01KS31F1PKNGD03HE3N0EKC6W2: test-mg-lower

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

Buildomat Job: 01KS31FKT9FSMW7MCQ5DK1ERT4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T15:55:22.527Zjob assigned to worker 01KS31GVZ0MTAWCFJNFKA1EQSG [factory aws, i-02e0b0b9222bbee97] (queued for 1 m 36 s)
 
22026-05-20T15:55:29.111Zstarting task 0: "setup"
32026-05-20T15:55:29.118Z++ uname -s
42026-05-20T15:55:29.121Z+ kern=SunOS
52026-05-20T15:55:29.121Z+ build_user=build
62026-05-20T15:55:29.121Z+ build_uid=12345
72026-05-20T15:55:29.121Z+ work_dir=/work
82026-05-20T15:55:29.121Z+ input_dir=/input
92026-05-20T15:55:29.121Z+ [[ 0 == 12345 ]]
102026-05-20T15:55:29.121Z+ case "$kern" in
112026-05-20T15:55:29.121Z+ groupadd -g 12345 build
122026-05-20T15:55:29.124Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T15:55:31.127Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T15:55:31.241Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T15:55:31.244Z+ home_fs=zfs
162026-05-20T15:55:31.244Z+ [[ zfs == autofs ]]
172026-05-20T15:55:31.244Z+ mkdir -p /home/build
182026-05-20T15:55:31.244Z+ chown build:build /home/build /work
192026-05-20T15:55:33.246Z+ chmod 0700 /home/build /work
202026-05-20T15:55:33.249Zprocess exited: duration 4137 ms, exit code 0
 
212026-05-20T15:55:33.255Zstarting task 1: "rust-toolchain"
222026-05-20T15:55:33.260Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T15:55:33.260Z * rust toolchain channel = "stable"
242026-05-20T15:55:33.260Z * rust toolchain profile = "default"
252026-05-20T15:55:33.260Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T15:55:33.263Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T15:55:33.263Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T15:55:33.263Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T15:55:33.263Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T15:55:33.368Zinfo: downloading installer
312026-05-20T15:55:34.762Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T15:55:34.762Zwarn: /opt/ooce/bin
332026-05-20T15:55:34.762Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T15:55:34.762Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T15:55:34.762Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T15:55:34.763Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T15:55:34.763Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T15:55:34.763Zerror: cannot install while Rust is installed
392026-05-20T15:55:34.763Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T15:55:34.766Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T15:55:34.766Zwarn: /home/build/.rustup/settings.toml
422026-05-20T15:55:34.766Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T15:55:34.766Zwarn: instead of the one inferred from the default host triple.
442026-05-20T15:55:34.776Zinfo: profile set to default
452026-05-20T15:55:34.776Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T15:55:34.779Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T15:55:34.913Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T15:55:34.916Zinfo: downloading 6 components
492026-05-20T15:55:51.036Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T15:55:51.036Z
512026-05-20T15:55:51.063Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T15:55:51.063Z
532026-05-20T15:55:51.063Z
542026-05-20T15:55:51.063ZRust is installed now. Great!
552026-05-20T15:55:51.063Z
562026-05-20T15:55:51.063ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T15:55:51.063Zenvironment variable. This has not been done automatically.
582026-05-20T15:55:51.063Z
592026-05-20T15:55:51.063ZTo configure your current shell, you need to source
602026-05-20T15:55:51.063Zthe corresponding env file under $HOME/.cargo.
612026-05-20T15:55:51.063Z
622026-05-20T15:55:51.063ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T15:55:51.063Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T15:55:51.063Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T15:55:51.063Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T15:55:51.063Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T15:55:51.063Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T15:55:51.063Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T15:55:51.067Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T15:55:51.067Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T15:55:51.164Z+ rustup --version
722026-05-20T15:55:51.173Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T15:55:51.176Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T15:55:51.195Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T15:55:51.198Z+ cargo --version
762026-05-20T15:55:51.211Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T15:55:51.214Z+ rustc --version
782026-05-20T15:55:51.232Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T15:55:51.235Zprocess exited: duration 17978 ms, exit code 0
 
802026-05-20T15:55:51.241Zstarting task 2: "authentication"
812026-05-20T15:55:51.258Zprocess exited: duration 16 ms, exit code 0
 
822026-05-20T15:55:51.264Zstarting task 3: "clone repository"
832026-05-20T15:55:51.267Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T15:55:51.271Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T15:55:51.301ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T15:55:52.401Z+ cd /work/oxidecomputer/maghemite
872026-05-20T15:55:52.401Z+ git fetch origin 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
882026-05-20T15:55:52.677ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T15:55:52.677Z * branch 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c -> FETCH_HEAD
902026-05-20T15:55:52.682Z+ [[ -n zl/mrib ]]
912026-05-20T15:55:52.685Z++ git branch --show-current
922026-05-20T15:55:52.685Z+ current=main
932026-05-20T15:55:52.685Z+ [[ main != zl/mrib ]]
942026-05-20T15:55:52.685Z+ git branch -f zl/mrib 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
952026-05-20T15:55:52.688Z+ git checkout -f zl/mrib
962026-05-20T15:55:52.706ZSwitched to branch 'zl/mrib'
972026-05-20T15:55:52.708Z+ git reset --hard 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
982026-05-20T15:55:52.724ZHEAD is now at 004e5cd [merge] merge main again (cleanup, lock maint, happy maps)
992026-05-20T15:55:52.728Zprocess exited: duration 1459 ms, exit code 0
 
1002026-05-20T15:55:52.734Zstarting task 4: "build"
1012026-05-20T15:55:52.738Z+ set -e
1022026-05-20T15:55:52.738Z+ source .github/buildomat/test-common.sh
1032026-05-20T15:55:52.741Z++ NEXTEST_VERSION=0.9.97
1042026-05-20T15:55:52.741Z++ PLATFORM=illumos
1052026-05-20T15:55:52.742Z++ banner install
1062026-05-20T15:55:52.742Z
1072026-05-20T15:55:52.742Z # # # #### ##### ## # #
1082026-05-20T15:55:52.742Z # ## # # # # # # #
1092026-05-20T15:55:52.742Z # # # # #### # # # # #
1102026-05-20T15:55:52.742Z # # # # # # ###### # #
1112026-05-20T15:55:52.742Z # # ## # # # # # # #
1122026-05-20T15:55:52.742Z # # # #### # # # ###### ######
1132026-05-20T15:55:52.742Z
1142026-05-20T15:55:52.742Z++ set +o errexit
1152026-05-20T15:55:52.742Z++ pkg info clang-15
1162026-05-20T15:55:52.745Z++ grep -qi installed
1172026-05-20T15:55:53.924Zpkg: info: no packages matching the following patterns you specified are
1182026-05-20T15:55:53.924Zinstalled on the system. Try querying remotely instead:
1192026-05-20T15:55:53.924Z
1202026-05-20T15:55:53.924Z clang-15
1212026-05-20T15:55:53.968Z++ [[ 1 != 0 ]]
1222026-05-20T15:55:53.968Z++ set -o errexit
1232026-05-20T15:55:53.979Z++ pfexec pkg install clang-15
1242026-05-20T15:56:01.771Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-20T15:56:09.411Z Startup: Caching catalogs ... Done
1262026-05-20T15:56:16.695ZPlanning: Solver setup ... Done
1272026-05-20T15:56:16.805ZPlanning: Running solver ... Done
1282026-05-20T15:56:16.875ZPlanning: Finding local manifests ... Done
1292026-05-20T15:56:16.888ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-20T15:56:16.983ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-20T15:56:17.017ZPlanning: Package planning ... Done
1322026-05-20T15:56:17.038ZPlanning: Merging actions ... Done
1332026-05-20T15:56:17.145ZPlanning: Checking for conflicting actions ... Done
1342026-05-20T15:56:17.152ZPlanning: Consolidating action changes ... Done
1352026-05-20T15:56:17.931ZPlanning: Evaluating mediators ... Done
1362026-05-20T15:56:17.935ZPlanning: Planning completed in 8.36 seconds
1372026-05-20T15:56:17.947Z Packages to install: 2
1382026-05-20T15:56:17.950Z Mediators to change: 2
1392026-05-20T15:56:17.950Z Services to change: 1
1402026-05-20T15:56:17.950Z Create boot environment: No
1412026-05-20T15:56:17.950ZCreate backup boot environment: No
1422026-05-20T15:56:17.990Z
1432026-05-20T15:56:17.990ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-20T15:56:22.993ZDownload: 688/3076 items 17.6/211.3MB 8% complete (3.6M/s)
1452026-05-20T15:56:30.503ZDownload: 980/3076 items 82.2/211.3MB 38% complete (11.6M/s)
1462026-05-20T15:56:36.716ZDownload: 2000/3076 items 115.8/211.3MB 54% complete (9.5M/s)
1472026-05-20T15:56:40.301ZDownload: Completed 211.31 MB in 22.31 seconds (9.5M/s)
1482026-05-20T15:56:40.540Z Actions: 1/3418 actions (Installing new actions)
1492026-05-20T15:56:43.674Z Actions: Completed 3418 actions in 3.13 seconds.
1502026-05-20T15:56:44.306Z Done
1512026-05-20T15:56:44.306Z Done
1522026-05-20T15:56:45.044Z Done
1532026-05-20T15:56:48.384Z Done
1542026-05-20T15:56:48.454Z Done
1552026-05-20T15:56:48.457Z Done
1562026-05-20T15:56:48.738Z Done
1572026-05-20T15:56:49.406Z++ set -o errexit
1582026-05-20T15:56:49.406Z++ cargo --version
1592026-05-20T15:56:49.412Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1602026-05-20T15:56:49.559Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1612026-05-20T15:56:49.562Zinfo: downloading 6 components
1622026-05-20T15:57:03.647Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1632026-05-20T15:57:03.650Z++ rustc --version
1642026-05-20T15:57:03.676Zrustc 1.95.0 (59807616e 2026-04-14)
1652026-05-20T15:57:03.680Z++ cargo install cargo-nextest --version 0.9.97
1662026-05-20T15:57:03.722Z Updating crates.io index
1672026-05-20T15:57:03.822Z Downloading crates ...
1682026-05-20T15:57:03.890Z Downloaded cargo-nextest v0.9.97
1692026-05-20T15:57:03.952Z Installing cargo-nextest v0.9.97
1702026-05-20T15:57:03.992Z Updating crates.io index
1712026-05-20T15:57:06.550Z Locking 404 packages to latest compatible versions
1722026-05-20T15:57:06.554Z Adding dialoguer v0.11.0 (available: v0.12.0)
1732026-05-20T15:57:06.557Z Adding duct v0.13.7 (available: v1.1.1)
1742026-05-20T15:57:06.557Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1752026-05-20T15:57:06.557Z Adding generic-array v0.14.7 (available: v0.14.9)
1762026-05-20T15:57:06.560Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1772026-05-20T15:57:06.560Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1782026-05-20T15:57:06.560Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1792026-05-20T15:57:06.563Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1802026-05-20T15:57:06.566Z Adding quick-junit v0.5.2 (available: v0.6.0)
1812026-05-20T15:57:06.586Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1822026-05-20T15:57:06.596Z Downloading crates ...
1832026-05-20T15:57:06.667Z Downloaded atomic-waker v1.1.2
1842026-05-20T15:57:06.673Z Downloaded backtrace-ext v0.2.1
1852026-05-20T15:57:06.676Z Downloaded block-buffer v0.10.4
1862026-05-20T15:57:06.676Z Downloaded autocfg v1.5.0
1872026-05-20T15:57:06.679Z Downloaded borsh v1.6.1
1882026-05-20T15:57:06.683Z Downloaded home v0.5.12
1892026-05-20T15:57:06.686Z Downloaded pkg-config v0.3.33
1902026-05-20T15:57:06.686Z Downloaded addr2line v0.25.1
1912026-05-20T15:57:06.690Z Downloaded bitflags v2.11.1
1922026-05-20T15:57:06.693Z Downloaded async-scoped v0.9.0
1932026-05-20T15:57:06.696Z Downloaded base64 v0.22.1
1942026-05-20T15:57:06.700Z Downloaded scopeguard v1.2.0
1952026-05-20T15:57:06.700Z Downloaded itoa v1.0.18
1962026-05-20T15:57:06.703Z Downloaded semver v1.0.28
1972026-05-20T15:57:06.703Z Downloaded quinn v0.11.9
1982026-05-20T15:57:06.706Z Downloaded miette v7.6.0
1992026-05-20T15:57:06.709Z Downloaded form_urlencoded v1.2.2
2002026-05-20T15:57:06.712Z Downloaded config v0.15.23
2012026-05-20T15:57:06.715Z Downloaded percent-encoding v2.3.2
2022026-05-20T15:57:06.715Z Downloaded pathdiff v0.2.3
2032026-05-20T15:57:06.715Z Downloaded iana-time-zone v0.1.65
2042026-05-20T15:57:06.718Z Downloaded jobserver v0.1.34
2052026-05-20T15:57:06.723Z Downloaded hyper-rustls v0.27.9
2062026-05-20T15:57:06.723Z Downloaded getrandom v0.2.17
2072026-05-20T15:57:06.727Z Downloaded openssl-macros v0.1.1
2082026-05-20T15:57:06.727Z Downloaded filetime v0.2.29
2092026-05-20T15:57:06.727Z Downloaded color-spantrace v0.3.0
2102026-05-20T15:57:06.727Z Downloaded cargo-util-schemas v0.2.0
2112026-05-20T15:57:06.731Z Downloaded crc32fast v1.5.0
2122026-05-20T15:57:06.731Z Downloaded nextest-workspace-hack v0.1.0
2132026-05-20T15:57:06.731Z Downloaded atomicwrites v0.4.4
2142026-05-20T15:57:06.734Z Downloaded http-body-util v0.1.3
2152026-05-20T15:57:06.734Z Downloaded humantime v2.3.0
2162026-05-20T15:57:06.734Z Downloaded futures-io v0.3.32
2172026-05-20T15:57:06.737Z Downloaded hex v0.4.3
2182026-05-20T15:57:06.737Z Downloaded foreign-types-shared v0.1.1
2192026-05-20T15:57:06.737Z Downloaded clap_lex v1.1.0
2202026-05-20T15:57:06.741Z Downloaded eyre v0.6.12
2212026-05-20T15:57:06.741Z Downloaded errno v0.3.14
2222026-05-20T15:57:06.745Z Downloaded equivalent v1.0.2
2232026-05-20T15:57:06.745Z Downloaded debug-ignore v1.0.5
2242026-05-20T15:57:06.745Z Downloaded anstyle v1.0.14
2252026-05-20T15:57:06.748Z Downloaded mukti-metadata v0.3.0
2262026-05-20T15:57:06.748Z Downloaded lock_api v0.4.14
2272026-05-20T15:57:06.748Z Downloaded backtrace v0.3.76
2282026-05-20T15:57:06.755Z Downloaded number_prefix v0.4.0
2292026-05-20T15:57:06.760Z Downloaded http-body v1.0.1
2302026-05-20T15:57:06.760Z Downloaded guppy-workspace-hack v0.1.0
2312026-05-20T15:57:06.760Z Downloaded futures-macro v0.3.32
2322026-05-20T15:57:06.760Z Downloaded ahash v0.8.12
2332026-05-20T15:57:06.760Z Downloaded duct v0.13.7
2342026-05-20T15:57:06.760Z Downloaded digest v0.10.7
2352026-05-20T15:57:06.760Z Downloaded nested v0.1.1
2362026-05-20T15:57:06.763Z Downloaded serde-value v0.7.0
2372026-05-20T15:57:06.763Z Downloaded os_pipe v1.2.3
2382026-05-20T15:57:06.766Z Downloaded cfg-if v1.0.4
2392026-05-20T15:57:06.766Z Downloaded newtype-uuid v1.3.2
2402026-05-20T15:57:06.769Z Downloaded rand_core v0.6.4
2412026-05-20T15:57:06.769Z Downloaded ipnet v2.12.0
2422026-05-20T15:57:06.772Z Downloaded serde_spanned v1.1.1
2432026-05-20T15:57:06.772Z Downloaded fnv v1.0.7
2442026-05-20T15:57:06.775Z Downloaded curve25519-dalek-derive v0.1.1
2452026-05-20T15:57:06.775Z Downloaded quick-junit v0.5.2
2462026-05-20T15:57:06.777Z Downloaded is_ci v1.2.0
2472026-05-20T15:57:06.777Z Downloaded sigchld v0.2.4
2482026-05-20T15:57:06.780Z Downloaded document-features v0.2.12
2492026-05-20T15:57:06.780Z Downloaded anstyle-query v1.1.5
2502026-05-20T15:57:06.780Z Downloaded serde_urlencoded v0.7.1
2512026-05-20T15:57:06.783Z Downloaded rustc-hash v2.1.2
2522026-05-20T15:57:06.783Z Downloaded futures-task v0.3.32
2532026-05-20T15:57:06.786Z Downloaded cargo-platform v0.3.3
2542026-05-20T15:57:06.786Z Downloaded openssl-probe v0.2.1
2552026-05-20T15:57:06.786Z Downloaded cfg_aliases v0.2.1
2562026-05-20T15:57:06.788Z Downloaded ordered-float v2.10.1
2572026-05-20T15:57:06.789Z Downloaded enable-ansi-support v0.2.1
2582026-05-20T15:57:06.789Z Downloaded lru-slab v0.1.2
2592026-05-20T15:57:06.793Z Downloaded generic-array v0.14.7
2602026-05-20T15:57:06.793Z Downloaded heck v0.5.0
2612026-05-20T15:57:06.800Z Downloaded erased-serde v0.4.10
2622026-05-20T15:57:06.800Z Downloaded either v1.15.0
2632026-05-20T15:57:06.800Z Downloaded convert_case v0.10.0
2642026-05-20T15:57:06.802Z Downloaded camino-tempfile v1.4.1
2652026-05-20T15:57:06.803Z Downloaded shell-words v1.1.1
2662026-05-20T15:57:06.803Z Downloaded adler2 v2.0.1
2672026-05-20T15:57:06.809Z Downloaded signal-hook-mio v0.2.5
2682026-05-20T15:57:06.809Z Downloaded cargo-platform v0.2.0
2692026-05-20T15:57:06.814Z Downloaded foreign-types v0.3.2
2702026-05-20T15:57:06.814Z Downloaded future-queue v0.4.0
2712026-05-20T15:57:06.817Z Downloaded dialoguer v0.11.0
2722026-05-20T15:57:06.817Z Downloaded idna_adapter v1.0.0
2732026-05-20T15:57:06.819Z Downloaded cargo_metadata v0.20.0
2742026-05-20T15:57:06.819Z Downloaded futures-core v0.3.32
2752026-05-20T15:57:06.822Z Downloaded derive_more-impl v2.1.1
2762026-05-20T15:57:06.825Z Downloaded subtle v2.6.1
2772026-05-20T15:57:06.825Z Downloaded crypto-common v0.1.7
2782026-05-20T15:57:06.825Z Downloaded indenter v0.3.4
2792026-05-20T15:57:06.825Z Downloaded lazy_static v1.5.0
2802026-05-20T15:57:06.828Z Downloaded is_terminal_polyfill v1.70.2
2812026-05-20T15:57:06.828Z Downloaded colorchoice v1.0.5
2822026-05-20T15:57:06.831Z Downloaded sync_wrapper v1.0.2
2832026-05-20T15:57:06.831Z Downloaded supports-unicode v3.0.0
2842026-05-20T15:57:06.835Z Downloaded serde_ignored v0.1.14
2852026-05-20T15:57:06.838Z Downloaded serde_spanned v0.6.9
2862026-05-20T15:57:06.838Z Downloaded swrite v0.1.0
2872026-05-20T15:57:06.841Z Downloaded rustc_version v0.4.1
2882026-05-20T15:57:06.841Z Downloaded humantime-serde v1.1.1
2892026-05-20T15:57:06.844Z Downloaded supports-color v3.0.2
2902026-05-20T15:57:06.844Z Downloaded strsim v0.11.1
2912026-05-20T15:57:06.844Z Downloaded anstyle-parse v1.0.0
2922026-05-20T15:57:06.847Z Downloaded strip-ansi-escapes v0.2.1
2932026-05-20T15:57:06.847Z Downloaded base64ct v1.8.3
2942026-05-20T15:57:06.850Z Downloaded supports-hyperlinks v3.2.0
2952026-05-20T15:57:06.850Z Downloaded shared_child v1.1.1
2962026-05-20T15:57:06.850Z Downloaded hyper-tls v0.6.0
2972026-05-20T15:57:06.853Z Downloaded cpufeatures v0.2.17
2982026-05-20T15:57:06.856Z Downloaded fixedbitset v0.5.7
2992026-05-20T15:57:06.856Z Downloaded rand_core v0.9.5
3002026-05-20T15:57:06.859Z Downloaded miette-derive v7.6.0
3012026-05-20T15:57:06.859Z Downloaded nextest-metadata v0.12.2
3022026-05-20T15:57:06.859Z Downloaded miniz_oxide v0.8.9
3032026-05-20T15:57:06.862Z Downloaded simd-adler32 v0.3.9
3042026-05-20T15:57:06.862Z Downloaded find-msvc-tools v0.1.9
3052026-05-20T15:57:06.865Z Downloaded native-tls v0.2.18
3062026-05-20T15:57:06.865Z Downloaded serde-untagged v0.1.9
3072026-05-20T15:57:06.865Z Downloaded futures-sink v0.3.32
3082026-05-20T15:57:06.868Z Downloaded const-oid v0.9.6
3092026-05-20T15:57:06.868Z Downloaded futures-executor v0.3.32
3102026-05-20T15:57:06.871Z Downloaded rustc-demangle v0.1.27
3112026-05-20T15:57:06.871Z Downloaded quote v1.0.45
3122026-05-20T15:57:06.875Z Downloaded cargo_metadata v0.23.1
3132026-05-20T15:57:06.878Z Downloaded tinyvec_macros v0.1.1
3142026-05-20T15:57:06.878Z Downloaded tokio-macros v2.7.0
3152026-05-20T15:57:06.881Z Downloaded getrandom v0.4.2
3162026-05-20T15:57:06.885Z Downloaded toml_datetime v0.6.11
3172026-05-20T15:57:06.885Z Downloaded try-lock v0.2.5
3182026-05-20T15:57:06.888Z Downloaded tower-service v0.3.3
3192026-05-20T15:57:06.888Z Downloaded tower-layer v0.3.3
3202026-05-20T15:57:06.888Z Downloaded toml_write v0.1.2
3212026-05-20T15:57:06.891Z Downloaded spki v0.7.3
3222026-05-20T15:57:06.891Z Downloaded signature v2.2.0
3232026-05-20T15:57:06.894Z Downloaded serde_path_to_error v0.1.20
3242026-05-20T15:57:06.894Z Downloaded terminal_size v0.4.4
3252026-05-20T15:57:06.897Z Downloaded smol_str v0.3.6
3262026-05-20T15:57:06.897Z Downloaded signal-hook-registry v1.4.8
3272026-05-20T15:57:06.897Z Downloaded fastrand v2.4.1
3282026-05-20T15:57:06.899Z Downloaded pin-project-lite v0.2.17
3292026-05-20T15:57:06.902Z Downloaded typeid v1.0.3
3302026-05-20T15:57:06.905Z Downloaded pin-project-internal v1.1.13
3312026-05-20T15:57:06.908Z Downloaded unicode-xid v0.2.6
3322026-05-20T15:57:06.908Z Downloaded owo-colors v4.3.0
3332026-05-20T15:57:06.909Z Downloaded cfg-expr v0.20.7
3342026-05-20T15:57:06.912Z Downloaded globset v0.4.18
3352026-05-20T15:57:06.912Z Downloaded ed25519 v2.2.3
3362026-05-20T15:57:06.915Z Downloaded futures-channel v0.3.32
3372026-05-20T15:57:06.915Z Downloaded self-replace v1.5.0
3382026-05-20T15:57:06.915Z Downloaded indent_write v2.2.0
3392026-05-20T15:57:06.918Z Downloaded console v0.15.11
3402026-05-20T15:57:06.924Z Downloaded static_assertions v1.1.0
3412026-05-20T15:57:06.924Z Downloaded ppv-lite86 v0.2.21
3422026-05-20T15:57:06.924Z Downloaded thiserror-impl v1.0.69
3432026-05-20T15:57:06.924Z Downloaded thiserror v1.0.69
3442026-05-20T15:57:06.927Z Downloaded utf8_iter v1.0.4
3452026-05-20T15:57:06.927Z Downloaded pkcs8 v0.10.2
3462026-05-20T15:57:06.927Z Downloaded untrusted v0.9.0
3472026-05-20T15:57:06.927Z Downloaded thread_local v1.1.9
3482026-05-20T15:57:06.935Z Downloaded target-spec-miette v0.4.6
3492026-05-20T15:57:06.935Z Downloaded sha2 v0.10.9
3502026-05-20T15:57:06.939Z Downloaded clap_derive v4.6.1
3512026-05-20T15:57:06.939Z Downloaded want v0.3.1
3522026-05-20T15:57:06.939Z Downloaded urlencoding v2.1.3
3532026-05-20T15:57:06.939Z Downloaded version_check v0.9.5
3542026-05-20T15:57:06.939Z Downloaded slab v0.4.12
3552026-05-20T15:57:06.939Z Downloaded thiserror-impl v2.0.18
3562026-05-20T15:57:06.939Z Downloaded thiserror v2.0.18
3572026-05-20T15:57:06.942Z Downloaded xattr v1.6.1
3582026-05-20T15:57:06.942Z Downloaded tokio-native-tls v0.3.1
3592026-05-20T15:57:06.942Z Downloaded parking_lot_core v0.9.12
3602026-05-20T15:57:06.942Z Downloaded rustls-pki-types v1.14.1
3612026-05-20T15:57:06.945Z Downloaded target-lexicon v0.13.3
3622026-05-20T15:57:06.945Z Downloaded shlex v1.3.0
3632026-05-20T15:57:06.953Z Downloaded anstream v1.0.0
3642026-05-20T15:57:06.953Z Downloaded bytes v1.11.1
3652026-05-20T15:57:06.963Z Downloaded toml_writer v1.1.1+spec-1.1.0
3662026-05-20T15:57:06.963Z Downloaded tracing-error v0.2.1
3672026-05-20T15:57:06.963Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3682026-05-20T15:57:06.968Z Downloaded memchr v2.8.0
3692026-05-20T15:57:06.968Z Downloaded tracing-log v0.2.0
3702026-05-20T15:57:06.968Z Downloaded target-spec v3.6.0
3712026-05-20T15:57:06.971Z Downloaded unicode-linebreak v0.1.5
3722026-05-20T15:57:06.971Z Downloaded quinn-udp v0.5.14
3732026-05-20T15:57:06.971Z Downloaded rand_chacha v0.9.0
3742026-05-20T15:57:06.971Z Downloaded nextest-filtering v0.15.0
3752026-05-20T15:57:06.971Z Downloaded unicase v2.9.0
3762026-05-20T15:57:06.971Z Downloaded once_cell v1.21.4
3772026-05-20T15:57:06.974Z Downloaded serde_core v1.0.228
3782026-05-20T15:57:06.977Z Downloaded httparse v1.10.1
3792026-05-20T15:57:06.977Z Downloaded clap v4.6.1
3802026-05-20T15:57:06.982Z Downloaded derive-where v1.6.1
3812026-05-20T15:57:06.990Z Downloaded getrandom v0.3.4
3822026-05-20T15:57:06.994Z Downloaded parking_lot v0.12.5
3832026-05-20T15:57:06.994Z Downloaded utf8parse v0.2.2
3842026-05-20T15:57:06.994Z Downloaded camino v1.2.2
3852026-05-20T15:57:06.994Z Downloaded proc-macro2 v1.0.106
3862026-05-20T15:57:06.994Z Downloaded pin-project v1.1.13
3872026-05-20T15:57:07.001Z Downloaded tokio-rustls v0.26.4
3882026-05-20T15:57:07.007Z Downloaded tempfile v3.27.0
3892026-05-20T15:57:07.007Z Downloaded smallvec v1.15.1
3902026-05-20T15:57:07.007Z Downloaded zipsign-api v0.1.5
3912026-05-20T15:57:07.007Z Downloaded zeroize v1.8.2
3922026-05-20T15:57:07.092Z Downloaded tokio-stream v0.1.18
3932026-05-20T15:57:07.092Z Downloaded xxhash-rust v0.8.15
3942026-05-20T15:57:07.092Z Downloaded ryu v1.0.23
3952026-05-20T15:57:07.092Z Downloaded socket2 v0.6.3
3962026-05-20T15:57:07.092Z Downloaded log v0.4.29
3972026-05-20T15:57:07.092Z Downloaded foldhash v0.1.5
3982026-05-20T15:57:07.092Z Downloaded zstd-safe v7.2.4
3992026-05-20T15:57:07.092Z Downloaded toml_parser v1.1.2+spec-1.1.0
4002026-05-20T15:57:07.092Z Downloaded tracing-attributes v0.1.31
4012026-05-20T15:57:07.092Z Downloaded zmij v1.0.21
4022026-05-20T15:57:07.092Z Downloaded num-traits v0.2.19
4032026-05-20T15:57:07.092Z Downloaded textwrap v0.16.2
4042026-05-20T15:57:07.092Z Downloaded signal-hook v0.3.18
4052026-05-20T15:57:07.092Z Downloaded litrs v1.0.0
4062026-05-20T15:57:07.092Z Downloaded serde_derive v1.0.228
4072026-05-20T15:57:07.092Z Downloaded cc v1.2.62
4082026-05-20T15:57:07.092Z Downloaded derive_more v2.1.1
4092026-05-20T15:57:07.093Z Downloaded sharded-slab v0.1.7
4102026-05-20T15:57:07.093Z Downloaded self_update v0.42.0
4112026-05-20T15:57:07.093Z Downloaded toml v0.8.23
4122026-05-20T15:57:07.093Z Downloaded tinyvec v1.11.0
4132026-05-20T15:57:07.093Z Downloaded openssl-sys v0.9.116
4142026-05-20T15:57:07.093Z Downloaded unicode-ident v1.0.24
4152026-05-20T15:57:07.093Z Downloaded toml v1.1.2+spec-1.1.0
4162026-05-20T15:57:07.093Z Downloaded zstd v0.13.3
4172026-05-20T15:57:07.093Z Downloaded futures v0.3.32
4182026-05-20T15:57:07.093Z Downloaded uuid v1.23.1
4192026-05-20T15:57:07.093Z Downloaded flate2 v1.1.9
4202026-05-20T15:57:07.093Z Downloaded der v0.7.10
4212026-05-20T15:57:07.093Z Downloaded toml_edit v0.22.27
4222026-05-20T15:57:07.093Z Downloaded serde v1.0.228
4232026-05-20T15:57:07.101Z Downloaded tracing-core v0.1.36
4242026-05-20T15:57:07.101Z Downloaded indicatif v0.17.11
4252026-05-20T15:57:07.101Z Downloaded tar v0.4.46
4262026-05-20T15:57:07.101Z Downloaded rustls-webpki v0.103.13
4272026-05-20T15:57:07.101Z Downloaded vte v0.14.1
4282026-05-20T15:57:07.101Z Downloaded regex v1.12.3
4292026-05-20T15:57:07.111Z Downloaded ed25519-dalek v2.2.0
4302026-05-20T15:57:07.118Z Downloaded url v2.5.8
4312026-05-20T15:57:07.121Z Downloaded hashbrown v0.15.5
4322026-05-20T15:57:07.138Z Downloaded tower v0.5.3
4332026-05-20T15:57:07.142Z Downloaded typenum v1.20.0
4342026-05-20T15:57:07.145Z Downloaded itertools v0.14.0
4352026-05-20T15:57:07.147Z Downloaded rand v0.9.4
4362026-05-20T15:57:07.152Z Downloaded unicode-segmentation v1.13.2
4372026-05-20T15:57:07.154Z Downloaded crossterm v0.29.0
4382026-05-20T15:57:07.157Z Downloaded hyper-util v0.1.20
4392026-05-20T15:57:07.160Z Downloaded mio v1.2.0
4402026-05-20T15:57:07.163Z Downloaded guppy v0.17.25
4412026-05-20T15:57:07.167Z Downloaded bstr v1.12.1
4422026-05-20T15:57:07.177Z Downloaded indexmap v2.14.0
4432026-05-20T15:57:07.180Z Downloaded hashbrown v0.17.1
4442026-05-20T15:57:07.183Z Downloaded http v1.4.0
4452026-05-20T15:57:07.185Z Downloaded unicode-normalization v0.1.25
4462026-05-20T15:57:07.188Z Downloaded aho-corasick v1.1.4
4472026-05-20T15:57:07.192Z Downloaded ron v0.12.1
4482026-05-20T15:57:07.198Z Downloaded tower-http v0.6.11
4492026-05-20T15:57:07.203Z Downloaded h2 v0.4.14
4502026-05-20T15:57:07.207Z Downloaded clap_builder v4.6.0
4512026-05-20T15:57:07.210Z Downloaded futures-util v0.3.32
4522026-05-20T15:57:07.219Z Downloaded idna v1.1.0
4532026-05-20T15:57:07.225Z Downloaded winnow v1.0.3
4542026-05-20T15:57:07.247Z Downloaded tokio-util v0.7.18
4552026-05-20T15:57:07.251Z Downloaded hyper v1.9.0
4562026-05-20T15:57:07.254Z Downloaded vcpkg v0.2.15
4572026-05-20T15:57:07.277Z Downloaded serde_json v1.0.149
4582026-05-20T15:57:07.281Z Downloaded reqwest v0.12.28
4592026-05-20T15:57:07.284Z Downloaded curve25519-dalek v4.1.3
4602026-05-20T15:57:07.289Z Downloaded unicode-width v0.2.2
4612026-05-20T15:57:07.292Z Downloaded pulldown-cmark v0.13.4
4622026-05-20T15:57:07.295Z Downloaded unicode-width v0.1.14
4632026-05-20T15:57:07.298Z Downloaded syn v2.0.117
4642026-05-20T15:57:07.304Z Downloaded gimli v0.32.3
4652026-05-20T15:57:07.308Z Downloaded chrono v0.4.44
4662026-05-20T15:57:07.320Z Downloaded quick-xml v0.37.5
4672026-05-20T15:57:07.330Z Downloaded color-eyre v0.6.5
4682026-05-20T15:57:07.342Z Downloaded winnow v0.7.15
4692026-05-20T15:57:07.347Z Downloaded tokio v1.52.3
4702026-05-20T15:57:07.369Z Downloaded quick-xml v0.38.4
4712026-05-20T15:57:07.372Z Downloaded portable-atomic v1.13.1
4722026-05-20T15:57:07.390Z Downloaded nextest-runner v0.80.0
4732026-05-20T15:57:07.397Z Downloaded quinn-proto v0.11.14
4742026-05-20T15:57:07.401Z Downloaded webpki-roots v1.0.7
4752026-05-20T15:57:07.404Z Downloaded tracing-subscriber v0.3.23
4762026-05-20T15:57:07.411Z Downloaded openssl v0.10.80
4772026-05-20T15:57:07.433Z Downloaded regex-syntax v0.8.10
4782026-05-20T15:57:07.440Z Downloaded nix v0.30.1
4792026-05-20T15:57:07.446Z Downloaded zerocopy v0.8.48
4802026-05-20T15:57:07.465Z Downloaded object v0.37.3
4812026-05-20T15:57:07.493Z Downloaded rustls v0.23.40
4822026-05-20T15:57:07.499Z Downloaded rustix v0.38.44
4832026-05-20T15:57:07.518Z Downloaded rustix v1.1.4
4842026-05-20T15:57:07.546Z Downloaded tracing v0.1.44
4852026-05-20T15:57:07.590Z Downloaded regex-automata v0.4.14
4862026-05-20T15:57:07.638Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4872026-05-20T15:57:07.647Z Downloaded libc v0.2.186
4882026-05-20T15:57:07.667Z Downloaded petgraph v0.8.3
4892026-05-20T15:57:07.714Z Downloaded recursion v0.5.4
4902026-05-20T15:57:07.728Z Downloaded ring v0.17.14
4912026-05-20T15:57:07.789Z Compiling libc v0.2.186
4922026-05-20T15:57:07.789Z Compiling proc-macro2 v1.0.106
4932026-05-20T15:57:07.789Z Compiling quote v1.0.45
4942026-05-20T15:57:07.793Z Compiling unicode-ident v1.0.24
4952026-05-20T15:57:07.793Z Compiling serde_core v1.0.228
4962026-05-20T15:57:07.793Z Compiling cfg-if v1.0.4
4972026-05-20T15:57:07.793Z Compiling memchr v2.8.0
4982026-05-20T15:57:07.793Z Compiling once_cell v1.21.4
4992026-05-20T15:57:07.992Z Compiling log v0.4.29
5002026-05-20T15:57:08.049Z Compiling pin-project-lite v0.2.17
5012026-05-20T15:57:08.140Z Compiling serde v1.0.228
5022026-05-20T15:57:08.213Z Compiling itoa v1.0.18
5032026-05-20T15:57:08.335Z Compiling futures-core v0.3.32
5042026-05-20T15:57:08.455Z Compiling smallvec v1.15.1
5052026-05-20T15:57:08.507Z Compiling bitflags v2.11.1
5062026-05-20T15:57:08.519Z Compiling equivalent v1.0.2
5072026-05-20T15:57:08.603Z Compiling shlex v1.3.0
5082026-05-20T15:57:08.699Z Compiling hashbrown v0.17.1
5092026-05-20T15:57:08.786Z Compiling errno v0.3.14
5102026-05-20T15:57:08.885Z Compiling find-msvc-tools v0.1.9
5112026-05-20T15:57:08.889Z Compiling bytes v1.11.1
5122026-05-20T15:57:08.956Z Compiling signal-hook-registry v1.4.8
5132026-05-20T15:57:09.091Z Compiling jobserver v0.1.34
5142026-05-20T15:57:09.126Z Compiling mio v1.2.0
5152026-05-20T15:57:09.161Z Compiling syn v2.0.117
5162026-05-20T15:57:09.211Z Compiling rustix v1.1.4
5172026-05-20T15:57:09.357Z Compiling cc v1.2.62
5182026-05-20T15:57:09.408Z Compiling futures-sink v0.3.32
5192026-05-20T15:57:09.495Z Compiling socket2 v0.6.3
5202026-05-20T15:57:09.521Z Compiling zmij v1.0.21
5212026-05-20T15:57:09.758Z Compiling slab v0.4.12
5222026-05-20T15:57:09.813Z Compiling futures-channel v0.3.32
5232026-05-20T15:57:09.859Z Compiling tracing-core v0.1.36
5242026-05-20T15:57:09.938Z Compiling serde_json v1.0.149
5252026-05-20T15:57:10.077Z Compiling version_check v0.9.5
5262026-05-20T15:57:10.185Z Compiling indexmap v2.14.0
5272026-05-20T15:57:10.326Z Compiling futures-io v0.3.32
5282026-05-20T15:57:10.388Z Compiling getrandom v0.4.2
5292026-05-20T15:57:10.553Z Compiling futures-task v0.3.32
5302026-05-20T15:57:10.653Z Compiling camino v1.2.2
5312026-05-20T15:57:10.701Z Compiling percent-encoding v2.3.2
5322026-05-20T15:57:10.732Z Compiling unicode-width v0.2.2
5332026-05-20T15:57:11.024Z Compiling ring v0.17.14
5342026-05-20T15:57:11.043Z Compiling http v1.4.0
5352026-05-20T15:57:11.056Z Compiling autocfg v1.5.0
5362026-05-20T15:57:11.091Z Compiling adler2 v2.0.1
5372026-05-20T15:57:11.158Z Compiling zeroize v1.8.2
5382026-05-20T15:57:11.256Z Compiling simd-adler32 v0.3.9
5392026-05-20T15:57:11.409Z Compiling num-traits v0.2.19
5402026-05-20T15:57:11.656Z Compiling miniz_oxide v0.8.9
5412026-05-20T15:57:11.673Z Compiling object v0.37.3
5422026-05-20T15:57:11.968Z Compiling getrandom v0.3.4
5432026-05-20T15:57:11.983Z Compiling target-lexicon v0.13.3
5442026-05-20T15:57:12.123Z Compiling zerocopy v0.8.48
5452026-05-20T15:57:12.376Z Compiling http-body v1.0.1
5462026-05-20T15:57:12.538Z Compiling rustls-pki-types v1.14.1
5472026-05-20T15:57:12.558Z Compiling form_urlencoded v1.2.2
5482026-05-20T15:57:12.665Z Compiling semver v1.0.28
5492026-05-20T15:57:12.784Z Compiling serde_derive v1.0.228
5502026-05-20T15:57:12.823Z Compiling tokio-macros v2.7.0
5512026-05-20T15:57:12.966Z Compiling futures-macro v0.3.32
5522026-05-20T15:57:13.146Z Compiling tracing-attributes v0.1.31
5532026-05-20T15:57:13.306Z Compiling getrandom v0.2.17
5542026-05-20T15:57:13.309Z Compiling idna_adapter v1.0.0
5552026-05-20T15:57:13.389Z Compiling untrusted v0.9.0
5562026-05-20T15:57:13.420Z Compiling guppy-workspace-hack v0.1.0
5572026-05-20T15:57:13.495Z Compiling httparse v1.10.1
5582026-05-20T15:57:13.522Z Compiling utf8_iter v1.0.4
5592026-05-20T15:57:13.566Z Compiling tokio v1.52.3
5602026-05-20T15:57:13.649Z Compiling gimli v0.32.3
5612026-05-20T15:57:13.683Z Compiling signal-hook v0.3.18
5622026-05-20T15:57:13.796Z Compiling futures-util v0.3.32
5632026-05-20T15:57:13.840Z Compiling owo-colors v4.3.0
5642026-05-20T15:57:13.912Z Compiling thiserror v2.0.18
5652026-05-20T15:57:14.194Z Compiling fnv v1.0.7
5662026-05-20T15:57:14.330Z Compiling tracing v0.1.44
5672026-05-20T15:57:14.403Z Compiling idna v1.1.0
5682026-05-20T15:57:14.456Z Compiling thiserror-impl v2.0.18
5692026-05-20T15:57:15.634Z Compiling addr2line v0.25.1
5702026-05-20T15:57:16.274Z Compiling generic-array v0.14.7
5712026-05-20T15:57:16.274Z Compiling pkg-config v0.3.33
5722026-05-20T15:57:16.448Z Compiling typeid v1.0.3
5732026-05-20T15:57:16.510Z Compiling rustls v0.23.40
5742026-05-20T15:57:16.604Z Compiling thiserror v1.0.69
5752026-05-20T15:57:16.707Z Compiling atomic-waker v1.1.2
5762026-05-20T15:57:16.728Z Compiling rustc-demangle v0.1.27
5772026-05-20T15:57:16.732Z Compiling tower-service v0.3.3
5782026-05-20T15:57:16.833Z Compiling fastrand v2.4.1
5792026-05-20T15:57:16.833Z Compiling try-lock v0.2.5
5802026-05-20T15:57:16.913Z Compiling target-spec v3.6.0
5812026-05-20T15:57:16.955Z Compiling want v0.3.1
5822026-05-20T15:57:17.143Z Compiling tempfile v3.27.0
5832026-05-20T15:57:17.259Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5842026-05-20T15:57:17.378Z Compiling cfg-expr v0.20.7
5852026-05-20T15:57:17.669Z Compiling tokio-util v0.7.18
5862026-05-20T15:57:17.813Z Compiling url v2.5.8
5872026-05-20T15:57:18.329Z Compiling h2 v0.4.14
5882026-05-20T15:57:18.740Z Compiling thiserror-impl v1.0.69
5892026-05-20T15:57:18.873Z Compiling backtrace v0.3.76
5902026-05-20T15:57:19.334Z Compiling terminal_size v0.4.4
5912026-05-20T15:57:19.491Z Compiling aho-corasick v1.1.4
5922026-05-20T15:57:19.503Z Compiling erased-serde v0.4.10
5932026-05-20T15:57:19.806Z Compiling rustls-webpki v0.103.13
5942026-05-20T15:57:19.875Z Compiling winnow v0.7.15
5952026-05-20T15:57:20.240Z Compiling typenum v1.20.0
5962026-05-20T15:57:20.925Z Compiling regex-syntax v0.8.10
5972026-05-20T15:57:21.777Z Compiling subtle v2.6.1
5982026-05-20T15:57:22.706Z Compiling regex-automata v0.4.14
5992026-05-20T15:57:22.898Z Compiling hyper v1.9.0
6002026-05-20T15:57:24.966Z Compiling serde_spanned v0.6.9
6012026-05-20T15:57:25.140Z Compiling toml_datetime v0.6.11
6022026-05-20T15:57:25.514Z Compiling ahash v0.8.12
6032026-05-20T15:57:25.774Z Compiling sync_wrapper v1.0.2
6042026-05-20T15:57:25.888Z Compiling toml_write v0.1.2
6052026-05-20T15:57:26.135Z Compiling tower-layer v0.3.3
6062026-05-20T15:57:26.347Z Compiling is_ci v1.2.0
6072026-05-20T15:57:26.361Z Compiling nextest-workspace-hack v0.1.0
6082026-05-20T15:57:26.487Z Compiling portable-atomic v1.13.1
6092026-05-20T15:57:26.516Z Compiling lazy_static v1.5.0
6102026-05-20T15:57:26.587Z Compiling either v1.15.0
6112026-05-20T15:57:26.621Z Compiling ipnet v2.12.0
6122026-05-20T15:57:26.815Z Compiling parking_lot_core v0.9.12
6132026-05-20T15:57:26.940Z Compiling base64 v0.22.1
6142026-05-20T15:57:27.094Z Compiling unicode-linebreak v0.1.5
6152026-05-20T15:57:27.239Z Compiling crc32fast v1.5.0
6162026-05-20T15:57:27.368Z Compiling foldhash v0.1.5
6172026-05-20T15:57:27.421Z Compiling unicode-segmentation v1.13.2
6182026-05-20T15:57:27.579Z Compiling hashbrown v0.15.5
6192026-05-20T15:57:27.649Z Compiling textwrap v0.16.2
6202026-05-20T15:57:27.800Z Compiling convert_case v0.10.0
6212026-05-20T15:57:27.816Z Compiling hyper-util v0.1.20
6222026-05-20T15:57:28.083Z Compiling sharded-slab v0.1.7
6232026-05-20T15:57:28.111Z Compiling supports-color v3.0.2
6242026-05-20T15:57:28.240Z Compiling tower v0.5.3
6252026-05-20T15:57:28.341Z Compiling toml_edit v0.22.27
6262026-05-20T15:57:28.710Z Compiling tokio-rustls v0.26.4
6272026-05-20T15:57:28.996Z Compiling backtrace-ext v0.2.1
6282026-05-20T15:57:29.080Z Compiling ordered-float v2.10.1
6292026-05-20T15:57:29.253Z Compiling webpki-roots v1.0.7
6302026-05-20T15:57:29.348Z Compiling miette-derive v7.6.0
6312026-05-20T15:57:29.370Z Compiling pathdiff v0.2.3
6322026-05-20T15:57:29.390Z Compiling console v0.15.11
6332026-05-20T15:57:29.495Z Compiling tracing-log v0.2.0
6342026-05-20T15:57:29.851Z Compiling cargo-platform v0.3.3
6352026-05-20T15:57:30.450Z Compiling os_pipe v1.2.3
6362026-05-20T15:57:30.463Z Compiling thread_local v1.1.9
6372026-05-20T15:57:30.476Z Compiling scopeguard v1.2.0
6382026-05-20T15:57:30.582Z Compiling supports-unicode v3.0.0
6392026-05-20T15:57:30.617Z Compiling zstd-safe v7.2.4
6402026-05-20T15:57:30.693Z Compiling utf8parse v0.2.2
6412026-05-20T15:57:30.798Z Compiling rustix v0.38.44
6422026-05-20T15:57:30.807Z Compiling ryu v1.0.23
6432026-05-20T15:57:30.815Z Compiling pulldown-cmark v0.13.4
6442026-05-20T15:57:30.860Z Compiling fixedbitset v0.5.7
6452026-05-20T15:57:31.044Z Compiling cfg_aliases v0.2.1
6462026-05-20T15:57:31.085Z Compiling winnow v1.0.3
6472026-05-20T15:57:31.112Z Compiling debug-ignore v1.0.5
6482026-05-20T15:57:31.219Z Compiling supports-hyperlinks v3.2.0
6492026-05-20T15:57:31.370Z Compiling unicode-width v0.1.14
6502026-05-20T15:57:31.434Z Compiling nix v0.30.1
6512026-05-20T15:57:31.579Z Compiling petgraph v0.8.3
6522026-05-20T15:57:31.671Z Compiling miette v7.6.0
6532026-05-20T15:57:31.849Z Compiling serde_urlencoded v0.7.1
6542026-05-20T15:57:32.129Z Compiling toml_parser v1.1.2+spec-1.1.0
6552026-05-20T15:57:32.507Z Compiling anstyle-parse v1.0.0
6562026-05-20T15:57:32.733Z Compiling tracing-subscriber v0.3.23
6572026-05-20T15:57:33.442Z Compiling sigchld v0.2.4
6582026-05-20T15:57:33.461Z Compiling lock_api v0.4.14
6592026-05-20T15:57:33.641Z Compiling cargo_metadata v0.23.1
6602026-05-20T15:57:33.702Z Compiling toml v0.8.23
6612026-05-20T15:57:33.790Z Compiling hyper-rustls v0.27.9
6622026-05-20T15:57:34.480Z Compiling serde-value v0.7.0
6632026-05-20T15:57:35.259Z Compiling serde-untagged v0.1.9
6642026-05-20T15:57:35.726Z Compiling tower-http v0.6.11
6652026-05-20T15:57:35.981Z Compiling derive_more-impl v2.1.1
6662026-05-20T15:57:36.747Z Compiling itertools v0.14.0
6672026-05-20T15:57:36.761Z Compiling regex v1.12.3
6682026-05-20T15:57:36.784Z Compiling block-buffer v0.10.4
6692026-05-20T15:57:36.805Z Compiling crypto-common v0.1.7
6702026-05-20T15:57:36.934Z Compiling ppv-lite86 v0.2.21
6712026-05-20T15:57:36.934Z Compiling rand_core v0.9.5
6722026-05-20T15:57:37.190Z Compiling futures-executor v0.3.32
6732026-05-20T15:57:37.263Z Compiling pin-project-internal v1.1.13
6742026-05-20T15:57:37.598Z Compiling http-body-util v0.1.3
6752026-05-20T15:57:37.716Z Compiling uuid v1.23.1
6762026-05-20T15:57:37.860Z Compiling smol_str v0.3.6
6772026-05-20T15:57:38.117Z Compiling toml_datetime v1.1.1+spec-1.1.0
6782026-05-20T15:57:38.156Z Compiling serde_spanned v1.1.1
6792026-05-20T15:57:38.203Z Compiling filetime v0.2.29
6802026-05-20T15:57:38.237Z Compiling vte v0.14.1
6812026-05-20T15:57:38.298Z Compiling bstr v1.12.1
6822026-05-20T15:57:38.311Z Compiling number_prefix v0.4.0
6832026-05-20T15:57:38.401Z Compiling xattr v1.6.1
6842026-05-20T15:57:38.453Z Compiling iana-time-zone v0.1.65
6852026-05-20T15:57:38.466Z Compiling colorchoice v1.0.5
6862026-05-20T15:57:38.528Z Compiling is_terminal_polyfill v1.70.2
6872026-05-20T15:57:38.585Z Compiling anstyle v1.0.14
6882026-05-20T15:57:38.585Z Compiling unicode-xid v0.2.6
6892026-05-20T15:57:38.803Z Compiling static_assertions v1.1.0
6902026-05-20T15:57:38.822Z Compiling unicase v2.9.0
6912026-05-20T15:57:38.827Z Compiling litrs v1.0.0
6922026-05-20T15:57:38.854Z Compiling color-spantrace v0.3.0
6932026-05-20T15:57:38.965Z Compiling self_update v0.42.0
6942026-05-20T15:57:38.968Z Compiling anstyle-query v1.1.5
6952026-05-20T15:57:38.991Z Compiling eyre v0.6.12
6962026-05-20T15:57:39.082Z Compiling tinyvec_macros v0.1.1
6972026-05-20T15:57:39.153Z Compiling nested v0.1.1
6982026-05-20T15:57:39.167Z Compiling tinyvec v1.11.0
6992026-05-20T15:57:39.210Z Compiling anstream v1.0.0
7002026-05-20T15:57:39.254Z Compiling document-features v0.2.12
7012026-05-20T15:57:39.343Z Compiling guppy v0.17.25
7022026-05-20T15:57:39.566Z Compiling globset v0.4.18
7032026-05-20T15:57:39.591Z Compiling cargo-util-schemas v0.2.0
7042026-05-20T15:57:39.697Z Compiling chrono v0.4.44
7052026-05-20T15:57:39.800Z Compiling tar v0.4.46
7062026-05-20T15:57:40.358Z Compiling indicatif v0.17.11
7072026-05-20T15:57:41.013Z Compiling strip-ansi-escapes v0.2.1
7082026-05-20T15:57:41.500Z Compiling toml v1.1.2+spec-1.1.0
7092026-05-20T15:57:41.994Z Compiling pin-project v1.1.13
7102026-05-20T15:57:42.101Z Compiling nextest-metadata v0.12.2
7112026-05-20T15:57:42.272Z Compiling newtype-uuid v1.3.2
7122026-05-20T15:57:42.464Z Compiling reqwest v0.12.28
7132026-05-20T15:57:42.758Z Compiling futures v0.3.32
7142026-05-20T15:57:42.844Z Compiling rand_chacha v0.9.0
7152026-05-20T15:57:43.018Z Compiling digest v0.10.7
7162026-05-20T15:57:43.246Z Compiling derive_more v2.1.1
7172026-05-20T15:57:43.331Z Compiling flate2 v1.1.9
7182026-05-20T15:57:43.397Z Compiling parking_lot v0.12.5
7192026-05-20T15:57:43.447Z Compiling tracing-error v0.2.1
7202026-05-20T15:57:43.680Z Compiling shared_child v1.1.1
7212026-05-20T15:57:44.303Z Compiling signal-hook-mio v0.2.5
7222026-05-20T15:57:44.345Z Compiling self-replace v1.5.0
7232026-05-20T15:57:44.435Z Compiling cargo-platform v0.2.0
7242026-05-20T15:57:44.633Z Compiling quick-xml v0.38.4
7252026-05-20T15:57:44.705Z Compiling quick-xml v0.37.5
7262026-05-20T15:57:44.983Z Compiling clap_lex v1.1.0
7272026-05-20T15:57:45.147Z Compiling humantime v2.3.0
7282026-05-20T15:57:45.344Z Compiling indenter v0.3.4
7292026-05-20T15:57:45.480Z Compiling urlencoding v2.1.3
7302026-05-20T15:57:45.583Z Compiling strsim v0.11.1
7312026-05-20T15:57:45.720Z Compiling cpufeatures v0.2.17
7322026-05-20T15:57:45.795Z Compiling shell-words v1.1.1
7332026-05-20T15:57:46.047Z Compiling heck v0.5.0
7342026-05-20T15:57:46.247Z Compiling recursion v0.5.4
7352026-05-20T15:57:46.385Z Compiling nextest-filtering v0.15.0
7362026-05-20T15:57:46.398Z Compiling clap_builder v4.6.0
7372026-05-20T15:57:46.419Z Compiling sha2 v0.10.9
7382026-05-20T15:57:46.431Z Compiling clap_derive v4.6.1
7392026-05-20T15:57:48.140Z Compiling humantime-serde v1.1.1
7402026-05-20T15:57:48.190Z Compiling quick-junit v0.5.2
7412026-05-20T15:57:48.299Z Compiling cargo_metadata v0.20.0
7422026-05-20T15:57:50.297Z Compiling atomicwrites v0.4.4
7432026-05-20T15:57:50.597Z Compiling crossterm v0.29.0
7442026-05-20T15:57:51.295Z Compiling cargo-nextest v0.9.97
7452026-05-20T15:57:52.451Z Compiling duct v0.13.7
7462026-05-20T15:57:53.066Z Compiling zstd v0.13.3
7472026-05-20T15:57:53.437Z Compiling rand v0.9.4
7482026-05-20T15:57:53.495Z Compiling async-scoped v0.9.0
7492026-05-20T15:57:53.537Z Compiling config v0.15.23
7502026-05-20T15:57:53.690Z Compiling unicode-normalization v0.1.25
7512026-05-20T15:57:53.701Z Compiling target-spec-miette v0.4.6
7522026-05-20T15:57:53.780Z Compiling future-queue v0.4.0
7532026-05-20T15:57:54.054Z Compiling mukti-metadata v0.3.0
7542026-05-20T15:57:54.108Z Compiling tokio-stream v0.1.18
7552026-05-20T15:57:54.163Z Compiling camino-tempfile v1.4.1
7562026-05-20T15:57:54.184Z Compiling derive-where v1.6.1
7572026-05-20T15:57:54.261Z Compiling serde_ignored v0.1.14
7582026-05-20T15:57:54.484Z Compiling serde_path_to_error v0.1.20
7592026-05-20T15:57:54.535Z Compiling hex v0.4.3
7602026-05-20T15:57:54.639Z Compiling xxhash-rust v0.8.15
7612026-05-20T15:57:54.704Z Compiling home v0.5.12
7622026-05-20T15:57:54.816Z Compiling indent_write v2.2.0
7632026-05-20T15:57:54.816Z Compiling swrite v0.1.0
7642026-05-20T15:57:54.866Z Compiling color-eyre v0.6.5
7652026-05-20T15:57:54.945Z Compiling clap v4.6.1
7662026-05-20T15:57:54.960Z Compiling dialoguer v0.11.0
7672026-05-20T15:57:54.973Z Compiling enable-ansi-support v0.2.1
7682026-05-20T15:57:55.419Z Compiling nextest-runner v0.80.0
7692026-05-20T15:58:13.372Z Finished `release` profile [optimized] target(s) in 1m 09s
7702026-05-20T15:58:13.558Z Installing /home/build/.cargo/bin/cargo-nextest
7712026-05-20T15:58:13.561Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7722026-05-20T15:58:13.676Z+ pushd mg-lower
7732026-05-20T15:58:13.679Z+ cargo nextest run
7742026-05-20T15:58:13.680Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7752026-05-20T15:58:13.833Z Updating git repository `https://github.com/oxidecomputer/falcon`
7762026-05-20T15:58:14.524ZFrom https://github.com/oxidecomputer/falcon
7772026-05-20T15:58:14.524Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7782026-05-20T15:58:14.600Z Updating crates.io index
7792026-05-20T15:58:14.634Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7802026-05-20T15:58:15.453ZFrom https://github.com/oxidecomputer/dendrite
7812026-05-20T15:58:15.453Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7822026-05-20T15:58:15.466Z Updating git repository `https://github.com/oxidecomputer/ispf`
7832026-05-20T15:58:15.703ZFrom https://github.com/oxidecomputer/ispf
7842026-05-20T15:58:15.703Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7852026-05-20T15:58:15.756Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7862026-05-20T15:58:16.112ZFrom https://github.com/oxidecomputer/netadm-sys
7872026-05-20T15:58:16.112Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7882026-05-20T15:58:16.119Z Updating git repository `https://github.com/oxidecomputer/omicron`
7892026-05-20T15:58:24.721ZFrom https://github.com/oxidecomputer/omicron
7902026-05-20T15:58:24.721Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
7912026-05-20T15:58:25.129Z Updating git repository `https://github.com/oxidecomputer/opte`
7922026-05-20T15:58:25.767ZFrom https://github.com/oxidecomputer/opte
7932026-05-20T15:58:25.767Z * [new ref] 5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 -> refs/commit/5470aa15eaa06e5183c374c1f61e5e5ddd5e0350
7942026-05-20T15:58:25.926Z Updating git repository `https://github.com/illumos/smf-rs`
7952026-05-20T15:58:26.223ZFrom https://github.com/illumos/smf-rs
7962026-05-20T15:58:26.223Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7972026-05-20T15:58:26.232Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7982026-05-20T15:58:26.564ZFrom https://github.com/oxidecomputer/poptrie
7992026-05-20T15:58:26.564Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8002026-05-20T15:58:26.645Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-05-20T15:58:27.048ZFrom https://github.com/oxidecomputer/network-interface
8022026-05-20T15:58:27.048Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-05-20T15:58:27.053Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-05-20T15:58:27.285ZFrom https://github.com/oxidecomputer/zone
8052026-05-20T15:58:27.285Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-05-20T15:58:27.370Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-05-20T15:58:28.015ZFrom https://github.com/oxidecomputer/propolis
8082026-05-20T15:58:28.015Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8092026-05-20T15:58:28.092Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8102026-05-20T15:58:28.567ZFrom https://github.com/oxidecomputer/transceiver-control
8112026-05-20T15:58:28.567Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8122026-05-20T15:58:28.631Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8132026-05-20T15:58:28.880ZFrom https://github.com/oxidecomputer/dlpi-sys
8142026-05-20T15:58:28.880Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8152026-05-20T15:58:28.890Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162026-05-20T15:58:29.208ZFrom https://github.com/jmesmon/rust-libzfs
8172026-05-20T15:58:29.208Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8182026-05-20T15:58:29.213Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192026-05-20T15:58:29.490ZFrom https://github.com/oxidecomputer/rusty-doors
8202026-05-20T15:58:29.491Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8212026-05-20T15:58:29.510Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-05-20T15:58:29.828ZFrom https://github.com/oxidecomputer/lldp
8232026-05-20T15:58:29.828Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8242026-05-20T15:58:29.880Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252026-05-20T15:58:30.184ZFrom https://github.com/oxidecomputer/slog-error-chain
8262026-05-20T15:58:30.184Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8272026-05-20T15:58:30.193Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-05-20T15:58:30.527ZFrom https://github.com/oxidecomputer/tufaceous
8292026-05-20T15:58:30.527Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8302026-05-20T15:58:30.597Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-05-20T15:58:31.051ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-05-20T15:58:31.051Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8332026-05-20T15:58:31.067Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-05-20T15:58:31.938ZFrom https://github.com/oxidecomputer/crucible
8352026-05-20T15:58:31.938Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-05-20T15:58:31.994Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-05-20T15:58:32.266ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-05-20T15:58:32.266Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-05-20T15:58:32.375Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-05-20T15:58:32.710ZFrom https://github.com/oxidecomputer/propolis
8412026-05-20T15:58:32.710Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8422026-05-20T15:58:33.065Z Updating git repository `https://github.com/oxidecomputer/tofino`
8432026-05-20T15:58:33.429ZFrom https://github.com/oxidecomputer/tofino
8442026-05-20T15:58:33.429Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8452026-05-20T15:58:33.440Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8462026-05-20T15:58:34.351ZFrom https://github.com/oxidecomputer/maghemite
8472026-05-20T15:58:34.351Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8482026-05-20T15:58:34.423Z Updating git repository `https://github.com/oxidecomputer/clickward`
8492026-05-20T15:58:34.751ZFrom https://github.com/oxidecomputer/clickward
8502026-05-20T15:58:34.751Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8512026-05-20T15:58:34.892Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-05-20T15:58:35.481ZFrom https://github.com/oxidecomputer/crucible
8532026-05-20T15:58:35.481Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8542026-05-20T15:58:35.611Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8552026-05-20T15:58:35.842ZFrom https://github.com/oxidecomputer/illumos-devinfo
8562026-05-20T15:58:35.842Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8572026-05-20T15:58:36.870Z Downloading crates ...
8582026-05-20T15:58:36.943Z Downloaded argon2 v0.5.3
8592026-05-20T15:58:37.048Z Downloaded aead v0.5.2
8602026-05-20T15:58:37.061Z Downloaded crossbeam-deque v0.8.6
8612026-05-20T15:58:37.061Z Downloaded csv-core v0.1.13
8622026-05-20T15:58:37.061Z Downloaded crunchy v0.2.4
8632026-05-20T15:58:37.061Z Downloaded git-stub v1.0.0
8642026-05-20T15:58:37.061Z Downloaded async-recursion v1.1.1
8652026-05-20T15:58:37.061Z Downloaded dof v0.3.0
8662026-05-20T15:58:37.061Z Downloaded highway v1.3.0
8672026-05-20T15:58:37.061Z Downloaded defmt v0.3.100
8682026-05-20T15:58:37.061Z Downloaded libsw-core v0.3.2
8692026-05-20T15:58:37.061Z Downloaded expectorate v1.2.0
8702026-05-20T15:58:37.061Z Downloaded crucible-workspace-hack v0.1.0
8712026-05-20T15:58:37.061Z Downloaded is-terminal v0.4.17
8722026-05-20T15:58:37.061Z Downloaded litemap v0.8.2
8732026-05-20T15:58:37.061Z Downloaded internet-checksum v0.2.1
8742026-05-20T15:58:37.061Z Downloaded idna_adapter v1.2.2
8752026-05-20T15:58:37.061Z Downloaded bit-set v0.8.0
8762026-05-20T15:58:37.062Z Downloaded macaddr v1.0.1
8772026-05-20T15:58:37.062Z Downloaded newtype_derive v0.1.6
8782026-05-20T15:58:37.062Z Downloaded dof v0.4.0
8792026-05-20T15:58:37.062Z Downloaded num-integer v0.1.46
8802026-05-20T15:58:37.062Z Downloaded icu_provider v2.2.0
8812026-05-20T15:58:37.062Z Downloaded newline-converter v0.3.0
8822026-05-20T15:58:37.062Z Downloaded bs58 v0.5.1
8832026-05-20T15:58:37.062Z Downloaded num_threads v0.1.7
8842026-05-20T15:58:37.062Z Downloaded foreign-types v0.5.0
8852026-05-20T15:58:37.062Z Downloaded base16ct v0.2.0
8862026-05-20T15:58:37.062Z Downloaded foreign-types-macros v0.2.3
8872026-05-20T15:58:37.062Z Downloaded dtrace-parser v0.3.0
8882026-05-20T15:58:37.062Z Downloaded foreign-types-shared v0.3.1
8892026-05-20T15:58:37.062Z Downloaded float-ord v0.3.2
8902026-05-20T15:58:37.062Z Downloaded ident_case v1.0.1
8912026-05-20T15:58:37.062Z Downloaded dropshot-api-manager-types v0.7.1
8922026-05-20T15:58:37.062Z Downloaded darling_macro v0.21.3
8932026-05-20T15:58:37.062Z Downloaded cpufeatures v0.3.0
8942026-05-20T15:58:37.062Z Downloaded cstr-argument v0.1.2
8952026-05-20T15:58:37.062Z Downloaded crc8 v0.1.1
8962026-05-20T15:58:37.062Z Downloaded num_enum_derive v0.5.11
8972026-05-20T15:58:37.062Z Downloaded fxhash v0.2.1
8982026-05-20T15:58:37.062Z Downloaded convert_case v0.4.0
8992026-05-20T15:58:37.062Z Downloaded lru-cache v0.1.2
9002026-05-20T15:58:37.062Z Downloaded num-conv v0.2.1
9012026-05-20T15:58:37.062Z Downloaded inout v0.1.4
9022026-05-20T15:58:37.062Z Downloaded hash32 v0.3.1
9032026-05-20T15:58:37.062Z Downloaded const-random-macro v0.1.16
9042026-05-20T15:58:37.063Z Downloaded linked-hash-map v0.5.6
9052026-05-20T15:58:37.063Z Downloaded dunce v1.0.5
9062026-05-20T15:58:37.063Z Downloaded darling_macro v0.23.0
9072026-05-20T15:58:37.063Z Downloaded const-random v0.1.18
9082026-05-20T15:58:37.063Z Downloaded cobs v0.3.0
9092026-05-20T15:58:37.063Z Downloaded libsw v3.5.0
9102026-05-20T15:58:37.063Z Downloaded embedded-io v0.6.1
9112026-05-20T15:58:37.063Z Downloaded hostname v0.4.2
9122026-05-20T15:58:37.063Z Downloaded displaydoc v0.2.5
9132026-05-20T15:58:37.077Z Downloaded keccak v0.1.6
9142026-05-20T15:58:37.078Z Downloaded deranged v0.5.8
9152026-05-20T15:58:37.078Z Downloaded natord v1.0.9
9162026-05-20T15:58:37.078Z Downloaded libscf-sys v1.2.0
9172026-05-20T15:58:37.078Z Downloaded memoffset v0.9.1
9182026-05-20T15:58:37.078Z Downloaded defmt-parser v1.0.0
9192026-05-20T15:58:37.078Z Downloaded fixedbitset v0.4.2
9202026-05-20T15:58:37.078Z Downloaded num-derive v0.4.2
9212026-05-20T15:58:37.078Z Downloaded num v0.4.3
9222026-05-20T15:58:37.078Z Downloaded crossbeam-epoch v0.9.18
9232026-05-20T15:58:37.099Z Downloaded crossbeam-utils v0.8.21
9242026-05-20T15:58:37.099Z Downloaded no-std-compat v0.4.1
9252026-05-20T15:58:37.099Z Downloaded newtype-uuid-macros v0.1.0
9262026-05-20T15:58:37.099Z Downloaded num-iter v0.1.45
9272026-05-20T15:58:37.099Z Downloaded mime v0.3.17
9282026-05-20T15:58:37.099Z Downloaded embedded-io v0.4.0
9292026-05-20T15:58:37.099Z Downloaded managed v0.8.0
9302026-05-20T15:58:37.099Z Downloaded hubpack_derive v0.1.1
9312026-05-20T15:58:37.099Z Downloaded dtrace-parser v0.2.0
9322026-05-20T15:58:37.099Z Downloaded ciborium-io v0.2.2
9332026-05-20T15:58:37.110Z Downloaded ciborium-ll v0.2.2
9342026-05-20T15:58:37.110Z Downloaded httpdate v1.0.3
9352026-05-20T15:58:37.110Z Downloaded num_enum_derive v0.7.6
9362026-05-20T15:58:37.110Z Downloaded fs_extra v1.3.0
9372026-05-20T15:58:37.110Z Downloaded opaque-debug v0.3.1
9382026-05-20T15:58:37.110Z Downloaded dyn-clone v1.0.20
9392026-05-20T15:58:37.110Z Downloaded base16ct v1.0.0
9402026-05-20T15:58:37.110Z Downloaded match_cfg v0.1.0
9412026-05-20T15:58:37.110Z Downloaded olpc-cjson v0.1.4
9422026-05-20T15:58:37.110Z Downloaded gethostname v0.5.0
9432026-05-20T15:58:37.110Z Downloaded ingot v0.1.1
9442026-05-20T15:58:37.110Z Downloaded const_format_proc_macros v0.2.34
9452026-05-20T15:58:37.110Z Downloaded hostname v0.3.1
9462026-05-20T15:58:37.110Z Downloaded num-rational v0.4.2
9472026-05-20T15:58:37.110Z Downloaded parse-display v0.10.0
9482026-05-20T15:58:37.110Z Downloaded async-trait v0.1.89
9492026-05-20T15:58:37.118Z Downloaded multer v3.1.0
9502026-05-20T15:58:37.118Z Downloaded daft v0.1.7
9512026-05-20T15:58:37.118Z Downloaded ipnetwork v0.21.1
9522026-05-20T15:58:37.118Z Downloaded omicron-workspace-hack v0.1.0
9532026-05-20T15:58:37.118Z Downloaded bcs v0.1.6
9542026-05-20T15:58:37.118Z Downloaded critical-section v1.2.0
9552026-05-20T15:58:37.122Z Downloaded bytecount v0.6.9
9562026-05-20T15:58:37.122Z Downloaded phf_shared v0.12.1
9572026-05-20T15:58:37.122Z Downloaded potential_utf v0.1.5
9582026-05-20T15:58:37.122Z Downloaded cancel-safe-futures v0.1.5
9592026-05-20T15:58:37.122Z Downloaded proc-macro-error-attr v1.0.4
9602026-05-20T15:58:37.126Z Downloaded defmt-macros v1.1.0
9612026-05-20T15:58:37.127Z Downloaded memmap v0.7.0
9622026-05-20T15:58:37.130Z Downloaded proc-macro-crate v3.5.0
9632026-05-20T15:58:37.130Z Downloaded proc-macro-crate v1.3.1
9642026-05-20T15:58:37.130Z Downloaded ingot-types v0.1.2
9652026-05-20T15:58:37.134Z Downloaded linear-map v1.2.0
9662026-05-20T15:58:37.134Z Downloaded plain v0.2.3
9672026-05-20T15:58:37.134Z Downloaded num_enum v0.5.11
9682026-05-20T15:58:37.137Z Downloaded powerfmt v0.2.0
9692026-05-20T15:58:37.137Z Downloaded num_enum v0.7.6
9702026-05-20T15:58:37.140Z Downloaded progenitor-client v0.14.0
9712026-05-20T15:58:37.144Z Downloaded chacha20 v0.9.1
9722026-05-20T15:58:37.144Z Downloaded rand_xorshift v0.4.0
9732026-05-20T15:58:37.147Z Downloaded progenitor-macro v0.10.0
9742026-05-20T15:58:37.147Z Downloaded progenitor-client v0.11.2
9752026-05-20T15:58:37.147Z Downloaded proc-macro-error-attr2 v2.0.0
9762026-05-20T15:58:37.150Z Downloaded backon v1.6.0
9772026-05-20T15:58:37.151Z Downloaded ff v0.13.1
9782026-05-20T15:58:37.154Z Downloaded derive-ex v0.1.8
9792026-05-20T15:58:37.154Z Downloaded konst_macro_rules v0.2.19
9802026-05-20T15:58:37.157Z Downloaded hmac v0.12.1
9812026-05-20T15:58:37.157Z Downloaded constant_time_eq v0.4.2
9822026-05-20T15:58:37.160Z Downloaded git-stub-vcs v0.1.0
9832026-05-20T15:58:37.160Z Downloaded erased-serde v0.3.31
9842026-05-20T15:58:37.162Z Downloaded quick-error v1.2.3
9852026-05-20T15:58:37.163Z Downloaded pem v3.0.6
9862026-05-20T15:58:37.166Z Downloaded bitflags v1.3.2
9872026-05-20T15:58:37.166Z Downloaded backoff v0.4.0
9882026-05-20T15:58:37.169Z Downloaded arrayvec v0.7.6
9892026-05-20T15:58:37.169Z Downloaded progenitor-macro v0.14.0
9902026-05-20T15:58:37.173Z Downloaded ref-cast-impl v1.0.25
9912026-05-20T15:58:37.173Z Downloaded rand_chacha v0.3.1
9922026-05-20T15:58:37.173Z Downloaded rustc_version v0.1.7
9932026-05-20T15:58:37.178Z Downloaded progenitor-macro v0.11.2
9942026-05-20T15:58:37.178Z Downloaded fs-err v3.3.0
9952026-05-20T15:58:37.178Z Downloaded compression-codecs v0.4.38
9962026-05-20T15:58:37.181Z Downloaded ref-cast v1.0.25
9972026-05-20T15:58:37.181Z Downloaded foldhash v0.2.0
9982026-05-20T15:58:37.184Z Downloaded poly1305 v0.8.0
9992026-05-20T15:58:37.184Z Downloaded same-file v1.0.6
10002026-05-20T15:58:37.187Z Downloaded phf v0.12.1
10012026-05-20T15:58:37.187Z Downloaded pretty-hex v0.4.2
10022026-05-20T15:58:37.187Z Downloaded darling v0.23.0
10032026-05-20T15:58:37.191Z Downloaded serde-big-array v0.5.1
10042026-05-20T15:58:37.194Z Downloaded scroll_derive v0.13.1
10052026-05-20T15:58:37.194Z Downloaded oxide-tokio-rt v0.1.6
10062026-05-20T15:58:37.197Z Downloaded parse-display-derive v0.10.0
10072026-05-20T15:58:37.197Z Downloaded oxnet v0.1.5
10082026-05-20T15:58:37.197Z Downloaded diff v0.1.13
10092026-05-20T15:58:37.201Z Downloaded paste v1.0.15
10102026-05-20T15:58:37.201Z Downloaded parking_lot_core v0.8.6
10112026-05-20T15:58:37.204Z Downloaded dropshot-api-manager v0.7.1
10122026-05-20T15:58:37.209Z Downloaded progenitor-extras v0.2.0
10132026-05-20T15:58:37.209Z Downloaded blake2 v0.10.6
10142026-05-20T15:58:37.212Z Downloaded console v0.16.3
10152026-05-20T15:58:37.212Z Downloaded cookie v0.18.1
10162026-05-20T15:58:37.212Z Downloaded siphasher v1.0.3
10172026-05-20T15:58:37.215Z Downloaded sha1 v0.10.6
10182026-05-20T15:58:37.215Z Downloaded semver v0.1.20
10192026-05-20T15:58:37.215Z Downloaded secrecy v0.10.3
10202026-05-20T15:58:37.219Z Downloaded serde_plain v1.0.2
10212026-05-20T15:58:37.219Z Downloaded serde_repr v0.1.20
10222026-05-20T15:58:37.219Z Downloaded defmt v1.1.0
10232026-05-20T15:58:37.223Z Downloaded progenitor-client v0.10.0
10242026-05-20T15:58:37.226Z Downloaded progenitor v0.11.2
10252026-05-20T15:58:37.226Z Downloaded progenitor v0.10.0
10262026-05-20T15:58:37.226Z Downloaded proc-macro-error2 v2.0.1
10272026-05-20T15:58:37.230Z Downloaded serial_test v3.4.0
10282026-05-20T15:58:37.230Z Downloaded num-complex v0.4.6
10292026-05-20T15:58:37.230Z Downloaded half v2.7.1
10302026-05-20T15:58:37.233Z Downloaded slog-envlogger v2.2.0
10312026-05-20T15:58:37.233Z Downloaded cargo_toml v0.22.3
10322026-05-20T15:58:37.236Z Downloaded slog-bunyan v2.5.0
10332026-05-20T15:58:37.236Z Downloaded smawk v0.3.2
10342026-05-20T15:58:37.236Z Downloaded darling v0.21.3
10352026-05-20T15:58:37.240Z Downloaded password-hash v0.5.0
10362026-05-20T15:58:37.243Z Downloaded progenitor-macro v0.13.0
10372026-05-20T15:58:37.243Z Downloaded progenitor v0.14.0
10382026-05-20T15:58:37.243Z Downloaded progenitor v0.13.0
10392026-05-20T15:58:37.246Z Downloaded data-encoding v2.11.0
10402026-05-20T15:58:37.246Z Downloaded indexmap v1.9.3
10412026-05-20T15:58:37.250Z Downloaded strum v0.27.2
10422026-05-20T15:58:37.250Z Downloaded spin v0.5.2
10432026-05-20T15:58:37.250Z Downloaded structmeta v0.3.0
10442026-05-20T15:58:37.253Z Downloaded rustls-native-certs v0.8.3
10452026-05-20T15:58:37.253Z Downloaded strum v0.26.3
10462026-05-20T15:58:37.253Z Downloaded structmeta-derive v0.3.0
10472026-05-20T15:58:37.253Z Downloaded stable_deref_trait v1.2.1
10482026-05-20T15:58:37.257Z Downloaded rand_core v0.10.1
10492026-05-20T15:58:37.257Z Downloaded pest_generator v2.8.6
10502026-05-20T15:58:37.257Z Downloaded resolv-conf v0.7.6
10512026-05-20T15:58:37.260Z Downloaded pest_derive v2.8.6
10522026-05-20T15:58:37.260Z Downloaded parking_lot v0.11.2
10532026-05-20T15:58:37.263Z Downloaded postcard v1.1.3
10542026-05-20T15:58:37.264Z Downloaded omicron-zone-package v0.12.2
10552026-05-20T15:58:37.267Z Downloaded scroll v0.13.0
10562026-05-20T15:58:37.267Z Downloaded scroll v0.12.0
10572026-05-20T15:58:37.267Z Downloaded progenitor-client v0.13.0
10582026-05-20T15:58:37.274Z Downloaded schemars_derive v0.8.22
10592026-05-20T15:58:37.274Z Downloaded tabwriter v1.4.1
10602026-05-20T15:58:37.274Z Downloaded tabled_derive v0.11.0
10612026-05-20T15:58:37.274Z Downloaded termtree v0.5.1
10622026-05-20T15:58:37.278Z Downloaded thread-id v4.2.2
10632026-05-20T15:58:37.278Z Downloaded icu_properties v2.2.0
10642026-05-20T15:58:37.278Z Downloaded proc-macro-error v1.0.4
10652026-05-20T15:58:37.278Z Downloaded rusty-fork v0.3.1
10662026-05-20T15:58:37.281Z Downloaded rustls-pemfile v2.2.0
10672026-05-20T15:58:37.281Z Downloaded cipher v0.4.4
10682026-05-20T15:58:37.281Z Downloaded ciborium v0.2.2
10692026-05-20T15:58:37.284Z Downloaded async-stream v0.3.6
10702026-05-20T15:58:37.284Z Downloaded sdd v3.0.10
10712026-05-20T15:58:37.287Z Downloaded time-core v0.1.8
10722026-05-20T15:58:37.288Z Downloaded thiserror-impl-no-std v2.0.2
10732026-05-20T15:58:37.288Z Downloaded testing_table v0.3.0
10742026-05-20T15:58:37.291Z Downloaded take_mut v0.2.2
10752026-05-20T15:58:37.291Z Downloaded tagptr v0.2.0
10762026-05-20T15:58:37.291Z Downloaded tabled_derive v0.7.0
10772026-05-20T15:58:37.291Z Downloaded sigpipe v0.1.3
10782026-05-20T15:58:37.291Z Downloaded serde_derive_internals v0.29.1
10792026-05-20T15:58:37.294Z Downloaded thread-id v5.1.0
10802026-05-20T15:58:37.294Z Downloaded serde_tokenstream v0.2.3
10812026-05-20T15:58:37.294Z Downloaded serial_test_derive v3.4.0
10822026-05-20T15:58:37.297Z Downloaded drift v0.1.4
10832026-05-20T15:58:37.301Z Downloaded slog-dtrace v0.3.0
10842026-05-20T15:58:37.304Z Downloaded slog-async v2.8.0
10852026-05-20T15:58:37.304Z Downloaded dropshot_endpoint v0.17.0
10862026-05-20T15:58:37.307Z Downloaded indicatif v0.18.4
10872026-05-20T15:58:37.310Z Downloaded slog-stdlog v4.1.1
10882026-05-20T15:58:37.310Z Downloaded slog-scope v4.4.1
10892026-05-20T15:58:37.313Z Downloaded topological-sort v0.2.2
10902026-05-20T15:58:37.313Z Downloaded slog-term v2.9.2
10912026-05-20T15:58:37.313Z Downloaded crypto-bigint v0.5.5
10922026-05-20T15:58:37.316Z Downloaded snafu-derive v0.8.9
10932026-05-20T15:58:37.320Z Downloaded smf v0.2.3
10942026-05-20T15:58:37.320Z Downloaded scroll_derive v0.12.1
10952026-05-20T15:58:37.320Z Downloaded memmap2 v0.9.10
10962026-05-20T15:58:37.324Z Downloaded typify-macro v0.4.3
10972026-05-20T15:58:37.324Z Downloaded untrusted v0.7.1
10982026-05-20T15:58:37.324Z Downloaded strum_macros v0.26.4
10992026-05-20T15:58:37.324Z Downloaded rhai_codegen v3.1.0
11002026-05-20T15:58:37.328Z Downloaded unit-prefix v0.5.2
11012026-05-20T15:58:37.331Z Downloaded allocator-api2 v0.2.21
11022026-05-20T15:58:37.331Z Downloaded unarray v0.1.4
11032026-05-20T15:58:37.334Z Downloaded typify-macro v0.6.2
11042026-05-20T15:58:37.334Z Downloaded strum_macros v0.27.2
11052026-05-20T15:58:37.334Z Downloaded synstructure v0.13.2
11062026-05-20T15:58:37.338Z Downloaded slog-json v2.6.1
11072026-05-20T15:58:37.338Z Downloaded usdt-macro v0.5.0
11082026-05-20T15:58:37.338Z Downloaded universal-hash v0.5.1
11092026-05-20T15:58:37.338Z Downloaded usdt-macro v0.6.0
11102026-05-20T15:58:37.338Z Downloaded usdt-attr-macro v0.5.0
11112026-05-20T15:58:37.341Z Downloaded usdt v0.6.0
11122026-05-20T15:58:37.341Z Downloaded usdt v0.5.0
11132026-05-20T15:58:37.341Z Downloaded elliptic-curve v0.13.8
11142026-05-20T15:58:37.345Z Downloaded usdt-attr-macro v0.6.0
11152026-05-20T15:58:37.345Z Downloaded wait-timeout v0.2.1
11162026-05-20T15:58:37.345Z Downloaded rustversion v1.0.22
11172026-05-20T15:58:37.349Z Downloaded base64 v0.21.7
11182026-05-20T15:58:37.349Z Downloaded derive_more v0.99.20
11192026-05-20T15:58:37.353Z Downloaded darling_core v0.21.3
11202026-05-20T15:58:37.357Z Downloaded arc-swap v1.9.1
11212026-05-20T15:58:37.357Z Downloaded anyhow v1.0.102
11222026-05-20T15:58:37.360Z Downloaded utf-8 v0.7.6
11232026-05-20T15:58:37.360Z Downloaded progenitor-impl v0.13.0
11242026-05-20T15:58:37.363Z Downloaded serde_with_macros v3.20.0
11252026-05-20T15:58:37.363Z Downloaded progenitor-impl v0.11.2
11262026-05-20T15:58:37.367Z Downloaded progenitor-impl v0.10.0
11272026-05-20T15:58:37.367Z Downloaded zerofrom-derive v0.1.7
11282026-05-20T15:58:37.367Z Downloaded time-macros v0.2.27
11292026-05-20T15:58:37.372Z Downloaded tinystr v0.8.3
11302026-05-20T15:58:37.372Z Downloaded yoke-derive v0.8.2
11312026-05-20T15:58:37.372Z Downloaded thiserror-no-std v2.0.2
11322026-05-20T15:58:37.374Z Downloaded zeroize_derive v1.4.3
11332026-05-20T15:58:37.374Z Downloaded zerofrom v0.1.8
11342026-05-20T15:58:37.374Z Downloaded tiny-keccak v2.0.2
11352026-05-20T15:58:37.379Z Downloaded zone v0.3.1
11362026-05-20T15:58:37.379Z Downloaded jiff-static v0.2.24
11372026-05-20T15:58:37.379Z Downloaded minimal-lexical v0.2.1
11382026-05-20T15:58:37.382Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-05-20T15:58:37.382Z Downloaded tokio-dtrace v0.1.1
11402026-05-20T15:58:37.382Z Downloaded progenitor-impl v0.14.0
11412026-05-20T15:58:37.385Z Downloaded papergrid v0.11.0
11422026-05-20T15:58:37.388Z Downloaded tokio-tungstenite v0.21.0
11432026-05-20T15:58:37.389Z Downloaded spin v0.9.8
11442026-05-20T15:58:37.392Z Downloaded smartstring v1.0.1
11452026-05-20T15:58:37.392Z Downloaded tokio-rustls v0.25.0
11462026-05-20T15:58:37.392Z Downloaded ingot-macros v0.1.1
11472026-05-20T15:58:37.395Z Downloaded enum-as-inner v0.6.1
11482026-05-20T15:58:37.395Z Downloaded heapless v0.8.0
11492026-05-20T15:58:37.398Z Downloaded byteorder v1.5.0
11502026-05-20T15:58:37.398Z Downloaded chacha20 v0.10.0
11512026-05-20T15:58:37.398Z Downloaded pest_meta v2.8.6
11522026-05-20T15:58:37.401Z Downloaded colored v3.1.1
11532026-05-20T15:58:37.406Z Downloaded prettyplease v0.2.37
11542026-05-20T15:58:37.406Z Downloaded hubpack v0.1.2
11552026-05-20T15:58:37.406Z Downloaded rustls-platform-verifier v0.7.0
11562026-05-20T15:58:37.409Z Downloaded heck v0.4.1
11572026-05-20T15:58:37.409Z Downloaded walkdir v2.5.0
11582026-05-20T15:58:37.409Z Downloaded waitgroup v0.1.2
11592026-05-20T15:58:37.412Z Downloaded vsss-rs v3.3.4
11602026-05-20T15:58:37.412Z Downloaded darling_core v0.23.0
11612026-05-20T15:58:37.416Z Downloaded icu_normalizer v2.2.0
11622026-05-20T15:58:37.418Z Downloaded konst v0.2.20
11632026-05-20T15:58:37.421Z Downloaded writeable v0.6.3
11642026-05-20T15:58:37.421Z Downloaded usdt-impl v0.6.0
11652026-05-20T15:58:37.424Z Downloaded xz2 v0.1.7
11662026-05-20T15:58:37.424Z Downloaded thin-vec v0.2.18
11672026-05-20T15:58:37.424Z Downloaded similar v2.7.0
11682026-05-20T15:58:37.427Z Downloaded zone_cfg_derive v0.3.1
11692026-05-20T15:58:37.427Z Downloaded whoami v1.6.1
11702026-05-20T15:58:37.429Z Downloaded pretty_assertions v1.4.1
11712026-05-20T15:58:37.429Z Downloaded usdt-impl v0.5.0
11722026-05-20T15:58:37.432Z Downloaded term v1.2.1
11732026-05-20T15:58:37.433Z Downloaded crossbeam-channel v0.5.15
11742026-05-20T15:58:37.436Z Downloaded chacha20poly1305 v0.10.1
11752026-05-20T15:58:37.436Z Downloaded icu_normalizer_data v2.2.0
11762026-05-20T15:58:37.439Z Downloaded zerovec-derive v0.11.3
11772026-05-20T15:58:37.439Z Downloaded rayon-core v1.13.0
11782026-05-20T15:58:37.442Z Downloaded slog v2.8.2
11792026-05-20T15:58:37.446Z Downloaded nom v7.1.3
11802026-05-20T15:58:37.449Z Downloaded icu_locale_core v2.2.0
11812026-05-20T15:58:37.453Z Downloaded hickory-resolver v0.25.2
11822026-05-20T15:58:37.453Z Downloaded async-compression v0.4.42
11832026-05-20T15:58:37.455Z Downloaded papergrid v0.17.0
11842026-05-20T15:58:37.459Z Downloaded ucd-trie v0.1.7
11852026-05-20T15:58:37.462Z Downloaded test-strategy v0.4.5
11862026-05-20T15:58:37.462Z Downloaded schemars v0.8.22
11872026-05-20T15:58:37.470Z Downloaded zerocopy-derive v0.7.35
11882026-05-20T15:58:37.473Z Downloaded const_format v0.2.36
11892026-05-20T15:58:37.477Z Downloaded yoke v0.8.2
11902026-05-20T15:58:37.477Z Downloaded rand v0.8.6
11912026-05-20T15:58:37.481Z Downloaded toml v0.7.8
11922026-05-20T15:58:37.481Z Downloaded serde_yaml v0.9.34+deprecated
11932026-05-20T15:58:37.485Z Downloaded icu_collections v2.2.0
11942026-05-20T15:58:37.488Z Downloaded typify v0.6.2
11952026-05-20T15:58:37.488Z Downloaded typify v0.4.3
11962026-05-20T15:58:37.491Z Downloaded toml v0.9.12+spec-1.1.0
11972026-05-20T15:58:37.494Z Downloaded unsafe-libyaml v0.2.11
11982026-05-20T15:58:37.494Z Downloaded snafu v0.8.9
11992026-05-20T15:58:37.497Z Downloaded schemars v0.9.0
12002026-05-20T15:58:37.504Z Downloaded qorb v0.4.1
12012026-05-20T15:58:37.507Z Downloaded hashbrown v0.12.3
12022026-05-20T15:58:37.512Z Downloaded toml_edit v0.25.11+spec-1.1.0
12032026-05-20T15:58:37.515Z Downloaded hickory-resolver v0.24.4
12042026-05-20T15:58:37.515Z Downloaded tungstenite v0.21.0
12052026-05-20T15:58:37.518Z Downloaded cmake v0.1.58
12062026-05-20T15:58:37.518Z Downloaded tar v0.4.45
12072026-05-20T15:58:37.521Z Downloaded compression-core v0.4.32
12082026-05-20T15:58:37.521Z Downloaded steno v0.4.1
12092026-05-20T15:58:37.524Z Downloaded daft-derive v0.1.7
12102026-05-20T15:58:37.527Z Downloaded byte-wrapper v0.1.0
12112026-05-20T15:58:37.527Z Downloaded schemars v1.2.1
12122026-05-20T15:58:37.535Z Downloaded yansi v1.0.1
12132026-05-20T15:58:37.538Z Downloaded group v0.13.0
12142026-05-20T15:58:37.538Z Downloaded glob v0.3.3
12152026-05-20T15:58:37.538Z Downloaded async-stream-impl v0.3.6
12162026-05-20T15:58:37.542Z Downloaded rand v0.10.1
12172026-05-20T15:58:37.542Z Downloaded icu_properties_data v2.2.0
12182026-05-20T15:58:37.546Z Downloaded instant v0.1.13
12192026-05-20T15:58:37.548Z Downloaded bit-vec v0.8.0
12202026-05-20T15:58:37.549Z Downloaded arrayref v0.3.9
12212026-05-20T15:58:37.552Z Downloaded toml_edit v0.19.15
12222026-05-20T15:58:37.558Z Downloaded zerocopy-derive v0.8.48
12232026-05-20T15:58:37.564Z Downloaded zerotrie v0.2.4
12242026-05-20T15:58:37.568Z Downloaded nom v8.0.0
12252026-05-20T15:58:37.571Z Downloaded hashbrown v0.16.1
12262026-05-20T15:58:37.574Z Downloaded pest v2.8.6
12272026-05-20T15:58:37.577Z Downloaded iddqd v0.3.18
12282026-05-20T15:58:37.580Z Downloaded libm v0.2.16
12292026-05-20T15:58:37.623Z Downloaded typed-path v0.9.3
12302026-05-20T15:58:37.623Z Downloaded itertools v0.12.1
12312026-05-20T15:58:37.623Z Downloaded hkdf v0.12.4
12322026-05-20T15:58:37.628Z Downloaded reqwest v0.13.3
12332026-05-20T15:58:37.628Z Downloaded rayon v1.12.0
12342026-05-20T15:58:37.632Z Downloaded scc v2.4.0
12352026-05-20T15:58:37.635Z Downloaded zerovec v0.11.6
12362026-05-20T15:58:37.640Z Downloaded goblin v0.8.2
12372026-05-20T15:58:37.649Z Downloaded tower-http v0.6.10
12382026-05-20T15:58:37.654Z Downloaded blake3 v1.8.5
12392026-05-20T15:58:37.658Z Downloaded tough v0.22.0
12402026-05-20T15:58:37.663Z Downloaded zerocopy v0.7.35
12412026-05-20T15:58:37.672Z Downloaded rustls-webpki v0.102.8
12422026-05-20T15:58:37.681Z Downloaded winnow v0.5.40
12432026-05-20T15:58:37.685Z Downloaded tabled v0.15.0
12442026-05-20T15:58:37.693Z Downloaded serde_with v3.20.0
12452026-05-20T15:58:37.700Z Downloaded aws-lc-rs v1.17.0
12462026-05-20T15:58:37.706Z Downloaded goblin v0.10.5
12472026-05-20T15:58:37.710Z Downloaded moka v0.12.15
12482026-05-20T15:58:37.716Z Downloaded time v0.3.47
12492026-05-20T15:58:37.722Z Downloaded proptest v1.11.0
12502026-05-20T15:58:37.745Z Downloaded syn v1.0.109
12512026-05-20T15:58:37.758Z Downloaded tabled v0.20.0
12522026-05-20T15:58:37.775Z Downloaded dropshot v0.17.0
12532026-05-20T15:58:37.797Z Downloaded hickory-proto v0.25.2
12542026-05-20T15:58:37.816Z Downloaded rhai v1.24.0
12552026-05-20T15:58:37.819Z Downloaded nix v0.31.3
12562026-05-20T15:58:37.819Z Downloaded smoltcp v0.11.0
12572026-05-20T15:58:37.826Z Downloaded rustls v0.22.4
12582026-05-20T15:58:37.834Z Downloaded openapiv3 v2.2.0
12592026-05-20T15:58:37.843Z Downloaded hickory-proto v0.24.4
12602026-05-20T15:58:37.855Z Downloaded regress v0.11.1
12612026-05-20T15:58:37.865Z Downloaded regress v0.10.5
12622026-05-20T15:58:37.866Z Downloaded typify-impl v0.6.2
12632026-05-20T15:58:37.874Z Downloaded sled v0.34.7
12642026-05-20T15:58:37.881Z Downloaded typify-impl v0.4.3
12652026-05-20T15:58:37.915Z Downloaded lzma-sys v0.1.20
12662026-05-20T15:58:37.935Z Downloaded jiff v0.2.24
12672026-05-20T15:58:37.943Z Downloaded petgraph v0.6.5
12682026-05-20T15:58:37.956Z Downloaded chrono-tz v0.10.4
12692026-05-20T15:58:37.970Z Downloaded sha3 v0.10.9
12702026-05-20T15:58:37.981Z Downloaded csv v1.4.0
12712026-05-20T15:58:38.041Z Downloaded encoding_rs v0.8.35
12722026-05-20T15:58:38.649Z Downloaded aws-lc-sys v0.41.0
12732026-05-20T15:58:39.567Z Compiling proc-macro2 v1.0.106
12742026-05-20T15:58:39.568Z Compiling quote v1.0.45
12752026-05-20T15:58:39.568Z Compiling unicode-ident v1.0.24
12762026-05-20T15:58:39.571Z Compiling serde_core v1.0.228
12772026-05-20T15:58:39.571Z Compiling cfg-if v1.0.4
12782026-05-20T15:58:39.571Z Compiling serde v1.0.228
12792026-05-20T15:58:39.571Z Compiling libc v0.2.186
12802026-05-20T15:58:39.571Z Compiling memchr v2.8.0
12812026-05-20T15:58:39.770Z Compiling itoa v1.0.18
12822026-05-20T15:58:39.963Z Compiling zmij v1.0.21
12832026-05-20T15:58:40.002Z Compiling smallvec v1.15.1
12842026-05-20T15:58:40.013Z Compiling autocfg v1.5.0
12852026-05-20T15:58:40.205Z Compiling libm v0.2.16
12862026-05-20T15:58:40.402Z Compiling stable_deref_trait v1.2.1
12872026-05-20T15:58:40.416Z Compiling iana-time-zone v0.1.65
12882026-05-20T15:58:40.473Z Compiling writeable v0.6.3
12892026-05-20T15:58:40.556Z Compiling litemap v0.8.2
12902026-05-20T15:58:40.617Z Compiling percent-encoding v2.3.2
12912026-05-20T15:58:40.640Z Compiling icu_properties_data v2.2.0
12922026-05-20T15:58:40.651Z Compiling icu_normalizer_data v2.2.0
12932026-05-20T15:58:40.742Z Compiling utf8_iter v1.0.4
12942026-05-20T15:58:40.814Z Compiling equivalent v1.0.2
12952026-05-20T15:58:40.890Z Compiling syn v2.0.117
12962026-05-20T15:58:40.909Z Compiling version_check v0.9.5
12972026-05-20T15:58:40.995Z Compiling form_urlencoded v1.2.2
12982026-05-20T15:58:41.011Z Compiling pin-project-lite v0.2.17
12992026-05-20T15:58:41.039Z Compiling dyn-clone v1.0.20
13002026-05-20T15:58:41.073Z Compiling serde_json v1.0.149
13012026-05-20T15:58:41.104Z Compiling scopeguard v1.2.0
13022026-05-20T15:58:41.181Z Compiling parking_lot_core v0.9.12
13032026-05-20T15:58:41.190Z Compiling lock_api v0.4.14
13042026-05-20T15:58:41.201Z Compiling thiserror v2.0.18
13052026-05-20T15:58:41.211Z Compiling num-traits v0.2.19
13062026-05-20T15:58:41.348Z Compiling heck v0.5.0
13072026-05-20T15:58:41.428Z Compiling getrandom v0.4.2
13082026-05-20T15:58:41.484Z Compiling rand_core v0.10.1
13092026-05-20T15:58:41.639Z Compiling hashbrown v0.17.1
13102026-05-20T15:58:41.766Z Compiling errno v0.3.14
13112026-05-20T15:58:41.867Z Compiling semver v1.0.28
13122026-05-20T15:58:41.913Z Compiling futures-core v0.3.32
13132026-05-20T15:58:42.103Z Compiling jobserver v0.1.34
13142026-05-20T15:58:42.114Z Compiling shlex v1.3.0
13152026-05-20T15:58:42.216Z Compiling indexmap v2.14.0
13162026-05-20T15:58:42.219Z Compiling find-msvc-tools v0.1.9
13172026-05-20T15:58:42.252Z Compiling uuid v1.23.1
13182026-05-20T15:58:42.263Z Compiling zerocopy v0.8.48
13192026-05-20T15:58:42.356Z Compiling fnv v1.0.7
13202026-05-20T15:58:42.451Z Compiling cc v1.2.62
13212026-05-20T15:58:42.461Z Compiling rustversion v1.0.22
13222026-05-20T15:58:42.675Z Compiling futures-sink v0.3.32
13232026-05-20T15:58:42.725Z Compiling schemars v0.8.22
13242026-05-20T15:58:42.776Z Compiling slab v0.4.12
13252026-05-20T15:58:42.874Z Compiling socket2 v0.6.3
13262026-05-20T15:58:42.878Z Compiling futures-channel v0.3.32
13272026-05-20T15:58:42.985Z Compiling signal-hook-registry v1.4.8
13282026-05-20T15:58:43.051Z Compiling mio v1.2.0
13292026-05-20T15:58:43.101Z Compiling log v0.4.29
13302026-05-20T15:58:43.242Z Compiling parking_lot v0.12.5
13312026-05-20T15:58:43.309Z Compiling futures-io v0.3.32
13322026-05-20T15:58:43.312Z Compiling futures-task v0.3.32
13332026-05-20T15:58:43.422Z Compiling portable-atomic v1.13.1
13342026-05-20T15:58:43.440Z Compiling bitflags v2.11.1
13352026-05-20T15:58:43.472Z Compiling critical-section v1.2.0
13362026-05-20T15:58:43.476Z Compiling regex-syntax v0.8.10
13372026-05-20T15:58:43.549Z Compiling base64 v0.22.1
13382026-05-20T15:58:43.588Z Compiling getrandom v0.2.17
13392026-05-20T15:58:43.641Z Compiling subtle v2.6.1
13402026-05-20T15:58:43.671Z Compiling typenum v1.20.0
13412026-05-20T15:58:43.715Z Compiling synstructure v0.13.2
13422026-05-20T15:58:43.752Z Compiling serde_derive_internals v0.29.1
13432026-05-20T15:58:43.801Z Compiling untrusted v0.9.0
13442026-05-20T15:58:43.880Z Compiling byteorder v1.5.0
13452026-05-20T15:58:43.918Z Compiling ipnet v2.12.0
13462026-05-20T15:58:44.102Z Compiling foldhash v0.2.0
13472026-05-20T15:58:44.214Z Compiling atomic-waker v1.1.2
13482026-05-20T15:58:44.315Z Compiling once_cell v1.21.4
13492026-05-20T15:58:44.332Z Compiling allocator-api2 v0.2.21
13502026-05-20T15:58:44.337Z Compiling httparse v1.10.1
13512026-05-20T15:58:44.417Z Compiling rand_core v0.6.4
13522026-05-20T15:58:44.438Z Compiling cmake v0.1.58
13532026-05-20T15:58:44.481Z Compiling fs_extra v1.3.0
13542026-05-20T15:58:44.524Z Compiling tower-layer v0.3.3
13552026-05-20T15:58:44.623Z Compiling hashbrown v0.16.1
13562026-05-20T15:58:44.645Z Compiling tower-service v0.3.3
13572026-05-20T15:58:44.682Z Compiling ryu v1.0.23
13582026-05-20T15:58:44.729Z Compiling dunce v1.0.5
13592026-05-20T15:58:44.739Z Compiling try-lock v0.2.5
13602026-05-20T15:58:44.767Z Compiling strsim v0.11.1
13612026-05-20T15:58:44.817Z Compiling aws-lc-sys v0.41.0
13622026-05-20T15:58:44.838Z Compiling rustix v1.1.4
13632026-05-20T15:58:44.859Z Compiling want v0.3.1
13642026-05-20T15:58:44.937Z Compiling serde_derive v1.0.228
13652026-05-20T15:58:45.024Z Compiling zerofrom-derive v0.1.7
13662026-05-20T15:58:45.047Z Compiling yoke-derive v0.8.2
13672026-05-20T15:58:45.154Z Compiling zerovec-derive v0.11.3
13682026-05-20T15:58:45.193Z Compiling displaydoc v0.2.5
13692026-05-20T15:58:45.214Z Compiling schemars_derive v0.8.22
13702026-05-20T15:58:45.749Z Compiling thiserror-impl v2.0.18
13712026-05-20T15:58:46.026Z Compiling tokio-macros v2.7.0
13722026-05-20T15:58:46.174Z Compiling zerocopy-derive v0.8.48
13732026-05-20T15:58:46.190Z Compiling zeroize_derive v1.4.3
13742026-05-20T15:58:46.274Z Compiling zerofrom v0.1.8
13752026-05-20T15:58:46.308Z Compiling futures-macro v0.3.32
13762026-05-20T15:58:46.442Z Compiling yoke v0.8.2
13772026-05-20T15:58:46.581Z Compiling zerovec v0.11.6
13782026-05-20T15:58:46.800Z Compiling zerotrie v0.2.4
13792026-05-20T15:58:46.897Z Compiling zeroize v1.8.2
13802026-05-20T15:58:47.102Z Compiling tinystr v0.8.3
13812026-05-20T15:58:47.106Z Compiling potential_utf v0.1.5
13822026-05-20T15:58:47.125Z Compiling httpdate v1.0.3
13832026-05-20T15:58:47.148Z Compiling futures-util v0.3.32
13842026-05-20T15:58:47.251Z Compiling icu_locale_core v2.2.0
13852026-05-20T15:58:47.285Z Compiling icu_collections v2.2.0
13862026-05-20T15:58:47.300Z Compiling thiserror v1.0.69
13872026-05-20T15:58:47.358Z Compiling thiserror-impl v1.0.69
13882026-05-20T15:58:47.774Z Compiling ucd-trie v0.1.7
13892026-05-20T15:58:47.799Z Compiling generic-array v0.14.7
13902026-05-20T15:58:48.034Z Compiling icu_provider v2.2.0
13912026-05-20T15:58:48.061Z Compiling pest v2.8.6
13922026-05-20T15:58:48.182Z Compiling bytes v1.11.1
13932026-05-20T15:58:48.311Z Compiling icu_normalizer v2.2.0
13942026-05-20T15:58:48.350Z Compiling icu_properties v2.2.0
13952026-05-20T15:58:48.509Z Compiling chrono v0.4.44
13962026-05-20T15:58:48.846Z Compiling serde_tokenstream v0.2.3
13972026-05-20T15:58:48.888Z Compiling http v1.4.0
13982026-05-20T15:58:49.095Z Compiling tokio v1.52.3
13992026-05-20T15:58:49.305Z Compiling idna_adapter v1.2.2
14002026-05-20T15:58:49.429Z Compiling idna v1.1.0
14012026-05-20T15:58:49.441Z Compiling erased-serde v0.3.31
14022026-05-20T15:58:49.524Z Compiling http-body v1.0.1
14032026-05-20T15:58:49.774Z Compiling url v2.5.8
14042026-05-20T15:58:49.854Z Compiling pest_meta v2.8.6
14052026-05-20T15:58:49.921Z Compiling pretty-hex v0.4.2
14062026-05-20T15:58:49.979Z Compiling getrandom v0.3.4
14072026-05-20T15:58:50.093Z Compiling tracing-attributes v0.1.31
14082026-05-20T15:58:50.187Z Compiling tracing-core v0.1.36
14092026-05-20T15:58:50.580Z Compiling ppv-lite86 v0.2.21
14102026-05-20T15:58:50.710Z Compiling pest_generator v2.8.6
14112026-05-20T15:58:50.891Z Compiling plain v0.2.3
14122026-05-20T15:58:51.160Z Compiling aho-corasick v1.1.4
14132026-05-20T15:58:51.325Z Compiling pest_derive v2.8.6
14142026-05-20T15:58:51.362Z Compiling tracing v0.1.44
14152026-05-20T15:58:51.500Z Compiling http-body-util v0.1.3
14162026-05-20T15:58:51.598Z Compiling serde_urlencoded v0.7.1
14172026-05-20T15:58:51.737Z Compiling slog v2.8.2
14182026-05-20T15:58:51.821Z Compiling ipnetwork v0.21.1
14192026-05-20T15:58:51.841Z Compiling sync_wrapper v1.0.2
14202026-05-20T15:58:51.884Z Compiling paste v1.0.15
14212026-05-20T15:58:51.943Z Compiling regex-automata v0.4.14
14222026-05-20T15:58:52.296Z Compiling crypto-common v0.1.7
14232026-05-20T15:58:52.390Z Compiling ident_case v1.0.1
14242026-05-20T15:58:52.424Z Compiling powerfmt v0.2.0
14252026-05-20T15:58:52.466Z Compiling time-core v0.1.8
14262026-05-20T15:58:52.505Z Compiling num-conv v0.2.1
14272026-05-20T15:58:52.539Z Compiling omicron-workspace-hack v0.1.0
14282026-05-20T15:58:52.604Z Compiling deranged v0.5.8
14292026-05-20T15:58:52.643Z Compiling time-macros v0.2.27
14302026-05-20T15:58:52.778Z Compiling anyhow v1.0.102
14312026-05-20T15:58:53.102Z Compiling tokio-util v0.7.18
14322026-05-20T15:58:53.260Z Compiling num_threads v0.1.7
14332026-05-20T15:58:53.568Z Compiling regex v1.12.3
14342026-05-20T15:58:53.622Z Compiling oxnet v0.1.5
14352026-05-20T15:58:53.634Z Compiling rustls-pki-types v1.14.1
14362026-05-20T15:58:53.846Z Compiling scroll_derive v0.13.1
14372026-05-20T15:58:54.045Z Compiling daft-derive v0.1.7
14382026-05-20T15:58:54.109Z Compiling fastrand v2.4.1
14392026-05-20T15:58:54.366Z Compiling winnow v1.0.3
14402026-05-20T15:58:54.466Z Compiling async-trait v0.1.89
14412026-05-20T15:58:54.689Z Compiling scroll v0.13.0
14422026-05-20T15:58:54.807Z Compiling crossbeam-utils v0.8.21
14432026-05-20T15:58:55.137Z Compiling h2 v0.4.14
14442026-05-20T15:58:55.502Z Compiling ring v0.17.14
14452026-05-20T15:58:55.687Z Compiling openssl-probe v0.2.1
14462026-05-20T15:58:55.744Z Compiling cpufeatures v0.2.17
14472026-05-20T15:58:55.973Z Compiling block-buffer v0.10.4
14482026-05-20T15:58:56.124Z Compiling thread_local v1.1.9
14492026-05-20T15:58:56.392Z Compiling hex v0.4.3
14502026-05-20T15:58:56.392Z Compiling usdt-impl v0.6.0
14512026-05-20T15:58:56.437Z Compiling digest v0.10.7
14522026-05-20T15:58:56.652Z Compiling goblin v0.10.5
14532026-05-20T15:58:56.655Z Compiling dtrace-parser v0.3.0
14542026-05-20T15:58:56.670Z Compiling camino v1.2.2
14552026-05-20T15:58:56.681Z Compiling slog-async v2.8.0
14562026-05-20T15:58:57.011Z Compiling thread-id v5.1.0
14572026-05-20T15:58:57.040Z Compiling crc32fast v1.5.0
14582026-05-20T15:58:57.088Z Compiling take_mut v0.2.2
14592026-05-20T15:58:57.092Z Compiling term v1.2.1
14602026-05-20T15:58:57.191Z Compiling hyper v1.9.0
14612026-05-20T15:58:57.343Z Compiling aws-lc-rs v1.17.0
14622026-05-20T15:58:57.652Z Compiling rand_core v0.9.5
14632026-05-20T15:58:57.782Z Compiling futures-executor v0.3.32
14642026-05-20T15:58:57.947Z Compiling match_cfg v0.1.0
14652026-05-20T15:58:58.013Z Compiling futures v0.3.32
14662026-05-20T15:58:58.087Z Compiling structmeta-derive v0.3.0
14672026-05-20T15:58:58.223Z Compiling hyper-util v0.1.20
14682026-05-20T15:58:58.234Z Compiling adler2 v2.0.1
14692026-05-20T15:58:58.362Z Compiling simd-adler32 v0.3.9
14702026-05-20T15:58:58.558Z Compiling untrusted v0.7.1
14712026-05-20T15:58:58.884Z Compiling rustls v0.22.4
14722026-05-20T15:58:59.106Z Compiling miniz_oxide v0.8.9
14732026-05-20T15:58:59.121Z Compiling structmeta v0.3.0
14742026-05-20T15:58:59.313Z Compiling dof v0.4.0
14752026-05-20T15:58:59.744Z Compiling rand_chacha v0.9.0
14762026-05-20T15:58:59.810Z Compiling tower v0.5.3
14772026-05-20T15:58:59.875Z Compiling darling_core v0.23.0
14782026-05-20T15:58:59.968Z Compiling newtype-uuid-macros v0.1.0
14792026-05-20T15:59:00.283Z Compiling regress v0.10.5
14802026-05-20T15:59:00.661Z Compiling syn v1.0.109
14812026-05-20T15:59:00.840Z Compiling rustls v0.23.40
14822026-05-20T15:59:00.943Z Compiling tower-http v0.6.10
14832026-05-20T15:59:01.038Z Compiling rand v0.9.4
14842026-05-20T15:59:01.067Z Compiling flate2 v1.1.9
14852026-05-20T15:59:01.365Z Compiling time v0.3.47
14862026-05-20T15:59:01.491Z Compiling newtype-uuid v1.3.2
14872026-05-20T15:59:01.508Z Compiling usdt-macro v0.6.0
14882026-05-20T15:59:01.667Z Compiling usdt-attr-macro v0.6.0
14892026-05-20T15:59:01.834Z Compiling openapiv3 v2.2.0
14902026-05-20T15:59:02.044Z Compiling darling_macro v0.23.0
14912026-05-20T15:59:02.333Z Compiling compression-core v0.4.32
14922026-05-20T15:59:02.494Z Compiling quick-error v1.2.3
14932026-05-20T15:59:02.601Z Compiling ref-cast v1.0.25
14942026-05-20T15:59:02.637Z Compiling compression-codecs v0.4.38
14952026-05-20T15:59:02.648Z Compiling darling v0.23.0
14962026-05-20T15:59:02.725Z Compiling daft v0.1.7
14972026-05-20T15:59:02.970Z Compiling crossbeam-channel v0.5.15
14982026-05-20T15:59:02.990Z Compiling ref-cast-impl v1.0.25
14992026-05-20T15:59:03.046Z Compiling strum_macros v0.26.4
15002026-05-20T15:59:03.349Z Compiling serde_spanned v1.1.1
15012026-05-20T15:59:03.449Z Compiling multer v3.1.0
15022026-05-20T15:59:03.461Z Compiling bit-vec v0.8.0
15032026-05-20T15:59:03.496Z Compiling debug-ignore v1.0.5
15042026-05-20T15:59:03.595Z Compiling toml_writer v1.1.1+spec-1.1.0
15052026-05-20T15:59:03.696Z Compiling bit-set v0.8.0
15062026-05-20T15:59:03.706Z Compiling serde_with_macros v3.20.0
15072026-05-20T15:59:03.728Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15082026-05-20T15:59:03.805Z Compiling async-stream-impl v0.3.6
15092026-05-20T15:59:03.849Z Compiling dropshot v0.17.0
15102026-05-20T15:59:04.094Z Compiling encoding_rs v0.8.35
15112026-05-20T15:59:04.219Z Compiling spin v0.9.8
15122026-05-20T15:59:04.230Z Compiling unarray v0.1.4
15132026-05-20T15:59:04.329Z Compiling mime v0.3.17
15142026-05-20T15:59:04.384Z Compiling derive-ex v0.1.8
15152026-05-20T15:59:04.445Z Compiling async-stream v0.3.6
15162026-05-20T15:59:04.609Z Compiling dropshot_endpoint v0.17.0
15172026-05-20T15:59:04.624Z Compiling macaddr v1.0.1
15182026-05-20T15:59:04.705Z Compiling strum v0.26.3
15192026-05-20T15:59:04.842Z Compiling waitgroup v0.1.2
15202026-05-20T15:59:04.851Z Compiling serde_path_to_error v0.1.20
15212026-05-20T15:59:04.855Z Compiling is-terminal v0.4.17
15222026-05-20T15:59:04.970Z Compiling slog-term v2.9.2
15232026-05-20T15:59:05.654Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15242026-05-20T15:59:05.728Z Compiling tempfile v3.27.0
15252026-05-20T15:59:05.830Z Compiling rustls-native-certs v0.8.3
15262026-05-20T15:59:05.851Z Compiling strum_macros v0.27.2
15272026-05-20T15:59:06.052Z Compiling test-strategy v0.4.5
15282026-05-20T15:59:06.162Z Compiling instant v0.1.13
15292026-05-20T15:59:06.195Z Compiling rustc-hash v2.1.2
15302026-05-20T15:59:06.251Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15312026-05-20T15:59:06.265Z Compiling slog-json v2.6.1
15322026-05-20T15:59:06.325Z Compiling hostname v0.3.1
15332026-05-20T15:59:06.459Z Compiling memmap2 v0.9.10
15342026-05-20T15:59:06.471Z Compiling either v1.15.0
15352026-05-20T15:59:06.674Z Compiling slog-bunyan v2.5.0
15362026-05-20T15:59:06.688Z Compiling parse-display-derive v0.10.0
15372026-05-20T15:59:06.810Z Compiling backon v1.6.0
15382026-05-20T15:59:06.874Z Compiling rand_chacha v0.3.1
15392026-05-20T15:59:07.015Z Compiling toml_parser v1.1.2+spec-1.1.0
15402026-05-20T15:59:07.331Z Compiling rand v0.8.6
15412026-05-20T15:59:07.458Z Compiling rustls-webpki v0.102.8
15422026-05-20T15:59:07.695Z Compiling strum v0.27.2
15432026-05-20T15:59:07.708Z Compiling toml_datetime v1.1.1+spec-1.1.0
15442026-05-20T15:59:08.016Z Compiling wait-timeout v0.2.1
15452026-05-20T15:59:08.312Z Compiling rusty-fork v0.3.1
15462026-05-20T15:59:08.316Z Compiling toml v1.1.2+spec-1.1.0
15472026-05-20T15:59:08.316Z Compiling serde_with v3.20.0
15482026-05-20T15:59:08.346Z Compiling async-compression v0.4.42
15492026-05-20T15:59:08.666Z Compiling rand_xorshift v0.4.0
15502026-05-20T15:59:08.807Z Compiling sha1 v0.10.6
15512026-05-20T15:59:08.950Z Compiling rustls-pemfile v2.2.0
15522026-05-20T15:59:09.033Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15532026-05-20T15:59:09.144Z Compiling hostname v0.4.2
15542026-05-20T15:59:09.855Z Compiling usdt v0.6.0
15552026-05-20T15:59:09.870Z Compiling tokio-rustls v0.25.0
15562026-05-20T15:59:10.022Z Compiling proptest v1.11.0
15572026-05-20T15:59:10.091Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15582026-05-20T15:59:10.134Z Compiling reqwest v0.12.28
15592026-05-20T15:59:10.217Z Compiling itertools v0.14.0
15602026-05-20T15:59:10.757Z Compiling iddqd v0.3.18
15612026-05-20T15:59:11.706Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15622026-05-20T15:59:12.035Z Compiling progenitor-client v0.10.0
15632026-05-20T15:59:12.300Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15642026-05-20T15:59:12.426Z Compiling parse-display v0.10.0
15652026-05-20T15:59:12.756Z Compiling backoff v0.4.0
15662026-05-20T15:59:12.875Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15672026-05-20T15:59:13.549Z Compiling utf8parse v0.2.2
15682026-05-20T15:59:13.662Z Compiling anstyle-parse v1.0.0
15692026-05-20T15:59:13.723Z Compiling anstyle v1.0.14
15702026-05-20T15:59:13.754Z Compiling colorchoice v1.0.5
15712026-05-20T15:59:13.851Z Compiling anstyle-query v1.1.5
15722026-05-20T15:59:13.861Z Compiling is_terminal_polyfill v1.70.2
15732026-05-20T15:59:13.940Z Compiling anstream v1.0.0
15742026-05-20T15:59:13.952Z Compiling unicode-width v0.2.2
15752026-05-20T15:59:13.956Z Compiling clap_lex v1.1.0
15762026-05-20T15:59:14.253Z Compiling regress v0.11.1
15772026-05-20T15:59:14.421Z Compiling clap_derive v4.6.1
15782026-05-20T15:59:14.803Z Compiling terminal_size v0.4.4
15792026-05-20T15:59:16.144Z Compiling typify-impl v0.6.2
15802026-05-20T15:59:16.713Z Compiling toml_datetime v0.6.11
15812026-05-20T15:59:16.823Z Compiling zerocopy-derive v0.7.35
15822026-05-20T15:59:17.086Z Compiling convert_case v0.4.0
15832026-05-20T15:59:17.350Z Compiling derive_more v0.99.20
15842026-05-20T15:59:17.699Z Compiling zerocopy v0.7.35
15852026-05-20T15:59:17.941Z Compiling clap_builder v4.6.0
15862026-05-20T15:59:18.964Z Compiling secrecy v0.10.3
15872026-05-20T15:59:19.121Z Compiling crucible-workspace-hack v0.1.0
15882026-05-20T15:59:19.135Z Compiling float-ord v0.3.2
15892026-05-20T15:59:19.248Z Compiling unsafe-libyaml v0.2.11
15902026-05-20T15:59:19.347Z Compiling tinyvec_macros v0.1.1
15912026-05-20T15:59:19.420Z Compiling tinyvec v1.11.0
15922026-05-20T15:59:19.597Z Compiling clap v4.6.1
15932026-05-20T15:59:19.753Z Compiling serde_yaml v0.9.34+deprecated
15942026-05-20T15:59:20.014Z Compiling dtrace-parser v0.2.0
15952026-05-20T15:59:20.180Z Compiling scroll_derive v0.12.1
15962026-05-20T15:59:20.934Z Compiling num-integer v0.1.46
15972026-05-20T15:59:20.948Z Compiling rustc_version v0.4.1
15982026-05-20T15:59:20.952Z Compiling usdt-impl v0.5.0
15992026-05-20T15:59:21.067Z Compiling scroll v0.12.0
16002026-05-20T15:59:21.223Z Compiling curve25519-dalek v4.1.3
16012026-05-20T15:59:21.608Z Compiling dof v0.3.0
16022026-05-20T15:59:21.866Z Compiling toml_edit v0.25.11+spec-1.1.0
16032026-05-20T15:59:21.919Z Compiling hmac v0.12.1
16042026-05-20T15:59:21.947Z Compiling darling_core v0.21.3
16052026-05-20T15:59:22.021Z Compiling inout v0.1.4
16062026-05-20T15:59:22.052Z Compiling ff v0.13.1
16072026-05-20T15:59:22.063Z Compiling thread-id v4.2.2
16082026-05-20T15:59:22.139Z Compiling cipher v0.4.4
16092026-05-20T15:59:22.160Z Compiling group v0.13.0
16102026-05-20T15:59:22.355Z Compiling hkdf v0.12.4
16112026-05-20T15:59:22.436Z Compiling proc-macro-crate v3.5.0
16122026-05-20T15:59:22.551Z Compiling typify-macro v0.6.2
16132026-05-20T15:59:22.960Z Compiling goblin v0.8.2
16142026-05-20T15:59:23.014Z Compiling num-iter v0.1.45
16152026-05-20T15:59:23.132Z Compiling num-rational v0.4.2
16162026-05-20T15:59:23.390Z Compiling thiserror-impl-no-std v2.0.2
16172026-05-20T15:59:23.743Z Compiling hubpack_derive v0.1.1
16182026-05-20T15:59:24.042Z Compiling darling_macro v0.21.3
16192026-05-20T15:59:24.274Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16202026-05-20T15:59:24.617Z Compiling crossbeam-epoch v0.9.18
16212026-05-20T15:59:24.620Z Compiling universal-hash v0.5.1
16222026-05-20T15:59:24.639Z Compiling typify v0.6.2
16232026-05-20T15:59:24.733Z Compiling crypto-bigint v0.5.5
16242026-05-20T15:59:24.745Z Compiling half v2.7.1
16252026-05-20T15:59:24.951Z Compiling curve25519-dalek-derive v0.1.1
16262026-05-20T15:59:24.966Z Compiling num-complex v0.4.6
16272026-05-20T15:59:25.503Z Compiling ciborium-io v0.2.2
16282026-05-20T15:59:25.597Z Compiling opaque-debug v0.3.1
16292026-05-20T15:59:25.609Z Compiling base16ct v0.2.0
16302026-05-20T15:59:25.625Z Compiling base64ct v1.8.3
16312026-05-20T15:59:25.771Z Compiling elliptic-curve v0.13.8
16322026-05-20T15:59:25.920Z Compiling password-hash v0.5.0
16332026-05-20T15:59:25.951Z Compiling poly1305 v0.8.0
16342026-05-20T15:59:26.049Z Compiling ciborium-ll v0.2.2
16352026-05-20T15:59:26.480Z Compiling num v0.4.3
16362026-05-20T15:59:26.714Z Compiling darling v0.21.3
16372026-05-20T15:59:26.848Z Compiling thiserror-no-std v2.0.2
16382026-05-20T15:59:26.878Z Compiling hubpack v0.1.2
16392026-05-20T15:59:27.009Z Compiling num_enum_derive v0.7.6
16402026-05-20T15:59:27.202Z Compiling chacha20 v0.9.1
16412026-05-20T15:59:27.396Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16422026-05-20T15:59:27.414Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16432026-05-20T15:59:28.046Z Compiling blake2 v0.10.6
16442026-05-20T15:59:28.065Z Compiling byte-wrapper v0.1.0
16452026-05-20T15:59:28.121Z Compiling aead v0.5.2
16462026-05-20T15:59:28.280Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16472026-05-20T15:59:28.424Z Compiling proc-macro-error-attr v1.0.4
16482026-05-20T15:59:28.605Z Compiling memoffset v0.9.1
16492026-05-20T15:59:28.663Z Compiling keccak v0.1.6
16502026-05-20T15:59:28.722Z Compiling rustix v0.38.44
16512026-05-20T15:59:28.852Z Compiling static_assertions v1.1.0
16522026-05-20T15:59:28.902Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16532026-05-20T15:59:28.925Z Compiling prettyplease v0.2.37
16542026-05-20T15:59:29.157Z Compiling heapless v0.8.0
16552026-05-20T15:59:29.168Z Compiling cfg_aliases v0.2.1
16562026-05-20T15:59:29.238Z Compiling nix v0.31.3
16572026-05-20T15:59:29.488Z Compiling sha3 v0.10.9
16582026-05-20T15:59:29.789Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16592026-05-20T15:59:30.136Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16602026-05-20T15:59:30.509Z Compiling argon2 v0.5.3
16612026-05-20T15:59:30.837Z Compiling rustls-webpki v0.103.13
16622026-05-20T15:59:30.929Z Compiling chacha20poly1305 v0.10.1
16632026-05-20T15:59:31.036Z Compiling num_enum v0.7.6
16642026-05-20T15:59:31.195Z Compiling vsss-rs v3.3.4
16652026-05-20T15:59:31.415Z Compiling ingot-macros v0.1.1
16662026-05-20T15:59:31.883Z Compiling ciborium v0.2.2
16672026-05-20T15:59:32.468Z Compiling usdt-attr-macro v0.5.0
16682026-05-20T15:59:32.468Z Compiling usdt-macro v0.5.0
16692026-05-20T15:59:33.629Z Compiling serde_spanned v0.6.9
16702026-05-20T15:59:33.777Z Compiling enum-as-inner v0.6.1
16712026-05-20T15:59:33.994Z Compiling serde_repr v0.1.20
16722026-05-20T15:59:34.205Z Compiling tokio-rustls v0.26.4
16732026-05-20T15:59:34.279Z Compiling rustls-platform-verifier v0.7.0
16742026-05-20T15:59:34.474Z Compiling hyper-rustls v0.27.9
16752026-05-20T15:59:34.528Z Compiling num-derive v0.4.2
16762026-05-20T15:59:34.640Z Compiling hash32 v0.3.1
16772026-05-20T15:59:34.750Z Compiling reqwest v0.13.3
16782026-05-20T15:59:34.762Z Compiling proc-macro-error v1.0.4
16792026-05-20T15:59:34.898Z Compiling memmap v0.7.0
16802026-05-20T15:59:35.007Z Compiling smoltcp v0.11.0
16812026-05-20T15:59:35.094Z Compiling toml_write v0.1.2
16822026-05-20T15:59:35.297Z Compiling indent_write v2.2.0
16832026-05-20T15:59:35.428Z Compiling winnow v0.5.40
16842026-05-20T15:59:35.492Z Compiling data-encoding v2.11.0
16852026-05-20T15:59:35.561Z Compiling winnow v0.7.15
16862026-05-20T15:59:35.679Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
16872026-05-20T15:59:35.958Z Compiling usdt v0.5.0
16882026-05-20T15:59:36.250Z Compiling progenitor-client v0.14.0
16892026-05-20T15:59:36.536Z Compiling progenitor-extras v0.2.0
16902026-05-20T15:59:36.781Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16912026-05-20T15:59:36.842Z Compiling toml_edit v0.19.15
16922026-05-20T15:59:37.112Z Compiling toml_edit v0.22.27
16932026-05-20T15:59:37.119Z Compiling ingot-types v0.1.2
16942026-05-20T15:59:37.550Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16952026-05-20T15:59:37.608Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16962026-05-20T15:59:37.706Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16972026-05-20T15:59:39.032Z Compiling tabwriter v1.4.1
16982026-05-20T15:59:39.102Z Compiling cobs v0.3.0
16992026-05-20T15:59:39.173Z Compiling foreign-types-macros v0.2.3
17002026-05-20T15:59:39.279Z Compiling bytecount v0.6.9
17012026-05-20T15:59:39.306Z Compiling vcpkg v0.2.15
17022026-05-20T15:59:39.397Z Compiling foreign-types-shared v0.3.1
17032026-05-20T15:59:39.419Z Compiling managed v0.8.0
17042026-05-20T15:59:39.494Z Compiling cpufeatures v0.3.0
17052026-05-20T15:59:39.571Z Compiling bitflags v1.3.2
17062026-05-20T15:59:39.638Z Compiling pkg-config v0.3.33
17072026-05-20T15:59:39.651Z Compiling colored v3.1.1
17082026-05-20T15:59:39.840Z Compiling foreign-types v0.5.0
17092026-05-20T15:59:39.921Z Compiling chacha20 v0.10.0
17102026-05-20T15:59:40.045Z Compiling postcard v1.1.3
17112026-05-20T15:59:40.084Z Compiling openssl-sys v0.9.116
17122026-05-20T15:59:40.400Z Compiling toml v0.8.23
17132026-05-20T15:59:40.974Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17142026-05-20T15:59:41.614Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17152026-05-20T15:59:41.842Z Compiling proc-macro-crate v1.3.1
17162026-05-20T15:59:41.960Z Compiling ingot v0.1.1
17172026-05-20T15:59:42.420Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17182026-05-20T15:59:42.776Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17192026-05-20T15:59:42.922Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17202026-05-20T15:59:42.942Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17212026-05-20T15:59:42.977Z Compiling cstr-argument v0.1.2
17222026-05-20T15:59:43.015Z Compiling semver v0.1.20
17232026-05-20T15:59:43.132Z Compiling unicode-segmentation v1.13.2
17242026-05-20T15:59:43.190Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17252026-05-20T15:59:43.223Z Compiling swrite v0.1.0
17262026-05-20T15:59:43.271Z Compiling lazy_static v1.5.0
17272026-05-20T15:59:43.378Z Compiling resolv-conf v0.7.6
17282026-05-20T15:59:43.385Z Compiling linked-hash-map v0.5.6
17292026-05-20T15:59:43.422Z Compiling heck v0.4.1
17302026-05-20T15:59:43.557Z Compiling rayon-core v1.13.0
17312026-05-20T15:59:43.568Z Compiling lru-cache v0.1.2
17322026-05-20T15:59:43.628Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17332026-05-20T15:59:43.690Z Compiling newline-converter v0.3.0
17342026-05-20T15:59:43.717Z Compiling rustc_version v0.1.7
17352026-05-20T15:59:43.815Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17362026-05-20T15:59:43.827Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17372026-05-20T15:59:43.916Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17382026-05-20T15:59:43.939Z Compiling num_enum_derive v0.5.11
17392026-05-20T15:59:44.069Z Compiling rand v0.10.1
17402026-05-20T15:59:44.092Z Compiling atomicwrites v0.4.4
17412026-05-20T15:59:44.098Z Compiling hickory-proto v0.24.4
17422026-05-20T15:59:44.140Z Compiling crossbeam-deque v0.8.6
17432026-05-20T15:59:44.282Z Compiling progenitor-impl v0.13.0
17442026-05-20T15:59:44.330Z Compiling progenitor-impl v0.14.0
17452026-05-20T15:59:44.742Z Compiling console v0.15.11
17462026-05-20T15:59:44.783Z Compiling camino-tempfile v1.4.1
17472026-05-20T15:59:44.966Z Compiling serde-big-array v0.5.1
17482026-05-20T15:59:45.025Z Compiling derive-where v1.6.1
17492026-05-20T15:59:45.111Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17502026-05-20T15:59:45.454Z Compiling pin-project-internal v1.1.13
17512026-05-20T15:59:45.493Z Compiling similar v2.7.0
17522026-05-20T15:59:45.703Z Compiling siphasher v1.0.3
17532026-05-20T15:59:45.903Z Compiling minimal-lexical v0.2.1
17542026-05-20T15:59:46.172Z Compiling nom v7.1.3
17552026-05-20T15:59:46.355Z Compiling expectorate v1.2.0
17562026-05-20T15:59:46.465Z Compiling hickory-resolver v0.24.4
17572026-05-20T15:59:46.513Z Compiling phf_shared v0.12.1
17582026-05-20T15:59:46.564Z Compiling pin-project v1.1.13
17592026-05-20T15:59:46.694Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17602026-05-20T15:59:47.169Z Compiling num_enum v0.5.11
17612026-05-20T15:59:47.288Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17622026-05-20T15:59:47.832Z Compiling progenitor-macro v0.13.0
17632026-05-20T15:59:47.915Z Compiling progenitor-macro v0.14.0
17642026-05-20T15:59:48.297Z Compiling newtype_derive v0.1.6
17652026-05-20T15:59:48.543Z Compiling progenitor-client v0.13.0
17662026-05-20T15:59:49.091Z Compiling unicode-normalization v0.1.25
17672026-05-20T15:59:49.522Z Compiling tokio-stream v0.1.18
17682026-05-20T15:59:49.564Z Compiling async-recursion v1.1.1
17692026-05-20T15:59:49.982Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17702026-05-20T15:59:50.234Z Compiling snafu-derive v0.8.9
17712026-05-20T15:59:50.265Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17722026-05-20T15:59:50.638Z Compiling slog-dtrace v0.3.0
17732026-05-20T15:59:50.889Z Compiling csv-core v0.1.13
17742026-05-20T15:59:51.164Z Compiling bstr v1.12.1
17752026-05-20T15:59:51.677Z Compiling unicode-xid v0.2.6
17762026-05-20T15:59:51.802Z Compiling unicode-width v0.1.14
17772026-05-20T15:59:52.005Z Compiling foldhash v0.1.5
17782026-05-20T15:59:52.082Z Compiling openssl v0.10.80
17792026-05-20T15:59:52.192Z Compiling same-file v1.0.6
17802026-05-20T15:59:52.367Z Compiling foreign-types-shared v0.1.1
17812026-05-20T15:59:52.379Z Compiling chrono-tz v0.10.4
17822026-05-20T15:59:52.495Z Compiling highway v1.3.0
17832026-05-20T15:59:52.506Z Compiling owo-colors v4.3.0
17842026-05-20T15:59:52.518Z Compiling cancel-safe-futures v0.1.5
17852026-05-20T15:59:52.569Z Compiling konst_macro_rules v0.2.19
17862026-05-20T15:59:52.629Z Compiling foreign-types v0.3.2
17872026-05-20T15:59:52.704Z Compiling konst v0.2.20
17882026-05-20T15:59:52.746Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17892026-05-20T15:59:52.811Z Compiling walkdir v2.5.0
17902026-05-20T15:59:52.851Z Compiling hashbrown v0.15.5
17912026-05-20T15:59:52.864Z Compiling snafu v0.8.9
17922026-05-20T15:59:52.885Z Compiling progenitor v0.13.0
17932026-05-20T15:59:52.943Z Compiling const_format_proc_macros v0.2.34
17942026-05-20T15:59:53.018Z Compiling globset v0.4.18
17952026-05-20T15:59:53.031Z Compiling progenitor v0.14.0
17962026-05-20T15:59:53.158Z Compiling csv v1.4.0
17972026-05-20T15:59:53.242Z Compiling qorb v0.4.1
17982026-05-20T15:59:53.274Z Compiling olpc-cjson v0.1.4
17992026-05-20T15:59:53.437Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18002026-05-20T15:59:53.707Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18012026-05-20T15:59:53.801Z Compiling rayon v1.12.0
18022026-05-20T15:59:53.843Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18032026-05-20T15:59:54.399Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18042026-05-20T15:59:54.616Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18052026-05-20T15:59:54.744Z Compiling phf v0.12.1
18062026-05-20T15:59:54.898Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18072026-05-20T15:59:55.217Z Compiling zone_cfg_derive v0.3.1
18082026-05-20T15:59:55.434Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18092026-05-20T15:59:55.509Z Compiling tokio-dtrace v0.1.1
18102026-05-20T15:59:55.649Z Compiling itertools v0.12.1
18112026-05-20T15:59:55.768Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18122026-05-20T15:59:55.779Z Compiling typify-impl v0.4.3
18132026-05-20T15:59:55.969Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18142026-05-20T15:59:56.019Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18152026-05-20T15:59:56.049Z Compiling libsw-core v0.3.2
18162026-05-20T15:59:56.224Z Compiling serde_plain v1.0.2
18172026-05-20T15:59:56.345Z Compiling openssl-macros v0.1.1
18182026-05-20T15:59:56.359Z Compiling pem v3.0.6
18192026-05-20T15:59:56.434Z Compiling cookie v0.18.1
18202026-05-20T15:59:56.617Z Compiling sigpipe v0.1.3
18212026-05-20T15:59:56.680Z Compiling fixedbitset v0.5.7
18222026-05-20T15:59:56.707Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18232026-05-20T15:59:56.739Z Compiling fixedbitset v0.4.2
18242026-05-20T15:59:56.848Z Compiling typed-path v0.9.3
18252026-05-20T15:59:56.878Z Compiling glob v0.3.3
18262026-05-20T15:59:56.947Z Compiling jiff v0.2.24
18272026-05-20T15:59:56.996Z Compiling petgraph v0.6.5
18282026-05-20T15:59:57.014Z Compiling petgraph v0.8.3
18292026-05-20T15:59:57.324Z Compiling zone v0.3.1
18302026-05-20T15:59:58.121Z Compiling tough v0.22.0
18312026-05-20T15:59:58.234Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18322026-05-20T15:59:58.431Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18332026-05-20T15:59:58.476Z Compiling libsw v3.5.0
18342026-05-20T15:59:58.657Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18352026-05-20T15:59:58.791Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18362026-05-20T15:59:59.047Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18372026-05-20T15:59:59.878Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18382026-05-20T16:00:00.251Z Compiling oxide-tokio-rt v0.1.6
18392026-05-20T16:00:00.353Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18402026-05-20T16:00:00.777Z Compiling const_format v0.2.36
18412026-05-20T16:00:00.895Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18422026-05-20T16:00:01.406Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18432026-05-20T16:00:01.744Z Compiling papergrid v0.11.0
18442026-05-20T16:00:01.807Z Compiling tabled_derive v0.7.0
18452026-05-20T16:00:01.939Z Compiling gethostname v0.5.0
18462026-05-20T16:00:02.061Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18472026-05-20T16:00:02.090Z Compiling typify-macro v0.4.3
18482026-05-20T16:00:02.151Z Compiling libscf-sys v1.2.0
18492026-05-20T16:00:02.294Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18502026-05-20T16:00:02.417Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18512026-05-20T16:00:02.468Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18522026-05-20T16:00:02.591Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18532026-05-20T16:00:02.626Z Compiling bcs v0.1.6
18542026-05-20T16:00:02.760Z Compiling smf v0.2.3
18552026-05-20T16:00:02.943Z Compiling linear-map v1.2.0
18562026-05-20T16:00:03.135Z Compiling smawk v0.3.2
18572026-05-20T16:00:03.158Z Compiling tagptr v0.2.0
18582026-05-20T16:00:03.274Z Compiling whoami v1.6.1
18592026-05-20T16:00:03.314Z Compiling termtree v0.5.1
18602026-05-20T16:00:03.362Z Compiling unicode-linebreak v0.1.5
18612026-05-20T16:00:03.493Z Compiling moka v0.12.15
18622026-05-20T16:00:03.589Z Compiling textwrap v0.16.2
18632026-05-20T16:00:03.610Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18642026-05-20T16:00:03.846Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18652026-05-20T16:00:03.857Z Compiling tabled v0.15.0
18662026-05-20T16:00:04.116Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18672026-05-20T16:00:04.139Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18682026-05-20T16:00:04.269Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18692026-05-20T16:00:04.454Z Compiling steno v0.4.1
18702026-05-20T16:00:05.955Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18712026-05-20T16:00:06.648Z Compiling hickory-proto v0.25.2
18722026-05-20T16:00:06.855Z Compiling humantime v2.3.0
18732026-05-20T16:00:06.917Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18742026-05-20T16:00:07.142Z Compiling proc-macro-error-attr2 v2.0.0
18752026-05-20T16:00:07.197Z Compiling parking_lot_core v0.8.6
18762026-05-20T16:00:07.510Z Compiling typify v0.4.3
18772026-05-20T16:00:07.554Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18782026-05-20T16:00:07.607Z Compiling proc-macro-error2 v2.0.1
18792026-05-20T16:00:07.784Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18802026-05-20T16:00:07.891Z Compiling tabled_derive v0.11.0
18812026-05-20T16:00:08.044Z Compiling progenitor-impl v0.11.2
18822026-05-20T16:00:08.428Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18832026-05-20T16:00:08.532Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18842026-05-20T16:00:08.671Z Compiling hickory-resolver v0.25.2
18852026-05-20T16:00:08.919Z Compiling papergrid v0.17.0
18862026-05-20T16:00:09.012Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
18872026-05-20T16:00:09.997Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18882026-05-20T16:00:10.304Z Compiling testing_table v0.3.0
18892026-05-20T16:00:10.505Z Compiling arc-swap v1.9.1
18902026-05-20T16:00:10.827Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
18912026-05-20T16:00:10.946Z Compiling nom v8.0.0
18922026-05-20T16:00:10.965Z Compiling slog-scope v4.4.1
18932026-05-20T16:00:11.140Z Compiling tabled v0.20.0
18942026-05-20T16:00:11.626Z Compiling progenitor-macro v0.11.2
18952026-05-20T16:00:11.662Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
18962026-05-20T16:00:12.210Z Compiling parking_lot v0.11.2
18972026-05-20T16:00:12.952Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18982026-05-20T16:00:13.189Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18992026-05-20T16:00:13.205Z Compiling progenitor-client v0.11.2
19002026-05-20T16:00:13.345Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19012026-05-20T16:00:13.491Z Compiling fxhash v0.2.1
19022026-05-20T16:00:13.580Z Compiling internet-checksum v0.2.1
19032026-05-20T16:00:13.627Z Compiling sled v0.34.7
19042026-05-20T16:00:13.710Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19052026-05-20T16:00:13.866Z Compiling slog-stdlog v4.1.1
19062026-05-20T16:00:14.090Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19072026-05-20T16:00:14.291Z Compiling crc8 v0.1.1
19082026-05-20T16:00:14.415Z Compiling slog-envlogger v2.2.0
19092026-05-20T16:00:14.802Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19102026-05-20T16:00:14.848Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
19112026-05-20T16:00:15.207Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
19122026-05-20T16:00:16.680Z Compiling progenitor v0.11.2
19132026-05-20T16:00:16.780Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19142026-05-20T16:00:18.394Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19152026-05-20T16:00:23.119Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19162026-05-20T16:00:24.731Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19172026-05-20T16:00:25.755Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19182026-05-20T16:00:26.817Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19192026-05-20T16:00:27.587Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19202026-05-20T16:00:28.958Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
19212026-05-20T16:00:53.481Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 14s
19222026-05-20T16:00:53.659Z────────────
19232026-05-20T16:00:53.659Z Nextest run ID 2f353bc1-3100-4aed-9119-869c200d379d with nextest profile: default
19242026-05-20T16:00:53.659Z Starting 7 tests across 1 binary
19252026-05-20T16:00:53.671Z PASS [ 0.011s] mg-lower dendrite::test_tfport_parser
19262026-05-20T16:00:53.675Z PASS [ 0.012s] mg-lower test::sync_prefix_test
19272026-05-20T16:00:53.675Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
19282026-05-20T16:00:53.675Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
19292026-05-20T16:00:53.675Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_idempotent
19302026-05-20T16:00:53.675Z PASS [ 0.013s] mg-lower test::sync_link_down_test
19312026-05-20T16:00:53.675Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19322026-05-20T16:00:53.675Z────────────
19332026-05-20T16:00:53.675Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19342026-05-20T16:00:53.686Zprocess exited: duration 300935 ms, exit code 0
 
19352026-05-20T16:00:53.693Zfound 0 output files