01KMK9N7W3NZSE7NEQ0CF303AM: 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: 01KMK9PBDY95CEJMEZH3NYENXF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-25T20:23:03.825Zjob assigned to worker 01KMKAJVFZQM6QRYP9HAXG3FQJ [factory aws, i-0a505aff66f6952a2] (queued for 16 m 26 s)
 
22026-03-25T20:23:10.299Zstarting task 0: "setup"
32026-03-25T20:23:10.303Z++ uname -s
42026-03-25T20:23:10.307Z+ kern=SunOS
52026-03-25T20:23:10.307Z+ build_user=build
62026-03-25T20:23:10.307Z+ build_uid=12345
72026-03-25T20:23:10.308Z+ work_dir=/work
82026-03-25T20:23:10.308Z+ input_dir=/input
92026-03-25T20:23:10.308Z+ [[ 0 == 12345 ]]
102026-03-25T20:23:10.308Z+ case "$kern" in
112026-03-25T20:23:10.308Z+ groupadd -g 12345 build
122026-03-25T20:23:10.308Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-25T20:23:12.315Z+ zfs create -o mountpoint=/work rpool/work
142026-03-25T20:23:12.388Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-25T20:23:12.392Z+ home_fs=zfs
162026-03-25T20:23:12.392Z+ [[ zfs == autofs ]]
172026-03-25T20:23:12.392Z+ mkdir -p /home/build
182026-03-25T20:23:12.392Z+ chown build:build /home/build /work
192026-03-25T20:23:14.401Z+ chmod 0700 /home/build /work
202026-03-25T20:23:14.404Zprocess exited: duration 4100 ms, exit code 0
 
212026-03-25T20:23:14.413Zstarting task 1: "rust-toolchain"
222026-03-25T20:23:14.418Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-25T20:23:14.418Z * rust toolchain channel = "stable"
242026-03-25T20:23:14.418Z * rust toolchain profile = "default"
252026-03-25T20:23:14.418Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-25T20:23:14.418Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-25T20:23:14.418Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-25T20:23:14.421Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-25T20:23:14.421Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-25T20:23:14.540Zinfo: downloading installer
312026-03-25T20:23:16.331Zwarn: It looks like you have an existing installation of Rust at:
322026-03-25T20:23:16.331Zwarn: /opt/ooce/bin
332026-03-25T20:23:16.331Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-25T20:23:16.331Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-25T20:23:16.331Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-25T20:23:16.331Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-25T20:23:16.331Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-25T20:23:16.331Zerror: cannot install while Rust is installed
392026-03-25T20:23:16.331Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-25T20:23:16.331Zwarn: It looks like you have an existing rustup settings file at:
412026-03-25T20:23:16.331Zwarn: /home/build/.rustup/settings.toml
422026-03-25T20:23:16.331Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-25T20:23:16.331Zwarn: instead of the one inferred from the default host triple.
442026-03-25T20:23:16.369Zinfo: profile set to default
452026-03-25T20:23:16.369Zinfo: default host triple is x86_64-unknown-illumos
462026-03-25T20:23:16.373Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-25T20:23:16.494Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-25T20:23:16.497Zinfo: downloading 6 components
492026-03-25T20:23:32.615Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-25T20:23:32.615Z
512026-03-25T20:23:32.641Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-25T20:23:32.641Z
532026-03-25T20:23:32.641Z
542026-03-25T20:23:32.641ZRust is installed now. Great!
552026-03-25T20:23:32.641Z
562026-03-25T20:23:32.642ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-25T20:23:32.642Zenvironment variable. This has not been done automatically.
582026-03-25T20:23:32.642Z
592026-03-25T20:23:32.642ZTo configure your current shell, you need to source
602026-03-25T20:23:32.642Zthe corresponding env file under $HOME/.cargo.
612026-03-25T20:23:32.642Z
622026-03-25T20:23:32.642ZThis is usually done by running one of the following (note the leading DOT):
632026-03-25T20:23:32.642Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-25T20:23:32.642Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-25T20:23:32.642Zsource "~/.cargo/env.nu" # For nushell
662026-03-25T20:23:32.642Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-25T20:23:32.642Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-25T20:23:32.642Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-25T20:23:32.645Zwarn: no default linker (`cc`) was found in your PATH
702026-03-25T20:23:32.645Zwarn: many Rust crates require a system C toolchain to build
712026-03-25T20:23:32.736Z+ rustup --version
722026-03-25T20:23:32.746Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-25T20:23:32.749Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-25T20:23:32.767Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-25T20:23:32.770Z+ cargo --version
762026-03-25T20:23:32.783Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-25T20:23:32.786Z+ rustc --version
782026-03-25T20:23:32.805Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-25T20:23:32.809Zprocess exited: duration 18391 ms, exit code 0
 
802026-03-25T20:23:32.815Zstarting task 2: "authentication"
812026-03-25T20:23:32.833Zprocess exited: duration 16 ms, exit code 0
 
822026-03-25T20:23:32.840Zstarting task 3: "clone repository"
832026-03-25T20:23:32.843Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-25T20:23:32.846Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-25T20:23:32.965ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-25T20:23:33.784Z+ cd /work/oxidecomputer/maghemite
872026-03-25T20:23:33.784Z+ git fetch origin 086b615a80659c84d0776ac1f94a5e1795553936
882026-03-25T20:23:34.067ZFrom https://github.com/oxidecomputer/maghemite
892026-03-25T20:23:34.067Z * branch 086b615a80659c84d0776ac1f94a5e1795553936 -> FETCH_HEAD
902026-03-25T20:23:34.072Z+ [[ -n renovate/oxide-tokio-rt-0.x ]]
912026-03-25T20:23:34.075Z++ git branch --show-current
922026-03-25T20:23:34.075Z+ current=main
932026-03-25T20:23:34.075Z+ [[ main != renovate/oxide-tokio-rt-0.x ]]
942026-03-25T20:23:34.075Z+ git branch -f renovate/oxide-tokio-rt-0.x 086b615a80659c84d0776ac1f94a5e1795553936
952026-03-25T20:23:34.078Z+ git checkout -f renovate/oxide-tokio-rt-0.x
962026-03-25T20:23:34.095ZSwitched to branch 'renovate/oxide-tokio-rt-0.x'
972026-03-25T20:23:34.098Z+ git reset --hard 086b615a80659c84d0776ac1f94a5e1795553936
982026-03-25T20:23:34.111ZHEAD is now at 086b615 Update Rust crate oxide-tokio-rt to 0.1.3
992026-03-25T20:23:34.114Zprocess exited: duration 1271 ms, exit code 0
 
1002026-03-25T20:23:34.120Zstarting task 4: "build"
1012026-03-25T20:23:34.124Z+ set -e
1022026-03-25T20:23:34.124Z+ NEXTEST_VERSION=0.9.97
1032026-03-25T20:23:34.128Z+ PLATFORM=illumos
1042026-03-25T20:23:34.128Z+ cargo --version
1052026-03-25T20:23:34.131Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1062026-03-25T20:23:34.292Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1072026-03-25T20:23:34.295Zinfo: downloading 6 components
1082026-03-25T20:23:52.077Zcargo 1.94.0 (85eff7c80 2026-01-15)
1092026-03-25T20:23:52.082Z+ rustc --version
1102026-03-25T20:23:52.112Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1112026-03-25T20:23:52.141Z+ cargo install cargo-nextest --version 0.9.97
1122026-03-25T20:23:52.173Z Updating crates.io index
1132026-03-25T20:23:52.311Z Downloading crates ...
1142026-03-25T20:23:52.364Z Downloaded cargo-nextest v0.9.97
1152026-03-25T20:23:52.470Z Installing cargo-nextest v0.9.97
1162026-03-25T20:23:52.522Z Updating crates.io index
1172026-03-25T20:23:55.133Z Locking 408 packages to latest compatible versions
1182026-03-25T20:23:55.137Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-03-25T20:23:55.142Z Adding duct v0.13.7 (available: v1.1.1)
1202026-03-25T20:23:55.142Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-03-25T20:23:55.142Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-03-25T20:23:55.142Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1232026-03-25T20:23:55.172Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1242026-03-25T20:23:55.172Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-03-25T20:23:55.172Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1262026-03-25T20:23:55.172Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-03-25T20:23:55.175Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-03-25T20:23:55.179Z Downloading crates ...
1292026-03-25T20:23:55.251Z Downloaded errno v0.3.14
1302026-03-25T20:23:55.257Z Downloaded block-buffer v0.10.4
1312026-03-25T20:23:55.262Z Downloaded cargo-util-schemas v0.2.0
1322026-03-25T20:23:55.262Z Downloaded futures-task v0.3.32
1332026-03-25T20:23:55.262Z Downloaded adler2 v2.0.1
1342026-03-25T20:23:55.268Z Downloaded camino v1.2.2
1352026-03-25T20:23:55.271Z Downloaded http-body v1.0.1
1362026-03-25T20:23:55.271Z Downloaded addr2line v0.25.1
1372026-03-25T20:23:55.275Z Downloaded camino-tempfile v1.4.1
1382026-03-25T20:23:55.275Z Downloaded home v0.5.12
1392026-03-25T20:23:55.275Z Downloaded cpufeatures v0.2.17
1402026-03-25T20:23:55.278Z Downloaded anstyle-parse v1.0.0
1412026-03-25T20:23:55.278Z Downloaded clap v4.6.0
1422026-03-25T20:23:55.288Z Downloaded cargo-platform v0.3.2
1432026-03-25T20:23:55.292Z Downloaded either v1.15.0
1442026-03-25T20:23:55.292Z Downloaded humantime v2.3.0
1452026-03-25T20:23:55.292Z Downloaded cfg-if v1.0.4
1462026-03-25T20:23:55.292Z Downloaded digest v0.10.7
1472026-03-25T20:23:55.292Z Downloaded crypto-common v0.1.7
1482026-03-25T20:23:55.292Z Downloaded clap_derive v4.6.0
1492026-03-25T20:23:55.296Z Downloaded ipnet v2.12.0
1502026-03-25T20:23:55.303Z Downloaded foreign-types v0.3.2
1512026-03-25T20:23:55.303Z Downloaded debug-ignore v1.0.5
1522026-03-25T20:23:55.303Z Downloaded fastrand v2.3.0
1532026-03-25T20:23:55.303Z Downloaded ed25519 v2.2.3
1542026-03-25T20:23:55.308Z Downloaded cfg_aliases v0.2.1
1552026-03-25T20:23:55.308Z Downloaded atomic-waker v1.1.2
1562026-03-25T20:23:55.311Z Downloaded convert_case v0.10.0
1572026-03-25T20:23:55.311Z Downloaded globset v0.4.18
1582026-03-25T20:23:55.311Z Downloaded autocfg v1.5.0
1592026-03-25T20:23:55.311Z Downloaded indexmap v2.13.0
1602026-03-25T20:23:55.315Z Downloaded equivalent v1.0.2
1612026-03-25T20:23:55.315Z Downloaded pin-utils v0.1.0
1622026-03-25T20:23:55.320Z Downloaded nested v0.1.1
1632026-03-25T20:23:55.320Z Downloaded is_terminal_polyfill v1.70.2
1642026-03-25T20:23:55.323Z Downloaded colorchoice v1.0.5
1652026-03-25T20:23:55.331Z Downloaded openssl-probe v0.2.1
1662026-03-25T20:23:55.335Z Downloaded percent-encoding v2.3.2
1672026-03-25T20:23:55.335Z Downloaded lru-slab v0.1.2
1682026-03-25T20:23:55.335Z Downloaded curve25519-dalek-derive v0.1.1
1692026-03-25T20:23:55.335Z Downloaded hyper-tls v0.6.0
1702026-03-25T20:23:55.340Z Downloaded lazy_static v1.5.0
1712026-03-25T20:23:55.344Z Downloaded rand_core v0.6.4
1722026-03-25T20:23:55.344Z Downloaded document-features v0.2.12
1732026-03-25T20:23:55.344Z Downloaded cargo-platform v0.2.0
1742026-03-25T20:23:55.344Z Downloaded clap_lex v1.1.0
1752026-03-25T20:23:55.350Z Downloaded async-scoped v0.9.0
1762026-03-25T20:23:55.355Z Downloaded backtrace-ext v0.2.1
1772026-03-25T20:23:55.356Z Downloaded anstyle-query v1.1.5
1782026-03-25T20:23:55.356Z Downloaded color-spantrace v0.3.0
1792026-03-25T20:23:55.360Z Downloaded heck v0.5.0
1802026-03-25T20:23:55.366Z Downloaded hex v0.4.3
1812026-03-25T20:23:55.366Z Downloaded foreign-types-shared v0.1.1
1822026-03-25T20:23:55.366Z Downloaded duct v0.13.7
1832026-03-25T20:23:55.366Z Downloaded idna_adapter v1.0.0
1842026-03-25T20:23:55.369Z Downloaded itoa v1.0.18
1852026-03-25T20:23:55.370Z Downloaded nextest-workspace-hack v0.1.0
1862026-03-25T20:23:55.370Z Downloaded mukti-metadata v0.3.0
1872026-03-25T20:23:55.370Z Downloaded scopeguard v1.2.0
1882026-03-25T20:23:55.374Z Downloaded atomicwrites v0.4.4
1892026-03-25T20:23:55.374Z Downloaded fnv v1.0.7
1902026-03-25T20:23:55.374Z Downloaded futures-io v0.3.32
1912026-03-25T20:23:55.378Z Downloaded pathdiff v0.2.3
1922026-03-25T20:23:55.378Z Downloaded indent_write v2.2.0
1932026-03-25T20:23:55.378Z Downloaded rustc_version v0.4.1
1942026-03-25T20:23:55.381Z Downloaded generic-array v0.14.7
1952026-03-25T20:23:55.387Z Downloaded os_pipe v1.2.3
1962026-03-25T20:23:55.387Z Downloaded indicatif v0.17.11
1972026-03-25T20:23:55.391Z Downloaded futures-macro v0.3.32
1982026-03-25T20:23:55.391Z Downloaded futures-core v0.3.32
1992026-03-25T20:23:55.395Z Downloaded form_urlencoded v1.2.2
2002026-03-25T20:23:55.396Z Downloaded guppy-workspace-hack v0.1.0
2012026-03-25T20:23:55.399Z Downloaded indenter v0.3.4
2022026-03-25T20:23:55.399Z Downloaded futures-sink v0.3.32
2032026-03-25T20:23:55.409Z Downloaded http-body-util v0.1.3
2042026-03-25T20:23:55.419Z Downloaded http v1.4.0
2052026-03-25T20:23:55.419Z Downloaded is_ci v1.2.0
2062026-03-25T20:23:55.419Z Downloaded humantime-serde v1.1.1
2072026-03-25T20:23:55.419Z Downloaded signature v2.2.0
2082026-03-25T20:23:55.419Z Downloaded sigchld v0.2.4
2092026-03-25T20:23:55.425Z Downloaded serde_spanned v0.6.9
2102026-03-25T20:23:55.425Z Downloaded openssl-macros v0.1.1
2112026-03-25T20:23:55.430Z Downloaded rustc-hash v2.1.1
2122026-03-25T20:23:55.430Z Downloaded anstream v1.0.0
2132026-03-25T20:23:55.436Z Downloaded ordered-float v2.10.1
2142026-03-25T20:23:55.436Z Downloaded find-msvc-tools v0.1.9
2152026-03-25T20:23:55.440Z Downloaded filetime v0.2.27
2162026-03-25T20:23:55.440Z Downloaded anstyle v1.0.14
2172026-03-25T20:23:55.440Z Downloaded number_prefix v0.4.0
2182026-03-25T20:23:55.440Z Downloaded shell-words v1.1.1
2192026-03-25T20:23:55.444Z Downloaded shared_child v1.1.1
2202026-03-25T20:23:55.444Z Downloaded serde_urlencoded v0.7.1
2212026-03-25T20:23:55.444Z Downloaded serde_spanned v1.1.0
2222026-03-25T20:23:55.444Z Downloaded signal-hook-mio v0.2.5
2232026-03-25T20:23:55.447Z Downloaded serde_ignored v0.1.14
2242026-03-25T20:23:55.452Z Downloaded quote v1.0.45
2252026-03-25T20:23:55.455Z Downloaded pin-project-internal v1.1.11
2262026-03-25T20:23:55.456Z Downloaded owo-colors v4.3.0
2272026-03-25T20:23:55.459Z Downloaded strsim v0.11.1
2282026-03-25T20:23:55.459Z Downloaded supports-unicode v3.0.0
2292026-03-25T20:23:55.463Z Downloaded terminal_size v0.4.4
2302026-03-25T20:23:55.467Z Downloaded ppv-lite86 v0.2.21
2312026-03-25T20:23:55.467Z Downloaded pkcs8 v0.10.2
2322026-03-25T20:23:55.467Z Downloaded native-tls v0.2.18
2332026-03-25T20:23:55.470Z Downloaded enable-ansi-support v0.2.1
2342026-03-25T20:23:55.470Z Downloaded miette-derive v7.6.0
2352026-03-25T20:23:55.475Z Downloaded futures-executor v0.3.32
2362026-03-25T20:23:55.486Z Downloaded cargo_metadata v0.23.1
2372026-03-25T20:23:55.486Z Downloaded erased-serde v0.4.10
2382026-03-25T20:23:55.486Z Downloaded base64ct v1.8.3
2392026-03-25T20:23:55.489Z Downloaded nextest-filtering v0.15.0
2402026-03-25T20:23:55.489Z Downloaded future-queue v0.4.0
2412026-03-25T20:23:55.489Z Downloaded serde-value v0.7.0
2422026-03-25T20:23:55.489Z Downloaded subtle v2.6.1
2432026-03-25T20:23:55.490Z Downloaded foldhash v0.1.5
2442026-03-25T20:23:55.494Z Downloaded semver v1.0.27
2452026-03-25T20:23:55.494Z Downloaded supports-hyperlinks v3.2.0
2462026-03-25T20:23:55.494Z Downloaded sync_wrapper v1.0.2
2472026-03-25T20:23:55.494Z Downloaded supports-color v3.0.2
2482026-03-25T20:23:55.497Z Downloaded cargo_metadata v0.20.0
2492026-03-25T20:23:55.497Z Downloaded strip-ansi-escapes v0.2.1
2502026-03-25T20:23:55.497Z Downloaded nextest-metadata v0.12.2
2512026-03-25T20:23:55.505Z Downloaded sha2 v0.10.9
2522026-03-25T20:23:55.511Z Downloaded serde-untagged v0.1.9
2532026-03-25T20:23:55.511Z Downloaded litrs v1.0.0
2542026-03-25T20:23:55.515Z Downloaded swrite v0.1.0
2552026-03-25T20:23:55.515Z Downloaded const-oid v0.9.6
2562026-03-25T20:23:55.515Z Downloaded fixedbitset v0.5.7
2572026-03-25T20:23:55.515Z Downloaded target-spec-miette v0.4.5
2582026-03-25T20:23:55.524Z Downloaded bitflags v2.11.0
2592026-03-25T20:23:55.527Z Downloaded console v0.15.11
2602026-03-25T20:23:55.527Z Downloaded tinyvec_macros v0.1.1
2612026-03-25T20:23:55.527Z Downloaded toml_datetime v0.6.11
2622026-03-25T20:23:55.527Z Downloaded toml_write v0.1.2
2632026-03-25T20:23:55.527Z Downloaded rand_core v0.9.5
2642026-03-25T20:23:55.531Z Downloaded bytes v1.11.1
2652026-03-25T20:23:55.534Z Downloaded borsh v1.6.1
2662026-03-25T20:23:55.539Z Downloaded spki v0.7.3
2672026-03-25T20:23:55.539Z Downloaded rustc-demangle v0.1.27
2682026-03-25T20:23:55.543Z Downloaded slab v0.4.12
2692026-03-25T20:23:55.544Z Downloaded tower-service v0.3.3
2702026-03-25T20:23:55.544Z Downloaded rand_chacha v0.9.0
2712026-03-25T20:23:55.544Z Downloaded self-replace v1.5.0
2722026-03-25T20:23:55.544Z Downloaded lock_api v0.4.14
2732026-03-25T20:23:55.544Z Downloaded simd-adler32 v0.3.8
2742026-03-25T20:23:55.548Z Downloaded signal-hook-registry v1.4.8
2752026-03-25T20:23:55.548Z Downloaded shlex v1.3.0
2762026-03-25T20:23:55.548Z Downloaded dialoguer v0.11.0
2772026-03-25T20:23:55.548Z Downloaded smol_str v0.3.6
2782026-03-25T20:23:55.553Z Downloaded ed25519-dalek v2.2.0
2792026-03-25T20:23:55.553Z Downloaded jobserver v0.1.34
2802026-03-25T20:23:55.556Z Downloaded self_update v0.42.0
2812026-03-25T20:23:55.561Z Downloaded futures-channel v0.3.32
2822026-03-25T20:23:55.561Z Downloaded once_cell v1.21.4
2832026-03-25T20:23:55.569Z Downloaded hyper-rustls v0.27.7
2842026-03-25T20:23:55.569Z Downloaded parking_lot_core v0.9.12
2852026-03-25T20:23:55.569Z Downloaded httparse v1.10.1
2862026-03-25T20:23:55.569Z Downloaded iana-time-zone v0.1.65
2872026-03-25T20:23:55.572Z Downloaded pkg-config v0.3.32
2882026-03-25T20:23:55.572Z Downloaded cfg-expr v0.20.7
2892026-03-25T20:23:55.572Z Downloaded crc32fast v1.5.0
2902026-03-25T20:23:55.572Z Downloaded tracing-error v0.2.1
2912026-03-25T20:23:55.576Z Downloaded try-lock v0.2.5
2922026-03-25T20:23:55.579Z Downloaded thiserror-impl v1.0.69
2932026-03-25T20:23:55.579Z Downloaded thiserror-impl v2.0.18
2942026-03-25T20:23:55.580Z Downloaded thiserror v1.0.69
2952026-03-25T20:23:55.583Z Downloaded utf8parse v0.2.2
2962026-03-25T20:23:55.583Z Downloaded unicode-xid v0.2.6
2972026-03-25T20:23:55.583Z Downloaded typeid v1.0.3
2982026-03-25T20:23:55.587Z Downloaded derive_more v2.1.1
2992026-03-25T20:23:55.591Z Downloaded unicode-linebreak v0.1.5
3002026-03-25T20:23:55.591Z Downloaded eyre v0.6.12
3012026-03-25T20:23:55.595Z Downloaded miniz_oxide v0.8.9
3022026-03-25T20:23:55.595Z Downloaded config v0.15.22
3032026-03-25T20:23:55.599Z Downloaded serde_path_to_error v0.1.20
3042026-03-25T20:23:55.599Z Downloaded thiserror v2.0.18
3052026-03-25T20:23:55.602Z Downloaded parking_lot v0.12.5
3062026-03-25T20:23:55.602Z Downloaded log v0.4.29
3072026-03-25T20:23:55.606Z Downloaded utf8_iter v1.0.4
3082026-03-25T20:23:55.606Z Downloaded getrandom v0.2.17
3092026-03-25T20:23:55.606Z Downloaded target-lexicon v0.13.3
3102026-03-25T20:23:55.609Z Downloaded target-spec v3.5.7
3112026-03-25T20:23:55.614Z Downloaded tokio-native-tls v0.3.1
3122026-03-25T20:23:55.614Z Downloaded tokio-macros v2.6.1
3132026-03-25T20:23:55.620Z Downloaded want v0.3.1
3142026-03-25T20:23:55.620Z Downloaded xattr v1.6.1
3152026-03-25T20:23:55.623Z Downloaded pin-project-lite v0.2.17
3162026-03-25T20:23:55.627Z Downloaded smallvec v1.15.1
3172026-03-25T20:23:55.627Z Downloaded quinn-udp v0.5.14
3182026-03-25T20:23:55.627Z Downloaded newtype-uuid v1.3.2
3192026-03-25T20:23:55.634Z Downloaded static_assertions v1.1.0
3202026-03-25T20:23:55.634Z Downloaded unicase v2.9.0
3212026-03-25T20:23:55.640Z Downloaded rustls-pki-types v1.14.0
3222026-03-25T20:23:55.645Z Downloaded derive-where v1.6.1
3232026-03-25T20:23:55.648Z Downloaded tower-layer v0.3.3
3242026-03-25T20:23:55.649Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3252026-03-25T20:23:55.649Z Downloaded toml_writer v1.1.0+spec-1.1.0
3262026-03-25T20:23:55.649Z Downloaded getrandom v0.3.4
3272026-03-25T20:23:55.649Z Downloaded num-traits v0.2.19
3282026-03-25T20:23:55.652Z Downloaded getrandom v0.4.2
3292026-03-25T20:23:55.655Z Downloaded futures v0.3.32
3302026-03-25T20:23:55.658Z Downloaded ahash v0.8.12
3312026-03-25T20:23:55.658Z Downloaded tempfile v3.27.0
3322026-03-25T20:23:55.658Z Downloaded urlencoding v2.1.3
3332026-03-25T20:23:55.661Z Downloaded thread_local v1.1.9
3342026-03-25T20:23:55.665Z Downloaded tracing-log v0.2.0
3352026-03-25T20:23:55.665Z Downloaded serde_derive v1.0.228
3362026-03-25T20:23:55.673Z Downloaded untrusted v0.9.0
3372026-03-25T20:23:55.679Z Downloaded ryu v1.0.23
3382026-03-25T20:23:55.682Z Downloaded proc-macro2 v1.0.106
3392026-03-25T20:23:55.688Z Downloaded zipsign-api v0.1.5
3402026-03-25T20:23:55.691Z Downloaded zstd v0.13.3
3412026-03-25T20:23:55.691Z Downloaded zmij v1.0.21
3422026-03-25T20:23:55.691Z Downloaded toml v0.8.23
3432026-03-25T20:23:55.695Z Downloaded version_check v0.9.5
3442026-03-25T20:23:55.695Z Downloaded socket2 v0.6.3
3452026-03-25T20:23:55.699Z Downloaded zeroize v1.8.2
3462026-03-25T20:23:55.699Z Downloaded quick-junit v0.5.2
3472026-03-25T20:23:55.702Z Downloaded xxhash-rust v0.8.15
3482026-03-25T20:23:55.703Z Downloaded zstd-safe v7.2.4
3492026-03-25T20:23:55.703Z Downloaded toml_parser v1.1.0+spec-1.1.0
3502026-03-25T20:23:55.706Z Downloaded textwrap v0.16.2
3512026-03-25T20:23:55.713Z Downloaded tokio-stream v0.1.18
3522026-03-25T20:23:55.720Z Downloaded pin-project v1.1.11
3532026-03-25T20:23:55.724Z Downloaded serde_core v1.0.228
3542026-03-25T20:23:55.728Z Downloaded tinyvec v1.11.0
3552026-03-25T20:23:55.728Z Downloaded quinn v0.11.9
3562026-03-25T20:23:55.734Z Downloaded der v0.7.10
3572026-03-25T20:23:55.738Z Downloaded memchr v2.8.0
3582026-03-25T20:23:55.742Z Downloaded toml v1.1.0+spec-1.1.0
3592026-03-25T20:23:55.745Z Downloaded tar v0.4.45
3602026-03-25T20:23:55.745Z Downloaded sharded-slab v0.1.7
3612026-03-25T20:23:55.750Z Downloaded tracing-attributes v0.1.31
3622026-03-25T20:23:55.755Z Downloaded flate2 v1.1.9
3632026-03-25T20:23:55.755Z Downloaded signal-hook v0.3.18
3642026-03-25T20:23:55.755Z Downloaded tokio-rustls v0.26.4
3652026-03-25T20:23:55.759Z Downloaded cc v1.2.57
3662026-03-25T20:23:55.765Z Downloaded serde v1.0.228
3672026-03-25T20:23:55.768Z Downloaded derive_more-impl v2.1.1
3682026-03-25T20:23:55.780Z Downloaded rustls-webpki v0.103.10
3692026-03-25T20:23:55.789Z Downloaded tracing-core v0.1.36
3702026-03-25T20:23:55.797Z Downloaded base64 v0.22.1
3712026-03-25T20:23:55.803Z Downloaded unicode-ident v1.0.24
3722026-03-25T20:23:55.809Z Downloaded uuid v1.22.0
3732026-03-25T20:23:55.814Z Downloaded mio v1.1.1
3742026-03-25T20:23:55.827Z Downloaded backtrace v0.3.76
3752026-03-25T20:23:55.830Z Downloaded typenum v1.19.0
3762026-03-25T20:23:55.834Z Downloaded toml_edit v0.22.27
3772026-03-25T20:23:55.834Z Downloaded openssl-sys v0.9.112
3782026-03-25T20:23:55.838Z Downloaded url v2.5.8
3792026-03-25T20:23:55.849Z Downloaded hyper-util v0.1.20
3802026-03-25T20:23:55.854Z Downloaded vte v0.14.1
3812026-03-25T20:23:55.878Z Downloaded miette v7.6.0
3822026-03-25T20:23:55.880Z Downloaded tower v0.5.3
3832026-03-25T20:23:55.887Z Downloaded hashbrown v0.16.1
3842026-03-25T20:23:55.891Z Downloaded hashbrown v0.15.5
3852026-03-25T20:23:55.898Z Downloaded guppy v0.17.25
3862026-03-25T20:23:55.908Z Downloaded rand v0.9.2
3872026-03-25T20:23:55.914Z Downloaded unicode-normalization v0.1.25
3882026-03-25T20:23:55.953Z Downloaded unicode-segmentation v1.13.1
3892026-03-25T20:23:55.976Z Downloaded clap_builder v4.6.0
3902026-03-25T20:23:55.976Z Downloaded serde_json v1.0.149
3912026-03-25T20:23:55.977Z Downloaded aho-corasick v1.1.4
3922026-03-25T20:23:55.977Z Downloaded tower-http v0.6.8
3932026-03-25T20:23:55.977Z Downloaded h2 v0.4.13
3942026-03-25T20:23:55.977Z Downloaded ron v0.12.0
3952026-03-25T20:23:55.977Z Downloaded crossterm v0.29.0
3962026-03-25T20:23:55.977Z Downloaded futures-util v0.3.32
3972026-03-25T20:23:55.992Z Downloaded winnow v1.0.0
3982026-03-25T20:23:55.996Z Downloaded idna v1.1.0
3992026-03-25T20:23:56.002Z Downloaded itertools v0.14.0
4002026-03-25T20:23:56.007Z Downloaded winnow v0.7.15
4012026-03-25T20:23:56.029Z Downloaded curve25519-dalek v4.1.3
4022026-03-25T20:23:56.038Z Downloaded regex v1.12.3
4032026-03-25T20:23:56.038Z Downloaded tokio-util v0.7.18
4042026-03-25T20:23:56.038Z Downloaded chrono v0.4.44
4052026-03-25T20:23:56.043Z Downloaded gimli v0.32.3
4062026-03-25T20:23:56.054Z Downloaded reqwest v0.12.28
4072026-03-25T20:23:56.057Z Downloaded webpki-roots v1.0.6
4082026-03-25T20:23:56.058Z Downloaded hyper v1.8.1
4092026-03-25T20:23:56.058Z Downloaded iri-string v0.7.11
4102026-03-25T20:23:56.062Z Downloaded unicode-width v0.2.2
4112026-03-25T20:23:56.084Z Downloaded bstr v1.12.1
4122026-03-25T20:23:56.084Z Downloaded portable-atomic v1.13.1
4132026-03-25T20:23:56.084Z Downloaded unicode-width v0.1.14
4142026-03-25T20:23:56.098Z Downloaded pulldown-cmark v0.13.3
4152026-03-25T20:23:56.103Z Downloaded quick-xml v0.38.4
4162026-03-25T20:23:56.103Z Downloaded quick-xml v0.37.5
4172026-03-25T20:23:56.134Z Downloaded tracing v0.1.44
4182026-03-25T20:23:56.178Z Downloaded color-eyre v0.6.5
4192026-03-25T20:23:56.197Z Downloaded tracing-subscriber v0.3.23
4202026-03-25T20:23:56.197Z Downloaded vcpkg v0.2.15
4212026-03-25T20:23:56.220Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4222026-03-25T20:23:56.232Z Downloaded tokio v1.50.0
4232026-03-25T20:23:56.243Z Downloaded quinn-proto v0.11.14
4242026-03-25T20:23:56.251Z Downloaded openssl v0.10.76
4252026-03-25T20:23:56.267Z Downloaded nextest-runner v0.80.0
4262026-03-25T20:23:56.267Z Downloaded zerocopy v0.8.47
4272026-03-25T20:23:56.284Z Downloaded syn v2.0.117
4282026-03-25T20:23:56.306Z Downloaded nix v0.30.1
4292026-03-25T20:23:56.323Z Downloaded object v0.37.3
4302026-03-25T20:23:56.333Z Downloaded regex-syntax v0.8.10
4312026-03-25T20:23:56.336Z Downloaded rustix v0.38.44
4322026-03-25T20:23:56.493Z Downloaded rustls v0.23.37
4332026-03-25T20:23:56.506Z Downloaded rustix v1.1.4
4342026-03-25T20:23:56.506Z Downloaded regex-automata v0.4.14
4352026-03-25T20:23:56.511Z Downloaded petgraph v0.8.3
4362026-03-25T20:23:56.533Z Downloaded libc v0.2.183
4372026-03-25T20:23:56.643Z Downloaded recursion v0.5.4
4382026-03-25T20:23:56.655Z Downloaded ring v0.17.14
4392026-03-25T20:23:56.713Z Compiling libc v0.2.183
4402026-03-25T20:23:56.716Z Compiling proc-macro2 v1.0.106
4412026-03-25T20:23:56.716Z Compiling quote v1.0.45
4422026-03-25T20:23:56.716Z Compiling unicode-ident v1.0.24
4432026-03-25T20:23:56.716Z Compiling serde_core v1.0.228
4442026-03-25T20:23:56.716Z Compiling cfg-if v1.0.4
4452026-03-25T20:23:56.716Z Compiling memchr v2.8.0
4462026-03-25T20:23:56.716Z Compiling once_cell v1.21.4
4472026-03-25T20:23:56.912Z Compiling log v0.4.29
4482026-03-25T20:23:56.968Z Compiling pin-project-lite v0.2.17
4492026-03-25T20:23:57.062Z Compiling itoa v1.0.18
4502026-03-25T20:23:57.108Z Compiling serde v1.0.228
4512026-03-25T20:23:57.293Z Compiling futures-core v0.3.32
4522026-03-25T20:23:57.444Z Compiling bitflags v2.11.0
4532026-03-25T20:23:57.633Z Compiling smallvec v1.15.1
4542026-03-25T20:23:57.651Z Compiling shlex v1.3.0
4552026-03-25T20:23:57.836Z Compiling equivalent v1.0.2
4562026-03-25T20:23:57.846Z Compiling find-msvc-tools v0.1.9
4572026-03-25T20:23:57.883Z Compiling hashbrown v0.16.1
4582026-03-25T20:23:57.924Z Compiling jobserver v0.1.34
4592026-03-25T20:23:57.960Z Compiling bytes v1.11.1
4602026-03-25T20:23:58.026Z Compiling rustix v1.1.4
4612026-03-25T20:23:58.077Z Compiling futures-sink v0.3.32
4622026-03-25T20:23:59.266Z Compiling errno v0.3.14
4632026-03-25T20:23:59.309Z Compiling cc v1.2.57
4642026-03-25T20:23:59.309Z Compiling signal-hook-registry v1.4.8
4652026-03-25T20:23:59.310Z Compiling mio v1.1.1
4662026-03-25T20:23:59.310Z Compiling syn v2.0.117
4672026-03-25T20:23:59.310Z Compiling socket2 v0.6.3
4682026-03-25T20:23:59.310Z Compiling zmij v1.0.21
4692026-03-25T20:23:59.310Z Compiling slab v0.4.12
4702026-03-25T20:23:59.310Z Compiling futures-channel v0.3.32
4712026-03-25T20:23:59.310Z Compiling tracing-core v0.1.36
4722026-03-25T20:23:59.310Z Compiling serde_json v1.0.149
4732026-03-25T20:23:59.349Z Compiling version_check v0.9.5
4742026-03-25T20:23:59.437Z Compiling getrandom v0.4.2
4752026-03-25T20:23:59.481Z Compiling indexmap v2.13.0
4762026-03-25T20:23:59.605Z Compiling futures-io v0.3.32
4772026-03-25T20:23:59.648Z Compiling futures-task v0.3.32
4782026-03-25T20:23:59.712Z Compiling camino v1.2.2
4792026-03-25T20:23:59.792Z Compiling unicode-width v0.2.2
4802026-03-25T20:23:59.981Z Compiling ring v0.17.14
4812026-03-25T20:24:00.073Z Compiling http v1.4.0
4822026-03-25T20:24:00.099Z Compiling simd-adler32 v0.3.8
4832026-03-25T20:24:00.219Z Compiling zeroize v1.8.2
4842026-03-25T20:24:00.295Z Compiling adler2 v2.0.1
4852026-03-25T20:24:00.410Z Compiling percent-encoding v2.3.2
4862026-03-25T20:24:00.475Z Compiling autocfg v1.5.0
4872026-03-25T20:24:00.589Z Compiling miniz_oxide v0.8.9
4882026-03-25T20:24:00.807Z Compiling num-traits v0.2.19
4892026-03-25T20:24:00.948Z Compiling object v0.37.3
4902026-03-25T20:24:01.029Z Compiling zerocopy v0.8.47
4912026-03-25T20:24:01.266Z Compiling getrandom v0.3.4
4922026-03-25T20:24:01.273Z Compiling target-lexicon v0.13.3
4932026-03-25T20:24:01.571Z Compiling http-body v1.0.1
4942026-03-25T20:24:01.655Z Compiling rustls-pki-types v1.14.0
4952026-03-25T20:24:01.714Z Compiling semver v1.0.27
4962026-03-25T20:24:01.772Z Compiling getrandom v0.2.17
4972026-03-25T20:24:01.864Z Compiling owo-colors v4.3.0
4982026-03-25T20:24:01.967Z Compiling guppy-workspace-hack v0.1.0
4992026-03-25T20:24:01.996Z Compiling thiserror v2.0.18
5002026-03-25T20:24:02.010Z Compiling serde_derive v1.0.228
5012026-03-25T20:24:02.169Z Compiling tokio-macros v2.6.1
5022026-03-25T20:24:02.180Z Compiling futures-macro v0.3.32
5032026-03-25T20:24:02.186Z Compiling tracing-attributes v0.1.31
5042026-03-25T20:24:02.337Z Compiling fnv v1.0.7
5052026-03-25T20:24:02.379Z Compiling gimli v0.32.3
5062026-03-25T20:24:02.441Z Compiling signal-hook v0.3.18
5072026-03-25T20:24:02.488Z Compiling typenum v1.19.0
5082026-03-25T20:24:02.648Z Compiling untrusted v0.9.0
5092026-03-25T20:24:02.779Z Compiling httparse v1.10.1
5102026-03-25T20:24:02.992Z Compiling futures-util v0.3.32
5112026-03-25T20:24:02.992Z Compiling tokio v1.50.0
5122026-03-25T20:24:03.123Z Compiling thiserror-impl v2.0.18
5132026-03-25T20:24:03.395Z Compiling tracing v0.1.44
5142026-03-25T20:24:04.316Z Compiling addr2line v0.25.1
5152026-03-25T20:24:04.738Z Compiling form_urlencoded v1.2.2
5162026-03-25T20:24:05.003Z Compiling generic-array v0.14.7
5172026-03-25T20:24:05.017Z Compiling typeid v1.0.3
5182026-03-25T20:24:05.216Z Compiling rustc-demangle v0.1.27
5192026-03-25T20:24:05.253Z Compiling target-spec v3.5.7
5202026-03-25T20:24:05.289Z Compiling try-lock v0.2.5
5212026-03-25T20:24:05.406Z Compiling fastrand v2.3.0
5222026-03-25T20:24:05.532Z Compiling tower-service v0.3.3
5232026-03-25T20:24:05.609Z Compiling rustls v0.23.37
5242026-03-25T20:24:05.624Z Compiling thiserror v1.0.69
5252026-03-25T20:24:05.746Z Compiling utf8_iter v1.0.4
5262026-03-25T20:24:05.812Z Compiling atomic-waker v1.1.2
5272026-03-25T20:24:07.569Z Compiling idna_adapter v1.0.0
5282026-03-25T20:24:07.629Z Compiling pkg-config v0.3.32
5292026-03-25T20:24:07.629Z Compiling idna v1.1.0
5302026-03-25T20:24:07.629Z Compiling tempfile v3.27.0
5312026-03-25T20:24:07.629Z Compiling want v0.3.1
5322026-03-25T20:24:07.629Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5332026-03-25T20:24:07.629Z Compiling cfg-expr v0.20.7
5342026-03-25T20:24:07.629Z Compiling backtrace v0.3.76
5352026-03-25T20:24:07.630Z Compiling tokio-util v0.7.18
5362026-03-25T20:24:07.630Z Compiling h2 v0.4.13
5372026-03-25T20:24:08.108Z Compiling thiserror-impl v1.0.69
5382026-03-25T20:24:08.136Z Compiling terminal_size v0.4.4
5392026-03-25T20:24:08.285Z Compiling aho-corasick v1.1.4
5402026-03-25T20:24:08.289Z Compiling winnow v0.7.15
5412026-03-25T20:24:08.464Z Compiling regex-syntax v0.8.10
5422026-03-25T20:24:09.250Z Compiling pin-utils v0.1.0
5432026-03-25T20:24:09.325Z Compiling subtle v2.6.1
5442026-03-25T20:24:09.484Z Compiling erased-serde v0.4.10
5452026-03-25T20:24:09.937Z Compiling hyper v1.8.1
5462026-03-25T20:24:10.194Z Compiling rustls-webpki v0.103.10
5472026-03-25T20:24:12.725Z Compiling regex-automata v0.4.14
5482026-03-25T20:24:13.743Z Compiling url v2.5.8
5492026-03-25T20:24:13.849Z Compiling serde_spanned v0.6.9
5502026-03-25T20:24:14.009Z Compiling toml_datetime v0.6.11
5512026-03-25T20:24:14.386Z Compiling ahash v0.8.12
5522026-03-25T20:24:14.628Z Compiling sync_wrapper v1.0.2
5532026-03-25T20:24:14.740Z Compiling parking_lot_core v0.9.12
5542026-03-25T20:24:14.999Z Compiling either v1.15.0
5552026-03-25T20:24:15.957Z Compiling crc32fast v1.5.0
5562026-03-25T20:24:15.971Z Compiling ipnet v2.12.0
5572026-03-25T20:24:15.971Z Compiling base64 v0.22.1
5582026-03-25T20:24:15.971Z Compiling unicode-segmentation v1.13.1
5592026-03-25T20:24:16.127Z Compiling portable-atomic v1.13.1
5602026-03-25T20:24:16.166Z Compiling lazy_static v1.5.0
5612026-03-25T20:24:16.251Z Compiling tower-layer v0.3.3
5622026-03-25T20:24:16.275Z Compiling is_ci v1.2.0
5632026-03-25T20:24:16.452Z Compiling foldhash v0.1.5
5642026-03-25T20:24:16.459Z Compiling toml_write v0.1.2
5652026-03-25T20:24:16.569Z Compiling nextest-workspace-hack v0.1.0
5662026-03-25T20:24:16.653Z Compiling unicode-linebreak v0.1.5
5672026-03-25T20:24:16.689Z Compiling toml_edit v0.22.27
5682026-03-25T20:24:16.744Z Compiling hashbrown v0.15.5
5692026-03-25T20:24:16.798Z Compiling tower v0.5.3
5702026-03-25T20:24:16.810Z Compiling supports-color v3.0.2
5712026-03-25T20:24:16.917Z Compiling textwrap v0.16.2
5722026-03-25T20:24:17.039Z Compiling sharded-slab v0.1.7
5732026-03-25T20:24:17.378Z Compiling convert_case v0.10.0
5742026-03-25T20:24:17.391Z Compiling hyper-util v0.1.20
5752026-03-25T20:24:17.669Z Compiling tokio-rustls v0.26.4
5762026-03-25T20:24:17.958Z Compiling backtrace-ext v0.2.1
5772026-03-25T20:24:18.204Z Compiling ordered-float v2.10.1
5782026-03-25T20:24:18.308Z Compiling miette-derive v7.6.0
5792026-03-25T20:24:18.320Z Compiling webpki-roots v1.0.6
5802026-03-25T20:24:18.438Z Compiling pathdiff v0.2.3
5812026-03-25T20:24:18.476Z Compiling console v0.15.11
5822026-03-25T20:24:18.560Z Compiling cargo-platform v0.3.2
5832026-03-25T20:24:19.156Z Compiling tracing-log v0.2.0
5842026-03-25T20:24:19.385Z Compiling os_pipe v1.2.3
5852026-03-25T20:24:19.505Z Compiling thread_local v1.1.9
5862026-03-25T20:24:19.557Z Compiling unicode-width v0.1.14
5872026-03-25T20:24:19.783Z Compiling pulldown-cmark v0.13.3
5882026-03-25T20:24:19.862Z Compiling utf8parse v0.2.2
5892026-03-25T20:24:19.878Z Compiling debug-ignore v1.0.5
5902026-03-25T20:24:19.976Z Compiling ryu v1.0.23
5912026-03-25T20:24:19.991Z Compiling iri-string v0.7.11
5922026-03-25T20:24:20.002Z Compiling fixedbitset v0.5.7
5932026-03-25T20:24:20.270Z Compiling supports-hyperlinks v3.2.0
5942026-03-25T20:24:20.326Z Compiling zstd-safe v7.2.4
5952026-03-25T20:24:20.485Z Compiling winnow v1.0.0
5962026-03-25T20:24:20.498Z Compiling cfg_aliases v0.2.1
5972026-03-25T20:24:20.566Z Compiling rustix v0.38.44
5982026-03-25T20:24:20.650Z Compiling supports-unicode v3.0.0
5992026-03-25T20:24:20.740Z Compiling scopeguard v1.2.0
6002026-03-25T20:24:20.848Z Compiling lock_api v0.4.14
6012026-03-25T20:24:20.996Z Compiling miette v7.6.0
6022026-03-25T20:24:21.098Z Compiling nix v0.30.1
6032026-03-25T20:24:21.480Z Compiling tower-http v0.6.8
6042026-03-25T20:24:21.920Z Compiling toml_parser v1.1.0+spec-1.1.0
6052026-03-25T20:24:22.550Z Compiling petgraph v0.8.3
6062026-03-25T20:24:22.621Z Compiling serde_urlencoded v0.7.1
6072026-03-25T20:24:22.940Z Compiling anstyle-parse v1.0.0
6082026-03-25T20:24:23.165Z Compiling tracing-subscriber v0.3.23
6092026-03-25T20:24:23.271Z Compiling sigchld v0.2.4
6102026-03-25T20:24:23.463Z Compiling cargo_metadata v0.23.1
6112026-03-25T20:24:23.899Z Compiling serde-value v0.7.0
6122026-03-25T20:24:24.461Z Compiling hyper-rustls v0.27.7
6132026-03-25T20:24:24.614Z Compiling toml v0.8.23
6142026-03-25T20:24:25.140Z Compiling serde-untagged v0.1.9
6152026-03-25T20:24:25.677Z Compiling derive_more-impl v2.1.1
6162026-03-25T20:24:26.200Z Compiling itertools v0.14.0
6172026-03-25T20:24:26.483Z Compiling regex v1.12.3
6182026-03-25T20:24:26.509Z Compiling block-buffer v0.10.4
6192026-03-25T20:24:26.658Z Compiling crypto-common v0.1.7
6202026-03-25T20:24:26.695Z Compiling ppv-lite86 v0.2.21
6212026-03-25T20:24:26.793Z Compiling futures-executor v0.3.32
6222026-03-25T20:24:27.021Z Compiling rand_core v0.9.5
6232026-03-25T20:24:27.276Z Compiling pin-project-internal v1.1.11
6242026-03-25T20:24:27.322Z Compiling http-body-util v0.1.3
6252026-03-25T20:24:27.542Z Compiling uuid v1.22.0
6262026-03-25T20:24:27.593Z Compiling serde_spanned v1.1.0
6272026-03-25T20:24:27.686Z Compiling smol_str v0.3.6
6282026-03-25T20:24:27.756Z Compiling toml_datetime v1.1.0+spec-1.1.0
6292026-03-25T20:24:27.919Z Compiling filetime v0.2.27
6302026-03-25T20:24:28.034Z Compiling vte v0.14.1
6312026-03-25T20:24:28.075Z Compiling bstr v1.12.1
6322026-03-25T20:24:28.119Z Compiling unicase v2.9.0
6332026-03-25T20:24:28.170Z Compiling eyre v0.6.12
6342026-03-25T20:24:28.303Z Compiling tinyvec_macros v0.1.1
6352026-03-25T20:24:28.324Z Compiling is_terminal_polyfill v1.70.2
6362026-03-25T20:24:28.372Z Compiling color-spantrace v0.3.0
6372026-03-25T20:24:28.417Z Compiling xattr v1.6.1
6382026-03-25T20:24:28.473Z Compiling nested v0.1.1
6392026-03-25T20:24:28.606Z Compiling colorchoice v1.0.5
6402026-03-25T20:24:28.652Z Compiling anstyle-query v1.1.5
6412026-03-25T20:24:28.663Z Compiling iana-time-zone v0.1.65
6422026-03-25T20:24:28.666Z Compiling anstyle v1.0.14
6432026-03-25T20:24:28.720Z Compiling number_prefix v0.4.0
6442026-03-25T20:24:28.757Z Compiling unicode-xid v0.2.6
6452026-03-25T20:24:28.766Z Compiling self_update v0.42.0
6462026-03-25T20:24:28.802Z Compiling litrs v1.0.0
6472026-03-25T20:24:28.885Z Compiling static_assertions v1.1.0
6482026-03-25T20:24:28.936Z Compiling guppy v0.17.25
6492026-03-25T20:24:28.955Z Compiling anstream v1.0.0
6502026-03-25T20:24:29.014Z Compiling cargo-util-schemas v0.2.0
6512026-03-25T20:24:29.052Z Compiling indicatif v0.17.11
6522026-03-25T20:24:29.234Z Compiling document-features v0.2.12
6532026-03-25T20:24:29.440Z Compiling chrono v0.4.44
6542026-03-25T20:24:29.823Z Compiling tar v0.4.45
6552026-03-25T20:24:30.179Z Compiling globset v0.4.18
6562026-03-25T20:24:31.114Z Compiling tinyvec v1.11.0
6572026-03-25T20:24:31.444Z Compiling pin-project v1.1.11
6582026-03-25T20:24:31.549Z Compiling strip-ansi-escapes v0.2.1
6592026-03-25T20:24:31.554Z Compiling toml v1.1.0+spec-1.1.0
6602026-03-25T20:24:32.123Z Compiling nextest-metadata v0.12.2
6612026-03-25T20:24:32.220Z Compiling newtype-uuid v1.3.2
6622026-03-25T20:24:32.413Z Compiling reqwest v0.12.28
6632026-03-25T20:24:32.817Z Compiling rand_chacha v0.9.0
6642026-03-25T20:24:32.842Z Compiling futures v0.3.32
6652026-03-25T20:24:32.889Z Compiling digest v0.10.7
6662026-03-25T20:24:33.022Z Compiling derive_more v2.1.1
6672026-03-25T20:24:33.104Z Compiling parking_lot v0.12.5
6682026-03-25T20:24:33.117Z Compiling flate2 v1.1.9
6692026-03-25T20:24:33.371Z Compiling tracing-error v0.2.1
6702026-03-25T20:24:33.606Z Compiling shared_child v1.1.1
6712026-03-25T20:24:33.999Z Compiling signal-hook-mio v0.2.5
6722026-03-25T20:24:34.018Z Compiling self-replace v1.5.0
6732026-03-25T20:24:34.128Z Compiling cargo-platform v0.2.0
6742026-03-25T20:24:34.318Z Compiling quick-xml v0.37.5
6752026-03-25T20:24:34.696Z Compiling quick-xml v0.38.4
6762026-03-25T20:24:34.937Z Compiling recursion v0.5.4
6772026-03-25T20:24:35.058Z Compiling strsim v0.11.1
6782026-03-25T20:24:35.276Z Compiling cpufeatures v0.2.17
6792026-03-25T20:24:35.353Z Compiling clap_lex v1.1.0
6802026-03-25T20:24:35.709Z Compiling indenter v0.3.4
6812026-03-25T20:24:35.837Z Compiling humantime v2.3.0
6822026-03-25T20:24:35.841Z Compiling heck v0.5.0
6832026-03-25T20:24:35.997Z Compiling shell-words v1.1.1
6842026-03-25T20:24:36.043Z Compiling urlencoding v2.1.3
6852026-03-25T20:24:36.281Z Compiling clap_derive v4.6.0
6862026-03-25T20:24:36.307Z Compiling humantime-serde v1.1.1
6872026-03-25T20:24:36.461Z Compiling clap_builder v4.6.0
6882026-03-25T20:24:37.005Z Compiling sha2 v0.10.9
6892026-03-25T20:24:37.232Z Compiling quick-junit v0.5.2
6902026-03-25T20:24:38.057Z Compiling nextest-filtering v0.15.0
6912026-03-25T20:24:38.220Z Compiling atomicwrites v0.4.4
6922026-03-25T20:24:38.513Z Compiling cargo_metadata v0.20.0
6932026-03-25T20:24:40.324Z Compiling crossterm v0.29.0
6942026-03-25T20:24:41.979Z Compiling cargo-nextest v0.9.97
6952026-03-25T20:24:42.655Z Compiling duct v0.13.7
6962026-03-25T20:24:42.951Z Compiling zstd v0.13.3
6972026-03-25T20:24:43.111Z Compiling async-scoped v0.9.0
6982026-03-25T20:24:43.299Z Compiling rand v0.9.2
6992026-03-25T20:24:43.312Z Compiling config v0.15.22
7002026-03-25T20:24:43.373Z Compiling unicode-normalization v0.1.25
7012026-03-25T20:24:43.540Z Compiling target-spec-miette v0.4.5
7022026-03-25T20:24:43.698Z Compiling future-queue v0.4.0
7032026-03-25T20:24:43.941Z Compiling mukti-metadata v0.3.0
7042026-03-25T20:24:43.953Z Compiling tokio-stream v0.1.18
7052026-03-25T20:24:43.974Z Compiling camino-tempfile v1.4.1
7062026-03-25T20:24:44.047Z Compiling derive-where v1.6.1
7072026-03-25T20:24:44.410Z Compiling serde_ignored v0.1.14
7082026-03-25T20:24:44.422Z Compiling serde_path_to_error v0.1.20
7092026-03-25T20:24:44.439Z Compiling home v0.5.12
7102026-03-25T20:24:44.464Z Compiling swrite v0.1.0
7112026-03-25T20:24:44.601Z Compiling indent_write v2.2.0
7122026-03-25T20:24:44.630Z Compiling hex v0.4.3
7132026-03-25T20:24:44.689Z Compiling xxhash-rust v0.8.15
7142026-03-25T20:24:44.749Z Compiling color-eyre v0.6.5
7152026-03-25T20:24:44.872Z Compiling clap v4.6.0
7162026-03-25T20:24:44.897Z Compiling dialoguer v0.11.0
7172026-03-25T20:24:44.913Z Compiling enable-ansi-support v0.2.1
7182026-03-25T20:24:45.276Z Compiling nextest-runner v0.80.0
7192026-03-25T20:25:03.546Z Finished `release` profile [optimized] target(s) in 1m 11s
7202026-03-25T20:25:03.728Z Installing /home/build/.cargo/bin/cargo-nextest
7212026-03-25T20:25:03.731Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7222026-03-25T20:25:03.842Z+ source .github/buildomat/test-common.sh
7232026-03-25T20:25:03.846Z++ NEXTEST_VERSION=0.9.97
7242026-03-25T20:25:03.846Z++ PLATFORM=illumos
7252026-03-25T20:25:03.846Z++ banner install
7262026-03-25T20:25:03.846Z
7272026-03-25T20:25:03.846Z # # # #### ##### ## # #
7282026-03-25T20:25:03.846Z # ## # # # # # # #
7292026-03-25T20:25:03.846Z # # # # #### # # # # #
7302026-03-25T20:25:03.846Z # # # # # # ###### # #
7312026-03-25T20:25:03.846Z # # ## # # # # # # #
7322026-03-25T20:25:03.846Z # # # #### # # # ###### ######
7332026-03-25T20:25:03.846Z
7342026-03-25T20:25:03.846Z++ set +o errexit
7352026-03-25T20:25:03.849Z++ pkg info clang-15
7362026-03-25T20:25:03.849Z++ grep -qi installed
7372026-03-25T20:25:05.148Zpkg: info: no packages matching the following patterns you specified are
7382026-03-25T20:25:05.148Zinstalled on the system. Try querying remotely instead:
7392026-03-25T20:25:05.148Z
7402026-03-25T20:25:05.148Z clang-15
7412026-03-25T20:25:05.190Z++ [[ 1 != 0 ]]
7422026-03-25T20:25:05.190Z++ set -o errexit
7432026-03-25T20:25:05.190Z++ pfexec pkg install clang-15
7442026-03-25T20:25:11.362Z Startup: Refreshing catalog 'helios-dev' ... Done
7452026-03-25T20:25:18.123Z Startup: Caching catalogs ... Done
7462026-03-25T20:25:22.816ZPlanning: Solver setup ... Done
7472026-03-25T20:25:22.885ZPlanning: Running solver ... Done
7482026-03-25T20:25:22.885ZPlanning: Finding local manifests ... Done
7492026-03-25T20:25:22.885ZPlanning: Fetching manifests: 0/2 0% complete
7502026-03-25T20:25:22.885ZPlanning: Fetching manifests: 2/2 100% complete
7512026-03-25T20:25:22.885ZPlanning: Package planning ... Done
7522026-03-25T20:25:22.885ZPlanning: Merging actions ... Done
7532026-03-25T20:25:22.885ZPlanning: Checking for conflicting actions ... Done
7542026-03-25T20:25:22.885ZPlanning: Consolidating action changes ... Done
7552026-03-25T20:25:23.028ZPlanning: Evaluating mediators ... Done
7562026-03-25T20:25:23.031ZPlanning: Planning completed in 4.74 seconds
7572026-03-25T20:25:23.271Z Packages to install: 2
7582026-03-25T20:25:23.271Z Mediators to change: 2
7592026-03-25T20:25:23.271Z Services to change: 1
7602026-03-25T20:25:23.282Z Create boot environment: No
7612026-03-25T20:25:23.282ZCreate backup boot environment: No
7622026-03-25T20:25:23.314Z
7632026-03-25T20:25:23.314ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7642026-03-25T20:25:29.434ZDownload: 2195/3076 items 118.6/211.3MB 56% complete (23.9M/s)
7652026-03-25T20:25:30.741ZDownload: Completed 211.31 MB in 7.43 seconds (28.4M/s)
7662026-03-25T20:25:30.976Z Actions: 1/3418 actions (Installing new actions)
7672026-03-25T20:25:34.294Z Actions: Completed 3418 actions in 3.32 seconds.
7682026-03-25T20:25:34.595Z Done
7692026-03-25T20:25:34.595Z Done
7702026-03-25T20:25:35.287Z Done
7712026-03-25T20:25:38.664Z Done
7722026-03-25T20:25:38.738Z Done
7732026-03-25T20:25:38.742Z Done
7742026-03-25T20:25:38.930Z Done
7752026-03-25T20:25:39.596Z++ set -o errexit
7762026-03-25T20:25:39.596Z++ cargo --version
7772026-03-25T20:25:39.606Zcargo 1.94.0 (85eff7c80 2026-01-15)
7782026-03-25T20:25:39.609Z++ rustc --version
7792026-03-25T20:25:39.629Zrustc 1.94.0 (4a4ef493e 2026-03-02)
7802026-03-25T20:25:39.633Z++ cargo install cargo-nextest --version 0.9.97
7812026-03-25T20:25:39.686Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7822026-03-25T20:25:39.689Z+ pushd mgadm
7832026-03-25T20:25:39.689Z/work/oxidecomputer/maghemite/mgadm /work/oxidecomputer/maghemite
7842026-03-25T20:25:39.689Z+ cargo nextest run
7852026-03-25T20:25:39.849Z Updating git repository `https://github.com/oxidecomputer/falcon`
7862026-03-25T20:25:40.498ZFrom https://github.com/oxidecomputer/falcon
7872026-03-25T20:25:40.498Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7882026-03-25T20:25:40.576Z Updating crates.io index
7892026-03-25T20:25:40.579Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7902026-03-25T20:25:41.286ZFrom https://github.com/oxidecomputer/dendrite
7912026-03-25T20:25:41.286Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7922026-03-25T20:25:41.373Z Updating git repository `https://github.com/oxidecomputer/ispf`
7932026-03-25T20:25:41.625ZFrom https://github.com/oxidecomputer/ispf
7942026-03-25T20:25:41.626Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7952026-03-25T20:25:41.631Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7962026-03-25T20:25:41.946ZFrom https://github.com/oxidecomputer/netadm-sys
7972026-03-25T20:25:41.946Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7982026-03-25T20:25:41.955Z Updating git repository `https://github.com/oxidecomputer/omicron`
7992026-03-25T20:25:49.197ZFrom https://github.com/oxidecomputer/omicron
8002026-03-25T20:25:49.197Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
8012026-03-25T20:25:49.625Z Updating git repository `https://github.com/oxidecomputer/opte`
8022026-03-25T20:25:50.229ZFrom https://github.com/oxidecomputer/opte
8032026-03-25T20:25:50.229Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8042026-03-25T20:25:50.252Z Updating git repository `https://github.com/illumos/smf-rs`
8052026-03-25T20:25:50.517ZFrom https://github.com/illumos/smf-rs
8062026-03-25T20:25:50.518Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8072026-03-25T20:25:50.614Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8082026-03-25T20:25:50.862ZFrom https://github.com/oxidecomputer/network-interface
8092026-03-25T20:25:50.862Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8102026-03-25T20:25:50.869Z Updating git repository `https://github.com/oxidecomputer/zone`
8112026-03-25T20:25:51.128ZFrom https://github.com/oxidecomputer/zone
8122026-03-25T20:25:51.128Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8132026-03-25T20:25:51.144Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142026-03-25T20:25:52.769ZFrom https://github.com/oxidecomputer/propolis
8152026-03-25T20:25:52.770Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8162026-03-25T20:25:52.826Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8172026-03-25T20:25:53.370ZFrom https://github.com/oxidecomputer/transceiver-control
8182026-03-25T20:25:53.370Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8192026-03-25T20:25:53.410Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8202026-03-25T20:25:53.647ZFrom https://github.com/oxidecomputer/dlpi-sys
8212026-03-25T20:25:53.647Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8222026-03-25T20:25:53.669Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8232026-03-25T20:25:53.913ZFrom https://github.com/jmesmon/rust-libzfs
8242026-03-25T20:25:53.913Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8252026-03-25T20:25:53.919Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8262026-03-25T20:25:54.189ZFrom https://github.com/oxidecomputer/rusty-doors
8272026-03-25T20:25:54.189Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8282026-03-25T20:25:54.211Z Updating git repository `https://github.com/oxidecomputer/lldp`
8292026-03-25T20:25:54.521ZFrom https://github.com/oxidecomputer/lldp
8302026-03-25T20:25:54.521Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8312026-03-25T20:25:54.533Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8322026-03-25T20:25:54.808ZFrom https://github.com/oxidecomputer/slog-error-chain
8332026-03-25T20:25:54.808Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8342026-03-25T20:25:54.853Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8352026-03-25T20:25:55.131ZFrom https://github.com/oxidecomputer/tufaceous
8362026-03-25T20:25:55.131Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8372026-03-25T20:25:55.160Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8382026-03-25T20:25:55.598ZFrom https://github.com/oxidecomputer/management-gateway-service
8392026-03-25T20:25:55.598Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8402026-03-25T20:25:55.634Z Updating git repository `https://github.com/oxidecomputer/crucible`
8412026-03-25T20:25:56.503ZFrom https://github.com/oxidecomputer/crucible
8422026-03-25T20:25:56.503Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8432026-03-25T20:25:56.560Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8442026-03-25T20:25:56.829ZFrom https://github.com/oxidecomputer/serde_human_bytes
8452026-03-25T20:25:56.829Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8462026-03-25T20:25:56.917Z Updating git repository `https://github.com/oxidecomputer/propolis`
8472026-03-25T20:25:57.335ZFrom https://github.com/oxidecomputer/propolis
8482026-03-25T20:25:57.336Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8492026-03-25T20:25:57.577Z Updating git repository `https://github.com/oxidecomputer/tofino`
8502026-03-25T20:25:57.848ZFrom https://github.com/oxidecomputer/tofino
8512026-03-25T20:25:57.848Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8522026-03-25T20:25:57.863Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532026-03-25T20:25:58.390ZFrom https://github.com/oxidecomputer/maghemite
8542026-03-25T20:25:58.390Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8552026-03-25T20:25:58.433Z Updating git repository `https://github.com/oxidecomputer/clickward`
8562026-03-25T20:25:58.705ZFrom https://github.com/oxidecomputer/clickward
8572026-03-25T20:25:58.705Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8582026-03-25T20:25:58.821Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8592026-03-25T20:25:59.073ZFrom https://github.com/oxidecomputer/illumos-devinfo
8602026-03-25T20:25:59.073Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8612026-03-25T20:25:59.082Z Updating git repository `https://github.com/oxidecomputer/crucible`
8622026-03-25T20:25:59.517ZFrom https://github.com/oxidecomputer/crucible
8632026-03-25T20:25:59.517Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8642026-03-25T20:26:00.463Z Downloading crates ...
8652026-03-25T20:26:00.573Z Downloaded crossbeam-epoch v0.9.18
8662026-03-25T20:26:00.576Z Downloaded csv-core v0.1.13
8672026-03-25T20:26:00.580Z Downloaded crossbeam-deque v0.8.6
8682026-03-25T20:26:00.581Z Downloaded convert_case v0.4.0
8692026-03-25T20:26:00.585Z Downloaded defmt-macros v1.0.1
8702026-03-25T20:26:00.586Z Downloaded const-random v0.1.18
8712026-03-25T20:26:00.589Z Downloaded critical-section v1.2.0
8722026-03-25T20:26:00.589Z Downloaded cmake v0.1.57
8732026-03-25T20:26:00.592Z Downloaded crucible-workspace-hack v0.1.0
8742026-03-25T20:26:00.592Z Downloaded async-stream v0.3.6
8752026-03-25T20:26:00.596Z Downloaded darling_macro v0.23.0
8762026-03-25T20:26:00.602Z Downloaded dunce v1.0.5
8772026-03-25T20:26:00.602Z Downloaded defmt v0.3.100
8782026-03-25T20:26:00.605Z Downloaded async-recursion v1.1.1
8792026-03-25T20:26:00.605Z Downloaded defmt v1.0.1
8802026-03-25T20:26:00.610Z Downloaded const_format_proc_macros v0.2.34
8812026-03-25T20:26:00.610Z Downloaded cstr-argument v0.1.2
8822026-03-25T20:26:00.610Z Downloaded aead v0.5.2
8832026-03-25T20:26:00.615Z Downloaded litemap v0.8.1
8842026-03-25T20:26:00.615Z Downloaded byteorder v1.5.0
8852026-03-25T20:26:00.618Z Downloaded cancel-safe-futures v0.1.5
8862026-03-25T20:26:00.618Z Downloaded minimal-lexical v0.2.1
8872026-03-25T20:26:00.621Z Downloaded half v2.7.1
8882026-03-25T20:26:00.625Z Downloaded darling_macro v0.21.3
8892026-03-25T20:26:00.625Z Downloaded ciborium-ll v0.2.2
8902026-03-25T20:26:00.625Z Downloaded base16ct v0.2.0
8912026-03-25T20:26:00.625Z Downloaded foreign-types-macros v0.2.3
8922026-03-25T20:26:00.625Z Downloaded git-stub-vcs v0.1.0
8932026-03-25T20:26:00.628Z Downloaded fs-err v3.3.0
8942026-03-25T20:26:00.628Z Downloaded group v0.13.0
8952026-03-25T20:26:00.628Z Downloaded fs_extra v1.3.0
8962026-03-25T20:26:00.631Z Downloaded no-std-compat v0.4.1
8972026-03-25T20:26:00.631Z Downloaded deranged v0.5.8
8982026-03-25T20:26:00.631Z Downloaded foldhash v0.2.0
8992026-03-25T20:26:00.635Z Downloaded chacha20 v0.10.0
9002026-03-25T20:26:00.637Z Downloaded const_format v0.2.35
9012026-03-25T20:26:00.641Z Downloaded cargo_toml v0.22.3
9022026-03-25T20:26:00.641Z Downloaded bit-vec v0.8.0
9032026-03-25T20:26:00.644Z Downloaded async-trait v0.1.89
9042026-03-25T20:26:00.644Z Downloaded ingot-types v0.1.2
9052026-03-25T20:26:00.644Z Downloaded fxhash v0.2.1
9062026-03-25T20:26:00.647Z Downloaded byte-wrapper v0.1.0
9072026-03-25T20:26:00.647Z Downloaded num_threads v0.1.7
9082026-03-25T20:26:00.647Z Downloaded lru-cache v0.1.2
9092026-03-25T20:26:00.651Z Downloaded num-iter v0.1.45
9102026-03-25T20:26:00.651Z Downloaded httpdate v1.0.3
9112026-03-25T20:26:00.651Z Downloaded keccak v0.1.6
9122026-03-25T20:26:00.655Z Downloaded num-derive v0.4.2
9132026-03-25T20:26:00.658Z Downloaded linked-hash-map v0.5.6
9142026-03-25T20:26:00.658Z Downloaded num-integer v0.1.46
9152026-03-25T20:26:00.661Z Downloaded num_enum v0.7.6
9162026-03-25T20:26:00.664Z Downloaded bit-set v0.8.0
9172026-03-25T20:26:00.664Z Downloaded embedded-io v0.6.1
9182026-03-25T20:26:00.664Z Downloaded const-random-macro v0.1.16
9192026-03-25T20:26:00.664Z Downloaded hubpack_derive v0.1.1
9202026-03-25T20:26:00.668Z Downloaded hubpack v0.1.2
9212026-03-25T20:26:00.668Z Downloaded hash32 v0.3.1
9222026-03-25T20:26:00.671Z Downloaded libscf-sys v1.1.0
9232026-03-25T20:26:00.671Z Downloaded idna_adapter v1.2.1
9242026-03-25T20:26:00.671Z Downloaded newtype-uuid-macros v0.1.0
9252026-03-25T20:26:00.671Z Downloaded dof v0.4.0
9262026-03-25T20:26:00.671Z Downloaded num v0.4.3
9272026-03-25T20:26:00.674Z Downloaded crunchy v0.2.4
9282026-03-25T20:26:00.674Z Downloaded num-conv v0.2.0
9292026-03-25T20:26:00.677Z Downloaded float-ord v0.3.2
9302026-03-25T20:26:00.677Z Downloaded backon v1.6.0
9312026-03-25T20:26:00.680Z Downloaded crc8 v0.1.1
9322026-03-25T20:26:00.685Z Downloaded dtrace-parser v0.3.0
9332026-03-25T20:26:00.688Z Downloaded newtype_derive v0.1.6
9342026-03-25T20:26:00.688Z Downloaded managed v0.8.0
9352026-03-25T20:26:00.691Z Downloaded memmap2 v0.9.10
9362026-03-25T20:26:00.691Z Downloaded natord v1.0.9
9372026-03-25T20:26:00.691Z Downloaded heck v0.4.1
9382026-03-25T20:26:00.691Z Downloaded ciborium-io v0.2.2
9392026-03-25T20:26:00.694Z Downloaded arrayref v0.3.9
9402026-03-25T20:26:00.697Z Downloaded dof v0.3.0
9412026-03-25T20:26:00.697Z Downloaded hostname v0.4.2
9422026-03-25T20:26:00.701Z Downloaded cobs v0.3.0
9432026-03-25T20:26:00.704Z Downloaded embedded-io v0.4.0
9442026-03-25T20:26:00.707Z Downloaded is-terminal v0.4.17
9452026-03-25T20:26:00.707Z Downloaded memmap v0.7.0
9462026-03-25T20:26:00.710Z Downloaded match_cfg v0.1.0
9472026-03-25T20:26:00.710Z Downloaded dropshot-api-manager-types v0.5.2
9482026-03-25T20:26:00.710Z Downloaded macaddr v1.0.1
9492026-03-25T20:26:00.715Z Downloaded base16ct v1.0.0
9502026-03-25T20:26:00.715Z Downloaded instant v0.1.13
9512026-03-25T20:26:00.715Z Downloaded hostname v0.3.1
9522026-03-25T20:26:00.715Z Downloaded foreign-types v0.5.0
9532026-03-25T20:26:00.715Z Downloaded fixedbitset v0.4.2
9542026-03-25T20:26:00.719Z Downloaded async-stream-impl v0.3.6
9552026-03-25T20:26:00.719Z Downloaded inout v0.1.4
9562026-03-25T20:26:00.719Z Downloaded ident_case v1.0.1
9572026-03-25T20:26:00.723Z Downloaded cpufeatures v0.3.0
9582026-03-25T20:26:00.723Z Downloaded plain v0.2.3
9592026-03-25T20:26:00.727Z Downloaded opaque-debug v0.3.1
9602026-03-25T20:26:00.727Z Downloaded multer v3.1.0
9612026-03-25T20:26:00.735Z Downloaded olpc-cjson v0.1.4
9622026-03-25T20:26:00.738Z Downloaded gethostname v0.5.0
9632026-03-25T20:26:00.738Z Downloaded enum-as-inner v0.6.1
9642026-03-25T20:26:00.739Z Downloaded derive_more v0.99.20
9652026-03-25T20:26:00.739Z Downloaded internet-checksum v0.2.1
9662026-03-25T20:26:00.739Z Downloaded console v0.16.3
9672026-03-25T20:26:00.739Z Downloaded argon2 v0.5.3
9682026-03-25T20:26:00.742Z Downloaded num-derive v0.3.3
9692026-03-25T20:26:00.742Z Downloaded foreign-types-shared v0.3.1
9702026-03-25T20:26:00.746Z Downloaded defmt-parser v1.0.0
9712026-03-25T20:26:00.746Z Downloaded cipher v0.4.4
9722026-03-25T20:26:00.746Z Downloaded proc-macro-crate v3.5.0
9732026-03-25T20:26:00.749Z Downloaded omicron-workspace-hack v0.1.0
9742026-03-25T20:26:00.749Z Downloaded num_enum_derive v0.5.11
9752026-03-25T20:26:00.749Z Downloaded potential_utf v0.1.4
9762026-03-25T20:26:00.749Z Downloaded chacha20 v0.9.1
9772026-03-25T20:26:00.752Z Downloaded newline-converter v0.3.0
9782026-03-25T20:26:00.752Z Downloaded phf_shared v0.12.1
9792026-03-25T20:26:00.755Z Downloaded ipnetwork v0.21.1
9802026-03-25T20:26:00.758Z Downloaded proc-macro-error-attr v1.0.4
9812026-03-25T20:26:00.758Z Downloaded pretty-hex v0.4.2
9822026-03-25T20:26:00.761Z Downloaded proc-macro-crate v1.3.1
9832026-03-25T20:26:00.761Z Downloaded diff v0.1.13
9842026-03-25T20:26:00.764Z Downloaded backoff v0.4.0
9852026-03-25T20:26:00.764Z Downloaded derive-ex v0.1.8
9862026-03-25T20:26:00.764Z Downloaded colored v3.1.1
9872026-03-25T20:26:00.767Z Downloaded num_enum v0.5.11
9882026-03-25T20:26:00.770Z Downloaded progenitor-client v0.10.0
9892026-03-25T20:26:00.770Z Downloaded progenitor-macro v0.11.2
9902026-03-25T20:26:00.770Z Downloaded progenitor-client v0.11.2
9912026-03-25T20:26:00.773Z Downloaded proc-macro-error-attr2 v2.0.0
9922026-03-25T20:26:00.777Z Downloaded quick-error v1.2.3
9932026-03-25T20:26:00.777Z Downloaded rand_chacha v0.3.1
9942026-03-25T20:26:00.782Z Downloaded num-rational v0.4.2
9952026-03-25T20:26:00.782Z Downloaded mime v0.3.17
9962026-03-25T20:26:00.786Z Downloaded glob v0.3.3
9972026-03-25T20:26:00.786Z Downloaded dyn-clone v1.0.20
9982026-03-25T20:26:00.786Z Downloaded num-complex v0.4.6
9992026-03-25T20:26:00.786Z Downloaded daft-derive v0.1.5
10002026-03-25T20:26:00.790Z Downloaded ff v0.13.1
10012026-03-25T20:26:00.790Z Downloaded arrayvec v0.7.6
10022026-03-25T20:26:00.794Z Downloaded dtrace-parser v0.2.0
10032026-03-25T20:26:00.794Z Downloaded displaydoc v0.2.5
10042026-03-25T20:26:00.794Z Downloaded progenitor-macro v0.13.0
10052026-03-25T20:26:00.794Z Downloaded progenitor-macro v0.10.0
10062026-03-25T20:26:00.794Z Downloaded drift v0.1.3
10072026-03-25T20:26:00.797Z Downloaded ref-cast-impl v1.0.25
10082026-03-25T20:26:00.797Z Downloaded rand_xorshift v0.4.0
10092026-03-25T20:26:00.801Z Downloaded parse-display v0.10.0
10102026-03-25T20:26:00.801Z Downloaded ref-cast v1.0.25
10112026-03-25T20:26:00.804Z Downloaded same-file v1.0.6
10122026-03-25T20:26:00.804Z Downloaded rustc_version v0.1.7
10132026-03-25T20:26:00.804Z Downloaded data-encoding v2.10.0
10142026-03-25T20:26:00.804Z Downloaded constant_time_eq v0.4.2
10152026-03-25T20:26:00.804Z Downloaded pem v3.0.6
10162026-03-25T20:26:00.808Z Downloaded paste v1.0.15
10172026-03-25T20:26:00.808Z Downloaded password-hash v0.5.0
10182026-03-25T20:26:00.812Z Downloaded parse-display-derive v0.10.0
10192026-03-25T20:26:00.812Z Downloaded memoffset v0.9.1
10202026-03-25T20:26:00.812Z Downloaded libsw-core v0.3.2
10212026-03-25T20:26:00.812Z Downloaded git-stub v1.0.0
10222026-03-25T20:26:00.812Z Downloaded darling v0.21.3
10232026-03-25T20:26:00.815Z Downloaded allocator-api2 v0.2.21
10242026-03-25T20:26:00.819Z Downloaded libsw v3.5.0
10252026-03-25T20:26:00.819Z Downloaded ingot v0.1.1
10262026-03-25T20:26:00.819Z Downloaded powerfmt v0.2.0
10272026-03-25T20:26:00.826Z Downloaded highway v1.3.0
10282026-03-25T20:26:00.826Z Downloaded bitflags v1.3.2
10292026-03-25T20:26:00.829Z Downloaded erased-serde v0.3.31
10302026-03-25T20:26:00.829Z Downloaded darling v0.23.0
10312026-03-25T20:26:00.829Z Downloaded num_enum_derive v0.7.6
10322026-03-25T20:26:00.829Z Downloaded ingot-macros v0.1.1
10332026-03-25T20:26:00.829Z Downloaded oxnet v0.1.4
10342026-03-25T20:26:00.833Z Downloaded daft v0.1.5
10352026-03-25T20:26:00.833Z Downloaded bytecount v0.6.9
10362026-03-25T20:26:00.836Z Downloaded serde-big-array v0.5.1
10372026-03-25T20:26:00.836Z Downloaded semver v0.1.20
10382026-03-25T20:26:00.840Z Downloaded serde_repr v0.1.20
10392026-03-25T20:26:00.840Z Downloaded serde_plain v1.0.2
10402026-03-25T20:26:00.840Z Downloaded secrecy v0.10.3
10412026-03-25T20:26:00.866Z Downloaded phf v0.12.1
10422026-03-25T20:26:00.866Z Downloaded poly1305 v0.8.0
10432026-03-25T20:26:00.866Z Downloaded scroll_derive v0.12.1
10442026-03-25T20:26:00.866Z Downloaded crossbeam-utils v0.8.21
10452026-03-25T20:26:00.866Z Downloaded progenitor-client v0.13.0
10462026-03-25T20:26:00.866Z Downloaded progenitor v0.13.0
10472026-03-25T20:26:00.866Z Downloaded progenitor v0.11.2
10482026-03-25T20:26:00.866Z Downloaded progenitor v0.10.0
10492026-03-25T20:26:00.866Z Downloaded serial_test v3.4.0
10502026-03-25T20:26:00.866Z Downloaded proc-macro-error v1.0.4
10512026-03-25T20:26:00.866Z Downloaded sigpipe v0.1.3
10522026-03-25T20:26:00.866Z Downloaded siphasher v1.0.2
10532026-03-25T20:26:00.866Z Downloaded slog-envlogger v2.2.0
10542026-03-25T20:26:00.866Z Downloaded slog-bunyan v2.5.0
10552026-03-25T20:26:00.866Z Downloaded serial_test_derive v3.4.0
10562026-03-25T20:26:00.866Z Downloaded sha1 v0.10.6
10572026-03-25T20:26:00.867Z Downloaded rand_core v0.10.0
10582026-03-25T20:26:00.867Z Downloaded linear-map v1.2.0
10592026-03-25T20:26:00.867Z Downloaded hmac v0.12.1
10602026-03-25T20:26:00.867Z Downloaded blake2 v0.10.6
10612026-03-25T20:26:00.872Z Downloaded cookie v0.18.1
10622026-03-25T20:26:00.876Z Downloaded ciborium v0.2.2
10632026-03-25T20:26:00.876Z Downloaded resolv-conf v0.7.6
10642026-03-25T20:26:00.876Z Downloaded parking_lot_core v0.8.6
10652026-03-25T20:26:00.879Z Downloaded oxide-tokio-rt v0.1.3
10662026-03-25T20:26:00.880Z Downloaded rusty-fork v0.3.1
10672026-03-25T20:26:00.880Z Downloaded pest_derive v2.8.6
10682026-03-25T20:26:00.883Z Downloaded rustversion v1.0.22
10692026-03-25T20:26:00.883Z Downloaded stable_deref_trait v1.2.1
10702026-03-25T20:26:00.890Z Downloaded rustls-pemfile v2.2.0
10712026-03-25T20:26:00.893Z Downloaded strum v0.27.2
10722026-03-25T20:26:00.893Z Downloaded structmeta-derive v0.3.0
10732026-03-25T20:26:00.894Z Downloaded strum v0.26.3
10742026-03-25T20:26:00.894Z Downloaded structmeta v0.3.0
10752026-03-25T20:26:00.897Z Downloaded anyhow v1.0.102
10762026-03-25T20:26:00.900Z Downloaded spin v0.5.2
10772026-03-25T20:26:00.900Z Downloaded dropshot_endpoint v0.16.7
10782026-03-25T20:26:00.903Z Downloaded tabled_derive v0.11.0
10792026-03-25T20:26:00.903Z Downloaded tagptr v0.2.0
10802026-03-25T20:26:00.906Z Downloaded take_mut v0.2.2
10812026-03-25T20:26:00.909Z Downloaded schemars_derive v0.8.22
10822026-03-25T20:26:00.909Z Downloaded icu_properties v2.1.2
10832026-03-25T20:26:00.909Z Downloaded scroll_derive v0.13.1
10842026-03-25T20:26:00.914Z Downloaded scroll v0.12.0
10852026-03-25T20:26:00.914Z Downloaded thiserror-impl-no-std v2.0.2
10862026-03-25T20:26:00.914Z Downloaded testing_table v0.3.0
10872026-03-25T20:26:00.918Z Downloaded time-core v0.1.8
10882026-03-25T20:26:00.918Z Downloaded tabled_derive v0.7.0
10892026-03-25T20:26:00.918Z Downloaded serde_derive_internals v0.29.1
10902026-03-25T20:26:00.918Z Downloaded scroll v0.13.0
10912026-03-25T20:26:00.918Z Downloaded termtree v0.5.1
10922026-03-25T20:26:00.918Z Downloaded tabwriter v1.4.1
10932026-03-25T20:26:00.924Z Downloaded proc-macro-error2 v2.0.1
10942026-03-25T20:26:00.924Z Downloaded jiff-static v0.2.23
10952026-03-25T20:26:00.927Z Downloaded thread-id v5.1.0
10962026-03-25T20:26:00.927Z Downloaded thread-id v4.2.2
10972026-03-25T20:26:00.930Z Downloaded slog-json v2.6.1
10982026-03-25T20:26:00.934Z Downloaded serde_tokenstream v0.2.3
10992026-03-25T20:26:00.934Z Downloaded slog-dtrace v0.3.0
11002026-03-25T20:26:00.934Z Downloaded typify-macro v0.4.3
11012026-03-25T20:26:00.938Z Downloaded snafu-derive v0.8.9
11022026-03-25T20:26:00.938Z Downloaded slog-stdlog v4.1.1
11032026-03-25T20:26:00.938Z Downloaded slog-async v2.8.0
11042026-03-25T20:26:00.938Z Downloaded unit-prefix v0.5.2
11052026-03-25T20:26:00.944Z Downloaded untrusted v0.7.1
11062026-03-25T20:26:00.944Z Downloaded unarray v0.1.4
11072026-03-25T20:26:00.944Z Downloaded topological-sort v0.2.2
11082026-03-25T20:26:00.944Z Downloaded icu_collections v2.1.1
11092026-03-25T20:26:00.947Z Downloaded universal-hash v0.5.1
11102026-03-25T20:26:00.950Z Downloaded typify-macro v0.6.1
11112026-03-25T20:26:00.950Z Downloaded slog-scope v4.4.1
11122026-03-25T20:26:00.950Z Downloaded rhai_codegen v3.1.0
11132026-03-25T20:26:00.956Z Downloaded papergrid v0.11.0
11142026-03-25T20:26:00.959Z Downloaded parking_lot v0.11.2
11152026-03-25T20:26:00.962Z Downloaded papergrid v0.17.0
11162026-03-25T20:26:00.966Z Downloaded smartstring v1.0.1
11172026-03-25T20:26:00.966Z Downloaded slog-term v2.9.2
11182026-03-25T20:26:00.969Z Downloaded strum_macros v0.26.4
11192026-03-25T20:26:00.969Z Downloaded smf v0.2.3
11202026-03-25T20:26:00.969Z Downloaded rustls-native-certs v0.8.3
11212026-03-25T20:26:00.969Z Downloaded usdt v0.6.0
11222026-03-25T20:26:00.969Z Downloaded usdt-attr-macro v0.6.0
11232026-03-25T20:26:00.973Z Downloaded wait-timeout v0.2.1
11242026-03-25T20:26:00.973Z Downloaded utf-8 v0.7.6
11252026-03-25T20:26:00.973Z Downloaded usdt-macro v0.6.0
11262026-03-25T20:26:00.973Z Downloaded usdt-macro v0.5.0
11272026-03-25T20:26:00.973Z Downloaded usdt-attr-macro v0.5.0
11282026-03-25T20:26:00.976Z Downloaded usdt v0.5.0
11292026-03-25T20:26:00.976Z Downloaded waitgroup v0.1.2
11302026-03-25T20:26:00.976Z Downloaded strum_macros v0.27.2
11312026-03-25T20:26:00.976Z Downloaded pest_generator v2.8.6
11322026-03-25T20:26:00.979Z Downloaded bcs v0.1.6
11332026-03-25T20:26:00.979Z Downloaded omicron-zone-package v0.12.2
11342026-03-25T20:26:00.983Z Downloaded icu_normalizer v2.1.1
11352026-03-25T20:26:00.988Z Downloaded icu_provider v2.1.1
11362026-03-25T20:26:00.988Z Downloaded synstructure v0.13.2
11372026-03-25T20:26:00.991Z Downloaded zerofrom-derive v0.1.6
11382026-03-25T20:26:00.991Z Downloaded yoke-derive v0.8.1
11392026-03-25T20:26:00.995Z Downloaded postcard v1.1.3
11402026-03-25T20:26:00.998Z Downloaded zerofrom v0.1.6
11412026-03-25T20:26:00.998Z Downloaded sdd v3.0.10
11422026-03-25T20:26:01.002Z Downloaded zeroize_derive v1.4.3
11432026-03-25T20:26:01.007Z Downloaded zone v0.3.1
11442026-03-25T20:26:01.011Z Downloaded tiny-keccak v2.0.2
11452026-03-25T20:26:01.014Z Downloaded tokio-dtrace v0.1.1
11462026-03-25T20:26:01.014Z Downloaded serde_with_macros v3.18.0
11472026-03-25T20:26:01.014Z Downloaded progenitor-impl v0.11.2
11482026-03-25T20:26:01.017Z Downloaded progenitor-impl v0.10.0
11492026-03-25T20:26:01.017Z Downloaded progenitor-impl v0.13.0
11502026-03-25T20:26:01.017Z Downloaded tinystr v0.8.2
11512026-03-25T20:26:01.020Z Downloaded progenitor-extras v0.1.1
11522026-03-25T20:26:01.020Z Downloaded tokio-rustls v0.25.0
11532026-03-25T20:26:01.020Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11542026-03-25T20:26:01.023Z Downloaded tokio-tungstenite v0.21.0
11552026-03-25T20:26:01.023Z Downloaded time-macros v0.2.27
11562026-03-25T20:26:01.023Z Downloaded thiserror-no-std v2.0.2
11572026-03-25T20:26:01.026Z Downloaded elliptic-curve v0.13.8
11582026-03-25T20:26:01.030Z Downloaded zone_cfg_derive v0.3.1
11592026-03-25T20:26:01.030Z Downloaded darling_core v0.21.3
11602026-03-25T20:26:01.033Z Downloaded icu_locale_core v2.1.1
11612026-03-25T20:26:01.036Z Downloaded arc-swap v1.9.0
11622026-03-25T20:26:01.039Z Downloaded rustls-platform-verifier v0.6.2
11632026-03-25T20:26:01.039Z Downloaded indicatif v0.18.4
11642026-03-25T20:26:01.043Z Downloaded crypto-bigint v0.5.5
11652026-03-25T20:26:01.047Z Downloaded dropshot-api-manager v0.5.2
11662026-03-25T20:26:01.053Z Downloaded crossbeam-channel v0.5.15
11672026-03-25T20:26:01.053Z Downloaded smawk v0.3.2
11682026-03-25T20:26:01.053Z Downloaded base64 v0.21.7
11692026-03-25T20:26:01.056Z Downloaded usdt-impl v0.6.0
11702026-03-25T20:26:01.056Z Downloaded schemars v0.8.22
11712026-03-25T20:26:01.060Z Downloaded usdt-impl v0.5.0
11722026-03-25T20:26:01.060Z Downloaded thin-vec v0.2.14
11732026-03-25T20:26:01.060Z Downloaded zerovec-derive v0.11.2
11742026-03-25T20:26:01.063Z Downloaded whoami v1.6.1
11752026-03-25T20:26:01.063Z Downloaded pest_meta v2.8.6
11762026-03-25T20:26:01.063Z Downloaded spin v0.9.8
11772026-03-25T20:26:01.066Z Downloaded prettyplease v0.2.37
11782026-03-25T20:26:01.066Z Downloaded pretty_assertions v1.4.1
11792026-03-25T20:26:01.069Z Downloaded writeable v0.6.2
11802026-03-25T20:26:01.069Z Downloaded yoke v0.8.1
11812026-03-25T20:26:01.069Z Downloaded slog v2.8.2
11822026-03-25T20:26:01.074Z Downloaded icu_normalizer_data v2.1.1
11832026-03-25T20:26:01.074Z Downloaded heapless v0.8.0
11842026-03-25T20:26:01.077Z Downloaded term v1.2.1
11852026-03-25T20:26:01.077Z Downloaded xz2 v0.1.7
11862026-03-25T20:26:01.077Z Downloaded hickory-resolver v0.25.2
11872026-03-25T20:26:01.080Z Downloaded chacha20poly1305 v0.10.1
11882026-03-25T20:26:01.080Z Downloaded indexmap v1.9.3
11892026-03-25T20:26:01.083Z Downloaded darling_core v0.23.0
11902026-03-25T20:26:01.087Z Downloaded similar v2.7.0
11912026-03-25T20:26:01.090Z Downloaded hashbrown v0.12.3
11922026-03-25T20:26:01.090Z Downloaded serde_yaml v0.9.34+deprecated
11932026-03-25T20:26:01.093Z Downloaded ucd-trie v0.1.7
11942026-03-25T20:26:01.096Z Downloaded vsss-rs v3.3.4
11952026-03-25T20:26:01.104Z Downloaded snafu v0.8.9
11962026-03-25T20:26:01.108Z Downloaded rayon-core v1.13.0
11972026-03-25T20:26:01.112Z Downloaded typify v0.6.1
11982026-03-25T20:26:01.120Z Downloaded walkdir v2.5.0
11992026-03-25T20:26:01.126Z Downloaded hickory-resolver v0.24.4
12002026-03-25T20:26:01.130Z Downloaded expectorate v1.2.0
12012026-03-25T20:26:01.130Z Downloaded schemars v0.9.0
12022026-03-25T20:26:01.135Z Downloaded zerocopy-derive v0.7.35
12032026-03-25T20:26:01.139Z Downloaded toml_edit v0.25.8+spec-1.1.0
12042026-03-25T20:26:01.143Z Downloaded toml v0.9.12+spec-1.1.0
12052026-03-25T20:26:01.143Z Downloaded typify v0.4.3
12062026-03-25T20:26:01.146Z Downloaded test-strategy v0.4.5
12072026-03-25T20:26:01.159Z Downloaded zerotrie v0.2.3
12082026-03-25T20:26:01.163Z Downloaded toml_edit v0.19.15
12092026-03-25T20:26:01.174Z Downloaded nom v8.0.0
12102026-03-25T20:26:01.180Z Downloaded pest v2.8.6
12112026-03-25T20:26:01.192Z Downloaded tungstenite v0.21.0
12122026-03-25T20:26:01.195Z Downloaded rand v0.8.5
12132026-03-25T20:26:01.195Z Downloaded qorb v0.4.1
12142026-03-25T20:26:01.198Z Downloaded toml v0.7.8
12152026-03-25T20:26:01.201Z Downloaded schemars v1.2.1
12162026-03-25T20:26:01.207Z Downloaded unsafe-libyaml v0.2.11
12172026-03-25T20:26:01.211Z Downloaded steno v0.4.1
12182026-03-25T20:26:01.224Z Downloaded nom v7.1.3
12192026-03-25T20:26:01.227Z Downloaded scc v2.4.0
12202026-03-25T20:26:01.231Z Downloaded rand v0.10.0
12212026-03-25T20:26:01.234Z Downloaded libm v0.2.16
12222026-03-25T20:26:01.237Z Downloaded zerocopy-derive v0.8.47
12232026-03-25T20:26:01.241Z Downloaded yansi v1.0.1
12242026-03-25T20:26:01.245Z Downloaded itertools v0.12.1
12252026-03-25T20:26:01.248Z Downloaded iddqd v0.3.17
12262026-03-25T20:26:01.251Z Downloaded aws-lc-rs v1.16.2
12272026-03-25T20:26:01.260Z Downloaded hkdf v0.12.4
12282026-03-25T20:26:01.264Z Downloaded rayon v1.11.0
12292026-03-25T20:26:01.272Z Downloaded typed-path v0.9.3
12302026-03-25T20:26:01.275Z Downloaded tough v0.20.0
12312026-03-25T20:26:01.291Z Downloaded icu_properties_data v2.1.2
12322026-03-25T20:26:01.294Z Downloaded zerocopy v0.7.35
12332026-03-25T20:26:01.303Z Downloaded reqwest v0.13.2
12342026-03-25T20:26:01.306Z Downloaded serde_with v3.18.0
12352026-03-25T20:26:01.312Z Downloaded rustls-webpki v0.102.8
12362026-03-25T20:26:01.322Z Downloaded zerovec v0.11.5
12372026-03-25T20:26:01.325Z Downloaded goblin v0.8.2
12382026-03-25T20:26:01.329Z Downloaded blake3 v1.8.3
12392026-03-25T20:26:01.335Z Downloaded tabled v0.15.0
12402026-03-25T20:26:01.349Z Downloaded winnow v0.5.40
12412026-03-25T20:26:01.354Z Downloaded time v0.3.47
12422026-03-25T20:26:01.360Z Downloaded syn v1.0.109
12432026-03-25T20:26:01.378Z Downloaded moka v0.12.15
12442026-03-25T20:26:01.389Z Downloaded proptest v1.11.0
12452026-03-25T20:26:01.395Z Downloaded dropshot v0.16.7
12462026-03-25T20:26:01.406Z Downloaded tabled v0.20.0
12472026-03-25T20:26:01.416Z Downloaded goblin v0.10.5
12482026-03-25T20:26:01.431Z Downloaded regress v0.10.5
12492026-03-25T20:26:01.477Z Downloaded smoltcp v0.11.0
12502026-03-25T20:26:01.486Z Downloaded rustls v0.22.4
12512026-03-25T20:26:01.491Z Downloaded rhai v1.24.0
12522026-03-25T20:26:01.497Z Downloaded hickory-proto v0.24.4
12532026-03-25T20:26:01.505Z Downloaded typify-impl v0.6.1
12542026-03-25T20:26:01.512Z Downloaded openapiv3 v2.2.0
12552026-03-25T20:26:01.518Z Downloaded typify-impl v0.4.3
12562026-03-25T20:26:01.525Z Downloaded nix v0.31.2
12572026-03-25T20:26:01.531Z Downloaded hickory-proto v0.25.2
12582026-03-25T20:26:01.550Z Downloaded sled v0.34.7
12592026-03-25T20:26:01.591Z Downloaded jiff v0.2.23
12602026-03-25T20:26:01.600Z Downloaded petgraph v0.6.5
12612026-03-25T20:26:01.610Z Downloaded lzma-sys v0.1.20
12622026-03-25T20:26:01.625Z Downloaded sha3 v0.10.8
12632026-03-25T20:26:01.628Z Downloaded chrono-tz v0.10.4
12642026-03-25T20:26:01.653Z Downloaded csv v1.4.0
12652026-03-25T20:26:01.713Z Downloaded encoding_rs v0.8.35
12662026-03-25T20:26:02.342Z Downloaded aws-lc-sys v0.39.0
12672026-03-25T20:26:03.260Z Compiling proc-macro2 v1.0.106
12682026-03-25T20:26:03.260Z Compiling unicode-ident v1.0.24
12692026-03-25T20:26:03.260Z Compiling quote v1.0.45
12702026-03-25T20:26:03.269Z Compiling serde_core v1.0.228
12712026-03-25T20:26:03.269Z Compiling cfg-if v1.0.4
12722026-03-25T20:26:03.269Z Compiling serde v1.0.228
12732026-03-25T20:26:03.269Z Compiling libc v0.2.183
12742026-03-25T20:26:03.361Z Compiling memchr v2.8.0
12752026-03-25T20:26:03.445Z Compiling itoa v1.0.18
12762026-03-25T20:26:03.763Z Compiling zmij v1.0.21
12772026-03-25T20:26:03.806Z Compiling autocfg v1.5.0
12782026-03-25T20:26:03.806Z Compiling libm v0.2.16
12792026-03-25T20:26:04.097Z Compiling version_check v0.9.5
12802026-03-25T20:26:04.115Z Compiling stable_deref_trait v1.2.1
12812026-03-25T20:26:04.220Z Compiling writeable v0.6.2
12822026-03-25T20:26:04.230Z Compiling litemap v0.8.1
12832026-03-25T20:26:04.251Z Compiling pin-project-lite v0.2.17
12842026-03-25T20:26:04.796Z Compiling icu_normalizer_data v2.1.1
12852026-03-25T20:26:04.796Z Compiling icu_properties_data v2.1.2
12862026-03-25T20:26:04.816Z Compiling percent-encoding v2.3.2
12872026-03-25T20:26:04.816Z Compiling iana-time-zone v0.1.65
12882026-03-25T20:26:04.816Z Compiling syn v2.0.117
12892026-03-25T20:26:04.816Z Compiling equivalent v1.0.2
12902026-03-25T20:26:04.816Z Compiling parking_lot_core v0.9.12
12912026-03-25T20:26:04.816Z Compiling scopeguard v1.2.0
12922026-03-25T20:26:04.816Z Compiling allocator-api2 v0.2.21
12932026-03-25T20:26:04.816Z Compiling foldhash v0.2.0
12942026-03-25T20:26:04.816Z Compiling lock_api v0.4.14
12952026-03-25T20:26:04.816Z Compiling form_urlencoded v1.2.2
12962026-03-25T20:26:05.127Z Compiling utf8_iter v1.0.4
12972026-03-25T20:26:05.147Z Compiling serde_json v1.0.149
12982026-03-25T20:26:05.147Z Compiling dyn-clone v1.0.20
12992026-03-25T20:26:05.147Z Compiling num-traits v0.2.19
13002026-03-25T20:26:05.147Z Compiling hashbrown v0.16.1
13012026-03-25T20:26:05.147Z Compiling jobserver v0.1.34
13022026-03-25T20:26:05.187Z Compiling shlex v1.3.0
13032026-03-25T20:26:05.334Z Compiling find-msvc-tools v0.1.9
13042026-03-25T20:26:05.350Z Compiling errno v0.3.14
13052026-03-25T20:26:05.376Z Compiling rand_core v0.10.0
13062026-03-25T20:26:06.178Z Compiling cc v1.2.57
13072026-03-25T20:26:06.216Z Compiling futures-core v0.3.32
13082026-03-25T20:26:06.216Z Compiling zerocopy v0.8.47
13092026-03-25T20:26:06.216Z Compiling semver v1.0.27
13102026-03-25T20:26:06.216Z Compiling thiserror v2.0.18
13112026-03-25T20:26:06.216Z Compiling getrandom v0.4.2
13122026-03-25T20:26:06.216Z Compiling indexmap v2.13.0
13132026-03-25T20:26:06.216Z Compiling heck v0.5.0
13142026-03-25T20:26:06.244Z Compiling futures-sink v0.3.32
13152026-03-25T20:26:06.261Z Compiling fnv v1.0.7
13162026-03-25T20:26:06.365Z Compiling slab v0.4.12
13172026-03-25T20:26:06.376Z Compiling rustversion v1.0.22
13182026-03-25T20:26:06.376Z Compiling uuid v1.22.0
13192026-03-25T20:26:06.557Z Compiling futures-channel v0.3.32
13202026-03-25T20:26:06.566Z Compiling futures-task v0.3.32
13212026-03-25T20:26:06.769Z Compiling portable-atomic v1.13.1
13222026-03-25T20:26:06.769Z Compiling futures-io v0.3.32
13232026-03-25T20:26:06.783Z Compiling schemars v0.8.22
13242026-03-25T20:26:06.787Z Compiling socket2 v0.6.3
13252026-03-25T20:26:06.806Z Compiling typenum v1.19.0
13262026-03-25T20:26:07.080Z Compiling signal-hook-registry v1.4.8
13272026-03-25T20:26:07.106Z Compiling getrandom v0.2.17
13282026-03-25T20:26:07.114Z Compiling mio v1.1.1
13292026-03-25T20:26:07.155Z Compiling critical-section v1.2.0
13302026-03-25T20:26:07.979Z Compiling bitflags v2.11.0
13312026-03-25T20:26:08.013Z Compiling subtle v2.6.1
13322026-03-25T20:26:08.013Z Compiling untrusted v0.9.0
13332026-03-25T20:26:08.013Z Compiling log v0.4.29
13342026-03-25T20:26:08.013Z Compiling base64 v0.22.1
13352026-03-25T20:26:08.013Z Compiling byteorder v1.5.0
13362026-03-25T20:26:08.013Z Compiling rand_core v0.6.4
13372026-03-25T20:26:08.013Z Compiling synstructure v0.13.2
13382026-03-25T20:26:08.013Z Compiling serde_derive_internals v0.29.1
13392026-03-25T20:26:08.013Z Compiling once_cell v1.21.4
13402026-03-25T20:26:08.013Z Compiling slog v2.8.2
13412026-03-25T20:26:08.013Z Compiling cmake v0.1.57
13422026-03-25T20:26:08.013Z Compiling regex-syntax v0.8.10
13432026-03-25T20:26:08.013Z Compiling fs_extra v1.3.0
13442026-03-25T20:26:08.013Z Compiling dunce v1.0.5
13452026-03-25T20:26:08.013Z Compiling httparse v1.10.1
13462026-03-25T20:26:08.013Z Compiling strsim v0.11.1
13472026-03-25T20:26:08.013Z Compiling rustix v1.1.4
13482026-03-25T20:26:08.110Z Compiling ipnet v2.12.0
13492026-03-25T20:26:08.152Z Compiling aws-lc-sys v0.39.0
13502026-03-25T20:26:08.694Z Compiling atomic-waker v1.1.2
13512026-03-25T20:26:09.241Z Compiling tower-layer v0.3.3
13522026-03-25T20:26:09.242Z Compiling tower-service v0.3.3
13532026-03-25T20:26:09.242Z Compiling generic-array v0.14.7
13542026-03-25T20:26:09.242Z Compiling thiserror v1.0.69
13552026-03-25T20:26:09.242Z Compiling try-lock v0.2.5
13562026-03-25T20:26:09.242Z Compiling ucd-trie v0.1.7
13572026-03-25T20:26:09.242Z Compiling getrandom v0.3.4
13582026-03-25T20:26:09.242Z Compiling want v0.3.1
13592026-03-25T20:26:09.322Z Compiling serde_derive v1.0.228
13602026-03-25T20:26:09.322Z Compiling zerofrom-derive v0.1.6
13612026-03-25T20:26:09.322Z Compiling yoke-derive v0.8.1
13622026-03-25T20:26:09.322Z Compiling zerovec-derive v0.11.2
13632026-03-25T20:26:09.322Z Compiling displaydoc v0.2.5
13642026-03-25T20:26:09.322Z Compiling tokio-macros v2.6.1
13652026-03-25T20:26:09.322Z Compiling schemars_derive v0.8.22
13662026-03-25T20:26:09.720Z Compiling zerocopy-derive v0.8.47
13672026-03-25T20:26:09.755Z Compiling thiserror-impl v2.0.18
13682026-03-25T20:26:10.007Z Compiling zeroize_derive v1.4.3
13692026-03-25T20:26:10.027Z Compiling futures-macro v0.3.32
13702026-03-25T20:26:10.034Z Compiling zerofrom v0.1.6
13712026-03-25T20:26:10.288Z Compiling yoke v0.8.1
13722026-03-25T20:26:10.346Z Compiling zerovec v0.11.5
13732026-03-25T20:26:10.989Z Compiling zerotrie v0.2.3
13742026-03-25T20:26:11.022Z Compiling zeroize v1.8.2
13752026-03-25T20:26:11.022Z Compiling tinystr v0.8.2
13762026-03-25T20:26:11.022Z Compiling potential_utf v0.1.4
13772026-03-25T20:26:11.022Z Compiling futures-util v0.3.32
13782026-03-25T20:26:11.022Z Compiling icu_locale_core v2.1.1
13792026-03-25T20:26:11.022Z Compiling icu_collections v2.1.1
13802026-03-25T20:26:11.052Z Compiling pest v2.8.6
13812026-03-25T20:26:11.119Z Compiling thiserror-impl v1.0.69
13822026-03-25T20:26:11.498Z Compiling ryu v1.0.23
13832026-03-25T20:26:11.838Z Compiling icu_provider v2.1.1
13842026-03-25T20:26:11.896Z Compiling icu_properties v2.1.2
13852026-03-25T20:26:12.103Z Compiling bytes v1.11.1
13862026-03-25T20:26:12.120Z Compiling smallvec v1.15.1
13872026-03-25T20:26:12.533Z Compiling icu_normalizer v2.1.1
13882026-03-25T20:26:12.551Z Compiling chrono v0.4.44
13892026-03-25T20:26:12.582Z Compiling parking_lot v0.12.5
13902026-03-25T20:26:12.594Z Compiling http v1.4.0
13912026-03-25T20:26:13.076Z Compiling idna_adapter v1.2.1
13922026-03-25T20:26:13.119Z Compiling idna v1.1.0
13932026-03-25T20:26:13.119Z Compiling tokio v1.50.0
13942026-03-25T20:26:13.119Z Compiling serde_tokenstream v0.2.3
13952026-03-25T20:26:13.748Z Compiling erased-serde v0.3.31
13962026-03-25T20:26:13.796Z Compiling url v2.5.8
13972026-03-25T20:26:13.796Z Compiling http-body v1.0.1
13982026-03-25T20:26:13.796Z Compiling httpdate v1.0.3
13992026-03-25T20:26:13.796Z Compiling pin-utils v0.1.0
14002026-03-25T20:26:13.811Z Compiling pest_meta v2.8.6
14012026-03-25T20:26:14.005Z Compiling ppv-lite86 v0.2.21
14022026-03-25T20:26:14.428Z Compiling plain v0.2.3
14032026-03-25T20:26:14.457Z Compiling pretty-hex v0.4.2
14042026-03-25T20:26:14.457Z Compiling paste v1.0.15
14052026-03-25T20:26:14.457Z Compiling tracing-attributes v0.1.31
14062026-03-25T20:26:14.457Z Compiling tracing-core v0.1.36
14072026-03-25T20:26:14.835Z Compiling pest_generator v2.8.6
14082026-03-25T20:26:14.871Z Compiling crypto-common v0.1.7
14092026-03-25T20:26:14.871Z Compiling omicron-workspace-hack v0.1.0
14102026-03-25T20:26:14.925Z Compiling ident_case v1.0.1
14112026-03-25T20:26:15.187Z Compiling http-body-util v0.1.3
14122026-03-25T20:26:15.219Z Compiling serde_urlencoded v0.7.1
14132026-03-25T20:26:15.219Z Compiling pest_derive v2.8.6
14142026-03-25T20:26:15.623Z Compiling ipnetwork v0.21.1
14152026-03-25T20:26:15.623Z Compiling sync_wrapper v1.0.2
14162026-03-25T20:26:15.623Z Compiling daft-derive v0.1.5
14172026-03-25T20:26:15.623Z Compiling aho-corasick v1.1.4
14182026-03-25T20:26:15.623Z Compiling tracing v0.1.44
14192026-03-25T20:26:15.674Z Compiling fastrand v2.3.0
14202026-03-25T20:26:15.888Z Compiling rustls-pki-types v1.14.0
14212026-03-25T20:26:15.900Z Compiling scroll_derive v0.13.1
14222026-03-25T20:26:16.026Z Compiling winnow v1.0.0
14232026-03-25T20:26:16.049Z Compiling num-conv v0.2.0
14242026-03-25T20:26:16.712Z Compiling time-core v0.1.8
14252026-03-25T20:26:16.730Z Compiling iri-string v0.7.11
14262026-03-25T20:26:16.730Z Compiling powerfmt v0.2.0
14272026-03-25T20:26:16.730Z Compiling regex-automata v0.4.14
14282026-03-25T20:26:16.730Z Compiling deranged v0.5.8
14292026-03-25T20:26:16.730Z Compiling scroll v0.13.0
14302026-03-25T20:26:16.898Z Compiling time-macros v0.2.27
14312026-03-25T20:26:18.211Z Compiling async-trait v0.1.89
14322026-03-25T20:26:19.176Z Compiling ring v0.17.14
14332026-03-25T20:26:19.176Z Compiling num_threads v0.1.7
14342026-03-25T20:26:19.176Z Compiling anyhow v1.0.102
14352026-03-25T20:26:19.176Z Compiling cpufeatures v0.2.17
14362026-03-25T20:26:19.176Z Compiling tokio-util v0.7.18
14372026-03-25T20:26:19.176Z Compiling regex v1.12.3
14382026-03-25T20:26:19.176Z Compiling oxnet v0.1.4
14392026-03-25T20:26:19.238Z Compiling block-buffer v0.10.4
14402026-03-25T20:26:19.238Z Compiling hex v0.4.3
14412026-03-25T20:26:19.238Z Compiling digest v0.10.7
14422026-03-25T20:26:19.238Z Compiling camino v1.2.2
14432026-03-25T20:26:19.238Z Compiling openssl-probe v0.2.1
14442026-03-25T20:26:19.238Z Compiling usdt-impl v0.6.0
14452026-03-25T20:26:19.238Z Compiling crossbeam-utils v0.8.21
14462026-03-25T20:26:19.639Z Compiling h2 v0.4.13
14472026-03-25T20:26:19.793Z Compiling goblin v0.10.5
14482026-03-25T20:26:19.793Z Compiling dtrace-parser v0.3.0
14492026-03-25T20:26:19.832Z Compiling regress v0.10.5
14502026-03-25T20:26:20.619Z Compiling futures-executor v0.3.32
14512026-03-25T20:26:20.658Z Compiling structmeta-derive v0.3.0
14522026-03-25T20:26:20.882Z Compiling thread-id v5.1.0
14532026-03-25T20:26:20.940Z Compiling thread_local v1.1.9
14542026-03-25T20:26:21.212Z Compiling syn v1.0.109
14552026-03-25T20:26:21.509Z Compiling hyper v1.8.1
14562026-03-25T20:26:21.526Z Compiling aws-lc-rs v1.16.2
14572026-03-25T20:26:21.651Z Compiling rustls v0.22.4
14582026-03-25T20:26:21.826Z Compiling structmeta v0.3.0
14592026-03-25T20:26:21.920Z Compiling futures v0.3.32
14602026-03-25T20:26:21.996Z Compiling rand_core v0.9.5
14612026-03-25T20:26:22.025Z Compiling darling_core v0.23.0
14622026-03-25T20:26:22.214Z Compiling dof v0.4.0
14632026-03-25T20:26:22.471Z Compiling newtype-uuid-macros v0.1.0
14642026-03-25T20:26:23.271Z Compiling hyper-util v0.1.20
14652026-03-25T20:26:23.323Z Compiling winnow v0.7.15
14662026-03-25T20:26:23.570Z Compiling match_cfg v0.1.0
14672026-03-25T20:26:23.574Z Compiling slog-async v2.8.0
14682026-03-25T20:26:23.720Z Compiling newtype-uuid v1.3.2
14692026-03-25T20:26:23.956Z Compiling ref-cast v1.0.25
14702026-03-25T20:26:24.117Z Compiling quick-error v1.2.3
14712026-03-25T20:26:24.196Z Compiling darling_macro v0.23.0
14722026-03-25T20:26:24.250Z Compiling untrusted v0.7.1
14732026-03-25T20:26:24.276Z Compiling term v1.2.1
14742026-03-25T20:26:24.434Z Compiling take_mut v0.2.2
14752026-03-25T20:26:24.538Z Compiling usdt-attr-macro v0.6.0
14762026-03-25T20:26:24.549Z Compiling usdt-macro v0.6.0
14772026-03-25T20:26:24.771Z Compiling darling v0.23.0
14782026-03-25T20:26:24.855Z Compiling daft v0.1.5
14792026-03-25T20:26:24.904Z Compiling rand_chacha v0.9.0
14802026-03-25T20:26:25.052Z Compiling strum_macros v0.26.4
14812026-03-25T20:26:25.122Z Compiling ref-cast-impl v1.0.25
14822026-03-25T20:26:25.367Z Compiling serde_spanned v1.1.0
14832026-03-25T20:26:25.521Z Compiling toml_datetime v0.7.5+spec-1.1.0
14842026-03-25T20:26:25.684Z Compiling multer v3.1.0
14852026-03-25T20:26:25.723Z Compiling debug-ignore v1.0.5
14862026-03-25T20:26:25.750Z Compiling rustls v0.23.37
14872026-03-25T20:26:25.800Z Compiling toml_writer v1.1.0+spec-1.1.0
14882026-03-25T20:26:25.903Z Compiling bit-vec v0.8.0
14892026-03-25T20:26:26.018Z Compiling rand v0.9.2
14902026-03-25T20:26:26.065Z Compiling serde_with_macros v3.18.0
14912026-03-25T20:26:26.124Z Compiling bit-set v0.8.0
14922026-03-25T20:26:26.292Z Compiling async-stream-impl v0.3.6
14932026-03-25T20:26:26.504Z Compiling dropshot v0.16.7
14942026-03-25T20:26:26.521Z Compiling encoding_rs v0.8.35
14952026-03-25T20:26:26.613Z Compiling spin v0.9.8
14962026-03-25T20:26:26.658Z Compiling strum v0.26.3
14972026-03-25T20:26:26.685Z Compiling mime v0.3.17
14982026-03-25T20:26:26.703Z Compiling unarray v0.1.4
14992026-03-25T20:26:26.829Z Compiling derive-ex v0.1.8
15002026-03-25T20:26:26.905Z Compiling async-stream v0.3.6
15012026-03-25T20:26:26.959Z Compiling tower v0.5.3
15022026-03-25T20:26:27.045Z Compiling dropshot_endpoint v0.16.7
15032026-03-25T20:26:27.092Z Compiling macaddr v1.0.1
15042026-03-25T20:26:27.143Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15052026-03-25T20:26:27.298Z Compiling waitgroup v0.1.2
15062026-03-25T20:26:27.429Z Compiling serde_path_to_error v0.1.20
15072026-03-25T20:26:27.782Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15082026-03-25T20:26:27.909Z Compiling tower-http v0.6.8
15092026-03-25T20:26:27.912Z Compiling tempfile v3.27.0
15102026-03-25T20:26:27.936Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15112026-03-25T20:26:28.112Z Compiling time v0.3.47
15122026-03-25T20:26:28.160Z Compiling strum_macros v0.27.2
15132026-03-25T20:26:28.330Z Compiling instant v0.1.13
15142026-03-25T20:26:28.372Z Compiling test-strategy v0.4.5
15152026-03-25T20:26:28.653Z Compiling crossbeam-channel v0.5.15
15162026-03-25T20:26:28.700Z Compiling openapiv3 v2.2.0
15172026-03-25T20:26:29.192Z Compiling rustc-hash v2.1.1
15182026-03-25T20:26:29.741Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15192026-03-25T20:26:29.895Z Compiling rustls-native-certs v0.8.3
15202026-03-25T20:26:30.053Z Compiling strum v0.27.2
15212026-03-25T20:26:30.452Z Compiling parse-display-derive v0.10.0
15222026-03-25T20:26:30.759Z Compiling backon v1.6.0
15232026-03-25T20:26:30.780Z Compiling rand_chacha v0.3.1
15242026-03-25T20:26:30.962Z Compiling rustls-webpki v0.102.8
15252026-03-25T20:26:31.321Z Compiling is-terminal v0.4.17
15262026-03-25T20:26:31.414Z Compiling slog-term v2.9.2
15272026-03-25T20:26:31.849Z Compiling rand v0.8.5
15282026-03-25T20:26:31.965Z Compiling slog-json v2.6.1
15292026-03-25T20:26:32.075Z Compiling hostname v0.3.1
15302026-03-25T20:26:32.166Z Compiling toml_parser v1.1.0+spec-1.1.0
15312026-03-25T20:26:32.209Z Compiling wait-timeout v0.2.1
15322026-03-25T20:26:32.491Z Compiling memmap2 v0.9.10
15332026-03-25T20:26:32.574Z Compiling either v1.15.0
15342026-03-25T20:26:32.677Z Compiling toml v0.9.12+spec-1.1.0
15352026-03-25T20:26:32.705Z Compiling rusty-fork v0.3.1
15362026-03-25T20:26:32.780Z Compiling slog-bunyan v2.5.0
15372026-03-25T20:26:32.909Z Compiling serde_with v3.18.0
15382026-03-25T20:26:33.062Z Compiling rand_xorshift v0.4.0
15392026-03-25T20:26:33.211Z Compiling sha1 v0.10.6
15402026-03-25T20:26:33.445Z Compiling rustls-pemfile v2.2.0
15412026-03-25T20:26:34.240Z Compiling usdt v0.6.0
15422026-03-25T20:26:34.252Z Compiling tokio-rustls v0.25.0
15432026-03-25T20:26:34.425Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15442026-03-25T20:26:34.478Z Compiling hostname v0.4.2
15452026-03-25T20:26:34.529Z Compiling proptest v1.11.0
15462026-03-25T20:26:35.395Z Compiling utf8parse v0.2.2
15472026-03-25T20:26:35.444Z Compiling itertools v0.14.0
15482026-03-25T20:26:35.477Z Compiling anstyle-parse v1.0.0
15492026-03-25T20:26:35.505Z Compiling iddqd v0.3.17
15502026-03-25T20:26:35.665Z Compiling reqwest v0.12.28
15512026-03-25T20:26:35.876Z Compiling anstyle v1.0.14
15522026-03-25T20:26:36.103Z Compiling colorchoice v1.0.5
15532026-03-25T20:26:36.222Z Compiling anstyle-query v1.1.5
15542026-03-25T20:26:36.330Z Compiling is_terminal_polyfill v1.70.2
15552026-03-25T20:26:36.424Z Compiling anstream v1.0.0
15562026-03-25T20:26:36.630Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15572026-03-25T20:26:36.677Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15582026-03-25T20:26:36.928Z Compiling toml_datetime v0.6.11
15592026-03-25T20:26:37.218Z Compiling clap_lex v1.1.0
15602026-03-25T20:26:37.370Z Compiling progenitor-client v0.10.0
15612026-03-25T20:26:37.505Z Compiling backoff v0.4.0
15622026-03-25T20:26:37.656Z Compiling parse-display v0.10.0
15632026-03-25T20:26:37.715Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15642026-03-25T20:26:38.151Z Compiling clap_derive v4.6.0
15652026-03-25T20:26:38.397Z Compiling unicode-width v0.2.2
15662026-03-25T20:26:38.707Z Compiling terminal_size v0.4.4
15672026-03-25T20:26:39.246Z Compiling darling_core v0.21.3
15682026-03-25T20:26:39.357Z Compiling zerocopy-derive v0.7.35
15692026-03-25T20:26:40.224Z Compiling zerocopy v0.7.35
15702026-03-25T20:26:40.404Z Compiling clap_builder v4.6.0
15712026-03-25T20:26:40.786Z Compiling crossbeam-epoch v0.9.18
15722026-03-25T20:26:41.373Z Compiling darling_macro v0.21.3
15732026-03-25T20:26:41.869Z Compiling proc-macro-error-attr v1.0.4
15742026-03-25T20:26:41.949Z Compiling darling v0.21.3
15752026-03-25T20:26:41.963Z Compiling toml_datetime v1.1.0+spec-1.1.0
15762026-03-25T20:26:41.996Z Compiling clap v4.6.0
15772026-03-25T20:26:42.025Z Compiling convert_case v0.4.0
15782026-03-25T20:26:42.073Z Compiling heapless v0.8.0
15792026-03-25T20:26:42.090Z Compiling tinyvec_macros v0.1.1
15802026-03-25T20:26:42.154Z Compiling tinyvec v1.11.0
15812026-03-25T20:26:42.185Z Compiling toml_edit v0.25.8+spec-1.1.0
15822026-03-25T20:26:42.317Z Compiling derive_more v0.99.20
15832026-03-25T20:26:42.395Z Compiling ingot-macros v0.1.1
15842026-03-25T20:26:42.976Z Compiling typify-impl v0.6.1
15852026-03-25T20:26:43.452Z Compiling dtrace-parser v0.2.0
15862026-03-25T20:26:44.048Z Compiling secrecy v0.10.3
15872026-03-25T20:26:44.213Z Compiling scroll_derive v0.12.1
15882026-03-25T20:26:44.312Z Compiling hash32 v0.3.1
15892026-03-25T20:26:44.403Z Compiling usdt-impl v0.5.0
15902026-03-25T20:26:44.468Z Compiling proc-macro-error v1.0.4
15912026-03-25T20:26:44.599Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15922026-03-25T20:26:44.650Z Compiling winnow v0.5.40
15932026-03-25T20:26:44.662Z Compiling smoltcp v0.11.0
15942026-03-25T20:26:44.692Z Compiling crucible-workspace-hack v0.1.0
15952026-03-25T20:26:44.939Z Compiling scroll v0.12.0
15962026-03-25T20:26:45.195Z Compiling ingot-types v0.1.2
15972026-03-25T20:26:45.209Z Compiling proc-macro-crate v3.5.0
15982026-03-25T20:26:45.715Z Compiling dof v0.3.0
15992026-03-25T20:26:45.829Z Compiling tabwriter v1.4.1
16002026-03-25T20:26:46.039Z Compiling toml_edit v0.19.15
16012026-03-25T20:26:46.058Z Compiling serde_spanned v0.6.9
16022026-03-25T20:26:46.070Z Compiling cobs v0.3.0
16032026-03-25T20:26:46.128Z Compiling thread-id v4.2.2
16042026-03-25T20:26:46.178Z Compiling memoffset v0.9.1
16052026-03-25T20:26:46.201Z Compiling cfg_aliases v0.2.1
16062026-03-25T20:26:46.212Z Compiling toml_write v0.1.2
16072026-03-25T20:26:46.261Z Compiling managed v0.8.0
16082026-03-25T20:26:46.274Z Compiling bitflags v1.3.2
16092026-03-25T20:26:46.348Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16102026-03-25T20:26:46.418Z Compiling toml_edit v0.22.27
16112026-03-25T20:26:46.429Z Compiling nix v0.31.2
16122026-03-25T20:26:46.802Z Compiling postcard v1.1.3
16132026-03-25T20:26:47.354Z Compiling proc-macro-crate v1.3.1
16142026-03-25T20:26:47.703Z Compiling num_enum_derive v0.7.6
16152026-03-25T20:26:47.808Z Compiling ingot v0.1.1
16162026-03-25T20:26:48.052Z Compiling goblin v0.8.2
16172026-03-25T20:26:48.777Z Compiling foreign-types-macros v0.2.3
16182026-03-25T20:26:48.946Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16192026-03-25T20:26:49.250Z Compiling num-integer v0.1.46
16202026-03-25T20:26:49.380Z Compiling typify-macro v0.6.1
16212026-03-25T20:26:49.478Z Compiling rustc_version v0.4.1
16222026-03-25T20:26:49.580Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16232026-03-25T20:26:49.803Z Compiling rayon-core v1.13.0
16242026-03-25T20:26:49.853Z Compiling heck v0.4.1
16252026-03-25T20:26:49.920Z Compiling foreign-types-shared v0.3.1
16262026-03-25T20:26:49.920Z Compiling float-ord v0.3.2
16272026-03-25T20:26:50.011Z Compiling cpufeatures v0.3.0
16282026-03-25T20:26:50.011Z Compiling colored v3.1.1
16292026-03-25T20:26:50.053Z Compiling foreign-types v0.5.0
16302026-03-25T20:26:50.070Z Compiling chacha20 v0.10.0
16312026-03-25T20:26:50.455Z Compiling curve25519-dalek v4.1.3
16322026-03-25T20:26:50.641Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16332026-03-25T20:26:50.797Z Compiling num_enum v0.7.6
16342026-03-25T20:26:50.910Z Compiling num_enum_derive v0.5.11
16352026-03-25T20:26:51.178Z Compiling toml v0.8.23
16362026-03-25T20:26:52.033Z Compiling crossbeam-deque v0.8.6
16372026-03-25T20:26:52.322Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16382026-03-25T20:26:52.336Z Compiling hmac v0.12.1
16392026-03-25T20:26:52.480Z Compiling inout v0.1.4
16402026-03-25T20:26:52.626Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16412026-03-25T20:26:52.797Z Compiling ff v0.13.1
16422026-03-25T20:26:52.930Z Compiling cstr-argument v0.1.2
16432026-03-25T20:26:53.055Z Compiling rustix v0.38.44
16442026-03-25T20:26:53.082Z Compiling prettyplease v0.2.37
16452026-03-25T20:26:53.137Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16462026-03-25T20:26:53.320Z Compiling rustls-webpki v0.103.10
16472026-03-25T20:26:53.529Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16482026-03-25T20:26:54.462Z Compiling group v0.13.0
16492026-03-25T20:26:54.574Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16502026-03-25T20:26:54.699Z Compiling cipher v0.4.4
16512026-03-25T20:26:54.817Z Compiling hkdf v0.12.4
16522026-03-25T20:26:55.050Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16532026-03-25T20:26:55.064Z Compiling num_enum v0.5.11
16542026-03-25T20:26:55.177Z Compiling typify v0.6.1
16552026-03-25T20:26:55.274Z Compiling rand v0.10.0
16562026-03-25T20:26:55.336Z Compiling num-rational v0.4.2
16572026-03-25T20:26:55.471Z Compiling num-iter v0.1.45
16582026-03-25T20:26:55.595Z Compiling usdt-macro v0.5.0
16592026-03-25T20:26:55.710Z Compiling usdt-attr-macro v0.5.0
16602026-03-25T20:26:56.531Z Compiling camino-tempfile v1.4.1
16612026-03-25T20:26:56.777Z Compiling tokio-rustls v0.26.4
16622026-03-25T20:26:56.821Z Compiling rustls-platform-verifier v0.6.2
16632026-03-25T20:26:57.057Z Compiling hyper-rustls v0.27.7
16642026-03-25T20:26:57.311Z Compiling reqwest v0.13.2
16652026-03-25T20:26:57.350Z Compiling thiserror-impl-no-std v2.0.2
16662026-03-25T20:26:57.634Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16672026-03-25T20:26:58.017Z Compiling universal-hash v0.5.1
16682026-03-25T20:26:58.135Z Compiling crypto-bigint v0.5.5
16692026-03-25T20:26:58.426Z Compiling half v2.7.1
16702026-03-25T20:26:58.447Z Compiling enum-as-inner v0.6.1
16712026-03-25T20:26:58.719Z Compiling progenitor-client v0.13.0
16722026-03-25T20:26:59.071Z Compiling progenitor-extras v0.1.1
16732026-03-25T20:26:59.310Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16742026-03-25T20:26:59.398Z Compiling curve25519-dalek-derive v0.1.1
16752026-03-25T20:26:59.575Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16762026-03-25T20:26:59.863Z Compiling num-complex v0.4.6
16772026-03-25T20:27:00.103Z Compiling memmap v0.7.0
16782026-03-25T20:27:00.116Z Compiling ciborium-io v0.2.2
16792026-03-25T20:27:00.212Z Compiling opaque-debug v0.3.1
16802026-03-25T20:27:00.265Z Compiling unsafe-libyaml v0.2.11
16812026-03-25T20:27:00.285Z Compiling base64ct v1.8.3
16822026-03-25T20:27:00.300Z Compiling data-encoding v2.10.0
16832026-03-25T20:27:00.412Z Compiling base16ct v0.2.0
16842026-03-25T20:27:00.584Z Compiling static_assertions v1.1.0
16852026-03-25T20:27:00.594Z Compiling elliptic-curve v0.13.8
16862026-03-25T20:27:00.660Z Compiling password-hash v0.5.0
16872026-03-25T20:27:00.873Z Compiling serde_yaml v0.9.34+deprecated
16882026-03-25T20:27:00.944Z Compiling poly1305 v0.8.0
16892026-03-25T20:27:01.121Z Compiling usdt v0.5.0
16902026-03-25T20:27:01.149Z Compiling ciborium-ll v0.2.2
16912026-03-25T20:27:01.370Z Compiling num v0.4.3
16922026-03-25T20:27:01.556Z Compiling thiserror-no-std v2.0.2
16932026-03-25T20:27:01.650Z Compiling rayon v1.11.0
16942026-03-25T20:27:01.769Z Compiling progenitor-impl v0.13.0
16952026-03-25T20:27:02.155Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16962026-03-25T20:27:02.503Z Compiling chacha20 v0.9.1
16972026-03-25T20:27:02.535Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16982026-03-25T20:27:03.419Z Compiling zone_cfg_derive v0.3.1
16992026-03-25T20:27:03.622Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
17002026-03-25T20:27:03.824Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17012026-03-25T20:27:04.080Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17022026-03-25T20:27:04.162Z Compiling itertools v0.12.1
17032026-03-25T20:27:04.194Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17042026-03-25T20:27:04.252Z Compiling blake2 v0.10.6
17052026-03-25T20:27:04.265Z Compiling byte-wrapper v0.1.0
17062026-03-25T20:27:04.629Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17072026-03-25T20:27:04.644Z Compiling aead v0.5.2
17082026-03-25T20:27:04.729Z Compiling num-derive v0.4.2
17092026-03-25T20:27:04.796Z Compiling sigpipe v0.1.3
17102026-03-25T20:27:04.813Z Compiling jiff v0.2.23
17112026-03-25T20:27:04.890Z Compiling vcpkg v0.2.15
17122026-03-25T20:27:04.969Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17132026-03-25T20:27:05.198Z Compiling keccak v0.1.6
17142026-03-25T20:27:05.408Z Compiling glob v0.3.3
17152026-03-25T20:27:05.441Z Compiling pkg-config v0.3.32
17162026-03-25T20:27:05.445Z Compiling progenitor-macro v0.13.0
17172026-03-25T20:27:05.466Z Compiling sha3 v0.10.8
17182026-03-25T20:27:05.693Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17192026-03-25T20:27:05.770Z Compiling zone v0.3.1
17202026-03-25T20:27:05.878Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17212026-03-25T20:27:05.907Z Compiling openssl-sys v0.9.112
17222026-03-25T20:27:06.106Z Compiling chacha20poly1305 v0.10.1
17232026-03-25T20:27:06.530Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17242026-03-25T20:27:06.564Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17252026-03-25T20:27:06.575Z Compiling argon2 v0.5.3
17262026-03-25T20:27:06.776Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17272026-03-25T20:27:07.090Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17282026-03-25T20:27:07.763Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17292026-03-25T20:27:08.485Z Compiling vsss-rs v3.3.4
17302026-03-25T20:27:08.538Z Compiling ciborium v0.2.2
17312026-03-25T20:27:08.713Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17322026-03-25T20:27:08.838Z Compiling hubpack_derive v0.1.1
17332026-03-25T20:27:09.192Z Compiling smf v0.2.3
17342026-03-25T20:27:09.361Z Compiling whoami v1.6.1
17352026-03-25T20:27:09.416Z Compiling linked-hash-map v0.5.6
17362026-03-25T20:27:09.607Z Compiling semver v0.1.20
17372026-03-25T20:27:09.643Z Compiling indent_write v2.2.0
17382026-03-25T20:27:09.658Z Compiling resolv-conf v0.7.6
17392026-03-25T20:27:09.685Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17402026-03-25T20:27:09.787Z Compiling rustc_version v0.1.7
17412026-03-25T20:27:09.810Z Compiling lru-cache v0.1.2
17422026-03-25T20:27:09.869Z Compiling hubpack v0.1.2
17432026-03-25T20:27:09.988Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17442026-03-25T20:27:10.019Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17452026-03-25T20:27:10.104Z Compiling hickory-proto v0.24.4
17462026-03-25T20:27:10.285Z Compiling serde-big-array v0.5.1
17472026-03-25T20:27:10.436Z Compiling derive-where v1.6.1
17482026-03-25T20:27:10.624Z Compiling progenitor v0.13.0
17492026-03-25T20:27:10.768Z Compiling serde_repr v0.1.20
17502026-03-25T20:27:11.364Z Compiling pin-project-internal v1.1.11
17512026-03-25T20:27:11.551Z Compiling swrite v0.1.0
17522026-03-25T20:27:11.650Z Compiling minimal-lexical v0.2.1
17532026-03-25T20:27:11.695Z Compiling siphasher v1.0.2
17542026-03-25T20:27:11.894Z Compiling lazy_static v1.5.0
17552026-03-25T20:27:11.917Z Compiling unicode-segmentation v1.13.1
17562026-03-25T20:27:12.005Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17572026-03-25T20:27:12.207Z Compiling hickory-resolver v0.24.4
17582026-03-25T20:27:12.356Z Compiling newline-converter v0.3.0
17592026-03-25T20:27:12.472Z Compiling pin-project v1.1.11
17602026-03-25T20:27:12.483Z Compiling phf_shared v0.12.1
17612026-03-25T20:27:12.578Z Compiling nom v7.1.3
17622026-03-25T20:27:12.663Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17632026-03-25T20:27:12.868Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17642026-03-25T20:27:13.402Z Compiling newtype_derive v0.1.6
17652026-03-25T20:27:13.634Z Compiling atomicwrites v0.4.4
17662026-03-25T20:27:13.904Z Compiling unicode-normalization v0.1.25
17672026-03-25T20:27:14.032Z Compiling console v0.15.11
17682026-03-25T20:27:14.388Z Compiling tokio-stream v0.1.18
17692026-03-25T20:27:14.401Z Compiling async-recursion v1.1.1
17702026-03-25T20:27:14.675Z Compiling snafu-derive v0.8.9
17712026-03-25T20:27:14.734Z Compiling slog-dtrace v0.3.0
17722026-03-25T20:27:14.861Z Compiling csv-core v0.1.13
17732026-03-25T20:27:14.985Z Compiling bstr v1.12.1
17742026-03-25T20:27:14.989Z Compiling unicode-width v0.1.14
17752026-03-25T20:27:15.097Z Compiling openssl v0.10.76
17762026-03-25T20:27:15.150Z Compiling foreign-types-shared v0.1.1
17772026-03-25T20:27:15.217Z Compiling unicode-xid v0.2.6
17782026-03-25T20:27:15.228Z Compiling foldhash v0.1.5
17792026-03-25T20:27:15.251Z Compiling same-file v1.0.6
17802026-03-25T20:27:15.341Z Compiling similar v2.7.0
17812026-03-25T20:27:15.359Z Compiling highway v1.3.0
17822026-03-25T20:27:15.408Z Compiling owo-colors v4.3.0
17832026-03-25T20:27:15.432Z Compiling cancel-safe-futures v0.1.5
17842026-03-25T20:27:15.472Z Compiling chrono-tz v0.10.4
17852026-03-25T20:27:15.698Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17862026-03-25T20:27:15.727Z Compiling walkdir v2.5.0
17872026-03-25T20:27:15.749Z Compiling expectorate v1.2.0
17882026-03-25T20:27:15.753Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17892026-03-25T20:27:15.781Z Compiling hashbrown v0.15.5
17902026-03-25T20:27:15.901Z Compiling const_format_proc_macros v0.2.34
17912026-03-25T20:27:16.091Z Compiling globset v0.4.18
17922026-03-25T20:27:16.317Z Compiling foreign-types v0.3.2
17932026-03-25T20:27:16.317Z Compiling csv v1.4.0
17942026-03-25T20:27:16.422Z Compiling snafu v0.8.9
17952026-03-25T20:27:16.442Z Compiling qorb v0.4.1
17962026-03-25T20:27:16.711Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17972026-03-25T20:27:16.895Z Compiling olpc-cjson v0.1.4
17982026-03-25T20:27:16.943Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17992026-03-25T20:27:17.111Z Compiling phf v0.12.1
18002026-03-25T20:27:17.479Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18012026-03-25T20:27:17.591Z Compiling tokio-dtrace v0.1.1
18022026-03-25T20:27:17.801Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18032026-03-25T20:27:17.869Z Compiling libsw-core v0.3.2
18042026-03-25T20:27:17.966Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18052026-03-25T20:27:18.045Z Compiling serde_plain v1.0.2
18062026-03-25T20:27:18.184Z Compiling openssl-macros v0.1.1
18072026-03-25T20:27:18.261Z Compiling pem v3.0.6
18082026-03-25T20:27:18.428Z Compiling cookie v0.18.1
18092026-03-25T20:27:18.532Z Compiling typed-path v0.9.3
18102026-03-25T20:27:18.555Z Compiling fixedbitset v0.4.2
18112026-03-25T20:27:18.649Z Compiling fixedbitset v0.5.7
18122026-03-25T20:27:18.660Z Compiling bytecount v0.6.9
18132026-03-25T20:27:18.727Z Compiling petgraph v0.6.5
18142026-03-25T20:27:18.796Z Compiling papergrid v0.11.0
18152026-03-25T20:27:18.806Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18162026-03-25T20:27:19.048Z Compiling petgraph v0.8.3
18172026-03-25T20:27:19.968Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18182026-03-25T20:27:20.358Z Compiling tough v0.20.0
18192026-03-25T20:27:20.630Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18202026-03-25T20:27:20.873Z Compiling libsw v3.5.0
18212026-03-25T20:27:21.054Z Compiling oxide-tokio-rt v0.1.3
18222026-03-25T20:27:21.395Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-25T20:27:21.895Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18242026-03-25T20:27:21.960Z Compiling const_format v0.2.35
18252026-03-25T20:27:22.632Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18262026-03-25T20:27:23.816Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-25T20:27:23.851Z Compiling gethostname v0.5.0
18282026-03-25T20:27:24.010Z Compiling tabled_derive v0.7.0
18292026-03-25T20:27:24.032Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18302026-03-25T20:27:24.150Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18312026-03-25T20:27:24.348Z Compiling bcs v0.1.6
18322026-03-25T20:27:24.404Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18332026-03-25T20:27:24.651Z Compiling unicode-linebreak v0.1.5
18342026-03-25T20:27:24.672Z Compiling crunchy v0.2.4
18352026-03-25T20:27:24.736Z Compiling linear-map v1.2.0
18362026-03-25T20:27:24.748Z Compiling smawk v0.3.2
18372026-03-25T20:27:24.886Z Compiling termtree v0.5.1
18382026-03-25T20:27:24.900Z Compiling tagptr v0.2.0
18392026-03-25T20:27:24.929Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18402026-03-25T20:27:24.973Z Compiling textwrap v0.16.2
18412026-03-25T20:27:24.984Z Compiling tabled v0.15.0
18422026-03-25T20:27:25.040Z Compiling moka v0.12.15
18432026-03-25T20:27:25.051Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18442026-03-25T20:27:25.108Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-25T20:27:25.520Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18462026-03-25T20:27:25.529Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18472026-03-25T20:27:25.717Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18482026-03-25T20:27:25.827Z Compiling steno v0.4.1
18492026-03-25T20:27:26.564Z Compiling hickory-proto v0.25.2
18502026-03-25T20:27:26.853Z Compiling tiny-keccak v2.0.2
18512026-03-25T20:27:27.075Z Compiling humantime v2.3.0
18522026-03-25T20:27:27.462Z Compiling num-derive v0.3.3
18532026-03-25T20:27:27.703Z Compiling parking_lot_core v0.8.6
18542026-03-25T20:27:28.049Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18552026-03-25T20:27:28.159Z Compiling crc32fast v1.5.0
18562026-03-25T20:27:28.220Z Compiling const-random-macro v0.1.16
18572026-03-25T20:27:28.394Z Compiling libscf-sys v1.1.0
18582026-03-25T20:27:28.453Z Compiling hickory-resolver v0.25.2
18592026-03-25T20:27:28.539Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18602026-03-25T20:27:28.609Z Compiling ahash v0.8.12
18612026-03-25T20:27:28.657Z Compiling smartstring v1.0.1
18622026-03-25T20:27:28.978Z Compiling const-random v0.1.18
18632026-03-25T20:27:29.056Z Compiling parking_lot v0.11.2
18642026-03-25T20:27:29.157Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18652026-03-25T20:27:29.282Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18662026-03-25T20:27:29.480Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18672026-03-25T20:27:29.503Z Compiling fxhash v0.2.1
18682026-03-25T20:27:29.523Z Compiling arc-swap v1.9.0
18692026-03-25T20:27:29.648Z Compiling internet-checksum v0.2.1
18702026-03-25T20:27:29.667Z Compiling sled v0.34.7
18712026-03-25T20:27:29.792Z Compiling slog-scope v4.4.1
18722026-03-25T20:27:30.164Z Compiling thin-vec v0.2.14
18732026-03-25T20:27:30.211Z Compiling rhai_codegen v3.1.0
18742026-03-25T20:27:30.363Z Compiling slog-stdlog v4.1.1
18752026-03-25T20:27:30.426Z Compiling nom v8.0.0
18762026-03-25T20:27:30.576Z Compiling slog-envlogger v2.2.0
18772026-03-25T20:27:30.859Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
18782026-03-25T20:27:31.052Z Compiling natord v1.0.9
18792026-03-25T20:27:31.510Z Compiling rhai v1.24.0
18802026-03-25T20:27:35.079Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18812026-03-25T20:27:42.730Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18822026-03-25T20:27:44.344Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18832026-03-25T20:27:45.443Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18842026-03-25T20:27:46.556Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18852026-03-25T20:27:47.325Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18862026-03-25T20:27:48.766Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18872026-03-25T20:27:56.876Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
18882026-03-25T20:28:22.102Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 19s
18892026-03-25T20:28:22.278Z────────────
18902026-03-25T20:28:22.278Z Nextest run ID 22cd33fe-ec5f-4b92-a40f-2e2895c1ef86 with nextest profile: default
18912026-03-25T20:28:22.278Z Starting 6 tests across 1 binary
18922026-03-25T20:28:22.287Z PASS [ 0.009s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv6
18932026-03-25T20:28:22.291Z PASS [ 0.009s] mgadm::bin/mgadm bgp::tests::test_ipv6_prefix_parsing_in_cli
18942026-03-25T20:28:22.291Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv4
18952026-03-25T20:28:22.291Z PASS [ 0.010s] mgadm::bin/mgadm static_routing::tests::test_route_conversion_to_api_types
18962026-03-25T20:28:22.291Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_ipv4_prefix_parsing_in_cli
18972026-03-25T20:28:22.291Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_interface
18982026-03-25T20:28:22.292Z────────────
18992026-03-25T20:28:22.292Z Summary [ 0.011s] 6 tests run: 6 passed, 0 skipped
19002026-03-25T20:28:22.301Zprocess exited: duration 288145 ms, exit code 0
 
19012026-03-25T20:28:22.310Zfound 0 output files