01KNJJPWJYH69J4AKMS2QG234C: test-mg-lower

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

Buildomat Job: 01KNJJQCY8219DM399FJCGB7SN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-06T23:51:05.887Zjob assigned to worker 01KNJK8EK5304MZJV1JRHW3RHV [factory aws, i-033d15b2e9445842b] (queued for 10 m 9 s)
 
22026-04-06T23:51:12.816Zstarting task 0: "setup"
32026-04-06T23:51:12.821Z++ uname -s
42026-04-06T23:51:12.825Z+ kern=SunOS
52026-04-06T23:51:12.825Z+ build_user=build
62026-04-06T23:51:12.825Z+ build_uid=12345
72026-04-06T23:51:12.825Z+ work_dir=/work
82026-04-06T23:51:12.825Z+ input_dir=/input
92026-04-06T23:51:12.825Z+ [[ 0 == 12345 ]]
102026-04-06T23:51:12.825Z+ case "$kern" in
112026-04-06T23:51:12.825Z+ groupadd -g 12345 build
122026-04-06T23:51:12.825Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-06T23:51:14.840Z+ zfs create -o mountpoint=/work rpool/work
142026-04-06T23:51:14.979Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-06T23:51:14.982Z+ home_fs=zfs
162026-04-06T23:51:14.982Z+ [[ zfs == autofs ]]
172026-04-06T23:51:14.982Z+ mkdir -p /home/build
182026-04-06T23:51:14.982Z+ chown build:build /home/build /work
192026-04-06T23:51:16.984Z+ chmod 0700 /home/build /work
202026-04-06T23:51:16.989Zprocess exited: duration 4169 ms, exit code 0
 
212026-04-06T23:51:16.996Zstarting task 1: "rust-toolchain"
222026-04-06T23:51:17.001Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-06T23:51:17.001Z * rust toolchain channel = "stable"
242026-04-06T23:51:17.001Z * rust toolchain profile = "default"
252026-04-06T23:51:17.001Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-06T23:51:17.001Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-06T23:51:17.001Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-06T23:51:17.004Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-06T23:51:17.004Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-06T23:51:17.087Zinfo: downloading installer
312026-04-06T23:51:18.524Zwarn: It looks like you have an existing installation of Rust at:
322026-04-06T23:51:18.525Zwarn: /opt/ooce/bin
332026-04-06T23:51:18.525Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-06T23:51:18.525Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-06T23:51:18.525Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-06T23:51:18.525Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-06T23:51:18.525Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-06T23:51:18.525Zerror: cannot install while Rust is installed
392026-04-06T23:51:18.525Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-06T23:51:18.525Zwarn: It looks like you have an existing rustup settings file at:
412026-04-06T23:51:18.525Zwarn: /home/build/.rustup/settings.toml
422026-04-06T23:51:18.526Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-06T23:51:18.526Zwarn: instead of the one inferred from the default host triple.
442026-04-06T23:51:18.558Zinfo: profile set to default
452026-04-06T23:51:18.558Zinfo: default host triple is x86_64-unknown-illumos
462026-04-06T23:51:18.571Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-06T23:51:18.707Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-06T23:51:18.713Zinfo: downloading 6 components
492026-04-06T23:51:33.487Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-06T23:51:33.487Z
512026-04-06T23:51:33.518Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-06T23:51:33.518Z
532026-04-06T23:51:33.518Z
542026-04-06T23:51:33.518ZRust is installed now. Great!
552026-04-06T23:51:33.518Z
562026-04-06T23:51:33.518ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-06T23:51:33.518Zenvironment variable. This has not been done automatically.
582026-04-06T23:51:33.518Z
592026-04-06T23:51:33.518ZTo configure your current shell, you need to source
602026-04-06T23:51:33.519Zthe corresponding env file under $HOME/.cargo.
612026-04-06T23:51:33.519Z
622026-04-06T23:51:33.519ZThis is usually done by running one of the following (note the leading DOT):
632026-04-06T23:51:33.519Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-06T23:51:33.519Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-06T23:51:33.519Zsource "~/.cargo/env.nu" # For nushell
662026-04-06T23:51:33.519Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-06T23:51:33.519Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-06T23:51:33.519Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-06T23:51:33.523Zwarn: no default linker (`cc`) was found in your PATH
702026-04-06T23:51:33.523Zwarn: many Rust crates require a system C toolchain to build
712026-04-06T23:51:33.617Z+ rustup --version
722026-04-06T23:51:33.628Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-06T23:51:33.634Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-06T23:51:33.647Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-06T23:51:33.651Z+ cargo --version
762026-04-06T23:51:33.663Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-06T23:51:33.666Z+ rustc --version
782026-04-06T23:51:33.684Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-06T23:51:33.688Zprocess exited: duration 16688 ms, exit code 0
 
802026-04-06T23:51:33.695Zstarting task 2: "authentication"
812026-04-06T23:51:33.712Zprocess exited: duration 17 ms, exit code 0
 
822026-04-06T23:51:33.719Zstarting task 3: "clone repository"
832026-04-06T23:51:33.722Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-06T23:51:33.726Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-06T23:51:33.856ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-06T23:51:34.741Z+ cd /work/oxidecomputer/maghemite
872026-04-06T23:51:34.741Z+ git fetch origin bb47507694adb24f45a408dcb93a4a28ec05c2df
882026-04-06T23:51:34.965ZFrom https://github.com/oxidecomputer/maghemite
892026-04-06T23:51:34.965Z * branch bb47507694adb24f45a408dcb93a4a28ec05c2df -> FETCH_HEAD
902026-04-06T23:51:34.971Z+ [[ -n levon/make-bgp-dispatch-listen-configurable-v2 ]]
912026-04-06T23:51:34.974Z++ git branch --show-current
922026-04-06T23:51:34.974Z+ current=main
932026-04-06T23:51:34.974Z+ [[ main != levon/make-bgp-dispatch-listen-configurable-v2 ]]
942026-04-06T23:51:34.974Z+ git branch -f levon/make-bgp-dispatch-listen-configurable-v2 bb47507694adb24f45a408dcb93a4a28ec05c2df
952026-04-06T23:51:34.977Z+ git checkout -f levon/make-bgp-dispatch-listen-configurable-v2
962026-04-06T23:51:34.991ZSwitched to branch 'levon/make-bgp-dispatch-listen-configurable-v2'
972026-04-06T23:51:34.995Z+ git reset --hard bb47507694adb24f45a408dcb93a4a28ec05c2df
982026-04-06T23:51:35.007ZHEAD is now at bb47507 actually use unnumbered validation
992026-04-06T23:51:35.011Zprocess exited: duration 1289 ms, exit code 0
 
1002026-04-06T23:51:35.018Zstarting task 4: "build"
1012026-04-06T23:51:35.023Z+ set -e
1022026-04-06T23:51:35.023Z+ source .github/buildomat/test-common.sh
1032026-04-06T23:51:35.023Z++ NEXTEST_VERSION=0.9.97
1042026-04-06T23:51:35.023Z++ PLATFORM=illumos
1052026-04-06T23:51:35.023Z++ banner install
1062026-04-06T23:51:35.027Z
1072026-04-06T23:51:35.027Z # # # #### ##### ## # #
1082026-04-06T23:51:35.027Z # ## # # # # # # #
1092026-04-06T23:51:35.027Z # # # # #### # # # # #
1102026-04-06T23:51:35.027Z # # # # # # ###### # #
1112026-04-06T23:51:35.027Z # # ## # # # # # # #
1122026-04-06T23:51:35.027Z # # # #### # # # ###### ######
1132026-04-06T23:51:35.027Z
1142026-04-06T23:51:35.027Z++ set +o errexit
1152026-04-06T23:51:35.027Z++ pkg info clang-15
1162026-04-06T23:51:35.027Z++ grep -qi installed
1172026-04-06T23:51:36.858Zpkg: info: no packages matching the following patterns you specified are
1182026-04-06T23:51:36.858Zinstalled on the system. Try querying remotely instead:
1192026-04-06T23:51:36.858Z
1202026-04-06T23:51:36.858Z clang-15
1212026-04-06T23:51:36.897Z++ [[ 1 != 0 ]]
1222026-04-06T23:51:36.897Z++ set -o errexit
1232026-04-06T23:51:36.900Z++ pfexec pkg install clang-15
1242026-04-06T23:51:44.815Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-04-06T23:51:51.732Z Startup: Caching catalogs ... Done
1262026-04-06T23:51:56.511ZPlanning: Solver setup ... Done
1272026-04-06T23:51:56.531ZPlanning: Running solver ... Done
1282026-04-06T23:51:56.654ZPlanning: Finding local manifests ... Done
1292026-04-06T23:51:56.666ZPlanning: Fetching manifests: 0/2 0% complete
1302026-04-06T23:51:56.748ZPlanning: Fetching manifests: 2/2 100% complete
1312026-04-06T23:51:56.778ZPlanning: Package planning ... Done
1322026-04-06T23:51:56.804ZPlanning: Merging actions ... Done
1332026-04-06T23:51:56.970ZPlanning: Checking for conflicting actions ... Done
1342026-04-06T23:51:56.976ZPlanning: Consolidating action changes ... Done
1352026-04-06T23:51:59.184ZPlanning: Evaluating mediators ... Done
1362026-04-06T23:51:59.189ZPlanning: Planning completed in 7.30 seconds
1372026-04-06T23:51:59.200Z Packages to install: 2
1382026-04-06T23:51:59.203Z Mediators to change: 2
1392026-04-06T23:51:59.203Z Services to change: 1
1402026-04-06T23:51:59.203Z Create boot environment: No
1412026-04-06T23:51:59.203ZCreate backup boot environment: No
1422026-04-06T23:51:59.272Z
1432026-04-06T23:51:59.272ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-04-06T23:52:04.273ZDownload: 2963/3076 items 175.0/211.3MB 82% complete (35.0M/s)
1452026-04-06T23:52:05.512ZDownload: Completed 211.31 MB in 6.24 seconds (33.9M/s)
1462026-04-06T23:52:05.756Z Actions: 1/3418 actions (Installing new actions)
1472026-04-06T23:52:09.023Z Actions: Completed 3418 actions in 3.27 seconds.
1482026-04-06T23:52:09.328Z Done
1492026-04-06T23:52:09.328Z Done
1502026-04-06T23:52:10.019Z Done
1512026-04-06T23:52:13.633Z Done
1522026-04-06T23:52:13.708Z Done
1532026-04-06T23:52:13.712Z Done
1542026-04-06T23:52:14.027Z Done
1552026-04-06T23:52:14.687Z++ set -o errexit
1562026-04-06T23:52:14.687Z++ cargo --version
1572026-04-06T23:52:14.696Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1582026-04-06T23:52:14.870Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1592026-04-06T23:52:14.873Zinfo: downloading 6 components
1602026-04-06T23:52:31.322Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1612026-04-06T23:52:31.325Z++ rustc --version
1622026-04-06T23:52:31.384Zrustc 1.94.1 (e408947bf 2026-03-25)
1632026-04-06T23:52:31.387Z++ cargo install cargo-nextest --version 0.9.97
1642026-04-06T23:52:31.399Z Updating crates.io index
1652026-04-06T23:52:31.520Z Downloading crates ...
1662026-04-06T23:52:31.571Z Downloaded cargo-nextest v0.9.97
1672026-04-06T23:52:31.634Z Installing cargo-nextest v0.9.97
1682026-04-06T23:52:31.676Z Updating crates.io index
1692026-04-06T23:52:34.162Z Locking 407 packages to latest compatible versions
1702026-04-06T23:52:34.167Z Adding dialoguer v0.11.0 (available: v0.12.0)
1712026-04-06T23:52:34.170Z Adding duct v0.13.7 (available: v1.1.1)
1722026-04-06T23:52:34.170Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1732026-04-06T23:52:34.170Z Adding generic-array v0.14.7 (available: v0.14.9)
1742026-04-06T23:52:34.173Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1752026-04-06T23:52:34.173Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1762026-04-06T23:52:34.173Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1772026-04-06T23:52:34.176Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1782026-04-06T23:52:34.179Z Adding quick-junit v0.5.2 (available: v0.6.0)
1792026-04-06T23:52:34.196Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1802026-04-06T23:52:34.206Z Downloading crates ...
1812026-04-06T23:52:34.277Z Downloaded anstyle-query v1.1.5
1822026-04-06T23:52:34.280Z Downloaded anstream v1.0.0
1832026-04-06T23:52:34.283Z Downloaded atomicwrites v0.4.4
1842026-04-06T23:52:34.283Z Downloaded ahash v0.8.12
1852026-04-06T23:52:34.286Z Downloaded clap_derive v4.6.0
1862026-04-06T23:52:34.289Z Downloaded dialoguer v0.11.0
1872026-04-06T23:52:34.289Z Downloaded convert_case v0.10.0
1882026-04-06T23:52:34.292Z Downloaded camino v1.2.2
1892026-04-06T23:52:34.292Z Downloaded block-buffer v0.10.4
1902026-04-06T23:52:34.295Z Downloaded addr2line v0.25.1
1912026-04-06T23:52:34.295Z Downloaded indenter v0.3.4
1922026-04-06T23:52:34.298Z Downloaded home v0.5.12
1932026-04-06T23:52:34.298Z Downloaded getrandom v0.2.17
1942026-04-06T23:52:34.301Z Downloaded futures-io v0.3.32
1952026-04-06T23:52:34.301Z Downloaded derive-where v1.6.1
1962026-04-06T23:52:34.304Z Downloaded anstyle v1.0.14
1972026-04-06T23:52:34.306Z Downloaded find-msvc-tools v0.1.9
1982026-04-06T23:52:34.307Z Downloaded semver v1.0.28
1992026-04-06T23:52:34.309Z Downloaded foreign-types v0.3.2
2002026-04-06T23:52:34.309Z Downloaded fnv v1.0.7
2012026-04-06T23:52:34.310Z Downloaded cargo-platform v0.2.0
2022026-04-06T23:52:34.315Z Downloaded backtrace-ext v0.2.1
2032026-04-06T23:52:34.315Z Downloaded atomic-waker v1.1.2
2042026-04-06T23:52:34.318Z Downloaded foldhash v0.1.5
2052026-04-06T23:52:34.318Z Downloaded camino-tempfile v1.4.1
2062026-04-06T23:52:34.318Z Downloaded futures v0.3.32
2072026-04-06T23:52:34.322Z Downloaded adler2 v2.0.1
2082026-04-06T23:52:34.322Z Downloaded miniz_oxide v0.8.9
2092026-04-06T23:52:34.325Z Downloaded hex v0.4.3
2102026-04-06T23:52:34.325Z Downloaded heck v0.5.0
2112026-04-06T23:52:34.325Z Downloaded fastrand v2.4.0
2122026-04-06T23:52:34.328Z Downloaded erased-serde v0.4.10
2132026-04-06T23:52:34.328Z Downloaded async-scoped v0.9.0
2142026-04-06T23:52:34.331Z Downloaded cargo-util-schemas v0.2.0
2152026-04-06T23:52:34.331Z Downloaded cpufeatures v0.2.17
2162026-04-06T23:52:34.331Z Downloaded duct v0.13.7
2172026-04-06T23:52:34.342Z Downloaded futures-executor v0.3.32
2182026-04-06T23:52:34.345Z Downloaded filetime v0.2.27
2192026-04-06T23:52:34.348Z Downloaded colorchoice v1.0.5
2202026-04-06T23:52:34.351Z Downloaded eyre v0.6.12
2212026-04-06T23:52:34.354Z Downloaded form_urlencoded v1.2.2
2222026-04-06T23:52:34.354Z Downloaded foreign-types-shared v0.1.1
2232026-04-06T23:52:34.357Z Downloaded crypto-common v0.1.7
2242026-04-06T23:52:34.359Z Downloaded futures-macro v0.3.32
2252026-04-06T23:52:34.359Z Downloaded cfg_aliases v0.2.1
2262026-04-06T23:52:34.362Z Downloaded enable-ansi-support v0.2.1
2272026-04-06T23:52:34.362Z Downloaded cfg-if v1.0.4
2282026-04-06T23:52:34.366Z Downloaded hyper-tls v0.6.0
2292026-04-06T23:52:34.370Z Downloaded idna_adapter v1.0.0
2302026-04-06T23:52:34.373Z Downloaded futures-sink v0.3.32
2312026-04-06T23:52:34.373Z Downloaded errno v0.3.14
2322026-04-06T23:52:34.378Z Downloaded debug-ignore v1.0.5
2332026-04-06T23:52:34.378Z Downloaded curve25519-dalek-derive v0.1.1
2342026-04-06T23:52:34.378Z Downloaded cargo-platform v0.3.2
2352026-04-06T23:52:34.383Z Downloaded indent_write v2.2.0
2362026-04-06T23:52:34.383Z Downloaded guppy-workspace-hack v0.1.0
2372026-04-06T23:52:34.383Z Downloaded futures-core v0.3.32
2382026-04-06T23:52:34.383Z Downloaded lru-slab v0.1.2
2392026-04-06T23:52:34.383Z Downloaded equivalent v1.0.2
2402026-04-06T23:52:34.385Z Downloaded os_pipe v1.2.3
2412026-04-06T23:52:34.390Z Downloaded rustc_version v0.4.1
2422026-04-06T23:52:34.393Z Downloaded http-body v1.0.1
2432026-04-06T23:52:34.393Z Downloaded color-spantrace v0.3.0
2442026-04-06T23:52:34.393Z Downloaded is_ci v1.2.0
2452026-04-06T23:52:34.396Z Downloaded clap_lex v1.1.0
2462026-04-06T23:52:34.396Z Downloaded generic-array v0.14.7
2472026-04-06T23:52:34.396Z Downloaded futures-task v0.3.32
2482026-04-06T23:52:34.399Z Downloaded lazy_static v1.5.0
2492026-04-06T23:52:34.399Z Downloaded document-features v0.2.12
2502026-04-06T23:52:34.403Z Downloaded nextest-workspace-hack v0.1.0
2512026-04-06T23:52:34.406Z Downloaded mukti-metadata v0.3.0
2522026-04-06T23:52:34.409Z Downloaded number_prefix v0.4.0
2532026-04-06T23:52:34.409Z Downloaded humantime-serde v1.1.1
2542026-04-06T23:52:34.409Z Downloaded nested v0.1.1
2552026-04-06T23:52:34.412Z Downloaded future-queue v0.4.0
2562026-04-06T23:52:34.412Z Downloaded fixedbitset v0.5.7
2572026-04-06T23:52:34.414Z Downloaded base64ct v1.8.3
2582026-04-06T23:52:34.417Z Downloaded serde-value v0.7.0
2592026-04-06T23:52:34.420Z Downloaded http-body-util v0.1.3
2602026-04-06T23:52:34.420Z Downloaded serde_spanned v0.6.9
2612026-04-06T23:52:34.423Z Downloaded signature v2.2.0
2622026-04-06T23:52:34.426Z Downloaded signal-hook-mio v0.2.5
2632026-04-06T23:52:34.429Z Downloaded serde_ignored v0.1.14
2642026-04-06T23:52:34.429Z Downloaded percent-encoding v2.3.2
2652026-04-06T23:52:34.429Z Downloaded rustc-hash v2.1.2
2662026-04-06T23:52:34.435Z Downloaded itoa v1.0.18
2672026-04-06T23:52:34.438Z Downloaded supports-color v3.0.2
2682026-04-06T23:52:34.438Z Downloaded strsim v0.11.1
2692026-04-06T23:52:34.441Z Downloaded pathdiff v0.2.3
2702026-04-06T23:52:34.441Z Downloaded supports-hyperlinks v3.2.0
2712026-04-06T23:52:34.441Z Downloaded shared_child v1.1.1
2722026-04-06T23:52:34.445Z Downloaded is_terminal_polyfill v1.70.2
2732026-04-06T23:52:34.448Z Downloaded cargo_metadata v0.20.0
2742026-04-06T23:52:34.448Z Downloaded anstyle-parse v1.0.0
2752026-04-06T23:52:34.451Z Downloaded either v1.15.0
2762026-04-06T23:52:34.454Z Downloaded sync_wrapper v1.0.2
2772026-04-06T23:52:34.457Z Downloaded swrite v0.1.0
2782026-04-06T23:52:34.457Z Downloaded supports-unicode v3.0.0
2792026-04-06T23:52:34.457Z Downloaded subtle v2.6.1
2802026-04-06T23:52:34.460Z Downloaded serde_urlencoded v0.7.1
2812026-04-06T23:52:34.463Z Downloaded terminal_size v0.4.4
2822026-04-06T23:52:34.463Z Downloaded futures-channel v0.3.32
2832026-04-06T23:52:34.469Z Downloaded bitflags v2.11.0
2842026-04-06T23:52:34.471Z Downloaded openssl-macros v0.1.1
2852026-04-06T23:52:34.472Z Downloaded miette-derive v7.6.0
2862026-04-06T23:52:34.472Z Downloaded cargo_metadata v0.23.1
2872026-04-06T23:52:34.474Z Downloaded newtype-uuid v1.3.2
2882026-04-06T23:52:34.478Z Downloaded globset v0.4.18
2892026-04-06T23:52:34.481Z Downloaded ed25519 v2.2.3
2902026-04-06T23:52:34.481Z Downloaded rand_core v0.6.4
2912026-04-06T23:52:34.481Z Downloaded pkcs8 v0.10.2
2922026-04-06T23:52:34.484Z Downloaded humantime v2.3.0
2932026-04-06T23:52:34.487Z Downloaded tokio-macros v2.7.0
2942026-04-06T23:52:34.487Z Downloaded tinyvec_macros v0.1.1
2952026-04-06T23:52:34.490Z Downloaded openssl-probe v0.2.1
2962026-04-06T23:52:34.492Z Downloaded static_assertions v1.1.0
2972026-04-06T23:52:34.492Z Downloaded sha2 v0.10.9
2982026-04-06T23:52:34.495Z Downloaded strip-ansi-escapes v0.2.1
2992026-04-06T23:52:34.498Z Downloaded rand_chacha v0.9.0
3002026-04-06T23:52:34.501Z Downloaded shell-words v1.1.1
3012026-04-06T23:52:34.501Z Downloaded serde_path_to_error v0.1.20
3022026-04-06T23:52:34.501Z Downloaded httparse v1.10.1
3032026-04-06T23:52:34.504Z Downloaded portable-atomic v1.13.1
3042026-04-06T23:52:34.507Z Downloaded spki v0.7.3
3052026-04-06T23:52:34.512Z Downloaded slab v0.4.12
3062026-04-06T23:52:34.512Z Downloaded simd-adler32 v0.3.9
3072026-04-06T23:52:34.512Z Downloaded ordered-float v2.10.1
3082026-04-06T23:52:34.515Z Downloaded serde_spanned v1.1.1
3092026-04-06T23:52:34.515Z Downloaded signal-hook-registry v1.4.8
3102026-04-06T23:52:34.515Z Downloaded sigchld v0.2.4
3112026-04-06T23:52:34.515Z Downloaded scopeguard v1.2.0
3122026-04-06T23:52:34.515Z Downloaded hyper-rustls v0.27.7
3132026-04-06T23:52:34.518Z Downloaded serde-untagged v0.1.9
3142026-04-06T23:52:34.518Z Downloaded shlex v1.3.0
3152026-04-06T23:52:34.518Z Downloaded digest v0.10.7
3162026-04-06T23:52:34.521Z Downloaded console v0.15.11
3172026-04-06T23:52:34.521Z Downloaded autocfg v1.5.0
3182026-04-06T23:52:34.524Z Downloaded try-lock v0.2.5
3192026-04-06T23:52:34.524Z Downloaded target-lexicon v0.13.3
3202026-04-06T23:52:34.527Z Downloaded typeid v1.0.3
3212026-04-06T23:52:34.527Z Downloaded native-tls v0.2.18
3222026-04-06T23:52:34.530Z Downloaded jobserver v0.1.34
3232026-04-06T23:52:34.530Z Downloaded target-spec-miette v0.4.6
3242026-04-06T23:52:34.533Z Downloaded crc32fast v1.5.0
3252026-04-06T23:52:34.536Z Downloaded cfg-expr v0.20.7
3262026-04-06T23:52:34.536Z Downloaded pkg-config v0.3.32
3272026-04-06T23:52:34.539Z Downloaded nextest-metadata v0.12.2
3282026-04-06T23:52:34.539Z Downloaded quote v1.0.45
3292026-04-06T23:52:34.544Z Downloaded unicode-linebreak v0.1.5
3302026-04-06T23:52:34.547Z Downloaded getrandom v0.3.4
3312026-04-06T23:52:34.547Z Downloaded rustc-demangle v0.1.27
3322026-04-06T23:52:34.547Z Downloaded thiserror v2.0.18
3332026-04-06T23:52:34.550Z Downloaded thiserror v1.0.69
3342026-04-06T23:52:34.553Z Downloaded utf8_iter v1.0.4
3352026-04-06T23:52:34.556Z Downloaded untrusted v0.9.0
3362026-04-06T23:52:34.556Z Downloaded owo-colors v4.3.0
3372026-04-06T23:52:34.556Z Downloaded toml_write v0.1.2
3382026-04-06T23:52:34.560Z Downloaded unicode-xid v0.2.6
3392026-04-06T23:52:34.560Z Downloaded toml_datetime v0.6.11
3402026-04-06T23:52:34.560Z Downloaded want v0.3.1
3412026-04-06T23:52:34.565Z Downloaded pin-project-lite v0.2.17
3422026-04-06T23:52:34.565Z Downloaded parking_lot_core v0.9.12
3432026-04-06T23:52:34.568Z Downloaded version_check v0.9.5
3442026-04-06T23:52:34.568Z Downloaded litrs v1.0.0
3452026-04-06T23:52:34.568Z Downloaded self-replace v1.5.0
3462026-04-06T23:52:34.568Z Downloaded tower-service v0.3.3
3472026-04-06T23:52:34.570Z Downloaded tower-layer v0.3.3
3482026-04-06T23:52:34.570Z Downloaded rustls-pki-types v1.14.0
3492026-04-06T23:52:34.573Z Downloaded rand_core v0.9.5
3502026-04-06T23:52:34.573Z Downloaded nextest-filtering v0.15.0
3512026-04-06T23:52:34.578Z Downloaded smol_str v0.3.6
3522026-04-06T23:52:34.578Z Downloaded smallvec v1.15.1
3532026-04-06T23:52:34.578Z Downloaded once_cell v1.21.4
3542026-04-06T23:52:34.608Z Downloaded thread_local v1.1.9
3552026-04-06T23:52:34.608Z Downloaded tracing-error v0.2.1
3562026-04-06T23:52:34.608Z Downloaded ppv-lite86 v0.2.21
3572026-04-06T23:52:34.608Z Downloaded xattr v1.6.1
3582026-04-06T23:52:34.608Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3592026-04-06T23:52:34.608Z Downloaded thiserror-impl v1.0.69
3602026-04-06T23:52:34.608Z Downloaded pin-project-internal v1.1.11
3612026-04-06T23:52:34.608Z Downloaded urlencoding v2.1.3
3622026-04-06T23:52:34.608Z Downloaded tokio-native-tls v0.3.1
3632026-04-06T23:52:34.608Z Downloaded derive_more v2.1.1
3642026-04-06T23:52:34.608Z Downloaded tracing-log v0.2.0
3652026-04-06T23:52:34.608Z Downloaded const-oid v0.9.6
3662026-04-06T23:52:34.608Z Downloaded target-spec v3.6.0
3672026-04-06T23:52:34.608Z Downloaded config v0.15.22
3682026-04-06T23:52:34.611Z Downloaded lock_api v0.4.14
3692026-04-06T23:52:34.614Z Downloaded tempfile v3.27.0
3702026-04-06T23:52:34.617Z Downloaded quinn-udp v0.5.14
3712026-04-06T23:52:34.619Z Downloaded parking_lot v0.12.5
3722026-04-06T23:52:34.623Z Downloaded utf8parse v0.2.2
3732026-04-06T23:52:34.626Z Downloaded toml v0.8.23
3742026-04-06T23:52:34.629Z Downloaded self_update v0.42.0
3752026-04-06T23:52:34.633Z Downloaded tokio-stream v0.1.18
3762026-04-06T23:52:34.636Z Downloaded serde_derive v1.0.228
3772026-04-06T23:52:34.636Z Downloaded serde_core v1.0.228
3782026-04-06T23:52:34.636Z Downloaded log v0.4.29
3792026-04-06T23:52:34.639Z Downloaded socket2 v0.6.3
3802026-04-06T23:52:34.639Z Downloaded toml_writer v1.1.1+spec-1.1.0
3812026-04-06T23:52:34.639Z Downloaded toml_parser v1.1.2+spec-1.1.0
3822026-04-06T23:52:34.642Z Downloaded tokio-rustls v0.26.4
3832026-04-06T23:52:34.642Z Downloaded signal-hook v0.3.18
3842026-04-06T23:52:34.645Z Downloaded ipnet v2.12.0
3852026-04-06T23:52:34.645Z Downloaded iana-time-zone v0.1.65
3862026-04-06T23:52:34.648Z Downloaded xxhash-rust v0.8.15
3872026-04-06T23:52:34.648Z Downloaded getrandom v0.4.2
3882026-04-06T23:52:34.650Z Downloaded clap v4.6.0
3892026-04-06T23:52:34.654Z Downloaded cc v1.2.59
3902026-04-06T23:52:34.657Z Downloaded thiserror-impl v2.0.18
3912026-04-06T23:52:34.657Z Downloaded base64 v0.22.1
3922026-04-06T23:52:34.660Z Downloaded zstd-safe v7.2.4
3932026-04-06T23:52:34.667Z Downloaded unicase v2.9.0
3942026-04-06T23:52:34.669Z Downloaded zeroize v1.8.2
3952026-04-06T23:52:34.669Z Downloaded zstd v0.13.3
3962026-04-06T23:52:34.673Z Downloaded ryu v1.0.23
3972026-04-06T23:52:34.673Z Downloaded zipsign-api v0.1.5
3982026-04-06T23:52:34.673Z Downloaded tinyvec v1.11.0
3992026-04-06T23:52:34.676Z Downloaded derive_more-impl v2.1.1
4002026-04-06T23:52:34.680Z Downloaded sharded-slab v0.1.7
4012026-04-06T23:52:34.683Z Downloaded quick-junit v0.5.2
4022026-04-06T23:52:34.686Z Downloaded num-traits v0.2.19
4032026-04-06T23:52:34.689Z Downloaded borsh v1.6.1
4042026-04-06T23:52:34.692Z Downloaded flate2 v1.1.9
4052026-04-06T23:52:34.695Z Downloaded tar v0.4.45
4062026-04-06T23:52:34.695Z Downloaded bytes v1.11.1
4072026-04-06T23:52:34.699Z Downloaded proc-macro2 v1.0.106
4082026-04-06T23:52:34.703Z Downloaded zmij v1.0.21
4092026-04-06T23:52:34.703Z Downloaded http v1.4.0
4102026-04-06T23:52:34.707Z Downloaded textwrap v0.16.2
4112026-04-06T23:52:34.707Z Downloaded unicode-ident v1.0.24
4122026-04-06T23:52:34.710Z Downloaded serde v1.0.228
4132026-04-06T23:52:34.710Z Downloaded openssl-sys v0.9.112
4142026-04-06T23:52:34.713Z Downloaded uuid v1.23.0
4152026-04-06T23:52:34.713Z Downloaded backtrace v0.3.76
4162026-04-06T23:52:34.716Z Downloaded vte v0.14.1
4172026-04-06T23:52:34.719Z Downloaded toml v1.1.2+spec-1.1.0
4182026-04-06T23:52:34.719Z Downloaded toml_edit v0.22.27
4192026-04-06T23:52:34.726Z Downloaded indicatif v0.17.11
4202026-04-06T23:52:34.729Z Downloaded der v0.7.10
4212026-04-06T23:52:34.733Z Downloaded ed25519-dalek v2.2.0
4222026-04-06T23:52:34.747Z Downloaded pin-project v1.1.11
4232026-04-06T23:52:34.756Z Downloaded clap_builder v4.6.0
4242026-04-06T23:52:34.762Z Downloaded tower v0.5.3
4252026-04-06T23:52:34.768Z Downloaded tracing-attributes v0.1.31
4262026-04-06T23:52:34.772Z Downloaded aho-corasick v1.1.4
4272026-04-06T23:52:34.782Z Downloaded quinn v0.11.9
4282026-04-06T23:52:34.787Z Downloaded guppy v0.17.25
4292026-04-06T23:52:34.791Z Downloaded hashbrown v0.15.5
4302026-04-06T23:52:34.795Z Downloaded memchr v2.8.0
4312026-04-06T23:52:34.802Z Downloaded mio v1.2.0
4322026-04-06T23:52:34.805Z Downloaded hashbrown v0.16.1
4332026-04-06T23:52:34.805Z Downloaded crossterm v0.29.0
4342026-04-06T23:52:34.814Z Downloaded tracing-core v0.1.36
4352026-04-06T23:52:34.817Z Downloaded typenum v1.19.0
4362026-04-06T23:52:34.825Z Downloaded rand v0.9.2
4372026-04-06T23:52:34.829Z Downloaded h2 v0.4.13
4382026-04-06T23:52:34.833Z Downloaded rustls-webpki v0.103.10
4392026-04-06T23:52:34.836Z Downloaded hyper-util v0.1.20
4402026-04-06T23:52:34.839Z Downloaded miette v7.6.0
4412026-04-06T23:52:34.842Z Downloaded unicode-normalization v0.1.25
4422026-04-06T23:52:34.845Z Downloaded futures-util v0.3.32
4432026-04-06T23:52:34.849Z Downloaded serde_json v1.0.149
4442026-04-06T23:52:34.854Z Downloaded indexmap v2.13.1
4452026-04-06T23:52:34.857Z Downloaded url v2.5.8
4462026-04-06T23:52:34.873Z Downloaded idna v1.1.0
4472026-04-06T23:52:34.876Z Downloaded chrono v0.4.44
4482026-04-06T23:52:34.880Z Downloaded unicode-segmentation v1.13.2
4492026-04-06T23:52:34.883Z Downloaded winnow v0.7.15
4502026-04-06T23:52:34.891Z Downloaded tracing-subscriber v0.3.23
4512026-04-06T23:52:34.900Z Downloaded vcpkg v0.2.15
4522026-04-06T23:52:34.922Z Downloaded webpki-roots v1.0.6
4532026-04-06T23:52:34.925Z Downloaded itertools v0.14.0
4542026-04-06T23:52:34.928Z Downloaded bstr v1.12.1
4552026-04-06T23:52:34.933Z Downloaded ron v0.12.1
4562026-04-06T23:52:34.937Z Downloaded hyper v1.9.0
4572026-04-06T23:52:34.941Z Downloaded curve25519-dalek v4.1.3
4582026-04-06T23:52:34.945Z Downloaded zerocopy v0.8.48
4592026-04-06T23:52:34.957Z Downloaded syn v2.0.117
4602026-04-06T23:52:34.963Z Downloaded pulldown-cmark v0.13.3
4612026-04-06T23:52:34.966Z Downloaded gimli v0.32.3
4622026-04-06T23:52:34.973Z Downloaded tokio-util v0.7.18
4632026-04-06T23:52:34.976Z Downloaded tower-http v0.6.8
4642026-04-06T23:52:34.981Z Downloaded reqwest v0.12.28
4652026-04-06T23:52:34.990Z Downloaded regex v1.12.3
4662026-04-06T23:52:34.998Z Downloaded color-eyre v0.6.5
4672026-04-06T23:52:35.002Z Downloaded iri-string v0.7.12
4682026-04-06T23:52:35.025Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4692026-04-06T23:52:35.035Z Downloaded tokio v1.51.0
4702026-04-06T23:52:35.056Z Downloaded quick-xml v0.38.4
4712026-04-06T23:52:35.059Z Downloaded winnow v1.0.1
4722026-04-06T23:52:35.064Z Downloaded quick-xml v0.37.5
4732026-04-06T23:52:35.108Z Downloaded quinn-proto v0.11.14
4742026-04-06T23:52:35.141Z Downloaded openssl v0.10.76
4752026-04-06T23:52:35.167Z Downloaded unicode-width v0.1.14
4762026-04-06T23:52:35.170Z Downloaded unicode-width v0.2.2
4772026-04-06T23:52:35.174Z Downloaded nextest-runner v0.80.0
4782026-04-06T23:52:35.201Z Downloaded rustls v0.23.37
4792026-04-06T23:52:35.213Z Downloaded regex-syntax v0.8.10
4802026-04-06T23:52:35.217Z Downloaded object v0.37.3
4812026-04-06T23:52:35.223Z Downloaded nix v0.30.1
4822026-04-06T23:52:35.235Z Downloaded rustix v0.38.44
4832026-04-06T23:52:35.247Z Downloaded rustix v1.1.4
4842026-04-06T23:52:35.277Z Downloaded tracing v0.1.44
4852026-04-06T23:52:35.339Z Downloaded regex-automata v0.4.14
4862026-04-06T23:52:35.378Z Downloaded petgraph v0.8.3
4872026-04-06T23:52:35.397Z Downloaded libc v0.2.184
4882026-04-06T23:52:35.416Z Downloaded ring v0.17.14
4892026-04-06T23:52:35.456Z Downloaded recursion v0.5.4
4902026-04-06T23:52:35.498Z Compiling libc v0.2.184
4912026-04-06T23:52:35.502Z Compiling proc-macro2 v1.0.106
4922026-04-06T23:52:35.502Z Compiling quote v1.0.45
4932026-04-06T23:52:35.502Z Compiling unicode-ident v1.0.24
4942026-04-06T23:52:35.502Z Compiling serde_core v1.0.228
4952026-04-06T23:52:35.502Z Compiling cfg-if v1.0.4
4962026-04-06T23:52:35.502Z Compiling memchr v2.8.0
4972026-04-06T23:52:35.502Z Compiling once_cell v1.21.4
4982026-04-06T23:52:35.703Z Compiling log v0.4.29
4992026-04-06T23:52:35.779Z Compiling pin-project-lite v0.2.17
5002026-04-06T23:52:35.871Z Compiling serde v1.0.228
5012026-04-06T23:52:35.914Z Compiling itoa v1.0.18
5022026-04-06T23:52:36.135Z Compiling futures-core v0.3.32
5032026-04-06T23:52:36.292Z Compiling smallvec v1.15.1
5042026-04-06T23:52:36.355Z Compiling bitflags v2.11.0
5052026-04-06T23:52:36.388Z Compiling find-msvc-tools v0.1.9
5062026-04-06T23:52:36.533Z Compiling hashbrown v0.16.1
5072026-04-06T23:52:36.611Z Compiling shlex v1.3.0
5082026-04-06T23:52:36.677Z Compiling jobserver v0.1.34
5092026-04-06T23:52:36.741Z Compiling equivalent v1.0.2
5102026-04-06T23:52:36.757Z Compiling bytes v1.11.1
5112026-04-06T23:52:36.799Z Compiling rustix v1.1.4
5122026-04-06T23:52:36.824Z Compiling errno v0.3.14
5132026-04-06T23:52:36.932Z Compiling signal-hook-registry v1.4.8
5142026-04-06T23:52:36.996Z Compiling cc v1.2.59
5152026-04-06T23:52:37.157Z Compiling mio v1.2.0
5162026-04-06T23:52:37.176Z Compiling futures-sink v0.3.32
5172026-04-06T23:52:37.192Z Compiling syn v2.0.117
5182026-04-06T23:52:37.279Z Compiling socket2 v0.6.3
5192026-04-06T23:52:37.502Z Compiling slab v0.4.12
5202026-04-06T23:52:37.708Z Compiling zmij v1.0.21
5212026-04-06T23:52:37.720Z Compiling futures-channel v0.3.32
5222026-04-06T23:52:37.923Z Compiling tracing-core v0.1.36
5232026-04-06T23:52:37.990Z Compiling serde_json v1.0.149
5242026-04-06T23:52:38.059Z Compiling version_check v0.9.5
5252026-04-06T23:52:38.246Z Compiling getrandom v0.4.2
5262026-04-06T23:52:38.331Z Compiling indexmap v2.13.1
5272026-04-06T23:52:38.349Z Compiling futures-io v0.3.32
5282026-04-06T23:52:38.477Z Compiling futures-task v0.3.32
5292026-04-06T23:52:38.538Z Compiling unicode-width v0.2.2
5302026-04-06T23:52:38.550Z Compiling camino v1.2.2
5312026-04-06T23:52:38.832Z Compiling ring v0.17.14
5322026-04-06T23:52:38.865Z Compiling http v1.4.0
5332026-04-06T23:52:38.930Z Compiling autocfg v1.5.0
5342026-04-06T23:52:39.059Z Compiling percent-encoding v2.3.2
5352026-04-06T23:52:39.225Z Compiling adler2 v2.0.1
5362026-04-06T23:52:39.288Z Compiling zeroize v1.8.2
5372026-04-06T23:52:40.083Z Compiling simd-adler32 v0.3.9
5382026-04-06T23:52:40.107Z Compiling num-traits v0.2.19
5392026-04-06T23:52:40.107Z Compiling miniz_oxide v0.8.9
5402026-04-06T23:52:40.107Z Compiling object v0.37.3
5412026-04-06T23:52:40.107Z Compiling target-lexicon v0.13.3
5422026-04-06T23:52:40.107Z Compiling zerocopy v0.8.48
5432026-04-06T23:52:40.164Z Compiling getrandom v0.3.4
5442026-04-06T23:52:40.428Z Compiling http-body v1.0.1
5452026-04-06T23:52:40.490Z Compiling rustls-pki-types v1.14.0
5462026-04-06T23:52:40.558Z Compiling semver v1.0.28
5472026-04-06T23:52:40.581Z Compiling getrandom v0.2.17
5482026-04-06T23:52:40.665Z Compiling fnv v1.0.7
5492026-04-06T23:52:40.775Z Compiling untrusted v0.9.0
5502026-04-06T23:52:40.775Z Compiling signal-hook v0.3.18
5512026-04-06T23:52:40.903Z Compiling typenum v1.19.0
5522026-04-06T23:52:40.935Z Compiling serde_derive v1.0.228
5532026-04-06T23:52:40.939Z Compiling tokio-macros v2.7.0
5542026-04-06T23:52:40.981Z Compiling futures-macro v0.3.32
5552026-04-06T23:52:41.010Z Compiling tracing-attributes v0.1.31
5562026-04-06T23:52:41.211Z Compiling guppy-workspace-hack v0.1.0
5572026-04-06T23:52:41.211Z Compiling thiserror v2.0.18
5582026-04-06T23:52:41.329Z Compiling httparse v1.10.1
5592026-04-06T23:52:41.422Z Compiling gimli v0.32.3
5602026-04-06T23:52:41.555Z Compiling owo-colors v4.3.0
5612026-04-06T23:52:41.632Z Compiling tokio v1.51.0
5622026-04-06T23:52:41.792Z Compiling futures-util v0.3.32
5632026-04-06T23:52:41.965Z Compiling thiserror-impl v2.0.18
5642026-04-06T23:52:42.206Z Compiling tracing v0.1.44
5652026-04-06T23:52:43.357Z Compiling addr2line v0.25.1
5662026-04-06T23:52:43.786Z Compiling form_urlencoded v1.2.2
5672026-04-06T23:52:44.051Z Compiling generic-array v0.14.7
5682026-04-06T23:52:44.102Z Compiling utf8_iter v1.0.4
5692026-04-06T23:52:44.114Z Compiling try-lock v0.2.5
5702026-04-06T23:52:44.227Z Compiling rustc-demangle v0.1.27
5712026-04-06T23:52:44.261Z Compiling fastrand v2.4.0
5722026-04-06T23:52:44.264Z Compiling tower-service v0.3.3
5732026-04-06T23:52:44.367Z Compiling typeid v1.0.3
5742026-04-06T23:52:44.382Z Compiling atomic-waker v1.1.2
5752026-04-06T23:52:44.511Z Compiling idna_adapter v1.0.0
5762026-04-06T23:52:44.585Z Compiling rustls v0.23.37
5772026-04-06T23:52:44.613Z Compiling target-spec v3.6.0
5782026-04-06T23:52:44.639Z Compiling thiserror v1.0.69
5792026-04-06T23:52:44.790Z Compiling pkg-config v0.3.32
5802026-04-06T23:52:44.952Z Compiling idna v1.1.0
5812026-04-06T23:52:45.123Z Compiling tempfile v3.27.0
5822026-04-06T23:52:45.223Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5832026-04-06T23:52:45.245Z Compiling want v0.3.1
5842026-04-06T23:52:45.544Z Compiling tokio-util v0.7.18
5852026-04-06T23:52:45.628Z Compiling backtrace v0.3.76
5862026-04-06T23:52:45.968Z Compiling cfg-expr v0.20.7
5872026-04-06T23:52:46.126Z Compiling h2 v0.4.13
5882026-04-06T23:52:46.926Z Compiling thiserror-impl v1.0.69
5892026-04-06T23:52:47.047Z Compiling terminal_size v0.4.4
5902026-04-06T23:52:47.113Z Compiling aho-corasick v1.1.4
5912026-04-06T23:52:47.196Z Compiling winnow v0.7.15
5922026-04-06T23:52:47.508Z Compiling erased-serde v0.4.10
5932026-04-06T23:52:47.784Z Compiling subtle v2.6.1
5942026-04-06T23:52:47.965Z Compiling regex-syntax v0.8.10
5952026-04-06T23:52:48.732Z Compiling hyper v1.9.0
5962026-04-06T23:52:50.479Z Compiling rustls-webpki v0.103.10
5972026-04-06T23:52:52.156Z Compiling regex-automata v0.4.14
5982026-04-06T23:52:52.454Z Compiling url v2.5.8
5992026-04-06T23:52:52.761Z Compiling serde_spanned v0.6.9
6002026-04-06T23:52:52.918Z Compiling toml_datetime v0.6.11
6012026-04-06T23:52:53.025Z Compiling ahash v0.8.12
6022026-04-06T23:52:53.269Z Compiling sync_wrapper v1.0.2
6032026-04-06T23:52:53.282Z Compiling portable-atomic v1.13.1
6042026-04-06T23:52:53.383Z Compiling unicode-segmentation v1.13.2
6052026-04-06T23:52:53.716Z Compiling toml_write v0.1.2
6062026-04-06T23:52:53.778Z Compiling base64 v0.22.1
6072026-04-06T23:52:53.953Z Compiling unicode-linebreak v0.1.5
6082026-04-06T23:52:54.226Z Compiling ipnet v2.12.0
6092026-04-06T23:52:54.262Z Compiling nextest-workspace-hack v0.1.0
6102026-04-06T23:52:54.476Z Compiling is_ci v1.2.0
6112026-04-06T23:52:54.587Z Compiling crc32fast v1.5.0
6122026-04-06T23:52:55.648Z Compiling lazy_static v1.5.0
6132026-04-06T23:52:55.651Z Compiling foldhash v0.1.5
6142026-04-06T23:52:55.651Z Compiling tower-layer v0.3.3
6152026-04-06T23:52:55.651Z Compiling parking_lot_core v0.9.12
6162026-04-06T23:52:55.651Z Compiling either v1.15.0
6172026-04-06T23:52:55.651Z Compiling tower v0.5.3
6182026-04-06T23:52:55.651Z Compiling hashbrown v0.15.5
6192026-04-06T23:52:55.651Z Compiling tokio-rustls v0.26.4
6202026-04-06T23:52:55.651Z Compiling sharded-slab v0.1.7
6212026-04-06T23:52:55.651Z Compiling supports-color v3.0.2
6222026-04-06T23:52:55.651Z Compiling hyper-util v0.1.20
6232026-04-06T23:52:55.669Z Compiling textwrap v0.16.2
6242026-04-06T23:52:55.683Z Compiling toml_edit v0.22.27
6252026-04-06T23:52:55.831Z Compiling convert_case v0.10.0
6262026-04-06T23:52:56.092Z Compiling backtrace-ext v0.2.1
6272026-04-06T23:52:56.346Z Compiling ordered-float v2.10.1
6282026-04-06T23:52:56.483Z Compiling miette-derive v7.6.0
6292026-04-06T23:52:56.611Z Compiling webpki-roots v1.0.6
6302026-04-06T23:52:56.731Z Compiling pathdiff v0.2.3
6312026-04-06T23:52:56.857Z Compiling console v0.15.11
6322026-04-06T23:52:57.070Z Compiling tracing-log v0.2.0
6332026-04-06T23:52:57.425Z Compiling cargo-platform v0.3.2
6342026-04-06T23:52:57.550Z Compiling os_pipe v1.2.3
6352026-04-06T23:52:57.729Z Compiling thread_local v1.1.9
6362026-04-06T23:52:57.985Z Compiling utf8parse v0.2.2
6372026-04-06T23:52:58.104Z Compiling pulldown-cmark v0.13.3
6382026-04-06T23:52:58.105Z Compiling cfg_aliases v0.2.1
6392026-04-06T23:52:58.173Z Compiling iri-string v0.7.12
6402026-04-06T23:52:58.186Z Compiling supports-hyperlinks v3.2.0
6412026-04-06T23:52:58.315Z Compiling zstd-safe v7.2.4
6422026-04-06T23:52:58.406Z Compiling debug-ignore v1.0.5
6432026-04-06T23:52:58.409Z Compiling unicode-width v0.1.14
6442026-04-06T23:52:58.518Z Compiling fixedbitset v0.5.7
6452026-04-06T23:52:58.544Z Compiling supports-unicode v3.0.0
6462026-04-06T23:52:58.715Z Compiling scopeguard v1.2.0
6472026-04-06T23:52:58.728Z Compiling rustix v0.38.44
6482026-04-06T23:52:58.820Z Compiling ryu v1.0.23
6492026-04-06T23:52:59.025Z Compiling winnow v1.0.1
6502026-04-06T23:52:59.114Z Compiling serde_urlencoded v0.7.1
6512026-04-06T23:52:59.157Z Compiling lock_api v0.4.14
6522026-04-06T23:52:59.397Z Compiling petgraph v0.8.3
6532026-04-06T23:52:59.408Z Compiling miette v7.6.0
6542026-04-06T23:53:00.446Z Compiling toml_parser v1.1.2+spec-1.1.0
6552026-04-06T23:53:00.806Z Compiling tower-http v0.6.8
6562026-04-06T23:53:01.393Z Compiling nix v0.30.1
6572026-04-06T23:53:01.766Z Compiling anstyle-parse v1.0.0
6582026-04-06T23:53:01.794Z Compiling tracing-subscriber v0.3.23
6592026-04-06T23:53:01.813Z Compiling sigchld v0.2.4
6602026-04-06T23:53:01.982Z Compiling cargo_metadata v0.23.1
6612026-04-06T23:53:02.004Z Compiling toml v0.8.23
6622026-04-06T23:53:03.263Z Compiling hyper-rustls v0.27.7
6632026-04-06T23:53:03.556Z Compiling serde-value v0.7.0
6642026-04-06T23:53:03.942Z Compiling serde-untagged v0.1.9
6652026-04-06T23:53:04.268Z Compiling derive_more-impl v2.1.1
6662026-04-06T23:53:05.075Z Compiling itertools v0.14.0
6672026-04-06T23:53:05.139Z Compiling regex v1.12.3
6682026-04-06T23:53:05.192Z Compiling crypto-common v0.1.7
6692026-04-06T23:53:05.266Z Compiling block-buffer v0.10.4
6702026-04-06T23:53:05.326Z Compiling ppv-lite86 v0.2.21
6712026-04-06T23:53:05.416Z Compiling futures-executor v0.3.32
6722026-04-06T23:53:05.462Z Compiling rand_core v0.9.5
6732026-04-06T23:53:05.654Z Compiling pin-project-internal v1.1.11
6742026-04-06T23:53:05.719Z Compiling http-body-util v0.1.3
6752026-04-06T23:53:05.957Z Compiling uuid v1.23.0
6762026-04-06T23:53:05.988Z Compiling serde_spanned v1.1.1
6772026-04-06T23:53:06.149Z Compiling smol_str v0.3.6
6782026-04-06T23:53:06.494Z Compiling toml_datetime v1.1.1+spec-1.1.0
6792026-04-06T23:53:06.498Z Compiling filetime v0.2.27
6802026-04-06T23:53:06.552Z Compiling vte v0.14.1
6812026-04-06T23:53:06.566Z Compiling bstr v1.12.1
6822026-04-06T23:53:06.696Z Compiling unicode-xid v0.2.6
6832026-04-06T23:53:06.708Z Compiling color-spantrace v0.3.0
6842026-04-06T23:53:06.771Z Compiling colorchoice v1.0.5
6852026-04-06T23:53:06.832Z Compiling unicase v2.9.0
6862026-04-06T23:53:06.891Z Compiling nested v0.1.1
6872026-04-06T23:53:06.921Z Compiling self_update v0.42.0
6882026-04-06T23:53:06.997Z Compiling anstyle-query v1.1.5
6892026-04-06T23:53:07.015Z Compiling eyre v0.6.12
6902026-04-06T23:53:07.105Z Compiling is_terminal_polyfill v1.70.2
6912026-04-06T23:53:07.135Z Compiling xattr v1.6.1
6922026-04-06T23:53:07.198Z Compiling static_assertions v1.1.0
6932026-04-06T23:53:07.217Z Compiling iana-time-zone v0.1.65
6942026-04-06T23:53:07.260Z Compiling anstyle v1.0.14
6952026-04-06T23:53:07.284Z Compiling litrs v1.0.0
6962026-04-06T23:53:07.332Z Compiling tinyvec_macros v0.1.1
6972026-04-06T23:53:07.345Z Compiling number_prefix v0.4.0
6982026-04-06T23:53:07.405Z Compiling tinyvec v1.11.0
6992026-04-06T23:53:07.500Z Compiling indicatif v0.17.11
7002026-04-06T23:53:07.521Z Compiling anstream v1.0.0
7012026-04-06T23:53:07.725Z Compiling document-features v0.2.12
7022026-04-06T23:53:07.824Z Compiling chrono v0.4.44
7032026-04-06T23:53:07.827Z Compiling guppy v0.17.25
7042026-04-06T23:53:07.990Z Compiling tar v0.4.45
7052026-04-06T23:53:08.330Z Compiling globset v0.4.18
7062026-04-06T23:53:08.941Z Compiling cargo-util-schemas v0.2.0
7072026-04-06T23:53:10.574Z Compiling strip-ansi-escapes v0.2.1
7082026-04-06T23:53:10.649Z Compiling toml v1.1.2+spec-1.1.0
7092026-04-06T23:53:11.089Z Compiling pin-project v1.1.11
7102026-04-06T23:53:11.166Z Compiling nextest-metadata v0.12.2
7112026-04-06T23:53:11.196Z Compiling newtype-uuid v1.3.2
7122026-04-06T23:53:11.250Z Compiling reqwest v0.12.28
7132026-04-06T23:53:11.388Z Compiling rand_chacha v0.9.0
7142026-04-06T23:53:11.401Z Compiling futures v0.3.32
7152026-04-06T23:53:11.484Z Compiling digest v0.10.7
7162026-04-06T23:53:11.564Z Compiling parking_lot v0.12.5
7172026-04-06T23:53:11.706Z Compiling flate2 v1.1.9
7182026-04-06T23:53:11.938Z Compiling derive_more v2.1.1
7192026-04-06T23:53:12.022Z Compiling tracing-error v0.2.1
7202026-04-06T23:53:12.246Z Compiling shared_child v1.1.1
7212026-04-06T23:53:12.586Z Compiling signal-hook-mio v0.2.5
7222026-04-06T23:53:12.611Z Compiling self-replace v1.5.0
7232026-04-06T23:53:12.738Z Compiling cargo-platform v0.2.0
7242026-04-06T23:53:12.904Z Compiling quick-xml v0.37.5
7252026-04-06T23:53:13.279Z Compiling quick-xml v0.38.4
7262026-04-06T23:53:13.743Z Compiling cpufeatures v0.2.17
7272026-04-06T23:53:13.823Z Compiling heck v0.5.0
7282026-04-06T23:53:13.870Z Compiling recursion v0.5.4
7292026-04-06T23:53:14.023Z Compiling shell-words v1.1.1
7302026-04-06T23:53:14.272Z Compiling humantime v2.3.0
7312026-04-06T23:53:14.289Z Compiling strsim v0.11.1
7322026-04-06T23:53:14.435Z Compiling clap_lex v1.1.0
7332026-04-06T23:53:14.699Z Compiling urlencoding v2.1.3
7342026-04-06T23:53:14.802Z Compiling indenter v0.3.4
7352026-04-06T23:53:15.097Z Compiling clap_derive v4.6.0
7362026-04-06T23:53:15.110Z Compiling clap_builder v4.6.0
7372026-04-06T23:53:15.439Z Compiling humantime-serde v1.1.1
7382026-04-06T23:53:15.599Z Compiling nextest-filtering v0.15.0
7392026-04-06T23:53:16.360Z Compiling quick-junit v0.5.2
7402026-04-06T23:53:16.861Z Compiling sha2 v0.10.9
7412026-04-06T23:53:18.059Z Compiling atomicwrites v0.4.4
7422026-04-06T23:53:18.365Z Compiling cargo_metadata v0.20.0
7432026-04-06T23:53:19.458Z Compiling crossterm v0.29.0
7442026-04-06T23:53:19.563Z Compiling cargo-nextest v0.9.97
7452026-04-06T23:53:19.868Z Compiling duct v0.13.7
7462026-04-06T23:53:21.537Z Compiling zstd v0.13.3
7472026-04-06T23:53:21.620Z Compiling rand v0.9.2
7482026-04-06T23:53:21.964Z Compiling async-scoped v0.9.0
7492026-04-06T23:53:22.056Z Compiling config v0.15.22
7502026-04-06T23:53:22.158Z Compiling unicode-normalization v0.1.25
7512026-04-06T23:53:22.337Z Compiling target-spec-miette v0.4.6
7522026-04-06T23:53:22.390Z Compiling future-queue v0.4.0
7532026-04-06T23:53:22.637Z Compiling mukti-metadata v0.3.0
7542026-04-06T23:53:22.671Z Compiling tokio-stream v0.1.18
7552026-04-06T23:53:22.748Z Compiling camino-tempfile v1.4.1
7562026-04-06T23:53:22.748Z Compiling derive-where v1.6.1
7572026-04-06T23:53:23.132Z Compiling serde_path_to_error v0.1.20
7582026-04-06T23:53:23.192Z Compiling serde_ignored v0.1.14
7592026-04-06T23:53:23.193Z Compiling home v0.5.12
7602026-04-06T23:53:23.373Z Compiling xxhash-rust v0.8.15
7612026-04-06T23:53:23.419Z Compiling indent_write v2.2.0
7622026-04-06T23:53:23.492Z Compiling swrite v0.1.0
7632026-04-06T23:53:23.572Z Compiling hex v0.4.3
7642026-04-06T23:53:23.575Z Compiling color-eyre v0.6.5
7652026-04-06T23:53:23.618Z Compiling clap v4.6.0
7662026-04-06T23:53:23.675Z Compiling dialoguer v0.11.0
7672026-04-06T23:53:23.701Z Compiling enable-ansi-support v0.2.1
7682026-04-06T23:53:23.981Z Compiling nextest-runner v0.80.0
7692026-04-06T23:53:42.318Z Finished `release` profile [optimized] target(s) in 1m 10s
7702026-04-06T23:53:42.505Z Installing /home/build/.cargo/bin/cargo-nextest
7712026-04-06T23:53:42.508Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7722026-04-06T23:53:42.625Z+ pushd mg-lower
7732026-04-06T23:53:42.628Z+ cargo nextest run
7742026-04-06T23:53:42.628Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7752026-04-06T23:53:42.786Z Updating git repository `https://github.com/oxidecomputer/falcon`
7762026-04-06T23:53:43.392ZFrom https://github.com/oxidecomputer/falcon
7772026-04-06T23:53:43.392Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7782026-04-06T23:53:43.467Z Updating crates.io index
7792026-04-06T23:53:43.470Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7802026-04-06T23:53:44.172ZFrom https://github.com/oxidecomputer/dendrite
7812026-04-06T23:53:44.172Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7822026-04-06T23:53:44.237Z Updating git repository `https://github.com/oxidecomputer/ispf`
7832026-04-06T23:53:44.512ZFrom https://github.com/oxidecomputer/ispf
7842026-04-06T23:53:44.512Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7852026-04-06T23:53:44.568Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7862026-04-06T23:53:44.961ZFrom https://github.com/oxidecomputer/netadm-sys
7872026-04-06T23:53:44.961Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7882026-04-06T23:53:44.969Z Updating git repository `https://github.com/oxidecomputer/omicron`
7892026-04-06T23:53:53.175ZFrom https://github.com/oxidecomputer/omicron
7902026-04-06T23:53:53.175Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7912026-04-06T23:53:53.569Z Updating git repository `https://github.com/oxidecomputer/opte`
7922026-04-06T23:53:54.185ZFrom https://github.com/oxidecomputer/opte
7932026-04-06T23:53:54.185Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
7942026-04-06T23:53:54.216Z Updating git repository `https://github.com/illumos/smf-rs`
7952026-04-06T23:53:54.465ZFrom https://github.com/illumos/smf-rs
7962026-04-06T23:53:54.466Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7972026-04-06T23:53:54.644Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7982026-04-06T23:53:54.913ZFrom https://github.com/oxidecomputer/network-interface
7992026-04-06T23:53:54.913Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8002026-04-06T23:53:55.040Z Updating git repository `https://github.com/oxidecomputer/zone`
8012026-04-06T23:53:55.319ZFrom https://github.com/oxidecomputer/zone
8022026-04-06T23:53:55.319Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8032026-04-06T23:53:55.342Z Updating git repository `https://github.com/oxidecomputer/propolis`
8042026-04-06T23:53:56.571ZFrom https://github.com/oxidecomputer/propolis
8052026-04-06T23:53:56.571Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8062026-04-06T23:53:56.629Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8072026-04-06T23:53:57.149ZFrom https://github.com/oxidecomputer/transceiver-control
8082026-04-06T23:53:57.149Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8092026-04-06T23:53:57.203Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8102026-04-06T23:53:57.469ZFrom https://github.com/oxidecomputer/dlpi-sys
8112026-04-06T23:53:57.469Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8122026-04-06T23:53:57.485Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8132026-04-06T23:53:57.780ZFrom https://github.com/jmesmon/rust-libzfs
8142026-04-06T23:53:57.780Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8152026-04-06T23:53:57.788Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8162026-04-06T23:53:58.041ZFrom https://github.com/oxidecomputer/rusty-doors
8172026-04-06T23:53:58.041Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8182026-04-06T23:53:58.050Z Updating git repository `https://github.com/oxidecomputer/lldp`
8192026-04-06T23:53:58.339ZFrom https://github.com/oxidecomputer/lldp
8202026-04-06T23:53:58.339Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8212026-04-06T23:53:58.373Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8222026-04-06T23:53:58.603ZFrom https://github.com/oxidecomputer/slog-error-chain
8232026-04-06T23:53:58.603Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8242026-04-06T23:53:58.670Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8252026-04-06T23:53:58.940ZFrom https://github.com/oxidecomputer/tufaceous
8262026-04-06T23:53:58.940Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8272026-04-06T23:53:58.969Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8282026-04-06T23:53:59.903ZFrom https://github.com/oxidecomputer/management-gateway-service
8292026-04-06T23:53:59.903Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8302026-04-06T23:53:59.987Z Updating git repository `https://github.com/oxidecomputer/crucible`
8312026-04-06T23:54:00.778ZFrom https://github.com/oxidecomputer/crucible
8322026-04-06T23:54:00.779Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8332026-04-06T23:54:00.836Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8342026-04-06T23:54:01.106ZFrom https://github.com/oxidecomputer/serde_human_bytes
8352026-04-06T23:54:01.106Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8362026-04-06T23:54:01.286Z Updating git repository `https://github.com/oxidecomputer/propolis`
8372026-04-06T23:54:01.670ZFrom https://github.com/oxidecomputer/propolis
8382026-04-06T23:54:01.670Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8392026-04-06T23:54:02.056Z Updating git repository `https://github.com/oxidecomputer/tofino`
8402026-04-06T23:54:02.338ZFrom https://github.com/oxidecomputer/tofino
8412026-04-06T23:54:02.338Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8422026-04-06T23:54:02.344Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8432026-04-06T23:54:02.894ZFrom https://github.com/oxidecomputer/maghemite
8442026-04-06T23:54:02.894Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8452026-04-06T23:54:02.943Z Updating git repository `https://github.com/oxidecomputer/clickward`
8462026-04-06T23:54:03.203ZFrom https://github.com/oxidecomputer/clickward
8472026-04-06T23:54:03.203Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8482026-04-06T23:54:03.237Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8492026-04-06T23:54:03.488ZFrom https://github.com/oxidecomputer/illumos-devinfo
8502026-04-06T23:54:03.488Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8512026-04-06T23:54:03.600Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-04-06T23:54:03.941ZFrom https://github.com/oxidecomputer/crucible
8532026-04-06T23:54:03.941Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8542026-04-06T23:54:04.714Z Downloading crates ...
8552026-04-06T23:54:04.815Z Downloaded argon2 v0.5.3
8562026-04-06T23:54:04.824Z Downloaded aead v0.5.2
8572026-04-06T23:54:04.825Z Downloaded crossbeam-utils v0.8.21
8582026-04-06T23:54:04.825Z Downloaded async-recursion v1.1.1
8592026-04-06T23:54:04.825Z Downloaded dyn-clone v1.0.20
8602026-04-06T23:54:04.829Z Downloaded byteorder v1.5.0
8612026-04-06T23:54:04.829Z Downloaded drift v0.1.3
8622026-04-06T23:54:04.833Z Downloaded heck v0.4.1
8632026-04-06T23:54:04.846Z Downloaded foreign-types v0.5.0
8642026-04-06T23:54:04.846Z Downloaded git-stub-vcs v0.1.0
8652026-04-06T23:54:04.858Z Downloaded newline-converter v0.3.0
8662026-04-06T23:54:04.858Z Downloaded is-terminal v0.4.17
8672026-04-06T23:54:04.858Z Downloaded crossbeam-deque v0.8.6
8682026-04-06T23:54:04.858Z Downloaded foreign-types-macros v0.2.3
8692026-04-06T23:54:04.858Z Downloaded crc8 v0.1.1
8702026-04-06T23:54:04.858Z Downloaded fxhash v0.2.1
8712026-04-06T23:54:04.858Z Downloaded critical-section v1.2.0
8722026-04-06T23:54:04.858Z Downloaded highway v1.3.0
8732026-04-06T23:54:04.863Z Downloaded convert_case v0.4.0
8742026-04-06T23:54:04.863Z Downloaded glob v0.3.3
8752026-04-06T23:54:04.863Z Downloaded colored v3.1.1
8762026-04-06T23:54:04.863Z Downloaded enum-as-inner v0.6.1
8772026-04-06T23:54:04.863Z Downloaded anyhow v1.0.102
8782026-04-06T23:54:04.863Z Downloaded fs_extra v1.3.0
8792026-04-06T23:54:04.872Z Downloaded hash32 v0.3.1
8802026-04-06T23:54:04.872Z Downloaded cstr-argument v0.1.2
8812026-04-06T23:54:04.872Z Downloaded cobs v0.3.0
8822026-04-06T23:54:04.872Z Downloaded cookie v0.18.1
8832026-04-06T23:54:04.872Z Downloaded const_format_proc_macros v0.2.34
8842026-04-06T23:54:04.893Z Downloaded inout v0.1.4
8852026-04-06T23:54:04.893Z Downloaded git-stub v1.0.0
8862026-04-06T23:54:04.893Z Downloaded arrayref v0.3.9
8872026-04-06T23:54:04.893Z Downloaded fs-err v3.3.0
8882026-04-06T23:54:04.893Z Downloaded hickory-resolver v0.24.4
8892026-04-06T23:54:04.893Z Downloaded const-random v0.1.18
8902026-04-06T23:54:04.893Z Downloaded ciborium-io v0.2.2
8912026-04-06T23:54:04.893Z Downloaded olpc-cjson v0.1.4
8922026-04-06T23:54:04.893Z Downloaded gethostname v0.5.0
8932026-04-06T23:54:04.901Z Downloaded base16ct v0.2.0
8942026-04-06T23:54:04.901Z Downloaded libsw-core v0.3.2
8952026-04-06T23:54:04.901Z Downloaded omicron-workspace-hack v0.1.0
8962026-04-06T23:54:04.901Z Downloaded num_threads v0.1.7
8972026-04-06T23:54:04.901Z Downloaded embedded-io v0.4.0
8982026-04-06T23:54:04.901Z Downloaded internet-checksum v0.2.1
8992026-04-06T23:54:04.901Z Downloaded ff v0.13.1
9002026-04-06T23:54:04.901Z Downloaded cpufeatures v0.3.0
9012026-04-06T23:54:04.907Z Downloaded no-std-compat v0.4.1
9022026-04-06T23:54:04.907Z Downloaded dtrace-parser v0.2.0
9032026-04-06T23:54:04.907Z Downloaded defmt-parser v1.0.0
9042026-04-06T23:54:04.907Z Downloaded linked-hash-map v0.5.6
9052026-04-06T23:54:04.908Z Downloaded darling_macro v0.21.3
9062026-04-06T23:54:04.908Z Downloaded instant v0.1.13
9072026-04-06T23:54:04.931Z Downloaded defmt v0.3.100
9082026-04-06T23:54:04.931Z Downloaded ident_case v1.0.1
9092026-04-06T23:54:04.931Z Downloaded dunce v1.0.5
9102026-04-06T23:54:04.937Z Downloaded heapless v0.8.0
9112026-04-06T23:54:04.937Z Downloaded dtrace-parser v0.3.0
9122026-04-06T23:54:04.937Z Downloaded const-random-macro v0.1.16
9132026-04-06T23:54:04.937Z Downloaded ciborium-ll v0.2.2
9142026-04-06T23:54:04.937Z Downloaded async-stream v0.3.6
9152026-04-06T23:54:04.937Z Downloaded dropshot-api-manager-types v0.7.0
9162026-04-06T23:54:04.937Z Downloaded memmap v0.7.0
9172026-04-06T23:54:04.937Z Downloaded dof v0.4.0
9182026-04-06T23:54:04.937Z Downloaded fixedbitset v0.4.2
9192026-04-06T23:54:04.937Z Downloaded dof v0.3.0
9202026-04-06T23:54:04.937Z Downloaded darling_macro v0.23.0
9212026-04-06T23:54:04.937Z Downloaded compression-core v0.4.31
9222026-04-06T23:54:04.937Z Downloaded libscf-sys v1.1.0
9232026-04-06T23:54:04.937Z Downloaded natord v1.0.9
9242026-04-06T23:54:04.937Z Downloaded idna_adapter v1.2.1
9252026-04-06T23:54:04.937Z Downloaded base16ct v1.0.0
9262026-04-06T23:54:04.937Z Downloaded num-iter v0.1.45
9272026-04-06T23:54:04.943Z Downloaded lru-cache v0.1.2
9282026-04-06T23:54:04.943Z Downloaded hubpack v0.1.2
9292026-04-06T23:54:04.943Z Downloaded num-derive v0.3.3
9302026-04-06T23:54:04.948Z Downloaded httpdate v1.0.3
9312026-04-06T23:54:04.948Z Downloaded num-conv v0.2.1
9322026-04-06T23:54:04.948Z Downloaded opaque-debug v0.3.1
9332026-04-06T23:54:04.948Z Downloaded plain v0.2.3
9342026-04-06T23:54:04.948Z Downloaded compression-codecs v0.4.37
9352026-04-06T23:54:04.964Z Downloaded proc-macro-crate v1.3.1
9362026-04-06T23:54:04.964Z Downloaded num v0.4.3
9372026-04-06T23:54:04.964Z Downloaded phf_shared v0.12.1
9382026-04-06T23:54:04.977Z Downloaded pretty-hex v0.4.2
9392026-04-06T23:54:04.977Z Downloaded hostname v0.4.2
9402026-04-06T23:54:04.977Z Downloaded newtype_derive v0.1.6
9412026-04-06T23:54:04.977Z Downloaded proc-macro-error-attr2 v2.0.0
9422026-04-06T23:54:04.977Z Downloaded deranged v0.5.8
9432026-04-06T23:54:04.978Z Downloaded chacha20 v0.9.1
9442026-04-06T23:54:04.978Z Downloaded constant_time_eq v0.4.2
9452026-04-06T23:54:04.978Z Downloaded cipher v0.4.4
9462026-04-06T23:54:04.978Z Downloaded group v0.13.0
9472026-04-06T23:54:04.978Z Downloaded foldhash v0.2.0
9482026-04-06T23:54:04.978Z Downloaded displaydoc v0.2.5
9492026-04-06T23:54:04.978Z Downloaded defmt v1.0.1
9502026-04-06T23:54:04.978Z Downloaded num_enum_derive v0.5.11
9512026-04-06T23:54:04.978Z Downloaded num-derive v0.4.2
9522026-04-06T23:54:04.978Z Downloaded potential_utf v0.1.4
9532026-04-06T23:54:04.978Z Downloaded embedded-io v0.6.1
9542026-04-06T23:54:04.984Z Downloaded proc-macro-crate v3.5.0
9552026-04-06T23:54:04.984Z Downloaded hubpack_derive v0.1.1
9562026-04-06T23:54:04.984Z Downloaded derive-ex v0.1.8
9572026-04-06T23:54:04.985Z Downloaded daft v0.1.5
9582026-04-06T23:54:04.985Z Downloaded bcs v0.1.6
9592026-04-06T23:54:05.013Z Downloaded proc-macro-error-attr v1.0.4
9602026-04-06T23:54:05.014Z Downloaded powerfmt v0.2.0
9612026-04-06T23:54:05.014Z Downloaded bytecount v0.6.9
9622026-04-06T23:54:05.020Z Downloaded bit-vec v0.8.0
9632026-04-06T23:54:05.020Z Downloaded byte-wrapper v0.1.0
9642026-04-06T23:54:05.020Z Downloaded progenitor-client v0.10.0
9652026-04-06T23:54:05.020Z Downloaded fastrand v2.3.0
9662026-04-06T23:54:05.020Z Downloaded arc-swap v1.9.0
9672026-04-06T23:54:05.020Z Downloaded crossbeam-epoch v0.9.18
9682026-04-06T23:54:05.020Z Downloaded progenitor-macro v0.10.0
9692026-04-06T23:54:05.020Z Downloaded progenitor-client v0.11.2
9702026-04-06T23:54:05.020Z Downloaded managed v0.8.0
9712026-04-06T23:54:05.020Z Downloaded rand_chacha v0.3.1
9722026-04-06T23:54:05.020Z Downloaded ingot-types v0.1.2
9732026-04-06T23:54:05.020Z Downloaded backoff v0.4.0
9742026-04-06T23:54:05.021Z Downloaded progenitor-macro v0.11.2
9752026-04-06T23:54:05.021Z Downloaded oxide-tokio-rt v0.1.3
9762026-04-06T23:54:05.021Z Downloaded parse-display v0.10.0
9772026-04-06T23:54:05.021Z Downloaded memoffset v0.9.1
9782026-04-06T23:54:05.021Z Downloaded bitflags v1.3.2
9792026-04-06T23:54:05.021Z Downloaded poly1305 v0.8.0
9802026-04-06T23:54:05.021Z Downloaded progenitor-macro v0.13.0
9812026-04-06T23:54:05.021Z Downloaded quick-error v1.2.3
9822026-04-06T23:54:05.021Z Downloaded proc-macro-error v1.0.4
9832026-04-06T23:54:05.031Z Downloaded ref-cast v1.0.25
9842026-04-06T23:54:05.031Z Downloaded ref-cast-impl v1.0.25
9852026-04-06T23:54:05.031Z Downloaded rand_xorshift v0.4.0
9862026-04-06T23:54:05.031Z Downloaded ipnetwork v0.21.1
9872026-04-06T23:54:05.049Z Downloaded num_enum v0.7.6
9882026-04-06T23:54:05.049Z Downloaded password-hash v0.5.0
9892026-04-06T23:54:05.049Z Downloaded match_cfg v0.1.0
9902026-04-06T23:54:05.049Z Downloaded hostname v0.3.1
9912026-04-06T23:54:05.049Z Downloaded rustc_version v0.1.7
9922026-04-06T23:54:05.049Z Downloaded cancel-safe-futures v0.1.5
9932026-04-06T23:54:05.049Z Downloaded oxnet v0.1.4
9942026-04-06T23:54:05.049Z Downloaded ciborium v0.2.2
9952026-04-06T23:54:05.050Z Downloaded async-trait v0.1.89
9962026-04-06T23:54:05.053Z Downloaded scroll_derive v0.12.1
9972026-04-06T23:54:05.054Z Downloaded chacha20 v0.10.0
9982026-04-06T23:54:05.054Z Downloaded libsw v3.5.0
9992026-04-06T23:54:05.054Z Downloaded phf v0.12.1
10002026-04-06T23:54:05.054Z Downloaded num-rational v0.4.2
10012026-04-06T23:54:05.054Z Downloaded pem v3.0.6
10022026-04-06T23:54:05.054Z Downloaded parking_lot_core v0.8.6
10032026-04-06T23:54:05.054Z Downloaded progenitor v0.10.0
10042026-04-06T23:54:05.054Z Downloaded serde-big-array v0.5.1
10052026-04-06T23:54:05.057Z Downloaded semver v0.1.20
10062026-04-06T23:54:05.057Z Downloaded darling v0.23.0
10072026-04-06T23:54:05.063Z Downloaded backon v1.6.0
10082026-04-06T23:54:05.063Z Downloaded secrecy v0.10.3
10092026-04-06T23:54:05.064Z Downloaded erased-serde v0.3.31
10102026-04-06T23:54:05.064Z Downloaded memmap2 v0.9.10
10112026-04-06T23:54:05.067Z Downloaded hmac v0.12.1
10122026-04-06T23:54:05.067Z Downloaded allocator-api2 v0.2.21
10132026-04-06T23:54:05.080Z Downloaded sha1 v0.10.6
10142026-04-06T23:54:05.080Z Downloaded serial_test_derive v3.4.0
10152026-04-06T23:54:05.080Z Downloaded serde_repr v0.1.20
10162026-04-06T23:54:05.080Z Downloaded serial_test v3.4.0
10172026-04-06T23:54:05.080Z Downloaded sigpipe v0.1.3
10182026-04-06T23:54:05.080Z Downloaded siphasher v1.0.2
10192026-04-06T23:54:05.080Z Downloaded serde_spanned v1.1.0
10202026-04-06T23:54:05.081Z Downloaded slog-bunyan v2.5.0
10212026-04-06T23:54:05.081Z Downloaded serde_plain v1.0.2
10222026-04-06T23:54:05.081Z Downloaded progenitor-extras v0.1.1
10232026-04-06T23:54:05.081Z Downloaded csv-core v0.1.13
10242026-04-06T23:54:05.087Z Downloaded progenitor-client v0.13.0
10252026-04-06T23:54:05.087Z Downloaded litemap v0.8.1
10262026-04-06T23:54:05.087Z Downloaded omicron-zone-package v0.12.2
10272026-04-06T23:54:05.087Z Downloaded linear-map v1.2.0
10282026-04-06T23:54:05.092Z Downloaded postcard v1.1.3
10292026-04-06T23:54:05.092Z Downloaded slog-envlogger v2.2.0
10302026-04-06T23:54:05.092Z Downloaded spin v0.5.2
10312026-04-06T23:54:05.095Z Downloaded rand_core v0.10.0
10322026-04-06T23:54:05.095Z Downloaded pest_derive v2.8.6
10332026-04-06T23:54:05.095Z Downloaded paste v1.0.15
10342026-04-06T23:54:05.102Z Downloaded structmeta v0.3.0
10352026-04-06T23:54:05.102Z Downloaded rustversion v1.0.22
10362026-04-06T23:54:05.102Z Downloaded multer v3.1.0
10372026-04-06T23:54:05.102Z Downloaded rustls-native-certs v0.8.3
10382026-04-06T23:54:05.106Z Downloaded rustls-pemfile v2.2.0
10392026-04-06T23:54:05.106Z Downloaded strum v0.27.2
10402026-04-06T23:54:05.106Z Downloaded same-file v1.0.6
10412026-04-06T23:54:05.110Z Downloaded rusty-fork v0.3.1
10422026-04-06T23:54:05.110Z Downloaded strum v0.26.3
10432026-04-06T23:54:05.110Z Downloaded stable_deref_trait v1.2.1
10442026-04-06T23:54:05.110Z Downloaded resolv-conf v0.7.6
10452026-04-06T23:54:05.111Z Downloaded take_mut v0.2.2
10462026-04-06T23:54:05.127Z Downloaded tagptr v0.2.0
10472026-04-06T23:54:05.127Z Downloaded tabwriter v1.4.1
10482026-04-06T23:54:05.127Z Downloaded pest_generator v2.8.6
10492026-04-06T23:54:05.127Z Downloaded scroll v0.13.0
10502026-04-06T23:54:05.127Z Downloaded scroll v0.12.0
10512026-04-06T23:54:05.127Z Downloaded schemars_derive v0.8.22
10522026-04-06T23:54:05.127Z Downloaded ingot v0.1.1
10532026-04-06T23:54:05.127Z Downloaded blake2 v0.10.6
10542026-04-06T23:54:05.127Z Downloaded parking_lot v0.11.2
10552026-04-06T23:54:05.127Z Downloaded tabled_derive v0.7.0
10562026-04-06T23:54:05.127Z Downloaded thread-id v4.2.2
10572026-04-06T23:54:05.127Z Downloaded elliptic-curve v0.13.8
10582026-04-06T23:54:05.128Z Downloaded dropshot_endpoint v0.17.0
10592026-04-06T23:54:05.136Z Downloaded termtree v0.5.1
10602026-04-06T23:54:05.136Z Downloaded scroll_derive v0.13.1
10612026-04-06T23:54:05.136Z Downloaded semver v1.0.27
10622026-04-06T23:54:05.136Z Downloaded thiserror-impl-no-std v2.0.2
10632026-04-06T23:54:05.136Z Downloaded testing_table v0.3.0
10642026-04-06T23:54:05.143Z Downloaded icu_properties v2.1.2
10652026-04-06T23:54:05.143Z Downloaded proc-macro-error2 v2.0.1
10662026-04-06T23:54:05.143Z Downloaded time-core v0.1.8
10672026-04-06T23:54:05.143Z Downloaded thread-id v5.1.0
10682026-04-06T23:54:05.143Z Downloaded const_format v0.2.35
10692026-04-06T23:54:05.147Z Downloaded serde_derive_internals v0.29.1
10702026-04-06T23:54:05.147Z Downloaded serde_tokenstream v0.2.3
10712026-04-06T23:54:05.147Z Downloaded icu_normalizer_data v2.1.1
10722026-04-06T23:54:05.147Z Downloaded slog-async v2.8.0
10732026-04-06T23:54:05.148Z Downloaded indexmap v1.9.3
10742026-04-06T23:54:05.148Z Downloaded derive_more v0.99.20
10752026-04-06T23:54:05.152Z Downloaded smawk v0.3.2
10762026-04-06T23:54:05.152Z Downloaded smartstring v1.0.1
10772026-04-06T23:54:05.157Z Downloaded slog-term v2.9.2
10782026-04-06T23:54:05.157Z Downloaded slog-scope v4.4.1
10792026-04-06T23:54:05.158Z Downloaded smf v0.2.3
10802026-04-06T23:54:05.158Z Downloaded slog-stdlog v4.1.1
10812026-04-06T23:54:05.161Z Downloaded dropshot_endpoint v0.16.7
10822026-04-06T23:54:05.161Z Downloaded tabled_derive v0.11.0
10832026-04-06T23:54:05.162Z Downloaded ingot-macros v0.1.1
10842026-04-06T23:54:05.162Z Downloaded slog-json v2.6.1
10852026-04-06T23:54:05.168Z Downloaded icu_provider v2.1.1
10862026-04-06T23:54:05.168Z Downloaded snafu-derive v0.8.9
10872026-04-06T23:54:05.168Z Downloaded strum_macros v0.27.2
10882026-04-06T23:54:05.169Z Downloaded strum_macros v0.26.4
10892026-04-06T23:54:05.182Z Downloaded synstructure v0.13.2
10902026-04-06T23:54:05.182Z Downloaded structmeta-derive v0.3.0
10912026-04-06T23:54:05.182Z Downloaded blake3 v1.8.4
10922026-04-06T23:54:05.191Z Downloaded topological-sort v0.2.2
10932026-04-06T23:54:05.191Z Downloaded usdt-attr-macro v0.5.0
10942026-04-06T23:54:05.191Z Downloaded rhai_codegen v3.1.0
10952026-04-06T23:54:05.191Z Downloaded usdt v0.6.0
10962026-04-06T23:54:05.191Z Downloaded usdt v0.5.0
10972026-04-06T23:54:05.191Z Downloaded unarray v0.1.4
10982026-04-06T23:54:05.191Z Downloaded usdt-macro v0.5.0
10992026-04-06T23:54:05.191Z Downloaded diff v0.1.13
11002026-04-06T23:54:05.191Z Downloaded untrusted v0.7.1
11012026-04-06T23:54:05.191Z Downloaded typify-macro v0.6.1
11022026-04-06T23:54:05.191Z Downloaded typify-macro v0.4.3
11032026-04-06T23:54:05.191Z Downloaded progenitor v0.11.2
11042026-04-06T23:54:05.191Z Downloaded num-complex v0.4.6
11052026-04-06T23:54:05.219Z Downloaded progenitor v0.13.0
11062026-04-06T23:54:05.219Z Downloaded cargo_toml v0.22.3
11072026-04-06T23:54:05.219Z Downloaded usdt-attr-macro v0.6.0
11082026-04-06T23:54:05.219Z Downloaded darling v0.21.3
11092026-04-06T23:54:05.219Z Downloaded wait-timeout v0.2.1
11102026-04-06T23:54:05.219Z Downloaded universal-hash v0.5.1
11112026-04-06T23:54:05.223Z Downloaded darling_core v0.23.0
11122026-04-06T23:54:05.223Z Downloaded chacha20poly1305 v0.10.1
11132026-04-06T23:54:05.223Z Downloaded num_enum v0.5.11
11142026-04-06T23:54:05.223Z Downloaded usdt-macro v0.6.0
11152026-04-06T23:54:05.223Z Downloaded utf-8 v0.7.6
11162026-04-06T23:54:05.223Z Downloaded num-integer v0.1.46
11172026-04-06T23:54:05.223Z Downloaded parse-display-derive v0.10.0
11182026-04-06T23:54:05.223Z Downloaded zerofrom-derive v0.1.6
11192026-04-06T23:54:05.223Z Downloaded serde_with_macros v3.18.0
11202026-04-06T23:54:05.223Z Downloaded yoke-derive v0.8.1
11212026-04-06T23:54:05.223Z Downloaded waitgroup v0.1.2
11222026-04-06T23:54:05.223Z Downloaded zerofrom v0.1.6
11232026-04-06T23:54:05.223Z Downloaded progenitor-impl v0.11.2
11242026-04-06T23:54:05.223Z Downloaded thiserror-no-std v2.0.2
11252026-04-06T23:54:05.223Z Downloaded sdd v3.0.10
11262026-04-06T23:54:05.224Z Downloaded tokio-tungstenite v0.21.0
11272026-04-06T23:54:05.224Z Downloaded tokio-dtrace v0.1.1
11282026-04-06T23:54:05.224Z Downloaded slog-dtrace v0.3.0
11292026-04-06T23:54:05.224Z Downloaded jiff-static v0.2.23
11302026-04-06T23:54:05.224Z Downloaded progenitor-impl v0.13.0
11312026-04-06T23:54:05.224Z Downloaded zeroize_derive v1.4.3
11322026-04-06T23:54:05.224Z Downloaded zone v0.3.1
11332026-04-06T23:54:05.224Z Downloaded tokio-rustls v0.25.0
11342026-04-06T23:54:05.230Z Downloaded tokio-macros v2.6.1
11352026-04-06T23:54:05.230Z Downloaded num_enum_derive v0.7.6
11362026-04-06T23:54:05.230Z Downloaded tinystr v0.8.2
11372026-04-06T23:54:05.230Z Downloaded zone_cfg_derive v0.3.1
11382026-04-06T23:54:05.230Z Downloaded pest_meta v2.8.6
11392026-04-06T23:54:05.230Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-04-06T23:54:05.231Z Downloaded spin v0.9.8
11412026-04-06T23:54:05.261Z Downloaded tiny-keccak v2.0.2
11422026-04-06T23:54:05.261Z Downloaded indicatif v0.18.4
11432026-04-06T23:54:05.322Z Downloaded daft-derive v0.1.5
11442026-04-06T23:54:05.322Z Downloaded defmt-macros v1.0.1
11452026-04-06T23:54:05.322Z Downloaded data-encoding v2.10.0
11462026-04-06T23:54:05.322Z Downloaded bit-set v0.8.0
11472026-04-06T23:54:05.322Z Downloaded newtype-uuid-macros v0.1.0
11482026-04-06T23:54:05.322Z Downloaded keccak v0.1.6
11492026-04-06T23:54:05.322Z Downloaded foreign-types-shared v0.3.1
11502026-04-06T23:54:05.322Z Downloaded float-ord v0.3.2
11512026-04-06T23:54:05.322Z Downloaded unit-prefix v0.5.2
11522026-04-06T23:54:05.322Z Downloaded toml_writer v1.1.0+spec-1.1.0
11532026-04-06T23:54:05.322Z Downloaded papergrid v0.17.0
11542026-04-06T23:54:05.322Z Downloaded icu_locale_core v2.1.1
11552026-04-06T23:54:05.322Z Downloaded usdt-impl v0.5.0
11562026-04-06T23:54:05.322Z Downloaded base64 v0.21.7
11572026-04-06T23:54:05.322Z Downloaded walkdir v2.5.0
11582026-04-06T23:54:05.322Z Downloaded usdt-impl v0.6.0
11592026-04-06T23:54:05.322Z Downloaded schemars v0.8.22
11602026-04-06T23:54:05.323Z Downloaded xz2 v0.1.7
11612026-04-06T23:54:05.323Z Downloaded slog v2.8.2
11622026-04-06T23:54:05.329Z Downloaded vsss-rs v3.3.4
11632026-04-06T23:54:05.329Z Downloaded yoke v0.8.1
11642026-04-06T23:54:05.329Z Downloaded writeable v0.6.2
11652026-04-06T23:54:05.330Z Downloaded zerovec-derive v0.11.2
11662026-04-06T23:54:05.330Z Downloaded time-macros v0.2.27
11672026-04-06T23:54:05.330Z Downloaded pretty_assertions v1.4.1
11682026-04-06T23:54:05.330Z Downloaded similar v2.7.0
11692026-04-06T23:54:05.330Z Downloaded hickory-resolver v0.25.2
11702026-04-06T23:54:05.330Z Downloaded rustls-platform-verifier v0.6.2
11712026-04-06T23:54:05.330Z Downloaded toml_parser v1.1.0+spec-1.1.0
11722026-04-06T23:54:05.330Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11732026-04-06T23:54:05.330Z Downloaded icu_normalizer v2.1.1
11742026-04-06T23:54:05.330Z Downloaded crypto-bigint v0.5.5
11752026-04-06T23:54:05.330Z Downloaded rayon-core v1.13.0
11762026-04-06T23:54:05.330Z Downloaded async-compression v0.4.41
11772026-04-06T23:54:05.330Z Downloaded cc v1.2.58
11782026-04-06T23:54:05.331Z Downloaded test-strategy v0.4.5
11792026-04-06T23:54:05.331Z Downloaded icu_collections v2.1.1
11802026-04-06T23:54:05.331Z Downloaded dropshot-api-manager v0.7.0
11812026-04-06T23:54:05.331Z Downloaded whoami v1.6.1
11822026-04-06T23:54:05.331Z Downloaded papergrid v0.11.0
11832026-04-06T23:54:05.331Z Downloaded thin-vec v0.2.14
11842026-04-06T23:54:05.331Z Downloaded snafu v0.8.9
11852026-04-06T23:54:05.331Z Downloaded progenitor-impl v0.10.0
11862026-04-06T23:54:05.331Z Downloaded indexmap v2.13.0
11872026-04-06T23:54:05.331Z Downloaded zerocopy-derive v0.7.35
11882026-04-06T23:54:05.331Z Downloaded typify v0.6.1
11892026-04-06T23:54:05.331Z Downloaded typify v0.4.3
11902026-04-06T23:54:05.331Z Downloaded tungstenite v0.21.0
11912026-04-06T23:54:05.331Z Downloaded rand v0.8.5
11922026-04-06T23:54:05.337Z Downloaded toml v0.7.8
11932026-04-06T23:54:05.337Z Downloaded qorb v0.4.1
11942026-04-06T23:54:05.337Z Downloaded expectorate v1.2.0
11952026-04-06T23:54:05.337Z Downloaded term v1.2.1
11962026-04-06T23:54:05.340Z Downloaded ucd-trie v0.1.7
11972026-04-06T23:54:05.340Z Downloaded schemars v0.9.0
11982026-04-06T23:54:05.346Z Downloaded unsafe-libyaml v0.2.11
11992026-04-06T23:54:05.350Z Downloaded prettyplease v0.2.37
12002026-04-06T23:54:05.350Z Downloaded serde_yaml v0.9.34+deprecated
12012026-04-06T23:54:05.352Z Downloaded minimal-lexical v0.2.1
12022026-04-06T23:54:05.355Z Downloaded half v2.7.1
12032026-04-06T23:54:05.355Z Downloaded toml v1.1.0+spec-1.1.0
12042026-04-06T23:54:05.358Z Downloaded toml_edit v0.25.8+spec-1.1.0
12052026-04-06T23:54:05.361Z Downloaded toml v0.9.12+spec-1.1.0
12062026-04-06T23:54:05.364Z Downloaded nom v7.1.3
12072026-04-06T23:54:05.367Z Downloaded steno v0.4.1
12082026-04-06T23:54:05.370Z Downloaded schemars v1.2.1
12092026-04-06T23:54:05.376Z Downloaded yansi v1.0.1
12102026-04-06T23:54:05.380Z Downloaded darling_core v0.21.3
12112026-04-06T23:54:05.382Z Downloaded crossbeam-channel v0.5.15
12122026-04-06T23:54:05.386Z Downloaded toml_edit v0.19.15
12132026-04-06T23:54:05.393Z Downloaded pest v2.8.6
12142026-04-06T23:54:05.396Z Downloaded itertools v0.12.1
12152026-04-06T23:54:05.399Z Downloaded nom v8.0.0
12162026-04-06T23:54:05.403Z Downloaded zerotrie v0.2.3
12172026-04-06T23:54:05.406Z Downloaded zerocopy-derive v0.8.48
12182026-04-06T23:54:05.410Z Downloaded hickory-proto v0.24.4
12192026-04-06T23:54:05.418Z Downloaded cmake v0.1.58
12202026-04-06T23:54:05.422Z Downloaded async-stream-impl v0.3.6
12212026-04-06T23:54:05.422Z Downloaded hashbrown v0.12.3
12222026-04-06T23:54:05.422Z Downloaded arrayvec v0.7.6
12232026-04-06T23:54:05.425Z Downloaded scc v2.4.0
12242026-04-06T23:54:05.429Z Downloaded hkdf v0.12.4
12252026-04-06T23:54:05.429Z Downloaded mime v0.3.17
12262026-04-06T23:54:05.429Z Downloaded macaddr v1.0.1
12272026-04-06T23:54:05.429Z Downloaded crunchy v0.2.4
12282026-04-06T23:54:05.432Z Downloaded rand v0.10.0
12292026-04-06T23:54:05.432Z Downloaded crucible-workspace-hack v0.1.0
12302026-04-06T23:54:05.432Z Downloaded console v0.16.3
12312026-04-06T23:54:05.436Z Downloaded libm v0.2.16
12322026-04-06T23:54:05.441Z Downloaded iddqd v0.3.17
12332026-04-06T23:54:05.445Z Downloaded typed-path v0.9.3
12342026-04-06T23:54:05.456Z Downloaded icu_properties_data v2.1.2
12352026-04-06T23:54:05.462Z Downloaded zerovec v0.11.5
12362026-04-06T23:54:05.464Z Downloaded tough v0.20.0
12372026-04-06T23:54:05.469Z Downloaded reqwest v0.13.2
12382026-04-06T23:54:05.472Z Downloaded serde_with v3.18.0
12392026-04-06T23:54:05.479Z Downloaded rayon v1.11.0
12402026-04-06T23:54:05.484Z Downloaded goblin v0.8.2
12412026-04-06T23:54:05.490Z Downloaded rustls-webpki v0.102.8
12422026-04-06T23:54:05.506Z Downloaded moka v0.12.15
12432026-04-06T23:54:05.510Z Downloaded zerocopy v0.7.35
12442026-04-06T23:54:05.518Z Downloaded syn v1.0.109
12452026-04-06T23:54:05.523Z Downloaded winnow v0.5.40
12462026-04-06T23:54:05.528Z Downloaded hickory-proto v0.25.2
12472026-04-06T23:54:05.536Z Downloaded proptest v1.11.0
12482026-04-06T23:54:05.541Z Downloaded nix v0.31.2
12492026-04-06T23:54:05.547Z Downloaded time v0.3.47
12502026-04-06T23:54:05.554Z Downloaded goblin v0.10.5
12512026-04-06T23:54:05.557Z Downloaded tabled v0.15.0
12522026-04-06T23:54:05.567Z Downloaded aws-lc-rs v1.16.2
12532026-04-06T23:54:05.606Z Downloaded tabled v0.20.0
12542026-04-06T23:54:05.615Z Downloaded petgraph v0.6.5
12552026-04-06T23:54:05.625Z Downloaded lzma-sys v0.1.20
12562026-04-06T23:54:05.640Z Downloaded jiff v0.2.23
12572026-04-06T23:54:05.664Z Downloaded rhai v1.24.0
12582026-04-06T23:54:05.670Z Downloaded smoltcp v0.11.0
12592026-04-06T23:54:05.676Z Downloaded dropshot v0.16.7
12602026-04-06T23:54:05.688Z Downloaded rustls v0.22.4
12612026-04-06T23:54:05.700Z Downloaded dropshot v0.17.0
12622026-04-06T23:54:05.712Z Downloaded openapiv3 v2.2.0
12632026-04-06T23:54:05.717Z Downloaded regress v0.10.5
12642026-04-06T23:54:05.766Z Downloaded typify-impl v0.6.1
12652026-04-06T23:54:05.774Z Downloaded sled v0.34.7
12662026-04-06T23:54:05.781Z Downloaded typify-impl v0.4.3
12672026-04-06T23:54:05.875Z Downloaded chrono-tz v0.10.4
12682026-04-06T23:54:05.909Z Downloaded csv v1.4.0
12692026-04-06T23:54:05.943Z Downloaded sha3 v0.10.8
12702026-04-06T23:54:05.949Z Downloaded tokio v1.50.0
12712026-04-06T23:54:05.982Z Downloaded encoding_rs v0.8.35
12722026-04-06T23:54:06.530Z Downloaded aws-lc-sys v0.39.1
12732026-04-06T23:54:07.941Z Compiling proc-macro2 v1.0.106
12742026-04-06T23:54:07.941Z Compiling quote v1.0.45
12752026-04-06T23:54:07.941Z Compiling unicode-ident v1.0.24
12762026-04-06T23:54:07.941Z Compiling serde_core v1.0.228
12772026-04-06T23:54:07.941Z Compiling cfg-if v1.0.4
12782026-04-06T23:54:07.942Z Compiling serde v1.0.228
12792026-04-06T23:54:07.942Z Compiling libc v0.2.184
12802026-04-06T23:54:07.942Z Compiling memchr v2.8.0
12812026-04-06T23:54:07.973Z Compiling itoa v1.0.18
12822026-04-06T23:54:07.973Z Compiling smallvec v1.15.1
12832026-04-06T23:54:07.973Z Compiling zmij v1.0.21
12842026-04-06T23:54:07.973Z Compiling serde_json v1.0.149
12852026-04-06T23:54:08.044Z Compiling autocfg v1.5.0
12862026-04-06T23:54:08.144Z Compiling libm v0.2.16
12872026-04-06T23:54:08.244Z Compiling stable_deref_trait v1.2.1
12882026-04-06T23:54:08.319Z Compiling iana-time-zone v0.1.65
12892026-04-06T23:54:08.371Z Compiling version_check v0.9.5
12902026-04-06T23:54:08.402Z Compiling percent-encoding v2.3.2
12912026-04-06T23:54:08.428Z Compiling litemap v0.8.1
12922026-04-06T23:54:08.453Z Compiling writeable v0.6.2
12932026-04-06T23:54:08.600Z Compiling icu_properties_data v2.1.2
12942026-04-06T23:54:08.616Z Compiling icu_normalizer_data v2.1.1
12952026-04-06T23:54:08.645Z Compiling equivalent v1.0.2
12962026-04-06T23:54:08.645Z Compiling pin-project-lite v0.2.17
12972026-04-06T23:54:08.729Z Compiling syn v2.0.117
12982026-04-06T23:54:08.746Z Compiling foldhash v0.2.0
12992026-04-06T23:54:08.846Z Compiling allocator-api2 v0.2.21
13002026-04-06T23:54:08.927Z Compiling form_urlencoded v1.2.2
13012026-04-06T23:54:08.945Z Compiling utf8_iter v1.0.4
13022026-04-06T23:54:08.980Z Compiling dyn-clone v1.0.20
13032026-04-06T23:54:08.999Z Compiling parking_lot_core v0.9.12
13042026-04-06T23:54:09.090Z Compiling scopeguard v1.2.0
13052026-04-06T23:54:09.109Z Compiling num-traits v0.2.19
13062026-04-06T23:54:09.119Z Compiling thiserror v2.0.18
13072026-04-06T23:54:09.186Z Compiling hashbrown v0.16.1
13082026-04-06T23:54:09.198Z Compiling lock_api v0.4.14
13092026-04-06T23:54:09.270Z Compiling heck v0.5.0
13102026-04-06T23:54:09.426Z Compiling getrandom v0.4.2
13112026-04-06T23:54:09.536Z Compiling rand_core v0.10.0
13122026-04-06T23:54:09.698Z Compiling semver v1.0.27
13132026-04-06T23:54:09.714Z Compiling errno v0.3.14
13142026-04-06T23:54:09.806Z Compiling indexmap v2.13.0
13152026-04-06T23:54:09.824Z Compiling futures-core v0.3.32
13162026-04-06T23:54:09.860Z Compiling jobserver v0.1.34
13172026-04-06T23:54:09.898Z Compiling find-msvc-tools v0.1.9
13182026-04-06T23:54:09.967Z Compiling shlex v1.3.0
13192026-04-06T23:54:10.045Z Compiling zerocopy v0.8.48
13202026-04-06T23:54:10.126Z Compiling cc v1.2.58
13212026-04-06T23:54:10.138Z Compiling uuid v1.23.0
13222026-04-06T23:54:10.174Z Compiling rustversion v1.0.22
13232026-04-06T23:54:10.178Z Compiling fnv v1.0.7
13242026-04-06T23:54:10.331Z Compiling futures-sink v0.3.32
13252026-04-06T23:54:10.421Z Compiling schemars v0.8.22
13262026-04-06T23:54:10.471Z Compiling slab v0.4.12
13272026-04-06T23:54:10.494Z Compiling futures-channel v0.3.32
13282026-04-06T23:54:10.599Z Compiling socket2 v0.6.3
13292026-04-06T23:54:10.660Z Compiling futures-task v0.3.32
13302026-04-06T23:54:10.715Z Compiling futures-io v0.3.32
13312026-04-06T23:54:10.827Z Compiling parking_lot v0.12.5
13322026-04-06T23:54:10.856Z Compiling signal-hook-registry v1.4.8
13332026-04-06T23:54:10.867Z Compiling mio v1.2.0
13342026-04-06T23:54:10.927Z Compiling portable-atomic v1.13.1
13352026-04-06T23:54:11.044Z Compiling log v0.4.29
13362026-04-06T23:54:11.120Z Compiling bitflags v2.11.0
13372026-04-06T23:54:11.228Z Compiling critical-section v1.2.0
13382026-04-06T23:54:11.243Z Compiling typenum v1.19.0
13392026-04-06T23:54:11.316Z Compiling getrandom v0.2.17
13402026-04-06T23:54:11.330Z Compiling base64 v0.22.1
13412026-04-06T23:54:11.351Z Compiling regex-syntax v0.8.10
13422026-04-06T23:54:11.361Z Compiling subtle v2.6.1
13432026-04-06T23:54:11.428Z Compiling byteorder v1.5.0
13442026-04-06T23:54:11.492Z Compiling untrusted v0.9.0
13452026-04-06T23:54:11.525Z Compiling rand_core v0.6.4
13462026-04-06T23:54:11.583Z Compiling synstructure v0.13.2
13472026-04-06T23:54:11.616Z Compiling serde_derive_internals v0.29.1
13482026-04-06T23:54:11.662Z Compiling httparse v1.10.1
13492026-04-06T23:54:11.761Z Compiling atomic-waker v1.1.2
13502026-04-06T23:54:11.870Z Compiling once_cell v1.21.4
13512026-04-06T23:54:11.924Z Compiling ipnet v2.12.0
13522026-04-06T23:54:11.996Z Compiling strsim v0.11.1
13532026-04-06T23:54:12.082Z Compiling rustix v1.1.4
13542026-04-06T23:54:12.155Z Compiling tower-service v0.3.3
13552026-04-06T23:54:12.220Z Compiling tower-layer v0.3.3
13562026-04-06T23:54:12.346Z Compiling cmake v0.1.58
13572026-04-06T23:54:12.376Z Compiling try-lock v0.2.5
13582026-04-06T23:54:12.386Z Compiling fs_extra v1.3.0
13592026-04-06T23:54:12.506Z Compiling dunce v1.0.5
13602026-04-06T23:54:12.507Z Compiling thiserror v1.0.69
13612026-04-06T23:54:12.597Z Compiling ryu v1.0.23
13622026-04-06T23:54:12.602Z Compiling want v0.3.1
13632026-04-06T23:54:12.660Z Compiling httpdate v1.0.3
13642026-04-06T23:54:12.680Z Compiling ucd-trie v0.1.7
13652026-04-06T23:54:12.733Z Compiling aws-lc-sys v0.39.1
13662026-04-06T23:54:12.773Z Compiling generic-array v0.14.7
13672026-04-06T23:54:12.784Z Compiling getrandom v0.3.4
13682026-04-06T23:54:12.797Z Compiling serde_derive v1.0.228
13692026-04-06T23:54:12.816Z Compiling zerofrom-derive v0.1.6
13702026-04-06T23:54:12.888Z Compiling yoke-derive v0.8.1
13712026-04-06T23:54:12.978Z Compiling zerovec-derive v0.11.2
13722026-04-06T23:54:13.000Z Compiling displaydoc v0.2.5
13732026-04-06T23:54:13.112Z Compiling schemars_derive v0.8.22
13742026-04-06T23:54:13.569Z Compiling thiserror-impl v2.0.18
13752026-04-06T23:54:13.740Z Compiling tokio-macros v2.6.1
13762026-04-06T23:54:13.935Z Compiling zerocopy-derive v0.8.48
13772026-04-06T23:54:14.025Z Compiling zerofrom v0.1.6
13782026-04-06T23:54:14.062Z Compiling zeroize_derive v1.4.3
13792026-04-06T23:54:14.086Z Compiling futures-macro v0.3.32
13802026-04-06T23:54:14.142Z Compiling yoke v0.8.1
13812026-04-06T23:54:14.321Z Compiling zerovec v0.11.5
13822026-04-06T23:54:14.332Z Compiling zerotrie v0.2.3
13832026-04-06T23:54:14.630Z Compiling thiserror-impl v1.0.69
13842026-04-06T23:54:14.726Z Compiling zeroize v1.8.2
13852026-04-06T23:54:14.803Z Compiling tinystr v0.8.2
13862026-04-06T23:54:14.825Z Compiling potential_utf v0.1.4
13872026-04-06T23:54:14.925Z Compiling icu_collections v2.1.1
13882026-04-06T23:54:14.979Z Compiling icu_locale_core v2.1.1
13892026-04-06T23:54:14.993Z Compiling futures-util v0.3.32
13902026-04-06T23:54:15.010Z Compiling pest v2.8.6
13912026-04-06T23:54:17.806Z Compiling pretty-hex v0.4.2
13922026-04-06T23:54:17.807Z Compiling icu_provider v2.1.1
13932026-04-06T23:54:17.807Z Compiling icu_normalizer v2.1.1
13942026-04-06T23:54:17.807Z Compiling icu_properties v2.1.2
13952026-04-06T23:54:17.807Z Compiling bytes v1.11.1
13962026-04-06T23:54:17.807Z Compiling chrono v0.4.44
13972026-04-06T23:54:17.807Z Compiling serde_tokenstream v0.2.3
13982026-04-06T23:54:17.807Z Compiling http v1.4.0
13992026-04-06T23:54:17.807Z Compiling tokio v1.50.0
14002026-04-06T23:54:17.807Z Compiling erased-serde v0.3.31
14012026-04-06T23:54:17.807Z Compiling idna_adapter v1.2.1
14022026-04-06T23:54:17.807Z Compiling pest_meta v2.8.6
14032026-04-06T23:54:17.807Z Compiling idna v1.1.0
14042026-04-06T23:54:17.838Z Compiling http-body v1.0.1
14052026-04-06T23:54:17.838Z Compiling url v2.5.8
14062026-04-06T23:54:17.838Z Compiling plain v0.2.3
14072026-04-06T23:54:17.838Z Compiling pest_generator v2.8.6
14082026-04-06T23:54:18.261Z Compiling ppv-lite86 v0.2.21
14092026-04-06T23:54:18.285Z Compiling tracing-attributes v0.1.31
14102026-04-06T23:54:18.304Z Compiling tracing-core v0.1.36
14112026-04-06T23:54:18.383Z Compiling pest_derive v2.8.6
14122026-04-06T23:54:18.583Z Compiling slog v2.8.2
14132026-04-06T23:54:18.826Z Compiling http-body-util v0.1.3
14142026-04-06T23:54:18.895Z Compiling serde_urlencoded v0.7.1
14152026-04-06T23:54:18.921Z Compiling ipnetwork v0.21.1
14162026-04-06T23:54:19.040Z Compiling sync_wrapper v1.0.2
14172026-04-06T23:54:19.134Z Compiling regress v0.10.5
14182026-04-06T23:54:19.143Z Compiling aho-corasick v1.1.4
14192026-04-06T23:54:19.351Z Compiling paste v1.0.15
14202026-04-06T23:54:19.466Z Compiling crypto-common v0.1.7
14212026-04-06T23:54:19.492Z Compiling tracing v0.1.44
14222026-04-06T23:54:19.590Z Compiling time-core v0.1.8
14232026-04-06T23:54:19.670Z Compiling powerfmt v0.2.0
14242026-04-06T23:54:19.738Z Compiling num-conv v0.2.1
14252026-04-06T23:54:19.746Z Compiling omicron-workspace-hack v0.1.0
14262026-04-06T23:54:19.868Z Compiling ident_case v1.0.1
14272026-04-06T23:54:19.874Z Compiling time-macros v0.2.27
14282026-04-06T23:54:19.931Z Compiling regex-automata v0.4.14
14292026-04-06T23:54:19.997Z Compiling deranged v0.5.8
14302026-04-06T23:54:20.959Z Compiling num_threads v0.1.7
14312026-04-06T23:54:20.984Z Compiling anyhow v1.0.102
14322026-04-06T23:54:21.000Z Compiling iri-string v0.7.12
14332026-04-06T23:54:21.107Z Compiling scroll_derive v0.13.1
14342026-04-06T23:54:21.887Z Compiling regex v1.12.3
14352026-04-06T23:54:21.921Z Compiling scroll v0.13.0
14362026-04-06T23:54:22.179Z Compiling tokio-util v0.7.18
14372026-04-06T23:54:22.366Z Compiling oxnet v0.1.4
14382026-04-06T23:54:22.446Z Compiling daft-derive v0.1.5
14392026-04-06T23:54:22.690Z Compiling syn v1.0.109
14402026-04-06T23:54:22.814Z Compiling winnow v1.0.1
14412026-04-06T23:54:22.977Z Compiling fastrand v2.3.0
14422026-04-06T23:54:23.047Z Compiling openapiv3 v2.2.0
14432026-04-06T23:54:23.063Z Compiling rustls-pki-types v1.14.0
14442026-04-06T23:54:23.220Z Compiling async-trait v0.1.89
14452026-04-06T23:54:23.546Z Compiling crossbeam-utils v0.8.21
14462026-04-06T23:54:24.148Z Compiling ring v0.17.14
14472026-04-06T23:54:25.022Z Compiling cpufeatures v0.2.17
14482026-04-06T23:54:25.038Z Compiling h2 v0.4.13
14492026-04-06T23:54:25.038Z Compiling block-buffer v0.10.4
14502026-04-06T23:54:25.038Z Compiling thread_local v1.1.9
14512026-04-06T23:54:25.038Z Compiling hex v0.4.3
14522026-04-06T23:54:25.038Z Compiling usdt-impl v0.6.0
14532026-04-06T23:54:25.038Z Compiling digest v0.10.7
14542026-04-06T23:54:25.038Z Compiling goblin v0.10.5
14552026-04-06T23:54:25.038Z Compiling dtrace-parser v0.3.0
14562026-04-06T23:54:25.122Z Compiling openssl-probe v0.2.1
14572026-04-06T23:54:25.306Z Compiling slog-async v2.8.0
14582026-04-06T23:54:25.509Z Compiling camino v1.2.2
14592026-04-06T23:54:25.799Z Compiling thread-id v5.1.0
14602026-04-06T23:54:25.863Z Compiling term v1.2.1
14612026-04-06T23:54:25.874Z Compiling take_mut v0.2.2
14622026-04-06T23:54:25.971Z Compiling rand_core v0.9.5
14632026-04-06T23:54:26.180Z Compiling futures-executor v0.3.32
14642026-04-06T23:54:26.444Z Compiling match_cfg v0.1.0
14652026-04-06T23:54:26.457Z Compiling futures v0.3.32
14662026-04-06T23:54:26.504Z Compiling hyper v1.9.0
14672026-04-06T23:54:26.544Z Compiling structmeta-derive v0.3.0
14682026-04-06T23:54:26.554Z Compiling aws-lc-rs v1.16.2
14692026-04-06T23:54:26.855Z Compiling rustls v0.22.4
14702026-04-06T23:54:27.053Z Compiling rand_chacha v0.9.0
14712026-04-06T23:54:27.205Z Compiling darling_core v0.23.0
14722026-04-06T23:54:27.501Z Compiling newtype-uuid-macros v0.1.0
14732026-04-06T23:54:27.596Z Compiling dof v0.4.0
14742026-04-06T23:54:28.250Z Compiling hyper-util v0.1.20
14752026-04-06T23:54:28.589Z Compiling structmeta v0.3.0
14762026-04-06T23:54:28.965Z Compiling winnow v0.7.15
14772026-04-06T23:54:29.011Z Compiling rand v0.9.2
14782026-04-06T23:54:29.342Z Compiling darling_macro v0.23.0
14792026-04-06T23:54:29.556Z Compiling time v0.3.47
14802026-04-06T23:54:29.619Z Compiling tower v0.5.3
14812026-04-06T23:54:29.792Z Compiling usdt-attr-macro v0.6.0
14822026-04-06T23:54:29.906Z Compiling usdt-macro v0.6.0
14832026-04-06T23:54:29.939Z Compiling newtype-uuid v1.3.2
14842026-04-06T23:54:30.089Z Compiling untrusted v0.7.1
14852026-04-06T23:54:30.208Z Compiling ref-cast v1.0.25
14862026-04-06T23:54:30.277Z Compiling quick-error v1.2.3
14872026-04-06T23:54:30.384Z Compiling daft v0.1.5
14882026-04-06T23:54:30.438Z Compiling tower-http v0.6.8
14892026-04-06T23:54:30.556Z Compiling darling v0.23.0
14902026-04-06T23:54:30.636Z Compiling crossbeam-channel v0.5.15
14912026-04-06T23:54:30.647Z Compiling ref-cast-impl v1.0.25
14922026-04-06T23:54:30.858Z Compiling strum_macros v0.26.4
14932026-04-06T23:54:30.987Z Compiling toml_datetime v0.7.5+spec-1.1.0
14942026-04-06T23:54:31.043Z Compiling serde_spanned v1.1.0
14952026-04-06T23:54:31.115Z Compiling multer v3.1.0
14962026-04-06T23:54:31.187Z Compiling debug-ignore v1.0.5
14972026-04-06T23:54:31.225Z Compiling rustls v0.23.37
14982026-04-06T23:54:31.241Z Compiling toml_writer v1.1.0+spec-1.1.0
14992026-04-06T23:54:31.284Z Compiling bit-vec v0.8.0
15002026-04-06T23:54:31.374Z Compiling serde_with_macros v3.18.0
15012026-04-06T23:54:31.387Z Compiling async-stream-impl v0.3.6
15022026-04-06T23:54:31.423Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15032026-04-06T23:54:31.448Z Compiling dropshot v0.16.7
15042026-04-06T23:54:31.520Z Compiling bit-set v0.8.0
15052026-04-06T23:54:31.663Z Compiling encoding_rs v0.8.35
15062026-04-06T23:54:31.679Z Compiling mime v0.3.17
15072026-04-06T23:54:31.878Z Compiling spin v0.9.8
15082026-04-06T23:54:31.944Z Compiling unarray v0.1.4
15092026-04-06T23:54:32.005Z Compiling async-stream v0.3.6
15102026-04-06T23:54:32.047Z Compiling derive-ex v0.1.8
15112026-04-06T23:54:32.177Z Compiling dropshot_endpoint v0.16.7
15122026-04-06T23:54:33.129Z Compiling macaddr v1.0.1
15132026-04-06T23:54:33.144Z Compiling waitgroup v0.1.2
15142026-04-06T23:54:33.144Z Compiling serde_path_to_error v0.1.20
15152026-04-06T23:54:33.144Z Compiling strum v0.26.3
15162026-04-06T23:54:33.144Z Compiling is-terminal v0.4.17
15172026-04-06T23:54:33.145Z Compiling slog-term v2.9.2
15182026-04-06T23:54:33.147Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15192026-04-06T23:54:33.147Z Compiling tempfile v3.27.0
15202026-04-06T23:54:33.235Z Compiling strum_macros v0.27.2
15212026-04-06T23:54:33.368Z Compiling instant v0.1.13
15222026-04-06T23:54:33.515Z Compiling rustc-hash v2.1.2
15232026-04-06T23:54:33.611Z Compiling slog-json v2.6.1
15242026-04-06T23:54:33.721Z Compiling test-strategy v0.4.5
15252026-04-06T23:54:33.731Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15262026-04-06T23:54:33.918Z Compiling hostname v0.3.1
15272026-04-06T23:54:34.058Z Compiling rustls-native-certs v0.8.3
15282026-04-06T23:54:34.295Z Compiling memmap2 v0.9.10
15292026-04-06T23:54:34.513Z Compiling either v1.15.0
15302026-04-06T23:54:34.841Z Compiling slog-bunyan v2.5.0
15312026-04-06T23:54:34.854Z Compiling parse-display-derive v0.10.0
15322026-04-06T23:54:34.968Z Compiling rustls-webpki v0.102.8
15332026-04-06T23:54:35.152Z Compiling strum v0.27.2
15342026-04-06T23:54:35.155Z Compiling backon v1.6.0
15352026-04-06T23:54:35.204Z Compiling rand_chacha v0.3.1
15362026-04-06T23:54:35.285Z Compiling toml_parser v1.1.0+spec-1.1.0
15372026-04-06T23:54:35.647Z Compiling rand v0.8.5
15382026-04-06T23:54:35.844Z Compiling wait-timeout v0.2.1
15392026-04-06T23:54:36.284Z Compiling rusty-fork v0.3.1
15402026-04-06T23:54:36.310Z Compiling toml v0.9.12+spec-1.1.0
15412026-04-06T23:54:36.458Z Compiling serde_with v3.18.0
15422026-04-06T23:54:36.633Z Compiling reqwest v0.12.28
15432026-04-06T23:54:37.922Z Compiling usdt v0.6.0
15442026-04-06T23:54:38.074Z Compiling tokio-rustls v0.25.0
15452026-04-06T23:54:38.116Z Compiling rand_xorshift v0.4.0
15462026-04-06T23:54:38.178Z Compiling sha1 v0.10.6
15472026-04-06T23:54:38.225Z Compiling rustls-pemfile v2.2.0
15482026-04-06T23:54:38.260Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15492026-04-06T23:54:38.296Z Compiling hostname v0.4.2
15502026-04-06T23:54:38.424Z Compiling proptest v1.11.0
15512026-04-06T23:54:38.724Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15522026-04-06T23:54:38.920Z Compiling itertools v0.14.0
15532026-04-06T23:54:39.059Z Compiling iddqd v0.3.17
15542026-04-06T23:54:39.841Z Compiling utf8parse v0.2.2
15552026-04-06T23:54:39.955Z Compiling anstyle-parse v1.0.0
15562026-04-06T23:54:40.071Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15572026-04-06T23:54:40.182Z Compiling colorchoice v1.0.5
15582026-04-06T23:54:40.313Z Compiling is_terminal_polyfill v1.70.2
15592026-04-06T23:54:40.403Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15602026-04-06T23:54:40.590Z Compiling anstyle-query v1.1.5
15612026-04-06T23:54:40.682Z Compiling anstyle v1.0.14
15622026-04-06T23:54:40.903Z Compiling anstream v1.0.0
15632026-04-06T23:54:40.919Z Compiling progenitor-client v0.10.0
15642026-04-06T23:54:40.977Z Compiling parse-display v0.10.0
15652026-04-06T23:54:41.185Z Compiling backoff v0.4.0
15662026-04-06T23:54:41.217Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15672026-04-06T23:54:41.269Z Compiling toml_datetime v0.6.11
15682026-04-06T23:54:41.293Z Compiling clap_lex v1.1.0
15692026-04-06T23:54:41.313Z Compiling unicode-width v0.2.2
15702026-04-06T23:54:41.730Z Compiling clap_derive v4.6.0
15712026-04-06T23:54:42.232Z Compiling terminal_size v0.4.4
15722026-04-06T23:54:42.362Z Compiling zerocopy-derive v0.7.35
15732026-04-06T23:54:43.236Z Compiling zerocopy v0.7.35
15742026-04-06T23:54:43.328Z Compiling convert_case v0.4.0
15752026-04-06T23:54:43.626Z Compiling derive_more v0.99.20
15762026-04-06T23:54:44.068Z Compiling clap_builder v4.6.0
15772026-04-06T23:54:44.497Z Compiling tinyvec_macros v0.1.1
15782026-04-06T23:54:44.555Z Compiling tinyvec v1.11.0
15792026-04-06T23:54:45.020Z Compiling typify-impl v0.6.1
15802026-04-06T23:54:45.629Z Compiling clap v4.6.0
15812026-04-06T23:54:45.710Z Compiling dtrace-parser v0.2.0
15822026-04-06T23:54:45.843Z Compiling serde_spanned v0.6.9
15832026-04-06T23:54:45.985Z Compiling secrecy v0.10.3
15842026-04-06T23:54:46.138Z Compiling scroll_derive v0.12.1
15852026-04-06T23:54:46.304Z Compiling usdt-impl v0.5.0
15862026-04-06T23:54:46.547Z Compiling crucible-workspace-hack v0.1.0
15872026-04-06T23:54:46.558Z Compiling toml_write v0.1.2
15882026-04-06T23:54:46.744Z Compiling toml_edit v0.22.27
15892026-04-06T23:54:46.837Z Compiling scroll v0.12.0
15902026-04-06T23:54:47.093Z Compiling dof v0.3.0
15912026-04-06T23:54:47.572Z Compiling darling_core v0.21.3
15922026-04-06T23:54:47.661Z Compiling rustc_version v0.4.1
15932026-04-06T23:54:47.707Z Compiling thread-id v4.2.2
15942026-04-06T23:54:47.710Z Compiling unsafe-libyaml v0.2.11
15952026-04-06T23:54:47.931Z Compiling curve25519-dalek v4.1.3
15962026-04-06T23:54:48.216Z Compiling toml v0.8.23
15972026-04-06T23:54:48.315Z Compiling serde_yaml v0.9.34+deprecated
15982026-04-06T23:54:49.025Z Compiling goblin v0.8.2
15992026-04-06T23:54:49.658Z Compiling hubpack_derive v0.1.1
16002026-04-06T23:54:49.690Z Compiling darling_macro v0.21.3
16012026-04-06T23:54:49.860Z Compiling hmac v0.12.1
16022026-04-06T23:54:49.995Z Compiling crossbeam-epoch v0.9.18
16032026-04-06T23:54:50.023Z Compiling inout v0.1.4
16042026-04-06T23:54:50.166Z Compiling ff v0.13.1
16052026-04-06T23:54:50.177Z Compiling num-integer v0.1.46
16062026-04-06T23:54:50.380Z Compiling float-ord v0.3.2
16072026-04-06T23:54:50.491Z Compiling toml_datetime v1.1.0+spec-1.1.0
16082026-04-06T23:54:50.587Z Compiling group v0.13.0
16092026-04-06T23:54:50.694Z Compiling toml_edit v0.25.8+spec-1.1.0
16102026-04-06T23:54:50.721Z Compiling darling v0.21.3
16112026-04-06T23:54:50.740Z Compiling hubpack v0.1.2
16122026-04-06T23:54:50.960Z Compiling cipher v0.4.4
16132026-04-06T23:54:51.021Z Compiling hkdf v0.12.4
16142026-04-06T23:54:51.305Z Compiling typify-macro v0.6.1
16152026-04-06T23:54:52.563Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16162026-04-06T23:54:52.914Z Compiling thiserror-impl-no-std v2.0.2
16172026-04-06T23:54:53.003Z Compiling universal-hash v0.5.1
16182026-04-06T23:54:53.134Z Compiling half v2.7.1
16192026-04-06T23:54:53.341Z Compiling crypto-bigint v0.5.5
16202026-04-06T23:54:53.418Z Compiling curve25519-dalek-derive v0.1.1
16212026-04-06T23:54:53.432Z Compiling proc-macro-error-attr v1.0.4
16222026-04-06T23:54:53.648Z Compiling memoffset v0.9.1
16232026-04-06T23:54:53.913Z Compiling rustix v0.38.44
16242026-04-06T23:54:53.994Z Compiling cfg_aliases v0.2.1
16252026-04-06T23:54:54.008Z Compiling ciborium-io v0.2.2
16262026-04-06T23:54:54.066Z Compiling static_assertions v1.1.0
16272026-04-06T23:54:54.078Z Compiling base16ct v0.2.0
16282026-04-06T23:54:54.094Z Compiling opaque-debug v0.3.1
16292026-04-06T23:54:54.132Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16302026-04-06T23:54:54.160Z Compiling base64ct v1.8.3
16312026-04-06T23:54:54.229Z Compiling prettyplease v0.2.37
16322026-04-06T23:54:54.250Z Compiling heapless v0.8.0
16332026-04-06T23:54:54.378Z Compiling password-hash v0.5.0
16342026-04-06T23:54:54.469Z Compiling elliptic-curve v0.13.8
16352026-04-06T23:54:54.483Z Compiling poly1305 v0.8.0
16362026-04-06T23:54:54.703Z Compiling ciborium-ll v0.2.2
16372026-04-06T23:54:54.732Z Compiling nix v0.31.2
16382026-04-06T23:54:54.814Z Compiling thiserror-no-std v2.0.2
16392026-04-06T23:54:55.001Z Compiling typify v0.6.1
16402026-04-06T23:54:55.315Z Compiling proc-macro-crate v3.5.0
16412026-04-06T23:54:55.356Z Compiling chacha20 v0.9.1
16422026-04-06T23:54:55.551Z Compiling ingot-macros v0.1.1
16432026-04-06T23:54:55.571Z Compiling num-rational v0.4.2
16442026-04-06T23:54:55.581Z Compiling num-iter v0.1.45
16452026-04-06T23:54:55.611Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16462026-04-06T23:54:55.727Z Compiling usdt-attr-macro v0.5.0
16472026-04-06T23:54:55.738Z Compiling usdt-macro v0.5.0
16482026-04-06T23:54:56.497Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16492026-04-06T23:54:56.881Z Compiling blake2 v0.10.6
16502026-04-06T23:54:56.896Z Compiling byte-wrapper v0.1.0
16512026-04-06T23:54:57.253Z Compiling rustls-webpki v0.103.10
16522026-04-06T23:54:57.755Z Compiling aead v0.5.2
16532026-04-06T23:54:57.918Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16542026-04-06T23:54:58.250Z Compiling enum-as-inner v0.6.1
16552026-04-06T23:54:58.294Z Compiling hash32 v0.3.1
16562026-04-06T23:54:58.380Z Compiling num-complex v0.4.6
16572026-04-06T23:54:58.449Z Compiling proc-macro-error v1.0.4
16582026-04-06T23:54:58.460Z Compiling memmap v0.7.0
16592026-04-06T23:54:58.651Z Compiling keccak v0.1.6
16602026-04-06T23:54:58.677Z Compiling data-encoding v2.10.0
16612026-04-06T23:54:58.771Z Compiling winnow v0.5.40
16622026-04-06T23:54:58.825Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16632026-04-06T23:54:58.901Z Compiling smoltcp v0.11.0
16642026-04-06T23:54:59.058Z Compiling sha3 v0.10.8
16652026-04-06T23:54:59.372Z Compiling num v0.4.3
16662026-04-06T23:54:59.446Z Compiling usdt v0.5.0
16672026-04-06T23:54:59.551Z Compiling ingot-types v0.1.2
16682026-04-06T23:54:59.717Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16692026-04-06T23:54:59.905Z Compiling chacha20poly1305 v0.10.1
16702026-04-06T23:54:59.952Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16712026-04-06T23:55:00.035Z Compiling argon2 v0.5.3
16722026-04-06T23:55:00.171Z Compiling toml_edit v0.19.15
16732026-04-06T23:55:00.563Z Compiling num_enum_derive v0.7.6
16742026-04-06T23:55:01.161Z Compiling tokio-rustls v0.26.4
16752026-04-06T23:55:01.409Z Compiling hyper-rustls v0.27.7
16762026-04-06T23:55:01.504Z Compiling rustls-platform-verifier v0.6.2
16772026-04-06T23:55:01.702Z Compiling reqwest v0.13.2
16782026-04-06T23:55:01.982Z Compiling vsss-rs v3.3.4
16792026-04-06T23:55:02.196Z Compiling progenitor-impl v0.13.0
16802026-04-06T23:55:02.500Z Compiling ciborium v0.2.2
16812026-04-06T23:55:03.124Z Compiling progenitor-client v0.13.0
16822026-04-06T23:55:03.425Z Compiling progenitor-extras v0.1.1
16832026-04-06T23:55:03.673Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16842026-04-06T23:55:04.056Z Compiling tabwriter v1.4.1
16852026-04-06T23:55:04.168Z Compiling cobs v0.3.0
16862026-04-06T23:55:04.583Z Compiling foreign-types-macros v0.2.3
16872026-04-06T23:55:04.594Z Compiling bitflags v1.3.2
16882026-04-06T23:55:04.594Z Compiling managed v0.8.0
16892026-04-06T23:55:04.594Z Compiling cpufeatures v0.3.0
16902026-04-06T23:55:04.594Z Compiling vcpkg v0.2.15
16912026-04-06T23:55:04.661Z Compiling colored v3.1.1
16922026-04-06T23:55:04.952Z Compiling pkg-config v0.3.32
16932026-04-06T23:55:05.066Z Compiling bytecount v0.6.9
16942026-04-06T23:55:05.110Z Compiling indent_write v2.2.0
16952026-04-06T23:55:05.208Z Compiling foreign-types-shared v0.3.1
16962026-04-06T23:55:05.305Z Compiling foreign-types v0.5.0
16972026-04-06T23:55:05.444Z Compiling chacha20 v0.10.0
16982026-04-06T23:55:05.449Z Compiling openssl-sys v0.9.112
16992026-04-06T23:55:05.714Z Compiling postcard v1.1.3
17002026-04-06T23:55:05.847Z Compiling progenitor-macro v0.13.0
17012026-04-06T23:55:06.050Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17022026-04-06T23:55:06.477Z Compiling num_enum v0.7.6
17032026-04-06T23:55:06.599Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17042026-04-06T23:55:06.699Z Compiling proc-macro-crate v1.3.1
17052026-04-06T23:55:07.032Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17062026-04-06T23:55:07.128Z Compiling ingot v0.1.1
17072026-04-06T23:55:08.129Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17082026-04-06T23:55:08.528Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17092026-04-06T23:55:08.635Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17102026-04-06T23:55:09.042Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17112026-04-06T23:55:09.056Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17122026-04-06T23:55:09.281Z Compiling cstr-argument v0.1.2
17132026-04-06T23:55:09.444Z Compiling semver v0.1.20
17142026-04-06T23:55:09.491Z Compiling lazy_static v1.5.0
17152026-04-06T23:55:09.564Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17162026-04-06T23:55:09.700Z Compiling linked-hash-map v0.5.6
17172026-04-06T23:55:09.778Z Compiling rayon-core v1.13.0
17182026-04-06T23:55:09.890Z Compiling resolv-conf v0.7.6
17192026-04-06T23:55:09.996Z Compiling heck v0.4.1
17202026-04-06T23:55:10.046Z Compiling swrite v0.1.0
17212026-04-06T23:55:10.162Z Compiling lru-cache v0.1.2
17222026-04-06T23:55:10.223Z Compiling rustc_version v0.1.7
17232026-04-06T23:55:10.282Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17242026-04-06T23:55:10.475Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17252026-04-06T23:55:10.554Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17262026-04-06T23:55:10.681Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17272026-04-06T23:55:10.960Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17282026-04-06T23:55:11.011Z Compiling progenitor v0.13.0
17292026-04-06T23:55:11.167Z Compiling num_enum_derive v0.5.11
17302026-04-06T23:55:11.232Z Compiling rand v0.10.0
17312026-04-06T23:55:11.308Z Compiling hickory-proto v0.24.4
17322026-04-06T23:55:11.688Z Compiling crossbeam-deque v0.8.6
17332026-04-06T23:55:11.878Z Compiling serde-big-array v0.5.1
17342026-04-06T23:55:11.889Z Compiling pin-project-internal v1.1.11
17352026-04-06T23:55:11.915Z Compiling serde_repr v0.1.20
17362026-04-06T23:55:12.022Z Compiling derive-where v1.6.1
17372026-04-06T23:55:12.198Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17382026-04-06T23:55:12.557Z Compiling unicode-segmentation v1.13.2
17392026-04-06T23:55:12.771Z Compiling minimal-lexical v0.2.1
17402026-04-06T23:55:12.998Z Compiling siphasher v1.0.2
17412026-04-06T23:55:13.007Z Compiling pin-project v1.1.11
17422026-04-06T23:55:13.038Z Compiling nom v7.1.3
17432026-04-06T23:55:14.094Z Compiling newline-converter v0.3.0
17442026-04-06T23:55:14.097Z Compiling phf_shared v0.12.1
17452026-04-06T23:55:14.098Z Compiling hickory-resolver v0.24.4
17462026-04-06T23:55:14.098Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17472026-04-06T23:55:14.098Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17482026-04-06T23:55:14.098Z Compiling num_enum v0.5.11
17492026-04-06T23:55:14.235Z Compiling newtype_derive v0.1.6
17502026-04-06T23:55:14.413Z Compiling atomicwrites v0.4.4
17512026-04-06T23:55:14.619Z Compiling unicode-normalization v0.1.25
17522026-04-06T23:55:14.679Z Compiling console v0.15.11
17532026-04-06T23:55:15.015Z Compiling camino-tempfile v1.4.1
17542026-04-06T23:55:15.081Z Compiling tokio-stream v0.1.18
17552026-04-06T23:55:15.093Z Compiling snafu-derive v0.8.9
17562026-04-06T23:55:15.256Z Compiling async-recursion v1.1.1
17572026-04-06T23:55:15.362Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17582026-04-06T23:55:15.545Z Compiling slog-dtrace v0.3.0
17592026-04-06T23:55:15.669Z Compiling csv-core v0.1.13
17602026-04-06T23:55:15.781Z Compiling bstr v1.12.1
17612026-04-06T23:55:15.862Z Compiling unicode-width v0.1.14
17622026-04-06T23:55:15.871Z Compiling foldhash v0.1.5
17632026-04-06T23:55:15.911Z Compiling openssl v0.10.76
17642026-04-06T23:55:15.932Z Compiling highway v1.3.0
17652026-04-06T23:55:16.035Z Compiling owo-colors v4.3.0
17662026-04-06T23:55:16.047Z Compiling chrono-tz v0.10.4
17672026-04-06T23:55:16.132Z Compiling foreign-types-shared v0.1.1
17682026-04-06T23:55:16.170Z Compiling similar v2.7.0
17692026-04-06T23:55:16.223Z Compiling cancel-safe-futures v0.1.5
17702026-04-06T23:55:16.256Z Compiling same-file v1.0.6
17712026-04-06T23:55:16.278Z Compiling unicode-xid v0.2.6
17722026-04-06T23:55:16.334Z Compiling foreign-types v0.3.2
17732026-04-06T23:55:16.391Z Compiling const_format_proc_macros v0.2.34
17742026-04-06T23:55:16.403Z Compiling walkdir v2.5.0
17752026-04-06T23:55:16.424Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17762026-04-06T23:55:16.435Z Compiling globset v0.4.18
17772026-04-06T23:55:16.466Z Compiling hashbrown v0.15.5
17782026-04-06T23:55:16.757Z Compiling expectorate v1.2.0
17792026-04-06T23:55:16.820Z Compiling snafu v0.8.9
17802026-04-06T23:55:16.907Z Compiling csv v1.4.0
17812026-04-06T23:55:17.050Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17822026-04-06T23:55:17.173Z Compiling qorb v0.4.1
17832026-04-06T23:55:17.233Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17842026-04-06T23:55:17.268Z Compiling olpc-cjson v0.1.4
17852026-04-06T23:55:17.503Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17862026-04-06T23:55:17.539Z Compiling rayon v1.11.0
17872026-04-06T23:55:18.047Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17882026-04-06T23:55:18.392Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17892026-04-06T23:55:18.744Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17902026-04-06T23:55:18.964Z Compiling phf v0.12.1
17912026-04-06T23:55:19.328Z Compiling zone_cfg_derive v0.3.1
17922026-04-06T23:55:19.364Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17932026-04-06T23:55:19.439Z Compiling tokio-dtrace v0.1.1
17942026-04-06T23:55:19.630Z Compiling itertools v0.12.1
17952026-04-06T23:55:19.703Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17962026-04-06T23:55:19.905Z Compiling num-derive v0.3.3
17972026-04-06T23:55:20.006Z Compiling typify-impl v0.4.3
17982026-04-06T23:55:20.055Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17992026-04-06T23:55:20.304Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18002026-04-06T23:55:20.433Z Compiling libsw-core v0.3.2
18012026-04-06T23:55:20.604Z Compiling serde_plain v1.0.2
18022026-04-06T23:55:20.817Z Compiling num-derive v0.4.2
18032026-04-06T23:55:20.826Z Compiling openssl-macros v0.1.1
18042026-04-06T23:55:20.869Z Compiling pem v3.0.6
18052026-04-06T23:55:20.880Z Compiling cookie v0.18.1
18062026-04-06T23:55:21.107Z Compiling sigpipe v0.1.3
18072026-04-06T23:55:21.199Z Compiling fixedbitset v0.4.2
18082026-04-06T23:55:21.248Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18092026-04-06T23:55:21.300Z Compiling fixedbitset v0.5.7
18102026-04-06T23:55:21.436Z Compiling typed-path v0.9.3
18112026-04-06T23:55:21.465Z Compiling glob v0.3.3
18122026-04-06T23:55:21.636Z Compiling jiff v0.2.23
18132026-04-06T23:55:21.765Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18142026-04-06T23:55:21.923Z Compiling petgraph v0.8.3
18152026-04-06T23:55:22.206Z Compiling petgraph v0.6.5
18162026-04-06T23:55:22.338Z Compiling tough v0.20.0
18172026-04-06T23:55:22.892Z Compiling libscf-sys v1.1.0
18182026-04-06T23:55:23.035Z Compiling zone v0.3.1
18192026-04-06T23:55:23.716Z Compiling libsw v3.5.0
18202026-04-06T23:55:23.813Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18212026-04-06T23:55:23.854Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18222026-04-06T23:55:23.894Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18232026-04-06T23:55:24.148Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18242026-04-06T23:55:24.935Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18252026-04-06T23:55:25.085Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18262026-04-06T23:55:25.164Z Compiling oxide-tokio-rt v0.1.3
18272026-04-06T23:55:25.479Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18282026-04-06T23:55:25.800Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18292026-04-06T23:55:25.848Z Compiling const_format v0.2.35
18302026-04-06T23:55:26.173Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18312026-04-06T23:55:26.339Z Compiling typify-macro v0.4.3
18322026-04-06T23:55:26.560Z Compiling papergrid v0.11.0
18332026-04-06T23:55:26.692Z Compiling tabled_derive v0.7.0
18342026-04-06T23:55:27.073Z Compiling gethostname v0.5.0
18352026-04-06T23:55:27.197Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18362026-04-06T23:55:27.267Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18372026-04-06T23:55:27.322Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18382026-04-06T23:55:27.389Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18392026-04-06T23:55:27.709Z Compiling bcs v0.1.6
18402026-04-06T23:55:28.015Z Compiling smf v0.2.3
18412026-04-06T23:55:28.043Z Compiling whoami v1.6.1
18422026-04-06T23:55:28.289Z Compiling unicode-linebreak v0.1.5
18432026-04-06T23:55:28.358Z Compiling smawk v0.3.2
18442026-04-06T23:55:28.391Z Compiling linear-map v1.2.0
18452026-04-06T23:55:28.475Z Compiling tagptr v0.2.0
18462026-04-06T23:55:28.502Z Compiling termtree v0.5.1
18472026-04-06T23:55:28.541Z Compiling textwrap v0.16.2
18482026-04-06T23:55:28.580Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18492026-04-06T23:55:28.629Z Compiling moka v0.12.15
18502026-04-06T23:55:28.655Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18512026-04-06T23:55:28.865Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18522026-04-06T23:55:29.098Z Compiling tabled v0.15.0
18532026-04-06T23:55:29.178Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18542026-04-06T23:55:29.393Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18552026-04-06T23:55:29.428Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18562026-04-06T23:55:29.905Z Compiling steno v0.4.1
18572026-04-06T23:55:30.859Z Compiling hickory-proto v0.25.2
18582026-04-06T23:55:31.665Z Compiling humantime v2.3.0
18592026-04-06T23:55:31.795Z Compiling proc-macro-error-attr2 v2.0.0
18602026-04-06T23:55:31.952Z Compiling parking_lot_core v0.8.6
18612026-04-06T23:55:32.245Z Compiling proc-macro-error2 v2.0.1
18622026-04-06T23:55:32.258Z Compiling typify v0.4.3
18632026-04-06T23:55:32.393Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18642026-04-06T23:55:32.585Z Compiling crc32fast v1.5.0
18652026-04-06T23:55:32.673Z Compiling tabled_derive v0.11.0
18662026-04-06T23:55:32.893Z Compiling hickory-resolver v0.25.2
18672026-04-06T23:55:33.242Z Compiling progenitor-impl v0.11.2
18682026-04-06T23:55:33.812Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18692026-04-06T23:55:33.833Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18702026-04-06T23:55:34.354Z Compiling papergrid v0.17.0
18712026-04-06T23:55:34.472Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18722026-04-06T23:55:35.187Z Compiling testing_table v0.3.0
18732026-04-06T23:55:35.361Z Compiling arc-swap v1.9.0
18742026-04-06T23:55:35.469Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18752026-04-06T23:55:35.683Z Compiling slog-scope v4.4.1
18762026-04-06T23:55:35.759Z Compiling tabled v0.20.0
18772026-04-06T23:55:35.963Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18782026-04-06T23:55:36.174Z Compiling parking_lot v0.11.2
18792026-04-06T23:55:36.615Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18802026-04-06T23:55:36.860Z Compiling progenitor-macro v0.11.2
18812026-04-06T23:55:36.920Z Compiling progenitor-client v0.11.2
18822026-04-06T23:55:37.009Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18832026-04-06T23:55:37.210Z Compiling fxhash v0.2.1
18842026-04-06T23:55:37.242Z Compiling internet-checksum v0.2.1
18852026-04-06T23:55:37.350Z Compiling sled v0.34.7
18862026-04-06T23:55:37.576Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18872026-04-06T23:55:38.610Z Compiling slog-stdlog v4.1.1
18882026-04-06T23:55:38.729Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18892026-04-06T23:55:38.772Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18902026-04-06T23:55:38.845Z Compiling crc8 v0.1.1
18912026-04-06T23:55:38.968Z Compiling slog-envlogger v2.2.0
18922026-04-06T23:55:39.269Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
18932026-04-06T23:55:39.404Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
18942026-04-06T23:55:41.815Z Compiling progenitor v0.11.2
18952026-04-06T23:55:41.906Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18962026-04-06T23:55:46.397Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18972026-04-06T23:55:48.090Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18982026-04-06T23:55:49.179Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18992026-04-06T23:55:50.293Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19002026-04-06T23:55:51.059Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19012026-04-06T23:55:52.521Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
19022026-04-06T23:56:16.066Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
19032026-04-06T23:56:16.241Z────────────
19042026-04-06T23:56:16.241Z Nextest run ID 0cae976e-9dd6-421c-9d1e-e87a73f3688a with nextest profile: default
19052026-04-06T23:56:16.241Z Starting 7 tests across 1 binary
19062026-04-06T23:56:16.253Z PASS [ 0.011s] mg-lower dendrite::test_tfport_parser
19072026-04-06T23:56:16.257Z PASS [ 0.011s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19082026-04-06T23:56:16.258Z PASS [ 0.011s] mg-lower test::sync_prefix_test
19092026-04-06T23:56:16.258Z PASS [ 0.012s] mg-lower test::sync_link_down_test
19102026-04-06T23:56:16.258Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
19112026-04-06T23:56:16.258Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
19122026-04-06T23:56:16.258Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_idempotent
19132026-04-06T23:56:16.258Z────────────
19142026-04-06T23:56:16.258Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19152026-04-06T23:56:16.268Zprocess exited: duration 281212 ms, exit code 0
 
19162026-04-06T23:56:16.275Zfound 0 output files