01KMK9KJ7BNKQAD60FGNEFH035: test-proptest

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

Buildomat Job: 01KMK9MTXCBG73HPER7J9BMPYR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-25T20:17:03.467Zjob assigned to worker 01KMKA7X1H1F4AQZDJCXEBQBVJ [factory aws, i-0e190e082c2952d5e] (queued for 11 m 15 s)
 
22026-03-25T20:17:09.831Zstarting task 0: "setup"
32026-03-25T20:17:09.836Z++ uname -s
42026-03-25T20:17:09.839Z+ kern=SunOS
52026-03-25T20:17:09.839Z+ build_user=build
62026-03-25T20:17:09.839Z+ build_uid=12345
72026-03-25T20:17:09.839Z+ work_dir=/work
82026-03-25T20:17:09.839Z+ input_dir=/input
92026-03-25T20:17:09.839Z+ [[ 0 == 12345 ]]
102026-03-25T20:17:09.839Z+ case "$kern" in
112026-03-25T20:17:09.839Z+ groupadd -g 12345 build
122026-03-25T20:17:09.842Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-25T20:17:11.845Z+ zfs create -o mountpoint=/work rpool/work
142026-03-25T20:17:11.966Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-25T20:17:11.969Z+ home_fs=zfs
162026-03-25T20:17:11.969Z+ [[ zfs == autofs ]]
172026-03-25T20:17:11.969Z+ mkdir -p /home/build
182026-03-25T20:17:11.969Z+ chown build:build /home/build /work
192026-03-25T20:17:13.971Z+ chmod 0700 /home/build /work
202026-03-25T20:17:13.973Zprocess exited: duration 4143 ms, exit code 0
 
212026-03-25T20:17:13.980Zstarting task 1: "rust-toolchain"
222026-03-25T20:17:13.985Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-25T20:17:13.985Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-25T20:17:13.985Z * rust toolchain channel = "stable"
252026-03-25T20:17:13.985Z * rust toolchain profile = "default"
262026-03-25T20:17:13.988Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-25T20:17:13.988Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-25T20:17:13.988Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-25T20:17:13.988Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-25T20:17:14.108Zinfo: downloading installer
312026-03-25T20:17:15.595Zwarn: It looks like you have an existing installation of Rust at:
322026-03-25T20:17:15.595Zwarn: /opt/ooce/bin
332026-03-25T20:17:15.595Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-25T20:17:15.595Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-25T20:17:15.595Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-25T20:17:15.596Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-25T20:17:15.596Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-25T20:17:15.596Zerror: cannot install while Rust is installed
392026-03-25T20:17:15.596Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-25T20:17:15.596Zwarn: It looks like you have an existing rustup settings file at:
412026-03-25T20:17:15.596Zwarn: /home/build/.rustup/settings.toml
422026-03-25T20:17:15.596Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-25T20:17:15.596Zwarn: instead of the one inferred from the default host triple.
442026-03-25T20:17:15.611Zinfo: profile set to default
452026-03-25T20:17:15.611Zinfo: default host triple is x86_64-unknown-illumos
462026-03-25T20:17:15.619Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-25T20:17:15.750Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-25T20:17:15.753Zinfo: downloading 6 components
492026-03-25T20:17:31.793Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-25T20:17:31.793Z
512026-03-25T20:17:31.825Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-25T20:17:31.825Z
532026-03-25T20:17:31.825Z
542026-03-25T20:17:31.825ZRust is installed now. Great!
552026-03-25T20:17:31.825Z
562026-03-25T20:17:31.825ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-25T20:17:31.825Zenvironment variable. This has not been done automatically.
582026-03-25T20:17:31.825Z
592026-03-25T20:17:31.825ZTo configure your current shell, you need to source
602026-03-25T20:17:31.825Zthe corresponding env file under $HOME/.cargo.
612026-03-25T20:17:31.825Z
622026-03-25T20:17:31.825ZThis is usually done by running one of the following (note the leading DOT):
632026-03-25T20:17:31.825Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-25T20:17:31.825Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-25T20:17:31.825Zsource "~/.cargo/env.nu" # For nushell
662026-03-25T20:17:31.825Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-25T20:17:31.825Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-25T20:17:31.825Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-25T20:17:31.828Zwarn: no default linker (`cc`) was found in your PATH
702026-03-25T20:17:31.828Zwarn: many Rust crates require a system C toolchain to build
712026-03-25T20:17:31.920Z+ rustup --version
722026-03-25T20:17:31.933Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-25T20:17:31.936Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-25T20:17:31.951Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-25T20:17:31.954Z+ cargo --version
762026-03-25T20:17:31.966Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-25T20:17:31.970Z+ rustc --version
782026-03-25T20:17:31.993Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-25T20:17:32.999Zprocess exited: duration 18008 ms, exit code 0
 
802026-03-25T20:17:33.011Zstarting task 2: "authentication"
812026-03-25T20:17:33.040Zprocess exited: duration 25 ms, exit code 0
 
822026-03-25T20:17:33.051Zstarting task 3: "clone repository"
832026-03-25T20:17:33.055Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-25T20:17:33.063Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-25T20:17:33.150ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-25T20:17:33.933Z+ cd /work/oxidecomputer/maghemite
872026-03-25T20:17:33.933Z+ git fetch origin 4949163aee7ca9ca8b89b2da582f866500156c36
882026-03-25T20:17:34.185ZFrom https://github.com/oxidecomputer/maghemite
892026-03-25T20:17:34.185Z * branch 4949163aee7ca9ca8b89b2da582f866500156c36 -> FETCH_HEAD
902026-03-25T20:17:34.192Z+ [[ -n renovate/clap-4.x ]]
912026-03-25T20:17:34.195Z++ git branch --show-current
922026-03-25T20:17:34.195Z+ current=main
932026-03-25T20:17:34.195Z+ [[ main != renovate/clap-4.x ]]
942026-03-25T20:17:34.195Z+ git branch -f renovate/clap-4.x 4949163aee7ca9ca8b89b2da582f866500156c36
952026-03-25T20:17:34.198Z+ git checkout -f renovate/clap-4.x
962026-03-25T20:17:34.214ZSwitched to branch 'renovate/clap-4.x'
972026-03-25T20:17:34.217Z+ git reset --hard 4949163aee7ca9ca8b89b2da582f866500156c36
982026-03-25T20:17:34.230ZHEAD is now at 4949163 Update Rust crate clap to 4.6.0
992026-03-25T20:17:34.233Zprocess exited: duration 1181 ms, exit code 0
 
1002026-03-25T20:17:34.240Zstarting task 4: "build"
1012026-03-25T20:17:34.243Z+ set -e
1022026-03-25T20:17:34.243Z+ NEXTEST_VERSION=0.9.97
1032026-03-25T20:17:34.243Z+ PLATFORM=illumos
1042026-03-25T20:17:34.243Z+ cargo --version
1052026-03-25T20:17:34.249Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1062026-03-25T20:17:34.422Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1072026-03-25T20:17:34.425Zinfo: downloading 6 components
1082026-03-25T20:17:50.724Zcargo 1.94.0 (85eff7c80 2026-01-15)
1092026-03-25T20:17:50.729Z+ rustc --version
1102026-03-25T20:17:50.754Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1112026-03-25T20:17:50.758Z+ cargo install cargo-nextest --version 0.9.97
1122026-03-25T20:17:50.801Z Updating crates.io index
1132026-03-25T20:17:50.893Z Downloading crates ...
1142026-03-25T20:17:50.939Z Downloaded cargo-nextest v0.9.97
1152026-03-25T20:17:50.999Z Installing cargo-nextest v0.9.97
1162026-03-25T20:17:51.042Z Updating crates.io index
1172026-03-25T20:17:53.827Z Locking 408 packages to latest compatible versions
1182026-03-25T20:17:53.831Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-03-25T20:17:53.834Z Adding duct v0.13.7 (available: v1.1.1)
1202026-03-25T20:17:53.834Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-03-25T20:17:53.834Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-03-25T20:17:53.837Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1232026-03-25T20:17:53.837Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1242026-03-25T20:17:53.837Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-03-25T20:17:53.840Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1262026-03-25T20:17:53.843Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-03-25T20:17:53.860Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-03-25T20:17:53.869Z Downloading crates ...
1292026-03-25T20:17:53.944Z Downloaded anstyle-parse v1.0.0
1302026-03-25T20:17:53.947Z Downloaded dialoguer v0.11.0
1312026-03-25T20:17:53.950Z Downloaded crc32fast v1.5.0
1322026-03-25T20:17:53.950Z Downloaded errno v0.3.14
1332026-03-25T20:17:53.953Z Downloaded heck v0.5.0
1342026-03-25T20:17:53.953Z Downloaded futures v0.3.32
1352026-03-25T20:17:53.956Z Downloaded anstyle-query v1.1.5
1362026-03-25T20:17:53.956Z Downloaded futures-macro v0.3.32
1372026-03-25T20:17:53.959Z Downloaded getrandom v0.2.17
1382026-03-25T20:17:53.962Z Downloaded adler2 v2.0.1
1392026-03-25T20:17:53.962Z Downloaded fixedbitset v0.5.7
1402026-03-25T20:17:53.966Z Downloaded atomicwrites v0.4.4
1412026-03-25T20:17:53.966Z Downloaded crypto-common v0.1.7
1422026-03-25T20:17:53.969Z Downloaded console v0.15.11
1432026-03-25T20:17:53.969Z Downloaded is_ci v1.2.0
1442026-03-25T20:17:53.969Z Downloaded colorchoice v1.0.5
1452026-03-25T20:17:53.972Z Downloaded indent_write v2.2.0
1462026-03-25T20:17:53.975Z Downloaded parking_lot_core v0.9.12
1472026-03-25T20:17:53.975Z Downloaded ed25519 v2.2.3
1482026-03-25T20:17:53.978Z Downloaded convert_case v0.10.0
1492026-03-25T20:17:53.978Z Downloaded clap_derive v4.6.0
1502026-03-25T20:17:53.978Z Downloaded anstyle v1.0.14
1512026-03-25T20:17:53.981Z Downloaded ahash v0.8.12
1522026-03-25T20:17:53.981Z Downloaded itoa v1.0.18
1532026-03-25T20:17:53.983Z Downloaded digest v0.10.7
1542026-03-25T20:17:53.984Z Downloaded is_terminal_polyfill v1.70.2
1552026-03-25T20:17:53.986Z Downloaded curve25519-dalek-derive v0.1.1
1562026-03-25T20:17:53.986Z Downloaded anstream v1.0.0
1572026-03-25T20:17:53.986Z Downloaded home v0.5.12
1582026-03-25T20:17:53.989Z Downloaded debug-ignore v1.0.5
1592026-03-25T20:17:53.989Z Downloaded color-spantrace v0.3.0
1602026-03-25T20:17:53.989Z Downloaded pin-project-internal v1.1.11
1612026-03-25T20:17:53.992Z Downloaded ipnet v2.12.0
1622026-03-25T20:17:53.992Z Downloaded lazy_static v1.5.0
1632026-03-25T20:17:53.995Z Downloaded foreign-types-shared v0.1.1
1642026-03-25T20:17:53.995Z Downloaded indenter v0.3.4
1652026-03-25T20:17:53.997Z Downloaded idna_adapter v1.0.0
1662026-03-25T20:17:53.997Z Downloaded iana-time-zone v0.1.65
1672026-03-25T20:17:54.000Z Downloaded enable-ansi-support v0.2.1
1682026-03-25T20:17:54.003Z Downloaded pin-utils v0.1.0
1692026-03-25T20:17:54.003Z Downloaded futures-task v0.3.32
1702026-03-25T20:17:54.003Z Downloaded fnv v1.0.7
1712026-03-25T20:17:54.003Z Downloaded clap_lex v1.1.0
1722026-03-25T20:17:54.007Z Downloaded futures-executor v0.3.32
1732026-03-25T20:17:54.009Z Downloaded lock_api v0.4.14
1742026-03-25T20:17:54.015Z Downloaded cfg-if v1.0.4
1752026-03-25T20:17:54.019Z Downloaded ordered-float v2.10.1
1762026-03-25T20:17:54.019Z Downloaded equivalent v1.0.2
1772026-03-25T20:17:54.019Z Downloaded nested v0.1.1
1782026-03-25T20:17:54.022Z Downloaded cpufeatures v0.2.17
1792026-03-25T20:17:54.025Z Downloaded generic-array v0.14.7
1802026-03-25T20:17:54.028Z Downloaded futures-sink v0.3.32
1812026-03-25T20:17:54.028Z Downloaded cfg_aliases v0.2.1
1822026-03-25T20:17:54.028Z Downloaded atomic-waker v1.1.2
1832026-03-25T20:17:54.031Z Downloaded form_urlencoded v1.2.2
1842026-03-25T20:17:54.031Z Downloaded duct v0.13.7
1852026-03-25T20:17:54.031Z Downloaded foreign-types v0.3.2
1862026-03-25T20:17:54.031Z Downloaded backtrace-ext v0.2.1
1872026-03-25T20:17:54.034Z Downloaded openssl-macros v0.1.1
1882026-03-25T20:17:54.034Z Downloaded lru-slab v0.1.2
1892026-03-25T20:17:54.034Z Downloaded eyre v0.6.12
1902026-03-25T20:17:54.037Z Downloaded either v1.15.0
1912026-03-25T20:17:54.042Z Downloaded hex v0.4.3
1922026-03-25T20:17:54.045Z Downloaded document-features v0.2.12
1932026-03-25T20:17:54.045Z Downloaded async-scoped v0.9.0
1942026-03-25T20:17:54.048Z Downloaded rustc-hash v2.1.1
1952026-03-25T20:17:54.050Z Downloaded guppy-workspace-hack v0.1.0
1962026-03-25T20:17:54.053Z Downloaded cargo-platform v0.2.0
1972026-03-25T20:17:54.053Z Downloaded cargo-platform v0.3.2
1982026-03-25T20:17:54.053Z Downloaded hyper-tls v0.6.0
1992026-03-25T20:17:54.057Z Downloaded number_prefix v0.4.0
2002026-03-25T20:17:54.060Z Downloaded ppv-lite86 v0.2.21
2012026-03-25T20:17:54.060Z Downloaded newtype-uuid v1.3.2
2022026-03-25T20:17:54.060Z Downloaded block-buffer v0.10.4
2032026-03-25T20:17:54.063Z Downloaded jobserver v0.1.34
2042026-03-25T20:17:54.063Z Downloaded futures-io v0.3.32
2052026-03-25T20:17:54.063Z Downloaded fastrand v2.3.0
2062026-03-25T20:17:54.065Z Downloaded http v1.4.0
2072026-03-25T20:17:54.069Z Downloaded serde_spanned v0.6.9
2082026-03-25T20:17:54.072Z Downloaded serde_spanned v1.1.0
2092026-03-25T20:17:54.084Z Downloaded foldhash v0.1.5
2102026-03-25T20:17:54.086Z Downloaded filetime v0.2.27
2112026-03-25T20:17:54.089Z Downloaded serde_urlencoded v0.7.1
2122026-03-25T20:17:54.092Z Downloaded scopeguard v1.2.0
2132026-03-25T20:17:54.092Z Downloaded serde_ignored v0.1.14
2142026-03-25T20:17:54.096Z Downloaded pathdiff v0.2.3
2152026-03-25T20:17:54.099Z Downloaded shell-words v1.1.1
2162026-03-25T20:17:54.099Z Downloaded nextest-workspace-hack v0.1.0
2172026-03-25T20:17:54.099Z Downloaded mukti-metadata v0.3.0
2182026-03-25T20:17:54.099Z Downloaded signature v2.2.0
2192026-03-25T20:17:54.102Z Downloaded serde-value v0.7.0
2202026-03-25T20:17:54.105Z Downloaded signal-hook-mio v0.2.5
2212026-03-25T20:17:54.105Z Downloaded openssl-probe v0.2.1
2222026-03-25T20:17:54.107Z Downloaded shared_child v1.1.1
2232026-03-25T20:17:54.107Z Downloaded strip-ansi-escapes v0.2.1
2242026-03-25T20:17:54.107Z Downloaded humantime-serde v1.1.1
2252026-03-25T20:17:54.110Z Downloaded supports-unicode v3.0.0
2262026-03-25T20:17:54.110Z Downloaded http-body v1.0.1
2272026-03-25T20:17:54.113Z Downloaded sync_wrapper v1.0.2
2282026-03-25T20:17:54.116Z Downloaded target-spec-miette v0.4.5
2292026-03-25T20:17:54.118Z Downloaded sigchld v0.2.4
2302026-03-25T20:17:54.121Z Downloaded os_pipe v1.2.3
2312026-03-25T20:17:54.121Z Downloaded rustc_version v0.4.1
2322026-03-25T20:17:54.121Z Downloaded autocfg v1.5.0
2332026-03-25T20:17:54.124Z Downloaded base64ct v1.8.3
2342026-03-25T20:17:54.127Z Downloaded supports-hyperlinks v3.2.0
2352026-03-25T20:17:54.127Z Downloaded supports-color v3.0.2
2362026-03-25T20:17:54.129Z Downloaded pkcs8 v0.10.2
2372026-03-25T20:17:54.129Z Downloaded native-tls v0.2.18
2382026-03-25T20:17:54.132Z Downloaded futures-core v0.3.32
2392026-03-25T20:17:54.132Z Downloaded miette-derive v7.6.0
2402026-03-25T20:17:54.132Z Downloaded find-msvc-tools v0.1.9
2412026-03-25T20:17:54.136Z Downloaded strsim v0.11.1
2422026-03-25T20:17:54.136Z Downloaded cargo_metadata v0.20.0
2432026-03-25T20:17:54.138Z Downloaded pkg-config v0.3.32
2442026-03-25T20:17:54.139Z Downloaded swrite v0.1.0
2452026-03-25T20:17:54.139Z Downloaded log v0.4.29
2462026-03-25T20:17:54.141Z Downloaded future-queue v0.4.0
2472026-03-25T20:17:54.141Z Downloaded cargo-util-schemas v0.2.0
2482026-03-25T20:17:54.144Z Downloaded subtle v2.6.1
2492026-03-25T20:17:54.144Z Downloaded rand_core v0.6.4
2502026-03-25T20:17:54.147Z Downloaded humantime v2.3.0
2512026-03-25T20:17:54.147Z Downloaded terminal_size v0.4.4
2522026-03-25T20:17:54.150Z Downloaded tinyvec_macros v0.1.1
2532026-03-25T20:17:54.153Z Downloaded semver v1.0.27
2542026-03-25T20:17:54.155Z Downloaded serde_path_to_error v0.1.20
2552026-03-25T20:17:54.158Z Downloaded toml_datetime v0.6.11
2562026-03-25T20:17:54.161Z Downloaded indicatif v0.17.11
2572026-03-25T20:17:54.161Z Downloaded bitflags v2.11.0
2582026-03-25T20:17:54.163Z Downloaded tower-service v0.3.3
2592026-03-25T20:17:54.164Z Downloaded tower-layer v0.3.3
2602026-03-25T20:17:54.166Z Downloaded toml_write v0.1.2
2612026-03-25T20:17:54.166Z Downloaded erased-serde v0.4.10
2622026-03-25T20:17:54.167Z Downloaded tracing-error v0.2.1
2632026-03-25T20:17:54.175Z Downloaded der v0.7.10
2642026-03-25T20:17:54.179Z Downloaded ed25519-dalek v2.2.0
2652026-03-25T20:17:54.181Z Downloaded derive-where v1.6.1
2662026-03-25T20:17:54.184Z Downloaded signal-hook-registry v1.4.8
2672026-03-25T20:17:54.184Z Downloaded rustc-demangle v0.1.27
2682026-03-25T20:17:54.187Z Downloaded self-replace v1.5.0
2692026-03-25T20:17:54.187Z Downloaded simd-adler32 v0.3.8
2702026-03-25T20:17:54.187Z Downloaded sha2 v0.10.9
2712026-03-25T20:17:54.189Z Downloaded static_assertions v1.1.0
2722026-03-25T20:17:54.190Z Downloaded slab v0.4.12
2732026-03-25T20:17:54.192Z Downloaded rand_chacha v0.9.0
2742026-03-25T20:17:54.192Z Downloaded percent-encoding v2.3.2
2752026-03-25T20:17:54.192Z Downloaded nextest-metadata v0.12.2
2762026-03-25T20:17:54.193Z Downloaded cargo_metadata v0.23.1
2772026-03-25T20:17:54.196Z Downloaded config v0.15.22
2782026-03-25T20:17:54.198Z Downloaded typeid v1.0.3
2792026-03-25T20:17:54.198Z Downloaded unicode-linebreak v0.1.5
2802026-03-25T20:17:54.199Z Downloaded try-lock v0.2.5
2812026-03-25T20:17:54.199Z Downloaded owo-colors v4.3.0
2822026-03-25T20:17:54.201Z Downloaded urlencoding v2.1.3
2832026-03-25T20:17:54.201Z Downloaded rand_core v0.9.5
2842026-03-25T20:17:54.201Z Downloaded pin-project-lite v0.2.17
2852026-03-25T20:17:54.205Z Downloaded shlex v1.3.0
2862026-03-25T20:17:54.205Z Downloaded target-spec v3.5.7
2872026-03-25T20:17:54.207Z Downloaded cfg-expr v0.20.7
2882026-03-25T20:17:54.210Z Downloaded smol_str v0.3.6
2892026-03-25T20:17:54.213Z Downloaded camino-tempfile v1.4.1
2902026-03-25T20:17:54.213Z Downloaded futures-channel v0.3.32
2912026-03-25T20:17:54.217Z Downloaded httparse v1.10.1
2922026-03-25T20:17:54.220Z Downloaded thiserror v2.0.18
2932026-03-25T20:17:54.223Z Downloaded untrusted v0.9.0
2942026-03-25T20:17:54.226Z Downloaded version_check v0.9.5
2952026-03-25T20:17:54.226Z Downloaded utf8_iter v1.0.4
2962026-03-25T20:17:54.226Z Downloaded thread_local v1.1.9
2972026-03-25T20:17:54.229Z Downloaded proc-macro2 v1.0.106
2982026-03-25T20:17:54.229Z Downloaded thiserror-impl v2.0.18
2992026-03-25T20:17:54.229Z Downloaded serde-untagged v0.1.9
3002026-03-25T20:17:54.232Z Downloaded const-oid v0.9.6
3012026-03-25T20:17:54.235Z Downloaded utf8parse v0.2.2
3022026-03-25T20:17:54.235Z Downloaded unicode-xid v0.2.6
3032026-03-25T20:17:54.238Z Downloaded thiserror-impl v1.0.69
3042026-03-25T20:17:54.241Z Downloaded thiserror v1.0.69
3052026-03-25T20:17:54.243Z Downloaded addr2line v0.25.1
3062026-03-25T20:17:54.244Z Downloaded xattr v1.6.1
3072026-03-25T20:17:54.250Z Downloaded want v0.3.1
3082026-03-25T20:17:54.250Z Downloaded tokio-macros v2.6.1
3092026-03-25T20:17:54.253Z Downloaded self_update v0.42.0
3102026-03-25T20:17:54.256Z Downloaded toml_writer v1.1.0+spec-1.1.0
3112026-03-25T20:17:54.259Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3122026-03-25T20:17:54.259Z Downloaded tracing-log v0.2.0
3132026-03-25T20:17:54.259Z Downloaded rustls-pki-types v1.14.0
3142026-03-25T20:17:54.263Z Downloaded target-lexicon v0.13.3
3152026-03-25T20:17:54.263Z Downloaded smallvec v1.15.1
3162026-03-25T20:17:54.266Z Downloaded quinn-udp v0.5.14
3172026-03-25T20:17:54.266Z Downloaded hyper-rustls v0.27.7
3182026-03-25T20:17:54.270Z Downloaded unicase v2.9.0
3192026-03-25T20:17:54.270Z Downloaded quick-junit v0.5.2
3202026-03-25T20:17:54.275Z Downloaded tempfile v3.27.0
3212026-03-25T20:17:54.276Z Downloaded getrandom v0.3.4
3222026-03-25T20:17:54.279Z Downloaded http-body-util v0.1.3
3232026-03-25T20:17:54.279Z Downloaded globset v0.4.18
3242026-03-25T20:17:54.282Z Downloaded spki v0.7.3
3252026-03-25T20:17:54.287Z Downloaded quote v1.0.45
3262026-03-25T20:17:54.287Z Downloaded litrs v1.0.0
3272026-03-25T20:17:54.287Z Downloaded nextest-filtering v0.15.0
3282026-03-25T20:17:54.291Z Downloaded tokio-native-tls v0.3.1
3292026-03-25T20:17:54.291Z Downloaded derive_more v2.1.1
3302026-03-25T20:17:54.295Z Downloaded sharded-slab v0.1.7
3312026-03-25T20:17:54.298Z Downloaded parking_lot v0.12.5
3322026-03-25T20:17:54.301Z Downloaded clap v4.6.0
3332026-03-25T20:17:54.304Z Downloaded toml v0.8.23
3342026-03-25T20:17:54.307Z Downloaded tokio-rustls v0.26.4
3352026-03-25T20:17:54.307Z Downloaded zeroize v1.8.2
3362026-03-25T20:17:54.309Z Downloaded toml_parser v1.1.0+spec-1.1.0
3372026-03-25T20:17:54.310Z Downloaded zstd-safe v7.2.4
3382026-03-25T20:17:54.310Z Downloaded indexmap v2.13.0
3392026-03-25T20:17:54.313Z Downloaded serde_core v1.0.228
3402026-03-25T20:17:54.316Z Downloaded miniz_oxide v0.8.9
3412026-03-25T20:17:54.316Z Downloaded camino v1.2.2
3422026-03-25T20:17:54.319Z Downloaded zstd v0.13.3
3432026-03-25T20:17:54.319Z Downloaded zmij v1.0.21
3442026-03-25T20:17:54.322Z Downloaded zipsign-api v0.1.5
3452026-03-25T20:17:54.322Z Downloaded xxhash-rust v0.8.15
3462026-03-25T20:17:54.322Z Downloaded serde_derive v1.0.228
3472026-03-25T20:17:54.324Z Downloaded num-traits v0.2.19
3482026-03-25T20:17:54.329Z Downloaded getrandom v0.4.2
3492026-03-25T20:17:54.329Z Downloaded ryu v1.0.23
3502026-03-25T20:17:54.332Z Downloaded bytes v1.11.1
3512026-03-25T20:17:54.332Z Downloaded base64 v0.22.1
3522026-03-25T20:17:54.335Z Downloaded once_cell v1.21.4
3532026-03-25T20:17:54.335Z Downloaded tinyvec v1.11.0
3542026-03-25T20:17:54.338Z Downloaded textwrap v0.16.2
3552026-03-25T20:17:54.343Z Downloaded toml v1.1.0+spec-1.1.0
3562026-03-25T20:17:54.343Z Downloaded tokio-stream v0.1.18
3572026-03-25T20:17:54.346Z Downloaded cc v1.2.57
3582026-03-25T20:17:54.351Z Downloaded pin-project v1.1.11
3592026-03-25T20:17:54.355Z Downloaded socket2 v0.6.3
3602026-03-25T20:17:54.359Z Downloaded unicode-ident v1.0.24
3612026-03-25T20:17:54.364Z Downloaded quinn v0.11.9
3622026-03-25T20:17:54.367Z Downloaded backtrace v0.3.76
3632026-03-25T20:17:54.367Z Downloaded flate2 v1.1.9
3642026-03-25T20:17:54.370Z Downloaded serde v1.0.228
3652026-03-25T20:17:54.370Z Downloaded borsh v1.6.1
3662026-03-25T20:17:54.376Z Downloaded derive_more-impl v2.1.1
3672026-03-25T20:17:54.379Z Downloaded toml_edit v0.22.27
3682026-03-25T20:17:54.382Z Downloaded tracing-core v0.1.36
3692026-03-25T20:17:54.382Z Downloaded tracing-attributes v0.1.31
3702026-03-25T20:17:54.385Z Downloaded typenum v1.19.0
3712026-03-25T20:17:55.392Z Downloaded openssl-sys v0.9.112
3722026-03-25T20:17:55.397Z Downloaded signal-hook v0.3.18
3732026-03-25T20:17:55.397Z Downloaded vte v0.14.1
3742026-03-25T20:17:55.397Z Downloaded url v2.5.8
3752026-03-25T20:17:55.397Z Downloaded uuid v1.22.0
3762026-03-25T20:17:55.397Z Downloaded idna v1.1.0
3772026-03-25T20:17:55.397Z Downloaded guppy v0.17.25
3782026-03-25T20:17:55.397Z Downloaded hashbrown v0.15.5
3792026-03-25T20:17:55.397Z Downloaded rustls-webpki v0.103.10
3802026-03-25T20:17:55.397Z Downloaded crossterm v0.29.0
3812026-03-25T20:17:55.397Z Downloaded unicode-segmentation v1.13.1
3822026-03-25T20:17:55.397Z Downloaded tower v0.5.3
3832026-03-25T20:17:55.397Z Downloaded tar v0.4.45
3842026-03-25T20:17:55.397Z Downloaded mio v1.1.1
3852026-03-25T20:17:55.398Z Downloaded itertools v0.14.0
3862026-03-25T20:17:55.398Z Downloaded clap_builder v4.6.0
3872026-03-25T20:17:55.398Z Downloaded tower-http v0.6.8
3882026-03-25T20:17:55.398Z Downloaded rand v0.9.2
3892026-03-25T20:17:55.398Z Downloaded futures-util v0.3.32
3902026-03-25T20:17:55.398Z Downloaded hyper-util v0.1.20
3912026-03-25T20:17:55.398Z Downloaded hashbrown v0.16.1
3922026-03-25T20:17:55.398Z Downloaded h2 v0.4.13
3932026-03-25T20:17:55.398Z Downloaded serde_json v1.0.149
3942026-03-25T20:17:55.398Z Downloaded aho-corasick v1.1.4
3952026-03-25T20:17:55.398Z Downloaded iri-string v0.7.11
3962026-03-25T20:17:55.398Z Downloaded winnow v1.0.0
3972026-03-25T20:17:55.398Z Downloaded winnow v0.7.15
3982026-03-25T20:17:55.398Z Downloaded memchr v2.8.0
3992026-03-25T20:17:55.398Z Downloaded curve25519-dalek v4.1.3
4002026-03-25T20:17:55.398Z Downloaded tracing-subscriber v0.3.23
4012026-03-25T20:17:55.398Z Downloaded chrono v0.4.44
4022026-03-25T20:17:55.398Z Downloaded gimli v0.32.3
4032026-03-25T20:17:55.398Z Downloaded webpki-roots v1.0.6
4042026-03-25T20:17:55.398Z Downloaded miette v7.6.0
4052026-03-25T20:17:55.398Z Downloaded bstr v1.12.1
4062026-03-25T20:17:55.398Z Downloaded unicode-normalization v0.1.25
4072026-03-25T20:17:55.398Z Downloaded reqwest v0.12.28
4082026-03-25T20:17:55.399Z Downloaded ron v0.12.0
4092026-03-25T20:17:55.399Z Downloaded color-eyre v0.6.5
4102026-03-25T20:17:55.399Z Downloaded hyper v1.8.1
4112026-03-25T20:17:55.399Z Downloaded tokio v1.50.0
4122026-03-25T20:17:55.399Z Downloaded tokio-util v0.7.18
4132026-03-25T20:17:55.400Z Downloaded regex v1.12.3
4142026-03-25T20:17:55.400Z Downloaded pulldown-cmark v0.13.3
4152026-03-25T20:17:55.400Z Downloaded quick-xml v0.37.5
4162026-03-25T20:17:55.400Z Downloaded portable-atomic v1.13.1
4172026-03-25T20:17:55.400Z Downloaded quick-xml v0.38.4
4182026-03-25T20:17:55.400Z Downloaded quinn-proto v0.11.14
4192026-03-25T20:17:55.400Z Downloaded vcpkg v0.2.15
4202026-03-25T20:17:55.400Z Downloaded nextest-runner v0.80.0
4212026-03-25T20:17:55.400Z Downloaded object v0.37.3
4222026-03-25T20:17:55.400Z Downloaded unicode-width v0.2.2
4232026-03-25T20:17:55.400Z Downloaded unicode-width v0.1.14
4242026-03-25T20:17:55.400Z Downloaded openssl v0.10.76
4252026-03-25T20:17:55.400Z Downloaded zerocopy v0.8.47
4262026-03-25T20:17:55.400Z Downloaded syn v2.0.117
4272026-03-25T20:17:55.400Z Downloaded regex-syntax v0.8.10
4282026-03-25T20:17:55.400Z Downloaded nix v0.30.1
4292026-03-25T20:17:55.400Z Downloaded rustix v0.38.44
4302026-03-25T20:17:55.400Z Downloaded rustls v0.23.37
4312026-03-25T20:17:55.400Z Downloaded rustix v1.1.4
4322026-03-25T20:17:55.400Z Downloaded tracing v0.1.44
4332026-03-25T20:17:55.400Z Downloaded regex-automata v0.4.14
4342026-03-25T20:17:55.400Z Downloaded libc v0.2.183
4352026-03-25T20:17:55.420Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4362026-03-25T20:17:55.420Z Downloaded petgraph v0.8.3
4372026-03-25T20:17:55.420Z Downloaded recursion v0.5.4
4382026-03-25T20:17:55.420Z Downloaded ring v0.17.14
4392026-03-25T20:17:55.420Z Compiling proc-macro2 v1.0.106
4402026-03-25T20:17:55.420Z Compiling libc v0.2.183
4412026-03-25T20:17:55.420Z Compiling unicode-ident v1.0.24
4422026-03-25T20:17:55.420Z Compiling quote v1.0.45
4432026-03-25T20:17:55.420Z Compiling serde_core v1.0.228
4442026-03-25T20:17:55.420Z Compiling cfg-if v1.0.4
4452026-03-25T20:17:55.420Z Compiling memchr v2.8.0
4462026-03-25T20:17:55.420Z Compiling once_cell v1.21.4
4472026-03-25T20:17:55.496Z Compiling log v0.4.29
4482026-03-25T20:17:55.500Z Compiling pin-project-lite v0.2.17
4492026-03-25T20:17:55.597Z Compiling itoa v1.0.18
4502026-03-25T20:17:55.635Z Compiling serde v1.0.228
4512026-03-25T20:17:55.808Z Compiling futures-core v0.3.32
4522026-03-25T20:17:55.825Z Compiling bitflags v2.11.0
4532026-03-25T20:17:55.959Z Compiling smallvec v1.15.1
4542026-03-25T20:17:55.968Z Compiling find-msvc-tools v0.1.9
4552026-03-25T20:17:56.190Z Compiling equivalent v1.0.2
4562026-03-25T20:17:56.198Z Compiling hashbrown v0.16.1
4572026-03-25T20:17:56.201Z Compiling shlex v1.3.0
4582026-03-25T20:17:56.281Z Compiling errno v0.3.14
4592026-03-25T20:17:56.326Z Compiling bytes v1.11.1
4602026-03-25T20:17:56.388Z Compiling mio v1.1.1
4612026-03-25T20:17:56.454Z Compiling signal-hook-registry v1.4.8
4622026-03-25T20:17:56.500Z Compiling jobserver v0.1.34
4632026-03-25T20:17:56.596Z Compiling rustix v1.1.4
4642026-03-25T20:17:56.679Z Compiling syn v2.0.117
4652026-03-25T20:17:56.811Z Compiling cc v1.2.57
4662026-03-25T20:17:56.832Z Compiling futures-sink v0.3.32
4672026-03-25T20:17:56.942Z Compiling socket2 v0.6.3
4682026-03-25T20:17:56.958Z Compiling zmij v1.0.21
4692026-03-25T20:17:57.085Z Compiling slab v0.4.12
4702026-03-25T20:17:57.218Z Compiling futures-channel v0.3.32
4712026-03-25T20:17:57.293Z Compiling tracing-core v0.1.36
4722026-03-25T20:17:57.330Z Compiling version_check v0.9.5
4732026-03-25T20:17:57.483Z Compiling serde_json v1.0.149
4742026-03-25T20:17:57.719Z Compiling indexmap v2.13.0
4752026-03-25T20:17:57.791Z Compiling getrandom v0.4.2
4762026-03-25T20:17:57.804Z Compiling futures-io v0.3.32
4772026-03-25T20:17:57.950Z Compiling futures-task v0.3.32
4782026-03-25T20:17:58.067Z Compiling unicode-width v0.2.2
4792026-03-25T20:17:58.126Z Compiling camino v1.2.2
4802026-03-25T20:17:58.126Z Compiling ring v0.17.14
4812026-03-25T20:17:58.428Z Compiling http v1.4.0
4822026-03-25T20:17:58.500Z Compiling simd-adler32 v0.3.8
4832026-03-25T20:17:58.584Z Compiling zeroize v1.8.2
4842026-03-25T20:17:58.607Z Compiling autocfg v1.5.0
4852026-03-25T20:17:58.654Z Compiling percent-encoding v2.3.2
4862026-03-25T20:17:58.781Z Compiling adler2 v2.0.1
4872026-03-25T20:17:58.926Z Compiling miniz_oxide v0.8.9
4882026-03-25T20:17:58.956Z Compiling num-traits v0.2.19
4892026-03-25T20:17:59.178Z Compiling getrandom v0.3.4
4902026-03-25T20:17:59.366Z Compiling zerocopy v0.8.47
4912026-03-25T20:17:59.497Z Compiling object v0.37.3
4922026-03-25T20:17:59.678Z Compiling target-lexicon v0.13.3
4932026-03-25T20:17:59.855Z Compiling http-body v1.0.1
4942026-03-25T20:17:59.997Z Compiling rustls-pki-types v1.14.0
4952026-03-25T20:18:00.009Z Compiling semver v1.0.27
4962026-03-25T20:18:00.182Z Compiling getrandom v0.2.17
4972026-03-25T20:18:00.243Z Compiling gimli v0.32.3
4982026-03-25T20:18:00.351Z Compiling untrusted v0.9.0
4992026-03-25T20:18:00.358Z Compiling serde_derive v1.0.228
5002026-03-25T20:18:00.369Z Compiling tokio-macros v2.6.1
5012026-03-25T20:18:00.478Z Compiling futures-macro v0.3.32
5022026-03-25T20:18:00.526Z Compiling tracing-attributes v0.1.31
5032026-03-25T20:18:00.655Z Compiling fnv v1.0.7
5042026-03-25T20:18:00.760Z Compiling thiserror v2.0.18
5052026-03-25T20:18:00.837Z Compiling httparse v1.10.1
5062026-03-25T20:18:01.093Z Compiling owo-colors v4.3.0
5072026-03-25T20:18:01.118Z Compiling tokio v1.50.0
5082026-03-25T20:18:01.169Z Compiling guppy-workspace-hack v0.1.0
5092026-03-25T20:18:01.266Z Compiling futures-util v0.3.32
5102026-03-25T20:18:01.378Z Compiling signal-hook v0.3.18
5112026-03-25T20:18:01.398Z Compiling typenum v1.19.0
5122026-03-25T20:18:01.723Z Compiling tracing v0.1.44
5132026-03-25T20:18:01.751Z Compiling thiserror-impl v2.0.18
5142026-03-25T20:18:02.054Z Compiling addr2line v0.25.1
5152026-03-25T20:18:03.034Z Compiling form_urlencoded v1.2.2
5162026-03-25T20:18:03.241Z Compiling generic-array v0.14.7
5172026-03-25T20:18:03.297Z Compiling target-spec v3.5.7
5182026-03-25T20:18:03.459Z Compiling rustls v0.23.37
5192026-03-25T20:18:03.546Z Compiling try-lock v0.2.5
5202026-03-25T20:18:03.566Z Compiling idna_adapter v1.0.0
5212026-03-25T20:18:03.660Z Compiling atomic-waker v1.1.2
5222026-03-25T20:18:03.673Z Compiling pkg-config v0.3.32
5232026-03-25T20:18:03.685Z Compiling typeid v1.0.3
5242026-03-25T20:18:03.795Z Compiling rustc-demangle v0.1.27
5252026-03-25T20:18:03.898Z Compiling thiserror v1.0.69
5262026-03-25T20:18:03.957Z Compiling utf8_iter v1.0.4
5272026-03-25T20:18:04.100Z Compiling tower-service v0.3.3
5282026-03-25T20:18:04.119Z Compiling fastrand v2.3.0
5292026-03-25T20:18:04.193Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5302026-03-25T20:18:04.412Z Compiling tempfile v3.27.0
5312026-03-25T20:18:04.454Z Compiling idna v1.1.0
5322026-03-25T20:18:04.625Z Compiling want v0.3.1
5332026-03-25T20:18:04.826Z Compiling cfg-expr v0.20.7
5342026-03-25T20:18:04.916Z Compiling tokio-util v0.7.18
5352026-03-25T20:18:05.296Z Compiling backtrace v0.3.76
5362026-03-25T20:18:05.732Z Compiling h2 v0.4.13
5372026-03-25T20:18:06.344Z Compiling thiserror-impl v1.0.69
5382026-03-25T20:18:06.351Z Compiling terminal_size v0.4.4
5392026-03-25T20:18:06.506Z Compiling aho-corasick v1.1.4
5402026-03-25T20:18:06.526Z Compiling subtle v2.6.1
5412026-03-25T20:18:06.684Z Compiling regex-syntax v0.8.10
5422026-03-25T20:18:06.931Z Compiling erased-serde v0.4.10
5432026-03-25T20:18:07.210Z Compiling winnow v0.7.15
5442026-03-25T20:18:07.470Z Compiling rustls-webpki v0.103.10
5452026-03-25T20:18:09.103Z Compiling pin-utils v0.1.0
5462026-03-25T20:18:09.178Z Compiling hyper v1.8.1
5472026-03-25T20:18:09.961Z Compiling regex-automata v0.4.14
5482026-03-25T20:18:11.721Z Compiling url v2.5.8
5492026-03-25T20:18:12.969Z Compiling toml_datetime v0.6.11
5502026-03-25T20:18:13.335Z Compiling serde_spanned v0.6.9
5512026-03-25T20:18:13.491Z Compiling ahash v0.8.12
5522026-03-25T20:18:13.732Z Compiling sync_wrapper v1.0.2
5532026-03-25T20:18:13.814Z Compiling portable-atomic v1.13.1
5542026-03-25T20:18:13.843Z Compiling is_ci v1.2.0
5552026-03-25T20:18:13.878Z Compiling toml_write v0.1.2
5562026-03-25T20:18:14.005Z Compiling parking_lot_core v0.9.12
5572026-03-25T20:18:14.117Z Compiling crc32fast v1.5.0
5582026-03-25T20:18:14.129Z Compiling unicode-linebreak v0.1.5
5592026-03-25T20:18:14.247Z Compiling nextest-workspace-hack v0.1.0
5602026-03-25T20:18:14.266Z Compiling foldhash v0.1.5
5612026-03-25T20:18:14.292Z Compiling either v1.15.0
5622026-03-25T20:18:14.387Z Compiling ipnet v2.12.0
5632026-03-25T20:18:14.399Z Compiling tower-layer v0.3.3
5642026-03-25T20:18:14.451Z Compiling unicode-segmentation v1.13.1
5652026-03-25T20:18:14.479Z Compiling lazy_static v1.5.0
5662026-03-25T20:18:14.514Z Compiling base64 v0.22.1
5672026-03-25T20:18:14.580Z Compiling sharded-slab v0.1.7
5682026-03-25T20:18:14.591Z Compiling tower v0.5.3
5692026-03-25T20:18:14.835Z Compiling hyper-util v0.1.20
5702026-03-25T20:18:14.996Z Compiling convert_case v0.10.0
5712026-03-25T20:18:15.201Z Compiling hashbrown v0.15.5
5722026-03-25T20:18:15.231Z Compiling textwrap v0.16.2
5732026-03-25T20:18:15.313Z Compiling toml_edit v0.22.27
5742026-03-25T20:18:15.585Z Compiling supports-color v3.0.2
5752026-03-25T20:18:15.833Z Compiling tokio-rustls v0.26.4
5762026-03-25T20:18:16.103Z Compiling backtrace-ext v0.2.1
5772026-03-25T20:18:16.365Z Compiling ordered-float v2.10.1
5782026-03-25T20:18:16.420Z Compiling miette-derive v7.6.0
5792026-03-25T20:18:16.631Z Compiling webpki-roots v1.0.6
5802026-03-25T20:18:16.634Z Compiling pathdiff v0.2.3
5812026-03-25T20:18:16.754Z Compiling console v0.15.11
5822026-03-25T20:18:16.765Z Compiling tracing-log v0.2.0
5832026-03-25T20:18:17.120Z Compiling cargo-platform v0.3.2
5842026-03-25T20:18:17.445Z Compiling os_pipe v1.2.3
5852026-03-25T20:18:17.507Z Compiling thread_local v1.1.9
5862026-03-25T20:18:17.638Z Compiling scopeguard v1.2.0
5872026-03-25T20:18:17.686Z Compiling iri-string v0.7.11
5882026-03-25T20:18:17.749Z Compiling supports-hyperlinks v3.2.0
5892026-03-25T20:18:17.900Z Compiling debug-ignore v1.0.5
5902026-03-25T20:18:17.969Z Compiling supports-unicode v3.0.0
5912026-03-25T20:18:18.010Z Compiling zstd-safe v7.2.4
5922026-03-25T20:18:18.070Z Compiling winnow v1.0.0
5932026-03-25T20:18:18.136Z Compiling utf8parse v0.2.2
5942026-03-25T20:18:18.240Z Compiling cfg_aliases v0.2.1
5952026-03-25T20:18:18.252Z Compiling fixedbitset v0.5.7
5962026-03-25T20:18:18.311Z Compiling pulldown-cmark v0.13.3
5972026-03-25T20:18:18.779Z Compiling ryu v1.0.23
5982026-03-25T20:18:18.845Z Compiling rustix v0.38.44
5992026-03-25T20:18:19.069Z Compiling unicode-width v0.1.14
6002026-03-25T20:18:19.278Z Compiling tower-http v0.6.8
6012026-03-25T20:18:19.362Z Compiling miette v7.6.0
6022026-03-25T20:18:19.474Z Compiling toml_parser v1.1.0+spec-1.1.0
6032026-03-25T20:18:20.227Z Compiling serde_urlencoded v0.7.1
6042026-03-25T20:18:20.345Z Compiling petgraph v0.8.3
6052026-03-25T20:18:20.509Z Compiling nix v0.30.1
6062026-03-25T20:18:20.775Z Compiling anstyle-parse v1.0.0
6072026-03-25T20:18:20.882Z Compiling lock_api v0.4.14
6082026-03-25T20:18:20.999Z Compiling tracing-subscriber v0.3.23
6092026-03-25T20:18:21.123Z Compiling sigchld v0.2.4
6102026-03-25T20:18:21.143Z Compiling cargo_metadata v0.23.1
6112026-03-25T20:18:21.314Z Compiling toml v0.8.23
6122026-03-25T20:18:22.291Z Compiling hyper-rustls v0.27.7
6132026-03-25T20:18:22.989Z Compiling serde-value v0.7.0
6142026-03-25T20:18:23.531Z Compiling serde-untagged v0.1.9
6152026-03-25T20:18:24.175Z Compiling derive_more-impl v2.1.1
6162026-03-25T20:18:24.421Z Compiling itertools v0.14.0
6172026-03-25T20:18:24.510Z Compiling regex v1.12.3
6182026-03-25T20:18:24.585Z Compiling block-buffer v0.10.4
6192026-03-25T20:18:24.734Z Compiling crypto-common v0.1.7
6202026-03-25T20:18:24.744Z Compiling ppv-lite86 v0.2.21
6212026-03-25T20:18:24.865Z Compiling futures-executor v0.3.32
6222026-03-25T20:18:24.971Z Compiling rand_core v0.9.5
6232026-03-25T20:18:25.065Z Compiling pin-project-internal v1.1.11
6242026-03-25T20:18:25.222Z Compiling http-body-util v0.1.3
6252026-03-25T20:18:25.392Z Compiling uuid v1.22.0
6262026-03-25T20:18:25.483Z Compiling smol_str v0.3.6
6272026-03-25T20:18:25.814Z Compiling serde_spanned v1.1.0
6282026-03-25T20:18:25.859Z Compiling toml_datetime v1.1.0+spec-1.1.0
6292026-03-25T20:18:25.920Z Compiling filetime v0.2.27
6302026-03-25T20:18:25.936Z Compiling vte v0.14.1
6312026-03-25T20:18:25.967Z Compiling bstr v1.12.1
6322026-03-25T20:18:26.112Z Compiling iana-time-zone v0.1.65
6332026-03-25T20:18:26.122Z Compiling eyre v0.6.12
6342026-03-25T20:18:26.150Z Compiling nested v0.1.1
6352026-03-25T20:18:26.279Z Compiling color-spantrace v0.3.0
6362026-03-25T20:18:26.324Z Compiling xattr v1.6.1
6372026-03-25T20:18:26.341Z Compiling colorchoice v1.0.5
6382026-03-25T20:18:26.419Z Compiling self_update v0.42.0
6392026-03-25T20:18:26.443Z Compiling unicode-xid v0.2.6
6402026-03-25T20:18:26.457Z Compiling anstyle-query v1.1.5
6412026-03-25T20:18:26.555Z Compiling tinyvec_macros v0.1.1
6422026-03-25T20:18:26.571Z Compiling number_prefix v0.4.0
6432026-03-25T20:18:26.622Z Compiling anstyle v1.0.14
6442026-03-25T20:18:26.645Z Compiling litrs v1.0.0
6452026-03-25T20:18:26.650Z Compiling unicase v2.9.0
6462026-03-25T20:18:26.725Z Compiling is_terminal_polyfill v1.70.2
6472026-03-25T20:18:26.753Z Compiling static_assertions v1.1.0
6482026-03-25T20:18:26.816Z Compiling guppy v0.17.25
6492026-03-25T20:18:26.828Z Compiling anstream v1.0.0
6502026-03-25T20:18:26.840Z Compiling indicatif v0.17.11
6512026-03-25T20:18:27.048Z Compiling tinyvec v1.11.0
6522026-03-25T20:18:27.079Z Compiling document-features v0.2.12
6532026-03-25T20:18:27.347Z Compiling cargo-util-schemas v0.2.0
6542026-03-25T20:18:27.466Z Compiling tar v0.4.45
6552026-03-25T20:18:27.895Z Compiling globset v0.4.18
6562026-03-25T20:18:28.009Z Compiling chrono v0.4.44
6572026-03-25T20:18:29.288Z Compiling pin-project v1.1.11
6582026-03-25T20:18:29.389Z Compiling strip-ansi-escapes v0.2.1
6592026-03-25T20:18:29.771Z Compiling toml v1.1.0+spec-1.1.0
6602026-03-25T20:18:29.899Z Compiling nextest-metadata v0.12.2
6612026-03-25T20:18:30.001Z Compiling newtype-uuid v1.3.2
6622026-03-25T20:18:30.039Z Compiling reqwest v0.12.28
6632026-03-25T20:18:30.201Z Compiling rand_chacha v0.9.0
6642026-03-25T20:18:30.738Z Compiling futures v0.3.32
6652026-03-25T20:18:30.821Z Compiling derive_more v2.1.1
6662026-03-25T20:18:30.907Z Compiling digest v0.10.7
6672026-03-25T20:18:31.106Z Compiling flate2 v1.1.9
6682026-03-25T20:18:31.133Z Compiling parking_lot v0.12.5
6692026-03-25T20:18:31.358Z Compiling tracing-error v0.2.1
6702026-03-25T20:18:31.591Z Compiling shared_child v1.1.1
6712026-03-25T20:18:31.984Z Compiling signal-hook-mio v0.2.5
6722026-03-25T20:18:32.053Z Compiling self-replace v1.5.0
6732026-03-25T20:18:32.111Z Compiling cargo-platform v0.2.0
6742026-03-25T20:18:32.345Z Compiling quick-xml v0.38.4
6752026-03-25T20:18:32.673Z Compiling quick-xml v0.37.5
6762026-03-25T20:18:33.236Z Compiling recursion v0.5.4
6772026-03-25T20:18:33.395Z Compiling cpufeatures v0.2.17
6782026-03-25T20:18:33.427Z Compiling humantime v2.3.0
6792026-03-25T20:18:33.468Z Compiling shell-words v1.1.1
6802026-03-25T20:18:33.716Z Compiling urlencoding v2.1.3
6812026-03-25T20:18:33.852Z Compiling clap_lex v1.1.0
6822026-03-25T20:18:33.953Z Compiling strsim v0.11.1
6832026-03-25T20:18:33.963Z Compiling heck v0.5.0
6842026-03-25T20:18:34.159Z Compiling indenter v0.3.4
6852026-03-25T20:18:34.192Z Compiling clap_derive v4.6.0
6862026-03-25T20:18:34.207Z Compiling clap_builder v4.6.0
6872026-03-25T20:18:34.810Z Compiling humantime-serde v1.1.1
6882026-03-25T20:18:34.957Z Compiling sha2 v0.10.9
6892026-03-25T20:18:35.056Z Compiling nextest-filtering v0.15.0
6902026-03-25T20:18:35.930Z Compiling quick-junit v0.5.2
6912026-03-25T20:18:36.142Z Compiling atomicwrites v0.4.4
6922026-03-25T20:18:36.423Z Compiling cargo_metadata v0.20.0
6932026-03-25T20:18:38.962Z Compiling crossterm v0.29.0
6942026-03-25T20:18:39.001Z Compiling cargo-nextest v0.9.97
6952026-03-25T20:18:39.305Z Compiling duct v0.13.7
6962026-03-25T20:18:41.036Z Compiling zstd v0.13.3
6972026-03-25T20:18:41.247Z Compiling async-scoped v0.9.0
6982026-03-25T20:18:41.344Z Compiling config v0.15.22
6992026-03-25T20:18:41.434Z Compiling rand v0.9.2
7002026-03-25T20:18:41.454Z Compiling unicode-normalization v0.1.25
7012026-03-25T20:18:41.472Z Compiling target-spec-miette v0.4.5
7022026-03-25T20:18:41.507Z Compiling future-queue v0.4.0
7032026-03-25T20:18:41.775Z Compiling mukti-metadata v0.3.0
7042026-03-25T20:18:41.870Z Compiling tokio-stream v0.1.18
7052026-03-25T20:18:42.025Z Compiling camino-tempfile v1.4.1
7062026-03-25T20:18:42.172Z Compiling derive-where v1.6.1
7072026-03-25T20:18:42.175Z Compiling serde_path_to_error v0.1.20
7082026-03-25T20:18:42.264Z Compiling serde_ignored v0.1.14
7092026-03-25T20:18:42.390Z Compiling swrite v0.1.0
7102026-03-25T20:18:42.469Z Compiling home v0.5.12
7112026-03-25T20:18:42.502Z Compiling indent_write v2.2.0
7122026-03-25T20:18:42.610Z Compiling hex v0.4.3
7132026-03-25T20:18:42.627Z Compiling xxhash-rust v0.8.15
7142026-03-25T20:18:42.627Z Compiling color-eyre v0.6.5
7152026-03-25T20:18:42.664Z Compiling clap v4.6.0
7162026-03-25T20:18:42.746Z Compiling dialoguer v0.11.0
7172026-03-25T20:18:42.806Z Compiling enable-ansi-support v0.2.1
7182026-03-25T20:18:43.421Z Compiling nextest-runner v0.80.0
7192026-03-25T20:19:01.434Z Finished `release` profile [optimized] target(s) in 1m 10s
7202026-03-25T20:19:01.617Z Installing /home/build/.cargo/bin/cargo-nextest
7212026-03-25T20:19:01.622Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7222026-03-25T20:19:01.731Z+ source .github/buildomat/test-common.sh
7232026-03-25T20:19:01.734Z++ NEXTEST_VERSION=0.9.97
7242026-03-25T20:19:01.734Z++ PLATFORM=illumos
7252026-03-25T20:19:01.734Z++ banner install
7262026-03-25T20:19:01.734Z
7272026-03-25T20:19:01.734Z # # # #### ##### ## # #
7282026-03-25T20:19:01.735Z # ## # # # # # # #
7292026-03-25T20:19:01.735Z # # # # #### # # # # #
7302026-03-25T20:19:01.735Z # # # # # # ###### # #
7312026-03-25T20:19:01.735Z # # ## # # # # # # #
7322026-03-25T20:19:01.735Z # # # #### # # # ###### ######
7332026-03-25T20:19:01.735Z
7342026-03-25T20:19:01.735Z++ set +o errexit
7352026-03-25T20:19:01.738Z++ pkg info clang-15
7362026-03-25T20:19:01.738Z++ grep -qi installed
7372026-03-25T20:19:03.691Zpkg: info: no packages matching the following patterns you specified are
7382026-03-25T20:19:03.691Zinstalled on the system. Try querying remotely instead:
7392026-03-25T20:19:03.691Z
7402026-03-25T20:19:03.691Z clang-15
7412026-03-25T20:19:03.727Z++ [[ 1 != 0 ]]
7422026-03-25T20:19:03.728Z++ set -o errexit
7432026-03-25T20:19:03.728Z++ pfexec pkg install clang-15
7442026-03-25T20:19:09.912Z Startup: Refreshing catalog 'helios-dev' ... Done
7452026-03-25T20:19:16.616Z Startup: Caching catalogs ... Done
7462026-03-25T20:19:20.240ZPlanning: Solver setup ... Done
7472026-03-25T20:19:20.254ZPlanning: Running solver ... Done
7482026-03-25T20:19:20.375ZPlanning: Finding local manifests ... Done
7492026-03-25T20:19:20.394ZPlanning: Fetching manifests: 0/2 0% complete
7502026-03-25T20:19:20.887ZPlanning: Fetching manifests: 2/2 100% complete
7512026-03-25T20:19:20.915ZPlanning: Package planning ... Done
7522026-03-25T20:19:20.941ZPlanning: Merging actions ... Done
7532026-03-25T20:19:21.053ZPlanning: Checking for conflicting actions ... Done
7542026-03-25T20:19:21.059ZPlanning: Consolidating action changes ... Done
7552026-03-25T20:19:21.592ZPlanning: Evaluating mediators ... Done
7562026-03-25T20:19:21.598ZPlanning: Planning completed in 4.82 seconds
7572026-03-25T20:19:21.919Z Packages to install: 2
7582026-03-25T20:19:21.919Z Mediators to change: 2
7592026-03-25T20:19:21.919Z Services to change: 1
7602026-03-25T20:19:21.919Z Create boot environment: No
7612026-03-25T20:19:21.919ZCreate backup boot environment: No
7622026-03-25T20:19:21.957Z
7632026-03-25T20:19:21.957ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7642026-03-25T20:19:26.965ZDownload: 1998/3076 items 117.9/211.3MB 55% complete (24.9M/s)
7652026-03-25T20:19:31.760ZDownload: Completed 211.31 MB in 9.80 seconds (21.6M/s)
7662026-03-25T20:19:32.011Z Actions: 1/3418 actions (Installing new actions)
7672026-03-25T20:19:35.133Z Actions: Completed 3418 actions in 3.12 seconds.
7682026-03-25T20:19:35.442Z Done
7692026-03-25T20:19:35.442Z Done
7702026-03-25T20:19:36.122Z Done
7712026-03-25T20:19:39.302Z Done
7722026-03-25T20:19:39.381Z Done
7732026-03-25T20:19:39.384Z Done
7742026-03-25T20:19:39.618Z Done
7752026-03-25T20:19:40.261Z++ set -o errexit
7762026-03-25T20:19:40.261Z++ cargo --version
7772026-03-25T20:19:40.272Zcargo 1.94.0 (85eff7c80 2026-01-15)
7782026-03-25T20:19:40.274Z++ rustc --version
7792026-03-25T20:19:40.294Zrustc 1.94.0 (4a4ef493e 2026-03-02)
7802026-03-25T20:19:40.297Z++ cargo install cargo-nextest --version 0.9.97
7812026-03-25T20:19:40.349Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7822026-03-25T20:19:40.352Z+ pushd rdb
7832026-03-25T20:19:40.352Z+ PROPTEST_CASES=1000000
7842026-03-25T20:19:40.352Z+ cargo nextest run --lib proptest
7852026-03-25T20:19:40.352Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7862026-03-25T20:19:40.516Z Updating git repository `https://github.com/oxidecomputer/falcon`
7872026-03-25T20:19:41.162ZFrom https://github.com/oxidecomputer/falcon
7882026-03-25T20:19:41.162Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7892026-03-25T20:19:41.239Z Updating crates.io index
7902026-03-25T20:19:41.275Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7912026-03-25T20:19:42.407ZFrom https://github.com/oxidecomputer/dendrite
7922026-03-25T20:19:42.407Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7932026-03-25T20:19:42.497Z Updating git repository `https://github.com/oxidecomputer/ispf`
7942026-03-25T20:19:42.757ZFrom https://github.com/oxidecomputer/ispf
7952026-03-25T20:19:42.757Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7962026-03-25T20:19:42.763Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7972026-03-25T20:19:43.096ZFrom https://github.com/oxidecomputer/netadm-sys
7982026-03-25T20:19:43.096Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7992026-03-25T20:19:43.105Z Updating git repository `https://github.com/oxidecomputer/omicron`
8002026-03-25T20:19:51.018ZFrom https://github.com/oxidecomputer/omicron
8012026-03-25T20:19:51.019Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
8022026-03-25T20:19:51.438Z Updating git repository `https://github.com/oxidecomputer/opte`
8032026-03-25T20:19:52.051ZFrom https://github.com/oxidecomputer/opte
8042026-03-25T20:19:52.051Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8052026-03-25T20:19:52.232Z Updating git repository `https://github.com/illumos/smf-rs`
8062026-03-25T20:19:52.492ZFrom https://github.com/illumos/smf-rs
8072026-03-25T20:19:52.492Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8082026-03-25T20:19:52.622Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8092026-03-25T20:19:52.883ZFrom https://github.com/oxidecomputer/network-interface
8102026-03-25T20:19:52.883Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8112026-03-25T20:19:52.907Z Updating git repository `https://github.com/oxidecomputer/zone`
8122026-03-25T20:19:53.162ZFrom https://github.com/oxidecomputer/zone
8132026-03-25T20:19:53.162Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8142026-03-25T20:19:53.182Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152026-03-25T20:19:54.397ZFrom https://github.com/oxidecomputer/propolis
8162026-03-25T20:19:54.397Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8172026-03-25T20:19:54.503Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8182026-03-25T20:19:54.987ZFrom https://github.com/oxidecomputer/transceiver-control
8192026-03-25T20:19:54.987Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8202026-03-25T20:19:55.009Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212026-03-25T20:19:55.277ZFrom https://github.com/oxidecomputer/dlpi-sys
8222026-03-25T20:19:55.277Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8232026-03-25T20:19:55.284Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8242026-03-25T20:19:55.568ZFrom https://github.com/jmesmon/rust-libzfs
8252026-03-25T20:19:55.568Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8262026-03-25T20:19:55.575Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8272026-03-25T20:19:55.834ZFrom https://github.com/oxidecomputer/rusty-doors
8282026-03-25T20:19:55.834Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8292026-03-25T20:19:55.849Z Updating git repository `https://github.com/oxidecomputer/lldp`
8302026-03-25T20:19:56.136ZFrom https://github.com/oxidecomputer/lldp
8312026-03-25T20:19:56.136Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8322026-03-25T20:19:56.200Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8332026-03-25T20:19:56.465ZFrom https://github.com/oxidecomputer/slog-error-chain
8342026-03-25T20:19:56.466Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8352026-03-25T20:19:56.485Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8362026-03-25T20:19:56.777ZFrom https://github.com/oxidecomputer/tufaceous
8372026-03-25T20:19:56.777Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8382026-03-25T20:19:56.849Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8392026-03-25T20:19:57.287ZFrom https://github.com/oxidecomputer/management-gateway-service
8402026-03-25T20:19:57.287Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8412026-03-25T20:19:57.312Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-03-25T20:19:58.113ZFrom https://github.com/oxidecomputer/crucible
8432026-03-25T20:19:58.113Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8442026-03-25T20:19:58.352Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8452026-03-25T20:19:58.613ZFrom https://github.com/oxidecomputer/serde_human_bytes
8462026-03-25T20:19:58.613Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8472026-03-25T20:19:58.907Z Updating git repository `https://github.com/oxidecomputer/propolis`
8482026-03-25T20:19:59.206ZFrom https://github.com/oxidecomputer/propolis
8492026-03-25T20:19:59.206Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8502026-03-25T20:19:59.263Z Updating git repository `https://github.com/oxidecomputer/tofino`
8512026-03-25T20:19:59.532ZFrom https://github.com/oxidecomputer/tofino
8522026-03-25T20:19:59.532Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8532026-03-25T20:19:59.539Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8542026-03-25T20:20:00.081ZFrom https://github.com/oxidecomputer/maghemite
8552026-03-25T20:20:00.081Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8562026-03-25T20:20:00.170Z Updating git repository `https://github.com/oxidecomputer/clickward`
8572026-03-25T20:20:00.432ZFrom https://github.com/oxidecomputer/clickward
8582026-03-25T20:20:00.432Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8592026-03-25T20:20:00.664Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8602026-03-25T20:20:00.914ZFrom https://github.com/oxidecomputer/illumos-devinfo
8612026-03-25T20:20:00.914Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8622026-03-25T20:20:01.067Z Updating git repository `https://github.com/oxidecomputer/crucible`
8632026-03-25T20:20:01.464ZFrom https://github.com/oxidecomputer/crucible
8642026-03-25T20:20:01.464Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8652026-03-25T20:20:02.456Z Downloading crates ...
8662026-03-25T20:20:02.568Z Downloaded ciborium-ll v0.2.2
8672026-03-25T20:20:02.576Z Downloaded allocator-api2 v0.2.21
8682026-03-25T20:20:02.579Z Downloaded crc8 v0.1.1
8692026-03-25T20:20:02.579Z Downloaded bitflags v1.3.2
8702026-03-25T20:20:02.583Z Downloaded dof v0.3.0
8712026-03-25T20:20:02.583Z Downloaded arrayvec v0.7.6
8722026-03-25T20:20:02.586Z Downloaded foreign-types-macros v0.2.3
8732026-03-25T20:20:02.590Z Downloaded data-encoding v2.10.0
8742026-03-25T20:20:02.590Z Downloaded deranged v0.5.8
8752026-03-25T20:20:02.591Z Downloaded crossbeam-utils v0.8.21
8762026-03-25T20:20:02.594Z Downloaded colored v3.1.1
8772026-03-25T20:20:02.597Z Downloaded async-stream v0.3.6
8782026-03-25T20:20:02.597Z Downloaded ciborium-io v0.2.2
8792026-03-25T20:20:02.597Z Downloaded foreign-types v0.5.0
8802026-03-25T20:20:02.601Z Downloaded libscf-sys v1.1.0
8812026-03-25T20:20:02.601Z Downloaded hubpack_derive v0.1.1
8822026-03-25T20:20:02.601Z Downloaded fxhash v0.2.1
8832026-03-25T20:20:02.604Z Downloaded glob v0.3.3
8842026-03-25T20:20:02.611Z Downloaded heck v0.4.1
8852026-03-25T20:20:02.616Z Downloaded gethostname v0.5.0
8862026-03-25T20:20:02.616Z Downloaded async-trait v0.1.89
8872026-03-25T20:20:02.616Z Downloaded base16ct v1.0.0
8882026-03-25T20:20:02.616Z Downloaded aead v0.5.2
8892026-03-25T20:20:02.616Z Downloaded async-recursion v1.1.1
8902026-03-25T20:20:02.619Z Downloaded hubpack v0.1.2
8912026-03-25T20:20:02.619Z Downloaded arrayref v0.3.9
8922026-03-25T20:20:02.620Z Downloaded byteorder v1.5.0
8932026-03-25T20:20:02.622Z Downloaded convert_case v0.4.0
8942026-03-25T20:20:02.622Z Downloaded foreign-types-shared v0.3.1
8952026-03-25T20:20:02.626Z Downloaded hostname v0.4.2
8962026-03-25T20:20:02.629Z Downloaded cobs v0.3.0
8972026-03-25T20:20:02.632Z Downloaded hostname v0.3.1
8982026-03-25T20:20:02.632Z Downloaded git-stub v1.0.0
8992026-03-25T20:20:02.639Z Downloaded ciborium v0.2.2
9002026-03-25T20:20:02.642Z Downloaded macaddr v1.0.1
9012026-03-25T20:20:02.642Z Downloaded httpdate v1.0.3
9022026-03-25T20:20:02.642Z Downloaded hash32 v0.3.1
9032026-03-25T20:20:02.646Z Downloaded const-random v0.1.18
9042026-03-25T20:20:02.646Z Downloaded base16ct v0.2.0
9052026-03-25T20:20:02.646Z Downloaded chacha20 v0.10.0
9062026-03-25T20:20:02.649Z Downloaded mime v0.3.17
9072026-03-25T20:20:02.649Z Downloaded git-stub-vcs v0.1.0
9082026-03-25T20:20:02.649Z Downloaded group v0.13.0
9092026-03-25T20:20:02.649Z Downloaded daft-derive v0.1.5
9102026-03-25T20:20:02.653Z Downloaded highway v1.3.0
9112026-03-25T20:20:02.657Z Downloaded byte-wrapper v0.1.0
9122026-03-25T20:20:02.657Z Downloaded bit-set v0.8.0
9132026-03-25T20:20:02.662Z Downloaded dof v0.4.0
9142026-03-25T20:20:02.662Z Downloaded fs_extra v1.3.0
9152026-03-25T20:20:02.662Z Downloaded fs-err v3.3.0
9162026-03-25T20:20:02.662Z Downloaded foldhash v0.2.0
9172026-03-25T20:20:02.671Z Downloaded bit-vec v0.8.0
9182026-03-25T20:20:02.676Z Downloaded displaydoc v0.2.5
9192026-03-25T20:20:02.676Z Downloaded hmac v0.12.1
9202026-03-25T20:20:02.676Z Downloaded omicron-workspace-hack v0.1.0
9212026-03-25T20:20:02.676Z Downloaded no-std-compat v0.4.1
9222026-03-25T20:20:02.676Z Downloaded memmap v0.7.0
9232026-03-25T20:20:02.676Z Downloaded instant v0.1.13
9242026-03-25T20:20:02.676Z Downloaded defmt v0.3.100
9252026-03-25T20:20:02.676Z Downloaded constant_time_eq v0.4.2
9262026-03-25T20:20:02.681Z Downloaded embedded-io v0.4.0
9272026-03-25T20:20:02.681Z Downloaded newtype-uuid-macros v0.1.0
9282026-03-25T20:20:02.681Z Downloaded newline-converter v0.3.0
9292026-03-25T20:20:02.681Z Downloaded natord v1.0.9
9302026-03-25T20:20:02.681Z Downloaded num-derive v0.3.3
9312026-03-25T20:20:02.684Z Downloaded const-random-macro v0.1.16
9322026-03-25T20:20:02.684Z Downloaded async-stream-impl v0.3.6
9332026-03-25T20:20:02.684Z Downloaded newtype_derive v0.1.6
9342026-03-25T20:20:02.684Z Downloaded match_cfg v0.1.0
9352026-03-25T20:20:02.684Z Downloaded darling_macro v0.21.3
9362026-03-25T20:20:02.684Z Downloaded linked-hash-map v0.5.6
9372026-03-25T20:20:02.684Z Downloaded inout v0.1.4
9382026-03-25T20:20:02.687Z Downloaded cipher v0.4.4
9392026-03-25T20:20:02.687Z Downloaded num_enum_derive v0.5.11
9402026-03-25T20:20:02.690Z Downloaded internet-checksum v0.2.1
9412026-03-25T20:20:02.690Z Downloaded embedded-io v0.6.1
9422026-03-25T20:20:02.693Z Downloaded fixedbitset v0.4.2
9432026-03-25T20:20:02.693Z Downloaded dtrace-parser v0.2.0
9442026-03-25T20:20:02.697Z Downloaded lru-cache v0.1.2
9452026-03-25T20:20:02.697Z Downloaded managed v0.8.0
9462026-03-25T20:20:02.700Z Downloaded dyn-clone v1.0.20
9472026-03-25T20:20:02.700Z Downloaded darling_macro v0.23.0
9482026-03-25T20:20:02.700Z Downloaded cstr-argument v0.1.2
9492026-03-25T20:20:02.700Z Downloaded crunchy v0.2.4
9502026-03-25T20:20:02.700Z Downloaded crucible-workspace-hack v0.1.0
9512026-03-25T20:20:02.700Z Downloaded float-ord v0.3.2
9522026-03-25T20:20:02.703Z Downloaded dropshot-api-manager-types v0.5.2
9532026-03-25T20:20:02.706Z Downloaded dtrace-parser v0.3.0
9542026-03-25T20:20:02.709Z Downloaded defmt-parser v1.0.0
9552026-03-25T20:20:02.713Z Downloaded memoffset v0.9.1
9562026-03-25T20:20:02.715Z Downloaded cpufeatures v0.3.0
9572026-03-25T20:20:02.718Z Downloaded enum-as-inner v0.6.1
9582026-03-25T20:20:02.723Z Downloaded num v0.4.3
9592026-03-25T20:20:02.728Z Downloaded is-terminal v0.4.17
9602026-03-25T20:20:02.731Z Downloaded olpc-cjson v0.1.4
9612026-03-25T20:20:02.731Z Downloaded num-iter v0.1.45
9622026-03-25T20:20:02.731Z Downloaded dunce v1.0.5
9632026-03-25T20:20:02.731Z Downloaded opaque-debug v0.3.1
9642026-03-25T20:20:02.734Z Downloaded defmt-macros v1.0.1
9652026-03-25T20:20:02.734Z Downloaded num_threads v0.1.7
9662026-03-25T20:20:02.734Z Downloaded num-derive v0.4.2
9672026-03-25T20:20:02.740Z Downloaded ident_case v1.0.1
9682026-03-25T20:20:02.740Z Downloaded cmake v0.1.57
9692026-03-25T20:20:02.740Z Downloaded chacha20 v0.9.1
9702026-03-25T20:20:02.745Z Downloaded anyhow v1.0.102
9712026-03-25T20:20:02.746Z Downloaded keccak v0.1.6
9722026-03-25T20:20:02.746Z Downloaded backoff v0.4.0
9732026-03-25T20:20:02.750Z Downloaded bcs v0.1.6
9742026-03-25T20:20:02.750Z Downloaded hickory-resolver v0.25.2
9752026-03-25T20:20:02.753Z Downloaded parse-display v0.10.0
9762026-03-25T20:20:02.753Z Downloaded powerfmt v0.2.0
9772026-03-25T20:20:02.753Z Downloaded phf_shared v0.12.1
9782026-03-25T20:20:02.753Z Downloaded icu_properties v2.1.2
9792026-03-25T20:20:02.753Z Downloaded potential_utf v0.1.4
9802026-03-25T20:20:02.756Z Downloaded arc-swap v1.9.0
9812026-03-25T20:20:02.759Z Downloaded proc-macro-error-attr v1.0.4
9822026-03-25T20:20:02.762Z Downloaded plain v0.2.3
9832026-03-25T20:20:02.762Z Downloaded pretty-hex v0.4.2
9842026-03-25T20:20:02.767Z Downloaded proc-macro-crate v1.3.1
9852026-03-25T20:20:02.767Z Downloaded ingot-types v0.1.2
9862026-03-25T20:20:02.770Z Downloaded progenitor-client v0.11.2
9872026-03-25T20:20:02.770Z Downloaded num_enum_derive v0.7.6
9882026-03-25T20:20:02.770Z Downloaded num-conv v0.2.0
9892026-03-25T20:20:02.770Z Downloaded libsw v3.5.0
9902026-03-25T20:20:02.770Z Downloaded proc-macro-error-attr2 v2.0.0
9912026-03-25T20:20:02.770Z Downloaded progenitor-macro v0.10.0
9922026-03-25T20:20:02.776Z Downloaded proc-macro-crate v3.5.0
9932026-03-25T20:20:02.776Z Downloaded progenitor-client v0.10.0
9942026-03-25T20:20:02.776Z Downloaded progenitor-macro v0.11.2
9952026-03-25T20:20:02.779Z Downloaded quick-error v1.2.3
9962026-03-25T20:20:02.779Z Downloaded progenitor-macro v0.13.0
9972026-03-25T20:20:02.779Z Downloaded ref-cast v1.0.25
9982026-03-25T20:20:02.779Z Downloaded bytecount v0.6.9
9992026-03-25T20:20:02.783Z Downloaded same-file v1.0.6
10002026-03-25T20:20:02.783Z Downloaded rustc_version v0.1.7
10012026-03-25T20:20:02.783Z Downloaded rand_chacha v0.3.1
10022026-03-25T20:20:02.786Z Downloaded derive-ex v0.1.8
10032026-03-25T20:20:02.786Z Downloaded multer v3.1.0
10042026-03-25T20:20:02.789Z Downloaded erased-serde v0.3.31
10052026-03-25T20:20:02.794Z Downloaded half v2.7.1
10062026-03-25T20:20:02.797Z Downloaded defmt v1.0.1
10072026-03-25T20:20:02.797Z Downloaded critical-section v1.2.0
10082026-03-25T20:20:02.800Z Downloaded daft v0.1.5
10092026-03-25T20:20:02.800Z Downloaded icu_provider v2.1.1
10102026-03-25T20:20:02.805Z Downloaded parking_lot_core v0.8.6
10112026-03-25T20:20:02.805Z Downloaded ingot v0.1.1
10122026-03-25T20:20:02.809Z Downloaded drift v0.1.3
10132026-03-25T20:20:02.809Z Downloaded rand_xorshift v0.4.0
10142026-03-25T20:20:02.809Z Downloaded const_format_proc_macros v0.2.34
10152026-03-25T20:20:02.813Z Downloaded num-integer v0.1.46
10162026-03-25T20:20:02.813Z Downloaded oxnet v0.1.4
10172026-03-25T20:20:02.813Z Downloaded num_enum v0.7.6
10182026-03-25T20:20:02.818Z Downloaded num_enum v0.5.11
10192026-03-25T20:20:02.824Z Downloaded oxide-tokio-rt v0.1.3
10202026-03-25T20:20:02.824Z Downloaded num-rational v0.4.2
10212026-03-25T20:20:02.824Z Downloaded idna_adapter v1.2.1
10222026-03-25T20:20:02.824Z Downloaded ff v0.13.1
10232026-03-25T20:20:02.824Z Downloaded crossbeam-epoch v0.9.18
10242026-03-25T20:20:02.828Z Downloaded pem v3.0.6
10252026-03-25T20:20:02.828Z Downloaded password-hash v0.5.0
10262026-03-25T20:20:02.828Z Downloaded argon2 v0.5.3
10272026-03-25T20:20:02.828Z Downloaded ipnetwork v0.21.1
10282026-03-25T20:20:02.836Z Downloaded scroll_derive v0.12.1
10292026-03-25T20:20:02.836Z Downloaded diff v0.1.13
10302026-03-25T20:20:02.836Z Downloaded cargo_toml v0.22.3
10312026-03-25T20:20:02.836Z Downloaded linear-map v1.2.0
10322026-03-25T20:20:02.836Z Downloaded libsw-core v0.3.2
10332026-03-25T20:20:02.843Z Downloaded cancel-safe-futures v0.1.5
10342026-03-25T20:20:02.843Z Downloaded scroll_derive v0.13.1
10352026-03-25T20:20:02.848Z Downloaded serial_test_derive v3.4.0
10362026-03-25T20:20:02.848Z Downloaded semver v0.1.20
10372026-03-25T20:20:02.848Z Downloaded parse-display-derive v0.10.0
10382026-03-25T20:20:02.848Z Downloaded paste v1.0.15
10392026-03-25T20:20:02.848Z Downloaded ingot-macros v0.1.1
10402026-03-25T20:20:02.848Z Downloaded progenitor-client v0.13.0
10412026-03-25T20:20:02.852Z Downloaded progenitor v0.10.0
10422026-03-25T20:20:02.852Z Downloaded proc-macro-error2 v2.0.1
10432026-03-25T20:20:02.852Z Downloaded sha1 v0.10.6
10442026-03-25T20:20:02.852Z Downloaded progenitor v0.11.2
10452026-03-25T20:20:02.857Z Downloaded slog-envlogger v2.2.0
10462026-03-25T20:20:02.857Z Downloaded serde-big-array v0.5.1
10472026-03-25T20:20:02.857Z Downloaded progenitor v0.13.0
10482026-03-25T20:20:02.857Z Downloaded poly1305 v0.8.0
10492026-03-25T20:20:02.860Z Downloaded slog-bunyan v2.5.0
10502026-03-25T20:20:02.860Z Downloaded serde_repr v0.1.20
10512026-03-25T20:20:02.860Z Downloaded heapless v0.8.0
10522026-03-25T20:20:02.863Z Downloaded siphasher v1.0.2
10532026-03-25T20:20:02.863Z Downloaded rustls-pemfile v2.2.0
10542026-03-25T20:20:02.866Z Downloaded serial_test v3.4.0
10552026-03-25T20:20:02.866Z Downloaded omicron-zone-package v0.12.2
10562026-03-25T20:20:02.870Z Downloaded resolv-conf v0.7.6
10572026-03-25T20:20:02.870Z Downloaded memmap2 v0.9.10
10582026-03-25T20:20:02.870Z Downloaded serde_plain v1.0.2
10592026-03-25T20:20:02.874Z Downloaded blake2 v0.10.6
10602026-03-25T20:20:02.874Z Downloaded darling v0.23.0
10612026-03-25T20:20:02.877Z Downloaded csv-core v0.1.13
10622026-03-25T20:20:02.877Z Downloaded icu_locale_core v2.1.1
10632026-03-25T20:20:02.882Z Downloaded num-complex v0.4.6
10642026-03-25T20:20:02.882Z Downloaded cookie v0.18.1
10652026-03-25T20:20:02.882Z Downloaded console v0.16.3
10662026-03-25T20:20:02.885Z Downloaded backon v1.6.0
10672026-03-25T20:20:02.885Z Downloaded secrecy v0.10.3
10682026-03-25T20:20:02.885Z Downloaded sigpipe v0.1.3
10692026-03-25T20:20:02.885Z Downloaded proc-macro-error v1.0.4
10702026-03-25T20:20:02.890Z Downloaded icu_collections v2.1.1
10712026-03-25T20:20:02.894Z Downloaded smawk v0.3.2
10722026-03-25T20:20:02.894Z Downloaded minimal-lexical v0.2.1
10732026-03-25T20:20:02.897Z Downloaded rand_core v0.10.0
10742026-03-25T20:20:02.900Z Downloaded rusty-fork v0.3.1
10752026-03-25T20:20:02.900Z Downloaded rustversion v1.0.22
10762026-03-25T20:20:02.900Z Downloaded rustls-native-certs v0.8.3
10772026-03-25T20:20:02.907Z Downloaded spin v0.5.2
10782026-03-25T20:20:02.912Z Downloaded strum v0.27.2
10792026-03-25T20:20:02.912Z Downloaded strum v0.26.3
10802026-03-25T20:20:02.912Z Downloaded tagptr v0.2.0
10812026-03-25T20:20:02.912Z Downloaded tabled_derive v0.7.0
10822026-03-25T20:20:02.912Z Downloaded structmeta-derive v0.3.0
10832026-03-25T20:20:02.912Z Downloaded pest_derive v2.8.6
10842026-03-25T20:20:02.912Z Downloaded dropshot-api-manager v0.5.2
10852026-03-25T20:20:02.915Z Downloaded ref-cast-impl v1.0.25
10862026-03-25T20:20:02.916Z Downloaded litemap v0.8.1
10872026-03-25T20:20:02.916Z Downloaded structmeta v0.3.0
10882026-03-25T20:20:02.916Z Downloaded schemars_derive v0.8.22
10892026-03-25T20:20:02.921Z Downloaded tabwriter v1.4.1
10902026-03-25T20:20:02.921Z Downloaded testing_table v0.3.0
10912026-03-25T20:20:02.922Z Downloaded take_mut v0.2.2
10922026-03-25T20:20:02.922Z Downloaded tabled_derive v0.11.0
10932026-03-25T20:20:02.926Z Downloaded phf v0.12.1
10942026-03-25T20:20:02.926Z Downloaded pest_generator v2.8.6
10952026-03-25T20:20:02.926Z Downloaded thread-id v4.2.2
10962026-03-25T20:20:02.926Z Downloaded thiserror-impl-no-std v2.0.2
10972026-03-25T20:20:02.926Z Downloaded termtree v0.5.1
10982026-03-25T20:20:02.929Z Downloaded scroll v0.13.0
10992026-03-25T20:20:02.929Z Downloaded progenitor-extras v0.1.1
11002026-03-25T20:20:02.929Z Downloaded scroll v0.12.0
11012026-03-25T20:20:02.933Z Downloaded parking_lot v0.11.2
11022026-03-25T20:20:02.933Z Downloaded postcard v1.1.3
11032026-03-25T20:20:02.937Z Downloaded sdd v3.0.10
11042026-03-25T20:20:02.937Z Downloaded time-core v0.1.8
11052026-03-25T20:20:02.940Z Downloaded slog-stdlog v4.1.1
11062026-03-25T20:20:02.940Z Downloaded slog-async v2.8.0
11072026-03-25T20:20:02.941Z Downloaded serde_tokenstream v0.2.3
11082026-03-25T20:20:02.941Z Downloaded serde_derive_internals v0.29.1
11092026-03-25T20:20:02.941Z Downloaded thread-id v5.1.0
11102026-03-25T20:20:02.945Z Downloaded topological-sort v0.2.2
11112026-03-25T20:20:02.951Z Downloaded indexmap v1.9.3
11122026-03-25T20:20:02.951Z Downloaded icu_normalizer_data v2.1.1
11132026-03-25T20:20:02.951Z Downloaded icu_normalizer v2.1.1
11142026-03-25T20:20:02.954Z Downloaded dropshot_endpoint v0.16.7
11152026-03-25T20:20:02.954Z Downloaded derive_more v0.99.20
11162026-03-25T20:20:02.959Z Downloaded slog-json v2.6.1
11172026-03-25T20:20:02.966Z Downloaded crossbeam-deque v0.8.6
11182026-03-25T20:20:02.966Z Downloaded darling v0.21.3
11192026-03-25T20:20:02.966Z Downloaded smf v0.2.3
11202026-03-25T20:20:02.971Z Downloaded universal-hash v0.5.1
11212026-03-25T20:20:02.971Z Downloaded usdt-macro v0.5.0
11222026-03-25T20:20:02.971Z Downloaded usdt-attr-macro v0.5.0
11232026-03-25T20:20:02.971Z Downloaded unarray v0.1.4
11242026-03-25T20:20:02.971Z Downloaded slog-scope v4.4.1
11252026-03-25T20:20:02.993Z Downloaded usdt-macro v0.6.0
11262026-03-25T20:20:02.993Z Downloaded usdt-attr-macro v0.6.0
11272026-03-25T20:20:02.993Z Downloaded typify-macro v0.6.1
11282026-03-25T20:20:02.993Z Downloaded usdt v0.6.0
11292026-03-25T20:20:02.993Z Downloaded untrusted v0.7.1
11302026-03-25T20:20:02.993Z Downloaded typify-macro v0.4.3
11312026-03-25T20:20:02.993Z Downloaded synstructure v0.13.2
11322026-03-25T20:20:02.993Z Downloaded smartstring v1.0.1
11332026-03-25T20:20:02.993Z Downloaded utf-8 v0.7.6
11342026-03-25T20:20:02.993Z Downloaded usdt v0.5.0
11352026-03-25T20:20:02.993Z Downloaded strum_macros v0.27.2
11362026-03-25T20:20:03.000Z Downloaded snafu-derive v0.8.9
11372026-03-25T20:20:03.000Z Downloaded wait-timeout v0.2.1
11382026-03-25T20:20:03.000Z Downloaded slog-term v2.9.2
11392026-03-25T20:20:03.000Z Downloaded papergrid v0.11.0
11402026-03-25T20:20:03.000Z Downloaded waitgroup v0.1.2
11412026-03-25T20:20:03.000Z Downloaded stable_deref_trait v1.2.1
11422026-03-25T20:20:03.000Z Downloaded chacha20poly1305 v0.10.1
11432026-03-25T20:20:03.007Z Downloaded yoke-derive v0.8.1
11442026-03-25T20:20:03.007Z Downloaded zerofrom-derive v0.1.6
11452026-03-25T20:20:03.010Z Downloaded zeroize_derive v1.4.3
11462026-03-25T20:20:03.010Z Downloaded thiserror-no-std v2.0.2
11472026-03-25T20:20:03.010Z Downloaded zone v0.3.1
11482026-03-25T20:20:03.014Z Downloaded serde_with_macros v3.18.0
11492026-03-25T20:20:03.019Z Downloaded zone_cfg_derive v0.3.1
11502026-03-25T20:20:03.023Z Downloaded slog-dtrace v0.3.0
11512026-03-25T20:20:03.023Z Downloaded strum_macros v0.26.4
11522026-03-25T20:20:03.023Z Downloaded papergrid v0.17.0
11532026-03-25T20:20:03.026Z Downloaded tokio-dtrace v0.1.1
11542026-03-25T20:20:03.026Z Downloaded tokio-tungstenite v0.21.0
11552026-03-25T20:20:03.031Z Downloaded tokio-rustls v0.25.0
11562026-03-25T20:20:03.036Z Downloaded tiny-keccak v2.0.2
11572026-03-25T20:20:03.036Z Downloaded time-macros v0.2.27
11582026-03-25T20:20:03.040Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-03-25T20:20:03.040Z Downloaded tinystr v0.8.2
11602026-03-25T20:20:03.040Z Downloaded indicatif v0.18.4
11612026-03-25T20:20:03.043Z Downloaded darling_core v0.23.0
11622026-03-25T20:20:03.044Z Downloaded unit-prefix v0.5.2
11632026-03-25T20:20:03.044Z Downloaded darling_core v0.21.3
11642026-03-25T20:20:03.046Z Downloaded progenitor-impl v0.11.2
11652026-03-25T20:20:03.051Z Downloaded usdt-impl v0.5.0
11662026-03-25T20:20:03.054Z Downloaded rustls-platform-verifier v0.6.2
11672026-03-25T20:20:03.058Z Downloaded usdt-impl v0.6.0
11682026-03-25T20:20:03.063Z Downloaded writeable v0.6.2
11692026-03-25T20:20:03.067Z Downloaded term v1.2.1
11702026-03-25T20:20:03.067Z Downloaded base64 v0.21.7
11712026-03-25T20:20:03.071Z Downloaded prettyplease v0.2.37
11722026-03-25T20:20:03.071Z Downloaded zerofrom v0.1.6
11732026-03-25T20:20:03.071Z Downloaded whoami v1.6.1
11742026-03-25T20:20:03.074Z Downloaded walkdir v2.5.0
11752026-03-25T20:20:03.074Z Downloaded thin-vec v0.2.14
11762026-03-25T20:20:03.074Z Downloaded xz2 v0.1.7
11772026-03-25T20:20:03.074Z Downloaded progenitor-impl v0.10.0
11782026-03-25T20:20:03.080Z Downloaded yoke v0.8.1
11792026-03-25T20:20:03.080Z Downloaded hickory-resolver v0.24.4
11802026-03-25T20:20:03.083Z Downloaded schemars v0.8.22
11812026-03-25T20:20:03.086Z Downloaded hashbrown v0.12.3
11822026-03-25T20:20:03.089Z Downloaded progenitor-impl v0.13.0
11832026-03-25T20:20:03.093Z Downloaded ucd-trie v0.1.7
11842026-03-25T20:20:03.098Z Downloaded const_format v0.2.35
11852026-03-25T20:20:03.102Z Downloaded crypto-bigint v0.5.5
11862026-03-25T20:20:03.105Z Downloaded slog v2.8.2
11872026-03-25T20:20:03.105Z Downloaded crossbeam-channel v0.5.15
11882026-03-25T20:20:03.107Z Downloaded elliptic-curve v0.13.8
11892026-03-25T20:20:03.111Z Downloaded schemars v0.9.0
11902026-03-25T20:20:03.116Z Downloaded spin v0.9.8
11912026-03-25T20:20:03.119Z Downloaded rhai_codegen v3.1.0
11922026-03-25T20:20:03.122Z Downloaded vsss-rs v3.3.4
11932026-03-25T20:20:03.125Z Downloaded test-strategy v0.4.5
11942026-03-25T20:20:03.125Z Downloaded zerocopy-derive v0.7.35
11952026-03-25T20:20:03.130Z Downloaded zerovec-derive v0.11.2
11962026-03-25T20:20:03.133Z Downloaded tungstenite v0.21.0
11972026-03-25T20:20:03.133Z Downloaded pretty_assertions v1.4.1
11982026-03-25T20:20:03.137Z Downloaded jiff-static v0.2.23
11992026-03-25T20:20:03.137Z Downloaded serde_yaml v0.9.34+deprecated
12002026-03-25T20:20:03.140Z Downloaded toml v0.9.12+spec-1.1.0
12012026-03-25T20:20:03.140Z Downloaded expectorate v1.2.0
12022026-03-25T20:20:03.140Z Downloaded toml v0.7.8
12032026-03-25T20:20:03.143Z Downloaded similar v2.7.0
12042026-03-25T20:20:03.147Z Downloaded typify v0.6.1
12052026-03-25T20:20:03.147Z Downloaded pest_meta v2.8.6
12062026-03-25T20:20:03.152Z Downloaded unsafe-libyaml v0.2.11
12072026-03-25T20:20:03.152Z Downloaded rayon-core v1.13.0
12082026-03-25T20:20:03.155Z Downloaded qorb v0.4.1
12092026-03-25T20:20:03.155Z Downloaded schemars v1.2.1
12102026-03-25T20:20:03.161Z Downloaded rand v0.8.5
12112026-03-25T20:20:03.175Z Downloaded toml_edit v0.25.8+spec-1.1.0
12122026-03-25T20:20:03.178Z Downloaded snafu v0.8.9
12132026-03-25T20:20:03.181Z Downloaded typify v0.4.3
12142026-03-25T20:20:03.186Z Downloaded itertools v0.12.1
12152026-03-25T20:20:03.190Z Downloaded nom v7.1.3
12162026-03-25T20:20:03.193Z Downloaded steno v0.4.1
12172026-03-25T20:20:03.198Z Downloaded iddqd v0.3.17
12182026-03-25T20:20:03.201Z Downloaded zerotrie v0.2.3
12192026-03-25T20:20:03.204Z Downloaded rand v0.10.0
12202026-03-25T20:20:03.219Z Downloaded yansi v1.0.1
12212026-03-25T20:20:03.222Z Downloaded pest v2.8.6
12222026-03-25T20:20:03.229Z Downloaded zerocopy-derive v0.8.47
12232026-03-25T20:20:03.232Z Downloaded toml_edit v0.19.15
12242026-03-25T20:20:03.241Z Downloaded icu_properties_data v2.1.2
12252026-03-25T20:20:03.260Z Downloaded typed-path v0.9.3
12262026-03-25T20:20:03.263Z Downloaded goblin v0.8.2
12272026-03-25T20:20:03.269Z Downloaded hkdf v0.12.4
12282026-03-25T20:20:03.278Z Downloaded scc v2.4.0
12292026-03-25T20:20:03.298Z Downloaded reqwest v0.13.2
12302026-03-25T20:20:03.303Z Downloaded nom v8.0.0
12312026-03-25T20:20:03.306Z Downloaded zerovec v0.11.5
12322026-03-25T20:20:03.310Z Downloaded libm v0.2.16
12332026-03-25T20:20:03.315Z Downloaded tough v0.20.0
12342026-03-25T20:20:03.329Z Downloaded rayon v1.11.0
12352026-03-25T20:20:03.334Z Downloaded blake3 v1.8.3
12362026-03-25T20:20:03.338Z Downloaded aws-lc-rs v1.16.2
12372026-03-25T20:20:03.344Z Downloaded serde_with v3.18.0
12382026-03-25T20:20:03.355Z Downloaded rustls-webpki v0.102.8
12392026-03-25T20:20:03.366Z Downloaded zerocopy v0.7.35
12402026-03-25T20:20:03.373Z Downloaded winnow v0.5.40
12412026-03-25T20:20:03.386Z Downloaded tabled v0.15.0
12422026-03-25T20:20:03.394Z Downloaded proptest v1.11.0
12432026-03-25T20:20:03.398Z Downloaded time v0.3.47
12442026-03-25T20:20:03.404Z Downloaded moka v0.12.15
12452026-03-25T20:20:03.408Z Downloaded tabled v0.20.0
12462026-03-25T20:20:03.419Z Downloaded goblin v0.10.5
12472026-03-25T20:20:03.434Z Downloaded syn v1.0.109
12482026-03-25T20:20:03.470Z Downloaded dropshot v0.16.7
12492026-03-25T20:20:03.488Z Downloaded nix v0.31.2
12502026-03-25T20:20:03.504Z Downloaded rustls v0.22.4
12512026-03-25T20:20:03.512Z Downloaded regress v0.10.5
12522026-03-25T20:20:03.516Z Downloaded smoltcp v0.11.0
12532026-03-25T20:20:03.522Z Downloaded rhai v1.24.0
12542026-03-25T20:20:03.527Z Downloaded hickory-proto v0.24.4
12552026-03-25T20:20:03.535Z Downloaded hickory-proto v0.25.2
12562026-03-25T20:20:03.543Z Downloaded openapiv3 v2.2.0
12572026-03-25T20:20:03.571Z Downloaded typify-impl v0.6.1
12582026-03-25T20:20:03.581Z Downloaded sled v0.34.7
12592026-03-25T20:20:03.601Z Downloaded typify-impl v0.4.3
12602026-03-25T20:20:03.633Z Downloaded petgraph v0.6.5
12612026-03-25T20:20:03.644Z Downloaded lzma-sys v0.1.20
12622026-03-25T20:20:03.675Z Downloaded jiff v0.2.23
12632026-03-25T20:20:03.681Z Downloaded sha3 v0.10.8
12642026-03-25T20:20:03.686Z Downloaded chrono-tz v0.10.4
12652026-03-25T20:20:03.699Z Downloaded csv v1.4.0
12662026-03-25T20:20:03.783Z Downloaded encoding_rs v0.8.35
12672026-03-25T20:20:04.556Z Downloaded aws-lc-sys v0.39.0
12682026-03-25T20:20:05.444Z Compiling proc-macro2 v1.0.106
12692026-03-25T20:20:05.444Z Compiling unicode-ident v1.0.24
12702026-03-25T20:20:05.444Z Compiling quote v1.0.45
12712026-03-25T20:20:05.447Z Compiling serde_core v1.0.228
12722026-03-25T20:20:05.447Z Compiling cfg-if v1.0.4
12732026-03-25T20:20:05.447Z Compiling serde v1.0.228
12742026-03-25T20:20:05.447Z Compiling libc v0.2.183
12752026-03-25T20:20:05.447Z Compiling memchr v2.8.0
12762026-03-25T20:20:05.685Z Compiling itoa v1.0.18
12772026-03-25T20:20:05.851Z Compiling smallvec v1.15.1
12782026-03-25T20:20:05.870Z Compiling zmij v1.0.21
12792026-03-25T20:20:05.899Z Compiling serde_json v1.0.149
12802026-03-25T20:20:06.055Z Compiling autocfg v1.5.0
12812026-03-25T20:20:06.130Z Compiling libm v0.2.16
12822026-03-25T20:20:06.279Z Compiling version_check v0.9.5
12832026-03-25T20:20:06.344Z Compiling stable_deref_trait v1.2.1
12842026-03-25T20:20:06.403Z Compiling pin-project-lite v0.2.17
12852026-03-25T20:20:06.416Z Compiling percent-encoding v2.3.2
12862026-03-25T20:20:06.435Z Compiling writeable v0.6.2
12872026-03-25T20:20:06.456Z Compiling litemap v0.8.1
12882026-03-25T20:20:06.549Z Compiling icu_properties_data v2.1.2
12892026-03-25T20:20:06.605Z Compiling icu_normalizer_data v2.1.1
12902026-03-25T20:20:06.625Z Compiling iana-time-zone v0.1.65
12912026-03-25T20:20:06.636Z Compiling scopeguard v1.2.0
12922026-03-25T20:20:06.737Z Compiling syn v2.0.117
12932026-03-25T20:20:06.772Z Compiling equivalent v1.0.2
12942026-03-25T20:20:06.842Z Compiling parking_lot_core v0.9.12
12952026-03-25T20:20:06.853Z Compiling lock_api v0.4.14
12962026-03-25T20:20:06.872Z Compiling form_urlencoded v1.2.2
12972026-03-25T20:20:06.898Z Compiling foldhash v0.2.0
12982026-03-25T20:20:06.911Z Compiling utf8_iter v1.0.4
12992026-03-25T20:20:07.045Z Compiling allocator-api2 v0.2.21
13002026-03-25T20:20:07.048Z Compiling dyn-clone v1.0.20
13012026-03-25T20:20:07.071Z Compiling num-traits v0.2.19
13022026-03-25T20:20:07.106Z Compiling jobserver v0.1.34
13032026-03-25T20:20:07.125Z Compiling find-msvc-tools v0.1.9
13042026-03-25T20:20:07.194Z Compiling shlex v1.3.0
13052026-03-25T20:20:07.349Z Compiling hashbrown v0.16.1
13062026-03-25T20:20:07.366Z Compiling cc v1.2.57
13072026-03-25T20:20:07.377Z Compiling log v0.4.29
13082026-03-25T20:20:07.414Z Compiling errno v0.3.14
13092026-03-25T20:20:07.562Z Compiling semver v1.0.27
13102026-03-25T20:20:07.626Z Compiling rand_core v0.10.0
13112026-03-25T20:20:07.758Z Compiling futures-core v0.3.32
13122026-03-25T20:20:07.826Z Compiling getrandom v0.4.2
13132026-03-25T20:20:07.904Z Compiling thiserror v2.0.18
13142026-03-25T20:20:07.939Z Compiling indexmap v2.13.0
13152026-03-25T20:20:07.950Z Compiling zerocopy v0.8.47
13162026-03-25T20:20:08.080Z Compiling heck v0.5.0
13172026-03-25T20:20:08.280Z Compiling futures-sink v0.3.32
13182026-03-25T20:20:08.345Z Compiling fnv v1.0.7
13192026-03-25T20:20:08.367Z Compiling slab v0.4.12
13202026-03-25T20:20:08.377Z Compiling uuid v1.22.0
13212026-03-25T20:20:08.423Z Compiling futures-channel v0.3.32
13222026-03-25T20:20:08.438Z Compiling rustversion v1.0.22
13232026-03-25T20:20:08.538Z Compiling schemars v0.8.22
13242026-03-25T20:20:08.567Z Compiling futures-io v0.3.32
13252026-03-25T20:20:08.611Z Compiling futures-task v0.3.32
13262026-03-25T20:20:08.639Z Compiling typenum v1.19.0
13272026-03-25T20:20:08.729Z Compiling socket2 v0.6.3
13282026-03-25T20:20:08.773Z Compiling getrandom v0.2.17
13292026-03-25T20:20:08.792Z Compiling portable-atomic v1.13.1
13302026-03-25T20:20:08.801Z Compiling signal-hook-registry v1.4.8
13312026-03-25T20:20:08.956Z Compiling parking_lot v0.12.5
13322026-03-25T20:20:09.012Z Compiling mio v1.1.1
13332026-03-25T20:20:09.089Z Compiling bitflags v2.11.0
13342026-03-25T20:20:09.164Z Compiling critical-section v1.2.0
13352026-03-25T20:20:09.270Z Compiling subtle v2.6.1
13362026-03-25T20:20:09.321Z Compiling byteorder v1.5.0
13372026-03-25T20:20:09.343Z Compiling base64 v0.22.1
13382026-03-25T20:20:09.360Z Compiling untrusted v0.9.0
13392026-03-25T20:20:09.426Z Compiling rand_core v0.6.4
13402026-03-25T20:20:09.474Z Compiling cmake v0.1.57
13412026-03-25T20:20:09.508Z Compiling synstructure v0.13.2
13422026-03-25T20:20:09.539Z Compiling serde_derive_internals v0.29.1
13432026-03-25T20:20:09.566Z Compiling dunce v1.0.5
13442026-03-25T20:20:09.641Z Compiling fs_extra v1.3.0
13452026-03-25T20:20:09.694Z Compiling rustix v1.1.4
13462026-03-25T20:20:09.724Z Compiling once_cell v1.21.4
13472026-03-25T20:20:09.828Z Compiling atomic-waker v1.1.2
13482026-03-25T20:20:09.866Z Compiling strsim v0.11.1
13492026-03-25T20:20:09.894Z Compiling aws-lc-sys v0.39.0
13502026-03-25T20:20:09.933Z Compiling ipnet v2.12.0
13512026-03-25T20:20:09.950Z Compiling httparse v1.10.1
13522026-03-25T20:20:10.038Z Compiling regex-syntax v0.8.10
13532026-03-25T20:20:10.267Z Compiling slog v2.8.2
13542026-03-25T20:20:10.276Z Compiling generic-array v0.14.7
13552026-03-25T20:20:10.314Z Compiling tower-layer v0.3.3
13562026-03-25T20:20:10.336Z Compiling ucd-trie v0.1.7
13572026-03-25T20:20:10.466Z Compiling tower-service v0.3.3
13582026-03-25T20:20:10.476Z Compiling thiserror v1.0.69
13592026-03-25T20:20:10.511Z Compiling pest v2.8.6
13602026-03-25T20:20:10.554Z Compiling try-lock v0.2.5
13612026-03-25T20:20:10.648Z Compiling want v0.3.1
13622026-03-25T20:20:10.659Z Compiling ryu v1.0.23
13632026-03-25T20:20:10.806Z Compiling serde_derive v1.0.228
13642026-03-25T20:20:10.820Z Compiling zerofrom-derive v0.1.6
13652026-03-25T20:20:10.842Z Compiling yoke-derive v0.8.1
13662026-03-25T20:20:10.852Z Compiling zerovec-derive v0.11.2
13672026-03-25T20:20:10.960Z Compiling displaydoc v0.2.5
13682026-03-25T20:20:11.690Z Compiling tokio-macros v2.6.1
13692026-03-25T20:20:11.761Z Compiling schemars_derive v0.8.22
13702026-03-25T20:20:11.855Z Compiling thiserror-impl v2.0.18
13712026-03-25T20:20:11.912Z Compiling zerocopy-derive v0.8.47
13722026-03-25T20:20:11.996Z Compiling zerofrom v0.1.6
13732026-03-25T20:20:12.115Z Compiling yoke v0.8.1
13742026-03-25T20:20:12.291Z Compiling zerovec v0.11.5
13752026-03-25T20:20:12.438Z Compiling zerotrie v0.2.3
13762026-03-25T20:20:12.667Z Compiling zeroize_derive v1.4.3
13772026-03-25T20:20:12.726Z Compiling tinystr v0.8.2
13782026-03-25T20:20:12.773Z Compiling potential_utf v0.1.4
13792026-03-25T20:20:12.918Z Compiling icu_locale_core v2.1.1
13802026-03-25T20:20:12.921Z Compiling icu_collections v2.1.1
13812026-03-25T20:20:12.938Z Compiling futures-macro v0.3.32
13822026-03-25T20:20:13.141Z Compiling thiserror-impl v1.0.69
13832026-03-25T20:20:13.319Z Compiling zeroize v1.8.2
13842026-03-25T20:20:13.427Z Compiling pest_meta v2.8.6
13852026-03-25T20:20:13.506Z Compiling icu_provider v2.1.1
13862026-03-25T20:20:13.731Z Compiling icu_properties v2.1.2
13872026-03-25T20:20:13.796Z Compiling icu_normalizer v2.1.1
13882026-03-25T20:20:13.848Z Compiling bytes v1.11.1
13892026-03-25T20:20:13.904Z Compiling chrono v0.4.44
13902026-03-25T20:20:14.269Z Compiling futures-util v0.3.32
13912026-03-25T20:20:14.383Z Compiling tokio v1.50.0
13922026-03-25T20:20:14.470Z Compiling http v1.4.0
13932026-03-25T20:20:14.730Z Compiling idna_adapter v1.2.1
13942026-03-25T20:20:14.866Z Compiling idna v1.1.0
13952026-03-25T20:20:14.902Z Compiling serde_tokenstream v0.2.3
13962026-03-25T20:20:15.187Z Compiling url v2.5.8
13972026-03-25T20:20:15.468Z Compiling http-body v1.0.1
13982026-03-25T20:20:15.494Z Compiling erased-serde v0.3.31
13992026-03-25T20:20:16.055Z Compiling httpdate v1.0.3
14002026-03-25T20:20:16.111Z Compiling ppv-lite86 v0.2.21
14012026-03-25T20:20:16.245Z Compiling pin-utils v0.1.0
14022026-03-25T20:20:16.286Z Compiling getrandom v0.3.4
14032026-03-25T20:20:16.313Z Compiling pest_generator v2.8.6
14042026-03-25T20:20:16.383Z Compiling pretty-hex v0.4.2
14052026-03-25T20:20:16.415Z Compiling paste v1.0.15
14062026-03-25T20:20:16.512Z Compiling plain v0.2.3
14072026-03-25T20:20:16.555Z Compiling crypto-common v0.1.7
14082026-03-25T20:20:16.614Z Compiling omicron-workspace-hack v0.1.0
14092026-03-25T20:20:16.627Z Compiling ident_case v1.0.1
14102026-03-25T20:20:16.680Z Compiling tracing-attributes v0.1.31
14112026-03-25T20:20:16.742Z Compiling tracing-core v0.1.36
14122026-03-25T20:20:16.895Z Compiling http-body-util v0.1.3
14132026-03-25T20:20:16.913Z Compiling pest_derive v2.8.6
14142026-03-25T20:20:17.122Z Compiling serde_urlencoded v0.7.1
14152026-03-25T20:20:17.193Z Compiling ipnetwork v0.21.1
14162026-03-25T20:20:17.208Z Compiling daft-derive v0.1.5
14172026-03-25T20:20:17.330Z Compiling sync_wrapper v1.0.2
14182026-03-25T20:20:17.356Z Compiling fastrand v2.3.0
14192026-03-25T20:20:17.429Z Compiling aho-corasick v1.1.4
14202026-03-25T20:20:17.442Z Compiling winnow v1.0.0
14212026-03-25T20:20:17.617Z Compiling rustls-pki-types v1.14.0
14222026-03-25T20:20:17.617Z Compiling async-trait v0.1.89
14232026-03-25T20:20:17.877Z Compiling tracing v0.1.44
14242026-03-25T20:20:17.936Z Compiling ring v0.17.14
14252026-03-25T20:20:18.110Z Compiling cpufeatures v0.2.17
14262026-03-25T20:20:18.179Z Compiling iri-string v0.7.11
14272026-03-25T20:20:18.304Z Compiling regex-automata v0.4.14
14282026-03-25T20:20:18.437Z Compiling time-core v0.1.8
14292026-03-25T20:20:18.495Z Compiling num-conv v0.2.0
14302026-03-25T20:20:18.579Z Compiling powerfmt v0.2.0
14312026-03-25T20:20:18.589Z Compiling anyhow v1.0.102
14322026-03-25T20:20:18.620Z Compiling time-macros v0.2.27
14332026-03-25T20:20:18.781Z Compiling deranged v0.5.8
14342026-03-25T20:20:19.254Z Compiling block-buffer v0.10.4
14352026-03-25T20:20:19.396Z Compiling scroll_derive v0.13.1
14362026-03-25T20:20:19.585Z Compiling num_threads v0.1.7
14372026-03-25T20:20:19.677Z Compiling hex v0.4.3
14382026-03-25T20:20:19.794Z Compiling digest v0.10.7
14392026-03-25T20:20:19.998Z Compiling regex v1.12.3
14402026-03-25T20:20:20.256Z Compiling scroll v0.13.0
14412026-03-25T20:20:20.313Z Compiling tokio-util v0.7.18
14422026-03-25T20:20:20.396Z Compiling oxnet v0.1.4
14432026-03-25T20:20:20.720Z Compiling camino v1.2.2
14442026-03-25T20:20:20.824Z Compiling goblin v0.10.5
14452026-03-25T20:20:20.883Z Compiling openssl-probe v0.2.1
14462026-03-25T20:20:21.051Z Compiling usdt-impl v0.6.0
14472026-03-25T20:20:21.064Z Compiling dtrace-parser v0.3.0
14482026-03-25T20:20:21.459Z Compiling crossbeam-utils v0.8.21
14492026-03-25T20:20:21.693Z Compiling h2 v0.4.13
14502026-03-25T20:20:21.901Z Compiling futures-executor v0.3.32
14512026-03-25T20:20:21.929Z Compiling openapiv3 v2.2.0
14522026-03-25T20:20:21.989Z Compiling structmeta-derive v0.3.0
14532026-03-25T20:20:22.169Z Compiling regress v0.10.5
14542026-03-25T20:20:22.721Z Compiling thread-id v5.1.0
14552026-03-25T20:20:22.791Z Compiling rustls v0.22.4
14562026-03-25T20:20:22.997Z Compiling syn v1.0.109
14572026-03-25T20:20:23.001Z Compiling structmeta v0.3.0
14582026-03-25T20:20:23.207Z Compiling futures v0.3.32
14592026-03-25T20:20:23.281Z Compiling rand_core v0.9.5
14602026-03-25T20:20:23.495Z Compiling dof v0.4.0
14612026-03-25T20:20:23.644Z Compiling darling_core v0.23.0
14622026-03-25T20:20:23.875Z Compiling hyper v1.8.1
14632026-03-25T20:20:24.853Z Compiling newtype-uuid-macros v0.1.0
14642026-03-25T20:20:24.970Z Compiling thread_local v1.1.9
14652026-03-25T20:20:25.249Z Compiling aws-lc-rs v1.16.2
14662026-03-25T20:20:25.452Z Compiling winnow v0.7.15
14672026-03-25T20:20:25.551Z Compiling match_cfg v0.1.0
14682026-03-25T20:20:25.619Z Compiling hyper-util v0.1.20
14692026-03-25T20:20:25.682Z Compiling newtype-uuid v1.3.2
14702026-03-25T20:20:25.700Z Compiling quick-error v1.2.3
14712026-03-25T20:20:25.800Z Compiling ref-cast v1.0.25
14722026-03-25T20:20:25.811Z Compiling darling_macro v0.23.0
14732026-03-25T20:20:26.017Z Compiling slog-async v2.8.0
14742026-03-25T20:20:26.041Z Compiling daft v0.1.5
14752026-03-25T20:20:26.142Z Compiling usdt-macro v0.6.0
14762026-03-25T20:20:26.300Z Compiling usdt-attr-macro v0.6.0
14772026-03-25T20:20:26.332Z Compiling rand_chacha v0.9.0
14782026-03-25T20:20:26.371Z Compiling darling v0.23.0
14792026-03-25T20:20:26.447Z Compiling strum_macros v0.26.4
14802026-03-25T20:20:26.756Z Compiling ref-cast-impl v1.0.25
14812026-03-25T20:20:26.929Z Compiling toml_datetime v0.7.5+spec-1.1.0
14822026-03-25T20:20:27.234Z Compiling serde_spanned v1.1.0
14832026-03-25T20:20:27.272Z Compiling multer v3.1.0
14842026-03-25T20:20:27.284Z Compiling bit-vec v0.8.0
14852026-03-25T20:20:27.354Z Compiling term v1.2.1
14862026-03-25T20:20:27.379Z Compiling debug-ignore v1.0.5
14872026-03-25T20:20:27.475Z Compiling untrusted v0.7.1
14882026-03-25T20:20:27.475Z Compiling toml_writer v1.1.0+spec-1.1.0
14892026-03-25T20:20:27.496Z Compiling take_mut v0.2.2
14902026-03-25T20:20:27.547Z Compiling bit-set v0.8.0
14912026-03-25T20:20:27.592Z Compiling rand v0.9.2
14922026-03-25T20:20:27.688Z Compiling serde_with_macros v3.18.0
14932026-03-25T20:20:27.700Z Compiling async-stream-impl v0.3.6
14942026-03-25T20:20:28.048Z Compiling dropshot v0.16.7
14952026-03-25T20:20:28.051Z Compiling strum v0.26.3
14962026-03-25T20:20:28.175Z Compiling encoding_rs v0.8.35
14972026-03-25T20:20:28.185Z Compiling mime v0.3.17
14982026-03-25T20:20:28.277Z Compiling unarray v0.1.4
14992026-03-25T20:20:28.331Z Compiling spin v0.9.8
15002026-03-25T20:20:28.381Z Compiling rustls v0.23.37
15012026-03-25T20:20:28.453Z Compiling async-stream v0.3.6
15022026-03-25T20:20:28.639Z Compiling derive-ex v0.1.8
15032026-03-25T20:20:28.689Z Compiling dropshot_endpoint v0.16.7
15042026-03-25T20:20:28.797Z Compiling macaddr v1.0.1
15052026-03-25T20:20:28.972Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15062026-03-25T20:20:29.020Z Compiling waitgroup v0.1.2
15072026-03-25T20:20:29.040Z Compiling serde_path_to_error v0.1.20
15082026-03-25T20:20:29.385Z Compiling tempfile v3.27.0
15092026-03-25T20:20:29.429Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15102026-03-25T20:20:29.557Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15112026-03-25T20:20:29.760Z Compiling tower v0.5.3
15122026-03-25T20:20:29.786Z Compiling strum_macros v0.27.2
15132026-03-25T20:20:29.853Z Compiling instant v0.1.13
15142026-03-25T20:20:29.900Z Compiling time v0.3.47
15152026-03-25T20:20:30.224Z Compiling tower-http v0.6.8
15162026-03-25T20:20:30.242Z Compiling test-strategy v0.4.5
15172026-03-25T20:20:30.403Z Compiling rustc-hash v2.1.1
15182026-03-25T20:20:30.521Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15192026-03-25T20:20:30.646Z Compiling crossbeam-channel v0.5.15
15202026-03-25T20:20:31.597Z Compiling parse-display-derive v0.10.0
15212026-03-25T20:20:31.608Z Compiling strum v0.27.2
15222026-03-25T20:20:31.732Z Compiling rustls-native-certs v0.8.3
15232026-03-25T20:20:32.062Z Compiling rustls-webpki v0.102.8
15242026-03-25T20:20:32.079Z Compiling backon v1.6.0
15252026-03-25T20:20:32.275Z Compiling rand_chacha v0.3.1
15262026-03-25T20:20:32.727Z Compiling rand v0.8.5
15272026-03-25T20:20:32.927Z Compiling slog-json v2.6.1
15282026-03-25T20:20:33.068Z Compiling hostname v0.3.1
15292026-03-25T20:20:33.129Z Compiling toml_parser v1.1.0+spec-1.1.0
15302026-03-25T20:20:33.200Z Compiling wait-timeout v0.2.1
15312026-03-25T20:20:33.203Z Compiling is-terminal v0.4.17
15322026-03-25T20:20:33.299Z Compiling memmap2 v0.9.10
15332026-03-25T20:20:33.496Z Compiling either v1.15.0
15342026-03-25T20:20:33.509Z Compiling toml v0.9.12+spec-1.1.0
15352026-03-25T20:20:33.520Z Compiling usdt v0.6.0
15362026-03-25T20:20:33.693Z Compiling rusty-fork v0.3.1
15372026-03-25T20:20:33.794Z Compiling slog-term v2.9.2
15382026-03-25T20:20:33.815Z Compiling slog-bunyan v2.5.0
15392026-03-25T20:20:34.389Z Compiling serde_with v3.18.0
15402026-03-25T20:20:34.404Z Compiling rand_xorshift v0.4.0
15412026-03-25T20:20:34.495Z Compiling sha1 v0.10.6
15422026-03-25T20:20:34.545Z Compiling rustls-pemfile v2.2.0
15432026-03-25T20:20:34.588Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15442026-03-25T20:20:34.759Z Compiling tokio-rustls v0.25.0
15452026-03-25T20:20:34.759Z Compiling hostname v0.4.2
15462026-03-25T20:20:34.904Z Compiling proptest v1.11.0
15472026-03-25T20:20:35.748Z Compiling reqwest v0.12.28
15482026-03-25T20:20:35.836Z Compiling itertools v0.14.0
15492026-03-25T20:20:36.155Z Compiling iddqd v0.3.17
15502026-03-25T20:20:36.930Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15512026-03-25T20:20:37.063Z Compiling utf8parse v0.2.2
15522026-03-25T20:20:37.175Z Compiling anstyle-parse v1.0.0
15532026-03-25T20:20:37.281Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15542026-03-25T20:20:37.505Z Compiling toml_datetime v0.6.11
15552026-03-25T20:20:37.524Z Compiling anstyle-query v1.1.5
15562026-03-25T20:20:37.770Z Compiling colorchoice v1.0.5
15572026-03-25T20:20:37.885Z Compiling anstyle v1.0.14
15582026-03-25T20:20:37.925Z Compiling is_terminal_polyfill v1.70.2
15592026-03-25T20:20:38.014Z Compiling progenitor-client v0.10.0
15602026-03-25T20:20:38.110Z Compiling anstream v1.0.0
15612026-03-25T20:20:38.287Z Compiling parse-display v0.10.0
15622026-03-25T20:20:38.425Z Compiling backoff v0.4.0
15632026-03-25T20:20:38.619Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15642026-03-25T20:20:38.723Z Compiling clap_lex v1.1.0
15652026-03-25T20:20:38.962Z Compiling clap_derive v4.6.0
15662026-03-25T20:20:38.965Z Compiling unicode-width v0.2.2
15672026-03-25T20:20:39.279Z Compiling terminal_size v0.4.4
15682026-03-25T20:20:39.416Z Compiling darling_core v0.21.3
15692026-03-25T20:20:39.598Z Compiling zerocopy-derive v0.7.35
15702026-03-25T20:20:40.428Z Compiling crossbeam-epoch v0.9.18
15712026-03-25T20:20:40.450Z Compiling zerocopy v0.7.35
15722026-03-25T20:20:41.196Z Compiling clap_builder v4.6.0
15732026-03-25T20:20:41.553Z Compiling darling_macro v0.21.3
15742026-03-25T20:20:41.609Z Compiling proc-macro-error-attr v1.0.4
15752026-03-25T20:20:41.647Z Compiling heapless v0.8.0
15762026-03-25T20:20:41.813Z Compiling convert_case v0.4.0
15772026-03-25T20:20:41.824Z Compiling tinyvec_macros v0.1.1
15782026-03-25T20:20:41.867Z Compiling toml_datetime v1.1.0+spec-1.1.0
15792026-03-25T20:20:42.085Z Compiling toml_edit v0.25.8+spec-1.1.0
15802026-03-25T20:20:42.119Z Compiling derive_more v0.99.20
15812026-03-25T20:20:42.123Z Compiling darling v0.21.3
15822026-03-25T20:20:42.190Z Compiling ingot-macros v0.1.1
15832026-03-25T20:20:42.366Z Compiling tinyvec v1.11.0
15842026-03-25T20:20:42.984Z Compiling clap v4.6.0
15852026-03-25T20:20:43.432Z Compiling dtrace-parser v0.2.0
15862026-03-25T20:20:43.587Z Compiling secrecy v0.10.3
15872026-03-25T20:20:43.744Z Compiling scroll_derive v0.12.1
15882026-03-25T20:20:44.300Z Compiling hash32 v0.3.1
15892026-03-25T20:20:44.311Z Compiling proc-macro-error v1.0.4
15902026-03-25T20:20:44.388Z Compiling usdt-impl v0.5.0
15912026-03-25T20:20:44.439Z Compiling winnow v0.5.40
15922026-03-25T20:20:44.449Z Compiling smoltcp v0.11.0
15932026-03-25T20:20:44.527Z Compiling crucible-workspace-hack v0.1.0
15942026-03-25T20:20:44.682Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15952026-03-25T20:20:44.810Z Compiling scroll v0.12.0
15962026-03-25T20:20:44.940Z Compiling ingot-types v0.1.2
15972026-03-25T20:20:45.065Z Compiling proc-macro-crate v3.5.0
15982026-03-25T20:20:45.345Z Compiling dof v0.3.0
15992026-03-25T20:20:45.571Z Compiling typify-impl v0.6.1
16002026-03-25T20:20:45.686Z Compiling serde_spanned v0.6.9
16012026-03-25T20:20:45.701Z Compiling cobs v0.3.0
16022026-03-25T20:20:45.723Z Compiling memoffset v0.9.1
16032026-03-25T20:20:45.825Z Compiling toml_edit v0.19.15
16042026-03-25T20:20:45.836Z Compiling thread-id v4.2.2
16052026-03-25T20:20:45.896Z Compiling bitflags v1.3.2
16062026-03-25T20:20:45.908Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16072026-03-25T20:20:45.916Z Compiling managed v0.8.0
16082026-03-25T20:20:45.945Z Compiling cfg_aliases v0.2.1
16092026-03-25T20:20:45.962Z Compiling toml_write v0.1.2
16102026-03-25T20:20:46.013Z Compiling nix v0.31.2
16112026-03-25T20:20:46.117Z Compiling toml_edit v0.22.27
16122026-03-25T20:20:46.382Z Compiling postcard v1.1.3
16132026-03-25T20:20:46.770Z Compiling num_enum_derive v0.7.6
16142026-03-25T20:20:46.999Z Compiling proc-macro-crate v1.3.1
16152026-03-25T20:20:47.760Z Compiling ingot v0.1.1
16162026-03-25T20:20:47.771Z Compiling goblin v0.8.2
16172026-03-25T20:20:48.050Z Compiling tabwriter v1.4.1
16182026-03-25T20:20:48.243Z Compiling foreign-types-macros v0.2.3
16192026-03-25T20:20:48.283Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16202026-03-25T20:20:48.564Z Compiling num-integer v0.1.46
16212026-03-25T20:20:48.863Z Compiling rustc_version v0.4.1
16222026-03-25T20:20:49.121Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16232026-03-25T20:20:49.281Z Compiling float-ord v0.3.2
16242026-03-25T20:20:49.336Z Compiling cpufeatures v0.3.0
16252026-03-25T20:20:49.391Z Compiling heck v0.4.1
16262026-03-25T20:20:49.406Z Compiling rayon-core v1.13.0
16272026-03-25T20:20:49.435Z Compiling foreign-types-shared v0.3.1
16282026-03-25T20:20:49.522Z Compiling foreign-types v0.5.0
16292026-03-25T20:20:49.622Z Compiling chacha20 v0.10.0
16302026-03-25T20:20:49.674Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16312026-03-25T20:20:49.881Z Compiling curve25519-dalek v4.1.3
16322026-03-25T20:20:50.478Z Compiling num_enum_derive v0.5.11
16332026-03-25T20:20:50.825Z Compiling num_enum v0.7.6
16342026-03-25T20:20:51.158Z Compiling toml v0.8.23
16352026-03-25T20:20:51.753Z Compiling typify-macro v0.6.1
16362026-03-25T20:20:51.770Z Compiling crossbeam-deque v0.8.6
16372026-03-25T20:20:52.016Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16382026-03-25T20:20:52.054Z Compiling hmac v0.12.1
16392026-03-25T20:20:52.185Z Compiling inout v0.1.4
16402026-03-25T20:20:52.328Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16412026-03-25T20:20:52.358Z Compiling ff v0.13.1
16422026-03-25T20:20:52.728Z Compiling cstr-argument v0.1.2
16432026-03-25T20:20:52.830Z Compiling colored v3.1.1
16442026-03-25T20:20:52.879Z Compiling prettyplease v0.2.37
16452026-03-25T20:20:53.111Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16462026-03-25T20:20:53.233Z Compiling rustix v0.38.44
16472026-03-25T20:20:53.366Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16482026-03-25T20:20:53.579Z Compiling rustls-webpki v0.103.10
16492026-03-25T20:20:53.980Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16502026-03-25T20:20:54.135Z Compiling group v0.13.0
16512026-03-25T20:20:54.244Z Compiling cipher v0.4.4
16522026-03-25T20:20:54.560Z Compiling hkdf v0.12.4
16532026-03-25T20:20:54.758Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16542026-03-25T20:20:54.957Z Compiling num_enum v0.5.11
16552026-03-25T20:20:55.082Z Compiling rand v0.10.0
16562026-03-25T20:20:55.144Z Compiling num-iter v0.1.45
16572026-03-25T20:20:55.172Z Compiling num-rational v0.4.2
16582026-03-25T20:20:55.260Z Compiling usdt-attr-macro v0.5.0
16592026-03-25T20:20:55.468Z Compiling usdt-macro v0.5.0
16602026-03-25T20:20:56.336Z Compiling camino-tempfile v1.4.1
16612026-03-25T20:20:56.339Z Compiling thiserror-impl-no-std v2.0.2
16622026-03-25T20:20:56.618Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16632026-03-25T20:20:56.920Z Compiling tokio-rustls v0.26.4
16642026-03-25T20:20:56.965Z Compiling rustls-platform-verifier v0.6.2
16652026-03-25T20:20:57.179Z Compiling hyper-rustls v0.27.7
16662026-03-25T20:20:57.412Z Compiling reqwest v0.13.2
16672026-03-25T20:20:57.472Z Compiling universal-hash v0.5.1
16682026-03-25T20:20:57.491Z Compiling crypto-bigint v0.5.5
16692026-03-25T20:20:57.595Z Compiling half v2.7.1
16702026-03-25T20:20:57.786Z Compiling enum-as-inner v0.6.1
16712026-03-25T20:20:57.893Z Compiling curve25519-dalek-derive v0.1.1
16722026-03-25T20:20:58.360Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16732026-03-25T20:20:58.465Z Compiling num-complex v0.4.6
16742026-03-25T20:20:58.571Z Compiling memmap v0.7.0
16752026-03-25T20:20:58.625Z Compiling progenitor-client v0.13.0
16762026-03-25T20:20:58.646Z Compiling data-encoding v2.10.0
16772026-03-25T20:20:58.758Z Compiling base16ct v0.2.0
16782026-03-25T20:20:58.845Z Compiling progenitor-extras v0.1.1
16792026-03-25T20:20:58.929Z Compiling ciborium-io v0.2.2
16802026-03-25T20:20:59.021Z Compiling base64ct v1.8.3
16812026-03-25T20:20:59.084Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16822026-03-25T20:20:59.321Z Compiling opaque-debug v0.3.1
16832026-03-25T20:20:59.451Z Compiling poly1305 v0.8.0
16842026-03-25T20:20:59.471Z Compiling password-hash v0.5.0
16852026-03-25T20:20:59.909Z Compiling ciborium-ll v0.2.2
16862026-03-25T20:20:59.954Z Compiling elliptic-curve v0.13.8
16872026-03-25T20:21:00.135Z Compiling num v0.4.3
16882026-03-25T20:21:00.211Z Compiling usdt v0.5.0
16892026-03-25T20:21:00.291Z Compiling thiserror-no-std v2.0.2
16902026-03-25T20:21:00.407Z Compiling rayon v1.11.0
16912026-03-25T20:21:00.490Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16922026-03-25T20:21:00.836Z Compiling chacha20 v0.9.1
16932026-03-25T20:21:01.055Z Compiling typify v0.6.1
16942026-03-25T20:21:01.400Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16952026-03-25T20:21:01.819Z Compiling zone_cfg_derive v0.3.1
16962026-03-25T20:21:02.012Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16972026-03-25T20:21:02.023Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16982026-03-25T20:21:02.309Z Compiling itertools v0.12.1
16992026-03-25T20:21:02.415Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17002026-03-25T20:21:02.495Z Compiling blake2 v0.10.6
17012026-03-25T20:21:02.605Z Compiling byte-wrapper v0.1.0
17022026-03-25T20:21:02.688Z Compiling aead v0.5.2
17032026-03-25T20:21:02.848Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17042026-03-25T20:21:02.861Z Compiling num-derive v0.4.2
17052026-03-25T20:21:02.952Z Compiling sigpipe v0.1.3
17062026-03-25T20:21:02.968Z Compiling jiff v0.2.23
17072026-03-25T20:21:03.036Z Compiling glob v0.3.3
17082026-03-25T20:21:03.163Z Compiling vcpkg v0.2.15
17092026-03-25T20:21:03.481Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17102026-03-25T20:21:03.502Z Compiling unsafe-libyaml v0.2.11
17112026-03-25T20:21:03.696Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17122026-03-25T20:21:03.728Z Compiling keccak v0.1.6
17132026-03-25T20:21:03.792Z Compiling pkg-config v0.3.32
17142026-03-25T20:21:03.970Z Compiling sha3 v0.10.8
17152026-03-25T20:21:04.166Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17162026-03-25T20:21:04.235Z Compiling openssl-sys v0.9.112
17172026-03-25T20:21:04.368Z Compiling serde_yaml v0.9.34+deprecated
17182026-03-25T20:21:04.778Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17192026-03-25T20:21:04.850Z Compiling zone v0.3.1
17202026-03-25T20:21:05.192Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17212026-03-25T20:21:05.642Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17222026-03-25T20:21:05.656Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17232026-03-25T20:21:06.336Z Compiling chacha20poly1305 v0.10.1
17242026-03-25T20:21:06.409Z Compiling argon2 v0.5.3
17252026-03-25T20:21:06.469Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17262026-03-25T20:21:06.631Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17272026-03-25T20:21:06.832Z Compiling progenitor-impl v0.13.0
17282026-03-25T20:21:06.923Z Compiling vsss-rs v3.3.4
17292026-03-25T20:21:07.264Z Compiling ciborium v0.2.2
17302026-03-25T20:21:07.719Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17312026-03-25T20:21:07.748Z Compiling hubpack_derive v0.1.1
17322026-03-25T20:21:07.835Z Compiling smf v0.2.3
17332026-03-25T20:21:07.848Z Compiling resolv-conf v0.7.6
17342026-03-25T20:21:07.858Z Compiling static_assertions v1.1.0
17352026-03-25T20:21:07.927Z Compiling whoami v1.6.1
17362026-03-25T20:21:08.173Z Compiling indent_write v2.2.0
17372026-03-25T20:21:08.217Z Compiling semver v0.1.20
17382026-03-25T20:21:08.227Z Compiling linked-hash-map v0.5.6
17392026-03-25T20:21:08.256Z Compiling hubpack v0.1.2
17402026-03-25T20:21:08.388Z Compiling rustc_version v0.1.7
17412026-03-25T20:21:08.401Z Compiling lru-cache v0.1.2
17422026-03-25T20:21:08.465Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17432026-03-25T20:21:08.476Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17442026-03-25T20:21:08.520Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17452026-03-25T20:21:08.675Z Compiling hickory-proto v0.24.4
17462026-03-25T20:21:09.222Z Compiling serde-big-array v0.5.1
17472026-03-25T20:21:09.364Z Compiling serde_repr v0.1.20
17482026-03-25T20:21:09.984Z Compiling derive-where v1.6.1
17492026-03-25T20:21:10.197Z Compiling pin-project-internal v1.1.11
17502026-03-25T20:21:10.429Z Compiling progenitor-macro v0.13.0
17512026-03-25T20:21:11.248Z Compiling minimal-lexical v0.2.1
17522026-03-25T20:21:11.290Z Compiling unicode-segmentation v1.13.1
17532026-03-25T20:21:11.371Z Compiling siphasher v1.0.2
17542026-03-25T20:21:11.507Z Compiling swrite v0.1.0
17552026-03-25T20:21:11.567Z Compiling phf_shared v0.12.1
17562026-03-25T20:21:11.601Z Compiling nom v7.1.3
17572026-03-25T20:21:11.723Z Compiling newline-converter v0.3.0
17582026-03-25T20:21:11.744Z Compiling pin-project v1.1.11
17592026-03-25T20:21:11.841Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17602026-03-25T20:21:11.852Z Compiling hickory-resolver v0.24.4
17612026-03-25T20:21:11.961Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17622026-03-25T20:21:12.224Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17632026-03-25T20:21:12.465Z Compiling newtype_derive v0.1.6
17642026-03-25T20:21:12.693Z Compiling atomicwrites v0.4.4
17652026-03-25T20:21:12.937Z Compiling unicode-normalization v0.1.25
17662026-03-25T20:21:13.244Z Compiling console v0.15.11
17672026-03-25T20:21:13.403Z Compiling tokio-stream v0.1.18
17682026-03-25T20:21:13.652Z Compiling snafu-derive v0.8.9
17692026-03-25T20:21:13.870Z Compiling async-recursion v1.1.1
17702026-03-25T20:21:13.909Z Compiling slog-dtrace v0.3.0
17712026-03-25T20:21:14.139Z Compiling bstr v1.12.1
17722026-03-25T20:21:14.276Z Compiling csv-core v0.1.13
17732026-03-25T20:21:14.468Z Compiling same-file v1.0.6
17742026-03-25T20:21:14.534Z Compiling chrono-tz v0.10.4
17752026-03-25T20:21:14.549Z Compiling openssl v0.10.76
17762026-03-25T20:21:14.687Z Compiling unicode-xid v0.2.6
17772026-03-25T20:21:14.709Z Compiling owo-colors v4.3.0
17782026-03-25T20:21:14.762Z Compiling similar v2.7.0
17792026-03-25T20:21:14.811Z Compiling foldhash v0.1.5
17802026-03-25T20:21:14.873Z Compiling foreign-types-shared v0.1.1
17812026-03-25T20:21:14.964Z Compiling cancel-safe-futures v0.1.5
17822026-03-25T20:21:14.989Z Compiling unicode-width v0.1.14
17832026-03-25T20:21:15.024Z Compiling highway v1.3.0
17842026-03-25T20:21:15.082Z Compiling foreign-types v0.3.2
17852026-03-25T20:21:15.153Z Compiling hashbrown v0.15.5
17862026-03-25T20:21:15.218Z Compiling expectorate v1.2.0
17872026-03-25T20:21:15.266Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17882026-03-25T20:21:15.381Z Compiling const_format_proc_macros v0.2.34
17892026-03-25T20:21:15.446Z Compiling snafu v0.8.9
17902026-03-25T20:21:15.450Z Compiling walkdir v2.5.0
17912026-03-25T20:21:15.525Z Compiling progenitor v0.13.0
17922026-03-25T20:21:15.661Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17932026-03-25T20:21:15.683Z Compiling globset v0.4.18
17942026-03-25T20:21:15.730Z Compiling csv v1.4.0
17952026-03-25T20:21:15.819Z Compiling qorb v0.4.1
17962026-03-25T20:21:15.847Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17972026-03-25T20:21:16.287Z Compiling olpc-cjson v0.1.4
17982026-03-25T20:21:16.452Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17992026-03-25T20:21:16.563Z Compiling phf v0.12.1
18002026-03-25T20:21:16.991Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18012026-03-25T20:21:17.176Z Compiling tokio-dtrace v0.1.1
18022026-03-25T20:21:17.235Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18032026-03-25T20:21:17.444Z Compiling libsw-core v0.3.2
18042026-03-25T20:21:17.612Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18052026-03-25T20:21:17.615Z Compiling serde_plain v1.0.2
18062026-03-25T20:21:17.829Z Compiling openssl-macros v0.1.1
18072026-03-25T20:21:17.859Z Compiling pem v3.0.6
18082026-03-25T20:21:17.881Z Compiling cookie v0.18.1
18092026-03-25T20:21:17.913Z Compiling fixedbitset v0.5.7
18102026-03-25T20:21:18.006Z Compiling typed-path v0.9.3
18112026-03-25T20:21:18.100Z Compiling bytecount v0.6.9
18122026-03-25T20:21:18.181Z Compiling fixedbitset v0.4.2
18132026-03-25T20:21:18.235Z Compiling papergrid v0.11.0
18142026-03-25T20:21:18.248Z Compiling petgraph v0.8.3
18152026-03-25T20:21:18.288Z Compiling libsw v3.5.0
18162026-03-25T20:21:18.408Z Compiling petgraph v0.6.5
18172026-03-25T20:21:18.457Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18182026-03-25T20:21:19.337Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18192026-03-25T20:21:19.742Z Compiling tough v0.20.0
18202026-03-25T20:21:19.936Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18212026-03-25T20:21:20.015Z Compiling oxide-tokio-rt v0.1.3
18222026-03-25T20:21:20.079Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-25T20:21:20.402Z Compiling const_format v0.2.35
18242026-03-25T20:21:20.734Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18252026-03-25T20:21:21.636Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18262026-03-25T20:21:22.900Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-25T20:21:23.029Z Compiling gethostname v0.5.0
18282026-03-25T20:21:23.156Z Compiling tabled_derive v0.7.0
18292026-03-25T20:21:23.480Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18302026-03-25T20:21:23.529Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18312026-03-25T20:21:23.687Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18322026-03-25T20:21:23.756Z Compiling bcs v0.1.6
18332026-03-25T20:21:23.780Z Compiling termtree v0.5.1
18342026-03-25T20:21:23.932Z Compiling lazy_static v1.5.0
18352026-03-25T20:21:24.036Z Compiling linear-map v1.2.0
18362026-03-25T20:21:24.072Z Compiling unicode-linebreak v0.1.5
18372026-03-25T20:21:24.098Z Compiling smawk v0.3.2
18382026-03-25T20:21:24.220Z Compiling tagptr v0.2.0
18392026-03-25T20:21:24.233Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18402026-03-25T20:21:24.244Z Compiling tabled v0.15.0
18412026-03-25T20:21:24.322Z Compiling textwrap v0.16.2
18422026-03-25T20:21:24.368Z Compiling moka v0.12.15
18432026-03-25T20:21:24.863Z Compiling steno v0.4.1
18442026-03-25T20:21:24.937Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-25T20:21:24.948Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18462026-03-25T20:21:25.219Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18472026-03-25T20:21:25.303Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18482026-03-25T20:21:25.505Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18492026-03-25T20:21:25.932Z Compiling hickory-proto v0.25.2
18502026-03-25T20:21:26.328Z Compiling humantime v2.3.0
18512026-03-25T20:21:26.612Z Compiling num-derive v0.3.3
18522026-03-25T20:21:27.018Z Compiling parking_lot_core v0.8.6
18532026-03-25T20:21:27.302Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18542026-03-25T20:21:27.531Z Compiling crc32fast v1.5.0
18552026-03-25T20:21:27.557Z Compiling libscf-sys v1.1.0
18562026-03-25T20:21:27.701Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18572026-03-25T20:21:27.822Z Compiling hickory-resolver v0.25.2
18582026-03-25T20:21:28.240Z Compiling parking_lot v0.11.2
18592026-03-25T20:21:28.287Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18602026-03-25T20:21:28.341Z Compiling fxhash v0.2.1
18612026-03-25T20:21:28.406Z Compiling internet-checksum v0.2.1
18622026-03-25T20:21:28.477Z Compiling sled v0.34.7
18632026-03-25T20:21:28.512Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18642026-03-25T20:21:28.658Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18652026-03-25T20:21:33.950Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18662026-03-25T20:21:40.948Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18672026-03-25T20:21:42.542Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18682026-03-25T20:21:43.599Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18692026-03-25T20:21:46.426Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18702026-03-25T20:21:46.498Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18712026-03-25T20:22:08.272Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 03s
18722026-03-25T20:22:08.440Z────────────
18732026-03-25T20:22:08.440Z Nextest run ID ee3a89e2-47c6-42f3-9ec2-e403ff31ddd0 with nextest profile: default
18742026-03-25T20:22:08.440Z Starting 18 tests across 1 binary (27 tests skipped)
18752026-03-25T20:22:24.565Z PASS [ 16.123s] rdb proptest::prop_ipv6_default_contains_all
18762026-03-25T20:22:24.569Z PASS [ 16.127s] rdb proptest::prop_ipv6_host_bits_always_unset
18772026-03-25T20:22:24.701Z PASS [ 16.260s] rdb proptest::prop_ipv4_length_in_bounds
18782026-03-25T20:22:24.729Z PASS [ 16.287s] rdb proptest::prop_ipv4_within_self
18792026-03-25T20:22:24.749Z PASS [ 16.307s] rdb proptest::prop_ipv4_host_bits_always_unset
18802026-03-25T20:22:24.780Z PASS [ 16.339s] rdb proptest::prop_ipv4_default_contains_all
18812026-03-25T20:22:24.958Z PASS [ 16.516s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18822026-03-25T20:22:40.735Z PASS [ 16.003s] rdb proptest::prop_ipv6_length_in_bounds
18832026-03-25T20:22:40.735Z PASS [ 16.089s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18842026-03-25T20:22:40.792Z PASS [ 16.026s] rdb proptest::prop_ipv6_within_self
18852026-03-25T20:22:41.067Z PASS [ 16.336s] rdb proptest::prop_prefix_enum_no_cross_family
18862026-03-25T20:22:49.572Z PASS [ 24.819s] rdb proptest::prop_static_route_key_deduplication
18872026-03-25T20:22:59.682Z PASS [ 34.899s] rdb proptest::prop_static_route_key_normalization_idempotent
18882026-03-25T20:22:59.826Z PASS [ 34.866s] rdb proptest::prop_static_route_key_normalization_preserves_fields
18892026-03-25T20:23:08.447Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18902026-03-25T20:23:15.293Z PASS [ 34.722s] rdb proptest::prop_static_route_key_normalization_preserves_length
18912026-03-25T20:23:15.342Z PASS [ 34.674s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
18922026-03-25T20:23:31.341Z PASS [ 50.609s] rdb proptest::prop_static_route_key_ord_consistency
18932026-03-25T20:24:08.453Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18942026-03-25T20:25:08.458Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18952026-03-25T20:26:08.678Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18962026-03-25T20:26:20.766Z PASS [ 252.287s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18972026-03-25T20:26:20.766Z────────────
18982026-03-25T20:26:20.766Z Summary [ 252.288s] 18 tests run: 18 passed (1 slow), 27 skipped
18992026-03-25T20:26:20.811Z+ cp '*.log' /work/
19002026-03-25T20:26:20.811Z+ true
19012026-03-25T20:26:20.811Z+ '[' -d proptest-regressions ']'
19022026-03-25T20:26:20.811Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19032026-03-25T20:26:20.811Z+ popd
19042026-03-25T20:26:20.811Z+ pushd bgp
19052026-03-25T20:26:20.811Z/work/oxidecomputer/maghemite
19062026-03-25T20:26:20.811Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19072026-03-25T20:26:20.811Z+ PROPTEST_CASES=1000000
19082026-03-25T20:26:20.811Z+ cargo nextest run --lib proptest
19092026-03-25T20:26:21.918Z Compiling smallvec v1.15.1
19102026-03-25T20:26:21.929Z Compiling serde_json v1.0.149
19112026-03-25T20:26:22.152Z Compiling crunchy v0.2.4
19122026-03-25T20:26:22.163Z Compiling tiny-keccak v2.0.2
19132026-03-25T20:26:22.163Z Compiling smartstring v1.0.1
19142026-03-25T20:26:22.163Z Compiling ahash v0.8.12
19152026-03-25T20:26:22.218Z Compiling icu_normalizer v2.1.1
19162026-03-25T20:26:22.259Z Compiling parking_lot_core v0.9.12
19172026-03-25T20:26:22.398Z Compiling parking_lot_core v0.8.6
19182026-03-25T20:26:22.459Z Compiling parking_lot v0.12.5
19192026-03-25T20:26:22.562Z Compiling idna_adapter v1.2.1
19202026-03-25T20:26:22.701Z Compiling idna v1.1.0
19212026-03-25T20:26:22.712Z Compiling tokio v1.50.0
19222026-03-25T20:26:22.803Z Compiling dof v0.4.0
19232026-03-25T20:26:22.866Z Compiling schemars v0.8.22
19242026-03-25T20:26:22.916Z Compiling openapiv3 v2.2.0
19252026-03-25T20:26:23.035Z Compiling url v2.5.8
19262026-03-25T20:26:23.471Z Compiling slog-json v2.6.1
19272026-03-25T20:26:23.907Z Compiling usdt-impl v0.6.0
19282026-03-25T20:26:24.179Z Compiling slog-bunyan v2.5.0
19292026-03-25T20:26:24.485Z Compiling ipnetwork v0.21.1
19302026-03-25T20:26:24.536Z Compiling newtype-uuid v1.3.2
19312026-03-25T20:26:24.660Z Compiling usdt-macro v0.6.0
19322026-03-25T20:26:24.718Z Compiling usdt-attr-macro v0.6.0
19332026-03-25T20:26:24.911Z Compiling oxnet v0.1.4
19342026-03-25T20:26:24.957Z Compiling serde_with v3.18.0
19352026-03-25T20:26:25.209Z Compiling daft v0.1.5
19362026-03-25T20:26:25.353Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19372026-03-25T20:26:25.530Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19382026-03-25T20:26:25.804Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19392026-03-25T20:26:25.899Z Compiling usdt v0.6.0
19402026-03-25T20:26:25.960Z Compiling iddqd v0.3.17
19412026-03-25T20:26:26.391Z Compiling tokio-util v0.7.18
19422026-03-25T20:26:26.575Z Compiling tower v0.5.3
19432026-03-25T20:26:26.597Z Compiling tokio-rustls v0.26.4
19442026-03-25T20:26:26.680Z Compiling tokio-rustls v0.25.0
19452026-03-25T20:26:26.854Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19462026-03-25T20:26:26.910Z Compiling h2 v0.4.13
19472026-03-25T20:26:26.995Z Compiling tower-http v0.6.8
19482026-03-25T20:26:27.073Z Compiling backoff v0.4.0
19492026-03-25T20:26:27.426Z Compiling typify-impl v0.6.1
19502026-03-25T20:26:27.715Z Compiling dof v0.3.0
19512026-03-25T20:26:28.040Z Compiling usdt-impl v0.5.0
19522026-03-25T20:26:28.302Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19532026-03-25T20:26:28.582Z Compiling usdt-macro v0.5.0
19542026-03-25T20:26:29.206Z Compiling hyper v1.8.1
19552026-03-25T20:26:29.335Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19562026-03-25T20:26:29.448Z Compiling usdt-attr-macro v0.5.0
19572026-03-25T20:26:30.514Z Compiling hyper-util v0.1.20
19582026-03-25T20:26:30.726Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19592026-03-25T20:26:30.867Z Compiling usdt v0.5.0
19602026-03-25T20:26:31.079Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19612026-03-25T20:26:31.089Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
19622026-03-25T20:26:31.148Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19632026-03-25T20:26:31.556Z Compiling byte-wrapper v0.1.0
19642026-03-25T20:26:31.778Z Compiling hyper-rustls v0.27.7
19652026-03-25T20:26:31.927Z Compiling dropshot v0.16.7
19662026-03-25T20:26:32.078Z Compiling reqwest v0.13.2
19672026-03-25T20:26:32.252Z Compiling reqwest v0.12.28
19682026-03-25T20:26:33.700Z Compiling progenitor-client v0.13.0
19692026-03-25T20:26:34.014Z Compiling progenitor-extras v0.1.1
19702026-03-25T20:26:34.264Z Compiling progenitor-client v0.10.0
19712026-03-25T20:26:34.575Z Compiling typify-macro v0.6.1
19722026-03-25T20:26:35.662Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19732026-03-25T20:26:36.639Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19742026-03-25T20:26:36.657Z Compiling typify v0.6.1
19752026-03-25T20:26:36.753Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19762026-03-25T20:26:36.832Z Compiling progenitor-impl v0.13.0
19772026-03-25T20:26:37.087Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19782026-03-25T20:26:37.263Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19792026-03-25T20:26:37.948Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19802026-03-25T20:26:38.365Z Compiling zone v0.3.1
19812026-03-25T20:26:39.146Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19822026-03-25T20:26:39.164Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19832026-03-25T20:26:39.251Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19842026-03-25T20:26:39.309Z Compiling hickory-proto v0.24.4
19852026-03-25T20:26:39.512Z Compiling tokio-stream v0.1.18
19862026-03-25T20:26:39.744Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19872026-03-25T20:26:40.060Z Compiling tokio-dtrace v0.1.1
19882026-03-25T20:26:40.340Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19892026-03-25T20:26:40.463Z Compiling progenitor-macro v0.13.0
19902026-03-25T20:26:40.903Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19912026-03-25T20:26:42.180Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19922026-03-25T20:26:42.638Z Compiling hickory-resolver v0.24.4
19932026-03-25T20:26:42.854Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19942026-03-25T20:26:43.216Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19952026-03-25T20:26:43.701Z Compiling qorb v0.4.1
19962026-03-25T20:26:43.781Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19972026-03-25T20:26:44.745Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19982026-03-25T20:26:44.965Z Compiling libsw-core v0.3.2
19992026-03-25T20:26:45.150Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20002026-03-25T20:26:45.309Z Compiling olpc-cjson v0.1.4
20012026-03-25T20:26:45.355Z Compiling libsw v3.5.0
20022026-03-25T20:26:45.482Z Compiling tough v0.20.0
20032026-03-25T20:26:45.535Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20042026-03-25T20:26:45.548Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20052026-03-25T20:26:45.594Z Compiling progenitor v0.13.0
20062026-03-25T20:26:45.721Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20072026-03-25T20:26:45.735Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20082026-03-25T20:26:46.010Z Compiling oxide-tokio-rt v0.1.3
20092026-03-25T20:26:46.335Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20102026-03-25T20:26:46.461Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20112026-03-25T20:26:46.492Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20122026-03-25T20:26:46.796Z Compiling slog-dtrace v0.3.0
20132026-03-25T20:26:47.027Z Compiling cancel-safe-futures v0.1.5
20142026-03-25T20:26:47.030Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20152026-03-25T20:26:47.117Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20162026-03-25T20:26:47.332Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20172026-03-25T20:26:47.791Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20182026-03-25T20:26:47.983Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20192026-03-25T20:26:48.000Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20202026-03-25T20:26:48.188Z Compiling steno v0.4.1
20212026-03-25T20:26:48.462Z Compiling hickory-proto v0.25.2
20222026-03-25T20:26:48.961Z Compiling moka v0.12.15
20232026-03-25T20:26:50.003Z Compiling const-random-macro v0.1.16
20242026-03-25T20:26:50.111Z Compiling parking_lot v0.11.2
20252026-03-25T20:26:50.406Z Compiling hickory-resolver v0.25.2
20262026-03-25T20:26:50.544Z Compiling const-random v0.1.18
20272026-03-25T20:26:50.967Z Compiling sdd v3.0.10
20282026-03-25T20:26:50.983Z Compiling sled v0.34.7
20292026-03-25T20:26:51.309Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20302026-03-25T20:26:51.353Z Compiling scc v2.4.0
20312026-03-25T20:26:51.715Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20322026-03-25T20:26:52.036Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20332026-03-25T20:26:52.208Z Compiling thin-vec v0.2.14
20342026-03-25T20:26:52.497Z Compiling rhai_codegen v3.1.0
20352026-03-25T20:26:52.531Z Compiling serial_test_derive v3.4.0
20362026-03-25T20:26:52.721Z Compiling yansi v1.0.1
20372026-03-25T20:26:53.047Z Compiling diff v0.1.13
20382026-03-25T20:26:53.269Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20392026-03-25T20:26:53.354Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20402026-03-25T20:26:53.521Z Compiling serial_test v3.4.0
20412026-03-25T20:26:53.718Z Compiling rhai v1.24.0
20422026-03-25T20:26:54.024Z Compiling pretty_assertions v1.4.1
20432026-03-25T20:26:54.057Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20442026-03-25T20:26:54.304Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20452026-03-25T20:26:54.318Z Compiling nom v8.0.0
20462026-03-25T20:27:02.178Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20472026-03-25T20:27:09.468Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20482026-03-25T20:27:11.069Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20492026-03-25T20:27:12.147Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20502026-03-25T20:27:13.247Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20512026-03-25T20:27:14.024Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20522026-03-25T20:27:16.409Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20532026-03-25T20:27:49.397Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 27s
20542026-03-25T20:27:49.563Z────────────
20552026-03-25T20:27:49.563Z Nextest run ID e6ecec96-4183-452f-9fff-4d3a946f973f with nextest profile: default
20562026-03-25T20:27:49.563Z Starting 18 tests across 1 binary (132 tests skipped)
20572026-03-25T20:28:05.918Z PASS [ 16.356s] bgp proptest::prop_ipv4_wire_format_roundtrip
20582026-03-25T20:28:07.910Z PASS [ 18.347s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20592026-03-25T20:28:07.981Z PASS [ 18.416s] bgp proptest::prop_ipv4_prefixes_roundtrip
20602026-03-25T20:28:09.259Z PASS [ 19.696s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20612026-03-25T20:28:09.906Z PASS [ 20.343s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20622026-03-25T20:28:18.161Z PASS [ 28.597s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20632026-03-25T20:28:24.196Z PASS [ 16.285s] bgp proptest::prop_ipv6_wire_format_roundtrip
20642026-03-25T20:28:26.120Z PASS [ 20.200s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20652026-03-25T20:28:27.600Z PASS [ 19.620s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20662026-03-25T20:28:28.464Z PASS [ 18.557s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20672026-03-25T20:28:29.224Z PASS [ 39.660s] bgp proptest::prop_duplicate_attrs_deduplicated
20682026-03-25T20:28:37.123Z PASS [ 18.961s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20692026-03-25T20:28:42.765Z PASS [ 18.568s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20702026-03-25T20:28:49.569Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20712026-03-25T20:28:55.680Z PASS [ 28.076s] bgp proptest::prop_update_mp_unreach_roundtrip
20722026-03-25T20:28:55.779Z PASS [ 66.213s] bgp proptest::prop_encode_decode_semantic_equivalence
20732026-03-25T20:29:09.266Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20742026-03-25T20:29:17.484Z PASS [ 68.221s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20752026-03-25T20:29:26.130Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20762026-03-25T20:29:29.770Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20772026-03-25T20:29:29.790Z PASS [ 60.553s] bgp proptest::prop_update_traditional_roundtrip
20782026-03-25T20:29:39.507Z PASS [ 71.920s] bgp proptest::prop_update_mp_reach_roundtrip
20792026-03-25T20:29:39.507Z────────────
20802026-03-25T20:29:39.507Z Summary [ 108.476s] 18 tests run: 18 passed (4 slow), 132 skipped
20812026-03-25T20:29:39.537Z+ cp '*.log' /work/
20822026-03-25T20:29:39.537Z+ true
20832026-03-25T20:29:39.537Z+ '[' -d proptest-regressions ']'
20842026-03-25T20:29:39.537Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20852026-03-25T20:29:39.537Z+ popd
20862026-03-25T20:29:39.537Z/work/oxidecomputer/maghemite
20872026-03-25T20:29:39.537Zprocess exited: duration 723772 ms, exit code 0
 
20882026-03-25T20:29:39.560Zfound 0 output files