01KV4MYBK1QCJ0AJ2HT8S8S3FY: test-mg-lower

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

Buildomat Job: 01KV4MYSTDVCZQ4PSK6S9FAN2P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T03:25:41.822Zjob assigned to worker 01KV4MZ8ZQE2Y1C62487XCXPVJ [factory aws, i-0ff4cd8a2a9c0f0b9] (queued for 57 s)
 
22026-06-15T03:25:48.609Zstarting task 0: "setup"
32026-06-15T03:25:48.613Z++ uname -s
42026-06-15T03:25:48.616Z+ kern=SunOS
52026-06-15T03:25:48.616Z+ build_user=build
62026-06-15T03:25:48.616Z+ build_uid=12345
72026-06-15T03:25:48.616Z+ work_dir=/work
82026-06-15T03:25:48.616Z+ input_dir=/input
92026-06-15T03:25:48.616Z+ [[ 0 == 12345 ]]
102026-06-15T03:25:48.616Z+ case "$kern" in
112026-06-15T03:25:48.616Z+ groupadd -g 12345 build
122026-06-15T03:25:48.616Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T03:25:50.622Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T03:25:50.726Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T03:25:50.729Z+ home_fs=zfs
162026-06-15T03:25:50.729Z+ [[ zfs == autofs ]]
172026-06-15T03:25:50.730Z+ mkdir -p /home/build
182026-06-15T03:25:50.730Z+ chown build:build /home/build /work
192026-06-15T03:25:52.730Z+ chmod 0700 /home/build /work
202026-06-15T03:25:52.736Zprocess exited: duration 4125 ms, exit code 0
 
212026-06-15T03:25:52.742Zstarting task 1: "rust-toolchain"
222026-06-15T03:25:52.746Z * rust toolchain channel = "stable"
232026-06-15T03:25:52.746Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-06-15T03:25:52.746Z * rust toolchain profile = "default"
252026-06-15T03:25:52.746Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-15T03:25:52.746Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-15T03:25:52.746Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T03:25:52.749Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T03:25:52.749Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-15T03:25:52.864Zinfo: downloading installer
312026-06-15T03:25:54.564Zwarn: It looks like you have an existing installation of Rust at:
322026-06-15T03:25:54.565Zwarn: /opt/ooce/bin
332026-06-15T03:25:54.565Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-15T03:25:54.565Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-15T03:25:54.565Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-15T03:25:54.565Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-15T03:25:54.565Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-15T03:25:54.565Zerror: cannot install while Rust is installed
392026-06-15T03:25:54.566Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-15T03:25:54.566Zwarn: It looks like you have an existing rustup settings file at:
412026-06-15T03:25:54.566Zwarn: /home/build/.rustup/settings.toml
422026-06-15T03:25:54.566Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-15T03:25:54.566Zwarn: instead of the one inferred from the default host triple.
442026-06-15T03:25:54.578Zinfo: profile set to default
452026-06-15T03:25:54.578Zinfo: default host triple is x86_64-unknown-illumos
462026-06-15T03:25:54.581Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-15T03:25:54.741Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-15T03:25:54.744Zinfo: downloading 6 components
492026-06-15T03:26:09.997Z
502026-06-15T03:26:09.997Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-15T03:26:10.029Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-15T03:26:10.030Z
532026-06-15T03:26:10.030Z
542026-06-15T03:26:10.030ZRust is installed now. Great!
552026-06-15T03:26:10.030Z
562026-06-15T03:26:10.033ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-15T03:26:10.033Zenvironment variable. This has not been done automatically.
582026-06-15T03:26:10.033Z
592026-06-15T03:26:10.033ZTo configure your current shell, you need to source
602026-06-15T03:26:10.033Zthe corresponding env file under $HOME/.cargo.
612026-06-15T03:26:10.033Z
622026-06-15T03:26:10.033ZThis is usually done by running one of the following (note the leading DOT):
632026-06-15T03:26:10.034Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-15T03:26:10.034Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-15T03:26:10.034Zsource "~/.cargo/env.nu" # For nushell
662026-06-15T03:26:10.034Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-15T03:26:10.034Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-15T03:26:10.034Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-15T03:26:10.034Zwarn: no default linker (`cc`) was found in your PATH
702026-06-15T03:26:10.034Zwarn: many Rust crates require a system C toolchain to build
712026-06-15T03:26:10.112Z+ rustup --version
722026-06-15T03:26:10.121Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-15T03:26:10.124Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-15T03:26:10.141Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-15T03:26:10.144Z+ cargo --version
762026-06-15T03:26:10.157Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-15T03:26:10.160Z+ rustc --version
782026-06-15T03:26:10.179Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-15T03:26:10.185Zprocess exited: duration 17437 ms, exit code 0
 
802026-06-15T03:26:10.196Zstarting task 2: "authentication"
812026-06-15T03:26:10.216Zprocess exited: duration 22 ms, exit code 0
 
822026-06-15T03:26:10.226Zstarting task 3: "clone repository"
832026-06-15T03:26:10.231Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-15T03:26:10.232Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-15T03:26:10.262ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-15T03:26:11.368Z+ cd /work/oxidecomputer/maghemite
872026-06-15T03:26:11.368Z+ git fetch origin 4cc569836dc1c5d13a5f2396de310220eafee2fe
882026-06-15T03:26:11.753ZFrom https://github.com/oxidecomputer/maghemite
892026-06-15T03:26:11.753Z * branch 4cc569836dc1c5d13a5f2396de310220eafee2fe -> FETCH_HEAD
902026-06-15T03:26:11.758Z+ [[ -n zl/ddm-mcast ]]
912026-06-15T03:26:11.761Z++ git branch --show-current
922026-06-15T03:26:11.761Z+ current=main
932026-06-15T03:26:11.761Z+ [[ main != zl/ddm-mcast ]]
942026-06-15T03:26:11.761Z+ git branch -f zl/ddm-mcast 4cc569836dc1c5d13a5f2396de310220eafee2fe
952026-06-15T03:26:11.764Z+ git checkout -f zl/ddm-mcast
962026-06-15T03:26:11.784ZSwitched to branch 'zl/ddm-mcast'
972026-06-15T03:26:11.787Z+ git reset --hard 4cc569836dc1c5d13a5f2396de310220eafee2fe
982026-06-15T03:26:11.793ZHEAD is now at 4cc5698 [merge] Merge upstream: includes MRIB/v12 update
992026-06-15T03:26:11.796Zprocess exited: duration 1569 ms, exit code 0
 
1002026-06-15T03:26:11.804Zstarting task 4: "build"
1012026-06-15T03:26:11.807Z+ set -e
1022026-06-15T03:26:11.807Z+ source .github/buildomat/test-common.sh
1032026-06-15T03:26:11.811Z++ NEXTEST_VERSION=0.9.97
1042026-06-15T03:26:11.811Z++ PLATFORM=illumos
1052026-06-15T03:26:11.811Z++ banner install
1062026-06-15T03:26:11.811Z
1072026-06-15T03:26:11.811Z # # # #### ##### ## # #
1082026-06-15T03:26:11.811Z # ## # # # # # # #
1092026-06-15T03:26:11.811Z # # # # #### # # # # #
1102026-06-15T03:26:11.811Z # # # # # # ###### # #
1112026-06-15T03:26:11.811Z # # ## # # # # # # #
1122026-06-15T03:26:11.811Z # # # #### # # # ###### ######
1132026-06-15T03:26:11.811Z
1142026-06-15T03:26:11.811Z++ set +o errexit
1152026-06-15T03:26:11.811Z++ pkg info clang-15
1162026-06-15T03:26:11.816Z++ grep -qi installed
1172026-06-15T03:26:13.016Zpkg: info: no packages matching the following patterns you specified are
1182026-06-15T03:26:13.016Zinstalled on the system. Try querying remotely instead:
1192026-06-15T03:26:13.016Z
1202026-06-15T03:26:13.016Z clang-15
1212026-06-15T03:26:13.047Z++ [[ 1 != 0 ]]
1222026-06-15T03:26:13.048Z++ set -o errexit
1232026-06-15T03:26:13.051Z++ pfexec pkg install clang-15
1242026-06-15T03:26:20.865Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-15T03:26:28.529Z Startup: Caching catalogs ... Done
1262026-06-15T03:26:35.774ZPlanning: Solver setup ... Done
1272026-06-15T03:26:35.815ZPlanning: Running solver ... Done
1282026-06-15T03:26:35.955ZPlanning: Finding local manifests ... Done
1292026-06-15T03:26:35.972ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-15T03:26:36.074ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-15T03:26:36.104ZPlanning: Package planning ... Done
1322026-06-15T03:26:36.130ZPlanning: Merging actions ... Done
1332026-06-15T03:26:36.236ZPlanning: Checking for conflicting actions ... Done
1342026-06-15T03:26:36.243ZPlanning: Consolidating action changes ... Done
1352026-06-15T03:26:37.023ZPlanning: Evaluating mediators ... Done
1362026-06-15T03:26:37.028ZPlanning: Planning completed in 8.33 seconds
1372026-06-15T03:26:37.040Z Packages to install: 2
1382026-06-15T03:26:37.040Z Mediators to change: 2
1392026-06-15T03:26:37.040Z Services to change: 1
1402026-06-15T03:26:37.040Z Create boot environment: No
1412026-06-15T03:26:37.040ZCreate backup boot environment: No
1422026-06-15T03:26:37.081Z
1432026-06-15T03:26:37.081ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-15T03:26:42.090ZDownload: 625/3076 items 17.5/211.3MB 8% complete (3.7M/s)
1452026-06-15T03:27:02.208ZDownload: 978/3076 items 82.2/211.3MB 38% complete
1462026-06-15T03:27:07.209ZDownload: 2414/3076 items 119.2/211.3MB 56% complete (7.7M/s)
1472026-06-15T03:27:16.683ZDownload: 3068/3076 items 210.6/211.3MB 99% complete (13.4M/s)
1482026-06-15T03:27:16.715ZDownload: Completed 211.31 MB in 39.63 seconds (5.3M/s)
1492026-06-15T03:27:16.845Z Actions: 1/3418 actions (Installing new actions)
1502026-06-15T03:27:19.990Z Actions: Completed 3418 actions in 3.14 seconds.
1512026-06-15T03:27:20.639Z Done
1522026-06-15T03:27:20.639Z Done
1532026-06-15T03:27:21.375Z Done
1542026-06-15T03:27:24.760Z Done
1552026-06-15T03:27:24.832Z Done
1562026-06-15T03:27:24.835Z Done
1572026-06-15T03:27:25.124Z Done
1582026-06-15T03:27:25.804Z++ set -o errexit
1592026-06-15T03:27:25.804Z++ cargo --version
1602026-06-15T03:27:25.812Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1612026-06-15T03:27:25.967Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1622026-06-15T03:27:25.970Zinfo: downloading 6 components
1632026-06-15T03:27:41.149Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1642026-06-15T03:27:41.152Z++ rustc --version
1652026-06-15T03:27:41.180Zrustc 1.95.0 (59807616e 2026-04-14)
1662026-06-15T03:27:41.185Z++ cargo install cargo-nextest --version 0.9.97
1672026-06-15T03:27:41.227Z Updating crates.io index
1682026-06-15T03:27:41.334Z Downloading crates ...
1692026-06-15T03:27:41.393Z Downloaded cargo-nextest v0.9.97
1702026-06-15T03:27:41.456Z Installing cargo-nextest v0.9.97
1712026-06-15T03:27:41.498Z Updating crates.io index
1722026-06-15T03:27:44.088Z Locking 404 packages to latest compatible versions
1732026-06-15T03:27:44.092Z Adding dialoguer v0.11.0 (available: v0.12.0)
1742026-06-15T03:27:44.095Z Adding duct v0.13.7 (available: v1.1.1)
1752026-06-15T03:27:44.095Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1762026-06-15T03:27:44.095Z Adding generic-array v0.14.7 (available: v0.14.9)
1772026-06-15T03:27:44.098Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1782026-06-15T03:27:44.098Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1792026-06-15T03:27:44.098Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1802026-06-15T03:27:44.101Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1812026-06-15T03:27:44.104Z Adding quick-junit v0.5.2 (available: v0.6.0)
1822026-06-15T03:27:44.132Z Downloading crates ...
1832026-06-15T03:27:44.225Z Downloaded dialoguer v0.11.0
1842026-06-15T03:27:44.229Z Downloaded curve25519-dalek-derive v0.1.1
1852026-06-15T03:27:44.237Z Downloaded color-spantrace v0.3.0
1862026-06-15T03:27:44.241Z Downloaded rand_core v0.9.5
1872026-06-15T03:27:44.250Z Downloaded once_cell v1.21.4
1882026-06-15T03:27:44.253Z Downloaded foreign-types v0.3.2
1892026-06-15T03:27:44.263Z Downloaded rustc-demangle v0.1.27
1902026-06-15T03:27:44.267Z Downloaded globset v0.4.18
1912026-06-15T03:27:44.269Z Downloaded crossterm v0.29.0
1922026-06-15T03:27:44.272Z Downloaded regex v1.12.4
1932026-06-15T03:27:44.276Z Downloaded hyper-rustls v0.27.9
1942026-06-15T03:27:44.280Z Downloaded futures-util v0.3.32
1952026-06-15T03:27:44.284Z Downloaded mukti-metadata v0.3.0
1962026-06-15T03:27:44.287Z Downloaded hyper-tls v0.6.0
1972026-06-15T03:27:44.287Z Downloaded getrandom v0.3.4
1982026-06-15T03:27:44.290Z Downloaded bitflags v2.13.0
1992026-06-15T03:27:44.293Z Downloaded ordered-float v2.10.1
2002026-06-15T03:27:44.293Z Downloaded num-traits v0.2.19
2012026-06-15T03:27:44.296Z Downloaded home v0.5.12
2022026-06-15T03:27:44.296Z Downloaded openssl-macros v0.1.1
2032026-06-15T03:27:44.296Z Downloaded iana-time-zone v0.1.65
2042026-06-15T03:27:44.299Z Downloaded is_terminal_polyfill v1.70.2
2052026-06-15T03:27:44.299Z Downloaded idna_adapter v1.0.0
2062026-06-15T03:27:44.303Z Downloaded http v1.4.2
2072026-06-15T03:27:44.309Z Downloaded scopeguard v1.2.0
2082026-06-15T03:27:44.312Z Downloaded nextest-workspace-hack v0.1.0
2092026-06-15T03:27:44.312Z Downloaded backtrace-ext v0.2.1
2102026-06-15T03:27:44.315Z Downloaded cargo-platform v0.3.3
2112026-06-15T03:27:44.315Z Downloaded camino v1.2.2
2122026-06-15T03:27:44.319Z Downloaded block-buffer v0.10.4
2132026-06-15T03:27:44.319Z Downloaded humantime-serde v1.1.1
2142026-06-15T03:27:44.322Z Downloaded os_pipe v1.2.3
2152026-06-15T03:27:44.324Z Downloaded adler2 v2.0.1
2162026-06-15T03:27:44.327Z Downloaded rustc_version v0.4.1
2172026-06-15T03:27:44.330Z Downloaded indenter v0.3.4
2182026-06-15T03:27:44.330Z Downloaded nested v0.1.1
2192026-06-15T03:27:44.333Z Downloaded form_urlencoded v1.2.2
2202026-06-15T03:27:44.333Z Downloaded colorchoice v1.0.5
2212026-06-15T03:27:44.336Z Downloaded jobserver v0.1.34
2222026-06-15T03:27:44.339Z Downloaded lazy_static v1.5.0
2232026-06-15T03:27:44.339Z Downloaded cargo_metadata v0.23.1
2242026-06-15T03:27:44.343Z Downloaded chrono v0.4.45
2252026-06-15T03:27:44.348Z Downloaded indent_write v2.2.0
2262026-06-15T03:27:44.351Z Downloaded filetime v0.2.29
2272026-06-15T03:27:44.351Z Downloaded percent-encoding v2.3.2
2282026-06-15T03:27:44.351Z Downloaded http-body v1.0.1
2292026-06-15T03:27:44.354Z Downloaded generic-array v0.14.7
2302026-06-15T03:27:44.354Z Downloaded atomic-waker v1.1.2
2312026-06-15T03:27:44.354Z Downloaded rustc-hash v2.1.2
2322026-06-15T03:27:44.357Z Downloaded futures-channel v0.3.32
2332026-06-15T03:27:44.357Z Downloaded anstyle v1.0.14
2342026-06-15T03:27:44.361Z Downloaded lru-slab v0.1.2
2352026-06-15T03:27:44.364Z Downloaded is_ci v1.2.0
2362026-06-15T03:27:44.364Z Downloaded eyre v0.6.12
2372026-06-15T03:27:44.367Z Downloaded derive_more v2.1.1
2382026-06-15T03:27:44.372Z Downloaded static_assertions v1.1.0
2392026-06-15T03:27:44.375Z Downloaded serde_path_to_error v0.1.20
2402026-06-15T03:27:44.376Z Downloaded itoa v1.0.18
2412026-06-15T03:27:44.379Z Downloaded number_prefix v0.4.0
2422026-06-15T03:27:44.379Z Downloaded cargo-util-schemas v0.2.0
2432026-06-15T03:27:44.379Z Downloaded guppy-workspace-hack v0.1.0
2442026-06-15T03:27:44.381Z Downloaded futures-io v0.3.32
2452026-06-15T03:27:44.382Z Downloaded futures-executor v0.3.32
2462026-06-15T03:27:44.382Z Downloaded errno v0.3.14
2472026-06-15T03:27:44.385Z Downloaded http-body-util v0.1.3
2482026-06-15T03:27:44.385Z Downloaded equivalent v1.0.2
2492026-06-15T03:27:44.385Z Downloaded crc32fast v1.5.0
2502026-06-15T03:27:44.388Z Downloaded miette-derive v7.6.0
2512026-06-15T03:27:44.388Z Downloaded const-oid v0.9.6
2522026-06-15T03:27:44.392Z Downloaded anstream v1.0.0
2532026-06-15T03:27:44.392Z Downloaded backtrace v0.3.76
2542026-06-15T03:27:44.395Z Downloaded serde-value v0.7.0
2552026-06-15T03:27:44.398Z Downloaded serde_ignored v0.1.14
2562026-06-15T03:27:44.398Z Downloaded futures-sink v0.3.32
2572026-06-15T03:27:44.402Z Downloaded foldhash v0.1.5
2582026-06-15T03:27:44.402Z Downloaded clap_lex v1.1.0
2592026-06-15T03:27:44.402Z Downloaded strip-ansi-escapes v0.2.1
2602026-06-15T03:27:44.405Z Downloaded spki v0.7.3
2612026-06-15T03:27:44.405Z Downloaded terminal_size v0.4.4
2622026-06-15T03:27:44.405Z Downloaded litrs v1.0.0
2632026-06-15T03:27:44.408Z Downloaded ppv-lite86 v0.2.21
2642026-06-15T03:27:44.408Z Downloaded ed25519-dalek v2.2.0
2652026-06-15T03:27:44.411Z Downloaded pathdiff v0.2.3
2662026-06-15T03:27:44.417Z Downloaded shell-words v1.1.1
2672026-06-15T03:27:44.420Z Downloaded serde_urlencoded v0.7.1
2682026-06-15T03:27:44.420Z Downloaded hashbrown v0.17.1
2692026-06-15T03:27:44.423Z Downloaded signal-hook-mio v0.2.5
2702026-06-15T03:27:44.423Z Downloaded sigchld v0.2.4
2712026-06-15T03:27:44.426Z Downloaded signature v2.2.0
2722026-06-15T03:27:44.429Z Downloaded sync_wrapper v1.0.2
2732026-06-15T03:27:44.429Z Downloaded gimli v0.32.3
2742026-06-15T03:27:44.432Z Downloaded humantime v2.3.0
2752026-06-15T03:27:44.438Z Downloaded pin-project-internal v1.1.13
2762026-06-15T03:27:44.441Z Downloaded native-tls v0.2.18
2772026-06-15T03:27:44.441Z Downloaded clap_builder v4.6.0
2782026-06-15T03:27:44.444Z Downloaded tokio-stream v0.1.18
2792026-06-15T03:27:44.447Z Downloaded quote v1.0.45
2802026-06-15T03:27:44.451Z Downloaded owo-colors v4.3.0
2812026-06-15T03:27:44.451Z Downloaded ipnet v2.12.0
2822026-06-15T03:27:44.454Z Downloaded toml_write v0.1.2
2832026-06-15T03:27:44.454Z Downloaded tower-layer v0.3.3
2842026-06-15T03:27:44.454Z Downloaded thread_local v1.1.9
2852026-06-15T03:27:44.455Z Downloaded self-replace v1.5.0
2862026-06-15T03:27:44.458Z Downloaded pkg-config v0.3.33
2872026-06-15T03:27:44.458Z Downloaded newtype-uuid v1.3.2
2882026-06-15T03:27:44.458Z Downloaded subtle v2.6.1
2892026-06-15T03:27:44.461Z Downloaded supports-color v3.0.2
2902026-06-15T03:27:44.461Z Downloaded tokio-native-tls v0.3.1
2912026-06-15T03:27:44.464Z Downloaded pkcs8 v0.10.2
2922026-06-15T03:27:44.467Z Downloaded tracing-attributes v0.1.31
2932026-06-15T03:27:44.470Z Downloaded pin-project-lite v0.2.17
2942026-06-15T03:27:44.473Z Downloaded tar v0.4.46
2952026-06-15T03:27:44.476Z Downloaded textwrap v0.16.2
2962026-06-15T03:27:44.479Z Downloaded rand_core v0.6.4
2972026-06-15T03:27:44.481Z Downloaded supports-unicode v3.0.0
2982026-06-15T03:27:44.482Z Downloaded log v0.4.32
2992026-06-15T03:27:44.485Z Downloaded rand_chacha v0.9.0
3002026-06-15T03:27:44.488Z Downloaded lock_api v0.4.14
3012026-06-15T03:27:44.488Z Downloaded nextest-metadata v0.12.2
3022026-06-15T03:27:44.497Z Downloaded tokio-util v0.7.18
3032026-06-15T03:27:44.501Z Downloaded serde_spanned v1.1.1
3042026-06-15T03:27:44.504Z Downloaded signal-hook-registry v1.4.8
3052026-06-15T03:27:44.504Z Downloaded sha2 v0.10.9
3062026-06-15T03:27:44.507Z Downloaded toml v1.1.2+spec-1.1.0
3072026-06-15T03:27:44.511Z Downloaded tinyvec_macros v0.1.1
3082026-06-15T03:27:44.511Z Downloaded tokio-macros v2.7.0
3092026-06-15T03:27:44.514Z Downloaded tracing-subscriber v0.3.23
3102026-06-15T03:27:44.519Z Downloaded unicode-width v0.1.14
3112026-06-15T03:27:44.522Z Downloaded slab v0.4.12
3122026-06-15T03:27:44.525Z Downloaded typenum v1.20.1
3132026-06-15T03:27:44.529Z Downloaded anstyle-query v1.1.5
3142026-06-15T03:27:44.532Z Downloaded quick-junit v0.5.2
3152026-06-15T03:27:44.535Z Downloaded toml_edit v0.22.27
3162026-06-15T03:27:44.537Z Downloaded smol_str v0.3.6
3172026-06-15T03:27:44.537Z Downloaded simd-adler32 v0.3.9
3182026-06-15T03:27:44.540Z Downloaded tracing-core v0.1.36
3192026-06-15T03:27:44.540Z Downloaded self_update v0.42.0
3202026-06-15T03:27:44.544Z Downloaded tower-service v0.3.3
3212026-06-15T03:27:44.546Z Downloaded utf8_iter v1.0.4
3222026-06-15T03:27:44.546Z Downloaded parking_lot v0.12.5
3232026-06-15T03:27:44.552Z Downloaded memchr v2.8.2
3242026-06-15T03:27:44.555Z Downloaded unicode-xid v0.2.6
3252026-06-15T03:27:44.560Z Downloaded typeid v1.0.3
3262026-06-15T03:27:44.563Z Downloaded openssl-sys v0.9.117
3272026-06-15T03:27:44.566Z Downloaded quinn-udp v0.5.14
3282026-06-15T03:27:44.566Z Downloaded target-lexicon v0.13.5
3292026-06-15T03:27:44.570Z Downloaded urlencoding v2.1.3
3302026-06-15T03:27:44.576Z Downloaded thiserror v1.0.69
3312026-06-15T03:27:44.579Z Downloaded semver v1.0.28
3322026-06-15T03:27:44.582Z Downloaded utf8parse v0.2.2
3332026-06-15T03:27:44.582Z Downloaded thiserror-impl v2.0.18
3342026-06-15T03:27:44.585Z Downloaded thiserror-impl v1.0.69
3352026-06-15T03:27:44.585Z Downloaded version_check v0.9.5
3362026-06-15T03:27:44.588Z Downloaded untrusted v0.9.0
3372026-06-15T03:27:44.588Z Downloaded try-lock v0.2.5
3382026-06-15T03:27:44.592Z Downloaded xattr v1.6.1
3392026-06-15T03:27:44.596Z Downloaded shared_child v1.1.1
3402026-06-15T03:27:44.599Z Downloaded pin-project v1.1.13
3412026-06-15T03:27:44.604Z Downloaded zerocopy v0.8.52
3422026-06-15T03:27:44.626Z Downloaded miniz_oxide v0.8.9
3432026-06-15T03:27:44.630Z Downloaded ryu v1.0.23
3442026-06-15T03:27:44.648Z Downloaded target-spec v3.6.0
3452026-06-15T03:27:44.651Z Downloaded serde_derive v1.0.228
3462026-06-15T03:27:44.654Z Downloaded serde_core v1.0.228
3472026-06-15T03:27:44.657Z Downloaded signal-hook v0.3.18
3482026-06-15T03:27:44.660Z Downloaded smallvec v1.15.2
3492026-06-15T03:27:44.669Z Downloaded zstd v0.13.3
3502026-06-15T03:27:44.672Z Downloaded zeroize v1.9.0
3512026-06-15T03:27:44.675Z Downloaded zstd-safe v7.2.4
3522026-06-15T03:27:44.678Z Downloaded proc-macro2 v1.0.106
3532026-06-15T03:27:44.725Z Downloaded cargo_metadata v0.20.0
3542026-06-15T03:27:44.736Z Downloaded anstyle-parse v1.0.0
3552026-06-15T03:27:44.739Z Downloaded futures-macro v0.3.32
3562026-06-15T03:27:44.744Z Downloaded heck v0.5.0
3572026-06-15T03:27:44.748Z Downloaded indicatif v0.17.11
3582026-06-15T03:27:44.751Z Downloaded quinn v0.11.9
3592026-06-15T03:27:44.753Z Downloaded cc v1.2.64
3602026-06-15T03:27:44.756Z Downloaded unicode-ident v1.0.24
3612026-06-15T03:27:44.756Z Downloaded mio v1.2.1
3622026-06-15T03:27:44.759Z Downloaded futures v0.3.32
3632026-06-15T03:27:44.762Z Downloaded socket2 v0.6.4
3642026-06-15T03:27:44.765Z Downloaded reqwest v0.12.28
3652026-06-15T03:27:44.772Z Downloaded tempfile v3.27.0
3662026-06-15T03:27:44.775Z Downloaded rustls-webpki v0.103.13
3672026-06-15T03:27:44.779Z Downloaded bstr v1.12.1
3682026-06-15T03:27:44.784Z Downloaded derive-where v1.6.1
3692026-06-15T03:27:44.787Z Downloaded vte v0.14.1
3702026-06-15T03:27:44.789Z Downloaded supports-hyperlinks v3.2.0
3712026-06-15T03:27:44.789Z Downloaded uuid v1.23.3
3722026-06-15T03:27:44.793Z Downloaded der v0.7.10
3732026-06-15T03:27:44.795Z Downloaded xxhash-rust v0.8.15
3742026-06-15T03:27:44.801Z Downloaded camino-tempfile v1.4.1
3752026-06-15T03:27:44.804Z Downloaded config v0.15.23
3762026-06-15T03:27:44.807Z Downloaded indexmap v2.14.0
3772026-06-15T03:27:44.810Z Downloaded rand v0.9.4
3782026-06-15T03:27:44.813Z Downloaded nextest-filtering v0.15.0
3792026-06-15T03:27:44.816Z Downloaded miette v7.6.0
3802026-06-15T03:27:44.821Z Downloaded hyper v1.10.1
3812026-06-15T03:27:44.826Z Downloaded parking_lot_core v0.9.12
3822026-06-15T03:27:44.839Z Downloaded ahash v0.8.12
3832026-06-15T03:27:44.843Z Downloaded rustls-pki-types v1.14.1
3842026-06-15T03:27:44.854Z Downloaded document-features v0.2.12
3852026-06-15T03:27:44.857Z Downloaded cpufeatures v0.2.17
3862026-06-15T03:27:44.863Z Downloaded guppy v0.17.26
3872026-06-15T03:27:44.867Z Downloaded cfg_aliases v0.2.1
3882026-06-15T03:27:44.869Z Downloaded convert_case v0.10.0
3892026-06-15T03:27:44.869Z Downloaded digest v0.10.7
3902026-06-15T03:27:44.872Z Downloaded flate2 v1.1.9
3912026-06-15T03:27:44.875Z Downloaded zmij v1.0.21
3922026-06-15T03:27:44.875Z Downloaded serde v1.0.228
3932026-06-15T03:27:44.878Z Downloaded thiserror v2.0.18
3942026-06-15T03:27:44.881Z Downloaded find-msvc-tools v0.1.9
3952026-06-15T03:27:44.884Z Downloaded clap_derive v4.6.1
3962026-06-15T03:27:44.884Z Downloaded hyper-util v0.1.20
3972026-06-15T03:27:44.889Z Downloaded serde_spanned v0.6.9
3982026-06-15T03:27:44.892Z Downloaded url v2.5.8
3992026-06-15T03:27:44.892Z Downloaded unicode-segmentation v1.13.3
4002026-06-15T03:27:44.895Z Downloaded target-spec-miette v0.4.8
4012026-06-15T03:27:44.898Z Downloaded unicode-linebreak v0.1.5
4022026-06-15T03:27:44.901Z Downloaded atomicwrites v0.4.4
4032026-06-15T03:27:44.904Z Downloaded tower v0.5.3
4042026-06-15T03:27:44.908Z Downloaded getrandom v0.2.17
4052026-06-15T03:27:44.911Z Downloaded borsh v1.6.1
4062026-06-15T03:27:44.914Z Downloaded base64 v0.22.1
4072026-06-15T03:27:44.917Z Downloaded tracing-error v0.2.1
4082026-06-15T03:27:44.917Z Downloaded ron v0.12.1
4092026-06-15T03:27:44.920Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4102026-06-15T03:27:44.923Z Downloaded unicase v2.9.0
4112026-06-15T03:27:44.923Z Downloaded openssl-probe v0.2.1
4122026-06-15T03:27:44.923Z Downloaded toml_writer v1.1.1+spec-1.1.0
4132026-06-15T03:27:44.926Z Downloaded h2 v0.4.14
4142026-06-15T03:27:44.929Z Downloaded futures-core v0.3.32
4152026-06-15T03:27:44.929Z Downloaded curve25519-dalek v4.1.3
4162026-06-15T03:27:44.943Z Downloaded itertools v0.14.0
4172026-06-15T03:27:44.973Z Downloaded unicode-normalization v0.1.25
4182026-06-15T03:27:44.987Z Downloaded idna v1.1.0
4192026-06-15T03:27:44.991Z Downloaded pulldown-cmark v0.13.4
4202026-06-15T03:27:44.995Z Downloaded vcpkg v0.2.15
4212026-06-15T03:27:45.018Z Downloaded serde_json v1.0.150
4222026-06-15T03:27:45.021Z Downloaded serde-untagged v0.1.9
4232026-06-15T03:27:45.024Z Downloaded quick-xml v0.38.4
4242026-06-15T03:27:45.042Z Downloaded portable-atomic v1.13.1
4252026-06-15T03:27:45.050Z Downloaded tower-http v0.6.11
4262026-06-15T03:27:45.056Z Downloaded debug-ignore v1.0.5
4272026-06-15T03:27:45.059Z Downloaded httparse v1.10.1
4282026-06-15T03:27:45.085Z Downloaded autocfg v1.5.1
4292026-06-15T03:27:45.090Z Downloaded bytes v1.11.1
4302026-06-15T03:27:45.090Z Downloaded hex v0.4.3
4312026-06-15T03:27:45.093Z Downloaded winnow v0.7.15
4322026-06-15T03:27:45.096Z Downloaded winnow v1.0.3
4332026-06-15T03:27:45.100Z Downloaded cargo-platform v0.2.0
4342026-06-15T03:27:45.108Z Downloaded quinn-proto v0.11.14
4352026-06-15T03:27:45.113Z Downloaded ed25519 v2.2.3
4362026-06-15T03:27:45.119Z Downloaded getrandom v0.4.2
4372026-06-15T03:27:45.123Z Downloaded hashbrown v0.15.5
4382026-06-15T03:27:45.126Z Downloaded quick-xml v0.37.5
4392026-06-15T03:27:45.129Z Downloaded nextest-runner v0.80.0
4402026-06-15T03:27:45.137Z Downloaded aho-corasick v1.1.4
4412026-06-15T03:27:45.143Z Downloaded foreign-types-shared v0.1.1
4422026-06-15T03:27:45.155Z Downloaded fnv v1.0.7
4432026-06-15T03:27:45.158Z Downloaded async-scoped v0.9.0
4442026-06-15T03:27:45.161Z Downloaded webpki-roots v1.0.7
4452026-06-15T03:27:45.197Z Downloaded strsim v0.11.1
4462026-06-15T03:27:45.201Z Downloaded cfg-if v1.0.4
4472026-06-15T03:27:45.209Z Downloaded console v0.15.11
4482026-06-15T03:27:45.212Z Downloaded addr2line v0.25.1
4492026-06-15T03:27:45.215Z Downloaded derive_more-impl v2.1.1
4502026-06-15T03:27:45.218Z Downloaded futures-task v0.3.32
4512026-06-15T03:27:45.218Z Downloaded duct v0.13.7
4522026-06-15T03:27:45.218Z Downloaded clap v4.6.1
4532026-06-15T03:27:45.222Z Downloaded unicode-width v0.2.2
4542026-06-15T03:27:45.225Z Downloaded cfg-expr v0.20.8
4552026-06-15T03:27:45.228Z Downloaded openssl v0.10.81
4562026-06-15T03:27:45.234Z Downloaded toml_datetime v0.6.11
4572026-06-15T03:27:45.237Z Downloaded syn v2.0.117
4582026-06-15T03:27:45.239Z Downloaded erased-serde v0.4.10
4592026-06-15T03:27:45.248Z Downloaded shlex v2.0.1
4602026-06-15T03:27:45.253Z Downloaded object v0.37.3
4612026-06-15T03:27:45.262Z Downloaded base64ct v1.8.3
4622026-06-15T03:27:45.265Z Downloaded nix v0.30.1
4632026-06-15T03:27:45.270Z Downloaded future-queue v0.4.0
4642026-06-15T03:27:45.273Z Downloaded fixedbitset v0.5.7
4652026-06-15T03:27:45.273Z Downloaded tokio-rustls v0.26.4
4662026-06-15T03:27:45.274Z Downloaded regex-syntax v0.8.11
4672026-06-15T03:27:45.279Z Downloaded rustls v0.23.40
4682026-06-15T03:27:45.285Z Downloaded enable-ansi-support v0.2.1
4692026-06-15T03:27:45.288Z Downloaded crypto-common v0.1.7
4702026-06-15T03:27:45.288Z Downloaded rustix v0.38.44
4712026-06-15T03:27:45.309Z Downloaded rustix v1.1.4
4722026-06-15T03:27:45.342Z Downloaded tracing v0.1.44
4732026-06-15T03:27:45.414Z Downloaded regex-automata v0.4.14
4742026-06-15T03:27:45.434Z Downloaded either v1.16.0
4752026-06-15T03:27:45.455Z Downloaded sharded-slab v0.1.7
4762026-06-15T03:27:45.478Z Downloaded petgraph v0.8.3
4772026-06-15T03:27:45.491Z Downloaded fastrand v2.4.1
4782026-06-15T03:27:45.494Z Downloaded libc v0.2.186
4792026-06-15T03:27:45.512Z Downloaded color-eyre v0.6.5
4802026-06-15T03:27:45.517Z Downloaded tokio v1.52.3
4812026-06-15T03:27:45.538Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4822026-06-15T03:27:45.548Z Downloaded want v0.3.1
4832026-06-15T03:27:45.551Z Downloaded zipsign-api v0.1.5
4842026-06-15T03:27:45.551Z Downloaded toml_parser v1.1.2+spec-1.1.0
4852026-06-15T03:27:45.554Z Downloaded tracing-log v0.2.0
4862026-06-15T03:27:45.554Z Downloaded toml v0.8.23
4872026-06-15T03:27:45.554Z Downloaded tinyvec v1.11.0
4882026-06-15T03:27:45.613Z Downloaded recursion v0.5.4
4892026-06-15T03:27:45.619Z Downloaded ring v0.17.14
4902026-06-15T03:27:45.797Z Downloaded swrite v0.1.0
4912026-06-15T03:27:45.835Z Compiling libc v0.2.186
4922026-06-15T03:27:45.835Z Compiling proc-macro2 v1.0.106
4932026-06-15T03:27:45.835Z Compiling quote v1.0.45
4942026-06-15T03:27:45.835Z Compiling unicode-ident v1.0.24
4952026-06-15T03:27:45.838Z Compiling serde_core v1.0.228
4962026-06-15T03:27:45.838Z Compiling cfg-if v1.0.4
4972026-06-15T03:27:45.838Z Compiling memchr v2.8.2
4982026-06-15T03:27:45.838Z Compiling once_cell v1.21.4
4992026-06-15T03:27:46.050Z Compiling log v0.4.32
5002026-06-15T03:27:46.094Z Compiling pin-project-lite v0.2.17
5012026-06-15T03:27:46.186Z Compiling itoa v1.0.18
5022026-06-15T03:27:46.213Z Compiling serde v1.0.228
5032026-06-15T03:27:46.385Z Compiling smallvec v1.15.2
5042026-06-15T03:27:46.412Z Compiling futures-core v0.3.32
5052026-06-15T03:27:46.569Z Compiling bitflags v2.13.0
5062026-06-15T03:27:46.569Z Compiling shlex v2.0.1
5072026-06-15T03:27:46.626Z Compiling equivalent v1.0.2
5082026-06-15T03:27:46.710Z Compiling find-msvc-tools v0.1.9
5092026-06-15T03:27:46.785Z Compiling hashbrown v0.17.1
5102026-06-15T03:27:46.962Z Compiling errno v0.3.14
5112026-06-15T03:27:46.974Z Compiling bytes v1.11.1
5122026-06-15T03:27:46.985Z Compiling mio v1.2.1
5132026-06-15T03:27:47.107Z Compiling signal-hook-registry v1.4.8
5142026-06-15T03:27:47.125Z Compiling jobserver v0.1.34
5152026-06-15T03:27:47.269Z Compiling syn v2.0.117
5162026-06-15T03:27:47.323Z Compiling futures-sink v0.3.32
5172026-06-15T03:27:47.439Z Compiling cc v1.2.64
5182026-06-15T03:27:47.460Z Compiling rustix v1.1.4
5192026-06-15T03:27:47.472Z Compiling socket2 v0.6.4
5202026-06-15T03:27:47.723Z Compiling zmij v1.0.21
5212026-06-15T03:27:47.726Z Compiling slab v0.4.12
5222026-06-15T03:27:47.927Z Compiling futures-channel v0.3.32
5232026-06-15T03:27:47.948Z Compiling tracing-core v0.1.36
5242026-06-15T03:27:48.086Z Compiling serde_json v1.0.150
5252026-06-15T03:27:48.189Z Compiling version_check v0.9.5
5262026-06-15T03:27:48.350Z Compiling indexmap v2.14.0
5272026-06-15T03:27:48.489Z Compiling futures-io v0.3.32
5282026-06-15T03:27:48.531Z Compiling futures-task v0.3.32
5292026-06-15T03:27:48.670Z Compiling getrandom v0.4.2
5302026-06-15T03:27:48.712Z Compiling camino v1.2.2
5312026-06-15T03:27:48.764Z Compiling percent-encoding v2.3.2
5322026-06-15T03:27:48.973Z Compiling unicode-width v0.2.2
5332026-06-15T03:27:49.062Z Compiling ring v0.17.14
5342026-06-15T03:27:49.114Z Compiling http v1.4.2
5352026-06-15T03:27:49.196Z Compiling simd-adler32 v0.3.9
5362026-06-15T03:27:49.210Z Compiling adler2 v2.0.1
5372026-06-15T03:27:49.282Z Compiling zeroize v1.9.0
5382026-06-15T03:27:49.369Z Compiling autocfg v1.5.1
5392026-06-15T03:27:49.493Z Compiling miniz_oxide v0.8.9
5402026-06-15T03:27:49.730Z Compiling num-traits v0.2.19
5412026-06-15T03:27:50.006Z Compiling target-lexicon v0.13.5
5422026-06-15T03:27:50.023Z Compiling getrandom v0.3.4
5432026-06-15T03:27:50.362Z Compiling object v0.37.3
5442026-06-15T03:27:50.480Z Compiling zerocopy v0.8.52
5452026-06-15T03:27:50.711Z Compiling http-body v1.0.1
5462026-06-15T03:27:50.773Z Compiling rustls-pki-types v1.14.1
5472026-06-15T03:27:50.866Z Compiling form_urlencoded v1.2.2
5482026-06-15T03:27:50.879Z Compiling serde_derive v1.0.228
5492026-06-15T03:27:50.914Z Compiling tokio-macros v2.7.0
5502026-06-15T03:27:50.925Z Compiling futures-macro v0.3.32
5512026-06-15T03:27:50.998Z Compiling tracing-attributes v0.1.31
5522026-06-15T03:27:51.129Z Compiling semver v1.0.28
5532026-06-15T03:27:51.352Z Compiling getrandom v0.2.17
5542026-06-15T03:27:51.552Z Compiling gimli v0.32.3
5552026-06-15T03:27:51.646Z Compiling tokio v1.52.3
5562026-06-15T03:27:51.646Z Compiling idna_adapter v1.0.0
5572026-06-15T03:27:51.747Z Compiling httparse v1.10.1
5582026-06-15T03:27:51.759Z Compiling futures-util v0.3.32
5592026-06-15T03:27:51.785Z Compiling owo-colors v4.3.0
5602026-06-15T03:27:52.124Z Compiling untrusted v0.9.0
5612026-06-15T03:27:52.129Z Compiling thiserror v2.0.18
5622026-06-15T03:27:52.202Z Compiling tracing v0.1.44
5632026-06-15T03:27:52.230Z Compiling utf8_iter v1.0.4
5642026-06-15T03:27:52.391Z Compiling signal-hook v0.3.18
5652026-06-15T03:27:52.456Z Compiling guppy-workspace-hack v0.1.0
5662026-06-15T03:27:52.541Z Compiling fnv v1.0.7
5672026-06-15T03:27:52.646Z Compiling idna v1.1.0
5682026-06-15T03:27:52.835Z Compiling thiserror-impl v2.0.18
5692026-06-15T03:27:54.037Z Compiling addr2line v0.25.1
5702026-06-15T03:27:54.464Z Compiling generic-array v0.14.7
5712026-06-15T03:27:54.489Z Compiling rustc-demangle v0.1.27
5722026-06-15T03:27:54.699Z Compiling tower-service v0.3.3
5732026-06-15T03:27:54.797Z Compiling typeid v1.0.3
5742026-06-15T03:27:54.903Z Compiling atomic-waker v1.1.2
5752026-06-15T03:27:54.962Z Compiling try-lock v0.2.5
5762026-06-15T03:27:55.032Z Compiling target-spec v3.6.0
5772026-06-15T03:27:55.075Z Compiling pkg-config v0.3.33
5782026-06-15T03:27:55.090Z Compiling thiserror v1.0.69
5792026-06-15T03:27:55.321Z Compiling rustls v0.23.40
5802026-06-15T03:27:55.410Z Compiling fastrand v2.4.1
5812026-06-15T03:27:55.508Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5822026-06-15T03:27:55.546Z Compiling tokio-util v0.7.18
5832026-06-15T03:27:55.650Z Compiling tempfile v3.27.0
5842026-06-15T03:27:55.769Z Compiling want v0.3.1
5852026-06-15T03:27:55.851Z Compiling cfg-expr v0.20.8
5862026-06-15T03:27:55.956Z Compiling url v2.5.8
5872026-06-15T03:27:56.024Z Compiling h2 v0.4.14
5882026-06-15T03:27:57.019Z Compiling backtrace v0.3.76
5892026-06-15T03:27:57.368Z Compiling thiserror-impl v1.0.69
5902026-06-15T03:27:57.520Z Compiling terminal_size v0.4.4
5912026-06-15T03:27:57.533Z Compiling aho-corasick v1.1.4
5922026-06-15T03:27:57.673Z Compiling winnow v0.7.15
5932026-06-15T03:27:58.418Z Compiling rustls-webpki v0.103.13
5942026-06-15T03:27:58.538Z Compiling erased-serde v0.4.10
5952026-06-15T03:27:58.841Z Compiling regex-syntax v0.8.11
5962026-06-15T03:27:59.570Z Compiling subtle v2.6.1
5972026-06-15T03:27:59.744Z Compiling typenum v1.20.1
5982026-06-15T03:28:00.970Z Compiling regex-automata v0.4.14
5992026-06-15T03:28:01.188Z Compiling hyper v1.10.1
6002026-06-15T03:28:03.076Z Compiling serde_spanned v0.6.9
6012026-06-15T03:28:03.239Z Compiling toml_datetime v0.6.11
6022026-06-15T03:28:03.615Z Compiling ahash v0.8.12
6032026-06-15T03:28:03.880Z Compiling sync_wrapper v1.0.2
6042026-06-15T03:28:03.999Z Compiling unicode-linebreak v0.1.5
6052026-06-15T03:28:04.272Z Compiling portable-atomic v1.13.1
6062026-06-15T03:28:04.596Z Compiling unicode-segmentation v1.13.3
6072026-06-15T03:28:04.729Z Compiling tower-layer v0.3.3
6082026-06-15T03:28:04.908Z Compiling either v1.16.0
6092026-06-15T03:28:04.935Z Compiling toml_write v0.1.2
6102026-06-15T03:28:04.998Z Compiling parking_lot_core v0.9.12
6112026-06-15T03:28:05.138Z Compiling lazy_static v1.5.0
6122026-06-15T03:28:05.177Z Compiling foldhash v0.1.5
6132026-06-15T03:28:05.244Z Compiling crc32fast v1.5.0
6142026-06-15T03:28:05.281Z Compiling nextest-workspace-hack v0.1.0
6152026-06-15T03:28:05.313Z Compiling base64 v0.22.1
6162026-06-15T03:28:05.394Z Compiling is_ci v1.2.0
6172026-06-15T03:28:05.539Z Compiling ipnet v2.12.0
6182026-06-15T03:28:05.581Z Compiling supports-color v3.0.2
6192026-06-15T03:28:05.595Z Compiling hashbrown v0.15.5
6202026-06-15T03:28:05.805Z Compiling hyper-util v0.1.20
6212026-06-15T03:28:05.837Z Compiling sharded-slab v0.1.7
6222026-06-15T03:28:06.237Z Compiling toml_edit v0.22.27
6232026-06-15T03:28:06.268Z Compiling convert_case v0.10.0
6242026-06-15T03:28:06.423Z Compiling tower v0.5.3
6252026-06-15T03:28:06.569Z Compiling textwrap v0.16.2
6262026-06-15T03:28:06.700Z Compiling tokio-rustls v0.26.4
6272026-06-15T03:28:07.051Z Compiling backtrace-ext v0.2.1
6282026-06-15T03:28:07.309Z Compiling ordered-float v2.10.1
6292026-06-15T03:28:07.589Z Compiling webpki-roots v1.0.7
6302026-06-15T03:28:07.645Z Compiling miette-derive v7.6.0
6312026-06-15T03:28:07.732Z Compiling pathdiff v0.2.3
6322026-06-15T03:28:07.861Z Compiling console v0.15.11
6332026-06-15T03:28:07.972Z Compiling cargo-platform v0.3.3
6342026-06-15T03:28:08.417Z Compiling tracing-log v0.2.0
6352026-06-15T03:28:08.545Z Compiling os_pipe v1.2.3
6362026-06-15T03:28:08.711Z Compiling thread_local v1.1.9
6372026-06-15T03:28:08.750Z Compiling scopeguard v1.2.0
6382026-06-15T03:28:08.765Z Compiling rustix v0.38.44
6392026-06-15T03:28:08.857Z Compiling pulldown-cmark v0.13.4
6402026-06-15T03:28:09.065Z Compiling utf8parse v0.2.2
6412026-06-15T03:28:09.093Z Compiling zstd-safe v7.2.4
6422026-06-15T03:28:09.123Z Compiling debug-ignore v1.0.5
6432026-06-15T03:28:09.174Z Compiling supports-hyperlinks v3.2.0
6442026-06-15T03:28:09.233Z Compiling winnow v1.0.3
6452026-06-15T03:28:09.343Z Compiling fixedbitset v0.5.7
6462026-06-15T03:28:09.397Z Compiling ryu v1.0.23
6472026-06-15T03:28:09.539Z Compiling supports-unicode v3.0.0
6482026-06-15T03:28:09.711Z Compiling cfg_aliases v0.2.1
6492026-06-15T03:28:09.714Z Compiling unicode-width v0.1.14
6502026-06-15T03:28:09.788Z Compiling nix v0.30.1
6512026-06-15T03:28:09.860Z Compiling petgraph v0.8.3
6522026-06-15T03:28:10.016Z Compiling miette v7.6.0
6532026-06-15T03:28:10.166Z Compiling serde_urlencoded v0.7.1
6542026-06-15T03:28:10.444Z Compiling toml_parser v1.1.2+spec-1.1.0
6552026-06-15T03:28:10.750Z Compiling anstyle-parse v1.0.0
6562026-06-15T03:28:11.085Z Compiling tracing-subscriber v0.3.23
6572026-06-15T03:28:11.766Z Compiling lock_api v0.4.14
6582026-06-15T03:28:11.812Z Compiling sigchld v0.2.4
6592026-06-15T03:28:12.008Z Compiling cargo_metadata v0.23.1
6602026-06-15T03:28:12.011Z Compiling toml v0.8.23
6612026-06-15T03:28:12.187Z Compiling hyper-rustls v0.27.9
6622026-06-15T03:28:12.865Z Compiling serde-value v0.7.0
6632026-06-15T03:28:13.629Z Compiling serde-untagged v0.1.9
6642026-06-15T03:28:14.098Z Compiling tower-http v0.6.11
6652026-06-15T03:28:14.375Z Compiling derive_more-impl v2.1.1
6662026-06-15T03:28:15.054Z Compiling itertools v0.14.0
6672026-06-15T03:28:15.103Z Compiling regex v1.12.4
6682026-06-15T03:28:15.148Z Compiling block-buffer v0.10.4
6692026-06-15T03:28:15.186Z Compiling crypto-common v0.1.7
6702026-06-15T03:28:15.295Z Compiling ppv-lite86 v0.2.21
6712026-06-15T03:28:15.316Z Compiling rand_core v0.9.5
6722026-06-15T03:28:15.564Z Compiling futures-executor v0.3.32
6732026-06-15T03:28:15.623Z Compiling pin-project-internal v1.1.13
6742026-06-15T03:28:15.635Z Compiling http-body-util v0.1.3
6752026-06-15T03:28:15.900Z Compiling uuid v1.23.3
6762026-06-15T03:28:16.102Z Compiling serde_spanned v1.1.1
6772026-06-15T03:28:16.254Z Compiling smol_str v0.3.6
6782026-06-15T03:28:16.443Z Compiling toml_datetime v1.1.1+spec-1.1.0
6792026-06-15T03:28:16.516Z Compiling filetime v0.2.29
6802026-06-15T03:28:16.538Z Compiling vte v0.14.1
6812026-06-15T03:28:16.595Z Compiling bstr v1.12.1
6822026-06-15T03:28:16.711Z Compiling color-spantrace v0.3.0
6832026-06-15T03:28:16.723Z Compiling self_update v0.42.0
6842026-06-15T03:28:16.851Z Compiling xattr v1.6.1
6852026-06-15T03:28:16.953Z Compiling iana-time-zone v0.1.65
6862026-06-15T03:28:16.973Z Compiling unicode-xid v0.2.6
6872026-06-15T03:28:17.019Z Compiling colorchoice v1.0.5
6882026-06-15T03:28:17.039Z Compiling anstyle v1.0.14
6892026-06-15T03:28:17.112Z Compiling unicase v2.9.0
6902026-06-15T03:28:17.141Z Compiling nested v0.1.1
6912026-06-15T03:28:17.228Z Compiling number_prefix v0.4.0
6922026-06-15T03:28:17.285Z Compiling anstyle-query v1.1.5
6932026-06-15T03:28:17.298Z Compiling static_assertions v1.1.0
6942026-06-15T03:28:17.301Z Compiling eyre v0.6.12
6952026-06-15T03:28:17.331Z Compiling tinyvec_macros v0.1.1
6962026-06-15T03:28:17.364Z Compiling litrs v1.0.0
6972026-06-15T03:28:17.376Z Compiling is_terminal_polyfill v1.70.2
6982026-06-15T03:28:17.389Z Compiling tinyvec v1.11.0
6992026-06-15T03:28:17.400Z Compiling guppy v0.17.26
7002026-06-15T03:28:17.467Z Compiling anstream v1.0.0
7012026-06-15T03:28:17.791Z Compiling document-features v0.2.12
7022026-06-15T03:28:17.840Z Compiling indicatif v0.17.11
7032026-06-15T03:28:17.878Z Compiling cargo-util-schemas v0.2.0
7042026-06-15T03:28:17.980Z Compiling chrono v0.4.45
7052026-06-15T03:28:18.415Z Compiling globset v0.4.18
7062026-06-15T03:28:18.995Z Compiling tar v0.4.46
7072026-06-15T03:28:20.292Z Compiling pin-project v1.1.13
7082026-06-15T03:28:20.344Z Compiling strip-ansi-escapes v0.2.1
7092026-06-15T03:28:20.394Z Compiling toml v1.1.2+spec-1.1.0
7102026-06-15T03:28:20.819Z Compiling nextest-metadata v0.12.2
7112026-06-15T03:28:20.967Z Compiling newtype-uuid v1.3.2
7122026-06-15T03:28:21.158Z Compiling reqwest v0.12.28
7132026-06-15T03:28:21.329Z Compiling futures v0.3.32
7142026-06-15T03:28:21.416Z Compiling rand_chacha v0.9.0
7152026-06-15T03:28:21.498Z Compiling digest v0.10.7
7162026-06-15T03:28:21.642Z Compiling derive_more v2.1.1
7172026-06-15T03:28:21.722Z Compiling flate2 v1.1.9
7182026-06-15T03:28:21.735Z Compiling parking_lot v0.12.5
7192026-06-15T03:28:21.969Z Compiling tracing-error v0.2.1
7202026-06-15T03:28:22.204Z Compiling shared_child v1.1.1
7212026-06-15T03:28:22.674Z Compiling signal-hook-mio v0.2.5
7222026-06-15T03:28:22.810Z Compiling self-replace v1.5.0
7232026-06-15T03:28:22.873Z Compiling cargo-platform v0.2.0
7242026-06-15T03:28:23.098Z Compiling quick-xml v0.37.5
7252026-06-15T03:28:23.424Z Compiling quick-xml v0.38.4
7262026-06-15T03:28:23.581Z Compiling heck v0.5.0
7272026-06-15T03:28:23.779Z Compiling urlencoding v2.1.3
7282026-06-15T03:28:23.821Z Compiling clap_lex v1.1.0
7292026-06-15T03:28:24.017Z Compiling strsim v0.11.1
7302026-06-15T03:28:24.177Z Compiling recursion v0.5.4
7312026-06-15T03:28:24.324Z Compiling shell-words v1.1.1
7322026-06-15T03:28:24.574Z Compiling cpufeatures v0.2.17
7332026-06-15T03:28:24.650Z Compiling humantime v2.3.0
7342026-06-15T03:28:24.842Z Compiling indenter v0.3.4
7352026-06-15T03:28:24.906Z Compiling humantime-serde v1.1.1
7362026-06-15T03:28:25.055Z Compiling clap_builder v4.6.0
7372026-06-15T03:28:25.070Z Compiling sha2 v0.10.9
7382026-06-15T03:28:25.081Z Compiling nextest-filtering v0.15.0
7392026-06-15T03:28:25.487Z Compiling quick-junit v0.5.2
7402026-06-15T03:28:26.286Z Compiling clap_derive v4.6.1
7412026-06-15T03:28:28.058Z Compiling cargo_metadata v0.20.0
7422026-06-15T03:28:28.628Z Compiling atomicwrites v0.4.4
7432026-06-15T03:28:28.921Z Compiling cargo-nextest v0.9.97
7442026-06-15T03:28:29.006Z Compiling crossterm v0.29.0
7452026-06-15T03:28:30.121Z Compiling duct v0.13.7
7462026-06-15T03:28:31.266Z Compiling zstd v0.13.3
7472026-06-15T03:28:31.548Z Compiling rand v0.9.4
7482026-06-15T03:28:31.691Z Compiling async-scoped v0.9.0
7492026-06-15T03:28:31.813Z Compiling config v0.15.23
7502026-06-15T03:28:31.884Z Compiling unicode-normalization v0.1.25
7512026-06-15T03:28:32.237Z Compiling target-spec-miette v0.4.8
7522026-06-15T03:28:32.325Z Compiling future-queue v0.4.0
7532026-06-15T03:28:32.471Z Compiling mukti-metadata v0.3.0
7542026-06-15T03:28:32.539Z Compiling camino-tempfile v1.4.1
7552026-06-15T03:28:32.601Z Compiling tokio-stream v0.1.18
7562026-06-15T03:28:32.667Z Compiling derive-where v1.6.1
7572026-06-15T03:28:32.966Z Compiling serde_ignored v0.1.14
7582026-06-15T03:28:32.968Z Compiling serde_path_to_error v0.1.20
7592026-06-15T03:28:33.129Z Compiling swrite v0.1.0
7602026-06-15T03:28:33.190Z Compiling home v0.5.12
7612026-06-15T03:28:33.222Z Compiling hex v0.4.3
7622026-06-15T03:28:33.235Z Compiling indent_write v2.2.0
7632026-06-15T03:28:33.354Z Compiling xxhash-rust v0.8.15
7642026-06-15T03:28:33.429Z Compiling color-eyre v0.6.5
7652026-06-15T03:28:33.517Z Compiling clap v4.6.1
7662026-06-15T03:28:33.530Z Compiling dialoguer v0.11.0
7672026-06-15T03:28:33.533Z Compiling enable-ansi-support v0.2.1
7682026-06-15T03:28:33.906Z Compiling nextest-runner v0.80.0
7692026-06-15T03:28:51.996Z Finished `release` profile [optimized] target(s) in 1m 10s
7702026-06-15T03:28:52.185Z Installing /home/build/.cargo/bin/cargo-nextest
7712026-06-15T03:28:52.188Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7722026-06-15T03:28:52.309Z+ pushd mg-lower
7732026-06-15T03:28:52.312Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7742026-06-15T03:28:52.312Z+ cargo nextest run
7752026-06-15T03:28:52.469Z Updating crates.io index
7762026-06-15T03:28:52.535Z Updating git repository `https://github.com/oxidecomputer/omicron`
7772026-06-15T03:28:58.421ZFrom https://github.com/oxidecomputer/omicron
7782026-06-15T03:28:58.421Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7792026-06-15T03:28:58.846Z Updating git repository `https://github.com/oxidecomputer/falcon`
7802026-06-15T03:28:59.440ZFrom https://github.com/oxidecomputer/falcon
7812026-06-15T03:28:59.440Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7822026-06-15T03:28:59.527Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-06-15T03:29:00.460ZFrom https://github.com/oxidecomputer/dendrite
7842026-06-15T03:29:00.460Z * [new ref] f27f612dde317f2f05716c761a14500e46581ff7 -> refs/commit/f27f612dde317f2f05716c761a14500e46581ff7
7852026-06-15T03:29:00.493Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-06-15T03:29:00.774ZFrom https://github.com/oxidecomputer/ispf
7872026-06-15T03:29:00.775Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7882026-06-15T03:29:00.807Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-06-15T03:29:01.137ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-06-15T03:29:01.137Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7912026-06-15T03:29:01.145Z Updating git repository `https://github.com/oxidecomputer/opte`
7922026-06-15T03:29:01.782ZFrom https://github.com/oxidecomputer/opte
7932026-06-15T03:29:01.782Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7942026-06-15T03:29:01.855Z Updating git repository `https://github.com/illumos/smf-rs`
7952026-06-15T03:29:02.110ZFrom https://github.com/illumos/smf-rs
7962026-06-15T03:29:02.110Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7972026-06-15T03:29:02.162Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7982026-06-15T03:29:02.436ZFrom https://github.com/oxidecomputer/poptrie
7992026-06-15T03:29:02.436Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8002026-06-15T03:29:02.457Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-06-15T03:29:02.705ZFrom https://github.com/oxidecomputer/network-interface
8022026-06-15T03:29:02.705Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-06-15T03:29:02.712Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-06-15T03:29:02.974ZFrom https://github.com/oxidecomputer/zone
8052026-06-15T03:29:02.974Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-06-15T03:29:03.003Z Updating git repository `https://github.com/oxidecomputer/lldp`
8072026-06-15T03:29:03.342ZFrom https://github.com/oxidecomputer/lldp
8082026-06-15T03:29:03.342Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8092026-06-15T03:29:03.491Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8102026-06-15T03:29:03.772ZFrom https://github.com/oxidecomputer/slog-error-chain
8112026-06-15T03:29:03.772Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8122026-06-15T03:29:03.901Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8132026-06-15T03:29:04.191ZFrom https://github.com/oxidecomputer/tufaceous
8142026-06-15T03:29:04.191Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8152026-06-15T03:29:04.219Z Updating git repository `https://github.com/oxidecomputer/propolis`
8162026-06-15T03:29:04.791ZFrom https://github.com/oxidecomputer/propolis
8172026-06-15T03:29:04.791Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8182026-06-15T03:29:04.845Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8192026-06-15T03:29:05.315ZFrom https://github.com/oxidecomputer/transceiver-control
8202026-06-15T03:29:05.315Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8212026-06-15T03:29:05.446Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8222026-06-15T03:29:05.712ZFrom https://github.com/oxidecomputer/dlpi-sys
8232026-06-15T03:29:05.712Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8242026-06-15T03:29:05.733Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8252026-06-15T03:29:06.041ZFrom https://github.com/jmesmon/rust-libzfs
8262026-06-15T03:29:06.041Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8272026-06-15T03:29:06.050Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8282026-06-15T03:29:06.293ZFrom https://github.com/oxidecomputer/rusty-doors
8292026-06-15T03:29:06.293Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8302026-06-15T03:29:06.308Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-06-15T03:29:06.905ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-06-15T03:29:06.905Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8332026-06-15T03:29:07.018Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8342026-06-15T03:29:07.302ZFrom https://github.com/oxidecomputer/serde_human_bytes
8352026-06-15T03:29:07.302Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8362026-06-15T03:29:07.459Z Updating git repository `https://github.com/oxidecomputer/crucible`
8372026-06-15T03:29:08.237ZFrom https://github.com/oxidecomputer/crucible
8382026-06-15T03:29:08.237Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8392026-06-15T03:29:08.308Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-06-15T03:29:08.612ZFrom https://github.com/oxidecomputer/propolis
8412026-06-15T03:29:08.612Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8422026-06-15T03:29:09.053Z Updating git repository `https://github.com/oxidecomputer/crucible`
8432026-06-15T03:29:09.575ZFrom https://github.com/oxidecomputer/crucible
8442026-06-15T03:29:09.575Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8452026-06-15T03:29:09.661Z Updating git repository `https://github.com/oxidecomputer/tofino`
8462026-06-15T03:29:10.002ZFrom https://github.com/oxidecomputer/tofino
8472026-06-15T03:29:10.002Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8482026-06-15T03:29:10.029Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8492026-06-15T03:29:10.680ZFrom https://github.com/oxidecomputer/maghemite
8502026-06-15T03:29:10.680Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8512026-06-15T03:29:10.711Z Updating git repository `https://github.com/oxidecomputer/clickward`
8522026-06-15T03:29:10.960ZFrom https://github.com/oxidecomputer/clickward
8532026-06-15T03:29:10.960Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8542026-06-15T03:29:11.007Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8552026-06-15T03:29:11.286ZFrom https://github.com/oxidecomputer/illumos-devinfo
8562026-06-15T03:29:11.286Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8572026-06-15T03:29:12.434Z Downloading crates ...
8582026-06-15T03:29:12.551Z Downloaded aead v0.5.2
8592026-06-15T03:29:12.554Z Downloaded byteorder v1.5.0
8602026-06-15T03:29:12.558Z Downloaded bytecount v0.6.9
8612026-06-15T03:29:12.558Z Downloaded base64 v0.21.7
8622026-06-15T03:29:12.565Z Downloaded cipher v0.4.4
8632026-06-15T03:29:12.568Z Downloaded defmt-macros v1.1.0
8642026-06-15T03:29:12.571Z Downloaded konst_macro_rules v0.2.19
8652026-06-15T03:29:12.574Z Downloaded csv-core v0.1.13
8662026-06-15T03:29:12.574Z Downloaded cstr-argument v0.1.2
8672026-06-15T03:29:12.574Z Downloaded diff v0.1.13
8682026-06-15T03:29:12.578Z Downloaded elliptic-curve v0.13.8
8692026-06-15T03:29:12.581Z Downloaded crossbeam-channel v0.5.15
8702026-06-15T03:29:12.584Z Downloaded crunchy v0.2.4
8712026-06-15T03:29:12.587Z Downloaded cmake v0.1.58
8722026-06-15T03:29:12.587Z Downloaded ciborium-ll v0.2.2
8732026-06-15T03:29:12.590Z Downloaded darling v0.23.0
8742026-06-15T03:29:12.592Z Downloaded daft v0.1.7
8752026-06-15T03:29:12.595Z Downloaded const-random-macro v0.1.16
8762026-06-15T03:29:12.595Z Downloaded moka v0.12.15
8772026-06-15T03:29:12.601Z Downloaded derive-ex v0.1.8
8782026-06-15T03:29:12.604Z Downloaded nom v8.0.0
8792026-06-15T03:29:12.607Z Downloaded heck v0.4.1
8802026-06-15T03:29:12.610Z Downloaded cancel-safe-futures v0.1.5
8812026-06-15T03:29:12.613Z Downloaded darling_macro v0.23.0
8822026-06-15T03:29:12.613Z Downloaded crucible-workspace-hack v0.1.0
8832026-06-15T03:29:12.613Z Downloaded bitflags v2.12.1
8842026-06-15T03:29:12.617Z Downloaded crc8 v0.1.1
8852026-06-15T03:29:12.620Z Downloaded embedded-io v0.4.0
8862026-06-15T03:29:12.620Z Downloaded defmt-parser v1.0.0
8872026-06-15T03:29:12.624Z Downloaded darling_macro v0.21.3
8882026-06-15T03:29:12.624Z Downloaded num v0.4.3
8892026-06-15T03:29:12.624Z Downloaded newtype_derive v0.1.6
8902026-06-15T03:29:12.627Z Downloaded dof v0.3.0
8912026-06-15T03:29:12.627Z Downloaded cpufeatures v0.3.0
8922026-06-15T03:29:12.627Z Downloaded natord v1.0.9
8932026-06-15T03:29:12.631Z Downloaded match_cfg v0.1.0
8942026-06-15T03:29:12.632Z Downloaded memoffset v0.9.1
8952026-06-15T03:29:12.635Z Downloaded async-recursion v1.1.1
8962026-06-15T03:29:12.635Z Downloaded instant v0.1.13
8972026-06-15T03:29:12.635Z Downloaded num-integer v0.1.46
8982026-06-15T03:29:12.639Z Downloaded crossbeam-deque v0.8.6
8992026-06-15T03:29:12.639Z Downloaded argon2 v0.5.3
9002026-06-15T03:29:12.643Z Downloaded arrayvec v0.7.6
9012026-06-15T03:29:12.643Z Downloaded libsw v3.5.0
9022026-06-15T03:29:12.648Z Downloaded mime v0.3.17
9032026-06-15T03:29:12.648Z Downloaded linked-hash-map v0.5.6
9042026-06-15T03:29:12.648Z Downloaded enum-as-inner v0.6.1
9052026-06-15T03:29:12.649Z Downloaded base16ct v0.2.0
9062026-06-15T03:29:12.649Z Downloaded ipnetwork v0.21.1
9072026-06-15T03:29:12.651Z Downloaded inout v0.1.4
9082026-06-15T03:29:12.651Z Downloaded hash32 v0.3.1
9092026-06-15T03:29:12.657Z Downloaded defmt v0.3.100
9102026-06-15T03:29:12.657Z Downloaded dyn-clone v1.0.20
9112026-06-15T03:29:12.661Z Downloaded block-buffer v0.12.0
9122026-06-15T03:29:12.661Z Downloaded convert_case v0.4.0
9132026-06-15T03:29:12.661Z Downloaded multer v3.1.0
9142026-06-15T03:29:12.661Z Downloaded dtrace-parser v0.3.0
9152026-06-15T03:29:12.664Z Downloaded hubpack_derive v0.1.1
9162026-06-15T03:29:12.664Z Downloaded highway v1.3.0
9172026-06-15T03:29:12.664Z Downloaded libscf-sys v1.2.0
9182026-06-15T03:29:12.667Z Downloaded num_threads v0.1.7
9192026-06-15T03:29:12.667Z Downloaded newline-converter v0.3.0
9202026-06-15T03:29:12.670Z Downloaded compression-core v0.4.32
9212026-06-15T03:29:12.670Z Downloaded arrayref v0.3.9
9222026-06-15T03:29:12.670Z Downloaded idna_adapter v1.2.2
9232026-06-15T03:29:12.674Z Downloaded memmap v0.7.0
9242026-06-15T03:29:12.674Z Downloaded base16ct v1.0.0
9252026-06-15T03:29:12.674Z Downloaded is-terminal v0.4.17
9262026-06-15T03:29:12.677Z Downloaded internet-checksum v0.2.1
9272026-06-15T03:29:12.677Z Downloaded hmac v0.12.1
9282026-06-15T03:29:12.680Z Downloaded deranged v0.5.8
9292026-06-15T03:29:12.680Z Downloaded chacha20poly1305 v0.10.1
9302026-06-15T03:29:12.684Z Downloaded bs58 v0.5.1
9312026-06-15T03:29:12.684Z Downloaded compression-codecs v0.4.38
9322026-06-15T03:29:12.687Z Downloaded async-trait v0.1.89
9332026-06-15T03:29:12.690Z Downloaded num-conv v0.2.2
9342026-06-15T03:29:12.690Z Downloaded hostname v0.4.2
9352026-06-15T03:29:12.690Z Downloaded no-std-compat v0.4.1
9362026-06-15T03:29:12.694Z Downloaded newtype-uuid-macros v0.1.0
9372026-06-15T03:29:12.694Z Downloaded lru-cache v0.1.2
9382026-06-15T03:29:12.694Z Downloaded keccak v0.1.6
9392026-06-15T03:29:12.698Z Downloaded num_enum_derive v0.5.11
9402026-06-15T03:29:12.698Z Downloaded dtrace-parser v0.2.0
9412026-06-15T03:29:12.698Z Downloaded httpdate v1.0.3
9422026-06-15T03:29:12.698Z Downloaded omicron-workspace-hack v0.1.0
9432026-06-15T03:29:12.701Z Downloaded num-iter v0.1.45
9442026-06-15T03:29:12.701Z Downloaded macaddr v1.0.1
9452026-06-15T03:29:12.701Z Downloaded num-derive v0.4.2
9462026-06-15T03:29:12.704Z Downloaded olpc-cjson v0.1.4
9472026-06-15T03:29:12.704Z Downloaded fxhash v0.2.1
9482026-06-15T03:29:12.704Z Downloaded hubpack v0.1.2
9492026-06-15T03:29:12.707Z Downloaded data-encoding v2.11.0
9502026-06-15T03:29:12.707Z Downloaded fixedbitset v0.4.2
9512026-06-15T03:29:12.710Z Downloaded critical-section v1.2.0
9522026-06-15T03:29:12.710Z Downloaded dof v0.4.0
9532026-06-15T03:29:12.710Z Downloaded fs_extra v1.3.0
9542026-06-15T03:29:12.713Z Downloaded num-rational v0.4.2
9552026-06-15T03:29:12.713Z Downloaded digest v0.11.3
9562026-06-15T03:29:12.716Z Downloaded opaque-debug v0.3.1
9572026-06-15T03:29:12.716Z Downloaded hostname v0.3.1
9582026-06-15T03:29:12.716Z Downloaded cc v1.2.63
9592026-06-15T03:29:12.719Z Downloaded ident_case v1.0.1
9602026-06-15T03:29:12.724Z Downloaded num_enum v0.7.6
9612026-06-15T03:29:12.724Z Downloaded linear-map v1.2.0
9622026-06-15T03:29:12.727Z Downloaded ff v0.13.1
9632026-06-15T03:29:12.727Z Downloaded embedded-io v0.6.1
9642026-06-15T03:29:12.727Z Downloaded libsw-core v0.3.2
9652026-06-15T03:29:12.730Z Downloaded git-stub-vcs v0.1.0
9662026-06-15T03:29:12.730Z Downloaded bcs v0.1.6
9672026-06-15T03:29:12.734Z Downloaded dropshot-api-manager-types v0.7.2
9682026-06-15T03:29:12.734Z Downloaded num-complex v0.4.6
9692026-06-15T03:29:12.736Z Downloaded indexmap v1.9.3
9702026-06-15T03:29:12.737Z Downloaded parse-display v0.10.0
9712026-06-15T03:29:12.737Z Downloaded foreign-types-macros v0.2.3
9722026-06-15T03:29:12.740Z Downloaded litemap v0.8.2
9732026-06-15T03:29:12.740Z Downloaded proc-macro-error-attr v1.0.4
9742026-06-15T03:29:12.743Z Downloaded displaydoc v0.2.6
9752026-06-15T03:29:12.743Z Downloaded const_format_proc_macros v0.2.34
9762026-06-15T03:29:12.746Z Downloaded darling v0.21.3
9772026-06-15T03:29:12.751Z Downloaded potential_utf v0.1.5
9782026-06-15T03:29:12.751Z Downloaded float-ord v0.3.2
9792026-06-15T03:29:12.751Z Downloaded progenitor-client v0.10.0
9802026-06-15T03:29:12.751Z Downloaded ingot v0.1.1
9812026-06-15T03:29:12.754Z Downloaded plain v0.2.3
9822026-06-15T03:29:12.754Z Downloaded proc-macro-error-attr2 v2.0.0
9832026-06-15T03:29:12.754Z Downloaded erased-serde v0.3.31
9842026-06-15T03:29:12.757Z Downloaded progenitor-macro v0.13.0
9852026-06-15T03:29:12.757Z Downloaded pretty-hex v0.4.2
9862026-06-15T03:29:12.757Z Downloaded ingot-types v0.1.2
9872026-06-15T03:29:12.760Z Downloaded daft-derive v0.1.7
9882026-06-15T03:29:12.761Z Downloaded num_enum_derive v0.7.6
9892026-06-15T03:29:12.763Z Downloaded num_enum v0.5.11
9902026-06-15T03:29:12.767Z Downloaded paste v1.0.15
9912026-06-15T03:29:12.767Z Downloaded password-hash v0.5.0
9922026-06-15T03:29:12.769Z Downloaded rand_chacha v0.3.1
9932026-06-15T03:29:12.770Z Downloaded quick-error v1.2.3
9942026-06-15T03:29:12.773Z Downloaded proc-macro-crate v1.3.1
9952026-06-15T03:29:12.773Z Downloaded fs-err v3.3.0
9962026-06-15T03:29:12.773Z Downloaded icu_provider v2.2.0
9972026-06-15T03:29:12.776Z Downloaded group v0.13.0
9982026-06-15T03:29:12.777Z Downloaded byte-wrapper v0.1.0
9992026-06-15T03:29:12.780Z Downloaded progenitor-macro v0.14.0
10002026-06-15T03:29:12.780Z Downloaded progenitor-macro v0.10.0
10012026-06-15T03:29:12.780Z Downloaded foldhash v0.2.0
10022026-06-15T03:29:12.780Z Downloaded colored v3.1.1
10032026-06-15T03:29:12.784Z Downloaded bitflags v1.3.2
10042026-06-15T03:29:12.784Z Downloaded proc-macro-crate v3.5.0
10052026-06-15T03:29:12.787Z Downloaded cookie v0.18.1
10062026-06-15T03:29:12.787Z Downloaded half v2.7.1
10072026-06-15T03:29:12.790Z Downloaded crossbeam-utils v0.8.21
10082026-06-15T03:29:12.795Z Downloaded crossbeam-epoch v0.9.18
10092026-06-15T03:29:12.795Z Downloaded rand_xorshift v0.4.0
10102026-06-15T03:29:12.795Z Downloaded backoff v0.4.0
10112026-06-15T03:29:12.798Z Downloaded chacha20 v0.10.0
10122026-06-15T03:29:12.798Z Downloaded sha1 v0.11.0
10132026-06-15T03:29:12.798Z Downloaded ref-cast-impl v1.0.25
10142026-06-15T03:29:12.801Z Downloaded oxnet v0.1.6
10152026-06-15T03:29:12.801Z Downloaded pem v3.0.6
10162026-06-15T03:29:12.801Z Downloaded memmap2 v0.9.10
10172026-06-15T03:29:12.804Z Downloaded parse-display-derive v0.10.0
10182026-06-15T03:29:12.804Z Downloaded oxide-tokio-rt v0.1.6
10192026-06-15T03:29:12.810Z Downloaded ingot-macros v0.1.1
10202026-06-15T03:29:12.810Z Downloaded defmt v1.1.0
10212026-06-15T03:29:12.813Z Downloaded serde_plain v1.0.2
10222026-06-15T03:29:12.813Z Downloaded phf_shared v0.12.1
10232026-06-15T03:29:12.813Z Downloaded derive_more v0.99.20
10242026-06-15T03:29:12.813Z Downloaded serial_test_derive v3.5.0
10252026-06-15T03:29:12.817Z Downloaded serde_repr v0.1.20
10262026-06-15T03:29:12.817Z Downloaded serial_test v3.5.0
10272026-06-15T03:29:12.817Z Downloaded progenitor v0.13.0
10282026-06-15T03:29:12.823Z Downloaded same-file v1.0.6
10292026-06-15T03:29:12.823Z Downloaded siphasher v1.0.3
10302026-06-15T03:29:12.823Z Downloaded proc-macro-error v1.0.4
10312026-06-15T03:29:12.826Z Downloaded sigpipe v0.1.3
10322026-06-15T03:29:12.827Z Downloaded scroll_derive v0.13.1
10332026-06-15T03:29:12.827Z Downloaded powerfmt v0.2.0
10342026-06-15T03:29:12.827Z Downloaded parking_lot v0.11.2
10352026-06-15T03:29:12.827Z Downloaded konst v0.2.20
10362026-06-15T03:29:12.830Z Downloaded progenitor-extras v0.2.0
10372026-06-15T03:29:12.830Z Downloaded icu_normalizer_data v2.2.0
10382026-06-15T03:29:12.833Z Downloaded progenitor-client v0.13.0
10392026-06-15T03:29:12.833Z Downloaded progenitor v0.14.0
10402026-06-15T03:29:12.834Z Downloaded blake2 v0.10.6
10412026-06-15T03:29:12.838Z Downloaded sha1 v0.10.6
10422026-06-15T03:29:12.838Z Downloaded secrecy v0.10.3
10432026-06-15T03:29:12.838Z Downloaded semver v0.1.20
10442026-06-15T03:29:12.838Z Downloaded scroll_derive v0.12.1
10452026-06-15T03:29:12.841Z Downloaded progenitor-client v0.14.0
10462026-06-15T03:29:12.841Z Downloaded progenitor v0.10.0
10472026-06-15T03:29:12.841Z Downloaded ref-cast v1.0.25
10482026-06-15T03:29:12.844Z Downloaded rustversion v1.0.22
10492026-06-15T03:29:12.844Z Downloaded structmeta v0.3.0
10502026-06-15T03:29:12.844Z Downloaded slog-envlogger v2.2.0
10512026-06-15T03:29:12.847Z Downloaded rustc_version v0.1.7
10522026-06-15T03:29:12.847Z Downloaded icu_properties v2.2.0
10532026-06-15T03:29:12.847Z Downloaded chacha20 v0.9.1
10542026-06-15T03:29:12.850Z Downloaded strum v0.26.3
10552026-06-15T03:29:12.850Z Downloaded constant_time_eq v0.4.2
10562026-06-15T03:29:12.850Z Downloaded rusty-fork v0.3.1
10572026-06-15T03:29:12.853Z Downloaded rustls-native-certs v0.8.4
10582026-06-15T03:29:12.853Z Downloaded const-oid v0.10.2
10592026-06-15T03:29:12.857Z Downloaded dropshot_endpoint v0.17.1
10602026-06-15T03:29:12.857Z Downloaded serde-big-array v0.5.1
10612026-06-15T03:29:12.857Z Downloaded console v0.16.3
10622026-06-15T03:29:12.860Z Downloaded ciborium v0.2.2
10632026-06-15T03:29:12.860Z Downloaded hybrid-array v0.4.12
10642026-06-15T03:29:12.863Z Downloaded foreign-types v0.5.0
10652026-06-15T03:29:12.863Z Downloaded tabled_derive v0.11.0
10662026-06-15T03:29:12.863Z Downloaded poly1305 v0.8.0
10672026-06-15T03:29:12.866Z Downloaded rand_core v0.10.1
10682026-06-15T03:29:12.866Z Downloaded strum v0.27.2
10692026-06-15T03:29:12.866Z Downloaded rustls-pemfile v2.2.0
10702026-06-15T03:29:12.869Z Downloaded pest_generator v2.8.6
10712026-06-15T03:29:12.870Z Downloaded parking_lot_core v0.8.6
10722026-06-15T03:29:12.870Z Downloaded glob v0.3.3
10732026-06-15T03:29:12.873Z Downloaded structmeta-derive v0.3.0
10742026-06-15T03:29:12.873Z Downloaded tabled_derive v0.7.0
10752026-06-15T03:29:12.873Z Downloaded pest_derive v2.8.6
10762026-06-15T03:29:12.876Z Downloaded smawk v0.3.2
10772026-06-15T03:29:12.876Z Downloaded dunce v1.0.5
10782026-06-15T03:29:12.876Z Downloaded darling_core v0.21.3
10792026-06-15T03:29:12.879Z Downloaded thiserror-impl-no-std v2.0.2
10802026-06-15T03:29:12.879Z Downloaded testing_table v0.3.0
10812026-06-15T03:29:12.879Z Downloaded scroll v0.12.0
10822026-06-15T03:29:12.883Z Downloaded tagptr v0.2.0
10832026-06-15T03:29:12.883Z Downloaded schemars_derive v0.8.22
10842026-06-15T03:29:12.884Z Downloaded phf v0.12.1
10852026-06-15T03:29:12.884Z Downloaded take_mut v0.2.2
10862026-06-15T03:29:12.887Z Downloaded postcard v1.1.3
10872026-06-15T03:29:12.887Z Downloaded slog-bunyan v2.5.0
10882026-06-15T03:29:12.888Z Downloaded cargo_toml v0.22.3
10892026-06-15T03:29:12.888Z Downloaded serde_tokenstream v0.2.3
10902026-06-15T03:29:12.888Z Downloaded async-stream-impl v0.3.6
10912026-06-15T03:29:12.888Z Downloaded thread-id v5.1.0
10922026-06-15T03:29:12.891Z Downloaded arc-swap v1.9.1
10932026-06-15T03:29:12.891Z Downloaded time-core v0.1.8
10942026-06-15T03:29:12.892Z Downloaded async-stream v0.3.6
10952026-06-15T03:29:12.895Z Downloaded crypto-common v0.2.2
10962026-06-15T03:29:12.895Z Downloaded bit-vec v0.8.0
10972026-06-15T03:29:12.895Z Downloaded gethostname v0.5.0
10982026-06-15T03:29:12.898Z Downloaded foreign-types-shared v0.3.1
10992026-06-15T03:29:12.898Z Downloaded cobs v0.3.0
11002026-06-15T03:29:12.898Z Downloaded resolv-conf v0.7.6
11012026-06-15T03:29:12.898Z Downloaded slog-term v2.9.2
11022026-06-15T03:29:12.902Z Downloaded scroll v0.13.0
11032026-06-15T03:29:12.902Z Downloaded allocator-api2 v0.2.21
11042026-06-15T03:29:12.908Z Downloaded slog-async v2.8.0
11052026-06-15T03:29:12.908Z Downloaded serde_derive_internals v0.29.1
11062026-06-15T03:29:12.908Z Downloaded stable_deref_trait v1.2.1
11072026-06-15T03:29:12.908Z Downloaded omicron-zone-package v0.12.2
11082026-06-15T03:29:12.911Z Downloaded termtree v0.5.1
11092026-06-15T03:29:12.911Z Downloaded rhai_codegen v3.2.0
11102026-06-15T03:29:12.914Z Downloaded unit-prefix v0.5.2
11112026-06-15T03:29:12.914Z Downloaded unarray v0.1.4
11122026-06-15T03:29:12.914Z Downloaded topological-sort v0.2.2
11132026-06-15T03:29:12.914Z Downloaded spin v0.5.2
11142026-06-15T03:29:12.917Z Downloaded slog-scope v4.4.1
11152026-06-15T03:29:12.917Z Downloaded typify-macro v0.4.3
11162026-06-15T03:29:12.917Z Downloaded tabwriter v1.4.1
11172026-06-15T03:29:12.918Z Downloaded slog-stdlog v4.1.1
11182026-06-15T03:29:12.921Z Downloaded usdt-attr-macro v0.6.0
11192026-06-15T03:29:12.921Z Downloaded untrusted v0.7.1
11202026-06-15T03:29:12.921Z Downloaded proc-macro-error2 v2.0.1
11212026-06-15T03:29:12.921Z Downloaded icu_normalizer v2.2.0
11222026-06-15T03:29:12.924Z Downloaded papergrid v0.18.0
11232026-06-15T03:29:12.927Z Downloaded smf v0.2.3
11242026-06-15T03:29:12.927Z Downloaded darling_core v0.23.0
11252026-06-15T03:29:12.931Z Downloaded strum_macros v0.26.4
11262026-06-15T03:29:12.934Z Downloaded smartstring v1.0.1
11272026-06-15T03:29:12.934Z Downloaded papergrid v0.11.0
11282026-06-15T03:29:12.938Z Downloaded usdt-macro v0.5.0
11292026-06-15T03:29:12.938Z Downloaded wait-timeout v0.2.1
11302026-06-15T03:29:12.938Z Downloaded usdt-macro v0.6.0
11312026-06-15T03:29:12.938Z Downloaded indicatif v0.18.4
11322026-06-15T03:29:12.942Z Downloaded usdt-attr-macro v0.5.0
11332026-06-15T03:29:12.942Z Downloaded usdt v0.6.0
11342026-06-15T03:29:12.942Z Downloaded anyhow v1.0.102
11352026-06-15T03:29:12.945Z Downloaded thread-id v4.2.2
11362026-06-15T03:29:12.945Z Downloaded thiserror-no-std v2.0.2
11372026-06-15T03:29:12.946Z Downloaded snafu-derive v0.8.9
11382026-06-15T03:29:12.946Z Downloaded slog-dtrace v0.3.0
11392026-06-15T03:29:12.949Z Downloaded const_format v0.2.36
11402026-06-15T03:29:12.949Z Downloaded icu_collections v2.2.0
11412026-06-15T03:29:12.952Z Downloaded usdt v0.5.0
11422026-06-15T03:29:12.955Z Downloaded universal-hash v0.5.1
11432026-06-15T03:29:12.955Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11442026-06-15T03:29:12.955Z Downloaded tiny-keccak v2.0.2
11452026-06-15T03:29:12.958Z Downloaded zeroize_derive v1.4.3
11462026-06-15T03:29:12.958Z Downloaded time-macros v0.2.27
11472026-06-15T03:29:12.958Z Downloaded drift v0.2.0
11482026-06-15T03:29:12.964Z Downloaded zone_cfg_derive v0.3.1
11492026-06-15T03:29:12.967Z Downloaded zone v0.3.1
11502026-06-15T03:29:12.967Z Downloaded zerofrom v0.1.8
11512026-06-15T03:29:12.968Z Downloaded tinystr v0.8.3
11522026-06-15T03:29:12.968Z Downloaded yoke-derive v0.8.2
11532026-06-15T03:29:12.969Z Downloaded utf-8 v0.7.6
11542026-06-15T03:29:12.969Z Downloaded managed v0.8.0
11552026-06-15T03:29:12.972Z Downloaded tokio-dtrace v0.1.1
11562026-06-15T03:29:12.972Z Downloaded jiff-static v0.2.28
11572026-06-15T03:29:12.972Z Downloaded progenitor-impl v0.10.0
11582026-06-15T03:29:12.975Z Downloaded serde_with_macros v3.20.0
11592026-06-15T03:29:12.975Z Downloaded hickory-resolver v0.25.2
11602026-06-15T03:29:12.978Z Downloaded zerofrom-derive v0.1.7
11612026-06-15T03:29:12.978Z Downloaded tokio-tungstenite v0.21.0
11622026-06-15T03:29:12.978Z Downloaded git-stub v1.0.0
11632026-06-15T03:29:12.981Z Downloaded const-random v0.1.18
11642026-06-15T03:29:12.981Z Downloaded waitgroup v0.1.2
11652026-06-15T03:29:12.981Z Downloaded typify-macro v0.6.2
11662026-06-15T03:29:12.981Z Downloaded ciborium-io v0.2.2
11672026-06-15T03:29:12.981Z Downloaded bit-set v0.8.0
11682026-06-15T03:29:12.984Z Downloaded async-compression v0.4.42
11692026-06-15T03:29:12.987Z Downloaded rustls-platform-verifier v0.7.0
11702026-06-15T03:29:12.987Z Downloaded smallvec v1.15.1
11712026-06-15T03:29:12.990Z Downloaded heapless v0.8.0
11722026-06-15T03:29:12.990Z Downloaded openssl-sys v0.9.116
11732026-06-15T03:29:12.993Z Downloaded usdt-impl v0.5.0
11742026-06-15T03:29:12.996Z Downloaded crypto-bigint v0.5.5
11752026-06-15T03:29:12.999Z Downloaded walkdir v2.5.0
11762026-06-15T03:29:12.999Z Downloaded usdt-impl v0.6.0
11772026-06-15T03:29:13.003Z Downloaded progenitor-impl v0.14.0
11782026-06-15T03:29:13.003Z Downloaded backon v1.6.0
11792026-06-15T03:29:13.003Z Downloaded thin-vec v0.2.18
11802026-06-15T03:29:13.006Z Downloaded pretty_assertions v1.4.1
11812026-06-15T03:29:13.007Z Downloaded term v1.2.1
11822026-06-15T03:29:13.007Z Downloaded zeroize v1.8.2
11832026-06-15T03:29:13.010Z Downloaded spin v0.9.8
11842026-06-15T03:29:13.011Z Downloaded xz2 v0.1.7
11852026-06-15T03:29:13.011Z Downloaded slog v2.8.2
11862026-06-15T03:29:13.013Z Downloaded zerovec-derive v0.11.3
11872026-06-15T03:29:13.013Z Downloaded progenitor-impl v0.13.0
11882026-06-15T03:29:13.016Z Downloaded synstructure v0.13.2
11892026-06-15T03:29:13.016Z Downloaded prettyplease v0.2.37
11902026-06-15T03:29:13.020Z Downloaded writeable v0.6.3
11912026-06-15T03:29:13.026Z Downloaded ucd-trie v0.1.7
11922026-06-15T03:29:13.030Z Downloaded vsss-rs v3.3.4
11932026-06-15T03:29:13.030Z Downloaded icu_locale_core v2.2.0
11942026-06-15T03:29:13.033Z Downloaded http v1.4.1
11952026-06-15T03:29:13.036Z Downloaded strum_macros v0.27.2
11962026-06-15T03:29:13.039Z Downloaded schemars v0.8.22
11972026-06-15T03:29:13.044Z Downloaded yoke v0.8.3
11982026-06-15T03:29:13.047Z Downloaded similar v2.7.0
11992026-06-15T03:29:13.047Z Downloaded whoami v1.6.1
12002026-06-15T03:29:13.050Z Downloaded schemars v0.9.0
12012026-06-15T03:29:13.055Z Downloaded serde_yaml v0.9.34+deprecated
12022026-06-15T03:29:13.062Z Downloaded rayon-core v1.13.0
12032026-06-15T03:29:13.065Z Downloaded tungstenite v0.21.0
12042026-06-15T03:29:13.065Z Downloaded minimal-lexical v0.2.1
12052026-06-15T03:29:13.065Z Downloaded memchr v2.8.1
12062026-06-15T03:29:13.068Z Downloaded unsafe-libyaml v0.2.11
12072026-06-15T03:29:13.068Z Downloaded pest_meta v2.8.6
12082026-06-15T03:29:13.072Z Downloaded schemars v1.2.1
12092026-06-15T03:29:13.077Z Downloaded test-strategy v0.4.5
12102026-06-15T03:29:13.080Z Downloaded nom v7.1.3
12112026-06-15T03:29:13.084Z Downloaded expectorate v1.2.0
12122026-06-15T03:29:13.084Z Downloaded zerocopy-derive v0.7.35
12132026-06-15T03:29:13.087Z Downloaded toml v0.9.12+spec-1.1.0
12142026-06-15T03:29:13.090Z Downloaded toml v0.7.8
12152026-06-15T03:29:13.090Z Downloaded hashbrown v0.12.3
12162026-06-15T03:29:13.093Z Downloaded hickory-resolver v0.24.4
12172026-06-15T03:29:13.096Z Downloaded qorb v0.4.1
12182026-06-15T03:29:13.101Z Downloaded snafu v0.8.9
12192026-06-15T03:29:13.104Z Downloaded toml_edit v0.19.15
12202026-06-15T03:29:13.109Z Downloaded uuid v1.23.2
12212026-06-15T03:29:13.112Z Downloaded typify v0.4.3
12222026-06-15T03:29:13.114Z Downloaded rand v0.8.6
12232026-06-15T03:29:13.115Z Downloaded slog-json v2.6.1
12242026-06-15T03:29:13.117Z Downloaded steno v0.4.1
12252026-06-15T03:29:13.158Z Downloaded rand v0.10.1
12262026-06-15T03:29:13.158Z Downloaded yansi v1.0.1
12272026-06-15T03:29:13.158Z Downloaded zerotrie v0.2.4
12282026-06-15T03:29:13.159Z Downloaded pest v2.8.6
12292026-06-15T03:29:13.159Z Downloaded typify v0.6.2
12302026-06-15T03:29:13.159Z Downloaded toml_edit v0.25.12+spec-1.1.0
12312026-06-15T03:29:13.159Z Downloaded itertools v0.12.1
12322026-06-15T03:29:13.159Z Downloaded zerocopy-derive v0.8.50
12332026-06-15T03:29:13.160Z Downloaded dropshot-api-manager v0.7.2
12342026-06-15T03:29:13.165Z Downloaded libm v0.2.16
12352026-06-15T03:29:13.168Z Downloaded reqwest v0.13.4
12362026-06-15T03:29:13.169Z Downloaded hkdf v0.12.4
12372026-06-15T03:29:13.171Z Downloaded hashbrown v0.16.1
12382026-06-15T03:29:13.174Z Downloaded typed-path v0.9.3
12392026-06-15T03:29:13.185Z Downloaded goblin v0.8.2
12402026-06-15T03:29:13.197Z Downloaded icu_properties_data v2.2.0
12412026-06-15T03:29:13.202Z Downloaded zerovec v0.11.6
12422026-06-15T03:29:13.210Z Downloaded tough v0.22.0
12432026-06-15T03:29:13.217Z Downloaded iddqd v0.4.2
12442026-06-15T03:29:13.226Z Downloaded blake3 v1.8.5
12452026-06-15T03:29:13.230Z Downloaded regex v1.12.3
12462026-06-15T03:29:13.233Z Downloaded rayon v1.12.0
12472026-06-15T03:29:13.243Z Downloaded serde_with v3.20.0
12482026-06-15T03:29:13.257Z Downloaded zerocopy v0.7.35
12492026-06-15T03:29:13.265Z Downloaded aws-lc-rs v1.17.0
12502026-06-15T03:29:13.273Z Downloaded winnow v0.5.40
12512026-06-15T03:29:13.285Z Downloaded proptest v1.11.0
12522026-06-15T03:29:13.291Z Downloaded syn v1.0.109
12532026-06-15T03:29:13.295Z Downloaded tabled v0.15.0
12542026-06-15T03:29:13.307Z Downloaded tabled v0.21.0
12552026-06-15T03:29:13.316Z Downloaded goblin v0.10.7
12562026-06-15T03:29:13.331Z Downloaded time v0.3.47
12572026-06-15T03:29:13.338Z Downloaded openssl v0.10.80
12582026-06-15T03:29:13.366Z Downloaded nix v0.31.3
12592026-06-15T03:29:13.373Z Downloaded smoltcp v0.11.0
12602026-06-15T03:29:13.380Z Downloaded regress v0.11.1
12612026-06-15T03:29:13.385Z Downloaded zerocopy v0.8.50
12622026-06-15T03:29:13.396Z Downloaded regress v0.10.5
12632026-06-15T03:29:13.401Z Downloaded regex-syntax v0.8.10
12642026-06-15T03:29:13.406Z Downloaded hickory-proto v0.25.2
12652026-06-15T03:29:13.415Z Downloaded openapiv3 v2.2.0
12662026-06-15T03:29:13.421Z Downloaded rhai v1.25.1
12672026-06-15T03:29:13.428Z Downloaded dropshot v0.17.1
12682026-06-15T03:29:13.443Z Downloaded typify-impl v0.4.3
12692026-06-15T03:29:13.449Z Downloaded hickory-proto v0.24.4
12702026-06-15T03:29:13.457Z Downloaded typify-impl v0.6.2
12712026-06-15T03:29:13.466Z Downloaded sled v0.34.7
12722026-06-15T03:29:13.498Z Downloaded jiff v0.2.28
12732026-06-15T03:29:13.510Z Downloaded lzma-sys v0.1.20
12742026-06-15T03:29:13.528Z Downloaded petgraph v0.6.5
12752026-06-15T03:29:13.538Z Downloaded chrono-tz v0.10.4
12762026-06-15T03:29:13.558Z Downloaded sha3 v0.10.9
12772026-06-15T03:29:13.563Z Downloaded encoding_rs v0.8.35
12782026-06-15T03:29:13.572Z Downloaded csv v1.4.0
12792026-06-15T03:29:14.150Z Downloaded aws-lc-sys v0.41.0
12802026-06-15T03:29:15.068Z Compiling proc-macro2 v1.0.106
12812026-06-15T03:29:15.068Z Compiling quote v1.0.45
12822026-06-15T03:29:15.068Z Compiling unicode-ident v1.0.24
12832026-06-15T03:29:15.068Z Compiling serde_core v1.0.228
12842026-06-15T03:29:15.068Z Compiling cfg-if v1.0.4
12852026-06-15T03:29:15.071Z Compiling serde v1.0.228
12862026-06-15T03:29:15.071Z Compiling libc v0.2.186
12872026-06-15T03:29:15.071Z Compiling memchr v2.8.1
12882026-06-15T03:29:15.249Z Compiling itoa v1.0.18
12892026-06-15T03:29:15.422Z Compiling smallvec v1.15.1
12902026-06-15T03:29:15.502Z Compiling zmij v1.0.21
12912026-06-15T03:29:15.546Z Compiling autocfg v1.5.1
12922026-06-15T03:29:15.627Z Compiling libm v0.2.16
12932026-06-15T03:29:15.878Z Compiling stable_deref_trait v1.2.1
12942026-06-15T03:29:15.889Z Compiling writeable v0.6.3
12952026-06-15T03:29:15.948Z Compiling percent-encoding v2.3.2
12962026-06-15T03:29:16.016Z Compiling litemap v0.8.2
12972026-06-15T03:29:16.046Z Compiling utf8_iter v1.0.4
12982026-06-15T03:29:16.079Z Compiling icu_properties_data v2.2.0
12992026-06-15T03:29:16.100Z Compiling icu_normalizer_data v2.2.0
13002026-06-15T03:29:16.185Z Compiling iana-time-zone v0.1.65
13012026-06-15T03:29:16.196Z Compiling form_urlencoded v1.2.2
13022026-06-15T03:29:16.308Z Compiling syn v2.0.117
13032026-06-15T03:29:16.399Z Compiling equivalent v1.0.2
13042026-06-15T03:29:16.415Z Compiling pin-project-lite v0.2.17
13052026-06-15T03:29:16.439Z Compiling serde_json v1.0.150
13062026-06-15T03:29:16.478Z Compiling dyn-clone v1.0.20
13072026-06-15T03:29:16.492Z Compiling version_check v0.9.5
13082026-06-15T03:29:16.502Z Compiling num-traits v0.2.19
13092026-06-15T03:29:16.505Z Compiling parking_lot_core v0.9.12
13102026-06-15T03:29:16.611Z Compiling scopeguard v1.2.0
13112026-06-15T03:29:16.693Z Compiling lock_api v0.4.14
13122026-06-15T03:29:16.716Z Compiling thiserror v2.0.18
13132026-06-15T03:29:16.791Z Compiling rand_core v0.10.1
13142026-06-15T03:29:16.816Z Compiling getrandom v0.4.2
13152026-06-15T03:29:16.916Z Compiling errno v0.3.14
13162026-06-15T03:29:16.938Z Compiling hashbrown v0.17.1
13172026-06-15T03:29:17.131Z Compiling futures-core v0.3.32
13182026-06-15T03:29:17.252Z Compiling semver v1.0.28
13192026-06-15T03:29:17.369Z Compiling heck v0.5.0
13202026-06-15T03:29:17.393Z Compiling uuid v1.23.2
13212026-06-15T03:29:17.586Z Compiling indexmap v2.14.0
13222026-06-15T03:29:17.595Z Compiling zerocopy v0.8.50
13232026-06-15T03:29:17.621Z Compiling rustversion v1.0.22
13242026-06-15T03:29:17.631Z Compiling schemars v0.8.22
13252026-06-15T03:29:17.824Z Compiling futures-sink v0.3.32
13262026-06-15T03:29:17.896Z Compiling fnv v1.0.7
13272026-06-15T03:29:17.925Z Compiling slab v0.4.12
13282026-06-15T03:29:17.988Z Compiling jobserver v0.1.34
13292026-06-15T03:29:18.037Z Compiling find-msvc-tools v0.1.9
13302026-06-15T03:29:18.096Z Compiling shlex v2.0.1
13312026-06-15T03:29:18.201Z Compiling futures-channel v0.3.32
13322026-06-15T03:29:18.268Z Compiling cc v1.2.63
13332026-06-15T03:29:18.278Z Compiling socket2 v0.6.4
13342026-06-15T03:29:18.375Z Compiling bitflags v2.12.1
13352026-06-15T03:29:18.432Z Compiling futures-io v0.3.32
13362026-06-15T03:29:18.518Z Compiling parking_lot v0.12.5
13372026-06-15T03:29:18.594Z Compiling futures-task v0.3.32
13382026-06-15T03:29:18.612Z Compiling signal-hook-registry v1.4.8
13392026-06-15T03:29:18.623Z Compiling mio v1.2.1
13402026-06-15T03:29:18.626Z Compiling portable-atomic v1.13.1
13412026-06-15T03:29:18.744Z Compiling dunce v1.0.5
13422026-06-15T03:29:18.770Z Compiling critical-section v1.2.0
13432026-06-15T03:29:18.839Z Compiling log v0.4.32
13442026-06-15T03:29:18.877Z Compiling fs_extra v1.3.0
13452026-06-15T03:29:18.942Z Compiling base64 v0.22.1
13462026-06-15T03:29:19.061Z Compiling cmake v0.1.58
13472026-06-15T03:29:19.095Z Compiling regex-syntax v0.8.10
13482026-06-15T03:29:19.131Z Compiling typenum v1.20.1
13492026-06-15T03:29:19.142Z Compiling subtle v2.6.1
13502026-06-15T03:29:19.153Z Compiling synstructure v0.13.2
13512026-06-15T03:29:19.289Z Compiling serde_derive_internals v0.29.1
13522026-06-15T03:29:19.418Z Compiling byteorder v1.5.0
13532026-06-15T03:29:19.594Z Compiling aws-lc-sys v0.41.0
13542026-06-15T03:29:19.645Z Compiling strsim v0.11.1
13552026-06-15T03:29:19.674Z Compiling rustix v1.1.4
13562026-06-15T03:29:19.831Z Compiling once_cell v1.21.4
13572026-06-15T03:29:19.947Z Compiling atomic-waker v1.1.2
13582026-06-15T03:29:20.067Z Compiling ipnet v2.12.0
13592026-06-15T03:29:20.084Z Compiling httparse v1.10.1
13602026-06-15T03:29:20.159Z Compiling thiserror v1.0.69
13612026-06-15T03:29:20.178Z Compiling tower-layer v0.3.3
13622026-06-15T03:29:20.289Z Compiling tower-service v0.3.3
13632026-06-15T03:29:20.329Z Compiling untrusted v0.9.0
13642026-06-15T03:29:20.375Z Compiling ryu v1.0.23
13652026-06-15T03:29:20.444Z Compiling try-lock v0.2.5
13662026-06-15T03:29:20.467Z Compiling serde_derive v1.0.228
13672026-06-15T03:29:20.478Z Compiling zerofrom-derive v0.1.7
13682026-06-15T03:29:20.488Z Compiling yoke-derive v0.8.2
13692026-06-15T03:29:20.587Z Compiling zerovec-derive v0.11.3
13702026-06-15T03:29:20.593Z Compiling displaydoc v0.2.6
13712026-06-15T03:29:20.593Z Compiling schemars_derive v0.8.22
13722026-06-15T03:29:20.604Z Compiling thiserror-impl v2.0.18
13732026-06-15T03:29:21.358Z Compiling tokio-macros v2.7.0
13742026-06-15T03:29:21.562Z Compiling zerocopy-derive v0.8.50
13752026-06-15T03:29:21.656Z Compiling zeroize_derive v1.4.3
13762026-06-15T03:29:21.667Z Compiling zerofrom v0.1.8
13772026-06-15T03:29:21.778Z Compiling yoke v0.8.3
13782026-06-15T03:29:21.789Z Compiling futures-macro v0.3.32
13792026-06-15T03:29:21.929Z Compiling zerovec v0.11.6
13802026-06-15T03:29:21.959Z Compiling zerotrie v0.2.4
13812026-06-15T03:29:22.385Z Compiling zeroize v1.8.2
13822026-06-15T03:29:22.453Z Compiling tinystr v0.8.3
13832026-06-15T03:29:22.463Z Compiling potential_utf v0.1.5
13842026-06-15T03:29:22.479Z Compiling thiserror-impl v1.0.69
13852026-06-15T03:29:22.586Z Compiling icu_collections v2.2.0
13862026-06-15T03:29:22.622Z Compiling icu_locale_core v2.2.0
13872026-06-15T03:29:22.649Z Compiling ucd-trie v0.1.7
13882026-06-15T03:29:22.677Z Compiling futures-util v0.3.32
13892026-06-15T03:29:22.940Z Compiling pest v2.8.6
13902026-06-15T03:29:23.104Z Compiling want v0.3.1
13912026-06-15T03:29:23.264Z Compiling httpdate v1.0.3
13922026-06-15T03:29:23.506Z Compiling icu_provider v2.2.0
13932026-06-15T03:29:23.648Z Compiling bytes v1.11.1
13942026-06-15T03:29:23.712Z Compiling chrono v0.4.45
13952026-06-15T03:29:23.723Z Compiling serde_tokenstream v0.2.3
13962026-06-15T03:29:23.826Z Compiling icu_properties v2.2.0
13972026-06-15T03:29:23.992Z Compiling icu_normalizer v2.2.0
13982026-06-15T03:29:24.202Z Compiling tokio v1.52.3
13992026-06-15T03:29:24.278Z Compiling http v1.4.1
14002026-06-15T03:29:24.566Z Compiling erased-serde v0.3.31
14012026-06-15T03:29:24.945Z Compiling idna_adapter v1.2.2
14022026-06-15T03:29:25.004Z Compiling http-body v1.0.1
14032026-06-15T03:29:25.053Z Compiling idna v1.1.0
14042026-06-15T03:29:25.174Z Compiling pest_meta v2.8.6
14052026-06-15T03:29:25.178Z Compiling getrandom v0.2.17
14062026-06-15T03:29:25.182Z Compiling pretty-hex v0.4.2
14072026-06-15T03:29:25.241Z Compiling getrandom v0.3.4
14082026-06-15T03:29:25.304Z Compiling rand_core v0.6.4
14092026-06-15T03:29:25.342Z Compiling url v2.5.8
14102026-06-15T03:29:25.525Z Compiling slog v2.8.2
14112026-06-15T03:29:25.590Z Compiling plain v0.2.3
14122026-06-15T03:29:25.697Z Compiling pest_generator v2.8.6
14132026-06-15T03:29:25.763Z Compiling ppv-lite86 v0.2.21
14142026-06-15T03:29:26.082Z Compiling tracing-attributes v0.1.31
14152026-06-15T03:29:26.194Z Compiling tracing-core v0.1.36
14162026-06-15T03:29:26.296Z Compiling allocator-api2 v0.2.21
14172026-06-15T03:29:26.370Z Compiling foldhash v0.2.0
14182026-06-15T03:29:26.394Z Compiling pest_derive v2.8.6
14192026-06-15T03:29:26.596Z Compiling ipnetwork v0.21.1
14202026-06-15T03:29:26.608Z Compiling hashbrown v0.16.1
14212026-06-15T03:29:26.790Z Compiling http-body-util v0.1.3
14222026-06-15T03:29:26.953Z Compiling oxnet v0.1.6
14232026-06-15T03:29:27.021Z Compiling serde_urlencoded v0.7.1
14242026-06-15T03:29:27.031Z Compiling aho-corasick v1.1.4
14252026-06-15T03:29:27.180Z Compiling paste v1.0.15
14262026-06-15T03:29:27.294Z Compiling sync_wrapper v1.0.2
14272026-06-15T03:29:27.322Z Compiling ident_case v1.0.1
14282026-06-15T03:29:27.325Z Compiling tracing v0.1.44
14292026-06-15T03:29:27.396Z Compiling omicron-workspace-hack v0.1.0
14302026-06-15T03:29:27.448Z Compiling time-core v0.1.8
14312026-06-15T03:29:27.459Z Compiling powerfmt v0.2.0
14322026-06-15T03:29:27.553Z Compiling num-conv v0.2.2
14332026-06-15T03:29:27.628Z Compiling deranged v0.5.8
14342026-06-15T03:29:27.660Z Compiling num_threads v0.1.7
14352026-06-15T03:29:27.696Z Compiling time-macros v0.2.27
14362026-06-15T03:29:27.755Z Compiling anyhow v1.0.102
14372026-06-15T03:29:27.822Z Compiling winnow v1.0.3
14382026-06-15T03:29:28.074Z Compiling regex-automata v0.4.14
14392026-06-15T03:29:28.491Z Compiling scroll_derive v0.13.1
14402026-06-15T03:29:28.927Z Compiling tokio-util v0.7.18
14412026-06-15T03:29:29.077Z Compiling daft-derive v0.1.7
14422026-06-15T03:29:29.330Z Compiling scroll v0.13.0
14432026-06-15T03:29:29.594Z Compiling fastrand v2.4.1
14442026-06-15T03:29:29.653Z Compiling aws-lc-rs v1.17.0
14452026-06-15T03:29:29.829Z Compiling regex v1.12.3
14462026-06-15T03:29:29.850Z Compiling rustls-pki-types v1.14.1
14472026-06-15T03:29:29.962Z Compiling async-trait v0.1.89
14482026-06-15T03:29:30.286Z Compiling crossbeam-utils v0.8.21
14492026-06-15T03:29:30.327Z Compiling openssl-probe v0.2.1
14502026-06-15T03:29:30.468Z Compiling untrusted v0.7.1
14512026-06-15T03:29:30.584Z Compiling thread_local v1.1.9
14522026-06-15T03:29:30.608Z Compiling hex v0.4.3
14532026-06-15T03:29:30.739Z Compiling rustls v0.23.40
14542026-06-15T03:29:30.795Z Compiling usdt-impl v0.6.0
14552026-06-15T03:29:30.857Z Compiling goblin v0.10.7
14562026-06-15T03:29:30.928Z Compiling h2 v0.4.14
14572026-06-15T03:29:30.957Z Compiling dtrace-parser v0.3.0
14582026-06-15T03:29:30.984Z Compiling slog-async v2.8.0
14592026-06-15T03:29:31.058Z Compiling camino v1.2.2
14602026-06-15T03:29:31.304Z Compiling thread-id v5.1.0
14612026-06-15T03:29:31.320Z Compiling crc32fast v1.5.0
14622026-06-15T03:29:31.380Z Compiling take_mut v0.2.2
14632026-06-15T03:29:31.431Z Compiling term v1.2.1
14642026-06-15T03:29:31.654Z Compiling rand_core v0.9.5
14652026-06-15T03:29:31.818Z Compiling futures-executor v0.3.32
14662026-06-15T03:29:31.866Z Compiling syn v1.0.109
14672026-06-15T03:29:31.884Z Compiling cpufeatures v0.3.0
14682026-06-15T03:29:31.954Z Compiling match_cfg v0.1.0
14692026-06-15T03:29:32.022Z Compiling futures v0.3.32
14702026-06-15T03:29:32.122Z Compiling structmeta-derive v0.3.0
14712026-06-15T03:29:32.300Z Compiling simd-adler32 v0.3.9
14722026-06-15T03:29:32.497Z Compiling adler2 v2.0.1
14732026-06-15T03:29:32.627Z Compiling miniz_oxide v0.8.9
14742026-06-15T03:29:33.074Z Compiling hyper v1.10.1
14752026-06-15T03:29:33.237Z Compiling structmeta v0.3.0
14762026-06-15T03:29:33.284Z Compiling rand_chacha v0.9.0
14772026-06-15T03:29:33.672Z Compiling dof v0.4.0
14782026-06-15T03:29:33.723Z Compiling darling_core v0.23.0
14792026-06-15T03:29:33.863Z Compiling newtype-uuid-macros v0.1.0
14802026-06-15T03:29:34.051Z Compiling hybrid-array v0.4.12
14812026-06-15T03:29:34.672Z Compiling hyper-util v0.1.20
14822026-06-15T03:29:35.222Z Compiling rand v0.9.4
14832026-06-15T03:29:35.785Z Compiling darling_macro v0.23.0
14842026-06-15T03:29:35.834Z Compiling flate2 v1.1.9
14852026-06-15T03:29:35.888Z Compiling usdt-attr-macro v0.6.0
14862026-06-15T03:29:36.068Z Compiling usdt-macro v0.6.0
14872026-06-15T03:29:36.241Z Compiling time v0.3.47
14882026-06-15T03:29:36.334Z Compiling newtype-uuid v1.3.2
14892026-06-15T03:29:36.372Z Compiling compression-core v0.4.32
14902026-06-15T03:29:36.525Z Compiling quick-error v1.2.3
14912026-06-15T03:29:36.628Z Compiling ref-cast v1.0.25
14922026-06-15T03:29:36.678Z Compiling daft v0.1.7
14932026-06-15T03:29:36.948Z Compiling compression-codecs v0.4.38
14942026-06-15T03:29:36.965Z Compiling darling v0.23.0
14952026-06-15T03:29:36.995Z Compiling crypto-common v0.2.2
14962026-06-15T03:29:37.037Z Compiling block-buffer v0.12.0
14972026-06-15T03:29:37.068Z Compiling crossbeam-channel v0.5.15
14982026-06-15T03:29:37.185Z Compiling tower v0.5.3
14992026-06-15T03:29:37.197Z Compiling ref-cast-impl v1.0.25
15002026-06-15T03:29:37.200Z Compiling strum_macros v0.26.4
15012026-06-15T03:29:37.594Z Compiling serde_spanned v1.1.1
15022026-06-15T03:29:37.678Z Compiling multer v3.1.0
15032026-06-15T03:29:37.741Z Compiling generic-array v0.14.7
15042026-06-15T03:29:37.821Z Compiling const-oid v0.10.2
15052026-06-15T03:29:37.914Z Compiling toml_writer v1.1.1+spec-1.1.0
15062026-06-15T03:29:37.980Z Compiling debug-ignore v1.0.5
15072026-06-15T03:29:38.003Z Compiling bit-vec v0.8.0
15082026-06-15T03:29:38.070Z Compiling digest v0.11.3
15092026-06-15T03:29:38.122Z Compiling tower-http v0.6.11
15102026-06-15T03:29:38.190Z Compiling bit-set v0.8.0
15112026-06-15T03:29:38.218Z Compiling serde_with_macros v3.20.0
15122026-06-15T03:29:38.229Z Compiling openapiv3 v2.2.0
15132026-06-15T03:29:38.238Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15142026-06-15T03:29:38.343Z Compiling async-stream-impl v0.3.6
15152026-06-15T03:29:38.557Z Compiling dropshot v0.17.1
15162026-06-15T03:29:38.721Z Compiling encoding_rs v0.8.35
15172026-06-15T03:29:38.797Z Compiling spin v0.9.8
15182026-06-15T03:29:38.909Z Compiling mime v0.3.17
15192026-06-15T03:29:38.933Z Compiling strum v0.26.3
15202026-06-15T03:29:38.983Z Compiling unarray v0.1.4
15212026-06-15T03:29:39.055Z Compiling async-stream v0.3.6
15222026-06-15T03:29:39.131Z Compiling sha1 v0.11.0
15232026-06-15T03:29:39.319Z Compiling derive-ex v0.1.8
15242026-06-15T03:29:39.351Z Compiling rustls-native-certs v0.8.4
15252026-06-15T03:29:39.371Z Compiling dropshot_endpoint v0.17.1
15262026-06-15T03:29:39.685Z Compiling macaddr v1.0.1
15272026-06-15T03:29:39.685Z Compiling waitgroup v0.1.2
15282026-06-15T03:29:39.829Z Compiling serde_path_to_error v0.1.20
15292026-06-15T03:29:39.841Z Compiling is-terminal v0.4.17
15302026-06-15T03:29:39.905Z Compiling slog-term v2.9.2
15312026-06-15T03:29:40.158Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15322026-06-15T03:29:40.173Z Compiling tempfile v3.27.0
15332026-06-15T03:29:40.375Z Compiling strum_macros v0.27.2
15342026-06-15T03:29:40.485Z Compiling instant v0.1.13
15352026-06-15T03:29:40.572Z Compiling slog-json v2.6.1
15362026-06-15T03:29:40.583Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15372026-06-15T03:29:40.593Z Compiling hostname v0.3.1
15382026-06-15T03:29:40.723Z Compiling memmap2 v0.9.10
15392026-06-15T03:29:40.770Z Compiling either v1.16.0
15402026-06-15T03:29:40.873Z Compiling test-strategy v0.4.5
15412026-06-15T03:29:40.938Z Compiling slog-bunyan v2.5.0
15422026-06-15T03:29:40.972Z Compiling crypto-common v0.1.7
15432026-06-15T03:29:41.014Z Compiling parse-display-derive v0.10.0
15442026-06-15T03:29:41.065Z Compiling backon v1.6.0
15452026-06-15T03:29:41.097Z Compiling rand_chacha v0.3.1
15462026-06-15T03:29:41.545Z Compiling rand v0.8.6
15472026-06-15T03:29:41.566Z Compiling toml_parser v1.1.2+spec-1.1.0
15482026-06-15T03:29:41.892Z Compiling regress v0.10.5
15492026-06-15T03:29:42.178Z Compiling toml_datetime v1.1.1+spec-1.1.0
15502026-06-15T03:29:42.191Z Compiling strum v0.27.2
15512026-06-15T03:29:42.339Z Compiling wait-timeout v0.2.1
15522026-06-15T03:29:42.480Z Compiling rusty-fork v0.3.1
15532026-06-15T03:29:42.708Z Compiling toml v1.1.2+spec-1.1.0
15542026-06-15T03:29:42.771Z Compiling serde_with v3.20.0
15552026-06-15T03:29:42.775Z Compiling async-compression v0.4.42
15562026-06-15T03:29:42.843Z Compiling rand_xorshift v0.4.0
15572026-06-15T03:29:42.984Z Compiling rustls-pemfile v2.2.0
15582026-06-15T03:29:43.086Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15592026-06-15T03:29:43.583Z Compiling hostname v0.4.2
15602026-06-15T03:29:43.718Z Compiling humantime v2.3.0
15612026-06-15T03:29:44.239Z Compiling proptest v1.11.0
15622026-06-15T03:29:44.535Z Compiling usdt v0.6.0
15632026-06-15T03:29:44.546Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15642026-06-15T03:29:44.669Z Compiling itertools v0.14.0
15652026-06-15T03:29:44.700Z Compiling iddqd v0.4.2
15662026-06-15T03:29:45.016Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15672026-06-15T03:29:45.259Z Compiling block-buffer v0.10.4
15682026-06-15T03:29:45.387Z Compiling reqwest v0.12.28
15692026-06-15T03:29:45.946Z Compiling utf8parse v0.2.2
15702026-06-15T03:29:45.995Z Compiling digest v0.10.7
15712026-06-15T03:29:46.043Z Compiling anstyle-parse v1.0.0
15722026-06-15T03:29:46.053Z Compiling parse-display v0.10.0
15732026-06-15T03:29:46.063Z Compiling backoff v0.4.0
15742026-06-15T03:29:46.201Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15752026-06-15T03:29:46.224Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15762026-06-15T03:29:46.376Z Compiling progenitor-client v0.10.0
15772026-06-15T03:29:46.656Z Compiling colorchoice v1.0.5
15782026-06-15T03:29:46.771Z Compiling anstyle v1.0.14
15792026-06-15T03:29:46.782Z Compiling anstyle-query v1.1.5
15802026-06-15T03:29:46.991Z Compiling is_terminal_polyfill v1.70.2
15812026-06-15T03:29:47.082Z Compiling anstream v1.0.0
15822026-06-15T03:29:47.447Z Compiling regress v0.11.1
15832026-06-15T03:29:47.680Z Compiling unicode-width v0.2.2
15842026-06-15T03:29:47.864Z Compiling clap_lex v1.1.0
15852026-06-15T03:29:48.056Z Compiling clap_derive v4.6.1
15862026-06-15T03:29:48.582Z Compiling terminal_size v0.4.4
15872026-06-15T03:29:49.124Z Compiling typify-impl v0.6.2
15882026-06-15T03:29:49.607Z Compiling toml_datetime v0.6.11
15892026-06-15T03:29:49.688Z Compiling zerocopy-derive v0.7.35
15902026-06-15T03:29:49.734Z Compiling cpufeatures v0.2.17
15912026-06-15T03:29:49.804Z Compiling convert_case v0.4.0
15922026-06-15T03:29:50.081Z Compiling clap_builder v4.6.0
15932026-06-15T03:29:50.098Z Compiling derive_more v0.99.20
15942026-06-15T03:29:50.549Z Compiling zerocopy v0.7.35
15952026-06-15T03:29:51.789Z Compiling clap v4.6.1
15962026-06-15T03:29:52.004Z Compiling secrecy v0.10.3
15972026-06-15T03:29:52.162Z Compiling tinyvec_macros v0.1.1
15982026-06-15T03:29:52.236Z Compiling crucible-workspace-hack v0.1.0
15992026-06-15T03:29:52.293Z Compiling float-ord v0.3.2
16002026-06-15T03:29:52.363Z Compiling tinyvec v1.11.0
16012026-06-15T03:29:52.854Z Compiling dtrace-parser v0.2.0
16022026-06-15T03:29:52.864Z Compiling scroll_derive v0.12.1
16032026-06-15T03:29:52.996Z Compiling num-integer v0.1.46
16042026-06-15T03:29:53.323Z Compiling rustc_version v0.4.1
16052026-06-15T03:29:53.342Z Compiling usdt-impl v0.5.0
16062026-06-15T03:29:53.603Z Compiling curve25519-dalek v4.1.3
16072026-06-15T03:29:53.709Z Compiling scroll v0.12.0
16082026-06-15T03:29:53.891Z Compiling dof v0.3.0
16092026-06-15T03:29:53.975Z Compiling hmac v0.12.1
16102026-06-15T03:29:54.102Z Compiling toml_edit v0.25.12+spec-1.1.0
16112026-06-15T03:29:54.190Z Compiling inout v0.1.4
16122026-06-15T03:29:54.227Z Compiling darling_core v0.21.3
16132026-06-15T03:29:54.270Z Compiling ff v0.13.1
16142026-06-15T03:29:54.327Z Compiling thread-id v4.2.2
16152026-06-15T03:29:54.393Z Compiling unsafe-libyaml v0.2.11
16162026-06-15T03:29:54.637Z Compiling proc-macro-crate v3.5.0
16172026-06-15T03:29:54.918Z Compiling serde_yaml v0.9.34+deprecated
16182026-06-15T03:29:55.057Z Compiling group v0.13.0
16192026-06-15T03:29:55.060Z Compiling cipher v0.4.4
16202026-06-15T03:29:55.268Z Compiling hkdf v0.12.4
16212026-06-15T03:29:55.380Z Compiling typify-macro v0.6.2
16222026-06-15T03:29:55.406Z Compiling goblin v0.8.2
16232026-06-15T03:29:56.157Z Compiling num-iter v0.1.45
16242026-06-15T03:29:56.168Z Compiling num-rational v0.4.2
16252026-06-15T03:29:56.270Z Compiling universal-hash v0.5.1
16262026-06-15T03:29:56.286Z Compiling darling_macro v0.21.3
16272026-06-15T03:29:56.317Z Compiling crypto-bigint v0.5.5
16282026-06-15T03:29:56.397Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16292026-06-15T03:29:56.740Z Compiling hubpack_derive v0.1.1
16302026-06-15T03:29:56.778Z Compiling thiserror-impl-no-std v2.0.2
16312026-06-15T03:29:57.012Z Compiling crossbeam-epoch v0.9.18
16322026-06-15T03:29:57.424Z Compiling half v2.7.1
16332026-06-15T03:29:57.436Z Compiling typify v0.6.2
16342026-06-15T03:29:57.531Z Compiling curve25519-dalek-derive v0.1.1
16352026-06-15T03:29:57.620Z Compiling num-complex v0.4.6
16362026-06-15T03:29:57.922Z Compiling memoffset v0.9.1
16372026-06-15T03:29:57.940Z Compiling opaque-debug v0.3.1
16382026-06-15T03:29:58.001Z Compiling heck v0.4.1
16392026-06-15T03:29:58.004Z Compiling ciborium-io v0.2.2
16402026-06-15T03:29:58.004Z Compiling base16ct v0.2.0
16412026-06-15T03:29:58.099Z Compiling base64ct v1.8.3
16422026-06-15T03:29:58.163Z Compiling cfg_aliases v0.2.1
16432026-06-15T03:29:58.198Z Compiling elliptic-curve v0.13.8
16442026-06-15T03:29:58.238Z Compiling nix v0.31.3
16452026-06-15T03:29:58.260Z Compiling ciborium-ll v0.2.2
16462026-06-15T03:29:58.404Z Compiling password-hash v0.5.0
16472026-06-15T03:29:58.468Z Compiling poly1305 v0.8.0
16482026-06-15T03:29:58.620Z Compiling num v0.4.3
16492026-06-15T03:29:58.794Z Compiling thiserror-no-std v2.0.2
16502026-06-15T03:29:58.878Z Compiling hubpack v0.1.2
16512026-06-15T03:29:59.078Z Compiling darling v0.21.3
16522026-06-15T03:29:59.359Z Compiling chacha20 v0.9.1
16532026-06-15T03:29:59.448Z Compiling num_enum_derive v0.7.6
16542026-06-15T03:29:59.569Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16552026-06-15T03:29:59.750Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16562026-06-15T03:30:00.146Z Compiling blake2 v0.10.6
16572026-06-15T03:30:00.260Z Compiling aead v0.5.2
16582026-06-15T03:30:00.416Z Compiling byte-wrapper v0.1.0
16592026-06-15T03:30:00.437Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16602026-06-15T03:30:00.478Z Compiling proc-macro-error-attr v1.0.4
16612026-06-15T03:30:00.722Z Compiling prettyplease v0.2.37
16622026-06-15T03:30:00.752Z Compiling static_assertions v1.1.0
16632026-06-15T03:30:00.767Z Compiling rustix v0.38.44
16642026-06-15T03:30:00.788Z Compiling heapless v0.8.0
16652026-06-15T03:30:00.819Z Compiling keccak v0.1.6
16662026-06-15T03:30:00.962Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16672026-06-15T03:30:01.221Z Compiling sha3 v0.10.9
16682026-06-15T03:30:01.294Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16692026-06-15T03:30:01.600Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16702026-06-15T03:30:01.754Z Compiling num_enum v0.7.6
16712026-06-15T03:30:01.782Z Compiling chacha20poly1305 v0.10.1
16722026-06-15T03:30:01.867Z Compiling argon2 v0.5.3
16732026-06-15T03:30:02.138Z Compiling ingot-macros v0.1.1
16742026-06-15T03:30:02.150Z Compiling vsss-rs v3.3.4
16752026-06-15T03:30:02.452Z Compiling ciborium v0.2.2
16762026-06-15T03:30:03.008Z Compiling usdt-macro v0.5.0
16772026-06-15T03:30:03.037Z Compiling usdt-attr-macro v0.5.0
16782026-06-15T03:30:03.849Z Compiling serde_spanned v0.6.9
16792026-06-15T03:30:03.987Z Compiling serde_repr v0.1.20
16802026-06-15T03:30:03.990Z Compiling num-derive v0.4.2
16812026-06-15T03:30:04.206Z Compiling enum-as-inner v0.6.1
16822026-06-15T03:30:04.585Z Compiling hash32 v0.3.1
16832026-06-15T03:30:04.727Z Compiling proc-macro-error v1.0.4
16842026-06-15T03:30:04.740Z Compiling memmap v0.7.0
16852026-06-15T03:30:04.761Z Compiling smoltcp v0.11.0
16862026-06-15T03:30:04.860Z Compiling data-encoding v2.11.0
16872026-06-15T03:30:04.914Z Compiling winnow v0.5.40
16882026-06-15T03:30:04.924Z Compiling indent_write v2.2.0
16892026-06-15T03:30:04.944Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16902026-06-15T03:30:04.954Z Compiling toml_write v0.1.2
16912026-06-15T03:30:04.964Z Compiling winnow v0.7.15
16922026-06-15T03:30:05.140Z Compiling ingot-types v0.1.2
16932026-06-15T03:30:05.161Z Compiling usdt v0.5.0
16942026-06-15T03:30:05.426Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16952026-06-15T03:30:05.536Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16962026-06-15T03:30:05.631Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16972026-06-15T03:30:06.283Z Compiling rustls-webpki v0.103.13
16982026-06-15T03:30:06.445Z Compiling toml_edit v0.22.27
16992026-06-15T03:30:06.551Z Compiling toml_edit v0.19.15
17002026-06-15T03:30:07.353Z Compiling tabwriter v1.4.1
17012026-06-15T03:30:07.376Z Compiling cobs v0.3.0
17022026-06-15T03:30:07.387Z Compiling foreign-types-macros v0.2.3
17032026-06-15T03:30:07.577Z Compiling managed v0.8.0
17042026-06-15T03:30:07.594Z Compiling vcpkg v0.2.15
17052026-06-15T03:30:07.791Z Compiling bytecount v0.6.9
17062026-06-15T03:30:07.940Z Compiling bitflags v1.3.2
17072026-06-15T03:30:08.016Z Compiling colored v3.1.1
17082026-06-15T03:30:08.063Z Compiling pkg-config v0.3.33
17092026-06-15T03:30:08.174Z Compiling foreign-types-shared v0.3.1
17102026-06-15T03:30:08.268Z Compiling foreign-types v0.5.0
17112026-06-15T03:30:08.415Z Compiling toml v0.8.23
17122026-06-15T03:30:08.520Z Compiling openssl-sys v0.9.116
17132026-06-15T03:30:08.658Z Compiling proc-macro-crate v1.3.1
17142026-06-15T03:30:08.995Z Compiling postcard v1.1.3
17152026-06-15T03:30:09.331Z Compiling ingot v0.1.1
17162026-06-15T03:30:09.493Z Compiling progenitor-impl v0.13.0
17172026-06-15T03:30:09.556Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17182026-06-15T03:30:09.794Z Compiling tokio-rustls v0.26.4
17192026-06-15T03:30:10.063Z Compiling hyper-rustls v0.27.9
17202026-06-15T03:30:10.074Z Compiling rustls-platform-verifier v0.7.0
17212026-06-15T03:30:10.307Z Compiling reqwest v0.13.4
17222026-06-15T03:30:11.220Z Compiling chacha20 v0.10.0
17232026-06-15T03:30:11.478Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17242026-06-15T03:30:11.584Z Compiling progenitor-client v0.14.0
17252026-06-15T03:30:11.795Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17262026-06-15T03:30:11.883Z Compiling progenitor-extras v0.2.0
17272026-06-15T03:30:12.043Z Compiling cstr-argument v0.1.2
17282026-06-15T03:30:12.129Z Compiling lazy_static v1.5.0
17292026-06-15T03:30:12.195Z Compiling rayon-core v1.13.0
17302026-06-15T03:30:12.233Z Compiling unicode-segmentation v1.13.3
17312026-06-15T03:30:12.763Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17322026-06-15T03:30:12.950Z Compiling linked-hash-map v0.5.6
17332026-06-15T03:30:13.002Z Compiling resolv-conf v0.7.6
17342026-06-15T03:30:13.085Z Compiling swrite v0.1.0
17352026-06-15T03:30:13.097Z Compiling semver v0.1.20
17362026-06-15T03:30:13.138Z Compiling lru-cache v0.1.2
17372026-06-15T03:30:13.179Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-06-15T03:30:13.259Z Compiling progenitor-macro v0.13.0
17392026-06-15T03:30:13.357Z Compiling rustc_version v0.1.7
17402026-06-15T03:30:13.408Z Compiling newline-converter v0.3.0
17412026-06-15T03:30:13.541Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17422026-06-15T03:30:13.605Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17432026-06-15T03:30:13.808Z Compiling progenitor-client v0.13.0
17442026-06-15T03:30:14.617Z Compiling rand v0.10.1
17452026-06-15T03:30:14.855Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17462026-06-15T03:30:14.980Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17472026-06-15T03:30:15.256Z Compiling num_enum_derive v0.5.11
17482026-06-15T03:30:15.298Z Compiling atomicwrites v0.4.4
17492026-06-15T03:30:15.423Z Compiling hickory-proto v0.24.4
17502026-06-15T03:30:16.885Z Compiling progenitor-impl v0.14.0
17512026-06-15T03:30:17.148Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17522026-06-15T03:30:18.076Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-06-15T03:30:18.773Z Compiling crossbeam-deque v0.8.6
17542026-06-15T03:30:18.979Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17552026-06-15T03:30:19.241Z Compiling console v0.15.11
17562026-06-15T03:30:19.384Z Compiling camino-tempfile v1.4.1
17572026-06-15T03:30:19.635Z Compiling serde-big-array v0.5.1
17582026-06-15T03:30:19.783Z Compiling pin-project-internal v1.1.13
17592026-06-15T03:30:19.911Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17602026-06-15T03:30:19.921Z Compiling derive-where v1.6.1
17612026-06-15T03:30:20.338Z Compiling siphasher v1.0.3
17622026-06-15T03:30:20.440Z Compiling minimal-lexical v0.2.1
17632026-06-15T03:30:20.521Z Compiling similar v2.7.0
17642026-06-15T03:30:20.525Z Compiling progenitor-macro v0.14.0
17652026-06-15T03:30:20.542Z Compiling phf_shared v0.12.1
17662026-06-15T03:30:20.695Z Compiling nom v7.1.3
17672026-06-15T03:30:20.715Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17682026-06-15T03:30:20.889Z Compiling pin-project v1.1.13
17692026-06-15T03:30:20.989Z Compiling expectorate v1.2.0
17702026-06-15T03:30:21.205Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17712026-06-15T03:30:21.476Z Compiling progenitor v0.13.0
17722026-06-15T03:30:21.614Z Compiling hickory-resolver v0.24.4
17732026-06-15T03:30:21.636Z Compiling num_enum v0.5.11
17742026-06-15T03:30:22.037Z Compiling newtype_derive v0.1.6
17752026-06-15T03:30:22.320Z Compiling snafu-derive v0.8.9
17762026-06-15T03:30:23.292Z Compiling unicode-normalization v0.1.25
17772026-06-15T03:30:23.568Z Compiling tokio-stream v0.1.18
17782026-06-15T03:30:23.780Z Compiling async-recursion v1.1.1
17792026-06-15T03:30:24.035Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17802026-06-15T03:30:24.063Z Compiling slog-dtrace v0.3.0
17812026-06-15T03:30:24.179Z Compiling bstr v1.12.1
17822026-06-15T03:30:24.291Z Compiling csv-core v0.1.13
17832026-06-15T03:30:24.310Z Compiling unicode-width v0.1.14
17842026-06-15T03:30:24.342Z Compiling konst_macro_rules v0.2.19
17852026-06-15T03:30:24.470Z Compiling cancel-safe-futures v0.1.5
17862026-06-15T03:30:24.517Z Compiling owo-colors v4.3.0
17872026-06-15T03:30:24.550Z Compiling chrono-tz v0.10.4
17882026-06-15T03:30:24.589Z Compiling same-file v1.0.6
17892026-06-15T03:30:24.670Z Compiling foldhash v0.1.5
17902026-06-15T03:30:24.733Z Compiling highway v1.3.0
17912026-06-15T03:30:24.763Z Compiling unicode-xid v0.2.6
17922026-06-15T03:30:24.778Z Compiling openssl v0.10.80
17932026-06-15T03:30:24.845Z Compiling foreign-types-shared v0.1.1
17942026-06-15T03:30:24.880Z Compiling const_format_proc_macros v0.2.34
17952026-06-15T03:30:24.908Z Compiling foreign-types v0.3.2
17962026-06-15T03:30:24.930Z Compiling hashbrown v0.15.5
17972026-06-15T03:30:24.980Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-06-15T03:30:25.112Z Compiling walkdir v2.5.0
17992026-06-15T03:30:25.124Z Compiling globset v0.4.18
18002026-06-15T03:30:25.458Z Compiling konst v0.2.20
18012026-06-15T03:30:25.470Z Compiling csv v1.4.0
18022026-06-15T03:30:25.572Z Compiling progenitor v0.14.0
18032026-06-15T03:30:25.716Z Compiling snafu v0.8.9
18042026-06-15T03:30:25.750Z Compiling qorb v0.4.1
18052026-06-15T03:30:25.760Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-06-15T03:30:25.961Z Compiling olpc-cjson v0.1.4
18072026-06-15T03:30:26.051Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18082026-06-15T03:30:26.122Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-06-15T03:30:26.142Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18102026-06-15T03:30:26.480Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-06-15T03:30:26.678Z Compiling rayon v1.12.0
18122026-06-15T03:30:26.860Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18132026-06-15T03:30:27.806Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-06-15T03:30:28.030Z Compiling phf v0.12.1
18152026-06-15T03:30:28.082Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-15T03:30:28.321Z Compiling zone_cfg_derive v0.3.1
18172026-06-15T03:30:28.562Z Compiling tokio-dtrace v0.1.1
18182026-06-15T03:30:28.590Z Compiling itertools v0.12.1
18192026-06-15T03:30:28.836Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18202026-06-15T03:30:29.033Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-06-15T03:30:29.045Z Compiling libsw-core v0.3.2
18222026-06-15T03:30:29.049Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18232026-06-15T03:30:29.049Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18242026-06-15T03:30:29.229Z Compiling serde_plain v1.0.2
18252026-06-15T03:30:29.353Z Compiling openssl-macros v0.1.1
18262026-06-15T03:30:29.416Z Compiling pem v3.0.6
18272026-06-15T03:30:29.435Z Compiling cookie v0.18.1
18282026-06-15T03:30:29.631Z Compiling proc-macro-error-attr2 v2.0.0
18292026-06-15T03:30:29.681Z Compiling sigpipe v0.1.3
18302026-06-15T03:30:29.769Z Compiling typed-path v0.9.3
18312026-06-15T03:30:29.802Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18322026-06-15T03:30:29.813Z Compiling fixedbitset v0.4.2
18332026-06-15T03:30:29.841Z Compiling fixedbitset v0.5.7
18342026-06-15T03:30:30.039Z Compiling glob v0.3.3
18352026-06-15T03:30:30.050Z Compiling jiff v0.2.28
18362026-06-15T03:30:30.094Z Compiling proc-macro-error2 v2.0.1
18372026-06-15T03:30:30.197Z Compiling petgraph v0.8.3
18382026-06-15T03:30:30.373Z Compiling petgraph v0.6.5
18392026-06-15T03:30:30.575Z Compiling zone v0.3.1
18402026-06-15T03:30:31.118Z Compiling tough v0.22.0
18412026-06-15T03:30:31.445Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-15T03:30:31.608Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18432026-06-15T03:30:31.638Z Compiling libsw v3.5.0
18442026-06-15T03:30:31.812Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18452026-06-15T03:30:31.889Z Compiling oxide-tokio-rt v0.1.6
18462026-06-15T03:30:32.009Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-06-15T03:30:32.194Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18482026-06-15T03:30:33.319Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-06-15T03:30:33.405Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-06-15T03:30:33.467Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-06-15T03:30:33.735Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-06-15T03:30:33.966Z Compiling const_format v0.2.36
18532026-06-15T03:30:34.306Z Compiling papergrid v0.11.0
18542026-06-15T03:30:34.385Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-15T03:30:34.620Z Compiling tabled_derive v0.7.0
18562026-06-15T03:30:34.840Z Compiling gethostname v0.5.0
18572026-06-15T03:30:34.867Z Compiling libscf-sys v1.2.0
18582026-06-15T03:30:34.958Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18592026-06-15T03:30:34.970Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-15T03:30:35.003Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18612026-06-15T03:30:35.087Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-15T03:30:35.209Z Compiling smf v0.2.3
18632026-06-15T03:30:35.362Z Compiling bcs v0.1.6
18642026-06-15T03:30:35.599Z Compiling unicode-linebreak v0.1.5
18652026-06-15T03:30:35.647Z Compiling termtree v0.5.1
18662026-06-15T03:30:35.682Z Compiling tagptr v0.2.0
18672026-06-15T03:30:35.799Z Compiling smawk v0.3.2
18682026-06-15T03:30:35.813Z Compiling whoami v1.6.1
18692026-06-15T03:30:35.832Z Compiling linear-map v1.2.0
18702026-06-15T03:30:35.848Z Compiling moka v0.12.15
18712026-06-15T03:30:35.935Z Compiling textwrap v0.16.2
18722026-06-15T03:30:36.018Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-06-15T03:30:36.120Z Compiling tabled v0.15.0
18742026-06-15T03:30:36.470Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-06-15T03:30:36.604Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-06-15T03:30:36.642Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-06-15T03:30:36.970Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-15T03:30:37.160Z Compiling steno v0.4.1
18792026-06-15T03:30:38.329Z Compiling tabled_derive v0.11.0
18802026-06-15T03:30:38.917Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-06-15T03:30:39.482Z Compiling papergrid v0.18.0
18822026-06-15T03:30:39.513Z Compiling hickory-proto v0.25.2
18832026-06-15T03:30:39.690Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
18842026-06-15T03:30:39.876Z Compiling testing_table v0.3.0
18852026-06-15T03:30:40.047Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18862026-06-15T03:30:40.484Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
18872026-06-15T03:30:40.698Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
18882026-06-15T03:30:40.783Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18892026-06-15T03:30:41.014Z Compiling tabled v0.21.0
18902026-06-15T03:30:41.393Z Compiling hickory-resolver v0.25.2
18912026-06-15T03:30:41.508Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18922026-06-15T03:30:41.557Z Compiling parking_lot_core v0.8.6
18932026-06-15T03:30:41.862Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
18942026-06-15T03:30:41.893Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-15T03:30:42.266Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-15T03:30:43.055Z Compiling crc8 v0.1.1
18972026-06-15T03:30:43.068Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18982026-06-15T03:30:43.326Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18992026-06-15T03:30:43.436Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19002026-06-15T03:30:43.501Z Compiling arc-swap v1.9.1
19012026-06-15T03:30:43.736Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
19022026-06-15T03:30:43.810Z Compiling nom v8.0.0
19032026-06-15T03:30:43.836Z Compiling slog-scope v4.4.1
19042026-06-15T03:30:43.933Z Compiling parking_lot v0.11.2
19052026-06-15T03:30:44.117Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19062026-06-15T03:30:44.265Z Compiling fxhash v0.2.1
19072026-06-15T03:30:44.338Z Compiling internet-checksum v0.2.1
19082026-06-15T03:30:44.349Z Compiling slog-stdlog v4.1.1
19092026-06-15T03:30:44.396Z Compiling sled v0.34.7
19102026-06-15T03:30:44.430Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19112026-06-15T03:30:44.464Z Compiling slog-envlogger v2.2.0
19122026-06-15T03:30:44.468Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
19132026-06-15T03:30:44.627Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
19142026-06-15T03:30:45.818Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19152026-06-15T03:30:46.740Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-06-15T03:30:51.312Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19172026-06-15T03:30:54.930Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-06-15T03:30:56.555Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19192026-06-15T03:30:57.611Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19202026-06-15T03:30:58.570Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19212026-06-15T03:30:59.347Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19222026-06-15T03:31:00.716Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
19232026-06-15T03:31:24.640Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 10s
19242026-06-15T03:31:24.828Z────────────
19252026-06-15T03:31:24.829Z Nextest run ID 09d6e0cc-7065-4a1c-b222-f44c04a238a5 with nextest profile: default
19262026-06-15T03:31:24.829Z Starting 14 tests across 1 binary
19272026-06-15T03:31:24.890Z PASS [ 0.061s] mg-lower mrib::tests::handle_change_is_noop_when_already_advertised
19282026-06-15T03:31:24.890Z PASS [ 0.061s] mg-lower mrib::tests::full_sync_advertises_groups_missing_from_ddm
19292026-06-15T03:31:24.890Z PASS [ 0.061s] mg-lower mrib::tests::handle_change_withdraws_removed_group
19302026-06-15T03:31:24.890Z PASS [ 0.061s] mg-lower mrib::tests::full_sync_in_sync_makes_no_changes
19312026-06-15T03:31:24.890Z PASS [ 0.061s] mg-lower mrib::tests::handle_change_withdraws_only_the_matching_group
19322026-06-15T03:31:24.890Z PASS [ 0.061s] mg-lower mrib::tests::full_sync_withdraws_groups_absent_from_mrib
19332026-06-15T03:31:24.890Z PASS [ 0.061s] mg-lower mrib::tests::full_sync_adds_and_withdraws_together
19342026-06-15T03:31:24.890Z PASS [ 0.061s] mg-lower mrib::tests::handle_change_advertises_newly_installed_group
19352026-06-15T03:31:24.904Z PASS [ 0.014s] mg-lower test::sync_v4_over_v6_readback
19362026-06-15T03:31:24.905Z PASS [ 0.014s] mg-lower test::sync_v4_over_v6_removal
19372026-06-15T03:31:24.908Z PASS [ 0.014s] mg-lower test::sync_prefix_test
19382026-06-15T03:31:24.908Z PASS [ 0.014s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19392026-06-15T03:31:24.908Z PASS [ 0.014s] mg-lower test::sync_v4_over_v6_idempotent
19402026-06-15T03:31:24.908Z PASS [ 0.015s] mg-lower test::sync_link_down_test
19412026-06-15T03:31:24.908Z────────────
19422026-06-15T03:31:24.908Z Summary [ 0.077s] 14 tests run: 14 passed, 0 skipped
19432026-06-15T03:31:24.918Zprocess exited: duration 313104 ms, exit code 0
 
19442026-06-15T03:31:24.925Zfound 0 output files