01KTN8ER13H2V0QSG3WVQW5K40: 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: 01KTN8G12GX054R3RPMDKYPJQK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T03:59:29.040Zjob assigned to worker 01KTN8GHTZ6MTWA1ZQHMFZFFHA [factory aws, i-02e8df744b2816119] (queued for 1 m 7 s)
 
22026-06-09T03:59:37.197Zstarting task 0: "setup"
32026-06-09T03:59:37.436Z++ uname -s
42026-06-09T03:59:37.436Z+ kern=SunOS
52026-06-09T03:59:37.436Z+ build_user=build
62026-06-09T03:59:37.436Z+ build_uid=12345
72026-06-09T03:59:37.436Z+ work_dir=/work
82026-06-09T03:59:37.436Z+ input_dir=/input
92026-06-09T03:59:37.437Z+ [[ 0 == 12345 ]]
102026-06-09T03:59:37.437Z+ case "$kern" in
112026-06-09T03:59:37.437Z+ groupadd -g 12345 build
122026-06-09T03:59:37.437Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T03:59:39.179Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T03:59:39.303Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T03:59:39.312Z+ home_fs=zfs
162026-06-09T03:59:39.312Z+ [[ zfs == autofs ]]
172026-06-09T03:59:39.312Z+ mkdir -p /home/build
182026-06-09T03:59:39.312Z+ chown build:build /home/build /work
192026-06-09T03:59:41.248Z+ chmod 0700 /home/build /work
202026-06-09T03:59:41.251Zprocess exited: duration 4088 ms, exit code 0
 
212026-06-09T03:59:41.258Zstarting task 1: "rust-toolchain"
222026-06-09T03:59:41.264Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-09T03:59:41.264Z * rust toolchain channel = "stable"
242026-06-09T03:59:41.264Z * rust toolchain profile = "default"
252026-06-09T03:59:41.264Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-09T03:59:41.264Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-09T03:59:41.264Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-09T03:59:41.270Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T03:59:41.270Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-09T03:59:41.384Zinfo: downloading installer
312026-06-09T03:59:42.712Zwarn: It looks like you have an existing installation of Rust at:
322026-06-09T03:59:42.712Zwarn: /opt/ooce/bin
332026-06-09T03:59:42.712Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-09T03:59:42.712Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-09T03:59:42.712Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-09T03:59:42.712Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-09T03:59:42.712Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-09T03:59:42.712Zerror: cannot install while Rust is installed
392026-06-09T03:59:42.712Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-09T03:59:42.712Zwarn: It looks like you have an existing rustup settings file at:
412026-06-09T03:59:42.712Zwarn: /home/build/.rustup/settings.toml
422026-06-09T03:59:42.712Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-09T03:59:42.712Zwarn: instead of the one inferred from the default host triple.
442026-06-09T03:59:42.729Zinfo: profile set to default
452026-06-09T03:59:42.729Zinfo: default host triple is x86_64-unknown-illumos
462026-06-09T03:59:42.732Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-09T03:59:42.860Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-09T03:59:42.863Zinfo: downloading 6 components
492026-06-09T03:59:57.491Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-09T03:59:57.491Z
512026-06-09T03:59:57.532Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-09T03:59:57.532Z
532026-06-09T03:59:57.532Z
542026-06-09T03:59:57.532ZRust is installed now. Great!
552026-06-09T03:59:57.532Z
562026-06-09T03:59:57.532ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-09T03:59:57.532Zenvironment variable. This has not been done automatically.
582026-06-09T03:59:57.532Z
592026-06-09T03:59:57.532ZTo configure your current shell, you need to source
602026-06-09T03:59:57.532Zthe corresponding env file under $HOME/.cargo.
612026-06-09T03:59:57.532Z
622026-06-09T03:59:57.538ZThis is usually done by running one of the following (note the leading DOT):
632026-06-09T03:59:57.538Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-09T03:59:57.538Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-09T03:59:57.538Zsource "~/.cargo/env.nu" # For nushell
662026-06-09T03:59:57.538Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-09T03:59:57.538Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-09T03:59:57.538Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-09T03:59:57.538Zwarn: no default linker (`cc`) was found in your PATH
702026-06-09T03:59:57.538Zwarn: many Rust crates require a system C toolchain to build
712026-06-09T03:59:57.633Z+ rustup --version
722026-06-09T03:59:57.641Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-09T03:59:57.645Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-09T03:59:57.663Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-09T03:59:57.667Z+ cargo --version
762026-06-09T03:59:57.678Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-09T03:59:57.682Z+ rustc --version
782026-06-09T03:59:57.708Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-09T03:59:57.712Zprocess exited: duration 16443 ms, exit code 0
 
802026-06-09T03:59:57.720Zstarting task 2: "authentication"
812026-06-09T03:59:57.737Zprocess exited: duration 16 ms, exit code 0
 
822026-06-09T03:59:57.745Zstarting task 3: "clone repository"
832026-06-09T03:59:57.748Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-09T03:59:57.751Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-09T03:59:57.789ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-09T03:59:59.231Z+ cd /work/oxidecomputer/maghemite
872026-06-09T03:59:59.231Z+ git fetch origin 1a644b61eadfaccba7f7983e569582e308e0ce23
882026-06-09T03:59:59.600ZFrom https://github.com/oxidecomputer/maghemite
892026-06-09T03:59:59.600Z * branch 1a644b61eadfaccba7f7983e569582e308e0ce23 -> FETCH_HEAD
902026-06-09T03:59:59.606Z+ [[ -n renovate/http ]]
912026-06-09T03:59:59.609Z++ git branch --show-current
922026-06-09T03:59:59.609Z+ current=main
932026-06-09T03:59:59.609Z+ [[ main != renovate/http ]]
942026-06-09T03:59:59.609Z+ git branch -f renovate/http 1a644b61eadfaccba7f7983e569582e308e0ce23
952026-06-09T03:59:59.615Z+ git checkout -f renovate/http
962026-06-09T03:59:59.630ZSwitched to branch 'renovate/http'
972026-06-09T03:59:59.633Z+ git reset --hard 1a644b61eadfaccba7f7983e569582e308e0ce23
982026-06-09T03:59:59.636ZHEAD is now at 1a644b6 Update http to 1.4.2
992026-06-09T03:59:59.637Zprocess exited: duration 1890 ms, exit code 0
 
1002026-06-09T03:59:59.643Zstarting task 4: "build"
1012026-06-09T03:59:59.647Z+ set -e
1022026-06-09T03:59:59.647Z+ NEXTEST_VERSION=0.9.97
1032026-06-09T03:59:59.647Z+ PLATFORM=illumos
1042026-06-09T03:59:59.647Z+ cargo --version
1052026-06-09T03:59:59.652Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-09T03:59:59.807Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-09T03:59:59.810Zinfo: downloading 6 components
1082026-06-09T04:00:14.328Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-09T04:00:14.333Z+ rustc --version
1102026-06-09T04:00:14.367Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-09T04:00:14.370Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-09T04:00:14.403Z Updating crates.io index
1132026-06-09T04:00:14.495Z Downloading crates ...
1142026-06-09T04:00:14.605Z Downloaded cargo-nextest v0.9.97
1152026-06-09T04:00:14.671Z Installing cargo-nextest v0.9.97
1162026-06-09T04:00:14.714Z Updating crates.io index
1172026-06-09T04:00:17.128Z Locking 404 packages to latest compatible versions
1182026-06-09T04:00:17.131Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-09T04:00:17.131Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-09T04:00:17.131Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-09T04:00:17.134Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-09T04:00:17.137Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-09T04:00:17.137Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1242026-06-09T04:00:17.137Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-06-09T04:00:17.140Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1262026-06-09T04:00:17.143Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-06-09T04:00:17.170Z Downloading crates ...
1282026-06-09T04:00:17.261Z Downloaded anstyle-query v1.1.5
1292026-06-09T04:00:17.264Z Downloaded base64ct v1.8.3
1302026-06-09T04:00:17.264Z Downloaded ahash v0.8.12
1312026-06-09T04:00:17.264Z Downloaded atomicwrites v0.4.4
1322026-06-09T04:00:17.268Z Downloaded futures-channel v0.3.32
1332026-06-09T04:00:17.268Z Downloaded digest v0.10.7
1342026-06-09T04:00:17.271Z Downloaded bytes v1.11.1
1352026-06-09T04:00:17.275Z Downloaded ed25519 v2.2.3
1362026-06-09T04:00:17.278Z Downloaded serde-untagged v0.1.9
1372026-06-09T04:00:17.278Z Downloaded filetime v0.2.29
1382026-06-09T04:00:17.281Z Downloaded hyper-tls v0.6.0
1392026-06-09T04:00:17.286Z Downloaded pathdiff v0.2.3
1402026-06-09T04:00:17.286Z Downloaded clap v4.6.1
1412026-06-09T04:00:17.289Z Downloaded futures-sink v0.3.32
1422026-06-09T04:00:17.292Z Downloaded foreign-types v0.3.2
1432026-06-09T04:00:17.293Z Downloaded fnv v1.0.7
1442026-06-09T04:00:17.293Z Downloaded anstyle-parse v1.0.0
1452026-06-09T04:00:17.296Z Downloaded pkcs8 v0.10.2
1462026-06-09T04:00:17.299Z Downloaded fixedbitset v0.5.7
1472026-06-09T04:00:17.304Z Downloaded cfg_aliases v0.2.1
1482026-06-09T04:00:17.304Z Downloaded cargo_metadata v0.20.0
1492026-06-09T04:00:17.309Z Downloaded futures v0.3.32
1502026-06-09T04:00:17.309Z Downloaded openssl v0.10.80
1512026-06-09T04:00:17.313Z Downloaded enable-ansi-support v0.2.1
1522026-06-09T04:00:17.316Z Downloaded nextest-workspace-hack v0.1.0
1532026-06-09T04:00:17.316Z Downloaded pin-project-lite v0.2.17
1542026-06-09T04:00:17.326Z Downloaded lru-slab v0.1.2
1552026-06-09T04:00:17.326Z Downloaded indent_write v2.2.0
1562026-06-09T04:00:17.326Z Downloaded globset v0.4.18
1572026-06-09T04:00:17.326Z Downloaded foreign-types-shared v0.1.1
1582026-06-09T04:00:17.327Z Downloaded errno v0.3.14
1592026-06-09T04:00:17.327Z Downloaded color-spantrace v0.3.0
1602026-06-09T04:00:17.327Z Downloaded eyre v0.6.12
1612026-06-09T04:00:17.331Z Downloaded humantime-serde v1.1.1
1622026-06-09T04:00:17.331Z Downloaded console v0.15.11
1632026-06-09T04:00:17.331Z Downloaded num-traits v0.2.19
1642026-06-09T04:00:17.335Z Downloaded hyper-util v0.1.20
1652026-06-09T04:00:17.338Z Downloaded equivalent v1.0.2
1662026-06-09T04:00:17.338Z Downloaded async-scoped v0.9.0
1672026-06-09T04:00:17.338Z Downloaded futures-io v0.3.32
1682026-06-09T04:00:17.341Z Downloaded ed25519-dalek v2.2.0
1692026-06-09T04:00:17.341Z Downloaded semver v1.0.28
1702026-06-09T04:00:17.346Z Downloaded home v0.5.12
1712026-06-09T04:00:17.346Z Downloaded cargo-platform v0.2.0
1722026-06-09T04:00:17.346Z Downloaded parking_lot v0.12.5
1732026-06-09T04:00:17.349Z Downloaded signal-hook-registry v1.4.8
1742026-06-09T04:00:17.349Z Downloaded ppv-lite86 v0.2.21
1752026-06-09T04:00:17.349Z Downloaded owo-colors v4.3.0
1762026-06-09T04:00:17.352Z Downloaded foldhash v0.1.5
1772026-06-09T04:00:17.352Z Downloaded cfg-if v1.0.4
1782026-06-09T04:00:17.352Z Downloaded itoa v1.0.18
1792026-06-09T04:00:17.355Z Downloaded simd-adler32 v0.3.9
1802026-06-09T04:00:17.355Z Downloaded rand_core v0.6.4
1812026-06-09T04:00:17.360Z Downloaded quinn-udp v0.5.14
1822026-06-09T04:00:17.360Z Downloaded block-buffer v0.10.4
1832026-06-09T04:00:17.360Z Downloaded derive_more v2.1.1
1842026-06-09T04:00:17.366Z Downloaded rustls-pki-types v1.14.1
1852026-06-09T04:00:17.374Z Downloaded document-features v0.2.12
1862026-06-09T04:00:17.374Z Downloaded smol_str v0.3.6
1872026-06-09T04:00:17.374Z Downloaded iana-time-zone v0.1.65
1882026-06-09T04:00:17.378Z Downloaded addr2line v0.25.1
1892026-06-09T04:00:17.378Z Downloaded getrandom v0.4.2
1902026-06-09T04:00:17.379Z Downloaded rustc-hash v2.1.2
1912026-06-09T04:00:17.379Z Downloaded colorchoice v1.0.5
1922026-06-09T04:00:17.379Z Downloaded heck v0.5.0
1932026-06-09T04:00:17.379Z Downloaded rustc_version v0.4.1
1942026-06-09T04:00:17.382Z Downloaded atomic-waker v1.1.2
1952026-06-09T04:00:17.382Z Downloaded anstyle v1.0.14
1962026-06-09T04:00:17.382Z Downloaded once_cell v1.21.4
1972026-06-09T04:00:17.385Z Downloaded cpufeatures v0.2.17
1982026-06-09T04:00:17.385Z Downloaded newtype-uuid v1.3.2
1992026-06-09T04:00:17.385Z Downloaded ordered-float v2.10.1
2002026-06-09T04:00:17.389Z Downloaded serde_ignored v0.1.14
2012026-06-09T04:00:17.389Z Downloaded form_urlencoded v1.2.2
2022026-06-09T04:00:17.389Z Downloaded crypto-common v0.1.7
2032026-06-09T04:00:17.389Z Downloaded clap_derive v4.6.1
2042026-06-09T04:00:17.392Z Downloaded scopeguard v1.2.0
2052026-06-09T04:00:17.392Z Downloaded derive-where v1.6.1
2062026-06-09T04:00:17.395Z Downloaded cargo-platform v0.3.3
2072026-06-09T04:00:17.395Z Downloaded nested v0.1.1
2082026-06-09T04:00:17.398Z Downloaded clap_lex v1.1.0
2092026-06-09T04:00:17.398Z Downloaded anstream v1.0.0
2102026-06-09T04:00:17.398Z Downloaded pkg-config v0.3.33
2112026-06-09T04:00:17.402Z Downloaded signal-hook-mio v0.2.5
2122026-06-09T04:00:17.402Z Downloaded shell-words v1.1.1
2132026-06-09T04:00:17.403Z Downloaded signature v2.2.0
2142026-06-09T04:00:17.407Z Downloaded quote v1.0.45
2152026-06-09T04:00:17.407Z Downloaded miette-derive v7.6.0
2162026-06-09T04:00:17.407Z Downloaded serde-value v0.7.0
2172026-06-09T04:00:17.407Z Downloaded camino-tempfile v1.4.1
2182026-06-09T04:00:17.410Z Downloaded future-queue v0.4.0
2192026-06-09T04:00:17.410Z Downloaded cargo_metadata v0.23.1
2202026-06-09T04:00:17.410Z Downloaded lazy_static v1.5.0
2212026-06-09T04:00:17.413Z Downloaded idna_adapter v1.0.0
2222026-06-09T04:00:17.413Z Downloaded fastrand v2.4.1
2232026-06-09T04:00:17.413Z Downloaded is_terminal_polyfill v1.70.2
2242026-06-09T04:00:17.413Z Downloaded getrandom v0.2.17
2252026-06-09T04:00:17.416Z Downloaded sigchld v0.2.4
2262026-06-09T04:00:17.416Z Downloaded openssl-probe v0.2.1
2272026-06-09T04:00:17.420Z Downloaded rand_chacha v0.9.0
2282026-06-09T04:00:17.420Z Downloaded humantime v2.3.0
2292026-06-09T04:00:17.420Z Downloaded percent-encoding v2.3.2
2302026-06-09T04:00:17.420Z Downloaded erased-serde v0.4.10
2312026-06-09T04:00:17.425Z Downloaded swrite v0.1.0
2322026-06-09T04:00:17.425Z Downloaded adler2 v2.0.1
2332026-06-09T04:00:17.425Z Downloaded strsim v0.11.1
2342026-06-09T04:00:17.430Z Downloaded sha2 v0.10.9
2352026-06-09T04:00:17.430Z Downloaded self-replace v1.5.0
2362026-06-09T04:00:17.430Z Downloaded rustc-demangle v0.1.27
2372026-06-09T04:00:17.430Z Downloaded serde_path_to_error v0.1.20
2382026-06-09T04:00:17.433Z Downloaded lock_api v0.4.14
2392026-06-09T04:00:17.433Z Downloaded strip-ansi-escapes v0.2.1
2402026-06-09T04:00:17.433Z Downloaded sync_wrapper v1.0.2
2412026-06-09T04:00:17.433Z Downloaded supports-unicode v3.0.0
2422026-06-09T04:00:17.433Z Downloaded config v0.15.23
2432026-06-09T04:00:17.437Z Downloaded mukti-metadata v0.3.0
2442026-06-09T04:00:17.437Z Downloaded indicatif v0.17.11
2452026-06-09T04:00:17.440Z Downloaded pin-project-internal v1.1.13
2462026-06-09T04:00:17.440Z Downloaded http-body-util v0.1.3
2472026-06-09T04:00:17.440Z Downloaded hashbrown v0.15.5
2482026-06-09T04:00:17.443Z Downloaded dialoguer v0.11.0
2492026-06-09T04:00:17.446Z Downloaded tokio-macros v2.7.0
2502026-06-09T04:00:17.446Z Downloaded tinyvec_macros v0.1.1
2512026-06-09T04:00:17.446Z Downloaded shared_child v1.1.1
2522026-06-09T04:00:18.453Z Downloaded hex v0.4.3
2532026-06-09T04:00:18.453Z Downloaded generic-array v0.14.7
2542026-06-09T04:00:18.453Z Downloaded curve25519-dalek-derive v0.1.1
2552026-06-09T04:00:18.458Z Downloaded futures-task v0.3.32
2562026-06-09T04:00:18.458Z Downloaded miette v7.6.0
2572026-06-09T04:00:18.458Z Downloaded nextest-metadata v0.12.2
2582026-06-09T04:00:18.458Z Downloaded base64 v0.22.1
2592026-06-09T04:00:18.458Z Downloaded futures-macro v0.3.32
2602026-06-09T04:00:18.458Z Downloaded hyper-rustls v0.27.9
2612026-06-09T04:00:18.458Z Downloaded typeid v1.0.3
2622026-06-09T04:00:18.458Z Downloaded backtrace-ext v0.2.1
2632026-06-09T04:00:18.458Z Downloaded quinn v0.11.9
2642026-06-09T04:00:18.458Z Downloaded litrs v1.0.0
2652026-06-09T04:00:18.458Z Downloaded serde_spanned v0.6.9
2662026-06-09T04:00:18.458Z Downloaded try-lock v0.2.5
2672026-06-09T04:00:18.458Z Downloaded guppy-workspace-hack v0.1.0
2682026-06-09T04:00:18.458Z Downloaded tower-service v0.3.3
2692026-06-09T04:00:18.458Z Downloaded futures-core v0.3.32
2702026-06-09T04:00:18.458Z Downloaded thiserror v1.0.69
2712026-06-09T04:00:18.458Z Downloaded target-lexicon v0.13.5
2722026-06-09T04:00:18.458Z Downloaded getrandom v0.3.4
2732026-06-09T04:00:18.458Z Downloaded supports-color v3.0.2
2742026-06-09T04:00:18.458Z Downloaded slab v0.4.12
2752026-06-09T04:00:18.458Z Downloaded find-msvc-tools v0.1.9
2762026-06-09T04:00:18.458Z Downloaded toml_datetime v0.6.11
2772026-06-09T04:00:18.458Z Downloaded thread_local v1.1.9
2782026-06-09T04:00:18.458Z Downloaded thiserror v2.0.18
2792026-06-09T04:00:18.459Z Downloaded target-spec-miette v0.4.8
2802026-06-09T04:00:18.459Z Downloaded spki v0.7.3
2812026-06-09T04:00:18.459Z Downloaded serde_spanned v1.1.1
2822026-06-09T04:00:18.459Z Downloaded cfg-expr v0.20.8
2832026-06-09T04:00:18.459Z Downloaded static_assertions v1.1.0
2842026-06-09T04:00:18.459Z Downloaded thiserror-impl v1.0.69
2852026-06-09T04:00:18.459Z Downloaded futures-executor v0.3.32
2862026-06-09T04:00:18.459Z Downloaded autocfg v1.5.1
2872026-06-09T04:00:18.459Z Downloaded debug-ignore v1.0.5
2882026-06-09T04:00:18.459Z Downloaded cc v1.2.63
2892026-06-09T04:00:18.459Z Downloaded subtle v2.6.1
2902026-06-09T04:00:18.459Z Downloaded target-spec v3.6.0
2912026-06-09T04:00:18.459Z Downloaded backtrace v0.3.76
2922026-06-09T04:00:18.459Z Downloaded tokio-rustls v0.26.4
2932026-06-09T04:00:18.459Z Downloaded shlex v2.0.1
2942026-06-09T04:00:18.459Z Downloaded either v1.16.0
2952026-06-09T04:00:18.459Z Downloaded duct v0.13.7
2962026-06-09T04:00:18.459Z Downloaded convert_case v0.10.0
2972026-06-09T04:00:18.459Z Downloaded cargo-util-schemas v0.2.0
2982026-06-09T04:00:18.459Z Downloaded signal-hook v0.3.18
2992026-06-09T04:00:18.459Z Downloaded toml v0.8.23
3002026-06-09T04:00:18.459Z Downloaded proc-macro2 v1.0.106
3012026-06-09T04:00:18.459Z Downloaded tracing-attributes v0.1.31
3022026-06-09T04:00:18.459Z Downloaded zeroize v1.8.2
3032026-06-09T04:00:18.459Z Downloaded want v0.3.1
3042026-06-09T04:00:18.459Z Downloaded socket2 v0.6.4
3052026-06-09T04:00:18.459Z Downloaded zmij v1.0.21
3062026-06-09T04:00:18.459Z Downloaded xattr v1.6.1
3072026-06-09T04:00:18.459Z Downloaded flate2 v1.1.9
3082026-06-09T04:00:18.459Z Downloaded crc32fast v1.5.0
3092026-06-09T04:00:18.459Z Downloaded zstd-safe v7.2.4
3102026-06-09T04:00:18.459Z Downloaded bitflags v2.13.0
3112026-06-09T04:00:18.459Z Downloaded toml v1.1.2+spec-1.1.0
3122026-06-09T04:00:18.459Z Downloaded log v0.4.32
3132026-06-09T04:00:18.459Z Downloaded urlencoding v2.1.3
3142026-06-09T04:00:18.459Z Downloaded tinyvec v1.11.0
3152026-06-09T04:00:18.459Z Downloaded tower-layer v0.3.3
3162026-06-09T04:00:18.459Z Downloaded unicode-linebreak v0.1.5
3172026-06-09T04:00:18.459Z Downloaded toml_write v0.1.2
3182026-06-09T04:00:18.459Z Downloaded utf8parse v0.2.2
3192026-06-09T04:00:18.460Z Downloaded indexmap v2.14.0
3202026-06-09T04:00:18.460Z Downloaded unicode-xid v0.2.6
3212026-06-09T04:00:18.460Z Downloaded tracing-error v0.2.1
3222026-06-09T04:00:18.460Z Downloaded camino v1.2.2
3232026-06-09T04:00:18.460Z Downloaded textwrap v0.16.2
3242026-06-09T04:00:18.460Z Downloaded tar v0.4.46
3252026-06-09T04:00:18.460Z Downloaded smallvec v1.15.1
3262026-06-09T04:00:18.460Z Downloaded const-oid v0.9.6
3272026-06-09T04:00:18.460Z Downloaded tokio-stream v0.1.18
3282026-06-09T04:00:18.460Z Downloaded utf8_iter v1.0.4
3292026-06-09T04:00:18.460Z Downloaded thiserror-impl v2.0.18
3302026-06-09T04:00:18.460Z Downloaded toml_parser v1.1.2+spec-1.1.0
3312026-06-09T04:00:18.460Z Downloaded unicode-ident v1.0.24
3322026-06-09T04:00:18.460Z Downloaded mio v1.2.1
3332026-06-09T04:00:18.460Z Downloaded version_check v0.9.5
3342026-06-09T04:00:18.460Z Downloaded tokio-native-tls v0.3.1
3352026-06-09T04:00:18.460Z Downloaded unicase v2.9.0
3362026-06-09T04:00:18.460Z Downloaded openssl-sys v0.9.116
3372026-06-09T04:00:18.460Z Downloaded tracing-log v0.2.0
3382026-06-09T04:00:18.460Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3392026-06-09T04:00:18.460Z Downloaded uuid v1.23.2
3402026-06-09T04:00:18.460Z Downloaded serde_derive v1.0.228
3412026-06-09T04:00:18.460Z Downloaded tempfile v3.27.0
3422026-06-09T04:00:18.460Z Downloaded sharded-slab v0.1.7
3432026-06-09T04:00:18.460Z Downloaded serde_core v1.0.228
3442026-06-09T04:00:18.460Z Downloaded memchr v2.8.1
3452026-06-09T04:00:18.460Z Downloaded xxhash-rust v0.8.15
3462026-06-09T04:00:18.460Z Downloaded tower v0.5.3
3472026-06-09T04:00:18.460Z Downloaded der v0.7.10
3482026-06-09T04:00:18.460Z Downloaded serde v1.0.228
3492026-06-09T04:00:18.460Z Downloaded ron v0.12.1
3502026-06-09T04:00:18.460Z Downloaded pulldown-cmark v0.13.4
3512026-06-09T04:00:18.460Z Downloaded borsh v1.6.1
3522026-06-09T04:00:18.460Z Downloaded http v1.4.2
3532026-06-09T04:00:18.460Z Downloaded vte v0.14.1
3542026-06-09T04:00:18.460Z Downloaded indenter v0.3.4
3552026-06-09T04:00:18.464Z Downloaded is_ci v1.2.0
3562026-06-09T04:00:18.464Z Downloaded toml_edit v0.22.27
3572026-06-09T04:00:18.464Z Downloaded tracing-core v0.1.36
3582026-06-09T04:00:18.464Z Downloaded jobserver v0.1.34
3592026-06-09T04:00:18.464Z Downloaded derive_more-impl v2.1.1
3602026-06-09T04:00:18.464Z Downloaded url v2.5.8
3612026-06-09T04:00:18.464Z Downloaded tower-http v0.6.11
3622026-06-09T04:00:18.464Z Downloaded unicode-segmentation v1.13.3
3632026-06-09T04:00:18.464Z Downloaded serde_urlencoded v0.7.1
3642026-06-09T04:00:18.464Z Downloaded terminal_size v0.4.4
3652026-06-09T04:00:18.465Z Downloaded serde_json v1.0.150
3662026-06-09T04:00:18.465Z Downloaded number_prefix v0.4.0
3672026-06-09T04:00:18.465Z Downloaded clap_builder v4.6.0
3682026-06-09T04:00:18.465Z Downloaded supports-hyperlinks v3.2.0
3692026-06-09T04:00:18.465Z Downloaded hashbrown v0.17.1
3702026-06-09T04:00:18.465Z Downloaded crossterm v0.29.0
3712026-06-09T04:00:18.465Z Downloaded tokio-util v0.7.18
3722026-06-09T04:00:18.465Z Downloaded typenum v1.20.1
3732026-06-09T04:00:18.465Z Downloaded openssl-macros v0.1.1
3742026-06-09T04:00:18.465Z Downloaded http-body v1.0.1
3752026-06-09T04:00:18.465Z Downloaded ipnet v2.12.0
3762026-06-09T04:00:18.465Z Downloaded futures-util v0.3.32
3772026-06-09T04:00:18.465Z Downloaded unicode-normalization v0.1.25
3782026-06-09T04:00:18.465Z Downloaded rand_core v0.9.5
3792026-06-09T04:00:18.465Z Downloaded portable-atomic v1.13.1
3802026-06-09T04:00:18.465Z Downloaded untrusted v0.9.0
3812026-06-09T04:00:18.465Z Downloaded native-tls v0.2.18
3822026-06-09T04:00:18.465Z Downloaded aho-corasick v1.1.4
3832026-06-09T04:00:18.465Z Downloaded os_pipe v1.2.3
3842026-06-09T04:00:18.465Z Downloaded h2 v0.4.14
3852026-06-09T04:00:18.465Z Downloaded guppy v0.17.26
3862026-06-09T04:00:18.465Z Downloaded pin-project v1.1.13
3872026-06-09T04:00:18.465Z Downloaded self_update v0.42.0
3882026-06-09T04:00:18.465Z Downloaded toml_writer v1.1.1+spec-1.1.0
3892026-06-09T04:00:18.465Z Downloaded quick-xml v0.38.4
3902026-06-09T04:00:18.465Z Downloaded webpki-roots v1.0.7
3912026-06-09T04:00:18.465Z Downloaded bstr v1.12.1
3922026-06-09T04:00:18.465Z Downloaded zstd v0.13.3
3932026-06-09T04:00:18.465Z Downloaded httparse v1.10.1
3942026-06-09T04:00:18.465Z Downloaded chrono v0.4.45
3952026-06-09T04:00:18.465Z Downloaded parking_lot_core v0.9.12
3962026-06-09T04:00:18.465Z Downloaded nextest-filtering v0.15.0
3972026-06-09T04:00:18.465Z Downloaded zipsign-api v0.1.5
3982026-06-09T04:00:18.465Z Downloaded winnow v1.0.3
3992026-06-09T04:00:18.465Z Downloaded quick-junit v0.5.2
4002026-06-09T04:00:18.465Z Downloaded syn v2.0.117
4012026-06-09T04:00:18.465Z Downloaded winnow v0.7.15
4022026-06-09T04:00:18.465Z Downloaded curve25519-dalek v4.1.3
4032026-06-09T04:00:18.465Z Downloaded zerocopy v0.8.50
4042026-06-09T04:00:18.465Z Downloaded miniz_oxide v0.8.9
4052026-06-09T04:00:18.466Z Downloaded ryu v1.0.23
4062026-06-09T04:00:18.466Z Downloaded gimli v0.32.3
4072026-06-09T04:00:18.466Z Downloaded tracing-subscriber v0.3.23
4082026-06-09T04:00:18.466Z Downloaded rustls-webpki v0.103.13
4092026-06-09T04:00:18.466Z Downloaded tracing v0.1.44
4102026-06-09T04:00:18.466Z Downloaded color-eyre v0.6.5
4112026-06-09T04:00:18.466Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4122026-06-09T04:00:18.466Z Downloaded vcpkg v0.2.15
4132026-06-09T04:00:18.466Z Downloaded nextest-runner v0.80.0
4142026-06-09T04:00:18.466Z Downloaded unicode-width v0.1.14
4152026-06-09T04:00:18.466Z Downloaded reqwest v0.12.28
4162026-06-09T04:00:18.466Z Downloaded rand v0.9.4
4172026-06-09T04:00:18.466Z Downloaded idna v1.1.0
4182026-06-09T04:00:18.466Z Downloaded regex v1.12.3
4192026-06-09T04:00:18.466Z Downloaded itertools v0.14.0
4202026-06-09T04:00:18.466Z Downloaded quick-xml v0.37.5
4212026-06-09T04:00:18.466Z Downloaded rustix v0.38.44
4222026-06-09T04:00:18.466Z Downloaded hyper v1.10.1
4232026-06-09T04:00:18.466Z Downloaded rustix v1.1.4
4242026-06-09T04:00:18.466Z Downloaded quinn-proto v0.11.14
4252026-06-09T04:00:18.466Z Downloaded unicode-width v0.2.2
4262026-06-09T04:00:18.466Z Downloaded nix v0.30.1
4272026-06-09T04:00:18.466Z Downloaded regex-syntax v0.8.10
4282026-06-09T04:00:18.466Z Downloaded rustls v0.23.40
4292026-06-09T04:00:18.466Z Downloaded object v0.37.3
4302026-06-09T04:00:18.466Z Downloaded regex-automata v0.4.14
4312026-06-09T04:00:18.466Z Downloaded libc v0.2.186
4322026-06-09T04:00:18.466Z Downloaded petgraph v0.8.3
4332026-06-09T04:00:18.466Z Downloaded tokio v1.52.3
4342026-06-09T04:00:18.466Z Downloaded recursion v0.5.4
4352026-06-09T04:00:18.466Z Downloaded ring v0.17.14
4362026-06-09T04:00:18.466Z Compiling proc-macro2 v1.0.106
4372026-06-09T04:00:18.466Z Compiling libc v0.2.186
4382026-06-09T04:00:18.466Z Compiling unicode-ident v1.0.24
4392026-06-09T04:00:18.466Z Compiling quote v1.0.45
4402026-06-09T04:00:18.466Z Compiling serde_core v1.0.228
4412026-06-09T04:00:18.466Z Compiling cfg-if v1.0.4
4422026-06-09T04:00:18.467Z Compiling memchr v2.8.1
4432026-06-09T04:00:18.467Z Compiling once_cell v1.21.4
4442026-06-09T04:00:18.599Z Compiling log v0.4.32
4452026-06-09T04:00:18.610Z Compiling pin-project-lite v0.2.17
4462026-06-09T04:00:18.696Z Compiling itoa v1.0.18
4472026-06-09T04:00:18.754Z Compiling serde v1.0.228
4482026-06-09T04:00:18.907Z Compiling futures-core v0.3.32
4492026-06-09T04:00:18.928Z Compiling smallvec v1.15.1
4502026-06-09T04:00:19.061Z Compiling bitflags v2.13.0
4512026-06-09T04:00:19.118Z Compiling equivalent v1.0.2
4522026-06-09T04:00:19.173Z Compiling find-msvc-tools v0.1.9
4532026-06-09T04:00:19.206Z Compiling shlex v2.0.1
4542026-06-09T04:00:19.404Z Compiling errno v0.3.14
4552026-06-09T04:00:19.409Z Compiling hashbrown v0.17.1
4562026-06-09T04:00:19.434Z Compiling bytes v1.11.1
4572026-06-09T04:00:19.455Z Compiling mio v1.2.1
4582026-06-09T04:00:19.593Z Compiling signal-hook-registry v1.4.8
4592026-06-09T04:00:19.665Z Compiling jobserver v0.1.34
4602026-06-09T04:00:19.753Z Compiling syn v2.0.117
4612026-06-09T04:00:19.817Z Compiling rustix v1.1.4
4622026-06-09T04:00:19.991Z Compiling cc v1.2.63
4632026-06-09T04:00:20.094Z Compiling futures-sink v0.3.32
4642026-06-09T04:00:20.143Z Compiling socket2 v0.6.4
4652026-06-09T04:00:20.168Z Compiling slab v0.4.12
4662026-06-09T04:00:20.203Z Compiling zmij v1.0.21
4672026-06-09T04:00:20.303Z Compiling futures-channel v0.3.32
4682026-06-09T04:00:20.359Z Compiling tracing-core v0.1.36
4692026-06-09T04:00:20.535Z Compiling serde_json v1.0.150
4702026-06-09T04:00:20.548Z Compiling version_check v0.9.5
4712026-06-09T04:00:20.783Z Compiling indexmap v2.14.0
4722026-06-09T04:00:20.933Z Compiling getrandom v0.4.2
4732026-06-09T04:00:20.987Z Compiling futures-io v0.3.32
4742026-06-09T04:00:21.146Z Compiling futures-task v0.3.32
4752026-06-09T04:00:21.223Z Compiling percent-encoding v2.3.2
4762026-06-09T04:00:21.234Z Compiling camino v1.2.2
4772026-06-09T04:00:21.321Z Compiling unicode-width v0.2.2
4782026-06-09T04:00:21.453Z Compiling ring v0.17.14
4792026-06-09T04:00:21.601Z Compiling http v1.4.2
4802026-06-09T04:00:21.621Z Compiling zeroize v1.8.2
4812026-06-09T04:00:21.626Z Compiling simd-adler32 v0.3.9
4822026-06-09T04:00:21.650Z Compiling adler2 v2.0.1
4832026-06-09T04:00:21.811Z Compiling autocfg v1.5.1
4842026-06-09T04:00:21.822Z Compiling miniz_oxide v0.8.9
4852026-06-09T04:00:22.162Z Compiling num-traits v0.2.19
4862026-06-09T04:00:22.419Z Compiling target-lexicon v0.13.5
4872026-06-09T04:00:22.448Z Compiling zerocopy v0.8.50
4882026-06-09T04:00:22.859Z Compiling getrandom v0.3.4
4892026-06-09T04:00:22.885Z Compiling object v0.37.3
4902026-06-09T04:00:23.182Z Compiling http-body v1.0.1
4912026-06-09T04:00:23.252Z Compiling rustls-pki-types v1.14.1
4922026-06-09T04:00:23.266Z Compiling form_urlencoded v1.2.2
4932026-06-09T04:00:23.297Z Compiling serde_derive v1.0.228
4942026-06-09T04:00:23.317Z Compiling tokio-macros v2.7.0
4952026-06-09T04:00:23.342Z Compiling futures-macro v0.3.32
4962026-06-09T04:00:23.531Z Compiling tracing-attributes v0.1.31
4972026-06-09T04:00:23.555Z Compiling semver v1.0.28
4982026-06-09T04:00:23.842Z Compiling getrandom v0.2.17
4992026-06-09T04:00:24.031Z Compiling utf8_iter v1.0.4
5002026-06-09T04:00:24.085Z Compiling tokio v1.52.3
5012026-06-09T04:00:24.144Z Compiling untrusted v0.9.0
5022026-06-09T04:00:24.185Z Compiling futures-util v0.3.32
5032026-06-09T04:00:24.196Z Compiling thiserror v2.0.18
5042026-06-09T04:00:24.220Z Compiling signal-hook v0.3.18
5052026-06-09T04:00:24.268Z Compiling fnv v1.0.7
5062026-06-09T04:00:24.367Z Compiling httparse v1.10.1
5072026-06-09T04:00:24.440Z Compiling gimli v0.32.3
5082026-06-09T04:00:24.532Z Compiling owo-colors v4.3.0
5092026-06-09T04:00:24.712Z Compiling idna_adapter v1.0.0
5102026-06-09T04:00:24.734Z Compiling tracing v0.1.44
5112026-06-09T04:00:24.808Z Compiling guppy-workspace-hack v0.1.0
5122026-06-09T04:00:24.894Z Compiling idna v1.1.0
5132026-06-09T04:00:25.102Z Compiling thiserror-impl v2.0.18
5142026-06-09T04:00:26.298Z Compiling addr2line v0.25.1
5152026-06-09T04:00:26.827Z Compiling generic-array v0.14.7
5162026-06-09T04:00:27.059Z Compiling try-lock v0.2.5
5172026-06-09T04:00:27.069Z Compiling target-spec v3.6.0
5182026-06-09T04:00:27.172Z Compiling rustc-demangle v0.1.27
5192026-06-09T04:00:27.263Z Compiling tower-service v0.3.3
5202026-06-09T04:00:27.288Z Compiling atomic-waker v1.1.2
5212026-06-09T04:00:27.361Z Compiling rustls v0.23.40
5222026-06-09T04:00:27.366Z Compiling fastrand v2.4.1
5232026-06-09T04:00:27.413Z Compiling thiserror v1.0.69
5242026-06-09T04:00:27.582Z Compiling typeid v1.0.3
5252026-06-09T04:00:27.702Z Compiling pkg-config v0.3.33
5262026-06-09T04:00:27.911Z Compiling tempfile v3.27.0
5272026-06-09T04:00:27.936Z Compiling tokio-util v0.7.18
5282026-06-09T04:00:28.133Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5292026-06-09T04:00:28.159Z Compiling want v0.3.1
5302026-06-09T04:00:28.338Z Compiling backtrace v0.3.76
5312026-06-09T04:00:28.547Z Compiling h2 v0.4.14
5322026-06-09T04:00:28.767Z Compiling cfg-expr v0.20.8
5332026-06-09T04:00:28.900Z Compiling url v2.5.8
5342026-06-09T04:00:29.718Z Compiling thiserror-impl v1.0.69
5352026-06-09T04:00:29.939Z Compiling terminal_size v0.4.4
5362026-06-09T04:00:30.093Z Compiling aho-corasick v1.1.4
5372026-06-09T04:00:30.515Z Compiling subtle v2.6.1
5382026-06-09T04:00:30.673Z Compiling erased-serde v0.4.10
5392026-06-09T04:00:30.869Z Compiling winnow v0.7.15
5402026-06-09T04:00:30.974Z Compiling regex-syntax v0.8.10
5412026-06-09T04:00:31.332Z Compiling rustls-webpki v0.103.13
5422026-06-09T04:00:32.861Z Compiling typenum v1.20.1
5432026-06-09T04:00:33.071Z Compiling regex-automata v0.4.14
5442026-06-09T04:00:34.106Z Compiling hyper v1.10.1
5452026-06-09T04:00:35.549Z Compiling toml_datetime v0.6.11
5462026-06-09T04:00:35.923Z Compiling serde_spanned v0.6.9
5472026-06-09T04:00:36.091Z Compiling ahash v0.8.12
5482026-06-09T04:00:36.348Z Compiling sync_wrapper v1.0.2
5492026-06-09T04:00:36.462Z Compiling parking_lot_core v0.9.12
5502026-06-09T04:00:36.747Z Compiling portable-atomic v1.13.1
5512026-06-09T04:00:36.845Z Compiling either v1.16.0
5522026-06-09T04:00:37.076Z Compiling nextest-workspace-hack v0.1.0
5532026-06-09T04:00:37.198Z Compiling crc32fast v1.5.0
5542026-06-09T04:00:37.307Z Compiling tower-layer v0.3.3
5552026-06-09T04:00:37.504Z Compiling unicode-segmentation v1.13.3
5562026-06-09T04:00:37.513Z Compiling is_ci v1.2.0
5572026-06-09T04:00:37.682Z Compiling base64 v0.22.1
5582026-06-09T04:00:37.727Z Compiling ipnet v2.12.0
5592026-06-09T04:00:37.785Z Compiling unicode-linebreak v0.1.5
5602026-06-09T04:00:37.899Z Compiling foldhash v0.1.5
5612026-06-09T04:00:38.055Z Compiling lazy_static v1.5.0
5622026-06-09T04:00:38.103Z Compiling toml_write v0.1.2
5632026-06-09T04:00:38.119Z Compiling hashbrown v0.15.5
5642026-06-09T04:00:38.155Z Compiling sharded-slab v0.1.7
5652026-06-09T04:00:38.173Z Compiling hyper-util v0.1.20
5662026-06-09T04:00:38.339Z Compiling toml_edit v0.22.27
5672026-06-09T04:00:38.750Z Compiling textwrap v0.16.2
5682026-06-09T04:00:38.750Z Compiling convert_case v0.10.0
5692026-06-09T04:00:38.909Z Compiling supports-color v3.0.2
5702026-06-09T04:00:39.046Z Compiling tower v0.5.3
5712026-06-09T04:00:39.198Z Compiling tokio-rustls v0.26.4
5722026-06-09T04:00:39.633Z Compiling backtrace-ext v0.2.1
5732026-06-09T04:00:40.597Z Compiling ordered-float v2.10.1
5742026-06-09T04:00:40.634Z Compiling webpki-roots v1.0.7
5752026-06-09T04:00:40.634Z Compiling miette-derive v7.6.0
5762026-06-09T04:00:40.634Z Compiling pathdiff v0.2.3
5772026-06-09T04:00:40.634Z Compiling console v0.15.11
5782026-06-09T04:00:40.634Z Compiling cargo-platform v0.3.3
5792026-06-09T04:00:40.821Z Compiling tracing-log v0.2.0
5802026-06-09T04:00:40.871Z Compiling os_pipe v1.2.3
5812026-06-09T04:00:41.089Z Compiling thread_local v1.1.9
5822026-06-09T04:00:41.228Z Compiling winnow v1.0.3
5832026-06-09T04:00:41.347Z Compiling cfg_aliases v0.2.1
5842026-06-09T04:00:41.354Z Compiling debug-ignore v1.0.5
5852026-06-09T04:00:41.435Z Compiling ryu v1.0.23
5862026-06-09T04:00:41.566Z Compiling rustix v0.38.44
5872026-06-09T04:00:41.572Z Compiling fixedbitset v0.5.7
5882026-06-09T04:00:41.728Z Compiling scopeguard v1.2.0
5892026-06-09T04:00:41.863Z Compiling utf8parse v0.2.2
5902026-06-09T04:00:41.969Z Compiling supports-hyperlinks v3.2.0
5912026-06-09T04:00:41.973Z Compiling unicode-width v0.1.14
5922026-06-09T04:00:42.117Z Compiling pulldown-cmark v0.13.4
5932026-06-09T04:00:42.264Z Compiling supports-unicode v3.0.0
5942026-06-09T04:00:42.327Z Compiling zstd-safe v7.2.4
5952026-06-09T04:00:42.405Z Compiling miette v7.6.0
5962026-06-09T04:00:42.469Z Compiling toml_parser v1.1.2+spec-1.1.0
5972026-06-09T04:00:42.605Z Compiling anstyle-parse v1.0.0
5982026-06-09T04:00:42.726Z Compiling lock_api v0.4.14
5992026-06-09T04:00:42.807Z Compiling petgraph v0.8.3
6002026-06-09T04:00:42.997Z Compiling serde_urlencoded v0.7.1
6012026-06-09T04:00:43.318Z Compiling nix v0.30.1
6022026-06-09T04:00:43.660Z Compiling tracing-subscriber v0.3.23
6032026-06-09T04:00:43.789Z Compiling sigchld v0.2.4
6042026-06-09T04:00:44.001Z Compiling cargo_metadata v0.23.1
6052026-06-09T04:00:44.245Z Compiling hyper-rustls v0.27.9
6062026-06-09T04:00:44.741Z Compiling serde-value v0.7.0
6072026-06-09T04:00:44.976Z Compiling serde-untagged v0.1.9
6082026-06-09T04:00:45.305Z Compiling toml v0.8.23
6092026-06-09T04:00:46.163Z Compiling tower-http v0.6.11
6102026-06-09T04:00:46.965Z Compiling derive_more-impl v2.1.1
6112026-06-09T04:00:47.152Z Compiling itertools v0.14.0
6122026-06-09T04:00:47.226Z Compiling regex v1.12.3
6132026-06-09T04:00:47.616Z Compiling block-buffer v0.10.4
6142026-06-09T04:00:47.730Z Compiling crypto-common v0.1.7
6152026-06-09T04:00:47.765Z Compiling ppv-lite86 v0.2.21
6162026-06-09T04:00:47.863Z Compiling futures-executor v0.3.32
6172026-06-09T04:00:48.086Z Compiling rand_core v0.9.5
6182026-06-09T04:00:48.099Z Compiling http-body-util v0.1.3
6192026-06-09T04:00:48.339Z Compiling pin-project-internal v1.1.13
6202026-06-09T04:00:48.373Z Compiling uuid v1.23.2
6212026-06-09T04:00:48.386Z Compiling serde_spanned v1.1.1
6222026-06-09T04:00:48.529Z Compiling toml_datetime v1.1.1+spec-1.1.0
6232026-06-09T04:00:48.613Z Compiling smol_str v0.3.6
6242026-06-09T04:00:48.625Z Compiling filetime v0.2.29
6252026-06-09T04:00:48.831Z Compiling bstr v1.12.1
6262026-06-09T04:00:48.907Z Compiling vte v0.14.1
6272026-06-09T04:00:48.938Z Compiling static_assertions v1.1.0
6282026-06-09T04:00:48.950Z Compiling iana-time-zone v0.1.65
6292026-06-09T04:00:49.010Z Compiling color-spantrace v0.3.0
6302026-06-09T04:00:49.109Z Compiling anstyle v1.0.14
6312026-06-09T04:00:49.123Z Compiling self_update v0.42.0
6322026-06-09T04:00:49.291Z Compiling is_terminal_polyfill v1.70.2
6332026-06-09T04:00:49.320Z Compiling eyre v0.6.12
6342026-06-09T04:00:49.388Z Compiling nested v0.1.1
6352026-06-09T04:00:49.388Z Compiling anstyle-query v1.1.5
6362026-06-09T04:00:49.388Z Compiling unicode-xid v0.2.6
6372026-06-09T04:00:49.512Z Compiling xattr v1.6.1
6382026-06-09T04:00:49.520Z Compiling colorchoice v1.0.5
6392026-06-09T04:00:49.533Z Compiling litrs v1.0.0
6402026-06-09T04:00:49.560Z Compiling number_prefix v0.4.0
6412026-06-09T04:00:49.630Z Compiling unicase v2.9.0
6422026-06-09T04:00:49.631Z Compiling tinyvec_macros v0.1.1
6432026-06-09T04:00:49.686Z Compiling indicatif v0.17.11
6442026-06-09T04:00:49.705Z Compiling tinyvec v1.11.0
6452026-06-09T04:00:49.806Z Compiling tar v0.4.46
6462026-06-09T04:00:49.961Z Compiling document-features v0.2.12
6472026-06-09T04:00:50.105Z Compiling anstream v1.0.0
6482026-06-09T04:00:50.141Z Compiling guppy v0.17.26
6492026-06-09T04:00:50.545Z Compiling cargo-util-schemas v0.2.0
6502026-06-09T04:00:50.624Z Compiling pin-project v1.1.13
6512026-06-09T04:00:50.776Z Compiling globset v0.4.18
6522026-06-09T04:00:51.141Z Compiling chrono v0.4.45
6532026-06-09T04:00:52.302Z Compiling strip-ansi-escapes v0.2.1
6542026-06-09T04:00:52.798Z Compiling nextest-metadata v0.12.2
6552026-06-09T04:00:52.812Z Compiling toml v1.1.2+spec-1.1.0
6562026-06-09T04:00:52.937Z Compiling newtype-uuid v1.3.2
6572026-06-09T04:00:53.051Z Compiling reqwest v0.12.28
6582026-06-09T04:00:53.119Z Compiling rand_chacha v0.9.0
6592026-06-09T04:00:53.681Z Compiling futures v0.3.32
6602026-06-09T04:00:53.765Z Compiling digest v0.10.7
6612026-06-09T04:00:53.987Z Compiling derive_more v2.1.1
6622026-06-09T04:00:54.012Z Compiling flate2 v1.1.9
6632026-06-09T04:00:54.066Z Compiling parking_lot v0.12.5
6642026-06-09T04:00:54.514Z Compiling tracing-error v0.2.1
6652026-06-09T04:00:54.548Z Compiling shared_child v1.1.1
6662026-06-09T04:00:54.972Z Compiling signal-hook-mio v0.2.5
6672026-06-09T04:00:55.103Z Compiling self-replace v1.5.0
6682026-06-09T04:00:55.206Z Compiling cargo-platform v0.2.0
6692026-06-09T04:00:55.402Z Compiling quick-xml v0.38.4
6702026-06-09T04:00:55.768Z Compiling quick-xml v0.37.5
6712026-06-09T04:00:55.989Z Compiling heck v0.5.0
6722026-06-09T04:00:56.073Z Compiling indenter v0.3.4
6732026-06-09T04:00:56.185Z Compiling recursion v0.5.4
6742026-06-09T04:00:56.324Z Compiling humantime v2.3.0
6752026-06-09T04:00:56.709Z Compiling clap_lex v1.1.0
6762026-06-09T04:00:56.750Z Compiling urlencoding v2.1.3
6772026-06-09T04:00:56.992Z Compiling cpufeatures v0.2.17
6782026-06-09T04:00:57.019Z Compiling shell-words v1.1.1
6792026-06-09T04:00:57.062Z Compiling strsim v0.11.1
6802026-06-09T04:00:57.074Z Compiling sha2 v0.10.9
6812026-06-09T04:00:57.264Z Compiling clap_builder v4.6.0
6822026-06-09T04:00:57.893Z Compiling humantime-serde v1.1.1
6832026-06-09T04:00:57.928Z Compiling clap_derive v4.6.1
6842026-06-09T04:00:58.048Z Compiling nextest-filtering v0.15.0
6852026-06-09T04:00:58.801Z Compiling quick-junit v0.5.2
6862026-06-09T04:00:59.676Z Compiling atomicwrites v0.4.4
6872026-06-09T04:00:59.965Z Compiling cargo_metadata v0.20.0
6882026-06-09T04:01:01.874Z Compiling cargo-nextest v0.9.97
6892026-06-09T04:01:01.958Z Compiling crossterm v0.29.0
6902026-06-09T04:01:03.060Z Compiling duct v0.13.7
6912026-06-09T04:01:03.379Z Compiling zstd v0.13.3
6922026-06-09T04:01:03.808Z Compiling async-scoped v0.9.0
6932026-06-09T04:01:03.911Z Compiling config v0.15.23
6942026-06-09T04:01:03.997Z Compiling rand v0.9.4
6952026-06-09T04:01:04.177Z Compiling unicode-normalization v0.1.25
6962026-06-09T04:01:04.756Z Compiling target-spec-miette v0.4.8
6972026-06-09T04:01:04.756Z Compiling future-queue v0.4.0
6982026-06-09T04:01:04.775Z Compiling mukti-metadata v0.3.0
6992026-06-09T04:01:05.031Z Compiling camino-tempfile v1.4.1
7002026-06-09T04:01:05.095Z Compiling tokio-stream v0.1.18
7012026-06-09T04:01:05.172Z Compiling derive-where v1.6.1
7022026-06-09T04:01:05.186Z Compiling serde_ignored v0.1.14
7032026-06-09T04:01:05.251Z Compiling serde_path_to_error v0.1.20
7042026-06-09T04:01:05.403Z Compiling swrite v0.1.0
7052026-06-09T04:01:05.460Z Compiling home v0.5.12
7062026-06-09T04:01:05.508Z Compiling indent_write v2.2.0
7072026-06-09T04:01:05.619Z Compiling hex v0.4.3
7082026-06-09T04:01:05.650Z Compiling xxhash-rust v0.8.15
7092026-06-09T04:01:05.694Z Compiling color-eyre v0.6.5
7102026-06-09T04:01:05.763Z Compiling clap v4.6.1
7112026-06-09T04:01:05.830Z Compiling dialoguer v0.11.0
7122026-06-09T04:01:05.847Z Compiling enable-ansi-support v0.2.1
7132026-06-09T04:01:06.400Z Compiling nextest-runner v0.80.0
7142026-06-09T04:01:24.260Z Finished `release` profile [optimized] target(s) in 1m 09s
7152026-06-09T04:01:24.445Z Installing /home/build/.cargo/bin/cargo-nextest
7162026-06-09T04:01:24.449Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7172026-06-09T04:01:24.554Z+ source .github/buildomat/test-common.sh
7182026-06-09T04:01:24.560Z++ NEXTEST_VERSION=0.9.97
7192026-06-09T04:01:24.560Z++ PLATFORM=illumos
7202026-06-09T04:01:24.560Z++ banner install
7212026-06-09T04:01:24.560Z
7222026-06-09T04:01:24.560Z # # # #### ##### ## # #
7232026-06-09T04:01:24.560Z # ## # # # # # # #
7242026-06-09T04:01:24.560Z # # # # #### # # # # #
7252026-06-09T04:01:24.560Z # # # # # # ###### # #
7262026-06-09T04:01:24.560Z # # ## # # # # # # #
7272026-06-09T04:01:24.560Z # # # #### # # # ###### ######
7282026-06-09T04:01:24.560Z
7292026-06-09T04:01:24.560Z++ set +o errexit
7302026-06-09T04:01:24.564Z++ pkg info clang-15
7312026-06-09T04:01:24.564Z++ grep -qi installed
7322026-06-09T04:01:25.762Zpkg: info: no packages matching the following patterns you specified are
7332026-06-09T04:01:25.762Zinstalled on the system. Try querying remotely instead:
7342026-06-09T04:01:25.762Z
7352026-06-09T04:01:25.762Z clang-15
7362026-06-09T04:01:25.806Z++ [[ 1 != 0 ]]
7372026-06-09T04:01:25.809Z++ set -o errexit
7382026-06-09T04:01:25.809Z++ pfexec pkg install clang-15
7392026-06-09T04:01:32.488Z Startup: Refreshing catalog 'helios-dev' ... Done
7402026-06-09T04:01:40.178Z Startup: Caching catalogs ... Done
7412026-06-09T04:01:47.446ZPlanning: Solver setup ... Done
7422026-06-09T04:01:47.486ZPlanning: Running solver ... Done
7432026-06-09T04:01:47.635ZPlanning: Finding local manifests ... Done
7442026-06-09T04:01:47.655ZPlanning: Fetching manifests: 0/2 0% complete
7452026-06-09T04:01:47.753ZPlanning: Fetching manifests: 2/2 100% complete
7462026-06-09T04:01:47.783ZPlanning: Package planning ... Done
7472026-06-09T04:01:47.809ZPlanning: Merging actions ... Done
7482026-06-09T04:01:47.916ZPlanning: Checking for conflicting actions ... Done
7492026-06-09T04:01:47.921ZPlanning: Consolidating action changes ... Done
7502026-06-09T04:01:48.707ZPlanning: Evaluating mediators ... Done
7512026-06-09T04:01:48.712ZPlanning: Planning completed in 8.36 seconds
7522026-06-09T04:01:48.723Z Packages to install: 2
7532026-06-09T04:01:48.723Z Mediators to change: 2
7542026-06-09T04:01:48.723Z Services to change: 1
7552026-06-09T04:01:48.726Z Create boot environment: No
7562026-06-09T04:01:48.726ZCreate backup boot environment: No
7572026-06-09T04:01:48.764Z
7582026-06-09T04:01:48.764ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7592026-06-09T04:01:54.944ZDownload: 984/3076 items 82.2/211.3MB 38% complete (38.2M/s)
7602026-06-09T04:02:00.081ZDownload: 3030/3076 items 201.6/211.3MB 95% complete (18.4M/s)
7612026-06-09T04:02:01.466ZDownload: Completed 211.31 MB in 12.70 seconds (16.6M/s)
7622026-06-09T04:02:01.714Z Actions: 1/3418 actions (Installing new actions)
7632026-06-09T04:02:04.910Z Actions: Completed 3418 actions in 3.14 seconds.
7642026-06-09T04:02:05.524Z Done
7652026-06-09T04:02:05.524Z Done
7662026-06-09T04:02:07.082Z Done
7672026-06-09T04:02:09.603Z Done
7682026-06-09T04:02:09.676Z Done
7692026-06-09T04:02:09.687Z Done
7702026-06-09T04:02:09.961Z Done
7712026-06-09T04:02:10.657Z++ set -o errexit
7722026-06-09T04:02:10.657Z++ cargo --version
7732026-06-09T04:02:10.667Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7742026-06-09T04:02:10.671Z++ rustc --version
7752026-06-09T04:02:10.693Zrustc 1.95.0 (59807616e 2026-04-14)
7762026-06-09T04:02:10.697Z++ cargo install cargo-nextest --version 0.9.97
7772026-06-09T04:02:10.745Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7782026-06-09T04:02:10.749Z+ pushd rdb
7792026-06-09T04:02:10.749Z+ PROPTEST_CASES=1000000
7802026-06-09T04:02:10.749Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7812026-06-09T04:02:10.749Z+ cargo nextest run --lib proptest
7822026-06-09T04:02:10.915Z Updating git repository `https://github.com/oxidecomputer/falcon`
7832026-06-09T04:02:11.501ZFrom https://github.com/oxidecomputer/falcon
7842026-06-09T04:02:11.501Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7852026-06-09T04:02:11.579Z Updating crates.io index
7862026-06-09T04:02:11.617Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7872026-06-09T04:02:12.524ZFrom https://github.com/oxidecomputer/dendrite
7882026-06-09T04:02:12.524Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7892026-06-09T04:02:12.614Z Updating git repository `https://github.com/oxidecomputer/ispf`
7902026-06-09T04:02:12.867ZFrom https://github.com/oxidecomputer/ispf
7912026-06-09T04:02:12.867Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7922026-06-09T04:02:12.874Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7932026-06-09T04:02:13.208ZFrom https://github.com/oxidecomputer/netadm-sys
7942026-06-09T04:02:13.208Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7952026-06-09T04:02:13.215Z Updating git repository `https://github.com/oxidecomputer/omicron`
7962026-06-09T04:02:20.874ZFrom https://github.com/oxidecomputer/omicron
7972026-06-09T04:02:20.875Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7982026-06-09T04:02:21.289Z Updating git repository `https://github.com/oxidecomputer/opte`
7992026-06-09T04:02:21.929ZFrom https://github.com/oxidecomputer/opte
8002026-06-09T04:02:21.929Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8012026-06-09T04:02:22.098Z Updating git repository `https://github.com/illumos/smf-rs`
8022026-06-09T04:02:22.372ZFrom https://github.com/illumos/smf-rs
8032026-06-09T04:02:22.372Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8042026-06-09T04:02:22.475Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8052026-06-09T04:02:22.768ZFrom https://github.com/oxidecomputer/network-interface
8062026-06-09T04:02:22.768Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8072026-06-09T04:02:22.784Z Updating git repository `https://github.com/oxidecomputer/zone`
8082026-06-09T04:02:23.178ZFrom https://github.com/oxidecomputer/zone
8092026-06-09T04:02:23.178Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8102026-06-09T04:02:23.261Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112026-06-09T04:02:23.882ZFrom https://github.com/oxidecomputer/propolis
8122026-06-09T04:02:23.882Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8132026-06-09T04:02:23.996Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8142026-06-09T04:02:24.473ZFrom https://github.com/oxidecomputer/transceiver-control
8152026-06-09T04:02:24.473Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8162026-06-09T04:02:24.494Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8172026-06-09T04:02:24.739ZFrom https://github.com/oxidecomputer/dlpi-sys
8182026-06-09T04:02:24.739Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8192026-06-09T04:02:24.745Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8202026-06-09T04:02:24.999ZFrom https://github.com/jmesmon/rust-libzfs
8212026-06-09T04:02:25.000Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8222026-06-09T04:02:25.008Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8232026-06-09T04:02:25.253ZFrom https://github.com/oxidecomputer/rusty-doors
8242026-06-09T04:02:25.253Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8252026-06-09T04:02:25.261Z Updating git repository `https://github.com/oxidecomputer/lldp`
8262026-06-09T04:02:25.808ZFrom https://github.com/oxidecomputer/lldp
8272026-06-09T04:02:25.808Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8282026-06-09T04:02:25.964Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8292026-06-09T04:02:26.222ZFrom https://github.com/oxidecomputer/slog-error-chain
8302026-06-09T04:02:26.222Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8312026-06-09T04:02:26.243Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8322026-06-09T04:02:26.556ZFrom https://github.com/oxidecomputer/tufaceous
8332026-06-09T04:02:26.556Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8342026-06-09T04:02:26.638Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8352026-06-09T04:02:27.225ZFrom https://github.com/oxidecomputer/management-gateway-service
8362026-06-09T04:02:27.225Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8372026-06-09T04:02:27.242Z Updating git repository `https://github.com/oxidecomputer/crucible`
8382026-06-09T04:02:28.028ZFrom https://github.com/oxidecomputer/crucible
8392026-06-09T04:02:28.028Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8402026-06-09T04:02:28.169Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8412026-06-09T04:02:28.572ZFrom https://github.com/oxidecomputer/serde_human_bytes
8422026-06-09T04:02:28.572Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8432026-06-09T04:02:28.588Z Updating git repository `https://github.com/oxidecomputer/propolis`
8442026-06-09T04:02:28.973ZFrom https://github.com/oxidecomputer/propolis
8452026-06-09T04:02:28.973Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8462026-06-09T04:02:29.292Z Updating git repository `https://github.com/oxidecomputer/crucible`
8472026-06-09T04:02:29.783ZFrom https://github.com/oxidecomputer/crucible
8482026-06-09T04:02:29.783Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8492026-06-09T04:02:29.905Z Updating git repository `https://github.com/oxidecomputer/tofino`
8502026-06-09T04:02:30.227ZFrom https://github.com/oxidecomputer/tofino
8512026-06-09T04:02:30.227Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8522026-06-09T04:02:30.254Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532026-06-09T04:02:30.903ZFrom https://github.com/oxidecomputer/maghemite
8542026-06-09T04:02:30.903Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8552026-06-09T04:02:30.934Z Updating git repository `https://github.com/oxidecomputer/clickward`
8562026-06-09T04:02:31.366ZFrom https://github.com/oxidecomputer/clickward
8572026-06-09T04:02:31.366Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8582026-06-09T04:02:31.418Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8592026-06-09T04:02:31.661ZFrom https://github.com/oxidecomputer/illumos-devinfo
8602026-06-09T04:02:31.661Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8612026-06-09T04:02:32.624Z Downloading crates ...
8622026-06-09T04:02:32.742Z Downloaded async-stream-impl v0.3.6
8632026-06-09T04:02:32.756Z Downloaded aead v0.5.2
8642026-06-09T04:02:32.759Z Downloaded ff v0.13.1
8652026-06-09T04:02:32.763Z Downloaded hubpack_derive v0.1.1
8662026-06-09T04:02:32.763Z Downloaded fxhash v0.2.1
8672026-06-09T04:02:32.769Z Downloaded half v2.7.1
8682026-06-09T04:02:32.772Z Downloaded dof v0.3.0
8692026-06-09T04:02:32.772Z Downloaded newtype-uuid-macros v0.1.0
8702026-06-09T04:02:32.772Z Downloaded num-derive v0.4.2
8712026-06-09T04:02:32.776Z Downloaded base16ct v0.2.0
8722026-06-09T04:02:32.776Z Downloaded mime v0.3.17
8732026-06-09T04:02:32.779Z Downloaded no-std-compat v0.4.1
8742026-06-09T04:02:32.779Z Downloaded enum-as-inner v0.6.1
8752026-06-09T04:02:32.779Z Downloaded bit-vec v0.8.0
8762026-06-09T04:02:32.783Z Downloaded multer v3.1.0
8772026-06-09T04:02:32.786Z Downloaded bitflags v1.3.2
8782026-06-09T04:02:32.786Z Downloaded blake2 v0.10.6
8792026-06-09T04:02:32.789Z Downloaded async-trait v0.1.89
8802026-06-09T04:02:32.793Z Downloaded memmap2 v0.9.10
8812026-06-09T04:02:32.793Z Downloaded defmt-parser v1.0.0
8822026-06-09T04:02:32.796Z Downloaded icu_normalizer v2.2.0
8832026-06-09T04:02:32.800Z Downloaded crypto-common v0.2.2
8842026-06-09T04:02:32.800Z Downloaded bitflags v2.12.1
8852026-06-09T04:02:32.804Z Downloaded crunchy v0.2.4
8862026-06-09T04:02:32.804Z Downloaded dtrace-parser v0.3.0
8872026-06-09T04:02:32.807Z Downloaded const-random-macro v0.1.16
8882026-06-09T04:02:32.807Z Downloaded bcs v0.1.6
8892026-06-09T04:02:32.811Z Downloaded displaydoc v0.2.6
8902026-06-09T04:02:32.811Z Downloaded data-encoding v2.11.0
8912026-06-09T04:02:32.814Z Downloaded chacha20 v0.9.1
8922026-06-09T04:02:32.814Z Downloaded backon v1.6.0
8932026-06-09T04:02:32.818Z Downloaded managed v0.8.0
8942026-06-09T04:02:32.818Z Downloaded macaddr v1.0.1
8952026-06-09T04:02:32.821Z Downloaded convert_case v0.4.0
8962026-06-09T04:02:32.822Z Downloaded cmake v0.1.58
8972026-06-09T04:02:32.825Z Downloaded arrayvec v0.7.6
8982026-06-09T04:02:32.825Z Downloaded olpc-cjson v0.1.4
8992026-06-09T04:02:32.826Z Downloaded indexmap v1.9.3
9002026-06-09T04:02:32.830Z Downloaded cpufeatures v0.3.0
9012026-06-09T04:02:32.830Z Downloaded is-terminal v0.4.17
9022026-06-09T04:02:32.834Z Downloaded bit-set v0.8.0
9032026-06-09T04:02:32.834Z Downloaded backoff v0.4.0
9042026-06-09T04:02:32.834Z Downloaded diff v0.1.13
9052026-06-09T04:02:32.838Z Downloaded darling_macro v0.21.3
9062026-06-09T04:02:32.838Z Downloaded argon2 v0.5.3
9072026-06-09T04:02:32.841Z Downloaded arrayref v0.3.9
9082026-06-09T04:02:32.841Z Downloaded daft v0.1.7
9092026-06-09T04:02:32.845Z Downloaded omicron-workspace-hack v0.1.0
9102026-06-09T04:02:32.845Z Downloaded ciborium-ll v0.2.2
9112026-06-09T04:02:32.848Z Downloaded crossbeam-deque v0.8.6
9122026-06-09T04:02:32.848Z Downloaded heck v0.4.1
9132026-06-09T04:02:32.849Z Downloaded block-buffer v0.12.0
9142026-06-09T04:02:32.856Z Downloaded embedded-io v0.4.0
9152026-06-09T04:02:32.857Z Downloaded crucible-workspace-hack v0.1.0
9162026-06-09T04:02:32.860Z Downloaded parse-display v0.10.0
9172026-06-09T04:02:32.860Z Downloaded opaque-debug v0.3.1
9182026-06-09T04:02:32.860Z Downloaded async-recursion v1.1.1
9192026-06-09T04:02:32.860Z Downloaded dof v0.4.0
9202026-06-09T04:02:32.860Z Downloaded darling_macro v0.23.0
9212026-06-09T04:02:32.864Z Downloaded async-stream v0.3.6
9222026-06-09T04:02:32.864Z Downloaded git-stub v1.0.0
9232026-06-09T04:02:32.864Z Downloaded crossbeam-utils v0.8.21
9242026-06-09T04:02:32.869Z Downloaded base16ct v1.0.0
9252026-06-09T04:02:32.869Z Downloaded derive-ex v0.1.8
9262026-06-09T04:02:32.873Z Downloaded num_enum_derive v0.5.11
9272026-06-09T04:02:32.873Z Downloaded natord v1.0.9
9282026-06-09T04:02:32.873Z Downloaded lru-cache v0.1.2
9292026-06-09T04:02:32.876Z Downloaded foreign-types v0.5.0
9302026-06-09T04:02:32.876Z Downloaded foreign-types-shared v0.3.1
9312026-06-09T04:02:32.877Z Downloaded bs58 v0.5.1
9322026-06-09T04:02:32.880Z Downloaded newtype_derive v0.1.6
9332026-06-09T04:02:32.880Z Downloaded foreign-types-macros v0.2.3
9342026-06-09T04:02:32.880Z Downloaded dyn-clone v1.0.20
9352026-06-09T04:02:32.884Z Downloaded num-iter v0.1.45
9362026-06-09T04:02:32.884Z Downloaded idna_adapter v1.2.2
9372026-06-09T04:02:32.888Z Downloaded pretty-hex v0.4.2
9382026-06-09T04:02:32.888Z Downloaded ident_case v1.0.1
9392026-06-09T04:02:32.888Z Downloaded hostname v0.3.1
9402026-06-09T04:02:32.891Z Downloaded oxnet v0.1.6
9412026-06-09T04:02:32.891Z Downloaded memoffset v0.9.1
9422026-06-09T04:02:32.891Z Downloaded match_cfg v0.1.0
9432026-06-09T04:02:32.895Z Downloaded httpdate v1.0.3
9442026-06-09T04:02:32.895Z Downloaded float-ord v0.3.2
9452026-06-09T04:02:32.895Z Downloaded embedded-io v0.6.1
9462026-06-09T04:02:32.900Z Downloaded byteorder v1.5.0
9472026-06-09T04:02:32.900Z Downloaded proc-macro-crate v3.5.0
9482026-06-09T04:02:32.900Z Downloaded compression-core v0.4.32
9492026-06-09T04:02:32.904Z Downloaded hubpack v0.1.2
9502026-06-09T04:02:32.904Z Downloaded crc8 v0.1.1
9512026-06-09T04:02:32.904Z Downloaded keccak v0.1.6
9522026-06-09T04:02:32.904Z Downloaded internet-checksum v0.2.1
9532026-06-09T04:02:32.904Z Downloaded byte-wrapper v0.1.0
9542026-06-09T04:02:32.908Z Downloaded bytecount v0.6.9
9552026-06-09T04:02:32.908Z Downloaded memmap v0.7.0
9562026-06-09T04:02:32.911Z Downloaded allocator-api2 v0.2.21
9572026-06-09T04:02:32.911Z Downloaded gethostname v0.5.0
9582026-06-09T04:02:32.911Z Downloaded darling v0.23.0
9592026-06-09T04:02:32.915Z Downloaded linked-hash-map v0.5.6
9602026-06-09T04:02:32.919Z Downloaded dtrace-parser v0.2.0
9612026-06-09T04:02:32.919Z Downloaded libscf-sys v1.2.0
9622026-06-09T04:02:32.919Z Downloaded instant v0.1.13
9632026-06-09T04:02:32.923Z Downloaded darling_core v0.21.3
9642026-06-09T04:02:32.923Z Downloaded num v0.4.3
9652026-06-09T04:02:32.926Z Downloaded hash32 v0.3.1
9662026-06-09T04:02:32.926Z Downloaded constant_time_eq v0.4.2
9672026-06-09T04:02:32.926Z Downloaded num_threads v0.1.7
9682026-06-09T04:02:32.930Z Downloaded inout v0.1.4
9692026-06-09T04:02:32.930Z Downloaded defmt v0.3.100
9702026-06-09T04:02:32.930Z Downloaded cstr-argument v0.1.2
9712026-06-09T04:02:32.935Z Downloaded const-random v0.1.18
9722026-06-09T04:02:32.935Z Downloaded cobs v0.3.0
9732026-06-09T04:02:32.935Z Downloaded highway v1.3.0
9742026-06-09T04:02:32.940Z Downloaded ciborium-io v0.2.2
9752026-06-09T04:02:32.940Z Downloaded console v0.16.3
9762026-06-09T04:02:32.940Z Downloaded oxide-tokio-rt v0.1.6
9772026-06-09T04:02:32.941Z Downloaded num_enum_derive v0.7.6
9782026-06-09T04:02:32.941Z Downloaded erased-serde v0.3.31
9792026-06-09T04:02:32.945Z Downloaded defmt v1.1.0
9802026-06-09T04:02:32.945Z Downloaded daft-derive v0.1.7
9812026-06-09T04:02:32.948Z Downloaded konst_macro_rules v0.2.19
9822026-06-09T04:02:32.948Z Downloaded const-oid v0.10.2
9832026-06-09T04:02:32.953Z Downloaded ipnetwork v0.21.1
9842026-06-09T04:02:32.953Z Downloaded linear-map v1.2.0
9852026-06-09T04:02:32.953Z Downloaded poly1305 v0.8.0
9862026-06-09T04:02:32.958Z Downloaded ingot v0.1.1
9872026-06-09T04:02:32.958Z Downloaded libsw v3.5.0
9882026-06-09T04:02:32.958Z Downloaded hostname v0.4.2
9892026-06-09T04:02:32.961Z Downloaded quick-error v1.2.3
9902026-06-09T04:02:32.961Z Downloaded group v0.13.0
9912026-06-09T04:02:32.961Z Downloaded fs-err v3.3.0
9922026-06-09T04:02:32.961Z Downloaded progenitor-client v0.10.0
9932026-06-09T04:02:32.964Z Downloaded phf_shared v0.12.1
9942026-06-09T04:02:32.964Z Downloaded foldhash v0.2.0
9952026-06-09T04:02:32.964Z Downloaded glob v0.3.3
9962026-06-09T04:02:32.968Z Downloaded num-integer v0.1.46
9972026-06-09T04:02:32.968Z Downloaded ingot-types v0.1.2
9982026-06-09T04:02:32.968Z Downloaded proc-macro-error-attr v1.0.4
9992026-06-09T04:02:32.971Z Downloaded cipher v0.4.4
10002026-06-09T04:02:32.971Z Downloaded papergrid v0.11.0
10012026-06-09T04:02:32.974Z Downloaded deranged v0.5.8
10022026-06-09T04:02:32.974Z Downloaded defmt-macros v1.1.0
10032026-06-09T04:02:33.016Z Downloaded proc-macro-crate v1.3.1
10042026-06-09T04:02:33.016Z Downloaded fs_extra v1.3.0
10052026-06-09T04:02:33.070Z Downloaded num-conv v0.2.2
10062026-06-09T04:02:33.070Z Downloaded progenitor-macro v0.13.0
10072026-06-09T04:02:33.070Z Downloaded cancel-safe-futures v0.1.5
10082026-06-09T04:02:33.070Z Downloaded progenitor-client v0.14.0
10092026-06-09T04:02:33.070Z Downloaded git-stub-vcs v0.1.0
10102026-06-09T04:02:33.070Z Downloaded rand_xorshift v0.4.0
10112026-06-09T04:02:33.070Z Downloaded ref-cast v1.0.25
10122026-06-09T04:02:33.070Z Downloaded rand_chacha v0.3.1
10132026-06-09T04:02:33.070Z Downloaded critical-section v1.2.0
10142026-06-09T04:02:33.071Z Downloaded csv-core v0.1.13
10152026-06-09T04:02:33.071Z Downloaded chacha20 v0.10.0
10162026-06-09T04:02:33.071Z Downloaded cargo_toml v0.22.3
10172026-06-09T04:02:33.071Z Downloaded scroll_derive v0.13.1
10182026-06-09T04:02:33.071Z Downloaded ref-cast-impl v1.0.25
10192026-06-09T04:02:33.071Z Downloaded dunce v1.0.5
10202026-06-09T04:02:33.071Z Downloaded const_format v0.2.36
10212026-06-09T04:02:33.071Z Downloaded semver v0.1.20
10222026-06-09T04:02:33.071Z Downloaded proc-macro-error2 v2.0.1
10232026-06-09T04:02:33.071Z Downloaded scroll_derive v0.12.1
10242026-06-09T04:02:33.071Z Downloaded parse-display-derive v0.10.0
10252026-06-09T04:02:33.071Z Downloaded num_enum v0.5.11
10262026-06-09T04:02:33.071Z Downloaded paste v1.0.15
10272026-06-09T04:02:33.071Z Downloaded rustc_version v0.1.7
10282026-06-09T04:02:33.071Z Downloaded plain v0.2.3
10292026-06-09T04:02:33.071Z Downloaded num_enum v0.7.6
10302026-06-09T04:02:33.071Z Downloaded progenitor-macro v0.14.0
10312026-06-09T04:02:33.071Z Downloaded digest v0.11.3
10322026-06-09T04:02:33.071Z Downloaded same-file v1.0.6
10332026-06-09T04:02:33.071Z Downloaded libsw-core v0.3.2
10342026-06-09T04:02:33.071Z Downloaded ingot-macros v0.1.1
10352026-06-09T04:02:33.071Z Downloaded serde-big-array v0.5.1
10362026-06-09T04:02:33.071Z Downloaded ciborium v0.2.2
10372026-06-09T04:02:33.075Z Downloaded omicron-zone-package v0.12.2
10382026-06-09T04:02:33.075Z Downloaded parking_lot_core v0.8.6
10392026-06-09T04:02:33.076Z Downloaded litemap v0.8.2
10402026-06-09T04:02:33.076Z Downloaded compression-codecs v0.4.38
10412026-06-09T04:02:33.076Z Downloaded serde_plain v1.0.2
10422026-06-09T04:02:33.076Z Downloaded progenitor-client v0.13.0
10432026-06-09T04:02:33.076Z Downloaded anyhow v1.0.102
10442026-06-09T04:02:33.076Z Downloaded proc-macro-error v1.0.4
10452026-06-09T04:02:33.076Z Downloaded sigpipe v0.1.3
10462026-06-09T04:02:33.076Z Downloaded progenitor-macro v0.10.0
10472026-06-09T04:02:33.076Z Downloaded slog-bunyan v2.5.0
10482026-06-09T04:02:33.076Z Downloaded siphasher v1.0.3
10492026-06-09T04:02:33.076Z Downloaded serial_test_derive v3.5.0
10502026-06-09T04:02:33.076Z Downloaded progenitor v0.13.0
10512026-06-09T04:02:33.076Z Downloaded slog-envlogger v2.2.0
10522026-06-09T04:02:33.076Z Downloaded smawk v0.3.2
10532026-06-09T04:02:33.076Z Downloaded serde_repr v0.1.20
10542026-06-09T04:02:33.076Z Downloaded hybrid-array v0.4.12
10552026-06-09T04:02:33.076Z Downloaded serial_test v3.5.0
10562026-06-09T04:02:33.076Z Downloaded parking_lot v0.11.2
10572026-06-09T04:02:33.076Z Downloaded secrecy v0.10.3
10582026-06-09T04:02:33.076Z Downloaded phf v0.12.1
10592026-06-09T04:02:33.076Z Downloaded password-hash v0.5.0
10602026-06-09T04:02:33.076Z Downloaded progenitor-extras v0.2.0
10612026-06-09T04:02:33.076Z Downloaded icu_collections v2.2.0
10622026-06-09T04:02:33.076Z Downloaded const_format_proc_macros v0.2.34
10632026-06-09T04:02:33.076Z Downloaded darling_core v0.23.0
10642026-06-09T04:02:33.076Z Downloaded sha1 v0.10.6
10652026-06-09T04:02:33.076Z Downloaded schemars_derive v0.8.22
10662026-06-09T04:02:33.076Z Downloaded rustls-native-certs v0.8.4
10672026-06-09T04:02:33.076Z Downloaded structmeta-derive v0.3.0
10682026-06-09T04:02:33.076Z Downloaded stable_deref_trait v1.2.1
10692026-06-09T04:02:33.076Z Downloaded structmeta v0.3.0
10702026-06-09T04:02:33.076Z Downloaded sha1 v0.11.0
10712026-06-09T04:02:33.076Z Downloaded proc-macro-error-attr2 v2.0.0
10722026-06-09T04:02:33.076Z Downloaded pem v3.0.6
10732026-06-09T04:02:33.076Z Downloaded num-rational v0.4.2
10742026-06-09T04:02:33.076Z Downloaded crossbeam-epoch v0.9.18
10752026-06-09T04:02:33.076Z Downloaded arc-swap v1.9.1
10762026-06-09T04:02:33.077Z Downloaded tabled_derive v0.11.0
10772026-06-09T04:02:33.077Z Downloaded rustversion v1.0.22
10782026-06-09T04:02:33.077Z Downloaded powerfmt v0.2.0
10792026-06-09T04:02:33.077Z Downloaded colored v3.1.1
10802026-06-09T04:02:33.081Z Downloaded termtree v0.5.1
10812026-06-09T04:02:33.081Z Downloaded progenitor v0.14.0
10822026-06-09T04:02:33.081Z Downloaded thiserror-impl-no-std v2.0.2
10832026-06-09T04:02:33.081Z Downloaded strum v0.26.3
10842026-06-09T04:02:33.081Z Downloaded newline-converter v0.3.0
10852026-06-09T04:02:33.081Z Downloaded thread-id v4.2.2
10862026-06-09T04:02:33.081Z Downloaded tabled_derive v0.7.0
10872026-06-09T04:02:33.084Z Downloaded rusty-fork v0.3.1
10882026-06-09T04:02:33.084Z Downloaded spin v0.5.2
10892026-06-09T04:02:33.084Z Downloaded scroll v0.13.0
10902026-06-09T04:02:33.084Z Downloaded dropshot-api-manager-types v0.7.2
10912026-06-09T04:02:33.084Z Downloaded cookie v0.18.1
10922026-06-09T04:02:33.087Z Downloaded hmac v0.12.1
10932026-06-09T04:02:33.087Z Downloaded elliptic-curve v0.13.8
10942026-06-09T04:02:33.090Z Downloaded fixedbitset v0.4.2
10952026-06-09T04:02:33.090Z Downloaded base64 v0.21.7
10962026-06-09T04:02:33.093Z Downloaded potential_utf v0.1.5
10972026-06-09T04:02:33.096Z Downloaded postcard v1.1.3
10982026-06-09T04:02:33.099Z Downloaded tabwriter v1.4.1
10992026-06-09T04:02:33.099Z Downloaded rustls-pemfile v2.2.0
11002026-06-09T04:02:33.104Z Downloaded num-complex v0.4.6
11012026-06-09T04:02:33.104Z Downloaded icu_provider v2.2.0
11022026-06-09T04:02:33.104Z Downloaded papergrid v0.18.0
11032026-06-09T04:02:33.107Z Downloaded thread-id v5.1.0
11042026-06-09T04:02:33.107Z Downloaded testing_table v0.3.0
11052026-06-09T04:02:33.111Z Downloaded take_mut v0.2.2
11062026-06-09T04:02:33.111Z Downloaded time-core v0.1.8
11072026-06-09T04:02:33.111Z Downloaded tagptr v0.2.0
11082026-06-09T04:02:33.114Z Downloaded scroll v0.12.0
11092026-06-09T04:02:33.114Z Downloaded serde_derive_internals v0.29.1
11102026-06-09T04:02:33.118Z Downloaded derive_more v0.99.20
11112026-06-09T04:02:33.118Z Downloaded darling v0.21.3
11122026-06-09T04:02:33.121Z Downloaded slog-async v2.8.0
11132026-06-09T04:02:33.121Z Downloaded pest_generator v2.8.6
11142026-06-09T04:02:33.125Z Downloaded progenitor v0.10.0
11152026-06-09T04:02:33.128Z Downloaded slog-term v2.9.2
11162026-06-09T04:02:33.128Z Downloaded pest_derive v2.8.6
11172026-06-09T04:02:33.131Z Downloaded slog-json v2.6.1
11182026-06-09T04:02:33.135Z Downloaded snafu-derive v0.8.9
11192026-06-09T04:02:33.138Z Downloaded resolv-conf v0.7.6
11202026-06-09T04:02:33.141Z Downloaded typify-macro v0.6.2
11212026-06-09T04:02:33.142Z Downloaded smartstring v1.0.1
11222026-06-09T04:02:33.145Z Downloaded strum v0.27.2
11232026-06-09T04:02:33.145Z Downloaded typify-macro v0.4.3
11242026-06-09T04:02:33.145Z Downloaded universal-hash v0.5.1
11252026-06-09T04:02:33.145Z Downloaded synstructure v0.13.2
11262026-06-09T04:02:33.145Z Downloaded strum_macros v0.26.4
11272026-06-09T04:02:33.149Z Downloaded topological-sort v0.2.2
11282026-06-09T04:02:33.149Z Downloaded slog-dtrace v0.3.0
11292026-06-09T04:02:33.149Z Downloaded usdt v0.6.0
11302026-06-09T04:02:33.149Z Downloaded usdt-attr-macro v0.5.0
11312026-06-09T04:02:33.149Z Downloaded unarray v0.1.4
11322026-06-09T04:02:33.152Z Downloaded unit-prefix v0.5.2
11332026-06-09T04:02:33.152Z Downloaded untrusted v0.7.1
11342026-06-09T04:02:33.152Z Downloaded usdt v0.5.0
11352026-06-09T04:02:33.152Z Downloaded slog-stdlog v4.1.1
11362026-06-09T04:02:33.152Z Downloaded serde_tokenstream v0.2.3
11372026-06-09T04:02:33.207Z Downloaded usdt-macro v0.6.0
11382026-06-09T04:02:33.207Z Downloaded chacha20poly1305 v0.10.1
11392026-06-09T04:02:33.223Z Downloaded rand_core v0.10.1
11402026-06-09T04:02:33.223Z Downloaded usdt-attr-macro v0.6.0
11412026-06-09T04:02:33.223Z Downloaded usdt-macro v0.5.0
11422026-06-09T04:02:33.223Z Downloaded utf-8 v0.7.6
11432026-06-09T04:02:33.223Z Downloaded icu_properties v2.2.0
11442026-06-09T04:02:33.223Z Downloaded indicatif v0.18.4
11452026-06-09T04:02:33.223Z Downloaded tokio-dtrace v0.1.1
11462026-06-09T04:02:33.223Z Downloaded icu_locale_core v2.2.0
11472026-06-09T04:02:33.223Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11482026-06-09T04:02:33.223Z Downloaded tinystr v0.8.3
11492026-06-09T04:02:33.223Z Downloaded progenitor-impl v0.10.0
11502026-06-09T04:02:33.223Z Downloaded tiny-keccak v2.0.2
11512026-06-09T04:02:33.223Z Downloaded waitgroup v0.1.2
11522026-06-09T04:02:33.223Z Downloaded progenitor-impl v0.14.0
11532026-06-09T04:02:33.223Z Downloaded zone_cfg_derive v0.3.1
11542026-06-09T04:02:33.223Z Downloaded time-macros v0.2.27
11552026-06-09T04:02:33.223Z Downloaded zone v0.3.1
11562026-06-09T04:02:33.223Z Downloaded zerofrom v0.1.8
11572026-06-09T04:02:33.223Z Downloaded thiserror-no-std v2.0.2
11582026-06-09T04:02:33.223Z Downloaded wait-timeout v0.2.1
11592026-06-09T04:02:33.223Z Downloaded zeroize_derive v1.4.3
11602026-06-09T04:02:33.223Z Downloaded serde_with_macros v3.20.0
11612026-06-09T04:02:33.223Z Downloaded drift v0.2.0
11622026-06-09T04:02:33.223Z Downloaded zerofrom-derive v0.1.7
11632026-06-09T04:02:33.223Z Downloaded smf v0.2.3
11642026-06-09T04:02:33.223Z Downloaded schemars v0.8.22
11652026-06-09T04:02:33.223Z Downloaded rhai_codegen v3.2.0
11662026-06-09T04:02:33.223Z Downloaded icu_normalizer_data v2.2.0
11672026-06-09T04:02:33.223Z Downloaded heapless v0.8.0
11682026-06-09T04:02:33.230Z Downloaded thin-vec v0.2.18
11692026-06-09T04:02:33.230Z Downloaded spin v0.9.8
11702026-06-09T04:02:33.230Z Downloaded serde_yaml v0.9.34+deprecated
11712026-06-09T04:02:33.230Z Downloaded prettyplease v0.2.37
11722026-06-09T04:02:33.230Z Downloaded yoke-derive v0.8.2
11732026-06-09T04:02:33.230Z Downloaded rustls-platform-verifier v0.7.0
11742026-06-09T04:02:33.230Z Downloaded xz2 v0.1.7
11752026-06-09T04:02:33.230Z Downloaded slog-scope v4.4.1
11762026-06-09T04:02:33.231Z Downloaded async-compression v0.4.42
11772026-06-09T04:02:33.231Z Downloaded usdt-impl v0.5.0
11782026-06-09T04:02:33.235Z Downloaded strum_macros v0.27.2
11792026-06-09T04:02:33.235Z Downloaded crypto-bigint v0.5.5
11802026-06-09T04:02:33.235Z Downloaded konst v0.2.20
11812026-06-09T04:02:33.239Z Downloaded slog v2.8.2
11822026-06-09T04:02:33.239Z Downloaded hickory-resolver v0.25.2
11832026-06-09T04:02:33.245Z Downloaded ucd-trie v0.1.7
11842026-06-09T04:02:33.245Z Downloaded minimal-lexical v0.2.1
11852026-06-09T04:02:33.248Z Downloaded jiff-static v0.2.28
11862026-06-09T04:02:33.248Z Downloaded zerovec-derive v0.11.3
11872026-06-09T04:02:33.248Z Downloaded vsss-rs v3.3.4
11882026-06-09T04:02:33.248Z Downloaded writeable v0.6.3
11892026-06-09T04:02:33.252Z Downloaded schemars v0.9.0
11902026-06-09T04:02:33.255Z Downloaded walkdir v2.5.0
11912026-06-09T04:02:33.258Z Downloaded pretty_assertions v1.4.1
11922026-06-09T04:02:33.258Z Downloaded tokio-tungstenite v0.21.0
11932026-06-09T04:02:33.261Z Downloaded whoami v1.6.1
11942026-06-09T04:02:33.261Z Downloaded similar v2.7.0
11952026-06-09T04:02:33.264Z Downloaded progenitor-impl v0.13.0
11962026-06-09T04:02:33.269Z Downloaded usdt-impl v0.6.0
11972026-06-09T04:02:33.269Z Downloaded rand v0.8.6
11982026-06-09T04:02:33.272Z Downloaded pest_meta v2.8.6
11992026-06-09T04:02:33.272Z Downloaded hickory-resolver v0.24.4
12002026-06-09T04:02:33.272Z Downloaded crossbeam-channel v0.5.15
12012026-06-09T04:02:33.275Z Downloaded toml v0.9.12+spec-1.1.0
12022026-06-09T04:02:33.279Z Downloaded dropshot_endpoint v0.17.1
12032026-06-09T04:02:33.282Z Downloaded aws-lc-rs v1.17.0
12042026-06-09T04:02:33.288Z Downloaded term v1.2.1
12052026-06-09T04:02:33.293Z Downloaded blake3 v1.8.5
12062026-06-09T04:02:33.296Z Downloaded test-strategy v0.4.5
12072026-06-09T04:02:33.299Z Downloaded rand v0.10.1
12082026-06-09T04:02:33.303Z Downloaded expectorate v1.2.0
12092026-06-09T04:02:33.605Z Downloaded yoke v0.8.3
12102026-06-09T04:02:33.637Z Downloaded toml v0.7.8
12112026-06-09T04:02:33.637Z Downloaded dropshot-api-manager v0.7.2
12122026-06-09T04:02:33.637Z Downloaded zerocopy-derive v0.8.50
12132026-06-09T04:02:33.637Z Downloaded snafu v0.8.9
12142026-06-09T04:02:33.637Z Downloaded typed-path v0.9.3
12152026-06-09T04:02:33.637Z Downloaded typify v0.6.2
12162026-06-09T04:02:33.638Z Downloaded typify v0.4.3
12172026-06-09T04:02:33.638Z Downloaded reqwest v0.13.4
12182026-06-09T04:02:33.638Z Downloaded hashbrown v0.12.3
12192026-06-09T04:02:33.638Z Downloaded qorb v0.4.1
12202026-06-09T04:02:33.638Z Downloaded toml_edit v0.25.12+spec-1.1.0
12212026-06-09T04:02:33.638Z Downloaded zerovec v0.11.6
12222026-06-09T04:02:33.638Z Downloaded zerocopy-derive v0.7.35
12232026-06-09T04:02:33.638Z Downloaded rayon-core v1.13.0
12242026-06-09T04:02:33.638Z Downloaded tungstenite v0.21.0
12252026-06-09T04:02:33.638Z Downloaded steno v0.4.1
12262026-06-09T04:02:33.639Z Downloaded winnow v0.5.40
12272026-06-09T04:02:33.639Z Downloaded unsafe-libyaml v0.2.11
12282026-06-09T04:02:33.639Z Downloaded schemars v1.2.1
12292026-06-09T04:02:33.639Z Downloaded proptest v1.11.0
12302026-06-09T04:02:33.639Z Downloaded nom v7.1.3
12312026-06-09T04:02:33.639Z Downloaded nom v8.0.0
12322026-06-09T04:02:33.639Z Downloaded zerotrie v0.2.4
12332026-06-09T04:02:33.639Z Downloaded yansi v1.0.1
12342026-06-09T04:02:33.639Z Downloaded itertools v0.12.1
12352026-06-09T04:02:33.639Z Downloaded smoltcp v0.11.0
12362026-06-09T04:02:33.639Z Downloaded libm v0.2.16
12372026-06-09T04:02:33.639Z Downloaded hashbrown v0.16.1
12382026-06-09T04:02:33.639Z Downloaded hickory-proto v0.24.4
12392026-06-09T04:02:33.639Z Downloaded dropshot v0.17.1
12402026-06-09T04:02:33.639Z Downloaded toml_edit v0.19.15
12412026-06-09T04:02:33.640Z Downloaded openapiv3 v2.2.0
12422026-06-09T04:02:33.640Z Downloaded icu_properties_data v2.2.0
12432026-06-09T04:02:33.640Z Downloaded rayon v1.12.0
12442026-06-09T04:02:33.640Z Downloaded tough v0.22.0
12452026-06-09T04:02:33.640Z Downloaded goblin v0.8.2
12462026-06-09T04:02:33.640Z Downloaded pest v2.8.6
12472026-06-09T04:02:33.640Z Downloaded iddqd v0.4.2
12482026-06-09T04:02:33.640Z Downloaded hkdf v0.12.4
12492026-06-09T04:02:33.640Z Downloaded typify-impl v0.4.3
12502026-06-09T04:02:33.640Z Downloaded typify-impl v0.6.2
12512026-06-09T04:02:33.640Z Downloaded zerocopy v0.7.35
12522026-06-09T04:02:33.640Z Downloaded serde_with v3.20.0
12532026-06-09T04:02:33.640Z Downloaded chrono-tz v0.10.4
12542026-06-09T04:02:33.640Z Downloaded petgraph v0.6.5
12552026-06-09T04:02:33.640Z Downloaded tabled v0.15.0
12562026-06-09T04:02:33.640Z Downloaded tabled v0.21.0
12572026-06-09T04:02:33.719Z Downloaded time v0.3.47
12582026-06-09T04:02:33.719Z Downloaded syn v1.0.109
12592026-06-09T04:02:33.719Z Downloaded moka v0.12.15
12602026-06-09T04:02:33.719Z Downloaded goblin v0.10.7
12612026-06-09T04:02:33.720Z Downloaded csv v1.4.0
12622026-06-09T04:02:33.724Z Downloaded nix v0.31.3
12632026-06-09T04:02:33.724Z Downloaded regress v0.10.5
12642026-06-09T04:02:33.724Z Downloaded rhai v1.25.1
12652026-06-09T04:02:33.724Z Downloaded regress v0.11.1
12662026-06-09T04:02:33.724Z Downloaded hickory-proto v0.25.2
12672026-06-09T04:02:33.724Z Downloaded lzma-sys v0.1.20
12682026-06-09T04:02:33.756Z Downloaded sled v0.34.7
12692026-06-09T04:02:33.766Z Downloaded jiff v0.2.28
12702026-06-09T04:02:33.778Z Downloaded sha3 v0.10.9
12712026-06-09T04:02:33.810Z Downloaded encoding_rs v0.8.35
12722026-06-09T04:02:34.323Z Downloaded aws-lc-sys v0.41.0
12732026-06-09T04:02:35.199Z Compiling proc-macro2 v1.0.106
12742026-06-09T04:02:35.199Z Compiling unicode-ident v1.0.24
12752026-06-09T04:02:35.199Z Compiling quote v1.0.45
12762026-06-09T04:02:35.269Z Compiling serde_core v1.0.228
12772026-06-09T04:02:35.270Z Compiling cfg-if v1.0.4
12782026-06-09T04:02:35.270Z Compiling serde v1.0.228
12792026-06-09T04:02:35.270Z Compiling libc v0.2.186
12802026-06-09T04:02:35.270Z Compiling memchr v2.8.1
12812026-06-09T04:02:35.401Z Compiling itoa v1.0.18
12822026-06-09T04:02:35.553Z Compiling smallvec v1.15.1
12832026-06-09T04:02:35.606Z Compiling zmij v1.0.21
12842026-06-09T04:02:35.678Z Compiling autocfg v1.5.1
12852026-06-09T04:02:35.712Z Compiling libm v0.2.16
12862026-06-09T04:02:35.972Z Compiling stable_deref_trait v1.2.1
12872026-06-09T04:02:36.071Z Compiling litemap v0.8.2
12882026-06-09T04:02:36.092Z Compiling writeable v0.6.3
12892026-06-09T04:02:36.148Z Compiling percent-encoding v2.3.2
12902026-06-09T04:02:36.202Z Compiling icu_normalizer_data v2.2.0
12912026-06-09T04:02:36.205Z Compiling icu_properties_data v2.2.0
12922026-06-09T04:02:36.261Z Compiling utf8_iter v1.0.4
12932026-06-09T04:02:36.349Z Compiling iana-time-zone v0.1.65
12942026-06-09T04:02:36.403Z Compiling equivalent v1.0.2
12952026-06-09T04:02:36.442Z Compiling syn v2.0.117
12962026-06-09T04:02:37.131Z Compiling form_urlencoded v1.2.2
12972026-06-09T04:02:37.197Z Compiling version_check v0.9.5
12982026-06-09T04:02:37.197Z Compiling pin-project-lite v0.2.17
12992026-06-09T04:02:37.197Z Compiling serde_json v1.0.150
13002026-06-09T04:02:37.197Z Compiling scopeguard v1.2.0
13012026-06-09T04:02:37.198Z Compiling dyn-clone v1.0.20
13022026-06-09T04:02:37.198Z Compiling parking_lot_core v0.9.12
13032026-06-09T04:02:37.198Z Compiling lock_api v0.4.14
13042026-06-09T04:02:37.198Z Compiling num-traits v0.2.19
13052026-06-09T04:02:37.198Z Compiling getrandom v0.4.2
13062026-06-09T04:02:37.198Z Compiling rand_core v0.10.1
13072026-06-09T04:02:37.198Z Compiling hashbrown v0.17.1
13082026-06-09T04:02:37.198Z Compiling log v0.4.32
13092026-06-09T04:02:37.198Z Compiling thiserror v2.0.18
13102026-06-09T04:02:37.286Z Compiling errno v0.3.14
13112026-06-09T04:02:37.291Z Compiling futures-core v0.3.32
13122026-06-09T04:02:37.373Z Compiling heck v0.5.0
13132026-06-09T04:02:37.403Z Compiling semver v1.0.28
13142026-06-09T04:02:37.549Z Compiling indexmap v2.14.0
13152026-06-09T04:02:37.613Z Compiling zerocopy v0.8.50
13162026-06-09T04:02:37.744Z Compiling futures-sink v0.3.32
13172026-06-09T04:02:37.755Z Compiling uuid v1.23.2
13182026-06-09T04:02:37.812Z Compiling slab v0.4.12
13192026-06-09T04:02:37.841Z Compiling jobserver v0.1.34
13202026-06-09T04:02:37.986Z Compiling shlex v2.0.1
13212026-06-09T04:02:38.043Z Compiling find-msvc-tools v0.1.9
13222026-06-09T04:02:38.154Z Compiling fnv v1.0.7
13232026-06-09T04:02:38.166Z Compiling schemars v0.8.22
13242026-06-09T04:02:38.170Z Compiling futures-channel v0.3.32
13252026-06-09T04:02:38.188Z Compiling cc v1.2.63
13262026-06-09T04:02:38.247Z Compiling rustversion v1.0.22
13272026-06-09T04:02:38.277Z Compiling futures-task v0.3.32
13282026-06-09T04:02:38.398Z Compiling futures-io v0.3.32
13292026-06-09T04:02:38.440Z Compiling socket2 v0.6.4
13302026-06-09T04:02:38.484Z Compiling bitflags v2.12.1
13312026-06-09T04:02:38.514Z Compiling signal-hook-registry v1.4.8
13322026-06-09T04:02:38.548Z Compiling mio v1.2.1
13332026-06-09T04:02:38.720Z Compiling parking_lot v0.12.5
13342026-06-09T04:02:38.720Z Compiling portable-atomic v1.13.1
13352026-06-09T04:02:38.806Z Compiling typenum v1.20.1
13362026-06-09T04:02:38.875Z Compiling fs_extra v1.3.0
13372026-06-09T04:02:39.041Z Compiling cmake v0.1.58
13382026-06-09T04:02:39.114Z Compiling dunce v1.0.5
13392026-06-09T04:02:39.129Z Compiling critical-section v1.2.0
13402026-06-09T04:02:39.178Z Compiling synstructure v0.13.2
13412026-06-09T04:02:39.205Z Compiling serde_derive_internals v0.29.1
13422026-06-09T04:02:39.229Z Compiling base64 v0.22.1
13432026-06-09T04:02:39.385Z Compiling byteorder v1.5.0
13442026-06-09T04:02:39.427Z Compiling aws-lc-sys v0.41.0
13452026-06-09T04:02:39.557Z Compiling subtle v2.6.1
13462026-06-09T04:02:39.594Z Compiling regex-syntax v0.8.10
13472026-06-09T04:02:39.606Z Compiling slog v2.8.2
13482026-06-09T04:02:39.667Z Compiling once_cell v1.21.4
13492026-06-09T04:02:39.722Z Compiling rustix v1.1.4
13502026-06-09T04:02:39.753Z Compiling strsim v0.11.1
13512026-06-09T04:02:39.837Z Compiling httparse v1.10.1
13522026-06-09T04:02:39.894Z Compiling atomic-waker v1.1.2
13532026-06-09T04:02:39.948Z Compiling ipnet v2.12.0
13542026-06-09T04:02:40.054Z Compiling tower-service v0.3.3
13552026-06-09T04:02:40.149Z Compiling tower-layer v0.3.3
13562026-06-09T04:02:40.197Z Compiling getrandom v0.2.17
13572026-06-09T04:02:40.312Z Compiling thiserror v1.0.69
13582026-06-09T04:02:40.325Z Compiling ucd-trie v0.1.7
13592026-06-09T04:02:40.382Z Compiling ryu v1.0.23
13602026-06-09T04:02:40.412Z Compiling serde_derive v1.0.228
13612026-06-09T04:02:40.490Z Compiling zerofrom-derive v0.1.7
13622026-06-09T04:02:40.564Z Compiling yoke-derive v0.8.2
13632026-06-09T04:02:40.576Z Compiling zerovec-derive v0.11.3
13642026-06-09T04:02:40.624Z Compiling displaydoc v0.2.6
13652026-06-09T04:02:40.635Z Compiling schemars_derive v0.8.22
13662026-06-09T04:02:41.425Z Compiling tokio-macros v2.7.0
13672026-06-09T04:02:41.634Z Compiling thiserror-impl v2.0.18
13682026-06-09T04:02:41.670Z Compiling zerocopy-derive v0.8.50
13692026-06-09T04:02:41.682Z Compiling zerofrom v0.1.8
13702026-06-09T04:02:41.801Z Compiling yoke v0.8.3
13712026-06-09T04:02:41.840Z Compiling zeroize_derive v1.4.3
13722026-06-09T04:02:41.979Z Compiling zerovec v0.11.6
13732026-06-09T04:02:42.185Z Compiling zerotrie v0.2.4
13742026-06-09T04:02:42.265Z Compiling futures-macro v0.3.32
13752026-06-09T04:02:42.478Z Compiling tinystr v0.8.3
13762026-06-09T04:02:42.496Z Compiling potential_utf v0.1.5
13772026-06-09T04:02:42.516Z Compiling zeroize v1.8.2
13782026-06-09T04:02:42.656Z Compiling icu_locale_core v2.2.0
13792026-06-09T04:02:42.677Z Compiling icu_collections v2.2.0
13802026-06-09T04:02:42.724Z Compiling untrusted v0.9.0
13812026-06-09T04:02:42.832Z Compiling try-lock v0.2.5
13822026-06-09T04:02:42.930Z Compiling want v0.3.1
13832026-06-09T04:02:43.090Z Compiling futures-util v0.3.32
13842026-06-09T04:02:43.090Z Compiling pest v2.8.6
13852026-06-09T04:02:43.111Z Compiling thiserror-impl v1.0.69
13862026-06-09T04:02:43.193Z Compiling rand_core v0.6.4
13872026-06-09T04:02:43.408Z Compiling icu_provider v2.2.0
13882026-06-09T04:02:43.544Z Compiling bytes v1.11.1
13892026-06-09T04:02:43.719Z Compiling icu_normalizer v2.2.0
13902026-06-09T04:02:43.727Z Compiling icu_properties v2.2.0
13912026-06-09T04:02:44.183Z Compiling chrono v0.4.45
13922026-06-09T04:02:44.241Z Compiling http v1.4.2
13932026-06-09T04:02:44.300Z Compiling tokio v1.52.3
13942026-06-09T04:02:44.338Z Compiling serde_tokenstream v0.2.3
13952026-06-09T04:02:44.621Z Compiling idna_adapter v1.2.2
13962026-06-09T04:02:44.750Z Compiling idna v1.1.0
13972026-06-09T04:02:44.889Z Compiling http-body v1.0.1
13982026-06-09T04:02:45.079Z Compiling url v2.5.8
13992026-06-09T04:02:45.263Z Compiling erased-serde v0.3.31
14002026-06-09T04:02:45.426Z Compiling httpdate v1.0.3
14012026-06-09T04:02:45.707Z Compiling pest_meta v2.8.6
14022026-06-09T04:02:45.757Z Compiling getrandom v0.3.4
14032026-06-09T04:02:45.961Z Compiling ppv-lite86 v0.2.21
14042026-06-09T04:02:45.966Z Compiling pretty-hex v0.4.2
14052026-06-09T04:02:46.100Z Compiling plain v0.2.3
14062026-06-09T04:02:46.104Z Compiling allocator-api2 v0.2.21
14072026-06-09T04:02:46.120Z Compiling foldhash v0.2.0
14082026-06-09T04:02:46.186Z Compiling paste v1.0.15
14092026-06-09T04:02:46.258Z Compiling tracing-attributes v0.1.31
14102026-06-09T04:02:46.377Z Compiling pest_generator v2.8.6
14112026-06-09T04:02:46.596Z Compiling ipnetwork v0.21.1
14122026-06-09T04:02:46.603Z Compiling hashbrown v0.16.1
14132026-06-09T04:02:47.996Z Compiling tracing-core v0.1.36
14142026-06-09T04:02:48.065Z Compiling ident_case v1.0.1
14152026-06-09T04:02:48.065Z Compiling pest_derive v2.8.6
14162026-06-09T04:02:48.065Z Compiling omicron-workspace-hack v0.1.0
14172026-06-09T04:02:48.065Z Compiling http-body-util v0.1.3
14182026-06-09T04:02:48.184Z Compiling serde_urlencoded v0.7.1
14192026-06-09T04:02:48.184Z Compiling aho-corasick v1.1.4
14202026-06-09T04:02:48.184Z Compiling tracing v0.1.44
14212026-06-09T04:02:48.184Z Compiling sync_wrapper v1.0.2
14222026-06-09T04:02:48.184Z Compiling winnow v1.0.3
14232026-06-09T04:02:48.185Z Compiling oxnet v0.1.6
14242026-06-09T04:02:48.185Z Compiling daft-derive v0.1.7
14252026-06-09T04:02:48.185Z Compiling fastrand v2.4.1
14262026-06-09T04:02:48.185Z Compiling scroll_derive v0.13.1
14272026-06-09T04:02:48.185Z Compiling tokio-util v0.7.18
14282026-06-09T04:02:48.358Z Compiling regex-automata v0.4.14
14292026-06-09T04:02:48.604Z Compiling async-trait v0.1.89
14302026-06-09T04:02:48.704Z Compiling aws-lc-rs v1.17.0
14312026-06-09T04:02:48.723Z Compiling time-core v0.1.8
14322026-06-09T04:02:48.817Z Compiling powerfmt v0.2.0
14332026-06-09T04:02:48.861Z Compiling num-conv v0.2.2
14342026-06-09T04:02:49.010Z Compiling anyhow v1.0.102
14352026-06-09T04:02:49.021Z Compiling time-macros v0.2.27
14362026-06-09T04:02:49.024Z Compiling deranged v0.5.8
14372026-06-09T04:02:49.548Z Compiling scroll v0.13.0
14382026-06-09T04:02:49.581Z Compiling rustls-pki-types v1.14.1
14392026-06-09T04:02:49.805Z Compiling num_threads v0.1.7
14402026-06-09T04:02:49.920Z Compiling hex v0.4.3
14412026-06-09T04:02:50.077Z Compiling regex v1.12.3
14422026-06-09T04:02:50.083Z Compiling openssl-probe v0.2.1
14432026-06-09T04:02:50.137Z Compiling goblin v0.10.7
14442026-06-09T04:02:50.553Z Compiling untrusted v0.7.1
14452026-06-09T04:02:50.687Z Compiling camino v1.2.2
14462026-06-09T04:02:50.845Z Compiling crc32fast v1.5.0
14472026-06-09T04:02:50.860Z Compiling rustls v0.23.40
14482026-06-09T04:02:50.899Z Compiling usdt-impl v0.6.0
14492026-06-09T04:02:51.168Z Compiling h2 v0.4.14
14502026-06-09T04:02:51.182Z Compiling dtrace-parser v0.3.0
14512026-06-09T04:02:51.225Z Compiling crossbeam-utils v0.8.21
14522026-06-09T04:02:51.570Z Compiling futures-executor v0.3.32
14532026-06-09T04:02:51.669Z Compiling structmeta-derive v0.3.0
14542026-06-09T04:02:51.738Z Compiling thread-id v5.1.0
14552026-06-09T04:02:51.805Z Compiling adler2 v2.0.1
14562026-06-09T04:02:51.838Z Compiling simd-adler32 v0.3.9
14572026-06-09T04:02:51.939Z Compiling cpufeatures v0.3.0
14582026-06-09T04:02:52.012Z Compiling miniz_oxide v0.8.9
14592026-06-09T04:02:52.043Z Compiling futures v0.3.32
14602026-06-09T04:02:52.048Z Compiling rand_core v0.9.5
14612026-06-09T04:02:52.253Z Compiling darling_core v0.23.0
14622026-06-09T04:02:52.616Z Compiling newtype-uuid-macros v0.1.0
14632026-06-09T04:02:52.657Z Compiling hybrid-array v0.4.12
14642026-06-09T04:02:52.707Z Compiling structmeta v0.3.0
14652026-06-09T04:02:52.925Z Compiling dof v0.4.0
14662026-06-09T04:02:53.146Z Compiling thread_local v1.1.9
14672026-06-09T04:02:53.262Z Compiling hyper v1.10.1
14682026-06-09T04:02:53.406Z Compiling match_cfg v0.1.0
14692026-06-09T04:02:53.420Z Compiling flate2 v1.1.9
14702026-06-09T04:02:54.255Z Compiling newtype-uuid v1.3.2
14712026-06-09T04:02:54.284Z Compiling compression-core v0.4.32
14722026-06-09T04:02:54.300Z Compiling darling_macro v0.23.0
14732026-06-09T04:02:54.390Z Compiling hyper-util v0.1.20
14742026-06-09T04:02:54.524Z Compiling quick-error v1.2.3
14752026-06-09T04:02:54.537Z Compiling slog-async v2.8.0
14762026-06-09T04:02:54.831Z Compiling ref-cast v1.0.25
14772026-06-09T04:02:54.919Z Compiling darling v0.23.0
14782026-06-09T04:02:54.993Z Compiling daft v0.1.7
14792026-06-09T04:02:55.014Z Compiling compression-codecs v0.4.38
14802026-06-09T04:02:55.027Z Compiling block-buffer v0.12.0
14812026-06-09T04:02:55.039Z Compiling crypto-common v0.2.2
14822026-06-09T04:02:55.082Z Compiling usdt-attr-macro v0.6.0
14832026-06-09T04:02:55.161Z Compiling usdt-macro v0.6.0
14842026-06-09T04:02:55.234Z Compiling rand_chacha v0.9.0
14852026-06-09T04:02:55.260Z Compiling strum_macros v0.26.4
14862026-06-09T04:02:55.666Z Compiling ref-cast-impl v1.0.25
14872026-06-09T04:02:55.679Z Compiling serde_spanned v1.1.1
14882026-06-09T04:02:55.829Z Compiling multer v3.1.0
14892026-06-09T04:02:55.984Z Compiling generic-array v0.14.7
14902026-06-09T04:02:56.071Z Compiling take_mut v0.2.2
14912026-06-09T04:02:56.168Z Compiling const-oid v0.10.2
14922026-06-09T04:02:56.179Z Compiling debug-ignore v1.0.5
14932026-06-09T04:02:56.233Z Compiling toml_writer v1.1.1+spec-1.1.0
14942026-06-09T04:02:56.310Z Compiling term v1.2.1
14952026-06-09T04:02:56.328Z Compiling bit-vec v0.8.0
14962026-06-09T04:02:56.375Z Compiling digest v0.11.3
14972026-06-09T04:02:56.462Z Compiling bit-set v0.8.0
14982026-06-09T04:02:56.486Z Compiling rand v0.9.4
14992026-06-09T04:02:56.516Z Compiling serde_with_macros v3.20.0
15002026-06-09T04:02:56.537Z Compiling async-stream-impl v0.3.6
15012026-06-09T04:02:56.622Z Compiling dropshot v0.17.1
15022026-06-09T04:02:56.861Z Compiling encoding_rs v0.8.35
15032026-06-09T04:02:56.903Z Compiling strum v0.26.3
15042026-06-09T04:02:56.972Z Compiling mime v0.3.17
15052026-06-09T04:02:57.026Z Compiling syn v1.0.109
15062026-06-09T04:02:57.068Z Compiling spin v0.9.8
15072026-06-09T04:02:57.174Z Compiling unarray v0.1.4
15082026-06-09T04:02:57.235Z Compiling async-stream v0.3.6
15092026-06-09T04:02:57.278Z Compiling sha1 v0.11.0
15102026-06-09T04:02:57.351Z Compiling derive-ex v0.1.8
15112026-06-09T04:02:57.410Z Compiling tower v0.5.3
15122026-06-09T04:02:57.516Z Compiling dropshot_endpoint v0.17.1
15132026-06-09T04:02:57.529Z Compiling macaddr v1.0.1
15142026-06-09T04:02:57.636Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15152026-06-09T04:02:57.757Z Compiling waitgroup v0.1.2
15162026-06-09T04:02:57.771Z Compiling serde_path_to_error v0.1.20
15172026-06-09T04:02:58.113Z Compiling tower-http v0.6.11
15182026-06-09T04:02:58.130Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15192026-06-09T04:02:58.371Z Compiling tempfile v3.27.0
15202026-06-09T04:02:58.506Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15212026-06-09T04:02:58.556Z Compiling openapiv3 v2.2.0
15222026-06-09T04:02:58.788Z Compiling strum_macros v0.27.2
15232026-06-09T04:02:58.918Z Compiling test-strategy v0.4.5
15242026-06-09T04:02:59.181Z Compiling instant v0.1.13
15252026-06-09T04:02:59.302Z Compiling rustls-native-certs v0.8.4
15262026-06-09T04:02:59.692Z Compiling time v0.3.47
15272026-06-09T04:02:59.932Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15282026-06-09T04:03:00.220Z Compiling crossbeam-channel v0.5.15
15292026-06-09T04:03:00.291Z Compiling crypto-common v0.1.7
15302026-06-09T04:03:01.260Z Compiling parse-display-derive v0.10.0
15312026-06-09T04:03:01.321Z Compiling strum v0.27.2
15322026-06-09T04:03:01.321Z Compiling backon v1.6.0
15332026-06-09T04:03:01.321Z Compiling rand_chacha v0.3.1
15342026-06-09T04:03:01.430Z Compiling rand v0.8.6
15352026-06-09T04:03:01.441Z Compiling slog-json v2.6.1
15362026-06-09T04:03:01.598Z Compiling hostname v0.3.1
15372026-06-09T04:03:01.778Z Compiling toml_parser v1.1.2+spec-1.1.0
15382026-06-09T04:03:02.026Z Compiling toml_datetime v1.1.1+spec-1.1.0
15392026-06-09T04:03:02.189Z Compiling wait-timeout v0.2.1
15402026-06-09T04:03:02.199Z Compiling is-terminal v0.4.17
15412026-06-09T04:03:02.286Z Compiling memmap2 v0.9.10
15422026-06-09T04:03:02.299Z Compiling either v1.16.0
15432026-06-09T04:03:02.339Z Compiling rusty-fork v0.3.1
15442026-06-09T04:03:02.461Z Compiling usdt v0.6.0
15452026-06-09T04:03:02.490Z Compiling slog-term v2.9.2
15462026-06-09T04:03:02.500Z Compiling toml v1.1.2+spec-1.1.0
15472026-06-09T04:03:02.504Z Compiling slog-bunyan v2.5.0
15482026-06-09T04:03:02.641Z Compiling serde_with v3.20.0
15492026-06-09T04:03:02.699Z Compiling async-compression v0.4.42
15502026-06-09T04:03:02.729Z Compiling rand_xorshift v0.4.0
15512026-06-09T04:03:02.880Z Compiling rustls-pemfile v2.2.0
15522026-06-09T04:03:03.006Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15532026-06-09T04:03:03.070Z Compiling regress v0.10.5
15542026-06-09T04:03:03.082Z Compiling hostname v0.4.2
15552026-06-09T04:03:03.127Z Compiling humantime v2.3.0
15562026-06-09T04:03:03.979Z Compiling proptest v1.11.0
15572026-06-09T04:03:04.008Z Compiling iddqd v0.4.2
15582026-06-09T04:03:04.008Z Compiling reqwest v0.12.28
15592026-06-09T04:03:04.121Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15602026-06-09T04:03:04.274Z Compiling block-buffer v0.10.4
15612026-06-09T04:03:04.444Z Compiling digest v0.10.7
15622026-06-09T04:03:04.539Z Compiling itertools v0.14.0
15632026-06-09T04:03:04.640Z Compiling progenitor-client v0.10.0
15642026-06-09T04:03:04.687Z Compiling parse-display v0.10.0
15652026-06-09T04:03:04.918Z Compiling backoff v0.4.0
15662026-06-09T04:03:05.052Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15672026-06-09T04:03:05.698Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15682026-06-09T04:03:06.922Z Compiling regress v0.11.1
15692026-06-09T04:03:07.109Z Compiling utf8parse v0.2.2
15702026-06-09T04:03:07.226Z Compiling anstyle-parse v1.0.0
15712026-06-09T04:03:07.281Z Compiling is_terminal_polyfill v1.70.2
15722026-06-09T04:03:07.369Z Compiling anstyle v1.0.14
15732026-06-09T04:03:07.403Z Compiling anstyle-query v1.1.5
15742026-06-09T04:03:07.512Z Compiling colorchoice v1.0.5
15752026-06-09T04:03:07.632Z Compiling anstream v1.0.0
15762026-06-09T04:03:08.197Z Compiling toml_datetime v0.6.11
15772026-06-09T04:03:08.361Z Compiling zerocopy-derive v0.7.35
15782026-06-09T04:03:08.464Z Compiling typify-impl v0.6.2
15792026-06-09T04:03:08.476Z Compiling convert_case v0.4.0
15802026-06-09T04:03:08.776Z Compiling clap_lex v1.1.0
15812026-06-09T04:03:08.968Z Compiling cpufeatures v0.2.17
15822026-06-09T04:03:08.986Z Compiling derive_more v0.99.20
15832026-06-09T04:03:09.502Z Compiling zerocopy v0.7.35
15842026-06-09T04:03:09.860Z Compiling unicode-width v0.2.2
15852026-06-09T04:03:10.297Z Compiling secrecy v0.10.3
15862026-06-09T04:03:10.573Z Compiling clap_derive v4.6.1
15872026-06-09T04:03:10.607Z Compiling crucible-workspace-hack v0.1.0
15882026-06-09T04:03:10.841Z Compiling tinyvec_macros v0.1.1
15892026-06-09T04:03:10.891Z Compiling float-ord v0.3.2
15902026-06-09T04:03:10.997Z Compiling tinyvec v1.11.0
15912026-06-09T04:03:11.335Z Compiling terminal_size v0.4.4
15922026-06-09T04:03:11.491Z Compiling dtrace-parser v0.2.0
15932026-06-09T04:03:11.581Z Compiling scroll_derive v0.12.1
15942026-06-09T04:03:11.598Z Compiling num-integer v0.1.46
15952026-06-09T04:03:11.916Z Compiling rustc_version v0.4.1
15962026-06-09T04:03:12.137Z Compiling usdt-impl v0.5.0
15972026-06-09T04:03:12.283Z Compiling curve25519-dalek v4.1.3
15982026-06-09T04:03:12.319Z Compiling scroll v0.12.0
15992026-06-09T04:03:12.559Z Compiling dof v0.3.0
16002026-06-09T04:03:12.582Z Compiling hmac v0.12.1
16012026-06-09T04:03:12.610Z Compiling inout v0.1.4
16022026-06-09T04:03:12.722Z Compiling darling_core v0.21.3
16032026-06-09T04:03:12.753Z Compiling ff v0.13.1
16042026-06-09T04:03:12.890Z Compiling thread-id v4.2.2
16052026-06-09T04:03:12.962Z Compiling group v0.13.0
16062026-06-09T04:03:13.352Z Compiling cipher v0.4.4
16072026-06-09T04:03:13.380Z Compiling hkdf v0.12.4
16082026-06-09T04:03:13.509Z Compiling goblin v0.8.2
16092026-06-09T04:03:13.589Z Compiling num-iter v0.1.45
16102026-06-09T04:03:13.602Z Compiling num-rational v0.4.2
16112026-06-09T04:03:13.684Z Compiling clap_builder v4.6.0
16122026-06-09T04:03:15.075Z Compiling toml_edit v0.25.12+spec-1.1.0
16132026-06-09T04:03:15.282Z Compiling thiserror-impl-no-std v2.0.2
16142026-06-09T04:03:15.282Z Compiling universal-hash v0.5.1
16152026-06-09T04:03:15.283Z Compiling crypto-bigint v0.5.5
16162026-06-09T04:03:15.283Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16172026-06-09T04:03:15.283Z Compiling typify-macro v0.6.2
16182026-06-09T04:03:15.283Z Compiling darling_macro v0.21.3
16192026-06-09T04:03:15.334Z Compiling crossbeam-epoch v0.9.18
16202026-06-09T04:03:15.410Z Compiling half v2.7.1
16212026-06-09T04:03:15.431Z Compiling curve25519-dalek-derive v0.1.1
16222026-06-09T04:03:15.494Z Compiling num-complex v0.4.6
16232026-06-09T04:03:15.810Z Compiling opaque-debug v0.3.1
16242026-06-09T04:03:15.878Z Compiling base64ct v1.8.3
16252026-06-09T04:03:15.892Z Compiling ciborium-io v0.2.2
16262026-06-09T04:03:15.984Z Compiling base16ct v0.2.0
16272026-06-09T04:03:16.048Z Compiling ciborium-ll v0.2.2
16282026-06-09T04:03:16.172Z Compiling password-hash v0.5.0
16292026-06-09T04:03:16.177Z Compiling elliptic-curve v0.13.8
16302026-06-09T04:03:16.453Z Compiling poly1305 v0.8.0
16312026-06-09T04:03:16.526Z Compiling num v0.4.3
16322026-06-09T04:03:16.867Z Compiling typify v0.6.2
16332026-06-09T04:03:16.889Z Compiling darling v0.21.3
16342026-06-09T04:03:16.955Z Compiling clap v4.6.1
16352026-06-09T04:03:17.056Z Compiling thiserror-no-std v2.0.2
16362026-06-09T04:03:17.109Z Compiling proc-macro-crate v3.5.0
16372026-06-09T04:03:17.347Z Compiling chacha20 v0.9.1
16382026-06-09T04:03:17.481Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16392026-06-09T04:03:17.574Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16402026-06-09T04:03:18.000Z Compiling blake2 v0.10.6
16412026-06-09T04:03:18.168Z Compiling aead v0.5.2
16422026-06-09T04:03:18.200Z Compiling byte-wrapper v0.1.0
16432026-06-09T04:03:18.322Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16442026-06-09T04:03:18.442Z Compiling proc-macro-error-attr v1.0.4
16452026-06-09T04:03:18.664Z Compiling prettyplease v0.2.37
16462026-06-09T04:03:18.707Z Compiling unsafe-libyaml v0.2.11
16472026-06-09T04:03:18.743Z Compiling keccak v0.1.6
16482026-06-09T04:03:18.917Z Compiling heapless v0.8.0
16492026-06-09T04:03:18.948Z Compiling rustix v0.38.44
16502026-06-09T04:03:19.388Z Compiling serde_yaml v0.9.34+deprecated
16512026-06-09T04:03:19.484Z Compiling sha3 v0.10.9
16522026-06-09T04:03:19.746Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16532026-06-09T04:03:20.317Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16542026-06-09T04:03:20.473Z Compiling chacha20poly1305 v0.10.1
16552026-06-09T04:03:20.551Z Compiling argon2 v0.5.3
16562026-06-09T04:03:20.855Z Compiling num_enum_derive v0.7.6
16572026-06-09T04:03:20.873Z Compiling vsss-rs v3.3.4
16582026-06-09T04:03:20.932Z Compiling ingot-macros v0.1.1
16592026-06-09T04:03:20.965Z Compiling ciborium v0.2.2
16602026-06-09T04:03:21.718Z Compiling usdt-attr-macro v0.5.0
16612026-06-09T04:03:21.895Z Compiling usdt-macro v0.5.0
16622026-06-09T04:03:22.925Z Compiling serde_spanned v0.6.9
16632026-06-09T04:03:23.080Z Compiling enum-as-inner v0.6.1
16642026-06-09T04:03:23.133Z Compiling hash32 v0.3.1
16652026-06-09T04:03:23.252Z Compiling proc-macro-error v1.0.4
16662026-06-09T04:03:23.476Z Compiling memmap v0.7.0
16672026-06-09T04:03:23.635Z Compiling memoffset v0.9.1
16682026-06-09T04:03:23.718Z Compiling winnow v0.5.40
16692026-06-09T04:03:23.718Z Compiling winnow v0.7.15
16702026-06-09T04:03:23.778Z Compiling indent_write v2.2.0
16712026-06-09T04:03:24.089Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16722026-06-09T04:03:24.155Z Compiling smoltcp v0.11.0
16732026-06-09T04:03:24.155Z Compiling toml_write v0.1.2
16742026-06-09T04:03:24.155Z Compiling cfg_aliases v0.2.1
16752026-06-09T04:03:24.155Z Compiling data-encoding v2.11.0
16762026-06-09T04:03:24.155Z Compiling nix v0.31.3
16772026-06-09T04:03:24.277Z Compiling ingot-types v0.1.2
16782026-06-09T04:03:24.349Z Compiling usdt v0.5.0
16792026-06-09T04:03:24.532Z Compiling rustls-webpki v0.103.13
16802026-06-09T04:03:25.672Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16812026-06-09T04:03:25.698Z Compiling num_enum v0.7.6
16822026-06-09T04:03:25.698Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16832026-06-09T04:03:25.698Z Compiling toml_edit v0.19.15
16842026-06-09T04:03:25.698Z Compiling toml_edit v0.22.27
16852026-06-09T04:03:25.698Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16862026-06-09T04:03:25.698Z Compiling tabwriter v1.4.1
16872026-06-09T04:03:25.896Z Compiling cobs v0.3.0
16882026-06-09T04:03:25.929Z Compiling serde_repr v0.1.20
16892026-06-09T04:03:26.104Z Compiling vcpkg v0.2.15
16902026-06-09T04:03:26.458Z Compiling pkg-config v0.3.33
16912026-06-09T04:03:26.517Z Compiling managed v0.8.0
16922026-06-09T04:03:26.652Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16932026-06-09T04:03:26.738Z Compiling bitflags v1.3.2
16942026-06-09T04:03:26.898Z Compiling openssl-sys v0.9.116
16952026-06-09T04:03:26.938Z Compiling toml v0.8.23
16962026-06-09T04:03:26.971Z Compiling proc-macro-crate v1.3.1
16972026-06-09T04:03:27.312Z Compiling postcard v1.1.3
16982026-06-09T04:03:27.641Z Compiling ingot v0.1.1
16992026-06-09T04:03:28.498Z Compiling tokio-rustls v0.26.4
17002026-06-09T04:03:28.537Z Compiling hyper-rustls v0.27.9
17012026-06-09T04:03:28.537Z Compiling rustls-platform-verifier v0.7.0
17022026-06-09T04:03:28.631Z Compiling reqwest v0.13.4
17032026-06-09T04:03:29.472Z Compiling hubpack_derive v0.1.1
17042026-06-09T04:03:29.476Z Compiling foreign-types-macros v0.2.3
17052026-06-09T04:03:30.013Z Compiling progenitor-client v0.14.0
17062026-06-09T04:03:30.184Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17072026-06-09T04:03:30.202Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17082026-06-09T04:03:30.330Z Compiling progenitor-extras v0.2.0
17092026-06-09T04:03:30.510Z Compiling swrite v0.1.0
17102026-06-09T04:03:30.586Z Compiling semver v0.1.20
17112026-06-09T04:03:30.617Z Compiling colored v3.1.1
17122026-06-09T04:03:30.850Z Compiling static_assertions v1.1.0
17132026-06-09T04:03:30.938Z Compiling linked-hash-map v0.5.6
17142026-06-09T04:03:30.980Z Compiling rayon-core v1.13.0
17152026-06-09T04:03:31.008Z Compiling resolv-conf v0.7.6
17162026-06-09T04:03:31.123Z Compiling foreign-types-shared v0.3.1
17172026-06-09T04:03:31.147Z Compiling unicode-segmentation v1.13.3
17182026-06-09T04:03:31.209Z Compiling heck v0.4.1
17192026-06-09T04:03:31.264Z Compiling foreign-types v0.5.0
17202026-06-09T04:03:31.342Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17212026-06-09T04:03:31.393Z Compiling lru-cache v0.1.2
17222026-06-09T04:03:31.413Z Compiling rustc_version v0.1.7
17232026-06-09T04:03:31.530Z Compiling newline-converter v0.3.0
17242026-06-09T04:03:31.594Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17252026-06-09T04:03:31.619Z Compiling hubpack v0.1.2
17262026-06-09T04:03:32.798Z Compiling num_enum_derive v0.5.11
17272026-06-09T04:03:32.992Z Compiling atomicwrites v0.4.4
17282026-06-09T04:03:33.215Z Compiling hickory-proto v0.24.4
17292026-06-09T04:03:33.956Z Compiling progenitor-impl v0.13.0
17302026-06-09T04:03:34.052Z Compiling crossbeam-deque v0.8.6
17312026-06-09T04:03:34.150Z Compiling console v0.15.11
17322026-06-09T04:03:35.314Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17332026-06-09T04:03:35.377Z Compiling camino-tempfile v1.4.1
17342026-06-09T04:03:35.377Z Compiling chacha20 v0.10.0
17352026-06-09T04:03:35.377Z Compiling serde-big-array v0.5.1
17362026-06-09T04:03:35.377Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-06-09T04:03:35.430Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-06-09T04:03:35.469Z Compiling pin-project-internal v1.1.13
17392026-06-09T04:03:36.516Z Compiling num-derive v0.4.2
17402026-06-09T04:03:36.531Z Compiling derive-where v1.6.1
17412026-06-09T04:03:37.225Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17422026-06-09T04:03:37.442Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17432026-06-09T04:03:37.459Z Compiling cstr-argument v0.1.2
17442026-06-09T04:03:37.500Z Compiling similar v2.7.0
17452026-06-09T04:03:37.800Z Compiling minimal-lexical v0.2.1
17462026-06-09T04:03:37.872Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17472026-06-09T04:03:37.976Z Compiling siphasher v1.0.3
17482026-06-09T04:03:38.009Z Compiling nom v7.1.3
17492026-06-09T04:03:38.127Z Compiling phf_shared v0.12.1
17502026-06-09T04:03:38.177Z Compiling expectorate v1.2.0
17512026-06-09T04:03:38.310Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17522026-06-09T04:03:38.330Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17532026-06-09T04:03:38.343Z Compiling progenitor-macro v0.13.0
17542026-06-09T04:03:38.434Z Compiling pin-project v1.1.13
17552026-06-09T04:03:38.533Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17562026-06-09T04:03:38.564Z Compiling rand v0.10.1
17572026-06-09T04:03:38.595Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17582026-06-09T04:03:38.748Z Compiling hickory-resolver v0.24.4
17592026-06-09T04:03:39.231Z Compiling num_enum v0.5.11
17602026-06-09T04:03:39.343Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17612026-06-09T04:03:39.355Z Compiling newtype_derive v0.1.6
17622026-06-09T04:03:39.550Z Compiling progenitor-client v0.13.0
17632026-06-09T04:03:39.854Z Compiling progenitor-impl v0.14.0
17642026-06-09T04:03:39.997Z Compiling unicode-normalization v0.1.25
17652026-06-09T04:03:40.491Z Compiling tokio-stream v0.1.18
17662026-06-09T04:03:40.958Z Compiling async-recursion v1.1.1
17672026-06-09T04:03:41.151Z Compiling snafu-derive v0.8.9
17682026-06-09T04:03:41.388Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17692026-06-09T04:03:41.521Z Compiling slog-dtrace v0.3.0
17702026-06-09T04:03:41.688Z Compiling csv-core v0.1.13
17712026-06-09T04:03:41.696Z Compiling bstr v1.12.1
17722026-06-09T04:03:41.750Z Compiling openssl v0.10.80
17732026-06-09T04:03:41.946Z Compiling foreign-types-shared v0.1.1
17742026-06-09T04:03:42.057Z Compiling owo-colors v4.3.0
17752026-06-09T04:03:42.093Z Compiling highway v1.3.0
17762026-06-09T04:03:42.197Z Compiling konst_macro_rules v0.2.19
17772026-06-09T04:03:42.373Z Compiling cancel-safe-futures v0.1.5
17782026-06-09T04:03:42.386Z Compiling unicode-width v0.1.14
17792026-06-09T04:03:42.428Z Compiling foldhash v0.1.5
17802026-06-09T04:03:42.627Z Compiling chrono-tz v0.10.4
17812026-06-09T04:03:42.667Z Compiling same-file v1.0.6
17822026-06-09T04:03:42.699Z Compiling unicode-xid v0.2.6
17832026-06-09T04:03:42.782Z Compiling const_format_proc_macros v0.2.34
17842026-06-09T04:03:42.804Z Compiling walkdir v2.5.0
17852026-06-09T04:03:42.887Z Compiling snafu v0.8.9
17862026-06-09T04:03:42.906Z Compiling hashbrown v0.15.5
17872026-06-09T04:03:43.218Z Compiling konst v0.2.20
17882026-06-09T04:03:43.231Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17892026-06-09T04:03:43.295Z Compiling globset v0.4.18
17902026-06-09T04:03:43.434Z Compiling foreign-types v0.3.2
17912026-06-09T04:03:43.435Z Compiling csv v1.4.0
17922026-06-09T04:03:43.451Z Compiling progenitor v0.13.0
17932026-06-09T04:03:43.451Z Compiling progenitor-macro v0.14.0
17942026-06-09T04:03:43.675Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17952026-06-09T04:03:43.725Z Compiling qorb v0.4.1
17962026-06-09T04:03:43.725Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17972026-06-09T04:03:44.007Z Compiling olpc-cjson v0.1.4
17982026-06-09T04:03:44.181Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17992026-06-09T04:03:46.230Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18002026-06-09T04:03:46.302Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18012026-06-09T04:03:46.302Z Compiling rayon v1.12.0
18022026-06-09T04:03:46.302Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18032026-06-09T04:03:46.302Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18042026-06-09T04:03:46.403Z Compiling phf v0.12.1
18052026-06-09T04:03:46.546Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-06-09T04:03:47.012Z Compiling zone_cfg_derive v0.3.1
18072026-06-09T04:03:47.449Z Compiling tokio-dtrace v0.1.1
18082026-06-09T04:03:47.621Z Compiling itertools v0.12.1
18092026-06-09T04:03:47.717Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18102026-06-09T04:03:47.746Z Compiling libsw-core v0.3.2
18112026-06-09T04:03:47.907Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18122026-06-09T04:03:47.917Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-06-09T04:03:48.280Z Compiling serde_plain v1.0.2
18142026-06-09T04:03:48.451Z Compiling openssl-macros v0.1.1
18152026-06-09T04:03:48.495Z Compiling pem v3.0.6
18162026-06-09T04:03:48.528Z Compiling cookie v0.18.1
18172026-06-09T04:03:48.782Z Compiling sigpipe v0.1.3
18182026-06-09T04:03:48.858Z Compiling glob v0.3.3
18192026-06-09T04:03:48.877Z Compiling bytecount v0.6.9
18202026-06-09T04:03:48.877Z Compiling typed-path v0.9.3
18212026-06-09T04:03:48.889Z Compiling jiff v0.2.28
18222026-06-09T04:03:48.911Z Compiling fixedbitset v0.4.2
18232026-06-09T04:03:48.948Z Compiling fixedbitset v0.5.7
18242026-06-09T04:03:48.982Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-06-09T04:03:49.209Z Compiling petgraph v0.8.3
18262026-06-09T04:03:49.274Z Compiling petgraph v0.6.5
18272026-06-09T04:03:49.292Z Compiling papergrid v0.11.0
18282026-06-09T04:03:50.222Z Compiling tough v0.22.0
18292026-06-09T04:03:50.865Z Compiling zone v0.3.1
18302026-06-09T04:03:51.016Z Compiling progenitor v0.14.0
18312026-06-09T04:03:51.132Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18322026-06-09T04:03:51.155Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18332026-06-09T04:03:51.189Z Compiling libsw v3.5.0
18342026-06-09T04:03:51.326Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-06-09T04:03:51.346Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18362026-06-09T04:03:51.359Z Compiling oxide-tokio-rt v0.1.6
18372026-06-09T04:03:51.545Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-06-09T04:03:51.612Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18392026-06-09T04:03:51.666Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-09T04:03:52.546Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-09T04:03:52.728Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-09T04:03:52.741Z Compiling const_format v0.2.36
18432026-06-09T04:03:53.140Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18442026-06-09T04:03:53.373Z Compiling tabled_derive v0.7.0
18452026-06-09T04:03:53.544Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-09T04:03:53.588Z Compiling gethostname v0.5.0
18472026-06-09T04:03:53.608Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-06-09T04:03:53.706Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18492026-06-09T04:03:53.726Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-06-09T04:03:53.766Z Compiling bcs v0.1.6
18512026-06-09T04:03:53.852Z Compiling smf v0.2.3
18522026-06-09T04:03:54.086Z Compiling lazy_static v1.5.0
18532026-06-09T04:03:54.138Z Compiling unicode-linebreak v0.1.5
18542026-06-09T04:03:54.193Z Compiling termtree v0.5.1
18552026-06-09T04:03:54.460Z Compiling whoami v1.6.1
18562026-06-09T04:03:54.476Z Compiling smawk v0.3.2
18572026-06-09T04:03:54.476Z Compiling tagptr v0.2.0
18582026-06-09T04:03:54.476Z Compiling linear-map v1.2.0
18592026-06-09T04:03:54.508Z Compiling moka v0.12.15
18602026-06-09T04:03:54.651Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-09T04:03:54.670Z Compiling textwrap v0.16.2
18622026-06-09T04:03:54.670Z Compiling tabled v0.15.0
18632026-06-09T04:03:55.185Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-09T04:03:55.276Z Compiling steno v0.4.1
18652026-06-09T04:03:55.337Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-09T04:03:56.349Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-09T04:03:56.498Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-09T04:03:57.355Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-09T04:03:57.434Z Compiling hickory-proto v0.25.2
18702026-06-09T04:03:58.260Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18712026-06-09T04:03:58.279Z Compiling parking_lot_core v0.8.6
18722026-06-09T04:03:58.515Z Compiling libscf-sys v1.2.0
18732026-06-09T04:03:58.627Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-09T04:03:58.673Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18752026-06-09T04:03:58.917Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18762026-06-09T04:03:59.273Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18772026-06-09T04:03:59.277Z Compiling hickory-resolver v0.25.2
18782026-06-09T04:03:59.368Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18792026-06-09T04:03:59.437Z Compiling nom v8.0.0
18802026-06-09T04:03:59.783Z Compiling parking_lot v0.11.2
18812026-06-09T04:03:59.799Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18822026-06-09T04:03:59.807Z Compiling fxhash v0.2.1
18832026-06-09T04:03:59.964Z Compiling internet-checksum v0.2.1
18842026-06-09T04:04:00.079Z Compiling sled v0.34.7
18852026-06-09T04:04:00.106Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18862026-06-09T04:04:00.188Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-09T04:04:01.593Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18882026-06-09T04:04:04.954Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-09T04:04:06.033Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18902026-06-09T04:04:15.292Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-09T04:04:15.292Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-09T04:04:15.577Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18932026-06-09T04:04:16.144Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18942026-06-09T04:04:17.193Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18952026-06-09T04:04:39.448Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
18962026-06-09T04:04:39.625Z────────────
18972026-06-09T04:04:39.625Z Nextest run ID 64ef2107-b64e-43d4-9cff-3a6be072367c with nextest profile: default
18982026-06-09T04:04:39.625Z Starting 15 tests across 1 binary (28 tests skipped)
18992026-06-09T04:04:56.615Z PASS [ 16.987s] rdb proptest::prop_ipv4_default_contains_all
19002026-06-09T04:04:56.619Z PASS [ 16.992s] rdb proptest::prop_ipv4_host_bits_always_unset
19012026-06-09T04:04:56.665Z PASS [ 17.038s] rdb proptest::prop_ipv6_default_contains_all
19022026-06-09T04:04:56.672Z PASS [ 17.040s] rdb proptest::prop_ipv6_host_bits_always_unset
19032026-06-09T04:04:56.675Z PASS [ 17.046s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19042026-06-09T04:04:56.675Z PASS [ 17.046s] rdb proptest::prop_ipv4_within_self
19052026-06-09T04:04:56.701Z PASS [ 17.074s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19062026-06-09T04:05:13.547Z PASS [ 16.918s] rdb proptest::prop_ipv6_within_self
19072026-06-09T04:05:22.766Z PASS [ 26.146s] rdb proptest::prop_static_route_key_deduplication
19082026-06-09T04:05:33.027Z PASS [ 36.351s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19092026-06-09T04:05:33.043Z PASS [ 36.368s] rdb proptest::prop_static_route_key_normalization_preserves_length
19102026-06-09T04:05:33.053Z PASS [ 36.381s] rdb proptest::prop_static_route_key_normalization_idempotent
19112026-06-09T04:05:33.123Z PASS [ 36.454s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19122026-06-09T04:05:39.692Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19132026-06-09T04:05:49.371Z PASS [ 52.513s] rdb proptest::prop_static_route_key_ord_consistency
19142026-06-09T04:06:39.642Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19152026-06-09T04:07:39.641Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19162026-06-09T04:08:39.646Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19172026-06-09T04:08:56.216Z PASS [ 256.575s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19182026-06-09T04:08:56.219Z────────────
19192026-06-09T04:08:56.219Z Summary [ 256.576s] 15 tests run: 15 passed (1 slow), 28 skipped
19202026-06-09T04:08:56.231Z+ cp './*.log' /work/
19212026-06-09T04:08:56.235Z+ true
19222026-06-09T04:08:56.235Z+ [[ -d proptest-regressions ]]
19232026-06-09T04:08:56.235Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19242026-06-09T04:08:56.235Z+ popd
19252026-06-09T04:08:56.235Z+ pushd bgp
19262026-06-09T04:08:56.235Z/work/oxidecomputer/maghemite
19272026-06-09T04:08:56.235Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19282026-06-09T04:08:56.235Z+ PROPTEST_CASES=1000000
19292026-06-09T04:08:56.235Z+ cargo nextest run --lib proptest
19302026-06-09T04:08:57.403Z Compiling smallvec v1.15.1
19312026-06-09T04:08:57.563Z Compiling crunchy v0.2.4
19322026-06-09T04:08:57.583Z Compiling tiny-keccak v2.0.2
19332026-06-09T04:08:57.593Z Compiling ahash v0.8.12
19342026-06-09T04:08:57.596Z Compiling smartstring v1.0.1
19352026-06-09T04:08:57.610Z Compiling thin-vec v0.2.18
19362026-06-09T04:08:57.610Z Compiling serial_test_derive v3.5.0
19372026-06-09T04:08:57.702Z Compiling icu_normalizer v2.2.0
19382026-06-09T04:08:57.721Z Compiling parking_lot_core v0.9.12
19392026-06-09T04:08:57.872Z Compiling parking_lot_core v0.8.6
19402026-06-09T04:08:57.953Z Compiling parking_lot v0.12.5
19412026-06-09T04:08:58.098Z Compiling idna_adapter v1.2.2
19422026-06-09T04:08:58.158Z Compiling tokio v1.52.3
19432026-06-09T04:08:58.283Z Compiling idna v1.1.0
19442026-06-09T04:08:58.355Z Compiling moka v0.12.15
19452026-06-09T04:08:58.427Z Compiling parking_lot v0.11.2
19462026-06-09T04:08:58.573Z Compiling url v2.5.8
19472026-06-09T04:08:58.836Z Compiling const-random-macro v0.1.16
19482026-06-09T04:08:58.877Z Compiling sled v0.34.7
19492026-06-09T04:08:59.025Z Compiling rhai_codegen v3.2.0
19502026-06-09T04:08:59.124Z Compiling schemars v0.8.22
19512026-06-09T04:08:59.234Z Compiling const-random v0.1.18
19522026-06-09T04:08:59.412Z Compiling yansi v1.0.1
19532026-06-09T04:08:59.452Z Compiling diff v0.1.13
19542026-06-09T04:08:59.540Z Compiling serial_test v3.5.0
19552026-06-09T04:08:59.718Z Compiling pretty_assertions v1.4.1
19562026-06-09T04:08:59.869Z Compiling ipnetwork v0.21.1
19572026-06-09T04:08:59.931Z Compiling newtype-uuid v1.3.2
19582026-06-09T04:08:59.976Z Compiling serde_with v3.20.0
19592026-06-09T04:09:00.270Z Compiling oxnet v0.1.6
19602026-06-09T04:09:00.360Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19612026-06-09T04:09:00.364Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19622026-06-09T04:09:00.633Z Compiling daft v0.1.7
19632026-06-09T04:09:00.726Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19642026-06-09T04:09:00.745Z Compiling typify-impl v0.6.2
19652026-06-09T04:09:00.891Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19662026-06-09T04:09:01.047Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19672026-06-09T04:09:01.277Z Compiling iddqd v0.4.2
19682026-06-09T04:09:01.515Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19692026-06-09T04:09:01.652Z Compiling byte-wrapper v0.1.0
19702026-06-09T04:09:01.730Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19712026-06-09T04:09:01.868Z Compiling tokio-util v0.7.18
19722026-06-09T04:09:02.012Z Compiling tokio-rustls v0.26.4
19732026-06-09T04:09:02.318Z Compiling tower v0.5.3
19742026-06-09T04:09:02.430Z Compiling h2 v0.4.14
19752026-06-09T04:09:02.584Z Compiling async-compression v0.4.42
19762026-06-09T04:09:02.642Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19772026-06-09T04:09:02.781Z Compiling tower-http v0.6.11
19782026-06-09T04:09:02.882Z Compiling backoff v0.4.0
19792026-06-09T04:09:03.595Z Compiling typify v0.6.2
19802026-06-09T04:09:03.706Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19812026-06-09T04:09:03.884Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19822026-06-09T04:09:04.401Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19832026-06-09T04:09:04.613Z Compiling hyper v1.10.1
19842026-06-09T04:09:04.759Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19852026-06-09T04:09:04.897Z Compiling hickory-proto v0.24.4
19862026-06-09T04:09:05.052Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19872026-06-09T04:09:05.560Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19882026-06-09T04:09:06.232Z Compiling hyper-util v0.1.20
19892026-06-09T04:09:06.424Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19902026-06-09T04:09:06.522Z Compiling progenitor-impl v0.13.0
19912026-06-09T04:09:06.616Z Compiling tokio-stream v0.1.18
19922026-06-09T04:09:07.063Z Compiling hickory-resolver v0.24.4
19932026-06-09T04:09:07.086Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19942026-06-09T04:09:07.448Z Compiling hyper-rustls v0.27.9
19952026-06-09T04:09:07.761Z Compiling reqwest v0.13.4
19962026-06-09T04:09:07.951Z Compiling dropshot v0.17.1
19972026-06-09T04:09:08.340Z Compiling reqwest v0.12.28
19982026-06-09T04:09:09.683Z Compiling progenitor-client v0.14.0
19992026-06-09T04:09:10.057Z Compiling progenitor-extras v0.2.0
20002026-06-09T04:09:10.137Z Compiling progenitor-client v0.10.0
20012026-06-09T04:09:10.692Z Compiling progenitor-client v0.13.0
20022026-06-09T04:09:10.832Z Compiling qorb v0.4.1
20032026-06-09T04:09:11.069Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20042026-06-09T04:09:11.855Z Compiling progenitor v0.13.0
20052026-06-09T04:09:11.997Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20062026-06-09T04:09:12.016Z Compiling progenitor-impl v0.14.0
20072026-06-09T04:09:13.051Z Compiling libsw-core v0.3.2
20082026-06-09T04:09:13.082Z Compiling tokio-dtrace v0.1.1
20092026-06-09T04:09:13.233Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20102026-06-09T04:09:13.365Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20112026-06-09T04:09:13.744Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20122026-06-09T04:09:14.241Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20132026-06-09T04:09:14.679Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20142026-06-09T04:09:14.828Z Compiling oxide-tokio-rt v0.1.6
20152026-06-09T04:09:14.859Z Compiling libsw v3.5.0
20162026-06-09T04:09:15.050Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20172026-06-09T04:09:15.186Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20182026-06-09T04:09:15.494Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-06-09T04:09:15.524Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20202026-06-09T04:09:15.629Z Compiling progenitor v0.14.0
20212026-06-09T04:09:16.436Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20222026-06-09T04:09:17.162Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-06-09T04:09:17.665Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-06-09T04:09:17.776Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20252026-06-09T04:09:18.071Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20262026-06-09T04:09:18.214Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-06-09T04:09:18.326Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-06-09T04:09:18.415Z Compiling tough v0.22.0
20292026-06-09T04:09:18.781Z Compiling cancel-safe-futures v0.1.5
20302026-06-09T04:09:18.847Z Compiling zone v0.3.1
20312026-06-09T04:09:19.070Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20322026-06-09T04:09:19.074Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-06-09T04:09:19.331Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-06-09T04:09:19.370Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-06-09T04:09:19.635Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-09T04:09:19.728Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-06-09T04:09:19.818Z Compiling steno v0.4.1
20382026-06-09T04:09:19.977Z Compiling hickory-proto v0.25.2
20392026-06-09T04:09:20.546Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20402026-06-09T04:09:21.037Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-06-09T04:09:21.603Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20422026-06-09T04:09:21.912Z Compiling hickory-resolver v0.25.2
20432026-06-09T04:09:22.108Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20442026-06-09T04:09:22.218Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20452026-06-09T04:09:22.558Z Compiling rhai v1.25.1
20462026-06-09T04:09:22.833Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-06-09T04:09:23.342Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-06-09T04:09:23.370Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-09T04:09:24.490Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-09T04:09:25.058Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-09T04:09:25.456Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-09T04:09:26.367Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-09T04:09:26.602Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-09T04:09:27.089Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20552026-06-09T04:09:33.185Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-09T04:09:40.767Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-09T04:09:42.358Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-09T04:09:43.399Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20592026-06-09T04:09:44.340Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20602026-06-09T04:09:45.155Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20612026-06-09T04:09:47.112Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20622026-06-09T04:10:18.122Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s
20632026-06-09T04:10:18.297Z────────────
20642026-06-09T04:10:18.297Z Nextest run ID 1255b093-c356-410e-b755-d9ad80271fce with nextest profile: default
20652026-06-09T04:10:18.297Z Starting 17 tests across 1 binary (133 tests skipped)
20662026-06-09T04:10:35.592Z PASS [ 17.293s] bgp proptest::prop_ipv4_wire_format_roundtrip
20672026-06-09T04:10:37.376Z PASS [ 19.078s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20682026-06-09T04:10:37.510Z PASS [ 19.211s] bgp proptest::prop_ipv4_prefixes_roundtrip
20692026-06-09T04:10:38.707Z PASS [ 20.409s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20702026-06-09T04:10:39.212Z PASS [ 20.914s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20712026-06-09T04:10:39.348Z PASS [ 21.049s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20722026-06-09T04:10:47.392Z PASS [ 29.093s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20732026-06-09T04:10:52.801Z PASS [ 17.209s] bgp proptest::prop_ipv6_wire_format_roundtrip
20742026-06-09T04:10:57.749Z PASS [ 20.372s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20752026-06-09T04:10:57.870Z PASS [ 19.163s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20762026-06-09T04:10:58.513Z PASS [ 19.165s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20772026-06-09T04:10:59.040Z PASS [ 19.827s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20782026-06-09T04:11:18.761Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20792026-06-09T04:11:21.911Z PASS [ 29.107s] bgp proptest::prop_update_mp_unreach_roundtrip
20802026-06-09T04:11:26.432Z PASS [ 68.057s] bgp proptest::prop_encode_decode_semantic_equivalence
20812026-06-09T04:11:37.514Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20822026-06-09T04:11:47.407Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20832026-06-09T04:11:48.994Z PASS [ 70.732s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20842026-06-09T04:11:58.900Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20852026-06-09T04:12:00.288Z PASS [ 62.522s] bgp proptest::prop_update_traditional_roundtrip
20862026-06-09T04:12:01.932Z PASS [ 74.480s] bgp proptest::prop_update_mp_reach_roundtrip
20872026-06-09T04:12:01.944Z────────────
20882026-06-09T04:12:01.944Z Summary [ 103.574s] 17 tests run: 17 passed (4 slow), 133 skipped
20892026-06-09T04:12:01.944Z+ cp './*.log' /work/
20902026-06-09T04:12:01.944Z+ true
20912026-06-09T04:12:01.944Z+ [[ -d proptest-regressions ]]
20922026-06-09T04:12:01.944Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20932026-06-09T04:12:01.944Z+ popd
20942026-06-09T04:12:01.944Z/work/oxidecomputer/maghemite
20952026-06-09T04:12:01.944Zprocess exited: duration 722208 ms, exit code 0
 
20962026-06-09T04:12:01.964Zfound 0 output files