01KXG1JJ54HZ4B8TS4DBSV4F66: 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: 01KXG1K1XP9BGV0JDKA01RW9TW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T10:09:47.207Zjob assigned to worker 01KXG1KPH81F59DWNX323K7KSD [factory aws, i-0845dca15ef2b7707] (queued for 1 m 13 s)
 
22026-07-14T10:09:53.808Zstarting task 0: "setup"
32026-07-14T10:09:53.814Z++ uname -s
42026-07-14T10:09:53.818Z+ kern=SunOS
52026-07-14T10:09:53.818Z+ build_user=build
62026-07-14T10:09:53.818Z+ build_uid=12345
72026-07-14T10:09:53.818Z+ work_dir=/work
82026-07-14T10:09:53.818Z+ input_dir=/input
92026-07-14T10:09:53.818Z+ [[ 0 == 12345 ]]
102026-07-14T10:09:53.818Z+ case "$kern" in
112026-07-14T10:09:53.818Z+ groupadd -g 12345 build
122026-07-14T10:09:53.821Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T10:09:55.824Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T10:09:55.947Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T10:09:55.950Z+ home_fs=zfs
162026-07-14T10:09:55.950Z+ [[ zfs == autofs ]]
172026-07-14T10:09:55.950Z+ mkdir -p /home/build
182026-07-14T10:09:55.950Z+ chown build:build /home/build /work
192026-07-14T10:09:57.951Z+ chmod 0700 /home/build /work
202026-07-14T10:09:57.955Zprocess exited: duration 4145 ms, exit code 0
 
212026-07-14T10:09:57.961Zstarting task 1: "rust-toolchain"
222026-07-14T10:09:57.966Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T10:09:57.966Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-14T10:09:57.966Z * rust toolchain channel = "stable"
252026-07-14T10:09:57.966Z * rust toolchain profile = "default"
262026-07-14T10:09:57.966Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T10:09:57.967Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T10:09:57.970Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T10:09:57.970Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T10:09:58.069Zinfo: downloading installer
312026-07-14T10:09:59.371Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T10:09:59.371Zwarn: /opt/ooce/bin
332026-07-14T10:09:59.371Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T10:09:59.371Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T10:09:59.371Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T10:09:59.371Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T10:09:59.371Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T10:09:59.371Zerror: cannot install while Rust is installed
392026-07-14T10:09:59.371Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T10:09:59.371Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T10:09:59.371Zwarn: /home/build/.rustup/settings.toml
422026-07-14T10:09:59.371Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T10:09:59.372Zwarn: instead of the one inferred from the default host triple.
442026-07-14T10:09:59.385Zinfo: profile set to default
452026-07-14T10:09:59.385Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T10:09:59.388Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T10:09:59.519Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T10:09:59.522Zinfo: downloading 6 components
492026-07-14T10:10:14.538Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T10:10:14.538Z
512026-07-14T10:10:14.565Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T10:10:14.565Z
532026-07-14T10:10:14.565Z
542026-07-14T10:10:14.565ZRust is installed now. Great!
552026-07-14T10:10:14.565Z
562026-07-14T10:10:14.568ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T10:10:14.568Zenvironment variable. This has not been done automatically.
582026-07-14T10:10:14.568Z
592026-07-14T10:10:14.568ZTo configure your current shell, you need to source
602026-07-14T10:10:14.568Zthe corresponding env file under $HOME/.cargo.
612026-07-14T10:10:14.568Z
622026-07-14T10:10:14.568ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T10:10:14.568Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T10:10:14.568Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T10:10:14.568Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T10:10:14.568Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T10:10:14.568Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T10:10:14.568Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T10:10:14.568Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T10:10:14.568Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T10:10:14.663Z+ rustup --version
722026-07-14T10:10:14.672Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T10:10:14.675Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T10:10:14.693Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T10:10:14.697Z+ cargo --version
762026-07-14T10:10:14.711Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T10:10:14.715Z+ rustc --version
782026-07-14T10:10:14.733Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T10:10:14.736Zprocess exited: duration 16772 ms, exit code 0
 
802026-07-14T10:10:14.742Zstarting task 2: "authentication"
812026-07-14T10:10:14.758Zprocess exited: duration 16 ms, exit code 0
 
822026-07-14T10:10:14.764Zstarting task 3: "clone repository"
832026-07-14T10:10:14.767Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T10:10:14.773Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T10:10:14.799ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T10:10:16.399Z+ cd /work/oxidecomputer/maghemite
872026-07-14T10:10:16.399Z+ git fetch origin 22503d6c7389cd6282a12efd7da01f02b4d21e54
882026-07-14T10:10:16.779ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T10:10:16.780Z * branch 22503d6c7389cd6282a12efd7da01f02b4d21e54 -> FETCH_HEAD
902026-07-14T10:10:16.785Z+ [[ -n zl/mrib ]]
912026-07-14T10:10:16.788Z++ git branch --show-current
922026-07-14T10:10:16.788Z+ current=main
932026-07-14T10:10:16.788Z+ [[ main != zl/mrib ]]
942026-07-14T10:10:16.791Z+ git branch -f zl/mrib 22503d6c7389cd6282a12efd7da01f02b4d21e54
952026-07-14T10:10:16.791Z+ git checkout -f zl/mrib
962026-07-14T10:10:16.810ZSwitched to branch 'zl/mrib'
972026-07-14T10:10:16.813Z+ git reset --hard 22503d6c7389cd6282a12efd7da01f02b4d21e54
982026-07-14T10:10:16.829ZHEAD is now at 22503d6 [rdb] rework RPF cache rebuilds around a bounded worker
992026-07-14T10:10:16.832Zprocess exited: duration 2066 ms, exit code 0
 
1002026-07-14T10:10:16.839Zstarting task 4: "build"
1012026-07-14T10:10:16.843Z+ set -e
1022026-07-14T10:10:16.843Z+ source .github/buildomat/test-common.sh
1032026-07-14T10:10:16.846Z++ NEXTEST_VERSION=0.9.97
1042026-07-14T10:10:16.846Z++ PLATFORM=illumos
1052026-07-14T10:10:16.846Z++ banner install
1062026-07-14T10:10:16.846Z
1072026-07-14T10:10:16.846Z # # # #### ##### ## # #
1082026-07-14T10:10:16.846Z # ## # # # # # # #
1092026-07-14T10:10:16.846Z # # # # #### # # # # #
1102026-07-14T10:10:16.846Z # # # # # # ###### # #
1112026-07-14T10:10:16.846Z # # ## # # # # # # #
1122026-07-14T10:10:16.846Z # # # #### # # # ###### ######
1132026-07-14T10:10:16.846Z
1142026-07-14T10:10:16.846Z++ set +o errexit
1152026-07-14T10:10:16.849Z++ pkg info clang-15
1162026-07-14T10:10:16.849Z++ grep -qi installed
1172026-07-14T10:10:18.043Zpkg: info: no packages matching the following patterns you specified are
1182026-07-14T10:10:18.043Zinstalled on the system. Try querying remotely instead:
1192026-07-14T10:10:18.043Z
1202026-07-14T10:10:18.043Z clang-15
1212026-07-14T10:10:18.082Z++ [[ 1 != 0 ]]
1222026-07-14T10:10:18.082Z++ set -o errexit
1232026-07-14T10:10:18.082Z++ pfexec pkg install clang-15
1242026-07-14T10:10:25.404Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-07-14T10:10:33.132Z Startup: Caching catalogs ... Done
1262026-07-14T10:10:40.450ZPlanning: Solver setup ... Done
1272026-07-14T10:10:40.490ZPlanning: Running solver ... Done
1282026-07-14T10:10:40.631ZPlanning: Finding local manifests ... Done
1292026-07-14T10:10:40.656ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-14T10:10:41.157ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-14T10:10:41.187ZPlanning: Package planning ... Done
1322026-07-14T10:10:41.212ZPlanning: Merging actions ... Done
1332026-07-14T10:10:41.336ZPlanning: Checking for conflicting actions ... Done
1342026-07-14T10:10:41.339ZPlanning: Consolidating action changes ... Done
1352026-07-14T10:10:42.112ZPlanning: Evaluating mediators ... Done
1362026-07-14T10:10:42.117ZPlanning: Planning completed in 8.81 seconds
1372026-07-14T10:10:42.128Z Packages to install: 2
1382026-07-14T10:10:42.128Z Mediators to change: 2
1392026-07-14T10:10:42.131Z Services to change: 1
1402026-07-14T10:10:42.131Z Create boot environment: No
1412026-07-14T10:10:42.131ZCreate backup boot environment: No
1422026-07-14T10:10:42.170Z
1432026-07-14T10:10:42.170ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-07-14T10:10:47.171ZDownload: 839/3076 items 18.2/211.3MB 8% complete (3.7M/s)
1452026-07-14T10:10:54.604ZDownload: 983/3076 items 82.2/211.3MB 38% complete (13.7M/s)
1462026-07-14T10:10:59.605ZDownload: 1534/3076 items 115.1/211.3MB 54% complete (3.3M/s)
1472026-07-14T10:11:07.140ZDownload: 2004/3076 items 117.1/211.3MB 55% complete (4.8M/s)
1482026-07-14T10:11:12.141ZDownload: 2311/3076 items 119.0/211.3MB 56% complete (432k/s)
1492026-07-14T10:11:17.152ZDownload: 2741/3076 items 119.9/211.3MB 56% complete (291k/s)
1502026-07-14T10:11:32.541ZDownload: 3034/3076 items 201.8/211.3MB 95% complete
1512026-07-14T10:11:35.522ZDownload: Completed 211.31 MB in 53.35 seconds (4.0M/s)
1522026-07-14T10:11:35.662Z Actions: 1/3418 actions (Installing new actions)
1532026-07-14T10:11:38.794Z Actions: Completed 3418 actions in 3.13 seconds.
1542026-07-14T10:11:39.450Z Done
1552026-07-14T10:11:39.450Z Done
1562026-07-14T10:11:40.192Z Done
1572026-07-14T10:11:43.614Z Done
1582026-07-14T10:11:43.685Z Done
1592026-07-14T10:11:43.688Z Done
1602026-07-14T10:11:43.961Z Done
1612026-07-14T10:11:44.657Z++ set -o errexit
1622026-07-14T10:11:44.657Z++ cargo --version
1632026-07-14T10:11:44.665Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1642026-07-14T10:11:44.806Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1652026-07-14T10:11:44.809Zinfo: downloading 6 components
1662026-07-14T10:11:59.588Zcargo 1.96.1 (356927216 2026-06-26)
1672026-07-14T10:11:59.591Z++ rustc --version
1682026-07-14T10:11:59.618Zrustc 1.96.1 (31fca3adb 2026-06-26)
1692026-07-14T10:11:59.622Z++ cargo install cargo-nextest --version 0.9.97
1702026-07-14T10:11:59.667Z Updating crates.io index
1712026-07-14T10:11:59.759Z Downloading crates ...
1722026-07-14T10:11:59.808Z Downloaded cargo-nextest v0.9.97
1732026-07-14T10:11:59.874Z Installing cargo-nextest v0.9.97
1742026-07-14T10:11:59.880Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1752026-07-14T10:11:59.881Z |
1762026-07-14T10:11:59.881Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1772026-07-14T10:11:59.881Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1782026-07-14T10:11:59.906Z Updating crates.io index
1792026-07-14T10:12:01.832Z Locking 395 packages to latest compatible versions
1802026-07-14T10:12:01.837Z Adding dialoguer v0.11.0 (available: v0.12.0)
1812026-07-14T10:12:01.840Z Adding duct v0.13.7 (available: v1.1.1)
1822026-07-14T10:12:01.840Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1832026-07-14T10:12:01.840Z Adding generic-array v0.14.7 (available: v0.14.9)
1842026-07-14T10:12:01.843Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1852026-07-14T10:12:01.843Z Adding itertools v0.14.0 (available: v0.15.0)
1862026-07-14T10:12:01.843Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1872026-07-14T10:12:01.843Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1882026-07-14T10:12:01.847Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1892026-07-14T10:12:01.850Z Adding quick-junit v0.5.2 (available: v0.6.1)
1902026-07-14T10:12:01.874Z Downloading crates ...
1912026-07-14T10:12:01.933Z Downloaded anstream v1.0.0
1922026-07-14T10:12:01.936Z Downloaded convert_case v0.10.0
1932026-07-14T10:12:01.940Z Downloaded colorchoice v1.0.5
1942026-07-14T10:12:01.945Z Downloaded color-spantrace v0.3.0
1952026-07-14T10:12:01.948Z Downloaded ahash v0.8.12
1962026-07-14T10:12:01.948Z Downloaded async-scoped v0.9.0
1972026-07-14T10:12:01.948Z Downloaded backtrace-ext v0.2.1
1982026-07-14T10:12:01.948Z Downloaded adler2 v2.0.1
1992026-07-14T10:12:01.952Z Downloaded anstyle v1.0.14
2002026-07-14T10:12:01.955Z Downloaded heck v0.5.0
2012026-07-14T10:12:01.955Z Downloaded const-oid v0.9.6
2022026-07-14T10:12:01.958Z Downloaded anstyle-query v1.1.5
2032026-07-14T10:12:01.961Z Downloaded crypto-common v0.1.7
2042026-07-14T10:12:01.961Z Downloaded httparse v1.10.1
2052026-07-14T10:12:01.964Z Downloaded cpufeatures v0.2.17
2062026-07-14T10:12:01.964Z Downloaded cpufeatures v0.3.0
2072026-07-14T10:12:01.964Z Downloaded cargo-platform v0.2.0
2082026-07-14T10:12:01.968Z Downloaded is_terminal_polyfill v1.70.2
2092026-07-14T10:12:01.968Z Downloaded http-body v1.1.0
2102026-07-14T10:12:01.968Z Downloaded atomic-waker v1.1.2
2112026-07-14T10:12:01.971Z Downloaded cfg_aliases v0.2.1
2122026-07-14T10:12:01.971Z Downloaded itertools v0.14.0
2132026-07-14T10:12:01.975Z Downloaded lazy_static v1.5.0
2142026-07-14T10:12:01.979Z Downloaded indenter v0.3.4
2152026-07-14T10:12:01.979Z Downloaded cargo-platform v0.3.3
2162026-07-14T10:12:01.979Z Downloaded nested v0.1.1
2172026-07-14T10:12:01.979Z Downloaded home v0.5.12
2182026-07-14T10:12:01.982Z Downloaded foreign-types v0.3.2
2192026-07-14T10:12:01.982Z Downloaded clap_lex v1.1.0
2202026-07-14T10:12:01.982Z Downloaded nextest-workspace-hack v0.1.0
2212026-07-14T10:12:01.982Z Downloaded guppy-workspace-hack v0.1.0
2222026-07-14T10:12:01.988Z Downloaded document-features v0.2.12
2232026-07-14T10:12:01.991Z Downloaded openssl-macros v0.1.1
2242026-07-14T10:12:01.991Z Downloaded equivalent v1.0.2
2252026-07-14T10:12:01.991Z Downloaded itoa v1.0.18
2262026-07-14T10:12:01.991Z Downloaded lru-slab v0.1.2
2272026-07-14T10:12:01.991Z Downloaded indent_write v2.2.0
2282026-07-14T10:12:01.995Z Downloaded humantime v2.4.0
2292026-07-14T10:12:01.995Z Downloaded block-buffer v0.10.4
2302026-07-14T10:12:01.995Z Downloaded camino-tempfile v1.4.1
2312026-07-14T10:12:01.998Z Downloaded http-body-util v0.1.4
2322026-07-14T10:12:01.998Z Downloaded openssl-probe v0.2.1
2332026-07-14T10:12:01.998Z Downloaded mukti-metadata v0.3.0
2342026-07-14T10:12:02.002Z Downloaded idna_adapter v1.0.0
2352026-07-14T10:12:02.002Z Downloaded anstyle-parse v1.0.0
2362026-07-14T10:12:02.005Z Downloaded percent-encoding v2.3.2
2372026-07-14T10:12:02.005Z Downloaded lock_api v0.4.14
2382026-07-14T10:12:02.005Z Downloaded hyper-tls v0.6.0
2392026-07-14T10:12:02.009Z Downloaded jobserver v0.1.35
2402026-07-14T10:12:02.014Z Downloaded newtype-uuid v1.3.2
2412026-07-14T10:12:02.015Z Downloaded ipnet v2.12.0
2422026-07-14T10:12:02.018Z Downloaded atomicwrites v0.4.4
2432026-07-14T10:12:02.021Z Downloaded number_prefix v0.4.0
2442026-07-14T10:12:02.021Z Downloaded humantime-serde v1.1.1
2452026-07-14T10:12:02.024Z Downloaded os_pipe v1.2.3
2462026-07-14T10:12:02.025Z Downloaded is_ci v1.2.0
2472026-07-14T10:12:02.025Z Downloaded rustc-hash v2.1.3
2482026-07-14T10:12:02.025Z Downloaded futures-macro v0.3.32
2492026-07-14T10:12:02.028Z Downloaded rand_pcg v0.10.2
2502026-07-14T10:12:02.028Z Downloaded enable-ansi-support v0.2.1
2512026-07-14T10:12:02.031Z Downloaded futures-sink v0.3.32
2522026-07-14T10:12:02.031Z Downloaded once_cell v1.21.4
2532026-07-14T10:12:02.031Z Downloaded debug-ignore v1.0.5
2542026-07-14T10:12:02.035Z Downloaded errno v0.3.14
2552026-07-14T10:12:02.038Z Downloaded futures-io v0.3.32
2562026-07-14T10:12:02.038Z Downloaded futures-task v0.3.32
2572026-07-14T10:12:02.038Z Downloaded cfg-if v1.0.4
2582026-07-14T10:12:02.038Z Downloaded foreign-types-shared v0.1.1
2592026-07-14T10:12:02.041Z Downloaded fnv v1.0.7
2602026-07-14T10:12:02.041Z Downloaded curve25519-dalek-derive v0.1.1
2612026-07-14T10:12:02.041Z Downloaded generic-array v0.14.7
2622026-07-14T10:12:02.046Z Downloaded base64ct v1.8.3
2632026-07-14T10:12:02.046Z Downloaded autocfg v1.5.1
2642026-07-14T10:12:02.049Z Downloaded find-msvc-tools v0.1.9
2652026-07-14T10:12:02.052Z Downloaded futures-core v0.3.32
2662026-07-14T10:12:02.052Z Downloaded nextest-metadata v0.12.2
2672026-07-14T10:12:02.055Z Downloaded miette-derive v7.6.0
2682026-07-14T10:12:02.055Z Downloaded scopeguard v1.2.0
2692026-07-14T10:12:02.055Z Downloaded serde-value v0.7.0
2702026-07-14T10:12:02.058Z Downloaded hyper-rustls v0.27.9
2712026-07-14T10:12:02.058Z Downloaded hex v0.4.3
2722026-07-14T10:12:02.061Z Downloaded rustc_version v0.4.1
2732026-07-14T10:12:02.065Z Downloaded serde_ignored v0.1.14
2742026-07-14T10:12:02.065Z Downloaded duct v0.13.7
2752026-07-14T10:12:02.068Z Downloaded shell-words v1.1.1
2762026-07-14T10:12:02.068Z Downloaded crc32fast v1.5.0
2772026-07-14T10:12:02.071Z Downloaded cargo_metadata v0.20.0
2782026-07-14T10:12:02.071Z Downloaded camino v1.2.4
2792026-07-14T10:12:02.075Z Downloaded serde_spanned v1.1.1
2802026-07-14T10:12:02.075Z Downloaded bytes v1.12.1
2812026-07-14T10:12:02.078Z Downloaded addr2line v0.25.1
2822026-07-14T10:12:02.078Z Downloaded serde_spanned v0.6.9
2832026-07-14T10:12:02.078Z Downloaded shared_child v1.1.1
2842026-07-14T10:12:02.078Z Downloaded sigchld v0.2.4
2852026-07-14T10:12:02.082Z Downloaded serde_urlencoded v0.7.1
2862026-07-14T10:12:02.082Z Downloaded signature v2.2.0
2872026-07-14T10:12:02.082Z Downloaded signal-hook-mio v0.2.5
2882026-07-14T10:12:02.085Z Downloaded ed25519 v2.2.3
2892026-07-14T10:12:02.085Z Downloaded nextest-filtering v0.15.0
2902026-07-14T10:12:02.090Z Downloaded native-tls v0.2.18
2912026-07-14T10:12:02.093Z Downloaded pkg-config v0.3.33
2922026-07-14T10:12:02.093Z Downloaded pathdiff v0.2.3
2932026-07-14T10:12:02.093Z Downloaded quinn-udp v0.5.15
2942026-07-14T10:12:02.097Z Downloaded log v0.4.33
2952026-07-14T10:12:02.097Z Downloaded cargo_metadata v0.23.1
2962026-07-14T10:12:02.100Z Downloaded strsim v0.11.1
2972026-07-14T10:12:02.100Z Downloaded strip-ansi-escapes v0.2.1
2982026-07-14T10:12:02.100Z Downloaded globset v0.4.18
2992026-07-14T10:12:02.103Z Downloaded supports-color v3.0.2
3002026-07-14T10:12:02.103Z Downloaded sync_wrapper v1.0.2
3012026-07-14T10:12:02.103Z Downloaded supports-hyperlinks v3.2.0
3022026-07-14T10:12:02.103Z Downloaded fastrand v2.4.1
3032026-07-14T10:12:02.106Z Downloaded dialoguer v0.11.0
3042026-07-14T10:12:02.106Z Downloaded terminal_size v0.4.4
3052026-07-14T10:12:02.111Z Downloaded swrite v0.1.0
3062026-07-14T10:12:02.111Z Downloaded console v0.15.11
3072026-07-14T10:12:02.111Z Downloaded quote v1.0.46
3082026-07-14T10:12:02.111Z Downloaded foldhash v0.1.5
3092026-07-14T10:12:02.114Z Downloaded ordered-float v2.10.1
3102026-07-14T10:12:02.114Z Downloaded cargo-util-schemas v0.2.0
3112026-07-14T10:12:02.114Z Downloaded rand_core v0.9.5
3122026-07-14T10:12:02.118Z Downloaded pin-project-internal v1.1.13
3132026-07-14T10:12:02.118Z Downloaded futures-executor v0.3.32
3142026-07-14T10:12:02.118Z Downloaded fixedbitset v0.5.7
3152026-07-14T10:12:02.121Z Downloaded subtle v2.6.1
3162026-07-14T10:12:02.121Z Downloaded rand_core v0.10.1
3172026-07-14T10:12:02.121Z Downloaded serde-untagged v0.1.9
3182026-07-14T10:12:02.121Z Downloaded rand_core v0.6.4
3192026-07-14T10:12:02.126Z Downloaded rand_chacha v0.9.0
3202026-07-14T10:12:02.126Z Downloaded either v1.16.0
3212026-07-14T10:12:02.126Z Downloaded self-replace v1.5.0
3222026-07-14T10:12:02.129Z Downloaded erased-serde v0.4.10
3232026-07-14T10:12:02.129Z Downloaded tinyvec_macros v0.1.1
3242026-07-14T10:12:02.129Z Downloaded digest v0.10.7
3252026-07-14T10:12:02.129Z Downloaded iana-time-zone v0.1.65
3262026-07-14T10:12:02.134Z Downloaded getrandom v0.2.17
3272026-07-14T10:12:02.134Z Downloaded tokio-macros v2.7.0
3282026-07-14T10:12:02.134Z Downloaded pkcs8 v0.10.2
3292026-07-14T10:12:02.138Z Downloaded thread_local v1.1.10
3302026-07-14T10:12:02.138Z Downloaded ppv-lite86 v0.2.21
3312026-07-14T10:12:02.138Z Downloaded form_urlencoded v1.2.2
3322026-07-14T10:12:02.138Z Downloaded shlex v2.0.1
3332026-07-14T10:12:02.141Z Downloaded serde_path_to_error v0.1.20
3342026-07-14T10:12:02.141Z Downloaded pin-project-lite v0.2.17
3352026-07-14T10:12:02.146Z Downloaded toml_datetime v0.6.11
3362026-07-14T10:12:02.146Z Downloaded static_assertions v1.1.0
3372026-07-14T10:12:02.146Z Downloaded rustc-demangle v0.1.28
3382026-07-14T10:12:02.150Z Downloaded spki v0.7.3
3392026-07-14T10:12:02.150Z Downloaded tower-layer v0.3.3
3402026-07-14T10:12:02.150Z Downloaded simd-adler32 v0.3.9
3412026-07-14T10:12:02.150Z Downloaded sha2 v0.10.9
3422026-07-14T10:12:02.154Z Downloaded tower-service v0.3.3
3432026-07-14T10:12:02.154Z Downloaded try-lock v0.2.5
3442026-07-14T10:12:02.157Z Downloaded signal-hook-registry v1.4.8
3452026-07-14T10:12:02.157Z Downloaded tracing-error v0.2.1
3462026-07-14T10:12:02.160Z Downloaded smol_str v0.3.6
3472026-07-14T10:12:02.160Z Downloaded slab v0.4.12
3482026-07-14T10:12:02.160Z Downloaded futures-channel v0.3.32
3492026-07-14T10:12:02.163Z Downloaded cfg-expr v0.20.8
3502026-07-14T10:12:02.163Z Downloaded litrs v1.0.0
3512026-07-14T10:12:02.168Z Downloaded eyre v0.6.12
3522026-07-14T10:12:02.172Z Downloaded chacha20 v0.10.1
3532026-07-14T10:12:02.173Z Downloaded unicode-linebreak v0.1.5
3542026-07-14T10:12:02.177Z Downloaded target-lexicon v0.13.5
3552026-07-14T10:12:02.177Z Downloaded urlencoding v2.1.3
3562026-07-14T10:12:02.177Z Downloaded unicode-xid v0.2.6
3572026-07-14T10:12:02.177Z Downloaded supports-unicode v3.0.0
3582026-07-14T10:12:02.177Z Downloaded typeid v1.0.3
3592026-07-14T10:12:02.180Z Downloaded futures v0.3.32
3602026-07-14T10:12:02.180Z Downloaded target-spec-miette v0.4.8
3612026-07-14T10:12:02.183Z Downloaded future-queue v0.4.0
3622026-07-14T10:12:02.188Z Downloaded thiserror v2.0.18
3632026-07-14T10:12:02.191Z Downloaded parking_lot v0.12.5
3642026-07-14T10:12:02.191Z Downloaded semver v1.0.28
3652026-07-14T10:12:02.192Z Downloaded utf8parse v0.2.2
3662026-07-14T10:12:02.195Z Downloaded utf8_iter v1.0.4
3672026-07-14T10:12:02.195Z Downloaded untrusted v0.9.0
3682026-07-14T10:12:02.195Z Downloaded thiserror-impl v1.0.69
3692026-07-14T10:12:02.195Z Downloaded thiserror v1.0.69
3702026-07-14T10:12:02.200Z Downloaded want v0.3.1
3712026-07-14T10:12:02.204Z Downloaded version_check v0.9.5
3722026-07-14T10:12:02.204Z Downloaded tokio-native-tls v0.3.1
3732026-07-14T10:12:02.204Z Downloaded xattr v1.6.1
3742026-07-14T10:12:02.204Z Downloaded clap v4.6.1
3752026-07-14T10:12:02.208Z Downloaded clap_derive v4.6.1
3762026-07-14T10:12:02.212Z Downloaded self_update v0.42.0
3772026-07-14T10:12:02.212Z Downloaded thiserror-impl v2.0.18
3782026-07-14T10:12:02.212Z Downloaded toml_writer v1.1.1+spec-1.1.0
3792026-07-14T10:12:02.212Z Downloaded toml_write v0.1.2
3802026-07-14T10:12:02.215Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3812026-07-14T10:12:02.215Z Downloaded rustls-pki-types v1.15.0
3822026-07-14T10:12:02.215Z Downloaded config v0.15.25
3832026-07-14T10:12:02.219Z Downloaded unicase v2.9.0
3842026-07-14T10:12:02.219Z Downloaded tracing-log v0.2.0
3852026-07-14T10:12:02.224Z Downloaded owo-colors v4.3.0
3862026-07-14T10:12:02.224Z Downloaded parking_lot_core v0.9.12
3872026-07-14T10:12:02.224Z Downloaded getrandom v0.4.3
3882026-07-14T10:12:02.227Z Downloaded derive-where v1.6.1
3892026-07-14T10:12:02.227Z Downloaded target-spec v3.6.0
3902026-07-14T10:12:02.231Z Downloaded filetime v0.2.29
3912026-07-14T10:12:02.231Z Downloaded bitflags v2.13.0
3922026-07-14T10:12:02.236Z Downloaded smallvec v1.15.2
3932026-07-14T10:12:02.236Z Downloaded base64 v0.22.1
3942026-07-14T10:12:02.239Z Downloaded getrandom v0.3.4
3952026-07-14T10:12:02.242Z Downloaded quick-junit v0.5.2
3962026-07-14T10:12:02.246Z Downloaded tokio-stream v0.1.18
3972026-07-14T10:12:02.249Z Downloaded proc-macro2 v1.0.106
3982026-07-14T10:12:02.252Z Downloaded zmij v1.0.23
3992026-07-14T10:12:02.255Z Downloaded zipsign-api v0.1.5
4002026-07-14T10:12:02.255Z Downloaded ryu v1.0.23
4012026-07-14T10:12:02.259Z Downloaded tempfile v3.27.0
4022026-07-14T10:12:02.259Z Downloaded toml_parser v1.1.2+spec-1.1.0
4032026-07-14T10:12:02.263Z Downloaded num-traits v0.2.19
4042026-07-14T10:12:02.263Z Downloaded tokio-rustls v0.26.4
4052026-07-14T10:12:02.263Z Downloaded xxhash-rust v0.8.16
4062026-07-14T10:12:02.266Z Downloaded borsh v1.7.0
4072026-07-14T10:12:02.269Z Downloaded zstd-safe v7.2.4
4082026-07-14T10:12:02.269Z Downloaded zstd v0.13.3
4092026-07-14T10:12:02.272Z Downloaded sharded-slab v0.1.7
4102026-07-14T10:12:02.275Z Downloaded backtrace v0.3.76
4112026-07-14T10:12:02.279Z Downloaded serde_core v1.0.228
4122026-07-14T10:12:02.282Z Downloaded serde_derive v1.0.228
4132026-07-14T10:12:02.287Z Downloaded toml v0.8.23
4142026-07-14T10:12:02.290Z Downloaded zeroize v1.9.0
4152026-07-14T10:12:02.293Z Downloaded toml v1.1.2+spec-1.1.0
4162026-07-14T10:12:02.296Z Downloaded socket2 v0.6.5
4172026-07-14T10:12:02.299Z Downloaded http v1.4.2
4182026-07-14T10:12:02.302Z Downloaded derive_more v2.1.1
4192026-07-14T10:12:02.306Z Downloaded indicatif v0.17.11
4202026-07-14T10:12:02.309Z Downloaded openssl-sys v0.9.117
4212026-07-14T10:12:02.313Z Downloaded unicode-ident v1.0.24
4222026-07-14T10:12:02.313Z Downloaded tinyvec v1.12.0
4232026-07-14T10:12:02.316Z Downloaded serde v1.0.228
4242026-07-14T10:12:02.316Z Downloaded flate2 v1.1.9
4252026-07-14T10:12:02.319Z Downloaded derive_more-impl v2.1.1
4262026-07-14T10:12:02.322Z Downloaded vte v0.14.1
4272026-07-14T10:12:02.325Z Downloaded miniz_oxide v0.8.9
4282026-07-14T10:12:02.325Z Downloaded der v0.7.10
4292026-07-14T10:12:02.328Z Downloaded cc v1.2.67
4302026-07-14T10:12:02.331Z Downloaded pin-project v1.1.13
4312026-07-14T10:12:02.335Z Downloaded signal-hook v0.3.18
4322026-07-14T10:12:02.342Z Downloaded memchr v2.8.3
4332026-07-14T10:12:02.347Z Downloaded quinn v0.11.11
4342026-07-14T10:12:02.347Z Downloaded tracing-core v0.1.36
4352026-07-14T10:12:02.347Z Downloaded tracing-attributes v0.1.31
4362026-07-14T10:12:02.347Z Downloaded ed25519-dalek v2.2.0
4372026-07-14T10:12:02.353Z Downloaded toml_edit v0.22.27
4382026-07-14T10:12:02.353Z Downloaded textwrap v0.16.2
4392026-07-14T10:12:02.365Z Downloaded url v2.5.8
4402026-07-14T10:12:02.370Z Downloaded aho-corasick v1.1.4
4412026-07-14T10:12:02.373Z Downloaded mio v1.2.2
4422026-07-14T10:12:02.376Z Downloaded indexmap v2.14.0
4432026-07-14T10:12:02.379Z Downloaded tar v0.4.46
4442026-07-14T10:12:02.382Z Downloaded crossterm v0.29.0
4452026-07-14T10:12:02.385Z Downloaded rustls-webpki v0.103.13
4462026-07-14T10:12:02.385Z Downloaded uuid v1.23.5
4472026-07-14T10:12:02.388Z Downloaded hyper-util v0.1.20
4482026-07-14T10:12:02.391Z Downloaded tower v0.5.3
4492026-07-14T10:12:02.395Z Downloaded rand v0.10.2
4502026-07-14T10:12:02.398Z Downloaded hashbrown v0.15.5
4512026-07-14T10:12:02.401Z Downloaded unicode-segmentation v1.13.3
4522026-07-14T10:12:02.404Z Downloaded miette v7.6.0
4532026-07-14T10:12:02.407Z Downloaded clap_builder v4.6.0
4542026-07-14T10:12:02.411Z Downloaded rand v0.9.5
4552026-07-14T10:12:02.414Z Downloaded guppy v0.17.26
4562026-07-14T10:12:02.417Z Downloaded idna v1.1.0
4572026-07-14T10:12:02.420Z Downloaded tokio-util v0.7.18
4582026-07-14T10:12:02.427Z Downloaded hashbrown v0.17.1
4592026-07-14T10:12:02.431Z Downloaded typenum v1.20.1
4602026-07-14T10:12:02.434Z Downloaded h2 v0.4.15
4612026-07-14T10:12:02.437Z Downloaded serde_json v1.0.150
4622026-07-14T10:12:02.441Z Downloaded tower-http v0.6.11
4632026-07-14T10:12:02.445Z Downloaded futures-util v0.3.32
4642026-07-14T10:12:02.452Z Downloaded ron v0.12.2
4652026-07-14T10:12:02.474Z Downloaded winnow v0.7.15
4662026-07-14T10:12:02.479Z Downloaded unicode-normalization v0.1.25
4672026-07-14T10:12:02.484Z Downloaded chrono v0.4.45
4682026-07-14T10:12:02.488Z Downloaded regex v1.13.0
4692026-07-14T10:12:02.492Z Downloaded hyper v1.10.1
4702026-07-14T10:12:02.495Z Downloaded tracing-subscriber v0.3.23
4712026-07-14T10:12:02.500Z Downloaded pulldown-cmark v0.13.4
4722026-07-14T10:12:02.511Z Downloaded vcpkg v0.2.15
4732026-07-14T10:12:02.534Z Downloaded unicode-width v0.2.2
4742026-07-14T10:12:02.538Z Downloaded unicode-width v0.1.14
4752026-07-14T10:12:02.541Z Downloaded syn v2.0.118
4762026-07-14T10:12:02.548Z Downloaded gimli v0.32.3
4772026-07-14T10:12:02.554Z Downloaded curve25519-dalek v4.1.3
4782026-07-14T10:12:02.558Z Downloaded quick-xml v0.37.5
4792026-07-14T10:12:02.561Z Downloaded bstr v1.12.3
4802026-07-14T10:12:02.565Z Downloaded portable-atomic v1.13.1
4812026-07-14T10:12:02.569Z Downloaded reqwest v0.12.28
4822026-07-14T10:12:02.573Z Downloaded tracing v0.1.44
4832026-07-14T10:12:02.589Z Downloaded winnow v1.0.4
4842026-07-14T10:12:02.592Z Downloaded quinn-proto v0.11.16
4852026-07-14T10:12:02.596Z Downloaded quick-xml v0.38.4
4862026-07-14T10:12:02.638Z Downloaded color-eyre v0.6.5
4872026-07-14T10:12:02.638Z Downloaded webpki-roots v1.0.8
4882026-07-14T10:12:02.641Z Downloaded nextest-runner v0.80.0
4892026-07-14T10:12:02.665Z Downloaded zerocopy v0.8.54
4902026-07-14T10:12:02.677Z Downloaded openssl v0.10.81
4912026-07-14T10:12:02.684Z Downloaded object v0.37.3
4922026-07-14T10:12:02.705Z Downloaded nix v0.30.1
4932026-07-14T10:12:02.711Z Downloaded regex-syntax v0.8.11
4942026-07-14T10:12:02.720Z Downloaded rustix v0.38.44
4952026-07-14T10:12:02.732Z Downloaded rustls v0.23.42
4962026-07-14T10:12:02.749Z Downloaded rustix v1.1.4
4972026-07-14T10:12:02.839Z Downloaded regex-automata v0.4.15
4982026-07-14T10:12:02.886Z Downloaded libc v0.2.186
4992026-07-14T10:12:02.906Z Downloaded petgraph v0.8.3
5002026-07-14T10:12:02.922Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5012026-07-14T10:12:02.942Z Downloaded tokio v1.52.3
5022026-07-14T10:12:03.002Z Downloaded recursion v0.5.4
5032026-07-14T10:12:03.008Z Downloaded ring v0.17.14
5042026-07-14T10:12:03.069Z Compiling libc v0.2.186
5052026-07-14T10:12:03.069Z Compiling proc-macro2 v1.0.106
5062026-07-14T10:12:03.072Z Compiling unicode-ident v1.0.24
5072026-07-14T10:12:03.072Z Compiling quote v1.0.46
5082026-07-14T10:12:03.072Z Compiling serde_core v1.0.228
5092026-07-14T10:12:03.072Z Compiling cfg-if v1.0.4
5102026-07-14T10:12:03.074Z Compiling memchr v2.8.3
5112026-07-14T10:12:03.204Z Compiling once_cell v1.21.4
5122026-07-14T10:12:03.316Z Compiling log v0.4.33
5132026-07-14T10:12:03.351Z Compiling pin-project-lite v0.2.17
5142026-07-14T10:12:03.444Z Compiling itoa v1.0.18
5152026-07-14T10:12:03.456Z Compiling serde v1.0.228
5162026-07-14T10:12:03.642Z Compiling smallvec v1.15.2
5172026-07-14T10:12:03.711Z Compiling futures-core v0.3.32
5182026-07-14T10:12:03.822Z Compiling bitflags v2.13.0
5192026-07-14T10:12:03.871Z Compiling equivalent v1.0.2
5202026-07-14T10:12:03.895Z Compiling hashbrown v0.17.1
5212026-07-14T10:12:03.960Z Compiling shlex v2.0.1
5222026-07-14T10:12:04.150Z Compiling errno v0.3.14
5232026-07-14T10:12:04.210Z Compiling find-msvc-tools v0.1.9
5242026-07-14T10:12:04.223Z Compiling bytes v1.12.1
5252026-07-14T10:12:04.341Z Compiling signal-hook-registry v1.4.8
5262026-07-14T10:12:04.371Z Compiling jobserver v0.1.35
5272026-07-14T10:12:04.442Z Compiling mio v1.2.2
5282026-07-14T10:12:04.470Z Compiling rustix v1.1.4
5292026-07-14T10:12:04.554Z Compiling syn v2.0.118
5302026-07-14T10:12:04.570Z Compiling cc v1.2.67
5312026-07-14T10:12:04.684Z Compiling futures-sink v0.3.32
5322026-07-14T10:12:04.799Z Compiling socket2 v0.6.5
5332026-07-14T10:12:04.887Z Compiling slab v0.4.12
5342026-07-14T10:12:05.083Z Compiling zmij v1.0.23
5352026-07-14T10:12:05.095Z Compiling futures-channel v0.3.32
5362026-07-14T10:12:05.169Z Compiling tracing-core v0.1.36
5372026-07-14T10:12:05.353Z Compiling serde_json v1.0.150
5382026-07-14T10:12:05.447Z Compiling version_check v0.9.5
5392026-07-14T10:12:05.655Z Compiling indexmap v2.14.0
5402026-07-14T10:12:05.696Z Compiling getrandom v0.4.3
5412026-07-14T10:12:05.765Z Compiling futures-task v0.3.32
5422026-07-14T10:12:05.922Z Compiling futures-io v0.3.32
5432026-07-14T10:12:06.011Z Compiling percent-encoding v2.3.2
5442026-07-14T10:12:06.037Z Compiling camino v1.2.4
5452026-07-14T10:12:06.131Z Compiling unicode-width v0.2.2
5462026-07-14T10:12:06.331Z Compiling ring v0.17.14
5472026-07-14T10:12:06.441Z Compiling http v1.4.2
5482026-07-14T10:12:06.452Z Compiling zeroize v1.9.0
5492026-07-14T10:12:06.464Z Compiling adler2 v2.0.1
5502026-07-14T10:12:06.525Z Compiling simd-adler32 v0.3.9
5512026-07-14T10:12:06.636Z Compiling autocfg v1.5.1
5522026-07-14T10:12:07.014Z Compiling num-traits v0.2.19
5532026-07-14T10:12:07.061Z Compiling miniz_oxide v0.8.9
5542026-07-14T10:12:07.261Z Compiling target-lexicon v0.13.5
5552026-07-14T10:12:07.287Z Compiling object v0.37.3
5562026-07-14T10:12:07.412Z Compiling getrandom v0.3.4
5572026-07-14T10:12:07.592Z Compiling zerocopy v0.8.54
5582026-07-14T10:12:07.846Z Compiling http-body v1.1.0
5592026-07-14T10:12:07.984Z Compiling rustls-pki-types v1.15.0
5602026-07-14T10:12:08.020Z Compiling form_urlencoded v1.2.2
5612026-07-14T10:12:08.052Z Compiling semver v1.0.28
5622026-07-14T10:12:08.218Z Compiling serde_derive v1.0.228
5632026-07-14T10:12:08.291Z Compiling tokio-macros v2.7.0
5642026-07-14T10:12:08.384Z Compiling futures-macro v0.3.32
5652026-07-14T10:12:08.494Z Compiling tracing-attributes v0.1.31
5662026-07-14T10:12:08.644Z Compiling getrandom v0.2.17
5672026-07-14T10:12:08.713Z Compiling thiserror v2.0.18
5682026-07-14T10:12:08.842Z Compiling untrusted v0.9.0
5692026-07-14T10:12:08.857Z Compiling guppy-workspace-hack v0.1.0
5702026-07-14T10:12:08.973Z Compiling gimli v0.32.3
5712026-07-14T10:12:09.059Z Compiling tokio v1.52.3
5722026-07-14T10:12:09.071Z Compiling fnv v1.0.7
5732026-07-14T10:12:09.085Z Compiling httparse v1.10.1
5742026-07-14T10:12:09.175Z Compiling utf8_iter v1.0.4
5752026-07-14T10:12:09.221Z Compiling futures-util v0.3.32
5762026-07-14T10:12:09.339Z Compiling signal-hook v0.3.18
5772026-07-14T10:12:09.437Z Compiling idna_adapter v1.0.0
5782026-07-14T10:12:09.541Z Compiling owo-colors v4.3.0
5792026-07-14T10:12:09.586Z Compiling idna v1.1.0
5802026-07-14T10:12:09.715Z Compiling tracing v0.1.44
5812026-07-14T10:12:10.063Z Compiling thiserror-impl v2.0.18
5822026-07-14T10:12:11.230Z Compiling addr2line v0.25.1
5832026-07-14T10:12:11.895Z Compiling generic-array v0.14.7
5842026-07-14T10:12:11.908Z Compiling atomic-waker v1.1.2
5852026-07-14T10:12:12.029Z Compiling rustc-demangle v0.1.28
5862026-07-14T10:12:12.041Z Compiling thiserror v1.0.69
5872026-07-14T10:12:12.131Z Compiling try-lock v0.2.5
5882026-07-14T10:12:12.209Z Compiling tower-service v0.3.3
5892026-07-14T10:12:12.248Z Compiling rustls v0.23.42
5902026-07-14T10:12:12.307Z Compiling typeid v1.0.3
5912026-07-14T10:12:12.358Z Compiling target-spec v3.6.0
5922026-07-14T10:12:12.475Z Compiling fastrand v2.4.1
5932026-07-14T10:12:12.611Z Compiling pkg-config v0.3.33
5942026-07-14T10:12:12.671Z Compiling tempfile v3.27.0
5952026-07-14T10:12:13.023Z Compiling tokio-util v0.7.18
5962026-07-14T10:12:13.042Z Compiling want v0.3.1
5972026-07-14T10:12:13.060Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5982026-07-14T10:12:13.219Z Compiling cfg-expr v0.20.8
5992026-07-14T10:12:13.584Z Compiling h2 v0.4.15
6002026-07-14T10:12:13.929Z Compiling url v2.5.8
6012026-07-14T10:12:14.214Z Compiling thiserror-impl v1.0.69
6022026-07-14T10:12:14.378Z Compiling backtrace v0.3.76
6032026-07-14T10:12:14.579Z Compiling terminal_size v0.4.4
6042026-07-14T10:12:14.743Z Compiling aho-corasick v1.1.4
6052026-07-14T10:12:14.910Z Compiling erased-serde v0.4.10
6062026-07-14T10:12:15.218Z Compiling typenum v1.20.1
6072026-07-14T10:12:15.383Z Compiling winnow v0.7.15
6082026-07-14T10:12:15.913Z Compiling rustls-webpki v0.103.13
6092026-07-14T10:12:16.382Z Compiling subtle v2.6.1
6102026-07-14T10:12:16.568Z Compiling regex-syntax v0.8.11
6112026-07-14T10:12:18.344Z Compiling regex-automata v0.4.15
6122026-07-14T10:12:18.525Z Compiling hyper v1.10.1
6132026-07-14T10:12:20.224Z Compiling toml_datetime v0.6.11
6142026-07-14T10:12:20.595Z Compiling serde_spanned v0.6.9
6152026-07-14T10:12:20.758Z Compiling ahash v0.8.12
6162026-07-14T10:12:21.023Z Compiling sync_wrapper v1.0.2
6172026-07-14T10:12:21.142Z Compiling lazy_static v1.5.0
6182026-07-14T10:12:21.283Z Compiling unicode-segmentation v1.13.3
6192026-07-14T10:12:21.679Z Compiling foldhash v0.1.5
6202026-07-14T10:12:21.926Z Compiling portable-atomic v1.13.1
6212026-07-14T10:12:21.931Z Compiling tower-layer v0.3.3
6222026-07-14T10:12:22.121Z Compiling unicode-linebreak v0.1.5
6232026-07-14T10:12:22.228Z Compiling toml_write v0.1.2
6242026-07-14T10:12:22.368Z Compiling crc32fast v1.5.0
6252026-07-14T10:12:22.392Z Compiling parking_lot_core v0.9.12
6262026-07-14T10:12:22.475Z Compiling is_ci v1.2.0
6272026-07-14T10:12:22.651Z Compiling either v1.16.0
6282026-07-14T10:12:22.673Z Compiling nextest-workspace-hack v0.1.0
6292026-07-14T10:12:22.676Z Compiling ipnet v2.12.0
6302026-07-14T10:12:22.881Z Compiling base64 v0.22.1
6312026-07-14T10:12:22.988Z Compiling supports-color v3.0.2
6322026-07-14T10:12:23.228Z Compiling hyper-util v0.1.20
6332026-07-14T10:12:23.351Z Compiling toml_edit v0.22.27
6342026-07-14T10:12:23.409Z Compiling textwrap v0.16.2
6352026-07-14T10:12:23.934Z Compiling tower v0.5.3
6362026-07-14T10:12:23.999Z Compiling hashbrown v0.15.5
6372026-07-14T10:12:24.527Z Compiling convert_case v0.10.0
6382026-07-14T10:12:24.623Z Compiling sharded-slab v0.1.7
6392026-07-14T10:12:24.817Z Compiling tokio-rustls v0.26.4
6402026-07-14T10:12:25.112Z Compiling backtrace-ext v0.2.1
6412026-07-14T10:12:25.247Z Compiling ordered-float v2.10.1
6422026-07-14T10:12:25.377Z Compiling webpki-roots v1.0.8
6432026-07-14T10:12:25.431Z Compiling miette-derive v7.6.0
6442026-07-14T10:12:25.499Z Compiling pathdiff v0.2.3
6452026-07-14T10:12:25.529Z Compiling console v0.15.11
6462026-07-14T10:12:25.627Z Compiling tracing-log v0.2.0
6472026-07-14T10:12:25.904Z Compiling cargo-platform v0.3.3
6482026-07-14T10:12:25.994Z Compiling os_pipe v1.2.3
6492026-07-14T10:12:26.170Z Compiling thread_local v1.1.10
6502026-07-14T10:12:26.458Z Compiling zstd-safe v7.2.4
6512026-07-14T10:12:26.546Z Compiling utf8parse v0.2.2
6522026-07-14T10:12:26.550Z Compiling supports-unicode v3.0.0
6532026-07-14T10:12:26.638Z Compiling debug-ignore v1.0.5
6542026-07-14T10:12:26.714Z Compiling ryu v1.0.23
6552026-07-14T10:12:26.718Z Compiling winnow v1.0.4
6562026-07-14T10:12:26.748Z Compiling unicode-width v0.1.14
6572026-07-14T10:12:27.008Z Compiling cfg_aliases v0.2.1
6582026-07-14T10:12:27.050Z Compiling supports-hyperlinks v3.2.0
6592026-07-14T10:12:27.082Z Compiling rustix v0.38.44
6602026-07-14T10:12:27.202Z Compiling fixedbitset v0.5.7
6612026-07-14T10:12:27.276Z Compiling pulldown-cmark v0.13.4
6622026-07-14T10:12:27.453Z Compiling scopeguard v1.2.0
6632026-07-14T10:12:27.531Z Compiling lock_api v0.4.14
6642026-07-14T10:12:27.647Z Compiling petgraph v0.8.3
6652026-07-14T10:12:27.767Z Compiling miette v7.6.0
6662026-07-14T10:12:27.779Z Compiling toml_parser v1.1.2+spec-1.1.0
6672026-07-14T10:12:28.183Z Compiling nix v0.30.1
6682026-07-14T10:12:28.581Z Compiling serde_urlencoded v0.7.1
6692026-07-14T10:12:28.868Z Compiling anstyle-parse v1.0.0
6702026-07-14T10:12:29.093Z Compiling tracing-subscriber v0.3.23
6712026-07-14T10:12:29.114Z Compiling sigchld v0.2.4
6722026-07-14T10:12:29.315Z Compiling cargo_metadata v0.23.1
6732026-07-14T10:12:29.588Z Compiling serde-value v0.7.0
6742026-07-14T10:12:29.623Z Compiling hyper-rustls v0.27.9
6752026-07-14T10:12:30.303Z Compiling serde-untagged v0.1.9
6762026-07-14T10:12:30.362Z Compiling toml v0.8.23
6772026-07-14T10:12:30.952Z Compiling derive_more-impl v2.1.1
6782026-07-14T10:12:31.783Z Compiling tower-http v0.6.11
6792026-07-14T10:12:32.627Z Compiling itertools v0.14.0
6802026-07-14T10:12:32.682Z Compiling regex v1.13.0
6812026-07-14T10:12:32.720Z Compiling block-buffer v0.10.4
6822026-07-14T10:12:32.854Z Compiling crypto-common v0.1.7
6832026-07-14T10:12:32.872Z Compiling ppv-lite86 v0.2.21
6842026-07-14T10:12:32.988Z Compiling rand_core v0.9.5
6852026-07-14T10:12:33.169Z Compiling futures-executor v0.3.32
6862026-07-14T10:12:33.202Z Compiling pin-project-internal v1.1.13
6872026-07-14T10:12:33.236Z Compiling http-body-util v0.1.4
6882026-07-14T10:12:33.526Z Compiling uuid v1.23.5
6892026-07-14T10:12:33.707Z Compiling smol_str v0.3.6
6902026-07-14T10:12:34.048Z Compiling serde_spanned v1.1.1
6912026-07-14T10:12:34.062Z Compiling toml_datetime v1.1.1+spec-1.1.0
6922026-07-14T10:12:34.116Z Compiling filetime v0.2.29
6932026-07-14T10:12:34.131Z Compiling bstr v1.12.3
6942026-07-14T10:12:34.195Z Compiling vte v0.14.1
6952026-07-14T10:12:34.264Z Compiling iana-time-zone v0.1.65
6962026-07-14T10:12:34.322Z Compiling anstyle-query v1.1.5
6972026-07-14T10:12:34.427Z Compiling color-spantrace v0.3.0
6982026-07-14T10:12:34.507Z Compiling tinyvec_macros v0.1.1
6992026-07-14T10:12:34.578Z Compiling xattr v1.6.1
7002026-07-14T10:12:34.601Z Compiling is_terminal_polyfill v1.70.2
7012026-07-14T10:12:34.613Z Compiling anstyle v1.0.14
7022026-07-14T10:12:34.696Z Compiling unicode-xid v0.2.6
7032026-07-14T10:12:34.737Z Compiling number_prefix v0.4.0
7042026-07-14T10:12:34.764Z Compiling unicase v2.9.0
7052026-07-14T10:12:34.815Z Compiling nested v0.1.1
7062026-07-14T10:12:34.836Z Compiling static_assertions v1.1.0
7072026-07-14T10:12:34.873Z Compiling eyre v0.6.12
7082026-07-14T10:12:34.889Z Compiling colorchoice v1.0.5
7092026-07-14T10:12:34.908Z Compiling self_update v0.42.0
7102026-07-14T10:12:34.944Z Compiling litrs v1.0.0
7112026-07-14T10:12:35.004Z Compiling anstream v1.0.0
7122026-07-14T10:12:35.004Z Compiling guppy v0.17.26
7132026-07-14T10:12:35.167Z Compiling indicatif v0.17.11
7142026-07-14T10:12:35.394Z Compiling document-features v0.2.12
7152026-07-14T10:12:35.463Z Compiling cargo-util-schemas v0.2.0
7162026-07-14T10:12:35.584Z Compiling tar v0.4.46
7172026-07-14T10:12:35.958Z Compiling tinyvec v1.12.0
7182026-07-14T10:12:36.175Z Compiling globset v0.4.18
7192026-07-14T10:12:36.396Z Compiling chrono v0.4.45
7202026-07-14T10:12:36.523Z Compiling strip-ansi-escapes v0.2.1
7212026-07-14T10:12:37.013Z Compiling toml v1.1.2+spec-1.1.0
7222026-07-14T10:12:37.882Z Compiling pin-project v1.1.13
7232026-07-14T10:12:37.990Z Compiling nextest-metadata v0.12.2
7242026-07-14T10:12:38.111Z Compiling newtype-uuid v1.3.2
7252026-07-14T10:12:38.301Z Compiling reqwest v0.12.28
7262026-07-14T10:12:38.301Z Compiling futures v0.3.32
7272026-07-14T10:12:38.393Z Compiling rand_chacha v0.9.0
7282026-07-14T10:12:38.950Z Compiling digest v0.10.7
7292026-07-14T10:12:39.179Z Compiling parking_lot v0.12.5
7302026-07-14T10:12:39.416Z Compiling flate2 v1.1.9
7312026-07-14T10:12:39.797Z Compiling derive_more v2.1.1
7322026-07-14T10:12:39.873Z Compiling tracing-error v0.2.1
7332026-07-14T10:12:39.965Z Compiling shared_child v1.1.1
7342026-07-14T10:12:40.166Z Compiling signal-hook-mio v0.2.5
7352026-07-14T10:12:40.298Z Compiling self-replace v1.5.0
7362026-07-14T10:12:40.301Z Compiling cargo-platform v0.2.0
7372026-07-14T10:12:40.444Z Compiling quick-xml v0.37.5
7382026-07-14T10:12:40.603Z Compiling quick-xml v0.38.4
7392026-07-14T10:12:40.864Z Compiling urlencoding v2.1.3
7402026-07-14T10:12:41.109Z Compiling humantime v2.4.0
7412026-07-14T10:12:41.449Z Compiling strsim v0.11.1
7422026-07-14T10:12:41.538Z Compiling indenter v0.3.4
7432026-07-14T10:12:41.932Z Compiling shell-words v1.1.1
7442026-07-14T10:12:42.002Z Compiling clap_lex v1.1.0
7452026-07-14T10:12:42.187Z Compiling heck v0.5.0
7462026-07-14T10:12:42.271Z Compiling cpufeatures v0.2.17
7472026-07-14T10:12:42.346Z Compiling recursion v0.5.4
7482026-07-14T10:12:42.371Z Compiling sha2 v0.10.9
7492026-07-14T10:12:42.385Z Compiling clap_builder v4.6.0
7502026-07-14T10:12:42.471Z Compiling clap_derive v4.6.1
7512026-07-14T10:12:42.487Z Compiling nextest-filtering v0.15.0
7522026-07-14T10:12:43.600Z Compiling humantime-serde v1.1.1
7532026-07-14T10:12:43.716Z Compiling quick-junit v0.5.2
7542026-07-14T10:12:44.265Z Compiling atomicwrites v0.4.4
7552026-07-14T10:12:44.551Z Compiling cargo_metadata v0.20.0
7562026-07-14T10:12:46.459Z Compiling cargo-nextest v0.9.97
7572026-07-14T10:12:46.785Z Compiling crossterm v0.29.0
7582026-07-14T10:12:47.715Z Compiling duct v0.13.7
7592026-07-14T10:12:48.599Z Compiling zstd v0.13.3
7602026-07-14T10:12:49.019Z Compiling rand v0.9.5
7612026-07-14T10:12:49.154Z Compiling async-scoped v0.9.0
7622026-07-14T10:12:49.353Z Compiling config v0.15.25
7632026-07-14T10:12:49.446Z Compiling unicode-normalization v0.1.25
7642026-07-14T10:12:49.700Z Compiling target-spec-miette v0.4.8
7652026-07-14T10:12:49.778Z Compiling future-queue v0.4.0
7662026-07-14T10:12:49.973Z Compiling mukti-metadata v0.3.0
7672026-07-14T10:12:50.036Z Compiling tokio-stream v0.1.18
7682026-07-14T10:12:50.059Z Compiling camino-tempfile v1.4.1
7692026-07-14T10:12:50.133Z Compiling derive-where v1.6.1
7702026-07-14T10:12:50.179Z Compiling serde_ignored v0.1.14
7712026-07-14T10:12:50.406Z Compiling serde_path_to_error v0.1.20
7722026-07-14T10:12:50.467Z Compiling home v0.5.12
7732026-07-14T10:12:50.490Z Compiling swrite v0.1.0
7742026-07-14T10:12:50.568Z Compiling indent_write v2.2.0
7752026-07-14T10:12:50.597Z Compiling xxhash-rust v0.8.16
7762026-07-14T10:12:50.633Z Compiling hex v0.4.3
7772026-07-14T10:12:50.776Z Compiling color-eyre v0.6.5
7782026-07-14T10:12:50.856Z Compiling clap v4.6.1
7792026-07-14T10:12:50.883Z Compiling dialoguer v0.11.0
7802026-07-14T10:12:50.940Z Compiling enable-ansi-support v0.2.1
7812026-07-14T10:12:51.392Z Compiling nextest-runner v0.80.0
7822026-07-14T10:13:09.750Z Finished `release` profile [optimized] target(s) in 1m 10s
7832026-07-14T10:13:09.930Z Installing /home/build/.cargo/bin/cargo-nextest
7842026-07-14T10:13:09.934Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7852026-07-14T10:13:10.056Z+ pushd rdb
7862026-07-14T10:13:10.061Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7872026-07-14T10:13:10.061Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7882026-07-14T10:13:10.215Z Updating crates.io index
7892026-07-14T10:13:10.218Z Updating git repository `https://github.com/oxidecomputer/omicron`
7902026-07-14T10:13:16.253ZFrom https://github.com/oxidecomputer/omicron
7912026-07-14T10:13:16.253Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7922026-07-14T10:13:16.672Z Updating git repository `https://github.com/oxidecomputer/falcon`
7932026-07-14T10:13:17.703ZFrom https://github.com/oxidecomputer/falcon
7942026-07-14T10:13:17.704Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7952026-07-14T10:13:17.778Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7962026-07-14T10:13:18.203ZFrom https://github.com/oxidecomputer/dendrite
7972026-07-14T10:13:18.203Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
7982026-07-14T10:13:18.237Z Updating git repository `https://github.com/oxidecomputer/ispf`
7992026-07-14T10:13:18.517ZFrom https://github.com/oxidecomputer/ispf
8002026-07-14T10:13:18.517Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8012026-07-14T10:13:18.523Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8022026-07-14T10:13:18.869ZFrom https://github.com/oxidecomputer/netadm-sys
8032026-07-14T10:13:18.869Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8042026-07-14T10:13:18.878Z Updating git repository `https://github.com/oxidecomputer/opte`
8052026-07-14T10:13:19.609ZFrom https://github.com/oxidecomputer/opte
8062026-07-14T10:13:19.609Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8072026-07-14T10:13:19.638Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8082026-07-14T10:13:19.902ZFrom https://github.com/oxidecomputer/slog-error-chain
8092026-07-14T10:13:19.902Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8102026-07-14T10:13:19.911Z Updating git repository `https://github.com/illumos/smf-rs`
8112026-07-14T10:13:20.157ZFrom https://github.com/illumos/smf-rs
8122026-07-14T10:13:20.157Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8132026-07-14T10:13:20.164Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8142026-07-14T10:13:20.605ZFrom https://github.com/oxidecomputer/poptrie
8152026-07-14T10:13:20.605Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8162026-07-14T10:13:20.613Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8172026-07-14T10:13:20.894ZFrom https://github.com/oxidecomputer/network-interface
8182026-07-14T10:13:20.894Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8192026-07-14T10:13:20.900Z Updating git repository `https://github.com/oxidecomputer/zone`
8202026-07-14T10:13:21.175ZFrom https://github.com/oxidecomputer/zone
8212026-07-14T10:13:21.175Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8222026-07-14T10:13:21.182Z Updating git repository `https://github.com/oxidecomputer/lldp`
8232026-07-14T10:13:21.556ZFrom https://github.com/oxidecomputer/lldp
8242026-07-14T10:13:21.556Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8252026-07-14T10:13:21.568Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8262026-07-14T10:13:21.858ZFrom https://github.com/oxidecomputer/tufaceous
8272026-07-14T10:13:21.858Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8282026-07-14T10:13:21.867Z Updating git repository `https://github.com/oxidecomputer/propolis`
8292026-07-14T10:13:22.582ZFrom https://github.com/oxidecomputer/propolis
8302026-07-14T10:13:22.582Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8312026-07-14T10:13:22.625Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8322026-07-14T10:13:23.153ZFrom https://github.com/oxidecomputer/transceiver-control
8332026-07-14T10:13:23.153Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8342026-07-14T10:13:23.163Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8352026-07-14T10:13:23.404ZFrom https://github.com/oxidecomputer/dlpi-sys
8362026-07-14T10:13:23.404Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8372026-07-14T10:13:23.412Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8382026-07-14T10:13:23.720ZFrom https://github.com/jmesmon/rust-libzfs
8392026-07-14T10:13:23.720Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8402026-07-14T10:13:23.728Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8412026-07-14T10:13:24.010ZFrom https://github.com/oxidecomputer/rusty-doors
8422026-07-14T10:13:24.010Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8432026-07-14T10:13:24.025Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8442026-07-14T10:13:24.501ZFrom https://github.com/oxidecomputer/management-gateway-service
8452026-07-14T10:13:24.501Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8462026-07-14T10:13:24.516Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8472026-07-14T10:13:24.764ZFrom https://github.com/oxidecomputer/serde_human_bytes
8482026-07-14T10:13:24.764Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8492026-07-14T10:13:24.772Z Updating git repository `https://github.com/oxidecomputer/crucible`
8502026-07-14T10:13:25.621ZFrom https://github.com/oxidecomputer/crucible
8512026-07-14T10:13:25.621Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8522026-07-14T10:13:25.672Z Updating git repository `https://github.com/oxidecomputer/propolis`
8532026-07-14T10:13:26.120ZFrom https://github.com/oxidecomputer/propolis
8542026-07-14T10:13:26.120Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8552026-07-14T10:13:26.165Z Updating git repository `https://github.com/oxidecomputer/crucible`
8562026-07-14T10:13:26.668ZFrom https://github.com/oxidecomputer/crucible
8572026-07-14T10:13:26.668Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8582026-07-14T10:13:26.731Z Updating git repository `https://github.com/oxidecomputer/tofino`
8592026-07-14T10:13:27.087ZFrom https://github.com/oxidecomputer/tofino
8602026-07-14T10:13:27.087Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8612026-07-14T10:13:27.098Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8622026-07-14T10:13:28.092ZFrom https://github.com/oxidecomputer/maghemite
8632026-07-14T10:13:28.093Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8642026-07-14T10:13:28.124Z Updating git repository `https://github.com/oxidecomputer/clickward`
8652026-07-14T10:13:28.417ZFrom https://github.com/oxidecomputer/clickward
8662026-07-14T10:13:28.417Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8672026-07-14T10:13:28.425Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8682026-07-14T10:13:28.722ZFrom https://github.com/oxidecomputer/illumos-devinfo
8692026-07-14T10:13:28.722Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8702026-07-14T10:13:29.416Z Downloading crates ...
8712026-07-14T10:13:29.513Z Downloaded aead v0.5.2
8722026-07-14T10:13:29.516Z Downloaded arrayvec v0.7.6
8732026-07-14T10:13:29.519Z Downloaded arrayref v0.3.9
8742026-07-14T10:13:29.520Z Downloaded allocator-api2 v0.2.21
8752026-07-14T10:13:29.523Z Downloaded compression-core v0.4.32
8762026-07-14T10:13:29.523Z Downloaded block-buffer v0.12.0
8772026-07-14T10:13:29.532Z Downloaded float-ord v0.3.2
8782026-07-14T10:13:29.535Z Downloaded foreign-types-shared v0.3.1
8792026-07-14T10:13:29.535Z Downloaded ciborium-ll v0.2.2
8802026-07-14T10:13:29.535Z Downloaded dyn-clone v1.0.20
8812026-07-14T10:13:29.536Z Downloaded base16ct v0.2.0
8822026-07-14T10:13:29.536Z Downloaded bit-set v0.8.0
8832026-07-14T10:13:29.536Z Downloaded async-stream-impl v0.3.6
8842026-07-14T10:13:29.536Z Downloaded fixedbitset v0.4.2
8852026-07-14T10:13:29.539Z Downloaded async-recursion v1.1.1
8862026-07-14T10:13:29.539Z Downloaded ff v0.13.1
8872026-07-14T10:13:29.543Z Downloaded expectorate v1.2.0
8882026-07-14T10:13:29.546Z Downloaded foreign-types-macros v0.2.3
8892026-07-14T10:13:29.546Z Downloaded cobs v0.3.0
8902026-07-14T10:13:29.550Z Downloaded ciborium-io v0.2.2
8912026-07-14T10:13:29.550Z Downloaded fs-err v3.3.0
8922026-07-14T10:13:29.553Z Downloaded gethostname v0.5.0
8932026-07-14T10:13:29.553Z Downloaded hickory-resolver v0.25.2
8942026-07-14T10:13:29.558Z Downloaded foreign-types v0.5.0
8952026-07-14T10:13:29.558Z Downloaded async-stream v0.3.6
8962026-07-14T10:13:29.561Z Downloaded heck v0.4.1
8972026-07-14T10:13:29.562Z Downloaded embedded-io v0.4.0
8982026-07-14T10:13:29.565Z Downloaded hostname v0.4.2
8992026-07-14T10:13:29.570Z Downloaded hash32 v0.3.1
9002026-07-14T10:13:29.570Z Downloaded mime v0.3.17
9012026-07-14T10:13:29.570Z Downloaded match_cfg v0.1.0
9022026-07-14T10:13:29.570Z Downloaded const-random-macro v0.1.16
9032026-07-14T10:13:29.570Z Downloaded const-random v0.1.18
9042026-07-14T10:13:29.570Z Downloaded bytes v1.11.1
9052026-07-14T10:13:29.575Z Downloaded bs58 v0.5.1
9062026-07-14T10:13:29.575Z Downloaded natord v1.0.9
9072026-07-14T10:13:29.580Z Downloaded defmt-parser v1.0.0
9082026-07-14T10:13:29.580Z Downloaded dof v0.4.0
9092026-07-14T10:13:29.580Z Downloaded darling_macro v0.23.0
9102026-07-14T10:13:29.580Z Downloaded base16ct v1.0.0
9112026-07-14T10:13:29.580Z Downloaded hubpack_derive v0.1.1
9122026-07-14T10:13:29.580Z Downloaded hostname v0.3.1
9132026-07-14T10:13:29.583Z Downloaded enum-as-inner v0.6.1
9142026-07-14T10:13:29.583Z Downloaded managed v0.8.0
9152026-07-14T10:13:29.583Z Downloaded http-body v1.0.1
9162026-07-14T10:13:29.583Z Downloaded cstr-argument v0.1.2
9172026-07-14T10:13:29.583Z Downloaded git-stub v1.0.0
9182026-07-14T10:13:29.587Z Downloaded linked-hash-map v0.5.6
9192026-07-14T10:13:29.587Z Downloaded crypto-common v0.2.2
9202026-07-14T10:13:29.590Z Downloaded http-body-util v0.1.3
9212026-07-14T10:13:29.590Z Downloaded fs_extra v1.3.0
9222026-07-14T10:13:29.593Z Downloaded dunce v1.0.5
9232026-07-14T10:13:29.593Z Downloaded crunchy v0.2.4
9242026-07-14T10:13:29.596Z Downloaded convert_case v0.4.0
9252026-07-14T10:13:29.596Z Downloaded memmap v0.7.0
9262026-07-14T10:13:29.596Z Downloaded fxhash v0.2.1
9272026-07-14T10:13:29.599Z Downloaded httpdate v1.0.3
9282026-07-14T10:13:29.599Z Downloaded defmt v0.3.100
9292026-07-14T10:13:29.599Z Downloaded darling_macro v0.21.3
9302026-07-14T10:13:29.603Z Downloaded crc8 v0.1.1
9312026-07-14T10:13:29.603Z Downloaded konst_macro_rules v0.2.19
9322026-07-14T10:13:29.606Z Downloaded dtrace-parser v0.2.0
9332026-07-14T10:13:29.606Z Downloaded dof v0.3.0
9342026-07-14T10:13:29.609Z Downloaded dropshot-api-manager-types v0.7.2
9352026-07-14T10:13:29.609Z Downloaded crucible-workspace-hack v0.1.0
9362026-07-14T10:13:29.609Z Downloaded lru-cache v0.1.2
9372026-07-14T10:13:29.612Z Downloaded newline-converter v0.3.0
9382026-07-14T10:13:29.612Z Downloaded newtype_derive v0.1.6
9392026-07-14T10:13:29.612Z Downloaded bcs v0.1.6
9402026-07-14T10:13:29.615Z Downloaded libscf-sys v1.2.0
9412026-07-14T10:13:29.615Z Downloaded backoff v0.4.0
9422026-07-14T10:13:29.619Z Downloaded newtype-uuid-macros v0.1.0
9432026-07-14T10:13:29.619Z Downloaded is-terminal v0.4.17
9442026-07-14T10:13:29.619Z Downloaded async-trait v0.1.89
9452026-07-14T10:13:29.623Z Downloaded argon2 v0.5.3
9462026-07-14T10:13:29.623Z Downloaded memoffset v0.9.1
9472026-07-14T10:13:29.623Z Downloaded cipher v0.4.4
9482026-07-14T10:13:29.627Z Downloaded byteorder v1.5.0
9492026-07-14T10:13:29.627Z Downloaded linear-map v1.2.0
9502026-07-14T10:13:29.627Z Downloaded bytecount v0.6.9
9512026-07-14T10:13:29.631Z Downloaded embedded-io v0.6.1
9522026-07-14T10:13:29.631Z Downloaded bit-vec v0.8.0
9532026-07-14T10:13:29.631Z Downloaded glob v0.3.3
9542026-07-14T10:13:29.631Z Downloaded chacha20 v0.9.1
9552026-07-14T10:13:29.635Z Downloaded byte-wrapper v0.1.0
9562026-07-14T10:13:29.635Z Downloaded ident_case v1.0.1
9572026-07-14T10:13:29.635Z Downloaded internet-checksum v0.2.1
9582026-07-14T10:13:29.639Z Downloaded idna_adapter v1.2.2
9592026-07-14T10:13:29.639Z Downloaded cmake v0.1.58
9602026-07-14T10:13:29.639Z Downloaded no-std-compat v0.4.1
9612026-07-14T10:13:29.639Z Downloaded inout v0.1.4
9622026-07-14T10:13:29.642Z Downloaded num-derive v0.4.2
9632026-07-14T10:13:29.642Z Downloaded num v0.4.3
9642026-07-14T10:13:29.642Z Downloaded num-conv v0.2.2
9652026-07-14T10:13:29.642Z Downloaded macaddr v1.0.1
9662026-07-14T10:13:29.645Z Downloaded omicron-workspace-hack v0.1.0
9672026-07-14T10:13:29.645Z Downloaded olpc-cjson v0.1.4
9682026-07-14T10:13:29.646Z Downloaded num_threads v0.1.7
9692026-07-14T10:13:29.646Z Downloaded keccak v0.1.6
9702026-07-14T10:13:29.650Z Downloaded instant v0.1.13
9712026-07-14T10:13:29.650Z Downloaded ingot v0.1.1
9722026-07-14T10:13:29.650Z Downloaded erased-serde v0.3.31
9732026-07-14T10:13:29.655Z Downloaded derive-ex v0.1.8
9742026-07-14T10:13:29.655Z Downloaded data-encoding v2.11.0
9752026-07-14T10:13:29.655Z Downloaded defmt-macros v1.1.0
9762026-07-14T10:13:29.658Z Downloaded critical-section v1.2.0
9772026-07-14T10:13:29.658Z Downloaded num_enum_derive v0.5.11
9782026-07-14T10:13:29.658Z Downloaded displaydoc v0.2.6
9792026-07-14T10:13:29.661Z Downloaded daft-derive v0.1.7
9802026-07-14T10:13:29.665Z Downloaded opaque-debug v0.3.1
9812026-07-14T10:13:29.665Z Downloaded dtrace-parser v0.3.0
9822026-07-14T10:13:29.665Z Downloaded digest v0.11.3
9832026-07-14T10:13:29.668Z Downloaded constant_time_eq v0.4.2
9842026-07-14T10:13:29.668Z Downloaded const_format_proc_macros v0.2.34
9852026-07-14T10:13:29.668Z Downloaded daft v0.1.7
9862026-07-14T10:13:29.671Z Downloaded csv-core v0.1.13
9872026-07-14T10:13:29.671Z Downloaded crossbeam-deque v0.8.6
9882026-07-14T10:13:29.675Z Downloaded parse-display v0.10.0
9892026-07-14T10:13:29.675Z Downloaded deranged v0.5.8
9902026-07-14T10:13:29.678Z Downloaded chacha20 v0.10.0
9912026-07-14T10:13:29.681Z Downloaded humantime v2.3.0
9922026-07-14T10:13:29.681Z Downloaded libsw v3.5.0
9932026-07-14T10:13:29.685Z Downloaded ingot-types v0.1.2
9942026-07-14T10:13:29.685Z Downloaded bitflags v1.3.2
9952026-07-14T10:13:29.685Z Downloaded cargo_toml v0.22.3
9962026-07-14T10:13:29.688Z Downloaded blake2 v0.10.6
9972026-07-14T10:13:29.688Z Downloaded libsw-core v0.3.2
9982026-07-14T10:13:29.691Z Downloaded jobserver v0.1.34
9992026-07-14T10:13:29.691Z Downloaded potential_utf v0.1.5
10002026-07-14T10:13:29.691Z Downloaded group v0.13.0
10012026-07-14T10:13:29.694Z Downloaded plain v0.2.3
10022026-07-14T10:13:29.697Z Downloaded proc-macro-crate v3.5.0
10032026-07-14T10:13:29.697Z Downloaded hmac v0.12.1
10042026-07-14T10:13:29.697Z Downloaded pretty-hex v0.4.2
10052026-07-14T10:13:29.700Z Downloaded num-iter v0.1.45
10062026-07-14T10:13:29.700Z Downloaded num-complex v0.4.6
10072026-07-14T10:13:29.701Z Downloaded powerfmt v0.2.0
10082026-07-14T10:13:29.704Z Downloaded num_enum v0.5.11
10092026-07-14T10:13:29.704Z Downloaded proc-macro-crate v1.3.1
10102026-07-14T10:13:29.707Z Downloaded proc-macro-error-attr2 v2.0.0
10112026-07-14T10:13:29.707Z Downloaded memmap2 v0.9.10
10122026-07-14T10:13:29.707Z Downloaded foldhash v0.2.0
10132026-07-14T10:13:29.710Z Downloaded hybrid-array v0.4.12
10142026-07-14T10:13:29.710Z Downloaded progenitor-client v0.14.0
10152026-07-14T10:13:29.710Z Downloaded num-integer v0.1.46
10162026-07-14T10:13:29.714Z Downloaded multer v3.1.0
10172026-07-14T10:13:29.714Z Downloaded progenitor-macro v0.13.0
10182026-07-14T10:13:29.714Z Downloaded progenitor-macro v0.10.0
10192026-07-14T10:13:29.717Z Downloaded ipnetwork v0.21.1
10202026-07-14T10:13:29.718Z Downloaded progenitor-macro v0.14.0
10212026-07-14T10:13:29.718Z Downloaded progenitor-client v0.10.0
10222026-07-14T10:13:29.718Z Downloaded proc-macro-error-attr v1.0.4
10232026-07-14T10:13:29.721Z Downloaded quick-error v1.2.3
10242026-07-14T10:13:29.721Z Downloaded hubpack v0.1.2
10252026-07-14T10:13:29.721Z Downloaded anyhow v1.0.103
10262026-07-14T10:13:29.724Z Downloaded phf_shared v0.12.1
10272026-07-14T10:13:29.724Z Downloaded darling v0.23.0
10282026-07-14T10:13:29.727Z Downloaded num-rational v0.4.2
10292026-07-14T10:13:29.727Z Downloaded diff v0.1.13
10302026-07-14T10:13:29.730Z Downloaded num_enum v0.7.6
10312026-07-14T10:13:29.734Z Downloaded oxide-tokio-rt v0.1.6
10322026-07-14T10:13:29.734Z Downloaded oxnet v0.1.6
10332026-07-14T10:13:29.737Z Downloaded darling v0.21.3
10342026-07-14T10:13:29.741Z Downloaded rand_xorshift v0.4.0
10352026-07-14T10:13:29.741Z Downloaded rand_chacha v0.3.1
10362026-07-14T10:13:29.741Z Downloaded pem v3.0.6
10372026-07-14T10:13:29.741Z Downloaded ref-cast v1.0.25
10382026-07-14T10:13:29.745Z Downloaded paste v1.0.15
10392026-07-14T10:13:29.745Z Downloaded parking_lot_core v0.8.6
10402026-07-14T10:13:29.745Z Downloaded ref-cast-impl v1.0.25
10412026-07-14T10:13:29.749Z Downloaded crossbeam-utils v0.8.21
10422026-07-14T10:13:29.749Z Downloaded same-file v1.0.6
10432026-07-14T10:13:29.749Z Downloaded parse-display-derive v0.10.0
10442026-07-14T10:13:29.749Z Downloaded cancel-safe-futures v0.1.5
10452026-07-14T10:13:29.752Z Downloaded defmt v1.1.0
10462026-07-14T10:13:29.755Z Downloaded compression-codecs v0.4.38
10472026-07-14T10:13:29.755Z Downloaded password-hash v0.5.0
10482026-07-14T10:13:29.759Z Downloaded ciborium v0.2.2
10492026-07-14T10:13:29.759Z Downloaded highway v1.3.0
10502026-07-14T10:13:29.763Z Downloaded phf v0.12.1
10512026-07-14T10:13:29.766Z Downloaded console v0.16.3
10522026-07-14T10:13:29.766Z Downloaded colored v3.1.1
10532026-07-14T10:13:29.769Z Downloaded rustc-hash v2.1.2
10542026-07-14T10:13:29.769Z Downloaded poly1305 v0.8.0
10552026-07-14T10:13:29.772Z Downloaded rustc_version v0.1.7
10562026-07-14T10:13:29.772Z Downloaded scroll_derive v0.13.1
10572026-07-14T10:13:29.777Z Downloaded litemap v0.8.2
10582026-07-14T10:13:29.782Z Downloaded ingot-macros v0.1.1
10592026-07-14T10:13:29.782Z Downloaded serde-big-array v0.5.1
10602026-07-14T10:13:29.782Z Downloaded proc-macro-error v1.0.4
10612026-07-14T10:13:29.786Z Downloaded half v2.7.1
10622026-07-14T10:13:29.789Z Downloaded progenitor-extras v0.2.0
10632026-07-14T10:13:29.789Z Downloaded progenitor-client v0.13.0
10642026-07-14T10:13:29.789Z Downloaded progenitor v0.14.0
10652026-07-14T10:13:29.793Z Downloaded serde_repr v0.1.20
10662026-07-14T10:13:29.793Z Downloaded scroll_derive v0.12.1
10672026-07-14T10:13:29.794Z Downloaded progenitor v0.13.0
10682026-07-14T10:13:29.794Z Downloaded progenitor v0.10.0
10692026-07-14T10:13:29.798Z Downloaded sha1 v0.11.0
10702026-07-14T10:13:29.799Z Downloaded secrecy v0.10.3
10712026-07-14T10:13:29.799Z Downloaded serde_plain v1.0.2
10722026-07-14T10:13:29.799Z Downloaded siphasher v1.0.3
10732026-07-14T10:13:29.802Z Downloaded sigpipe v0.1.3
10742026-07-14T10:13:29.802Z Downloaded sha1 v0.10.6
10752026-07-14T10:13:29.802Z Downloaded const-oid v0.10.2
10762026-07-14T10:13:29.802Z Downloaded bitflags v2.12.1
10772026-07-14T10:13:29.805Z Downloaded num_enum_derive v0.7.6
10782026-07-14T10:13:29.805Z Downloaded derive_more v0.99.20
10792026-07-14T10:13:29.808Z Downloaded parking_lot v0.11.2
10802026-07-14T10:13:29.812Z Downloaded crossbeam-epoch v0.9.18
10812026-07-14T10:13:29.812Z Downloaded quote v1.0.45
10822026-07-14T10:13:29.815Z Downloaded cookie v0.18.1
10832026-07-14T10:13:29.815Z Downloaded backon v1.6.0
10842026-07-14T10:13:29.819Z Downloaded resolv-conf v0.7.6
10852026-07-14T10:13:29.820Z Downloaded serial_test v3.5.0
10862026-07-14T10:13:29.820Z Downloaded slog-envlogger v2.2.0
10872026-07-14T10:13:29.823Z Downloaded dropshot_endpoint v0.17.1
10882026-07-14T10:13:29.823Z Downloaded chacha20poly1305 v0.10.1
10892026-07-14T10:13:29.823Z Downloaded semver v0.1.20
10902026-07-14T10:13:29.823Z Downloaded serial_test_derive v3.5.0
10912026-07-14T10:13:29.826Z Downloaded proc-macro-error2 v2.0.1
10922026-07-14T10:13:29.826Z Downloaded git-stub-vcs v0.1.0
10932026-07-14T10:13:29.829Z Downloaded darling_core v0.21.3
10942026-07-14T10:13:29.832Z Downloaded arc-swap v1.9.1
10952026-07-14T10:13:29.832Z Downloaded getrandom v0.4.2
10962026-07-14T10:13:29.836Z Downloaded pest_generator v2.8.6
10972026-07-14T10:13:29.836Z Downloaded smawk v0.3.2
10982026-07-14T10:13:29.839Z Downloaded log v0.4.32
10992026-07-14T10:13:29.839Z Downloaded spin v0.5.2
11002026-07-14T10:13:29.843Z Downloaded stable_deref_trait v1.2.1
11012026-07-14T10:13:29.843Z Downloaded elliptic-curve v0.13.8
11022026-07-14T10:13:29.846Z Downloaded postcard v1.1.3
11032026-07-14T10:13:29.846Z Downloaded rustversion v1.0.22
11042026-07-14T10:13:29.846Z Downloaded icu_provider v2.2.0
11052026-07-14T10:13:29.850Z Downloaded strum v0.27.2
11062026-07-14T10:13:29.850Z Downloaded rustls-pemfile v2.2.0
11072026-07-14T10:13:29.853Z Downloaded structmeta-derive v0.3.0
11082026-07-14T10:13:29.853Z Downloaded rustls-native-certs v0.8.4
11092026-07-14T10:13:29.853Z Downloaded port-file v0.1.0
11102026-07-14T10:13:29.856Z Downloaded strum v0.26.3
11112026-07-14T10:13:29.856Z Downloaded structmeta v0.3.0
11122026-07-14T10:13:29.856Z Downloaded rusty-fork v0.3.1
11132026-07-14T10:13:29.860Z Downloaded scroll v0.13.0
11142026-07-14T10:13:29.860Z Downloaded icu_normalizer_data v2.2.0
11152026-07-14T10:13:29.863Z Downloaded tabled_derive v0.7.0
11162026-07-14T10:13:29.863Z Downloaded schemars_derive v0.8.22
11172026-07-14T10:13:29.863Z Downloaded drift v0.2.0
11182026-07-14T10:13:29.867Z Downloaded termtree v0.5.1
11192026-07-14T10:13:29.870Z Downloaded tabwriter v1.4.1
11202026-07-14T10:13:29.870Z Downloaded serde_tokenstream v0.2.3
11212026-07-14T10:13:29.871Z Downloaded scroll v0.12.0
11222026-07-14T10:13:29.874Z Downloaded thread-id v4.2.2
11232026-07-14T10:13:29.874Z Downloaded thread-id v5.1.0
11242026-07-14T10:13:29.877Z Downloaded serde_derive_internals v0.29.1
11252026-07-14T10:13:29.877Z Downloaded testing_table v0.3.0
11262026-07-14T10:13:29.877Z Downloaded take_mut v0.2.2
11272026-07-14T10:13:29.877Z Downloaded tagptr v0.2.0
11282026-07-14T10:13:29.880Z Downloaded tabled_derive v0.11.0
11292026-07-14T10:13:29.883Z Downloaded papergrid v0.18.0
11302026-07-14T10:13:29.888Z Downloaded quinn-udp v0.5.14
11312026-07-14T10:13:29.888Z Downloaded slog-bunyan v2.5.0
11322026-07-14T10:13:29.888Z Downloaded omicron-zone-package v0.12.3
11332026-07-14T10:13:29.893Z Downloaded time-core v0.1.8
11342026-07-14T10:13:29.893Z Downloaded slog-dtrace v0.3.0
11352026-07-14T10:13:29.893Z Downloaded pest_derive v2.8.6
11362026-07-14T10:13:29.896Z Downloaded base64 v0.21.7
11372026-07-14T10:13:29.899Z Downloaded rhai_codegen v3.2.0
11382026-07-14T10:13:29.903Z Downloaded smf v0.2.3
11392026-07-14T10:13:29.906Z Downloaded slog-json v2.6.1
11402026-07-14T10:13:29.909Z Downloaded untrusted v0.7.1
11412026-07-14T10:13:29.909Z Downloaded smartstring v1.0.1
11422026-07-14T10:13:29.912Z Downloaded typify-macro v0.6.2
11432026-07-14T10:13:29.913Z Downloaded typify-macro v0.4.3
11442026-07-14T10:13:29.913Z Downloaded slog-term v2.9.2
11452026-07-14T10:13:29.916Z Downloaded usdt v0.5.0
11462026-07-14T10:13:29.916Z Downloaded snafu-derive v0.8.9
11472026-07-14T10:13:29.916Z Downloaded slog-stdlog v4.1.1
11482026-07-14T10:13:29.916Z Downloaded slog-scope v4.4.1
11492026-07-14T10:13:29.920Z Downloaded slog-async v2.8.0
11502026-07-14T10:13:29.920Z Downloaded rustls-pki-types v1.14.1
11512026-07-14T10:13:29.924Z Downloaded strum_macros v0.27.2
11522026-07-14T10:13:29.924Z Downloaded topological-sort v0.2.2
11532026-07-14T10:13:29.924Z Downloaded universal-hash v0.5.1
11542026-07-14T10:13:29.924Z Downloaded synstructure v0.13.2
11552026-07-14T10:13:29.927Z Downloaded usdt-attr-macro v0.5.0
11562026-07-14T10:13:29.927Z Downloaded unit-prefix v0.5.2
11572026-07-14T10:13:29.927Z Downloaded utf-8 v0.7.6
11582026-07-14T10:13:29.931Z Downloaded heapless v0.8.0
11592026-07-14T10:13:29.931Z Downloaded const_format v0.2.36
11602026-07-14T10:13:29.934Z Downloaded usdt-macro v0.5.0
11612026-07-14T10:13:29.934Z Downloaded usdt-attr-macro v0.6.0
11622026-07-14T10:13:29.934Z Downloaded indexmap v1.9.3
11632026-07-14T10:13:29.938Z Downloaded usdt v0.6.0
11642026-07-14T10:13:29.938Z Downloaded progenitor-impl v0.14.0
11652026-07-14T10:13:29.941Z Downloaded progenitor-impl v0.13.0
11662026-07-14T10:13:29.944Z Downloaded thiserror-impl-no-std v2.0.2
11672026-07-14T10:13:29.944Z Downloaded usdt-macro v0.6.0
11682026-07-14T10:13:29.944Z Downloaded icu_locale_core v2.2.0
11692026-07-14T10:13:29.947Z Downloaded waitgroup v0.1.2
11702026-07-14T10:13:29.947Z Downloaded wait-timeout v0.2.1
11712026-07-14T10:13:29.951Z Downloaded thiserror-no-std v2.0.2
11722026-07-14T10:13:29.955Z Downloaded thread_local v1.1.9
11732026-07-14T10:13:29.955Z Downloaded hickory-resolver v0.24.4
11742026-07-14T10:13:29.958Z Downloaded papergrid v0.11.0
11752026-07-14T10:13:29.962Z Downloaded darling_core v0.23.0
11762026-07-14T10:13:29.965Z Downloaded tinystr v0.8.3
11772026-07-14T10:13:29.965Z Downloaded time-macros v0.2.27
11782026-07-14T10:13:29.966Z Downloaded zerofrom-derive v0.1.7
11792026-07-14T10:13:29.966Z Downloaded tiny-keccak v2.0.2
11802026-07-14T10:13:29.969Z Downloaded yoke-derive v0.8.2
11812026-07-14T10:13:29.969Z Downloaded zerofrom v0.1.8
11822026-07-14T10:13:29.969Z Downloaded crossbeam-channel v0.5.15
11832026-07-14T10:13:29.972Z Downloaded zone v0.3.1
11842026-07-14T10:13:29.972Z Downloaded zeroize_derive v1.4.3
11852026-07-14T10:13:29.972Z Downloaded serde_with_macros v3.20.0
11862026-07-14T10:13:29.975Z Downloaded icu_properties v2.2.0
11872026-07-14T10:13:29.975Z Downloaded crypto-bigint v0.5.5
11882026-07-14T10:13:29.979Z Downloaded openssl-sys v0.9.116
11892026-07-14T10:13:29.982Z Downloaded spin v0.9.8
11902026-07-14T10:13:29.985Z Downloaded smallvec v1.15.1
11912026-07-14T10:13:29.985Z Downloaded pest_meta v2.8.6
11922026-07-14T10:13:29.991Z Downloaded tokio-tungstenite v0.21.0
11932026-07-14T10:13:29.995Z Downloaded async-compression v0.4.42
11942026-07-14T10:13:30.000Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11952026-07-14T10:13:30.002Z Downloaded unarray v0.1.4
11962026-07-14T10:13:30.002Z Downloaded strum_macros v0.26.4
11972026-07-14T10:13:30.006Z Downloaded zone_cfg_derive v0.3.1
11982026-07-14T10:13:30.006Z Downloaded rustls-platform-verifier v0.7.0
11992026-07-14T10:13:30.006Z Downloaded tokio-dtrace v0.1.1
12002026-07-14T10:13:30.006Z Downloaded schemars v0.8.22
12012026-07-14T10:13:30.010Z Downloaded thin-vec v0.2.18
12022026-07-14T10:13:30.013Z Downloaded konst v0.2.20
12032026-07-14T10:13:30.013Z Downloaded usdt-impl v0.5.0
12042026-07-14T10:13:30.016Z Downloaded cc v1.2.63
12052026-07-14T10:13:30.016Z Downloaded whoami v1.6.1
12062026-07-14T10:13:30.016Z Downloaded walkdir v2.5.0
12072026-07-14T10:13:30.020Z Downloaded mio v1.2.1
12082026-07-14T10:13:30.024Z Downloaded usdt-impl v0.6.0
12092026-07-14T10:13:30.024Z Downloaded minimal-lexical v0.2.1
12102026-07-14T10:13:30.027Z Downloaded writeable v0.6.3
12112026-07-14T10:13:30.027Z Downloaded xz2 v0.1.7
12122026-07-14T10:13:30.027Z Downloaded hashbrown v0.12.3
12132026-07-14T10:13:30.031Z Downloaded indicatif v0.18.4
12142026-07-14T10:13:30.031Z Downloaded term v1.2.1
12152026-07-14T10:13:30.034Z Downloaded rayon-core v1.13.0
12162026-07-14T10:13:30.034Z Downloaded icu_normalizer v2.2.0
12172026-07-14T10:13:30.037Z Downloaded zeroize v1.8.2
12182026-07-14T10:13:30.037Z Downloaded jiff-static v0.2.28
12192026-07-14T10:13:30.040Z Downloaded icu_collections v2.2.0
12202026-07-14T10:13:30.044Z Downloaded zerovec-derive v0.11.3
12212026-07-14T10:13:30.045Z Downloaded progenitor-impl v0.10.0
12222026-07-14T10:13:30.049Z Downloaded zmij v1.0.21
12232026-07-14T10:13:30.049Z Downloaded ucd-trie v0.1.7
12242026-07-14T10:13:30.049Z Downloaded similar v2.7.0
12252026-07-14T10:13:30.052Z Downloaded slog v2.8.2
12262026-07-14T10:13:30.055Z Downloaded socket2 v0.6.4
12272026-07-14T10:13:30.055Z Downloaded pretty_assertions v1.4.1
12282026-07-14T10:13:30.059Z Downloaded test-strategy v0.4.5
12292026-07-14T10:13:30.062Z Downloaded vsss-rs v3.3.4
12302026-07-14T10:13:30.066Z Downloaded schemars v0.9.0
12312026-07-14T10:13:30.069Z Downloaded serde_yaml v0.9.34+deprecated
12322026-07-14T10:13:30.072Z Downloaded rand v0.8.6
12332026-07-14T10:13:30.075Z Downloaded zerocopy-derive v0.7.35
12342026-07-14T10:13:30.075Z Downloaded yoke v0.8.3
12352026-07-14T10:13:30.079Z Downloaded memchr v2.8.1
12362026-07-14T10:13:30.082Z Downloaded quinn v0.11.9
12372026-07-14T10:13:30.082Z Downloaded tungstenite v0.21.0
12382026-07-14T10:13:30.085Z Downloaded typify v0.6.2
12392026-07-14T10:13:30.088Z Downloaded tinyvec v1.11.0
12402026-07-14T10:13:30.091Z Downloaded unsafe-libyaml v0.2.11
12412026-07-14T10:13:30.092Z Downloaded itertools v0.12.1
12422026-07-14T10:13:30.095Z Downloaded prettyplease v0.2.37
12432026-07-14T10:13:30.098Z Downloaded rand v0.9.4
12442026-07-14T10:13:30.101Z Downloaded nom v7.1.3
12452026-07-14T10:13:30.105Z Downloaded toml v0.9.12+spec-1.1.0
12462026-07-14T10:13:30.105Z Downloaded typify v0.4.3
12472026-07-14T10:13:30.108Z Downloaded toml v0.7.8
12482026-07-14T10:13:30.108Z Downloaded toml_edit v0.25.12+spec-1.1.0
12492026-07-14T10:13:30.112Z Downloaded snafu v0.8.9
12502026-07-14T10:13:30.118Z Downloaded schemars v1.2.1
12512026-07-14T10:13:30.126Z Downloaded dropshot-api-manager v0.7.2
12522026-07-14T10:13:30.142Z Downloaded uuid v1.23.4
12532026-07-14T10:13:30.154Z Downloaded zerotrie v0.2.4
12542026-07-14T10:13:30.158Z Downloaded zerocopy-derive v0.8.50
12552026-07-14T10:13:30.162Z Downloaded toml_edit v0.19.15
12562026-07-14T10:13:30.172Z Downloaded yansi v1.0.1
12572026-07-14T10:13:30.192Z Downloaded hashbrown v0.16.1
12582026-07-14T10:13:30.196Z Downloaded pest v2.8.6
12592026-07-14T10:13:30.199Z Downloaded blake3 v1.8.5
12602026-07-14T10:13:30.202Z Downloaded typed-path v0.9.3
12612026-07-14T10:13:30.205Z Downloaded qorb v0.4.1
12622026-07-14T10:13:30.209Z Downloaded hkdf v0.12.4
12632026-07-14T10:13:30.209Z Downloaded nom v8.0.0
12642026-07-14T10:13:30.214Z Downloaded steno v0.4.1
12652026-07-14T10:13:30.217Z Downloaded ron v0.12.1
12662026-07-14T10:13:30.226Z Downloaded reqwest v0.13.4
12672026-07-14T10:13:30.230Z Downloaded goblin v0.8.2
12682026-07-14T10:13:30.239Z Downloaded zerovec v0.11.6
12692026-07-14T10:13:30.242Z Downloaded winnow v0.5.40
12702026-07-14T10:13:30.247Z Downloaded h2 v0.4.14
12712026-07-14T10:13:30.250Z Downloaded icu_properties_data v2.2.0
12722026-07-14T10:13:30.255Z Downloaded itertools v0.15.0
12732026-07-14T10:13:30.269Z Downloaded aws-lc-rs v1.17.0
12742026-07-14T10:13:30.274Z Downloaded libm v0.2.16
12752026-07-14T10:13:30.290Z Downloaded quinn-proto v0.11.14
12762026-07-14T10:13:30.294Z Downloaded rayon v1.12.0
12772026-07-14T10:13:30.298Z Downloaded tabled v0.15.0
12782026-07-14T10:13:30.320Z Downloaded iddqd v0.4.5
12792026-07-14T10:13:30.324Z Downloaded time v0.3.47
12802026-07-14T10:13:30.331Z Downloaded regex v1.12.3
12812026-07-14T10:13:30.334Z Downloaded tough v0.22.0
12822026-07-14T10:13:30.347Z Downloaded bstr v1.12.1
12832026-07-14T10:13:30.352Z Downloaded zerocopy v0.7.35
12842026-07-14T10:13:30.367Z Downloaded nix v0.31.3
12852026-07-14T10:13:30.373Z Downloaded serde_with v3.20.0
12862026-07-14T10:13:30.380Z Downloaded proptest v1.11.0
12872026-07-14T10:13:30.386Z Downloaded zerocopy v0.8.50
12882026-07-14T10:13:30.397Z Downloaded winnow v1.0.3
12892026-07-14T10:13:30.403Z Downloaded dropshot v0.17.1
12902026-07-14T10:13:30.413Z Downloaded rustls v0.23.40
12912026-07-14T10:13:30.462Z Downloaded regress v0.11.1
12922026-07-14T10:13:30.467Z Downloaded regex-syntax v0.8.10
12932026-07-14T10:13:30.467Z Downloaded goblin v0.10.7
12942026-07-14T10:13:30.467Z Downloaded moka v0.12.15
12952026-07-14T10:13:30.467Z Downloaded webpki-roots v1.0.7
12962026-07-14T10:13:30.467Z Downloaded tabled v0.21.0
12972026-07-14T10:13:30.467Z Downloaded syn v1.0.109
12982026-07-14T10:13:30.475Z Downloaded openssl v0.10.80
12992026-07-14T10:13:30.491Z Downloaded syn v2.0.117
13002026-07-14T10:13:30.501Z Downloaded smoltcp v0.11.0
13012026-07-14T10:13:30.527Z Downloaded regress v0.10.5
13022026-07-14T10:13:30.531Z Downloaded openapiv3 v2.2.0
13032026-07-14T10:13:30.531Z Downloaded petgraph v0.6.5
13042026-07-14T10:13:30.540Z Downloaded rhai v1.25.1
13052026-07-14T10:13:30.546Z Downloaded hickory-proto v0.25.2
13062026-07-14T10:13:30.555Z Downloaded chrono-tz v0.10.4
13072026-07-14T10:13:30.564Z Downloaded hickory-proto v0.24.4
13082026-07-14T10:13:30.572Z Downloaded csv v1.4.0
13092026-07-14T10:13:30.584Z Downloaded sha3 v0.10.9
13102026-07-14T10:13:30.592Z Downloaded typify-impl v0.6.2
13112026-07-14T10:13:30.604Z Downloaded sled v0.34.7
13122026-07-14T10:13:30.608Z Downloaded typify-impl v0.4.3
13132026-07-14T10:13:30.642Z Downloaded regex-automata v0.4.14
13142026-07-14T10:13:30.657Z Downloaded jiff v0.2.28
13152026-07-14T10:13:30.667Z Downloaded lzma-sys v0.1.20
13162026-07-14T10:13:30.709Z Downloaded encoding_rs v0.8.35
13172026-07-14T10:13:31.181Z Downloaded aws-lc-sys v0.41.0
13182026-07-14T10:13:32.100Z Compiling proc-macro2 v1.0.106
13192026-07-14T10:13:32.100Z Compiling quote v1.0.45
13202026-07-14T10:13:32.100Z Compiling unicode-ident v1.0.24
13212026-07-14T10:13:32.100Z Compiling serde_core v1.0.228
13222026-07-14T10:13:32.103Z Compiling cfg-if v1.0.4
13232026-07-14T10:13:32.103Z Compiling serde v1.0.228
13242026-07-14T10:13:32.104Z Compiling libc v0.2.186
13252026-07-14T10:13:32.104Z Compiling memchr v2.8.1
13262026-07-14T10:13:32.253Z Compiling itoa v1.0.18
13272026-07-14T10:13:32.428Z Compiling smallvec v1.15.1
13282026-07-14T10:13:32.541Z Compiling zmij v1.0.21
13292026-07-14T10:13:32.552Z Compiling autocfg v1.5.1
13302026-07-14T10:13:32.628Z Compiling libm v0.2.16
13312026-07-14T10:13:32.857Z Compiling stable_deref_trait v1.2.1
13322026-07-14T10:13:32.890Z Compiling writeable v0.6.3
13332026-07-14T10:13:32.926Z Compiling percent-encoding v2.3.2
13342026-07-14T10:13:33.083Z Compiling litemap v0.8.2
13352026-07-14T10:13:33.091Z Compiling icu_normalizer_data v2.2.0
13362026-07-14T10:13:33.113Z Compiling icu_properties_data v2.2.0
13372026-07-14T10:13:33.123Z Compiling utf8_iter v1.0.4
13382026-07-14T10:13:33.150Z Compiling iana-time-zone v0.1.65
13392026-07-14T10:13:33.260Z Compiling form_urlencoded v1.2.2
13402026-07-14T10:13:33.371Z Compiling equivalent v1.0.2
13412026-07-14T10:13:33.403Z Compiling serde_json v1.0.150
13422026-07-14T10:13:33.443Z Compiling syn v2.0.117
13432026-07-14T10:13:33.455Z Compiling pin-project-lite v0.2.17
13442026-07-14T10:13:33.490Z Compiling version_check v0.9.5
13452026-07-14T10:13:33.540Z Compiling dyn-clone v1.0.20
13462026-07-14T10:13:33.543Z Compiling scopeguard v1.2.0
13472026-07-14T10:13:33.563Z Compiling parking_lot_core v0.9.12
13482026-07-14T10:13:33.652Z Compiling lock_api v0.4.14
13492026-07-14T10:13:33.664Z Compiling num-traits v0.2.19
13502026-07-14T10:13:33.675Z Compiling getrandom v0.4.2
13512026-07-14T10:13:33.756Z Compiling rand_core v0.10.1
13522026-07-14T10:13:33.922Z Compiling thiserror v2.0.18
13532026-07-14T10:13:33.932Z Compiling hashbrown v0.17.1
13542026-07-14T10:13:33.966Z Compiling log v0.4.32
13552026-07-14T10:13:34.153Z Compiling errno v0.3.14
13562026-07-14T10:13:34.208Z Compiling zerocopy v0.8.50
13572026-07-14T10:13:34.220Z Compiling heck v0.5.0
13582026-07-14T10:13:34.299Z Compiling semver v1.0.28
13592026-07-14T10:13:34.463Z Compiling indexmap v2.14.0
13602026-07-14T10:13:34.484Z Compiling futures-core v0.3.32
13612026-07-14T10:13:34.631Z Compiling uuid v1.23.4
13622026-07-14T10:13:34.642Z Compiling fnv v1.0.7
13632026-07-14T10:13:34.653Z Compiling futures-sink v0.3.32
13642026-07-14T10:13:34.719Z Compiling schemars v0.8.22
13652026-07-14T10:13:34.731Z Compiling slab v0.4.12
13662026-07-14T10:13:34.752Z Compiling jobserver v0.1.34
13672026-07-14T10:13:34.900Z Compiling shlex v2.0.1
13682026-07-14T10:13:34.980Z Compiling find-msvc-tools v0.1.9
13692026-07-14T10:13:35.051Z Compiling rustversion v1.0.22
13702026-07-14T10:13:35.068Z Compiling futures-channel v0.3.32
13712026-07-14T10:13:35.079Z Compiling portable-atomic v1.13.1
13722026-07-14T10:13:35.098Z Compiling futures-task v0.3.32
13732026-07-14T10:13:35.209Z Compiling cc v1.2.63
13742026-07-14T10:13:35.266Z Compiling futures-io v0.3.32
13752026-07-14T10:13:35.283Z Compiling bitflags v2.12.1
13762026-07-14T10:13:35.593Z Compiling socket2 v0.6.4
13772026-07-14T10:13:35.638Z Compiling parking_lot v0.12.5
13782026-07-14T10:13:35.747Z Compiling critical-section v1.2.0
13792026-07-14T10:13:35.760Z Compiling signal-hook-registry v1.4.8
13802026-07-14T10:13:35.852Z Compiling mio v1.2.1
13812026-07-14T10:13:36.043Z Compiling cmake v0.1.58
13822026-07-14T10:13:36.055Z Compiling fs_extra v1.3.0
13832026-07-14T10:13:36.066Z Compiling once_cell v1.21.4
13842026-07-14T10:13:36.077Z Compiling dunce v1.0.5
13852026-07-14T10:13:36.168Z Compiling regex-syntax v0.8.10
13862026-07-14T10:13:36.181Z Compiling typenum v1.20.1
13872026-07-14T10:13:36.280Z Compiling synstructure v0.13.2
13882026-07-14T10:13:36.306Z Compiling serde_derive_internals v0.29.1
13892026-07-14T10:13:36.371Z Compiling base64 v0.22.1
13902026-07-14T10:13:36.383Z Compiling subtle v2.6.1
13912026-07-14T10:13:36.546Z Compiling byteorder v1.5.0
13922026-07-14T10:13:36.585Z Compiling aws-lc-sys v0.41.0
13932026-07-14T10:13:36.701Z Compiling slog v2.8.2
13942026-07-14T10:13:36.770Z Compiling rustix v1.1.4
13952026-07-14T10:13:36.783Z Compiling strsim v0.11.1
13962026-07-14T10:13:36.961Z Compiling atomic-waker v1.1.2
13972026-07-14T10:13:37.003Z Compiling getrandom v0.3.4
13982026-07-14T10:13:37.052Z Compiling ipnet v2.12.0
13992026-07-14T10:13:37.085Z Compiling httparse v1.10.1
14002026-07-14T10:13:37.188Z Compiling tower-layer v0.3.3
14012026-07-14T10:13:37.342Z Compiling tower-service v0.3.3
14022026-07-14T10:13:37.353Z Compiling getrandom v0.2.17
14032026-07-14T10:13:37.381Z Compiling ryu v1.0.23
14042026-07-14T10:13:37.435Z Compiling thiserror v1.0.69
14052026-07-14T10:13:37.492Z Compiling serde_derive v1.0.228
14062026-07-14T10:13:37.504Z Compiling zerofrom-derive v0.1.7
14072026-07-14T10:13:37.515Z Compiling yoke-derive v0.8.2
14082026-07-14T10:13:37.540Z Compiling zerovec-derive v0.11.3
14092026-07-14T10:13:37.568Z Compiling displaydoc v0.2.6
14102026-07-14T10:13:37.608Z Compiling schemars_derive v0.8.22
14112026-07-14T10:13:37.763Z Compiling tokio-macros v2.7.0
14122026-07-14T10:13:38.380Z Compiling thiserror-impl v2.0.18
14132026-07-14T10:13:38.527Z Compiling zerocopy-derive v0.8.50
14142026-07-14T10:13:38.601Z Compiling zeroize_derive v1.4.3
14152026-07-14T10:13:38.654Z Compiling futures-macro v0.3.32
14162026-07-14T10:13:38.716Z Compiling zerofrom v0.1.8
14172026-07-14T10:13:38.832Z Compiling yoke v0.8.3
14182026-07-14T10:13:39.018Z Compiling zerovec v0.11.6
14192026-07-14T10:13:39.195Z Compiling zerotrie v0.2.4
14202026-07-14T10:13:39.315Z Compiling zeroize v1.8.2
14212026-07-14T10:13:39.481Z Compiling tinystr v0.8.3
14222026-07-14T10:13:39.495Z Compiling potential_utf v0.1.5
14232026-07-14T10:13:39.499Z Compiling futures-util v0.3.32
14242026-07-14T10:13:39.543Z Compiling try-lock v0.2.5
14252026-07-14T10:13:39.610Z Compiling icu_collections v2.2.0
14262026-07-14T10:13:39.644Z Compiling icu_locale_core v2.2.0
14272026-07-14T10:13:39.674Z Compiling ucd-trie v0.1.7
14282026-07-14T10:13:39.748Z Compiling untrusted v0.9.0
14292026-07-14T10:13:39.864Z Compiling pest v2.8.6
14302026-07-14T10:13:39.964Z Compiling want v0.3.1
14312026-07-14T10:13:40.142Z Compiling thiserror-impl v1.0.69
14322026-07-14T10:13:40.298Z Compiling rand_core v0.6.4
14332026-07-14T10:13:40.550Z Compiling icu_provider v2.2.0
14342026-07-14T10:13:40.756Z Compiling bytes v1.11.1
14352026-07-14T10:13:40.776Z Compiling chrono v0.4.45
14362026-07-14T10:13:40.873Z Compiling icu_properties v2.2.0
14372026-07-14T10:13:41.193Z Compiling icu_normalizer v2.2.0
14382026-07-14T10:13:41.348Z Compiling http v1.4.2
14392026-07-14T10:13:41.388Z Compiling tokio v1.52.3
14402026-07-14T10:13:41.788Z Compiling idna_adapter v1.2.2
14412026-07-14T10:13:41.889Z Compiling idna v1.1.0
14422026-07-14T10:13:41.926Z Compiling serde_tokenstream v0.2.3
14432026-07-14T10:13:42.076Z Compiling erased-serde v0.3.31
14442026-07-14T10:13:42.225Z Compiling url v2.5.8
14452026-07-14T10:13:42.278Z Compiling http-body v1.0.1
14462026-07-14T10:13:42.333Z Compiling httpdate v1.0.3
14472026-07-14T10:13:42.561Z Compiling pest_meta v2.8.6
14482026-07-14T10:13:42.572Z Compiling pretty-hex v0.4.2
14492026-07-14T10:13:42.654Z Compiling plain v0.2.3
14502026-07-14T10:13:42.757Z Compiling ppv-lite86 v0.2.21
14512026-07-14T10:13:42.891Z Compiling allocator-api2 v0.2.21
14522026-07-14T10:13:42.926Z Compiling foldhash v0.2.0
14532026-07-14T10:13:43.075Z Compiling fastrand v2.4.1
14542026-07-14T10:13:43.101Z Compiling paste v1.0.15
14552026-07-14T10:13:43.152Z Compiling pest_generator v2.8.6
14562026-07-14T10:13:43.202Z Compiling hashbrown v0.16.1
14572026-07-14T10:13:43.324Z Compiling tracing-attributes v0.1.31
14582026-07-14T10:13:43.417Z Compiling tracing-core v0.1.36
14592026-07-14T10:13:43.767Z Compiling ipnetwork v0.21.1
14602026-07-14T10:13:43.779Z Compiling winnow v1.0.3
14612026-07-14T10:13:43.827Z Compiling pest_derive v2.8.6
14622026-07-14T10:13:44.018Z Compiling oxnet v0.1.6
14632026-07-14T10:13:44.150Z Compiling omicron-workspace-hack v0.1.0
14642026-07-14T10:13:44.197Z Compiling ident_case v1.0.1
14652026-07-14T10:13:44.383Z Compiling http-body-util v0.1.3
14662026-07-14T10:13:44.396Z Compiling serde_urlencoded v0.7.1
14672026-07-14T10:13:44.476Z Compiling aho-corasick v1.1.4
14682026-07-14T10:13:44.547Z Compiling tracing v0.1.44
14692026-07-14T10:13:44.629Z Compiling sync_wrapper v1.0.2
14702026-07-14T10:13:44.678Z Compiling daft-derive v0.1.7
14712026-07-14T10:13:44.729Z Compiling scroll_derive v0.13.1
14722026-07-14T10:13:44.785Z Compiling async-trait v0.1.89
14732026-07-14T10:13:45.441Z Compiling regex-automata v0.4.14
14742026-07-14T10:13:45.606Z Compiling tokio-util v0.7.18
14752026-07-14T10:13:45.892Z Compiling num-conv v0.2.2
14762026-07-14T10:13:46.043Z Compiling time-core v0.1.8
14772026-07-14T10:13:46.046Z Compiling powerfmt v0.2.0
14782026-07-14T10:13:46.134Z Compiling anyhow v1.0.103
14792026-07-14T10:13:46.182Z Compiling aws-lc-rs v1.17.0
14802026-07-14T10:13:46.255Z Compiling time-macros v0.2.27
14812026-07-14T10:13:46.365Z Compiling deranged v0.5.8
14822026-07-14T10:13:46.657Z Compiling scroll v0.13.0
14832026-07-14T10:13:46.670Z Compiling rustls-pki-types v1.14.1
14842026-07-14T10:13:47.106Z Compiling num_threads v0.1.7
14852026-07-14T10:13:47.147Z Compiling regex v1.12.3
14862026-07-14T10:13:47.200Z Compiling openssl-probe v0.2.1
14872026-07-14T10:13:47.244Z Compiling hex v0.4.3
14882026-07-14T10:13:47.325Z Compiling rand_core v0.9.5
14892026-07-14T10:13:47.384Z Compiling goblin v0.10.7
14902026-07-14T10:13:47.611Z Compiling camino v1.2.4
14912026-07-14T10:13:47.874Z Compiling untrusted v0.7.1
14922026-07-14T10:13:47.932Z Compiling crc32fast v1.5.0
14932026-07-14T10:13:47.986Z Compiling rustls v0.23.40
14942026-07-14T10:13:47.998Z Compiling quick-error v1.2.3
14952026-07-14T10:13:48.019Z Compiling usdt-impl v0.6.0
14962026-07-14T10:13:48.129Z Compiling rand_chacha v0.9.0
14972026-07-14T10:13:48.207Z Compiling h2 v0.4.14
14982026-07-14T10:13:48.268Z Compiling dtrace-parser v0.3.0
14992026-07-14T10:13:48.296Z Compiling crossbeam-utils v0.8.21
15002026-07-14T10:13:48.511Z Compiling bit-vec v0.8.0
15012026-07-14T10:13:48.622Z Compiling rand v0.9.4
15022026-07-14T10:13:48.740Z Compiling bit-set v0.8.0
15032026-07-14T10:13:48.897Z Compiling futures-executor v0.3.32
15042026-07-14T10:13:49.039Z Compiling structmeta-derive v0.3.0
15052026-07-14T10:13:49.134Z Compiling thread-id v5.1.0
15062026-07-14T10:13:49.177Z Compiling unarray v0.1.4
15072026-07-14T10:13:49.213Z Compiling cpufeatures v0.3.0
15082026-07-14T10:13:49.225Z Compiling adler2 v2.0.1
15092026-07-14T10:13:49.279Z Compiling simd-adler32 v0.3.9
15102026-07-14T10:13:49.279Z Compiling futures v0.3.32
15112026-07-14T10:13:49.386Z Compiling darling_core v0.23.0
15122026-07-14T10:13:49.482Z Compiling miniz_oxide v0.8.9
15132026-07-14T10:13:49.486Z Compiling newtype-uuid-macros v0.1.0
15142026-07-14T10:13:49.880Z Compiling hybrid-array v0.4.12
15152026-07-14T10:13:50.090Z Compiling structmeta v0.3.0
15162026-07-14T10:13:50.132Z Compiling thread_local v1.1.9
15172026-07-14T10:13:50.283Z Compiling hyper v1.10.1
15182026-07-14T10:13:50.295Z Compiling dof v0.4.0
15192026-07-14T10:13:50.330Z Compiling match_cfg v0.1.0
15202026-07-14T10:13:50.395Z Compiling flate2 v1.1.9
15212026-07-14T10:13:50.406Z Compiling tempfile v3.27.0
15222026-07-14T10:13:50.872Z Compiling newtype-uuid v1.3.2
15232026-07-14T10:13:50.888Z Compiling compression-core v0.4.32
15242026-07-14T10:13:51.220Z Compiling ref-cast v1.0.25
15252026-07-14T10:13:51.354Z Compiling slog-async v2.8.0
15262026-07-14T10:13:51.501Z Compiling hyper-util v0.1.20
15272026-07-14T10:13:51.547Z Compiling darling_macro v0.23.0
15282026-07-14T10:13:51.712Z Compiling daft v0.1.7
15292026-07-14T10:13:51.745Z Compiling compression-codecs v0.4.38
15302026-07-14T10:13:51.770Z Compiling block-buffer v0.12.0
15312026-07-14T10:13:51.935Z Compiling crypto-common v0.2.2
15322026-07-14T10:13:51.995Z Compiling ref-cast-impl v1.0.25
15332026-07-14T10:13:52.019Z Compiling strum_macros v0.26.4
15342026-07-14T10:13:52.135Z Compiling serde_spanned v1.1.1
15352026-07-14T10:13:52.167Z Compiling darling v0.23.0
15362026-07-14T10:13:52.245Z Compiling multer v3.1.0
15372026-07-14T10:13:52.426Z Compiling take_mut v0.2.2
15382026-07-14T10:13:52.472Z Compiling usdt-attr-macro v0.6.0
15392026-07-14T10:13:52.484Z Compiling usdt-macro v0.6.0
15402026-07-14T10:13:52.529Z Compiling term v1.2.1
15412026-07-14T10:13:52.610Z Compiling debug-ignore v1.0.5
15422026-07-14T10:13:52.711Z Compiling const-oid v0.10.2
15432026-07-14T10:13:52.907Z Compiling toml_writer v1.1.1+spec-1.1.0
15442026-07-14T10:13:52.919Z Compiling digest v0.11.3
15452026-07-14T10:13:53.164Z Compiling serde_with_macros v3.20.0
15462026-07-14T10:13:53.220Z Compiling async-stream-impl v0.3.6
15472026-07-14T10:13:53.224Z Compiling dropshot v0.17.1
15482026-07-14T10:13:53.470Z Compiling encoding_rs v0.8.35
15492026-07-14T10:13:53.652Z Compiling strum v0.26.3
15502026-07-14T10:13:53.698Z Compiling spin v0.9.8
15512026-07-14T10:13:53.776Z Compiling mime v0.3.17
15522026-07-14T10:13:53.820Z Compiling sha1 v0.11.0
15532026-07-14T10:13:53.871Z Compiling async-stream v0.3.6
15542026-07-14T10:13:53.888Z Compiling derive-ex v0.1.8
15552026-07-14T10:13:54.027Z Compiling tower v0.5.3
15562026-07-14T10:13:54.061Z Compiling dropshot_endpoint v0.17.1
15572026-07-14T10:13:54.304Z Compiling macaddr v1.0.1
15582026-07-14T10:13:54.501Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15592026-07-14T10:13:54.517Z Compiling waitgroup v0.1.2
15602026-07-14T10:13:54.647Z Compiling serde_path_to_error v0.1.20
15612026-07-14T10:13:54.706Z Compiling generic-array v0.14.7
15622026-07-14T10:13:54.985Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15632026-07-14T10:13:55.037Z Compiling tower-http v0.6.11
15642026-07-14T10:13:55.120Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15652026-07-14T10:13:55.148Z Compiling openapiv3 v2.2.0
15662026-07-14T10:13:55.289Z Compiling strum_macros v0.27.2
15672026-07-14T10:13:55.452Z Compiling test-strategy v0.4.5
15682026-07-14T10:13:55.456Z Compiling wait-timeout v0.2.1
15692026-07-14T10:13:55.825Z Compiling instant v0.1.13
15702026-07-14T10:13:55.930Z Compiling syn v1.0.109
15712026-07-14T10:13:56.279Z Compiling rusty-fork v0.3.1
15722026-07-14T10:13:56.650Z Compiling rand_xorshift v0.4.0
15732026-07-14T10:13:56.795Z Compiling rustls-native-certs v0.8.4
15742026-07-14T10:13:56.816Z Compiling time v0.3.47
15752026-07-14T10:13:56.822Z Compiling proptest v1.11.0
15762026-07-14T10:13:57.005Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15772026-07-14T10:13:57.142Z Compiling crossbeam-channel v0.5.15
15782026-07-14T10:13:57.196Z Compiling strum v0.27.2
15792026-07-14T10:13:57.323Z Compiling parse-display-derive v0.10.0
15802026-07-14T10:13:58.088Z Compiling backon v1.6.0
15812026-07-14T10:13:58.293Z Compiling rand_chacha v0.3.1
15822026-07-14T10:13:58.583Z Compiling either v1.16.0
15832026-07-14T10:13:58.790Z Compiling rand v0.8.6
15842026-07-14T10:13:58.965Z Compiling slog-json v2.6.1
15852026-07-14T10:13:58.999Z Compiling hostname v0.3.1
15862026-07-14T10:13:59.136Z Compiling toml_parser v1.1.2+spec-1.1.0
15872026-07-14T10:13:59.172Z Compiling toml_datetime v1.1.1+spec-1.1.0
15882026-07-14T10:13:59.280Z Compiling is-terminal v0.4.17
15892026-07-14T10:13:59.375Z Compiling memmap2 v0.9.10
15902026-07-14T10:13:59.429Z Compiling slog-term v2.9.2
15912026-07-14T10:13:59.441Z Compiling slog-bunyan v2.5.0
15922026-07-14T10:13:59.572Z Compiling usdt v0.6.0
15932026-07-14T10:13:59.585Z Compiling toml v1.1.2+spec-1.1.0
15942026-07-14T10:13:59.814Z Compiling crypto-common v0.1.7
15952026-07-14T10:13:59.846Z Compiling serde_with v3.20.0
15962026-07-14T10:13:59.944Z Compiling async-compression v0.4.42
15972026-07-14T10:14:00.016Z Compiling rustls-pemfile v2.2.0
15982026-07-14T10:14:00.026Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15992026-07-14T10:14:00.174Z Compiling regress v0.10.5
16002026-07-14T10:14:00.246Z Compiling hostname v0.4.2
16012026-07-14T10:14:00.382Z Compiling humantime v2.3.0
16022026-07-14T10:14:00.871Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16032026-07-14T10:14:00.953Z Compiling iddqd v0.4.5
16042026-07-14T10:14:01.455Z Compiling reqwest v0.12.28
16052026-07-14T10:14:01.523Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16062026-07-14T10:14:01.684Z Compiling backoff v0.4.0
16072026-07-14T10:14:01.744Z Compiling parse-display v0.10.0
16082026-07-14T10:14:01.769Z Compiling itertools v0.14.0
16092026-07-14T10:14:01.885Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16102026-07-14T10:14:02.227Z Compiling block-buffer v0.10.4
16112026-07-14T10:14:02.283Z Compiling utf8parse v0.2.2
16122026-07-14T10:14:02.392Z Compiling anstyle-parse v1.0.0
16132026-07-14T10:14:02.543Z Compiling progenitor-client v0.10.0
16142026-07-14T10:14:02.572Z Compiling digest v0.10.7
16152026-07-14T10:14:02.810Z Compiling is_terminal_polyfill v1.70.2
16162026-07-14T10:14:02.875Z Compiling colorchoice v1.0.5
16172026-07-14T10:14:02.899Z Compiling anstyle-query v1.1.5
16182026-07-14T10:14:02.989Z Compiling anstyle v1.0.14
16192026-07-14T10:14:03.105Z Compiling clap_lex v1.1.0
16202026-07-14T10:14:03.208Z Compiling anstream v1.0.0
16212026-07-14T10:14:03.524Z Compiling regress v0.11.1
16222026-07-14T10:14:03.569Z Compiling clap_derive v4.6.1
16232026-07-14T10:14:04.121Z Compiling terminal_size v0.4.4
16242026-07-14T10:14:05.253Z Compiling typify-impl v0.6.2
16252026-07-14T10:14:05.298Z Compiling toml_datetime v0.6.11
16262026-07-14T10:14:05.365Z Compiling zerocopy-derive v0.7.35
16272026-07-14T10:14:05.681Z Compiling cpufeatures v0.2.17
16282026-07-14T10:14:05.705Z Compiling convert_case v0.4.0
16292026-07-14T10:14:06.009Z Compiling derive_more v0.99.20
16302026-07-14T10:14:06.277Z Compiling zerocopy v0.7.35
16312026-07-14T10:14:06.821Z Compiling clap_builder v4.6.0
16322026-07-14T10:14:06.905Z Compiling toml_edit v0.25.12+spec-1.1.0
16332026-07-14T10:14:07.773Z Compiling unicode-width v0.2.2
16342026-07-14T10:14:08.004Z Compiling proc-macro-crate v3.5.0
16352026-07-14T10:14:08.419Z Compiling secrecy v0.10.3
16362026-07-14T10:14:08.474Z Compiling clap v4.6.1
16372026-07-14T10:14:08.572Z Compiling float-ord v0.3.2
16382026-07-14T10:14:08.683Z Compiling tinyvec_macros v0.1.1
16392026-07-14T10:14:08.697Z Compiling crucible-workspace-hack v0.1.0
16402026-07-14T10:14:08.750Z Compiling tinyvec v1.11.0
16412026-07-14T10:14:08.952Z Compiling num_enum_derive v0.7.6
16422026-07-14T10:14:09.491Z Compiling dtrace-parser v0.2.0
16432026-07-14T10:14:09.504Z Compiling scroll_derive v0.12.1
16442026-07-14T10:14:09.995Z Compiling num-integer v0.1.46
16452026-07-14T10:14:10.227Z Compiling rustc_version v0.4.1
16462026-07-14T10:14:10.318Z Compiling usdt-impl v0.5.0
16472026-07-14T10:14:10.451Z Compiling scroll v0.12.0
16482026-07-14T10:14:10.508Z Compiling num_enum v0.7.6
16492026-07-14T10:14:10.552Z Compiling curve25519-dalek v4.1.3
16502026-07-14T10:14:10.772Z Compiling dof v0.3.0
16512026-07-14T10:14:10.850Z Compiling hmac v0.12.1
16522026-07-14T10:14:10.866Z Compiling inout v0.1.4
16532026-07-14T10:14:10.985Z Compiling darling_core v0.21.3
16542026-07-14T10:14:11.007Z Compiling ff v0.13.1
16552026-07-14T10:14:11.091Z Compiling thread-id v4.2.2
16562026-07-14T10:14:11.136Z Compiling group v0.13.0
16572026-07-14T10:14:11.221Z Compiling cipher v0.4.4
16582026-07-14T10:14:11.238Z Compiling hkdf v0.12.4
16592026-07-14T10:14:11.637Z Compiling typify-macro v0.6.2
16602026-07-14T10:14:11.673Z Compiling goblin v0.8.2
16612026-07-14T10:14:11.777Z Compiling num-rational v0.4.2
16622026-07-14T10:14:11.894Z Compiling num-iter v0.1.45
16632026-07-14T10:14:12.009Z Compiling thiserror-impl-no-std v2.0.2
16642026-07-14T10:14:12.027Z Compiling universal-hash v0.5.1
16652026-07-14T10:14:12.105Z Compiling crypto-bigint v0.5.5
16662026-07-14T10:14:12.150Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16672026-07-14T10:14:12.489Z Compiling crossbeam-epoch v0.9.18
16682026-07-14T10:14:12.828Z Compiling half v2.7.1
16692026-07-14T10:14:12.831Z Compiling curve25519-dalek-derive v0.1.1
16702026-07-14T10:14:13.083Z Compiling darling_macro v0.21.3
16712026-07-14T10:14:13.107Z Compiling num-complex v0.4.6
16722026-07-14T10:14:13.377Z Compiling opaque-debug v0.3.1
16732026-07-14T10:14:13.444Z Compiling base64ct v1.8.3
16742026-07-14T10:14:13.486Z Compiling ciborium-io v0.2.2
16752026-07-14T10:14:13.533Z Compiling base16ct v0.2.0
16762026-07-14T10:14:13.572Z Compiling ciborium-ll v0.2.2
16772026-07-14T10:14:13.683Z Compiling password-hash v0.5.0
16782026-07-14T10:14:13.687Z Compiling darling v0.21.3
16792026-07-14T10:14:13.725Z Compiling typify v0.6.2
16802026-07-14T10:14:13.739Z Compiling elliptic-curve v0.13.8
16812026-07-14T10:14:13.779Z Compiling poly1305 v0.8.0
16822026-07-14T10:14:13.810Z Compiling num v0.4.3
16832026-07-14T10:14:14.038Z Compiling thiserror-no-std v2.0.2
16842026-07-14T10:14:14.600Z Compiling chacha20 v0.9.1
16852026-07-14T10:14:14.693Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16862026-07-14T10:14:14.807Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16872026-07-14T10:14:15.222Z Compiling blake2 v0.10.6
16882026-07-14T10:14:15.384Z Compiling aead v0.5.2
16892026-07-14T10:14:15.582Z Compiling byte-wrapper v0.1.0
16902026-07-14T10:14:15.724Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16912026-07-14T10:14:15.756Z Compiling proc-macro-error-attr v1.0.4
16922026-07-14T10:14:16.044Z Compiling heapless v0.8.0
16932026-07-14T10:14:16.079Z Compiling rustix v0.38.44
16942026-07-14T10:14:16.093Z Compiling prettyplease v0.2.37
16952026-07-14T10:14:16.342Z Compiling keccak v0.1.6
16962026-07-14T10:14:16.354Z Compiling unsafe-libyaml v0.2.11
16972026-07-14T10:14:16.583Z Compiling sha3 v0.10.9
16982026-07-14T10:14:16.880Z Compiling serde_yaml v0.9.34+deprecated
16992026-07-14T10:14:17.072Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17002026-07-14T10:14:17.367Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17012026-07-14T10:14:17.890Z Compiling chacha20poly1305 v0.10.1
17022026-07-14T10:14:18.016Z Compiling argon2 v0.5.3
17032026-07-14T10:14:18.143Z Compiling vsss-rs v3.3.4
17042026-07-14T10:14:18.191Z Compiling ingot-macros v0.1.1
17052026-07-14T10:14:18.231Z Compiling ciborium v0.2.2
17062026-07-14T10:14:18.639Z Compiling usdt-attr-macro v0.5.0
17072026-07-14T10:14:18.812Z Compiling usdt-macro v0.5.0
17082026-07-14T10:14:19.992Z Compiling serde_spanned v0.6.9
17092026-07-14T10:14:20.135Z Compiling enum-as-inner v0.6.1
17102026-07-14T10:14:20.283Z Compiling hash32 v0.3.1
17112026-07-14T10:14:20.358Z Compiling proc-macro-error v1.0.4
17122026-07-14T10:14:20.434Z Compiling memmap v0.7.0
17132026-07-14T10:14:20.645Z Compiling memoffset v0.9.1
17142026-07-14T10:14:20.650Z Compiling cfg_aliases v0.2.1
17152026-07-14T10:14:20.685Z Compiling smoltcp v0.11.0
17162026-07-14T10:14:20.705Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17172026-07-14T10:14:20.763Z Compiling winnow v0.5.40
17182026-07-14T10:14:20.866Z Compiling data-encoding v2.11.0
17192026-07-14T10:14:20.888Z Compiling indent_write v2.2.0
17202026-07-14T10:14:20.944Z Compiling toml_write v0.1.2
17212026-07-14T10:14:20.958Z Compiling winnow v0.7.15
17222026-07-14T10:14:21.051Z Compiling ingot-types v0.1.2
17232026-07-14T10:14:21.140Z Compiling nix v0.31.3
17242026-07-14T10:14:21.187Z Compiling usdt v0.5.0
17252026-07-14T10:14:21.521Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17262026-07-14T10:14:21.534Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17272026-07-14T10:14:21.581Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17282026-07-14T10:14:21.741Z Compiling tabwriter v1.4.1
17292026-07-14T10:14:21.990Z Compiling cobs v0.3.0
17302026-07-14T10:14:22.075Z Compiling toml_edit v0.19.15
17312026-07-14T10:14:22.186Z Compiling serde_repr v0.1.20
17322026-07-14T10:14:22.200Z Compiling bitflags v1.3.2
17332026-07-14T10:14:22.274Z Compiling pkg-config v0.3.33
17342026-07-14T10:14:22.504Z Compiling toml_edit v0.22.27
17352026-07-14T10:14:22.625Z Compiling vcpkg v0.2.15
17362026-07-14T10:14:22.730Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17372026-07-14T10:14:22.787Z Compiling managed v0.8.0
17382026-07-14T10:14:22.962Z Compiling rustls-webpki v0.103.13
17392026-07-14T10:14:23.189Z Compiling openssl-sys v0.9.116
17402026-07-14T10:14:24.004Z Compiling toml v0.8.23
17412026-07-14T10:14:24.017Z Compiling proc-macro-crate v1.3.1
17422026-07-14T10:14:24.079Z Compiling postcard v1.1.3
17432026-07-14T10:14:24.627Z Compiling ingot v0.1.1
17442026-07-14T10:14:24.765Z Compiling hubpack_derive v0.1.1
17452026-07-14T10:14:25.121Z Compiling foreign-types-macros v0.2.3
17462026-07-14T10:14:25.315Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17472026-07-14T10:14:25.470Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17482026-07-14T10:14:25.698Z Compiling semver v0.1.20
17492026-07-14T10:14:25.758Z Compiling unicode-segmentation v1.13.3
17502026-07-14T10:14:25.837Z Compiling colored v3.1.1
17512026-07-14T10:14:25.849Z Compiling static_assertions v1.1.0
17522026-07-14T10:14:25.922Z Compiling foreign-types-shared v0.3.1
17532026-07-14T10:14:25.956Z Compiling linked-hash-map v0.5.6
17542026-07-14T10:14:26.012Z Compiling rayon-core v1.13.0
17552026-07-14T10:14:26.144Z Compiling swrite v0.1.0
17562026-07-14T10:14:26.174Z Compiling resolv-conf v0.7.6
17572026-07-14T10:14:26.236Z Compiling heck v0.4.1
17582026-07-14T10:14:26.248Z Compiling lru-cache v0.1.2
17592026-07-14T10:14:26.275Z Compiling newline-converter v0.3.0
17602026-07-14T10:14:26.386Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17612026-07-14T10:14:26.434Z Compiling tokio-rustls v0.26.4
17622026-07-14T10:14:26.447Z Compiling rustls-platform-verifier v0.7.0
17632026-07-14T10:14:26.554Z Compiling foreign-types v0.5.0
17642026-07-14T10:14:26.596Z Compiling rustc_version v0.1.7
17652026-07-14T10:14:26.678Z Compiling hyper-rustls v0.27.9
17662026-07-14T10:14:26.971Z Compiling reqwest v0.13.4
17672026-07-14T10:14:27.035Z Compiling hubpack v0.1.2
17682026-07-14T10:14:27.572Z Compiling num_enum_derive v0.5.11
17692026-07-14T10:14:28.252Z Compiling progenitor-client v0.14.0
17702026-07-14T10:14:28.552Z Compiling progenitor-extras v0.2.0
17712026-07-14T10:14:29.003Z Compiling atomicwrites v0.4.4
17722026-07-14T10:14:29.008Z Compiling hickory-proto v0.24.4
17732026-07-14T10:14:29.191Z Compiling progenitor-impl v0.13.0
17742026-07-14T10:14:29.743Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17752026-07-14T10:14:31.303Z Compiling crossbeam-deque v0.8.6
17762026-07-14T10:14:31.511Z Compiling console v0.15.11
17772026-07-14T10:14:31.575Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17782026-07-14T10:14:32.101Z Compiling camino-tempfile v1.4.1
17792026-07-14T10:14:32.189Z Compiling chacha20 v0.10.0
17802026-07-14T10:14:32.348Z Compiling serde-big-array v0.5.1
17812026-07-14T10:14:32.365Z Compiling pin-project-internal v1.1.13
17822026-07-14T10:14:32.455Z Compiling num-derive v0.4.2
17832026-07-14T10:14:32.489Z Compiling derive-where v1.6.1
17842026-07-14T10:14:32.821Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17852026-07-14T10:14:33.388Z Compiling cstr-argument v0.1.2
17862026-07-14T10:14:33.440Z Compiling similar v2.7.0
17872026-07-14T10:14:33.477Z Compiling siphasher v1.0.3
17882026-07-14T10:14:33.513Z Compiling minimal-lexical v0.2.1
17892026-07-14T10:14:33.684Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17902026-07-14T10:14:33.689Z Compiling phf_shared v0.12.1
17912026-07-14T10:14:33.761Z Compiling nom v7.1.3
17922026-07-14T10:14:33.773Z Compiling pin-project v1.1.13
17932026-07-14T10:14:33.842Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17942026-07-14T10:14:33.870Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17952026-07-14T10:14:33.910Z Compiling expectorate v1.2.0
17962026-07-14T10:14:33.921Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17972026-07-14T10:14:34.180Z Compiling progenitor-macro v0.13.0
17982026-07-14T10:14:34.399Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17992026-07-14T10:14:34.559Z Compiling rand v0.10.2
18002026-07-14T10:14:35.236Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18012026-07-14T10:14:36.042Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18022026-07-14T10:14:36.190Z Compiling hickory-resolver v0.24.4
18032026-07-14T10:14:36.307Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18042026-07-14T10:14:36.513Z Compiling num_enum v0.5.11
18052026-07-14T10:14:36.632Z Compiling progenitor-client v0.13.0
18062026-07-14T10:14:36.855Z Compiling newtype_derive v0.1.6
18072026-07-14T10:14:37.174Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18082026-07-14T10:14:37.387Z Compiling progenitor-impl v0.14.0
18092026-07-14T10:14:38.235Z Compiling unicode-normalization v0.1.25
18102026-07-14T10:14:38.340Z Compiling tokio-stream v0.1.18
18112026-07-14T10:14:38.712Z Compiling snafu-derive v0.8.9
18122026-07-14T10:14:38.809Z Compiling async-recursion v1.1.1
18132026-07-14T10:14:38.820Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18142026-07-14T10:14:38.866Z Compiling slog-dtrace v0.3.0
18152026-07-14T10:14:39.115Z Compiling bstr v1.12.1
18162026-07-14T10:14:39.135Z Compiling csv-core v0.1.13
18172026-07-14T10:14:39.306Z Compiling unicode-xid v0.2.6
18182026-07-14T10:14:39.394Z Compiling same-file v1.0.6
18192026-07-14T10:14:39.426Z Compiling chrono-tz v0.10.4
18202026-07-14T10:14:39.516Z Compiling openssl v0.10.80
18212026-07-14T10:14:39.562Z Compiling unicode-width v0.1.14
18222026-07-14T10:14:39.606Z Compiling foldhash v0.1.5
18232026-07-14T10:14:39.658Z Compiling owo-colors v4.3.0
18242026-07-14T10:14:39.784Z Compiling foreign-types-shared v0.1.1
18252026-07-14T10:14:39.804Z Compiling cancel-safe-futures v0.1.5
18262026-07-14T10:14:39.840Z Compiling highway v1.3.0
18272026-07-14T10:14:39.869Z Compiling konst_macro_rules v0.2.19
18282026-07-14T10:14:40.047Z Compiling konst v0.2.20
18292026-07-14T10:14:40.059Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-07-14T10:14:40.086Z Compiling foreign-types v0.3.2
18312026-07-14T10:14:40.175Z Compiling hashbrown v0.15.5
18322026-07-14T10:14:40.250Z Compiling walkdir v2.5.0
18332026-07-14T10:14:40.282Z Compiling globset v0.4.18
18342026-07-14T10:14:40.453Z Compiling snafu v0.8.9
18352026-07-14T10:14:40.683Z Compiling const_format_proc_macros v0.2.34
18362026-07-14T10:14:40.695Z Compiling progenitor v0.13.0
18372026-07-14T10:14:40.756Z Compiling csv v1.4.0
18382026-07-14T10:14:40.891Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-07-14T10:14:40.920Z Compiling qorb v0.4.1
18402026-07-14T10:14:40.998Z Compiling progenitor-macro v0.14.0
18412026-07-14T10:14:41.175Z Compiling olpc-cjson v0.1.4
18422026-07-14T10:14:41.387Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-07-14T10:14:41.523Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18442026-07-14T10:14:42.064Z Compiling rayon v1.12.0
18452026-07-14T10:14:43.028Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-07-14T10:14:43.173Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-07-14T10:14:43.354Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18482026-07-14T10:14:43.645Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-07-14T10:14:43.720Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-07-14T10:14:43.854Z Compiling phf v0.12.1
18512026-07-14T10:14:44.405Z Compiling zone_cfg_derive v0.3.1
18522026-07-14T10:14:44.644Z Compiling tokio-dtrace v0.1.1
18532026-07-14T10:14:44.915Z Compiling itertools v0.12.1
18542026-07-14T10:14:45.118Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18552026-07-14T10:14:45.323Z Compiling libsw-core v0.3.2
18562026-07-14T10:14:45.545Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-07-14T10:14:45.591Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18582026-07-14T10:14:45.989Z Compiling serde_plain v1.0.2
18592026-07-14T10:14:46.153Z Compiling openssl-macros v0.1.1
18602026-07-14T10:14:46.164Z Compiling pem v3.0.6
18612026-07-14T10:14:46.196Z Compiling cookie v0.18.1
18622026-07-14T10:14:46.200Z Compiling sigpipe v0.1.3
18632026-07-14T10:14:46.295Z Compiling jiff v0.2.28
18642026-07-14T10:14:46.444Z Compiling typed-path v0.9.3
18652026-07-14T10:14:46.456Z Compiling glob v0.3.3
18662026-07-14T10:14:46.553Z Compiling bytecount v0.6.9
18672026-07-14T10:14:46.669Z Compiling fixedbitset v0.5.7
18682026-07-14T10:14:46.698Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-07-14T10:14:46.930Z Compiling fixedbitset v0.4.2
18702026-07-14T10:14:46.979Z Compiling petgraph v0.8.3
18712026-07-14T10:14:47.184Z Compiling petgraph v0.6.5
18722026-07-14T10:14:47.647Z Compiling tough v0.22.0
18732026-07-14T10:14:47.849Z Compiling papergrid v0.11.0
18742026-07-14T10:14:47.884Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-07-14T10:14:48.151Z Compiling progenitor v0.14.0
18762026-07-14T10:14:48.285Z Compiling zone v0.3.1
18772026-07-14T10:14:48.495Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18782026-07-14T10:14:48.683Z Compiling libsw v3.5.0
18792026-07-14T10:14:48.788Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-07-14T10:14:48.857Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18812026-07-14T10:14:48.979Z Compiling oxide-tokio-rt v0.1.6
18822026-07-14T10:14:49.074Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-07-14T10:14:49.105Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18842026-07-14T10:14:49.287Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-07-14T10:14:49.833Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-07-14T10:14:50.260Z Compiling const_format v0.2.36
18872026-07-14T10:14:50.330Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-07-14T10:14:50.794Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18892026-07-14T10:14:50.861Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-07-14T10:14:51.209Z Compiling tabled_derive v0.7.0
18912026-07-14T10:14:51.295Z Compiling gethostname v0.5.0
18922026-07-14T10:14:51.307Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-07-14T10:14:51.416Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18942026-07-14T10:14:51.427Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-07-14T10:14:51.431Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18962026-07-14T10:14:51.453Z Compiling smf v0.2.3
18972026-07-14T10:14:51.545Z Compiling bcs v0.1.6
18982026-07-14T10:14:51.557Z Compiling nom v8.0.0
18992026-07-14T10:14:51.871Z Compiling linear-map v1.2.0
19002026-07-14T10:14:52.064Z Compiling smawk v0.3.2
19012026-07-14T10:14:52.076Z Compiling unicode-linebreak v0.1.5
19022026-07-14T10:14:52.193Z Compiling termtree v0.5.1
19032026-07-14T10:14:52.204Z Compiling whoami v1.6.1
19042026-07-14T10:14:52.216Z Compiling lazy_static v1.5.0
19052026-07-14T10:14:52.317Z Compiling tagptr v0.2.0
19062026-07-14T10:14:52.329Z Compiling steno v0.4.1
19072026-07-14T10:14:52.341Z Compiling textwrap v0.16.2
19082026-07-14T10:14:52.469Z Compiling moka v0.12.15
19092026-07-14T10:14:52.875Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-07-14T10:14:52.890Z Compiling tabled v0.15.0
19112026-07-14T10:14:53.260Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-07-14T10:14:53.896Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-07-14T10:14:53.970Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-07-14T10:14:54.932Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-07-14T10:14:55.601Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-07-14T10:14:55.613Z Compiling hickory-proto v0.25.2
19172026-07-14T10:14:55.799Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19182026-07-14T10:14:56.571Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19192026-07-14T10:14:56.910Z Compiling parking_lot_core v0.8.6
19202026-07-14T10:14:56.961Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-07-14T10:14:57.222Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19222026-07-14T10:14:57.496Z Compiling libscf-sys v1.2.0
19232026-07-14T10:14:57.596Z Compiling hickory-resolver v0.25.2
19242026-07-14T10:14:57.652Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19252026-07-14T10:14:57.736Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19262026-07-14T10:14:57.819Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19272026-07-14T10:14:58.129Z Compiling parking_lot v0.11.2
19282026-07-14T10:14:58.199Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19292026-07-14T10:14:58.248Z Compiling fxhash v0.2.1
19302026-07-14T10:14:58.384Z Compiling internet-checksum v0.2.1
19312026-07-14T10:14:58.438Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19322026-07-14T10:14:58.521Z Compiling sled v0.34.7
19332026-07-14T10:14:58.543Z Compiling itertools v0.15.0
19342026-07-14T10:14:59.159Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19352026-07-14T10:15:02.024Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19362026-07-14T10:15:03.004Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19372026-07-14T10:15:11.184Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-07-14T10:15:12.827Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-07-14T10:15:13.863Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19402026-07-14T10:15:14.797Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19412026-07-14T10:15:15.613Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19422026-07-14T10:15:40.320Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
19432026-07-14T10:15:40.520Z────────────
19442026-07-14T10:15:40.520Z Nextest run ID 754122a1-1547-4bd6-9f9e-4b97deeda641 with nextest profile: default
19452026-07-14T10:15:40.520Z Starting 109 tests across 3 binaries
19462026-07-14T10:15:40.539Z PASS [ 0.018s] rdb bestpath::test::test_bestpath
19472026-07-14T10:15:40.540Z PASS [ 0.018s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19482026-07-14T10:15:40.540Z PASS [ 0.013s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19492026-07-14T10:15:40.540Z PASS [ 0.005s] mg-api-types-versions v12::mrib::tests::vni_constants_match_canonical_values
19502026-07-14T10:15:40.540Z PASS [ 0.010s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19512026-07-14T10:15:40.540Z PASS [ 0.008s] mg-api-types-versions v12::mrib::tests::vni_rejects_out_of_range
19522026-07-14T10:15:40.566Z PASS [ 0.026s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19532026-07-14T10:15:40.566Z PASS [ 0.018s] rdb bestpath::test::test_bestpath_shutdown_preference
19542026-07-14T10:15:40.566Z PASS [ 0.029s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19552026-07-14T10:15:40.572Z PASS [ 0.051s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19562026-07-14T10:15:40.576Z PASS [ 0.010s] rdb db::test::test_prefix4_db_key_serialization
19572026-07-14T10:15:40.581Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19582026-07-14T10:15:40.584Z PASS [ 0.008s] rdb db::test::test_prefix6_db_key_serialization
19592026-07-14T10:15:40.589Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
19602026-07-14T10:15:40.600Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
19612026-07-14T10:15:40.607Z PASS [ 0.052s] rdb db::test::test_ipv6_origin_crud
19622026-07-14T10:15:40.620Z PASS [ 0.054s] rdb db::test::test_mrib_static_upsert_preserves_canonical
19632026-07-14T10:15:40.626Z PASS [ 0.060s] rdb db::test::test_mrib_static_persistence
19642026-07-14T10:15:40.634Z PASS [ 0.050s] rdb db::test::test_prefix_host_bit_normalization
19652026-07-14T10:15:40.639Z PASS [ 0.050s] rdb db::test::test_rib
19662026-07-14T10:15:40.651Z PASS [ 0.051s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19672026-07-14T10:15:40.657Z PASS [ 0.050s] rdb db::test::test_static_routing_ipv4_basic
19682026-07-14T10:15:40.671Z PASS [ 0.051s] rdb db::test::test_static_routing_ipv6_basic
19692026-07-14T10:15:40.676Z PASS [ 0.050s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19702026-07-14T10:15:40.680Z PASS [ 0.009s] rdb mrib::rpf::tests::pending_widens_distinct_prefixes
19712026-07-14T10:15:40.684Z PASS [ 0.050s] rdb db::test::test_static_routing_mixed_address_families
19722026-07-14T10:15:40.689Z PASS [ 0.009s] rdb mrib::rpf::tests::test_nexthops_from_paths
19732026-07-14T10:15:40.692Z PASS [ 0.050s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19742026-07-14T10:15:40.692Z PASS [ 0.033s] rdb mrib::rpf::tests::generation_advances_on_each_rebuild
19752026-07-14T10:15:40.696Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_default_route_linear_scan
19762026-07-14T10:15:40.701Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_ecmp_v6
19772026-07-14T10:15:40.705Z PASS [ 0.050s] rdb db::test::test_static_routing_vlan_id_handling
19782026-07-14T10:15:40.713Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_table_linear_scan_v6
19792026-07-14T10:15:40.713Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_table_linear_scan
19802026-07-14T10:15:41.703Z PASS [ 1.014s] rdb mrib::rpf::tests::test_rpf_ecmp_different_priorities
19812026-07-14T10:15:41.704Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_lpm
19822026-07-14T10:15:41.709Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_table_all_shutdown
19832026-07-14T10:15:41.716Z PASS [ 0.013s] rdb mrib::rpf::tests::test_rpf_v6_lpm
19842026-07-14T10:15:41.726Z PASS [ 1.012s] rdb mrib::rpf::tests::test_rpf_table_shutdown_paths
19852026-07-14T10:15:41.726Z PASS [ 1.012s] rdb mrib::rpf::tests::test_rpf_table_with_poptrie
19862026-07-14T10:15:41.731Z PASS [ 0.011s] rdb mrib::tests::test_mrib_basic
19872026-07-14T10:15:41.738Z PASS [ 0.012s] rdb mrib::tests::test_mrib_ipv6_groups
19882026-07-14T10:15:41.741Z PASS [ 0.012s] rdb mrib::tests::test_mrib_in_vs_loc
19892026-07-14T10:15:41.741Z PASS [ 0.011s] rdb mrib::tests::test_mrib_watchers
19902026-07-14T10:15:41.751Z PASS [ 0.013s] rdb proptest::prop_ipv4_default_contains_all
19912026-07-14T10:15:41.754Z PASS [ 0.012s] rdb proptest::prop_ipv4_normalized_is_network_address
19922026-07-14T10:15:41.763Z PASS [ 0.012s] rdb proptest::prop_ipv4_subnet_of_self
19932026-07-14T10:15:41.766Z PASS [ 0.012s] rdb proptest::prop_ipv6_default_contains_all
19942026-07-14T10:15:41.775Z PASS [ 0.012s] rdb proptest::prop_ipv6_normalized_is_network_address
19952026-07-14T10:15:41.779Z PASS [ 0.012s] rdb proptest::prop_ipv6_subnet_of_self
19962026-07-14T10:15:41.810Z PASS [ 0.012s] rdb proptest::prop_multicast_addr_ip_roundtrip_v6
19972026-07-14T10:15:41.810Z PASS [ 0.019s] rdb proptest::prop_multicast_addr_ip_roundtrip_v4
19982026-07-14T10:15:41.811Z PASS [ 0.012s] rdb proptest::prop_multicast_addr_v4_rejects_link_local
19992026-07-14T10:15:41.811Z PASS [ 0.019s] rdb proptest::prop_multicast_addr_v4_arbitrary_valid
20002026-07-14T10:15:41.816Z PASS [ 0.079s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
20012026-07-14T10:15:41.820Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_arbitrary_valid
20022026-07-14T10:15:41.824Z PASS [ 0.015s] rdb proptest::prop_multicast_addr_v4_rejects_unicast
20032026-07-14T10:15:41.829Z PASS [ 0.012s] rdb proptest::prop_multicast_addr_v6_rejects_interface_local
20042026-07-14T10:15:41.833Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_link_local
20052026-07-14T10:15:41.837Z PASS [ 0.012s] rdb proptest::prop_multicast_addr_v6_rejects_unicast
20062026-07-14T10:15:41.844Z PASS [ 0.015s] rdb proptest::prop_non_admin_local_underlay_rejected
20072026-07-14T10:15:41.852Z PASS [ 0.018s] rdb proptest::prop_route_admin_local_underlay_valid
20082026-07-14T10:15:41.858Z PASS [ 0.023s] rdb proptest::prop_route_key_arbitrary_valid
20092026-07-14T10:15:41.861Z PASS [ 0.017s] rdb proptest::prop_route_key_asm_star_g_valid_v4
20102026-07-14T10:15:41.869Z PASS [ 0.017s] rdb proptest::prop_route_key_asm_star_g_valid_v6
20112026-07-14T10:15:41.874Z PASS [ 0.013s] rdb proptest::prop_route_key_sg_valid_v6
20122026-07-14T10:15:41.879Z PASS [ 0.021s] rdb proptest::prop_route_key_sg_valid_v4
20132026-07-14T10:15:41.882Z PASS [ 0.012s] rdb proptest::prop_route_key_ssm_requires_source_v4
20142026-07-14T10:15:41.887Z PASS [ 0.013s] rdb proptest::prop_route_key_ssm_requires_source_v6
20152026-07-14T10:15:41.893Z PASS [ 0.012s] rdb proptest::prop_route_key_ssm_with_source_valid_v6
20162026-07-14T10:15:41.897Z PASS [ 0.015s] rdb proptest::prop_route_key_ssm_with_source_valid_v4
20172026-07-14T10:15:41.906Z PASS [ 0.013s] rdb proptest::prop_route_key_valid_vni_v6
20182026-07-14T10:15:41.909Z PASS [ 0.021s] rdb proptest::prop_route_key_valid_vni
20192026-07-14T10:15:41.909Z PASS [ 0.015s] rdb proptest::prop_static_route_key_deduplication
20202026-07-14T10:15:41.923Z PASS [ 0.017s] rdb proptest::prop_static_route_key_normalization_idempotent
20212026-07-14T10:15:41.926Z PASS [ 0.017s] rdb proptest::prop_static_route_key_normalization_preserves_fields
20222026-07-14T10:15:41.930Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_length
20232026-07-14T10:15:41.939Z PASS [ 0.012s] rdb proptest::prop_unicast_addr_v4_rejects_class_e
20242026-07-14T10:15:41.943Z PASS [ 0.017s] rdb proptest::prop_static_route_key_normalized_is_network_address
20252026-07-14T10:15:41.947Z PASS [ 0.022s] rdb proptest::prop_static_route_key_ord_consistency
20262026-07-14T10:15:41.950Z PASS [ 0.008s] rdb types::test::bgp_path_identity
20272026-07-14T10:15:41.953Z PASS [ 0.012s] rdb proptest::prop_vni_rejects_out_of_range
20282026-07-14T10:15:41.957Z PASS [ 0.007s] rdb types::test::bgp_vs_static_ordering
20292026-07-14T10:15:41.957Z PASS [ 0.007s] rdb types::test::broadcast_source_rejected
20302026-07-14T10:15:41.960Z PASS [ 0.008s] rdb types::test::btreeset_coexistence
20312026-07-14T10:15:41.963Z PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop
20322026-07-14T10:15:41.963Z PASS [ 0.008s] rdb types::test::btreeset_remove
20332026-07-14T10:15:41.967Z PASS [ 0.008s] rdb types::test::btreeset_replace
20342026-07-14T10:15:41.971Z PASS [ 0.007s] rdb types::test::loopback_source_rejected_v4
20352026-07-14T10:15:41.971Z PASS [ 0.007s] rdb types::test::loopback_source_rejected_v6
20362026-07-14T10:15:41.974Z PASS [ 0.007s] rdb types::test::multicast_rpf_invalid_v4
20372026-07-14T10:15:41.978Z PASS [ 0.007s] rdb types::test::multicast_rpf_invalid_v6
20382026-07-14T10:15:41.981Z PASS [ 0.007s] rdb types::test::multicast_source_rejected_v4
20392026-07-14T10:15:41.984Z PASS [ 0.007s] rdb types::test::multicast_source_rejected_v6
20402026-07-14T10:15:41.988Z PASS [ 0.008s] rdb types::test::ord_contract
20412026-07-14T10:15:41.988Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
20422026-07-14T10:15:41.991Z PASS [ 0.007s] rdb types::test::route_key_af_mismatch_v4_source_v6_group
20432026-07-14T10:15:41.994Z PASS [ 0.008s] rdb types::test::route_key_af_mismatch_v6_source_v4_group
20442026-07-14T10:15:41.994Z PASS [ 0.008s] rdb types::test::rpf_cross_af_v6_neighbor_v4_group_accepted
20452026-07-14T10:15:41.997Z PASS [ 0.008s] rdb types::test::static_path_identity
20462026-07-14T10:15:42.001Z PASS [ 0.007s] rdb types::test::unicast_rpf_valid_v4
20472026-07-14T10:15:42.001Z PASS [ 0.007s] rdb types::test::unicast_rpf_valid_v6
20482026-07-14T10:15:42.005Z PASS [ 0.008s] rdb types::test::unspecified_source_rejected_v4
20492026-07-14T10:15:42.008Z PASS [ 0.007s] rdb types::test::unspecified_source_rejected_v6
20502026-07-14T10:15:42.623Z PASS [ 2.084s] rdb db::test::test_mrib_any_source_vs_source_specific
20512026-07-14T10:15:42.690Z PASS [ 2.014s] rdb mrib::rpf::tests::rapid_rebuilds_converge
20522026-07-14T10:15:42.718Z PASS [ 1.015s] rdb mrib::rpf::tests::test_rpf_table_with_poptrie_v6
20532026-07-14T10:15:42.721Z PASS [ 1.012s] rdb mrib::rpf::tests::test_rpf_v6_with_nexthop_interface
20542026-07-14T10:15:44.623Z PASS [ 4.061s] rdb db::test::test_mrib_revalidation_on_rib_change
20552026-07-14T10:15:44.623Z────────────
20562026-07-14T10:15:44.624Z Summary [ 4.103s] 109 tests run: 109 passed, 0 skipped
20572026-07-14T10:15:44.636Z+ 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/
20582026-07-14T10:15:44.641Z+ popd
20592026-07-14T10:15:44.641Z/work/oxidecomputer/maghemite
20602026-07-14T10:15:44.641Zprocess exited: duration 327783 ms, exit code 0
 
20612026-07-14T10:15:44.653Zfound 24 output files
20622026-07-14T10:15:44.653Zuploading: /work/mrib_asm_ssm.log (442 bytes)
20632026-07-14T10:15:45.667Zuploaded: /work/mrib_asm_ssm.log
20642026-07-14T10:15:45.667Zuploading: /work/mrib_in_loc_test.log (0 bytes)
20652026-07-14T10:15:46.678Zuploaded: /work/mrib_in_loc_test.log
20662026-07-14T10:15:46.678Zuploading: /work/mrib_persist1.log (0 bytes)
20672026-07-14T10:15:47.686Zuploaded: /work/mrib_persist1.log
20682026-07-14T10:15:47.686Zuploading: /work/mrib_persist2.log (0 bytes)
20692026-07-14T10:15:48.694Zuploaded: /work/mrib_persist2.log
20702026-07-14T10:15:48.694Zuploading: /work/mrib_reval.log (445 bytes)
20712026-07-14T10:15:49.707Zuploaded: /work/mrib_reval.log
20722026-07-14T10:15:49.707Zuploading: /work/mrib_test.log (0 bytes)
20732026-07-14T10:15:50.715Zuploaded: /work/mrib_test.log
20742026-07-14T10:15:50.715Zuploading: /work/mrib_upsert_canonical.log (0 bytes)
20752026-07-14T10:15:51.725Zuploaded: /work/mrib_upsert_canonical.log
20762026-07-14T10:15:51.725Zuploading: /work/mrib_v6_test.log (0 bytes)
20772026-07-14T10:15:52.734Zuploaded: /work/mrib_v6_test.log
20782026-07-14T10:15:52.734Zuploading: /work/mrib_watcher_test.log (0 bytes)
20792026-07-14T10:15:53.742Zuploaded: /work/mrib_watcher_test.log
20802026-07-14T10:15:53.742Zuploading: /work/rib.log (1177 bytes)
20812026-07-14T10:15:54.752Zuploaded: /work/rib.log
20822026-07-14T10:15:54.752Zuploading: /work/rpf_all_shutdown.log (0 bytes)
20832026-07-14T10:15:55.761Zuploaded: /work/rpf_all_shutdown.log
20842026-07-14T10:15:55.761Zuploading: /work/rpf_default_route.log (0 bytes)
20852026-07-14T10:15:56.769Zuploaded: /work/rpf_default_route.log
20862026-07-14T10:15:56.769Zuploading: /work/rpf_ecmp_priority.log (0 bytes)
20872026-07-14T10:15:57.781Zuploaded: /work/rpf_ecmp_priority.log
20882026-07-14T10:15:57.781Zuploading: /work/rpf_ecmp_v6.log (0 bytes)
20892026-07-14T10:15:58.790Zuploaded: /work/rpf_ecmp_v6.log
20902026-07-14T10:15:58.790Zuploading: /work/rpf_generation.log (0 bytes)
20912026-07-14T10:15:59.799Zuploaded: /work/rpf_generation.log
20922026-07-14T10:15:59.799Zuploading: /work/rpf_linear_scan.log (0 bytes)
20932026-07-14T10:16:00.809Zuploaded: /work/rpf_linear_scan.log
20942026-07-14T10:16:00.809Zuploading: /work/rpf_linear_scan_v6.log (0 bytes)
20952026-07-14T10:16:01.819Zuploaded: /work/rpf_linear_scan_v6.log
20962026-07-14T10:16:01.819Zuploading: /work/rpf_lpm.log (0 bytes)
20972026-07-14T10:16:02.829Zuploaded: /work/rpf_lpm.log
20982026-07-14T10:16:02.829Zuploading: /work/rpf_poptrie.log (0 bytes)
20992026-07-14T10:16:03.838Zuploaded: /work/rpf_poptrie.log
21002026-07-14T10:16:03.838Zuploading: /work/rpf_poptrie_v6.log (0 bytes)
21012026-07-14T10:16:04.845Zuploaded: /work/rpf_poptrie_v6.log
21022026-07-14T10:16:04.845Zuploading: /work/rpf_rapid_rebuilds.log (0 bytes)
21032026-07-14T10:16:05.853Zuploaded: /work/rpf_rapid_rebuilds.log
21042026-07-14T10:16:05.853Zuploading: /work/rpf_shutdown.log (0 bytes)
21052026-07-14T10:16:06.863Zuploaded: /work/rpf_shutdown.log
21062026-07-14T10:16:06.863Zuploading: /work/rpf_v6_interface.log (0 bytes)
21072026-07-14T10:16:07.872Zuploaded: /work/rpf_v6_interface.log
21082026-07-14T10:16:07.872Zuploading: /work/rpf_v6_lpm.log (0 bytes)
21092026-07-14T10:16:08.881Zuploaded: /work/rpf_v6_lpm.log