01KNTPZQRM5RMAHRTM6S6ER763: test-mg-lower

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KNTQ03PQER8TW4YJA0XNEWCD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T03:30:40.634Zjob assigned to worker 01KNTQ0H46RRAYAYFP4A0D0ECG [factory aws, i-0b2767a7050d3955b] (queued for 1 m 9 s)
 
22026-04-10T03:30:47.270Zstarting task 0: "setup"
32026-04-10T03:30:47.274Z++ uname -s
42026-04-10T03:30:47.277Z+ kern=SunOS
52026-04-10T03:30:47.277Z+ build_user=build
62026-04-10T03:30:47.277Z+ build_uid=12345
72026-04-10T03:30:47.277Z+ work_dir=/work
82026-04-10T03:30:47.277Z+ input_dir=/input
92026-04-10T03:30:47.278Z+ [[ 0 == 12345 ]]
102026-04-10T03:30:47.278Z+ case "$kern" in
112026-04-10T03:30:47.278Z+ groupadd -g 12345 build
122026-04-10T03:30:47.281Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T03:30:49.284Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T03:30:49.343Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T03:30:49.346Z+ home_fs=zfs
162026-04-10T03:30:49.346Z+ [[ zfs == autofs ]]
172026-04-10T03:30:49.347Z+ mkdir -p /home/build
182026-04-10T03:30:49.347Z+ chown build:build /home/build /work
192026-04-10T03:30:51.348Z+ chmod 0700 /home/build /work
202026-04-10T03:30:51.351Zprocess exited: duration 4082 ms, exit code 0
 
212026-04-10T03:30:51.357Zstarting task 1: "rust-toolchain"
222026-04-10T03:30:51.361Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-10T03:30:51.362Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-10T03:30:51.362Z * rust toolchain channel = "stable"
252026-04-10T03:30:51.362Z * rust toolchain profile = "default"
262026-04-10T03:30:51.365Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T03:30:51.365Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T03:30:51.365Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T03:30:51.365Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-10T03:30:51.480Zinfo: downloading installer
312026-04-10T03:30:52.966Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T03:30:52.966Zwarn: /opt/ooce/bin
332026-04-10T03:30:52.967Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T03:30:52.967Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T03:30:52.967Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T03:30:52.967Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T03:30:52.967Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T03:30:52.967Zerror: cannot install while Rust is installed
392026-04-10T03:30:52.967Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T03:30:52.967Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T03:30:52.967Zwarn: /home/build/.rustup/settings.toml
422026-04-10T03:30:52.967Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T03:30:52.967Zwarn: instead of the one inferred from the default host triple.
442026-04-10T03:30:52.980Zinfo: profile set to default
452026-04-10T03:30:52.980Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T03:30:52.985Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-10T03:30:53.128Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T03:30:53.131Zinfo: downloading 6 components
492026-04-10T03:31:07.937Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-10T03:31:07.937Z
512026-04-10T03:31:07.963Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T03:31:07.963Z
532026-04-10T03:31:07.963Z
542026-04-10T03:31:07.963ZRust is installed now. Great!
552026-04-10T03:31:07.963Z
562026-04-10T03:31:07.966ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T03:31:07.967Zenvironment variable. This has not been done automatically.
582026-04-10T03:31:07.967Z
592026-04-10T03:31:07.967ZTo configure your current shell, you need to source
602026-04-10T03:31:07.967Zthe corresponding env file under $HOME/.cargo.
612026-04-10T03:31:07.967Z
622026-04-10T03:31:07.967ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T03:31:07.967Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T03:31:07.967Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T03:31:07.967Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T03:31:07.967Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T03:31:07.967Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T03:31:07.967Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T03:31:07.967Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T03:31:07.967Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T03:31:08.064Z+ rustup --version
722026-04-10T03:31:08.073Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T03:31:08.076Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T03:31:08.095Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T03:31:08.098Z+ cargo --version
762026-04-10T03:31:08.111Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T03:31:08.118Z+ rustc --version
782026-04-10T03:31:08.136Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T03:31:08.141Zprocess exited: duration 16775 ms, exit code 0
 
802026-04-10T03:31:08.154Zstarting task 2: "authentication"
812026-04-10T03:31:08.186Zprocess exited: duration 32 ms, exit code 0
 
822026-04-10T03:31:08.208Zstarting task 3: "clone repository"
832026-04-10T03:31:08.212Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-10T03:31:08.212Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-10T03:31:08.336ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-10T03:31:09.272Z+ cd /work/oxidecomputer/maghemite
872026-04-10T03:31:09.272Z+ git fetch origin 3d44036dea0a79cda4ba0dbbd943f1602d4507b8
882026-04-10T03:31:09.522ZFrom https://github.com/oxidecomputer/maghemite
892026-04-10T03:31:09.522Z * branch 3d44036dea0a79cda4ba0dbbd943f1602d4507b8 -> FETCH_HEAD
902026-04-10T03:31:09.527Z+ [[ -n trey/random-fix-fun-time ]]
912026-04-10T03:31:09.530Z++ git branch --show-current
922026-04-10T03:31:09.530Z+ current=main
932026-04-10T03:31:09.530Z+ [[ main != trey/random-fix-fun-time ]]
942026-04-10T03:31:09.530Z+ git branch -f trey/random-fix-fun-time 3d44036dea0a79cda4ba0dbbd943f1602d4507b8
952026-04-10T03:31:09.533Z+ git checkout -f trey/random-fix-fun-time
962026-04-10T03:31:09.548ZSwitched to branch 'trey/random-fix-fun-time'
972026-04-10T03:31:09.551Z+ git reset --hard 3d44036dea0a79cda4ba0dbbd943f1602d4507b8
982026-04-10T03:31:09.566ZHEAD is now at 3d44036 bgp: disallow OPEN/KEEPALIVE from extended msg
992026-04-10T03:31:09.569Zprocess exited: duration 1364 ms, exit code 0
 
1002026-04-10T03:31:09.576Zstarting task 4: "build"
1012026-04-10T03:31:09.580Z+ set -e
1022026-04-10T03:31:09.583Z+ source .github/buildomat/test-common.sh
1032026-04-10T03:31:09.583Z++ NEXTEST_VERSION=0.9.97
1042026-04-10T03:31:09.583Z++ PLATFORM=illumos
1052026-04-10T03:31:09.583Z++ banner install
1062026-04-10T03:31:09.583Z
1072026-04-10T03:31:09.583Z # # # #### ##### ## # #
1082026-04-10T03:31:09.583Z # ## # # # # # # #
1092026-04-10T03:31:09.583Z # # # # #### # # # # #
1102026-04-10T03:31:09.583Z # # # # # # ###### # #
1112026-04-10T03:31:09.583Z # # ## # # # # # # #
1122026-04-10T03:31:09.583Z # # # #### # # # ###### ######
1132026-04-10T03:31:09.583Z
1142026-04-10T03:31:09.584Z++ set +o errexit
1152026-04-10T03:31:09.584Z++ pkg info clang-15
1162026-04-10T03:31:09.584Z++ grep -qi installed
1172026-04-10T03:31:11.294Zpkg: info: no packages matching the following patterns you specified are
1182026-04-10T03:31:11.294Zinstalled on the system. Try querying remotely instead:
1192026-04-10T03:31:11.294Z
1202026-04-10T03:31:11.294Z clang-15
1212026-04-10T03:31:11.334Z++ [[ 1 != 0 ]]
1222026-04-10T03:31:11.334Z++ set -o errexit
1232026-04-10T03:31:11.337Z++ pfexec pkg install clang-15
1242026-04-10T03:31:19.838Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-04-10T03:31:26.929Z Startup: Caching catalogs ... Done
1262026-04-10T03:31:31.961ZPlanning: Solver setup ... Done
1272026-04-10T03:31:31.984ZPlanning: Running solver ... Done
1282026-04-10T03:31:32.104ZPlanning: Finding local manifests ... Done
1292026-04-10T03:31:32.120ZPlanning: Fetching manifests: 0/2 0% complete
1302026-04-10T03:31:32.205ZPlanning: Fetching manifests: 2/2 100% complete
1312026-04-10T03:31:32.235ZPlanning: Package planning ... Done
1322026-04-10T03:31:32.262ZPlanning: Merging actions ... Done
1332026-04-10T03:31:32.385ZPlanning: Checking for conflicting actions ... Done
1342026-04-10T03:31:32.392ZPlanning: Consolidating action changes ... Done
1352026-04-10T03:31:33.549ZPlanning: Evaluating mediators ... Done
1362026-04-10T03:31:33.554ZPlanning: Planning completed in 6.46 seconds
1372026-04-10T03:31:33.566Z Packages to install: 2
1382026-04-10T03:31:33.566Z Mediators to change: 2
1392026-04-10T03:31:33.569Z Services to change: 1
1402026-04-10T03:31:33.569Z Create boot environment: No
1412026-04-10T03:31:33.569ZCreate backup boot environment: No
1422026-04-10T03:31:33.615Z
1432026-04-10T03:31:33.615ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-04-10T03:31:38.619ZDownload: 1075/3076 items 113.4/211.3MB 53% complete (23.1M/s)
1452026-04-10T03:31:43.620ZDownload: 2891/3076 items 127.8/211.3MB 60% complete (12.6M/s)
1462026-04-10T03:31:49.991ZDownload: 3075/3076 items 210.5/211.3MB 99% complete (13.2M/s)
1472026-04-10T03:31:50.021ZDownload: Completed 211.31 MB in 16.40 seconds (12.9M/s)
1482026-04-10T03:31:50.154Z Actions: 1/3418 actions (Installing new actions)
1492026-04-10T03:31:53.342Z Actions: Completed 3418 actions in 3.19 seconds.
1502026-04-10T03:31:53.649Z Done
1512026-04-10T03:31:53.649Z Done
1522026-04-10T03:31:54.357Z Done
1532026-04-10T03:31:57.489Z Done
1542026-04-10T03:31:57.564Z Done
1552026-04-10T03:31:57.567Z Done
1562026-04-10T03:31:57.910Z Done
1572026-04-10T03:31:58.556Z++ set -o errexit
1582026-04-10T03:31:58.556Z++ cargo --version
1592026-04-10T03:31:58.564Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1602026-04-10T03:31:58.726Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1612026-04-10T03:31:58.729Zinfo: downloading 6 components
1622026-04-10T03:32:13.573Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1632026-04-10T03:32:13.576Z++ rustc --version
1642026-04-10T03:32:13.604Zrustc 1.94.1 (e408947bf 2026-03-25)
1652026-04-10T03:32:13.610Z++ cargo install cargo-nextest --version 0.9.97
1662026-04-10T03:32:13.653Z Updating crates.io index
1672026-04-10T03:32:13.812Z Downloading crates ...
1682026-04-10T03:32:13.886Z Downloaded cargo-nextest v0.9.97
1692026-04-10T03:32:13.950Z Installing cargo-nextest v0.9.97
1702026-04-10T03:32:13.993Z Updating crates.io index
1712026-04-10T03:32:16.512Z Locking 407 packages to latest compatible versions
1722026-04-10T03:32:16.517Z Adding dialoguer v0.11.0 (available: v0.12.0)
1732026-04-10T03:32:16.520Z Adding duct v0.13.7 (available: v1.1.1)
1742026-04-10T03:32:16.520Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1752026-04-10T03:32:16.520Z Adding generic-array v0.14.7 (available: v0.14.9)
1762026-04-10T03:32:16.523Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1772026-04-10T03:32:16.523Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1782026-04-10T03:32:16.523Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1792026-04-10T03:32:16.526Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1802026-04-10T03:32:16.529Z Adding quick-junit v0.5.2 (available: v0.6.0)
1812026-04-10T03:32:16.546Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1822026-04-10T03:32:16.555Z Downloading crates ...
1832026-04-10T03:32:16.641Z Downloaded ahash v0.8.12
1842026-04-10T03:32:16.645Z Downloaded crc32fast v1.5.0
1852026-04-10T03:32:16.648Z Downloaded cargo-util-schemas v0.2.0
1862026-04-10T03:32:16.648Z Downloaded async-scoped v0.9.0
1872026-04-10T03:32:16.651Z Downloaded cfg_aliases v0.2.1
1882026-04-10T03:32:16.657Z Downloaded futures-macro v0.3.32
1892026-04-10T03:32:16.660Z Downloaded cc v1.2.59
1902026-04-10T03:32:16.663Z Downloaded cargo-platform v0.2.0
1912026-04-10T03:32:16.668Z Downloaded is_ci v1.2.0
1922026-04-10T03:32:16.671Z Downloaded parking_lot_core v0.9.12
1932026-04-10T03:32:16.671Z Downloaded http-body v1.0.1
1942026-04-10T03:32:16.674Z Downloaded newtype-uuid v1.3.2
1952026-04-10T03:32:16.682Z Downloaded itoa v1.0.18
1962026-04-10T03:32:16.685Z Downloaded const-oid v0.9.6
1972026-04-10T03:32:16.685Z Downloaded bitflags v2.11.0
1982026-04-10T03:32:16.689Z Downloaded ron v0.12.1
1992026-04-10T03:32:16.693Z Downloaded jobserver v0.1.34
2002026-04-10T03:32:16.696Z Downloaded openssl-probe v0.2.1
2012026-04-10T03:32:16.696Z Downloaded idna_adapter v1.0.0
2022026-04-10T03:32:16.700Z Downloaded derive-where v1.6.1
2032026-04-10T03:32:16.700Z Downloaded anstyle-query v1.1.5
2042026-04-10T03:32:16.703Z Downloaded hyper v1.9.0
2052026-04-10T03:32:16.706Z Downloaded duct v0.13.7
2062026-04-10T03:32:16.709Z Downloaded equivalent v1.0.2
2072026-04-10T03:32:16.709Z Downloaded enable-ansi-support v0.2.1
2082026-04-10T03:32:16.709Z Downloaded indent_write v2.2.0
2092026-04-10T03:32:16.715Z Downloaded clap_derive v4.6.0
2102026-04-10T03:32:16.715Z Downloaded rustc-demangle v0.1.27
2112026-04-10T03:32:16.718Z Downloaded clap_builder v4.6.0
2122026-04-10T03:32:16.718Z Downloaded is_terminal_polyfill v1.70.2
2132026-04-10T03:32:16.721Z Downloaded hyper-rustls v0.27.7
2142026-04-10T03:32:16.721Z Downloaded fastrand v2.4.1
2152026-04-10T03:32:16.725Z Downloaded scopeguard v1.2.0
2162026-04-10T03:32:16.725Z Downloaded ipnet v2.12.0
2172026-04-10T03:32:16.728Z Downloaded crypto-common v0.1.7
2182026-04-10T03:32:16.728Z Downloaded foreign-types v0.3.2
2192026-04-10T03:32:16.728Z Downloaded foreign-types-shared v0.1.1
2202026-04-10T03:32:16.731Z Downloaded adler2 v2.0.1
2212026-04-10T03:32:16.731Z Downloaded cargo-platform v0.3.2
2222026-04-10T03:32:16.731Z Downloaded atomic-waker v1.1.2
2232026-04-10T03:32:16.734Z Downloaded ed25519 v2.2.3
2242026-04-10T03:32:16.734Z Downloaded backtrace-ext v0.2.1
2252026-04-10T03:32:16.737Z Downloaded humantime v2.3.0
2262026-04-10T03:32:16.737Z Downloaded bytes v1.11.1
2272026-04-10T03:32:16.740Z Downloaded pathdiff v0.2.3
2282026-04-10T03:32:16.740Z Downloaded openssl-macros v0.1.1
2292026-04-10T03:32:16.743Z Downloaded lazy_static v1.5.0
2302026-04-10T03:32:16.743Z Downloaded futures-core v0.3.32
2312026-04-10T03:32:16.746Z Downloaded globset v0.4.18
2322026-04-10T03:32:16.747Z Downloaded humantime-serde v1.1.1
2332026-04-10T03:32:16.747Z Downloaded cpufeatures v0.2.17
2342026-04-10T03:32:16.750Z Downloaded fixedbitset v0.5.7
2352026-04-10T03:32:16.750Z Downloaded anstyle v1.0.14
2362026-04-10T03:32:16.754Z Downloaded form_urlencoded v1.2.2
2372026-04-10T03:32:16.754Z Downloaded base64 v0.22.1
2382026-04-10T03:32:16.757Z Downloaded hex v0.4.3
2392026-04-10T03:32:16.757Z Downloaded mukti-metadata v0.3.0
2402026-04-10T03:32:16.757Z Downloaded futures-task v0.3.32
2412026-04-10T03:32:16.760Z Downloaded debug-ignore v1.0.5
2422026-04-10T03:32:16.760Z Downloaded nested v0.1.1
2432026-04-10T03:32:16.760Z Downloaded generic-array v0.14.7
2442026-04-10T03:32:16.763Z Downloaded guppy-workspace-hack v0.1.0
2452026-04-10T03:32:16.763Z Downloaded futures-sink v0.3.32
2462026-04-10T03:32:16.763Z Downloaded rand_core v0.6.4
2472026-04-10T03:32:16.766Z Downloaded pin-project-lite v0.2.17
2482026-04-10T03:32:16.769Z Downloaded getrandom v0.2.17
2492026-04-10T03:32:16.772Z Downloaded either v1.15.0
2502026-04-10T03:32:16.773Z Downloaded dialoguer v0.11.0
2512026-04-10T03:32:16.775Z Downloaded heck v0.5.0
2522026-04-10T03:32:16.775Z Downloaded color-spantrace v0.3.0
2532026-04-10T03:32:16.775Z Downloaded futures-io v0.3.32
2542026-04-10T03:32:16.779Z Downloaded rustc-hash v2.1.2
2552026-04-10T03:32:16.779Z Downloaded cfg-if v1.0.4
2562026-04-10T03:32:16.779Z Downloaded atomicwrites v0.4.4
2572026-04-10T03:32:16.779Z Downloaded colorchoice v1.0.5
2582026-04-10T03:32:16.782Z Downloaded hyper-tls v0.6.0
2592026-04-10T03:32:16.782Z Downloaded anstyle-parse v1.0.0
2602026-04-10T03:32:16.785Z Downloaded clap_lex v1.1.0
2612026-04-10T03:32:16.785Z Downloaded errno v0.3.14
2622026-04-10T03:32:16.785Z Downloaded os_pipe v1.2.3
2632026-04-10T03:32:16.788Z Downloaded nextest-workspace-hack v0.1.0
2642026-04-10T03:32:16.791Z Downloaded fnv v1.0.7
2652026-04-10T03:32:16.792Z Downloaded rand_core v0.9.5
2662026-04-10T03:32:16.792Z Downloaded http-body-util v0.1.3
2672026-04-10T03:32:16.795Z Downloaded foldhash v0.1.5
2682026-04-10T03:32:16.795Z Downloaded pkcs8 v0.10.2
2692026-04-10T03:32:16.798Z Downloaded lru-slab v0.1.2
2702026-04-10T03:32:16.798Z Downloaded filetime v0.2.27
2712026-04-10T03:32:16.798Z Downloaded shell-words v1.1.1
2722026-04-10T03:32:16.801Z Downloaded shared_child v1.1.1
2732026-04-10T03:32:16.801Z Downloaded serde-value v0.7.0
2742026-04-10T03:32:16.801Z Downloaded number_prefix v0.4.0
2752026-04-10T03:32:16.801Z Downloaded home v0.5.12
2762026-04-10T03:32:16.804Z Downloaded cargo_metadata v0.20.0
2772026-04-10T03:32:16.804Z Downloaded serde_spanned v0.6.9
2782026-04-10T03:32:16.804Z Downloaded document-features v0.2.12
2792026-04-10T03:32:16.807Z Downloaded strsim v0.11.1
2802026-04-10T03:32:16.808Z Downloaded console v0.15.11
2812026-04-10T03:32:16.808Z Downloaded serde_spanned v1.1.1
2822026-04-10T03:32:16.811Z Downloaded indenter v0.3.4
2832026-04-10T03:32:16.811Z Downloaded camino v1.2.2
2842026-04-10T03:32:16.811Z Downloaded proc-macro2 v1.0.106
2852026-04-10T03:32:16.813Z Downloaded cargo_metadata v0.23.1
2862026-04-10T03:32:16.814Z Downloaded block-buffer v0.10.4
2872026-04-10T03:32:16.817Z Downloaded base64ct v1.8.3
2882026-04-10T03:32:16.817Z Downloaded miniz_oxide v0.8.9
2892026-04-10T03:32:16.820Z Downloaded digest v0.10.7
2902026-04-10T03:32:16.820Z Downloaded anstream v1.0.0
2912026-04-10T03:32:16.820Z Downloaded future-queue v0.4.0
2922026-04-10T03:32:16.824Z Downloaded convert_case v0.10.0
2932026-04-10T03:32:16.824Z Downloaded ordered-float v2.10.1
2942026-04-10T03:32:16.827Z Downloaded erased-serde v0.4.10
2952026-04-10T03:32:16.827Z Downloaded rustc_version v0.4.1
2962026-04-10T03:32:16.827Z Downloaded supports-color v3.0.2
2972026-04-10T03:32:16.827Z Downloaded strip-ansi-escapes v0.2.1
2982026-04-10T03:32:16.830Z Downloaded signal-hook-mio v0.2.5
2992026-04-10T03:32:16.830Z Downloaded camino-tempfile v1.4.1
3002026-04-10T03:32:16.830Z Downloaded autocfg v1.5.0
3012026-04-10T03:32:16.833Z Downloaded swrite v0.1.0
3022026-04-10T03:32:16.833Z Downloaded percent-encoding v2.3.2
3032026-04-10T03:32:16.833Z Downloaded subtle v2.6.1
3042026-04-10T03:32:16.836Z Downloaded serde_urlencoded v0.7.1
3052026-04-10T03:32:16.836Z Downloaded derive_more v2.1.1
3062026-04-10T03:32:16.841Z Downloaded futures-executor v0.3.32
3072026-04-10T03:32:16.844Z Downloaded serde_ignored v0.1.14
3082026-04-10T03:32:16.844Z Downloaded pkg-config v0.3.32
3092026-04-10T03:32:16.847Z Downloaded serde-untagged v0.1.9
3102026-04-10T03:32:16.851Z Downloaded quote v1.0.45
3112026-04-10T03:32:16.851Z Downloaded sync_wrapper v1.0.2
3122026-04-10T03:32:16.851Z Downloaded ppv-lite86 v0.2.21
3132026-04-10T03:32:16.854Z Downloaded sigchld v0.2.4
3142026-04-10T03:32:16.857Z Downloaded supports-unicode v3.0.0
3152026-04-10T03:32:16.860Z Downloaded supports-hyperlinks v3.2.0
3162026-04-10T03:32:16.860Z Downloaded find-msvc-tools v0.1.9
3172026-04-10T03:32:16.863Z Downloaded tinyvec_macros v0.1.1
3182026-04-10T03:32:16.863Z Downloaded smol_str v0.3.6
3192026-04-10T03:32:16.867Z Downloaded tokio-macros v2.7.0
3202026-04-10T03:32:16.870Z Downloaded addr2line v0.25.1
3212026-04-10T03:32:16.870Z Downloaded native-tls v0.2.18
3222026-04-10T03:32:16.873Z Downloaded rustls-pki-types v1.14.0
3232026-04-10T03:32:16.873Z Downloaded quinn-udp v0.5.14
3242026-04-10T03:32:16.876Z Downloaded nextest-metadata v0.12.2
3252026-04-10T03:32:16.876Z Downloaded eyre v0.6.12
3262026-04-10T03:32:16.879Z Downloaded toml_datetime v0.6.11
3272026-04-10T03:32:16.879Z Downloaded self-replace v1.5.0
3282026-04-10T03:32:16.883Z Downloaded quick-junit v0.5.2
3292026-04-10T03:32:16.883Z Downloaded rand_chacha v0.9.0
3302026-04-10T03:32:16.883Z Downloaded cfg-expr v0.20.7
3312026-04-10T03:32:16.886Z Downloaded once_cell v1.21.4
3322026-04-10T03:32:16.889Z Downloaded owo-colors v4.3.0
3332026-04-10T03:32:16.892Z Downloaded typeid v1.0.3
3342026-04-10T03:32:16.892Z Downloaded terminal_size v0.4.4
3352026-04-10T03:32:16.892Z Downloaded quinn v0.11.9
3362026-04-10T03:32:16.895Z Downloaded tower-layer v0.3.3
3372026-04-10T03:32:16.895Z Downloaded httparse v1.10.1
3382026-04-10T03:32:16.898Z Downloaded tower-service v0.3.3
3392026-04-10T03:32:16.898Z Downloaded toml_write v0.1.2
3402026-04-10T03:32:16.906Z Downloaded try-lock v0.2.5
3412026-04-10T03:32:16.909Z Downloaded futures-channel v0.3.32
3422026-04-10T03:32:16.909Z Downloaded pin-project-internal v1.1.11
3432026-04-10T03:32:16.913Z Downloaded semver v1.0.28
3442026-04-10T03:32:16.913Z Downloaded thiserror v2.0.18
3452026-04-10T03:32:16.916Z Downloaded unicode-xid v0.2.6
3462026-04-10T03:32:16.920Z Downloaded thiserror v1.0.69
3472026-04-10T03:32:16.920Z Downloaded untrusted v0.9.0
3482026-04-10T03:32:16.923Z Downloaded tracing-error v0.2.1
3492026-04-10T03:32:16.923Z Downloaded curve25519-dalek-derive v0.1.1
3502026-04-10T03:32:16.923Z Downloaded signature v2.2.0
3512026-04-10T03:32:16.923Z Downloaded self_update v0.42.0
3522026-04-10T03:32:16.927Z Downloaded spki v0.7.3
3532026-04-10T03:32:16.927Z Downloaded slab v0.4.12
3542026-04-10T03:32:16.927Z Downloaded simd-adler32 v0.3.9
3552026-04-10T03:32:16.930Z Downloaded signal-hook-registry v1.4.8
3562026-04-10T03:32:16.930Z Downloaded urlencoding v2.1.3
3572026-04-10T03:32:16.930Z Downloaded shlex v1.3.0
3582026-04-10T03:32:16.930Z Downloaded static_assertions v1.1.0
3592026-04-10T03:32:16.930Z Downloaded sha2 v0.10.9
3602026-04-10T03:32:16.934Z Downloaded unicode-linebreak v0.1.5
3612026-04-10T03:32:16.934Z Downloaded version_check v0.9.5
3622026-04-10T03:32:16.934Z Downloaded utf8_iter v1.0.4
3632026-04-10T03:32:16.934Z Downloaded litrs v1.0.0
3642026-04-10T03:32:16.938Z Downloaded thiserror-impl v1.0.69
3652026-04-10T03:32:16.938Z Downloaded target-spec-miette v0.4.6
3662026-04-10T03:32:16.941Z Downloaded config v0.15.22
3672026-04-10T03:32:16.941Z Downloaded getrandom v0.4.2
3682026-04-10T03:32:16.944Z Downloaded target-lexicon v0.13.3
3692026-04-10T03:32:16.944Z Downloaded iana-time-zone v0.1.65
3702026-04-10T03:32:16.947Z Downloaded want v0.3.1
3712026-04-10T03:32:16.948Z Downloaded serde_path_to_error v0.1.20
3722026-04-10T03:32:16.954Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3732026-04-10T03:32:16.957Z Downloaded miette-derive v7.6.0
3742026-04-10T03:32:16.957Z Downloaded lock_api v0.4.14
3752026-04-10T03:32:16.960Z Downloaded toml_writer v1.1.1+spec-1.1.0
3762026-04-10T03:32:16.966Z Downloaded thiserror-impl v2.0.18
3772026-04-10T03:32:16.969Z Downloaded tempfile v3.27.0
3782026-04-10T03:32:16.972Z Downloaded clap v4.6.0
3792026-04-10T03:32:16.976Z Downloaded target-spec v3.6.0
3802026-04-10T03:32:16.979Z Downloaded sharded-slab v0.1.7
3812026-04-10T03:32:16.979Z Downloaded serde_derive v1.0.228
3822026-04-10T03:32:16.983Z Downloaded zeroize v1.8.2
3832026-04-10T03:32:16.983Z Downloaded tokio-native-tls v0.3.1
3842026-04-10T03:32:16.983Z Downloaded nextest-filtering v0.15.0
3852026-04-10T03:32:16.987Z Downloaded getrandom v0.3.4
3862026-04-10T03:32:16.987Z Downloaded utf8parse v0.2.2
3872026-04-10T03:32:16.987Z Downloaded serde_core v1.0.228
3882026-04-10T03:32:16.990Z Downloaded tokio-stream v0.1.18
3892026-04-10T03:32:16.993Z Downloaded unicase v2.9.0
3902026-04-10T03:32:16.993Z Downloaded tokio-rustls v0.26.4
3912026-04-10T03:32:16.996Z Downloaded thread_local v1.1.9
3922026-04-10T03:32:16.996Z Downloaded parking_lot v0.12.5
3932026-04-10T03:32:16.996Z Downloaded xxhash-rust v0.8.15
3942026-04-10T03:32:16.999Z Downloaded log v0.4.29
3952026-04-10T03:32:16.999Z Downloaded hyper-util v0.1.20
3962026-04-10T03:32:17.003Z Downloaded ryu v1.0.23
3972026-04-10T03:32:17.006Z Downloaded zstd-safe v7.2.4
3982026-04-10T03:32:17.006Z Downloaded xattr v1.6.1
3992026-04-10T03:32:17.006Z Downloaded zstd v0.13.3
4002026-04-10T03:32:17.009Z Downloaded signal-hook v0.3.18
4012026-04-10T03:32:17.009Z Downloaded zipsign-api v0.1.5
4022026-04-10T03:32:17.012Z Downloaded socket2 v0.6.3
4032026-04-10T03:32:17.012Z Downloaded itertools v0.14.0
4042026-04-10T03:32:17.015Z Downloaded tracing-attributes v0.1.31
4052026-04-10T03:32:17.018Z Downloaded indexmap v2.14.0
4062026-04-10T03:32:17.021Z Downloaded tracing-log v0.2.0
4072026-04-10T03:32:17.021Z Downloaded pin-project v1.1.11
4082026-04-10T03:32:17.029Z Downloaded borsh v1.6.1
4092026-04-10T03:32:17.036Z Downloaded smallvec v1.15.1
4102026-04-10T03:32:17.036Z Downloaded zmij v1.0.21
4112026-04-10T03:32:17.040Z Downloaded der v0.7.10
4122026-04-10T03:32:17.040Z Downloaded indicatif v0.17.11
4132026-04-10T03:32:17.043Z Downloaded futures v0.3.32
4142026-04-10T03:32:17.046Z Downloaded toml v1.1.2+spec-1.1.0
4152026-04-10T03:32:17.052Z Downloaded tinyvec v1.11.0
4162026-04-10T03:32:17.056Z Downloaded tracing-core v0.1.36
4172026-04-10T03:32:17.059Z Downloaded toml v0.8.23
4182026-04-10T03:32:17.059Z Downloaded toml_parser v1.1.2+spec-1.1.0
4192026-04-10T03:32:17.062Z Downloaded flate2 v1.1.9
4202026-04-10T03:32:17.065Z Downloaded textwrap v0.16.2
4212026-04-10T03:32:17.065Z Downloaded backtrace v0.3.76
4222026-04-10T03:32:17.068Z Downloaded num-traits v0.2.19
4232026-04-10T03:32:17.071Z Downloaded tar v0.4.45
4242026-04-10T03:32:17.074Z Downloaded unicode-ident v1.0.24
4252026-04-10T03:32:17.074Z Downloaded vte v0.14.1
4262026-04-10T03:32:17.074Z Downloaded uuid v1.23.0
4272026-04-10T03:32:17.077Z Downloaded rand v0.9.2
4282026-04-10T03:32:17.080Z Downloaded memchr v2.8.0
4292026-04-10T03:32:17.083Z Downloaded openssl-sys v0.9.112
4302026-04-10T03:32:17.091Z Downloaded typenum v1.19.0
4312026-04-10T03:32:17.094Z Downloaded ed25519-dalek v2.2.0
4322026-04-10T03:32:17.097Z Downloaded derive_more-impl v2.1.1
4332026-04-10T03:32:17.100Z Downloaded serde v1.0.228
4342026-04-10T03:32:17.104Z Downloaded http v1.4.0
4352026-04-10T03:32:17.109Z Downloaded toml_edit v0.22.27
4362026-04-10T03:32:17.113Z Downloaded rustls-webpki v0.103.10
4372026-04-10T03:32:17.116Z Downloaded iri-string v0.7.12
4382026-04-10T03:32:17.131Z Downloaded mio v1.2.0
4392026-04-10T03:32:17.135Z Downloaded tower v0.5.3
4402026-04-10T03:32:17.140Z Downloaded hashbrown v0.15.5
4412026-04-10T03:32:17.144Z Downloaded unicode-segmentation v1.13.2
4422026-04-10T03:32:17.147Z Downloaded miette v7.6.0
4432026-04-10T03:32:17.150Z Downloaded url v2.5.8
4442026-04-10T03:32:17.154Z Downloaded crossterm v0.29.0
4452026-04-10T03:32:17.164Z Downloaded hashbrown v0.17.0
4462026-04-10T03:32:17.183Z Downloaded serde_json v1.0.149
4472026-04-10T03:32:17.187Z Downloaded guppy v0.17.25
4482026-04-10T03:32:17.190Z Downloaded idna v1.1.0
4492026-04-10T03:32:17.194Z Downloaded aho-corasick v1.1.4
4502026-04-10T03:32:17.198Z Downloaded pulldown-cmark v0.13.3
4512026-04-10T03:32:17.201Z Downloaded h2 v0.4.13
4522026-04-10T03:32:17.204Z Downloaded reqwest v0.12.28
4532026-04-10T03:32:17.207Z Downloaded unicode-normalization v0.1.25
4542026-04-10T03:32:17.211Z Downloaded futures-util v0.3.32
4552026-04-10T03:32:17.215Z Downloaded portable-atomic v1.13.1
4562026-04-10T03:32:17.219Z Downloaded tower-http v0.6.8
4572026-04-10T03:32:17.223Z Downloaded tokio-util v0.7.18
4582026-04-10T03:32:17.259Z Downloaded regex v1.12.3
4592026-04-10T03:32:17.262Z Downloaded chrono v0.4.44
4602026-04-10T03:32:17.266Z Downloaded quick-xml v0.38.4
4612026-04-10T03:32:17.269Z Downloaded tracing-subscriber v0.3.23
4622026-04-10T03:32:17.274Z Downloaded quick-xml v0.37.5
4632026-04-10T03:32:17.282Z Downloaded winnow v1.0.1
4642026-04-10T03:32:17.287Z Downloaded winnow v0.7.15
4652026-04-10T03:32:17.292Z Downloaded vcpkg v0.2.15
4662026-04-10T03:32:17.315Z Downloaded curve25519-dalek v4.1.3
4672026-04-10T03:32:17.322Z Downloaded unicode-width v0.1.14
4682026-04-10T03:32:17.326Z Downloaded zerocopy v0.8.48
4692026-04-10T03:32:17.338Z Downloaded webpki-roots v1.0.6
4702026-04-10T03:32:17.342Z Downloaded bstr v1.12.1
4712026-04-10T03:32:17.345Z Downloaded syn v2.0.117
4722026-04-10T03:32:17.350Z Downloaded openssl v0.10.76
4732026-04-10T03:32:17.356Z Downloaded quinn-proto v0.11.14
4742026-04-10T03:32:17.360Z Downloaded gimli v0.32.3
4752026-04-10T03:32:17.364Z Downloaded tracing v0.1.44
4762026-04-10T03:32:17.374Z Downloaded nextest-runner v0.80.0
4772026-04-10T03:32:17.390Z Downloaded color-eyre v0.6.5
4782026-04-10T03:32:17.395Z Downloaded rustls v0.23.37
4792026-04-10T03:32:17.401Z Downloaded regex-syntax v0.8.10
4802026-04-10T03:32:17.406Z Downloaded rustix v0.38.44
4812026-04-10T03:32:17.418Z Downloaded rustix v1.1.4
4822026-04-10T03:32:17.431Z Downloaded nix v0.30.1
4832026-04-10T03:32:17.437Z Downloaded object v0.37.3
4842026-04-10T03:32:17.451Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4852026-04-10T03:32:17.460Z Downloaded tokio v1.51.1
4862026-04-10T03:32:17.519Z Downloaded regex-automata v0.4.14
4872026-04-10T03:32:17.543Z Downloaded unicode-width v0.2.2
4882026-04-10T03:32:17.556Z Downloaded petgraph v0.8.3
4892026-04-10T03:32:17.568Z Downloaded libc v0.2.184
4902026-04-10T03:32:17.637Z Downloaded recursion v0.5.4
4912026-04-10T03:32:17.642Z Downloaded ring v0.17.14
4922026-04-10T03:32:17.701Z Compiling libc v0.2.184
4932026-04-10T03:32:17.702Z Compiling proc-macro2 v1.0.106
4942026-04-10T03:32:17.705Z Compiling unicode-ident v1.0.24
4952026-04-10T03:32:17.705Z Compiling quote v1.0.45
4962026-04-10T03:32:17.705Z Compiling serde_core v1.0.228
4972026-04-10T03:32:17.705Z Compiling cfg-if v1.0.4
4982026-04-10T03:32:17.705Z Compiling memchr v2.8.0
4992026-04-10T03:32:17.705Z Compiling once_cell v1.21.4
5002026-04-10T03:32:17.915Z Compiling log v0.4.29
5012026-04-10T03:32:17.950Z Compiling pin-project-lite v0.2.17
5022026-04-10T03:32:18.051Z Compiling itoa v1.0.18
5032026-04-10T03:32:18.124Z Compiling serde v1.0.228
5042026-04-10T03:32:18.284Z Compiling futures-core v0.3.32
5052026-04-10T03:32:18.399Z Compiling bitflags v2.11.0
5062026-04-10T03:32:18.438Z Compiling smallvec v1.15.1
5072026-04-10T03:32:18.461Z Compiling equivalent v1.0.2
5082026-04-10T03:32:18.547Z Compiling hashbrown v0.17.0
5092026-04-10T03:32:18.692Z Compiling find-msvc-tools v0.1.9
5102026-04-10T03:32:18.792Z Compiling shlex v1.3.0
5112026-04-10T03:32:18.902Z Compiling errno v0.3.14
5122026-04-10T03:32:18.928Z Compiling jobserver v0.1.34
5132026-04-10T03:32:18.941Z Compiling bytes v1.11.1
5142026-04-10T03:32:18.973Z Compiling mio v1.2.0
5152026-04-10T03:32:19.002Z Compiling signal-hook-registry v1.4.8
5162026-04-10T03:32:19.210Z Compiling cc v1.2.59
5172026-04-10T03:32:19.222Z Compiling futures-sink v0.3.32
5182026-04-10T03:32:19.240Z Compiling syn v2.0.117
5192026-04-10T03:32:19.311Z Compiling rustix v1.1.4
5202026-04-10T03:32:19.329Z Compiling socket2 v0.6.3
5212026-04-10T03:32:19.528Z Compiling zmij v1.0.21
5222026-04-10T03:32:19.675Z Compiling slab v0.4.12
5232026-04-10T03:32:19.807Z Compiling futures-channel v0.3.32
5242026-04-10T03:32:19.860Z Compiling tracing-core v0.1.36
5252026-04-10T03:32:19.878Z Compiling serde_json v1.0.149
5262026-04-10T03:32:20.057Z Compiling version_check v0.9.5
5272026-04-10T03:32:20.133Z Compiling futures-io v0.3.32
5282026-04-10T03:32:20.326Z Compiling indexmap v2.14.0
5292026-04-10T03:32:20.326Z Compiling getrandom v0.4.2
5302026-04-10T03:32:20.374Z Compiling futures-task v0.3.32
5312026-04-10T03:32:20.484Z Compiling unicode-width v0.2.2
5322026-04-10T03:32:20.549Z Compiling camino v1.2.2
5332026-04-10T03:32:20.777Z Compiling ring v0.17.14
5342026-04-10T03:32:20.793Z Compiling http v1.4.0
5352026-04-10T03:32:20.911Z Compiling adler2 v2.0.1
5362026-04-10T03:32:20.941Z Compiling percent-encoding v2.3.2
5372026-04-10T03:32:21.082Z Compiling autocfg v1.5.0
5382026-04-10T03:32:21.139Z Compiling simd-adler32 v0.3.9
5392026-04-10T03:32:21.230Z Compiling zeroize v1.8.2
5402026-04-10T03:32:21.423Z Compiling miniz_oxide v0.8.9
5412026-04-10T03:32:21.466Z Compiling num-traits v0.2.19
5422026-04-10T03:32:21.800Z Compiling object v0.37.3
5432026-04-10T03:32:22.033Z Compiling target-lexicon v0.13.3
5442026-04-10T03:32:22.101Z Compiling zerocopy v0.8.48
5452026-04-10T03:32:22.306Z Compiling getrandom v0.3.4
5462026-04-10T03:32:22.589Z Compiling http-body v1.0.1
5472026-04-10T03:32:22.663Z Compiling rustls-pki-types v1.14.0
5482026-04-10T03:32:22.676Z Compiling semver v1.0.28
5492026-04-10T03:32:22.738Z Compiling getrandom v0.2.17
5502026-04-10T03:32:22.751Z Compiling thiserror v2.0.18
5512026-04-10T03:32:22.907Z Compiling serde_derive v1.0.228
5522026-04-10T03:32:22.935Z Compiling tokio-macros v2.7.0
5532026-04-10T03:32:22.951Z Compiling futures-macro v0.3.32
5542026-04-10T03:32:23.043Z Compiling tracing-attributes v0.1.31
5552026-04-10T03:32:23.093Z Compiling guppy-workspace-hack v0.1.0
5562026-04-10T03:32:23.309Z Compiling untrusted v0.9.0
5572026-04-10T03:32:23.357Z Compiling owo-colors v4.3.0
5582026-04-10T03:32:23.441Z Compiling typenum v1.19.0
5592026-04-10T03:32:23.521Z Compiling fnv v1.0.7
5602026-04-10T03:32:23.629Z Compiling signal-hook v0.3.18
5612026-04-10T03:32:23.672Z Compiling gimli v0.32.3
5622026-04-10T03:32:23.686Z Compiling tokio v1.51.1
5632026-04-10T03:32:23.751Z Compiling futures-util v0.3.32
5642026-04-10T03:32:23.777Z Compiling httparse v1.10.1
5652026-04-10T03:32:24.137Z Compiling thiserror-impl v2.0.18
5662026-04-10T03:32:24.258Z Compiling tracing v0.1.44
5672026-04-10T03:32:25.470Z Compiling form_urlencoded v1.2.2
5682026-04-10T03:32:25.733Z Compiling addr2line v0.25.1
5692026-04-10T03:32:26.156Z Compiling generic-array v0.14.7
5702026-04-10T03:32:26.172Z Compiling idna_adapter v1.0.0
5712026-04-10T03:32:26.273Z Compiling rustc-demangle v0.1.27
5722026-04-10T03:32:26.324Z Compiling tower-service v0.3.3
5732026-04-10T03:32:26.358Z Compiling fastrand v2.4.1
5742026-04-10T03:32:26.373Z Compiling pkg-config v0.3.32
5752026-04-10T03:32:26.416Z Compiling utf8_iter v1.0.4
5762026-04-10T03:32:26.575Z Compiling atomic-waker v1.1.2
5772026-04-10T03:32:26.714Z Compiling target-spec v3.6.0
5782026-04-10T03:32:26.726Z Compiling thiserror v1.0.69
5792026-04-10T03:32:26.835Z Compiling typeid v1.0.3
5802026-04-10T03:32:26.996Z Compiling rustls v0.23.37
5812026-04-10T03:32:27.031Z Compiling try-lock v0.2.5
5822026-04-10T03:32:27.153Z Compiling want v0.3.1
5832026-04-10T03:32:27.228Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5842026-04-10T03:32:27.260Z Compiling tempfile v3.27.0
5852026-04-10T03:32:27.327Z Compiling idna v1.1.0
5862026-04-10T03:32:27.503Z Compiling cfg-expr v0.20.7
5872026-04-10T03:32:27.620Z Compiling tokio-util v0.7.18
5882026-04-10T03:32:28.081Z Compiling backtrace v0.3.76
5892026-04-10T03:32:28.137Z Compiling h2 v0.4.13
5902026-04-10T03:32:28.921Z Compiling thiserror-impl v1.0.69
5912026-04-10T03:32:29.233Z Compiling terminal_size v0.4.4
5922026-04-10T03:32:29.280Z Compiling aho-corasick v1.1.4
5932026-04-10T03:32:29.415Z Compiling winnow v0.7.15
5942026-04-10T03:32:29.437Z Compiling subtle v2.6.1
5952026-04-10T03:32:29.600Z Compiling regex-syntax v0.8.10
5962026-04-10T03:32:30.057Z Compiling erased-serde v0.4.10
5972026-04-10T03:32:30.502Z Compiling hyper v1.9.0
5982026-04-10T03:32:31.350Z Compiling rustls-webpki v0.103.10
5992026-04-10T03:32:33.725Z Compiling regex-automata v0.4.14
6002026-04-10T03:32:34.410Z Compiling url v2.5.8
6012026-04-10T03:32:34.742Z Compiling serde_spanned v0.6.9
6022026-04-10T03:32:34.906Z Compiling toml_datetime v0.6.11
6032026-04-10T03:32:35.275Z Compiling ahash v0.8.12
6042026-04-10T03:32:35.517Z Compiling sync_wrapper v1.0.2
6052026-04-10T03:32:35.633Z Compiling either v1.15.0
6062026-04-10T03:32:35.856Z Compiling foldhash v0.1.5
6072026-04-10T03:32:36.080Z Compiling lazy_static v1.5.0
6082026-04-10T03:32:36.190Z Compiling unicode-segmentation v1.13.2
6092026-04-10T03:32:36.598Z Compiling nextest-workspace-hack v0.1.0
6102026-04-10T03:32:36.614Z Compiling base64 v0.22.1
6112026-04-10T03:32:36.785Z Compiling parking_lot_core v0.9.12
6122026-04-10T03:32:36.819Z Compiling portable-atomic v1.13.1
6132026-04-10T03:32:36.846Z Compiling unicode-linebreak v0.1.5
6142026-04-10T03:32:37.053Z Compiling ipnet v2.12.0
6152026-04-10T03:32:37.104Z Compiling crc32fast v1.5.0
6162026-04-10T03:32:37.124Z Compiling is_ci v1.2.0
6172026-04-10T03:32:37.259Z Compiling toml_write v0.1.2
6182026-04-10T03:32:37.288Z Compiling tower-layer v0.3.3
6192026-04-10T03:32:37.433Z Compiling toml_edit v0.22.27
6202026-04-10T03:32:37.488Z Compiling tower v0.5.3
6212026-04-10T03:32:37.505Z Compiling hyper-util v0.1.20
6222026-04-10T03:32:37.704Z Compiling supports-color v3.0.2
6232026-04-10T03:32:37.966Z Compiling textwrap v0.16.2
6242026-04-10T03:32:38.088Z Compiling convert_case v0.10.0
6252026-04-10T03:32:38.242Z Compiling sharded-slab v0.1.7
6262026-04-10T03:32:38.343Z Compiling tokio-rustls v0.26.4
6272026-04-10T03:32:38.626Z Compiling hashbrown v0.15.5
6282026-04-10T03:32:39.259Z Compiling backtrace-ext v0.2.1
6292026-04-10T03:32:39.367Z Compiling ordered-float v2.10.1
6302026-04-10T03:32:39.479Z Compiling webpki-roots v1.0.6
6312026-04-10T03:32:39.526Z Compiling miette-derive v7.6.0
6322026-04-10T03:32:39.600Z Compiling pathdiff v0.2.3
6332026-04-10T03:32:39.649Z Compiling console v0.15.11
6342026-04-10T03:32:39.725Z Compiling tracing-log v0.2.0
6352026-04-10T03:32:40.095Z Compiling cargo-platform v0.3.2
6362026-04-10T03:32:40.136Z Compiling os_pipe v1.2.3
6372026-04-10T03:32:40.306Z Compiling thread_local v1.1.9
6382026-04-10T03:32:40.619Z Compiling zstd-safe v7.2.4
6392026-04-10T03:32:40.650Z Compiling ryu v1.0.23
6402026-04-10T03:32:40.665Z Compiling cfg_aliases v0.2.1
6412026-04-10T03:32:40.740Z Compiling supports-unicode v3.0.0
6422026-04-10T03:32:40.853Z Compiling winnow v1.0.1
6432026-04-10T03:32:40.941Z Compiling rustix v0.38.44
6442026-04-10T03:32:40.986Z Compiling fixedbitset v0.5.7
6452026-04-10T03:32:41.241Z Compiling pulldown-cmark v0.13.3
6462026-04-10T03:32:41.285Z Compiling scopeguard v1.2.0
6472026-04-10T03:32:41.416Z Compiling iri-string v0.7.12
6482026-04-10T03:32:41.460Z Compiling unicode-width v0.1.14
6492026-04-10T03:32:41.533Z Compiling supports-hyperlinks v3.2.0
6502026-04-10T03:32:41.759Z Compiling utf8parse v0.2.2
6512026-04-10T03:32:41.771Z Compiling debug-ignore v1.0.5
6522026-04-10T03:32:41.873Z Compiling anstyle-parse v1.0.0
6532026-04-10T03:32:41.885Z Compiling miette v7.6.0
6542026-04-10T03:32:42.093Z Compiling toml_parser v1.1.2+spec-1.1.0
6552026-04-10T03:32:42.298Z Compiling lock_api v0.4.14
6562026-04-10T03:32:42.688Z Compiling petgraph v0.8.3
6572026-04-10T03:32:43.418Z Compiling tower-http v0.6.8
6582026-04-10T03:32:44.050Z Compiling serde_urlencoded v0.7.1
6592026-04-10T03:32:44.345Z Compiling nix v0.30.1
6602026-04-10T03:32:44.394Z Compiling tracing-subscriber v0.3.23
6612026-04-10T03:32:44.642Z Compiling cargo_metadata v0.23.1
6622026-04-10T03:32:44.716Z Compiling sigchld v0.2.4
6632026-04-10T03:32:44.870Z Compiling serde-value v0.7.0
6642026-04-10T03:32:44.945Z Compiling hyper-rustls v0.27.7
6652026-04-10T03:32:45.583Z Compiling serde-untagged v0.1.9
6662026-04-10T03:32:45.618Z Compiling toml v0.8.23
6672026-04-10T03:32:46.058Z Compiling derive_more-impl v2.1.1
6682026-04-10T03:32:46.912Z Compiling itertools v0.14.0
6692026-04-10T03:32:47.102Z Compiling regex v1.12.3
6702026-04-10T03:32:47.376Z Compiling block-buffer v0.10.4
6712026-04-10T03:32:47.528Z Compiling crypto-common v0.1.7
6722026-04-10T03:32:47.663Z Compiling ppv-lite86 v0.2.21
6732026-04-10T03:32:47.674Z Compiling futures-executor v0.3.32
6742026-04-10T03:32:47.997Z Compiling rand_core v0.9.5
6752026-04-10T03:32:48.226Z Compiling pin-project-internal v1.1.11
6762026-04-10T03:32:48.262Z Compiling http-body-util v0.1.3
6772026-04-10T03:32:48.402Z Compiling uuid v1.23.0
6782026-04-10T03:32:48.535Z Compiling toml_datetime v1.1.1+spec-1.1.0
6792026-04-10T03:32:48.538Z Compiling smol_str v0.3.6
6802026-04-10T03:32:48.561Z Compiling serde_spanned v1.1.1
6812026-04-10T03:32:48.716Z Compiling filetime v0.2.27
6822026-04-10T03:32:48.870Z Compiling vte v0.14.1
6832026-04-10T03:32:48.922Z Compiling bstr v1.12.1
6842026-04-10T03:32:48.937Z Compiling tinyvec_macros v0.1.1
6852026-04-10T03:32:48.963Z Compiling eyre v0.6.12
6862026-04-10T03:32:49.009Z Compiling is_terminal_polyfill v1.70.2
6872026-04-10T03:32:49.085Z Compiling self_update v0.42.0
6882026-04-10T03:32:49.267Z Compiling unicase v2.9.0
6892026-04-10T03:32:49.283Z Compiling litrs v1.0.0
6902026-04-10T03:32:49.292Z Compiling iana-time-zone v0.1.65
6912026-04-10T03:32:49.312Z Compiling xattr v1.6.1
6922026-04-10T03:32:49.447Z Compiling nested v0.1.1
6932026-04-10T03:32:49.496Z Compiling static_assertions v1.1.0
6942026-04-10T03:32:49.584Z Compiling anstyle-query v1.1.5
6952026-04-10T03:32:49.616Z Compiling anstyle v1.0.14
6962026-04-10T03:32:49.637Z Compiling color-spantrace v0.3.0
6972026-04-10T03:32:49.685Z Compiling colorchoice v1.0.5
6982026-04-10T03:32:49.713Z Compiling unicode-xid v0.2.6
6992026-04-10T03:32:49.805Z Compiling number_prefix v0.4.0
7002026-04-10T03:32:49.851Z Compiling cargo-util-schemas v0.2.0
7012026-04-10T03:32:49.880Z Compiling anstream v1.0.0
7022026-04-10T03:32:49.883Z Compiling document-features v0.2.12
7032026-04-10T03:32:49.955Z Compiling indicatif v0.17.11
7042026-04-10T03:32:50.120Z Compiling guppy v0.17.25
7052026-04-10T03:32:50.355Z Compiling tar v0.4.45
7062026-04-10T03:32:50.433Z Compiling chrono v0.4.44
7072026-04-10T03:32:51.126Z Compiling globset v0.4.18
7082026-04-10T03:32:52.146Z Compiling pin-project v1.1.11
7092026-04-10T03:32:52.277Z Compiling strip-ansi-escapes v0.2.1
7102026-04-10T03:32:52.560Z Compiling tinyvec v1.11.0
7112026-04-10T03:32:52.788Z Compiling toml v1.1.2+spec-1.1.0
7122026-04-10T03:32:52.976Z Compiling nextest-metadata v0.12.2
7132026-04-10T03:32:52.993Z Compiling newtype-uuid v1.3.2
7142026-04-10T03:32:53.122Z Compiling reqwest v0.12.28
7152026-04-10T03:32:53.184Z Compiling rand_chacha v0.9.0
7162026-04-10T03:32:53.734Z Compiling futures v0.3.32
7172026-04-10T03:32:53.797Z Compiling digest v0.10.7
7182026-04-10T03:32:53.814Z Compiling flate2 v1.1.9
7192026-04-10T03:32:54.022Z Compiling derive_more v2.1.1
7202026-04-10T03:32:54.106Z Compiling parking_lot v0.12.5
7212026-04-10T03:32:54.357Z Compiling tracing-error v0.2.1
7222026-04-10T03:32:54.371Z Compiling shared_child v1.1.1
7232026-04-10T03:32:54.949Z Compiling signal-hook-mio v0.2.5
7242026-04-10T03:32:55.018Z Compiling self-replace v1.5.0
7252026-04-10T03:32:55.080Z Compiling cargo-platform v0.2.0
7262026-04-10T03:32:55.310Z Compiling quick-xml v0.37.5
7272026-04-10T03:32:55.632Z Compiling quick-xml v0.38.4
7282026-04-10T03:32:56.034Z Compiling cpufeatures v0.2.17
7292026-04-10T03:32:56.113Z Compiling humantime v2.3.0
7302026-04-10T03:32:56.239Z Compiling shell-words v1.1.1
7312026-04-10T03:32:56.550Z Compiling urlencoding v2.1.3
7322026-04-10T03:32:56.716Z Compiling recursion v0.5.4
7332026-04-10T03:32:56.789Z Compiling strsim v0.11.1
7342026-04-10T03:32:56.847Z Compiling heck v0.5.0
7352026-04-10T03:32:56.859Z Compiling indenter v0.3.4
7362026-04-10T03:32:56.987Z Compiling clap_lex v1.1.0
7372026-04-10T03:32:57.048Z Compiling clap_derive v4.6.0
7382026-04-10T03:32:57.239Z Compiling clap_builder v4.6.0
7392026-04-10T03:32:57.633Z Compiling nextest-filtering v0.15.0
7402026-04-10T03:32:58.157Z Compiling humantime-serde v1.1.1
7412026-04-10T03:32:58.320Z Compiling quick-junit v0.5.2
7422026-04-10T03:32:58.823Z Compiling sha2 v0.10.9
7432026-04-10T03:33:00.047Z Compiling atomicwrites v0.4.4
7442026-04-10T03:33:00.328Z Compiling cargo_metadata v0.20.0
7452026-04-10T03:33:01.414Z Compiling crossterm v0.29.0
7462026-04-10T03:33:01.613Z Compiling cargo-nextest v0.9.97
7472026-04-10T03:33:02.758Z Compiling duct v0.13.7
7482026-04-10T03:33:03.379Z Compiling zstd v0.13.3
7492026-04-10T03:33:03.820Z Compiling async-scoped v0.9.0
7502026-04-10T03:33:04.010Z Compiling config v0.15.22
7512026-04-10T03:33:04.260Z Compiling rand v0.9.2
7522026-04-10T03:33:04.459Z Compiling unicode-normalization v0.1.25
7532026-04-10T03:33:04.535Z Compiling target-spec-miette v0.4.6
7542026-04-10T03:33:04.588Z Compiling future-queue v0.4.0
7552026-04-10T03:33:04.872Z Compiling mukti-metadata v0.3.0
7562026-04-10T03:33:04.946Z Compiling tokio-stream v0.1.18
7572026-04-10T03:33:05.012Z Compiling camino-tempfile v1.4.1
7582026-04-10T03:33:05.038Z Compiling derive-where v1.6.1
7592026-04-10T03:33:05.363Z Compiling serde_path_to_error v0.1.20
7602026-04-10T03:33:05.458Z Compiling serde_ignored v0.1.14
7612026-04-10T03:33:05.471Z Compiling home v0.5.12
7622026-04-10T03:33:05.483Z Compiling xxhash-rust v0.8.15
7632026-04-10T03:33:05.663Z Compiling swrite v0.1.0
7642026-04-10T03:33:05.675Z Compiling indent_write v2.2.0
7652026-04-10T03:33:05.758Z Compiling hex v0.4.3
7662026-04-10T03:33:05.770Z Compiling color-eyre v0.6.5
7672026-04-10T03:33:05.826Z Compiling clap v4.6.0
7682026-04-10T03:33:05.839Z Compiling dialoguer v0.11.0
7692026-04-10T03:33:05.907Z Compiling enable-ansi-support v0.2.1
7702026-04-10T03:33:06.268Z Compiling nextest-runner v0.80.0
7712026-04-10T03:33:24.553Z Finished `release` profile [optimized] target(s) in 1m 10s
7722026-04-10T03:33:24.740Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-04-10T03:33:24.743Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-04-10T03:33:24.862Z+ pushd mg-lower
7752026-04-10T03:33:24.865Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7762026-04-10T03:33:24.865Z+ cargo nextest run
7772026-04-10T03:33:25.019Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-04-10T03:33:25.589ZFrom https://github.com/oxidecomputer/falcon
7792026-04-10T03:33:25.589Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7802026-04-10T03:33:25.666Z Updating crates.io index
7812026-04-10T03:33:25.669Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-04-10T03:33:26.392ZFrom https://github.com/oxidecomputer/dendrite
7832026-04-10T03:33:26.393Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-04-10T03:33:26.481Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-04-10T03:33:26.727ZFrom https://github.com/oxidecomputer/ispf
7862026-04-10T03:33:26.728Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-04-10T03:33:26.785Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-04-10T03:33:27.123ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-04-10T03:33:27.123Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7902026-04-10T03:33:27.131Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-04-10T03:33:34.616ZFrom https://github.com/oxidecomputer/omicron
7922026-04-10T03:33:34.616Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7932026-04-10T03:33:35.011Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-04-10T03:33:35.590ZFrom https://github.com/oxidecomputer/opte
7952026-04-10T03:33:35.590Z * [new ref] 28d5170f6f7d75b6b436e12207eb7ad98a2e4a15 -> refs/commit/28d5170f6f7d75b6b436e12207eb7ad98a2e4a15
7962026-04-10T03:33:35.621Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-04-10T03:33:35.870ZFrom https://github.com/illumos/smf-rs
7982026-04-10T03:33:35.870Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-04-10T03:33:36.125Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-04-10T03:33:36.400ZFrom https://github.com/oxidecomputer/network-interface
8012026-04-10T03:33:36.400Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-04-10T03:33:36.407Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-04-10T03:33:36.650ZFrom https://github.com/oxidecomputer/zone
8042026-04-10T03:33:36.650Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-04-10T03:33:36.674Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-04-10T03:33:37.903ZFrom https://github.com/oxidecomputer/propolis
8072026-04-10T03:33:37.903Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-04-10T03:33:37.964Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-04-10T03:33:38.416ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-04-10T03:33:38.416Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8112026-04-10T03:33:38.480Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-04-10T03:33:38.731ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-04-10T03:33:38.731Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8142026-04-10T03:33:38.747Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-04-10T03:33:39.046ZFrom https://github.com/jmesmon/rust-libzfs
8162026-04-10T03:33:39.046Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-04-10T03:33:39.052Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-04-10T03:33:39.281ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-04-10T03:33:39.281Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-04-10T03:33:39.288Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-04-10T03:33:39.576ZFrom https://github.com/oxidecomputer/lldp
8222026-04-10T03:33:39.576Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8232026-04-10T03:33:39.673Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-04-10T03:33:39.933ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-04-10T03:33:39.933Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-04-10T03:33:39.942Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-04-10T03:33:40.249ZFrom https://github.com/oxidecomputer/tufaceous
8282026-04-10T03:33:40.249Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8292026-04-10T03:33:40.277Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-04-10T03:33:40.710ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-04-10T03:33:40.710Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8322026-04-10T03:33:40.792Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-04-10T03:33:41.613ZFrom https://github.com/oxidecomputer/crucible
8342026-04-10T03:33:41.613Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-04-10T03:33:41.828Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-04-10T03:33:42.073ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-04-10T03:33:42.073Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-04-10T03:33:42.094Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-04-10T03:33:42.467ZFrom https://github.com/oxidecomputer/propolis
8402026-04-10T03:33:42.467Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8412026-04-10T03:33:42.797Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-04-10T03:33:43.049ZFrom https://github.com/oxidecomputer/tofino
8432026-04-10T03:33:43.049Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8442026-04-10T03:33:43.073Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-04-10T03:33:43.575ZFrom https://github.com/oxidecomputer/maghemite
8462026-04-10T03:33:43.575Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8472026-04-10T03:33:43.607Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-04-10T03:33:43.868ZFrom https://github.com/oxidecomputer/clickward
8492026-04-10T03:33:43.868Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-04-10T03:33:44.048Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8512026-04-10T03:33:44.416ZFrom https://github.com/oxidecomputer/illumos-devinfo
8522026-04-10T03:33:44.416Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8532026-04-10T03:33:44.534Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-04-10T03:33:44.879ZFrom https://github.com/oxidecomputer/crucible
8552026-04-10T03:33:44.879Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8562026-04-10T03:33:45.881Z Downloading crates ...
8572026-04-10T03:33:45.990Z Downloaded bit-set v0.8.0
8582026-04-10T03:33:45.994Z Downloaded base16ct v0.2.0
8592026-04-10T03:33:45.997Z Downloaded bit-vec v0.8.0
8602026-04-10T03:33:46.000Z Downloaded blake2 v0.10.6
8612026-04-10T03:33:46.004Z Downloaded arrayref v0.3.9
8622026-04-10T03:33:46.007Z Downloaded cstr-argument v0.1.2
8632026-04-10T03:33:46.008Z Downloaded cobs v0.3.0
8642026-04-10T03:33:46.008Z Downloaded base16ct v1.0.0
8652026-04-10T03:33:46.011Z Downloaded async-recursion v1.1.1
8662026-04-10T03:33:46.026Z Downloaded hostname v0.3.1
8672026-04-10T03:33:46.029Z Downloaded fxhash v0.2.1
8682026-04-10T03:33:46.032Z Downloaded fixedbitset v0.4.2
8692026-04-10T03:33:46.032Z Downloaded glob v0.3.3
8702026-04-10T03:33:46.035Z Downloaded foldhash v0.2.0
8712026-04-10T03:33:46.035Z Downloaded no-std-compat v0.4.1
8722026-04-10T03:33:46.039Z Downloaded num v0.4.3
8732026-04-10T03:33:46.039Z Downloaded num-iter v0.1.45
8742026-04-10T03:33:46.042Z Downloaded embedded-io v0.4.0
8752026-04-10T03:33:46.042Z Downloaded defmt-parser v1.0.0
8762026-04-10T03:33:46.042Z Downloaded bcs v0.1.6
8772026-04-10T03:33:46.046Z Downloaded backoff v0.4.0
8782026-04-10T03:33:46.046Z Downloaded linked-hash-map v0.5.6
8792026-04-10T03:33:46.051Z Downloaded idna_adapter v1.2.1
8802026-04-10T03:33:46.051Z Downloaded newtype_derive v0.1.6
8812026-04-10T03:33:46.051Z Downloaded is-terminal v0.4.17
8822026-04-10T03:33:46.054Z Downloaded hubpack_derive v0.1.1
8832026-04-10T03:33:46.054Z Downloaded foreign-types v0.5.0
8842026-04-10T03:33:46.055Z Downloaded embedded-io v0.6.1
8852026-04-10T03:33:46.055Z Downloaded dtrace-parser v0.3.0
8862026-04-10T03:33:46.055Z Downloaded ciborium-io v0.2.2
8872026-04-10T03:33:46.058Z Downloaded heck v0.4.1
8882026-04-10T03:33:46.058Z Downloaded dof v0.4.0
8892026-04-10T03:33:46.062Z Downloaded icu_normalizer_data v2.1.1
8902026-04-10T03:33:46.062Z Downloaded fs-err v3.3.0
8912026-04-10T03:33:46.065Z Downloaded aead v0.5.2
8922026-04-10T03:33:46.065Z Downloaded dropshot-api-manager-types v0.7.0
8932026-04-10T03:33:46.065Z Downloaded darling_macro v0.21.3
8942026-04-10T03:33:46.068Z Downloaded defmt v0.3.100
8952026-04-10T03:33:46.068Z Downloaded convert_case v0.4.0
8962026-04-10T03:33:46.068Z Downloaded libscf-sys v1.1.0
8972026-04-10T03:33:46.071Z Downloaded dtrace-parser v0.2.0
8982026-04-10T03:33:46.071Z Downloaded httpdate v1.0.3
8992026-04-10T03:33:46.071Z Downloaded git-stub-vcs v0.1.0
9002026-04-10T03:33:46.075Z Downloaded enum-as-inner v0.6.1
9012026-04-10T03:33:46.075Z Downloaded dyn-clone v1.0.20
9022026-04-10T03:33:46.078Z Downloaded darling_macro v0.23.0
9032026-04-10T03:33:46.078Z Downloaded ingot-macros v0.1.1
9042026-04-10T03:33:46.082Z Downloaded foreign-types-shared v0.3.1
9052026-04-10T03:33:46.082Z Downloaded dunce v1.0.5
9062026-04-10T03:33:46.082Z Downloaded async-stream-impl v0.3.6
9072026-04-10T03:33:46.082Z Downloaded ciborium-ll v0.2.2
9082026-04-10T03:33:46.085Z Downloaded crc8 v0.1.1
9092026-04-10T03:33:46.085Z Downloaded const-random v0.1.18
9102026-04-10T03:33:46.088Z Downloaded const-random-macro v0.1.16
9112026-04-10T03:33:46.088Z Downloaded instant v0.1.13
9122026-04-10T03:33:46.091Z Downloaded dof v0.3.0
9132026-04-10T03:33:46.091Z Downloaded crucible-workspace-hack v0.1.0
9142026-04-10T03:33:46.091Z Downloaded ff v0.13.1
9152026-04-10T03:33:46.094Z Downloaded compression-core v0.4.31
9162026-04-10T03:33:46.094Z Downloaded memmap2 v0.9.10
9172026-04-10T03:33:46.099Z Downloaded mime v0.3.17
9182026-04-10T03:33:46.103Z Downloaded async-stream v0.3.6
9192026-04-10T03:33:46.106Z Downloaded crunchy v0.2.4
9202026-04-10T03:33:46.106Z Downloaded hubpack v0.1.2
9212026-04-10T03:33:46.109Z Downloaded newtype-uuid-macros v0.1.0
9222026-04-10T03:33:46.109Z Downloaded managed v0.8.0
9232026-04-10T03:33:46.112Z Downloaded fastrand v2.3.0
9242026-04-10T03:33:46.112Z Downloaded gethostname v0.5.0
9252026-04-10T03:33:46.112Z Downloaded cpufeatures v0.3.0
9262026-04-10T03:33:46.115Z Downloaded byteorder v1.5.0
9272026-04-10T03:33:46.119Z Downloaded heapless v0.8.0
9282026-04-10T03:33:46.119Z Downloaded opaque-debug v0.3.1
9292026-04-10T03:33:46.122Z Downloaded omicron-workspace-hack v0.1.0
9302026-04-10T03:33:46.122Z Downloaded olpc-cjson v0.1.4
9312026-04-10T03:33:46.122Z Downloaded internet-checksum v0.2.1
9322026-04-10T03:33:46.125Z Downloaded git-stub v1.0.0
9332026-04-10T03:33:46.125Z Downloaded hostname v0.4.2
9342026-04-10T03:33:46.129Z Downloaded plain v0.2.3
9352026-04-10T03:33:46.129Z Downloaded hash32 v0.3.1
9362026-04-10T03:33:46.129Z Downloaded num_threads v0.1.7
9372026-04-10T03:33:46.132Z Downloaded num_enum_derive v0.5.11
9382026-04-10T03:33:46.132Z Downloaded bitflags v1.3.2
9392026-04-10T03:33:46.135Z Downloaded base64 v0.21.7
9402026-04-10T03:33:46.135Z Downloaded defmt v1.0.1
9412026-04-10T03:33:46.138Z Downloaded lru-cache v0.1.2
9422026-04-10T03:33:46.142Z Downloaded ident_case v1.0.1
9432026-04-10T03:33:46.142Z Downloaded chacha20 v0.9.1
9442026-04-10T03:33:46.142Z Downloaded memmap v0.7.0
9452026-04-10T03:33:47.148Z Downloaded defmt-macros v1.0.1
9462026-04-10T03:33:47.148Z Downloaded compression-codecs v0.4.37
9472026-04-10T03:33:47.152Z Downloaded displaydoc v0.2.5
9482026-04-10T03:33:47.152Z Downloaded num-conv v0.2.1
9492026-04-10T03:33:47.153Z Downloaded keccak v0.1.6
9502026-04-10T03:33:47.153Z Downloaded daft-derive v0.1.5
9512026-04-10T03:33:47.153Z Downloaded daft v0.1.5
9522026-04-10T03:33:47.153Z Downloaded group v0.13.0
9532026-04-10T03:33:47.153Z Downloaded const_format_proc_macros v0.2.34
9542026-04-10T03:33:47.153Z Downloaded potential_utf v0.1.4
9552026-04-10T03:33:47.153Z Downloaded memoffset v0.9.1
9562026-04-10T03:33:47.153Z Downloaded csv-core v0.1.13
9572026-04-10T03:33:47.153Z Downloaded byte-wrapper v0.1.0
9582026-04-10T03:33:47.153Z Downloaded foreign-types-macros v0.2.3
9592026-04-10T03:33:47.153Z Downloaded bytecount v0.6.9
9602026-04-10T03:33:47.153Z Downloaded natord v1.0.9
9612026-04-10T03:33:47.153Z Downloaded data-encoding v2.10.0
9622026-04-10T03:33:47.153Z Downloaded cmake v0.1.58
9632026-04-10T03:33:47.153Z Downloaded match_cfg v0.1.0
9642026-04-10T03:33:47.153Z Downloaded macaddr v1.0.1
9652026-04-10T03:33:47.153Z Downloaded derive-ex v0.1.8
9662026-04-10T03:33:47.153Z Downloaded paste v1.0.15
9672026-04-10T03:33:47.153Z Downloaded hickory-resolver v0.25.2
9682026-04-10T03:33:47.153Z Downloaded icu_collections v2.1.1
9692026-04-10T03:33:47.153Z Downloaded proc-macro-crate v3.5.0
9702026-04-10T03:33:47.153Z Downloaded powerfmt v0.2.0
9712026-04-10T03:33:47.153Z Downloaded phf_shared v0.12.1
9722026-04-10T03:33:47.153Z Downloaded proc-macro-error-attr2 v2.0.0
9732026-04-10T03:33:47.153Z Downloaded num-derive v0.4.2
9742026-04-10T03:33:47.153Z Downloaded newline-converter v0.3.0
9752026-04-10T03:33:47.153Z Downloaded proc-macro-crate v1.3.1
9762026-04-10T03:33:47.153Z Downloaded proc-macro-error-attr v1.0.4
9772026-04-10T03:33:47.153Z Downloaded parse-display v0.10.0
9782026-04-10T03:33:47.153Z Downloaded indexmap v2.13.0
9792026-04-10T03:33:47.153Z Downloaded parking_lot_core v0.8.6
9802026-04-10T03:33:47.153Z Downloaded linear-map v1.2.0
9812026-04-10T03:33:47.153Z Downloaded quick-error v1.2.3
9822026-04-10T03:33:47.153Z Downloaded progenitor-macro v0.13.0
9832026-04-10T03:33:47.153Z Downloaded ingot-types v0.1.2
9842026-04-10T03:33:47.153Z Downloaded progenitor-macro v0.10.0
9852026-04-10T03:33:47.153Z Downloaded erased-serde v0.3.31
9862026-04-10T03:33:47.153Z Downloaded rand_xorshift v0.4.0
9872026-04-10T03:33:47.153Z Downloaded fs_extra v1.3.0
9882026-04-10T03:33:47.154Z Downloaded num-derive v0.3.3
9892026-04-10T03:33:47.154Z Downloaded poly1305 v0.8.0
9902026-04-10T03:33:47.154Z Downloaded num-complex v0.4.6
9912026-04-10T03:33:47.154Z Downloaded progenitor-client v0.10.0
9922026-04-10T03:33:47.154Z Downloaded phf v0.12.1
9932026-04-10T03:33:47.154Z Downloaded num_enum_derive v0.7.6
9942026-04-10T03:33:47.154Z Downloaded diff v0.1.13
9952026-04-10T03:33:47.154Z Downloaded pretty-hex v0.4.2
9962026-04-10T03:33:47.154Z Downloaded critical-section v1.2.0
9972026-04-10T03:33:47.154Z Downloaded backon v1.6.0
9982026-04-10T03:33:47.154Z Downloaded password-hash v0.5.0
9992026-04-10T03:33:47.154Z Downloaded parse-display-derive v0.10.0
10002026-04-10T03:33:47.154Z Downloaded crossbeam-deque v0.8.6
10012026-04-10T03:33:47.154Z Downloaded num-integer v0.1.46
10022026-04-10T03:33:47.154Z Downloaded ipnetwork v0.21.1
10032026-04-10T03:33:47.154Z Downloaded cipher v0.4.4
10042026-04-10T03:33:47.154Z Downloaded ingot v0.1.1
10052026-04-10T03:33:47.154Z Downloaded console v0.16.3
10062026-04-10T03:33:47.154Z Downloaded cargo_toml v0.22.3
10072026-04-10T03:33:47.154Z Downloaded crossbeam-epoch v0.9.18
10082026-04-10T03:33:47.154Z Downloaded ref-cast-impl v1.0.25
10092026-04-10T03:33:47.154Z Downloaded darling v0.21.3
10102026-04-10T03:33:47.154Z Downloaded cookie v0.18.1
10112026-04-10T03:33:47.154Z Downloaded oxide-tokio-rt v0.1.3
10122026-04-10T03:33:47.154Z Downloaded same-file v1.0.6
10132026-04-10T03:33:47.154Z Downloaded ref-cast v1.0.25
10142026-04-10T03:33:47.154Z Downloaded rand_chacha v0.3.1
10152026-04-10T03:33:47.154Z Downloaded deranged v0.5.8
10162026-04-10T03:33:47.154Z Downloaded arrayvec v0.7.6
10172026-04-10T03:33:47.154Z Downloaded rustc_version v0.1.7
10182026-04-10T03:33:47.154Z Downloaded num_enum v0.5.11
10192026-04-10T03:33:47.154Z Downloaded progenitor-client v0.11.2
10202026-04-10T03:33:47.154Z Downloaded progenitor v0.13.0
10212026-04-10T03:33:47.154Z Downloaded dropshot_endpoint v0.16.7
10222026-04-10T03:33:47.154Z Downloaded secrecy v0.10.3
10232026-04-10T03:33:47.154Z Downloaded scroll_derive v0.13.1
10242026-04-10T03:33:47.154Z Downloaded progenitor-macro v0.11.2
10252026-04-10T03:33:47.154Z Downloaded serde_spanned v1.1.0
10262026-04-10T03:33:47.155Z Downloaded serde-big-array v0.5.1
10272026-04-10T03:33:47.155Z Downloaded semver v0.1.20
10282026-04-10T03:33:47.155Z Downloaded oxnet v0.1.4
10292026-04-10T03:33:47.155Z Downloaded serde_repr v0.1.20
10302026-04-10T03:33:47.155Z Downloaded crossbeam-utils v0.8.21
10312026-04-10T03:33:47.155Z Downloaded proc-macro-error v1.0.4
10322026-04-10T03:33:47.155Z Downloaded num_enum v0.7.6
10332026-04-10T03:33:47.155Z Downloaded progenitor-client v0.13.0
10342026-04-10T03:33:47.155Z Downloaded progenitor v0.10.0
10352026-04-10T03:33:47.155Z Downloaded multer v3.1.0
10362026-04-10T03:33:47.155Z Downloaded sigpipe v0.1.3
10372026-04-10T03:33:47.155Z Downloaded sha1 v0.10.6
10382026-04-10T03:33:47.155Z Downloaded proc-macro-error2 v2.0.1
10392026-04-10T03:33:47.155Z Downloaded siphasher v1.0.2
10402026-04-10T03:33:47.155Z Downloaded serial_test_derive v3.4.0
10412026-04-10T03:33:47.155Z Downloaded slog-envlogger v2.2.0
10422026-04-10T03:33:47.155Z Downloaded smawk v0.3.2
10432026-04-10T03:33:47.155Z Downloaded pest_derive v2.8.6
10442026-04-10T03:33:47.155Z Downloaded icu_properties v2.1.2
10452026-04-10T03:33:47.155Z Downloaded derive_more v0.99.20
10462026-04-10T03:33:47.155Z Downloaded litemap v0.8.1
10472026-04-10T03:33:47.160Z Downloaded elliptic-curve v0.13.8
10482026-04-10T03:33:47.160Z Downloaded libsw v3.5.0
10492026-04-10T03:33:47.160Z Downloaded serial_test v3.4.0
10502026-04-10T03:33:47.160Z Downloaded progenitor v0.11.2
10512026-04-10T03:33:47.160Z Downloaded slog-bunyan v2.5.0
10522026-04-10T03:33:47.160Z Downloaded indexmap v1.9.3
10532026-04-10T03:33:47.160Z Downloaded scroll_derive v0.12.1
10542026-04-10T03:33:47.160Z Downloaded allocator-api2 v0.2.21
10552026-04-10T03:33:47.160Z Downloaded parking_lot v0.11.2
10562026-04-10T03:33:47.160Z Downloaded omicron-zone-package v0.12.2
10572026-04-10T03:33:47.160Z Downloaded stable_deref_trait v1.2.1
10582026-04-10T03:33:47.160Z Downloaded rusty-fork v0.3.1
10592026-04-10T03:33:47.160Z Downloaded rand_core v0.10.0
10602026-04-10T03:33:47.160Z Downloaded num-rational v0.4.2
10612026-04-10T03:33:47.160Z Downloaded libsw-core v0.3.2
10622026-04-10T03:33:47.160Z Downloaded rustversion v1.0.22
10632026-04-10T03:33:47.160Z Downloaded strum v0.26.3
10642026-04-10T03:33:47.160Z Downloaded icu_provider v2.1.1
10652026-04-10T03:33:47.160Z Downloaded chacha20poly1305 v0.10.1
10662026-04-10T03:33:47.160Z Downloaded hmac v0.12.1
10672026-04-10T03:33:47.161Z Downloaded hashbrown v0.16.1
10682026-04-10T03:33:47.161Z Downloaded drift v0.1.3
10692026-04-10T03:33:47.161Z Downloaded strum v0.27.2
10702026-04-10T03:33:47.161Z Downloaded schemars_derive v0.8.22
10712026-04-10T03:33:47.161Z Downloaded structmeta v0.3.0
10722026-04-10T03:33:47.161Z Downloaded pem v3.0.6
10732026-04-10T03:33:47.161Z Downloaded serde_plain v1.0.2
10742026-04-10T03:33:47.161Z Downloaded progenitor-extras v0.1.1
10752026-04-10T03:33:47.161Z Downloaded tabwriter v1.4.1
10762026-04-10T03:33:47.161Z Downloaded ciborium v0.2.2
10772026-04-10T03:33:47.161Z Downloaded take_mut v0.2.2
10782026-04-10T03:33:47.161Z Downloaded thiserror-impl-no-std v2.0.2
10792026-04-10T03:33:47.161Z Downloaded spin v0.5.2
10802026-04-10T03:33:47.161Z Downloaded tagptr v0.2.0
10812026-04-10T03:33:47.161Z Downloaded time-core v0.1.8
10822026-04-10T03:33:47.161Z Downloaded cancel-safe-futures v0.1.5
10832026-04-10T03:33:47.161Z Downloaded sdd v3.0.10
10842026-04-10T03:33:47.161Z Downloaded half v2.7.1
10852026-04-10T03:33:47.161Z Downloaded papergrid v0.11.0
10862026-04-10T03:33:47.161Z Downloaded scroll v0.12.0
10872026-04-10T03:33:47.161Z Downloaded async-trait v0.1.89
10882026-04-10T03:33:47.161Z Downloaded thread-id v4.2.2
10892026-04-10T03:33:47.161Z Downloaded termtree v0.5.1
10902026-04-10T03:33:47.161Z Downloaded resolv-conf v0.7.6
10912026-04-10T03:33:47.161Z Downloaded tabled_derive v0.11.0
10922026-04-10T03:33:47.161Z Downloaded tabled_derive v0.7.0
10932026-04-10T03:33:47.161Z Downloaded serde_tokenstream v0.2.3
10942026-04-10T03:33:47.161Z Downloaded scroll v0.13.0
10952026-04-10T03:33:47.161Z Downloaded postcard v1.1.3
10962026-04-10T03:33:47.161Z Downloaded topological-sort v0.2.2
10972026-04-10T03:33:47.161Z Downloaded colored v3.1.1
10982026-04-10T03:33:47.161Z Downloaded constant_time_eq v0.4.2
10992026-04-10T03:33:47.161Z Downloaded chacha20 v0.10.0
11002026-04-10T03:33:47.161Z Downloaded anyhow v1.0.102
11012026-04-10T03:33:47.161Z Downloaded typify-macro v0.4.3
11022026-04-10T03:33:47.161Z Downloaded slog-async v2.8.0
11032026-04-10T03:33:47.161Z Downloaded pest_generator v2.8.6
11042026-04-10T03:33:47.161Z Downloaded highway v1.3.0
11052026-04-10T03:33:47.161Z Downloaded darling v0.23.0
11062026-04-10T03:33:47.161Z Downloaded smf v0.2.3
11072026-04-10T03:33:47.162Z Downloaded slog-term v2.9.2
11082026-04-10T03:33:47.162Z Downloaded icu_locale_core v2.1.1
11092026-04-10T03:33:47.162Z Downloaded testing_table v0.3.0
11102026-04-10T03:33:47.162Z Downloaded arc-swap v1.9.0
11112026-04-10T03:33:47.162Z Downloaded slog-stdlog v4.1.1
11122026-04-10T03:33:47.162Z Downloaded slog-json v2.6.1
11132026-04-10T03:33:47.162Z Downloaded hickory-resolver v0.24.4
11142026-04-10T03:33:47.162Z Downloaded rhai_codegen v3.1.0
11152026-04-10T03:33:47.162Z Downloaded usdt v0.6.0
11162026-04-10T03:33:47.162Z Downloaded typify-macro v0.6.1
11172026-04-10T03:33:47.162Z Downloaded slog-scope v4.4.1
11182026-04-10T03:33:47.162Z Downloaded unarray v0.1.4
11192026-04-10T03:33:47.162Z Downloaded const_format v0.2.35
11202026-04-10T03:33:47.162Z Downloaded usdt v0.5.0
11212026-04-10T03:33:47.162Z Downloaded usdt-attr-macro v0.6.0
11222026-04-10T03:33:47.162Z Downloaded synstructure v0.13.2
11232026-04-10T03:33:47.162Z Downloaded strum_macros v0.26.4
11242026-04-10T03:33:47.162Z Downloaded structmeta-derive v0.3.0
11252026-04-10T03:33:47.162Z Downloaded waitgroup v0.1.2
11262026-04-10T03:33:47.162Z Downloaded crossbeam-channel v0.5.15
11272026-04-10T03:33:47.162Z Downloaded utf-8 v0.7.6
11282026-04-10T03:33:47.162Z Downloaded snafu-derive v0.8.9
11292026-04-10T03:33:47.162Z Downloaded usdt-macro v0.5.0
11302026-04-10T03:33:47.162Z Downloaded universal-hash v0.5.1
11312026-04-10T03:33:47.162Z Downloaded strum_macros v0.27.2
11322026-04-10T03:33:47.162Z Downloaded untrusted v0.7.1
11332026-04-10T03:33:47.162Z Downloaded unit-prefix v0.5.2
11342026-04-10T03:33:47.162Z Downloaded yoke-derive v0.8.1
11352026-04-10T03:33:47.162Z Downloaded progenitor-impl v0.13.0
11362026-04-10T03:33:47.162Z Downloaded darling_core v0.23.0
11372026-04-10T03:33:47.162Z Downloaded slog-dtrace v0.3.0
11382026-04-10T03:33:47.162Z Downloaded serde_derive_internals v0.29.1
11392026-04-10T03:33:47.162Z Downloaded argon2 v0.5.3
11402026-04-10T03:33:47.162Z Downloaded inout v0.1.4
11412026-04-10T03:33:47.162Z Downloaded float-ord v0.3.2
11422026-04-10T03:33:47.162Z Downloaded wait-timeout v0.2.1
11432026-04-10T03:33:47.162Z Downloaded icu_normalizer v2.1.1
11442026-04-10T03:33:47.162Z Downloaded zeroize_derive v1.4.3
11452026-04-10T03:33:47.163Z Downloaded zerofrom-derive v0.1.6
11462026-04-10T03:33:47.163Z Downloaded zone_cfg_derive v0.3.1
11472026-04-10T03:33:47.166Z Downloaded papergrid v0.17.0
11482026-04-10T03:33:47.167Z Downloaded progenitor-impl v0.10.0
11492026-04-10T03:33:47.167Z Downloaded zerofrom v0.1.6
11502026-04-10T03:33:47.167Z Downloaded indicatif v0.18.4
11512026-04-10T03:33:47.167Z Downloaded thiserror-no-std v2.0.2
11522026-04-10T03:33:47.167Z Downloaded progenitor-impl v0.11.2
11532026-04-10T03:33:47.167Z Downloaded tiny-keccak v2.0.2
11542026-04-10T03:33:47.167Z Downloaded tokio-tungstenite v0.21.0
11552026-04-10T03:33:47.167Z Downloaded time-macros v0.2.27
11562026-04-10T03:33:47.167Z Downloaded tokio-dtrace v0.1.1
11572026-04-10T03:33:47.167Z Downloaded thread-id v5.1.0
11582026-04-10T03:33:47.167Z Downloaded usdt-attr-macro v0.5.0
11592026-04-10T03:33:47.167Z Downloaded serde_with_macros v3.18.0
11602026-04-10T03:33:47.167Z Downloaded rustls-platform-verifier v0.6.2
11612026-04-10T03:33:47.167Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11622026-04-10T03:33:47.167Z Downloaded zone v0.3.1
11632026-04-10T03:33:47.167Z Downloaded darling_core v0.21.3
11642026-04-10T03:33:47.167Z Downloaded toml_writer v1.1.0+spec-1.1.0
11652026-04-10T03:33:47.167Z Downloaded smartstring v1.0.1
11662026-04-10T03:33:47.167Z Downloaded rustls-pemfile v2.2.0
11672026-04-10T03:33:47.167Z Downloaded dropshot_endpoint v0.17.0
11682026-04-10T03:33:47.167Z Downloaded crypto-bigint v0.5.5
11692026-04-10T03:33:47.167Z Downloaded rustls-native-certs v0.8.3
11702026-04-10T03:33:47.167Z Downloaded usdt-macro v0.6.0
11712026-04-10T03:33:47.167Z Downloaded spin v0.9.8
11722026-04-10T03:33:47.167Z Downloaded walkdir v2.5.0
11732026-04-10T03:33:47.167Z Downloaded yoke v0.8.1
11742026-04-10T03:33:47.167Z Downloaded xz2 v0.1.7
11752026-04-10T03:33:47.167Z Downloaded writeable v0.6.2
11762026-04-10T03:33:47.167Z Downloaded usdt-impl v0.6.0
11772026-04-10T03:33:47.167Z Downloaded usdt-impl v0.5.0
11782026-04-10T03:33:47.167Z Downloaded pretty_assertions v1.4.1
11792026-04-10T03:33:47.167Z Downloaded pest_meta v2.8.6
11802026-04-10T03:33:47.167Z Downloaded jiff-static v0.2.23
11812026-04-10T03:33:47.167Z Downloaded thin-vec v0.2.14
11822026-04-10T03:33:47.167Z Downloaded whoami v1.6.1
11832026-04-10T03:33:47.167Z Downloaded tinystr v0.8.2
11842026-04-10T03:33:47.167Z Downloaded serde_yaml v0.9.34+deprecated
11852026-04-10T03:33:47.167Z Downloaded zerovec-derive v0.11.2
11862026-04-10T03:33:47.167Z Downloaded minimal-lexical v0.2.1
11872026-04-10T03:33:47.168Z Downloaded tokio-rustls v0.25.0
11882026-04-10T03:33:47.168Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11892026-04-10T03:33:47.168Z Downloaded hashbrown v0.12.3
11902026-04-10T03:33:47.168Z Downloaded toml_parser v1.1.0+spec-1.1.0
11912026-04-10T03:33:47.168Z Downloaded dropshot-api-manager v0.7.0
11922026-04-10T03:33:47.168Z Downloaded async-compression v0.4.41
11932026-04-10T03:33:47.168Z Downloaded cc v1.2.58
11942026-04-10T03:33:47.168Z Downloaded rayon-core v1.13.0
11952026-04-10T03:33:47.168Z Downloaded vsss-rs v3.3.4
11962026-04-10T03:33:47.168Z Downloaded schemars v0.9.0
11972026-04-10T03:33:47.168Z Downloaded test-strategy v0.4.5
11982026-04-10T03:33:47.168Z Downloaded typify v0.6.1
11992026-04-10T03:33:47.168Z Downloaded typify v0.4.3
12002026-04-10T03:33:47.168Z Downloaded toml v1.1.0+spec-1.1.0
12012026-04-10T03:33:47.168Z Downloaded toml v0.9.12+spec-1.1.0
12022026-04-10T03:33:47.168Z Downloaded toml v0.7.8
12032026-04-10T03:33:47.168Z Downloaded term v1.2.1
12042026-04-10T03:33:47.168Z Downloaded slog v2.8.2
12052026-04-10T03:33:47.168Z Downloaded zerocopy-derive v0.7.35
12062026-04-10T03:33:47.168Z Downloaded schemars v1.2.1
12072026-04-10T03:33:47.168Z Downloaded schemars v0.8.22
12082026-04-10T03:33:47.168Z Downloaded zerotrie v0.2.3
12092026-04-10T03:33:47.168Z Downloaded rand v0.8.5
12102026-04-10T03:33:47.168Z Downloaded similar v2.7.0
12112026-04-10T03:33:47.168Z Downloaded yansi v1.0.1
12122026-04-10T03:33:47.168Z Downloaded qorb v0.4.1
12132026-04-10T03:33:47.168Z Downloaded ucd-trie v0.1.7
12142026-04-10T03:33:47.168Z Downloaded prettyplease v0.2.37
12152026-04-10T03:33:47.168Z Downloaded snafu v0.8.9
12162026-04-10T03:33:47.168Z Downloaded nom v7.1.3
12172026-04-10T03:33:47.168Z Downloaded expectorate v1.2.0
12182026-04-10T03:33:47.168Z Downloaded tungstenite v0.21.0
12192026-04-10T03:33:47.168Z Downloaded toml_edit v0.25.8+spec-1.1.0
12202026-04-10T03:33:47.168Z Downloaded steno v0.4.1
12212026-04-10T03:33:47.168Z Downloaded unsafe-libyaml v0.2.11
12222026-04-10T03:33:47.168Z Downloaded itertools v0.12.1
12232026-04-10T03:33:47.168Z Downloaded iddqd v0.3.17
12242026-04-10T03:33:47.168Z Downloaded zerocopy-derive v0.8.48
12252026-04-10T03:33:47.168Z Downloaded rayon v1.11.0
12262026-04-10T03:33:47.169Z Downloaded toml_edit v0.19.15
12272026-04-10T03:33:47.169Z Downloaded rand v0.10.0
12282026-04-10T03:33:47.169Z Downloaded blake3 v1.8.4
12292026-04-10T03:33:47.169Z Downloaded nom v8.0.0
12302026-04-10T03:33:47.169Z Downloaded pest v2.8.6
12312026-04-10T03:33:47.169Z Downloaded libm v0.2.16
12322026-04-10T03:33:47.169Z Downloaded rustls-webpki v0.102.8
12332026-04-10T03:33:47.169Z Downloaded aws-lc-rs v1.16.2
12342026-04-10T03:33:47.169Z Downloaded hkdf v0.12.4
12352026-04-10T03:33:47.169Z Downloaded goblin v0.8.2
12362026-04-10T03:33:47.169Z Downloaded icu_properties_data v2.1.2
12372026-04-10T03:33:47.169Z Downloaded typed-path v0.9.3
12382026-04-10T03:33:47.169Z Downloaded scc v2.4.0
12392026-04-10T03:33:47.169Z Downloaded tabled v0.15.0
12402026-04-10T03:33:47.169Z Downloaded zerovec v0.11.5
12412026-04-10T03:33:47.169Z Downloaded reqwest v0.13.2
12422026-04-10T03:33:47.169Z Downloaded tough v0.20.0
12432026-04-10T03:33:47.169Z Downloaded time v0.3.47
12442026-04-10T03:33:47.169Z Downloaded winnow v0.5.40
12452026-04-10T03:33:47.169Z Downloaded proptest v1.11.0
12462026-04-10T03:33:47.169Z Downloaded moka v0.12.15
12472026-04-10T03:33:47.173Z Downloaded zerocopy v0.7.35
12482026-04-10T03:33:47.173Z Downloaded goblin v0.10.5
12492026-04-10T03:33:47.173Z Downloaded serde_with v3.18.0
12502026-04-10T03:33:47.173Z Downloaded rustls v0.22.4
12512026-04-10T03:33:47.173Z Downloaded syn v1.0.109
12522026-04-10T03:33:47.173Z Downloaded openapiv3 v2.2.0
12532026-04-10T03:33:47.173Z Downloaded tabled v0.20.0
12542026-04-10T03:33:47.173Z Downloaded dropshot v0.16.7
12552026-04-10T03:33:47.173Z Downloaded rhai v1.24.0
12562026-04-10T03:33:47.173Z Downloaded dropshot v0.17.0
12572026-04-10T03:33:47.173Z Downloaded smoltcp v0.11.0
12582026-04-10T03:33:47.173Z Downloaded nix v0.31.2
12592026-04-10T03:33:47.173Z Downloaded regress v0.10.5
12602026-04-10T03:33:47.173Z Downloaded typify-impl v0.6.1
12612026-04-10T03:33:47.173Z Downloaded hickory-proto v0.24.4
12622026-04-10T03:33:47.173Z Downloaded hickory-proto v0.25.2
12632026-04-10T03:33:47.173Z Downloaded typify-impl v0.4.3
12642026-04-10T03:33:47.173Z Downloaded sled v0.34.7
12652026-04-10T03:33:47.173Z Downloaded jiff v0.2.23
12662026-04-10T03:33:47.173Z Downloaded lzma-sys v0.1.20
12672026-04-10T03:33:47.173Z Downloaded petgraph v0.6.5
12682026-04-10T03:33:47.173Z Downloaded chrono-tz v0.10.4
12692026-04-10T03:33:47.173Z Downloaded sha3 v0.10.8
12702026-04-10T03:33:47.173Z Downloaded csv v1.4.0
12712026-04-10T03:33:47.173Z Downloaded encoding_rs v0.8.35
12722026-04-10T03:33:47.638Z Downloaded aws-lc-sys v0.39.1
12732026-04-10T03:33:48.534Z Compiling proc-macro2 v1.0.106
12742026-04-10T03:33:48.534Z Compiling quote v1.0.45
12752026-04-10T03:33:48.534Z Compiling unicode-ident v1.0.24
12762026-04-10T03:33:48.534Z Compiling serde_core v1.0.228
12772026-04-10T03:33:48.543Z Compiling cfg-if v1.0.4
12782026-04-10T03:33:48.543Z Compiling serde v1.0.228
12792026-04-10T03:33:48.543Z Compiling libc v0.2.184
12802026-04-10T03:33:48.543Z Compiling memchr v2.8.0
12812026-04-10T03:33:48.732Z Compiling itoa v1.0.18
12822026-04-10T03:33:48.910Z Compiling smallvec v1.15.1
12832026-04-10T03:33:48.969Z Compiling zmij v1.0.21
12842026-04-10T03:33:48.992Z Compiling serde_json v1.0.149
12852026-04-10T03:33:49.112Z Compiling autocfg v1.5.0
12862026-04-10T03:33:49.261Z Compiling libm v0.2.16
12872026-04-10T03:33:49.334Z Compiling stable_deref_trait v1.2.1
12882026-04-10T03:33:49.405Z Compiling iana-time-zone v0.1.65
12892026-04-10T03:33:49.435Z Compiling version_check v0.9.5
12902026-04-10T03:33:49.460Z Compiling percent-encoding v2.3.2
12912026-04-10T03:33:49.528Z Compiling writeable v0.6.2
12922026-04-10T03:33:49.558Z Compiling litemap v0.8.1
12932026-04-10T03:33:49.651Z Compiling icu_properties_data v2.1.2
12942026-04-10T03:33:49.697Z Compiling icu_normalizer_data v2.1.1
12952026-04-10T03:33:49.718Z Compiling equivalent v1.0.2
12962026-04-10T03:33:49.741Z Compiling foldhash v0.2.0
12972026-04-10T03:33:49.803Z Compiling syn v2.0.117
12982026-04-10T03:33:49.873Z Compiling allocator-api2 v0.2.21
12992026-04-10T03:33:49.955Z Compiling pin-project-lite v0.2.17
13002026-04-10T03:33:49.970Z Compiling form_urlencoded v1.2.2
13012026-04-10T03:33:49.998Z Compiling dyn-clone v1.0.20
13022026-04-10T03:33:50.009Z Compiling utf8_iter v1.0.4
13032026-04-10T03:33:50.041Z Compiling parking_lot_core v0.9.12
13042026-04-10T03:33:50.124Z Compiling scopeguard v1.2.0
13052026-04-10T03:33:50.151Z Compiling hashbrown v0.16.1
13062026-04-10T03:33:50.164Z Compiling num-traits v0.2.19
13072026-04-10T03:33:50.182Z Compiling thiserror v2.0.18
13082026-04-10T03:33:50.230Z Compiling lock_api v0.4.14
13092026-04-10T03:33:50.310Z Compiling heck v0.5.0
13102026-04-10T03:33:50.442Z Compiling getrandom v0.4.2
13112026-04-10T03:33:50.569Z Compiling rand_core v0.10.0
13122026-04-10T03:33:50.710Z Compiling semver v1.0.28
13132026-04-10T03:33:50.730Z Compiling errno v0.3.14
13142026-04-10T03:33:50.791Z Compiling indexmap v2.13.0
13152026-04-10T03:33:50.883Z Compiling futures-core v0.3.32
13162026-04-10T03:33:50.890Z Compiling jobserver v0.1.34
13172026-04-10T03:33:50.904Z Compiling shlex v1.3.0
13182026-04-10T03:33:51.036Z Compiling find-msvc-tools v0.1.9
13192026-04-10T03:33:51.055Z Compiling zerocopy v0.8.48
13202026-04-10T03:33:51.084Z Compiling rustversion v1.0.22
13212026-04-10T03:33:51.141Z Compiling uuid v1.23.0
13222026-04-10T03:33:51.201Z Compiling cc v1.2.58
13232026-04-10T03:33:51.278Z Compiling fnv v1.0.7
13242026-04-10T03:33:51.372Z Compiling futures-sink v0.3.32
13252026-04-10T03:33:51.407Z Compiling schemars v0.8.22
13262026-04-10T03:33:51.513Z Compiling slab v0.4.12
13272026-04-10T03:33:51.533Z Compiling futures-channel v0.3.32
13282026-04-10T03:33:51.633Z Compiling socket2 v0.6.3
13292026-04-10T03:33:51.701Z Compiling futures-task v0.3.32
13302026-04-10T03:33:51.762Z Compiling futures-io v0.3.32
13312026-04-10T03:33:51.871Z Compiling parking_lot v0.12.5
13322026-04-10T03:33:51.909Z Compiling signal-hook-registry v1.4.8
13332026-04-10T03:33:51.922Z Compiling mio v1.2.0
13342026-04-10T03:33:51.999Z Compiling portable-atomic v1.13.1
13352026-04-10T03:33:52.094Z Compiling log v0.4.29
13362026-04-10T03:33:52.113Z Compiling bitflags v2.11.0
13372026-04-10T03:33:52.286Z Compiling critical-section v1.2.0
13382026-04-10T03:33:52.304Z Compiling typenum v1.19.0
13392026-04-10T03:33:52.357Z Compiling getrandom v0.2.17
13402026-04-10T03:33:52.388Z Compiling base64 v0.22.1
13412026-04-10T03:33:52.391Z Compiling regex-syntax v0.8.10
13422026-04-10T03:33:52.440Z Compiling byteorder v1.5.0
13432026-04-10T03:33:52.537Z Compiling subtle v2.6.1
13442026-04-10T03:33:52.569Z Compiling untrusted v0.9.0
13452026-04-10T03:33:52.648Z Compiling synstructure v0.13.2
13462026-04-10T03:33:52.668Z Compiling serde_derive_internals v0.29.1
13472026-04-10T03:33:52.705Z Compiling rand_core v0.6.4
13482026-04-10T03:33:52.733Z Compiling ipnet v2.12.0
13492026-04-10T03:33:52.930Z Compiling once_cell v1.21.4
13502026-04-10T03:33:53.017Z Compiling httparse v1.10.1
13512026-04-10T03:33:53.149Z Compiling rustix v1.1.4
13522026-04-10T03:33:53.160Z Compiling strsim v0.11.1
13532026-04-10T03:33:53.280Z Compiling atomic-waker v1.1.2
13542026-04-10T03:33:53.298Z Compiling tower-layer v0.3.3
13552026-04-10T03:33:53.402Z Compiling tower-service v0.3.3
13562026-04-10T03:33:53.438Z Compiling cmake v0.1.58
13572026-04-10T03:33:53.456Z Compiling try-lock v0.2.5
13582026-04-10T03:33:53.492Z Compiling thiserror v1.0.69
13592026-04-10T03:33:53.557Z Compiling fs_extra v1.3.0
13602026-04-10T03:33:53.568Z Compiling dunce v1.0.5
13612026-04-10T03:33:53.657Z Compiling ryu v1.0.23
13622026-04-10T03:33:53.713Z Compiling want v0.3.1
13632026-04-10T03:33:53.723Z Compiling httpdate v1.0.3
13642026-04-10T03:33:53.784Z Compiling ucd-trie v0.1.7
13652026-04-10T03:33:53.817Z Compiling aws-lc-sys v0.39.1
13662026-04-10T03:33:53.843Z Compiling generic-array v0.14.7
13672026-04-10T03:33:53.881Z Compiling pretty-hex v0.4.2
13682026-04-10T03:33:53.937Z Compiling serde_derive v1.0.228
13692026-04-10T03:33:53.965Z Compiling zerofrom-derive v0.1.6
13702026-04-10T03:33:53.976Z Compiling yoke-derive v0.8.1
13712026-04-10T03:33:54.015Z Compiling zerovec-derive v0.11.2
13722026-04-10T03:33:54.064Z Compiling displaydoc v0.2.5
13732026-04-10T03:33:54.092Z Compiling schemars_derive v0.8.22
13742026-04-10T03:33:54.650Z Compiling thiserror-impl v2.0.18
13752026-04-10T03:33:54.813Z Compiling tokio-macros v2.7.0
13762026-04-10T03:33:55.003Z Compiling zerocopy-derive v0.8.48
13772026-04-10T03:33:55.110Z Compiling zeroize_derive v1.4.3
13782026-04-10T03:33:55.122Z Compiling futures-macro v0.3.32
13792026-04-10T03:33:55.150Z Compiling zerofrom v0.1.6
13802026-04-10T03:33:55.269Z Compiling yoke v0.8.1
13812026-04-10T03:33:55.280Z Compiling thiserror-impl v1.0.69
13822026-04-10T03:33:55.449Z Compiling zerovec v0.11.5
13832026-04-10T03:33:55.558Z Compiling zerotrie v0.2.3
13842026-04-10T03:33:55.780Z Compiling zeroize v1.8.2
13852026-04-10T03:33:55.926Z Compiling tinystr v0.8.2
13862026-04-10T03:33:55.947Z Compiling potential_utf v0.1.4
13872026-04-10T03:33:55.977Z Compiling futures-util v0.3.32
13882026-04-10T03:33:55.977Z Compiling pest v2.8.6
13892026-04-10T03:33:56.102Z Compiling icu_locale_core v2.1.1
13902026-04-10T03:33:56.116Z Compiling icu_collections v2.1.1
13912026-04-10T03:33:56.589Z Compiling getrandom v0.3.4
13922026-04-10T03:33:56.905Z Compiling icu_provider v2.1.1
13932026-04-10T03:33:56.940Z Compiling plain v0.2.3
13942026-04-10T03:33:57.097Z Compiling bytes v1.11.1
13952026-04-10T03:33:57.160Z Compiling icu_normalizer v2.1.1
13962026-04-10T03:33:57.198Z Compiling icu_properties v2.1.2
13972026-04-10T03:33:57.209Z Compiling chrono v0.4.44
13982026-04-10T03:33:57.313Z Compiling serde_tokenstream v0.2.3
13992026-04-10T03:33:57.597Z Compiling http v1.4.0
14002026-04-10T03:33:57.740Z Compiling tokio v1.51.1
14012026-04-10T03:33:57.740Z Compiling erased-serde v0.3.31
14022026-04-10T03:33:58.236Z Compiling idna_adapter v1.2.1
14032026-04-10T03:33:58.294Z Compiling http-body v1.0.1
14042026-04-10T03:33:58.343Z Compiling idna v1.1.0
14052026-04-10T03:33:58.368Z Compiling pest_meta v2.8.6
14062026-04-10T03:33:58.571Z Compiling tracing-attributes v0.1.31
14072026-04-10T03:33:58.709Z Compiling url v2.5.8
14082026-04-10T03:33:58.926Z Compiling pest_generator v2.8.6
14092026-04-10T03:33:59.094Z Compiling tracing-core v0.1.36
14102026-04-10T03:33:59.538Z Compiling ppv-lite86 v0.2.21
14112026-04-10T03:33:59.634Z Compiling pest_derive v2.8.6
14122026-04-10T03:33:59.705Z Compiling slog v2.8.2
14132026-04-10T03:33:59.787Z Compiling tracing v0.1.44
14142026-04-10T03:33:59.855Z Compiling http-body-util v0.1.3
14152026-04-10T03:33:59.934Z Compiling serde_urlencoded v0.7.1
14162026-04-10T03:34:00.084Z Compiling sync_wrapper v1.0.2
14172026-04-10T03:34:00.164Z Compiling ipnetwork v0.21.1
14182026-04-10T03:34:00.167Z Compiling regress v0.10.5
14192026-04-10T03:34:00.184Z Compiling aho-corasick v1.1.4
14202026-04-10T03:34:00.417Z Compiling paste v1.0.15
14212026-04-10T03:34:00.466Z Compiling crypto-common v0.1.7
14222026-04-10T03:34:00.605Z Compiling time-core v0.1.8
14232026-04-10T03:34:00.739Z Compiling omicron-workspace-hack v0.1.0
14242026-04-10T03:34:00.749Z Compiling powerfmt v0.2.0
14252026-04-10T03:34:00.891Z Compiling num-conv v0.2.1
14262026-04-10T03:34:00.941Z Compiling ident_case v1.0.1
14272026-04-10T03:34:00.966Z Compiling regex-automata v0.4.14
14282026-04-10T03:34:01.031Z Compiling time-macros v0.2.27
14292026-04-10T03:34:01.062Z Compiling deranged v0.5.8
14302026-04-10T03:34:02.076Z Compiling iri-string v0.7.12
14312026-04-10T03:34:02.124Z Compiling num_threads v0.1.7
14322026-04-10T03:34:02.188Z Compiling anyhow v1.0.102
14332026-04-10T03:34:02.286Z Compiling scroll_derive v0.13.1
14342026-04-10T03:34:02.718Z Compiling regex v1.12.3
14352026-04-10T03:34:03.117Z Compiling winnow v1.0.1
14362026-04-10T03:34:03.188Z Compiling scroll v0.13.0
14372026-04-10T03:34:03.536Z Compiling tokio-util v0.7.18
14382026-04-10T03:34:03.726Z Compiling oxnet v0.1.4
14392026-04-10T03:34:03.847Z Compiling daft-derive v0.1.5
14402026-04-10T03:34:04.026Z Compiling fastrand v2.3.0
14412026-04-10T03:34:04.150Z Compiling syn v1.0.109
14422026-04-10T03:34:04.276Z Compiling openapiv3 v2.2.0
14432026-04-10T03:34:04.287Z Compiling rustls-pki-types v1.14.0
14442026-04-10T03:34:04.297Z Compiling async-trait v0.1.89
14452026-04-10T03:34:04.766Z Compiling crossbeam-utils v0.8.21
14462026-04-10T03:34:05.188Z Compiling ring v0.17.14
14472026-04-10T03:34:05.256Z Compiling cpufeatures v0.2.17
14482026-04-10T03:34:05.678Z Compiling h2 v0.4.13
14492026-04-10T03:34:05.703Z Compiling block-buffer v0.10.4
14502026-04-10T03:34:05.835Z Compiling thread_local v1.1.9
14512026-04-10T03:34:05.846Z Compiling hex v0.4.3
14522026-04-10T03:34:05.857Z Compiling usdt-impl v0.6.0
14532026-04-10T03:34:06.082Z Compiling digest v0.10.7
14542026-04-10T03:34:06.102Z Compiling goblin v0.10.5
14552026-04-10T03:34:06.111Z Compiling dtrace-parser v0.3.0
14562026-04-10T03:34:06.294Z Compiling slog-async v2.8.0
14572026-04-10T03:34:06.582Z Compiling openssl-probe v0.2.1
14582026-04-10T03:34:06.626Z Compiling camino v1.2.2
14592026-04-10T03:34:06.986Z Compiling thread-id v5.1.0
14602026-04-10T03:34:06.997Z Compiling take_mut v0.2.2
14612026-04-10T03:34:07.013Z Compiling term v1.2.1
14622026-04-10T03:34:07.096Z Compiling rand_core v0.9.5
14632026-04-10T03:34:07.306Z Compiling futures-executor v0.3.32
14642026-04-10T03:34:07.594Z Compiling match_cfg v0.1.0
14652026-04-10T03:34:07.631Z Compiling futures v0.3.32
14662026-04-10T03:34:07.661Z Compiling structmeta-derive v0.3.0
14672026-04-10T03:34:07.705Z Compiling aws-lc-rs v1.16.2
14682026-04-10T03:34:07.716Z Compiling rustls v0.22.4
14692026-04-10T03:34:07.913Z Compiling hyper v1.9.0
14702026-04-10T03:34:07.995Z Compiling rand_chacha v0.9.0
14712026-04-10T03:34:08.137Z Compiling darling_core v0.23.0
14722026-04-10T03:34:08.421Z Compiling newtype-uuid-macros v0.1.0
14732026-04-10T03:34:08.669Z Compiling structmeta v0.3.0
14742026-04-10T03:34:08.858Z Compiling dof v0.4.0
14752026-04-10T03:34:09.196Z Compiling hyper-util v0.1.20
14762026-04-10T03:34:09.685Z Compiling winnow v0.7.15
14772026-04-10T03:34:10.213Z Compiling darling_macro v0.23.0
14782026-04-10T03:34:10.404Z Compiling rand v0.9.2
14792026-04-10T03:34:10.777Z Compiling time v0.3.47
14802026-04-10T03:34:10.790Z Compiling tower v0.5.3
14812026-04-10T03:34:10.879Z Compiling newtype-uuid v1.3.2
14822026-04-10T03:34:11.006Z Compiling untrusted v0.7.1
14832026-04-10T03:34:11.017Z Compiling usdt-macro v0.6.0
14842026-04-10T03:34:11.127Z Compiling usdt-attr-macro v0.6.0
14852026-04-10T03:34:11.193Z Compiling ref-cast v1.0.25
14862026-04-10T03:34:11.218Z Compiling quick-error v1.2.3
14872026-04-10T03:34:11.253Z Compiling tower-http v0.6.8
14882026-04-10T03:34:11.319Z Compiling daft v0.1.5
14892026-04-10T03:34:11.579Z Compiling darling v0.23.0
14902026-04-10T03:34:11.616Z Compiling crossbeam-channel v0.5.15
14912026-04-10T03:34:11.658Z Compiling strum_macros v0.26.4
14922026-04-10T03:34:11.718Z Compiling ref-cast-impl v1.0.25
14932026-04-10T03:34:12.099Z Compiling toml_datetime v0.7.5+spec-1.1.0
14942026-04-10T03:34:12.188Z Compiling serde_spanned v1.1.0
14952026-04-10T03:34:12.324Z Compiling multer v3.1.0
14962026-04-10T03:34:12.335Z Compiling rustls v0.23.37
14972026-04-10T03:34:12.362Z Compiling bit-vec v0.8.0
14982026-04-10T03:34:12.412Z Compiling debug-ignore v1.0.5
14992026-04-10T03:34:12.510Z Compiling toml_writer v1.1.0+spec-1.1.0
15002026-04-10T03:34:12.539Z Compiling serde_with_macros v3.18.0
15012026-04-10T03:34:12.578Z Compiling bit-set v0.8.0
15022026-04-10T03:34:12.594Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15032026-04-10T03:34:12.612Z Compiling async-stream-impl v0.3.6
15042026-04-10T03:34:12.720Z Compiling dropshot v0.16.7
15052026-04-10T03:34:12.734Z Compiling encoding_rs v0.8.35
15062026-04-10T03:34:12.935Z Compiling unarray v0.1.4
15072026-04-10T03:34:13.042Z Compiling spin v0.9.8
15082026-04-10T03:34:13.045Z Compiling mime v0.3.17
15092026-04-10T03:34:13.233Z Compiling async-stream v0.3.6
15102026-04-10T03:34:13.298Z Compiling strum v0.26.3
15112026-04-10T03:34:13.323Z Compiling derive-ex v0.1.8
15122026-04-10T03:34:13.405Z Compiling dropshot_endpoint v0.16.7
15132026-04-10T03:34:13.423Z Compiling macaddr v1.0.1
15142026-04-10T03:34:13.647Z Compiling waitgroup v0.1.2
15152026-04-10T03:34:13.660Z Compiling serde_path_to_error v0.1.20
15162026-04-10T03:34:13.674Z Compiling is-terminal v0.4.17
15172026-04-10T03:34:13.785Z Compiling slog-term v2.9.2
15182026-04-10T03:34:14.007Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15192026-04-10T03:34:14.183Z Compiling tempfile v3.27.0
15202026-04-10T03:34:14.384Z Compiling strum_macros v0.27.2
15212026-04-10T03:34:14.395Z Compiling instant v0.1.13
15222026-04-10T03:34:14.573Z Compiling rustc-hash v2.1.2
15232026-04-10T03:34:14.692Z Compiling slog-json v2.6.1
15242026-04-10T03:34:14.717Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15252026-04-10T03:34:14.880Z Compiling test-strategy v0.4.5
15262026-04-10T03:34:15.012Z Compiling hostname v0.3.1
15272026-04-10T03:34:15.147Z Compiling rustls-native-certs v0.8.3
15282026-04-10T03:34:15.276Z Compiling memmap2 v0.9.10
15292026-04-10T03:34:15.494Z Compiling either v1.15.0
15302026-04-10T03:34:15.695Z Compiling slog-bunyan v2.5.0
15312026-04-10T03:34:15.851Z Compiling parse-display-derive v0.10.0
15322026-04-10T03:34:15.920Z Compiling backon v1.6.0
15332026-04-10T03:34:16.118Z Compiling rustls-webpki v0.102.8
15342026-04-10T03:34:16.186Z Compiling strum v0.27.2
15352026-04-10T03:34:16.227Z Compiling rand_chacha v0.3.1
15362026-04-10T03:34:16.312Z Compiling toml_parser v1.1.0+spec-1.1.0
15372026-04-10T03:34:17.005Z Compiling rand v0.8.5
15382026-04-10T03:34:17.030Z Compiling wait-timeout v0.2.1
15392026-04-10T03:34:17.505Z Compiling rusty-fork v0.3.1
15402026-04-10T03:34:17.560Z Compiling toml v0.9.12+spec-1.1.0
15412026-04-10T03:34:17.653Z Compiling serde_with v3.18.0
15422026-04-10T03:34:18.385Z Compiling usdt v0.6.0
15432026-04-10T03:34:18.571Z Compiling tokio-rustls v0.25.0
15442026-04-10T03:34:18.661Z Compiling reqwest v0.12.28
15452026-04-10T03:34:18.796Z Compiling rand_xorshift v0.4.0
15462026-04-10T03:34:18.942Z Compiling sha1 v0.10.6
15472026-04-10T03:34:19.092Z Compiling rustls-pemfile v2.2.0
15482026-04-10T03:34:19.169Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15492026-04-10T03:34:19.216Z Compiling hostname v0.4.2
15502026-04-10T03:34:19.288Z Compiling proptest v1.11.0
15512026-04-10T03:34:19.628Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15522026-04-10T03:34:19.878Z Compiling itertools v0.14.0
15532026-04-10T03:34:19.962Z Compiling iddqd v0.3.17
15542026-04-10T03:34:21.073Z Compiling utf8parse v0.2.2
15552026-04-10T03:34:21.115Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15562026-04-10T03:34:21.183Z Compiling anstyle-parse v1.0.0
15572026-04-10T03:34:21.318Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15582026-04-10T03:34:21.715Z Compiling colorchoice v1.0.5
15592026-04-10T03:34:21.833Z Compiling is_terminal_polyfill v1.70.2
15602026-04-10T03:34:21.901Z Compiling anstyle v1.0.14
15612026-04-10T03:34:21.925Z Compiling anstyle-query v1.1.5
15622026-04-10T03:34:22.032Z Compiling progenitor-client v0.10.0
15632026-04-10T03:34:22.088Z Compiling anstream v1.0.0
15642026-04-10T03:34:22.232Z Compiling parse-display v0.10.0
15652026-04-10T03:34:22.307Z Compiling backoff v0.4.0
15662026-04-10T03:34:22.409Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15672026-04-10T03:34:22.437Z Compiling toml_datetime v0.6.11
15682026-04-10T03:34:22.513Z Compiling unicode-width v0.2.2
15692026-04-10T03:34:22.703Z Compiling clap_lex v1.1.0
15702026-04-10T03:34:22.964Z Compiling clap_derive v4.6.0
15712026-04-10T03:34:23.394Z Compiling terminal_size v0.4.4
15722026-04-10T03:34:23.528Z Compiling zerocopy-derive v0.7.35
15732026-04-10T03:34:24.371Z Compiling convert_case v0.4.0
15742026-04-10T03:34:24.382Z Compiling zerocopy v0.7.35
15752026-04-10T03:34:24.667Z Compiling derive_more v0.99.20
15762026-04-10T03:34:25.249Z Compiling clap_builder v4.6.0
15772026-04-10T03:34:25.681Z Compiling tinyvec_macros v0.1.1
15782026-04-10T03:34:25.749Z Compiling tinyvec v1.11.0
15792026-04-10T03:34:26.125Z Compiling typify-impl v0.6.1
15802026-04-10T03:34:26.794Z Compiling dtrace-parser v0.2.0
15812026-04-10T03:34:26.954Z Compiling clap v4.6.0
15822026-04-10T03:34:27.036Z Compiling serde_spanned v0.6.9
15832026-04-10T03:34:27.180Z Compiling secrecy v0.10.3
15842026-04-10T03:34:27.337Z Compiling scroll_derive v0.12.1
15852026-04-10T03:34:27.534Z Compiling usdt-impl v0.5.0
15862026-04-10T03:34:27.684Z Compiling crucible-workspace-hack v0.1.0
15872026-04-10T03:34:27.703Z Compiling toml_write v0.1.2
15882026-04-10T03:34:27.852Z Compiling toml_edit v0.22.27
15892026-04-10T03:34:28.052Z Compiling scroll v0.12.0
15902026-04-10T03:34:28.313Z Compiling dof v0.3.0
15912026-04-10T03:34:28.747Z Compiling darling_core v0.21.3
15922026-04-10T03:34:28.783Z Compiling rustc_version v0.4.1
15932026-04-10T03:34:28.882Z Compiling thread-id v4.2.2
15942026-04-10T03:34:28.886Z Compiling unsafe-libyaml v0.2.11
15952026-04-10T03:34:28.963Z Compiling toml_datetime v1.1.0+spec-1.1.0
15962026-04-10T03:34:29.050Z Compiling curve25519-dalek v4.1.3
15972026-04-10T03:34:29.125Z Compiling toml_edit v0.25.8+spec-1.1.0
15982026-04-10T03:34:29.330Z Compiling toml v0.8.23
15992026-04-10T03:34:29.554Z Compiling serde_yaml v0.9.34+deprecated
16002026-04-10T03:34:30.285Z Compiling goblin v0.8.2
16012026-04-10T03:34:30.826Z Compiling darling_macro v0.21.3
16022026-04-10T03:34:31.086Z Compiling hubpack_derive v0.1.1
16032026-04-10T03:34:31.209Z Compiling hmac v0.12.1
16042026-04-10T03:34:31.246Z Compiling crossbeam-epoch v0.9.18
16052026-04-10T03:34:31.345Z Compiling inout v0.1.4
16062026-04-10T03:34:31.380Z Compiling ff v0.13.1
16072026-04-10T03:34:31.512Z Compiling num-integer v0.1.46
16082026-04-10T03:34:31.723Z Compiling float-ord v0.3.2
16092026-04-10T03:34:31.871Z Compiling hubpack v0.1.2
16102026-04-10T03:34:31.882Z Compiling cipher v0.4.4
16112026-04-10T03:34:32.078Z Compiling group v0.13.0
16122026-04-10T03:34:32.091Z Compiling darling v0.21.3
16132026-04-10T03:34:32.094Z Compiling hkdf v0.12.4
16142026-04-10T03:34:32.474Z Compiling typify-macro v0.6.1
16152026-04-10T03:34:32.792Z Compiling proc-macro-crate v3.5.0
16162026-04-10T03:34:33.629Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16172026-04-10T03:34:33.975Z Compiling thiserror-impl-no-std v2.0.2
16182026-04-10T03:34:34.314Z Compiling universal-hash v0.5.1
16192026-04-10T03:34:34.505Z Compiling half v2.7.1
16202026-04-10T03:34:34.551Z Compiling crypto-bigint v0.5.5
16212026-04-10T03:34:34.766Z Compiling curve25519-dalek-derive v0.1.1
16222026-04-10T03:34:34.800Z Compiling proc-macro-error-attr v1.0.4
16232026-04-10T03:34:34.877Z Compiling memoffset v0.9.1
16242026-04-10T03:34:35.101Z Compiling rustix v0.38.44
16252026-04-10T03:34:35.104Z Compiling base64ct v1.8.3
16262026-04-10T03:34:35.187Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16272026-04-10T03:34:35.390Z Compiling ciborium-io v0.2.2
16282026-04-10T03:34:35.420Z Compiling heapless v0.8.0
16292026-04-10T03:34:35.431Z Compiling prettyplease v0.2.37
16302026-04-10T03:34:35.445Z Compiling static_assertions v1.1.0
16312026-04-10T03:34:35.478Z Compiling base16ct v0.2.0
16322026-04-10T03:34:35.515Z Compiling opaque-debug v0.3.1
16332026-04-10T03:34:35.582Z Compiling cfg_aliases v0.2.1
16342026-04-10T03:34:35.630Z Compiling elliptic-curve v0.13.8
16352026-04-10T03:34:35.650Z Compiling nix v0.31.2
16362026-04-10T03:34:35.675Z Compiling poly1305 v0.8.0
16372026-04-10T03:34:35.685Z Compiling ciborium-ll v0.2.2
16382026-04-10T03:34:35.912Z Compiling password-hash v0.5.0
16392026-04-10T03:34:36.080Z Compiling thiserror-no-std v2.0.2
16402026-04-10T03:34:36.133Z Compiling typify v0.6.1
16412026-04-10T03:34:36.461Z Compiling num_enum_derive v0.7.6
16422026-04-10T03:34:36.664Z Compiling ingot-macros v0.1.1
16432026-04-10T03:34:36.739Z Compiling chacha20 v0.9.1
16442026-04-10T03:34:36.846Z Compiling num-rational v0.4.2
16452026-04-10T03:34:36.864Z Compiling num-iter v0.1.45
16462026-04-10T03:34:36.954Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16472026-04-10T03:34:36.983Z Compiling usdt-macro v0.5.0
16482026-04-10T03:34:37.148Z Compiling usdt-attr-macro v0.5.0
16492026-04-10T03:34:37.782Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16502026-04-10T03:34:38.188Z Compiling blake2 v0.10.6
16512026-04-10T03:34:38.588Z Compiling rustls-webpki v0.103.10
16522026-04-10T03:34:38.864Z Compiling byte-wrapper v0.1.0
16532026-04-10T03:34:39.312Z Compiling aead v0.5.2
16542026-04-10T03:34:39.437Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16552026-04-10T03:34:39.470Z Compiling enum-as-inner v0.6.1
16562026-04-10T03:34:39.620Z Compiling hash32 v0.3.1
16572026-04-10T03:34:39.680Z Compiling num-complex v0.4.6
16582026-04-10T03:34:39.758Z Compiling proc-macro-error v1.0.4
16592026-04-10T03:34:39.771Z Compiling memmap v0.7.0
16602026-04-10T03:34:39.958Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16612026-04-10T03:34:39.984Z Compiling winnow v0.5.40
16622026-04-10T03:34:40.034Z Compiling smoltcp v0.11.0
16632026-04-10T03:34:40.068Z Compiling keccak v0.1.6
16642026-04-10T03:34:40.173Z Compiling data-encoding v2.10.0
16652026-04-10T03:34:40.316Z Compiling sha3 v0.10.8
16662026-04-10T03:34:40.401Z Compiling num v0.4.3
16672026-04-10T03:34:40.580Z Compiling usdt v0.5.0
16682026-04-10T03:34:40.853Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16692026-04-10T03:34:41.042Z Compiling ingot-types v0.1.2
16702026-04-10T03:34:41.106Z Compiling chacha20poly1305 v0.10.1
16712026-04-10T03:34:41.244Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16722026-04-10T03:34:41.381Z Compiling toml_edit v0.19.15
16732026-04-10T03:34:41.526Z Compiling argon2 v0.5.3
16742026-04-10T03:34:42.064Z Compiling tokio-rustls v0.26.4
16752026-04-10T03:34:42.345Z Compiling hyper-rustls v0.27.7
16762026-04-10T03:34:42.533Z Compiling rustls-platform-verifier v0.6.2
16772026-04-10T03:34:42.772Z Compiling reqwest v0.13.2
16782026-04-10T03:34:42.887Z Compiling num_enum v0.7.6
16792026-04-10T03:34:43.008Z Compiling vsss-rs v3.3.4
16802026-04-10T03:34:43.435Z Compiling progenitor-impl v0.13.0
16812026-04-10T03:34:43.967Z Compiling progenitor-client v0.13.0
16822026-04-10T03:34:44.271Z Compiling progenitor-extras v0.1.1
16832026-04-10T03:34:44.271Z Compiling ciborium v0.2.2
16842026-04-10T03:34:44.512Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16852026-04-10T03:34:45.510Z Compiling tabwriter v1.4.1
16862026-04-10T03:34:45.663Z Compiling cobs v0.3.0
16872026-04-10T03:34:45.764Z Compiling foreign-types-macros v0.2.3
16882026-04-10T03:34:45.867Z Compiling bytecount v0.6.9
16892026-04-10T03:34:45.947Z Compiling cpufeatures v0.3.0
16902026-04-10T03:34:46.008Z Compiling vcpkg v0.2.15
16912026-04-10T03:34:46.024Z Compiling colored v3.1.1
16922026-04-10T03:34:46.410Z Compiling managed v0.8.0
16932026-04-10T03:34:46.444Z Compiling foreign-types-shared v0.3.1
16942026-04-10T03:34:46.545Z Compiling pkg-config v0.3.32
16952026-04-10T03:34:46.608Z Compiling bitflags v1.3.2
16962026-04-10T03:34:46.640Z Compiling indent_write v2.2.0
16972026-04-10T03:34:46.781Z Compiling foreign-types v0.5.0
16982026-04-10T03:34:46.863Z Compiling chacha20 v0.10.0
16992026-04-10T03:34:47.012Z Compiling openssl-sys v0.9.112
17002026-04-10T03:34:47.091Z Compiling progenitor-macro v0.13.0
17012026-04-10T03:34:47.147Z Compiling postcard v1.1.3
17022026-04-10T03:34:47.427Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17032026-04-10T03:34:47.758Z Compiling proc-macro-crate v1.3.1
17042026-04-10T03:34:48.086Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17052026-04-10T03:34:48.187Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17062026-04-10T03:34:48.449Z Compiling ingot v0.1.1
17072026-04-10T03:34:49.256Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17082026-04-10T03:34:49.696Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17092026-04-10T03:34:49.754Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17102026-04-10T03:34:50.232Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17112026-04-10T03:34:50.339Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17122026-04-10T03:34:50.567Z Compiling cstr-argument v0.1.2
17132026-04-10T03:34:50.581Z Compiling rayon-core v1.13.0
17142026-04-10T03:34:50.726Z Compiling lazy_static v1.5.0
17152026-04-10T03:34:50.803Z Compiling semver v0.1.20
17162026-04-10T03:34:50.829Z Compiling linked-hash-map v0.5.6
17172026-04-10T03:34:51.015Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17182026-04-10T03:34:51.059Z Compiling swrite v0.1.0
17192026-04-10T03:34:51.159Z Compiling heck v0.4.1
17202026-04-10T03:34:51.244Z Compiling resolv-conf v0.7.6
17212026-04-10T03:34:51.392Z Compiling rustc_version v0.1.7
17222026-04-10T03:34:51.401Z Compiling lru-cache v0.1.2
17232026-04-10T03:34:51.567Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17242026-04-10T03:34:51.684Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17252026-04-10T03:34:51.846Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17262026-04-10T03:34:51.971Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17272026-04-10T03:34:52.055Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17282026-04-10T03:34:52.266Z Compiling num_enum_derive v0.5.11
17292026-04-10T03:34:52.283Z Compiling progenitor v0.13.0
17302026-04-10T03:34:52.411Z Compiling rand v0.10.0
17312026-04-10T03:34:52.423Z Compiling hickory-proto v0.24.4
17322026-04-10T03:34:52.871Z Compiling crossbeam-deque v0.8.6
17332026-04-10T03:34:53.064Z Compiling serde-big-array v0.5.1
17342026-04-10T03:34:53.105Z Compiling pin-project-internal v1.1.11
17352026-04-10T03:34:53.121Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17362026-04-10T03:34:53.204Z Compiling derive-where v1.6.1
17372026-04-10T03:34:53.296Z Compiling serde_repr v0.1.20
17382026-04-10T03:34:53.626Z Compiling unicode-segmentation v1.13.2
17392026-04-10T03:34:53.889Z Compiling siphasher v1.0.2
17402026-04-10T03:34:54.057Z Compiling minimal-lexical v0.2.1
17412026-04-10T03:34:54.080Z Compiling phf_shared v0.12.1
17422026-04-10T03:34:54.092Z Compiling newline-converter v0.3.0
17432026-04-10T03:34:54.183Z Compiling pin-project v1.1.11
17442026-04-10T03:34:54.203Z Compiling hickory-resolver v0.24.4
17452026-04-10T03:34:54.252Z Compiling nom v7.1.3
17462026-04-10T03:34:54.283Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17472026-04-10T03:34:54.475Z Compiling num_enum v0.5.11
17482026-04-10T03:34:54.499Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17492026-04-10T03:34:55.353Z Compiling newtype_derive v0.1.6
17502026-04-10T03:34:55.583Z Compiling atomicwrites v0.4.4
17512026-04-10T03:34:55.743Z Compiling unicode-normalization v0.1.25
17522026-04-10T03:34:55.780Z Compiling console v0.15.11
17532026-04-10T03:34:56.186Z Compiling camino-tempfile v1.4.1
17542026-04-10T03:34:56.206Z Compiling tokio-stream v0.1.18
17552026-04-10T03:34:56.280Z Compiling async-recursion v1.1.1
17562026-04-10T03:34:56.441Z Compiling snafu-derive v0.8.9
17572026-04-10T03:34:56.518Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17582026-04-10T03:34:56.752Z Compiling slog-dtrace v0.3.0
17592026-04-10T03:34:56.814Z Compiling csv-core v0.1.13
17602026-04-10T03:34:56.908Z Compiling bstr v1.12.1
17612026-04-10T03:34:56.983Z Compiling cancel-safe-futures v0.1.5
17622026-04-10T03:34:57.019Z Compiling same-file v1.0.6
17632026-04-10T03:34:57.037Z Compiling openssl v0.10.76
17642026-04-10T03:34:57.082Z Compiling foreign-types-shared v0.1.1
17652026-04-10T03:34:57.117Z Compiling owo-colors v4.3.0
17662026-04-10T03:34:57.169Z Compiling unicode-width v0.1.14
17672026-04-10T03:34:57.189Z Compiling similar v2.7.0
17682026-04-10T03:34:57.219Z Compiling highway v1.3.0
17692026-04-10T03:34:57.298Z Compiling chrono-tz v0.10.4
17702026-04-10T03:34:57.411Z Compiling foldhash v0.1.5
17712026-04-10T03:34:57.442Z Compiling unicode-xid v0.2.6
17722026-04-10T03:34:57.499Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17732026-04-10T03:34:57.527Z Compiling hashbrown v0.15.5
17742026-04-10T03:34:57.564Z Compiling const_format_proc_macros v0.2.34
17752026-04-10T03:34:57.591Z Compiling expectorate v1.2.0
17762026-04-10T03:34:57.627Z Compiling globset v0.4.18
17772026-04-10T03:34:57.754Z Compiling foreign-types v0.3.2
17782026-04-10T03:34:57.831Z Compiling walkdir v2.5.0
17792026-04-10T03:34:58.115Z Compiling csv v1.4.0
17802026-04-10T03:34:58.193Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17812026-04-10T03:34:58.227Z Compiling qorb v0.4.1
17822026-04-10T03:34:58.282Z Compiling snafu v0.8.9
17832026-04-10T03:34:58.488Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17842026-04-10T03:34:58.667Z Compiling olpc-cjson v0.1.4
17852026-04-10T03:34:58.679Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17862026-04-10T03:34:58.880Z Compiling rayon v1.11.0
17872026-04-10T03:34:59.215Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17882026-04-10T03:34:59.434Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17892026-04-10T03:35:00.080Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17902026-04-10T03:35:00.398Z Compiling phf v0.12.1
17912026-04-10T03:35:00.435Z Compiling zone_cfg_derive v0.3.1
17922026-04-10T03:35:00.499Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17932026-04-10T03:35:00.549Z Compiling tokio-dtrace v0.1.1
17942026-04-10T03:35:00.639Z Compiling itertools v0.12.1
17952026-04-10T03:35:00.823Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17962026-04-10T03:35:00.948Z Compiling num-derive v0.3.3
17972026-04-10T03:35:01.023Z Compiling typify-impl v0.4.3
17982026-04-10T03:35:01.122Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17992026-04-10T03:35:01.444Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18002026-04-10T03:35:01.573Z Compiling libsw-core v0.3.2
18012026-04-10T03:35:01.746Z Compiling serde_plain v1.0.2
18022026-04-10T03:35:01.886Z Compiling num-derive v0.4.2
18032026-04-10T03:35:01.938Z Compiling openssl-macros v0.1.1
18042026-04-10T03:35:01.954Z Compiling pem v3.0.6
18052026-04-10T03:35:02.070Z Compiling cookie v0.18.1
18062026-04-10T03:35:02.304Z Compiling sigpipe v0.1.3
18072026-04-10T03:35:02.358Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18082026-04-10T03:35:02.394Z Compiling typed-path v0.9.3
18092026-04-10T03:35:02.417Z Compiling glob v0.3.3
18102026-04-10T03:35:02.570Z Compiling fixedbitset v0.5.7
18112026-04-10T03:35:02.862Z Compiling fixedbitset v0.4.2
18122026-04-10T03:35:02.892Z Compiling jiff v0.2.23
18132026-04-10T03:35:02.918Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18142026-04-10T03:35:03.099Z Compiling petgraph v0.6.5
18152026-04-10T03:35:03.329Z Compiling tough v0.20.0
18162026-04-10T03:35:03.759Z Compiling petgraph v0.8.3
18172026-04-10T03:35:03.898Z Compiling libscf-sys v1.1.0
18182026-04-10T03:35:04.041Z Compiling zone v0.3.1
18192026-04-10T03:35:04.641Z Compiling libsw v3.5.0
18202026-04-10T03:35:04.802Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18212026-04-10T03:35:04.842Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18222026-04-10T03:35:05.536Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18232026-04-10T03:35:06.072Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18242026-04-10T03:35:06.306Z Compiling oxide-tokio-rt v0.1.3
18252026-04-10T03:35:06.336Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18262026-04-10T03:35:06.585Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18272026-04-10T03:35:06.990Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18282026-04-10T03:35:07.114Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18292026-04-10T03:35:07.159Z Compiling const_format v0.2.35
18302026-04-10T03:35:07.467Z Compiling typify-macro v0.4.3
18312026-04-10T03:35:07.755Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18322026-04-10T03:35:08.027Z Compiling papergrid v0.11.0
18332026-04-10T03:35:08.031Z Compiling tabled_derive v0.7.0
18342026-04-10T03:35:08.031Z Compiling gethostname v0.5.0
18352026-04-10T03:35:08.167Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18362026-04-10T03:35:08.298Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18372026-04-10T03:35:08.417Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18382026-04-10T03:35:08.553Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18392026-04-10T03:35:08.985Z Compiling bcs v0.1.6
18402026-04-10T03:35:09.143Z Compiling smf v0.2.3
18412026-04-10T03:35:09.310Z Compiling linear-map v1.2.0
18422026-04-10T03:35:09.498Z Compiling termtree v0.5.1
18432026-04-10T03:35:09.541Z Compiling unicode-linebreak v0.1.5
18442026-04-10T03:35:09.649Z Compiling whoami v1.6.1
18452026-04-10T03:35:09.756Z Compiling tagptr v0.2.0
18462026-04-10T03:35:09.803Z Compiling smawk v0.3.2
18472026-04-10T03:35:09.807Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18482026-04-10T03:35:09.867Z Compiling tabled v0.15.0
18492026-04-10T03:35:09.902Z Compiling textwrap v0.16.2
18502026-04-10T03:35:09.931Z Compiling moka v0.12.15
18512026-04-10T03:35:09.958Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18522026-04-10T03:35:10.163Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18532026-04-10T03:35:10.184Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18542026-04-10T03:35:10.447Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18552026-04-10T03:35:10.961Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18562026-04-10T03:35:11.160Z Compiling steno v0.4.1
18572026-04-10T03:35:12.075Z Compiling hickory-proto v0.25.2
18582026-04-10T03:35:12.632Z Compiling humantime v2.3.0
18592026-04-10T03:35:12.925Z Compiling proc-macro-error-attr2 v2.0.0
18602026-04-10T03:35:13.180Z Compiling parking_lot_core v0.8.6
18612026-04-10T03:35:13.362Z Compiling proc-macro-error2 v2.0.1
18622026-04-10T03:35:13.476Z Compiling typify v0.4.3
18632026-04-10T03:35:13.583Z Compiling crc32fast v1.5.0
18642026-04-10T03:35:13.643Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18652026-04-10T03:35:13.889Z Compiling tabled_derive v0.11.0
18662026-04-10T03:35:13.925Z Compiling progenitor-impl v0.11.2
18672026-04-10T03:35:14.492Z Compiling hickory-resolver v0.25.2
18682026-04-10T03:35:15.002Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18692026-04-10T03:35:15.010Z Compiling papergrid v0.17.0
18702026-04-10T03:35:15.392Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18712026-04-10T03:35:15.711Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18722026-04-10T03:35:16.766Z Compiling testing_table v0.3.0
18732026-04-10T03:35:16.778Z Compiling arc-swap v1.9.0
18742026-04-10T03:35:16.945Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18752026-04-10T03:35:17.097Z Compiling slog-scope v4.4.1
18762026-04-10T03:35:17.125Z Compiling tabled v0.20.0
18772026-04-10T03:35:17.224Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18782026-04-10T03:35:17.370Z Compiling parking_lot v0.11.2
18792026-04-10T03:35:17.570Z Compiling progenitor-macro v0.11.2
18802026-04-10T03:35:17.831Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18812026-04-10T03:35:18.117Z Compiling progenitor-client v0.11.2
18822026-04-10T03:35:18.218Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18832026-04-10T03:35:18.403Z Compiling fxhash v0.2.1
18842026-04-10T03:35:18.447Z Compiling internet-checksum v0.2.1
18852026-04-10T03:35:18.637Z Compiling sled v0.34.7
18862026-04-10T03:35:18.789Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18872026-04-10T03:35:19.871Z Compiling slog-stdlog v4.1.1
18882026-04-10T03:35:19.883Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18892026-04-10T03:35:19.897Z Compiling crc8 v0.1.1
18902026-04-10T03:35:20.009Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18912026-04-10T03:35:20.099Z Compiling slog-envlogger v2.2.0
18922026-04-10T03:35:20.483Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
18932026-04-10T03:35:20.522Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
18942026-04-10T03:35:22.560Z Compiling progenitor v0.11.2
18952026-04-10T03:35:22.637Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18962026-04-10T03:35:29.408Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18972026-04-10T03:35:29.422Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18982026-04-10T03:35:30.459Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18992026-04-10T03:35:31.627Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19002026-04-10T03:35:32.410Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19012026-04-10T03:35:33.944Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
19022026-04-10T03:35:57.491Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
19032026-04-10T03:35:57.666Z────────────
19042026-04-10T03:35:57.667Z Nextest run ID ba1d6dc1-75b1-41dc-a491-4623288b9ce4 with nextest profile: default
19052026-04-10T03:35:57.667Z Starting 7 tests across 1 binary
19062026-04-10T03:35:57.677Z PASS [ 0.010s] mg-lower dendrite::test_tfport_parser
19072026-04-10T03:35:57.681Z PASS [ 0.011s] mg-lower test::sync_prefix_test
19082026-04-10T03:35:57.681Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
19092026-04-10T03:35:57.681Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
19102026-04-10T03:35:57.681Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_idempotent
19112026-04-10T03:35:57.681Z PASS [ 0.012s] mg-lower test::sync_link_down_test
19122026-04-10T03:35:57.681Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19132026-04-10T03:35:57.681Z────────────
19142026-04-10T03:35:57.681Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19152026-04-10T03:35:57.693Zprocess exited: duration 288084 ms, exit code 0
 
19162026-04-10T03:35:57.700Zfound 0 output files