01KXGKKJZ5SV7DVQ7V3B86M966: test-rdb

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: 01KXGKM7G0P5647BEF8E6W9VVN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T15:24:52.071Zjob assigned to worker 01KXGKMN0JQY4P8DB0CAH0RYE7 [factory aws, i-046b918485c554058] (queued for 1 m 5 s)
 
22026-07-14T15:24:58.464Zstarting task 0: "setup"
32026-07-14T15:24:58.473Z++ uname -s
42026-07-14T15:24:58.476Z+ kern=SunOS
52026-07-14T15:24:58.477Z+ build_user=build
62026-07-14T15:24:58.477Z+ build_uid=12345
72026-07-14T15:24:58.477Z+ work_dir=/work
82026-07-14T15:24:58.477Z+ input_dir=/input
92026-07-14T15:24:58.477Z+ [[ 0 == 12345 ]]
102026-07-14T15:24:58.477Z+ case "$kern" in
112026-07-14T15:24:58.477Z+ groupadd -g 12345 build
122026-07-14T15:24:58.480Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T15:25:00.485Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T15:25:00.596Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T15:25:00.599Z+ home_fs=zfs
162026-07-14T15:25:00.599Z+ [[ zfs == autofs ]]
172026-07-14T15:25:00.599Z+ mkdir -p /home/build
182026-07-14T15:25:00.599Z+ chown build:build /home/build /work
192026-07-14T15:25:02.600Z+ chmod 0700 /home/build /work
202026-07-14T15:25:02.604Zprocess exited: duration 4137 ms, exit code 0
 
212026-07-14T15:25:02.609Zstarting task 1: "rust-toolchain"
222026-07-14T15:25:02.613Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T15:25:02.613Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-14T15:25:02.613Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-14T15:25:02.613Z * rust toolchain channel = "stable"
262026-07-14T15:25:02.613Z * rust toolchain profile = "default"
272026-07-14T15:25:02.613Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T15:25:02.616Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T15:25:02.616Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T15:25:02.713Zinfo: downloading installer
312026-07-14T15:25:04.146Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T15:25:04.149Zwarn: /opt/ooce/bin
332026-07-14T15:25:04.149Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T15:25:04.149Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T15:25:04.149Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T15:25:04.149Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T15:25:04.149Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T15:25:04.149Zerror: cannot install while Rust is installed
392026-07-14T15:25:04.149Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T15:25:04.149Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T15:25:04.149Zwarn: /home/build/.rustup/settings.toml
422026-07-14T15:25:04.149Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T15:25:04.149Zwarn: instead of the one inferred from the default host triple.
442026-07-14T15:25:04.159Zinfo: profile set to default
452026-07-14T15:25:04.159Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T15:25:04.162Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T15:25:04.296Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T15:25:04.300Zinfo: downloading 6 components
492026-07-14T15:25:19.325Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T15:25:19.325Z
512026-07-14T15:25:19.355Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T15:25:19.355Z
532026-07-14T15:25:19.355Z
542026-07-14T15:25:19.355ZRust is installed now. Great!
552026-07-14T15:25:19.355Z
562026-07-14T15:25:19.355ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T15:25:19.355Zenvironment variable. This has not been done automatically.
582026-07-14T15:25:19.355Z
592026-07-14T15:25:19.355ZTo configure your current shell, you need to source
602026-07-14T15:25:19.355Zthe corresponding env file under $HOME/.cargo.
612026-07-14T15:25:19.355Z
622026-07-14T15:25:19.355ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T15:25:19.355Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T15:25:19.355Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T15:25:19.355Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T15:25:19.355Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T15:25:19.355Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T15:25:19.355Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T15:25:19.358Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T15:25:19.358Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T15:25:19.452Z+ rustup --version
722026-07-14T15:25:19.461Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T15:25:19.464Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T15:25:19.486Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T15:25:19.489Z+ cargo --version
762026-07-14T15:25:19.505Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T15:25:19.508Z+ rustc --version
782026-07-14T15:25:19.527Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T15:25:19.530Zprocess exited: duration 16917 ms, exit code 0
 
802026-07-14T15:25:19.536Zstarting task 2: "authentication"
812026-07-14T15:25:19.552Zprocess exited: duration 16 ms, exit code 0
 
822026-07-14T15:25:19.558Zstarting task 3: "clone repository"
832026-07-14T15:25:19.561Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T15:25:19.564Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T15:25:19.594ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T15:25:20.862Z+ cd /work/oxidecomputer/maghemite
872026-07-14T15:25:20.862Z+ git fetch origin d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
882026-07-14T15:25:21.130ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T15:25:21.130Z * branch d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a -> FETCH_HEAD
902026-07-14T15:25:21.145Z+ [[ -n john/bfd-async-wiring ]]
912026-07-14T15:25:21.145Z++ git branch --show-current
922026-07-14T15:25:21.145Z+ current=main
932026-07-14T15:25:21.145Z+ [[ main != john/bfd-async-wiring ]]
942026-07-14T15:25:21.145Z+ git branch -f john/bfd-async-wiring d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
952026-07-14T15:25:21.145Z+ git checkout -f john/bfd-async-wiring
962026-07-14T15:25:21.159ZSwitched to branch 'john/bfd-async-wiring'
972026-07-14T15:25:21.164Z+ git reset --hard d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
982026-07-14T15:25:21.178ZHEAD is now at d8f0e0f fix build errors after rebasing
992026-07-14T15:25:21.181Zprocess exited: duration 1619 ms, exit code 0
 
1002026-07-14T15:25:21.187Zstarting task 4: "build"
1012026-07-14T15:25:21.190Z+ set -e
1022026-07-14T15:25:21.190Z+ source .github/buildomat/test-common.sh
1032026-07-14T15:25:21.193Z++ NEXTEST_VERSION=0.9.97
1042026-07-14T15:25:21.193Z++ PLATFORM=illumos
1052026-07-14T15:25:21.193Z++ banner install
1062026-07-14T15:25:21.194Z
1072026-07-14T15:25:21.194Z # # # #### ##### ## # #
1082026-07-14T15:25:21.194Z # ## # # # # # # #
1092026-07-14T15:25:21.194Z # # # # #### # # # # #
1102026-07-14T15:25:21.194Z # # # # # # ###### # #
1112026-07-14T15:25:21.194Z # # ## # # # # # # #
1122026-07-14T15:25:21.194Z # # # #### # # # ###### ######
1132026-07-14T15:25:21.194Z
1142026-07-14T15:25:21.194Z++ set +o errexit
1152026-07-14T15:25:21.197Z++ pkg info clang-15
1162026-07-14T15:25:21.197Z++ grep -qi installed
1172026-07-14T15:25:22.380Zpkg: info: no packages matching the following patterns you specified are
1182026-07-14T15:25:22.380Zinstalled on the system. Try querying remotely instead:
1192026-07-14T15:25:22.380Z
1202026-07-14T15:25:22.380Z clang-15
1212026-07-14T15:25:22.420Z++ [[ 1 != 0 ]]
1222026-07-14T15:25:22.420Z++ set -o errexit
1232026-07-14T15:25:22.422Z++ pfexec pkg install clang-15
1242026-07-14T15:25:30.290Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-07-14T15:25:38.003Z Startup: Caching catalogs ... Done
1262026-07-14T15:25:45.341ZPlanning: Solver setup ... Done
1272026-07-14T15:25:45.381ZPlanning: Running solver ... Done
1282026-07-14T15:25:45.519ZPlanning: Finding local manifests ... Done
1292026-07-14T15:25:45.539ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-14T15:25:46.841ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-14T15:25:46.869ZPlanning: Package planning ... Done
1322026-07-14T15:25:46.895ZPlanning: Merging actions ... Done
1332026-07-14T15:25:47.002ZPlanning: Checking for conflicting actions ... Done
1342026-07-14T15:25:47.008ZPlanning: Consolidating action changes ... Done
1352026-07-14T15:25:47.784ZPlanning: Evaluating mediators ... Done
1362026-07-14T15:25:47.790ZPlanning: Planning completed in 9.62 seconds
1372026-07-14T15:25:47.801Z Packages to install: 2
1382026-07-14T15:25:47.804Z Mediators to change: 2
1392026-07-14T15:25:47.804Z Services to change: 1
1402026-07-14T15:25:47.804Z Create boot environment: No
1412026-07-14T15:25:47.804ZCreate backup boot environment: No
1422026-07-14T15:25:47.844Z
1432026-07-14T15:25:47.844ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-07-14T15:25:52.847ZDownload: 624/3076 items 17.4/211.3MB 8% complete (3.6M/s)
1452026-07-14T15:26:03.022ZDownload: 984/3076 items 82.2/211.3MB 38% complete (10.7M/s)
1462026-07-14T15:26:09.445ZDownload: 2010/3076 items 117.2/211.3MB 55% complete (4.1M/s)
1472026-07-14T15:26:14.212ZDownload: 3022/3076 items 200.3/211.3MB 94% complete (8.4M/s)
1482026-07-14T15:26:23.625ZDownload: 3031/3076 items 201.8/211.3MB 95% complete (8.4M/s)
1492026-07-14T15:26:35.622ZDownload: 3034/3076 items 201.8/211.3MB 95% complete
1502026-07-14T15:26:37.021ZDownload: Completed 211.31 MB in 49.17 seconds (4.3M/s)
1512026-07-14T15:26:37.144Z Actions: 1/3418 actions (Installing new actions)
1522026-07-14T15:26:40.290Z Actions: Completed 3418 actions in 3.14 seconds.
1532026-07-14T15:26:40.948Z Done
1542026-07-14T15:26:40.948Z Done
1552026-07-14T15:26:41.701Z Done
1562026-07-14T15:26:45.073Z Done
1572026-07-14T15:26:45.144Z Done
1582026-07-14T15:26:45.147Z Done
1592026-07-14T15:26:45.404Z Done
1602026-07-14T15:26:46.105Z++ set -o errexit
1612026-07-14T15:26:46.105Z++ cargo --version
1622026-07-14T15:26:46.111Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1632026-07-14T15:26:46.253Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1642026-07-14T15:26:46.256Zinfo: downloading 6 components
1652026-07-14T15:27:00.377Zcargo 1.96.1 (356927216 2026-06-26)
1662026-07-14T15:27:00.380Z++ rustc --version
1672026-07-14T15:27:00.406Zrustc 1.96.1 (31fca3adb 2026-06-26)
1682026-07-14T15:27:00.409Z++ cargo install cargo-nextest --version 0.9.97
1692026-07-14T15:27:00.452Z Updating crates.io index
1702026-07-14T15:27:00.545Z Downloading crates ...
1712026-07-14T15:27:00.590Z Downloaded cargo-nextest v0.9.97
1722026-07-14T15:27:00.655Z Installing cargo-nextest v0.9.97
1732026-07-14T15:27:00.658Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1742026-07-14T15:27:00.658Z |
1752026-07-14T15:27:00.658Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1762026-07-14T15:27:00.658Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1772026-07-14T15:27:00.688Z Updating crates.io index
1782026-07-14T15:27:02.534Z Locking 395 packages to latest compatible versions
1792026-07-14T15:27:02.538Z Adding dialoguer v0.11.0 (available: v0.12.0)
1802026-07-14T15:27:02.541Z Adding duct v0.13.7 (available: v1.1.1)
1812026-07-14T15:27:02.541Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1822026-07-14T15:27:02.541Z Adding generic-array v0.14.7 (available: v0.14.9)
1832026-07-14T15:27:02.544Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1842026-07-14T15:27:02.544Z Adding itertools v0.14.0 (available: v0.15.0)
1852026-07-14T15:27:02.544Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1862026-07-14T15:27:02.544Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1872026-07-14T15:27:02.546Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1882026-07-14T15:27:02.550Z Adding quick-junit v0.5.2 (available: v0.6.1)
1892026-07-14T15:27:02.573Z Downloading crates ...
1902026-07-14T15:27:02.631Z Downloaded adler2 v2.0.1
1912026-07-14T15:27:02.639Z Downloaded anstream v1.0.0
1922026-07-14T15:27:02.639Z Downloaded cargo-platform v0.3.3
1932026-07-14T15:27:02.639Z Downloaded crypto-common v0.1.7
1942026-07-14T15:27:02.641Z Downloaded atomic-waker v1.1.2
1952026-07-14T15:27:02.641Z Downloaded anstyle-query v1.1.5
1962026-07-14T15:27:02.653Z Downloaded base64ct v1.8.3
1972026-07-14T15:27:02.656Z Downloaded indent_write v2.2.0
1982026-07-14T15:27:02.656Z Downloaded heck v0.5.0
1992026-07-14T15:27:02.659Z Downloaded idna_adapter v1.0.0
2002026-07-14T15:27:02.659Z Downloaded futures-sink v0.3.32
2012026-07-14T15:27:02.663Z Downloaded is_ci v1.2.0
2022026-07-14T15:27:02.663Z Downloaded foreign-types-shared v0.1.1
2032026-07-14T15:27:02.667Z Downloaded jobserver v0.1.35
2042026-07-14T15:27:02.671Z Downloaded fnv v1.0.7
2052026-07-14T15:27:02.671Z Downloaded curve25519-dalek-derive v0.1.1
2062026-07-14T15:27:02.671Z Downloaded atomicwrites v0.4.4
2072026-07-14T15:27:02.674Z Downloaded indexmap v2.14.0
2082026-07-14T15:27:02.674Z Downloaded cargo_metadata v0.23.1
2092026-07-14T15:27:02.677Z Downloaded is_terminal_polyfill v1.70.2
2102026-07-14T15:27:02.677Z Downloaded indicatif v0.17.11
2112026-07-14T15:27:02.681Z Downloaded openssl-probe v0.2.1
2122026-07-14T15:27:02.684Z Downloaded nested v0.1.1
2132026-07-14T15:27:02.684Z Downloaded indenter v0.3.4
2142026-07-14T15:27:02.684Z Downloaded home v0.5.12
2152026-07-14T15:27:02.684Z Downloaded convert_case v0.10.0
2162026-07-14T15:27:02.688Z Downloaded itoa v1.0.18
2172026-07-14T15:27:02.688Z Downloaded ordered-float v2.10.1
2182026-07-14T15:27:02.688Z Downloaded http-body v1.1.0
2192026-07-14T15:27:02.688Z Downloaded cpufeatures v0.3.0
2202026-07-14T15:27:02.691Z Downloaded futures-executor v0.3.32
2212026-07-14T15:27:02.691Z Downloaded either v1.16.0
2222026-07-14T15:27:02.691Z Downloaded crc32fast v1.5.0
2232026-07-14T15:27:02.696Z Downloaded hyper-tls v0.6.0
2242026-07-14T15:27:02.696Z Downloaded miette-derive v7.6.0
2252026-07-14T15:27:02.699Z Downloaded humantime v2.4.0
2262026-07-14T15:27:02.699Z Downloaded globset v0.4.18
2272026-07-14T15:27:02.699Z Downloaded erased-serde v0.4.10
2282026-07-14T15:27:02.699Z Downloaded anstyle-parse v1.0.0
2292026-07-14T15:27:02.702Z Downloaded openssl-macros v0.1.1
2302026-07-14T15:27:02.702Z Downloaded nextest-workspace-hack v0.1.0
2312026-07-14T15:27:02.702Z Downloaded lazy_static v1.5.0
2322026-07-14T15:27:02.705Z Downloaded duct v0.13.7
2332026-07-14T15:27:02.705Z Downloaded futures-io v0.3.32
2342026-07-14T15:27:02.705Z Downloaded dialoguer v0.11.0
2352026-07-14T15:27:02.707Z Downloaded equivalent v1.0.2
2362026-07-14T15:27:02.707Z Downloaded cpufeatures v0.2.17
2372026-07-14T15:27:02.716Z Downloaded chacha20 v0.10.1
2382026-07-14T15:27:02.716Z Downloaded addr2line v0.25.1
2392026-07-14T15:27:02.719Z Downloaded humantime-serde v1.1.1
2402026-07-14T15:27:02.719Z Downloaded backtrace-ext v0.2.1
2412026-07-14T15:27:02.719Z Downloaded find-msvc-tools v0.1.9
2422026-07-14T15:27:02.719Z Downloaded config v0.15.25
2432026-07-14T15:27:02.719Z Downloaded mukti-metadata v0.3.0
2442026-07-14T15:27:02.722Z Downloaded lock_api v0.4.14
2452026-07-14T15:27:02.722Z Downloaded generic-array v0.14.7
2462026-07-14T15:27:02.726Z Downloaded foreign-types v0.3.2
2472026-07-14T15:27:02.726Z Downloaded http-body-util v0.1.4
2482026-07-14T15:27:02.726Z Downloaded camino v1.2.4
2492026-07-14T15:27:02.730Z Downloaded cfg-expr v0.20.8
2502026-07-14T15:27:02.730Z Downloaded number_prefix v0.4.0
2512026-07-14T15:27:02.733Z Downloaded enable-ansi-support v0.2.1
2522026-07-14T15:27:02.733Z Downloaded debug-ignore v1.0.5
2532026-07-14T15:27:02.733Z Downloaded lru-slab v0.1.2
2542026-07-14T15:27:02.733Z Downloaded rustc_version v0.4.1
2552026-07-14T15:27:02.733Z Downloaded futures-task v0.3.32
2562026-07-14T15:27:02.738Z Downloaded newtype-uuid v1.3.2
2572026-07-14T15:27:02.738Z Downloaded errno v0.3.14
2582026-07-14T15:27:02.738Z Downloaded futures-macro v0.3.32
2592026-07-14T15:27:02.743Z Downloaded form_urlencoded v1.2.2
2602026-07-14T15:27:02.743Z Downloaded clap_lex v1.1.0
2612026-07-14T15:27:02.743Z Downloaded guppy-workspace-hack v0.1.0
2622026-07-14T15:27:02.743Z Downloaded hex v0.4.3
2632026-07-14T15:27:02.743Z Downloaded self-replace v1.5.0
2642026-07-14T15:27:02.747Z Downloaded rand_pcg v0.10.2
2652026-07-14T15:27:02.748Z Downloaded quote v1.0.46
2662026-07-14T15:27:02.748Z Downloaded color-spantrace v0.3.0
2672026-07-14T15:27:02.748Z Downloaded cargo-platform v0.2.0
2682026-07-14T15:27:02.750Z Downloaded ahash v0.8.12
2692026-07-14T15:27:02.750Z Downloaded rustc-hash v2.1.3
2702026-07-14T15:27:02.751Z Downloaded cfg_aliases v0.2.1
2712026-07-14T15:27:02.751Z Downloaded block-buffer v0.10.4
2722026-07-14T15:27:02.755Z Downloaded anstyle v1.0.14
2732026-07-14T15:27:02.755Z Downloaded cfg-if v1.0.4
2742026-07-14T15:27:02.755Z Downloaded serde-value v0.7.0
2752026-07-14T15:27:02.759Z Downloaded document-features v0.2.12
2762026-07-14T15:27:02.759Z Downloaded scopeguard v1.2.0
2772026-07-14T15:27:02.759Z Downloaded percent-encoding v2.3.2
2782026-07-14T15:27:02.764Z Downloaded pin-project-internal v1.1.13
2792026-07-14T15:27:02.767Z Downloaded eyre v0.6.12
2802026-07-14T15:27:02.767Z Downloaded colorchoice v1.0.5
2812026-07-14T15:27:02.767Z Downloaded async-scoped v0.9.0
2822026-07-14T15:27:02.769Z Downloaded serde_spanned v0.6.9
2832026-07-14T15:27:02.773Z Downloaded serde_urlencoded v0.7.1
2842026-07-14T15:27:02.777Z Downloaded serde_spanned v1.1.1
2852026-07-14T15:27:02.777Z Downloaded pathdiff v0.2.3
2862026-07-14T15:27:02.777Z Downloaded getrandom v0.3.4
2872026-07-14T15:27:02.780Z Downloaded futures-core v0.3.32
2882026-07-14T15:27:02.780Z Downloaded shared_child v1.1.1
2892026-07-14T15:27:02.780Z Downloaded cargo-util-schemas v0.2.0
2902026-07-14T15:27:02.784Z Downloaded parking_lot_core v0.9.12
2912026-07-14T15:27:02.784Z Downloaded signal-hook-mio v0.2.5
2922026-07-14T15:27:02.787Z Downloaded sigchld v0.2.4
2932026-07-14T15:27:02.787Z Downloaded cargo_metadata v0.20.0
2942026-07-14T15:27:02.787Z Downloaded subtle v2.6.1
2952026-07-14T15:27:02.787Z Downloaded autocfg v1.5.1
2962026-07-14T15:27:02.791Z Downloaded iana-time-zone v0.1.65
2972026-07-14T15:27:02.791Z Downloaded sync_wrapper v1.0.2
2982026-07-14T15:27:02.794Z Downloaded supports-unicode v3.0.0
2992026-07-14T15:27:02.794Z Downloaded terminal_size v0.4.4
3002026-07-14T15:27:02.794Z Downloaded supports-color v3.0.2
3012026-07-14T15:27:02.794Z Downloaded supports-hyperlinks v3.2.0
3022026-07-14T15:27:02.797Z Downloaded strip-ansi-escapes v0.2.1
3032026-07-14T15:27:02.797Z Downloaded shell-words v1.1.1
3042026-07-14T15:27:02.797Z Downloaded serde_ignored v0.1.14
3052026-07-14T15:27:02.800Z Downloaded filetime v0.2.29
3062026-07-14T15:27:02.800Z Downloaded fastrand v2.4.1
3072026-07-14T15:27:02.803Z Downloaded signature v2.2.0
3082026-07-14T15:27:02.803Z Downloaded nextest-metadata v0.12.2
3092026-07-14T15:27:02.806Z Downloaded miniz_oxide v0.8.9
3102026-07-14T15:27:02.810Z Downloaded digest v0.10.7
3112026-07-14T15:27:02.813Z Downloaded fixedbitset v0.5.7
3122026-07-14T15:27:02.813Z Downloaded camino-tempfile v1.4.1
3132026-07-14T15:27:02.816Z Downloaded strsim v0.11.1
3142026-07-14T15:27:02.819Z Downloaded hyper-rustls v0.27.9
3152026-07-14T15:27:02.819Z Downloaded thread_local v1.1.10
3162026-07-14T15:27:02.822Z Downloaded swrite v0.1.0
3172026-07-14T15:27:02.826Z Downloaded futures v0.3.32
3182026-07-14T15:27:02.832Z Downloaded serde_path_to_error v0.1.20
3192026-07-14T15:27:02.832Z Downloaded serde-untagged v0.1.9
3202026-07-14T15:27:02.832Z Downloaded ed25519 v2.2.3
3212026-07-14T15:27:02.832Z Downloaded derive-where v1.6.1
3222026-07-14T15:27:02.835Z Downloaded tinyvec_macros v0.1.1
3232026-07-14T15:27:02.836Z Downloaded toml_datetime v0.6.11
3242026-07-14T15:27:02.836Z Downloaded sha2 v0.10.9
3252026-07-14T15:27:02.836Z Downloaded rand_core v0.9.5
3262026-07-14T15:27:02.836Z Downloaded litrs v1.0.0
3272026-07-14T15:27:02.839Z Downloaded tower-layer v0.3.3
3282026-07-14T15:27:02.839Z Downloaded toml_write v0.1.2
3292026-07-14T15:27:02.839Z Downloaded tower-service v0.3.3
3302026-07-14T15:27:02.842Z Downloaded backtrace v0.3.76
3312026-07-14T15:27:02.845Z Downloaded os_pipe v1.2.3
3322026-07-14T15:27:02.845Z Downloaded clap_derive v4.6.1
3332026-07-14T15:27:02.846Z Downloaded target-lexicon v0.13.5
3342026-07-14T15:27:02.848Z Downloaded static_assertions v1.1.0
3352026-07-14T15:27:02.848Z Downloaded ppv-lite86 v0.2.21
3362026-07-14T15:27:02.849Z Downloaded bitflags v2.13.0
3372026-07-14T15:27:02.851Z Downloaded tokio-macros v2.7.0
3382026-07-14T15:27:02.851Z Downloaded tracing-error v0.2.1
3392026-07-14T15:27:02.854Z Downloaded utf8parse v0.2.2
3402026-07-14T15:27:02.854Z Downloaded utf8_iter v1.0.4
3412026-07-14T15:27:02.854Z Downloaded untrusted v0.9.0
3422026-07-14T15:27:02.859Z Downloaded mio v1.2.2
3432026-07-14T15:27:02.862Z Downloaded console v0.15.11
3442026-07-14T15:27:02.865Z Downloaded futures-channel v0.3.32
3452026-07-14T15:27:02.865Z Downloaded quinn-udp v0.5.15
3462026-07-14T15:27:02.868Z Downloaded semver v1.0.28
3472026-07-14T15:27:02.868Z Downloaded pin-project-lite v0.2.17
3482026-07-14T15:27:02.871Z Downloaded thiserror v2.0.18
3492026-07-14T15:27:02.874Z Downloaded want v0.3.1
3502026-07-14T15:27:02.874Z Downloaded version_check v0.9.5
3512026-07-14T15:27:02.878Z Downloaded unicode-xid v0.2.6
3522026-07-14T15:27:02.878Z Downloaded typeid v1.0.3
3532026-07-14T15:27:02.878Z Downloaded thiserror-impl v2.0.18
3542026-07-14T15:27:02.882Z Downloaded thiserror-impl v1.0.69
3552026-07-14T15:27:02.882Z Downloaded tokio-native-tls v0.3.1
3562026-07-14T15:27:02.882Z Downloaded simd-adler32 v0.3.9
3572026-07-14T15:27:02.882Z Downloaded shlex v2.0.1
3582026-07-14T15:27:02.882Z Downloaded try-lock v0.2.5
3592026-07-14T15:27:02.885Z Downloaded signal-hook-registry v1.4.8
3602026-07-14T15:27:02.885Z Downloaded pkcs8 v0.10.2
3612026-07-14T15:27:02.885Z Downloaded rand_core v0.6.4
3622026-07-14T15:27:02.888Z Downloaded pkg-config v0.3.33
3632026-07-14T15:27:02.888Z Downloaded foldhash v0.1.5
3642026-07-14T15:27:02.888Z Downloaded const-oid v0.9.6
3652026-07-14T15:27:02.891Z Downloaded rand_core v0.10.1
3662026-07-14T15:27:02.893Z Downloaded spki v0.7.3
3672026-07-14T15:27:02.894Z Downloaded slab v0.4.12
3682026-07-14T15:27:02.897Z Downloaded owo-colors v4.3.0
3692026-07-14T15:27:02.897Z Downloaded toml_writer v1.1.2+spec-1.1.0
3702026-07-14T15:27:02.899Z Downloaded target-spec-miette v0.4.8
3712026-07-14T15:27:02.899Z Downloaded unicode-linebreak v0.1.5
3722026-07-14T15:27:02.902Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3732026-07-14T15:27:02.905Z Downloaded smallvec v1.15.2
3742026-07-14T15:27:02.908Z Downloaded tracing-log v0.2.0
3752026-07-14T15:27:02.908Z Downloaded smol_str v0.3.6
3762026-07-14T15:27:02.911Z Downloaded urlencoding v2.1.3
3772026-07-14T15:27:02.911Z Downloaded thiserror v1.0.69
3782026-07-14T15:27:02.914Z Downloaded unicase v2.9.0
3792026-07-14T15:27:02.918Z Downloaded native-tls v0.2.18
3802026-07-14T15:27:02.918Z Downloaded future-queue v0.4.0
3812026-07-14T15:27:02.921Z Downloaded self_update v0.42.0
3822026-07-14T15:27:02.924Z Downloaded getrandom v0.4.3
3832026-07-14T15:27:02.927Z Downloaded ipnet v2.12.0
3842026-07-14T15:27:02.931Z Downloaded getrandom v0.2.17
3852026-07-14T15:27:02.931Z Downloaded borsh v1.7.0
3862026-07-14T15:27:02.936Z Downloaded proc-macro2 v1.0.106
3872026-07-14T15:27:02.940Z Downloaded zipsign-api v0.1.5
3882026-07-14T15:27:02.940Z Downloaded parking_lot v0.12.5
3892026-07-14T15:27:02.943Z Downloaded zstd v0.13.3
3902026-07-14T15:27:02.943Z Downloaded rand_chacha v0.9.0
3912026-07-14T15:27:02.943Z Downloaded zeroize v1.9.0
3922026-07-14T15:27:02.943Z Downloaded xxhash-rust v0.8.16
3932026-07-14T15:27:02.945Z Downloaded toml v0.8.23
3942026-07-14T15:27:02.948Z Downloaded clap v4.6.1
3952026-07-14T15:27:02.953Z Downloaded signal-hook v0.3.18
3962026-07-14T15:27:02.956Z Downloaded rustls-pki-types v1.15.0
3972026-07-14T15:27:02.959Z Downloaded quick-junit v0.5.2
3982026-07-14T15:27:02.959Z Downloaded bytes v1.12.1
3992026-07-14T15:27:02.962Z Downloaded once_cell v1.21.4
4002026-07-14T15:27:02.962Z Downloaded base64 v0.22.1
4012026-07-14T15:27:02.965Z Downloaded tempfile v3.27.0
4022026-07-14T15:27:02.968Z Downloaded target-spec v3.6.0
4032026-07-14T15:27:02.968Z Downloaded textwrap v0.16.2
4042026-07-14T15:27:02.971Z Downloaded xattr v1.6.1
4052026-07-14T15:27:02.974Z Downloaded pin-project v1.1.13
4062026-07-14T15:27:02.977Z Downloaded tokio-stream v0.1.18
4072026-07-14T15:27:02.980Z Downloaded ryu v1.0.23
4082026-07-14T15:27:02.984Z Downloaded num-traits v0.2.19
4092026-07-14T15:27:02.987Z Downloaded log v0.4.33
4102026-07-14T15:27:02.987Z Downloaded tracing-core v0.1.36
4112026-07-14T15:27:02.987Z Downloaded tinyvec v1.12.0
4122026-07-14T15:27:02.990Z Downloaded zstd-safe v7.2.4
4132026-07-14T15:27:02.990Z Downloaded unicode-ident v1.0.24
4142026-07-14T15:27:02.993Z Downloaded tracing-attributes v0.1.31
4152026-07-14T15:27:02.993Z Downloaded derive_more v2.1.1
4162026-07-14T15:27:02.998Z Downloaded serde v1.0.228
4172026-07-14T15:27:03.001Z Downloaded sharded-slab v0.1.7
4182026-07-14T15:27:03.007Z Downloaded nextest-filtering v0.15.0
4192026-07-14T15:27:03.007Z Downloaded rustc-demangle v0.1.28
4202026-07-14T15:27:03.011Z Downloaded cc v1.2.67
4212026-07-14T15:27:03.011Z Downloaded tar v0.4.46
4222026-07-14T15:27:03.011Z Downloaded vte v0.14.1
4232026-07-14T15:27:03.011Z Downloaded socket2 v0.6.5
4242026-07-14T15:27:03.014Z Downloaded flate2 v1.1.9
4252026-07-14T15:27:03.014Z Downloaded zmij v1.0.23
4262026-07-14T15:27:03.014Z Downloaded toml v1.1.3+spec-1.1.0
4272026-07-14T15:27:03.017Z Downloaded serde_core v1.0.228
4282026-07-14T15:27:03.020Z Downloaded derive_more-impl v2.1.1
4292026-07-14T15:27:03.024Z Downloaded ed25519-dalek v2.2.0
4302026-07-14T15:27:03.027Z Downloaded toml_parser v1.1.2+spec-1.1.0
4312026-07-14T15:27:03.027Z Downloaded tokio-rustls v0.26.4
4322026-07-14T15:27:03.030Z Downloaded der v0.7.10
4332026-07-14T15:27:03.042Z Downloaded httparse v1.10.1
4342026-07-14T15:27:03.049Z Downloaded serde_derive v1.0.228
4352026-07-14T15:27:03.054Z Downloaded openssl-sys v0.9.117
4362026-07-14T15:27:03.057Z Downloaded http v1.4.2
4372026-07-14T15:27:03.067Z Downloaded uuid v1.23.5
4382026-07-14T15:27:03.070Z Downloaded clap_builder v4.6.0
4392026-07-14T15:27:03.073Z Downloaded memchr v2.8.3
4402026-07-14T15:27:03.079Z Downloaded toml_edit v0.22.27
4412026-07-14T15:27:03.082Z Downloaded crossterm v0.29.0
4422026-07-14T15:27:03.086Z Downloaded rustls-webpki v0.103.13
4432026-07-14T15:27:03.089Z Downloaded quinn v0.11.11
4442026-07-14T15:27:03.095Z Downloaded hashbrown v0.17.1
4452026-07-14T15:27:03.098Z Downloaded h2 v0.4.15
4462026-07-14T15:27:03.102Z Downloaded aho-corasick v1.1.4
4472026-07-14T15:27:03.106Z Downloaded hashbrown v0.15.5
4482026-07-14T15:27:03.109Z Downloaded futures-util v0.3.32
4492026-07-14T15:27:03.115Z Downloaded rand v0.9.5
4502026-07-14T15:27:03.119Z Downloaded hyper-util v0.1.20
4512026-07-14T15:27:03.127Z Downloaded rand v0.10.2
4522026-07-14T15:27:03.135Z Downloaded guppy v0.17.26
4532026-07-14T15:27:03.138Z Downloaded itertools v0.14.0
4542026-07-14T15:27:03.138Z Downloaded idna v1.1.0
4552026-07-14T15:27:03.138Z Downloaded tower-http v0.6.11
4562026-07-14T15:27:03.142Z Downloaded url v2.5.8
4572026-07-14T15:27:03.145Z Downloaded hyper v1.10.1
4582026-07-14T15:27:03.148Z Downloaded miette v7.6.0
4592026-07-14T15:27:03.159Z Downloaded ron v0.12.2
4602026-07-14T15:27:03.164Z Downloaded winnow v0.7.15
4612026-07-14T15:27:03.169Z Downloaded winnow v1.0.4
4622026-07-14T15:27:03.175Z Downloaded tower v0.5.3
4632026-07-14T15:27:03.180Z Downloaded webpki-roots v1.0.8
4642026-07-14T15:27:03.184Z Downloaded typenum v1.20.1
4652026-07-14T15:27:03.199Z Downloaded chrono v0.4.45
4662026-07-14T15:27:03.199Z Downloaded gimli v0.32.3
4672026-07-14T15:27:03.205Z Downloaded unicode-width v0.1.14
4682026-07-14T15:27:03.208Z Downloaded curve25519-dalek v4.1.3
4692026-07-14T15:27:03.208Z Downloaded pulldown-cmark v0.13.4
4702026-07-14T15:27:03.211Z Downloaded unicode-segmentation v1.13.3
4712026-07-14T15:27:03.213Z Downloaded unicode-normalization v0.1.25
4722026-07-14T15:27:03.216Z Downloaded reqwest v0.12.28
4732026-07-14T15:27:03.220Z Downloaded regex v1.13.0
4742026-07-14T15:27:03.226Z Downloaded zerocopy v0.8.54
4752026-07-14T15:27:03.231Z Downloaded tokio-util v0.7.18
4762026-07-14T15:27:03.234Z Downloaded bstr v1.12.3
4772026-07-14T15:27:03.249Z Downloaded serde_json v1.0.150
4782026-07-14T15:27:03.259Z Downloaded portable-atomic v1.13.1
4792026-07-14T15:27:03.267Z Downloaded quick-xml v0.37.5
4802026-07-14T15:27:03.270Z Downloaded tracing v0.1.44
4812026-07-14T15:27:03.285Z Downloaded color-eyre v0.6.5
4822026-07-14T15:27:03.288Z Downloaded quick-xml v0.38.4
4832026-07-14T15:27:03.311Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4842026-07-14T15:27:03.321Z Downloaded tokio v1.52.3
4852026-07-14T15:27:03.342Z Downloaded tracing-subscriber v0.3.23
4862026-07-14T15:27:03.347Z Downloaded quinn-proto v0.11.16
4872026-07-14T15:27:03.350Z Downloaded vcpkg v0.2.15
4882026-07-14T15:27:03.372Z Downloaded nextest-runner v0.80.0
4892026-07-14T15:27:03.387Z Downloaded openssl v0.10.81
4902026-07-14T15:27:03.392Z Downloaded nix v0.30.1
4912026-07-14T15:27:03.401Z Downloaded unicode-width v0.2.2
4922026-07-14T15:27:03.414Z Downloaded object v0.37.3
4932026-07-14T15:27:03.420Z Downloaded syn v2.0.118
4942026-07-14T15:27:03.431Z Downloaded regex-syntax v0.8.11
4952026-07-14T15:27:03.438Z Downloaded rustix v0.38.44
4962026-07-14T15:27:03.450Z Downloaded rustls v0.23.42
4972026-07-14T15:27:03.457Z Downloaded rustix v1.1.4
4982026-07-14T15:27:03.514Z Downloaded regex-automata v0.4.15
4992026-07-14T15:27:03.549Z Downloaded petgraph v0.8.3
5002026-07-14T15:27:03.561Z Downloaded libc v0.2.186
5012026-07-14T15:27:03.636Z Downloaded recursion v0.5.4
5022026-07-14T15:27:03.643Z Downloaded ring v0.17.14
5032026-07-14T15:27:03.705Z Compiling libc v0.2.186
5042026-07-14T15:27:03.705Z Compiling proc-macro2 v1.0.106
5052026-07-14T15:27:03.709Z Compiling quote v1.0.46
5062026-07-14T15:27:03.709Z Compiling unicode-ident v1.0.24
5072026-07-14T15:27:03.709Z Compiling serde_core v1.0.228
5082026-07-14T15:27:03.709Z Compiling cfg-if v1.0.4
5092026-07-14T15:27:03.709Z Compiling memchr v2.8.3
5102026-07-14T15:27:03.837Z Compiling once_cell v1.21.4
5112026-07-14T15:27:03.924Z Compiling log v0.4.33
5122026-07-14T15:27:03.960Z Compiling pin-project-lite v0.2.17
5132026-07-14T15:27:04.054Z Compiling serde v1.0.228
5142026-07-14T15:27:04.114Z Compiling itoa v1.0.18
5152026-07-14T15:27:04.236Z Compiling futures-core v0.3.32
5162026-07-14T15:27:04.359Z Compiling smallvec v1.15.2
5172026-07-14T15:27:04.392Z Compiling bitflags v2.13.0
5182026-07-14T15:27:04.416Z Compiling equivalent v1.0.2
5192026-07-14T15:27:04.505Z Compiling hashbrown v0.17.1
5202026-07-14T15:27:04.616Z Compiling shlex v2.0.1
5212026-07-14T15:27:04.790Z Compiling errno v0.3.14
5222026-07-14T15:27:04.806Z Compiling find-msvc-tools v0.1.9
5232026-07-14T15:27:04.816Z Compiling bytes v1.12.1
5242026-07-14T15:27:04.970Z Compiling signal-hook-registry v1.4.8
5252026-07-14T15:27:05.047Z Compiling jobserver v0.1.35
5262026-07-14T15:27:05.050Z Compiling mio v1.2.2
5272026-07-14T15:27:05.093Z Compiling futures-sink v0.3.32
5282026-07-14T15:27:05.193Z Compiling syn v2.0.118
5292026-07-14T15:27:05.206Z Compiling rustix v1.1.4
5302026-07-14T15:27:05.219Z Compiling socket2 v0.6.5
5312026-07-14T15:27:05.369Z Compiling cc v1.2.67
5322026-07-14T15:27:05.518Z Compiling zmij v1.0.23
5332026-07-14T15:27:05.688Z Compiling slab v0.4.12
5342026-07-14T15:27:05.754Z Compiling futures-channel v0.3.32
5352026-07-14T15:27:05.873Z Compiling tracing-core v0.1.36
5362026-07-14T15:27:05.893Z Compiling serde_json v1.0.150
5372026-07-14T15:27:06.015Z Compiling version_check v0.9.5
5382026-07-14T15:27:06.147Z Compiling indexmap v2.14.0
5392026-07-14T15:27:06.303Z Compiling getrandom v0.4.3
5402026-07-14T15:27:06.363Z Compiling futures-io v0.3.32
5412026-07-14T15:27:06.389Z Compiling futures-task v0.3.32
5422026-07-14T15:27:06.592Z Compiling camino v1.2.4
5432026-07-14T15:27:06.601Z Compiling percent-encoding v2.3.2
5442026-07-14T15:27:06.642Z Compiling unicode-width v0.2.2
5452026-07-14T15:27:06.900Z Compiling ring v0.17.14
5462026-07-14T15:27:06.991Z Compiling http v1.4.2
5472026-07-14T15:27:07.017Z Compiling simd-adler32 v0.3.9
5482026-07-14T15:27:07.031Z Compiling adler2 v2.0.1
5492026-07-14T15:27:07.133Z Compiling zeroize v1.9.0
5502026-07-14T15:27:07.202Z Compiling autocfg v1.5.1
5512026-07-14T15:27:07.346Z Compiling miniz_oxide v0.8.9
5522026-07-14T15:27:07.576Z Compiling num-traits v0.2.19
5532026-07-14T15:27:07.832Z Compiling object v0.37.3
5542026-07-14T15:27:07.891Z Compiling zerocopy v0.8.54
5552026-07-14T15:27:08.161Z Compiling getrandom v0.3.4
5562026-07-14T15:27:08.327Z Compiling target-lexicon v0.13.5
5572026-07-14T15:27:08.552Z Compiling http-body v1.1.0
5582026-07-14T15:27:08.709Z Compiling rustls-pki-types v1.15.0
5592026-07-14T15:27:08.722Z Compiling form_urlencoded v1.2.2
5602026-07-14T15:27:08.836Z Compiling semver v1.0.28
5612026-07-14T15:27:08.868Z Compiling getrandom v0.2.17
5622026-07-14T15:27:08.882Z Compiling serde_derive v1.0.228
5632026-07-14T15:27:08.964Z Compiling tokio-macros v2.7.0
5642026-07-14T15:27:08.986Z Compiling futures-macro v0.3.32
5652026-07-14T15:27:09.058Z Compiling tracing-attributes v0.1.31
5662026-07-14T15:27:09.329Z Compiling idna_adapter v1.0.0
5672026-07-14T15:27:09.436Z Compiling guppy-workspace-hack v0.1.0
5682026-07-14T15:27:09.494Z Compiling gimli v0.32.3
5692026-07-14T15:27:09.584Z Compiling thiserror v2.0.18
5702026-07-14T15:27:09.666Z Compiling httparse v1.10.1
5712026-07-14T15:27:09.725Z Compiling tokio v1.52.3
5722026-07-14T15:27:09.814Z Compiling futures-util v0.3.32
5732026-07-14T15:27:09.932Z Compiling fnv v1.0.7
5742026-07-14T15:27:10.028Z Compiling untrusted v0.9.0
5752026-07-14T15:27:10.040Z Compiling utf8_iter v1.0.4
5762026-07-14T15:27:10.163Z Compiling owo-colors v4.3.0
5772026-07-14T15:27:10.204Z Compiling signal-hook v0.3.18
5782026-07-14T15:27:10.276Z Compiling tracing v0.1.44
5792026-07-14T15:27:10.446Z Compiling idna v1.1.0
5802026-07-14T15:27:10.640Z Compiling thiserror-impl v2.0.18
5812026-07-14T15:27:11.878Z Compiling addr2line v0.25.1
5822026-07-14T15:27:12.167Z Compiling generic-array v0.14.7
5832026-07-14T15:27:12.301Z Compiling rustc-demangle v0.1.28
5842026-07-14T15:27:12.315Z Compiling atomic-waker v1.1.2
5852026-07-14T15:27:12.413Z Compiling try-lock v0.2.5
5862026-07-14T15:27:12.442Z Compiling tower-service v0.3.3
5872026-07-14T15:27:12.488Z Compiling thiserror v1.0.69
5882026-07-14T15:27:12.526Z Compiling pkg-config v0.3.33
5892026-07-14T15:27:12.548Z Compiling fastrand v2.4.1
5902026-07-14T15:27:12.808Z Compiling target-spec v3.6.0
5912026-07-14T15:27:12.874Z Compiling rustls v0.23.42
5922026-07-14T15:27:12.969Z Compiling typeid v1.0.3
5932026-07-14T15:27:13.107Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5942026-07-14T15:27:13.303Z Compiling tempfile v3.27.0
5952026-07-14T15:27:13.317Z Compiling want v0.3.1
5962026-07-14T15:27:13.485Z Compiling cfg-expr v0.20.8
5972026-07-14T15:27:13.502Z Compiling url v2.5.8
5982026-07-14T15:27:14.087Z Compiling tokio-util v0.7.18
5992026-07-14T15:27:14.940Z Compiling backtrace v0.3.76
6002026-07-14T15:27:15.121Z Compiling h2 v0.4.15
6012026-07-14T15:27:15.144Z Compiling thiserror-impl v1.0.69
6022026-07-14T15:27:15.200Z Compiling terminal_size v0.4.4
6032026-07-14T15:27:15.356Z Compiling aho-corasick v1.1.4
6042026-07-14T15:27:15.459Z Compiling regex-syntax v0.8.11
6052026-07-14T15:27:15.943Z Compiling typenum v1.20.1
6062026-07-14T15:27:16.316Z Compiling rustls-webpki v0.103.13
6072026-07-14T15:27:16.637Z Compiling winnow v0.7.15
6082026-07-14T15:27:18.585Z Compiling erased-serde v0.4.10
6092026-07-14T15:27:18.903Z Compiling subtle v2.6.1
6102026-07-14T15:27:18.967Z Compiling hyper v1.10.1
6112026-07-14T15:27:18.991Z Compiling regex-automata v0.4.15
6122026-07-14T15:27:21.454Z Compiling toml_datetime v0.6.11
6132026-07-14T15:27:21.827Z Compiling serde_spanned v0.6.9
6142026-07-14T15:27:21.992Z Compiling ahash v0.8.12
6152026-07-14T15:27:22.271Z Compiling sync_wrapper v1.0.2
6162026-07-14T15:27:22.380Z Compiling crc32fast v1.5.0
6172026-07-14T15:27:22.655Z Compiling is_ci v1.2.0
6182026-07-14T15:27:22.691Z Compiling either v1.16.0
6192026-07-14T15:27:22.737Z Compiling toml_write v0.1.2
6202026-07-14T15:27:22.842Z Compiling tower-layer v0.3.3
6212026-07-14T15:27:22.853Z Compiling foldhash v0.1.5
6222026-07-14T15:27:22.925Z Compiling portable-atomic v1.13.1
6232026-07-14T15:27:23.006Z Compiling unicode-linebreak v0.1.5
6242026-07-14T15:27:23.026Z Compiling unicode-segmentation v1.13.3
6252026-07-14T15:27:23.063Z Compiling lazy_static v1.5.0
6262026-07-14T15:27:23.170Z Compiling base64 v0.22.1
6272026-07-14T15:27:23.253Z Compiling ipnet v2.12.0
6282026-07-14T15:27:23.381Z Compiling parking_lot_core v0.9.12
6292026-07-14T15:27:23.421Z Compiling nextest-workspace-hack v0.1.0
6302026-07-14T15:27:23.653Z Compiling hyper-util v0.1.20
6312026-07-14T15:27:23.702Z Compiling convert_case v0.10.0
6322026-07-14T15:27:23.733Z Compiling textwrap v0.16.2
6332026-07-14T15:27:23.963Z Compiling sharded-slab v0.1.7
6342026-07-14T15:27:23.963Z Compiling tower v0.5.3
6352026-07-14T15:27:24.501Z Compiling hashbrown v0.15.5
6362026-07-14T15:27:24.557Z Compiling toml_edit v0.22.27
6372026-07-14T15:27:24.598Z Compiling supports-color v3.0.2
6382026-07-14T15:27:24.928Z Compiling tokio-rustls v0.26.4
6392026-07-14T15:27:25.162Z Compiling backtrace-ext v0.2.1
6402026-07-14T15:27:25.216Z Compiling ordered-float v2.10.1
6412026-07-14T15:27:25.425Z Compiling webpki-roots v1.0.8
6422026-07-14T15:27:25.495Z Compiling miette-derive v7.6.0
6432026-07-14T15:27:25.559Z Compiling pathdiff v0.2.3
6442026-07-14T15:27:25.682Z Compiling console v0.15.11
6452026-07-14T15:27:25.743Z Compiling tracing-log v0.2.0
6462026-07-14T15:27:26.097Z Compiling cargo-platform v0.3.3
6472026-07-14T15:27:26.326Z Compiling os_pipe v1.2.3
6482026-07-14T15:27:26.511Z Compiling thread_local v1.1.10
6492026-07-14T15:27:26.644Z Compiling debug-ignore v1.0.5
6502026-07-14T15:27:26.665Z Compiling scopeguard v1.2.0
6512026-07-14T15:27:26.777Z Compiling fixedbitset v0.5.7
6522026-07-14T15:27:26.875Z Compiling rustix v0.38.44
6532026-07-14T15:27:27.044Z Compiling pulldown-cmark v0.13.4
6542026-07-14T15:27:27.105Z Compiling cfg_aliases v0.2.1
6552026-07-14T15:27:27.184Z Compiling supports-hyperlinks v3.2.0
6562026-07-14T15:27:27.241Z Compiling supports-unicode v3.0.0
6572026-07-14T15:27:27.277Z Compiling ryu v1.0.23
6582026-07-14T15:27:27.293Z Compiling winnow v1.0.4
6592026-07-14T15:27:27.399Z Compiling utf8parse v0.2.2
6602026-07-14T15:27:27.417Z Compiling zstd-safe v7.2.4
6612026-07-14T15:27:27.535Z Compiling unicode-width v0.1.14
6622026-07-14T15:27:27.581Z Compiling anstyle-parse v1.0.0
6632026-07-14T15:27:27.687Z Compiling serde_urlencoded v0.7.1
6642026-07-14T15:27:27.791Z Compiling miette v7.6.0
6652026-07-14T15:27:27.945Z Compiling nix v0.30.1
6662026-07-14T15:27:28.022Z Compiling petgraph v0.8.3
6672026-07-14T15:27:28.363Z Compiling toml_parser v1.1.2+spec-1.1.0
6682026-07-14T15:27:28.765Z Compiling lock_api v0.4.14
6692026-07-14T15:27:29.079Z Compiling tracing-subscriber v0.3.23
6702026-07-14T15:27:29.702Z Compiling sigchld v0.2.4
6712026-07-14T15:27:29.957Z Compiling cargo_metadata v0.23.1
6722026-07-14T15:27:29.973Z Compiling toml v0.8.23
6732026-07-14T15:27:30.314Z Compiling serde-untagged v0.1.9
6742026-07-14T15:27:30.636Z Compiling hyper-rustls v0.27.9
6752026-07-14T15:27:31.300Z Compiling serde-value v0.7.0
6762026-07-14T15:27:32.190Z Compiling tower-http v0.6.11
6772026-07-14T15:27:32.283Z Compiling derive_more-impl v2.1.1
6782026-07-14T15:27:32.920Z Compiling itertools v0.14.0
6792026-07-14T15:27:33.075Z Compiling regex v1.13.0
6802026-07-14T15:27:33.138Z Compiling crypto-common v0.1.7
6812026-07-14T15:27:33.186Z Compiling block-buffer v0.10.4
6822026-07-14T15:27:33.282Z Compiling ppv-lite86 v0.2.21
6832026-07-14T15:27:33.349Z Compiling rand_core v0.9.5
6842026-07-14T15:27:33.611Z Compiling futures-executor v0.3.32
6852026-07-14T15:27:33.624Z Compiling pin-project-internal v1.1.13
6862026-07-14T15:27:33.953Z Compiling http-body-util v0.1.4
6872026-07-14T15:27:34.168Z Compiling uuid v1.23.5
6882026-07-14T15:27:34.232Z Compiling serde_spanned v1.1.1
6892026-07-14T15:27:34.380Z Compiling toml_datetime v1.1.1+spec-1.1.0
6902026-07-14T15:27:34.394Z Compiling smol_str v0.3.6
6912026-07-14T15:27:34.483Z Compiling filetime v0.2.29
6922026-07-14T15:27:34.651Z Compiling bstr v1.12.3
6932026-07-14T15:27:34.662Z Compiling vte v0.14.1
6942026-07-14T15:27:34.691Z Compiling xattr v1.6.1
6952026-07-14T15:27:34.730Z Compiling self_update v0.42.0
6962026-07-14T15:27:34.801Z Compiling colorchoice v1.0.5
6972026-07-14T15:27:34.877Z Compiling number_prefix v0.4.0
6982026-07-14T15:27:34.877Z Compiling iana-time-zone v0.1.65
6992026-07-14T15:27:34.922Z Compiling anstyle v1.0.14
7002026-07-14T15:27:34.989Z Compiling eyre v0.6.12
7012026-07-14T15:27:35.041Z Compiling tinyvec_macros v0.1.1
7022026-07-14T15:27:35.116Z Compiling color-spantrace v0.3.0
7032026-07-14T15:27:35.188Z Compiling unicode-xid v0.2.6
7042026-07-14T15:27:35.314Z Compiling nested v0.1.1
7052026-07-14T15:27:35.330Z Compiling is_terminal_polyfill v1.70.2
7062026-07-14T15:27:35.342Z Compiling litrs v1.0.0
7072026-07-14T15:27:35.422Z Compiling static_assertions v1.1.0
7082026-07-14T15:27:35.436Z Compiling unicase v2.9.0
7092026-07-14T15:27:35.444Z Compiling anstyle-query v1.1.5
7102026-07-14T15:27:35.488Z Compiling guppy v0.17.26
7112026-07-14T15:27:35.544Z Compiling anstream v1.0.0
7122026-07-14T15:27:35.663Z Compiling cargo-util-schemas v0.2.0
7132026-07-14T15:27:35.774Z Compiling document-features v0.2.12
7142026-07-14T15:27:35.817Z Compiling tinyvec v1.12.0
7152026-07-14T15:27:36.053Z Compiling globset v0.4.18
7162026-07-14T15:27:36.241Z Compiling indicatif v0.17.11
7172026-07-14T15:27:36.340Z Compiling chrono v0.4.45
7182026-07-14T15:27:36.779Z Compiling strip-ansi-escapes v0.2.1
7192026-07-14T15:27:37.268Z Compiling tar v0.4.46
7202026-07-14T15:27:38.118Z Compiling pin-project v1.1.13
7212026-07-14T15:27:38.231Z Compiling toml v1.1.3+spec-1.1.0
7222026-07-14T15:27:38.376Z Compiling nextest-metadata v0.12.2
7232026-07-14T15:27:39.295Z Compiling newtype-uuid v1.3.2
7242026-07-14T15:27:39.372Z Compiling reqwest v0.12.28
7252026-07-14T15:27:39.499Z Compiling futures v0.3.32
7262026-07-14T15:27:39.583Z Compiling rand_chacha v0.9.0
7272026-07-14T15:27:39.791Z Compiling digest v0.10.7
7282026-07-14T15:27:39.822Z Compiling derive_more v2.1.1
7292026-07-14T15:27:39.896Z Compiling parking_lot v0.12.5
7302026-07-14T15:27:39.987Z Compiling flate2 v1.1.9
7312026-07-14T15:27:40.144Z Compiling tracing-error v0.2.1
7322026-07-14T15:27:40.386Z Compiling shared_child v1.1.1
7332026-07-14T15:27:40.791Z Compiling signal-hook-mio v0.2.5
7342026-07-14T15:27:40.868Z Compiling self-replace v1.5.0
7352026-07-14T15:27:40.929Z Compiling cargo-platform v0.2.0
7362026-07-14T15:27:41.159Z Compiling quick-xml v0.38.4
7372026-07-14T15:27:41.398Z Compiling quick-xml v0.37.5
7382026-07-14T15:27:41.494Z Compiling humantime v2.4.0
7392026-07-14T15:27:41.931Z Compiling clap_lex v1.1.0
7402026-07-14T15:27:42.061Z Compiling shell-words v1.1.1
7412026-07-14T15:27:42.290Z Compiling recursion v0.5.4
7422026-07-14T15:27:42.434Z Compiling cpufeatures v0.2.17
7432026-07-14T15:27:42.506Z Compiling urlencoding v2.1.3
7442026-07-14T15:27:42.802Z Compiling heck v0.5.0
7452026-07-14T15:27:42.849Z Compiling strsim v0.11.1
7462026-07-14T15:27:42.849Z Compiling indenter v0.3.4
7472026-07-14T15:27:42.990Z Compiling clap_derive v4.6.1
7482026-07-14T15:27:43.510Z Compiling clap_builder v4.6.0
7492026-07-14T15:27:43.583Z Compiling sha2 v0.10.9
7502026-07-14T15:27:43.647Z Compiling nextest-filtering v0.15.0
7512026-07-14T15:27:44.792Z Compiling quick-junit v0.5.2
7522026-07-14T15:27:44.917Z Compiling humantime-serde v1.1.1
7532026-07-14T15:27:44.983Z Compiling atomicwrites v0.4.4
7542026-07-14T15:27:45.659Z Compiling cargo_metadata v0.20.0
7552026-07-14T15:27:47.586Z Compiling crossterm v0.29.0
7562026-07-14T15:27:47.871Z Compiling cargo-nextest v0.9.97
7572026-07-14T15:27:49.145Z Compiling duct v0.13.7
7582026-07-14T15:27:49.375Z Compiling rand v0.9.5
7592026-07-14T15:27:49.585Z Compiling async-scoped v0.9.0
7602026-07-14T15:27:49.787Z Compiling config v0.15.25
7612026-07-14T15:27:50.109Z Compiling zstd v0.13.3
7622026-07-14T15:27:50.127Z Compiling unicode-normalization v0.1.25
7632026-07-14T15:27:50.379Z Compiling target-spec-miette v0.4.8
7642026-07-14T15:27:50.546Z Compiling future-queue v0.4.0
7652026-07-14T15:27:50.717Z Compiling mukti-metadata v0.3.0
7662026-07-14T15:27:50.801Z Compiling tokio-stream v0.1.18
7672026-07-14T15:27:50.816Z Compiling camino-tempfile v1.4.1
7682026-07-14T15:27:50.829Z Compiling derive-where v1.6.1
7692026-07-14T15:27:50.867Z Compiling serde_path_to_error v0.1.20
7702026-07-14T15:27:51.206Z Compiling serde_ignored v0.1.14
7712026-07-14T15:27:51.242Z Compiling home v0.5.12
7722026-07-14T15:27:51.322Z Compiling hex v0.4.3
7732026-07-14T15:27:51.408Z Compiling indent_write v2.2.0
7742026-07-14T15:27:51.425Z Compiling swrite v0.1.0
7752026-07-14T15:27:51.458Z Compiling xxhash-rust v0.8.16
7762026-07-14T15:27:51.532Z Compiling color-eyre v0.6.5
7772026-07-14T15:27:51.578Z Compiling clap v4.6.1
7782026-07-14T15:27:51.629Z Compiling dialoguer v0.11.0
7792026-07-14T15:27:51.642Z Compiling enable-ansi-support v0.2.1
7802026-07-14T15:27:52.102Z Compiling nextest-runner v0.80.0
7812026-07-14T15:28:10.258Z Finished `release` profile [optimized] target(s) in 1m 09s
7822026-07-14T15:28:10.445Z Installing /home/build/.cargo/bin/cargo-nextest
7832026-07-14T15:28:10.451Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7842026-07-14T15:28:10.558Z+ pushd rdb
7852026-07-14T15:28:10.562Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7862026-07-14T15:28:10.563Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7872026-07-14T15:28:10.716Z Updating git repository `https://github.com/oxidecomputer/falcon`
7882026-07-14T15:28:11.596ZFrom https://github.com/oxidecomputer/falcon
7892026-07-14T15:28:11.596Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7902026-07-14T15:28:11.673Z Updating crates.io index
7912026-07-14T15:28:11.676Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7922026-07-14T15:28:12.343ZFrom https://github.com/oxidecomputer/dendrite
7932026-07-14T15:28:12.343Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
7942026-07-14T15:28:12.378Z Updating git repository `https://github.com/oxidecomputer/ispf`
7952026-07-14T15:28:12.711ZFrom https://github.com/oxidecomputer/ispf
7962026-07-14T15:28:12.711Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7972026-07-14T15:28:12.715Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7982026-07-14T15:28:13.118ZFrom https://github.com/oxidecomputer/netadm-sys
7992026-07-14T15:28:13.118Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8002026-07-14T15:28:13.130Z Updating git repository `https://github.com/oxidecomputer/omicron`
8012026-07-14T15:28:19.232ZFrom https://github.com/oxidecomputer/omicron
8022026-07-14T15:28:19.232Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8032026-07-14T15:28:19.657Z Updating git repository `https://github.com/oxidecomputer/opte`
8042026-07-14T15:28:20.346ZFrom https://github.com/oxidecomputer/opte
8052026-07-14T15:28:20.346Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8062026-07-14T15:28:20.377Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8072026-07-14T15:28:20.632ZFrom https://github.com/oxidecomputer/slog-error-chain
8082026-07-14T15:28:20.632Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8092026-07-14T15:28:20.642Z Updating git repository `https://github.com/illumos/smf-rs`
8102026-07-14T15:28:20.912ZFrom https://github.com/illumos/smf-rs
8112026-07-14T15:28:20.912Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8122026-07-14T15:28:20.918Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8132026-07-14T15:28:21.191ZFrom https://github.com/oxidecomputer/network-interface
8142026-07-14T15:28:21.191Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8152026-07-14T15:28:21.198Z Updating git repository `https://github.com/oxidecomputer/zone`
8162026-07-14T15:28:21.458ZFrom https://github.com/oxidecomputer/zone
8172026-07-14T15:28:21.458Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8182026-07-14T15:28:21.465Z Updating git repository `https://github.com/oxidecomputer/propolis`
8192026-07-14T15:28:22.072ZFrom https://github.com/oxidecomputer/propolis
8202026-07-14T15:28:22.072Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8212026-07-14T15:28:22.122Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8222026-07-14T15:28:22.613ZFrom https://github.com/oxidecomputer/transceiver-control
8232026-07-14T15:28:22.613Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8242026-07-14T15:28:22.620Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8252026-07-14T15:28:22.945ZFrom https://github.com/oxidecomputer/dlpi-sys
8262026-07-14T15:28:22.945Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8272026-07-14T15:28:22.956Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8282026-07-14T15:28:23.239ZFrom https://github.com/jmesmon/rust-libzfs
8292026-07-14T15:28:23.239Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8302026-07-14T15:28:23.250Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8312026-07-14T15:28:23.544ZFrom https://github.com/oxidecomputer/rusty-doors
8322026-07-14T15:28:23.544Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8332026-07-14T15:28:23.569Z Updating git repository `https://github.com/oxidecomputer/lldp`
8342026-07-14T15:28:23.893ZFrom https://github.com/oxidecomputer/lldp
8352026-07-14T15:28:23.893Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8362026-07-14T15:28:23.904Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8372026-07-14T15:28:24.242ZFrom https://github.com/oxidecomputer/tufaceous
8382026-07-14T15:28:24.242Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8392026-07-14T15:28:24.258Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8402026-07-14T15:28:24.763ZFrom https://github.com/oxidecomputer/management-gateway-service
8412026-07-14T15:28:24.763Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8422026-07-14T15:28:24.861Z Updating git repository `https://github.com/oxidecomputer/crucible`
8432026-07-14T15:28:25.616ZFrom https://github.com/oxidecomputer/crucible
8442026-07-14T15:28:25.616Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8452026-07-14T15:28:25.640Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8462026-07-14T15:28:25.921ZFrom https://github.com/oxidecomputer/serde_human_bytes
8472026-07-14T15:28:25.921Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8482026-07-14T15:28:25.941Z Updating git repository `https://github.com/oxidecomputer/propolis`
8492026-07-14T15:28:26.419ZFrom https://github.com/oxidecomputer/propolis
8502026-07-14T15:28:26.419Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8512026-07-14T15:28:26.434Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-07-14T15:28:26.900ZFrom https://github.com/oxidecomputer/crucible
8532026-07-14T15:28:26.900Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8542026-07-14T15:28:26.967Z Updating git repository `https://github.com/oxidecomputer/tofino`
8552026-07-14T15:28:27.301ZFrom https://github.com/oxidecomputer/tofino
8562026-07-14T15:28:27.301Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8572026-07-14T15:28:27.312Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8582026-07-14T15:28:28.024ZFrom https://github.com/oxidecomputer/maghemite
8592026-07-14T15:28:28.024Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8602026-07-14T15:28:28.056Z Updating git repository `https://github.com/oxidecomputer/clickward`
8612026-07-14T15:28:28.339ZFrom https://github.com/oxidecomputer/clickward
8622026-07-14T15:28:28.339Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8632026-07-14T15:28:28.347Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8642026-07-14T15:28:28.600ZFrom https://github.com/oxidecomputer/illumos-devinfo
8652026-07-14T15:28:28.600Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8662026-07-14T15:28:29.413Z Downloading crates ...
8672026-07-14T15:28:29.495Z Downloaded aead v0.5.2
8682026-07-14T15:28:29.498Z Downloaded arrayvec v0.7.6
8692026-07-14T15:28:29.504Z Downloaded async-trait v0.1.89
8702026-07-14T15:28:29.510Z Downloaded arc-swap v1.9.1
8712026-07-14T15:28:29.513Z Downloaded darling_macro v0.23.0
8722026-07-14T15:28:29.516Z Downloaded cmake v0.1.58
8732026-07-14T15:28:29.516Z Downloaded anyhow v1.0.103
8742026-07-14T15:28:29.519Z Downloaded cobs v0.3.0
8752026-07-14T15:28:29.522Z Downloaded base16ct v1.0.0
8762026-07-14T15:28:29.522Z Downloaded dyn-clone v1.0.20
8772026-07-14T15:28:29.522Z Downloaded colored v3.1.1
8782026-07-14T15:28:29.524Z Downloaded backon v1.6.0
8792026-07-14T15:28:29.527Z Downloaded allocator-api2 v0.2.21
8802026-07-14T15:28:29.527Z Downloaded ciborium-ll v0.2.2
8812026-07-14T15:28:29.530Z Downloaded fxhash v0.2.1
8822026-07-14T15:28:29.533Z Downloaded arrayref v0.3.9
8832026-07-14T15:28:29.536Z Downloaded chacha20 v0.9.1
8842026-07-14T15:28:29.539Z Downloaded byteorder v1.5.0
8852026-07-14T15:28:29.542Z Downloaded getrandom v0.4.2
8862026-07-14T15:28:29.545Z Downloaded hostname v0.3.1
8872026-07-14T15:28:29.545Z Downloaded gethostname v0.5.0
8882026-07-14T15:28:29.547Z Downloaded async-recursion v1.1.1
8892026-07-14T15:28:29.550Z Downloaded git-stub v1.0.0
8902026-07-14T15:28:29.550Z Downloaded argon2 v0.5.3
8912026-07-14T15:28:29.550Z Downloaded bs58 v0.5.1
8922026-07-14T15:28:29.554Z Downloaded bitflags v1.3.2
8932026-07-14T15:28:29.557Z Downloaded heck v0.4.1
8942026-07-14T15:28:29.557Z Downloaded dunce v1.0.5
8952026-07-14T15:28:29.557Z Downloaded compression-core v0.4.32
8962026-07-14T15:28:29.560Z Downloaded hubpack_derive v0.1.1
8972026-07-14T15:28:29.560Z Downloaded http-body v1.0.1
8982026-07-14T15:28:29.560Z Downloaded block-buffer v0.12.0
8992026-07-14T15:28:29.560Z Downloaded backoff v0.4.0
9002026-07-14T15:28:29.563Z Downloaded ciborium-io v0.2.2
9012026-07-14T15:28:29.563Z Downloaded foreign-types v0.5.0
9022026-07-14T15:28:29.563Z Downloaded enum-as-inner v0.6.1
9032026-07-14T15:28:29.566Z Downloaded hash32 v0.3.1
9042026-07-14T15:28:29.566Z Downloaded bytecount v0.6.9
9052026-07-14T15:28:29.566Z Downloaded float-ord v0.3.2
9062026-07-14T15:28:29.569Z Downloaded fixedbitset v0.4.2
9072026-07-14T15:28:29.569Z Downloaded async-stream v0.3.6
9082026-07-14T15:28:29.570Z Downloaded bit-set v0.8.0
9092026-07-14T15:28:29.573Z Downloaded convert_case v0.4.0
9102026-07-14T15:28:29.573Z Downloaded httpdate v1.0.3
9112026-07-14T15:28:29.573Z Downloaded hubpack v0.1.2
9122026-07-14T15:28:29.577Z Downloaded foreign-types-shared v0.3.1
9132026-07-14T15:28:29.577Z Downloaded foreign-types-macros v0.2.3
9142026-07-14T15:28:29.580Z Downloaded hostname v0.4.2
9152026-07-14T15:28:29.580Z Downloaded dropshot-api-manager-types v0.7.2
9162026-07-14T15:28:29.580Z Downloaded defmt v0.3.100
9172026-07-14T15:28:29.580Z Downloaded async-stream-impl v0.3.6
9182026-07-14T15:28:29.580Z Downloaded crc8 v0.1.1
9192026-07-14T15:28:29.584Z Downloaded cstr-argument v0.1.2
9202026-07-14T15:28:29.587Z Downloaded http-body-util v0.1.3
9212026-07-14T15:28:29.587Z Downloaded highway v1.3.0
9222026-07-14T15:28:29.587Z Downloaded crunchy v0.2.4
9232026-07-14T15:28:29.590Z Downloaded memmap v0.7.0
9242026-07-14T15:28:29.590Z Downloaded match_cfg v0.1.0
9252026-07-14T15:28:29.590Z Downloaded newline-converter v0.3.0
9262026-07-14T15:28:29.596Z Downloaded dtrace-parser v0.3.0
9272026-07-14T15:28:29.596Z Downloaded mime v0.3.17
9282026-07-14T15:28:29.596Z Downloaded embedded-io v0.6.1
9292026-07-14T15:28:29.596Z Downloaded dtrace-parser v0.2.0
9302026-07-14T15:28:29.600Z Downloaded newtype-uuid-macros v0.1.0
9312026-07-14T15:28:29.600Z Downloaded inout v0.1.4
9322026-07-14T15:28:29.600Z Downloaded natord v1.0.9
9332026-07-14T15:28:29.600Z Downloaded crypto-common v0.2.2
9342026-07-14T15:28:29.600Z Downloaded const-random v0.1.18
9352026-07-14T15:28:29.600Z Downloaded hybrid-array v0.4.12
9362026-07-14T15:28:29.603Z Downloaded glob v0.3.3
9372026-07-14T15:28:29.603Z Downloaded git-stub-vcs v0.1.0
9382026-07-14T15:28:29.603Z Downloaded base16ct v0.2.0
9392026-07-14T15:28:29.606Z Downloaded embedded-io v0.4.0
9402026-07-14T15:28:29.606Z Downloaded dof v0.4.0
9412026-07-14T15:28:29.606Z Downloaded defmt-parser v1.0.0
9422026-07-14T15:28:29.609Z Downloaded crucible-workspace-hack v0.1.0
9432026-07-14T15:28:29.609Z Downloaded libscf-sys v1.2.0
9442026-07-14T15:28:29.613Z Downloaded num-iter v0.1.45
9452026-07-14T15:28:29.613Z Downloaded darling_macro v0.21.3
9462026-07-14T15:28:29.613Z Downloaded konst_macro_rules v0.2.19
9472026-07-14T15:28:29.616Z Downloaded newtype_derive v0.1.6
9482026-07-14T15:28:29.616Z Downloaded num v0.4.3
9492026-07-14T15:28:29.620Z Downloaded internet-checksum v0.2.1
9502026-07-14T15:28:29.620Z Downloaded no-std-compat v0.4.1
9512026-07-14T15:28:29.623Z Downloaded num-derive v0.4.2
9522026-07-14T15:28:29.623Z Downloaded num-conv v0.2.2
9532026-07-14T15:28:29.626Z Downloaded memoffset v0.9.1
9542026-07-14T15:28:29.626Z Downloaded is-terminal v0.4.17
9552026-07-14T15:28:29.629Z Downloaded olpc-cjson v0.1.4
9562026-07-14T15:28:29.629Z Downloaded idna_adapter v1.2.2
9572026-07-14T15:28:29.629Z Downloaded chacha20 v0.10.0
9582026-07-14T15:28:29.632Z Downloaded num_enum_derive v0.5.11
9592026-07-14T15:28:29.632Z Downloaded displaydoc v0.2.6
9602026-07-14T15:28:29.635Z Downloaded console v0.16.3
9612026-07-14T15:28:29.635Z Downloaded cipher v0.4.4
9622026-07-14T15:28:29.638Z Downloaded blake2 v0.10.6
9632026-07-14T15:28:29.638Z Downloaded macaddr v1.0.1
9642026-07-14T15:28:29.638Z Downloaded managed v0.8.0
9652026-07-14T15:28:29.641Z Downloaded const-random-macro v0.1.16
9662026-07-14T15:28:29.642Z Downloaded compression-codecs v0.4.38
9672026-07-14T15:28:29.644Z Downloaded deranged v0.5.8
9682026-07-14T15:28:29.644Z Downloaded instant v0.1.13
9692026-07-14T15:28:29.644Z Downloaded linked-hash-map v0.5.6
9702026-07-14T15:28:29.647Z Downloaded keccak v0.1.6
9712026-07-14T15:28:29.648Z Downloaded derive-ex v0.1.8
9722026-07-14T15:28:29.648Z Downloaded opaque-debug v0.3.1
9732026-07-14T15:28:29.653Z Downloaded digest v0.11.3
9742026-07-14T15:28:29.653Z Downloaded omicron-workspace-hack v0.1.0
9752026-07-14T15:28:29.653Z Downloaded lru-cache v0.1.2
9762026-07-14T15:28:29.656Z Downloaded defmt-macros v1.1.0
9772026-07-14T15:28:29.656Z Downloaded num_threads v0.1.7
9782026-07-14T15:28:29.656Z Downloaded fs_extra v1.3.0
9792026-07-14T15:28:29.656Z Downloaded critical-section v1.2.0
9802026-07-14T15:28:29.659Z Downloaded const_format_proc_macros v0.2.34
9812026-07-14T15:28:29.659Z Downloaded humantime v2.3.0
9822026-07-14T15:28:29.659Z Downloaded ciborium v0.2.2
9832026-07-14T15:28:29.662Z Downloaded constant_time_eq v0.4.2
9842026-07-14T15:28:29.662Z Downloaded csv-core v0.1.13
9852026-07-14T15:28:29.666Z Downloaded parse-display v0.10.0
9862026-07-14T15:28:29.666Z Downloaded ingot-macros v0.1.1
9872026-07-14T15:28:29.666Z Downloaded hmac v0.12.1
9882026-07-14T15:28:29.669Z Downloaded ff v0.13.1
9892026-07-14T15:28:29.669Z Downloaded ident_case v1.0.1
9902026-07-14T15:28:29.669Z Downloaded bit-vec v0.8.0
9912026-07-14T15:28:29.672Z Downloaded dof v0.3.0
9922026-07-14T15:28:29.675Z Downloaded powerfmt v0.2.0
9932026-07-14T15:28:29.675Z Downloaded potential_utf v0.1.5
9942026-07-14T15:28:29.675Z Downloaded proc-macro-crate v3.5.0
9952026-07-14T15:28:29.678Z Downloaded daft-derive v0.1.7
9962026-07-14T15:28:29.681Z Downloaded plain v0.2.3
9972026-07-14T15:28:29.681Z Downloaded phf_shared v0.12.1
9982026-07-14T15:28:29.681Z Downloaded libsw-core v0.3.2
9992026-07-14T15:28:29.685Z Downloaded daft v0.1.7
10002026-07-14T15:28:29.685Z Downloaded num-integer v0.1.46
10012026-07-14T15:28:29.690Z Downloaded ingot-types v0.1.2
10022026-07-14T15:28:29.690Z Downloaded num-complex v0.4.6
10032026-07-14T15:28:29.690Z Downloaded byte-wrapper v0.1.0
10042026-07-14T15:28:29.690Z Downloaded pretty-hex v0.4.2
10052026-07-14T15:28:29.694Z Downloaded proc-macro-crate v1.3.1
10062026-07-14T15:28:29.694Z Downloaded libsw v3.5.0
10072026-07-14T15:28:29.694Z Downloaded proc-macro-error-attr v1.0.4
10082026-07-14T15:28:29.694Z Downloaded progenitor-client v0.10.0
10092026-07-14T15:28:29.694Z Downloaded proc-macro-error-attr2 v2.0.0
10102026-07-14T15:28:29.697Z Downloaded num_enum_derive v0.7.6
10112026-07-14T15:28:29.697Z Downloaded num_enum v0.7.6
10122026-07-14T15:28:29.697Z Downloaded ipnetwork v0.21.1
10132026-07-14T15:28:29.700Z Downloaded fs-err v3.3.0
10142026-07-14T15:28:29.700Z Downloaded dropshot_endpoint v0.17.1
10152026-07-14T15:28:29.703Z Downloaded crossbeam-utils v0.8.21
10162026-07-14T15:28:29.706Z Downloaded jobserver v0.1.34
10172026-07-14T15:28:29.706Z Downloaded ingot v0.1.1
10182026-07-14T15:28:29.709Z Downloaded progenitor-client v0.14.0
10192026-07-14T15:28:29.709Z Downloaded bcs v0.1.6
10202026-07-14T15:28:29.712Z Downloaded progenitor-macro v0.10.0
10212026-07-14T15:28:29.712Z Downloaded foldhash v0.2.0
10222026-07-14T15:28:29.712Z Downloaded crossbeam-deque v0.8.6
10232026-07-14T15:28:29.716Z Downloaded progenitor-macro v0.14.0
10242026-07-14T15:28:29.716Z Downloaded progenitor-macro v0.13.0
10252026-07-14T15:28:29.716Z Downloaded rand_chacha v0.3.1
10262026-07-14T15:28:29.716Z Downloaded quick-error v1.2.3
10272026-07-14T15:28:29.719Z Downloaded drift v0.2.0
10282026-07-14T15:28:29.722Z Downloaded paste v1.0.15
10292026-07-14T15:28:29.725Z Downloaded pem v3.0.6
10302026-07-14T15:28:29.725Z Downloaded erased-serde v0.3.31
10312026-07-14T15:28:29.728Z Downloaded crossbeam-epoch v0.9.18
10322026-07-14T15:28:29.728Z Downloaded memmap2 v0.9.10
10332026-07-14T15:28:29.730Z Downloaded rand_xorshift v0.4.0
10342026-07-14T15:28:29.730Z Downloaded parking_lot_core v0.8.6
10352026-07-14T15:28:29.733Z Downloaded phf v0.12.1
10362026-07-14T15:28:29.733Z Downloaded bytes v1.11.1
10372026-07-14T15:28:29.736Z Downloaded rustc_version v0.1.7
10382026-07-14T15:28:29.736Z Downloaded ref-cast v1.0.25
10392026-07-14T15:28:29.741Z Downloaded linear-map v1.2.0
10402026-07-14T15:28:29.741Z Downloaded half v2.7.1
10412026-07-14T15:28:29.744Z Downloaded oxide-tokio-rt v0.1.6
10422026-07-14T15:28:29.744Z Downloaded password-hash v0.5.0
10432026-07-14T15:28:29.744Z Downloaded num-rational v0.4.2
10442026-07-14T15:28:29.747Z Downloaded oxnet v0.1.6
10452026-07-14T15:28:29.747Z Downloaded data-encoding v2.11.0
10462026-07-14T15:28:29.750Z Downloaded cookie v0.18.1
10472026-07-14T15:28:29.750Z Downloaded progenitor-extras v0.2.0
10482026-07-14T15:28:29.755Z Downloaded rustc-hash v2.1.2
10492026-07-14T15:28:29.755Z Downloaded progenitor-client v0.13.0
10502026-07-14T15:28:29.758Z Downloaded serde_plain v1.0.2
10512026-07-14T15:28:29.758Z Downloaded semver v0.1.20
10522026-07-14T15:28:29.758Z Downloaded port-file v0.1.0
10532026-07-14T15:28:29.758Z Downloaded proc-macro-error v1.0.4
10542026-07-14T15:28:29.761Z Downloaded poly1305 v0.8.0
10552026-07-14T15:28:29.761Z Downloaded diff v0.1.13
10562026-07-14T15:28:29.803Z Downloaded secrecy v0.10.3
10572026-07-14T15:28:29.803Z Downloaded scroll_derive v0.12.1
10582026-07-14T15:28:29.803Z Downloaded proc-macro-error2 v2.0.1
10592026-07-14T15:28:29.803Z Downloaded elliptic-curve v0.13.8
10602026-07-14T15:28:29.803Z Downloaded serde-big-array v0.5.1
10612026-07-14T15:28:29.803Z Downloaded progenitor v0.10.0
10622026-07-14T15:28:29.803Z Downloaded parking_lot v0.11.2
10632026-07-14T15:28:29.803Z Downloaded serde_repr v0.1.20
10642026-07-14T15:28:29.803Z Downloaded group v0.13.0
10652026-07-14T15:28:29.803Z Downloaded progenitor v0.13.0
10662026-07-14T15:28:29.803Z Downloaded defmt v1.1.0
10672026-07-14T15:28:29.803Z Downloaded parse-display-derive v0.10.0
10682026-07-14T15:28:29.803Z Downloaded darling v0.21.3
10692026-07-14T15:28:29.803Z Downloaded siphasher v1.0.3
10702026-07-14T15:28:29.803Z Downloaded slog-bunyan v2.5.0
10712026-07-14T15:28:29.803Z Downloaded serial_test v3.5.0
10722026-07-14T15:28:29.803Z Downloaded sigpipe v0.1.3
10732026-07-14T15:28:29.803Z Downloaded log v0.4.32
10742026-07-14T15:28:29.803Z Downloaded pest_generator v2.8.6
10752026-07-14T15:28:29.804Z Downloaded bitflags v2.12.1
10762026-07-14T15:28:29.804Z Downloaded sha1 v0.11.0
10772026-07-14T15:28:29.808Z Downloaded quote v1.0.45
10782026-07-14T15:28:29.808Z Downloaded slog-envlogger v2.2.0
10792026-07-14T15:28:29.808Z Downloaded ref-cast-impl v1.0.25
10802026-07-14T15:28:29.808Z Downloaded sha1 v0.10.6
10812026-07-14T15:28:29.808Z Downloaded smawk v0.3.2
10822026-07-14T15:28:29.808Z Downloaded icu_normalizer v2.2.0
10832026-07-14T15:28:29.811Z Downloaded rusty-fork v0.3.1
10842026-07-14T15:28:29.811Z Downloaded rustls-native-certs v0.8.4
10852026-07-14T15:28:29.812Z Downloaded derive_more v0.99.20
10862026-07-14T15:28:29.814Z Downloaded serial_test_derive v3.5.0
10872026-07-14T15:28:29.817Z Downloaded scroll v0.12.0
10882026-07-14T15:28:29.817Z Downloaded rustversion v1.0.22
10892026-07-14T15:28:29.822Z Downloaded same-file v1.0.6
10902026-07-14T15:28:29.822Z Downloaded strum v0.27.2
10912026-07-14T15:28:29.822Z Downloaded structmeta-derive v0.3.0
10922026-07-14T15:28:29.828Z Downloaded strum v0.26.3
10932026-07-14T15:28:29.828Z Downloaded structmeta v0.3.0
10942026-07-14T15:28:29.828Z Downloaded tabled_derive v0.7.0
10952026-07-14T15:28:29.828Z Downloaded stable_deref_trait v1.2.1
10962026-07-14T15:28:29.828Z Downloaded litemap v0.8.2
10972026-07-14T15:28:29.832Z Downloaded spin v0.5.2
10982026-07-14T15:28:29.832Z Downloaded chacha20poly1305 v0.10.1
10992026-07-14T15:28:29.832Z Downloaded scroll_derive v0.13.1
11002026-07-14T15:28:29.832Z Downloaded darling v0.23.0
11012026-07-14T15:28:29.835Z Downloaded take_mut v0.2.2
11022026-07-14T15:28:29.835Z Downloaded papergrid v0.11.0
11032026-07-14T15:28:29.838Z Downloaded darling_core v0.21.3
11042026-07-14T15:28:29.841Z Downloaded tagptr v0.2.0
11052026-07-14T15:28:29.844Z Downloaded termtree v0.5.1
11062026-07-14T15:28:29.844Z Downloaded icu_normalizer_data v2.2.0
11072026-07-14T15:28:29.847Z Downloaded papergrid v0.18.0
11082026-07-14T15:28:29.851Z Downloaded const_format v0.2.36
11092026-07-14T15:28:29.854Z Downloaded time-core v0.1.8
11102026-07-14T15:28:29.854Z Downloaded thiserror-impl-no-std v2.0.2
11112026-07-14T15:28:29.854Z Downloaded thread-id v5.1.0
11122026-07-14T15:28:29.854Z Downloaded thread-id v4.2.2
11132026-07-14T15:28:29.857Z Downloaded testing_table v0.3.0
11142026-07-14T15:28:29.857Z Downloaded progenitor v0.14.0
11152026-07-14T15:28:29.858Z Downloaded tabled_derive v0.11.0
11162026-07-14T15:28:29.861Z Downloaded serde_derive_internals v0.29.1
11172026-07-14T15:28:29.861Z Downloaded serde_tokenstream v0.2.3
11182026-07-14T15:28:29.861Z Downloaded tabwriter v1.4.1
11192026-07-14T15:28:29.861Z Downloaded scroll v0.13.0
11202026-07-14T15:28:29.864Z Downloaded slog-async v2.8.0
11212026-07-14T15:28:29.864Z Downloaded slog-term v2.9.2
11222026-07-14T15:28:29.867Z Downloaded slog-scope v4.4.1
11232026-07-14T15:28:29.867Z Downloaded slog-json v2.6.1
11242026-07-14T15:28:29.870Z Downloaded resolv-conf v0.7.6
11252026-07-14T15:28:29.870Z Downloaded icu_properties v2.2.0
11262026-07-14T15:28:29.873Z Downloaded icu_locale_core v2.2.0
11272026-07-14T15:28:29.877Z Downloaded topological-sort v0.2.2
11282026-07-14T15:28:29.877Z Downloaded smf v0.2.3
11292026-07-14T15:28:29.877Z Downloaded smartstring v1.0.1
11302026-07-14T15:28:29.880Z Downloaded typify-macro v0.4.3
11312026-07-14T15:28:29.880Z Downloaded slog-stdlog v4.1.1
11322026-07-14T15:28:29.880Z Downloaded slog-dtrace v0.3.0
11332026-07-14T15:28:29.884Z Downloaded omicron-zone-package v0.12.3
11342026-07-14T15:28:29.884Z Downloaded pest_derive v2.8.6
11352026-07-14T15:28:29.886Z Downloaded quinn-udp v0.5.14
11362026-07-14T15:28:29.886Z Downloaded base64 v0.21.7
11372026-07-14T15:28:29.889Z Downloaded strum_macros v0.27.2
11382026-07-14T15:28:29.892Z Downloaded universal-hash v0.5.1
11392026-07-14T15:28:29.892Z Downloaded unarray v0.1.4
11402026-07-14T15:28:29.896Z Downloaded typify-macro v0.6.2
11412026-07-14T15:28:29.896Z Downloaded strum_macros v0.26.4
11422026-07-14T15:28:29.896Z Downloaded unit-prefix v0.5.2
11432026-07-14T15:28:29.896Z Downloaded usdt-attr-macro v0.5.0
11442026-07-14T15:28:29.896Z Downloaded snafu-derive v0.8.9
11452026-07-14T15:28:29.899Z Downloaded synstructure v0.13.2
11462026-07-14T15:28:29.899Z Downloaded icu_provider v2.2.0
11472026-07-14T15:28:29.902Z Downloaded heapless v0.8.0
11482026-07-14T15:28:29.902Z Downloaded postcard v1.1.3
11492026-07-14T15:28:29.906Z Downloaded usdt-macro v0.5.0
11502026-07-14T15:28:29.907Z Downloaded crypto-bigint v0.5.5
11512026-07-14T15:28:29.911Z Downloaded waitgroup v0.1.2
11522026-07-14T15:28:29.911Z Downloaded usdt-macro v0.6.0
11532026-07-14T15:28:29.915Z Downloaded rhai_codegen v3.2.0
11542026-07-14T15:28:29.918Z Downloaded wait-timeout v0.2.1
11552026-07-14T15:28:29.918Z Downloaded progenitor-impl v0.10.0
11562026-07-14T15:28:29.918Z Downloaded serde_with_macros v3.20.0
11572026-07-14T15:28:29.921Z Downloaded utf-8 v0.7.6
11582026-07-14T15:28:29.921Z Downloaded konst v0.2.20
11592026-07-14T15:28:29.924Z Downloaded thread_local v1.1.9
11602026-07-14T15:28:29.924Z Downloaded tokio-dtrace v0.1.1
11612026-07-14T15:28:29.927Z Downloaded yoke-derive v0.8.2
11622026-07-14T15:28:29.927Z Downloaded tinystr v0.8.3
11632026-07-14T15:28:29.927Z Downloaded thiserror-no-std v2.0.2
11642026-07-14T15:28:29.930Z Downloaded tokio-tungstenite v0.21.0
11652026-07-14T15:28:29.933Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11662026-07-14T15:28:29.934Z Downloaded icu_collections v2.2.0
11672026-07-14T15:28:29.936Z Downloaded zone_cfg_derive v0.3.1
11682026-07-14T15:28:29.937Z Downloaded zone v0.3.1
11692026-07-14T15:28:29.941Z Downloaded hickory-resolver v0.24.4
11702026-07-14T15:28:29.941Z Downloaded zerofrom-derive v0.1.7
11712026-07-14T15:28:29.943Z Downloaded zerofrom v0.1.8
11722026-07-14T15:28:29.943Z Downloaded tiny-keccak v2.0.2
11732026-07-14T15:28:29.943Z Downloaded toml_writer v1.1.1+spec-1.1.0
11742026-07-14T15:28:29.946Z Downloaded prettyplease v0.2.37
11752026-07-14T15:28:29.949Z Downloaded zeroize_derive v1.4.3
11762026-07-14T15:28:29.949Z Downloaded crossbeam-channel v0.5.15
11772026-07-14T15:28:29.952Z Downloaded indicatif v0.18.4
11782026-07-14T15:28:29.955Z Downloaded smallvec v1.15.1
11792026-07-14T15:28:29.955Z Downloaded openssl-sys v0.9.116
11802026-07-14T15:28:29.958Z Downloaded usdt v0.6.0
11812026-07-14T15:28:29.958Z Downloaded spin v0.9.8
11822026-07-14T15:28:29.961Z Downloaded rustls-pki-types v1.14.1
11832026-07-14T15:28:29.961Z Downloaded indexmap v1.9.3
11842026-07-14T15:28:29.964Z Downloaded hickory-resolver v0.25.2
11852026-07-14T15:28:29.967Z Downloaded untrusted v0.7.1
11862026-07-14T15:28:29.967Z Downloaded expectorate v1.2.0
11872026-07-14T15:28:29.970Z Downloaded usdt-impl v0.5.0
11882026-07-14T15:28:29.970Z Downloaded walkdir v2.5.0
11892026-07-14T15:28:29.970Z Downloaded schemars v0.8.22
11902026-07-14T15:28:29.976Z Downloaded thin-vec v0.2.18
11912026-07-14T15:28:29.978Z Downloaded writeable v0.6.3
11922026-07-14T15:28:29.978Z Downloaded term v1.2.1
11932026-07-14T15:28:29.981Z Downloaded xz2 v0.1.7
11942026-07-14T15:28:29.981Z Downloaded jiff-static v0.2.28
11952026-07-14T15:28:29.984Z Downloaded similar v2.7.0
11962026-07-14T15:28:29.987Z Downloaded time-macros v0.2.27
11972026-07-14T15:28:29.987Z Downloaded hashbrown v0.12.3
11982026-07-14T15:28:29.990Z Downloaded serde_yaml v0.9.34+deprecated
11992026-07-14T15:28:29.993Z Downloaded rustls-pemfile v2.2.0
12002026-07-14T15:28:29.994Z Downloaded progenitor-impl v0.14.0
12012026-07-14T15:28:29.994Z Downloaded zmij v1.0.21
12022026-07-14T15:28:29.997Z Downloaded zerovec-derive v0.11.3
12032026-07-14T15:28:29.997Z Downloaded zeroize v1.8.2
12042026-07-14T15:28:29.997Z Downloaded pest_meta v2.8.6
12052026-07-14T15:28:29.997Z Downloaded minimal-lexical v0.2.1
12062026-07-14T15:28:30.002Z Downloaded rustls-platform-verifier v0.7.0
12072026-07-14T15:28:30.005Z Downloaded pretty_assertions v1.4.1
12082026-07-14T15:28:30.005Z Downloaded ucd-trie v0.1.7
12092026-07-14T15:28:30.005Z Downloaded async-compression v0.4.42
12102026-07-14T15:28:30.007Z Downloaded socket2 v0.6.4
12112026-07-14T15:28:30.010Z Downloaded vsss-rs v3.3.4
12122026-07-14T15:28:30.010Z Downloaded mio v1.2.1
12132026-07-14T15:28:30.013Z Downloaded toml v1.1.2+spec-1.1.0
12142026-07-14T15:28:30.016Z Downloaded memchr v2.8.1
12152026-07-14T15:28:30.019Z Downloaded yoke v0.8.3
12162026-07-14T15:28:30.022Z Downloaded usdt-impl v0.6.0
12172026-07-14T15:28:30.022Z Downloaded schemars v0.9.0
12182026-07-14T15:28:30.028Z Downloaded whoami v1.6.1
12192026-07-14T15:28:30.031Z Downloaded test-strategy v0.4.5
12202026-07-14T15:28:30.034Z Downloaded rayon-core v1.13.0
12212026-07-14T15:28:30.034Z Downloaded rand v0.8.6
12222026-07-14T15:28:30.037Z Downloaded toml v0.9.12+spec-1.1.0
12232026-07-14T15:28:30.041Z Downloaded typify v0.4.3
12242026-07-14T15:28:30.044Z Downloaded zerocopy-derive v0.7.35
12252026-07-14T15:28:30.047Z Downloaded schemars v1.2.1
12262026-07-14T15:28:30.054Z Downloaded unsafe-libyaml v0.2.11
12272026-07-14T15:28:30.057Z Downloaded typify v0.6.2
12282026-07-14T15:28:30.060Z Downloaded tungstenite v0.21.0
12292026-07-14T15:28:30.060Z Downloaded hashbrown v0.16.1
12302026-07-14T15:28:30.065Z Downloaded progenitor-impl v0.13.0
12312026-07-14T15:28:30.067Z Downloaded steno v0.4.1
12322026-07-14T15:28:30.067Z Downloaded qorb v0.4.1
12332026-07-14T15:28:30.071Z Downloaded toml_edit v0.25.12+spec-1.1.0
12342026-07-14T15:28:30.074Z Downloaded snafu v0.8.9
12352026-07-14T15:28:30.077Z Downloaded nom v7.1.3
12362026-07-14T15:28:30.080Z Downloaded tinyvec v1.11.0
12372026-07-14T15:28:30.083Z Downloaded rand v0.9.4
12382026-07-14T15:28:30.086Z Downloaded itertools v0.12.1
12392026-07-14T15:28:30.090Z Downloaded toml v0.7.8
12402026-07-14T15:28:30.093Z Downloaded slog v2.8.2
12412026-07-14T15:28:30.093Z Downloaded pest v2.8.6
12422026-07-14T15:28:30.097Z Downloaded toml_edit v0.19.15
12432026-07-14T15:28:30.105Z Downloaded yansi v1.0.1
12442026-07-14T15:28:30.111Z Downloaded nom v8.0.0
12452026-07-14T15:28:30.114Z Downloaded dropshot-api-manager v0.7.2
12462026-07-14T15:28:30.114Z Downloaded zerotrie v0.2.4
12472026-07-14T15:28:30.117Z Downloaded hkdf v0.12.4
12482026-07-14T15:28:30.120Z Downloaded quinn v0.11.9
12492026-07-14T15:28:30.120Z Downloaded ron v0.12.1
12502026-07-14T15:28:30.125Z Downloaded usdt-attr-macro v0.6.0
12512026-07-14T15:28:30.129Z Downloaded usdt v0.5.0
12522026-07-14T15:28:30.129Z Downloaded cc v1.2.63
12532026-07-14T15:28:30.129Z Downloaded schemars_derive v0.8.22
12542026-07-14T15:28:30.132Z Downloaded darling_core v0.23.0
12552026-07-14T15:28:30.132Z Downloaded libm v0.2.16
12562026-07-14T15:28:30.138Z Downloaded typed-path v0.9.3
12572026-07-14T15:28:30.142Z Downloaded const-oid v0.10.2
12582026-07-14T15:28:30.145Z Downloaded multer v3.1.0
12592026-07-14T15:28:30.145Z Downloaded num_enum v0.5.11
12602026-07-14T15:28:30.148Z Downloaded cargo_toml v0.22.3
12612026-07-14T15:28:30.151Z Downloaded icu_properties_data v2.2.0
12622026-07-14T15:28:30.155Z Downloaded zerocopy-derive v0.8.50
12632026-07-14T15:28:30.160Z Downloaded regex v1.12.3
12642026-07-14T15:28:30.164Z Downloaded iddqd v0.4.5
12652026-07-14T15:28:30.169Z Downloaded itertools v0.15.0
12662026-07-14T15:28:30.175Z Downloaded h2 v0.4.14
12672026-07-14T15:28:30.178Z Downloaded tough v0.22.0
12682026-07-14T15:28:30.182Z Downloaded zerovec v0.11.6
12692026-07-14T15:28:30.186Z Downloaded rayon v1.12.0
12702026-07-14T15:28:30.191Z Downloaded blake3 v1.8.5
12712026-07-14T15:28:30.196Z Downloaded reqwest v0.13.4
12722026-07-14T15:28:30.200Z Downloaded cancel-safe-futures v0.1.5
12732026-07-14T15:28:30.211Z Downloaded zerocopy v0.7.35
12742026-07-14T15:28:30.220Z Downloaded goblin v0.8.2
12752026-07-14T15:28:30.225Z Downloaded aws-lc-rs v1.17.0
12762026-07-14T15:28:30.231Z Downloaded serde_with v3.20.0
12772026-07-14T15:28:30.238Z Downloaded proptest v1.11.0
12782026-07-14T15:28:30.244Z Downloaded goblin v0.10.7
12792026-07-14T15:28:30.249Z Downloaded moka v0.12.15
12802026-07-14T15:28:30.253Z Downloaded winnow v0.5.40
12812026-07-14T15:28:30.259Z Downloaded tabled v0.15.0
12822026-07-14T15:28:30.268Z Downloaded time v0.3.47
12832026-07-14T15:28:30.275Z Downloaded syn v1.0.109
12842026-07-14T15:28:30.282Z Downloaded winnow v1.0.3
12852026-07-14T15:28:30.287Z Downloaded quinn-proto v0.11.14
12862026-07-14T15:28:30.294Z Downloaded tabled v0.21.0
12872026-07-14T15:28:30.302Z Downloaded webpki-roots v1.0.7
12882026-07-14T15:28:30.306Z Downloaded hickory-proto v0.25.2
12892026-07-14T15:28:30.314Z Downloaded regress v0.10.5
12902026-07-14T15:28:30.319Z Downloaded hickory-proto v0.24.4
12912026-07-14T15:28:30.328Z Downloaded rustls v0.23.40
12922026-07-14T15:28:30.335Z Downloaded openapiv3 v2.2.0
12932026-07-14T15:28:30.345Z Downloaded openssl v0.10.80
12942026-07-14T15:28:30.353Z Downloaded bstr v1.12.1
12952026-07-14T15:28:30.360Z Downloaded typify-impl v0.6.2
12962026-07-14T15:28:30.368Z Downloaded nix v0.31.3
12972026-07-14T15:28:30.375Z Downloaded smoltcp v0.11.0
12982026-07-14T15:28:30.381Z Downloaded zerocopy v0.8.50
12992026-07-14T15:28:30.393Z Downloaded syn v2.0.117
13002026-07-14T15:28:30.402Z Downloaded dropshot v0.17.1
13012026-07-14T15:28:30.412Z Downloaded rhai v1.25.1
13022026-07-14T15:28:30.419Z Downloaded regress v0.11.1
13032026-07-14T15:28:30.425Z Downloaded regex-syntax v0.8.10
13042026-07-14T15:28:30.446Z Downloaded jiff v0.2.28
13052026-07-14T15:28:30.458Z Downloaded sled v0.34.7
13062026-07-14T15:28:30.463Z Downloaded lzma-sys v0.1.20
13072026-07-14T15:28:30.481Z Downloaded typify-impl v0.4.3
13082026-07-14T15:28:30.490Z Downloaded sha3 v0.10.9
13092026-07-14T15:28:30.512Z Downloaded regex-automata v0.4.14
13102026-07-14T15:28:30.521Z Downloaded encoding_rs v0.8.35
13112026-07-14T15:28:30.536Z Downloaded petgraph v0.6.5
13122026-07-14T15:28:30.546Z Downloaded chrono-tz v0.10.4
13132026-07-14T15:28:30.579Z Downloaded csv v1.4.0
13142026-07-14T15:28:31.090Z Downloaded aws-lc-sys v0.41.0
13152026-07-14T15:28:32.034Z Compiling proc-macro2 v1.0.106
13162026-07-14T15:28:32.034Z Compiling quote v1.0.45
13172026-07-14T15:28:32.037Z Compiling unicode-ident v1.0.24
13182026-07-14T15:28:32.037Z Compiling serde_core v1.0.228
13192026-07-14T15:28:32.037Z Compiling cfg-if v1.0.4
13202026-07-14T15:28:32.037Z Compiling serde v1.0.228
13212026-07-14T15:28:32.037Z Compiling libc v0.2.186
13222026-07-14T15:28:32.037Z Compiling memchr v2.8.1
13232026-07-14T15:28:32.200Z Compiling itoa v1.0.18
13242026-07-14T15:28:32.395Z Compiling smallvec v1.15.1
13252026-07-14T15:28:32.492Z Compiling zmij v1.0.21
13262026-07-14T15:28:32.577Z Compiling autocfg v1.5.1
13272026-07-14T15:28:32.624Z Compiling libm v0.2.16
13282026-07-14T15:28:32.894Z Compiling stable_deref_trait v1.2.1
13292026-07-14T15:28:32.939Z Compiling writeable v0.6.3
13302026-07-14T15:28:32.959Z Compiling litemap v0.8.2
13312026-07-14T15:28:33.022Z Compiling percent-encoding v2.3.2
13322026-07-14T15:28:33.116Z Compiling icu_normalizer_data v2.2.0
13332026-07-14T15:28:33.138Z Compiling utf8_iter v1.0.4
13342026-07-14T15:28:33.149Z Compiling icu_properties_data v2.2.0
13352026-07-14T15:28:33.223Z Compiling iana-time-zone v0.1.65
13362026-07-14T15:28:33.288Z Compiling equivalent v1.0.2
13372026-07-14T15:28:33.346Z Compiling syn v2.0.117
13382026-07-14T15:28:33.492Z Compiling form_urlencoded v1.2.2
13392026-07-14T15:28:33.513Z Compiling serde_json v1.0.150
13402026-07-14T15:28:33.513Z Compiling dyn-clone v1.0.20
13412026-07-14T15:28:33.548Z Compiling version_check v0.9.5
13422026-07-14T15:28:33.560Z Compiling pin-project-lite v0.2.17
13432026-07-14T15:28:33.619Z Compiling scopeguard v1.2.0
13442026-07-14T15:28:33.651Z Compiling parking_lot_core v0.9.12
13452026-07-14T15:28:33.658Z Compiling num-traits v0.2.19
13462026-07-14T15:28:33.726Z Compiling lock_api v0.4.14
13472026-07-14T15:28:33.735Z Compiling thiserror v2.0.18
13482026-07-14T15:28:33.839Z Compiling hashbrown v0.17.1
13492026-07-14T15:28:33.972Z Compiling errno v0.3.14
13502026-07-14T15:28:34.018Z Compiling log v0.4.32
13512026-07-14T15:28:34.137Z Compiling getrandom v0.4.2
13522026-07-14T15:28:34.177Z Compiling rand_core v0.10.1
13532026-07-14T15:28:34.238Z Compiling futures-core v0.3.32
13542026-07-14T15:28:34.320Z Compiling heck v0.5.0
13552026-07-14T15:28:34.350Z Compiling semver v1.0.28
13562026-07-14T15:28:34.422Z Compiling indexmap v2.14.0
13572026-07-14T15:28:34.574Z Compiling zerocopy v0.8.50
13582026-07-14T15:28:34.688Z Compiling uuid v1.23.5
13592026-07-14T15:28:34.714Z Compiling schemars v0.8.22
13602026-07-14T15:28:34.729Z Compiling futures-sink v0.3.32
13612026-07-14T15:28:34.805Z Compiling slab v0.4.12
13622026-07-14T15:28:34.948Z Compiling jobserver v0.1.34
13632026-07-14T15:28:34.983Z Compiling find-msvc-tools v0.1.9
13642026-07-14T15:28:35.015Z Compiling shlex v2.0.1
13652026-07-14T15:28:35.056Z Compiling rustversion v1.0.22
13662026-07-14T15:28:35.113Z Compiling fnv v1.0.7
13672026-07-14T15:28:35.193Z Compiling cc v1.2.63
13682026-07-14T15:28:35.208Z Compiling futures-channel v0.3.32
13692026-07-14T15:28:35.211Z Compiling bitflags v2.12.1
13702026-07-14T15:28:35.257Z Compiling futures-io v0.3.32
13712026-07-14T15:28:35.420Z Compiling futures-task v0.3.32
13722026-07-14T15:28:35.449Z Compiling socket2 v0.6.4
13732026-07-14T15:28:35.461Z Compiling signal-hook-registry v1.4.8
13742026-07-14T15:28:35.516Z Compiling mio v1.2.1
13752026-07-14T15:28:35.612Z Compiling portable-atomic v1.13.1
13762026-07-14T15:28:35.722Z Compiling parking_lot v0.12.5
13772026-07-14T15:28:35.753Z Compiling dunce v1.0.5
13782026-07-14T15:28:35.848Z Compiling fs_extra v1.3.0
13792026-07-14T15:28:35.892Z Compiling typenum v1.20.1
13802026-07-14T15:28:36.018Z Compiling cmake v0.1.58
13812026-07-14T15:28:36.050Z Compiling base64 v0.22.1
13822026-07-14T15:28:36.103Z Compiling synstructure v0.13.2
13832026-07-14T15:28:36.130Z Compiling serde_derive_internals v0.29.1
13842026-07-14T15:28:36.365Z Compiling critical-section v1.2.0
13852026-07-14T15:28:36.376Z Compiling slog v2.8.2
13862026-07-14T15:28:36.450Z Compiling aws-lc-sys v0.41.0
13872026-07-14T15:28:36.470Z Compiling rustix v1.1.4
13882026-07-14T15:28:36.588Z Compiling once_cell v1.21.4
13892026-07-14T15:28:36.602Z Compiling subtle v2.6.1
13902026-07-14T15:28:36.613Z Compiling strsim v0.11.1
13912026-07-14T15:28:36.705Z Compiling byteorder v1.5.0
13922026-07-14T15:28:36.824Z Compiling getrandom v0.3.4
13932026-07-14T15:28:36.885Z Compiling regex-syntax v0.8.10
13942026-07-14T15:28:36.910Z Compiling httparse v1.10.1
13952026-07-14T15:28:36.939Z Compiling ipnet v2.12.0
13962026-07-14T15:28:37.054Z Compiling atomic-waker v1.1.2
13972026-07-14T15:28:37.067Z Compiling tower-service v0.3.3
13982026-07-14T15:28:37.158Z Compiling tower-layer v0.3.3
13992026-07-14T15:28:37.184Z Compiling getrandom v0.2.17
14002026-07-14T15:28:37.198Z Compiling ucd-trie v0.1.7
14012026-07-14T15:28:37.316Z Compiling thiserror v1.0.69
14022026-07-14T15:28:37.354Z Compiling serde_derive v1.0.228
14032026-07-14T15:28:37.367Z Compiling zerofrom-derive v0.1.7
14042026-07-14T15:28:37.396Z Compiling yoke-derive v0.8.2
14052026-07-14T15:28:37.489Z Compiling zerovec-derive v0.11.3
14062026-07-14T15:28:37.501Z Compiling displaydoc v0.2.6
14072026-07-14T15:28:37.636Z Compiling schemars_derive v0.8.22
14082026-07-14T15:28:37.648Z Compiling thiserror-impl v2.0.18
14092026-07-14T15:28:38.330Z Compiling tokio-macros v2.7.0
14102026-07-14T15:28:38.531Z Compiling zerocopy-derive v0.8.50
14112026-07-14T15:28:38.599Z Compiling zerofrom v0.1.8
14122026-07-14T15:28:38.641Z Compiling zeroize_derive v1.4.3
14132026-07-14T15:28:38.723Z Compiling yoke v0.8.3
14142026-07-14T15:28:38.861Z Compiling futures-macro v0.3.32
14152026-07-14T15:28:38.906Z Compiling zerovec v0.11.6
14162026-07-14T15:28:38.906Z Compiling zerotrie v0.2.4
14172026-07-14T15:28:39.211Z Compiling ryu v1.0.23
14182026-07-14T15:28:39.341Z Compiling zeroize v1.8.2
14192026-07-14T15:28:39.408Z Compiling tinystr v0.8.3
14202026-07-14T15:28:39.441Z Compiling potential_utf v0.1.5
14212026-07-14T15:28:39.543Z Compiling try-lock v0.2.5
14222026-07-14T15:28:39.554Z Compiling icu_collections v2.2.0
14232026-07-14T15:28:39.601Z Compiling icu_locale_core v2.2.0
14242026-07-14T15:28:39.601Z Compiling untrusted v0.9.0
14252026-07-14T15:28:39.641Z Compiling want v0.3.1
14262026-07-14T15:28:39.698Z Compiling futures-util v0.3.32
14272026-07-14T15:28:39.799Z Compiling thiserror-impl v1.0.69
14282026-07-14T15:28:39.880Z Compiling pest v2.8.6
14292026-07-14T15:28:40.065Z Compiling rand_core v0.6.4
14302026-07-14T15:28:40.279Z Compiling httpdate v1.0.3
14312026-07-14T15:28:40.520Z Compiling bytes v1.11.1
14322026-07-14T15:28:40.564Z Compiling icu_provider v2.2.0
14332026-07-14T15:28:40.675Z Compiling chrono v0.4.45
14342026-07-14T15:28:40.879Z Compiling icu_properties v2.2.0
14352026-07-14T15:28:40.964Z Compiling icu_normalizer v2.2.0
14362026-07-14T15:28:41.131Z Compiling http v1.4.2
14372026-07-14T15:28:41.153Z Compiling tokio v1.52.3
14382026-07-14T15:28:41.549Z Compiling serde_tokenstream v0.2.3
14392026-07-14T15:28:41.916Z Compiling idna_adapter v1.2.2
14402026-07-14T15:28:42.046Z Compiling idna v1.1.0
14412026-07-14T15:28:42.056Z Compiling erased-serde v0.3.31
14422026-07-14T15:28:42.097Z Compiling http-body v1.0.1
14432026-07-14T15:28:42.232Z Compiling pest_meta v2.8.6
14442026-07-14T15:28:42.243Z Compiling pretty-hex v0.4.2
14452026-07-14T15:28:42.255Z Compiling plain v0.2.3
14462026-07-14T15:28:42.355Z Compiling url v2.5.8
14472026-07-14T15:28:42.370Z Compiling winnow v1.0.3
14482026-07-14T15:28:42.821Z Compiling ppv-lite86 v0.2.21
14492026-07-14T15:28:42.962Z Compiling pest_generator v2.8.6
14502026-07-14T15:28:43.141Z Compiling paste v1.0.15
14512026-07-14T15:28:43.236Z Compiling allocator-api2 v0.2.21
14522026-07-14T15:28:43.454Z Compiling foldhash v0.2.0
14532026-07-14T15:28:43.514Z Compiling tracing-attributes v0.1.31
14542026-07-14T15:28:43.528Z Compiling tracing-core v0.1.36
14552026-07-14T15:28:43.549Z Compiling omicron-workspace-hack v0.1.0
14562026-07-14T15:28:43.560Z Compiling pest_derive v2.8.6
14572026-07-14T15:28:43.667Z Compiling hashbrown v0.16.1
14582026-07-14T15:28:43.770Z Compiling ipnetwork v0.21.1
14592026-07-14T15:28:44.113Z Compiling oxnet v0.1.6
14602026-07-14T15:28:44.137Z Compiling ident_case v1.0.1
14612026-07-14T15:28:44.249Z Compiling http-body-util v0.1.3
14622026-07-14T15:28:44.252Z Compiling serde_urlencoded v0.7.1
14632026-07-14T15:28:44.402Z Compiling aho-corasick v1.1.4
14642026-07-14T15:28:44.500Z Compiling sync_wrapper v1.0.2
14652026-07-14T15:28:44.545Z Compiling daft-derive v0.1.7
14662026-07-14T15:28:44.716Z Compiling fastrand v2.4.1
14672026-07-14T15:28:44.727Z Compiling tracing v0.1.44
14682026-07-14T15:28:44.974Z Compiling tokio-util v0.7.18
14692026-07-14T15:28:45.138Z Compiling async-trait v0.1.89
14702026-07-14T15:28:45.313Z Compiling regex-automata v0.4.14
14712026-07-14T15:28:45.575Z Compiling scroll_derive v0.13.1
14722026-07-14T15:28:45.764Z Compiling aws-lc-rs v1.17.0
14732026-07-14T15:28:45.838Z Compiling num-conv v0.2.2
14742026-07-14T15:28:45.986Z Compiling time-core v0.1.8
14752026-07-14T15:28:46.082Z Compiling anyhow v1.0.103
14762026-07-14T15:28:46.115Z Compiling powerfmt v0.2.0
14772026-07-14T15:28:46.126Z Compiling time-macros v0.2.27
14782026-07-14T15:28:46.317Z Compiling deranged v0.5.8
14792026-07-14T15:28:46.411Z Compiling scroll v0.13.0
14802026-07-14T15:28:46.623Z Compiling rustls-pki-types v1.14.1
14812026-07-14T15:28:46.676Z Compiling hex v0.4.3
14822026-07-14T15:28:46.981Z Compiling openssl-probe v0.2.1
14832026-07-14T15:28:47.147Z Compiling regex v1.12.3
14842026-07-14T15:28:47.173Z Compiling num_threads v0.1.7
14852026-07-14T15:28:47.268Z Compiling goblin v0.10.7
14862026-07-14T15:28:47.318Z Compiling untrusted v0.7.1
14872026-07-14T15:28:47.440Z Compiling camino v1.2.4
14882026-07-14T15:28:47.570Z Compiling rustls v0.23.40
14892026-07-14T15:28:47.618Z Compiling usdt-impl v0.6.0
14902026-07-14T15:28:47.736Z Compiling crc32fast v1.5.0
14912026-07-14T15:28:47.792Z Compiling h2 v0.4.14
14922026-07-14T15:28:47.889Z Compiling dtrace-parser v0.3.0
14932026-07-14T15:28:47.919Z Compiling crossbeam-utils v0.8.21
14942026-07-14T15:28:48.237Z Compiling futures-executor v0.3.32
14952026-07-14T15:28:48.261Z Compiling structmeta-derive v0.3.0
14962026-07-14T15:28:48.273Z Compiling thread-id v5.1.0
14972026-07-14T15:28:48.347Z Compiling adler2 v2.0.1
14982026-07-14T15:28:48.480Z Compiling cpufeatures v0.3.0
14992026-07-14T15:28:48.550Z Compiling simd-adler32 v0.3.9
15002026-07-14T15:28:48.749Z Compiling miniz_oxide v0.8.9
15012026-07-14T15:28:48.759Z Compiling futures v0.3.32
15022026-07-14T15:28:48.831Z Compiling rand_core v0.9.5
15032026-07-14T15:28:49.045Z Compiling darling_core v0.23.0
15042026-07-14T15:28:49.337Z Compiling structmeta v0.3.0
15052026-07-14T15:28:49.342Z Compiling newtype-uuid-macros v0.1.0
15062026-07-14T15:28:49.393Z Compiling hybrid-array v0.4.12
15072026-07-14T15:28:49.672Z Compiling thread_local v1.1.9
15082026-07-14T15:28:49.853Z Compiling hyper v1.10.1
15092026-07-14T15:28:49.940Z Compiling match_cfg v0.1.0
15102026-07-14T15:28:50.009Z Compiling flate2 v1.1.9
15112026-07-14T15:28:50.150Z Compiling dof v0.4.0
15122026-07-14T15:28:50.421Z Compiling newtype-uuid v1.3.2
15132026-07-14T15:28:51.020Z Compiling hyper-util v0.1.20
15142026-07-14T15:28:51.112Z Compiling darling_macro v0.23.0
15152026-07-14T15:28:51.500Z Compiling slog-async v2.8.0
15162026-07-14T15:28:51.569Z Compiling ref-cast v1.0.25
15172026-07-14T15:28:51.589Z Compiling compression-core v0.4.32
15182026-07-14T15:28:51.708Z Compiling quick-error v1.2.3
15192026-07-14T15:28:51.744Z Compiling darling v0.23.0
15202026-07-14T15:28:51.870Z Compiling compression-codecs v0.4.38
15212026-07-14T15:28:51.896Z Compiling daft v0.1.7
15222026-07-14T15:28:51.984Z Compiling crypto-common v0.2.2
15232026-07-14T15:28:51.996Z Compiling block-buffer v0.12.0
15242026-07-14T15:28:52.123Z Compiling rand_chacha v0.9.0
15252026-07-14T15:28:52.144Z Compiling ref-cast-impl v1.0.25
15262026-07-14T15:28:52.160Z Compiling strum_macros v0.26.4
15272026-07-14T15:28:52.248Z Compiling usdt-attr-macro v0.6.0
15282026-07-14T15:28:52.363Z Compiling usdt-macro v0.6.0
15292026-07-14T15:28:52.550Z Compiling serde_spanned v1.1.1
15302026-07-14T15:28:52.700Z Compiling generic-array v0.14.7
15312026-07-14T15:28:52.750Z Compiling multer v3.1.0
15322026-07-14T15:28:52.945Z Compiling bit-vec v0.8.0
15332026-07-14T15:28:52.957Z Compiling const-oid v0.10.2
15342026-07-14T15:28:52.983Z Compiling toml_writer v1.1.1+spec-1.1.0
15352026-07-14T15:28:52.994Z Compiling term v1.2.1
15362026-07-14T15:28:53.163Z Compiling take_mut v0.2.2
15372026-07-14T15:28:53.177Z Compiling debug-ignore v1.0.5
15382026-07-14T15:28:53.196Z Compiling bit-set v0.8.0
15392026-07-14T15:28:53.266Z Compiling digest v0.11.3
15402026-07-14T15:28:53.363Z Compiling rand v0.9.4
15412026-07-14T15:28:53.445Z Compiling serde_with_macros v3.20.0
15422026-07-14T15:28:53.456Z Compiling async-stream-impl v0.3.6
15432026-07-14T15:28:53.482Z Compiling dropshot v0.17.1
15442026-07-14T15:28:53.703Z Compiling encoding_rs v0.8.35
15452026-07-14T15:28:53.718Z Compiling spin v0.9.8
15462026-07-14T15:28:53.818Z Compiling strum v0.26.3
15472026-07-14T15:28:53.829Z Compiling syn v1.0.109
15482026-07-14T15:28:53.942Z Compiling unarray v0.1.4
15492026-07-14T15:28:53.965Z Compiling mime v0.3.17
15502026-07-14T15:28:54.089Z Compiling sha1 v0.11.0
15512026-07-14T15:28:54.100Z Compiling async-stream v0.3.6
15522026-07-14T15:28:54.234Z Compiling derive-ex v0.1.8
15532026-07-14T15:28:54.327Z Compiling tower v0.5.3
15542026-07-14T15:28:54.341Z Compiling dropshot_endpoint v0.17.1
15552026-07-14T15:28:54.535Z Compiling macaddr v1.0.1
15562026-07-14T15:28:54.573Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15572026-07-14T15:28:54.734Z Compiling waitgroup v0.1.2
15582026-07-14T15:28:54.749Z Compiling serde_path_to_error v0.1.20
15592026-07-14T15:28:55.056Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15602026-07-14T15:28:55.102Z Compiling tower-http v0.6.11
15612026-07-14T15:28:55.199Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15622026-07-14T15:28:55.371Z Compiling tempfile v3.27.0
15632026-07-14T15:28:55.371Z Compiling openapiv3 v2.2.0
15642026-07-14T15:28:55.521Z Compiling strum_macros v0.27.2
15652026-07-14T15:28:55.787Z Compiling test-strategy v0.4.5
15662026-07-14T15:28:55.980Z Compiling instant v0.1.13
15672026-07-14T15:28:56.084Z Compiling time v0.3.47
15682026-07-14T15:28:56.917Z Compiling rustls-native-certs v0.8.4
15692026-07-14T15:28:57.029Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15702026-07-14T15:28:57.185Z Compiling crossbeam-channel v0.5.15
15712026-07-14T15:28:57.267Z Compiling crypto-common v0.1.7
15722026-07-14T15:28:57.394Z Compiling strum v0.27.2
15732026-07-14T15:28:57.526Z Compiling parse-display-derive v0.10.0
15742026-07-14T15:28:57.682Z Compiling backon v1.6.0
15752026-07-14T15:28:57.836Z Compiling rand_chacha v0.3.1
15762026-07-14T15:28:58.220Z Compiling either v1.16.0
15772026-07-14T15:28:58.420Z Compiling rand v0.8.6
15782026-07-14T15:28:58.575Z Compiling slog-json v2.6.1
15792026-07-14T15:28:58.712Z Compiling hostname v0.3.1
15802026-07-14T15:28:58.782Z Compiling toml_parser v1.1.2+spec-1.1.0
15812026-07-14T15:28:58.850Z Compiling toml_datetime v1.1.1+spec-1.1.0
15822026-07-14T15:28:58.941Z Compiling memmap2 v0.9.10
15832026-07-14T15:28:59.080Z Compiling wait-timeout v0.2.1
15842026-07-14T15:28:59.098Z Compiling is-terminal v0.4.17
15852026-07-14T15:28:59.178Z Compiling toml v1.1.2+spec-1.1.0
15862026-07-14T15:28:59.178Z Compiling slog-term v2.9.2
15872026-07-14T15:28:59.366Z Compiling rusty-fork v0.3.1
15882026-07-14T15:28:59.371Z Compiling usdt v0.6.0
15892026-07-14T15:28:59.597Z Compiling slog-bunyan v2.5.0
15902026-07-14T15:28:59.664Z Compiling serde_with v3.20.0
15912026-07-14T15:28:59.718Z Compiling async-compression v0.4.42
15922026-07-14T15:28:59.722Z Compiling rand_xorshift v0.4.0
15932026-07-14T15:28:59.784Z Compiling rustls-pemfile v2.2.0
15942026-07-14T15:28:59.854Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15952026-07-14T15:28:59.975Z Compiling regress v0.10.5
15962026-07-14T15:29:00.029Z Compiling hostname v0.4.2
15972026-07-14T15:29:00.167Z Compiling humantime v2.3.0
15982026-07-14T15:29:00.186Z Compiling proptest v1.11.0
15992026-07-14T15:29:00.692Z Compiling iddqd v0.4.5
16002026-07-14T15:29:00.884Z Compiling reqwest v0.12.28
16012026-07-14T15:29:00.910Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16022026-07-14T15:29:01.154Z Compiling block-buffer v0.10.4
16032026-07-14T15:29:01.314Z Compiling utf8parse v0.2.2
16042026-07-14T15:29:01.428Z Compiling anstyle-parse v1.0.0
16052026-07-14T15:29:01.602Z Compiling digest v0.10.7
16062026-07-14T15:29:01.613Z Compiling parse-display v0.10.0
16072026-07-14T15:29:01.847Z Compiling progenitor-client v0.10.0
16082026-07-14T15:29:01.950Z Compiling backoff v0.4.0
16092026-07-14T15:29:01.984Z Compiling itertools v0.14.0
16102026-07-14T15:29:02.123Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16112026-07-14T15:29:02.160Z Compiling is_terminal_polyfill v1.70.2
16122026-07-14T15:29:02.251Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16132026-07-14T15:29:03.126Z Compiling anstyle-query v1.1.5
16142026-07-14T15:29:03.169Z Compiling colorchoice v1.0.5
16152026-07-14T15:29:03.230Z Compiling anstyle v1.0.14
16162026-07-14T15:29:03.456Z Compiling anstream v1.0.0
16172026-07-14T15:29:03.742Z Compiling clap_lex v1.1.0
16182026-07-14T15:29:03.984Z Compiling regress v0.11.1
16192026-07-14T15:29:03.998Z Compiling clap_derive v4.6.1
16202026-07-14T15:29:04.440Z Compiling terminal_size v0.4.4
16212026-07-14T15:29:05.523Z Compiling typify-impl v0.6.2
16222026-07-14T15:29:05.814Z Compiling toml_datetime v0.6.11
16232026-07-14T15:29:06.016Z Compiling zerocopy-derive v0.7.35
16242026-07-14T15:29:06.093Z Compiling convert_case v0.4.0
16252026-07-14T15:29:06.162Z Compiling cpufeatures v0.2.17
16262026-07-14T15:29:06.233Z Compiling clap_builder v4.6.0
16272026-07-14T15:29:06.916Z Compiling zerocopy v0.7.35
16282026-07-14T15:29:06.945Z Compiling derive_more v0.99.20
16292026-07-14T15:29:07.479Z Compiling toml_edit v0.25.12+spec-1.1.0
16302026-07-14T15:29:08.005Z Compiling unicode-width v0.2.2
16312026-07-14T15:29:08.200Z Compiling proc-macro-crate v3.5.0
16322026-07-14T15:29:08.286Z Compiling clap v4.6.1
16332026-07-14T15:29:08.622Z Compiling secrecy v0.10.3
16342026-07-14T15:29:08.789Z Compiling crucible-workspace-hack v0.1.0
16352026-07-14T15:29:09.010Z Compiling tinyvec_macros v0.1.1
16362026-07-14T15:29:09.010Z Compiling float-ord v0.3.2
16372026-07-14T15:29:09.079Z Compiling tinyvec v1.11.0
16382026-07-14T15:29:09.136Z Compiling num_enum_derive v0.7.6
16392026-07-14T15:29:09.575Z Compiling dtrace-parser v0.2.0
16402026-07-14T15:29:09.612Z Compiling scroll_derive v0.12.1
16412026-07-14T15:29:09.753Z Compiling num-integer v0.1.46
16422026-07-14T15:29:09.879Z Compiling rustc_version v0.4.1
16432026-07-14T15:29:10.076Z Compiling usdt-impl v0.5.0
16442026-07-14T15:29:10.182Z Compiling num_enum v0.7.6
16452026-07-14T15:29:10.340Z Compiling scroll v0.12.0
16462026-07-14T15:29:10.340Z Compiling curve25519-dalek v4.1.3
16472026-07-14T15:29:10.535Z Compiling dof v0.3.0
16482026-07-14T15:29:10.656Z Compiling hmac v0.12.1
16492026-07-14T15:29:10.686Z Compiling inout v0.1.4
16502026-07-14T15:29:10.789Z Compiling darling_core v0.21.3
16512026-07-14T15:29:10.827Z Compiling ff v0.13.1
16522026-07-14T15:29:10.877Z Compiling thread-id v4.2.2
16532026-07-14T15:29:10.975Z Compiling group v0.13.0
16542026-07-14T15:29:11.043Z Compiling cipher v0.4.4
16552026-07-14T15:29:11.079Z Compiling hkdf v0.12.4
16562026-07-14T15:29:11.332Z Compiling goblin v0.8.2
16572026-07-14T15:29:11.607Z Compiling num-rational v0.4.2
16582026-07-14T15:29:11.686Z Compiling num-iter v0.1.45
16592026-07-14T15:29:11.914Z Compiling thiserror-impl-no-std v2.0.2
16602026-07-14T15:29:11.925Z Compiling typify-macro v0.6.2
16612026-07-14T15:29:11.956Z Compiling universal-hash v0.5.1
16622026-07-14T15:29:11.976Z Compiling crypto-bigint v0.5.5
16632026-07-14T15:29:12.082Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16642026-07-14T15:29:12.375Z Compiling crossbeam-epoch v0.9.18
16652026-07-14T15:29:12.722Z Compiling half v2.7.1
16662026-07-14T15:29:12.751Z Compiling curve25519-dalek-derive v0.1.1
16672026-07-14T15:29:12.927Z Compiling darling_macro v0.21.3
16682026-07-14T15:29:13.017Z Compiling num-complex v0.4.6
16692026-07-14T15:29:13.367Z Compiling base16ct v0.2.0
16702026-07-14T15:29:13.392Z Compiling opaque-debug v0.3.1
16712026-07-14T15:29:13.392Z Compiling heck v0.4.1
16722026-07-14T15:29:13.454Z Compiling base64ct v1.8.3
16732026-07-14T15:29:13.470Z Compiling ciborium-io v0.2.2
16742026-07-14T15:29:13.518Z Compiling elliptic-curve v0.13.8
16752026-07-14T15:29:13.521Z Compiling darling v0.21.3
16762026-07-14T15:29:13.556Z Compiling ciborium-ll v0.2.2
16772026-07-14T15:29:13.601Z Compiling poly1305 v0.8.0
16782026-07-14T15:29:13.745Z Compiling password-hash v0.5.0
16792026-07-14T15:29:14.012Z Compiling typify v0.6.2
16802026-07-14T15:29:14.023Z Compiling num v0.4.3
16812026-07-14T15:29:14.184Z Compiling thiserror-no-std v2.0.2
16822026-07-14T15:29:14.410Z Compiling chacha20 v0.9.1
16832026-07-14T15:29:14.611Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16842026-07-14T15:29:14.699Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16852026-07-14T15:29:15.182Z Compiling blake2 v0.10.6
16862026-07-14T15:29:15.394Z Compiling aead v0.5.2
16872026-07-14T15:29:15.416Z Compiling byte-wrapper v0.1.0
16882026-07-14T15:29:15.554Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16892026-07-14T15:29:15.647Z Compiling proc-macro-error-attr v1.0.4
16902026-07-14T15:29:15.873Z Compiling rustix v0.38.44
16912026-07-14T15:29:15.888Z Compiling prettyplease v0.2.37
16922026-07-14T15:29:15.999Z Compiling heapless v0.8.0
16932026-07-14T15:29:16.136Z Compiling unsafe-libyaml v0.2.11
16942026-07-14T15:29:16.236Z Compiling keccak v0.1.6
16952026-07-14T15:29:16.474Z Compiling sha3 v0.10.9
16962026-07-14T15:29:16.823Z Compiling serde_yaml v0.9.34+deprecated
16972026-07-14T15:29:17.020Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16982026-07-14T15:29:17.066Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16992026-07-14T15:29:17.995Z Compiling chacha20poly1305 v0.10.1
17002026-07-14T15:29:18.054Z Compiling argon2 v0.5.3
17012026-07-14T15:29:18.124Z Compiling vsss-rs v3.3.4
17022026-07-14T15:29:18.145Z Compiling ciborium v0.2.2
17032026-07-14T15:29:18.292Z Compiling ingot-macros v0.1.1
17042026-07-14T15:29:18.566Z Compiling usdt-macro v0.5.0
17052026-07-14T15:29:18.724Z Compiling usdt-attr-macro v0.5.0
17062026-07-14T15:29:19.923Z Compiling serde_spanned v0.6.9
17072026-07-14T15:29:20.068Z Compiling enum-as-inner v0.6.1
17082026-07-14T15:29:20.245Z Compiling hash32 v0.3.1
17092026-07-14T15:29:20.282Z Compiling proc-macro-error v1.0.4
17102026-07-14T15:29:20.395Z Compiling memmap v0.7.0
17112026-07-14T15:29:20.528Z Compiling memoffset v0.9.1
17122026-07-14T15:29:20.586Z Compiling winnow v0.5.40
17132026-07-14T15:29:20.611Z Compiling smoltcp v0.11.0
17142026-07-14T15:29:20.657Z Compiling cfg_aliases v0.2.1
17152026-07-14T15:29:20.728Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17162026-07-14T15:29:20.773Z Compiling toml_write v0.1.2
17172026-07-14T15:29:20.866Z Compiling indent_write v2.2.0
17182026-07-14T15:29:20.960Z Compiling winnow v0.7.15
17192026-07-14T15:29:20.972Z Compiling data-encoding v2.11.0
17202026-07-14T15:29:20.983Z Compiling ingot-types v0.1.2
17212026-07-14T15:29:21.029Z Compiling nix v0.31.3
17222026-07-14T15:29:21.203Z Compiling usdt v0.5.0
17232026-07-14T15:29:21.414Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17242026-07-14T15:29:21.459Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17252026-07-14T15:29:21.472Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17262026-07-14T15:29:21.720Z Compiling tabwriter v1.4.1
17272026-07-14T15:29:22.007Z Compiling toml_edit v0.19.15
17282026-07-14T15:29:22.036Z Compiling cobs v0.3.0
17292026-07-14T15:29:22.051Z Compiling serde_repr v0.1.20
17302026-07-14T15:29:22.063Z Compiling bitflags v1.3.2
17312026-07-14T15:29:22.135Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17322026-07-14T15:29:22.232Z Compiling pkg-config v0.3.33
17332026-07-14T15:29:22.512Z Compiling toml_edit v0.22.27
17342026-07-14T15:29:22.649Z Compiling vcpkg v0.2.15
17352026-07-14T15:29:22.665Z Compiling managed v0.8.0
17362026-07-14T15:29:22.722Z Compiling postcard v1.1.3
17372026-07-14T15:29:23.211Z Compiling openssl-sys v0.9.116
17382026-07-14T15:29:23.328Z Compiling rustls-webpki v0.103.13
17392026-07-14T15:29:23.773Z Compiling proc-macro-crate v1.3.1
17402026-07-14T15:29:24.034Z Compiling toml v0.8.23
17412026-07-14T15:29:24.892Z Compiling ingot v0.1.1
17422026-07-14T15:29:24.924Z Compiling hubpack_derive v0.1.1
17432026-07-14T15:29:24.924Z Compiling foreign-types-macros v0.2.3
17442026-07-14T15:29:25.300Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17452026-07-14T15:29:25.476Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17462026-07-14T15:29:25.487Z Compiling semver v0.1.20
17472026-07-14T15:29:25.627Z Compiling colored v3.1.1
17482026-07-14T15:29:25.716Z Compiling rayon-core v1.13.0
17492026-07-14T15:29:25.742Z Compiling resolv-conf v0.7.6
17502026-07-14T15:29:25.825Z Compiling swrite v0.1.0
17512026-07-14T15:29:26.421Z Compiling static_assertions v1.1.0
17522026-07-14T15:29:26.445Z Compiling foreign-types-shared v0.3.1
17532026-07-14T15:29:26.445Z Compiling unicode-segmentation v1.13.3
17542026-07-14T15:29:26.445Z Compiling linked-hash-map v0.5.6
17552026-07-14T15:29:26.445Z Compiling foreign-types v0.5.0
17562026-07-14T15:29:26.445Z Compiling lru-cache v0.1.2
17572026-07-14T15:29:26.445Z Compiling rustc_version v0.1.7
17582026-07-14T15:29:26.445Z Compiling hubpack v0.1.2
17592026-07-14T15:29:26.445Z Compiling newline-converter v0.3.0
17602026-07-14T15:29:26.445Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17612026-07-14T15:29:26.445Z Compiling num_enum_derive v0.5.11
17622026-07-14T15:29:26.541Z Compiling atomicwrites v0.4.4
17632026-07-14T15:29:26.607Z Compiling hickory-proto v0.24.4
17642026-07-14T15:29:26.735Z Compiling tokio-rustls v0.26.4
17652026-07-14T15:29:26.927Z Compiling rustls-platform-verifier v0.7.0
17662026-07-14T15:29:27.063Z Compiling hyper-rustls v0.27.9
17672026-07-14T15:29:27.368Z Compiling reqwest v0.13.4
17682026-07-14T15:29:28.589Z Compiling progenitor-impl v0.13.0
17692026-07-14T15:29:29.739Z Compiling progenitor-client v0.14.0
17702026-07-14T15:29:29.991Z Compiling progenitor-extras v0.2.0
17712026-07-14T15:29:30.139Z Compiling crossbeam-deque v0.8.6
17722026-07-14T15:29:30.237Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17732026-07-14T15:29:30.349Z Compiling console v0.15.11
17742026-07-14T15:29:30.577Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17752026-07-14T15:29:31.123Z Compiling camino-tempfile v1.4.1
17762026-07-14T15:29:31.382Z Compiling chacha20 v0.10.0
17772026-07-14T15:29:31.635Z Compiling serde-big-array v0.5.1
17782026-07-14T15:29:31.650Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17792026-07-14T15:29:31.833Z Compiling pin-project-internal v1.1.13
17802026-07-14T15:29:32.183Z Compiling derive-where v1.6.1
17812026-07-14T15:29:32.238Z Compiling num-derive v0.4.2
17822026-07-14T15:29:32.353Z Compiling cstr-argument v0.1.2
17832026-07-14T15:29:32.515Z Compiling similar v2.7.0
17842026-07-14T15:29:32.973Z Compiling minimal-lexical v0.2.1
17852026-07-14T15:29:33.237Z Compiling siphasher v1.0.3
17862026-07-14T15:29:33.240Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17872026-07-14T15:29:33.439Z Compiling phf_shared v0.12.1
17882026-07-14T15:29:33.473Z Compiling nom v7.1.3
17892026-07-14T15:29:33.487Z Compiling pin-project v1.1.13
17902026-07-14T15:29:33.511Z Compiling expectorate v1.2.0
17912026-07-14T15:29:33.597Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17922026-07-14T15:29:33.659Z Compiling progenitor-macro v0.13.0
17932026-07-14T15:29:33.864Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17942026-07-14T15:29:34.124Z Compiling rand v0.10.2
17952026-07-14T15:29:34.159Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17962026-07-14T15:29:34.287Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17972026-07-14T15:29:34.787Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-07-14T15:29:34.862Z Compiling progenitor-client v0.13.0
17992026-07-14T15:29:35.572Z Compiling hickory-resolver v0.24.4
18002026-07-14T15:29:36.478Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-07-14T15:29:36.745Z Compiling num_enum v0.5.11
18022026-07-14T15:29:36.776Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18032026-07-14T15:29:36.902Z Compiling newtype_derive v0.1.6
18042026-07-14T15:29:37.279Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-07-14T15:29:37.358Z Compiling progenitor-impl v0.14.0
18062026-07-14T15:29:38.266Z Compiling snafu-derive v0.8.9
18072026-07-14T15:29:38.331Z Compiling unicode-normalization v0.1.25
18082026-07-14T15:29:38.570Z Compiling tokio-stream v0.1.18
18092026-07-14T15:29:38.805Z Compiling async-recursion v1.1.1
18102026-07-14T15:29:38.848Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18112026-07-14T15:29:38.994Z Compiling slog-dtrace v0.3.0
18122026-07-14T15:29:39.040Z Compiling csv-core v0.1.13
18132026-07-14T15:29:39.154Z Compiling bstr v1.12.1
18142026-07-14T15:29:39.246Z Compiling cancel-safe-futures v0.1.5
18152026-07-14T15:29:39.302Z Compiling unicode-xid v0.2.6
18162026-07-14T15:29:39.424Z Compiling unicode-width v0.1.14
18172026-07-14T15:29:39.503Z Compiling same-file v1.0.6
18182026-07-14T15:29:39.517Z Compiling chrono-tz v0.10.4
18192026-07-14T15:29:39.655Z Compiling foldhash v0.1.5
18202026-07-14T15:29:39.680Z Compiling openssl v0.10.80
18212026-07-14T15:29:39.708Z Compiling konst_macro_rules v0.2.19
18222026-07-14T15:29:39.745Z Compiling highway v1.3.0
18232026-07-14T15:29:39.833Z Compiling owo-colors v4.3.0
18242026-07-14T15:29:39.886Z Compiling foreign-types-shared v0.1.1
18252026-07-14T15:29:39.977Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-07-14T15:29:39.990Z Compiling foreign-types v0.3.2
18272026-07-14T15:29:40.019Z Compiling snafu v0.8.9
18282026-07-14T15:29:40.060Z Compiling konst v0.2.20
18292026-07-14T15:29:40.132Z Compiling hashbrown v0.15.5
18302026-07-14T15:29:40.249Z Compiling walkdir v2.5.0
18312026-07-14T15:29:40.297Z Compiling globset v0.4.18
18322026-07-14T15:29:40.420Z Compiling const_format_proc_macros v0.2.34
18332026-07-14T15:29:40.658Z Compiling csv v1.4.0
18342026-07-14T15:29:40.728Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-07-14T15:29:40.894Z Compiling qorb v0.4.1
18362026-07-14T15:29:40.917Z Compiling progenitor-macro v0.14.0
18372026-07-14T15:29:41.138Z Compiling progenitor v0.13.0
18382026-07-14T15:29:41.225Z Compiling olpc-cjson v0.1.4
18392026-07-14T15:29:41.389Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18402026-07-14T15:29:41.737Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-07-14T15:29:41.945Z Compiling rayon v1.12.0
18422026-07-14T15:29:42.789Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-07-14T15:29:43.008Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-07-14T15:29:43.214Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-07-14T15:29:43.365Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-07-14T15:29:43.773Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18472026-07-14T15:29:43.956Z Compiling phf v0.12.1
18482026-07-14T15:29:44.104Z Compiling zone_cfg_derive v0.3.1
18492026-07-14T15:29:44.463Z Compiling tokio-dtrace v0.1.1
18502026-07-14T15:29:44.813Z Compiling itertools v0.12.1
18512026-07-14T15:29:45.181Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18522026-07-14T15:29:45.387Z Compiling libsw-core v0.3.2
18532026-07-14T15:29:45.572Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-07-14T15:29:45.733Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18552026-07-14T15:29:46.073Z Compiling serde_plain v1.0.2
18562026-07-14T15:29:46.085Z Compiling openssl-macros v0.1.1
18572026-07-14T15:29:46.126Z Compiling pem v3.0.6
18582026-07-14T15:29:46.137Z Compiling cookie v0.18.1
18592026-07-14T15:29:46.173Z Compiling sigpipe v0.1.3
18602026-07-14T15:29:46.260Z Compiling fixedbitset v0.4.2
18612026-07-14T15:29:46.277Z Compiling bytecount v0.6.9
18622026-07-14T15:29:46.379Z Compiling typed-path v0.9.3
18632026-07-14T15:29:46.419Z Compiling glob v0.3.3
18642026-07-14T15:29:46.496Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-07-14T15:29:46.508Z Compiling fixedbitset v0.5.7
18662026-07-14T15:29:46.585Z Compiling jiff v0.2.28
18672026-07-14T15:29:46.808Z Compiling petgraph v0.8.3
18682026-07-14T15:29:46.930Z Compiling petgraph v0.6.5
18692026-07-14T15:29:47.567Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-07-14T15:29:47.762Z Compiling tough v0.22.0
18712026-07-14T15:29:47.850Z Compiling papergrid v0.11.0
18722026-07-14T15:29:48.426Z Compiling progenitor v0.14.0
18732026-07-14T15:29:48.480Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18742026-07-14T15:29:48.540Z Compiling zone v0.3.1
18752026-07-14T15:29:48.553Z Compiling libsw v3.5.0
18762026-07-14T15:29:48.667Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18772026-07-14T15:29:48.721Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-07-14T15:29:48.912Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18792026-07-14T15:29:48.925Z Compiling oxide-tokio-rt v0.1.6
18802026-07-14T15:29:49.233Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-07-14T15:29:49.602Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-07-14T15:29:49.983Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-07-14T15:29:50.203Z Compiling const_format v0.2.36
18842026-07-14T15:29:50.238Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-07-14T15:29:50.832Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18862026-07-14T15:29:50.847Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-07-14T15:29:51.156Z Compiling tabled_derive v0.7.0
18882026-07-14T15:29:51.221Z Compiling gethostname v0.5.0
18892026-07-14T15:29:51.346Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-07-14T15:29:51.430Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18912026-07-14T15:29:51.433Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-07-14T15:29:51.465Z Compiling smf v0.2.3
18932026-07-14T15:29:51.500Z Compiling bcs v0.1.6
18942026-07-14T15:29:51.559Z Compiling nom v8.0.0
18952026-07-14T15:29:51.883Z Compiling tagptr v0.2.0
18962026-07-14T15:29:52.037Z Compiling lazy_static v1.5.0
18972026-07-14T15:29:52.143Z Compiling smawk v0.3.2
18982026-07-14T15:29:52.160Z Compiling linear-map v1.2.0
18992026-07-14T15:29:52.198Z Compiling whoami v1.6.1
19002026-07-14T15:29:52.273Z Compiling termtree v0.5.1
19012026-07-14T15:29:52.286Z Compiling unicode-linebreak v0.1.5
19022026-07-14T15:29:52.345Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-07-14T15:29:52.512Z Compiling textwrap v0.16.2
19042026-07-14T15:29:52.534Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-07-14T15:29:52.972Z Compiling tabled v0.15.0
19062026-07-14T15:29:53.049Z Compiling steno v0.4.1
19072026-07-14T15:29:54.008Z Compiling moka v0.12.15
19082026-07-14T15:29:54.042Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-07-14T15:29:54.070Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-07-14T15:29:54.804Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-07-14T15:29:55.623Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-07-14T15:29:55.730Z Compiling hickory-proto v0.25.2
19132026-07-14T15:29:56.293Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19142026-07-14T15:29:56.580Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19152026-07-14T15:29:56.999Z Compiling parking_lot_core v0.8.6
19162026-07-14T15:29:57.011Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-07-14T15:29:57.323Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19182026-07-14T15:29:57.434Z Compiling libscf-sys v1.2.0
19192026-07-14T15:29:57.582Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19202026-07-14T15:29:57.677Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19212026-07-14T15:29:57.786Z Compiling hickory-resolver v0.25.2
19222026-07-14T15:29:57.839Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19232026-07-14T15:29:58.176Z Compiling parking_lot v0.11.2
19242026-07-14T15:29:58.215Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19252026-07-14T15:29:58.226Z Compiling fxhash v0.2.1
19262026-07-14T15:29:58.361Z Compiling internet-checksum v0.2.1
19272026-07-14T15:29:58.457Z Compiling sled v0.34.7
19282026-07-14T15:29:58.501Z Compiling itertools v0.15.0
19292026-07-14T15:29:58.592Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19302026-07-14T15:29:58.675Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19312026-07-14T15:30:02.020Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19322026-07-14T15:30:02.797Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19332026-07-14T15:30:10.770Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19342026-07-14T15:30:12.399Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19352026-07-14T15:30:13.425Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19362026-07-14T15:30:14.361Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19372026-07-14T15:30:15.182Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19382026-07-14T15:30:37.926Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
19392026-07-14T15:30:38.111Z────────────
19402026-07-14T15:30:38.111Z Nextest run ID 80dd72d7-c05e-42c7-8c2d-a68aa6dcc2d3 with nextest profile: default
19412026-07-14T15:30:38.111Z Starting 45 tests across 3 binaries
19422026-07-14T15:30:38.117Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19432026-07-14T15:30:38.117Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19442026-07-14T15:30:38.117Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19452026-07-14T15:30:38.120Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19462026-07-14T15:30:38.120Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19472026-07-14T15:30:38.123Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
19482026-07-14T15:30:38.123Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_shutdown_preference
19492026-07-14T15:30:38.123Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19502026-07-14T15:30:38.126Z PASS [ 0.008s] rdb db::test::test_prefix4_db_key_serialization
19512026-07-14T15:30:38.128Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19522026-07-14T15:30:38.128Z PASS [ 0.008s] rdb db::test::test_prefix6_db_key_serialization
19532026-07-14T15:30:38.131Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
19542026-07-14T15:30:38.174Z PASS [ 0.057s] rdb db::test::test_ipv6_origin_crud
19552026-07-14T15:30:38.174Z PASS [ 0.057s] rdb db::test::test_ipv4_origin_crud
19562026-07-14T15:30:38.178Z PASS [ 0.054s] rdb db::test::test_prefix_host_bit_normalization
19572026-07-14T15:30:38.178Z PASS [ 0.055s] rdb db::test::test_rib
19582026-07-14T15:30:38.182Z PASS [ 0.053s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19592026-07-14T15:30:38.182Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv4_basic
19602026-07-14T15:30:38.182Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_basic
19612026-07-14T15:30:38.182Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19622026-07-14T15:30:38.192Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
19632026-07-14T15:30:38.195Z PASS [ 0.014s] rdb proptest::prop_ipv4_normalized_is_network_address
19642026-07-14T15:30:38.195Z PASS [ 0.014s] rdb proptest::prop_ipv4_subnet_of_self
19652026-07-14T15:30:38.197Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19662026-07-14T15:30:38.205Z PASS [ 0.014s] rdb proptest::prop_ipv6_normalized_is_network_address
19672026-07-14T15:30:38.208Z PASS [ 0.013s] rdb proptest::prop_ipv6_subnet_of_self
19682026-07-14T15:30:38.211Z PASS [ 0.016s] rdb proptest::prop_static_route_key_deduplication
19692026-07-14T15:30:38.215Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
19702026-07-14T15:30:38.225Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19712026-07-14T15:30:38.229Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_length
19722026-07-14T15:30:38.231Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalized_is_network_address
19732026-07-14T15:30:38.231Z PASS [ 0.057s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19742026-07-14T15:30:38.231Z PASS [ 0.056s] rdb db::test::test_static_routing_vlan_id_handling
19752026-07-14T15:30:38.231Z PASS [ 0.058s] rdb db::test::test_static_routing_mixed_address_families
19762026-07-14T15:30:38.234Z PASS [ 0.009s] rdb types::test::bgp_vs_static_ordering
19772026-07-14T15:30:38.234Z PASS [ 0.009s] rdb types::test::bgp_path_identity
19782026-07-14T15:30:38.237Z PASS [ 0.009s] rdb types::test::btreeset_coexistence
19792026-07-14T15:30:38.240Z PASS [ 0.024s] rdb proptest::prop_static_route_key_ord_consistency
19802026-07-14T15:30:38.240Z PASS [ 0.009s] rdb types::test::btreeset_remove
19812026-07-14T15:30:38.240Z PASS [ 0.009s] rdb types::test::btreeset_replace
19822026-07-14T15:30:38.240Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
19832026-07-14T15:30:38.243Z PASS [ 0.008s] rdb types::test::ord_contract
19842026-07-14T15:30:38.243Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
19852026-07-14T15:30:38.245Z PASS [ 0.008s] rdb types::test::static_path_identity
19862026-07-14T15:30:38.259Z PASS [ 0.083s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19872026-07-14T15:30:38.262Z────────────
19882026-07-14T15:30:38.262Z Summary [ 0.149s] 45 tests run: 45 passed, 0 skipped
19892026-07-14T15:30:38.271Z+ cp ./rib.log /work/
19902026-07-14T15:30:38.275Z+ popd
19912026-07-14T15:30:38.275Z/work/oxidecomputer/maghemite
19922026-07-14T15:30:38.275Zprocess exited: duration 317032 ms, exit code 0
 
19932026-07-14T15:30:38.283Zfound 1 output files
19942026-07-14T15:30:38.283Zuploading: /work/rib.log (1175 bytes)
19952026-07-14T15:30:39.298Zuploaded: /work/rib.log