01KMK9N7W687JH9GBXRRM0CCFM: 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: 01KMK9PBX6HQB523T6PFDBVQD0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-25T20:23:22.066Zjob assigned to worker 01KMKAKRPGQSJ35CCAWEA96Q5Z [factory aws, i-0e7b9084a77e52b04] (queued for 16 m 44 s)
 
22026-03-25T20:23:29.345Zstarting task 0: "setup"
32026-03-25T20:23:29.348Z++ uname -s
42026-03-25T20:23:29.352Z+ kern=SunOS
52026-03-25T20:23:29.352Z+ build_user=build
62026-03-25T20:23:29.352Z+ build_uid=12345
72026-03-25T20:23:29.352Z+ work_dir=/work
82026-03-25T20:23:29.353Z+ input_dir=/input
92026-03-25T20:23:29.353Z+ [[ 0 == 12345 ]]
102026-03-25T20:23:29.353Z+ case "$kern" in
112026-03-25T20:23:29.353Z+ groupadd -g 12345 build
122026-03-25T20:23:29.358Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-25T20:23:31.358Z+ zfs create -o mountpoint=/work rpool/work
142026-03-25T20:23:31.476Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-25T20:23:31.479Z+ home_fs=zfs
162026-03-25T20:23:31.479Z+ [[ zfs == autofs ]]
172026-03-25T20:23:31.479Z+ mkdir -p /home/build
182026-03-25T20:23:31.479Z+ chown build:build /home/build /work
192026-03-25T20:23:33.480Z+ chmod 0700 /home/build /work
202026-03-25T20:23:33.483Zprocess exited: duration 4140 ms, exit code 0
 
212026-03-25T20:23:33.501Zstarting task 1: "rust-toolchain"
222026-03-25T20:23:33.505Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-25T20:23:33.506Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-25T20:23:33.506Z * rust toolchain channel = "stable"
252026-03-25T20:23:33.506Z * rust toolchain profile = "default"
262026-03-25T20:23:33.506Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-25T20:23:33.506Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-25T20:23:33.508Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-25T20:23:33.509Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-25T20:23:33.629Zinfo: downloading installer
312026-03-25T20:23:35.725Zwarn: It looks like you have an existing installation of Rust at:
322026-03-25T20:23:35.725Zwarn: /opt/ooce/bin
332026-03-25T20:23:35.725Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-25T20:23:35.725Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-25T20:23:35.725Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-25T20:23:35.725Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-25T20:23:35.725Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-25T20:23:35.725Zerror: cannot install while Rust is installed
392026-03-25T20:23:35.726Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-25T20:23:35.726Zwarn: It looks like you have an existing rustup settings file at:
412026-03-25T20:23:35.726Zwarn: /home/build/.rustup/settings.toml
422026-03-25T20:23:35.726Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-25T20:23:35.726Zwarn: instead of the one inferred from the default host triple.
442026-03-25T20:23:35.738Zinfo: profile set to default
452026-03-25T20:23:35.738Zinfo: default host triple is x86_64-unknown-illumos
462026-03-25T20:23:35.741Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-25T20:23:35.905Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-25T20:23:35.908Zinfo: downloading 6 components
492026-03-25T20:23:52.468Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-25T20:23:52.468Z
512026-03-25T20:23:52.473Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-25T20:23:52.473Z
532026-03-25T20:23:52.473Z
542026-03-25T20:23:52.473ZRust is installed now. Great!
552026-03-25T20:23:52.473Z
562026-03-25T20:23:52.473ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-25T20:23:52.473Zenvironment variable. This has not been done automatically.
582026-03-25T20:23:52.473Z
592026-03-25T20:23:52.473ZTo configure your current shell, you need to source
602026-03-25T20:23:52.473Zthe corresponding env file under $HOME/.cargo.
612026-03-25T20:23:52.473Z
622026-03-25T20:23:52.473ZThis is usually done by running one of the following (note the leading DOT):
632026-03-25T20:23:52.473Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-25T20:23:52.473Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-25T20:23:52.473Zsource "~/.cargo/env.nu" # For nushell
662026-03-25T20:23:52.473Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-25T20:23:52.474Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-25T20:23:52.474Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-25T20:23:52.474Zwarn: no default linker (`cc`) was found in your PATH
702026-03-25T20:23:52.474Zwarn: many Rust crates require a system C toolchain to build
712026-03-25T20:23:52.554Z+ rustup --version
722026-03-25T20:23:52.563Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-25T20:23:52.563Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-25T20:23:52.579Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-25T20:23:52.582Z+ cargo --version
762026-03-25T20:23:52.592Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-25T20:23:52.597Z+ rustc --version
782026-03-25T20:23:52.614Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-25T20:23:52.617Zprocess exited: duration 19113 ms, exit code 0
 
802026-03-25T20:23:52.625Zstarting task 2: "authentication"
812026-03-25T20:23:52.643Zprocess exited: duration 17 ms, exit code 0
 
822026-03-25T20:23:52.652Zstarting task 3: "clone repository"
832026-03-25T20:23:52.656Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-25T20:23:52.656Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-25T20:23:52.771ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-25T20:23:53.512Z+ cd /work/oxidecomputer/maghemite
872026-03-25T20:23:53.515Z+ git fetch origin 086b615a80659c84d0776ac1f94a5e1795553936
882026-03-25T20:23:53.759ZFrom https://github.com/oxidecomputer/maghemite
892026-03-25T20:23:53.759Z * branch 086b615a80659c84d0776ac1f94a5e1795553936 -> FETCH_HEAD
902026-03-25T20:23:53.771Z+ [[ -n renovate/oxide-tokio-rt-0.x ]]
912026-03-25T20:23:53.771Z++ git branch --show-current
922026-03-25T20:23:53.771Z+ current=main
932026-03-25T20:23:53.771Z+ [[ main != renovate/oxide-tokio-rt-0.x ]]
942026-03-25T20:23:53.771Z+ git branch -f renovate/oxide-tokio-rt-0.x 086b615a80659c84d0776ac1f94a5e1795553936
952026-03-25T20:23:53.771Z+ git checkout -f renovate/oxide-tokio-rt-0.x
962026-03-25T20:23:53.784ZSwitched to branch 'renovate/oxide-tokio-rt-0.x'
972026-03-25T20:23:53.791Z+ git reset --hard 086b615a80659c84d0776ac1f94a5e1795553936
982026-03-25T20:23:53.800ZHEAD is now at 086b615 Update Rust crate oxide-tokio-rt to 0.1.3
992026-03-25T20:23:53.804Zprocess exited: duration 1150 ms, exit code 0
 
1002026-03-25T20:23:53.812Zstarting task 4: "build"
1012026-03-25T20:23:53.815Z+ set -e
1022026-03-25T20:23:53.815Z+ NEXTEST_VERSION=0.9.97
1032026-03-25T20:23:53.815Z+ PLATFORM=illumos
1042026-03-25T20:23:53.816Z+ cargo --version
1052026-03-25T20:23:53.820Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1062026-03-25T20:23:54.002Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1072026-03-25T20:23:54.008Zinfo: downloading 6 components
1082026-03-25T20:24:10.168Zcargo 1.94.0 (85eff7c80 2026-01-15)
1092026-03-25T20:24:10.172Z+ rustc --version
1102026-03-25T20:24:10.199Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1112026-03-25T20:24:10.205Z+ cargo install cargo-nextest --version 0.9.97
1122026-03-25T20:24:10.245Z Updating crates.io index
1132026-03-25T20:24:10.346Z Downloading crates ...
1142026-03-25T20:24:10.403Z Downloaded cargo-nextest v0.9.97
1152026-03-25T20:24:10.463Z Installing cargo-nextest v0.9.97
1162026-03-25T20:24:10.511Z Updating crates.io index
1172026-03-25T20:24:13.232Z Locking 408 packages to latest compatible versions
1182026-03-25T20:24:13.238Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-03-25T20:24:13.238Z Adding duct v0.13.7 (available: v1.1.1)
1202026-03-25T20:24:13.238Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-03-25T20:24:13.238Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-03-25T20:24:13.243Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1232026-03-25T20:24:13.244Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1242026-03-25T20:24:13.244Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-03-25T20:24:13.247Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1262026-03-25T20:24:13.247Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-03-25T20:24:13.265Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-03-25T20:24:13.280Z Downloading crates ...
1292026-03-25T20:24:13.351Z Downloaded crypto-common v0.1.7
1302026-03-25T20:24:13.363Z Downloaded color-spantrace v0.3.0
1312026-03-25T20:24:13.363Z Downloaded fnv v1.0.7
1322026-03-25T20:24:13.363Z Downloaded const-oid v0.9.6
1332026-03-25T20:24:13.363Z Downloaded document-features v0.2.12
1342026-03-25T20:24:13.368Z Downloaded futures-io v0.3.32
1352026-03-25T20:24:13.368Z Downloaded generic-array v0.14.7
1362026-03-25T20:24:13.374Z Downloaded home v0.5.12
1372026-03-25T20:24:13.374Z Downloaded idna_adapter v1.0.0
1382026-03-25T20:24:13.374Z Downloaded hashbrown v0.16.1
1392026-03-25T20:24:13.390Z Downloaded indent_write v2.2.0
1402026-03-25T20:24:13.396Z Downloaded openssl-macros v0.1.1
1412026-03-25T20:24:13.399Z Downloaded itoa v1.0.18
1422026-03-25T20:24:13.399Z Downloaded hyper-tls v0.6.0
1432026-03-25T20:24:13.405Z Downloaded http-body-util v0.1.3
1442026-03-25T20:24:13.412Z Downloaded indenter v0.3.4
1452026-03-25T20:24:13.416Z Downloaded pin-utils v0.1.0
1462026-03-25T20:24:13.423Z Downloaded pkcs8 v0.10.2
1472026-03-25T20:24:13.441Z Downloaded http-body v1.0.1
1482026-03-25T20:24:13.441Z Downloaded percent-encoding v2.3.2
1492026-03-25T20:24:13.455Z Downloaded form_urlencoded v1.2.2
1502026-03-25T20:24:13.455Z Downloaded curve25519-dalek-derive v0.1.1
1512026-03-25T20:24:13.455Z Downloaded futures-executor v0.3.32
1522026-03-25T20:24:13.455Z Downloaded openssl-probe v0.2.1
1532026-03-25T20:24:13.455Z Downloaded pathdiff v0.2.3
1542026-03-25T20:24:13.455Z Downloaded future-queue v0.4.0
1552026-03-25T20:24:13.455Z Downloaded rand_chacha v0.9.0
1562026-03-25T20:24:13.455Z Downloaded indexmap v2.13.0
1572026-03-25T20:24:13.455Z Downloaded serde_derive v1.0.228
1582026-03-25T20:24:13.460Z Downloaded parking_lot_core v0.9.12
1592026-03-25T20:24:13.460Z Downloaded cargo-platform v0.2.0
1602026-03-25T20:24:13.460Z Downloaded adler2 v2.0.1
1612026-03-25T20:24:13.460Z Downloaded jobserver v0.1.34
1622026-03-25T20:24:13.460Z Downloaded cfg-if v1.0.4
1632026-03-25T20:24:13.460Z Downloaded hex v0.4.3
1642026-03-25T20:24:13.460Z Downloaded rustc_version v0.4.1
1652026-03-25T20:24:13.461Z Downloaded os_pipe v1.2.3
1662026-03-25T20:24:13.461Z Downloaded futures-sink v0.3.32
1672026-03-25T20:24:13.461Z Downloaded clap_derive v4.6.0
1682026-03-25T20:24:13.466Z Downloaded heck v0.5.0
1692026-03-25T20:24:13.466Z Downloaded enable-ansi-support v0.2.1
1702026-03-25T20:24:13.472Z Downloaded futures-macro v0.3.32
1712026-03-25T20:24:13.472Z Downloaded camino-tempfile v1.4.1
1722026-03-25T20:24:13.477Z Downloaded is_ci v1.2.0
1732026-03-25T20:24:13.477Z Downloaded rand_core v0.6.4
1742026-03-25T20:24:13.477Z Downloaded owo-colors v4.3.0
1752026-03-25T20:24:13.484Z Downloaded atomicwrites v0.4.4
1762026-03-25T20:24:13.493Z Downloaded rustc-hash v2.1.1
1772026-03-25T20:24:13.501Z Downloaded guppy v0.17.25
1782026-03-25T20:24:13.501Z Downloaded number_prefix v0.4.0
1792026-03-25T20:24:13.501Z Downloaded humantime-serde v1.1.1
1802026-03-25T20:24:13.501Z Downloaded cpufeatures v0.2.17
1812026-03-25T20:24:13.501Z Downloaded clap v4.6.0
1822026-03-25T20:24:13.512Z Downloaded lazy_static v1.5.0
1832026-03-25T20:24:13.512Z Downloaded anstream v1.0.0
1842026-03-25T20:24:13.512Z Downloaded filetime v0.2.27
1852026-03-25T20:24:13.518Z Downloaded autocfg v1.5.0
1862026-03-25T20:24:13.518Z Downloaded derive-where v1.6.1
1872026-03-25T20:24:13.518Z Downloaded serde-value v0.7.0
1882026-03-25T20:24:13.518Z Downloaded block-buffer v0.10.4
1892026-03-25T20:24:13.518Z Downloaded erased-serde v0.4.10
1902026-03-25T20:24:13.518Z Downloaded nested v0.1.1
1912026-03-25T20:24:13.532Z Downloaded nextest-workspace-hack v0.1.0
1922026-03-25T20:24:13.532Z Downloaded camino v1.2.2
1932026-03-25T20:24:13.532Z Downloaded base64 v0.22.1
1942026-03-25T20:24:13.544Z Downloaded scopeguard v1.2.0
1952026-03-25T20:24:13.544Z Downloaded lru-slab v0.1.2
1962026-03-25T20:24:13.544Z Downloaded async-scoped v0.9.0
1972026-03-25T20:24:13.544Z Downloaded cargo_metadata v0.20.0
1982026-03-25T20:24:13.544Z Downloaded once_cell v1.21.4
1992026-03-25T20:24:13.544Z Downloaded num-traits v0.2.19
2002026-03-25T20:24:13.550Z Downloaded is_terminal_polyfill v1.70.2
2012026-03-25T20:24:13.550Z Downloaded foreign-types v0.3.2
2022026-03-25T20:24:13.550Z Downloaded colorchoice v1.0.5
2032026-03-25T20:24:13.551Z Downloaded foreign-types-shared v0.1.1
2042026-03-25T20:24:13.551Z Downloaded serde_ignored v0.1.14
2052026-03-25T20:24:13.551Z Downloaded pin-project-internal v1.1.11
2062026-03-25T20:24:13.555Z Downloaded ordered-float v2.10.1
2072026-03-25T20:24:13.555Z Downloaded base64ct v1.8.3
2082026-03-25T20:24:13.555Z Downloaded getrandom v0.2.17
2092026-03-25T20:24:13.562Z Downloaded lock_api v0.4.14
2102026-03-25T20:24:13.563Z Downloaded foldhash v0.1.5
2112026-03-25T20:24:13.563Z Downloaded fastrand v2.3.0
2122026-03-25T20:24:13.563Z Downloaded serde_urlencoded v0.7.1
2132026-03-25T20:24:13.563Z Downloaded anstyle-query v1.1.5
2142026-03-25T20:24:13.563Z Downloaded serde_spanned v1.1.0
2152026-03-25T20:24:13.563Z Downloaded serde_spanned v0.6.9
2162026-03-25T20:24:13.567Z Downloaded shell-words v1.1.1
2172026-03-25T20:24:13.567Z Downloaded sigchld v0.2.4
2182026-03-25T20:24:13.572Z Downloaded sync_wrapper v1.0.2
2192026-03-25T20:24:13.572Z Downloaded supports-color v3.0.2
2202026-03-25T20:24:13.572Z Downloaded subtle v2.6.1
2212026-03-25T20:24:13.575Z Downloaded strip-ansi-escapes v0.2.1
2222026-03-25T20:24:13.575Z Downloaded swrite v0.1.0
2232026-03-25T20:24:13.575Z Downloaded globset v0.4.18
2242026-03-25T20:24:13.579Z Downloaded dialoguer v0.11.0
2252026-03-25T20:24:13.582Z Downloaded miette-derive v7.6.0
2262026-03-25T20:24:13.582Z Downloaded ipnet v2.12.0
2272026-03-25T20:24:13.585Z Downloaded supports-unicode v3.0.0
2282026-03-25T20:24:13.585Z Downloaded target-spec-miette v0.4.5
2292026-03-25T20:24:13.593Z Downloaded supports-hyperlinks v3.2.0
2302026-03-25T20:24:13.593Z Downloaded strsim v0.11.1
2312026-03-25T20:24:13.593Z Downloaded humantime v2.3.0
2322026-03-25T20:24:13.598Z Downloaded native-tls v0.2.18
2332026-03-25T20:24:13.598Z Downloaded pkg-config v0.3.32
2342026-03-25T20:24:13.598Z Downloaded fixedbitset v0.5.7
2352026-03-25T20:24:13.598Z Downloaded mukti-metadata v0.3.0
2362026-03-25T20:24:13.600Z Downloaded rand_core v0.9.5
2372026-03-25T20:24:13.600Z Downloaded quote v1.0.45
2382026-03-25T20:24:13.603Z Downloaded serde v1.0.228
2392026-03-25T20:24:13.606Z Downloaded backtrace v0.3.76
2402026-03-25T20:24:13.608Z Downloaded self-replace v1.5.0
2412026-03-25T20:24:13.612Z Downloaded nextest-metadata v0.12.2
2422026-03-25T20:24:13.615Z Downloaded cfg-expr v0.20.7
2432026-03-25T20:24:13.620Z Downloaded pin-project-lite v0.2.17
2442026-03-25T20:24:13.623Z Downloaded anstyle-parse v1.0.0
2452026-03-25T20:24:13.623Z Downloaded ppv-lite86 v0.2.21
2462026-03-25T20:24:13.626Z Downloaded pin-project v1.1.11
2472026-03-25T20:24:13.630Z Downloaded target-spec v3.5.7
2482026-03-25T20:24:13.633Z Downloaded rustc-demangle v0.1.27
2492026-03-25T20:24:13.633Z Downloaded spki v0.7.3
2502026-03-25T20:24:13.636Z Downloaded target-lexicon v0.13.3
2512026-03-25T20:24:13.636Z Downloaded ahash v0.8.12
2522026-03-25T20:24:13.639Z Downloaded signal-hook-registry v1.4.8
2532026-03-25T20:24:13.639Z Downloaded terminal_size v0.4.4
2542026-03-25T20:24:13.640Z Downloaded console v0.15.11
2552026-03-25T20:24:13.643Z Downloaded config v0.15.22
2562026-03-25T20:24:13.646Z Downloaded tracing-error v0.2.1
2572026-03-25T20:24:13.646Z Downloaded tinyvec_macros v0.1.1
2582026-03-25T20:24:13.646Z Downloaded serde_path_to_error v0.1.20
2592026-03-25T20:24:13.650Z Downloaded self_update v0.42.0
2602026-03-25T20:24:13.652Z Downloaded duct v0.13.7
2612026-03-25T20:24:13.652Z Downloaded shared_child v1.1.1
2622026-03-25T20:24:13.652Z Downloaded litrs v1.0.0
2632026-03-25T20:24:13.655Z Downloaded typeid v1.0.3
2642026-03-25T20:24:13.660Z Downloaded try-lock v0.2.5
2652026-03-25T20:24:13.660Z Downloaded slab v0.4.12
2662026-03-25T20:24:13.660Z Downloaded simd-adler32 v0.3.8
2672026-03-25T20:24:13.660Z Downloaded sha2 v0.10.9
2682026-03-25T20:24:13.663Z Downloaded static_assertions v1.1.0
2692026-03-25T20:24:13.663Z Downloaded toml_write v0.1.2
2702026-03-25T20:24:13.663Z Downloaded toml_datetime v0.6.11
2712026-03-25T20:24:13.664Z Downloaded smol_str v0.3.6
2722026-03-25T20:24:13.666Z Downloaded thiserror-impl v2.0.18
2732026-03-25T20:24:13.667Z Downloaded thiserror-impl v1.0.69
2742026-03-25T20:24:13.667Z Downloaded tower-service v0.3.3
2752026-03-25T20:24:13.667Z Downloaded tower-layer v0.3.3
2762026-03-25T20:24:13.670Z Downloaded utf8_iter v1.0.4
2772026-03-25T20:24:13.674Z Downloaded urlencoding v2.1.3
2782026-03-25T20:24:13.674Z Downloaded eyre v0.6.12
2792026-03-25T20:24:13.678Z Downloaded iana-time-zone v0.1.65
2802026-03-25T20:24:13.680Z Downloaded rustls-pki-types v1.14.0
2812026-03-25T20:24:13.685Z Downloaded xattr v1.6.1
2822026-03-25T20:24:13.688Z Downloaded serde_core v1.0.228
2832026-03-25T20:24:13.692Z Downloaded smallvec v1.15.1
2842026-03-25T20:24:13.692Z Downloaded quinn-udp v0.5.14
2852026-03-25T20:24:13.695Z Downloaded hyper-rustls v0.27.7
2862026-03-25T20:24:13.703Z Downloaded tokio-stream v0.1.18
2872026-03-25T20:24:13.706Z Downloaded toml v0.8.23
2882026-03-25T20:24:13.711Z Downloaded unicase v2.9.0
2892026-03-25T20:24:13.712Z Downloaded idna v1.1.0
2902026-03-25T20:24:13.716Z Downloaded toml_parser v1.1.0+spec-1.1.0
2912026-03-25T20:24:13.716Z Downloaded tokio-rustls v0.26.4
2922026-03-25T20:24:13.716Z Downloaded ed25519-dalek v2.2.0
2932026-03-25T20:24:13.716Z Downloaded unicode-linebreak v0.1.5
2942026-03-25T20:24:13.719Z Downloaded httparse v1.10.1
2952026-03-25T20:24:13.723Z Downloaded utf8parse v0.2.2
2962026-03-25T20:24:13.726Z Downloaded tracing-attributes v0.1.31
2972026-03-25T20:24:13.729Z Downloaded cc v1.2.57
2982026-03-25T20:24:13.732Z Downloaded untrusted v0.9.0
2992026-03-25T20:24:13.735Z Downloaded unicode-xid v0.2.6
3002026-03-25T20:24:13.735Z Downloaded parking_lot v0.12.5
3012026-03-25T20:24:13.738Z Downloaded tar v0.4.45
3022026-03-25T20:24:13.741Z Downloaded tokio-native-tls v0.3.1
3032026-03-25T20:24:13.741Z Downloaded der v0.7.10
3042026-03-25T20:24:13.744Z Downloaded bytes v1.11.1
3052026-03-25T20:24:13.747Z Downloaded thiserror v2.0.18
3062026-03-25T20:24:13.752Z Downloaded shlex v1.3.0
3072026-03-25T20:24:13.752Z Downloaded want v0.3.1
3082026-03-25T20:24:13.755Z Downloaded derive_more v2.1.1
3092026-03-25T20:24:13.759Z Downloaded borsh v1.6.1
3102026-03-25T20:24:13.762Z Downloaded tracing-log v0.2.0
3112026-03-25T20:24:13.762Z Downloaded toml_writer v1.1.0+spec-1.1.0
3122026-03-25T20:24:13.762Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3132026-03-25T20:24:13.766Z Downloaded indicatif v0.17.11
3142026-03-25T20:24:13.769Z Downloaded tracing-core v0.1.36
3152026-03-25T20:24:13.773Z Downloaded openssl-sys v0.9.112
3162026-03-25T20:24:13.773Z Downloaded quick-junit v0.5.2
3172026-03-25T20:24:13.788Z Downloaded proc-macro2 v1.0.106
3182026-03-25T20:24:13.788Z Downloaded crossterm v0.29.0
3192026-03-25T20:24:13.795Z Downloaded nextest-filtering v0.15.0
3202026-03-25T20:24:13.795Z Downloaded newtype-uuid v1.3.2
3212026-03-25T20:24:13.808Z Downloaded log v0.4.29
3222026-03-25T20:24:13.813Z Downloaded tempfile v3.27.0
3232026-03-25T20:24:13.821Z Downloaded miniz_oxide v0.8.9
3242026-03-25T20:24:13.824Z Downloaded serde_json v1.0.149
3252026-03-25T20:24:13.824Z Downloaded zipsign-api v0.1.5
3262026-03-25T20:24:13.828Z Downloaded tower v0.5.3
3272026-03-25T20:24:13.831Z Downloaded zeroize v1.8.2
3282026-03-25T20:24:13.833Z Downloaded xxhash-rust v0.8.15
3292026-03-25T20:24:13.833Z Downloaded hashbrown v0.15.5
3302026-03-25T20:24:13.837Z Downloaded clap_builder v4.6.0
3312026-03-25T20:24:13.840Z Downloaded tokio-util v0.7.18
3322026-03-25T20:24:13.843Z Downloaded tower-http v0.6.8
3332026-03-25T20:24:13.847Z Downloaded signal-hook v0.3.18
3342026-03-25T20:24:13.851Z Downloaded sharded-slab v0.1.7
3352026-03-25T20:24:13.855Z Downloaded futures-util v0.3.32
3362026-03-25T20:24:13.884Z Downloaded tinyvec v1.11.0
3372026-03-25T20:24:13.888Z Downloaded winnow v1.0.0
3382026-03-25T20:24:13.891Z Downloaded zstd-safe v7.2.4
3392026-03-25T20:24:13.891Z Downloaded zstd v0.13.3
3402026-03-25T20:24:13.894Z Downloaded socket2 v0.6.3
3412026-03-25T20:24:13.894Z Downloaded chrono v0.4.44
3422026-03-25T20:24:13.897Z Downloaded textwrap v0.16.2
3432026-03-25T20:24:13.900Z Downloaded ryu v1.0.23
3442026-03-25T20:24:13.903Z Downloaded quinn v0.11.9
3452026-03-25T20:24:13.903Z Downloaded curve25519-dalek v4.1.3
3462026-03-25T20:24:13.909Z Downloaded gimli v0.32.3
3472026-03-25T20:24:13.912Z Downloaded webpki-roots v1.0.6
3482026-03-25T20:24:13.915Z Downloaded bitflags v2.11.0
3492026-03-25T20:24:13.918Z Downloaded memchr v2.8.0
3502026-03-25T20:24:13.923Z Downloaded unicode-width v0.2.2
3512026-03-25T20:24:13.933Z Downloaded vte v0.14.1
3522026-03-25T20:24:13.942Z Downloaded uuid v1.22.0
3532026-03-25T20:24:13.948Z Downloaded futures-core v0.3.32
3542026-03-25T20:24:13.961Z Downloaded hyper-util v0.1.20
3552026-03-25T20:24:13.968Z Downloaded crc32fast v1.5.0
3562026-03-25T20:24:13.971Z Downloaded backtrace-ext v0.2.1
3572026-03-25T20:24:13.971Z Downloaded rand v0.9.2
3582026-03-25T20:24:13.988Z Downloaded rustls-webpki v0.103.10
3592026-03-25T20:24:13.991Z Downloaded mio v1.1.1
3602026-03-25T20:24:14.000Z Downloaded ed25519 v2.2.3
3612026-03-25T20:24:14.004Z Downloaded http v1.4.0
3622026-03-25T20:24:14.004Z Downloaded miette v7.6.0
3632026-03-25T20:24:14.013Z Downloaded serde-untagged v0.1.9
3642026-03-25T20:24:14.016Z Downloaded typenum v1.19.0
3652026-03-25T20:24:14.016Z Downloaded clap_lex v1.1.0
3662026-03-25T20:24:14.016Z Downloaded getrandom v0.4.2
3672026-03-25T20:24:14.020Z Downloaded color-eyre v0.6.5
3682026-03-25T20:24:14.023Z Downloaded futures v0.3.32
3692026-03-25T20:24:14.026Z Downloaded itertools v0.14.0
3702026-03-25T20:24:14.042Z Downloaded futures-task v0.3.32
3712026-03-25T20:24:14.042Z Downloaded equivalent v1.0.2
3722026-03-25T20:24:14.055Z Downloaded h2 v0.4.13
3732026-03-25T20:24:14.055Z Downloaded ron v0.12.0
3742026-03-25T20:24:14.071Z Downloaded cfg_aliases v0.2.1
3752026-03-25T20:24:14.071Z Downloaded cargo-platform v0.3.2
3762026-03-25T20:24:14.071Z Downloaded guppy-workspace-hack v0.1.0
3772026-03-25T20:24:14.078Z Downloaded atomic-waker v1.1.2
3782026-03-25T20:24:14.078Z Downloaded convert_case v0.10.0
3792026-03-25T20:24:14.078Z Downloaded find-msvc-tools v0.1.9
3802026-03-25T20:24:14.078Z Downloaded cargo_metadata v0.23.1
3812026-03-25T20:24:14.078Z Downloaded addr2line v0.25.1
3822026-03-25T20:24:14.078Z Downloaded errno v0.3.14
3832026-03-25T20:24:14.078Z Downloaded anstyle v1.0.14
3842026-03-25T20:24:14.083Z Downloaded semver v1.0.27
3852026-03-25T20:24:14.083Z Downloaded either v1.15.0
3862026-03-25T20:24:14.088Z Downloaded cargo-util-schemas v0.2.0
3872026-03-25T20:24:14.092Z Downloaded debug-ignore v1.0.5
3882026-03-25T20:24:14.092Z Downloaded unicode-segmentation v1.13.1
3892026-03-25T20:24:14.092Z Downloaded signature v2.2.0
3902026-03-25T20:24:14.096Z Downloaded futures-channel v0.3.32
3912026-03-25T20:24:14.099Z Downloaded version_check v0.9.5
3922026-03-25T20:24:14.106Z Downloaded reqwest v0.12.28
3932026-03-25T20:24:14.110Z Downloaded signal-hook-mio v0.2.5
3942026-03-25T20:24:14.110Z Downloaded regex v1.12.3
3952026-03-25T20:24:14.115Z Downloaded aho-corasick v1.1.4
3962026-03-25T20:24:14.124Z Downloaded getrandom v0.3.4
3972026-03-25T20:24:14.131Z Downloaded thiserror v1.0.69
3982026-03-25T20:24:14.135Z Downloaded hyper v1.8.1
3992026-03-25T20:24:14.135Z Downloaded unicode-normalization v0.1.25
4002026-03-25T20:24:14.139Z Downloaded tokio-macros v2.6.1
4012026-03-25T20:24:14.139Z Downloaded thread_local v1.1.9
4022026-03-25T20:24:14.139Z Downloaded unicode-ident v1.0.24
4032026-03-25T20:24:14.139Z Downloaded digest v0.10.7
4042026-03-25T20:24:14.154Z Downloaded flate2 v1.1.9
4052026-03-25T20:24:14.158Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4062026-03-25T20:24:14.166Z Downloaded zmij v1.0.21
4072026-03-25T20:24:14.166Z Downloaded toml v1.1.0+spec-1.1.0
4082026-03-25T20:24:14.172Z Downloaded derive_more-impl v2.1.1
4092026-03-25T20:24:14.172Z Downloaded iri-string v0.7.11
4102026-03-25T20:24:14.179Z Downloaded toml_edit v0.22.27
4112026-03-25T20:24:14.179Z Downloaded url v2.5.8
4122026-03-25T20:24:14.179Z Downloaded quick-xml v0.37.5
4132026-03-25T20:24:14.185Z Downloaded pulldown-cmark v0.13.3
4142026-03-25T20:24:14.185Z Downloaded quick-xml v0.38.4
4152026-03-25T20:24:14.193Z Downloaded tokio v1.50.0
4162026-03-25T20:24:14.208Z Downloaded winnow v0.7.15
4172026-03-25T20:24:14.212Z Downloaded vcpkg v0.2.15
4182026-03-25T20:24:14.233Z Downloaded portable-atomic v1.13.1
4192026-03-25T20:24:14.245Z Downloaded bstr v1.12.1
4202026-03-25T20:24:14.254Z Downloaded tracing-subscriber v0.3.23
4212026-03-25T20:24:14.271Z Downloaded quinn-proto v0.11.14
4222026-03-25T20:24:14.286Z Downloaded openssl v0.10.76
4232026-03-25T20:24:14.326Z Downloaded rustls v0.23.37
4242026-03-25T20:24:14.352Z Downloaded nextest-runner v0.80.0
4252026-03-25T20:24:14.367Z Downloaded zerocopy v0.8.47
4262026-03-25T20:24:14.378Z Downloaded syn v2.0.117
4272026-03-25T20:24:14.384Z Downloaded unicode-width v0.1.14
4282026-03-25T20:24:14.408Z Downloaded object v0.37.3
4292026-03-25T20:24:14.434Z Downloaded nix v0.30.1
4302026-03-25T20:24:14.449Z Downloaded rustix v0.38.44
4312026-03-25T20:24:14.456Z Downloaded regex-syntax v0.8.10
4322026-03-25T20:24:14.461Z Downloaded rustix v1.1.4
4332026-03-25T20:24:14.510Z Downloaded tracing v0.1.44
4342026-03-25T20:24:14.567Z Downloaded regex-automata v0.4.14
4352026-03-25T20:24:14.597Z Downloaded libc v0.2.183
4362026-03-25T20:24:14.619Z Downloaded petgraph v0.8.3
4372026-03-25T20:24:14.712Z Downloaded recursion v0.5.4
4382026-03-25T20:24:14.721Z Downloaded ring v0.17.14
4392026-03-25T20:24:14.790Z Compiling proc-macro2 v1.0.106
4402026-03-25T20:24:14.794Z Compiling libc v0.2.183
4412026-03-25T20:24:14.794Z Compiling quote v1.0.45
4422026-03-25T20:24:14.794Z Compiling unicode-ident v1.0.24
4432026-03-25T20:24:14.794Z Compiling serde_core v1.0.228
4442026-03-25T20:24:14.794Z Compiling cfg-if v1.0.4
4452026-03-25T20:24:14.794Z Compiling memchr v2.8.0
4462026-03-25T20:24:14.794Z Compiling once_cell v1.21.4
4472026-03-25T20:24:14.970Z Compiling log v0.4.29
4482026-03-25T20:24:15.017Z Compiling pin-project-lite v0.2.17
4492026-03-25T20:24:15.107Z Compiling serde v1.0.228
4502026-03-25T20:24:15.949Z Compiling itoa v1.0.18
4512026-03-25T20:24:15.975Z Compiling futures-core v0.3.32
4522026-03-25T20:24:15.975Z Compiling smallvec v1.15.1
4532026-03-25T20:24:15.975Z Compiling bitflags v2.11.0
4542026-03-25T20:24:15.975Z Compiling equivalent v1.0.2
4552026-03-25T20:24:15.975Z Compiling hashbrown v0.16.1
4562026-03-25T20:24:15.975Z Compiling shlex v1.3.0
4572026-03-25T20:24:15.991Z Compiling jobserver v0.1.34
4582026-03-25T20:24:16.004Z Compiling find-msvc-tools v0.1.9
4592026-03-25T20:24:16.004Z Compiling bytes v1.11.1
4602026-03-25T20:24:16.052Z Compiling futures-sink v0.3.32
4612026-03-25T20:24:16.155Z Compiling errno v0.3.14
4622026-03-25T20:24:16.194Z Compiling cc v1.2.57
4632026-03-25T20:24:16.215Z Compiling mio v1.1.1
4642026-03-25T20:24:16.261Z Compiling signal-hook-registry v1.4.8
4652026-03-25T20:24:16.449Z Compiling rustix v1.1.4
4662026-03-25T20:24:16.462Z Compiling socket2 v0.6.3
4672026-03-25T20:24:16.551Z Compiling syn v2.0.117
4682026-03-25T20:24:16.765Z Compiling zmij v1.0.21
4692026-03-25T20:24:16.875Z Compiling slab v0.4.12
4702026-03-25T20:24:16.905Z Compiling futures-channel v0.3.32
4712026-03-25T20:24:17.092Z Compiling tracing-core v0.1.36
4722026-03-25T20:24:17.124Z Compiling version_check v0.9.5
4732026-03-25T20:24:17.186Z Compiling serde_json v1.0.149
4742026-03-25T20:24:17.410Z Compiling futures-io v0.3.32
4752026-03-25T20:24:17.441Z Compiling getrandom v0.4.2
4762026-03-25T20:24:17.456Z Compiling futures-task v0.3.32
4772026-03-25T20:24:17.604Z Compiling indexmap v2.13.0
4782026-03-25T20:24:17.667Z Compiling unicode-width v0.2.2
4792026-03-25T20:24:17.693Z Compiling camino v1.2.2
4802026-03-25T20:24:17.963Z Compiling ring v0.17.14
4812026-03-25T20:24:17.983Z Compiling http v1.4.0
4822026-03-25T20:24:18.072Z Compiling simd-adler32 v0.3.8
4832026-03-25T20:24:18.241Z Compiling adler2 v2.0.1
4842026-03-25T20:24:18.405Z Compiling autocfg v1.5.0
4852026-03-25T20:24:18.417Z Compiling percent-encoding v2.3.2
4862026-03-25T20:24:18.456Z Compiling zeroize v1.8.2
4872026-03-25T20:24:18.685Z Compiling miniz_oxide v0.8.9
4882026-03-25T20:24:18.757Z Compiling num-traits v0.2.19
4892026-03-25T20:24:18.924Z Compiling target-lexicon v0.13.3
4902026-03-25T20:24:18.974Z Compiling object v0.37.3
4912026-03-25T20:24:19.245Z Compiling zerocopy v0.8.47
4922026-03-25T20:24:19.366Z Compiling getrandom v0.3.4
4932026-03-25T20:24:19.645Z Compiling http-body v1.0.1
4942026-03-25T20:24:19.690Z Compiling rustls-pki-types v1.14.0
4952026-03-25T20:24:19.705Z Compiling semver v1.0.27
4962026-03-25T20:24:19.799Z Compiling getrandom v0.2.17
4972026-03-25T20:24:19.829Z Compiling fnv v1.0.7
4982026-03-25T20:24:19.933Z Compiling untrusted v0.9.0
4992026-03-25T20:24:19.984Z Compiling gimli v0.32.3
5002026-03-25T20:24:20.063Z Compiling thiserror v2.0.18
5012026-03-25T20:24:20.076Z Compiling guppy-workspace-hack v0.1.0
5022026-03-25T20:24:20.145Z Compiling owo-colors v4.3.0
5032026-03-25T20:24:20.238Z Compiling serde_derive v1.0.228
5042026-03-25T20:24:20.285Z Compiling tokio-macros v2.6.1
5052026-03-25T20:24:20.340Z Compiling futures-macro v0.3.32
5062026-03-25T20:24:20.405Z Compiling tracing-attributes v0.1.31
5072026-03-25T20:24:20.460Z Compiling typenum v1.19.0
5082026-03-25T20:24:20.521Z Compiling httparse v1.10.1
5092026-03-25T20:24:20.787Z Compiling signal-hook v0.3.18
5102026-03-25T20:24:21.022Z Compiling thiserror-impl v2.0.18
5112026-03-25T20:24:21.088Z Compiling tokio v1.50.0
5122026-03-25T20:24:21.130Z Compiling futures-util v0.3.32
5132026-03-25T20:24:21.593Z Compiling tracing v0.1.44
5142026-03-25T20:24:21.900Z Compiling addr2line v0.25.1
5152026-03-25T20:24:22.663Z Compiling form_urlencoded v1.2.2
5162026-03-25T20:24:22.924Z Compiling generic-array v0.14.7
5172026-03-25T20:24:22.936Z Compiling atomic-waker v1.1.2
5182026-03-25T20:24:23.062Z Compiling idna_adapter v1.0.0
5192026-03-25T20:24:23.137Z Compiling target-spec v3.5.7
5202026-03-25T20:24:23.163Z Compiling fastrand v2.3.0
5212026-03-25T20:24:23.406Z Compiling pkg-config v0.3.32
5222026-03-25T20:24:23.439Z Compiling try-lock v0.2.5
5232026-03-25T20:24:23.506Z Compiling rustc-demangle v0.1.27
5242026-03-25T20:24:23.577Z Compiling thiserror v1.0.69
5252026-03-25T20:24:23.768Z Compiling typeid v1.0.3
5262026-03-25T20:24:23.834Z Compiling tower-service v0.3.3
5272026-03-25T20:24:23.876Z Compiling utf8_iter v1.0.4
5282026-03-25T20:24:23.927Z Compiling rustls v0.23.37
5292026-03-25T20:24:24.038Z Compiling idna v1.1.0
5302026-03-25T20:24:24.129Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5312026-03-25T20:24:24.272Z Compiling want v0.3.1
5322026-03-25T20:24:24.469Z Compiling tempfile v3.27.0
5332026-03-25T20:24:24.521Z Compiling cfg-expr v0.20.7
5342026-03-25T20:24:25.115Z Compiling tokio-util v0.7.18
5352026-03-25T20:24:25.170Z Compiling backtrace v0.3.76
5362026-03-25T20:24:25.650Z Compiling h2 v0.4.13
5372026-03-25T20:24:25.938Z Compiling thiserror-impl v1.0.69
5382026-03-25T20:24:26.026Z Compiling terminal_size v0.4.4
5392026-03-25T20:24:26.168Z Compiling aho-corasick v1.1.4
5402026-03-25T20:24:26.201Z Compiling regex-syntax v0.8.10
5412026-03-25T20:24:26.215Z Compiling pin-utils v0.1.0
5422026-03-25T20:24:26.286Z Compiling winnow v0.7.15
5432026-03-25T20:24:27.056Z Compiling subtle v2.6.1
5442026-03-25T20:24:27.229Z Compiling erased-serde v0.4.10
5452026-03-25T20:24:28.121Z Compiling hyper v1.8.1
5462026-03-25T20:24:28.196Z Compiling regex-automata v0.4.14
5472026-03-25T20:24:30.176Z Compiling rustls-webpki v0.103.10
5482026-03-25T20:24:31.891Z Compiling url v2.5.8
5492026-03-25T20:24:32.827Z Compiling serde_spanned v0.6.9
5502026-03-25T20:24:32.884Z Compiling toml_datetime v0.6.11
5512026-03-25T20:24:33.147Z Compiling ahash v0.8.12
5522026-03-25T20:24:33.288Z Compiling sync_wrapper v1.0.2
5532026-03-25T20:24:33.389Z Compiling tower-layer v0.3.3
5542026-03-25T20:24:33.401Z Compiling portable-atomic v1.13.1
5552026-03-25T20:24:33.585Z Compiling nextest-workspace-hack v0.1.0
5562026-03-25T20:24:33.800Z Compiling unicode-segmentation v1.13.1
5572026-03-25T20:24:33.835Z Compiling toml_write v0.1.2
5582026-03-25T20:24:33.907Z Compiling either v1.15.0
5592026-03-25T20:24:34.068Z Compiling foldhash v0.1.5
5602026-03-25T20:24:34.132Z Compiling ipnet v2.12.0
5612026-03-25T20:24:34.176Z Compiling parking_lot_core v0.9.12
5622026-03-25T20:24:34.281Z Compiling unicode-linebreak v0.1.5
5632026-03-25T20:24:34.313Z Compiling crc32fast v1.5.0
5642026-03-25T20:24:34.444Z Compiling base64 v0.22.1
5652026-03-25T20:24:34.552Z Compiling is_ci v1.2.0
5662026-03-25T20:24:34.595Z Compiling lazy_static v1.5.0
5672026-03-25T20:24:34.718Z Compiling hyper-util v0.1.20
5682026-03-25T20:24:34.726Z Compiling sharded-slab v0.1.7
5692026-03-25T20:24:34.746Z Compiling supports-color v3.0.2
5702026-03-25T20:24:35.042Z Compiling textwrap v0.16.2
5712026-03-25T20:24:35.057Z Compiling tokio-rustls v0.26.4
5722026-03-25T20:24:35.282Z Compiling hashbrown v0.15.5
5732026-03-25T20:24:35.325Z Compiling convert_case v0.10.0
5742026-03-25T20:24:35.342Z Compiling toml_edit v0.22.27
5752026-03-25T20:24:35.638Z Compiling tower v0.5.3
5762026-03-25T20:24:36.230Z Compiling backtrace-ext v0.2.1
5772026-03-25T20:24:36.358Z Compiling ordered-float v2.10.1
5782026-03-25T20:24:36.474Z Compiling miette-derive v7.6.0
5792026-03-25T20:24:36.521Z Compiling webpki-roots v1.0.6
5802026-03-25T20:24:36.633Z Compiling pathdiff v0.2.3
5812026-03-25T20:24:36.644Z Compiling console v0.15.11
5822026-03-25T20:24:36.755Z Compiling cargo-platform v0.3.2
5832026-03-25T20:24:37.314Z Compiling tracing-log v0.2.0
5842026-03-25T20:24:37.326Z Compiling os_pipe v1.2.3
5852026-03-25T20:24:37.510Z Compiling thread_local v1.1.9
5862026-03-25T20:24:37.688Z Compiling pulldown-cmark v0.13.3
5872026-03-25T20:24:37.857Z Compiling zstd-safe v7.2.4
5882026-03-25T20:24:37.868Z Compiling supports-hyperlinks v3.2.0
5892026-03-25T20:24:37.882Z Compiling supports-unicode v3.0.0
5902026-03-25T20:24:37.959Z Compiling rustix v0.38.44
5912026-03-25T20:24:38.044Z Compiling unicode-width v0.1.14
5922026-03-25T20:24:38.076Z Compiling debug-ignore v1.0.5
5932026-03-25T20:24:38.079Z Compiling ryu v1.0.23
5942026-03-25T20:24:38.184Z Compiling utf8parse v0.2.2
5952026-03-25T20:24:38.289Z Compiling winnow v1.0.0
5962026-03-25T20:24:38.301Z Compiling fixedbitset v0.5.7
5972026-03-25T20:24:38.336Z Compiling scopeguard v1.2.0
5982026-03-25T20:24:38.375Z Compiling cfg_aliases v0.2.1
5992026-03-25T20:24:38.441Z Compiling iri-string v0.7.11
6002026-03-25T20:24:38.453Z Compiling nix v0.30.1
6012026-03-25T20:24:38.806Z Compiling petgraph v0.8.3
6022026-03-25T20:24:38.824Z Compiling lock_api v0.4.14
6032026-03-25T20:24:39.154Z Compiling anstyle-parse v1.0.0
6042026-03-25T20:24:39.321Z Compiling miette v7.6.0
6052026-03-25T20:24:39.380Z Compiling toml_parser v1.1.0+spec-1.1.0
6062026-03-25T20:24:39.712Z Compiling serde_urlencoded v0.7.1
6072026-03-25T20:24:39.990Z Compiling tower-http v0.6.8
6082026-03-25T20:24:40.703Z Compiling tracing-subscriber v0.3.23
6092026-03-25T20:24:40.737Z Compiling sigchld v0.2.4
6102026-03-25T20:24:40.925Z Compiling cargo_metadata v0.23.1
6112026-03-25T20:24:40.947Z Compiling toml v0.8.23
6122026-03-25T20:24:41.082Z Compiling hyper-rustls v0.27.7
6132026-03-25T20:24:41.753Z Compiling serde-value v0.7.0
6142026-03-25T20:24:42.450Z Compiling serde-untagged v0.1.9
6152026-03-25T20:24:43.474Z Compiling derive_more-impl v2.1.1
6162026-03-25T20:24:43.970Z Compiling itertools v0.14.0
6172026-03-25T20:24:44.087Z Compiling regex v1.12.3
6182026-03-25T20:24:44.221Z Compiling block-buffer v0.10.4
6192026-03-25T20:24:44.270Z Compiling crypto-common v0.1.7
6202026-03-25T20:24:44.373Z Compiling ppv-lite86 v0.2.21
6212026-03-25T20:24:44.404Z Compiling futures-executor v0.3.32
6222026-03-25T20:24:44.692Z Compiling rand_core v0.9.5
6232026-03-25T20:24:44.739Z Compiling pin-project-internal v1.1.11
6242026-03-25T20:24:44.942Z Compiling http-body-util v0.1.3
6252026-03-25T20:24:44.946Z Compiling uuid v1.22.0
6262026-03-25T20:24:45.195Z Compiling smol_str v0.3.6
6272026-03-25T20:24:45.456Z Compiling toml_datetime v1.1.0+spec-1.1.0
6282026-03-25T20:24:45.469Z Compiling serde_spanned v1.1.0
6292026-03-25T20:24:45.516Z Compiling filetime v0.2.27
6302026-03-25T20:24:45.529Z Compiling bstr v1.12.1
6312026-03-25T20:24:45.621Z Compiling vte v0.14.1
6322026-03-25T20:24:45.713Z Compiling anstyle-query v1.1.5
6332026-03-25T20:24:45.776Z Compiling is_terminal_polyfill v1.70.2
6342026-03-25T20:24:45.818Z Compiling unicase v2.9.0
6352026-03-25T20:24:45.834Z Compiling anstyle v1.0.14
6362026-03-25T20:24:45.869Z Compiling eyre v0.6.12
6372026-03-25T20:24:45.869Z Compiling self_update v0.42.0
6382026-03-25T20:24:45.999Z Compiling static_assertions v1.1.0
6392026-03-25T20:24:46.093Z Compiling iana-time-zone v0.1.65
6402026-03-25T20:24:46.107Z Compiling colorchoice v1.0.5
6412026-03-25T20:24:46.107Z Compiling unicode-xid v0.2.6
6422026-03-25T20:24:46.175Z Compiling litrs v1.0.0
6432026-03-25T20:24:46.193Z Compiling tinyvec_macros v0.1.1
6442026-03-25T20:24:46.218Z Compiling xattr v1.6.1
6452026-03-25T20:24:46.245Z Compiling nested v0.1.1
6462026-03-25T20:24:46.259Z Compiling color-spantrace v0.3.0
6472026-03-25T20:24:46.401Z Compiling number_prefix v0.4.0
6482026-03-25T20:24:46.430Z Compiling guppy v0.17.25
6492026-03-25T20:24:46.441Z Compiling tar v0.4.45
6502026-03-25T20:24:46.558Z Compiling indicatif v0.17.11
6512026-03-25T20:24:46.588Z Compiling tinyvec v1.11.0
6522026-03-25T20:24:46.609Z Compiling document-features v0.2.12
6532026-03-25T20:24:47.002Z Compiling chrono v0.4.44
6542026-03-25T20:24:47.137Z Compiling cargo-util-schemas v0.2.0
6552026-03-25T20:24:48.005Z Compiling anstream v1.0.0
6562026-03-25T20:24:48.800Z Compiling globset v0.4.18
6572026-03-25T20:24:49.036Z Compiling pin-project v1.1.11
6582026-03-25T20:24:49.139Z Compiling strip-ansi-escapes v0.2.1
6592026-03-25T20:24:49.577Z Compiling toml v1.1.0+spec-1.1.0
6602026-03-25T20:24:49.650Z Compiling nextest-metadata v0.12.2
6612026-03-25T20:24:49.685Z Compiling newtype-uuid v1.3.2
6622026-03-25T20:24:49.883Z Compiling reqwest v0.12.28
6632026-03-25T20:24:50.333Z Compiling rand_chacha v0.9.0
6642026-03-25T20:24:50.439Z Compiling futures v0.3.32
6652026-03-25T20:24:50.522Z Compiling digest v0.10.7
6662026-03-25T20:24:50.748Z Compiling derive_more v2.1.1
6672026-03-25T20:24:50.830Z Compiling parking_lot v0.12.5
6682026-03-25T20:24:50.884Z Compiling flate2 v1.1.9
6692026-03-25T20:24:51.431Z Compiling tracing-error v0.2.1
6702026-03-25T20:24:51.664Z Compiling shared_child v1.1.1
6712026-03-25T20:24:52.037Z Compiling signal-hook-mio v0.2.5
6722026-03-25T20:24:52.062Z Compiling self-replace v1.5.0
6732026-03-25T20:24:52.162Z Compiling cargo-platform v0.2.0
6742026-03-25T20:24:52.354Z Compiling quick-xml v0.37.5
6752026-03-25T20:24:52.716Z Compiling quick-xml v0.38.4
6762026-03-25T20:24:52.787Z Compiling clap_lex v1.1.0
6772026-03-25T20:24:53.142Z Compiling urlencoding v2.1.3
6782026-03-25T20:24:53.276Z Compiling recursion v0.5.4
6792026-03-25T20:24:53.386Z Compiling heck v0.5.0
6802026-03-25T20:24:53.411Z Compiling strsim v0.11.1
6812026-03-25T20:24:53.843Z Compiling indenter v0.3.4
6822026-03-25T20:24:53.870Z Compiling shell-words v1.1.1
6832026-03-25T20:24:53.970Z Compiling humantime v2.3.0
6842026-03-25T20:24:54.231Z Compiling cpufeatures v0.2.17
6852026-03-25T20:24:54.306Z Compiling sha2 v0.10.9
6862026-03-25T20:24:54.336Z Compiling clap_derive v4.6.0
6872026-03-25T20:24:54.348Z Compiling humantime-serde v1.1.1
6882026-03-25T20:24:54.499Z Compiling clap_builder v4.6.0
6892026-03-25T20:24:54.770Z Compiling nextest-filtering v0.15.0
6902026-03-25T20:24:54.918Z Compiling quick-junit v0.5.2
6912026-03-25T20:24:56.102Z Compiling atomicwrites v0.4.4
6922026-03-25T20:24:56.383Z Compiling cargo_metadata v0.20.0
6932026-03-25T20:24:58.040Z Compiling crossterm v0.29.0
6942026-03-25T20:24:58.721Z Compiling cargo-nextest v0.9.97
6952026-03-25T20:24:59.860Z Compiling duct v0.13.7
6962026-03-25T20:25:00.346Z Compiling zstd v0.13.3
6972026-03-25T20:25:00.487Z Compiling rand v0.9.2
6982026-03-25T20:25:00.767Z Compiling async-scoped v0.9.0
6992026-03-25T20:25:00.967Z Compiling config v0.15.22
7002026-03-25T20:25:01.222Z Compiling unicode-normalization v0.1.25
7012026-03-25T20:25:01.250Z Compiling target-spec-miette v0.4.5
7022026-03-25T20:25:01.519Z Compiling future-queue v0.4.0
7032026-03-25T20:25:01.617Z Compiling mukti-metadata v0.3.0
7042026-03-25T20:25:01.659Z Compiling tokio-stream v0.1.18
7052026-03-25T20:25:01.794Z Compiling camino-tempfile v1.4.1
7062026-03-25T20:25:01.806Z Compiling derive-where v1.6.1
7072026-03-25T20:25:02.081Z Compiling serde_path_to_error v0.1.20
7082026-03-25T20:25:02.097Z Compiling serde_ignored v0.1.14
7092026-03-25T20:25:02.192Z Compiling indent_write v2.2.0
7102026-03-25T20:25:02.316Z Compiling hex v0.4.3
7112026-03-25T20:25:02.341Z Compiling xxhash-rust v0.8.15
7122026-03-25T20:25:02.353Z Compiling swrite v0.1.0
7132026-03-25T20:25:02.459Z Compiling home v0.5.12
7142026-03-25T20:25:02.520Z Compiling color-eyre v0.6.5
7152026-03-25T20:25:02.553Z Compiling clap v4.6.0
7162026-03-25T20:25:02.597Z Compiling dialoguer v0.11.0
7172026-03-25T20:25:02.622Z Compiling enable-ansi-support v0.2.1
7182026-03-25T20:25:03.061Z Compiling nextest-runner v0.80.0
7192026-03-25T20:25:21.249Z Finished `release` profile [optimized] target(s) in 1m 11s
7202026-03-25T20:25:21.408Z Installing /home/build/.cargo/bin/cargo-nextest
7212026-03-25T20:25:21.411Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7222026-03-25T20:25:21.528Z+ source .github/buildomat/test-common.sh
7232026-03-25T20:25:21.533Z++ NEXTEST_VERSION=0.9.97
7242026-03-25T20:25:21.534Z++ PLATFORM=illumos
7252026-03-25T20:25:21.534Z++ banner install
7262026-03-25T20:25:21.534Z
7272026-03-25T20:25:21.534Z # # # #### ##### ## # #
7282026-03-25T20:25:21.534Z # ## # # # # # # #
7292026-03-25T20:25:21.534Z # # # # #### # # # # #
7302026-03-25T20:25:21.534Z # # # # # # ###### # #
7312026-03-25T20:25:21.534Z # # ## # # # # # # #
7322026-03-25T20:25:21.534Z # # # #### # # # ###### ######
7332026-03-25T20:25:21.534Z
7342026-03-25T20:25:21.534Z++ set +o errexit
7352026-03-25T20:25:21.534Z++ pkg info clang-15
7362026-03-25T20:25:21.534Z++ grep -qi installed
7372026-03-25T20:25:24.318Zpkg: info: no packages matching the following patterns you specified are
7382026-03-25T20:25:24.318Zinstalled on the system. Try querying remotely instead:
7392026-03-25T20:25:24.318Z
7402026-03-25T20:25:24.318Z clang-15
7412026-03-25T20:25:24.349Z++ [[ 1 != 0 ]]
7422026-03-25T20:25:24.349Z++ set -o errexit
7432026-03-25T20:25:24.349Z++ pfexec pkg install clang-15
7442026-03-25T20:25:30.788Z Startup: Refreshing catalog 'helios-dev' ... Done
7452026-03-25T20:25:37.583Z Startup: Caching catalogs ... Done
7462026-03-25T20:25:41.256ZPlanning: Solver setup ... Done
7472026-03-25T20:25:41.270ZPlanning: Running solver ... Done
7482026-03-25T20:25:41.387ZPlanning: Finding local manifests ... Done
7492026-03-25T20:25:41.398ZPlanning: Fetching manifests: 0/2 0% complete
7502026-03-25T20:25:41.482ZPlanning: Fetching manifests: 2/2 100% complete
7512026-03-25T20:25:41.510ZPlanning: Package planning ... Done
7522026-03-25T20:25:41.534ZPlanning: Merging actions ... Done
7532026-03-25T20:25:41.758ZPlanning: Checking for conflicting actions ... Done
7542026-03-25T20:25:41.762ZPlanning: Consolidating action changes ... Done
7552026-03-25T20:25:43.902ZPlanning: Evaluating mediators ... Done
7562026-03-25T20:25:43.906ZPlanning: Planning completed in 6.16 seconds
7572026-03-25T20:25:43.918Z Packages to install: 2
7582026-03-25T20:25:43.918Z Mediators to change: 2
7592026-03-25T20:25:43.918Z Services to change: 1
7602026-03-25T20:25:43.918Z Create boot environment: No
7612026-03-25T20:25:43.918ZCreate backup boot environment: No
7622026-03-25T20:25:43.988Z
7632026-03-25T20:25:43.988ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7642026-03-25T20:25:48.988ZDownload: 2790/3076 items 119.8/211.3MB 56% complete (24.2M/s)
7652026-03-25T20:25:52.133ZDownload: Completed 211.31 MB in 8.14 seconds (26.0M/s)
7662026-03-25T20:25:53.565Z Actions: 1/3418 actions (Installing new actions)
7672026-03-25T20:25:56.896Z Actions: Completed 3418 actions in 3.35 seconds.
7682026-03-25T20:25:57.198Z Done
7692026-03-25T20:25:57.198Z Done
7702026-03-25T20:25:57.882Z Done
7712026-03-25T20:26:01.711Z Done
7722026-03-25T20:26:01.821Z Done
7732026-03-25T20:26:01.824Z Done
7742026-03-25T20:26:02.085Z Done
7752026-03-25T20:26:03.062Z++ set -o errexit
7762026-03-25T20:26:03.062Z++ cargo --version
7772026-03-25T20:26:03.089Zcargo 1.94.0 (85eff7c80 2026-01-15)
7782026-03-25T20:26:03.089Z++ rustc --version
7792026-03-25T20:26:03.089Zrustc 1.94.0 (4a4ef493e 2026-03-02)
7802026-03-25T20:26:03.089Z++ cargo install cargo-nextest --version 0.9.97
7812026-03-25T20:26:03.089Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7822026-03-25T20:26:03.089Z+ pushd rdb
7832026-03-25T20:26:03.089Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7842026-03-25T20:26:03.089Z+ PROPTEST_CASES=1000000
7852026-03-25T20:26:03.089Z+ cargo nextest run --lib proptest
7862026-03-25T20:26:03.089Z Updating git repository `https://github.com/oxidecomputer/falcon`
7872026-03-25T20:26:03.773ZFrom https://github.com/oxidecomputer/falcon
7882026-03-25T20:26:03.773Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7892026-03-25T20:26:03.797Z Updating crates.io index
7902026-03-25T20:26:03.798Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7912026-03-25T20:26:04.812ZFrom https://github.com/oxidecomputer/dendrite
7922026-03-25T20:26:04.812Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7932026-03-25T20:26:04.812Z Updating git repository `https://github.com/oxidecomputer/ispf`
7942026-03-25T20:26:07.079ZFrom https://github.com/oxidecomputer/ispf
7952026-03-25T20:26:07.079Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7962026-03-25T20:26:07.099Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7972026-03-25T20:26:18.200ZFrom https://github.com/oxidecomputer/netadm-sys
7982026-03-25T20:26:18.200Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7992026-03-25T20:26:18.236Z Updating git repository `https://github.com/oxidecomputer/omicron`
8002026-03-25T20:26:24.683ZFrom https://github.com/oxidecomputer/omicron
8012026-03-25T20:26:24.685Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
8022026-03-25T20:26:25.099Z Updating git repository `https://github.com/oxidecomputer/opte`
8032026-03-25T20:26:25.752ZFrom https://github.com/oxidecomputer/opte
8042026-03-25T20:26:25.752Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8052026-03-25T20:26:25.773Z Updating git repository `https://github.com/illumos/smf-rs`
8062026-03-25T20:26:26.037ZFrom https://github.com/illumos/smf-rs
8072026-03-25T20:26:26.037Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8082026-03-25T20:26:26.086Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8092026-03-25T20:26:26.334ZFrom https://github.com/oxidecomputer/network-interface
8102026-03-25T20:26:26.334Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8112026-03-25T20:26:26.354Z Updating git repository `https://github.com/oxidecomputer/zone`
8122026-03-25T20:26:26.599ZFrom https://github.com/oxidecomputer/zone
8132026-03-25T20:26:26.599Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8142026-03-25T20:26:26.620Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152026-03-25T20:26:27.778ZFrom https://github.com/oxidecomputer/propolis
8162026-03-25T20:26:27.778Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8172026-03-25T20:26:27.825Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8182026-03-25T20:26:28.339ZFrom https://github.com/oxidecomputer/transceiver-control
8192026-03-25T20:26:28.340Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8202026-03-25T20:26:28.369Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212026-03-25T20:26:28.656ZFrom https://github.com/oxidecomputer/dlpi-sys
8222026-03-25T20:26:28.656Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8232026-03-25T20:26:28.669Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8242026-03-25T20:26:28.956ZFrom https://github.com/jmesmon/rust-libzfs
8252026-03-25T20:26:28.956Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8262026-03-25T20:26:28.968Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8272026-03-25T20:26:29.239ZFrom https://github.com/oxidecomputer/rusty-doors
8282026-03-25T20:26:29.239Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8292026-03-25T20:26:29.247Z Updating git repository `https://github.com/oxidecomputer/lldp`
8302026-03-25T20:26:29.573ZFrom https://github.com/oxidecomputer/lldp
8312026-03-25T20:26:29.573Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8322026-03-25T20:26:29.619Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8332026-03-25T20:26:29.866ZFrom https://github.com/oxidecomputer/slog-error-chain
8342026-03-25T20:26:29.866Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8352026-03-25T20:26:29.874Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8362026-03-25T20:26:30.185ZFrom https://github.com/oxidecomputer/tufaceous
8372026-03-25T20:26:30.185Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8382026-03-25T20:26:30.213Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8392026-03-25T20:26:30.687ZFrom https://github.com/oxidecomputer/management-gateway-service
8402026-03-25T20:26:30.687Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8412026-03-25T20:26:30.723Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-03-25T20:26:31.555ZFrom https://github.com/oxidecomputer/crucible
8432026-03-25T20:26:31.555Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8442026-03-25T20:26:31.612Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8452026-03-25T20:26:31.869ZFrom https://github.com/oxidecomputer/serde_human_bytes
8462026-03-25T20:26:31.869Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8472026-03-25T20:26:32.004Z Updating git repository `https://github.com/oxidecomputer/propolis`
8482026-03-25T20:26:32.523ZFrom https://github.com/oxidecomputer/propolis
8492026-03-25T20:26:32.523Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8502026-03-25T20:26:32.693Z Updating git repository `https://github.com/oxidecomputer/tofino`
8512026-03-25T20:26:32.962ZFrom https://github.com/oxidecomputer/tofino
8522026-03-25T20:26:32.962Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8532026-03-25T20:26:32.979Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8542026-03-25T20:26:33.500ZFrom https://github.com/oxidecomputer/maghemite
8552026-03-25T20:26:33.500Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8562026-03-25T20:26:33.556Z Updating git repository `https://github.com/oxidecomputer/clickward`
8572026-03-25T20:26:33.856ZFrom https://github.com/oxidecomputer/clickward
8582026-03-25T20:26:33.856Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8592026-03-25T20:26:34.024Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8602026-03-25T20:26:34.286ZFrom https://github.com/oxidecomputer/illumos-devinfo
8612026-03-25T20:26:34.286Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8622026-03-25T20:26:34.401Z Updating git repository `https://github.com/oxidecomputer/crucible`
8632026-03-25T20:26:34.853ZFrom https://github.com/oxidecomputer/crucible
8642026-03-25T20:26:34.853Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8652026-03-25T20:26:35.799Z Downloading crates ...
8662026-03-25T20:26:35.907Z Downloaded ciborium-io v0.2.2
8672026-03-25T20:26:35.912Z Downloaded const_format_proc_macros v0.2.34
8682026-03-25T20:26:35.916Z Downloaded defmt-macros v1.0.1
8692026-03-25T20:26:35.916Z Downloaded async-stream-impl v0.3.6
8702026-03-25T20:26:35.916Z Downloaded crossbeam-utils v0.8.21
8712026-03-25T20:26:35.916Z Downloaded bitflags v1.3.2
8722026-03-25T20:26:35.921Z Downloaded fs_extra v1.3.0
8732026-03-25T20:26:35.921Z Downloaded async-recursion v1.1.1
8742026-03-25T20:26:35.930Z Downloaded daft v0.1.5
8752026-03-25T20:26:35.930Z Downloaded ciborium-ll v0.2.2
8762026-03-25T20:26:35.930Z Downloaded gethostname v0.5.0
8772026-03-25T20:26:35.930Z Downloaded anyhow v1.0.102
8782026-03-25T20:26:35.934Z Downloaded git-stub v1.0.0
8792026-03-25T20:26:35.934Z Downloaded crunchy v0.2.4
8802026-03-25T20:26:35.935Z Downloaded colored v3.1.1
8812026-03-25T20:26:35.935Z Downloaded cancel-safe-futures v0.1.5
8822026-03-25T20:26:35.935Z Downloaded opaque-debug v0.3.1
8832026-03-25T20:26:35.935Z Downloaded async-stream v0.3.6
8842026-03-25T20:26:35.935Z Downloaded half v2.7.1
8852026-03-25T20:26:35.937Z Downloaded num_enum_derive v0.7.6
8862026-03-25T20:26:35.937Z Downloaded heck v0.4.1
8872026-03-25T20:26:35.938Z Downloaded blake2 v0.10.6
8882026-03-25T20:26:35.940Z Downloaded critical-section v1.2.0
8892026-03-25T20:26:35.941Z Downloaded cmake v0.1.57
8902026-03-25T20:26:35.943Z Downloaded bit-vec v0.8.0
8912026-03-25T20:26:35.943Z Downloaded chacha20 v0.9.1
8922026-03-25T20:26:35.944Z Downloaded fxhash v0.2.1
8932026-03-25T20:26:35.947Z Downloaded managed v0.8.0
8942026-03-25T20:26:35.947Z Downloaded convert_case v0.4.0
8952026-03-25T20:26:35.947Z Downloaded darling v0.21.3
8962026-03-25T20:26:35.950Z Downloaded group v0.13.0
8972026-03-25T20:26:35.950Z Downloaded glob v0.3.3
8982026-03-25T20:26:35.953Z Downloaded inout v0.1.4
8992026-03-25T20:26:35.953Z Downloaded dof v0.3.0
9002026-03-25T20:26:35.953Z Downloaded cobs v0.3.0
9012026-03-25T20:26:35.957Z Downloaded git-stub-vcs v0.1.0
9022026-03-25T20:26:35.957Z Downloaded dropshot-api-manager-types v0.5.2
9032026-03-25T20:26:35.957Z Downloaded derive-ex v0.1.8
9042026-03-25T20:26:35.960Z Downloaded bytecount v0.6.9
9052026-03-25T20:26:35.961Z Downloaded byteorder v1.5.0
9062026-03-25T20:26:35.961Z Downloaded foreign-types-macros v0.2.3
9072026-03-25T20:26:35.961Z Downloaded const-random v0.1.18
9082026-03-25T20:26:35.961Z Downloaded base16ct v1.0.0
9092026-03-25T20:26:35.964Z Downloaded memoffset v0.9.1
9102026-03-25T20:26:35.964Z Downloaded ident_case v1.0.1
9112026-03-25T20:26:35.964Z Downloaded ciborium v0.2.2
9122026-03-25T20:26:35.967Z Downloaded hash32 v0.3.1
9132026-03-25T20:26:35.967Z Downloaded base16ct v0.2.0
9142026-03-25T20:26:35.967Z Downloaded hostname v0.3.1
9152026-03-25T20:26:35.970Z Downloaded dyn-clone v1.0.20
9162026-03-25T20:26:35.970Z Downloaded dof v0.4.0
9172026-03-25T20:26:35.970Z Downloaded crc8 v0.1.1
9182026-03-25T20:26:35.970Z Downloaded bit-set v0.8.0
9192026-03-25T20:26:35.973Z Downloaded byte-wrapper v0.1.0
9202026-03-25T20:26:35.973Z Downloaded newtype_derive v0.1.6
9212026-03-25T20:26:35.976Z Downloaded defmt v0.3.100
9222026-03-25T20:26:35.976Z Downloaded defmt-parser v1.0.0
9232026-03-25T20:26:35.976Z Downloaded hostname v0.4.2
9242026-03-25T20:26:35.979Z Downloaded foldhash v0.2.0
9252026-03-25T20:26:35.983Z Downloaded heapless v0.8.0
9262026-03-25T20:26:35.986Z Downloaded num-complex v0.4.6
9272026-03-25T20:26:35.986Z Downloaded embedded-io v0.6.1
9282026-03-25T20:26:35.986Z Downloaded darling_macro v0.23.0
9292026-03-25T20:26:35.988Z Downloaded arrayref v0.3.9
9302026-03-25T20:26:35.988Z Downloaded memmap2 v0.9.10
9312026-03-25T20:26:35.992Z Downloaded fixedbitset v0.4.2
9322026-03-25T20:26:35.995Z Downloaded linked-hash-map v0.5.6
9332026-03-25T20:26:35.998Z Downloaded hubpack v0.1.2
9342026-03-25T20:26:36.001Z Downloaded newtype-uuid-macros v0.1.0
9352026-03-25T20:26:36.005Z Downloaded chacha20poly1305 v0.10.1
9362026-03-25T20:26:36.005Z Downloaded natord v1.0.9
9372026-03-25T20:26:36.005Z Downloaded foreign-types v0.5.0
9382026-03-25T20:26:36.008Z Downloaded internet-checksum v0.2.1
9392026-03-25T20:26:36.008Z Downloaded num-iter v0.1.45
9402026-03-25T20:26:36.010Z Downloaded num v0.4.3
9412026-03-25T20:26:36.010Z Downloaded httpdate v1.0.3
9422026-03-25T20:26:36.014Z Downloaded macaddr v1.0.1
9432026-03-25T20:26:36.017Z Downloaded no-std-compat v0.4.1
9442026-03-25T20:26:36.017Z Downloaded dunce v1.0.5
9452026-03-25T20:26:36.018Z Downloaded cpufeatures v0.3.0
9462026-03-25T20:26:36.020Z Downloaded float-ord v0.3.2
9472026-03-25T20:26:36.020Z Downloaded dtrace-parser v0.3.0
9482026-03-25T20:26:36.021Z Downloaded cstr-argument v0.1.2
9492026-03-25T20:26:36.021Z Downloaded const-random-macro v0.1.16
9502026-03-25T20:26:36.024Z Downloaded fs-err v3.3.0
9512026-03-25T20:26:36.027Z Downloaded enum-as-inner v0.6.1
9522026-03-25T20:26:36.031Z Downloaded libscf-sys v1.1.0
9532026-03-25T20:26:36.031Z Downloaded hubpack_derive v0.1.1
9542026-03-25T20:26:36.031Z Downloaded foreign-types-shared v0.3.1
9552026-03-25T20:26:36.031Z Downloaded num_enum_derive v0.5.11
9562026-03-25T20:26:36.035Z Downloaded lru-cache v0.1.2
9572026-03-25T20:26:36.035Z Downloaded dtrace-parser v0.2.0
9582026-03-25T20:26:36.035Z Downloaded darling_macro v0.21.3
9592026-03-25T20:26:36.035Z Downloaded crucible-workspace-hack v0.1.0
9602026-03-25T20:26:36.035Z Downloaded instant v0.1.13
9612026-03-25T20:26:36.035Z Downloaded omicron-workspace-hack v0.1.0
9622026-03-25T20:26:36.035Z Downloaded is-terminal v0.4.17
9632026-03-25T20:26:36.040Z Downloaded olpc-cjson v0.1.4
9642026-03-25T20:26:36.040Z Downloaded num-conv v0.2.0
9652026-03-25T20:26:36.040Z Downloaded parse-display v0.10.0
9662026-03-25T20:26:36.053Z Downloaded newline-converter v0.3.0
9672026-03-25T20:26:36.053Z Downloaded embedded-io v0.4.0
9682026-03-25T20:26:36.053Z Downloaded async-trait v0.1.89
9692026-03-25T20:26:36.053Z Downloaded keccak v0.1.6
9702026-03-25T20:26:36.059Z Downloaded erased-serde v0.3.31
9712026-03-25T20:26:36.059Z Downloaded displaydoc v0.2.5
9722026-03-25T20:26:36.059Z Downloaded memmap v0.7.0
9732026-03-25T20:26:36.059Z Downloaded num-derive v0.3.3
9742026-03-25T20:26:36.059Z Downloaded phf_shared v0.12.1
9752026-03-25T20:26:36.059Z Downloaded num-derive v0.4.2
9762026-03-25T20:26:36.059Z Downloaded plain v0.2.3
9772026-03-25T20:26:36.059Z Downloaded powerfmt v0.2.0
9782026-03-25T20:26:36.059Z Downloaded proc-macro-crate v1.3.1
9792026-03-25T20:26:36.063Z Downloaded match_cfg v0.1.0
9802026-03-25T20:26:36.063Z Downloaded num_threads v0.1.7
9812026-03-25T20:26:36.063Z Downloaded potential_utf v0.1.4
9822026-03-25T20:26:36.063Z Downloaded cargo_toml v0.22.3
9832026-03-25T20:26:36.063Z Downloaded ff v0.13.1
9842026-03-25T20:26:36.063Z Downloaded progenitor-client v0.10.0
9852026-03-25T20:26:36.067Z Downloaded proc-macro-crate v3.5.0
9862026-03-25T20:26:36.067Z Downloaded rand_xorshift v0.4.0
9872026-03-25T20:26:36.067Z Downloaded csv-core v0.1.13
9882026-03-25T20:26:36.068Z Downloaded linear-map v1.2.0
9892026-03-25T20:26:36.068Z Downloaded indexmap v1.9.3
9902026-03-25T20:26:36.071Z Downloaded proc-macro-error-attr v1.0.4
9912026-03-25T20:26:36.071Z Downloaded pretty-hex v0.4.2
9922026-03-25T20:26:36.071Z Downloaded bcs v0.1.6
9932026-03-25T20:26:36.074Z Downloaded backoff v0.4.0
9942026-03-25T20:26:36.074Z Downloaded ipnetwork v0.21.1
9952026-03-25T20:26:36.074Z Downloaded progenitor-client v0.11.2
9962026-03-25T20:26:36.079Z Downloaded num_enum v0.7.6
9972026-03-25T20:26:36.083Z Downloaded progenitor-macro v0.10.0
9982026-03-25T20:26:36.083Z Downloaded mime v0.3.17
9992026-03-25T20:26:36.083Z Downloaded ingot v0.1.1
10002026-03-25T20:26:36.083Z Downloaded progenitor-macro v0.13.0
10012026-03-25T20:26:36.083Z Downloaded rand_chacha v0.3.1
10022026-03-25T20:26:36.086Z Downloaded progenitor-macro v0.11.2
10032026-03-25T20:26:36.086Z Downloaded ref-cast-impl v1.0.25
10042026-03-25T20:26:36.089Z Downloaded ref-cast v1.0.25
10052026-03-25T20:26:36.089Z Downloaded daft-derive v0.1.5
10062026-03-25T20:26:36.092Z Downloaded arrayvec v0.7.6
10072026-03-25T20:26:36.095Z Downloaded data-encoding v2.10.0
10082026-03-25T20:26:36.095Z Downloaded same-file v1.0.6
10092026-03-25T20:26:36.098Z Downloaded drift v0.1.3
10102026-03-25T20:26:36.101Z Downloaded aead v0.5.2
10112026-03-25T20:26:36.104Z Downloaded defmt v1.0.1
10122026-03-25T20:26:36.107Z Downloaded multer v3.1.0
10132026-03-25T20:26:36.107Z Downloaded deranged v0.5.8
10142026-03-25T20:26:36.110Z Downloaded oxnet v0.1.4
10152026-03-25T20:26:36.110Z Downloaded constant_time_eq v0.4.2
10162026-03-25T20:26:36.110Z Downloaded libsw-core v0.3.2
10172026-03-25T20:26:36.114Z Downloaded ingot-types v0.1.2
10182026-03-25T20:26:36.114Z Downloaded num_enum v0.5.11
10192026-03-25T20:26:36.116Z Downloaded rustc_version v0.1.7
10202026-03-25T20:26:36.117Z Downloaded num-integer v0.1.46
10212026-03-25T20:26:36.117Z Downloaded oxide-tokio-rt v0.1.3
10222026-03-25T20:26:36.120Z Downloaded libsw v3.5.0
10232026-03-25T20:26:36.120Z Downloaded phf v0.12.1
10242026-03-25T20:26:36.124Z Downloaded progenitor v0.13.0
10252026-03-25T20:26:36.124Z Downloaded num-rational v0.4.2
10262026-03-25T20:26:36.124Z Downloaded idna_adapter v1.2.1
10272026-03-25T20:26:36.127Z Downloaded crossbeam-deque v0.8.6
10282026-03-25T20:26:36.127Z Downloaded diff v0.1.13
10292026-03-25T20:26:36.127Z Downloaded crossbeam-epoch v0.9.18
10302026-03-25T20:26:36.130Z Downloaded secrecy v0.10.3
10312026-03-25T20:26:36.130Z Downloaded darling v0.23.0
10322026-03-25T20:26:36.133Z Downloaded progenitor v0.11.2
10332026-03-25T20:26:36.133Z Downloaded password-hash v0.5.0
10342026-03-25T20:26:36.134Z Downloaded cipher v0.4.4
10352026-03-25T20:26:36.137Z Downloaded argon2 v0.5.3
10362026-03-25T20:26:36.137Z Downloaded pem v3.0.6
10372026-03-25T20:26:36.137Z Downloaded highway v1.3.0
10382026-03-25T20:26:36.140Z Downloaded ingot-macros v0.1.1
10392026-03-25T20:26:36.143Z Downloaded serde_repr v0.1.20
10402026-03-25T20:26:36.143Z Downloaded serde-big-array v0.5.1
10412026-03-25T20:26:36.146Z Downloaded semver v0.1.20
10422026-03-25T20:26:36.146Z Downloaded sigpipe v0.1.3
10432026-03-25T20:26:36.146Z Downloaded sha1 v0.10.6
10442026-03-25T20:26:36.149Z Downloaded serial_test v3.4.0
10452026-03-25T20:26:36.149Z Downloaded serde_plain v1.0.2
10462026-03-25T20:26:36.149Z Downloaded progenitor v0.10.0
10472026-03-25T20:26:36.152Z Downloaded siphasher v1.0.2
10482026-03-25T20:26:36.152Z Downloaded quick-error v1.2.3
10492026-03-25T20:26:36.152Z Downloaded progenitor-client v0.13.0
10502026-03-25T20:26:36.152Z Downloaded progenitor-extras v0.1.1
10512026-03-25T20:26:36.156Z Downloaded proc-macro-error2 v2.0.1
10522026-03-25T20:26:36.156Z Downloaded proc-macro-error-attr2 v2.0.0
10532026-03-25T20:26:36.159Z Downloaded rand_core v0.10.0
10542026-03-25T20:26:36.159Z Downloaded rustls-native-certs v0.8.3
10552026-03-25T20:26:36.159Z Downloaded proc-macro-error v1.0.4
10562026-03-25T20:26:36.163Z Downloaded slog-bunyan v2.5.0
10572026-03-25T20:26:36.163Z Downloaded scroll_derive v0.13.1
10582026-03-25T20:26:36.163Z Downloaded scroll_derive v0.12.1
10592026-03-25T20:26:36.163Z Downloaded icu_properties_data v2.1.2
10602026-03-25T20:26:36.167Z Downloaded spin v0.5.2
10612026-03-25T20:26:36.170Z Downloaded smawk v0.3.2
10622026-03-25T20:26:36.170Z Downloaded cookie v0.18.1
10632026-03-25T20:26:36.173Z Downloaded hmac v0.12.1
10642026-03-25T20:26:36.173Z Downloaded rustversion v1.0.22
10652026-03-25T20:26:36.177Z Downloaded chacha20 v0.10.0
10662026-03-25T20:26:36.177Z Downloaded icu_normalizer_data v2.1.1
10672026-03-25T20:26:36.181Z Downloaded stable_deref_trait v1.2.1
10682026-03-25T20:26:36.185Z Downloaded structmeta-derive v0.3.0
10692026-03-25T20:26:36.185Z Downloaded structmeta v0.3.0
10702026-03-25T20:26:36.185Z Downloaded parse-display-derive v0.10.0
10712026-03-25T20:26:36.189Z Downloaded pest_derive v2.8.6
10722026-03-25T20:26:36.189Z Downloaded rusty-fork v0.3.1
10732026-03-25T20:26:36.189Z Downloaded rustls-pemfile v2.2.0
10742026-03-25T20:26:36.193Z Downloaded poly1305 v0.8.0
10752026-03-25T20:26:36.193Z Downloaded pest_generator v2.8.6
10762026-03-25T20:26:36.193Z Downloaded elliptic-curve v0.13.8
10772026-03-25T20:26:36.198Z Downloaded scroll v0.12.0
10782026-03-25T20:26:36.199Z Downloaded schemars_derive v0.8.22
10792026-03-25T20:26:36.199Z Downloaded strum v0.27.2
10802026-03-25T20:26:36.199Z Downloaded tabled_derive v0.7.0
10812026-03-25T20:26:36.199Z Downloaded parking_lot v0.11.2
10822026-03-25T20:26:36.203Z Downloaded take_mut v0.2.2
10832026-03-25T20:26:36.203Z Downloaded serde_derive_internals v0.29.1
10842026-03-25T20:26:36.203Z Downloaded termtree v0.5.1
10852026-03-25T20:26:36.203Z Downloaded tabled_derive v0.11.0
10862026-03-25T20:26:36.203Z Downloaded omicron-zone-package v0.12.2
10872026-03-25T20:26:36.206Z Downloaded thread-id v4.2.2
10882026-03-25T20:26:36.209Z Downloaded parking_lot_core v0.8.6
10892026-03-25T20:26:36.209Z Downloaded litemap v0.8.1
10902026-03-25T20:26:36.209Z Downloaded allocator-api2 v0.2.21
10912026-03-25T20:26:36.214Z Downloaded testing_table v0.3.0
10922026-03-25T20:26:36.214Z Downloaded tabwriter v1.4.1
10932026-03-25T20:26:36.214Z Downloaded sdd v3.0.10
10942026-03-25T20:26:36.217Z Downloaded serial_test_derive v3.4.0
10952026-03-25T20:26:36.217Z Downloaded hashbrown v0.12.3
10962026-03-25T20:26:36.217Z Downloaded topological-sort v0.2.2
10972026-03-25T20:26:36.217Z Downloaded thiserror-impl-no-std v2.0.2
10982026-03-25T20:26:36.224Z Downloaded slog-dtrace v0.3.0
10992026-03-25T20:26:36.228Z Downloaded resolv-conf v0.7.6
11002026-03-25T20:26:36.228Z Downloaded slog-scope v4.4.1
11012026-03-25T20:26:36.228Z Downloaded slog-json v2.6.1
11022026-03-25T20:26:36.231Z Downloaded serde_tokenstream v0.2.3
11032026-03-25T20:26:36.231Z Downloaded rhai_codegen v3.1.0
11042026-03-25T20:26:36.234Z Downloaded smf v0.2.3
11052026-03-25T20:26:36.237Z Downloaded backon v1.6.0
11062026-03-25T20:26:36.237Z Downloaded smartstring v1.0.1
11072026-03-25T20:26:36.241Z Downloaded console v0.16.3
11082026-03-25T20:26:36.241Z Downloaded slog-term v2.9.2
11092026-03-25T20:26:36.241Z Downloaded strum v0.26.3
11102026-03-25T20:26:36.245Z Downloaded typify-macro v0.4.3
11112026-03-25T20:26:36.245Z Downloaded snafu-derive v0.8.9
11122026-03-25T20:26:36.245Z Downloaded slog-stdlog v4.1.1
11132026-03-25T20:26:36.245Z Downloaded papergrid v0.17.0
11142026-03-25T20:26:36.251Z Downloaded usdt v0.5.0
11152026-03-25T20:26:36.251Z Downloaded paste v1.0.15
11162026-03-25T20:26:36.251Z Downloaded icu_provider v2.1.1
11172026-03-25T20:26:36.254Z Downloaded unit-prefix v0.5.2
11182026-03-25T20:26:36.254Z Downloaded untrusted v0.7.1
11192026-03-25T20:26:36.254Z Downloaded universal-hash v0.5.1
11202026-03-25T20:26:36.254Z Downloaded waitgroup v0.1.2
11212026-03-25T20:26:36.254Z Downloaded utf-8 v0.7.6
11222026-03-25T20:26:36.254Z Downloaded usdt-macro v0.6.0
11232026-03-25T20:26:36.254Z Downloaded usdt-macro v0.5.0
11242026-03-25T20:26:36.257Z Downloaded synstructure v0.13.2
11252026-03-25T20:26:36.257Z Downloaded unarray v0.1.4
11262026-03-25T20:26:36.257Z Downloaded wait-timeout v0.2.1
11272026-03-25T20:26:36.257Z Downloaded typify-macro v0.6.1
11282026-03-25T20:26:36.257Z Downloaded icu_collections v2.1.1
11292026-03-25T20:26:36.260Z Downloaded icu_properties v2.1.2
11302026-03-25T20:26:36.264Z Downloaded strum_macros v0.27.2
11312026-03-25T20:26:36.264Z Downloaded slog-envlogger v2.2.0
11322026-03-25T20:26:36.267Z Downloaded slog-async v2.8.0
11332026-03-25T20:26:36.267Z Downloaded derive_more v0.99.20
11342026-03-25T20:26:36.268Z Downloaded strum_macros v0.26.4
11352026-03-25T20:26:36.272Z Downloaded tagptr v0.2.0
11362026-03-25T20:26:36.272Z Downloaded papergrid v0.11.0
11372026-03-25T20:26:36.275Z Downloaded usdt-attr-macro v0.6.0
11382026-03-25T20:26:36.275Z Downloaded yoke-derive v0.8.1
11392026-03-25T20:26:36.275Z Downloaded thiserror-no-std v2.0.2
11402026-03-25T20:26:36.275Z Downloaded usdt v0.6.0
11412026-03-25T20:26:36.275Z Downloaded thread-id v5.1.0
11422026-03-25T20:26:36.278Z Downloaded dropshot_endpoint v0.16.7
11432026-03-25T20:26:36.278Z Downloaded time-core v0.1.8
11442026-03-25T20:26:36.281Z Downloaded tiny-keccak v2.0.2
11452026-03-25T20:26:36.281Z Downloaded scroll v0.13.0
11462026-03-25T20:26:36.281Z Downloaded progenitor-impl v0.11.2
11472026-03-25T20:26:36.284Z Downloaded zerofrom-derive v0.1.6
11482026-03-25T20:26:36.284Z Downloaded zerofrom v0.1.6
11492026-03-25T20:26:36.285Z Downloaded indicatif v0.18.4
11502026-03-25T20:26:36.288Z Downloaded progenitor-impl v0.13.0
11512026-03-25T20:26:36.288Z Downloaded tinystr v0.8.2
11522026-03-25T20:26:36.292Z Downloaded time-macros v0.2.27
11532026-03-25T20:26:36.292Z Downloaded serde_with_macros v3.18.0
11542026-03-25T20:26:36.292Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11552026-03-25T20:26:36.295Z Downloaded tokio-tungstenite v0.21.0
11562026-03-25T20:26:36.295Z Downloaded progenitor-impl v0.10.0
11572026-03-25T20:26:36.295Z Downloaded tokio-rustls v0.25.0
11582026-03-25T20:26:36.298Z Downloaded tokio-dtrace v0.1.1
11592026-03-25T20:26:36.298Z Downloaded zone v0.3.1
11602026-03-25T20:26:36.301Z Downloaded zeroize_derive v1.4.3
11612026-03-25T20:26:36.301Z Downloaded icu_locale_core v2.1.1
11622026-03-25T20:26:36.304Z Downloaded darling_core v0.23.0
11632026-03-25T20:26:36.307Z Downloaded arc-swap v1.9.0
11642026-03-25T20:26:36.312Z Downloaded crossbeam-channel v0.5.15
11652026-03-25T20:26:36.315Z Downloaded usdt-impl v0.6.0
11662026-03-25T20:26:36.315Z Downloaded spin v0.9.8
11672026-03-25T20:26:36.315Z Downloaded vsss-rs v3.3.4
11682026-03-25T20:26:36.320Z Downloaded const_format v0.2.35
11692026-03-25T20:26:36.320Z Downloaded writeable v0.6.2
11702026-03-25T20:26:36.323Z Downloaded pest_meta v2.8.6
11712026-03-25T20:26:36.323Z Downloaded yoke v0.8.1
11722026-03-25T20:26:36.324Z Downloaded base64 v0.21.7
11732026-03-25T20:26:36.327Z Downloaded term v1.2.1
11742026-03-25T20:26:36.332Z Downloaded whoami v1.6.1
11752026-03-25T20:26:36.332Z Downloaded schemars v0.8.22
11762026-03-25T20:26:36.338Z Downloaded zone_cfg_derive v0.3.1
11772026-03-25T20:26:36.342Z Downloaded walkdir v2.5.0
11782026-03-25T20:26:36.342Z Downloaded usdt-impl v0.5.0
11792026-03-25T20:26:36.342Z Downloaded slog v2.8.2
11802026-03-25T20:26:36.346Z Downloaded usdt-attr-macro v0.5.0
11812026-03-25T20:26:36.346Z Downloaded prettyplease v0.2.37
11822026-03-25T20:26:36.346Z Downloaded thin-vec v0.2.14
11832026-03-25T20:26:36.349Z Downloaded jiff-static v0.2.23
11842026-03-25T20:26:36.349Z Downloaded pretty_assertions v1.4.1
11852026-03-25T20:26:36.349Z Downloaded postcard v1.1.3
11862026-03-25T20:26:36.352Z Downloaded ucd-trie v0.1.7
11872026-03-25T20:26:36.352Z Downloaded crypto-bigint v0.5.5
11882026-03-25T20:26:36.356Z Downloaded xz2 v0.1.7
11892026-03-25T20:26:36.359Z Downloaded zerovec-derive v0.11.2
11902026-03-25T20:26:36.363Z Downloaded rayon-core v1.13.0
11912026-03-25T20:26:36.367Z Downloaded similar v2.7.0
11922026-03-25T20:26:36.367Z Downloaded test-strategy v0.4.5
11932026-03-25T20:26:36.370Z Downloaded rustls-platform-verifier v0.6.2
11942026-03-25T20:26:36.373Z Downloaded zerocopy-derive v0.7.35
11952026-03-25T20:26:36.376Z Downloaded schemars v0.9.0
11962026-03-25T20:26:36.381Z Downloaded typify v0.6.1
11972026-03-25T20:26:36.383Z Downloaded darling_core v0.21.3
11982026-03-25T20:26:36.387Z Downloaded typify v0.4.3
11992026-03-25T20:26:36.392Z Downloaded expectorate v1.2.0
12002026-03-25T20:26:36.395Z Downloaded nom v7.1.3
12012026-03-25T20:26:36.399Z Downloaded tungstenite v0.21.0
12022026-03-25T20:26:36.399Z Downloaded toml v0.9.12+spec-1.1.0
12032026-03-25T20:26:36.402Z Downloaded rand v0.8.5
12042026-03-25T20:26:36.405Z Downloaded qorb v0.4.1
12052026-03-25T20:26:36.405Z Downloaded toml v0.7.8
12062026-03-25T20:26:36.408Z Downloaded toml_edit v0.25.8+spec-1.1.0
12072026-03-25T20:26:36.411Z Downloaded dropshot-api-manager v0.5.2
12082026-03-25T20:26:36.411Z Downloaded unsafe-libyaml v0.2.11
12092026-03-25T20:26:36.414Z Downloaded steno v0.4.1
12102026-03-25T20:26:36.416Z Downloaded icu_normalizer v2.1.1
12112026-03-25T20:26:36.419Z Downloaded serde_yaml v0.9.34+deprecated
12122026-03-25T20:26:36.419Z Downloaded minimal-lexical v0.2.1
12132026-03-25T20:26:36.422Z Downloaded schemars v1.2.1
12142026-03-25T20:26:36.430Z Downloaded rand v0.10.0
12152026-03-25T20:26:36.434Z Downloaded hickory-resolver v0.25.2
12162026-03-25T20:26:36.437Z Downloaded snafu v0.8.9
12172026-03-25T20:26:36.440Z Downloaded pest v2.8.6
12182026-03-25T20:26:36.442Z Downloaded hickory-resolver v0.24.4
12192026-03-25T20:26:36.445Z Downloaded toml_edit v0.19.15
12202026-03-25T20:26:36.454Z Downloaded itertools v0.12.1
12212026-03-25T20:26:36.459Z Downloaded zerotrie v0.2.3
12222026-03-25T20:26:36.463Z Downloaded yansi v1.0.1
12232026-03-25T20:26:36.493Z Downloaded reqwest v0.13.2
12242026-03-25T20:26:36.497Z Downloaded zerocopy-derive v0.8.47
12252026-03-25T20:26:36.511Z Downloaded rayon v1.11.0
12262026-03-25T20:26:36.516Z Downloaded typed-path v0.9.3
12272026-03-25T20:26:36.519Z Downloaded iddqd v0.3.17
12282026-03-25T20:26:36.529Z Downloaded scc v2.4.0
12292026-03-25T20:26:36.532Z Downloaded nom v8.0.0
12302026-03-25T20:26:36.532Z Downloaded hkdf v0.12.4
12312026-03-25T20:26:36.536Z Downloaded blake3 v1.8.3
12322026-03-25T20:26:36.542Z Downloaded libm v0.2.16
12332026-03-25T20:26:36.547Z Downloaded zerocopy v0.7.35
12342026-03-25T20:26:36.555Z Downloaded goblin v0.8.2
12352026-03-25T20:26:36.558Z Downloaded zerovec v0.11.5
12362026-03-25T20:26:36.561Z Downloaded winnow v0.5.40
12372026-03-25T20:26:36.565Z Downloaded goblin v0.10.5
12382026-03-25T20:26:36.571Z Downloaded tough v0.20.0
12392026-03-25T20:26:36.582Z Downloaded aws-lc-rs v1.16.2
12402026-03-25T20:26:36.587Z Downloaded tabled v0.15.0
12412026-03-25T20:26:36.596Z Downloaded tabled v0.20.0
12422026-03-25T20:26:36.605Z Downloaded serde_with v3.18.0
12432026-03-25T20:26:36.610Z Downloaded proptest v1.11.0
12442026-03-25T20:26:36.615Z Downloaded rustls-webpki v0.102.8
12452026-03-25T20:26:36.625Z Downloaded moka v0.12.15
12462026-03-25T20:26:36.646Z Downloaded time v0.3.47
12472026-03-25T20:26:36.652Z Downloaded syn v1.0.109
12482026-03-25T20:26:36.670Z Downloaded dropshot v0.16.7
12492026-03-25T20:26:36.680Z Downloaded smoltcp v0.11.0
12502026-03-25T20:26:36.689Z Downloaded regress v0.10.5
12512026-03-25T20:26:36.696Z Downloaded rustls v0.22.4
12522026-03-25T20:26:36.701Z Downloaded rhai v1.24.0
12532026-03-25T20:26:36.707Z Downloaded nix v0.31.2
12542026-03-25T20:26:36.715Z Downloaded hickory-proto v0.25.2
12552026-03-25T20:26:36.721Z Downloaded openapiv3 v2.2.0
12562026-03-25T20:26:36.728Z Downloaded hickory-proto v0.24.4
12572026-03-25T20:26:36.758Z Downloaded sled v0.34.7
12582026-03-25T20:26:36.763Z Downloaded typify-impl v0.6.1
12592026-03-25T20:26:36.770Z Downloaded typify-impl v0.4.3
12602026-03-25T20:26:36.793Z Downloaded jiff v0.2.23
12612026-03-25T20:26:36.804Z Downloaded lzma-sys v0.1.20
12622026-03-25T20:26:36.845Z Downloaded petgraph v0.6.5
12632026-03-25T20:26:36.856Z Downloaded chrono-tz v0.10.4
12642026-03-25T20:26:36.902Z Downloaded csv v1.4.0
12652026-03-25T20:26:36.910Z Downloaded sha3 v0.10.8
12662026-03-25T20:26:36.964Z Downloaded encoding_rs v0.8.35
12672026-03-25T20:26:37.578Z Downloaded aws-lc-sys v0.39.0
12682026-03-25T20:26:38.464Z Compiling proc-macro2 v1.0.106
12692026-03-25T20:26:38.465Z Compiling quote v1.0.45
12702026-03-25T20:26:38.465Z Compiling unicode-ident v1.0.24
12712026-03-25T20:26:38.465Z Compiling serde_core v1.0.228
12722026-03-25T20:26:38.465Z Compiling cfg-if v1.0.4
12732026-03-25T20:26:38.469Z Compiling serde v1.0.228
12742026-03-25T20:26:38.469Z Compiling libc v0.2.183
12752026-03-25T20:26:38.469Z Compiling memchr v2.8.0
12762026-03-25T20:26:38.662Z Compiling itoa v1.0.18
12772026-03-25T20:26:38.837Z Compiling smallvec v1.15.1
12782026-03-25T20:26:38.867Z Compiling zmij v1.0.21
12792026-03-25T20:26:38.905Z Compiling serde_json v1.0.149
12802026-03-25T20:26:39.033Z Compiling autocfg v1.5.0
12812026-03-25T20:26:39.136Z Compiling libm v0.2.16
12822026-03-25T20:26:39.260Z Compiling version_check v0.9.5
12832026-03-25T20:26:39.339Z Compiling stable_deref_trait v1.2.1
12842026-03-25T20:26:39.376Z Compiling pin-project-lite v0.2.17
12852026-03-25T20:26:39.421Z Compiling percent-encoding v2.3.2
12862026-03-25T20:26:39.438Z Compiling litemap v0.8.1
12872026-03-25T20:26:39.464Z Compiling writeable v0.6.2
12882026-03-25T20:26:39.467Z Compiling icu_normalizer_data v2.1.1
12892026-03-25T20:26:39.602Z Compiling icu_properties_data v2.1.2
12902026-03-25T20:26:39.619Z Compiling iana-time-zone v0.1.65
12912026-03-25T20:26:39.657Z Compiling parking_lot_core v0.9.12
12922026-03-25T20:26:39.696Z Compiling syn v2.0.117
12932026-03-25T20:26:39.832Z Compiling scopeguard v1.2.0
12942026-03-25T20:26:39.875Z Compiling equivalent v1.0.2
12952026-03-25T20:26:39.896Z Compiling form_urlencoded v1.2.2
12962026-03-25T20:26:39.917Z Compiling lock_api v0.4.14
12972026-03-25T20:26:39.929Z Compiling allocator-api2 v0.2.21
12982026-03-25T20:26:39.953Z Compiling foldhash v0.2.0
12992026-03-25T20:26:39.968Z Compiling utf8_iter v1.0.4
13002026-03-25T20:26:40.063Z Compiling dyn-clone v1.0.20
13012026-03-25T20:26:40.110Z Compiling num-traits v0.2.19
13022026-03-25T20:26:40.133Z Compiling jobserver v0.1.34
13032026-03-25T20:26:40.188Z Compiling shlex v1.3.0
13042026-03-25T20:26:40.198Z Compiling hashbrown v0.16.1
13052026-03-25T20:26:40.245Z Compiling find-msvc-tools v0.1.9
13062026-03-25T20:26:40.367Z Compiling log v0.4.29
13072026-03-25T20:26:40.444Z Compiling cc v1.2.57
13082026-03-25T20:26:40.472Z Compiling errno v0.3.14
13092026-03-25T20:26:40.622Z Compiling semver v1.0.27
13102026-03-25T20:26:40.648Z Compiling rand_core v0.10.0
13112026-03-25T20:26:40.713Z Compiling getrandom v0.4.2
13122026-03-25T20:26:40.772Z Compiling futures-core v0.3.32
13132026-03-25T20:26:40.821Z Compiling thiserror v2.0.18
13142026-03-25T20:26:40.976Z Compiling indexmap v2.13.0
13152026-03-25T20:26:40.996Z Compiling zerocopy v0.8.47
13162026-03-25T20:26:41.150Z Compiling heck v0.5.0
13172026-03-25T20:26:41.200Z Compiling futures-sink v0.3.32
13182026-03-25T20:26:41.311Z Compiling slab v0.4.12
13192026-03-25T20:26:41.395Z Compiling fnv v1.0.7
13202026-03-25T20:26:41.410Z Compiling uuid v1.22.0
13212026-03-25T20:26:41.421Z Compiling futures-channel v0.3.32
13222026-03-25T20:26:41.489Z Compiling rustversion v1.0.22
13232026-03-25T20:26:41.498Z Compiling typenum v1.19.0
13242026-03-25T20:26:41.618Z Compiling schemars v0.8.22
13252026-03-25T20:26:41.637Z Compiling futures-io v0.3.32
13262026-03-25T20:26:41.690Z Compiling futures-task v0.3.32
13272026-03-25T20:26:41.790Z Compiling socket2 v0.6.3
13282026-03-25T20:26:41.819Z Compiling getrandom v0.2.17
13292026-03-25T20:26:41.868Z Compiling portable-atomic v1.13.1
13302026-03-25T20:26:41.888Z Compiling signal-hook-registry v1.4.8
13312026-03-25T20:26:42.019Z Compiling parking_lot v0.12.5
13322026-03-25T20:26:42.049Z Compiling mio v1.1.1
13332026-03-25T20:26:42.239Z Compiling bitflags v2.11.0
13342026-03-25T20:26:42.280Z Compiling critical-section v1.2.0
13352026-03-25T20:26:42.386Z Compiling subtle v2.6.1
13362026-03-25T20:26:42.462Z Compiling base64 v0.22.1
13372026-03-25T20:26:42.475Z Compiling byteorder v1.5.0
13382026-03-25T20:26:42.479Z Compiling untrusted v0.9.0
13392026-03-25T20:26:42.479Z Compiling rand_core v0.6.4
13402026-03-25T20:26:42.561Z Compiling synstructure v0.13.2
13412026-03-25T20:26:42.569Z Compiling serde_derive_internals v0.29.1
13422026-03-25T20:26:42.592Z Compiling cmake v0.1.57
13432026-03-25T20:26:42.706Z Compiling fs_extra v1.3.0
13442026-03-25T20:26:42.717Z Compiling dunce v1.0.5
13452026-03-25T20:26:42.791Z Compiling once_cell v1.21.4
13462026-03-25T20:26:42.806Z Compiling regex-syntax v0.8.10
13472026-03-25T20:26:42.893Z Compiling strsim v0.11.1
13482026-03-25T20:26:42.925Z Compiling rustix v1.1.4
13492026-03-25T20:26:42.960Z Compiling aws-lc-sys v0.39.0
13502026-03-25T20:26:43.006Z Compiling ipnet v2.12.0
13512026-03-25T20:26:43.074Z Compiling atomic-waker v1.1.2
13522026-03-25T20:26:43.202Z Compiling httparse v1.10.1
13532026-03-25T20:26:43.303Z Compiling slog v2.8.2
13542026-03-25T20:26:43.316Z Compiling generic-array v0.14.7
13552026-03-25T20:26:43.496Z Compiling tower-layer v0.3.3
13562026-03-25T20:26:43.522Z Compiling thiserror v1.0.69
13572026-03-25T20:26:43.536Z Compiling tower-service v0.3.3
13582026-03-25T20:26:43.563Z Compiling ucd-trie v0.1.7
13592026-03-25T20:26:43.670Z Compiling try-lock v0.2.5
13602026-03-25T20:26:43.673Z Compiling ryu v1.0.23
13612026-03-25T20:26:43.775Z Compiling pest v2.8.6
13622026-03-25T20:26:43.793Z Compiling serde_derive v1.0.228
13632026-03-25T20:26:43.806Z Compiling zerofrom-derive v0.1.6
13642026-03-25T20:26:43.822Z Compiling yoke-derive v0.8.1
13652026-03-25T20:26:43.856Z Compiling zerovec-derive v0.11.2
13662026-03-25T20:26:43.868Z Compiling displaydoc v0.2.5
13672026-03-25T20:26:43.899Z Compiling tokio-macros v2.6.1
13682026-03-25T20:26:44.611Z Compiling schemars_derive v0.8.22
13692026-03-25T20:26:44.653Z Compiling thiserror-impl v2.0.18
13702026-03-25T20:26:44.842Z Compiling zerocopy-derive v0.8.47
13712026-03-25T20:26:44.946Z Compiling zeroize_derive v1.4.3
13722026-03-25T20:26:44.989Z Compiling zerofrom v0.1.6
13732026-03-25T20:26:45.050Z Compiling futures-macro v0.3.32
13742026-03-25T20:26:45.106Z Compiling yoke v0.8.1
13752026-03-25T20:26:45.285Z Compiling zerovec v0.11.5
13762026-03-25T20:26:45.463Z Compiling zerotrie v0.2.3
13772026-03-25T20:26:45.603Z Compiling zeroize v1.8.2
13782026-03-25T20:26:45.760Z Compiling tinystr v0.8.2
13792026-03-25T20:26:45.793Z Compiling potential_utf v0.1.4
13802026-03-25T20:26:45.867Z Compiling futures-util v0.3.32
13812026-03-25T20:26:45.947Z Compiling icu_locale_core v2.1.1
13822026-03-25T20:26:45.957Z Compiling icu_collections v2.1.1
13832026-03-25T20:26:45.969Z Compiling thiserror-impl v1.0.69
13842026-03-25T20:26:46.453Z Compiling pest_meta v2.8.6
13852026-03-25T20:26:46.463Z Compiling want v0.3.1
13862026-03-25T20:26:46.626Z Compiling icu_provider v2.1.1
13872026-03-25T20:26:46.869Z Compiling icu_properties v2.1.2
13882026-03-25T20:26:46.919Z Compiling bytes v1.11.1
13892026-03-25T20:26:46.974Z Compiling icu_normalizer v2.1.1
13902026-03-25T20:26:47.108Z Compiling chrono v0.4.44
13912026-03-25T20:26:47.616Z Compiling tokio v1.50.0
13922026-03-25T20:26:47.616Z Compiling http v1.4.0
13932026-03-25T20:26:47.743Z Compiling serde_tokenstream v0.2.3
13942026-03-25T20:26:48.025Z Compiling idna_adapter v1.2.1
13952026-03-25T20:26:48.074Z Compiling erased-serde v0.3.31
13962026-03-25T20:26:48.159Z Compiling idna v1.1.0
13972026-03-25T20:26:48.304Z Compiling http-body v1.0.1
13982026-03-25T20:26:48.457Z Compiling url v2.5.8
13992026-03-25T20:26:48.609Z Compiling httpdate v1.0.3
14002026-03-25T20:26:48.625Z Compiling getrandom v0.3.4
14012026-03-25T20:26:48.831Z Compiling pin-utils v0.1.0
14022026-03-25T20:26:48.902Z Compiling pest_generator v2.8.6
14032026-03-25T20:26:48.920Z Compiling pretty-hex v0.4.2
14042026-03-25T20:26:48.980Z Compiling paste v1.0.15
14052026-03-25T20:26:49.048Z Compiling ppv-lite86 v0.2.21
14062026-03-25T20:26:49.211Z Compiling plain v0.2.3
14072026-03-25T20:26:49.295Z Compiling crypto-common v0.1.7
14082026-03-25T20:26:49.310Z Compiling ident_case v1.0.1
14092026-03-25T20:26:49.329Z Compiling omicron-workspace-hack v0.1.0
14102026-03-25T20:26:49.417Z Compiling tracing-attributes v0.1.31
14112026-03-25T20:26:49.420Z Compiling tracing-core v0.1.36
14122026-03-25T20:26:49.509Z Compiling pest_derive v2.8.6
14132026-03-25T20:26:49.610Z Compiling http-body-util v0.1.3
14142026-03-25T20:26:49.828Z Compiling serde_urlencoded v0.7.1
14152026-03-25T20:26:49.843Z Compiling ipnetwork v0.21.1
14162026-03-25T20:26:50.021Z Compiling daft-derive v0.1.5
14172026-03-25T20:26:50.039Z Compiling sync_wrapper v1.0.2
14182026-03-25T20:26:50.068Z Compiling fastrand v2.3.0
14192026-03-25T20:26:50.146Z Compiling aho-corasick v1.1.4
14202026-03-25T20:26:50.288Z Compiling winnow v1.0.0
14212026-03-25T20:26:50.329Z Compiling rustls-pki-types v1.14.0
14222026-03-25T20:26:50.401Z Compiling async-trait v0.1.89
14232026-03-25T20:26:50.615Z Compiling tracing v0.1.44
14242026-03-25T20:26:50.759Z Compiling ring v0.17.14
14252026-03-25T20:26:50.850Z Compiling anyhow v1.0.102
14262026-03-25T20:26:51.015Z Compiling regex-automata v0.4.14
14272026-03-25T20:26:51.157Z Compiling cpufeatures v0.2.17
14282026-03-25T20:26:51.235Z Compiling powerfmt v0.2.0
14292026-03-25T20:26:51.245Z Compiling iri-string v0.7.11
14302026-03-25T20:26:51.346Z Compiling num-conv v0.2.0
14312026-03-25T20:26:51.360Z Compiling time-core v0.1.8
14322026-03-25T20:26:51.444Z Compiling deranged v0.5.8
14332026-03-25T20:26:51.500Z Compiling time-macros v0.2.27
14342026-03-25T20:26:51.878Z Compiling block-buffer v0.10.4
14352026-03-25T20:26:52.077Z Compiling scroll_derive v0.13.1
14362026-03-25T20:26:52.437Z Compiling num_threads v0.1.7
14372026-03-25T20:26:52.510Z Compiling hex v0.4.3
14382026-03-25T20:26:52.529Z Compiling digest v0.10.7
14392026-03-25T20:26:52.737Z Compiling regex v1.12.3
14402026-03-25T20:26:52.900Z Compiling scroll v0.13.0
14412026-03-25T20:26:53.167Z Compiling tokio-util v0.7.18
14422026-03-25T20:26:53.207Z Compiling oxnet v0.1.4
14432026-03-25T20:26:53.564Z Compiling camino v1.2.2
14442026-03-25T20:26:53.586Z Compiling goblin v0.10.5
14452026-03-25T20:26:53.900Z Compiling usdt-impl v0.6.0
14462026-03-25T20:26:53.916Z Compiling openssl-probe v0.2.1
14472026-03-25T20:26:54.138Z Compiling dtrace-parser v0.3.0
14482026-03-25T20:26:54.510Z Compiling crossbeam-utils v0.8.21
14492026-03-25T20:26:54.560Z Compiling h2 v0.4.13
14502026-03-25T20:26:54.799Z Compiling futures-executor v0.3.32
14512026-03-25T20:26:54.968Z Compiling openapiv3 v2.2.0
14522026-03-25T20:26:54.982Z Compiling structmeta-derive v0.3.0
14532026-03-25T20:26:55.072Z Compiling regress v0.10.5
14542026-03-25T20:26:55.411Z Compiling thread-id v5.1.0
14552026-03-25T20:26:55.512Z Compiling syn v1.0.109
14562026-03-25T20:26:55.813Z Compiling rustls v0.22.4
14572026-03-25T20:26:56.012Z Compiling structmeta v0.3.0
14582026-03-25T20:26:56.074Z Compiling futures v0.3.32
14592026-03-25T20:26:56.148Z Compiling rand_core v0.9.5
14602026-03-25T20:26:56.187Z Compiling dof v0.4.0
14612026-03-25T20:26:56.665Z Compiling hyper v1.8.1
14622026-03-25T20:26:57.587Z Compiling darling_core v0.23.0
14632026-03-25T20:26:57.617Z Compiling newtype-uuid-macros v0.1.0
14642026-03-25T20:26:57.640Z Compiling thread_local v1.1.9
14652026-03-25T20:26:57.834Z Compiling aws-lc-rs v1.16.2
14662026-03-25T20:26:57.924Z Compiling winnow v0.7.15
14672026-03-25T20:26:58.132Z Compiling match_cfg v0.1.0
14682026-03-25T20:26:58.196Z Compiling hyper-util v0.1.20
14692026-03-25T20:26:58.431Z Compiling newtype-uuid v1.3.2
14702026-03-25T20:26:58.486Z Compiling quick-error v1.2.3
14712026-03-25T20:26:58.589Z Compiling ref-cast v1.0.25
14722026-03-25T20:26:58.759Z Compiling slog-async v2.8.0
14732026-03-25T20:26:58.935Z Compiling daft v0.1.5
14742026-03-25T20:26:58.970Z Compiling usdt-macro v0.6.0
14752026-03-25T20:26:59.083Z Compiling usdt-attr-macro v0.6.0
14762026-03-25T20:26:59.186Z Compiling rand_chacha v0.9.0
14772026-03-25T20:26:59.403Z Compiling strum_macros v0.26.4
14782026-03-25T20:26:59.616Z Compiling ref-cast-impl v1.0.25
14792026-03-25T20:26:59.679Z Compiling darling_macro v0.23.0
14802026-03-25T20:26:59.881Z Compiling toml_datetime v0.7.5+spec-1.1.0
14812026-03-25T20:27:00.075Z Compiling serde_spanned v1.1.0
14822026-03-25T20:27:00.185Z Compiling multer v3.1.0
14832026-03-25T20:27:00.219Z Compiling term v1.2.1
14842026-03-25T20:27:00.231Z Compiling bit-vec v0.8.0
14852026-03-25T20:27:00.254Z Compiling darling v0.23.0
14862026-03-25T20:27:00.274Z Compiling toml_writer v1.1.0+spec-1.1.0
14872026-03-25T20:27:00.331Z Compiling untrusted v0.7.1
14882026-03-25T20:27:00.399Z Compiling debug-ignore v1.0.5
14892026-03-25T20:27:00.449Z Compiling take_mut v0.2.2
14902026-03-25T20:27:00.474Z Compiling bit-set v0.8.0
14912026-03-25T20:27:00.495Z Compiling serde_with_macros v3.18.0
14922026-03-25T20:27:00.551Z Compiling rand v0.9.2
14932026-03-25T20:27:00.624Z Compiling async-stream-impl v0.3.6
14942026-03-25T20:27:00.914Z Compiling dropshot v0.16.7
14952026-03-25T20:27:01.011Z Compiling strum v0.26.3
14962026-03-25T20:27:01.133Z Compiling encoding_rs v0.8.35
14972026-03-25T20:27:01.136Z Compiling spin v0.9.8
14982026-03-25T20:27:01.154Z Compiling mime v0.3.17
14992026-03-25T20:27:01.246Z Compiling unarray v0.1.4
15002026-03-25T20:27:01.260Z Compiling rustls v0.23.37
15012026-03-25T20:27:01.415Z Compiling async-stream v0.3.6
15022026-03-25T20:27:01.585Z Compiling derive-ex v0.1.8
15032026-03-25T20:27:01.609Z Compiling dropshot_endpoint v0.16.7
15042026-03-25T20:27:01.618Z Compiling macaddr v1.0.1
15052026-03-25T20:27:01.756Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15062026-03-25T20:27:01.840Z Compiling waitgroup v0.1.2
15072026-03-25T20:27:01.907Z Compiling serde_path_to_error v0.1.20
15082026-03-25T20:27:02.262Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15092026-03-25T20:27:02.313Z Compiling tempfile v3.27.0
15102026-03-25T20:27:02.390Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15112026-03-25T20:27:02.566Z Compiling tower v0.5.3
15122026-03-25T20:27:02.691Z Compiling strum_macros v0.27.2
15132026-03-25T20:27:02.729Z Compiling instant v0.1.13
15142026-03-25T20:27:02.832Z Compiling time v0.3.47
15152026-03-25T20:27:03.048Z Compiling tower-http v0.6.8
15162026-03-25T20:27:03.181Z Compiling rustc-hash v2.1.1
15172026-03-25T20:27:03.230Z Compiling test-strategy v0.4.5
15182026-03-25T20:27:03.304Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15192026-03-25T20:27:03.475Z Compiling crossbeam-channel v0.5.15
15202026-03-25T20:27:04.531Z Compiling strum v0.27.2
15212026-03-25T20:27:04.536Z Compiling parse-display-derive v0.10.0
15222026-03-25T20:27:04.585Z Compiling rustls-native-certs v0.8.3
15232026-03-25T20:27:04.657Z Compiling backon v1.6.0
15242026-03-25T20:27:04.860Z Compiling rustls-webpki v0.102.8
15252026-03-25T20:27:04.917Z Compiling rand_chacha v0.3.1
15262026-03-25T20:27:05.738Z Compiling rand v0.8.5
15272026-03-25T20:27:05.750Z Compiling slog-json v2.6.1
15282026-03-25T20:27:05.953Z Compiling hostname v0.3.1
15292026-03-25T20:27:06.002Z Compiling toml_parser v1.1.0+spec-1.1.0
15302026-03-25T20:27:06.087Z Compiling is-terminal v0.4.17
15312026-03-25T20:27:06.160Z Compiling wait-timeout v0.2.1
15322026-03-25T20:27:06.175Z Compiling memmap2 v0.9.10
15332026-03-25T20:27:06.393Z Compiling either v1.15.0
15342026-03-25T20:27:06.456Z Compiling toml v0.9.12+spec-1.1.0
15352026-03-25T20:27:06.543Z Compiling usdt v0.6.0
15362026-03-25T20:27:06.585Z Compiling rusty-fork v0.3.1
15372026-03-25T20:27:06.682Z Compiling slog-term v2.9.2
15382026-03-25T20:27:06.814Z Compiling slog-bunyan v2.5.0
15392026-03-25T20:27:07.316Z Compiling tokio-rustls v0.25.0
15402026-03-25T20:27:07.456Z Compiling serde_with v3.18.0
15412026-03-25T20:27:07.533Z Compiling rand_xorshift v0.4.0
15422026-03-25T20:27:07.546Z Compiling sha1 v0.10.6
15432026-03-25T20:27:07.680Z Compiling rustls-pemfile v2.2.0
15442026-03-25T20:27:07.697Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15452026-03-25T20:27:07.774Z Compiling hostname v0.4.2
15462026-03-25T20:27:07.917Z Compiling proptest v1.11.0
15472026-03-25T20:27:08.733Z Compiling reqwest v0.12.28
15482026-03-25T20:27:08.890Z Compiling itertools v0.14.0
15492026-03-25T20:27:09.186Z Compiling iddqd v0.3.17
15502026-03-25T20:27:09.428Z Compiling utf8parse v0.2.2
15512026-03-25T20:27:09.539Z Compiling anstyle-parse v1.0.0
15522026-03-25T20:27:09.723Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15532026-03-25T20:27:09.969Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15542026-03-25T20:27:10.308Z Compiling toml_datetime v0.6.11
15552026-03-25T20:27:10.551Z Compiling anstyle v1.0.14
15562026-03-25T20:27:10.714Z Compiling anstyle-query v1.1.5
15572026-03-25T20:27:10.775Z Compiling is_terminal_polyfill v1.70.2
15582026-03-25T20:27:10.820Z Compiling colorchoice v1.0.5
15592026-03-25T20:27:10.866Z Compiling progenitor-client v0.10.0
15602026-03-25T20:27:10.933Z Compiling anstream v1.0.0
15612026-03-25T20:27:11.143Z Compiling parse-display v0.10.0
15622026-03-25T20:27:11.434Z Compiling backoff v0.4.0
15632026-03-25T20:27:11.477Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15642026-03-25T20:27:11.652Z Compiling clap_lex v1.1.0
15652026-03-25T20:27:11.889Z Compiling clap_derive v4.6.0
15662026-03-25T20:27:12.041Z Compiling unicode-width v0.2.2
15672026-03-25T20:27:12.323Z Compiling terminal_size v0.4.4
15682026-03-25T20:27:12.462Z Compiling darling_core v0.21.3
15692026-03-25T20:27:12.502Z Compiling zerocopy-derive v0.7.35
15702026-03-25T20:27:13.308Z Compiling crossbeam-epoch v0.9.18
15712026-03-25T20:27:13.354Z Compiling zerocopy v0.7.35
15722026-03-25T20:27:14.128Z Compiling clap_builder v4.6.0
15732026-03-25T20:27:14.527Z Compiling proc-macro-error-attr v1.0.4
15742026-03-25T20:27:14.538Z Compiling darling_macro v0.21.3
15752026-03-25T20:27:14.555Z Compiling tinyvec_macros v0.1.1
15762026-03-25T20:27:14.621Z Compiling heapless v0.8.0
15772026-03-25T20:27:14.739Z Compiling toml_datetime v1.1.0+spec-1.1.0
15782026-03-25T20:27:14.820Z Compiling convert_case v0.4.0
15792026-03-25T20:27:15.101Z Compiling darling v0.21.3
15802026-03-25T20:27:15.147Z Compiling toml_edit v0.25.8+spec-1.1.0
15812026-03-25T20:27:15.156Z Compiling derive_more v0.99.20
15822026-03-25T20:27:15.177Z Compiling ingot-macros v0.1.1
15832026-03-25T20:27:15.187Z Compiling tinyvec v1.11.0
15842026-03-25T20:27:15.926Z Compiling clap v4.6.0
15852026-03-25T20:27:16.336Z Compiling dtrace-parser v0.2.0
15862026-03-25T20:27:16.571Z Compiling secrecy v0.10.3
15872026-03-25T20:27:16.725Z Compiling scroll_derive v0.12.1
15882026-03-25T20:27:17.231Z Compiling hash32 v0.3.1
15892026-03-25T20:27:17.364Z Compiling proc-macro-error v1.0.4
15902026-03-25T20:27:17.378Z Compiling usdt-impl v0.5.0
15912026-03-25T20:27:17.389Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15922026-03-25T20:27:17.452Z Compiling crucible-workspace-hack v0.1.0
15932026-03-25T20:27:17.585Z Compiling smoltcp v0.11.0
15942026-03-25T20:27:17.615Z Compiling winnow v0.5.40
15952026-03-25T20:27:17.680Z Compiling scroll v0.12.0
15962026-03-25T20:27:17.933Z Compiling ingot-types v0.1.2
15972026-03-25T20:27:17.942Z Compiling proc-macro-crate v3.5.0
15982026-03-25T20:27:18.326Z Compiling dof v0.3.0
15992026-03-25T20:27:18.441Z Compiling typify-impl v0.6.1
16002026-03-25T20:27:18.604Z Compiling serde_spanned v0.6.9
16012026-03-25T20:27:18.607Z Compiling cobs v0.3.0
16022026-03-25T20:27:18.654Z Compiling memoffset v0.9.1
16032026-03-25T20:27:18.766Z Compiling thread-id v4.2.2
16042026-03-25T20:27:18.776Z Compiling managed v0.8.0
16052026-03-25T20:27:18.795Z Compiling toml_write v0.1.2
16062026-03-25T20:27:18.843Z Compiling bitflags v1.3.2
16072026-03-25T20:27:18.879Z Compiling toml_edit v0.19.15
16082026-03-25T20:27:18.916Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16092026-03-25T20:27:18.981Z Compiling cfg_aliases v0.2.1
16102026-03-25T20:27:19.004Z Compiling toml_edit v0.22.27
16112026-03-25T20:27:19.053Z Compiling nix v0.31.2
16122026-03-25T20:27:19.418Z Compiling postcard v1.1.3
16132026-03-25T20:27:19.999Z Compiling proc-macro-crate v1.3.1
16142026-03-25T20:27:20.155Z Compiling num_enum_derive v0.7.6
16152026-03-25T20:27:20.320Z Compiling ingot v0.1.1
16162026-03-25T20:27:20.841Z Compiling goblin v0.8.2
16172026-03-25T20:27:21.187Z Compiling tabwriter v1.4.1
16182026-03-25T20:27:21.401Z Compiling foreign-types-macros v0.2.3
16192026-03-25T20:27:21.421Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16202026-03-25T20:27:21.707Z Compiling num-integer v0.1.46
16212026-03-25T20:27:22.052Z Compiling rustc_version v0.4.1
16222026-03-25T20:27:22.090Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16232026-03-25T20:27:22.331Z Compiling cpufeatures v0.3.0
16242026-03-25T20:27:22.342Z Compiling foreign-types-shared v0.3.1
16252026-03-25T20:27:22.403Z Compiling float-ord v0.3.2
16262026-03-25T20:27:22.429Z Compiling rayon-core v1.13.0
16272026-03-25T20:27:22.477Z Compiling heck v0.4.1
16282026-03-25T20:27:22.656Z Compiling foreign-types v0.5.0
16292026-03-25T20:27:22.675Z Compiling chacha20 v0.10.0
16302026-03-25T20:27:22.730Z Compiling curve25519-dalek v4.1.3
16312026-03-25T20:27:22.936Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16322026-03-25T20:27:23.092Z Compiling num_enum v0.7.6
16332026-03-25T20:27:23.362Z Compiling num_enum_derive v0.5.11
16342026-03-25T20:27:24.093Z Compiling toml v0.8.23
16352026-03-25T20:27:24.658Z Compiling typify-macro v0.6.1
16362026-03-25T20:27:24.800Z Compiling crossbeam-deque v0.8.6
16372026-03-25T20:27:24.982Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16382026-03-25T20:27:25.227Z Compiling hmac v0.12.1
16392026-03-25T20:27:25.361Z Compiling inout v0.1.4
16402026-03-25T20:27:25.405Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16412026-03-25T20:27:25.464Z Compiling ff v0.13.1
16422026-03-25T20:27:25.591Z Compiling cstr-argument v0.1.2
16432026-03-25T20:27:25.718Z Compiling colored v3.1.1
16442026-03-25T20:27:25.739Z Compiling prettyplease v0.2.37
16452026-03-25T20:27:25.901Z Compiling rustix v0.38.44
16462026-03-25T20:27:25.968Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16472026-03-25T20:27:26.331Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16482026-03-25T20:27:26.590Z Compiling group v0.13.0
16492026-03-25T20:27:26.614Z Compiling cipher v0.4.4
16502026-03-25T20:27:26.698Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16512026-03-25T20:27:26.714Z Compiling hkdf v0.12.4
16522026-03-25T20:27:27.050Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16532026-03-25T20:27:27.215Z Compiling num_enum v0.5.11
16542026-03-25T20:27:27.350Z Compiling rand v0.10.0
16552026-03-25T20:27:27.413Z Compiling num-rational v0.4.2
16562026-03-25T20:27:27.458Z Compiling num-iter v0.1.45
16572026-03-25T20:27:27.578Z Compiling usdt-attr-macro v0.5.0
16582026-03-25T20:27:27.683Z Compiling usdt-macro v0.5.0
16592026-03-25T20:27:28.594Z Compiling camino-tempfile v1.4.1
16602026-03-25T20:27:28.658Z Compiling thiserror-impl-no-std v2.0.2
16612026-03-25T20:27:28.795Z Compiling rustls-webpki v0.103.10
16622026-03-25T20:27:29.367Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16632026-03-25T20:27:29.445Z Compiling universal-hash v0.5.1
16642026-03-25T20:27:29.572Z Compiling half v2.7.1
16652026-03-25T20:27:29.736Z Compiling crypto-bigint v0.5.5
16662026-03-25T20:27:29.833Z Compiling curve25519-dalek-derive v0.1.1
16672026-03-25T20:27:29.878Z Compiling enum-as-inner v0.6.1
16682026-03-25T20:27:30.063Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16692026-03-25T20:27:30.285Z Compiling num-complex v0.4.6
16702026-03-25T20:27:30.384Z Compiling memmap v0.7.0
16712026-03-25T20:27:30.459Z Compiling base16ct v0.2.0
16722026-03-25T20:27:30.577Z Compiling base64ct v1.8.3
16732026-03-25T20:27:30.585Z Compiling ciborium-io v0.2.2
16742026-03-25T20:27:30.646Z Compiling data-encoding v2.10.0
16752026-03-25T20:27:30.655Z Compiling opaque-debug v0.3.1
16762026-03-25T20:27:30.707Z Compiling num v0.4.3
16772026-03-25T20:27:30.734Z Compiling poly1305 v0.8.0
16782026-03-25T20:27:30.788Z Compiling password-hash v0.5.0
16792026-03-25T20:27:30.870Z Compiling elliptic-curve v0.13.8
16802026-03-25T20:27:30.989Z Compiling ciborium-ll v0.2.2
16812026-03-25T20:27:31.190Z Compiling usdt v0.5.0
16822026-03-25T20:27:31.263Z Compiling thiserror-no-std v2.0.2
16832026-03-25T20:27:31.290Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16842026-03-25T20:27:31.407Z Compiling rayon v1.11.0
16852026-03-25T20:27:31.484Z Compiling chacha20 v0.9.1
16862026-03-25T20:27:31.645Z Compiling typify v0.6.1
16872026-03-25T20:27:31.660Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16882026-03-25T20:27:32.345Z Compiling tokio-rustls v0.26.4
16892026-03-25T20:27:32.552Z Compiling hyper-rustls v0.27.7
16902026-03-25T20:27:32.645Z Compiling rustls-platform-verifier v0.6.2
16912026-03-25T20:27:32.865Z Compiling reqwest v0.13.2
16922026-03-25T20:27:33.138Z Compiling zone_cfg_derive v0.3.1
16932026-03-25T20:27:33.192Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16942026-03-25T20:27:33.274Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16952026-03-25T20:27:33.823Z Compiling itertools v0.12.1
16962026-03-25T20:27:33.874Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16972026-03-25T20:27:33.913Z Compiling byte-wrapper v0.1.0
16982026-03-25T20:27:34.100Z Compiling progenitor-client v0.13.0
16992026-03-25T20:27:34.174Z Compiling blake2 v0.10.6
17002026-03-25T20:27:34.237Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17012026-03-25T20:27:34.388Z Compiling progenitor-extras v0.1.1
17022026-03-25T20:27:34.629Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17032026-03-25T20:27:34.654Z Compiling aead v0.5.2
17042026-03-25T20:27:34.850Z Compiling num-derive v0.4.2
17052026-03-25T20:27:34.863Z Compiling sigpipe v0.1.3
17062026-03-25T20:27:35.069Z Compiling vcpkg v0.2.15
17072026-03-25T20:27:35.590Z Compiling glob v0.3.3
17082026-03-25T20:27:35.639Z Compiling pkg-config v0.3.32
17092026-03-25T20:27:35.822Z Compiling jiff v0.2.23
17102026-03-25T20:27:35.994Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17112026-03-25T20:27:36.049Z Compiling unsafe-libyaml v0.2.11
17122026-03-25T20:27:36.198Z Compiling keccak v0.1.6
17132026-03-25T20:27:36.457Z Compiling sha3 v0.10.8
17142026-03-25T20:27:36.699Z Compiling serde_yaml v0.9.34+deprecated
17152026-03-25T20:27:36.879Z Compiling openssl-sys v0.9.112
17162026-03-25T20:27:37.094Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17172026-03-25T20:27:37.472Z Compiling chacha20poly1305 v0.10.1
17182026-03-25T20:27:37.494Z Compiling zone v0.3.1
17192026-03-25T20:27:37.561Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17202026-03-25T20:27:37.601Z Compiling argon2 v0.5.3
17212026-03-25T20:27:38.154Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17222026-03-25T20:27:38.164Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17232026-03-25T20:27:38.390Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17242026-03-25T20:27:39.276Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17252026-03-25T20:27:39.521Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17262026-03-25T20:27:39.985Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17272026-03-25T20:27:40.066Z Compiling vsss-rs v3.3.4
17282026-03-25T20:27:40.146Z Compiling progenitor-impl v0.13.0
17292026-03-25T20:27:40.574Z Compiling ciborium v0.2.2
17302026-03-25T20:27:40.744Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17312026-03-25T20:27:40.826Z Compiling hubpack_derive v0.1.1
17322026-03-25T20:27:40.868Z Compiling smf v0.2.3
17332026-03-25T20:27:41.165Z Compiling indent_write v2.2.0
17342026-03-25T20:27:41.306Z Compiling semver v0.1.20
17352026-03-25T20:27:41.321Z Compiling whoami v1.6.1
17362026-03-25T20:27:41.335Z Compiling static_assertions v1.1.0
17372026-03-25T20:27:41.410Z Compiling linked-hash-map v0.5.6
17382026-03-25T20:27:41.465Z Compiling resolv-conf v0.7.6
17392026-03-25T20:27:41.557Z Compiling lru-cache v0.1.2
17402026-03-25T20:27:41.625Z Compiling rustc_version v0.1.7
17412026-03-25T20:27:41.680Z Compiling hubpack v0.1.2
17422026-03-25T20:27:41.821Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17432026-03-25T20:27:41.907Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17442026-03-25T20:27:41.924Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17452026-03-25T20:27:42.197Z Compiling hickory-proto v0.24.4
17462026-03-25T20:27:42.817Z Compiling serde-big-array v0.5.1
17472026-03-25T20:27:42.966Z Compiling derive-where v1.6.1
17482026-03-25T20:27:43.684Z Compiling pin-project-internal v1.1.11
17492026-03-25T20:27:43.798Z Compiling progenitor-macro v0.13.0
17502026-03-25T20:27:44.249Z Compiling serde_repr v0.1.20
17512026-03-25T20:27:44.657Z Compiling siphasher v1.0.2
17522026-03-25T20:27:44.780Z Compiling minimal-lexical v0.2.1
17532026-03-25T20:27:44.839Z Compiling swrite v0.1.0
17542026-03-25T20:27:44.856Z Compiling unicode-segmentation v1.13.1
17552026-03-25T20:27:44.937Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17562026-03-25T20:27:45.044Z Compiling nom v7.1.3
17572026-03-25T20:27:45.289Z Compiling newline-converter v0.3.0
17582026-03-25T20:27:45.409Z Compiling phf_shared v0.12.1
17592026-03-25T20:27:45.481Z Compiling pin-project v1.1.11
17602026-03-25T20:27:45.582Z Compiling hickory-resolver v0.24.4
17612026-03-25T20:27:45.595Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17622026-03-25T20:27:45.625Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17632026-03-25T20:27:45.880Z Compiling newtype_derive v0.1.6
17642026-03-25T20:27:46.119Z Compiling atomicwrites v0.4.4
17652026-03-25T20:27:46.404Z Compiling unicode-normalization v0.1.25
17662026-03-25T20:27:46.461Z Compiling console v0.15.11
17672026-03-25T20:27:46.873Z Compiling tokio-stream v0.1.18
17682026-03-25T20:27:47.173Z Compiling snafu-derive v0.8.9
17692026-03-25T20:27:47.337Z Compiling async-recursion v1.1.1
17702026-03-25T20:27:47.393Z Compiling slog-dtrace v0.3.0
17712026-03-25T20:27:47.631Z Compiling csv-core v0.1.13
17722026-03-25T20:27:47.796Z Compiling bstr v1.12.1
17732026-03-25T20:27:47.830Z Compiling foreign-types-shared v0.1.1
17742026-03-25T20:27:47.897Z Compiling foldhash v0.1.5
17752026-03-25T20:27:47.920Z Compiling unicode-xid v0.2.6
17762026-03-25T20:27:48.027Z Compiling chrono-tz v0.10.4
17772026-03-25T20:27:48.045Z Compiling cancel-safe-futures v0.1.5
17782026-03-25T20:27:48.083Z Compiling similar v2.7.0
17792026-03-25T20:27:48.241Z Compiling openssl v0.10.76
17802026-03-25T20:27:48.252Z Compiling highway v1.3.0
17812026-03-25T20:27:48.289Z Compiling owo-colors v4.3.0
17822026-03-25T20:27:48.311Z Compiling same-file v1.0.6
17832026-03-25T20:27:48.485Z Compiling unicode-width v0.1.14
17842026-03-25T20:27:48.519Z Compiling expectorate v1.2.0
17852026-03-25T20:27:48.637Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17862026-03-25T20:27:48.656Z Compiling walkdir v2.5.0
17872026-03-25T20:27:48.699Z Compiling globset v0.4.18
17882026-03-25T20:27:48.767Z Compiling const_format_proc_macros v0.2.34
17892026-03-25T20:27:48.931Z Compiling snafu v0.8.9
17902026-03-25T20:27:49.003Z Compiling progenitor v0.13.0
17912026-03-25T20:27:49.016Z Compiling hashbrown v0.15.5
17922026-03-25T20:27:49.058Z Compiling foreign-types v0.3.2
17932026-03-25T20:27:49.129Z Compiling csv v1.4.0
17942026-03-25T20:27:49.186Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17952026-03-25T20:27:49.318Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17962026-03-25T20:27:49.537Z Compiling qorb v0.4.1
17972026-03-25T20:27:49.561Z Compiling olpc-cjson v0.1.4
17982026-03-25T20:27:49.691Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17992026-03-25T20:27:49.768Z Compiling phf v0.12.1
18002026-03-25T20:27:50.224Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18012026-03-25T20:27:50.455Z Compiling tokio-dtrace v0.1.1
18022026-03-25T20:27:50.528Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18032026-03-25T20:27:50.733Z Compiling libsw-core v0.3.2
18042026-03-25T20:27:50.898Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18052026-03-25T20:27:50.909Z Compiling serde_plain v1.0.2
18062026-03-25T20:27:51.120Z Compiling openssl-macros v0.1.1
18072026-03-25T20:27:51.167Z Compiling pem v3.0.6
18082026-03-25T20:27:51.245Z Compiling cookie v0.18.1
18092026-03-25T20:27:51.381Z Compiling typed-path v0.9.3
18102026-03-25T20:27:51.474Z Compiling bytecount v0.6.9
18112026-03-25T20:27:51.485Z Compiling fixedbitset v0.4.2
18122026-03-25T20:27:51.553Z Compiling fixedbitset v0.5.7
18132026-03-25T20:27:51.615Z Compiling papergrid v0.11.0
18142026-03-25T20:27:51.724Z Compiling petgraph v0.6.5
18152026-03-25T20:27:51.762Z Compiling petgraph v0.8.3
18162026-03-25T20:27:51.934Z Compiling libsw v3.5.0
18172026-03-25T20:27:52.161Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18182026-03-25T20:27:52.786Z Compiling tough v0.20.0
18192026-03-25T20:27:53.274Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18202026-03-25T20:27:53.408Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18212026-03-25T20:27:53.439Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18222026-03-25T20:27:53.584Z Compiling oxide-tokio-rt v0.1.3
18232026-03-25T20:27:53.994Z Compiling const_format v0.2.35
18242026-03-25T20:27:54.320Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18252026-03-25T20:27:55.519Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18262026-03-25T20:27:55.961Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-25T20:27:56.097Z Compiling gethostname v0.5.0
18282026-03-25T20:27:56.224Z Compiling tabled_derive v0.7.0
18292026-03-25T20:27:56.986Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18302026-03-25T20:27:57.232Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18312026-03-25T20:27:57.317Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18322026-03-25T20:27:57.442Z Compiling bcs v0.1.6
18332026-03-25T20:27:57.525Z Compiling unicode-linebreak v0.1.5
18342026-03-25T20:27:57.623Z Compiling termtree v0.5.1
18352026-03-25T20:27:57.705Z Compiling linear-map v1.2.0
18362026-03-25T20:27:57.763Z Compiling lazy_static v1.5.0
18372026-03-25T20:27:57.775Z Compiling smawk v0.3.2
18382026-03-25T20:27:57.775Z Compiling tagptr v0.2.0
18392026-03-25T20:27:57.865Z Compiling steno v0.4.1
18402026-03-25T20:27:57.887Z Compiling textwrap v0.16.2
18412026-03-25T20:27:57.899Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18422026-03-25T20:27:57.910Z Compiling moka v0.12.15
18432026-03-25T20:27:58.174Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18442026-03-25T20:27:58.429Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-25T20:27:58.687Z Compiling tabled v0.15.0
18462026-03-25T20:27:58.701Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18472026-03-25T20:27:58.831Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18482026-03-25T20:27:58.903Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18492026-03-25T20:27:59.558Z Compiling hickory-proto v0.25.2
18502026-03-25T20:27:59.707Z Compiling humantime v2.3.0
18512026-03-25T20:27:59.988Z Compiling num-derive v0.3.3
18522026-03-25T20:28:00.900Z Compiling parking_lot_core v0.8.6
18532026-03-25T20:28:01.098Z Compiling libscf-sys v1.1.0
18542026-03-25T20:28:01.191Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18552026-03-25T20:28:01.203Z Compiling crc32fast v1.5.0
18562026-03-25T20:28:01.238Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18572026-03-25T20:28:01.497Z Compiling hickory-resolver v0.25.2
18582026-03-25T20:28:01.681Z Compiling parking_lot v0.11.2
18592026-03-25T20:28:01.738Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18602026-03-25T20:28:01.840Z Compiling fxhash v0.2.1
18612026-03-25T20:28:01.864Z Compiling internet-checksum v0.2.1
18622026-03-25T20:28:01.964Z Compiling sled v0.34.7
18632026-03-25T20:28:01.979Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18642026-03-25T20:28:02.417Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18652026-03-25T20:28:07.486Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18662026-03-25T20:28:14.553Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18672026-03-25T20:28:16.172Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18682026-03-25T20:28:17.247Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18692026-03-25T20:28:18.348Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18702026-03-25T20:28:19.321Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18712026-03-25T20:28:42.339Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
18722026-03-25T20:28:42.509Z────────────
18732026-03-25T20:28:42.509Z Nextest run ID 2649713f-6346-4f88-b215-9a016b710c79 with nextest profile: default
18742026-03-25T20:28:42.509Z Starting 18 tests across 1 binary (27 tests skipped)
18752026-03-25T20:28:58.582Z PASS [ 16.072s] rdb proptest::prop_ipv6_host_bits_always_unset
18762026-03-25T20:28:58.675Z PASS [ 16.165s] rdb proptest::prop_ipv6_default_contains_all
18772026-03-25T20:28:58.707Z PASS [ 16.197s] rdb proptest::prop_ipv4_length_in_bounds
18782026-03-25T20:28:58.745Z PASS [ 16.234s] rdb proptest::prop_ipv4_within_self
18792026-03-25T20:28:58.751Z PASS [ 16.241s] rdb proptest::prop_ipv4_host_bits_always_unset
18802026-03-25T20:28:58.764Z PASS [ 16.254s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18812026-03-25T20:28:58.789Z PASS [ 16.279s] rdb proptest::prop_ipv4_default_contains_all
18822026-03-25T20:29:14.652Z PASS [ 16.069s] rdb proptest::prop_ipv6_length_in_bounds
18832026-03-25T20:29:14.729Z PASS [ 16.021s] rdb proptest::prop_ipv6_within_self
18842026-03-25T20:29:14.783Z PASS [ 16.107s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18852026-03-25T20:29:15.091Z PASS [ 16.345s] rdb proptest::prop_prefix_enum_no_cross_family
18862026-03-25T20:29:23.563Z PASS [ 24.808s] rdb proptest::prop_static_route_key_deduplication
18872026-03-25T20:29:33.532Z PASS [ 34.747s] rdb proptest::prop_static_route_key_normalization_idempotent
18882026-03-25T20:29:33.677Z PASS [ 34.884s] rdb proptest::prop_static_route_key_normalization_preserves_fields
18892026-03-25T20:29:42.523Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18902026-03-25T20:29:49.330Z PASS [ 34.675s] rdb proptest::prop_static_route_key_normalization_preserves_length
18912026-03-25T20:29:49.387Z PASS [ 34.654s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
18922026-03-25T20:30:05.369Z PASS [ 50.583s] rdb proptest::prop_static_route_key_ord_consistency
18932026-03-25T20:30:42.521Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18942026-03-25T20:31:42.527Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18952026-03-25T20:32:42.532Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18962026-03-25T20:32:53.842Z PASS [ 251.314s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18972026-03-25T20:32:53.842Z────────────
18982026-03-25T20:32:53.842Z Summary [ 251.315s] 18 tests run: 18 passed (1 slow), 27 skipped
18992026-03-25T20:32:53.856Z+ cp '*.log' /work/
19002026-03-25T20:32:53.859Z+ true
19012026-03-25T20:32:53.859Z+ '[' -d proptest-regressions ']'
19022026-03-25T20:32:53.859Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19032026-03-25T20:32:53.862Z+ popd
19042026-03-25T20:32:53.862Z+ pushd bgp
19052026-03-25T20:32:53.862Z/work/oxidecomputer/maghemite
19062026-03-25T20:32:53.862Z+ PROPTEST_CASES=1000000
19072026-03-25T20:32:53.862Z+ cargo nextest run --lib proptest
19082026-03-25T20:32:53.862Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19092026-03-25T20:32:54.990Z Compiling smallvec v1.15.1
19102026-03-25T20:32:54.993Z Compiling serde_json v1.0.149
19112026-03-25T20:32:55.167Z Compiling crunchy v0.2.4
19122026-03-25T20:32:55.187Z Compiling tiny-keccak v2.0.2
19132026-03-25T20:32:55.198Z Compiling smartstring v1.0.1
19142026-03-25T20:32:55.202Z Compiling ahash v0.8.12
19152026-03-25T20:32:55.284Z Compiling icu_normalizer v2.1.1
19162026-03-25T20:32:55.320Z Compiling parking_lot_core v0.9.12
19172026-03-25T20:32:55.456Z Compiling parking_lot_core v0.8.6
19182026-03-25T20:32:55.537Z Compiling parking_lot v0.12.5
19192026-03-25T20:32:55.689Z Compiling idna_adapter v1.2.1
19202026-03-25T20:32:55.758Z Compiling tokio v1.50.0
19212026-03-25T20:32:55.839Z Compiling idna v1.1.0
19222026-03-25T20:32:55.884Z Compiling dof v0.4.0
19232026-03-25T20:32:55.945Z Compiling schemars v0.8.22
19242026-03-25T20:32:56.025Z Compiling openapiv3 v2.2.0
19252026-03-25T20:32:56.430Z Compiling url v2.5.8
19262026-03-25T20:32:56.616Z Compiling usdt-impl v0.6.0
19272026-03-25T20:32:57.328Z Compiling slog-json v2.6.1
19282026-03-25T20:32:57.339Z Compiling usdt-macro v0.6.0
19292026-03-25T20:32:57.390Z Compiling usdt-attr-macro v0.6.0
19302026-03-25T20:32:57.538Z Compiling slog-bunyan v2.5.0
19312026-03-25T20:32:57.961Z Compiling ipnetwork v0.21.1
19322026-03-25T20:32:58.354Z Compiling oxnet v0.1.4
19332026-03-25T20:32:58.410Z Compiling newtype-uuid v1.3.2
19342026-03-25T20:32:58.450Z Compiling serde_with v3.18.0
19352026-03-25T20:32:58.571Z Compiling usdt v0.6.0
19362026-03-25T20:32:58.614Z Compiling daft v0.1.5
19372026-03-25T20:32:58.755Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19382026-03-25T20:32:58.848Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19392026-03-25T20:32:58.876Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19402026-03-25T20:32:59.262Z Compiling iddqd v0.3.17
19412026-03-25T20:32:59.427Z Compiling tokio-util v0.7.18
19422026-03-25T20:32:59.457Z Compiling tower v0.5.3
19432026-03-25T20:32:59.723Z Compiling tokio-rustls v0.26.4
19442026-03-25T20:32:59.820Z Compiling tokio-rustls v0.25.0
19452026-03-25T20:32:59.946Z Compiling tower-http v0.6.8
19462026-03-25T20:32:59.988Z Compiling h2 v0.4.13
19472026-03-25T20:33:00.046Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19482026-03-25T20:33:00.190Z Compiling backoff v0.4.0
19492026-03-25T20:33:00.775Z Compiling typify-impl v0.6.1
19502026-03-25T20:33:00.805Z Compiling dof v0.3.0
19512026-03-25T20:33:01.152Z Compiling usdt-impl v0.5.0
19522026-03-25T20:33:01.425Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19532026-03-25T20:33:01.680Z Compiling usdt-macro v0.5.0
19542026-03-25T20:33:02.340Z Compiling hyper v1.8.1
19552026-03-25T20:33:02.451Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19562026-03-25T20:33:02.600Z Compiling usdt-attr-macro v0.5.0
19572026-03-25T20:33:03.415Z Compiling hyper-util v0.1.20
19582026-03-25T20:33:03.698Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19592026-03-25T20:33:03.805Z Compiling usdt v0.5.0
19602026-03-25T20:33:04.082Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19612026-03-25T20:33:04.123Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
19622026-03-25T20:33:04.315Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19632026-03-25T20:33:04.690Z Compiling hyper-rustls v0.27.7
19642026-03-25T20:33:04.710Z Compiling dropshot v0.16.7
19652026-03-25T20:33:04.727Z Compiling reqwest v0.12.28
19662026-03-25T20:33:04.988Z Compiling reqwest v0.13.2
19672026-03-25T20:33:05.134Z Compiling byte-wrapper v0.1.0
19682026-03-25T20:33:05.759Z Compiling progenitor-client v0.10.0
19692026-03-25T20:33:07.141Z Compiling progenitor-client v0.13.0
19702026-03-25T20:33:07.463Z Compiling progenitor-extras v0.1.1
19712026-03-25T20:33:07.719Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19722026-03-25T20:33:08.167Z Compiling typify-macro v0.6.1
19732026-03-25T20:33:09.520Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19742026-03-25T20:33:09.861Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19752026-03-25T20:33:09.877Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19762026-03-25T20:33:10.263Z Compiling typify v0.6.1
19772026-03-25T20:33:10.362Z Compiling progenitor-impl v0.13.0
19782026-03-25T20:33:10.485Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19792026-03-25T20:33:11.087Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19802026-03-25T20:33:11.347Z Compiling zone v0.3.1
19812026-03-25T20:33:12.248Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19822026-03-25T20:33:12.324Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19832026-03-25T20:33:12.350Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19842026-03-25T20:33:12.422Z Compiling hickory-proto v0.24.4
19852026-03-25T20:33:12.617Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19862026-03-25T20:33:13.178Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19872026-03-25T20:33:13.220Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19882026-03-25T20:33:14.035Z Compiling progenitor-macro v0.13.0
19892026-03-25T20:33:15.725Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19902026-03-25T20:33:15.794Z Compiling hickory-resolver v0.24.4
19912026-03-25T20:33:15.979Z Compiling tokio-stream v0.1.18
19922026-03-25T20:33:16.331Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19932026-03-25T20:33:16.460Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19942026-03-25T20:33:16.875Z Compiling qorb v0.4.1
19952026-03-25T20:33:18.075Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19962026-03-25T20:33:18.394Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19972026-03-25T20:33:18.433Z Compiling tokio-dtrace v0.1.1
19982026-03-25T20:33:18.484Z Compiling libsw-core v0.3.2
19992026-03-25T20:33:18.658Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20002026-03-25T20:33:18.714Z Compiling olpc-cjson v0.1.4
20012026-03-25T20:33:18.884Z Compiling tough v0.20.0
20022026-03-25T20:33:19.022Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20032026-03-25T20:33:19.037Z Compiling oxide-tokio-rt v0.1.3
20042026-03-25T20:33:19.206Z Compiling libsw v3.5.0
20052026-03-25T20:33:19.221Z Compiling progenitor v0.13.0
20062026-03-25T20:33:19.351Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20072026-03-25T20:33:19.363Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20082026-03-25T20:33:19.383Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20092026-03-25T20:33:19.508Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20102026-03-25T20:33:19.786Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20112026-03-25T20:33:20.093Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20122026-03-25T20:33:20.256Z Compiling slog-dtrace v0.3.0
20132026-03-25T20:33:20.277Z Compiling cancel-safe-futures v0.1.5
20142026-03-25T20:33:20.579Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20152026-03-25T20:33:20.591Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20162026-03-25T20:33:20.603Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20172026-03-25T20:33:20.814Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20182026-03-25T20:33:21.397Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20192026-03-25T20:33:21.468Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20202026-03-25T20:33:21.589Z Compiling steno v0.4.1
20212026-03-25T20:33:22.014Z Compiling hickory-proto v0.25.2
20222026-03-25T20:33:22.480Z Compiling moka v0.12.15
20232026-03-25T20:33:23.294Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20242026-03-25T20:33:23.735Z Compiling const-random-macro v0.1.16
20252026-03-25T20:33:24.134Z Compiling hickory-resolver v0.25.2
20262026-03-25T20:33:24.564Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20272026-03-25T20:33:24.579Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20282026-03-25T20:33:24.888Z Compiling const-random v0.1.18
20292026-03-25T20:33:24.968Z Compiling parking_lot v0.11.2
20302026-03-25T20:33:25.403Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20312026-03-25T20:33:25.922Z Compiling sdd v3.0.10
20322026-03-25T20:33:26.272Z Compiling scc v2.4.0
20332026-03-25T20:33:26.470Z Compiling sled v0.34.7
20342026-03-25T20:33:27.498Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20352026-03-25T20:33:27.708Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20362026-03-25T20:33:27.711Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20372026-03-25T20:33:27.734Z Compiling thin-vec v0.2.14
20382026-03-25T20:33:27.747Z Compiling serial_test_derive v3.4.0
20392026-03-25T20:33:27.759Z Compiling rhai_codegen v3.1.0
20402026-03-25T20:33:27.813Z Compiling yansi v1.0.1
20412026-03-25T20:33:28.013Z Compiling diff v0.1.13
20422026-03-25T20:33:28.138Z Compiling nom v8.0.0
20432026-03-25T20:33:28.220Z Compiling pretty_assertions v1.4.1
20442026-03-25T20:33:28.471Z Compiling serial_test v3.4.0
20452026-03-25T20:33:28.861Z Compiling rhai v1.24.0
20462026-03-25T20:33:33.832Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20472026-03-25T20:33:41.399Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20482026-03-25T20:33:43.006Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20492026-03-25T20:33:44.096Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20502026-03-25T20:33:45.230Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20512026-03-25T20:33:46.018Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20522026-03-25T20:33:48.412Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20532026-03-25T20:34:21.763Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 27s
20542026-03-25T20:34:21.930Z────────────
20552026-03-25T20:34:21.930Z Nextest run ID 73b3525a-240e-420e-8fe5-ff9ee8c776cf with nextest profile: default
20562026-03-25T20:34:21.930Z Starting 18 tests across 1 binary (132 tests skipped)
20572026-03-25T20:34:38.280Z PASS [ 16.350s] bgp proptest::prop_ipv4_wire_format_roundtrip
20582026-03-25T20:34:40.299Z PASS [ 18.369s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20592026-03-25T20:34:40.416Z PASS [ 18.485s] bgp proptest::prop_ipv4_prefixes_roundtrip
20602026-03-25T20:34:41.717Z PASS [ 19.786s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20612026-03-25T20:34:42.295Z PASS [ 20.364s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20622026-03-25T20:34:50.666Z PASS [ 28.735s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20632026-03-25T20:34:56.646Z PASS [ 16.346s] bgp proptest::prop_ipv6_wire_format_roundtrip
20642026-03-25T20:34:58.508Z PASS [ 20.226s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20652026-03-25T20:35:00.018Z PASS [ 19.601s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20662026-03-25T20:35:00.949Z PASS [ 18.653s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20672026-03-25T20:35:01.830Z PASS [ 39.898s] bgp proptest::prop_duplicate_attrs_deduplicated
20682026-03-25T20:35:09.803Z PASS [ 19.135s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20692026-03-25T20:35:15.324Z PASS [ 18.676s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20702026-03-25T20:35:21.936Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20712026-03-25T20:35:27.944Z PASS [ 66.009s] bgp proptest::prop_encode_decode_semantic_equivalence
20722026-03-25T20:35:27.975Z PASS [ 27.954s] bgp proptest::prop_update_mp_unreach_roundtrip
20732026-03-25T20:35:41.724Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20742026-03-25T20:35:50.052Z PASS [ 68.331s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20752026-03-25T20:35:58.515Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20762026-03-25T20:36:00.956Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20772026-03-25T20:36:01.620Z PASS [ 60.666s] bgp proptest::prop_update_traditional_roundtrip
20782026-03-25T20:36:10.516Z PASS [ 72.002s] bgp proptest::prop_update_mp_reach_roundtrip
20792026-03-25T20:36:10.519Z────────────
20802026-03-25T20:36:10.519Z Summary [ 108.579s] 18 tests run: 18 passed (4 slow), 132 skipped
20812026-03-25T20:36:10.528Z+ cp '*.log' /work/
20822026-03-25T20:36:10.531Z+ true
20832026-03-25T20:36:10.531Z+ '[' -d proptest-regressions ']'
20842026-03-25T20:36:10.531Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20852026-03-25T20:36:10.535Z+ popd
20862026-03-25T20:36:10.535Z/work/oxidecomputer/maghemite
20872026-03-25T20:36:10.535Zprocess exited: duration 736668 ms, exit code 0
 
20882026-03-25T20:36:10.542Zfound 0 output files