01KMZVA2RCNH2GM6N3BW15766K: test-mg-lower

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

Buildomat Job: 01KMZVAX8MMCYBC9Y6RET6AG0E

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T17:09:02.338Zjob assigned to worker 01KMZVFG5BP1WNDDWNY4A3HAKR [factory aws, i-0b8a87160209f755f] (queued for 3 m 12 s)
 
22026-03-30T17:09:09.190Zstarting task 0: "setup"
32026-03-30T17:09:09.197Z++ uname -s
42026-03-30T17:09:09.200Z+ kern=SunOS
52026-03-30T17:09:09.200Z+ build_user=build
62026-03-30T17:09:09.200Z+ build_uid=12345
72026-03-30T17:09:09.200Z+ work_dir=/work
82026-03-30T17:09:09.200Z+ input_dir=/input
92026-03-30T17:09:09.200Z+ [[ 0 == 12345 ]]
102026-03-30T17:09:09.200Z+ case "$kern" in
112026-03-30T17:09:09.200Z+ groupadd -g 12345 build
122026-03-30T17:09:09.203Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T17:09:11.207Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T17:09:11.295Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T17:09:11.298Z+ home_fs=zfs
162026-03-30T17:09:11.298Z+ [[ zfs == autofs ]]
172026-03-30T17:09:11.298Z+ mkdir -p /home/build
182026-03-30T17:09:11.298Z+ chown build:build /home/build /work
192026-03-30T17:09:13.300Z+ chmod 0700 /home/build /work
202026-03-30T17:09:13.303Zprocess exited: duration 4112 ms, exit code 0
 
212026-03-30T17:09:13.309Zstarting task 1: "rust-toolchain"
222026-03-30T17:09:13.314Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-30T17:09:13.314Z * rust toolchain channel = "stable"
242026-03-30T17:09:13.314Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-30T17:09:13.314Z * rust toolchain profile = "default"
262026-03-30T17:09:13.314Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T17:09:13.314Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T17:09:13.317Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T17:09:13.317Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-30T17:09:13.431Zinfo: downloading installer
312026-03-30T17:09:15.117Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T17:09:15.117Zwarn: /opt/ooce/bin
332026-03-30T17:09:15.117Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T17:09:15.117Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T17:09:15.118Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T17:09:15.118Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T17:09:15.118Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T17:09:15.118Zerror: cannot install while Rust is installed
392026-03-30T17:09:15.118Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T17:09:15.118Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T17:09:15.118Zwarn: /home/build/.rustup/settings.toml
422026-03-30T17:09:15.118Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T17:09:15.118Zwarn: instead of the one inferred from the default host triple.
442026-03-30T17:09:15.154Zinfo: profile set to default
452026-03-30T17:09:15.154Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T17:09:15.158Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-30T17:09:15.289Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-30T17:09:15.292Zinfo: downloading 6 components
492026-03-30T17:09:29.499Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-30T17:09:29.499Z
512026-03-30T17:09:29.533Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-30T17:09:29.533Z
532026-03-30T17:09:29.533Z
542026-03-30T17:09:29.533ZRust is installed now. Great!
552026-03-30T17:09:29.533Z
562026-03-30T17:09:29.533ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T17:09:29.533Zenvironment variable. This has not been done automatically.
582026-03-30T17:09:29.533Z
592026-03-30T17:09:29.533ZTo configure your current shell, you need to source
602026-03-30T17:09:29.533Zthe corresponding env file under $HOME/.cargo.
612026-03-30T17:09:29.533Z
622026-03-30T17:09:29.533ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T17:09:29.533Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T17:09:29.533Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T17:09:29.533Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T17:09:29.533Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T17:09:29.533Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T17:09:29.533Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T17:09:29.537Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T17:09:29.537Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T17:09:29.621Z+ rustup --version
722026-03-30T17:09:29.627Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T17:09:29.631Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T17:09:29.649Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-30T17:09:29.653Z+ cargo --version
762026-03-30T17:09:29.665Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-30T17:09:29.668Z+ rustc --version
782026-03-30T17:09:29.687Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-30T17:09:29.690Zprocess exited: duration 16378 ms, exit code 0
 
802026-03-30T17:09:29.696Zstarting task 2: "authentication"
812026-03-30T17:09:29.712Zprocess exited: duration 16 ms, exit code 0
 
822026-03-30T17:09:29.718Zstarting task 3: "clone repository"
832026-03-30T17:09:29.722Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-30T17:09:29.724Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-30T17:09:29.855ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-30T17:09:30.736Z+ cd /work/oxidecomputer/maghemite
872026-03-30T17:09:30.736Z+ git fetch origin e13def21b434f6614ea7db71efcc960c0b074b5f
882026-03-30T17:09:30.970ZFrom https://github.com/oxidecomputer/maghemite
892026-03-30T17:09:30.970Z * branch e13def21b434f6614ea7db71efcc960c0b074b5f -> FETCH_HEAD
902026-03-30T17:09:30.975Z+ [[ -n trey/map_cleanup ]]
912026-03-30T17:09:30.978Z++ git branch --show-current
922026-03-30T17:09:30.978Z+ current=main
932026-03-30T17:09:30.978Z+ [[ main != trey/map_cleanup ]]
942026-03-30T17:09:30.978Z+ git branch -f trey/map_cleanup e13def21b434f6614ea7db71efcc960c0b074b5f
952026-03-30T17:09:30.981Z+ git checkout -f trey/map_cleanup
962026-03-30T17:09:30.996ZSwitched to branch 'trey/map_cleanup'
972026-03-30T17:09:30.999Z+ git reset --hard e13def21b434f6614ea7db71efcc960c0b074b5f
982026-03-30T17:09:31.012ZHEAD is now at e13def2 Merge branch 'main' into trey/map_cleanup
992026-03-30T17:09:31.017Zprocess exited: duration 1294 ms, exit code 0
 
1002026-03-30T17:09:31.023Zstarting task 4: "build"
1012026-03-30T17:09:31.026Z+ set -e
1022026-03-30T17:09:31.026Z+ source .github/buildomat/test-common.sh
1032026-03-30T17:09:31.026Z++ NEXTEST_VERSION=0.9.97
1042026-03-30T17:09:31.026Z++ PLATFORM=illumos
1052026-03-30T17:09:31.030Z++ banner install
1062026-03-30T17:09:31.030Z
1072026-03-30T17:09:31.030Z # # # #### ##### ## # #
1082026-03-30T17:09:31.030Z # ## # # # # # # #
1092026-03-30T17:09:31.030Z # # # # #### # # # # #
1102026-03-30T17:09:31.030Z # # # # # # ###### # #
1112026-03-30T17:09:31.030Z # # ## # # # # # # #
1122026-03-30T17:09:31.030Z # # # #### # # # ###### ######
1132026-03-30T17:09:31.030Z
1142026-03-30T17:09:31.030Z++ set +o errexit
1152026-03-30T17:09:31.030Z++ pkg info clang-15
1162026-03-30T17:09:31.030Z++ grep -qi installed
1172026-03-30T17:09:32.790Zpkg: info: no packages matching the following patterns you specified are
1182026-03-30T17:09:32.790Zinstalled on the system. Try querying remotely instead:
1192026-03-30T17:09:32.790Z
1202026-03-30T17:09:32.790Z clang-15
1212026-03-30T17:09:32.859Z++ [[ 1 != 0 ]]
1222026-03-30T17:09:32.859Z++ set -o errexit
1232026-03-30T17:09:32.863Z++ pfexec pkg install clang-15
1242026-03-30T17:09:42.068Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-30T17:09:49.048Z Startup: Caching catalogs ... Done
1262026-03-30T17:09:53.293ZPlanning: Solver setup ... Done
1272026-03-30T17:09:53.311ZPlanning: Running solver ... Done
1282026-03-30T17:09:53.430ZPlanning: Finding local manifests ... Done
1292026-03-30T17:09:53.446ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-30T17:09:53.531ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-30T17:09:53.560ZPlanning: Package planning ... Done
1322026-03-30T17:09:53.587ZPlanning: Merging actions ... Done
1332026-03-30T17:09:53.761ZPlanning: Checking for conflicting actions ... Done
1342026-03-30T17:09:53.768ZPlanning: Consolidating action changes ... Done
1352026-03-30T17:09:55.984ZPlanning: Evaluating mediators ... Done
1362026-03-30T17:09:55.989ZPlanning: Planning completed in 6.78 seconds
1372026-03-30T17:09:56.033Z Packages to install: 2
1382026-03-30T17:09:56.033Z Mediators to change: 2
1392026-03-30T17:09:56.037Z Services to change: 1
1402026-03-30T17:09:56.037Z Create boot environment: No
1412026-03-30T17:09:56.037ZCreate backup boot environment: No
1422026-03-30T17:09:56.103Z
1432026-03-30T17:09:56.104ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-30T17:10:01.106ZDownload: 996/3076 items 83.9/211.3MB 39% complete (16.8M/s)
1452026-03-30T17:10:06.106ZDownload: 2948/3076 items 147.9/211.3MB 70% complete (14.8M/s)
1462026-03-30T17:10:10.542ZDownload: Completed 211.31 MB in 14.44 seconds (14.6M/s)
1472026-03-30T17:10:10.669Z Actions: 1/3418 actions (Installing new actions)
1482026-03-30T17:10:13.906Z Actions: Completed 3418 actions in 3.24 seconds.
1492026-03-30T17:10:14.533Z Done
1502026-03-30T17:10:14.533Z Done
1512026-03-30T17:10:15.227Z Done
1522026-03-30T17:10:18.653Z Done
1532026-03-30T17:10:18.724Z Done
1542026-03-30T17:10:18.728Z Done
1552026-03-30T17:10:18.976Z Done
1562026-03-30T17:10:19.629Z++ set -o errexit
1572026-03-30T17:10:19.629Z++ cargo --version
1582026-03-30T17:10:19.636Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1592026-03-30T17:10:19.823Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1602026-03-30T17:10:19.826Zinfo: downloading 6 components
1612026-03-30T17:10:38.030Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1622026-03-30T17:10:38.034Z++ rustc --version
1632026-03-30T17:10:38.062Zrustc 1.94.1 (e408947bf 2026-03-25)
1642026-03-30T17:10:38.068Z++ cargo install cargo-nextest --version 0.9.97
1652026-03-30T17:10:38.107Z Updating crates.io index
1662026-03-30T17:10:38.210Z Downloading crates ...
1672026-03-30T17:10:38.273Z Downloaded cargo-nextest v0.9.97
1682026-03-30T17:10:38.336Z Installing cargo-nextest v0.9.97
1692026-03-30T17:10:38.383Z Updating crates.io index
1702026-03-30T17:10:41.665Z Locking 408 packages to latest compatible versions
1712026-03-30T17:10:41.669Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-03-30T17:10:41.669Z Adding duct v0.13.7 (available: v1.1.1)
1732026-03-30T17:10:41.669Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-03-30T17:10:41.669Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-03-30T17:10:41.675Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1762026-03-30T17:10:41.675Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1772026-03-30T17:10:41.675Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-03-30T17:10:41.682Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1792026-03-30T17:10:41.682Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-03-30T17:10:41.697Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1812026-03-30T17:10:41.707Z Downloading crates ...
1822026-03-30T17:10:41.784Z Downloaded block-buffer v0.10.4
1832026-03-30T17:10:41.794Z Downloaded camino v1.2.2
1842026-03-30T17:10:41.798Z Downloaded backtrace-ext v0.2.1
1852026-03-30T17:10:41.802Z Downloaded atomicwrites v0.4.4
1862026-03-30T17:10:41.806Z Downloaded adler2 v2.0.1
1872026-03-30T17:10:41.809Z Downloaded cargo-platform v0.3.2
1882026-03-30T17:10:41.809Z Downloaded cargo-platform v0.2.0
1892026-03-30T17:10:41.813Z Downloaded http-body v1.0.1
1902026-03-30T17:10:41.813Z Downloaded humantime-serde v1.1.1
1912026-03-30T17:10:41.817Z Downloaded cargo-util-schemas v0.2.0
1922026-03-30T17:10:41.817Z Downloaded hyper-rustls v0.27.7
1932026-03-30T17:10:41.820Z Downloaded equivalent v1.0.2
1942026-03-30T17:10:41.821Z Downloaded color-spantrace v0.3.0
1952026-03-30T17:10:41.821Z Downloaded cpufeatures v0.2.17
1962026-03-30T17:10:41.825Z Downloaded idna_adapter v1.0.0
1972026-03-30T17:10:41.826Z Downloaded http-body-util v0.1.3
1982026-03-30T17:10:41.826Z Downloaded hyper-tls v0.6.0
1992026-03-30T17:10:41.830Z Downloaded crypto-common v0.1.7
2002026-03-30T17:10:41.831Z Downloaded document-features v0.2.12
2012026-03-30T17:10:41.834Z Downloaded home v0.5.12
2022026-03-30T17:10:41.837Z Downloaded mukti-metadata v0.3.0
2032026-03-30T17:10:41.837Z Downloaded pin-utils v0.1.0
2042026-03-30T17:10:41.844Z Downloaded openssl-probe v0.2.1
2052026-03-30T17:10:41.844Z Downloaded base64ct v1.8.3
2062026-03-30T17:10:41.848Z Downloaded clap_lex v1.1.0
2072026-03-30T17:10:41.848Z Downloaded curve25519-dalek-derive v0.1.1
2082026-03-30T17:10:41.848Z Downloaded humantime v2.3.0
2092026-03-30T17:10:41.848Z Downloaded futures-core v0.3.32
2102026-03-30T17:10:41.851Z Downloaded debug-ignore v1.0.5
2112026-03-30T17:10:41.852Z Downloaded camino-tempfile v1.4.1
2122026-03-30T17:10:41.854Z Downloaded cfg_aliases v0.2.1
2132026-03-30T17:10:41.855Z Downloaded nested v0.1.1
2142026-03-30T17:10:41.858Z Downloaded iana-time-zone v0.1.65
2152026-03-30T17:10:41.865Z Downloaded parking_lot_core v0.9.12
2162026-03-30T17:10:41.869Z Downloaded errno v0.3.14
2172026-03-30T17:10:41.872Z Downloaded lazy_static v1.5.0
2182026-03-30T17:10:41.872Z Downloaded foreign-types v0.3.2
2192026-03-30T17:10:41.876Z Downloaded heck v0.5.0
2202026-03-30T17:10:41.876Z Downloaded is_terminal_polyfill v1.70.2
2212026-03-30T17:10:41.880Z Downloaded fastrand v2.3.0
2222026-03-30T17:10:41.880Z Downloaded cfg-if v1.0.4
2232026-03-30T17:10:41.880Z Downloaded nextest-workspace-hack v0.1.0
2242026-03-30T17:10:41.884Z Downloaded indenter v0.3.4
2252026-03-30T17:10:41.888Z Downloaded rustc-hash v2.1.2
2262026-03-30T17:10:41.888Z Downloaded enable-ansi-support v0.2.1
2272026-03-30T17:10:41.891Z Downloaded addr2line v0.25.1
2282026-03-30T17:10:41.898Z Downloaded lru-slab v0.1.2
2292026-03-30T17:10:41.902Z Downloaded rustc_version v0.4.1
2302026-03-30T17:10:41.906Z Downloaded httparse v1.10.1
2312026-03-30T17:10:41.906Z Downloaded futures-macro v0.3.32
2322026-03-30T17:10:41.909Z Downloaded async-scoped v0.9.0
2332026-03-30T17:10:41.909Z Downloaded anstyle-query v1.1.5
2342026-03-30T17:10:41.909Z Downloaded fnv v1.0.7
2352026-03-30T17:10:41.913Z Downloaded generic-array v0.14.7
2362026-03-30T17:10:41.913Z Downloaded foreign-types-shared v0.1.1
2372026-03-30T17:10:41.916Z Downloaded futures-task v0.3.32
2382026-03-30T17:10:41.920Z Downloaded futures-sink v0.3.32
2392026-03-30T17:10:41.924Z Downloaded itoa v1.0.18
2402026-03-30T17:10:41.924Z Downloaded digest v0.10.7
2412026-03-30T17:10:41.924Z Downloaded guppy-workspace-hack v0.1.0
2422026-03-30T17:10:41.927Z Downloaded serde_spanned v1.1.0
2432026-03-30T17:10:41.927Z Downloaded atomic-waker v1.1.2
2442026-03-30T17:10:41.927Z Downloaded form_urlencoded v1.2.2
2452026-03-30T17:10:41.940Z Downloaded number_prefix v0.4.0
2462026-03-30T17:10:41.944Z Downloaded hex v0.4.3
2472026-03-30T17:10:41.944Z Downloaded colorchoice v1.0.5
2482026-03-30T17:10:41.944Z Downloaded futures-io v0.3.32
2492026-03-30T17:10:41.944Z Downloaded percent-encoding v2.3.2
2502026-03-30T17:10:41.948Z Downloaded openssl-macros v0.1.1
2512026-03-30T17:10:41.948Z Downloaded indent_write v2.2.0
2522026-03-30T17:10:41.948Z Downloaded scopeguard v1.2.0
2532026-03-30T17:10:41.951Z Downloaded shared_child v1.1.1
2542026-03-30T17:10:41.952Z Downloaded os_pipe v1.2.3
2552026-03-30T17:10:41.955Z Downloaded serde_urlencoded v0.7.1
2562026-03-30T17:10:41.956Z Downloaded futures-channel v0.3.32
2572026-03-30T17:10:41.956Z Downloaded jobserver v0.1.34
2582026-03-30T17:10:41.959Z Downloaded is_ci v1.2.0
2592026-03-30T17:10:41.959Z Downloaded ipnet v2.12.0
2602026-03-30T17:10:41.959Z Downloaded cfg-expr v0.20.7
2612026-03-30T17:10:41.963Z Downloaded borsh v1.6.1
2622026-03-30T17:10:41.966Z Downloaded pin-project-lite v0.2.17
2632026-03-30T17:10:41.971Z Downloaded anstream v1.0.0
2642026-03-30T17:10:41.971Z Downloaded native-tls v0.2.18
2652026-03-30T17:10:41.974Z Downloaded cargo_metadata v0.23.1
2662026-03-30T17:10:41.974Z Downloaded future-queue v0.4.0
2672026-03-30T17:10:41.974Z Downloaded ed25519 v2.2.3
2682026-03-30T17:10:41.978Z Downloaded pathdiff v0.2.3
2692026-03-30T17:10:41.978Z Downloaded erased-serde v0.4.10
2702026-03-30T17:10:41.978Z Downloaded anstyle v1.0.14
2712026-03-30T17:10:41.978Z Downloaded serde-value v0.7.0
2722026-03-30T17:10:41.982Z Downloaded serde_spanned v0.6.9
2732026-03-30T17:10:41.985Z Downloaded ordered-float v2.10.1
2742026-03-30T17:10:41.985Z Downloaded base64 v0.22.1
2752026-03-30T17:10:41.991Z Downloaded self-replace v1.5.0
2762026-03-30T17:10:41.995Z Downloaded rand_core v0.6.4
2772026-03-30T17:10:41.995Z Downloaded serde_ignored v0.1.14
2782026-03-30T17:10:41.995Z Downloaded lock_api v0.4.14
2792026-03-30T17:10:41.999Z Downloaded crc32fast v1.5.0
2802026-03-30T17:10:42.003Z Downloaded signature v2.2.0
2812026-03-30T17:10:42.003Z Downloaded signal-hook-mio v0.2.5
2822026-03-30T17:10:42.003Z Downloaded owo-colors v4.3.0
2832026-03-30T17:10:42.008Z Downloaded pkcs8 v0.10.2
2842026-03-30T17:10:42.012Z Downloaded filetime v0.2.27
2852026-03-30T17:10:42.012Z Downloaded find-msvc-tools v0.1.9
2862026-03-30T17:10:42.012Z Downloaded anstyle-parse v1.0.0
2872026-03-30T17:10:42.016Z Downloaded strsim v0.11.1
2882026-03-30T17:10:42.016Z Downloaded rustls-pki-types v1.14.0
2892026-03-30T17:10:42.016Z Downloaded sync_wrapper v1.0.2
2902026-03-30T17:10:42.016Z Downloaded swrite v0.1.0
2912026-03-30T17:10:42.019Z Downloaded supports-color v3.0.2
2922026-03-30T17:10:42.019Z Downloaded supports-hyperlinks v3.2.0
2932026-03-30T17:10:42.020Z Downloaded supports-unicode v3.0.0
2942026-03-30T17:10:42.020Z Downloaded strip-ansi-escapes v0.2.1
2952026-03-30T17:10:42.024Z Downloaded console v0.15.11
2962026-03-30T17:10:42.024Z Downloaded rand_chacha v0.9.0
2972026-03-30T17:10:42.024Z Downloaded indicatif v0.17.11
2982026-03-30T17:10:42.029Z Downloaded convert_case v0.10.0
2992026-03-30T17:10:42.029Z Downloaded pkg-config v0.3.32
3002026-03-30T17:10:42.029Z Downloaded miette-derive v7.6.0
3012026-03-30T17:10:42.033Z Downloaded either v1.15.0
3022026-03-30T17:10:42.033Z Downloaded duct v0.13.7
3032026-03-30T17:10:42.033Z Downloaded cargo_metadata v0.20.0
3042026-03-30T17:10:42.033Z Downloaded autocfg v1.5.0
3052026-03-30T17:10:42.041Z Downloaded newtype-uuid v1.3.2
3062026-03-30T17:10:42.045Z Downloaded semver v1.0.27
3072026-03-30T17:10:42.045Z Downloaded target-spec-miette v0.4.5
3082026-03-30T17:10:42.045Z Downloaded ppv-lite86 v0.2.21
3092026-03-30T17:10:42.045Z Downloaded serde-untagged v0.1.9
3102026-03-30T17:10:42.045Z Downloaded globset v0.4.18
3112026-03-30T17:10:42.052Z Downloaded nextest-filtering v0.15.0
3122026-03-30T17:10:42.056Z Downloaded quote v1.0.45
3132026-03-30T17:10:42.060Z Downloaded foldhash v0.1.5
3142026-03-30T17:10:42.060Z Downloaded clap_derive v4.6.0
3152026-03-30T17:10:42.060Z Downloaded fixedbitset v0.5.7
3162026-03-30T17:10:42.060Z Downloaded eyre v0.6.12
3172026-03-30T17:10:42.064Z Downloaded shell-words v1.1.1
3182026-03-30T17:10:42.064Z Downloaded rustc-demangle v0.1.27
3192026-03-30T17:10:42.086Z Downloaded tinyvec_macros v0.1.1
3202026-03-30T17:10:42.086Z Downloaded toml_datetime v0.6.11
3212026-03-30T17:10:42.086Z Downloaded rand_core v0.9.5
3222026-03-30T17:10:42.086Z Downloaded toml_write v0.1.2
3232026-03-30T17:10:42.086Z Downloaded sha2 v0.10.9
3242026-03-30T17:10:42.086Z Downloaded bitflags v2.11.0
3252026-03-30T17:10:42.086Z Downloaded serde_path_to_error v0.1.20
3262026-03-30T17:10:42.087Z Downloaded ahash v0.8.12
3272026-03-30T17:10:42.091Z Downloaded tower-service v0.3.3
3282026-03-30T17:10:42.091Z Downloaded signal-hook-registry v1.4.8
3292026-03-30T17:10:42.094Z Downloaded sigchld v0.2.4
3302026-03-30T17:10:42.094Z Downloaded typeid v1.0.3
3312026-03-30T17:10:42.098Z Downloaded simd-adler32 v0.3.9
3322026-03-30T17:10:42.106Z Downloaded static_assertions v1.1.0
3332026-03-30T17:10:42.110Z Downloaded spki v0.7.3
3342026-03-30T17:10:42.110Z Downloaded subtle v2.6.1
3352026-03-30T17:10:42.110Z Downloaded smol_str v0.3.6
3362026-03-30T17:10:42.111Z Downloaded slab v0.4.12
3372026-03-30T17:10:42.111Z Downloaded tower-layer v0.3.3
3382026-03-30T17:10:42.111Z Downloaded target-spec v3.5.7
3392026-03-30T17:10:42.111Z Downloaded try-lock v0.2.5
3402026-03-30T17:10:42.114Z Downloaded tracing-error v0.2.1
3412026-03-30T17:10:42.114Z Downloaded target-lexicon v0.13.3
3422026-03-30T17:10:42.117Z Downloaded unicode-linebreak v0.1.5
3432026-03-30T17:10:42.117Z Downloaded version_check v0.9.5
3442026-03-30T17:10:42.117Z Downloaded utf8_iter v1.0.4
3452026-03-30T17:10:42.121Z Downloaded untrusted v0.9.0
3462026-03-30T17:10:42.126Z Downloaded unicode-xid v0.2.6
3472026-03-30T17:10:42.126Z Downloaded utf8parse v0.2.2
3482026-03-30T17:10:42.126Z Downloaded parking_lot v0.12.5
3492026-03-30T17:10:42.135Z Downloaded dialoguer v0.11.0
3502026-03-30T17:10:42.139Z Downloaded quinn-udp v0.5.14
3512026-03-30T17:10:42.139Z Downloaded futures-executor v0.3.32
3522026-03-30T17:10:42.139Z Downloaded self_update v0.42.0
3532026-03-30T17:10:42.146Z Downloaded thiserror-impl v1.0.69
3542026-03-30T17:10:42.146Z Downloaded thiserror v1.0.69
3552026-03-30T17:10:42.152Z Downloaded urlencoding v2.1.3
3562026-03-30T17:10:42.152Z Downloaded want v0.3.1
3572026-03-30T17:10:42.152Z Downloaded terminal_size v0.4.4
3582026-03-30T17:10:42.153Z Downloaded nextest-metadata v0.12.2
3592026-03-30T17:10:42.153Z Downloaded getrandom v0.2.17
3602026-03-30T17:10:42.153Z Downloaded ryu v1.0.23
3612026-03-30T17:10:42.156Z Downloaded thread_local v1.1.9
3622026-03-30T17:10:42.156Z Downloaded proc-macro2 v1.0.106
3632026-03-30T17:10:42.156Z Downloaded once_cell v1.21.4
3642026-03-30T17:10:42.156Z Downloaded litrs v1.0.0
3652026-03-30T17:10:42.160Z Downloaded tokio-native-tls v0.3.1
3662026-03-30T17:10:42.164Z Downloaded tokio-macros v2.6.1
3672026-03-30T17:10:42.164Z Downloaded thiserror-impl v2.0.18
3682026-03-30T17:10:42.168Z Downloaded pin-project-internal v1.1.11
3692026-03-30T17:10:42.171Z Downloaded xattr v1.6.1
3702026-03-30T17:10:42.175Z Downloaded shlex v1.3.0
3712026-03-30T17:10:42.179Z Downloaded openssl-sys v0.9.112
3722026-03-30T17:10:42.184Z Downloaded getrandom v0.4.2
3732026-03-30T17:10:42.184Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3742026-03-30T17:10:42.202Z Downloaded smallvec v1.15.1
3752026-03-30T17:10:42.202Z Downloaded bytes v1.11.1
3762026-03-30T17:10:42.202Z Downloaded toml_writer v1.1.0+spec-1.1.0
3772026-03-30T17:10:42.202Z Downloaded clap v4.6.0
3782026-03-30T17:10:42.204Z Downloaded tracing-log v0.2.0
3792026-03-30T17:10:42.204Z Downloaded config v0.15.22
3802026-03-30T17:10:42.204Z Downloaded derive-where v1.6.1
3812026-03-30T17:10:42.362Z Downloaded miette v7.6.0
3822026-03-30T17:10:42.362Z Downloaded unicase v2.9.0
3832026-03-30T17:10:42.362Z Downloaded backtrace v0.3.76
3842026-03-30T17:10:42.362Z Downloaded ed25519-dalek v2.2.0
3852026-03-30T17:10:42.362Z Downloaded quick-junit v0.5.2
3862026-03-30T17:10:42.362Z Downloaded const-oid v0.9.6
3872026-03-30T17:10:42.362Z Downloaded pin-project v1.1.11
3882026-03-30T17:10:42.362Z Downloaded zipsign-api v0.1.5
3892026-03-30T17:10:42.362Z Downloaded serde_derive v1.0.228
3902026-03-30T17:10:42.362Z Downloaded thiserror v2.0.18
3912026-03-30T17:10:42.362Z Downloaded zeroize v1.8.2
3922026-03-30T17:10:42.362Z Downloaded xxhash-rust v0.8.15
3932026-03-30T17:10:42.362Z Downloaded sharded-slab v0.1.7
3942026-03-30T17:10:42.362Z Downloaded toml_parser v1.1.0+spec-1.1.0
3952026-03-30T17:10:42.362Z Downloaded toml v0.8.23
3962026-03-30T17:10:42.363Z Downloaded tokio-stream v0.1.18
3972026-03-30T17:10:42.363Z Downloaded zstd-safe v7.2.4
3982026-03-30T17:10:42.363Z Downloaded socket2 v0.6.3
3992026-03-30T17:10:42.363Z Downloaded log v0.4.29
4002026-03-30T17:10:42.363Z Downloaded tempfile v3.27.0
4012026-03-30T17:10:42.363Z Downloaded serde_core v1.0.228
4022026-03-30T17:10:42.363Z Downloaded getrandom v0.3.4
4032026-03-30T17:10:42.363Z Downloaded zstd v0.13.3
4042026-03-30T17:10:42.363Z Downloaded zmij v1.0.21
4052026-03-30T17:10:42.363Z Downloaded textwrap v0.16.2
4062026-03-30T17:10:42.363Z Downloaded signal-hook v0.3.18
4072026-03-30T17:10:42.363Z Downloaded tinyvec v1.11.0
4082026-03-30T17:10:42.363Z Downloaded tokio-rustls v0.26.4
4092026-03-30T17:10:42.363Z Downloaded http v1.4.0
4102026-03-30T17:10:42.363Z Downloaded memchr v2.8.0
4112026-03-30T17:10:42.363Z Downloaded hyper-util v0.1.20
4122026-03-30T17:10:42.363Z Downloaded toml v1.1.0+spec-1.1.0
4132026-03-30T17:10:42.363Z Downloaded der v0.7.10
4142026-03-30T17:10:42.363Z Downloaded futures v0.3.32
4152026-03-30T17:10:42.363Z Downloaded num-traits v0.2.19
4162026-03-30T17:10:42.363Z Downloaded derive_more v2.1.1
4172026-03-30T17:10:42.363Z Downloaded derive_more-impl v2.1.1
4182026-03-30T17:10:42.384Z Downloaded tracing-core v0.1.36
4192026-03-30T17:10:42.384Z Downloaded unicode-ident v1.0.24
4202026-03-30T17:10:42.384Z Downloaded miniz_oxide v0.8.9
4212026-03-30T17:10:42.384Z Downloaded flate2 v1.1.9
4222026-03-30T17:10:42.384Z Downloaded serde v1.0.228
4232026-03-30T17:10:42.384Z Downloaded cc v1.2.58
4242026-03-30T17:10:42.384Z Downloaded tracing-attributes v0.1.31
4252026-03-30T17:10:42.384Z Downloaded tar v0.4.45
4262026-03-30T17:10:42.384Z Downloaded rustls-webpki v0.103.10
4272026-03-30T17:10:42.392Z Downloaded vte v0.14.1
4282026-03-30T17:10:42.392Z Downloaded uuid v1.23.0
4292026-03-30T17:10:42.392Z Downloaded hashbrown v0.15.5
4302026-03-30T17:10:42.402Z Downloaded guppy v0.17.25
4312026-03-30T17:10:42.415Z Downloaded typenum v1.19.0
4322026-03-30T17:10:42.423Z Downloaded hashbrown v0.16.1
4332026-03-30T17:10:42.423Z Downloaded quinn v0.11.9
4342026-03-30T17:10:42.423Z Downloaded crossterm v0.29.0
4352026-03-30T17:10:42.430Z Downloaded aho-corasick v1.1.4
4362026-03-30T17:10:42.445Z Downloaded rand v0.9.2
4372026-03-30T17:10:42.454Z Downloaded indexmap v2.13.0
4382026-03-30T17:10:42.454Z Downloaded clap_builder v4.6.0
4392026-03-30T17:10:42.470Z Downloaded h2 v0.4.13
4402026-03-30T17:10:42.480Z Downloaded tokio-util v0.7.18
4412026-03-30T17:10:42.480Z Downloaded url v2.5.8
4422026-03-30T17:10:42.491Z Downloaded mio v1.2.0
4432026-03-30T17:10:42.491Z Downloaded futures-util v0.3.32
4442026-03-30T17:10:42.498Z Downloaded toml_edit v0.22.27
4452026-03-30T17:10:42.511Z Downloaded hyper v1.8.1
4462026-03-30T17:10:42.523Z Downloaded tracing-subscriber v0.3.23
4472026-03-30T17:10:42.532Z Downloaded chrono v0.4.44
4482026-03-30T17:10:42.554Z Downloaded tower v0.5.3
4492026-03-30T17:10:42.561Z Downloaded regex v1.12.3
4502026-03-30T17:10:42.565Z Downloaded unicode-segmentation v1.13.2
4512026-03-30T17:10:42.569Z Downloaded curve25519-dalek v4.1.3
4522026-03-30T17:10:42.573Z Downloaded idna v1.1.0
4532026-03-30T17:10:42.594Z Downloaded unicode-width v0.2.2
4542026-03-30T17:10:42.599Z Downloaded iri-string v0.7.12
4552026-03-30T17:10:42.602Z Downloaded syn v2.0.117
4562026-03-30T17:10:42.608Z Downloaded unicode-normalization v0.1.25
4572026-03-30T17:10:42.608Z Downloaded quick-xml v0.37.5
4582026-03-30T17:10:42.612Z Downloaded zerocopy v0.8.48
4592026-03-30T17:10:42.621Z Downloaded serde_json v1.0.149
4602026-03-30T17:10:42.626Z Downloaded portable-atomic v1.13.1
4612026-03-30T17:10:42.630Z Downloaded bstr v1.12.1
4622026-03-30T17:10:42.635Z Downloaded pulldown-cmark v0.13.3
4632026-03-30T17:10:42.639Z Downloaded unicode-width v0.1.14
4642026-03-30T17:10:42.642Z Downloaded ron v0.12.1
4652026-03-30T17:10:42.647Z Downloaded gimli v0.32.3
4662026-03-30T17:10:42.658Z Downloaded itertools v0.14.0
4672026-03-30T17:10:42.674Z Downloaded tower-http v0.6.8
4682026-03-30T17:10:42.707Z Downloaded color-eyre v0.6.5
4692026-03-30T17:10:42.711Z Downloaded reqwest v0.12.28
4702026-03-30T17:10:42.732Z Downloaded quick-xml v0.38.4
4712026-03-30T17:10:42.736Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4722026-03-30T17:10:42.746Z Downloaded tokio v1.50.0
4732026-03-30T17:10:42.766Z Downloaded winnow v1.0.1
4742026-03-30T17:10:42.770Z Downloaded winnow v0.7.15
4752026-03-30T17:10:42.781Z Downloaded quinn-proto v0.11.14
4762026-03-30T17:10:42.814Z Downloaded vcpkg v0.2.15
4772026-03-30T17:10:42.834Z Downloaded nextest-runner v0.80.0
4782026-03-30T17:10:42.885Z Downloaded openssl v0.10.76
4792026-03-30T17:10:43.123Z Downloaded webpki-roots v1.0.6
4802026-03-30T17:10:43.169Z Downloaded object v0.37.3
4812026-03-30T17:10:43.169Z Downloaded nix v0.30.1
4822026-03-30T17:10:43.169Z Downloaded regex-syntax v0.8.10
4832026-03-30T17:10:43.169Z Downloaded rustix v0.38.44
4842026-03-30T17:10:43.169Z Downloaded rustls v0.23.37
4852026-03-30T17:10:43.169Z Downloaded rustix v1.1.4
4862026-03-30T17:10:43.169Z Downloaded tracing v0.1.44
4872026-03-30T17:10:43.170Z Downloaded regex-automata v0.4.14
4882026-03-30T17:10:43.170Z Downloaded petgraph v0.8.3
4892026-03-30T17:10:43.217Z Downloaded libc v0.2.183
4902026-03-30T17:10:43.249Z Downloaded recursion v0.5.4
4912026-03-30T17:10:43.261Z Downloaded ring v0.17.14
4922026-03-30T17:10:43.321Z Compiling proc-macro2 v1.0.106
4932026-03-30T17:10:43.324Z Compiling libc v0.2.183
4942026-03-30T17:10:43.324Z Compiling unicode-ident v1.0.24
4952026-03-30T17:10:43.324Z Compiling quote v1.0.45
4962026-03-30T17:10:43.324Z Compiling serde_core v1.0.228
4972026-03-30T17:10:43.324Z Compiling cfg-if v1.0.4
4982026-03-30T17:10:43.325Z Compiling memchr v2.8.0
4992026-03-30T17:10:43.325Z Compiling once_cell v1.21.4
5002026-03-30T17:10:43.683Z Compiling log v0.4.29
5012026-03-30T17:10:43.820Z Compiling pin-project-lite v0.2.17
5022026-03-30T17:10:43.843Z Compiling itoa v1.0.18
5032026-03-30T17:10:43.843Z Compiling serde v1.0.228
5042026-03-30T17:10:43.930Z Compiling futures-core v0.3.32
5052026-03-30T17:10:44.109Z Compiling smallvec v1.15.1
5062026-03-30T17:10:44.206Z Compiling bitflags v2.11.0
5072026-03-30T17:10:44.225Z Compiling shlex v1.3.0
5082026-03-30T17:10:44.350Z Compiling hashbrown v0.16.1
5092026-03-30T17:10:44.389Z Compiling find-msvc-tools v0.1.9
5102026-03-30T17:10:44.538Z Compiling jobserver v0.1.34
5112026-03-30T17:10:44.579Z Compiling equivalent v1.0.2
5122026-03-30T17:10:44.609Z Compiling bytes v1.11.1
5132026-03-30T17:10:44.635Z Compiling futures-sink v0.3.32
5142026-03-30T17:10:44.668Z Compiling errno v0.3.14
5152026-03-30T17:10:44.729Z Compiling cc v1.2.58
5162026-03-30T17:10:44.775Z Compiling signal-hook-registry v1.4.8
5172026-03-30T17:10:44.846Z Compiling mio v1.2.0
5182026-03-30T17:10:45.050Z Compiling syn v2.0.117
5192026-03-30T17:10:45.168Z Compiling rustix v1.1.4
5202026-03-30T17:10:45.215Z Compiling socket2 v0.6.3
5212026-03-30T17:10:45.356Z Compiling slab v0.4.12
5222026-03-30T17:10:45.495Z Compiling zmij v1.0.21
5232026-03-30T17:10:45.511Z Compiling futures-channel v0.3.32
5242026-03-30T17:10:46.035Z Compiling tracing-core v0.1.36
5252026-03-30T17:10:46.119Z Compiling serde_json v1.0.149
5262026-03-30T17:10:46.119Z Compiling version_check v0.9.5
5272026-03-30T17:10:46.119Z Compiling futures-io v0.3.32
5282026-03-30T17:10:46.119Z Compiling indexmap v2.13.0
5292026-03-30T17:10:46.171Z Compiling getrandom v0.4.2
5302026-03-30T17:10:46.235Z Compiling futures-task v0.3.32
5312026-03-30T17:10:46.280Z Compiling camino v1.2.2
5322026-03-30T17:10:46.405Z Compiling unicode-width v0.2.2
5332026-03-30T17:10:46.573Z Compiling ring v0.17.14
5342026-03-30T17:10:46.601Z Compiling http v1.4.0
5352026-03-30T17:10:46.642Z Compiling simd-adler32 v0.3.9
5362026-03-30T17:10:46.692Z Compiling adler2 v2.0.1
5372026-03-30T17:10:46.834Z Compiling autocfg v1.5.0
5382026-03-30T17:10:46.993Z Compiling percent-encoding v2.3.2
5392026-03-30T17:10:47.115Z Compiling zeroize v1.8.2
5402026-03-30T17:10:47.215Z Compiling num-traits v0.2.19
5412026-03-30T17:10:47.329Z Compiling miniz_oxide v0.8.9
5422026-03-30T17:10:47.447Z Compiling getrandom v0.3.4
5432026-03-30T17:10:47.503Z Compiling zerocopy v0.8.48
5442026-03-30T17:10:47.786Z Compiling object v0.37.3
5452026-03-30T17:10:48.475Z Compiling target-lexicon v0.13.3
5462026-03-30T17:10:48.475Z Compiling http-body v1.0.1
5472026-03-30T17:10:48.475Z Compiling rustls-pki-types v1.14.0
5482026-03-30T17:10:48.475Z Compiling semver v1.0.27
5492026-03-30T17:10:48.572Z Compiling getrandom v0.2.17
5502026-03-30T17:10:48.572Z Compiling untrusted v0.9.0
5512026-03-30T17:10:48.659Z Compiling owo-colors v4.3.0
5522026-03-30T17:10:48.718Z Compiling gimli v0.32.3
5532026-03-30T17:10:48.718Z Compiling serde_derive v1.0.228
5542026-03-30T17:10:48.765Z Compiling tokio-macros v2.6.1
5552026-03-30T17:10:48.773Z Compiling futures-macro v0.3.32
5562026-03-30T17:10:48.951Z Compiling tracing-attributes v0.1.31
5572026-03-30T17:10:48.966Z Compiling thiserror v2.0.18
5582026-03-30T17:10:49.129Z Compiling httparse v1.10.1
5592026-03-30T17:10:49.289Z Compiling signal-hook v0.3.18
5602026-03-30T17:10:49.469Z Compiling typenum v1.19.0
5612026-03-30T17:10:49.498Z Compiling tokio v1.50.0
5622026-03-30T17:10:49.509Z Compiling fnv v1.0.7
5632026-03-30T17:10:49.573Z Compiling futures-util v0.3.32
5642026-03-30T17:10:49.613Z Compiling guppy-workspace-hack v0.1.0
5652026-03-30T17:10:49.942Z Compiling thiserror-impl v2.0.18
5662026-03-30T17:10:50.131Z Compiling tracing v0.1.44
5672026-03-30T17:10:50.479Z Compiling addr2line v0.25.1
5682026-03-30T17:10:51.361Z Compiling form_urlencoded v1.2.2
5692026-03-30T17:10:51.418Z Compiling generic-array v0.14.7
5702026-03-30T17:10:55.290Z Compiling tower-service v0.3.3
5712026-03-30T17:10:55.290Z Compiling rustls v0.23.37
5722026-03-30T17:10:55.290Z Compiling fastrand v2.3.0
5732026-03-30T17:10:55.290Z Compiling utf8_iter v1.0.4
5742026-03-30T17:10:55.290Z Compiling pkg-config v0.3.32
5752026-03-30T17:10:55.290Z Compiling atomic-waker v1.1.2
5762026-03-30T17:10:55.290Z Compiling typeid v1.0.3
5772026-03-30T17:10:55.290Z Compiling target-spec v3.5.7
5782026-03-30T17:10:55.290Z Compiling rustc-demangle v0.1.27
5792026-03-30T17:10:55.290Z Compiling try-lock v0.2.5
5802026-03-30T17:10:55.290Z Compiling idna_adapter v1.0.0
5812026-03-30T17:10:55.290Z Compiling thiserror v1.0.69
5822026-03-30T17:10:55.290Z Compiling idna v1.1.0
5832026-03-30T17:10:55.290Z Compiling want v0.3.1
5842026-03-30T17:10:55.290Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-03-30T17:10:55.290Z Compiling tempfile v3.27.0
5862026-03-30T17:10:55.290Z Compiling cfg-expr v0.20.7
5872026-03-30T17:10:55.290Z Compiling tokio-util v0.7.18
5882026-03-30T17:10:55.290Z Compiling backtrace v0.3.76
5892026-03-30T17:10:55.466Z Compiling h2 v0.4.13
5902026-03-30T17:10:55.466Z Compiling thiserror-impl v1.0.69
5912026-03-30T17:10:55.466Z Compiling terminal_size v0.4.4
5922026-03-30T17:10:55.466Z Compiling aho-corasick v1.1.4
5932026-03-30T17:10:55.466Z Compiling erased-serde v0.4.10
5942026-03-30T17:10:55.466Z Compiling pin-utils v0.1.0
5952026-03-30T17:10:55.466Z Compiling subtle v2.6.1
5962026-03-30T17:10:55.466Z Compiling winnow v0.7.15
5972026-03-30T17:10:55.466Z Compiling regex-syntax v0.8.10
5982026-03-30T17:10:57.027Z Compiling rustls-webpki v0.103.10
5992026-03-30T17:10:59.584Z Compiling regex-automata v0.4.14
6002026-03-30T17:10:59.647Z Compiling hyper v1.8.1
6012026-03-30T17:11:00.380Z Compiling url v2.5.8
6022026-03-30T17:11:00.507Z Compiling toml_datetime v0.6.11
6032026-03-30T17:11:00.881Z Compiling serde_spanned v0.6.9
6042026-03-30T17:11:01.043Z Compiling ahash v0.8.12
6052026-03-30T17:11:01.290Z Compiling sync_wrapper v1.0.2
6062026-03-30T17:11:01.406Z Compiling parking_lot_core v0.9.12
6072026-03-30T17:11:01.677Z Compiling base64 v0.22.1
6082026-03-30T17:11:02.164Z Compiling portable-atomic v1.13.1
6092026-03-30T17:11:02.455Z Compiling unicode-segmentation v1.13.2
6102026-03-30T17:11:02.472Z Compiling crc32fast v1.5.0
6112026-03-30T17:11:02.610Z Compiling foldhash v0.1.5
6122026-03-30T17:11:02.765Z Compiling ipnet v2.12.0
6132026-03-30T17:11:02.827Z Compiling tower-layer v0.3.3
6142026-03-30T17:11:02.839Z Compiling unicode-linebreak v0.1.5
6152026-03-30T17:11:02.851Z Compiling lazy_static v1.5.0
6162026-03-30T17:11:02.953Z Compiling either v1.15.0
6172026-03-30T17:11:03.027Z Compiling toml_write v0.1.2
6182026-03-30T17:11:03.108Z Compiling nextest-workspace-hack v0.1.0
6192026-03-30T17:11:03.175Z Compiling is_ci v1.2.0
6202026-03-30T17:11:03.271Z Compiling supports-color v3.0.2
6212026-03-30T17:11:03.339Z Compiling toml_edit v0.22.27
6222026-03-30T17:11:03.352Z Compiling hyper-util v0.1.20
6232026-03-30T17:11:03.383Z Compiling textwrap v0.16.2
6242026-03-30T17:11:03.510Z Compiling tower v0.5.3
6252026-03-30T17:11:03.957Z Compiling sharded-slab v0.1.7
6262026-03-30T17:11:04.093Z Compiling convert_case v0.10.0
6272026-03-30T17:11:04.404Z Compiling hashbrown v0.15.5
6282026-03-30T17:11:04.604Z Compiling tokio-rustls v0.26.4
6292026-03-30T17:11:04.891Z Compiling backtrace-ext v0.2.1
6302026-03-30T17:11:05.068Z Compiling ordered-float v2.10.1
6312026-03-30T17:11:05.161Z Compiling miette-derive v7.6.0
6322026-03-30T17:11:05.344Z Compiling webpki-roots v1.0.6
6332026-03-30T17:11:05.456Z Compiling pathdiff v0.2.3
6342026-03-30T17:11:05.475Z Compiling console v0.15.11
6352026-03-30T17:11:05.588Z Compiling cargo-platform v0.3.2
6362026-03-30T17:11:06.006Z Compiling tracing-log v0.2.0
6372026-03-30T17:11:06.167Z Compiling os_pipe v1.2.3
6382026-03-30T17:11:06.275Z Compiling thread_local v1.1.9
6392026-03-30T17:11:06.334Z Compiling iri-string v0.7.12
6402026-03-30T17:11:06.363Z Compiling pulldown-cmark v0.13.3
6412026-03-30T17:11:06.581Z Compiling rustix v0.38.44
6422026-03-30T17:11:06.639Z Compiling supports-hyperlinks v3.2.0
6432026-03-30T17:11:06.812Z Compiling zstd-safe v7.2.4
6442026-03-30T17:11:06.862Z Compiling unicode-width v0.1.14
6452026-03-30T17:11:06.927Z Compiling debug-ignore v1.0.5
6462026-03-30T17:11:07.042Z Compiling utf8parse v0.2.2
6472026-03-30T17:11:07.055Z Compiling ryu v1.0.23
6482026-03-30T17:11:07.160Z Compiling fixedbitset v0.5.7
6492026-03-30T17:11:07.344Z Compiling supports-unicode v3.0.0
6502026-03-30T17:11:07.506Z Compiling winnow v1.0.1
6512026-03-30T17:11:07.574Z Compiling scopeguard v1.2.0
6522026-03-30T17:11:07.681Z Compiling cfg_aliases v0.2.1
6532026-03-30T17:11:07.684Z Compiling lock_api v0.4.14
6542026-03-30T17:11:07.764Z Compiling nix v0.30.1
6552026-03-30T17:11:07.917Z Compiling tower-http v0.6.8
6562026-03-30T17:11:08.191Z Compiling miette v7.6.0
6572026-03-30T17:11:08.910Z Compiling toml_parser v1.1.0+spec-1.1.0
6582026-03-30T17:11:08.963Z Compiling petgraph v0.8.3
6592026-03-30T17:11:08.976Z Compiling serde_urlencoded v0.7.1
6602026-03-30T17:11:09.257Z Compiling anstyle-parse v1.0.0
6612026-03-30T17:11:09.597Z Compiling tracing-subscriber v0.3.23
6622026-03-30T17:11:10.229Z Compiling sigchld v0.2.4
6632026-03-30T17:11:10.427Z Compiling cargo_metadata v0.23.1
6642026-03-30T17:11:10.819Z Compiling hyper-rustls v0.27.7
6652026-03-30T17:11:10.903Z Compiling serde-value v0.7.0
6662026-03-30T17:11:11.508Z Compiling serde-untagged v0.1.9
6672026-03-30T17:11:11.871Z Compiling toml v0.8.23
6682026-03-30T17:11:12.659Z Compiling derive_more-impl v2.1.1
6692026-03-30T17:11:12.884Z Compiling itertools v0.14.0
6702026-03-30T17:11:12.944Z Compiling regex v1.12.3
6712026-03-30T17:11:13.010Z Compiling block-buffer v0.10.4
6722026-03-30T17:11:13.165Z Compiling crypto-common v0.1.7
6732026-03-30T17:11:13.303Z Compiling ppv-lite86 v0.2.21
6742026-03-30T17:11:13.452Z Compiling futures-executor v0.3.32
6752026-03-30T17:11:13.644Z Compiling rand_core v0.9.5
6762026-03-30T17:11:13.904Z Compiling pin-project-internal v1.1.11
6772026-03-30T17:11:13.998Z Compiling http-body-util v0.1.3
6782026-03-30T17:11:14.287Z Compiling uuid v1.23.0
6792026-03-30T17:11:14.377Z Compiling toml_datetime v1.1.0+spec-1.1.0
6802026-03-30T17:11:14.401Z Compiling serde_spanned v1.1.0
6812026-03-30T17:11:14.565Z Compiling smol_str v0.3.6
6822026-03-30T17:11:14.776Z Compiling filetime v0.2.27
6832026-03-30T17:11:14.802Z Compiling bstr v1.12.1
6842026-03-30T17:11:14.826Z Compiling vte v0.14.1
6852026-03-30T17:11:14.907Z Compiling static_assertions v1.1.0
6862026-03-30T17:11:14.974Z Compiling iana-time-zone v0.1.65
6872026-03-30T17:11:14.987Z Compiling anstyle-query v1.1.5
6882026-03-30T17:11:15.006Z Compiling litrs v1.0.0
6892026-03-30T17:11:15.039Z Compiling unicode-xid v0.2.6
6902026-03-30T17:11:15.088Z Compiling colorchoice v1.0.5
6912026-03-30T17:11:15.177Z Compiling number_prefix v0.4.0
6922026-03-30T17:11:15.210Z Compiling xattr v1.6.1
6932026-03-30T17:11:15.306Z Compiling anstyle v1.0.14
6942026-03-30T17:11:15.334Z Compiling self_update v0.42.0
6952026-03-30T17:11:15.468Z Compiling eyre v0.6.12
6962026-03-30T17:11:15.471Z Compiling color-spantrace v0.3.0
6972026-03-30T17:11:15.569Z Compiling unicase v2.9.0
6982026-03-30T17:11:15.582Z Compiling is_terminal_polyfill v1.70.2
6992026-03-30T17:11:15.595Z Compiling nested v0.1.1
7002026-03-30T17:11:15.684Z Compiling tinyvec_macros v0.1.1
7012026-03-30T17:11:15.756Z Compiling guppy v0.17.25
7022026-03-30T17:11:15.780Z Compiling tinyvec v1.11.0
7032026-03-30T17:11:15.817Z Compiling anstream v1.0.0
7042026-03-30T17:11:15.864Z Compiling document-features v0.2.12
7052026-03-30T17:11:16.070Z Compiling tar v0.4.45
7062026-03-30T17:11:16.243Z Compiling indicatif v0.17.11
7072026-03-30T17:11:16.301Z Compiling globset v0.4.18
7082026-03-30T17:11:16.416Z Compiling cargo-util-schemas v0.2.0
7092026-03-30T17:11:17.368Z Compiling chrono v0.4.44
7102026-03-30T17:11:18.305Z Compiling pin-project v1.1.11
7112026-03-30T17:11:18.415Z Compiling strip-ansi-escapes v0.2.1
7122026-03-30T17:11:18.715Z Compiling nextest-metadata v0.12.2
7132026-03-30T17:11:18.904Z Compiling toml v1.1.0+spec-1.1.0
7142026-03-30T17:11:18.934Z Compiling newtype-uuid v1.3.2
7152026-03-30T17:11:19.127Z Compiling reqwest v0.12.28
7162026-03-30T17:11:19.435Z Compiling rand_chacha v0.9.0
7172026-03-30T17:11:19.570Z Compiling futures v0.3.32
7182026-03-30T17:11:19.656Z Compiling derive_more v2.1.1
7192026-03-30T17:11:19.743Z Compiling digest v0.10.7
7202026-03-30T17:11:19.978Z Compiling flate2 v1.1.9
7212026-03-30T17:11:19.997Z Compiling parking_lot v0.12.5
7222026-03-30T17:11:20.521Z Compiling tracing-error v0.2.1
7232026-03-30T17:11:20.754Z Compiling shared_child v1.1.1
7242026-03-30T17:11:21.110Z Compiling signal-hook-mio v0.2.5
7252026-03-30T17:11:21.240Z Compiling self-replace v1.5.0
7262026-03-30T17:11:21.243Z Compiling cargo-platform v0.2.0
7272026-03-30T17:11:21.542Z Compiling quick-xml v0.37.5
7282026-03-30T17:11:21.805Z Compiling quick-xml v0.38.4
7292026-03-30T17:11:22.152Z Compiling cpufeatures v0.2.17
7302026-03-30T17:11:22.232Z Compiling urlencoding v2.1.3
7312026-03-30T17:11:22.302Z Compiling indenter v0.3.4
7322026-03-30T17:11:22.440Z Compiling recursion v0.5.4
7332026-03-30T17:11:22.477Z Compiling strsim v0.11.1
7342026-03-30T17:11:22.586Z Compiling shell-words v1.1.1
7352026-03-30T17:11:23.101Z Compiling heck v0.5.0
7362026-03-30T17:11:23.128Z Compiling humantime v2.3.0
7372026-03-30T17:11:23.309Z Compiling clap_lex v1.1.0
7382026-03-30T17:11:23.328Z Compiling humantime-serde v1.1.1
7392026-03-30T17:11:23.454Z Compiling clap_derive v4.6.0
7402026-03-30T17:11:23.486Z Compiling clap_builder v4.6.0
7412026-03-30T17:11:23.578Z Compiling nextest-filtering v0.15.0
7422026-03-30T17:11:23.984Z Compiling quick-junit v0.5.2
7432026-03-30T17:11:25.761Z Compiling sha2 v0.10.9
7442026-03-30T17:11:26.974Z Compiling cargo_metadata v0.20.0
7452026-03-30T17:11:27.137Z Compiling atomicwrites v0.4.4
7462026-03-30T17:11:27.439Z Compiling cargo-nextest v0.9.97
7472026-03-30T17:11:27.561Z Compiling crossterm v0.29.0
7482026-03-30T17:11:28.568Z Compiling zstd v0.13.3
7492026-03-30T17:11:28.581Z Compiling duct v0.13.7
7502026-03-30T17:11:29.459Z Compiling rand v0.9.2
7512026-03-30T17:11:29.602Z Compiling async-scoped v0.9.0
7522026-03-30T17:11:29.802Z Compiling config v0.15.22
7532026-03-30T17:11:30.244Z Compiling unicode-normalization v0.1.25
7542026-03-30T17:11:30.300Z Compiling target-spec-miette v0.4.5
7552026-03-30T17:11:30.363Z Compiling future-queue v0.4.0
7562026-03-30T17:11:30.647Z Compiling mukti-metadata v0.3.0
7572026-03-30T17:11:30.709Z Compiling tokio-stream v0.1.18
7582026-03-30T17:11:30.817Z Compiling camino-tempfile v1.4.1
7592026-03-30T17:11:30.829Z Compiling derive-where v1.6.1
7602026-03-30T17:11:31.148Z Compiling serde_ignored v0.1.14
7612026-03-30T17:11:31.236Z Compiling serde_path_to_error v0.1.20
7622026-03-30T17:11:31.374Z Compiling home v0.5.12
7632026-03-30T17:11:31.386Z Compiling indent_write v2.2.0
7642026-03-30T17:11:31.538Z Compiling xxhash-rust v0.8.15
7652026-03-30T17:11:31.551Z Compiling swrite v0.1.0
7662026-03-30T17:11:31.657Z Compiling hex v0.4.3
7672026-03-30T17:11:31.692Z Compiling color-eyre v0.6.5
7682026-03-30T17:11:31.742Z Compiling clap v4.6.0
7692026-03-30T17:11:31.828Z Compiling dialoguer v0.11.0
7702026-03-30T17:11:31.948Z Compiling enable-ansi-support v0.2.1
7712026-03-30T17:11:32.085Z Compiling nextest-runner v0.80.0
7722026-03-30T17:11:50.554Z Finished `release` profile [optimized] target(s) in 1m 12s
7732026-03-30T17:11:50.734Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-03-30T17:11:50.738Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-03-30T17:11:50.857Z+ pushd mg-lower
7762026-03-30T17:11:50.860Z+ cargo nextest run
7772026-03-30T17:11:50.860Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7782026-03-30T17:11:51.014Z Updating git repository `https://github.com/oxidecomputer/falcon`
7792026-03-30T17:11:51.693ZFrom https://github.com/oxidecomputer/falcon
7802026-03-30T17:11:51.693Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7812026-03-30T17:11:51.771Z Updating crates.io index
7822026-03-30T17:11:51.774Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-03-30T17:11:52.532ZFrom https://github.com/oxidecomputer/dendrite
7842026-03-30T17:11:52.533Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7852026-03-30T17:11:52.749Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-03-30T17:11:53.038ZFrom https://github.com/oxidecomputer/ispf
7872026-03-30T17:11:53.038Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7882026-03-30T17:11:53.044Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-03-30T17:11:53.398ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-03-30T17:11:53.398Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7912026-03-30T17:11:53.406Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-03-30T17:12:00.670ZFrom https://github.com/oxidecomputer/omicron
7932026-03-30T17:12:00.670Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7942026-03-30T17:12:01.091Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-03-30T17:12:02.005ZFrom https://github.com/oxidecomputer/opte
7962026-03-30T17:12:02.005Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
7972026-03-30T17:12:02.151Z Updating git repository `https://github.com/illumos/smf-rs`
7982026-03-30T17:12:02.433ZFrom https://github.com/illumos/smf-rs
7992026-03-30T17:12:02.433Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8002026-03-30T17:12:02.443Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-03-30T17:12:02.784ZFrom https://github.com/oxidecomputer/network-interface
8022026-03-30T17:12:02.784Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-03-30T17:12:02.937Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-03-30T17:12:03.295ZFrom https://github.com/oxidecomputer/zone
8052026-03-30T17:12:03.295Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-03-30T17:12:03.419Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-03-30T17:12:04.647ZFrom https://github.com/oxidecomputer/propolis
8082026-03-30T17:12:04.647Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8092026-03-30T17:12:04.927Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8102026-03-30T17:12:05.468ZFrom https://github.com/oxidecomputer/transceiver-control
8112026-03-30T17:12:05.469Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8122026-03-30T17:12:05.499Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8132026-03-30T17:12:07.347ZFrom https://github.com/oxidecomputer/dlpi-sys
8142026-03-30T17:12:07.348Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8152026-03-30T17:12:07.424Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162026-03-30T17:12:07.424ZFrom https://github.com/jmesmon/rust-libzfs
8172026-03-30T17:12:07.424Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8182026-03-30T17:12:07.424Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192026-03-30T17:12:07.424ZFrom https://github.com/oxidecomputer/rusty-doors
8202026-03-30T17:12:07.424Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8212026-03-30T17:12:07.424Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-03-30T17:12:07.424ZFrom https://github.com/oxidecomputer/lldp
8232026-03-30T17:12:07.424Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8242026-03-30T17:12:07.424Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252026-03-30T17:12:07.424ZFrom https://github.com/oxidecomputer/slog-error-chain
8262026-03-30T17:12:07.424Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8272026-03-30T17:12:07.424Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-03-30T17:12:07.593ZFrom https://github.com/oxidecomputer/tufaceous
8292026-03-30T17:12:07.593Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8302026-03-30T17:12:07.608Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-03-30T17:12:08.069ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-03-30T17:12:08.069Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8332026-03-30T17:12:08.224Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-03-30T17:12:09.124ZFrom https://github.com/oxidecomputer/crucible
8352026-03-30T17:12:09.124Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-03-30T17:12:09.175Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-03-30T17:12:09.434ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-03-30T17:12:09.434Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-03-30T17:12:10.041Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-03-30T17:12:10.417ZFrom https://github.com/oxidecomputer/propolis
8412026-03-30T17:12:10.417Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8422026-03-30T17:12:10.528Z Updating git repository `https://github.com/oxidecomputer/tofino`
8432026-03-30T17:12:10.775ZFrom https://github.com/oxidecomputer/tofino
8442026-03-30T17:12:10.775Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8452026-03-30T17:12:10.806Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8462026-03-30T17:12:11.317ZFrom https://github.com/oxidecomputer/maghemite
8472026-03-30T17:12:11.317Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8482026-03-30T17:12:11.377Z Updating git repository `https://github.com/oxidecomputer/clickward`
8492026-03-30T17:12:11.641ZFrom https://github.com/oxidecomputer/clickward
8502026-03-30T17:12:11.641Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8512026-03-30T17:12:11.716Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8522026-03-30T17:12:12.034ZFrom https://github.com/oxidecomputer/illumos-devinfo
8532026-03-30T17:12:12.034Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8542026-03-30T17:12:12.404Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-03-30T17:12:12.743ZFrom https://github.com/oxidecomputer/crucible
8562026-03-30T17:12:12.743Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8572026-03-30T17:12:14.542Z Downloading crates ...
8582026-03-30T17:12:14.567Z Downloaded aead v0.5.2
8592026-03-30T17:12:14.567Z Downloaded arrayref v0.3.9
8602026-03-30T17:12:14.567Z Downloaded chacha20 v0.9.1
8612026-03-30T17:12:14.567Z Downloaded async-stream v0.3.6
8622026-03-30T17:12:14.567Z Downloaded cstr-argument v0.1.2
8632026-03-30T17:12:14.567Z Downloaded foreign-types-macros v0.2.3
8642026-03-30T17:12:14.567Z Downloaded float-ord v0.3.2
8652026-03-30T17:12:14.567Z Downloaded glob v0.3.3
8662026-03-30T17:12:14.567Z Downloaded convert_case v0.4.0
8672026-03-30T17:12:14.567Z Downloaded derive-ex v0.1.8
8682026-03-30T17:12:14.567Z Downloaded base16ct v1.0.0
8692026-03-30T17:12:14.567Z Downloaded byte-wrapper v0.1.0
8702026-03-30T17:12:14.567Z Downloaded lru-cache v0.1.2
8712026-03-30T17:12:14.567Z Downloaded jiff-static v0.2.23
8722026-03-30T17:12:14.567Z Downloaded natord v1.0.9
8732026-03-30T17:12:14.567Z Downloaded libsw-core v0.3.2
8742026-03-30T17:12:14.567Z Downloaded multer v3.1.0
8752026-03-30T17:12:14.567Z Downloaded const-random v0.1.18
8762026-03-30T17:12:14.567Z Downloaded displaydoc v0.2.5
8772026-03-30T17:12:14.568Z Downloaded macaddr v1.0.1
8782026-03-30T17:12:14.568Z Downloaded linked-hash-map v0.5.6
8792026-03-30T17:12:14.568Z Downloaded memmap v0.7.0
8802026-03-30T17:12:14.568Z Downloaded csv-core v0.1.13
8812026-03-30T17:12:14.568Z Downloaded newtype_derive v0.1.6
8822026-03-30T17:12:14.568Z Downloaded newline-converter v0.3.0
8832026-03-30T17:12:14.568Z Downloaded newtype-uuid-macros v0.1.0
8842026-03-30T17:12:14.568Z Downloaded libsw v3.5.0
8852026-03-30T17:12:14.568Z Downloaded match_cfg v0.1.0
8862026-03-30T17:12:14.568Z Downloaded fixedbitset v0.4.2
8872026-03-30T17:12:14.568Z Downloaded memoffset v0.9.1
8882026-03-30T17:12:14.568Z Downloaded bitflags v1.3.2
8892026-03-30T17:12:14.568Z Downloaded ident_case v1.0.1
8902026-03-30T17:12:14.568Z Downloaded async-trait v0.1.89
8912026-03-30T17:12:14.568Z Downloaded git-stub v1.0.0
8922026-03-30T17:12:14.568Z Downloaded data-encoding v2.10.0
8932026-03-30T17:12:14.568Z Downloaded defmt-parser v1.0.0
8942026-03-30T17:12:14.568Z Downloaded ciborium-io v0.2.2
8952026-03-30T17:12:14.568Z Downloaded opaque-debug v0.3.1
8962026-03-30T17:12:14.568Z Downloaded base16ct v0.2.0
8972026-03-30T17:12:14.568Z Downloaded litemap v0.8.1
8982026-03-30T17:12:14.568Z Downloaded dof v0.3.0
8992026-03-30T17:12:14.568Z Downloaded diff v0.1.13
9002026-03-30T17:12:14.568Z Downloaded enum-as-inner v0.6.1
9012026-03-30T17:12:14.568Z Downloaded darling_macro v0.21.3
9022026-03-30T17:12:14.568Z Downloaded backoff v0.4.0
9032026-03-30T17:12:14.568Z Downloaded crunchy v0.2.4
9042026-03-30T17:12:14.568Z Downloaded cpufeatures v0.3.0
9052026-03-30T17:12:14.568Z Downloaded foreign-types-shared v0.3.1
9062026-03-30T17:12:14.568Z Downloaded embedded-io v0.4.0
9072026-03-30T17:12:14.568Z Downloaded managed v0.8.0
9082026-03-30T17:12:14.568Z Downloaded const_format_proc_macros v0.2.34
9092026-03-30T17:12:14.568Z Downloaded daft-derive v0.1.5
9102026-03-30T17:12:14.568Z Downloaded linear-map v1.2.0
9112026-03-30T17:12:14.568Z Downloaded dunce v1.0.5
9122026-03-30T17:12:14.568Z Downloaded highway v1.3.0
9132026-03-30T17:12:14.569Z Downloaded libscf-sys v1.1.0
9142026-03-30T17:12:14.569Z Downloaded dtrace-parser v0.2.0
9152026-03-30T17:12:14.569Z Downloaded num-derive v0.3.3
9162026-03-30T17:12:14.569Z Downloaded dropshot-api-manager-types v0.5.2
9172026-03-30T17:12:14.569Z Downloaded hubpack v0.1.2
9182026-03-30T17:12:14.569Z Downloaded dof v0.4.0
9192026-03-30T17:12:14.569Z Downloaded gethostname v0.5.0
9202026-03-30T17:12:14.569Z Downloaded async-recursion v1.1.1
9212026-03-30T17:12:14.569Z Downloaded embedded-io v0.6.1
9222026-03-30T17:12:14.569Z Downloaded defmt v0.3.100
9232026-03-30T17:12:14.569Z Downloaded memmap2 v0.9.10
9242026-03-30T17:12:14.569Z Downloaded icu_normalizer_data v2.1.1
9252026-03-30T17:12:14.569Z Downloaded dtrace-parser v0.3.0
9262026-03-30T17:12:14.569Z Downloaded critical-section v1.2.0
9272026-03-30T17:12:14.569Z Downloaded omicron-workspace-hack v0.1.0
9282026-03-30T17:12:14.569Z Downloaded bit-set v0.8.0
9292026-03-30T17:12:14.569Z Downloaded heck v0.4.1
9302026-03-30T17:12:14.569Z Downloaded ciborium-ll v0.2.2
9312026-03-30T17:12:14.569Z Downloaded foreign-types v0.5.0
9322026-03-30T17:12:14.569Z Downloaded is-terminal v0.4.17
9332026-03-30T17:12:14.569Z Downloaded indexmap v1.9.3
9342026-03-30T17:12:14.569Z Downloaded inout v0.1.4
9352026-03-30T17:12:14.569Z Downloaded crucible-workspace-hack v0.1.0
9362026-03-30T17:12:14.569Z Downloaded num-iter v0.1.45
9372026-03-30T17:12:14.569Z Downloaded no-std-compat v0.4.1
9382026-03-30T17:12:14.569Z Downloaded dyn-clone v1.0.20
9392026-03-30T17:12:14.569Z Downloaded idna_adapter v1.2.1
9402026-03-30T17:12:14.569Z Downloaded httpdate v1.0.3
9412026-03-30T17:12:14.569Z Downloaded fxhash v0.2.1
9422026-03-30T17:12:14.569Z Downloaded crc8 v0.1.1
9432026-03-30T17:12:14.569Z Downloaded async-stream-impl v0.3.6
9442026-03-30T17:12:14.569Z Downloaded instant v0.1.13
9452026-03-30T17:12:14.569Z Downloaded internet-checksum v0.2.1
9462026-03-30T17:12:14.569Z Downloaded hubpack_derive v0.1.1
9472026-03-30T17:12:14.569Z Downloaded parse-display v0.10.0
9482026-03-30T17:12:14.569Z Downloaded hostname v0.4.2
9492026-03-30T17:12:14.569Z Downloaded hostname v0.3.1
9502026-03-30T17:12:14.569Z Downloaded hash32 v0.3.1
9512026-03-30T17:12:14.569Z Downloaded console v0.16.3
9522026-03-30T17:12:14.570Z Downloaded keccak v0.1.6
9532026-03-30T17:12:14.570Z Downloaded ciborium v0.2.2
9542026-03-30T17:12:14.570Z Downloaded num_threads v0.1.7
9552026-03-30T17:12:14.570Z Downloaded num v0.4.3
9562026-03-30T17:12:14.570Z Downloaded num_enum_derive v0.5.11
9572026-03-30T17:12:14.570Z Downloaded argon2 v0.5.3
9582026-03-30T17:12:14.577Z Downloaded defmt v1.0.1
9592026-03-30T17:12:14.577Z Downloaded olpc-cjson v0.1.4
9602026-03-30T17:12:14.577Z Downloaded darling_macro v0.23.0
9612026-03-30T17:12:14.577Z Downloaded erased-serde v0.3.31
9622026-03-30T17:12:14.577Z Downloaded num_enum v0.7.6
9632026-03-30T17:12:14.577Z Downloaded num-integer v0.1.46
9642026-03-30T17:12:14.577Z Downloaded constant_time_eq v0.4.2
9652026-03-30T17:12:14.577Z Downloaded bytecount v0.6.9
9662026-03-30T17:12:14.577Z Downloaded cipher v0.4.4
9672026-03-30T17:12:14.577Z Downloaded bit-vec v0.8.0
9682026-03-30T17:12:14.577Z Downloaded crossbeam-deque v0.8.6
9692026-03-30T17:12:14.577Z Downloaded cmake v0.1.57
9702026-03-30T17:12:14.577Z Downloaded const-random-macro v0.1.16
9712026-03-30T17:12:14.577Z Downloaded cobs v0.3.0
9722026-03-30T17:12:14.577Z Downloaded byteorder v1.5.0
9732026-03-30T17:12:14.577Z Downloaded phf_shared v0.12.1
9742026-03-30T17:12:14.577Z Downloaded proc-macro-crate v1.3.1
9752026-03-30T17:12:14.577Z Downloaded potential_utf v0.1.4
9762026-03-30T17:12:14.577Z Downloaded plain v0.2.3
9772026-03-30T17:12:14.577Z Downloaded pretty-hex v0.4.2
9782026-03-30T17:12:14.577Z Downloaded proc-macro-error-attr v1.0.4
9792026-03-30T17:12:14.578Z Downloaded progenitor-client v0.10.0
9802026-03-30T17:12:14.578Z Downloaded proc-macro-crate v3.5.0
9812026-03-30T17:12:14.578Z Downloaded progenitor-macro v0.11.2
9822026-03-30T17:12:14.578Z Downloaded proc-macro-error-attr2 v2.0.0
9832026-03-30T17:12:14.578Z Downloaded progenitor-macro v0.10.0
9842026-03-30T17:12:14.578Z Downloaded powerfmt v0.2.0
9852026-03-30T17:12:14.578Z Downloaded drift v0.1.3
9862026-03-30T17:12:14.578Z Downloaded deranged v0.5.8
9872026-03-30T17:12:14.578Z Downloaded progenitor-client v0.11.2
9882026-03-30T17:12:14.578Z Downloaded progenitor-macro v0.13.0
9892026-03-30T17:12:14.578Z Downloaded bcs v0.1.6
9902026-03-30T17:12:14.578Z Downloaded foldhash v0.2.0
9912026-03-30T17:12:14.578Z Downloaded ingot-types v0.1.2
9922026-03-30T17:12:14.578Z Downloaded oxnet v0.1.4
9932026-03-30T17:12:14.578Z Downloaded ff v0.13.1
9942026-03-30T17:12:14.578Z Downloaded oxide-tokio-rt v0.1.3
9952026-03-30T17:12:14.578Z Downloaded icu_locale_core v2.1.1
9962026-03-30T17:12:14.578Z Downloaded parking_lot_core v0.8.6
9972026-03-30T17:12:14.578Z Downloaded rand_xorshift v0.4.0
9982026-03-30T17:12:14.578Z Downloaded quick-error v1.2.3
9992026-03-30T17:12:14.578Z Downloaded fs-err v3.3.0
10002026-03-30T17:12:14.578Z Downloaded num-conv v0.2.0
10012026-03-30T17:12:14.579Z Downloaded mime v0.3.17
10022026-03-30T17:12:14.579Z Downloaded ipnetwork v0.21.1
10032026-03-30T17:12:14.579Z Downloaded num_enum v0.5.11
10042026-03-30T17:12:14.579Z Downloaded defmt-macros v1.0.1
10052026-03-30T17:12:14.579Z Downloaded half v2.7.1
10062026-03-30T17:12:14.579Z Downloaded darling v0.23.0
10072026-03-30T17:12:14.579Z Downloaded rustc-hash v2.1.1
10082026-03-30T17:12:14.579Z Downloaded ref-cast v1.0.25
10092026-03-30T17:12:14.579Z Downloaded password-hash v0.5.0
10102026-03-30T17:12:14.579Z Downloaded rand_chacha v0.3.1
10112026-03-30T17:12:14.579Z Downloaded parse-display-derive v0.10.0
10122026-03-30T17:12:14.579Z Downloaded cargo_toml v0.22.3
10132026-03-30T17:12:14.579Z Downloaded ref-cast-impl v1.0.25
10142026-03-30T17:12:14.579Z Downloaded scroll_derive v0.13.1
10152026-03-30T17:12:14.579Z Downloaded secrecy v0.10.3
10162026-03-30T17:12:14.579Z Downloaded scroll_derive v0.12.1
10172026-03-30T17:12:14.579Z Downloaded serde_repr v0.1.20
10182026-03-30T17:12:14.579Z Downloaded pem v3.0.6
10192026-03-30T17:12:14.579Z Downloaded colored v3.1.1
10202026-03-30T17:12:14.580Z Downloaded serde_plain v1.0.2
10212026-03-30T17:12:14.580Z Downloaded rustc_version v0.1.7
10222026-03-30T17:12:14.580Z Downloaded same-file v1.0.6
10232026-03-30T17:12:14.580Z Downloaded arrayvec v0.7.6
10242026-03-30T17:12:14.580Z Downloaded anyhow v1.0.102
10252026-03-30T17:12:14.580Z Downloaded num_enum_derive v0.7.6
10262026-03-30T17:12:14.580Z Downloaded num-derive v0.4.2
10272026-03-30T17:12:14.580Z Downloaded ingot v0.1.1
10282026-03-30T17:12:14.580Z Downloaded poly1305 v0.8.0
10292026-03-30T17:12:14.580Z Downloaded num-rational v0.4.2
10302026-03-30T17:12:14.580Z Downloaded num-complex v0.4.6
10312026-03-30T17:12:14.580Z Downloaded fs_extra v1.3.0
10322026-03-30T17:12:14.580Z Downloaded chacha20 v0.10.0
10332026-03-30T17:12:14.580Z Downloaded group v0.13.0
10342026-03-30T17:12:14.580Z Downloaded phf v0.12.1
10352026-03-30T17:12:14.580Z Downloaded progenitor-extras v0.1.1
10362026-03-30T17:12:14.580Z Downloaded progenitor v0.13.0
10372026-03-30T17:12:14.580Z Downloaded proc-macro-error2 v2.0.1
10382026-03-30T17:12:14.580Z Downloaded serde-big-array v0.5.1
10392026-03-30T17:12:14.580Z Downloaded progenitor v0.11.2
10402026-03-30T17:12:14.580Z Downloaded daft v0.1.5
10412026-03-30T17:12:14.580Z Downloaded progenitor v0.10.0
10422026-03-30T17:12:14.580Z Downloaded siphasher v1.0.2
10432026-03-30T17:12:14.580Z Downloaded slog-bunyan v2.5.0
10442026-03-30T17:12:14.581Z Downloaded serial_test v3.4.0
10452026-03-30T17:12:14.581Z Downloaded progenitor-client v0.13.0
10462026-03-30T17:12:14.581Z Downloaded sigpipe v0.1.3
10472026-03-30T17:12:14.581Z Downloaded serial_test_derive v3.4.0
10482026-03-30T17:12:14.581Z Downloaded crossbeam-utils v0.8.21
10492026-03-30T17:12:14.581Z Downloaded darling v0.21.3
10502026-03-30T17:12:14.581Z Downloaded crossbeam-epoch v0.9.18
10512026-03-30T17:12:14.581Z Downloaded blake2 v0.10.6
10522026-03-30T17:12:14.581Z Downloaded cancel-safe-futures v0.1.5
10532026-03-30T17:12:14.581Z Downloaded parking_lot v0.11.2
10542026-03-30T17:12:14.581Z Downloaded hmac v0.12.1
10552026-03-30T17:12:14.581Z Downloaded omicron-zone-package v0.12.2
10562026-03-30T17:12:14.581Z Downloaded derive_more v0.99.20
10572026-03-30T17:12:14.581Z Downloaded structmeta v0.3.0
10582026-03-30T17:12:14.587Z Downloaded resolv-conf v0.7.6
10592026-03-30T17:12:14.587Z Downloaded rustls-native-certs v0.8.3
10602026-03-30T17:12:14.587Z Downloaded rand_core v0.10.0
10612026-03-30T17:12:14.588Z Downloaded rustversion v1.0.22
10622026-03-30T17:12:14.588Z Downloaded allocator-api2 v0.2.21
10632026-03-30T17:12:14.588Z Downloaded icu_collections v2.1.1
10642026-03-30T17:12:14.588Z Downloaded strum v0.27.2
10652026-03-30T17:12:14.588Z Downloaded spin v0.5.2
10662026-03-30T17:12:14.588Z Downloaded smawk v0.3.2
10672026-03-30T17:12:14.588Z Downloaded schemars_derive v0.8.22
10682026-03-30T17:12:14.588Z Downloaded const_format v0.2.35
10692026-03-30T17:12:14.589Z Downloaded testing_table v0.3.0
10702026-03-30T17:12:14.589Z Downloaded termtree v0.5.1
10712026-03-30T17:12:14.589Z Downloaded take_mut v0.2.2
10722026-03-30T17:12:14.589Z Downloaded time-core v0.1.8
10732026-03-30T17:12:14.589Z Downloaded thread-id v5.1.0
10742026-03-30T17:12:14.589Z Downloaded tabled_derive v0.7.0
10752026-03-30T17:12:14.589Z Downloaded rusty-fork v0.3.1
10762026-03-30T17:12:14.589Z Downloaded cookie v0.18.1
10772026-03-30T17:12:14.589Z Downloaded stable_deref_trait v1.2.1
10782026-03-30T17:12:14.589Z Downloaded serde_tokenstream v0.2.3
10792026-03-30T17:12:14.589Z Downloaded strum v0.26.3
10802026-03-30T17:12:14.589Z Downloaded sdd v3.0.10
10812026-03-30T17:12:14.589Z Downloaded tagptr v0.2.0
10822026-03-30T17:12:14.589Z Downloaded tabled_derive v0.11.0
10832026-03-30T17:12:14.589Z Downloaded ingot-macros v0.1.1
10842026-03-30T17:12:14.589Z Downloaded git-stub-vcs v0.1.0
10852026-03-30T17:12:14.589Z Downloaded dropshot_endpoint v0.16.7
10862026-03-30T17:12:14.589Z Downloaded proc-macro-error v1.0.4
10872026-03-30T17:12:14.589Z Downloaded semver v0.1.20
10882026-03-30T17:12:14.589Z Downloaded scroll v0.13.0
10892026-03-30T17:12:14.589Z Downloaded postcard v1.1.3
10902026-03-30T17:12:14.589Z Downloaded thiserror-impl-no-std v2.0.2
10912026-03-30T17:12:14.589Z Downloaded tabwriter v1.4.1
10922026-03-30T17:12:14.589Z Downloaded paste v1.0.15
10932026-03-30T17:12:14.589Z Downloaded sha1 v0.10.6
10942026-03-30T17:12:14.589Z Downloaded thread-id v4.2.2
10952026-03-30T17:12:14.589Z Downloaded slog-stdlog v4.1.1
10962026-03-30T17:12:14.589Z Downloaded topological-sort v0.2.2
10972026-03-30T17:12:14.589Z Downloaded serde_derive_internals v0.29.1
10982026-03-30T17:12:14.590Z Downloaded slog-scope v4.4.1
10992026-03-30T17:12:14.590Z Downloaded slog-dtrace v0.3.0
11002026-03-30T17:12:14.590Z Downloaded slog-async v2.8.0
11012026-03-30T17:12:14.590Z Downloaded simd-adler32 v0.3.8
11022026-03-30T17:12:14.590Z Downloaded slog-json v2.6.1
11032026-03-30T17:12:14.590Z Downloaded pest_derive v2.8.6
11042026-03-30T17:12:14.590Z Downloaded smartstring v1.0.1
11052026-03-30T17:12:14.590Z Downloaded icu_properties v2.1.2
11062026-03-30T17:12:14.590Z Downloaded slog-envlogger v2.2.0
11072026-03-30T17:12:14.590Z Downloaded typify-macro v0.6.1
11082026-03-30T17:12:14.590Z Downloaded typify-macro v0.4.3
11092026-03-30T17:12:14.590Z Downloaded unarray v0.1.4
11102026-03-30T17:12:14.590Z Downloaded universal-hash v0.5.1
11112026-03-30T17:12:14.590Z Downloaded crossbeam-channel v0.5.15
11122026-03-30T17:12:14.590Z Downloaded utf-8 v0.7.6
11132026-03-30T17:12:14.590Z Downloaded unit-prefix v0.5.2
11142026-03-30T17:12:14.590Z Downloaded smf v0.2.3
11152026-03-30T17:12:14.590Z Downloaded slog-term v2.9.2
11162026-03-30T17:12:14.590Z Downloaded chacha20poly1305 v0.10.1
11172026-03-30T17:12:14.590Z Downloaded snafu-derive v0.8.9
11182026-03-30T17:12:14.590Z Downloaded scroll v0.12.0
11192026-03-30T17:12:14.590Z Downloaded strum_macros v0.27.2
11202026-03-30T17:12:14.590Z Downloaded untrusted v0.7.1
11212026-03-30T17:12:14.590Z Downloaded darling_core v0.23.0
11222026-03-30T17:12:14.590Z Downloaded base64 v0.21.7
11232026-03-30T17:12:14.590Z Downloaded usdt-attr-macro v0.5.0
11242026-03-30T17:12:14.590Z Downloaded waitgroup v0.1.2
11252026-03-30T17:12:14.590Z Downloaded strum_macros v0.26.4
11262026-03-30T17:12:14.590Z Downloaded rustls-pemfile v2.2.0
11272026-03-30T17:12:14.590Z Downloaded usdt v0.6.0
11282026-03-30T17:12:14.590Z Downloaded wait-timeout v0.2.1
11292026-03-30T17:12:14.590Z Downloaded usdt-macro v0.5.0
11302026-03-30T17:12:14.590Z Downloaded usdt-attr-macro v0.6.0
11312026-03-30T17:12:14.590Z Downloaded papergrid v0.11.0
11322026-03-30T17:12:14.590Z Downloaded usdt-macro v0.6.0
11332026-03-30T17:12:14.590Z Downloaded usdt v0.5.0
11342026-03-30T17:12:14.590Z Downloaded papergrid v0.17.0
11352026-03-30T17:12:14.590Z Downloaded progenitor-impl v0.11.2
11362026-03-30T17:12:14.591Z Downloaded synstructure v0.13.2
11372026-03-30T17:12:14.591Z Downloaded thiserror-no-std v2.0.2
11382026-03-30T17:12:14.591Z Downloaded tokio-rustls v0.25.0
11392026-03-30T17:12:14.591Z Downloaded progenitor-impl v0.13.0
11402026-03-30T17:12:14.591Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11412026-03-30T17:12:14.591Z Downloaded tokio-dtrace v0.1.1
11422026-03-30T17:12:14.591Z Downloaded time-macros v0.2.27
11432026-03-30T17:12:14.591Z Downloaded tiny-keccak v2.0.2
11442026-03-30T17:12:14.591Z Downloaded icu_provider v2.1.1
11452026-03-30T17:12:14.591Z Downloaded tokio-tungstenite v0.21.0
11462026-03-30T17:12:14.591Z Downloaded zeroize_derive v1.4.3
11472026-03-30T17:12:14.591Z Downloaded yoke-derive v0.8.1
11482026-03-30T17:12:14.591Z Downloaded zerofrom v0.1.6
11492026-03-30T17:12:14.591Z Downloaded serde_with_macros v3.18.0
11502026-03-30T17:12:14.591Z Downloaded hashbrown v0.12.3
11512026-03-30T17:12:14.591Z Downloaded indicatif v0.18.4
11522026-03-30T17:12:14.591Z Downloaded elliptic-curve v0.13.8
11532026-03-30T17:12:14.592Z Downloaded backon v1.6.0
11542026-03-30T17:12:14.592Z Downloaded darling_core v0.21.3
11552026-03-30T17:12:14.592Z Downloaded zone_cfg_derive v0.3.1
11562026-03-30T17:12:14.592Z Downloaded zone v0.3.1
11572026-03-30T17:12:14.592Z Downloaded zerofrom-derive v0.1.6
11582026-03-30T17:12:14.596Z Downloaded rhai_codegen v3.1.0
11592026-03-30T17:12:14.596Z Downloaded structmeta-derive v0.3.0
11602026-03-30T17:12:14.596Z Downloaded spin v0.9.8
11612026-03-30T17:12:14.596Z Downloaded vsss-rs v3.3.4
11622026-03-30T17:12:14.596Z Downloaded term v1.2.1
11632026-03-30T17:12:14.596Z Downloaded whoami v1.6.1
11642026-03-30T17:12:14.596Z Downloaded walkdir v2.5.0
11652026-03-30T17:12:14.596Z Downloaded xz2 v0.1.7
11662026-03-30T17:12:14.596Z Downloaded writeable v0.6.2
11672026-03-30T17:12:14.596Z Downloaded usdt-impl v0.6.0
11682026-03-30T17:12:14.596Z Downloaded usdt-impl v0.5.0
11692026-03-30T17:12:14.596Z Downloaded schemars v0.8.22
11702026-03-30T17:12:14.596Z Downloaded progenitor-impl v0.10.0
11712026-03-30T17:12:14.596Z Downloaded pretty_assertions v1.4.1
11722026-03-30T17:12:14.596Z Downloaded tinystr v0.8.2
11732026-03-30T17:12:14.596Z Downloaded thin-vec v0.2.14
11742026-03-30T17:12:14.596Z Downloaded serde_yaml v0.9.34+deprecated
11752026-03-30T17:12:14.597Z Downloaded slog v2.8.2
11762026-03-30T17:12:14.597Z Downloaded similar v2.7.0
11772026-03-30T17:12:14.597Z Downloaded pest_meta v2.8.6
11782026-03-30T17:12:14.597Z Downloaded pest_generator v2.8.6
11792026-03-30T17:12:14.597Z Downloaded heapless v0.8.0
11802026-03-30T17:12:14.597Z Downloaded cc v1.2.57
11812026-03-30T17:12:14.597Z Downloaded arc-swap v1.9.0
11822026-03-30T17:12:14.597Z Downloaded crypto-bigint v0.5.5
11832026-03-30T17:12:14.597Z Downloaded icu_normalizer v2.1.1
11842026-03-30T17:12:14.597Z Downloaded hickory-resolver v0.25.2
11852026-03-30T17:12:14.597Z Downloaded yoke v0.8.1
11862026-03-30T17:12:14.597Z Downloaded rustls-platform-verifier v0.6.2
11872026-03-30T17:12:14.597Z Downloaded ucd-trie v0.1.7
11882026-03-30T17:12:14.597Z Downloaded prettyplease v0.2.37
11892026-03-30T17:12:14.597Z Downloaded zerovec-derive v0.11.2
11902026-03-30T17:12:14.597Z Downloaded rayon-core v1.13.0
11912026-03-30T17:12:14.597Z Downloaded schemars v0.9.0
11922026-03-30T17:12:14.597Z Downloaded toml v0.9.12+spec-1.1.0
11932026-03-30T17:12:14.597Z Downloaded minimal-lexical v0.2.1
11942026-03-30T17:12:14.597Z Downloaded expectorate v1.2.0
11952026-03-30T17:12:14.597Z Downloaded dropshot-api-manager v0.5.2
11962026-03-30T17:12:14.597Z Downloaded rand v0.8.5
11972026-03-30T17:12:14.598Z Downloaded snafu v0.8.9
11982026-03-30T17:12:14.598Z Downloaded typify v0.6.1
11992026-03-30T17:12:14.598Z Downloaded tungstenite v0.21.0
12002026-03-30T17:12:14.598Z Downloaded zerocopy-derive v0.7.35
12012026-03-30T17:12:14.598Z Downloaded typify v0.4.3
12022026-03-30T17:12:14.598Z Downloaded toml v0.7.8
12032026-03-30T17:12:14.598Z Downloaded mio v1.1.1
12042026-03-30T17:12:14.598Z Downloaded test-strategy v0.4.5
12052026-03-30T17:12:14.598Z Downloaded toml_edit v0.25.8+spec-1.1.0
12062026-03-30T17:12:14.598Z Downloaded qorb v0.4.1
12072026-03-30T17:12:14.598Z Downloaded nom v7.1.3
12082026-03-30T17:12:14.598Z Downloaded schemars v1.2.1
12092026-03-30T17:12:14.599Z Downloaded hickory-resolver v0.24.4
12102026-03-30T17:12:14.599Z Downloaded unsafe-libyaml v0.2.11
12112026-03-30T17:12:14.599Z Downloaded steno v0.4.1
12122026-03-30T17:12:14.599Z Downloaded yansi v1.0.1
12132026-03-30T17:12:14.599Z Downloaded zerotrie v0.2.3
12142026-03-30T17:12:14.599Z Downloaded goblin v0.8.2
12152026-03-30T17:12:14.599Z Downloaded ron v0.12.0
12162026-03-30T17:12:14.599Z Downloaded rand v0.10.0
12172026-03-30T17:12:14.599Z Downloaded zerocopy-derive v0.8.47
12182026-03-30T17:12:14.599Z Downloaded iddqd v0.3.17
12192026-03-30T17:12:14.599Z Downloaded toml_edit v0.19.15
12202026-03-30T17:12:14.599Z Downloaded pest v2.8.6
12212026-03-30T17:12:14.599Z Downloaded nom v8.0.0
12222026-03-30T17:12:14.599Z Downloaded iri-string v0.7.11
12232026-03-30T17:12:14.599Z Downloaded typed-path v0.9.3
12242026-03-30T17:12:14.599Z Downloaded libm v0.2.16
12252026-03-30T17:12:14.600Z Downloaded scc v2.4.0
12262026-03-30T17:12:14.600Z Downloaded unicode-segmentation v1.13.1
12272026-03-30T17:12:14.600Z Downloaded icu_properties_data v2.1.2
12282026-03-30T17:12:14.600Z Downloaded reqwest v0.13.2
12292026-03-30T17:12:14.600Z Downloaded itertools v0.12.1
12302026-03-30T17:12:14.600Z Downloaded tough v0.20.0
12312026-03-30T17:12:14.600Z Downloaded hkdf v0.12.4
12322026-03-30T17:12:14.600Z Downloaded zerovec v0.11.5
12332026-03-30T17:12:14.600Z Downloaded rayon v1.11.0
12342026-03-30T17:12:14.600Z Downloaded blake3 v1.8.3
12352026-03-30T17:12:14.600Z Downloaded winnow v0.5.40
12362026-03-30T17:12:14.600Z Downloaded serde_with v3.18.0
12372026-03-30T17:12:14.600Z Downloaded zerocopy v0.7.35
12382026-03-30T17:12:14.600Z Downloaded rustls-webpki v0.102.8
12392026-03-30T17:12:14.605Z Downloaded winnow v1.0.0
12402026-03-30T17:12:14.605Z Downloaded aws-lc-rs v1.16.2
12412026-03-30T17:12:14.608Z Downloaded goblin v0.10.5
12422026-03-30T17:12:14.611Z Downloaded tabled v0.20.0
12432026-03-30T17:12:14.620Z Downloaded proptest v1.11.0
12442026-03-30T17:12:14.625Z Downloaded time v0.3.47
12452026-03-30T17:12:14.632Z Downloaded syn v1.0.109
12462026-03-30T17:12:14.637Z Downloaded moka v0.12.15
12472026-03-30T17:12:14.656Z Downloaded zerocopy v0.8.47
12482026-03-30T17:12:14.665Z Downloaded tabled v0.15.0
12492026-03-30T17:12:14.674Z Downloaded dropshot v0.16.7
12502026-03-30T17:12:14.686Z Downloaded nix v0.31.2
12512026-03-30T17:12:14.692Z Downloaded smoltcp v0.11.0
12522026-03-30T17:12:14.698Z Downloaded rhai v1.24.0
12532026-03-30T17:12:14.704Z Downloaded hickory-proto v0.24.4
12542026-03-30T17:12:14.712Z Downloaded rustls v0.22.4
12552026-03-30T17:12:14.718Z Downloaded hickory-proto v0.25.2
12562026-03-30T17:12:14.726Z Downloaded typify-impl v0.4.3
12572026-03-30T17:12:14.740Z Downloaded regress v0.10.5
12582026-03-30T17:12:14.758Z Downloaded jiff v0.2.23
12592026-03-30T17:12:14.768Z Downloaded openapiv3 v2.2.0
12602026-03-30T17:12:14.774Z Downloaded lzma-sys v0.1.20
12612026-03-30T17:12:14.844Z Downloaded typify-impl v0.6.1
12622026-03-30T17:12:14.851Z Downloaded sled v0.34.7
12632026-03-30T17:12:14.950Z Downloaded petgraph v0.6.5
12642026-03-30T17:12:14.985Z Downloaded chrono-tz v0.10.4
12652026-03-30T17:12:15.011Z Downloaded sha3 v0.10.8
12662026-03-30T17:12:15.019Z Downloaded csv v1.4.0
12672026-03-30T17:12:15.097Z Downloaded encoding_rs v0.8.35
12682026-03-30T17:12:15.801Z Downloaded aws-lc-sys v0.39.0
12692026-03-30T17:12:16.700Z Compiling proc-macro2 v1.0.106
12702026-03-30T17:12:16.700Z Compiling unicode-ident v1.0.24
12712026-03-30T17:12:16.700Z Compiling quote v1.0.45
12722026-03-30T17:12:16.700Z Compiling serde_core v1.0.228
12732026-03-30T17:12:16.700Z Compiling cfg-if v1.0.4
12742026-03-30T17:12:16.700Z Compiling serde v1.0.228
12752026-03-30T17:12:16.705Z Compiling libc v0.2.183
12762026-03-30T17:12:16.706Z Compiling memchr v2.8.0
12772026-03-30T17:12:16.898Z Compiling itoa v1.0.18
12782026-03-30T17:12:17.075Z Compiling smallvec v1.15.1
12792026-03-30T17:12:17.125Z Compiling zmij v1.0.21
12802026-03-30T17:12:17.146Z Compiling serde_json v1.0.149
12812026-03-30T17:12:17.275Z Compiling autocfg v1.5.0
12822026-03-30T17:12:17.377Z Compiling libm v0.2.16
12832026-03-30T17:12:17.501Z Compiling stable_deref_trait v1.2.1
12842026-03-30T17:12:17.568Z Compiling iana-time-zone v0.1.65
12852026-03-30T17:12:17.579Z Compiling version_check v0.9.5
12862026-03-30T17:12:17.644Z Compiling writeable v0.6.2
12872026-03-30T17:12:17.719Z Compiling litemap v0.8.1
12882026-03-30T17:12:17.790Z Compiling percent-encoding v2.3.2
12892026-03-30T17:12:17.876Z Compiling icu_normalizer_data v2.1.1
12902026-03-30T17:12:17.909Z Compiling icu_properties_data v2.1.2
12912026-03-30T17:12:17.922Z Compiling equivalent v1.0.2
12922026-03-30T17:12:18.014Z Compiling pin-project-lite v0.2.17
12932026-03-30T17:12:18.053Z Compiling allocator-api2 v0.2.21
12942026-03-30T17:12:18.086Z Compiling syn v2.0.117
12952026-03-30T17:12:18.177Z Compiling foldhash v0.2.0
12962026-03-30T17:12:18.214Z Compiling form_urlencoded v1.2.2
12972026-03-30T17:12:18.231Z Compiling dyn-clone v1.0.20
12982026-03-30T17:12:18.282Z Compiling utf8_iter v1.0.4
12992026-03-30T17:12:18.337Z Compiling hashbrown v0.16.1
13002026-03-30T17:12:18.371Z Compiling parking_lot_core v0.9.12
13012026-03-30T17:12:18.399Z Compiling scopeguard v1.2.0
13022026-03-30T17:12:18.414Z Compiling num-traits v0.2.19
13032026-03-30T17:12:18.431Z Compiling thiserror v2.0.18
13042026-03-30T17:12:18.502Z Compiling lock_api v0.4.14
13052026-03-30T17:12:18.653Z Compiling errno v0.3.14
13062026-03-30T17:12:18.737Z Compiling heck v0.5.0
13072026-03-30T17:12:18.814Z Compiling getrandom v0.4.2
13082026-03-30T17:12:18.970Z Compiling semver v1.0.27
13092026-03-30T17:12:19.010Z Compiling indexmap v2.13.0
13102026-03-30T17:12:19.030Z Compiling futures-core v0.3.32
13112026-03-30T17:12:19.077Z Compiling rand_core v0.10.0
13122026-03-30T17:12:19.120Z Compiling jobserver v0.1.34
13132026-03-30T17:12:19.183Z Compiling shlex v1.3.0
13142026-03-30T17:12:19.235Z Compiling find-msvc-tools v0.1.9
13152026-03-30T17:12:19.372Z Compiling zerocopy v0.8.47
13162026-03-30T17:12:19.449Z Compiling cc v1.2.57
13172026-03-30T17:12:19.450Z Compiling uuid v1.23.0
13182026-03-30T17:12:19.472Z Compiling rustversion v1.0.22
13192026-03-30T17:12:19.511Z Compiling fnv v1.0.7
13202026-03-30T17:12:19.604Z Compiling futures-sink v0.3.32
13212026-03-30T17:12:19.664Z Compiling schemars v0.8.22
13222026-03-30T17:12:19.704Z Compiling slab v0.4.12
13232026-03-30T17:12:19.802Z Compiling futures-channel v0.3.32
13242026-03-30T17:12:19.877Z Compiling socket2 v0.6.3
13252026-03-30T17:12:19.912Z Compiling futures-io v0.3.32
13262026-03-30T17:12:20.031Z Compiling futures-task v0.3.32
13272026-03-30T17:12:20.070Z Compiling parking_lot v0.12.5
13282026-03-30T17:12:20.147Z Compiling signal-hook-registry v1.4.8
13292026-03-30T17:12:20.197Z Compiling mio v1.1.1
13302026-03-30T17:12:20.210Z Compiling log v0.4.29
13312026-03-30T17:12:20.333Z Compiling portable-atomic v1.13.1
13322026-03-30T17:12:20.448Z Compiling bitflags v2.11.0
13332026-03-30T17:12:20.454Z Compiling critical-section v1.2.0
13342026-03-30T17:12:20.503Z Compiling typenum v1.19.0
13352026-03-30T17:12:20.557Z Compiling getrandom v0.2.17
13362026-03-30T17:12:20.603Z Compiling base64 v0.22.1
13372026-03-30T17:12:20.659Z Compiling regex-syntax v0.8.10
13382026-03-30T17:12:20.710Z Compiling subtle v2.6.1
13392026-03-30T17:12:20.736Z Compiling getrandom v0.3.4
13402026-03-30T17:12:20.748Z Compiling byteorder v1.5.0
13412026-03-30T17:12:20.878Z Compiling untrusted v0.9.0
13422026-03-30T17:12:20.934Z Compiling synstructure v0.13.2
13432026-03-30T17:12:20.975Z Compiling serde_derive_internals v0.29.1
13442026-03-30T17:12:20.990Z Compiling rand_core v0.6.4
13452026-03-30T17:12:21.076Z Compiling strsim v0.11.1
13462026-03-30T17:12:21.214Z Compiling once_cell v1.21.4
13472026-03-30T17:12:21.326Z Compiling atomic-waker v1.1.2
13482026-03-30T17:12:21.442Z Compiling ipnet v2.12.0
13492026-03-30T17:12:21.451Z Compiling httparse v1.10.1
13502026-03-30T17:12:21.451Z Compiling rustix v1.1.4
13512026-03-30T17:12:21.464Z Compiling tower-layer v0.3.3
13522026-03-30T17:12:21.474Z Compiling tower-service v0.3.3
13532026-03-30T17:12:21.567Z Compiling cmake v0.1.57
13542026-03-30T17:12:21.611Z Compiling try-lock v0.2.5
13552026-03-30T17:12:21.749Z Compiling ryu v1.0.23
13562026-03-30T17:12:21.759Z Compiling thiserror v1.0.69
13572026-03-30T17:12:21.897Z Compiling dunce v1.0.5
13582026-03-30T17:12:21.908Z Compiling fs_extra v1.3.0
13592026-03-30T17:12:21.951Z Compiling want v0.3.1
13602026-03-30T17:12:21.985Z Compiling pin-utils v0.1.0
13612026-03-30T17:12:21.996Z Compiling ucd-trie v0.1.7
13622026-03-30T17:12:22.053Z Compiling httpdate v1.0.3
13632026-03-30T17:12:22.115Z Compiling generic-array v0.14.7
13642026-03-30T17:12:22.128Z Compiling pest v2.8.6
13652026-03-30T17:12:22.156Z Compiling aws-lc-sys v0.39.0
13662026-03-30T17:12:22.205Z Compiling serde_derive v1.0.228
13672026-03-30T17:12:22.205Z Compiling zerofrom-derive v0.1.6
13682026-03-30T17:12:22.282Z Compiling yoke-derive v0.8.1
13692026-03-30T17:12:22.293Z Compiling zerovec-derive v0.11.2
13702026-03-30T17:12:22.332Z Compiling displaydoc v0.2.5
13712026-03-30T17:12:23.014Z Compiling schemars_derive v0.8.22
13722026-03-30T17:12:23.146Z Compiling thiserror-impl v2.0.18
13732026-03-30T17:12:23.368Z Compiling tokio-macros v2.6.1
13742026-03-30T17:12:23.371Z Compiling zerocopy-derive v0.8.47
13752026-03-30T17:12:23.425Z Compiling zeroize_derive v1.4.3
13762026-03-30T17:12:23.484Z Compiling futures-macro v0.3.32
13772026-03-30T17:12:23.495Z Compiling zerofrom v0.1.6
13782026-03-30T17:12:23.615Z Compiling yoke v0.8.1
13792026-03-30T17:12:23.798Z Compiling zerovec v0.11.5
13802026-03-30T17:12:24.102Z Compiling zerotrie v0.2.3
13812026-03-30T17:12:24.161Z Compiling zeroize v1.8.2
13822026-03-30T17:12:24.246Z Compiling tinystr v0.8.2
13832026-03-30T17:12:24.312Z Compiling potential_utf v0.1.4
13842026-03-30T17:12:24.323Z Compiling futures-util v0.3.32
13852026-03-30T17:12:24.365Z Compiling thiserror-impl v1.0.69
13862026-03-30T17:12:24.405Z Compiling icu_locale_core v2.1.1
13872026-03-30T17:12:24.430Z Compiling icu_collections v2.1.1
13882026-03-30T17:12:24.541Z Compiling pest_meta v2.8.6
13892026-03-30T17:12:24.931Z Compiling pretty-hex v0.4.2
13902026-03-30T17:12:25.059Z Compiling icu_provider v2.1.1
13912026-03-30T17:12:25.342Z Compiling bytes v1.11.1
13922026-03-30T17:12:25.360Z Compiling icu_properties v2.1.2
13932026-03-30T17:12:25.421Z Compiling icu_normalizer v2.1.1
13942026-03-30T17:12:25.516Z Compiling chrono v0.4.44
13952026-03-30T17:12:25.833Z Compiling serde_tokenstream v0.2.3
13962026-03-30T17:12:25.985Z Compiling http v1.4.0
13972026-03-30T17:12:26.010Z Compiling tokio v1.50.0
13982026-03-30T17:12:26.108Z Compiling erased-serde v0.3.31
13992026-03-30T17:12:26.518Z Compiling idna_adapter v1.2.1
14002026-03-30T17:12:26.623Z Compiling idna v1.1.0
14012026-03-30T17:12:26.652Z Compiling http-body v1.0.1
14022026-03-30T17:12:26.678Z Compiling pest_generator v2.8.6
14032026-03-30T17:12:26.971Z Compiling url v2.5.8
14042026-03-30T17:12:27.033Z Compiling plain v0.2.3
14052026-03-30T17:12:27.226Z Compiling tracing-attributes v0.1.31
14062026-03-30T17:12:27.292Z Compiling pest_derive v2.8.6
14072026-03-30T17:12:27.387Z Compiling tracing-core v0.1.36
14082026-03-30T17:12:27.828Z Compiling ppv-lite86 v0.2.21
14092026-03-30T17:12:27.918Z Compiling slog v2.8.2
14102026-03-30T17:12:28.052Z Compiling http-body-util v0.1.3
14112026-03-30T17:12:28.148Z Compiling serde_urlencoded v0.7.1
14122026-03-30T17:12:28.294Z Compiling sync_wrapper v1.0.2
14132026-03-30T17:12:28.387Z Compiling regress v0.10.5
14142026-03-30T17:12:28.402Z Compiling aho-corasick v1.1.4
14152026-03-30T17:12:28.477Z Compiling tracing v0.1.44
14162026-03-30T17:12:28.505Z Compiling ipnetwork v0.21.1
14172026-03-30T17:12:28.565Z Compiling paste v1.0.15
14182026-03-30T17:12:28.722Z Compiling crypto-common v0.1.7
14192026-03-30T17:12:28.906Z Compiling time-core v0.1.8
14202026-03-30T17:12:28.952Z Compiling powerfmt v0.2.0
14212026-03-30T17:12:29.050Z Compiling num-conv v0.2.0
14222026-03-30T17:12:29.160Z Compiling ident_case v1.0.1
14232026-03-30T17:12:29.173Z Compiling omicron-workspace-hack v0.1.0
14242026-03-30T17:12:29.186Z Compiling time-macros v0.2.27
14252026-03-30T17:12:29.281Z Compiling regex-automata v0.4.14
14262026-03-30T17:12:29.397Z Compiling deranged v0.5.8
14272026-03-30T17:12:30.170Z Compiling anyhow v1.0.102
14282026-03-30T17:12:30.306Z Compiling iri-string v0.7.11
14292026-03-30T17:12:30.356Z Compiling num_threads v0.1.7
14302026-03-30T17:12:30.518Z Compiling scroll_derive v0.13.1
14312026-03-30T17:12:31.144Z Compiling regex v1.12.3
14322026-03-30T17:12:31.346Z Compiling scroll v0.13.0
14332026-03-30T17:12:31.638Z Compiling tokio-util v0.7.18
14342026-03-30T17:12:31.849Z Compiling oxnet v0.1.4
14352026-03-30T17:12:31.959Z Compiling daft-derive v0.1.5
14362026-03-30T17:12:32.017Z Compiling fastrand v2.3.0
14372026-03-30T17:12:32.264Z Compiling syn v1.0.109
14382026-03-30T17:12:32.275Z Compiling winnow v1.0.0
14392026-03-30T17:12:32.443Z Compiling openapiv3 v2.2.0
14402026-03-30T17:12:32.635Z Compiling rustls-pki-types v1.14.0
14412026-03-30T17:12:32.667Z Compiling async-trait v0.1.89
14422026-03-30T17:12:33.146Z Compiling crossbeam-utils v0.8.21
14432026-03-30T17:12:33.660Z Compiling ring v0.17.14
14442026-03-30T17:12:33.699Z Compiling cpufeatures v0.2.17
14452026-03-30T17:12:33.979Z Compiling h2 v0.4.13
14462026-03-30T17:12:33.991Z Compiling block-buffer v0.10.4
14472026-03-30T17:12:34.136Z Compiling thread_local v1.1.9
14482026-03-30T17:12:34.140Z Compiling usdt-impl v0.6.0
14492026-03-30T17:12:34.382Z Compiling hex v0.4.3
14502026-03-30T17:12:34.421Z Compiling digest v0.10.7
14512026-03-30T17:12:34.436Z Compiling goblin v0.10.5
14522026-03-30T17:12:34.627Z Compiling dtrace-parser v0.3.0
14532026-03-30T17:12:34.638Z Compiling slog-async v2.8.0
14542026-03-30T17:12:34.914Z Compiling camino v1.2.2
14552026-03-30T17:12:35.075Z Compiling openssl-probe v0.2.1
14562026-03-30T17:12:35.277Z Compiling thread-id v5.1.0
14572026-03-30T17:12:35.306Z Compiling term v1.2.1
14582026-03-30T17:12:35.355Z Compiling take_mut v0.2.2
14592026-03-30T17:12:35.500Z Compiling rand_core v0.9.5
14602026-03-30T17:12:36.297Z Compiling futures-executor v0.3.32
14612026-03-30T17:12:36.321Z Compiling hyper v1.8.1
14622026-03-30T17:12:36.321Z Compiling match_cfg v0.1.0
14632026-03-30T17:12:36.321Z Compiling futures v0.3.32
14642026-03-30T17:12:36.321Z Compiling structmeta-derive v0.3.0
14652026-03-30T17:12:36.321Z Compiling aws-lc-rs v1.16.2
14662026-03-30T17:12:36.396Z Compiling rustls v0.22.4
14672026-03-30T17:12:36.600Z Compiling rand_chacha v0.9.0
14682026-03-30T17:12:36.804Z Compiling darling_core v0.23.0
14692026-03-30T17:12:37.069Z Compiling hyper-util v0.1.20
14702026-03-30T17:12:37.076Z Compiling newtype-uuid-macros v0.1.0
14712026-03-30T17:12:37.110Z Compiling dof v0.4.0
14722026-03-30T17:12:37.760Z Compiling structmeta v0.3.0
14732026-03-30T17:12:38.115Z Compiling winnow v0.7.15
14742026-03-30T17:12:38.509Z Compiling rand v0.9.2
14752026-03-30T17:12:38.568Z Compiling time v0.3.47
14762026-03-30T17:12:38.729Z Compiling tower v0.5.3
14772026-03-30T17:12:39.001Z Compiling darling_macro v0.23.0
14782026-03-30T17:12:39.204Z Compiling newtype-uuid v1.3.2
14792026-03-30T17:12:39.333Z Compiling usdt-attr-macro v0.6.0
14802026-03-30T17:12:39.557Z Compiling usdt-macro v0.6.0
14812026-03-30T17:12:39.572Z Compiling quick-error v1.2.3
14822026-03-30T17:12:39.631Z Compiling ref-cast v1.0.25
14832026-03-30T17:12:39.674Z Compiling untrusted v0.7.1
14842026-03-30T17:12:39.800Z Compiling darling v0.23.0
14852026-03-30T17:12:39.882Z Compiling daft v0.1.5
14862026-03-30T17:12:39.982Z Compiling tower-http v0.6.8
14872026-03-30T17:12:40.029Z Compiling crossbeam-channel v0.5.15
14882026-03-30T17:12:40.147Z Compiling ref-cast-impl v1.0.25
14892026-03-30T17:12:40.283Z Compiling strum_macros v0.26.4
14902026-03-30T17:12:40.417Z Compiling toml_datetime v0.7.5+spec-1.1.0
14912026-03-30T17:12:40.502Z Compiling serde_spanned v1.1.0
14922026-03-30T17:12:40.542Z Compiling multer v3.1.0
14932026-03-30T17:12:40.645Z Compiling rustls v0.23.37
14942026-03-30T17:12:40.701Z Compiling toml_writer v1.1.0+spec-1.1.0
14952026-03-30T17:12:40.722Z Compiling debug-ignore v1.0.5
14962026-03-30T17:12:40.751Z Compiling bit-vec v0.8.0
14972026-03-30T17:12:40.822Z Compiling serde_with_macros v3.18.0
14982026-03-30T17:12:40.851Z Compiling async-stream-impl v0.3.6
14992026-03-30T17:12:40.901Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15002026-03-30T17:12:40.911Z Compiling dropshot v0.16.7
15012026-03-30T17:12:40.987Z Compiling bit-set v0.8.0
15022026-03-30T17:12:41.126Z Compiling encoding_rs v0.8.35
15032026-03-30T17:12:41.147Z Compiling spin v0.9.8
15042026-03-30T17:12:41.266Z Compiling mime v0.3.17
15052026-03-30T17:12:41.360Z Compiling unarray v0.1.4
15062026-03-30T17:12:41.482Z Compiling async-stream v0.3.6
15072026-03-30T17:12:41.538Z Compiling derive-ex v0.1.8
15082026-03-30T17:12:41.658Z Compiling dropshot_endpoint v0.16.7
15092026-03-30T17:12:41.925Z Compiling strum v0.26.3
15102026-03-30T17:12:41.951Z Compiling macaddr v1.0.1
15112026-03-30T17:12:41.992Z Compiling waitgroup v0.1.2
15122026-03-30T17:12:42.056Z Compiling serde_path_to_error v0.1.20
15132026-03-30T17:12:42.178Z Compiling is-terminal v0.4.17
15142026-03-30T17:12:42.275Z Compiling slog-term v2.9.2
15152026-03-30T17:12:42.619Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15162026-03-30T17:12:42.702Z Compiling tempfile v3.27.0
15172026-03-30T17:12:42.914Z Compiling strum_macros v0.27.2
15182026-03-30T17:12:43.035Z Compiling instant v0.1.13
15192026-03-30T17:12:43.156Z Compiling rustc-hash v2.1.1
15202026-03-30T17:12:43.191Z Compiling test-strategy v0.4.5
15212026-03-30T17:12:43.206Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15222026-03-30T17:12:43.377Z Compiling slog-json v2.6.1
15232026-03-30T17:12:43.591Z Compiling hostname v0.3.1
15242026-03-30T17:12:43.730Z Compiling rustls-native-certs v0.8.3
15252026-03-30T17:12:43.782Z Compiling memmap2 v0.9.10
15262026-03-30T17:12:44.094Z Compiling either v1.15.0
15272026-03-30T17:12:44.285Z Compiling slog-bunyan v2.5.0
15282026-03-30T17:12:44.480Z Compiling parse-display-derive v0.10.0
15292026-03-30T17:12:44.526Z Compiling backon v1.6.0
15302026-03-30T17:12:44.592Z Compiling rustls-webpki v0.102.8
15312026-03-30T17:12:44.730Z Compiling rand_chacha v0.3.1
15322026-03-30T17:12:44.774Z Compiling strum v0.27.2
15332026-03-30T17:12:44.907Z Compiling toml_parser v1.1.0+spec-1.1.0
15342026-03-30T17:12:45.457Z Compiling rand v0.8.5
15352026-03-30T17:12:45.476Z Compiling wait-timeout v0.2.1
15362026-03-30T17:12:45.787Z Compiling utf8parse v0.2.2
15372026-03-30T17:12:46.071Z Compiling anstyle-parse v1.0.0
15382026-03-30T17:12:46.100Z Compiling rusty-fork v0.3.1
15392026-03-30T17:12:46.104Z Compiling toml v0.9.12+spec-1.1.0
15402026-03-30T17:12:46.254Z Compiling serde_with v3.18.0
15412026-03-30T17:12:46.971Z Compiling usdt v0.6.0
15422026-03-30T17:12:47.183Z Compiling tokio-rustls v0.25.0
15432026-03-30T17:12:47.259Z Compiling reqwest v0.12.28
15442026-03-30T17:12:47.419Z Compiling rand_xorshift v0.4.0
15452026-03-30T17:12:47.570Z Compiling sha1 v0.10.6
15462026-03-30T17:12:47.824Z Compiling rustls-pemfile v2.2.0
15472026-03-30T17:12:47.931Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15482026-03-30T17:12:48.028Z Compiling hostname v0.4.2
15492026-03-30T17:12:48.041Z Compiling anstyle-query v1.1.5
15502026-03-30T17:12:48.148Z Compiling is_terminal_polyfill v1.70.2
15512026-03-30T17:12:48.173Z Compiling colorchoice v1.0.5
15522026-03-30T17:12:48.243Z Compiling anstyle v1.0.14
15532026-03-30T17:12:48.299Z Compiling proptest v1.11.0
15542026-03-30T17:12:48.480Z Compiling anstream v1.0.0
15552026-03-30T17:12:48.813Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15562026-03-30T17:12:48.949Z Compiling clap_lex v1.1.0
15572026-03-30T17:12:49.113Z Compiling unicode-width v0.2.2
15582026-03-30T17:12:49.277Z Compiling itertools v0.14.0
15592026-03-30T17:12:49.396Z Compiling iddqd v0.3.17
15602026-03-30T17:12:50.525Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15612026-03-30T17:12:50.526Z Compiling clap_derive v4.6.0
15622026-03-30T17:12:50.661Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15632026-03-30T17:12:50.912Z Compiling terminal_size v0.4.4
15642026-03-30T17:12:51.057Z Compiling toml_datetime v0.6.11
15652026-03-30T17:12:51.335Z Compiling progenitor-client v0.10.0
15662026-03-30T17:12:51.358Z Compiling parse-display v0.10.0
15672026-03-30T17:12:51.389Z Compiling backoff v0.4.0
15682026-03-30T17:12:51.596Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15692026-03-30T17:12:51.692Z Compiling clap_builder v4.6.0
15702026-03-30T17:12:52.431Z Compiling darling_core v0.21.3
15712026-03-30T17:12:52.590Z Compiling zerocopy-derive v0.7.35
15722026-03-30T17:12:53.468Z Compiling clap v4.6.0
15732026-03-30T17:12:53.503Z Compiling zerocopy v0.7.35
15742026-03-30T17:12:53.547Z Compiling crossbeam-epoch v0.9.18
15752026-03-30T17:12:54.063Z Compiling toml_datetime v1.1.0+spec-1.1.0
15762026-03-30T17:12:54.298Z Compiling toml_edit v0.25.8+spec-1.1.0
15772026-03-30T17:12:54.619Z Compiling darling_macro v0.21.3
15782026-03-30T17:12:55.187Z Compiling darling v0.21.3
15792026-03-30T17:12:55.267Z Compiling proc-macro-error-attr v1.0.4
15802026-03-30T17:12:55.278Z Compiling memoffset v0.9.1
15812026-03-30T17:12:55.423Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15822026-03-30T17:12:55.491Z Compiling convert_case v0.4.0
15832026-03-30T17:12:55.506Z Compiling cfg_aliases v0.2.1
15842026-03-30T17:12:55.577Z Compiling heapless v0.8.0
15852026-03-30T17:12:55.657Z Compiling heck v0.4.1
15862026-03-30T17:12:55.657Z Compiling tinyvec_macros v0.1.1
15872026-03-30T17:12:55.702Z Compiling nix v0.31.2
15882026-03-30T17:12:55.715Z Compiling tinyvec v1.11.0
15892026-03-30T17:12:55.797Z Compiling derive_more v0.99.20
15902026-03-30T17:12:55.869Z Compiling ingot-macros v0.1.1
15912026-03-30T17:12:56.040Z Compiling proc-macro-crate v3.5.0
15922026-03-30T17:12:56.267Z Compiling typify-impl v0.6.1
15932026-03-30T17:12:56.753Z Compiling dtrace-parser v0.2.0
15942026-03-30T17:12:56.894Z Compiling secrecy v0.10.3
15952026-03-30T17:12:57.052Z Compiling scroll_derive v0.12.1
15962026-03-30T17:12:57.457Z Compiling hash32 v0.3.1
15972026-03-30T17:12:57.627Z Compiling proc-macro-error v1.0.4
15982026-03-30T17:12:57.693Z Compiling usdt-impl v0.5.0
15992026-03-30T17:12:57.822Z Compiling smoltcp v0.11.0
16002026-03-30T17:12:57.864Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16012026-03-30T17:12:57.944Z Compiling crucible-workspace-hack v0.1.0
16022026-03-30T17:12:58.068Z Compiling winnow v0.5.40
16032026-03-30T17:12:58.175Z Compiling scroll v0.12.0
16042026-03-30T17:12:58.452Z Compiling num_enum_derive v0.7.6
16052026-03-30T17:12:58.684Z Compiling ingot-types v0.1.2
16062026-03-30T17:12:59.090Z Compiling dof v0.3.0
16072026-03-30T17:12:59.410Z Compiling toml_edit v0.19.15
16082026-03-30T17:12:59.444Z Compiling serde_spanned v0.6.9
16092026-03-30T17:12:59.479Z Compiling cobs v0.3.0
16102026-03-30T17:12:59.496Z Compiling foreign-types-macros v0.2.3
16112026-03-30T17:12:59.512Z Compiling thread-id v4.2.2
16122026-03-30T17:12:59.590Z Compiling toml_write v0.1.2
16132026-03-30T17:12:59.600Z Compiling bitflags v1.3.2
16142026-03-30T17:12:59.671Z Compiling unsafe-libyaml v0.2.11
16152026-03-30T17:12:59.682Z Compiling cpufeatures v0.3.0
16162026-03-30T17:12:59.754Z Compiling foreign-types-shared v0.3.1
16172026-03-30T17:12:59.789Z Compiling managed v0.8.0
16182026-03-30T17:12:59.847Z Compiling toml_edit v0.22.27
16192026-03-30T17:12:59.880Z Compiling chacha20 v0.10.0
16202026-03-30T17:13:00.133Z Compiling foreign-types v0.5.0
16212026-03-30T17:13:00.212Z Compiling serde_yaml v0.9.34+deprecated
16222026-03-30T17:13:00.345Z Compiling postcard v1.1.3
16232026-03-30T17:13:00.678Z Compiling proc-macro-crate v1.3.1
16242026-03-30T17:13:01.015Z Compiling num_enum v0.7.6
16252026-03-30T17:13:01.509Z Compiling ingot v0.1.1
16262026-03-30T17:13:01.902Z Compiling goblin v0.8.2
16272026-03-30T17:13:02.613Z Compiling tabwriter v1.4.1
16282026-03-30T17:13:02.658Z Compiling typify-macro v0.6.1
16292026-03-30T17:13:02.885Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16302026-03-30T17:13:03.149Z Compiling hubpack_derive v0.1.1
16312026-03-30T17:13:03.388Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16322026-03-30T17:13:03.400Z Compiling num-integer v0.1.46
16332026-03-30T17:13:03.433Z Compiling rustc_version v0.4.1
16342026-03-30T17:13:03.687Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16352026-03-30T17:13:03.819Z Compiling cstr-argument v0.1.2
16362026-03-30T17:13:03.908Z Compiling colored v3.1.1
16372026-03-30T17:13:03.921Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16382026-03-30T17:13:03.931Z Compiling float-ord v0.3.2
16392026-03-30T17:13:03.976Z Compiling rayon-core v1.13.0
16402026-03-30T17:13:04.041Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16412026-03-30T17:13:04.523Z Compiling curve25519-dalek v4.1.3
16422026-03-30T17:13:04.535Z Compiling hubpack v0.1.2
16432026-03-30T17:13:04.757Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16442026-03-30T17:13:04.781Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16452026-03-30T17:13:04.924Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16462026-03-30T17:13:05.115Z Compiling num_enum_derive v0.5.11
16472026-03-30T17:13:05.494Z Compiling toml v0.8.23
16482026-03-30T17:13:05.975Z Compiling rand v0.10.0
16492026-03-30T17:13:06.006Z Compiling crossbeam-deque v0.8.6
16502026-03-30T17:13:06.319Z Compiling hmac v0.12.1
16512026-03-30T17:13:06.457Z Compiling inout v0.1.4
16522026-03-30T17:13:06.605Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16532026-03-30T17:13:06.653Z Compiling ff v0.13.1
16542026-03-30T17:13:06.784Z Compiling static_assertions v1.1.0
16552026-03-30T17:13:06.860Z Compiling prettyplease v0.2.37
16562026-03-30T17:13:06.891Z Compiling rustix v0.38.44
16572026-03-30T17:13:07.115Z Compiling rustls-webpki v0.103.10
16582026-03-30T17:13:08.227Z Compiling group v0.13.0
16592026-03-30T17:13:08.343Z Compiling cipher v0.4.4
16602026-03-30T17:13:08.571Z Compiling hkdf v0.12.4
16612026-03-30T17:13:08.726Z Compiling num_enum v0.5.11
16622026-03-30T17:13:09.193Z Compiling typify v0.6.1
16632026-03-30T17:13:09.204Z Compiling num-iter v0.1.45
16642026-03-30T17:13:09.292Z Compiling num-rational v0.4.2
16652026-03-30T17:13:09.332Z Compiling usdt-macro v0.5.0
16662026-03-30T17:13:09.505Z Compiling usdt-attr-macro v0.5.0
16672026-03-30T17:13:10.123Z Compiling camino-tempfile v1.4.1
16682026-03-30T17:13:10.273Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16692026-03-30T17:13:10.339Z Compiling thiserror-impl-no-std v2.0.2
16702026-03-30T17:13:10.629Z Compiling tokio-rustls v0.26.4
16712026-03-30T17:13:10.901Z Compiling hyper-rustls v0.27.7
16722026-03-30T17:13:10.976Z Compiling rustls-platform-verifier v0.6.2
16732026-03-30T17:13:11.207Z Compiling reqwest v0.13.2
16742026-03-30T17:13:11.489Z Compiling universal-hash v0.5.1
16752026-03-30T17:13:11.574Z Compiling crypto-bigint v0.5.5
16762026-03-30T17:13:11.732Z Compiling half v2.7.1
16772026-03-30T17:13:12.040Z Compiling enum-as-inner v0.6.1
16782026-03-30T17:13:12.137Z Compiling curve25519-dalek-derive v0.1.1
16792026-03-30T17:13:12.653Z Compiling progenitor-client v0.13.0
16802026-03-30T17:13:12.760Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16812026-03-30T17:13:12.973Z Compiling progenitor-extras v0.1.1
16822026-03-30T17:13:13.056Z Compiling num-complex v0.4.6
16832026-03-30T17:13:13.195Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16842026-03-30T17:13:13.460Z Compiling memmap v0.7.0
16852026-03-30T17:13:13.484Z Compiling ciborium-io v0.2.2
16862026-03-30T17:13:13.585Z Compiling opaque-debug v0.3.1
16872026-03-30T17:13:13.661Z Compiling base64ct v1.8.3
16882026-03-30T17:13:13.661Z Compiling base16ct v0.2.0
16892026-03-30T17:13:13.841Z Compiling data-encoding v2.10.0
16902026-03-30T17:13:13.978Z Compiling password-hash v0.5.0
16912026-03-30T17:13:14.088Z Compiling elliptic-curve v0.13.8
16922026-03-30T17:13:14.377Z Compiling poly1305 v0.8.0
16932026-03-30T17:13:14.437Z Compiling usdt v0.5.0
16942026-03-30T17:13:14.523Z Compiling ciborium-ll v0.2.2
16952026-03-30T17:13:14.721Z Compiling num v0.4.3
16962026-03-30T17:13:14.851Z Compiling thiserror-no-std v2.0.2
16972026-03-30T17:13:14.863Z Compiling progenitor-impl v0.13.0
16982026-03-30T17:13:14.947Z Compiling rayon v1.11.0
16992026-03-30T17:13:15.581Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17002026-03-30T17:13:15.933Z Compiling chacha20 v0.9.1
17012026-03-30T17:13:15.971Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17022026-03-30T17:13:16.789Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
17032026-03-30T17:13:16.877Z Compiling zone_cfg_derive v0.3.1
17042026-03-30T17:13:16.891Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17052026-03-30T17:13:17.290Z Compiling itertools v0.12.1
17062026-03-30T17:13:17.304Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17072026-03-30T17:13:17.407Z Compiling blake2 v0.10.6
17082026-03-30T17:13:17.507Z Compiling byte-wrapper v0.1.0
17092026-03-30T17:13:17.566Z Compiling aead v0.5.2
17102026-03-30T17:13:17.906Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17112026-03-30T17:13:17.928Z Compiling num-derive v0.4.2
17122026-03-30T17:13:17.939Z Compiling sigpipe v0.1.3
17132026-03-30T17:13:18.029Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17142026-03-30T17:13:18.187Z Compiling jiff v0.2.23
17152026-03-30T17:13:18.245Z Compiling glob v0.3.3
17162026-03-30T17:13:18.537Z Compiling pkg-config v0.3.32
17172026-03-30T17:13:18.571Z Compiling vcpkg v0.2.15
17182026-03-30T17:13:18.583Z Compiling bytecount v0.6.9
17192026-03-30T17:13:18.715Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17202026-03-30T17:13:18.729Z Compiling keccak v0.1.6
17212026-03-30T17:13:18.897Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17222026-03-30T17:13:18.957Z Compiling sha3 v0.10.8
17232026-03-30T17:13:18.978Z Compiling progenitor-macro v0.13.0
17242026-03-30T17:13:19.010Z Compiling zone v0.3.1
17252026-03-30T17:13:19.156Z Compiling openssl-sys v0.9.112
17262026-03-30T17:13:19.273Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17272026-03-30T17:13:19.305Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17282026-03-30T17:13:19.915Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17292026-03-30T17:13:20.239Z Compiling chacha20poly1305 v0.10.1
17302026-03-30T17:13:20.379Z Compiling argon2 v0.5.3
17312026-03-30T17:13:20.516Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17322026-03-30T17:13:20.914Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17332026-03-30T17:13:21.120Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17342026-03-30T17:13:21.928Z Compiling vsss-rs v3.3.4
17352026-03-30T17:13:21.962Z Compiling ciborium v0.2.2
17362026-03-30T17:13:22.081Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17372026-03-30T17:13:22.206Z Compiling smf v0.2.3
17382026-03-30T17:13:22.257Z Compiling lazy_static v1.5.0
17392026-03-30T17:13:22.363Z Compiling resolv-conf v0.7.6
17402026-03-30T17:13:22.566Z Compiling whoami v1.6.1
17412026-03-30T17:13:22.775Z Compiling semver v0.1.20
17422026-03-30T17:13:22.857Z Compiling linked-hash-map v0.5.6
17432026-03-30T17:13:23.178Z Compiling indent_write v2.2.0
17442026-03-30T17:13:23.196Z Compiling lru-cache v0.1.2
17452026-03-30T17:13:23.196Z Compiling rustc_version v0.1.7
17462026-03-30T17:13:23.196Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17472026-03-30T17:13:23.247Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17482026-03-30T17:13:23.258Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17492026-03-30T17:13:23.361Z Compiling hickory-proto v0.24.4
17502026-03-30T17:13:23.522Z Compiling serde-big-array v0.5.1
17512026-03-30T17:13:23.678Z Compiling derive-where v1.6.1
17522026-03-30T17:13:24.204Z Compiling progenitor v0.13.0
17532026-03-30T17:13:24.349Z Compiling serde_repr v0.1.20
17542026-03-30T17:13:24.891Z Compiling pin-project-internal v1.1.11
17552026-03-30T17:13:24.962Z Compiling minimal-lexical v0.2.1
17562026-03-30T17:13:24.969Z Compiling swrite v0.1.0
17572026-03-30T17:13:25.062Z Compiling unicode-segmentation v1.13.1
17582026-03-30T17:13:25.246Z Compiling siphasher v1.0.2
17592026-03-30T17:13:25.450Z Compiling phf_shared v0.12.1
17602026-03-30T17:13:25.497Z Compiling newline-converter v0.3.0
17612026-03-30T17:13:25.619Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17622026-03-30T17:13:25.632Z Compiling nom v7.1.3
17632026-03-30T17:13:25.742Z Compiling hickory-resolver v0.24.4
17642026-03-30T17:13:26.001Z Compiling pin-project v1.1.11
17652026-03-30T17:13:26.094Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17662026-03-30T17:13:26.109Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17672026-03-30T17:13:26.740Z Compiling newtype_derive v0.1.6
17682026-03-30T17:13:26.976Z Compiling atomicwrites v0.4.4
17692026-03-30T17:13:27.184Z Compiling unicode-normalization v0.1.25
17702026-03-30T17:13:27.201Z Compiling snafu-derive v0.8.9
17712026-03-30T17:13:27.717Z Compiling console v0.15.11
17722026-03-30T17:13:27.915Z Compiling tokio-stream v0.1.18
17732026-03-30T17:13:28.029Z Compiling async-recursion v1.1.1
17742026-03-30T17:13:28.407Z Compiling slog-dtrace v0.3.0
17752026-03-30T17:13:28.420Z Compiling bstr v1.12.1
17762026-03-30T17:13:28.465Z Compiling csv-core v0.1.13
17772026-03-30T17:13:28.519Z Compiling highway v1.3.0
17782026-03-30T17:13:28.638Z Compiling similar v2.7.0
17792026-03-30T17:13:28.728Z Compiling cancel-safe-futures v0.1.5
17802026-03-30T17:13:28.741Z Compiling chrono-tz v0.10.4
17812026-03-30T17:13:28.915Z Compiling same-file v1.0.6
17822026-03-30T17:13:28.915Z Compiling owo-colors v4.3.0
17832026-03-30T17:13:28.958Z Compiling foreign-types-shared v0.1.1
17842026-03-30T17:13:28.975Z Compiling unicode-xid v0.2.6
17852026-03-30T17:13:29.006Z Compiling foldhash v0.1.5
17862026-03-30T17:13:29.044Z Compiling openssl v0.10.76
17872026-03-30T17:13:29.057Z Compiling unicode-width v0.1.14
17882026-03-30T17:13:29.097Z Compiling const_format_proc_macros v0.2.34
17892026-03-30T17:13:29.108Z Compiling walkdir v2.5.0
17902026-03-30T17:13:29.226Z Compiling hashbrown v0.15.5
17912026-03-30T17:13:29.295Z Compiling expectorate v1.2.0
17922026-03-30T17:13:29.329Z Compiling foreign-types v0.3.2
17932026-03-30T17:13:29.339Z Compiling snafu v0.8.9
17942026-03-30T17:13:29.436Z Compiling globset v0.4.18
17952026-03-30T17:13:29.447Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17962026-03-30T17:13:29.474Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17972026-03-30T17:13:29.673Z Compiling csv v1.4.0
17982026-03-30T17:13:29.721Z Compiling qorb v0.4.1
17992026-03-30T17:13:29.725Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18002026-03-30T17:13:30.237Z Compiling olpc-cjson v0.1.4
18012026-03-30T17:13:30.298Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18022026-03-30T17:13:30.460Z Compiling phf v0.12.1
18032026-03-30T17:13:30.839Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18042026-03-30T17:13:31.157Z Compiling tokio-dtrace v0.1.1
18052026-03-30T17:13:31.385Z Compiling num-derive v0.3.3
18062026-03-30T17:13:31.434Z Compiling typify-impl v0.4.3
18072026-03-30T17:13:31.630Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18082026-03-30T17:13:31.695Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18092026-03-30T17:13:31.796Z Compiling libsw-core v0.3.2
18102026-03-30T17:13:31.960Z Compiling serde_plain v1.0.2
18112026-03-30T17:13:31.974Z Compiling openssl-macros v0.1.1
18122026-03-30T17:13:32.012Z Compiling pem v3.0.6
18132026-03-30T17:13:32.174Z Compiling cookie v0.18.1
18142026-03-30T17:13:32.286Z Compiling typed-path v0.9.3
18152026-03-30T17:13:32.332Z Compiling fixedbitset v0.5.7
18162026-03-30T17:13:32.407Z Compiling fixedbitset v0.4.2
18172026-03-30T17:13:32.470Z Compiling libscf-sys v1.1.0
18182026-03-30T17:13:32.610Z Compiling petgraph v0.6.5
18192026-03-30T17:13:32.697Z Compiling petgraph v0.8.3
18202026-03-30T17:13:32.709Z Compiling libsw v3.5.0
18212026-03-30T17:13:32.886Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18222026-03-30T17:13:33.711Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-30T17:13:34.187Z Compiling tough v0.20.0
18242026-03-30T17:13:34.504Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18252026-03-30T17:13:35.685Z Compiling oxide-tokio-rt v0.1.3
18262026-03-30T17:13:35.780Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-30T17:13:36.092Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18282026-03-30T17:13:37.004Z Compiling const_format v0.2.35
18292026-03-30T17:13:37.547Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18302026-03-30T17:13:37.758Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18312026-03-30T17:13:37.879Z Compiling papergrid v0.11.0
18322026-03-30T17:13:37.985Z Compiling typify-macro v0.4.3
18332026-03-30T17:13:38.199Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18342026-03-30T17:13:38.269Z Compiling gethostname v0.5.0
18352026-03-30T17:13:38.331Z Compiling tabled_derive v0.7.0
18362026-03-30T17:13:38.397Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18372026-03-30T17:13:38.599Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18382026-03-30T17:13:38.990Z Compiling bcs v0.1.6
18392026-03-30T17:13:39.181Z Compiling linear-map v1.2.0
18402026-03-30T17:13:39.302Z Compiling termtree v0.5.1
18412026-03-30T17:13:39.323Z Compiling smawk v0.3.2
18422026-03-30T17:13:39.381Z Compiling unicode-linebreak v0.1.5
18432026-03-30T17:13:39.458Z Compiling tagptr v0.2.0
18442026-03-30T17:13:39.470Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-30T17:13:39.613Z Compiling moka v0.12.15
18462026-03-30T17:13:39.639Z Compiling textwrap v0.16.2
18472026-03-30T17:13:39.700Z Compiling tabled v0.15.0
18482026-03-30T17:13:39.853Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18492026-03-30T17:13:39.925Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18502026-03-30T17:13:40.044Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18512026-03-30T17:13:40.109Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18522026-03-30T17:13:40.183Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18532026-03-30T17:13:40.402Z Compiling steno v0.4.1
18542026-03-30T17:13:41.121Z Compiling hickory-proto v0.25.2
18552026-03-30T17:13:41.332Z Compiling humantime v2.3.0
18562026-03-30T17:13:41.620Z Compiling proc-macro-error-attr2 v2.0.0
18572026-03-30T17:13:42.067Z Compiling parking_lot_core v0.8.6
18582026-03-30T17:13:42.366Z Compiling proc-macro-error2 v2.0.1
18592026-03-30T17:13:42.459Z Compiling typify v0.4.3
18602026-03-30T17:13:42.692Z Compiling crc32fast v1.5.0
18612026-03-30T17:13:42.960Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18622026-03-30T17:13:43.045Z Compiling tabled_derive v0.11.0
18632026-03-30T17:13:43.172Z Compiling hickory-resolver v0.25.2
18642026-03-30T17:13:43.200Z Compiling progenitor-impl v0.11.2
18652026-03-30T17:13:44.067Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18662026-03-30T17:13:44.201Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18672026-03-30T17:13:44.722Z Compiling papergrid v0.17.0
18682026-03-30T17:13:44.764Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18692026-03-30T17:13:45.485Z Compiling testing_table v0.3.0
18702026-03-30T17:13:45.663Z Compiling arc-swap v1.9.0
18712026-03-30T17:13:45.777Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18722026-03-30T17:13:45.986Z Compiling slog-scope v4.4.1
18732026-03-30T17:13:46.068Z Compiling tabled v0.20.0
18742026-03-30T17:13:46.266Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18752026-03-30T17:13:46.802Z Compiling parking_lot v0.11.2
18762026-03-30T17:13:46.836Z Compiling progenitor-macro v0.11.2
18772026-03-30T17:13:47.224Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18782026-03-30T17:13:47.412Z Compiling progenitor-client v0.11.2
18792026-03-30T17:13:47.625Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18802026-03-30T17:13:47.747Z Compiling fxhash v0.2.1
18812026-03-30T17:13:47.837Z Compiling internet-checksum v0.2.1
18822026-03-30T17:13:47.876Z Compiling sled v0.34.7
18832026-03-30T17:13:47.976Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18842026-03-30T17:13:48.913Z Compiling slog-stdlog v4.1.1
18852026-03-30T17:13:49.043Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18862026-03-30T17:13:49.148Z Compiling crc8 v0.1.1
18872026-03-30T17:13:49.228Z Compiling slog-envlogger v2.2.0
18882026-03-30T17:13:49.270Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
18892026-03-30T17:13:49.545Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
18902026-03-30T17:13:50.026Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18912026-03-30T17:13:51.921Z Compiling progenitor v0.11.2
18922026-03-30T17:13:52.012Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18932026-03-30T17:13:57.694Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18942026-03-30T17:13:59.347Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18952026-03-30T17:14:00.424Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18962026-03-30T17:14:01.560Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18972026-03-30T17:14:02.338Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18982026-03-30T17:14:03.832Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
18992026-03-30T17:14:28.005Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 11s
19002026-03-30T17:14:28.182Z────────────
19012026-03-30T17:14:28.182Z Nextest run ID b99fcd58-a331-41a5-86fe-6bb8cd99d08e with nextest profile: default
19022026-03-30T17:14:28.182Z Starting 7 tests across 1 binary
19032026-03-30T17:14:28.192Z PASS [ 0.010s] mg-lower dendrite::test_tfport_parser
19042026-03-30T17:14:28.195Z PASS [ 0.012s] mg-lower test::sync_prefix_test
19052026-03-30T17:14:28.196Z PASS [ 0.012s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19062026-03-30T17:14:28.196Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
19072026-03-30T17:14:28.196Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
19082026-03-30T17:14:28.196Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_idempotent
19092026-03-30T17:14:28.196Z PASS [ 0.013s] mg-lower test::sync_link_down_test
19102026-03-30T17:14:28.196Z────────────
19112026-03-30T17:14:28.196Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19122026-03-30T17:14:28.209Zprocess exited: duration 297164 ms, exit code 0
 
19132026-03-30T17:14:28.215Zfound 0 output files