01KNTRPXWRY7WZ9JFY9FES1AZ0: 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: 01KNTRQAHY1YYKZ494180JBJRM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T04:02:12.214Zjob assigned to worker 01KNTRT4Q4STHSZJAKDDZ4TPTH [factory aws, i-04605a929a2032a98] (queued for 2 m 31 s)
 
22026-04-10T04:02:18.567Zstarting task 0: "setup"
32026-04-10T04:02:18.574Z++ uname -s
42026-04-10T04:02:18.578Z+ kern=SunOS
52026-04-10T04:02:18.578Z+ build_user=build
62026-04-10T04:02:18.578Z+ build_uid=12345
72026-04-10T04:02:18.578Z+ work_dir=/work
82026-04-10T04:02:18.578Z+ input_dir=/input
92026-04-10T04:02:18.578Z+ [[ 0 == 12345 ]]
102026-04-10T04:02:18.578Z+ case "$kern" in
112026-04-10T04:02:18.578Z+ groupadd -g 12345 build
122026-04-10T04:02:18.581Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T04:02:19.586Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T04:02:19.701Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T04:02:19.704Z+ home_fs=zfs
162026-04-10T04:02:19.704Z+ [[ zfs == autofs ]]
172026-04-10T04:02:19.704Z+ mkdir -p /home/build
182026-04-10T04:02:19.704Z+ chown build:build /home/build /work
192026-04-10T04:02:21.705Z+ chmod 0700 /home/build /work
202026-04-10T04:02:21.709Zprocess exited: duration 3139 ms, exit code 0
 
212026-04-10T04:02:21.716Zstarting task 1: "rust-toolchain"
222026-04-10T04:02:21.721Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-10T04:02:21.721Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-10T04:02:21.721Z * rust toolchain channel = "stable"
252026-04-10T04:02:21.721Z * rust toolchain profile = "default"
262026-04-10T04:02:21.721Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T04:02:21.721Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T04:02:21.724Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T04:02:21.724Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-10T04:02:21.844Zinfo: downloading installer
312026-04-10T04:02:23.319Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T04:02:23.319Zwarn: /opt/ooce/bin
332026-04-10T04:02:23.319Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T04:02:23.319Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T04:02:23.319Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T04:02:23.319Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T04:02:23.319Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T04:02:23.319Zerror: cannot install while Rust is installed
392026-04-10T04:02:23.319Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T04:02:23.319Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T04:02:23.319Zwarn: /home/build/.rustup/settings.toml
422026-04-10T04:02:23.319Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T04:02:23.319Zwarn: instead of the one inferred from the default host triple.
442026-04-10T04:02:23.351Zinfo: profile set to default
452026-04-10T04:02:23.351Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T04:02:23.355Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-10T04:02:23.491Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T04:02:23.495Zinfo: downloading 6 components
492026-04-10T04:02:38.154Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-10T04:02:38.154Z
512026-04-10T04:02:38.184Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T04:02:38.184Z
532026-04-10T04:02:38.184Z
542026-04-10T04:02:38.184ZRust is installed now. Great!
552026-04-10T04:02:38.184Z
562026-04-10T04:02:38.184ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T04:02:38.185Zenvironment variable. This has not been done automatically.
582026-04-10T04:02:38.185Z
592026-04-10T04:02:38.185ZTo configure your current shell, you need to source
602026-04-10T04:02:38.185Zthe corresponding env file under $HOME/.cargo.
612026-04-10T04:02:38.185Z
622026-04-10T04:02:38.185ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T04:02:38.185Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T04:02:38.185Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T04:02:38.185Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T04:02:38.185Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T04:02:38.185Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T04:02:38.185Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T04:02:38.188Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T04:02:38.189Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T04:02:38.281Z+ rustup --version
722026-04-10T04:02:38.291Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T04:02:38.295Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T04:02:38.312Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T04:02:38.315Z+ cargo --version
762026-04-10T04:02:38.327Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T04:02:38.331Z+ rustc --version
782026-04-10T04:02:38.349Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T04:02:38.353Zprocess exited: duration 16633 ms, exit code 0
 
802026-04-10T04:02:38.359Zstarting task 2: "authentication"
812026-04-10T04:02:38.376Zprocess exited: duration 16 ms, exit code 0
 
822026-04-10T04:02:38.383Zstarting task 3: "clone repository"
832026-04-10T04:02:38.386Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-10T04:02:38.389Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-10T04:02:38.519ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-10T04:02:39.430Z+ cd /work/oxidecomputer/maghemite
872026-04-10T04:02:39.430Z+ git fetch origin ed5d4fda85906ec06e3d6dfcda6d8f0a8fa5d4f1
882026-04-10T04:02:39.684ZFrom https://github.com/oxidecomputer/maghemite
892026-04-10T04:02:39.684Z * branch ed5d4fda85906ec06e3d6dfcda6d8f0a8fa5d4f1 -> FETCH_HEAD
902026-04-10T04:02:39.687Z+ [[ -n '' ]]
912026-04-10T04:02:39.687Z+ git reset --hard ed5d4fda85906ec06e3d6dfcda6d8f0a8fa5d4f1
922026-04-10T04:02:39.703ZHEAD is now at ed5d4fd Update opte to b60decb
932026-04-10T04:02:39.707Zprocess exited: duration 1321 ms, exit code 0
 
942026-04-10T04:02:39.713Zstarting task 4: "build"
952026-04-10T04:02:39.718Z+ set -e
962026-04-10T04:02:39.718Z+ source .github/buildomat/test-common.sh
972026-04-10T04:02:39.723Z++ NEXTEST_VERSION=0.9.97
982026-04-10T04:02:39.723Z++ PLATFORM=illumos
992026-04-10T04:02:39.723Z++ banner install
1002026-04-10T04:02:39.723Z
1012026-04-10T04:02:39.723Z # # # #### ##### ## # #
1022026-04-10T04:02:39.723Z # ## # # # # # # #
1032026-04-10T04:02:39.723Z # # # # #### # # # # #
1042026-04-10T04:02:39.723Z # # # # # # ###### # #
1052026-04-10T04:02:39.723Z # # ## # # # # # # #
1062026-04-10T04:02:39.723Z # # # #### # # # ###### ######
1072026-04-10T04:02:39.723Z
1082026-04-10T04:02:39.723Z++ set +o errexit
1092026-04-10T04:02:39.723Z++ pkg info clang-15
1102026-04-10T04:02:39.723Z++ grep -qi installed
1112026-04-10T04:02:41.353Zpkg: info: no packages matching the following patterns you specified are
1122026-04-10T04:02:41.353Zinstalled on the system. Try querying remotely instead:
1132026-04-10T04:02:41.353Z
1142026-04-10T04:02:41.353Z clang-15
1152026-04-10T04:02:41.392Z++ [[ 1 != 0 ]]
1162026-04-10T04:02:41.396Z++ set -o errexit
1172026-04-10T04:02:41.396Z++ pfexec pkg install clang-15
1182026-04-10T04:02:49.552Z Startup: Refreshing catalog 'helios-dev' ... Done
1192026-04-10T04:02:56.854Z Startup: Caching catalogs ... Done
1202026-04-10T04:03:01.846ZPlanning: Solver setup ... Done
1212026-04-10T04:03:01.869ZPlanning: Running solver ... Done
1222026-04-10T04:03:01.994ZPlanning: Finding local manifests ... Done
1232026-04-10T04:03:02.007ZPlanning: Fetching manifests: 0/2 0% complete
1242026-04-10T04:03:02.096ZPlanning: Fetching manifests: 2/2 100% complete
1252026-04-10T04:03:02.125ZPlanning: Package planning ... Done
1262026-04-10T04:03:02.150ZPlanning: Merging actions ... Done
1272026-04-10T04:03:02.379ZPlanning: Checking for conflicting actions ... Done
1282026-04-10T04:03:02.382ZPlanning: Consolidating action changes ... Done
1292026-04-10T04:03:04.692ZPlanning: Evaluating mediators ... Done
1302026-04-10T04:03:04.698ZPlanning: Planning completed in 7.69 seconds
1312026-04-10T04:03:04.749Z Packages to install: 2
1322026-04-10T04:03:04.749Z Mediators to change: 2
1332026-04-10T04:03:04.750Z Services to change: 1
1342026-04-10T04:03:04.755Z Create boot environment: No
1352026-04-10T04:03:04.755ZCreate backup boot environment: No
1362026-04-10T04:03:04.826Z
1372026-04-10T04:03:04.826ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1382026-04-10T04:03:09.827ZDownload: 2286/3076 items 118.7/211.3MB 56% complete (24.0M/s)
1392026-04-10T04:03:12.759ZDownload: Completed 211.31 MB in 7.93 seconds (26.6M/s)
1402026-04-10T04:03:12.917Z Actions: 1/3418 actions (Installing new actions)
1412026-04-10T04:03:16.363Z Actions: Completed 3418 actions in 3.45 seconds.
1422026-04-10T04:03:16.665Z Done
1432026-04-10T04:03:16.665Z Done
1442026-04-10T04:03:17.362Z Done
1452026-04-10T04:03:20.995Z Done
1462026-04-10T04:03:21.104Z Done
1472026-04-10T04:03:21.108Z Done
1482026-04-10T04:03:21.342Z Done
1492026-04-10T04:03:21.971Z++ set -o errexit
1502026-04-10T04:03:21.971Z++ cargo --version
1512026-04-10T04:03:21.979Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1522026-04-10T04:03:22.147Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1532026-04-10T04:03:22.150Zinfo: downloading 6 components
1542026-04-10T04:03:36.981Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1552026-04-10T04:03:36.984Z++ rustc --version
1562026-04-10T04:03:37.011Zrustc 1.94.1 (e408947bf 2026-03-25)
1572026-04-10T04:03:37.015Z++ cargo install cargo-nextest --version 0.9.97
1582026-04-10T04:03:37.059Z Updating crates.io index
1592026-04-10T04:03:37.160Z Downloading crates ...
1602026-04-10T04:03:37.216Z Downloaded cargo-nextest v0.9.97
1612026-04-10T04:03:37.279Z Installing cargo-nextest v0.9.97
1622026-04-10T04:03:37.321Z Updating crates.io index
1632026-04-10T04:03:39.892Z Locking 407 packages to latest compatible versions
1642026-04-10T04:03:39.896Z Adding dialoguer v0.11.0 (available: v0.12.0)
1652026-04-10T04:03:39.900Z Adding duct v0.13.7 (available: v1.1.1)
1662026-04-10T04:03:39.900Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1672026-04-10T04:03:39.900Z Adding generic-array v0.14.7 (available: v0.14.9)
1682026-04-10T04:03:39.903Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1692026-04-10T04:03:39.903Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1702026-04-10T04:03:39.903Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1712026-04-10T04:03:39.906Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1722026-04-10T04:03:39.910Z Adding quick-junit v0.5.2 (available: v0.6.0)
1732026-04-10T04:03:39.926Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1742026-04-10T04:03:39.935Z Downloading crates ...
1752026-04-10T04:03:40.018Z Downloaded curve25519-dalek-derive v0.1.1
1762026-04-10T04:03:40.021Z Downloaded dialoguer v0.11.0
1772026-04-10T04:03:40.026Z Downloaded cpufeatures v0.2.17
1782026-04-10T04:03:40.029Z Downloaded debug-ignore v1.0.5
1792026-04-10T04:03:40.033Z Downloaded clap_lex v1.1.0
1802026-04-10T04:03:40.036Z Downloaded foreign-types-shared v0.1.1
1812026-04-10T04:03:40.040Z Downloaded duct v0.13.7
1822026-04-10T04:03:40.043Z Downloaded crypto-common v0.1.7
1832026-04-10T04:03:40.043Z Downloaded openssl-probe v0.2.1
1842026-04-10T04:03:40.046Z Downloaded cfg-if v1.0.4
1852026-04-10T04:03:40.047Z Downloaded itoa v1.0.18
1862026-04-10T04:03:40.047Z Downloaded adler2 v2.0.1
1872026-04-10T04:03:40.050Z Downloaded mukti-metadata v0.3.0
1882026-04-10T04:03:40.050Z Downloaded digest v0.10.7
1892026-04-10T04:03:40.053Z Downloaded quinn-udp v0.5.14
1902026-04-10T04:03:40.054Z Downloaded once_cell v1.21.4
1912026-04-10T04:03:40.057Z Downloaded colorchoice v1.0.5
1922026-04-10T04:03:40.057Z Downloaded backtrace v0.3.76
1932026-04-10T04:03:40.060Z Downloaded globset v0.4.18
1942026-04-10T04:03:40.060Z Downloaded indicatif v0.17.11
1952026-04-10T04:03:40.063Z Downloaded either v1.15.0
1962026-04-10T04:03:40.067Z Downloaded ahash v0.8.12
1972026-04-10T04:03:40.067Z Downloaded clap_derive v4.6.0
1982026-04-10T04:03:40.070Z Downloaded quick-junit v0.5.2
1992026-04-10T04:03:40.075Z Downloaded futures v0.3.32
2002026-04-10T04:03:40.078Z Downloaded ryu v1.0.23
2012026-04-10T04:03:40.078Z Downloaded crc32fast v1.5.0
2022026-04-10T04:03:40.078Z Downloaded color-spantrace v0.3.0
2032026-04-10T04:03:40.081Z Downloaded derive-where v1.6.1
2042026-04-10T04:03:40.085Z Downloaded hyper v1.9.0
2052026-04-10T04:03:40.088Z Downloaded regex v1.12.3
2062026-04-10T04:03:40.091Z Downloaded convert_case v0.10.0
2072026-04-10T04:03:40.091Z Downloaded futures-sink v0.3.32
2082026-04-10T04:03:40.094Z Downloaded errno v0.3.14
2092026-04-10T04:03:40.098Z Downloaded block-buffer v0.10.4
2102026-04-10T04:03:40.102Z Downloaded clap v4.6.0
2112026-04-10T04:03:40.109Z Downloaded futures-io v0.3.32
2122026-04-10T04:03:40.112Z Downloaded atomic-waker v1.1.2
2132026-04-10T04:03:40.115Z Downloaded fnv v1.0.7
2142026-04-10T04:03:40.115Z Downloaded futures-task v0.3.32
2152026-04-10T04:03:40.119Z Downloaded generic-array v0.14.7
2162026-04-10T04:03:40.119Z Downloaded guppy-workspace-hack v0.1.0
2172026-04-10T04:03:40.122Z Downloaded async-scoped v0.9.0
2182026-04-10T04:03:40.122Z Downloaded heck v0.5.0
2192026-04-10T04:03:40.126Z Downloaded form_urlencoded v1.2.2
2202026-04-10T04:03:40.126Z Downloaded hex v0.4.3
2212026-04-10T04:03:40.129Z Downloaded equivalent v1.0.2
2222026-04-10T04:03:40.129Z Downloaded futures-core v0.3.32
2232026-04-10T04:03:40.129Z Downloaded document-features v0.2.12
2242026-04-10T04:03:40.133Z Downloaded cargo-platform v0.3.2
2252026-04-10T04:03:40.133Z Downloaded slab v0.4.12
2262026-04-10T04:03:40.136Z Downloaded serde-value v0.7.0
2272026-04-10T04:03:40.136Z Downloaded strsim v0.11.1
2282026-04-10T04:03:40.136Z Downloaded libc v0.2.184
2292026-04-10T04:03:40.155Z Downloaded pin-project-internal v1.1.11
2302026-04-10T04:03:40.159Z Downloaded anstyle v1.0.14
2312026-04-10T04:03:40.159Z Downloaded ordered-float v2.10.1
2322026-04-10T04:03:40.159Z Downloaded humantime v2.3.0
2332026-04-10T04:03:40.162Z Downloaded http-body-util v0.1.3
2342026-04-10T04:03:40.162Z Downloaded future-queue v0.4.0
2352026-04-10T04:03:40.166Z Downloaded serde_spanned v0.6.9
2362026-04-10T04:03:40.166Z Downloaded addr2line v0.25.1
2372026-04-10T04:03:40.166Z Downloaded futures-macro v0.3.32
2382026-04-10T04:03:40.169Z Downloaded fastrand v2.4.1
2392026-04-10T04:03:40.169Z Downloaded console v0.15.11
2402026-04-10T04:03:40.173Z Downloaded signal-hook-mio v0.2.5
2412026-04-10T04:03:40.173Z Downloaded shell-words v1.1.1
2422026-04-10T04:03:40.173Z Downloaded foreign-types v0.3.2
2432026-04-10T04:03:40.173Z Downloaded ed25519 v2.2.3
2442026-04-10T04:03:40.176Z Downloaded proc-macro2 v1.0.106
2452026-04-10T04:03:40.180Z Downloaded anstyle-query v1.1.5
2462026-04-10T04:03:40.180Z Downloaded cfg_aliases v0.2.1
2472026-04-10T04:03:40.180Z Downloaded backtrace-ext v0.2.1
2482026-04-10T04:03:40.184Z Downloaded enable-ansi-support v0.2.1
2492026-04-10T04:03:40.188Z Downloaded shared_child v1.1.1
2502026-04-10T04:03:40.192Z Downloaded atomicwrites v0.4.4
2512026-04-10T04:03:40.196Z Downloaded newtype-uuid v1.3.2
2522026-04-10T04:03:40.196Z Downloaded find-msvc-tools v0.1.9
2532026-04-10T04:03:40.196Z Downloaded pathdiff v0.2.3
2542026-04-10T04:03:40.199Z Downloaded anstream v1.0.0
2552026-04-10T04:03:40.203Z Downloaded nextest-metadata v0.12.2
2562026-04-10T04:03:40.203Z Downloaded cargo_metadata v0.23.1
2572026-04-10T04:03:40.203Z Downloaded fixedbitset v0.5.7
2582026-04-10T04:03:40.207Z Downloaded erased-serde v0.4.10
2592026-04-10T04:03:40.207Z Downloaded cargo_metadata v0.20.0
2602026-04-10T04:03:40.207Z Downloaded camino-tempfile v1.4.1
2612026-04-10T04:03:40.210Z Downloaded supports-unicode v3.0.0
2622026-04-10T04:03:40.210Z Downloaded der v0.7.10
2632026-04-10T04:03:40.214Z Downloaded cfg-expr v0.20.7
2642026-04-10T04:03:40.214Z Downloaded bytes v1.11.1
2652026-04-10T04:03:40.217Z Downloaded foldhash v0.1.5
2662026-04-10T04:03:40.217Z Downloaded const-oid v0.9.6
2672026-04-10T04:03:40.220Z Downloaded autocfg v1.5.0
2682026-04-10T04:03:40.220Z Downloaded futures-executor v0.3.32
2692026-04-10T04:03:40.220Z Downloaded supports-hyperlinks v3.2.0
2702026-04-10T04:03:40.228Z Downloaded quick-xml v0.37.5
2712026-04-10T04:03:40.232Z Downloaded serde_path_to_error v0.1.20
2722026-04-10T04:03:40.236Z Downloaded serde_ignored v0.1.14
2732026-04-10T04:03:40.236Z Downloaded serde-untagged v0.1.9
2742026-04-10T04:03:40.236Z Downloaded nix v0.30.1
2752026-04-10T04:03:40.243Z Downloaded smol_str v0.3.6
2762026-04-10T04:03:40.246Z Downloaded signature v2.2.0
2772026-04-10T04:03:40.246Z Downloaded native-tls v0.2.18
2782026-04-10T04:03:40.246Z Downloaded lock_api v0.4.14
2792026-04-10T04:03:40.250Z Downloaded number_prefix v0.4.0
2802026-04-10T04:03:40.250Z Downloaded sync_wrapper v1.0.2
2812026-04-10T04:03:40.250Z Downloaded indent_write v2.2.0
2822026-04-10T04:03:40.250Z Downloaded base64ct v1.8.3
2832026-04-10T04:03:40.253Z Downloaded terminal_size v0.4.4
2842026-04-10T04:03:40.253Z Downloaded self-replace v1.5.0
2852026-04-10T04:03:40.256Z Downloaded anstyle-parse v1.0.0
2862026-04-10T04:03:40.256Z Downloaded tinyvec_macros v0.1.1
2872026-04-10T04:03:40.256Z Downloaded filetime v0.2.27
2882026-04-10T04:03:40.260Z Downloaded cargo-platform v0.2.0
2892026-04-10T04:03:40.260Z Downloaded futures-channel v0.3.32
2902026-04-10T04:03:40.260Z Downloaded self_update v0.42.0
2912026-04-10T04:03:40.263Z Downloaded cargo-util-schemas v0.2.0
2922026-04-10T04:03:40.263Z Downloaded camino v1.2.2
2932026-04-10T04:03:40.267Z Downloaded supports-color v3.0.2
2942026-04-10T04:03:40.267Z Downloaded static_assertions v1.1.0
2952026-04-10T04:03:40.270Z Downloaded rand_core v0.9.5
2962026-04-10T04:03:40.270Z Downloaded rand_core v0.6.4
2972026-04-10T04:03:40.270Z Downloaded bitflags v2.11.0
2982026-04-10T04:03:40.273Z Downloaded config v0.15.22
2992026-04-10T04:03:40.276Z Downloaded pin-project v1.1.11
3002026-04-10T04:03:40.281Z Downloaded humantime-serde v1.1.1
3012026-04-10T04:03:40.284Z Downloaded memchr v2.8.0
3022026-04-10T04:03:40.288Z Downloaded is_terminal_polyfill v1.70.2
3032026-04-10T04:03:40.288Z Downloaded tower-layer v0.3.3
3042026-04-10T04:03:40.288Z Downloaded swrite v0.1.0
3052026-04-10T04:03:40.291Z Downloaded parking_lot v0.12.5
3062026-04-10T04:03:40.295Z Downloaded tracing-error v0.2.1
3072026-04-10T04:03:40.295Z Downloaded iana-time-zone v0.1.65
3082026-04-10T04:03:40.299Z Downloaded hyper-tls v0.6.0
3092026-04-10T04:03:40.302Z Downloaded try-lock v0.2.5
3102026-04-10T04:03:40.302Z Downloaded spki v0.7.3
3112026-04-10T04:03:40.305Z Downloaded target-lexicon v0.13.3
3122026-04-10T04:03:40.305Z Downloaded tower-service v0.3.3
3132026-04-10T04:03:40.305Z Downloaded rustc-hash v2.1.2
3142026-04-10T04:03:40.305Z Downloaded indexmap v2.14.0
3152026-04-10T04:03:40.309Z Downloaded thiserror v1.0.69
3162026-04-10T04:03:40.312Z Downloaded signal-hook-registry v1.4.8
3172026-04-10T04:03:40.315Z Downloaded sigchld v0.2.4
3182026-04-10T04:03:40.315Z Downloaded smallvec v1.15.1
3192026-04-10T04:03:40.315Z Downloaded pkg-config v0.3.32
3202026-04-10T04:03:40.319Z Downloaded nextest-workspace-hack v0.1.0
3212026-04-10T04:03:40.319Z Downloaded getrandom v0.2.17
3222026-04-10T04:03:40.319Z Downloaded thiserror-impl v1.0.69
3232026-04-10T04:03:40.322Z Downloaded rustls-webpki v0.103.10
3242026-04-10T04:03:40.322Z Downloaded typeid v1.0.3
3252026-04-10T04:03:40.322Z Downloaded thiserror v2.0.18
3262026-04-10T04:03:40.326Z Downloaded utf8_iter v1.0.4
3272026-04-10T04:03:40.329Z Downloaded lru-slab v0.1.2
3282026-04-10T04:03:40.329Z Downloaded urlencoding v2.1.3
3292026-04-10T04:03:40.329Z Downloaded serde_urlencoded v0.7.1
3302026-04-10T04:03:40.329Z Downloaded unicode-xid v0.2.6
3312026-04-10T04:03:40.333Z Downloaded thread_local v1.1.9
3322026-04-10T04:03:40.333Z Downloaded thiserror-impl v2.0.18
3332026-04-10T04:03:40.333Z Downloaded target-spec-miette v0.4.6
3342026-04-10T04:03:40.336Z Downloaded semver v1.0.28
3352026-04-10T04:03:40.336Z Downloaded utf8parse v0.2.2
3362026-04-10T04:03:40.337Z Downloaded getrandom v0.3.4
3372026-04-10T04:03:40.340Z Downloaded version_check v0.9.5
3382026-04-10T04:03:40.340Z Downloaded tinyvec v1.11.0
3392026-04-10T04:03:40.343Z Downloaded untrusted v0.9.0
3402026-04-10T04:03:40.343Z Downloaded serde_core v1.0.228
3412026-04-10T04:03:40.347Z Downloaded http-body v1.0.1
3422026-04-10T04:03:40.347Z Downloaded subtle v2.6.1
3432026-04-10T04:03:40.347Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3442026-04-10T04:03:40.347Z Downloaded strip-ansi-escapes v0.2.1
3452026-04-10T04:03:40.347Z Downloaded tokio-native-tls v0.3.1
3462026-04-10T04:03:40.350Z Downloaded simd-adler32 v0.3.9
3472026-04-10T04:03:40.350Z Downloaded eyre v0.6.12
3482026-04-10T04:03:40.354Z Downloaded parking_lot_core v0.9.12
3492026-04-10T04:03:40.357Z Downloaded toml_writer v1.1.1+spec-1.1.0
3502026-04-10T04:03:40.357Z Downloaded unicase v2.9.0
3512026-04-10T04:03:40.357Z Downloaded quote v1.0.45
3522026-04-10T04:03:40.360Z Downloaded toml_write v0.1.2
3532026-04-10T04:03:40.360Z Downloaded scopeguard v1.2.0
3542026-04-10T04:03:40.364Z Downloaded tracing-log v0.2.0
3552026-04-10T04:03:40.368Z Downloaded want v0.3.1
3562026-04-10T04:03:40.368Z Downloaded rand_chacha v0.9.0
3572026-04-10T04:03:40.372Z Downloaded shlex v1.3.0
3582026-04-10T04:03:40.375Z Downloaded getrandom v0.4.2
3592026-04-10T04:03:40.378Z Downloaded unicode-ident v1.0.24
3602026-04-10T04:03:40.378Z Downloaded toml v1.1.2+spec-1.1.0
3612026-04-10T04:03:40.383Z Downloaded signal-hook v0.3.18
3622026-04-10T04:03:40.387Z Downloaded zstd v0.13.3
3632026-04-10T04:03:40.387Z Downloaded socket2 v0.6.3
3642026-04-10T04:03:40.387Z Downloaded nextest-filtering v0.15.0
3652026-04-10T04:03:40.392Z Downloaded unicode-linebreak v0.1.5
3662026-04-10T04:03:40.392Z Downloaded tokio-stream v0.1.18
3672026-04-10T04:03:40.396Z Downloaded pin-project-lite v0.2.17
3682026-04-10T04:03:40.399Z Downloaded target-spec v3.6.0
3692026-04-10T04:03:40.399Z Downloaded num-traits v0.2.19
3702026-04-10T04:03:40.399Z Downloaded tempfile v3.27.0
3712026-04-10T04:03:40.403Z Downloaded percent-encoding v2.3.2
3722026-04-10T04:03:40.406Z Downloaded ppv-lite86 v0.2.21
3732026-04-10T04:03:40.406Z Downloaded jobserver v0.1.34
3742026-04-10T04:03:40.406Z Downloaded borsh v1.6.1
3752026-04-10T04:03:40.410Z Downloaded toml_parser v1.1.2+spec-1.1.0
3762026-04-10T04:03:40.413Z Downloaded litrs v1.0.0
3772026-04-10T04:03:40.413Z Downloaded tokio-rustls v0.26.4
3782026-04-10T04:03:40.417Z Downloaded openssl-macros v0.1.1
3792026-04-10T04:03:40.420Z Downloaded indenter v0.3.4
3802026-04-10T04:03:40.420Z Downloaded xattr v1.6.1
3812026-04-10T04:03:40.420Z Downloaded zeroize v1.8.2
3822026-04-10T04:03:40.424Z Downloaded sharded-slab v0.1.7
3832026-04-10T04:03:40.424Z Downloaded zstd-safe v7.2.4
3842026-04-10T04:03:40.424Z Downloaded zipsign-api v0.1.5
3852026-04-10T04:03:40.427Z Downloaded httparse v1.10.1
3862026-04-10T04:03:40.427Z Downloaded tracing-attributes v0.1.31
3872026-04-10T04:03:40.430Z Downloaded base64 v0.22.1
3882026-04-10T04:03:40.430Z Downloaded toml v0.8.23
3892026-04-10T04:03:40.434Z Downloaded serde_derive v1.0.228
3902026-04-10T04:03:40.434Z Downloaded http v1.4.0
3912026-04-10T04:03:40.437Z Downloaded home v0.5.12
3922026-04-10T04:03:40.440Z Downloaded serde v1.0.228
3932026-04-10T04:03:40.440Z Downloaded vte v0.14.1
3942026-04-10T04:03:40.444Z Downloaded rustc_version v0.4.1
3952026-04-10T04:03:40.444Z Downloaded nested v0.1.1
3962026-04-10T04:03:40.444Z Downloaded derive_more-impl v2.1.1
3972026-04-10T04:03:40.447Z Downloaded ed25519-dalek v2.2.0
3982026-04-10T04:03:40.450Z Downloaded cc v1.2.59
3992026-04-10T04:03:40.454Z Downloaded serde_spanned v1.1.1
4002026-04-10T04:03:40.458Z Downloaded lazy_static v1.5.0
4012026-04-10T04:03:40.459Z Downloaded is_ci v1.2.0
4022026-04-10T04:03:40.462Z Downloaded tar v0.4.45
4032026-04-10T04:03:40.466Z Downloaded textwrap v0.16.2
4042026-04-10T04:03:40.466Z Downloaded ipnet v2.12.0
4052026-04-10T04:03:40.469Z Downloaded idna_adapter v1.0.0
4062026-04-10T04:03:40.469Z Downloaded rustc-demangle v0.1.27
4072026-04-10T04:03:40.473Z Downloaded pkcs8 v0.10.2
4082026-04-10T04:03:40.477Z Downloaded owo-colors v4.3.0
4092026-04-10T04:03:40.477Z Downloaded uuid v1.23.0
4102026-04-10T04:03:40.482Z Downloaded os_pipe v1.2.3
4112026-04-10T04:03:40.485Z Downloaded clap_builder v4.6.0
4122026-04-10T04:03:40.488Z Downloaded toml_edit v0.22.27
4132026-04-10T04:03:40.493Z Downloaded toml_datetime v0.6.11
4142026-04-10T04:03:40.493Z Downloaded openssl-sys v0.9.112
4152026-04-10T04:03:40.496Z Downloaded tracing-core v0.1.36
4162026-04-10T04:03:40.503Z Downloaded derive_more v2.1.1
4172026-04-10T04:03:40.508Z Downloaded typenum v1.19.0
4182026-04-10T04:03:40.511Z Downloaded sha2 v0.10.9
4192026-04-10T04:03:40.511Z Downloaded crossterm v0.29.0
4202026-04-10T04:03:40.514Z Downloaded miette-derive v7.6.0
4212026-04-10T04:03:40.518Z Downloaded flate2 v1.1.9
4222026-04-10T04:03:40.521Z Downloaded idna v1.1.0
4232026-04-10T04:03:40.525Z Downloaded tokio-util v0.7.18
4242026-04-10T04:03:40.530Z Downloaded tokio-macros v2.7.0
4252026-04-10T04:03:40.533Z Downloaded url v2.5.8
4262026-04-10T04:03:40.537Z Downloaded rustls-pki-types v1.14.0
4272026-04-10T04:03:40.540Z Downloaded zmij v1.0.21
4282026-04-10T04:03:40.544Z Downloaded xxhash-rust v0.8.15
4292026-04-10T04:03:40.544Z Downloaded hyper-rustls v0.27.7
4302026-04-10T04:03:40.565Z Downloaded quinn v0.11.9
4312026-04-10T04:03:40.569Z Downloaded mio v1.2.0
4322026-04-10T04:03:40.572Z Downloaded hashbrown v0.17.0
4332026-04-10T04:03:40.576Z Downloaded log v0.4.29
4342026-04-10T04:03:40.580Z Downloaded unicode-segmentation v1.13.2
4352026-04-10T04:03:40.583Z Downloaded hashbrown v0.15.5
4362026-04-10T04:03:40.633Z Downloaded h2 v0.4.13
4372026-04-10T04:03:40.633Z Downloaded miette v7.6.0
4382026-04-10T04:03:40.633Z Downloaded futures-util v0.3.32
4392026-04-10T04:03:40.633Z Downloaded tower-http v0.6.8
4402026-04-10T04:03:40.633Z Downloaded hyper-util v0.1.20
4412026-04-10T04:03:40.633Z Downloaded unicode-normalization v0.1.25
4422026-04-10T04:03:40.633Z Downloaded tower v0.5.3
4432026-04-10T04:03:40.633Z Downloaded aho-corasick v1.1.4
4442026-04-10T04:03:40.633Z Downloaded iri-string v0.7.12
4452026-04-10T04:03:40.633Z Downloaded miniz_oxide v0.8.9
4462026-04-10T04:03:40.633Z Downloaded guppy v0.17.25
4472026-04-10T04:03:40.633Z Downloaded chrono v0.4.44
4482026-04-10T04:03:40.633Z Downloaded itertools v0.14.0
4492026-04-10T04:03:40.638Z Downloaded serde_json v1.0.149
4502026-04-10T04:03:40.645Z Downloaded rand v0.9.2
4512026-04-10T04:03:40.650Z Downloaded ron v0.12.1
4522026-04-10T04:03:40.653Z Downloaded pulldown-cmark v0.13.3
4532026-04-10T04:03:40.657Z Downloaded quick-xml v0.38.4
4542026-04-10T04:03:40.669Z Downloaded regex-automata v0.4.14
4552026-04-10T04:03:40.677Z Downloaded winnow v1.0.1
4562026-04-10T04:03:40.682Z Downloaded portable-atomic v1.13.1
4572026-04-10T04:03:40.686Z Downloaded winnow v0.7.15
4582026-04-10T04:03:40.691Z Downloaded tracing-subscriber v0.3.23
4592026-04-10T04:03:40.696Z Downloaded reqwest v0.12.28
4602026-04-10T04:03:40.705Z Downloaded vcpkg v0.2.15
4612026-04-10T04:03:40.728Z Downloaded bstr v1.12.1
4622026-04-10T04:03:40.740Z Downloaded webpki-roots v1.0.6
4632026-04-10T04:03:40.743Z Downloaded unicode-width v0.2.2
4642026-04-10T04:03:40.746Z Downloaded curve25519-dalek v4.1.3
4652026-04-10T04:03:40.751Z Downloaded zerocopy v0.8.48
4662026-04-10T04:03:40.760Z Downloaded unicode-width v0.1.14
4672026-04-10T04:03:40.764Z Downloaded syn v2.0.117
4682026-04-10T04:03:40.769Z Downloaded gimli v0.32.3
4692026-04-10T04:03:40.774Z Downloaded tracing v0.1.44
4702026-04-10T04:03:40.792Z Downloaded color-eyre v0.6.5
4712026-04-10T04:03:40.797Z Downloaded quinn-proto v0.11.14
4722026-04-10T04:03:40.804Z Downloaded openssl v0.10.76
4732026-04-10T04:03:40.815Z Downloaded object v0.37.3
4742026-04-10T04:03:40.820Z Downloaded nextest-runner v0.80.0
4752026-04-10T04:03:40.827Z Downloaded regex-syntax v0.8.10
4762026-04-10T04:03:40.841Z Downloaded rustix v0.38.44
4772026-04-10T04:03:40.853Z Downloaded rustls v0.23.37
4782026-04-10T04:03:40.860Z Downloaded rustix v1.1.4
4792026-04-10T04:03:40.978Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4802026-04-10T04:03:40.987Z Downloaded petgraph v0.8.3
4812026-04-10T04:03:41.004Z Downloaded tokio v1.51.1
4822026-04-10T04:03:41.062Z Downloaded recursion v0.5.4
4832026-04-10T04:03:41.067Z Downloaded ring v0.17.14
4842026-04-10T04:03:41.126Z Compiling libc v0.2.184
4852026-04-10T04:03:41.126Z Compiling proc-macro2 v1.0.106
4862026-04-10T04:03:41.130Z Compiling quote v1.0.45
4872026-04-10T04:03:41.130Z Compiling unicode-ident v1.0.24
4882026-04-10T04:03:41.130Z Compiling serde_core v1.0.228
4892026-04-10T04:03:41.130Z Compiling cfg-if v1.0.4
4902026-04-10T04:03:41.130Z Compiling memchr v2.8.0
4912026-04-10T04:03:41.254Z Compiling once_cell v1.21.4
4922026-04-10T04:03:41.360Z Compiling log v0.4.29
4932026-04-10T04:03:41.386Z Compiling pin-project-lite v0.2.17
4942026-04-10T04:03:41.478Z Compiling serde v1.0.228
4952026-04-10T04:03:41.515Z Compiling itoa v1.0.18
4962026-04-10T04:03:41.741Z Compiling futures-core v0.3.32
4972026-04-10T04:03:41.884Z Compiling bitflags v2.11.0
4982026-04-10T04:03:42.254Z Compiling smallvec v1.15.1
4992026-04-10T04:03:42.348Z Compiling shlex v1.3.0
5002026-04-10T04:03:42.351Z Compiling find-msvc-tools v0.1.9
5012026-04-10T04:03:42.370Z Compiling equivalent v1.0.2
5022026-04-10T04:03:42.461Z Compiling hashbrown v0.17.0
5032026-04-10T04:03:42.480Z Compiling bytes v1.11.1
5042026-04-10T04:03:42.527Z Compiling futures-sink v0.3.32
5052026-04-10T04:03:42.566Z Compiling rustix v1.1.4
5062026-04-10T04:03:42.631Z Compiling jobserver v0.1.34
5072026-04-10T04:03:42.648Z Compiling zmij v1.0.21
5082026-04-10T04:03:42.873Z Compiling errno v0.3.14
5092026-04-10T04:03:42.898Z Compiling cc v1.2.59
5102026-04-10T04:03:42.942Z Compiling mio v1.2.0
5112026-04-10T04:03:43.032Z Compiling signal-hook-registry v1.4.8
5122026-04-10T04:03:43.125Z Compiling syn v2.0.117
5132026-04-10T04:03:43.165Z Compiling socket2 v0.6.3
5142026-04-10T04:03:43.369Z Compiling slab v0.4.12
5152026-04-10T04:03:43.579Z Compiling futures-channel v0.3.32
5162026-04-10T04:03:43.595Z Compiling tracing-core v0.1.36
5172026-04-10T04:03:43.661Z Compiling serde_json v1.0.149
5182026-04-10T04:03:43.830Z Compiling version_check v0.9.5
5192026-04-10T04:03:43.953Z Compiling futures-io v0.3.32
5202026-04-10T04:03:44.099Z Compiling futures-task v0.3.32
5212026-04-10T04:03:44.143Z Compiling getrandom v0.4.2
5222026-04-10T04:03:44.157Z Compiling unicode-width v0.2.2
5232026-04-10T04:03:44.228Z Compiling indexmap v2.14.0
5242026-04-10T04:03:44.357Z Compiling camino v1.2.2
5252026-04-10T04:03:44.461Z Compiling ring v0.17.14
5262026-04-10T04:03:44.582Z Compiling http v1.4.0
5272026-04-10T04:03:44.666Z Compiling zeroize v1.8.2
5282026-04-10T04:03:44.712Z Compiling adler2 v2.0.1
5292026-04-10T04:03:44.905Z Compiling simd-adler32 v0.3.9
5302026-04-10T04:03:44.908Z Compiling percent-encoding v2.3.2
5312026-04-10T04:03:45.028Z Compiling autocfg v1.5.0
5322026-04-10T04:03:45.082Z Compiling miniz_oxide v0.8.9
5332026-04-10T04:03:45.385Z Compiling num-traits v0.2.19
5342026-04-10T04:03:45.611Z Compiling getrandom v0.3.4
5352026-04-10T04:03:45.783Z Compiling zerocopy v0.8.48
5362026-04-10T04:03:45.795Z Compiling object v0.37.3
5372026-04-10T04:03:45.937Z Compiling target-lexicon v0.13.3
5382026-04-10T04:03:46.199Z Compiling http-body v1.0.1
5392026-04-10T04:03:46.301Z Compiling rustls-pki-types v1.14.0
5402026-04-10T04:03:46.357Z Compiling semver v1.0.28
5412026-04-10T04:03:46.437Z Compiling getrandom v0.2.17
5422026-04-10T04:03:46.451Z Compiling guppy-workspace-hack v0.1.0
5432026-04-10T04:03:46.517Z Compiling thiserror v2.0.18
5442026-04-10T04:03:46.628Z Compiling httparse v1.10.1
5452026-04-10T04:03:46.662Z Compiling untrusted v0.9.0
5462026-04-10T04:03:46.789Z Compiling owo-colors v4.3.0
5472026-04-10T04:03:46.801Z Compiling serde_derive v1.0.228
5482026-04-10T04:03:46.847Z Compiling tokio-macros v2.7.0
5492026-04-10T04:03:46.847Z Compiling futures-macro v0.3.32
5502026-04-10T04:03:46.956Z Compiling tracing-attributes v0.1.31
5512026-04-10T04:03:46.996Z Compiling signal-hook v0.3.18
5522026-04-10T04:03:47.094Z Compiling gimli v0.32.3
5532026-04-10T04:03:47.126Z Compiling typenum v1.19.0
5542026-04-10T04:03:47.207Z Compiling fnv v1.0.7
5552026-04-10T04:03:47.476Z Compiling thiserror-impl v2.0.18
5562026-04-10T04:03:47.631Z Compiling tokio v1.51.1
5572026-04-10T04:03:47.658Z Compiling futures-util v0.3.32
5582026-04-10T04:03:48.150Z Compiling tracing v0.1.44
5592026-04-10T04:03:48.975Z Compiling addr2line v0.25.1
5602026-04-10T04:03:49.410Z Compiling form_urlencoded v1.2.2
5612026-04-10T04:03:49.675Z Compiling generic-array v0.14.7
5622026-04-10T04:03:49.740Z Compiling fastrand v2.4.1
5632026-04-10T04:03:49.891Z Compiling rustc-demangle v0.1.27
5642026-04-10T04:03:50.025Z Compiling pkg-config v0.3.32
5652026-04-10T04:03:50.061Z Compiling tower-service v0.3.3
5662026-04-10T04:03:50.181Z Compiling idna_adapter v1.0.0
5672026-04-10T04:03:50.285Z Compiling utf8_iter v1.0.4
5682026-04-10T04:03:50.299Z Compiling target-spec v3.6.0
5692026-04-10T04:03:50.445Z Compiling try-lock v0.2.5
5702026-04-10T04:03:50.450Z Compiling atomic-waker v1.1.2
5712026-04-10T04:03:50.568Z Compiling typeid v1.0.3
5722026-04-10T04:03:50.569Z Compiling rustls v0.23.37
5732026-04-10T04:03:50.591Z Compiling thiserror v1.0.69
5742026-04-10T04:03:50.799Z Compiling want v0.3.1
5752026-04-10T04:03:50.861Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5762026-04-10T04:03:50.884Z Compiling idna v1.1.0
5772026-04-10T04:03:50.973Z Compiling tempfile v3.27.0
5782026-04-10T04:03:51.235Z Compiling cfg-expr v0.20.7
5792026-04-10T04:03:51.472Z Compiling tokio-util v0.7.18
5802026-04-10T04:03:51.863Z Compiling backtrace v0.3.76
5812026-04-10T04:03:52.136Z Compiling h2 v0.4.13
5822026-04-10T04:03:52.486Z Compiling thiserror-impl v1.0.69
5832026-04-10T04:03:52.586Z Compiling terminal_size v0.4.4
5842026-04-10T04:03:52.737Z Compiling aho-corasick v1.1.4
5852026-04-10T04:03:52.834Z Compiling regex-syntax v0.8.10
5862026-04-10T04:03:53.101Z Compiling winnow v0.7.15
5872026-04-10T04:03:53.616Z Compiling subtle v2.6.1
5882026-04-10T04:03:53.772Z Compiling erased-serde v0.4.10
5892026-04-10T04:03:54.739Z Compiling hyper v1.9.0
5902026-04-10T04:03:54.953Z Compiling regex-automata v0.4.14
5912026-04-10T04:03:56.708Z Compiling rustls-webpki v0.103.10
5922026-04-10T04:03:58.821Z Compiling url v2.5.8
5932026-04-10T04:03:59.342Z Compiling toml_datetime v0.6.11
5942026-04-10T04:03:59.709Z Compiling serde_spanned v0.6.9
5952026-04-10T04:03:59.872Z Compiling ahash v0.8.12
5962026-04-10T04:04:00.013Z Compiling sync_wrapper v1.0.2
5972026-04-10T04:04:00.115Z Compiling is_ci v1.2.0
5982026-04-10T04:04:00.128Z Compiling unicode-linebreak v0.1.5
5992026-04-10T04:04:00.283Z Compiling foldhash v0.1.5
6002026-04-10T04:04:00.402Z Compiling either v1.15.0
6012026-04-10T04:04:00.505Z Compiling tower-layer v0.3.3
6022026-04-10T04:04:00.519Z Compiling crc32fast v1.5.0
6032026-04-10T04:04:00.626Z Compiling unicode-segmentation v1.13.2
6042026-04-10T04:04:00.710Z Compiling base64 v0.22.1
6052026-04-10T04:04:00.801Z Compiling parking_lot_core v0.9.12
6062026-04-10T04:04:01.017Z Compiling nextest-workspace-hack v0.1.0
6072026-04-10T04:04:01.063Z Compiling ipnet v2.12.0
6082026-04-10T04:04:01.210Z Compiling lazy_static v1.5.0
6092026-04-10T04:04:01.228Z Compiling toml_write v0.1.2
6102026-04-10T04:04:01.261Z Compiling portable-atomic v1.13.1
6112026-04-10T04:04:01.313Z Compiling sharded-slab v0.1.7
6122026-04-10T04:04:01.467Z Compiling toml_edit v0.22.27
6132026-04-10T04:04:01.695Z Compiling hyper-util v0.1.20
6142026-04-10T04:04:01.771Z Compiling tokio-rustls v0.26.4
6152026-04-10T04:04:01.958Z Compiling convert_case v0.10.0
6162026-04-10T04:04:02.105Z Compiling tower v0.5.3
6172026-04-10T04:04:02.219Z Compiling hashbrown v0.15.5
6182026-04-10T04:04:02.263Z Compiling textwrap v0.16.2
6192026-04-10T04:04:02.691Z Compiling supports-color v3.0.2
6202026-04-10T04:04:02.920Z Compiling backtrace-ext v0.2.1
6212026-04-10T04:04:03.174Z Compiling ordered-float v2.10.1
6222026-04-10T04:04:03.437Z Compiling miette-derive v7.6.0
6232026-04-10T04:04:03.453Z Compiling webpki-roots v1.0.6
6242026-04-10T04:04:03.604Z Compiling pathdiff v0.2.3
6252026-04-10T04:04:03.657Z Compiling console v0.15.11
6262026-04-10T04:04:03.728Z Compiling cargo-platform v0.3.2
6272026-04-10T04:04:04.299Z Compiling tracing-log v0.2.0
6282026-04-10T04:04:04.335Z Compiling os_pipe v1.2.3
6292026-04-10T04:04:04.507Z Compiling thread_local v1.1.9
6302026-04-10T04:04:04.520Z Compiling supports-unicode v3.0.0
6312026-04-10T04:04:04.655Z Compiling pulldown-cmark v0.13.3
6322026-04-10T04:04:04.689Z Compiling ryu v1.0.23
6332026-04-10T04:04:04.865Z Compiling fixedbitset v0.5.7
6342026-04-10T04:04:04.879Z Compiling iri-string v0.7.12
6352026-04-10T04:04:04.982Z Compiling utf8parse v0.2.2
6362026-04-10T04:04:04.998Z Compiling supports-hyperlinks v3.2.0
6372026-04-10T04:04:05.095Z Compiling rustix v0.38.44
6382026-04-10T04:04:05.211Z Compiling cfg_aliases v0.2.1
6392026-04-10T04:04:05.286Z Compiling zstd-safe v7.2.4
6402026-04-10T04:04:05.367Z Compiling winnow v1.0.1
6412026-04-10T04:04:05.437Z Compiling scopeguard v1.2.0
6422026-04-10T04:04:05.519Z Compiling unicode-width v0.1.14
6432026-04-10T04:04:05.820Z Compiling debug-ignore v1.0.5
6442026-04-10T04:04:05.909Z Compiling miette v7.6.0
6452026-04-10T04:04:05.930Z Compiling lock_api v0.4.14
6462026-04-10T04:04:06.176Z Compiling nix v0.30.1
6472026-04-10T04:04:06.240Z Compiling petgraph v0.8.3
6482026-04-10T04:04:06.542Z Compiling toml_parser v1.1.2+spec-1.1.0
6492026-04-10T04:04:06.784Z Compiling tower-http v0.6.8
6502026-04-10T04:04:07.507Z Compiling anstyle-parse v1.0.0
6512026-04-10T04:04:07.801Z Compiling serde_urlencoded v0.7.1
6522026-04-10T04:04:07.816Z Compiling tracing-subscriber v0.3.23
6532026-04-10T04:04:07.847Z Compiling sigchld v0.2.4
6542026-04-10T04:04:08.045Z Compiling cargo_metadata v0.23.1
6552026-04-10T04:04:08.087Z Compiling hyper-rustls v0.27.7
6562026-04-10T04:04:08.163Z Compiling serde-value v0.7.0
6572026-04-10T04:04:08.769Z Compiling serde-untagged v0.1.9
6582026-04-10T04:04:08.879Z Compiling toml v0.8.23
6592026-04-10T04:04:09.394Z Compiling derive_more-impl v2.1.1
6602026-04-10T04:04:10.611Z Compiling itertools v0.14.0
6612026-04-10T04:04:10.951Z Compiling regex v1.12.3
6622026-04-10T04:04:11.128Z Compiling block-buffer v0.10.4
6632026-04-10T04:04:11.141Z Compiling crypto-common v0.1.7
6642026-04-10T04:04:11.276Z Compiling ppv-lite86 v0.2.21
6652026-04-10T04:04:11.276Z Compiling futures-executor v0.3.32
6662026-04-10T04:04:11.610Z Compiling rand_core v0.9.5
6672026-04-10T04:04:11.774Z Compiling pin-project-internal v1.1.11
6682026-04-10T04:04:11.805Z Compiling http-body-util v0.1.3
6692026-04-10T04:04:11.861Z Compiling uuid v1.23.0
6702026-04-10T04:04:12.070Z Compiling toml_datetime v1.1.1+spec-1.1.0
6712026-04-10T04:04:12.083Z Compiling serde_spanned v1.1.1
6722026-04-10T04:04:12.240Z Compiling smol_str v0.3.6
6732026-04-10T04:04:12.374Z Compiling filetime v0.2.27
6742026-04-10T04:04:12.388Z Compiling bstr v1.12.1
6752026-04-10T04:04:12.490Z Compiling vte v0.14.1
6762026-04-10T04:04:12.573Z Compiling litrs v1.0.0
6772026-04-10T04:04:12.586Z Compiling unicode-xid v0.2.6
6782026-04-10T04:04:12.711Z Compiling colorchoice v1.0.5
6792026-04-10T04:04:12.725Z Compiling number_prefix v0.4.0
6802026-04-10T04:04:12.813Z Compiling xattr v1.6.1
6812026-04-10T04:04:12.836Z Compiling self_update v0.42.0
6822026-04-10T04:04:13.006Z Compiling color-spantrace v0.3.0
6832026-04-10T04:04:13.021Z Compiling unicase v2.9.0
6842026-04-10T04:04:13.060Z Compiling tinyvec_macros v0.1.1
6852026-04-10T04:04:13.072Z Compiling iana-time-zone v0.1.65
6862026-04-10T04:04:13.133Z Compiling is_terminal_polyfill v1.70.2
6872026-04-10T04:04:13.204Z Compiling eyre v0.6.12
6882026-04-10T04:04:13.230Z Compiling anstyle v1.0.14
6892026-04-10T04:04:13.265Z Compiling static_assertions v1.1.0
6902026-04-10T04:04:13.295Z Compiling nested v0.1.1
6912026-04-10T04:04:13.340Z Compiling anstyle-query v1.1.5
6922026-04-10T04:04:13.428Z Compiling anstream v1.0.0
6932026-04-10T04:04:13.451Z Compiling guppy v0.17.25
6942026-04-10T04:04:13.491Z Compiling chrono v0.4.44
6952026-04-10T04:04:13.538Z Compiling tinyvec v1.11.0
6962026-04-10T04:04:13.804Z Compiling document-features v0.2.12
6972026-04-10T04:04:13.911Z Compiling tar v0.4.45
6982026-04-10T04:04:13.977Z Compiling indicatif v0.17.11
6992026-04-10T04:04:14.356Z Compiling pin-project v1.1.11
7002026-04-10T04:04:14.460Z Compiling globset v0.4.18
7012026-04-10T04:04:14.728Z Compiling cargo-util-schemas v0.2.0
7022026-04-10T04:04:16.470Z Compiling strip-ansi-escapes v0.2.1
7032026-04-10T04:04:16.878Z Compiling nextest-metadata v0.12.2
7042026-04-10T04:04:16.981Z Compiling toml v1.1.2+spec-1.1.0
7052026-04-10T04:04:17.123Z Compiling newtype-uuid v1.3.2
7062026-04-10T04:04:17.152Z Compiling reqwest v0.12.28
7072026-04-10T04:04:17.264Z Compiling rand_chacha v0.9.0
7082026-04-10T04:04:17.312Z Compiling futures v0.3.32
7092026-04-10T04:04:17.397Z Compiling digest v0.10.7
7102026-04-10T04:04:17.627Z Compiling parking_lot v0.12.5
7112026-04-10T04:04:17.699Z Compiling flate2 v1.1.9
7122026-04-10T04:04:17.819Z Compiling derive_more v2.1.1
7132026-04-10T04:04:17.905Z Compiling tracing-error v0.2.1
7142026-04-10T04:04:18.140Z Compiling shared_child v1.1.1
7152026-04-10T04:04:18.538Z Compiling signal-hook-mio v0.2.5
7162026-04-10T04:04:18.679Z Compiling self-replace v1.5.0
7172026-04-10T04:04:18.821Z Compiling cargo-platform v0.2.0
7182026-04-10T04:04:18.977Z Compiling quick-xml v0.37.5
7192026-04-10T04:04:19.419Z Compiling quick-xml v0.38.4
7202026-04-10T04:04:19.532Z Compiling heck v0.5.0
7212026-04-10T04:04:19.737Z Compiling cpufeatures v0.2.17
7222026-04-10T04:04:19.815Z Compiling recursion v0.5.4
7232026-04-10T04:04:19.958Z Compiling clap_lex v1.1.0
7242026-04-10T04:04:20.227Z Compiling urlencoding v2.1.3
7252026-04-10T04:04:20.476Z Compiling strsim v0.11.1
7262026-04-10T04:04:20.539Z Compiling humantime v2.3.0
7272026-04-10T04:04:20.762Z Compiling indenter v0.3.4
7282026-04-10T04:04:20.893Z Compiling shell-words v1.1.1
7292026-04-10T04:04:21.001Z Compiling humantime-serde v1.1.1
7302026-04-10T04:04:21.147Z Compiling clap_builder v4.6.0
7312026-04-10T04:04:21.161Z Compiling clap_derive v4.6.0
7322026-04-10T04:04:21.481Z Compiling quick-junit v0.5.2
7332026-04-10T04:04:22.101Z Compiling nextest-filtering v0.15.0
7342026-04-10T04:04:22.954Z Compiling sha2 v0.10.9
7352026-04-10T04:04:24.153Z Compiling cargo_metadata v0.20.0
7362026-04-10T04:04:24.598Z Compiling atomicwrites v0.4.4
7372026-04-10T04:04:24.893Z Compiling cargo-nextest v0.9.97
7382026-04-10T04:04:25.204Z Compiling crossterm v0.29.0
7392026-04-10T04:04:26.093Z Compiling duct v0.13.7
7402026-04-10T04:04:27.369Z Compiling zstd v0.13.3
7412026-04-10T04:04:27.844Z Compiling config v0.15.22
7422026-04-10T04:04:27.881Z Compiling rand v0.9.2
7432026-04-10T04:04:27.950Z Compiling async-scoped v0.9.0
7442026-04-10T04:04:28.142Z Compiling unicode-normalization v0.1.25
7452026-04-10T04:04:28.249Z Compiling target-spec-miette v0.4.6
7462026-04-10T04:04:28.395Z Compiling future-queue v0.4.0
7472026-04-10T04:04:28.630Z Compiling mukti-metadata v0.3.0
7482026-04-10T04:04:28.658Z Compiling tokio-stream v0.1.18
7492026-04-10T04:04:28.680Z Compiling camino-tempfile v1.4.1
7502026-04-10T04:04:28.742Z Compiling derive-where v1.6.1
7512026-04-10T04:04:29.113Z Compiling serde_ignored v0.1.14
7522026-04-10T04:04:29.117Z Compiling serde_path_to_error v0.1.20
7532026-04-10T04:04:29.185Z Compiling xxhash-rust v0.8.15
7542026-04-10T04:04:29.281Z Compiling swrite v0.1.0
7552026-04-10T04:04:29.365Z Compiling hex v0.4.3
7562026-04-10T04:04:29.386Z Compiling indent_write v2.2.0
7572026-04-10T04:04:29.458Z Compiling home v0.5.12
7582026-04-10T04:04:29.533Z Compiling color-eyre v0.6.5
7592026-04-10T04:04:29.587Z Compiling clap v4.6.0
7602026-04-10T04:04:29.641Z Compiling dialoguer v0.11.0
7612026-04-10T04:04:29.657Z Compiling enable-ansi-support v0.2.1
7622026-04-10T04:04:29.975Z Compiling nextest-runner v0.80.0
7632026-04-10T04:04:48.280Z Finished `release` profile [optimized] target(s) in 1m 11s
7642026-04-10T04:04:48.464Z Installing /home/build/.cargo/bin/cargo-nextest
7652026-04-10T04:04:48.467Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7662026-04-10T04:04:48.584Z+ pushd rdb
7672026-04-10T04:04:48.587Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7682026-04-10T04:04:48.587Z+ cargo nextest run
7692026-04-10T04:04:48.747Z Updating git repository `https://github.com/oxidecomputer/falcon`
7702026-04-10T04:04:49.387ZFrom https://github.com/oxidecomputer/falcon
7712026-04-10T04:04:49.387Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7722026-04-10T04:04:49.461Z Updating crates.io index
7732026-04-10T04:04:49.498Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7742026-04-10T04:04:50.228ZFrom https://github.com/oxidecomputer/dendrite
7752026-04-10T04:04:50.228Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7762026-04-10T04:04:50.259Z Updating git repository `https://github.com/oxidecomputer/ispf`
7772026-04-10T04:04:50.509ZFrom https://github.com/oxidecomputer/ispf
7782026-04-10T04:04:50.509Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7792026-04-10T04:04:50.577Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7802026-04-10T04:04:50.915ZFrom https://github.com/oxidecomputer/netadm-sys
7812026-04-10T04:04:50.915Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7822026-04-10T04:04:50.925Z Updating git repository `https://github.com/oxidecomputer/omicron`
7832026-04-10T04:04:58.710ZFrom https://github.com/oxidecomputer/omicron
7842026-04-10T04:04:58.710Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7852026-04-10T04:04:59.103Z Updating git repository `https://github.com/oxidecomputer/opte`
7862026-04-10T04:04:59.698ZFrom https://github.com/oxidecomputer/opte
7872026-04-10T04:04:59.698Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
7882026-04-10T04:04:59.729Z Updating git repository `https://github.com/illumos/smf-rs`
7892026-04-10T04:04:59.984ZFrom https://github.com/illumos/smf-rs
7902026-04-10T04:04:59.984Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7912026-04-10T04:05:00.136Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7922026-04-10T04:05:00.419ZFrom https://github.com/oxidecomputer/network-interface
7932026-04-10T04:05:00.419Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7942026-04-10T04:05:00.583Z Updating git repository `https://github.com/oxidecomputer/zone`
7952026-04-10T04:05:00.850ZFrom https://github.com/oxidecomputer/zone
7962026-04-10T04:05:00.850Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
7972026-04-10T04:05:00.881Z Updating git repository `https://github.com/oxidecomputer/propolis`
7982026-04-10T04:05:02.065ZFrom https://github.com/oxidecomputer/propolis
7992026-04-10T04:05:02.065Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8002026-04-10T04:05:02.127Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8012026-04-10T04:05:02.643ZFrom https://github.com/oxidecomputer/transceiver-control
8022026-04-10T04:05:02.643Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8032026-04-10T04:05:02.745Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8042026-04-10T04:05:03.019ZFrom https://github.com/oxidecomputer/dlpi-sys
8052026-04-10T04:05:03.019Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8062026-04-10T04:05:03.036Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8072026-04-10T04:05:03.320ZFrom https://github.com/jmesmon/rust-libzfs
8082026-04-10T04:05:03.320Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8092026-04-10T04:05:03.328Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8102026-04-10T04:05:03.612ZFrom https://github.com/oxidecomputer/rusty-doors
8112026-04-10T04:05:03.612Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8122026-04-10T04:05:03.691Z Updating git repository `https://github.com/oxidecomputer/lldp`
8132026-04-10T04:05:04.015ZFrom https://github.com/oxidecomputer/lldp
8142026-04-10T04:05:04.015Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8152026-04-10T04:05:04.026Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8162026-04-10T04:05:04.291ZFrom https://github.com/oxidecomputer/slog-error-chain
8172026-04-10T04:05:04.291Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8182026-04-10T04:05:04.442Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8192026-04-10T04:05:04.735ZFrom https://github.com/oxidecomputer/tufaceous
8202026-04-10T04:05:04.735Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8212026-04-10T04:05:04.767Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8222026-04-10T04:05:05.234ZFrom https://github.com/oxidecomputer/management-gateway-service
8232026-04-10T04:05:05.234Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8242026-04-10T04:05:05.314Z Updating git repository `https://github.com/oxidecomputer/crucible`
8252026-04-10T04:05:06.157ZFrom https://github.com/oxidecomputer/crucible
8262026-04-10T04:05:06.158Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8272026-04-10T04:05:06.217Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8282026-04-10T04:05:06.476ZFrom https://github.com/oxidecomputer/serde_human_bytes
8292026-04-10T04:05:06.476Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8302026-04-10T04:05:06.649Z Updating git repository `https://github.com/oxidecomputer/propolis`
8312026-04-10T04:05:07.046ZFrom https://github.com/oxidecomputer/propolis
8322026-04-10T04:05:07.046Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8332026-04-10T04:05:07.440Z Updating git repository `https://github.com/oxidecomputer/tofino`
8342026-04-10T04:05:07.717ZFrom https://github.com/oxidecomputer/tofino
8352026-04-10T04:05:07.717Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8362026-04-10T04:05:07.726Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8372026-04-10T04:05:08.287ZFrom https://github.com/oxidecomputer/maghemite
8382026-04-10T04:05:08.287Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8392026-04-10T04:05:08.332Z Updating git repository `https://github.com/oxidecomputer/clickward`
8402026-04-10T04:05:08.606ZFrom https://github.com/oxidecomputer/clickward
8412026-04-10T04:05:08.606Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8422026-04-10T04:05:08.653Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8432026-04-10T04:05:08.915ZFrom https://github.com/oxidecomputer/illumos-devinfo
8442026-04-10T04:05:08.915Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8452026-04-10T04:05:09.075Z Updating git repository `https://github.com/oxidecomputer/crucible`
8462026-04-10T04:05:09.410ZFrom https://github.com/oxidecomputer/crucible
8472026-04-10T04:05:09.410Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8482026-04-10T04:05:10.348Z Downloading crates ...
8492026-04-10T04:05:10.461Z Downloaded arrayref v0.3.9
8502026-04-10T04:05:10.465Z Downloaded displaydoc v0.2.5
8512026-04-10T04:05:10.470Z Downloaded async-recursion v1.1.1
8522026-04-10T04:05:10.470Z Downloaded aead v0.5.2
8532026-04-10T04:05:10.470Z Downloaded const_format_proc_macros v0.2.34
8542026-04-10T04:05:10.473Z Downloaded dunce v1.0.5
8552026-04-10T04:05:10.473Z Downloaded dropshot-api-manager-types v0.7.0
8562026-04-10T04:05:10.477Z Downloaded console v0.16.3
8572026-04-10T04:05:10.477Z Downloaded constant_time_eq v0.4.2
8582026-04-10T04:05:10.477Z Downloaded crossbeam-deque v0.8.6
8592026-04-10T04:05:10.481Z Downloaded colored v3.1.1
8602026-04-10T04:05:10.485Z Downloaded ciborium-ll v0.2.2
8612026-04-10T04:05:10.490Z Downloaded elliptic-curve v0.13.8
8622026-04-10T04:05:10.494Z Downloaded critical-section v1.2.0
8632026-04-10T04:05:10.498Z Downloaded byteorder v1.5.0
8642026-04-10T04:05:10.498Z Downloaded memmap v0.7.0
8652026-04-10T04:05:10.501Z Downloaded hostname v0.3.1
8662026-04-10T04:05:10.501Z Downloaded ingot-macros v0.1.1
8672026-04-10T04:05:10.502Z Downloaded icu_normalizer v2.1.1
8682026-04-10T04:05:10.505Z Downloaded async-trait v0.1.89
8692026-04-10T04:05:10.509Z Downloaded hickory-resolver v0.25.2
8702026-04-10T04:05:10.513Z Downloaded dtrace-parser v0.3.0
8712026-04-10T04:05:10.513Z Downloaded cipher v0.4.4
8722026-04-10T04:05:10.513Z Downloaded heck v0.4.1
8732026-04-10T04:05:10.517Z Downloaded cmake v0.1.58
8742026-04-10T04:05:10.518Z Downloaded byte-wrapper v0.1.0
8752026-04-10T04:05:10.518Z Downloaded hash32 v0.3.1
8762026-04-10T04:05:10.522Z Downloaded idna_adapter v1.2.1
8772026-04-10T04:05:10.522Z Downloaded highway v1.3.0
8782026-04-10T04:05:10.522Z Downloaded fs_extra v1.3.0
8792026-04-10T04:05:10.526Z Downloaded darling_core v0.21.3
8802026-04-10T04:05:10.530Z Downloaded cc v1.2.58
8812026-04-10T04:05:10.530Z Downloaded enum-as-inner v0.6.1
8822026-04-10T04:05:10.533Z Downloaded diff v0.1.13
8832026-04-10T04:05:10.533Z Downloaded half v2.7.1
8842026-04-10T04:05:10.537Z Downloaded const-random v0.1.18
8852026-04-10T04:05:10.537Z Downloaded darling v0.23.0
8862026-04-10T04:05:10.541Z Downloaded crunchy v0.2.4
8872026-04-10T04:05:10.541Z Downloaded num_enum_derive v0.5.11
8882026-04-10T04:05:10.544Z Downloaded bit-set v0.8.0
8892026-04-10T04:05:10.544Z Downloaded managed v0.8.0
8902026-04-10T04:05:10.548Z Downloaded memoffset v0.9.1
8912026-04-10T04:05:10.548Z Downloaded libscf-sys v1.1.0
8922026-04-10T04:05:10.548Z Downloaded internet-checksum v0.2.1
8932026-04-10T04:05:10.548Z Downloaded foreign-types-shared v0.3.1
8942026-04-10T04:05:10.554Z Downloaded async-stream v0.3.6
8952026-04-10T04:05:10.554Z Downloaded base16ct v0.2.0
8962026-04-10T04:05:10.554Z Downloaded compression-core v0.4.31
8972026-04-10T04:05:10.554Z Downloaded fxhash v0.2.1
8982026-04-10T04:05:10.558Z Downloaded async-stream-impl v0.3.6
8992026-04-10T04:05:10.558Z Downloaded defmt v0.3.100
9002026-04-10T04:05:10.558Z Downloaded darling_macro v0.23.0
9012026-04-10T04:05:10.558Z Downloaded darling_macro v0.21.3
9022026-04-10T04:05:10.561Z Downloaded cstr-argument v0.1.2
9032026-04-10T04:05:10.562Z Downloaded is-terminal v0.4.17
9042026-04-10T04:05:10.562Z Downloaded bytecount v0.6.9
9052026-04-10T04:05:10.565Z Downloaded bcs v0.1.6
9062026-04-10T04:05:10.565Z Downloaded lru-cache v0.1.2
9072026-04-10T04:05:10.571Z Downloaded natord v1.0.9
9082026-04-10T04:05:10.571Z Downloaded hubpack v0.1.2
9092026-04-10T04:05:10.571Z Downloaded foreign-types v0.5.0
9102026-04-10T04:05:10.571Z Downloaded num_threads v0.1.7
9112026-04-10T04:05:10.575Z Downloaded icu_collections v2.1.1
9122026-04-10T04:05:10.575Z Downloaded omicron-workspace-hack v0.1.0
9132026-04-10T04:05:10.575Z Downloaded macaddr v1.0.1
9142026-04-10T04:05:10.578Z Downloaded bitflags v1.3.2
9152026-04-10T04:05:10.579Z Downloaded newline-converter v0.3.0
9162026-04-10T04:05:10.582Z Downloaded num-derive v0.3.3
9172026-04-10T04:05:10.582Z Downloaded ident_case v1.0.1
9182026-04-10T04:05:10.582Z Downloaded fastrand v2.3.0
9192026-04-10T04:05:10.586Z Downloaded const-random-macro v0.1.16
9202026-04-10T04:05:10.586Z Downloaded gethostname v0.5.0
9212026-04-10T04:05:10.586Z Downloaded opaque-debug v0.3.1
9222026-04-10T04:05:10.590Z Downloaded hostname v0.4.2
9232026-04-10T04:05:10.590Z Downloaded float-ord v0.3.2
9242026-04-10T04:05:10.590Z Downloaded keccak v0.1.6
9252026-04-10T04:05:10.590Z Downloaded memmap2 v0.9.10
9262026-04-10T04:05:10.593Z Downloaded hmac v0.12.1
9272026-04-10T04:05:10.593Z Downloaded heapless v0.8.0
9282026-04-10T04:05:10.597Z Downloaded cookie v0.18.1
9292026-04-10T04:05:10.600Z Downloaded base16ct v1.0.0
9302026-04-10T04:05:10.600Z Downloaded compression-codecs v0.4.37
9312026-04-10T04:05:10.604Z Downloaded mime v0.3.17
9322026-04-10T04:05:10.604Z Downloaded derive-ex v0.1.8
9332026-04-10T04:05:10.604Z Downloaded ipnetwork v0.21.1
9342026-04-10T04:05:10.608Z Downloaded ingot v0.1.1
9352026-04-10T04:05:10.608Z Downloaded git-stub-vcs v0.1.0
9362026-04-10T04:05:10.611Z Downloaded hashbrown v0.12.3
9372026-04-10T04:05:10.611Z Downloaded dtrace-parser v0.2.0
9382026-04-10T04:05:10.615Z Downloaded defmt-macros v1.0.1
9392026-04-10T04:05:10.615Z Downloaded defmt v1.0.1
9402026-04-10T04:05:10.618Z Downloaded num v0.4.3
9412026-04-10T04:05:10.618Z Downloaded dyn-clone v1.0.20
9422026-04-10T04:05:10.622Z Downloaded inout v0.1.4
9432026-04-10T04:05:10.622Z Downloaded match_cfg v0.1.0
9442026-04-10T04:05:10.622Z Downloaded dof v0.4.0
9452026-04-10T04:05:10.625Z Downloaded no-std-compat v0.4.1
9462026-04-10T04:05:10.625Z Downloaded foreign-types-macros v0.2.3
9472026-04-10T04:05:10.626Z Downloaded pretty-hex v0.4.2
9482026-04-10T04:05:10.626Z Downloaded newtype_derive v0.1.6
9492026-04-10T04:05:10.630Z Downloaded linear-map v1.2.0
9502026-04-10T04:05:10.630Z Downloaded cobs v0.3.0
9512026-04-10T04:05:10.630Z Downloaded git-stub v1.0.0
9522026-04-10T04:05:10.630Z Downloaded foldhash v0.2.0
9532026-04-10T04:05:10.634Z Downloaded fixedbitset v0.4.2
9542026-04-10T04:05:10.634Z Downloaded defmt-parser v1.0.0
9552026-04-10T04:05:10.634Z Downloaded olpc-cjson v0.1.4
9562026-04-10T04:05:10.637Z Downloaded phf_shared v0.12.1
9572026-04-10T04:05:10.637Z Downloaded litemap v0.8.1
9582026-04-10T04:05:10.637Z Downloaded newtype-uuid-macros v0.1.0
9592026-04-10T04:05:10.641Z Downloaded erased-serde v0.3.31
9602026-04-10T04:05:10.641Z Downloaded proc-macro-error-attr v1.0.4
9612026-04-10T04:05:10.641Z Downloaded plain v0.2.3
9622026-04-10T04:05:10.645Z Downloaded httpdate v1.0.3
9632026-04-10T04:05:10.645Z Downloaded num-conv v0.2.1
9642026-04-10T04:05:10.645Z Downloaded proc-macro-error-attr2 v2.0.0
9652026-04-10T04:05:10.645Z Downloaded ff v0.13.1
9662026-04-10T04:05:10.649Z Downloaded num-iter v0.1.45
9672026-04-10T04:05:10.649Z Downloaded cancel-safe-futures v0.1.5
9682026-04-10T04:05:10.653Z Downloaded num_enum_derive v0.7.6
9692026-04-10T04:05:10.653Z Downloaded oxide-tokio-rt v0.1.3
9702026-04-10T04:05:10.653Z Downloaded fs-err v3.3.0
9712026-04-10T04:05:10.656Z Downloaded num_enum v0.5.11
9722026-04-10T04:05:10.656Z Downloaded multer v3.1.0
9732026-04-10T04:05:10.660Z Downloaded parse-display v0.10.0
9742026-04-10T04:05:10.661Z Downloaded embedded-io v0.6.1
9752026-04-10T04:05:10.665Z Downloaded progenitor-macro v0.13.0
9762026-04-10T04:05:10.665Z Downloaded num-derive v0.4.2
9772026-04-10T04:05:10.665Z Downloaded libsw v3.5.0
9782026-04-10T04:05:10.665Z Downloaded glob v0.3.3
9792026-04-10T04:05:10.666Z Downloaded daft v0.1.5
9802026-04-10T04:05:10.670Z Downloaded progenitor-client v0.11.2
9812026-04-10T04:05:10.670Z Downloaded powerfmt v0.2.0
9822026-04-10T04:05:10.670Z Downloaded potential_utf v0.1.4
9832026-04-10T04:05:10.670Z Downloaded proc-macro-crate v1.3.1
9842026-04-10T04:05:10.674Z Downloaded data-encoding v2.10.0
9852026-04-10T04:05:10.674Z Downloaded bit-vec v0.8.0
9862026-04-10T04:05:10.674Z Downloaded progenitor-client v0.10.0
9872026-04-10T04:05:10.674Z Downloaded convert_case v0.4.0
9882026-04-10T04:05:10.679Z Downloaded crossbeam-epoch v0.9.18
9892026-04-10T04:05:10.679Z Downloaded hubpack_derive v0.1.1
9902026-04-10T04:05:10.679Z Downloaded dof v0.3.0
9912026-04-10T04:05:10.679Z Downloaded ref-cast v1.0.25
9922026-04-10T04:05:10.683Z Downloaded num-complex v0.4.6
9932026-04-10T04:05:10.683Z Downloaded rand_chacha v0.3.1
9942026-04-10T04:05:10.683Z Downloaded quick-error v1.2.3
9952026-04-10T04:05:10.683Z Downloaded ingot-types v0.1.2
9962026-04-10T04:05:10.688Z Downloaded libsw-core v0.3.2
9972026-04-10T04:05:10.688Z Downloaded crucible-workspace-hack v0.1.0
9982026-04-10T04:05:10.688Z Downloaded icu_provider v2.1.1
9992026-04-10T04:05:10.692Z Downloaded parse-display-derive v0.10.0
10002026-04-10T04:05:10.692Z Downloaded cpufeatures v0.3.0
10012026-04-10T04:05:10.692Z Downloaded embedded-io v0.4.0
10022026-04-10T04:05:10.692Z Downloaded phf v0.12.1
10032026-04-10T04:05:10.695Z Downloaded arrayvec v0.7.6
10042026-04-10T04:05:10.695Z Downloaded proc-macro-crate v3.5.0
10052026-04-10T04:05:10.695Z Downloaded rand_xorshift v0.4.0
10062026-04-10T04:05:10.695Z Downloaded rustc_version v0.1.7
10072026-04-10T04:05:10.698Z Downloaded progenitor-macro v0.11.2
10082026-04-10T04:05:10.698Z Downloaded daft-derive v0.1.5
10092026-04-10T04:05:10.702Z Downloaded same-file v1.0.6
10102026-04-10T04:05:10.702Z Downloaded deranged v0.5.8
10112026-04-10T04:05:10.702Z Downloaded progenitor-macro v0.10.0
10122026-04-10T04:05:10.705Z Downloaded icu_normalizer_data v2.1.1
10132026-04-10T04:05:10.705Z Downloaded csv-core v0.1.13
10142026-04-10T04:05:10.706Z Downloaded backoff v0.4.0
10152026-04-10T04:05:10.709Z Downloaded paste v1.0.15
10162026-04-10T04:05:10.709Z Downloaded num-integer v0.1.46
10172026-04-10T04:05:10.712Z Downloaded ciborium v0.2.2
10182026-04-10T04:05:10.713Z Downloaded pem v3.0.6
10192026-04-10T04:05:10.713Z Downloaded scroll_derive v0.12.1
10202026-04-10T04:05:10.716Z Downloaded ref-cast-impl v1.0.25
10212026-04-10T04:05:10.716Z Downloaded parking_lot_core v0.8.6
10222026-04-10T04:05:10.716Z Downloaded instant v0.1.13
10232026-04-10T04:05:10.720Z Downloaded crc8 v0.1.1
10242026-04-10T04:05:10.720Z Downloaded linked-hash-map v0.5.6
10252026-04-10T04:05:10.721Z Downloaded ciborium-io v0.2.2
10262026-04-10T04:05:10.721Z Downloaded crossbeam-utils v0.8.21
10272026-04-10T04:05:10.725Z Downloaded serde-big-array v0.5.1
10282026-04-10T04:05:10.725Z Downloaded semver v0.1.20
10292026-04-10T04:05:10.725Z Downloaded secrecy v0.10.3
10302026-04-10T04:05:10.725Z Downloaded progenitor v0.13.0
10312026-04-10T04:05:10.725Z Downloaded oxnet v0.1.4
10322026-04-10T04:05:10.731Z Downloaded num-rational v0.4.2
10332026-04-10T04:05:10.731Z Downloaded async-compression v0.4.41
10342026-04-10T04:05:10.735Z Downloaded sha1 v0.10.6
10352026-04-10T04:05:10.735Z Downloaded omicron-zone-package v0.12.2
10362026-04-10T04:05:10.735Z Downloaded serde_spanned v1.1.0
10372026-04-10T04:05:10.735Z Downloaded scroll_derive v0.13.1
10382026-04-10T04:05:10.739Z Downloaded proc-macro-error v1.0.4
10392026-04-10T04:05:10.739Z Downloaded backon v1.6.0
10402026-04-10T04:05:10.739Z Downloaded chacha20 v0.10.0
10412026-04-10T04:05:10.743Z Downloaded drift v0.1.3
10422026-04-10T04:05:10.746Z Downloaded sigpipe v0.1.3
10432026-04-10T04:05:10.746Z Downloaded serial_test_derive v3.4.0
10442026-04-10T04:05:10.746Z Downloaded slog-bunyan v2.5.0
10452026-04-10T04:05:10.746Z Downloaded arc-swap v1.9.0
10462026-04-10T04:05:10.750Z Downloaded serde_repr v0.1.20
10472026-04-10T04:05:10.750Z Downloaded progenitor-client v0.13.0
10482026-04-10T04:05:10.753Z Downloaded siphasher v1.0.2
10492026-04-10T04:05:10.753Z Downloaded proc-macro-error2 v2.0.1
10502026-04-10T04:05:10.757Z Downloaded progenitor-extras v0.1.1
10512026-04-10T04:05:10.757Z Downloaded progenitor v0.10.0
10522026-04-10T04:05:10.757Z Downloaded serial_test v3.4.0
10532026-04-10T04:05:10.757Z Downloaded spin v0.5.2
10542026-04-10T04:05:10.760Z Downloaded slog-envlogger v2.2.0
10552026-04-10T04:05:10.760Z Downloaded rusty-fork v0.3.1
10562026-04-10T04:05:10.760Z Downloaded smawk v0.3.2
10572026-04-10T04:05:10.760Z Downloaded chacha20 v0.9.1
10582026-04-10T04:05:10.764Z Downloaded strum v0.26.3
10592026-04-10T04:05:10.764Z Downloaded stable_deref_trait v1.2.1
10602026-04-10T04:05:10.764Z Downloaded rustversion v1.0.22
10612026-04-10T04:05:10.767Z Downloaded rustls-pemfile v2.2.0
10622026-04-10T04:05:10.767Z Downloaded resolv-conf v0.7.6
10632026-04-10T04:05:10.767Z Downloaded jiff-static v0.2.23
10642026-04-10T04:05:10.771Z Downloaded pest_generator v2.8.6
10652026-04-10T04:05:10.771Z Downloaded serde_plain v1.0.2
10662026-04-10T04:05:10.771Z Downloaded cargo_toml v0.22.3
10672026-04-10T04:05:10.774Z Downloaded tabled_derive v0.7.0
10682026-04-10T04:05:10.774Z Downloaded structmeta v0.3.0
10692026-04-10T04:05:10.774Z Downloaded argon2 v0.5.3
10702026-04-10T04:05:10.779Z Downloaded anyhow v1.0.102
10712026-04-10T04:05:10.779Z Downloaded termtree v0.5.1
10722026-04-10T04:05:10.783Z Downloaded rand_core v0.10.0
10732026-04-10T04:05:10.783Z Downloaded poly1305 v0.8.0
10742026-04-10T04:05:10.783Z Downloaded schemars_derive v0.8.22
10752026-04-10T04:05:10.783Z Downloaded parking_lot v0.11.2
10762026-04-10T04:05:10.787Z Downloaded indexmap v1.9.3
10772026-04-10T04:05:10.787Z Downloaded num_enum v0.7.6
10782026-04-10T04:05:10.789Z Downloaded testing_table v0.3.0
10792026-04-10T04:05:10.793Z Downloaded take_mut v0.2.2
10802026-04-10T04:05:10.793Z Downloaded tagptr v0.2.0
10812026-04-10T04:05:10.793Z Downloaded darling v0.21.3
10822026-04-10T04:05:10.797Z Downloaded postcard v1.1.3
10832026-04-10T04:05:10.801Z Downloaded dropshot_endpoint v0.17.0
10842026-04-10T04:05:10.801Z Downloaded blake2 v0.10.6
10852026-04-10T04:05:10.806Z Downloaded allocator-api2 v0.2.21
10862026-04-10T04:05:10.806Z Downloaded thiserror-impl-no-std v2.0.2
10872026-04-10T04:05:10.806Z Downloaded tabled_derive v0.11.0
10882026-04-10T04:05:10.806Z Downloaded thread-id v5.1.0
10892026-04-10T04:05:10.810Z Downloaded topological-sort v0.2.2
10902026-04-10T04:05:10.813Z Downloaded progenitor v0.11.2
10912026-04-10T04:05:10.817Z Downloaded time-core v0.1.8
10922026-04-10T04:05:10.817Z Downloaded thread-id v4.2.2
10932026-04-10T04:05:10.817Z Downloaded slog-term v2.9.2
10942026-04-10T04:05:10.822Z Downloaded icu_properties v2.1.2
10952026-04-10T04:05:10.822Z Downloaded slog-json v2.6.1
10962026-04-10T04:05:10.822Z Downloaded pest_derive v2.8.6
10972026-04-10T04:05:10.825Z Downloaded rustls-native-certs v0.8.3
10982026-04-10T04:05:10.825Z Downloaded tabwriter v1.4.1
10992026-04-10T04:05:10.825Z Downloaded structmeta-derive v0.3.0
11002026-04-10T04:05:10.825Z Downloaded smf v0.2.3
11012026-04-10T04:05:10.829Z Downloaded slog-stdlog v4.1.1
11022026-04-10T04:05:10.829Z Downloaded strum_macros v0.27.2
11032026-04-10T04:05:10.829Z Downloaded slog-scope v4.4.1
11042026-04-10T04:05:10.829Z Downloaded slog-dtrace v0.3.0
11052026-04-10T04:05:10.833Z Downloaded serde_tokenstream v0.2.3
11062026-04-10T04:05:10.833Z Downloaded typify-macro v0.6.1
11072026-04-10T04:05:10.833Z Downloaded typify-macro v0.4.3
11082026-04-10T04:05:10.837Z Downloaded usdt v0.5.0
11092026-04-10T04:05:10.837Z Downloaded usdt-attr-macro v0.5.0
11102026-04-10T04:05:10.841Z Downloaded universal-hash v0.5.1
11112026-04-10T04:05:10.841Z Downloaded scroll v0.13.0
11122026-04-10T04:05:10.841Z Downloaded unit-prefix v0.5.2
11132026-04-10T04:05:10.844Z Downloaded rhai_codegen v3.1.0
11142026-04-10T04:05:10.848Z Downloaded untrusted v0.7.1
11152026-04-10T04:05:10.852Z Downloaded unarray v0.1.4
11162026-04-10T04:05:10.852Z Downloaded derive_more v0.99.20
11172026-04-10T04:05:10.856Z Downloaded scroll v0.12.0
11182026-04-10T04:05:10.859Z Downloaded icu_locale_core v2.1.1
11192026-04-10T04:05:10.863Z Downloaded synstructure v0.13.2
11202026-04-10T04:05:10.863Z Downloaded progenitor-impl v0.13.0
11212026-04-10T04:05:10.866Z Downloaded waitgroup v0.1.2
11222026-04-10T04:05:10.866Z Downloaded wait-timeout v0.2.1
11232026-04-10T04:05:10.866Z Downloaded usdt-macro v0.5.0
11242026-04-10T04:05:10.866Z Downloaded utf-8 v0.7.6
11252026-04-10T04:05:10.866Z Downloaded usdt-attr-macro v0.6.0
11262026-04-10T04:05:10.870Z Downloaded smartstring v1.0.1
11272026-04-10T04:05:10.870Z Downloaded strum_macros v0.26.4
11282026-04-10T04:05:10.874Z Downloaded papergrid v0.11.0
11292026-04-10T04:05:10.874Z Downloaded sdd v3.0.10
11302026-04-10T04:05:10.878Z Downloaded serde_derive_internals v0.29.1
11312026-04-10T04:05:10.878Z Downloaded strum v0.27.2
11322026-04-10T04:05:10.878Z Downloaded base64 v0.21.7
11332026-04-10T04:05:10.882Z Downloaded slog-async v2.8.0
11342026-04-10T04:05:10.882Z Downloaded tokio-tungstenite v0.21.0
11352026-04-10T04:05:10.882Z Downloaded serde_with_macros v3.18.0
11362026-04-10T04:05:10.882Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11372026-04-10T04:05:10.885Z Downloaded tiny-keccak v2.0.2
11382026-04-10T04:05:10.885Z Downloaded zerofrom-derive v0.1.6
11392026-04-10T04:05:10.885Z Downloaded yoke-derive v0.8.1
11402026-04-10T04:05:10.885Z Downloaded zerofrom v0.1.6
11412026-04-10T04:05:10.889Z Downloaded const_format v0.2.35
11422026-04-10T04:05:10.889Z Downloaded zone_cfg_derive v0.3.1
11432026-04-10T04:05:10.889Z Downloaded tokio-dtrace v0.1.1
11442026-04-10T04:05:10.893Z Downloaded snafu-derive v0.8.9
11452026-04-10T04:05:10.893Z Downloaded zeroize_derive v1.4.3
11462026-04-10T04:05:10.893Z Downloaded indicatif v0.18.4
11472026-04-10T04:05:10.893Z Downloaded chacha20poly1305 v0.10.1
11482026-04-10T04:05:10.897Z Downloaded password-hash v0.5.0
11492026-04-10T04:05:10.897Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11502026-04-10T04:05:10.897Z Downloaded thiserror-no-std v2.0.2
11512026-04-10T04:05:10.901Z Downloaded toml_writer v1.1.0+spec-1.1.0
11522026-04-10T04:05:10.901Z Downloaded time-macros v0.2.27
11532026-04-10T04:05:10.901Z Downloaded spin v0.9.8
11542026-04-10T04:05:10.912Z Downloaded usdt v0.6.0
11552026-04-10T04:05:10.916Z Downloaded dropshot_endpoint v0.16.7
11562026-04-10T04:05:10.919Z Downloaded zone v0.3.1
11572026-04-10T04:05:10.919Z Downloaded pest_meta v2.8.6
11582026-04-10T04:05:10.923Z Downloaded usdt-impl v0.5.0
11592026-04-10T04:05:10.927Z Downloaded term v1.2.1
11602026-04-10T04:05:10.927Z Downloaded usdt-macro v0.6.0
11612026-04-10T04:05:10.927Z Downloaded rustls-platform-verifier v0.6.2
11622026-04-10T04:05:10.930Z Downloaded papergrid v0.17.0
11632026-04-10T04:05:10.935Z Downloaded walkdir v2.5.0
11642026-04-10T04:05:10.935Z Downloaded crossbeam-channel v0.5.15
11652026-04-10T04:05:10.939Z Downloaded schemars v0.8.22
11662026-04-10T04:05:10.943Z Downloaded xz2 v0.1.7
11672026-04-10T04:05:10.943Z Downloaded indexmap v2.13.0
11682026-04-10T04:05:10.946Z Downloaded vsss-rs v3.3.4
11692026-04-10T04:05:10.946Z Downloaded tinystr v0.8.2
11702026-04-10T04:05:10.951Z Downloaded thin-vec v0.2.14
11712026-04-10T04:05:10.952Z Downloaded progenitor-impl v0.11.2
11722026-04-10T04:05:10.952Z Downloaded progenitor-impl v0.10.0
11732026-04-10T04:05:10.955Z Downloaded tokio-rustls v0.25.0
11742026-04-10T04:05:10.955Z Downloaded yoke v0.8.1
11752026-04-10T04:05:10.963Z Downloaded writeable v0.6.2
11762026-04-10T04:05:10.968Z Downloaded zerovec-derive v0.11.2
11772026-04-10T04:05:10.971Z Downloaded prettyplease v0.2.37
11782026-04-10T04:05:10.971Z Downloaded ucd-trie v0.1.7
11792026-04-10T04:05:10.971Z Downloaded rayon-core v1.13.0
11802026-04-10T04:05:10.975Z Downloaded pretty_assertions v1.4.1
11812026-04-10T04:05:10.975Z Downloaded toml_parser v1.1.0+spec-1.1.0
11822026-04-10T04:05:10.978Z Downloaded schemars v0.9.0
11832026-04-10T04:05:10.982Z Downloaded whoami v1.6.1
11842026-04-10T04:05:10.985Z Downloaded usdt-impl v0.6.0
11852026-04-10T04:05:10.985Z Downloaded test-strategy v0.4.5
11862026-04-10T04:05:10.990Z Downloaded toml v1.1.0+spec-1.1.0
11872026-04-10T04:05:10.990Z Downloaded zerocopy-derive v0.7.35
11882026-04-10T04:05:10.993Z Downloaded similar v2.7.0
11892026-04-10T04:05:10.993Z Downloaded minimal-lexical v0.2.1
11902026-04-10T04:05:10.997Z Downloaded toml v0.7.8
11912026-04-10T04:05:10.997Z Downloaded nom v7.1.3
11922026-04-10T04:05:11.001Z Downloaded typify v0.4.3
11932026-04-10T04:05:11.005Z Downloaded tungstenite v0.21.0
11942026-04-10T04:05:11.005Z Downloaded slog v2.8.2
11952026-04-10T04:05:11.008Z Downloaded toml v0.9.12+spec-1.1.0
11962026-04-10T04:05:11.008Z Downloaded unsafe-libyaml v0.2.11
11972026-04-10T04:05:11.012Z Downloaded schemars v1.2.1
11982026-04-10T04:05:11.016Z Downloaded hashbrown v0.16.1
11992026-04-10T04:05:11.020Z Downloaded serde_yaml v0.9.34+deprecated
12002026-04-10T04:05:11.023Z Downloaded hickory-resolver v0.24.4
12012026-04-10T04:05:11.023Z Downloaded toml_edit v0.25.8+spec-1.1.0
12022026-04-10T04:05:11.027Z Downloaded snafu v0.8.9
12032026-04-10T04:05:11.030Z Downloaded typify v0.6.1
12042026-04-10T04:05:11.034Z Downloaded rand v0.8.5
12052026-04-10T04:05:11.034Z Downloaded hkdf v0.12.4
12062026-04-10T04:05:11.034Z Downloaded dropshot-api-manager v0.7.0
12072026-04-10T04:05:11.037Z Downloaded qorb v0.4.1
12082026-04-10T04:05:11.041Z Downloaded expectorate v1.2.0
12092026-04-10T04:05:11.041Z Downloaded darling_core v0.23.0
12102026-04-10T04:05:11.044Z Downloaded crypto-bigint v0.5.5
12112026-04-10T04:05:11.048Z Downloaded rand v0.10.0
12122026-04-10T04:05:11.051Z Downloaded nom v8.0.0
12132026-04-10T04:05:11.055Z Downloaded pest v2.8.6
12142026-04-10T04:05:11.059Z Downloaded goblin v0.10.5
12152026-04-10T04:05:11.062Z Downloaded zerocopy-derive v0.8.48
12162026-04-10T04:05:11.066Z Downloaded zerotrie v0.2.3
12172026-04-10T04:05:11.069Z Downloaded toml_edit v0.19.15
12182026-04-10T04:05:11.079Z Downloaded iddqd v0.3.17
12192026-04-10T04:05:11.086Z Downloaded steno v0.4.1
12202026-04-10T04:05:11.090Z Downloaded itertools v0.12.1
12212026-04-10T04:05:11.097Z Downloaded typed-path v0.9.3
12222026-04-10T04:05:11.101Z Downloaded scc v2.4.0
12232026-04-10T04:05:11.105Z Downloaded libm v0.2.16
12242026-04-10T04:05:11.109Z Downloaded group v0.13.0
12252026-04-10T04:05:11.113Z Downloaded aws-lc-rs v1.16.2
12262026-04-10T04:05:11.117Z Downloaded icu_properties_data v2.1.2
12272026-04-10T04:05:11.126Z Downloaded reqwest v0.13.2
12282026-04-10T04:05:11.130Z Downloaded zerovec v0.11.5
12292026-04-10T04:05:11.138Z Downloaded goblin v0.8.2
12302026-04-10T04:05:11.165Z Downloaded rayon v1.11.0
12312026-04-10T04:05:11.169Z Downloaded tough v0.20.0
12322026-04-10T04:05:11.177Z Downloaded winnow v0.5.40
12332026-04-10T04:05:11.184Z Downloaded blake3 v1.8.4
12342026-04-10T04:05:11.188Z Downloaded serde_with v3.18.0
12352026-04-10T04:05:11.195Z Downloaded rustls-webpki v0.102.8
12362026-04-10T04:05:11.204Z Downloaded tabled v0.15.0
12372026-04-10T04:05:11.213Z Downloaded zerocopy v0.7.35
12382026-04-10T04:05:11.221Z Downloaded tabled v0.20.0
12392026-04-10T04:05:11.230Z Downloaded hickory-proto v0.24.4
12402026-04-10T04:05:11.238Z Downloaded proptest v1.11.0
12412026-04-10T04:05:11.242Z Downloaded moka v0.12.15
12422026-04-10T04:05:11.249Z Downloaded time v0.3.47
12432026-04-10T04:05:11.263Z Downloaded syn v1.0.109
12442026-04-10T04:05:11.268Z Downloaded smoltcp v0.11.0
12452026-04-10T04:05:11.274Z Downloaded regress v0.10.5
12462026-04-10T04:05:11.278Z Downloaded nix v0.31.2
12472026-04-10T04:05:11.284Z Downloaded hickory-proto v0.25.2
12482026-04-10T04:05:11.307Z Downloaded rustls v0.22.4
12492026-04-10T04:05:11.314Z Downloaded sled v0.34.7
12502026-04-10T04:05:11.319Z Downloaded dropshot v0.16.7
12512026-04-10T04:05:11.330Z Downloaded rhai v1.24.0
12522026-04-10T04:05:11.337Z Downloaded lzma-sys v0.1.20
12532026-04-10T04:05:11.353Z Downloaded openapiv3 v2.2.0
12542026-04-10T04:05:11.359Z Downloaded jiff v0.2.23
12552026-04-10T04:05:11.369Z Downloaded yansi v1.0.1
12562026-04-10T04:05:11.373Z Downloaded dropshot v0.17.0
12572026-04-10T04:05:11.411Z Downloaded typify-impl v0.6.1
12582026-04-10T04:05:11.425Z Downloaded typify-impl v0.4.3
12592026-04-10T04:05:11.528Z Downloaded petgraph v0.6.5
12602026-04-10T04:05:11.547Z Downloaded csv v1.4.0
12612026-04-10T04:05:11.558Z Downloaded chrono-tz v0.10.4
12622026-04-10T04:05:11.568Z Downloaded sha3 v0.10.8
12632026-04-10T04:05:11.624Z Downloaded encoding_rs v0.8.35
12642026-04-10T04:05:12.221Z Downloaded aws-lc-sys v0.39.1
12652026-04-10T04:05:13.106Z Compiling proc-macro2 v1.0.106
12662026-04-10T04:05:13.106Z Compiling quote v1.0.45
12672026-04-10T04:05:13.106Z Compiling unicode-ident v1.0.24
12682026-04-10T04:05:13.107Z Compiling serde_core v1.0.228
12692026-04-10T04:05:13.107Z Compiling cfg-if v1.0.4
12702026-04-10T04:05:13.112Z Compiling serde v1.0.228
12712026-04-10T04:05:13.112Z Compiling libc v0.2.184
12722026-04-10T04:05:13.112Z Compiling memchr v2.8.0
12732026-04-10T04:05:13.304Z Compiling itoa v1.0.18
12742026-04-10T04:05:13.486Z Compiling smallvec v1.15.1
12752026-04-10T04:05:13.514Z Compiling zmij v1.0.21
12762026-04-10T04:05:13.543Z Compiling serde_json v1.0.149
12772026-04-10T04:05:13.697Z Compiling autocfg v1.5.0
12782026-04-10T04:05:13.778Z Compiling libm v0.2.16
12792026-04-10T04:05:13.876Z Compiling version_check v0.9.5
12802026-04-10T04:05:14.015Z Compiling stable_deref_trait v1.2.1
12812026-04-10T04:05:14.042Z Compiling pin-project-lite v0.2.17
12822026-04-10T04:05:14.086Z Compiling litemap v0.8.1
12832026-04-10T04:05:14.097Z Compiling percent-encoding v2.3.2
12842026-04-10T04:05:14.116Z Compiling writeable v0.6.2
12852026-04-10T04:05:14.133Z Compiling icu_normalizer_data v2.1.1
12862026-04-10T04:05:14.143Z Compiling icu_properties_data v2.1.2
12872026-04-10T04:05:14.293Z Compiling iana-time-zone v0.1.65
12882026-04-10T04:05:14.303Z Compiling parking_lot_core v0.9.12
12892026-04-10T04:05:14.440Z Compiling syn v2.0.117
12902026-04-10T04:05:14.508Z Compiling equivalent v1.0.2
12912026-04-10T04:05:14.520Z Compiling scopeguard v1.2.0
12922026-04-10T04:05:14.562Z Compiling form_urlencoded v1.2.2
12932026-04-10T04:05:14.571Z Compiling allocator-api2 v0.2.21
12942026-04-10T04:05:14.582Z Compiling utf8_iter v1.0.4
12952026-04-10T04:05:14.613Z Compiling lock_api v0.4.14
12962026-04-10T04:05:14.638Z Compiling foldhash v0.2.0
12972026-04-10T04:05:14.725Z Compiling dyn-clone v1.0.20
12982026-04-10T04:05:14.735Z Compiling num-traits v0.2.19
12992026-04-10T04:05:14.837Z Compiling hashbrown v0.16.1
13002026-04-10T04:05:14.900Z Compiling jobserver v0.1.34
13012026-04-10T04:05:14.947Z Compiling shlex v1.3.0
13022026-04-10T04:05:14.957Z Compiling find-msvc-tools v0.1.9
13032026-04-10T04:05:15.132Z Compiling cc v1.2.58
13042026-04-10T04:05:15.211Z Compiling log v0.4.29
13052026-04-10T04:05:15.261Z Compiling errno v0.3.14
13062026-04-10T04:05:15.394Z Compiling semver v1.0.28
13072026-04-10T04:05:15.410Z Compiling getrandom v0.4.2
13082026-04-10T04:05:15.468Z Compiling futures-core v0.3.32
13092026-04-10T04:05:15.518Z Compiling rand_core v0.10.0
13102026-04-10T04:05:15.623Z Compiling thiserror v2.0.18
13112026-04-10T04:05:15.679Z Compiling indexmap v2.13.0
13122026-04-10T04:05:15.754Z Compiling zerocopy v0.8.48
13132026-04-10T04:05:15.860Z Compiling heck v0.5.0
13142026-04-10T04:05:15.876Z Compiling futures-sink v0.3.32
13152026-04-10T04:05:15.980Z Compiling slab v0.4.12
13162026-04-10T04:05:16.135Z Compiling fnv v1.0.7
13172026-04-10T04:05:16.157Z Compiling uuid v1.23.0
13182026-04-10T04:05:16.167Z Compiling futures-channel v0.3.32
13192026-04-10T04:05:16.188Z Compiling rustversion v1.0.22
13202026-04-10T04:05:16.227Z Compiling futures-task v0.3.32
13212026-04-10T04:05:16.349Z Compiling futures-io v0.3.32
13222026-04-10T04:05:16.397Z Compiling schemars v0.8.22
13232026-04-10T04:05:16.410Z Compiling typenum v1.19.0
13242026-04-10T04:05:16.510Z Compiling socket2 v0.6.3
13252026-04-10T04:05:16.570Z Compiling getrandom v0.2.17
13262026-04-10T04:05:16.591Z Compiling portable-atomic v1.13.1
13272026-04-10T04:05:16.646Z Compiling parking_lot v0.12.5
13282026-04-10T04:05:16.755Z Compiling signal-hook-registry v1.4.8
13292026-04-10T04:05:16.775Z Compiling mio v1.2.0
13302026-04-10T04:05:16.962Z Compiling bitflags v2.11.0
13312026-04-10T04:05:17.065Z Compiling subtle v2.6.1
13322026-04-10T04:05:17.074Z Compiling critical-section v1.2.0
13332026-04-10T04:05:17.142Z Compiling untrusted v0.9.0
13342026-04-10T04:05:17.181Z Compiling base64 v0.22.1
13352026-04-10T04:05:17.208Z Compiling byteorder v1.5.0
13362026-04-10T04:05:17.232Z Compiling rand_core v0.6.4
13372026-04-10T04:05:17.261Z Compiling cmake v0.1.58
13382026-04-10T04:05:17.306Z Compiling synstructure v0.13.2
13392026-04-10T04:05:17.370Z Compiling serde_derive_internals v0.29.1
13402026-04-10T04:05:17.437Z Compiling dunce v1.0.5
13412026-04-10T04:05:17.458Z Compiling fs_extra v1.3.0
13422026-04-10T04:05:17.516Z Compiling once_cell v1.21.4
13432026-04-10T04:05:17.531Z Compiling atomic-waker v1.1.2
13442026-04-10T04:05:17.605Z Compiling regex-syntax v0.8.10
13452026-04-10T04:05:17.609Z Compiling strsim v0.11.1
13462026-04-10T04:05:17.651Z Compiling httparse v1.10.1
13472026-04-10T04:05:17.722Z Compiling aws-lc-sys v0.39.1
13482026-04-10T04:05:17.733Z Compiling ipnet v2.12.0
13492026-04-10T04:05:17.827Z Compiling rustix v1.1.4
13502026-04-10T04:05:18.007Z Compiling slog v2.8.2
13512026-04-10T04:05:18.037Z Compiling generic-array v0.14.7
13522026-04-10T04:05:18.131Z Compiling ucd-trie v0.1.7
13532026-04-10T04:05:18.229Z Compiling tower-layer v0.3.3
13542026-04-10T04:05:18.255Z Compiling thiserror v1.0.69
13552026-04-10T04:05:18.265Z Compiling tower-service v0.3.3
13562026-04-10T04:05:18.353Z Compiling pest v2.8.6
13572026-04-10T04:05:18.426Z Compiling try-lock v0.2.5
13582026-04-10T04:05:18.437Z Compiling httpdate v1.0.3
13592026-04-10T04:05:18.533Z Compiling want v0.3.1
13602026-04-10T04:05:18.576Z Compiling serde_derive v1.0.228
13612026-04-10T04:05:18.670Z Compiling zerofrom-derive v0.1.6
13622026-04-10T04:05:18.693Z Compiling yoke-derive v0.8.1
13632026-04-10T04:05:18.713Z Compiling zerovec-derive v0.11.2
13642026-04-10T04:05:18.730Z Compiling displaydoc v0.2.5
13652026-04-10T04:05:19.458Z Compiling tokio-macros v2.7.0
13662026-04-10T04:05:19.617Z Compiling schemars_derive v0.8.22
13672026-04-10T04:05:19.700Z Compiling thiserror-impl v2.0.18
13682026-04-10T04:05:19.776Z Compiling zerocopy-derive v0.8.48
13692026-04-10T04:05:19.841Z Compiling zerofrom v0.1.6
13702026-04-10T04:05:19.971Z Compiling yoke v0.8.1
13712026-04-10T04:05:20.155Z Compiling zerovec v0.11.5
13722026-04-10T04:05:20.247Z Compiling zerotrie v0.2.3
13732026-04-10T04:05:20.298Z Compiling zeroize_derive v1.4.3
13742026-04-10T04:05:20.544Z Compiling futures-macro v0.3.32
13752026-04-10T04:05:20.649Z Compiling tinystr v0.8.2
13762026-04-10T04:05:20.851Z Compiling icu_locale_core v2.1.1
13772026-04-10T04:05:20.862Z Compiling potential_utf v0.1.4
13782026-04-10T04:05:20.977Z Compiling zeroize v1.8.2
13792026-04-10T04:05:20.981Z Compiling icu_collections v2.1.1
13802026-04-10T04:05:21.125Z Compiling thiserror-impl v1.0.69
13812026-04-10T04:05:21.357Z Compiling futures-util v0.3.32
13822026-04-10T04:05:21.478Z Compiling icu_provider v2.1.1
13832026-04-10T04:05:21.619Z Compiling pest_meta v2.8.6
13842026-04-10T04:05:21.749Z Compiling bytes v1.11.1
13852026-04-10T04:05:21.776Z Compiling icu_properties v2.1.2
13862026-04-10T04:05:21.787Z Compiling icu_normalizer v2.1.1
13872026-04-10T04:05:22.265Z Compiling chrono v0.4.44
13882026-04-10T04:05:22.372Z Compiling http v1.4.0
13892026-04-10T04:05:22.375Z Compiling tokio v1.51.1
13902026-04-10T04:05:22.895Z Compiling idna_adapter v1.2.1
13912026-04-10T04:05:22.906Z Compiling serde_tokenstream v0.2.3
13922026-04-10T04:05:23.030Z Compiling idna v1.1.0
13932026-04-10T04:05:23.188Z Compiling http-body v1.0.1
13942026-04-10T04:05:23.341Z Compiling url v2.5.8
13952026-04-10T04:05:23.352Z Compiling erased-serde v0.3.31
13962026-04-10T04:05:23.715Z Compiling getrandom v0.3.4
13972026-04-10T04:05:23.780Z Compiling ryu v1.0.23
13982026-04-10T04:05:23.961Z Compiling ppv-lite86 v0.2.21
13992026-04-10T04:05:24.051Z Compiling pest_generator v2.8.6
14002026-04-10T04:05:24.097Z Compiling pretty-hex v0.4.2
14012026-04-10T04:05:24.151Z Compiling plain v0.2.3
14022026-04-10T04:05:24.216Z Compiling paste v1.0.15
14032026-04-10T04:05:24.227Z Compiling crypto-common v0.1.7
14042026-04-10T04:05:24.253Z Compiling ident_case v1.0.1
14052026-04-10T04:05:24.272Z Compiling omicron-workspace-hack v0.1.0
14062026-04-10T04:05:24.352Z Compiling tracing-attributes v0.1.31
14072026-04-10T04:05:24.370Z Compiling tracing-core v0.1.36
14082026-04-10T04:05:24.552Z Compiling serde_urlencoded v0.7.1
14092026-04-10T04:05:24.660Z Compiling pest_derive v2.8.6
14102026-04-10T04:05:24.793Z Compiling http-body-util v0.1.3
14112026-04-10T04:05:25.017Z Compiling ipnetwork v0.21.1
14122026-04-10T04:05:25.060Z Compiling daft-derive v0.1.5
14132026-04-10T04:05:25.071Z Compiling sync_wrapper v1.0.2
14142026-04-10T04:05:25.175Z Compiling fastrand v2.3.0
14152026-04-10T04:05:25.237Z Compiling aho-corasick v1.1.4
14162026-04-10T04:05:25.374Z Compiling winnow v1.0.1
14172026-04-10T04:05:25.445Z Compiling rustls-pki-types v1.14.0
14182026-04-10T04:05:25.457Z Compiling async-trait v0.1.89
14192026-04-10T04:05:25.619Z Compiling tracing v0.1.44
14202026-04-10T04:05:25.840Z Compiling ring v0.17.14
14212026-04-10T04:05:25.931Z Compiling powerfmt v0.2.0
14222026-04-10T04:05:26.087Z Compiling regex-automata v0.4.14
14232026-04-10T04:05:26.137Z Compiling anyhow v1.0.102
14242026-04-10T04:05:26.308Z Compiling cpufeatures v0.2.17
14252026-04-10T04:05:26.380Z Compiling time-core v0.1.8
14262026-04-10T04:05:26.442Z Compiling iri-string v0.7.12
14272026-04-10T04:05:26.458Z Compiling num-conv v0.2.1
14282026-04-10T04:05:26.602Z Compiling time-macros v0.2.27
14292026-04-10T04:05:26.670Z Compiling deranged v0.5.8
14302026-04-10T04:05:26.796Z Compiling block-buffer v0.10.4
14312026-04-10T04:05:26.941Z Compiling scroll_derive v0.13.1
14322026-04-10T04:05:27.550Z Compiling num_threads v0.1.7
14332026-04-10T04:05:27.592Z Compiling hex v0.4.3
14342026-04-10T04:05:27.642Z Compiling digest v0.10.7
14352026-04-10T04:05:27.740Z Compiling regex v1.12.3
14362026-04-10T04:05:27.841Z Compiling scroll v0.13.0
14372026-04-10T04:05:28.100Z Compiling tokio-util v0.7.18
14382026-04-10T04:05:28.195Z Compiling oxnet v0.1.4
14392026-04-10T04:05:28.441Z Compiling camino v1.2.2
14402026-04-10T04:05:28.579Z Compiling goblin v0.10.5
14412026-04-10T04:05:28.806Z Compiling openssl-probe v0.2.1
14422026-04-10T04:05:28.832Z Compiling usdt-impl v0.6.0
14432026-04-10T04:05:28.986Z Compiling dtrace-parser v0.3.0
14442026-04-10T04:05:29.354Z Compiling crossbeam-utils v0.8.21
14452026-04-10T04:05:29.477Z Compiling h2 v0.4.13
14462026-04-10T04:05:29.782Z Compiling futures-executor v0.3.32
14472026-04-10T04:05:29.832Z Compiling openapiv3 v2.2.0
14482026-04-10T04:05:29.843Z Compiling structmeta-derive v0.3.0
14492026-04-10T04:05:30.094Z Compiling regress v0.10.5
14502026-04-10T04:05:30.442Z Compiling thread-id v5.1.0
14512026-04-10T04:05:30.527Z Compiling syn v1.0.109
14522026-04-10T04:05:30.851Z Compiling rustls v0.22.4
14532026-04-10T04:05:30.891Z Compiling structmeta v0.3.0
14542026-04-10T04:05:31.092Z Compiling futures v0.3.32
14552026-04-10T04:05:31.113Z Compiling rand_core v0.9.5
14562026-04-10T04:05:31.334Z Compiling dof v0.4.0
14572026-04-10T04:05:31.632Z Compiling hyper v1.9.0
14582026-04-10T04:05:31.681Z Compiling darling_core v0.23.0
14592026-04-10T04:05:32.706Z Compiling newtype-uuid-macros v0.1.0
14602026-04-10T04:05:33.001Z Compiling thread_local v1.1.9
14612026-04-10T04:05:33.321Z Compiling aws-lc-rs v1.16.2
14622026-04-10T04:05:33.350Z Compiling match_cfg v0.1.0
14632026-04-10T04:05:33.421Z Compiling winnow v0.7.15
14642026-04-10T04:05:34.480Z Compiling hyper-util v0.1.20
14652026-04-10T04:05:34.486Z Compiling newtype-uuid v1.3.2
14662026-04-10T04:05:34.486Z Compiling quick-error v1.2.3
14672026-04-10T04:05:34.486Z Compiling ref-cast v1.0.25
14682026-04-10T04:05:34.486Z Compiling darling_macro v0.23.0
14692026-04-10T04:05:34.486Z Compiling slog-async v2.8.0
14702026-04-10T04:05:34.486Z Compiling daft v0.1.5
14712026-04-10T04:05:34.486Z Compiling usdt-attr-macro v0.6.0
14722026-04-10T04:05:34.486Z Compiling usdt-macro v0.6.0
14732026-04-10T04:05:34.486Z Compiling rand_chacha v0.9.0
14742026-04-10T04:05:34.486Z Compiling darling v0.23.0
14752026-04-10T04:05:34.486Z Compiling ref-cast-impl v1.0.25
14762026-04-10T04:05:34.648Z Compiling strum_macros v0.26.4
14772026-04-10T04:05:34.937Z Compiling serde_spanned v1.1.0
14782026-04-10T04:05:35.033Z Compiling toml_datetime v0.7.5+spec-1.1.0
14792026-04-10T04:05:35.084Z Compiling multer v3.1.0
14802026-04-10T04:05:35.224Z Compiling toml_writer v1.1.0+spec-1.1.0
14812026-04-10T04:05:35.289Z Compiling untrusted v0.7.1
14822026-04-10T04:05:35.302Z Compiling bit-vec v0.8.0
14832026-04-10T04:05:35.312Z Compiling take_mut v0.2.2
14842026-04-10T04:05:35.340Z Compiling debug-ignore v1.0.5
14852026-04-10T04:05:35.406Z Compiling term v1.2.1
14862026-04-10T04:05:35.446Z Compiling serde_with_macros v3.18.0
14872026-04-10T04:05:35.457Z Compiling rand v0.9.2
14882026-04-10T04:05:35.536Z Compiling bit-set v0.8.0
14892026-04-10T04:05:35.695Z Compiling async-stream-impl v0.3.6
14902026-04-10T04:05:36.079Z Compiling dropshot v0.16.7
14912026-04-10T04:05:36.131Z Compiling encoding_rs v0.8.35
14922026-04-10T04:05:36.289Z Compiling rustls v0.23.37
14932026-04-10T04:05:36.317Z Compiling strum v0.26.3
14942026-04-10T04:05:36.320Z Compiling unarray v0.1.4
14952026-04-10T04:05:36.433Z Compiling mime v0.3.17
14962026-04-10T04:05:36.496Z Compiling spin v0.9.8
14972026-04-10T04:05:36.569Z Compiling async-stream v0.3.6
14982026-04-10T04:05:36.699Z Compiling derive-ex v0.1.8
14992026-04-10T04:05:36.708Z Compiling dropshot_endpoint v0.16.7
15002026-04-10T04:05:36.744Z Compiling macaddr v1.0.1
15012026-04-10T04:05:36.905Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15022026-04-10T04:05:36.970Z Compiling waitgroup v0.1.2
15032026-04-10T04:05:37.072Z Compiling serde_path_to_error v0.1.20
15042026-04-10T04:05:37.374Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15052026-04-10T04:05:37.417Z Compiling tempfile v3.27.0
15062026-04-10T04:05:37.503Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15072026-04-10T04:05:37.590Z Compiling tower v0.5.3
15082026-04-10T04:05:37.682Z Compiling strum_macros v0.27.2
15092026-04-10T04:05:37.815Z Compiling instant v0.1.13
15102026-04-10T04:05:37.848Z Compiling time v0.3.47
15112026-04-10T04:05:38.076Z Compiling tower-http v0.6.8
15122026-04-10T04:05:38.226Z Compiling rustc-hash v2.1.2
15132026-04-10T04:05:38.279Z Compiling test-strategy v0.4.5
15142026-04-10T04:05:38.357Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15152026-04-10T04:05:38.503Z Compiling crossbeam-channel v0.5.15
15162026-04-10T04:05:39.479Z Compiling strum v0.27.2
15172026-04-10T04:05:39.500Z Compiling parse-display-derive v0.10.0
15182026-04-10T04:05:39.605Z Compiling rustls-native-certs v0.8.3
15192026-04-10T04:05:39.621Z Compiling backon v1.6.0
15202026-04-10T04:05:39.977Z Compiling rustls-webpki v0.102.8
15212026-04-10T04:05:40.015Z Compiling rand_chacha v0.3.1
15222026-04-10T04:05:40.847Z Compiling rand v0.8.5
15232026-04-10T04:05:40.860Z Compiling slog-json v2.6.1
15242026-04-10T04:05:41.066Z Compiling hostname v0.3.1
15252026-04-10T04:05:41.077Z Compiling toml_parser v1.1.0+spec-1.1.0
15262026-04-10T04:05:41.167Z Compiling is-terminal v0.4.17
15272026-04-10T04:05:41.206Z Compiling wait-timeout v0.2.1
15282026-04-10T04:05:41.261Z Compiling memmap2 v0.9.10
15292026-04-10T04:05:41.509Z Compiling either v1.15.0
15302026-04-10T04:05:41.522Z Compiling toml v0.9.12+spec-1.1.0
15312026-04-10T04:05:41.659Z Compiling usdt v0.6.0
15322026-04-10T04:05:41.718Z Compiling rusty-fork v0.3.1
15332026-04-10T04:05:41.776Z Compiling slog-term v2.9.2
15342026-04-10T04:05:41.941Z Compiling slog-bunyan v2.5.0
15352026-04-10T04:05:42.385Z Compiling tokio-rustls v0.25.0
15362026-04-10T04:05:42.565Z Compiling serde_with v3.18.0
15372026-04-10T04:05:42.614Z Compiling rand_xorshift v0.4.0
15382026-04-10T04:05:42.625Z Compiling sha1 v0.10.6
15392026-04-10T04:05:42.762Z Compiling rustls-pemfile v2.2.0
15402026-04-10T04:05:42.794Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15412026-04-10T04:05:42.846Z Compiling hostname v0.4.2
15422026-04-10T04:05:42.989Z Compiling proptest v1.11.0
15432026-04-10T04:05:43.461Z Compiling reqwest v0.12.28
15442026-04-10T04:05:43.550Z Compiling iddqd v0.3.17
15452026-04-10T04:05:44.310Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15462026-04-10T04:05:44.700Z Compiling progenitor-client v0.10.0
15472026-04-10T04:05:45.022Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15482026-04-10T04:05:45.179Z Compiling parse-display v0.10.0
15492026-04-10T04:05:45.532Z Compiling itertools v0.14.0
15502026-04-10T04:05:45.608Z Compiling backoff v0.4.0
15512026-04-10T04:05:45.708Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15522026-04-10T04:05:46.386Z Compiling toml_datetime v0.6.11
15532026-04-10T04:05:46.881Z Compiling utf8parse v0.2.2
15542026-04-10T04:05:46.933Z Compiling zerocopy-derive v0.7.35
15552026-04-10T04:05:46.989Z Compiling anstyle-parse v1.0.0
15562026-04-10T04:05:47.175Z Compiling anstyle v1.0.14
15572026-04-10T04:05:47.224Z Compiling is_terminal_polyfill v1.70.2
15582026-04-10T04:05:47.320Z Compiling anstyle-query v1.1.5
15592026-04-10T04:05:47.402Z Compiling colorchoice v1.0.5
15602026-04-10T04:05:48.520Z Compiling anstream v1.0.0
15612026-04-10T04:05:48.525Z Compiling zerocopy v0.7.35
15622026-04-10T04:05:48.525Z Compiling convert_case v0.4.0
15632026-04-10T04:05:48.525Z Compiling clap_lex v1.1.0
15642026-04-10T04:05:48.525Z Compiling derive_more v0.99.20
15652026-04-10T04:05:48.859Z Compiling unicode-width v0.2.2
15662026-04-10T04:05:49.000Z Compiling tinyvec_macros v0.1.1
15672026-04-10T04:05:49.072Z Compiling tinyvec v1.11.0
15682026-04-10T04:05:49.764Z Compiling dtrace-parser v0.2.0
15692026-04-10T04:05:49.781Z Compiling serde_spanned v0.6.9
15702026-04-10T04:05:49.934Z Compiling secrecy v0.10.3
15712026-04-10T04:05:50.095Z Compiling clap_derive v4.6.0
15722026-04-10T04:05:50.603Z Compiling scroll_derive v0.12.1
15732026-04-10T04:05:50.624Z Compiling usdt-impl v0.5.0
15742026-04-10T04:05:50.700Z Compiling toml_write v0.1.2
15752026-04-10T04:05:50.711Z Compiling crucible-workspace-hack v0.1.0
15762026-04-10T04:05:50.901Z Compiling toml_edit v0.22.27
15772026-04-10T04:05:51.305Z Compiling scroll v0.12.0
15782026-04-10T04:05:51.631Z Compiling dof v0.3.0
15792026-04-10T04:05:51.783Z Compiling typify-impl v0.6.1
15802026-04-10T04:05:51.810Z Compiling terminal_size v0.4.4
15812026-04-10T04:05:51.887Z Compiling darling_core v0.21.3
15822026-04-10T04:05:51.948Z Compiling rustc_version v0.4.1
15832026-04-10T04:05:52.002Z Compiling thread-id v4.2.2
15842026-04-10T04:05:52.217Z Compiling curve25519-dalek v4.1.3
15852026-04-10T04:05:52.497Z Compiling toml v0.8.23
15862026-04-10T04:05:52.770Z Compiling goblin v0.8.2
15872026-04-10T04:05:53.391Z Compiling crossbeam-epoch v0.9.18
15882026-04-10T04:05:53.493Z Compiling hmac v0.12.1
15892026-04-10T04:05:53.630Z Compiling inout v0.1.4
15902026-04-10T04:05:53.734Z Compiling ff v0.13.1
15912026-04-10T04:05:53.775Z Compiling num-integer v0.1.46
15922026-04-10T04:05:53.972Z Compiling darling_macro v0.21.3
15932026-04-10T04:05:54.140Z Compiling float-ord v0.3.2
15942026-04-10T04:05:54.423Z Compiling group v0.13.0
15952026-04-10T04:05:54.532Z Compiling cipher v0.4.4
15962026-04-10T04:05:54.536Z Compiling hkdf v0.12.4
15972026-04-10T04:05:54.552Z Compiling darling v0.21.3
15982026-04-10T04:05:55.536Z Compiling clap_builder v4.6.0
15992026-04-10T04:05:56.988Z Compiling thiserror-impl-no-std v2.0.2
16002026-04-10T04:05:57.138Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16012026-04-10T04:05:57.483Z Compiling universal-hash v0.5.1
16022026-04-10T04:05:57.613Z Compiling half v2.7.1
16032026-04-10T04:05:57.749Z Compiling crypto-bigint v0.5.5
16042026-04-10T04:05:57.909Z Compiling curve25519-dalek-derive v0.1.1
16052026-04-10T04:05:58.020Z Compiling typify-macro v0.6.1
16062026-04-10T04:05:58.060Z Compiling proc-macro-error-attr v1.0.4
16072026-04-10T04:05:58.507Z Compiling base64ct v1.8.3
16082026-04-10T04:05:58.529Z Compiling rustix v0.38.44
16092026-04-10T04:05:58.572Z Compiling base16ct v0.2.0
16102026-04-10T04:05:58.736Z Compiling ciborium-io v0.2.2
16112026-04-10T04:05:58.805Z Compiling heapless v0.8.0
16122026-04-10T04:05:58.831Z Compiling toml_datetime v1.1.0+spec-1.1.0
16132026-04-10T04:05:58.869Z Compiling prettyplease v0.2.37
16142026-04-10T04:05:58.879Z Compiling opaque-debug v0.3.1
16152026-04-10T04:05:58.944Z Compiling poly1305 v0.8.0
16162026-04-10T04:05:59.006Z Compiling toml_edit v0.25.8+spec-1.1.0
16172026-04-10T04:05:59.056Z Compiling ciborium-ll v0.2.2
16182026-04-10T04:05:59.108Z Compiling password-hash v0.5.0
16192026-04-10T04:05:59.120Z Compiling elliptic-curve v0.13.8
16202026-04-10T04:05:59.431Z Compiling thiserror-no-std v2.0.2
16212026-04-10T04:05:59.521Z Compiling clap v4.6.0
16222026-04-10T04:05:59.985Z Compiling chacha20 v0.9.1
16232026-04-10T04:06:00.120Z Compiling ingot-macros v0.1.1
16242026-04-10T04:06:00.137Z Compiling num-iter v0.1.45
16252026-04-10T04:06:00.141Z Compiling num-rational v0.4.2
16262026-04-10T04:06:00.181Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16272026-04-10T04:06:00.199Z Compiling usdt-attr-macro v0.5.0
16282026-04-10T04:06:00.252Z Compiling usdt-macro v0.5.0
16292026-04-10T04:06:01.035Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16302026-04-10T04:06:01.443Z Compiling rustls-webpki v0.103.10
16312026-04-10T04:06:01.922Z Compiling blake2 v0.10.6
16322026-04-10T04:06:02.385Z Compiling byte-wrapper v0.1.0
16332026-04-10T04:06:02.487Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16342026-04-10T04:06:02.615Z Compiling aead v0.5.2
16352026-04-10T04:06:02.755Z Compiling enum-as-inner v0.6.1
16362026-04-10T04:06:02.778Z Compiling hash32 v0.3.1
16372026-04-10T04:06:02.821Z Compiling num-complex v0.4.6
16382026-04-10T04:06:02.876Z Compiling proc-macro-error v1.0.4
16392026-04-10T04:06:02.901Z Compiling memmap v0.7.0
16402026-04-10T04:06:02.931Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16412026-04-10T04:06:03.086Z Compiling winnow v0.5.40
16422026-04-10T04:06:03.098Z Compiling keccak v0.1.6
16432026-04-10T04:06:03.167Z Compiling data-encoding v2.10.0
16442026-04-10T04:06:03.199Z Compiling smoltcp v0.11.0
16452026-04-10T04:06:03.322Z Compiling sha3 v0.10.8
16462026-04-10T04:06:03.356Z Compiling num v0.4.3
16472026-04-10T04:06:03.539Z Compiling usdt v0.5.0
16482026-04-10T04:06:03.628Z Compiling ingot-types v0.1.2
16492026-04-10T04:06:03.813Z Compiling chacha20poly1305 v0.10.1
16502026-04-10T04:06:03.947Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16512026-04-10T04:06:03.991Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16522026-04-10T04:06:04.002Z Compiling argon2 v0.5.3
16532026-04-10T04:06:04.044Z Compiling typify v0.6.1
16542026-04-10T04:06:04.135Z Compiling vsss-rs v3.3.4
16552026-04-10T04:06:04.470Z Compiling toml_edit v0.19.15
16562026-04-10T04:06:04.514Z Compiling proc-macro-crate v3.5.0
16572026-04-10T04:06:05.012Z Compiling tokio-rustls v0.26.4
16582026-04-10T04:06:05.208Z Compiling rustls-platform-verifier v0.6.2
16592026-04-10T04:06:05.295Z Compiling hyper-rustls v0.27.7
16602026-04-10T04:06:05.590Z Compiling reqwest v0.13.2
16612026-04-10T04:06:05.986Z Compiling ciborium v0.2.2
16622026-04-10T04:06:06.622Z Compiling tabwriter v1.4.1
16632026-04-10T04:06:06.861Z Compiling progenitor-client v0.13.0
16642026-04-10T04:06:07.010Z Compiling cobs v0.3.0
16652026-04-10T04:06:07.158Z Compiling progenitor-extras v0.1.1
16662026-04-10T04:06:07.175Z Compiling memoffset v0.9.1
16672026-04-10T04:06:07.216Z Compiling cfg_aliases v0.2.1
16682026-04-10T04:06:07.284Z Compiling indent_write v2.2.0
16692026-04-10T04:06:07.394Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16702026-04-10T04:06:07.424Z Compiling bitflags v1.3.2
16712026-04-10T04:06:07.458Z Compiling pkg-config v0.3.32
16722026-04-10T04:06:07.498Z Compiling managed v0.8.0
16732026-04-10T04:06:07.714Z Compiling unsafe-libyaml v0.2.11
16742026-04-10T04:06:07.914Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16752026-04-10T04:06:08.133Z Compiling vcpkg v0.2.15
16762026-04-10T04:06:08.517Z Compiling serde_yaml v0.9.34+deprecated
16772026-04-10T04:06:08.707Z Compiling openssl-sys v0.9.112
16782026-04-10T04:06:09.367Z Compiling nix v0.31.2
16792026-04-10T04:06:09.731Z Compiling postcard v1.1.3
16802026-04-10T04:06:09.933Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16812026-04-10T04:06:10.179Z Compiling proc-macro-crate v1.3.1
16822026-04-10T04:06:10.322Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16832026-04-10T04:06:10.412Z Compiling num_enum_derive v0.7.6
16842026-04-10T04:06:10.422Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16852026-04-10T04:06:10.528Z Compiling progenitor-impl v0.13.0
16862026-04-10T04:06:10.677Z Compiling ingot v0.1.1
16872026-04-10T04:06:11.446Z Compiling hubpack_derive v0.1.1
16882026-04-10T04:06:11.962Z Compiling foreign-types-macros v0.2.3
16892026-04-10T04:06:12.441Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16902026-04-10T04:06:13.751Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16912026-04-10T04:06:13.764Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16922026-04-10T04:06:13.764Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16932026-04-10T04:06:13.764Z Compiling semver v0.1.20
16942026-04-10T04:06:13.764Z Compiling swrite v0.1.0
16952026-04-10T04:06:13.764Z Compiling rayon-core v1.13.0
16962026-04-10T04:06:13.764Z Compiling static_assertions v1.1.0
16972026-04-10T04:06:13.764Z Compiling colored v3.1.1
16982026-04-10T04:06:13.764Z Compiling foreign-types-shared v0.3.1
16992026-04-10T04:06:13.764Z Compiling heck v0.4.1
17002026-04-10T04:06:13.764Z Compiling resolv-conf v0.7.6
17012026-04-10T04:06:13.764Z Compiling linked-hash-map v0.5.6
17022026-04-10T04:06:13.764Z Compiling cpufeatures v0.3.0
17032026-04-10T04:06:13.782Z Compiling chacha20 v0.10.0
17042026-04-10T04:06:13.814Z Compiling lru-cache v0.1.2
17052026-04-10T04:06:13.835Z Compiling foreign-types v0.5.0
17062026-04-10T04:06:13.906Z Compiling rustc_version v0.1.7
17072026-04-10T04:06:13.962Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17082026-04-10T04:06:14.042Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17092026-04-10T04:06:14.099Z Compiling progenitor-macro v0.13.0
17102026-04-10T04:06:14.110Z Compiling hubpack v0.1.2
17112026-04-10T04:06:14.446Z Compiling num_enum v0.7.6
17122026-04-10T04:06:14.563Z Compiling num_enum_derive v0.5.11
17132026-04-10T04:06:15.193Z Compiling hickory-proto v0.24.4
17142026-04-10T04:06:15.654Z Compiling crossbeam-deque v0.8.6
17152026-04-10T04:06:15.773Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17162026-04-10T04:06:15.845Z Compiling serde-big-array v0.5.1
17172026-04-10T04:06:15.999Z Compiling serde_repr v0.1.20
17182026-04-10T04:06:16.281Z Compiling pin-project-internal v1.1.11
17192026-04-10T04:06:16.612Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17202026-04-10T04:06:16.784Z Compiling derive-where v1.6.1
17212026-04-10T04:06:16.830Z Compiling cstr-argument v0.1.2
17222026-04-10T04:06:16.987Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17232026-04-10T04:06:17.115Z Compiling unicode-segmentation v1.13.2
17242026-04-10T04:06:17.209Z Compiling minimal-lexical v0.2.1
17252026-04-10T04:06:17.368Z Compiling siphasher v1.0.2
17262026-04-10T04:06:17.474Z Compiling newline-converter v0.3.0
17272026-04-10T04:06:17.550Z Compiling phf_shared v0.12.1
17282026-04-10T04:06:17.576Z Compiling nom v7.1.3
17292026-04-10T04:06:17.592Z Compiling pin-project v1.1.11
17302026-04-10T04:06:17.727Z Compiling hickory-resolver v0.24.4
17312026-04-10T04:06:18.047Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17322026-04-10T04:06:18.220Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17332026-04-10T04:06:19.385Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17342026-04-10T04:06:19.391Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17352026-04-10T04:06:19.391Z Compiling num_enum v0.5.11
17362026-04-10T04:06:19.391Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17372026-04-10T04:06:19.391Z Compiling newtype_derive v0.1.6
17382026-04-10T04:06:19.391Z Compiling progenitor v0.13.0
17392026-04-10T04:06:19.391Z Compiling rand v0.10.0
17402026-04-10T04:06:19.391Z Compiling atomicwrites v0.4.4
17412026-04-10T04:06:19.522Z Compiling unicode-normalization v0.1.25
17422026-04-10T04:06:20.025Z Compiling console v0.15.11
17432026-04-10T04:06:20.035Z Compiling camino-tempfile v1.4.1
17442026-04-10T04:06:20.218Z Compiling tokio-stream v0.1.18
17452026-04-10T04:06:20.280Z Compiling snafu-derive v0.8.9
17462026-04-10T04:06:20.390Z Compiling async-recursion v1.1.1
17472026-04-10T04:06:20.483Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17482026-04-10T04:06:20.686Z Compiling slog-dtrace v0.3.0
17492026-04-10T04:06:20.705Z Compiling bstr v1.12.1
17502026-04-10T04:06:20.774Z Compiling csv-core v0.1.13
17512026-04-10T04:06:20.895Z Compiling openssl v0.10.76
17522026-04-10T04:06:20.915Z Compiling chrono-tz v0.10.4
17532026-04-10T04:06:21.040Z Compiling foldhash v0.1.5
17542026-04-10T04:06:21.082Z Compiling cancel-safe-futures v0.1.5
17552026-04-10T04:06:21.129Z Compiling foreign-types-shared v0.1.1
17562026-04-10T04:06:21.157Z Compiling same-file v1.0.6
17572026-04-10T04:06:21.161Z Compiling highway v1.3.0
17582026-04-10T04:06:21.201Z Compiling owo-colors v4.3.0
17592026-04-10T04:06:21.214Z Compiling similar v2.7.0
17602026-04-10T04:06:21.222Z Compiling unicode-width v0.1.14
17612026-04-10T04:06:21.323Z Compiling unicode-xid v0.2.6
17622026-04-10T04:06:21.346Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17632026-04-10T04:06:21.442Z Compiling const_format_proc_macros v0.2.34
17642026-04-10T04:06:21.495Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17652026-04-10T04:06:21.557Z Compiling walkdir v2.5.0
17662026-04-10T04:06:21.576Z Compiling foreign-types v0.3.2
17672026-04-10T04:06:21.650Z Compiling expectorate v1.2.0
17682026-04-10T04:06:21.804Z Compiling hashbrown v0.15.5
17692026-04-10T04:06:21.954Z Compiling globset v0.4.18
17702026-04-10T04:06:22.030Z Compiling snafu v0.8.9
17712026-04-10T04:06:22.187Z Compiling csv v1.4.0
17722026-04-10T04:06:22.329Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17732026-04-10T04:06:22.340Z Compiling qorb v0.4.1
17742026-04-10T04:06:22.419Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17752026-04-10T04:06:22.796Z Compiling olpc-cjson v0.1.4
17762026-04-10T04:06:23.468Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17772026-04-10T04:06:24.003Z Compiling rayon v1.11.0
17782026-04-10T04:06:24.432Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17792026-04-10T04:06:24.484Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17802026-04-10T04:06:24.552Z Compiling phf v0.12.1
17812026-04-10T04:06:24.713Z Compiling zone_cfg_derive v0.3.1
17822026-04-10T04:06:24.784Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17832026-04-10T04:06:25.138Z Compiling tokio-dtrace v0.1.1
17842026-04-10T04:06:25.414Z Compiling itertools v0.12.1
17852026-04-10T04:06:25.472Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17862026-04-10T04:06:25.669Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17872026-04-10T04:06:25.687Z Compiling libsw-core v0.3.2
17882026-04-10T04:06:25.817Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17892026-04-10T04:06:25.828Z Compiling serde_plain v1.0.2
17902026-04-10T04:06:25.849Z Compiling openssl-macros v0.1.1
17912026-04-10T04:06:25.861Z Compiling num-derive v0.4.2
17922026-04-10T04:06:25.877Z Compiling pem v3.0.6
17932026-04-10T04:06:26.029Z Compiling cookie v0.18.1
17942026-04-10T04:06:26.043Z Compiling sigpipe v0.1.3
17952026-04-10T04:06:26.129Z Compiling bytecount v0.6.9
17962026-04-10T04:06:26.256Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17972026-04-10T04:06:26.256Z Compiling jiff v0.2.23
17982026-04-10T04:06:26.276Z Compiling typed-path v0.9.3
17992026-04-10T04:06:26.324Z Compiling glob v0.3.3
18002026-04-10T04:06:26.391Z Compiling fixedbitset v0.4.2
18012026-04-10T04:06:26.478Z Compiling fixedbitset v0.5.7
18022026-04-10T04:06:26.621Z Compiling zone v0.3.1
18032026-04-10T04:06:26.656Z Compiling petgraph v0.6.5
18042026-04-10T04:06:26.770Z Compiling petgraph v0.8.3
18052026-04-10T04:06:26.809Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18062026-04-10T04:06:27.211Z Compiling tough v0.20.0
18072026-04-10T04:06:27.462Z Compiling papergrid v0.11.0
18082026-04-10T04:06:27.609Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18092026-04-10T04:06:28.151Z Compiling libsw v3.5.0
18102026-04-10T04:06:28.327Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18112026-04-10T04:06:28.579Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18122026-04-10T04:06:28.590Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18132026-04-10T04:06:29.252Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18142026-04-10T04:06:29.680Z Compiling oxide-tokio-rt v0.1.3
18152026-04-10T04:06:30.113Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18162026-04-10T04:06:30.200Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18172026-04-10T04:06:30.362Z Compiling const_format v0.2.35
18182026-04-10T04:06:30.384Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18192026-04-10T04:06:30.601Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18202026-04-10T04:06:30.997Z Compiling tabled_derive v0.7.0
18212026-04-10T04:06:31.092Z Compiling gethostname v0.5.0
18222026-04-10T04:06:31.177Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18232026-04-10T04:06:31.214Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18242026-04-10T04:06:31.302Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18252026-04-10T04:06:31.347Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18262026-04-10T04:06:31.425Z Compiling smf v0.2.3
18272026-04-10T04:06:31.938Z Compiling bcs v0.1.6
18282026-04-10T04:06:31.949Z Compiling linear-map v1.2.0
18292026-04-10T04:06:31.968Z Compiling lazy_static v1.5.0
18302026-04-10T04:06:32.035Z Compiling smawk v0.3.2
18312026-04-10T04:06:32.071Z Compiling tagptr v0.2.0
18322026-04-10T04:06:32.136Z Compiling whoami v1.6.1
18332026-04-10T04:06:32.173Z Compiling termtree v0.5.1
18342026-04-10T04:06:32.221Z Compiling unicode-linebreak v0.1.5
18352026-04-10T04:06:32.257Z Compiling moka v0.12.15
18362026-04-10T04:06:32.453Z Compiling textwrap v0.16.2
18372026-04-10T04:06:32.477Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18382026-04-10T04:06:32.662Z Compiling steno v0.4.1
18392026-04-10T04:06:32.665Z Compiling tabled v0.15.0
18402026-04-10T04:06:32.994Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18412026-04-10T04:06:33.006Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18422026-04-10T04:06:33.044Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18432026-04-10T04:06:33.190Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18442026-04-10T04:06:34.416Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18452026-04-10T04:06:35.262Z Compiling hickory-proto v0.25.2
18462026-04-10T04:06:35.415Z Compiling humantime v2.3.0
18472026-04-10T04:06:35.708Z Compiling num-derive v0.3.3
18482026-04-10T04:06:35.932Z Compiling parking_lot_core v0.8.6
18492026-04-10T04:06:36.091Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18502026-04-10T04:06:36.238Z Compiling crc32fast v1.5.0
18512026-04-10T04:06:36.611Z Compiling parking_lot v0.11.2
18522026-04-10T04:06:36.647Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18532026-04-10T04:06:36.671Z Compiling libscf-sys v1.1.0
18542026-04-10T04:06:36.776Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18552026-04-10T04:06:36.812Z Compiling fxhash v0.2.1
18562026-04-10T04:06:36.945Z Compiling internet-checksum v0.2.1
18572026-04-10T04:06:36.978Z Compiling sled v0.34.7
18582026-04-10T04:06:37.018Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18592026-04-10T04:06:37.174Z Compiling hickory-resolver v0.25.2
18602026-04-10T04:06:37.996Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18612026-04-10T04:06:42.184Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18622026-04-10T04:06:49.356Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18632026-04-10T04:06:50.962Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18642026-04-10T04:06:52.050Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18652026-04-10T04:06:53.174Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18662026-04-10T04:06:53.951Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18672026-04-10T04:07:17.426Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
18682026-04-10T04:07:17.596Z────────────
18692026-04-10T04:07:17.596Z Nextest run ID 7f953745-c400-4a51-8258-b992d9e3a914 with nextest profile: default
18702026-04-10T04:07:17.596Z Starting 45 tests across 1 binary
18712026-04-10T04:07:17.607Z PASS [ 0.011s] rdb db::test::test_prefix4_db_key_serialization
18722026-04-10T04:07:17.607Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
18732026-04-10T04:07:17.607Z PASS [ 0.011s] rdb bestpath::test::test_bestpath
18742026-04-10T04:07:17.607Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_per_as_grouping
18752026-04-10T04:07:17.607Z PASS [ 0.010s] rdb db::test::test_prefix4_from_str
18762026-04-10T04:07:17.612Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_shutdown_preference
18772026-04-10T04:07:17.618Z PASS [ 0.011s] rdb db::test::test_prefix6_from_str
18782026-04-10T04:07:17.618Z PASS [ 0.011s] rdb db::test::test_prefix6_db_key_serialization
18792026-04-10T04:07:17.653Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
18802026-04-10T04:07:17.653Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
18812026-04-10T04:07:17.665Z PASS [ 0.057s] rdb db::test::test_static_routing_ipv4_basic
18822026-04-10T04:07:17.665Z PASS [ 0.058s] rdb db::test::test_set_nexthop_shutdown_replaces_path
18832026-04-10T04:07:17.665Z PASS [ 0.058s] rdb db::test::test_prefix_host_bit_normalization
18842026-04-10T04:07:17.665Z PASS [ 0.058s] rdb db::test::test_rib
18852026-04-10T04:07:17.672Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_basic
18862026-04-10T04:07:17.672Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
18872026-04-10T04:07:17.681Z PASS [ 0.016s] rdb proptest::prop_ipv4_default_contains_all
18882026-04-10T04:07:17.681Z PASS [ 0.016s] rdb proptest::prop_ipv4_host_bits_always_unset
18892026-04-10T04:07:17.686Z PASS [ 0.014s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18902026-04-10T04:07:17.689Z PASS [ 0.014s] rdb proptest::prop_ipv4_length_in_bounds
18912026-04-10T04:07:17.697Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
18922026-04-10T04:07:17.697Z PASS [ 0.014s] rdb proptest::prop_ipv4_within_self
18932026-04-10T04:07:17.702Z PASS [ 0.013s] rdb proptest::prop_ipv6_host_bits_always_unset
18942026-04-10T04:07:17.702Z PASS [ 0.013s] rdb proptest::prop_ipv6_length_in_bounds
18952026-04-10T04:07:17.708Z PASS [ 0.014s] rdb proptest::prop_ipv6_within_self
18962026-04-10T04:07:17.709Z PASS [ 0.014s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18972026-04-10T04:07:17.712Z PASS [ 0.056s] rdb db::test::test_static_routing_multiple_routes_same_prefix
18982026-04-10T04:07:17.713Z PASS [ 0.056s] rdb db::test::test_static_routing_mixed_address_families
18992026-04-10T04:07:17.716Z PASS [ 0.013s] rdb proptest::prop_prefix_enum_no_cross_family
19002026-04-10T04:07:17.717Z PASS [ 0.015s] rdb proptest::prop_static_route_key_deduplication
19012026-04-10T04:07:17.720Z PASS [ 0.054s] rdb db::test::test_static_routing_vlan_id_handling
19022026-04-10T04:07:17.724Z PASS [ 0.008s] rdb types::test::bgp_path_identity
19032026-04-10T04:07:17.728Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
19042026-04-10T04:07:17.728Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
19052026-04-10T04:07:17.728Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_length
19062026-04-10T04:07:17.729Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19072026-04-10T04:07:17.729Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19082026-04-10T04:07:17.738Z PASS [ 0.008s] rdb types::test::btreeset_coexistence
19092026-04-10T04:07:17.738Z PASS [ 0.022s] rdb proptest::prop_static_route_key_ord_consistency
19102026-04-10T04:07:17.738Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
19112026-04-10T04:07:17.738Z PASS [ 0.009s] rdb types::test::btreeset_remove
19122026-04-10T04:07:17.738Z PASS [ 0.009s] rdb types::test::btreeset_replace
19132026-04-10T04:07:17.738Z PASS [ 0.009s] rdb types::test::static_path_identity
19142026-04-10T04:07:17.738Z PASS [ 0.009s] rdb types::test::ord_contract
19152026-04-10T04:07:17.747Z PASS [ 0.082s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19162026-04-10T04:07:17.751Z────────────
19172026-04-10T04:07:17.751Z Summary [ 0.152s] 45 tests run: 45 passed, 0 skipped
19182026-04-10T04:07:17.761Z+ cp rib.log /work/
19192026-04-10T04:07:17.766Zprocess exited: duration 278012 ms, exit code 0
 
19202026-04-10T04:07:17.779Zfound 1 output files
19212026-04-10T04:07:17.779Zuploading: /work/rib.log (888 bytes)
19222026-04-10T04:07:18.793Zuploaded: /work/rib.log