01KMZY06437Q2FJ5Q1AE3QRTFZ: test-mg-lower

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

Buildomat Job: 01KMZY0PD1DNEZY9M0CJH16VYA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T18:01:12.289Zjob assigned to worker 01KMZYF0BDJVYQJA63XBXWCY13 [factory aws, i-0046377afb6efb2e7] (queued for 8 m 31 s)
 
22026-03-30T18:01:18.744Zstarting task 0: "setup"
32026-03-30T18:01:18.749Z++ uname -s
42026-03-30T18:01:18.752Z+ kern=SunOS
52026-03-30T18:01:18.752Z+ build_user=build
62026-03-30T18:01:18.752Z+ build_uid=12345
72026-03-30T18:01:18.752Z+ work_dir=/work
82026-03-30T18:01:18.752Z+ input_dir=/input
92026-03-30T18:01:18.752Z+ [[ 0 == 12345 ]]
102026-03-30T18:01:18.752Z+ case "$kern" in
112026-03-30T18:01:18.752Z+ groupadd -g 12345 build
122026-03-30T18:01:18.757Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T18:01:20.760Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T18:01:20.847Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T18:01:20.851Z+ home_fs=zfs
162026-03-30T18:01:20.851Z+ [[ zfs == autofs ]]
172026-03-30T18:01:20.851Z+ mkdir -p /home/build
182026-03-30T18:01:20.851Z+ chown build:build /home/build /work
192026-03-30T18:01:22.854Z+ chmod 0700 /home/build /work
202026-03-30T18:01:22.858Zprocess exited: duration 4110 ms, exit code 0
 
212026-03-30T18:01:22.867Zstarting task 1: "rust-toolchain"
222026-03-30T18:01:22.872Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-30T18:01:22.872Z * rust toolchain channel = "stable"
242026-03-30T18:01:22.872Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-30T18:01:22.872Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-30T18:01:22.872Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T18:01:22.872Z * rust toolchain profile = "default"
282026-03-30T18:01:22.875Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T18:01:22.875Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-30T18:01:23.075Zinfo: downloading installer
312026-03-30T18:01:24.767Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T18:01:24.767Zwarn: /opt/ooce/bin
332026-03-30T18:01:24.767Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T18:01:24.767Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T18:01:24.767Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T18:01:24.767Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T18:01:24.767Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T18:01:24.767Zerror: cannot install while Rust is installed
392026-03-30T18:01:24.767Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T18:01:24.771Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T18:01:24.771Zwarn: /home/build/.rustup/settings.toml
422026-03-30T18:01:24.771Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T18:01:24.771Zwarn: instead of the one inferred from the default host triple.
442026-03-30T18:01:24.801Zinfo: profile set to default
452026-03-30T18:01:24.801Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T18:01:24.805Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-30T18:01:24.949Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-30T18:01:24.953Zinfo: downloading 6 components
492026-03-30T18:01:41.146Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-30T18:01:41.146Z
512026-03-30T18:01:41.178Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-30T18:01:41.178Z
532026-03-30T18:01:41.178Z
542026-03-30T18:01:41.178ZRust is installed now. Great!
552026-03-30T18:01:41.178Z
562026-03-30T18:01:41.178ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T18:01:41.178Zenvironment variable. This has not been done automatically.
582026-03-30T18:01:41.178Z
592026-03-30T18:01:41.178ZTo configure your current shell, you need to source
602026-03-30T18:01:41.178Zthe corresponding env file under $HOME/.cargo.
612026-03-30T18:01:41.178Z
622026-03-30T18:01:41.178ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T18:01:41.178Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T18:01:41.178Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T18:01:41.178Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T18:01:41.178Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T18:01:41.178Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T18:01:41.179Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T18:01:41.182Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T18:01:41.182Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T18:01:41.262Z+ rustup --version
722026-03-30T18:01:41.271Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T18:01:41.274Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T18:01:41.292Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-30T18:01:41.295Z+ cargo --version
762026-03-30T18:01:41.307Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-30T18:01:41.310Z+ rustc --version
782026-03-30T18:01:41.329Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-30T18:01:41.332Zprocess exited: duration 18463 ms, exit code 0
 
802026-03-30T18:01:41.338Zstarting task 2: "authentication"
812026-03-30T18:01:41.354Zprocess exited: duration 15 ms, exit code 0
 
822026-03-30T18:01:41.360Zstarting task 3: "clone repository"
832026-03-30T18:01:41.363Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-30T18:01:41.366Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-30T18:01:41.518ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-30T18:01:42.408Z+ cd /work/oxidecomputer/maghemite
872026-03-30T18:01:42.408Z+ git fetch origin ae64f91873bb2e16d1a1f9b59786fca8905ac31f
882026-03-30T18:01:42.649ZFrom https://github.com/oxidecomputer/maghemite
892026-03-30T18:01:42.649Z * branch ae64f91873bb2e16d1a1f9b59786fca8905ac31f -> FETCH_HEAD
902026-03-30T18:01:42.654Z+ [[ -n trey/proptest_cleanup ]]
912026-03-30T18:01:42.657Z++ git branch --show-current
922026-03-30T18:01:42.657Z+ current=main
932026-03-30T18:01:42.657Z+ [[ main != trey/proptest_cleanup ]]
942026-03-30T18:01:42.658Z+ git branch -f trey/proptest_cleanup ae64f91873bb2e16d1a1f9b59786fca8905ac31f
952026-03-30T18:01:42.661Z+ git checkout -f trey/proptest_cleanup
962026-03-30T18:01:42.675ZSwitched to branch 'trey/proptest_cleanup'
972026-03-30T18:01:42.678Z+ git reset --hard ae64f91873bb2e16d1a1f9b59786fca8905ac31f
982026-03-30T18:01:42.691ZHEAD is now at ae64f91 bgp, rdb: make small-domain proptests exhaustive
992026-03-30T18:01:42.694Zprocess exited: duration 1331 ms, exit code 0
 
1002026-03-30T18:01:42.701Zstarting task 4: "build"
1012026-03-30T18:01:42.704Z+ set -e
1022026-03-30T18:01:42.704Z+ source .github/buildomat/test-common.sh
1032026-03-30T18:01:42.707Z++ NEXTEST_VERSION=0.9.97
1042026-03-30T18:01:42.707Z++ PLATFORM=illumos
1052026-03-30T18:01:42.707Z++ banner install
1062026-03-30T18:01:42.707Z
1072026-03-30T18:01:42.707Z # # # #### ##### ## # #
1082026-03-30T18:01:42.707Z # ## # # # # # # #
1092026-03-30T18:01:42.707Z # # # # #### # # # # #
1102026-03-30T18:01:42.707Z # # # # # # ###### # #
1112026-03-30T18:01:42.707Z # # ## # # # # # # #
1122026-03-30T18:01:42.707Z # # # #### # # # ###### ######
1132026-03-30T18:01:42.707Z
1142026-03-30T18:01:42.707Z++ set +o errexit
1152026-03-30T18:01:42.708Z++ pkg info clang-15
1162026-03-30T18:01:42.711Z++ grep -qi installed
1172026-03-30T18:01:44.413Zpkg: info: no packages matching the following patterns you specified are
1182026-03-30T18:01:44.413Zinstalled on the system. Try querying remotely instead:
1192026-03-30T18:01:44.413Z
1202026-03-30T18:01:44.413Z clang-15
1212026-03-30T18:01:44.454Z++ [[ 1 != 0 ]]
1222026-03-30T18:01:44.454Z++ set -o errexit
1232026-03-30T18:01:44.457Z++ pfexec pkg install clang-15
1242026-03-30T18:01:51.679Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-30T18:01:58.669Z Startup: Caching catalogs ... Done
1262026-03-30T18:02:02.846ZPlanning: Solver setup ... Done
1272026-03-30T18:02:02.866ZPlanning: Running solver ... Done
1282026-03-30T18:02:02.994ZPlanning: Finding local manifests ... Done
1292026-03-30T18:02:03.000ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-30T18:02:03.085ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-30T18:02:03.118ZPlanning: Package planning ... Done
1322026-03-30T18:02:03.143ZPlanning: Merging actions ... Done
1332026-03-30T18:02:03.284ZPlanning: Checking for conflicting actions ... Done
1342026-03-30T18:02:03.294ZPlanning: Consolidating action changes ... Done
1352026-03-30T18:02:04.730ZPlanning: Evaluating mediators ... Done
1362026-03-30T18:02:04.736ZPlanning: Planning completed in 5.91 seconds
1372026-03-30T18:02:04.748Z Packages to install: 2
1382026-03-30T18:02:04.750Z Mediators to change: 2
1392026-03-30T18:02:04.751Z Services to change: 1
1402026-03-30T18:02:04.751Z Create boot environment: No
1412026-03-30T18:02:04.751ZCreate backup boot environment: No
1422026-03-30T18:02:04.819Z
1432026-03-30T18:02:04.819ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-30T18:02:09.930ZDownload: 2003/3076 items 116.6/211.3MB 55% complete (24.1M/s)
1452026-03-30T18:02:15.332ZDownload: 3032/3076 items 201.8/211.3MB 95% complete (22.7M/s)
1462026-03-30T18:02:16.720ZDownload: Completed 211.31 MB in 11.90 seconds (17.8M/s)
1472026-03-30T18:02:16.955Z Actions: 1/3418 actions (Installing new actions)
1482026-03-30T18:02:20.145Z Actions: Completed 3418 actions in 3.19 seconds.
1492026-03-30T18:02:20.757Z Done
1502026-03-30T18:02:20.757Z Done
1512026-03-30T18:02:21.455Z Done
1522026-03-30T18:02:24.892Z Done
1532026-03-30T18:02:24.963Z Done
1542026-03-30T18:02:24.966Z Done
1552026-03-30T18:02:25.091Z Done
1562026-03-30T18:02:25.730Z++ set -o errexit
1572026-03-30T18:02:25.730Z++ cargo --version
1582026-03-30T18:02:25.740Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1592026-03-30T18:02:25.887Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1602026-03-30T18:02:25.890Zinfo: downloading 6 components
1612026-03-30T18:02:43.372Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1622026-03-30T18:02:43.375Z++ rustc --version
1632026-03-30T18:02:43.402Zrustc 1.94.1 (e408947bf 2026-03-25)
1642026-03-30T18:02:43.406Z++ cargo install cargo-nextest --version 0.9.97
1652026-03-30T18:02:43.451Z Updating crates.io index
1662026-03-30T18:02:43.572Z Downloading crates ...
1672026-03-30T18:02:43.625Z Downloaded cargo-nextest v0.9.97
1682026-03-30T18:02:43.696Z Installing cargo-nextest v0.9.97
1692026-03-30T18:02:43.739Z Updating crates.io index
1702026-03-30T18:02:46.497Z Locking 408 packages to latest compatible versions
1712026-03-30T18:02:46.505Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-03-30T18:02:46.505Z Adding duct v0.13.7 (available: v1.1.1)
1732026-03-30T18:02:46.505Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-03-30T18:02:46.505Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-03-30T18:02:46.505Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1762026-03-30T18:02:46.510Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1772026-03-30T18:02:46.510Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-03-30T18:02:46.511Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1792026-03-30T18:02:46.511Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-03-30T18:02:46.526Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1812026-03-30T18:02:46.535Z Downloading crates ...
1822026-03-30T18:02:46.607Z Downloaded atomic-waker v1.1.2
1832026-03-30T18:02:46.614Z Downloaded cfg_aliases v0.2.1
1842026-03-30T18:02:46.619Z Downloaded cfg-if v1.0.4
1852026-03-30T18:02:46.622Z Downloaded indenter v0.3.4
1862026-03-30T18:02:46.626Z Downloaded cargo-platform v0.3.2
1872026-03-30T18:02:46.629Z Downloaded cfg-expr v0.20.7
1882026-03-30T18:02:46.632Z Downloaded home v0.5.12
1892026-03-30T18:02:46.635Z Downloaded hyper-rustls v0.27.7
1902026-03-30T18:02:46.638Z Downloaded clap_lex v1.1.0
1912026-03-30T18:02:46.641Z Downloaded crypto-common v0.1.7
1922026-03-30T18:02:46.641Z Downloaded atomicwrites v0.4.4
1932026-03-30T18:02:46.645Z Downloaded foreign-types v0.3.2
1942026-03-30T18:02:46.648Z Downloaded camino-tempfile v1.4.1
1952026-03-30T18:02:46.648Z Downloaded base64 v0.22.1
1962026-03-30T18:02:46.651Z Downloaded pkg-config v0.3.32
1972026-03-30T18:02:46.651Z Downloaded litrs v1.0.0
1982026-03-30T18:02:46.654Z Downloaded futures-core v0.3.32
1992026-03-30T18:02:46.657Z Downloaded is_terminal_polyfill v1.70.2
2002026-03-30T18:02:46.657Z Downloaded debug-ignore v1.0.5
2012026-03-30T18:02:46.657Z Downloaded block-buffer v0.10.4
2022026-03-30T18:02:46.660Z Downloaded itoa v1.0.18
2032026-03-30T18:02:46.660Z Downloaded indexmap v2.13.0
2042026-03-30T18:02:46.663Z Downloaded ryu v1.0.23
2052026-03-30T18:02:46.668Z Downloaded nextest-workspace-hack v0.1.0
2062026-03-30T18:02:46.668Z Downloaded http v1.4.0
2072026-03-30T18:02:46.671Z Downloaded fastrand v2.3.0
2082026-03-30T18:02:46.672Z Downloaded pin-project v1.1.11
2092026-03-30T18:02:46.737Z Downloaded jobserver v0.1.34
2102026-03-30T18:02:46.737Z Downloaded pin-utils v0.1.0
2112026-03-30T18:02:46.737Z Downloaded enable-ansi-support v0.2.1
2122026-03-30T18:02:46.737Z Downloaded cargo-platform v0.2.0
2132026-03-30T18:02:46.737Z Downloaded is_ci v1.2.0
2142026-03-30T18:02:46.737Z Downloaded cpufeatures v0.2.17
2152026-03-30T18:02:46.737Z Downloaded futures-task v0.3.32
2162026-03-30T18:02:46.737Z Downloaded lazy_static v1.5.0
2172026-03-30T18:02:46.737Z Downloaded cargo_metadata v0.20.0
2182026-03-30T18:02:46.738Z Downloaded parking_lot v0.12.5
2192026-03-30T18:02:46.738Z Downloaded fnv v1.0.7
2202026-03-30T18:02:46.738Z Downloaded foreign-types-shared v0.1.1
2212026-03-30T18:02:46.738Z Downloaded anstyle-query v1.1.5
2222026-03-30T18:02:46.738Z Downloaded backtrace-ext v0.2.1
2232026-03-30T18:02:46.738Z Downloaded os_pipe v1.2.3
2242026-03-30T18:02:46.738Z Downloaded rand_core v0.9.5
2252026-03-30T18:02:46.738Z Downloaded ipnet v2.12.0
2262026-03-30T18:02:46.738Z Downloaded miette v7.6.0
2272026-03-30T18:02:46.738Z Downloaded async-scoped v0.9.0
2282026-03-30T18:02:46.738Z Downloaded filetime v0.2.27
2292026-03-30T18:02:46.738Z Downloaded document-features v0.2.12
2302026-03-30T18:02:46.738Z Downloaded nested v0.1.1
2312026-03-30T18:02:46.738Z Downloaded idna_adapter v1.0.0
2322026-03-30T18:02:46.738Z Downloaded cargo_metadata v0.23.1
2332026-03-30T18:02:46.739Z Downloaded rustc-hash v2.1.2
2342026-03-30T18:02:46.739Z Downloaded openssl-probe v0.2.1
2352026-03-30T18:02:46.739Z Downloaded digest v0.10.7
2362026-03-30T18:02:46.739Z Downloaded dialoguer v0.11.0
2372026-03-30T18:02:46.739Z Downloaded indent_write v2.2.0
2382026-03-30T18:02:46.739Z Downloaded color-spantrace v0.3.0
2392026-03-30T18:02:46.739Z Downloaded curve25519-dalek-derive v0.1.1
2402026-03-30T18:02:46.739Z Downloaded mukti-metadata v0.3.0
2412026-03-30T18:02:46.739Z Downloaded adler2 v2.0.1
2422026-03-30T18:02:46.739Z Downloaded number_prefix v0.4.0
2432026-03-30T18:02:46.739Z Downloaded colorchoice v1.0.5
2442026-03-30T18:02:46.739Z Downloaded futures-sink v0.3.32
2452026-03-30T18:02:46.739Z Downloaded pathdiff v0.2.3
2462026-03-30T18:02:46.739Z Downloaded clap_derive v4.6.0
2472026-03-30T18:02:46.745Z Downloaded lock_api v0.4.14
2482026-03-30T18:02:46.745Z Downloaded futures-io v0.3.32
2492026-03-30T18:02:46.745Z Downloaded generic-array v0.14.7
2502026-03-30T18:02:46.745Z Downloaded equivalent v1.0.2
2512026-03-30T18:02:46.745Z Downloaded scopeguard v1.2.0
2522026-03-30T18:02:46.751Z Downloaded form_urlencoded v1.2.2
2532026-03-30T18:02:46.757Z Downloaded guppy-workspace-hack v0.1.0
2542026-03-30T18:02:46.757Z Downloaded futures-macro v0.3.32
2552026-03-30T18:02:46.757Z Downloaded serde-value v0.7.0
2562026-03-30T18:02:46.761Z Downloaded ordered-float v2.10.1
2572026-03-30T18:02:46.761Z Downloaded hyper-tls v0.6.0
2582026-03-30T18:02:46.761Z Downloaded lru-slab v0.1.2
2592026-03-30T18:02:46.761Z Downloaded errno v0.3.14
2602026-03-30T18:02:46.761Z Downloaded duct v0.13.7
2612026-03-30T18:02:46.764Z Downloaded find-msvc-tools v0.1.9
2622026-03-30T18:02:46.764Z Downloaded rustc_version v0.4.1
2632026-03-30T18:02:46.764Z Downloaded autocfg v1.5.0
2642026-03-30T18:02:46.767Z Downloaded fixedbitset v0.5.7
2652026-03-30T18:02:46.768Z Downloaded convert_case v0.10.0
2662026-03-30T18:02:46.771Z Downloaded future-queue v0.4.0
2672026-03-30T18:02:46.774Z Downloaded anstyle-parse v1.0.0
2682026-03-30T18:02:46.774Z Downloaded openssl-macros v0.1.1
2692026-03-30T18:02:46.778Z Downloaded humantime-serde v1.1.1
2702026-03-30T18:02:46.784Z Downloaded serde_spanned v1.1.0
2712026-03-30T18:02:46.784Z Downloaded serde_ignored v0.1.14
2722026-03-30T18:02:46.784Z Downloaded percent-encoding v2.3.2
2732026-03-30T18:02:46.789Z Downloaded shell-words v1.1.1
2742026-03-30T18:02:46.789Z Downloaded signal-hook-mio v0.2.5
2752026-03-30T18:02:46.789Z Downloaded serde_urlencoded v0.7.1
2762026-03-30T18:02:46.789Z Downloaded signature v2.2.0
2772026-03-30T18:02:46.789Z Downloaded sigchld v0.2.4
2782026-03-30T18:02:46.789Z Downloaded cargo-util-schemas v0.2.0
2792026-03-30T18:02:46.789Z Downloaded camino v1.2.2
2802026-03-30T18:02:46.792Z Downloaded addr2line v0.25.1
2812026-03-30T18:02:46.792Z Downloaded http-body v1.0.1
2822026-03-30T18:02:46.795Z Downloaded shared_child v1.1.1
2832026-03-30T18:02:46.798Z Downloaded hex v0.4.3
2842026-03-30T18:02:46.798Z Downloaded either v1.15.0
2852026-03-30T18:02:46.798Z Downloaded rustc-demangle v0.1.27
2862026-03-30T18:02:46.801Z Downloaded owo-colors v4.3.0
2872026-03-30T18:02:46.801Z Downloaded native-tls v0.2.18
2882026-03-30T18:02:46.804Z Downloaded anstyle v1.0.14
2892026-03-30T18:02:46.804Z Downloaded supports-unicode v3.0.0
2902026-03-30T18:02:46.807Z Downloaded rand_core v0.6.4
2912026-03-30T18:02:46.807Z Downloaded miniz_oxide v0.8.9
2922026-03-30T18:02:46.812Z Downloaded miette-derive v7.6.0
2932026-03-30T18:02:46.812Z Downloaded nextest-metadata v0.12.2
2942026-03-30T18:02:46.812Z Downloaded swrite v0.1.0
2952026-03-30T18:02:46.812Z Downloaded supports-hyperlinks v3.2.0
2962026-03-30T18:02:46.812Z Downloaded strip-ansi-escapes v0.2.1
2972026-03-30T18:02:46.815Z Downloaded target-spec-miette v0.4.5
2982026-03-30T18:02:46.815Z Downloaded strsim v0.11.1
2992026-03-30T18:02:46.818Z Downloaded subtle v2.6.1
3002026-03-30T18:02:46.821Z Downloaded ed25519 v2.2.3
3012026-03-30T18:02:46.824Z Downloaded terminal_size v0.4.4
3022026-03-30T18:02:46.824Z Downloaded sync_wrapper v1.0.2
3032026-03-30T18:02:46.824Z Downloaded heck v0.5.0
3042026-03-30T18:02:46.829Z Downloaded globset v0.4.18
3052026-03-30T18:02:46.829Z Downloaded futures-executor v0.3.32
3062026-03-30T18:02:46.832Z Downloaded foldhash v0.1.5
3072026-03-30T18:02:46.832Z Downloaded anstream v1.0.0
3082026-03-30T18:02:46.832Z Downloaded toml_write v0.1.2
3092026-03-30T18:02:46.832Z Downloaded toml_datetime v0.6.11
3102026-03-30T18:02:46.836Z Downloaded serde_spanned v0.6.9
3112026-03-30T18:02:46.836Z Downloaded semver v1.0.27
3122026-03-30T18:02:46.836Z Downloaded self-replace v1.5.0
3132026-03-30T18:02:46.839Z Downloaded pin-project-lite v0.2.17
3142026-03-30T18:02:46.844Z Downloaded base64ct v1.8.3
3152026-03-30T18:02:46.847Z Downloaded http-body-util v0.1.3
3162026-03-30T18:02:46.850Z Downloaded console v0.15.11
3172026-03-30T18:02:46.853Z Downloaded futures-channel v0.3.32
3182026-03-30T18:02:46.856Z Downloaded humantime v2.3.0
3192026-03-30T18:02:46.864Z Downloaded eyre v0.6.12
3202026-03-30T18:02:46.868Z Downloaded sha2 v0.10.9
3212026-03-30T18:02:46.868Z Downloaded ahash v0.8.12
3222026-03-30T18:02:46.868Z Downloaded pin-project-internal v1.1.11
3232026-03-30T18:02:46.871Z Downloaded erased-serde v0.4.10
3242026-03-30T18:02:46.877Z Downloaded bytes v1.11.1
3252026-03-30T18:02:46.881Z Downloaded tower-layer v0.3.3
3262026-03-30T18:02:46.884Z Downloaded thread_local v1.1.9
3272026-03-30T18:02:46.884Z Downloaded thiserror-impl v1.0.69
3282026-03-30T18:02:46.884Z Downloaded target-spec v3.5.7
3292026-03-30T18:02:46.884Z Downloaded slab v0.4.12
3302026-03-30T18:02:46.884Z Downloaded simd-adler32 v0.3.9
3312026-03-30T18:02:46.887Z Downloaded signal-hook-registry v1.4.8
3322026-03-30T18:02:46.887Z Downloaded rustls-webpki v0.103.10
3332026-03-30T18:02:46.887Z Downloaded try-lock v0.2.5
3342026-03-30T18:02:46.890Z Downloaded tower-service v0.3.3
3352026-03-30T18:02:46.890Z Downloaded serde-untagged v0.1.9
3362026-03-30T18:02:46.890Z Downloaded quick-junit v0.5.2
3372026-03-30T18:02:46.893Z Downloaded pkcs8 v0.10.2
3382026-03-30T18:02:46.893Z Downloaded parking_lot_core v0.9.12
3392026-03-30T18:02:46.896Z Downloaded target-lexicon v0.13.3
3402026-03-30T18:02:46.897Z Downloaded tracing-error v0.2.1
3412026-03-30T18:02:46.897Z Downloaded memchr v2.8.0
3422026-03-30T18:02:46.900Z Downloaded supports-color v3.0.2
3432026-03-30T18:02:46.900Z Downloaded static_assertions v1.1.0
3442026-03-30T18:02:46.903Z Downloaded serde_path_to_error v0.1.20
3452026-03-30T18:02:46.903Z Downloaded shlex v1.3.0
3462026-03-30T18:02:46.903Z Downloaded rand_chacha v0.9.0
3472026-03-30T18:02:46.903Z Downloaded tinyvec_macros v0.1.1
3482026-03-30T18:02:46.903Z Downloaded spki v0.7.3
3492026-03-30T18:02:46.906Z Downloaded ppv-lite86 v0.2.21
3502026-03-30T18:02:46.906Z Downloaded const-oid v0.9.6
3512026-03-30T18:02:46.907Z Downloaded tokio-native-tls v0.3.1
3522026-03-30T18:02:46.909Z Downloaded thiserror v2.0.18
3532026-03-30T18:02:46.912Z Downloaded unicode-xid v0.2.6
3542026-03-30T18:02:46.912Z Downloaded typeid v1.0.3
3552026-03-30T18:02:46.912Z Downloaded tokio-macros v2.6.1
3562026-03-30T18:02:46.912Z Downloaded unicode-linebreak v0.1.5
3572026-03-30T18:02:46.915Z Downloaded urlencoding v2.1.3
3582026-03-30T18:02:46.919Z Downloaded untrusted v0.9.0
3592026-03-30T18:02:46.919Z Downloaded version_check v0.9.5
3602026-03-30T18:02:46.919Z Downloaded utf8_iter v1.0.4
3612026-03-30T18:02:46.922Z Downloaded clap v4.6.0
3622026-03-30T18:02:46.930Z Downloaded getrandom v0.4.2
3632026-03-30T18:02:46.934Z Downloaded getrandom v0.2.17
3642026-03-30T18:02:46.937Z Downloaded utf8parse v0.2.2
3652026-03-30T18:02:46.937Z Downloaded iana-time-zone v0.1.65
3662026-03-30T18:02:46.937Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3672026-03-30T18:02:46.941Z Downloaded futures v0.3.32
3682026-03-30T18:02:46.944Z Downloaded rustls-pki-types v1.14.0
3692026-03-30T18:02:46.948Z Downloaded httparse v1.10.1
3702026-03-30T18:02:46.948Z Downloaded quote v1.0.45
3712026-03-30T18:02:46.950Z Downloaded newtype-uuid v1.3.2
3722026-03-30T18:02:46.953Z Downloaded xattr v1.6.1
3732026-03-30T18:02:46.956Z Downloaded quinn-udp v0.5.14
3742026-03-30T18:02:46.957Z Downloaded borsh v1.6.1
3752026-03-30T18:02:46.962Z Downloaded toml_writer v1.1.0+spec-1.1.0
3762026-03-30T18:02:46.965Z Downloaded thiserror v1.0.69
3772026-03-30T18:02:46.967Z Downloaded num-traits v0.2.19
3782026-03-30T18:02:46.967Z Downloaded getrandom v0.3.4
3792026-03-30T18:02:46.970Z Downloaded log v0.4.29
3802026-03-30T18:02:46.971Z Downloaded derive-where v1.6.1
3812026-03-30T18:02:46.974Z Downloaded smol_str v0.3.6
3822026-03-30T18:02:46.974Z Downloaded tracing-log v0.2.0
3832026-03-30T18:02:46.976Z Downloaded smallvec v1.15.1
3842026-03-30T18:02:46.976Z Downloaded thiserror-impl v2.0.18
3852026-03-30T18:02:46.976Z Downloaded self_update v0.42.0
3862026-03-30T18:02:46.980Z Downloaded crc32fast v1.5.0
3872026-03-30T18:02:46.980Z Downloaded config v0.15.22
3882026-03-30T18:02:46.982Z Downloaded toml v0.8.23
3892026-03-30T18:02:46.987Z Downloaded zipsign-api v0.1.5
3902026-03-30T18:02:46.990Z Downloaded unicase v2.9.0
3912026-03-30T18:02:46.996Z Downloaded tokio-stream v0.1.18
3922026-03-30T18:02:46.999Z Downloaded tokio-rustls v0.26.4
3932026-03-30T18:02:47.003Z Downloaded nextest-filtering v0.15.0
3942026-03-30T18:02:47.006Z Downloaded signal-hook v0.3.18
3952026-03-30T18:02:47.012Z Downloaded toml_parser v1.1.0+spec-1.1.0
3962026-03-30T18:02:47.015Z Downloaded sharded-slab v0.1.7
3972026-03-30T18:02:47.015Z Downloaded serde_derive v1.0.228
3982026-03-30T18:02:47.020Z Downloaded xxhash-rust v0.8.15
3992026-03-30T18:02:47.020Z Downloaded cc v1.2.58
4002026-03-30T18:02:47.023Z Downloaded bitflags v2.11.0
4012026-03-30T18:02:47.023Z Downloaded want v0.3.1
4022026-03-30T18:02:47.023Z Downloaded zmij v1.0.21
4032026-03-30T18:02:47.023Z Downloaded proc-macro2 v1.0.106
4042026-03-30T18:02:47.026Z Downloaded once_cell v1.21.4
4052026-03-30T18:02:47.029Z Downloaded zstd-safe v7.2.4
4062026-03-30T18:02:47.029Z Downloaded zstd v0.13.3
4072026-03-30T18:02:47.038Z Downloaded tempfile v3.27.0
4082026-03-30T18:02:47.041Z Downloaded textwrap v0.16.2
4092026-03-30T18:02:47.041Z Downloaded tracing-attributes v0.1.31
4102026-03-30T18:02:47.044Z Downloaded socket2 v0.6.3
4112026-03-30T18:02:47.047Z Downloaded zeroize v1.8.2
4122026-03-30T18:02:47.052Z Downloaded serde_core v1.0.228
4132026-03-30T18:02:47.055Z Downloaded indicatif v0.17.11
4142026-03-30T18:02:47.058Z Downloaded der v0.7.10
4152026-03-30T18:02:47.074Z Downloaded derive_more v2.1.1
4162026-03-30T18:02:47.081Z Downloaded serde v1.0.228
4172026-03-30T18:02:47.084Z Downloaded flate2 v1.1.9
4182026-03-30T18:02:47.087Z Downloaded tracing-core v0.1.36
4192026-03-30T18:02:47.087Z Downloaded openssl-sys v0.9.112
4202026-03-30T18:02:47.090Z Downloaded tinyvec v1.11.0
4212026-03-30T18:02:47.092Z Downloaded backtrace v0.3.76
4222026-03-30T18:02:47.095Z Downloaded tar v0.4.45
4232026-03-30T18:02:47.095Z Downloaded unicode-ident v1.0.24
4242026-03-30T18:02:47.098Z Downloaded toml v1.1.0+spec-1.1.0
4252026-03-30T18:02:47.098Z Downloaded ed25519-dalek v2.2.0
4262026-03-30T18:02:47.102Z Downloaded uuid v1.23.0
4272026-03-30T18:02:47.104Z Downloaded vte v0.14.1
4282026-03-30T18:02:47.112Z Downloaded derive_more-impl v2.1.1
4292026-03-30T18:02:47.116Z Downloaded typenum v1.19.0
4302026-03-30T18:02:47.127Z Downloaded quinn v0.11.9
4312026-03-30T18:02:47.148Z Downloaded toml_edit v0.22.27
4322026-03-30T18:02:47.151Z Downloaded mio v1.2.0
4332026-03-30T18:02:47.156Z Downloaded rand v0.9.2
4342026-03-30T18:02:47.174Z Downloaded url v2.5.8
4352026-03-30T18:02:47.181Z Downloaded guppy v0.17.25
4362026-03-30T18:02:47.187Z Downloaded hashbrown v0.16.1
4372026-03-30T18:02:47.190Z Downloaded hyper-util v0.1.20
4382026-03-30T18:02:47.195Z Downloaded hashbrown v0.15.5
4392026-03-30T18:02:47.198Z Downloaded crossterm v0.29.0
4402026-03-30T18:02:47.202Z Downloaded unicode-segmentation v1.13.2
4412026-03-30T18:02:47.206Z Downloaded ron v0.12.1
4422026-03-30T18:02:47.210Z Downloaded tower v0.5.3
4432026-03-30T18:02:47.215Z Downloaded serde_json v1.0.149
4442026-03-30T18:02:47.218Z Downloaded clap_builder v4.6.0
4452026-03-30T18:02:47.228Z Downloaded tower-http v0.6.8
4462026-03-30T18:02:47.236Z Downloaded h2 v0.4.13
4472026-03-30T18:02:47.239Z Downloaded unicode-normalization v0.1.25
4482026-03-30T18:02:47.242Z Downloaded idna v1.1.0
4492026-03-30T18:02:47.245Z Downloaded tokio-util v0.7.18
4502026-03-30T18:02:47.248Z Downloaded regex v1.12.3
4512026-03-30T18:02:47.251Z Downloaded aho-corasick v1.1.4
4522026-03-30T18:02:47.263Z Downloaded itertools v0.14.0
4532026-03-30T18:02:47.277Z Downloaded futures-util v0.3.32
4542026-03-30T18:02:47.283Z Downloaded chrono v0.4.44
4552026-03-30T18:02:47.287Z Downloaded iri-string v0.7.12
4562026-03-30T18:02:47.299Z Downloaded reqwest v0.12.28
4572026-03-30T18:02:47.305Z Downloaded winnow v1.0.1
4582026-03-30T18:02:47.317Z Downloaded vcpkg v0.2.15
4592026-03-30T18:02:47.339Z Downloaded webpki-roots v1.0.6
4602026-03-30T18:02:47.342Z Downloaded portable-atomic v1.13.1
4612026-03-30T18:02:47.344Z Downloaded gimli v0.32.3
4622026-03-30T18:02:47.348Z Downloaded hyper v1.8.1
4632026-03-30T18:02:47.352Z Downloaded curve25519-dalek v4.1.3
4642026-03-30T18:02:47.357Z Downloaded unicode-width v0.1.14
4652026-03-30T18:02:47.360Z Downloaded pulldown-cmark v0.13.3
4662026-03-30T18:02:47.363Z Downloaded bstr v1.12.1
4672026-03-30T18:02:47.367Z Downloaded quick-xml v0.37.5
4682026-03-30T18:02:47.371Z Downloaded tracing v0.1.44
4692026-03-30T18:02:47.387Z Downloaded color-eyre v0.6.5
4702026-03-30T18:02:47.391Z Downloaded winnow v0.7.15
4712026-03-30T18:02:47.407Z Downloaded tracing-subscriber v0.3.23
4722026-03-30T18:02:47.420Z Downloaded quick-xml v0.38.4
4732026-03-30T18:02:47.439Z Downloaded quinn-proto v0.11.14
4742026-03-30T18:02:47.562Z Downloaded nextest-runner v0.80.0
4752026-03-30T18:02:47.566Z Downloaded syn v2.0.117
4762026-03-30T18:02:47.571Z Downloaded zerocopy v0.8.48
4772026-03-30T18:02:47.581Z Downloaded unicode-width v0.2.2
4782026-03-30T18:02:47.584Z Downloaded openssl v0.10.76
4792026-03-30T18:02:47.608Z Downloaded nix v0.30.1
4802026-03-30T18:02:47.614Z Downloaded object v0.37.3
4812026-03-30T18:02:47.621Z Downloaded rustix v0.38.44
4822026-03-30T18:02:47.632Z Downloaded rustls v0.23.37
4832026-03-30T18:02:47.656Z Downloaded regex-syntax v0.8.10
4842026-03-30T18:02:47.674Z Downloaded rustix v1.1.4
4852026-03-30T18:02:47.809Z Downloaded regex-automata v0.4.14
4862026-03-30T18:02:47.882Z Downloaded libc v0.2.183
4872026-03-30T18:02:47.899Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4882026-03-30T18:02:47.910Z Downloaded petgraph v0.8.3
4892026-03-30T18:02:47.927Z Downloaded tokio v1.50.0
4902026-03-30T18:02:47.998Z Downloaded recursion v0.5.4
4912026-03-30T18:02:48.014Z Downloaded ring v0.17.14
4922026-03-30T18:02:48.076Z Compiling libc v0.2.183
4932026-03-30T18:02:48.076Z Compiling proc-macro2 v1.0.106
4942026-03-30T18:02:48.080Z Compiling unicode-ident v1.0.24
4952026-03-30T18:02:48.080Z Compiling quote v1.0.45
4962026-03-30T18:02:48.080Z Compiling serde_core v1.0.228
4972026-03-30T18:02:48.080Z Compiling cfg-if v1.0.4
4982026-03-30T18:02:48.080Z Compiling memchr v2.8.0
4992026-03-30T18:02:48.080Z Compiling once_cell v1.21.4
5002026-03-30T18:02:48.318Z Compiling log v0.4.29
5012026-03-30T18:02:48.336Z Compiling pin-project-lite v0.2.17
5022026-03-30T18:02:48.428Z Compiling itoa v1.0.18
5032026-03-30T18:02:48.484Z Compiling serde v1.0.228
5042026-03-30T18:02:48.661Z Compiling futures-core v0.3.32
5052026-03-30T18:02:48.820Z Compiling smallvec v1.15.1
5062026-03-30T18:02:48.929Z Compiling bitflags v2.11.0
5072026-03-30T18:02:48.948Z Compiling shlex v1.3.0
5082026-03-30T18:02:49.070Z Compiling equivalent v1.0.2
5092026-03-30T18:02:49.143Z Compiling find-msvc-tools v0.1.9
5102026-03-30T18:02:49.156Z Compiling hashbrown v0.16.1
5112026-03-30T18:02:49.314Z Compiling jobserver v0.1.34
5122026-03-30T18:02:49.329Z Compiling bytes v1.11.1
5132026-03-30T18:02:49.349Z Compiling rustix v1.1.4
5142026-03-30T18:02:49.376Z Compiling futures-sink v0.3.32
5152026-03-30T18:02:49.512Z Compiling errno v0.3.14
5162026-03-30T18:02:49.535Z Compiling cc v1.2.58
5172026-03-30T18:02:49.683Z Compiling signal-hook-registry v1.4.8
5182026-03-30T18:02:49.720Z Compiling mio v1.2.0
5192026-03-30T18:02:49.835Z Compiling syn v2.0.117
5202026-03-30T18:02:49.899Z Compiling socket2 v0.6.3
5212026-03-30T18:02:50.193Z Compiling zmij v1.0.21
5222026-03-30T18:02:50.260Z Compiling slab v0.4.12
5232026-03-30T18:02:50.427Z Compiling futures-channel v0.3.32
5242026-03-30T18:02:50.468Z Compiling tracing-core v0.1.36
5252026-03-30T18:02:50.524Z Compiling serde_json v1.0.149
5262026-03-30T18:02:50.680Z Compiling version_check v0.9.5
5272026-03-30T18:02:50.768Z Compiling futures-task v0.3.32
5282026-03-30T18:02:50.779Z Compiling futures-io v0.3.32
5292026-03-30T18:02:50.945Z Compiling indexmap v2.13.0
5302026-03-30T18:02:50.949Z Compiling getrandom v0.4.2
5312026-03-30T18:02:51.008Z Compiling camino v1.2.2
5322026-03-30T18:02:51.011Z Compiling unicode-width v0.2.2
5332026-03-30T18:02:51.329Z Compiling ring v0.17.14
5342026-03-30T18:02:51.386Z Compiling http v1.4.0
5352026-03-30T18:02:51.410Z Compiling zeroize v1.8.2
5362026-03-30T18:02:51.523Z Compiling percent-encoding v2.3.2
5372026-03-30T18:02:51.602Z Compiling autocfg v1.5.0
5382026-03-30T18:02:51.757Z Compiling adler2 v2.0.1
5392026-03-30T18:02:51.793Z Compiling simd-adler32 v0.3.9
5402026-03-30T18:02:51.916Z Compiling target-lexicon v0.13.3
5412026-03-30T18:02:51.948Z Compiling num-traits v0.2.19
5422026-03-30T18:02:52.168Z Compiling miniz_oxide v0.8.9
5432026-03-30T18:02:52.361Z Compiling object v0.37.3
5442026-03-30T18:02:52.376Z Compiling zerocopy v0.8.48
5452026-03-30T18:02:52.611Z Compiling getrandom v0.3.4
5462026-03-30T18:02:52.790Z Compiling http-body v1.0.1
5472026-03-30T18:02:52.895Z Compiling rustls-pki-types v1.14.0
5482026-03-30T18:02:52.944Z Compiling semver v1.0.27
5492026-03-30T18:02:52.955Z Compiling getrandom v0.2.17
5502026-03-30T18:02:53.147Z Compiling signal-hook v0.3.18
5512026-03-30T18:02:53.169Z Compiling fnv v1.0.7
5522026-03-30T18:02:53.274Z Compiling owo-colors v4.3.0
5532026-03-30T18:02:53.399Z Compiling serde_derive v1.0.228
5542026-03-30T18:02:53.405Z Compiling tokio-macros v2.6.1
5552026-03-30T18:02:53.449Z Compiling futures-macro v0.3.32
5562026-03-30T18:02:53.575Z Compiling tracing-attributes v0.1.31
5572026-03-30T18:02:53.590Z Compiling typenum v1.19.0
5582026-03-30T18:02:53.603Z Compiling httparse v1.10.1
5592026-03-30T18:02:53.753Z Compiling guppy-workspace-hack v0.1.0
5602026-03-30T18:02:53.926Z Compiling untrusted v0.9.0
5612026-03-30T18:02:53.943Z Compiling thiserror v2.0.18
5622026-03-30T18:02:53.959Z Compiling gimli v0.32.3
5632026-03-30T18:02:54.101Z Compiling tokio v1.50.0
5642026-03-30T18:02:54.201Z Compiling thiserror-impl v2.0.18
5652026-03-30T18:02:54.248Z Compiling futures-util v0.3.32
5662026-03-30T18:02:54.780Z Compiling tracing v0.1.44
5672026-03-30T18:02:56.036Z Compiling addr2line v0.25.1
5682026-03-30T18:02:56.404Z Compiling form_urlencoded v1.2.2
5692026-03-30T18:02:56.544Z Compiling generic-array v0.14.7
5702026-03-30T18:02:56.586Z Compiling idna_adapter v1.0.0
5712026-03-30T18:02:56.664Z Compiling try-lock v0.2.5
5722026-03-30T18:02:56.688Z Compiling atomic-waker v1.1.2
5732026-03-30T18:02:56.759Z Compiling rustc-demangle v0.1.27
5742026-03-30T18:02:56.782Z Compiling pkg-config v0.3.32
5752026-03-30T18:02:56.821Z Compiling typeid v1.0.3
5762026-03-30T18:02:56.850Z Compiling tower-service v0.3.3
5772026-03-30T18:02:56.948Z Compiling target-spec v3.5.7
5782026-03-30T18:02:57.090Z Compiling thiserror v1.0.69
5792026-03-30T18:02:57.208Z Compiling utf8_iter v1.0.4
5802026-03-30T18:02:57.230Z Compiling fastrand v2.3.0
5812026-03-30T18:02:57.372Z Compiling rustls v0.23.37
5822026-03-30T18:02:57.576Z Compiling tempfile v3.27.0
5832026-03-30T18:02:57.579Z Compiling idna v1.1.0
5842026-03-30T18:02:57.614Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-03-30T18:02:57.830Z Compiling want v0.3.1
5862026-03-30T18:02:58.012Z Compiling tokio-util v0.7.18
5872026-03-30T18:02:58.017Z Compiling cfg-expr v0.20.7
5882026-03-30T18:02:58.223Z Compiling backtrace v0.3.76
5892026-03-30T18:02:58.675Z Compiling h2 v0.4.13
5902026-03-30T18:02:59.254Z Compiling thiserror-impl v1.0.69
5912026-03-30T18:02:59.567Z Compiling terminal_size v0.4.4
5922026-03-30T18:02:59.567Z Compiling aho-corasick v1.1.4
5932026-03-30T18:02:59.723Z Compiling winnow v0.7.15
5942026-03-30T18:02:59.800Z Compiling pin-utils v0.1.0
5952026-03-30T18:02:59.875Z Compiling subtle v2.6.1
5962026-03-30T18:03:00.033Z Compiling erased-serde v0.4.10
5972026-03-30T18:03:00.319Z Compiling regex-syntax v0.8.10
5982026-03-30T18:03:01.060Z Compiling hyper v1.8.1
5992026-03-30T18:03:01.611Z Compiling rustls-webpki v0.103.10
6002026-03-30T18:03:04.169Z Compiling regex-automata v0.4.14
6012026-03-30T18:03:04.779Z Compiling url v2.5.8
6022026-03-30T18:03:05.058Z Compiling toml_datetime v0.6.11
6032026-03-30T18:03:05.431Z Compiling serde_spanned v0.6.9
6042026-03-30T18:03:05.599Z Compiling ahash v0.8.12
6052026-03-30T18:03:05.855Z Compiling sync_wrapper v1.0.2
6062026-03-30T18:03:05.960Z Compiling is_ci v1.2.0
6072026-03-30T18:03:06.147Z Compiling ipnet v2.12.0
6082026-03-30T18:03:06.883Z Compiling nextest-workspace-hack v0.1.0
6092026-03-30T18:03:07.101Z Compiling unicode-segmentation v1.13.2
6102026-03-30T18:03:07.185Z Compiling parking_lot_core v0.9.12
6112026-03-30T18:03:07.325Z Compiling unicode-linebreak v0.1.5
6122026-03-30T18:03:07.463Z Compiling base64 v0.22.1
6132026-03-30T18:03:07.484Z Compiling toml_write v0.1.2
6142026-03-30T18:03:07.504Z Compiling either v1.15.0
6152026-03-30T18:03:07.600Z Compiling portable-atomic v1.13.1
6162026-03-30T18:03:07.722Z Compiling crc32fast v1.5.0
6172026-03-30T18:03:07.722Z Compiling lazy_static v1.5.0
6182026-03-30T18:03:07.731Z Compiling foldhash v0.1.5
6192026-03-30T18:03:07.831Z Compiling tower-layer v0.3.3
6202026-03-30T18:03:07.941Z Compiling hashbrown v0.15.5
6212026-03-30T18:03:07.953Z Compiling sharded-slab v0.1.7
6222026-03-30T18:03:08.037Z Compiling tower v0.5.3
6232026-03-30T18:03:08.071Z Compiling hyper-util v0.1.20
6242026-03-30T18:03:08.091Z Compiling toml_edit v0.22.27
6252026-03-30T18:03:08.569Z Compiling textwrap v0.16.2
6262026-03-30T18:03:08.602Z Compiling convert_case v0.10.0
6272026-03-30T18:03:08.639Z Compiling tokio-rustls v0.26.4
6282026-03-30T18:03:08.857Z Compiling supports-color v3.0.2
6292026-03-30T18:03:09.082Z Compiling backtrace-ext v0.2.1
6302026-03-30T18:03:09.338Z Compiling ordered-float v2.10.1
6312026-03-30T18:03:09.552Z Compiling miette-derive v7.6.0
6322026-03-30T18:03:09.636Z Compiling webpki-roots v1.0.6
6332026-03-30T18:03:09.748Z Compiling pathdiff v0.2.3
6342026-03-30T18:03:09.878Z Compiling console v0.15.11
6352026-03-30T18:03:09.953Z Compiling tracing-log v0.2.0
6362026-03-30T18:03:10.321Z Compiling cargo-platform v0.3.2
6372026-03-30T18:03:10.633Z Compiling os_pipe v1.2.3
6382026-03-30T18:03:10.705Z Compiling thread_local v1.1.9
6392026-03-30T18:03:10.809Z Compiling fixedbitset v0.5.7
6402026-03-30T18:03:10.888Z Compiling zstd-safe v7.2.4
6412026-03-30T18:03:11.070Z Compiling iri-string v0.7.12
6422026-03-30T18:03:11.128Z Compiling unicode-width v0.1.14
6432026-03-30T18:03:11.216Z Compiling scopeguard v1.2.0
6442026-03-30T18:03:11.322Z Compiling utf8parse v0.2.2
6452026-03-30T18:03:11.341Z Compiling rustix v0.38.44
6462026-03-30T18:03:11.483Z Compiling winnow v1.0.1
6472026-03-30T18:03:11.664Z Compiling cfg_aliases v0.2.1
6482026-03-30T18:03:11.742Z Compiling debug-ignore v1.0.5
6492026-03-30T18:03:11.755Z Compiling ryu v1.0.23
6502026-03-30T18:03:11.857Z Compiling supports-unicode v3.0.0
6512026-03-30T18:03:12.033Z Compiling pulldown-cmark v0.13.3
6522026-03-30T18:03:12.050Z Compiling supports-hyperlinks v3.2.0
6532026-03-30T18:03:12.273Z Compiling miette v7.6.0
6542026-03-30T18:03:12.281Z Compiling serde_urlencoded v0.7.1
6552026-03-30T18:03:12.571Z Compiling toml_parser v1.1.0+spec-1.1.0
6562026-03-30T18:03:12.901Z Compiling tower-http v0.6.8
6572026-03-30T18:03:13.724Z Compiling nix v0.30.1
6582026-03-30T18:03:13.907Z Compiling anstyle-parse v1.0.0
6592026-03-30T18:03:13.958Z Compiling lock_api v0.4.14
6602026-03-30T18:03:14.106Z Compiling petgraph v0.8.3
6612026-03-30T18:03:14.135Z Compiling tracing-subscriber v0.3.23
6622026-03-30T18:03:14.236Z Compiling sigchld v0.2.4
6632026-03-30T18:03:14.443Z Compiling cargo_metadata v0.23.1
6642026-03-30T18:03:15.321Z Compiling hyper-rustls v0.27.7
6652026-03-30T18:03:16.008Z Compiling toml v0.8.23
6662026-03-30T18:03:16.025Z Compiling serde-value v0.7.0
6672026-03-30T18:03:16.451Z Compiling serde-untagged v0.1.9
6682026-03-30T18:03:16.798Z Compiling derive_more-impl v2.1.1
6692026-03-30T18:03:17.547Z Compiling itertools v0.14.0
6702026-03-30T18:03:17.598Z Compiling regex v1.12.3
6712026-03-30T18:03:17.729Z Compiling block-buffer v0.10.4
6722026-03-30T18:03:17.888Z Compiling crypto-common v0.1.7
6732026-03-30T18:03:18.020Z Compiling ppv-lite86 v0.2.21
6742026-03-30T18:03:18.118Z Compiling futures-executor v0.3.32
6752026-03-30T18:03:18.357Z Compiling rand_core v0.9.5
6762026-03-30T18:03:18.619Z Compiling pin-project-internal v1.1.11
6772026-03-30T18:03:18.655Z Compiling http-body-util v0.1.3
6782026-03-30T18:03:18.897Z Compiling uuid v1.23.0
6792026-03-30T18:03:18.934Z Compiling serde_spanned v1.1.0
6802026-03-30T18:03:19.024Z Compiling smol_str v0.3.6
6812026-03-30T18:03:19.035Z Compiling toml_datetime v1.1.0+spec-1.1.0
6822026-03-30T18:03:19.098Z Compiling filetime v0.2.27
6832026-03-30T18:03:19.302Z Compiling bstr v1.12.1
6842026-03-30T18:03:19.366Z Compiling vte v0.14.1
6852026-03-30T18:03:19.437Z Compiling unicase v2.9.0
6862026-03-30T18:03:19.450Z Compiling litrs v1.0.0
6872026-03-30T18:03:19.585Z Compiling iana-time-zone v0.1.65
6882026-03-30T18:03:19.621Z Compiling tinyvec_macros v0.1.1
6892026-03-30T18:03:19.645Z Compiling number_prefix v0.4.0
6902026-03-30T18:03:19.664Z Compiling color-spantrace v0.3.0
6912026-03-30T18:03:19.696Z Compiling static_assertions v1.1.0
6922026-03-30T18:03:19.814Z Compiling anstyle v1.0.14
6932026-03-30T18:03:19.884Z Compiling anstyle-query v1.1.5
6942026-03-30T18:03:19.890Z Compiling eyre v0.6.12
6952026-03-30T18:03:19.959Z Compiling xattr v1.6.1
6962026-03-30T18:03:19.985Z Compiling colorchoice v1.0.5
6972026-03-30T18:03:20.027Z Compiling nested v0.1.1
6982026-03-30T18:03:20.082Z Compiling self_update v0.42.0
6992026-03-30T18:03:20.106Z Compiling is_terminal_polyfill v1.70.2
7002026-03-30T18:03:20.138Z Compiling unicode-xid v0.2.6
7012026-03-30T18:03:20.198Z Compiling anstream v1.0.0
7022026-03-30T18:03:20.215Z Compiling guppy v0.17.25
7032026-03-30T18:03:20.279Z Compiling cargo-util-schemas v0.2.0
7042026-03-30T18:03:20.454Z Compiling tar v0.4.45
7052026-03-30T18:03:20.509Z Compiling document-features v0.2.12
7062026-03-30T18:03:20.682Z Compiling indicatif v0.17.11
7072026-03-30T18:03:21.057Z Compiling globset v0.4.18
7082026-03-30T18:03:21.453Z Compiling chrono v0.4.44
7092026-03-30T18:03:22.165Z Compiling tinyvec v1.11.0
7102026-03-30T18:03:22.601Z Compiling pin-project v1.1.11
7112026-03-30T18:03:22.694Z Compiling strip-ansi-escapes v0.2.1
7122026-03-30T18:03:22.707Z Compiling toml v1.1.0+spec-1.1.0
7132026-03-30T18:03:23.092Z Compiling nextest-metadata v0.12.2
7142026-03-30T18:03:23.204Z Compiling newtype-uuid v1.3.2
7152026-03-30T18:03:23.401Z Compiling reqwest v0.12.28
7162026-03-30T18:03:23.828Z Compiling rand_chacha v0.9.0
7172026-03-30T18:03:24.283Z Compiling futures v0.3.32
7182026-03-30T18:03:24.371Z Compiling digest v0.10.7
7192026-03-30T18:03:24.400Z Compiling flate2 v1.1.9
7202026-03-30T18:03:24.598Z Compiling derive_more v2.1.1
7212026-03-30T18:03:24.689Z Compiling parking_lot v0.12.5
7222026-03-30T18:03:24.853Z Compiling tracing-error v0.2.1
7232026-03-30T18:03:24.951Z Compiling shared_child v1.1.1
7242026-03-30T18:03:25.587Z Compiling signal-hook-mio v0.2.5
7252026-03-30T18:03:25.658Z Compiling self-replace v1.5.0
7262026-03-30T18:03:25.718Z Compiling cargo-platform v0.2.0
7272026-03-30T18:03:25.948Z Compiling quick-xml v0.37.5
7282026-03-30T18:03:25.952Z Compiling quick-xml v0.38.4
7292026-03-30T18:03:26.279Z Compiling urlencoding v2.1.3
7302026-03-30T18:03:26.549Z Compiling clap_lex v1.1.0
7312026-03-30T18:03:26.667Z Compiling humantime v2.3.0
7322026-03-30T18:03:26.939Z Compiling recursion v0.5.4
7332026-03-30T18:03:27.097Z Compiling heck v0.5.0
7342026-03-30T18:03:27.299Z Compiling indenter v0.3.4
7352026-03-30T18:03:27.328Z Compiling cpufeatures v0.2.17
7362026-03-30T18:03:27.400Z Compiling shell-words v1.1.1
7372026-03-30T18:03:27.463Z Compiling strsim v0.11.1
7382026-03-30T18:03:27.569Z Compiling sha2 v0.10.9
7392026-03-30T18:03:27.655Z Compiling clap_builder v4.6.0
7402026-03-30T18:03:28.008Z Compiling clap_derive v4.6.0
7412026-03-30T18:03:28.239Z Compiling nextest-filtering v0.15.0
7422026-03-30T18:03:28.267Z Compiling humantime-serde v1.1.1
7432026-03-30T18:03:28.415Z Compiling quick-junit v0.5.2
7442026-03-30T18:03:29.804Z Compiling cargo_metadata v0.20.0
7452026-03-30T18:03:31.533Z Compiling atomicwrites v0.4.4
7462026-03-30T18:03:31.828Z Compiling crossterm v0.29.0
7472026-03-30T18:03:32.177Z Compiling cargo-nextest v0.9.97
7482026-03-30T18:03:33.339Z Compiling duct v0.13.7
7492026-03-30T18:03:34.003Z Compiling zstd v0.13.3
7502026-03-30T18:03:34.328Z Compiling async-scoped v0.9.0
7512026-03-30T18:03:34.449Z Compiling rand v0.9.2
7522026-03-30T18:03:34.499Z Compiling config v0.15.22
7532026-03-30T18:03:34.959Z Compiling unicode-normalization v0.1.25
7542026-03-30T18:03:35.058Z Compiling target-spec-miette v0.4.5
7552026-03-30T18:03:35.104Z Compiling future-queue v0.4.0
7562026-03-30T18:03:35.181Z Compiling mukti-metadata v0.3.0
7572026-03-30T18:03:38.956Z Compiling tokio-stream v0.1.18
7582026-03-30T18:03:39.108Z Compiling camino-tempfile v1.4.1
7592026-03-30T18:03:39.108Z Compiling derive-where v1.6.1
7602026-03-30T18:03:39.108Z Compiling serde_ignored v0.1.14
7612026-03-30T18:03:39.108Z Compiling serde_path_to_error v0.1.20
7622026-03-30T18:03:39.108Z Compiling home v0.5.12
7632026-03-30T18:03:39.108Z Compiling xxhash-rust v0.8.15
7642026-03-30T18:03:39.108Z Compiling indent_write v2.2.0
7652026-03-30T18:03:39.108Z Compiling swrite v0.1.0
7662026-03-30T18:03:39.109Z Compiling hex v0.4.3
7672026-03-30T18:03:39.109Z Compiling color-eyre v0.6.5
7682026-03-30T18:03:39.109Z Compiling clap v4.6.0
7692026-03-30T18:03:39.109Z Compiling dialoguer v0.11.0
7702026-03-30T18:03:39.109Z Compiling enable-ansi-support v0.2.1
7712026-03-30T18:03:39.109Z Compiling nextest-runner v0.80.0
7722026-03-30T18:03:54.664Z Finished `release` profile [optimized] target(s) in 1m 11s
7732026-03-30T18:03:54.848Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-03-30T18:03:54.850Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-03-30T18:03:54.983Z+ pushd mg-lower
7762026-03-30T18:03:54.987Z+ cargo nextest run
7772026-03-30T18:03:54.987Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7782026-03-30T18:03:55.124Z Updating git repository `https://github.com/oxidecomputer/falcon`
7792026-03-30T18:03:55.765ZFrom https://github.com/oxidecomputer/falcon
7802026-03-30T18:03:55.765Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7812026-03-30T18:03:55.841Z Updating crates.io index
7822026-03-30T18:03:55.844Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-03-30T18:03:56.605ZFrom https://github.com/oxidecomputer/dendrite
7842026-03-30T18:03:56.605Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7852026-03-30T18:03:56.706Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-03-30T18:03:56.993ZFrom https://github.com/oxidecomputer/ispf
7872026-03-30T18:03:56.993Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7882026-03-30T18:03:56.999Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-03-30T18:03:57.338ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-03-30T18:03:57.338Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7912026-03-30T18:03:57.345Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-03-30T18:04:04.714ZFrom https://github.com/oxidecomputer/omicron
7932026-03-30T18:04:04.714Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7942026-03-30T18:04:05.134Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-03-30T18:04:05.788ZFrom https://github.com/oxidecomputer/opte
7962026-03-30T18:04:05.788Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
7972026-03-30T18:04:05.819Z Updating git repository `https://github.com/illumos/smf-rs`
7982026-03-30T18:04:06.095ZFrom https://github.com/illumos/smf-rs
7992026-03-30T18:04:06.095Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8002026-03-30T18:04:06.159Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-03-30T18:04:06.441ZFrom https://github.com/oxidecomputer/network-interface
8022026-03-30T18:04:06.441Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-03-30T18:04:06.516Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-03-30T18:04:06.845ZFrom https://github.com/oxidecomputer/zone
8052026-03-30T18:04:06.845Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-03-30T18:04:06.863Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-03-30T18:04:08.145ZFrom https://github.com/oxidecomputer/propolis
8082026-03-30T18:04:08.145Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8092026-03-30T18:04:08.191Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8102026-03-30T18:04:08.656ZFrom https://github.com/oxidecomputer/transceiver-control
8112026-03-30T18:04:08.656Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8122026-03-30T18:04:08.695Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8132026-03-30T18:04:09.035ZFrom https://github.com/oxidecomputer/dlpi-sys
8142026-03-30T18:04:09.036Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8152026-03-30T18:04:09.051Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162026-03-30T18:04:09.329ZFrom https://github.com/jmesmon/rust-libzfs
8172026-03-30T18:04:09.329Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8182026-03-30T18:04:09.336Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192026-03-30T18:04:09.581ZFrom https://github.com/oxidecomputer/rusty-doors
8202026-03-30T18:04:09.582Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8212026-03-30T18:04:09.590Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-03-30T18:04:09.948ZFrom https://github.com/oxidecomputer/lldp
8232026-03-30T18:04:09.948Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8242026-03-30T18:04:09.976Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252026-03-30T18:04:10.278ZFrom https://github.com/oxidecomputer/slog-error-chain
8262026-03-30T18:04:10.278Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8272026-03-30T18:04:10.325Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-03-30T18:04:28.324ZFrom https://github.com/oxidecomputer/tufaceous
8292026-03-30T18:04:28.324Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8302026-03-30T18:04:28.354Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-03-30T18:04:28.792ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-03-30T18:04:28.792Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8332026-03-30T18:04:28.861Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-03-30T18:04:29.781ZFrom https://github.com/oxidecomputer/crucible
8352026-03-30T18:04:29.781Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-03-30T18:04:29.829Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-03-30T18:04:30.102ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-03-30T18:04:30.102Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-03-30T18:04:30.251Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-03-30T18:04:30.655ZFrom https://github.com/oxidecomputer/propolis
8412026-03-30T18:04:30.655Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8422026-03-30T18:04:31.056Z Updating git repository `https://github.com/oxidecomputer/tofino`
8432026-03-30T18:04:31.367ZFrom https://github.com/oxidecomputer/tofino
8442026-03-30T18:04:31.367Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8452026-03-30T18:04:31.372Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8462026-03-30T18:04:32.022ZFrom https://github.com/oxidecomputer/maghemite
8472026-03-30T18:04:32.022Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8482026-03-30T18:04:32.066Z Updating git repository `https://github.com/oxidecomputer/clickward`
8492026-03-30T18:04:32.362ZFrom https://github.com/oxidecomputer/clickward
8502026-03-30T18:04:32.362Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8512026-03-30T18:04:32.402Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8522026-03-30T18:04:32.667ZFrom https://github.com/oxidecomputer/illumos-devinfo
8532026-03-30T18:04:32.667Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8542026-03-30T18:04:32.790Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-03-30T18:04:33.111ZFrom https://github.com/oxidecomputer/crucible
8562026-03-30T18:04:33.111Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8572026-03-30T18:04:33.899Z Downloading crates ...
8582026-03-30T18:04:33.997Z Downloaded aead v0.5.2
8592026-03-30T18:04:34.009Z Downloaded allocator-api2 v0.2.21
8602026-03-30T18:04:34.014Z Downloaded const-random-macro v0.1.16
8612026-03-30T18:04:34.015Z Downloaded base16ct v1.0.0
8622026-03-30T18:04:34.021Z Downloaded base16ct v0.2.0
8632026-03-30T18:04:34.021Z Downloaded argon2 v0.5.3
8642026-03-30T18:04:34.021Z Downloaded async-stream v0.3.6
8652026-03-30T18:04:34.025Z Downloaded arrayref v0.3.9
8662026-03-30T18:04:34.028Z Downloaded ciborium v0.2.2
8672026-03-30T18:04:34.032Z Downloaded cobs v0.3.0
8682026-03-30T18:04:34.032Z Downloaded async-recursion v1.1.1
8692026-03-30T18:04:34.040Z Downloaded ciborium-io v0.2.2
8702026-03-30T18:04:34.040Z Downloaded async-stream-impl v0.3.6
8712026-03-30T18:04:34.040Z Downloaded const-random v0.1.18
8722026-03-30T18:04:34.048Z Downloaded linked-hash-map v0.5.6
8732026-03-30T18:04:34.049Z Downloaded managed v0.8.0
8742026-03-30T18:04:34.052Z Downloaded hubpack_derive v0.1.1
8752026-03-30T18:04:34.056Z Downloaded hkdf v0.12.4
8762026-03-30T18:04:34.064Z Downloaded match_cfg v0.1.0
8772026-03-30T18:04:34.064Z Downloaded lru-cache v0.1.2
8782026-03-30T18:04:34.064Z Downloaded hostname v0.4.2
8792026-03-30T18:04:34.064Z Downloaded fixedbitset v0.4.2
8802026-03-30T18:04:34.068Z Downloaded newline-converter v0.3.0
8812026-03-30T18:04:34.068Z Downloaded natord v1.0.9
8822026-03-30T18:04:34.068Z Downloaded idna_adapter v1.2.1
8832026-03-30T18:04:34.068Z Downloaded bit-set v0.8.0
8842026-03-30T18:04:34.074Z Downloaded byteorder v1.5.0
8852026-03-30T18:04:34.074Z Downloaded blake2 v0.10.6
8862026-03-30T18:04:34.078Z Downloaded darling_macro v0.21.3
8872026-03-30T18:04:34.078Z Downloaded dof v0.3.0
8882026-03-30T18:04:34.078Z Downloaded num v0.4.3
8892026-03-30T18:04:34.078Z Downloaded macaddr v1.0.1
8902026-03-30T18:04:34.078Z Downloaded num-derive v0.3.3
8912026-03-30T18:04:34.085Z Downloaded keccak v0.1.6
8922026-03-30T18:04:34.085Z Downloaded crunchy v0.2.4
8932026-03-30T18:04:34.085Z Downloaded heck v0.4.1
8942026-03-30T18:04:34.085Z Downloaded libsw-core v0.3.2
8952026-03-30T18:04:34.085Z Downloaded indicatif v0.18.4
8962026-03-30T18:04:34.090Z Downloaded dtrace-parser v0.3.0
8972026-03-30T18:04:34.090Z Downloaded crc8 v0.1.1
8982026-03-30T18:04:34.094Z Downloaded num-conv v0.2.0
8992026-03-30T18:04:34.094Z Downloaded linear-map v1.2.0
9002026-03-30T18:04:34.094Z Downloaded libsw v3.5.0
9012026-03-30T18:04:34.094Z Downloaded dunce v1.0.5
9022026-03-30T18:04:34.098Z Downloaded mime v0.3.17
9032026-03-30T18:04:34.098Z Downloaded dropshot-api-manager-types v0.5.2
9042026-03-30T18:04:34.098Z Downloaded cstr-argument v0.1.2
9052026-03-30T18:04:34.104Z Downloaded foreign-types-shared v0.3.1
9062026-03-30T18:04:34.104Z Downloaded hubpack v0.1.2
9072026-03-30T18:04:34.104Z Downloaded convert_case v0.4.0
9082026-03-30T18:04:34.110Z Downloaded embedded-io v0.6.1
9092026-03-30T18:04:34.110Z Downloaded dtrace-parser v0.2.0
9102026-03-30T18:04:34.110Z Downloaded dof v0.4.0
9112026-03-30T18:04:34.110Z Downloaded num-derive v0.4.2
9122026-03-30T18:04:34.110Z Downloaded no-std-compat v0.4.1
9132026-03-30T18:04:34.110Z Downloaded multer v3.1.0
9142026-03-30T18:04:34.114Z Downloaded ciborium-ll v0.2.2
9152026-03-30T18:04:34.114Z Downloaded enum-as-inner v0.6.1
9162026-03-30T18:04:34.114Z Downloaded hostname v0.3.1
9172026-03-30T18:04:34.123Z Downloaded embedded-io v0.4.0
9182026-03-30T18:04:34.123Z Downloaded ident_case v1.0.1
9192026-03-30T18:04:34.123Z Downloaded crucible-workspace-hack v0.1.0
9202026-03-30T18:04:34.123Z Downloaded chacha20 v0.9.1
9212026-03-30T18:04:34.123Z Downloaded is-terminal v0.4.17
9222026-03-30T18:04:34.123Z Downloaded arrayvec v0.7.6
9232026-03-30T18:04:34.124Z Downloaded num-iter v0.1.45
9242026-03-30T18:04:34.128Z Downloaded cpufeatures v0.3.0
9252026-03-30T18:04:34.128Z Downloaded cmake v0.1.57
9262026-03-30T18:04:34.128Z Downloaded hash32 v0.3.1
9272026-03-30T18:04:34.128Z Downloaded olpc-cjson v0.1.4
9282026-03-30T18:04:34.132Z Downloaded newtype_derive v0.1.6
9292026-03-30T18:04:34.132Z Downloaded const_format_proc_macros v0.2.34
9302026-03-30T18:04:34.132Z Downloaded bytecount v0.6.9
9312026-03-30T18:04:34.136Z Downloaded foreign-types-macros v0.2.3
9322026-03-30T18:04:34.136Z Downloaded bcs v0.1.6
9332026-03-30T18:04:34.136Z Downloaded libscf-sys v1.1.0
9342026-03-30T18:04:34.139Z Downloaded num_enum_derive v0.5.11
9352026-03-30T18:04:34.140Z Downloaded internet-checksum v0.2.1
9362026-03-30T18:04:34.140Z Downloaded fxhash v0.2.1
9372026-03-30T18:04:34.143Z Downloaded chacha20 v0.10.0
9382026-03-30T18:04:34.144Z Downloaded erased-serde v0.3.31
9392026-03-30T18:04:34.150Z Downloaded num-complex v0.4.6
9402026-03-30T18:04:34.150Z Downloaded inout v0.1.4
9412026-03-30T18:04:34.150Z Downloaded git-stub v1.0.0
9422026-03-30T18:04:34.150Z Downloaded float-ord v0.3.2
9432026-03-30T18:04:34.150Z Downloaded cipher v0.4.4
9442026-03-30T18:04:34.153Z Downloaded opaque-debug v0.3.1
9452026-03-30T18:04:34.153Z Downloaded omicron-workspace-hack v0.1.0
9462026-03-30T18:04:34.154Z Downloaded memoffset v0.9.1
9472026-03-30T18:04:34.154Z Downloaded num_threads v0.1.7
9482026-03-30T18:04:34.160Z Downloaded httpdate v1.0.3
9492026-03-30T18:04:34.160Z Downloaded gethostname v0.5.0
9502026-03-30T18:04:34.160Z Downloaded bitflags v1.3.2
9512026-03-30T18:04:34.160Z Downloaded backoff v0.4.0
9522026-03-30T18:04:34.160Z Downloaded instant v0.1.13
9532026-03-30T18:04:34.165Z Downloaded defmt-parser v1.0.0
9542026-03-30T18:04:34.165Z Downloaded parse-display v0.10.0
9552026-03-30T18:04:34.165Z Downloaded foreign-types v0.5.0
9562026-03-30T18:04:34.165Z Downloaded newtype-uuid-macros v0.1.0
9572026-03-30T18:04:34.168Z Downloaded darling_macro v0.23.0
9582026-03-30T18:04:34.168Z Downloaded ingot-types v0.1.2
9592026-03-30T18:04:34.168Z Downloaded bit-vec v0.8.0
9602026-03-30T18:04:34.173Z Downloaded defmt v0.3.100
9612026-03-30T18:04:34.173Z Downloaded dyn-clone v1.0.20
9622026-03-30T18:04:34.179Z Downloaded potential_utf v0.1.4
9632026-03-30T18:04:34.179Z Downloaded data-encoding v2.10.0
9642026-03-30T18:04:34.179Z Downloaded critical-section v1.2.0
9652026-03-30T18:04:34.179Z Downloaded num_enum v0.5.11
9662026-03-30T18:04:34.183Z Downloaded litemap v0.8.1
9672026-03-30T18:04:34.183Z Downloaded hmac v0.12.1
9682026-03-30T18:04:34.183Z Downloaded proc-macro-crate v3.5.0
9692026-03-30T18:04:34.188Z Downloaded displaydoc v0.2.5
9702026-03-30T18:04:34.188Z Downloaded proc-macro-error-attr2 v2.0.0
9712026-03-30T18:04:34.188Z Downloaded proc-macro-error-attr v1.0.4
9722026-03-30T18:04:34.188Z Downloaded csv-core v0.1.13
9732026-03-30T18:04:34.188Z Downloaded fs_extra v1.3.0
9742026-03-30T18:04:34.192Z Downloaded crossbeam-deque v0.8.6
9752026-03-30T18:04:34.192Z Downloaded ipnetwork v0.21.1
9762026-03-30T18:04:34.196Z Downloaded proc-macro-crate v1.3.1
9772026-03-30T18:04:34.196Z Downloaded pretty-hex v0.4.2
9782026-03-30T18:04:34.196Z Downloaded powerfmt v0.2.0
9792026-03-30T18:04:34.196Z Downloaded defmt-macros v1.0.1
9802026-03-30T18:04:34.200Z Downloaded num_enum_derive v0.7.6
9812026-03-30T18:04:34.200Z Downloaded progenitor-client v0.10.0
9822026-03-30T18:04:34.204Z Downloaded progenitor-macro v0.11.2
9832026-03-30T18:04:34.204Z Downloaded console v0.16.3
9842026-03-30T18:04:34.204Z Downloaded cancel-safe-futures v0.1.5
9852026-03-30T18:04:34.208Z Downloaded byte-wrapper v0.1.0
9862026-03-30T18:04:34.208Z Downloaded progenitor-macro v0.10.0
9872026-03-30T18:04:34.208Z Downloaded rand_xorshift v0.4.0
9882026-03-30T18:04:34.212Z Downloaded anyhow v1.0.102
9892026-03-30T18:04:34.212Z Downloaded progenitor-client v0.11.2
9902026-03-30T18:04:34.212Z Downloaded num-integer v0.1.46
9912026-03-30T18:04:34.215Z Downloaded daft-derive v0.1.5
9922026-03-30T18:04:34.216Z Downloaded num_enum v0.7.6
9932026-03-30T18:04:34.219Z Downloaded memmap v0.7.0
9942026-03-30T18:04:34.222Z Downloaded num-rational v0.4.2
9952026-03-30T18:04:34.222Z Downloaded cookie v0.18.1
9962026-03-30T18:04:34.222Z Downloaded async-trait v0.1.89
9972026-03-30T18:04:34.229Z Downloaded ingot v0.1.1
9982026-03-30T18:04:34.229Z Downloaded rand_chacha v0.3.1
9992026-03-30T18:04:34.236Z Downloaded git-stub-vcs v0.1.0
10002026-03-30T18:04:34.236Z Downloaded fs-err v3.3.0
10012026-03-30T18:04:34.237Z Downloaded ref-cast-impl v1.0.25
10022026-03-30T18:04:34.237Z Downloaded quick-error v1.2.3
10032026-03-30T18:04:34.237Z Downloaded phf_shared v0.12.1
10042026-03-30T18:04:34.237Z Downloaded icu_properties v2.1.2
10052026-03-30T18:04:34.242Z Downloaded oxide-tokio-rt v0.1.3
10062026-03-30T18:04:34.242Z Downloaded highway v1.3.0
10072026-03-30T18:04:34.242Z Downloaded daft v0.1.5
10082026-03-30T18:04:34.242Z Downloaded oxnet v0.1.4
10092026-03-30T18:04:34.242Z Downloaded icu_provider v2.1.1
10102026-03-30T18:04:34.246Z Downloaded constant_time_eq v0.4.2
10112026-03-30T18:04:34.246Z Downloaded indexmap v1.9.3
10122026-03-30T18:04:34.246Z Downloaded plain v0.2.3
10132026-03-30T18:04:34.247Z Downloaded phf v0.12.1
10142026-03-30T18:04:34.250Z Downloaded progenitor v0.11.2
10152026-03-30T18:04:34.251Z Downloaded progenitor v0.10.0
10162026-03-30T18:04:34.251Z Downloaded serde_repr v0.1.20
10172026-03-30T18:04:34.254Z Downloaded rustc_version v0.1.7
10182026-03-30T18:04:34.254Z Downloaded rustc-hash v2.1.1
10192026-03-30T18:04:34.254Z Downloaded secrecy v0.10.3
10202026-03-30T18:04:34.254Z Downloaded serial_test_derive v3.4.0
10212026-03-30T18:04:34.254Z Downloaded semver v0.1.20
10222026-03-30T18:04:34.262Z Downloaded serial_test v3.4.0
10232026-03-30T18:04:34.263Z Downloaded scroll_derive v0.13.1
10242026-03-30T18:04:34.263Z Downloaded serde_plain v1.0.2
10252026-03-30T18:04:34.263Z Downloaded scroll_derive v0.12.1
10262026-03-30T18:04:34.268Z Downloaded same-file v1.0.6
10272026-03-30T18:04:34.268Z Downloaded sha1 v0.10.6
10282026-03-30T18:04:34.268Z Downloaded ref-cast v1.0.25
10292026-03-30T18:04:34.268Z Downloaded ingot-macros v0.1.1
10302026-03-30T18:04:34.268Z Downloaded password-hash v0.5.0
10312026-03-30T18:04:34.268Z Downloaded pem v3.0.6
10322026-03-30T18:04:34.268Z Downloaded crossbeam-epoch v0.9.18
10332026-03-30T18:04:34.271Z Downloaded foldhash v0.2.0
10342026-03-30T18:04:34.272Z Downloaded cargo_toml v0.22.3
10352026-03-30T18:04:34.272Z Downloaded progenitor v0.13.0
10362026-03-30T18:04:34.272Z Downloaded paste v1.0.15
10372026-03-30T18:04:34.275Z Downloaded defmt v1.0.1
10382026-03-30T18:04:34.275Z Downloaded darling v0.23.0
10392026-03-30T18:04:34.279Z Downloaded slog-envlogger v2.2.0
10402026-03-30T18:04:34.283Z Downloaded slog-bunyan v2.5.0
10412026-03-30T18:04:34.283Z Downloaded sigpipe v0.1.3
10422026-03-30T18:04:34.283Z Downloaded resolv-conf v0.7.6
10432026-03-30T18:04:34.284Z Downloaded crossbeam-utils v0.8.21
10442026-03-30T18:04:34.287Z Downloaded proc-macro-error2 v2.0.1
10452026-03-30T18:04:34.287Z Downloaded serde-big-array v0.5.1
10462026-03-30T18:04:34.287Z Downloaded glob v0.3.3
10472026-03-30T18:04:34.291Z Downloaded ff v0.13.1
10482026-03-30T18:04:34.291Z Downloaded backon v1.6.0
10492026-03-30T18:04:34.291Z Downloaded proc-macro-error v1.0.4
10502026-03-30T18:04:34.295Z Downloaded spin v0.5.2
10512026-03-30T18:04:34.295Z Downloaded const_format v0.2.35
10522026-03-30T18:04:34.299Z Downloaded diff v0.1.13
10532026-03-30T18:04:34.299Z Downloaded stable_deref_trait v1.2.1
10542026-03-30T18:04:34.299Z Downloaded progenitor-macro v0.13.0
10552026-03-30T18:04:34.299Z Downloaded progenitor-extras v0.1.1
10562026-03-30T18:04:34.303Z Downloaded progenitor-client v0.13.0
10572026-03-30T18:04:34.303Z Downloaded dropshot_endpoint v0.16.7
10582026-03-30T18:04:34.303Z Downloaded arc-swap v1.9.0
10592026-03-30T18:04:34.306Z Downloaded poly1305 v0.8.0
10602026-03-30T18:04:34.309Z Downloaded siphasher v1.0.2
10612026-03-30T18:04:34.309Z Downloaded drift v0.1.3
10622026-03-30T18:04:34.312Z Downloaded tabled_derive v0.11.0
10632026-03-30T18:04:34.313Z Downloaded termtree v0.5.1
10642026-03-30T18:04:34.313Z Downloaded tabled_derive v0.7.0
10652026-03-30T18:04:34.317Z Downloaded smawk v0.3.2
10662026-03-30T18:04:34.317Z Downloaded parse-display-derive v0.10.0
10672026-03-30T18:04:34.317Z Downloaded parking_lot_core v0.8.6
10682026-03-30T18:04:34.317Z Downloaded group v0.13.0
10692026-03-30T18:04:34.321Z Downloaded derive-ex v0.1.8
10702026-03-30T18:04:34.321Z Downloaded postcard v1.1.3
10712026-03-30T18:04:34.321Z Downloaded serde_tokenstream v0.2.3
10722026-03-30T18:04:34.321Z Downloaded sdd v3.0.10
10732026-03-30T18:04:34.326Z Downloaded omicron-zone-package v0.12.2
10742026-03-30T18:04:34.326Z Downloaded thread-id v5.1.0
10752026-03-30T18:04:34.326Z Downloaded thread-id v4.2.2
10762026-03-30T18:04:34.330Z Downloaded thiserror-impl-no-std v2.0.2
10772026-03-30T18:04:34.330Z Downloaded deranged v0.5.8
10782026-03-30T18:04:34.330Z Downloaded rustls-native-certs v0.8.3
10792026-03-30T18:04:34.330Z Downloaded simd-adler32 v0.3.8
10802026-03-30T18:04:34.334Z Downloaded rustversion v1.0.22
10812026-03-30T18:04:34.334Z Downloaded rustls-pemfile v2.2.0
10822026-03-30T18:04:34.334Z Downloaded memmap2 v0.9.10
10832026-03-30T18:04:34.341Z Downloaded scroll v0.12.0
10842026-03-30T18:04:34.341Z Downloaded strum v0.27.2
10852026-03-30T18:04:34.341Z Downloaded structmeta v0.3.0
10862026-03-30T18:04:34.341Z Downloaded schemars_derive v0.8.22
10872026-03-30T18:04:34.341Z Downloaded time-core v0.1.8
10882026-03-30T18:04:34.341Z Downloaded structmeta-derive v0.3.0
10892026-03-30T18:04:34.341Z Downloaded rand_core v0.10.0
10902026-03-30T18:04:34.353Z Downloaded tagptr v0.2.0
10912026-03-30T18:04:34.353Z Downloaded take_mut v0.2.2
10922026-03-30T18:04:34.357Z Downloaded tabwriter v1.4.1
10932026-03-30T18:04:34.357Z Downloaded rusty-fork v0.3.1
10942026-03-30T18:04:34.357Z Downloaded darling v0.21.3
10952026-03-30T18:04:34.357Z Downloaded slog-term v2.9.2
10962026-03-30T18:04:34.357Z Downloaded half v2.7.1
10972026-03-30T18:04:34.357Z Downloaded slog-stdlog v4.1.1
10982026-03-30T18:04:34.357Z Downloaded rhai_codegen v3.1.0
10992026-03-30T18:04:34.361Z Downloaded pest_generator v2.8.6
11002026-03-30T18:04:34.361Z Downloaded serde_derive_internals v0.29.1
11012026-03-30T18:04:34.361Z Downloaded derive_more v0.99.20
11022026-03-30T18:04:34.365Z Downloaded colored v3.1.1
11032026-03-30T18:04:34.365Z Downloaded slog-dtrace v0.3.0
11042026-03-30T18:04:34.373Z Downloaded unarray v0.1.4
11052026-03-30T18:04:34.373Z Downloaded chacha20poly1305 v0.10.1
11062026-03-30T18:04:34.373Z Downloaded unit-prefix v0.5.2
11072026-03-30T18:04:34.377Z Downloaded topological-sort v0.2.2
11082026-03-30T18:04:34.377Z Downloaded untrusted v0.7.1
11092026-03-30T18:04:34.377Z Downloaded typify-macro v0.6.1
11102026-03-30T18:04:34.377Z Downloaded icu_collections v2.1.1
11112026-03-30T18:04:34.382Z Downloaded usdt-attr-macro v0.5.0
11122026-03-30T18:04:34.382Z Downloaded usdt v0.5.0
11132026-03-30T18:04:34.382Z Downloaded universal-hash v0.5.1
11142026-03-30T18:04:34.382Z Downloaded jiff-static v0.2.23
11152026-03-30T18:04:34.385Z Downloaded strum_macros v0.26.4
11162026-03-30T18:04:34.385Z Downloaded usdt v0.6.0
11172026-03-30T18:04:34.389Z Downloaded usdt-macro v0.5.0
11182026-03-30T18:04:34.389Z Downloaded icu_locale_core v2.1.1
11192026-03-30T18:04:34.392Z Downloaded synstructure v0.13.2
11202026-03-30T18:04:34.393Z Downloaded scroll v0.13.0
11212026-03-30T18:04:34.396Z Downloaded strum v0.26.3
11222026-03-30T18:04:34.396Z Downloaded utf-8 v0.7.6
11232026-03-30T18:04:34.396Z Downloaded usdt-macro v0.6.0
11242026-03-30T18:04:34.396Z Downloaded usdt-attr-macro v0.6.0
11252026-03-30T18:04:34.396Z Downloaded smartstring v1.0.1
11262026-03-30T18:04:34.400Z Downloaded smf v0.2.3
11272026-03-30T18:04:34.400Z Downloaded slog-scope v4.4.1
11282026-03-30T18:04:34.400Z Downloaded slog-json v2.6.1
11292026-03-30T18:04:34.400Z Downloaded waitgroup v0.1.2
11302026-03-30T18:04:34.404Z Downloaded thiserror-no-std v2.0.2
11312026-03-30T18:04:34.404Z Downloaded parking_lot v0.11.2
11322026-03-30T18:04:34.407Z Downloaded papergrid v0.17.0
11332026-03-30T18:04:34.407Z Downloaded heapless v0.8.0
11342026-03-30T18:04:34.411Z Downloaded progenitor-impl v0.13.0
11352026-03-30T18:04:34.411Z Downloaded papergrid v0.11.0
11362026-03-30T18:04:34.415Z Downloaded strum_macros v0.27.2
11372026-03-30T18:04:34.419Z Downloaded tokio-dtrace v0.1.1
11382026-03-30T18:04:34.419Z Downloaded testing_table v0.3.0
11392026-03-30T18:04:34.422Z Downloaded zone_cfg_derive v0.3.1
11402026-03-30T18:04:34.427Z Downloaded icu_normalizer_data v2.1.1
11412026-03-30T18:04:34.430Z Downloaded darling_core v0.23.0
11422026-03-30T18:04:34.435Z Downloaded icu_normalizer v2.1.1
11432026-03-30T18:04:34.435Z Downloaded tiny-keccak v2.0.2
11442026-03-30T18:04:34.438Z Downloaded snafu-derive v0.8.9
11452026-03-30T18:04:34.439Z Downloaded slog-async v2.8.0
11462026-03-30T18:04:34.439Z Downloaded zeroize_derive v1.4.3
11472026-03-30T18:04:34.439Z Downloaded zerofrom v0.1.6
11482026-03-30T18:04:34.439Z Downloaded yoke-derive v0.8.1
11492026-03-30T18:04:34.443Z Downloaded zerofrom-derive v0.1.6
11502026-03-30T18:04:34.446Z Downloaded zone v0.3.1
11512026-03-30T18:04:34.446Z Downloaded schemars v0.8.22
11522026-03-30T18:04:34.450Z Downloaded tokio-rustls v0.25.0
11532026-03-30T18:04:34.453Z Downloaded usdt-impl v0.6.0
11542026-03-30T18:04:34.453Z Downloaded tokio-tungstenite v0.21.0
11552026-03-30T18:04:34.453Z Downloaded pest_meta v2.8.6
11562026-03-30T18:04:34.456Z Downloaded typify-macro v0.4.3
11572026-03-30T18:04:34.456Z Downloaded crypto-bigint v0.5.5
11582026-03-30T18:04:34.461Z Downloaded walkdir v2.5.0
11592026-03-30T18:04:34.461Z Downloaded yoke v0.8.1
11602026-03-30T18:04:34.464Z Downloaded usdt-impl v0.5.0
11612026-03-30T18:04:34.464Z Downloaded serde_with_macros v3.18.0
11622026-03-30T18:04:34.465Z Downloaded progenitor-impl v0.10.0
11632026-03-30T18:04:34.465Z Downloaded wait-timeout v0.2.1
11642026-03-30T18:04:34.465Z Downloaded serde_yaml v0.9.34+deprecated
11652026-03-30T18:04:34.468Z Downloaded base64 v0.21.7
11662026-03-30T18:04:34.468Z Downloaded nom v7.1.3
11672026-03-30T18:04:34.472Z Downloaded vsss-rs v3.3.4
11682026-03-30T18:04:34.472Z Downloaded rustls-platform-verifier v0.6.2
11692026-03-30T18:04:34.476Z Downloaded tinystr v0.8.2
11702026-03-30T18:04:34.476Z Downloaded time-macros v0.2.27
11712026-03-30T18:04:34.479Z Downloaded spin v0.9.8
11722026-03-30T18:04:34.479Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11732026-03-30T18:04:34.479Z Downloaded pest_derive v2.8.6
11742026-03-30T18:04:34.483Z Downloaded cc v1.2.57
11752026-03-30T18:04:34.488Z Downloaded thin-vec v0.2.14
11762026-03-30T18:04:34.491Z Downloaded xz2 v0.1.7
11772026-03-30T18:04:34.491Z Downloaded rayon-core v1.13.0
11782026-03-30T18:04:34.492Z Downloaded term v1.2.1
11792026-03-30T18:04:34.495Z Downloaded writeable v0.6.2
11802026-03-30T18:04:34.495Z Downloaded hickory-resolver v0.24.4
11812026-03-30T18:04:34.498Z Downloaded darling_core v0.21.3
11822026-03-30T18:04:34.502Z Downloaded pretty_assertions v1.4.1
11832026-03-30T18:04:34.502Z Downloaded dropshot-api-manager v0.5.2
11842026-03-30T18:04:34.502Z Downloaded whoami v1.6.1
11852026-03-30T18:04:34.521Z Downloaded test-strategy v0.4.5
11862026-03-30T18:04:34.521Z Downloaded zerovec-derive v0.11.2
11872026-03-30T18:04:34.526Z Downloaded elliptic-curve v0.13.8
11882026-03-30T18:04:34.526Z Downloaded mio v1.1.1
11892026-03-30T18:04:34.526Z Downloaded progenitor-impl v0.11.2
11902026-03-30T18:04:34.526Z Downloaded qorb v0.4.1
11912026-03-30T18:04:34.526Z Downloaded schemars v0.9.0
11922026-03-30T18:04:34.526Z Downloaded toml v0.9.12+spec-1.1.0
11932026-03-30T18:04:34.526Z Downloaded tungstenite v0.21.0
11942026-03-30T18:04:34.530Z Downloaded crossbeam-channel v0.5.15
11952026-03-30T18:04:34.530Z Downloaded toml v0.7.8
11962026-03-30T18:04:34.530Z Downloaded slog v2.8.2
11972026-03-30T18:04:34.534Z Downloaded typify v0.4.3
11982026-03-30T18:04:34.534Z Downloaded typify v0.6.1
11992026-03-30T18:04:34.538Z Downloaded similar v2.7.0
12002026-03-30T18:04:34.538Z Downloaded unsafe-libyaml v0.2.11
12012026-03-30T18:04:34.544Z Downloaded hickory-resolver v0.25.2
12022026-03-30T18:04:34.544Z Downloaded minimal-lexical v0.2.1
12032026-03-30T18:04:34.549Z Downloaded prettyplease v0.2.37
12042026-03-30T18:04:34.549Z Downloaded zerocopy-derive v0.7.35
12052026-03-30T18:04:34.553Z Downloaded expectorate v1.2.0
12062026-03-30T18:04:34.556Z Downloaded rand v0.8.5
12072026-03-30T18:04:34.561Z Downloaded snafu v0.8.9
12082026-03-30T18:04:34.566Z Downloaded ucd-trie v0.1.7
12092026-03-30T18:04:34.579Z Downloaded hashbrown v0.12.3
12102026-03-30T18:04:34.583Z Downloaded zerotrie v0.2.3
12112026-03-30T18:04:34.589Z Downloaded toml_edit v0.25.8+spec-1.1.0
12122026-03-30T18:04:34.593Z Downloaded pest v2.8.6
12132026-03-30T18:04:34.596Z Downloaded rand v0.10.0
12142026-03-30T18:04:34.599Z Downloaded icu_properties_data v2.1.2
12152026-03-30T18:04:34.603Z Downloaded schemars v1.2.1
12162026-03-30T18:04:34.611Z Downloaded steno v0.4.1
12172026-03-30T18:04:34.614Z Downloaded nom v8.0.0
12182026-03-30T18:04:34.618Z Downloaded toml_edit v0.19.15
12192026-03-30T18:04:34.626Z Downloaded itertools v0.12.1
12202026-03-30T18:04:34.630Z Downloaded ron v0.12.0
12212026-03-30T18:04:34.635Z Downloaded iddqd v0.3.17
12222026-03-30T18:04:34.640Z Downloaded libm v0.2.16
12232026-03-30T18:04:34.644Z Downloaded yansi v1.0.1
12242026-03-30T18:04:34.644Z Downloaded zerocopy-derive v0.8.47
12252026-03-30T18:04:34.647Z Downloaded unicode-segmentation v1.13.1
12262026-03-30T18:04:34.651Z Downloaded iri-string v0.7.11
12272026-03-30T18:04:34.668Z Downloaded typed-path v0.9.3
12282026-03-30T18:04:34.678Z Downloaded zerovec v0.11.5
12292026-03-30T18:04:34.684Z Downloaded tough v0.20.0
12302026-03-30T18:04:34.690Z Downloaded scc v2.4.0
12312026-03-30T18:04:34.696Z Downloaded rayon v1.11.0
12322026-03-30T18:04:34.702Z Downloaded reqwest v0.13.2
12332026-03-30T18:04:34.706Z Downloaded goblin v0.8.2
12342026-03-30T18:04:34.722Z Downloaded zerocopy v0.7.35
12352026-03-30T18:04:34.731Z Downloaded moka v0.12.15
12362026-03-30T18:04:34.736Z Downloaded proptest v1.11.0
12372026-03-30T18:04:34.742Z Downloaded tabled v0.15.0
12382026-03-30T18:04:34.752Z Downloaded goblin v0.10.5
12392026-03-30T18:04:34.756Z Downloaded time v0.3.47
12402026-03-30T18:04:34.760Z Downloaded winnow v0.5.40
12412026-03-30T18:04:34.765Z Downloaded blake3 v1.8.3
12422026-03-30T18:04:34.770Z Downloaded tabled v0.20.0
12432026-03-30T18:04:34.780Z Downloaded aws-lc-rs v1.16.2
12442026-03-30T18:04:34.783Z Downloaded serde_with v3.18.0
12452026-03-30T18:04:34.792Z Downloaded winnow v1.0.0
12462026-03-30T18:04:34.796Z Downloaded rustls-webpki v0.102.8
12472026-03-30T18:04:34.805Z Downloaded smoltcp v0.11.0
12482026-03-30T18:04:34.810Z Downloaded hickory-proto v0.24.4
12492026-03-30T18:04:34.817Z Downloaded rustls v0.22.4
12502026-03-30T18:04:34.824Z Downloaded nix v0.31.2
12512026-03-30T18:04:34.830Z Downloaded hickory-proto v0.25.2
12522026-03-30T18:04:34.864Z Downloaded typify-impl v0.4.3
12532026-03-30T18:04:34.872Z Downloaded syn v1.0.109
12542026-03-30T18:04:34.897Z Downloaded lzma-sys v0.1.20
12552026-03-30T18:04:34.912Z Downloaded jiff v0.2.23
12562026-03-30T18:04:34.920Z Downloaded petgraph v0.6.5
12572026-03-30T18:04:34.930Z Downloaded zerocopy v0.8.47
12582026-03-30T18:04:34.939Z Downloaded regress v0.10.5
12592026-03-30T18:04:34.943Z Downloaded openapiv3 v2.2.0
12602026-03-30T18:04:34.949Z Downloaded rhai v1.24.0
12612026-03-30T18:04:34.956Z Downloaded dropshot v0.16.7
12622026-03-30T18:04:35.008Z Downloaded typify-impl v0.6.1
12632026-03-30T18:04:35.024Z Downloaded sled v0.34.7
12642026-03-30T18:04:35.121Z Downloaded chrono-tz v0.10.4
12652026-03-30T18:04:35.136Z Downloaded csv v1.4.0
12662026-03-30T18:04:35.148Z Downloaded sha3 v0.10.8
12672026-03-30T18:04:35.224Z Downloaded encoding_rs v0.8.35
12682026-03-30T18:04:35.885Z Downloaded aws-lc-sys v0.39.0
12692026-03-30T18:04:36.771Z Compiling proc-macro2 v1.0.106
12702026-03-30T18:04:36.771Z Compiling unicode-ident v1.0.24
12712026-03-30T18:04:36.771Z Compiling quote v1.0.45
12722026-03-30T18:04:36.771Z Compiling serde_core v1.0.228
12732026-03-30T18:04:36.771Z Compiling cfg-if v1.0.4
12742026-03-30T18:04:36.777Z Compiling serde v1.0.228
12752026-03-30T18:04:36.778Z Compiling libc v0.2.183
12762026-03-30T18:04:36.778Z Compiling memchr v2.8.0
12772026-03-30T18:04:36.974Z Compiling itoa v1.0.18
12782026-03-30T18:04:37.149Z Compiling smallvec v1.15.1
12792026-03-30T18:04:37.170Z Compiling zmij v1.0.21
12802026-03-30T18:04:37.222Z Compiling serde_json v1.0.149
12812026-03-30T18:04:37.350Z Compiling autocfg v1.5.0
12822026-03-30T18:04:37.457Z Compiling libm v0.2.16
12832026-03-30T18:04:37.544Z Compiling stable_deref_trait v1.2.1
12842026-03-30T18:04:37.616Z Compiling version_check v0.9.5
12852026-03-30T18:04:37.662Z Compiling iana-time-zone v0.1.65
12862026-03-30T18:04:37.682Z Compiling litemap v0.8.1
12872026-03-30T18:04:37.745Z Compiling percent-encoding v2.3.2
12882026-03-30T18:04:37.755Z Compiling writeable v0.6.2
12892026-03-30T18:04:37.878Z Compiling icu_properties_data v2.1.2
12902026-03-30T18:04:37.884Z Compiling icu_normalizer_data v2.1.1
12912026-03-30T18:04:37.934Z Compiling equivalent v1.0.2
12922026-03-30T18:04:37.944Z Compiling pin-project-lite v0.2.17
12932026-03-30T18:04:38.016Z Compiling allocator-api2 v0.2.21
12942026-03-30T18:04:38.032Z Compiling syn v2.0.117
12952026-03-30T18:04:38.181Z Compiling foldhash v0.2.0
12962026-03-30T18:04:38.233Z Compiling form_urlencoded v1.2.2
12972026-03-30T18:04:38.256Z Compiling dyn-clone v1.0.20
12982026-03-30T18:04:38.322Z Compiling utf8_iter v1.0.4
12992026-03-30T18:04:38.389Z Compiling hashbrown v0.16.1
13002026-03-30T18:04:38.390Z Compiling parking_lot_core v0.9.12
13012026-03-30T18:04:38.408Z Compiling scopeguard v1.2.0
13022026-03-30T18:04:38.408Z Compiling num-traits v0.2.19
13032026-03-30T18:04:38.463Z Compiling thiserror v2.0.18
13042026-03-30T18:04:38.507Z Compiling lock_api v0.4.14
13052026-03-30T18:04:38.671Z Compiling errno v0.3.14
13062026-03-30T18:04:38.734Z Compiling heck v0.5.0
13072026-03-30T18:04:38.818Z Compiling rand_core v0.10.0
13082026-03-30T18:04:38.975Z Compiling getrandom v0.4.2
13092026-03-30T18:04:38.990Z Compiling futures-core v0.3.32
13102026-03-30T18:04:39.000Z Compiling jobserver v0.1.34
13112026-03-30T18:04:39.005Z Compiling shlex v1.3.0
13122026-03-30T18:04:39.139Z Compiling semver v1.0.27
13132026-03-30T18:04:39.187Z Compiling indexmap v2.13.0
13142026-03-30T18:04:39.198Z Compiling find-msvc-tools v0.1.9
13152026-03-30T18:04:39.331Z Compiling zerocopy v0.8.47
13162026-03-30T18:04:39.429Z Compiling cc v1.2.57
13172026-03-30T18:04:39.429Z Compiling uuid v1.23.0
13182026-03-30T18:04:39.433Z Compiling rustversion v1.0.22
13192026-03-30T18:04:39.495Z Compiling fnv v1.0.7
13202026-03-30T18:04:39.590Z Compiling futures-sink v0.3.32
13212026-03-30T18:04:39.691Z Compiling schemars v0.8.22
13222026-03-30T18:04:39.759Z Compiling slab v0.4.12
13232026-03-30T18:04:39.847Z Compiling futures-channel v0.3.32
13242026-03-30T18:04:39.859Z Compiling socket2 v0.6.3
13252026-03-30T18:04:39.946Z Compiling futures-io v0.3.32
13262026-03-30T18:04:40.071Z Compiling futures-task v0.3.32
13272026-03-30T18:04:40.104Z Compiling signal-hook-registry v1.4.8
13282026-03-30T18:04:40.242Z Compiling parking_lot v0.12.5
13292026-03-30T18:04:40.253Z Compiling mio v1.1.1
13302026-03-30T18:04:40.262Z Compiling log v0.4.29
13312026-03-30T18:04:40.313Z Compiling portable-atomic v1.13.1
13322026-03-30T18:04:40.396Z Compiling bitflags v2.11.0
13332026-03-30T18:04:40.466Z Compiling critical-section v1.2.0
13342026-03-30T18:04:40.572Z Compiling typenum v1.19.0
13352026-03-30T18:04:40.585Z Compiling getrandom v0.2.17
13362026-03-30T18:04:40.641Z Compiling base64 v0.22.1
13372026-03-30T18:04:40.667Z Compiling regex-syntax v0.8.10
13382026-03-30T18:04:40.764Z Compiling byteorder v1.5.0
13392026-03-30T18:04:40.775Z Compiling getrandom v0.3.4
13402026-03-30T18:04:40.793Z Compiling subtle v2.6.1
13412026-03-30T18:04:40.919Z Compiling synstructure v0.13.2
13422026-03-30T18:04:40.951Z Compiling serde_derive_internals v0.29.1
13432026-03-30T18:04:40.981Z Compiling untrusted v0.9.0
13442026-03-30T18:04:41.092Z Compiling rand_core v0.6.4
13452026-03-30T18:04:41.140Z Compiling httparse v1.10.1
13462026-03-30T18:04:41.316Z Compiling once_cell v1.21.4
13472026-03-30T18:04:41.319Z Compiling strsim v0.11.1
13482026-03-30T18:04:41.410Z Compiling ipnet v2.12.0
13492026-03-30T18:04:41.453Z Compiling rustix v1.1.4
13502026-03-30T18:04:41.522Z Compiling atomic-waker v1.1.2
13512026-03-30T18:04:41.599Z Compiling tower-layer v0.3.3
13522026-03-30T18:04:41.644Z Compiling tower-service v0.3.3
13532026-03-30T18:04:41.713Z Compiling cmake v0.1.57
13542026-03-30T18:04:41.731Z Compiling try-lock v0.2.5
13552026-03-30T18:04:41.750Z Compiling dunce v1.0.5
13562026-03-30T18:04:41.831Z Compiling fs_extra v1.3.0
13572026-03-30T18:04:41.842Z Compiling ryu v1.0.23
13582026-03-30T18:04:41.932Z Compiling thiserror v1.0.69
13592026-03-30T18:04:41.976Z Compiling want v0.3.1
13602026-03-30T18:04:41.993Z Compiling ucd-trie v0.1.7
13612026-03-30T18:04:42.014Z Compiling pin-utils v0.1.0
13622026-03-30T18:04:42.038Z Compiling httpdate v1.0.3
13632026-03-30T18:04:42.076Z Compiling generic-array v0.14.7
13642026-03-30T18:04:42.079Z Compiling aws-lc-sys v0.39.0
13652026-03-30T18:04:42.140Z Compiling pest v2.8.6
13662026-03-30T18:04:42.152Z Compiling serde_derive v1.0.228
13672026-03-30T18:04:42.250Z Compiling zerofrom-derive v0.1.6
13682026-03-30T18:04:42.267Z Compiling yoke-derive v0.8.1
13692026-03-30T18:04:42.285Z Compiling zerovec-derive v0.11.2
13702026-03-30T18:04:42.296Z Compiling displaydoc v0.2.5
13712026-03-30T18:04:42.919Z Compiling schemars_derive v0.8.22
13722026-03-30T18:04:43.030Z Compiling thiserror-impl v2.0.18
13732026-03-30T18:04:43.307Z Compiling tokio-macros v2.6.1
13742026-03-30T18:04:43.319Z Compiling zerocopy-derive v0.8.47
13752026-03-30T18:04:43.428Z Compiling zeroize_derive v1.4.3
13762026-03-30T18:04:43.459Z Compiling futures-macro v0.3.32
13772026-03-30T18:04:43.489Z Compiling zerofrom v0.1.6
13782026-03-30T18:04:43.610Z Compiling yoke v0.8.1
13792026-03-30T18:04:43.790Z Compiling zerovec v0.11.5
13802026-03-30T18:04:44.079Z Compiling zerotrie v0.2.3
13812026-03-30T18:04:44.098Z Compiling zeroize v1.8.2
13822026-03-30T18:04:44.296Z Compiling tinystr v0.8.2
13832026-03-30T18:04:44.299Z Compiling potential_utf v0.1.4
13842026-03-30T18:04:44.299Z Compiling futures-util v0.3.32
13852026-03-30T18:04:44.367Z Compiling thiserror-impl v1.0.69
13862026-03-30T18:04:44.417Z Compiling icu_collections v2.1.1
13872026-03-30T18:04:44.457Z Compiling icu_locale_core v2.1.1
13882026-03-30T18:04:44.509Z Compiling pest_meta v2.8.6
13892026-03-30T18:04:44.921Z Compiling pretty-hex v0.4.2
13902026-03-30T18:04:45.049Z Compiling icu_provider v2.1.1
13912026-03-30T18:04:45.345Z Compiling bytes v1.11.1
13922026-03-30T18:04:45.365Z Compiling icu_normalizer v2.1.1
13932026-03-30T18:04:45.383Z Compiling icu_properties v2.1.2
13942026-03-30T18:04:45.497Z Compiling chrono v0.4.44
13952026-03-30T18:04:45.765Z Compiling serde_tokenstream v0.2.3
13962026-03-30T18:04:45.953Z Compiling http v1.4.0
13972026-03-30T18:04:45.953Z Compiling tokio v1.50.0
13982026-03-30T18:04:46.037Z Compiling erased-serde v0.3.31
13992026-03-30T18:04:46.510Z Compiling idna_adapter v1.2.1
14002026-03-30T18:04:46.569Z Compiling http-body v1.0.1
14012026-03-30T18:04:46.612Z Compiling idna v1.1.0
14022026-03-30T18:04:46.638Z Compiling pest_generator v2.8.6
14032026-03-30T18:04:46.911Z Compiling url v2.5.8
14042026-03-30T18:04:46.979Z Compiling plain v0.2.3
14052026-03-30T18:04:47.135Z Compiling tracing-attributes v0.1.31
14062026-03-30T18:04:47.229Z Compiling pest_derive v2.8.6
14072026-03-30T18:04:47.387Z Compiling tracing-core v0.1.36
14082026-03-30T18:04:47.619Z Compiling ppv-lite86 v0.2.21
14092026-03-30T18:04:47.774Z Compiling slog v2.8.2
14102026-03-30T18:04:47.926Z Compiling http-body-util v0.1.3
14112026-03-30T18:04:47.956Z Compiling serde_urlencoded v0.7.1
14122026-03-30T18:04:48.214Z Compiling sync_wrapper v1.0.2
14132026-03-30T18:04:48.235Z Compiling regress v0.10.5
14142026-03-30T18:04:48.315Z Compiling ipnetwork v0.21.1
14152026-03-30T18:04:48.343Z Compiling aho-corasick v1.1.4
14162026-03-30T18:04:48.389Z Compiling tracing v0.1.44
14172026-03-30T18:04:48.478Z Compiling paste v1.0.15
14182026-03-30T18:04:48.627Z Compiling crypto-common v0.1.7
14192026-03-30T18:04:48.763Z Compiling powerfmt v0.2.0
14202026-03-30T18:04:48.813Z Compiling omicron-workspace-hack v0.1.0
14212026-03-30T18:04:48.968Z Compiling ident_case v1.0.1
14222026-03-30T18:04:49.013Z Compiling num-conv v0.2.0
14232026-03-30T18:04:49.049Z Compiling time-core v0.1.8
14242026-03-30T18:04:49.100Z Compiling deranged v0.5.8
14252026-03-30T18:04:49.137Z Compiling regex-automata v0.4.14
14262026-03-30T18:04:49.191Z Compiling time-macros v0.2.27
14272026-03-30T18:04:50.063Z Compiling anyhow v1.0.102
14282026-03-30T18:04:50.156Z Compiling iri-string v0.7.11
14292026-03-30T18:04:50.229Z Compiling num_threads v0.1.7
14302026-03-30T18:04:50.392Z Compiling scroll_derive v0.13.1
14312026-03-30T18:04:51.030Z Compiling regex v1.12.3
14322026-03-30T18:04:51.204Z Compiling scroll v0.13.0
14332026-03-30T18:04:51.501Z Compiling tokio-util v0.7.18
14342026-03-30T18:04:51.682Z Compiling oxnet v0.1.4
14352026-03-30T18:04:51.796Z Compiling daft-derive v0.1.5
14362026-03-30T18:04:51.862Z Compiling winnow v1.0.0
14372026-03-30T18:04:52.059Z Compiling fastrand v2.3.0
14382026-03-30T18:04:52.099Z Compiling syn v1.0.109
14392026-03-30T18:04:52.372Z Compiling openapiv3 v2.2.0
14402026-03-30T18:04:52.446Z Compiling rustls-pki-types v1.14.0
14412026-03-30T18:04:52.480Z Compiling async-trait v0.1.89
14422026-03-30T18:04:52.922Z Compiling crossbeam-utils v0.8.21
14432026-03-30T18:04:53.300Z Compiling ring v0.17.14
14442026-03-30T18:04:53.464Z Compiling cpufeatures v0.2.17
14452026-03-30T18:04:53.750Z Compiling h2 v0.4.13
14462026-03-30T18:04:53.891Z Compiling block-buffer v0.10.4
14472026-03-30T18:04:53.977Z Compiling thread_local v1.1.9
14482026-03-30T18:04:54.033Z Compiling usdt-impl v0.6.0
14492026-03-30T18:04:54.059Z Compiling hex v0.4.3
14502026-03-30T18:04:54.238Z Compiling digest v0.10.7
14512026-03-30T18:04:54.274Z Compiling goblin v0.10.5
14522026-03-30T18:04:54.306Z Compiling dtrace-parser v0.3.0
14532026-03-30T18:04:54.442Z Compiling slog-async v2.8.0
14542026-03-30T18:04:54.715Z Compiling openssl-probe v0.2.1
14552026-03-30T18:04:54.781Z Compiling camino v1.2.2
14562026-03-30T18:04:55.133Z Compiling thread-id v5.1.0
14572026-03-30T18:04:55.144Z Compiling term v1.2.1
14582026-03-30T18:04:55.165Z Compiling take_mut v0.2.2
14592026-03-30T18:04:55.264Z Compiling rand_core v0.9.5
14602026-03-30T18:04:55.472Z Compiling futures-executor v0.3.32
14612026-03-30T18:04:55.750Z Compiling hyper v1.8.1
14622026-03-30T18:04:55.760Z Compiling match_cfg v0.1.0
14632026-03-30T18:04:55.821Z Compiling futures v0.3.32
14642026-03-30T18:04:55.831Z Compiling structmeta-derive v0.3.0
14652026-03-30T18:04:55.893Z Compiling aws-lc-rs v1.16.2
14662026-03-30T18:04:56.183Z Compiling rustls v0.22.4
14672026-03-30T18:04:56.388Z Compiling rand_chacha v0.9.0
14682026-03-30T18:04:56.530Z Compiling darling_core v0.23.0
14692026-03-30T18:04:56.744Z Compiling newtype-uuid-macros v0.1.0
14702026-03-30T18:04:56.810Z Compiling hyper-util v0.1.20
14712026-03-30T18:04:56.828Z Compiling structmeta v0.3.0
14722026-03-30T18:04:57.021Z Compiling dof v0.4.0
14732026-03-30T18:04:57.515Z Compiling winnow v0.7.15
14742026-03-30T18:04:58.521Z Compiling rand v0.9.2
14752026-03-30T18:04:58.531Z Compiling time v0.3.47
14762026-03-30T18:04:58.600Z Compiling darling_macro v0.23.0
14772026-03-30T18:04:59.072Z Compiling tower v0.5.3
14782026-03-30T18:04:59.112Z Compiling usdt-attr-macro v0.6.0
14792026-03-30T18:04:59.126Z Compiling usdt-macro v0.6.0
14802026-03-30T18:04:59.172Z Compiling newtype-uuid v1.3.2
14812026-03-30T18:04:59.508Z Compiling quick-error v1.2.3
14822026-03-30T18:04:59.519Z Compiling untrusted v0.7.1
14832026-03-30T18:04:59.542Z Compiling ref-cast v1.0.25
14842026-03-30T18:04:59.607Z Compiling tower-http v0.6.8
14852026-03-30T18:04:59.633Z Compiling daft v0.1.5
14862026-03-30T18:04:59.886Z Compiling darling v0.23.0
14872026-03-30T18:04:59.895Z Compiling crossbeam-channel v0.5.15
14882026-03-30T18:04:59.962Z Compiling ref-cast-impl v1.0.25
14892026-03-30T18:05:00.027Z Compiling strum_macros v0.26.4
14902026-03-30T18:05:00.234Z Compiling toml_datetime v0.7.5+spec-1.1.0
14912026-03-30T18:05:00.294Z Compiling serde_spanned v1.1.0
14922026-03-30T18:05:00.308Z Compiling multer v3.1.0
14932026-03-30T18:05:00.356Z Compiling bit-vec v0.8.0
14942026-03-30T18:05:00.436Z Compiling toml_writer v1.1.0+spec-1.1.0
14952026-03-30T18:05:00.525Z Compiling debug-ignore v1.0.5
14962026-03-30T18:05:00.536Z Compiling rustls v0.23.37
14972026-03-30T18:05:00.583Z Compiling bit-set v0.8.0
14982026-03-30T18:05:00.644Z Compiling serde_with_macros v3.18.0
14992026-03-30T18:05:00.659Z Compiling async-stream-impl v0.3.6
15002026-03-30T18:05:00.670Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15012026-03-30T18:05:00.731Z Compiling dropshot v0.16.7
15022026-03-30T18:05:00.741Z Compiling encoding_rs v0.8.35
15032026-03-30T18:05:00.947Z Compiling unarray v0.1.4
15042026-03-30T18:05:01.053Z Compiling spin v0.9.8
15052026-03-30T18:05:01.117Z Compiling mime v0.3.17
15062026-03-30T18:05:01.277Z Compiling async-stream v0.3.6
15072026-03-30T18:05:01.382Z Compiling derive-ex v0.1.8
15082026-03-30T18:05:01.450Z Compiling dropshot_endpoint v0.16.7
15092026-03-30T18:05:01.633Z Compiling strum v0.26.3
15102026-03-30T18:05:01.754Z Compiling macaddr v1.0.1
15112026-03-30T18:05:01.762Z Compiling waitgroup v0.1.2
15122026-03-30T18:05:01.842Z Compiling serde_path_to_error v0.1.20
15132026-03-30T18:05:01.897Z Compiling is-terminal v0.4.17
15142026-03-30T18:05:01.976Z Compiling slog-term v2.9.2
15152026-03-30T18:05:02.173Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15162026-03-30T18:05:02.193Z Compiling tempfile v3.27.0
15172026-03-30T18:05:02.389Z Compiling strum_macros v0.27.2
15182026-03-30T18:05:02.535Z Compiling instant v0.1.13
15192026-03-30T18:05:02.639Z Compiling rustc-hash v2.1.1
15202026-03-30T18:05:02.683Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15212026-03-30T18:05:02.872Z Compiling slog-json v2.6.1
15222026-03-30T18:05:02.926Z Compiling test-strategy v0.4.5
15232026-03-30T18:05:03.123Z Compiling hostname v0.3.1
15242026-03-30T18:05:03.260Z Compiling rustls-native-certs v0.8.3
15252026-03-30T18:05:03.312Z Compiling memmap2 v0.9.10
15262026-03-30T18:05:03.606Z Compiling either v1.15.0
15272026-03-30T18:05:03.812Z Compiling slog-bunyan v2.5.0
15282026-03-30T18:05:03.984Z Compiling parse-display-derive v0.10.0
15292026-03-30T18:05:04.045Z Compiling backon v1.6.0
15302026-03-30T18:05:04.247Z Compiling rustls-webpki v0.102.8
15312026-03-30T18:05:04.275Z Compiling strum v0.27.2
15322026-03-30T18:05:04.356Z Compiling rand_chacha v0.3.1
15332026-03-30T18:05:04.399Z Compiling toml_parser v1.1.0+spec-1.1.0
15342026-03-30T18:05:05.081Z Compiling rand v0.8.5
15352026-03-30T18:05:05.167Z Compiling wait-timeout v0.2.1
15362026-03-30T18:05:05.622Z Compiling utf8parse v0.2.2
15372026-03-30T18:05:05.635Z Compiling rusty-fork v0.3.1
15382026-03-30T18:05:05.718Z Compiling anstyle-parse v1.0.0
15392026-03-30T18:05:05.731Z Compiling toml v0.9.12+spec-1.1.0
15402026-03-30T18:05:05.984Z Compiling serde_with v3.18.0
15412026-03-30T18:05:06.468Z Compiling usdt v0.6.0
15422026-03-30T18:05:06.612Z Compiling tokio-rustls v0.25.0
15432026-03-30T18:05:06.743Z Compiling reqwest v0.12.28
15442026-03-30T18:05:06.835Z Compiling rand_xorshift v0.4.0
15452026-03-30T18:05:06.981Z Compiling sha1 v0.10.6
15462026-03-30T18:05:07.207Z Compiling rustls-pemfile v2.2.0
15472026-03-30T18:05:07.328Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15482026-03-30T18:05:07.403Z Compiling hostname v0.4.2
15492026-03-30T18:05:07.542Z Compiling anstyle-query v1.1.5
15502026-03-30T18:05:07.650Z Compiling anstyle v1.0.14
15512026-03-30T18:05:07.703Z Compiling colorchoice v1.0.5
15522026-03-30T18:05:07.778Z Compiling is_terminal_polyfill v1.70.2
15532026-03-30T18:05:07.815Z Compiling proptest v1.11.0
15542026-03-30T18:05:07.864Z Compiling anstream v1.0.0
15552026-03-30T18:05:08.235Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15562026-03-30T18:05:08.365Z Compiling clap_lex v1.1.0
15572026-03-30T18:05:08.610Z Compiling unicode-width v0.2.2
15582026-03-30T18:05:08.781Z Compiling itertools v0.14.0
15592026-03-30T18:05:08.892Z Compiling iddqd v0.3.17
15602026-03-30T18:05:09.996Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15612026-03-30T18:05:10.010Z Compiling clap_derive v4.6.0
15622026-03-30T18:05:10.070Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15632026-03-30T18:05:10.312Z Compiling terminal_size v0.4.4
15642026-03-30T18:05:10.421Z Compiling toml_datetime v0.6.11
15652026-03-30T18:05:10.676Z Compiling progenitor-client v0.10.0
15662026-03-30T18:05:10.742Z Compiling parse-display v0.10.0
15672026-03-30T18:05:10.790Z Compiling backoff v0.4.0
15682026-03-30T18:05:10.955Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15692026-03-30T18:05:11.073Z Compiling clap_builder v4.6.0
15702026-03-30T18:05:11.873Z Compiling darling_core v0.21.3
15712026-03-30T18:05:11.912Z Compiling zerocopy-derive v0.7.35
15722026-03-30T18:05:12.750Z Compiling clap v4.6.0
15732026-03-30T18:05:12.777Z Compiling zerocopy v0.7.35
15742026-03-30T18:05:12.829Z Compiling crossbeam-epoch v0.9.18
15752026-03-30T18:05:13.340Z Compiling toml_datetime v1.1.0+spec-1.1.0
15762026-03-30T18:05:13.537Z Compiling toml_edit v0.25.8+spec-1.1.0
15772026-03-30T18:05:13.990Z Compiling darling_macro v0.21.3
15782026-03-30T18:05:14.565Z Compiling darling v0.21.3
15792026-03-30T18:05:14.654Z Compiling proc-macro-error-attr v1.0.4
15802026-03-30T18:05:14.664Z Compiling memoffset v0.9.1
15812026-03-30T18:05:14.709Z Compiling heck v0.4.1
15822026-03-30T18:05:14.712Z Compiling tinyvec_macros v0.1.1
15832026-03-30T18:05:14.864Z Compiling convert_case v0.4.0
15842026-03-30T18:05:14.881Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15852026-03-30T18:05:14.903Z Compiling heapless v0.8.0
15862026-03-30T18:05:14.965Z Compiling cfg_aliases v0.2.1
15872026-03-30T18:05:15.035Z Compiling nix v0.31.2
15882026-03-30T18:05:15.133Z Compiling tinyvec v1.11.0
15892026-03-30T18:05:15.155Z Compiling ingot-macros v0.1.1
15902026-03-30T18:05:15.163Z Compiling derive_more v0.99.20
15912026-03-30T18:05:15.356Z Compiling proc-macro-crate v3.5.0
15922026-03-30T18:05:15.768Z Compiling typify-impl v0.6.1
15932026-03-30T18:05:15.839Z Compiling dtrace-parser v0.2.0
15942026-03-30T18:05:16.052Z Compiling secrecy v0.10.3
15952026-03-30T18:05:16.207Z Compiling scroll_derive v0.12.1
15962026-03-30T18:05:16.717Z Compiling hash32 v0.3.1
15972026-03-30T18:05:16.772Z Compiling usdt-impl v0.5.0
15982026-03-30T18:05:16.869Z Compiling proc-macro-error v1.0.4
15992026-03-30T18:05:16.896Z Compiling winnow v0.5.40
16002026-03-30T18:05:17.016Z Compiling smoltcp v0.11.0
16012026-03-30T18:05:17.091Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16022026-03-30T18:05:17.300Z Compiling crucible-workspace-hack v0.1.0
16032026-03-30T18:05:17.429Z Compiling scroll v0.12.0
16042026-03-30T18:05:17.517Z Compiling num_enum_derive v0.7.6
16052026-03-30T18:05:17.853Z Compiling ingot-types v0.1.2
16062026-03-30T18:05:18.274Z Compiling toml_edit v0.19.15
16072026-03-30T18:05:18.420Z Compiling dof v0.3.0
16082026-03-30T18:05:18.579Z Compiling serde_spanned v0.6.9
16092026-03-30T18:05:18.721Z Compiling cobs v0.3.0
16102026-03-30T18:05:18.721Z Compiling foreign-types-macros v0.2.3
16112026-03-30T18:05:18.764Z Compiling thread-id v4.2.2
16122026-03-30T18:05:18.839Z Compiling unsafe-libyaml v0.2.11
16132026-03-30T18:05:18.843Z Compiling cpufeatures v0.3.0
16142026-03-30T18:05:18.917Z Compiling managed v0.8.0
16152026-03-30T18:05:18.920Z Compiling foreign-types-shared v0.3.1
16162026-03-30T18:05:19.015Z Compiling bitflags v1.3.2
16172026-03-30T18:05:19.088Z Compiling toml_write v0.1.2
16182026-03-30T18:05:19.283Z Compiling toml_edit v0.22.27
16192026-03-30T18:05:19.362Z Compiling foreign-types v0.5.0
16202026-03-30T18:05:19.437Z Compiling proc-macro-crate v1.3.1
16212026-03-30T18:05:19.533Z Compiling serde_yaml v0.9.34+deprecated
16222026-03-30T18:05:19.536Z Compiling chacha20 v0.10.0
16232026-03-30T18:05:19.779Z Compiling postcard v1.1.3
16242026-03-30T18:05:20.316Z Compiling num_enum v0.7.6
16252026-03-30T18:05:20.773Z Compiling ingot v0.1.1
16262026-03-30T18:05:20.997Z Compiling goblin v0.8.2
16272026-03-30T18:05:21.717Z Compiling tabwriter v1.4.1
16282026-03-30T18:05:21.956Z Compiling hubpack_derive v0.1.1
16292026-03-30T18:05:22.006Z Compiling typify-macro v0.6.1
16302026-03-30T18:05:22.267Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16312026-03-30T18:05:22.482Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16322026-03-30T18:05:22.583Z Compiling rustc_version v0.4.1
16332026-03-30T18:05:22.599Z Compiling num-integer v0.1.46
16342026-03-30T18:05:22.752Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16352026-03-30T18:05:22.964Z Compiling cstr-argument v0.1.2
16362026-03-30T18:05:23.002Z Compiling float-ord v0.3.2
16372026-03-30T18:05:23.012Z Compiling rayon-core v1.13.0
16382026-03-30T18:05:23.061Z Compiling colored v3.1.1
16392026-03-30T18:05:23.140Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16402026-03-30T18:05:23.150Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16412026-03-30T18:05:23.544Z Compiling curve25519-dalek v4.1.3
16422026-03-30T18:05:23.636Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16432026-03-30T18:05:23.754Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16442026-03-30T18:05:24.083Z Compiling hubpack v0.1.2
16452026-03-30T18:05:24.117Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16462026-03-30T18:05:24.295Z Compiling toml v0.8.23
16472026-03-30T18:05:24.726Z Compiling num_enum_derive v0.5.11
16482026-03-30T18:05:24.858Z Compiling rand v0.10.0
16492026-03-30T18:05:24.982Z Compiling crossbeam-deque v0.8.6
16502026-03-30T18:05:25.216Z Compiling hmac v0.12.1
16512026-03-30T18:05:25.344Z Compiling inout v0.1.4
16522026-03-30T18:05:25.485Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16532026-03-30T18:05:25.514Z Compiling ff v0.13.1
16542026-03-30T18:05:25.814Z Compiling rustix v0.38.44
16552026-03-30T18:05:25.880Z Compiling prettyplease v0.2.37
16562026-03-30T18:05:25.991Z Compiling static_assertions v1.1.0
16572026-03-30T18:05:26.554Z Compiling rustls-webpki v0.103.10
16582026-03-30T18:05:27.000Z Compiling num_enum v0.5.11
16592026-03-30T18:05:27.124Z Compiling group v0.13.0
16602026-03-30T18:05:27.562Z Compiling cipher v0.4.4
16612026-03-30T18:05:27.718Z Compiling hkdf v0.12.4
16622026-03-30T18:05:28.163Z Compiling typify v0.6.1
16632026-03-30T18:05:28.252Z Compiling num-rational v0.4.2
16642026-03-30T18:05:28.255Z Compiling num-iter v0.1.45
16652026-03-30T18:05:28.275Z Compiling usdt-macro v0.5.0
16662026-03-30T18:05:28.381Z Compiling usdt-attr-macro v0.5.0
16672026-03-30T18:05:29.051Z Compiling camino-tempfile v1.4.1
16682026-03-30T18:05:29.219Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16692026-03-30T18:05:29.297Z Compiling thiserror-impl-no-std v2.0.2
16702026-03-30T18:05:30.019Z Compiling tokio-rustls v0.26.4
16712026-03-30T18:05:30.291Z Compiling hyper-rustls v0.27.7
16722026-03-30T18:05:30.360Z Compiling rustls-platform-verifier v0.6.2
16732026-03-30T18:05:30.590Z Compiling reqwest v0.13.2
16742026-03-30T18:05:30.616Z Compiling universal-hash v0.5.1
16752026-03-30T18:05:30.643Z Compiling crypto-bigint v0.5.5
16762026-03-30T18:05:30.746Z Compiling half v2.7.1
16772026-03-30T18:05:31.046Z Compiling curve25519-dalek-derive v0.1.1
16782026-03-30T18:05:31.543Z Compiling enum-as-inner v0.6.1
16792026-03-30T18:05:31.715Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16802026-03-30T18:05:31.769Z Compiling progenitor-client v0.13.0
16812026-03-30T18:05:32.001Z Compiling progenitor-extras v0.1.1
16822026-03-30T18:05:32.115Z Compiling num-complex v0.4.6
16832026-03-30T18:05:32.245Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16842026-03-30T18:05:32.500Z Compiling memmap v0.7.0
16852026-03-30T18:05:32.609Z Compiling opaque-debug v0.3.1
16862026-03-30T18:05:32.679Z Compiling base64ct v1.8.3
16872026-03-30T18:05:32.698Z Compiling base16ct v0.2.0
16882026-03-30T18:05:32.741Z Compiling data-encoding v2.10.0
16892026-03-30T18:05:32.861Z Compiling ciborium-io v0.2.2
16902026-03-30T18:05:32.959Z Compiling ciborium-ll v0.2.2
16912026-03-30T18:05:32.979Z Compiling password-hash v0.5.0
16922026-03-30T18:05:33.195Z Compiling elliptic-curve v0.13.8
16932026-03-30T18:05:33.366Z Compiling poly1305 v0.8.0
16942026-03-30T18:05:33.475Z Compiling usdt v0.5.0
16952026-03-30T18:05:33.636Z Compiling num v0.4.3
16962026-03-30T18:05:33.794Z Compiling thiserror-no-std v2.0.2
16972026-03-30T18:05:33.874Z Compiling progenitor-impl v0.13.0
16982026-03-30T18:05:33.885Z Compiling rayon v1.11.0
16992026-03-30T18:05:34.874Z Compiling chacha20 v0.9.1
17002026-03-30T18:05:34.922Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17012026-03-30T18:05:35.094Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17022026-03-30T18:05:35.645Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
17032026-03-30T18:05:35.919Z Compiling zone_cfg_derive v0.3.1
17042026-03-30T18:05:36.002Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17052026-03-30T18:05:36.139Z Compiling itertools v0.12.1
17062026-03-30T18:05:36.167Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17072026-03-30T18:05:36.363Z Compiling blake2 v0.10.6
17082026-03-30T18:05:36.367Z Compiling byte-wrapper v0.1.0
17092026-03-30T18:05:36.445Z Compiling aead v0.5.2
17102026-03-30T18:05:36.575Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17112026-03-30T18:05:36.735Z Compiling num-derive v0.4.2
17122026-03-30T18:05:36.820Z Compiling sigpipe v0.1.3
17132026-03-30T18:05:36.887Z Compiling glob v0.3.3
17142026-03-30T18:05:36.906Z Compiling bytecount v0.6.9
17152026-03-30T18:05:36.973Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17162026-03-30T18:05:37.043Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17172026-03-30T18:05:37.259Z Compiling pkg-config v0.3.32
17182026-03-30T18:05:37.326Z Compiling vcpkg v0.2.15
17192026-03-30T18:05:37.373Z Compiling jiff v0.2.23
17202026-03-30T18:05:37.444Z Compiling keccak v0.1.6
17212026-03-30T18:05:37.508Z Compiling progenitor-macro v0.13.0
17222026-03-30T18:05:37.673Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17232026-03-30T18:05:37.684Z Compiling sha3 v0.10.8
17242026-03-30T18:05:37.721Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17252026-03-30T18:05:37.891Z Compiling openssl-sys v0.9.112
17262026-03-30T18:05:37.995Z Compiling zone v0.3.1
17272026-03-30T18:05:38.461Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17282026-03-30T18:05:38.686Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17292026-03-30T18:05:38.854Z Compiling argon2 v0.5.3
17302026-03-30T18:05:39.399Z Compiling chacha20poly1305 v0.10.1
17312026-03-30T18:05:39.508Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17322026-03-30T18:05:39.527Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17332026-03-30T18:05:40.185Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17342026-03-30T18:05:40.604Z Compiling vsss-rs v3.3.4
17352026-03-30T18:05:40.677Z Compiling ciborium v0.2.2
17362026-03-30T18:05:40.948Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17372026-03-30T18:05:41.067Z Compiling smf v0.2.3
17382026-03-30T18:05:41.119Z Compiling semver v0.1.20
17392026-03-30T18:05:41.260Z Compiling lazy_static v1.5.0
17402026-03-30T18:05:41.361Z Compiling linked-hash-map v0.5.6
17412026-03-30T18:05:41.372Z Compiling indent_write v2.2.0
17422026-03-30T18:05:41.503Z Compiling whoami v1.6.1
17432026-03-30T18:05:41.542Z Compiling resolv-conf v0.7.6
17442026-03-30T18:05:41.669Z Compiling lru-cache v0.1.2
17452026-03-30T18:05:41.796Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17462026-03-30T18:05:41.917Z Compiling rustc_version v0.1.7
17472026-03-30T18:05:41.932Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17482026-03-30T18:05:42.027Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17492026-03-30T18:05:42.275Z Compiling hickory-proto v0.24.4
17502026-03-30T18:05:42.297Z Compiling serde-big-array v0.5.1
17512026-03-30T18:05:42.438Z Compiling serde_repr v0.1.20
17522026-03-30T18:05:42.736Z Compiling progenitor v0.13.0
17532026-03-30T18:05:42.876Z Compiling derive-where v1.6.1
17542026-03-30T18:05:43.018Z Compiling pin-project-internal v1.1.11
17552026-03-30T18:05:43.691Z Compiling unicode-segmentation v1.13.1
17562026-03-30T18:05:44.126Z Compiling siphasher v1.0.2
17572026-03-30T18:05:44.168Z Compiling swrite v0.1.0
17582026-03-30T18:05:44.231Z Compiling minimal-lexical v0.2.1
17592026-03-30T18:05:44.242Z Compiling pin-project v1.1.11
17602026-03-30T18:05:44.258Z Compiling hickory-resolver v0.24.4
17612026-03-30T18:05:44.324Z Compiling phf_shared v0.12.1
17622026-03-30T18:05:44.340Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17632026-03-30T18:05:44.500Z Compiling nom v7.1.3
17642026-03-30T18:05:44.511Z Compiling newline-converter v0.3.0
17652026-03-30T18:05:44.628Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17662026-03-30T18:05:44.964Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17672026-03-30T18:05:45.643Z Compiling newtype_derive v0.1.6
17682026-03-30T18:05:45.859Z Compiling atomicwrites v0.4.4
17692026-03-30T18:05:45.882Z Compiling unicode-normalization v0.1.25
17702026-03-30T18:05:46.057Z Compiling snafu-derive v0.8.9
17712026-03-30T18:05:46.324Z Compiling console v0.15.11
17722026-03-30T18:05:46.349Z Compiling tokio-stream v0.1.18
17732026-03-30T18:05:46.692Z Compiling async-recursion v1.1.1
17742026-03-30T18:05:46.804Z Compiling slog-dtrace v0.3.0
17752026-03-30T18:05:46.897Z Compiling csv-core v0.1.13
17762026-03-30T18:05:46.991Z Compiling bstr v1.12.1
17772026-03-30T18:05:47.029Z Compiling chrono-tz v0.10.4
17782026-03-30T18:05:47.163Z Compiling foldhash v0.1.5
17792026-03-30T18:05:47.241Z Compiling owo-colors v4.3.0
17802026-03-30T18:05:47.272Z Compiling foreign-types-shared v0.1.1
17812026-03-30T18:05:47.340Z Compiling cancel-safe-futures v0.1.5
17822026-03-30T18:05:47.357Z Compiling unicode-xid v0.2.6
17832026-03-30T18:05:47.370Z Compiling highway v1.3.0
17842026-03-30T18:05:47.474Z Compiling unicode-width v0.1.14
17852026-03-30T18:05:47.487Z Compiling openssl v0.10.76
17862026-03-30T18:05:47.564Z Compiling similar v2.7.0
17872026-03-30T18:05:47.574Z Compiling same-file v1.0.6
17882026-03-30T18:05:47.745Z Compiling walkdir v2.5.0
17892026-03-30T18:05:47.745Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17902026-03-30T18:05:47.774Z Compiling snafu v0.8.9
17912026-03-30T18:05:47.798Z Compiling const_format_proc_macros v0.2.34
17922026-03-30T18:05:47.801Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17932026-03-30T18:05:47.828Z Compiling globset v0.4.18
17942026-03-30T18:05:48.096Z Compiling expectorate v1.2.0
17952026-03-30T18:05:48.212Z Compiling foreign-types v0.3.2
17962026-03-30T18:05:48.248Z Compiling hashbrown v0.15.5
17972026-03-30T18:05:48.299Z Compiling csv v1.4.0
17982026-03-30T18:05:48.619Z Compiling qorb v0.4.1
17992026-03-30T18:05:48.727Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18002026-03-30T18:05:48.779Z Compiling olpc-cjson v0.1.4
18012026-03-30T18:05:48.908Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18022026-03-30T18:05:48.947Z Compiling phf v0.12.1
18032026-03-30T18:05:49.462Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18042026-03-30T18:05:49.624Z Compiling tokio-dtrace v0.1.1
18052026-03-30T18:05:49.691Z Compiling num-derive v0.3.3
18062026-03-30T18:05:49.893Z Compiling typify-impl v0.4.3
18072026-03-30T18:05:50.059Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18082026-03-30T18:05:50.344Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18092026-03-30T18:05:50.392Z Compiling libsw-core v0.3.2
18102026-03-30T18:05:50.438Z Compiling serde_plain v1.0.2
18112026-03-30T18:05:50.557Z Compiling openssl-macros v0.1.1
18122026-03-30T18:05:50.607Z Compiling pem v3.0.6
18132026-03-30T18:05:50.642Z Compiling cookie v0.18.1
18142026-03-30T18:05:50.857Z Compiling typed-path v0.9.3
18152026-03-30T18:05:50.873Z Compiling fixedbitset v0.4.2
18162026-03-30T18:05:50.914Z Compiling fixedbitset v0.5.7
18172026-03-30T18:05:51.039Z Compiling petgraph v0.6.5
18182026-03-30T18:05:51.104Z Compiling petgraph v0.8.3
18192026-03-30T18:05:51.247Z Compiling libscf-sys v1.1.0
18202026-03-30T18:05:51.389Z Compiling libsw v3.5.0
18212026-03-30T18:05:51.562Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18222026-03-30T18:05:52.181Z Compiling tough v0.20.0
18232026-03-30T18:05:52.522Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18242026-03-30T18:05:52.834Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18252026-03-30T18:05:54.147Z Compiling oxide-tokio-rt v0.1.3
18262026-03-30T18:05:54.221Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-30T18:05:54.546Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18282026-03-30T18:05:55.433Z Compiling const_format v0.2.35
18292026-03-30T18:05:55.934Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18302026-03-30T18:05:56.152Z Compiling typify-macro v0.4.3
18312026-03-30T18:05:56.325Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18322026-03-30T18:05:56.388Z Compiling papergrid v0.11.0
18332026-03-30T18:05:56.553Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18342026-03-30T18:05:56.663Z Compiling gethostname v0.5.0
18352026-03-30T18:05:56.677Z Compiling tabled_derive v0.7.0
18362026-03-30T18:05:56.785Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18372026-03-30T18:05:56.926Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18382026-03-30T18:05:57.498Z Compiling bcs v0.1.6
18392026-03-30T18:05:57.629Z Compiling linear-map v1.2.0
18402026-03-30T18:05:57.816Z Compiling smawk v0.3.2
18412026-03-30T18:05:57.820Z Compiling unicode-linebreak v0.1.5
18422026-03-30T18:05:57.878Z Compiling tagptr v0.2.0
18432026-03-30T18:05:57.929Z Compiling termtree v0.5.1
18442026-03-30T18:05:57.952Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-30T18:05:58.027Z Compiling textwrap v0.16.2
18462026-03-30T18:05:58.074Z Compiling moka v0.12.15
18472026-03-30T18:05:58.183Z Compiling tabled v0.15.0
18482026-03-30T18:05:58.183Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18492026-03-30T18:05:58.240Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18502026-03-30T18:05:58.273Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18512026-03-30T18:05:58.428Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18522026-03-30T18:05:58.925Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18532026-03-30T18:05:58.962Z Compiling steno v0.4.1
18542026-03-30T18:05:59.669Z Compiling hickory-proto v0.25.2
18552026-03-30T18:05:59.736Z Compiling humantime v2.3.0
18562026-03-30T18:06:00.024Z Compiling proc-macro-error-attr2 v2.0.0
18572026-03-30T18:06:00.468Z Compiling parking_lot_core v0.8.6
18582026-03-30T18:06:00.753Z Compiling proc-macro-error2 v2.0.1
18592026-03-30T18:06:00.937Z Compiling typify v0.4.3
18602026-03-30T18:06:01.035Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18612026-03-30T18:06:01.209Z Compiling crc32fast v1.5.0
18622026-03-30T18:06:01.273Z Compiling tabled_derive v0.11.0
18632026-03-30T18:06:01.306Z Compiling progenitor-impl v0.11.2
18642026-03-30T18:06:01.546Z Compiling hickory-resolver v0.25.2
18652026-03-30T18:06:02.369Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18662026-03-30T18:06:02.502Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18672026-03-30T18:06:03.007Z Compiling papergrid v0.17.0
18682026-03-30T18:06:03.168Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18692026-03-30T18:06:03.815Z Compiling testing_table v0.3.0
18702026-03-30T18:06:03.994Z Compiling arc-swap v1.9.0
18712026-03-30T18:06:04.176Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18722026-03-30T18:06:04.318Z Compiling slog-scope v4.4.1
18732026-03-30T18:06:04.465Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18742026-03-30T18:06:04.595Z Compiling tabled v0.20.0
18752026-03-30T18:06:04.919Z Compiling progenitor-macro v0.11.2
18762026-03-30T18:06:05.074Z Compiling parking_lot v0.11.2
18772026-03-30T18:06:05.490Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18782026-03-30T18:06:05.643Z Compiling progenitor-client v0.11.2
18792026-03-30T18:06:05.885Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18802026-03-30T18:06:05.929Z Compiling fxhash v0.2.1
18812026-03-30T18:06:06.021Z Compiling internet-checksum v0.2.1
18822026-03-30T18:06:06.064Z Compiling sled v0.34.7
18832026-03-30T18:06:06.154Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18842026-03-30T18:06:07.329Z Compiling slog-stdlog v4.1.1
18852026-03-30T18:06:07.361Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18862026-03-30T18:06:07.385Z Compiling crc8 v0.1.1
18872026-03-30T18:06:07.502Z Compiling slog-envlogger v2.2.0
18882026-03-30T18:06:07.554Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
18892026-03-30T18:06:07.844Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
18902026-03-30T18:06:08.214Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18912026-03-30T18:06:09.942Z Compiling progenitor v0.11.2
18922026-03-30T18:06:10.030Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18932026-03-30T18:06:15.658Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18942026-03-30T18:06:17.276Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18952026-03-30T18:06:18.384Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18962026-03-30T18:06:19.489Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18972026-03-30T18:06:20.242Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18982026-03-30T18:06:21.686Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
18992026-03-30T18:06:45.130Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
19002026-03-30T18:06:45.306Z────────────
19012026-03-30T18:06:45.306Z Nextest run ID a4393761-ce9a-4887-a2fb-258ba519022c with nextest profile: default
19022026-03-30T18:06:45.306Z Starting 7 tests across 1 binary
19032026-03-30T18:06:45.317Z PASS [ 0.010s] mg-lower dendrite::test_tfport_parser
19042026-03-30T18:06:45.321Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
19052026-03-30T18:06:45.321Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
19062026-03-30T18:06:45.321Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_idempotent
19072026-03-30T18:06:45.321Z PASS [ 0.013s] mg-lower test::sync_prefix_test
19082026-03-30T18:06:45.321Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19092026-03-30T18:06:45.321Z PASS [ 0.013s] mg-lower test::sync_link_down_test
19102026-03-30T18:06:45.321Z────────────
19112026-03-30T18:06:45.321Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19122026-03-30T18:06:45.333Zprocess exited: duration 302612 ms, exit code 0
 
19132026-03-30T18:06:45.343Zfound 0 output files