01KZ6TK4M1W2SGBQQPSVQQJ729: 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: 01KZ6TKTNB6KQRFDYEQ4ZCXGAE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T16:47:39.461Zjob assigned to worker 01KZ6TQND3AFV7TV52QY8T6631 [factory aws, i-045e4c2888212186c] (queued for 2 m 46 s)
 
22026-08-04T16:47:46.329Zstarting task 0: "setup"
32026-08-04T16:47:46.332Z++ uname -s
42026-08-04T16:47:46.336Z+ kern=SunOS
52026-08-04T16:47:46.336Z+ build_user=build
62026-08-04T16:47:46.336Z+ build_uid=12345
72026-08-04T16:47:46.336Z+ work_dir=/work
82026-08-04T16:47:46.336Z+ input_dir=/input
92026-08-04T16:47:46.336Z+ [[ 0 == 12345 ]]
102026-08-04T16:47:46.336Z+ case "$kern" in
112026-08-04T16:47:46.336Z+ groupadd -g 12345 build
122026-08-04T16:47:46.336Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T16:47:48.343Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T16:47:48.440Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T16:47:48.444Z+ home_fs=zfs
162026-08-04T16:47:48.444Z+ [[ zfs == autofs ]]
172026-08-04T16:47:48.444Z+ mkdir -p /home/build
182026-08-04T16:47:48.444Z+ chown build:build /home/build /work
192026-08-04T16:47:50.444Z+ chmod 0700 /home/build /work
202026-08-04T16:47:50.447Zprocess exited: duration 4118 ms, exit code 0
 
212026-08-04T16:47:50.459Zstarting task 1: "rust-toolchain"
222026-08-04T16:47:50.466Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-04T16:47:50.466Z * rust toolchain channel = "stable"
242026-08-04T16:47:50.466Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-04T16:47:50.466Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-04T16:47:50.466Z * rust toolchain profile = "default"
272026-08-04T16:47:50.466Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-04T16:47:50.466Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T16:47:50.467Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-04T16:47:50.583Zinfo: downloading installer
312026-08-04T16:47:51.898Zwarn: It looks like you have an existing installation of Rust at:
322026-08-04T16:47:51.899Zwarn: /opt/ooce/bin
332026-08-04T16:47:51.899Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-04T16:47:51.899Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-04T16:47:51.899Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-04T16:47:51.899Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-04T16:47:51.899Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-04T16:47:51.899Zerror: cannot install while Rust is installed
392026-08-04T16:47:51.899Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-04T16:47:51.899Zwarn: It looks like you have an existing rustup settings file at:
412026-08-04T16:47:51.899Zwarn: /home/build/.rustup/settings.toml
422026-08-04T16:47:51.899Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-04T16:47:51.899Zwarn: instead of the one inferred from the default host triple.
442026-08-04T16:47:51.913Zinfo: profile set to default
452026-08-04T16:47:51.913Zinfo: default host triple is x86_64-unknown-illumos
462026-08-04T16:47:51.917Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-04T16:47:52.045Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-04T16:47:52.048Zinfo: downloading 6 components
492026-08-04T16:48:06.571Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-04T16:48:06.571Z
512026-08-04T16:48:06.597Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-04T16:48:06.597Z
532026-08-04T16:48:06.597Z
542026-08-04T16:48:06.597ZRust is installed now. Great!
552026-08-04T16:48:06.597Z
562026-08-04T16:48:06.597ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-04T16:48:06.597Zenvironment variable. This has not been done automatically.
582026-08-04T16:48:06.597Z
592026-08-04T16:48:06.597ZTo configure your current shell, you need to source
602026-08-04T16:48:06.598Zthe corresponding env file under $HOME/.cargo.
612026-08-04T16:48:06.598Z
622026-08-04T16:48:06.598ZThis is usually done by running one of the following (note the leading DOT):
632026-08-04T16:48:06.598Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-04T16:48:06.598Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-04T16:48:06.598Zsource "~/.cargo/env.nu" # For nushell
662026-08-04T16:48:06.598Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-04T16:48:06.598Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-04T16:48:06.598Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-04T16:48:06.601Zwarn: no default linker (`cc`) was found in your PATH
702026-08-04T16:48:06.601Zwarn: many Rust crates require a system C toolchain to build
712026-08-04T16:48:06.691Z+ rustup --version
722026-08-04T16:48:06.700Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-04T16:48:06.703Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-04T16:48:06.721Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-04T16:48:06.724Z+ cargo --version
762026-08-04T16:48:06.739Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-04T16:48:06.742Z+ rustc --version
782026-08-04T16:48:06.761Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-04T16:48:06.764Zprocess exited: duration 16306 ms, exit code 0
 
802026-08-04T16:48:06.770Zstarting task 2: "authentication"
812026-08-04T16:48:06.787Zprocess exited: duration 16 ms, exit code 0
 
822026-08-04T16:48:06.795Zstarting task 3: "clone repository"
832026-08-04T16:48:06.798Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-04T16:48:06.802Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-04T16:48:06.833ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-04T16:48:08.440Z+ cd /work/oxidecomputer/maghemite
872026-08-04T16:48:08.441Z+ git fetch origin 486debe5e7bf21fb34eb0ff8c85291a234f50307
882026-08-04T16:48:08.858ZFrom https://github.com/oxidecomputer/maghemite
892026-08-04T16:48:08.858Z * branch 486debe5e7bf21fb34eb0ff8c85291a234f50307 -> FETCH_HEAD
902026-08-04T16:48:08.863Z+ [[ -n '' ]]
912026-08-04T16:48:08.863Z+ git reset --hard 486debe5e7bf21fb34eb0ff8c85291a234f50307
922026-08-04T16:48:08.884ZHEAD is now at 486debe [api-types] align multicast validation with dendrite/omicron policy
932026-08-04T16:48:08.887Zprocess exited: duration 2090 ms, exit code 0
 
942026-08-04T16:48:08.893Zstarting task 4: "build"
952026-08-04T16:48:08.897Z+ set -e
962026-08-04T16:48:08.897Z+ source .github/buildomat/test-common.sh
972026-08-04T16:48:08.900Z++ NEXTEST_VERSION=0.9.97
982026-08-04T16:48:08.900Z++ PLATFORM=illumos
992026-08-04T16:48:08.900Z++ banner install
1002026-08-04T16:48:08.900Z
1012026-08-04T16:48:08.900Z # # # #### ##### ## # #
1022026-08-04T16:48:08.900Z # ## # # # # # # #
1032026-08-04T16:48:08.900Z # # # # #### # # # # #
1042026-08-04T16:48:08.900Z # # # # # # ###### # #
1052026-08-04T16:48:08.900Z # # ## # # # # # # #
1062026-08-04T16:48:08.901Z # # # #### # # # ###### ######
1072026-08-04T16:48:08.901Z
1082026-08-04T16:48:08.901Z++ set +o errexit
1092026-08-04T16:48:08.901Z++ pkg info clang-15
1102026-08-04T16:48:08.904Z++ grep -qi installed
1112026-08-04T16:48:10.109Zpkg: info: no packages matching the following patterns you specified are
1122026-08-04T16:48:10.109Zinstalled on the system. Try querying remotely instead:
1132026-08-04T16:48:10.109Z
1142026-08-04T16:48:10.109Z clang-15
1152026-08-04T16:48:10.147Z++ [[ 1 != 0 ]]
1162026-08-04T16:48:10.147Z++ set -o errexit
1172026-08-04T16:48:10.151Z++ pfexec pkg install clang-15
1182026-08-04T16:48:17.479Z Startup: Refreshing catalog 'helios-dev' ... Done
1192026-08-04T16:48:25.339Z Startup: Caching catalogs ... Done
1202026-08-04T16:48:32.714ZPlanning: Solver setup ... Done
1212026-08-04T16:48:32.755ZPlanning: Running solver ... Done
1222026-08-04T16:48:32.897ZPlanning: Finding local manifests ... Done
1232026-08-04T16:48:32.913ZPlanning: Fetching manifests: 0/2 0% complete
1242026-08-04T16:48:33.009ZPlanning: Fetching manifests: 2/2 100% complete
1252026-08-04T16:48:33.037ZPlanning: Package planning ... Done
1262026-08-04T16:48:33.062ZPlanning: Merging actions ... Done
1272026-08-04T16:48:33.169ZPlanning: Checking for conflicting actions ... Done
1282026-08-04T16:48:33.176ZPlanning: Consolidating action changes ... Done
1292026-08-04T16:48:33.920ZPlanning: Evaluating mediators ... Done
1302026-08-04T16:48:33.925ZPlanning: Planning completed in 8.41 seconds
1312026-08-04T16:48:33.936Z Packages to install: 2
1322026-08-04T16:48:33.936Z Mediators to change: 2
1332026-08-04T16:48:33.941Z Services to change: 1
1342026-08-04T16:48:33.941Z Create boot environment: No
1352026-08-04T16:48:33.941ZCreate backup boot environment: No
1362026-08-04T16:48:33.979Z
1372026-08-04T16:48:33.979ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1382026-08-04T16:48:38.981ZDownload: 2804/3076 items 120.0/211.3MB 56% complete (24.3M/s)
1392026-08-04T16:48:40.663ZDownload: Completed 211.31 MB in 6.68 seconds (31.6M/s)
1402026-08-04T16:48:42.183Z Actions: 1/3418 actions (Installing new actions)
1412026-08-04T16:48:45.346Z Actions: Completed 3418 actions in 3.16 seconds.
1422026-08-04T16:48:46.006Z Done
1432026-08-04T16:48:46.007Z Done
1442026-08-04T16:48:46.736Z Done
1452026-08-04T16:48:50.159Z Done
1462026-08-04T16:48:50.230Z Done
1472026-08-04T16:48:50.234Z Done
1482026-08-04T16:48:50.503Z Done
1492026-08-04T16:48:51.203Z++ set -o errexit
1502026-08-04T16:48:51.203Z++ cargo --version
1512026-08-04T16:48:51.210Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1522026-08-04T16:48:51.356Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1532026-08-04T16:48:51.359Zinfo: downloading 6 components
1542026-08-04T16:49:05.582Zcargo 1.97.1 (c980f4866 2026-06-30)
1552026-08-04T16:49:05.586Z++ rustc --version
1562026-08-04T16:49:05.618Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1572026-08-04T16:49:05.622Z++ cargo install cargo-nextest --version 0.9.97
1582026-08-04T16:49:05.664Z Updating crates.io index
1592026-08-04T16:49:05.767Z Downloading crates ...
1602026-08-04T16:49:05.815Z Downloaded cargo-nextest v0.9.97
1612026-08-04T16:49:05.879Z Installing cargo-nextest v0.9.97
1622026-08-04T16:49:05.883Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1632026-08-04T16:49:05.883Z |
1642026-08-04T16:49:05.883Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1652026-08-04T16:49:05.883Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1662026-08-04T16:49:05.923Z Updating crates.io index
1672026-08-04T16:49:08.087Z Locking 396 packages to latest compatible versions
1682026-08-04T16:49:08.091Z Adding dialoguer v0.11.0 (available: v0.12.0)
1692026-08-04T16:49:08.094Z Adding duct v0.13.7 (available: v1.1.1)
1702026-08-04T16:49:08.094Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1712026-08-04T16:49:08.094Z Adding generic-array v0.14.7 (available: v0.14.9)
1722026-08-04T16:49:08.098Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1732026-08-04T16:49:08.098Z Adding itertools v0.14.0 (available: v0.15.0)
1742026-08-04T16:49:08.098Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1752026-08-04T16:49:08.098Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1762026-08-04T16:49:08.101Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1772026-08-04T16:49:08.104Z Adding quick-junit v0.5.2 (available: v0.7.0)
1782026-08-04T16:49:08.129Z Downloading crates ...
1792026-08-04T16:49:08.158Z Downloaded percent-encoding v2.3.2
1802026-08-04T16:49:08.164Z Downloaded adler2 v2.0.1
1812026-08-04T16:49:08.167Z Downloaded atomic-waker v1.1.2
1822026-08-04T16:49:08.167Z Downloaded block-buffer v0.10.4
1832026-08-04T16:49:08.170Z Downloaded anstyle-query v1.1.5
1842026-08-04T16:49:08.173Z Downloaded backtrace-ext v0.2.1
1852026-08-04T16:49:08.176Z Downloaded serde-untagged v0.1.9
1862026-08-04T16:49:08.179Z Downloaded camino-tempfile v1.4.1
1872026-08-04T16:49:08.183Z Downloaded anstream v1.0.0
1882026-08-04T16:49:08.183Z Downloaded cargo-util-schemas v0.2.0
1892026-08-04T16:49:08.186Z Downloaded getrandom v0.4.3
1902026-08-04T16:49:08.186Z Downloaded cfg-if v1.0.4
1912026-08-04T16:49:08.191Z Downloaded quick-junit v0.5.2
1922026-08-04T16:49:08.197Z Downloaded foldhash v0.1.5
1932026-08-04T16:49:08.199Z Downloaded pkg-config v0.3.33
1942026-08-04T16:49:08.200Z Downloaded ppv-lite86 v0.2.21
1952026-08-04T16:49:08.203Z Downloaded tokio-native-tls v0.3.1
1962026-08-04T16:49:08.203Z Downloaded addr2line v0.25.1
1972026-08-04T16:49:08.203Z Downloaded parking_lot_core v0.9.12
1982026-08-04T16:49:08.206Z Downloaded color-spantrace v0.3.0
1992026-08-04T16:49:08.206Z Downloaded futures-core v0.3.33
2002026-08-04T16:49:08.206Z Downloaded pathdiff v0.2.3
2012026-08-04T16:49:08.206Z Downloaded curve25519-dalek-derive v0.1.1
2022026-08-04T16:49:08.209Z Downloaded cpufeatures v0.3.0
2032026-08-04T16:49:08.209Z Downloaded os_pipe v1.2.3
2042026-08-04T16:49:08.210Z Downloaded rand_pcg v0.10.2
2052026-08-04T16:49:08.213Z Downloaded cargo-platform v0.3.3
2062026-08-04T16:49:08.213Z Downloaded cargo-platform v0.2.0
2072026-08-04T16:49:08.217Z Downloaded async-scoped v0.9.0
2082026-08-04T16:49:08.220Z Downloaded serde_derive v1.0.229
2092026-08-04T16:49:08.223Z Downloaded atomicwrites v0.4.4
2102026-08-04T16:49:08.226Z Downloaded owo-colors v4.3.0
2112026-08-04T16:49:08.229Z Downloaded serde_ignored v0.1.14
2122026-08-04T16:49:08.232Z Downloaded fnv v1.0.7
2132026-08-04T16:49:08.235Z Downloaded ordered-float v2.10.1
2142026-08-04T16:49:08.235Z Downloaded futures-macro v0.3.33
2152026-08-04T16:49:08.236Z Downloaded pin-project-internal v1.1.13
2162026-08-04T16:49:08.236Z Downloaded pin-project-lite v0.2.17
2172026-08-04T16:49:08.240Z Downloaded rand_chacha v0.9.0
2182026-08-04T16:49:08.240Z Downloaded document-features v0.2.12
2192026-08-04T16:49:08.243Z Downloaded crypto-common v0.1.7
2202026-08-04T16:49:08.243Z Downloaded rustc-demangle v0.1.28
2212026-08-04T16:49:08.243Z Downloaded enable-ansi-support v0.2.1
2222026-08-04T16:49:08.243Z Downloaded generic-array v0.14.7
2232026-08-04T16:49:08.243Z Downloaded clap_lex v1.1.0
2242026-08-04T16:49:08.243Z Downloaded debug-ignore v1.0.5
2252026-08-04T16:49:08.246Z Downloaded colorchoice v1.0.5
2262026-08-04T16:49:08.251Z Downloaded supports-color v3.0.2
2272026-08-04T16:49:08.254Z Downloaded futures-task v0.3.33
2282026-08-04T16:49:08.257Z Downloaded equivalent v1.0.2
2292026-08-04T16:49:08.257Z Downloaded number_prefix v0.4.0
2302026-08-04T16:49:08.261Z Downloaded pkcs8 v0.10.2
2312026-08-04T16:49:08.261Z Downloaded rand_core v0.6.4
2322026-08-04T16:49:08.264Z Downloaded rand_core v0.10.1
2332026-08-04T16:49:08.264Z Downloaded futures-sink v0.3.33
2342026-08-04T16:49:08.264Z Downloaded quinn-udp v0.5.15
2352026-08-04T16:49:08.264Z Downloaded self-replace v1.5.0
2362026-08-04T16:49:08.264Z Downloaded thiserror-impl v2.0.19
2372026-08-04T16:49:08.267Z Downloaded futures-io v0.3.33
2382026-08-04T16:49:08.267Z Downloaded ahash v0.8.12
2392026-08-04T16:49:08.270Z Downloaded scopeguard v1.2.0
2402026-08-04T16:49:08.274Z Downloaded anstyle-parse v1.0.0
2412026-08-04T16:49:08.274Z Downloaded terminal_size v0.4.4
2422026-08-04T16:49:08.277Z Downloaded serde_spanned v1.1.1
2432026-08-04T16:49:08.280Z Downloaded camino v1.2.5
2442026-08-04T16:49:08.280Z Downloaded cfg_aliases v0.2.2
2452026-08-04T16:49:08.280Z Downloaded shared_child v1.1.1
2462026-08-04T16:49:08.283Z Downloaded signal-hook-mio v0.2.5
2472026-08-04T16:49:08.283Z Downloaded sync_wrapper v1.0.2
2482026-08-04T16:49:08.283Z Downloaded form_urlencoded v1.2.2
2492026-08-04T16:49:08.283Z Downloaded foreign-types-shared v0.1.1
2502026-08-04T16:49:08.283Z Downloaded shell-words v1.1.1
2512026-08-04T16:49:08.289Z Downloaded strip-ansi-escapes v0.2.1
2522026-08-04T16:49:08.292Z Downloaded openssl-macros v0.1.1
2532026-08-04T16:49:08.295Z Downloaded tinyvec_macros v0.1.1
2542026-08-04T16:49:08.299Z Downloaded base64ct v1.8.3
2552026-08-04T16:49:08.302Z Downloaded swrite v0.1.0
2562026-08-04T16:49:08.303Z Downloaded duct v0.13.7
2572026-08-04T16:49:08.303Z Downloaded filetime v0.2.29
2582026-08-04T16:49:08.307Z Downloaded typeid v1.0.3
2592026-08-04T16:49:08.307Z Downloaded tracing-error v0.2.1
2602026-08-04T16:49:08.307Z Downloaded unicode-linebreak v0.1.5
2612026-08-04T16:49:08.307Z Downloaded urlencoding v2.1.3
2622026-08-04T16:49:08.307Z Downloaded signature v2.2.0
2632026-08-04T16:49:08.307Z Downloaded serde_urlencoded v0.7.1
2642026-08-04T16:49:08.307Z Downloaded supports-unicode v3.0.0
2652026-08-04T16:49:08.307Z Downloaded rustc-hash v2.1.3
2662026-08-04T16:49:08.310Z Downloaded guppy-workspace-hack v0.1.0
2672026-08-04T16:49:08.310Z Downloaded heck v0.5.0
2682026-08-04T16:49:08.310Z Downloaded strsim v0.11.1
2692026-08-04T16:49:08.310Z Downloaded mukti-metadata v0.3.0
2702026-08-04T16:49:08.310Z Downloaded serde_spanned v0.6.9
2712026-08-04T16:49:08.310Z Downloaded indenter v0.3.4
2722026-08-04T16:49:08.313Z Downloaded is_ci v1.2.0
2732026-08-04T16:49:08.316Z Downloaded tokio-macros v2.7.2
2742026-08-04T16:49:08.316Z Downloaded openssl-probe v0.2.1
2752026-08-04T16:49:08.316Z Downloaded subtle v2.6.1
2762026-08-04T16:49:08.316Z Downloaded serde-value v0.7.0
2772026-08-04T16:49:08.320Z Downloaded supports-hyperlinks v3.2.0
2782026-08-04T16:49:08.323Z Downloaded cargo_metadata v0.23.1
2792026-08-04T16:49:08.323Z Downloaded anstyle v1.0.14
2802026-08-04T16:49:08.326Z Downloaded sigchld v0.2.4
2812026-08-04T16:49:08.326Z Downloaded tower-service v0.3.3
2822026-08-04T16:49:08.329Z Downloaded cargo_metadata v0.20.0
2832026-08-04T16:49:08.332Z Downloaded cpufeatures v0.2.17
2842026-08-04T16:49:08.333Z Downloaded future-queue v0.4.0
2852026-08-04T16:49:08.336Z Downloaded rand_core v0.9.5
2862026-08-04T16:49:08.336Z Downloaded self_update v0.42.0
2872026-08-04T16:49:08.336Z Downloaded thiserror v1.0.69
2882026-08-04T16:49:08.339Z Downloaded digest v0.10.7
2892026-08-04T16:49:08.339Z Downloaded errno v0.3.14
2902026-08-04T16:49:08.342Z Downloaded fastrand v2.5.0
2912026-08-04T16:49:08.344Z Downloaded futures-executor v0.3.33
2922026-08-04T16:49:08.344Z Downloaded ed25519 v2.2.3
2932026-08-04T16:49:08.344Z Downloaded fixedbitset v0.5.7
2942026-08-04T16:49:08.348Z Downloaded utf8parse v0.2.2
2952026-08-04T16:49:08.348Z Downloaded clap_derive v4.6.4
2962026-08-04T16:49:08.348Z Downloaded const-oid v0.9.6
2972026-08-04T16:49:08.348Z Downloaded parking_lot v0.12.5
2982026-08-04T16:49:08.355Z Downloaded static_assertions v1.1.0
2992026-08-04T16:49:08.358Z Downloaded thread_local v1.1.10
3002026-08-04T16:49:08.363Z Downloaded signal-hook-registry v1.4.8
3012026-08-04T16:49:08.368Z Downloaded toml_write v0.1.2
3022026-08-04T16:49:08.368Z Downloaded unicode-xid v0.2.6
3032026-08-04T16:49:08.368Z Downloaded utf8_iter v1.0.4
3042026-08-04T16:49:08.374Z Downloaded foreign-types v0.3.2
3052026-08-04T16:49:08.374Z Downloaded rustc_version v0.4.1
3062026-08-04T16:49:08.374Z Downloaded simd-adler32 v0.3.10
3072026-08-04T16:49:08.377Z Downloaded thiserror v2.0.19
3082026-08-04T16:49:08.377Z Downloaded slab v0.4.12
3092026-08-04T16:49:08.377Z Downloaded smol_str v0.3.6
3102026-08-04T16:49:08.377Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3112026-08-04T16:49:08.377Z Downloaded convert_case v0.10.0
3122026-08-04T16:49:08.381Z Downloaded nested v0.1.1
3132026-08-04T16:49:08.381Z Downloaded try-lock v0.2.5
3142026-08-04T16:49:08.381Z Downloaded quote v1.0.47
3152026-08-04T16:49:08.381Z Downloaded sha2 v0.10.9
3162026-08-04T16:49:08.384Z Downloaded shlex v2.0.1
3172026-08-04T16:49:08.384Z Downloaded toml_writer v1.1.2+spec-1.1.0
3182026-08-04T16:49:08.384Z Downloaded tower-layer v0.3.3
3192026-08-04T16:49:08.384Z Downloaded autocfg v1.5.1
3202026-08-04T16:49:08.384Z Downloaded either v1.17.0
3212026-08-04T16:49:08.387Z Downloaded jobserver v0.1.35
3222026-08-04T16:49:08.387Z Downloaded indent_write v2.2.0
3232026-08-04T16:49:08.387Z Downloaded target-spec-miette v0.4.8
3242026-08-04T16:49:08.394Z Downloaded hex v0.4.3
3252026-08-04T16:49:08.397Z Downloaded itoa v1.0.18
3262026-08-04T16:49:08.397Z Downloaded serde_path_to_error v0.1.20
3272026-08-04T16:49:08.397Z Downloaded xxhash-rust v0.8.18
3282026-08-04T16:49:08.401Z Downloaded lru-slab v0.1.2
3292026-08-04T16:49:08.404Z Downloaded version_check v0.9.5
3302026-08-04T16:49:08.404Z Downloaded thiserror-impl v1.0.69
3312026-08-04T16:49:08.404Z Downloaded erased-serde v0.4.10
3322026-08-04T16:49:08.407Z Downloaded cfg-expr v0.20.8
3332026-08-04T16:49:08.410Z Downloaded lock_api v0.4.14
3342026-08-04T16:49:08.410Z Downloaded humantime-serde v1.1.1
3352026-08-04T16:49:08.413Z Downloaded dialoguer v0.11.0
3362026-08-04T16:49:08.416Z Downloaded futures-channel v0.3.33
3372026-08-04T16:49:08.417Z Downloaded hyper-tls v0.6.0
3382026-08-04T16:49:08.417Z Downloaded http-body v1.1.0
3392026-08-04T16:49:08.420Z Downloaded is_terminal_polyfill v1.70.2
3402026-08-04T16:49:08.420Z Downloaded nextest-workspace-hack v0.1.0
3412026-08-04T16:49:08.420Z Downloaded chacha20 v0.10.1
3422026-08-04T16:49:08.420Z Downloaded find-msvc-tools v0.1.9
3432026-08-04T16:49:08.423Z Downloaded rustls-pki-types v1.15.1
3442026-08-04T16:49:08.426Z Downloaded tempfile v3.27.0
3452026-08-04T16:49:08.426Z Downloaded untrusted v0.9.0
3462026-08-04T16:49:08.429Z Downloaded futures v0.3.33
3472026-08-04T16:49:08.432Z Downloaded bitflags v2.13.1
3482026-08-04T16:49:08.432Z Downloaded eyre v0.6.12
3492026-08-04T16:49:08.435Z Downloaded semver v1.0.28
3502026-08-04T16:49:08.435Z Downloaded zeroize v1.9.0
3512026-08-04T16:49:08.435Z Downloaded idna_adapter v1.0.0
3522026-08-04T16:49:08.438Z Downloaded toml_datetime v0.6.11
3532026-08-04T16:49:08.438Z Downloaded zstd-safe v7.2.4
3542026-08-04T16:49:08.438Z Downloaded humantime v2.4.0
3552026-08-04T16:49:08.438Z Downloaded miette-derive v7.6.0
3562026-08-04T16:49:08.442Z Downloaded home v0.5.12
3572026-08-04T16:49:08.442Z Downloaded quinn v0.11.11
3582026-08-04T16:49:08.445Z Downloaded cc v1.4.0
3592026-08-04T16:49:08.445Z Downloaded backtrace v0.3.76
3602026-08-04T16:49:08.448Z Downloaded spki v0.7.3
3612026-08-04T16:49:08.451Z Downloaded target-lexicon v0.13.5
3622026-08-04T16:49:08.451Z Downloaded unicase v2.9.0
3632026-08-04T16:49:08.451Z Downloaded console v0.15.11
3642026-08-04T16:49:08.454Z Downloaded crc32fast v1.5.0
3652026-08-04T16:49:08.454Z Downloaded lazy_static v1.5.0
3662026-08-04T16:49:08.458Z Downloaded xattr v1.6.1
3672026-08-04T16:49:08.458Z Downloaded want v0.3.1
3682026-08-04T16:49:08.458Z Downloaded proc-macro2 v1.0.107
3692026-08-04T16:49:08.461Z Downloaded nextest-filtering v0.15.0
3702026-08-04T16:49:08.465Z Downloaded smallvec v1.15.2
3712026-08-04T16:49:08.465Z Downloaded http-body-util v0.1.4
3722026-08-04T16:49:08.465Z Downloaded hyper-rustls v0.27.9
3732026-08-04T16:49:08.468Z Downloaded tokio-rustls v0.26.4
3742026-08-04T16:49:08.468Z Downloaded native-tls v0.2.18
3752026-08-04T16:49:08.474Z Downloaded newtype-uuid v1.4.0
3762026-08-04T16:49:08.477Z Downloaded serde_core v1.0.229
3772026-08-04T16:49:08.477Z Downloaded target-spec v3.6.0
3782026-08-04T16:49:08.480Z Downloaded derive-where v1.6.1
3792026-08-04T16:49:08.484Z Downloaded config v0.15.25
3802026-08-04T16:49:08.489Z Downloaded getrandom v0.3.4
3812026-08-04T16:49:08.492Z Downloaded zipsign-api v0.1.5
3822026-08-04T16:49:08.492Z Downloaded getrandom v0.2.17
3832026-08-04T16:49:08.492Z Downloaded nextest-metadata v0.12.2
3842026-08-04T16:49:08.492Z Downloaded openssl-sys v0.9.117
3852026-08-04T16:49:08.495Z Downloaded ipnet v2.12.1
3862026-08-04T16:49:08.495Z Downloaded tracing-attributes v0.1.31
3872026-08-04T16:49:08.498Z Downloaded iana-time-zone v0.1.65
3882026-08-04T16:49:08.498Z Downloaded sharded-slab v0.1.7
3892026-08-04T16:49:08.501Z Downloaded clap v4.6.5
3902026-08-04T16:49:08.505Z Downloaded tinyvec v1.12.0
3912026-08-04T16:49:08.508Z Downloaded once_cell v1.21.4
3922026-08-04T16:49:08.508Z Downloaded zmij v1.0.23
3932026-08-04T16:49:08.511Z Downloaded tokio-stream v0.1.19
3942026-08-04T16:49:08.517Z Downloaded tracing-log v0.2.0
3952026-08-04T16:49:08.517Z Downloaded toml v1.1.4+spec-1.1.0
3962026-08-04T16:49:08.520Z Downloaded socket2 v0.6.5
3972026-08-04T16:49:08.520Z Downloaded signal-hook v0.3.18
3982026-08-04T16:49:08.525Z Downloaded toml v0.8.23
3992026-08-04T16:49:08.528Z Downloaded unicode-ident v1.0.24
4002026-08-04T16:49:08.528Z Downloaded base64 v0.22.1
4012026-08-04T16:49:08.531Z Downloaded bytes v1.12.1
4022026-08-04T16:49:08.534Z Downloaded ryu v1.0.23
4032026-08-04T16:49:08.534Z Downloaded num-traits v0.2.19
4042026-08-04T16:49:08.538Z Downloaded borsh v1.8.0
4052026-08-04T16:49:08.541Z Downloaded httparse v1.10.1
4062026-08-04T16:49:08.541Z Downloaded rand v0.9.5
4072026-08-04T16:49:08.544Z Downloaded textwrap v0.16.2
4082026-08-04T16:49:08.548Z Downloaded litrs v1.0.0
4092026-08-04T16:49:08.551Z Downloaded serde v1.0.229
4102026-08-04T16:49:08.554Z Downloaded toml_parser v1.1.3+spec-1.1.0
4112026-08-04T16:49:08.554Z Downloaded tar v0.4.46
4122026-08-04T16:49:08.557Z Downloaded log v0.4.33
4132026-08-04T16:49:08.560Z Downloaded uuid v1.24.0
4142026-08-04T16:49:08.560Z Downloaded vte v0.14.1
4152026-08-04T16:49:08.563Z Downloaded globset v0.4.20
4162026-08-04T16:49:08.563Z Downloaded flate2 v1.1.9
4172026-08-04T16:49:08.566Z Downloaded ed25519-dalek v2.2.0
4182026-08-04T16:49:08.571Z Downloaded tracing-core v0.1.36
4192026-08-04T16:49:08.574Z Downloaded zstd v0.13.3
4202026-08-04T16:49:08.577Z Downloaded derive_more v2.1.1
4212026-08-04T16:49:08.587Z Downloaded rustls-webpki v0.103.13
4222026-08-04T16:49:08.590Z Downloaded indicatif v0.17.11
4232026-08-04T16:49:08.593Z Downloaded der v0.7.10
4242026-08-04T16:49:08.602Z Downloaded miniz_oxide v0.8.9
4252026-08-04T16:49:08.606Z Downloaded derive_more-impl v2.1.1
4262026-08-04T16:49:08.609Z Downloaded pin-project v1.1.13
4272026-08-04T16:49:08.623Z Downloaded toml_edit v0.22.27
4282026-08-04T16:49:08.637Z Downloaded hyper-util v0.1.20
4292026-08-04T16:49:08.640Z Downloaded miette v7.6.0
4302026-08-04T16:49:08.644Z Downloaded mio v1.2.2
4312026-08-04T16:49:08.647Z Downloaded url v2.5.8
4322026-08-04T16:49:08.650Z Downloaded indexmap v2.14.0
4332026-08-04T16:49:08.654Z Downloaded tower v0.5.3
4342026-08-04T16:49:08.660Z Downloaded unicode-segmentation v1.13.3
4352026-08-04T16:49:08.664Z Downloaded rand v0.10.2
4362026-08-04T16:49:08.664Z Downloaded reqwest v0.12.28
4372026-08-04T16:49:08.667Z Downloaded ron v0.12.2
4382026-08-04T16:49:08.670Z Downloaded crossterm v0.29.0
4392026-08-04T16:49:08.677Z Downloaded memchr v2.8.3
4402026-08-04T16:49:08.683Z Downloaded pulldown-cmark v0.13.4
4412026-08-04T16:49:08.687Z Downloaded tokio-util v0.7.19
4422026-08-04T16:49:08.695Z Downloaded typenum v1.20.1
4432026-08-04T16:49:08.698Z Downloaded http v1.5.0
4442026-08-04T16:49:08.702Z Downloaded futures-util v0.3.33
4452026-08-04T16:49:08.708Z Downloaded hyper v1.11.0
4462026-08-04T16:49:08.712Z Downloaded aho-corasick v1.1.5
4472026-08-04T16:49:08.716Z Downloaded h2 v0.4.15
4482026-08-04T16:49:08.719Z Downloaded itertools v0.14.0
4492026-08-04T16:49:08.723Z Downloaded guppy v0.17.26
4502026-08-04T16:49:08.726Z Downloaded unicode-normalization v0.1.25
4512026-08-04T16:49:08.729Z Downloaded clap_builder v4.6.5
4522026-08-04T16:49:08.732Z Downloaded winnow v1.0.4
4532026-08-04T16:49:08.737Z Downloaded quick-xml v0.37.5
4542026-08-04T16:49:08.740Z Downloaded hashbrown v0.15.5
4552026-08-04T16:49:08.746Z Downloaded webpki-roots v1.0.9
4562026-08-04T16:49:08.756Z Downloaded serde_json v1.0.151
4572026-08-04T16:49:08.759Z Downloaded chrono v0.4.45
4582026-08-04T16:49:08.764Z Downloaded tracing-subscriber v0.3.23
4592026-08-04T16:49:08.770Z Downloaded portable-atomic v1.14.0
4602026-08-04T16:49:08.774Z Downloaded regex v1.13.1
4612026-08-04T16:49:08.778Z Downloaded quick-xml v0.38.4
4622026-08-04T16:49:08.783Z Downloaded curve25519-dalek v4.1.3
4632026-08-04T16:49:08.786Z Downloaded nextest-runner v0.80.0
4642026-08-04T16:49:08.792Z Downloaded unicode-width v0.1.14
4652026-08-04T16:49:08.795Z Downloaded hashbrown v0.17.1
4662026-08-04T16:49:08.798Z Downloaded bstr v1.13.0
4672026-08-04T16:49:08.802Z Downloaded idna v1.1.0
4682026-08-04T16:49:08.805Z Downloaded tower-http v0.6.11
4692026-08-04T16:49:08.811Z Downloaded nix v0.30.1
4702026-08-04T16:49:08.815Z Downloaded quinn-proto v0.11.16
4712026-08-04T16:49:08.828Z Downloaded tracing v0.1.44
4722026-08-04T16:49:08.838Z Downloaded winnow v0.7.15
4732026-08-04T16:49:08.847Z Downloaded color-eyre v0.6.5
4742026-08-04T16:49:08.861Z Downloaded libc v0.2.189
4752026-08-04T16:49:08.881Z Downloaded vcpkg v0.2.15
4762026-08-04T16:49:08.917Z Downloaded zerocopy v0.8.55
4772026-08-04T16:49:08.927Z Downloaded unicode-width v0.2.2
4782026-08-04T16:49:08.932Z Downloaded syn v3.0.3
4792026-08-04T16:49:08.936Z Downloaded gimli v0.32.3
4802026-08-04T16:49:08.958Z Downloaded syn v2.0.119
4812026-08-04T16:49:08.967Z Downloaded openssl v0.10.81
4822026-08-04T16:49:08.982Z Downloaded rustls v0.23.43
4832026-08-04T16:49:08.988Z Downloaded regex-syntax v0.8.11
4842026-08-04T16:49:08.992Z Downloaded object v0.37.3
4852026-08-04T16:49:08.998Z Downloaded rustix v1.1.4
4862026-08-04T16:49:09.011Z Downloaded rustix v0.38.44
4872026-08-04T16:49:09.066Z Downloaded regex-automata v0.4.18
4882026-08-04T16:49:09.163Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4892026-08-04T16:49:09.173Z Downloaded petgraph v0.8.3
4902026-08-04T16:49:09.194Z Downloaded tokio v1.53.1
4912026-08-04T16:49:09.257Z Downloaded recursion v0.5.4
4922026-08-04T16:49:09.263Z Downloaded ring v0.17.14
4932026-08-04T16:49:09.321Z Compiling proc-macro2 v1.0.107
4942026-08-04T16:49:09.325Z Compiling unicode-ident v1.0.24
4952026-08-04T16:49:09.325Z Compiling libc v0.2.189
4962026-08-04T16:49:09.325Z Compiling quote v1.0.47
4972026-08-04T16:49:09.325Z Compiling serde_core v1.0.229
4982026-08-04T16:49:09.325Z Compiling cfg-if v1.0.4
4992026-08-04T16:49:09.455Z Compiling memchr v2.8.3
5002026-08-04T16:49:09.458Z Compiling once_cell v1.21.4
5012026-08-04T16:49:09.569Z Compiling log v0.4.33
5022026-08-04T16:49:09.589Z Compiling pin-project-lite v0.2.17
5032026-08-04T16:49:09.686Z Compiling serde v1.0.229
5042026-08-04T16:49:09.732Z Compiling itoa v1.0.18
5052026-08-04T16:49:09.867Z Compiling futures-core v0.3.33
5062026-08-04T16:49:09.974Z Compiling smallvec v1.15.2
5072026-08-04T16:49:10.027Z Compiling bitflags v2.13.1
5082026-08-04T16:49:10.039Z Compiling shlex v2.0.1
5092026-08-04T16:49:10.274Z Compiling hashbrown v0.17.1
5102026-08-04T16:49:10.288Z Compiling find-msvc-tools v0.1.9
5112026-08-04T16:49:10.441Z Compiling errno v0.3.14
5122026-08-04T16:49:10.488Z Compiling equivalent v1.0.2
5132026-08-04T16:49:10.586Z Compiling signal-hook-registry v1.4.8
5142026-08-04T16:49:10.627Z Compiling bytes v1.12.1
5152026-08-04T16:49:10.691Z Compiling jobserver v0.1.35
5162026-08-04T16:49:10.706Z Compiling mio v1.2.2
5172026-08-04T16:49:10.744Z Compiling syn v3.0.3
5182026-08-04T16:49:10.822Z Compiling syn v2.0.119
5192026-08-04T16:49:11.025Z Compiling cc v1.4.0
5202026-08-04T16:49:11.037Z Compiling rustix v1.1.4
5212026-08-04T16:49:11.057Z Compiling futures-sink v0.3.33
5222026-08-04T16:49:11.176Z Compiling socket2 v0.6.5
5232026-08-04T16:49:11.416Z Compiling zmij v1.0.23
5242026-08-04T16:49:11.544Z Compiling slab v0.4.12
5252026-08-04T16:49:11.764Z Compiling futures-channel v0.3.33
5262026-08-04T16:49:11.777Z Compiling tracing-core v0.1.36
5272026-08-04T16:49:11.971Z Compiling indexmap v2.14.0
5282026-08-04T16:49:12.035Z Compiling serde_json v1.0.151
5292026-08-04T16:49:12.050Z Compiling version_check v0.9.5
5302026-08-04T16:49:12.312Z Compiling futures-io v0.3.33
5312026-08-04T16:49:12.399Z Compiling futures-task v0.3.33
5322026-08-04T16:49:12.511Z Compiling getrandom v0.4.3
5332026-08-04T16:49:12.630Z Compiling percent-encoding v2.3.2
5342026-08-04T16:49:12.793Z Compiling unicode-width v0.2.2
5352026-08-04T16:49:12.805Z Compiling camino v1.2.5
5362026-08-04T16:49:12.911Z Compiling ring v0.17.14
5372026-08-04T16:49:13.021Z Compiling http v1.5.0
5382026-08-04T16:49:13.099Z Compiling adler2 v2.0.1
5392026-08-04T16:49:13.167Z Compiling zeroize v1.9.0
5402026-08-04T16:49:13.267Z Compiling simd-adler32 v0.3.10
5412026-08-04T16:49:13.367Z Compiling autocfg v1.5.1
5422026-08-04T16:49:13.572Z Compiling miniz_oxide v0.8.9
5432026-08-04T16:49:13.641Z Compiling serde_derive v1.0.229
5442026-08-04T16:49:13.724Z Compiling tokio-macros v2.7.2
5452026-08-04T16:49:14.114Z Compiling num-traits v0.2.19
5462026-08-04T16:49:14.464Z Compiling tokio v1.53.1
5472026-08-04T16:49:14.492Z Compiling futures-macro v0.3.33
5482026-08-04T16:49:14.932Z Compiling tracing-attributes v0.1.31
5492026-08-04T16:49:14.953Z Compiling zerocopy v0.8.55
5502026-08-04T16:49:14.953Z Compiling getrandom v0.3.4
5512026-08-04T16:49:15.147Z Compiling target-lexicon v0.13.5
5522026-08-04T16:49:15.294Z Compiling object v0.37.3
5532026-08-04T16:49:15.322Z Compiling futures-util v0.3.33
5542026-08-04T16:49:15.572Z Compiling http-body v1.1.0
5552026-08-04T16:49:15.620Z Compiling rustls-pki-types v1.15.1
5562026-08-04T16:49:15.652Z Compiling form_urlencoded v1.2.2
5572026-08-04T16:49:15.749Z Compiling semver v1.0.28
5582026-08-04T16:49:15.921Z Compiling getrandom v0.2.17
5592026-08-04T16:49:16.110Z Compiling thiserror v2.0.19
5602026-08-04T16:49:16.114Z Compiling tracing v0.1.44
5612026-08-04T16:49:16.387Z Compiling idna_adapter v1.0.0
5622026-08-04T16:49:16.442Z Compiling guppy-workspace-hack v0.1.0
5632026-08-04T16:49:16.466Z Compiling httparse v1.10.1
5642026-08-04T16:49:16.470Z Compiling gimli v0.32.3
5652026-08-04T16:49:16.493Z Compiling fnv v1.0.7
5662026-08-04T16:49:16.608Z Compiling signal-hook v0.3.18
5672026-08-04T16:49:16.686Z Compiling owo-colors v4.3.0
5682026-08-04T16:49:16.815Z Compiling untrusted v0.9.0
5692026-08-04T16:49:16.829Z Compiling utf8_iter v1.0.4
5702026-08-04T16:49:16.929Z Compiling idna v1.1.0
5712026-08-04T16:49:17.909Z Compiling thiserror-impl v2.0.19
5722026-08-04T16:49:17.957Z Compiling generic-array v0.14.7
5732026-08-04T16:49:18.185Z Compiling atomic-waker v1.1.2
5742026-08-04T16:49:18.324Z Compiling rustc-demangle v0.1.28
5752026-08-04T16:49:18.565Z Compiling tokio-util v0.7.19
5762026-08-04T16:49:19.092Z Compiling addr2line v0.25.1
5772026-08-04T16:49:19.164Z Compiling target-spec v3.6.0
5782026-08-04T16:49:19.317Z Compiling typeid v1.0.3
5792026-08-04T16:49:19.439Z Compiling pkg-config v0.3.33
5802026-08-04T16:49:19.518Z Compiling try-lock v0.2.5
5812026-08-04T16:49:19.601Z Compiling rustls v0.23.43
5822026-08-04T16:49:19.637Z Compiling fastrand v2.5.0
5832026-08-04T16:49:19.675Z Compiling thiserror v1.0.69
5842026-08-04T16:49:19.810Z Compiling tower-service v0.3.3
5852026-08-04T16:49:19.878Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5862026-08-04T16:49:19.910Z Compiling tempfile v3.27.0
5872026-08-04T16:49:19.974Z Compiling backtrace v0.3.76
5882026-08-04T16:49:20.212Z Compiling want v0.3.1
5892026-08-04T16:49:20.399Z Compiling h2 v0.4.15
5902026-08-04T16:49:20.427Z Compiling cfg-expr v0.20.8
5912026-08-04T16:49:20.459Z Compiling url v2.5.8
5922026-08-04T16:49:21.425Z Compiling thiserror-impl v1.0.69
5932026-08-04T16:49:21.613Z Compiling terminal_size v0.4.4
5942026-08-04T16:49:21.775Z Compiling aho-corasick v1.1.5
5952026-08-04T16:49:21.814Z Compiling typenum v1.20.1
5962026-08-04T16:49:22.523Z Compiling subtle v2.6.1
5972026-08-04T16:49:22.588Z Compiling regex-syntax v0.8.11
5982026-08-04T16:49:22.687Z Compiling rustls-webpki v0.103.13
5992026-08-04T16:49:22.849Z Compiling winnow v0.7.15
6002026-08-04T16:49:24.766Z Compiling erased-serde v0.4.10
6012026-08-04T16:49:24.843Z Compiling regex-automata v0.4.18
6022026-08-04T16:49:25.219Z Compiling hyper v1.11.0
6032026-08-04T16:49:27.329Z Compiling toml_datetime v0.6.11
6042026-08-04T16:49:27.699Z Compiling serde_spanned v0.6.9
6052026-08-04T16:49:27.714Z Compiling ahash v0.8.12
6062026-08-04T16:49:27.863Z Compiling sync_wrapper v1.0.2
6072026-08-04T16:49:27.963Z Compiling base64 v0.22.1
6082026-08-04T16:49:27.983Z Compiling tower-layer v0.3.3
6092026-08-04T16:49:28.186Z Compiling unicode-linebreak v0.1.5
6102026-08-04T16:49:28.452Z Compiling nextest-workspace-hack v0.1.0
6112026-08-04T16:49:28.456Z Compiling portable-atomic v1.14.0
6122026-08-04T16:49:28.670Z Compiling ipnet v2.12.1
6132026-08-04T16:49:28.911Z Compiling either v1.17.0
6142026-08-04T16:49:28.993Z Compiling crc32fast v1.5.0
6152026-08-04T16:49:29.148Z Compiling is_ci v1.2.0
6162026-08-04T16:49:29.290Z Compiling unicode-segmentation v1.13.3
6172026-08-04T16:49:29.325Z Compiling foldhash v0.1.5
6182026-08-04T16:49:29.555Z Compiling parking_lot_core v0.9.12
6192026-08-04T16:49:29.685Z Compiling toml_write v0.1.2
6202026-08-04T16:49:29.830Z Compiling lazy_static v1.5.0
6212026-08-04T16:49:29.868Z Compiling toml_edit v0.22.27
6222026-08-04T16:49:29.886Z Compiling convert_case v0.10.0
6232026-08-04T16:49:29.935Z Compiling sharded-slab v0.1.7
6242026-08-04T16:49:29.952Z Compiling hashbrown v0.15.5
6252026-08-04T16:49:30.003Z Compiling supports-color v3.0.2
6262026-08-04T16:49:30.138Z Compiling hyper-util v0.1.20
6272026-08-04T16:49:30.303Z Compiling textwrap v0.16.2
6282026-08-04T16:49:30.557Z Compiling tokio-rustls v0.26.4
6292026-08-04T16:49:30.598Z Compiling tower v0.5.3
6302026-08-04T16:49:31.174Z Compiling backtrace-ext v0.2.1
6312026-08-04T16:49:31.443Z Compiling ordered-float v2.10.1
6322026-08-04T16:49:31.492Z Compiling webpki-roots v1.0.9
6332026-08-04T16:49:31.611Z Compiling pathdiff v0.2.3
6342026-08-04T16:49:31.721Z Compiling miette-derive v7.6.0
6352026-08-04T16:49:31.742Z Compiling console v0.15.11
6362026-08-04T16:49:31.757Z Compiling tracing-log v0.2.0
6372026-08-04T16:49:32.122Z Compiling cargo-platform v0.3.3
6382026-08-04T16:49:32.675Z Compiling os_pipe v1.2.3
6392026-08-04T16:49:32.774Z Compiling thread_local v1.1.10
6402026-08-04T16:49:32.815Z Compiling fixedbitset v0.5.7
6412026-08-04T16:49:33.070Z Compiling debug-ignore v1.0.5
6422026-08-04T16:49:33.124Z Compiling supports-unicode v3.0.0
6432026-08-04T16:49:33.178Z Compiling cfg_aliases v0.2.2
6442026-08-04T16:49:33.192Z Compiling utf8parse v0.2.2
6452026-08-04T16:49:33.250Z Compiling pulldown-cmark v0.13.4
6462026-08-04T16:49:33.275Z Compiling rustix v0.38.44
6472026-08-04T16:49:33.299Z Compiling unicode-width v0.1.14
6482026-08-04T16:49:33.322Z Compiling zstd-safe v7.2.4
6492026-08-04T16:49:33.463Z Compiling scopeguard v1.2.0
6502026-08-04T16:49:33.570Z Compiling supports-hyperlinks v3.2.0
6512026-08-04T16:49:33.597Z Compiling winnow v1.0.4
6522026-08-04T16:49:33.600Z Compiling ryu v1.0.23
6532026-08-04T16:49:33.738Z Compiling serde_urlencoded v0.7.1
6542026-08-04T16:49:33.789Z Compiling miette v7.6.0
6552026-08-04T16:49:33.896Z Compiling lock_api v0.4.14
6562026-08-04T16:49:34.037Z Compiling anstyle-parse v1.0.0
6572026-08-04T16:49:34.147Z Compiling nix v0.30.1
6582026-08-04T16:49:34.307Z Compiling petgraph v0.8.3
6592026-08-04T16:49:34.528Z Compiling tracing-subscriber v0.3.23
6602026-08-04T16:49:35.075Z Compiling toml_parser v1.1.3+spec-1.1.0
6612026-08-04T16:49:36.294Z Compiling sigchld v0.2.4
6622026-08-04T16:49:36.389Z Compiling cargo_metadata v0.23.1
6632026-08-04T16:49:36.459Z Compiling serde-value v0.7.0
6642026-08-04T16:49:36.483Z Compiling hyper-rustls v0.27.9
6652026-08-04T16:49:37.124Z Compiling toml v0.8.23
6662026-08-04T16:49:37.136Z Compiling serde-untagged v0.1.9
6672026-08-04T16:49:37.497Z Compiling tower-http v0.6.11
6682026-08-04T16:49:37.881Z Compiling derive_more-impl v2.1.1
6692026-08-04T16:49:38.571Z Compiling itertools v0.14.0
6702026-08-04T16:49:38.700Z Compiling regex v1.13.1
6712026-08-04T16:49:38.780Z Compiling block-buffer v0.10.4
6722026-08-04T16:49:38.939Z Compiling crypto-common v0.1.7
6732026-08-04T16:49:39.079Z Compiling ppv-lite86 v0.2.21
6742026-08-04T16:49:39.388Z Compiling rand_core v0.9.5
6752026-08-04T16:49:39.419Z Compiling futures-executor v0.3.33
6762026-08-04T16:49:39.643Z Compiling http-body-util v0.1.4
6772026-08-04T16:49:39.841Z Compiling pin-project-internal v1.1.13
6782026-08-04T16:49:39.899Z Compiling uuid v1.24.0
6792026-08-04T16:49:39.935Z Compiling toml_datetime v1.1.1+spec-1.1.0
6802026-08-04T16:49:40.115Z Compiling smol_str v0.3.6
6812026-08-04T16:49:40.139Z Compiling serde_spanned v1.1.1
6822026-08-04T16:49:40.289Z Compiling filetime v0.2.29
6832026-08-04T16:49:40.344Z Compiling bstr v1.13.0
6842026-08-04T16:49:40.433Z Compiling vte v0.14.1
6852026-08-04T16:49:40.458Z Compiling static_assertions v1.1.0
6862026-08-04T16:49:40.499Z Compiling unicase v2.9.0
6872026-08-04T16:49:40.532Z Compiling color-spantrace v0.3.0
6882026-08-04T16:49:40.663Z Compiling number_prefix v0.4.0
6892026-08-04T16:49:40.683Z Compiling eyre v0.6.12
6902026-08-04T16:49:40.818Z Compiling iana-time-zone v0.1.65
6912026-08-04T16:49:40.835Z Compiling unicode-xid v0.2.6
6922026-08-04T16:49:40.884Z Compiling anstyle-query v1.1.5
6932026-08-04T16:49:40.976Z Compiling is_terminal_polyfill v1.70.2
6942026-08-04T16:49:40.995Z Compiling colorchoice v1.0.5
6952026-08-04T16:49:40.998Z Compiling tinyvec_macros v0.1.1
6962026-08-04T16:49:41.041Z Compiling xattr v1.6.1
6972026-08-04T16:49:41.071Z Compiling litrs v1.0.0
6982026-08-04T16:49:41.084Z Compiling nested v0.1.1
6992026-08-04T16:49:41.113Z Compiling self_update v0.42.0
7002026-08-04T16:49:41.117Z Compiling anstyle v1.0.14
7012026-08-04T16:49:41.369Z Compiling anstream v1.0.0
7022026-08-04T16:49:41.392Z Compiling guppy v0.17.26
7032026-08-04T16:49:41.424Z Compiling tar v0.4.46
7042026-08-04T16:49:41.512Z Compiling document-features v0.2.12
7052026-08-04T16:49:41.825Z Compiling tinyvec v1.12.0
7062026-08-04T16:49:42.061Z Compiling cargo-util-schemas v0.2.0
7072026-08-04T16:49:42.144Z Compiling chrono v0.4.45
7082026-08-04T16:49:42.268Z Compiling pin-project v1.1.13
7092026-08-04T16:49:42.422Z Compiling globset v0.4.20
7102026-08-04T16:49:42.828Z Compiling indicatif v0.17.11
7112026-08-04T16:49:43.941Z Compiling strip-ansi-escapes v0.2.1
7122026-08-04T16:49:44.408Z Compiling nextest-metadata v0.12.2
7132026-08-04T16:49:44.421Z Compiling toml v1.1.4+spec-1.1.0
7142026-08-04T16:49:44.462Z Compiling newtype-uuid v1.4.0
7152026-08-04T16:49:44.655Z Compiling reqwest v0.12.28
7162026-08-04T16:49:45.470Z Compiling futures v0.3.33
7172026-08-04T16:49:45.557Z Compiling rand_chacha v0.9.0
7182026-08-04T16:49:45.672Z Compiling digest v0.10.7
7192026-08-04T16:49:45.899Z Compiling derive_more v2.1.1
7202026-08-04T16:49:45.928Z Compiling parking_lot v0.12.5
7212026-08-04T16:49:45.978Z Compiling flate2 v1.1.9
7222026-08-04T16:49:46.129Z Compiling shared_child v1.1.1
7232026-08-04T16:49:46.444Z Compiling tracing-error v0.2.1
7242026-08-04T16:49:46.823Z Compiling signal-hook-mio v0.2.5
7252026-08-04T16:49:46.878Z Compiling self-replace v1.5.0
7262026-08-04T16:49:46.975Z Compiling cargo-platform v0.2.0
7272026-08-04T16:49:47.145Z Compiling quick-xml v0.37.5
7282026-08-04T16:49:47.481Z Compiling quick-xml v0.38.4
7292026-08-04T16:49:47.527Z Compiling shell-words v1.1.1
7302026-08-04T16:49:47.798Z Compiling humantime v2.4.0
7312026-08-04T16:49:47.970Z Compiling strsim v0.11.1
7322026-08-04T16:49:48.446Z Compiling indenter v0.3.4
7332026-08-04T16:49:48.581Z Compiling heck v0.5.0
7342026-08-04T16:49:48.680Z Compiling clap_lex v1.1.0
7352026-08-04T16:49:48.772Z Compiling cpufeatures v0.2.17
7362026-08-04T16:49:48.785Z Compiling recursion v0.5.4
7372026-08-04T16:49:48.851Z Compiling urlencoding v2.1.3
7382026-08-04T16:49:49.080Z Compiling nextest-filtering v0.15.0
7392026-08-04T16:49:49.094Z Compiling clap_builder v4.6.5
7402026-08-04T16:49:49.193Z Compiling sha2 v0.10.9
7412026-08-04T16:49:49.510Z Compiling clap_derive v4.6.4
7422026-08-04T16:49:50.944Z Compiling quick-junit v0.5.2
7432026-08-04T16:49:51.238Z Compiling humantime-serde v1.1.1
7442026-08-04T16:49:51.404Z Compiling atomicwrites v0.4.4
7452026-08-04T16:49:51.691Z Compiling cargo_metadata v0.20.0
7462026-08-04T16:49:52.951Z Compiling crossterm v0.29.0
7472026-08-04T16:49:54.034Z Compiling cargo-nextest v0.9.97
7482026-08-04T16:49:55.494Z Compiling duct v0.13.7
7492026-08-04T16:49:55.610Z Compiling rand v0.9.5
7502026-08-04T16:49:55.858Z Compiling async-scoped v0.9.0
7512026-08-04T16:49:56.052Z Compiling zstd v0.13.3
7522026-08-04T16:49:56.053Z Compiling config v0.15.25
7532026-08-04T16:49:56.091Z Compiling unicode-normalization v0.1.25
7542026-08-04T16:49:56.338Z Compiling target-spec-miette v0.4.8
7552026-08-04T16:49:56.480Z Compiling future-queue v0.4.0
7562026-08-04T16:49:56.680Z Compiling mukti-metadata v0.3.0
7572026-08-04T16:49:56.745Z Compiling camino-tempfile v1.4.1
7582026-08-04T16:49:56.768Z Compiling tokio-stream v0.1.19
7592026-08-04T16:49:56.889Z Compiling derive-where v1.6.1
7602026-08-04T16:49:57.148Z Compiling serde_path_to_error v0.1.20
7612026-08-04T16:49:57.179Z Compiling serde_ignored v0.1.14
7622026-08-04T16:49:57.229Z Compiling hex v0.4.3
7632026-08-04T16:49:57.318Z Compiling swrite v0.1.0
7642026-08-04T16:49:57.405Z Compiling indent_write v2.2.0
7652026-08-04T16:49:57.519Z Compiling home v0.5.12
7662026-08-04T16:49:57.547Z Compiling xxhash-rust v0.8.18
7672026-08-04T16:49:57.562Z Compiling color-eyre v0.6.5
7682026-08-04T16:49:57.616Z Compiling clap v4.6.5
7692026-08-04T16:49:57.684Z Compiling dialoguer v0.11.0
7702026-08-04T16:49:57.698Z Compiling enable-ansi-support v0.2.1
7712026-08-04T16:49:58.130Z Compiling nextest-runner v0.80.0
7722026-08-04T16:50:16.802Z Finished `release` profile [optimized] target(s) in 1m 11s
7732026-08-04T16:50:16.975Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-08-04T16:50:16.979Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-08-04T16:50:17.103Z+ pushd rdb
7762026-08-04T16:50:17.106Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7772026-08-04T16:50:17.106Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7782026-08-04T16:50:17.257Z Updating crates.io index
7792026-08-04T16:50:17.261Z Updating git repository `https://github.com/oxidecomputer/omicron`
7802026-08-04T16:50:23.202ZFrom https://github.com/oxidecomputer/omicron
7812026-08-04T16:50:23.202Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7822026-08-04T16:50:23.632Z Updating git repository `https://github.com/oxidecomputer/falcon`
7832026-08-04T16:50:27.298ZFrom https://github.com/oxidecomputer/falcon
7842026-08-04T16:50:27.298Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7852026-08-04T16:50:27.372Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7862026-08-04T16:50:27.790ZFrom https://github.com/oxidecomputer/dendrite
7872026-08-04T16:50:27.790Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
7882026-08-04T16:50:27.825Z Updating git repository `https://github.com/oxidecomputer/ispf`
7892026-08-04T16:50:28.067ZFrom https://github.com/oxidecomputer/ispf
7902026-08-04T16:50:28.067Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7912026-08-04T16:50:28.073Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7922026-08-04T16:50:28.427ZFrom https://github.com/oxidecomputer/netadm-sys
7932026-08-04T16:50:28.427Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7942026-08-04T16:50:28.435Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-08-04T16:50:29.536ZFrom https://github.com/oxidecomputer/opte
7962026-08-04T16:50:29.537Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
7972026-08-04T16:50:29.566Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7982026-08-04T16:50:29.835ZFrom https://github.com/oxidecomputer/slog-error-chain
7992026-08-04T16:50:29.835Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8002026-08-04T16:50:29.844Z Updating git repository `https://github.com/illumos/smf-rs`
8012026-08-04T16:50:30.111ZFrom https://github.com/illumos/smf-rs
8022026-08-04T16:50:30.111Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8032026-08-04T16:50:30.119Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8042026-08-04T16:50:30.371ZFrom https://github.com/oxidecomputer/poptrie
8052026-08-04T16:50:30.371Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8062026-08-04T16:50:30.377Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8072026-08-04T16:50:30.677ZFrom https://github.com/oxidecomputer/network-interface
8082026-08-04T16:50:30.677Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8092026-08-04T16:50:30.683Z Updating git repository `https://github.com/oxidecomputer/zone`
8102026-08-04T16:50:30.986ZFrom https://github.com/oxidecomputer/zone
8112026-08-04T16:50:30.986Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8122026-08-04T16:50:30.993Z Updating git repository `https://github.com/oxidecomputer/lldp`
8132026-08-04T16:50:31.325ZFrom https://github.com/oxidecomputer/lldp
8142026-08-04T16:50:31.325Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8152026-08-04T16:50:31.336Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8162026-08-04T16:50:31.678ZFrom https://github.com/oxidecomputer/tufaceous
8172026-08-04T16:50:31.678Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8182026-08-04T16:50:31.687Z Updating git repository `https://github.com/oxidecomputer/propolis`
8192026-08-04T16:50:32.292ZFrom https://github.com/oxidecomputer/propolis
8202026-08-04T16:50:32.292Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8212026-08-04T16:50:32.333Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8222026-08-04T16:50:32.815ZFrom https://github.com/oxidecomputer/transceiver-control
8232026-08-04T16:50:32.815Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8242026-08-04T16:50:32.826Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8252026-08-04T16:50:33.078ZFrom https://github.com/oxidecomputer/dlpi-sys
8262026-08-04T16:50:33.078Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8272026-08-04T16:50:33.085Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8282026-08-04T16:50:33.372ZFrom https://github.com/jmesmon/rust-libzfs
8292026-08-04T16:50:33.372Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8302026-08-04T16:50:33.380Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8312026-08-04T16:50:33.661ZFrom https://github.com/oxidecomputer/rusty-doors
8322026-08-04T16:50:33.661Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8332026-08-04T16:50:33.676Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8342026-08-04T16:50:34.156ZFrom https://github.com/oxidecomputer/management-gateway-service
8352026-08-04T16:50:34.156Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8362026-08-04T16:50:34.171Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-08-04T16:50:34.431ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-08-04T16:50:34.431Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-08-04T16:50:34.453Z Updating git repository `https://github.com/oxidecomputer/crucible`
8402026-08-04T16:50:36.114ZFrom https://github.com/oxidecomputer/crucible
8412026-08-04T16:50:36.114Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8422026-08-04T16:50:36.165Z Updating git repository `https://github.com/oxidecomputer/propolis`
8432026-08-04T16:50:36.657ZFrom https://github.com/oxidecomputer/propolis
8442026-08-04T16:50:36.658Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8452026-08-04T16:50:36.704Z Updating git repository `https://github.com/oxidecomputer/crucible`
8462026-08-04T16:50:37.524ZFrom https://github.com/oxidecomputer/crucible
8472026-08-04T16:50:37.524Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8482026-08-04T16:50:37.587Z Updating git repository `https://github.com/oxidecomputer/tofino`
8492026-08-04T16:50:37.986ZFrom https://github.com/oxidecomputer/tofino
8502026-08-04T16:50:37.986Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8512026-08-04T16:50:37.996Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8522026-08-04T16:50:38.716ZFrom https://github.com/oxidecomputer/maghemite
8532026-08-04T16:50:38.717Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8542026-08-04T16:50:38.748Z Updating git repository `https://github.com/oxidecomputer/clickward`
8552026-08-04T16:50:39.027ZFrom https://github.com/oxidecomputer/clickward
8562026-08-04T16:50:39.027Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8572026-08-04T16:50:39.032Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8582026-08-04T16:50:39.445ZFrom https://github.com/oxidecomputer/illumos-devinfo
8592026-08-04T16:50:39.445Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8602026-08-04T16:50:40.352Z Downloading crates ...
8612026-08-04T16:50:40.403Z Downloaded ingot-types v0.1.2
8622026-08-04T16:50:40.407Z Downloaded ingot-types v0.2.0
8632026-08-04T16:50:40.410Z Downloaded icu_locale_core v2.2.0
8642026-08-04T16:50:40.413Z Downloaded num-derive v0.4.2
8652026-08-04T16:50:40.417Z Downloaded ingot-macros v0.2.0
8662026-08-04T16:50:40.417Z Downloaded idna_adapter v1.2.2
8672026-08-04T16:50:40.417Z Downloaded httpdate v1.0.3
8682026-08-04T16:50:40.420Z Downloaded indexmap v1.9.3
8692026-08-04T16:50:40.423Z Downloaded inout v0.1.4
8702026-08-04T16:50:40.423Z Downloaded hybrid-array v0.4.12
8712026-08-04T16:50:40.423Z Downloaded keccak v0.1.6
8722026-08-04T16:50:40.427Z Downloaded ingot v0.2.1
8732026-08-04T16:50:40.427Z Downloaded critical-section v1.2.0
8742026-08-04T16:50:40.430Z Downloaded log v0.4.32
8752026-08-04T16:50:40.433Z Downloaded foldhash v0.2.0
8762026-08-04T16:50:40.433Z Downloaded ingot-macros v0.1.1
8772026-08-04T16:50:40.433Z Downloaded newline-converter v0.3.0
8782026-08-04T16:50:40.433Z Downloaded ident_case v1.0.1
8792026-08-04T16:50:40.437Z Downloaded match_cfg v0.1.0
8802026-08-04T16:50:40.437Z Downloaded defmt v1.1.0
8812026-08-04T16:50:40.437Z Downloaded bit-vec v0.8.0
8822026-08-04T16:50:40.437Z Downloaded ff v0.13.1
8832026-08-04T16:50:40.440Z Downloaded derive-ex v0.1.8
8842026-08-04T16:50:40.440Z Downloaded linear-map v1.2.0
8852026-08-04T16:50:40.444Z Downloaded pest_derive v2.8.6
8862026-08-04T16:50:40.444Z Downloaded bitflags v2.12.1
8872026-08-04T16:50:40.448Z Downloaded itertools v0.15.0
8882026-08-04T16:50:40.452Z Downloaded indicatif v0.18.4
8892026-08-04T16:50:40.455Z Downloaded byteorder v1.5.0
8902026-08-04T16:50:40.455Z Downloaded chacha20poly1305 v0.10.1
8912026-08-04T16:50:40.459Z Downloaded convert_case v0.4.0
8922026-08-04T16:50:40.459Z Downloaded hubpack_derive v0.1.1
8932026-08-04T16:50:40.459Z Downloaded managed v0.8.0
8942026-08-04T16:50:40.459Z Downloaded thread-id v5.1.0
8952026-08-04T16:50:40.459Z Downloaded compression-codecs v0.4.38
8962026-08-04T16:50:40.462Z Downloaded bitflags v1.3.2
8972026-08-04T16:50:40.462Z Downloaded jobserver v0.1.34
8982026-08-04T16:50:40.465Z Downloaded chacha20 v0.10.0
8992026-08-04T16:50:40.465Z Downloaded aead v0.5.2
9002026-08-04T16:50:40.465Z Downloaded crossbeam-deque v0.8.6
9012026-08-04T16:50:40.465Z Downloaded cstr-argument v0.1.2
9022026-08-04T16:50:40.468Z Downloaded byte-wrapper v0.1.0
9032026-08-04T16:50:40.468Z Downloaded hubpack v0.1.2
9042026-08-04T16:50:40.468Z Downloaded icu_normalizer_data v2.2.0
9052026-08-04T16:50:40.471Z Downloaded bytecount v0.6.9
9062026-08-04T16:50:40.472Z Downloaded crunchy v0.2.4
9072026-08-04T16:50:40.472Z Downloaded foreign-types-macros v0.2.3
9082026-08-04T16:50:40.472Z Downloaded cookie v0.18.1
9092026-08-04T16:50:40.472Z Downloaded is-terminal v0.4.17
9102026-08-04T16:50:40.475Z Downloaded libsw-core v0.3.2
9112026-08-04T16:50:40.475Z Downloaded block-buffer v0.12.0
9122026-08-04T16:50:40.475Z Downloaded cipher v0.4.4
9132026-08-04T16:50:40.475Z Downloaded ciborium-io v0.2.2
9142026-08-04T16:50:40.475Z Downloaded internet-checksum v0.2.1
9152026-08-04T16:50:40.479Z Downloaded cobs v0.3.0
9162026-08-04T16:50:40.479Z Downloaded cancel-safe-futures v0.1.5
9172026-08-04T16:50:40.479Z Downloaded displaydoc v0.2.6
9182026-08-04T16:50:40.482Z Downloaded memmap v0.7.0
9192026-08-04T16:50:40.482Z Downloaded slog-envlogger v2.2.0
9202026-08-04T16:50:40.482Z Downloaded opaque-debug v0.3.1
9212026-08-04T16:50:40.482Z Downloaded const_format_proc_macros v0.2.34
9222026-08-04T16:50:40.482Z Downloaded ipnetwork v0.21.1
9232026-08-04T16:50:40.485Z Downloaded chacha20 v0.9.1
9242026-08-04T16:50:40.485Z Downloaded dtrace-parser v0.3.0
9252026-08-04T16:50:40.485Z Downloaded konst_macro_rules v0.2.19
9262026-08-04T16:50:40.485Z Downloaded linked-hash-map v0.5.6
9272026-08-04T16:50:40.485Z Downloaded lru-cache v0.1.2
9282026-08-04T16:50:40.485Z Downloaded const-random v0.1.18
9292026-08-04T16:50:40.490Z Downloaded crc8 v0.1.1
9302026-08-04T16:50:40.490Z Downloaded fs-err v3.3.0
9312026-08-04T16:50:40.490Z Downloaded instant v0.1.13
9322026-08-04T16:50:40.493Z Downloaded natord v1.0.9
9332026-08-04T16:50:40.493Z Downloaded crucible-workspace-hack v0.1.0
9342026-08-04T16:50:40.496Z Downloaded elliptic-curve v0.13.8
9352026-08-04T16:50:40.496Z Downloaded parking_lot_core v0.8.6
9362026-08-04T16:50:40.501Z Downloaded ingot v0.1.1
9372026-08-04T16:50:40.501Z Downloaded libsw v3.5.0
9382026-08-04T16:50:40.501Z Downloaded embedded-io v0.4.0
9392026-08-04T16:50:40.501Z Downloaded const-random-macro v0.1.16
9402026-08-04T16:50:40.501Z Downloaded cfg_aliases v0.2.1
9412026-08-04T16:50:40.504Z Downloaded dof v0.4.0
9422026-08-04T16:50:40.504Z Downloaded no-std-compat v0.4.1
9432026-08-04T16:50:40.504Z Downloaded darling_macro v0.21.3
9442026-08-04T16:50:40.507Z Downloaded dof v0.3.0
9452026-08-04T16:50:40.507Z Downloaded dropshot-api-manager-types v0.7.2
9462026-08-04T16:50:40.510Z Downloaded defmt-parser v1.0.0
9472026-08-04T16:50:40.513Z Downloaded num v0.4.3
9482026-08-04T16:50:40.513Z Downloaded fixedbitset v0.4.2
9492026-08-04T16:50:40.513Z Downloaded newtype_derive v0.1.6
9502026-08-04T16:50:40.521Z Downloaded mime v0.3.17
9512026-08-04T16:50:40.524Z Downloaded num_enum_derive v0.5.11
9522026-08-04T16:50:40.524Z Downloaded omicron-workspace-hack v0.1.0
9532026-08-04T16:50:40.524Z Downloaded memoffset v0.9.1
9542026-08-04T16:50:40.527Z Downloaded embedded-io v0.6.1
9552026-08-04T16:50:40.527Z Downloaded ciborium-ll v0.2.2
9562026-08-04T16:50:40.527Z Downloaded num_threads v0.1.7
9572026-08-04T16:50:40.527Z Downloaded dtrace-parser v0.2.0
9582026-08-04T16:50:40.531Z Downloaded parse-display v0.10.0
9592026-08-04T16:50:40.531Z Downloaded num_enum_derive v0.7.6
9602026-08-04T16:50:40.534Z Downloaded defmt v0.3.100
9612026-08-04T16:50:40.537Z Downloaded crypto-common v0.2.2
9622026-08-04T16:50:40.537Z Downloaded macaddr v1.0.1
9632026-08-04T16:50:40.540Z Downloaded sha1 v0.10.6
9642026-08-04T16:50:40.540Z Downloaded compression-core v0.4.32
9652026-08-04T16:50:40.541Z Downloaded float-ord v0.3.2
9662026-08-04T16:50:40.541Z Downloaded serde_plain v1.0.2
9672026-08-04T16:50:40.541Z Downloaded enum-as-inner v0.6.1
9682026-08-04T16:50:40.546Z Downloaded olpc-cjson v0.1.4
9692026-08-04T16:50:40.546Z Downloaded foreign-types v0.5.0
9702026-08-04T16:50:40.551Z Downloaded dunce v1.0.5
9712026-08-04T16:50:40.551Z Downloaded num-conv v0.2.2
9722026-08-04T16:50:40.555Z Downloaded num-rational v0.4.2
9732026-08-04T16:50:40.555Z Downloaded oxnet v0.1.6
9742026-08-04T16:50:40.555Z Downloaded pem v3.0.6
9752026-08-04T16:50:40.560Z Downloaded humantime v2.3.0
9762026-08-04T16:50:40.560Z Downloaded dyn-clone v1.0.20
9772026-08-04T16:50:40.564Z Downloaded sha1 v0.11.0
9782026-08-04T16:50:40.564Z Downloaded constant_time_eq v0.4.2
9792026-08-04T16:50:40.567Z Downloaded take_mut v0.2.2
9802026-08-04T16:50:40.567Z Downloaded structmeta v0.3.0
9812026-08-04T16:50:40.567Z Downloaded tabled_derive v0.11.0
9822026-08-04T16:50:40.571Z Downloaded secrecy v0.10.3
9832026-08-04T16:50:40.571Z Downloaded fs_extra v1.3.0
9842026-08-04T16:50:40.571Z Downloaded waitgroup v0.1.2
9852026-08-04T16:50:40.576Z Downloaded base16ct v0.2.0
9862026-08-04T16:50:40.576Z Downloaded potential_utf v0.1.5
9872026-08-04T16:50:40.579Z Downloaded zerofrom-derive v0.1.7
9882026-08-04T16:50:40.579Z Downloaded num_enum v0.7.6
9892026-08-04T16:50:40.579Z Downloaded usdt v0.5.0
9902026-08-04T16:50:40.579Z Downloaded base16ct v1.0.0
9912026-08-04T16:50:40.582Z Downloaded num-iter v0.1.45
9922026-08-04T16:50:40.582Z Downloaded bs58 v0.5.1
9932026-08-04T16:50:40.586Z Downloaded data-encoding v2.11.0
9942026-08-04T16:50:40.586Z Downloaded deranged v0.5.8
9952026-08-04T16:50:40.586Z Downloaded num_enum v0.5.11
9962026-08-04T16:50:40.589Z Downloaded num-integer v0.1.46
9972026-08-04T16:50:40.589Z Downloaded libscf-sys v1.2.0
9982026-08-04T16:50:40.589Z Downloaded num-complex v0.4.6
9992026-08-04T16:50:40.590Z Downloaded usdt-macro v0.6.0
10002026-08-04T16:50:40.590Z Downloaded async-recursion v1.1.1
10012026-08-04T16:50:40.592Z Downloaded darling_macro v0.23.0
10022026-08-04T16:50:40.593Z Downloaded futures-sink v0.3.32
10032026-08-04T16:50:40.596Z Downloaded paste v1.0.15
10042026-08-04T16:50:40.599Z Downloaded zone_cfg_derive v0.3.1
10052026-08-04T16:50:40.599Z Downloaded hostname v0.4.2
10062026-08-04T16:50:40.602Z Downloaded foreign-types-shared v0.3.1
10072026-08-04T16:50:40.605Z Downloaded progenitor-client v0.10.0
10082026-08-04T16:50:40.605Z Downloaded scroll_derive v0.13.1
10092026-08-04T16:50:40.610Z Downloaded serial_test v4.0.1
10102026-08-04T16:50:40.610Z Downloaded serial_test_derive v4.0.1
10112026-08-04T16:50:40.610Z Downloaded proc-macro-error-attr v1.0.4
10122026-08-04T16:50:40.610Z Downloaded strum v0.26.3
10132026-08-04T16:50:40.610Z Downloaded cmake v0.1.58
10142026-08-04T16:50:40.610Z Downloaded serde_repr v0.1.21
10152026-08-04T16:50:40.610Z Downloaded erased-serde v0.3.31
10162026-08-04T16:50:40.613Z Downloaded fastrand v2.4.1
10172026-08-04T16:50:40.629Z Downloaded ipnet v2.12.0
10182026-08-04T16:50:40.629Z Downloaded newtype-uuid-macros v0.1.0
10192026-08-04T16:50:40.629Z Downloaded parse-display-derive v0.10.0
10202026-08-04T16:50:40.629Z Downloaded scroll v0.12.0
10212026-08-04T16:50:40.634Z Downloaded daft-derive v0.1.7
10222026-08-04T16:50:40.634Z Downloaded digest v0.11.3
10232026-08-04T16:50:40.634Z Downloaded tiny-keccak v2.0.2
10242026-08-04T16:50:40.634Z Downloaded multer v3.1.0
10252026-08-04T16:50:40.634Z Downloaded strum_macros v0.27.2
10262026-08-04T16:50:40.634Z Downloaded time-macros v0.2.27
10272026-08-04T16:50:40.634Z Downloaded csv-core v0.1.13
10282026-08-04T16:50:40.634Z Downloaded progenitor-macro v0.13.0
10292026-08-04T16:50:40.634Z Downloaded thread-id v4.2.2
10302026-08-04T16:50:40.634Z Downloaded futures-task v0.3.32
10312026-08-04T16:50:40.634Z Downloaded testing_table v0.3.0
10322026-08-04T16:50:40.638Z Downloaded topological-sort v0.2.2
10332026-08-04T16:50:40.638Z Downloaded slog-term v2.9.2
10342026-08-04T16:50:40.638Z Downloaded blake2 v0.10.6
10352026-08-04T16:50:40.644Z Downloaded console v0.16.3
10362026-08-04T16:50:40.644Z Downloaded darling v0.23.0
10372026-08-04T16:50:40.648Z Downloaded daft v0.1.7
10382026-08-04T16:50:40.648Z Downloaded defmt-macros v1.1.0
10392026-08-04T16:50:40.648Z Downloaded newtype-uuid v1.3.2
10402026-08-04T16:50:40.648Z Downloaded smf v0.2.3
10412026-08-04T16:50:40.648Z Downloaded strum_macros v0.26.4
10422026-08-04T16:50:40.648Z Downloaded toml_writer v1.1.1+spec-1.1.0
10432026-08-04T16:50:40.651Z Downloaded usdt v0.6.0
10442026-08-04T16:50:40.651Z Downloaded tabwriter v1.4.1
10452026-08-04T16:50:40.651Z Downloaded usdt-attr-macro v0.5.0
10462026-08-04T16:50:40.651Z Downloaded wait-timeout v0.2.1
10472026-08-04T16:50:40.651Z Downloaded zerofrom v0.1.8
10482026-08-04T16:50:40.654Z Downloaded const-oid v0.10.2
10492026-08-04T16:50:40.654Z Downloaded phf_shared v0.12.1
10502026-08-04T16:50:40.657Z Downloaded yoke-derive v0.8.2
10512026-08-04T16:50:40.660Z Downloaded futures-core v0.3.32
10522026-08-04T16:50:40.661Z Downloaded parking_lot v0.11.2
10532026-08-04T16:50:40.664Z Downloaded password-hash v0.5.0
10542026-08-04T16:50:40.664Z Downloaded hostname v0.3.1
10552026-08-04T16:50:40.664Z Downloaded litemap v0.8.2
10562026-08-04T16:50:40.667Z Downloaded phf v0.12.1
10572026-08-04T16:50:40.670Z Downloaded group v0.13.0
10582026-08-04T16:50:40.670Z Downloaded either v1.16.0
10592026-08-04T16:50:40.673Z Downloaded progenitor-client v0.13.0
10602026-08-04T16:50:40.677Z Downloaded untrusted v0.7.1
10612026-08-04T16:50:40.677Z Downloaded progenitor v0.10.0
10622026-08-04T16:50:40.677Z Downloaded quick-error v1.2.3
10632026-08-04T16:50:40.677Z Downloaded proc-macro-crate v1.3.1
10642026-08-04T16:50:40.677Z Downloaded rustls-native-certs v0.8.4
10652026-08-04T16:50:40.680Z Downloaded rustls-pemfile v2.2.0
10662026-08-04T16:50:40.683Z Downloaded stable_deref_trait v1.2.1
10672026-08-04T16:50:40.683Z Downloaded tagptr v0.2.0
10682026-08-04T16:50:40.683Z Downloaded same-file v1.0.6
10692026-08-04T16:50:40.687Z Downloaded crossbeam-utils v0.8.21
10702026-08-04T16:50:40.687Z Downloaded cargo_toml v0.22.3
10712026-08-04T16:50:40.690Z Downloaded ciborium v0.2.2
10722026-08-04T16:50:40.691Z Downloaded snafu-derive v0.8.9
10732026-08-04T16:50:40.694Z Downloaded serde_with_macros v3.21.0
10742026-08-04T16:50:40.697Z Downloaded memmap2 v0.9.10
10752026-08-04T16:50:40.697Z Downloaded crossbeam-epoch v0.9.18
10762026-08-04T16:50:40.700Z Downloaded oxide-tokio-rt v0.1.6
10772026-08-04T16:50:40.700Z Downloaded semver v0.1.20
10782026-08-04T16:50:40.700Z Downloaded siphasher v1.0.3
10792026-08-04T16:50:40.703Z Downloaded synstructure v0.13.2
10802026-08-04T16:50:40.703Z Downloaded darling v0.21.3
10812026-08-04T16:50:40.706Z Downloaded dropshot_endpoint v0.17.1
10822026-08-04T16:50:40.709Z Downloaded colored v3.1.1
10832026-08-04T16:50:40.710Z Downloaded slog-async v2.8.0
10842026-08-04T16:50:40.713Z Downloaded slog-json v2.6.1
10852026-08-04T16:50:40.713Z Downloaded slog-scope v4.4.1
10862026-08-04T16:50:40.713Z Downloaded tinystr v0.8.3
10872026-08-04T16:50:40.716Z Downloaded time-core v0.1.8
10882026-08-04T16:50:40.716Z Downloaded unit-prefix v0.5.2
10892026-08-04T16:50:40.716Z Downloaded utf-8 v0.7.6
10902026-08-04T16:50:40.716Z Downloaded async-stream-impl v0.3.6
10912026-08-04T16:50:40.716Z Downloaded gethostname v0.5.0
10922026-08-04T16:50:40.719Z Downloaded term v1.2.1
10932026-08-04T16:50:40.719Z Downloaded pest_generator v2.8.6
10942026-08-04T16:50:40.723Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10952026-08-04T16:50:40.723Z Downloaded zerovec-derive v0.11.3
10962026-08-04T16:50:40.723Z Downloaded whoami v1.6.1
10972026-08-04T16:50:40.727Z Downloaded fxhash v0.2.1
10982026-08-04T16:50:40.727Z Downloaded async-trait v0.1.89
10992026-08-04T16:50:40.727Z Downloaded git-stub-vcs v0.1.0
11002026-08-04T16:50:40.727Z Downloaded bcs v0.1.6
11012026-08-04T16:50:40.730Z Downloaded rustc-hash v2.1.2
11022026-08-04T16:50:40.730Z Downloaded plain v0.2.3
11032026-08-04T16:50:40.733Z Downloaded rustc_version v0.1.7
11042026-08-04T16:50:40.733Z Downloaded proc-macro-error-attr2 v2.0.0
11052026-08-04T16:50:40.739Z Downloaded icu_provider v2.2.0
11062026-08-04T16:50:40.743Z Downloaded backon v1.6.0
11072026-08-04T16:50:40.746Z Downloaded icu_properties v2.2.0
11082026-08-04T16:50:40.746Z Downloaded rustls-pki-types v1.14.1
11092026-08-04T16:50:40.749Z Downloaded spin v0.9.8
11102026-08-04T16:50:40.752Z Downloaded universal-hash v0.5.1
11112026-08-04T16:50:40.756Z Downloaded spin v0.5.2
11122026-08-04T16:50:40.756Z Downloaded progenitor v0.14.0
11132026-08-04T16:50:40.759Z Downloaded arrayref v0.3.9
11142026-08-04T16:50:40.759Z Downloaded rand_chacha v0.3.1
11152026-08-04T16:50:40.759Z Downloaded scroll_derive v0.12.1
11162026-08-04T16:50:40.763Z Downloaded diff v0.1.13
11172026-08-04T16:50:40.766Z Downloaded derive_more v0.99.20
11182026-08-04T16:50:40.770Z Downloaded openssl-sys v0.9.116
11192026-08-04T16:50:40.774Z Downloaded schemars v0.8.22
11202026-08-04T16:50:40.778Z Downloaded async-stream v0.3.6
11212026-08-04T16:50:40.781Z Downloaded git-stub v1.0.0
11222026-08-04T16:50:40.781Z Downloaded slog v2.8.2
11232026-08-04T16:50:40.784Z Downloaded http-body v1.0.1
11242026-08-04T16:50:40.784Z Downloaded progenitor-client v0.14.0
11252026-08-04T16:50:40.784Z Downloaded const_format v0.2.36
11262026-08-04T16:50:40.787Z Downloaded tokio-stream v0.1.18
11272026-08-04T16:50:40.790Z Downloaded termtree v0.5.1
11282026-08-04T16:50:40.790Z Downloaded slog-bunyan v2.5.0
11292026-08-04T16:50:40.790Z Downloaded futures-executor v0.3.32
11302026-08-04T16:50:40.790Z Downloaded smawk v0.3.2
11312026-08-04T16:50:40.794Z Downloaded strum v0.27.2
11322026-08-04T16:50:40.794Z Downloaded slog-stdlog v4.1.1
11332026-08-04T16:50:40.794Z Downloaded vsss-rs v3.3.4
11342026-08-04T16:50:40.797Z Downloaded tokio-tungstenite v0.21.0
11352026-08-04T16:50:40.797Z Downloaded proc-macro-error2 v2.0.1
11362026-08-04T16:50:40.800Z Downloaded omicron-zone-package v0.12.3
11372026-08-04T16:50:40.800Z Downloaded ucd-trie v0.1.7
11382026-08-04T16:50:40.800Z Downloaded drift v0.2.0
11392026-08-04T16:50:40.805Z Downloaded glob v0.3.3
11402026-08-04T16:50:40.808Z Downloaded globset v0.4.18
11412026-08-04T16:50:40.808Z Downloaded highway v1.3.0
11422026-08-04T16:50:40.808Z Downloaded proc-macro-error v1.0.4
11432026-08-04T16:50:40.812Z Downloaded usdt-macro v0.5.0
11442026-08-04T16:50:40.812Z Downloaded rand_xorshift v0.4.0
11452026-08-04T16:50:40.815Z Downloaded tabled_derive v0.7.0
11462026-08-04T16:50:40.815Z Downloaded simd-adler32 v0.3.9
11472026-08-04T16:50:40.818Z Downloaded icu_normalizer v2.2.0
11482026-08-04T16:50:40.821Z Downloaded konst v0.2.20
11492026-08-04T16:50:40.832Z Downloaded thread_local v1.1.9
11502026-08-04T16:50:40.835Z Downloaded argon2 v0.5.3
11512026-08-04T16:50:40.839Z Downloaded progenitor-macro v0.10.0
11522026-08-04T16:50:40.843Z Downloaded tokio-macros v2.7.0
11532026-08-04T16:50:40.846Z Downloaded typify-macro v0.4.3
11542026-08-04T16:50:40.846Z Downloaded thiserror-no-std v2.0.2
11552026-08-04T16:50:40.846Z Downloaded darling_core v0.23.0
11562026-08-04T16:50:40.849Z Downloaded bytes v1.11.1
11572026-08-04T16:50:40.852Z Downloaded thiserror-impl-no-std v2.0.2
11582026-08-04T16:50:40.852Z Downloaded icu_collections v2.2.0
11592026-08-04T16:50:40.855Z Downloaded papergrid v0.11.0
11602026-08-04T16:50:40.858Z Downloaded papergrid v0.18.0
11612026-08-04T16:50:40.861Z Downloaded scroll v0.13.0
11622026-08-04T16:50:40.861Z Downloaded poly1305 v0.8.0
11632026-08-04T16:50:40.864Z Downloaded usdt-attr-macro v0.6.0
11642026-08-04T16:50:40.864Z Downloaded futures-io v0.3.32
11652026-08-04T16:50:40.864Z Downloaded progenitor-macro v0.14.0
11662026-08-04T16:50:40.865Z Downloaded ref-cast-impl v1.0.25
11672026-08-04T16:50:40.865Z Downloaded futures-macro v0.3.32
11682026-08-04T16:50:40.868Z Downloaded zmij v1.0.21
11692026-08-04T16:50:40.868Z Downloaded powerfmt v0.2.0
11702026-08-04T16:50:40.868Z Downloaded pretty-hex v0.4.2
11712026-08-04T16:50:40.871Z Downloaded unarray v0.1.4
11722026-08-04T16:50:40.871Z Downloaded hash32 v0.3.1
11732026-08-04T16:50:40.871Z Downloaded minimal-lexical v0.2.1
11742026-08-04T16:50:40.874Z Downloaded jiff-static v0.2.28
11752026-08-04T16:50:40.874Z Downloaded usdt-impl v0.5.0
11762026-08-04T16:50:40.874Z Downloaded serde-big-array v0.5.1
11772026-08-04T16:50:40.878Z Downloaded yoke v0.8.3
11782026-08-04T16:50:40.878Z Downloaded yansi v1.0.1
11792026-08-04T16:50:40.878Z Downloaded anyhow v1.0.104
11802026-08-04T16:50:40.881Z Downloaded cc v1.2.63
11812026-08-04T16:50:40.884Z Downloaded crossbeam-channel v0.5.15
11822026-08-04T16:50:40.884Z Downloaded allocator-api2 v0.2.21
11832026-08-04T16:50:40.887Z Downloaded structmeta-derive v0.3.0
11842026-08-04T16:50:40.887Z Downloaded arrayvec v0.7.6
11852026-08-04T16:50:40.887Z Downloaded arc-swap v1.9.1
11862026-08-04T16:50:40.890Z Downloaded slog-dtrace v0.3.0
11872026-08-04T16:50:40.890Z Downloaded quote v1.0.45
11882026-08-04T16:50:40.893Z Downloaded usdt-impl v0.6.0
11892026-08-04T16:50:40.893Z Downloaded quinn-udp v0.5.14
11902026-08-04T16:50:40.893Z Downloaded sigpipe v0.1.3
11912026-08-04T16:50:40.896Z Downloaded heck v0.4.1
11922026-08-04T16:50:40.896Z Downloaded bit-set v0.8.0
11932026-08-04T16:50:40.896Z Downloaded port-file v0.1.0
11942026-08-04T16:50:40.896Z Downloaded serde_tokenstream v0.2.3
11952026-08-04T16:50:40.900Z Downloaded proc-macro-crate v3.5.0
11962026-08-04T16:50:40.900Z Downloaded zone v0.3.1
11972026-08-04T16:50:40.918Z Downloaded zeroize_derive v1.4.3
11982026-08-04T16:50:40.921Z Downloaded crypto-bigint v0.5.5
11992026-08-04T16:50:40.925Z Downloaded heapless v0.8.0
12002026-08-04T16:50:40.928Z Downloaded progenitor-impl v0.13.0
12012026-08-04T16:50:40.928Z Downloaded progenitor-impl v0.14.0
12022026-08-04T16:50:40.931Z Downloaded toml v0.9.12+spec-1.1.0
12032026-08-04T16:50:40.931Z Downloaded xz2 v0.1.7
12042026-08-04T16:50:40.934Z Downloaded toml v1.1.2+spec-1.1.0
12052026-08-04T16:50:40.934Z Downloaded toml v0.7.8
12062026-08-04T16:50:40.937Z Downloaded zeroize v1.8.2
12072026-08-04T16:50:40.937Z Downloaded futures-channel v0.3.32
12082026-08-04T16:50:40.940Z Downloaded postcard v1.1.3
12092026-08-04T16:50:40.940Z Downloaded progenitor-extras v0.2.0
12102026-08-04T16:50:40.940Z Downloaded typify-macro v0.6.2
12112026-08-04T16:50:40.941Z Downloaded walkdir v2.5.0
12122026-08-04T16:50:40.947Z Downloaded writeable v0.6.3
12132026-08-04T16:50:40.947Z Downloaded similar v2.7.0
12142026-08-04T16:50:40.950Z Downloaded smallvec v1.15.1
12152026-08-04T16:50:40.950Z Downloaded progenitor v0.13.0
12162026-08-04T16:50:40.950Z Downloaded resolv-conf v0.7.6
12172026-08-04T16:50:40.950Z Downloaded rand v0.8.6
12182026-08-04T16:50:40.954Z Downloaded backoff v0.4.0
12192026-08-04T16:50:40.954Z Downloaded prettyplease v0.2.37
12202026-08-04T16:50:40.957Z Downloaded test-strategy v0.4.5
12212026-08-04T16:50:40.960Z Downloaded typify v0.6.2
12222026-08-04T16:50:40.964Z Downloaded schemars_derive v0.8.22
12232026-08-04T16:50:40.964Z Downloaded ref-cast v1.0.25
12242026-08-04T16:50:40.967Z Downloaded tungstenite v0.21.0
12252026-08-04T16:50:40.967Z Downloaded hmac v0.12.1
12262026-08-04T16:50:40.967Z Downloaded rustls-platform-verifier v0.7.0
12272026-08-04T16:50:40.971Z Downloaded darling_core v0.21.3
12282026-08-04T16:50:40.974Z Downloaded rusty-fork v0.3.1
12292026-08-04T16:50:40.977Z Downloaded smartstring v1.0.1
12302026-08-04T16:50:40.980Z Downloaded memchr v2.8.1
12312026-08-04T16:50:40.984Z Downloaded mio v1.2.1
12322026-08-04T16:50:40.987Z Downloaded tokio-dtrace v0.1.1
12332026-08-04T16:50:40.990Z Downloaded pest_meta v2.8.6
12342026-08-04T16:50:40.990Z Downloaded quinn v0.11.9
12352026-08-04T16:50:40.993Z Downloaded rustversion v1.0.22
12362026-08-04T16:50:40.996Z Downloaded zerocopy-derive v0.7.35
12372026-08-04T16:50:40.999Z Downloaded rand v0.9.4
12382026-08-04T16:50:41.003Z Downloaded rayon-core v1.13.0
12392026-08-04T16:50:41.008Z Downloaded rhai_codegen v3.2.0
12402026-08-04T16:50:41.016Z Downloaded expectorate v1.2.0
12412026-08-04T16:50:41.019Z Downloaded progenitor-impl v0.10.0
12422026-08-04T16:50:41.020Z Downloaded typed-path v0.9.3
12432026-08-04T16:50:41.023Z Downloaded typify v0.4.3
12442026-08-04T16:50:41.026Z Downloaded zerotrie v0.2.4
12452026-08-04T16:50:41.029Z Downloaded pest v2.8.6
12462026-08-04T16:50:41.032Z Downloaded hickory-resolver v0.25.2
12472026-08-04T16:50:41.032Z Downloaded proc-macro2 v1.0.106
12482026-08-04T16:50:41.035Z Downloaded thin-vec v0.2.18
12492026-08-04T16:50:41.035Z Downloaded tinyvec v1.11.0
12502026-08-04T16:50:41.038Z Downloaded async-compression v0.4.42
12512026-08-04T16:50:41.041Z Downloaded half v2.7.1
12522026-08-04T16:50:41.042Z Downloaded snafu v0.8.9
12532026-08-04T16:50:41.045Z Downloaded serde_yaml v0.9.34+deprecated
12542026-08-04T16:50:41.048Z Downloaded serde_derive_internals v0.29.1
12552026-08-04T16:50:41.048Z Downloaded getrandom v0.4.2
12562026-08-04T16:50:41.051Z Downloaded nom v7.1.3
12572026-08-04T16:50:41.054Z Downloaded pretty_assertions v1.4.1
12582026-08-04T16:50:41.054Z Downloaded blake3 v1.8.5
12592026-08-04T16:50:41.058Z Downloaded schemars v0.9.0
12602026-08-04T16:50:41.065Z Downloaded dropshot-api-manager v0.7.2
12612026-08-04T16:50:41.068Z Downloaded unsafe-libyaml v0.2.11
12622026-08-04T16:50:41.071Z Downloaded base64 v0.21.7
12632026-08-04T16:50:41.074Z Downloaded iddqd v0.4.6
12642026-08-04T16:50:41.080Z Downloaded toml_parser v1.1.2+spec-1.1.0
12652026-08-04T16:50:41.087Z Downloaded hashbrown v0.12.3
12662026-08-04T16:50:41.094Z Downloaded futures v0.3.32
12672026-08-04T16:50:41.097Z Downloaded toml_edit v0.19.15
12682026-08-04T16:50:41.106Z Downloaded tokio-util v0.7.18
12692026-08-04T16:50:41.110Z Downloaded zerocopy v0.7.35
12702026-08-04T16:50:41.119Z Downloaded futures-util v0.3.32
12712026-08-04T16:50:41.126Z Downloaded schemars v1.2.1
12722026-08-04T16:50:41.135Z Downloaded http v1.4.2
12732026-08-04T16:50:41.138Z Downloaded zerovec v0.11.6
12742026-08-04T16:50:41.141Z Downloaded zerocopy-derive v0.8.50
12752026-08-04T16:50:41.144Z Downloaded toml_edit v0.25.12+spec-1.1.0
12762026-08-04T16:50:41.147Z Downloaded tough v0.22.0
12772026-08-04T16:50:41.151Z Downloaded itertools v0.12.1
12782026-08-04T16:50:41.155Z Downloaded ron v0.12.1
12792026-08-04T16:50:41.159Z Downloaded libm v0.2.16
12802026-08-04T16:50:41.164Z Downloaded icu_properties_data v2.2.0
12812026-08-04T16:50:41.170Z Downloaded qorb v0.4.1
12822026-08-04T16:50:41.173Z Downloaded hickory-resolver v0.24.4
12832026-08-04T16:50:41.176Z Downloaded h2 v0.4.14
12842026-08-04T16:50:41.179Z Downloaded rayon v1.12.0
12852026-08-04T16:50:41.184Z Downloaded nom v8.0.0
12862026-08-04T16:50:41.188Z Downloaded hashbrown v0.16.1
12872026-08-04T16:50:41.191Z Downloaded steno v0.4.1
12882026-08-04T16:50:41.191Z Downloaded goblin v0.8.2
12892026-08-04T16:50:41.194Z Downloaded portable-atomic v1.13.1
12902026-08-04T16:50:41.199Z Downloaded winnow v0.5.40
12912026-08-04T16:50:41.203Z Downloaded reqwest v0.13.4
12922026-08-04T16:50:41.235Z Downloaded time v0.3.47
12932026-08-04T16:50:41.244Z Downloaded aws-lc-rs v1.17.0
12942026-08-04T16:50:41.280Z Downloaded zerocopy v0.8.50
12952026-08-04T16:50:41.290Z Downloaded bstr v1.12.1
12962026-08-04T16:50:41.295Z Downloaded smoltcp v0.11.0
12972026-08-04T16:50:41.302Z Downloaded hkdf v0.12.4
12982026-08-04T16:50:41.305Z Downloaded regex v1.12.3
12992026-08-04T16:50:41.310Z Downloaded dropshot v0.17.1
13002026-08-04T16:50:41.319Z Downloaded winnow v1.0.3
13012026-08-04T16:50:41.324Z Downloaded regress v0.10.5
13022026-08-04T16:50:41.329Z Downloaded rhai v1.25.1
13032026-08-04T16:50:41.342Z Downloaded moka v0.12.15
13042026-08-04T16:50:41.347Z Downloaded typify-impl v0.4.3
13052026-08-04T16:50:41.356Z Downloaded aho-corasick v1.1.4
13062026-08-04T16:50:41.381Z Downloaded serde_with v3.21.0
13072026-08-04T16:50:41.387Z Downloaded webpki-roots v1.0.7
13082026-08-04T16:50:41.390Z Downloaded tabled v0.15.0
13092026-08-04T16:50:41.398Z Downloaded syn v1.0.109
13102026-08-04T16:50:41.406Z Downloaded proptest v1.11.0
13112026-08-04T16:50:41.421Z Downloaded chrono-tz v0.10.4
13122026-08-04T16:50:41.431Z Downloaded openssl v0.10.80
13132026-08-04T16:50:41.437Z Downloaded tabled v0.21.0
13142026-08-04T16:50:41.447Z Downloaded csv v1.4.0
13152026-08-04T16:50:41.458Z Downloaded sha3 v0.10.9
13162026-08-04T16:50:41.461Z Downloaded goblin v0.10.7
13172026-08-04T16:50:41.466Z Downloaded syn v2.0.117
13182026-08-04T16:50:41.472Z Downloaded nix v0.31.3
13192026-08-04T16:50:41.487Z Downloaded encoding_rs v0.8.35
13202026-08-04T16:50:41.512Z Downloaded regex-syntax v0.8.10
13212026-08-04T16:50:41.516Z Downloaded openapiv3 v2.2.0
13222026-08-04T16:50:41.522Z Downloaded rustls v0.23.40
13232026-08-04T16:50:41.529Z Downloaded hickory-proto v0.24.4
13242026-08-04T16:50:41.537Z Downloaded regress v0.11.1
13252026-08-04T16:50:41.555Z Downloaded typify-impl v0.6.2
13262026-08-04T16:50:41.564Z Downloaded hickory-proto v0.25.2
13272026-08-04T16:50:41.588Z Downloaded sled v0.34.7
13282026-08-04T16:50:41.623Z Downloaded regex-automata v0.4.14
13292026-08-04T16:50:41.647Z Downloaded petgraph v0.6.5
13302026-08-04T16:50:41.658Z Downloaded jiff v0.2.28
13312026-08-04T16:50:41.669Z Downloaded lzma-sys v0.1.20
13322026-08-04T16:50:42.267Z Downloaded aws-lc-sys v0.41.0
13332026-08-04T16:50:43.207Z Compiling proc-macro2 v1.0.106
13342026-08-04T16:50:43.207Z Compiling unicode-ident v1.0.24
13352026-08-04T16:50:43.208Z Compiling quote v1.0.45
13362026-08-04T16:50:43.208Z Compiling serde_core v1.0.229
13372026-08-04T16:50:43.211Z Compiling cfg-if v1.0.4
13382026-08-04T16:50:43.211Z Compiling serde v1.0.229
13392026-08-04T16:50:43.211Z Compiling libc v0.2.189
13402026-08-04T16:50:43.211Z Compiling memchr v2.8.1
13412026-08-04T16:50:43.364Z Compiling itoa v1.0.18
13422026-08-04T16:50:43.548Z Compiling smallvec v1.15.1
13432026-08-04T16:50:43.627Z Compiling zmij v1.0.21
13442026-08-04T16:50:43.648Z Compiling autocfg v1.5.1
13452026-08-04T16:50:43.752Z Compiling libm v0.2.16
13462026-08-04T16:50:44.011Z Compiling stable_deref_trait v1.2.1
13472026-08-04T16:50:44.022Z Compiling percent-encoding v2.3.2
13482026-08-04T16:50:44.084Z Compiling writeable v0.6.3
13492026-08-04T16:50:44.150Z Compiling litemap v0.8.2
13502026-08-04T16:50:44.209Z Compiling icu_properties_data v2.2.0
13512026-08-04T16:50:44.221Z Compiling utf8_iter v1.0.4
13522026-08-04T16:50:44.230Z Compiling icu_normalizer_data v2.2.0
13532026-08-04T16:50:44.333Z Compiling iana-time-zone v0.1.65
13542026-08-04T16:50:44.358Z Compiling form_urlencoded v1.2.2
13552026-08-04T16:50:44.449Z Compiling syn v2.0.117
13562026-08-04T16:50:44.534Z Compiling syn v3.0.3
13572026-08-04T16:50:44.561Z Compiling equivalent v1.0.2
13582026-08-04T16:50:44.572Z Compiling allocator-api2 v0.2.21
13592026-08-04T16:50:44.622Z Compiling serde_json v1.0.151
13602026-08-04T16:50:44.638Z Compiling pin-project-lite v0.2.17
13612026-08-04T16:50:44.649Z Compiling version_check v0.9.5
13622026-08-04T16:50:44.730Z Compiling dyn-clone v1.0.20
13632026-08-04T16:50:44.863Z Compiling parking_lot_core v0.9.12
13642026-08-04T16:50:44.874Z Compiling scopeguard v1.2.0
13652026-08-04T16:50:44.887Z Compiling hashbrown v0.17.1
13662026-08-04T16:50:44.913Z Compiling num-traits v0.2.19
13672026-08-04T16:50:44.974Z Compiling lock_api v0.4.14
13682026-08-04T16:50:45.149Z Compiling rand_core v0.10.1
13692026-08-04T16:50:45.210Z Compiling getrandom v0.4.2
13702026-08-04T16:50:45.250Z Compiling thiserror v2.0.19
13712026-08-04T16:50:45.346Z Compiling log v0.4.32
13722026-08-04T16:50:45.515Z Compiling semver v1.0.28
13732026-08-04T16:50:45.693Z Compiling indexmap v2.14.0
13742026-08-04T16:50:45.759Z Compiling errno v0.3.14
13752026-08-04T16:50:45.801Z Compiling zerocopy v0.8.50
13762026-08-04T16:50:45.861Z Compiling heck v0.5.0
13772026-08-04T16:50:45.907Z Compiling futures-core v0.3.32
13782026-08-04T16:50:46.067Z Compiling uuid v1.24.0
13792026-08-04T16:50:46.127Z Compiling fnv v1.0.7
13802026-08-04T16:50:46.225Z Compiling futures-sink v0.3.32
13812026-08-04T16:50:46.237Z Compiling schemars v0.8.22
13822026-08-04T16:50:46.330Z Compiling slab v0.4.12
13832026-08-04T16:50:46.371Z Compiling jobserver v0.1.34
13842026-08-04T16:50:46.494Z Compiling shlex v2.0.1
13852026-08-04T16:50:46.513Z Compiling find-msvc-tools v0.1.9
13862026-08-04T16:50:46.524Z Compiling rustversion v1.0.22
13872026-08-04T16:50:46.726Z Compiling cc v1.2.63
13882026-08-04T16:50:46.739Z Compiling futures-channel v0.3.32
13892026-08-04T16:50:46.750Z Compiling portable-atomic v1.13.1
13902026-08-04T16:50:46.808Z Compiling futures-task v0.3.32
13912026-08-04T16:50:46.969Z Compiling futures-io v0.3.32
13922026-08-04T16:50:46.984Z Compiling bitflags v2.12.1
13932026-08-04T16:50:47.237Z Compiling socket2 v0.6.5
13942026-08-04T16:50:47.266Z Compiling critical-section v1.2.0
13952026-08-04T16:50:47.376Z Compiling parking_lot v0.12.5
13962026-08-04T16:50:47.452Z Compiling synstructure v0.13.2
13972026-08-04T16:50:47.540Z Compiling serde_derive_internals v0.29.1
13982026-08-04T16:50:47.615Z Compiling serde_derive v1.0.229
13992026-08-04T16:50:47.713Z Compiling thiserror-impl v2.0.19
14002026-08-04T16:50:47.790Z Compiling once_cell v1.21.4
14012026-08-04T16:50:47.813Z Compiling signal-hook-registry v1.4.8
14022026-08-04T16:50:47.971Z Compiling mio v1.2.1
14032026-08-04T16:50:48.012Z Compiling cmake v0.1.58
14042026-08-04T16:50:48.059Z Compiling dunce v1.0.5
14052026-08-04T16:50:48.128Z Compiling regex-syntax v0.8.10
14062026-08-04T16:50:48.154Z Compiling typenum v1.20.1
14072026-08-04T16:50:48.318Z Compiling fs_extra v1.3.0
14082026-08-04T16:50:48.360Z Compiling base64 v0.22.1
14092026-08-04T16:50:48.509Z Compiling byteorder v1.5.0
14102026-08-04T16:50:48.582Z Compiling aws-lc-sys v0.41.0
14112026-08-04T16:50:48.654Z Compiling zerofrom-derive v0.1.7
14122026-08-04T16:50:48.697Z Compiling yoke-derive v0.8.2
14132026-08-04T16:50:48.734Z Compiling zerovec-derive v0.11.3
14142026-08-04T16:50:48.961Z Compiling displaydoc v0.2.6
14152026-08-04T16:50:48.981Z Compiling schemars_derive v0.8.22
14162026-08-04T16:50:49.437Z Compiling tokio-macros v2.7.0
14172026-08-04T16:50:49.786Z Compiling zerocopy-derive v0.8.50
14182026-08-04T16:50:49.820Z Compiling zeroize_derive v1.4.3
14192026-08-04T16:50:49.858Z Compiling futures-macro v0.3.32
14202026-08-04T16:50:49.870Z Compiling zerofrom v0.1.8
14212026-08-04T16:50:49.992Z Compiling yoke v0.8.3
14222026-08-04T16:50:50.177Z Compiling zerovec v0.11.6
14232026-08-04T16:50:50.189Z Compiling zerotrie v0.2.4
14242026-08-04T16:50:50.499Z Compiling subtle v2.6.1
14252026-08-04T16:50:50.585Z Compiling zeroize v1.8.2
14262026-08-04T16:50:50.666Z Compiling slog v2.8.2
14272026-08-04T16:50:50.725Z Compiling tinystr v0.8.3
14282026-08-04T16:50:50.766Z Compiling potential_utf v0.1.5
14292026-08-04T16:50:50.790Z Compiling futures-util v0.3.32
14302026-08-04T16:50:50.818Z Compiling bytes v1.11.1
14312026-08-04T16:50:50.881Z Compiling icu_locale_core v2.2.0
14322026-08-04T16:50:50.900Z Compiling icu_collections v2.2.0
14332026-08-04T16:50:50.922Z Compiling chrono v0.4.45
14342026-08-04T16:50:50.925Z Compiling serde_tokenstream v0.2.3
14352026-08-04T16:50:51.207Z Compiling rustix v1.1.4
14362026-08-04T16:50:51.417Z Compiling http v1.4.2
14372026-08-04T16:50:51.465Z Compiling tokio v1.53.1
14382026-08-04T16:50:51.550Z Compiling strsim v0.11.1
14392026-08-04T16:50:51.944Z Compiling icu_provider v2.2.0
14402026-08-04T16:50:52.163Z Compiling erased-serde v0.3.31
14412026-08-04T16:50:52.264Z Compiling icu_normalizer v2.2.0
14422026-08-04T16:50:52.401Z Compiling icu_properties v2.2.0
14432026-08-04T16:50:52.434Z Compiling http-body v1.0.1
14442026-08-04T16:50:52.648Z Compiling getrandom v0.3.4
14452026-08-04T16:50:52.849Z Compiling httparse v1.10.1
14462026-08-04T16:50:52.968Z Compiling atomic-waker v1.1.2
14472026-08-04T16:50:52.980Z Compiling ipnet v2.12.0
14482026-08-04T16:50:53.091Z Compiling tower-service v0.3.3
14492026-08-04T16:50:53.102Z Compiling tower-layer v0.3.3
14502026-08-04T16:50:53.177Z Compiling getrandom v0.2.17
14512026-08-04T16:50:53.251Z Compiling untrusted v0.9.0
14522026-08-04T16:50:53.364Z Compiling idna_adapter v1.2.2
14532026-08-04T16:50:53.364Z Compiling thiserror v1.0.69
14542026-08-04T16:50:53.492Z Compiling idna v1.1.0
14552026-08-04T16:50:53.504Z Compiling ryu v1.0.23
14562026-08-04T16:50:53.516Z Compiling ucd-trie v0.1.7
14572026-08-04T16:50:53.596Z Compiling try-lock v0.2.5
14582026-08-04T16:50:53.677Z Compiling want v0.3.1
14592026-08-04T16:50:53.701Z Compiling pest v2.8.6
14602026-08-04T16:50:53.808Z Compiling url v2.5.8
14612026-08-04T16:50:53.847Z Compiling rand_core v0.6.4
14622026-08-04T16:50:53.858Z Compiling thiserror-impl v1.0.69
14632026-08-04T16:50:54.074Z Compiling ppv-lite86 v0.2.21
14642026-08-04T16:50:54.200Z Compiling httpdate v1.0.3
14652026-08-04T16:50:54.251Z Compiling pretty-hex v0.4.2
14662026-08-04T16:50:54.393Z Compiling plain v0.2.3
14672026-08-04T16:50:54.446Z Compiling paste v1.0.15
14682026-08-04T16:50:54.493Z Compiling fastrand v2.4.1
14692026-08-04T16:50:54.656Z Compiling foldhash v0.2.0
14702026-08-04T16:50:54.729Z Compiling pest_meta v2.8.6
14712026-08-04T16:50:54.797Z Compiling tracing-attributes v0.1.31
14722026-08-04T16:50:54.885Z Compiling tracing-core v0.1.36
14732026-08-04T16:50:54.959Z Compiling winnow v1.0.3
14742026-08-04T16:50:55.120Z Compiling ident_case v1.0.1
14752026-08-04T16:50:55.294Z Compiling ipnetwork v0.21.1
14762026-08-04T16:50:55.535Z Compiling pest_generator v2.8.6
14772026-08-04T16:50:55.736Z Compiling oxnet v0.1.6
14782026-08-04T16:50:55.885Z Compiling omicron-workspace-hack v0.1.0
14792026-08-04T16:50:56.048Z Compiling tracing v0.1.44
14802026-08-04T16:50:56.087Z Compiling serde_urlencoded v0.7.1
14812026-08-04T16:50:56.112Z Compiling http-body-util v0.1.4
14822026-08-04T16:50:56.141Z Compiling pest_derive v2.8.6
14832026-08-04T16:50:56.219Z Compiling aho-corasick v1.1.4
14842026-08-04T16:50:56.329Z Compiling sync_wrapper v1.0.2
14852026-08-04T16:50:56.351Z Compiling daft-derive v0.1.7
14862026-08-04T16:50:56.372Z Compiling hashbrown v0.16.1
14872026-08-04T16:50:56.433Z Compiling tokio-util v0.7.18
14882026-08-04T16:50:56.713Z Compiling async-trait v0.1.89
14892026-08-04T16:50:56.968Z Compiling scroll_derive v0.13.1
14902026-08-04T16:50:57.105Z Compiling regex-automata v0.4.14
14912026-08-04T16:50:57.678Z Compiling anyhow v1.0.104
14922026-08-04T16:50:57.775Z Compiling time-core v0.1.8
14932026-08-04T16:50:57.799Z Compiling aws-lc-rs v1.17.0
14942026-08-04T16:50:57.827Z Compiling powerfmt v0.2.0
14952026-08-04T16:50:57.914Z Compiling num-conv v0.2.2
14962026-08-04T16:50:58.034Z Compiling deranged v0.5.8
14972026-08-04T16:50:58.061Z Compiling time-macros v0.2.27
14982026-08-04T16:50:58.105Z Compiling scroll v0.13.0
14992026-08-04T16:50:58.233Z Compiling rustls-pki-types v1.14.1
15002026-08-04T16:50:58.360Z Compiling hex v0.4.3
15012026-08-04T16:50:58.373Z Compiling num_threads v0.1.7
15022026-08-04T16:50:58.462Z Compiling openssl-probe v0.2.1
15032026-08-04T16:50:58.612Z Compiling goblin v0.10.7
15042026-08-04T16:50:58.645Z Compiling rand_core v0.9.5
15052026-08-04T16:50:58.858Z Compiling regex v1.12.3
15062026-08-04T16:50:59.014Z Compiling camino v1.2.5
15072026-08-04T16:50:59.321Z Compiling untrusted v0.7.1
15082026-08-04T16:50:59.325Z Compiling crc32fast v1.5.0
15092026-08-04T16:50:59.382Z Compiling usdt-impl v0.6.0
15102026-08-04T16:50:59.388Z Compiling quick-error v1.2.3
15112026-08-04T16:50:59.437Z Compiling rustls v0.23.40
15122026-08-04T16:50:59.625Z Compiling rand_chacha v0.9.0
15132026-08-04T16:50:59.639Z Compiling h2 v0.4.14
15142026-08-04T16:50:59.642Z Compiling dtrace-parser v0.3.0
15152026-08-04T16:50:59.659Z Compiling bit-vec v0.8.0
15162026-08-04T16:50:59.889Z Compiling crossbeam-utils v0.8.21
15172026-08-04T16:51:00.061Z Compiling bit-set v0.8.0
15182026-08-04T16:51:00.173Z Compiling rand v0.9.4
15192026-08-04T16:51:00.235Z Compiling futures-executor v0.3.32
15202026-08-04T16:51:00.397Z Compiling structmeta-derive v0.3.0
15212026-08-04T16:51:00.563Z Compiling thread-id v5.1.0
15222026-08-04T16:51:00.594Z Compiling unarray v0.1.4
15232026-08-04T16:51:00.642Z Compiling simd-adler32 v0.3.9
15242026-08-04T16:51:00.701Z Compiling cpufeatures v0.3.0
15252026-08-04T16:51:00.774Z Compiling adler2 v2.0.1
15262026-08-04T16:51:00.815Z Compiling futures v0.3.32
15272026-08-04T16:51:00.898Z Compiling miniz_oxide v0.8.9
15282026-08-04T16:51:01.050Z Compiling darling_core v0.23.0
15292026-08-04T16:51:01.375Z Compiling newtype-uuid-macros v0.1.0
15302026-08-04T16:51:01.456Z Compiling dof v0.4.0
15312026-08-04T16:51:01.568Z Compiling structmeta v0.3.0
15322026-08-04T16:51:01.767Z Compiling hyper v1.11.0
15332026-08-04T16:51:01.770Z Compiling hybrid-array v0.4.12
15342026-08-04T16:51:02.226Z Compiling thread_local v1.1.9
15352026-08-04T16:51:02.503Z Compiling match_cfg v0.1.0
15362026-08-04T16:51:02.573Z Compiling flate2 v1.1.9
15372026-08-04T16:51:02.804Z Compiling tempfile v3.27.0
15382026-08-04T16:51:02.816Z Compiling newtype-uuid v1.3.2
15392026-08-04T16:51:02.903Z Compiling hyper-util v0.1.20
15402026-08-04T16:51:02.993Z Compiling ref-cast v1.0.25
15412026-08-04T16:51:03.154Z Compiling slog-async v2.8.0
15422026-08-04T16:51:03.166Z Compiling darling_macro v0.23.0
15432026-08-04T16:51:03.214Z Compiling compression-core v0.4.32
15442026-08-04T16:51:03.341Z Compiling compression-codecs v0.4.38
15452026-08-04T16:51:03.369Z Compiling daft v0.1.7
15462026-08-04T16:51:03.482Z Compiling block-buffer v0.12.0
15472026-08-04T16:51:03.560Z Compiling crypto-common v0.2.2
15482026-08-04T16:51:03.597Z Compiling ref-cast-impl v1.0.25
15492026-08-04T16:51:03.636Z Compiling strum_macros v0.26.4
15502026-08-04T16:51:03.640Z Compiling serde_spanned v1.1.1
15512026-08-04T16:51:03.673Z Compiling usdt-attr-macro v0.6.0
15522026-08-04T16:51:03.755Z Compiling darling v0.23.0
15532026-08-04T16:51:03.781Z Compiling usdt-macro v0.6.0
15542026-08-04T16:51:03.835Z Compiling multer v3.1.0
15552026-08-04T16:51:04.205Z Compiling term v1.2.1
15562026-08-04T16:51:04.208Z Compiling debug-ignore v1.0.5
15572026-08-04T16:51:04.310Z Compiling toml_writer v1.1.1+spec-1.1.0
15582026-08-04T16:51:04.521Z Compiling const-oid v0.10.2
15592026-08-04T16:51:04.532Z Compiling take_mut v0.2.2
15602026-08-04T16:51:04.662Z Compiling digest v0.11.3
15612026-08-04T16:51:04.674Z Compiling serde_with_macros v3.21.0
15622026-08-04T16:51:04.829Z Compiling async-stream-impl v0.3.6
15632026-08-04T16:51:04.877Z Compiling dropshot v0.17.1
15642026-08-04T16:51:04.918Z Compiling encoding_rs v0.8.35
15652026-08-04T16:51:04.929Z Compiling mime v0.3.17
15662026-08-04T16:51:05.194Z Compiling spin v0.9.8
15672026-08-04T16:51:05.272Z Compiling strum v0.26.3
15682026-08-04T16:51:05.366Z Compiling sha1 v0.11.0
15692026-08-04T16:51:05.377Z Compiling derive-ex v0.1.8
15702026-08-04T16:51:05.514Z Compiling async-stream v0.3.6
15712026-08-04T16:51:05.604Z Compiling tower v0.5.3
15722026-08-04T16:51:05.688Z Compiling waitgroup v0.1.2
15732026-08-04T16:51:05.825Z Compiling dropshot_endpoint v0.17.1
15742026-08-04T16:51:05.867Z Compiling macaddr v1.0.1
15752026-08-04T16:51:05.871Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15762026-08-04T16:51:06.085Z Compiling serde_path_to_error v0.1.20
15772026-08-04T16:51:06.316Z Compiling generic-array v0.14.7
15782026-08-04T16:51:06.585Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15792026-08-04T16:51:06.596Z Compiling tower-http v0.6.11
15802026-08-04T16:51:06.649Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15812026-08-04T16:51:06.707Z Compiling openapiv3 v2.2.0
15822026-08-04T16:51:06.837Z Compiling strum_macros v0.27.2
15832026-08-04T16:51:06.958Z Compiling test-strategy v0.4.5
15842026-08-04T16:51:07.011Z Compiling wait-timeout v0.2.1
15852026-08-04T16:51:07.502Z Compiling instant v0.1.13
15862026-08-04T16:51:07.610Z Compiling syn v1.0.109
15872026-08-04T16:51:07.754Z Compiling rusty-fork v0.3.1
15882026-08-04T16:51:08.112Z Compiling time v0.3.47
15892026-08-04T16:51:08.308Z Compiling rand_xorshift v0.4.0
15902026-08-04T16:51:08.311Z Compiling rustls-native-certs v0.8.4
15912026-08-04T16:51:08.452Z Compiling proptest v1.11.0
15922026-08-04T16:51:08.463Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15932026-08-04T16:51:08.654Z Compiling crossbeam-channel v0.5.15
15942026-08-04T16:51:08.671Z Compiling strum v0.27.2
15952026-08-04T16:51:08.792Z Compiling parse-display-derive v0.10.0
15962026-08-04T16:51:09.594Z Compiling backon v1.6.0
15972026-08-04T16:51:09.787Z Compiling rand_chacha v0.3.1
15982026-08-04T16:51:09.883Z Compiling either v1.16.0
15992026-08-04T16:51:10.096Z Compiling rand v0.8.6
16002026-08-04T16:51:10.451Z Compiling slog-json v2.6.1
16012026-08-04T16:51:10.561Z Compiling hostname v0.3.1
16022026-08-04T16:51:10.662Z Compiling toml_parser v1.1.2+spec-1.1.0
16032026-08-04T16:51:10.699Z Compiling toml_datetime v1.1.1+spec-1.1.0
16042026-08-04T16:51:10.823Z Compiling is-terminal v0.4.17
16052026-08-04T16:51:10.836Z Compiling memmap2 v0.9.10
16062026-08-04T16:51:10.922Z Compiling slog-term v2.9.2
16072026-08-04T16:51:11.008Z Compiling usdt v0.6.0
16082026-08-04T16:51:11.020Z Compiling toml v1.1.2+spec-1.1.0
16092026-08-04T16:51:11.054Z Compiling slog-bunyan v2.5.0
16102026-08-04T16:51:11.290Z Compiling crypto-common v0.1.7
16112026-08-04T16:51:11.353Z Compiling serde_with v3.21.0
16122026-08-04T16:51:11.424Z Compiling async-compression v0.4.42
16132026-08-04T16:51:11.533Z Compiling rustls-pemfile v2.2.0
16142026-08-04T16:51:11.732Z Compiling regress v0.10.5
16152026-08-04T16:51:11.743Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16162026-08-04T16:51:11.762Z Compiling hostname v0.4.2
16172026-08-04T16:51:11.895Z Compiling humantime v2.3.0
16182026-08-04T16:51:12.456Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16192026-08-04T16:51:12.467Z Compiling iddqd v0.4.6
16202026-08-04T16:51:13.040Z Compiling reqwest v0.12.28
16212026-08-04T16:51:13.078Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16222026-08-04T16:51:13.142Z Compiling backoff v0.4.0
16232026-08-04T16:51:13.155Z Compiling parse-display v0.10.0
16242026-08-04T16:51:13.319Z Compiling itertools v0.14.0
16252026-08-04T16:51:13.344Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16262026-08-04T16:51:13.690Z Compiling block-buffer v0.10.4
16272026-08-04T16:51:13.838Z Compiling utf8parse v0.2.2
16282026-08-04T16:51:13.895Z Compiling digest v0.10.7
16292026-08-04T16:51:13.947Z Compiling anstyle-parse v1.0.0
16302026-08-04T16:51:14.107Z Compiling progenitor-client v0.10.0
16312026-08-04T16:51:14.135Z Compiling colorchoice v1.0.5
16322026-08-04T16:51:14.326Z Compiling is_terminal_polyfill v1.70.2
16332026-08-04T16:51:14.379Z Compiling anstyle v1.0.14
16342026-08-04T16:51:14.418Z Compiling anstyle-query v1.1.5
16352026-08-04T16:51:14.584Z Compiling anstream v1.0.0
16362026-08-04T16:51:14.604Z Compiling clap_lex v1.1.0
16372026-08-04T16:51:15.009Z Compiling regress v0.11.1
16382026-08-04T16:51:15.130Z Compiling clap_derive v4.6.4
16392026-08-04T16:51:15.646Z Compiling terminal_size v0.4.4
16402026-08-04T16:51:16.837Z Compiling typify-impl v0.6.2
16412026-08-04T16:51:16.871Z Compiling toml_datetime v0.6.11
16422026-08-04T16:51:17.087Z Compiling zerocopy-derive v0.7.35
16432026-08-04T16:51:17.143Z Compiling convert_case v0.4.0
16442026-08-04T16:51:17.182Z Compiling cpufeatures v0.2.17
16452026-08-04T16:51:17.440Z Compiling derive_more v0.99.20
16462026-08-04T16:51:17.943Z Compiling zerocopy v0.7.35
16472026-08-04T16:51:18.404Z Compiling clap_builder v4.6.5
16482026-08-04T16:51:18.495Z Compiling toml_edit v0.25.12+spec-1.1.0
16492026-08-04T16:51:19.313Z Compiling unicode-width v0.2.2
16502026-08-04T16:51:19.595Z Compiling proc-macro-crate v3.5.0
16512026-08-04T16:51:20.014Z Compiling clap v4.6.5
16522026-08-04T16:51:20.026Z Compiling secrecy v0.10.3
16532026-08-04T16:51:20.092Z Compiling crucible-workspace-hack v0.1.0
16542026-08-04T16:51:20.135Z Compiling tinyvec_macros v0.1.1
16552026-08-04T16:51:20.180Z Compiling float-ord v0.3.2
16562026-08-04T16:51:20.198Z Compiling tinyvec v1.11.0
16572026-08-04T16:51:20.313Z Compiling num_enum_derive v0.7.6
16582026-08-04T16:51:21.073Z Compiling dtrace-parser v0.2.0
16592026-08-04T16:51:21.264Z Compiling scroll_derive v0.12.1
16602026-08-04T16:51:21.373Z Compiling num-integer v0.1.46
16612026-08-04T16:51:21.700Z Compiling rustc_version v0.4.1
16622026-08-04T16:51:21.941Z Compiling usdt-impl v0.5.0
16632026-08-04T16:51:21.984Z Compiling scroll v0.12.0
16642026-08-04T16:51:22.011Z Compiling curve25519-dalek v4.1.3
16652026-08-04T16:51:22.083Z Compiling num_enum v0.7.6
16662026-08-04T16:51:22.288Z Compiling dof v0.3.0
16672026-08-04T16:51:22.331Z Compiling hmac v0.12.1
16682026-08-04T16:51:22.403Z Compiling inout v0.1.4
16692026-08-04T16:51:22.460Z Compiling darling_core v0.21.3
16702026-08-04T16:51:22.544Z Compiling ff v0.13.1
16712026-08-04T16:51:22.644Z Compiling thread-id v4.2.2
16722026-08-04T16:51:22.670Z Compiling group v0.13.0
16732026-08-04T16:51:22.719Z Compiling cipher v0.4.4
16742026-08-04T16:51:22.938Z Compiling hkdf v0.12.4
16752026-08-04T16:51:23.163Z Compiling goblin v0.8.2
16762026-08-04T16:51:23.194Z Compiling typify-macro v0.6.2
16772026-08-04T16:51:23.216Z Compiling num-rational v0.4.2
16782026-08-04T16:51:23.391Z Compiling num-iter v0.1.45
16792026-08-04T16:51:23.521Z Compiling thiserror-impl-no-std v2.0.2
16802026-08-04T16:51:23.599Z Compiling universal-hash v0.5.1
16812026-08-04T16:51:23.652Z Compiling crypto-bigint v0.5.5
16822026-08-04T16:51:23.724Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16832026-08-04T16:51:23.969Z Compiling crossbeam-epoch v0.9.18
16842026-08-04T16:51:24.307Z Compiling half v2.7.1
16852026-08-04T16:51:24.380Z Compiling curve25519-dalek-derive v0.1.1
16862026-08-04T16:51:24.542Z Compiling darling_macro v0.21.3
16872026-08-04T16:51:24.597Z Compiling num-complex v0.4.6
16882026-08-04T16:51:24.944Z Compiling base64ct v1.8.3
16892026-08-04T16:51:24.979Z Compiling base16ct v0.2.0
16902026-08-04T16:51:25.028Z Compiling ciborium-io v0.2.2
16912026-08-04T16:51:25.060Z Compiling opaque-debug v0.3.1
16922026-08-04T16:51:25.117Z Compiling poly1305 v0.8.0
16932026-08-04T16:51:25.129Z Compiling ciborium-ll v0.2.2
16942026-08-04T16:51:25.140Z Compiling darling v0.21.3
16952026-08-04T16:51:25.144Z Compiling elliptic-curve v0.13.8
16962026-08-04T16:51:25.213Z Compiling password-hash v0.5.0
16972026-08-04T16:51:25.350Z Compiling typify v0.6.2
16982026-08-04T16:51:25.481Z Compiling num v0.4.3
16992026-08-04T16:51:25.649Z Compiling thiserror-no-std v2.0.2
17002026-08-04T16:51:26.163Z Compiling chacha20 v0.9.1
17012026-08-04T16:51:26.290Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17022026-08-04T16:51:26.389Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17032026-08-04T16:51:26.801Z Compiling blake2 v0.10.6
17042026-08-04T16:51:26.994Z Compiling aead v0.5.2
17052026-08-04T16:51:27.153Z Compiling byte-wrapper v0.1.0
17062026-08-04T16:51:27.256Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17072026-08-04T16:51:27.269Z Compiling proc-macro-error-attr v1.0.4
17082026-08-04T16:51:27.564Z Compiling unsafe-libyaml v0.2.11
17092026-08-04T16:51:27.574Z Compiling keccak v0.1.6
17102026-08-04T16:51:27.643Z Compiling heapless v0.8.0
17112026-08-04T16:51:27.801Z Compiling rustix v0.38.44
17122026-08-04T16:51:27.935Z Compiling prettyplease v0.2.37
17132026-08-04T16:51:28.181Z Compiling serde_yaml v0.9.34+deprecated
17142026-08-04T16:51:28.323Z Compiling sha3 v0.10.9
17152026-08-04T16:51:28.664Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17162026-08-04T16:51:28.948Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17172026-08-04T16:51:29.418Z Compiling chacha20poly1305 v0.10.1
17182026-08-04T16:51:29.439Z Compiling argon2 v0.5.3
17192026-08-04T16:51:29.568Z Compiling vsss-rs v3.3.4
17202026-08-04T16:51:29.756Z Compiling ciborium v0.2.2
17212026-08-04T16:51:29.774Z Compiling ingot-macros v0.1.1
17222026-08-04T16:51:30.140Z Compiling usdt-attr-macro v0.5.0
17232026-08-04T16:51:30.381Z Compiling usdt-macro v0.5.0
17242026-08-04T16:51:31.479Z Compiling serde_spanned v0.6.9
17252026-08-04T16:51:31.617Z Compiling hash32 v0.3.1
17262026-08-04T16:51:31.769Z Compiling enum-as-inner v0.6.1
17272026-08-04T16:51:31.847Z Compiling proc-macro-error v1.0.4
17282026-08-04T16:51:31.929Z Compiling memmap v0.7.0
17292026-08-04T16:51:32.068Z Compiling memoffset v0.9.1
17302026-08-04T16:51:32.114Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17312026-08-04T16:51:32.183Z Compiling winnow v0.5.40
17322026-08-04T16:51:32.297Z Compiling indent_write v2.2.0
17332026-08-04T16:51:32.341Z Compiling winnow v0.7.15
17342026-08-04T16:51:32.353Z Compiling cfg_aliases v0.2.1
17352026-08-04T16:51:32.422Z Compiling toml_write v0.1.2
17362026-08-04T16:51:32.434Z Compiling smoltcp v0.11.0
17372026-08-04T16:51:32.553Z Compiling data-encoding v2.11.0
17382026-08-04T16:51:32.581Z Compiling ingot-types v0.1.2
17392026-08-04T16:51:32.622Z Compiling nix v0.31.3
17402026-08-04T16:51:32.892Z Compiling usdt v0.5.0
17412026-08-04T16:51:32.988Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17422026-08-04T16:51:32.999Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17432026-08-04T16:51:33.093Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17442026-08-04T16:51:33.421Z Compiling tabwriter v1.4.1
17452026-08-04T16:51:33.578Z Compiling toml_edit v0.19.15
17462026-08-04T16:51:33.663Z Compiling toml_edit v0.22.27
17472026-08-04T16:51:33.740Z Compiling cobs v0.3.0
17482026-08-04T16:51:33.854Z Compiling serde_repr v0.1.21
17492026-08-04T16:51:33.935Z Compiling managed v0.8.0
17502026-08-04T16:51:34.147Z Compiling vcpkg v0.2.15
17512026-08-04T16:51:34.307Z Compiling rustls-webpki v0.103.13
17522026-08-04T16:51:34.632Z Compiling bitflags v1.3.2
17532026-08-04T16:51:34.692Z Compiling pkg-config v0.3.33
17542026-08-04T16:51:34.708Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17552026-08-04T16:51:35.136Z Compiling openssl-sys v0.9.116
17562026-08-04T16:51:35.416Z Compiling toml v0.8.23
17572026-08-04T16:51:35.533Z Compiling proc-macro-crate v1.3.1
17582026-08-04T16:51:35.688Z Compiling postcard v1.1.3
17592026-08-04T16:51:36.138Z Compiling ingot v0.1.1
17602026-08-04T16:51:36.390Z Compiling hubpack_derive v0.1.1
17612026-08-04T16:51:36.936Z Compiling foreign-types-macros v0.2.3
17622026-08-04T16:51:37.007Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17632026-08-04T16:51:37.112Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17642026-08-04T16:51:37.319Z Compiling resolv-conf v0.7.6
17652026-08-04T16:51:37.341Z Compiling rayon-core v1.13.0
17662026-08-04T16:51:37.553Z Compiling semver v0.1.20
17672026-08-04T16:51:37.564Z Compiling swrite v0.1.0
17682026-08-04T16:51:37.587Z Compiling colored v3.1.1
17692026-08-04T16:51:37.651Z Compiling heck v0.4.1
17702026-08-04T16:51:37.702Z Compiling linked-hash-map v0.5.6
17712026-08-04T16:51:37.805Z Compiling tokio-rustls v0.26.4
17722026-08-04T16:51:37.852Z Compiling rustls-platform-verifier v0.7.0
17732026-08-04T16:51:38.061Z Compiling hyper-rustls v0.27.9
17742026-08-04T16:51:38.083Z Compiling foreign-types-shared v0.3.1
17752026-08-04T16:51:38.201Z Compiling static_assertions v1.1.0
17762026-08-04T16:51:38.274Z Compiling reqwest v0.13.4
17772026-08-04T16:51:38.431Z Compiling unicode-segmentation v1.13.3
17782026-08-04T16:51:38.445Z Compiling foreign-types v0.5.0
17792026-08-04T16:51:38.523Z Compiling lru-cache v0.1.2
17802026-08-04T16:51:38.650Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17812026-08-04T16:51:38.857Z Compiling newline-converter v0.3.0
17822026-08-04T16:51:38.972Z Compiling rustc_version v0.1.7
17832026-08-04T16:51:39.317Z Compiling hubpack v0.1.2
17842026-08-04T16:51:39.483Z Compiling progenitor-client v0.14.0
17852026-08-04T16:51:39.786Z Compiling progenitor-extras v0.2.0
17862026-08-04T16:51:40.024Z Compiling num_enum_derive v0.5.11
17872026-08-04T16:51:40.221Z Compiling atomicwrites v0.4.4
17882026-08-04T16:51:40.465Z Compiling hickory-proto v0.24.4
17892026-08-04T16:51:41.119Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17902026-08-04T16:51:42.638Z Compiling progenitor-impl v0.13.0
17912026-08-04T16:51:42.687Z Compiling crossbeam-deque v0.8.6
17922026-08-04T16:51:42.884Z Compiling console v0.15.11
17932026-08-04T16:51:43.158Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17942026-08-04T16:51:43.570Z Compiling camino-tempfile v1.4.1
17952026-08-04T16:51:43.680Z Compiling chacha20 v0.10.0
17962026-08-04T16:51:43.820Z Compiling serde-big-array v0.5.1
17972026-08-04T16:51:43.848Z Compiling pin-project-internal v1.1.13
17982026-08-04T16:51:43.945Z Compiling num-derive v0.4.2
17992026-08-04T16:51:43.964Z Compiling derive-where v1.6.1
18002026-08-04T16:51:44.896Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18012026-08-04T16:51:44.950Z Compiling cstr-argument v0.1.2
18022026-08-04T16:51:45.073Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-08-04T16:51:45.086Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18042026-08-04T16:51:45.103Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18052026-08-04T16:51:45.354Z Compiling siphasher v1.0.3
18062026-08-04T16:51:45.467Z Compiling similar v2.7.0
18072026-08-04T16:51:45.555Z Compiling minimal-lexical v0.2.1
18082026-08-04T16:51:45.826Z Compiling nom v7.1.3
18092026-08-04T16:51:46.284Z Compiling progenitor-macro v0.13.0
18102026-08-04T16:51:46.449Z Compiling expectorate v1.2.0
18112026-08-04T16:51:46.607Z Compiling phf_shared v0.12.1
18122026-08-04T16:51:47.220Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-08-04T16:51:47.320Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18142026-08-04T16:51:47.349Z Compiling pin-project v1.1.13
18152026-08-04T16:51:47.452Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18162026-08-04T16:51:47.476Z Compiling rand v0.10.2
18172026-08-04T16:51:47.544Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-08-04T16:51:47.582Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18192026-08-04T16:51:48.160Z Compiling hickory-resolver v0.24.4
18202026-08-04T16:51:48.195Z Compiling num_enum v0.5.11
18212026-08-04T16:51:48.301Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18222026-08-04T16:51:48.312Z Compiling progenitor-client v0.13.0
18232026-08-04T16:51:48.451Z Compiling newtype_derive v0.1.6
18242026-08-04T16:51:48.680Z Compiling progenitor-impl v0.14.0
18252026-08-04T16:51:49.207Z Compiling unicode-normalization v0.1.25
18262026-08-04T16:51:49.677Z Compiling tokio-stream v0.1.18
18272026-08-04T16:51:49.996Z Compiling async-recursion v1.1.1
18282026-08-04T16:51:50.157Z Compiling snafu-derive v0.8.9
18292026-08-04T16:51:50.342Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18302026-08-04T16:51:50.654Z Compiling slog-dtrace v0.3.0
18312026-08-04T16:51:50.746Z Compiling bstr v1.12.1
18322026-08-04T16:51:50.826Z Compiling csv-core v0.1.13
18332026-08-04T16:51:50.893Z Compiling unicode-xid v0.2.6
18342026-08-04T16:51:51.015Z Compiling cancel-safe-futures v0.1.5
18352026-08-04T16:51:51.097Z Compiling unicode-width v0.1.14
18362026-08-04T16:51:51.261Z Compiling konst_macro_rules v0.2.19
18372026-08-04T16:51:51.272Z Compiling highway v1.3.0
18382026-08-04T16:51:51.392Z Compiling chrono-tz v0.10.4
18392026-08-04T16:51:51.438Z Compiling openssl v0.10.80
18402026-08-04T16:51:51.593Z Compiling foldhash v0.1.5
18412026-08-04T16:51:51.650Z Compiling foreign-types-shared v0.1.1
18422026-08-04T16:51:51.665Z Compiling same-file v1.0.6
18432026-08-04T16:51:51.703Z Compiling owo-colors v4.3.0
18442026-08-04T16:51:51.737Z Compiling hashbrown v0.15.5
18452026-08-04T16:51:51.775Z Compiling walkdir v2.5.0
18462026-08-04T16:51:51.837Z Compiling foreign-types v0.3.2
18472026-08-04T16:51:51.927Z Compiling progenitor v0.13.0
18482026-08-04T16:51:51.955Z Compiling snafu v0.8.9
18492026-08-04T16:51:52.080Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-08-04T16:51:52.092Z Compiling konst v0.2.20
18512026-08-04T16:51:52.146Z Compiling globset v0.4.18
18522026-08-04T16:51:52.159Z Compiling const_format_proc_macros v0.2.34
18532026-08-04T16:51:52.268Z Compiling csv v1.4.0
18542026-08-04T16:51:52.321Z Compiling progenitor-macro v0.14.0
18552026-08-04T16:51:52.365Z Compiling qorb v0.4.1
18562026-08-04T16:51:52.399Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-08-04T16:51:52.839Z Compiling olpc-cjson v0.1.4
18582026-08-04T16:51:52.961Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-08-04T16:51:53.953Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-08-04T16:51:54.489Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18612026-08-04T16:51:54.499Z Compiling rayon v1.12.0
18622026-08-04T16:51:54.630Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-08-04T16:51:54.642Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18642026-08-04T16:51:54.832Z Compiling phf v0.12.1
18652026-08-04T16:51:54.983Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-08-04T16:51:55.167Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-08-04T16:51:56.126Z Compiling zone_cfg_derive v0.3.1
18682026-08-04T16:51:56.415Z Compiling tokio-dtrace v0.1.1
18692026-08-04T16:51:56.618Z Compiling itertools v0.12.1
18702026-08-04T16:51:56.693Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18712026-08-04T16:51:56.838Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-08-04T16:51:56.902Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18732026-08-04T16:51:57.287Z Compiling libsw-core v0.3.2
18742026-08-04T16:51:57.429Z Compiling serde_plain v1.0.2
18752026-08-04T16:51:57.463Z Compiling openssl-macros v0.1.1
18762026-08-04T16:51:57.642Z Compiling pem v3.0.6
18772026-08-04T16:51:57.707Z Compiling cookie v0.18.1
18782026-08-04T16:51:57.763Z Compiling sigpipe v0.1.3
18792026-08-04T16:51:57.851Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-08-04T16:51:57.862Z Compiling bytecount v0.6.9
18812026-08-04T16:51:57.940Z Compiling glob v0.3.3
18822026-08-04T16:51:57.957Z Compiling typed-path v0.9.3
18832026-08-04T16:51:58.005Z Compiling fixedbitset v0.5.7
18842026-08-04T16:51:58.028Z Compiling fixedbitset v0.4.2
18852026-08-04T16:51:58.077Z Compiling jiff v0.2.28
18862026-08-04T16:51:58.263Z Compiling petgraph v0.8.3
18872026-08-04T16:51:58.344Z Compiling petgraph v0.6.5
18882026-08-04T16:51:58.639Z Compiling papergrid v0.11.0
18892026-08-04T16:51:59.304Z Compiling tough v0.22.0
18902026-08-04T16:51:59.903Z Compiling zone v0.3.1
18912026-08-04T16:52:00.113Z Compiling progenitor v0.14.0
18922026-08-04T16:52:00.147Z Compiling libsw v3.5.0
18932026-08-04T16:52:00.376Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18942026-08-04T16:52:00.419Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18952026-08-04T16:52:00.523Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-08-04T16:52:00.666Z Compiling oxide-tokio-rt v0.1.6
18972026-08-04T16:52:00.706Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-08-04T16:52:00.720Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18992026-08-04T16:52:00.732Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-08-04T16:52:00.940Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-08-04T16:52:01.804Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19022026-08-04T16:52:01.934Z Compiling const_format v0.2.36
19032026-08-04T16:52:01.948Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-08-04T16:52:02.313Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19052026-08-04T16:52:02.493Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-08-04T16:52:02.733Z Compiling tabled_derive v0.7.0
19072026-08-04T16:52:02.835Z Compiling gethostname v0.5.0
19082026-08-04T16:52:02.960Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-08-04T16:52:02.971Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-08-04T16:52:03.021Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19112026-08-04T16:52:03.081Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19122026-08-04T16:52:03.093Z Compiling smf v0.2.3
19132026-08-04T16:52:03.096Z Compiling bcs v0.1.6
19142026-08-04T16:52:03.239Z Compiling nom v8.0.0
19152026-08-04T16:52:03.408Z Compiling whoami v1.6.1
19162026-08-04T16:52:03.699Z Compiling linear-map v1.2.0
19172026-08-04T16:52:03.712Z Compiling unicode-linebreak v0.1.5
19182026-08-04T16:52:03.724Z Compiling termtree v0.5.1
19192026-08-04T16:52:03.870Z Compiling tagptr v0.2.0
19202026-08-04T16:52:03.884Z Compiling lazy_static v1.5.0
19212026-08-04T16:52:03.919Z Compiling smawk v0.3.2
19222026-08-04T16:52:03.956Z Compiling steno v0.4.1
19232026-08-04T16:52:03.980Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-08-04T16:52:04.019Z Compiling moka v0.12.15
19252026-08-04T16:52:04.057Z Compiling textwrap v0.16.2
19262026-08-04T16:52:04.444Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19272026-08-04T16:52:04.590Z Compiling tabled v0.15.0
19282026-08-04T16:52:05.607Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19292026-08-04T16:52:05.660Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19302026-08-04T16:52:05.870Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19312026-08-04T16:52:06.684Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19322026-08-04T16:52:07.273Z Compiling hickory-proto v0.25.2
19332026-08-04T16:52:07.387Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19342026-08-04T16:52:07.648Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19352026-08-04T16:52:08.506Z Compiling parking_lot_core v0.8.6
19362026-08-04T16:52:08.611Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19372026-08-04T16:52:08.685Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-08-04T16:52:08.804Z Compiling libscf-sys v1.2.0
19392026-08-04T16:52:08.951Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19402026-08-04T16:52:09.130Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19412026-08-04T16:52:09.185Z Compiling hickory-resolver v0.25.2
19422026-08-04T16:52:09.235Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19432026-08-04T16:52:09.798Z Compiling parking_lot v0.11.2
19442026-08-04T16:52:09.862Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19452026-08-04T16:52:09.958Z Compiling fxhash v0.2.1
19462026-08-04T16:52:10.097Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19472026-08-04T16:52:10.109Z Compiling internet-checksum v0.2.1
19482026-08-04T16:52:10.234Z Compiling sled v0.34.7
19492026-08-04T16:52:10.283Z Compiling itertools v0.15.0
19502026-08-04T16:52:10.881Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19512026-08-04T16:52:13.638Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19522026-08-04T16:52:14.618Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19532026-08-04T16:52:22.883Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19542026-08-04T16:52:24.544Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19552026-08-04T16:52:25.674Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19562026-08-04T16:52:26.624Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19572026-08-04T16:52:27.448Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19582026-08-04T16:52:54.261Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 11s
19592026-08-04T16:52:54.447Z────────────
19602026-08-04T16:52:54.447Z Nextest run ID aa687ca8-7751-40a8-b709-c2be710c4ddc with nextest profile: default
19612026-08-04T16:52:54.447Z Starting 110 tests across 3 binaries
19622026-08-04T16:52:54.454Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19632026-08-04T16:52:54.459Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19642026-08-04T16:52:54.459Z PASS [ 0.007s] mg-api-types-versions v13::mrib::tests::vni_rejects_out_of_range
19652026-08-04T16:52:54.460Z PASS [ 0.007s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19662026-08-04T16:52:54.460Z PASS [ 0.007s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19672026-08-04T16:52:54.460Z PASS [ 0.007s] mg-api-types-versions v13::mrib::tests::vni_constants_match_canonical_values
19682026-08-04T16:52:54.460Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19692026-08-04T16:52:54.468Z PASS [ 0.011s] rdb bestpath::test::test_bestpath
19702026-08-04T16:52:54.468Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19712026-08-04T16:52:54.468Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_shutdown_preference
19722026-08-04T16:52:54.472Z PASS [ 0.009s] rdb db::test::test_prefix4_db_key_serialization
19732026-08-04T16:52:54.477Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19742026-08-04T16:52:54.481Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
19752026-08-04T16:52:54.481Z PASS [ 0.009s] rdb db::test::test_prefix6_from_str
19762026-08-04T16:52:54.510Z PASS [ 0.057s] rdb db::test::test_ipv6_origin_crud
19772026-08-04T16:52:54.511Z PASS [ 0.057s] rdb db::test::test_ipv4_origin_crud
19782026-08-04T16:52:54.515Z PASS [ 0.054s] rdb db::test::test_mrib_static_upsert_preserves_canonical
19792026-08-04T16:52:54.519Z PASS [ 0.060s] rdb db::test::test_mrib_static_persistence
19802026-08-04T16:52:54.532Z PASS [ 0.053s] rdb db::test::test_prefix_host_bit_normalization
19812026-08-04T16:52:54.535Z PASS [ 0.052s] rdb db::test::test_rib
19822026-08-04T16:52:54.566Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv4_basic
19832026-08-04T16:52:54.566Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_basic
19842026-08-04T16:52:54.566Z PASS [ 0.055s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19852026-08-04T16:52:54.575Z PASS [ 0.051s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19862026-08-04T16:52:54.586Z PASS [ 0.011s] rdb mrib::rpf::tests::pending_widens_distinct_prefixes
19872026-08-04T16:52:54.595Z PASS [ 0.009s] rdb mrib::rpf::tests::test_nexthops_from_paths
19882026-08-04T16:52:54.595Z PASS [ 0.052s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19892026-08-04T16:52:54.595Z PASS [ 0.053s] rdb db::test::test_static_routing_mixed_address_families
19902026-08-04T16:52:54.605Z PASS [ 0.013s] rdb mrib::rpf::tests::test_rpf_default_route_linear_scan
19912026-08-04T16:52:54.605Z PASS [ 0.013s] rdb mrib::rpf::tests::test_rpf_ecmp_v6
19922026-08-04T16:52:54.610Z PASS [ 0.035s] rdb mrib::rpf::tests::generation_advances_on_each_rebuild
19932026-08-04T16:52:54.622Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_table_linear_scan
19942026-08-04T16:52:54.622Z PASS [ 0.053s] rdb db::test::test_static_routing_vlan_id_handling
19952026-08-04T16:52:54.632Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_table_linear_scan_v6
19962026-08-04T16:52:55.602Z PASS [ 1.015s] rdb mrib::rpf::tests::test_rpf_ecmp_different_priorities
19972026-08-04T16:52:55.612Z PASS [ 1.014s] rdb mrib::rpf::tests::test_rpf_lpm
19982026-08-04T16:52:55.612Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_table_all_shutdown
19992026-08-04T16:52:55.625Z PASS [ 0.013s] rdb mrib::rpf::tests::test_rpf_v6_lpm
20002026-08-04T16:52:55.650Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_table_shutdown_paths
20012026-08-04T16:52:55.704Z PASS [ 0.011s] rdb mrib::tests::test_mrib_basic
20022026-08-04T16:52:55.705Z PASS [ 1.012s] rdb mrib::rpf::tests::test_rpf_table_with_poptrie
20032026-08-04T16:52:55.705Z PASS [ 0.011s] rdb mrib::tests::test_mrib_in_vs_loc
20042026-08-04T16:52:55.705Z PASS [ 0.011s] rdb mrib::tests::test_mrib_ipv6_groups
20052026-08-04T16:52:55.705Z PASS [ 0.011s] rdb mrib::tests::test_mrib_watchers
20062026-08-04T16:52:55.705Z PASS [ 0.013s] rdb proptest::prop_ipv4_default_contains_all
20072026-08-04T16:52:55.705Z PASS [ 0.013s] rdb proptest::prop_ipv4_normalized_is_network_address
20082026-08-04T16:52:55.705Z PASS [ 0.012s] rdb proptest::prop_ipv4_subnet_of_self
20092026-08-04T16:52:55.705Z PASS [ 0.013s] rdb proptest::prop_ipv6_default_contains_all
20102026-08-04T16:52:55.705Z PASS [ 0.012s] rdb proptest::prop_ipv6_normalized_is_network_address
20112026-08-04T16:52:55.705Z PASS [ 0.013s] rdb proptest::prop_ipv6_subnet_of_self
20122026-08-04T16:52:55.709Z PASS [ 0.017s] rdb proptest::prop_multicast_addr_ip_roundtrip_v4
20132026-08-04T16:52:55.709Z PASS [ 0.018s] rdb proptest::prop_multicast_addr_ip_roundtrip_v6
20142026-08-04T16:52:55.716Z PASS [ 0.012s] rdb proptest::prop_multicast_addr_v4_rejects_link_local
20152026-08-04T16:52:55.720Z PASS [ 0.017s] rdb proptest::prop_multicast_addr_v4_arbitrary_valid
20162026-08-04T16:52:55.723Z PASS [ 0.080s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
20172026-08-04T16:52:55.731Z PASS [ 0.015s] rdb proptest::prop_multicast_addr_v4_rejects_unicast
20182026-08-04T16:52:55.736Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_interface_local
20192026-08-04T16:52:55.740Z PASS [ 0.018s] rdb proptest::prop_multicast_addr_v6_arbitrary_valid
20202026-08-04T16:52:55.744Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_link_local
20212026-08-04T16:52:55.748Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_underlay_subnet
20222026-08-04T16:52:55.751Z PASS [ 0.012s] rdb proptest::prop_multicast_addr_v6_rejects_unicast
20232026-08-04T16:52:55.756Z PASS [ 0.013s] rdb proptest::prop_non_admin_local_underlay_rejected
20242026-08-04T16:52:55.766Z PASS [ 0.018s] rdb proptest::prop_route_admin_local_underlay_valid
20252026-08-04T16:52:55.773Z PASS [ 0.023s] rdb proptest::prop_route_key_arbitrary_valid
20262026-08-04T16:52:55.776Z PASS [ 0.017s] rdb proptest::prop_route_key_asm_star_g_valid_v4
20272026-08-04T16:52:55.784Z PASS [ 0.018s] rdb proptest::prop_route_key_asm_star_g_valid_v6
20282026-08-04T16:52:55.791Z PASS [ 0.018s] rdb proptest::prop_route_key_sg_valid_v6
20292026-08-04T16:52:55.795Z PASS [ 0.019s] rdb proptest::prop_route_key_sg_valid_v4
20302026-08-04T16:52:55.799Z PASS [ 0.015s] rdb proptest::prop_route_key_ssm_requires_source_v4
20312026-08-04T16:52:55.804Z PASS [ 0.013s] rdb proptest::prop_route_key_ssm_requires_source_v6
20322026-08-04T16:52:55.808Z PASS [ 0.016s] rdb proptest::prop_route_key_ssm_with_source_valid_v4
20332026-08-04T16:52:55.812Z PASS [ 0.013s] rdb proptest::prop_route_key_ssm_with_source_valid_v6
20342026-08-04T16:52:55.827Z PASS [ 0.019s] rdb proptest::prop_route_key_valid_vni
20352026-08-04T16:52:55.830Z PASS [ 0.018s] rdb proptest::prop_route_key_valid_vni_v6
20362026-08-04T16:52:55.830Z PASS [ 0.015s] rdb proptest::prop_static_route_key_deduplication
20372026-08-04T16:52:55.841Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_idempotent
20382026-08-04T16:52:55.845Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_fields
20392026-08-04T16:52:55.848Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_length
20402026-08-04T16:52:55.858Z PASS [ 0.013s] rdb proptest::prop_unicast_addr_v4_rejects_class_e
20412026-08-04T16:52:55.861Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalized_is_network_address
20422026-08-04T16:52:55.867Z PASS [ 0.023s] rdb proptest::prop_static_route_key_ord_consistency
20432026-08-04T16:52:55.870Z PASS [ 0.008s] rdb types::test::bgp_path_identity
20442026-08-04T16:52:55.873Z PASS [ 0.013s] rdb proptest::prop_vni_rejects_out_of_range
20452026-08-04T16:52:55.876Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
20462026-08-04T16:52:55.876Z PASS [ 0.008s] rdb types::test::broadcast_source_rejected
20472026-08-04T16:52:55.879Z PASS [ 0.008s] rdb types::test::btreeset_coexistence
20482026-08-04T16:52:55.883Z PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop
20492026-08-04T16:52:55.886Z PASS [ 0.008s] rdb types::test::btreeset_remove
20502026-08-04T16:52:55.889Z PASS [ 0.008s] rdb types::test::btreeset_replace
20512026-08-04T16:52:55.893Z PASS [ 0.008s] rdb types::test::loopback_source_rejected_v4
20522026-08-04T16:52:55.893Z PASS [ 0.008s] rdb types::test::loopback_source_rejected_v6
20532026-08-04T16:52:55.896Z PASS [ 0.008s] rdb types::test::multicast_rpf_invalid_v4
20542026-08-04T16:52:55.899Z PASS [ 0.008s] rdb types::test::multicast_rpf_invalid_v6
20552026-08-04T16:52:55.902Z PASS [ 0.008s] rdb types::test::multicast_source_rejected_v4
20562026-08-04T16:52:55.902Z PASS [ 0.008s] rdb types::test::multicast_source_rejected_v6
20572026-08-04T16:52:55.906Z PASS [ 0.008s] rdb types::test::ord_contract
20582026-08-04T16:52:55.909Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
20592026-08-04T16:52:55.912Z PASS [ 0.008s] rdb types::test::route_key_af_mismatch_v4_source_v6_group
20602026-08-04T16:52:55.916Z PASS [ 0.008s] rdb types::test::route_key_af_mismatch_v6_source_v4_group
20612026-08-04T16:52:55.916Z PASS [ 0.008s] rdb types::test::rpf_cross_af_v6_neighbor_v4_group_accepted
20622026-08-04T16:52:55.919Z PASS [ 0.008s] rdb types::test::static_path_identity
20632026-08-04T16:52:55.922Z PASS [ 0.008s] rdb types::test::unicast_rpf_valid_v4
20642026-08-04T16:52:55.925Z PASS [ 0.008s] rdb types::test::unicast_rpf_valid_v6
20652026-08-04T16:52:55.925Z PASS [ 0.008s] rdb types::test::unspecified_source_rejected_v4
20662026-08-04T16:52:55.929Z PASS [ 0.008s] rdb types::test::unspecified_source_rejected_v6
20672026-08-04T16:52:56.512Z PASS [ 2.059s] rdb db::test::test_mrib_any_source_vs_source_specific
20682026-08-04T16:52:56.581Z PASS [ 2.013s] rdb mrib::rpf::tests::rapid_rebuilds_converge
20692026-08-04T16:52:56.614Z PASS [ 1.014s] rdb mrib::rpf::tests::test_rpf_table_with_poptrie_v6
20702026-08-04T16:52:56.625Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_v6_with_nexthop_interface
20712026-08-04T16:52:58.512Z PASS [ 4.058s] rdb db::test::test_mrib_revalidation_on_rib_change
20722026-08-04T16:52:58.512Z────────────
20732026-08-04T16:52:58.512Z Summary [ 4.066s] 110 tests run: 110 passed, 0 skipped
20742026-08-04T16:52:58.527Z+ cp ./mrib_asm_ssm.log ./mrib_in_loc_test.log ./mrib_persist1.log ./mrib_persist2.log ./mrib_reval.log ./mrib_test.log ./mrib_upsert_canonical.log ./mrib_v6_test.log ./mrib_watcher_test.log ./rib.log ./rpf_all_shutdown.log ./rpf_default_route.log ./rpf_ecmp_priority.log ./rpf_ecmp_v6.log ./rpf_generation.log ./rpf_linear_scan_v6.log ./rpf_linear_scan.log ./rpf_lpm.log ./rpf_poptrie_v6.log ./rpf_poptrie.log ./rpf_rapid_rebuilds.log ./rpf_shutdown.log ./rpf_v6_interface.log ./rpf_v6_lpm.log /work/
20752026-08-04T16:52:58.531Z+ popd
20762026-08-04T16:52:58.531Z/work/oxidecomputer/maghemite
20772026-08-04T16:52:58.531Zprocess exited: duration 289631 ms, exit code 0
 
20782026-08-04T16:52:58.542Zfound 24 output files
20792026-08-04T16:52:58.548Zuploading: /work/mrib_asm_ssm.log (447 bytes)
20802026-08-04T16:52:59.560Zuploaded: /work/mrib_asm_ssm.log
20812026-08-04T16:52:59.560Zuploading: /work/mrib_in_loc_test.log (0 bytes)
20822026-08-04T16:53:00.571Zuploaded: /work/mrib_in_loc_test.log
20832026-08-04T16:53:00.572Zuploading: /work/mrib_persist1.log (0 bytes)
20842026-08-04T16:53:01.581Zuploaded: /work/mrib_persist1.log
20852026-08-04T16:53:01.581Zuploading: /work/mrib_persist2.log (0 bytes)
20862026-08-04T16:53:02.588Zuploaded: /work/mrib_persist2.log
20872026-08-04T16:53:02.588Zuploading: /work/mrib_reval.log (445 bytes)
20882026-08-04T16:53:03.598Zuploaded: /work/mrib_reval.log
20892026-08-04T16:53:03.598Zuploading: /work/mrib_test.log (0 bytes)
20902026-08-04T16:53:04.607Zuploaded: /work/mrib_test.log
20912026-08-04T16:53:04.607Zuploading: /work/mrib_upsert_canonical.log (0 bytes)
20922026-08-04T16:53:05.613Zuploaded: /work/mrib_upsert_canonical.log
20932026-08-04T16:53:05.613Zuploading: /work/mrib_v6_test.log (0 bytes)
20942026-08-04T16:53:06.621Zuploaded: /work/mrib_v6_test.log
20952026-08-04T16:53:06.621Zuploading: /work/mrib_watcher_test.log (0 bytes)
20962026-08-04T16:53:07.630Zuploaded: /work/mrib_watcher_test.log
20972026-08-04T16:53:07.630Zuploading: /work/rib.log (1177 bytes)
20982026-08-04T16:53:08.639Zuploaded: /work/rib.log
20992026-08-04T16:53:08.639Zuploading: /work/rpf_all_shutdown.log (0 bytes)
21002026-08-04T16:53:09.646Zuploaded: /work/rpf_all_shutdown.log
21012026-08-04T16:53:09.646Zuploading: /work/rpf_default_route.log (0 bytes)
21022026-08-04T16:53:10.653Zuploaded: /work/rpf_default_route.log
21032026-08-04T16:53:10.653Zuploading: /work/rpf_ecmp_priority.log (0 bytes)
21042026-08-04T16:53:11.660Zuploaded: /work/rpf_ecmp_priority.log
21052026-08-04T16:53:11.660Zuploading: /work/rpf_ecmp_v6.log (0 bytes)
21062026-08-04T16:53:12.668Zuploaded: /work/rpf_ecmp_v6.log
21072026-08-04T16:53:12.668Zuploading: /work/rpf_generation.log (0 bytes)
21082026-08-04T16:53:13.676Zuploaded: /work/rpf_generation.log
21092026-08-04T16:53:13.676Zuploading: /work/rpf_linear_scan.log (0 bytes)
21102026-08-04T16:53:14.683Zuploaded: /work/rpf_linear_scan.log
21112026-08-04T16:53:14.683Zuploading: /work/rpf_linear_scan_v6.log (0 bytes)
21122026-08-04T16:53:15.693Zuploaded: /work/rpf_linear_scan_v6.log
21132026-08-04T16:53:15.694Zuploading: /work/rpf_lpm.log (0 bytes)
21142026-08-04T16:53:16.701Zuploaded: /work/rpf_lpm.log
21152026-08-04T16:53:16.701Zuploading: /work/rpf_poptrie.log (0 bytes)
21162026-08-04T16:53:17.709Zuploaded: /work/rpf_poptrie.log
21172026-08-04T16:53:17.709Zuploading: /work/rpf_poptrie_v6.log (0 bytes)
21182026-08-04T16:53:18.716Zuploaded: /work/rpf_poptrie_v6.log
21192026-08-04T16:53:18.716Zuploading: /work/rpf_rapid_rebuilds.log (0 bytes)
21202026-08-04T16:53:19.724Zuploaded: /work/rpf_rapid_rebuilds.log
21212026-08-04T16:53:19.724Zuploading: /work/rpf_shutdown.log (0 bytes)
21222026-08-04T16:53:20.731Zuploaded: /work/rpf_shutdown.log
21232026-08-04T16:53:20.731Zuploading: /work/rpf_v6_interface.log (0 bytes)
21242026-08-04T16:53:21.738Zuploaded: /work/rpf_v6_interface.log
21252026-08-04T16:53:21.738Zuploading: /work/rpf_v6_lpm.log (0 bytes)
21262026-08-04T16:53:22.745Zuploaded: /work/rpf_v6_lpm.log