01KXGKKJYF0VV31NB3W1QXW15D: 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: 01KXGKM5WZES02YSPXVJQT107A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T15:24:41.011Zjob assigned to worker 01KXGKMJTE7DT3ABN8N5GZ6CCP [factory aws, i-04636a8ebb8a23a3f] (queued for 56 s)
 
22026-07-14T15:24:47.315Zstarting task 0: "setup"
32026-07-14T15:24:47.319Z++ uname -s
42026-07-14T15:24:47.322Z+ kern=SunOS
52026-07-14T15:24:47.322Z+ build_user=build
62026-07-14T15:24:47.322Z+ build_uid=12345
72026-07-14T15:24:47.322Z+ work_dir=/work
82026-07-14T15:24:47.322Z+ input_dir=/input
92026-07-14T15:24:47.322Z+ [[ 0 == 12345 ]]
102026-07-14T15:24:47.322Z+ case "$kern" in
112026-07-14T15:24:47.322Z+ groupadd -g 12345 build
122026-07-14T15:24:47.325Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T15:24:49.329Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T15:24:49.451Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T15:24:49.454Z+ home_fs=zfs
162026-07-14T15:24:49.454Z+ [[ zfs == autofs ]]
172026-07-14T15:24:49.454Z+ mkdir -p /home/build
182026-07-14T15:24:49.455Z+ chown build:build /home/build /work
192026-07-14T15:24:51.455Z+ chmod 0700 /home/build /work
202026-07-14T15:24:51.458Zprocess exited: duration 4144 ms, exit code 0
 
212026-07-14T15:24:51.464Zstarting task 1: "rust-toolchain"
222026-07-14T15:24:51.468Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T15:24:51.469Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-14T15:24:51.469Z * rust toolchain channel = "stable"
252026-07-14T15:24:51.469Z * rust toolchain profile = "default"
262026-07-14T15:24:51.469Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T15:24:51.469Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T15:24:51.472Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T15:24:51.472Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T15:24:51.567Zinfo: downloading installer
312026-07-14T15:24:52.863Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T15:24:52.863Zwarn: /opt/ooce/bin
332026-07-14T15:24:52.863Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T15:24:52.863Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T15:24:52.863Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T15:24:52.863Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T15:24:52.863Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T15:24:52.863Zerror: cannot install while Rust is installed
392026-07-14T15:24:52.863Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T15:24:52.863Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T15:24:52.863Zwarn: /home/build/.rustup/settings.toml
422026-07-14T15:24:52.863Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T15:24:52.863Zwarn: instead of the one inferred from the default host triple.
442026-07-14T15:24:52.876Zinfo: profile set to default
452026-07-14T15:24:52.876Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T15:24:52.879Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T15:24:53.006Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T15:24:53.009Zinfo: downloading 6 components
492026-07-14T15:25:07.372Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T15:25:07.372Z
512026-07-14T15:25:07.401Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T15:25:07.401Z
532026-07-14T15:25:07.401Z
542026-07-14T15:25:07.401ZRust is installed now. Great!
552026-07-14T15:25:07.401Z
562026-07-14T15:25:07.401ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T15:25:07.401Zenvironment variable. This has not been done automatically.
582026-07-14T15:25:07.401Z
592026-07-14T15:25:07.401ZTo configure your current shell, you need to source
602026-07-14T15:25:07.401Zthe corresponding env file under $HOME/.cargo.
612026-07-14T15:25:07.401Z
622026-07-14T15:25:07.401ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T15:25:07.401Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T15:25:07.401Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T15:25:07.401Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T15:25:07.402Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T15:25:07.402Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T15:25:07.402Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T15:25:07.405Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T15:25:07.405Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T15:25:07.496Z+ rustup --version
722026-07-14T15:25:07.505Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T15:25:07.508Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T15:25:07.526Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T15:25:07.529Z+ cargo --version
762026-07-14T15:25:07.543Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T15:25:07.546Z+ rustc --version
782026-07-14T15:25:07.565Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T15:25:07.568Zprocess exited: duration 16101 ms, exit code 0
 
802026-07-14T15:25:07.574Zstarting task 2: "authentication"
812026-07-14T15:25:07.590Zprocess exited: duration 15 ms, exit code 0
 
822026-07-14T15:25:07.596Zstarting task 3: "clone repository"
832026-07-14T15:25:07.599Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T15:25:07.602Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T15:25:07.630ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T15:25:08.876Z+ cd /work/oxidecomputer/maghemite
872026-07-14T15:25:08.876Z+ git fetch origin d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
882026-07-14T15:25:09.259ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T15:25:09.260Z * branch d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a -> FETCH_HEAD
902026-07-14T15:25:09.264Z+ [[ -n john/bfd-async-wiring ]]
912026-07-14T15:25:09.268Z++ git branch --show-current
922026-07-14T15:25:09.268Z+ current=main
932026-07-14T15:25:09.268Z+ [[ main != john/bfd-async-wiring ]]
942026-07-14T15:25:09.268Z+ git branch -f john/bfd-async-wiring d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
952026-07-14T15:25:09.270Z+ git checkout -f john/bfd-async-wiring
962026-07-14T15:25:09.289ZSwitched to branch 'john/bfd-async-wiring'
972026-07-14T15:25:09.292Z+ git reset --hard d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
982026-07-14T15:25:09.296ZHEAD is now at d8f0e0f fix build errors after rebasing
992026-07-14T15:25:09.299Zprocess exited: duration 1700 ms, exit code 0
 
1002026-07-14T15:25:09.305Zstarting task 4: "build"
1012026-07-14T15:25:09.309Z+ set -o errexit
1022026-07-14T15:25:09.309Z+ set -o pipefail
1032026-07-14T15:25:09.309Z+ source .github/buildomat/test-common.sh
1042026-07-14T15:25:09.312Z++ NEXTEST_VERSION=0.9.97
1052026-07-14T15:25:09.312Z++ PLATFORM=illumos
1062026-07-14T15:25:09.312Z++ banner install
1072026-07-14T15:25:09.312Z
1082026-07-14T15:25:09.312Z # # # #### ##### ## # #
1092026-07-14T15:25:09.312Z # ## # # # # # # #
1102026-07-14T15:25:09.312Z # # # # #### # # # # #
1112026-07-14T15:25:09.312Z # # # # # # ###### # #
1122026-07-14T15:25:09.312Z # # ## # # # # # # #
1132026-07-14T15:25:09.312Z # # # #### # # # ###### ######
1142026-07-14T15:25:09.312Z
1152026-07-14T15:25:09.312Z++ set +o errexit
1162026-07-14T15:25:09.316Z++ pkg info clang-15
1172026-07-14T15:25:09.316Z++ grep -qi installed
1182026-07-14T15:25:10.510Zpkg: info: no packages matching the following patterns you specified are
1192026-07-14T15:25:10.510Zinstalled on the system. Try querying remotely instead:
1202026-07-14T15:25:10.510Z
1212026-07-14T15:25:10.510Z clang-15
1222026-07-14T15:25:10.546Z++ [[ 1 != 0 ]]
1232026-07-14T15:25:10.546Z++ set -o errexit
1242026-07-14T15:25:10.546Z++ pfexec pkg install clang-15
1252026-07-14T15:25:18.399Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-07-14T15:25:26.000Z Startup: Caching catalogs ... Done
1272026-07-14T15:25:33.264ZPlanning: Solver setup ... Done
1282026-07-14T15:25:33.304ZPlanning: Running solver ... Done
1292026-07-14T15:25:33.446ZPlanning: Finding local manifests ... Done
1302026-07-14T15:25:33.464ZPlanning: Fetching manifests: 0/2 0% complete
1312026-07-14T15:25:33.563ZPlanning: Fetching manifests: 2/2 100% complete
1322026-07-14T15:25:33.592ZPlanning: Package planning ... Done
1332026-07-14T15:25:33.617ZPlanning: Merging actions ... Done
1342026-07-14T15:25:33.723ZPlanning: Checking for conflicting actions ... Done
1352026-07-14T15:25:33.730ZPlanning: Consolidating action changes ... Done
1362026-07-14T15:25:34.507ZPlanning: Evaluating mediators ... Done
1372026-07-14T15:25:34.512ZPlanning: Planning completed in 8.35 seconds
1382026-07-14T15:25:34.524Z Packages to install: 2
1392026-07-14T15:25:34.524Z Mediators to change: 2
1402026-07-14T15:25:34.527Z Services to change: 1
1412026-07-14T15:25:34.527Z Create boot environment: No
1422026-07-14T15:25:34.527ZCreate backup boot environment: No
1432026-07-14T15:25:34.565Z
1442026-07-14T15:25:34.565ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-07-14T15:25:39.592ZDownload: 970/3076 items 79.0/211.3MB 37% complete (16.8M/s)
1462026-07-14T15:25:50.429ZDownload: 984/3076 items 82.2/211.3MB 38% complete (14.2M/s)
1472026-07-14T15:25:55.431ZDownload: 1877/3076 items 117.5/211.3MB 55% complete (7.1M/s)
1482026-07-14T15:26:00.437ZDownload: 2451/3076 items 119.4/211.3MB 56% complete (3.7M/s)
1492026-07-14T15:26:05.501ZDownload: 3065/3076 items 209.1/211.3MB 98% complete (9.2M/s)
1502026-07-14T15:26:15.051ZDownload: 3073/3076 items 209.8/211.3MB 99% complete (9.0M/s)
1512026-07-14T15:26:15.099ZDownload: Completed 211.31 MB in 40.53 seconds (5.2M/s)
1522026-07-14T15:26:15.221Z Actions: 1/3418 actions (Installing new actions)
1532026-07-14T15:26:18.345Z Actions: Completed 3418 actions in 3.12 seconds.
1542026-07-14T15:26:18.974Z Done
1552026-07-14T15:26:18.974Z Done
1562026-07-14T15:26:19.715Z Done
1572026-07-14T15:26:23.050Z Done
1582026-07-14T15:26:23.120Z Done
1592026-07-14T15:26:23.124Z Done
1602026-07-14T15:26:23.468Z Done
1612026-07-14T15:26:24.133Z++ set -o errexit
1622026-07-14T15:26:24.133Z++ cargo --version
1632026-07-14T15:26:24.141Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1642026-07-14T15:26:24.291Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1652026-07-14T15:26:24.294Zinfo: downloading 6 components
1662026-07-14T15:26:39.158Zcargo 1.96.1 (356927216 2026-06-26)
1672026-07-14T15:26:39.161Z++ rustc --version
1682026-07-14T15:26:39.188Zrustc 1.96.1 (31fca3adb 2026-06-26)
1692026-07-14T15:26:39.193Z++ cargo install cargo-nextest --version 0.9.97
1702026-07-14T15:26:39.237Z Updating crates.io index
1712026-07-14T15:26:39.339Z Downloading crates ...
1722026-07-14T15:26:39.395Z Downloaded cargo-nextest v0.9.97
1732026-07-14T15:26:39.455Z Installing cargo-nextest v0.9.97
1742026-07-14T15:26:39.458Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1752026-07-14T15:26:39.458Z |
1762026-07-14T15:26:39.458Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1772026-07-14T15:26:39.458Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1782026-07-14T15:26:39.497Z Updating crates.io index
1792026-07-14T15:26:41.675Z Locking 395 packages to latest compatible versions
1802026-07-14T15:26:41.679Z Adding dialoguer v0.11.0 (available: v0.12.0)
1812026-07-14T15:26:41.682Z Adding duct v0.13.7 (available: v1.1.1)
1822026-07-14T15:26:41.682Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1832026-07-14T15:26:41.682Z Adding generic-array v0.14.7 (available: v0.14.9)
1842026-07-14T15:26:41.685Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1852026-07-14T15:26:41.685Z Adding itertools v0.14.0 (available: v0.15.0)
1862026-07-14T15:26:41.685Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1872026-07-14T15:26:41.685Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1882026-07-14T15:26:41.688Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1892026-07-14T15:26:41.691Z Adding quick-junit v0.5.2 (available: v0.6.1)
1902026-07-14T15:26:41.715Z Downloading crates ...
1912026-07-14T15:26:41.786Z Downloaded adler2 v2.0.1
1922026-07-14T15:26:41.789Z Downloaded addr2line v0.25.1
1932026-07-14T15:26:41.792Z Downloaded cargo-platform v0.2.0
1942026-07-14T15:26:41.794Z Downloaded cargo_metadata v0.23.1
1952026-07-14T15:26:41.795Z Downloaded ahash v0.8.12
1962026-07-14T15:26:41.799Z Downloaded cargo-platform v0.3.3
1972026-07-14T15:26:41.803Z Downloaded async-scoped v0.9.0
1982026-07-14T15:26:41.803Z Downloaded cargo_metadata v0.20.0
1992026-07-14T15:26:41.806Z Downloaded home v0.5.12
2002026-07-14T15:26:41.806Z Downloaded cargo-util-schemas v0.2.0
2012026-07-14T15:26:41.809Z Downloaded anstream v1.0.0
2022026-07-14T15:26:41.809Z Downloaded block-buffer v0.10.4
2032026-07-14T15:26:41.813Z Downloaded rustls-pki-types v1.15.0
2042026-07-14T15:26:41.816Z Downloaded anstyle v1.0.14
2052026-07-14T15:26:41.821Z Downloaded cpufeatures v0.2.17
2062026-07-14T15:26:41.821Z Downloaded colorchoice v1.0.5
2072026-07-14T15:26:41.824Z Downloaded anstyle-query v1.1.5
2082026-07-14T15:26:41.824Z Downloaded cfg-if v1.0.4
2092026-07-14T15:26:41.824Z Downloaded mukti-metadata v0.3.0
2102026-07-14T15:26:41.827Z Downloaded is_terminal_polyfill v1.70.2
2112026-07-14T15:26:41.827Z Downloaded hex v0.4.3
2122026-07-14T15:26:41.830Z Downloaded rand_core v0.9.5
2132026-07-14T15:26:41.830Z Downloaded enable-ansi-support v0.2.1
2142026-07-14T15:26:41.833Z Downloaded cpufeatures v0.3.0
2152026-07-14T15:26:41.833Z Downloaded camino-tempfile v1.4.1
2162026-07-14T15:26:41.836Z Downloaded indent_write v2.2.0
2172026-07-14T15:26:41.840Z Downloaded owo-colors v4.3.0
2182026-07-14T15:26:41.843Z Downloaded fnv v1.0.7
2192026-07-14T15:26:41.843Z Downloaded number_prefix v0.4.0
2202026-07-14T15:26:41.846Z Downloaded heck v0.5.0
2212026-07-14T15:26:41.846Z Downloaded hyper-tls v0.6.0
2222026-07-14T15:26:41.846Z Downloaded lazy_static v1.5.0
2232026-07-14T15:26:41.849Z Downloaded backtrace-ext v0.2.1
2242026-07-14T15:26:41.849Z Downloaded errno v0.3.14
2252026-07-14T15:26:41.855Z Downloaded equivalent v1.0.2
2262026-07-14T15:26:41.855Z Downloaded cfg_aliases v0.2.1
2272026-07-14T15:26:41.858Z Downloaded lru-slab v0.1.2
2282026-07-14T15:26:41.858Z Downloaded humantime-serde v1.1.1
2292026-07-14T15:26:41.858Z Downloaded pathdiff v0.2.3
2302026-07-14T15:26:41.858Z Downloaded debug-ignore v1.0.5
2312026-07-14T15:26:41.861Z Downloaded futures-io v0.3.32
2322026-07-14T15:26:41.861Z Downloaded indenter v0.3.4
2332026-07-14T15:26:41.864Z Downloaded openssl-macros v0.1.1
2342026-07-14T15:26:41.864Z Downloaded openssl-probe v0.2.1
2352026-07-14T15:26:41.868Z Downloaded foreign-types-shared v0.1.1
2362026-07-14T15:26:41.868Z Downloaded clap_lex v1.1.0
2372026-07-14T15:26:41.868Z Downloaded atomic-waker v1.1.2
2382026-07-14T15:26:41.871Z Downloaded os_pipe v1.2.3
2392026-07-14T15:26:41.871Z Downloaded document-features v0.2.12
2402026-07-14T15:26:41.875Z Downloaded futures-sink v0.3.32
2412026-07-14T15:26:41.875Z Downloaded futures-task v0.3.32
2422026-07-14T15:26:41.875Z Downloaded futures-macro v0.3.32
2432026-07-14T15:26:41.878Z Downloaded curve25519-dalek-derive v0.1.1
2442026-07-14T15:26:41.878Z Downloaded nested v0.1.1
2452026-07-14T15:26:41.878Z Downloaded http-body v1.1.0
2462026-07-14T15:26:41.882Z Downloaded crypto-common v0.1.7
2472026-07-14T15:26:41.882Z Downloaded base64ct v1.8.3
2482026-07-14T15:26:41.885Z Downloaded foldhash v0.1.5
2492026-07-14T15:26:41.885Z Downloaded clap_derive v4.6.1
2502026-07-14T15:26:41.885Z Downloaded rand_pcg v0.10.2
2512026-07-14T15:26:41.888Z Downloaded const-oid v0.9.6
2522026-07-14T15:26:41.888Z Downloaded is_ci v1.2.0
2532026-07-14T15:26:41.891Z Downloaded anstyle-parse v1.0.0
2542026-07-14T15:26:41.891Z Downloaded guppy-workspace-hack v0.1.0
2552026-07-14T15:26:41.898Z Downloaded native-tls v0.2.18
2562026-07-14T15:26:41.902Z Downloaded miette-derive v7.6.0
2572026-07-14T15:26:41.906Z Downloaded idna_adapter v1.0.0
2582026-07-14T15:26:41.907Z Downloaded foreign-types v0.3.2
2592026-07-14T15:26:41.907Z Downloaded atomicwrites v0.4.4
2602026-07-14T15:26:41.907Z Downloaded color-spantrace v0.3.0
2612026-07-14T15:26:41.909Z Downloaded ordered-float v2.10.1
2622026-07-14T15:26:41.910Z Downloaded form_urlencoded v1.2.2
2632026-07-14T15:26:41.910Z Downloaded scopeguard v1.2.0
2642026-07-14T15:26:41.916Z Downloaded serde_ignored v0.1.14
2652026-07-14T15:26:41.919Z Downloaded itoa v1.0.18
2662026-07-14T15:26:41.919Z Downloaded rustc-hash v2.1.3
2672026-07-14T15:26:41.919Z Downloaded serde_spanned v1.1.1
2682026-07-14T15:26:41.922Z Downloaded serde_urlencoded v0.7.1
2692026-07-14T15:26:41.922Z Downloaded borsh v1.7.0
2702026-07-14T15:26:41.925Z Downloaded serde_spanned v0.6.9
2712026-07-14T15:26:41.928Z Downloaded rustc_version v0.4.1
2722026-07-14T15:26:41.931Z Downloaded filetime v0.2.29
2732026-07-14T15:26:41.931Z Downloaded fastrand v2.4.1
2742026-07-14T15:26:41.931Z Downloaded nextest-workspace-hack v0.1.0
2752026-07-14T15:26:41.934Z Downloaded autocfg v1.5.1
2762026-07-14T15:26:41.937Z Downloaded generic-array v0.14.7
2772026-07-14T15:26:41.937Z Downloaded find-msvc-tools v0.1.9
2782026-07-14T15:26:41.937Z Downloaded erased-serde v0.4.10
2792026-07-14T15:26:41.939Z Downloaded ed25519 v2.2.3
2802026-07-14T15:26:41.942Z Downloaded rustc-demangle v0.1.28
2812026-07-14T15:26:41.947Z Downloaded nextest-metadata v0.12.2
2822026-07-14T15:26:41.947Z Downloaded hyper-rustls v0.27.9
2832026-07-14T15:26:41.951Z Downloaded fixedbitset v0.5.7
2842026-07-14T15:26:41.954Z Downloaded chacha20 v0.10.1
2852026-07-14T15:26:41.957Z Downloaded quote v1.0.46
2862026-07-14T15:26:41.960Z Downloaded subtle v2.6.1
2872026-07-14T15:26:41.960Z Downloaded strip-ansi-escapes v0.2.1
2882026-07-14T15:26:41.960Z Downloaded jobserver v0.1.35
2892026-07-14T15:26:41.963Z Downloaded swrite v0.1.0
2902026-07-14T15:26:41.963Z Downloaded strsim v0.11.1
2912026-07-14T15:26:41.963Z Downloaded newtype-uuid v1.3.2
2922026-07-14T15:26:41.966Z Downloaded signal-hook-mio v0.2.5
2932026-07-14T15:26:41.966Z Downloaded either v1.16.0
2942026-07-14T15:26:41.969Z Downloaded digest v0.10.7
2952026-07-14T15:26:41.972Z Downloaded future-queue v0.4.0
2962026-07-14T15:26:41.975Z Downloaded futures-executor v0.3.32
2972026-07-14T15:26:41.975Z Downloaded futures-core v0.3.32
2982026-07-14T15:26:41.975Z Downloaded shell-words v1.1.1
2992026-07-14T15:26:41.978Z Downloaded sigchld v0.2.4
3002026-07-14T15:26:41.978Z Downloaded rand_chacha v0.9.0
3012026-07-14T15:26:41.978Z Downloaded shared_child v1.1.1
3022026-07-14T15:26:41.981Z Downloaded serde-value v0.7.0
3032026-07-14T15:26:41.981Z Downloaded self-replace v1.5.0
3042026-07-14T15:26:41.981Z Downloaded miette v7.6.0
3052026-07-14T15:26:41.984Z Downloaded nextest-filtering v0.15.0
3062026-07-14T15:26:41.987Z Downloaded ppv-lite86 v0.2.21
3072026-07-14T15:26:41.987Z Downloaded ipnet v2.12.0
3082026-07-14T15:26:41.989Z Downloaded tinyvec_macros v0.1.1
3092026-07-14T15:26:41.989Z Downloaded serde-untagged v0.1.9
3102026-07-14T15:26:41.989Z Downloaded tokio-macros v2.7.0
3112026-07-14T15:26:41.992Z Downloaded pkcs8 v0.10.2
3122026-07-14T15:26:41.996Z Downloaded supports-unicode v3.0.0
3132026-07-14T15:26:41.999Z Downloaded supports-hyperlinks v3.2.0
3142026-07-14T15:26:41.999Z Downloaded supports-color v3.0.2
3152026-07-14T15:26:41.999Z Downloaded crc32fast v1.5.0
3162026-07-14T15:26:42.002Z Downloaded sync_wrapper v1.0.2
3172026-07-14T15:26:42.002Z Downloaded thread_local v1.1.10
3182026-07-14T15:26:42.007Z Downloaded terminal_size v0.4.4
3192026-07-14T15:26:42.007Z Downloaded duct v0.13.7
3202026-07-14T15:26:42.007Z Downloaded cfg-expr v0.20.8
3212026-07-14T15:26:42.010Z Downloaded dialoguer v0.11.0
3222026-07-14T15:26:42.010Z Downloaded pin-project-lite v0.2.17
3232026-07-14T15:26:42.012Z Downloaded sha2 v0.10.9
3242026-07-14T15:26:42.016Z Downloaded quinn-udp v0.5.15
3252026-07-14T15:26:42.019Z Downloaded toml_write v0.1.2
3262026-07-14T15:26:42.019Z Downloaded clap v4.6.1
3272026-07-14T15:26:42.022Z Downloaded tower-service v0.3.3
3282026-07-14T15:26:42.025Z Downloaded bytes v1.12.1
3292026-07-14T15:26:42.025Z Downloaded signal-hook-registry v1.4.8
3302026-07-14T15:26:42.028Z Downloaded serde_path_to_error v0.1.20
3312026-07-14T15:26:42.028Z Downloaded rand_core v0.6.4
3322026-07-14T15:26:42.028Z Downloaded rand_core v0.10.1
3332026-07-14T15:26:42.031Z Downloaded tower-layer v0.3.3
3342026-07-14T15:26:42.031Z Downloaded percent-encoding v2.3.2
3352026-07-14T15:26:42.031Z Downloaded convert_case v0.10.0
3362026-07-14T15:26:42.036Z Downloaded tracing-error v0.2.1
3372026-07-14T15:26:42.036Z Downloaded bitflags v2.13.0
3382026-07-14T15:26:42.039Z Downloaded typeid v1.0.3
3392026-07-14T15:26:42.039Z Downloaded http-body-util v0.1.4
3402026-07-14T15:26:42.039Z Downloaded target-lexicon v0.13.5
3412026-07-14T15:26:42.039Z Downloaded lock_api v0.4.14
3422026-07-14T15:26:42.039Z Downloaded toml_datetime v0.6.11
3432026-07-14T15:26:42.043Z Downloaded camino v1.2.4
3442026-07-14T15:26:42.046Z Downloaded getrandom v0.2.17
3452026-07-14T15:26:42.050Z Downloaded globset v0.4.18
3462026-07-14T15:26:42.053Z Downloaded self_update v0.42.0
3472026-07-14T15:26:42.053Z Downloaded futures-channel v0.3.32
3482026-07-14T15:26:42.053Z Downloaded humantime v2.4.0
3492026-07-14T15:26:42.056Z Downloaded semver v1.0.28
3502026-07-14T15:26:42.056Z Downloaded pin-project-internal v1.1.13
3512026-07-14T15:26:42.060Z Downloaded tokio-native-tls v0.3.1
3522026-07-14T15:26:42.060Z Downloaded thiserror v1.0.69
3532026-07-14T15:26:42.063Z Downloaded thiserror-impl v2.0.18
3542026-07-14T15:26:42.063Z Downloaded httparse v1.10.1
3552026-07-14T15:26:42.063Z Downloaded thiserror v2.0.18
3562026-07-14T15:26:42.066Z Downloaded pkg-config v0.3.33
3572026-07-14T15:26:42.069Z Downloaded parking_lot v0.12.5
3582026-07-14T15:26:42.069Z Downloaded litrs v1.0.0
3592026-07-14T15:26:42.072Z Downloaded eyre v0.6.12
3602026-07-14T15:26:42.075Z Downloaded quick-junit v0.5.2
3612026-07-14T15:26:42.075Z Downloaded once_cell v1.21.4
3622026-07-14T15:26:42.078Z Downloaded try-lock v0.2.5
3632026-07-14T15:26:42.078Z Downloaded signature v2.2.0
3642026-07-14T15:26:42.078Z Downloaded shlex v2.0.1
3652026-07-14T15:26:42.081Z Downloaded parking_lot_core v0.9.12
3662026-07-14T15:26:42.081Z Downloaded getrandom v0.4.3
3672026-07-14T15:26:42.084Z Downloaded simd-adler32 v0.3.9
3682026-07-14T15:26:42.084Z Downloaded urlencoding v2.1.3
3692026-07-14T15:26:42.084Z Downloaded config v0.15.25
3702026-07-14T15:26:42.087Z Downloaded want v0.3.1
3712026-07-14T15:26:42.087Z Downloaded untrusted v0.9.0
3722026-07-14T15:26:42.090Z Downloaded unicode-xid v0.2.6
3732026-07-14T15:26:42.090Z Downloaded toml_writer v1.1.2+spec-1.1.0
3742026-07-14T15:26:42.090Z Downloaded target-spec-miette v0.4.8
3752026-07-14T15:26:42.093Z Downloaded utf8parse v0.2.2
3762026-07-14T15:26:42.093Z Downloaded version_check v0.9.5
3772026-07-14T15:26:42.093Z Downloaded backtrace v0.3.76
3782026-07-14T15:26:42.097Z Downloaded tracing-log v0.2.0
3792026-07-14T15:26:42.101Z Downloaded utf8_iter v1.0.4
3802026-07-14T15:26:42.101Z Downloaded static_assertions v1.1.0
3812026-07-14T15:26:42.101Z Downloaded spki v0.7.3
3822026-07-14T15:26:42.101Z Downloaded smol_str v0.3.6
3832026-07-14T15:26:42.104Z Downloaded unicode-linebreak v0.1.5
3842026-07-14T15:26:42.104Z Downloaded unicase v2.9.0
3852026-07-14T15:26:42.104Z Downloaded slab v0.4.12
3862026-07-14T15:26:42.104Z Downloaded console v0.15.11
3872026-07-14T15:26:42.107Z Downloaded xattr v1.6.1
3882026-07-14T15:26:42.107Z Downloaded iana-time-zone v0.1.65
3892026-07-14T15:26:42.111Z Downloaded target-spec v3.6.0
3902026-07-14T15:26:42.114Z Downloaded tempfile v3.27.0
3912026-07-14T15:26:42.114Z Downloaded derive-where v1.6.1
3922026-07-14T15:26:42.117Z Downloaded ryu v1.0.23
3932026-07-14T15:26:42.121Z Downloaded serde_core v1.0.228
3942026-07-14T15:26:42.126Z Downloaded thiserror-impl v1.0.69
3952026-07-14T15:26:42.129Z Downloaded sharded-slab v0.1.7
3962026-07-14T15:26:42.133Z Downloaded base64 v0.22.1
3972026-07-14T15:26:42.136Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3982026-07-14T15:26:42.136Z Downloaded num-traits v0.2.19
3992026-07-14T15:26:42.139Z Downloaded log v0.4.33
4002026-07-14T15:26:42.142Z Downloaded getrandom v0.3.4
4012026-07-14T15:26:42.146Z Downloaded cc v1.2.67
4022026-07-14T15:26:42.151Z Downloaded signal-hook v0.3.18
4032026-07-14T15:26:42.164Z Downloaded xxhash-rust v0.8.16
4042026-07-14T15:26:42.167Z Downloaded zstd-safe v7.2.4
4052026-07-14T15:26:42.167Z Downloaded smallvec v1.15.2
4062026-07-14T15:26:42.171Z Downloaded zipsign-api v0.1.5
4072026-07-14T15:26:42.171Z Downloaded zeroize v1.9.0
4082026-07-14T15:26:42.171Z Downloaded futures v0.3.32
4092026-07-14T15:26:42.174Z Downloaded zmij v1.0.23
4102026-07-14T15:26:42.177Z Downloaded tokio-stream v0.1.18
4112026-07-14T15:26:42.180Z Downloaded zstd v0.13.3
4122026-07-14T15:26:42.180Z Downloaded flate2 v1.1.9
4132026-07-14T15:26:42.183Z Downloaded derive_more v2.1.1
4142026-07-14T15:26:42.189Z Downloaded serde_derive v1.0.228
4152026-07-14T15:26:42.192Z Downloaded toml v1.1.3+spec-1.1.0
4162026-07-14T15:26:42.209Z Downloaded pin-project v1.1.13
4172026-07-14T15:26:42.216Z Downloaded toml v0.8.23
4182026-07-14T15:26:42.216Z Downloaded socket2 v0.6.5
4192026-07-14T15:26:42.216Z Downloaded toml_parser v1.1.2+spec-1.1.0
4202026-07-14T15:26:42.216Z Downloaded miniz_oxide v0.8.9
4212026-07-14T15:26:42.216Z Downloaded proc-macro2 v1.0.106
4222026-07-14T15:26:42.216Z Downloaded tokio-rustls v0.26.4
4232026-07-14T15:26:42.216Z Downloaded indicatif v0.17.11
4242026-07-14T15:26:42.216Z Downloaded textwrap v0.16.2
4252026-07-14T15:26:42.216Z Downloaded der v0.7.10
4262026-07-14T15:26:42.223Z Downloaded serde v1.0.228
4272026-07-14T15:26:42.227Z Downloaded ed25519-dalek v2.2.0
4282026-07-14T15:26:42.232Z Downloaded toml_edit v0.22.27
4292026-07-14T15:26:42.236Z Downloaded openssl-sys v0.9.117
4302026-07-14T15:26:42.241Z Downloaded uuid v1.23.5
4312026-07-14T15:26:42.258Z Downloaded tracing-attributes v0.1.31
4322026-07-14T15:26:42.261Z Downloaded derive_more-impl v2.1.1
4332026-07-14T15:26:42.269Z Downloaded tracing-core v0.1.36
4342026-07-14T15:26:42.284Z Downloaded unicode-ident v1.0.24
4352026-07-14T15:26:42.287Z Downloaded mio v1.2.2
4362026-07-14T15:26:42.287Z Downloaded url v2.5.8
4372026-07-14T15:26:42.292Z Downloaded vte v0.14.1
4382026-07-14T15:26:42.292Z Downloaded tinyvec v1.12.0
4392026-07-14T15:26:42.296Z Downloaded tar v0.4.46
4402026-07-14T15:26:42.315Z Downloaded tower v0.5.3
4412026-07-14T15:26:42.320Z Downloaded rand v0.9.5
4422026-07-14T15:26:42.328Z Downloaded hashbrown v0.15.5
4432026-07-14T15:26:42.328Z Downloaded crossterm v0.29.0
4442026-07-14T15:26:42.328Z Downloaded typenum v1.20.1
4452026-07-14T15:26:42.328Z Downloaded memchr v2.8.3
4462026-07-14T15:26:42.335Z Downloaded aho-corasick v1.1.4
4472026-07-14T15:26:42.338Z Downloaded quinn v0.11.11
4482026-07-14T15:26:42.338Z Downloaded rand v0.10.2
4492026-07-14T15:26:42.344Z Downloaded rustls-webpki v0.103.13
4502026-07-14T15:26:42.354Z Downloaded unicode-normalization v0.1.25
4512026-07-14T15:26:42.358Z Downloaded serde_json v1.0.150
4522026-07-14T15:26:42.358Z Downloaded unicode-segmentation v1.13.3
4532026-07-14T15:26:42.364Z Downloaded clap_builder v4.6.0
4542026-07-14T15:26:42.369Z Downloaded indexmap v2.14.0
4552026-07-14T15:26:42.369Z Downloaded hashbrown v0.17.1
4562026-07-14T15:26:42.369Z Downloaded http v1.4.2
4572026-07-14T15:26:42.376Z Downloaded hyper-util v0.1.20
4582026-07-14T15:26:42.379Z Downloaded h2 v0.4.15
4592026-07-14T15:26:42.379Z Downloaded guppy v0.17.26
4602026-07-14T15:26:42.384Z Downloaded futures-util v0.3.32
4612026-07-14T15:26:42.393Z Downloaded hyper v1.10.1
4622026-07-14T15:26:42.426Z Downloaded winnow v1.0.4
4632026-07-14T15:26:42.431Z Downloaded winnow v0.7.15
4642026-07-14T15:26:42.442Z Downloaded idna v1.1.0
4652026-07-14T15:26:42.447Z Downloaded ron v0.12.2
4662026-07-14T15:26:42.451Z Downloaded tracing-subscriber v0.3.23
4672026-07-14T15:26:42.456Z Downloaded reqwest v0.12.28
4682026-07-14T15:26:42.464Z Downloaded webpki-roots v1.0.8
4692026-07-14T15:26:42.471Z Downloaded vcpkg v0.2.15
4702026-07-14T15:26:42.485Z Downloaded tower-http v0.6.11
4712026-07-14T15:26:42.489Z Downloaded gimli v0.32.3
4722026-07-14T15:26:42.494Z Downloaded tokio-util v0.7.18
4732026-07-14T15:26:42.500Z Downloaded unicode-width v0.1.14
4742026-07-14T15:26:42.504Z Downloaded syn v2.0.118
4752026-07-14T15:26:42.508Z Downloaded zerocopy v0.8.54
4762026-07-14T15:26:42.517Z Downloaded quick-xml v0.37.5
4772026-07-14T15:26:42.520Z Downloaded portable-atomic v1.13.1
4782026-07-14T15:26:42.524Z Downloaded curve25519-dalek v4.1.3
4792026-07-14T15:26:42.528Z Downloaded quick-xml v0.38.4
4802026-07-14T15:26:42.532Z Downloaded bstr v1.12.3
4812026-07-14T15:26:42.536Z Downloaded regex v1.13.0
4822026-07-14T15:26:42.540Z Downloaded pulldown-cmark v0.13.4
4832026-07-14T15:26:42.543Z Downloaded itertools v0.14.0
4842026-07-14T15:26:42.546Z Downloaded chrono v0.4.45
4852026-07-14T15:26:42.577Z Downloaded color-eyre v0.6.5
4862026-07-14T15:26:42.592Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4872026-07-14T15:26:42.602Z Downloaded quinn-proto v0.11.16
4882026-07-14T15:26:42.606Z Downloaded tokio v1.52.3
4892026-07-14T15:26:42.647Z Downloaded nextest-runner v0.80.0
4902026-07-14T15:26:42.650Z Downloaded openssl v0.10.81
4912026-07-14T15:26:42.662Z Downloaded unicode-width v0.2.2
4922026-07-14T15:26:42.688Z Downloaded nix v0.30.1
4932026-07-14T15:26:42.696Z Downloaded regex-syntax v0.8.11
4942026-07-14T15:26:42.702Z Downloaded object v0.37.3
4952026-07-14T15:26:42.706Z Downloaded rustls v0.23.42
4962026-07-14T15:26:42.715Z Downloaded rustix v0.38.44
4972026-07-14T15:26:42.732Z Downloaded rustix v1.1.4
4982026-07-14T15:26:42.774Z Downloaded tracing v0.1.44
4992026-07-14T15:26:42.808Z Downloaded regex-automata v0.4.15
5002026-07-14T15:26:42.867Z Downloaded petgraph v0.8.3
5012026-07-14T15:26:42.878Z Downloaded libc v0.2.186
5022026-07-14T15:26:42.970Z Downloaded ring v0.17.14
5032026-07-14T15:26:42.993Z Downloaded recursion v0.5.4
5042026-07-14T15:26:43.037Z Compiling proc-macro2 v1.0.106
5052026-07-14T15:26:43.037Z Compiling libc v0.2.186
5062026-07-14T15:26:43.037Z Compiling unicode-ident v1.0.24
5072026-07-14T15:26:43.049Z Compiling quote v1.0.46
5082026-07-14T15:26:43.049Z Compiling serde_core v1.0.228
5092026-07-14T15:26:43.049Z Compiling cfg-if v1.0.4
5102026-07-14T15:26:43.170Z Compiling memchr v2.8.3
5112026-07-14T15:26:43.174Z Compiling once_cell v1.21.4
5122026-07-14T15:26:43.278Z Compiling log v0.4.33
5132026-07-14T15:26:43.293Z Compiling pin-project-lite v0.2.17
5142026-07-14T15:26:43.385Z Compiling itoa v1.0.18
5152026-07-14T15:26:43.466Z Compiling serde v1.0.228
5162026-07-14T15:26:43.582Z Compiling futures-core v0.3.32
5172026-07-14T15:26:43.625Z Compiling smallvec v1.15.2
5182026-07-14T15:26:43.738Z Compiling bitflags v2.13.0
5192026-07-14T15:26:43.825Z Compiling equivalent v1.0.2
5202026-07-14T15:26:43.867Z Compiling find-msvc-tools v0.1.9
5212026-07-14T15:26:43.910Z Compiling hashbrown v0.17.1
5222026-07-14T15:26:44.101Z Compiling errno v0.3.14
5232026-07-14T15:26:44.125Z Compiling shlex v2.0.1
5242026-07-14T15:26:44.138Z Compiling bytes v1.12.1
5252026-07-14T15:26:44.263Z Compiling signal-hook-registry v1.4.8
5262026-07-14T15:26:44.306Z Compiling jobserver v0.1.35
5272026-07-14T15:26:44.335Z Compiling mio v1.2.2
5282026-07-14T15:26:44.416Z Compiling futures-sink v0.3.32
5292026-07-14T15:26:44.524Z Compiling syn v2.0.118
5302026-07-14T15:26:44.549Z Compiling cc v1.2.67
5312026-07-14T15:26:44.575Z Compiling rustix v1.1.4
5322026-07-14T15:26:44.632Z Compiling socket2 v0.6.5
5332026-07-14T15:26:44.811Z Compiling slab v0.4.12
5342026-07-14T15:26:45.010Z Compiling zmij v1.0.23
5352026-07-14T15:26:45.023Z Compiling futures-channel v0.3.32
5362026-07-14T15:26:45.059Z Compiling tracing-core v0.1.36
5372026-07-14T15:26:45.332Z Compiling version_check v0.9.5
5382026-07-14T15:26:45.393Z Compiling serde_json v1.0.150
5392026-07-14T15:26:45.474Z Compiling indexmap v2.14.0
5402026-07-14T15:26:45.661Z Compiling getrandom v0.4.3
5412026-07-14T15:26:45.675Z Compiling futures-task v0.3.32
5422026-07-14T15:26:45.855Z Compiling futures-io v0.3.32
5432026-07-14T15:26:45.966Z Compiling camino v1.2.4
5442026-07-14T15:26:45.981Z Compiling percent-encoding v2.3.2
5452026-07-14T15:26:46.059Z Compiling unicode-width v0.2.2
5462026-07-14T15:26:46.272Z Compiling ring v0.17.14
5472026-07-14T15:26:46.326Z Compiling http v1.4.2
5482026-07-14T15:26:46.358Z Compiling zeroize v1.9.0
5492026-07-14T15:26:46.379Z Compiling autocfg v1.5.1
5502026-07-14T15:26:46.397Z Compiling adler2 v2.0.1
5512026-07-14T15:26:46.564Z Compiling simd-adler32 v0.3.9
5522026-07-14T15:26:46.735Z Compiling num-traits v0.2.19
5532026-07-14T15:26:46.976Z Compiling miniz_oxide v0.8.9
5542026-07-14T15:26:47.154Z Compiling object v0.37.3
5552026-07-14T15:26:47.168Z Compiling target-lexicon v0.13.5
5562026-07-14T15:26:47.413Z Compiling getrandom v0.3.4
5572026-07-14T15:26:47.458Z Compiling zerocopy v0.8.54
5582026-07-14T15:26:47.746Z Compiling http-body v1.1.0
5592026-07-14T15:26:47.904Z Compiling rustls-pki-types v1.15.0
5602026-07-14T15:26:47.917Z Compiling form_urlencoded v1.2.2
5612026-07-14T15:26:47.961Z Compiling semver v1.0.28
5622026-07-14T15:26:48.151Z Compiling serde_derive v1.0.228
5632026-07-14T15:26:48.185Z Compiling tokio-macros v2.7.0
5642026-07-14T15:26:48.221Z Compiling futures-macro v0.3.32
5652026-07-14T15:26:48.441Z Compiling tracing-attributes v0.1.31
5662026-07-14T15:26:48.518Z Compiling getrandom v0.2.17
5672026-07-14T15:26:48.629Z Compiling untrusted v0.9.0
5682026-07-14T15:26:48.709Z Compiling thiserror v2.0.18
5692026-07-14T15:26:48.763Z Compiling signal-hook v0.3.18
5702026-07-14T15:26:48.778Z Compiling owo-colors v4.3.0
5712026-07-14T15:26:48.931Z Compiling tokio v1.52.3
5722026-07-14T15:26:48.992Z Compiling gimli v0.32.3
5732026-07-14T15:26:49.044Z Compiling futures-util v0.3.32
5742026-07-14T15:26:49.062Z Compiling utf8_iter v1.0.4
5752026-07-14T15:26:49.117Z Compiling httparse v1.10.1
5762026-07-14T15:26:49.229Z Compiling fnv v1.0.7
5772026-07-14T15:26:49.332Z Compiling idna_adapter v1.0.0
5782026-07-14T15:26:49.437Z Compiling guppy-workspace-hack v0.1.0
5792026-07-14T15:26:49.526Z Compiling idna v1.1.0
5802026-07-14T15:26:49.625Z Compiling tracing v0.1.44
5812026-07-14T15:26:49.932Z Compiling thiserror-impl v2.0.18
5822026-07-14T15:26:51.158Z Compiling addr2line v0.25.1
5832026-07-14T15:26:51.594Z Compiling generic-array v0.14.7
5842026-07-14T15:26:51.606Z Compiling fastrand v2.4.1
5852026-07-14T15:26:51.658Z Compiling pkg-config v0.3.33
5862026-07-14T15:26:51.820Z Compiling rustc-demangle v0.1.28
5872026-07-14T15:26:51.933Z Compiling rustls v0.23.42
5882026-07-14T15:26:51.960Z Compiling target-spec v3.6.0
5892026-07-14T15:26:52.091Z Compiling tower-service v0.3.3
5902026-07-14T15:26:52.152Z Compiling try-lock v0.2.5
5912026-07-14T15:26:52.189Z Compiling thiserror v1.0.69
5922026-07-14T15:26:52.253Z Compiling typeid v1.0.3
5932026-07-14T15:26:52.268Z Compiling atomic-waker v1.1.2
5942026-07-14T15:26:52.418Z Compiling want v0.3.1
5952026-07-14T15:26:52.592Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5962026-07-14T15:26:52.647Z Compiling tempfile v3.27.0
5972026-07-14T15:26:52.680Z Compiling cfg-expr v0.20.8
5982026-07-14T15:26:52.804Z Compiling tokio-util v0.7.18
5992026-07-14T15:26:53.533Z Compiling h2 v0.4.15
6002026-07-14T15:26:53.586Z Compiling url v2.5.8
6012026-07-14T15:26:53.886Z Compiling thiserror-impl v1.0.69
6022026-07-14T15:26:54.211Z Compiling backtrace v0.3.76
6032026-07-14T15:26:54.537Z Compiling terminal_size v0.4.4
6042026-07-14T15:26:54.625Z Compiling aho-corasick v1.1.4
6052026-07-14T15:26:54.694Z Compiling subtle v2.6.1
6062026-07-14T15:26:54.853Z Compiling typenum v1.20.1
6072026-07-14T15:26:55.047Z Compiling winnow v0.7.15
6082026-07-14T15:26:55.540Z Compiling rustls-webpki v0.103.13
6092026-07-14T15:26:56.032Z Compiling erased-serde v0.4.10
6102026-07-14T15:26:56.353Z Compiling regex-syntax v0.8.11
6112026-07-14T15:26:58.080Z Compiling regex-automata v0.4.15
6122026-07-14T15:26:58.243Z Compiling hyper v1.10.1
6132026-07-14T15:27:00.173Z Compiling toml_datetime v0.6.11
6142026-07-14T15:27:00.556Z Compiling serde_spanned v0.6.9
6152026-07-14T15:27:00.725Z Compiling ahash v0.8.12
6162026-07-14T15:27:00.993Z Compiling sync_wrapper v1.0.2
6172026-07-14T15:27:01.111Z Compiling ipnet v2.12.0
6182026-07-14T15:27:01.672Z Compiling unicode-segmentation v1.13.3
6192026-07-14T15:27:01.952Z Compiling unicode-linebreak v0.1.5
6202026-07-14T15:27:02.086Z Compiling parking_lot_core v0.9.12
6212026-07-14T15:27:02.246Z Compiling foldhash v0.1.5
6222026-07-14T15:27:02.358Z Compiling is_ci v1.2.0
6232026-07-14T15:27:02.371Z Compiling base64 v0.22.1
6242026-07-14T15:27:02.470Z Compiling crc32fast v1.5.0
6252026-07-14T15:27:02.529Z Compiling toml_write v0.1.2
6262026-07-14T15:27:02.774Z Compiling either v1.16.0
6272026-07-14T15:27:02.774Z Compiling portable-atomic v1.13.1
6282026-07-14T15:27:02.856Z Compiling nextest-workspace-hack v0.1.0
6292026-07-14T15:27:03.010Z Compiling lazy_static v1.5.0
6302026-07-14T15:27:03.091Z Compiling tower-layer v0.3.3
6312026-07-14T15:27:03.133Z Compiling sharded-slab v0.1.7
6322026-07-14T15:27:03.196Z Compiling toml_edit v0.22.27
6332026-07-14T15:27:03.290Z Compiling tower v0.5.3
6342026-07-14T15:27:03.300Z Compiling hyper-util v0.1.20
6352026-07-14T15:27:03.715Z Compiling supports-color v3.0.2
6362026-07-14T15:27:03.767Z Compiling hashbrown v0.15.5
6372026-07-14T15:27:03.884Z Compiling textwrap v0.16.2
6382026-07-14T15:27:03.949Z Compiling convert_case v0.10.0
6392026-07-14T15:27:04.402Z Compiling tokio-rustls v0.26.4
6402026-07-14T15:27:04.691Z Compiling backtrace-ext v0.2.1
6412026-07-14T15:27:04.839Z Compiling ordered-float v2.10.1
6422026-07-14T15:27:04.954Z Compiling webpki-roots v1.0.8
6432026-07-14T15:27:05.073Z Compiling miette-derive v7.6.0
6442026-07-14T15:27:05.112Z Compiling pathdiff v0.2.3
6452026-07-14T15:27:05.260Z Compiling console v0.15.11
6462026-07-14T15:27:05.306Z Compiling tracing-log v0.2.0
6472026-07-14T15:27:05.680Z Compiling cargo-platform v0.3.3
6482026-07-14T15:27:05.933Z Compiling os_pipe v1.2.3
6492026-07-14T15:27:06.108Z Compiling thread_local v1.1.10
6502026-07-14T15:27:06.191Z Compiling supports-hyperlinks v3.2.0
6512026-07-14T15:27:06.244Z Compiling winnow v1.0.4
6522026-07-14T15:27:06.410Z Compiling ryu v1.0.23
6532026-07-14T15:27:06.464Z Compiling scopeguard v1.2.0
6542026-07-14T15:27:06.591Z Compiling pulldown-cmark v0.13.4
6552026-07-14T15:27:06.702Z Compiling rustix v0.38.44
6562026-07-14T15:27:06.806Z Compiling debug-ignore v1.0.5
6572026-07-14T15:27:06.921Z Compiling utf8parse v0.2.2
6582026-07-14T15:27:06.935Z Compiling supports-unicode v3.0.0
6592026-07-14T15:27:07.037Z Compiling zstd-safe v7.2.4
6602026-07-14T15:27:07.062Z Compiling unicode-width v0.1.14
6612026-07-14T15:27:07.103Z Compiling cfg_aliases v0.2.1
6622026-07-14T15:27:07.181Z Compiling fixedbitset v0.5.7
6632026-07-14T15:27:07.295Z Compiling miette v7.6.0
6642026-07-14T15:27:07.369Z Compiling toml_parser v1.1.2+spec-1.1.0
6652026-07-14T15:27:07.689Z Compiling petgraph v0.8.3
6662026-07-14T15:27:07.703Z Compiling nix v0.30.1
6672026-07-14T15:27:08.178Z Compiling anstyle-parse v1.0.0
6682026-07-14T15:27:08.480Z Compiling lock_api v0.4.14
6692026-07-14T15:27:08.680Z Compiling serde_urlencoded v0.7.1
6702026-07-14T15:27:08.729Z Compiling tracing-subscriber v0.3.23
6712026-07-14T15:27:08.959Z Compiling sigchld v0.2.4
6722026-07-14T15:27:09.161Z Compiling cargo_metadata v0.23.1
6732026-07-14T15:27:09.181Z Compiling serde-value v0.7.0
6742026-07-14T15:27:09.629Z Compiling hyper-rustls v0.27.9
6752026-07-14T15:27:09.952Z Compiling toml v0.8.23
6762026-07-14T15:27:10.305Z Compiling serde-untagged v0.1.9
6772026-07-14T15:27:10.966Z Compiling derive_more-impl v2.1.1
6782026-07-14T15:27:11.833Z Compiling tower-http v0.6.11
6792026-07-14T15:27:12.313Z Compiling itertools v0.14.0
6802026-07-14T15:27:12.472Z Compiling regex v1.13.0
6812026-07-14T15:27:12.531Z Compiling block-buffer v0.10.4
6822026-07-14T15:27:12.563Z Compiling crypto-common v0.1.7
6832026-07-14T15:27:12.683Z Compiling ppv-lite86 v0.2.21
6842026-07-14T15:27:12.706Z Compiling rand_core v0.9.5
6852026-07-14T15:27:12.758Z Compiling futures-executor v0.3.32
6862026-07-14T15:27:12.944Z Compiling pin-project-internal v1.1.13
6872026-07-14T15:27:13.014Z Compiling http-body-util v0.1.4
6882026-07-14T15:27:13.282Z Compiling uuid v1.23.5
6892026-07-14T15:27:13.301Z Compiling smol_str v0.3.6
6902026-07-14T15:27:13.636Z Compiling toml_datetime v1.1.1+spec-1.1.0
6912026-07-14T15:27:13.789Z Compiling serde_spanned v1.1.1
6922026-07-14T15:27:13.808Z Compiling filetime v0.2.29
6932026-07-14T15:27:13.879Z Compiling vte v0.14.1
6942026-07-14T15:27:13.938Z Compiling bstr v1.12.3
6952026-07-14T15:27:13.998Z Compiling static_assertions v1.1.0
6962026-07-14T15:27:14.014Z Compiling eyre v0.6.12
6972026-07-14T15:27:14.048Z Compiling unicode-xid v0.2.6
6982026-07-14T15:27:14.071Z Compiling iana-time-zone v0.1.65
6992026-07-14T15:27:14.106Z Compiling anstyle v1.0.14
7002026-07-14T15:27:14.186Z Compiling number_prefix v0.4.0
7012026-07-14T15:27:14.360Z Compiling color-spantrace v0.3.0
7022026-07-14T15:27:14.403Z Compiling tinyvec_macros v0.1.1
7032026-07-14T15:27:14.403Z Compiling xattr v1.6.1
7042026-07-14T15:27:14.420Z Compiling colorchoice v1.0.5
7052026-07-14T15:27:14.546Z Compiling is_terminal_polyfill v1.70.2
7062026-07-14T15:27:14.551Z Compiling litrs v1.0.0
7072026-07-14T15:27:14.605Z Compiling nested v0.1.1
7082026-07-14T15:27:14.630Z Compiling unicase v2.9.0
7092026-07-14T15:27:14.645Z Compiling self_update v0.42.0
7102026-07-14T15:27:14.659Z Compiling anstyle-query v1.1.5
7112026-07-14T15:27:14.756Z Compiling anstream v1.0.0
7122026-07-14T15:27:14.810Z Compiling guppy v0.17.26
7132026-07-14T15:27:14.944Z Compiling tar v0.4.46
7142026-07-14T15:27:14.949Z Compiling tinyvec v1.12.0
7152026-07-14T15:27:14.990Z Compiling document-features v0.2.12
7162026-07-14T15:27:15.258Z Compiling globset v0.4.18
7172026-07-14T15:27:15.553Z Compiling indicatif v0.17.11
7182026-07-14T15:27:15.634Z Compiling chrono v0.4.45
7192026-07-14T15:27:15.932Z Compiling cargo-util-schemas v0.2.0
7202026-07-14T15:27:16.077Z Compiling strip-ansi-escapes v0.2.1
7212026-07-14T15:27:16.583Z Compiling pin-project v1.1.13
7222026-07-14T15:27:16.691Z Compiling toml v1.1.3+spec-1.1.0
7232026-07-14T15:27:17.444Z Compiling newtype-uuid v1.3.2
7242026-07-14T15:27:17.634Z Compiling nextest-metadata v0.12.2
7252026-07-14T15:27:18.361Z Compiling reqwest v0.12.28
7262026-07-14T15:27:18.449Z Compiling rand_chacha v0.9.0
7272026-07-14T15:27:18.675Z Compiling futures v0.3.32
7282026-07-14T15:27:18.753Z Compiling digest v0.10.7
7292026-07-14T15:27:18.983Z Compiling flate2 v1.1.9
7302026-07-14T15:27:18.998Z Compiling derive_more v2.1.1
7312026-07-14T15:27:19.012Z Compiling parking_lot v0.12.5
7322026-07-14T15:27:19.080Z Compiling tracing-error v0.2.1
7332026-07-14T15:27:19.317Z Compiling shared_child v1.1.1
7342026-07-14T15:27:19.877Z Compiling signal-hook-mio v0.2.5
7352026-07-14T15:27:19.908Z Compiling self-replace v1.5.0
7362026-07-14T15:27:19.921Z Compiling cargo-platform v0.2.0
7372026-07-14T15:27:20.007Z Compiling quick-xml v0.37.5
7382026-07-14T15:27:20.196Z Compiling quick-xml v0.38.4
7392026-07-14T15:27:20.976Z Compiling cpufeatures v0.2.17
7402026-07-14T15:27:20.996Z Compiling humantime v2.4.0
7412026-07-14T15:27:21.059Z Compiling heck v0.5.0
7422026-07-14T15:27:21.272Z Compiling strsim v0.11.1
7432026-07-14T15:27:21.420Z Compiling shell-words v1.1.1
7442026-07-14T15:27:21.534Z Compiling clap_lex v1.1.0
7452026-07-14T15:27:21.670Z Compiling indenter v0.3.4
7462026-07-14T15:27:21.802Z Compiling urlencoding v2.1.3
7472026-07-14T15:27:21.819Z Compiling recursion v0.5.4
7482026-07-14T15:27:22.041Z Compiling nextest-filtering v0.15.0
7492026-07-14T15:27:22.102Z Compiling clap_builder v4.6.0
7502026-07-14T15:27:22.397Z Compiling clap_derive v4.6.1
7512026-07-14T15:27:22.823Z Compiling humantime-serde v1.1.1
7522026-07-14T15:27:22.996Z Compiling sha2 v0.10.9
7532026-07-14T15:27:24.161Z Compiling quick-junit v0.5.2
7542026-07-14T15:27:24.193Z Compiling atomicwrites v0.4.4
7552026-07-14T15:27:24.480Z Compiling cargo_metadata v0.20.0
7562026-07-14T15:27:25.986Z Compiling crossterm v0.29.0
7572026-07-14T15:27:28.139Z Compiling cargo-nextest v0.9.97
7582026-07-14T15:27:28.360Z Compiling duct v0.13.7
7592026-07-14T15:27:28.466Z Compiling async-scoped v0.9.0
7602026-07-14T15:27:28.677Z Compiling rand v0.9.5
7612026-07-14T15:27:28.784Z Compiling zstd v0.13.3
7622026-07-14T15:27:28.899Z Compiling config v0.15.25
7632026-07-14T15:27:29.263Z Compiling unicode-normalization v0.1.25
7642026-07-14T15:27:29.283Z Compiling target-spec-miette v0.4.8
7652026-07-14T15:27:29.476Z Compiling future-queue v0.4.0
7662026-07-14T15:27:29.680Z Compiling mukti-metadata v0.3.0
7672026-07-14T15:27:29.693Z Compiling camino-tempfile v1.4.1
7682026-07-14T15:27:29.729Z Compiling tokio-stream v0.1.18
7692026-07-14T15:27:29.823Z Compiling derive-where v1.6.1
7702026-07-14T15:27:30.094Z Compiling serde_ignored v0.1.14
7712026-07-14T15:27:30.112Z Compiling serde_path_to_error v0.1.20
7722026-07-14T15:27:30.166Z Compiling hex v0.4.3
7732026-07-14T15:27:30.342Z Compiling indent_write v2.2.0
7742026-07-14T15:27:30.395Z Compiling xxhash-rust v0.8.16
7752026-07-14T15:27:30.545Z Compiling home v0.5.12
7762026-07-14T15:27:30.715Z Compiling swrite v0.1.0
7772026-07-14T15:27:30.715Z Compiling color-eyre v0.6.5
7782026-07-14T15:27:30.715Z Compiling clap v4.6.1
7792026-07-14T15:27:30.715Z Compiling dialoguer v0.11.0
7802026-07-14T15:27:30.715Z Compiling enable-ansi-support v0.2.1
7812026-07-14T15:27:31.059Z Compiling nextest-runner v0.80.0
7822026-07-14T15:27:49.108Z Finished `release` profile [optimized] target(s) in 1m 09s
7832026-07-14T15:27:49.277Z Installing /home/build/.cargo/bin/cargo-nextest
7842026-07-14T15:27:49.280Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7852026-07-14T15:27:49.396Z+ banner bfd
7862026-07-14T15:27:49.405Z
7872026-07-14T15:27:49.405Z ##### ###### #####
7882026-07-14T15:27:49.405Z # # # # #
7892026-07-14T15:27:49.405Z ##### ##### # #
7902026-07-14T15:27:49.405Z # # # # #
7912026-07-14T15:27:49.405Z # # # # #
7922026-07-14T15:27:49.405Z ##### # #####
7932026-07-14T15:27:49.405Z
7942026-07-14T15:27:49.405Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7952026-07-14T15:27:49.554Z Updating git repository `https://github.com/oxidecomputer/falcon`
7962026-07-14T15:27:50.430ZFrom https://github.com/oxidecomputer/falcon
7972026-07-14T15:27:50.430Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7982026-07-14T15:27:50.505Z Updating crates.io index
7992026-07-14T15:27:50.509Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8002026-07-14T15:27:50.931ZFrom https://github.com/oxidecomputer/dendrite
8012026-07-14T15:27:50.931Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
8022026-07-14T15:27:50.964Z Updating git repository `https://github.com/oxidecomputer/ispf`
8032026-07-14T15:27:51.250ZFrom https://github.com/oxidecomputer/ispf
8042026-07-14T15:27:51.250Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8052026-07-14T15:27:51.257Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8062026-07-14T15:27:52.600ZFrom https://github.com/oxidecomputer/netadm-sys
8072026-07-14T15:27:52.600Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8082026-07-14T15:27:52.608Z Updating git repository `https://github.com/oxidecomputer/omicron`
8092026-07-14T15:27:58.642ZFrom https://github.com/oxidecomputer/omicron
8102026-07-14T15:27:58.642Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8112026-07-14T15:27:59.054Z Updating git repository `https://github.com/oxidecomputer/opte`
8122026-07-14T15:27:59.748ZFrom https://github.com/oxidecomputer/opte
8132026-07-14T15:27:59.748Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8142026-07-14T15:27:59.781Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8152026-07-14T15:28:00.043ZFrom https://github.com/oxidecomputer/slog-error-chain
8162026-07-14T15:28:00.043Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8172026-07-14T15:28:00.050Z Updating git repository `https://github.com/illumos/smf-rs`
8182026-07-14T15:28:00.334ZFrom https://github.com/illumos/smf-rs
8192026-07-14T15:28:00.334Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8202026-07-14T15:28:00.343Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8212026-07-14T15:28:00.633ZFrom https://github.com/oxidecomputer/network-interface
8222026-07-14T15:28:00.633Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8232026-07-14T15:28:00.642Z Updating git repository `https://github.com/oxidecomputer/zone`
8242026-07-14T15:28:00.968ZFrom https://github.com/oxidecomputer/zone
8252026-07-14T15:28:00.968Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8262026-07-14T15:28:00.987Z Updating git repository `https://github.com/oxidecomputer/propolis`
8272026-07-14T15:28:01.575ZFrom https://github.com/oxidecomputer/propolis
8282026-07-14T15:28:01.575Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8292026-07-14T15:28:01.621Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8302026-07-14T15:28:02.263ZFrom https://github.com/oxidecomputer/transceiver-control
8312026-07-14T15:28:02.263Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8322026-07-14T15:28:02.275Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8332026-07-14T15:28:02.525ZFrom https://github.com/oxidecomputer/dlpi-sys
8342026-07-14T15:28:02.525Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8352026-07-14T15:28:02.531Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8362026-07-14T15:28:02.872ZFrom https://github.com/jmesmon/rust-libzfs
8372026-07-14T15:28:02.875Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8382026-07-14T15:28:02.881Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8392026-07-14T15:28:03.159ZFrom https://github.com/oxidecomputer/rusty-doors
8402026-07-14T15:28:03.159Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8412026-07-14T15:28:03.167Z Updating git repository `https://github.com/oxidecomputer/lldp`
8422026-07-14T15:28:03.565ZFrom https://github.com/oxidecomputer/lldp
8432026-07-14T15:28:03.565Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8442026-07-14T15:28:03.576Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8452026-07-14T15:28:03.893ZFrom https://github.com/oxidecomputer/tufaceous
8462026-07-14T15:28:03.893Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8472026-07-14T15:28:03.915Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8482026-07-14T15:28:04.380ZFrom https://github.com/oxidecomputer/management-gateway-service
8492026-07-14T15:28:04.380Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8502026-07-14T15:28:04.397Z Updating git repository `https://github.com/oxidecomputer/crucible`
8512026-07-14T15:28:05.522ZFrom https://github.com/oxidecomputer/crucible
8522026-07-14T15:28:05.522Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8532026-07-14T15:28:05.573Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8542026-07-14T15:28:05.862ZFrom https://github.com/oxidecomputer/serde_human_bytes
8552026-07-14T15:28:05.862Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8562026-07-14T15:28:05.875Z Updating git repository `https://github.com/oxidecomputer/propolis`
8572026-07-14T15:28:06.341ZFrom https://github.com/oxidecomputer/propolis
8582026-07-14T15:28:06.341Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8592026-07-14T15:28:06.391Z Updating git repository `https://github.com/oxidecomputer/crucible`
8602026-07-14T15:28:07.117ZFrom https://github.com/oxidecomputer/crucible
8612026-07-14T15:28:07.117Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8622026-07-14T15:28:07.183Z Updating git repository `https://github.com/oxidecomputer/tofino`
8632026-07-14T15:28:07.506ZFrom https://github.com/oxidecomputer/tofino
8642026-07-14T15:28:07.506Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8652026-07-14T15:28:07.517Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8662026-07-14T15:28:08.183ZFrom https://github.com/oxidecomputer/maghemite
8672026-07-14T15:28:08.183Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8682026-07-14T15:28:08.208Z Updating git repository `https://github.com/oxidecomputer/clickward`
8692026-07-14T15:28:08.497ZFrom https://github.com/oxidecomputer/clickward
8702026-07-14T15:28:08.497Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8712026-07-14T15:28:08.507Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8722026-07-14T15:28:08.799ZFrom https://github.com/oxidecomputer/illumos-devinfo
8732026-07-14T15:28:08.799Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8742026-07-14T15:28:09.712Z Downloading crates ...
8752026-07-14T15:28:09.804Z Downloaded arrayref v0.3.9
8762026-07-14T15:28:09.810Z Downloaded async-stream-impl v0.3.6
8772026-07-14T15:28:09.817Z Downloaded bytecount v0.6.9
8782026-07-14T15:28:09.820Z Downloaded backoff v0.4.0
8792026-07-14T15:28:09.823Z Downloaded anyhow v1.0.103
8802026-07-14T15:28:09.831Z Downloaded dof v0.4.0
8812026-07-14T15:28:09.831Z Downloaded crunchy v0.2.4
8822026-07-14T15:28:09.831Z Downloaded compression-core v0.4.32
8832026-07-14T15:28:09.836Z Downloaded aead v0.5.2
8842026-07-14T15:28:09.836Z Downloaded hybrid-array v0.4.12
8852026-07-14T15:28:09.836Z Downloaded http-body v1.0.1
8862026-07-14T15:28:09.836Z Downloaded cstr-argument v0.1.2
8872026-07-14T15:28:09.836Z Downloaded async-stream v0.3.6
8882026-07-14T15:28:09.842Z Downloaded foreign-types-macros v0.2.3
8892026-07-14T15:28:09.842Z Downloaded hickory-resolver v0.25.2
8902026-07-14T15:28:09.842Z Downloaded foreign-types-shared v0.3.1
8912026-07-14T15:28:09.842Z Downloaded foreign-types v0.5.0
8922026-07-14T15:28:09.846Z Downloaded chacha20 v0.9.1
8932026-07-14T15:28:09.846Z Downloaded bit-set v0.8.0
8942026-07-14T15:28:09.846Z Downloaded is-terminal v0.4.17
8952026-07-14T15:28:09.846Z Downloaded fixedbitset v0.4.2
8962026-07-14T15:28:09.849Z Downloaded cobs v0.3.0
8972026-07-14T15:28:09.849Z Downloaded git-stub v1.0.0
8982026-07-14T15:28:09.849Z Downloaded embedded-io v0.6.1
8992026-07-14T15:28:09.853Z Downloaded httpdate v1.0.3
9002026-07-14T15:28:09.857Z Downloaded base16ct v1.0.0
9012026-07-14T15:28:09.857Z Downloaded ciborium-io v0.2.2
9022026-07-14T15:28:09.861Z Downloaded dyn-clone v1.0.20
9032026-07-14T15:28:09.861Z Downloaded hash32 v0.3.1
9042026-07-14T15:28:09.861Z Downloaded gethostname v0.5.0
9052026-07-14T15:28:09.861Z Downloaded float-ord v0.3.2
9062026-07-14T15:28:09.864Z Downloaded hostname v0.3.1
9072026-07-14T15:28:09.864Z Downloaded async-recursion v1.1.1
9082026-07-14T15:28:09.871Z Downloaded hostname v0.4.2
9092026-07-14T15:28:09.871Z Downloaded enum-as-inner v0.6.1
9102026-07-14T15:28:09.873Z Downloaded fxhash v0.2.1
9112026-07-14T15:28:09.873Z Downloaded defmt v0.3.100
9122026-07-14T15:28:09.873Z Downloaded embedded-io v0.4.0
9132026-07-14T15:28:09.874Z Downloaded derive-ex v0.1.8
9142026-07-14T15:28:09.877Z Downloaded hubpack v0.1.2
9152026-07-14T15:28:09.877Z Downloaded heck v0.4.1
9162026-07-14T15:28:09.877Z Downloaded libscf-sys v1.2.0
9172026-07-14T15:28:09.877Z Downloaded data-encoding v2.11.0
9182026-07-14T15:28:09.882Z Downloaded displaydoc v0.2.6
9192026-07-14T15:28:09.882Z Downloaded csv-core v0.1.13
9202026-07-14T15:28:09.885Z Downloaded const_format_proc_macros v0.2.34
9212026-07-14T15:28:09.885Z Downloaded hubpack_derive v0.1.1
9222026-07-14T15:28:09.885Z Downloaded http-body-util v0.1.3
9232026-07-14T15:28:09.885Z Downloaded erased-serde v0.3.31
9242026-07-14T15:28:09.888Z Downloaded ciborium v0.2.2
9252026-07-14T15:28:09.889Z Downloaded base16ct v0.2.0
9262026-07-14T15:28:09.908Z Downloaded chacha20 v0.10.0
9272026-07-14T15:28:09.908Z Downloaded cancel-safe-futures v0.1.5
9282026-07-14T15:28:09.927Z Downloaded dunce v1.0.5
9292026-07-14T15:28:09.927Z Downloaded idna_adapter v1.2.2
9302026-07-14T15:28:09.927Z Downloaded dropshot-api-manager-types v0.7.2
9312026-07-14T15:28:09.927Z Downloaded memoffset v0.9.1
9322026-07-14T15:28:09.927Z Downloaded instant v0.1.13
9332026-07-14T15:28:09.927Z Downloaded darling_macro v0.21.3
9342026-07-14T15:28:09.927Z Downloaded dtrace-parser v0.2.0
9352026-07-14T15:28:09.927Z Downloaded const-random-macro v0.1.16
9362026-07-14T15:28:09.927Z Downloaded const-random v0.1.18
9372026-07-14T15:28:09.927Z Downloaded darling_macro v0.23.0
9382026-07-14T15:28:09.927Z Downloaded dof v0.3.0
9392026-07-14T15:28:09.927Z Downloaded dtrace-parser v0.3.0
9402026-07-14T15:28:09.927Z Downloaded macaddr v1.0.1
9412026-07-14T15:28:09.927Z Downloaded lru-cache v0.1.2
9422026-07-14T15:28:09.927Z Downloaded crucible-workspace-hack v0.1.0
9432026-07-14T15:28:09.927Z Downloaded ident_case v1.0.1
9442026-07-14T15:28:09.927Z Downloaded defmt-parser v1.0.0
9452026-07-14T15:28:09.927Z Downloaded konst_macro_rules v0.2.19
9462026-07-14T15:28:09.936Z Downloaded natord v1.0.9
9472026-07-14T15:28:09.936Z Downloaded block-buffer v0.12.0
9482026-07-14T15:28:09.936Z Downloaded match_cfg v0.1.0
9492026-07-14T15:28:09.936Z Downloaded memmap v0.7.0
9502026-07-14T15:28:09.936Z Downloaded inout v0.1.4
9512026-07-14T15:28:09.936Z Downloaded cmake v0.1.58
9522026-07-14T15:28:09.936Z Downloaded internet-checksum v0.2.1
9532026-07-14T15:28:09.936Z Downloaded keccak v0.1.6
9542026-07-14T15:28:09.936Z Downloaded cipher v0.4.4
9552026-07-14T15:28:09.936Z Downloaded byte-wrapper v0.1.0
9562026-07-14T15:28:09.936Z Downloaded compression-codecs v0.4.38
9572026-07-14T15:28:09.936Z Downloaded mime v0.3.17
9582026-07-14T15:28:09.941Z Downloaded crc8 v0.1.1
9592026-07-14T15:28:09.941Z Downloaded convert_case v0.4.0
9602026-07-14T15:28:09.941Z Downloaded async-trait v0.1.89
9612026-07-14T15:28:09.941Z Downloaded managed v0.8.0
9622026-07-14T15:28:09.942Z Downloaded num-conv v0.2.2
9632026-07-14T15:28:09.942Z Downloaded newtype-uuid-macros v0.1.0
9642026-07-14T15:28:09.942Z Downloaded argon2 v0.5.3
9652026-07-14T15:28:09.946Z Downloaded byteorder v1.5.0
9662026-07-14T15:28:09.946Z Downloaded newtype_derive v0.1.6
9672026-07-14T15:28:09.946Z Downloaded newline-converter v0.3.0
9682026-07-14T15:28:09.946Z Downloaded ciborium-ll v0.2.2
9692026-07-14T15:28:09.946Z Downloaded humantime v2.3.0
9702026-07-14T15:28:09.946Z Downloaded foldhash v0.2.0
9712026-07-14T15:28:09.949Z Downloaded group v0.13.0
9722026-07-14T15:28:09.949Z Downloaded diff v0.1.13
9732026-07-14T15:28:09.949Z Downloaded darling v0.21.3
9742026-07-14T15:28:09.952Z Downloaded cookie v0.18.1
9752026-07-14T15:28:09.954Z Downloaded glob v0.3.3
9762026-07-14T15:28:09.957Z Downloaded num-iter v0.1.45
9772026-07-14T15:28:09.957Z Downloaded num-derive v0.4.2
9782026-07-14T15:28:09.957Z Downloaded num v0.4.3
9792026-07-14T15:28:09.957Z Downloaded no-std-compat v0.4.1
9802026-07-14T15:28:09.961Z Downloaded opaque-debug v0.3.1
9812026-07-14T15:28:09.961Z Downloaded num_threads v0.1.7
9822026-07-14T15:28:09.961Z Downloaded elliptic-curve v0.13.8
9832026-07-14T15:28:09.965Z Downloaded omicron-workspace-hack v0.1.0
9842026-07-14T15:28:09.965Z Downloaded olpc-cjson v0.1.4
9852026-07-14T15:28:09.965Z Downloaded num_enum_derive v0.5.11
9862026-07-14T15:28:09.970Z Downloaded arrayvec v0.7.6
9872026-07-14T15:28:09.970Z Downloaded parse-display v0.10.0
9882026-07-14T15:28:09.970Z Downloaded bit-vec v0.8.0
9892026-07-14T15:28:09.970Z Downloaded fs-err v3.3.0
9902026-07-14T15:28:09.970Z Downloaded bcs v0.1.6
9912026-07-14T15:28:09.973Z Downloaded deranged v0.5.8
9922026-07-14T15:28:09.973Z Downloaded defmt-macros v1.1.0
9932026-07-14T15:28:09.973Z Downloaded crossbeam-deque v0.8.6
9942026-07-14T15:28:09.978Z Downloaded constant_time_eq v0.4.2
9952026-07-14T15:28:09.978Z Downloaded git-stub-vcs v0.1.0
9962026-07-14T15:28:09.983Z Downloaded digest v0.11.3
9972026-07-14T15:28:09.983Z Downloaded daft-derive v0.1.7
9982026-07-14T15:28:09.983Z Downloaded daft v0.1.7
9992026-07-14T15:28:09.988Z Downloaded ingot v0.1.1
10002026-07-14T15:28:09.988Z Downloaded plain v0.2.3
10012026-07-14T15:28:09.988Z Downloaded blake2 v0.10.6
10022026-07-14T15:28:09.991Z Downloaded crypto-common v0.2.2
10032026-07-14T15:28:09.991Z Downloaded bitflags v1.3.2
10042026-07-14T15:28:09.991Z Downloaded backon v1.6.0
10052026-07-14T15:28:09.991Z Downloaded critical-section v1.2.0
10062026-07-14T15:28:09.994Z Downloaded linked-hash-map v0.5.6
10072026-07-14T15:28:09.994Z Downloaded bs58 v0.5.1
10082026-07-14T15:28:09.994Z Downloaded libsw v3.5.0
10092026-07-14T15:28:09.999Z Downloaded jobserver v0.1.34
10102026-07-14T15:28:09.999Z Downloaded pretty-hex v0.4.2
10112026-07-14T15:28:10.003Z Downloaded phf_shared v0.12.1
10122026-07-14T15:28:10.003Z Downloaded proc-macro-error-attr v1.0.4
10132026-07-14T15:28:10.003Z Downloaded proc-macro-crate v1.3.1
10142026-07-14T15:28:10.003Z Downloaded powerfmt v0.2.0
10152026-07-14T15:28:10.003Z Downloaded ipnetwork v0.21.1
10162026-07-14T15:28:10.003Z Downloaded defmt v1.1.0
10172026-07-14T15:28:10.006Z Downloaded multer v3.1.0
10182026-07-14T15:28:10.010Z Downloaded potential_utf v0.1.5
10192026-07-14T15:28:10.010Z Downloaded linear-map v1.2.0
10202026-07-14T15:28:10.010Z Downloaded libsw-core v0.3.2
10212026-07-14T15:28:10.014Z Downloaded colored v3.1.1
10222026-07-14T15:28:10.014Z Downloaded cargo_toml v0.22.3
10232026-07-14T15:28:10.014Z Downloaded ff v0.13.1
10242026-07-14T15:28:10.018Z Downloaded num-integer v0.1.46
10252026-07-14T15:28:10.018Z Downloaded ingot-types v0.1.2
10262026-07-14T15:28:10.018Z Downloaded fs_extra v1.3.0
10272026-07-14T15:28:10.022Z Downloaded num-complex v0.4.6
10282026-07-14T15:28:10.022Z Downloaded progenitor-macro v0.10.0
10292026-07-14T15:28:10.026Z Downloaded progenitor-client v0.14.0
10302026-07-14T15:28:10.026Z Downloaded num_enum v0.7.6
10312026-07-14T15:28:10.029Z Downloaded quick-error v1.2.3
10322026-07-14T15:28:10.029Z Downloaded progenitor-macro v0.13.0
10332026-07-14T15:28:10.029Z Downloaded proc-macro-error-attr2 v2.0.0
10342026-07-14T15:28:10.029Z Downloaded num_enum_derive v0.7.6
10352026-07-14T15:28:10.029Z Downloaded ref-cast v1.0.25
10362026-07-14T15:28:10.035Z Downloaded proc-macro-crate v3.5.0
10372026-07-14T15:28:10.035Z Downloaded num-rational v0.4.2
10382026-07-14T15:28:10.039Z Downloaded paste v1.0.15
10392026-07-14T15:28:10.039Z Downloaded parse-display-derive v0.10.0
10402026-07-14T15:28:10.039Z Downloaded parking_lot_core v0.8.6
10412026-07-14T15:28:10.045Z Downloaded password-hash v0.5.0
10422026-07-14T15:28:10.045Z Downloaded console v0.16.3
10432026-07-14T15:28:10.048Z Downloaded progenitor-macro v0.14.0
10442026-07-14T15:28:10.048Z Downloaded rustc_version v0.1.7
10452026-07-14T15:28:10.053Z Downloaded rand_xorshift v0.4.0
10462026-07-14T15:28:10.053Z Downloaded rand_chacha v0.3.1
10472026-07-14T15:28:10.064Z Downloaded pem v3.0.6
10482026-07-14T15:28:10.072Z Downloaded bitflags v2.12.1
10492026-07-14T15:28:10.072Z Downloaded memmap2 v0.9.10
10502026-07-14T15:28:10.072Z Downloaded allocator-api2 v0.2.21
10512026-07-14T15:28:10.072Z Downloaded litemap v0.8.2
10522026-07-14T15:28:10.076Z Downloaded highway v1.3.0
10532026-07-14T15:28:10.076Z Downloaded poly1305 v0.8.0
10542026-07-14T15:28:10.076Z Downloaded scroll_derive v0.12.1
10552026-07-14T15:28:10.076Z Downloaded rustc-hash v2.1.2
10562026-07-14T15:28:10.079Z Downloaded same-file v1.0.6
10572026-07-14T15:28:10.079Z Downloaded progenitor v0.13.0
10582026-07-14T15:28:10.085Z Downloaded ingot-macros v0.1.1
10592026-07-14T15:28:10.090Z Downloaded semver v0.1.20
10602026-07-14T15:28:10.093Z Downloaded secrecy v0.10.3
10612026-07-14T15:28:10.093Z Downloaded scroll_derive v0.13.1
10622026-07-14T15:28:10.093Z Downloaded progenitor-client v0.10.0
10632026-07-14T15:28:10.097Z Downloaded progenitor v0.14.0
10642026-07-14T15:28:10.097Z Downloaded serde-big-array v0.5.1
10652026-07-14T15:28:10.097Z Downloaded getrandom v0.4.2
10662026-07-14T15:28:10.100Z Downloaded serial_test_derive v3.5.0
10672026-07-14T15:28:10.100Z Downloaded serde_repr v0.1.20
10682026-07-14T15:28:10.104Z Downloaded serde_plain v1.0.2
10692026-07-14T15:28:10.104Z Downloaded proc-macro-error2 v2.0.1
10702026-07-14T15:28:10.110Z Downloaded hmac v0.12.1
10712026-07-14T15:28:10.110Z Downloaded sigpipe v0.1.3
10722026-07-14T15:28:10.110Z Downloaded siphasher v1.0.3
10732026-07-14T15:28:10.110Z Downloaded sha1 v0.11.0
10742026-07-14T15:28:10.113Z Downloaded serial_test v3.5.0
10752026-07-14T15:28:10.113Z Downloaded slog-bunyan v2.5.0
10762026-07-14T15:28:10.113Z Downloaded progenitor-client v0.13.0
10772026-07-14T15:28:10.113Z Downloaded smawk v0.3.2
10782026-07-14T15:28:10.116Z Downloaded drift v0.2.0
10792026-07-14T15:28:10.120Z Downloaded dropshot_endpoint v0.17.1
10802026-07-14T15:28:10.122Z Downloaded parking_lot v0.11.2
10812026-07-14T15:28:10.126Z Downloaded phf v0.12.1
10822026-07-14T15:28:10.126Z Downloaded pest_derive v2.8.6
10832026-07-14T15:28:10.129Z Downloaded ref-cast-impl v1.0.25
10842026-07-14T15:28:10.129Z Downloaded quote v1.0.45
10852026-07-14T15:28:10.133Z Downloaded pest_generator v2.8.6
10862026-07-14T15:28:10.133Z Downloaded oxnet v0.1.6
10872026-07-14T15:28:10.138Z Downloaded resolv-conf v0.7.6
10882026-07-14T15:28:10.138Z Downloaded slog-envlogger v2.2.0
10892026-07-14T15:28:10.138Z Downloaded spin v0.5.2
10902026-07-14T15:28:10.138Z Downloaded derive_more v0.99.20
10912026-07-14T15:28:10.142Z Downloaded structmeta v0.3.0
10922026-07-14T15:28:10.142Z Downloaded strum v0.27.2
10932026-07-14T15:28:10.142Z Downloaded strum v0.26.3
10942026-07-14T15:28:10.142Z Downloaded chacha20poly1305 v0.10.1
10952026-07-14T15:28:10.144Z Downloaded tabled_derive v0.7.0
10962026-07-14T15:28:10.145Z Downloaded stable_deref_trait v1.2.1
10972026-07-14T15:28:10.145Z Downloaded crossbeam-utils v0.8.21
10982026-07-14T15:28:10.147Z Downloaded crossbeam-epoch v0.9.18
10992026-07-14T15:28:10.147Z Downloaded darling v0.23.0
11002026-07-14T15:28:10.151Z Downloaded scroll v0.12.0
11012026-07-14T15:28:10.154Z Downloaded schemars_derive v0.8.22
11022026-07-14T15:28:10.154Z Downloaded icu_properties v2.2.0
11032026-07-14T15:28:10.158Z Downloaded rusty-fork v0.3.1
11042026-07-14T15:28:10.158Z Downloaded darling_core v0.23.0
11052026-07-14T15:28:10.164Z Downloaded scroll v0.13.0
11062026-07-14T15:28:10.164Z Downloaded log v0.4.32
11072026-07-14T15:28:10.170Z Downloaded tabled_derive v0.11.0
11082026-07-14T15:28:10.170Z Downloaded progenitor v0.10.0
11092026-07-14T15:28:10.170Z Downloaded crossbeam-channel v0.5.15
11102026-07-14T15:28:10.170Z Downloaded serde_derive_internals v0.29.1
11112026-07-14T15:28:10.175Z Downloaded progenitor-extras v0.2.0
11122026-07-14T15:28:10.175Z Downloaded serde_tokenstream v0.2.3
11132026-07-14T15:28:10.175Z Downloaded postcard v1.1.3
11142026-07-14T15:28:10.175Z Downloaded take_mut v0.2.2
11152026-07-14T15:28:10.175Z Downloaded sha1 v0.10.6
11162026-07-14T15:28:10.175Z Downloaded indexmap v1.9.3
11172026-07-14T15:28:10.179Z Downloaded thread-id v4.2.2
11182026-07-14T15:28:10.179Z Downloaded termtree v0.5.1
11192026-07-14T15:28:10.179Z Downloaded tabwriter v1.4.1
11202026-07-14T15:28:10.179Z Downloaded thread-id v5.1.0
11212026-07-14T15:28:10.188Z Downloaded slog-scope v4.4.1
11222026-07-14T15:28:10.188Z Downloaded slog-dtrace v0.3.0
11232026-07-14T15:28:10.188Z Downloaded const-oid v0.10.2
11242026-07-14T15:28:10.188Z Downloaded bytes v1.11.1
11252026-07-14T15:28:10.193Z Downloaded heapless v0.8.0
11262026-07-14T15:28:10.193Z Downloaded icu_locale_core v2.2.0
11272026-07-14T15:28:10.193Z Downloaded async-compression v0.4.42
11282026-07-14T15:28:10.198Z Downloaded testing_table v0.3.0
11292026-07-14T15:28:10.198Z Downloaded smartstring v1.0.1
11302026-07-14T15:28:10.201Z Downloaded slog-json v2.6.1
11312026-07-14T15:28:10.201Z Downloaded rustls-pemfile v2.2.0
11322026-07-14T15:28:10.201Z Downloaded time-core v0.1.8
11332026-07-14T15:28:10.204Z Downloaded smf v0.2.3
11342026-07-14T15:28:10.204Z Downloaded slog-term v2.9.2
11352026-07-14T15:28:10.206Z Downloaded topological-sort v0.2.2
11362026-07-14T15:28:10.207Z Downloaded papergrid v0.18.0
11372026-07-14T15:28:10.210Z Downloaded papergrid v0.11.0
11382026-07-14T15:28:10.213Z Downloaded const_format v0.2.36
11392026-07-14T15:28:10.216Z Downloaded cc v1.2.63
11402026-07-14T15:28:10.218Z Downloaded arc-swap v1.9.1
11412026-07-14T15:28:10.218Z Downloaded strum_macros v0.26.4
11422026-07-14T15:28:10.222Z Downloaded structmeta-derive v0.3.0
11432026-07-14T15:28:10.222Z Downloaded snafu-derive v0.8.9
11442026-07-14T15:28:10.222Z Downloaded typify-macro v0.4.3
11452026-07-14T15:28:10.224Z Downloaded slog-stdlog v4.1.1
11462026-07-14T15:28:10.224Z Downloaded slog-async v2.8.0
11472026-07-14T15:28:10.224Z Downloaded quinn-udp v0.5.14
11482026-07-14T15:28:10.228Z Downloaded omicron-zone-package v0.12.3
11492026-07-14T15:28:10.228Z Downloaded typify-macro v0.6.2
11502026-07-14T15:28:10.231Z Downloaded rustls-pki-types v1.14.1
11512026-07-14T15:28:10.231Z Downloaded untrusted v0.7.1
11522026-07-14T15:28:10.231Z Downloaded universal-hash v0.5.1
11532026-07-14T15:28:10.235Z Downloaded unarray v0.1.4
11542026-07-14T15:28:10.235Z Downloaded rustversion v1.0.22
11552026-07-14T15:28:10.238Z Downloaded usdt v0.6.0
11562026-07-14T15:28:10.238Z Downloaded synstructure v0.13.2
11572026-07-14T15:28:10.238Z Downloaded strum_macros v0.27.2
11582026-07-14T15:28:10.238Z Downloaded serde_with_macros v3.20.0
11592026-07-14T15:28:10.241Z Downloaded progenitor-impl v0.14.0
11602026-07-14T15:28:10.242Z Downloaded openssl-sys v0.9.116
11612026-07-14T15:28:10.245Z Downloaded indicatif v0.18.4
11622026-07-14T15:28:10.248Z Downloaded konst v0.2.20
11632026-07-14T15:28:10.250Z Downloaded utf-8 v0.7.6
11642026-07-14T15:28:10.250Z Downloaded usdt-macro v0.5.0
11652026-07-14T15:28:10.250Z Downloaded usdt-attr-macro v0.5.0
11662026-07-14T15:28:10.253Z Downloaded usdt v0.5.0
11672026-07-14T15:28:10.253Z Downloaded smallvec v1.15.1
11682026-07-14T15:28:10.253Z Downloaded usdt-macro v0.6.0
11692026-07-14T15:28:10.257Z Downloaded darling_core v0.21.3
11702026-07-14T15:28:10.260Z Downloaded wait-timeout v0.2.1
11712026-07-14T15:28:10.260Z Downloaded tagptr v0.2.0
11722026-07-14T15:28:10.260Z Downloaded icu_collections v2.2.0
11732026-07-14T15:28:10.263Z Downloaded half v2.7.1
11742026-07-14T15:28:10.269Z Downloaded tinystr v0.8.3
11752026-07-14T15:28:10.269Z Downloaded tiny-keccak v2.0.2
11762026-07-14T15:28:10.269Z Downloaded thiserror-no-std v2.0.2
11772026-07-14T15:28:10.272Z Downloaded waitgroup v0.1.2
11782026-07-14T15:28:10.272Z Downloaded thiserror-impl-no-std v2.0.2
11792026-07-14T15:28:10.272Z Downloaded progenitor-impl v0.13.0
11802026-07-14T15:28:10.275Z Downloaded zerofrom-derive v0.1.7
11812026-07-14T15:28:10.275Z Downloaded yoke-derive v0.8.2
11822026-07-14T15:28:10.275Z Downloaded base64 v0.21.7
11832026-07-14T15:28:10.279Z Downloaded pretty_assertions v1.4.1
11842026-07-14T15:28:10.282Z Downloaded progenitor-impl v0.10.0
11852026-07-14T15:28:10.282Z Downloaded rhai_codegen v3.2.0
11862026-07-14T15:28:10.284Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11872026-07-14T15:28:10.287Z Downloaded zerofrom v0.1.8
11882026-07-14T15:28:10.287Z Downloaded expectorate v1.2.0
11892026-07-14T15:28:10.290Z Downloaded prettyplease v0.2.37
11902026-07-14T15:28:10.290Z Downloaded crypto-bigint v0.5.5
11912026-07-14T15:28:10.295Z Downloaded unit-prefix v0.5.2
11922026-07-14T15:28:10.299Z Downloaded zone v0.3.1
11932026-07-14T15:28:10.299Z Downloaded toml_writer v1.1.1+spec-1.1.0
11942026-07-14T15:28:10.299Z Downloaded zeroize_derive v1.4.3
11952026-07-14T15:28:10.300Z Downloaded tokio-tungstenite v0.21.0
11962026-07-14T15:28:10.304Z Downloaded zone_cfg_derive v0.3.1
11972026-07-14T15:28:10.305Z Downloaded rustls-native-certs v0.8.4
11982026-07-14T15:28:10.305Z Downloaded oxide-tokio-rt v0.1.6
11992026-07-14T15:28:10.305Z Downloaded proc-macro-error v1.0.4
12002026-07-14T15:28:10.314Z Downloaded icu_normalizer_data v2.2.0
12012026-07-14T15:28:10.314Z Downloaded term v1.2.1
12022026-07-14T15:28:10.314Z Downloaded serde_yaml v0.9.34+deprecated
12032026-07-14T15:28:10.314Z Downloaded thin-vec v0.2.18
12042026-07-14T15:28:10.319Z Downloaded thread_local v1.1.9
12052026-07-14T15:28:10.319Z Downloaded icu_provider v2.2.0
12062026-07-14T15:28:10.319Z Downloaded jiff-static v0.2.28
12072026-07-14T15:28:10.319Z Downloaded icu_normalizer v2.2.0
12082026-07-14T15:28:10.322Z Downloaded usdt-attr-macro v0.6.0
12092026-07-14T15:28:10.322Z Downloaded minimal-lexical v0.2.1
12102026-07-14T15:28:10.322Z Downloaded hickory-resolver v0.24.4
12112026-07-14T15:28:10.324Z Downloaded similar v2.7.0
12122026-07-14T15:28:10.327Z Downloaded xz2 v0.1.7
12132026-07-14T15:28:10.330Z Downloaded whoami v1.6.1
12142026-07-14T15:28:10.330Z Downloaded walkdir v2.5.0
12152026-07-14T15:28:10.330Z Downloaded tokio-dtrace v0.1.1
12162026-07-14T15:28:10.334Z Downloaded spin v0.9.8
12172026-07-14T15:28:10.334Z Downloaded zerovec-derive v0.11.3
12182026-07-14T15:28:10.337Z Downloaded pest_meta v2.8.6
12192026-07-14T15:28:10.337Z Downloaded writeable v0.6.3
12202026-07-14T15:28:10.337Z Downloaded schemars v0.8.22
12212026-07-14T15:28:10.343Z Downloaded zeroize v1.8.2
12222026-07-14T15:28:10.346Z Downloaded socket2 v0.6.4
12232026-07-14T15:28:10.346Z Downloaded rayon-core v1.13.0
12242026-07-14T15:28:10.349Z Downloaded rustls-platform-verifier v0.7.0
12252026-07-14T15:28:10.352Z Downloaded zmij v1.0.21
12262026-07-14T15:28:10.352Z Downloaded usdt-impl v0.6.0
12272026-07-14T15:28:10.355Z Downloaded usdt-impl v0.5.0
12282026-07-14T15:28:10.355Z Downloaded test-strategy v0.4.5
12292026-07-14T15:28:10.398Z Downloaded rand v0.8.6
12302026-07-14T15:28:10.398Z Downloaded memchr v2.8.1
12312026-07-14T15:28:10.409Z Downloaded tinyvec v1.11.0
12322026-07-14T15:28:10.409Z Downloaded hashbrown v0.12.3
12332026-07-14T15:28:10.409Z Downloaded typify v0.6.2
12342026-07-14T15:28:10.409Z Downloaded slog v2.8.2
12352026-07-14T15:28:10.409Z Downloaded port-file v0.1.0
12362026-07-14T15:28:10.409Z Downloaded num_enum v0.5.11
12372026-07-14T15:28:10.409Z Downloaded zerocopy-derive v0.7.35
12382026-07-14T15:28:10.409Z Downloaded yoke v0.8.3
12392026-07-14T15:28:10.409Z Downloaded vsss-rs v3.3.4
12402026-07-14T15:28:10.409Z Downloaded time-macros v0.2.27
12412026-07-14T15:28:10.409Z Downloaded schemars v0.9.0
12422026-07-14T15:28:10.409Z Downloaded rand v0.9.4
12432026-07-14T15:28:10.409Z Downloaded snafu v0.8.9
12442026-07-14T15:28:10.409Z Downloaded toml_edit v0.25.12+spec-1.1.0
12452026-07-14T15:28:10.409Z Downloaded toml v1.1.2+spec-1.1.0
12462026-07-14T15:28:10.409Z Downloaded toml v0.9.12+spec-1.1.0
12472026-07-14T15:28:10.409Z Downloaded quinn v0.11.9
12482026-07-14T15:28:10.409Z Downloaded qorb v0.4.1
12492026-07-14T15:28:10.415Z Downloaded mio v1.2.1
12502026-07-14T15:28:10.415Z Downloaded unsafe-libyaml v0.2.11
12512026-07-14T15:28:10.415Z Downloaded schemars v1.2.1
12522026-07-14T15:28:10.422Z Downloaded ucd-trie v0.1.7
12532026-07-14T15:28:10.422Z Downloaded nom v7.1.3
12542026-07-14T15:28:10.438Z Downloaded toml v0.7.8
12552026-07-14T15:28:10.438Z Downloaded typify v0.4.3
12562026-07-14T15:28:10.443Z Downloaded toml_edit v0.19.15
12572026-07-14T15:28:10.443Z Downloaded dropshot-api-manager v0.7.2
12582026-07-14T15:28:10.452Z Downloaded nom v8.0.0
12592026-07-14T15:28:10.452Z Downloaded steno v0.4.1
12602026-07-14T15:28:10.456Z Downloaded yansi v1.0.1
12612026-07-14T15:28:10.456Z Downloaded tungstenite v0.21.0
12622026-07-14T15:28:10.466Z Downloaded zerotrie v0.2.4
12632026-07-14T15:28:10.488Z Downloaded hashbrown v0.16.1
12642026-07-14T15:28:10.494Z Downloaded zerocopy-derive v0.8.50
12652026-07-14T15:28:10.497Z Downloaded regex v1.12.3
12662026-07-14T15:28:10.500Z Downloaded pest v2.8.6
12672026-07-14T15:28:10.504Z Downloaded ron v0.12.1
12682026-07-14T15:28:10.507Z Downloaded reqwest v0.13.4
12692026-07-14T15:28:10.511Z Downloaded itertools v0.12.1
12702026-07-14T15:28:10.514Z Downloaded libm v0.2.16
12712026-07-14T15:28:10.520Z Downloaded itertools v0.15.0
12722026-07-14T15:28:10.524Z Downloaded blake3 v1.8.5
12732026-07-14T15:28:10.530Z Downloaded hkdf v0.12.4
12742026-07-14T15:28:10.538Z Downloaded h2 v0.4.14
12752026-07-14T15:28:10.542Z Downloaded zerovec v0.11.6
12762026-07-14T15:28:10.546Z Downloaded tough v0.22.0
12772026-07-14T15:28:10.565Z Downloaded typed-path v0.9.3
12782026-07-14T15:28:10.571Z Downloaded icu_properties_data v2.2.0
12792026-07-14T15:28:10.576Z Downloaded goblin v0.8.2
12802026-07-14T15:28:10.581Z Downloaded aws-lc-rs v1.17.0
12812026-07-14T15:28:10.590Z Downloaded rayon v1.12.0
12822026-07-14T15:28:10.598Z Downloaded iddqd v0.4.5
12832026-07-14T15:28:10.619Z Downloaded winnow v1.0.3
12842026-07-14T15:28:10.625Z Downloaded zerocopy v0.7.35
12852026-07-14T15:28:10.633Z Downloaded tabled v0.21.0
12862026-07-14T15:28:10.643Z Downloaded winnow v0.5.40
12872026-07-14T15:28:10.652Z Downloaded webpki-roots v1.0.7
12882026-07-14T15:28:10.656Z Downloaded time v0.3.47
12892026-07-14T15:28:10.663Z Downloaded proptest v1.11.0
12902026-07-14T15:28:10.668Z Downloaded tabled v0.15.0
12912026-07-14T15:28:10.672Z Downloaded moka v0.12.15
12922026-07-14T15:28:10.678Z Downloaded serde_with v3.20.0
12932026-07-14T15:28:10.689Z Downloaded goblin v0.10.7
12942026-07-14T15:28:10.699Z Downloaded bstr v1.12.1
12952026-07-14T15:28:10.699Z Downloaded quinn-proto v0.11.14
12962026-07-14T15:28:10.704Z Downloaded syn v2.0.117
12972026-07-14T15:28:10.708Z Downloaded syn v1.0.109
12982026-07-14T15:28:10.711Z Downloaded zerocopy v0.8.50
12992026-07-14T15:28:10.718Z Downloaded nix v0.31.3
13002026-07-14T15:28:10.725Z Downloaded regex-syntax v0.8.10
13012026-07-14T15:28:10.729Z Downloaded regress v0.11.1
13022026-07-14T15:28:10.733Z Downloaded openssl v0.10.80
13032026-07-14T15:28:10.739Z Downloaded dropshot v0.17.1
13042026-07-14T15:28:10.764Z Downloaded smoltcp v0.11.0
13052026-07-14T15:28:10.771Z Downloaded rhai v1.25.1
13062026-07-14T15:28:10.782Z Downloaded regress v0.10.5
13072026-07-14T15:28:10.788Z Downloaded typify-impl v0.4.3
13082026-07-14T15:28:10.796Z Downloaded rustls v0.23.40
13092026-07-14T15:28:10.803Z Downloaded openapiv3 v2.2.0
13102026-07-14T15:28:10.812Z Downloaded hickory-proto v0.25.2
13112026-07-14T15:28:10.820Z Downloaded hickory-proto v0.24.4
13122026-07-14T15:28:10.834Z Downloaded regex-automata v0.4.14
13132026-07-14T15:28:10.839Z Downloaded typify-impl v0.6.2
13142026-07-14T15:28:10.845Z Downloaded sled v0.34.7
13152026-07-14T15:28:10.865Z Downloaded chrono-tz v0.10.4
13162026-07-14T15:28:10.886Z Downloaded lzma-sys v0.1.20
13172026-07-14T15:28:10.903Z Downloaded petgraph v0.6.5
13182026-07-14T15:28:10.912Z Downloaded sha3 v0.10.9
13192026-07-14T15:28:10.916Z Downloaded csv v1.4.0
13202026-07-14T15:28:10.927Z Downloaded jiff v0.2.28
13212026-07-14T15:28:10.973Z Downloaded encoding_rs v0.8.35
13222026-07-14T15:28:11.510Z Downloaded aws-lc-sys v0.41.0
13232026-07-14T15:28:12.418Z Compiling proc-macro2 v1.0.106
13242026-07-14T15:28:12.418Z Compiling unicode-ident v1.0.24
13252026-07-14T15:28:12.418Z Compiling quote v1.0.45
13262026-07-14T15:28:12.418Z Compiling serde_core v1.0.228
13272026-07-14T15:28:12.418Z Compiling cfg-if v1.0.4
13282026-07-14T15:28:12.421Z Compiling serde v1.0.228
13292026-07-14T15:28:12.421Z Compiling libc v0.2.186
13302026-07-14T15:28:12.421Z Compiling memchr v2.8.1
13312026-07-14T15:28:12.603Z Compiling itoa v1.0.18
13322026-07-14T15:28:12.831Z Compiling smallvec v1.15.1
13332026-07-14T15:28:12.858Z Compiling zmij v1.0.21
13342026-07-14T15:28:12.890Z Compiling autocfg v1.5.1
13352026-07-14T15:28:12.984Z Compiling libm v0.2.16
13362026-07-14T15:28:13.227Z Compiling stable_deref_trait v1.2.1
13372026-07-14T15:28:13.253Z Compiling percent-encoding v2.3.2
13382026-07-14T15:28:14.305Z Compiling writeable v0.6.3
13392026-07-14T15:28:14.328Z Compiling litemap v0.8.2
13402026-07-14T15:28:14.328Z Compiling icu_normalizer_data v2.2.0
13412026-07-14T15:28:14.328Z Compiling icu_properties_data v2.2.0
13422026-07-14T15:28:14.328Z Compiling utf8_iter v1.0.4
13432026-07-14T15:28:14.328Z Compiling iana-time-zone v0.1.65
13442026-07-14T15:28:14.328Z Compiling equivalent v1.0.2
13452026-07-14T15:28:14.328Z Compiling syn v2.0.117
13462026-07-14T15:28:14.328Z Compiling form_urlencoded v1.2.2
13472026-07-14T15:28:14.328Z Compiling serde_json v1.0.150
13482026-07-14T15:28:14.328Z Compiling version_check v0.9.5
13492026-07-14T15:28:14.328Z Compiling dyn-clone v1.0.20
13502026-07-14T15:28:14.329Z Compiling pin-project-lite v0.2.17
13512026-07-14T15:28:14.329Z Compiling parking_lot_core v0.9.12
13522026-07-14T15:28:14.329Z Compiling scopeguard v1.2.0
13532026-07-14T15:28:14.329Z Compiling num-traits v0.2.19
13542026-07-14T15:28:14.329Z Compiling hashbrown v0.17.1
13552026-07-14T15:28:14.329Z Compiling lock_api v0.4.14
13562026-07-14T15:28:14.329Z Compiling thiserror v2.0.18
13572026-07-14T15:28:14.329Z Compiling errno v0.3.14
13582026-07-14T15:28:14.344Z Compiling log v0.4.32
13592026-07-14T15:28:14.402Z Compiling getrandom v0.4.2
13602026-07-14T15:28:14.523Z Compiling rand_core v0.10.1
13612026-07-14T15:28:14.550Z Compiling futures-core v0.3.32
13622026-07-14T15:28:14.614Z Compiling semver v1.0.28
13632026-07-14T15:28:14.662Z Compiling indexmap v2.14.0
13642026-07-14T15:28:14.685Z Compiling heck v0.5.0
13652026-07-14T15:28:14.928Z Compiling uuid v1.23.5
13662026-07-14T15:28:14.973Z Compiling zerocopy v0.8.50
13672026-07-14T15:28:15.015Z Compiling futures-sink v0.3.32
13682026-07-14T15:28:15.067Z Compiling schemars v0.8.22
13692026-07-14T15:28:15.091Z Compiling slab v0.4.12
13702026-07-14T15:28:15.294Z Compiling jobserver v0.1.34
13712026-07-14T15:28:15.368Z Compiling rustversion v1.0.22
13722026-07-14T15:28:15.372Z Compiling shlex v2.0.1
13732026-07-14T15:28:15.392Z Compiling find-msvc-tools v0.1.9
13742026-07-14T15:28:15.422Z Compiling fnv v1.0.7
13752026-07-14T15:28:15.513Z Compiling futures-channel v0.3.32
13762026-07-14T15:28:15.556Z Compiling cc v1.2.63
13772026-07-14T15:28:15.616Z Compiling bitflags v2.12.1
13782026-07-14T15:28:15.628Z Compiling futures-task v0.3.32
13792026-07-14T15:28:15.795Z Compiling futures-io v0.3.32
13802026-07-14T15:28:15.854Z Compiling socket2 v0.6.4
13812026-07-14T15:28:15.866Z Compiling signal-hook-registry v1.4.8
13822026-07-14T15:28:15.899Z Compiling mio v1.2.1
13832026-07-14T15:28:16.076Z Compiling parking_lot v0.12.5
13842026-07-14T15:28:16.113Z Compiling portable-atomic v1.13.1
13852026-07-14T15:28:16.174Z Compiling dunce v1.0.5
13862026-07-14T15:28:16.270Z Compiling typenum v1.20.1
13872026-07-14T15:28:16.320Z Compiling cmake v0.1.58
13882026-07-14T15:28:16.369Z Compiling fs_extra v1.3.0
13892026-07-14T15:28:16.438Z Compiling critical-section v1.2.0
13902026-07-14T15:28:16.514Z Compiling base64 v0.22.1
13912026-07-14T15:28:16.545Z Compiling slog v2.8.2
13922026-07-14T15:28:16.586Z Compiling synstructure v0.13.2
13932026-07-14T15:28:16.625Z Compiling serde_derive_internals v0.29.1
13942026-07-14T15:28:16.789Z Compiling getrandom v0.3.4
13952026-07-14T15:28:16.856Z Compiling byteorder v1.5.0
13962026-07-14T15:28:16.871Z Compiling aws-lc-sys v0.41.0
13972026-07-14T15:28:17.087Z Compiling subtle v2.6.1
13982026-07-14T15:28:17.102Z Compiling strsim v0.11.1
13992026-07-14T15:28:17.105Z Compiling rustix v1.1.4
14002026-07-14T15:28:17.139Z Compiling once_cell v1.21.4
14012026-07-14T15:28:17.270Z Compiling regex-syntax v0.8.10
14022026-07-14T15:28:17.333Z Compiling httparse v1.10.1
14032026-07-14T15:28:17.361Z Compiling ipnet v2.12.0
14042026-07-14T15:28:17.379Z Compiling atomic-waker v1.1.2
14052026-07-14T15:28:17.509Z Compiling tower-service v0.3.3
14062026-07-14T15:28:17.521Z Compiling tower-layer v0.3.3
14072026-07-14T15:28:17.598Z Compiling getrandom v0.2.17
14082026-07-14T15:28:17.680Z Compiling ucd-trie v0.1.7
14092026-07-14T15:28:17.690Z Compiling try-lock v0.2.5
14102026-07-14T15:28:17.788Z Compiling ryu v1.0.23
14112026-07-14T15:28:17.809Z Compiling thiserror v1.0.69
14122026-07-14T15:28:17.823Z Compiling serde_derive v1.0.228
14132026-07-14T15:28:17.927Z Compiling zerofrom-derive v0.1.7
14142026-07-14T15:28:17.973Z Compiling yoke-derive v0.8.2
14152026-07-14T15:28:17.994Z Compiling zerovec-derive v0.11.3
14162026-07-14T15:28:18.018Z Compiling displaydoc v0.2.6
14172026-07-14T15:28:18.136Z Compiling schemars_derive v0.8.22
14182026-07-14T15:28:18.834Z Compiling thiserror-impl v2.0.18
14192026-07-14T15:28:19.044Z Compiling tokio-macros v2.7.0
14202026-07-14T15:28:19.073Z Compiling zerocopy-derive v0.8.50
14212026-07-14T15:28:19.116Z Compiling zerofrom v0.1.8
14222026-07-14T15:28:19.237Z Compiling yoke v0.8.3
14232026-07-14T15:28:19.342Z Compiling zeroize_derive v1.4.3
14242026-07-14T15:28:19.418Z Compiling zerovec v0.11.6
14252026-07-14T15:28:19.794Z Compiling zerotrie v0.2.4
14262026-07-14T15:28:19.917Z Compiling tinystr v0.8.3
14272026-07-14T15:28:19.939Z Compiling potential_utf v0.1.5
14282026-07-14T15:28:20.024Z Compiling zeroize v1.8.2
14292026-07-14T15:28:20.047Z Compiling icu_collections v2.2.0
14302026-07-14T15:28:20.093Z Compiling icu_locale_core v2.2.0
14312026-07-14T15:28:20.160Z Compiling futures-macro v0.3.32
14322026-07-14T15:28:20.253Z Compiling untrusted v0.9.0
14332026-07-14T15:28:20.374Z Compiling thiserror-impl v1.0.69
14342026-07-14T15:28:20.437Z Compiling pest v2.8.6
14352026-07-14T15:28:20.606Z Compiling want v0.3.1
14362026-07-14T15:28:20.760Z Compiling rand_core v0.6.4
14372026-07-14T15:28:20.983Z Compiling bytes v1.11.1
14382026-07-14T15:28:21.019Z Compiling icu_provider v2.2.0
14392026-07-14T15:28:21.067Z Compiling chrono v0.4.45
14402026-07-14T15:28:21.235Z Compiling futures-util v0.3.32
14412026-07-14T15:28:21.339Z Compiling icu_properties v2.2.0
14422026-07-14T15:28:21.545Z Compiling icu_normalizer v2.2.0
14432026-07-14T15:28:21.633Z Compiling http v1.4.2
14442026-07-14T15:28:21.710Z Compiling tokio v1.52.3
14452026-07-14T15:28:22.138Z Compiling serde_tokenstream v0.2.3
14462026-07-14T15:28:22.419Z Compiling idna_adapter v1.2.2
14472026-07-14T15:28:22.527Z Compiling idna v1.1.0
14482026-07-14T15:28:22.559Z Compiling erased-serde v0.3.31
14492026-07-14T15:28:22.575Z Compiling http-body v1.0.1
14502026-07-14T15:28:22.598Z Compiling httpdate v1.0.3
14512026-07-14T15:28:22.831Z Compiling url v2.5.8
14522026-07-14T15:28:22.850Z Compiling pest_meta v2.8.6
14532026-07-14T15:28:23.446Z Compiling ppv-lite86 v0.2.21
14542026-07-14T15:28:23.464Z Compiling pest_generator v2.8.6
14552026-07-14T15:28:23.536Z Compiling pretty-hex v0.4.2
14562026-07-14T15:28:23.670Z Compiling plain v0.2.3
14572026-07-14T15:28:23.685Z Compiling winnow v1.0.3
14582026-07-14T15:28:23.735Z Compiling foldhash v0.2.0
14592026-07-14T15:28:23.763Z Compiling allocator-api2 v0.2.21
14602026-07-14T15:28:23.966Z Compiling paste v1.0.15
14612026-07-14T15:28:24.036Z Compiling ipnetwork v0.21.1
14622026-07-14T15:28:24.078Z Compiling hashbrown v0.16.1
14632026-07-14T15:28:24.113Z Compiling pest_derive v2.8.6
14642026-07-14T15:28:24.269Z Compiling oxnet v0.1.6
14652026-07-14T15:28:24.514Z Compiling tracing-attributes v0.1.31
14662026-07-14T15:28:24.661Z Compiling tracing-core v0.1.36
14672026-07-14T15:28:24.677Z Compiling ident_case v1.0.1
14682026-07-14T15:28:24.735Z Compiling omicron-workspace-hack v0.1.0
14692026-07-14T15:28:24.787Z Compiling http-body-util v0.1.3
14702026-07-14T15:28:24.910Z Compiling serde_urlencoded v0.7.1
14712026-07-14T15:28:24.985Z Compiling aho-corasick v1.1.4
14722026-07-14T15:28:25.033Z Compiling sync_wrapper v1.0.2
14732026-07-14T15:28:25.068Z Compiling daft-derive v0.1.7
14742026-07-14T15:28:25.303Z Compiling fastrand v2.4.1
14752026-07-14T15:28:25.754Z Compiling tokio-util v0.7.18
14762026-07-14T15:28:25.812Z Compiling tracing v0.1.44
14772026-07-14T15:28:25.878Z Compiling regex-automata v0.4.14
14782026-07-14T15:28:26.047Z Compiling scroll_derive v0.13.1
14792026-07-14T15:28:26.316Z Compiling async-trait v0.1.89
14802026-07-14T15:28:26.436Z Compiling num-conv v0.2.2
14812026-07-14T15:28:26.511Z Compiling anyhow v1.0.103
14822026-07-14T15:28:26.592Z Compiling powerfmt v0.2.0
14832026-07-14T15:28:26.793Z Compiling aws-lc-rs v1.17.0
14842026-07-14T15:28:26.845Z Compiling time-core v0.1.8
14852026-07-14T15:28:26.895Z Compiling scroll v0.13.0
14862026-07-14T15:28:26.985Z Compiling time-macros v0.2.27
14872026-07-14T15:28:27.158Z Compiling deranged v0.5.8
14882026-07-14T15:28:27.297Z Compiling rustls-pki-types v1.14.1
14892026-07-14T15:28:27.311Z Compiling num_threads v0.1.7
14902026-07-14T15:28:27.407Z Compiling hex v0.4.3
14912026-07-14T15:28:27.664Z Compiling regex v1.12.3
14922026-07-14T15:28:27.780Z Compiling openssl-probe v0.2.1
14932026-07-14T15:28:27.978Z Compiling goblin v0.10.7
14942026-07-14T15:28:28.128Z Compiling camino v1.2.4
14952026-07-14T15:28:28.131Z Compiling untrusted v0.7.1
14962026-07-14T15:28:28.250Z Compiling usdt-impl v0.6.0
14972026-07-14T15:28:28.291Z Compiling crc32fast v1.5.0
14982026-07-14T15:28:28.356Z Compiling rustls v0.23.40
14992026-07-14T15:28:28.415Z Compiling h2 v0.4.14
15002026-07-14T15:28:28.525Z Compiling dtrace-parser v0.3.0
15012026-07-14T15:28:28.582Z Compiling crossbeam-utils v0.8.21
15022026-07-14T15:28:28.820Z Compiling futures-executor v0.3.32
15032026-07-14T15:28:28.911Z Compiling structmeta-derive v0.3.0
15042026-07-14T15:28:28.924Z Compiling thread-id v5.1.0
15052026-07-14T15:28:29.002Z Compiling cpufeatures v0.3.0
15062026-07-14T15:28:29.074Z Compiling simd-adler32 v0.3.9
15072026-07-14T15:28:29.271Z Compiling adler2 v2.0.1
15082026-07-14T15:28:29.383Z Compiling miniz_oxide v0.8.9
15092026-07-14T15:28:29.405Z Compiling futures v0.3.32
15102026-07-14T15:28:29.478Z Compiling rand_core v0.9.5
15112026-07-14T15:28:29.693Z Compiling darling_core v0.23.0
15122026-07-14T15:28:29.939Z Compiling newtype-uuid-macros v0.1.0
15132026-07-14T15:28:29.966Z Compiling structmeta v0.3.0
15142026-07-14T15:28:30.042Z Compiling hybrid-array v0.4.12
15152026-07-14T15:28:30.383Z Compiling thread_local v1.1.9
15162026-07-14T15:28:30.535Z Compiling hyper v1.10.1
15172026-07-14T15:28:30.660Z Compiling match_cfg v0.1.0
15182026-07-14T15:28:30.729Z Compiling flate2 v1.1.9
15192026-07-14T15:28:30.807Z Compiling dof v0.4.0
15202026-07-14T15:28:31.152Z Compiling newtype-uuid v1.3.2
15212026-07-14T15:28:31.505Z Compiling compression-core v0.4.32
15222026-07-14T15:28:31.663Z Compiling hyper-util v0.1.20
15232026-07-14T15:28:31.839Z Compiling darling_macro v0.23.0
15242026-07-14T15:28:32.283Z Compiling quick-error v1.2.3
15252026-07-14T15:28:32.316Z Compiling slog-async v2.8.0
15262026-07-14T15:28:32.392Z Compiling ref-cast v1.0.25
15272026-07-14T15:28:32.434Z Compiling darling v0.23.0
15282026-07-14T15:28:32.462Z Compiling compression-codecs v0.4.38
15292026-07-14T15:28:32.515Z Compiling daft v0.1.7
15302026-07-14T15:28:32.670Z Compiling block-buffer v0.12.0
15312026-07-14T15:28:32.741Z Compiling crypto-common v0.2.2
15322026-07-14T15:28:32.752Z Compiling rand_chacha v0.9.0
15332026-07-14T15:28:32.778Z Compiling strum_macros v0.26.4
15342026-07-14T15:28:32.819Z Compiling ref-cast-impl v1.0.25
15352026-07-14T15:28:33.024Z Compiling usdt-macro v0.6.0
15362026-07-14T15:28:33.077Z Compiling usdt-attr-macro v0.6.0
15372026-07-14T15:28:33.187Z Compiling serde_spanned v1.1.1
15382026-07-14T15:28:33.324Z Compiling generic-array v0.14.7
15392026-07-14T15:28:33.373Z Compiling multer v3.1.0
15402026-07-14T15:28:33.442Z Compiling debug-ignore v1.0.5
15412026-07-14T15:28:33.553Z Compiling take_mut v0.2.2
15422026-07-14T15:28:33.562Z Compiling toml_writer v1.1.1+spec-1.1.0
15432026-07-14T15:28:33.610Z Compiling const-oid v0.10.2
15442026-07-14T15:28:33.649Z Compiling term v1.2.1
15452026-07-14T15:28:33.775Z Compiling bit-vec v0.8.0
15462026-07-14T15:28:33.816Z Compiling digest v0.11.3
15472026-07-14T15:28:33.974Z Compiling bit-set v0.8.0
15482026-07-14T15:28:34.147Z Compiling rand v0.9.4
15492026-07-14T15:28:34.158Z Compiling serde_with_macros v3.20.0
15502026-07-14T15:28:34.203Z Compiling async-stream-impl v0.3.6
15512026-07-14T15:28:34.267Z Compiling dropshot v0.17.1
15522026-07-14T15:28:34.356Z Compiling encoding_rs v0.8.35
15532026-07-14T15:28:34.411Z Compiling strum v0.26.3
15542026-07-14T15:28:34.508Z Compiling syn v1.0.109
15552026-07-14T15:28:34.541Z Compiling unarray v0.1.4
15562026-07-14T15:28:34.641Z Compiling mime v0.3.17
15572026-07-14T15:28:34.665Z Compiling spin v0.9.8
15582026-07-14T15:28:34.801Z Compiling async-stream v0.3.6
15592026-07-14T15:28:34.868Z Compiling sha1 v0.11.0
15602026-07-14T15:28:34.912Z Compiling derive-ex v0.1.8
15612026-07-14T15:28:34.971Z Compiling tower v0.5.3
15622026-07-14T15:28:35.099Z Compiling dropshot_endpoint v0.17.1
15632026-07-14T15:28:35.157Z Compiling macaddr v1.0.1
15642026-07-14T15:28:35.282Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15652026-07-14T15:28:35.386Z Compiling waitgroup v0.1.2
15662026-07-14T15:28:35.508Z Compiling serde_path_to_error v0.1.20
15672026-07-14T15:28:35.780Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15682026-07-14T15:28:35.869Z Compiling tower-http v0.6.11
15692026-07-14T15:28:35.911Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15702026-07-14T15:28:36.089Z Compiling tempfile v3.27.0
15712026-07-14T15:28:36.104Z Compiling openapiv3 v2.2.0
15722026-07-14T15:28:36.294Z Compiling strum_macros v0.27.2
15732026-07-14T15:28:36.571Z Compiling test-strategy v0.4.5
15742026-07-14T15:28:36.849Z Compiling instant v0.1.13
15752026-07-14T15:28:36.956Z Compiling time v0.3.47
15762026-07-14T15:28:37.592Z Compiling rustls-native-certs v0.8.4
15772026-07-14T15:28:37.735Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15782026-07-14T15:28:37.932Z Compiling crossbeam-channel v0.5.15
15792026-07-14T15:28:37.953Z Compiling crypto-common v0.1.7
15802026-07-14T15:28:38.117Z Compiling strum v0.27.2
15812026-07-14T15:28:38.344Z Compiling parse-display-derive v0.10.0
15822026-07-14T15:28:38.403Z Compiling backon v1.6.0
15832026-07-14T15:28:38.603Z Compiling rand_chacha v0.3.1
15842026-07-14T15:28:38.788Z Compiling either v1.16.0
15852026-07-14T15:28:38.996Z Compiling rand v0.8.6
15862026-07-14T15:28:39.222Z Compiling slog-json v2.6.1
15872026-07-14T15:28:39.356Z Compiling hostname v0.3.1
15882026-07-14T15:28:39.427Z Compiling toml_parser v1.1.2+spec-1.1.0
15892026-07-14T15:28:39.489Z Compiling toml_datetime v1.1.1+spec-1.1.0
15902026-07-14T15:28:39.762Z Compiling is-terminal v0.4.17
15912026-07-14T15:28:39.794Z Compiling wait-timeout v0.2.1
15922026-07-14T15:28:39.856Z Compiling memmap2 v0.9.10
15932026-07-14T15:28:40.003Z Compiling usdt v0.6.0
15942026-07-14T15:28:40.077Z Compiling rusty-fork v0.3.1
15952026-07-14T15:28:40.091Z Compiling slog-term v2.9.2
15962026-07-14T15:28:40.151Z Compiling toml v1.1.2+spec-1.1.0
15972026-07-14T15:28:40.195Z Compiling slog-bunyan v2.5.0
15982026-07-14T15:28:40.324Z Compiling serde_with v3.20.0
15992026-07-14T15:28:40.327Z Compiling async-compression v0.4.42
16002026-07-14T15:28:40.472Z Compiling rand_xorshift v0.4.0
16012026-07-14T15:28:40.618Z Compiling rustls-pemfile v2.2.0
16022026-07-14T15:28:40.649Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16032026-07-14T15:28:40.750Z Compiling regress v0.10.5
16042026-07-14T15:28:40.767Z Compiling hostname v0.4.2
16052026-07-14T15:28:40.810Z Compiling humantime v2.3.0
16062026-07-14T15:28:40.903Z Compiling proptest v1.11.0
16072026-07-14T15:28:41.407Z Compiling iddqd v0.4.5
16082026-07-14T15:28:41.699Z Compiling reqwest v0.12.28
16092026-07-14T15:28:41.851Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16102026-07-14T15:28:42.095Z Compiling block-buffer v0.10.4
16112026-07-14T15:28:42.105Z Compiling utf8parse v0.2.2
16122026-07-14T15:28:42.239Z Compiling digest v0.10.7
16132026-07-14T15:28:42.376Z Compiling anstyle-parse v1.0.0
16142026-07-14T15:28:42.452Z Compiling parse-display v0.10.0
16152026-07-14T15:28:42.559Z Compiling backoff v0.4.0
16162026-07-14T15:28:42.649Z Compiling progenitor-client v0.10.0
16172026-07-14T15:28:42.767Z Compiling itertools v0.14.0
16182026-07-14T15:28:42.778Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16192026-07-14T15:28:42.917Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16202026-07-14T15:28:43.495Z Compiling anstyle-query v1.1.5
16212026-07-14T15:28:43.605Z Compiling anstyle v1.0.14
16222026-07-14T15:28:43.832Z Compiling colorchoice v1.0.5
16232026-07-14T15:28:43.948Z Compiling is_terminal_polyfill v1.70.2
16242026-07-14T15:28:44.042Z Compiling anstream v1.0.0
16252026-07-14T15:28:44.361Z Compiling clap_lex v1.1.0
16262026-07-14T15:28:44.702Z Compiling regress v0.11.1
16272026-07-14T15:28:44.714Z Compiling clap_derive v4.6.1
16282026-07-14T15:28:45.217Z Compiling terminal_size v0.4.4
16292026-07-14T15:28:46.471Z Compiling typify-impl v0.6.2
16302026-07-14T15:28:46.475Z Compiling toml_datetime v0.6.11
16312026-07-14T15:28:46.530Z Compiling zerocopy-derive v0.7.35
16322026-07-14T15:28:46.745Z Compiling convert_case v0.4.0
16332026-07-14T15:28:46.833Z Compiling cpufeatures v0.2.17
16342026-07-14T15:28:46.945Z Compiling clap_builder v4.6.0
16352026-07-14T15:28:47.040Z Compiling derive_more v0.99.20
16362026-07-14T15:28:47.572Z Compiling zerocopy v0.7.35
16372026-07-14T15:28:48.186Z Compiling toml_edit v0.25.12+spec-1.1.0
16382026-07-14T15:28:48.790Z Compiling unicode-width v0.2.2
16392026-07-14T15:28:49.077Z Compiling proc-macro-crate v3.5.0
16402026-07-14T15:28:49.098Z Compiling clap v4.6.1
16412026-07-14T15:28:49.396Z Compiling secrecy v0.10.3
16422026-07-14T15:28:49.493Z Compiling float-ord v0.3.2
16432026-07-14T15:28:49.550Z Compiling tinyvec_macros v0.1.1
16442026-07-14T15:28:49.579Z Compiling crucible-workspace-hack v0.1.0
16452026-07-14T15:28:49.618Z Compiling tinyvec v1.11.0
16462026-07-14T15:28:49.716Z Compiling num_enum_derive v0.7.6
16472026-07-14T15:28:50.308Z Compiling dtrace-parser v0.2.0
16482026-07-14T15:28:50.328Z Compiling scroll_derive v0.12.1
16492026-07-14T15:28:50.341Z Compiling num-integer v0.1.46
16502026-07-14T15:28:50.593Z Compiling rustc_version v0.4.1
16512026-07-14T15:28:50.714Z Compiling usdt-impl v0.5.0
16522026-07-14T15:28:50.870Z Compiling curve25519-dalek v4.1.3
16532026-07-14T15:28:51.029Z Compiling num_enum v0.7.6
16542026-07-14T15:28:51.050Z Compiling scroll v0.12.0
16552026-07-14T15:28:51.269Z Compiling dof v0.3.0
16562026-07-14T15:28:51.332Z Compiling hmac v0.12.1
16572026-07-14T15:28:51.396Z Compiling inout v0.1.4
16582026-07-14T15:28:51.461Z Compiling darling_core v0.21.3
16592026-07-14T15:28:51.540Z Compiling ff v0.13.1
16602026-07-14T15:28:51.623Z Compiling thread-id v4.2.2
16612026-07-14T15:28:51.666Z Compiling group v0.13.0
16622026-07-14T15:28:51.769Z Compiling cipher v0.4.4
16632026-07-14T15:28:51.911Z Compiling hkdf v0.12.4
16642026-07-14T15:28:52.054Z Compiling goblin v0.8.2
16652026-07-14T15:28:52.217Z Compiling num-rational v0.4.2
16662026-07-14T15:28:52.358Z Compiling num-iter v0.1.45
16672026-07-14T15:28:52.583Z Compiling thiserror-impl-no-std v2.0.2
16682026-07-14T15:28:52.588Z Compiling universal-hash v0.5.1
16692026-07-14T15:28:52.649Z Compiling crypto-bigint v0.5.5
16702026-07-14T15:28:52.719Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16712026-07-14T15:28:52.825Z Compiling typify-macro v0.6.2
16722026-07-14T15:28:52.971Z Compiling crossbeam-epoch v0.9.18
16732026-07-14T15:28:53.318Z Compiling half v2.7.1
16742026-07-14T15:28:53.381Z Compiling curve25519-dalek-derive v0.1.1
16752026-07-14T15:28:53.565Z Compiling darling_macro v0.21.3
16762026-07-14T15:28:53.606Z Compiling num-complex v0.4.6
16772026-07-14T15:28:53.978Z Compiling heck v0.4.1
16782026-07-14T15:28:54.014Z Compiling ciborium-io v0.2.2
16792026-07-14T15:28:54.039Z Compiling base64ct v1.8.3
16802026-07-14T15:28:54.079Z Compiling opaque-debug v0.3.1
16812026-07-14T15:28:54.103Z Compiling base16ct v0.2.0
16822026-07-14T15:28:54.145Z Compiling poly1305 v0.8.0
16832026-07-14T15:28:54.156Z Compiling darling v0.21.3
16842026-07-14T15:28:54.231Z Compiling elliptic-curve v0.13.8
16852026-07-14T15:28:54.257Z Compiling password-hash v0.5.0
16862026-07-14T15:28:54.500Z Compiling ciborium-ll v0.2.2
16872026-07-14T15:28:54.804Z Compiling num v0.4.3
16882026-07-14T15:28:54.876Z Compiling thiserror-no-std v2.0.2
16892026-07-14T15:28:54.925Z Compiling typify v0.6.2
16902026-07-14T15:28:55.201Z Compiling chacha20 v0.9.1
16912026-07-14T15:28:55.243Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16922026-07-14T15:28:55.421Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16932026-07-14T15:28:55.905Z Compiling blake2 v0.10.6
16942026-07-14T15:28:56.106Z Compiling aead v0.5.2
16952026-07-14T15:28:56.249Z Compiling byte-wrapper v0.1.0
16962026-07-14T15:28:56.267Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16972026-07-14T15:28:56.364Z Compiling proc-macro-error-attr v1.0.4
16982026-07-14T15:28:56.606Z Compiling rustix v0.38.44
16992026-07-14T15:28:56.645Z Compiling prettyplease v0.2.37
17002026-07-14T15:28:56.668Z Compiling unsafe-libyaml v0.2.11
17012026-07-14T15:28:56.893Z Compiling heapless v0.8.0
17022026-07-14T15:28:56.963Z Compiling keccak v0.1.6
17032026-07-14T15:28:57.198Z Compiling serde_yaml v0.9.34+deprecated
17042026-07-14T15:28:57.375Z Compiling sha3 v0.10.9
17052026-07-14T15:28:57.723Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17062026-07-14T15:28:57.994Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17072026-07-14T15:28:58.454Z Compiling chacha20poly1305 v0.10.1
17082026-07-14T15:28:58.541Z Compiling argon2 v0.5.3
17092026-07-14T15:28:58.752Z Compiling vsss-rs v3.3.4
17102026-07-14T15:28:58.783Z Compiling ciborium v0.2.2
17112026-07-14T15:28:58.880Z Compiling ingot-macros v0.1.1
17122026-07-14T15:28:59.280Z Compiling usdt-macro v0.5.0
17132026-07-14T15:28:59.362Z Compiling usdt-attr-macro v0.5.0
17142026-07-14T15:29:00.746Z Compiling serde_spanned v0.6.9
17152026-07-14T15:29:00.896Z Compiling enum-as-inner v0.6.1
17162026-07-14T15:29:00.924Z Compiling hash32 v0.3.1
17172026-07-14T15:29:00.943Z Compiling proc-macro-error v1.0.4
17182026-07-14T15:29:01.203Z Compiling memmap v0.7.0
17192026-07-14T15:29:01.403Z Compiling memoffset v0.9.1
17202026-07-14T15:29:01.424Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17212026-07-14T15:29:01.507Z Compiling data-encoding v2.11.0
17222026-07-14T15:29:01.621Z Compiling indent_write v2.2.0
17232026-07-14T15:29:01.653Z Compiling toml_write v0.1.2
17242026-07-14T15:29:01.682Z Compiling smoltcp v0.11.0
17252026-07-14T15:29:01.708Z Compiling cfg_aliases v0.2.1
17262026-07-14T15:29:01.752Z Compiling winnow v0.7.15
17272026-07-14T15:29:01.776Z Compiling winnow v0.5.40
17282026-07-14T15:29:01.852Z Compiling nix v0.31.3
17292026-07-14T15:29:02.047Z Compiling ingot-types v0.1.2
17302026-07-14T15:29:02.060Z Compiling rustls-webpki v0.103.13
17312026-07-14T15:29:02.405Z Compiling usdt v0.5.0
17322026-07-14T15:29:02.669Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17332026-07-14T15:29:02.896Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17342026-07-14T15:29:02.994Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17352026-07-14T15:29:03.097Z Compiling toml_edit v0.22.27
17362026-07-14T15:29:03.187Z Compiling toml_edit v0.19.15
17372026-07-14T15:29:03.268Z Compiling tabwriter v1.4.1
17382026-07-14T15:29:03.646Z Compiling cobs v0.3.0
17392026-07-14T15:29:03.708Z Compiling serde_repr v0.1.20
17402026-07-14T15:29:03.842Z Compiling pkg-config v0.3.33
17412026-07-14T15:29:04.181Z Compiling vcpkg v0.2.15
17422026-07-14T15:29:04.293Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17432026-07-14T15:29:04.296Z Compiling managed v0.8.0
17442026-07-14T15:29:04.517Z Compiling bitflags v1.3.2
17452026-07-14T15:29:04.544Z Compiling toml v0.8.23
17462026-07-14T15:29:04.741Z Compiling openssl-sys v0.9.116
17472026-07-14T15:29:05.225Z Compiling proc-macro-crate v1.3.1
17482026-07-14T15:29:05.295Z Compiling postcard v1.1.3
17492026-07-14T15:29:05.566Z Compiling tokio-rustls v0.26.4
17502026-07-14T15:29:05.641Z Compiling rustls-platform-verifier v0.7.0
17512026-07-14T15:29:05.847Z Compiling hyper-rustls v0.27.9
17522026-07-14T15:29:06.147Z Compiling reqwest v0.13.4
17532026-07-14T15:29:06.802Z Compiling ingot v0.1.1
17542026-07-14T15:29:07.241Z Compiling hubpack_derive v0.1.1
17552026-07-14T15:29:07.784Z Compiling progenitor-client v0.14.0
17562026-07-14T15:29:08.084Z Compiling progenitor-extras v0.2.0
17572026-07-14T15:29:08.640Z Compiling foreign-types-macros v0.2.3
17582026-07-14T15:29:08.788Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-07-14T15:29:08.848Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17602026-07-14T15:29:09.061Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17612026-07-14T15:29:09.160Z Compiling linked-hash-map v0.5.6
17622026-07-14T15:29:09.319Z Compiling semver v0.1.20
17632026-07-14T15:29:09.347Z Compiling foreign-types-shared v0.3.1
17642026-07-14T15:29:09.439Z Compiling resolv-conf v0.7.6
17652026-07-14T15:29:09.578Z Compiling static_assertions v1.1.0
17662026-07-14T15:29:09.653Z Compiling rayon-core v1.13.0
17672026-07-14T15:29:09.825Z Compiling colored v3.1.1
17682026-07-14T15:29:09.936Z Compiling unicode-segmentation v1.13.3
17692026-07-14T15:29:10.262Z Compiling swrite v0.1.0
17702026-07-14T15:29:10.352Z Compiling newline-converter v0.3.0
17712026-07-14T15:29:10.380Z Compiling rustc_version v0.1.7
17722026-07-14T15:29:10.466Z Compiling foreign-types v0.5.0
17732026-07-14T15:29:10.524Z Compiling lru-cache v0.1.2
17742026-07-14T15:29:10.548Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17752026-07-14T15:29:10.648Z Compiling hubpack v0.1.2
17762026-07-14T15:29:10.698Z Compiling num_enum_derive v0.5.11
17772026-07-14T15:29:11.062Z Compiling atomicwrites v0.4.4
17782026-07-14T15:29:11.386Z Compiling hickory-proto v0.24.4
17792026-07-14T15:29:11.741Z Compiling progenitor-impl v0.13.0
17802026-07-14T15:29:12.386Z Compiling crossbeam-deque v0.8.6
17812026-07-14T15:29:12.587Z Compiling console v0.15.11
17822026-07-14T15:29:12.748Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17832026-07-14T15:29:13.111Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17842026-07-14T15:29:13.255Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17852026-07-14T15:29:13.267Z Compiling camino-tempfile v1.4.1
17862026-07-14T15:29:13.278Z Compiling chacha20 v0.10.0
17872026-07-14T15:29:13.534Z Compiling serde-big-array v0.5.1
17882026-07-14T15:29:13.677Z Compiling pin-project-internal v1.1.13
17892026-07-14T15:29:14.704Z Compiling derive-where v1.6.1
17902026-07-14T15:29:14.778Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17912026-07-14T15:29:14.960Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17922026-07-14T15:29:15.273Z Compiling num-derive v0.4.2
17932026-07-14T15:29:15.354Z Compiling cstr-argument v0.1.2
17942026-07-14T15:29:15.508Z Compiling minimal-lexical v0.2.1
17952026-07-14T15:29:15.520Z Compiling similar v2.7.0
17962026-07-14T15:29:15.568Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17972026-07-14T15:29:15.769Z Compiling siphasher v1.0.3
17982026-07-14T15:29:15.823Z Compiling nom v7.1.3
17992026-07-14T15:29:15.967Z Compiling expectorate v1.2.0
18002026-07-14T15:29:16.040Z Compiling phf_shared v0.12.1
18012026-07-14T15:29:16.118Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18022026-07-14T15:29:16.201Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18032026-07-14T15:29:16.251Z Compiling progenitor-macro v0.13.0
18042026-07-14T15:29:16.464Z Compiling pin-project v1.1.13
18052026-07-14T15:29:16.485Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18062026-07-14T15:29:16.566Z Compiling rand v0.10.2
18072026-07-14T15:29:16.627Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18082026-07-14T15:29:16.711Z Compiling hickory-resolver v0.24.4
18092026-07-14T15:29:17.208Z Compiling num_enum v0.5.11
18102026-07-14T15:29:17.223Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18112026-07-14T15:29:17.322Z Compiling newtype_derive v0.1.6
18122026-07-14T15:29:17.422Z Compiling progenitor-client v0.13.0
18132026-07-14T15:29:17.720Z Compiling progenitor-impl v0.14.0
18142026-07-14T15:29:17.778Z Compiling snafu-derive v0.8.9
18152026-07-14T15:29:18.874Z Compiling unicode-normalization v0.1.25
18162026-07-14T15:29:19.327Z Compiling tokio-stream v0.1.18
18172026-07-14T15:29:19.338Z Compiling async-recursion v1.1.1
18182026-07-14T15:29:19.364Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18192026-07-14T15:29:19.498Z Compiling slog-dtrace v0.3.0
18202026-07-14T15:29:19.670Z Compiling csv-core v0.1.13
18212026-07-14T15:29:19.743Z Compiling bstr v1.12.1
18222026-07-14T15:29:19.788Z Compiling unicode-width v0.1.14
18232026-07-14T15:29:19.936Z Compiling owo-colors v4.3.0
18242026-07-14T15:29:20.031Z Compiling foreign-types-shared v0.1.1
18252026-07-14T15:29:20.061Z Compiling chrono-tz v0.10.4
18262026-07-14T15:29:20.136Z Compiling cancel-safe-futures v0.1.5
18272026-07-14T15:29:20.284Z Compiling unicode-xid v0.2.6
18282026-07-14T15:29:20.304Z Compiling same-file v1.0.6
18292026-07-14T15:29:20.346Z Compiling konst_macro_rules v0.2.19
18302026-07-14T15:29:20.403Z Compiling foldhash v0.1.5
18312026-07-14T15:29:20.414Z Compiling highway v1.3.0
18322026-07-14T15:29:20.483Z Compiling openssl v0.10.80
18332026-07-14T15:29:20.527Z Compiling hashbrown v0.15.5
18342026-07-14T15:29:20.588Z Compiling konst v0.2.20
18352026-07-14T15:29:20.791Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-07-14T15:29:20.824Z Compiling walkdir v2.5.0
18372026-07-14T15:29:20.837Z Compiling const_format_proc_macros v0.2.34
18382026-07-14T15:29:21.133Z Compiling globset v0.4.18
18392026-07-14T15:29:21.165Z Compiling foreign-types v0.3.2
18402026-07-14T15:29:21.183Z Compiling csv v1.4.0
18412026-07-14T15:29:21.282Z Compiling qorb v0.4.1
18422026-07-14T15:29:21.293Z Compiling progenitor-macro v0.14.0
18432026-07-14T15:29:21.416Z Compiling progenitor v0.13.0
18442026-07-14T15:29:21.610Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-07-14T15:29:21.671Z Compiling snafu v0.8.9
18462026-07-14T15:29:21.752Z Compiling olpc-cjson v0.1.4
18472026-07-14T15:29:21.914Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-07-14T15:29:22.049Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-07-14T15:29:23.488Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18502026-07-14T15:29:23.628Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-07-14T15:29:23.826Z Compiling rayon v1.12.0
18522026-07-14T15:29:24.091Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18532026-07-14T15:29:24.147Z Compiling phf v0.12.1
18542026-07-14T15:29:24.174Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-07-14T15:29:24.186Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-07-14T15:29:24.913Z Compiling zone_cfg_derive v0.3.1
18572026-07-14T15:29:25.093Z Compiling tokio-dtrace v0.1.1
18582026-07-14T15:29:25.434Z Compiling itertools v0.12.1
18592026-07-14T15:29:25.550Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18602026-07-14T15:29:25.650Z Compiling libsw-core v0.3.2
18612026-07-14T15:29:25.747Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-07-14T15:29:25.817Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18632026-07-14T15:29:26.420Z Compiling serde_plain v1.0.2
18642026-07-14T15:29:26.440Z Compiling openssl-macros v0.1.1
18652026-07-14T15:29:26.440Z Compiling pem v3.0.6
18662026-07-14T15:29:26.440Z Compiling cookie v0.18.1
18672026-07-14T15:29:26.661Z Compiling sigpipe v0.1.3
18682026-07-14T15:29:26.674Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-07-14T15:29:26.747Z Compiling typed-path v0.9.3
18702026-07-14T15:29:26.758Z Compiling fixedbitset v0.5.7
18712026-07-14T15:29:26.811Z Compiling glob v0.3.3
18722026-07-14T15:29:26.846Z Compiling bytecount v0.6.9
18732026-07-14T15:29:26.909Z Compiling fixedbitset v0.4.2
18742026-07-14T15:29:26.935Z Compiling jiff v0.2.28
18752026-07-14T15:29:26.980Z Compiling petgraph v0.8.3
18762026-07-14T15:29:27.083Z Compiling petgraph v0.6.5
18772026-07-14T15:29:27.136Z Compiling papergrid v0.11.0
18782026-07-14T15:29:28.080Z Compiling tough v0.22.0
18792026-07-14T15:29:28.612Z Compiling progenitor v0.14.0
18802026-07-14T15:29:28.743Z Compiling zone v0.3.1
18812026-07-14T15:29:28.757Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18822026-07-14T15:29:28.774Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-07-14T15:29:28.887Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-07-14T15:29:28.988Z Compiling libsw v3.5.0
18852026-07-14T15:29:29.028Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18862026-07-14T15:29:29.065Z Compiling oxide-tokio-rt v0.1.6
18872026-07-14T15:29:29.151Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18882026-07-14T15:29:29.267Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-07-14T15:29:29.535Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-07-14T15:29:30.433Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-07-14T15:29:30.582Z Compiling const_format v0.2.36
18922026-07-14T15:29:30.605Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-07-14T15:29:30.960Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18942026-07-14T15:29:31.214Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-07-14T15:29:31.378Z Compiling tabled_derive v0.7.0
18962026-07-14T15:29:31.445Z Compiling gethostname v0.5.0
18972026-07-14T15:29:31.496Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-07-14T15:29:31.565Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-07-14T15:29:31.616Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19002026-07-14T15:29:31.683Z Compiling bcs v0.1.6
19012026-07-14T15:29:31.752Z Compiling smf v0.2.3
19022026-07-14T15:29:31.805Z Compiling nom v8.0.0
19032026-07-14T15:29:31.998Z Compiling termtree v0.5.1
19042026-07-14T15:29:32.153Z Compiling whoami v1.6.1
19052026-07-14T15:29:32.359Z Compiling smawk v0.3.2
19062026-07-14T15:29:32.371Z Compiling unicode-linebreak v0.1.5
19072026-07-14T15:29:32.472Z Compiling lazy_static v1.5.0
19082026-07-14T15:29:32.499Z Compiling tagptr v0.2.0
19092026-07-14T15:29:32.573Z Compiling linear-map v1.2.0
19102026-07-14T15:29:32.617Z Compiling moka v0.12.15
19112026-07-14T15:29:32.634Z Compiling textwrap v0.16.2
19122026-07-14T15:29:32.646Z Compiling steno v0.4.1
19132026-07-14T15:29:32.761Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-07-14T15:29:33.081Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-07-14T15:29:33.157Z Compiling tabled v0.15.0
19162026-07-14T15:29:34.104Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-07-14T15:29:34.271Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-07-14T15:29:34.404Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19192026-07-14T15:29:35.256Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-07-14T15:29:35.868Z Compiling hickory-proto v0.25.2
19212026-07-14T15:29:35.914Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19222026-07-14T15:29:36.218Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19232026-07-14T15:29:37.076Z Compiling parking_lot_core v0.8.6
19242026-07-14T15:29:37.230Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19252026-07-14T15:29:37.264Z Compiling libscf-sys v1.2.0
19262026-07-14T15:29:37.380Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19272026-07-14T15:29:37.398Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19282026-07-14T15:29:37.649Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19292026-07-14T15:29:37.751Z Compiling hickory-resolver v0.25.2
19302026-07-14T15:29:38.081Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19312026-07-14T15:29:38.233Z Compiling parking_lot v0.11.2
19322026-07-14T15:29:38.470Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19332026-07-14T15:29:38.645Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19342026-07-14T15:29:38.654Z Compiling fxhash v0.2.1
19352026-07-14T15:29:38.715Z Compiling internet-checksum v0.2.1
19362026-07-14T15:29:38.792Z Compiling sled v0.34.7
19372026-07-14T15:29:38.852Z Compiling itertools v0.15.0
19382026-07-14T15:29:39.380Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19392026-07-14T15:29:39.462Z Compiling yansi v1.0.1
19402026-07-14T15:29:39.785Z Compiling diff v0.1.13
19412026-07-14T15:29:40.009Z Compiling pretty_assertions v1.4.1
19422026-07-14T15:29:41.597Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19432026-07-14T15:29:43.146Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19442026-07-14T15:29:50.876Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19452026-07-14T15:29:52.488Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19462026-07-14T15:29:53.490Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19472026-07-14T15:29:54.419Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19482026-07-14T15:29:55.219Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19492026-07-14T15:29:56.372Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19502026-07-14T15:29:57.584Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 45s
19512026-07-14T15:29:57.766Z────────────
19522026-07-14T15:29:57.766Z Nextest run ID 30b4d644-ab07-449d-b372-704e68c4adca with nextest profile: default
19532026-07-14T15:29:57.766Z Starting 4 tests across 3 binaries
19542026-07-14T15:29:57.771Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19552026-07-14T15:29:57.771Z
19562026-07-14T15:29:57.771Zrunning 1 test
19572026-07-14T15:29:57.771Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
19582026-07-14T15:29:57.771Z
19592026-07-14T15:29:57.771Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19602026-07-14T15:29:57.771Z
19612026-07-14T15:29:57.772Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19622026-07-14T15:29:57.772Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19632026-07-14T15:29:57.772Z
19642026-07-14T15:29:57.772Zrunning 1 test
19652026-07-14T15:29:57.772Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
19662026-07-14T15:29:57.772Z
19672026-07-14T15:29:57.772Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19682026-07-14T15:29:57.772Z
19692026-07-14T15:29:57.772Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19702026-07-14T15:29:57.772Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19712026-07-14T15:29:57.775Z
19722026-07-14T15:29:57.775Zrunning 1 test
19732026-07-14T15:29:57.775Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
19742026-07-14T15:29:57.775Z
19752026-07-14T15:29:57.775Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19762026-07-14T15:29:57.775Z
19772026-07-14T15:29:57.775Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19782026-07-14T15:29:57.776Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19792026-07-14T15:29:57.779Z
19802026-07-14T15:29:57.779Zrunning 1 test
19812026-07-14T15:29:57.779Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
19822026-07-14T15:29:57.779Z
19832026-07-14T15:29:57.779Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19842026-07-14T15:29:57.779Z
19852026-07-14T15:29:57.779Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19862026-07-14T15:29:57.779Z────────────
19872026-07-14T15:29:57.779Z Summary [ 0.019s] 4 tests run: 4 passed, 0 skipped
19882026-07-14T15:29:57.790Zprocess exited: duration 288469 ms, exit code 0
 
19892026-07-14T15:29:57.798Zfound 0 output files