01KXNY7RR9NHCEBY8Z59TJG8K7: 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: 01KXNY8QBC29QT1FDSG3G6YVWP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T17:07:06.338Zjob assigned to worker 01KXNY99KA3B3EJSC39KA4AWD1 [factory aws, i-019d4bd3533a8d18b] (queued for 1 m 10 s)
 
22026-07-16T17:07:12.801Zstarting task 0: "setup"
32026-07-16T17:07:12.804Z++ uname -s
42026-07-16T17:07:12.804Z+ kern=SunOS
52026-07-16T17:07:12.804Z+ build_user=build
62026-07-16T17:07:12.804Z+ build_uid=12345
72026-07-16T17:07:12.804Z+ work_dir=/work
82026-07-16T17:07:12.804Z+ input_dir=/input
92026-07-16T17:07:12.804Z+ [[ 0 == 12345 ]]
102026-07-16T17:07:12.804Z+ case "$kern" in
112026-07-16T17:07:12.804Z+ groupadd -g 12345 build
122026-07-16T17:07:12.807Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T17:07:14.813Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T17:07:14.894Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T17:07:14.899Z+ home_fs=zfs
162026-07-16T17:07:14.899Z+ [[ zfs == autofs ]]
172026-07-16T17:07:14.899Z+ mkdir -p /home/build
182026-07-16T17:07:14.899Z+ chown build:build /home/build /work
192026-07-16T17:07:16.898Z+ chmod 0700 /home/build /work
202026-07-16T17:07:16.901Zprocess exited: duration 4104 ms, exit code 0
 
212026-07-16T17:07:16.908Zstarting task 1: "rust-toolchain"
222026-07-16T17:07:16.912Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-16T17:07:16.912Z * rust toolchain channel = "stable"
242026-07-16T17:07:16.912Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-16T17:07:16.912Z * rust toolchain profile = "default"
262026-07-16T17:07:16.915Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T17:07:16.915Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T17:07:16.915Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T17:07:16.915Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-16T17:07:17.012Zinfo: downloading installer
312026-07-16T17:07:18.375Zwarn: It looks like you have an existing installation of Rust at:
322026-07-16T17:07:18.375Zwarn: /opt/ooce/bin
332026-07-16T17:07:18.375Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-16T17:07:18.375Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-16T17:07:18.378Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-16T17:07:18.378Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-16T17:07:18.378Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-16T17:07:18.378Zerror: cannot install while Rust is installed
392026-07-16T17:07:18.378Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-16T17:07:18.378Zwarn: It looks like you have an existing rustup settings file at:
412026-07-16T17:07:18.378Zwarn: /home/build/.rustup/settings.toml
422026-07-16T17:07:18.378Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-16T17:07:18.378Zwarn: instead of the one inferred from the default host triple.
442026-07-16T17:07:18.388Zinfo: profile set to default
452026-07-16T17:07:18.388Zinfo: default host triple is x86_64-unknown-illumos
462026-07-16T17:07:18.391Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-16T17:07:18.514Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-16T17:07:18.517Zinfo: downloading 6 components
492026-07-16T17:07:32.825Z
502026-07-16T17:07:32.825Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-07-16T17:07:32.849Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-16T17:07:32.849Z
532026-07-16T17:07:32.850Z
542026-07-16T17:07:32.850ZRust is installed now. Great!
552026-07-16T17:07:32.850Z
562026-07-16T17:07:32.853ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-16T17:07:32.853Zenvironment variable. This has not been done automatically.
582026-07-16T17:07:32.853Z
592026-07-16T17:07:32.853ZTo configure your current shell, you need to source
602026-07-16T17:07:32.853Zthe corresponding env file under $HOME/.cargo.
612026-07-16T17:07:32.853Z
622026-07-16T17:07:32.853ZThis is usually done by running one of the following (note the leading DOT):
632026-07-16T17:07:32.853Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-16T17:07:32.853Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-16T17:07:32.853Zsource "~/.cargo/env.nu" # For nushell
662026-07-16T17:07:32.853Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-16T17:07:32.853Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-16T17:07:32.853Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-16T17:07:32.854Zwarn: no default linker (`cc`) was found in your PATH
702026-07-16T17:07:32.854Zwarn: many Rust crates require a system C toolchain to build
712026-07-16T17:07:32.955Z+ rustup --version
722026-07-16T17:07:32.963Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-16T17:07:32.966Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-16T17:07:32.985Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-16T17:07:32.989Z+ cargo --version
762026-07-16T17:07:33.002Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-16T17:07:33.005Z+ rustc --version
782026-07-16T17:07:33.024Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-16T17:07:33.027Zprocess exited: duration 16116 ms, exit code 0
 
802026-07-16T17:07:33.033Zstarting task 2: "authentication"
812026-07-16T17:07:33.049Zprocess exited: duration 16 ms, exit code 0
 
822026-07-16T17:07:33.055Zstarting task 3: "clone repository"
832026-07-16T17:07:33.060Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-16T17:07:33.063Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-16T17:07:33.094ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-16T17:07:34.691Z+ cd /work/oxidecomputer/maghemite
872026-07-16T17:07:34.691Z+ git fetch origin d3c8f26d9bf94e252f4f2ff212222be337b14c24
882026-07-16T17:07:35.068ZFrom https://github.com/oxidecomputer/maghemite
892026-07-16T17:07:35.068Z * branch d3c8f26d9bf94e252f4f2ff212222be337b14c24 -> FETCH_HEAD
902026-07-16T17:07:35.074Z+ [[ -n john/bfd-async ]]
912026-07-16T17:07:35.077Z++ git branch --show-current
922026-07-16T17:07:35.077Z+ current=main
932026-07-16T17:07:35.077Z+ [[ main != john/bfd-async ]]
942026-07-16T17:07:35.077Z+ git branch -f john/bfd-async d3c8f26d9bf94e252f4f2ff212222be337b14c24
952026-07-16T17:07:35.080Z+ git checkout -f john/bfd-async
962026-07-16T17:07:35.099ZSwitched to branch 'john/bfd-async'
972026-07-16T17:07:35.102Z+ git reset --hard d3c8f26d9bf94e252f4f2ff212222be337b14c24
982026-07-16T17:07:35.106ZHEAD is now at d3c8f26 add test for poll response after long delay
992026-07-16T17:07:35.109Zprocess exited: duration 2051 ms, exit code 0
 
1002026-07-16T17:07:35.115Zstarting task 4: "build"
1012026-07-16T17:07:35.119Z+ set -e
1022026-07-16T17:07:35.119Z+ source .github/buildomat/test-common.sh
1032026-07-16T17:07:35.122Z++ NEXTEST_VERSION=0.9.97
1042026-07-16T17:07:35.122Z++ PLATFORM=illumos
1052026-07-16T17:07:35.122Z++ banner install
1062026-07-16T17:07:35.122Z
1072026-07-16T17:07:35.122Z # # # #### ##### ## # #
1082026-07-16T17:07:35.122Z # ## # # # # # # #
1092026-07-16T17:07:35.122Z # # # # #### # # # # #
1102026-07-16T17:07:35.122Z # # # # # # ###### # #
1112026-07-16T17:07:35.122Z # # ## # # # # # # #
1122026-07-16T17:07:35.122Z # # # #### # # # ###### ######
1132026-07-16T17:07:35.122Z
1142026-07-16T17:07:35.122Z++ set +o errexit
1152026-07-16T17:07:35.125Z++ pkg info clang-15
1162026-07-16T17:07:35.125Z++ grep -qi installed
1172026-07-16T17:07:36.389Zpkg: info: no packages matching the following patterns you specified are
1182026-07-16T17:07:36.389Zinstalled on the system. Try querying remotely instead:
1192026-07-16T17:07:36.389Z
1202026-07-16T17:07:36.390Z clang-15
1212026-07-16T17:07:36.430Z++ [[ 1 != 0 ]]
1222026-07-16T17:07:36.433Z++ set -o errexit
1232026-07-16T17:07:36.433Z++ pfexec pkg install clang-15
1242026-07-16T17:07:44.362Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-07-16T17:07:52.228Z Startup: Caching catalogs ... Done
1262026-07-16T17:07:59.552ZPlanning: Solver setup ... Done
1272026-07-16T17:07:59.594ZPlanning: Running solver ... Done
1282026-07-16T17:07:59.734ZPlanning: Finding local manifests ... Done
1292026-07-16T17:08:00.172ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-16T17:08:01.477ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-16T17:08:01.506ZPlanning: Package planning ... Done
1322026-07-16T17:08:01.533ZPlanning: Merging actions ... Done
1332026-07-16T17:08:01.642ZPlanning: Checking for conflicting actions ... Done
1342026-07-16T17:08:01.648ZPlanning: Consolidating action changes ... Done
1352026-07-16T17:08:02.362ZPlanning: Evaluating mediators ... Done
1362026-07-16T17:08:02.367ZPlanning: Planning completed in 9.96 seconds
1372026-07-16T17:08:02.379Z Packages to install: 2
1382026-07-16T17:08:02.379Z Mediators to change: 2
1392026-07-16T17:08:02.379Z Services to change: 1
1402026-07-16T17:08:02.379Z Create boot environment: No
1412026-07-16T17:08:02.382ZCreate backup boot environment: No
1422026-07-16T17:08:02.420Z
1432026-07-16T17:08:02.420ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-07-16T17:08:07.896ZDownload: 982/3076 items 82.2/211.3MB 38% complete (21.9M/s)
1452026-07-16T17:08:17.642ZDownload: 984/3076 items 82.2/211.3MB 38% complete
1462026-07-16T17:08:22.656ZDownload: 1332/3076 items 114.8/211.3MB 54% complete (7.4M/s)
1472026-07-16T17:08:27.700ZDownload: 1579/3076 items 115.8/211.3MB 54% complete (3.5M/s)
1482026-07-16T17:08:32.703ZDownload: 1855/3076 items 117.5/211.3MB 55% complete (276k/s)
1492026-07-16T17:08:39.096ZDownload: 2006/3076 items 117.9/211.3MB 55% complete (256k/s)
1502026-07-16T17:08:46.313ZDownload: 2392/3076 items 119.2/211.3MB 56% complete (153k/s)
1512026-07-16T17:08:49.119ZDownload: 3032/3076 items 200.3/211.3MB 94% complete (8.4M/s)
1522026-07-16T17:08:55.598ZDownload: 3064/3076 items 209.8/211.3MB 99% complete (9.0M/s)
1532026-07-16T17:09:05.145ZDownload: 3068/3076 items 211.1/211.3MB 99% complete (6.8M/s)
1542026-07-16T17:09:17.849ZDownload: 3069/3076 items 211.1/211.3MB 99% complete
1552026-07-16T17:09:17.876ZDownload: Completed 211.31 MB in 75.45 seconds (2.8M/s)
1562026-07-16T17:09:17.986Z Actions: 1/3418 actions (Installing new actions)
1572026-07-16T17:09:21.129Z Actions: Completed 3418 actions in 3.14 seconds.
1582026-07-16T17:09:21.785Z Done
1592026-07-16T17:09:21.785Z Done
1602026-07-16T17:09:22.560Z Done
1612026-07-16T17:09:25.950Z Done
1622026-07-16T17:09:26.024Z Done
1632026-07-16T17:09:26.029Z Done
1642026-07-16T17:09:26.275Z Done
1652026-07-16T17:09:26.960Z++ set -o errexit
1662026-07-16T17:09:26.960Z++ cargo --version
1672026-07-16T17:09:26.967Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1682026-07-16T17:09:27.108Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1692026-07-16T17:09:27.111Zinfo: downloading 6 components
1702026-07-16T17:09:41.449Zcargo 1.96.1 (356927216 2026-06-26)
1712026-07-16T17:09:41.453Z++ rustc --version
1722026-07-16T17:09:41.482Zrustc 1.96.1 (31fca3adb 2026-06-26)
1732026-07-16T17:09:41.485Z++ cargo install cargo-nextest --version 0.9.97
1742026-07-16T17:09:41.529Z Updating crates.io index
1752026-07-16T17:09:41.624Z Downloading crates ...
1762026-07-16T17:09:41.671Z Downloaded cargo-nextest v0.9.97
1772026-07-16T17:09:41.731Z Installing cargo-nextest v0.9.97
1782026-07-16T17:09:41.734Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1792026-07-16T17:09:41.734Z |
1802026-07-16T17:09:41.734Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1812026-07-16T17:09:41.734Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1822026-07-16T17:09:41.772Z Updating crates.io index
1832026-07-16T17:09:43.735Z Locking 395 packages to latest compatible versions
1842026-07-16T17:09:43.738Z Adding dialoguer v0.11.0 (available: v0.12.0)
1852026-07-16T17:09:43.738Z Adding duct v0.13.7 (available: v1.1.1)
1862026-07-16T17:09:43.741Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1872026-07-16T17:09:43.741Z Adding generic-array v0.14.7 (available: v0.14.9)
1882026-07-16T17:09:43.747Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1892026-07-16T17:09:43.747Z Adding itertools v0.14.0 (available: v0.15.0)
1902026-07-16T17:09:43.747Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1912026-07-16T17:09:43.747Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1922026-07-16T17:09:43.747Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1932026-07-16T17:09:43.751Z Adding quick-junit v0.5.2 (available: v0.6.1)
1942026-07-16T17:09:43.778Z Downloading crates ...
1952026-07-16T17:09:43.841Z Downloaded backtrace-ext v0.2.1
1962026-07-16T17:09:43.846Z Downloaded atomicwrites v0.4.4
1972026-07-16T17:09:43.846Z Downloaded ahash v0.8.12
1982026-07-16T17:09:43.847Z Downloaded addr2line v0.25.1
1992026-07-16T17:09:43.849Z Downloaded crypto-common v0.1.7
2002026-07-16T17:09:43.850Z Downloaded clap_lex v1.1.0
2012026-07-16T17:09:43.850Z Downloaded atomic-waker v1.1.2
2022026-07-16T17:09:43.853Z Downloaded borsh v1.7.0
2032026-07-16T17:09:43.856Z Downloaded cpufeatures v0.2.17
2042026-07-16T17:09:43.861Z Downloaded color-spantrace v0.3.0
2052026-07-16T17:09:43.861Z Downloaded block-buffer v0.10.4
2062026-07-16T17:09:43.861Z Downloaded cargo-platform v0.3.3
2072026-07-16T17:09:43.861Z Downloaded cfg-if v1.0.4
2082026-07-16T17:09:43.864Z Downloaded equivalent v1.0.2
2092026-07-16T17:09:43.867Z Downloaded colorchoice v1.0.5
2102026-07-16T17:09:43.873Z Downloaded cargo-platform v0.2.0
2112026-07-16T17:09:43.873Z Downloaded adler2 v2.0.1
2122026-07-16T17:09:43.878Z Downloaded indexmap v2.14.0
2132026-07-16T17:09:43.882Z Downloaded foldhash v0.1.5
2142026-07-16T17:09:43.882Z Downloaded indenter v0.3.4
2152026-07-16T17:09:43.885Z Downloaded futures-sink v0.3.32
2162026-07-16T17:09:43.886Z Downloaded is_ci v1.2.0
2172026-07-16T17:09:43.886Z Downloaded cfg_aliases v0.2.2
2182026-07-16T17:09:43.886Z Downloaded indent_write v2.2.0
2192026-07-16T17:09:43.889Z Downloaded nextest-workspace-hack v0.1.0
2202026-07-16T17:09:43.889Z Downloaded hex v0.4.3
2212026-07-16T17:09:43.889Z Downloaded nested v0.1.1
2222026-07-16T17:09:43.893Z Downloaded foreign-types v0.3.2
2232026-07-16T17:09:43.893Z Downloaded anstyle-parse v1.0.0
2242026-07-16T17:09:43.893Z Downloaded lock_api v0.4.14
2252026-07-16T17:09:43.893Z Downloaded futures-macro v0.3.32
2262026-07-16T17:09:43.897Z Downloaded anstyle-query v1.1.5
2272026-07-16T17:09:43.897Z Downloaded convert_case v0.10.0
2282026-07-16T17:09:43.901Z Downloaded mukti-metadata v0.3.0
2292026-07-16T17:09:43.901Z Downloaded cargo_metadata v0.23.1
2302026-07-16T17:09:43.901Z Downloaded anstyle v1.0.14
2312026-07-16T17:09:43.906Z Downloaded lazy_static v1.5.0
2322026-07-16T17:09:43.906Z Downloaded pathdiff v0.2.3
2332026-07-16T17:09:43.907Z Downloaded lru-slab v0.1.2
2342026-07-16T17:09:43.907Z Downloaded base64ct v1.8.3
2352026-07-16T17:09:43.911Z Downloaded anstream v1.0.0
2362026-07-16T17:09:43.911Z Downloaded humantime-serde v1.1.1
2372026-07-16T17:09:43.911Z Downloaded cpufeatures v0.3.0
2382026-07-16T17:09:43.911Z Downloaded once_cell v1.21.4
2392026-07-16T17:09:43.918Z Downloaded guppy-workspace-hack v0.1.0
2402026-07-16T17:09:43.918Z Downloaded curve25519-dalek-derive v0.1.1
2412026-07-16T17:09:43.918Z Downloaded idna_adapter v1.0.0
2422026-07-16T17:09:43.919Z Downloaded async-scoped v0.9.0
2432026-07-16T17:09:43.919Z Downloaded heck v0.5.0
2442026-07-16T17:09:43.919Z Downloaded native-tls v0.2.18
2452026-07-16T17:09:43.922Z Downloaded number_prefix v0.4.0
2462026-07-16T17:09:43.922Z Downloaded foreign-types-shared v0.1.1
2472026-07-16T17:09:43.922Z Downloaded futures-task v0.3.32
2482026-07-16T17:09:43.922Z Downloaded hyper-tls v0.6.0
2492026-07-16T17:09:43.926Z Downloaded os_pipe v1.2.3
2502026-07-16T17:09:43.926Z Downloaded futures-io v0.3.32
2512026-07-16T17:09:43.931Z Downloaded errno v0.3.14
2522026-07-16T17:09:43.931Z Downloaded form_urlencoded v1.2.2
2532026-07-16T17:09:43.931Z Downloaded openssl-probe v0.2.1
2542026-07-16T17:09:43.935Z Downloaded document-features v0.2.12
2552026-07-16T17:09:43.941Z Downloaded ordered-float v2.10.1
2562026-07-16T17:09:43.941Z Downloaded itoa v1.0.18
2572026-07-16T17:09:43.941Z Downloaded enable-ansi-support v0.2.1
2582026-07-16T17:09:43.945Z Downloaded futures-core v0.3.32
2592026-07-16T17:09:43.949Z Downloaded scopeguard v1.2.0
2602026-07-16T17:09:43.953Z Downloaded rustc-hash v2.1.3
2612026-07-16T17:09:43.954Z Downloaded is_terminal_polyfill v1.70.2
2622026-07-16T17:09:43.954Z Downloaded crc32fast v1.5.0
2632026-07-16T17:09:43.958Z Downloaded console v0.15.11
2642026-07-16T17:09:43.958Z Downloaded openssl-macros v0.1.1
2652026-07-16T17:09:43.958Z Downloaded home v0.5.12
2662026-07-16T17:09:43.963Z Downloaded autocfg v1.5.1
2672026-07-16T17:09:43.963Z Downloaded clap_derive v4.6.1
2682026-07-16T17:09:43.968Z Downloaded rustc_version v0.4.1
2692026-07-16T17:09:43.968Z Downloaded percent-encoding v2.3.2
2702026-07-16T17:09:43.968Z Downloaded cargo-util-schemas v0.2.0
2712026-07-16T17:09:43.968Z Downloaded generic-array v0.14.7
2722026-07-16T17:09:43.975Z Downloaded quote v1.0.46
2732026-07-16T17:09:43.975Z Downloaded serde-value v0.7.0
2742026-07-16T17:09:43.975Z Downloaded serde_spanned v1.1.1
2752026-07-16T17:09:43.975Z Downloaded hyper-rustls v0.27.9
2762026-07-16T17:09:43.981Z Downloaded serde_spanned v0.6.9
2772026-07-16T17:09:43.981Z Downloaded serde_ignored v0.1.14
2782026-07-16T17:09:43.981Z Downloaded serde_urlencoded v0.7.1
2792026-07-16T17:09:43.981Z Downloaded rand_pcg v0.10.2
2802026-07-16T17:09:43.985Z Downloaded sigchld v0.2.4
2812026-07-16T17:09:43.985Z Downloaded strsim v0.11.1
2822026-07-16T17:09:43.985Z Downloaded camino v1.2.4
2832026-07-16T17:09:43.990Z Downloaded signal-hook-mio v0.2.5
2842026-07-16T17:09:43.990Z Downloaded shared_child v1.1.1
2852026-07-16T17:09:43.990Z Downloaded signature v2.2.0
2862026-07-16T17:09:43.995Z Downloaded sync_wrapper v1.0.2
2872026-07-16T17:09:43.995Z Downloaded dialoguer v0.11.0
2882026-07-16T17:09:43.995Z Downloaded swrite v0.1.0
2892026-07-16T17:09:43.999Z Downloaded self-replace v1.5.0
2902026-07-16T17:09:43.999Z Downloaded futures-executor v0.3.32
2912026-07-16T17:09:43.999Z Downloaded rand_core v0.10.1
2922026-07-16T17:09:43.999Z Downloaded serde-untagged v0.1.9
2932026-07-16T17:09:43.999Z Downloaded pkg-config v0.3.33
2942026-07-16T17:09:44.005Z Downloaded ed25519 v2.2.3
2952026-07-16T17:09:44.005Z Downloaded digest v0.10.7
2962026-07-16T17:09:44.005Z Downloaded debug-ignore v1.0.5
2972026-07-16T17:09:44.005Z Downloaded pkcs8 v0.10.2
2982026-07-16T17:09:44.008Z Downloaded http-body-util v0.1.4
2992026-07-16T17:09:44.008Z Downloaded http-body v1.1.0
3002026-07-16T17:09:44.008Z Downloaded humantime v2.4.0
3012026-07-16T17:09:44.014Z Downloaded rustc-demangle v0.1.28
3022026-07-16T17:09:44.014Z Downloaded ipnet v2.12.0
3032026-07-16T17:09:44.014Z Downloaded fixedbitset v0.5.7
3042026-07-16T17:09:44.019Z Downloaded supports-hyperlinks v3.2.0
3052026-07-16T17:09:44.019Z Downloaded supports-color v3.0.2
3062026-07-16T17:09:44.019Z Downloaded terminal_size v0.4.4
3072026-07-16T17:09:44.019Z Downloaded rand_core v0.6.4
3082026-07-16T17:09:44.019Z Downloaded owo-colors v4.3.0
3092026-07-16T17:09:44.023Z Downloaded miette-derive v7.6.0
3102026-07-16T17:09:44.023Z Downloaded quinn-udp v0.5.15
3112026-07-16T17:09:44.023Z Downloaded subtle v2.6.1
3122026-07-16T17:09:44.023Z Downloaded tinyvec_macros v0.1.1
3132026-07-16T17:09:44.028Z Downloaded ppv-lite86 v0.2.21
3142026-07-16T17:09:44.028Z Downloaded jobserver v0.1.35
3152026-07-16T17:09:44.028Z Downloaded const-oid v0.9.6
3162026-07-16T17:09:44.031Z Downloaded fnv v1.0.7
3172026-07-16T17:09:44.031Z Downloaded camino-tempfile v1.4.1
3182026-07-16T17:09:44.031Z Downloaded iana-time-zone v0.1.65
3192026-07-16T17:09:44.031Z Downloaded parking_lot v0.12.5
3202026-07-16T17:09:44.036Z Downloaded httparse v1.10.1
3212026-07-16T17:09:44.037Z Downloaded config v0.15.25
3222026-07-16T17:09:44.043Z Downloaded tokio-macros v2.7.0
3232026-07-16T17:09:44.043Z Downloaded thread_local v1.1.10
3242026-07-16T17:09:44.043Z Downloaded newtype-uuid v1.3.2
3252026-07-16T17:09:44.043Z Downloaded globset v0.4.19
3262026-07-16T17:09:44.043Z Downloaded parking_lot_core v0.9.12
3272026-07-16T17:09:44.048Z Downloaded chacha20 v0.10.1
3282026-07-16T17:09:44.048Z Downloaded sha2 v0.10.9
3292026-07-16T17:09:44.048Z Downloaded shell-words v1.1.1
3302026-07-16T17:09:44.048Z Downloaded slab v0.4.12
3312026-07-16T17:09:44.049Z Downloaded simd-adler32 v0.3.10
3322026-07-16T17:09:44.049Z Downloaded indicatif v0.17.11
3332026-07-16T17:09:44.052Z Downloaded toml_datetime v0.6.11
3342026-07-16T17:09:44.052Z Downloaded static_assertions v1.1.0
3352026-07-16T17:09:44.052Z Downloaded smol_str v0.3.6
3362026-07-16T17:09:44.056Z Downloaded tracing-error v0.2.1
3372026-07-16T17:09:44.056Z Downloaded toml_write v0.1.2
3382026-07-16T17:09:44.056Z Downloaded signal-hook-registry v1.4.8
3392026-07-16T17:09:44.056Z Downloaded tower-service v0.3.3
3402026-07-16T17:09:44.056Z Downloaded serde_path_to_error v0.1.20
3412026-07-16T17:09:44.059Z Downloaded find-msvc-tools v0.1.9
3422026-07-16T17:09:44.059Z Downloaded nextest-metadata v0.12.2
3432026-07-16T17:09:44.059Z Downloaded thiserror v1.0.69
3442026-07-16T17:09:44.064Z Downloaded spki v0.7.3
3452026-07-16T17:09:44.065Z Downloaded erased-serde v0.4.10
3462026-07-16T17:09:44.069Z Downloaded cargo_metadata v0.20.0
3472026-07-16T17:09:44.069Z Downloaded future-queue v0.4.0
3482026-07-16T17:09:44.069Z Downloaded duct v0.13.7
3492026-07-16T17:09:44.069Z Downloaded rustls-pki-types v1.15.0
3502026-07-16T17:09:44.073Z Downloaded futures-channel v0.3.32
3512026-07-16T17:09:44.073Z Downloaded pin-project-lite v0.2.17
3522026-07-16T17:09:44.077Z Downloaded nextest-filtering v0.15.0
3532026-07-16T17:09:44.077Z Downloaded rand_chacha v0.9.0
3542026-07-16T17:09:44.077Z Downloaded eyre v0.6.12
3552026-07-16T17:09:44.081Z Downloaded target-lexicon v0.13.5
3562026-07-16T17:09:44.082Z Downloaded fastrand v2.4.1
3572026-07-16T17:09:44.082Z Downloaded getrandom v0.2.17
3582026-07-16T17:09:44.085Z Downloaded try-lock v0.2.5
3592026-07-16T17:09:44.085Z Downloaded tower-layer v0.3.3
3602026-07-16T17:09:44.085Z Downloaded unicode-xid v0.2.6
3612026-07-16T17:09:44.085Z Downloaded target-spec-miette v0.4.8
3622026-07-16T17:09:44.090Z Downloaded urlencoding v2.1.3
3632026-07-16T17:09:44.090Z Downloaded litrs v1.0.0
3642026-07-16T17:09:44.091Z Downloaded thiserror-impl v1.0.69
3652026-07-16T17:09:44.098Z Downloaded semver v1.0.28
3662026-07-16T17:09:44.098Z Downloaded thiserror v2.0.18
3672026-07-16T17:09:44.098Z Downloaded tokio-native-tls v0.3.1
3682026-07-16T17:09:44.098Z Downloaded self_update v0.42.0
3692026-07-16T17:09:44.103Z Downloaded typeid v1.0.3
3702026-07-16T17:09:44.103Z Downloaded rand_core v0.9.5
3712026-07-16T17:09:44.103Z Downloaded supports-unicode v3.0.0
3722026-07-16T17:09:44.103Z Downloaded strip-ansi-escapes v0.2.1
3732026-07-16T17:09:44.103Z Downloaded utf8parse v0.2.2
3742026-07-16T17:09:44.103Z Downloaded utf8_iter v1.0.4
3752026-07-16T17:09:44.104Z Downloaded want v0.3.1
3762026-07-16T17:09:44.104Z Downloaded version_check v0.9.5
3772026-07-16T17:09:44.110Z Downloaded untrusted v0.9.0
3782026-07-16T17:09:44.110Z Downloaded thiserror-impl v2.0.18
3792026-07-16T17:09:44.110Z Downloaded filetime v0.2.29
3802026-07-16T17:09:44.110Z Downloaded pin-project v1.1.13
3812026-07-16T17:09:44.117Z Downloaded xattr v1.6.1
3822026-07-16T17:09:44.122Z Downloaded either v1.16.0
3832026-07-16T17:09:44.122Z Downloaded smallvec v1.15.2
3842026-07-16T17:09:44.122Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3852026-07-16T17:09:44.129Z Downloaded bytes v1.12.1
3862026-07-16T17:09:44.133Z Downloaded tracing-log v0.2.0
3872026-07-16T17:09:44.133Z Downloaded futures v0.3.32
3882026-07-16T17:09:44.139Z Downloaded quick-junit v0.5.2
3892026-07-16T17:09:44.139Z Downloaded proc-macro2 v1.0.106
3902026-07-16T17:09:44.142Z Downloaded getrandom v0.4.3
3912026-07-16T17:09:44.142Z Downloaded derive-where v1.6.1
3922026-07-16T17:09:44.146Z Downloaded log v0.4.33
3932026-07-16T17:09:44.146Z Downloaded num-traits v0.2.19
3942026-07-16T17:09:44.149Z Downloaded flate2 v1.1.9
3952026-07-16T17:09:44.152Z Downloaded unicase v2.9.0
3962026-07-16T17:09:44.152Z Downloaded ryu v1.0.23
3972026-07-16T17:09:44.156Z Downloaded clap v4.6.2
3982026-07-16T17:09:44.159Z Downloaded unicode-linebreak v0.1.5
3992026-07-16T17:09:44.159Z Downloaded pin-project-internal v1.1.13
4002026-07-16T17:09:44.163Z Downloaded openssl-sys v0.9.117
4012026-07-16T17:09:44.167Z Downloaded xxhash-rust v0.8.17
4022026-07-16T17:09:44.168Z Downloaded cc v1.2.67
4032026-07-16T17:09:44.168Z Downloaded zeroize v1.9.0
4042026-07-16T17:09:44.173Z Downloaded socket2 v0.6.5
4052026-07-16T17:09:44.173Z Downloaded signal-hook v0.3.18
4062026-07-16T17:09:44.173Z Downloaded shlex v2.0.1
4072026-07-16T17:09:44.174Z Downloaded toml v0.8.23
4082026-07-16T17:09:44.177Z Downloaded zmij v1.0.23
4092026-07-16T17:09:44.177Z Downloaded zstd-safe v7.2.4
4102026-07-16T17:09:44.177Z Downloaded sharded-slab v0.1.7
4112026-07-16T17:09:44.177Z Downloaded zstd v0.13.3
4122026-07-16T17:09:44.182Z Downloaded zipsign-api v0.1.5
4132026-07-16T17:09:44.182Z Downloaded tracing-attributes v0.1.31
4142026-07-16T17:09:44.185Z Downloaded toml_writer v1.1.2+spec-1.1.0
4152026-07-16T17:09:44.185Z Downloaded toml_parser v1.1.2+spec-1.1.0
4162026-07-16T17:09:44.185Z Downloaded tokio-stream v0.1.18
4172026-07-16T17:09:44.188Z Downloaded tempfile v3.27.0
4182026-07-16T17:09:44.188Z Downloaded target-spec v3.6.0
4192026-07-16T17:09:44.193Z Downloaded ed25519-dalek v2.2.0
4202026-07-16T17:09:44.196Z Downloaded miniz_oxide v0.8.9
4212026-07-16T17:09:44.196Z Downloaded textwrap v0.16.2
4222026-07-16T17:09:44.196Z Downloaded serde_derive v1.0.228
4232026-07-16T17:09:44.200Z Downloaded base64 v0.22.1
4242026-07-16T17:09:44.200Z Downloaded tinyvec v1.12.0
4252026-07-16T17:09:44.204Z Downloaded backtrace v0.3.76
4262026-07-16T17:09:44.204Z Downloaded tokio-rustls v0.26.4
4272026-07-16T17:09:44.207Z Downloaded toml v1.1.3+spec-1.1.0
4282026-07-16T17:09:44.210Z Downloaded derive_more v2.1.1
4292026-07-16T17:09:44.214Z Downloaded mio v1.2.2
4302026-07-16T17:09:44.218Z Downloaded tracing-core v0.1.36
4312026-07-16T17:09:44.221Z Downloaded tar v0.4.46
4322026-07-16T17:09:44.226Z Downloaded serde v1.0.228
4332026-07-16T17:09:44.226Z Downloaded der v0.7.10
4342026-07-16T17:09:44.232Z Downloaded vte v0.14.1
4352026-07-16T17:09:44.232Z Downloaded serde_core v1.0.228
4362026-07-16T17:09:44.237Z Downloaded getrandom v0.3.4
4372026-07-16T17:09:44.237Z Downloaded bitflags v2.13.1
4382026-07-16T17:09:44.237Z Downloaded cfg-expr v0.20.8
4392026-07-16T17:09:44.244Z Downloaded derive_more-impl v2.1.1
4402026-07-16T17:09:44.244Z Downloaded quinn v0.11.11
4412026-07-16T17:09:44.248Z Downloaded rustls-webpki v0.103.13
4422026-07-16T17:09:44.248Z Downloaded unicode-ident v1.0.24
4432026-07-16T17:09:44.251Z Downloaded http v1.4.2
4442026-07-16T17:09:44.254Z Downloaded memchr v2.8.3
4452026-07-16T17:09:44.267Z Downloaded url v2.5.8
4462026-07-16T17:09:44.271Z Downloaded hashbrown v0.15.5
4472026-07-16T17:09:44.274Z Downloaded rand v0.9.5
4482026-07-16T17:09:44.277Z Downloaded crossterm v0.29.0
4492026-07-16T17:09:44.293Z Downloaded uuid v1.24.0
4502026-07-16T17:09:44.298Z Downloaded typenum v1.20.1
4512026-07-16T17:09:44.301Z Downloaded hyper-util v0.1.20
4522026-07-16T17:09:44.305Z Downloaded toml_edit v0.22.27
4532026-07-16T17:09:44.309Z Downloaded rand v0.10.2
4542026-07-16T17:09:44.313Z Downloaded miette v7.6.0
4552026-07-16T17:09:44.351Z Downloaded guppy v0.17.26
4562026-07-16T17:09:44.363Z Downloaded tokio-util v0.7.18
4572026-07-16T17:09:44.363Z Downloaded serde_json v1.0.150
4582026-07-16T17:09:44.363Z Downloaded h2 v0.4.15
4592026-07-16T17:09:44.363Z Downloaded hashbrown v0.17.1
4602026-07-16T17:09:44.363Z Downloaded unicode-normalization v0.1.25
4612026-07-16T17:09:44.363Z Downloaded aho-corasick v1.1.4
4622026-07-16T17:09:44.363Z Downloaded tower v0.5.3
4632026-07-16T17:09:44.363Z Downloaded futures-util v0.3.32
4642026-07-16T17:09:44.363Z Downloaded clap_builder v4.6.2
4652026-07-16T17:09:44.363Z Downloaded ron v0.12.2
4662026-07-16T17:09:44.367Z Downloaded idna v1.1.0
4672026-07-16T17:09:44.367Z Downloaded chrono v0.4.45
4682026-07-16T17:09:44.374Z Downloaded webpki-roots v1.0.8
4692026-07-16T17:09:44.378Z Downloaded unicode-segmentation v1.13.3
4702026-07-16T17:09:44.382Z Downloaded curve25519-dalek v4.1.3
4712026-07-16T17:09:44.386Z Downloaded hyper v1.10.1
4722026-07-16T17:09:44.390Z Downloaded itertools v0.14.0
4732026-07-16T17:09:44.393Z Downloaded vcpkg v0.2.15
4742026-07-16T17:09:44.415Z Downloaded unicode-width v0.2.2
4752026-07-16T17:09:44.419Z Downloaded pulldown-cmark v0.13.4
4762026-07-16T17:09:44.422Z Downloaded regex v1.13.1
4772026-07-16T17:09:44.427Z Downloaded gimli v0.32.3
4782026-07-16T17:09:44.433Z Downloaded reqwest v0.12.28
4792026-07-16T17:09:44.439Z Downloaded bstr v1.13.0
4802026-07-16T17:09:44.456Z Downloaded quick-xml v0.37.5
4812026-07-16T17:09:44.462Z Downloaded color-eyre v0.6.5
4822026-07-16T17:09:44.475Z Downloaded portable-atomic v1.13.1
4832026-07-16T17:09:44.482Z Downloaded tokio v1.52.4
4842026-07-16T17:09:44.504Z Downloaded tower-http v0.6.11
4852026-07-16T17:09:44.508Z Downloaded quick-xml v0.38.4
4862026-07-16T17:09:44.531Z Downloaded winnow v1.0.4
4872026-07-16T17:09:44.537Z Downloaded winnow v0.7.15
4882026-07-16T17:09:44.543Z Downloaded quinn-proto v0.11.16
4892026-07-16T17:09:44.546Z Downloaded tracing-subscriber v0.3.23
4902026-07-16T17:09:44.554Z Downloaded openssl v0.10.81
4912026-07-16T17:09:44.591Z Downloaded nextest-runner v0.80.0
4922026-07-16T17:09:44.607Z Downloaded unicode-width v0.1.14
4932026-07-16T17:09:44.613Z Downloaded zerocopy v0.8.54
4942026-07-16T17:09:44.622Z Downloaded regex-syntax v0.8.11
4952026-07-16T17:09:44.633Z Downloaded object v0.37.3
4962026-07-16T17:09:44.639Z Downloaded syn v2.0.119
4972026-07-16T17:09:44.646Z Downloaded nix v0.30.1
4982026-07-16T17:09:44.657Z Downloaded rustls v0.23.42
4992026-07-16T17:09:44.663Z Downloaded rustix v0.38.44
5002026-07-16T17:09:44.685Z Downloaded rustix v1.1.4
5012026-07-16T17:09:44.710Z Downloaded tracing v0.1.44
5022026-07-16T17:09:44.750Z Downloaded regex-automata v0.4.16
5032026-07-16T17:09:44.816Z Downloaded petgraph v0.8.3
5042026-07-16T17:09:44.828Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5052026-07-16T17:09:44.836Z Downloaded libc v0.2.186
5062026-07-16T17:09:44.907Z Downloaded recursion v0.5.4
5072026-07-16T17:09:44.911Z Downloaded ring v0.17.14
5082026-07-16T17:09:44.964Z Compiling libc v0.2.186
5092026-07-16T17:09:44.964Z Compiling proc-macro2 v1.0.106
5102026-07-16T17:09:44.964Z Compiling quote v1.0.46
5112026-07-16T17:09:44.964Z Compiling unicode-ident v1.0.24
5122026-07-16T17:09:44.969Z Compiling serde_core v1.0.228
5132026-07-16T17:09:44.969Z Compiling cfg-if v1.0.4
5142026-07-16T17:09:44.969Z Compiling memchr v2.8.3
5152026-07-16T17:09:44.969Z Compiling once_cell v1.21.4
5162026-07-16T17:09:45.227Z Compiling log v0.4.33
5172026-07-16T17:09:45.227Z Compiling pin-project-lite v0.2.17
5182026-07-16T17:09:45.320Z Compiling serde v1.0.228
5192026-07-16T17:09:45.385Z Compiling itoa v1.0.18
5202026-07-16T17:09:45.526Z Compiling futures-core v0.3.32
5212026-07-16T17:09:45.631Z Compiling smallvec v1.15.2
5222026-07-16T17:09:45.681Z Compiling bitflags v2.13.1
5232026-07-16T17:09:45.686Z Compiling shlex v2.0.1
5242026-07-16T17:09:45.872Z Compiling find-msvc-tools v0.1.9
5252026-07-16T17:09:45.884Z Compiling hashbrown v0.17.1
5262026-07-16T17:09:46.070Z Compiling errno v0.3.14
5272026-07-16T17:09:46.084Z Compiling equivalent v1.0.2
5282026-07-16T17:09:46.138Z Compiling bytes v1.12.1
5292026-07-16T17:09:46.261Z Compiling signal-hook-registry v1.4.8
5302026-07-16T17:09:46.273Z Compiling jobserver v0.1.35
5312026-07-16T17:09:46.289Z Compiling mio v1.2.2
5322026-07-16T17:09:46.329Z Compiling futures-sink v0.3.32
5332026-07-16T17:09:46.437Z Compiling syn v2.0.119
5342026-07-16T17:09:46.448Z Compiling rustix v1.1.4
5352026-07-16T17:09:46.577Z Compiling cc v1.2.67
5362026-07-16T17:09:46.587Z Compiling socket2 v0.6.5
5372026-07-16T17:09:46.811Z Compiling slab v0.4.12
5382026-07-16T17:09:46.980Z Compiling zmij v1.0.23
5392026-07-16T17:09:46.980Z Compiling futures-channel v0.3.32
5402026-07-16T17:09:47.011Z Compiling tracing-core v0.1.36
5412026-07-16T17:09:47.233Z Compiling version_check v0.9.5
5422026-07-16T17:09:47.340Z Compiling serde_json v1.0.150
5432026-07-16T17:09:47.399Z Compiling indexmap v2.14.0
5442026-07-16T17:09:47.616Z Compiling getrandom v0.4.3
5452026-07-16T17:09:47.661Z Compiling futures-io v0.3.32
5462026-07-16T17:09:47.836Z Compiling futures-task v0.3.32
5472026-07-16T17:09:47.936Z Compiling percent-encoding v2.3.2
5482026-07-16T17:09:47.946Z Compiling camino v1.2.4
5492026-07-16T17:09:48.017Z Compiling unicode-width v0.2.2
5502026-07-16T17:09:48.220Z Compiling ring v0.17.14
5512026-07-16T17:09:48.310Z Compiling http v1.4.2
5522026-07-16T17:09:48.346Z Compiling autocfg v1.5.1
5532026-07-16T17:09:48.354Z Compiling simd-adler32 v0.3.10
5542026-07-16T17:09:48.380Z Compiling zeroize v1.9.0
5552026-07-16T17:09:48.588Z Compiling adler2 v2.0.1
5562026-07-16T17:09:48.708Z Compiling num-traits v0.2.19
5572026-07-16T17:09:48.757Z Compiling miniz_oxide v0.8.9
5582026-07-16T17:09:49.086Z Compiling getrandom v0.3.4
5592026-07-16T17:09:49.233Z Compiling object v0.37.3
5602026-07-16T17:09:49.448Z Compiling zerocopy v0.8.54
5612026-07-16T17:09:49.540Z Compiling target-lexicon v0.13.5
5622026-07-16T17:09:49.637Z Compiling http-body v1.1.0
5632026-07-16T17:09:49.889Z Compiling rustls-pki-types v1.15.0
5642026-07-16T17:09:49.976Z Compiling form_urlencoded v1.2.2
5652026-07-16T17:09:50.075Z Compiling semver v1.0.28
5662026-07-16T17:09:50.142Z Compiling serde_derive v1.0.228
5672026-07-16T17:09:50.206Z Compiling tokio-macros v2.7.0
5682026-07-16T17:09:50.250Z Compiling futures-macro v0.3.32
5692026-07-16T17:09:50.268Z Compiling tracing-attributes v0.1.31
5702026-07-16T17:09:50.618Z Compiling getrandom v0.2.17
5712026-07-16T17:09:50.745Z Compiling utf8_iter v1.0.4
5722026-07-16T17:09:50.766Z Compiling owo-colors v4.3.0
5732026-07-16T17:09:50.811Z Compiling signal-hook v0.3.18
5742026-07-16T17:09:50.910Z Compiling idna_adapter v1.0.0
5752026-07-16T17:09:50.970Z Compiling tokio v1.52.4
5762026-07-16T17:09:51.014Z Compiling httparse v1.10.1
5772026-07-16T17:09:51.041Z Compiling guppy-workspace-hack v0.1.0
5782026-07-16T17:09:51.083Z Compiling futures-util v0.3.32
5792026-07-16T17:09:51.105Z Compiling fnv v1.0.7
5802026-07-16T17:09:51.209Z Compiling gimli v0.32.3
5812026-07-16T17:09:51.265Z Compiling untrusted v0.9.0
5822026-07-16T17:09:51.364Z Compiling thiserror v2.0.18
5832026-07-16T17:09:51.479Z Compiling tracing v0.1.44
5842026-07-16T17:09:51.512Z Compiling idna v1.1.0
5852026-07-16T17:09:51.823Z Compiling thiserror-impl v2.0.18
5862026-07-16T17:09:53.162Z Compiling addr2line v0.25.1
5872026-07-16T17:09:53.449Z Compiling generic-array v0.14.7
5882026-07-16T17:09:53.592Z Compiling tower-service v0.3.3
5892026-07-16T17:09:53.690Z Compiling typeid v1.0.3
5902026-07-16T17:09:53.694Z Compiling thiserror v1.0.69
5912026-07-16T17:09:53.766Z Compiling atomic-waker v1.1.2
5922026-07-16T17:09:53.861Z Compiling rustc-demangle v0.1.28
5932026-07-16T17:09:53.895Z Compiling pkg-config v0.3.33
5942026-07-16T17:09:54.009Z Compiling rustls v0.23.42
5952026-07-16T17:09:54.028Z Compiling fastrand v2.4.1
5962026-07-16T17:09:54.219Z Compiling target-spec v3.6.0
5972026-07-16T17:09:54.346Z Compiling try-lock v0.2.5
5982026-07-16T17:09:54.364Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5992026-07-16T17:09:54.467Z Compiling want v0.3.1
6002026-07-16T17:09:54.547Z Compiling tempfile v3.27.0
6012026-07-16T17:09:54.862Z Compiling cfg-expr v0.20.8
6022026-07-16T17:09:54.876Z Compiling url v2.5.8
6032026-07-16T17:09:54.960Z Compiling tokio-util v0.7.18
6042026-07-16T17:09:55.441Z Compiling h2 v0.4.15
6052026-07-16T17:09:56.297Z Compiling backtrace v0.3.76
6062026-07-16T17:09:56.597Z Compiling thiserror-impl v1.0.69
6072026-07-16T17:09:56.786Z Compiling terminal_size v0.4.4
6082026-07-16T17:09:56.916Z Compiling aho-corasick v1.1.4
6092026-07-16T17:09:56.945Z Compiling typenum v1.20.1
6102026-07-16T17:09:57.314Z Compiling regex-syntax v0.8.11
6112026-07-16T17:09:57.644Z Compiling subtle v2.6.1
6122026-07-16T17:09:57.776Z Compiling erased-serde v0.4.10
6132026-07-16T17:09:57.805Z Compiling winnow v0.7.15
6142026-07-16T17:09:58.080Z Compiling rustls-webpki v0.103.13
6152026-07-16T17:09:59.721Z Compiling regex-automata v0.4.16
6162026-07-16T17:10:01.026Z Compiling hyper v1.10.1
6172026-07-16T17:10:02.332Z Compiling serde_spanned v0.6.9
6182026-07-16T17:10:02.496Z Compiling toml_datetime v0.6.11
6192026-07-16T17:10:02.874Z Compiling ahash v0.8.12
6202026-07-16T17:10:03.146Z Compiling sync_wrapper v1.0.2
6212026-07-16T17:10:03.273Z Compiling lazy_static v1.5.0
6222026-07-16T17:10:03.385Z Compiling ipnet v2.12.0
6232026-07-16T17:10:03.909Z Compiling nextest-workspace-hack v0.1.0
6242026-07-16T17:10:04.146Z Compiling base64 v0.22.1
6252026-07-16T17:10:04.624Z Compiling unicode-linebreak v0.1.5
6262026-07-16T17:10:04.644Z Compiling tower-layer v0.3.3
6272026-07-16T17:10:04.699Z Compiling either v1.16.0
6282026-07-16T17:10:04.767Z Compiling toml_write v0.1.2
6292026-07-16T17:10:04.850Z Compiling parking_lot_core v0.9.12
6302026-07-16T17:10:04.891Z Compiling portable-atomic v1.13.1
6312026-07-16T17:10:04.932Z Compiling foldhash v0.1.5
6322026-07-16T17:10:05.014Z Compiling is_ci v1.2.0
6332026-07-16T17:10:05.134Z Compiling unicode-segmentation v1.13.3
6342026-07-16T17:10:05.148Z Compiling crc32fast v1.5.0
6352026-07-16T17:10:05.201Z Compiling supports-color v3.0.2
6362026-07-16T17:10:05.229Z Compiling hashbrown v0.15.5
6372026-07-16T17:10:05.421Z Compiling toml_edit v0.22.27
6382026-07-16T17:10:05.489Z Compiling convert_case v0.10.0
6392026-07-16T17:10:05.540Z Compiling textwrap v0.16.2
6402026-07-16T17:10:05.543Z Compiling tower v0.5.3
6412026-07-16T17:10:05.744Z Compiling hyper-util v0.1.20
6422026-07-16T17:10:05.910Z Compiling tokio-rustls v0.26.4
6432026-07-16T17:10:06.131Z Compiling sharded-slab v0.1.7
6442026-07-16T17:10:06.729Z Compiling backtrace-ext v0.2.1
6452026-07-16T17:10:06.824Z Compiling ordered-float v2.10.1
6462026-07-16T17:10:06.942Z Compiling webpki-roots v1.0.8
6472026-07-16T17:10:06.997Z Compiling miette-derive v7.6.0
6482026-07-16T17:10:07.058Z Compiling pathdiff v0.2.3
6492026-07-16T17:10:07.095Z Compiling console v0.15.11
6502026-07-16T17:10:07.181Z Compiling cargo-platform v0.3.3
6512026-07-16T17:10:07.742Z Compiling tracing-log v0.2.0
6522026-07-16T17:10:08.113Z Compiling os_pipe v1.2.3
6532026-07-16T17:10:08.129Z Compiling thread_local v1.1.10
6542026-07-16T17:10:08.296Z Compiling rustix v0.38.44
6552026-07-16T17:10:08.406Z Compiling debug-ignore v1.0.5
6562026-07-16T17:10:08.420Z Compiling supports-hyperlinks v3.2.0
6572026-07-16T17:10:08.495Z Compiling zstd-safe v7.2.4
6582026-07-16T17:10:08.520Z Compiling ryu v1.0.23
6592026-07-16T17:10:08.633Z Compiling pulldown-cmark v0.13.4
6602026-07-16T17:10:08.661Z Compiling utf8parse v0.2.2
6612026-07-16T17:10:08.749Z Compiling supports-unicode v3.0.0
6622026-07-16T17:10:08.780Z Compiling fixedbitset v0.5.7
6632026-07-16T17:10:08.804Z Compiling unicode-width v0.1.14
6642026-07-16T17:10:08.867Z Compiling scopeguard v1.2.0
6652026-07-16T17:10:08.919Z Compiling cfg_aliases v0.2.2
6662026-07-16T17:10:08.972Z Compiling winnow v1.0.4
6672026-07-16T17:10:09.107Z Compiling miette v7.6.0
6682026-07-16T17:10:09.308Z Compiling petgraph v0.8.3
6692026-07-16T17:10:09.400Z Compiling nix v0.30.1
6702026-07-16T17:10:09.807Z Compiling lock_api v0.4.14
6712026-07-16T17:10:10.050Z Compiling toml_parser v1.1.2+spec-1.1.0
6722026-07-16T17:10:10.468Z Compiling anstyle-parse v1.0.0
6732026-07-16T17:10:10.791Z Compiling serde_urlencoded v0.7.1
6742026-07-16T17:10:11.099Z Compiling tracing-subscriber v0.3.23
6752026-07-16T17:10:11.197Z Compiling sigchld v0.2.4
6762026-07-16T17:10:11.275Z Compiling cargo_metadata v0.23.1
6772026-07-16T17:10:11.390Z Compiling serde-value v0.7.0
6782026-07-16T17:10:11.391Z Compiling toml v0.8.23
6792026-07-16T17:10:12.177Z Compiling hyper-rustls v0.27.9
6802026-07-16T17:10:12.849Z Compiling serde-untagged v0.1.9
6812026-07-16T17:10:13.257Z Compiling tower-http v0.6.11
6822026-07-16T17:10:13.595Z Compiling derive_more-impl v2.1.1
6832026-07-16T17:10:14.409Z Compiling itertools v0.14.0
6842026-07-16T17:10:14.444Z Compiling regex v1.13.1
6852026-07-16T17:10:14.607Z Compiling crypto-common v0.1.7
6862026-07-16T17:10:14.745Z Compiling block-buffer v0.10.4
6872026-07-16T17:10:14.847Z Compiling ppv-lite86 v0.2.21
6882026-07-16T17:10:14.896Z Compiling rand_core v0.9.5
6892026-07-16T17:10:14.905Z Compiling futures-executor v0.3.32
6902026-07-16T17:10:15.143Z Compiling pin-project-internal v1.1.13
6912026-07-16T17:10:15.168Z Compiling http-body-util v0.1.4
6922026-07-16T17:10:15.431Z Compiling uuid v1.24.0
6932026-07-16T17:10:15.459Z Compiling toml_datetime v1.1.1+spec-1.1.0
6942026-07-16T17:10:15.869Z Compiling smol_str v0.3.6
6952026-07-16T17:10:15.872Z Compiling serde_spanned v1.1.1
6962026-07-16T17:10:15.904Z Compiling filetime v0.2.29
6972026-07-16T17:10:15.964Z Compiling vte v0.14.1
6982026-07-16T17:10:16.020Z Compiling bstr v1.13.0
6992026-07-16T17:10:16.112Z Compiling litrs v1.0.0
7002026-07-16T17:10:16.190Z Compiling anstyle-query v1.1.5
7012026-07-16T17:10:16.211Z Compiling tinyvec_macros v0.1.1
7022026-07-16T17:10:16.293Z Compiling unicase v2.9.0
7032026-07-16T17:10:16.319Z Compiling eyre v0.6.12
7042026-07-16T17:10:16.475Z Compiling xattr v1.6.1
7052026-07-16T17:10:16.496Z Compiling colorchoice v1.0.5
7062026-07-16T17:10:16.678Z Compiling number_prefix v0.4.0
7072026-07-16T17:10:16.685Z Compiling nested v0.1.1
7082026-07-16T17:10:16.686Z Compiling static_assertions v1.1.0
7092026-07-16T17:10:16.729Z Compiling color-spantrace v0.3.0
7102026-07-16T17:10:16.744Z Compiling is_terminal_polyfill v1.70.2
7112026-07-16T17:10:16.773Z Compiling unicode-xid v0.2.6
7122026-07-16T17:10:16.785Z Compiling anstyle v1.0.14
7132026-07-16T17:10:16.795Z Compiling iana-time-zone v0.1.65
7142026-07-16T17:10:16.829Z Compiling self_update v0.42.0
7152026-07-16T17:10:16.840Z Compiling guppy v0.17.26
7162026-07-16T17:10:16.909Z Compiling chrono v0.4.45
7172026-07-16T17:10:17.043Z Compiling anstream v1.0.0
7182026-07-16T17:10:17.090Z Compiling cargo-util-schemas v0.2.0
7192026-07-16T17:10:17.138Z Compiling indicatif v0.17.11
7202026-07-16T17:10:17.839Z Compiling tar v0.4.46
7212026-07-16T17:10:18.250Z Compiling document-features v0.2.12
7222026-07-16T17:10:18.825Z Compiling globset v0.4.19
7232026-07-16T17:10:19.497Z Compiling tinyvec v1.12.0
7242026-07-16T17:10:19.931Z Compiling pin-project v1.1.13
7252026-07-16T17:10:20.016Z Compiling strip-ansi-escapes v0.2.1
7262026-07-16T17:10:20.042Z Compiling nextest-metadata v0.12.2
7272026-07-16T17:10:20.262Z Compiling toml v1.1.3+spec-1.1.0
7282026-07-16T17:10:20.290Z Compiling newtype-uuid v1.3.2
7292026-07-16T17:10:20.359Z Compiling reqwest v0.12.28
7302026-07-16T17:10:20.475Z Compiling rand_chacha v0.9.0
7312026-07-16T17:10:20.505Z Compiling futures v0.3.32
7322026-07-16T17:10:20.588Z Compiling digest v0.10.7
7332026-07-16T17:10:20.812Z Compiling derive_more v2.1.1
7342026-07-16T17:10:20.902Z Compiling parking_lot v0.12.5
7352026-07-16T17:10:21.030Z Compiling flate2 v1.1.9
7362026-07-16T17:10:21.576Z Compiling tracing-error v0.2.1
7372026-07-16T17:10:21.818Z Compiling shared_child v1.1.1
7382026-07-16T17:10:22.161Z Compiling signal-hook-mio v0.2.5
7392026-07-16T17:10:22.292Z Compiling self-replace v1.5.0
7402026-07-16T17:10:22.483Z Compiling cargo-platform v0.2.0
7412026-07-16T17:10:22.589Z Compiling quick-xml v0.38.4
7422026-07-16T17:10:23.039Z Compiling quick-xml v0.37.5
7432026-07-16T17:10:23.159Z Compiling heck v0.5.0
7442026-07-16T17:10:23.371Z Compiling indenter v0.3.4
7452026-07-16T17:10:23.469Z Compiling recursion v0.5.4
7462026-07-16T17:10:23.502Z Compiling strsim v0.11.1
7472026-07-16T17:10:23.852Z Compiling humantime v2.4.0
7482026-07-16T17:10:24.262Z Compiling cpufeatures v0.2.17
7492026-07-16T17:10:24.287Z Compiling urlencoding v2.1.3
7502026-07-16T17:10:24.318Z Compiling clap_lex v1.1.0
7512026-07-16T17:10:24.338Z Compiling shell-words v1.1.1
7522026-07-16T17:10:24.600Z Compiling sha2 v0.10.9
7532026-07-16T17:10:24.671Z Compiling humantime-serde v1.1.1
7542026-07-16T17:10:24.782Z Compiling clap_builder v4.6.2
7552026-07-16T17:10:24.830Z Compiling clap_derive v4.6.1
7562026-07-16T17:10:25.218Z Compiling nextest-filtering v0.15.0
7572026-07-16T17:10:26.343Z Compiling quick-junit v0.5.2
7582026-07-16T17:10:26.604Z Compiling cargo_metadata v0.20.0
7592026-07-16T17:10:29.186Z Compiling atomicwrites v0.4.4
7602026-07-16T17:10:29.471Z Compiling cargo-nextest v0.9.97
7612026-07-16T17:10:29.471Z Compiling crossterm v0.29.0
7622026-07-16T17:10:30.539Z Compiling duct v0.13.7
7632026-07-16T17:10:31.005Z Compiling config v0.15.25
7642026-07-16T17:10:31.100Z Compiling rand v0.9.5
7652026-07-16T17:10:31.240Z Compiling zstd v0.13.3
7662026-07-16T17:10:31.667Z Compiling async-scoped v0.9.0
7672026-07-16T17:10:31.790Z Compiling unicode-normalization v0.1.25
7682026-07-16T17:10:31.848Z Compiling target-spec-miette v0.4.8
7692026-07-16T17:10:31.866Z Compiling future-queue v0.4.0
7702026-07-16T17:10:32.154Z Compiling mukti-metadata v0.3.0
7712026-07-16T17:10:32.287Z Compiling tokio-stream v0.1.18
7722026-07-16T17:10:32.287Z Compiling camino-tempfile v1.4.1
7732026-07-16T17:10:32.366Z Compiling derive-where v1.6.1
7742026-07-16T17:10:32.652Z Compiling serde_ignored v0.1.14
7752026-07-16T17:10:32.713Z Compiling serde_path_to_error v0.1.20
7762026-07-16T17:10:32.731Z Compiling swrite v0.1.0
7772026-07-16T17:10:32.838Z Compiling xxhash-rust v0.8.17
7782026-07-16T17:10:32.934Z Compiling home v0.5.12
7792026-07-16T17:10:32.956Z Compiling hex v0.4.3
7802026-07-16T17:10:33.018Z Compiling indent_write v2.2.0
7812026-07-16T17:10:33.051Z Compiling color-eyre v0.6.5
7822026-07-16T17:10:33.180Z Compiling clap v4.6.2
7832026-07-16T17:10:33.193Z Compiling dialoguer v0.11.0
7842026-07-16T17:10:33.235Z Compiling enable-ansi-support v0.2.1
7852026-07-16T17:10:33.631Z Compiling nextest-runner v0.80.0
7862026-07-16T17:10:51.888Z Finished `release` profile [optimized] target(s) in 1m 10s
7872026-07-16T17:10:52.058Z Installing /home/build/.cargo/bin/cargo-nextest
7882026-07-16T17:10:52.068Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7892026-07-16T17:10:52.179Z+ pushd rdb
7902026-07-16T17:10:52.188Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7912026-07-16T17:10:52.189Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7922026-07-16T17:10:52.344Z Updating git repository `https://github.com/oxidecomputer/falcon`
7932026-07-16T17:10:53.224ZFrom https://github.com/oxidecomputer/falcon
7942026-07-16T17:10:53.224Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7952026-07-16T17:10:53.300Z Updating crates.io index
7962026-07-16T17:10:53.305Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7972026-07-16T17:10:53.758ZFrom https://github.com/oxidecomputer/dendrite
7982026-07-16T17:10:53.759Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
7992026-07-16T17:10:53.793Z Updating git repository `https://github.com/oxidecomputer/ispf`
8002026-07-16T17:10:54.039ZFrom https://github.com/oxidecomputer/ispf
8012026-07-16T17:10:54.039Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8022026-07-16T17:10:54.047Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8032026-07-16T17:10:54.390ZFrom https://github.com/oxidecomputer/netadm-sys
8042026-07-16T17:10:54.390Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8052026-07-16T17:10:54.396Z Updating git repository `https://github.com/oxidecomputer/omicron`
8062026-07-16T17:11:04.892ZFrom https://github.com/oxidecomputer/omicron
8072026-07-16T17:11:04.892Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8082026-07-16T17:11:05.315Z Updating git repository `https://github.com/oxidecomputer/opte`
8092026-07-16T17:11:06.163ZFrom https://github.com/oxidecomputer/opte
8102026-07-16T17:11:06.163Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8112026-07-16T17:11:06.191Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8122026-07-16T17:11:06.409ZFrom https://github.com/oxidecomputer/slog-error-chain
8132026-07-16T17:11:06.409Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8142026-07-16T17:11:06.419Z Updating git repository `https://github.com/illumos/smf-rs`
8152026-07-16T17:11:06.701ZFrom https://github.com/illumos/smf-rs
8162026-07-16T17:11:06.701Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8172026-07-16T17:11:06.708Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8182026-07-16T17:11:06.944ZFrom https://github.com/oxidecomputer/network-interface
8192026-07-16T17:11:06.944Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8202026-07-16T17:11:06.951Z Updating git repository `https://github.com/oxidecomputer/zone`
8212026-07-16T17:11:07.185ZFrom https://github.com/oxidecomputer/zone
8222026-07-16T17:11:07.185Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8232026-07-16T17:11:07.194Z Updating git repository `https://github.com/oxidecomputer/propolis`
8242026-07-16T17:11:08.046ZFrom https://github.com/oxidecomputer/propolis
8252026-07-16T17:11:08.046Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8262026-07-16T17:11:08.092Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8272026-07-16T17:11:08.591ZFrom https://github.com/oxidecomputer/transceiver-control
8282026-07-16T17:11:08.591Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8292026-07-16T17:11:08.602Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8302026-07-16T17:11:08.860ZFrom https://github.com/oxidecomputer/dlpi-sys
8312026-07-16T17:11:08.860Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8322026-07-16T17:11:08.865Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8332026-07-16T17:11:09.136ZFrom https://github.com/jmesmon/rust-libzfs
8342026-07-16T17:11:09.136Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8352026-07-16T17:11:09.145Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8362026-07-16T17:11:09.384ZFrom https://github.com/oxidecomputer/rusty-doors
8372026-07-16T17:11:09.384Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8382026-07-16T17:11:09.391Z Updating git repository `https://github.com/oxidecomputer/lldp`
8392026-07-16T17:11:09.694ZFrom https://github.com/oxidecomputer/lldp
8402026-07-16T17:11:09.694Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8412026-07-16T17:11:09.706Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8422026-07-16T17:11:09.975ZFrom https://github.com/oxidecomputer/tufaceous
8432026-07-16T17:11:09.975Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8442026-07-16T17:11:09.993Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8452026-07-16T17:11:10.507ZFrom https://github.com/oxidecomputer/management-gateway-service
8462026-07-16T17:11:10.507Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8472026-07-16T17:11:10.520Z Updating git repository `https://github.com/oxidecomputer/crucible`
8482026-07-16T17:11:11.582ZFrom https://github.com/oxidecomputer/crucible
8492026-07-16T17:11:11.582Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8502026-07-16T17:11:11.627Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8512026-07-16T17:11:11.899ZFrom https://github.com/oxidecomputer/serde_human_bytes
8522026-07-16T17:11:11.899Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8532026-07-16T17:11:11.903Z Updating git repository `https://github.com/oxidecomputer/propolis`
8542026-07-16T17:11:12.333ZFrom https://github.com/oxidecomputer/propolis
8552026-07-16T17:11:12.333Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8562026-07-16T17:11:12.381Z Updating git repository `https://github.com/oxidecomputer/crucible`
8572026-07-16T17:11:13.186ZFrom https://github.com/oxidecomputer/crucible
8582026-07-16T17:11:13.186Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8592026-07-16T17:11:13.266Z Updating git repository `https://github.com/oxidecomputer/tofino`
8602026-07-16T17:11:13.611ZFrom https://github.com/oxidecomputer/tofino
8612026-07-16T17:11:13.612Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8622026-07-16T17:11:13.622Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8632026-07-16T17:11:14.556ZFrom https://github.com/oxidecomputer/maghemite
8642026-07-16T17:11:14.556Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8652026-07-16T17:11:14.586Z Updating git repository `https://github.com/oxidecomputer/clickward`
8662026-07-16T17:11:14.867ZFrom https://github.com/oxidecomputer/clickward
8672026-07-16T17:11:14.867Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8682026-07-16T17:11:14.873Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8692026-07-16T17:11:15.142ZFrom https://github.com/oxidecomputer/illumos-devinfo
8702026-07-16T17:11:15.142Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8712026-07-16T17:11:15.996Z Downloading crates ...
8722026-07-16T17:11:16.112Z Downloaded aead v0.5.2
8732026-07-16T17:11:16.125Z Downloaded async-recursion v1.1.1
8742026-07-16T17:11:16.125Z Downloaded base16ct v0.2.0
8752026-07-16T17:11:16.125Z Downloaded bit-set v0.8.0
8762026-07-16T17:11:16.125Z Downloaded arrayref v0.3.9
8772026-07-16T17:11:16.125Z Downloaded hmac v0.12.1
8782026-07-16T17:11:16.125Z Downloaded glob v0.3.3
8792026-07-16T17:11:16.132Z Downloaded async-stream v0.3.6
8802026-07-16T17:11:16.132Z Downloaded ciborium-io v0.2.2
8812026-07-16T17:11:16.132Z Downloaded base16ct v1.0.0
8822026-07-16T17:11:16.135Z Downloaded fxhash v0.2.1
8832026-07-16T17:11:16.135Z Downloaded foreign-types-macros v0.2.3
8842026-07-16T17:11:16.135Z Downloaded float-ord v0.3.2
8852026-07-16T17:11:16.135Z Downloaded cobs v0.3.0
8862026-07-16T17:11:16.135Z Downloaded embedded-io v0.4.0
8872026-07-16T17:11:16.135Z Downloaded ident_case v1.0.1
8882026-07-16T17:11:16.135Z Downloaded dunce v1.0.5
8892026-07-16T17:11:16.138Z Downloaded cfg_aliases v0.2.1
8902026-07-16T17:11:16.141Z Downloaded async-stream-impl v0.3.6
8912026-07-16T17:11:16.142Z Downloaded embedded-io v0.6.1
8922026-07-16T17:11:16.144Z Downloaded hostname v0.3.1
8932026-07-16T17:11:16.148Z Downloaded bitflags v1.3.2
8942026-07-16T17:11:16.155Z Downloaded dyn-clone v1.0.20
8952026-07-16T17:11:16.155Z Downloaded git-stub v1.0.0
8962026-07-16T17:11:16.158Z Downloaded byte-wrapper v0.1.0
8972026-07-16T17:11:16.158Z Downloaded compression-codecs v0.4.38
8982026-07-16T17:11:16.158Z Downloaded argon2 v0.5.3
8992026-07-16T17:11:16.158Z Downloaded gethostname v0.5.0
9002026-07-16T17:11:16.161Z Downloaded foreign-types-shared v0.3.1
9012026-07-16T17:11:16.161Z Downloaded group v0.13.0
9022026-07-16T17:11:16.161Z Downloaded crucible-workspace-hack v0.1.0
9032026-07-16T17:11:16.161Z Downloaded ciborium-ll v0.2.2
9042026-07-16T17:11:16.165Z Downloaded async-trait v0.1.89
9052026-07-16T17:11:16.165Z Downloaded fs-err v3.3.0
9062026-07-16T17:11:16.165Z Downloaded foldhash v0.2.0
9072026-07-16T17:11:16.173Z Downloaded hash32 v0.3.1
9082026-07-16T17:11:16.173Z Downloaded erased-serde v0.3.31
9092026-07-16T17:11:16.179Z Downloaded compression-core v0.4.32
9102026-07-16T17:11:16.179Z Downloaded globset v0.4.18
9112026-07-16T17:11:16.179Z Downloaded git-stub-vcs v0.1.0
9122026-07-16T17:11:16.179Z Downloaded cstr-argument v0.1.2
9132026-07-16T17:11:16.179Z Downloaded crunchy v0.2.4
9142026-07-16T17:11:16.179Z Downloaded enum-as-inner v0.6.1
9152026-07-16T17:11:16.179Z Downloaded idna_adapter v1.2.2
9162026-07-16T17:11:16.180Z Downloaded hubpack v0.1.2
9172026-07-16T17:11:16.180Z Downloaded http-body v1.0.1
9182026-07-16T17:11:16.188Z Downloaded dof v0.4.0
9192026-07-16T17:11:16.188Z Downloaded crypto-common v0.2.2
9202026-07-16T17:11:16.188Z Downloaded block-buffer v0.12.0
9212026-07-16T17:11:16.188Z Downloaded foreign-types v0.5.0
9222026-07-16T17:11:16.188Z Downloaded keccak v0.1.6
9232026-07-16T17:11:16.188Z Downloaded convert_case v0.4.0
9242026-07-16T17:11:16.188Z Downloaded const-random-macro v0.1.16
9252026-07-16T17:11:16.188Z Downloaded libscf-sys v1.2.0
9262026-07-16T17:11:16.191Z Downloaded cipher v0.4.4
9272026-07-16T17:11:16.191Z Downloaded hubpack_derive v0.1.1
9282026-07-16T17:11:16.191Z Downloaded dtrace-parser v0.2.0
9292026-07-16T17:11:16.191Z Downloaded bit-vec v0.8.0
9302026-07-16T17:11:16.191Z Downloaded inout v0.1.4
9312026-07-16T17:11:16.191Z Downloaded managed v0.8.0
9322026-07-16T17:11:16.191Z Downloaded dropshot-api-manager-types v0.7.2
9332026-07-16T17:11:16.191Z Downloaded is-terminal v0.4.17
9342026-07-16T17:11:16.191Z Downloaded defmt-parser v1.0.0
9352026-07-16T17:11:16.194Z Downloaded instant v0.1.13
9362026-07-16T17:11:16.197Z Downloaded heck v0.4.1
9372026-07-16T17:11:16.197Z Downloaded dof v0.3.0
9382026-07-16T17:11:16.197Z Downloaded internet-checksum v0.2.1
9392026-07-16T17:11:16.200Z Downloaded humantime v2.3.0
9402026-07-16T17:11:16.201Z Downloaded crc8 v0.1.1
9412026-07-16T17:11:16.201Z Downloaded httpdate v1.0.3
9422026-07-16T17:11:16.201Z Downloaded ff v0.13.1
9432026-07-16T17:11:16.207Z Downloaded hostname v0.4.2
9442026-07-16T17:11:16.207Z Downloaded memoffset v0.9.1
9452026-07-16T17:11:16.207Z Downloaded dtrace-parser v0.3.0
9462026-07-16T17:11:16.207Z Downloaded darling_macro v0.23.0
9472026-07-16T17:11:16.209Z Downloaded fixedbitset v0.4.2
9482026-07-16T17:11:16.210Z Downloaded const-random v0.1.18
9492026-07-16T17:11:16.210Z Downloaded darling_macro v0.21.3
9502026-07-16T17:11:16.210Z Downloaded memmap v0.7.0
9512026-07-16T17:11:16.212Z Downloaded critical-section v1.2.0
9522026-07-16T17:11:16.212Z Downloaded match_cfg v0.1.0
9532026-07-16T17:11:16.215Z Downloaded bs58 v0.5.1
9542026-07-16T17:11:16.218Z Downloaded byteorder v1.5.0
9552026-07-16T17:11:16.219Z Downloaded newtype-uuid-macros v0.1.0
9562026-07-16T17:11:16.221Z Downloaded mime v0.3.17
9572026-07-16T17:11:16.221Z Downloaded natord v1.0.9
9582026-07-16T17:11:16.224Z Downloaded newline-converter v0.3.0
9592026-07-16T17:11:16.227Z Downloaded no-std-compat v0.4.1
9602026-07-16T17:11:16.227Z Downloaded http-body-util v0.1.3
9612026-07-16T17:11:16.230Z Downloaded colored v3.1.1
9622026-07-16T17:11:16.233Z Downloaded cancel-safe-futures v0.1.5
9632026-07-16T17:11:16.236Z Downloaded arrayvec v0.7.6
9642026-07-16T17:11:16.236Z Downloaded linked-hash-map v0.5.6
9652026-07-16T17:11:16.241Z Downloaded constant_time_eq v0.4.2
9662026-07-16T17:11:16.244Z Downloaded bytecount v0.6.9
9672026-07-16T17:11:16.247Z Downloaded num-conv v0.2.2
9682026-07-16T17:11:16.247Z Downloaded num-derive v0.4.2
9692026-07-16T17:11:16.250Z Downloaded num-iter v0.1.45
9702026-07-16T17:11:16.250Z Downloaded num v0.4.3
9712026-07-16T17:11:16.250Z Downloaded digest v0.11.3
9722026-07-16T17:11:16.253Z Downloaded newtype_derive v0.1.6
9732026-07-16T17:11:16.253Z Downloaded derive-ex v0.1.8
9742026-07-16T17:11:16.253Z Downloaded defmt v0.3.100
9752026-07-16T17:11:16.256Z Downloaded opaque-debug v0.3.1
9762026-07-16T17:11:16.256Z Downloaded num_enum_derive v0.5.11
9772026-07-16T17:11:16.256Z Downloaded fs_extra v1.3.0
9782026-07-16T17:11:16.258Z Downloaded data-encoding v2.11.0
9792026-07-16T17:11:16.259Z Downloaded ingot v0.1.1
9802026-07-16T17:11:16.259Z Downloaded cmake v0.1.58
9812026-07-16T17:11:16.262Z Downloaded omicron-workspace-hack v0.1.0
9822026-07-16T17:11:16.262Z Downloaded ipnetwork v0.21.1
9832026-07-16T17:11:16.264Z Downloaded linear-map v1.2.0
9842026-07-16T17:11:16.264Z Downloaded highway v1.3.0
9852026-07-16T17:11:16.264Z Downloaded displaydoc v0.2.6
9862026-07-16T17:11:16.267Z Downloaded defmt-macros v1.1.0
9872026-07-16T17:11:16.271Z Downloaded olpc-cjson v0.1.4
9882026-07-16T17:11:16.271Z Downloaded daft-derive v0.1.7
9892026-07-16T17:11:16.275Z Downloaded parse-display v0.10.0
9902026-07-16T17:11:16.275Z Downloaded num_threads v0.1.7
9912026-07-16T17:11:16.275Z Downloaded const_format_proc_macros v0.2.34
9922026-07-16T17:11:16.275Z Downloaded bcs v0.1.6
9932026-07-16T17:11:16.278Z Downloaded pretty-hex v0.4.2
9942026-07-16T17:11:16.278Z Downloaded daft v0.1.7
9952026-07-16T17:11:16.282Z Downloaded crossbeam-deque v0.8.6
9962026-07-16T17:11:16.282Z Downloaded plain v0.2.3
9972026-07-16T17:11:16.282Z Downloaded backoff v0.4.0
9982026-07-16T17:11:16.282Z Downloaded ciborium v0.2.2
9992026-07-16T17:11:16.285Z Downloaded diff v0.1.13
10002026-07-16T17:11:16.285Z Downloaded multer v3.1.0
10012026-07-16T17:11:16.290Z Downloaded ingot-types v0.1.2
10022026-07-16T17:11:16.290Z Downloaded macaddr v1.0.1
10032026-07-16T17:11:16.290Z Downloaded libsw-core v0.3.2
10042026-07-16T17:11:16.293Z Downloaded phf_shared v0.12.1
10052026-07-16T17:11:16.293Z Downloaded proc-macro-error-attr2 v2.0.0
10062026-07-16T17:11:16.295Z Downloaded lru-cache v0.1.2
10072026-07-16T17:11:16.295Z Downloaded clap v4.6.1
10082026-07-16T17:11:16.299Z Downloaded darling v0.23.0
10092026-07-16T17:11:16.301Z Downloaded libsw v3.5.0
10102026-07-16T17:11:16.304Z Downloaded crossbeam-epoch v0.9.18
10112026-07-16T17:11:16.304Z Downloaded anyhow v1.0.103
10122026-07-16T17:11:16.307Z Downloaded progenitor-client v0.10.0
10132026-07-16T17:11:16.307Z Downloaded csv-core v0.1.13
10142026-07-16T17:11:16.310Z Downloaded backon v1.6.0
10152026-07-16T17:11:16.310Z Downloaded powerfmt v0.2.0
10162026-07-16T17:11:16.310Z Downloaded potential_utf v0.1.5
10172026-07-16T17:11:16.313Z Downloaded num-rational v0.4.2
10182026-07-16T17:11:16.313Z Downloaded num-integer v0.1.46
10192026-07-16T17:11:16.316Z Downloaded allocator-api2 v0.2.21
10202026-07-16T17:11:16.316Z Downloaded proc-macro-crate v3.5.0
10212026-07-16T17:11:16.320Z Downloaded proc-macro-error-attr v1.0.4
10222026-07-16T17:11:16.320Z Downloaded proc-macro-crate v1.3.1
10232026-07-16T17:11:16.320Z Downloaded crossbeam-utils v0.8.21
10242026-07-16T17:11:16.324Z Downloaded progenitor-macro v0.10.0
10252026-07-16T17:11:16.324Z Downloaded console v0.16.3
10262026-07-16T17:11:16.324Z Downloaded chacha20 v0.9.1
10272026-07-16T17:11:16.324Z Downloaded deranged v0.5.8
10282026-07-16T17:11:16.329Z Downloaded chacha20 v0.10.0
10292026-07-16T17:11:16.329Z Downloaded cookie v0.18.1
10302026-07-16T17:11:16.329Z Downloaded paste v1.0.15
10312026-07-16T17:11:16.332Z Downloaded pem v3.0.6
10322026-07-16T17:11:16.332Z Downloaded parking_lot_core v0.8.6
10332026-07-16T17:11:16.332Z Downloaded cargo_toml v0.22.3
10342026-07-16T17:11:16.336Z Downloaded rand_xorshift v0.4.0
10352026-07-16T17:11:16.336Z Downloaded ref-cast v1.0.25
10362026-07-16T17:11:16.336Z Downloaded progenitor-client v0.14.0
10372026-07-16T17:11:16.343Z Downloaded defmt v1.1.0
10382026-07-16T17:11:16.343Z Downloaded rand_chacha v0.3.1
10392026-07-16T17:11:16.346Z Downloaded progenitor-macro v0.13.0
10402026-07-16T17:11:16.346Z Downloaded num-complex v0.4.6
10412026-07-16T17:11:16.346Z Downloaded quick-error v1.2.3
10422026-07-16T17:11:16.346Z Downloaded phf v0.12.1
10432026-07-16T17:11:16.346Z Downloaded konst_macro_rules v0.2.19
10442026-07-16T17:11:16.346Z Downloaded litemap v0.8.2
10452026-07-16T17:11:16.349Z Downloaded proc-macro-error v1.0.4
10462026-07-16T17:11:16.353Z Downloaded num_enum v0.7.6
10472026-07-16T17:11:16.357Z Downloaded num_enum v0.5.11
10482026-07-16T17:11:16.360Z Downloaded oxnet v0.1.6
10492026-07-16T17:11:16.360Z Downloaded arc-swap v1.9.1
10502026-07-16T17:11:16.364Z Downloaded blake2 v0.10.6
10512026-07-16T17:11:16.368Z Downloaded progenitor-client v0.13.0
10522026-07-16T17:11:16.368Z Downloaded bitflags v2.12.1
10532026-07-16T17:11:16.368Z Downloaded progenitor-macro v0.14.0
10542026-07-16T17:11:16.372Z Downloaded jobserver v0.1.34
10552026-07-16T17:11:16.372Z Downloaded ingot-macros v0.1.1
10562026-07-16T17:11:16.372Z Downloaded base64 v0.21.7
10572026-07-16T17:11:16.375Z Downloaded quote v1.0.45
10582026-07-16T17:11:16.377Z Downloaded rustc_version v0.1.7
10592026-07-16T17:11:16.380Z Downloaded serde_plain v1.0.2
10602026-07-16T17:11:16.383Z Downloaded semver v0.1.20
10612026-07-16T17:11:16.383Z Downloaded serde_repr v0.1.20
10622026-07-16T17:11:16.383Z Downloaded same-file v1.0.6
10632026-07-16T17:11:16.386Z Downloaded rustc-hash v2.1.2
10642026-07-16T17:11:16.386Z Downloaded scroll_derive v0.13.1
10652026-07-16T17:11:16.386Z Downloaded elliptic-curve v0.13.8
10662026-07-16T17:11:16.389Z Downloaded siphasher v1.0.3
10672026-07-16T17:11:16.392Z Downloaded parse-display-derive v0.10.0
10682026-07-16T17:11:16.392Z Downloaded sha1 v0.10.6
10692026-07-16T17:11:16.392Z Downloaded num_enum_derive v0.7.6
10702026-07-16T17:11:16.392Z Downloaded drift v0.2.0
10712026-07-16T17:11:16.398Z Downloaded secrecy v0.10.3
10722026-07-16T17:11:16.400Z Downloaded ref-cast-impl v1.0.25
10732026-07-16T17:11:16.400Z Downloaded sigpipe v0.1.3
10742026-07-16T17:11:16.400Z Downloaded serde-big-array v0.5.1
10752026-07-16T17:11:16.403Z Downloaded scroll_derive v0.12.1
10762026-07-16T17:11:16.403Z Downloaded proc-macro-error2 v2.0.1
10772026-07-16T17:11:16.406Z Downloaded sha1 v0.11.0
10782026-07-16T17:11:16.406Z Downloaded serial_test_derive v3.5.0
10792026-07-16T17:11:16.406Z Downloaded serial_test v3.5.0
10802026-07-16T17:11:16.409Z Downloaded progenitor v0.14.0
10812026-07-16T17:11:16.409Z Downloaded chacha20poly1305 v0.10.1
10822026-07-16T17:11:16.411Z Downloaded memmap2 v0.9.10
10832026-07-16T17:11:16.411Z Downloaded port-file v0.1.0
10842026-07-16T17:11:16.414Z Downloaded bytes v1.11.1
10852026-07-16T17:11:16.417Z Downloaded dropshot_endpoint v0.17.1
10862026-07-16T17:11:16.417Z Downloaded poly1305 v0.8.0
10872026-07-16T17:11:16.424Z Downloaded darling v0.21.3
10882026-07-16T17:11:16.427Z Downloaded progenitor-extras v0.2.0
10892026-07-16T17:11:16.427Z Downloaded rustls-native-certs v0.8.4
10902026-07-16T17:11:16.427Z Downloaded getrandom v0.4.2
10912026-07-16T17:11:16.431Z Downloaded smawk v0.3.2
10922026-07-16T17:11:16.434Z Downloaded icu_properties v2.2.0
10932026-07-16T17:11:16.439Z Downloaded spin v0.5.2
10942026-07-16T17:11:16.439Z Downloaded oxide-tokio-rt v0.1.6
10952026-07-16T17:11:16.439Z Downloaded rustls-pemfile v2.2.0
10962026-07-16T17:11:16.443Z Downloaded pest_derive v2.8.6
10972026-07-16T17:11:16.443Z Downloaded derive_more v0.99.20
10982026-07-16T17:11:16.446Z Downloaded slog-envlogger v2.2.0
10992026-07-16T17:11:16.446Z Downloaded stable_deref_trait v1.2.1
11002026-07-16T17:11:16.446Z Downloaded pest_generator v2.8.6
11012026-07-16T17:11:16.448Z Downloaded strum v0.27.2
11022026-07-16T17:11:16.452Z Downloaded structmeta-derive v0.3.0
11032026-07-16T17:11:16.452Z Downloaded password-hash v0.5.0
11042026-07-16T17:11:16.452Z Downloaded scroll v0.12.0
11052026-07-16T17:11:16.455Z Downloaded indexmap v1.9.3
11062026-07-16T17:11:16.455Z Downloaded scroll v0.13.0
11072026-07-16T17:11:16.458Z Downloaded half v2.7.1
11082026-07-16T17:11:16.458Z Downloaded structmeta v0.3.0
11092026-07-16T17:11:16.458Z Downloaded serde_tokenstream v0.2.3
11102026-07-16T17:11:16.461Z Downloaded serde_derive_internals v0.29.1
11112026-07-16T17:11:16.461Z Downloaded rustversion v1.0.22
11122026-07-16T17:11:16.463Z Downloaded strum v0.26.3
11132026-07-16T17:11:16.463Z Downloaded resolv-conf v0.7.6
11142026-07-16T17:11:16.468Z Downloaded tabwriter v1.4.1
11152026-07-16T17:11:16.468Z Downloaded tabled_derive v0.7.0
11162026-07-16T17:11:16.468Z Downloaded quinn-udp v0.5.14
11172026-07-16T17:11:16.471Z Downloaded tagptr v0.2.0
11182026-07-16T17:11:16.471Z Downloaded const-oid v0.10.2
11192026-07-16T17:11:16.471Z Downloaded omicron-zone-package v0.12.3
11202026-07-16T17:11:16.474Z Downloaded parking_lot v0.11.2
11212026-07-16T17:11:16.474Z Downloaded jiff-static v0.2.28
11222026-07-16T17:11:16.477Z Downloaded slog-bunyan v2.5.0
11232026-07-16T17:11:16.477Z Downloaded postcard v1.1.3
11242026-07-16T17:11:16.480Z Downloaded simd-adler32 v0.3.9
11252026-07-16T17:11:16.480Z Downloaded thread-id v5.1.0
11262026-07-16T17:11:16.480Z Downloaded thiserror-impl-no-std v2.0.2
11272026-07-16T17:11:16.480Z Downloaded testing_table v0.3.0
11282026-07-16T17:11:16.483Z Downloaded termtree v0.5.1
11292026-07-16T17:11:16.483Z Downloaded tabled_derive v0.11.0
11302026-07-16T17:11:16.483Z Downloaded progenitor v0.10.0
11312026-07-16T17:11:16.486Z Downloaded hybrid-array v0.4.12
11322026-07-16T17:11:16.490Z Downloaded log v0.4.32
11332026-07-16T17:11:16.490Z Downloaded slog-json v2.6.1
11342026-07-16T17:11:16.493Z Downloaded progenitor v0.13.0
11352026-07-16T17:11:16.493Z Downloaded icu_provider v2.2.0
11362026-07-16T17:11:16.496Z Downloaded slog-stdlog v4.1.1
11372026-07-16T17:11:16.496Z Downloaded slog-scope v4.4.1
11382026-07-16T17:11:16.496Z Downloaded time-core v0.1.8
11392026-07-16T17:11:16.498Z Downloaded thread-id v4.2.2
11402026-07-16T17:11:16.498Z Downloaded slog-async v2.8.0
11412026-07-16T17:11:16.502Z Downloaded slog-term v2.9.2
11422026-07-16T17:11:16.502Z Downloaded slog-dtrace v0.3.0
11432026-07-16T17:11:16.502Z Downloaded rhai_codegen v3.2.0
11442026-07-16T17:11:16.507Z Downloaded smf v0.2.3
11452026-07-16T17:11:16.510Z Downloaded async-compression v0.4.42
11462026-07-16T17:11:16.517Z Downloaded progenitor-impl v0.13.0
11472026-07-16T17:11:16.517Z Downloaded icu_normalizer v2.2.0
11482026-07-16T17:11:16.520Z Downloaded heapless v0.8.0
11492026-07-16T17:11:16.521Z Downloaded universal-hash v0.5.1
11502026-07-16T17:11:16.521Z Downloaded unit-prefix v0.5.2
11512026-07-16T17:11:16.521Z Downloaded smartstring v1.0.1
11522026-07-16T17:11:16.521Z Downloaded typify-macro v0.4.3
11532026-07-16T17:11:16.521Z Downloaded schemars_derive v0.8.22
11542026-07-16T17:11:16.525Z Downloaded papergrid v0.11.0
11552026-07-16T17:11:16.525Z Downloaded snafu-derive v0.8.9
11562026-07-16T17:11:16.525Z Downloaded serde_with_macros v3.20.0
11572026-07-16T17:11:16.534Z Downloaded crypto-bigint v0.5.5
11582026-07-16T17:11:16.538Z Downloaded untrusted v0.7.1
11592026-07-16T17:11:16.538Z Downloaded cc v1.2.63
11602026-07-16T17:11:16.538Z Downloaded typify-macro v0.6.2
11612026-07-16T17:11:16.538Z Downloaded hickory-resolver v0.24.4
11622026-07-16T17:11:16.538Z Downloaded strum_macros v0.26.4
11632026-07-16T17:11:16.538Z Downloaded pest_meta v2.8.6
11642026-07-16T17:11:16.542Z Downloaded darling_core v0.21.3
11652026-07-16T17:11:16.542Z Downloaded indicatif v0.18.4
11662026-07-16T17:11:16.545Z Downloaded thiserror-no-std v2.0.2
11672026-07-16T17:11:16.548Z Downloaded usdt-macro v0.6.0
11682026-07-16T17:11:16.548Z Downloaded usdt-attr-macro v0.6.0
11692026-07-16T17:11:16.548Z Downloaded usdt v0.6.0
11702026-07-16T17:11:16.548Z Downloaded unarray v0.1.4
11712026-07-16T17:11:16.548Z Downloaded rusty-fork v0.3.1
11722026-07-16T17:11:16.551Z Downloaded darling_core v0.23.0
11732026-07-16T17:11:16.554Z Downloaded thread_local v1.1.9
11742026-07-16T17:11:16.555Z Downloaded crossbeam-channel v0.5.15
11752026-07-16T17:11:16.559Z Downloaded synstructure v0.13.2
11762026-07-16T17:11:16.559Z Downloaded prettyplease v0.2.37
11772026-07-16T17:11:16.559Z Downloaded pretty_assertions v1.4.1
11782026-07-16T17:11:16.562Z Downloaded time-macros v0.2.27
11792026-07-16T17:11:16.562Z Downloaded take_mut v0.2.2
11802026-07-16T17:11:16.562Z Downloaded const_format v0.2.36
11812026-07-16T17:11:16.565Z Downloaded waitgroup v0.1.2
11822026-07-16T17:11:16.565Z Downloaded utf-8 v0.7.6
11832026-07-16T17:11:16.565Z Downloaded usdt-macro v0.5.0
11842026-07-16T17:11:16.569Z Downloaded wait-timeout v0.2.1
11852026-07-16T17:11:16.569Z Downloaded usdt-attr-macro v0.5.0
11862026-07-16T17:11:16.569Z Downloaded usdt v0.5.0
11872026-07-16T17:11:16.569Z Downloaded rustls-pki-types v1.14.1
11882026-07-16T17:11:16.571Z Downloaded icu_locale_core v2.2.0
11892026-07-16T17:11:16.581Z Downloaded tinystr v0.8.3
11902026-07-16T17:11:16.584Z Downloaded progenitor-impl v0.14.0
11912026-07-16T17:11:16.584Z Downloaded tokio-tungstenite v0.21.0
11922026-07-16T17:11:16.587Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11932026-07-16T17:11:16.587Z Downloaded tokio-dtrace v0.1.1
11942026-07-16T17:11:16.587Z Downloaded tiny-keccak v2.0.2
11952026-07-16T17:11:16.591Z Downloaded yoke-derive v0.8.2
11962026-07-16T17:11:16.591Z Downloaded zeroize_derive v1.4.3
11972026-07-16T17:11:16.594Z Downloaded zerofrom v0.1.8
11982026-07-16T17:11:16.594Z Downloaded zerofrom-derive v0.1.7
11992026-07-16T17:11:16.594Z Downloaded hickory-resolver v0.25.2
12002026-07-16T17:11:16.598Z Downloaded toml_writer v1.1.1+spec-1.1.0
12012026-07-16T17:11:16.606Z Downloaded schemars v0.8.22
12022026-07-16T17:11:16.610Z Downloaded spin v0.9.8
12032026-07-16T17:11:16.610Z Downloaded topological-sort v0.2.2
12042026-07-16T17:11:16.610Z Downloaded smallvec v1.15.1
12052026-07-16T17:11:16.611Z Downloaded papergrid v0.18.0
12062026-07-16T17:11:16.615Z Downloaded zone_cfg_derive v0.3.1
12072026-07-16T17:11:16.615Z Downloaded slog v2.8.2
12082026-07-16T17:11:16.615Z Downloaded term v1.2.1
12092026-07-16T17:11:16.618Z Downloaded expectorate v1.2.0
12102026-07-16T17:11:16.618Z Downloaded similar v2.7.0
12112026-07-16T17:11:16.621Z Downloaded thin-vec v0.2.18
12122026-07-16T17:11:16.621Z Downloaded zone v0.3.1
12132026-07-16T17:11:16.622Z Downloaded icu_collections v2.2.0
12142026-07-16T17:11:16.624Z Downloaded openssl-sys v0.9.116
12152026-07-16T17:11:16.627Z Downloaded walkdir v2.5.0
12162026-07-16T17:11:16.630Z Downloaded vsss-rs v3.3.4
12172026-07-16T17:11:16.630Z Downloaded writeable v0.6.3
12182026-07-16T17:11:16.633Z Downloaded whoami v1.6.1
12192026-07-16T17:11:16.634Z Downloaded strum_macros v0.27.2
12202026-07-16T17:11:16.634Z Downloaded xz2 v0.1.7
12212026-07-16T17:11:16.636Z Downloaded icu_normalizer_data v2.2.0
12222026-07-16T17:11:16.637Z Downloaded socket2 v0.6.4
12232026-07-16T17:11:16.639Z Downloaded usdt-impl v0.5.0
12242026-07-16T17:11:16.646Z Downloaded progenitor-impl v0.10.0
12252026-07-16T17:11:16.649Z Downloaded goblin v0.8.2
12262026-07-16T17:11:16.656Z Downloaded konst v0.2.20
12272026-07-16T17:11:16.658Z Downloaded ucd-trie v0.1.7
12282026-07-16T17:11:16.663Z Downloaded zmij v1.0.21
12292026-07-16T17:11:16.663Z Downloaded zeroize v1.8.2
12302026-07-16T17:11:16.663Z Downloaded serde_yaml v0.9.34+deprecated
12312026-07-16T17:11:16.666Z Downloaded schemars v0.9.0
12322026-07-16T17:11:16.669Z Downloaded zerovec-derive v0.11.3
12332026-07-16T17:11:16.672Z Downloaded nom v7.1.3
12342026-07-16T17:11:16.675Z Downloaded usdt-impl v0.6.0
12352026-07-16T17:11:16.675Z Downloaded toml v1.1.2+spec-1.1.0
12362026-07-16T17:11:16.678Z Downloaded toml v0.7.8
12372026-07-16T17:11:16.681Z Downloaded rustls-platform-verifier v0.7.0
12382026-07-16T17:11:16.681Z Downloaded tinyvec v1.11.0
12392026-07-16T17:11:16.684Z Downloaded memchr v2.8.1
12402026-07-16T17:11:16.693Z Downloaded zerocopy-derive v0.7.35
12412026-07-16T17:11:16.699Z Downloaded test-strategy v0.4.5
12422026-07-16T17:11:16.700Z Downloaded schemars v1.2.1
12432026-07-16T17:11:16.703Z Downloaded rand v0.8.6
12442026-07-16T17:11:16.703Z Downloaded quinn v0.11.9
12452026-07-16T17:11:16.706Z Downloaded qorb v0.4.1
12462026-07-16T17:11:16.711Z Downloaded yoke v0.8.3
12472026-07-16T17:11:16.711Z Downloaded rayon-core v1.13.0
12482026-07-16T17:11:16.713Z Downloaded tungstenite v0.21.0
12492026-07-16T17:11:16.716Z Downloaded typify v0.4.3
12502026-07-16T17:11:16.716Z Downloaded minimal-lexical v0.2.1
12512026-07-16T17:11:16.720Z Downloaded toml v0.9.12+spec-1.1.0
12522026-07-16T17:11:16.723Z Downloaded unsafe-libyaml v0.2.11
12532026-07-16T17:11:16.725Z Downloaded hashbrown v0.16.1
12542026-07-16T17:11:16.729Z Downloaded rand v0.9.4
12552026-07-16T17:11:16.733Z Downloaded itertools v0.12.1
12562026-07-16T17:11:16.737Z Downloaded mio v1.2.1
12572026-07-16T17:11:16.742Z Downloaded hashbrown v0.12.3
12582026-07-16T17:11:16.742Z Downloaded dropshot-api-manager v0.7.2
12592026-07-16T17:11:16.745Z Downloaded toml_edit v0.25.12+spec-1.1.0
12602026-07-16T17:11:16.750Z Downloaded typify v0.6.2
12612026-07-16T17:11:16.750Z Downloaded steno v0.4.1
12622026-07-16T17:11:16.754Z Downloaded clap_builder v4.6.0
12632026-07-16T17:11:16.754Z Downloaded snafu v0.8.9
12642026-07-16T17:11:16.756Z Downloaded uuid v1.23.5
12652026-07-16T17:11:16.771Z Downloaded yansi v1.0.1
12662026-07-16T17:11:16.774Z Downloaded toml_edit v0.19.15
12672026-07-16T17:11:16.787Z Downloaded h2 v0.4.14
12682026-07-16T17:11:16.791Z Downloaded zerocopy-derive v0.8.50
12692026-07-16T17:11:16.794Z Downloaded zerotrie v0.2.4
12702026-07-16T17:11:16.794Z Downloaded nom v8.0.0
12712026-07-16T17:11:16.803Z Downloaded hkdf v0.12.4
12722026-07-16T17:11:16.807Z Downloaded ron v0.12.1
12732026-07-16T17:11:16.824Z Downloaded regex v1.12.3
12742026-07-16T17:11:16.883Z Downloaded pest v2.8.6
12752026-07-16T17:11:16.890Z Downloaded icu_properties_data v2.2.0
12762026-07-16T17:11:16.890Z Downloaded reqwest v0.13.4
12772026-07-16T17:11:16.890Z Downloaded libm v0.2.16
12782026-07-16T17:11:16.890Z Downloaded iddqd v0.4.5
12792026-07-16T17:11:16.890Z Downloaded itertools v0.15.0
12802026-07-16T17:11:16.890Z Downloaded typed-path v0.9.3
12812026-07-16T17:11:16.891Z Downloaded blake3 v1.8.5
12822026-07-16T17:11:16.891Z Downloaded rayon v1.12.0
12832026-07-16T17:11:16.891Z Downloaded zerovec v0.11.6
12842026-07-16T17:11:16.897Z Downloaded tough v0.22.0
12852026-07-16T17:11:16.911Z Downloaded winnow v0.5.40
12862026-07-16T17:11:16.916Z Downloaded zerocopy v0.7.35
12872026-07-16T17:11:16.926Z Downloaded goblin v0.10.7
12882026-07-16T17:11:16.934Z Downloaded aws-lc-rs v1.17.0
12892026-07-16T17:11:16.941Z Downloaded proptest v1.11.0
12902026-07-16T17:11:16.945Z Downloaded winnow v1.0.3
12912026-07-16T17:11:16.951Z Downloaded tabled v0.15.0
12922026-07-16T17:11:16.958Z Downloaded serde_with v3.20.0
12932026-07-16T17:11:16.968Z Downloaded moka v0.12.15
12942026-07-16T17:11:16.971Z Downloaded quinn-proto v0.11.14
12952026-07-16T17:11:16.975Z Downloaded time v0.3.47
12962026-07-16T17:11:16.984Z Downloaded tabled v0.21.0
12972026-07-16T17:11:17.001Z Downloaded webpki-roots v1.0.7
12982026-07-16T17:11:17.014Z Downloaded openssl v0.10.80
12992026-07-16T17:11:17.026Z Downloaded bstr v1.12.1
13002026-07-16T17:11:17.032Z Downloaded syn v1.0.109
13012026-07-16T17:11:17.042Z Downloaded smoltcp v0.11.0
13022026-07-16T17:11:17.054Z Downloaded dropshot v0.17.1
13032026-07-16T17:11:17.062Z Downloaded nix v0.31.3
13042026-07-16T17:11:17.069Z Downloaded syn v2.0.117
13052026-07-16T17:11:17.076Z Downloaded rhai v1.25.1
13062026-07-16T17:11:17.080Z Downloaded zerocopy v0.8.50
13072026-07-16T17:11:17.092Z Downloaded regress v0.11.1
13082026-07-16T17:11:17.096Z Downloaded openapiv3 v2.2.0
13092026-07-16T17:11:17.101Z Downloaded rustls v0.23.40
13102026-07-16T17:11:17.108Z Downloaded regress v0.10.5
13112026-07-16T17:11:17.112Z Downloaded regex-syntax v0.8.10
13122026-07-16T17:11:17.116Z Downloaded hickory-proto v0.25.2
13132026-07-16T17:11:17.124Z Downloaded hickory-proto v0.24.4
13142026-07-16T17:11:17.134Z Downloaded typify-impl v0.6.2
13152026-07-16T17:11:17.142Z Downloaded sled v0.34.7
13162026-07-16T17:11:17.148Z Downloaded typify-impl v0.4.3
13172026-07-16T17:11:17.181Z Downloaded regex-automata v0.4.14
13182026-07-16T17:11:17.199Z Downloaded chrono-tz v0.10.4
13192026-07-16T17:11:17.212Z Downloaded petgraph v0.6.5
13202026-07-16T17:11:17.220Z Downloaded csv v1.4.0
13212026-07-16T17:11:17.231Z Downloaded lzma-sys v0.1.20
13222026-07-16T17:11:17.247Z Downloaded jiff v0.2.28
13232026-07-16T17:11:17.271Z Downloaded sha3 v0.10.9
13242026-07-16T17:11:17.279Z Downloaded tokio v1.52.3
13252026-07-16T17:11:17.309Z Downloaded encoding_rs v0.8.35
13262026-07-16T17:11:17.781Z Downloaded aws-lc-sys v0.41.0
13272026-07-16T17:11:18.703Z Compiling proc-macro2 v1.0.106
13282026-07-16T17:11:18.703Z Compiling unicode-ident v1.0.24
13292026-07-16T17:11:18.703Z Compiling quote v1.0.45
13302026-07-16T17:11:18.706Z Compiling serde_core v1.0.228
13312026-07-16T17:11:18.707Z Compiling cfg-if v1.0.4
13322026-07-16T17:11:18.707Z Compiling serde v1.0.228
13332026-07-16T17:11:18.707Z Compiling libc v0.2.186
13342026-07-16T17:11:18.707Z Compiling memchr v2.8.1
13352026-07-16T17:11:18.870Z Compiling itoa v1.0.18
13362026-07-16T17:11:19.052Z Compiling smallvec v1.15.1
13372026-07-16T17:11:19.156Z Compiling zmij v1.0.21
13382026-07-16T17:11:19.188Z Compiling autocfg v1.5.1
13392026-07-16T17:11:19.280Z Compiling libm v0.2.16
13402026-07-16T17:11:19.548Z Compiling stable_deref_trait v1.2.1
13412026-07-16T17:11:19.560Z Compiling percent-encoding v2.3.2
13422026-07-16T17:11:19.629Z Compiling litemap v0.8.2
13432026-07-16T17:11:19.692Z Compiling writeable v0.6.3
13442026-07-16T17:11:19.750Z Compiling icu_normalizer_data v2.2.0
13452026-07-16T17:11:19.760Z Compiling icu_properties_data v2.2.0
13462026-07-16T17:11:19.778Z Compiling utf8_iter v1.0.4
13472026-07-16T17:11:19.891Z Compiling iana-time-zone v0.1.65
13482026-07-16T17:11:19.919Z Compiling equivalent v1.0.2
13492026-07-16T17:11:19.972Z Compiling syn v2.0.117
13502026-07-16T17:11:20.089Z Compiling form_urlencoded v1.2.2
13512026-07-16T17:11:20.101Z Compiling serde_json v1.0.150
13522026-07-16T17:11:20.111Z Compiling version_check v0.9.5
13532026-07-16T17:11:20.147Z Compiling pin-project-lite v0.2.17
13542026-07-16T17:11:20.196Z Compiling dyn-clone v1.0.20
13552026-07-16T17:11:20.266Z Compiling scopeguard v1.2.0
13562026-07-16T17:11:20.269Z Compiling parking_lot_core v0.9.12
13572026-07-16T17:11:20.334Z Compiling num-traits v0.2.19
13582026-07-16T17:11:20.357Z Compiling lock_api v0.4.14
13592026-07-16T17:11:20.369Z Compiling hashbrown v0.17.1
13602026-07-16T17:11:20.380Z Compiling thiserror v2.0.18
13612026-07-16T17:11:20.579Z Compiling errno v0.3.14
13622026-07-16T17:11:20.589Z Compiling log v0.4.32
13632026-07-16T17:11:20.723Z Compiling rand_core v0.10.1
13642026-07-16T17:11:20.769Z Compiling getrandom v0.4.2
13652026-07-16T17:11:20.801Z Compiling futures-core v0.3.32
13662026-07-16T17:11:20.869Z Compiling heck v0.5.0
13672026-07-16T17:11:20.926Z Compiling semver v1.0.28
13682026-07-16T17:11:20.946Z Compiling indexmap v2.14.0
13692026-07-16T17:11:21.124Z Compiling zerocopy v0.8.50
13702026-07-16T17:11:21.231Z Compiling uuid v1.23.5
13712026-07-16T17:11:21.262Z Compiling schemars v0.8.22
13722026-07-16T17:11:21.344Z Compiling futures-sink v0.3.32
13732026-07-16T17:11:21.441Z Compiling slab v0.4.12
13742026-07-16T17:11:21.529Z Compiling jobserver v0.1.34
13752026-07-16T17:11:21.557Z Compiling shlex v2.0.1
13762026-07-16T17:11:21.575Z Compiling rustversion v1.0.22
13772026-07-16T17:11:21.615Z Compiling fnv v1.0.7
13782026-07-16T17:11:21.652Z Compiling find-msvc-tools v0.1.9
13792026-07-16T17:11:21.706Z Compiling futures-channel v0.3.32
13802026-07-16T17:11:21.731Z Compiling bitflags v2.12.1
13812026-07-16T17:11:21.842Z Compiling cc v1.2.63
13822026-07-16T17:11:21.887Z Compiling futures-task v0.3.32
13832026-07-16T17:11:21.922Z Compiling futures-io v0.3.32
13842026-07-16T17:11:22.053Z Compiling socket2 v0.6.4
13852026-07-16T17:11:22.057Z Compiling signal-hook-registry v1.4.8
13862026-07-16T17:11:22.077Z Compiling mio v1.2.1
13872026-07-16T17:11:22.269Z Compiling parking_lot v0.12.5
13882026-07-16T17:11:22.282Z Compiling portable-atomic v1.13.1
13892026-07-16T17:11:22.355Z Compiling dunce v1.0.5
13902026-07-16T17:11:22.448Z Compiling fs_extra v1.3.0
13912026-07-16T17:11:22.509Z Compiling typenum v1.20.1
13922026-07-16T17:11:22.616Z Compiling cmake v0.1.58
13932026-07-16T17:11:22.644Z Compiling critical-section v1.2.0
13942026-07-16T17:11:22.702Z Compiling base64 v0.22.1
13952026-07-16T17:11:22.718Z Compiling slog v2.8.2
13962026-07-16T17:11:22.747Z Compiling synstructure v0.13.2
13972026-07-16T17:11:22.799Z Compiling serde_derive_internals v0.29.1
13982026-07-16T17:11:22.967Z Compiling strsim v0.11.1
13992026-07-16T17:11:23.041Z Compiling byteorder v1.5.0
14002026-07-16T17:11:23.148Z Compiling aws-lc-sys v0.41.0
14012026-07-16T17:11:23.252Z Compiling rustix v1.1.4
14022026-07-16T17:11:23.268Z Compiling subtle v2.6.1
14032026-07-16T17:11:23.330Z Compiling getrandom v0.3.4
14042026-07-16T17:11:23.384Z Compiling regex-syntax v0.8.10
14052026-07-16T17:11:23.434Z Compiling once_cell v1.21.4
14062026-07-16T17:11:23.519Z Compiling httparse v1.10.1
14072026-07-16T17:11:23.542Z Compiling atomic-waker v1.1.2
14082026-07-16T17:11:23.655Z Compiling ipnet v2.12.0
14092026-07-16T17:11:23.667Z Compiling tower-layer v0.3.3
14102026-07-16T17:11:23.700Z Compiling tower-service v0.3.3
14112026-07-16T17:11:23.797Z Compiling getrandom v0.2.17
14122026-07-16T17:11:23.814Z Compiling ryu v1.0.23
14132026-07-16T17:11:23.828Z Compiling thiserror v1.0.69
14142026-07-16T17:11:23.984Z Compiling try-lock v0.2.5
14152026-07-16T17:11:24.001Z Compiling untrusted v0.9.0
14162026-07-16T17:11:24.013Z Compiling serde_derive v1.0.228
14172026-07-16T17:11:24.056Z Compiling zerofrom-derive v0.1.7
14182026-07-16T17:11:24.091Z Compiling yoke-derive v0.8.2
14192026-07-16T17:11:24.119Z Compiling zerovec-derive v0.11.3
14202026-07-16T17:11:24.153Z Compiling displaydoc v0.2.6
14212026-07-16T17:11:24.222Z Compiling schemars_derive v0.8.22
14222026-07-16T17:11:24.257Z Compiling thiserror-impl v2.0.18
14232026-07-16T17:11:24.961Z Compiling tokio-macros v2.7.0
14242026-07-16T17:11:25.192Z Compiling zerocopy-derive v0.8.50
14252026-07-16T17:11:25.228Z Compiling zeroize_derive v1.4.3
14262026-07-16T17:11:25.262Z Compiling zerofrom v0.1.8
14272026-07-16T17:11:25.380Z Compiling yoke v0.8.3
14282026-07-16T17:11:25.453Z Compiling futures-macro v0.3.32
14292026-07-16T17:11:25.566Z Compiling zerovec v0.11.6
14302026-07-16T17:11:25.616Z Compiling zerotrie v0.2.4
14312026-07-16T17:11:25.916Z Compiling zeroize v1.8.2
14322026-07-16T17:11:25.920Z Compiling ucd-trie v0.1.7
14332026-07-16T17:11:26.089Z Compiling tinystr v0.8.3
14342026-07-16T17:11:26.094Z Compiling potential_utf v0.1.5
14352026-07-16T17:11:26.113Z Compiling pest v2.8.6
14362026-07-16T17:11:26.220Z Compiling icu_collections v2.2.0
14372026-07-16T17:11:26.255Z Compiling icu_locale_core v2.2.0
14382026-07-16T17:11:26.293Z Compiling futures-util v0.3.32
14392026-07-16T17:11:26.451Z Compiling want v0.3.1
14402026-07-16T17:11:26.614Z Compiling thiserror-impl v1.0.69
14412026-07-16T17:11:26.745Z Compiling rand_core v0.6.4
14422026-07-16T17:11:26.960Z Compiling icu_provider v2.2.0
14432026-07-16T17:11:27.232Z Compiling bytes v1.11.1
14442026-07-16T17:11:27.273Z Compiling icu_properties v2.2.0
14452026-07-16T17:11:27.308Z Compiling icu_normalizer v2.2.0
14462026-07-16T17:11:27.373Z Compiling chrono v0.4.45
14472026-07-16T17:11:27.831Z Compiling http v1.4.2
14482026-07-16T17:11:27.928Z Compiling tokio v1.52.3
14492026-07-16T17:11:27.933Z Compiling serde_tokenstream v0.2.3
14502026-07-16T17:11:28.203Z Compiling idna_adapter v1.2.2
14512026-07-16T17:11:28.344Z Compiling idna v1.1.0
14522026-07-16T17:11:28.518Z Compiling erased-serde v0.3.31
14532026-07-16T17:11:28.675Z Compiling url v2.5.8
14542026-07-16T17:11:28.834Z Compiling http-body v1.0.1
14552026-07-16T17:11:28.984Z Compiling httpdate v1.0.3
14562026-07-16T17:11:29.139Z Compiling pest_meta v2.8.6
14572026-07-16T17:11:29.142Z Compiling pretty-hex v0.4.2
14582026-07-16T17:11:29.301Z Compiling plain v0.2.3
14592026-07-16T17:11:29.388Z Compiling winnow v1.0.3
14602026-07-16T17:11:29.391Z Compiling foldhash v0.2.0
14612026-07-16T17:11:29.572Z Compiling ppv-lite86 v0.2.21
14622026-07-16T17:11:29.671Z Compiling allocator-api2 v0.2.21
14632026-07-16T17:11:29.674Z Compiling paste v1.0.15
14642026-07-16T17:11:29.886Z Compiling pest_generator v2.8.6
14652026-07-16T17:11:29.941Z Compiling hashbrown v0.16.1
14662026-07-16T17:11:29.992Z Compiling ipnetwork v0.21.1
14672026-07-16T17:11:30.420Z Compiling oxnet v0.1.6
14682026-07-16T17:11:30.423Z Compiling tracing-attributes v0.1.31
14692026-07-16T17:11:30.451Z Compiling tracing-core v0.1.36
14702026-07-16T17:11:30.487Z Compiling pest_derive v2.8.6
14712026-07-16T17:11:30.522Z Compiling ident_case v1.0.1
14722026-07-16T17:11:30.638Z Compiling omicron-workspace-hack v0.1.0
14732026-07-16T17:11:30.875Z Compiling http-body-util v0.1.3
14742026-07-16T17:11:30.886Z Compiling serde_urlencoded v0.7.1
14752026-07-16T17:11:31.042Z Compiling aho-corasick v1.1.4
14762026-07-16T17:11:31.107Z Compiling sync_wrapper v1.0.2
14772026-07-16T17:11:31.117Z Compiling daft-derive v0.1.7
14782026-07-16T17:11:31.214Z Compiling fastrand v2.4.1
14792026-07-16T17:11:31.640Z Compiling tokio-util v0.7.18
14802026-07-16T17:11:31.651Z Compiling tracing v0.1.44
14812026-07-16T17:11:31.883Z Compiling regex-automata v0.4.14
14822026-07-16T17:11:31.883Z Compiling async-trait v0.1.89
14832026-07-16T17:11:32.181Z Compiling scroll_derive v0.13.1
14842026-07-16T17:11:32.382Z Compiling aws-lc-rs v1.17.0
14852026-07-16T17:11:32.427Z Compiling anyhow v1.0.103
14862026-07-16T17:11:32.711Z Compiling time-core v0.1.8
14872026-07-16T17:11:32.782Z Compiling powerfmt v0.2.0
14882026-07-16T17:11:32.855Z Compiling num-conv v0.2.2
14892026-07-16T17:11:32.925Z Compiling deranged v0.5.8
14902026-07-16T17:11:33.011Z Compiling time-macros v0.2.27
14912026-07-16T17:11:33.088Z Compiling scroll v0.13.0
14922026-07-16T17:11:33.196Z Compiling rustls-pki-types v1.14.1
14932026-07-16T17:11:33.360Z Compiling hex v0.4.3
14942026-07-16T17:11:33.614Z Compiling regex v1.12.3
14952026-07-16T17:11:33.695Z Compiling num_threads v0.1.7
14962026-07-16T17:11:33.789Z Compiling openssl-probe v0.2.1
14972026-07-16T17:11:33.931Z Compiling goblin v0.10.7
14982026-07-16T17:11:33.997Z Compiling untrusted v0.7.1
14992026-07-16T17:11:34.085Z Compiling camino v1.2.4
15002026-07-16T17:11:34.119Z Compiling crc32fast v1.5.0
15012026-07-16T17:11:34.360Z Compiling rustls v0.23.40
15022026-07-16T17:11:34.418Z Compiling usdt-impl v0.6.0
15032026-07-16T17:11:34.525Z Compiling h2 v0.4.14
15042026-07-16T17:11:34.544Z Compiling dtrace-parser v0.3.0
15052026-07-16T17:11:34.591Z Compiling crossbeam-utils v0.8.21
15062026-07-16T17:11:34.869Z Compiling futures-executor v0.3.32
15072026-07-16T17:11:34.881Z Compiling structmeta-derive v0.3.0
15082026-07-16T17:11:34.907Z Compiling thread-id v5.1.0
15092026-07-16T17:11:35.147Z Compiling simd-adler32 v0.3.9
15102026-07-16T17:11:35.266Z Compiling cpufeatures v0.3.0
15112026-07-16T17:11:35.337Z Compiling adler2 v2.0.1
15122026-07-16T17:11:35.360Z Compiling futures v0.3.32
15132026-07-16T17:11:35.437Z Compiling miniz_oxide v0.8.9
15142026-07-16T17:11:35.459Z Compiling rand_core v0.9.5
15152026-07-16T17:11:35.677Z Compiling darling_core v0.23.0
15162026-07-16T17:11:35.926Z Compiling newtype-uuid-macros v0.1.0
15172026-07-16T17:11:35.939Z Compiling structmeta v0.3.0
15182026-07-16T17:11:36.084Z Compiling hybrid-array v0.4.12
15192026-07-16T17:11:36.286Z Compiling thread_local v1.1.9
15202026-07-16T17:11:36.537Z Compiling match_cfg v0.1.0
15212026-07-16T17:11:36.551Z Compiling flate2 v1.1.9
15222026-07-16T17:11:36.605Z Compiling hyper v1.10.1
15232026-07-16T17:11:36.733Z Compiling dof v0.4.0
15242026-07-16T17:11:37.111Z Compiling newtype-uuid v1.3.2
15252026-07-16T17:11:37.787Z Compiling hyper-util v0.1.20
15262026-07-16T17:11:37.886Z Compiling darling_macro v0.23.0
15272026-07-16T17:11:38.125Z Compiling quick-error v1.2.3
15282026-07-16T17:11:38.207Z Compiling compression-core v0.4.32
15292026-07-16T17:11:38.234Z Compiling slog-async v2.8.0
15302026-07-16T17:11:38.364Z Compiling ref-cast v1.0.25
15312026-07-16T17:11:38.441Z Compiling compression-codecs v0.4.38
15322026-07-16T17:11:38.498Z Compiling darling v0.23.0
15332026-07-16T17:11:38.560Z Compiling daft v0.1.7
15342026-07-16T17:11:38.585Z Compiling block-buffer v0.12.0
15352026-07-16T17:11:38.692Z Compiling crypto-common v0.2.2
15362026-07-16T17:11:38.735Z Compiling rand_chacha v0.9.0
15372026-07-16T17:11:38.735Z Compiling strum_macros v0.26.4
15382026-07-16T17:11:38.829Z Compiling ref-cast-impl v1.0.25
15392026-07-16T17:11:38.970Z Compiling usdt-attr-macro v0.6.0
15402026-07-16T17:11:39.004Z Compiling usdt-macro v0.6.0
15412026-07-16T17:11:39.164Z Compiling serde_spanned v1.1.1
15422026-07-16T17:11:39.308Z Compiling generic-array v0.14.7
15432026-07-16T17:11:39.442Z Compiling multer v3.1.0
15442026-07-16T17:11:39.515Z Compiling const-oid v0.10.2
15452026-07-16T17:11:39.548Z Compiling take_mut v0.2.2
15462026-07-16T17:11:39.651Z Compiling debug-ignore v1.0.5
15472026-07-16T17:11:39.654Z Compiling toml_writer v1.1.1+spec-1.1.0
15482026-07-16T17:11:39.675Z Compiling term v1.2.1
15492026-07-16T17:11:39.719Z Compiling bit-vec v0.8.0
15502026-07-16T17:11:39.916Z Compiling bit-set v0.8.0
15512026-07-16T17:11:39.948Z Compiling digest v0.11.3
15522026-07-16T17:11:40.073Z Compiling rand v0.9.4
15532026-07-16T17:11:40.109Z Compiling serde_with_macros v3.20.0
15542026-07-16T17:11:40.135Z Compiling async-stream-impl v0.3.6
15552026-07-16T17:11:40.153Z Compiling dropshot v0.17.1
15562026-07-16T17:11:40.371Z Compiling strum v0.26.3
15572026-07-16T17:11:40.385Z Compiling encoding_rs v0.8.35
15582026-07-16T17:11:40.398Z Compiling unarray v0.1.4
15592026-07-16T17:11:40.494Z Compiling mime v0.3.17
15602026-07-16T17:11:40.497Z Compiling spin v0.9.8
15612026-07-16T17:11:40.606Z Compiling syn v1.0.109
15622026-07-16T17:11:40.719Z Compiling sha1 v0.11.0
15632026-07-16T17:11:40.785Z Compiling async-stream v0.3.6
15642026-07-16T17:11:40.958Z Compiling derive-ex v0.1.8
15652026-07-16T17:11:40.967Z Compiling tower v0.5.3
15662026-07-16T17:11:40.995Z Compiling dropshot_endpoint v0.17.1
15672026-07-16T17:11:41.207Z Compiling macaddr v1.0.1
15682026-07-16T17:11:41.242Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15692026-07-16T17:11:41.274Z Compiling waitgroup v0.1.2
15702026-07-16T17:11:41.415Z Compiling serde_path_to_error v0.1.20
15712026-07-16T17:11:41.736Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15722026-07-16T17:11:41.755Z Compiling tower-http v0.6.11
15732026-07-16T17:11:41.903Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15742026-07-16T17:11:42.038Z Compiling tempfile v3.27.0
15752026-07-16T17:11:42.067Z Compiling openapiv3 v2.2.0
15762026-07-16T17:11:42.184Z Compiling strum_macros v0.27.2
15772026-07-16T17:11:42.550Z Compiling test-strategy v0.4.5
15782026-07-16T17:11:42.755Z Compiling instant v0.1.13
15792026-07-16T17:11:42.869Z Compiling time v0.3.47
15802026-07-16T17:11:43.508Z Compiling rustls-native-certs v0.8.4
15812026-07-16T17:11:43.791Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15822026-07-16T17:11:43.859Z Compiling crossbeam-channel v0.5.15
15832026-07-16T17:11:43.956Z Compiling crypto-common v0.1.7
15842026-07-16T17:11:44.114Z Compiling strum v0.27.2
15852026-07-16T17:11:44.344Z Compiling parse-display-derive v0.10.0
15862026-07-16T17:11:44.418Z Compiling backon v1.6.0
15872026-07-16T17:11:44.519Z Compiling rand_chacha v0.3.1
15882026-07-16T17:11:44.792Z Compiling either v1.16.0
15892026-07-16T17:11:44.995Z Compiling rand v0.8.6
15902026-07-16T17:11:45.269Z Compiling slog-json v2.6.1
15912026-07-16T17:11:45.332Z Compiling hostname v0.3.1
15922026-07-16T17:11:45.467Z Compiling toml_parser v1.1.2+spec-1.1.0
15932026-07-16T17:11:45.482Z Compiling toml_datetime v1.1.1+spec-1.1.0
15942026-07-16T17:11:45.652Z Compiling wait-timeout v0.2.1
15952026-07-16T17:11:45.685Z Compiling memmap2 v0.9.10
15962026-07-16T17:11:45.734Z Compiling is-terminal v0.4.17
15972026-07-16T17:11:45.905Z Compiling usdt v0.6.0
15982026-07-16T17:11:45.955Z Compiling toml v1.1.2+spec-1.1.0
15992026-07-16T17:11:45.968Z Compiling slog-term v2.9.2
16002026-07-16T17:11:45.999Z Compiling rusty-fork v0.3.1
16012026-07-16T17:11:46.179Z Compiling slog-bunyan v2.5.0
16022026-07-16T17:11:46.308Z Compiling serde_with v3.20.0
16032026-07-16T17:11:46.327Z Compiling async-compression v0.4.42
16042026-07-16T17:11:46.352Z Compiling rand_xorshift v0.4.0
16052026-07-16T17:11:46.494Z Compiling rustls-pemfile v2.2.0
16062026-07-16T17:11:46.569Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16072026-07-16T17:11:46.632Z Compiling regress v0.10.5
16082026-07-16T17:11:46.693Z Compiling hostname v0.4.2
16092026-07-16T17:11:46.767Z Compiling humantime v2.3.0
16102026-07-16T17:11:46.825Z Compiling proptest v1.11.0
16112026-07-16T17:11:47.312Z Compiling iddqd v0.4.5
16122026-07-16T17:11:47.611Z Compiling reqwest v0.12.28
16132026-07-16T17:11:47.689Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16142026-07-16T17:11:47.934Z Compiling block-buffer v0.10.4
16152026-07-16T17:11:48.093Z Compiling utf8parse v0.2.2
16162026-07-16T17:11:48.194Z Compiling anstyle-parse v1.0.0
16172026-07-16T17:11:48.268Z Compiling digest v0.10.7
16182026-07-16T17:11:48.380Z Compiling parse-display v0.10.0
16192026-07-16T17:11:48.484Z Compiling backoff v0.4.0
16202026-07-16T17:11:48.624Z Compiling progenitor-client v0.10.0
16212026-07-16T17:11:48.694Z Compiling itertools v0.14.0
16222026-07-16T17:11:48.717Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16232026-07-16T17:11:48.896Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16242026-07-16T17:11:49.492Z Compiling colorchoice v1.0.5
16252026-07-16T17:11:49.766Z Compiling anstyle v1.0.14
16262026-07-16T17:11:49.924Z Compiling is_terminal_polyfill v1.70.2
16272026-07-16T17:11:49.927Z Compiling anstyle-query v1.1.5
16282026-07-16T17:11:50.016Z Compiling anstream v1.0.0
16292026-07-16T17:11:50.335Z Compiling clap_lex v1.1.0
16302026-07-16T17:11:50.658Z Compiling regress v0.11.1
16312026-07-16T17:11:50.680Z Compiling clap_derive v4.6.1
16322026-07-16T17:11:51.221Z Compiling terminal_size v0.4.4
16332026-07-16T17:11:52.219Z Compiling typify-impl v0.6.2
16342026-07-16T17:11:52.369Z Compiling toml_datetime v0.6.11
16352026-07-16T17:11:52.667Z Compiling zerocopy-derive v0.7.35
16362026-07-16T17:11:52.776Z Compiling cpufeatures v0.2.17
16372026-07-16T17:11:52.855Z Compiling convert_case v0.4.0
16382026-07-16T17:11:52.981Z Compiling clap_builder v4.6.0
16392026-07-16T17:11:53.553Z Compiling zerocopy v0.7.35
16402026-07-16T17:11:53.617Z Compiling derive_more v0.99.20
16412026-07-16T17:11:54.169Z Compiling toml_edit v0.25.12+spec-1.1.0
16422026-07-16T17:11:54.698Z Compiling unicode-width v0.2.2
16432026-07-16T17:11:54.935Z Compiling proc-macro-crate v3.5.0
16442026-07-16T17:11:54.969Z Compiling clap v4.6.1
16452026-07-16T17:11:55.354Z Compiling secrecy v0.10.3
16462026-07-16T17:11:55.463Z Compiling crucible-workspace-hack v0.1.0
16472026-07-16T17:11:55.506Z Compiling float-ord v0.3.2
16482026-07-16T17:11:55.688Z Compiling tinyvec_macros v0.1.1
16492026-07-16T17:11:55.755Z Compiling tinyvec v1.11.0
16502026-07-16T17:11:55.877Z Compiling num_enum_derive v0.7.6
16512026-07-16T17:11:56.296Z Compiling dtrace-parser v0.2.0
16522026-07-16T17:11:56.299Z Compiling scroll_derive v0.12.1
16532026-07-16T17:11:56.425Z Compiling num-integer v0.1.46
16542026-07-16T17:11:56.598Z Compiling rustc_version v0.4.1
16552026-07-16T17:11:56.748Z Compiling usdt-impl v0.5.0
16562026-07-16T17:11:56.910Z Compiling num_enum v0.7.6
16572026-07-16T17:11:57.031Z Compiling scroll v0.12.0
16582026-07-16T17:11:57.055Z Compiling curve25519-dalek v4.1.3
16592026-07-16T17:11:57.264Z Compiling dof v0.3.0
16602026-07-16T17:11:57.356Z Compiling hmac v0.12.1
16612026-07-16T17:11:57.363Z Compiling inout v0.1.4
16622026-07-16T17:11:57.518Z Compiling darling_core v0.21.3
16632026-07-16T17:11:57.553Z Compiling ff v0.13.1
16642026-07-16T17:11:57.686Z Compiling thread-id v4.2.2
16652026-07-16T17:11:57.694Z Compiling group v0.13.0
16662026-07-16T17:11:57.848Z Compiling cipher v0.4.4
16672026-07-16T17:11:57.956Z Compiling hkdf v0.12.4
16682026-07-16T17:11:58.164Z Compiling goblin v0.8.2
16692026-07-16T17:11:58.288Z Compiling num-iter v0.1.45
16702026-07-16T17:11:58.401Z Compiling num-rational v0.4.2
16712026-07-16T17:11:58.562Z Compiling thiserror-impl-no-std v2.0.2
16722026-07-16T17:11:58.632Z Compiling universal-hash v0.5.1
16732026-07-16T17:11:58.635Z Compiling crypto-bigint v0.5.5
16742026-07-16T17:11:58.670Z Compiling typify-macro v0.6.2
16752026-07-16T17:11:58.761Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16762026-07-16T17:11:59.091Z Compiling crossbeam-epoch v0.9.18
16772026-07-16T17:11:59.433Z Compiling half v2.7.1
16782026-07-16T17:11:59.474Z Compiling curve25519-dalek-derive v0.1.1
16792026-07-16T17:11:59.645Z Compiling darling_macro v0.21.3
16802026-07-16T17:11:59.657Z Compiling num-complex v0.4.6
16812026-07-16T17:12:00.011Z Compiling base16ct v0.2.0
16822026-07-16T17:12:00.069Z Compiling ciborium-io v0.2.2
16832026-07-16T17:12:00.075Z Compiling heck v0.4.1
16842026-07-16T17:12:00.119Z Compiling opaque-debug v0.3.1
16852026-07-16T17:12:00.161Z Compiling base64ct v1.8.3
16862026-07-16T17:12:00.188Z Compiling poly1305 v0.8.0
16872026-07-16T17:12:00.248Z Compiling darling v0.21.3
16882026-07-16T17:12:00.267Z Compiling elliptic-curve v0.13.8
16892026-07-16T17:12:00.327Z Compiling ciborium-ll v0.2.2
16902026-07-16T17:12:00.447Z Compiling password-hash v0.5.0
16912026-07-16T17:12:00.698Z Compiling num v0.4.3
16922026-07-16T17:12:00.755Z Compiling typify v0.6.2
16932026-07-16T17:12:00.843Z Compiling thiserror-no-std v2.0.2
16942026-07-16T17:12:01.157Z Compiling chacha20 v0.9.1
16952026-07-16T17:12:01.333Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16962026-07-16T17:12:01.378Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16972026-07-16T17:12:01.866Z Compiling blake2 v0.10.6
16982026-07-16T17:12:02.092Z Compiling aead v0.5.2
16992026-07-16T17:12:02.138Z Compiling byte-wrapper v0.1.0
17002026-07-16T17:12:02.251Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17012026-07-16T17:12:02.315Z Compiling proc-macro-error-attr v1.0.4
17022026-07-16T17:12:02.629Z Compiling keccak v0.1.6
17032026-07-16T17:12:02.639Z Compiling unsafe-libyaml v0.2.11
17042026-07-16T17:12:02.741Z Compiling rustix v0.38.44
17052026-07-16T17:12:02.865Z Compiling prettyplease v0.2.37
17062026-07-16T17:12:03.114Z Compiling heapless v0.8.0
17072026-07-16T17:12:03.223Z Compiling serde_yaml v0.9.34+deprecated
17082026-07-16T17:12:03.570Z Compiling sha3 v0.10.9
17092026-07-16T17:12:03.917Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17102026-07-16T17:12:03.986Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17112026-07-16T17:12:04.481Z Compiling chacha20poly1305 v0.10.1
17122026-07-16T17:12:04.582Z Compiling argon2 v0.5.3
17132026-07-16T17:12:04.805Z Compiling vsss-rs v3.3.4
17142026-07-16T17:12:04.818Z Compiling ciborium v0.2.2
17152026-07-16T17:12:04.831Z Compiling ingot-macros v0.1.1
17162026-07-16T17:12:05.279Z Compiling usdt-attr-macro v0.5.0
17172026-07-16T17:12:05.391Z Compiling usdt-macro v0.5.0
17182026-07-16T17:12:06.527Z Compiling serde_spanned v0.6.9
17192026-07-16T17:12:06.670Z Compiling enum-as-inner v0.6.1
17202026-07-16T17:12:06.870Z Compiling hash32 v0.3.1
17212026-07-16T17:12:07.021Z Compiling proc-macro-error v1.0.4
17222026-07-16T17:12:07.261Z Compiling memmap v0.7.0
17232026-07-16T17:12:07.272Z Compiling memoffset v0.9.1
17242026-07-16T17:12:07.299Z Compiling cfg_aliases v0.2.1
17252026-07-16T17:12:07.302Z Compiling smoltcp v0.11.0
17262026-07-16T17:12:07.369Z Compiling winnow v0.7.15
17272026-07-16T17:12:07.451Z Compiling winnow v0.5.40
17282026-07-16T17:12:07.948Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17292026-07-16T17:12:07.959Z Compiling indent_write v2.2.0
17302026-07-16T17:12:07.959Z Compiling data-encoding v2.11.0
17312026-07-16T17:12:07.959Z Compiling toml_write v0.1.2
17322026-07-16T17:12:07.959Z Compiling ingot-types v0.1.2
17332026-07-16T17:12:07.959Z Compiling usdt v0.5.0
17342026-07-16T17:12:07.959Z Compiling nix v0.31.3
17352026-07-16T17:12:08.179Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17362026-07-16T17:12:08.213Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17372026-07-16T17:12:08.311Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-07-16T17:12:08.492Z Compiling tabwriter v1.4.1
17392026-07-16T17:12:08.771Z Compiling toml_edit v0.19.15
17402026-07-16T17:12:08.775Z Compiling toml_edit v0.22.27
17412026-07-16T17:12:08.794Z Compiling cobs v0.3.0
17422026-07-16T17:12:08.870Z Compiling serde_repr v0.1.20
17432026-07-16T17:12:08.904Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17442026-07-16T17:12:09.137Z Compiling pkg-config v0.3.33
17452026-07-16T17:12:09.388Z Compiling managed v0.8.0
17462026-07-16T17:12:09.472Z Compiling bitflags v1.3.2
17472026-07-16T17:12:09.548Z Compiling vcpkg v0.2.15
17482026-07-16T17:12:09.620Z Compiling postcard v1.1.3
17492026-07-16T17:12:09.973Z Compiling rustls-webpki v0.103.13
17502026-07-16T17:12:10.303Z Compiling toml v0.8.23
17512026-07-16T17:12:10.990Z Compiling openssl-sys v0.9.116
17522026-07-16T17:12:11.010Z Compiling proc-macro-crate v1.3.1
17532026-07-16T17:12:11.422Z Compiling ingot v0.1.1
17542026-07-16T17:12:11.549Z Compiling hubpack_derive v0.1.1
17552026-07-16T17:12:11.564Z Compiling foreign-types-macros v0.2.3
17562026-07-16T17:12:12.044Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17572026-07-16T17:12:12.090Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17582026-07-16T17:12:12.189Z Compiling colored v3.1.1
17592026-07-16T17:12:12.231Z Compiling unicode-segmentation v1.13.3
17602026-07-16T17:12:12.338Z Compiling resolv-conf v0.7.6
17612026-07-16T17:12:12.351Z Compiling rayon-core v1.13.0
17622026-07-16T17:12:12.597Z Compiling semver v0.1.20
17632026-07-16T17:12:12.646Z Compiling foreign-types-shared v0.3.1
17642026-07-16T17:12:12.681Z Compiling static_assertions v1.1.0
17652026-07-16T17:12:12.737Z Compiling linked-hash-map v0.5.6
17662026-07-16T17:12:12.756Z Compiling swrite v0.1.0
17672026-07-16T17:12:12.769Z Compiling foreign-types v0.5.0
17682026-07-16T17:12:12.844Z Compiling rustc_version v0.1.7
17692026-07-16T17:12:12.865Z Compiling newline-converter v0.3.0
17702026-07-16T17:12:12.919Z Compiling lru-cache v0.1.2
17712026-07-16T17:12:12.931Z Compiling hubpack v0.1.2
17722026-07-16T17:12:13.053Z Compiling num_enum_derive v0.5.11
17732026-07-16T17:12:13.153Z Compiling atomicwrites v0.4.4
17742026-07-16T17:12:13.235Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17752026-07-16T17:12:13.355Z Compiling hickory-proto v0.24.4
17762026-07-16T17:12:13.502Z Compiling tokio-rustls v0.26.4
17772026-07-16T17:12:13.783Z Compiling hyper-rustls v0.27.9
17782026-07-16T17:12:13.961Z Compiling rustls-platform-verifier v0.7.0
17792026-07-16T17:12:14.130Z Compiling reqwest v0.13.4
17802026-07-16T17:12:15.346Z Compiling progenitor-client v0.14.0
17812026-07-16T17:12:15.653Z Compiling progenitor-extras v0.2.0
17822026-07-16T17:12:15.899Z Compiling progenitor-impl v0.13.0
17832026-07-16T17:12:16.712Z Compiling crossbeam-deque v0.8.6
17842026-07-16T17:12:16.724Z Compiling console v0.15.11
17852026-07-16T17:12:16.784Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17862026-07-16T17:12:16.907Z Compiling camino-tempfile v1.4.1
17872026-07-16T17:12:17.151Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17882026-07-16T17:12:17.306Z Compiling chacha20 v0.10.0
17892026-07-16T17:12:17.397Z Compiling serde-big-array v0.5.1
17902026-07-16T17:12:17.557Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17912026-07-16T17:12:17.616Z Compiling derive-where v1.6.1
17922026-07-16T17:12:18.458Z Compiling num-derive v0.4.2
17932026-07-16T17:12:18.944Z Compiling pin-project-internal v1.1.13
17942026-07-16T17:12:19.006Z Compiling cstr-argument v0.1.2
17952026-07-16T17:12:19.164Z Compiling siphasher v1.0.3
17962026-07-16T17:12:19.373Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17972026-07-16T17:12:19.461Z Compiling similar v2.7.0
17982026-07-16T17:12:19.535Z Compiling minimal-lexical v0.2.1
17992026-07-16T17:12:19.629Z Compiling progenitor-macro v0.13.0
18002026-07-16T17:12:19.806Z Compiling nom v7.1.3
18012026-07-16T17:12:20.070Z Compiling pin-project v1.1.13
18022026-07-16T17:12:20.170Z Compiling expectorate v1.2.0
18032026-07-16T17:12:20.330Z Compiling phf_shared v0.12.1
18042026-07-16T17:12:20.422Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18052026-07-16T17:12:20.692Z Compiling rand v0.10.2
18062026-07-16T17:12:21.018Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18072026-07-16T17:12:21.055Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18082026-07-16T17:12:21.183Z Compiling progenitor-client v0.13.0
18092026-07-16T17:12:21.387Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-07-16T17:12:21.486Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-07-16T17:12:21.663Z Compiling hickory-resolver v0.24.4
18122026-07-16T17:12:21.941Z Compiling num_enum v0.5.11
18132026-07-16T17:12:22.063Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18142026-07-16T17:12:23.508Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-07-16T17:12:23.767Z Compiling newtype_derive v0.1.6
18162026-07-16T17:12:24.407Z Compiling progenitor-impl v0.14.0
18172026-07-16T17:12:24.491Z Compiling snafu-derive v0.8.9
18182026-07-16T17:12:24.648Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-07-16T17:12:24.809Z Compiling unicode-normalization v0.1.25
18202026-07-16T17:12:25.279Z Compiling tokio-stream v0.1.18
18212026-07-16T17:12:25.401Z Compiling async-recursion v1.1.1
18222026-07-16T17:12:25.436Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18232026-07-16T17:12:25.746Z Compiling slog-dtrace v0.3.0
18242026-07-16T17:12:25.757Z Compiling bstr v1.12.1
18252026-07-16T17:12:26.005Z Compiling csv-core v0.1.13
18262026-07-16T17:12:26.103Z Compiling chrono-tz v0.10.4
18272026-07-16T17:12:26.228Z Compiling openssl v0.10.80
18282026-07-16T17:12:26.255Z Compiling konst_macro_rules v0.2.19
18292026-07-16T17:12:26.266Z Compiling unicode-xid v0.2.6
18302026-07-16T17:12:26.330Z Compiling cancel-safe-futures v0.1.5
18312026-07-16T17:12:26.342Z Compiling foldhash v0.1.5
18322026-07-16T17:12:26.385Z Compiling unicode-width v0.1.14
18332026-07-16T17:12:26.429Z Compiling highway v1.3.0
18342026-07-16T17:12:26.506Z Compiling foreign-types-shared v0.1.1
18352026-07-16T17:12:26.520Z Compiling same-file v1.0.6
18362026-07-16T17:12:26.588Z Compiling owo-colors v4.3.0
18372026-07-16T17:12:26.617Z Compiling foreign-types v0.3.2
18382026-07-16T17:12:26.663Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-07-16T17:12:26.688Z Compiling walkdir v2.5.0
18402026-07-16T17:12:26.715Z Compiling hashbrown v0.15.5
18412026-07-16T17:12:26.823Z Compiling const_format_proc_macros v0.2.34
18422026-07-16T17:12:27.018Z Compiling konst v0.2.20
18432026-07-16T17:12:27.065Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-07-16T17:12:27.231Z Compiling snafu v0.8.9
18452026-07-16T17:12:27.253Z Compiling csv v1.4.0
18462026-07-16T17:12:27.665Z Compiling globset v0.4.18
18472026-07-16T17:12:27.722Z Compiling qorb v0.4.1
18482026-07-16T17:12:27.762Z Compiling progenitor v0.13.0
18492026-07-16T17:12:27.899Z Compiling olpc-cjson v0.1.4
18502026-07-16T17:12:27.991Z Compiling progenitor-macro v0.14.0
18512026-07-16T17:12:28.115Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-07-16T17:12:28.672Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18532026-07-16T17:12:29.034Z Compiling rayon v1.12.0
18542026-07-16T17:12:29.616Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-07-16T17:12:30.003Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-07-16T17:12:30.016Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-07-16T17:12:30.412Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-07-16T17:12:30.565Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18592026-07-16T17:12:30.834Z Compiling phf v0.12.1
18602026-07-16T17:12:31.010Z Compiling zone_cfg_derive v0.3.1
18612026-07-16T17:12:31.369Z Compiling tokio-dtrace v0.1.1
18622026-07-16T17:12:31.712Z Compiling itertools v0.12.1
18632026-07-16T17:12:32.013Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18642026-07-16T17:12:32.224Z Compiling libsw-core v0.3.2
18652026-07-16T17:12:32.397Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-07-16T17:12:32.550Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18672026-07-16T17:12:32.776Z Compiling serde_plain v1.0.2
18682026-07-16T17:12:32.953Z Compiling openssl-macros v0.1.1
18692026-07-16T17:12:32.993Z Compiling pem v3.0.6
18702026-07-16T17:12:33.022Z Compiling cookie v0.18.1
18712026-07-16T17:12:33.039Z Compiling sigpipe v0.1.3
18722026-07-16T17:12:33.125Z Compiling bytecount v0.6.9
18732026-07-16T17:12:33.174Z Compiling fixedbitset v0.4.2
18742026-07-16T17:12:33.306Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-07-16T17:12:33.318Z Compiling glob v0.3.3
18762026-07-16T17:12:33.387Z Compiling fixedbitset v0.5.7
18772026-07-16T17:12:33.421Z Compiling jiff v0.2.28
18782026-07-16T17:12:33.475Z Compiling typed-path v0.9.3
18792026-07-16T17:12:33.732Z Compiling petgraph v0.8.3
18802026-07-16T17:12:33.744Z Compiling petgraph v0.6.5
18812026-07-16T17:12:33.971Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-07-16T17:12:34.249Z Compiling papergrid v0.11.0
18832026-07-16T17:12:34.827Z Compiling tough v0.22.0
18842026-07-16T17:12:35.234Z Compiling progenitor v0.14.0
18852026-07-16T17:12:35.240Z Compiling zone v0.3.1
18862026-07-16T17:12:35.323Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18872026-07-16T17:12:35.340Z Compiling libsw v3.5.0
18882026-07-16T17:12:35.514Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18892026-07-16T17:12:35.526Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18902026-07-16T17:12:35.768Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-07-16T17:12:35.961Z Compiling oxide-tokio-rt v0.1.6
18922026-07-16T17:12:36.015Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-07-16T17:12:36.273Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-07-16T17:12:36.733Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-07-16T17:12:36.916Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-07-16T17:12:37.084Z Compiling const_format v0.2.36
18972026-07-16T17:12:37.495Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18982026-07-16T17:12:37.816Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-07-16T17:12:37.919Z Compiling tabled_derive v0.7.0
19002026-07-16T17:12:37.971Z Compiling gethostname v0.5.0
19012026-07-16T17:12:37.999Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19022026-07-16T17:12:38.097Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19032026-07-16T17:12:38.124Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-07-16T17:12:38.250Z Compiling bcs v0.1.6
19052026-07-16T17:12:38.310Z Compiling smf v0.2.3
19062026-07-16T17:12:38.424Z Compiling nom v8.0.0
19072026-07-16T17:12:38.574Z Compiling smawk v0.3.2
19082026-07-16T17:12:38.720Z Compiling termtree v0.5.1
19092026-07-16T17:12:38.882Z Compiling lazy_static v1.5.0
19102026-07-16T17:12:38.913Z Compiling whoami v1.6.1
19112026-07-16T17:12:38.926Z Compiling unicode-linebreak v0.1.5
19122026-07-16T17:12:38.983Z Compiling tagptr v0.2.0
19132026-07-16T17:12:39.165Z Compiling linear-map v1.2.0
19142026-07-16T17:12:39.181Z Compiling textwrap v0.16.2
19152026-07-16T17:12:39.234Z Compiling moka v0.12.15
19162026-07-16T17:12:39.329Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-07-16T17:12:39.459Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-07-16T17:12:39.731Z Compiling steno v0.4.1
19192026-07-16T17:12:40.059Z Compiling tabled v0.15.0
19202026-07-16T17:12:40.805Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-07-16T17:12:40.883Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-07-16T17:12:41.045Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-07-16T17:12:41.821Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-07-16T17:12:42.813Z Compiling hickory-proto v0.25.2
19252026-07-16T17:12:42.827Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19262026-07-16T17:12:43.053Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19272026-07-16T17:12:43.836Z Compiling parking_lot_core v0.8.6
19282026-07-16T17:12:43.851Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19292026-07-16T17:12:44.071Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19302026-07-16T17:12:44.151Z Compiling libscf-sys v1.2.0
19312026-07-16T17:12:44.295Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19322026-07-16T17:12:44.374Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19332026-07-16T17:12:44.506Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19342026-07-16T17:12:44.770Z Compiling hickory-resolver v0.25.2
19352026-07-16T17:12:44.871Z Compiling parking_lot v0.11.2
19362026-07-16T17:12:44.955Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19372026-07-16T17:12:44.971Z Compiling fxhash v0.2.1
19382026-07-16T17:12:45.086Z Compiling internet-checksum v0.2.1
19392026-07-16T17:12:45.176Z Compiling sled v0.34.7
19402026-07-16T17:12:45.222Z Compiling itertools v0.15.0
19412026-07-16T17:12:45.285Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19422026-07-16T17:12:46.388Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19432026-07-16T17:12:48.566Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19442026-07-16T17:12:49.779Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19452026-07-16T17:12:57.653Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19462026-07-16T17:12:59.334Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19472026-07-16T17:13:00.373Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19482026-07-16T17:13:01.293Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19492026-07-16T17:13:02.098Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19502026-07-16T17:13:24.861Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
19512026-07-16T17:13:25.042Z────────────
19522026-07-16T17:13:25.042Z Nextest run ID 2b2cd15e-5914-43d3-9102-d1e972b26d56 with nextest profile: default
19532026-07-16T17:13:25.042Z Starting 45 tests across 3 binaries
19542026-07-16T17:13:25.048Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19552026-07-16T17:13:25.048Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19562026-07-16T17:13:25.052Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19572026-07-16T17:13:25.052Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19582026-07-16T17:13:25.056Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_shutdown_preference
19592026-07-16T17:13:25.056Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19602026-07-16T17:13:25.056Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19612026-07-16T17:13:25.056Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
19622026-07-16T17:13:25.060Z PASS [ 0.008s] rdb db::test::test_prefix4_from_str
19632026-07-16T17:13:25.060Z PASS [ 0.008s] rdb db::test::test_prefix4_db_key_serialization
19642026-07-16T17:13:25.063Z PASS [ 0.008s] rdb db::test::test_prefix6_db_key_serialization
19652026-07-16T17:13:25.063Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
19662026-07-16T17:13:25.103Z PASS [ 0.055s] rdb db::test::test_ipv4_origin_crud
19672026-07-16T17:13:25.103Z PASS [ 0.055s] rdb db::test::test_ipv6_origin_crud
19682026-07-16T17:13:25.107Z PASS [ 0.053s] rdb db::test::test_prefix_host_bit_normalization
19692026-07-16T17:13:25.111Z PASS [ 0.054s] rdb db::test::test_rib
19702026-07-16T17:13:25.111Z PASS [ 0.051s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19712026-07-16T17:13:25.111Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv4_basic
19722026-07-16T17:13:25.115Z PASS [ 0.051s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19732026-07-16T17:13:25.115Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv6_basic
19742026-07-16T17:13:25.122Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
19752026-07-16T17:13:25.127Z PASS [ 0.013s] rdb proptest::prop_ipv4_normalized_is_network_address
19762026-07-16T17:13:25.131Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19772026-07-16T17:13:25.131Z PASS [ 0.014s] rdb proptest::prop_ipv4_subnet_of_self
19782026-07-16T17:13:25.136Z PASS [ 0.014s] rdb proptest::prop_ipv6_normalized_is_network_address
19792026-07-16T17:13:25.136Z PASS [ 0.014s] rdb proptest::prop_ipv6_subnet_of_self
19802026-07-16T17:13:25.143Z PASS [ 0.016s] rdb proptest::prop_static_route_key_deduplication
19812026-07-16T17:13:25.146Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
19822026-07-16T17:13:25.157Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19832026-07-16T17:13:25.161Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_length
19842026-07-16T17:13:25.161Z PASS [ 0.056s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19852026-07-16T17:13:25.161Z PASS [ 0.056s] rdb db::test::test_static_routing_mixed_address_families
19862026-07-16T17:13:25.161Z PASS [ 0.053s] rdb db::test::test_static_routing_vlan_id_handling
19872026-07-16T17:13:25.164Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalized_is_network_address
19882026-07-16T17:13:25.167Z PASS [ 0.009s] rdb types::test::bgp_path_identity
19892026-07-16T17:13:25.167Z PASS [ 0.009s] rdb types::test::bgp_vs_static_ordering
19902026-07-16T17:13:25.170Z PASS [ 0.008s] rdb types::test::btreeset_coexistence
19912026-07-16T17:13:25.170Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
19922026-07-16T17:13:25.170Z PASS [ 0.009s] rdb types::test::btreeset_remove
19932026-07-16T17:13:25.170Z PASS [ 0.023s] rdb proptest::prop_static_route_key_ord_consistency
19942026-07-16T17:13:25.170Z PASS [ 0.008s] rdb types::test::btreeset_replace
19952026-07-16T17:13:25.173Z PASS [ 0.008s] rdb types::test::ord_contract
19962026-07-16T17:13:25.176Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
19972026-07-16T17:13:25.176Z PASS [ 0.007s] rdb types::test::static_path_identity
19982026-07-16T17:13:25.191Z PASS [ 0.084s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19992026-07-16T17:13:25.193Z────────────
20002026-07-16T17:13:25.194Z Summary [ 0.149s] 45 tests run: 45 passed, 0 skipped
20012026-07-16T17:13:25.203Z+ cp ./rib.log /work/
20022026-07-16T17:13:25.206Z+ popd
20032026-07-16T17:13:25.206Z/work/oxidecomputer/maghemite
20042026-07-16T17:13:25.206Zprocess exited: duration 350054 ms, exit code 0
 
20052026-07-16T17:13:25.212Zfound 1 output files
20062026-07-16T17:13:25.212Zuploading: /work/rib.log (1178 bytes)
20072026-07-16T17:13:26.225Zuploaded: /work/rib.log