01KMK9KJ791N0Q3CPGSQ2A6RXY: test-mgadm

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KMK9MTEP9NBVFHDW2VZFQ0H8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-25T20:16:00.627Zjob assigned to worker 01KMKA69HFRXECAY51M5N2R8E4 [factory aws, i-021ddbfdc9fe5595e] (queued for 10 m 13 s)
 
22026-03-25T20:16:07.442Zstarting task 0: "setup"
32026-03-25T20:16:07.447Z++ uname -s
42026-03-25T20:16:07.452Z+ kern=SunOS
52026-03-25T20:16:07.452Z+ build_user=build
62026-03-25T20:16:07.452Z+ build_uid=12345
72026-03-25T20:16:07.452Z+ work_dir=/work
82026-03-25T20:16:07.452Z+ input_dir=/input
92026-03-25T20:16:07.452Z+ [[ 0 == 12345 ]]
102026-03-25T20:16:07.452Z+ case "$kern" in
112026-03-25T20:16:07.452Z+ groupadd -g 12345 build
122026-03-25T20:16:07.452Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-25T20:16:09.456Z+ zfs create -o mountpoint=/work rpool/work
142026-03-25T20:16:09.552Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-25T20:16:09.555Z+ home_fs=zfs
162026-03-25T20:16:09.555Z+ [[ zfs == autofs ]]
172026-03-25T20:16:09.555Z+ mkdir -p /home/build
182026-03-25T20:16:09.555Z+ chown build:build /home/build /work
192026-03-25T20:16:11.556Z+ chmod 0700 /home/build /work
202026-03-25T20:16:11.559Zprocess exited: duration 4118 ms, exit code 0
 
212026-03-25T20:16:11.566Zstarting task 1: "rust-toolchain"
222026-03-25T20:16:11.570Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-25T20:16:11.570Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-25T20:16:11.570Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-25T20:16:11.570Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-25T20:16:11.570Z * rust toolchain channel = "stable"
272026-03-25T20:16:11.570Z * rust toolchain profile = "default"
282026-03-25T20:16:11.574Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-25T20:16:11.574Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-25T20:16:11.670Zinfo: downloading installer
312026-03-25T20:16:13.270Zwarn: It looks like you have an existing installation of Rust at:
322026-03-25T20:16:13.270Zwarn: /opt/ooce/bin
332026-03-25T20:16:13.270Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-25T20:16:13.270Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-25T20:16:13.270Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-25T20:16:13.270Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-25T20:16:13.270Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-25T20:16:13.270Zerror: cannot install while Rust is installed
392026-03-25T20:16:13.270Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-25T20:16:13.270Zwarn: It looks like you have an existing rustup settings file at:
412026-03-25T20:16:13.271Zwarn: /home/build/.rustup/settings.toml
422026-03-25T20:16:13.271Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-25T20:16:13.271Zwarn: instead of the one inferred from the default host triple.
442026-03-25T20:16:13.288Zinfo: profile set to default
452026-03-25T20:16:13.289Zinfo: default host triple is x86_64-unknown-illumos
462026-03-25T20:16:13.293Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-25T20:16:13.420Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-25T20:16:13.425Zinfo: downloading 6 components
492026-03-25T20:16:29.352Z
502026-03-25T20:16:29.352Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-03-25T20:16:29.388Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-25T20:16:29.389Z
532026-03-25T20:16:29.389Z
542026-03-25T20:16:29.389ZRust is installed now. Great!
552026-03-25T20:16:29.389Z
562026-03-25T20:16:29.401ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-25T20:16:29.401Zenvironment variable. This has not been done automatically.
582026-03-25T20:16:29.401Z
592026-03-25T20:16:29.401ZTo configure your current shell, you need to source
602026-03-25T20:16:29.402Zthe corresponding env file under $HOME/.cargo.
612026-03-25T20:16:29.402Z
622026-03-25T20:16:29.402ZThis is usually done by running one of the following (note the leading DOT):
632026-03-25T20:16:29.402Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-25T20:16:29.402Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-25T20:16:29.402Zsource "~/.cargo/env.nu" # For nushell
662026-03-25T20:16:29.402Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-25T20:16:29.402Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-25T20:16:29.402Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-25T20:16:29.402Zwarn: no default linker (`cc`) was found in your PATH
702026-03-25T20:16:29.402Zwarn: many Rust crates require a system C toolchain to build
712026-03-25T20:16:29.467Z+ rustup --version
722026-03-25T20:16:29.475Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-25T20:16:29.484Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-25T20:16:29.496Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-25T20:16:29.505Z+ cargo --version
762026-03-25T20:16:29.515Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-25T20:16:29.519Z+ rustc --version
782026-03-25T20:16:29.536Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-25T20:16:29.540Zprocess exited: duration 17968 ms, exit code 0
 
802026-03-25T20:16:29.548Zstarting task 2: "authentication"
812026-03-25T20:16:29.574Zprocess exited: duration 19 ms, exit code 0
 
822026-03-25T20:16:29.589Zstarting task 3: "clone repository"
832026-03-25T20:16:29.593Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-25T20:16:29.593Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-25T20:16:29.722ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-25T20:16:30.523Z+ cd /work/oxidecomputer/maghemite
872026-03-25T20:16:30.523Z+ git fetch origin 4949163aee7ca9ca8b89b2da582f866500156c36
882026-03-25T20:16:30.807ZFrom https://github.com/oxidecomputer/maghemite
892026-03-25T20:16:30.807Z * branch 4949163aee7ca9ca8b89b2da582f866500156c36 -> FETCH_HEAD
902026-03-25T20:16:30.813Z+ [[ -n renovate/clap-4.x ]]
912026-03-25T20:16:30.818Z++ git branch --show-current
922026-03-25T20:16:30.818Z+ current=main
932026-03-25T20:16:30.818Z+ [[ main != renovate/clap-4.x ]]
942026-03-25T20:16:30.818Z+ git branch -f renovate/clap-4.x 4949163aee7ca9ca8b89b2da582f866500156c36
952026-03-25T20:16:30.821Z+ git checkout -f renovate/clap-4.x
962026-03-25T20:16:30.833ZSwitched to branch 'renovate/clap-4.x'
972026-03-25T20:16:30.837Z+ git reset --hard 4949163aee7ca9ca8b89b2da582f866500156c36
982026-03-25T20:16:30.840ZHEAD is now at 4949163 Update Rust crate clap to 4.6.0
992026-03-25T20:16:30.840Zprocess exited: duration 1253 ms, exit code 0
 
1002026-03-25T20:16:30.846Zstarting task 4: "build"
1012026-03-25T20:16:30.850Z+ set -e
1022026-03-25T20:16:30.850Z+ NEXTEST_VERSION=0.9.97
1032026-03-25T20:16:30.853Z+ PLATFORM=illumos
1042026-03-25T20:16:30.854Z+ cargo --version
1052026-03-25T20:16:30.857Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1062026-03-25T20:16:30.996Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1072026-03-25T20:16:30.999Zinfo: downloading 6 components
1082026-03-25T20:16:47.361Zcargo 1.94.0 (85eff7c80 2026-01-15)
1092026-03-25T20:16:47.365Z+ rustc --version
1102026-03-25T20:16:47.382Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1112026-03-25T20:16:47.387Z+ cargo install cargo-nextest --version 0.9.97
1122026-03-25T20:16:47.431Z Updating crates.io index
1132026-03-25T20:16:47.534Z Downloading crates ...
1142026-03-25T20:16:47.597Z Downloaded cargo-nextest v0.9.97
1152026-03-25T20:16:47.661Z Installing cargo-nextest v0.9.97
1162026-03-25T20:16:47.702Z Updating crates.io index
1172026-03-25T20:16:50.516Z Locking 408 packages to latest compatible versions
1182026-03-25T20:16:50.521Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-03-25T20:16:50.524Z Adding duct v0.13.7 (available: v1.1.1)
1202026-03-25T20:16:50.524Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-03-25T20:16:50.524Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-03-25T20:16:50.527Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1232026-03-25T20:16:50.527Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1242026-03-25T20:16:50.527Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-03-25T20:16:50.531Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1262026-03-25T20:16:50.534Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-03-25T20:16:50.553Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-03-25T20:16:50.562Z Downloading crates ...
1292026-03-25T20:16:50.644Z Downloaded equivalent v1.0.2
1302026-03-25T20:16:50.649Z Downloaded block-buffer v0.10.4
1312026-03-25T20:16:50.649Z Downloaded camino-tempfile v1.4.1
1322026-03-25T20:16:50.649Z Downloaded generic-array v0.14.7
1332026-03-25T20:16:50.652Z Downloaded addr2line v0.25.1
1342026-03-25T20:16:50.652Z Downloaded humantime-serde v1.1.1
1352026-03-25T20:16:50.656Z Downloaded home v0.5.12
1362026-03-25T20:16:50.663Z Downloaded either v1.15.0
1372026-03-25T20:16:50.667Z Downloaded pkg-config v0.3.32
1382026-03-25T20:16:50.667Z Downloaded pin-project v1.1.11
1392026-03-25T20:16:50.672Z Downloaded rand_core v0.9.5
1402026-03-25T20:16:50.675Z Downloaded eyre v0.6.12
1412026-03-25T20:16:50.675Z Downloaded futures v0.3.32
1422026-03-25T20:16:50.678Z Downloaded memchr v2.8.0
1432026-03-25T20:16:50.681Z Downloaded serde_derive v1.0.228
1442026-03-25T20:16:50.686Z Downloaded fastrand v2.3.0
1452026-03-25T20:16:50.686Z Downloaded autocfg v1.5.0
1462026-03-25T20:16:50.686Z Downloaded foreign-types v0.3.2
1472026-03-25T20:16:50.686Z Downloaded erased-serde v0.4.10
1482026-03-25T20:16:50.690Z Downloaded num-traits v0.2.19
1492026-03-25T20:16:50.690Z Downloaded percent-encoding v2.3.2
1502026-03-25T20:16:50.694Z Downloaded openssl-macros v0.1.1
1512026-03-25T20:16:50.694Z Downloaded futures-executor v0.3.32
1522026-03-25T20:16:50.694Z Downloaded newtype-uuid v1.3.2
1532026-03-25T20:16:50.694Z Downloaded base64 v0.22.1
1542026-03-25T20:16:50.698Z Downloaded pathdiff v0.2.3
1552026-03-25T20:16:50.698Z Downloaded pin-utils v0.1.0
1562026-03-25T20:16:50.698Z Downloaded scopeguard v1.2.0
1572026-03-25T20:16:50.702Z Downloaded pin-project-lite v0.2.17
1582026-03-25T20:16:50.705Z Downloaded errno v0.3.14
1592026-03-25T20:16:50.705Z Downloaded foreign-types-shared v0.1.1
1602026-03-25T20:16:50.705Z Downloaded debug-ignore v1.0.5
1612026-03-25T20:16:50.705Z Downloaded adler2 v2.0.1
1622026-03-25T20:16:50.708Z Downloaded number_prefix v0.4.0
1632026-03-25T20:16:50.708Z Downloaded hyper-tls v0.6.0
1642026-03-25T20:16:50.708Z Downloaded dialoguer v0.11.0
1652026-03-25T20:16:50.712Z Downloaded fnv v1.0.7
1662026-03-25T20:16:50.712Z Downloaded pkcs8 v0.10.2
1672026-03-25T20:16:50.715Z Downloaded curve25519-dalek-derive v0.1.1
1682026-03-25T20:16:50.715Z Downloaded rustc-hash v2.1.1
1692026-03-25T20:16:50.715Z Downloaded foldhash v0.1.5
1702026-03-25T20:16:50.718Z Downloaded find-msvc-tools v0.1.9
1712026-03-25T20:16:50.718Z Downloaded filetime v0.2.27
1722026-03-25T20:16:50.718Z Downloaded backtrace-ext v0.2.1
1732026-03-25T20:16:50.721Z Downloaded futures-sink v0.3.32
1742026-03-25T20:16:50.721Z Downloaded http-body-util v0.1.3
1752026-03-25T20:16:50.721Z Downloaded is_ci v1.2.0
1762026-03-25T20:16:50.724Z Downloaded litrs v1.0.0
1772026-03-25T20:16:50.724Z Downloaded mukti-metadata v0.3.0
1782026-03-25T20:16:50.727Z Downloaded futures-io v0.3.32
1792026-03-25T20:16:50.727Z Downloaded crypto-common v0.1.7
1802026-03-25T20:16:50.727Z Downloaded os_pipe v1.2.3
1812026-03-25T20:16:50.727Z Downloaded cargo-platform v0.2.0
1822026-03-25T20:16:50.731Z Downloaded indent_write v2.2.0
1832026-03-25T20:16:50.731Z Downloaded anstyle v1.0.14
1842026-03-25T20:16:50.731Z Downloaded jobserver v0.1.34
1852026-03-25T20:16:50.734Z Downloaded nested v0.1.1
1862026-03-25T20:16:50.734Z Downloaded indenter v0.3.4
1872026-03-25T20:16:50.734Z Downloaded futures-util v0.3.32
1882026-03-25T20:16:50.739Z Downloaded openssl-probe v0.2.1
1892026-03-25T20:16:50.742Z Downloaded ordered-float v2.10.1
1902026-03-25T20:16:50.742Z Downloaded ed25519 v2.2.3
1912026-03-25T20:16:50.745Z Downloaded colorchoice v1.0.5
1922026-03-25T20:16:50.745Z Downloaded nextest-workspace-hack v0.1.0
1932026-03-25T20:16:50.745Z Downloaded cargo-platform v0.3.2
1942026-03-25T20:16:50.745Z Downloaded form_urlencoded v1.2.2
1952026-03-25T20:16:50.746Z Downloaded futures-task v0.3.32
1962026-03-25T20:16:50.749Z Downloaded futures-core v0.3.32
1972026-03-25T20:16:50.749Z Downloaded async-scoped v0.9.0
1982026-03-25T20:16:50.749Z Downloaded nextest-metadata v0.12.2
1992026-03-25T20:16:50.749Z Downloaded lazy_static v1.5.0
2002026-03-25T20:16:50.753Z Downloaded enable-ansi-support v0.2.1
2012026-03-25T20:16:50.753Z Downloaded document-features v0.2.12
2022026-03-25T20:16:50.757Z Downloaded hex v0.4.3
2032026-03-25T20:16:50.760Z Downloaded lru-slab v0.1.2
2042026-03-25T20:16:50.760Z Downloaded cfg_aliases v0.2.1
2052026-03-25T20:16:50.761Z Downloaded http-body v1.0.1
2062026-03-25T20:16:50.761Z Downloaded cpufeatures v0.2.17
2072026-03-25T20:16:50.761Z Downloaded atomicwrites v0.4.4
2082026-03-25T20:16:50.764Z Downloaded clap_lex v1.1.0
2092026-03-25T20:16:50.767Z Downloaded rustc_version v0.4.1
2102026-03-25T20:16:50.767Z Downloaded heck v0.5.0
2112026-03-25T20:16:50.770Z Downloaded color-spantrace v0.3.0
2122026-03-25T20:16:50.770Z Downloaded anstyle-query v1.1.5
2132026-03-25T20:16:50.770Z Downloaded atomic-waker v1.1.2
2142026-03-25T20:16:50.773Z Downloaded itoa v1.0.18
2152026-03-25T20:16:50.773Z Downloaded cfg-if v1.0.4
2162026-03-25T20:16:50.778Z Downloaded guppy-workspace-hack v0.1.0
2172026-03-25T20:16:50.781Z Downloaded is_terminal_polyfill v1.70.2
2182026-03-25T20:16:50.781Z Downloaded serde-value v0.7.0
2192026-03-25T20:16:50.786Z Downloaded serde_ignored v0.1.14
2202026-03-25T20:16:50.790Z Downloaded shared_child v1.1.1
2212026-03-25T20:16:50.793Z Downloaded duct v0.13.7
2222026-03-25T20:16:50.797Z Downloaded rand_chacha v0.9.0
2232026-03-25T20:16:50.797Z Downloaded anstream v1.0.0
2242026-03-25T20:16:50.800Z Downloaded globset v0.4.18
2252026-03-25T20:16:50.800Z Downloaded once_cell v1.21.4
2262026-03-25T20:16:50.800Z Downloaded miette-derive v7.6.0
2272026-03-25T20:16:50.803Z Downloaded signal-hook-mio v0.2.5
2282026-03-25T20:16:50.806Z Downloaded shell-words v1.1.1
2292026-03-25T20:16:50.809Z Downloaded strip-ansi-escapes v0.2.1
2302026-03-25T20:16:50.809Z Downloaded future-queue v0.4.0
2312026-03-25T20:16:50.812Z Downloaded convert_case v0.10.0
2322026-03-25T20:16:50.813Z Downloaded console v0.15.11
2332026-03-25T20:16:50.816Z Downloaded fixedbitset v0.5.7
2342026-03-25T20:16:50.819Z Downloaded signature v2.2.0
2352026-03-25T20:16:50.819Z Downloaded sync_wrapper v1.0.2
2362026-03-25T20:16:50.819Z Downloaded subtle v2.6.1
2372026-03-25T20:16:50.819Z Downloaded strsim v0.11.1
2382026-03-25T20:16:50.823Z Downloaded sigchld v0.2.4
2392026-03-25T20:16:50.823Z Downloaded supports-hyperlinks v3.2.0
2402026-03-25T20:16:50.823Z Downloaded swrite v0.1.0
2412026-03-25T20:16:50.823Z Downloaded supports-color v3.0.2
2422026-03-25T20:16:50.823Z Downloaded supports-unicode v3.0.0
2432026-03-25T20:16:50.826Z Downloaded terminal_size v0.4.4
2442026-03-25T20:16:50.833Z Downloaded serde_spanned v0.6.9
2452026-03-25T20:16:50.840Z Downloaded futures-macro v0.3.32
2462026-03-25T20:16:50.843Z Downloaded digest v0.10.7
2472026-03-25T20:16:50.843Z Downloaded base64ct v1.8.3
2482026-03-25T20:16:50.843Z Downloaded rand_core v0.6.4
2492026-03-25T20:16:50.850Z Downloaded lock_api v0.4.14
2502026-03-25T20:16:50.850Z Downloaded anstyle-parse v1.0.0
2512026-03-25T20:16:50.850Z Downloaded cargo_metadata v0.23.1
2522026-03-25T20:16:50.853Z Downloaded cargo-util-schemas v0.2.0
2532026-03-25T20:16:50.853Z Downloaded serde_spanned v1.1.0
2542026-03-25T20:16:50.853Z Downloaded idna_adapter v1.0.0
2552026-03-25T20:16:50.856Z Downloaded tinyvec_macros v0.1.1
2562026-03-25T20:16:50.856Z Downloaded serde-untagged v0.1.9
2572026-03-25T20:16:50.856Z Downloaded semver v1.0.27
2582026-03-25T20:16:50.859Z Downloaded rustc-demangle v0.1.27
2592026-03-25T20:16:50.859Z Downloaded humantime v2.3.0
2602026-03-25T20:16:50.864Z Downloaded serde_urlencoded v0.7.1
2612026-03-25T20:16:50.867Z Downloaded getrandom v0.2.17
2622026-03-25T20:16:50.871Z Downloaded tower-layer v0.3.3
2632026-03-25T20:16:50.874Z Downloaded cargo_metadata v0.20.0
2642026-03-25T20:16:50.874Z Downloaded toml_datetime v0.6.11
2652026-03-25T20:16:50.877Z Downloaded shlex v1.3.0
2662026-03-25T20:16:50.877Z Downloaded nextest-filtering v0.15.0
2672026-03-25T20:16:50.877Z Downloaded const-oid v0.9.6
2682026-03-25T20:16:50.881Z Downloaded camino v1.2.2
2692026-03-25T20:16:50.881Z Downloaded tower-service v0.3.3
2702026-03-25T20:16:50.881Z Downloaded bitflags v2.11.0
2712026-03-25T20:16:50.886Z Downloaded target-lexicon v0.13.3
2722026-03-25T20:16:50.889Z Downloaded thiserror-impl v1.0.69
2732026-03-25T20:16:50.889Z Downloaded slab v0.4.12
2742026-03-25T20:16:50.889Z Downloaded typeid v1.0.3
2752026-03-25T20:16:50.892Z Downloaded try-lock v0.2.5
2762026-03-25T20:16:50.892Z Downloaded tokio-macros v2.6.1
2772026-03-25T20:16:50.892Z Downloaded simd-adler32 v0.3.8
2782026-03-25T20:16:50.894Z Downloaded toml_write v0.1.2
2792026-03-25T20:16:50.895Z Downloaded unicode-linebreak v0.1.5
2802026-03-25T20:16:50.897Z Downloaded urlencoding v2.1.3
2812026-03-25T20:16:50.900Z Downloaded unicode-xid v0.2.6
2822026-03-25T20:16:50.900Z Downloaded ipnet v2.12.0
2832026-03-25T20:16:50.903Z Downloaded utf8_iter v1.0.4
2842026-03-25T20:16:50.906Z Downloaded static_assertions v1.1.0
2852026-03-25T20:16:50.906Z Downloaded self-replace v1.5.0
2862026-03-25T20:16:50.906Z Downloaded quote v1.0.45
2872026-03-25T20:16:50.909Z Downloaded ppv-lite86 v0.2.21
2882026-03-25T20:16:50.914Z Downloaded crc32fast v1.5.0
2892026-03-25T20:16:50.917Z Downloaded self_update v0.42.0
2902026-03-25T20:16:50.917Z Downloaded target-spec v3.5.7
2912026-03-25T20:16:50.921Z Downloaded cfg-expr v0.20.7
2922026-03-25T20:16:50.923Z Downloaded thiserror v2.0.18
2932026-03-25T20:16:50.927Z Downloaded utf8parse v0.2.2
2942026-03-25T20:16:50.927Z Downloaded untrusted v0.9.0
2952026-03-25T20:16:50.927Z Downloaded tokio-native-tls v0.3.1
2962026-03-25T20:16:50.931Z Downloaded spki v0.7.3
2972026-03-25T20:16:50.931Z Downloaded serde_path_to_error v0.1.20
2982026-03-25T20:16:50.931Z Downloaded tracing-error v0.2.1
2992026-03-25T20:16:50.935Z Downloaded getrandom v0.3.4
3002026-03-25T20:16:50.935Z Downloaded futures-channel v0.3.32
3012026-03-25T20:16:50.939Z Downloaded owo-colors v4.3.0
3022026-03-25T20:16:50.939Z Downloaded ahash v0.8.12
3032026-03-25T20:16:50.939Z Downloaded signal-hook-registry v1.4.8
3042026-03-25T20:16:50.939Z Downloaded sha2 v0.10.9
3052026-03-25T20:16:50.942Z Downloaded native-tls v0.2.18
3062026-03-25T20:16:50.942Z Downloaded xattr v1.6.1
3072026-03-25T20:16:50.942Z Downloaded thread_local v1.1.9
3082026-03-25T20:16:50.942Z Downloaded thiserror-impl v2.0.18
3092026-03-25T20:16:50.946Z Downloaded httparse v1.10.1
3102026-03-25T20:16:50.946Z Downloaded smallvec v1.15.1
3112026-03-25T20:16:50.948Z Downloaded quick-junit v0.5.2
3122026-03-25T20:16:50.948Z Downloaded pin-project-internal v1.1.11
3132026-03-25T20:16:50.951Z Downloaded hyper-rustls v0.27.7
3142026-03-25T20:16:50.954Z Downloaded tempfile v3.27.0
3152026-03-25T20:16:50.957Z Downloaded parking_lot_core v0.9.12
3162026-03-25T20:16:50.975Z Downloaded clap_derive v4.6.0
3172026-03-25T20:16:50.980Z Downloaded config v0.15.22
3182026-03-25T20:16:50.987Z Downloaded toml_writer v1.1.0+spec-1.1.0
3192026-03-25T20:16:50.991Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3202026-03-25T20:16:50.991Z Downloaded version_check v0.9.5
3212026-03-25T20:16:50.991Z Downloaded flate2 v1.1.9
3222026-03-25T20:16:50.994Z Downloaded parking_lot v0.12.5
3232026-03-25T20:16:50.994Z Downloaded bytes v1.11.1
3242026-03-25T20:16:50.998Z Downloaded smol_str v0.3.6
3252026-03-25T20:16:50.998Z Downloaded iana-time-zone v0.1.65
3262026-03-25T20:16:51.001Z Downloaded xxhash-rust v0.8.15
3272026-03-25T20:16:51.001Z Downloaded sharded-slab v0.1.7
3282026-03-25T20:16:51.005Z Downloaded quinn-udp v0.5.14
3292026-03-25T20:16:51.005Z Downloaded tracing-log v0.2.0
3302026-03-25T20:16:51.005Z Downloaded zipsign-api v0.1.5
3312026-03-25T20:16:51.008Z Downloaded zstd-safe v7.2.4
3322026-03-25T20:16:51.008Z Downloaded target-spec-miette v0.4.5
3332026-03-25T20:16:51.008Z Downloaded zeroize v1.8.2
3342026-03-25T20:16:51.011Z Downloaded tinyvec v1.11.0
3352026-03-25T20:16:51.015Z Downloaded tokio-stream v0.1.18
3362026-03-25T20:16:51.015Z Downloaded want v0.3.1
3372026-03-25T20:16:51.018Z Downloaded tokio-rustls v0.26.4
3382026-03-25T20:16:51.028Z Downloaded derive-where v1.6.1
3392026-03-25T20:16:51.031Z Downloaded clap v4.6.0
3402026-03-25T20:16:51.034Z Downloaded ryu v1.0.23
3412026-03-25T20:16:51.038Z Downloaded getrandom v0.4.2
3422026-03-25T20:16:51.038Z Downloaded zstd v0.13.3
3432026-03-25T20:16:51.041Z Downloaded derive_more v2.1.1
3442026-03-25T20:16:51.063Z Downloaded toml v0.8.23
3452026-03-25T20:16:51.069Z Downloaded indicatif v0.17.11
3462026-03-25T20:16:51.069Z Downloaded thiserror v1.0.69
3472026-03-25T20:16:51.069Z Downloaded proc-macro2 v1.0.106
3482026-03-25T20:16:51.069Z Downloaded textwrap v0.16.2
3492026-03-25T20:16:51.069Z Downloaded tar v0.4.45
3502026-03-25T20:16:51.069Z Downloaded unicase v2.9.0
3512026-03-25T20:16:51.069Z Downloaded tracing-attributes v0.1.31
3522026-03-25T20:16:51.069Z Downloaded unicode-ident v1.0.24
3532026-03-25T20:16:51.069Z Downloaded signal-hook v0.3.18
3542026-03-25T20:16:51.069Z Downloaded rustls-pki-types v1.14.0
3552026-03-25T20:16:51.069Z Downloaded borsh v1.6.1
3562026-03-25T20:16:51.069Z Downloaded serde_core v1.0.228
3572026-03-25T20:16:51.073Z Downloaded backtrace v0.3.76
3582026-03-25T20:16:51.073Z Downloaded serde v1.0.228
3592026-03-25T20:16:51.077Z Downloaded toml v1.1.0+spec-1.1.0
3602026-03-25T20:16:51.081Z Downloaded vte v0.14.1
3612026-03-25T20:16:51.081Z Downloaded toml_edit v0.22.27
3622026-03-25T20:16:51.084Z Downloaded miniz_oxide v0.8.9
3632026-03-25T20:16:51.084Z Downloaded toml_parser v1.1.0+spec-1.1.0
3642026-03-25T20:16:51.087Z Downloaded openssl-sys v0.9.112
3652026-03-25T20:16:51.090Z Downloaded tracing-core v0.1.36
3662026-03-25T20:16:51.094Z Downloaded typenum v1.19.0
3672026-03-25T20:16:51.097Z Downloaded der v0.7.10
3682026-03-25T20:16:51.101Z Downloaded cc v1.2.57
3692026-03-25T20:16:51.104Z Downloaded zmij v1.0.21
3702026-03-25T20:16:51.112Z Downloaded socket2 v0.6.3
3712026-03-25T20:16:51.115Z Downloaded derive_more-impl v2.1.1
3722026-03-25T20:16:51.119Z Downloaded log v0.4.29
3732026-03-25T20:16:51.125Z Downloaded ed25519-dalek v2.2.0
3742026-03-25T20:16:51.129Z Downloaded uuid v1.22.0
3752026-03-25T20:16:51.135Z Downloaded quinn v0.11.9
3762026-03-25T20:16:51.138Z Downloaded url v2.5.8
3772026-03-25T20:16:51.144Z Downloaded aho-corasick v1.1.4
3782026-03-25T20:16:51.149Z Downloaded hashbrown v0.15.5
3792026-03-25T20:16:51.152Z Downloaded h2 v0.4.13
3802026-03-25T20:16:51.157Z Downloaded tower v0.5.3
3812026-03-25T20:16:51.161Z Downloaded hashbrown v0.16.1
3822026-03-25T20:16:51.164Z Downloaded hyper-util v0.1.20
3832026-03-25T20:16:51.168Z Downloaded hyper v1.8.1
3842026-03-25T20:16:51.171Z Downloaded http v1.4.0
3852026-03-25T20:16:51.175Z Downloaded unicode-segmentation v1.13.1
3862026-03-25T20:16:51.178Z Downloaded serde_json v1.0.149
3872026-03-25T20:16:51.182Z Downloaded guppy v0.17.25
3882026-03-25T20:16:51.185Z Downloaded unicode-normalization v0.1.25
3892026-03-25T20:16:51.188Z Downloaded reqwest v0.12.28
3902026-03-25T20:16:51.188Z Downloaded miette v7.6.0
3912026-03-25T20:16:51.192Z Downloaded crossterm v0.29.0
3922026-03-25T20:16:51.195Z Downloaded rustls-webpki v0.103.10
3932026-03-25T20:16:51.198Z Downloaded mio v1.1.1
3942026-03-25T20:16:51.202Z Downloaded itertools v0.14.0
3952026-03-25T20:16:51.207Z Downloaded clap_builder v4.6.0
3962026-03-25T20:16:51.211Z Downloaded rand v0.9.2
3972026-03-25T20:16:51.227Z Downloaded indexmap v2.13.0
3982026-03-25T20:16:51.230Z Downloaded iri-string v0.7.11
3992026-03-25T20:16:51.251Z Downloaded ron v0.12.0
4002026-03-25T20:16:51.255Z Downloaded tracing-subscriber v0.3.23
4012026-03-25T20:16:51.260Z Downloaded chrono v0.4.44
4022026-03-25T20:16:51.281Z Downloaded gimli v0.32.3
4032026-03-25T20:16:51.286Z Downloaded regex v1.12.3
4042026-03-25T20:16:51.289Z Downloaded unicode-width v0.2.2
4052026-03-25T20:16:51.292Z Downloaded curve25519-dalek v4.1.3
4062026-03-25T20:16:51.299Z Downloaded bstr v1.12.1
4072026-03-25T20:16:51.302Z Downloaded zerocopy v0.8.47
4082026-03-25T20:16:51.312Z Downloaded pulldown-cmark v0.13.3
4092026-03-25T20:16:51.326Z Downloaded idna v1.1.0
4102026-03-25T20:16:51.329Z Downloaded tower-http v0.6.8
4112026-03-25T20:16:51.353Z Downloaded tracing v0.1.44
4122026-03-25T20:16:51.370Z Downloaded quick-xml v0.37.5
4132026-03-25T20:16:51.375Z Downloaded portable-atomic v1.13.1
4142026-03-25T20:16:51.382Z Downloaded color-eyre v0.6.5
4152026-03-25T20:16:51.390Z Downloaded tokio-util v0.7.18
4162026-03-25T20:16:51.411Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4172026-03-25T20:16:51.422Z Downloaded tokio v1.50.0
4182026-03-25T20:16:51.443Z Downloaded winnow v1.0.0
4192026-03-25T20:16:51.448Z Downloaded winnow v0.7.15
4202026-03-25T20:16:51.452Z Downloaded quick-xml v0.38.4
4212026-03-25T20:16:51.519Z Downloaded vcpkg v0.2.15
4222026-03-25T20:16:51.542Z Downloaded quinn-proto v0.11.14
4232026-03-25T20:16:51.546Z Downloaded openssl v0.10.76
4242026-03-25T20:16:51.550Z Downloaded nextest-runner v0.80.0
4252026-03-25T20:16:51.559Z Downloaded unicode-width v0.1.14
4262026-03-25T20:16:51.566Z Downloaded webpki-roots v1.0.6
4272026-03-25T20:16:51.570Z Downloaded syn v2.0.117
4282026-03-25T20:16:51.575Z Downloaded nix v0.30.1
4292026-03-25T20:16:51.585Z Downloaded object v0.37.3
4302026-03-25T20:16:51.601Z Downloaded regex-syntax v0.8.10
4312026-03-25T20:16:51.605Z Downloaded rustls v0.23.37
4322026-03-25T20:16:51.610Z Downloaded rustix v0.38.44
4332026-03-25T20:16:51.634Z Downloaded rustix v1.1.4
4342026-03-25T20:16:51.715Z Downloaded regex-automata v0.4.14
4352026-03-25T20:16:51.767Z Downloaded petgraph v0.8.3
4362026-03-25T20:16:51.778Z Downloaded libc v0.2.183
4372026-03-25T20:16:51.865Z Downloaded recursion v0.5.4
4382026-03-25T20:16:51.873Z Downloaded ring v0.17.14
4392026-03-25T20:16:51.934Z Compiling libc v0.2.183
4402026-03-25T20:16:51.934Z Compiling proc-macro2 v1.0.106
4412026-03-25T20:16:51.937Z Compiling quote v1.0.45
4422026-03-25T20:16:51.937Z Compiling unicode-ident v1.0.24
4432026-03-25T20:16:51.937Z Compiling serde_core v1.0.228
4442026-03-25T20:16:51.937Z Compiling cfg-if v1.0.4
4452026-03-25T20:16:51.937Z Compiling memchr v2.8.0
4462026-03-25T20:16:51.937Z Compiling once_cell v1.21.4
4472026-03-25T20:16:52.163Z Compiling log v0.4.29
4482026-03-25T20:16:52.215Z Compiling pin-project-lite v0.2.17
4492026-03-25T20:16:52.308Z Compiling itoa v1.0.18
4502026-03-25T20:16:52.315Z Compiling serde v1.0.228
4512026-03-25T20:16:52.529Z Compiling futures-core v0.3.32
4522026-03-25T20:16:52.676Z Compiling smallvec v1.15.1
4532026-03-25T20:16:52.873Z Compiling bitflags v2.11.0
4542026-03-25T20:16:52.876Z Compiling find-msvc-tools v0.1.9
4552026-03-25T20:16:52.916Z Compiling hashbrown v0.16.1
4562026-03-25T20:16:53.101Z Compiling equivalent v1.0.2
4572026-03-25T20:16:53.149Z Compiling jobserver v0.1.34
4582026-03-25T20:16:53.178Z Compiling shlex v1.3.0
4592026-03-25T20:16:53.189Z Compiling bytes v1.11.1
4602026-03-25T20:16:53.259Z Compiling futures-sink v0.3.32
4612026-03-25T20:16:53.358Z Compiling errno v0.3.14
4622026-03-25T20:16:53.371Z Compiling cc v1.2.57
4632026-03-25T20:16:53.380Z Compiling mio v1.1.1
4642026-03-25T20:16:53.516Z Compiling signal-hook-registry v1.4.8
4652026-03-25T20:16:53.552Z Compiling rustix v1.1.4
4662026-03-25T20:16:53.635Z Compiling syn v2.0.117
4672026-03-25T20:16:53.697Z Compiling socket2 v0.6.3
4682026-03-25T20:16:54.015Z Compiling slab v0.4.12
4692026-03-25T20:16:54.069Z Compiling zmij v1.0.21
4702026-03-25T20:16:54.081Z Compiling futures-channel v0.3.32
4712026-03-25T20:16:54.214Z Compiling tracing-core v0.1.36
4722026-03-25T20:16:54.342Z Compiling serde_json v1.0.149
4732026-03-25T20:16:54.400Z Compiling version_check v0.9.5
4742026-03-25T20:16:54.583Z Compiling futures-task v0.3.32
4752026-03-25T20:16:54.610Z Compiling getrandom v0.4.2
4762026-03-25T20:16:54.664Z Compiling futures-io v0.3.32
4772026-03-25T20:16:54.819Z Compiling indexmap v2.13.0
4782026-03-25T20:16:54.855Z Compiling unicode-width v0.2.2
4792026-03-25T20:16:54.877Z Compiling camino v1.2.2
4802026-03-25T20:16:55.102Z Compiling ring v0.17.14
4812026-03-25T20:16:55.192Z Compiling http v1.4.0
4822026-03-25T20:16:55.248Z Compiling percent-encoding v2.3.2
4832026-03-25T20:16:55.397Z Compiling zeroize v1.8.2
4842026-03-25T20:16:55.535Z Compiling adler2 v2.0.1
4852026-03-25T20:16:55.596Z Compiling simd-adler32 v0.3.8
4862026-03-25T20:16:55.628Z Compiling autocfg v1.5.0
4872026-03-25T20:16:55.981Z Compiling num-traits v0.2.19
4882026-03-25T20:16:56.055Z Compiling miniz_oxide v0.8.9
4892026-03-25T20:16:56.209Z Compiling zerocopy v0.8.47
4902026-03-25T20:16:56.288Z Compiling getrandom v0.3.4
4912026-03-25T20:16:56.445Z Compiling target-lexicon v0.13.3
4922026-03-25T20:16:56.578Z Compiling object v0.37.3
4932026-03-25T20:16:56.838Z Compiling http-body v1.0.1
4942026-03-25T20:16:56.901Z Compiling rustls-pki-types v1.14.0
4952026-03-25T20:16:56.955Z Compiling semver v1.0.27
4962026-03-25T20:16:57.005Z Compiling getrandom v0.2.17
4972026-03-25T20:16:57.031Z Compiling untrusted v0.9.0
4982026-03-25T20:16:57.167Z Compiling signal-hook v0.3.18
4992026-03-25T20:16:57.189Z Compiling owo-colors v4.3.0
5002026-03-25T20:16:57.324Z Compiling serde_derive v1.0.228
5012026-03-25T20:16:57.378Z Compiling tokio-macros v2.6.1
5022026-03-25T20:16:57.435Z Compiling futures-macro v0.3.32
5032026-03-25T20:16:57.456Z Compiling tracing-attributes v0.1.31
5042026-03-25T20:16:57.506Z Compiling gimli v0.32.3
5052026-03-25T20:16:57.612Z Compiling httparse v1.10.1
5062026-03-25T20:16:57.734Z Compiling typenum v1.19.0
5072026-03-25T20:16:57.948Z Compiling guppy-workspace-hack v0.1.0
5082026-03-25T20:16:58.065Z Compiling thiserror v2.0.18
5092026-03-25T20:16:58.159Z Compiling fnv v1.0.7
5102026-03-25T20:16:58.203Z Compiling tokio v1.50.0
5112026-03-25T20:16:58.246Z Compiling futures-util v0.3.32
5122026-03-25T20:16:58.423Z Compiling thiserror-impl v2.0.18
5132026-03-25T20:16:58.675Z Compiling tracing v0.1.44
5142026-03-25T20:16:59.599Z Compiling addr2line v0.25.1
5152026-03-25T20:17:00.193Z Compiling form_urlencoded v1.2.2
5162026-03-25T20:17:00.214Z Compiling generic-array v0.14.7
5172026-03-25T20:17:00.437Z Compiling pkg-config v0.3.32
5182026-03-25T20:17:00.457Z Compiling try-lock v0.2.5
5192026-03-25T20:17:00.559Z Compiling atomic-waker v1.1.2
5202026-03-25T20:17:00.578Z Compiling idna_adapter v1.0.0
5212026-03-25T20:17:00.689Z Compiling utf8_iter v1.0.4
5222026-03-25T20:17:00.701Z Compiling thiserror v1.0.69
5232026-03-25T20:17:00.852Z Compiling fastrand v2.3.0
5242026-03-25T20:17:00.865Z Compiling target-spec v3.5.7
5252026-03-25T20:17:00.877Z Compiling rustls v0.23.37
5262026-03-25T20:17:00.991Z Compiling rustc-demangle v0.1.27
5272026-03-25T20:17:01.081Z Compiling typeid v1.0.3
5282026-03-25T20:17:01.133Z Compiling tower-service v0.3.3
5292026-03-25T20:17:01.208Z Compiling tempfile v3.27.0
5302026-03-25T20:17:01.409Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5312026-03-25T20:17:01.420Z Compiling idna v1.1.0
5322026-03-25T20:17:01.806Z Compiling backtrace v0.3.76
5332026-03-25T20:17:01.977Z Compiling want v0.3.1
5342026-03-25T20:17:02.099Z Compiling tokio-util v0.7.18
5352026-03-25T20:17:02.317Z Compiling cfg-expr v0.20.7
5362026-03-25T20:17:02.828Z Compiling h2 v0.4.13
5372026-03-25T20:17:03.349Z Compiling thiserror-impl v1.0.69
5382026-03-25T20:17:03.504Z Compiling terminal_size v0.4.4
5392026-03-25T20:17:03.660Z Compiling aho-corasick v1.1.4
5402026-03-25T20:17:03.774Z Compiling regex-syntax v0.8.10
5412026-03-25T20:17:03.841Z Compiling subtle v2.6.1
5422026-03-25T20:17:03.997Z Compiling erased-serde v0.4.10
5432026-03-25T20:17:04.301Z Compiling winnow v0.7.15
5442026-03-25T20:17:04.479Z Compiling pin-utils v0.1.0
5452026-03-25T20:17:05.238Z Compiling hyper v1.8.1
5462026-03-25T20:17:06.217Z Compiling rustls-webpki v0.103.10
5472026-03-25T20:17:06.689Z Compiling regex-automata v0.4.14
5482026-03-25T20:17:08.989Z Compiling url v2.5.8
5492026-03-25T20:17:09.139Z Compiling serde_spanned v0.6.9
5502026-03-25T20:17:09.302Z Compiling toml_datetime v0.6.11
5512026-03-25T20:17:09.678Z Compiling ahash v0.8.12
5522026-03-25T20:17:09.924Z Compiling sync_wrapper v1.0.2
5532026-03-25T20:17:10.040Z Compiling tower-layer v0.3.3
5542026-03-25T20:17:10.255Z Compiling nextest-workspace-hack v0.1.0
5552026-03-25T20:17:10.469Z Compiling ipnet v2.12.0
5562026-03-25T20:17:11.005Z Compiling portable-atomic v1.13.1
5572026-03-25T20:17:11.017Z Compiling parking_lot_core v0.9.12
5582026-03-25T20:17:11.280Z Compiling toml_write v0.1.2
5592026-03-25T20:17:11.418Z Compiling unicode-segmentation v1.13.1
5602026-03-25T20:17:11.445Z Compiling is_ci v1.2.0
5612026-03-25T20:17:11.525Z Compiling crc32fast v1.5.0
5622026-03-25T20:17:11.617Z Compiling either v1.15.0
5632026-03-25T20:17:11.667Z Compiling base64 v0.22.1
5642026-03-25T20:17:11.814Z Compiling foldhash v0.1.5
5652026-03-25T20:17:11.814Z Compiling lazy_static v1.5.0
5662026-03-25T20:17:11.838Z Compiling unicode-linebreak v0.1.5
5672026-03-25T20:17:11.932Z Compiling sharded-slab v0.1.7
5682026-03-25T20:17:11.943Z Compiling hashbrown v0.15.5
5692026-03-25T20:17:12.030Z Compiling hyper-util v0.1.20
5702026-03-25T20:17:12.112Z Compiling textwrap v0.16.2
5712026-03-25T20:17:12.227Z Compiling convert_case v0.10.0
5722026-03-25T20:17:12.493Z Compiling tokio-rustls v0.26.4
5732026-03-25T20:17:12.539Z Compiling supports-color v3.0.2
5742026-03-25T20:17:12.578Z Compiling toml_edit v0.22.27
5752026-03-25T20:17:12.811Z Compiling tower v0.5.3
5762026-03-25T20:17:13.395Z Compiling backtrace-ext v0.2.1
5772026-03-25T20:17:13.447Z Compiling ordered-float v2.10.1
5782026-03-25T20:17:13.522Z Compiling miette-derive v7.6.0
5792026-03-25T20:17:13.651Z Compiling webpki-roots v1.0.6
5802026-03-25T20:17:13.720Z Compiling pathdiff v0.2.3
5812026-03-25T20:17:13.773Z Compiling console v0.15.11
5822026-03-25T20:17:13.846Z Compiling cargo-platform v0.3.2
5832026-03-25T20:17:14.412Z Compiling tracing-log v0.2.0
5842026-03-25T20:17:14.614Z Compiling os_pipe v1.2.3
5852026-03-25T20:17:14.687Z Compiling thread_local v1.1.9
5862026-03-25T20:17:14.789Z Compiling debug-ignore v1.0.5
5872026-03-25T20:17:14.800Z Compiling winnow v1.0.0
5882026-03-25T20:17:14.902Z Compiling cfg_aliases v0.2.1
5892026-03-25T20:17:14.978Z Compiling rustix v0.38.44
5902026-03-25T20:17:15.062Z Compiling zstd-safe v7.2.4
5912026-03-25T20:17:15.107Z Compiling scopeguard v1.2.0
5922026-03-25T20:17:15.215Z Compiling supports-unicode v3.0.0
5932026-03-25T20:17:15.323Z Compiling pulldown-cmark v0.13.3
5942026-03-25T20:17:15.382Z Compiling fixedbitset v0.5.7
5952026-03-25T20:17:15.537Z Compiling unicode-width v0.1.14
5962026-03-25T20:17:15.615Z Compiling iri-string v0.7.11
5972026-03-25T20:17:15.845Z Compiling utf8parse v0.2.2
5982026-03-25T20:17:15.892Z Compiling ryu v1.0.23
5992026-03-25T20:17:15.962Z Compiling supports-hyperlinks v3.2.0
6002026-03-25T20:17:16.182Z Compiling miette v7.6.0
6012026-03-25T20:17:16.182Z Compiling serde_urlencoded v0.7.1
6022026-03-25T20:17:16.239Z Compiling anstyle-parse v1.0.0
6032026-03-25T20:17:16.466Z Compiling toml_parser v1.1.0+spec-1.1.0
6042026-03-25T20:17:16.521Z Compiling petgraph v0.8.3
6052026-03-25T20:17:17.784Z Compiling tower-http v0.6.8
6062026-03-25T20:17:18.005Z Compiling lock_api v0.4.14
6072026-03-25T20:17:18.224Z Compiling nix v0.30.1
6082026-03-25T20:17:18.247Z Compiling tracing-subscriber v0.3.23
6092026-03-25T20:17:18.470Z Compiling sigchld v0.2.4
6102026-03-25T20:17:18.602Z Compiling toml v0.8.23
6112026-03-25T20:17:18.662Z Compiling cargo_metadata v0.23.1
6122026-03-25T20:17:18.768Z Compiling hyper-rustls v0.27.7
6132026-03-25T20:17:19.450Z Compiling serde-value v0.7.0
6142026-03-25T20:17:20.184Z Compiling serde-untagged v0.1.9
6152026-03-25T20:17:21.083Z Compiling derive_more-impl v2.1.1
6162026-03-25T20:17:21.483Z Compiling itertools v0.14.0
6172026-03-25T20:17:21.504Z Compiling regex v1.12.3
6182026-03-25T20:17:21.517Z Compiling crypto-common v0.1.7
6192026-03-25T20:17:21.649Z Compiling block-buffer v0.10.4
6202026-03-25T20:17:21.801Z Compiling ppv-lite86 v0.2.21
6212026-03-25T20:17:21.880Z Compiling futures-executor v0.3.32
6222026-03-25T20:17:22.013Z Compiling rand_core v0.9.5
6232026-03-25T20:17:22.133Z Compiling pin-project-internal v1.1.11
6242026-03-25T20:17:22.269Z Compiling http-body-util v0.1.3
6252026-03-25T20:17:22.411Z Compiling uuid v1.22.0
6262026-03-25T20:17:22.544Z Compiling serde_spanned v1.1.0
6272026-03-25T20:17:22.711Z Compiling smol_str v0.3.6
6282026-03-25T20:17:22.940Z Compiling toml_datetime v1.1.0+spec-1.1.0
6292026-03-25T20:17:22.952Z Compiling filetime v0.2.27
6302026-03-25T20:17:22.972Z Compiling vte v0.14.1
6312026-03-25T20:17:23.063Z Compiling bstr v1.12.1
6322026-03-25T20:17:23.150Z Compiling litrs v1.0.0
6332026-03-25T20:17:23.178Z Compiling nested v0.1.1
6342026-03-25T20:17:23.190Z Compiling color-spantrace v0.3.0
6352026-03-25T20:17:23.347Z Compiling eyre v0.6.12
6362026-03-25T20:17:23.373Z Compiling unicase v2.9.0
6372026-03-25T20:17:23.488Z Compiling colorchoice v1.0.5
6382026-03-25T20:17:23.591Z Compiling anstyle-query v1.1.5
6392026-03-25T20:17:23.625Z Compiling static_assertions v1.1.0
6402026-03-25T20:17:23.659Z Compiling xattr v1.6.1
6412026-03-25T20:17:23.694Z Compiling number_prefix v0.4.0
6422026-03-25T20:17:23.707Z Compiling unicode-xid v0.2.6
6432026-03-25T20:17:23.721Z Compiling is_terminal_polyfill v1.70.2
6442026-03-25T20:17:23.748Z Compiling iana-time-zone v0.1.65
6452026-03-25T20:17:23.816Z Compiling self_update v0.42.0
6462026-03-25T20:17:23.836Z Compiling anstyle v1.0.14
6472026-03-25T20:17:23.836Z Compiling tinyvec_macros v0.1.1
6482026-03-25T20:17:23.899Z Compiling chrono v0.4.44
6492026-03-25T20:17:23.923Z Compiling tinyvec v1.11.0
6502026-03-25T20:17:24.058Z Compiling anstream v1.0.0
6512026-03-25T20:17:24.082Z Compiling indicatif v0.17.11
6522026-03-25T20:17:24.105Z Compiling cargo-util-schemas v0.2.0
6532026-03-25T20:17:24.375Z Compiling tar v0.4.45
6542026-03-25T20:17:24.536Z Compiling guppy v0.17.25
6552026-03-25T20:17:25.802Z Compiling document-features v0.2.12
6562026-03-25T20:17:26.395Z Compiling globset v0.4.18
6572026-03-25T20:17:26.539Z Compiling pin-project v1.1.11
6582026-03-25T20:17:26.643Z Compiling toml v1.1.0+spec-1.1.0
6592026-03-25T20:17:26.963Z Compiling strip-ansi-escapes v0.2.1
6602026-03-25T20:17:27.269Z Compiling nextest-metadata v0.12.2
6612026-03-25T20:17:27.278Z Compiling newtype-uuid v1.3.2
6622026-03-25T20:17:27.471Z Compiling reqwest v0.12.28
6632026-03-25T20:17:27.485Z Compiling rand_chacha v0.9.0
6642026-03-25T20:17:27.721Z Compiling futures v0.3.32
6652026-03-25T20:17:27.807Z Compiling derive_more v2.1.1
6662026-03-25T20:17:27.888Z Compiling digest v0.10.7
6672026-03-25T20:17:28.051Z Compiling flate2 v1.1.9
6682026-03-25T20:17:28.110Z Compiling parking_lot v0.12.5
6692026-03-25T20:17:28.588Z Compiling tracing-error v0.2.1
6702026-03-25T20:17:28.840Z Compiling shared_child v1.1.1
6712026-03-25T20:17:29.518Z Compiling signal-hook-mio v0.2.5
6722026-03-25T20:17:29.649Z Compiling self-replace v1.5.0
6732026-03-25T20:17:29.661Z Compiling cargo-platform v0.2.0
6742026-03-25T20:17:29.853Z Compiling quick-xml v0.38.4
6752026-03-25T20:17:29.940Z Compiling quick-xml v0.37.5
6762026-03-25T20:17:30.312Z Compiling cpufeatures v0.2.17
6772026-03-25T20:17:30.388Z Compiling urlencoding v2.1.3
6782026-03-25T20:17:30.480Z Compiling clap_lex v1.1.0
6792026-03-25T20:17:30.633Z Compiling strsim v0.11.1
6802026-03-25T20:17:30.839Z Compiling heck v0.5.0
6812026-03-25T20:17:31.269Z Compiling shell-words v1.1.1
6822026-03-25T20:17:31.449Z Compiling indenter v0.3.4
6832026-03-25T20:17:31.467Z Compiling recursion v0.5.4
6842026-03-25T20:17:31.500Z Compiling humantime v2.3.0
6852026-03-25T20:17:31.518Z Compiling clap_derive v4.6.0
6862026-03-25T20:17:31.577Z Compiling nextest-filtering v0.15.0
6872026-03-25T20:17:31.930Z Compiling humantime-serde v1.1.1
6882026-03-25T20:17:32.090Z Compiling clap_builder v4.6.0
6892026-03-25T20:17:32.414Z Compiling quick-junit v0.5.2
6902026-03-25T20:17:33.325Z Compiling sha2 v0.10.9
6912026-03-25T20:17:34.542Z Compiling cargo_metadata v0.20.0
6922026-03-25T20:17:35.496Z Compiling atomicwrites v0.4.4
6932026-03-25T20:17:35.537Z Compiling crossterm v0.29.0
6942026-03-25T20:17:35.789Z Compiling cargo-nextest v0.9.97
6952026-03-25T20:17:36.095Z Compiling duct v0.13.7
6962026-03-25T20:17:38.114Z Compiling zstd v0.13.3
6972026-03-25T20:17:38.545Z Compiling async-scoped v0.9.0
6982026-03-25T20:17:38.643Z Compiling rand v0.9.2
6992026-03-25T20:17:38.685Z Compiling config v0.15.22
7002026-03-25T20:17:38.710Z Compiling unicode-normalization v0.1.25
7012026-03-25T20:17:38.724Z Compiling target-spec-miette v0.4.5
7022026-03-25T20:17:38.742Z Compiling future-queue v0.4.0
7032026-03-25T20:17:39.014Z Compiling mukti-metadata v0.3.0
7042026-03-25T20:17:39.127Z Compiling tokio-stream v0.1.18
7052026-03-25T20:17:39.295Z Compiling camino-tempfile v1.4.1
7062026-03-25T20:17:39.388Z Compiling derive-where v1.6.1
7072026-03-25T20:17:39.505Z Compiling serde_ignored v0.1.14
7082026-03-25T20:17:39.656Z Compiling serde_path_to_error v0.1.20
7092026-03-25T20:17:39.726Z Compiling indent_write v2.2.0
7102026-03-25T20:17:39.738Z Compiling home v0.5.12
7112026-03-25T20:17:39.798Z Compiling hex v0.4.3
7122026-03-25T20:17:39.878Z Compiling xxhash-rust v0.8.15
7132026-03-25T20:17:39.904Z Compiling swrite v0.1.0
7142026-03-25T20:17:40.012Z Compiling color-eyre v0.6.5
7152026-03-25T20:17:40.077Z Compiling clap v4.6.0
7162026-03-25T20:17:40.093Z Compiling dialoguer v0.11.0
7172026-03-25T20:17:40.114Z Compiling enable-ansi-support v0.2.1
7182026-03-25T20:17:40.650Z Compiling nextest-runner v0.80.0
7192026-03-25T20:17:58.998Z Finished `release` profile [optimized] target(s) in 1m 11s
7202026-03-25T20:17:59.181Z Installing /home/build/.cargo/bin/cargo-nextest
7212026-03-25T20:17:59.184Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7222026-03-25T20:17:59.298Z+ source .github/buildomat/test-common.sh
7232026-03-25T20:17:59.301Z++ NEXTEST_VERSION=0.9.97
7242026-03-25T20:17:59.301Z++ PLATFORM=illumos
7252026-03-25T20:17:59.301Z++ banner install
7262026-03-25T20:17:59.304Z
7272026-03-25T20:17:59.304Z # # # #### ##### ## # #
7282026-03-25T20:17:59.304Z # ## # # # # # # #
7292026-03-25T20:17:59.304Z # # # # #### # # # # #
7302026-03-25T20:17:59.304Z # # # # # # ###### # #
7312026-03-25T20:17:59.304Z # # ## # # # # # # #
7322026-03-25T20:17:59.304Z # # # #### # # # ###### ######
7332026-03-25T20:17:59.304Z
7342026-03-25T20:17:59.304Z++ set +o errexit
7352026-03-25T20:17:59.304Z++ pkg info clang-15
7362026-03-25T20:17:59.304Z++ grep -qi installed
7372026-03-25T20:18:02.035Zpkg: info: no packages matching the following patterns you specified are
7382026-03-25T20:18:02.035Zinstalled on the system. Try querying remotely instead:
7392026-03-25T20:18:02.036Z
7402026-03-25T20:18:02.036Z clang-15
7412026-03-25T20:18:02.075Z++ [[ 1 != 0 ]]
7422026-03-25T20:18:02.075Z++ set -o errexit
7432026-03-25T20:18:02.079Z++ pfexec pkg install clang-15
7442026-03-25T20:18:08.774Z Startup: Refreshing catalog 'helios-dev' ... Done
7452026-03-25T20:18:15.722Z Startup: Caching catalogs ... Done
7462026-03-25T20:18:19.513ZPlanning: Solver setup ... Done
7472026-03-25T20:18:19.527ZPlanning: Running solver ... Done
7482026-03-25T20:18:19.650ZPlanning: Finding local manifests ... Done
7492026-03-25T20:18:19.667ZPlanning: Fetching manifests: 0/2 0% complete
7502026-03-25T20:18:19.759ZPlanning: Fetching manifests: 2/2 100% complete
7512026-03-25T20:18:19.787ZPlanning: Package planning ... Done
7522026-03-25T20:18:19.814ZPlanning: Merging actions ... Done
7532026-03-25T20:18:20.072ZPlanning: Checking for conflicting actions ... Done
7542026-03-25T20:18:20.078ZPlanning: Consolidating action changes ... Done
7552026-03-25T20:18:22.502ZPlanning: Evaluating mediators ... Done
7562026-03-25T20:18:22.505ZPlanning: Planning completed in 6.62 seconds
7572026-03-25T20:18:22.517Z Packages to install: 2
7582026-03-25T20:18:22.517Z Mediators to change: 2
7592026-03-25T20:18:22.517Z Services to change: 1
7602026-03-25T20:18:22.517Z Create boot environment: No
7612026-03-25T20:18:22.517ZCreate backup boot environment: No
7622026-03-25T20:18:22.591Z
7632026-03-25T20:18:22.591ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7642026-03-25T20:18:27.595ZDownload: 1574/3076 items 117.1/211.3MB 55% complete (24.3M/s)
7652026-03-25T20:18:32.846ZDownload: 3060/3076 items 207.5/211.3MB 98% complete (20.9M/s)
7662026-03-25T20:18:33.696ZDownload: Completed 211.31 MB in 11.09 seconds (19.1M/s)
7672026-03-25T20:18:34.022Z Actions: 1/3418 actions (Installing new actions)
7682026-03-25T20:18:37.516Z Actions: Completed 3418 actions in 3.49 seconds.
7692026-03-25T20:18:37.829Z Done
7702026-03-25T20:18:37.829Z Done
7712026-03-25T20:18:38.508Z Done
7722026-03-25T20:18:42.532Z Done
7732026-03-25T20:18:42.643Z Done
7742026-03-25T20:18:42.646Z Done
7752026-03-25T20:18:42.764Z Done
7762026-03-25T20:18:43.446Z++ set -o errexit
7772026-03-25T20:18:43.446Z++ cargo --version
7782026-03-25T20:18:43.456Zcargo 1.94.0 (85eff7c80 2026-01-15)
7792026-03-25T20:18:43.459Z++ rustc --version
7802026-03-25T20:18:43.478Zrustc 1.94.0 (4a4ef493e 2026-03-02)
7812026-03-25T20:18:43.481Z++ cargo install cargo-nextest --version 0.9.97
7822026-03-25T20:18:43.535Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7832026-03-25T20:18:43.538Z+ pushd mgadm
7842026-03-25T20:18:43.538Z+ cargo nextest run
7852026-03-25T20:18:43.538Z/work/oxidecomputer/maghemite/mgadm /work/oxidecomputer/maghemite
7862026-03-25T20:18:43.706Z Updating git repository `https://github.com/oxidecomputer/falcon`
7872026-03-25T20:18:44.708ZFrom https://github.com/oxidecomputer/falcon
7882026-03-25T20:18:44.708Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7892026-03-25T20:18:44.787Z Updating crates.io index
7902026-03-25T20:18:44.829Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7912026-03-25T20:18:45.561ZFrom https://github.com/oxidecomputer/dendrite
7922026-03-25T20:18:45.561Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7932026-03-25T20:18:45.663Z Updating git repository `https://github.com/oxidecomputer/ispf`
7942026-03-25T20:18:45.951ZFrom https://github.com/oxidecomputer/ispf
7952026-03-25T20:18:45.951Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7962026-03-25T20:18:45.959Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7972026-03-25T20:18:46.295ZFrom https://github.com/oxidecomputer/netadm-sys
7982026-03-25T20:18:46.295Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7992026-03-25T20:18:46.305Z Updating git repository `https://github.com/oxidecomputer/omicron`
8002026-03-25T20:18:53.434ZFrom https://github.com/oxidecomputer/omicron
8012026-03-25T20:18:53.434Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
8022026-03-25T20:18:53.861Z Updating git repository `https://github.com/oxidecomputer/opte`
8032026-03-25T20:18:54.450ZFrom https://github.com/oxidecomputer/opte
8042026-03-25T20:18:54.450Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8052026-03-25T20:18:54.481Z Updating git repository `https://github.com/illumos/smf-rs`
8062026-03-25T20:18:54.798ZFrom https://github.com/illumos/smf-rs
8072026-03-25T20:18:54.798Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8082026-03-25T20:18:55.207Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8092026-03-25T20:18:55.512ZFrom https://github.com/oxidecomputer/network-interface
8102026-03-25T20:18:55.512Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8112026-03-25T20:18:55.519Z Updating git repository `https://github.com/oxidecomputer/zone`
8122026-03-25T20:18:55.807ZFrom https://github.com/oxidecomputer/zone
8132026-03-25T20:18:55.807Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8142026-03-25T20:18:55.862Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152026-03-25T20:18:57.056ZFrom https://github.com/oxidecomputer/propolis
8162026-03-25T20:18:57.056Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8172026-03-25T20:18:57.210Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8182026-03-25T20:18:57.705ZFrom https://github.com/oxidecomputer/transceiver-control
8192026-03-25T20:18:57.705Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8202026-03-25T20:18:57.729Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212026-03-25T20:18:57.992ZFrom https://github.com/oxidecomputer/dlpi-sys
8222026-03-25T20:18:57.992Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8232026-03-25T20:18:57.998Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8242026-03-25T20:18:58.323ZFrom https://github.com/jmesmon/rust-libzfs
8252026-03-25T20:18:58.323Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8262026-03-25T20:18:58.330Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8272026-03-25T20:18:58.628ZFrom https://github.com/oxidecomputer/rusty-doors
8282026-03-25T20:18:58.628Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8292026-03-25T20:18:58.675Z Updating git repository `https://github.com/oxidecomputer/lldp`
8302026-03-25T20:18:58.984ZFrom https://github.com/oxidecomputer/lldp
8312026-03-25T20:18:58.984Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8322026-03-25T20:18:59.070Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8332026-03-25T20:18:59.374ZFrom https://github.com/oxidecomputer/slog-error-chain
8342026-03-25T20:18:59.374Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8352026-03-25T20:18:59.397Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8362026-03-25T20:18:59.718ZFrom https://github.com/oxidecomputer/tufaceous
8372026-03-25T20:18:59.718Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8382026-03-25T20:18:59.823Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8392026-03-25T20:19:00.310ZFrom https://github.com/oxidecomputer/management-gateway-service
8402026-03-25T20:19:00.310Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8412026-03-25T20:19:00.340Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-03-25T20:19:01.254ZFrom https://github.com/oxidecomputer/crucible
8432026-03-25T20:19:01.254Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8442026-03-25T20:19:01.511Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8452026-03-25T20:19:01.789ZFrom https://github.com/oxidecomputer/serde_human_bytes
8462026-03-25T20:19:01.789Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8472026-03-25T20:19:02.125Z Updating git repository `https://github.com/oxidecomputer/propolis`
8482026-03-25T20:19:02.528ZFrom https://github.com/oxidecomputer/propolis
8492026-03-25T20:19:02.529Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8502026-03-25T20:19:02.582Z Updating git repository `https://github.com/oxidecomputer/tofino`
8512026-03-25T20:19:02.843ZFrom https://github.com/oxidecomputer/tofino
8522026-03-25T20:19:02.843Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8532026-03-25T20:19:02.869Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8542026-03-25T20:19:03.455ZFrom https://github.com/oxidecomputer/maghemite
8552026-03-25T20:19:03.455Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8562026-03-25T20:19:03.537Z Updating git repository `https://github.com/oxidecomputer/clickward`
8572026-03-25T20:19:03.824ZFrom https://github.com/oxidecomputer/clickward
8582026-03-25T20:19:03.824Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8592026-03-25T20:19:04.095Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8602026-03-25T20:19:04.516ZFrom https://github.com/oxidecomputer/illumos-devinfo
8612026-03-25T20:19:04.516Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8622026-03-25T20:19:04.692Z Updating git repository `https://github.com/oxidecomputer/crucible`
8632026-03-25T20:19:05.046ZFrom https://github.com/oxidecomputer/crucible
8642026-03-25T20:19:05.046Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8652026-03-25T20:19:06.186Z Downloading crates ...
8662026-03-25T20:19:06.296Z Downloaded blake2 v0.10.6
8672026-03-25T20:19:06.300Z Downloaded aead v0.5.2
8682026-03-25T20:19:06.306Z Downloaded byte-wrapper v0.1.0
8692026-03-25T20:19:06.311Z Downloaded allocator-api2 v0.2.21
8702026-03-25T20:19:06.316Z Downloaded async-recursion v1.1.1
8712026-03-25T20:19:06.319Z Downloaded gethostname v0.5.0
8722026-03-25T20:19:06.322Z Downloaded foreign-types-macros v0.2.3
8732026-03-25T20:19:06.325Z Downloaded cancel-safe-futures v0.1.5
8742026-03-25T20:19:06.329Z Downloaded base16ct v1.0.0
8752026-03-25T20:19:06.332Z Downloaded ciborium-ll v0.2.2
8762026-03-25T20:19:06.336Z Downloaded crossbeam-deque v0.8.6
8772026-03-25T20:19:06.339Z Downloaded libscf-sys v1.1.0
8782026-03-25T20:19:06.339Z Downloaded num_threads v0.1.7
8792026-03-25T20:19:06.339Z Downloaded hostname v0.4.2
8802026-03-25T20:19:06.344Z Downloaded convert_case v0.4.0
8812026-03-25T20:19:06.347Z Downloaded git-stub v1.0.0
8822026-03-25T20:19:06.348Z Downloaded crunchy v0.2.4
8832026-03-25T20:19:06.351Z Downloaded hash32 v0.3.1
8842026-03-25T20:19:06.351Z Downloaded crc8 v0.1.1
8852026-03-25T20:19:06.354Z Downloaded const-random-macro v0.1.16
8862026-03-25T20:19:06.354Z Downloaded async-stream-impl v0.3.6
8872026-03-25T20:19:06.357Z Downloaded cobs v0.3.0
8882026-03-25T20:19:06.357Z Downloaded hubpack v0.1.2
8892026-03-25T20:19:06.358Z Downloaded httpdate v1.0.3
8902026-03-25T20:19:06.358Z Downloaded chacha20 v0.10.0
8912026-03-25T20:19:06.361Z Downloaded chacha20 v0.9.1
8922026-03-25T20:19:06.364Z Downloaded num-rational v0.4.2
8932026-03-25T20:19:06.370Z Downloaded group v0.13.0
8942026-03-25T20:19:06.370Z Downloaded fxhash v0.2.1
8952026-03-25T20:19:06.370Z Downloaded darling_macro v0.23.0
8962026-03-25T20:19:06.374Z Downloaded cmake v0.1.57
8972026-03-25T20:19:06.377Z Downloaded highway v1.3.0
8982026-03-25T20:19:06.377Z Downloaded defmt-macros v1.0.1
8992026-03-25T20:19:06.380Z Downloaded daft-derive v0.1.5
9002026-03-25T20:19:06.383Z Downloaded icu_collections v2.1.1
9012026-03-25T20:19:06.387Z Downloaded heck v0.4.1
9022026-03-25T20:19:06.387Z Downloaded console v0.16.3
9032026-03-25T20:19:06.391Z Downloaded bytecount v0.6.9
9042026-03-25T20:19:06.391Z Downloaded daft v0.1.5
9052026-03-25T20:19:06.391Z Downloaded byteorder v1.5.0
9062026-03-25T20:19:06.391Z Downloaded base16ct v0.2.0
9072026-03-25T20:19:06.394Z Downloaded hmac v0.12.1
9082026-03-25T20:19:06.397Z Downloaded embedded-io v0.4.0
9092026-03-25T20:19:06.398Z Downloaded ciborium-io v0.2.2
9102026-03-25T20:19:06.401Z Downloaded defmt v0.3.100
9112026-03-25T20:19:06.401Z Downloaded const-random v0.1.18
9122026-03-25T20:19:06.401Z Downloaded darling_macro v0.21.3
9132026-03-25T20:19:06.404Z Downloaded bit-set v0.8.0
9142026-03-25T20:19:06.404Z Downloaded hubpack_derive v0.1.1
9152026-03-25T20:19:06.404Z Downloaded hostname v0.3.1
9162026-03-25T20:19:06.404Z Downloaded dof v0.4.0
9172026-03-25T20:19:06.407Z Downloaded foreign-types-shared v0.3.1
9182026-03-25T20:19:06.407Z Downloaded foreign-types v0.5.0
9192026-03-25T20:19:06.412Z Downloaded dtrace-parser v0.3.0
9202026-03-25T20:19:06.412Z Downloaded crucible-workspace-hack v0.1.0
9212026-03-25T20:19:06.415Z Downloaded cstr-argument v0.1.2
9222026-03-25T20:19:06.415Z Downloaded derive-ex v0.1.8
9232026-03-25T20:19:06.415Z Downloaded defmt v1.0.1
9242026-03-25T20:19:06.415Z Downloaded backoff v0.4.0
9252026-03-25T20:19:06.418Z Downloaded macaddr v1.0.1
9262026-03-25T20:19:06.418Z Downloaded arrayvec v0.7.6
9272026-03-25T20:19:06.421Z Downloaded async-stream v0.3.6
9282026-03-25T20:19:06.421Z Downloaded match_cfg v0.1.0
9292026-03-25T20:19:06.421Z Downloaded inout v0.1.4
9302026-03-25T20:19:06.421Z Downloaded arrayref v0.3.9
9312026-03-25T20:19:06.426Z Downloaded defmt-parser v1.0.0
9322026-03-25T20:19:06.429Z Downloaded lru-cache v0.1.2
9332026-03-25T20:19:06.432Z Downloaded linked-hash-map v0.5.6
9342026-03-25T20:19:06.432Z Downloaded dof v0.3.0
9352026-03-25T20:19:06.432Z Downloaded newline-converter v0.3.0
9362026-03-25T20:19:06.435Z Downloaded internet-checksum v0.2.1
9372026-03-25T20:19:06.435Z Downloaded cpufeatures v0.3.0
9382026-03-25T20:19:06.441Z Downloaded float-ord v0.3.2
9392026-03-25T20:19:06.446Z Downloaded enum-as-inner v0.6.1
9402026-03-25T20:19:06.446Z Downloaded fs_extra v1.3.0
9412026-03-25T20:19:06.446Z Downloaded fixedbitset v0.4.2
9422026-03-25T20:19:06.449Z Downloaded foldhash v0.2.0
9432026-03-25T20:19:06.449Z Downloaded csv-core v0.1.13
9442026-03-25T20:19:06.454Z Downloaded num v0.4.3
9452026-03-25T20:19:06.454Z Downloaded managed v0.8.0
9462026-03-25T20:19:06.460Z Downloaded darling v0.21.3
9472026-03-25T20:19:06.460Z Downloaded embedded-io v0.6.1
9482026-03-25T20:19:06.460Z Downloaded colored v3.1.1
9492026-03-25T20:19:06.464Z Downloaded mime v0.3.17
9502026-03-25T20:19:06.464Z Downloaded keccak v0.1.6
9512026-03-25T20:19:06.464Z Downloaded is-terminal v0.4.17
9522026-03-25T20:19:06.464Z Downloaded dyn-clone v1.0.20
9532026-03-25T20:19:06.467Z Downloaded num-derive v0.4.2
9542026-03-25T20:19:06.467Z Downloaded dtrace-parser v0.2.0
9552026-03-25T20:19:06.467Z Downloaded memoffset v0.9.1
9562026-03-25T20:19:06.471Z Downloaded newtype_derive v0.1.6
9572026-03-25T20:19:06.471Z Downloaded opaque-debug v0.3.1
9582026-03-25T20:19:06.475Z Downloaded no-std-compat v0.4.1
9592026-03-25T20:19:06.475Z Downloaded idna_adapter v1.2.1
9602026-03-25T20:19:06.475Z Downloaded olpc-cjson v0.1.4
9612026-03-25T20:19:06.475Z Downloaded num_enum_derive v0.5.11
9622026-03-25T20:19:06.475Z Downloaded num-iter v0.1.45
9632026-03-25T20:19:06.475Z Downloaded num-conv v0.2.0
9642026-03-25T20:19:06.480Z Downloaded natord v1.0.9
9652026-03-25T20:19:06.480Z Downloaded dunce v1.0.5
9662026-03-25T20:19:06.485Z Downloaded bitflags v1.3.2
9672026-03-25T20:19:06.490Z Downloaded newtype-uuid-macros v0.1.0
9682026-03-25T20:19:06.490Z Downloaded async-trait v0.1.89
9692026-03-25T20:19:06.494Z Downloaded erased-serde v0.3.31
9702026-03-25T20:19:06.494Z Downloaded ident_case v1.0.1
9712026-03-25T20:19:06.494Z Downloaded displaydoc v0.2.5
9722026-03-25T20:19:06.494Z Downloaded cipher v0.4.4
9732026-03-25T20:19:06.498Z Downloaded omicron-workspace-hack v0.1.0
9742026-03-25T20:19:06.498Z Downloaded git-stub-vcs v0.1.0
9752026-03-25T20:19:06.498Z Downloaded potential_utf v0.1.4
9762026-03-25T20:19:06.498Z Downloaded num-derive v0.3.3
9772026-03-25T20:19:06.501Z Downloaded proc-macro-error-attr2 v2.0.0
9782026-03-25T20:19:06.501Z Downloaded proc-macro-error-attr v1.0.4
9792026-03-25T20:19:06.505Z Downloaded cargo_toml v0.22.3
9802026-03-25T20:19:06.508Z Downloaded fs-err v3.3.0
9812026-03-25T20:19:06.508Z Downloaded const_format_proc_macros v0.2.34
9822026-03-25T20:19:06.512Z Downloaded bit-vec v0.8.0
9832026-03-25T20:19:06.512Z Downloaded bcs v0.1.6
9842026-03-25T20:19:06.512Z Downloaded dropshot-api-manager-types v0.5.2
9852026-03-25T20:19:06.515Z Downloaded constant_time_eq v0.4.2
9862026-03-25T20:19:06.520Z Downloaded parse-display v0.10.0
9872026-03-25T20:19:06.520Z Downloaded ff v0.13.1
9882026-03-25T20:19:06.521Z Downloaded critical-section v1.2.0
9892026-03-25T20:19:06.525Z Downloaded powerfmt v0.2.0
9902026-03-25T20:19:06.525Z Downloaded progenitor-client v0.11.2
9912026-03-25T20:19:06.525Z Downloaded proc-macro-crate v1.3.1
9922026-03-25T20:19:06.525Z Downloaded pretty-hex v0.4.2
9932026-03-25T20:19:06.525Z Downloaded plain v0.2.3
9942026-03-25T20:19:06.531Z Downloaded drift v0.1.3
9952026-03-25T20:19:06.535Z Downloaded progenitor-client v0.10.0
9962026-03-25T20:19:06.535Z Downloaded rand_xorshift v0.4.0
9972026-03-25T20:19:06.535Z Downloaded icu_properties v2.1.2
9982026-03-25T20:19:06.535Z Downloaded oxide-tokio-rt v0.1.3
9992026-03-25T20:19:06.540Z Downloaded progenitor-macro v0.11.2
10002026-03-25T20:19:06.540Z Downloaded heapless v0.8.0
10012026-03-25T20:19:06.540Z Downloaded progenitor-macro v0.13.0
10022026-03-25T20:19:06.540Z Downloaded progenitor-macro v0.10.0
10032026-03-25T20:19:06.544Z Downloaded icu_normalizer v2.1.1
10042026-03-25T20:19:06.544Z Downloaded libsw v3.5.0
10052026-03-25T20:19:06.544Z Downloaded ref-cast-impl v1.0.25
10062026-03-25T20:19:06.549Z Downloaded const_format v0.2.35
10072026-03-25T20:19:06.549Z Downloaded memmap v0.7.0
10082026-03-25T20:19:06.549Z Downloaded linear-map v1.2.0
10092026-03-25T20:19:06.554Z Downloaded ipnetwork v0.21.1
10102026-03-25T20:19:06.554Z Downloaded ingot v0.1.1
10112026-03-25T20:19:06.554Z Downloaded ingot-types v0.1.2
10122026-03-25T20:19:06.554Z Downloaded oxnet v0.1.4
10132026-03-25T20:19:06.557Z Downloaded rand_chacha v0.3.1
10142026-03-25T20:19:06.557Z Downloaded password-hash v0.5.0
10152026-03-25T20:19:06.557Z Downloaded ref-cast v1.0.25
10162026-03-25T20:19:06.560Z Downloaded paste v1.0.15
10172026-03-25T20:19:06.565Z Downloaded quick-error v1.2.3
10182026-03-25T20:19:06.565Z Downloaded parse-display-derive v0.10.0
10192026-03-25T20:19:06.565Z Downloaded rustc_version v0.1.7
10202026-03-25T20:19:06.569Z Downloaded same-file v1.0.6
10212026-03-25T20:19:06.569Z Downloaded num_enum v0.5.11
10222026-03-25T20:19:06.569Z Downloaded minimal-lexical v0.2.1
10232026-03-25T20:19:06.572Z Downloaded pem v3.0.6
10242026-03-25T20:19:06.572Z Downloaded crossbeam-epoch v0.9.18
10252026-03-25T20:19:06.576Z Downloaded deranged v0.5.8
10262026-03-25T20:19:06.576Z Downloaded multer v3.1.0
10272026-03-25T20:19:06.579Z Downloaded phf_shared v0.12.1
10282026-03-25T20:19:06.579Z Downloaded phf v0.12.1
10292026-03-25T20:19:06.579Z Downloaded num-complex v0.4.6
10302026-03-25T20:19:06.583Z Downloaded instant v0.1.13
10312026-03-25T20:19:06.583Z Downloaded num_enum_derive v0.7.6
10322026-03-25T20:19:06.583Z Downloaded glob v0.3.3
10332026-03-25T20:19:06.583Z Downloaded half v2.7.1
10342026-03-25T20:19:06.586Z Downloaded litemap v0.8.1
10352026-03-25T20:19:06.589Z Downloaded scroll_derive v0.13.1
10362026-03-25T20:19:06.589Z Downloaded cookie v0.18.1
10372026-03-25T20:19:06.592Z Downloaded poly1305 v0.8.0
10382026-03-25T20:19:06.592Z Downloaded serde_plain v1.0.2
10392026-03-25T20:19:06.592Z Downloaded secrecy v0.10.3
10402026-03-25T20:19:06.595Z Downloaded parking_lot_core v0.8.6
10412026-03-25T20:19:06.595Z Downloaded progenitor v0.11.2
10422026-03-25T20:19:06.596Z Downloaded num-integer v0.1.46
10432026-03-25T20:19:06.599Z Downloaded anyhow v1.0.102
10442026-03-25T20:19:06.599Z Downloaded proc-macro-crate v3.5.0
10452026-03-25T20:19:06.602Z Downloaded ciborium v0.2.2
10462026-03-25T20:19:06.603Z Downloaded crossbeam-utils v0.8.21
10472026-03-25T20:19:06.603Z Downloaded serde-big-array v0.5.1
10482026-03-25T20:19:06.606Z Downloaded siphasher v1.0.2
10492026-03-25T20:19:06.606Z Downloaded semver v0.1.20
10502026-03-25T20:19:06.606Z Downloaded progenitor v0.10.0
10512026-03-25T20:19:06.609Z Downloaded sha1 v0.10.6
10522026-03-25T20:19:06.609Z Downloaded serial_test_derive v3.4.0
10532026-03-25T20:19:06.609Z Downloaded sigpipe v0.1.3
10542026-03-25T20:19:06.609Z Downloaded serial_test v3.4.0
10552026-03-25T20:19:06.612Z Downloaded progenitor v0.13.0
10562026-03-25T20:19:06.612Z Downloaded backon v1.6.0
10572026-03-25T20:19:06.615Z Downloaded progenitor-extras v0.1.1
10582026-03-25T20:19:06.615Z Downloaded darling v0.23.0
10592026-03-25T20:19:06.618Z Downloaded progenitor-client v0.13.0
10602026-03-25T20:19:06.619Z Downloaded proc-macro-error2 v2.0.1
10612026-03-25T20:19:06.624Z Downloaded pest_generator v2.8.6
10622026-03-25T20:19:06.624Z Downloaded memmap2 v0.9.10
10632026-03-25T20:19:06.624Z Downloaded argon2 v0.5.3
10642026-03-25T20:19:06.628Z Downloaded scroll_derive v0.12.1
10652026-03-25T20:19:06.628Z Downloaded libsw-core v0.3.2
10662026-03-25T20:19:06.628Z Downloaded ingot-macros v0.1.1
10672026-03-25T20:19:06.631Z Downloaded rand_core v0.10.0
10682026-03-25T20:19:06.636Z Downloaded smawk v0.3.2
10692026-03-25T20:19:06.636Z Downloaded slog-bunyan v2.5.0
10702026-03-25T20:19:06.640Z Downloaded stable_deref_trait v1.2.1
10712026-03-25T20:19:06.645Z Downloaded resolv-conf v0.7.6
10722026-03-25T20:19:06.645Z Downloaded rusty-fork v0.3.1
10732026-03-25T20:19:06.645Z Downloaded crypto-bigint v0.5.5
10742026-03-25T20:19:06.653Z Downloaded diff v0.1.13
10752026-03-25T20:19:06.653Z Downloaded omicron-zone-package v0.12.2
10762026-03-25T20:19:06.657Z Downloaded spin v0.5.2
10772026-03-25T20:19:06.661Z Downloaded schemars_derive v0.8.22
10782026-03-25T20:19:06.661Z Downloaded strum v0.26.3
10792026-03-25T20:19:06.666Z Downloaded structmeta v0.3.0
10802026-03-25T20:19:06.666Z Downloaded num_enum v0.7.6
10812026-03-25T20:19:06.666Z Downloaded strum v0.27.2
10822026-03-25T20:19:06.666Z Downloaded structmeta-derive v0.3.0
10832026-03-25T20:19:06.666Z Downloaded pest_derive v2.8.6
10842026-03-25T20:19:06.669Z Downloaded serde_derive_internals v0.29.1
10852026-03-25T20:19:06.670Z Downloaded proc-macro-error v1.0.4
10862026-03-25T20:19:06.673Z Downloaded data-encoding v2.10.0
10872026-03-25T20:19:06.673Z Downloaded icu_normalizer_data v2.1.1
10882026-03-25T20:19:06.676Z Downloaded rustversion v1.0.22
10892026-03-25T20:19:06.680Z Downloaded scroll v0.12.0
10902026-03-25T20:19:06.680Z Downloaded take_mut v0.2.2
10912026-03-25T20:19:06.680Z Downloaded scroll v0.13.0
10922026-03-25T20:19:06.680Z Downloaded tagptr v0.2.0
10932026-03-25T20:19:06.680Z Downloaded testing_table v0.3.0
10942026-03-25T20:19:06.684Z Downloaded termtree v0.5.1
10952026-03-25T20:19:06.684Z Downloaded tabled_derive v0.7.0
10962026-03-25T20:19:06.684Z Downloaded tabwriter v1.4.1
10972026-03-25T20:19:06.684Z Downloaded tabled_derive v0.11.0
10982026-03-25T20:19:06.688Z Downloaded thread-id v5.1.0
10992026-03-25T20:19:06.688Z Downloaded postcard v1.1.3
11002026-03-25T20:19:06.688Z Downloaded time-core v0.1.8
11012026-03-25T20:19:06.688Z Downloaded thiserror-impl-no-std v2.0.2
11022026-03-25T20:19:06.691Z Downloaded smf v0.2.3
11032026-03-25T20:19:06.695Z Downloaded slog-term v2.9.2
11042026-03-25T20:19:06.695Z Downloaded thread-id v4.2.2
11052026-03-25T20:19:06.698Z Downloaded serde_tokenstream v0.2.3
11062026-03-25T20:19:06.702Z Downloaded icu_provider v2.1.1
11072026-03-25T20:19:06.703Z Downloaded chacha20poly1305 v0.10.1
11082026-03-25T20:19:06.708Z Downloaded smartstring v1.0.1
11092026-03-25T20:19:06.712Z Downloaded slog-dtrace v0.3.0
11102026-03-25T20:19:06.712Z Downloaded slog-stdlog v4.1.1
11112026-03-25T20:19:06.716Z Downloaded slog-scope v4.4.1
11122026-03-25T20:19:06.716Z Downloaded slog-json v2.6.1
11132026-03-25T20:19:06.716Z Downloaded slog-envlogger v2.2.0
11142026-03-25T20:19:06.716Z Downloaded slog-async v2.8.0
11152026-03-25T20:19:06.716Z Downloaded untrusted v0.7.1
11162026-03-25T20:19:06.720Z Downloaded dropshot_endpoint v0.16.7
11172026-03-25T20:19:06.724Z Downloaded rustls-native-certs v0.8.3
11182026-03-25T20:19:06.727Z Downloaded parking_lot v0.11.2
11192026-03-25T20:19:06.727Z Downloaded indexmap v1.9.3
11202026-03-25T20:19:06.727Z Downloaded papergrid v0.17.0
11212026-03-25T20:19:06.730Z Downloaded rustls-pemfile v2.2.0
11222026-03-25T20:19:06.733Z Downloaded snafu-derive v0.8.9
11232026-03-25T20:19:06.733Z Downloaded rhai_codegen v3.1.0
11242026-03-25T20:19:06.736Z Downloaded hickory-resolver v0.24.4
11252026-03-25T20:19:06.740Z Downloaded usdt v0.5.0
11262026-03-25T20:19:06.740Z Downloaded usdt-macro v0.6.0
11272026-03-25T20:19:06.740Z Downloaded usdt-macro v0.5.0
11282026-03-25T20:19:06.740Z Downloaded unarray v0.1.4
11292026-03-25T20:19:06.743Z Downloaded topological-sort v0.2.2
11302026-03-25T20:19:06.743Z Downloaded papergrid v0.11.0
11312026-03-25T20:19:06.746Z Downloaded usdt-attr-macro v0.6.0
11322026-03-25T20:19:06.746Z Downloaded usdt-attr-macro v0.5.0
11332026-03-25T20:19:06.746Z Downloaded universal-hash v0.5.1
11342026-03-25T20:19:06.746Z Downloaded unit-prefix v0.5.2
11352026-03-25T20:19:06.746Z Downloaded waitgroup v0.1.2
11362026-03-25T20:19:06.749Z Downloaded derive_more v0.99.20
11372026-03-25T20:19:06.749Z Downloaded wait-timeout v0.2.1
11382026-03-25T20:19:06.752Z Downloaded utf-8 v0.7.6
11392026-03-25T20:19:06.752Z Downloaded usdt v0.6.0
11402026-03-25T20:19:06.755Z Downloaded darling_core v0.21.3
11412026-03-25T20:19:06.759Z Downloaded zerofrom v0.1.6
11422026-03-25T20:19:06.762Z Downloaded synstructure v0.13.2
11432026-03-25T20:19:06.765Z Downloaded zone_cfg_derive v0.3.1
11442026-03-25T20:19:06.768Z Downloaded sdd v3.0.10
11452026-03-25T20:19:06.768Z Downloaded serde_repr v0.1.20
11462026-03-25T20:19:06.768Z Downloaded serde_with_macros v3.18.0
11472026-03-25T20:19:06.771Z Downloaded yoke-derive v0.8.1
11482026-03-25T20:19:06.771Z Downloaded tokio-dtrace v0.1.1
11492026-03-25T20:19:06.771Z Downloaded thiserror-no-std v2.0.2
11502026-03-25T20:19:06.775Z Downloaded tokio-rustls v0.25.0
11512026-03-25T20:19:06.775Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11522026-03-25T20:19:06.778Z Downloaded zeroize_derive v1.4.3
11532026-03-25T20:19:06.778Z Downloaded zerofrom-derive v0.1.6
11542026-03-25T20:19:06.781Z Downloaded icu_locale_core v2.1.1
11552026-03-25T20:19:06.785Z Downloaded progenitor-impl v0.11.2
11562026-03-25T20:19:06.789Z Downloaded typify-macro v0.6.1
11572026-03-25T20:19:06.792Z Downloaded rustls-platform-verifier v0.6.2
11582026-03-25T20:19:06.796Z Downloaded elliptic-curve v0.13.8
11592026-03-25T20:19:06.801Z Downloaded tiny-keccak v2.0.2
11602026-03-25T20:19:06.801Z Downloaded tinystr v0.8.2
11612026-03-25T20:19:06.801Z Downloaded time-macros v0.2.27
11622026-03-25T20:19:06.804Z Downloaded spin v0.9.8
11632026-03-25T20:19:06.804Z Downloaded zone v0.3.1
11642026-03-25T20:19:06.804Z Downloaded strum_macros v0.26.4
11652026-03-25T20:19:06.807Z Downloaded vsss-rs v3.3.4
11662026-03-25T20:19:06.808Z Downloaded itertools v0.12.1
11672026-03-25T20:19:06.811Z Downloaded walkdir v2.5.0
11682026-03-25T20:19:06.814Z Downloaded pest_meta v2.8.6
11692026-03-25T20:19:06.814Z Downloaded crossbeam-channel v0.5.15
11702026-03-25T20:19:06.817Z Downloaded base64 v0.21.7
11712026-03-25T20:19:06.817Z Downloaded prettyplease v0.2.37
11722026-03-25T20:19:06.820Z Downloaded hickory-resolver v0.25.2
11732026-03-25T20:19:06.825Z Downloaded typify-macro v0.4.3
11742026-03-25T20:19:06.825Z Downloaded pretty_assertions v1.4.1
11752026-03-25T20:19:06.825Z Downloaded usdt-impl v0.6.0
11762026-03-25T20:19:06.828Z Downloaded arc-swap v1.9.0
11772026-03-25T20:19:06.828Z Downloaded term v1.2.1
11782026-03-25T20:19:06.828Z Downloaded usdt-impl v0.5.0
11792026-03-25T20:19:06.831Z Downloaded progenitor-impl v0.10.0
11802026-03-25T20:19:06.831Z Downloaded similar v2.7.0
11812026-03-25T20:19:06.834Z Downloaded strum_macros v0.27.2
11822026-03-25T20:19:06.835Z Downloaded progenitor-impl v0.13.0
11832026-03-25T20:19:06.839Z Downloaded dropshot-api-manager v0.5.2
11842026-03-25T20:19:06.839Z Downloaded thin-vec v0.2.14
11852026-03-25T20:19:06.839Z Downloaded slog v2.8.2
11862026-03-25T20:19:06.843Z Downloaded darling_core v0.23.0
11872026-03-25T20:19:06.843Z Downloaded ucd-trie v0.1.7
11882026-03-25T20:19:06.847Z Downloaded rayon-core v1.13.0
11892026-03-25T20:19:06.850Z Downloaded zerovec-derive v0.11.2
11902026-03-25T20:19:06.850Z Downloaded indicatif v0.18.4
11912026-03-25T20:19:06.855Z Downloaded yoke v0.8.1
11922026-03-25T20:19:06.859Z Downloaded whoami v1.6.1
11932026-03-25T20:19:06.859Z Downloaded jiff-static v0.2.23
11942026-03-25T20:19:06.859Z Downloaded tokio-tungstenite v0.21.0
11952026-03-25T20:19:06.864Z Downloaded schemars v0.8.22
11962026-03-25T20:19:06.869Z Downloaded schemars v0.9.0
11972026-03-25T20:19:06.874Z Downloaded toml v0.9.12+spec-1.1.0
11982026-03-25T20:19:06.878Z Downloaded typify v0.4.3
11992026-03-25T20:19:06.878Z Downloaded typify v0.6.1
12002026-03-25T20:19:06.883Z Downloaded nom v8.0.0
12012026-03-25T20:19:06.883Z Downloaded snafu v0.8.9
12022026-03-25T20:19:06.888Z Downloaded unsafe-libyaml v0.2.11
12032026-03-25T20:19:06.888Z Downloaded serde_yaml v0.9.34+deprecated
12042026-03-25T20:19:06.888Z Downloaded expectorate v1.2.0
12052026-03-25T20:19:06.892Z Downloaded qorb v0.4.1
12062026-03-25T20:19:06.892Z Downloaded test-strategy v0.4.5
12072026-03-25T20:19:06.895Z Downloaded xz2 v0.1.7
12082026-03-25T20:19:06.896Z Downloaded writeable v0.6.2
12092026-03-25T20:19:06.896Z Downloaded toml v0.7.8
12102026-03-25T20:19:06.896Z Downloaded hashbrown v0.12.3
12112026-03-25T20:19:06.899Z Downloaded zerocopy-derive v0.7.35
12122026-03-25T20:19:06.902Z Downloaded steno v0.4.1
12132026-03-25T20:19:06.905Z Downloaded rand v0.8.5
12142026-03-25T20:19:06.905Z Downloaded blake3 v1.8.3
12152026-03-25T20:19:06.909Z Downloaded yansi v1.0.1
12162026-03-25T20:19:06.912Z Downloaded tungstenite v0.21.0
12172026-03-25T20:19:06.921Z Downloaded aws-lc-rs v1.16.2
12182026-03-25T20:19:06.926Z Downloaded zerocopy-derive v0.8.47
12192026-03-25T20:19:06.942Z Downloaded toml_edit v0.19.15
12202026-03-25T20:19:06.950Z Downloaded typed-path v0.9.3
12212026-03-25T20:19:06.954Z Downloaded scc v2.4.0
12222026-03-25T20:19:06.957Z Downloaded nom v7.1.3
12232026-03-25T20:19:06.977Z Downloaded rayon v1.11.0
12242026-03-25T20:19:06.981Z Downloaded reqwest v0.13.2
12252026-03-25T20:19:06.992Z Downloaded zerotrie v0.2.3
12262026-03-25T20:19:06.997Z Downloaded toml_edit v0.25.8+spec-1.1.0
12272026-03-25T20:19:06.997Z Downloaded rand v0.10.0
12282026-03-25T20:19:07.011Z Downloaded proptest v1.11.0
12292026-03-25T20:19:07.016Z Downloaded schemars v1.2.1
12302026-03-25T20:19:07.026Z Downloaded pest v2.8.6
12312026-03-25T20:19:07.039Z Downloaded syn v1.0.109
12322026-03-25T20:19:07.044Z Downloaded hkdf v0.12.4
12332026-03-25T20:19:07.065Z Downloaded dropshot v0.16.7
12342026-03-25T20:19:07.077Z Downloaded smoltcp v0.11.0
12352026-03-25T20:19:07.084Z Downloaded icu_properties_data v2.1.2
12362026-03-25T20:19:07.088Z Downloaded libm v0.2.16
12372026-03-25T20:19:07.093Z Downloaded regress v0.10.5
12382026-03-25T20:19:07.097Z Downloaded goblin v0.8.2
12392026-03-25T20:19:07.101Z Downloaded iddqd v0.3.17
12402026-03-25T20:19:07.136Z Downloaded zerovec v0.11.5
12412026-03-25T20:19:07.179Z Downloaded serde_with v3.18.0
12422026-03-25T20:19:07.185Z Downloaded tough v0.20.0
12432026-03-25T20:19:07.189Z Downloaded zerocopy v0.7.35
12442026-03-25T20:19:07.198Z Downloaded winnow v0.5.40
12452026-03-25T20:19:07.202Z Downloaded rustls-webpki v0.102.8
12462026-03-25T20:19:07.212Z Downloaded goblin v0.10.5
12472026-03-25T20:19:07.216Z Downloaded chrono-tz v0.10.4
12482026-03-25T20:19:07.240Z Downloaded csv v1.4.0
12492026-03-25T20:19:07.251Z Downloaded moka v0.12.15
12502026-03-25T20:19:07.257Z Downloaded tabled v0.15.0
12512026-03-25T20:19:07.287Z Downloaded time v0.3.47
12522026-03-25T20:19:07.312Z Downloaded tabled v0.20.0
12532026-03-25T20:19:07.321Z Downloaded encoding_rs v0.8.35
12542026-03-25T20:19:07.364Z Downloaded rustls v0.22.4
12552026-03-25T20:19:07.375Z Downloaded hickory-proto v0.24.4
12562026-03-25T20:19:07.382Z Downloaded nix v0.31.2
12572026-03-25T20:19:07.390Z Downloaded openapiv3 v2.2.0
12582026-03-25T20:19:07.401Z Downloaded rhai v1.24.0
12592026-03-25T20:19:07.425Z Downloaded hickory-proto v0.25.2
12602026-03-25T20:19:07.471Z Downloaded typify-impl v0.6.1
12612026-03-25T20:19:07.490Z Downloaded sled v0.34.7
12622026-03-25T20:19:07.498Z Downloaded typify-impl v0.4.3
12632026-03-25T20:19:07.572Z Downloaded jiff v0.2.23
12642026-03-25T20:19:07.578Z Downloaded petgraph v0.6.5
12652026-03-25T20:19:07.588Z Downloaded lzma-sys v0.1.20
12662026-03-25T20:19:07.604Z Downloaded sha3 v0.10.8
12672026-03-25T20:19:07.935Z Downloaded aws-lc-sys v0.39.0
12682026-03-25T20:19:08.869Z Compiling proc-macro2 v1.0.106
12692026-03-25T20:19:08.869Z Compiling unicode-ident v1.0.24
12702026-03-25T20:19:08.872Z Compiling quote v1.0.45
12712026-03-25T20:19:08.872Z Compiling serde_core v1.0.228
12722026-03-25T20:19:08.872Z Compiling cfg-if v1.0.4
12732026-03-25T20:19:08.872Z Compiling serde v1.0.228
12742026-03-25T20:19:08.872Z Compiling libc v0.2.183
12752026-03-25T20:19:08.872Z Compiling memchr v2.8.0
12762026-03-25T20:19:09.072Z Compiling itoa v1.0.18
12772026-03-25T20:19:09.257Z Compiling zmij v1.0.21
12782026-03-25T20:19:09.287Z Compiling autocfg v1.5.0
12792026-03-25T20:19:09.333Z Compiling libm v0.2.16
12802026-03-25T20:19:09.619Z Compiling version_check v0.9.5
12812026-03-25T20:19:09.680Z Compiling stable_deref_trait v1.2.1
12822026-03-25T20:19:09.752Z Compiling writeable v0.6.2
12832026-03-25T20:19:09.778Z Compiling litemap v0.8.1
12842026-03-25T20:19:09.842Z Compiling pin-project-lite v0.2.17
12852026-03-25T20:19:09.873Z Compiling icu_normalizer_data v2.1.1
12862026-03-25T20:19:09.899Z Compiling percent-encoding v2.3.2
12872026-03-25T20:19:09.951Z Compiling icu_properties_data v2.1.2
12882026-03-25T20:19:09.961Z Compiling iana-time-zone v0.1.65
12892026-03-25T20:19:10.091Z Compiling equivalent v1.0.2
12902026-03-25T20:19:10.103Z Compiling syn v2.0.117
12912026-03-25T20:19:10.177Z Compiling parking_lot_core v0.9.12
12922026-03-25T20:19:10.215Z Compiling scopeguard v1.2.0
12932026-03-25T20:19:10.261Z Compiling foldhash v0.2.0
12942026-03-25T20:19:10.302Z Compiling lock_api v0.4.14
12952026-03-25T20:19:10.316Z Compiling allocator-api2 v0.2.21
12962026-03-25T20:19:10.327Z Compiling form_urlencoded v1.2.2
12972026-03-25T20:19:10.456Z Compiling utf8_iter v1.0.4
12982026-03-25T20:19:10.492Z Compiling serde_json v1.0.149
12992026-03-25T20:19:10.505Z Compiling dyn-clone v1.0.20
13002026-03-25T20:19:10.525Z Compiling num-traits v0.2.19
13012026-03-25T20:19:10.599Z Compiling hashbrown v0.16.1
13022026-03-25T20:19:10.634Z Compiling jobserver v0.1.34
13032026-03-25T20:19:10.645Z Compiling find-msvc-tools v0.1.9
13042026-03-25T20:19:10.740Z Compiling shlex v1.3.0
13052026-03-25T20:19:10.822Z Compiling errno v0.3.14
13062026-03-25T20:19:10.875Z Compiling cc v1.2.57
13072026-03-25T20:19:10.910Z Compiling getrandom v0.4.2
13082026-03-25T20:19:10.948Z Compiling thiserror v2.0.18
13092026-03-25T20:19:10.967Z Compiling rand_core v0.10.0
13102026-03-25T20:19:11.123Z Compiling semver v1.0.27
13112026-03-25T20:19:11.161Z Compiling zerocopy v0.8.47
13122026-03-25T20:19:11.185Z Compiling futures-core v0.3.32
13132026-03-25T20:19:11.351Z Compiling indexmap v2.13.0
13142026-03-25T20:19:11.504Z Compiling heck v0.5.0
13152026-03-25T20:19:11.576Z Compiling futures-sink v0.3.32
13162026-03-25T20:19:11.637Z Compiling fnv v1.0.7
13172026-03-25T20:19:11.676Z Compiling slab v0.4.12
13182026-03-25T20:19:11.729Z Compiling rustversion v1.0.22
13192026-03-25T20:19:11.762Z Compiling uuid v1.22.0
13202026-03-25T20:19:11.850Z Compiling futures-channel v0.3.32
13212026-03-25T20:19:12.028Z Compiling futures-io v0.3.32
13222026-03-25T20:19:12.109Z Compiling futures-task v0.3.32
13232026-03-25T20:19:12.127Z Compiling portable-atomic v1.13.1
13242026-03-25T20:19:12.182Z Compiling schemars v0.8.22
13252026-03-25T20:19:12.205Z Compiling socket2 v0.6.3
13262026-03-25T20:19:12.277Z Compiling typenum v1.19.0
13272026-03-25T20:19:12.291Z Compiling signal-hook-registry v1.4.8
13282026-03-25T20:19:12.426Z Compiling mio v1.1.1
13292026-03-25T20:19:12.585Z Compiling getrandom v0.2.17
13302026-03-25T20:19:12.639Z Compiling critical-section v1.2.0
13312026-03-25T20:19:12.670Z Compiling bitflags v2.11.0
13322026-03-25T20:19:12.724Z Compiling subtle v2.6.1
13332026-03-25T20:19:12.780Z Compiling log v0.4.29
13342026-03-25T20:19:12.802Z Compiling base64 v0.22.1
13352026-03-25T20:19:12.901Z Compiling synstructure v0.13.2
13362026-03-25T20:19:12.965Z Compiling serde_derive_internals v0.29.1
13372026-03-25T20:19:12.993Z Compiling untrusted v0.9.0
13382026-03-25T20:19:13.012Z Compiling byteorder v1.5.0
13392026-03-25T20:19:13.109Z Compiling once_cell v1.21.4
13402026-03-25T20:19:13.140Z Compiling rand_core v0.6.4
13412026-03-25T20:19:13.182Z Compiling slog v2.8.2
13422026-03-25T20:19:13.272Z Compiling cmake v0.1.57
13432026-03-25T20:19:13.321Z Compiling fs_extra v1.3.0
13442026-03-25T20:19:13.370Z Compiling regex-syntax v0.8.10
13452026-03-25T20:19:13.414Z Compiling dunce v1.0.5
13462026-03-25T20:19:13.425Z Compiling strsim v0.11.1
13472026-03-25T20:19:13.435Z Compiling httparse v1.10.1
13482026-03-25T20:19:13.504Z Compiling rustix v1.1.4
13492026-03-25T20:19:13.580Z Compiling ipnet v2.12.0
13502026-03-25T20:19:13.618Z Compiling aws-lc-sys v0.39.0
13512026-03-25T20:19:13.721Z Compiling atomic-waker v1.1.2
13522026-03-25T20:19:13.828Z Compiling tower-layer v0.3.3
13532026-03-25T20:19:13.839Z Compiling tower-service v0.3.3
13542026-03-25T20:19:13.927Z Compiling generic-array v0.14.7
13552026-03-25T20:19:13.985Z Compiling try-lock v0.2.5
13562026-03-25T20:19:14.079Z Compiling getrandom v0.3.4
13572026-03-25T20:19:14.092Z Compiling ucd-trie v0.1.7
13582026-03-25T20:19:14.138Z Compiling thiserror v1.0.69
13592026-03-25T20:19:14.158Z Compiling want v0.3.1
13602026-03-25T20:19:14.180Z Compiling serde_derive v1.0.228
13612026-03-25T20:19:14.193Z Compiling zerofrom-derive v0.1.6
13622026-03-25T20:19:14.325Z Compiling yoke-derive v0.8.1
13632026-03-25T20:19:14.398Z Compiling zerovec-derive v0.11.2
13642026-03-25T20:19:14.413Z Compiling displaydoc v0.2.5
13652026-03-25T20:19:14.445Z Compiling tokio-macros v2.6.1
13662026-03-25T20:19:14.478Z Compiling schemars_derive v0.8.22
13672026-03-25T20:19:15.162Z Compiling thiserror-impl v2.0.18
13682026-03-25T20:19:15.211Z Compiling zerocopy-derive v0.8.47
13692026-03-25T20:19:15.354Z Compiling zeroize_derive v1.4.3
13702026-03-25T20:19:15.397Z Compiling zerofrom v0.1.6
13712026-03-25T20:19:15.491Z Compiling futures-macro v0.3.32
13722026-03-25T20:19:15.520Z Compiling yoke v0.8.1
13732026-03-25T20:19:15.687Z Compiling zerovec v0.11.5
13742026-03-25T20:19:15.706Z Compiling zerotrie v0.2.3
13752026-03-25T20:19:16.022Z Compiling zeroize v1.8.2
13762026-03-25T20:19:16.190Z Compiling tinystr v0.8.2
13772026-03-25T20:19:16.215Z Compiling potential_utf v0.1.4
13782026-03-25T20:19:16.241Z Compiling pest v2.8.6
13792026-03-25T20:19:16.312Z Compiling futures-util v0.3.32
13802026-03-25T20:19:16.377Z Compiling icu_locale_core v2.1.1
13812026-03-25T20:19:16.387Z Compiling icu_collections v2.1.1
13822026-03-25T20:19:16.493Z Compiling thiserror-impl v1.0.69
13832026-03-25T20:19:16.884Z Compiling httpdate v1.0.3
13842026-03-25T20:19:17.112Z Compiling icu_provider v2.1.1
13852026-03-25T20:19:17.319Z Compiling bytes v1.11.1
13862026-03-25T20:19:17.370Z Compiling smallvec v1.15.1
13872026-03-25T20:19:17.408Z Compiling icu_properties v2.1.2
13882026-03-25T20:19:17.499Z Compiling chrono v0.4.44
13892026-03-25T20:19:17.597Z Compiling icu_normalizer v2.1.1
13902026-03-25T20:19:17.992Z Compiling parking_lot v0.12.5
13912026-03-25T20:19:18.013Z Compiling http v1.4.0
13922026-03-25T20:19:18.248Z Compiling tokio v1.50.0
13932026-03-25T20:19:18.416Z Compiling idna_adapter v1.2.1
13942026-03-25T20:19:18.550Z Compiling idna v1.1.0
13952026-03-25T20:19:18.594Z Compiling serde_tokenstream v0.2.3
13962026-03-25T20:19:18.627Z Compiling erased-serde v0.3.31
13972026-03-25T20:19:18.879Z Compiling url v2.5.8
13982026-03-25T20:19:19.006Z Compiling http-body v1.0.1
13992026-03-25T20:19:19.125Z Compiling pin-utils v0.1.0
14002026-03-25T20:19:19.154Z Compiling ryu v1.0.23
14012026-03-25T20:19:19.292Z Compiling pest_meta v2.8.6
14022026-03-25T20:19:19.338Z Compiling plain v0.2.3
14032026-03-25T20:19:19.461Z Compiling ppv-lite86 v0.2.21
14042026-03-25T20:19:19.574Z Compiling pretty-hex v0.4.2
14052026-03-25T20:19:19.707Z Compiling paste v1.0.15
14062026-03-25T20:19:19.749Z Compiling tracing-attributes v0.1.31
14072026-03-25T20:19:19.772Z Compiling crypto-common v0.1.7
14082026-03-25T20:19:19.810Z Compiling tracing-core v0.1.36
14092026-03-25T20:19:19.900Z Compiling pest_generator v2.8.6
14102026-03-25T20:19:20.028Z Compiling omicron-workspace-hack v0.1.0
14112026-03-25T20:19:20.237Z Compiling ident_case v1.0.1
14122026-03-25T20:19:20.397Z Compiling serde_urlencoded v0.7.1
14132026-03-25T20:19:20.502Z Compiling http-body-util v0.1.3
14142026-03-25T20:19:20.557Z Compiling pest_derive v2.8.6
14152026-03-25T20:19:20.704Z Compiling ipnetwork v0.21.1
14162026-03-25T20:19:20.734Z Compiling sync_wrapper v1.0.2
14172026-03-25T20:19:20.836Z Compiling daft-derive v0.1.5
14182026-03-25T20:19:20.852Z Compiling aho-corasick v1.1.4
14192026-03-25T20:19:20.939Z Compiling tracing v0.1.44
14202026-03-25T20:19:21.092Z Compiling fastrand v2.3.0
14212026-03-25T20:19:21.110Z Compiling rustls-pki-types v1.14.0
14222026-03-25T20:19:21.131Z Compiling scroll_derive v0.13.1
14232026-03-25T20:19:21.350Z Compiling iri-string v0.7.11
14242026-03-25T20:19:21.394Z Compiling powerfmt v0.2.0
14252026-03-25T20:19:21.577Z Compiling winnow v1.0.0
14262026-03-25T20:19:21.585Z Compiling num-conv v0.2.0
14272026-03-25T20:19:21.599Z Compiling time-core v0.1.8
14282026-03-25T20:19:21.710Z Compiling regex-automata v0.4.14
14292026-03-25T20:19:21.739Z Compiling time-macros v0.2.27
14302026-03-25T20:19:21.949Z Compiling scroll v0.13.0
14312026-03-25T20:19:22.214Z Compiling deranged v0.5.8
14322026-03-25T20:19:22.408Z Compiling async-trait v0.1.89
14332026-03-25T20:19:22.654Z Compiling ring v0.17.14
14342026-03-25T20:19:22.694Z Compiling num_threads v0.1.7
14352026-03-25T20:19:22.816Z Compiling anyhow v1.0.102
14362026-03-25T20:19:23.017Z Compiling cpufeatures v0.2.17
14372026-03-25T20:19:23.227Z Compiling tokio-util v0.7.18
14382026-03-25T20:19:23.358Z Compiling oxnet v0.1.4
14392026-03-25T20:19:23.447Z Compiling regex v1.12.3
14402026-03-25T20:19:23.692Z Compiling block-buffer v0.10.4
14412026-03-25T20:19:23.838Z Compiling hex v0.4.3
14422026-03-25T20:19:23.897Z Compiling digest v0.10.7
14432026-03-25T20:19:24.104Z Compiling openssl-probe v0.2.1
14442026-03-25T20:19:24.288Z Compiling camino v1.2.2
14452026-03-25T20:19:24.473Z Compiling crossbeam-utils v0.8.21
14462026-03-25T20:19:24.612Z Compiling usdt-impl v0.6.0
14472026-03-25T20:19:24.787Z Compiling h2 v0.4.13
14482026-03-25T20:19:24.800Z Compiling goblin v0.10.5
14492026-03-25T20:19:24.853Z Compiling dtrace-parser v0.3.0
14502026-03-25T20:19:25.043Z Compiling regress v0.10.5
14512026-03-25T20:19:25.708Z Compiling futures-executor v0.3.32
14522026-03-25T20:19:25.991Z Compiling structmeta-derive v0.3.0
14532026-03-25T20:19:26.054Z Compiling thread-id v5.1.0
14542026-03-25T20:19:26.133Z Compiling thread_local v1.1.9
14552026-03-25T20:19:26.395Z Compiling aws-lc-rs v1.16.2
14562026-03-25T20:19:26.684Z Compiling syn v1.0.109
14572026-03-25T20:19:26.993Z Compiling hyper v1.8.1
14582026-03-25T20:19:27.004Z Compiling rustls v0.22.4
14592026-03-25T20:19:27.104Z Compiling structmeta v0.3.0
14602026-03-25T20:19:27.271Z Compiling futures v0.3.32
14612026-03-25T20:19:27.300Z Compiling rand_core v0.9.5
14622026-03-25T20:19:27.346Z Compiling darling_core v0.23.0
14632026-03-25T20:19:27.514Z Compiling dof v0.4.0
14642026-03-25T20:19:27.834Z Compiling newtype-uuid-macros v0.1.0
14652026-03-25T20:19:28.646Z Compiling hyper-util v0.1.20
14662026-03-25T20:19:28.807Z Compiling slog-async v2.8.0
14672026-03-25T20:19:28.907Z Compiling winnow v0.7.15
14682026-03-25T20:19:28.929Z Compiling match_cfg v0.1.0
14692026-03-25T20:19:29.034Z Compiling newtype-uuid v1.3.2
14702026-03-25T20:19:29.341Z Compiling term v1.2.1
14712026-03-25T20:19:29.373Z Compiling ref-cast v1.0.25
14722026-03-25T20:19:29.535Z Compiling darling_macro v0.23.0
14732026-03-25T20:19:29.674Z Compiling take_mut v0.2.2
14742026-03-25T20:19:29.677Z Compiling quick-error v1.2.3
14752026-03-25T20:19:29.781Z Compiling untrusted v0.7.1
14762026-03-25T20:19:29.792Z Compiling usdt-macro v0.6.0
14772026-03-25T20:19:29.908Z Compiling usdt-attr-macro v0.6.0
14782026-03-25T20:19:30.090Z Compiling daft v0.1.5
14792026-03-25T20:19:30.108Z Compiling darling v0.23.0
14802026-03-25T20:19:30.188Z Compiling rand_chacha v0.9.0
14812026-03-25T20:19:30.351Z Compiling ref-cast-impl v1.0.25
14822026-03-25T20:19:30.388Z Compiling strum_macros v0.26.4
14832026-03-25T20:19:30.621Z Compiling serde_spanned v1.1.0
14842026-03-25T20:19:30.768Z Compiling toml_datetime v0.7.5+spec-1.1.0
14852026-03-25T20:19:30.900Z Compiling multer v3.1.0
14862026-03-25T20:19:30.949Z Compiling toml_writer v1.1.0+spec-1.1.0
14872026-03-25T20:19:31.069Z Compiling debug-ignore v1.0.5
14882026-03-25T20:19:31.116Z Compiling bit-vec v0.8.0
14892026-03-25T20:19:31.154Z Compiling rustls v0.23.37
14902026-03-25T20:19:31.313Z Compiling bit-set v0.8.0
14912026-03-25T20:19:31.324Z Compiling rand v0.9.2
14922026-03-25T20:19:31.343Z Compiling serde_with_macros v3.18.0
14932026-03-25T20:19:31.470Z Compiling async-stream-impl v0.3.6
14942026-03-25T20:19:31.762Z Compiling dropshot v0.16.7
14952026-03-25T20:19:31.852Z Compiling encoding_rs v0.8.35
14962026-03-25T20:19:31.922Z Compiling spin v0.9.8
14972026-03-25T20:19:31.981Z Compiling unarray v0.1.4
14982026-03-25T20:19:31.996Z Compiling strum v0.26.3
14992026-03-25T20:19:32.033Z Compiling mime v0.3.17
15002026-03-25T20:19:32.095Z Compiling async-stream v0.3.6
15012026-03-25T20:19:32.128Z Compiling derive-ex v0.1.8
15022026-03-25T20:19:32.263Z Compiling tower v0.5.3
15032026-03-25T20:19:32.301Z Compiling dropshot_endpoint v0.16.7
15042026-03-25T20:19:32.332Z Compiling macaddr v1.0.1
15052026-03-25T20:19:32.466Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15062026-03-25T20:19:32.548Z Compiling waitgroup v0.1.2
15072026-03-25T20:19:32.686Z Compiling serde_path_to_error v0.1.20
15082026-03-25T20:19:33.045Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15092026-03-25T20:19:33.176Z Compiling tower-http v0.6.8
15102026-03-25T20:19:33.289Z Compiling tempfile v3.27.0
15112026-03-25T20:19:33.497Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15122026-03-25T20:19:33.577Z Compiling time v0.3.47
15132026-03-25T20:19:33.606Z Compiling strum_macros v0.27.2
15142026-03-25T20:19:33.713Z Compiling instant v0.1.13
15152026-03-25T20:19:33.760Z Compiling test-strategy v0.4.5
15162026-03-25T20:19:33.979Z Compiling crossbeam-channel v0.5.15
15172026-03-25T20:19:34.134Z Compiling openapiv3 v2.2.0
15182026-03-25T20:19:34.474Z Compiling rustc-hash v2.1.1
15192026-03-25T20:19:34.886Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15202026-03-25T20:19:35.308Z Compiling rustls-native-certs v0.8.3
15212026-03-25T20:19:35.440Z Compiling strum v0.27.2
15222026-03-25T20:19:35.779Z Compiling parse-display-derive v0.10.0
15232026-03-25T20:19:36.077Z Compiling backon v1.6.0
15242026-03-25T20:19:36.116Z Compiling rand_chacha v0.3.1
15252026-03-25T20:19:36.275Z Compiling rustls-webpki v0.102.8
15262026-03-25T20:19:36.569Z Compiling is-terminal v0.4.17
15272026-03-25T20:19:37.059Z Compiling slog-term v2.9.2
15282026-03-25T20:19:37.162Z Compiling rand v0.8.5
15292026-03-25T20:19:37.191Z Compiling slog-json v2.6.1
15302026-03-25T20:19:37.409Z Compiling hostname v0.3.1
15312026-03-25T20:19:37.564Z Compiling toml_parser v1.1.0+spec-1.1.0
15322026-03-25T20:19:37.670Z Compiling wait-timeout v0.2.1
15332026-03-25T20:19:37.847Z Compiling memmap2 v0.9.10
15342026-03-25T20:19:38.008Z Compiling either v1.15.0
15352026-03-25T20:19:38.069Z Compiling toml v0.9.12+spec-1.1.0
15362026-03-25T20:19:38.160Z Compiling rusty-fork v0.3.1
15372026-03-25T20:19:38.265Z Compiling slog-bunyan v2.5.0
15382026-03-25T20:19:38.401Z Compiling serde_with v3.18.0
15392026-03-25T20:19:38.519Z Compiling rand_xorshift v0.4.0
15402026-03-25T20:19:38.669Z Compiling tokio-rustls v0.25.0
15412026-03-25T20:19:38.916Z Compiling sha1 v0.10.6
15422026-03-25T20:19:39.603Z Compiling usdt v0.6.0
15432026-03-25T20:19:39.634Z Compiling rustls-pemfile v2.2.0
15442026-03-25T20:19:39.838Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15452026-03-25T20:19:39.880Z Compiling hostname v0.4.2
15462026-03-25T20:19:39.890Z Compiling proptest v1.11.0
15472026-03-25T20:19:40.835Z Compiling utf8parse v0.2.2
15482026-03-25T20:19:40.838Z Compiling itertools v0.14.0
15492026-03-25T20:19:40.857Z Compiling iddqd v0.3.17
15502026-03-25T20:19:40.869Z Compiling reqwest v0.12.28
15512026-03-25T20:19:40.944Z Compiling anstyle-parse v1.0.0
15522026-03-25T20:19:41.132Z Compiling colorchoice v1.0.5
15532026-03-25T20:19:41.247Z Compiling anstyle-query v1.1.5
15542026-03-25T20:19:41.356Z Compiling anstyle v1.0.14
15552026-03-25T20:19:41.583Z Compiling is_terminal_polyfill v1.70.2
15562026-03-25T20:19:41.676Z Compiling anstream v1.0.0
15572026-03-25T20:19:41.979Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15582026-03-25T20:19:42.002Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15592026-03-25T20:19:42.256Z Compiling toml_datetime v0.6.11
15602026-03-25T20:19:42.540Z Compiling clap_lex v1.1.0
15612026-03-25T20:19:42.687Z Compiling progenitor-client v0.10.0
15622026-03-25T20:19:42.873Z Compiling backoff v0.4.0
15632026-03-25T20:19:43.015Z Compiling parse-display v0.10.0
15642026-03-25T20:19:43.086Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15652026-03-25T20:19:43.517Z Compiling clap_derive v4.6.0
15662026-03-25T20:19:43.916Z Compiling unicode-width v0.2.2
15672026-03-25T20:19:44.096Z Compiling terminal_size v0.4.4
15682026-03-25T20:19:44.585Z Compiling darling_core v0.21.3
15692026-03-25T20:19:44.686Z Compiling zerocopy-derive v0.7.35
15702026-03-25T20:19:45.543Z Compiling zerocopy v0.7.35
15712026-03-25T20:19:45.772Z Compiling clap_builder v4.6.0
15722026-03-25T20:19:46.094Z Compiling crossbeam-epoch v0.9.18
15732026-03-25T20:19:46.694Z Compiling darling_macro v0.21.3
15742026-03-25T20:19:47.090Z Compiling proc-macro-error-attr v1.0.4
15752026-03-25T20:19:47.196Z Compiling convert_case v0.4.0
15762026-03-25T20:19:47.275Z Compiling darling v0.21.3
15772026-03-25T20:19:47.302Z Compiling toml_datetime v1.1.0+spec-1.1.0
15782026-03-25T20:19:47.354Z Compiling clap v4.6.0
15792026-03-25T20:19:47.435Z Compiling tinyvec_macros v0.1.1
15802026-03-25T20:19:47.466Z Compiling heapless v0.8.0
15812026-03-25T20:19:47.491Z Compiling derive_more v0.99.20
15822026-03-25T20:19:47.502Z Compiling tinyvec v1.11.0
15832026-03-25T20:19:47.521Z Compiling toml_edit v0.25.8+spec-1.1.0
15842026-03-25T20:19:47.619Z Compiling ingot-macros v0.1.1
15852026-03-25T20:19:48.403Z Compiling typify-impl v0.6.1
15862026-03-25T20:19:48.851Z Compiling dtrace-parser v0.2.0
15872026-03-25T20:19:49.426Z Compiling secrecy v0.10.3
15882026-03-25T20:19:49.589Z Compiling scroll_derive v0.12.1
15892026-03-25T20:19:49.619Z Compiling hash32 v0.3.1
15902026-03-25T20:19:49.744Z Compiling proc-macro-error v1.0.4
15912026-03-25T20:19:49.773Z Compiling usdt-impl v0.5.0
15922026-03-25T20:19:49.784Z Compiling smoltcp v0.11.0
15932026-03-25T20:19:49.965Z Compiling crucible-workspace-hack v0.1.0
15942026-03-25T20:19:50.019Z Compiling winnow v0.5.40
15952026-03-25T20:19:50.062Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15962026-03-25T20:19:50.299Z Compiling scroll v0.12.0
15972026-03-25T20:19:50.475Z Compiling ingot-types v0.1.2
15982026-03-25T20:19:50.563Z Compiling proc-macro-crate v3.5.0
15992026-03-25T20:19:51.007Z Compiling dof v0.3.0
16002026-03-25T20:19:51.129Z Compiling tabwriter v1.4.1
16012026-03-25T20:19:51.351Z Compiling toml_edit v0.19.15
16022026-03-25T20:19:51.364Z Compiling serde_spanned v0.6.9
16032026-03-25T20:19:51.386Z Compiling cobs v0.3.0
16042026-03-25T20:19:51.404Z Compiling thread-id v4.2.2
16052026-03-25T20:19:51.483Z Compiling memoffset v0.9.1
16062026-03-25T20:19:51.502Z Compiling managed v0.8.0
16072026-03-25T20:19:51.532Z Compiling toml_write v0.1.2
16082026-03-25T20:19:51.579Z Compiling cfg_aliases v0.2.1
16092026-03-25T20:19:51.652Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16102026-03-25T20:19:51.712Z Compiling bitflags v1.3.2
16112026-03-25T20:19:51.733Z Compiling toml_edit v0.22.27
16122026-03-25T20:19:51.736Z Compiling nix v0.31.2
16132026-03-25T20:19:51.881Z Compiling postcard v1.1.3
16142026-03-25T20:19:52.624Z Compiling proc-macro-crate v1.3.1
16152026-03-25T20:19:52.869Z Compiling num_enum_derive v0.7.6
16162026-03-25T20:19:53.260Z Compiling ingot v0.1.1
16172026-03-25T20:19:53.422Z Compiling goblin v0.8.2
16182026-03-25T20:19:54.051Z Compiling foreign-types-macros v0.2.3
16192026-03-25T20:19:54.191Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16202026-03-25T20:19:54.497Z Compiling num-integer v0.1.46
16212026-03-25T20:19:54.710Z Compiling rustc_version v0.4.1
16222026-03-25T20:19:54.714Z Compiling typify-macro v0.6.1
16232026-03-25T20:19:54.821Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16242026-03-25T20:19:55.118Z Compiling heck v0.4.1
16252026-03-25T20:19:55.118Z Compiling float-ord v0.3.2
16262026-03-25T20:19:55.228Z Compiling colored v3.1.1
16272026-03-25T20:19:55.231Z Compiling rayon-core v1.13.0
16282026-03-25T20:19:55.260Z Compiling cpufeatures v0.3.0
16292026-03-25T20:19:55.324Z Compiling foreign-types-shared v0.3.1
16302026-03-25T20:19:55.336Z Compiling chacha20 v0.10.0
16312026-03-25T20:19:55.414Z Compiling foreign-types v0.5.0
16322026-03-25T20:19:55.781Z Compiling curve25519-dalek v4.1.3
16332026-03-25T20:19:55.832Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16342026-03-25T20:19:56.207Z Compiling num_enum v0.7.6
16352026-03-25T20:19:56.327Z Compiling num_enum_derive v0.5.11
16362026-03-25T20:19:56.785Z Compiling toml v0.8.23
16372026-03-25T20:19:57.414Z Compiling crossbeam-deque v0.8.6
16382026-03-25T20:19:57.510Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16392026-03-25T20:19:57.595Z Compiling hmac v0.12.1
16402026-03-25T20:19:57.865Z Compiling inout v0.1.4
16412026-03-25T20:19:58.016Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16422026-03-25T20:19:58.053Z Compiling ff v0.13.1
16432026-03-25T20:19:58.183Z Compiling cstr-argument v0.1.2
16442026-03-25T20:19:58.299Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16452026-03-25T20:19:58.336Z Compiling prettyplease v0.2.37
16462026-03-25T20:19:58.522Z Compiling rustix v0.38.44
16472026-03-25T20:19:58.879Z Compiling rustls-webpki v0.103.10
16482026-03-25T20:19:59.041Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16492026-03-25T20:19:59.300Z Compiling group v0.13.0
16502026-03-25T20:19:59.946Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16512026-03-25T20:19:59.949Z Compiling cipher v0.4.4
16522026-03-25T20:20:00.043Z Compiling hkdf v0.12.4
16532026-03-25T20:20:00.192Z Compiling num_enum v0.5.11
16542026-03-25T20:20:00.281Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16552026-03-25T20:20:00.314Z Compiling typify v0.6.1
16562026-03-25T20:20:00.485Z Compiling rand v0.10.0
16572026-03-25T20:20:00.497Z Compiling num-iter v0.1.45
16582026-03-25T20:20:00.618Z Compiling num-rational v0.4.2
16592026-03-25T20:20:00.832Z Compiling usdt-macro v0.5.0
16602026-03-25T20:20:00.951Z Compiling usdt-attr-macro v0.5.0
16612026-03-25T20:20:01.741Z Compiling camino-tempfile v1.4.1
16622026-03-25T20:20:01.979Z Compiling thiserror-impl-no-std v2.0.2
16632026-03-25T20:20:02.066Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16642026-03-25T20:20:02.386Z Compiling tokio-rustls v0.26.4
16652026-03-25T20:20:02.421Z Compiling rustls-platform-verifier v0.6.2
16662026-03-25T20:20:02.664Z Compiling hyper-rustls v0.27.7
16672026-03-25T20:20:02.982Z Compiling reqwest v0.13.2
16682026-03-25T20:20:03.112Z Compiling universal-hash v0.5.1
16692026-03-25T20:20:03.150Z Compiling crypto-bigint v0.5.5
16702026-03-25T20:20:03.300Z Compiling half v2.7.1
16712026-03-25T20:20:03.603Z Compiling curve25519-dalek-derive v0.1.1
16722026-03-25T20:20:04.098Z Compiling enum-as-inner v0.6.1
16732026-03-25T20:20:04.301Z Compiling progenitor-client v0.13.0
16742026-03-25T20:20:04.342Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16752026-03-25T20:20:04.611Z Compiling progenitor-extras v0.1.1
16762026-03-25T20:20:04.690Z Compiling num-complex v0.4.6
16772026-03-25T20:20:04.858Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16782026-03-25T20:20:05.078Z Compiling memmap v0.7.0
16792026-03-25T20:20:05.180Z Compiling base64ct v1.8.3
16802026-03-25T20:20:05.279Z Compiling base16ct v0.2.0
16812026-03-25T20:20:05.449Z Compiling opaque-debug v0.3.1
16822026-03-25T20:20:05.496Z Compiling static_assertions v1.1.0
16832026-03-25T20:20:05.524Z Compiling data-encoding v2.10.0
16842026-03-25T20:20:05.573Z Compiling unsafe-libyaml v0.2.11
16852026-03-25T20:20:05.781Z Compiling ciborium-io v0.2.2
16862026-03-25T20:20:05.794Z Compiling poly1305 v0.8.0
16872026-03-25T20:20:05.880Z Compiling ciborium-ll v0.2.2
16882026-03-25T20:20:06.106Z Compiling serde_yaml v0.9.34+deprecated
16892026-03-25T20:20:06.222Z Compiling password-hash v0.5.0
16902026-03-25T20:20:06.274Z Compiling elliptic-curve v0.13.8
16912026-03-25T20:20:06.380Z Compiling usdt v0.5.0
16922026-03-25T20:20:06.666Z Compiling num v0.4.3
16932026-03-25T20:20:06.804Z Compiling thiserror-no-std v2.0.2
16942026-03-25T20:20:07.297Z Compiling rayon v1.11.0
16952026-03-25T20:20:07.411Z Compiling progenitor-impl v0.13.0
16962026-03-25T20:20:07.540Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16972026-03-25T20:20:07.934Z Compiling chacha20 v0.9.1
16982026-03-25T20:20:08.165Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16992026-03-25T20:20:08.906Z Compiling zone_cfg_derive v0.3.1
17002026-03-25T20:20:09.150Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
17012026-03-25T20:20:09.232Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17022026-03-25T20:20:09.463Z Compiling itertools v0.12.1
17032026-03-25T20:20:09.599Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17042026-03-25T20:20:09.610Z Compiling blake2 v0.10.6
17052026-03-25T20:20:09.644Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17062026-03-25T20:20:09.647Z Compiling byte-wrapper v0.1.0
17072026-03-25T20:20:10.021Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17082026-03-25T20:20:10.073Z Compiling aead v0.5.2
17092026-03-25T20:20:10.188Z Compiling num-derive v0.4.2
17102026-03-25T20:20:10.199Z Compiling sigpipe v0.1.3
17112026-03-25T20:20:10.237Z Compiling pkg-config v0.3.32
17122026-03-25T20:20:10.287Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17132026-03-25T20:20:10.355Z Compiling jiff v0.2.23
17142026-03-25T20:20:10.509Z Compiling keccak v0.1.6
17152026-03-25T20:20:10.696Z Compiling glob v0.3.3
17162026-03-25T20:20:10.711Z Compiling vcpkg v0.2.15
17172026-03-25T20:20:10.764Z Compiling sha3 v0.10.8
17182026-03-25T20:20:11.081Z Compiling zone v0.3.1
17192026-03-25T20:20:11.095Z Compiling progenitor-macro v0.13.0
17202026-03-25T20:20:11.149Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17212026-03-25T20:20:11.177Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17222026-03-25T20:20:11.280Z Compiling openssl-sys v0.9.112
17232026-03-25T20:20:11.830Z Compiling chacha20poly1305 v0.10.1
17242026-03-25T20:20:11.967Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17252026-03-25T20:20:11.980Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17262026-03-25T20:20:12.106Z Compiling argon2 v0.5.3
17272026-03-25T20:20:12.187Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17282026-03-25T20:20:12.630Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17292026-03-25T20:20:13.248Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17302026-03-25T20:20:13.874Z Compiling vsss-rs v3.3.4
17312026-03-25T20:20:14.037Z Compiling ciborium v0.2.2
17322026-03-25T20:20:14.061Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17332026-03-25T20:20:14.184Z Compiling hubpack_derive v0.1.1
17342026-03-25T20:20:14.639Z Compiling smf v0.2.3
17352026-03-25T20:20:14.720Z Compiling semver v0.1.20
17362026-03-25T20:20:14.864Z Compiling indent_write v2.2.0
17372026-03-25T20:20:14.979Z Compiling whoami v1.6.1
17382026-03-25T20:20:15.008Z Compiling linked-hash-map v0.5.6
17392026-03-25T20:20:15.043Z Compiling resolv-conf v0.7.6
17402026-03-25T20:20:15.170Z Compiling lru-cache v0.1.2
17412026-03-25T20:20:15.249Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17422026-03-25T20:20:15.284Z Compiling rustc_version v0.1.7
17432026-03-25T20:20:15.295Z Compiling hubpack v0.1.2
17442026-03-25T20:20:15.387Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17452026-03-25T20:20:15.434Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17462026-03-25T20:20:15.521Z Compiling hickory-proto v0.24.4
17472026-03-25T20:20:15.691Z Compiling serde-big-array v0.5.1
17482026-03-25T20:20:15.840Z Compiling serde_repr v0.1.20
17492026-03-25T20:20:16.336Z Compiling progenitor v0.13.0
17502026-03-25T20:20:16.434Z Compiling pin-project-internal v1.1.11
17512026-03-25T20:20:16.474Z Compiling derive-where v1.6.1
17522026-03-25T20:20:17.009Z Compiling unicode-segmentation v1.13.1
17532026-03-25T20:20:17.440Z Compiling swrite v0.1.0
17542026-03-25T20:20:17.536Z Compiling siphasher v1.0.2
17552026-03-25T20:20:17.539Z Compiling lazy_static v1.5.0
17562026-03-25T20:20:17.560Z Compiling minimal-lexical v0.2.1
17572026-03-25T20:20:17.654Z Compiling pin-project v1.1.11
17582026-03-25T20:20:17.777Z Compiling phf_shared v0.12.1
17592026-03-25T20:20:17.802Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17602026-03-25T20:20:17.811Z Compiling nom v7.1.3
17612026-03-25T20:20:17.884Z Compiling newline-converter v0.3.0
17622026-03-25T20:20:17.960Z Compiling hickory-resolver v0.24.4
17632026-03-25T20:20:18.003Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17642026-03-25T20:20:18.368Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17652026-03-25T20:20:18.912Z Compiling newtype_derive v0.1.6
17662026-03-25T20:20:19.148Z Compiling atomicwrites v0.4.4
17672026-03-25T20:20:19.348Z Compiling unicode-normalization v0.1.25
17682026-03-25T20:20:19.360Z Compiling console v0.15.11
17692026-03-25T20:20:19.762Z Compiling tokio-stream v0.1.18
17702026-03-25T20:20:19.830Z Compiling async-recursion v1.1.1
17712026-03-25T20:20:20.058Z Compiling snafu-derive v0.8.9
17722026-03-25T20:20:20.108Z Compiling slog-dtrace v0.3.0
17732026-03-25T20:20:20.238Z Compiling csv-core v0.1.13
17742026-03-25T20:20:20.336Z Compiling bstr v1.12.1
17752026-03-25T20:20:20.507Z Compiling chrono-tz v0.10.4
17762026-03-25T20:20:20.526Z Compiling cancel-safe-futures v0.1.5
17772026-03-25T20:20:20.641Z Compiling unicode-width v0.1.14
17782026-03-25T20:20:20.680Z Compiling openssl v0.10.76
17792026-03-25T20:20:20.736Z Compiling foreign-types-shared v0.1.1
17802026-03-25T20:20:20.773Z Compiling foldhash v0.1.5
17812026-03-25T20:20:20.810Z Compiling same-file v1.0.6
17822026-03-25T20:20:20.836Z Compiling highway v1.3.0
17832026-03-25T20:20:20.919Z Compiling owo-colors v4.3.0
17842026-03-25T20:20:20.942Z Compiling unicode-xid v0.2.6
17852026-03-25T20:20:20.953Z Compiling similar v2.7.0
17862026-03-25T20:20:20.999Z Compiling walkdir v2.5.0
17872026-03-25T20:20:21.066Z Compiling const_format_proc_macros v0.2.34
17882026-03-25T20:20:21.233Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17892026-03-25T20:20:21.245Z Compiling hashbrown v0.15.5
17902026-03-25T20:20:21.290Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17912026-03-25T20:20:21.361Z Compiling expectorate v1.2.0
17922026-03-25T20:20:21.512Z Compiling foreign-types v0.3.2
17932026-03-25T20:20:21.624Z Compiling globset v0.4.18
17942026-03-25T20:20:21.794Z Compiling csv v1.4.0
17952026-03-25T20:20:21.830Z Compiling snafu v0.8.9
17962026-03-25T20:20:21.917Z Compiling qorb v0.4.1
17972026-03-25T20:20:22.214Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17982026-03-25T20:20:22.362Z Compiling olpc-cjson v0.1.4
17992026-03-25T20:20:22.480Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18002026-03-25T20:20:22.580Z Compiling phf v0.12.1
18012026-03-25T20:20:23.078Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18022026-03-25T20:20:23.204Z Compiling tokio-dtrace v0.1.1
18032026-03-25T20:20:23.310Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18042026-03-25T20:20:23.492Z Compiling libsw-core v0.3.2
18052026-03-25T20:20:23.565Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18062026-03-25T20:20:23.668Z Compiling serde_plain v1.0.2
18072026-03-25T20:20:23.703Z Compiling openssl-macros v0.1.1
18082026-03-25T20:20:23.715Z Compiling pem v3.0.6
18092026-03-25T20:20:23.882Z Compiling cookie v0.18.1
18102026-03-25T20:20:24.058Z Compiling typed-path v0.9.3
18112026-03-25T20:20:24.110Z Compiling fixedbitset v0.4.2
18122026-03-25T20:20:24.121Z Compiling fixedbitset v0.5.7
18132026-03-25T20:20:24.161Z Compiling bytecount v0.6.9
18142026-03-25T20:20:24.276Z Compiling papergrid v0.11.0
18152026-03-25T20:20:24.304Z Compiling petgraph v0.6.5
18162026-03-25T20:20:24.344Z Compiling petgraph v0.8.3
18172026-03-25T20:20:24.454Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18182026-03-25T20:20:25.410Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18192026-03-25T20:20:25.712Z Compiling tough v0.20.0
18202026-03-25T20:20:25.823Z Compiling libsw v3.5.0
18212026-03-25T20:20:26.006Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18222026-03-25T20:20:26.067Z Compiling oxide-tokio-rt v0.1.3
18232026-03-25T20:20:26.175Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18242026-03-25T20:20:26.464Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18252026-03-25T20:20:27.394Z Compiling const_format v0.2.35
18262026-03-25T20:20:27.773Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-25T20:20:28.817Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18282026-03-25T20:20:28.955Z Compiling gethostname v0.5.0
18292026-03-25T20:20:29.086Z Compiling tabled_derive v0.7.0
18302026-03-25T20:20:29.717Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18312026-03-25T20:20:29.902Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18322026-03-25T20:20:29.917Z Compiling bcs v0.1.6
18332026-03-25T20:20:30.059Z Compiling tagptr v0.2.0
18342026-03-25T20:20:30.078Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18352026-03-25T20:20:30.214Z Compiling crunchy v0.2.4
18362026-03-25T20:20:30.239Z Compiling unicode-linebreak v0.1.5
18372026-03-25T20:20:30.310Z Compiling termtree v0.5.1
18382026-03-25T20:20:30.470Z Compiling smawk v0.3.2
18392026-03-25T20:20:30.483Z Compiling linear-map v1.2.0
18402026-03-25T20:20:30.494Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18412026-03-25T20:20:30.519Z Compiling moka v0.12.15
18422026-03-25T20:20:30.559Z Compiling tabled v0.15.0
18432026-03-25T20:20:30.607Z Compiling textwrap v0.16.2
18442026-03-25T20:20:31.040Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-25T20:20:31.146Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18462026-03-25T20:20:31.176Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18472026-03-25T20:20:31.316Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18482026-03-25T20:20:31.379Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18492026-03-25T20:20:31.483Z Compiling steno v0.4.1
18502026-03-25T20:20:32.193Z Compiling hickory-proto v0.25.2
18512026-03-25T20:20:32.707Z Compiling humantime v2.3.0
18522026-03-25T20:20:33.071Z Compiling tiny-keccak v2.0.2
18532026-03-25T20:20:33.351Z Compiling num-derive v0.3.3
18542026-03-25T20:20:33.402Z Compiling parking_lot_core v0.8.6
18552026-03-25T20:20:33.702Z Compiling crc32fast v1.5.0
18562026-03-25T20:20:33.834Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18572026-03-25T20:20:34.068Z Compiling const-random-macro v0.1.16
18582026-03-25T20:20:34.317Z Compiling hickory-resolver v0.25.2
18592026-03-25T20:20:34.416Z Compiling libscf-sys v1.1.0
18602026-03-25T20:20:34.471Z Compiling ahash v0.8.12
18612026-03-25T20:20:34.491Z Compiling smartstring v1.0.1
18622026-03-25T20:20:34.562Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18632026-03-25T20:20:34.777Z Compiling const-random v0.1.18
18642026-03-25T20:20:34.817Z Compiling parking_lot v0.11.2
18652026-03-25T20:20:35.037Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18662026-03-25T20:20:35.171Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18672026-03-25T20:20:35.186Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18682026-03-25T20:20:35.251Z Compiling fxhash v0.2.1
18692026-03-25T20:20:35.392Z Compiling arc-swap v1.9.0
18702026-03-25T20:20:35.405Z Compiling internet-checksum v0.2.1
18712026-03-25T20:20:35.547Z Compiling sled v0.34.7
18722026-03-25T20:20:35.713Z Compiling slog-scope v4.4.1
18732026-03-25T20:20:35.901Z Compiling thin-vec v0.2.14
18742026-03-25T20:20:35.989Z Compiling rhai_codegen v3.1.0
18752026-03-25T20:20:36.089Z Compiling slog-stdlog v4.1.1
18762026-03-25T20:20:36.189Z Compiling nom v8.0.0
18772026-03-25T20:20:36.325Z Compiling slog-envlogger v2.2.0
18782026-03-25T20:20:36.643Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
18792026-03-25T20:20:36.769Z Compiling natord v1.0.9
18802026-03-25T20:20:37.207Z Compiling rhai v1.24.0
18812026-03-25T20:20:40.863Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18822026-03-25T20:20:48.741Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18832026-03-25T20:20:50.357Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18842026-03-25T20:20:51.477Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18852026-03-25T20:20:52.647Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18862026-03-25T20:20:53.457Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18872026-03-25T20:20:54.910Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18882026-03-25T20:21:03.129Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
18892026-03-25T20:21:28.507Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 20s
18902026-03-25T20:21:28.684Z────────────
18912026-03-25T20:21:28.684Z Nextest run ID 41fd006d-7974-48e5-b4cc-ec623f46dbaa with nextest profile: default
18922026-03-25T20:21:28.684Z Starting 6 tests across 1 binary
18932026-03-25T20:21:28.692Z PASS [ 0.008s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv4
18942026-03-25T20:21:28.695Z PASS [ 0.009s] mgadm::bin/mgadm bgp::tests::test_ipv6_prefix_parsing_in_cli
18952026-03-25T20:21:28.695Z PASS [ 0.009s] mgadm::bin/mgadm bgp::tests::test_ipv4_prefix_parsing_in_cli
18962026-03-25T20:21:28.695Z PASS [ 0.009s] mgadm::bin/mgadm static_routing::tests::test_route_conversion_to_api_types
18972026-03-25T20:21:28.695Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_interface
18982026-03-25T20:21:28.695Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv6
18992026-03-25T20:21:28.695Z────────────
19002026-03-25T20:21:28.695Z Summary [ 0.011s] 6 tests run: 6 passed, 0 skipped
19012026-03-25T20:21:28.707Zprocess exited: duration 297838 ms, exit code 0
 
19022026-03-25T20:21:28.714Zfound 0 output files