01KY0CPK99NS4ES5KMGWDJ36VX: 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: 01KY0CQB2YT85H4TA4J608DG7Q

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T18:31:57.096Zjob assigned to worker 01KY0CQTQ7T942S28WEH1B1AEB [factory aws, i-0057ca835e463a6d3] (queued for 57 s)
 
22026-07-20T18:32:03.464Zstarting task 0: "setup"
32026-07-20T18:32:03.467Z++ uname -s
42026-07-20T18:32:03.470Z+ kern=SunOS
52026-07-20T18:32:03.470Z+ build_user=build
62026-07-20T18:32:03.470Z+ build_uid=12345
72026-07-20T18:32:03.470Z+ work_dir=/work
82026-07-20T18:32:03.470Z+ input_dir=/input
92026-07-20T18:32:03.470Z+ [[ 0 == 12345 ]]
102026-07-20T18:32:03.470Z+ case "$kern" in
112026-07-20T18:32:03.470Z+ groupadd -g 12345 build
122026-07-20T18:32:03.473Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T18:32:05.478Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T18:32:05.562Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T18:32:05.565Z+ home_fs=zfs
162026-07-20T18:32:05.565Z+ [[ zfs == autofs ]]
172026-07-20T18:32:05.565Z+ mkdir -p /home/build
182026-07-20T18:32:05.565Z+ chown build:build /home/build /work
192026-07-20T18:32:07.566Z+ chmod 0700 /home/build /work
202026-07-20T18:32:07.569Zprocess exited: duration 4106 ms, exit code 0
 
212026-07-20T18:32:07.576Zstarting task 1: "rust-toolchain"
222026-07-20T18:32:07.581Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-20T18:32:07.582Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-20T18:32:07.582Z * rust toolchain channel = "stable"
252026-07-20T18:32:07.582Z * rust toolchain profile = "default"
262026-07-20T18:32:07.585Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T18:32:07.585Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T18:32:07.585Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T18:32:07.585Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-20T18:32:07.656Zinfo: downloading installer
312026-07-20T18:32:08.937Zwarn: It looks like you have an existing installation of Rust at:
322026-07-20T18:32:08.937Zwarn: /opt/ooce/bin
332026-07-20T18:32:08.937Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-20T18:32:08.937Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-20T18:32:08.939Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-20T18:32:08.939Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-20T18:32:08.939Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-20T18:32:08.939Zerror: cannot install while Rust is installed
392026-07-20T18:32:08.939Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-20T18:32:08.939Zwarn: It looks like you have an existing rustup settings file at:
412026-07-20T18:32:08.939Zwarn: /home/build/.rustup/settings.toml
422026-07-20T18:32:08.939Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-20T18:32:08.939Zwarn: instead of the one inferred from the default host triple.
442026-07-20T18:32:08.951Zinfo: profile set to default
452026-07-20T18:32:08.951Zinfo: default host triple is x86_64-unknown-illumos
462026-07-20T18:32:08.954Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-20T18:32:09.080Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-20T18:32:09.083Zinfo: downloading 6 components
492026-07-20T18:32:23.259Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-20T18:32:23.259Z
512026-07-20T18:32:23.320Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-20T18:32:23.320Z
532026-07-20T18:32:23.320Z
542026-07-20T18:32:23.320ZRust is installed now. Great!
552026-07-20T18:32:23.321Z
562026-07-20T18:32:23.321ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-20T18:32:23.321Zenvironment variable. This has not been done automatically.
582026-07-20T18:32:23.321Z
592026-07-20T18:32:23.321ZTo configure your current shell, you need to source
602026-07-20T18:32:23.332Zthe corresponding env file under $HOME/.cargo.
612026-07-20T18:32:23.332Z
622026-07-20T18:32:23.332ZThis is usually done by running one of the following (note the leading DOT):
632026-07-20T18:32:23.332Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-20T18:32:23.332Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-20T18:32:23.332Zsource "~/.cargo/env.nu" # For nushell
662026-07-20T18:32:23.332Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-20T18:32:23.332Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-20T18:32:23.332Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-20T18:32:23.332Zwarn: no default linker (`cc`) was found in your PATH
702026-07-20T18:32:23.332Zwarn: many Rust crates require a system C toolchain to build
712026-07-20T18:32:23.395Z+ rustup --version
722026-07-20T18:32:23.406Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-20T18:32:23.406Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-20T18:32:23.425Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-20T18:32:23.432Z+ cargo --version
762026-07-20T18:32:23.438Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-20T18:32:23.438Z+ rustc --version
782026-07-20T18:32:23.458Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-20T18:32:23.465Zprocess exited: duration 15881 ms, exit code 0
 
802026-07-20T18:32:23.473Zstarting task 2: "authentication"
812026-07-20T18:32:23.490Zprocess exited: duration 17 ms, exit code 0
 
822026-07-20T18:32:23.498Zstarting task 3: "clone repository"
832026-07-20T18:32:23.501Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-20T18:32:23.505Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-20T18:32:23.539ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-20T18:32:24.774Z+ cd /work/oxidecomputer/maghemite
872026-07-20T18:32:24.774Z+ git fetch origin f0b83004340d5ed67132f3c0c90979ee68090937
882026-07-20T18:32:25.227ZFrom https://github.com/oxidecomputer/maghemite
892026-07-20T18:32:25.228Z * branch f0b83004340d5ed67132f3c0c90979ee68090937 -> FETCH_HEAD
902026-07-20T18:32:25.233Z+ [[ -n john/bfd-async-wiring ]]
912026-07-20T18:32:25.236Z++ git branch --show-current
922026-07-20T18:32:25.236Z+ current=main
932026-07-20T18:32:25.236Z+ [[ main != john/bfd-async-wiring ]]
942026-07-20T18:32:25.236Z+ git branch -f john/bfd-async-wiring f0b83004340d5ed67132f3c0c90979ee68090937
952026-07-20T18:32:25.240Z+ git checkout -f john/bfd-async-wiring
962026-07-20T18:32:25.256ZSwitched to branch 'john/bfd-async-wiring'
972026-07-20T18:32:25.263Z+ git reset --hard f0b83004340d5ed67132f3c0c90979ee68090937
982026-07-20T18:32:25.275ZHEAD is now at f0b8300 fix build errors after rebasing
992026-07-20T18:32:25.277Zprocess exited: duration 1778 ms, exit code 0
 
1002026-07-20T18:32:25.283Zstarting task 4: "build"
1012026-07-20T18:32:25.286Z+ set -o errexit
1022026-07-20T18:32:25.286Z+ set -o pipefail
1032026-07-20T18:32:25.286Z+ source .github/buildomat/test-common.sh
1042026-07-20T18:32:25.289Z++ NEXTEST_VERSION=0.9.97
1052026-07-20T18:32:25.289Z++ PLATFORM=illumos
1062026-07-20T18:32:25.289Z++ banner install
1072026-07-20T18:32:25.289Z
1082026-07-20T18:32:25.289Z # # # #### ##### ## # #
1092026-07-20T18:32:25.289Z # ## # # # # # # #
1102026-07-20T18:32:25.289Z # # # # #### # # # # #
1112026-07-20T18:32:25.289Z # # # # # # ###### # #
1122026-07-20T18:32:25.289Z # # ## # # # # # # #
1132026-07-20T18:32:25.289Z # # # #### # # # ###### ######
1142026-07-20T18:32:25.289Z
1152026-07-20T18:32:25.289Z++ set +o errexit
1162026-07-20T18:32:25.292Z++ pkg info clang-15
1172026-07-20T18:32:25.292Z++ grep -qi installed
1182026-07-20T18:32:26.471Zpkg: info: no packages matching the following patterns you specified are
1192026-07-20T18:32:26.471Zinstalled on the system. Try querying remotely instead:
1202026-07-20T18:32:26.471Z
1212026-07-20T18:32:26.471Z clang-15
1222026-07-20T18:32:26.516Z++ [[ 1 != 0 ]]
1232026-07-20T18:32:26.516Z++ set -o errexit
1242026-07-20T18:32:26.522Z++ pfexec pkg install clang-15
1252026-07-20T18:32:34.577Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-07-20T18:32:42.222Z Startup: Caching catalogs ... Done
1272026-07-20T18:32:49.509ZPlanning: Solver setup ... Done
1282026-07-20T18:32:49.547ZPlanning: Running solver ... Done
1292026-07-20T18:32:49.694ZPlanning: Finding local manifests ... Done
1302026-07-20T18:32:49.713ZPlanning: Fetching manifests: 0/2 0% complete
1312026-07-20T18:32:49.806ZPlanning: Fetching manifests: 2/2 100% complete
1322026-07-20T18:32:49.836ZPlanning: Package planning ... Done
1332026-07-20T18:32:49.861ZPlanning: Merging actions ... Done
1342026-07-20T18:32:49.967ZPlanning: Checking for conflicting actions ... Done
1352026-07-20T18:32:49.973ZPlanning: Consolidating action changes ... Done
1362026-07-20T18:32:50.724ZPlanning: Evaluating mediators ... Done
1372026-07-20T18:32:50.729ZPlanning: Planning completed in 8.34 seconds
1382026-07-20T18:32:50.740Z Packages to install: 2
1392026-07-20T18:32:50.740Z Mediators to change: 2
1402026-07-20T18:32:50.743Z Services to change: 1
1412026-07-20T18:32:50.743Z Create boot environment: No
1422026-07-20T18:32:50.745ZCreate backup boot environment: No
1432026-07-20T18:32:50.782Z
1442026-07-20T18:32:50.783ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-07-20T18:32:56.358ZDownload: 981/3076 items 82.2/211.3MB 38% complete (16.9M/s)
1462026-07-20T18:33:03.845ZDownload: 983/3076 items 82.2/211.3MB 38% complete (16.5M/s)
1472026-07-20T18:33:16.562ZDownload: 984/3076 items 82.2/211.3MB 38% complete
1482026-07-20T18:33:22.738ZDownload: 2008/3076 items 117.8/211.3MB 55% complete (8.5M/s)
1492026-07-20T18:33:41.860ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
1502026-07-20T18:33:46.178ZDownload: Completed 211.31 MB in 55.39 seconds (3.8M/s)
1512026-07-20T18:33:46.502Z Actions: 1/3418 actions (Installing new actions)
1522026-07-20T18:33:49.642Z Actions: Completed 3418 actions in 3.14 seconds.
1532026-07-20T18:33:50.280Z Done
1542026-07-20T18:33:50.280Z Done
1552026-07-20T18:33:51.029Z Done
1562026-07-20T18:33:54.365Z Done
1572026-07-20T18:33:54.435Z Done
1582026-07-20T18:33:54.438Z Done
1592026-07-20T18:33:54.692Z Done
1602026-07-20T18:33:55.394Z++ set -o errexit
1612026-07-20T18:33:55.394Z++ cargo --version
1622026-07-20T18:33:55.403Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1632026-07-20T18:33:55.507Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1642026-07-20T18:33:55.510Zinfo: downloading 6 components
1652026-07-20T18:34:09.903Zcargo 1.96.1 (356927216 2026-06-26)
1662026-07-20T18:34:09.907Z++ rustc --version
1672026-07-20T18:34:09.927Zrustc 1.96.1 (31fca3adb 2026-06-26)
1682026-07-20T18:34:09.932Z++ cargo install cargo-nextest --version 0.9.97
1692026-07-20T18:34:09.973Z Updating crates.io index
1702026-07-20T18:34:10.065Z Downloading crates ...
1712026-07-20T18:34:10.133Z Downloaded cargo-nextest v0.9.97
1722026-07-20T18:34:10.189Z Installing cargo-nextest v0.9.97
1732026-07-20T18:34:10.192Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1742026-07-20T18:34:10.192Z |
1752026-07-20T18:34:10.192Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1762026-07-20T18:34:10.192Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1772026-07-20T18:34:10.233Z Updating crates.io index
1782026-07-20T18:34:12.133Z Locking 396 packages to latest compatible versions
1792026-07-20T18:34:12.139Z Adding dialoguer v0.11.0 (available: v0.12.0)
1802026-07-20T18:34:12.142Z Adding duct v0.13.7 (available: v1.1.1)
1812026-07-20T18:34:12.142Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1822026-07-20T18:34:12.142Z Adding generic-array v0.14.7 (available: v0.14.9)
1832026-07-20T18:34:12.142Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1842026-07-20T18:34:12.142Z Adding itertools v0.14.0 (available: v0.15.0)
1852026-07-20T18:34:12.142Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1862026-07-20T18:34:12.142Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1872026-07-20T18:34:12.146Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1882026-07-20T18:34:12.149Z Adding quick-junit v0.5.2 (available: v0.7.0)
1892026-07-20T18:34:12.174Z Downloading crates ...
1902026-07-20T18:34:12.233Z Downloaded cargo-platform v0.2.0
1912026-07-20T18:34:12.239Z Downloaded atomic-waker v1.1.2
1922026-07-20T18:34:12.242Z Downloaded anstyle-query v1.1.5
1932026-07-20T18:34:12.245Z Downloaded anstyle-parse v1.0.0
1942026-07-20T18:34:12.248Z Downloaded bytes v1.12.1
1952026-07-20T18:34:12.251Z Downloaded debug-ignore v1.0.5
1962026-07-20T18:34:12.251Z Downloaded anstream v1.0.0
1972026-07-20T18:34:12.254Z Downloaded adler2 v2.0.1
1982026-07-20T18:34:12.254Z Downloaded addr2line v0.25.1
1992026-07-20T18:34:12.257Z Downloaded nextest-workspace-hack v0.1.0
2002026-07-20T18:34:12.260Z Downloaded cpufeatures v0.2.17
2012026-07-20T18:34:12.264Z Downloaded heck v0.5.0
2022026-07-20T18:34:12.264Z Downloaded native-tls v0.2.18
2032026-07-20T18:34:12.268Z Downloaded once_cell v1.21.4
2042026-07-20T18:34:12.268Z Downloaded humantime-serde v1.1.1
2052026-07-20T18:34:12.268Z Downloaded aho-corasick v1.1.4
2062026-07-20T18:34:12.273Z Downloaded rustc-demangle v0.1.28
2072026-07-20T18:34:12.273Z Downloaded humantime v2.4.0
2082026-07-20T18:34:12.276Z Downloaded home v0.5.12
2092026-07-20T18:34:12.276Z Downloaded curve25519-dalek-derive v0.1.1
2102026-07-20T18:34:12.276Z Downloaded crypto-common v0.1.7
2112026-07-20T18:34:12.276Z Downloaded colorchoice v1.0.5
2122026-07-20T18:34:12.276Z Downloaded cfg_aliases v0.2.2
2132026-07-20T18:34:12.280Z Downloaded clap_lex v1.1.0
2142026-07-20T18:34:12.281Z Downloaded is_ci v1.2.0
2152026-07-20T18:34:12.281Z Downloaded cargo_metadata v0.20.0
2162026-07-20T18:34:12.281Z Downloaded idna_adapter v1.0.0
2172026-07-20T18:34:12.285Z Downloaded atomicwrites v0.4.4
2182026-07-20T18:34:12.285Z Downloaded cpufeatures v0.3.0
2192026-07-20T18:34:12.285Z Downloaded async-scoped v0.9.0
2202026-07-20T18:34:12.287Z Downloaded number_prefix v0.4.0
2212026-07-20T18:34:12.287Z Downloaded indenter v0.3.4
2222026-07-20T18:34:12.288Z Downloaded cargo_metadata v0.23.1
2232026-07-20T18:34:12.291Z Downloaded is_terminal_polyfill v1.70.2
2242026-07-20T18:34:12.292Z Downloaded cfg-expr v0.20.8
2252026-07-20T18:34:12.292Z Downloaded base64ct v1.8.3
2262026-07-20T18:34:12.295Z Downloaded miette-derive v7.6.0
2272026-07-20T18:34:12.299Z Downloaded camino-tempfile v1.4.1
2282026-07-20T18:34:12.299Z Downloaded hyper-rustls v0.27.9
2292026-07-20T18:34:12.301Z Downloaded http-body-util v0.1.4
2302026-07-20T18:34:12.302Z Downloaded cfg-if v1.0.4
2312026-07-20T18:34:12.304Z Downloaded hyper-tls v0.6.0
2322026-07-20T18:34:12.304Z Downloaded indent_write v2.2.0
2332026-07-20T18:34:12.304Z Downloaded http-body v1.1.0
2342026-07-20T18:34:12.307Z Downloaded nested v0.1.1
2352026-07-20T18:34:12.307Z Downloaded itoa v1.0.18
2362026-07-20T18:34:12.311Z Downloaded nextest-metadata v0.12.2
2372026-07-20T18:34:12.311Z Downloaded color-spantrace v0.3.0
2382026-07-20T18:34:12.314Z Downloaded pin-project-internal v1.1.13
2392026-07-20T18:34:12.314Z Downloaded jobserver v0.1.35
2402026-07-20T18:34:12.314Z Downloaded futures-sink v0.3.33
2412026-07-20T18:34:12.314Z Downloaded newtype-uuid v1.3.2
2422026-07-20T18:34:12.317Z Downloaded cargo-platform v0.3.3
2432026-07-20T18:34:12.317Z Downloaded litrs v1.0.0
2442026-07-20T18:34:12.320Z Downloaded futures-core v0.3.33
2452026-07-20T18:34:12.320Z Downloaded lazy_static v1.5.0
2462026-07-20T18:34:12.323Z Downloaded lru-slab v0.1.2
2472026-07-20T18:34:12.323Z Downloaded foreign-types v0.3.2
2482026-07-20T18:34:12.323Z Downloaded cargo-util-schemas v0.2.0
2492026-07-20T18:34:12.325Z Downloaded ahash v0.8.12
2502026-07-20T18:34:12.330Z Downloaded openssl-macros v0.1.1
2512026-07-20T18:34:12.330Z Downloaded rustc_version v0.4.1
2522026-07-20T18:34:12.333Z Downloaded mukti-metadata v0.3.0
2532026-07-20T18:34:12.333Z Downloaded futures-macro v0.3.33
2542026-07-20T18:34:12.338Z Downloaded form_urlencoded v1.2.2
2552026-07-20T18:34:12.340Z Downloaded document-features v0.2.12
2562026-07-20T18:34:12.344Z Downloaded ipnet v2.12.0
2572026-07-20T18:34:12.344Z Downloaded futures-io v0.3.33
2582026-07-20T18:34:12.345Z Downloaded iana-time-zone v0.1.65
2592026-07-20T18:34:12.347Z Downloaded errno v0.3.14
2602026-07-20T18:34:12.347Z Downloaded futures-task v0.3.33
2612026-07-20T18:34:12.350Z Downloaded hex v0.4.3
2622026-07-20T18:34:12.350Z Downloaded ordered-float v2.10.1
2632026-07-20T18:34:12.354Z Downloaded fnv v1.0.7
2642026-07-20T18:34:12.354Z Downloaded enable-ansi-support v0.2.1
2652026-07-20T18:34:12.354Z Downloaded equivalent v1.0.2
2662026-07-20T18:34:12.354Z Downloaded block-buffer v0.10.4
2672026-07-20T18:34:12.357Z Downloaded guppy-workspace-hack v0.1.0
2682026-07-20T18:34:12.357Z Downloaded backtrace-ext v0.2.1
2692026-07-20T18:34:12.357Z Downloaded generic-array v0.14.7
2702026-07-20T18:34:12.357Z Downloaded rand_pcg v0.10.2
2712026-07-20T18:34:12.359Z Downloaded rustc-hash v2.1.3
2722026-07-20T18:34:12.360Z Downloaded clap v4.6.3
2732026-07-20T18:34:12.363Z Downloaded serde_urlencoded v0.7.1
2742026-07-20T18:34:12.366Z Downloaded os_pipe v1.2.3
2752026-07-20T18:34:12.366Z Downloaded scopeguard v1.2.0
2762026-07-20T18:34:12.368Z Downloaded serde-value v0.7.0
2772026-07-20T18:34:12.368Z Downloaded serde_ignored v0.1.14
2782026-07-20T18:34:12.369Z Downloaded foreign-types-shared v0.1.1
2792026-07-20T18:34:12.372Z Downloaded serde_spanned v0.6.9
2802026-07-20T18:34:12.375Z Downloaded shared_child v1.1.1
2812026-07-20T18:34:12.375Z Downloaded convert_case v0.10.0
2822026-07-20T18:34:12.378Z Downloaded serde_spanned v1.1.1
2832026-07-20T18:34:12.378Z Downloaded sigchld v0.2.4
2842026-07-20T18:34:12.378Z Downloaded percent-encoding v2.3.2
2852026-07-20T18:34:12.381Z Downloaded signature v2.2.0
2862026-07-20T18:34:12.381Z Downloaded ed25519 v2.2.3
2872026-07-20T18:34:12.381Z Downloaded digest v0.10.7
2882026-07-20T18:34:12.385Z Downloaded pathdiff v0.2.3
2892026-07-20T18:34:12.385Z Downloaded shell-words v1.1.1
2902026-07-20T18:34:12.385Z Downloaded hyper v1.11.0
2912026-07-20T18:34:12.389Z Downloaded lock_api v0.4.14
2922026-07-20T18:34:12.392Z Downloaded signal-hook-mio v0.2.5
2932026-07-20T18:34:12.392Z Downloaded anstyle v1.0.14
2942026-07-20T18:34:12.392Z Downloaded foldhash v0.1.5
2952026-07-20T18:34:12.392Z Downloaded openssl-probe v0.2.1
2962026-07-20T18:34:12.395Z Downloaded strsim v0.11.1
2972026-07-20T18:34:12.395Z Downloaded strip-ansi-escapes v0.2.1
2982026-07-20T18:34:12.395Z Downloaded fastrand v2.5.0
2992026-07-20T18:34:12.397Z Downloaded terminal_size v0.4.4
3002026-07-20T18:34:12.397Z Downloaded supports-hyperlinks v3.2.0
3012026-07-20T18:34:12.397Z Downloaded subtle v2.6.1
3022026-07-20T18:34:12.400Z Downloaded nextest-filtering v0.15.0
3032026-07-20T18:34:12.400Z Downloaded find-msvc-tools v0.1.9
3042026-07-20T18:34:12.403Z Downloaded rand_chacha v0.9.0
3052026-07-20T18:34:12.405Z Downloaded supports-color v3.0.2
3062026-07-20T18:34:12.405Z Downloaded future-queue v0.4.0
3072026-07-20T18:34:12.408Z Downloaded swrite v0.1.0
3082026-07-20T18:34:12.408Z Downloaded dialoguer v0.11.0
3092026-07-20T18:34:12.412Z Downloaded fixedbitset v0.5.7
3102026-07-20T18:34:12.415Z Downloaded rand_core v0.9.5
3112026-07-20T18:34:12.415Z Downloaded num-traits v0.2.19
3122026-07-20T18:34:12.420Z Downloaded sync_wrapper v1.0.2
3132026-07-20T18:34:12.420Z Downloaded thread_local v1.1.10
3142026-07-20T18:34:12.425Z Downloaded futures-channel v0.3.33
3152026-07-20T18:34:12.425Z Downloaded clap_derive v4.6.3
3162026-07-20T18:34:12.425Z Downloaded miniz_oxide v0.8.9
3172026-07-20T18:34:12.428Z Downloaded globset v0.4.19
3182026-07-20T18:34:12.428Z Downloaded serde-untagged v0.1.9
3192026-07-20T18:34:12.428Z Downloaded self-replace v1.5.0
3202026-07-20T18:34:12.428Z Downloaded filetime v0.2.29
3212026-07-20T18:34:12.431Z Downloaded owo-colors v4.3.0
3222026-07-20T18:34:12.431Z Downloaded tokio-macros v2.7.1
3232026-07-20T18:34:12.431Z Downloaded const-oid v0.9.6
3242026-07-20T18:34:12.434Z Downloaded sha2 v0.10.9
3252026-07-20T18:34:12.436Z Downloaded camino v1.2.4
3262026-07-20T18:34:12.436Z Downloaded shlex v2.0.1
3272026-07-20T18:34:12.436Z Downloaded serde_path_to_error v0.1.20
3282026-07-20T18:34:12.439Z Downloaded pkg-config v0.3.33
3292026-07-20T18:34:12.439Z Downloaded chacha20 v0.10.1
3302026-07-20T18:34:12.442Z Downloaded toml_datetime v0.6.11
3312026-07-20T18:34:12.442Z Downloaded futures-executor v0.3.33
3322026-07-20T18:34:12.447Z Downloaded slab v0.4.12
3332026-07-20T18:34:12.449Z Downloaded signal-hook-registry v1.4.8
3342026-07-20T18:34:12.449Z Downloaded tinyvec_macros v0.1.1
3352026-07-20T18:34:12.449Z Downloaded toml_write v0.1.2
3362026-07-20T18:34:12.452Z Downloaded static_assertions v1.1.0
3372026-07-20T18:34:12.455Z Downloaded tower-service v0.3.3
3382026-07-20T18:34:12.455Z Downloaded tower-layer v0.3.3
3392026-07-20T18:34:12.458Z Downloaded rand_core v0.10.1
3402026-07-20T18:34:12.458Z Downloaded typeid v1.0.3
3412026-07-20T18:34:12.458Z Downloaded tracing-error v0.2.1
3422026-07-20T18:34:12.460Z Downloaded pin-project-lite v0.2.17
3432026-07-20T18:34:12.463Z Downloaded rand_core v0.6.4
3442026-07-20T18:34:12.463Z Downloaded pkcs8 v0.10.2
3452026-07-20T18:34:12.465Z Downloaded erased-serde v0.4.10
3462026-07-20T18:34:12.466Z Downloaded ppv-lite86 v0.2.21
3472026-07-20T18:34:12.469Z Downloaded duct v0.13.7
3482026-07-20T18:34:12.469Z Downloaded console v0.15.11
3492026-07-20T18:34:12.469Z Downloaded getrandom v0.2.17
3502026-07-20T18:34:12.473Z Downloaded spki v0.7.3
3512026-07-20T18:34:12.476Z Downloaded thiserror-impl v1.0.69
3522026-07-20T18:34:12.476Z Downloaded simd-adler32 v0.3.10
3532026-07-20T18:34:12.479Z Downloaded eyre v0.6.12
3542026-07-20T18:34:12.479Z Downloaded unicode-xid v0.2.6
3552026-07-20T18:34:12.482Z Downloaded quote v1.0.47
3562026-07-20T18:34:12.482Z Downloaded want v0.3.1
3572026-07-20T18:34:12.485Z Downloaded version_check v0.9.5
3582026-07-20T18:34:12.485Z Downloaded supports-unicode v3.0.0
3592026-07-20T18:34:12.486Z Downloaded quick-junit v0.5.2
3602026-07-20T18:34:12.488Z Downloaded autocfg v1.5.1
3612026-07-20T18:34:12.488Z Downloaded target-lexicon v0.13.5
3622026-07-20T18:34:12.488Z Downloaded try-lock v0.2.5
3632026-07-20T18:34:12.491Z Downloaded semver v1.0.28
3642026-07-20T18:34:12.491Z Downloaded self_update v0.42.0
3652026-07-20T18:34:12.495Z Downloaded borsh v1.8.0
3662026-07-20T18:34:12.498Z Downloaded utf8_iter v1.0.4
3672026-07-20T18:34:12.498Z Downloaded untrusted v0.9.0
3682026-07-20T18:34:12.499Z Downloaded utf8parse v0.2.2
3692026-07-20T18:34:12.499Z Downloaded crc32fast v1.5.0
3702026-07-20T18:34:12.502Z Downloaded unicode-linebreak v0.1.5
3712026-07-20T18:34:12.502Z Downloaded tokio-native-tls v0.3.1
3722026-07-20T18:34:12.502Z Downloaded futures v0.3.33
3732026-07-20T18:34:12.505Z Downloaded thiserror-impl v2.0.19
3742026-07-20T18:34:12.505Z Downloaded target-spec-miette v0.4.8
3752026-07-20T18:34:12.508Z Downloaded bitflags v2.13.1
3762026-07-20T18:34:12.511Z Downloaded httparse v1.10.1
3772026-07-20T18:34:12.513Z Downloaded parking_lot_core v0.9.12
3782026-07-20T18:34:12.513Z Downloaded smol_str v0.3.6
3792026-07-20T18:34:12.513Z Downloaded toml_writer v1.1.2+spec-1.1.0
3802026-07-20T18:34:12.517Z Downloaded smallvec v1.15.2
3812026-07-20T18:34:12.520Z Downloaded unicase v2.9.0
3822026-07-20T18:34:12.522Z Downloaded parking_lot v0.12.5
3832026-07-20T18:34:12.522Z Downloaded tracing-log v0.2.0
3842026-07-20T18:34:12.525Z Downloaded thiserror v1.0.69
3852026-07-20T18:34:12.528Z Downloaded either v1.16.0
3862026-07-20T18:34:12.528Z Downloaded config v0.15.25
3872026-07-20T18:34:12.530Z Downloaded xattr v1.6.1
3882026-07-20T18:34:12.534Z Downloaded quinn-udp v0.5.15
3892026-07-20T18:34:12.535Z Downloaded getrandom v0.4.3
3902026-07-20T18:34:12.539Z Downloaded base64 v0.22.1
3912026-07-20T18:34:12.539Z Downloaded getrandom v0.3.4
3922026-07-20T18:34:12.541Z Downloaded tempfile v3.27.0
3932026-07-20T18:34:12.541Z Downloaded derive-where v1.6.1
3942026-07-20T18:34:12.544Z Downloaded serde_core v1.0.229
3952026-07-20T18:34:12.547Z Downloaded sharded-slab v0.1.7
3962026-07-20T18:34:12.549Z Downloaded toml_parser v1.1.2+spec-1.1.0
3972026-07-20T18:34:12.552Z Downloaded zipsign-api v0.1.5
3982026-07-20T18:34:12.552Z Downloaded zeroize v1.9.0
3992026-07-20T18:34:12.555Z Downloaded zmij v1.0.23
4002026-07-20T18:34:12.555Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4012026-07-20T18:34:12.563Z Downloaded target-spec v3.6.0
4022026-07-20T18:34:12.565Z Downloaded urlencoding v2.1.3
4032026-07-20T18:34:12.570Z Downloaded pin-project v1.1.13
4042026-07-20T18:34:12.576Z Downloaded serde_derive v1.0.229
4052026-07-20T18:34:12.578Z Downloaded rustls-pki-types v1.15.0
4062026-07-20T18:34:12.581Z Downloaded backtrace v0.3.76
4072026-07-20T18:34:12.584Z Downloaded ryu v1.0.23
4082026-07-20T18:34:12.584Z Downloaded proc-macro2 v1.0.107
4092026-07-20T18:34:12.587Z Downloaded log v0.4.33
4102026-07-20T18:34:12.587Z Downloaded toml v1.1.3+spec-1.1.0
4112026-07-20T18:34:12.590Z Downloaded miette v7.6.0
4122026-07-20T18:34:12.594Z Downloaded thiserror v2.0.19
4132026-07-20T18:34:12.596Z Downloaded derive_more v2.1.1
4142026-07-20T18:34:12.602Z Downloaded zstd-safe v7.2.4
4152026-07-20T18:34:12.606Z Downloaded signal-hook v0.3.18
4162026-07-20T18:34:12.606Z Downloaded cc v1.3.0
4172026-07-20T18:34:12.608Z Downloaded toml v0.8.23
4182026-07-20T18:34:12.608Z Downloaded tokio-rustls v0.26.4
4192026-07-20T18:34:12.611Z Downloaded indicatif v0.17.11
4202026-07-20T18:34:12.614Z Downloaded zstd v0.13.3
4212026-07-20T18:34:12.614Z Downloaded xxhash-rust v0.8.17
4222026-07-20T18:34:12.614Z Downloaded tokio-stream v0.1.18
4232026-07-20T18:34:12.617Z Downloaded tracing-attributes v0.1.31
4242026-07-20T18:34:12.622Z Downloaded socket2 v0.6.5
4252026-07-20T18:34:12.622Z Downloaded serde v1.0.229
4262026-07-20T18:34:12.626Z Downloaded flate2 v1.1.9
4272026-07-20T18:34:12.626Z Downloaded ed25519-dalek v2.2.0
4282026-07-20T18:34:12.629Z Downloaded tracing-core v0.1.36
4292026-07-20T18:34:12.634Z Downloaded der v0.7.10
4302026-07-20T18:34:12.641Z Downloaded textwrap v0.16.2
4312026-07-20T18:34:12.644Z Downloaded tinyvec v1.12.0
4322026-07-20T18:34:12.647Z Downloaded vte v0.14.1
4332026-07-20T18:34:12.651Z Downloaded crossterm v0.29.0
4342026-07-20T18:34:12.657Z Downloaded mio v1.2.2
4352026-07-20T18:34:12.661Z Downloaded tar v0.4.46
4362026-07-20T18:34:12.665Z Downloaded derive_more-impl v2.1.1
4372026-07-20T18:34:12.668Z Downloaded unicode-ident v1.0.24
4382026-07-20T18:34:12.668Z Downloaded quinn v0.11.11
4392026-07-20T18:34:12.670Z Downloaded openssl-sys v0.9.117
4402026-07-20T18:34:12.684Z Downloaded toml_edit v0.22.27
4412026-07-20T18:34:12.690Z Downloaded memchr v2.8.3
4422026-07-20T18:34:12.693Z Downloaded http v1.4.2
4432026-07-20T18:34:12.697Z Downloaded hyper-util v0.1.20
4442026-07-20T18:34:12.700Z Downloaded tower v0.5.3
4452026-07-20T18:34:12.705Z Downloaded unicode-segmentation v1.13.3
4462026-07-20T18:34:12.709Z Downloaded rustls-webpki v0.103.13
4472026-07-20T18:34:12.712Z Downloaded indexmap v2.14.0
4482026-07-20T18:34:12.712Z Downloaded hashbrown v0.15.5
4492026-07-20T18:34:12.716Z Downloaded url v2.5.8
4502026-07-20T18:34:12.716Z Downloaded uuid v1.24.0
4512026-07-20T18:34:12.719Z Downloaded typenum v1.20.1
4522026-07-20T18:34:12.721Z Downloaded unicode-normalization v0.1.25
4532026-07-20T18:34:12.724Z Downloaded rand v0.9.5
4542026-07-20T18:34:12.727Z Downloaded ron v0.12.2
4552026-07-20T18:34:12.731Z Downloaded tokio-util v0.7.18
4562026-07-20T18:34:12.734Z Downloaded rand v0.10.2
4572026-07-20T18:34:12.737Z Downloaded clap_builder v4.6.2
4582026-07-20T18:34:12.744Z Downloaded hashbrown v0.17.1
4592026-07-20T18:34:12.748Z Downloaded h2 v0.4.15
4602026-07-20T18:34:12.754Z Downloaded itertools v0.14.0
4612026-07-20T18:34:12.757Z Downloaded idna v1.1.0
4622026-07-20T18:34:12.757Z Downloaded tower-http v0.6.11
4632026-07-20T18:34:12.760Z Downloaded guppy v0.17.26
4642026-07-20T18:34:12.763Z Downloaded futures-util v0.3.33
4652026-07-20T18:34:12.785Z Downloaded reqwest v0.12.28
4662026-07-20T18:34:12.792Z Downloaded regex v1.13.1
4672026-07-20T18:34:12.800Z Downloaded pulldown-cmark v0.13.4
4682026-07-20T18:34:12.802Z Downloaded winnow v1.0.4
4692026-07-20T18:34:12.811Z Downloaded quick-xml v0.37.5
4702026-07-20T18:34:12.815Z Downloaded serde_json v1.0.151
4712026-07-20T18:34:12.819Z Downloaded webpki-roots v1.0.9
4722026-07-20T18:34:12.823Z Downloaded vcpkg v0.2.15
4732026-07-20T18:34:12.841Z Downloaded portable-atomic v1.14.0
4742026-07-20T18:34:12.845Z Downloaded curve25519-dalek v4.1.3
4752026-07-20T18:34:12.850Z Downloaded chrono v0.4.45
4762026-07-20T18:34:12.854Z Downloaded gimli v0.32.3
4772026-07-20T18:34:12.858Z Downloaded quick-xml v0.38.4
4782026-07-20T18:34:12.861Z Downloaded unicode-width v0.2.2
4792026-07-20T18:34:12.864Z Downloaded winnow v0.7.15
4802026-07-20T18:34:12.869Z Downloaded zerocopy v0.8.55
4812026-07-20T18:34:12.880Z Downloaded bstr v1.13.0
4822026-07-20T18:34:12.884Z Downloaded tracing-subscriber v0.3.23
4832026-07-20T18:34:12.889Z Downloaded quinn-proto v0.11.16
4842026-07-20T18:34:12.892Z Downloaded syn v2.0.119
4852026-07-20T18:34:12.899Z Downloaded unicode-width v0.1.14
4862026-07-20T18:34:12.912Z Downloaded tracing v0.1.44
4872026-07-20T18:34:12.924Z Downloaded nextest-runner v0.80.0
4882026-07-20T18:34:12.943Z Downloaded color-eyre v0.6.5
4892026-07-20T18:34:12.947Z Downloaded openssl v0.10.81
4902026-07-20T18:34:12.952Z Downloaded object v0.37.3
4912026-07-20T18:34:12.959Z Downloaded syn v3.0.2
4922026-07-20T18:34:12.969Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4932026-07-20T18:34:13.012Z Downloaded regex-syntax v0.8.11
4942026-07-20T18:34:13.012Z Downloaded nix v0.30.1
4952026-07-20T18:34:13.012Z Downloaded rustls v0.23.42
4962026-07-20T18:34:13.012Z Downloaded rustix v0.38.44
4972026-07-20T18:34:13.017Z Downloaded tokio v1.53.1
4982026-07-20T18:34:13.026Z Downloaded rustix v1.1.4
4992026-07-20T18:34:13.067Z Downloaded regex-automata v0.4.16
5002026-07-20T18:34:13.115Z Downloaded petgraph v0.8.3
5012026-07-20T18:34:13.126Z Downloaded libc v0.2.186
5022026-07-20T18:34:13.196Z Downloaded recursion v0.5.4
5032026-07-20T18:34:13.204Z Downloaded ring v0.17.14
5042026-07-20T18:34:13.262Z Compiling proc-macro2 v1.0.107
5052026-07-20T18:34:13.262Z Compiling unicode-ident v1.0.24
5062026-07-20T18:34:13.265Z Compiling libc v0.2.186
5072026-07-20T18:34:13.265Z Compiling quote v1.0.47
5082026-07-20T18:34:13.265Z Compiling serde_core v1.0.229
5092026-07-20T18:34:13.265Z Compiling cfg-if v1.0.4
5102026-07-20T18:34:13.265Z Compiling memchr v2.8.3
5112026-07-20T18:34:13.265Z Compiling once_cell v1.21.4
5122026-07-20T18:34:13.481Z Compiling log v0.4.33
5132026-07-20T18:34:13.509Z Compiling pin-project-lite v0.2.17
5142026-07-20T18:34:13.602Z Compiling itoa v1.0.18
5152026-07-20T18:34:13.635Z Compiling serde v1.0.229
5162026-07-20T18:34:13.819Z Compiling smallvec v1.15.2
5172026-07-20T18:34:13.841Z Compiling futures-core v0.3.33
5182026-07-20T18:34:13.987Z Compiling bitflags v2.13.1
5192026-07-20T18:34:13.999Z Compiling equivalent v1.0.2
5202026-07-20T18:34:14.063Z Compiling shlex v2.0.1
5212026-07-20T18:34:14.088Z Compiling hashbrown v0.17.1
5222026-07-20T18:34:14.243Z Compiling find-msvc-tools v0.1.9
5232026-07-20T18:34:14.379Z Compiling errno v0.3.14
5242026-07-20T18:34:14.412Z Compiling bytes v1.12.1
5252026-07-20T18:34:14.480Z Compiling jobserver v0.1.35
5262026-07-20T18:34:14.541Z Compiling signal-hook-registry v1.4.8
5272026-07-20T18:34:14.575Z Compiling mio v1.2.2
5282026-07-20T18:34:14.618Z Compiling futures-sink v0.3.33
5292026-07-20T18:34:14.705Z Compiling syn v2.0.119
5302026-07-20T18:34:14.729Z Compiling syn v3.0.2
5312026-07-20T18:34:14.780Z Compiling cc v1.3.0
5322026-07-20T18:34:14.808Z Compiling rustix v1.1.4
5332026-07-20T18:34:15.096Z Compiling socket2 v0.6.5
5342026-07-20T18:34:15.288Z Compiling zmij v1.0.23
5352026-07-20T18:34:15.291Z Compiling slab v0.4.12
5362026-07-20T18:34:15.499Z Compiling futures-channel v0.3.33
5372026-07-20T18:34:15.633Z Compiling tracing-core v0.1.36
5382026-07-20T18:34:15.760Z Compiling indexmap v2.14.0
5392026-07-20T18:34:15.856Z Compiling serde_json v1.0.151
5402026-07-20T18:34:15.902Z Compiling version_check v0.9.5
5412026-07-20T18:34:16.157Z Compiling getrandom v0.4.3
5422026-07-20T18:34:16.209Z Compiling futures-io v0.3.33
5432026-07-20T18:34:16.402Z Compiling futures-task v0.3.33
5442026-07-20T18:34:16.474Z Compiling percent-encoding v2.3.2
5452026-07-20T18:34:16.585Z Compiling camino v1.2.4
5462026-07-20T18:34:16.637Z Compiling unicode-width v0.2.2
5472026-07-20T18:34:16.640Z Compiling serde_derive v1.0.229
5482026-07-20T18:34:16.793Z Compiling ring v0.17.14
5492026-07-20T18:34:16.924Z Compiling http v1.4.2
5502026-07-20T18:34:16.956Z Compiling adler2 v2.0.1
5512026-07-20T18:34:16.979Z Compiling autocfg v1.5.1
5522026-07-20T18:34:17.120Z Compiling simd-adler32 v0.3.10
5532026-07-20T18:34:17.338Z Compiling zeroize v1.9.0
5542026-07-20T18:34:17.350Z Compiling num-traits v0.2.19
5552026-07-20T18:34:17.542Z Compiling miniz_oxide v0.8.9
5562026-07-20T18:34:17.990Z Compiling zerocopy v0.8.55
5572026-07-20T18:34:18.231Z Compiling getrandom v0.3.4
5582026-07-20T18:34:18.367Z Compiling tokio-macros v2.7.1
5592026-07-20T18:34:18.380Z Compiling futures-macro v0.3.33
5602026-07-20T18:34:18.548Z Compiling tracing-attributes v0.1.31
5612026-07-20T18:34:18.904Z Compiling object v0.37.3
5622026-07-20T18:34:18.972Z Compiling target-lexicon v0.13.5
5632026-07-20T18:34:19.123Z Compiling tokio v1.53.1
5642026-07-20T18:34:19.180Z Compiling http-body v1.1.0
5652026-07-20T18:34:19.213Z Compiling futures-util v0.3.33
5662026-07-20T18:34:19.334Z Compiling rustls-pki-types v1.15.0
5672026-07-20T18:34:19.409Z Compiling form_urlencoded v1.2.2
5682026-07-20T18:34:19.507Z Compiling semver v1.0.28
5692026-07-20T18:34:19.673Z Compiling getrandom v0.2.17
5702026-07-20T18:34:19.753Z Compiling tracing v0.1.44
5712026-07-20T18:34:19.851Z Compiling utf8_iter v1.0.4
5722026-07-20T18:34:19.865Z Compiling idna_adapter v1.0.0
5732026-07-20T18:34:19.966Z Compiling gimli v0.32.3
5742026-07-20T18:34:20.022Z Compiling httparse v1.10.1
5752026-07-20T18:34:20.100Z Compiling signal-hook v0.3.18
5762026-07-20T18:34:20.131Z Compiling untrusted v0.9.0
5772026-07-20T18:34:20.200Z Compiling fnv v1.0.7
5782026-07-20T18:34:20.250Z Compiling owo-colors v4.3.0
5792026-07-20T18:34:20.292Z Compiling thiserror v2.0.19
5802026-07-20T18:34:20.319Z Compiling guppy-workspace-hack v0.1.0
5812026-07-20T18:34:20.407Z Compiling idna v1.1.0
5822026-07-20T18:34:21.567Z Compiling thiserror-impl v2.0.19
5832026-07-20T18:34:21.876Z Compiling addr2line v0.25.1
5842026-07-20T18:34:22.039Z Compiling generic-array v0.14.7
5852026-07-20T18:34:22.280Z Compiling pkg-config v0.3.33
5862026-07-20T18:34:22.305Z Compiling rustc-demangle v0.1.28
5872026-07-20T18:34:22.614Z Compiling try-lock v0.2.5
5882026-07-20T18:34:22.715Z Compiling atomic-waker v1.1.2
5892026-07-20T18:34:22.715Z Compiling tower-service v0.3.3
5902026-07-20T18:34:22.740Z Compiling typeid v1.0.3
5912026-07-20T18:34:22.822Z Compiling fastrand v2.5.0
5922026-07-20T18:34:22.843Z Compiling thiserror v1.0.69
5932026-07-20T18:34:23.031Z Compiling tokio-util v0.7.18
5942026-07-20T18:34:23.149Z Compiling target-spec v3.6.0
5952026-07-20T18:34:23.162Z Compiling rustls v0.23.42
5962026-07-20T18:34:23.429Z Compiling tempfile v3.27.0
5972026-07-20T18:34:23.472Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5982026-07-20T18:34:23.567Z Compiling h2 v0.4.15
5992026-07-20T18:34:23.879Z Compiling backtrace v0.3.76
6002026-07-20T18:34:24.099Z Compiling want v0.3.1
6012026-07-20T18:34:24.124Z Compiling cfg-expr v0.20.8
6022026-07-20T18:34:24.154Z Compiling url v2.5.8
6032026-07-20T18:34:25.088Z Compiling thiserror-impl v1.0.69
6042026-07-20T18:34:25.176Z Compiling terminal_size v0.4.4
6052026-07-20T18:34:25.330Z Compiling aho-corasick v1.1.4
6062026-07-20T18:34:25.335Z Compiling erased-serde v0.4.10
6072026-07-20T18:34:25.640Z Compiling winnow v0.7.15
6082026-07-20T18:34:26.261Z Compiling rustls-webpki v0.103.13
6092026-07-20T18:34:26.595Z Compiling typenum v1.20.1
6102026-07-20T18:34:27.271Z Compiling regex-syntax v0.8.11
6112026-07-20T18:34:27.585Z Compiling subtle v2.6.1
6122026-07-20T18:34:28.882Z Compiling hyper v1.11.0
6132026-07-20T18:34:28.960Z Compiling regex-automata v0.4.16
6142026-07-20T18:34:30.834Z Compiling toml_datetime v0.6.11
6152026-07-20T18:34:31.225Z Compiling serde_spanned v0.6.9
6162026-07-20T18:34:31.390Z Compiling ahash v0.8.12
6172026-07-20T18:34:31.654Z Compiling sync_wrapper v1.0.2
6182026-07-20T18:34:31.770Z Compiling base64 v0.22.1
6192026-07-20T18:34:32.014Z Compiling ipnet v2.12.0
6202026-07-20T18:34:32.253Z Compiling toml_write v0.1.2
6212026-07-20T18:34:32.502Z Compiling parking_lot_core v0.9.12
6222026-07-20T18:34:32.594Z Compiling unicode-linebreak v0.1.5
6232026-07-20T18:34:32.689Z Compiling crc32fast v1.5.0
6242026-07-20T18:34:32.791Z Compiling portable-atomic v1.14.0
6252026-07-20T18:34:32.857Z Compiling unicode-segmentation v1.13.3
6262026-07-20T18:34:32.996Z Compiling is_ci v1.2.0
6272026-07-20T18:34:33.167Z Compiling nextest-workspace-hack v0.1.0
6282026-07-20T18:34:33.244Z Compiling either v1.16.0
6292026-07-20T18:34:33.257Z Compiling tower-layer v0.3.3
6302026-07-20T18:34:33.260Z Compiling foldhash v0.1.5
6312026-07-20T18:34:33.395Z Compiling lazy_static v1.5.0
6322026-07-20T18:34:33.454Z Compiling tower v0.5.3
6332026-07-20T18:34:33.467Z Compiling sharded-slab v0.1.7
6342026-07-20T18:34:33.494Z Compiling hashbrown v0.15.5
6352026-07-20T18:34:33.551Z Compiling convert_case v0.10.0
6362026-07-20T18:34:33.823Z Compiling supports-color v3.0.2
6372026-07-20T18:34:34.074Z Compiling textwrap v0.16.2
6382026-07-20T18:34:34.085Z Compiling toml_edit v0.22.27
6392026-07-20T18:34:34.097Z Compiling hyper-util v0.1.20
6402026-07-20T18:34:34.150Z Compiling tokio-rustls v0.26.4
6412026-07-20T18:34:34.639Z Compiling backtrace-ext v0.2.1
6422026-07-20T18:34:34.899Z Compiling ordered-float v2.10.1
6432026-07-20T18:34:35.043Z Compiling webpki-roots v1.0.9
6442026-07-20T18:34:35.162Z Compiling miette-derive v7.6.0
6452026-07-20T18:34:35.179Z Compiling pathdiff v0.2.3
6462026-07-20T18:34:35.306Z Compiling console v0.15.11
6472026-07-20T18:34:35.481Z Compiling tracing-log v0.2.0
6482026-07-20T18:34:35.839Z Compiling cargo-platform v0.3.3
6492026-07-20T18:34:36.270Z Compiling os_pipe v1.2.3
6502026-07-20T18:34:36.410Z Compiling thread_local v1.1.10
6512026-07-20T18:34:36.443Z Compiling unicode-width v0.1.14
6522026-07-20T18:34:36.616Z Compiling utf8parse v0.2.2
6532026-07-20T18:34:36.722Z Compiling ryu v1.0.23
6542026-07-20T18:34:36.731Z Compiling fixedbitset v0.5.7
6552026-07-20T18:34:36.742Z Compiling pulldown-cmark v0.13.4
6562026-07-20T18:34:36.754Z Compiling debug-ignore v1.0.5
6572026-07-20T18:34:36.969Z Compiling zstd-safe v7.2.4
6582026-07-20T18:34:37.007Z Compiling scopeguard v1.2.0
6592026-07-20T18:34:37.114Z Compiling winnow v1.0.4
6602026-07-20T18:34:37.198Z Compiling supports-unicode v3.0.0
6612026-07-20T18:34:37.223Z Compiling cfg_aliases v0.2.2
6622026-07-20T18:34:37.235Z Compiling rustix v0.38.44
6632026-07-20T18:34:37.294Z Compiling supports-hyperlinks v3.2.0
6642026-07-20T18:34:37.363Z Compiling nix v0.30.1
6652026-07-20T18:34:37.508Z Compiling miette v7.6.0
6662026-07-20T18:34:37.714Z Compiling lock_api v0.4.14
6672026-07-20T18:34:37.767Z Compiling petgraph v0.8.3
6682026-07-20T18:34:37.958Z Compiling serde_urlencoded v0.7.1
6692026-07-20T18:34:38.237Z Compiling toml_parser v1.1.2+spec-1.1.0
6702026-07-20T18:34:38.547Z Compiling anstyle-parse v1.0.0
6712026-07-20T18:34:38.771Z Compiling tracing-subscriber v0.3.23
6722026-07-20T18:34:39.563Z Compiling sigchld v0.2.4
6732026-07-20T18:34:39.685Z Compiling cargo_metadata v0.23.1
6742026-07-20T18:34:39.767Z Compiling toml v0.8.23
6752026-07-20T18:34:40.338Z Compiling hyper-rustls v0.27.9
6762026-07-20T18:34:41.008Z Compiling serde-value v0.7.0
6772026-07-20T18:34:41.581Z Compiling serde-untagged v0.1.9
6782026-07-20T18:34:42.083Z Compiling tower-http v0.6.11
6792026-07-20T18:34:42.284Z Compiling derive_more-impl v2.1.1
6802026-07-20T18:34:42.618Z Compiling itertools v0.14.0
6812026-07-20T18:34:42.724Z Compiling regex v1.13.1
6822026-07-20T18:34:43.059Z Compiling crypto-common v0.1.7
6832026-07-20T18:34:43.088Z Compiling block-buffer v0.10.4
6842026-07-20T18:34:43.171Z Compiling ppv-lite86 v0.2.21
6852026-07-20T18:34:43.238Z Compiling futures-executor v0.3.33
6862026-07-20T18:34:43.473Z Compiling rand_core v0.9.5
6872026-07-20T18:34:43.497Z Compiling http-body-util v0.1.4
6882026-07-20T18:34:43.729Z Compiling pin-project-internal v1.1.13
6892026-07-20T18:34:43.778Z Compiling uuid v1.24.0
6902026-07-20T18:34:43.790Z Compiling smol_str v0.3.6
6912026-07-20T18:34:44.129Z Compiling toml_datetime v1.1.1+spec-1.1.0
6922026-07-20T18:34:44.142Z Compiling serde_spanned v1.1.1
6932026-07-20T18:34:44.143Z Compiling filetime v0.2.29
6942026-07-20T18:34:44.298Z Compiling vte v0.14.1
6952026-07-20T18:34:44.312Z Compiling bstr v1.13.0
6962026-07-20T18:34:44.347Z Compiling is_terminal_polyfill v1.70.2
6972026-07-20T18:34:44.443Z Compiling iana-time-zone v0.1.65
6982026-07-20T18:34:44.517Z Compiling self_update v0.42.0
6992026-07-20T18:34:44.541Z Compiling color-spantrace v0.3.0
7002026-07-20T18:34:44.765Z Compiling unicase v2.9.0
7012026-07-20T18:34:44.788Z Compiling anstyle v1.0.14
7022026-07-20T18:34:44.847Z Compiling litrs v1.0.0
7032026-07-20T18:34:44.859Z Compiling nested v0.1.1
7042026-07-20T18:34:44.938Z Compiling number_prefix v0.4.0
7052026-07-20T18:34:44.959Z Compiling anstyle-query v1.1.5
7062026-07-20T18:34:45.041Z Compiling eyre v0.6.12
7072026-07-20T18:34:45.054Z Compiling tinyvec_macros v0.1.1
7082026-07-20T18:34:45.066Z Compiling colorchoice v1.0.5
7092026-07-20T18:34:45.085Z Compiling static_assertions v1.1.0
7102026-07-20T18:34:45.121Z Compiling xattr v1.6.1
7112026-07-20T18:34:45.157Z Compiling unicode-xid v0.2.6
7122026-07-20T18:34:45.180Z Compiling anstream v1.0.0
7132026-07-20T18:34:45.290Z Compiling document-features v0.2.12
7142026-07-20T18:34:45.301Z Compiling cargo-util-schemas v0.2.0
7152026-07-20T18:34:45.314Z Compiling tar v0.4.46
7162026-07-20T18:34:45.617Z Compiling guppy v0.17.26
7172026-07-20T18:34:45.671Z Compiling tinyvec v1.12.0
7182026-07-20T18:34:45.852Z Compiling indicatif v0.17.11
7192026-07-20T18:34:46.147Z Compiling pin-project v1.1.13
7202026-07-20T18:34:46.268Z Compiling globset v0.4.19
7212026-07-20T18:34:46.647Z Compiling chrono v0.4.45
7222026-07-20T18:34:46.971Z Compiling strip-ansi-escapes v0.2.1
7232026-07-20T18:34:47.456Z Compiling toml v1.1.3+spec-1.1.0
7242026-07-20T18:34:47.721Z Compiling newtype-uuid v1.3.2
7252026-07-20T18:34:47.847Z Compiling nextest-metadata v0.12.2
7262026-07-20T18:34:47.941Z Compiling reqwest v0.12.28
7272026-07-20T18:34:48.978Z Compiling rand_chacha v0.9.0
7282026-07-20T18:34:49.517Z Compiling futures v0.3.33
7292026-07-20T18:34:49.530Z Compiling digest v0.10.7
7302026-07-20T18:34:49.599Z Compiling derive_more v2.1.1
7312026-07-20T18:34:49.688Z Compiling parking_lot v0.12.5
7322026-07-20T18:34:49.820Z Compiling flate2 v1.1.9
7332026-07-20T18:34:50.011Z Compiling tracing-error v0.2.1
7342026-07-20T18:34:50.248Z Compiling shared_child v1.1.1
7352026-07-20T18:34:50.583Z Compiling signal-hook-mio v0.2.5
7362026-07-20T18:34:50.586Z Compiling self-replace v1.5.0
7372026-07-20T18:34:50.651Z Compiling cargo-platform v0.2.0
7382026-07-20T18:34:50.722Z Compiling quick-xml v0.37.5
7392026-07-20T18:34:50.873Z Compiling quick-xml v0.38.4
7402026-07-20T18:34:51.199Z Compiling cpufeatures v0.2.17
7412026-07-20T18:34:51.277Z Compiling recursion v0.5.4
7422026-07-20T18:34:51.415Z Compiling shell-words v1.1.1
7432026-07-20T18:34:51.676Z Compiling clap_lex v1.1.0
7442026-07-20T18:34:51.878Z Compiling indenter v0.3.4
7452026-07-20T18:34:52.004Z Compiling urlencoding v2.1.3
7462026-07-20T18:34:52.230Z Compiling strsim v0.11.1
7472026-07-20T18:34:52.244Z Compiling humantime v2.4.0
7482026-07-20T18:34:52.496Z Compiling heck v0.5.0
7492026-07-20T18:34:52.530Z Compiling humantime-serde v1.1.1
7502026-07-20T18:34:52.673Z Compiling clap_builder v4.6.2
7512026-07-20T18:34:52.699Z Compiling clap_derive v4.6.3
7522026-07-20T18:34:53.057Z Compiling quick-junit v0.5.2
7532026-07-20T18:34:53.465Z Compiling nextest-filtering v0.15.0
7542026-07-20T18:34:54.444Z Compiling atomicwrites v0.4.4
7552026-07-20T18:34:54.734Z Compiling sha2 v0.10.9
7562026-07-20T18:34:55.989Z Compiling cargo_metadata v0.20.0
7572026-07-20T18:34:56.162Z Compiling crossterm v0.29.0
7582026-07-20T18:34:57.375Z Compiling cargo-nextest v0.9.97
7592026-07-20T18:34:57.709Z Compiling duct v0.13.7
7602026-07-20T18:34:59.182Z Compiling zstd v0.13.3
7612026-07-20T18:34:59.360Z Compiling async-scoped v0.9.0
7622026-07-20T18:34:59.418Z Compiling rand v0.9.5
7632026-07-20T18:34:59.570Z Compiling config v0.15.25
7642026-07-20T18:34:59.599Z Compiling unicode-normalization v0.1.25
7652026-07-20T18:34:59.677Z Compiling target-spec-miette v0.4.8
7662026-07-20T18:34:59.924Z Compiling future-queue v0.4.0
7672026-07-20T18:35:00.108Z Compiling mukti-metadata v0.3.0
7682026-07-20T18:35:00.171Z Compiling camino-tempfile v1.4.1
7692026-07-20T18:35:00.185Z Compiling tokio-stream v0.1.18
7702026-07-20T18:35:00.207Z Compiling derive-where v1.6.1
7712026-07-20T18:35:00.598Z Compiling serde_ignored v0.1.14
7722026-07-20T18:35:00.598Z Compiling serde_path_to_error v0.1.20
7732026-07-20T18:35:00.704Z Compiling hex v0.4.3
7742026-07-20T18:35:00.825Z Compiling xxhash-rust v0.8.17
7752026-07-20T18:35:00.992Z Compiling swrite v0.1.0
7762026-07-20T18:35:01.058Z Compiling home v0.5.12
7772026-07-20T18:35:01.100Z Compiling indent_write v2.2.0
7782026-07-20T18:35:01.125Z Compiling color-eyre v0.6.5
7792026-07-20T18:35:01.154Z Compiling clap v4.6.3
7802026-07-20T18:35:01.223Z Compiling dialoguer v0.11.0
7812026-07-20T18:35:01.282Z Compiling enable-ansi-support v0.2.1
7822026-07-20T18:35:01.447Z Compiling nextest-runner v0.80.0
7832026-07-20T18:35:19.576Z Finished `release` profile [optimized] target(s) in 1m 09s
7842026-07-20T18:35:19.757Z Installing /home/build/.cargo/bin/cargo-nextest
7852026-07-20T18:35:19.760Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7862026-07-20T18:35:19.880Z+ banner bfd
7872026-07-20T18:35:19.884Z
7882026-07-20T18:35:19.885Z ##### ###### #####
7892026-07-20T18:35:19.885Z # # # # #
7902026-07-20T18:35:19.885Z ##### ##### # #
7912026-07-20T18:35:19.885Z # # # # #
7922026-07-20T18:35:19.885Z # # # # #
7932026-07-20T18:35:19.885Z ##### # #####
7942026-07-20T18:35:19.886Z
7952026-07-20T18:35:19.886Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7962026-07-20T18:35:20.034Z Updating git repository `https://github.com/oxidecomputer/falcon`
7972026-07-20T18:35:20.640ZFrom https://github.com/oxidecomputer/falcon
7982026-07-20T18:35:20.640Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7992026-07-20T18:35:20.716Z Updating crates.io index
8002026-07-20T18:35:20.721Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8012026-07-20T18:35:21.129ZFrom https://github.com/oxidecomputer/dendrite
8022026-07-20T18:35:21.130Z * [new ref] 5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf -> refs/commit/5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf
8032026-07-20T18:35:21.165Z Updating git repository `https://github.com/oxidecomputer/ispf`
8042026-07-20T18:35:21.441ZFrom https://github.com/oxidecomputer/ispf
8052026-07-20T18:35:21.441Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8062026-07-20T18:35:21.448Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8072026-07-20T18:35:21.808ZFrom https://github.com/oxidecomputer/netadm-sys
8082026-07-20T18:35:21.808Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8092026-07-20T18:35:21.819Z Updating git repository `https://github.com/oxidecomputer/omicron`
8102026-07-20T18:35:27.737ZFrom https://github.com/oxidecomputer/omicron
8112026-07-20T18:35:27.737Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8122026-07-20T18:35:28.155Z Updating git repository `https://github.com/oxidecomputer/opte`
8132026-07-20T18:35:28.917ZFrom https://github.com/oxidecomputer/opte
8142026-07-20T18:35:28.917Z * [new ref] 3ddd7e684a78ad33be66717408c381b1962ae04e -> refs/commit/3ddd7e684a78ad33be66717408c381b1962ae04e
8152026-07-20T18:35:28.945Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8162026-07-20T18:35:29.216ZFrom https://github.com/oxidecomputer/slog-error-chain
8172026-07-20T18:35:29.216Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8182026-07-20T18:35:29.227Z Updating git repository `https://github.com/illumos/smf-rs`
8192026-07-20T18:35:29.486ZFrom https://github.com/illumos/smf-rs
8202026-07-20T18:35:29.486Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8212026-07-20T18:35:29.494Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8222026-07-20T18:35:29.784ZFrom https://github.com/oxidecomputer/network-interface
8232026-07-20T18:35:29.784Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8242026-07-20T18:35:29.789Z Updating git repository `https://github.com/oxidecomputer/zone`
8252026-07-20T18:35:30.068ZFrom https://github.com/oxidecomputer/zone
8262026-07-20T18:35:30.068Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8272026-07-20T18:35:30.074Z Updating git repository `https://github.com/oxidecomputer/propolis`
8282026-07-20T18:35:30.705ZFrom https://github.com/oxidecomputer/propolis
8292026-07-20T18:35:30.705Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8302026-07-20T18:35:30.749Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8312026-07-20T18:35:31.243ZFrom https://github.com/oxidecomputer/transceiver-control
8322026-07-20T18:35:31.243Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8332026-07-20T18:35:31.253Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8342026-07-20T18:35:31.529ZFrom https://github.com/oxidecomputer/dlpi-sys
8352026-07-20T18:35:31.529Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8362026-07-20T18:35:31.535Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8372026-07-20T18:35:31.832ZFrom https://github.com/jmesmon/rust-libzfs
8382026-07-20T18:35:31.832Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8392026-07-20T18:35:31.837Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8402026-07-20T18:35:32.087ZFrom https://github.com/oxidecomputer/rusty-doors
8412026-07-20T18:35:32.087Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8422026-07-20T18:35:32.094Z Updating git repository `https://github.com/oxidecomputer/lldp`
8432026-07-20T18:35:32.408ZFrom https://github.com/oxidecomputer/lldp
8442026-07-20T18:35:32.408Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8452026-07-20T18:35:32.419Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8462026-07-20T18:35:32.751ZFrom https://github.com/oxidecomputer/tufaceous
8472026-07-20T18:35:32.751Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8482026-07-20T18:35:32.767Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8492026-07-20T18:35:33.263ZFrom https://github.com/oxidecomputer/management-gateway-service
8502026-07-20T18:35:33.263Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8512026-07-20T18:35:33.277Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-07-20T18:35:34.083ZFrom https://github.com/oxidecomputer/crucible
8532026-07-20T18:35:34.083Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8542026-07-20T18:35:34.128Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8552026-07-20T18:35:34.399ZFrom https://github.com/oxidecomputer/serde_human_bytes
8562026-07-20T18:35:34.399Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8572026-07-20T18:35:34.412Z Updating git repository `https://github.com/oxidecomputer/propolis`
8582026-07-20T18:35:34.865ZFrom https://github.com/oxidecomputer/propolis
8592026-07-20T18:35:34.865Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8602026-07-20T18:35:34.911Z Updating git repository `https://github.com/oxidecomputer/crucible`
8612026-07-20T18:35:35.426ZFrom https://github.com/oxidecomputer/crucible
8622026-07-20T18:35:35.426Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8632026-07-20T18:35:35.489Z Updating git repository `https://github.com/oxidecomputer/tofino`
8642026-07-20T18:35:35.830ZFrom https://github.com/oxidecomputer/tofino
8652026-07-20T18:35:35.830Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8662026-07-20T18:35:35.834Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8672026-07-20T18:35:36.694ZFrom https://github.com/oxidecomputer/maghemite
8682026-07-20T18:35:36.694Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8692026-07-20T18:35:36.726Z Updating git repository `https://github.com/oxidecomputer/clickward`
8702026-07-20T18:35:36.982ZFrom https://github.com/oxidecomputer/clickward
8712026-07-20T18:35:36.983Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8722026-07-20T18:35:36.991Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8732026-07-20T18:35:37.271ZFrom https://github.com/oxidecomputer/illumos-devinfo
8742026-07-20T18:35:37.271Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8752026-07-20T18:35:38.235Z Downloading crates ...
8762026-07-20T18:35:38.369Z Downloaded dtrace-parser v0.2.0
8772026-07-20T18:35:38.381Z Downloaded embedded-io v0.4.0
8782026-07-20T18:35:38.381Z Downloaded futures-task v0.3.32
8792026-07-20T18:35:38.381Z Downloaded argon2 v0.5.3
8802026-07-20T18:35:38.381Z Downloaded fastrand v2.4.1
8812026-07-20T18:35:38.381Z Downloaded cargo_toml v0.22.3
8822026-07-20T18:35:38.381Z Downloaded allocator-api2 v0.2.21
8832026-07-20T18:35:38.381Z Downloaded dtrace-parser v0.3.0
8842026-07-20T18:35:38.381Z Downloaded cfg_aliases v0.2.1
8852026-07-20T18:35:38.381Z Downloaded async-stream-impl v0.3.6
8862026-07-20T18:35:38.381Z Downloaded async-recursion v1.1.1
8872026-07-20T18:35:38.381Z Downloaded fs_extra v1.3.0
8882026-07-20T18:35:38.381Z Downloaded async-stream v0.3.6
8892026-07-20T18:35:38.381Z Downloaded heapless v0.8.0
8902026-07-20T18:35:38.382Z Downloaded hash32 v0.3.1
8912026-07-20T18:35:38.382Z Downloaded aead v0.5.2
8922026-07-20T18:35:38.382Z Downloaded ciborium-io v0.2.2
8932026-07-20T18:35:38.382Z Downloaded arc-swap v1.9.1
8942026-07-20T18:35:38.383Z Downloaded futures-sink v0.3.32
8952026-07-20T18:35:38.383Z Downloaded futures-core v0.3.32
8962026-07-20T18:35:38.383Z Downloaded ciborium v0.2.2
8972026-07-20T18:35:38.383Z Downloaded git-stub-vcs v0.1.0
8982026-07-20T18:35:38.386Z Downloaded anyhow v1.0.104
8992026-07-20T18:35:38.386Z Downloaded git-stub v1.0.0
9002026-07-20T18:35:38.386Z Downloaded enum-as-inner v0.6.1
9012026-07-20T18:35:38.386Z Downloaded foreign-types-shared v0.3.1
9022026-07-20T18:35:38.386Z Downloaded defmt-parser v1.0.0
9032026-07-20T18:35:38.386Z Downloaded float-ord v0.3.2
9042026-07-20T18:35:38.387Z Downloaded block-buffer v0.12.0
9052026-07-20T18:35:38.387Z Downloaded futures-executor v0.3.32
9062026-07-20T18:35:38.387Z Downloaded dyn-clone v1.0.20
9072026-07-20T18:35:38.387Z Downloaded chacha20poly1305 v0.10.1
9082026-07-20T18:35:38.387Z Downloaded glob v0.3.3
9092026-07-20T18:35:38.389Z Downloaded foreign-types-macros v0.2.3
9102026-07-20T18:35:38.389Z Downloaded futures-macro v0.3.32
9112026-07-20T18:35:38.390Z Downloaded ciborium-ll v0.2.2
9122026-07-20T18:35:38.390Z Downloaded foreign-types v0.5.0
9132026-07-20T18:35:38.393Z Downloaded cipher v0.4.4
9142026-07-20T18:35:38.393Z Downloaded libscf-sys v1.2.0
9152026-07-20T18:35:38.393Z Downloaded heck v0.4.1
9162026-07-20T18:35:38.396Z Downloaded ff v0.13.1
9172026-07-20T18:35:38.396Z Downloaded foldhash v0.2.0
9182026-07-20T18:35:38.396Z Downloaded idna_adapter v1.2.2
9192026-07-20T18:35:38.396Z Downloaded hubpack_derive v0.1.1
9202026-07-20T18:35:38.399Z Downloaded crc8 v0.1.1
9212026-07-20T18:35:38.399Z Downloaded fxhash v0.2.1
9222026-07-20T18:35:38.399Z Downloaded data-encoding v2.11.0
9232026-07-20T18:35:38.401Z Downloaded bytecount v0.6.9
9242026-07-20T18:35:38.401Z Downloaded bitflags v1.3.2
9252026-07-20T18:35:38.404Z Downloaded backon v1.6.0
9262026-07-20T18:35:38.404Z Downloaded dof v0.3.0
9272026-07-20T18:35:38.407Z Downloaded darling v0.21.3
9282026-07-20T18:35:38.409Z Downloaded linked-hash-map v0.5.6
9292026-07-20T18:35:38.409Z Downloaded instant v0.1.13
9302026-07-20T18:35:38.412Z Downloaded crypto-common v0.2.2
9312026-07-20T18:35:38.412Z Downloaded embedded-io v0.6.1
9322026-07-20T18:35:38.412Z Downloaded dropshot-api-manager-types v0.7.2
9332026-07-20T18:35:38.415Z Downloaded fixedbitset v0.4.2
9342026-07-20T18:35:38.415Z Downloaded backoff v0.4.0
9352026-07-20T18:35:38.417Z Downloaded arrayvec v0.7.6
9362026-07-20T18:35:38.417Z Downloaded dof v0.4.0
9372026-07-20T18:35:38.417Z Downloaded darling_macro v0.21.3
9382026-07-20T18:35:38.420Z Downloaded bit-set v0.8.0
9392026-07-20T18:35:38.420Z Downloaded hubpack v0.1.2
9402026-07-20T18:35:38.420Z Downloaded base16ct v0.2.0
9412026-07-20T18:35:38.423Z Downloaded expectorate v1.2.0
9422026-07-20T18:35:38.423Z Downloaded lru-cache v0.1.2
9432026-07-20T18:35:38.427Z Downloaded keccak v0.1.6
9442026-07-20T18:35:38.428Z Downloaded clap_derive v4.6.1
9452026-07-20T18:35:38.430Z Downloaded hostname v0.3.1
9462026-07-20T18:35:38.430Z Downloaded dunce v1.0.5
9472026-07-20T18:35:38.430Z Downloaded is-terminal v0.4.17
9482026-07-20T18:35:38.433Z Downloaded crucible-workspace-hack v0.1.0
9492026-07-20T18:35:38.433Z Downloaded cobs v0.3.0
9502026-07-20T18:35:38.433Z Downloaded darling_macro v0.23.0
9512026-07-20T18:35:38.437Z Downloaded const-random v0.1.18
9522026-07-20T18:35:38.440Z Downloaded getrandom v0.4.2
9532026-07-20T18:35:38.443Z Downloaded convert_case v0.4.0
9542026-07-20T18:35:38.446Z Downloaded critical-section v1.2.0
9552026-07-20T18:35:38.446Z Downloaded byteorder v1.5.0
9562026-07-20T18:35:38.449Z Downloaded httpdate v1.0.3
9572026-07-20T18:35:38.449Z Downloaded daft v0.1.7
9582026-07-20T18:35:38.449Z Downloaded futures-io v0.3.32
9592026-07-20T18:35:38.451Z Downloaded internet-checksum v0.2.1
9602026-07-20T18:35:38.452Z Downloaded const-random-macro v0.1.16
9612026-07-20T18:35:38.452Z Downloaded arrayref v0.3.9
9622026-07-20T18:35:38.454Z Downloaded gethostname v0.5.0
9632026-07-20T18:35:38.454Z Downloaded match_cfg v0.1.0
9642026-07-20T18:35:38.458Z Downloaded macaddr v1.0.1
9652026-07-20T18:35:38.458Z Downloaded crossbeam-deque v0.8.6
9662026-07-20T18:35:38.461Z Downloaded erased-serde v0.3.31
9672026-07-20T18:35:38.461Z Downloaded globset v0.4.18
9682026-07-20T18:35:38.463Z Downloaded fs-err v3.3.0
9692026-07-20T18:35:38.463Z Downloaded clap v4.6.2
9702026-07-20T18:35:38.467Z Downloaded konst_macro_rules v0.2.19
9712026-07-20T18:35:38.475Z Downloaded natord v1.0.9
9722026-07-20T18:35:38.475Z Downloaded newtype-uuid-macros v0.1.0
9732026-07-20T18:35:38.475Z Downloaded managed v0.8.0
9742026-07-20T18:35:38.478Z Downloaded num-conv v0.2.2
9752026-07-20T18:35:38.478Z Downloaded num-derive v0.4.2
9762026-07-20T18:35:38.478Z Downloaded defmt v0.3.100
9772026-07-20T18:35:38.478Z Downloaded base16ct v1.0.0
9782026-07-20T18:35:38.483Z Downloaded opaque-debug v0.3.1
9792026-07-20T18:35:38.483Z Downloaded memmap v0.7.0
9802026-07-20T18:35:38.483Z Downloaded olpc-cjson v0.1.4
9812026-07-20T18:35:38.486Z Downloaded num-iter v0.1.45
9822026-07-20T18:35:38.486Z Downloaded newline-converter v0.3.0
9832026-07-20T18:35:38.486Z Downloaded compression-core v0.4.32
9842026-07-20T18:35:38.486Z Downloaded mime v0.3.17
9852026-07-20T18:35:38.489Z Downloaded jobserver v0.1.34
9862026-07-20T18:35:38.489Z Downloaded displaydoc v0.2.6
9872026-07-20T18:35:38.492Z Downloaded linear-map v1.2.0
9882026-07-20T18:35:38.492Z Downloaded http-body v1.0.1
9892026-07-20T18:35:38.492Z Downloaded ingot-types v0.1.2
9902026-07-20T18:35:38.494Z Downloaded ingot v0.1.1
9912026-07-20T18:35:38.494Z Downloaded num_enum_derive v0.5.11
9922026-07-20T18:35:38.494Z Downloaded highway v1.3.0
9932026-07-20T18:35:38.497Z Downloaded async-trait v0.1.89
9942026-07-20T18:35:38.501Z Downloaded chacha20 v0.9.1
9952026-07-20T18:35:38.502Z Downloaded omicron-workspace-hack v0.1.0
9962026-07-20T18:35:38.502Z Downloaded bit-vec v0.8.0
9972026-07-20T18:35:38.504Z Downloaded derive-ex v0.1.8
9982026-07-20T18:35:38.504Z Downloaded num_threads v0.1.7
9992026-07-20T18:35:38.504Z Downloaded newtype_derive v0.1.6
10002026-07-20T18:35:38.504Z Downloaded num v0.4.3
10012026-07-20T18:35:38.504Z Downloaded daft-derive v0.1.7
10022026-07-20T18:35:38.507Z Downloaded chacha20 v0.10.0
10032026-07-20T18:35:38.510Z Downloaded compression-codecs v0.4.38
10042026-07-20T18:35:38.513Z Downloaded constant_time_eq v0.4.2
10052026-07-20T18:35:38.513Z Downloaded no-std-compat v0.4.1
10062026-07-20T18:35:38.513Z Downloaded parse-display v0.10.0
10072026-07-20T18:35:38.515Z Downloaded futures v0.3.32
10082026-07-20T18:35:38.518Z Downloaded plain v0.2.3
10092026-07-20T18:35:38.518Z Downloaded ident_case v1.0.1
10102026-07-20T18:35:38.521Z Downloaded libsw-core v0.3.2
10112026-07-20T18:35:38.521Z Downloaded libsw v3.5.0
10122026-07-20T18:35:38.521Z Downloaded deranged v0.5.8
10132026-07-20T18:35:38.523Z Downloaded cookie v0.18.1
10142026-07-20T18:35:38.523Z Downloaded hostname v0.4.2
10152026-07-20T18:35:38.526Z Downloaded proc-macro-error-attr v1.0.4
10162026-07-20T18:35:38.526Z Downloaded humantime v2.3.0
10172026-07-20T18:35:38.530Z Downloaded powerfmt v0.2.0
10182026-07-20T18:35:38.530Z Downloaded potential_utf v0.1.5
10192026-07-20T18:35:38.530Z Downloaded inout v0.1.4
10202026-07-20T18:35:38.533Z Downloaded console v0.16.3
10212026-07-20T18:35:38.533Z Downloaded memoffset v0.9.1
10222026-07-20T18:35:38.533Z Downloaded proc-macro-crate v3.5.0
10232026-07-20T18:35:38.533Z Downloaded pretty-hex v0.4.2
10242026-07-20T18:35:38.536Z Downloaded defmt-macros v1.1.0
10252026-07-20T18:35:38.536Z Downloaded cstr-argument v0.1.2
10262026-07-20T18:35:38.538Z Downloaded bs58 v0.5.1
10272026-07-20T18:35:38.538Z Downloaded multer v3.1.0
10282026-07-20T18:35:38.543Z Downloaded csv-core v0.1.13
10292026-07-20T18:35:38.543Z Downloaded ipnetwork v0.21.1
10302026-07-20T18:35:38.545Z Downloaded group v0.13.0
10312026-07-20T18:35:38.545Z Downloaded colored v3.1.1
10322026-07-20T18:35:38.545Z Downloaded bcs v0.1.6
10332026-07-20T18:35:38.548Z Downloaded progenitor-macro v0.14.0
10342026-07-20T18:35:38.549Z Downloaded progenitor-client v0.14.0
10352026-07-20T18:35:38.549Z Downloaded proc-macro-crate v1.3.1
10362026-07-20T18:35:38.549Z Downloaded num-rational v0.4.2
10372026-07-20T18:35:38.551Z Downloaded defmt v1.1.0
10382026-07-20T18:35:38.554Z Downloaded progenitor-macro v0.13.0
10392026-07-20T18:35:38.554Z Downloaded num-integer v0.1.46
10402026-07-20T18:35:38.554Z Downloaded diff v0.1.13
10412026-07-20T18:35:38.559Z Downloaded darling v0.23.0
10422026-07-20T18:35:38.563Z Downloaded progenitor-macro v0.10.0
10432026-07-20T18:35:38.563Z Downloaded num-complex v0.4.6
10442026-07-20T18:35:38.563Z Downloaded bitflags v2.12.1
10452026-07-20T18:35:38.567Z Downloaded parking_lot_core v0.8.6
10462026-07-20T18:35:38.567Z Downloaded num_enum_derive v0.7.6
10472026-07-20T18:35:38.567Z Downloaded oxide-tokio-rt v0.1.6
10482026-07-20T18:35:38.569Z Downloaded dropshot_endpoint v0.17.1
10492026-07-20T18:35:38.570Z Downloaded paste v1.0.15
10502026-07-20T18:35:38.572Z Downloaded phf_shared v0.12.1
10512026-07-20T18:35:38.572Z Downloaded phf v0.12.1
10522026-07-20T18:35:38.572Z Downloaded quick-error v1.2.3
10532026-07-20T18:35:38.575Z Downloaded blake2 v0.10.6
10542026-07-20T18:35:38.575Z Downloaded byte-wrapper v0.1.0
10552026-07-20T18:35:38.578Z Downloaded password-hash v0.5.0
10562026-07-20T18:35:38.580Z Downloaded bytes v1.11.1
10572026-07-20T18:35:38.580Z Downloaded ref-cast v1.0.25
10582026-07-20T18:35:38.584Z Downloaded poly1305 v0.8.0
10592026-07-20T18:35:38.587Z Downloaded proc-macro-error2 v2.0.1
10602026-07-20T18:35:38.587Z Downloaded litemap v0.8.2
10612026-07-20T18:35:38.589Z Downloaded hybrid-array v0.4.12
10622026-07-20T18:35:38.589Z Downloaded rustc_version v0.1.7
10632026-07-20T18:35:38.589Z Downloaded rustc-hash v2.1.2
10642026-07-20T18:35:38.592Z Downloaded pem v3.0.6
10652026-07-20T18:35:38.592Z Downloaded ingot-macros v0.1.1
10662026-07-20T18:35:38.595Z Downloaded ref-cast-impl v1.0.25
10672026-07-20T18:35:38.595Z Downloaded rand_chacha v0.3.1
10682026-07-20T18:35:38.595Z Downloaded parse-display-derive v0.10.0
10692026-07-20T18:35:38.597Z Downloaded port-file v0.1.0
10702026-07-20T18:35:38.597Z Downloaded indexmap v1.9.3
10712026-07-20T18:35:38.600Z Downloaded crypto-bigint v0.5.5
10722026-07-20T18:35:38.603Z Downloaded const_format_proc_macros v0.2.34
10732026-07-20T18:35:38.606Z Downloaded num_enum v0.7.6
10742026-07-20T18:35:38.608Z Downloaded same-file v1.0.6
10752026-07-20T18:35:38.608Z Downloaded futures-channel v0.3.32
10762026-07-20T18:35:38.608Z Downloaded progenitor-client v0.13.0
10772026-07-20T18:35:38.612Z Downloaded progenitor-client v0.10.0
10782026-07-20T18:35:38.612Z Downloaded progenitor v0.14.0
10792026-07-20T18:35:38.612Z Downloaded progenitor v0.10.0
10802026-07-20T18:35:38.615Z Downloaded crossbeam-utils v0.8.21
10812026-07-20T18:35:38.615Z Downloaded serde-big-array v0.5.1
10822026-07-20T18:35:38.615Z Downloaded proc-macro-error v1.0.4
10832026-07-20T18:35:38.618Z Downloaded progenitor-extras v0.2.0
10842026-07-20T18:35:38.620Z Downloaded progenitor v0.13.0
10852026-07-20T18:35:38.620Z Downloaded const-oid v0.10.2
10862026-07-20T18:35:38.623Z Downloaded sha1 v0.10.6
10872026-07-20T18:35:38.623Z Downloaded sha1 v0.11.0
10882026-07-20T18:35:38.629Z Downloaded parking_lot v0.11.2
10892026-07-20T18:35:38.629Z Downloaded serde_plain v1.0.2
10902026-07-20T18:35:38.632Z Downloaded cancel-safe-futures v0.1.5
10912026-07-20T18:35:38.632Z Downloaded hickory-resolver v0.24.4
10922026-07-20T18:35:38.632Z Downloaded serial_test_derive v3.5.0
10932026-07-20T18:35:38.632Z Downloaded serial_test v3.5.0
10942026-07-20T18:35:38.635Z Downloaded serde_repr v0.1.21
10952026-07-20T18:35:38.635Z Downloaded icu_provider v2.2.0
10962026-07-20T18:35:38.637Z Downloaded memmap2 v0.9.10
10972026-07-20T18:35:38.637Z Downloaded icu_properties v2.2.0
10982026-07-20T18:35:38.640Z Downloaded siphasher v1.0.3
10992026-07-20T18:35:38.640Z Downloaded elliptic-curve v0.13.8
11002026-07-20T18:35:38.642Z Downloaded slog-envlogger v2.2.0
11012026-07-20T18:35:38.645Z Downloaded pest_derive v2.8.6
11022026-07-20T18:35:38.645Z Downloaded sigpipe v0.1.3
11032026-07-20T18:35:38.651Z Downloaded oxnet v0.1.6
11042026-07-20T18:35:38.651Z Downloaded darling_core v0.21.3
11052026-07-20T18:35:38.653Z Downloaded slog-bunyan v2.5.0
11062026-07-20T18:35:38.653Z Downloaded rand_xorshift v0.4.0
11072026-07-20T18:35:38.653Z Downloaded half v2.7.1
11082026-07-20T18:35:38.653Z Downloaded quote v1.0.45
11092026-07-20T18:35:38.656Z Downloaded semver v0.1.20
11102026-07-20T18:35:38.656Z Downloaded secrecy v0.10.3
11112026-07-20T18:35:38.659Z Downloaded scroll_derive v0.13.1
11122026-07-20T18:35:38.659Z Downloaded scroll_derive v0.12.1
11132026-07-20T18:35:38.660Z Downloaded hmac v0.12.1
11142026-07-20T18:35:38.662Z Downloaded rustversion v1.0.22
11152026-07-20T18:35:38.662Z Downloaded smawk v0.3.2
11162026-07-20T18:35:38.662Z Downloaded resolv-conf v0.7.6
11172026-07-20T18:35:38.665Z Downloaded proc-macro-error-attr2 v2.0.0
11182026-07-20T18:35:38.665Z Downloaded postcard v1.1.3
11192026-07-20T18:35:38.667Z Downloaded derive_more v0.99.20
11202026-07-20T18:35:38.670Z Downloaded scroll v0.13.0
11212026-07-20T18:35:38.670Z Downloaded drift v0.2.0
11222026-07-20T18:35:38.675Z Downloaded strum v0.27.2
11232026-07-20T18:35:38.678Z Downloaded strum v0.26.3
11242026-07-20T18:35:38.678Z Downloaded structmeta v0.3.0
11252026-07-20T18:35:38.678Z Downloaded stable_deref_trait v1.2.1
11262026-07-20T18:35:38.680Z Downloaded tabled_derive v0.7.0
11272026-07-20T18:35:38.680Z Downloaded spin v0.5.2
11282026-07-20T18:35:38.680Z Downloaded scroll v0.12.0
11292026-07-20T18:35:38.684Z Downloaded rusty-fork v0.3.1
11302026-07-20T18:35:38.684Z Downloaded rustls-pemfile v2.2.0
11312026-07-20T18:35:38.686Z Downloaded rustls-native-certs v0.8.4
11322026-07-20T18:35:38.686Z Downloaded digest v0.11.3
11332026-07-20T18:35:38.686Z Downloaded crossbeam-epoch v0.9.18
11342026-07-20T18:35:38.689Z Downloaded log v0.4.32
11352026-07-20T18:35:38.689Z Downloaded num_enum v0.5.11
11362026-07-20T18:35:38.692Z Downloaded thread-id v4.2.2
11372026-07-20T18:35:38.695Z Downloaded base64 v0.21.7
11382026-07-20T18:35:38.697Z Downloaded take_mut v0.2.2
11392026-07-20T18:35:38.697Z Downloaded tagptr v0.2.0
11402026-07-20T18:35:38.697Z Downloaded testing_table v0.3.0
11412026-07-20T18:35:38.702Z Downloaded omicron-zone-package v0.12.3
11422026-07-20T18:35:38.702Z Downloaded thiserror-impl-no-std v2.0.2
11432026-07-20T18:35:38.705Z Downloaded time-core v0.1.8
11442026-07-20T18:35:38.705Z Downloaded darling_core v0.23.0
11452026-07-20T18:35:38.705Z Downloaded slog-dtrace v0.3.0
11462026-07-20T18:35:38.707Z Downloaded hashbrown v0.12.3
11472026-07-20T18:35:38.710Z Downloaded konst v0.2.20
11482026-07-20T18:35:38.712Z Downloaded tabwriter v1.4.1
11492026-07-20T18:35:38.712Z Downloaded tabled_derive v0.11.0
11502026-07-20T18:35:38.712Z Downloaded pest_generator v2.8.6
11512026-07-20T18:35:38.716Z Downloaded papergrid v0.18.0
11522026-07-20T18:35:38.718Z Downloaded slog-stdlog v4.1.1
11532026-07-20T18:35:38.718Z Downloaded quinn-udp v0.5.14
11542026-07-20T18:35:38.721Z Downloaded slog-async v2.8.0
11552026-07-20T18:35:38.721Z Downloaded termtree v0.5.1
11562026-07-20T18:35:38.721Z Downloaded serde_tokenstream v0.2.3
11572026-07-20T18:35:38.721Z Downloaded papergrid v0.11.0
11582026-07-20T18:35:38.726Z Downloaded indicatif v0.18.4
11592026-07-20T18:35:38.729Z Downloaded icu_normalizer_data v2.2.0
11602026-07-20T18:35:38.729Z Downloaded icu_locale_core v2.2.0
11612026-07-20T18:35:38.731Z Downloaded tokio-macros v2.7.0
11622026-07-20T18:35:38.734Z Downloaded snafu-derive v0.8.9
11632026-07-20T18:35:38.734Z Downloaded smf v0.2.3
11642026-07-20T18:35:38.734Z Downloaded smartstring v1.0.1
11652026-07-20T18:35:38.738Z Downloaded slog-term v2.9.2
11662026-07-20T18:35:38.741Z Downloaded rhai_codegen v3.2.0
11672026-07-20T18:35:38.745Z Downloaded topological-sort v0.2.2
11682026-07-20T18:35:38.745Z Downloaded structmeta-derive v0.3.0
11692026-07-20T18:35:38.745Z Downloaded rustls-pki-types v1.14.1
11702026-07-20T18:35:38.748Z Downloaded usdt v0.5.0
11712026-07-20T18:35:38.748Z Downloaded synstructure v0.13.2
11722026-07-20T18:35:38.748Z Downloaded untrusted v0.7.1
11732026-07-20T18:35:38.749Z Downloaded universal-hash v0.5.1
11742026-07-20T18:35:38.749Z Downloaded usdt-attr-macro v0.5.0
11752026-07-20T18:35:38.749Z Downloaded usdt v0.6.0
11762026-07-20T18:35:38.752Z Downloaded const_format v0.2.36
11772026-07-20T18:35:38.752Z Downloaded crossbeam-channel v0.5.15
11782026-07-20T18:35:38.755Z Downloaded progenitor-impl v0.13.0
11792026-07-20T18:35:38.755Z Downloaded progenitor-impl v0.10.0
11802026-07-20T18:35:38.757Z Downloaded unit-prefix v0.5.2
11812026-07-20T18:35:38.757Z Downloaded unarray v0.1.4
11822026-07-20T18:35:38.761Z Downloaded typify-macro v0.6.2
11832026-07-20T18:35:38.761Z Downloaded typify-macro v0.4.3
11842026-07-20T18:35:38.761Z Downloaded proc-macro2 v1.0.106
11852026-07-20T18:35:38.764Z Downloaded slog-scope v4.4.1
11862026-07-20T18:35:38.764Z Downloaded serde_with_macros v3.21.0
11872026-07-20T18:35:38.764Z Downloaded usdt-attr-macro v0.6.0
11882026-07-20T18:35:38.764Z Downloaded icu_normalizer v2.2.0
11892026-07-20T18:35:38.766Z Downloaded pest_meta v2.8.6
11902026-07-20T18:35:38.769Z Downloaded serde_derive_internals v0.29.1
11912026-07-20T18:35:38.769Z Downloaded usdt-macro v0.5.0
11922026-07-20T18:35:38.769Z Downloaded schemars_derive v0.8.22
11932026-07-20T18:35:38.772Z Downloaded usdt-macro v0.6.0
11942026-07-20T18:35:38.772Z Downloaded cmake v0.1.58
11952026-07-20T18:35:38.772Z Downloaded thread_local v1.1.9
11962026-07-20T18:35:38.774Z Downloaded thread-id v5.1.0
11972026-07-20T18:35:38.774Z Downloaded icu_collections v2.2.0
11982026-07-20T18:35:38.777Z Downloaded waitgroup v0.1.2
11992026-07-20T18:35:38.777Z Downloaded wait-timeout v0.2.1
12002026-07-20T18:35:38.780Z Downloaded openssl-sys v0.9.116
12012026-07-20T18:35:38.782Z Downloaded yoke-derive v0.8.2
12022026-07-20T18:35:38.783Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12032026-07-20T18:35:38.787Z Downloaded pretty_assertions v1.4.1
12042026-07-20T18:35:38.787Z Downloaded time-macros v0.2.27
12052026-07-20T18:35:38.787Z Downloaded simd-adler32 v0.3.9
12062026-07-20T18:35:38.789Z Downloaded cc v1.2.63
12072026-07-20T18:35:38.789Z Downloaded smallvec v1.15.1
12082026-07-20T18:35:38.789Z Downloaded crunchy v0.2.4
12092026-07-20T18:35:38.793Z Downloaded jiff-static v0.2.28
12102026-07-20T18:35:38.795Z Downloaded tiny-keccak v2.0.2
12112026-07-20T18:35:38.798Z Downloaded schemars v0.8.22
12122026-07-20T18:35:38.803Z Downloaded zerofrom v0.1.8
12132026-07-20T18:35:38.805Z Downloaded tokio-tungstenite v0.21.0
12142026-07-20T18:35:38.805Z Downloaded tinystr v0.8.3
12152026-07-20T18:35:38.808Z Downloaded toml_writer v1.1.1+spec-1.1.0
12162026-07-20T18:35:38.811Z Downloaded minimal-lexical v0.2.1
12172026-07-20T18:35:38.811Z Downloaded zone_cfg_derive v0.3.1
12182026-07-20T18:35:38.811Z Downloaded zone v0.3.1
12192026-07-20T18:35:38.813Z Downloaded usdt-impl v0.6.0
12202026-07-20T18:35:38.814Z Downloaded hickory-resolver v0.25.2
12212026-07-20T18:35:38.816Z Downloaded zeroize_derive v1.4.3
12222026-07-20T18:35:38.819Z Downloaded zerofrom-derive v0.1.7
12232026-07-20T18:35:38.819Z Downloaded strum_macros v0.27.2
12242026-07-20T18:35:38.821Z Downloaded spin v0.9.8
12252026-07-20T18:35:38.821Z Downloaded progenitor-impl v0.14.0
12262026-07-20T18:35:38.828Z Downloaded serde_core v1.0.228
12272026-07-20T18:35:38.831Z Downloaded thiserror-no-std v2.0.2
12282026-07-20T18:35:38.833Z Downloaded thin-vec v0.2.18
12292026-07-20T18:35:38.833Z Downloaded utf-8 v0.7.6
12302026-07-20T18:35:38.833Z Downloaded usdt-impl v0.5.0
12312026-07-20T18:35:38.836Z Downloaded serde_derive v1.0.228
12322026-07-20T18:35:38.836Z Downloaded async-compression v0.4.42
12332026-07-20T18:35:38.839Z Downloaded term v1.2.1
12342026-07-20T18:35:38.842Z Downloaded similar v2.7.0
12352026-07-20T18:35:38.846Z Downloaded whoami v1.6.1
12362026-07-20T18:35:38.846Z Downloaded walkdir v2.5.0
12372026-07-20T18:35:38.848Z Downloaded xz2 v0.1.7
12382026-07-20T18:35:38.848Z Downloaded slog-json v2.6.1
12392026-07-20T18:35:38.851Z Downloaded rayon-core v1.13.0
12402026-07-20T18:35:38.859Z Downloaded rustls-platform-verifier v0.7.0
12412026-07-20T18:35:38.861Z Downloaded writeable v0.6.3
12422026-07-20T18:35:38.864Z Downloaded strum_macros v0.26.4
12432026-07-20T18:35:38.867Z Downloaded tokio-dtrace v0.1.1
12442026-07-20T18:35:38.871Z Downloaded zmij v1.0.21
12452026-07-20T18:35:38.873Z Downloaded zerovec-derive v0.11.3
12462026-07-20T18:35:38.873Z Downloaded prettyplease v0.2.37
12472026-07-20T18:35:38.876Z Downloaded memchr v2.8.1
12482026-07-20T18:35:38.879Z Downloaded test-strategy v0.4.5
12492026-07-20T18:35:38.882Z Downloaded slog v2.8.2
12502026-07-20T18:35:38.882Z Downloaded quinn v0.11.9
12512026-07-20T18:35:38.885Z Downloaded zeroize v1.8.2
12522026-07-20T18:35:38.888Z Downloaded serde_yaml v0.9.34+deprecated
12532026-07-20T18:35:38.888Z Downloaded zerocopy-derive v0.7.35
12542026-07-20T18:35:38.892Z Downloaded toml v1.1.2+spec-1.1.0
12552026-07-20T18:35:38.895Z Downloaded vsss-rs v3.3.4
12562026-07-20T18:35:38.895Z Downloaded tinyvec v1.11.0
12572026-07-20T18:35:38.897Z Downloaded rand v0.8.6
12582026-07-20T18:35:38.900Z Downloaded tungstenite v0.21.0
12592026-07-20T18:35:38.905Z Downloaded toml v0.9.12+spec-1.1.0
12602026-07-20T18:35:38.907Z Downloaded ucd-trie v0.1.7
12612026-07-20T18:35:38.910Z Downloaded typify v0.6.2
12622026-07-20T18:35:38.910Z Downloaded toml v0.7.8
12632026-07-20T18:35:38.913Z Downloaded nom v7.1.3
12642026-07-20T18:35:38.915Z Downloaded snafu v0.8.9
12652026-07-20T18:35:38.918Z Downloaded typify v0.4.3
12662026-07-20T18:35:38.922Z Downloaded serde v1.0.228
12672026-07-20T18:35:38.925Z Downloaded unsafe-libyaml v0.2.11
12682026-07-20T18:35:38.925Z Downloaded qorb v0.4.1
12692026-07-20T18:35:38.928Z Downloaded mio v1.2.1
12702026-07-20T18:35:38.931Z Downloaded yoke v0.8.3
12712026-07-20T18:35:38.931Z Downloaded rand v0.9.4
12722026-07-20T18:35:38.933Z Downloaded toml_edit v0.25.12+spec-1.1.0
12732026-07-20T18:35:38.937Z Downloaded schemars v1.2.1
12742026-07-20T18:35:38.943Z Downloaded steno v0.4.1
12752026-07-20T18:35:38.946Z Downloaded schemars v0.9.0
12762026-07-20T18:35:38.952Z Downloaded hashbrown v0.16.1
12772026-07-20T18:35:38.955Z Downloaded yansi v1.0.1
12782026-07-20T18:35:38.964Z Downloaded toml_edit v0.19.15
12792026-07-20T18:35:38.973Z Downloaded dropshot-api-manager v0.7.2
12802026-07-20T18:35:38.980Z Downloaded nom v8.0.0
12812026-07-20T18:35:38.983Z Downloaded itertools v0.12.1
12822026-07-20T18:35:38.987Z Downloaded itertools v0.15.0
12832026-07-20T18:35:38.991Z Downloaded zerocopy-derive v0.8.50
12842026-07-20T18:35:39.004Z Downloaded zerotrie v0.2.4
12852026-07-20T18:35:39.008Z Downloaded goblin v0.8.2
12862026-07-20T18:35:39.012Z Downloaded icu_properties_data v2.2.0
12872026-07-20T18:35:39.017Z Downloaded libm v0.2.16
12882026-07-20T18:35:39.023Z Downloaded pest v2.8.6
12892026-07-20T18:35:39.026Z Downloaded typed-path v0.9.3
12902026-07-20T18:35:39.029Z Downloaded h2 v0.4.14
12912026-07-20T18:35:39.032Z Downloaded ron v0.12.1
12922026-07-20T18:35:39.039Z Downloaded hkdf v0.12.4
12932026-07-20T18:35:39.042Z Downloaded blake3 v1.8.5
12942026-07-20T18:35:39.046Z Downloaded regex v1.12.3
12952026-07-20T18:35:39.049Z Downloaded hyper v1.10.1
12962026-07-20T18:35:39.052Z Downloaded reqwest v0.13.4
12972026-07-20T18:35:39.056Z Downloaded serde_json v1.0.150
12982026-07-20T18:35:39.059Z Downloaded futures-util v0.3.32
12992026-07-20T18:35:39.066Z Downloaded zerovec v0.11.6
13002026-07-20T18:35:39.069Z Downloaded rayon v1.12.0
13012026-07-20T18:35:39.074Z Downloaded iddqd v0.4.5
13022026-07-20T18:35:39.091Z Downloaded portable-atomic v1.13.1
13032026-07-20T18:35:39.096Z Downloaded tough v0.22.0
13042026-07-20T18:35:39.098Z Downloaded zerocopy v0.7.35
13052026-07-20T18:35:39.126Z Downloaded serde_with v3.21.0
13062026-07-20T18:35:39.133Z Downloaded aws-lc-rs v1.17.0
13072026-07-20T18:35:39.138Z Downloaded proptest v1.11.0
13082026-07-20T18:35:39.143Z Downloaded goblin v0.10.7
13092026-07-20T18:35:39.149Z Downloaded moka v0.12.15
13102026-07-20T18:35:39.154Z Downloaded winnow v0.5.40
13112026-07-20T18:35:39.157Z Downloaded quinn-proto v0.11.14
13122026-07-20T18:35:39.169Z Downloaded winnow v1.0.3
13132026-07-20T18:35:39.176Z Downloaded tabled v0.15.0
13142026-07-20T18:35:39.187Z Downloaded openssl v0.10.80
13152026-07-20T18:35:39.193Z Downloaded nix v0.31.3
13162026-07-20T18:35:39.198Z Downloaded webpki-roots v1.0.7
13172026-07-20T18:35:39.200Z Downloaded hickory-proto v0.24.4
13182026-07-20T18:35:39.208Z Downloaded zerocopy v0.8.50
13192026-07-20T18:35:39.218Z Downloaded time v0.3.47
13202026-07-20T18:35:39.225Z Downloaded syn v1.0.109
13212026-07-20T18:35:39.230Z Downloaded hickory-proto v0.25.2
13222026-07-20T18:35:39.238Z Downloaded tabled v0.21.0
13232026-07-20T18:35:39.247Z Downloaded openapiv3 v2.2.0
13242026-07-20T18:35:39.253Z Downloaded syn v3.0.0
13252026-07-20T18:35:39.259Z Downloaded smoltcp v0.11.0
13262026-07-20T18:35:39.299Z Downloaded syn v2.0.117
13272026-07-20T18:35:39.307Z Downloaded typify-impl v0.4.3
13282026-07-20T18:35:39.307Z Downloaded dropshot v0.17.1
13292026-07-20T18:35:39.307Z Downloaded rhai v1.25.1
13302026-07-20T18:35:39.307Z Downloaded bstr v1.12.1
13312026-07-20T18:35:39.312Z Downloaded regress v0.10.5
13322026-07-20T18:35:39.316Z Downloaded regress v0.11.1
13332026-07-20T18:35:39.321Z Downloaded regex-syntax v0.8.10
13342026-07-20T18:35:39.325Z Downloaded rustls v0.23.40
13352026-07-20T18:35:39.332Z Downloaded jiff v0.2.28
13362026-07-20T18:35:39.337Z Downloaded lzma-sys v0.1.20
13372026-07-20T18:35:39.369Z Downloaded encoding_rs v0.8.35
13382026-07-20T18:35:39.387Z Downloaded typify-impl v0.6.2
13392026-07-20T18:35:39.395Z Downloaded sled v0.34.7
13402026-07-20T18:35:39.440Z Downloaded regex-automata v0.4.14
13412026-07-20T18:35:39.459Z Downloaded petgraph v0.6.5
13422026-07-20T18:35:39.492Z Downloaded chrono-tz v0.10.4
13432026-07-20T18:35:39.510Z Downloaded csv v1.4.0
13442026-07-20T18:35:39.521Z Downloaded sha3 v0.10.9
13452026-07-20T18:35:39.526Z Downloaded tokio v1.53.0
13462026-07-20T18:35:40.041Z Downloaded aws-lc-sys v0.41.0
13472026-07-20T18:35:40.951Z Compiling proc-macro2 v1.0.106
13482026-07-20T18:35:40.951Z Compiling quote v1.0.45
13492026-07-20T18:35:40.951Z Compiling unicode-ident v1.0.24
13502026-07-20T18:35:40.954Z Compiling serde_core v1.0.228
13512026-07-20T18:35:40.954Z Compiling cfg-if v1.0.4
13522026-07-20T18:35:40.954Z Compiling serde v1.0.228
13532026-07-20T18:35:40.954Z Compiling libc v0.2.186
13542026-07-20T18:35:40.954Z Compiling memchr v2.8.1
13552026-07-20T18:35:41.195Z Compiling itoa v1.0.18
13562026-07-20T18:35:41.378Z Compiling smallvec v1.15.1
13572026-07-20T18:35:41.406Z Compiling zmij v1.0.21
13582026-07-20T18:35:41.523Z Compiling autocfg v1.5.1
13592026-07-20T18:35:41.590Z Compiling libm v0.2.16
13602026-07-20T18:35:41.852Z Compiling stable_deref_trait v1.2.1
13612026-07-20T18:35:41.882Z Compiling writeable v0.6.3
13622026-07-20T18:35:41.921Z Compiling litemap v0.8.2
13632026-07-20T18:35:41.973Z Compiling percent-encoding v2.3.2
13642026-07-20T18:35:41.996Z Compiling utf8_iter v1.0.4
13652026-07-20T18:35:42.037Z Compiling icu_properties_data v2.2.0
13662026-07-20T18:35:42.079Z Compiling icu_normalizer_data v2.2.0
13672026-07-20T18:35:42.107Z Compiling iana-time-zone v0.1.65
13682026-07-20T18:35:42.135Z Compiling equivalent v1.0.2
13692026-07-20T18:35:42.219Z Compiling form_urlencoded v1.2.2
13702026-07-20T18:35:42.327Z Compiling serde_json v1.0.150
13712026-07-20T18:35:42.340Z Compiling syn v2.0.117
13722026-07-20T18:35:42.426Z Compiling pin-project-lite v0.2.17
13732026-07-20T18:35:42.466Z Compiling dyn-clone v1.0.20
13742026-07-20T18:35:42.483Z Compiling version_check v0.9.5
13752026-07-20T18:35:42.539Z Compiling syn v3.0.0
13762026-07-20T18:35:42.550Z Compiling scopeguard v1.2.0
13772026-07-20T18:35:42.590Z Compiling parking_lot_core v0.9.12
13782026-07-20T18:35:42.611Z Compiling num-traits v0.2.19
13792026-07-20T18:35:42.670Z Compiling lock_api v0.4.14
13802026-07-20T18:35:42.760Z Compiling rand_core v0.10.1
13812026-07-20T18:35:42.880Z Compiling thiserror v2.0.19
13822026-07-20T18:35:42.891Z Compiling hashbrown v0.17.1
13832026-07-20T18:35:42.912Z Compiling getrandom v0.4.2
13842026-07-20T18:35:43.175Z Compiling errno v0.3.14
13852026-07-20T18:35:43.323Z Compiling semver v1.0.28
13862026-07-20T18:35:43.426Z Compiling indexmap v2.14.0
13872026-07-20T18:35:43.463Z Compiling log v0.4.32
13882026-07-20T18:35:43.475Z Compiling heck v0.5.0
13892026-07-20T18:35:43.653Z Compiling futures-core v0.3.32
13902026-07-20T18:35:43.676Z Compiling uuid v1.24.0
13912026-07-20T18:35:43.733Z Compiling zerocopy v0.8.50
13922026-07-20T18:35:43.808Z Compiling schemars v0.8.22
13932026-07-20T18:35:44.054Z Compiling futures-sink v0.3.32
13942026-07-20T18:35:44.094Z Compiling slab v0.4.12
13952026-07-20T18:35:44.106Z Compiling jobserver v0.1.34
13962026-07-20T18:35:44.149Z Compiling rustversion v1.0.22
13972026-07-20T18:35:44.171Z Compiling find-msvc-tools v0.1.9
13982026-07-20T18:35:44.265Z Compiling fnv v1.0.7
13992026-07-20T18:35:44.359Z Compiling shlex v2.0.1
14002026-07-20T18:35:44.394Z Compiling futures-channel v0.3.32
14012026-07-20T18:35:44.410Z Compiling bitflags v2.12.1
14022026-07-20T18:35:44.463Z Compiling thiserror-impl v2.0.19
14032026-07-20T18:35:44.521Z Compiling cc v1.2.63
14042026-07-20T18:35:44.534Z Compiling futures-task v0.3.32
14052026-07-20T18:35:44.610Z Compiling futures-io v0.3.32
14062026-07-20T18:35:44.701Z Compiling socket2 v0.6.5
14072026-07-20T18:35:44.763Z Compiling signal-hook-registry v1.4.8
14082026-07-20T18:35:44.854Z Compiling parking_lot v0.12.5
14092026-07-20T18:35:44.937Z Compiling mio v1.2.1
14102026-07-20T18:35:45.060Z Compiling portable-atomic v1.13.1
14112026-07-20T18:35:45.111Z Compiling typenum v1.20.1
14122026-07-20T18:35:45.151Z Compiling synstructure v0.13.2
14132026-07-20T18:35:45.262Z Compiling serde_derive_internals v0.29.1
14142026-07-20T18:35:45.442Z Compiling cmake v0.1.58
14152026-07-20T18:35:45.690Z Compiling fs_extra v1.3.0
14162026-07-20T18:35:45.741Z Compiling dunce v1.0.5
14172026-07-20T18:35:45.754Z Compiling critical-section v1.2.0
14182026-07-20T18:35:45.782Z Compiling base64 v0.22.1
14192026-07-20T18:35:45.833Z Compiling slog v2.8.2
14202026-07-20T18:35:45.850Z Compiling subtle v2.6.1
14212026-07-20T18:35:45.908Z Compiling strsim v0.11.1
14222026-07-20T18:35:45.911Z Compiling aws-lc-sys v0.41.0
14232026-07-20T18:35:45.985Z Compiling once_cell v1.21.4
14242026-07-20T18:35:46.010Z Compiling byteorder v1.5.0
14252026-07-20T18:35:46.070Z Compiling rustix v1.1.4
14262026-07-20T18:35:46.121Z Compiling regex-syntax v0.8.10
14272026-07-20T18:35:46.164Z Compiling atomic-waker v1.1.2
14282026-07-20T18:35:46.247Z Compiling ipnet v2.12.0
14292026-07-20T18:35:46.285Z Compiling httparse v1.10.1
14302026-07-20T18:35:46.289Z Compiling tower-service v0.3.3
14312026-07-20T18:35:46.345Z Compiling tower-layer v0.3.3
14322026-07-20T18:35:46.372Z Compiling serde_derive v1.0.228
14332026-07-20T18:35:46.380Z Compiling zerofrom-derive v0.1.7
14342026-07-20T18:35:46.458Z Compiling yoke-derive v0.8.2
14352026-07-20T18:35:46.506Z Compiling zerovec-derive v0.11.3
14362026-07-20T18:35:46.654Z Compiling displaydoc v0.2.6
14372026-07-20T18:35:46.783Z Compiling schemars_derive v0.8.22
14382026-07-20T18:35:46.857Z Compiling tokio-macros v2.7.0
14392026-07-20T18:35:47.477Z Compiling zerocopy-derive v0.8.50
14402026-07-20T18:35:47.580Z Compiling zeroize_derive v1.4.3
14412026-07-20T18:35:47.623Z Compiling zerofrom v0.1.8
14422026-07-20T18:35:47.637Z Compiling futures-macro v0.3.32
14432026-07-20T18:35:47.740Z Compiling yoke v0.8.3
14442026-07-20T18:35:47.925Z Compiling zerovec v0.11.6
14452026-07-20T18:35:48.026Z Compiling zerotrie v0.2.4
14462026-07-20T18:35:48.254Z Compiling zeroize v1.8.2
14472026-07-20T18:35:48.450Z Compiling tinystr v0.8.3
14482026-07-20T18:35:48.462Z Compiling potential_utf v0.1.5
14492026-07-20T18:35:48.476Z Compiling futures-util v0.3.32
14502026-07-20T18:35:48.616Z Compiling icu_locale_core v2.2.0
14512026-07-20T18:35:48.641Z Compiling icu_collections v2.2.0
14522026-07-20T18:35:48.771Z Compiling getrandom v0.2.17
14532026-07-20T18:35:48.839Z Compiling ucd-trie v0.1.7
14542026-07-20T18:35:48.944Z Compiling ryu v1.0.23
14552026-07-20T18:35:49.118Z Compiling untrusted v0.9.0
14562026-07-20T18:35:49.129Z Compiling thiserror v1.0.69
14572026-07-20T18:35:49.161Z Compiling try-lock v0.2.5
14582026-07-20T18:35:49.228Z Compiling pest v2.8.6
14592026-07-20T18:35:49.263Z Compiling want v0.3.1
14602026-07-20T18:35:49.443Z Compiling icu_provider v2.2.0
14612026-07-20T18:35:49.600Z Compiling bytes v1.11.1
14622026-07-20T18:35:49.612Z Compiling chrono v0.4.45
14632026-07-20T18:35:49.680Z Compiling icu_normalizer v2.2.0
14642026-07-20T18:35:49.744Z Compiling icu_properties v2.2.0
14652026-07-20T18:35:50.220Z Compiling http v1.4.2
14662026-07-20T18:35:50.258Z Compiling tokio v1.53.0
14672026-07-20T18:35:50.472Z Compiling serde_tokenstream v0.2.3
14682026-07-20T18:35:50.750Z Compiling idna_adapter v1.2.2
14692026-07-20T18:35:50.778Z Compiling erased-serde v0.3.31
14702026-07-20T18:35:50.884Z Compiling idna v1.1.0
14712026-07-20T18:35:50.919Z Compiling http-body v1.0.1
14722026-07-20T18:35:51.067Z Compiling rand_core v0.6.4
14732026-07-20T18:35:51.087Z Compiling thiserror-impl v1.0.69
14742026-07-20T18:35:51.257Z Compiling url v2.5.8
14752026-07-20T18:35:51.312Z Compiling httpdate v1.0.3
14762026-07-20T18:35:51.564Z Compiling pest_meta v2.8.6
14772026-07-20T18:35:51.712Z Compiling ppv-lite86 v0.2.21
14782026-07-20T18:35:51.726Z Compiling getrandom v0.3.4
14792026-07-20T18:35:52.027Z Compiling pretty-hex v0.4.2
14802026-07-20T18:35:52.088Z Compiling plain v0.2.3
14812026-07-20T18:35:52.149Z Compiling pest_generator v2.8.6
14822026-07-20T18:35:52.162Z Compiling winnow v1.0.3
14832026-07-20T18:35:52.191Z Compiling paste v1.0.15
14842026-07-20T18:35:52.389Z Compiling allocator-api2 v0.2.21
14852026-07-20T18:35:52.497Z Compiling foldhash v0.2.0
14862026-07-20T18:35:52.715Z Compiling ipnetwork v0.21.1
14872026-07-20T18:35:52.729Z Compiling hashbrown v0.16.1
14882026-07-20T18:35:52.801Z Compiling tracing-attributes v0.1.31
14892026-07-20T18:35:52.861Z Compiling pest_derive v2.8.6
14902026-07-20T18:35:53.149Z Compiling oxnet v0.1.6
14912026-07-20T18:35:53.243Z Compiling tracing-core v0.1.36
14922026-07-20T18:35:53.308Z Compiling omicron-workspace-hack v0.1.0
14932026-07-20T18:35:53.361Z Compiling ident_case v1.0.1
14942026-07-20T18:35:53.479Z Compiling http-body-util v0.1.4
14952026-07-20T18:35:53.543Z Compiling serde_urlencoded v0.7.1
14962026-07-20T18:35:53.610Z Compiling aho-corasick v1.1.4
14972026-07-20T18:35:53.784Z Compiling sync_wrapper v1.0.2
14982026-07-20T18:35:53.854Z Compiling daft-derive v0.1.7
14992026-07-20T18:35:53.936Z Compiling fastrand v2.4.1
15002026-07-20T18:35:54.015Z Compiling tracing v0.1.44
15012026-07-20T18:35:54.193Z Compiling tokio-util v0.7.18
15022026-07-20T18:35:54.251Z Compiling async-trait v0.1.89
15032026-07-20T18:35:54.653Z Compiling regex-automata v0.4.14
15042026-07-20T18:35:54.879Z Compiling scroll_derive v0.13.1
15052026-07-20T18:35:54.989Z Compiling num-conv v0.2.2
15062026-07-20T18:35:55.059Z Compiling aws-lc-rs v1.17.0
15072026-07-20T18:35:55.138Z Compiling anyhow v1.0.104
15082026-07-20T18:35:55.223Z Compiling powerfmt v0.2.0
15092026-07-20T18:35:55.382Z Compiling time-core v0.1.8
15102026-07-20T18:35:55.432Z Compiling deranged v0.5.8
15112026-07-20T18:35:55.517Z Compiling time-macros v0.2.27
15122026-07-20T18:35:55.669Z Compiling rustls-pki-types v1.14.1
15132026-07-20T18:35:55.725Z Compiling scroll v0.13.0
15142026-07-20T18:35:55.988Z Compiling num_threads v0.1.7
15152026-07-20T18:35:56.083Z Compiling hex v0.4.3
15162026-07-20T18:35:56.210Z Compiling openssl-probe v0.2.1
15172026-07-20T18:35:56.365Z Compiling regex v1.12.3
15182026-07-20T18:35:56.398Z Compiling goblin v0.10.7
15192026-07-20T18:35:56.835Z Compiling untrusted v0.7.1
15202026-07-20T18:35:56.839Z Compiling camino v1.2.4
15212026-07-20T18:35:56.875Z Compiling rustls v0.23.40
15222026-07-20T18:35:56.899Z Compiling usdt-impl v0.6.0
15232026-07-20T18:35:56.954Z Compiling crc32fast v1.5.0
15242026-07-20T18:35:57.163Z Compiling h2 v0.4.14
15252026-07-20T18:35:57.177Z Compiling dtrace-parser v0.3.0
15262026-07-20T18:35:57.240Z Compiling crossbeam-utils v0.8.21
15272026-07-20T18:35:57.571Z Compiling futures-executor v0.3.32
15282026-07-20T18:35:57.642Z Compiling structmeta-derive v0.3.0
15292026-07-20T18:35:57.655Z Compiling thread-id v5.1.0
15302026-07-20T18:35:57.732Z Compiling adler2 v2.0.1
15312026-07-20T18:35:57.844Z Compiling cpufeatures v0.3.0
15322026-07-20T18:35:57.863Z Compiling simd-adler32 v0.3.9
15332026-07-20T18:35:57.914Z Compiling futures v0.3.32
15342026-07-20T18:35:57.991Z Compiling miniz_oxide v0.8.9
15352026-07-20T18:35:58.043Z Compiling rand_core v0.9.5
15362026-07-20T18:35:58.250Z Compiling darling_core v0.23.0
15372026-07-20T18:35:58.572Z Compiling newtype-uuid-macros v0.1.0
15382026-07-20T18:35:58.636Z Compiling hybrid-array v0.4.12
15392026-07-20T18:35:58.685Z Compiling structmeta v0.3.0
15402026-07-20T18:35:59.032Z Compiling thread_local v1.1.9
15412026-07-20T18:35:59.090Z Compiling match_cfg v0.1.0
15422026-07-20T18:35:59.158Z Compiling flate2 v1.1.9
15432026-07-20T18:35:59.306Z Compiling hyper v1.10.1
15442026-07-20T18:35:59.389Z Compiling dof v0.4.0
15452026-07-20T18:35:59.580Z Compiling newtype-uuid v1.3.2
15462026-07-20T18:35:59.924Z Compiling slog-async v2.8.0
15472026-07-20T18:36:00.353Z Compiling darling_macro v0.23.0
15482026-07-20T18:36:00.491Z Compiling hyper-util v0.1.20
15492026-07-20T18:36:00.742Z Compiling ref-cast v1.0.25
15502026-07-20T18:36:00.945Z Compiling quick-error v1.2.3
15512026-07-20T18:36:00.959Z Compiling compression-core v0.4.32
15522026-07-20T18:36:01.022Z Compiling darling v0.23.0
15532026-07-20T18:36:01.061Z Compiling compression-codecs v0.4.38
15542026-07-20T18:36:01.144Z Compiling daft v0.1.7
15552026-07-20T18:36:01.165Z Compiling crypto-common v0.2.2
15562026-07-20T18:36:01.175Z Compiling block-buffer v0.12.0
15572026-07-20T18:36:01.187Z Compiling rand_chacha v0.9.0
15582026-07-20T18:36:01.328Z Compiling ref-cast-impl v1.0.25
15592026-07-20T18:36:01.408Z Compiling strum_macros v0.26.4
15602026-07-20T18:36:01.446Z Compiling usdt-macro v0.6.0
15612026-07-20T18:36:01.628Z Compiling usdt-attr-macro v0.6.0
15622026-07-20T18:36:01.760Z Compiling serde_spanned v1.1.1
15632026-07-20T18:36:01.910Z Compiling generic-array v0.14.7
15642026-07-20T18:36:01.968Z Compiling multer v3.1.0
15652026-07-20T18:36:02.144Z Compiling debug-ignore v1.0.5
15662026-07-20T18:36:02.155Z Compiling take_mut v0.2.2
15672026-07-20T18:36:02.207Z Compiling const-oid v0.10.2
15682026-07-20T18:36:02.237Z Compiling term v1.2.1
15692026-07-20T18:36:02.249Z Compiling bit-vec v0.8.0
15702026-07-20T18:36:02.420Z Compiling toml_writer v1.1.1+spec-1.1.0
15712026-07-20T18:36:02.469Z Compiling bit-set v0.8.0
15722026-07-20T18:36:02.486Z Compiling digest v0.11.3
15732026-07-20T18:36:02.665Z Compiling rand v0.9.4
15742026-07-20T18:36:02.675Z Compiling serde_with_macros v3.21.0
15752026-07-20T18:36:02.733Z Compiling async-stream-impl v0.3.6
15762026-07-20T18:36:02.834Z Compiling dropshot v0.17.1
15772026-07-20T18:36:02.964Z Compiling encoding_rs v0.8.35
15782026-07-20T18:36:03.073Z Compiling mime v0.3.17
15792026-07-20T18:36:03.085Z Compiling strum v0.26.3
15802026-07-20T18:36:03.208Z Compiling spin v0.9.8
15812026-07-20T18:36:03.255Z Compiling unarray v0.1.4
15822026-07-20T18:36:03.322Z Compiling syn v1.0.109
15832026-07-20T18:36:03.376Z Compiling async-stream v0.3.6
15842026-07-20T18:36:03.388Z Compiling sha1 v0.11.0
15852026-07-20T18:36:03.549Z Compiling derive-ex v0.1.8
15862026-07-20T18:36:03.635Z Compiling tower v0.5.3
15872026-07-20T18:36:03.693Z Compiling dropshot_endpoint v0.17.1
15882026-07-20T18:36:03.762Z Compiling macaddr v1.0.1
15892026-07-20T18:36:03.804Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15902026-07-20T18:36:03.851Z Compiling waitgroup v0.1.2
15912026-07-20T18:36:03.996Z Compiling serde_path_to_error v0.1.20
15922026-07-20T18:36:04.289Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15932026-07-20T18:36:04.345Z Compiling tower-http v0.6.11
15942026-07-20T18:36:04.485Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15952026-07-20T18:36:04.630Z Compiling tempfile v3.27.0
15962026-07-20T18:36:04.658Z Compiling openapiv3 v2.2.0
15972026-07-20T18:36:04.763Z Compiling strum_macros v0.27.2
15982026-07-20T18:36:05.136Z Compiling test-strategy v0.4.5
15992026-07-20T18:36:05.359Z Compiling instant v0.1.13
16002026-07-20T18:36:05.464Z Compiling time v0.3.47
16012026-07-20T18:36:06.191Z Compiling rustls-native-certs v0.8.4
16022026-07-20T18:36:06.359Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16032026-07-20T18:36:06.550Z Compiling crossbeam-channel v0.5.15
16042026-07-20T18:36:06.625Z Compiling crypto-common v0.1.7
16052026-07-20T18:36:06.683Z Compiling strum v0.27.2
16062026-07-20T18:36:07.003Z Compiling parse-display-derive v0.10.0
16072026-07-20T18:36:07.052Z Compiling backon v1.6.0
16082026-07-20T18:36:07.218Z Compiling rand_chacha v0.3.1
16092026-07-20T18:36:07.389Z Compiling either v1.16.0
16102026-07-20T18:36:07.684Z Compiling rand v0.8.6
16112026-07-20T18:36:07.839Z Compiling slog-json v2.6.1
16122026-07-20T18:36:08.017Z Compiling hostname v0.3.1
16132026-07-20T18:36:08.148Z Compiling toml_parser v1.1.2+spec-1.1.0
16142026-07-20T18:36:08.151Z Compiling toml_datetime v1.1.1+spec-1.1.0
16152026-07-20T18:36:08.344Z Compiling wait-timeout v0.2.1
16162026-07-20T18:36:08.467Z Compiling memmap2 v0.9.10
16172026-07-20T18:36:08.598Z Compiling is-terminal v0.4.17
16182026-07-20T18:36:08.642Z Compiling usdt v0.6.0
16192026-07-20T18:36:08.680Z Compiling slog-term v2.9.2
16202026-07-20T18:36:08.701Z Compiling toml v1.1.2+spec-1.1.0
16212026-07-20T18:36:08.776Z Compiling rusty-fork v0.3.1
16222026-07-20T18:36:08.791Z Compiling slog-bunyan v2.5.0
16232026-07-20T18:36:08.914Z Compiling serde_with v3.21.0
16242026-07-20T18:36:08.958Z Compiling async-compression v0.4.42
16252026-07-20T18:36:09.124Z Compiling rand_xorshift v0.4.0
16262026-07-20T18:36:09.233Z Compiling rustls-pemfile v2.2.0
16272026-07-20T18:36:09.265Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16282026-07-20T18:36:09.276Z Compiling regress v0.10.5
16292026-07-20T18:36:09.381Z Compiling hostname v0.4.2
16302026-07-20T18:36:09.422Z Compiling humantime v2.3.0
16312026-07-20T18:36:09.516Z Compiling proptest v1.11.0
16322026-07-20T18:36:10.011Z Compiling iddqd v0.4.5
16332026-07-20T18:36:10.252Z Compiling reqwest v0.12.28
16342026-07-20T18:36:10.432Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16352026-07-20T18:36:10.676Z Compiling block-buffer v0.10.4
16362026-07-20T18:36:10.821Z Compiling utf8parse v0.2.2
16372026-07-20T18:36:10.866Z Compiling digest v0.10.7
16382026-07-20T18:36:10.926Z Compiling anstyle-parse v1.0.0
16392026-07-20T18:36:11.077Z Compiling parse-display v0.10.0
16402026-07-20T18:36:11.151Z Compiling backoff v0.4.0
16412026-07-20T18:36:11.294Z Compiling progenitor-client v0.10.0
16422026-07-20T18:36:11.365Z Compiling itertools v0.14.0
16432026-07-20T18:36:11.427Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16442026-07-20T18:36:11.579Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16452026-07-20T18:36:12.182Z Compiling anstyle-query v1.1.5
16462026-07-20T18:36:12.449Z Compiling is_terminal_polyfill v1.70.2
16472026-07-20T18:36:12.541Z Compiling colorchoice v1.0.5
16482026-07-20T18:36:12.624Z Compiling anstyle v1.0.14
16492026-07-20T18:36:12.848Z Compiling anstream v1.0.0
16502026-07-20T18:36:13.147Z Compiling clap_lex v1.1.0
16512026-07-20T18:36:13.388Z Compiling regress v0.11.1
16522026-07-20T18:36:13.400Z Compiling clap_derive v4.6.1
16532026-07-20T18:36:13.913Z Compiling terminal_size v0.4.4
16542026-07-20T18:36:14.978Z Compiling typify-impl v0.6.2
16552026-07-20T18:36:15.076Z Compiling toml_datetime v0.6.11
16562026-07-20T18:36:15.269Z Compiling zerocopy-derive v0.7.35
16572026-07-20T18:36:15.346Z Compiling convert_case v0.4.0
16582026-07-20T18:36:15.415Z Compiling cpufeatures v0.2.17
16592026-07-20T18:36:15.483Z Compiling clap_builder v4.6.2
16602026-07-20T18:36:15.647Z Compiling derive_more v0.99.20
16612026-07-20T18:36:16.158Z Compiling zerocopy v0.7.35
16622026-07-20T18:36:16.798Z Compiling toml_edit v0.25.12+spec-1.1.0
16632026-07-20T18:36:17.623Z Compiling unicode-width v0.2.2
16642026-07-20T18:36:17.877Z Compiling proc-macro-crate v3.5.0
16652026-07-20T18:36:17.904Z Compiling clap v4.6.2
16662026-07-20T18:36:17.980Z Compiling secrecy v0.10.3
16672026-07-20T18:36:18.138Z Compiling tinyvec_macros v0.1.1
16682026-07-20T18:36:18.295Z Compiling float-ord v0.3.2
16692026-07-20T18:36:18.335Z Compiling crucible-workspace-hack v0.1.0
16702026-07-20T18:36:18.356Z Compiling num_enum_derive v0.7.6
16712026-07-20T18:36:18.406Z Compiling tinyvec v1.11.0
16722026-07-20T18:36:18.919Z Compiling dtrace-parser v0.2.0
16732026-07-20T18:36:18.998Z Compiling scroll_derive v0.12.1
16742026-07-20T18:36:19.075Z Compiling num-integer v0.1.46
16752026-07-20T18:36:19.146Z Compiling rustc_version v0.4.1
16762026-07-20T18:36:19.399Z Compiling usdt-impl v0.5.0
16772026-07-20T18:36:19.421Z Compiling curve25519-dalek v4.1.3
16782026-07-20T18:36:19.712Z Compiling num_enum v0.7.6
16792026-07-20T18:36:19.725Z Compiling scroll v0.12.0
16802026-07-20T18:36:19.849Z Compiling dof v0.3.0
16812026-07-20T18:36:19.979Z Compiling hmac v0.12.1
16822026-07-20T18:36:19.998Z Compiling inout v0.1.4
16832026-07-20T18:36:20.112Z Compiling darling_core v0.21.3
16842026-07-20T18:36:20.137Z Compiling ff v0.13.1
16852026-07-20T18:36:20.189Z Compiling thread-id v4.2.2
16862026-07-20T18:36:20.276Z Compiling group v0.13.0
16872026-07-20T18:36:20.311Z Compiling cipher v0.4.4
16882026-07-20T18:36:20.378Z Compiling hkdf v0.12.4
16892026-07-20T18:36:20.553Z Compiling goblin v0.8.2
16902026-07-20T18:36:20.962Z Compiling num-iter v0.1.45
16912026-07-20T18:36:20.981Z Compiling num-rational v0.4.2
16922026-07-20T18:36:21.188Z Compiling thiserror-impl-no-std v2.0.2
16932026-07-20T18:36:21.258Z Compiling universal-hash v0.5.1
16942026-07-20T18:36:21.270Z Compiling crypto-bigint v0.5.5
16952026-07-20T18:36:21.365Z Compiling typify-macro v0.6.2
16962026-07-20T18:36:21.381Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16972026-07-20T18:36:21.728Z Compiling crossbeam-epoch v0.9.18
16982026-07-20T18:36:22.074Z Compiling half v2.7.1
16992026-07-20T18:36:22.119Z Compiling curve25519-dalek-derive v0.1.1
17002026-07-20T18:36:22.215Z Compiling darling_macro v0.21.3
17012026-07-20T18:36:22.309Z Compiling num-complex v0.4.6
17022026-07-20T18:36:22.652Z Compiling opaque-debug v0.3.1
17032026-07-20T18:36:22.691Z Compiling ciborium-io v0.2.2
17042026-07-20T18:36:22.718Z Compiling base64ct v1.8.3
17052026-07-20T18:36:22.729Z Compiling base16ct v0.2.0
17062026-07-20T18:36:22.779Z Compiling ciborium-ll v0.2.2
17072026-07-20T18:36:22.807Z Compiling darling v0.21.3
17082026-07-20T18:36:22.891Z Compiling elliptic-curve v0.13.8
17092026-07-20T18:36:22.986Z Compiling password-hash v0.5.0
17102026-07-20T18:36:23.162Z Compiling poly1305 v0.8.0
17112026-07-20T18:36:23.500Z Compiling typify v0.6.2
17122026-07-20T18:36:23.515Z Compiling num v0.4.3
17132026-07-20T18:36:23.582Z Compiling thiserror-no-std v2.0.2
17142026-07-20T18:36:23.728Z Compiling chacha20 v0.9.1
17152026-07-20T18:36:23.852Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17162026-07-20T18:36:23.944Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17172026-07-20T18:36:24.531Z Compiling blake2 v0.10.6
17182026-07-20T18:36:24.623Z Compiling aead v0.5.2
17192026-07-20T18:36:24.656Z Compiling byte-wrapper v0.1.0
17202026-07-20T18:36:24.777Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17212026-07-20T18:36:24.989Z Compiling proc-macro-error-attr v1.0.4
17222026-07-20T18:36:25.155Z Compiling rustix v0.38.44
17232026-07-20T18:36:25.177Z Compiling keccak v0.1.6
17242026-07-20T18:36:25.223Z Compiling prettyplease v0.2.37
17252026-07-20T18:36:25.412Z Compiling unsafe-libyaml v0.2.11
17262026-07-20T18:36:25.469Z Compiling heapless v0.8.0
17272026-07-20T18:36:25.947Z Compiling serde_yaml v0.9.34+deprecated
17282026-07-20T18:36:26.085Z Compiling sha3 v0.10.9
17292026-07-20T18:36:26.225Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17302026-07-20T18:36:26.715Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-07-20T18:36:26.929Z Compiling chacha20poly1305 v0.10.1
17322026-07-20T18:36:27.058Z Compiling argon2 v0.5.3
17332026-07-20T18:36:27.325Z Compiling vsss-rs v3.3.4
17342026-07-20T18:36:27.492Z Compiling ciborium v0.2.2
17352026-07-20T18:36:27.527Z Compiling ingot-macros v0.1.1
17362026-07-20T18:36:28.026Z Compiling usdt-attr-macro v0.5.0
17372026-07-20T18:36:28.058Z Compiling usdt-macro v0.5.0
17382026-07-20T18:36:29.150Z Compiling serde_spanned v0.6.9
17392026-07-20T18:36:29.283Z Compiling enum-as-inner v0.6.1
17402026-07-20T18:36:29.400Z Compiling hash32 v0.3.1
17412026-07-20T18:36:29.550Z Compiling proc-macro-error v1.0.4
17422026-07-20T18:36:29.801Z Compiling memmap v0.7.0
17432026-07-20T18:36:29.835Z Compiling memoffset v0.9.1
17442026-07-20T18:36:29.844Z Compiling indent_write v2.2.0
17452026-07-20T18:36:29.878Z Compiling smoltcp v0.11.0
17462026-07-20T18:36:29.974Z Compiling toml_write v0.1.2
17472026-07-20T18:36:29.985Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17482026-07-20T18:36:30.077Z Compiling winnow v0.7.15
17492026-07-20T18:36:30.080Z Compiling cfg_aliases v0.2.1
17502026-07-20T18:36:30.158Z Compiling data-encoding v2.11.0
17512026-07-20T18:36:30.173Z Compiling winnow v0.5.40
17522026-07-20T18:36:30.258Z Compiling nix v0.31.3
17532026-07-20T18:36:30.283Z Compiling ingot-types v0.1.2
17542026-07-20T18:36:30.364Z Compiling usdt v0.5.0
17552026-07-20T18:36:30.685Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17562026-07-20T18:36:30.718Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17572026-07-20T18:36:30.731Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17582026-07-20T18:36:31.069Z Compiling tabwriter v1.4.1
17592026-07-20T18:36:31.384Z Compiling cobs v0.3.0
17602026-07-20T18:36:31.431Z Compiling toml_edit v0.22.27
17612026-07-20T18:36:31.582Z Compiling toml_edit v0.19.15
17622026-07-20T18:36:31.625Z Compiling serde_repr v0.1.21
17632026-07-20T18:36:31.656Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17642026-07-20T18:36:31.896Z Compiling bitflags v1.3.2
17652026-07-20T18:36:31.973Z Compiling rustls-webpki v0.103.13
17662026-07-20T18:36:32.205Z Compiling managed v0.8.0
17672026-07-20T18:36:32.283Z Compiling pkg-config v0.3.33
17682026-07-20T18:36:32.419Z Compiling vcpkg v0.2.15
17692026-07-20T18:36:33.016Z Compiling openssl-sys v0.9.116
17702026-07-20T18:36:33.032Z Compiling toml v0.8.23
17712026-07-20T18:36:33.050Z Compiling proc-macro-crate v1.3.1
17722026-07-20T18:36:33.556Z Compiling postcard v1.1.3
17732026-07-20T18:36:33.909Z Compiling ingot v0.1.1
17742026-07-20T18:36:34.079Z Compiling hubpack_derive v0.1.1
17752026-07-20T18:36:34.617Z Compiling foreign-types-macros v0.2.3
17762026-07-20T18:36:34.723Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17772026-07-20T18:36:34.787Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17782026-07-20T18:36:35.027Z Compiling linked-hash-map v0.5.6
17792026-07-20T18:36:35.039Z Compiling rayon-core v1.13.0
17802026-07-20T18:36:35.212Z Compiling heck v0.4.1
17812026-07-20T18:36:35.271Z Compiling foreign-types-shared v0.3.1
17822026-07-20T18:36:35.274Z Compiling colored v3.1.1
17832026-07-20T18:36:35.301Z Compiling resolv-conf v0.7.6
17842026-07-20T18:36:35.362Z Compiling swrite v0.1.0
17852026-07-20T18:36:35.409Z Compiling semver v0.1.20
17862026-07-20T18:36:35.453Z Compiling tokio-rustls v0.26.4
17872026-07-20T18:36:35.665Z Compiling rustls-platform-verifier v0.7.0
17882026-07-20T18:36:35.680Z Compiling hyper-rustls v0.27.9
17892026-07-20T18:36:35.894Z Compiling reqwest v0.13.4
17902026-07-20T18:36:36.016Z Compiling unicode-segmentation v1.13.3
17912026-07-20T18:36:36.207Z Compiling static_assertions v1.1.0
17922026-07-20T18:36:36.283Z Compiling rustc_version v0.1.7
17932026-07-20T18:36:36.492Z Compiling newline-converter v0.3.0
17942026-07-20T18:36:36.504Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17952026-07-20T18:36:36.612Z Compiling foreign-types v0.5.0
17962026-07-20T18:36:36.793Z Compiling lru-cache v0.1.2
17972026-07-20T18:36:36.969Z Compiling hubpack v0.1.2
17982026-07-20T18:36:37.202Z Compiling progenitor-client v0.14.0
17992026-07-20T18:36:37.513Z Compiling progenitor-extras v0.2.0
18002026-07-20T18:36:37.756Z Compiling num_enum_derive v0.5.11
18012026-07-20T18:36:38.400Z Compiling atomicwrites v0.4.4
18022026-07-20T18:36:38.604Z Compiling hickory-proto v0.24.4
18032026-07-20T18:36:38.803Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18042026-07-20T18:36:40.255Z Compiling progenitor-impl v0.13.0
18052026-07-20T18:36:40.463Z Compiling crossbeam-deque v0.8.6
18062026-07-20T18:36:40.601Z Compiling console v0.15.11
18072026-07-20T18:36:40.663Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18082026-07-20T18:36:41.241Z Compiling camino-tempfile v1.4.1
18092026-07-20T18:36:41.350Z Compiling chacha20 v0.10.0
18102026-07-20T18:36:41.496Z Compiling serde-big-array v0.5.1
18112026-07-20T18:36:41.625Z Compiling num-derive v0.4.2
18122026-07-20T18:36:41.645Z Compiling derive-where v1.6.1
18132026-07-20T18:36:41.992Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18142026-07-20T18:36:42.533Z Compiling pin-project-internal v1.1.13
18152026-07-20T18:36:42.622Z Compiling cstr-argument v0.1.2
18162026-07-20T18:36:42.767Z Compiling similar v2.7.0
18172026-07-20T18:36:42.780Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18182026-07-20T18:36:42.945Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-07-20T18:36:42.998Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-07-20T18:36:43.011Z Compiling siphasher v1.0.3
18212026-07-20T18:36:43.674Z Compiling minimal-lexical v0.2.1
18222026-07-20T18:36:43.723Z Compiling pin-project v1.1.13
18232026-07-20T18:36:43.828Z Compiling expectorate v1.2.0
18242026-07-20T18:36:43.856Z Compiling progenitor-macro v0.13.0
18252026-07-20T18:36:43.939Z Compiling nom v7.1.3
18262026-07-20T18:36:43.983Z Compiling phf_shared v0.12.1
18272026-07-20T18:36:44.185Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18282026-07-20T18:36:44.976Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-07-20T18:36:45.236Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-07-20T18:36:45.249Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18312026-07-20T18:36:45.288Z Compiling rand v0.10.2
18322026-07-20T18:36:45.319Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18332026-07-20T18:36:45.963Z Compiling hickory-resolver v0.24.4
18342026-07-20T18:36:45.993Z Compiling num_enum v0.5.11
18352026-07-20T18:36:46.223Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18362026-07-20T18:36:46.275Z Compiling progenitor-client v0.13.0
18372026-07-20T18:36:46.287Z Compiling newtype_derive v0.1.6
18382026-07-20T18:36:46.593Z Compiling progenitor-impl v0.14.0
18392026-07-20T18:36:46.973Z Compiling unicode-normalization v0.1.25
18402026-07-20T18:36:47.461Z Compiling tokio-stream v0.1.18
18412026-07-20T18:36:47.943Z Compiling async-recursion v1.1.1
18422026-07-20T18:36:47.960Z Compiling snafu-derive v0.8.9
18432026-07-20T18:36:48.176Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18442026-07-20T18:36:48.493Z Compiling slog-dtrace v0.3.0
18452026-07-20T18:36:48.659Z Compiling bstr v1.12.1
18462026-07-20T18:36:48.677Z Compiling csv-core v0.1.13
18472026-07-20T18:36:48.746Z Compiling cancel-safe-futures v0.1.5
18482026-07-20T18:36:48.946Z Compiling unicode-width v0.1.14
18492026-07-20T18:36:49.011Z Compiling konst_macro_rules v0.2.19
18502026-07-20T18:36:49.063Z Compiling chrono-tz v0.10.4
18512026-07-20T18:36:49.155Z Compiling openssl v0.10.80
18522026-07-20T18:36:49.195Z Compiling same-file v1.0.6
18532026-07-20T18:36:49.230Z Compiling foreign-types-shared v0.1.1
18542026-07-20T18:36:49.302Z Compiling highway v1.3.0
18552026-07-20T18:36:49.317Z Compiling foldhash v0.1.5
18562026-07-20T18:36:49.368Z Compiling owo-colors v4.3.0
18572026-07-20T18:36:49.444Z Compiling unicode-xid v0.2.6
18582026-07-20T18:36:49.518Z Compiling hashbrown v0.15.5
18592026-07-20T18:36:49.566Z Compiling const_format_proc_macros v0.2.34
18602026-07-20T18:36:49.700Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-07-20T18:36:49.753Z Compiling snafu v0.8.9
18622026-07-20T18:36:49.788Z Compiling walkdir v2.5.0
18632026-07-20T18:36:50.009Z Compiling foreign-types v0.3.2
18642026-07-20T18:36:50.046Z Compiling konst v0.2.20
18652026-07-20T18:36:50.085Z Compiling progenitor v0.13.0
18662026-07-20T18:36:50.148Z Compiling globset v0.4.18
18672026-07-20T18:36:50.160Z Compiling csv v1.4.0
18682026-07-20T18:36:50.200Z Compiling progenitor-macro v0.14.0
18692026-07-20T18:36:50.301Z Compiling qorb v0.4.1
18702026-07-20T18:36:50.326Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-07-20T18:36:50.384Z Compiling olpc-cjson v0.1.4
18722026-07-20T18:36:50.727Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-07-20T18:36:51.690Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-07-20T18:36:52.286Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18752026-07-20T18:36:52.548Z Compiling rayon v1.12.0
18762026-07-20T18:36:52.581Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-07-20T18:36:52.628Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18782026-07-20T18:36:52.642Z Compiling phf v0.12.1
18792026-07-20T18:36:52.797Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-07-20T18:36:53.142Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-07-20T18:36:54.089Z Compiling zone_cfg_derive v0.3.1
18822026-07-20T18:36:54.243Z Compiling tokio-dtrace v0.1.1
18832026-07-20T18:36:54.420Z Compiling itertools v0.12.1
18842026-07-20T18:36:54.519Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18852026-07-20T18:36:54.723Z Compiling libsw-core v0.3.2
18862026-07-20T18:36:54.790Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-07-20T18:36:54.898Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18882026-07-20T18:36:55.285Z Compiling serde_plain v1.0.2
18892026-07-20T18:36:55.359Z Compiling openssl-macros v0.1.1
18902026-07-20T18:36:55.407Z Compiling pem v3.0.6
18912026-07-20T18:36:55.503Z Compiling cookie v0.18.1
18922026-07-20T18:36:55.514Z Compiling sigpipe v0.1.3
18932026-07-20T18:36:55.605Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-07-20T18:36:55.667Z Compiling bytecount v0.6.9
18952026-07-20T18:36:55.750Z Compiling jiff v0.2.28
18962026-07-20T18:36:55.802Z Compiling typed-path v0.9.3
18972026-07-20T18:36:55.814Z Compiling fixedbitset v0.4.2
18982026-07-20T18:36:55.846Z Compiling glob v0.3.3
18992026-07-20T18:36:55.861Z Compiling fixedbitset v0.5.7
19002026-07-20T18:36:56.052Z Compiling petgraph v0.6.5
19012026-07-20T18:36:56.256Z Compiling petgraph v0.8.3
19022026-07-20T18:36:56.847Z Compiling tough v0.22.0
19032026-07-20T18:36:57.215Z Compiling papergrid v0.11.0
19042026-07-20T18:36:57.799Z Compiling zone v0.3.1
19052026-07-20T18:36:58.085Z Compiling progenitor v0.14.0
19062026-07-20T18:36:58.100Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19072026-07-20T18:36:58.203Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-07-20T18:36:58.217Z Compiling libsw v3.5.0
19092026-07-20T18:36:58.405Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19102026-07-20T18:36:58.423Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-07-20T18:36:58.612Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-07-20T18:36:58.641Z Compiling oxide-tokio-rt v0.1.6
19132026-07-20T18:36:58.802Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19142026-07-20T18:36:58.954Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-07-20T18:36:59.506Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-07-20T18:36:59.699Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-07-20T18:36:59.767Z Compiling const_format v0.2.36
19182026-07-20T18:37:00.354Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19192026-07-20T18:37:00.425Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-07-20T18:37:00.605Z Compiling tabled_derive v0.7.0
19212026-07-20T18:37:00.668Z Compiling gethostname v0.5.0
19222026-07-20T18:37:00.761Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-07-20T18:37:00.790Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-07-20T18:37:00.884Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19252026-07-20T18:37:00.913Z Compiling bcs v0.1.6
19262026-07-20T18:37:00.924Z Compiling smf v0.2.3
19272026-07-20T18:37:01.008Z Compiling nom v8.0.0
19282026-07-20T18:37:01.339Z Compiling termtree v0.5.1
19292026-07-20T18:37:01.342Z Compiling lazy_static v1.5.0
19302026-07-20T18:37:01.454Z Compiling tagptr v0.2.0
19312026-07-20T18:37:01.494Z Compiling smawk v0.3.2
19322026-07-20T18:37:01.596Z Compiling whoami v1.6.1
19332026-07-20T18:37:01.608Z Compiling linear-map v1.2.0
19342026-07-20T18:37:01.631Z Compiling unicode-linebreak v0.1.5
19352026-07-20T18:37:01.700Z Compiling tabled v0.15.0
19362026-07-20T18:37:01.886Z Compiling textwrap v0.16.2
19372026-07-20T18:37:01.909Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-07-20T18:37:02.429Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-07-20T18:37:02.449Z Compiling moka v0.12.15
19402026-07-20T18:37:03.266Z Compiling steno v0.4.1
19412026-07-20T18:37:03.573Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19422026-07-20T18:37:03.586Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19432026-07-20T18:37:03.722Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19442026-07-20T18:37:04.443Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19452026-07-20T18:37:04.540Z Compiling hickory-proto v0.25.2
19462026-07-20T18:37:05.387Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19472026-07-20T18:37:06.539Z Compiling hickory-resolver v0.25.2
19482026-07-20T18:37:06.557Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19492026-07-20T18:37:06.570Z Compiling parking_lot_core v0.8.6
19502026-07-20T18:37:06.705Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19512026-07-20T18:37:06.887Z Compiling libscf-sys v1.2.0
19522026-07-20T18:37:07.038Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19532026-07-20T18:37:07.279Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19542026-07-20T18:37:07.573Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19552026-07-20T18:37:07.602Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19562026-07-20T18:37:07.811Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19572026-07-20T18:37:08.191Z Compiling parking_lot v0.11.2
19582026-07-20T18:37:08.241Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19592026-07-20T18:37:08.337Z Compiling fxhash v0.2.1
19602026-07-20T18:37:08.478Z Compiling internet-checksum v0.2.1
19612026-07-20T18:37:08.492Z Compiling sled v0.34.7
19622026-07-20T18:37:08.614Z Compiling itertools v0.15.0
19632026-07-20T18:37:08.626Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19642026-07-20T18:37:08.705Z Compiling diff v0.1.13
19652026-07-20T18:37:08.862Z Compiling yansi v1.0.1
19662026-07-20T18:37:09.192Z Compiling pretty_assertions v1.4.1
19672026-07-20T18:37:11.101Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19682026-07-20T18:37:12.716Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19692026-07-20T18:37:20.622Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19702026-07-20T18:37:22.230Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19712026-07-20T18:37:23.331Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19722026-07-20T18:37:24.821Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19732026-07-20T18:37:25.034Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19742026-07-20T18:37:26.205Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19752026-07-20T18:37:27.464Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 47s
19762026-07-20T18:37:27.633Z────────────
19772026-07-20T18:37:27.633Z Nextest run ID 087ff6e2-1157-4ff0-a46f-dacb9ee98fbd with nextest profile: default
19782026-07-20T18:37:27.633Z Starting 4 tests across 3 binaries
19792026-07-20T18:37:27.637Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19802026-07-20T18:37:27.637Z
19812026-07-20T18:37:27.637Zrunning 1 test
19822026-07-20T18:37:27.637Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
19832026-07-20T18:37:27.637Z
19842026-07-20T18:37:27.637Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19852026-07-20T18:37:27.637Z
19862026-07-20T18:37:27.640Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19872026-07-20T18:37:27.641Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19882026-07-20T18:37:27.641Z
19892026-07-20T18:37:27.641Zrunning 1 test
19902026-07-20T18:37:27.644Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
19912026-07-20T18:37:27.644Z
19922026-07-20T18:37:27.644Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19932026-07-20T18:37:27.644Z
19942026-07-20T18:37:27.644Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19952026-07-20T18:37:27.644Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19962026-07-20T18:37:27.647Z
19972026-07-20T18:37:27.647Zrunning 1 test
19982026-07-20T18:37:27.648Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
19992026-07-20T18:37:27.648Z
20002026-07-20T18:37:27.648Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
20012026-07-20T18:37:27.648Z
20022026-07-20T18:37:27.648Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20032026-07-20T18:37:27.648Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20042026-07-20T18:37:27.655Z
20052026-07-20T18:37:27.656Zrunning 1 test
20062026-07-20T18:37:27.656Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
20072026-07-20T18:37:27.656Z
20082026-07-20T18:37:27.656Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
20092026-07-20T18:37:27.656Z
20102026-07-20T18:37:27.656Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20112026-07-20T18:37:27.656Z────────────
20122026-07-20T18:37:27.656Z Summary [ 0.019s] 4 tests run: 4 passed, 0 skipped
20132026-07-20T18:37:27.665Zprocess exited: duration 302367 ms, exit code 0
 
20142026-07-20T18:37:27.675Zfound 0 output files