01KMP5MS41J4J23TPPZRK80FKJ: 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: 01KMP5NJ9DS2RE0ZBZ6EDHM0EN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T22:55:07.039Zjob assigned to worker 01KMP5P1JBMWJAPZFWXZZFMEH8 [factory aws, i-0bcb11c557f35c106] (queued for 1 m 6 s)
 
22026-03-26T22:55:13.645Zstarting task 0: "setup"
32026-03-26T22:55:13.650Z++ uname -s
42026-03-26T22:55:13.653Z+ kern=SunOS
52026-03-26T22:55:13.653Z+ build_user=build
62026-03-26T22:55:13.653Z+ build_uid=12345
72026-03-26T22:55:13.653Z+ work_dir=/work
82026-03-26T22:55:13.653Z+ input_dir=/input
92026-03-26T22:55:13.653Z+ [[ 0 == 12345 ]]
102026-03-26T22:55:13.653Z+ case "$kern" in
112026-03-26T22:55:13.653Z+ groupadd -g 12345 build
122026-03-26T22:55:13.656Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T22:55:15.661Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T22:55:15.719Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T22:55:15.723Z+ home_fs=zfs
162026-03-26T22:55:15.723Z+ [[ zfs == autofs ]]
172026-03-26T22:55:15.723Z+ mkdir -p /home/build
182026-03-26T22:55:15.723Z+ chown build:build /home/build /work
192026-03-26T22:55:17.723Z+ chmod 0700 /home/build /work
202026-03-26T22:55:17.727Zprocess exited: duration 4082 ms, exit code 0
 
212026-03-26T22:55:17.734Zstarting task 1: "rust-toolchain"
222026-03-26T22:55:17.738Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-26T22:55:17.738Z * rust toolchain channel = "stable"
242026-03-26T22:55:17.738Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-26T22:55:17.739Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-26T22:55:17.739Z * rust toolchain profile = "default"
272026-03-26T22:55:17.739Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-26T22:55:17.742Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T22:55:17.742Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-26T22:55:17.840Zinfo: downloading installer
312026-03-26T22:55:19.194Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T22:55:19.194Zwarn: /opt/ooce/bin
332026-03-26T22:55:19.194Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T22:55:19.194Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T22:55:19.194Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T22:55:19.194Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T22:55:19.194Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T22:55:19.194Zerror: cannot install while Rust is installed
392026-03-26T22:55:19.194Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T22:55:19.194Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T22:55:19.194Zwarn: /home/build/.rustup/settings.toml
422026-03-26T22:55:19.194Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T22:55:19.194Zwarn: instead of the one inferred from the default host triple.
442026-03-26T22:55:19.207Zinfo: profile set to default
452026-03-26T22:55:19.207Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T22:55:19.210Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-26T22:55:19.338Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-26T22:55:19.341Zinfo: downloading 6 components
492026-03-26T22:55:34.995Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-26T22:55:34.995Z
512026-03-26T22:55:35.024Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-26T22:55:35.024Z
532026-03-26T22:55:35.024Z
542026-03-26T22:55:35.024ZRust is installed now. Great!
552026-03-26T22:55:35.024Z
562026-03-26T22:55:35.024ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T22:55:35.024Zenvironment variable. This has not been done automatically.
582026-03-26T22:55:35.024Z
592026-03-26T22:55:35.024ZTo configure your current shell, you need to source
602026-03-26T22:55:35.024Zthe corresponding env file under $HOME/.cargo.
612026-03-26T22:55:35.024Z
622026-03-26T22:55:35.024ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T22:55:35.024Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T22:55:35.024Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T22:55:35.025Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T22:55:35.025Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T22:55:35.025Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T22:55:35.025Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T22:55:35.028Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T22:55:35.028Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T22:55:35.128Z+ rustup --version
722026-03-26T22:55:35.135Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T22:55:35.138Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T22:55:35.156Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-26T22:55:35.161Z+ cargo --version
762026-03-26T22:55:35.172Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-26T22:55:35.176Z+ rustc --version
782026-03-26T22:55:35.194Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-26T22:55:35.198Zprocess exited: duration 17461 ms, exit code 0
 
802026-03-26T22:55:35.204Zstarting task 2: "authentication"
812026-03-26T22:55:35.221Zprocess exited: duration 16 ms, exit code 0
 
822026-03-26T22:55:35.230Zstarting task 3: "clone repository"
832026-03-26T22:55:35.233Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-26T22:55:35.233Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-26T22:55:35.434ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-26T22:55:36.317Z+ cd /work/oxidecomputer/maghemite
872026-03-26T22:55:36.317Z+ git fetch origin 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486
882026-03-26T22:55:36.566ZFrom https://github.com/oxidecomputer/maghemite
892026-03-26T22:55:36.566Z * branch 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486 -> FETCH_HEAD
902026-03-26T22:55:36.571Z+ [[ -n renovate/opte-ioctl-digest ]]
912026-03-26T22:55:36.575Z++ git branch --show-current
922026-03-26T22:55:36.575Z+ current=main
932026-03-26T22:55:36.575Z+ [[ main != renovate/opte-ioctl-digest ]]
942026-03-26T22:55:36.575Z+ git branch -f renovate/opte-ioctl-digest 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486
952026-03-26T22:55:36.578Z+ git checkout -f renovate/opte-ioctl-digest
962026-03-26T22:55:36.593ZSwitched to branch 'renovate/opte-ioctl-digest'
972026-03-26T22:55:36.597Z+ git reset --hard 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486
982026-03-26T22:55:36.609ZHEAD is now at 315d5b4 Update opte-ioctl digest to 04c3d5d
992026-03-26T22:55:36.614Zprocess exited: duration 1381 ms, exit code 0
 
1002026-03-26T22:55:36.620Zstarting task 4: "build"
1012026-03-26T22:55:36.624Z+ set -e
1022026-03-26T22:55:36.624Z+ source .github/buildomat/test-common.sh
1032026-03-26T22:55:36.624Z++ NEXTEST_VERSION=0.9.97
1042026-03-26T22:55:36.624Z++ PLATFORM=illumos
1052026-03-26T22:55:36.624Z++ banner install
1062026-03-26T22:55:36.628Z
1072026-03-26T22:55:36.628Z # # # #### ##### ## # #
1082026-03-26T22:55:36.628Z # ## # # # # # # #
1092026-03-26T22:55:36.628Z # # # # #### # # # # #
1102026-03-26T22:55:36.628Z # # # # # # ###### # #
1112026-03-26T22:55:36.628Z # # ## # # # # # # #
1122026-03-26T22:55:36.628Z # # # #### # # # ###### ######
1132026-03-26T22:55:36.628Z
1142026-03-26T22:55:36.628Z++ set +o errexit
1152026-03-26T22:55:36.628Z++ pkg info clang-15
1162026-03-26T22:55:36.628Z++ grep -qi installed
1172026-03-26T22:55:38.854Zpkg: info: no packages matching the following patterns you specified are
1182026-03-26T22:55:38.854Zinstalled on the system. Try querying remotely instead:
1192026-03-26T22:55:38.854Z
1202026-03-26T22:55:38.854Z clang-15
1212026-03-26T22:55:38.894Z++ [[ 1 != 0 ]]
1222026-03-26T22:55:38.894Z++ set -o errexit
1232026-03-26T22:55:38.900Z++ pfexec pkg install clang-15
1242026-03-26T22:55:45.460Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-26T22:55:52.430Z Startup: Caching catalogs ... Done
1262026-03-26T22:55:56.335ZPlanning: Solver setup ... Done
1272026-03-26T22:55:56.350ZPlanning: Running solver ... Done
1282026-03-26T22:55:56.469ZPlanning: Finding local manifests ... Done
1292026-03-26T22:55:56.902ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-26T22:55:56.997ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-26T22:55:57.029ZPlanning: Package planning ... Done
1322026-03-26T22:55:57.055ZPlanning: Merging actions ... Done
1332026-03-26T22:55:57.361ZPlanning: Checking for conflicting actions ... Done
1342026-03-26T22:55:57.372ZPlanning: Consolidating action changes ... Done
1352026-03-26T22:56:02.210ZPlanning: Evaluating mediators ... Done
1362026-03-26T22:56:02.214ZPlanning: Planning completed in 9.62 seconds
1372026-03-26T22:56:03.311Z Packages to install: 2
1382026-03-26T22:56:03.311Z Mediators to change: 2
1392026-03-26T22:56:03.311Z Services to change: 1
1402026-03-26T22:56:03.311Z Create boot environment: No
1412026-03-26T22:56:03.311ZCreate backup boot environment: No
1422026-03-26T22:56:03.428Z
1432026-03-26T22:56:03.428ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-26T22:56:08.431ZDownload: 409/3076 items 16.3/211.3MB 7% complete (3.4M/s)
1452026-03-26T22:56:14.825ZDownload: 979/3076 items 82.0/211.3MB 38% complete (8.3M/s)
1462026-03-26T22:56:28.742ZDownload: 981/3076 items 82.1/211.3MB 38% complete
1472026-03-26T22:56:33.818ZDownload: 1999/3076 items 117.0/211.3MB 55% complete (7.1M/s)
1482026-03-26T22:56:40.175ZDownload: 3069/3076 items 210.4/211.3MB 99% complete (13.0M/s)
1492026-03-26T22:56:40.200ZDownload: Completed 211.31 MB in 36.77 seconds (5.8M/s)
1502026-03-26T22:56:40.345Z Actions: 1/3418 actions (Installing new actions)
1512026-03-26T22:56:44.089Z Actions: Completed 3418 actions in 3.74 seconds.
1522026-03-26T22:56:44.743Z Done
1532026-03-26T22:56:44.743Z Done
1542026-03-26T22:56:45.430Z Done
1552026-03-26T22:56:49.586Z Done
1562026-03-26T22:56:49.725Z Done
1572026-03-26T22:56:49.729Z Done
1582026-03-26T22:56:49.875Z Done
1592026-03-26T22:56:50.521Z++ set -o errexit
1602026-03-26T22:56:50.521Z++ cargo --version
1612026-03-26T22:56:50.529Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1622026-03-26T22:56:50.686Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1632026-03-26T22:56:50.689Zinfo: downloading 6 components
1642026-03-26T22:57:06.961Zcargo 1.94.0 (85eff7c80 2026-01-15)
1652026-03-26T22:57:06.965Z++ rustc --version
1662026-03-26T22:57:06.991Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1672026-03-26T22:57:06.995Z++ cargo install cargo-nextest --version 0.9.97
1682026-03-26T22:57:07.038Z Updating crates.io index
1692026-03-26T22:57:07.151Z Downloading crates ...
1702026-03-26T22:57:07.200Z Downloaded cargo-nextest v0.9.97
1712026-03-26T22:57:07.263Z Installing cargo-nextest v0.9.97
1722026-03-26T22:57:07.305Z Updating crates.io index
1732026-03-26T22:57:09.764Z Locking 408 packages to latest compatible versions
1742026-03-26T22:57:09.770Z Adding dialoguer v0.11.0 (available: v0.12.0)
1752026-03-26T22:57:09.773Z Adding duct v0.13.7 (available: v1.1.1)
1762026-03-26T22:57:09.773Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1772026-03-26T22:57:09.773Z Adding generic-array v0.14.7 (available: v0.14.9)
1782026-03-26T22:57:09.773Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1792026-03-26T22:57:09.777Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1802026-03-26T22:57:09.777Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1812026-03-26T22:57:09.780Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1822026-03-26T22:57:09.780Z Adding quick-junit v0.5.2 (available: v0.6.0)
1832026-03-26T22:57:09.801Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1842026-03-26T22:57:09.808Z Downloading crates ...
1852026-03-26T22:57:09.890Z Downloaded is_ci v1.2.0
1862026-03-26T22:57:09.894Z Downloaded globset v0.4.18
1872026-03-26T22:57:09.898Z Downloaded find-msvc-tools v0.1.9
1882026-03-26T22:57:09.898Z Downloaded bytes v1.11.1
1892026-03-26T22:57:09.905Z Downloaded addr2line v0.25.1
1902026-03-26T22:57:09.905Z Downloaded home v0.5.12
1912026-03-26T22:57:09.905Z Downloaded ipnet v2.12.0
1922026-03-26T22:57:09.908Z Downloaded curve25519-dalek-derive v0.1.1
1932026-03-26T22:57:09.908Z Downloaded clap_builder v4.6.0
1942026-03-26T22:57:09.911Z Downloaded is_terminal_polyfill v1.70.2
1952026-03-26T22:57:09.911Z Downloaded indenter v0.3.4
1962026-03-26T22:57:09.914Z Downloaded idna_adapter v1.0.0
1972026-03-26T22:57:09.914Z Downloaded getrandom v0.2.17
1982026-03-26T22:57:09.914Z Downloaded generic-array v0.14.7
1992026-03-26T22:57:09.918Z Downloaded block-buffer v0.10.4
2002026-03-26T22:57:09.918Z Downloaded indent_write v2.2.0
2012026-03-26T22:57:09.918Z Downloaded idna v1.1.0
2022026-03-26T22:57:09.921Z Downloaded eyre v0.6.12
2032026-03-26T22:57:09.924Z Downloaded bitflags v2.11.0
2042026-03-26T22:57:09.927Z Downloaded filetime v0.2.27
2052026-03-26T22:57:09.927Z Downloaded errno v0.3.14
2062026-03-26T22:57:09.927Z Downloaded equivalent v1.0.2
2072026-03-26T22:57:09.930Z Downloaded fastrand v2.3.0
2082026-03-26T22:57:09.930Z Downloaded getrandom v0.3.4
2092026-03-26T22:57:09.935Z Downloaded openssl-probe v0.2.1
2102026-03-26T22:57:09.935Z Downloaded os_pipe v1.2.3
2112026-03-26T22:57:09.935Z Downloaded autocfg v1.5.0
2122026-03-26T22:57:09.938Z Downloaded enable-ansi-support v0.2.1
2132026-03-26T22:57:09.938Z Downloaded anstyle v1.0.14
2142026-03-26T22:57:09.938Z Downloaded openssl-macros v0.1.1
2152026-03-26T22:57:09.938Z Downloaded futures-task v0.3.32
2162026-03-26T22:57:09.941Z Downloaded anstream v1.0.0
2172026-03-26T22:57:09.941Z Downloaded jobserver v0.1.34
2182026-03-26T22:57:09.944Z Downloaded log v0.4.29
2192026-03-26T22:57:09.944Z Downloaded futures-macro v0.3.32
2202026-03-26T22:57:09.944Z Downloaded cfg_aliases v0.2.1
2212026-03-26T22:57:09.947Z Downloaded cargo_metadata v0.20.0
2222026-03-26T22:57:09.947Z Downloaded itertools v0.14.0
2232026-03-26T22:57:09.951Z Downloaded heck v0.5.0
2242026-03-26T22:57:09.954Z Downloaded cargo-platform v0.3.2
2252026-03-26T22:57:09.954Z Downloaded guppy-workspace-hack v0.1.0
2262026-03-26T22:57:09.954Z Downloaded futures-sink v0.3.32
2272026-03-26T22:57:09.954Z Downloaded fixedbitset v0.5.7
2282026-03-26T22:57:09.957Z Downloaded atomicwrites v0.4.4
2292026-03-26T22:57:09.957Z Downloaded async-scoped v0.9.0
2302026-03-26T22:57:09.957Z Downloaded nested v0.1.1
2312026-03-26T22:57:09.961Z Downloaded cargo-platform v0.2.0
2322026-03-26T22:57:09.961Z Downloaded itoa v1.0.18
2332026-03-26T22:57:09.961Z Downloaded indicatif v0.17.11
2342026-03-26T22:57:09.964Z Downloaded base64ct v1.8.3
2352026-03-26T22:57:09.964Z Downloaded backtrace-ext v0.2.1
2362026-03-26T22:57:09.967Z Downloaded pin-utils v0.1.0
2372026-03-26T22:57:09.967Z Downloaded debug-ignore v1.0.5
2382026-03-26T22:57:09.967Z Downloaded cfg-if v1.0.4
2392026-03-26T22:57:09.970Z Downloaded hex v0.4.3
2402026-03-26T22:57:09.970Z Downloaded lazy_static v1.5.0
2412026-03-26T22:57:09.970Z Downloaded futures-io v0.3.32
2422026-03-26T22:57:09.973Z Downloaded clap_lex v1.1.0
2432026-03-26T22:57:09.973Z Downloaded quote v1.0.45
2442026-03-26T22:57:09.978Z Downloaded atomic-waker v1.1.2
2452026-03-26T22:57:09.978Z Downloaded owo-colors v4.3.0
2462026-03-26T22:57:09.978Z Downloaded adler2 v2.0.1
2472026-03-26T22:57:09.978Z Downloaded anstyle-query v1.1.5
2482026-03-26T22:57:09.981Z Downloaded erased-serde v0.4.10
2492026-03-26T22:57:09.981Z Downloaded cargo-util-schemas v0.2.0
2502026-03-26T22:57:09.981Z Downloaded camino-tempfile v1.4.1
2512026-03-26T22:57:09.982Z Downloaded ahash v0.8.12
2522026-03-26T22:57:09.985Z Downloaded scopeguard v1.2.0
2532026-03-26T22:57:09.985Z Downloaded futures-core v0.3.32
2542026-03-26T22:57:09.985Z Downloaded color-spantrace v0.3.0
2552026-03-26T22:57:09.988Z Downloaded rustc_version v0.4.1
2562026-03-26T22:57:09.988Z Downloaded rustc-hash v2.1.1
2572026-03-26T22:57:09.988Z Downloaded foreign-types-shared v0.1.1
2582026-03-26T22:57:09.988Z Downloaded pathdiff v0.2.3
2592026-03-26T22:57:09.991Z Downloaded nextest-workspace-hack v0.1.0
2602026-03-26T22:57:09.991Z Downloaded lru-slab v0.1.2
2612026-03-26T22:57:09.991Z Downloaded foreign-types v0.3.2
2622026-03-26T22:57:09.994Z Downloaded percent-encoding v2.3.2
2632026-03-26T22:57:10.002Z Downloaded colorchoice v1.0.5
2642026-03-26T22:57:10.002Z Downloaded ordered-float v2.10.1
2652026-03-26T22:57:10.005Z Downloaded hyper-tls v0.6.0
2662026-03-26T22:57:10.005Z Downloaded crypto-common v0.1.7
2672026-03-26T22:57:10.009Z Downloaded document-features v0.2.12
2682026-03-26T22:57:10.009Z Downloaded cpufeatures v0.2.17
2692026-03-26T22:57:10.014Z Downloaded newtype-uuid v1.3.2
2702026-03-26T22:57:10.014Z Downloaded serde_spanned v1.1.0
2712026-03-26T22:57:10.019Z Downloaded anstyle-parse v1.0.0
2722026-03-26T22:57:10.025Z Downloaded number_prefix v0.4.0
2732026-03-26T22:57:10.025Z Downloaded mukti-metadata v0.3.0
2742026-03-26T22:57:10.028Z Downloaded self-replace v1.5.0
2752026-03-26T22:57:10.028Z Downloaded serde-value v0.7.0
2762026-03-26T22:57:10.028Z Downloaded serde_spanned v0.6.9
2772026-03-26T22:57:10.033Z Downloaded miette-derive v7.6.0
2782026-03-26T22:57:10.033Z Downloaded miniz_oxide v0.8.9
2792026-03-26T22:57:10.033Z Downloaded lock_api v0.4.14
2802026-03-26T22:57:10.037Z Downloaded camino v1.2.2
2812026-03-26T22:57:10.037Z Downloaded base64 v0.22.1
2822026-03-26T22:57:10.040Z Downloaded serde_urlencoded v0.7.1
2832026-03-26T22:57:10.044Z Downloaded strsim v0.11.1
2842026-03-26T22:57:10.044Z Downloaded subtle v2.6.1
2852026-03-26T22:57:10.044Z Downloaded signature v2.2.0
2862026-03-26T22:57:10.044Z Downloaded shared_child v1.1.1
2872026-03-26T22:57:10.047Z Downloaded signal-hook-mio v0.2.5
2882026-03-26T22:57:10.047Z Downloaded shell-words v1.1.1
2892026-03-26T22:57:10.047Z Downloaded humantime-serde v1.1.1
2902026-03-26T22:57:10.047Z Downloaded http-body v1.0.1
2912026-03-26T22:57:10.050Z Downloaded sync_wrapper v1.0.2
2922026-03-26T22:57:10.050Z Downloaded supports-hyperlinks v3.2.0
2932026-03-26T22:57:10.050Z Downloaded supports-color v3.0.2
2942026-03-26T22:57:10.053Z Downloaded strip-ansi-escapes v0.2.1
2952026-03-26T22:57:10.053Z Downloaded sigchld v0.2.4
2962026-03-26T22:57:10.056Z Downloaded terminal_size v0.4.4
2972026-03-26T22:57:10.056Z Downloaded tinyvec_macros v0.1.1
2982026-03-26T22:57:10.056Z Downloaded target-spec-miette v0.4.5
2992026-03-26T22:57:10.059Z Downloaded swrite v0.1.0
3002026-03-26T22:57:10.063Z Downloaded form_urlencoded v1.2.2
3012026-03-26T22:57:10.063Z Downloaded futures-executor v0.3.32
3022026-03-26T22:57:10.066Z Downloaded ed25519 v2.2.3
3032026-03-26T22:57:10.070Z Downloaded native-tls v0.2.18
3042026-03-26T22:57:10.070Z Downloaded http-body-util v0.1.3
3052026-03-26T22:57:10.070Z Downloaded fnv v1.0.7
3062026-03-26T22:57:10.073Z Downloaded pkcs8 v0.10.2
3072026-03-26T22:57:10.074Z Downloaded either v1.15.0
3082026-03-26T22:57:10.074Z Downloaded convert_case v0.10.0
3092026-03-26T22:57:10.077Z Downloaded nextest-metadata v0.12.2
3102026-03-26T22:57:10.080Z Downloaded rand_core v0.6.4
3112026-03-26T22:57:10.080Z Downloaded rustc-demangle v0.1.27
3122026-03-26T22:57:10.080Z Downloaded ppv-lite86 v0.2.21
3132026-03-26T22:57:10.083Z Downloaded digest v0.10.7
3142026-03-26T22:57:10.083Z Downloaded future-queue v0.4.0
3152026-03-26T22:57:10.086Z Downloaded duct v0.13.7
3162026-03-26T22:57:10.086Z Downloaded parking_lot v0.12.5
3172026-03-26T22:57:10.086Z Downloaded httparse v1.10.1
3182026-03-26T22:57:10.090Z Downloaded foldhash v0.1.5
3192026-03-26T22:57:10.094Z Downloaded dialoguer v0.11.0
3202026-03-26T22:57:10.094Z Downloaded signal-hook-registry v1.4.8
3212026-03-26T22:57:10.094Z Downloaded shlex v1.3.0
3222026-03-26T22:57:10.094Z Downloaded semver v1.0.27
3232026-03-26T22:57:10.098Z Downloaded console v0.15.11
3242026-03-26T22:57:10.098Z Downloaded clap_derive v4.6.0
3252026-03-26T22:57:10.098Z Downloaded typeid v1.0.3
3262026-03-26T22:57:10.101Z Downloaded toml_datetime v0.6.11
3272026-03-26T22:57:10.102Z Downloaded humantime v2.3.0
3282026-03-26T22:57:10.102Z Downloaded rand_core v0.9.5
3292026-03-26T22:57:10.102Z Downloaded quinn-udp v0.5.14
3302026-03-26T22:57:10.106Z Downloaded parking_lot_core v0.9.12
3312026-03-26T22:57:10.106Z Downloaded tower-service v0.3.3
3322026-03-26T22:57:10.106Z Downloaded simd-adler32 v0.3.8
3332026-03-26T22:57:10.109Z Downloaded tracing-error v0.2.1
3342026-03-26T22:57:10.109Z Downloaded try-lock v0.2.5
3352026-03-26T22:57:10.109Z Downloaded serde_path_to_error v0.1.20
3362026-03-26T22:57:10.109Z Downloaded unicode-linebreak v0.1.5
3372026-03-26T22:57:10.109Z Downloaded serde_ignored v0.1.14
3382026-03-26T22:57:10.118Z Downloaded serde-untagged v0.1.9
3392026-03-26T22:57:10.118Z Downloaded once_cell v1.21.4
3402026-03-26T22:57:10.118Z Downloaded urlencoding v2.1.3
3412026-03-26T22:57:10.123Z Downloaded thiserror-impl v1.0.69
3422026-03-26T22:57:10.123Z Downloaded thiserror v2.0.18
3432026-03-26T22:57:10.123Z Downloaded tokio-native-tls v0.3.1
3442026-03-26T22:57:10.123Z Downloaded sha2 v0.10.9
3452026-03-26T22:57:10.123Z Downloaded supports-unicode v3.0.0
3462026-03-26T22:57:10.126Z Downloaded smol_str v0.3.6
3472026-03-26T22:57:10.126Z Downloaded static_assertions v1.1.0
3482026-03-26T22:57:10.126Z Downloaded cfg-expr v0.20.7
3492026-03-26T22:57:10.126Z Downloaded futures-channel v0.3.32
3502026-03-26T22:57:10.130Z Downloaded untrusted v0.9.0
3512026-03-26T22:57:10.130Z Downloaded cargo_metadata v0.23.1
3522026-03-26T22:57:10.130Z Downloaded rand_chacha v0.9.0
3532026-03-26T22:57:10.133Z Downloaded pkg-config v0.3.32
3542026-03-26T22:57:10.133Z Downloaded litrs v1.0.0
3552026-03-26T22:57:10.133Z Downloaded utf8_iter v1.0.4
3562026-03-26T22:57:10.136Z Downloaded indexmap v2.13.0
3572026-03-26T22:57:10.136Z Downloaded tokio-macros v2.6.1
3582026-03-26T22:57:10.137Z Downloaded thiserror-impl v2.0.18
3592026-03-26T22:57:10.140Z Downloaded target-spec v3.5.7
3602026-03-26T22:57:10.140Z Downloaded crc32fast v1.5.0
3612026-03-26T22:57:10.140Z Downloaded spki v0.7.3
3622026-03-26T22:57:10.144Z Downloaded rustls-pki-types v1.14.0
3632026-03-26T22:57:10.144Z Downloaded thread_local v1.1.9
3642026-03-26T22:57:10.144Z Downloaded self_update v0.42.0
3652026-03-26T22:57:10.148Z Downloaded xattr v1.6.1
3662026-03-26T22:57:10.148Z Downloaded version_check v0.9.5
3672026-03-26T22:57:10.148Z Downloaded pin-project-internal v1.1.11
3682026-03-26T22:57:10.148Z Downloaded nextest-filtering v0.15.0
3692026-03-26T22:57:10.151Z Downloaded want v0.3.1
3702026-03-26T22:57:10.151Z Downloaded pin-project-lite v0.2.17
3712026-03-26T22:57:10.154Z Downloaded futures v0.3.32
3722026-03-26T22:57:10.159Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3732026-03-26T22:57:10.159Z Downloaded quick-junit v0.5.2
3742026-03-26T22:57:10.164Z Downloaded hyper-rustls v0.27.7
3752026-03-26T22:57:10.164Z Downloaded tower-layer v0.3.3
3762026-03-26T22:57:10.164Z Downloaded toml_write v0.1.2
3772026-03-26T22:57:10.164Z Downloaded borsh v1.6.1
3782026-03-26T22:57:10.168Z Downloaded utf8parse v0.2.2
3792026-03-26T22:57:10.168Z Downloaded thiserror v1.0.69
3802026-03-26T22:57:10.172Z Downloaded tempfile v3.27.0
3812026-03-26T22:57:10.172Z Downloaded target-lexicon v0.13.3
3822026-03-26T22:57:10.172Z Downloaded slab v0.4.12
3832026-03-26T22:57:10.176Z Downloaded smallvec v1.15.1
3842026-03-26T22:57:10.176Z Downloaded tracing-log v0.2.0
3852026-03-26T22:57:10.180Z Downloaded const-oid v0.9.6
3862026-03-26T22:57:10.185Z Downloaded unicase v2.9.0
3872026-03-26T22:57:10.189Z Downloaded config v0.15.22
3882026-03-26T22:57:10.192Z Downloaded unicode-xid v0.2.6
3892026-03-26T22:57:10.195Z Downloaded toml_parser v1.1.0+spec-1.1.0
3902026-03-26T22:57:10.199Z Downloaded ryu v1.0.23
3912026-03-26T22:57:10.199Z Downloaded derive-where v1.6.1
3922026-03-26T22:57:10.205Z Downloaded toml v0.8.23
3932026-03-26T22:57:10.205Z Downloaded xxhash-rust v0.8.15
3942026-03-26T22:57:10.205Z Downloaded iana-time-zone v0.1.65
3952026-03-26T22:57:10.209Z Downloaded backtrace v0.3.76
3962026-03-26T22:57:10.209Z Downloaded zstd-safe v7.2.4
3972026-03-26T22:57:10.209Z Downloaded zipsign-api v0.1.5
3982026-03-26T22:57:10.209Z Downloaded tokio-rustls v0.26.4
3992026-03-26T22:57:10.212Z Downloaded pin-project v1.1.11
4002026-03-26T22:57:10.218Z Downloaded zeroize v1.8.2
4012026-03-26T22:57:10.222Z Downloaded toml_writer v1.1.0+spec-1.1.0
4022026-03-26T22:57:10.222Z Downloaded zstd v0.13.3
4032026-03-26T22:57:10.222Z Downloaded sharded-slab v0.1.7
4042026-03-26T22:57:10.225Z Downloaded textwrap v0.16.2
4052026-03-26T22:57:10.225Z Downloaded proc-macro2 v1.0.106
4062026-03-26T22:57:10.228Z Downloaded serde_derive v1.0.228
4072026-03-26T22:57:10.228Z Downloaded socket2 v0.6.3
4082026-03-26T22:57:10.231Z Downloaded serde_core v1.0.228
4092026-03-26T22:57:10.231Z Downloaded signal-hook v0.3.18
4102026-03-26T22:57:10.234Z Downloaded num-traits v0.2.19
4112026-03-26T22:57:10.234Z Downloaded getrandom v0.4.2
4122026-03-26T22:57:10.239Z Downloaded toml v1.1.0+spec-1.1.0
4132026-03-26T22:57:10.243Z Downloaded tinyvec v1.11.0
4142026-03-26T22:57:10.243Z Downloaded der v0.7.10
4152026-03-26T22:57:10.248Z Downloaded tokio-stream v0.1.18
4162026-03-26T22:57:10.252Z Downloaded zmij v1.0.21
4172026-03-26T22:57:10.256Z Downloaded tar v0.4.45
4182026-03-26T22:57:10.259Z Downloaded unicode-ident v1.0.24
4192026-03-26T22:57:10.263Z Downloaded tracing-core v0.1.36
4202026-03-26T22:57:10.263Z Downloaded flate2 v1.1.9
4212026-03-26T22:57:10.266Z Downloaded derive_more v2.1.1
4222026-03-26T22:57:10.271Z Downloaded serde v1.0.228
4232026-03-26T22:57:10.274Z Downloaded clap v4.6.0
4242026-03-26T22:57:10.279Z Downloaded vte v0.14.1
4252026-03-26T22:57:10.282Z Downloaded openssl-sys v0.9.112
4262026-03-26T22:57:10.286Z Downloaded toml_edit v0.22.27
4272026-03-26T22:57:10.286Z Downloaded ed25519-dalek v2.2.0
4282026-03-26T22:57:10.289Z Downloaded uuid v1.22.0
4292026-03-26T22:57:10.289Z Downloaded tracing-attributes v0.1.31
4302026-03-26T22:57:10.296Z Downloaded memchr v2.8.0
4312026-03-26T22:57:10.299Z Downloaded derive_more-impl v2.1.1
4322026-03-26T22:57:10.299Z Downloaded iri-string v0.7.11
4332026-03-26T22:57:10.305Z Downloaded cc v1.2.57
4342026-03-26T22:57:10.309Z Downloaded typenum v1.19.0
4352026-03-26T22:57:10.317Z Downloaded quinn v0.11.9
4362026-03-26T22:57:10.321Z Downloaded http v1.4.0
4372026-03-26T22:57:10.324Z Downloaded rand v0.9.2
4382026-03-26T22:57:10.334Z Downloaded url v2.5.8
4392026-03-26T22:57:10.339Z Downloaded miette v7.6.0
4402026-03-26T22:57:10.342Z Downloaded hyper-util v0.1.20
4412026-03-26T22:57:10.346Z Downloaded rustls-webpki v0.103.10
4422026-03-26T22:57:10.350Z Downloaded mio v1.1.1
4432026-03-26T22:57:10.353Z Downloaded crossterm v0.29.0
4442026-03-26T22:57:10.358Z Downloaded ron v0.12.0
4452026-03-26T22:57:10.362Z Downloaded hashbrown v0.15.5
4462026-03-26T22:57:10.379Z Downloaded guppy v0.17.25
4472026-03-26T22:57:10.391Z Downloaded hashbrown v0.16.1
4482026-03-26T22:57:10.391Z Downloaded unicode-segmentation v1.13.2
4492026-03-26T22:57:10.391Z Downloaded futures-util v0.3.32
4502026-03-26T22:57:10.391Z Downloaded tokio-util v0.7.18
4512026-03-26T22:57:10.397Z Downloaded tower v0.5.3
4522026-03-26T22:57:10.401Z Downloaded reqwest v0.12.28
4532026-03-26T22:57:10.402Z Downloaded pulldown-cmark v0.13.3
4542026-03-26T22:57:10.405Z Downloaded unicode-normalization v0.1.25
4552026-03-26T22:57:10.405Z Downloaded serde_json v1.0.149
4562026-03-26T22:57:10.409Z Downloaded h2 v0.4.13
4572026-03-26T22:57:10.414Z Downloaded hyper v1.8.1
4582026-03-26T22:57:10.421Z Downloaded tower-http v0.6.8
4592026-03-26T22:57:10.434Z Downloaded aho-corasick v1.1.4
4602026-03-26T22:57:10.434Z Downloaded regex v1.12.3
4612026-03-26T22:57:10.447Z Downloaded quick-xml v0.37.5
4622026-03-26T22:57:10.459Z Downloaded portable-atomic v1.13.1
4632026-03-26T22:57:10.467Z Downloaded quick-xml v0.38.4
4642026-03-26T22:57:10.467Z Downloaded winnow v1.0.0
4652026-03-26T22:57:10.474Z Downloaded chrono v0.4.44
4662026-03-26T22:57:10.474Z Downloaded winnow v0.7.15
4672026-03-26T22:57:10.480Z Downloaded tracing-subscriber v0.3.23
4682026-03-26T22:57:10.510Z Downloaded vcpkg v0.2.15
4692026-03-26T22:57:10.534Z Downloaded quinn-proto v0.11.14
4702026-03-26T22:57:10.538Z Downloaded unicode-width v0.2.2
4712026-03-26T22:57:10.542Z Downloaded unicode-width v0.1.14
4722026-03-26T22:57:10.546Z Downloaded gimli v0.32.3
4732026-03-26T22:57:10.553Z Downloaded webpki-roots v1.0.6
4742026-03-26T22:57:10.553Z Downloaded syn v2.0.117
4752026-03-26T22:57:10.558Z Downloaded zerocopy v0.8.47
4762026-03-26T22:57:10.568Z Downloaded regex-syntax v0.8.10
4772026-03-26T22:57:10.573Z Downloaded bstr v1.12.1
4782026-03-26T22:57:10.579Z Downloaded curve25519-dalek v4.1.3
4792026-03-26T22:57:10.583Z Downloaded nix v0.30.1
4802026-03-26T22:57:10.588Z Downloaded nextest-runner v0.80.0
4812026-03-26T22:57:10.592Z Downloaded rustls v0.23.37
4822026-03-26T22:57:10.599Z Downloaded object v0.37.3
4832026-03-26T22:57:10.605Z Downloaded rustix v0.38.44
4842026-03-26T22:57:10.618Z Downloaded openssl v0.10.76
4852026-03-26T22:57:10.623Z Downloaded rustix v1.1.4
4862026-03-26T22:57:10.636Z Downloaded tracing v0.1.44
4872026-03-26T22:57:10.668Z Downloaded color-eyre v0.6.5
4882026-03-26T22:57:10.689Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4892026-03-26T22:57:10.698Z Downloaded regex-automata v0.4.14
4902026-03-26T22:57:10.708Z Downloaded tokio v1.50.0
4912026-03-26T22:57:10.734Z Downloaded petgraph v0.8.3
4922026-03-26T22:57:10.747Z Downloaded libc v0.2.183
4932026-03-26T22:57:10.820Z Downloaded recursion v0.5.4
4942026-03-26T22:57:10.828Z Downloaded ring v0.17.14
4952026-03-26T22:57:10.888Z Compiling libc v0.2.183
4962026-03-26T22:57:10.888Z Compiling proc-macro2 v1.0.106
4972026-03-26T22:57:10.888Z Compiling quote v1.0.45
4982026-03-26T22:57:10.892Z Compiling unicode-ident v1.0.24
4992026-03-26T22:57:10.892Z Compiling serde_core v1.0.228
5002026-03-26T22:57:10.893Z Compiling cfg-if v1.0.4
5012026-03-26T22:57:10.893Z Compiling memchr v2.8.0
5022026-03-26T22:57:10.893Z Compiling once_cell v1.21.4
5032026-03-26T22:57:11.126Z Compiling log v0.4.29
5042026-03-26T22:57:11.138Z Compiling pin-project-lite v0.2.17
5052026-03-26T22:57:11.230Z Compiling itoa v1.0.18
5062026-03-26T22:57:11.315Z Compiling serde v1.0.228
5072026-03-26T22:57:11.472Z Compiling futures-core v0.3.32
5082026-03-26T22:57:11.619Z Compiling bitflags v2.11.0
5092026-03-26T22:57:12.009Z Compiling smallvec v1.15.1
5102026-03-26T22:57:12.018Z Compiling shlex v1.3.0
5112026-03-26T22:57:12.038Z Compiling hashbrown v0.16.1
5122026-03-26T22:57:12.116Z Compiling find-msvc-tools v0.1.9
5132026-03-26T22:57:12.193Z Compiling equivalent v1.0.2
5142026-03-26T22:57:12.248Z Compiling bytes v1.11.1
5152026-03-26T22:57:12.276Z Compiling futures-sink v0.3.32
5162026-03-26T22:57:12.341Z Compiling rustix v1.1.4
5172026-03-26T22:57:12.382Z Compiling jobserver v0.1.34
5182026-03-26T22:57:12.397Z Compiling zmij v1.0.21
5192026-03-26T22:57:12.581Z Compiling errno v0.3.14
5202026-03-26T22:57:12.674Z Compiling cc v1.2.57
5212026-03-26T22:57:12.698Z Compiling signal-hook-registry v1.4.8
5222026-03-26T22:57:12.699Z Compiling mio v1.1.1
5232026-03-26T22:57:12.841Z Compiling syn v2.0.117
5242026-03-26T22:57:12.913Z Compiling socket2 v0.6.3
5252026-03-26T22:57:13.147Z Compiling slab v0.4.12
5262026-03-26T22:57:13.268Z Compiling futures-channel v0.3.32
5272026-03-26T22:57:13.371Z Compiling tracing-core v0.1.36
5282026-03-26T22:57:13.458Z Compiling version_check v0.9.5
5292026-03-26T22:57:13.571Z Compiling serde_json v1.0.149
5302026-03-26T22:57:13.769Z Compiling getrandom v0.4.2
5312026-03-26T22:57:13.830Z Compiling futures-task v0.3.32
5322026-03-26T22:57:14.009Z Compiling indexmap v2.13.0
5332026-03-26T22:57:14.039Z Compiling futures-io v0.3.32
5342026-03-26T22:57:14.082Z Compiling unicode-width v0.2.2
5352026-03-26T22:57:14.112Z Compiling camino v1.2.2
5362026-03-26T22:57:14.403Z Compiling ring v0.17.14
5372026-03-26T22:57:14.477Z Compiling http v1.4.0
5382026-03-26T22:57:14.506Z Compiling percent-encoding v2.3.2
5392026-03-26T22:57:14.520Z Compiling zeroize v1.8.2
5402026-03-26T22:57:14.717Z Compiling simd-adler32 v0.3.8
5412026-03-26T22:57:14.788Z Compiling adler2 v2.0.1
5422026-03-26T22:57:14.866Z Compiling autocfg v1.5.0
5432026-03-26T22:57:14.958Z Compiling miniz_oxide v0.8.9
5442026-03-26T22:57:15.224Z Compiling num-traits v0.2.19
5452026-03-26T22:57:15.439Z Compiling object v0.37.3
5462026-03-26T22:57:15.451Z Compiling getrandom v0.3.4
5472026-03-26T22:57:15.566Z Compiling zerocopy v0.8.47
5482026-03-26T22:57:15.714Z Compiling target-lexicon v0.13.3
5492026-03-26T22:57:15.984Z Compiling http-body v1.0.1
5502026-03-26T22:57:15.997Z Compiling rustls-pki-types v1.14.0
5512026-03-26T22:57:16.143Z Compiling semver v1.0.27
5522026-03-26T22:57:16.210Z Compiling getrandom v0.2.17
5532026-03-26T22:57:16.272Z Compiling gimli v0.32.3
5542026-03-26T22:57:16.338Z Compiling untrusted v0.9.0
5552026-03-26T22:57:16.396Z Compiling fnv v1.0.7
5562026-03-26T22:57:16.472Z Compiling httparse v1.10.1
5572026-03-26T22:57:16.502Z Compiling thiserror v2.0.18
5582026-03-26T22:57:16.515Z Compiling serde_derive v1.0.228
5592026-03-26T22:57:16.586Z Compiling tokio-macros v2.6.1
5602026-03-26T22:57:16.794Z Compiling futures-macro v0.3.32
5612026-03-26T22:57:16.807Z Compiling tracing-attributes v0.1.31
5622026-03-26T22:57:16.824Z Compiling signal-hook v0.3.18
5632026-03-26T22:57:16.838Z Compiling owo-colors v4.3.0
5642026-03-26T22:57:17.034Z Compiling typenum v1.19.0
5652026-03-26T22:57:17.152Z Compiling guppy-workspace-hack v0.1.0
5662026-03-26T22:57:17.417Z Compiling tokio v1.50.0
5672026-03-26T22:57:17.506Z Compiling thiserror-impl v2.0.18
5682026-03-26T22:57:17.620Z Compiling futures-util v0.3.32
5692026-03-26T22:57:18.013Z Compiling tracing v0.1.44
5702026-03-26T22:57:18.236Z Compiling addr2line v0.25.1
5712026-03-26T22:57:19.125Z Compiling form_urlencoded v1.2.2
5722026-03-26T22:57:19.173Z Compiling generic-array v0.14.7
5732026-03-26T22:57:19.388Z Compiling rustc-demangle v0.1.27
5742026-03-26T22:57:19.391Z Compiling tower-service v0.3.3
5752026-03-26T22:57:19.494Z Compiling utf8_iter v1.0.4
5762026-03-26T22:57:19.657Z Compiling typeid v1.0.3
5772026-03-26T22:57:19.786Z Compiling try-lock v0.2.5
5782026-03-26T22:57:19.907Z Compiling target-spec v3.5.7
5792026-03-26T22:57:19.940Z Compiling thiserror v1.0.69
5802026-03-26T22:57:20.182Z Compiling pkg-config v0.3.32
5812026-03-26T22:57:20.244Z Compiling atomic-waker v1.1.2
5822026-03-26T22:57:20.258Z Compiling fastrand v2.3.0
5832026-03-26T22:57:20.376Z Compiling idna_adapter v1.0.0
5842026-03-26T22:57:20.376Z Compiling rustls v0.23.37
5852026-03-26T22:57:20.480Z Compiling idna v1.1.0
5862026-03-26T22:57:20.604Z Compiling tempfile v3.27.0
5872026-03-26T22:57:20.631Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5882026-03-26T22:57:20.858Z Compiling want v0.3.1
5892026-03-26T22:57:21.070Z Compiling cfg-expr v0.20.7
5902026-03-26T22:57:21.491Z Compiling tokio-util v0.7.18
5912026-03-26T22:57:21.633Z Compiling backtrace v0.3.76
5922026-03-26T22:57:22.071Z Compiling h2 v0.4.13
5932026-03-26T22:57:22.590Z Compiling thiserror-impl v1.0.69
5942026-03-26T22:57:22.603Z Compiling terminal_size v0.4.4
5952026-03-26T22:57:22.616Z Compiling aho-corasick v1.1.4
5962026-03-26T22:57:22.674Z Compiling winnow v0.7.15
5972026-03-26T22:57:22.748Z Compiling pin-utils v0.1.0
5982026-03-26T22:57:22.822Z Compiling subtle v2.6.1
5992026-03-26T22:57:22.980Z Compiling regex-syntax v0.8.10
6002026-03-26T22:57:23.711Z Compiling erased-serde v0.4.10
6012026-03-26T22:57:24.561Z Compiling hyper v1.8.1
6022026-03-26T22:57:24.712Z Compiling regex-automata v0.4.14
6032026-03-26T22:57:26.548Z Compiling rustls-webpki v0.103.10
6042026-03-26T22:57:28.412Z Compiling url v2.5.8
6052026-03-26T22:57:29.097Z Compiling toml_datetime v0.6.11
6062026-03-26T22:57:29.464Z Compiling serde_spanned v0.6.9
6072026-03-26T22:57:29.627Z Compiling ahash v0.8.12
6082026-03-26T22:57:29.880Z Compiling sync_wrapper v1.0.2
6092026-03-26T22:57:30.000Z Compiling is_ci v1.2.0
6102026-03-26T22:57:30.173Z Compiling toml_write v0.1.2
6112026-03-26T22:57:30.187Z Compiling ipnet v2.12.0
6122026-03-26T22:57:30.371Z Compiling foldhash v0.1.5
6132026-03-26T22:57:30.417Z Compiling unicode-segmentation v1.13.2
6142026-03-26T22:57:30.599Z Compiling nextest-workspace-hack v0.1.0
6152026-03-26T22:57:30.816Z Compiling unicode-linebreak v0.1.5
6162026-03-26T22:57:30.820Z Compiling portable-atomic v1.13.1
6172026-03-26T22:57:30.863Z Compiling crc32fast v1.5.0
6182026-03-26T22:57:31.093Z Compiling either v1.15.0
6192026-03-26T22:57:31.152Z Compiling base64 v0.22.1
6202026-03-26T22:57:31.269Z Compiling lazy_static v1.5.0
6212026-03-26T22:57:31.300Z Compiling parking_lot_core v0.9.12
6222026-03-26T22:57:31.316Z Compiling tower-layer v0.3.3
6232026-03-26T22:57:31.376Z Compiling sharded-slab v0.1.7
6242026-03-26T22:57:31.442Z Compiling hyper-util v0.1.20
6252026-03-26T22:57:31.515Z Compiling tower v0.5.3
6262026-03-26T22:57:31.629Z Compiling tokio-rustls v0.26.4
6272026-03-26T22:57:31.642Z Compiling textwrap v0.16.2
6282026-03-26T22:57:31.937Z Compiling convert_case v0.10.0
6292026-03-26T22:57:31.996Z Compiling hashbrown v0.15.5
6302026-03-26T22:57:32.126Z Compiling toml_edit v0.22.27
6312026-03-26T22:57:32.201Z Compiling supports-color v3.0.2
6322026-03-26T22:57:32.623Z Compiling backtrace-ext v0.2.1
6332026-03-26T22:57:32.886Z Compiling ordered-float v2.10.1
6342026-03-26T22:57:33.049Z Compiling miette-derive v7.6.0
6352026-03-26T22:57:33.063Z Compiling webpki-roots v1.0.6
6362026-03-26T22:57:33.173Z Compiling pathdiff v0.2.3
6372026-03-26T22:57:33.185Z Compiling console v0.15.11
6382026-03-26T22:57:33.297Z Compiling cargo-platform v0.3.2
6392026-03-26T22:57:33.861Z Compiling tracing-log v0.2.0
6402026-03-26T22:57:34.100Z Compiling os_pipe v1.2.3
6412026-03-26T22:57:34.153Z Compiling thread_local v1.1.9
6422026-03-26T22:57:34.229Z Compiling unicode-width v0.1.14
6432026-03-26T22:57:34.269Z Compiling scopeguard v1.2.0
6442026-03-26T22:57:34.382Z Compiling supports-hyperlinks v3.2.0
6452026-03-26T22:57:34.513Z Compiling rustix v0.38.44
6462026-03-26T22:57:34.516Z Compiling zstd-safe v7.2.4
6472026-03-26T22:57:34.537Z Compiling pulldown-cmark v0.13.3
6482026-03-26T22:57:34.603Z Compiling fixedbitset v0.5.7
6492026-03-26T22:57:34.748Z Compiling debug-ignore v1.0.5
6502026-03-26T22:57:34.862Z Compiling supports-unicode v3.0.0
6512026-03-26T22:57:34.874Z Compiling winnow v1.0.0
6522026-03-26T22:57:35.031Z Compiling ryu v1.0.23
6532026-03-26T22:57:35.078Z Compiling iri-string v0.7.11
6542026-03-26T22:57:35.115Z Compiling utf8parse v0.2.2
6552026-03-26T22:57:35.228Z Compiling cfg_aliases v0.2.1
6562026-03-26T22:57:35.306Z Compiling nix v0.30.1
6572026-03-26T22:57:35.328Z Compiling anstyle-parse v1.0.0
6582026-03-26T22:57:35.555Z Compiling serde_urlencoded v0.7.1
6592026-03-26T22:57:35.741Z Compiling miette v7.6.0
6602026-03-26T22:57:35.937Z Compiling petgraph v0.8.3
6612026-03-26T22:57:35.951Z Compiling toml_parser v1.1.0+spec-1.1.0
6622026-03-26T22:57:36.361Z Compiling lock_api v0.4.14
6632026-03-26T22:57:36.602Z Compiling tower-http v0.6.8
6642026-03-26T22:57:37.278Z Compiling tracing-subscriber v0.3.23
6652026-03-26T22:57:37.562Z Compiling sigchld v0.2.4
6662026-03-26T22:57:37.712Z Compiling toml v0.8.23
6672026-03-26T22:57:37.759Z Compiling cargo_metadata v0.23.1
6682026-03-26T22:57:37.910Z Compiling hyper-rustls v0.27.7
6692026-03-26T22:57:38.600Z Compiling serde-value v0.7.0
6702026-03-26T22:57:39.310Z Compiling serde-untagged v0.1.9
6712026-03-26T22:57:39.919Z Compiling derive_more-impl v2.1.1
6722026-03-26T22:57:40.658Z Compiling itertools v0.14.0
6732026-03-26T22:57:40.697Z Compiling regex v1.12.3
6742026-03-26T22:57:40.740Z Compiling crypto-common v0.1.7
6752026-03-26T22:57:40.880Z Compiling block-buffer v0.10.4
6762026-03-26T22:57:41.041Z Compiling ppv-lite86 v0.2.21
6772026-03-26T22:57:41.277Z Compiling futures-executor v0.3.32
6782026-03-26T22:57:41.379Z Compiling rand_core v0.9.5
6792026-03-26T22:57:41.623Z Compiling pin-project-internal v1.1.11
6802026-03-26T22:57:41.637Z Compiling http-body-util v0.1.3
6812026-03-26T22:57:41.821Z Compiling uuid v1.22.0
6822026-03-26T22:57:41.903Z Compiling serde_spanned v1.1.0
6832026-03-26T22:57:42.067Z Compiling toml_datetime v1.1.0+spec-1.1.0
6842026-03-26T22:57:42.132Z Compiling smol_str v0.3.6
6852026-03-26T22:57:42.132Z Compiling filetime v0.2.27
6862026-03-26T22:57:42.346Z Compiling bstr v1.12.1
6872026-03-26T22:57:42.359Z Compiling vte v0.14.1
6882026-03-26T22:57:42.470Z Compiling number_prefix v0.4.0
6892026-03-26T22:57:42.482Z Compiling color-spantrace v0.3.0
6902026-03-26T22:57:42.577Z Compiling eyre v0.6.12
6912026-03-26T22:57:42.620Z Compiling anstyle v1.0.14
6922026-03-26T22:57:42.671Z Compiling self_update v0.42.0
6932026-03-26T22:57:42.775Z Compiling anstyle-query v1.1.5
6942026-03-26T22:57:42.883Z Compiling unicase v2.9.0
6952026-03-26T22:57:42.896Z Compiling static_assertions v1.1.0
6962026-03-26T22:57:42.919Z Compiling nested v0.1.1
6972026-03-26T22:57:42.966Z Compiling tinyvec_macros v0.1.1
6982026-03-26T22:57:43.021Z Compiling unicode-xid v0.2.6
6992026-03-26T22:57:43.037Z Compiling colorchoice v1.0.5
7002026-03-26T22:57:43.067Z Compiling is_terminal_polyfill v1.70.2
7012026-03-26T22:57:43.089Z Compiling iana-time-zone v0.1.65
7022026-03-26T22:57:43.108Z Compiling xattr v1.6.1
7032026-03-26T22:57:43.151Z Compiling litrs v1.0.0
7042026-03-26T22:57:43.154Z Compiling anstream v1.0.0
7052026-03-26T22:57:43.165Z Compiling cargo-util-schemas v0.2.0
7062026-03-26T22:57:43.293Z Compiling tar v0.4.45
7072026-03-26T22:57:43.531Z Compiling chrono v0.4.44
7082026-03-26T22:57:43.600Z Compiling document-features v0.2.12
7092026-03-26T22:57:43.658Z Compiling guppy v0.17.25
7102026-03-26T22:57:44.151Z Compiling tinyvec v1.11.0
7112026-03-26T22:57:44.640Z Compiling globset v0.4.18
7122026-03-26T22:57:44.863Z Compiling pin-project v1.1.11
7132026-03-26T22:57:44.973Z Compiling indicatif v0.17.11
7142026-03-26T22:57:45.665Z Compiling strip-ansi-escapes v0.2.1
7152026-03-26T22:57:45.931Z Compiling nextest-metadata v0.12.2
7162026-03-26T22:57:46.172Z Compiling toml v1.1.0+spec-1.1.0
7172026-03-26T22:57:46.918Z Compiling newtype-uuid v1.3.2
7182026-03-26T22:57:47.113Z Compiling reqwest v0.12.28
7192026-03-26T22:57:47.365Z Compiling rand_chacha v0.9.0
7202026-03-26T22:57:47.894Z Compiling futures v0.3.32
7212026-03-26T22:57:47.938Z Compiling digest v0.10.7
7222026-03-26T22:57:47.980Z Compiling derive_more v2.1.1
7232026-03-26T22:57:48.065Z Compiling parking_lot v0.12.5
7242026-03-26T22:57:48.166Z Compiling flate2 v1.1.9
7252026-03-26T22:57:48.174Z Compiling tracing-error v0.2.1
7262026-03-26T22:57:48.416Z Compiling shared_child v1.1.1
7272026-03-26T22:57:49.001Z Compiling signal-hook-mio v0.2.5
7282026-03-26T22:57:49.091Z Compiling self-replace v1.5.0
7292026-03-26T22:57:49.137Z Compiling cargo-platform v0.2.0
7302026-03-26T22:57:49.396Z Compiling quick-xml v0.38.4
7312026-03-26T22:57:49.420Z Compiling quick-xml v0.37.5
7322026-03-26T22:57:49.932Z Compiling indenter v0.3.4
7332026-03-26T22:57:50.034Z Compiling strsim v0.11.1
7342026-03-26T22:57:50.063Z Compiling clap_lex v1.1.0
7352026-03-26T22:57:50.429Z Compiling cpufeatures v0.2.17
7362026-03-26T22:57:50.509Z Compiling shell-words v1.1.1
7372026-03-26T22:57:50.763Z Compiling urlencoding v2.1.3
7382026-03-26T22:57:50.860Z Compiling heck v0.5.0
7392026-03-26T22:57:51.006Z Compiling recursion v0.5.4
7402026-03-26T22:57:51.019Z Compiling humantime v2.3.0
7412026-03-26T22:57:51.063Z Compiling clap_derive v4.6.0
7422026-03-26T22:57:51.116Z Compiling nextest-filtering v0.15.0
7432026-03-26T22:57:51.143Z Compiling clap_builder v4.6.0
7442026-03-26T22:57:51.229Z Compiling humantime-serde v1.1.1
7452026-03-26T22:57:51.445Z Compiling sha2 v0.10.9
7462026-03-26T22:57:52.842Z Compiling quick-junit v0.5.2
7472026-03-26T22:57:53.169Z Compiling atomicwrites v0.4.4
7482026-03-26T22:57:53.468Z Compiling cargo_metadata v0.20.0
7492026-03-26T22:57:55.072Z Compiling crossterm v0.29.0
7502026-03-26T22:57:55.988Z Compiling cargo-nextest v0.9.97
7512026-03-26T22:57:57.182Z Compiling duct v0.13.7
7522026-03-26T22:57:57.855Z Compiling async-scoped v0.9.0
7532026-03-26T22:57:58.020Z Compiling rand v0.9.2
7542026-03-26T22:57:58.051Z Compiling config v0.15.22
7552026-03-26T22:57:58.165Z Compiling zstd v0.13.3
7562026-03-26T22:57:58.280Z Compiling unicode-normalization v0.1.25
7572026-03-26T22:57:58.607Z Compiling target-spec-miette v0.4.5
7582026-03-26T22:57:58.694Z Compiling future-queue v0.4.0
7592026-03-26T22:57:58.783Z Compiling mukti-metadata v0.3.0
7602026-03-26T22:57:58.866Z Compiling tokio-stream v0.1.18
7612026-03-26T22:57:58.955Z Compiling camino-tempfile v1.4.1
7622026-03-26T22:57:58.973Z Compiling derive-where v1.6.1
7632026-03-26T22:57:59.012Z Compiling serde_path_to_error v0.1.20
7642026-03-26T22:57:59.274Z Compiling serde_ignored v0.1.14
7652026-03-26T22:57:59.400Z Compiling xxhash-rust v0.8.15
7662026-03-26T22:57:59.471Z Compiling home v0.5.12
7672026-03-26T22:57:59.497Z Compiling hex v0.4.3
7682026-03-26T22:57:59.521Z Compiling indent_write v2.2.0
7692026-03-26T22:57:59.593Z Compiling swrite v0.1.0
7702026-03-26T22:57:59.638Z Compiling color-eyre v0.6.5
7712026-03-26T22:57:59.692Z Compiling clap v4.6.0
7722026-03-26T22:57:59.705Z Compiling dialoguer v0.11.0
7732026-03-26T22:57:59.777Z Compiling enable-ansi-support v0.2.1
7742026-03-26T22:58:00.215Z Compiling nextest-runner v0.80.0
7752026-03-26T22:58:18.641Z Finished `release` profile [optimized] target(s) in 1m 11s
7762026-03-26T22:58:18.825Z Installing /home/build/.cargo/bin/cargo-nextest
7772026-03-26T22:58:18.828Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7782026-03-26T22:58:18.951Z+ pushd rdb
7792026-03-26T22:58:18.954Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7802026-03-26T22:58:18.954Z+ cargo nextest run
7812026-03-26T22:58:19.112Z Updating git repository `https://github.com/oxidecomputer/falcon`
7822026-03-26T22:58:19.764ZFrom https://github.com/oxidecomputer/falcon
7832026-03-26T22:58:19.764Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7842026-03-26T22:58:19.842Z Updating crates.io index
7852026-03-26T22:58:19.876Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7862026-03-26T22:58:20.642ZFrom https://github.com/oxidecomputer/dendrite
7872026-03-26T22:58:20.642Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7882026-03-26T22:58:20.723Z Updating git repository `https://github.com/oxidecomputer/ispf`
7892026-03-26T22:58:21.006ZFrom https://github.com/oxidecomputer/ispf
7902026-03-26T22:58:21.006Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7912026-03-26T22:58:21.011Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7922026-03-26T22:58:21.367ZFrom https://github.com/oxidecomputer/netadm-sys
7932026-03-26T22:58:21.367Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7942026-03-26T22:58:21.375Z Updating git repository `https://github.com/oxidecomputer/omicron`
7952026-03-26T22:58:29.401ZFrom https://github.com/oxidecomputer/omicron
7962026-03-26T22:58:29.401Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7972026-03-26T22:58:29.826Z Updating git repository `https://github.com/oxidecomputer/opte`
7982026-03-26T22:58:30.436ZFrom https://github.com/oxidecomputer/opte
7992026-03-26T22:58:30.436Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
8002026-03-26T22:58:30.623Z Updating git repository `https://github.com/illumos/smf-rs`
8012026-03-26T22:58:32.412ZFrom https://github.com/illumos/smf-rs
8022026-03-26T22:58:32.412Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8032026-03-26T22:58:32.527Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8042026-03-26T22:58:32.792ZFrom https://github.com/oxidecomputer/network-interface
8052026-03-26T22:58:32.792Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8062026-03-26T22:58:32.801Z Updating git repository `https://github.com/oxidecomputer/zone`
8072026-03-26T22:58:33.069ZFrom https://github.com/oxidecomputer/zone
8082026-03-26T22:58:33.069Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8092026-03-26T22:58:33.107Z Updating git repository `https://github.com/oxidecomputer/propolis`
8102026-03-26T22:58:34.357ZFrom https://github.com/oxidecomputer/propolis
8112026-03-26T22:58:34.357Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8122026-03-26T22:58:34.474Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8132026-03-26T22:58:34.968ZFrom https://github.com/oxidecomputer/transceiver-control
8142026-03-26T22:58:34.968Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8152026-03-26T22:58:34.991Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8162026-03-26T22:58:35.292ZFrom https://github.com/oxidecomputer/dlpi-sys
8172026-03-26T22:58:35.292Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8182026-03-26T22:58:35.298Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8192026-03-26T22:58:35.591ZFrom https://github.com/jmesmon/rust-libzfs
8202026-03-26T22:58:35.591Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8212026-03-26T22:58:35.598Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8222026-03-26T22:58:35.862ZFrom https://github.com/oxidecomputer/rusty-doors
8232026-03-26T22:58:35.863Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8242026-03-26T22:58:35.916Z Updating git repository `https://github.com/oxidecomputer/lldp`
8252026-03-26T22:58:36.906ZFrom https://github.com/oxidecomputer/lldp
8262026-03-26T22:58:36.906Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8272026-03-26T22:58:37.001Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8282026-03-26T22:58:37.242ZFrom https://github.com/oxidecomputer/slog-error-chain
8292026-03-26T22:58:37.242Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8302026-03-26T22:58:37.261Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8312026-03-26T22:58:37.552ZFrom https://github.com/oxidecomputer/tufaceous
8322026-03-26T22:58:37.552Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8332026-03-26T22:58:37.567Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8342026-03-26T22:58:37.995ZFrom https://github.com/oxidecomputer/management-gateway-service
8352026-03-26T22:58:37.995Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8362026-03-26T22:58:38.069Z Updating git repository `https://github.com/oxidecomputer/crucible`
8372026-03-26T22:58:38.880ZFrom https://github.com/oxidecomputer/crucible
8382026-03-26T22:58:38.881Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8392026-03-26T22:58:39.057Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8402026-03-26T22:58:39.317ZFrom https://github.com/oxidecomputer/serde_human_bytes
8412026-03-26T22:58:39.317Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8422026-03-26T22:58:39.619Z Updating git repository `https://github.com/oxidecomputer/propolis`
8432026-03-26T22:58:40.015ZFrom https://github.com/oxidecomputer/propolis
8442026-03-26T22:58:40.015Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8452026-03-26T22:58:40.056Z Updating git repository `https://github.com/oxidecomputer/tofino`
8462026-03-26T22:58:40.362ZFrom https://github.com/oxidecomputer/tofino
8472026-03-26T22:58:40.362Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8482026-03-26T22:58:40.393Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8492026-03-26T22:58:40.905ZFrom https://github.com/oxidecomputer/maghemite
8502026-03-26T22:58:40.905Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8512026-03-26T22:58:40.968Z Updating git repository `https://github.com/oxidecomputer/clickward`
8522026-03-26T22:58:41.243ZFrom https://github.com/oxidecomputer/clickward
8532026-03-26T22:58:41.243Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8542026-03-26T22:58:41.257Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8552026-03-26T22:58:41.667ZFrom https://github.com/oxidecomputer/illumos-devinfo
8562026-03-26T22:58:41.667Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8572026-03-26T22:58:41.889Z Updating git repository `https://github.com/oxidecomputer/crucible`
8582026-03-26T22:58:42.213ZFrom https://github.com/oxidecomputer/crucible
8592026-03-26T22:58:42.213Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8602026-03-26T22:58:43.007Z Downloading crates ...
8612026-03-26T22:58:43.114Z Downloaded async-recursion v1.1.1
8622026-03-26T22:58:43.123Z Downloaded cancel-safe-futures v0.1.5
8632026-03-26T22:58:43.130Z Downloaded fxhash v0.2.1
8642026-03-26T22:58:43.133Z Downloaded ipnetwork v0.21.1
8652026-03-26T22:58:43.138Z Downloaded libsw-core v0.3.2
8662026-03-26T22:58:43.141Z Downloaded omicron-workspace-hack v0.1.0
8672026-03-26T22:58:43.141Z Downloaded hubpack v0.1.2
8682026-03-26T22:58:43.144Z Downloaded ingot-macros v0.1.1
8692026-03-26T22:58:43.144Z Downloaded hmac v0.12.1
8702026-03-26T22:58:43.147Z Downloaded arrayvec v0.7.6
8712026-03-26T22:58:43.157Z Downloaded foldhash v0.2.0
8722026-03-26T22:58:43.160Z Downloaded highway v1.3.0
8732026-03-26T22:58:43.163Z Downloaded ingot-types v0.1.2
8742026-03-26T22:58:43.163Z Downloaded glob v0.3.3
8752026-03-26T22:58:43.163Z Downloaded darling_core v0.23.0
8762026-03-26T22:58:43.167Z Downloaded lru-cache v0.1.2
8772026-03-26T22:58:43.172Z Downloaded libsw v3.5.0
8782026-03-26T22:58:43.172Z Downloaded anyhow v1.0.102
8792026-03-26T22:58:43.176Z Downloaded argon2 v0.5.3
8802026-03-26T22:58:43.176Z Downloaded icu_collections v2.1.1
8812026-03-26T22:58:43.179Z Downloaded mime v0.3.17
8822026-03-26T22:58:43.179Z Downloaded linear-map v1.2.0
8832026-03-26T22:58:43.179Z Downloaded is-terminal v0.4.17
8842026-03-26T22:58:43.179Z Downloaded internet-checksum v0.2.1
8852026-03-26T22:58:43.181Z Downloaded httpdate v1.0.3
8862026-03-26T22:58:43.182Z Downloaded libscf-sys v1.1.0
8872026-03-26T22:58:43.182Z Downloaded gethostname v0.5.0
8882026-03-26T22:58:43.182Z Downloaded backoff v0.4.0
8892026-03-26T22:58:43.184Z Downloaded git-stub v1.0.0
8902026-03-26T22:58:43.184Z Downloaded foreign-types-shared v0.3.1
8912026-03-26T22:58:43.187Z Downloaded aead v0.5.2
8922026-03-26T22:58:43.187Z Downloaded chacha20 v0.9.1
8932026-03-26T22:58:43.190Z Downloaded instant v0.1.13
8942026-03-26T22:58:43.190Z Downloaded keccak v0.1.6
8952026-03-26T22:58:44.195Z Downloaded expectorate v1.2.0
8962026-03-26T22:58:44.195Z Downloaded newline-converter v0.3.0
8972026-03-26T22:58:44.195Z Downloaded indicatif v0.18.4
8982026-03-26T22:58:44.199Z Downloaded async-stream-impl v0.3.6
8992026-03-26T22:58:44.199Z Downloaded natord v1.0.9
9002026-03-26T22:58:44.200Z Downloaded inout v0.1.4
9012026-03-26T22:58:44.200Z Downloaded hickory-resolver v0.24.4
9022026-03-26T22:58:44.200Z Downloaded const-random v0.1.18
9032026-03-26T22:58:44.200Z Downloaded convert_case v0.4.0
9042026-03-26T22:58:44.200Z Downloaded base16ct v0.2.0
9052026-03-26T22:58:44.200Z Downloaded arrayref v0.3.9
9062026-03-26T22:58:44.200Z Downloaded macaddr v1.0.1
9072026-03-26T22:58:44.200Z Downloaded bit-set v0.8.0
9082026-03-26T22:58:44.200Z Downloaded hubpack_derive v0.1.1
9092026-03-26T22:58:44.200Z Downloaded embedded-io v0.6.1
9102026-03-26T22:58:44.200Z Downloaded cstr-argument v0.1.2
9112026-03-26T22:58:44.200Z Downloaded crunchy v0.2.4
9122026-03-26T22:58:44.200Z Downloaded base16ct v1.0.0
9132026-03-26T22:58:44.200Z Downloaded ciborium-ll v0.2.2
9142026-03-26T22:58:44.200Z Downloaded async-stream v0.3.6
9152026-03-26T22:58:44.200Z Downloaded num_enum v0.7.6
9162026-03-26T22:58:44.200Z Downloaded group v0.13.0
9172026-03-26T22:58:44.200Z Downloaded allocator-api2 v0.2.21
9182026-03-26T22:58:44.200Z Downloaded indexmap v1.9.3
9192026-03-26T22:58:44.200Z Downloaded fs_extra v1.3.0
9202026-03-26T22:58:44.200Z Downloaded num v0.4.3
9212026-03-26T22:58:44.200Z Downloaded byte-wrapper v0.1.0
9222026-03-26T22:58:44.200Z Downloaded bit-vec v0.8.0
9232026-03-26T22:58:44.200Z Downloaded olpc-cjson v0.1.4
9242026-03-26T22:58:44.200Z Downloaded idna_adapter v1.2.1
9252026-03-26T22:58:44.200Z Downloaded hash32 v0.3.1
9262026-03-26T22:58:44.200Z Downloaded ident_case v1.0.1
9272026-03-26T22:58:44.200Z Downloaded hostname v0.3.1
9282026-03-26T22:58:44.200Z Downloaded defmt v0.3.100
9292026-03-26T22:58:44.200Z Downloaded const-random-macro v0.1.16
9302026-03-26T22:58:44.200Z Downloaded num_enum_derive v0.5.11
9312026-03-26T22:58:44.200Z Downloaded dtrace-parser v0.2.0
9322026-03-26T22:58:44.200Z Downloaded dtrace-parser v0.3.0
9332026-03-26T22:58:44.200Z Downloaded dof v0.3.0
9342026-03-26T22:58:44.200Z Downloaded managed v0.8.0
9352026-03-26T22:58:44.201Z Downloaded linked-hash-map v0.5.6
9362026-03-26T22:58:44.201Z Downloaded no-std-compat v0.4.1
9372026-03-26T22:58:44.201Z Downloaded dof v0.4.0
9382026-03-26T22:58:44.201Z Downloaded crc8 v0.1.1
9392026-03-26T22:58:44.201Z Downloaded hostname v0.4.2
9402026-03-26T22:58:44.201Z Downloaded embedded-io v0.4.0
9412026-03-26T22:58:44.201Z Downloaded cpufeatures v0.3.0
9422026-03-26T22:58:44.201Z Downloaded match_cfg v0.1.0
9432026-03-26T22:58:44.201Z Downloaded cobs v0.3.0
9442026-03-26T22:58:44.201Z Downloaded ciborium-io v0.2.2
9452026-03-26T22:58:44.201Z Downloaded heck v0.4.1
9462026-03-26T22:58:44.201Z Downloaded defmt-parser v1.0.0
9472026-03-26T22:58:44.201Z Downloaded float-ord v0.3.2
9482026-03-26T22:58:44.201Z Downloaded dyn-clone v1.0.20
9492026-03-26T22:58:44.201Z Downloaded dunce v1.0.5
9502026-03-26T22:58:44.201Z Downloaded num-integer v0.1.46
9512026-03-26T22:58:44.201Z Downloaded fixedbitset v0.4.2
9522026-03-26T22:58:44.201Z Downloaded num-iter v0.1.45
9532026-03-26T22:58:44.201Z Downloaded foreign-types-macros v0.2.3
9542026-03-26T22:58:44.201Z Downloaded enum-as-inner v0.6.1
9552026-03-26T22:58:44.201Z Downloaded darling_macro v0.21.3
9562026-03-26T22:58:44.201Z Downloaded opaque-debug v0.3.1
9572026-03-26T22:58:44.201Z Downloaded num_threads v0.1.7
9582026-03-26T22:58:44.201Z Downloaded num-conv v0.2.0
9592026-03-26T22:58:44.201Z Downloaded crucible-workspace-hack v0.1.0
9602026-03-26T22:58:44.201Z Downloaded num-derive v0.4.2
9612026-03-26T22:58:44.201Z Downloaded foreign-types v0.5.0
9622026-03-26T22:58:44.201Z Downloaded memmap v0.7.0
9632026-03-26T22:58:44.201Z Downloaded parse-display v0.10.0
9642026-03-26T22:58:44.201Z Downloaded backon v1.6.0
9652026-03-26T22:58:44.201Z Downloaded num-derive v0.3.3
9662026-03-26T22:58:44.201Z Downloaded data-encoding v2.10.0
9672026-03-26T22:58:44.201Z Downloaded byteorder v1.5.0
9682026-03-26T22:58:44.201Z Downloaded proc-macro-crate v3.5.0
9692026-03-26T22:58:44.201Z Downloaded num_enum_derive v0.7.6
9702026-03-26T22:58:44.201Z Downloaded erased-serde v0.3.31
9712026-03-26T22:58:44.202Z Downloaded bcs v0.1.6
9722026-03-26T22:58:44.202Z Downloaded newtype-uuid-macros v0.1.0
9732026-03-26T22:58:44.202Z Downloaded plain v0.2.3
9742026-03-26T22:58:44.202Z Downloaded phf_shared v0.12.1
9752026-03-26T22:58:44.202Z Downloaded fs-err v3.3.0
9762026-03-26T22:58:44.202Z Downloaded ingot v0.1.1
9772026-03-26T22:58:44.202Z Downloaded newtype_derive v0.1.6
9782026-03-26T22:58:44.202Z Downloaded icu_locale_core v2.1.1
9792026-03-26T22:58:44.202Z Downloaded multer v3.1.0
9802026-03-26T22:58:44.202Z Downloaded proc-macro-error-attr2 v2.0.0
9812026-03-26T22:58:44.202Z Downloaded quick-error v1.2.3
9822026-03-26T22:58:44.202Z Downloaded proc-macro-crate v1.3.1
9832026-03-26T22:58:44.202Z Downloaded progenitor-macro v0.13.0
9842026-03-26T22:58:44.203Z Downloaded num_enum v0.5.11
9852026-03-26T22:58:44.203Z Downloaded rand_xorshift v0.4.0
9862026-03-26T22:58:44.203Z Downloaded rand_chacha v0.3.1
9872026-03-26T22:58:44.203Z Downloaded defmt v1.0.1
9882026-03-26T22:58:44.203Z Downloaded crossbeam-deque v0.8.6
9892026-03-26T22:58:44.203Z Downloaded potential_utf v0.1.4
9902026-03-26T22:58:44.203Z Downloaded pretty-hex v0.4.2
9912026-03-26T22:58:44.203Z Downloaded progenitor-macro v0.10.0
9922026-03-26T22:58:44.203Z Downloaded const_format_proc_macros v0.2.34
9932026-03-26T22:58:44.203Z Downloaded ff v0.13.1
9942026-03-26T22:58:44.203Z Downloaded drift v0.1.3
9952026-03-26T22:58:44.203Z Downloaded progenitor-client v0.10.0
9962026-03-26T22:58:44.203Z Downloaded darling_macro v0.23.0
9972026-03-26T22:58:44.203Z Downloaded cipher v0.4.4
9982026-03-26T22:58:44.207Z Downloaded progenitor-macro v0.11.2
9992026-03-26T22:58:44.208Z Downloaded memoffset v0.9.1
10002026-03-26T22:58:44.208Z Downloaded bitflags v1.3.2
10012026-03-26T22:58:44.208Z Downloaded displaydoc v0.2.5
10022026-03-26T22:58:44.208Z Downloaded daft v0.1.5
10032026-03-26T22:58:44.208Z Downloaded defmt-macros v1.0.1
10042026-03-26T22:58:44.208Z Downloaded git-stub-vcs v0.1.0
10052026-03-26T22:58:44.208Z Downloaded num-rational v0.4.2
10062026-03-26T22:58:44.208Z Downloaded num-complex v0.4.6
10072026-03-26T22:58:44.208Z Downloaded password-hash v0.5.0
10082026-03-26T22:58:44.208Z Downloaded csv-core v0.1.13
10092026-03-26T22:58:44.208Z Downloaded dropshot-api-manager-types v0.5.2
10102026-03-26T22:58:44.208Z Downloaded constant_time_eq v0.4.2
10112026-03-26T22:58:44.208Z Downloaded parse-display-derive v0.10.0
10122026-03-26T22:58:44.208Z Downloaded progenitor-client v0.11.2
10132026-03-26T22:58:44.208Z Downloaded proc-macro-error-attr v1.0.4
10142026-03-26T22:58:44.208Z Downloaded powerfmt v0.2.0
10152026-03-26T22:58:44.208Z Downloaded critical-section v1.2.0
10162026-03-26T22:58:44.208Z Downloaded ref-cast-impl v1.0.25
10172026-03-26T22:58:44.208Z Downloaded oxnet v0.1.4
10182026-03-26T22:58:44.208Z Downloaded blake2 v0.10.6
10192026-03-26T22:58:44.208Z Downloaded same-file v1.0.6
10202026-03-26T22:58:44.208Z Downloaded oxide-tokio-rt v0.1.3
10212026-03-26T22:58:44.208Z Downloaded serde-big-array v0.5.1
10222026-03-26T22:58:44.208Z Downloaded paste v1.0.15
10232026-03-26T22:58:44.208Z Downloaded darling v0.23.0
10242026-03-26T22:58:44.208Z Downloaded cookie v0.18.1
10252026-03-26T22:58:44.208Z Downloaded deranged v0.5.8
10262026-03-26T22:58:44.208Z Downloaded poly1305 v0.8.0
10272026-03-26T22:58:44.208Z Downloaded cargo_toml v0.22.3
10282026-03-26T22:58:44.208Z Downloaded bytecount v0.6.9
10292026-03-26T22:58:44.208Z Downloaded secrecy v0.10.3
10302026-03-26T22:58:44.208Z Downloaded scroll_derive v0.13.1
10312026-03-26T22:58:44.208Z Downloaded rustc_version v0.1.7
10322026-03-26T22:58:44.208Z Downloaded litemap v0.8.1
10332026-03-26T22:58:44.208Z Downloaded proc-macro-error v1.0.4
10342026-03-26T22:58:44.208Z Downloaded progenitor v0.11.2
10352026-03-26T22:58:44.208Z Downloaded progenitor v0.10.0
10362026-03-26T22:58:44.209Z Downloaded pem v3.0.6
10372026-03-26T22:58:44.209Z Downloaded progenitor-extras v0.1.1
10382026-03-26T22:58:44.209Z Downloaded progenitor-client v0.13.0
10392026-03-26T22:58:44.209Z Downloaded rand_core v0.10.0
10402026-03-26T22:58:44.209Z Downloaded sha1 v0.10.6
10412026-03-26T22:58:44.209Z Downloaded serial_test v3.4.0
10422026-03-26T22:58:44.209Z Downloaded siphasher v1.0.2
10432026-03-26T22:58:44.209Z Downloaded serde_plain v1.0.2
10442026-03-26T22:58:44.209Z Downloaded serde_repr v0.1.20
10452026-03-26T22:58:44.209Z Downloaded semver v0.1.20
10462026-03-26T22:58:44.209Z Downloaded scroll_derive v0.12.1
10472026-03-26T22:58:44.209Z Downloaded sigpipe v0.1.3
10482026-03-26T22:58:44.209Z Downloaded slog-envlogger v2.2.0
10492026-03-26T22:58:44.209Z Downloaded memmap2 v0.9.10
10502026-03-26T22:58:44.209Z Downloaded async-trait v0.1.89
10512026-03-26T22:58:44.209Z Downloaded omicron-zone-package v0.12.2
10522026-03-26T22:58:44.209Z Downloaded parking_lot_core v0.8.6
10532026-03-26T22:58:44.209Z Downloaded console v0.16.3
10542026-03-26T22:58:44.209Z Downloaded parking_lot v0.11.2
10552026-03-26T22:58:44.209Z Downloaded crossbeam-utils v0.8.21
10562026-03-26T22:58:44.209Z Downloaded cmake v0.1.57
10572026-03-26T22:58:44.209Z Downloaded ciborium v0.2.2
10582026-03-26T22:58:44.209Z Downloaded rustls-pemfile v2.2.0
10592026-03-26T22:58:44.209Z Downloaded smawk v0.3.2
10602026-03-26T22:58:44.209Z Downloaded daft-derive v0.1.5
10612026-03-26T22:58:44.209Z Downloaded spin v0.5.2
10622026-03-26T22:58:44.209Z Downloaded tagptr v0.2.0
10632026-03-26T22:58:44.209Z Downloaded structmeta v0.3.0
10642026-03-26T22:58:44.209Z Downloaded schemars_derive v0.8.22
10652026-03-26T22:58:44.209Z Downloaded rusty-fork v0.3.1
10662026-03-26T22:58:44.209Z Downloaded slog-bunyan v2.5.0
10672026-03-26T22:58:44.210Z Downloaded resolv-conf v0.7.6
10682026-03-26T22:58:44.210Z Downloaded ref-cast v1.0.25
10692026-03-26T22:58:44.210Z Downloaded strum v0.27.2
10702026-03-26T22:58:44.210Z Downloaded pest_generator v2.8.6
10712026-03-26T22:58:44.210Z Downloaded half v2.7.1
10722026-03-26T22:58:44.210Z Downloaded rustls-native-certs v0.8.3
10732026-03-26T22:58:44.210Z Downloaded icu_provider v2.1.1
10742026-03-26T22:58:44.210Z Downloaded strum v0.26.3
10752026-03-26T22:58:44.210Z Downloaded icu_properties v2.1.2
10762026-03-26T22:58:44.210Z Downloaded take_mut v0.2.2
10772026-03-26T22:58:44.210Z Downloaded structmeta-derive v0.3.0
10782026-03-26T22:58:44.210Z Downloaded rustversion v1.0.22
10792026-03-26T22:58:44.210Z Downloaded termtree v0.5.1
10802026-03-26T22:58:44.210Z Downloaded tabwriter v1.4.1
10812026-03-26T22:58:44.210Z Downloaded stable_deref_trait v1.2.1
10822026-03-26T22:58:44.210Z Downloaded serial_test_derive v3.4.0
10832026-03-26T22:58:44.210Z Downloaded scroll v0.12.0
10842026-03-26T22:58:44.210Z Downloaded crossbeam-epoch v0.9.18
10852026-03-26T22:58:44.210Z Downloaded chacha20 v0.10.0
10862026-03-26T22:58:44.210Z Downloaded tabled_derive v0.7.0
10872026-03-26T22:58:44.210Z Downloaded diff v0.1.13
10882026-03-26T22:58:44.210Z Downloaded time-core v0.1.8
10892026-03-26T22:58:44.210Z Downloaded thread-id v5.1.0
10902026-03-26T22:58:44.210Z Downloaded colored v3.1.1
10912026-03-26T22:58:44.210Z Downloaded thread-id v4.2.2
10922026-03-26T22:58:44.210Z Downloaded testing_table v0.3.0
10932026-03-26T22:58:44.210Z Downloaded phf v0.12.1
10942026-03-26T22:58:44.210Z Downloaded proc-macro-error2 v2.0.1
10952026-03-26T22:58:44.210Z Downloaded slog-json v2.6.1
10962026-03-26T22:58:44.210Z Downloaded sdd v3.0.10
10972026-03-26T22:58:44.210Z Downloaded postcard v1.1.3
10982026-03-26T22:58:44.214Z Downloaded pest_derive v2.8.6
10992026-03-26T22:58:44.214Z Downloaded serde_tokenstream v0.2.3
11002026-03-26T22:58:44.214Z Downloaded slog-stdlog v4.1.1
11012026-03-26T22:58:44.214Z Downloaded slog-async v2.8.0
11022026-03-26T22:58:44.214Z Downloaded slog-term v2.9.2
11032026-03-26T22:58:44.214Z Downloaded progenitor v0.13.0
11042026-03-26T22:58:44.214Z Downloaded slog-dtrace v0.3.0
11052026-03-26T22:58:44.214Z Downloaded papergrid v0.11.0
11062026-03-26T22:58:44.214Z Downloaded topological-sort v0.2.2
11072026-03-26T22:58:44.214Z Downloaded typify-macro v0.4.3
11082026-03-26T22:58:44.214Z Downloaded unit-prefix v0.5.2
11092026-03-26T22:58:44.214Z Downloaded typify-macro v0.6.1
11102026-03-26T22:58:44.214Z Downloaded usdt-attr-macro v0.6.0
11112026-03-26T22:58:44.214Z Downloaded unarray v0.1.4
11122026-03-26T22:58:44.214Z Downloaded slog-scope v4.4.1
11132026-03-26T22:58:44.214Z Downloaded elliptic-curve v0.13.8
11142026-03-26T22:58:44.214Z Downloaded smartstring v1.0.1
11152026-03-26T22:58:44.214Z Downloaded hashbrown v0.12.3
11162026-03-26T22:58:44.214Z Downloaded darling v0.21.3
11172026-03-26T22:58:44.215Z Downloaded dropshot_endpoint v0.16.7
11182026-03-26T22:58:44.215Z Downloaded derive-ex v0.1.8
11192026-03-26T22:58:44.215Z Downloaded derive_more v0.99.20
11202026-03-26T22:58:44.215Z Downloaded tabled_derive v0.11.0
11212026-03-26T22:58:44.215Z Downloaded untrusted v0.7.1
11222026-03-26T22:58:44.215Z Downloaded wait-timeout v0.2.1
11232026-03-26T22:58:44.215Z Downloaded universal-hash v0.5.1
11242026-03-26T22:58:44.215Z Downloaded snafu-derive v0.8.9
11252026-03-26T22:58:44.215Z Downloaded smf v0.2.3
11262026-03-26T22:58:44.215Z Downloaded strum_macros v0.27.2
11272026-03-26T22:58:44.215Z Downloaded usdt v0.5.0
11282026-03-26T22:58:44.215Z Downloaded icu_normalizer v2.1.1
11292026-03-26T22:58:44.215Z Downloaded serde_derive_internals v0.29.1
11302026-03-26T22:58:44.215Z Downloaded strum_macros v0.26.4
11312026-03-26T22:58:44.215Z Downloaded usdt-macro v0.5.0
11322026-03-26T22:58:44.215Z Downloaded const_format v0.2.35
11332026-03-26T22:58:44.215Z Downloaded yoke-derive v0.8.1
11342026-03-26T22:58:44.215Z Downloaded waitgroup v0.1.2
11352026-03-26T22:58:44.215Z Downloaded utf-8 v0.7.6
11362026-03-26T22:58:44.215Z Downloaded usdt-macro v0.6.0
11372026-03-26T22:58:44.215Z Downloaded zone v0.3.1
11382026-03-26T22:58:44.215Z Downloaded usdt-attr-macro v0.5.0
11392026-03-26T22:58:44.215Z Downloaded tokio-tungstenite v0.21.0
11402026-03-26T22:58:44.215Z Downloaded tokio-rustls v0.25.0
11412026-03-26T22:58:44.215Z Downloaded synstructure v0.13.2
11422026-03-26T22:58:44.215Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-03-26T22:58:44.215Z Downloaded zone_cfg_derive v0.3.1
11442026-03-26T22:58:44.215Z Downloaded scroll v0.13.0
11452026-03-26T22:58:44.215Z Downloaded thiserror-no-std v2.0.2
11462026-03-26T22:58:44.215Z Downloaded thiserror-impl-no-std v2.0.2
11472026-03-26T22:58:44.215Z Downloaded rhai_codegen v3.1.0
11482026-03-26T22:58:44.215Z Downloaded zeroize_derive v1.4.3
11492026-03-26T22:58:44.216Z Downloaded zerofrom v0.1.6
11502026-03-26T22:58:44.216Z Downloaded papergrid v0.17.0
11512026-03-26T22:58:44.216Z Downloaded progenitor-impl v0.11.2
11522026-03-26T22:58:44.216Z Downloaded tinystr v0.8.2
11532026-03-26T22:58:44.216Z Downloaded progenitor-impl v0.10.0
11542026-03-26T22:58:44.216Z Downloaded itertools v0.12.1
11552026-03-26T22:58:44.216Z Downloaded tokio-dtrace v0.1.1
11562026-03-26T22:58:44.216Z Downloaded pretty_assertions v1.4.1
11572026-03-26T22:58:44.216Z Downloaded icu_normalizer_data v2.1.1
11582026-03-26T22:58:44.216Z Downloaded heapless v0.8.0
11592026-03-26T22:58:44.216Z Downloaded jiff-static v0.2.23
11602026-03-26T22:58:44.216Z Downloaded tiny-keccak v2.0.2
11612026-03-26T22:58:44.216Z Downloaded time-macros v0.2.27
11622026-03-26T22:58:44.216Z Downloaded minimal-lexical v0.2.1
11632026-03-26T22:58:44.216Z Downloaded zerofrom-derive v0.1.6
11642026-03-26T22:58:44.216Z Downloaded xz2 v0.1.7
11652026-03-26T22:58:44.216Z Downloaded walkdir v2.5.0
11662026-03-26T22:58:44.216Z Downloaded darling_core v0.21.3
11672026-03-26T22:58:44.216Z Downloaded yoke v0.8.1
11682026-03-26T22:58:44.216Z Downloaded writeable v0.6.2
11692026-03-26T22:58:44.216Z Downloaded progenitor-impl v0.13.0
11702026-03-26T22:58:44.216Z Downloaded vsss-rs v3.3.4
11712026-03-26T22:58:44.216Z Downloaded usdt-impl v0.5.0
11722026-03-26T22:58:44.216Z Downloaded usdt v0.6.0
11732026-03-26T22:58:44.216Z Downloaded term v1.2.1
11742026-03-26T22:58:44.216Z Downloaded base64 v0.21.7
11752026-03-26T22:58:44.216Z Downloaded schemars v0.8.22
11762026-03-26T22:58:44.216Z Downloaded whoami v1.6.1
11772026-03-26T22:58:44.216Z Downloaded usdt-impl v0.6.0
11782026-03-26T22:58:44.216Z Downloaded thin-vec v0.2.14
11792026-03-26T22:58:44.216Z Downloaded pest_meta v2.8.6
11802026-03-26T22:58:44.216Z Downloaded rustls-platform-verifier v0.6.2
11812026-03-26T22:58:44.216Z Downloaded rayon-core v1.13.0
11822026-03-26T22:58:44.216Z Downloaded arc-swap v1.9.0
11832026-03-26T22:58:44.216Z Downloaded prettyplease v0.2.37
11842026-03-26T22:58:44.217Z Downloaded serde_yaml v0.9.34+deprecated
11852026-03-26T22:58:44.217Z Downloaded chacha20poly1305 v0.10.1
11862026-03-26T22:58:44.217Z Downloaded spin v0.9.8
11872026-03-26T22:58:44.217Z Downloaded crypto-bigint v0.5.5
11882026-03-26T22:58:44.217Z Downloaded nom v7.1.3
11892026-03-26T22:58:44.217Z Downloaded similar v2.7.0
11902026-03-26T22:58:44.217Z Downloaded ucd-trie v0.1.7
11912026-03-26T22:58:44.217Z Downloaded crossbeam-channel v0.5.15
11922026-03-26T22:58:44.217Z Downloaded toml v0.7.8
11932026-03-26T22:58:44.217Z Downloaded zerovec-derive v0.11.2
11942026-03-26T22:58:44.217Z Downloaded typify v0.6.1
11952026-03-26T22:58:44.217Z Downloaded hickory-resolver v0.25.2
11962026-03-26T22:58:44.217Z Downloaded test-strategy v0.4.5
11972026-03-26T22:58:44.217Z Downloaded zerocopy-derive v0.7.35
11982026-03-26T22:58:44.221Z Downloaded slog v2.8.2
11992026-03-26T22:58:44.221Z Downloaded typify v0.4.3
12002026-03-26T22:58:44.221Z Downloaded schemars v1.2.1
12012026-03-26T22:58:44.221Z Downloaded unsafe-libyaml v0.2.11
12022026-03-26T22:58:44.221Z Downloaded tungstenite v0.21.0
12032026-03-26T22:58:44.221Z Downloaded toml_edit v0.25.8+spec-1.1.0
12042026-03-26T22:58:44.221Z Downloaded snafu v0.8.9
12052026-03-26T22:58:44.221Z Downloaded toml v0.9.12+spec-1.1.0
12062026-03-26T22:58:44.221Z Downloaded qorb v0.4.1
12072026-03-26T22:58:44.221Z Downloaded serde_with_macros v3.18.0
12082026-03-26T22:58:44.221Z Downloaded rand v0.8.5
12092026-03-26T22:58:44.221Z Downloaded steno v0.4.1
12102026-03-26T22:58:44.221Z Downloaded pest v2.8.6
12112026-03-26T22:58:44.221Z Downloaded dropshot-api-manager v0.5.2
12122026-03-26T22:58:44.221Z Downloaded iddqd v0.3.17
12132026-03-26T22:58:44.221Z Downloaded schemars v0.9.0
12142026-03-26T22:58:44.221Z Downloaded zerotrie v0.2.3
12152026-03-26T22:58:44.221Z Downloaded rand v0.10.0
12162026-03-26T22:58:44.221Z Downloaded toml_edit v0.19.15
12172026-03-26T22:58:44.222Z Downloaded icu_properties_data v2.1.2
12182026-03-26T22:58:44.222Z Downloaded yansi v1.0.1
12192026-03-26T22:58:44.222Z Downloaded zerocopy-derive v0.8.47
12202026-03-26T22:58:44.222Z Downloaded typed-path v0.9.3
12212026-03-26T22:58:44.222Z Downloaded nom v8.0.0
12222026-03-26T22:58:44.222Z Downloaded moka v0.12.15
12232026-03-26T22:58:44.222Z Downloaded hkdf v0.12.4
12242026-03-26T22:58:44.222Z Downloaded libm v0.2.16
12252026-03-26T22:58:44.222Z Downloaded goblin v0.8.2
12262026-03-26T22:58:44.222Z Downloaded reqwest v0.13.2
12272026-03-26T22:58:44.222Z Downloaded unicode-segmentation v1.13.1
12282026-03-26T22:58:44.222Z Downloaded scc v2.4.0
12292026-03-26T22:58:44.222Z Downloaded goblin v0.10.5
12302026-03-26T22:58:44.223Z Downloaded zerovec v0.11.5
12312026-03-26T22:58:44.223Z Downloaded aws-lc-rs v1.16.2
12322026-03-26T22:58:44.223Z Downloaded tough v0.20.0
12332026-03-26T22:58:44.223Z Downloaded winnow v0.5.40
12342026-03-26T22:58:44.223Z Downloaded rayon v1.11.0
12352026-03-26T22:58:44.223Z Downloaded proptest v1.11.0
12362026-03-26T22:58:44.223Z Downloaded blake3 v1.8.3
12372026-03-26T22:58:44.223Z Downloaded serde_with v3.18.0
12382026-03-26T22:58:44.223Z Downloaded rustls-webpki v0.102.8
12392026-03-26T22:58:44.223Z Downloaded zerocopy v0.7.35
12402026-03-26T22:58:44.223Z Downloaded time v0.3.47
12412026-03-26T22:58:44.223Z Downloaded nix v0.31.2
12422026-03-26T22:58:44.223Z Downloaded tabled v0.15.0
12432026-03-26T22:58:44.223Z Downloaded tabled v0.20.0
12442026-03-26T22:58:44.223Z Downloaded smoltcp v0.11.0
12452026-03-26T22:58:44.223Z Downloaded syn v1.0.109
12462026-03-26T22:58:44.223Z Downloaded rhai v1.24.0
12472026-03-26T22:58:44.223Z Downloaded rustls v0.22.4
12482026-03-26T22:58:44.223Z Downloaded openapiv3 v2.2.0
12492026-03-26T22:58:44.223Z Downloaded hickory-proto v0.24.4
12502026-03-26T22:58:44.223Z Downloaded regress v0.10.5
12512026-03-26T22:58:44.223Z Downloaded dropshot v0.16.7
12522026-03-26T22:58:44.223Z Downloaded hickory-proto v0.25.2
12532026-03-26T22:58:44.224Z Downloaded typify-impl v0.4.3
12542026-03-26T22:58:44.224Z Downloaded petgraph v0.6.5
12552026-03-26T22:58:44.224Z Downloaded typify-impl v0.6.1
12562026-03-26T22:58:44.224Z Downloaded sled v0.34.7
12572026-03-26T22:58:44.224Z Downloaded lzma-sys v0.1.20
12582026-03-26T22:58:44.224Z Downloaded jiff v0.2.23
12592026-03-26T22:58:44.224Z Downloaded chrono-tz v0.10.4
12602026-03-26T22:58:44.224Z Downloaded sha3 v0.10.8
12612026-03-26T22:58:44.224Z Downloaded csv v1.4.0
12622026-03-26T22:58:44.228Z Downloaded encoding_rs v0.8.35
12632026-03-26T22:58:44.788Z Downloaded aws-lc-sys v0.39.0
12642026-03-26T22:58:45.669Z Compiling proc-macro2 v1.0.106
12652026-03-26T22:58:45.669Z Compiling quote v1.0.45
12662026-03-26T22:58:45.669Z Compiling unicode-ident v1.0.24
12672026-03-26T22:58:45.669Z Compiling serde_core v1.0.228
12682026-03-26T22:58:45.669Z Compiling cfg-if v1.0.4
12692026-03-26T22:58:45.669Z Compiling serde v1.0.228
12702026-03-26T22:58:45.673Z Compiling libc v0.2.183
12712026-03-26T22:58:45.673Z Compiling memchr v2.8.0
12722026-03-26T22:58:45.865Z Compiling itoa v1.0.18
12732026-03-26T22:58:46.043Z Compiling smallvec v1.15.1
12742026-03-26T22:58:46.081Z Compiling zmij v1.0.21
12752026-03-26T22:58:46.130Z Compiling serde_json v1.0.149
12762026-03-26T22:58:46.249Z Compiling autocfg v1.5.0
12772026-03-26T22:58:46.370Z Compiling libm v0.2.16
12782026-03-26T22:58:46.449Z Compiling version_check v0.9.5
12792026-03-26T22:58:46.568Z Compiling stable_deref_trait v1.2.1
12802026-03-26T22:58:46.588Z Compiling pin-project-lite v0.2.17
12812026-03-26T22:58:46.639Z Compiling writeable v0.6.2
12822026-03-26T22:58:46.659Z Compiling litemap v0.8.1
12832026-03-26T22:58:46.676Z Compiling percent-encoding v2.3.2
12842026-03-26T22:58:46.695Z Compiling icu_properties_data v2.1.2
12852026-03-26T22:58:46.827Z Compiling icu_normalizer_data v2.1.1
12862026-03-26T22:58:46.842Z Compiling iana-time-zone v0.1.65
12872026-03-26T22:58:46.866Z Compiling equivalent v1.0.2
12882026-03-26T22:58:46.910Z Compiling syn v2.0.117
12892026-03-26T22:58:47.019Z Compiling parking_lot_core v0.9.12
12902026-03-26T22:58:47.069Z Compiling scopeguard v1.2.0
12912026-03-26T22:58:47.094Z Compiling form_urlencoded v1.2.2
12922026-03-26T22:58:47.106Z Compiling utf8_iter v1.0.4
12932026-03-26T22:58:47.131Z Compiling allocator-api2 v0.2.21
12942026-03-26T22:58:47.167Z Compiling lock_api v0.4.14
12952026-03-26T22:58:47.246Z Compiling foldhash v0.2.0
12962026-03-26T22:58:47.273Z Compiling dyn-clone v1.0.20
12972026-03-26T22:58:47.296Z Compiling num-traits v0.2.19
12982026-03-26T22:58:47.396Z Compiling jobserver v0.1.34
12992026-03-26T22:58:47.410Z Compiling hashbrown v0.16.1
13002026-03-26T22:58:47.454Z Compiling shlex v1.3.0
13012026-03-26T22:58:47.480Z Compiling find-msvc-tools v0.1.9
13022026-03-26T22:58:47.638Z Compiling cc v1.2.57
13032026-03-26T22:58:47.677Z Compiling log v0.4.29
13042026-03-26T22:58:47.719Z Compiling errno v0.3.14
13052026-03-26T22:58:47.870Z Compiling semver v1.0.27
13062026-03-26T22:58:47.902Z Compiling getrandom v0.4.2
13072026-03-26T22:58:47.995Z Compiling futures-core v0.3.32
13082026-03-26T22:58:48.006Z Compiling rand_core v0.10.0
13092026-03-26T22:58:48.148Z Compiling thiserror v2.0.18
13102026-03-26T22:58:48.166Z Compiling indexmap v2.13.0
13112026-03-26T22:58:48.209Z Compiling zerocopy v0.8.47
13122026-03-26T22:58:48.335Z Compiling heck v0.5.0
13132026-03-26T22:58:48.385Z Compiling futures-sink v0.3.32
13142026-03-26T22:58:48.526Z Compiling fnv v1.0.7
13152026-03-26T22:58:48.620Z Compiling slab v0.4.12
13162026-03-26T22:58:48.640Z Compiling uuid v1.22.0
13172026-03-26T22:58:48.734Z Compiling futures-channel v0.3.32
13182026-03-26T22:58:48.777Z Compiling rustversion v1.0.22
13192026-03-26T22:58:48.799Z Compiling schemars v0.8.22
13202026-03-26T22:58:48.851Z Compiling futures-io v0.3.32
13212026-03-26T22:58:48.965Z Compiling typenum v1.19.0
13222026-03-26T22:58:49.015Z Compiling futures-task v0.3.32
13232026-03-26T22:58:49.057Z Compiling socket2 v0.6.3
13242026-03-26T22:58:49.078Z Compiling getrandom v0.2.17
13252026-03-26T22:58:49.127Z Compiling portable-atomic v1.13.1
13262026-03-26T22:58:49.185Z Compiling signal-hook-registry v1.4.8
13272026-03-26T22:58:49.262Z Compiling parking_lot v0.12.5
13282026-03-26T22:58:49.338Z Compiling mio v1.1.1
13292026-03-26T22:58:49.493Z Compiling bitflags v2.11.0
13302026-03-26T22:58:49.515Z Compiling critical-section v1.2.0
13312026-03-26T22:58:49.625Z Compiling subtle v2.6.1
13322026-03-26T22:58:49.688Z Compiling base64 v0.22.1
13332026-03-26T22:58:49.738Z Compiling byteorder v1.5.0
13342026-03-26T22:58:49.759Z Compiling untrusted v0.9.0
13352026-03-26T22:58:49.795Z Compiling rand_core v0.6.4
13362026-03-26T22:58:49.877Z Compiling synstructure v0.13.2
13372026-03-26T22:58:49.888Z Compiling serde_derive_internals v0.29.1
13382026-03-26T22:58:49.946Z Compiling cmake v0.1.57
13392026-03-26T22:58:49.976Z Compiling dunce v1.0.5
13402026-03-26T22:58:50.028Z Compiling fs_extra v1.3.0
13412026-03-26T22:58:50.039Z Compiling once_cell v1.21.4
13422026-03-26T22:58:50.068Z Compiling rustix v1.1.4
13432026-03-26T22:58:50.153Z Compiling atomic-waker v1.1.2
13442026-03-26T22:58:50.254Z Compiling strsim v0.11.1
13452026-03-26T22:58:50.284Z Compiling ipnet v2.12.0
13462026-03-26T22:58:50.293Z Compiling regex-syntax v0.8.10
13472026-03-26T22:58:50.304Z Compiling aws-lc-sys v0.39.0
13482026-03-26T22:58:50.413Z Compiling httparse v1.10.1
13492026-03-26T22:58:50.648Z Compiling slog v2.8.2
13502026-03-26T22:58:50.666Z Compiling generic-array v0.14.7
13512026-03-26T22:58:50.676Z Compiling thiserror v1.0.69
13522026-03-26T22:58:50.815Z Compiling ucd-trie v0.1.7
13532026-03-26T22:58:50.851Z Compiling tower-service v0.3.3
13542026-03-26T22:58:50.876Z Compiling tower-layer v0.3.3
13552026-03-26T22:58:50.959Z Compiling pest v2.8.6
13562026-03-26T22:58:51.039Z Compiling try-lock v0.2.5
13572026-03-26T22:58:51.128Z Compiling want v0.3.1
13582026-03-26T22:58:51.142Z Compiling ryu v1.0.23
13592026-03-26T22:58:51.154Z Compiling serde_derive v1.0.228
13602026-03-26T22:58:51.168Z Compiling zerofrom-derive v0.1.6
13612026-03-26T22:58:51.184Z Compiling yoke-derive v0.8.1
13622026-03-26T22:58:51.268Z Compiling zerovec-derive v0.11.2
13632026-03-26T22:58:51.296Z Compiling displaydoc v0.2.5
13642026-03-26T22:58:51.321Z Compiling tokio-macros v2.6.1
13652026-03-26T22:58:52.052Z Compiling schemars_derive v0.8.22
13662026-03-26T22:58:52.097Z Compiling thiserror-impl v2.0.18
13672026-03-26T22:58:52.252Z Compiling zerocopy-derive v0.8.47
13682026-03-26T22:58:52.264Z Compiling zeroize_derive v1.4.3
13692026-03-26T22:58:52.377Z Compiling zerofrom v0.1.6
13702026-03-26T22:58:52.388Z Compiling futures-macro v0.3.32
13712026-03-26T22:58:52.499Z Compiling yoke v0.8.1
13722026-03-26T22:58:52.684Z Compiling zerovec v0.11.5
13732026-03-26T22:58:52.954Z Compiling zerotrie v0.2.3
13742026-03-26T22:58:53.035Z Compiling zeroize v1.8.2
13752026-03-26T22:58:53.198Z Compiling tinystr v0.8.2
13762026-03-26T22:58:53.227Z Compiling potential_utf v0.1.4
13772026-03-26T22:58:53.241Z Compiling futures-util v0.3.32
13782026-03-26T22:58:53.290Z Compiling thiserror-impl v1.0.69
13792026-03-26T22:58:53.369Z Compiling icu_locale_core v2.1.1
13802026-03-26T22:58:53.457Z Compiling icu_collections v2.1.1
13812026-03-26T22:58:53.971Z Compiling pest_meta v2.8.6
13822026-03-26T22:58:54.059Z Compiling icu_provider v2.1.1
13832026-03-26T22:58:54.366Z Compiling bytes v1.11.1
13842026-03-26T22:58:54.403Z Compiling icu_properties v2.1.2
13852026-03-26T22:58:54.443Z Compiling icu_normalizer v2.1.1
13862026-03-26T22:58:54.486Z Compiling chrono v0.4.44
13872026-03-26T22:58:55.012Z Compiling http v1.4.0
13882026-03-26T22:58:55.038Z Compiling tokio v1.50.0
13892026-03-26T22:58:55.291Z Compiling idna_adapter v1.2.1
13902026-03-26T22:58:55.427Z Compiling idna v1.1.0
13912026-03-26T22:58:55.581Z Compiling serde_tokenstream v0.2.3
13922026-03-26T22:58:55.658Z Compiling http-body v1.0.1
13932026-03-26T22:58:55.809Z Compiling url v2.5.8
13942026-03-26T22:58:55.863Z Compiling erased-serde v0.3.31
13952026-03-26T22:58:56.009Z Compiling getrandom v0.3.4
13962026-03-26T22:58:56.096Z Compiling httpdate v1.0.3
13972026-03-26T22:58:56.195Z Compiling pin-utils v0.1.0
13982026-03-26T22:58:56.348Z Compiling pest_generator v2.8.6
13992026-03-26T22:58:56.359Z Compiling pretty-hex v0.4.2
14002026-03-26T22:58:56.491Z Compiling plain v0.2.3
14012026-03-26T22:58:56.597Z Compiling ppv-lite86 v0.2.21
14022026-03-26T22:58:56.671Z Compiling paste v1.0.15
14032026-03-26T22:58:56.680Z Compiling crypto-common v0.1.7
14042026-03-26T22:58:56.756Z Compiling omicron-workspace-hack v0.1.0
14052026-03-26T22:58:56.803Z Compiling ident_case v1.0.1
14062026-03-26T22:58:56.906Z Compiling tracing-attributes v0.1.31
14072026-03-26T22:58:56.927Z Compiling tracing-core v0.1.36
14082026-03-26T22:58:56.957Z Compiling pest_derive v2.8.6
14092026-03-26T22:58:57.042Z Compiling http-body-util v0.1.3
14102026-03-26T22:58:57.276Z Compiling serde_urlencoded v0.7.1
14112026-03-26T22:58:57.468Z Compiling ipnetwork v0.21.1
14122026-03-26T22:58:57.498Z Compiling daft-derive v0.1.5
14132026-03-26T22:58:57.515Z Compiling sync_wrapper v1.0.2
14142026-03-26T22:58:57.518Z Compiling fastrand v2.3.0
14152026-03-26T22:58:57.627Z Compiling aho-corasick v1.1.4
14162026-03-26T22:58:57.786Z Compiling winnow v1.0.0
14172026-03-26T22:58:57.801Z Compiling rustls-pki-types v1.14.0
14182026-03-26T22:58:57.899Z Compiling async-trait v0.1.89
14192026-03-26T22:58:58.101Z Compiling tracing v0.1.44
14202026-03-26T22:58:58.227Z Compiling ring v0.17.14
14212026-03-26T22:58:58.336Z Compiling powerfmt v0.2.0
14222026-03-26T22:58:58.544Z Compiling regex-automata v0.4.14
14232026-03-26T22:58:58.559Z Compiling anyhow v1.0.102
14242026-03-26T22:58:58.778Z Compiling num-conv v0.2.0
14252026-03-26T22:58:58.875Z Compiling time-core v0.1.8
14262026-03-26T22:58:58.907Z Compiling iri-string v0.7.11
14272026-03-26T22:58:58.907Z Compiling cpufeatures v0.2.17
14282026-03-26T22:58:59.014Z Compiling time-macros v0.2.27
14292026-03-26T22:58:59.129Z Compiling deranged v0.5.8
14302026-03-26T22:58:59.205Z Compiling block-buffer v0.10.4
14312026-03-26T22:58:59.352Z Compiling scroll_derive v0.13.1
14322026-03-26T22:58:59.984Z Compiling num_threads v0.1.7
14332026-03-26T22:59:00.078Z Compiling hex v0.4.3
14342026-03-26T22:59:00.083Z Compiling digest v0.10.7
14352026-03-26T22:59:00.169Z Compiling scroll v0.13.0
14362026-03-26T22:59:00.297Z Compiling regex v1.12.3
14372026-03-26T22:59:00.547Z Compiling tokio-util v0.7.18
14382026-03-26T22:59:00.767Z Compiling oxnet v0.1.4
14392026-03-26T22:59:00.934Z Compiling camino v1.2.2
14402026-03-26T22:59:01.190Z Compiling goblin v0.10.5
14412026-03-26T22:59:01.297Z Compiling usdt-impl v0.6.0
14422026-03-26T22:59:01.307Z Compiling openssl-probe v0.2.1
14432026-03-26T22:59:01.538Z Compiling dtrace-parser v0.3.0
14442026-03-26T22:59:01.765Z Compiling crossbeam-utils v0.8.21
14452026-03-26T22:59:02.067Z Compiling h2 v0.4.13
14462026-03-26T22:59:02.323Z Compiling futures-executor v0.3.32
14472026-03-26T22:59:02.394Z Compiling openapiv3 v2.2.0
14482026-03-26T22:59:02.459Z Compiling structmeta-derive v0.3.0
14492026-03-26T22:59:02.598Z Compiling regress v0.10.5
14502026-03-26T22:59:02.919Z Compiling thread-id v5.1.0
14512026-03-26T22:59:02.999Z Compiling syn v1.0.109
14522026-03-26T22:59:03.309Z Compiling rustls v0.22.4
14532026-03-26T22:59:03.521Z Compiling structmeta v0.3.0
14542026-03-26T22:59:03.588Z Compiling futures v0.3.32
14552026-03-26T22:59:03.669Z Compiling rand_core v0.9.5
14562026-03-26T22:59:03.870Z Compiling dof v0.4.0
14572026-03-26T22:59:04.034Z Compiling darling_core v0.23.0
14582026-03-26T22:59:04.407Z Compiling hyper v1.8.1
14592026-03-26T22:59:05.273Z Compiling newtype-uuid-macros v0.1.0
14602026-03-26T22:59:05.418Z Compiling thread_local v1.1.9
14612026-03-26T22:59:05.696Z Compiling aws-lc-rs v1.16.2
14622026-03-26T22:59:05.927Z Compiling match_cfg v0.1.0
14632026-03-26T22:59:05.996Z Compiling winnow v0.7.15
14642026-03-26T22:59:06.007Z Compiling hyper-util v0.1.20
14652026-03-26T22:59:06.116Z Compiling newtype-uuid v1.3.2
14662026-03-26T22:59:06.174Z Compiling darling_macro v0.23.0
14672026-03-26T22:59:06.198Z Compiling slog-async v2.8.0
14682026-03-26T22:59:06.460Z Compiling quick-error v1.2.3
14692026-03-26T22:59:06.480Z Compiling ref-cast v1.0.25
14702026-03-26T22:59:06.573Z Compiling daft v0.1.5
14712026-03-26T22:59:06.605Z Compiling usdt-attr-macro v0.6.0
14722026-03-26T22:59:06.739Z Compiling darling v0.23.0
14732026-03-26T22:59:06.815Z Compiling usdt-macro v0.6.0
14742026-03-26T22:59:06.826Z Compiling rand_chacha v0.9.0
14752026-03-26T22:59:06.829Z Compiling strum_macros v0.26.4
14762026-03-26T22:59:07.257Z Compiling ref-cast-impl v1.0.25
14772026-03-26T22:59:07.506Z Compiling serde_spanned v1.1.0
14782026-03-26T22:59:07.657Z Compiling toml_datetime v0.7.5+spec-1.1.0
14792026-03-26T22:59:07.716Z Compiling multer v3.1.0
14802026-03-26T22:59:07.818Z Compiling untrusted v0.7.1
14812026-03-26T22:59:07.873Z Compiling toml_writer v1.1.0+spec-1.1.0
14822026-03-26T22:59:07.937Z Compiling take_mut v0.2.2
14832026-03-26T22:59:07.942Z Compiling debug-ignore v1.0.5
14842026-03-26T22:59:07.966Z Compiling term v1.2.1
14852026-03-26T22:59:07.977Z Compiling bit-vec v0.8.0
14862026-03-26T22:59:08.082Z Compiling rand v0.9.2
14872026-03-26T22:59:08.091Z Compiling serde_with_macros v3.18.0
14882026-03-26T22:59:08.205Z Compiling bit-set v0.8.0
14892026-03-26T22:59:08.374Z Compiling async-stream-impl v0.3.6
14902026-03-26T22:59:08.493Z Compiling strum v0.26.3
14912026-03-26T22:59:08.626Z Compiling dropshot v0.16.7
14922026-03-26T22:59:08.745Z Compiling encoding_rs v0.8.35
14932026-03-26T22:59:08.779Z Compiling spin v0.9.8
14942026-03-26T22:59:08.849Z Compiling rustls v0.23.37
14952026-03-26T22:59:09.055Z Compiling unarray v0.1.4
14962026-03-26T22:59:09.066Z Compiling mime v0.3.17
14972026-03-26T22:59:09.150Z Compiling async-stream v0.3.6
14982026-03-26T22:59:09.307Z Compiling derive-ex v0.1.8
14992026-03-26T22:59:09.331Z Compiling dropshot_endpoint v0.16.7
15002026-03-26T22:59:09.348Z Compiling macaddr v1.0.1
15012026-03-26T22:59:09.570Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15022026-03-26T22:59:09.581Z Compiling waitgroup v0.1.2
15032026-03-26T22:59:09.648Z Compiling serde_path_to_error v0.1.20
15042026-03-26T22:59:10.009Z Compiling tempfile v3.27.0
15052026-03-26T22:59:10.038Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15062026-03-26T22:59:10.166Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15072026-03-26T22:59:10.258Z Compiling tower v0.5.3
15082026-03-26T22:59:10.342Z Compiling strum_macros v0.27.2
15092026-03-26T22:59:10.427Z Compiling instant v0.1.13
15102026-03-26T22:59:10.478Z Compiling time v0.3.47
15112026-03-26T22:59:10.728Z Compiling tower-http v0.6.8
15122026-03-26T22:59:10.842Z Compiling rustc-hash v2.1.1
15132026-03-26T22:59:10.910Z Compiling test-strategy v0.4.5
15142026-03-26T22:59:11.014Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15152026-03-26T22:59:11.152Z Compiling crossbeam-channel v0.5.15
15162026-03-26T22:59:12.177Z Compiling strum v0.27.2
15172026-03-26T22:59:12.290Z Compiling parse-display-derive v0.10.0
15182026-03-26T22:59:12.306Z Compiling rustls-native-certs v0.8.3
15192026-03-26T22:59:12.395Z Compiling backon v1.6.0
15202026-03-26T22:59:12.602Z Compiling rustls-webpki v0.102.8
15212026-03-26T22:59:12.649Z Compiling rand_chacha v0.3.1
15222026-03-26T22:59:13.502Z Compiling rand v0.8.5
15232026-03-26T22:59:13.540Z Compiling slog-json v2.6.1
15242026-03-26T22:59:13.755Z Compiling hostname v0.3.1
15252026-03-26T22:59:13.766Z Compiling toml_parser v1.1.0+spec-1.1.0
15262026-03-26T22:59:13.890Z Compiling memmap2 v0.9.10
15272026-03-26T22:59:13.974Z Compiling wait-timeout v0.2.1
15282026-03-26T22:59:14.114Z Compiling is-terminal v0.4.17
15292026-03-26T22:59:14.172Z Compiling either v1.15.0
15302026-03-26T22:59:14.290Z Compiling slog-term v2.9.2
15312026-03-26T22:59:14.374Z Compiling toml v0.9.12+spec-1.1.0
15322026-03-26T22:59:14.384Z Compiling rusty-fork v0.3.1
15332026-03-26T22:59:14.483Z Compiling usdt v0.6.0
15342026-03-26T22:59:14.748Z Compiling slog-bunyan v2.5.0
15352026-03-26T22:59:14.917Z Compiling serde_with v3.18.0
15362026-03-26T22:59:15.244Z Compiling tokio-rustls v0.25.0
15372026-03-26T22:59:15.249Z Compiling rand_xorshift v0.4.0
15382026-03-26T22:59:15.401Z Compiling sha1 v0.10.6
15392026-03-26T22:59:15.441Z Compiling rustls-pemfile v2.2.0
15402026-03-26T22:59:15.467Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15412026-03-26T22:59:15.628Z Compiling hostname v0.4.2
15422026-03-26T22:59:15.639Z Compiling proptest v1.11.0
15432026-03-26T22:59:16.628Z Compiling reqwest v0.12.28
15442026-03-26T22:59:16.666Z Compiling iddqd v0.3.17
15452026-03-26T22:59:16.705Z Compiling itertools v0.14.0
15462026-03-26T22:59:17.283Z Compiling utf8parse v0.2.2
15472026-03-26T22:59:17.392Z Compiling anstyle-parse v1.0.0
15482026-03-26T22:59:17.578Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15492026-03-26T22:59:17.819Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15502026-03-26T22:59:17.950Z Compiling toml_datetime v0.6.11
15512026-03-26T22:59:18.223Z Compiling is_terminal_polyfill v1.70.2
15522026-03-26T22:59:18.320Z Compiling anstyle-query v1.1.5
15532026-03-26T22:59:18.422Z Compiling colorchoice v1.0.5
15542026-03-26T22:59:18.467Z Compiling anstyle v1.0.14
15552026-03-26T22:59:18.700Z Compiling anstream v1.0.0
15562026-03-26T22:59:18.766Z Compiling progenitor-client v0.10.0
15572026-03-26T22:59:19.035Z Compiling parse-display v0.10.0
15582026-03-26T22:59:19.377Z Compiling backoff v0.4.0
15592026-03-26T22:59:19.389Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15602026-03-26T22:59:19.415Z Compiling clap_lex v1.1.0
15612026-03-26T22:59:19.725Z Compiling clap_derive v4.6.0
15622026-03-26T22:59:20.034Z Compiling unicode-width v0.2.2
15632026-03-26T22:59:20.319Z Compiling terminal_size v0.4.4
15642026-03-26T22:59:20.330Z Compiling darling_core v0.21.3
15652026-03-26T22:59:20.370Z Compiling zerocopy-derive v0.7.35
15662026-03-26T22:59:21.204Z Compiling crossbeam-epoch v0.9.18
15672026-03-26T22:59:21.223Z Compiling zerocopy v0.7.35
15682026-03-26T22:59:21.978Z Compiling clap_builder v4.6.0
15692026-03-26T22:59:22.411Z Compiling proc-macro-error-attr v1.0.4
15702026-03-26T22:59:22.423Z Compiling darling_macro v0.21.3
15712026-03-26T22:59:22.433Z Compiling heapless v0.8.0
15722026-03-26T22:59:22.719Z Compiling toml_datetime v1.1.0+spec-1.1.0
15732026-03-26T22:59:22.807Z Compiling convert_case v0.4.0
15742026-03-26T22:59:22.924Z Compiling tinyvec_macros v0.1.1
15752026-03-26T22:59:22.959Z Compiling toml_edit v0.25.8+spec-1.1.0
15762026-03-26T22:59:22.990Z Compiling tinyvec v1.11.0
15772026-03-26T22:59:23.002Z Compiling darling v0.21.3
15782026-03-26T22:59:23.078Z Compiling ingot-macros v0.1.1
15792026-03-26T22:59:23.108Z Compiling derive_more v0.99.20
15802026-03-26T22:59:23.866Z Compiling clap v4.6.0
15812026-03-26T22:59:24.304Z Compiling dtrace-parser v0.2.0
15822026-03-26T22:59:24.451Z Compiling secrecy v0.10.3
15832026-03-26T22:59:24.611Z Compiling scroll_derive v0.12.1
15842026-03-26T22:59:25.189Z Compiling hash32 v0.3.1
15852026-03-26T22:59:25.311Z Compiling usdt-impl v0.5.0
15862026-03-26T22:59:25.325Z Compiling proc-macro-error v1.0.4
15872026-03-26T22:59:25.340Z Compiling winnow v0.5.40
15882026-03-26T22:59:25.425Z Compiling crucible-workspace-hack v0.1.0
15892026-03-26T22:59:25.540Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15902026-03-26T22:59:25.551Z Compiling smoltcp v0.11.0
15912026-03-26T22:59:25.697Z Compiling scroll v0.12.0
15922026-03-26T22:59:25.889Z Compiling proc-macro-crate v3.5.0
15932026-03-26T22:59:25.919Z Compiling ingot-types v0.1.2
15942026-03-26T22:59:26.295Z Compiling dof v0.3.0
15952026-03-26T22:59:26.460Z Compiling typify-impl v0.6.1
15962026-03-26T22:59:26.607Z Compiling toml_edit v0.19.15
15972026-03-26T22:59:26.621Z Compiling serde_spanned v0.6.9
15982026-03-26T22:59:26.637Z Compiling cobs v0.3.0
15992026-03-26T22:59:26.715Z Compiling memoffset v0.9.1
16002026-03-26T22:59:26.758Z Compiling thread-id v4.2.2
16012026-03-26T22:59:26.769Z Compiling toml_write v0.1.2
16022026-03-26T22:59:26.831Z Compiling bitflags v1.3.2
16032026-03-26T22:59:26.841Z Compiling cfg_aliases v0.2.1
16042026-03-26T22:59:26.904Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16052026-03-26T22:59:26.915Z Compiling managed v0.8.0
16062026-03-26T22:59:26.959Z Compiling nix v0.31.2
16072026-03-26T22:59:27.027Z Compiling toml_edit v0.22.27
16082026-03-26T22:59:27.324Z Compiling postcard v1.1.3
16092026-03-26T22:59:27.841Z Compiling proc-macro-crate v1.3.1
16102026-03-26T22:59:28.168Z Compiling num_enum_derive v0.7.6
16112026-03-26T22:59:28.254Z Compiling ingot v0.1.1
16122026-03-26T22:59:28.670Z Compiling goblin v0.8.2
16132026-03-26T22:59:29.325Z Compiling tabwriter v1.4.1
16142026-03-26T22:59:29.539Z Compiling foreign-types-macros v0.2.3
16152026-03-26T22:59:29.574Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16162026-03-26T22:59:29.868Z Compiling num-integer v0.1.46
16172026-03-26T22:59:30.184Z Compiling rustc_version v0.4.1
16182026-03-26T22:59:30.197Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16192026-03-26T22:59:30.419Z Compiling cpufeatures v0.3.0
16202026-03-26T22:59:30.449Z Compiling foreign-types-shared v0.3.1
16212026-03-26T22:59:30.452Z Compiling rayon-core v1.13.0
16222026-03-26T22:59:30.485Z Compiling heck v0.4.1
16232026-03-26T22:59:30.535Z Compiling float-ord v0.3.2
16242026-03-26T22:59:30.646Z Compiling foreign-types v0.5.0
16252026-03-26T22:59:30.677Z Compiling chacha20 v0.10.0
16262026-03-26T22:59:30.717Z Compiling curve25519-dalek v4.1.3
16272026-03-26T22:59:30.990Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16282026-03-26T22:59:31.544Z Compiling num_enum v0.7.6
16292026-03-26T22:59:31.646Z Compiling num_enum_derive v0.5.11
16302026-03-26T22:59:32.131Z Compiling toml v0.8.23
16312026-03-26T22:59:32.762Z Compiling crossbeam-deque v0.8.6
16322026-03-26T22:59:32.777Z Compiling typify-macro v0.6.1
16332026-03-26T22:59:32.942Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16342026-03-26T22:59:33.155Z Compiling hmac v0.12.1
16352026-03-26T22:59:33.290Z Compiling inout v0.1.4
16362026-03-26T22:59:33.338Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16372026-03-26T22:59:33.461Z Compiling ff v0.13.1
16382026-03-26T22:59:33.589Z Compiling cstr-argument v0.1.2
16392026-03-26T22:59:33.691Z Compiling prettyplease v0.2.37
16402026-03-26T22:59:33.740Z Compiling colored v3.1.1
16412026-03-26T22:59:33.861Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16422026-03-26T22:59:33.916Z Compiling rustix v0.38.44
16432026-03-26T22:59:34.339Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16442026-03-26T22:59:34.416Z Compiling group v0.13.0
16452026-03-26T22:59:34.606Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16462026-03-26T22:59:34.618Z Compiling cipher v0.4.4
16472026-03-26T22:59:34.729Z Compiling hkdf v0.12.4
16482026-03-26T22:59:35.128Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16492026-03-26T22:59:35.252Z Compiling num_enum v0.5.11
16502026-03-26T22:59:35.366Z Compiling rand v0.10.0
16512026-03-26T22:59:35.393Z Compiling num-iter v0.1.45
16522026-03-26T22:59:35.537Z Compiling num-rational v0.4.2
16532026-03-26T22:59:35.680Z Compiling usdt-macro v0.5.0
16542026-03-26T22:59:36.031Z Compiling usdt-attr-macro v0.5.0
16552026-03-26T22:59:36.455Z Compiling rustls-webpki v0.103.10
16562026-03-26T22:59:36.897Z Compiling camino-tempfile v1.4.1
16572026-03-26T22:59:37.051Z Compiling thiserror-impl-no-std v2.0.2
16582026-03-26T22:59:37.502Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16592026-03-26T22:59:37.675Z Compiling universal-hash v0.5.1
16602026-03-26T22:59:37.806Z Compiling half v2.7.1
16612026-03-26T22:59:37.833Z Compiling crypto-bigint v0.5.5
16622026-03-26T22:59:37.850Z Compiling enum-as-inner v0.6.1
16632026-03-26T22:59:38.103Z Compiling curve25519-dalek-derive v0.1.1
16642026-03-26T22:59:38.153Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16652026-03-26T22:59:38.489Z Compiling num-complex v0.4.6
16662026-03-26T22:59:38.525Z Compiling memmap v0.7.0
16672026-03-26T22:59:38.577Z Compiling data-encoding v2.10.0
16682026-03-26T22:59:38.718Z Compiling ciborium-io v0.2.2
16692026-03-26T22:59:38.814Z Compiling base64ct v1.8.3
16702026-03-26T22:59:38.818Z Compiling opaque-debug v0.3.1
16712026-03-26T22:59:38.876Z Compiling base16ct v0.2.0
16722026-03-26T22:59:38.888Z Compiling poly1305 v0.8.0
16732026-03-26T22:59:39.037Z Compiling elliptic-curve v0.13.8
16742026-03-26T22:59:39.079Z Compiling password-hash v0.5.0
16752026-03-26T22:59:39.134Z Compiling num v0.4.3
16762026-03-26T22:59:39.315Z Compiling ciborium-ll v0.2.2
16772026-03-26T22:59:39.318Z Compiling usdt v0.5.0
16782026-03-26T22:59:39.489Z Compiling thiserror-no-std v2.0.2
16792026-03-26T22:59:39.536Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16802026-03-26T22:59:39.579Z Compiling rayon v1.11.0
16812026-03-26T22:59:39.604Z Compiling typify v0.6.1
16822026-03-26T22:59:39.696Z Compiling chacha20 v0.9.1
16832026-03-26T22:59:39.900Z Compiling tokio-rustls v0.26.4
16842026-03-26T22:59:39.928Z Compiling rustls-platform-verifier v0.6.2
16852026-03-26T22:59:40.170Z Compiling hyper-rustls v0.27.7
16862026-03-26T22:59:40.389Z Compiling reqwest v0.13.2
16872026-03-26T22:59:40.743Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16882026-03-26T22:59:41.377Z Compiling zone_cfg_derive v0.3.1
16892026-03-26T22:59:41.541Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16902026-03-26T22:59:41.788Z Compiling progenitor-client v0.13.0
16912026-03-26T22:59:42.034Z Compiling progenitor-extras v0.1.1
16922026-03-26T22:59:42.035Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16932026-03-26T22:59:42.096Z Compiling itertools v0.12.1
16942026-03-26T22:59:42.204Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16952026-03-26T22:59:42.271Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16962026-03-26T22:59:42.831Z Compiling byte-wrapper v0.1.0
16972026-03-26T22:59:43.208Z Compiling blake2 v0.10.6
16982026-03-26T22:59:43.254Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16992026-03-26T22:59:43.322Z Compiling aead v0.5.2
17002026-03-26T22:59:43.512Z Compiling num-derive v0.4.2
17012026-03-26T22:59:43.631Z Compiling sigpipe v0.1.3
17022026-03-26T22:59:43.722Z Compiling keccak v0.1.6
17032026-03-26T22:59:43.734Z Compiling pkg-config v0.3.32
17042026-03-26T22:59:43.978Z Compiling vcpkg v0.2.15
17052026-03-26T22:59:44.194Z Compiling jiff v0.2.23
17062026-03-26T22:59:44.488Z Compiling glob v0.3.3
17072026-03-26T22:59:44.561Z Compiling unsafe-libyaml v0.2.11
17082026-03-26T22:59:44.733Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17092026-03-26T22:59:44.947Z Compiling openssl-sys v0.9.112
17102026-03-26T22:59:44.971Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17112026-03-26T22:59:45.099Z Compiling serde_yaml v0.9.34+deprecated
17122026-03-26T22:59:45.254Z Compiling sha3 v0.10.8
17132026-03-26T22:59:45.380Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17142026-03-26T22:59:45.492Z Compiling argon2 v0.5.3
17152026-03-26T22:59:45.564Z Compiling chacha20poly1305 v0.10.1
17162026-03-26T22:59:45.698Z Compiling zone v0.3.1
17172026-03-26T22:59:46.018Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17182026-03-26T22:59:46.447Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17192026-03-26T22:59:46.700Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17202026-03-26T22:59:47.241Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17212026-03-26T22:59:47.781Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17222026-03-26T22:59:48.056Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17232026-03-26T22:59:48.350Z Compiling vsss-rs v3.3.4
17242026-03-26T22:59:48.906Z Compiling progenitor-impl v0.13.0
17252026-03-26T22:59:49.050Z Compiling ciborium v0.2.2
17262026-03-26T22:59:49.137Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17272026-03-26T22:59:49.170Z Compiling hubpack_derive v0.1.1
17282026-03-26T22:59:49.259Z Compiling smf v0.2.3
17292026-03-26T22:59:49.570Z Compiling static_assertions v1.1.0
17302026-03-26T22:59:49.646Z Compiling resolv-conf v0.7.6
17312026-03-26T22:59:49.658Z Compiling indent_write v2.2.0
17322026-03-26T22:59:49.696Z Compiling linked-hash-map v0.5.6
17332026-03-26T22:59:49.713Z Compiling whoami v1.6.1
17342026-03-26T22:59:49.726Z Compiling semver v0.1.20
17352026-03-26T22:59:49.788Z Compiling hubpack v0.1.2
17362026-03-26T22:59:49.890Z Compiling rustc_version v0.1.7
17372026-03-26T22:59:49.989Z Compiling lru-cache v0.1.2
17382026-03-26T22:59:50.011Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17392026-03-26T22:59:50.086Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17402026-03-26T22:59:50.097Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17412026-03-26T22:59:50.319Z Compiling hickory-proto v0.24.4
17422026-03-26T22:59:50.696Z Compiling serde-big-array v0.5.1
17432026-03-26T22:59:50.845Z Compiling derive-where v1.6.1
17442026-03-26T22:59:51.756Z Compiling pin-project-internal v1.1.11
17452026-03-26T22:59:52.119Z Compiling serde_repr v0.1.20
17462026-03-26T22:59:52.545Z Compiling progenitor-macro v0.13.0
17472026-03-26T22:59:52.717Z Compiling minimal-lexical v0.2.1
17482026-03-26T22:59:52.789Z Compiling siphasher v1.0.2
17492026-03-26T22:59:52.866Z Compiling unicode-segmentation v1.13.1
17502026-03-26T22:59:52.981Z Compiling swrite v0.1.0
17512026-03-26T22:59:52.986Z Compiling phf_shared v0.12.1
17522026-03-26T22:59:53.080Z Compiling nom v7.1.3
17532026-03-26T22:59:53.174Z Compiling pin-project v1.1.11
17542026-03-26T22:59:53.279Z Compiling newline-converter v0.3.0
17552026-03-26T22:59:53.300Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17562026-03-26T22:59:53.445Z Compiling hickory-resolver v0.24.4
17572026-03-26T22:59:53.671Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17582026-03-26T22:59:53.855Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17592026-03-26T22:59:54.086Z Compiling newtype_derive v0.1.6
17602026-03-26T22:59:54.321Z Compiling atomicwrites v0.4.4
17612026-03-26T22:59:54.534Z Compiling unicode-normalization v0.1.25
17622026-03-26T22:59:54.816Z Compiling console v0.15.11
17632026-03-26T22:59:55.010Z Compiling tokio-stream v0.1.18
17642026-03-26T22:59:55.481Z Compiling snafu-derive v0.8.9
17652026-03-26T22:59:55.499Z Compiling async-recursion v1.1.1
17662026-03-26T22:59:55.575Z Compiling slog-dtrace v0.3.0
17672026-03-26T22:59:55.801Z Compiling csv-core v0.1.13
17682026-03-26T22:59:55.942Z Compiling bstr v1.12.1
17692026-03-26T22:59:56.066Z Compiling highway v1.3.0
17702026-03-26T22:59:56.163Z Compiling similar v2.7.0
17712026-03-26T22:59:56.176Z Compiling owo-colors v4.3.0
17722026-03-26T22:59:56.208Z Compiling foldhash v0.1.5
17732026-03-26T22:59:56.391Z Compiling foreign-types-shared v0.1.1
17742026-03-26T22:59:56.444Z Compiling same-file v1.0.6
17752026-03-26T22:59:56.456Z Compiling openssl v0.10.76
17762026-03-26T22:59:56.479Z Compiling unicode-width v0.1.14
17772026-03-26T22:59:56.496Z Compiling chrono-tz v0.10.4
17782026-03-26T22:59:56.612Z Compiling cancel-safe-futures v0.1.5
17792026-03-26T22:59:56.708Z Compiling unicode-xid v0.2.6
17802026-03-26T22:59:56.750Z Compiling expectorate v1.2.0
17812026-03-26T22:59:56.761Z Compiling walkdir v2.5.0
17822026-03-26T22:59:56.828Z Compiling const_format_proc_macros v0.2.34
17832026-03-26T22:59:56.899Z Compiling foreign-types v0.3.2
17842026-03-26T22:59:56.915Z Compiling hashbrown v0.15.5
17852026-03-26T22:59:56.972Z Compiling globset v0.4.18
17862026-03-26T22:59:57.120Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17872026-03-26T22:59:57.131Z Compiling csv v1.4.0
17882026-03-26T22:59:57.233Z Compiling snafu v0.8.9
17892026-03-26T22:59:57.441Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17902026-03-26T22:59:57.642Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17912026-03-26T22:59:57.666Z Compiling qorb v0.4.1
17922026-03-26T22:59:57.824Z Compiling olpc-cjson v0.1.4
17932026-03-26T22:59:57.847Z Compiling progenitor v0.13.0
17942026-03-26T22:59:57.984Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17952026-03-26T22:59:58.040Z Compiling phf v0.12.1
17962026-03-26T22:59:58.571Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17972026-03-26T22:59:58.773Z Compiling tokio-dtrace v0.1.1
17982026-03-26T22:59:59.052Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17992026-03-26T22:59:59.100Z Compiling libsw-core v0.3.2
18002026-03-26T22:59:59.275Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18012026-03-26T22:59:59.439Z Compiling serde_plain v1.0.2
18022026-03-26T22:59:59.451Z Compiling openssl-macros v0.1.1
18032026-03-26T22:59:59.539Z Compiling pem v3.0.6
18042026-03-26T22:59:59.651Z Compiling cookie v0.18.1
18052026-03-26T22:59:59.773Z Compiling fixedbitset v0.4.2
18062026-03-26T22:59:59.870Z Compiling bytecount v0.6.9
18072026-03-26T22:59:59.884Z Compiling typed-path v0.9.3
18082026-03-26T22:59:59.928Z Compiling fixedbitset v0.5.7
18092026-03-26T22:59:59.978Z Compiling papergrid v0.11.0
18102026-03-26T23:00:00.010Z Compiling petgraph v0.6.5
18112026-03-26T23:00:00.065Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18122026-03-26T23:00:00.265Z Compiling petgraph v0.8.3
18132026-03-26T23:00:01.233Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18142026-03-26T23:00:01.511Z Compiling tough v0.20.0
18152026-03-26T23:00:01.747Z Compiling libsw v3.5.0
18162026-03-26T23:00:01.934Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18172026-03-26T23:00:02.085Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18182026-03-26T23:00:02.265Z Compiling oxide-tokio-rt v0.1.3
18192026-03-26T23:00:03.227Z Compiling const_format v0.2.35
18202026-03-26T23:00:03.564Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18212026-03-26T23:00:04.506Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18222026-03-26T23:00:04.685Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-26T23:00:04.817Z Compiling gethostname v0.5.0
18242026-03-26T23:00:04.951Z Compiling tabled_derive v0.7.0
18252026-03-26T23:00:05.452Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18262026-03-26T23:00:05.511Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-26T23:00:05.536Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18282026-03-26T23:00:05.679Z Compiling bcs v0.1.6
18292026-03-26T23:00:05.739Z Compiling lazy_static v1.5.0
18302026-03-26T23:00:05.846Z Compiling termtree v0.5.1
18312026-03-26T23:00:05.920Z Compiling linear-map v1.2.0
18322026-03-26T23:00:06.003Z Compiling smawk v0.3.2
18332026-03-26T23:00:06.007Z Compiling unicode-linebreak v0.1.5
18342026-03-26T23:00:06.102Z Compiling tagptr v0.2.0
18352026-03-26T23:00:06.105Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18362026-03-26T23:00:06.152Z Compiling tabled v0.15.0
18372026-03-26T23:00:06.253Z Compiling moka v0.12.15
18382026-03-26T23:00:06.254Z Compiling textwrap v0.16.2
18392026-03-26T23:00:06.320Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18402026-03-26T23:00:06.590Z Compiling steno v0.4.1
18412026-03-26T23:00:06.789Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18422026-03-26T23:00:06.993Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18432026-03-26T23:00:07.044Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18442026-03-26T23:00:07.227Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-26T23:00:07.739Z Compiling hickory-proto v0.25.2
18462026-03-26T23:00:07.860Z Compiling humantime v2.3.0
18472026-03-26T23:00:08.149Z Compiling num-derive v0.3.3
18482026-03-26T23:00:08.921Z Compiling parking_lot_core v0.8.6
18492026-03-26T23:00:09.202Z Compiling libscf-sys v1.1.0
18502026-03-26T23:00:09.230Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18512026-03-26T23:00:09.351Z Compiling crc32fast v1.5.0
18522026-03-26T23:00:09.465Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18532026-03-26T23:00:09.801Z Compiling hickory-resolver v0.25.2
18542026-03-26T23:00:09.863Z Compiling parking_lot v0.11.2
18552026-03-26T23:00:09.976Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18562026-03-26T23:00:10.141Z Compiling fxhash v0.2.1
18572026-03-26T23:00:10.205Z Compiling internet-checksum v0.2.1
18582026-03-26T23:00:10.235Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18592026-03-26T23:00:10.281Z Compiling sled v0.34.7
18602026-03-26T23:00:10.750Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18612026-03-26T23:00:16.350Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18622026-03-26T23:00:23.503Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18632026-03-26T23:00:25.091Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18642026-03-26T23:00:26.417Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18652026-03-26T23:00:27.322Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18662026-03-26T23:00:28.102Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18672026-03-26T23:00:51.806Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
18682026-03-26T23:00:51.981Z────────────
18692026-03-26T23:00:51.981Z Nextest run ID 90125932-fcf1-4297-a0aa-d84ea8cedfa4 with nextest profile: default
18702026-03-26T23:00:51.981Z Starting 45 tests across 1 binary
18712026-03-26T23:00:51.989Z PASS [ 0.008s] rdb db::test::test_prefix4_db_key_serialization
18722026-03-26T23:00:51.993Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
18732026-03-26T23:00:51.993Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_shutdown_preference
18742026-03-26T23:00:51.993Z PASS [ 0.010s] rdb db::test::test_prefix4_from_str
18752026-03-26T23:00:51.993Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_per_as_grouping
18762026-03-26T23:00:51.993Z PASS [ 0.011s] rdb bestpath::test::test_bestpath
18772026-03-26T23:00:52.002Z PASS [ 0.008s] rdb db::test::test_prefix6_db_key_serialization
18782026-03-26T23:00:52.002Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
18792026-03-26T23:00:52.037Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
18802026-03-26T23:00:52.037Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
18812026-03-26T23:00:52.049Z PASS [ 0.056s] rdb db::test::test_rib
18822026-03-26T23:00:52.049Z PASS [ 0.055s] rdb db::test::test_set_nexthop_shutdown_replaces_path
18832026-03-26T23:00:52.049Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv4_basic
18842026-03-26T23:00:52.049Z PASS [ 0.056s] rdb db::test::test_prefix_host_bit_normalization
18852026-03-26T23:00:52.053Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_basic
18862026-03-26T23:00:52.053Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
18872026-03-26T23:00:52.062Z PASS [ 0.015s] rdb proptest::prop_ipv4_default_contains_all
18882026-03-26T23:00:52.062Z PASS [ 0.015s] rdb proptest::prop_ipv4_host_bits_always_unset
18892026-03-26T23:00:52.068Z PASS [ 0.013s] rdb proptest::prop_ipv4_length_in_bounds
18902026-03-26T23:00:52.068Z PASS [ 0.013s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18912026-03-26T23:00:52.078Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
18922026-03-26T23:00:52.078Z PASS [ 0.014s] rdb proptest::prop_ipv4_within_self
18932026-03-26T23:00:52.086Z PASS [ 0.013s] rdb proptest::prop_ipv6_host_bits_always_unset
18942026-03-26T23:00:52.086Z PASS [ 0.013s] rdb proptest::prop_ipv6_length_in_bounds
18952026-03-26T23:00:52.092Z PASS [ 0.015s] rdb proptest::prop_prefix_enum_no_cross_family
18962026-03-26T23:00:52.092Z PASS [ 0.015s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18972026-03-26T23:00:52.092Z PASS [ 0.015s] rdb proptest::prop_ipv6_within_self
18982026-03-26T23:00:52.096Z PASS [ 0.057s] rdb db::test::test_static_routing_mixed_address_families
18992026-03-26T23:00:52.096Z PASS [ 0.017s] rdb proptest::prop_static_route_key_deduplication
19002026-03-26T23:00:52.096Z PASS [ 0.057s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19012026-03-26T23:00:52.108Z PASS [ 0.053s] rdb db::test::test_static_routing_vlan_id_handling
19022026-03-26T23:00:52.110Z PASS [ 0.008s] rdb types::test::bgp_path_identity
19032026-03-26T23:00:52.114Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
19042026-03-26T23:00:52.114Z PASS [ 0.007s] rdb types::test::btreeset_coexistence
19052026-03-26T23:00:52.114Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_length
19062026-03-26T23:00:52.114Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_idempotent
19072026-03-26T23:00:52.114Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19082026-03-26T23:00:52.114Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19092026-03-26T23:00:52.118Z PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop
19102026-03-26T23:00:52.118Z PASS [ 0.023s] rdb proptest::prop_static_route_key_ord_consistency
19112026-03-26T23:00:52.118Z PASS [ 0.008s] rdb types::test::btreeset_remove
19122026-03-26T23:00:52.122Z PASS [ 0.008s] rdb types::test::static_path_identity
19132026-03-26T23:00:52.123Z PASS [ 0.008s] rdb types::test::ord_contract
19142026-03-26T23:00:52.123Z PASS [ 0.008s] rdb types::test::btreeset_replace
19152026-03-26T23:00:52.129Z PASS [ 0.082s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19162026-03-26T23:00:52.132Z────────────
19172026-03-26T23:00:52.133Z Summary [ 0.149s] 45 tests run: 45 passed, 0 skipped
19182026-03-26T23:00:52.141Z+ cp rib.log /work/
19192026-03-26T23:00:52.155Zprocess exited: duration 315497 ms, exit code 0
 
19202026-03-26T23:00:52.168Zfound 1 output files
19212026-03-26T23:00:52.168Zuploading: /work/rib.log (888 bytes)
19222026-03-26T23:00:53.187Zuploaded: /work/rib.log