01KVYESH2WGFX42J67JDTT3JCP: 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: 01KVYET1KTPH85K8TX23W14CPN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T03:58:46.487Zjob assigned to worker 01KVYETPY25BDYF9B9W111XWK6 [factory aws, i-0cdd0b475d4988d35] (queued for 1 m 13 s)
 
22026-06-25T03:58:53.018Zstarting task 0: "setup"
32026-06-25T03:58:53.022Z++ uname -s
42026-06-25T03:58:53.025Z+ kern=SunOS
52026-06-25T03:58:53.025Z+ build_user=build
62026-06-25T03:58:53.025Z+ build_uid=12345
72026-06-25T03:58:53.025Z+ work_dir=/work
82026-06-25T03:58:53.025Z+ input_dir=/input
92026-06-25T03:58:53.025Z+ [[ 0 == 12345 ]]
102026-06-25T03:58:53.025Z+ case "$kern" in
112026-06-25T03:58:53.025Z+ groupadd -g 12345 build
122026-06-25T03:58:53.025Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T03:58:55.031Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T03:58:55.119Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T03:58:55.122Z+ home_fs=zfs
162026-06-25T03:58:55.122Z+ [[ zfs == autofs ]]
172026-06-25T03:58:55.122Z+ mkdir -p /home/build
182026-06-25T03:58:55.122Z+ chown build:build /home/build /work
192026-06-25T03:58:57.123Z+ chmod 0700 /home/build /work
202026-06-25T03:58:57.126Zprocess exited: duration 4107 ms, exit code 0
 
212026-06-25T03:58:57.131Zstarting task 1: "rust-toolchain"
222026-06-25T03:58:57.135Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T03:58:57.135Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T03:58:57.135Z * rust toolchain channel = "stable"
252026-06-25T03:58:57.135Z * rust toolchain profile = "default"
262026-06-25T03:58:57.135Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T03:58:57.135Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T03:58:57.138Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T03:58:57.138Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T03:58:57.235Zinfo: downloading installer
312026-06-25T03:58:58.715Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T03:58:58.715Zwarn: /opt/ooce/bin
332026-06-25T03:58:58.715Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T03:58:58.715Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T03:58:58.715Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T03:58:58.715Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T03:58:58.715Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T03:58:58.715Zerror: cannot install while Rust is installed
392026-06-25T03:58:58.715Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T03:58:58.715Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T03:58:58.715Zwarn: /home/build/.rustup/settings.toml
422026-06-25T03:58:58.715Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T03:58:58.715Zwarn: instead of the one inferred from the default host triple.
442026-06-25T03:58:58.727Zinfo: profile set to default
452026-06-25T03:58:58.727Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T03:58:58.730Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T03:58:58.906Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T03:58:58.909Zinfo: downloading 6 components
492026-06-25T03:59:13.639Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T03:59:13.639Z
512026-06-25T03:59:13.678Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T03:59:13.678Z
532026-06-25T03:59:13.678Z
542026-06-25T03:59:13.678ZRust is installed now. Great!
552026-06-25T03:59:13.678Z
562026-06-25T03:59:13.681ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T03:59:13.681Zenvironment variable. This has not been done automatically.
582026-06-25T03:59:13.681Z
592026-06-25T03:59:13.681ZTo configure your current shell, you need to source
602026-06-25T03:59:13.681Zthe corresponding env file under $HOME/.cargo.
612026-06-25T03:59:13.681Z
622026-06-25T03:59:13.681ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T03:59:13.681Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T03:59:13.681Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T03:59:13.681Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T03:59:13.681Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T03:59:13.681Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T03:59:13.681Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T03:59:13.681Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T03:59:13.681Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T03:59:13.779Z+ rustup --version
722026-06-25T03:59:13.789Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T03:59:13.793Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T03:59:13.809Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T03:59:13.812Z+ cargo --version
762026-06-25T03:59:13.824Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T03:59:13.827Z+ rustc --version
782026-06-25T03:59:13.846Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T03:59:13.849Zprocess exited: duration 16715 ms, exit code 0
 
802026-06-25T03:59:13.855Zstarting task 2: "authentication"
812026-06-25T03:59:13.871Zprocess exited: duration 15 ms, exit code 0
 
822026-06-25T03:59:13.877Zstarting task 3: "clone repository"
832026-06-25T03:59:13.880Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T03:59:13.882Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T03:59:13.915ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T03:59:15.076Z+ cd /work/oxidecomputer/maghemite
872026-06-25T03:59:15.076Z+ git fetch origin 588dfef9baf67e938694efd6ac1d0b25a00cb9da
882026-06-25T03:59:15.306ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T03:59:15.306Z * branch 588dfef9baf67e938694efd6ac1d0b25a00cb9da -> FETCH_HEAD
902026-06-25T03:59:15.309Z+ [[ -n renovate/opte ]]
912026-06-25T03:59:15.312Z++ git branch --show-current
922026-06-25T03:59:15.312Z+ current=main
932026-06-25T03:59:15.312Z+ [[ main != renovate/opte ]]
942026-06-25T03:59:15.312Z+ git branch -f renovate/opte 588dfef9baf67e938694efd6ac1d0b25a00cb9da
952026-06-25T03:59:15.315Z+ git checkout -f renovate/opte
962026-06-25T03:59:15.332ZSwitched to branch 'renovate/opte'
972026-06-25T03:59:15.335Z+ git reset --hard 588dfef9baf67e938694efd6ac1d0b25a00cb9da
982026-06-25T03:59:15.350ZHEAD is now at 588dfef Update opte to cd7749d
992026-06-25T03:59:15.353Zprocess exited: duration 1473 ms, exit code 0
 
1002026-06-25T03:59:15.359Zstarting task 4: "build"
1012026-06-25T03:59:15.362Z+ set -e
1022026-06-25T03:59:15.362Z+ NEXTEST_VERSION=0.9.97
1032026-06-25T03:59:15.365Z+ PLATFORM=illumos
1042026-06-25T03:59:15.365Z+ cargo --version
1052026-06-25T03:59:15.368Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-25T03:59:15.526Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-25T03:59:15.529Zinfo: downloading 6 components
1082026-06-25T03:59:31.318Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-25T03:59:31.321Z+ rustc --version
1102026-06-25T03:59:31.347Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-25T03:59:31.350Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-25T03:59:31.392Z Updating crates.io index
1132026-06-25T03:59:31.497Z Downloading crates ...
1142026-06-25T03:59:31.556Z Downloaded cargo-nextest v0.9.97
1152026-06-25T03:59:31.622Z Installing cargo-nextest v0.9.97
1162026-06-25T03:59:31.662Z Updating crates.io index
1172026-06-25T03:59:34.181Z Locking 390 packages to latest compatible versions
1182026-06-25T03:59:34.186Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-25T03:59:34.186Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-25T03:59:34.186Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-25T03:59:34.189Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-25T03:59:34.192Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-25T03:59:34.192Z Adding itertools v0.14.0 (available: v0.15.0)
1242026-06-25T03:59:34.192Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1252026-06-25T03:59:34.192Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1262026-06-25T03:59:34.194Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1272026-06-25T03:59:34.198Z Adding quick-junit v0.5.2 (available: v0.6.0)
1282026-06-25T03:59:34.224Z Downloading crates ...
1292026-06-25T03:59:34.302Z Downloaded anstyle-query v1.1.5
1302026-06-25T03:59:34.307Z Downloaded fnv v1.0.7
1312026-06-25T03:59:34.310Z Downloaded atomic-waker v1.1.2
1322026-06-25T03:59:34.310Z Downloaded base64ct v1.8.3
1332026-06-25T03:59:34.314Z Downloaded enable-ansi-support v0.2.1
1342026-06-25T03:59:34.318Z Downloaded nested v0.1.1
1352026-06-25T03:59:34.321Z Downloaded indent_write v2.2.0
1362026-06-25T03:59:34.325Z Downloaded futures-sink v0.3.32
1372026-06-25T03:59:34.325Z Downloaded cargo-platform v0.3.3
1382026-06-25T03:59:34.328Z Downloaded pathdiff v0.2.3
1392026-06-25T03:59:34.328Z Downloaded find-msvc-tools v0.1.9
1402026-06-25T03:59:34.332Z Downloaded lru-slab v0.1.2
1412026-06-25T03:59:34.335Z Downloaded futures-executor v0.3.32
1422026-06-25T03:59:34.339Z Downloaded crc32fast v1.5.0
1432026-06-25T03:59:34.342Z Downloaded nextest-metadata v0.12.2
1442026-06-25T03:59:34.342Z Downloaded eyre v0.6.12
1452026-06-25T03:59:34.345Z Downloaded addr2line v0.25.1
1462026-06-25T03:59:34.348Z Downloaded config v0.15.24
1472026-06-25T03:59:34.351Z Downloaded convert_case v0.10.0
1482026-06-25T03:59:34.354Z Downloaded clap_derive v4.6.1
1492026-06-25T03:59:34.357Z Downloaded derive_more v2.1.1
1502026-06-25T03:59:34.362Z Downloaded serde_spanned v1.1.1
1512026-06-25T03:59:34.365Z Downloaded owo-colors v4.3.0
1522026-06-25T03:59:34.365Z Downloaded futures-macro v0.3.32
1532026-06-25T03:59:34.368Z Downloaded newtype-uuid v1.3.2
1542026-06-25T03:59:34.368Z Downloaded is_ci v1.2.0
1552026-06-25T03:59:34.371Z Downloaded rustix v1.1.4
1562026-06-25T03:59:34.381Z Downloaded litrs v1.0.0
1572026-06-25T03:59:34.384Z Downloaded is_terminal_polyfill v1.70.2
1582026-06-25T03:59:34.387Z Downloaded http-body v1.0.1
1592026-06-25T03:59:34.387Z Downloaded crypto-common v0.1.7
1602026-06-25T03:59:34.387Z Downloaded clap_lex v1.1.0
1612026-06-25T03:59:34.390Z Downloaded pin-project-internal v1.1.13
1622026-06-25T03:59:34.390Z Downloaded os_pipe v1.2.3
1632026-06-25T03:59:34.392Z Downloaded nextest-workspace-hack v0.1.0
1642026-06-25T03:59:34.392Z Downloaded ordered-float v2.10.1
1652026-06-25T03:59:34.392Z Downloaded cargo_metadata v0.20.0
1662026-06-25T03:59:34.395Z Downloaded aho-corasick v1.1.4
1672026-06-25T03:59:34.397Z Downloaded miette-derive v7.6.0
1682026-06-25T03:59:34.400Z Downloaded ipnet v2.12.0
1692026-06-25T03:59:34.400Z Downloaded home v0.5.12
1702026-06-25T03:59:34.400Z Downloaded heck v0.5.0
1712026-06-25T03:59:34.403Z Downloaded async-scoped v0.9.0
1722026-06-25T03:59:34.403Z Downloaded errno v0.3.14
1732026-06-25T03:59:34.405Z Downloaded lock_api v0.4.14
1742026-06-25T03:59:34.406Z Downloaded document-features v0.2.12
1752026-06-25T03:59:34.406Z Downloaded nextest-filtering v0.15.0
1762026-06-25T03:59:34.408Z Downloaded backtrace-ext v0.2.1
1772026-06-25T03:59:34.408Z Downloaded foreign-types v0.3.2
1782026-06-25T03:59:34.411Z Downloaded adler2 v2.0.1
1792026-06-25T03:59:34.411Z Downloaded foreign-types-shared v0.1.1
1802026-06-25T03:59:34.411Z Downloaded cfg-if v1.0.4
1812026-06-25T03:59:34.411Z Downloaded idna_adapter v1.0.0
1822026-06-25T03:59:34.414Z Downloaded lazy_static v1.5.0
1832026-06-25T03:59:34.414Z Downloaded colorchoice v1.0.5
1842026-06-25T03:59:34.417Z Downloaded cargo-platform v0.2.0
1852026-06-25T03:59:34.417Z Downloaded indicatif v0.17.11
1862026-06-25T03:59:34.419Z Downloaded log v0.4.33
1872026-06-25T03:59:34.419Z Downloaded curve25519-dalek-derive v0.1.1
1882026-06-25T03:59:34.423Z Downloaded cpufeatures v0.2.17
1892026-06-25T03:59:34.423Z Downloaded camino-tempfile v1.4.1
1902026-06-25T03:59:34.427Z Downloaded block-buffer v0.10.4
1912026-06-25T03:59:34.427Z Downloaded indenter v0.3.4
1922026-06-25T03:59:34.427Z Downloaded globset v0.4.18
1932026-06-25T03:59:34.427Z Downloaded openssl-macros v0.1.1
1942026-06-25T03:59:34.430Z Downloaded futures-io v0.3.32
1952026-06-25T03:59:34.430Z Downloaded form_urlencoded v1.2.2
1962026-06-25T03:59:34.430Z Downloaded equivalent v1.0.2
1972026-06-25T03:59:34.430Z Downloaded mukti-metadata v0.3.0
1982026-06-25T03:59:34.430Z Downloaded rand_chacha v0.9.0
1992026-06-25T03:59:34.433Z Downloaded jobserver v0.1.34
2002026-06-25T03:59:34.433Z Downloaded debug-ignore v1.0.5
2012026-06-25T03:59:34.436Z Downloaded http-body-util v0.1.3
2022026-06-25T03:59:34.436Z Downloaded futures-task v0.3.32
2032026-06-25T03:59:34.436Z Downloaded atomicwrites v0.4.4
2042026-06-25T03:59:34.439Z Downloaded der v0.7.10
2052026-06-25T03:59:34.441Z Downloaded guppy-workspace-hack v0.1.0
2062026-06-25T03:59:34.444Z Downloaded color-spantrace v0.3.0
2072026-06-25T03:59:34.447Z Downloaded serde_ignored v0.1.14
2082026-06-25T03:59:34.447Z Downloaded hyper-tls v0.6.0
2092026-06-25T03:59:34.450Z Downloaded autocfg v1.5.1
2102026-06-25T03:59:34.450Z Downloaded futures-core v0.3.32
2112026-06-25T03:59:34.454Z Downloaded humantime-serde v1.1.1
2122026-06-25T03:59:34.456Z Downloaded cfg_aliases v0.2.1
2132026-06-25T03:59:34.459Z Downloaded self-replace v1.5.0
2142026-06-25T03:59:34.461Z Downloaded serde-value v0.7.0
2152026-06-25T03:59:34.464Z Downloaded hex v0.4.3
2162026-06-25T03:59:34.464Z Downloaded serde_path_to_error v0.1.20
2172026-06-25T03:59:34.467Z Downloaded generic-array v0.14.7
2182026-06-25T03:59:34.470Z Downloaded itoa v1.0.18
2192026-06-25T03:59:34.472Z Downloaded fixedbitset v0.5.7
2202026-06-25T03:59:34.472Z Downloaded sigchld v0.2.4
2212026-06-25T03:59:34.472Z Downloaded serde_spanned v0.6.9
2222026-06-25T03:59:34.475Z Downloaded digest v0.10.7
2232026-06-25T03:59:34.475Z Downloaded anstream v1.0.0
2242026-06-25T03:59:34.478Z Downloaded signal-hook-mio v0.2.5
2252026-06-25T03:59:34.478Z Downloaded httparse v1.10.1
2262026-06-25T03:59:34.481Z Downloaded strsim v0.11.1
2272026-06-25T03:59:34.481Z Downloaded signature v2.2.0
2282026-06-25T03:59:34.483Z Downloaded shared_child v1.1.1
2292026-06-25T03:59:34.483Z Downloaded serde_urlencoded v0.7.1
2302026-06-25T03:59:34.486Z Downloaded subtle v2.6.1
2312026-06-25T03:59:34.486Z Downloaded scopeguard v1.2.0
2322026-06-25T03:59:34.486Z Downloaded supports-color v3.0.2
2332026-06-25T03:59:34.489Z Downloaded filetime v0.2.29
2342026-06-25T03:59:34.489Z Downloaded duct v0.13.7
2352026-06-25T03:59:34.492Z Downloaded rustc-hash v2.1.2
2362026-06-25T03:59:34.494Z Downloaded either v1.16.0
2372026-06-25T03:59:34.497Z Downloaded ed25519 v2.2.3
2382026-06-25T03:59:34.500Z Downloaded pkg-config v0.3.33
2392026-06-25T03:59:34.500Z Downloaded anstyle-parse v1.0.0
2402026-06-25T03:59:34.502Z Downloaded pkcs8 v0.10.2
2412026-06-25T03:59:34.502Z Downloaded future-queue v0.4.0
2422026-06-25T03:59:34.505Z Downloaded hyper-rustls v0.27.9
2432026-06-25T03:59:34.505Z Downloaded dialoguer v0.11.0
2442026-06-25T03:59:34.508Z Downloaded rand_core v0.9.5
2452026-06-25T03:59:34.508Z Downloaded cargo-util-schemas v0.2.0
2462026-06-25T03:59:34.511Z Downloaded erased-serde v0.4.10
2472026-06-25T03:59:34.511Z Downloaded rustc_version v0.4.1
2482026-06-25T03:59:34.513Z Downloaded base64 v0.22.1
2492026-06-25T03:59:34.513Z Downloaded sync_wrapper v1.0.2
2502026-06-25T03:59:34.516Z Downloaded anstyle v1.0.14
2512026-06-25T03:59:34.516Z Downloaded tinyvec_macros v0.1.1
2522026-06-25T03:59:34.519Z Downloaded terminal_size v0.4.4
2532026-06-25T03:59:34.519Z Downloaded supports-hyperlinks v3.2.0
2542026-06-25T03:59:34.519Z Downloaded percent-encoding v2.3.2
2552026-06-25T03:59:34.522Z Downloaded openssl-probe v0.2.1
2562026-06-25T03:59:34.522Z Downloaded number_prefix v0.4.0
2572026-06-25T03:59:34.525Z Downloaded serde-untagged v0.1.9
2582026-06-25T03:59:34.529Z Downloaded foldhash v0.1.5
2592026-06-25T03:59:34.532Z Downloaded tower-service v0.3.3
2602026-06-25T03:59:34.532Z Downloaded toml_write v0.1.2
2612026-06-25T03:59:34.535Z Downloaded tower-layer v0.3.3
2622026-06-25T03:59:34.537Z Downloaded rand_core v0.6.4
2632026-06-25T03:59:34.537Z Downloaded ppv-lite86 v0.2.21
2642026-06-25T03:59:34.546Z Downloaded spki v0.7.3
2652026-06-25T03:59:34.548Z Downloaded parking_lot v0.12.5
2662026-06-25T03:59:34.548Z Downloaded cargo_metadata v0.23.1
2672026-06-25T03:59:34.551Z Downloaded try-lock v0.2.5
2682026-06-25T03:59:34.551Z Downloaded tracing-error v0.2.1
2692026-06-25T03:59:34.551Z Downloaded smol_str v0.3.6
2702026-06-25T03:59:34.554Z Downloaded typeid v1.0.3
2712026-06-25T03:59:34.554Z Downloaded thiserror-impl v1.0.69
2722026-06-25T03:59:34.557Z Downloaded humantime v2.3.0
2732026-06-25T03:59:34.557Z Downloaded futures v0.3.32
2742026-06-25T03:59:34.559Z Downloaded strip-ansi-escapes v0.2.1
2752026-06-25T03:59:34.562Z Downloaded shell-words v1.1.1
2762026-06-25T03:59:34.562Z Downloaded serde_core v1.0.228
2772026-06-25T03:59:34.565Z Downloaded swrite v0.1.0
2782026-06-25T03:59:34.565Z Downloaded ahash v0.8.12
2792026-06-25T03:59:34.565Z Downloaded camino v1.2.3
2802026-06-25T03:59:34.568Z Downloaded getrandom v0.2.17
2812026-06-25T03:59:34.568Z Downloaded target-lexicon v0.13.5
2822026-06-25T03:59:34.571Z Downloaded supports-unicode v3.0.0
2832026-06-25T03:59:34.571Z Downloaded futures-channel v0.3.32
2842026-06-25T03:59:34.576Z Downloaded unicode-linebreak v0.1.5
2852026-06-25T03:59:34.579Z Downloaded urlencoding v2.1.3
2862026-06-25T03:59:34.579Z Downloaded sha2 v0.10.9
2872026-06-25T03:59:34.582Z Downloaded native-tls v0.2.18
2882026-06-25T03:59:34.582Z Downloaded untrusted v0.9.0
2892026-06-25T03:59:34.585Z Downloaded parking_lot_core v0.9.12
2902026-06-25T03:59:34.585Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2912026-06-25T03:59:34.585Z Downloaded cfg-expr v0.20.8
2922026-06-25T03:59:34.587Z Downloaded once_cell v1.21.4
2932026-06-25T03:59:34.587Z Downloaded thiserror-impl v2.0.18
2942026-06-25T03:59:34.590Z Downloaded pin-project-lite v0.2.17
2952026-06-25T03:59:34.593Z Downloaded toml_datetime v0.6.11
2962026-06-25T03:59:34.593Z Downloaded fastrand v2.4.1
2972026-06-25T03:59:34.593Z Downloaded tokio-native-tls v0.3.1
2982026-06-25T03:59:34.596Z Downloaded static_assertions v1.1.0
2992026-06-25T03:59:34.596Z Downloaded utf8_iter v1.0.4
3002026-06-25T03:59:34.599Z Downloaded thiserror v2.0.18
3012026-06-25T03:59:34.601Z Downloaded rustc-demangle v0.1.27
3022026-06-25T03:59:34.601Z Downloaded simd-adler32 v0.3.9
3032026-06-25T03:59:34.604Z Downloaded getrandom v0.3.4
3042026-06-25T03:59:34.607Z Downloaded quinn-udp v0.5.14
3052026-06-25T03:59:34.610Z Downloaded toml_writer v1.1.1+spec-1.1.0
3062026-06-25T03:59:34.612Z Downloaded signal-hook-registry v1.4.8
3072026-06-25T03:59:34.615Z Downloaded unicode-xid v0.2.6
3082026-06-25T03:59:34.615Z Downloaded xattr v1.6.1
3092026-06-25T03:59:34.619Z Downloaded version_check v0.9.5
3102026-06-25T03:59:34.627Z Downloaded target-spec v3.6.0
3112026-06-25T03:59:34.631Z Downloaded quote v1.0.46
3122026-06-25T03:59:34.633Z Downloaded tokio-macros v2.7.0
3132026-06-25T03:59:34.637Z Downloaded thread_local v1.1.9
3142026-06-25T03:59:34.640Z Downloaded clap v4.6.1
3152026-06-25T03:59:34.643Z Downloaded target-spec-miette v0.4.8
3162026-06-25T03:59:34.645Z Downloaded getrandom v0.4.3
3172026-06-25T03:59:34.648Z Downloaded tokio-rustls v0.26.4
3182026-06-25T03:59:34.648Z Downloaded semver v1.0.28
3192026-06-25T03:59:34.648Z Downloaded rustls-pki-types v1.14.1
3202026-06-25T03:59:34.652Z Downloaded self_update v0.42.0
3212026-06-25T03:59:34.652Z Downloaded const-oid v0.9.6
3222026-06-25T03:59:34.655Z Downloaded proc-macro2 v1.0.106
3232026-06-25T03:59:34.655Z Downloaded unicase v2.9.0
3242026-06-25T03:59:34.658Z Downloaded toml v0.8.23
3252026-06-25T03:59:34.658Z Downloaded thiserror v1.0.69
3262026-06-25T03:59:34.661Z Downloaded zmij v1.0.21
3272026-06-25T03:59:34.661Z Downloaded signal-hook v0.3.18
3282026-06-25T03:59:34.663Z Downloaded want v0.3.1
3292026-06-25T03:59:34.663Z Downloaded toml_parser v1.1.2+spec-1.1.0
3302026-06-25T03:59:34.668Z Downloaded smallvec v1.15.2
3312026-06-25T03:59:34.668Z Downloaded sharded-slab v0.1.7
3322026-06-25T03:59:34.671Z Downloaded iana-time-zone v0.1.65
3332026-06-25T03:59:34.671Z Downloaded zeroize v1.9.0
3342026-06-25T03:59:34.671Z Downloaded xxhash-rust v0.8.15
3352026-06-25T03:59:34.671Z Downloaded utf8parse v0.2.2
3362026-06-25T03:59:34.671Z Downloaded tracing-log v0.2.0
3372026-06-25T03:59:34.674Z Downloaded zstd v0.13.3
3382026-06-25T03:59:34.674Z Downloaded zipsign-api v0.1.5
3392026-06-25T03:59:34.676Z Downloaded shlex v2.0.1
3402026-06-25T03:59:34.676Z Downloaded flate2 v1.1.9
3412026-06-25T03:59:34.679Z Downloaded pin-project v1.1.13
3422026-06-25T03:59:34.684Z Downloaded quick-junit v0.5.2
3432026-06-25T03:59:34.686Z Downloaded ed25519-dalek v2.2.0
3442026-06-25T03:59:34.689Z Downloaded console v0.15.11
3452026-06-25T03:59:34.689Z Downloaded bytes v1.12.0
3462026-06-25T03:59:34.692Z Downloaded derive-where v1.6.1
3472026-06-25T03:59:34.695Z Downloaded tracing-attributes v0.1.31
3482026-06-25T03:59:34.695Z Downloaded tokio-stream v0.1.18
3492026-06-25T03:59:34.697Z Downloaded bitflags v2.13.0
3502026-06-25T03:59:34.700Z Downloaded serde_derive v1.0.228
3512026-06-25T03:59:34.703Z Downloaded slab v0.4.12
3522026-06-25T03:59:34.703Z Downloaded socket2 v0.6.4
3532026-06-25T03:59:34.706Z Downloaded num-traits v0.2.19
3542026-06-25T03:59:34.709Z Downloaded ryu v1.0.23
3552026-06-25T03:59:34.712Z Downloaded tinyvec v1.11.0
3562026-06-25T03:59:34.714Z Downloaded borsh v1.7.0
3572026-06-25T03:59:34.718Z Downloaded openssl-sys v0.9.117
3582026-06-25T03:59:34.720Z Downloaded cc v1.2.65
3592026-06-25T03:59:34.720Z Downloaded zstd-safe v7.2.4
3602026-06-25T03:59:34.728Z Downloaded tar v0.4.46
3612026-06-25T03:59:34.732Z Downloaded miniz_oxide v0.8.9
3622026-06-25T03:59:34.737Z Downloaded uuid v1.23.4
3632026-06-25T03:59:34.740Z Downloaded backtrace v0.3.76
3642026-06-25T03:59:34.749Z Downloaded vte v0.14.1
3652026-06-25T03:59:34.751Z Downloaded derive_more-impl v2.1.1
3662026-06-25T03:59:34.754Z Downloaded textwrap v0.16.2
3672026-06-25T03:59:34.754Z Downloaded toml v1.1.2+spec-1.1.0
3682026-06-25T03:59:34.760Z Downloaded tracing-core v0.1.36
3692026-06-25T03:59:34.764Z Downloaded unicode-ident v1.0.24
3702026-06-25T03:59:34.768Z Downloaded rustls-webpki v0.103.13
3712026-06-25T03:59:34.770Z Downloaded ron v0.12.2
3722026-06-25T03:59:34.775Z Downloaded rand v0.9.4
3732026-06-25T03:59:34.781Z Downloaded quinn v0.11.11
3742026-06-25T03:59:34.785Z Downloaded tower v0.5.3
3752026-06-25T03:59:34.790Z Downloaded pulldown-cmark v0.13.4
3762026-06-25T03:59:34.794Z Downloaded url v2.5.8
3772026-06-25T03:59:34.796Z Downloaded mio v1.2.1
3782026-06-25T03:59:34.799Z Downloaded toml_edit v0.22.27
3792026-06-25T03:59:34.802Z Downloaded tempfile v3.27.0
3802026-06-25T03:59:34.804Z Downloaded memchr v2.8.2
3812026-06-25T03:59:34.807Z Downloaded serde v1.0.228
3822026-06-25T03:59:34.810Z Downloaded chrono v0.4.45
3832026-06-25T03:59:34.813Z Downloaded http v1.4.2
3842026-06-25T03:59:34.815Z Downloaded hashbrown v0.17.1
3852026-06-25T03:59:34.818Z Downloaded reqwest v0.12.28
3862026-06-25T03:59:34.822Z Downloaded typenum v1.20.1
3872026-06-25T03:59:34.826Z Downloaded crossterm v0.29.0
3882026-06-25T03:59:34.832Z Downloaded miette v7.6.0
3892026-06-25T03:59:34.836Z Downloaded guppy v0.17.26
3902026-06-25T03:59:34.842Z Downloaded hyper v1.10.1
3912026-06-25T03:59:34.846Z Downloaded indexmap v2.14.0
3922026-06-25T03:59:34.849Z Downloaded unicode-normalization v0.1.25
3932026-06-25T03:59:34.852Z Downloaded tokio-util v0.7.18
3942026-06-25T03:59:34.855Z Downloaded hashbrown v0.15.5
3952026-06-25T03:59:34.858Z Downloaded clap_builder v4.6.0
3962026-06-25T03:59:34.862Z Downloaded h2 v0.4.15
3972026-06-25T03:59:34.872Z Downloaded futures-util v0.3.32
3982026-06-25T03:59:34.872Z Downloaded unicode-segmentation v1.13.3
3992026-06-25T03:59:34.876Z Downloaded idna v1.1.0
4002026-06-25T03:59:34.885Z Downloaded hyper-util v0.1.20
4012026-06-25T03:59:34.896Z Downloaded winnow v0.7.15
4022026-06-25T03:59:34.914Z Downloaded webpki-roots v1.0.8
4032026-06-25T03:59:34.924Z Downloaded serde_json v1.0.150
4042026-06-25T03:59:34.930Z Downloaded gimli v0.32.3
4052026-06-25T03:59:34.936Z Downloaded vcpkg v0.2.15
4062026-06-25T03:59:34.957Z Downloaded zerocopy v0.8.52
4072026-06-25T03:59:34.968Z Downloaded unicode-width v0.1.14
4082026-06-25T03:59:34.971Z Downloaded regex v1.12.4
4092026-06-25T03:59:34.975Z Downloaded tower-http v0.6.11
4102026-06-25T03:59:34.979Z Downloaded quick-xml v0.37.5
4112026-06-25T03:59:34.982Z Downloaded itertools v0.14.0
4122026-06-25T03:59:34.985Z Downloaded bstr v1.12.2
4132026-06-25T03:59:34.990Z Downloaded curve25519-dalek v4.1.3
4142026-06-25T03:59:35.009Z Downloaded portable-atomic v1.13.1
4152026-06-25T03:59:35.013Z Downloaded color-eyre v0.6.5
4162026-06-25T03:59:35.020Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4172026-06-25T03:59:35.030Z Downloaded winnow v1.0.3
4182026-06-25T03:59:35.036Z Downloaded quick-xml v0.38.4
4192026-06-25T03:59:35.045Z Downloaded quinn-proto v0.11.15
4202026-06-25T03:59:35.067Z Downloaded nextest-runner v0.80.0
4212026-06-25T03:59:35.088Z Downloaded tracing-subscriber v0.3.23
4222026-06-25T03:59:35.111Z Downloaded openssl v0.10.81
4232026-06-25T03:59:35.124Z Downloaded unicode-width v0.2.2
4242026-06-25T03:59:35.127Z Downloaded syn v2.0.118
4252026-06-25T03:59:35.138Z Downloaded nix v0.30.1
4262026-06-25T03:59:35.147Z Downloaded regex-syntax v0.8.11
4272026-06-25T03:59:35.157Z Downloaded rustix v0.38.44
4282026-06-25T03:59:35.169Z Downloaded object v0.37.3
4292026-06-25T03:59:35.176Z Downloaded rustls v0.23.41
4302026-06-25T03:59:35.228Z Downloaded tracing v0.1.44
4312026-06-25T03:59:35.290Z Downloaded regex-automata v0.4.14
4322026-06-25T03:59:35.344Z Downloaded petgraph v0.8.3
4332026-06-25T03:59:35.365Z Downloaded libc v0.2.186
4342026-06-25T03:59:35.384Z Downloaded tokio v1.52.3
4352026-06-25T03:59:35.449Z Downloaded recursion v0.5.4
4362026-06-25T03:59:35.455Z Downloaded ring v0.17.14
4372026-06-25T03:59:35.514Z Compiling proc-macro2 v1.0.106
4382026-06-25T03:59:35.514Z Compiling libc v0.2.186
4392026-06-25T03:59:35.517Z Compiling unicode-ident v1.0.24
4402026-06-25T03:59:35.518Z Compiling quote v1.0.46
4412026-06-25T03:59:35.518Z Compiling serde_core v1.0.228
4422026-06-25T03:59:35.518Z Compiling cfg-if v1.0.4
4432026-06-25T03:59:35.642Z Compiling memchr v2.8.2
4442026-06-25T03:59:35.645Z Compiling once_cell v1.21.4
4452026-06-25T03:59:35.734Z Compiling log v0.4.33
4462026-06-25T03:59:35.762Z Compiling pin-project-lite v0.2.17
4472026-06-25T03:59:35.854Z Compiling serde v1.0.228
4482026-06-25T03:59:35.899Z Compiling itoa v1.0.18
4492026-06-25T03:59:36.047Z Compiling smallvec v1.15.2
4502026-06-25T03:59:36.136Z Compiling futures-core v0.3.32
4512026-06-25T03:59:36.209Z Compiling bitflags v2.13.0
4522026-06-25T03:59:36.296Z Compiling find-msvc-tools v0.1.9
4532026-06-25T03:59:36.307Z Compiling hashbrown v0.17.1
4542026-06-25T03:59:36.520Z Compiling errno v0.3.14
4552026-06-25T03:59:36.592Z Compiling shlex v2.0.1
4562026-06-25T03:59:36.610Z Compiling equivalent v1.0.2
4572026-06-25T03:59:36.695Z Compiling signal-hook-registry v1.4.8
4582026-06-25T03:59:36.708Z Compiling jobserver v0.1.34
4592026-06-25T03:59:36.767Z Compiling bytes v1.12.0
4602026-06-25T03:59:36.810Z Compiling mio v1.2.1
4612026-06-25T03:59:36.869Z Compiling syn v2.0.118
4622026-06-25T03:59:36.912Z Compiling cc v1.2.65
4632026-06-25T03:59:36.971Z Compiling rustix v1.1.4
4642026-06-25T03:59:37.024Z Compiling futures-sink v0.3.32
4652026-06-25T03:59:37.131Z Compiling socket2 v0.6.4
4662026-06-25T03:59:37.234Z Compiling zmij v1.0.21
4672026-06-25T03:59:37.502Z Compiling slab v0.4.12
4682026-06-25T03:59:37.574Z Compiling futures-channel v0.3.32
4692026-06-25T03:59:37.626Z Compiling tracing-core v0.1.36
4702026-06-25T03:59:37.702Z Compiling serde_json v1.0.150
4712026-06-25T03:59:37.831Z Compiling indexmap v2.14.0
4722026-06-25T03:59:37.899Z Compiling version_check v0.9.5
4732026-06-25T03:59:38.015Z Compiling getrandom v0.4.3
4742026-06-25T03:59:38.161Z Compiling futures-task v0.3.32
4752026-06-25T03:59:38.172Z Compiling futures-io v0.3.32
4762026-06-25T03:59:38.317Z Compiling camino v1.2.3
4772026-06-25T03:59:38.327Z Compiling unicode-width v0.2.2
4782026-06-25T03:59:38.356Z Compiling percent-encoding v2.3.2
4792026-06-25T03:59:38.631Z Compiling ring v0.17.14
4802026-06-25T03:59:38.654Z Compiling http v1.4.2
4812026-06-25T03:59:38.703Z Compiling autocfg v1.5.1
4822026-06-25T03:59:38.714Z Compiling simd-adler32 v0.3.9
4832026-06-25T03:59:38.797Z Compiling zeroize v1.9.0
4842026-06-25T03:59:38.994Z Compiling adler2 v2.0.1
4852026-06-25T03:59:39.045Z Compiling num-traits v0.2.19
4862026-06-25T03:59:39.211Z Compiling miniz_oxide v0.8.9
4872026-06-25T03:59:39.496Z Compiling object v0.37.3
4882026-06-25T03:59:39.619Z Compiling target-lexicon v0.13.5
4892026-06-25T03:59:39.804Z Compiling zerocopy v0.8.52
4902026-06-25T03:59:39.916Z Compiling getrandom v0.3.4
4912026-06-25T03:59:40.221Z Compiling http-body v1.0.1
4922026-06-25T03:59:40.293Z Compiling rustls-pki-types v1.14.1
4932026-06-25T03:59:40.380Z Compiling form_urlencoded v1.2.2
4942026-06-25T03:59:40.416Z Compiling semver v1.0.28
4952026-06-25T03:59:40.466Z Compiling serde_derive v1.0.228
4962026-06-25T03:59:40.605Z Compiling tokio-macros v2.7.0
4972026-06-25T03:59:40.656Z Compiling futures-macro v0.3.32
4982026-06-25T03:59:40.724Z Compiling tracing-attributes v0.1.31
4992026-06-25T03:59:40.975Z Compiling getrandom v0.2.17
5002026-06-25T03:59:41.095Z Compiling untrusted v0.9.0
5012026-06-25T03:59:41.163Z Compiling guppy-workspace-hack v0.1.0
5022026-06-25T03:59:41.174Z Compiling signal-hook v0.3.18
5032026-06-25T03:59:41.221Z Compiling owo-colors v4.3.0
5042026-06-25T03:59:41.354Z Compiling tokio v1.52.3
5052026-06-25T03:59:41.383Z Compiling gimli v0.32.3
5062026-06-25T03:59:41.394Z Compiling idna_adapter v1.0.0
5072026-06-25T03:59:41.485Z Compiling futures-util v0.3.32
5082026-06-25T03:59:41.495Z Compiling thiserror v2.0.18
5092026-06-25T03:59:41.553Z Compiling httparse v1.10.1
5102026-06-25T03:59:41.831Z Compiling fnv v1.0.7
5112026-06-25T03:59:41.893Z Compiling utf8_iter v1.0.4
5122026-06-25T03:59:41.911Z Compiling tracing v0.1.44
5132026-06-25T03:59:42.047Z Compiling idna v1.1.0
5142026-06-25T03:59:42.235Z Compiling thiserror-impl v2.0.18
5152026-06-25T03:59:43.429Z Compiling addr2line v0.25.1
5162026-06-25T03:59:43.856Z Compiling generic-array v0.14.7
5172026-06-25T03:59:43.980Z Compiling tower-service v0.3.3
5182026-06-25T03:59:44.076Z Compiling rustc-demangle v0.1.27
5192026-06-25T03:59:44.089Z Compiling thiserror v1.0.69
5202026-06-25T03:59:44.101Z Compiling rustls v0.23.41
5212026-06-25T03:59:44.246Z Compiling atomic-waker v1.1.2
5222026-06-25T03:59:44.317Z Compiling try-lock v0.2.5
5232026-06-25T03:59:44.373Z Compiling fastrand v2.4.1
5242026-06-25T03:59:44.398Z Compiling typeid v1.0.3
5252026-06-25T03:59:44.429Z Compiling pkg-config v0.3.33
5262026-06-25T03:59:44.688Z Compiling target-spec v3.6.0
5272026-06-25T03:59:44.743Z Compiling tempfile v3.27.0
5282026-06-25T03:59:44.868Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5292026-06-25T03:59:45.054Z Compiling want v0.3.1
5302026-06-25T03:59:45.212Z Compiling tokio-util v0.7.18
5312026-06-25T03:59:45.231Z Compiling cfg-expr v0.20.8
5322026-06-25T03:59:45.390Z Compiling url v2.5.8
5332026-06-25T03:59:45.706Z Compiling h2 v0.4.15
5342026-06-25T03:59:46.551Z Compiling backtrace v0.3.76
5352026-06-25T03:59:46.745Z Compiling thiserror-impl v1.0.69
5362026-06-25T03:59:46.921Z Compiling terminal_size v0.4.4
5372026-06-25T03:59:47.055Z Compiling aho-corasick v1.1.4
5382026-06-25T03:59:47.101Z Compiling regex-syntax v0.8.11
5392026-06-25T03:59:47.837Z Compiling typenum v1.20.1
5402026-06-25T03:59:47.889Z Compiling subtle v2.6.1
5412026-06-25T03:59:48.045Z Compiling erased-serde v0.4.10
5422026-06-25T03:59:48.349Z Compiling winnow v0.7.15
5432026-06-25T03:59:48.485Z Compiling rustls-webpki v0.103.13
5442026-06-25T03:59:51.039Z Compiling regex-automata v0.4.14
5452026-06-25T03:59:51.327Z Compiling hyper v1.10.1
5462026-06-25T03:59:52.513Z Compiling toml_datetime v0.6.11
5472026-06-25T03:59:52.878Z Compiling serde_spanned v0.6.9
5482026-06-25T03:59:53.037Z Compiling ahash v0.8.12
5492026-06-25T03:59:53.298Z Compiling sync_wrapper v1.0.2
5502026-06-25T03:59:53.412Z Compiling unicode-linebreak v0.1.5
5512026-06-25T03:59:53.695Z Compiling base64 v0.22.1
5522026-06-25T03:59:54.084Z Compiling portable-atomic v1.13.1
5532026-06-25T03:59:54.197Z Compiling parking_lot_core v0.9.12
5542026-06-25T03:59:54.475Z Compiling toml_write v0.1.2
5552026-06-25T03:59:54.478Z Compiling either v1.16.0
5562026-06-25T03:59:54.541Z Compiling nextest-workspace-hack v0.1.0
5572026-06-25T03:59:54.701Z Compiling ipnet v2.12.0
5582026-06-25T03:59:54.721Z Compiling tower-layer v0.3.3
5592026-06-25T03:59:54.769Z Compiling unicode-segmentation v1.13.3
5602026-06-25T03:59:54.923Z Compiling crc32fast v1.5.0
5612026-06-25T03:59:55.022Z Compiling lazy_static v1.5.0
5622026-06-25T03:59:55.126Z Compiling foldhash v0.1.5
5632026-06-25T03:59:55.155Z Compiling is_ci v1.2.0
5642026-06-25T03:59:55.268Z Compiling hashbrown v0.15.5
5652026-06-25T03:59:55.296Z Compiling supports-color v3.0.2
5662026-06-25T03:59:55.320Z Compiling sharded-slab v0.1.7
5672026-06-25T03:59:55.336Z Compiling convert_case v0.10.0
5682026-06-25T03:59:55.524Z Compiling hyper-util v0.1.20
5692026-06-25T03:59:55.594Z Compiling tower v0.5.3
5702026-06-25T03:59:55.895Z Compiling toml_edit v0.22.27
5712026-06-25T03:59:55.932Z Compiling textwrap v0.16.2
5722026-06-25T03:59:55.956Z Compiling tokio-rustls v0.26.4
5732026-06-25T03:59:56.221Z Compiling backtrace-ext v0.2.1
5742026-06-25T03:59:56.487Z Compiling ordered-float v2.10.1
5752026-06-25T03:59:56.760Z Compiling webpki-roots v1.0.8
5762026-06-25T03:59:56.790Z Compiling miette-derive v7.6.0
5772026-06-25T03:59:56.874Z Compiling pathdiff v0.2.3
5782026-06-25T03:59:56.999Z Compiling console v0.15.11
5792026-06-25T03:59:57.320Z Compiling tracing-log v0.2.0
5802026-06-25T03:59:57.698Z Compiling cargo-platform v0.3.3
5812026-06-25T03:59:57.887Z Compiling os_pipe v1.2.3
5822026-06-25T03:59:58.061Z Compiling thread_local v1.1.9
5832026-06-25T03:59:58.135Z Compiling winnow v1.0.3
5842026-06-25T03:59:58.265Z Compiling fixedbitset v0.5.7
5852026-06-25T03:59:58.316Z Compiling zstd-safe v7.2.4
5862026-06-25T03:59:58.410Z Compiling scopeguard v1.2.0
5872026-06-25T03:59:58.516Z Compiling debug-ignore v1.0.5
5882026-06-25T03:59:58.568Z Compiling cfg_aliases v0.2.1
5892026-06-25T03:59:58.697Z Compiling supports-hyperlinks v3.2.0
5902026-06-25T03:59:58.769Z Compiling utf8parse v0.2.2
5912026-06-25T03:59:58.882Z Compiling rustix v0.38.44
5922026-06-25T03:59:58.919Z Compiling pulldown-cmark v0.13.4
5932026-06-25T03:59:58.969Z Compiling unicode-width v0.1.14
5942026-06-25T03:59:59.153Z Compiling supports-unicode v3.0.0
5952026-06-25T03:59:59.244Z Compiling ryu v1.0.23
5962026-06-25T03:59:59.273Z Compiling miette v7.6.0
5972026-06-25T03:59:59.405Z Compiling serde_urlencoded v0.7.1
5982026-06-25T03:59:59.538Z Compiling toml_parser v1.1.2+spec-1.1.0
5992026-06-25T03:59:59.655Z Compiling anstyle-parse v1.0.0
6002026-06-25T03:59:59.682Z Compiling nix v0.30.1
6012026-06-25T03:59:59.873Z Compiling lock_api v0.4.14
6022026-06-25T04:00:00.068Z Compiling petgraph v0.8.3
6032026-06-25T04:00:00.111Z Compiling tracing-subscriber v0.3.23
6042026-06-25T04:00:00.835Z Compiling sigchld v0.2.4
6052026-06-25T04:00:01.042Z Compiling cargo_metadata v0.23.1
6062026-06-25T04:00:01.989Z Compiling toml v0.8.23
6072026-06-25T04:00:02.147Z Compiling hyper-rustls v0.27.9
6082026-06-25T04:00:02.811Z Compiling serde-value v0.7.0
6092026-06-25T04:00:03.347Z Compiling serde-untagged v0.1.9
6102026-06-25T04:00:03.575Z Compiling tower-http v0.6.11
6112026-06-25T04:00:04.171Z Compiling derive_more-impl v2.1.1
6122026-06-25T04:00:04.328Z Compiling itertools v0.14.0
6132026-06-25T04:00:04.470Z Compiling regex v1.12.4
6142026-06-25T04:00:04.805Z Compiling crypto-common v0.1.7
6152026-06-25T04:00:04.939Z Compiling block-buffer v0.10.4
6162026-06-25T04:00:04.965Z Compiling ppv-lite86 v0.2.21
6172026-06-25T04:00:05.087Z Compiling futures-executor v0.3.32
6182026-06-25T04:00:05.180Z Compiling rand_core v0.9.5
6192026-06-25T04:00:05.293Z Compiling pin-project-internal v1.1.13
6202026-06-25T04:00:05.428Z Compiling http-body-util v0.1.3
6212026-06-25T04:00:05.613Z Compiling uuid v1.23.4
6222026-06-25T04:00:05.702Z Compiling toml_datetime v1.1.1+spec-1.1.0
6232026-06-25T04:00:05.787Z Compiling smol_str v0.3.6
6242026-06-25T04:00:05.885Z Compiling serde_spanned v1.1.1
6252026-06-25T04:00:06.033Z Compiling filetime v0.2.29
6262026-06-25T04:00:06.112Z Compiling vte v0.14.1
6272026-06-25T04:00:06.123Z Compiling bstr v1.12.2
6282026-06-25T04:00:06.156Z Compiling anstyle-query v1.1.5
6292026-06-25T04:00:06.235Z Compiling eyre v0.6.12
6302026-06-25T04:00:06.256Z Compiling litrs v1.0.0
6312026-06-25T04:00:06.323Z Compiling number_prefix v0.4.0
6322026-06-25T04:00:06.352Z Compiling nested v0.1.1
6332026-06-25T04:00:06.471Z Compiling colorchoice v1.0.5
6342026-06-25T04:00:06.546Z Compiling unicode-xid v0.2.6
6352026-06-25T04:00:06.548Z Compiling self_update v0.42.0
6362026-06-25T04:00:06.590Z Compiling color-spantrace v0.3.0
6372026-06-25T04:00:06.688Z Compiling iana-time-zone v0.1.65
6382026-06-25T04:00:06.691Z Compiling unicase v2.9.0
6392026-06-25T04:00:06.714Z Compiling static_assertions v1.1.0
6402026-06-25T04:00:06.794Z Compiling is_terminal_polyfill v1.70.2
6412026-06-25T04:00:06.836Z Compiling tinyvec_macros v0.1.1
6422026-06-25T04:00:06.873Z Compiling anstyle v1.0.14
6432026-06-25T04:00:06.888Z Compiling xattr v1.6.1
6442026-06-25T04:00:06.913Z Compiling tinyvec v1.11.0
6452026-06-25T04:00:06.954Z Compiling guppy v0.17.26
6462026-06-25T04:00:07.024Z Compiling tar v0.4.46
6472026-06-25T04:00:07.037Z Compiling anstream v1.0.0
6482026-06-25T04:00:07.127Z Compiling chrono v0.4.45
6492026-06-25T04:00:07.325Z Compiling document-features v0.2.12
6502026-06-25T04:00:07.533Z Compiling cargo-util-schemas v0.2.0
6512026-06-25T04:00:08.182Z Compiling globset v0.4.18
6522026-06-25T04:00:08.193Z Compiling indicatif v0.17.11
6532026-06-25T04:00:09.532Z Compiling pin-project v1.1.13
6542026-06-25T04:00:09.544Z Compiling strip-ansi-escapes v0.2.1
6552026-06-25T04:00:09.636Z Compiling toml v1.1.2+spec-1.1.0
6562026-06-25T04:00:09.947Z Compiling nextest-metadata v0.12.2
6572026-06-25T04:00:10.038Z Compiling newtype-uuid v1.3.2
6582026-06-25T04:00:10.222Z Compiling reqwest v0.12.28
6592026-06-25T04:00:10.453Z Compiling rand_chacha v0.9.0
6602026-06-25T04:00:11.013Z Compiling futures v0.3.32
6612026-06-25T04:00:11.097Z Compiling digest v0.10.7
6622026-06-25T04:00:11.281Z Compiling derive_more v2.1.1
6632026-06-25T04:00:11.322Z Compiling flate2 v1.1.9
6642026-06-25T04:00:11.358Z Compiling parking_lot v0.12.5
6652026-06-25T04:00:11.370Z Compiling tracing-error v0.2.1
6662026-06-25T04:00:11.597Z Compiling shared_child v1.1.1
6672026-06-25T04:00:12.203Z Compiling signal-hook-mio v0.2.5
6682026-06-25T04:00:12.269Z Compiling self-replace v1.5.0
6692026-06-25T04:00:12.333Z Compiling cargo-platform v0.2.0
6702026-06-25T04:00:12.557Z Compiling quick-xml v0.37.5
6712026-06-25T04:00:12.794Z Compiling quick-xml v0.38.4
6722026-06-25T04:00:12.881Z Compiling indenter v0.3.4
6732026-06-25T04:00:13.011Z Compiling heck v0.5.0
6742026-06-25T04:00:13.210Z Compiling recursion v0.5.4
6752026-06-25T04:00:13.229Z Compiling strsim v0.11.1
6762026-06-25T04:00:13.604Z Compiling clap_lex v1.1.0
6772026-06-25T04:00:13.969Z Compiling cpufeatures v0.2.17
6782026-06-25T04:00:14.039Z Compiling urlencoding v2.1.3
6792026-06-25T04:00:14.072Z Compiling shell-words v1.1.1
6802026-06-25T04:00:14.258Z Compiling humantime v2.3.0
6812026-06-25T04:00:14.276Z Compiling clap_derive v4.6.1
6822026-06-25T04:00:14.419Z Compiling sha2 v0.10.9
6832026-06-25T04:00:14.678Z Compiling humantime-serde v1.1.1
6842026-06-25T04:00:14.836Z Compiling clap_builder v4.6.0
6852026-06-25T04:00:15.105Z Compiling quick-junit v0.5.2
6862026-06-25T04:00:15.634Z Compiling nextest-filtering v0.15.0
6872026-06-25T04:00:16.527Z Compiling atomicwrites v0.4.4
6882026-06-25T04:00:16.805Z Compiling cargo_metadata v0.20.0
6892026-06-25T04:00:18.197Z Compiling crossterm v0.29.0
6902026-06-25T04:00:19.510Z Compiling cargo-nextest v0.9.97
6912026-06-25T04:00:20.555Z Compiling duct v0.13.7
6922026-06-25T04:00:20.787Z Compiling async-scoped v0.9.0
6932026-06-25T04:00:20.975Z Compiling zstd v0.13.3
6942026-06-25T04:00:20.987Z Compiling rand v0.9.4
6952026-06-25T04:00:21.130Z Compiling config v0.15.24
6962026-06-25T04:00:21.396Z Compiling unicode-normalization v0.1.25
6972026-06-25T04:00:21.399Z Compiling target-spec-miette v0.4.8
6982026-06-25T04:00:21.724Z Compiling future-queue v0.4.0
6992026-06-25T04:00:21.838Z Compiling mukti-metadata v0.3.0
7002026-06-25T04:00:21.964Z Compiling tokio-stream v0.1.18
7012026-06-25T04:00:21.976Z Compiling camino-tempfile v1.4.1
7022026-06-25T04:00:22.002Z Compiling derive-where v1.6.1
7032026-06-25T04:00:22.279Z Compiling serde_ignored v0.1.14
7042026-06-25T04:00:22.325Z Compiling serde_path_to_error v0.1.20
7052026-06-25T04:00:22.394Z Compiling home v0.5.12
7062026-06-25T04:00:22.477Z Compiling indent_write v2.2.0
7072026-06-25T04:00:22.567Z Compiling swrite v0.1.0
7082026-06-25T04:00:22.616Z Compiling xxhash-rust v0.8.15
7092026-06-25T04:00:22.627Z Compiling hex v0.4.3
7102026-06-25T04:00:22.670Z Compiling color-eyre v0.6.5
7112026-06-25T04:00:22.791Z Compiling clap v4.6.1
7122026-06-25T04:00:22.804Z Compiling dialoguer v0.11.0
7132026-06-25T04:00:22.873Z Compiling enable-ansi-support v0.2.1
7142026-06-25T04:00:23.250Z Compiling nextest-runner v0.80.0
7152026-06-25T04:00:41.342Z Finished `release` profile [optimized] target(s) in 1m 09s
7162026-06-25T04:00:41.525Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-06-25T04:00:41.528Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-06-25T04:00:41.640Z+ source .github/buildomat/test-common.sh
7192026-06-25T04:00:41.644Z++ NEXTEST_VERSION=0.9.97
7202026-06-25T04:00:41.644Z++ PLATFORM=illumos
7212026-06-25T04:00:41.644Z++ banner install
7222026-06-25T04:00:41.644Z
7232026-06-25T04:00:41.644Z # # # #### ##### ## # #
7242026-06-25T04:00:41.644Z # ## # # # # # # #
7252026-06-25T04:00:41.645Z # # # # #### # # # # #
7262026-06-25T04:00:41.645Z # # # # # # ###### # #
7272026-06-25T04:00:41.645Z # # ## # # # # # # #
7282026-06-25T04:00:41.645Z # # # #### # # # ###### ######
7292026-06-25T04:00:41.645Z
7302026-06-25T04:00:41.645Z++ set +o errexit
7312026-06-25T04:00:41.648Z++ pkg info clang-15
7322026-06-25T04:00:41.648Z++ grep -qi installed
7332026-06-25T04:00:42.866Zpkg: info: no packages matching the following patterns you specified are
7342026-06-25T04:00:42.866Zinstalled on the system. Try querying remotely instead:
7352026-06-25T04:00:42.866Z
7362026-06-25T04:00:42.866Z clang-15
7372026-06-25T04:00:42.904Z++ [[ 1 != 0 ]]
7382026-06-25T04:00:42.907Z++ set -o errexit
7392026-06-25T04:00:42.907Z++ pfexec pkg install clang-15
7402026-06-25T04:00:50.480Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-06-25T04:00:58.179Z Startup: Caching catalogs ... Done
7422026-06-25T04:01:05.459ZPlanning: Solver setup ... Done
7432026-06-25T04:01:05.501ZPlanning: Running solver ... Done
7442026-06-25T04:01:05.656ZPlanning: Finding local manifests ... Done
7452026-06-25T04:01:05.670ZPlanning: Fetching manifests: 0/2 0% complete
7462026-06-25T04:01:05.758ZPlanning: Fetching manifests: 2/2 100% complete
7472026-06-25T04:01:05.787ZPlanning: Package planning ... Done
7482026-06-25T04:01:05.813ZPlanning: Merging actions ... Done
7492026-06-25T04:01:05.921ZPlanning: Checking for conflicting actions ... Done
7502026-06-25T04:01:05.930ZPlanning: Consolidating action changes ... Done
7512026-06-25T04:01:06.724ZPlanning: Evaluating mediators ... Done
7522026-06-25T04:01:06.729ZPlanning: Planning completed in 8.38 seconds
7532026-06-25T04:01:06.740Z Packages to install: 2
7542026-06-25T04:01:06.743Z Mediators to change: 2
7552026-06-25T04:01:06.743Z Services to change: 1
7562026-06-25T04:01:06.743Z Create boot environment: No
7572026-06-25T04:01:06.743ZCreate backup boot environment: No
7582026-06-25T04:01:06.783Z
7592026-06-25T04:01:06.783ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-06-25T04:01:11.784ZDownload: 1544/3076 items 116.3/211.3MB 55% complete (23.7M/s)
7612026-06-25T04:01:16.786ZDownload: 2903/3076 items 148.1/211.3MB 70% complete (14.8M/s)
7622026-06-25T04:01:21.583ZDownload: Completed 211.31 MB in 14.80 seconds (14.3M/s)
7632026-06-25T04:01:21.711Z Actions: 1/3418 actions (Installing new actions)
7642026-06-25T04:01:24.859Z Actions: Completed 3418 actions in 3.15 seconds.
7652026-06-25T04:01:25.517Z Done
7662026-06-25T04:01:25.517Z Done
7672026-06-25T04:01:26.258Z Done
7682026-06-25T04:01:29.786Z Done
7692026-06-25T04:01:29.859Z Done
7702026-06-25T04:01:29.862Z Done
7712026-06-25T04:01:30.128Z Done
7722026-06-25T04:01:30.816Z++ set -o errexit
7732026-06-25T04:01:30.816Z++ cargo --version
7742026-06-25T04:01:30.825Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7752026-06-25T04:01:30.828Z++ rustc --version
7762026-06-25T04:01:30.847Zrustc 1.95.0 (59807616e 2026-04-14)
7772026-06-25T04:01:30.850Z++ cargo install cargo-nextest --version 0.9.97
7782026-06-25T04:01:30.900Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7792026-06-25T04:01:30.902Z+ pushd rdb
7802026-06-25T04:01:30.902Z+ PROPTEST_CASES=1000000
7812026-06-25T04:01:30.902Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7822026-06-25T04:01:30.902Z+ cargo nextest run --lib proptest
7832026-06-25T04:01:31.060Z Updating git repository `https://github.com/oxidecomputer/falcon`
7842026-06-25T04:01:31.988ZFrom https://github.com/oxidecomputer/falcon
7852026-06-25T04:01:31.988Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7862026-06-25T04:01:32.062Z Updating crates.io index
7872026-06-25T04:01:32.118Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7882026-06-25T04:01:32.505ZFrom https://github.com/oxidecomputer/dendrite
7892026-06-25T04:01:32.505Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7902026-06-25T04:01:32.539Z Updating git repository `https://github.com/oxidecomputer/ispf`
7912026-06-25T04:01:32.792ZFrom https://github.com/oxidecomputer/ispf
7922026-06-25T04:01:32.792Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7932026-06-25T04:01:32.833Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7942026-06-25T04:01:33.198ZFrom https://github.com/oxidecomputer/netadm-sys
7952026-06-25T04:01:33.198Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7962026-06-25T04:01:33.206Z Updating git repository `https://github.com/oxidecomputer/omicron`
7972026-06-25T04:01:39.139ZFrom https://github.com/oxidecomputer/omicron
7982026-06-25T04:01:39.139Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7992026-06-25T04:01:39.555Z Updating git repository `https://github.com/oxidecomputer/opte`
8002026-06-25T04:01:40.239ZFrom https://github.com/oxidecomputer/opte
8012026-06-25T04:01:40.239Z * [new ref] cd7749d9dd18f39e065781147cbf51d39930ceca -> refs/commit/cd7749d9dd18f39e065781147cbf51d39930ceca
8022026-06-25T04:01:40.347Z Updating git repository `https://github.com/illumos/smf-rs`
8032026-06-25T04:01:40.638ZFrom https://github.com/illumos/smf-rs
8042026-06-25T04:01:40.638Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8052026-06-25T04:01:40.768Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8062026-06-25T04:01:41.006ZFrom https://github.com/oxidecomputer/network-interface
8072026-06-25T04:01:41.006Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8082026-06-25T04:01:41.013Z Updating git repository `https://github.com/oxidecomputer/zone`
8092026-06-25T04:01:41.287ZFrom https://github.com/oxidecomputer/zone
8102026-06-25T04:01:41.287Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8112026-06-25T04:01:41.317Z Updating git repository `https://github.com/oxidecomputer/propolis`
8122026-06-25T04:01:41.951ZFrom https://github.com/oxidecomputer/propolis
8132026-06-25T04:01:41.951Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8142026-06-25T04:01:42.084Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8152026-06-25T04:01:42.601ZFrom https://github.com/oxidecomputer/transceiver-control
8162026-06-25T04:01:42.601Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8172026-06-25T04:01:42.684Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8182026-06-25T04:01:42.914ZFrom https://github.com/oxidecomputer/dlpi-sys
8192026-06-25T04:01:42.915Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8202026-06-25T04:01:42.920Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8212026-06-25T04:01:43.207ZFrom https://github.com/jmesmon/rust-libzfs
8222026-06-25T04:01:43.207Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8232026-06-25T04:01:43.214Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8242026-06-25T04:01:43.488ZFrom https://github.com/oxidecomputer/rusty-doors
8252026-06-25T04:01:43.488Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8262026-06-25T04:01:43.521Z Updating git repository `https://github.com/oxidecomputer/lldp`
8272026-06-25T04:01:43.808ZFrom https://github.com/oxidecomputer/lldp
8282026-06-25T04:01:43.808Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8292026-06-25T04:01:43.921Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8302026-06-25T04:01:44.159ZFrom https://github.com/oxidecomputer/slog-error-chain
8312026-06-25T04:01:44.159Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8322026-06-25T04:01:44.167Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8332026-06-25T04:01:44.476ZFrom https://github.com/oxidecomputer/tufaceous
8342026-06-25T04:01:44.477Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8352026-06-25T04:01:44.597Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8362026-06-25T04:01:45.017ZFrom https://github.com/oxidecomputer/management-gateway-service
8372026-06-25T04:01:45.017Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8382026-06-25T04:01:45.052Z Updating git repository `https://github.com/oxidecomputer/crucible`
8392026-06-25T04:01:45.822ZFrom https://github.com/oxidecomputer/crucible
8402026-06-25T04:01:45.823Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8412026-06-25T04:01:45.870Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8422026-06-25T04:01:46.098ZFrom https://github.com/oxidecomputer/serde_human_bytes
8432026-06-25T04:01:46.098Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8442026-06-25T04:01:46.598Z Updating git repository `https://github.com/oxidecomputer/propolis`
8452026-06-25T04:01:47.035ZFrom https://github.com/oxidecomputer/propolis
8462026-06-25T04:01:47.035Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8472026-06-25T04:01:47.153Z Updating git repository `https://github.com/oxidecomputer/crucible`
8482026-06-25T04:01:47.663ZFrom https://github.com/oxidecomputer/crucible
8492026-06-25T04:01:47.663Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8502026-06-25T04:01:47.730Z Updating git repository `https://github.com/oxidecomputer/tofino`
8512026-06-25T04:01:48.049ZFrom https://github.com/oxidecomputer/tofino
8522026-06-25T04:01:48.049Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8532026-06-25T04:01:48.079Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8542026-06-25T04:01:48.791ZFrom https://github.com/oxidecomputer/maghemite
8552026-06-25T04:01:48.791Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8562026-06-25T04:01:48.822Z Updating git repository `https://github.com/oxidecomputer/clickward`
8572026-06-25T04:01:49.079ZFrom https://github.com/oxidecomputer/clickward
8582026-06-25T04:01:49.079Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8592026-06-25T04:01:49.128Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8602026-06-25T04:01:49.387ZFrom https://github.com/oxidecomputer/illumos-devinfo
8612026-06-25T04:01:49.387Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8622026-06-25T04:01:50.833Z Downloading crates ...
8632026-06-25T04:01:50.941Z Downloaded async-trait v0.1.89
8642026-06-25T04:01:50.949Z Downloaded aead v0.5.2
8652026-06-25T04:01:50.960Z Downloaded block-buffer v0.12.0
8662026-06-25T04:01:50.963Z Downloaded bit-set v0.8.0
8672026-06-25T04:01:50.969Z Downloaded data-encoding v2.11.0
8682026-06-25T04:01:50.972Z Downloaded console v0.16.3
8692026-06-25T04:01:50.979Z Downloaded crypto-common v0.2.2
8702026-06-25T04:01:50.983Z Downloaded base16ct v1.0.0
8712026-06-25T04:01:51.008Z Downloaded git-stub v1.0.0
8722026-06-25T04:01:51.011Z Downloaded displaydoc v0.2.6
8732026-06-25T04:01:51.011Z Downloaded dtrace-parser v0.2.0
8742026-06-25T04:01:51.011Z Downloaded compression-codecs v0.4.38
8752026-06-25T04:01:51.011Z Downloaded fxhash v0.2.1
8762026-06-25T04:01:51.011Z Downloaded cobs v0.3.0
8772026-06-25T04:01:51.011Z Downloaded hostname v0.4.2
8782026-06-25T04:01:51.011Z Downloaded dyn-clone v1.0.20
8792026-06-25T04:01:51.011Z Downloaded defmt-macros v1.1.0
8802026-06-25T04:01:51.011Z Downloaded hmac v0.12.1
8812026-06-25T04:01:51.011Z Downloaded internet-checksum v0.2.1
8822026-06-25T04:01:51.011Z Downloaded newtype-uuid-macros v0.1.0
8832026-06-25T04:01:51.011Z Downloaded dtrace-parser v0.3.0
8842026-06-25T04:01:51.016Z Downloaded critical-section v1.2.0
8852026-06-25T04:01:51.016Z Downloaded defmt-parser v1.0.0
8862026-06-25T04:01:51.016Z Downloaded byteorder v1.5.0
8872026-06-25T04:01:51.019Z Downloaded blake2 v0.10.6
8882026-06-25T04:01:51.019Z Downloaded managed v0.8.0
8892026-06-25T04:01:51.022Z Downloaded litemap v0.8.2
8902026-06-25T04:01:51.022Z Downloaded allocator-api2 v0.2.21
8912026-06-25T04:01:51.025Z Downloaded csv-core v0.1.13
8922026-06-25T04:01:51.025Z Downloaded ingot v0.1.1
8932026-06-25T04:01:51.028Z Downloaded crc8 v0.1.1
8942026-06-25T04:01:51.029Z Downloaded hashbrown v0.16.1
8952026-06-25T04:01:51.032Z Downloaded newtype_derive v0.1.6
8962026-06-25T04:01:51.035Z Downloaded newline-converter v0.3.0
8972026-06-25T04:01:51.035Z Downloaded httpdate v1.0.3
8982026-06-25T04:01:51.038Z Downloaded hubpack_derive v0.1.1
8992026-06-25T04:01:51.038Z Downloaded bitflags v2.12.1
9002026-06-25T04:01:51.041Z Downloaded enum-as-inner v0.6.1
9012026-06-25T04:01:51.041Z Downloaded iddqd v0.4.2
9022026-06-25T04:01:51.048Z Downloaded natord v1.0.9
9032026-06-25T04:01:51.051Z Downloaded memoffset v0.9.1
9042026-06-25T04:01:51.051Z Downloaded glob v0.3.3
9052026-06-25T04:01:51.051Z Downloaded foldhash v0.2.0
9062026-06-25T04:01:51.054Z Downloaded derive_more v0.99.20
9072026-06-25T04:01:51.057Z Downloaded heck v0.4.1
9082026-06-25T04:01:51.057Z Downloaded compression-core v0.4.32
9092026-06-25T04:01:51.060Z Downloaded base16ct v0.2.0
9102026-06-25T04:01:51.060Z Downloaded float-ord v0.3.2
9112026-06-25T04:01:51.060Z Downloaded ingot-macros v0.1.1
9122026-06-25T04:01:51.064Z Downloaded darling_macro v0.21.3
9132026-06-25T04:01:51.064Z Downloaded drift v0.2.0
9142026-06-25T04:01:51.068Z Downloaded cpufeatures v0.3.0
9152026-06-25T04:01:51.071Z Downloaded ciborium-io v0.2.2
9162026-06-25T04:01:51.071Z Downloaded getrandom v0.4.2
9172026-06-25T04:01:51.074Z Downloaded darling v0.21.3
9182026-06-25T04:01:51.078Z Downloaded crunchy v0.2.4
9192026-06-25T04:01:51.080Z Downloaded const-random v0.1.18
9202026-06-25T04:01:51.080Z Downloaded bs58 v0.5.1
9212026-06-25T04:01:51.083Z Downloaded instant v0.1.13
9222026-06-25T04:01:51.085Z Downloaded foreign-types-shared v0.3.1
9232026-06-25T04:01:51.085Z Downloaded ciborium-ll v0.2.2
9242026-06-25T04:01:51.085Z Downloaded hash32 v0.3.1
9252026-06-25T04:01:51.089Z Downloaded embedded-io v0.6.1
9262026-06-25T04:01:51.089Z Downloaded embedded-io v0.4.0
9272026-06-25T04:01:51.092Z Downloaded cmake v0.1.58
9282026-06-25T04:01:51.092Z Downloaded lru-cache v0.1.2
9292026-06-25T04:01:51.095Z Downloaded dof v0.4.0
9302026-06-25T04:01:51.095Z Downloaded defmt v0.3.100
9312026-06-25T04:01:51.095Z Downloaded convert_case v0.4.0
9322026-06-25T04:01:51.099Z Downloaded idna_adapter v1.2.2
9332026-06-25T04:01:51.099Z Downloaded dunce v1.0.5
9342026-06-25T04:01:51.099Z Downloaded group v0.13.0
9352026-06-25T04:01:51.103Z Downloaded ident_case v1.0.1
9362026-06-25T04:01:51.103Z Downloaded olpc-cjson v0.1.4
9372026-06-25T04:01:51.103Z Downloaded linked-hash-map v0.5.6
9382026-06-25T04:01:51.106Z Downloaded async-stream-impl v0.3.6
9392026-06-25T04:01:51.106Z Downloaded async-stream v0.3.6
9402026-06-25T04:01:51.106Z Downloaded libscf-sys v1.2.0
9412026-06-25T04:01:51.110Z Downloaded dropshot-api-manager-types v0.7.2
9422026-06-25T04:01:51.110Z Downloaded arrayref v0.3.9
9432026-06-25T04:01:51.115Z Downloaded keccak v0.1.6
9442026-06-25T04:01:51.115Z Downloaded hubpack v0.1.2
9452026-06-25T04:01:51.115Z Downloaded crossbeam-epoch v0.9.18
9462026-06-25T04:01:51.120Z Downloaded num_enum_derive v0.5.11
9472026-06-25T04:01:51.120Z Downloaded macaddr v1.0.1
9482026-06-25T04:01:51.120Z Downloaded bit-vec v0.8.0
9492026-06-25T04:01:51.120Z Downloaded bitflags v1.3.2
9502026-06-25T04:01:51.123Z Downloaded git-stub-vcs v0.1.0
9512026-06-25T04:01:51.123Z Downloaded const-random-macro v0.1.16
9522026-06-25T04:01:51.123Z Downloaded darling_macro v0.23.0
9532026-06-25T04:01:51.123Z Downloaded cstr-argument v0.1.2
9542026-06-25T04:01:51.126Z Downloaded crucible-workspace-hack v0.1.0
9552026-06-25T04:01:51.129Z Downloaded is-terminal v0.4.17
9562026-06-25T04:01:51.133Z Downloaded no-std-compat v0.4.1
9572026-06-25T04:01:51.133Z Downloaded parse-display v0.10.0
9582026-06-25T04:01:51.133Z Downloaded num-derive v0.4.2
9592026-06-25T04:01:51.136Z Downloaded konst_macro_rules v0.2.19
9602026-06-25T04:01:51.136Z Downloaded bytecount v0.6.9
9612026-06-25T04:01:51.139Z Downloaded mime v0.3.17
9622026-06-25T04:01:51.142Z Downloaded fixedbitset v0.4.2
9632026-06-25T04:01:51.146Z Downloaded foreign-types-macros v0.2.3
9642026-06-25T04:01:51.152Z Downloaded fs_extra v1.3.0
9652026-06-25T04:01:51.156Z Downloaded ff v0.13.1
9662026-06-25T04:01:51.156Z Downloaded icu_locale_core v2.2.0
9672026-06-25T04:01:51.161Z Downloaded dof v0.3.0
9682026-06-25T04:01:51.161Z Downloaded bcs v0.1.6
9692026-06-25T04:01:51.161Z Downloaded libsw v3.5.0
9702026-06-25T04:01:51.168Z Downloaded highway v1.3.0
9712026-06-25T04:01:51.168Z Downloaded fs-err v3.3.0
9722026-06-25T04:01:51.168Z Downloaded derive-ex v0.1.8
9732026-06-25T04:01:51.168Z Downloaded arc-swap v1.9.1
9742026-06-25T04:01:51.171Z Downloaded const_format_proc_macros v0.2.34
9752026-06-25T04:01:51.171Z Downloaded foreign-types v0.5.0
9762026-06-25T04:01:51.171Z Downloaded num-iter v0.1.45
9772026-06-25T04:01:51.171Z Downloaded cipher v0.4.4
9782026-06-25T04:01:51.174Z Downloaded num v0.4.3
9792026-06-25T04:01:51.174Z Downloaded byte-wrapper v0.1.0
9802026-06-25T04:01:51.174Z Downloaded proc-macro-error-attr v1.0.4
9812026-06-25T04:01:51.177Z Downloaded opaque-debug v0.3.1
9822026-06-25T04:01:51.178Z Downloaded argon2 v0.5.3
9832026-06-25T04:01:51.181Z Downloaded potential_utf v0.1.5
9842026-06-25T04:01:51.181Z Downloaded omicron-workspace-hack v0.1.0
9852026-06-25T04:01:51.181Z Downloaded plain v0.2.3
9862026-06-25T04:01:51.181Z Downloaded gethostname v0.5.0
9872026-06-25T04:01:51.184Z Downloaded progenitor-client v0.14.0
9882026-06-25T04:01:51.184Z Downloaded proc-macro-crate v1.3.1
9892026-06-25T04:01:51.187Z Downloaded num_threads v0.1.7
9902026-06-25T04:01:51.187Z Downloaded hostname v0.3.1
9912026-06-25T04:01:51.190Z Downloaded phf_shared v0.12.1
9922026-06-25T04:01:51.190Z Downloaded proc-macro-crate v3.5.0
9932026-06-25T04:01:51.196Z Downloaded crossbeam-deque v0.8.6
9942026-06-25T04:01:51.199Z Downloaded inout v0.1.4
9952026-06-25T04:01:51.206Z Downloaded daft v0.1.7
9962026-06-25T04:01:51.210Z Downloaded async-recursion v1.1.1
9972026-06-25T04:01:51.213Z Downloaded daft-derive v0.1.7
9982026-06-25T04:01:51.213Z Downloaded linear-map v1.2.0
9992026-06-25T04:01:51.217Z Downloaded memmap v0.7.0
10002026-06-25T04:01:51.220Z Downloaded erased-serde v0.3.31
10012026-06-25T04:01:51.224Z Downloaded powerfmt v0.2.0
10022026-06-25T04:01:51.224Z Downloaded num-integer v0.1.46
10032026-06-25T04:01:51.224Z Downloaded deranged v0.5.8
10042026-06-25T04:01:51.229Z Downloaded num_enum v0.5.11
10052026-06-25T04:01:51.233Z Downloaded progenitor-macro v0.10.0
10062026-06-25T04:01:51.233Z Downloaded proc-macro-error-attr2 v2.0.0
10072026-06-25T04:01:51.233Z Downloaded arrayvec v0.7.6
10082026-06-25T04:01:51.236Z Downloaded progenitor-client v0.10.0
10092026-06-25T04:01:51.239Z Downloaded cargo_toml v0.22.3
10102026-06-25T04:01:51.243Z Downloaded num-complex v0.4.6
10112026-06-25T04:01:51.243Z Downloaded backoff v0.4.0
10122026-06-25T04:01:51.247Z Downloaded progenitor-macro v0.14.0
10132026-06-25T04:01:51.247Z Downloaded hashbrown v0.12.3
10142026-06-25T04:01:51.251Z Downloaded progenitor-macro v0.13.0
10152026-06-25T04:01:51.251Z Downloaded anyhow v1.0.102
10162026-06-25T04:01:51.255Z Downloaded chacha20 v0.9.1
10172026-06-25T04:01:51.255Z Downloaded backon v1.6.0
10182026-06-25T04:01:51.259Z Downloaded rand_xorshift v0.4.0
10192026-06-25T04:01:51.259Z Downloaded rand_chacha v0.3.1
10202026-06-25T04:01:51.259Z Downloaded camino v1.2.2
10212026-06-25T04:01:51.262Z Downloaded cookie v0.18.1
10222026-06-25T04:01:51.265Z Downloaded quick-error v1.2.3
10232026-06-25T04:01:51.265Z Downloaded rustc_version v0.1.7
10242026-06-25T04:01:51.268Z Downloaded oxide-tokio-rt v0.1.6
10252026-06-25T04:01:51.272Z Downloaded ref-cast-impl v1.0.25
10262026-06-25T04:01:51.272Z Downloaded ref-cast v1.0.25
10272026-06-25T04:01:51.275Z Downloaded pem v3.0.6
10282026-06-25T04:01:51.275Z Downloaded match_cfg v0.1.0
10292026-06-25T04:01:51.275Z Downloaded ingot-types v0.1.2
10302026-06-25T04:01:51.278Z Downloaded num-conv v0.2.2
10312026-06-25T04:01:51.278Z Downloaded paste v1.0.15
10322026-06-25T04:01:51.281Z Downloaded parse-display-derive v0.10.0
10332026-06-25T04:01:51.285Z Downloaded password-hash v0.5.0
10342026-06-25T04:01:51.285Z Downloaded pretty-hex v0.4.2
10352026-06-25T04:01:51.288Z Downloaded proc-macro-error v1.0.4
10362026-06-25T04:01:51.288Z Downloaded parking_lot_core v0.8.6
10372026-06-25T04:01:51.294Z Downloaded num_enum_derive v0.7.6
10382026-06-25T04:01:51.294Z Downloaded oxnet v0.1.6
10392026-06-25T04:01:51.294Z Downloaded libsw-core v0.3.2
10402026-06-25T04:01:51.297Z Downloaded phf v0.12.1
10412026-06-25T04:01:51.303Z Downloaded darling v0.23.0
10422026-06-25T04:01:51.307Z Downloaded progenitor v0.10.0
10432026-06-25T04:01:51.309Z Downloaded ciborium v0.2.2
10442026-06-25T04:01:51.309Z Downloaded const_format v0.2.36
10452026-06-25T04:01:51.312Z Downloaded multer v3.1.0
10462026-06-25T04:01:51.315Z Downloaded progenitor v0.13.0
10472026-06-25T04:01:51.315Z Downloaded memmap2 v0.9.10
10482026-06-25T04:01:51.318Z Downloaded crossbeam-utils v0.8.21
10492026-06-25T04:01:51.318Z Downloaded colored v3.1.1
10502026-06-25T04:01:51.321Z Downloaded constant_time_eq v0.4.2
10512026-06-25T04:01:51.321Z Downloaded serde-big-array v0.5.1
10522026-06-25T04:01:51.324Z Downloaded semver v0.1.20
10532026-06-25T04:01:51.324Z Downloaded progenitor-client v0.13.0
10542026-06-25T04:01:51.325Z Downloaded proc-macro-error2 v2.0.1
10552026-06-25T04:01:51.329Z Downloaded digest v0.11.3
10562026-06-25T04:01:51.329Z Downloaded secrecy v0.10.3
10572026-06-25T04:01:51.332Z Downloaded scroll_derive v0.12.1
10582026-06-25T04:01:51.332Z Downloaded diff v0.1.13
10592026-06-25T04:01:51.332Z Downloaded siphasher v1.0.3
10602026-06-25T04:01:51.332Z Downloaded sha1 v0.10.6
10612026-06-25T04:01:51.335Z Downloaded serde_plain v1.0.2
10622026-06-25T04:01:51.335Z Downloaded const-oid v0.10.2
10632026-06-25T04:01:51.338Z Downloaded scroll_derive v0.13.1
10642026-06-25T04:01:51.338Z Downloaded progenitor v0.14.0
10652026-06-25T04:01:51.338Z Downloaded sha1 v0.11.0
10662026-06-25T04:01:51.341Z Downloaded progenitor-extras v0.2.0
10672026-06-25T04:01:51.342Z Downloaded icu_provider v2.2.0
10682026-06-25T04:01:51.345Z Downloaded defmt v1.1.0
10692026-06-25T04:01:51.345Z Downloaded chacha20 v0.10.0
10702026-06-25T04:01:51.348Z Downloaded cancel-safe-futures v0.1.5
10712026-06-25T04:01:51.352Z Downloaded resolv-conf v0.7.6
10722026-06-25T04:01:51.356Z Downloaded serial_test v3.5.0
10732026-06-25T04:01:51.356Z Downloaded sigpipe v0.1.3
10742026-06-25T04:01:51.360Z Downloaded slog-bunyan v2.5.0
10752026-06-25T04:01:51.360Z Downloaded serial_test_derive v3.5.0
10762026-06-25T04:01:51.364Z Downloaded slog-envlogger v2.2.0
10772026-06-25T04:01:51.364Z Downloaded quote v1.0.45
10782026-06-25T04:01:51.367Z Downloaded smawk v0.3.2
10792026-06-25T04:01:51.370Z Downloaded rand_core v0.10.1
10802026-06-25T04:01:51.370Z Downloaded num_enum v0.7.6
10812026-06-25T04:01:51.374Z Downloaded rustls-native-certs v0.8.4
10822026-06-25T04:01:51.377Z Downloaded poly1305 v0.8.0
10832026-06-25T04:01:51.377Z Downloaded pest_generator v2.8.6
10842026-06-25T04:01:51.377Z Downloaded parking_lot v0.11.2
10852026-06-25T04:01:51.380Z Downloaded hybrid-array v0.4.12
10862026-06-25T04:01:51.380Z Downloaded postcard v1.1.3
10872026-06-25T04:01:51.384Z Downloaded num-rational v0.4.2
10882026-06-25T04:01:51.384Z Downloaded pest_derive v2.8.6
10892026-06-25T04:01:51.387Z Downloaded same-file v1.0.6
10902026-06-25T04:01:51.387Z Downloaded ipnetwork v0.21.1
10912026-06-25T04:01:51.390Z Downloaded rustls-pemfile v2.2.0
10922026-06-25T04:01:51.393Z Downloaded rustversion v1.0.22
10932026-06-25T04:01:51.396Z Downloaded log v0.4.32
10942026-06-25T04:01:51.399Z Downloaded rusty-fork v0.3.1
10952026-06-25T04:01:51.402Z Downloaded structmeta v0.3.0
10962026-06-25T04:01:51.402Z Downloaded stable_deref_trait v1.2.1
10972026-06-25T04:01:51.402Z Downloaded icu_properties v2.2.0
10982026-06-25T04:01:51.406Z Downloaded dropshot_endpoint v0.17.1
10992026-06-25T04:01:51.407Z Downloaded strum v0.27.2
11002026-06-25T04:01:51.411Z Downloaded scroll v0.13.0
11012026-06-25T04:01:51.414Z Downloaded schemars_derive v0.8.22
11022026-06-25T04:01:51.416Z Downloaded tabled_derive v0.7.0
11032026-06-25T04:01:51.419Z Downloaded structmeta-derive v0.3.0
11042026-06-25T04:01:51.419Z Downloaded strum v0.26.3
11052026-06-25T04:01:51.423Z Downloaded thiserror-impl-no-std v2.0.2
11062026-06-25T04:01:51.426Z Downloaded testing_table v0.3.0
11072026-06-25T04:01:51.426Z Downloaded take_mut v0.2.2
11082026-06-25T04:01:51.426Z Downloaded hickory-resolver v0.24.4
11092026-06-25T04:01:51.429Z Downloaded serde_derive_internals v0.29.1
11102026-06-25T04:01:51.429Z Downloaded tabwriter v1.4.1
11112026-06-25T04:01:51.434Z Downloaded tabled_derive v0.11.0
11122026-06-25T04:01:51.434Z Downloaded serde_tokenstream v0.2.3
11132026-06-25T04:01:51.434Z Downloaded darling_core v0.21.3
11142026-06-25T04:01:51.438Z Downloaded minimal-lexical v0.2.1
11152026-06-25T04:01:51.442Z Downloaded darling_core v0.23.0
11162026-06-25T04:01:51.442Z Downloaded chacha20poly1305 v0.10.1
11172026-06-25T04:01:51.445Z Downloaded termtree v0.5.1
11182026-06-25T04:01:51.445Z Downloaded slog-term v2.9.2
11192026-06-25T04:01:51.449Z Downloaded thread-id v4.2.2
11202026-06-25T04:01:51.453Z Downloaded typify-macro v0.4.3
11212026-06-25T04:01:51.453Z Downloaded time-core v0.1.8
11222026-06-25T04:01:51.456Z Downloaded thread-id v5.1.0
11232026-06-25T04:01:51.456Z Downloaded slog-dtrace v0.3.0
11242026-06-25T04:01:51.459Z Downloaded smf v0.2.3
11252026-06-25T04:01:51.459Z Downloaded slog-json v2.6.1
11262026-06-25T04:01:51.464Z Downloaded slog-stdlog v4.1.1
11272026-06-25T04:01:51.467Z Downloaded slog-scope v4.4.1
11282026-06-25T04:01:51.467Z Downloaded omicron-zone-package v0.12.2
11292026-06-25T04:01:51.470Z Downloaded papergrid v0.18.0
11302026-06-25T04:01:51.473Z Downloaded indexmap v1.9.3
11312026-06-25T04:01:51.476Z Downloaded spin v0.5.2
11322026-06-25T04:01:51.477Z Downloaded scroll v0.12.0
11332026-06-25T04:01:51.479Z Downloaded indicatif v0.18.4
11342026-06-25T04:01:51.479Z Downloaded icu_normalizer_data v2.2.0
11352026-06-25T04:01:51.483Z Downloaded elliptic-curve v0.13.8
11362026-06-25T04:01:51.486Z Downloaded topological-sort v0.2.2
11372026-06-25T04:01:51.489Z Downloaded usdt-macro v0.5.0
11382026-06-25T04:01:51.492Z Downloaded usdt-attr-macro v0.5.0
11392026-06-25T04:01:51.495Z Downloaded typify-macro v0.6.2
11402026-06-25T04:01:51.495Z Downloaded strum_macros v0.26.4
11412026-06-25T04:01:51.499Z Downloaded snafu-derive v0.8.9
11422026-06-25T04:01:51.499Z Downloaded heapless v0.8.0
11432026-06-25T04:01:51.503Z Downloaded konst v0.2.20
11442026-06-25T04:01:51.507Z Downloaded icu_collections v2.2.0
11452026-06-25T04:01:51.507Z Downloaded tagptr v0.2.0
11462026-06-25T04:01:51.511Z Downloaded serde_repr v0.1.20
11472026-06-25T04:01:51.511Z Downloaded wait-timeout v0.2.1
11482026-06-25T04:01:51.511Z Downloaded usdt v0.6.0
11492026-06-25T04:01:51.511Z Downloaded waitgroup v0.1.2
11502026-06-25T04:01:51.515Z Downloaded usdt-attr-macro v0.6.0
11512026-06-25T04:01:51.515Z Downloaded unit-prefix v0.5.2
11522026-06-25T04:01:51.515Z Downloaded strum_macros v0.27.2
11532026-06-25T04:01:51.515Z Downloaded universal-hash v0.5.1
11542026-06-25T04:01:51.518Z Downloaded unarray v0.1.4
11552026-06-25T04:01:51.518Z Downloaded untrusted v0.7.1
11562026-06-25T04:01:51.518Z Downloaded synstructure v0.13.2
11572026-06-25T04:01:51.518Z Downloaded itertools v0.12.1
11582026-06-25T04:01:51.521Z Downloaded usdt-macro v0.6.0
11592026-06-25T04:01:51.524Z Downloaded usdt v0.5.0
11602026-06-25T04:01:51.524Z Downloaded serde_with_macros v3.20.0
11612026-06-25T04:01:51.524Z Downloaded bytes v1.11.1
11622026-06-25T04:01:51.526Z Downloaded crossbeam-channel v0.5.15
11632026-06-25T04:01:51.529Z Downloaded utf-8 v0.7.6
11642026-06-25T04:01:51.529Z Downloaded zerofrom-derive v0.1.7
11652026-06-25T04:01:51.535Z Downloaded yoke-derive v0.8.2
11662026-06-25T04:01:51.538Z Downloaded thiserror-no-std v2.0.2
11672026-06-25T04:01:51.538Z Downloaded tokio-dtrace v0.1.1
11682026-06-25T04:01:51.541Z Downloaded tiny-keccak v2.0.2
11692026-06-25T04:01:51.541Z Downloaded smallvec v1.15.1
11702026-06-25T04:01:51.544Z Downloaded slog-async v2.8.0
11712026-06-25T04:01:51.544Z Downloaded progenitor-impl v0.10.0
11722026-06-25T04:01:51.544Z Downloaded half v2.7.1
11732026-06-25T04:01:51.547Z Downloaded tinystr v0.8.3
11742026-06-25T04:01:51.547Z Downloaded time-macros v0.2.27
11752026-06-25T04:01:51.563Z Downloaded smartstring v1.0.1
11762026-06-25T04:01:51.566Z Downloaded zeroize_derive v1.4.3
11772026-06-25T04:01:51.567Z Downloaded zone v0.3.1
11782026-06-25T04:01:51.567Z Downloaded zone_cfg_derive v0.3.1
11792026-06-25T04:01:51.567Z Downloaded papergrid v0.11.0
11802026-06-25T04:01:51.567Z Downloaded rustls-platform-verifier v0.7.0
11812026-06-25T04:01:51.567Z Downloaded openssl-sys v0.9.116
11822026-06-25T04:01:51.569Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11832026-06-25T04:01:51.570Z Downloaded zerofrom v0.1.8
11842026-06-25T04:01:51.572Z Downloaded spin v0.9.8
11852026-06-25T04:01:51.572Z Downloaded prettyplease v0.2.37
11862026-06-25T04:01:51.575Z Downloaded schemars v0.8.22
11872026-06-25T04:01:51.580Z Downloaded usdt-impl v0.5.0
11882026-06-25T04:01:51.583Z Downloaded rhai_codegen v3.2.0
11892026-06-25T04:01:51.586Z Downloaded tokio-tungstenite v0.21.0
11902026-06-25T04:01:51.590Z Downloaded similar v2.7.0
11912026-06-25T04:01:51.590Z Downloaded jiff-static v0.2.28
11922026-06-25T04:01:51.593Z Downloaded progenitor-impl v0.13.0
11932026-06-25T04:01:51.596Z Downloaded rayon-core v1.13.0
11942026-06-25T04:01:51.599Z Downloaded usdt-impl v0.6.0
11952026-06-25T04:01:51.603Z Downloaded slog v2.8.2
11962026-06-25T04:01:51.609Z Downloaded base64 v0.21.7
11972026-06-25T04:01:51.618Z Downloaded crypto-bigint v0.5.5
11982026-06-25T04:01:51.621Z Downloaded term v1.2.1
11992026-06-25T04:01:51.624Z Downloaded serde_yaml v0.9.34+deprecated
12002026-06-25T04:01:51.624Z Downloaded vsss-rs v3.3.4
12012026-06-25T04:01:51.629Z Downloaded progenitor-impl v0.14.0
12022026-06-25T04:01:51.634Z Downloaded whoami v1.6.1
12032026-06-25T04:01:51.634Z Downloaded hickory-resolver v0.25.2
12042026-06-25T04:01:51.638Z Downloaded writeable v0.6.3
12052026-06-25T04:01:51.638Z Downloaded zeroize v1.8.2
12062026-06-25T04:01:51.638Z Downloaded walkdir v2.5.0
12072026-06-25T04:01:51.641Z Downloaded ucd-trie v0.1.7
12082026-06-25T04:01:51.641Z Downloaded thin-vec v0.2.18
12092026-06-25T04:01:51.646Z Downloaded pretty_assertions v1.4.1
12102026-06-25T04:01:51.649Z Downloaded schemars v0.9.0
12112026-06-25T04:01:51.654Z Downloaded rand v0.8.6
12122026-06-25T04:01:51.657Z Downloaded pest_meta v2.8.6
12132026-06-25T04:01:51.664Z Downloaded yoke v0.8.3
12142026-06-25T04:01:51.667Z Downloaded memchr v2.8.1
12152026-06-25T04:01:51.670Z Downloaded http v1.4.1
12162026-06-25T04:01:51.673Z Downloaded expectorate v1.2.0
12172026-06-25T04:01:51.673Z Downloaded icu_normalizer v2.2.0
12182026-06-25T04:01:51.686Z Downloaded nom v7.1.3
12192026-06-25T04:01:51.692Z Downloaded quinn v0.11.9
12202026-06-25T04:01:51.695Z Downloaded xz2 v0.1.7
12212026-06-25T04:01:51.701Z Downloaded schemars v1.2.1
12222026-06-25T04:01:51.709Z Downloaded zerovec-derive v0.11.3
12232026-06-25T04:01:51.713Z Downloaded toml v0.9.12+spec-1.1.0
12242026-06-25T04:01:51.713Z Downloaded toml v0.7.8
12252026-06-25T04:01:51.715Z Downloaded typify v0.6.2
12262026-06-25T04:01:51.718Z Downloaded tungstenite v0.21.0
12272026-06-25T04:01:51.720Z Downloaded snafu v0.8.9
12282026-06-25T04:01:51.723Z Downloaded cc v1.2.63
12292026-06-25T04:01:51.733Z Downloaded unsafe-libyaml v0.2.11
12302026-06-25T04:01:51.735Z Downloaded yansi v1.0.1
12312026-06-25T04:01:51.740Z Downloaded test-strategy v0.4.5
12322026-06-25T04:01:51.744Z Downloaded qorb v0.4.1
12332026-06-25T04:01:51.747Z Downloaded zerocopy-derive v0.7.35
12342026-06-25T04:01:51.749Z Downloaded toml_edit v0.25.12+spec-1.1.0
12352026-06-25T04:01:51.752Z Downloaded rand v0.10.1
12362026-06-25T04:01:51.755Z Downloaded pest v2.8.6
12372026-06-25T04:01:51.758Z Downloaded steno v0.4.1
12382026-06-25T04:01:51.760Z Downloaded typify v0.4.3
12392026-06-25T04:01:51.765Z Downloaded h2 v0.4.14
12402026-06-25T04:01:51.768Z Downloaded async-compression v0.4.42
12412026-06-25T04:01:51.776Z Downloaded uuid v1.23.2
12422026-06-25T04:01:51.778Z Downloaded blake3 v1.8.5
12432026-06-25T04:01:51.792Z Downloaded toml_edit v0.19.15
12442026-06-25T04:01:51.801Z Downloaded icu_properties_data v2.2.0
12452026-06-25T04:01:51.807Z Downloaded nom v8.0.0
12462026-06-25T04:01:51.810Z Downloaded dropshot-api-manager v0.7.2
12472026-06-25T04:01:51.821Z Downloaded zerocopy-derive v0.8.50
12482026-06-25T04:01:51.826Z Downloaded ron v0.12.1
12492026-06-25T04:01:51.830Z Downloaded zerotrie v0.2.4
12502026-06-25T04:01:51.838Z Downloaded hkdf v0.12.4
12512026-06-25T04:01:51.847Z Downloaded libm v0.2.16
12522026-06-25T04:01:51.868Z Downloaded goblin v0.8.2
12532026-06-25T04:01:51.872Z Downloaded reqwest v0.13.4
12542026-06-25T04:01:51.876Z Downloaded typed-path v0.9.3
12552026-06-25T04:01:51.881Z Downloaded regex v1.12.3
12562026-06-25T04:01:51.894Z Downloaded zerovec v0.11.6
12572026-06-25T04:01:51.916Z Downloaded tough v0.22.0
12582026-06-25T04:01:51.929Z Downloaded rayon v1.12.0
12592026-06-25T04:01:51.942Z Downloaded proptest v1.11.0
12602026-06-25T04:01:51.947Z Downloaded serde_with v3.20.0
12612026-06-25T04:01:51.972Z Downloaded winnow v0.5.40
12622026-06-25T04:01:51.979Z Downloaded quinn-proto v0.11.14
12632026-06-25T04:01:51.981Z Downloaded moka v0.12.15
12642026-06-25T04:01:51.986Z Downloaded zerocopy v0.7.35
12652026-06-25T04:01:52.014Z Downloaded goblin v0.10.7
12662026-06-25T04:01:52.019Z Downloaded time v0.3.47
12672026-06-25T04:01:52.025Z Downloaded aws-lc-rs v1.17.0
12682026-06-25T04:01:52.031Z Downloaded tabled v0.15.0
12692026-06-25T04:01:52.040Z Downloaded openssl v0.10.80
12702026-06-25T04:01:52.049Z Downloaded tabled v0.21.0
12712026-06-25T04:01:52.058Z Downloaded bstr v1.12.1
12722026-06-25T04:01:52.068Z Downloaded syn v1.0.109
12732026-06-25T04:01:52.073Z Downloaded hickory-proto v0.24.4
12742026-06-25T04:01:52.093Z Downloaded webpki-roots v1.0.7
12752026-06-25T04:01:52.099Z Downloaded regress v0.10.5
12762026-06-25T04:01:52.105Z Downloaded regress v0.11.1
12772026-06-25T04:01:52.109Z Downloaded openapiv3 v2.2.0
12782026-06-25T04:01:52.116Z Downloaded regex-syntax v0.8.10
12792026-06-25T04:01:52.120Z Downloaded nix v0.31.3
12802026-06-25T04:01:52.137Z Downloaded hickory-proto v0.25.2
12812026-06-25T04:01:52.147Z Downloaded zerocopy v0.8.50
12822026-06-25T04:01:52.166Z Downloaded syn v2.0.117
12832026-06-25T04:01:52.169Z Downloaded smoltcp v0.11.0
12842026-06-25T04:01:52.174Z Downloaded dropshot v0.17.1
12852026-06-25T04:01:52.187Z Downloaded rustls v0.23.40
12862026-06-25T04:01:52.193Z Downloaded rhai v1.25.1
12872026-06-25T04:01:52.265Z Downloaded typify-impl v0.6.2
12882026-06-25T04:01:52.271Z Downloaded petgraph v0.6.5
12892026-06-25T04:01:52.281Z Downloaded typify-impl v0.4.3
12902026-06-25T04:01:52.288Z Downloaded sled v0.34.7
12912026-06-25T04:01:52.294Z Downloaded jiff v0.2.28
12922026-06-25T04:01:52.303Z Downloaded lzma-sys v0.1.20
12932026-06-25T04:01:52.319Z Downloaded sha3 v0.10.9
12942026-06-25T04:01:52.348Z Downloaded encoding_rs v0.8.35
12952026-06-25T04:01:52.360Z Downloaded chrono-tz v0.10.4
12962026-06-25T04:01:52.371Z Downloaded csv v1.4.0
12972026-06-25T04:01:53.239Z Downloaded aws-lc-sys v0.41.0
12982026-06-25T04:01:54.133Z Compiling proc-macro2 v1.0.106
12992026-06-25T04:01:54.133Z Compiling unicode-ident v1.0.24
13002026-06-25T04:01:54.133Z Compiling quote v1.0.45
13012026-06-25T04:01:54.136Z Compiling serde_core v1.0.228
13022026-06-25T04:01:54.136Z Compiling cfg-if v1.0.4
13032026-06-25T04:01:54.136Z Compiling serde v1.0.228
13042026-06-25T04:01:54.136Z Compiling libc v0.2.186
13052026-06-25T04:01:54.136Z Compiling memchr v2.8.1
13062026-06-25T04:01:54.287Z Compiling itoa v1.0.18
13072026-06-25T04:01:54.464Z Compiling smallvec v1.15.1
13082026-06-25T04:01:54.573Z Compiling zmij v1.0.21
13092026-06-25T04:01:54.656Z Compiling autocfg v1.5.1
13102026-06-25T04:01:54.675Z Compiling libm v0.2.16
13112026-06-25T04:01:54.929Z Compiling stable_deref_trait v1.2.1
13122026-06-25T04:01:55.009Z Compiling litemap v0.8.2
13132026-06-25T04:01:55.012Z Compiling percent-encoding v2.3.2
13142026-06-25T04:01:55.146Z Compiling writeable v0.6.3
13152026-06-25T04:01:55.230Z Compiling utf8_iter v1.0.4
13162026-06-25T04:01:55.241Z Compiling icu_normalizer_data v2.2.0
13172026-06-25T04:01:55.243Z Compiling icu_properties_data v2.2.0
13182026-06-25T04:01:55.349Z Compiling iana-time-zone v0.1.65
13192026-06-25T04:01:55.374Z Compiling equivalent v1.0.2
13202026-06-25T04:01:55.459Z Compiling syn v2.0.117
13212026-06-25T04:01:55.547Z Compiling form_urlencoded v1.2.2
13222026-06-25T04:01:55.574Z Compiling version_check v0.9.5
13232026-06-25T04:01:55.577Z Compiling pin-project-lite v0.2.17
13242026-06-25T04:01:55.644Z Compiling serde_json v1.0.150
13252026-06-25T04:01:55.656Z Compiling parking_lot_core v0.9.12
13262026-06-25T04:01:55.677Z Compiling scopeguard v1.2.0
13272026-06-25T04:01:55.727Z Compiling dyn-clone v1.0.20
13282026-06-25T04:01:55.780Z Compiling lock_api v0.4.14
13292026-06-25T04:01:55.857Z Compiling num-traits v0.2.19
13302026-06-25T04:01:55.869Z Compiling rand_core v0.10.1
13312026-06-25T04:01:55.909Z Compiling thiserror v2.0.18
13322026-06-25T04:01:55.993Z Compiling getrandom v0.4.2
13332026-06-25T04:01:56.052Z Compiling log v0.4.32
13342026-06-25T04:01:56.080Z Compiling hashbrown v0.17.1
13352026-06-25T04:01:56.244Z Compiling errno v0.3.14
13362026-06-25T04:01:56.380Z Compiling futures-core v0.3.32
13372026-06-25T04:01:56.479Z Compiling heck v0.5.0
13382026-06-25T04:01:56.516Z Compiling semver v1.0.28
13392026-06-25T04:01:56.640Z Compiling indexmap v2.14.0
13402026-06-25T04:01:56.671Z Compiling zerocopy v0.8.50
13412026-06-25T04:01:56.744Z Compiling futures-sink v0.3.32
13422026-06-25T04:01:56.848Z Compiling uuid v1.23.2
13432026-06-25T04:01:56.868Z Compiling slab v0.4.12
13442026-06-25T04:01:56.949Z Compiling jobserver v0.1.34
13452026-06-25T04:01:57.047Z Compiling shlex v2.0.1
13462026-06-25T04:01:57.133Z Compiling fnv v1.0.7
13472026-06-25T04:01:57.232Z Compiling find-msvc-tools v0.1.9
13482026-06-25T04:01:57.236Z Compiling schemars v0.8.22
13492026-06-25T04:01:57.269Z Compiling futures-channel v0.3.32
13502026-06-25T04:01:57.282Z Compiling rustversion v1.0.22
13512026-06-25T04:01:57.292Z Compiling futures-task v0.3.32
13522026-06-25T04:01:57.463Z Compiling cc v1.2.63
13532026-06-25T04:01:57.475Z Compiling futures-io v0.3.32
13542026-06-25T04:01:57.514Z Compiling socket2 v0.6.4
13552026-06-25T04:01:57.637Z Compiling bitflags v2.12.1
13562026-06-25T04:01:57.650Z Compiling signal-hook-registry v1.4.8
13572026-06-25T04:01:57.706Z Compiling parking_lot v0.12.5
13582026-06-25T04:01:57.795Z Compiling mio v1.2.1
13592026-06-25T04:01:57.872Z Compiling portable-atomic v1.13.1
13602026-06-25T04:01:57.954Z Compiling dunce v1.0.5
13612026-06-25T04:01:57.954Z Compiling typenum v1.20.1
13622026-06-25T04:01:58.047Z Compiling fs_extra v1.3.0
13632026-06-25T04:01:58.111Z Compiling critical-section v1.2.0
13642026-06-25T04:01:58.218Z Compiling cmake v0.1.58
13652026-06-25T04:01:58.258Z Compiling base64 v0.22.1
13662026-06-25T04:01:58.297Z Compiling byteorder v1.5.0
13672026-06-25T04:01:58.308Z Compiling subtle v2.6.1
13682026-06-25T04:01:58.325Z Compiling synstructure v0.13.2
13692026-06-25T04:01:58.466Z Compiling serde_derive_internals v0.29.1
13702026-06-25T04:01:58.551Z Compiling regex-syntax v0.8.10
13712026-06-25T04:01:58.581Z Compiling slog v2.8.2
13722026-06-25T04:01:58.718Z Compiling aws-lc-sys v0.41.0
13732026-06-25T04:01:58.753Z Compiling httparse v1.10.1
13742026-06-25T04:01:58.821Z Compiling rustix v1.1.4
13752026-06-25T04:01:58.834Z Compiling strsim v0.11.1
13762026-06-25T04:01:59.060Z Compiling once_cell v1.21.4
13772026-06-25T04:01:59.104Z Compiling ipnet v2.12.0
13782026-06-25T04:01:59.191Z Compiling atomic-waker v1.1.2
13792026-06-25T04:01:59.274Z Compiling tower-layer v0.3.3
13802026-06-25T04:01:59.287Z Compiling tower-service v0.3.3
13812026-06-25T04:01:59.373Z Compiling getrandom v0.2.17
13822026-06-25T04:01:59.380Z Compiling try-lock v0.2.5
13832026-06-25T04:01:59.428Z Compiling ucd-trie v0.1.7
13842026-06-25T04:01:59.486Z Compiling untrusted v0.9.0
13852026-06-25T04:01:59.513Z Compiling serde_derive v1.0.228
13862026-06-25T04:01:59.554Z Compiling zerofrom-derive v0.1.7
13872026-06-25T04:01:59.588Z Compiling yoke-derive v0.8.2
13882026-06-25T04:01:59.601Z Compiling zerovec-derive v0.11.3
13892026-06-25T04:01:59.613Z Compiling displaydoc v0.2.6
13902026-06-25T04:01:59.632Z Compiling schemars_derive v0.8.22
13912026-06-25T04:01:59.725Z Compiling tokio-macros v2.7.0
13922026-06-25T04:02:00.456Z Compiling thiserror-impl v2.0.18
13932026-06-25T04:02:00.544Z Compiling zerocopy-derive v0.8.50
13942026-06-25T04:02:00.712Z Compiling zeroize_derive v1.4.3
13952026-06-25T04:02:00.765Z Compiling futures-macro v0.3.32
13962026-06-25T04:02:00.776Z Compiling zerofrom v0.1.8
13972026-06-25T04:02:00.873Z Compiling yoke v0.8.3
13982026-06-25T04:02:01.056Z Compiling zerovec v0.11.6
13992026-06-25T04:02:01.247Z Compiling zerotrie v0.2.4
14002026-06-25T04:02:01.396Z Compiling zeroize v1.8.2
14012026-06-25T04:02:01.540Z Compiling tinystr v0.8.3
14022026-06-25T04:02:01.571Z Compiling potential_utf v0.1.5
14032026-06-25T04:02:01.594Z Compiling futures-util v0.3.32
14042026-06-25T04:02:01.597Z Compiling thiserror v1.0.69
14052026-06-25T04:02:01.704Z Compiling icu_locale_core v2.2.0
14062026-06-25T04:02:01.728Z Compiling icu_collections v2.2.0
14072026-06-25T04:02:01.832Z Compiling ryu v1.0.23
14082026-06-25T04:02:02.006Z Compiling pest v2.8.6
14092026-06-25T04:02:02.087Z Compiling thiserror-impl v1.0.69
14102026-06-25T04:02:02.232Z Compiling rand_core v0.6.4
14112026-06-25T04:02:02.456Z Compiling icu_provider v2.2.0
14122026-06-25T04:02:02.692Z Compiling bytes v1.11.1
14132026-06-25T04:02:02.749Z Compiling icu_properties v2.2.0
14142026-06-25T04:02:02.769Z Compiling icu_normalizer v2.2.0
14152026-06-25T04:02:03.236Z Compiling chrono v0.4.45
14162026-06-25T04:02:03.239Z Compiling http v1.4.1
14172026-06-25T04:02:03.307Z Compiling tokio v1.52.3
14182026-06-25T04:02:03.334Z Compiling serde_tokenstream v0.2.3
14192026-06-25T04:02:03.605Z Compiling idna_adapter v1.2.2
14202026-06-25T04:02:03.740Z Compiling idna v1.1.0
14212026-06-25T04:02:03.834Z Compiling erased-serde v0.3.31
14222026-06-25T04:02:03.916Z Compiling http-body v1.0.1
14232026-06-25T04:02:04.067Z Compiling url v2.5.8
14242026-06-25T04:02:04.207Z Compiling want v0.3.1
14252026-06-25T04:02:04.374Z Compiling httpdate v1.0.3
14262026-06-25T04:02:04.607Z Compiling pest_meta v2.8.6
14272026-06-25T04:02:04.722Z Compiling ppv-lite86 v0.2.21
14282026-06-25T04:02:04.737Z Compiling getrandom v0.3.4
14292026-06-25T04:02:04.806Z Compiling pretty-hex v0.4.2
14302026-06-25T04:02:04.930Z Compiling plain v0.2.3
14312026-06-25T04:02:04.942Z Compiling allocator-api2 v0.2.21
14322026-06-25T04:02:05.040Z Compiling paste v1.0.15
14332026-06-25T04:02:05.115Z Compiling foldhash v0.2.0
14342026-06-25T04:02:05.140Z Compiling tracing-attributes v0.1.31
14352026-06-25T04:02:05.314Z Compiling pest_generator v2.8.6
14362026-06-25T04:02:05.342Z Compiling hashbrown v0.16.1
14372026-06-25T04:02:05.398Z Compiling ipnetwork v0.21.1
14382026-06-25T04:02:05.881Z Compiling tracing-core v0.1.36
14392026-06-25T04:02:05.913Z Compiling omicron-workspace-hack v0.1.0
14402026-06-25T04:02:05.924Z Compiling pest_derive v2.8.6
14412026-06-25T04:02:05.927Z Compiling ident_case v1.0.1
14422026-06-25T04:02:06.065Z Compiling http-body-util v0.1.3
14432026-06-25T04:02:06.145Z Compiling serde_urlencoded v0.7.1
14442026-06-25T04:02:06.298Z Compiling aho-corasick v1.1.4
14452026-06-25T04:02:06.357Z Compiling tracing v0.1.44
14462026-06-25T04:02:06.450Z Compiling sync_wrapper v1.0.2
14472026-06-25T04:02:06.479Z Compiling winnow v1.0.3
14482026-06-25T04:02:06.482Z Compiling oxnet v0.1.6
14492026-06-25T04:02:06.547Z Compiling daft-derive v0.1.7
14502026-06-25T04:02:06.590Z Compiling fastrand v2.4.1
14512026-06-25T04:02:06.847Z Compiling scroll_derive v0.13.1
14522026-06-25T04:02:06.943Z Compiling tokio-util v0.7.18
14532026-06-25T04:02:07.306Z Compiling regex-automata v0.4.14
14542026-06-25T04:02:07.543Z Compiling async-trait v0.1.89
14552026-06-25T04:02:07.657Z Compiling num-conv v0.2.2
14562026-06-25T04:02:07.668Z Compiling anyhow v1.0.102
14572026-06-25T04:02:07.680Z Compiling aws-lc-rs v1.17.0
14582026-06-25T04:02:07.800Z Compiling powerfmt v0.2.0
14592026-06-25T04:02:07.981Z Compiling time-core v0.1.8
14602026-06-25T04:02:08.017Z Compiling deranged v0.5.8
14612026-06-25T04:02:08.120Z Compiling time-macros v0.2.27
14622026-06-25T04:02:08.191Z Compiling scroll v0.13.0
14632026-06-25T04:02:08.455Z Compiling rustls-pki-types v1.14.1
14642026-06-25T04:02:08.514Z Compiling hex v0.4.3
14652026-06-25T04:02:08.767Z Compiling openssl-probe v0.2.1
14662026-06-25T04:02:08.933Z Compiling regex v1.12.3
14672026-06-25T04:02:08.955Z Compiling num_threads v0.1.7
14682026-06-25T04:02:08.977Z Compiling goblin v0.10.7
14692026-06-25T04:02:09.387Z Compiling camino v1.2.2
14702026-06-25T04:02:09.423Z Compiling untrusted v0.7.1
14712026-06-25T04:02:09.740Z Compiling rustls v0.23.40
14722026-06-25T04:02:09.761Z Compiling usdt-impl v0.6.0
14732026-06-25T04:02:09.777Z Compiling crc32fast v1.5.0
14742026-06-25T04:02:09.981Z Compiling h2 v0.4.14
14752026-06-25T04:02:10.039Z Compiling dtrace-parser v0.3.0
14762026-06-25T04:02:10.168Z Compiling crossbeam-utils v0.8.21
14772026-06-25T04:02:10.509Z Compiling futures-executor v0.3.32
14782026-06-25T04:02:10.559Z Compiling structmeta-derive v0.3.0
14792026-06-25T04:02:10.607Z Compiling thread-id v5.1.0
14802026-06-25T04:02:10.687Z Compiling simd-adler32 v0.3.9
14812026-06-25T04:02:10.792Z Compiling adler2 v2.0.1
14822026-06-25T04:02:10.887Z Compiling cpufeatures v0.3.0
14832026-06-25T04:02:10.923Z Compiling miniz_oxide v0.8.9
14842026-06-25T04:02:10.953Z Compiling futures v0.3.32
14852026-06-25T04:02:10.964Z Compiling rand_core v0.9.5
14862026-06-25T04:02:11.174Z Compiling darling_core v0.23.0
14872026-06-25T04:02:11.552Z Compiling newtype-uuid-macros v0.1.0
14882026-06-25T04:02:11.581Z Compiling hybrid-array v0.4.12
14892026-06-25T04:02:11.616Z Compiling structmeta v0.3.0
14902026-06-25T04:02:11.809Z Compiling dof v0.4.0
14912026-06-25T04:02:12.029Z Compiling hyper v1.10.1
14922026-06-25T04:02:12.232Z Compiling thread_local v1.1.9
14932026-06-25T04:02:12.348Z Compiling match_cfg v0.1.0
14942026-06-25T04:02:12.418Z Compiling flate2 v1.1.9
14952026-06-25T04:02:13.042Z Compiling newtype-uuid v1.3.2
14962026-06-25T04:02:13.167Z Compiling hyper-util v0.1.20
14972026-06-25T04:02:13.196Z Compiling ref-cast v1.0.25
14982026-06-25T04:02:13.243Z Compiling darling_macro v0.23.0
14992026-06-25T04:02:13.375Z Compiling slog-async v2.8.0
15002026-06-25T04:02:13.574Z Compiling compression-core v0.4.32
15012026-06-25T04:02:13.674Z Compiling quick-error v1.2.3
15022026-06-25T04:02:13.788Z Compiling compression-codecs v0.4.38
15032026-06-25T04:02:13.838Z Compiling darling v0.23.0
15042026-06-25T04:02:13.843Z Compiling daft v0.1.7
15052026-06-25T04:02:13.911Z Compiling crypto-common v0.2.2
15062026-06-25T04:02:13.977Z Compiling block-buffer v0.12.0
15072026-06-25T04:02:13.994Z Compiling usdt-macro v0.6.0
15082026-06-25T04:02:14.041Z Compiling usdt-attr-macro v0.6.0
15092026-06-25T04:02:14.097Z Compiling rand_chacha v0.9.0
15102026-06-25T04:02:14.392Z Compiling ref-cast-impl v1.0.25
15112026-06-25T04:02:14.522Z Compiling strum_macros v0.26.4
15122026-06-25T04:02:14.534Z Compiling serde_spanned v1.1.1
15132026-06-25T04:02:14.685Z Compiling generic-array v0.14.7
15142026-06-25T04:02:14.849Z Compiling multer v3.1.0
15152026-06-25T04:02:14.854Z Compiling debug-ignore v1.0.5
15162026-06-25T04:02:14.907Z Compiling toml_writer v1.1.1+spec-1.1.0
15172026-06-25T04:02:14.923Z Compiling term v1.2.1
15182026-06-25T04:02:14.966Z Compiling const-oid v0.10.2
15192026-06-25T04:02:15.108Z Compiling take_mut v0.2.2
15202026-06-25T04:02:15.120Z Compiling bit-vec v0.8.0
15212026-06-25T04:02:15.205Z Compiling digest v0.11.3
15222026-06-25T04:02:15.300Z Compiling bit-set v0.8.0
15232026-06-25T04:02:15.349Z Compiling rand v0.9.4
15242026-06-25T04:02:15.363Z Compiling serde_with_macros v3.20.0
15252026-06-25T04:02:15.375Z Compiling async-stream-impl v0.3.6
15262026-06-25T04:02:15.456Z Compiling dropshot v0.17.1
15272026-06-25T04:02:15.688Z Compiling encoding_rs v0.8.35
15282026-06-25T04:02:15.714Z Compiling spin v0.9.8
15292026-06-25T04:02:15.809Z Compiling unarray v0.1.4
15302026-06-25T04:02:15.916Z Compiling syn v1.0.109
15312026-06-25T04:02:15.951Z Compiling mime v0.3.17
15322026-06-25T04:02:16.026Z Compiling async-stream v0.3.6
15332026-06-25T04:02:16.192Z Compiling strum v0.26.3
15342026-06-25T04:02:16.216Z Compiling sha1 v0.11.0
15352026-06-25T04:02:16.296Z Compiling derive-ex v0.1.8
15362026-06-25T04:02:16.316Z Compiling tower v0.5.3
15372026-06-25T04:02:16.447Z Compiling dropshot_endpoint v0.17.1
15382026-06-25T04:02:16.460Z Compiling macaddr v1.0.1
15392026-06-25T04:02:16.508Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15402026-06-25T04:02:16.733Z Compiling waitgroup v0.1.2
15412026-06-25T04:02:16.796Z Compiling serde_path_to_error v0.1.20
15422026-06-25T04:02:16.991Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15432026-06-25T04:02:17.118Z Compiling tower-http v0.6.11
15442026-06-25T04:02:18.281Z Compiling tempfile v3.27.0
15452026-06-25T04:02:18.321Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15462026-06-25T04:02:18.321Z Compiling openapiv3 v2.2.0
15472026-06-25T04:02:18.321Z Compiling strum_macros v0.27.2
15482026-06-25T04:02:18.321Z Compiling instant v0.1.13
15492026-06-25T04:02:18.321Z Compiling test-strategy v0.4.5
15502026-06-25T04:02:18.334Z Compiling time v0.3.47
15512026-06-25T04:02:18.845Z Compiling rustls-native-certs v0.8.4
15522026-06-25T04:02:19.072Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15532026-06-25T04:02:19.184Z Compiling crossbeam-channel v0.5.15
15542026-06-25T04:02:19.211Z Compiling crypto-common v0.1.7
15552026-06-25T04:02:19.312Z Compiling strum v0.27.2
15562026-06-25T04:02:19.441Z Compiling parse-display-derive v0.10.0
15572026-06-25T04:02:19.683Z Compiling backon v1.6.0
15582026-06-25T04:02:19.745Z Compiling rand_chacha v0.3.1
15592026-06-25T04:02:19.962Z Compiling rand v0.8.6
15602026-06-25T04:02:20.261Z Compiling slog-json v2.6.1
15612026-06-25T04:02:20.468Z Compiling hostname v0.3.1
15622026-06-25T04:02:20.608Z Compiling toml_parser v1.1.2+spec-1.1.0
15632026-06-25T04:02:20.623Z Compiling toml_datetime v1.1.1+spec-1.1.0
15642026-06-25T04:02:20.870Z Compiling is-terminal v0.4.17
15652026-06-25T04:02:20.929Z Compiling wait-timeout v0.2.1
15662026-06-25T04:02:20.966Z Compiling memmap2 v0.9.10
15672026-06-25T04:02:21.160Z Compiling either v1.16.0
15682026-06-25T04:02:21.170Z Compiling usdt v0.6.0
15692026-06-25T04:02:21.184Z Compiling rusty-fork v0.3.1
15702026-06-25T04:02:21.236Z Compiling toml v1.1.2+spec-1.1.0
15712026-06-25T04:02:21.314Z Compiling slog-term v2.9.2
15722026-06-25T04:02:21.369Z Compiling slog-bunyan v2.5.0
15732026-06-25T04:02:21.505Z Compiling serde_with v3.20.0
15742026-06-25T04:02:21.539Z Compiling async-compression v0.4.42
15752026-06-25T04:02:21.626Z Compiling rand_xorshift v0.4.0
15762026-06-25T04:02:21.777Z Compiling rustls-pemfile v2.2.0
15772026-06-25T04:02:21.844Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15782026-06-25T04:02:21.897Z Compiling regress v0.10.5
15792026-06-25T04:02:21.962Z Compiling hostname v0.4.2
15802026-06-25T04:02:22.047Z Compiling humantime v2.3.0
15812026-06-25T04:02:22.101Z Compiling proptest v1.11.0
15822026-06-25T04:02:22.318Z Compiling iddqd v0.4.2
15832026-06-25T04:02:22.519Z Compiling reqwest v0.12.28
15842026-06-25T04:02:22.755Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15852026-06-25T04:02:22.986Z Compiling block-buffer v0.10.4
15862026-06-25T04:02:23.225Z Compiling digest v0.10.7
15872026-06-25T04:02:23.299Z Compiling itertools v0.14.0
15882026-06-25T04:02:23.432Z Compiling parse-display v0.10.0
15892026-06-25T04:02:23.577Z Compiling progenitor-client v0.10.0
15902026-06-25T04:02:23.761Z Compiling backoff v0.4.0
15912026-06-25T04:02:23.848Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15922026-06-25T04:02:24.520Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15932026-06-25T04:02:25.735Z Compiling regress v0.11.1
15942026-06-25T04:02:25.956Z Compiling utf8parse v0.2.2
15952026-06-25T04:02:26.064Z Compiling anstyle-parse v1.0.0
15962026-06-25T04:02:26.141Z Compiling is_terminal_polyfill v1.70.2
15972026-06-25T04:02:26.230Z Compiling anstyle v1.0.14
15982026-06-25T04:02:26.243Z Compiling colorchoice v1.0.5
15992026-06-25T04:02:26.354Z Compiling anstyle-query v1.1.5
16002026-06-25T04:02:26.458Z Compiling anstream v1.0.0
16012026-06-25T04:02:26.932Z Compiling toml_datetime v0.6.11
16022026-06-25T04:02:27.196Z Compiling zerocopy-derive v0.7.35
16032026-06-25T04:02:27.209Z Compiling clap_lex v1.1.0
16042026-06-25T04:02:27.302Z Compiling typify-impl v0.6.2
16052026-06-25T04:02:27.449Z Compiling convert_case v0.4.0
16062026-06-25T04:02:27.754Z Compiling cpufeatures v0.2.17
16072026-06-25T04:02:27.814Z Compiling derive_more v0.99.20
16082026-06-25T04:02:28.042Z Compiling zerocopy v0.7.35
16092026-06-25T04:02:28.753Z Compiling unicode-width v0.2.2
16102026-06-25T04:02:29.293Z Compiling secrecy v0.10.3
16112026-06-25T04:02:29.449Z Compiling clap_derive v4.6.1
16122026-06-25T04:02:29.576Z Compiling float-ord v0.3.2
16132026-06-25T04:02:29.652Z Compiling tinyvec_macros v0.1.1
16142026-06-25T04:02:29.683Z Compiling crucible-workspace-hack v0.1.0
16152026-06-25T04:02:29.715Z Compiling tinyvec v1.11.0
16162026-06-25T04:02:30.050Z Compiling terminal_size v0.4.4
16172026-06-25T04:02:30.372Z Compiling dtrace-parser v0.2.0
16182026-06-25T04:02:30.384Z Compiling scroll_derive v0.12.1
16192026-06-25T04:02:30.395Z Compiling num-integer v0.1.46
16202026-06-25T04:02:30.713Z Compiling rustc_version v0.4.1
16212026-06-25T04:02:30.736Z Compiling usdt-impl v0.5.0
16222026-06-25T04:02:31.101Z Compiling curve25519-dalek v4.1.3
16232026-06-25T04:02:31.112Z Compiling scroll v0.12.0
16242026-06-25T04:02:31.374Z Compiling dof v0.3.0
16252026-06-25T04:02:31.405Z Compiling hmac v0.12.1
16262026-06-25T04:02:31.431Z Compiling inout v0.1.4
16272026-06-25T04:02:31.533Z Compiling darling_core v0.21.3
16282026-06-25T04:02:31.573Z Compiling ff v0.13.1
16292026-06-25T04:02:31.669Z Compiling thread-id v4.2.2
16302026-06-25T04:02:31.711Z Compiling group v0.13.0
16312026-06-25T04:02:31.804Z Compiling cipher v0.4.4
16322026-06-25T04:02:31.815Z Compiling hkdf v0.12.4
16332026-06-25T04:02:32.223Z Compiling goblin v0.8.2
16342026-06-25T04:02:32.337Z Compiling num-rational v0.4.2
16352026-06-25T04:02:32.448Z Compiling num-iter v0.1.45
16362026-06-25T04:02:32.538Z Compiling clap_builder v4.6.0
16372026-06-25T04:02:32.589Z Compiling toml_edit v0.25.12+spec-1.1.0
16382026-06-25T04:02:32.710Z Compiling thiserror-impl-no-std v2.0.2
16392026-06-25T04:02:32.945Z Compiling universal-hash v0.5.1
16402026-06-25T04:02:33.075Z Compiling crypto-bigint v0.5.5
16412026-06-25T04:02:33.465Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16422026-06-25T04:02:33.567Z Compiling typify-macro v0.6.2
16432026-06-25T04:02:33.608Z Compiling darling_macro v0.21.3
16442026-06-25T04:02:33.801Z Compiling crossbeam-epoch v0.9.18
16452026-06-25T04:02:34.134Z Compiling half v2.7.1
16462026-06-25T04:02:34.199Z Compiling curve25519-dalek-derive v0.1.1
16472026-06-25T04:02:34.204Z Compiling num-complex v0.4.6
16482026-06-25T04:02:34.576Z Compiling base16ct v0.2.0
16492026-06-25T04:02:34.591Z Compiling opaque-debug v0.3.1
16502026-06-25T04:02:34.633Z Compiling base64ct v1.8.3
16512026-06-25T04:02:34.658Z Compiling ciborium-io v0.2.2
16522026-06-25T04:02:34.728Z Compiling ciborium-ll v0.2.2
16532026-06-25T04:02:34.749Z Compiling elliptic-curve v0.13.8
16542026-06-25T04:02:34.925Z Compiling password-hash v0.5.0
16552026-06-25T04:02:34.944Z Compiling poly1305 v0.8.0
16562026-06-25T04:02:35.403Z Compiling num v0.4.3
16572026-06-25T04:02:35.651Z Compiling darling v0.21.3
16582026-06-25T04:02:35.684Z Compiling clap v4.6.1
16592026-06-25T04:02:35.695Z Compiling typify v0.6.2
16602026-06-25T04:02:35.760Z Compiling thiserror-no-std v2.0.2
16612026-06-25T04:02:35.779Z Compiling proc-macro-crate v3.5.0
16622026-06-25T04:02:36.142Z Compiling chacha20 v0.9.1
16632026-06-25T04:02:36.153Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16642026-06-25T04:02:36.357Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16652026-06-25T04:02:36.744Z Compiling blake2 v0.10.6
16662026-06-25T04:02:36.845Z Compiling aead v0.5.2
16672026-06-25T04:02:36.940Z Compiling byte-wrapper v0.1.0
16682026-06-25T04:02:37.001Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16692026-06-25T04:02:37.187Z Compiling proc-macro-error-attr v1.0.4
16702026-06-25T04:02:37.382Z Compiling rustix v0.38.44
16712026-06-25T04:02:37.423Z Compiling heapless v0.8.0
16722026-06-25T04:02:37.458Z Compiling keccak v0.1.6
16732026-06-25T04:02:37.693Z Compiling unsafe-libyaml v0.2.11
16742026-06-25T04:02:37.735Z Compiling prettyplease v0.2.37
16752026-06-25T04:02:38.226Z Compiling serde_yaml v0.9.34+deprecated
16762026-06-25T04:02:38.278Z Compiling sha3 v0.10.9
16772026-06-25T04:02:38.387Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16782026-06-25T04:02:38.576Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16792026-06-25T04:02:39.333Z Compiling chacha20poly1305 v0.10.1
16802026-06-25T04:02:39.453Z Compiling argon2 v0.5.3
16812026-06-25T04:02:39.520Z Compiling num_enum_derive v0.7.6
16822026-06-25T04:02:39.625Z Compiling vsss-rs v3.3.4
16832026-06-25T04:02:39.663Z Compiling ingot-macros v0.1.1
16842026-06-25T04:02:39.740Z Compiling ciborium v0.2.2
16852026-06-25T04:02:40.381Z Compiling usdt-macro v0.5.0
16862026-06-25T04:02:40.571Z Compiling usdt-attr-macro v0.5.0
16872026-06-25T04:02:41.494Z Compiling serde_spanned v0.6.9
16882026-06-25T04:02:41.637Z Compiling enum-as-inner v0.6.1
16892026-06-25T04:02:41.759Z Compiling hash32 v0.3.1
16902026-06-25T04:02:41.910Z Compiling proc-macro-error v1.0.4
16912026-06-25T04:02:42.155Z Compiling memmap v0.7.0
16922026-06-25T04:02:42.219Z Compiling memoffset v0.9.1
16932026-06-25T04:02:42.229Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16942026-06-25T04:02:42.304Z Compiling toml_write v0.1.2
16952026-06-25T04:02:42.337Z Compiling indent_write v2.2.0
16962026-06-25T04:02:42.440Z Compiling smoltcp v0.11.0
16972026-06-25T04:02:42.452Z Compiling winnow v0.7.15
16982026-06-25T04:02:42.462Z Compiling cfg_aliases v0.2.1
16992026-06-25T04:02:42.473Z Compiling data-encoding v2.11.0
17002026-06-25T04:02:42.476Z Compiling winnow v0.5.40
17012026-06-25T04:02:42.525Z Compiling nix v0.31.3
17022026-06-25T04:02:42.596Z Compiling ingot-types v0.1.2
17032026-06-25T04:02:42.625Z Compiling usdt v0.5.0
17042026-06-25T04:02:42.902Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17052026-06-25T04:02:42.958Z Compiling num_enum v0.7.6
17062026-06-25T04:02:42.983Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17072026-06-25T04:02:43.067Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17082026-06-25T04:02:43.299Z Compiling tabwriter v1.4.1
17092026-06-25T04:02:43.454Z Compiling cobs v0.3.0
17102026-06-25T04:02:43.516Z Compiling serde_repr v0.1.20
17112026-06-25T04:02:43.536Z Compiling pkg-config v0.3.33
17122026-06-25T04:02:43.650Z Compiling managed v0.8.0
17132026-06-25T04:02:43.898Z Compiling toml_edit v0.19.15
17142026-06-25T04:02:43.909Z Compiling toml_edit v0.22.27
17152026-06-25T04:02:43.919Z Compiling vcpkg v0.2.15
17162026-06-25T04:02:43.984Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17172026-06-25T04:02:44.113Z Compiling bitflags v1.3.2
17182026-06-25T04:02:44.260Z Compiling postcard v1.1.3
17192026-06-25T04:02:44.471Z Compiling openssl-sys v0.9.116
17202026-06-25T04:02:45.018Z Compiling proc-macro-crate v1.3.1
17212026-06-25T04:02:45.401Z Compiling rustls-webpki v0.103.13
17222026-06-25T04:02:45.706Z Compiling toml v0.8.23
17232026-06-25T04:02:46.407Z Compiling ingot v0.1.1
17242026-06-25T04:02:46.500Z Compiling hubpack_derive v0.1.1
17252026-06-25T04:02:46.539Z Compiling foreign-types-macros v0.2.3
17262026-06-25T04:02:46.881Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17272026-06-25T04:02:47.049Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17282026-06-25T04:02:47.161Z Compiling colored v3.1.1
17292026-06-25T04:02:47.190Z Compiling unicode-segmentation v1.13.3
17302026-06-25T04:02:47.212Z Compiling foreign-types-shared v0.3.1
17312026-06-25T04:02:47.289Z Compiling linked-hash-map v0.5.6
17322026-06-25T04:02:47.302Z Compiling swrite v0.1.0
17332026-06-25T04:02:47.393Z Compiling static_assertions v1.1.0
17342026-06-25T04:02:47.444Z Compiling heck v0.4.1
17352026-06-25T04:02:47.463Z Compiling semver v0.1.20
17362026-06-25T04:02:47.475Z Compiling resolv-conf v0.7.6
17372026-06-25T04:02:47.553Z Compiling rayon-core v1.13.0
17382026-06-25T04:02:47.600Z Compiling newline-converter v0.3.0
17392026-06-25T04:02:47.641Z Compiling rustc_version v0.1.7
17402026-06-25T04:02:47.708Z Compiling lru-cache v0.1.2
17412026-06-25T04:02:47.762Z Compiling foreign-types v0.5.0
17422026-06-25T04:02:47.799Z Compiling hubpack v0.1.2
17432026-06-25T04:02:47.838Z Compiling num_enum_derive v0.5.11
17442026-06-25T04:02:47.925Z Compiling atomicwrites v0.4.4
17452026-06-25T04:02:48.013Z Compiling hickory-proto v0.24.4
17462026-06-25T04:02:48.114Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17472026-06-25T04:02:48.282Z Compiling progenitor-impl v0.13.0
17482026-06-25T04:02:48.855Z Compiling tokio-rustls v0.26.4
17492026-06-25T04:02:49.123Z Compiling hyper-rustls v0.27.9
17502026-06-25T04:02:49.247Z Compiling rustls-platform-verifier v0.7.0
17512026-06-25T04:02:49.420Z Compiling reqwest v0.13.4
17522026-06-25T04:02:50.672Z Compiling progenitor-client v0.14.0
17532026-06-25T04:02:50.980Z Compiling progenitor-extras v0.2.0
17542026-06-25T04:02:51.227Z Compiling crossbeam-deque v0.8.6
17552026-06-25T04:02:51.425Z Compiling console v0.15.11
17562026-06-25T04:02:51.849Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17572026-06-25T04:02:51.860Z Compiling camino-tempfile v1.4.1
17582026-06-25T04:02:52.090Z Compiling chacha20 v0.10.0
17592026-06-25T04:02:52.102Z Compiling serde-big-array v0.5.1
17602026-06-25T04:02:52.176Z Compiling derive-where v1.6.1
17612026-06-25T04:02:52.239Z Compiling pin-project-internal v1.1.13
17622026-06-25T04:02:52.343Z Compiling num-derive v0.4.2
17632026-06-25T04:02:52.362Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17642026-06-25T04:02:52.901Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17652026-06-25T04:02:53.339Z Compiling cstr-argument v0.1.2
17662026-06-25T04:02:53.446Z Compiling minimal-lexical v0.2.1
17672026-06-25T04:02:53.492Z Compiling siphasher v1.0.3
17682026-06-25T04:02:53.682Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17692026-06-25T04:02:53.696Z Compiling similar v2.7.0
17702026-06-25T04:02:53.706Z Compiling nom v7.1.3
17712026-06-25T04:02:53.938Z Compiling phf_shared v0.12.1
17722026-06-25T04:02:54.120Z Compiling expectorate v1.2.0
17732026-06-25T04:02:54.273Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17742026-06-25T04:02:54.300Z Compiling pin-project v1.1.13
17752026-06-25T04:02:54.536Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17762026-06-25T04:02:54.637Z Compiling rand v0.10.1
17772026-06-25T04:02:54.659Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17782026-06-25T04:02:54.910Z Compiling progenitor-macro v0.13.0
17792026-06-25T04:02:55.362Z Compiling progenitor-client v0.13.0
17802026-06-25T04:02:55.670Z Compiling hickory-resolver v0.24.4
17812026-06-25T04:02:55.898Z Compiling num_enum v0.5.11
17822026-06-25T04:02:56.004Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17832026-06-25T04:02:56.209Z Compiling newtype_derive v0.1.6
17842026-06-25T04:02:56.630Z Compiling progenitor-impl v0.14.0
17852026-06-25T04:02:57.579Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17862026-06-25T04:02:58.288Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17872026-06-25T04:02:58.991Z Compiling unicode-normalization v0.1.25
17882026-06-25T04:02:59.393Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17892026-06-25T04:02:59.471Z Compiling tokio-stream v0.1.18
17902026-06-25T04:02:59.914Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17912026-06-25T04:02:59.928Z Compiling async-recursion v1.1.1
17922026-06-25T04:02:59.950Z Compiling snafu-derive v0.8.9
17932026-06-25T04:03:00.018Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17942026-06-25T04:03:01.065Z Compiling slog-dtrace v0.3.0
17952026-06-25T04:03:01.101Z Compiling csv-core v0.1.13
17962026-06-25T04:03:01.101Z Compiling bstr v1.12.1
17972026-06-25T04:03:01.101Z Compiling owo-colors v4.3.0
17982026-06-25T04:03:01.101Z Compiling konst_macro_rules v0.2.19
17992026-06-25T04:03:01.101Z Compiling unicode-xid v0.2.6
18002026-06-25T04:03:01.101Z Compiling highway v1.3.0
18012026-06-25T04:03:01.101Z Compiling foreign-types-shared v0.1.1
18022026-06-25T04:03:01.101Z Compiling openssl v0.10.80
18032026-06-25T04:03:01.101Z Compiling foldhash v0.1.5
18042026-06-25T04:03:01.101Z Compiling unicode-width v0.1.14
18052026-06-25T04:03:01.101Z Compiling chrono-tz v0.10.4
18062026-06-25T04:03:01.108Z Compiling same-file v1.0.6
18072026-06-25T04:03:01.125Z Compiling cancel-safe-futures v0.1.5
18082026-06-25T04:03:01.207Z Compiling walkdir v2.5.0
18092026-06-25T04:03:01.268Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-06-25T04:03:01.279Z Compiling hashbrown v0.15.5
18112026-06-25T04:03:01.334Z Compiling foreign-types v0.3.2
18122026-06-25T04:03:01.396Z Compiling globset v0.4.18
18132026-06-25T04:03:01.407Z Compiling const_format_proc_macros v0.2.34
18142026-06-25T04:03:01.562Z Compiling konst v0.2.20
18152026-06-25T04:03:01.599Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-25T04:03:01.737Z Compiling snafu v0.8.9
18172026-06-25T04:03:01.786Z Compiling csv v1.4.0
18182026-06-25T04:03:01.912Z Compiling progenitor-macro v0.14.0
18192026-06-25T04:03:02.113Z Compiling progenitor v0.13.0
18202026-06-25T04:03:02.198Z Compiling qorb v0.4.1
18212026-06-25T04:03:02.245Z Compiling olpc-cjson v0.1.4
18222026-06-25T04:03:02.344Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-06-25T04:03:02.407Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-06-25T04:03:03.134Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-06-25T04:03:03.886Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18262026-06-25T04:03:04.232Z Compiling rayon v1.12.0
18272026-06-25T04:03:04.373Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18282026-06-25T04:03:04.559Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18292026-06-25T04:03:04.820Z Compiling phf v0.12.1
18302026-06-25T04:03:04.969Z Compiling zone_cfg_derive v0.3.1
18312026-06-25T04:03:05.330Z Compiling tokio-dtrace v0.1.1
18322026-06-25T04:03:05.681Z Compiling itertools v0.12.1
18332026-06-25T04:03:05.856Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18342026-06-25T04:03:05.976Z Compiling libsw-core v0.3.2
18352026-06-25T04:03:06.034Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18362026-06-25T04:03:06.056Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-06-25T04:03:06.147Z Compiling serde_plain v1.0.2
18382026-06-25T04:03:06.361Z Compiling openssl-macros v0.1.1
18392026-06-25T04:03:06.416Z Compiling pem v3.0.6
18402026-06-25T04:03:06.669Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-25T04:03:06.795Z Compiling cookie v0.18.1
18422026-06-25T04:03:06.853Z Compiling sigpipe v0.1.3
18432026-06-25T04:03:06.929Z Compiling typed-path v0.9.3
18442026-06-25T04:03:06.940Z Compiling glob v0.3.3
18452026-06-25T04:03:06.972Z Compiling fixedbitset v0.5.7
18462026-06-25T04:03:07.035Z Compiling fixedbitset v0.4.2
18472026-06-25T04:03:07.272Z Compiling jiff v0.2.28
18482026-06-25T04:03:07.311Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-06-25T04:03:07.378Z Compiling bytecount v0.6.9
18502026-06-25T04:03:07.520Z Compiling papergrid v0.11.0
18512026-06-25T04:03:07.570Z Compiling petgraph v0.6.5
18522026-06-25T04:03:08.273Z Compiling tough v0.22.0
18532026-06-25T04:03:08.722Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-06-25T04:03:08.959Z Compiling petgraph v0.8.3
18552026-06-25T04:03:09.105Z Compiling progenitor v0.14.0
18562026-06-25T04:03:09.210Z Compiling zone v0.3.1
18572026-06-25T04:03:09.238Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18582026-06-25T04:03:09.302Z Compiling libsw v3.5.0
18592026-06-25T04:03:09.472Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18602026-06-25T04:03:09.718Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18612026-06-25T04:03:09.992Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-25T04:03:10.766Z Compiling oxide-tokio-rt v0.1.6
18632026-06-25T04:03:11.019Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-25T04:03:11.224Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-25T04:03:11.410Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-25T04:03:11.479Z Compiling const_format v0.2.36
18672026-06-25T04:03:11.760Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-25T04:03:12.400Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18692026-06-25T04:03:12.485Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-25T04:03:12.643Z Compiling tabled_derive v0.7.0
18712026-06-25T04:03:12.655Z Compiling gethostname v0.5.0
18722026-06-25T04:03:12.773Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-06-25T04:03:12.800Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18742026-06-25T04:03:12.853Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-06-25T04:03:12.865Z Compiling bcs v0.1.6
18762026-06-25T04:03:12.891Z Compiling smf v0.2.3
18772026-06-25T04:03:12.970Z Compiling termtree v0.5.1
18782026-06-25T04:03:13.067Z Compiling linear-map v1.2.0
18792026-06-25T04:03:13.115Z Compiling lazy_static v1.5.0
18802026-06-25T04:03:13.171Z Compiling tagptr v0.2.0
18812026-06-25T04:03:13.215Z Compiling whoami v1.6.1
18822026-06-25T04:03:13.243Z Compiling smawk v0.3.2
18832026-06-25T04:03:13.320Z Compiling unicode-linebreak v0.1.5
18842026-06-25T04:03:13.378Z Compiling moka v0.12.15
18852026-06-25T04:03:13.521Z Compiling textwrap v0.16.2
18862026-06-25T04:03:13.567Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-25T04:03:13.602Z Compiling tabled v0.15.0
18882026-06-25T04:03:14.044Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-25T04:03:14.153Z Compiling steno v0.4.1
18902026-06-25T04:03:14.210Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-25T04:03:14.632Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-25T04:03:15.442Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-06-25T04:03:16.257Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-06-25T04:03:16.354Z Compiling hickory-proto v0.25.2
18952026-06-25T04:03:17.120Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18962026-06-25T04:03:17.200Z Compiling parking_lot_core v0.8.6
18972026-06-25T04:03:17.402Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-06-25T04:03:17.506Z Compiling libscf-sys v1.2.0
18992026-06-25T04:03:17.573Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19002026-06-25T04:03:17.647Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19012026-06-25T04:03:17.828Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19022026-06-25T04:03:18.133Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19032026-06-25T04:03:18.219Z Compiling hickory-resolver v0.25.2
19042026-06-25T04:03:18.233Z Compiling nom v8.0.0
19052026-06-25T04:03:18.323Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19062026-06-25T04:03:18.479Z Compiling parking_lot v0.11.2
19072026-06-25T04:03:18.567Z Compiling fxhash v0.2.1
19082026-06-25T04:03:18.581Z Compiling internet-checksum v0.2.1
19092026-06-25T04:03:18.699Z Compiling sled v0.34.7
19102026-06-25T04:03:18.715Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19112026-06-25T04:03:19.101Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-06-25T04:03:20.336Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19132026-06-25T04:03:23.788Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-06-25T04:03:25.328Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19152026-06-25T04:03:31.533Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-06-25T04:03:33.157Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-06-25T04:03:34.173Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19182026-06-25T04:03:35.134Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19192026-06-25T04:03:36.155Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19202026-06-25T04:03:58.582Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
19212026-06-25T04:03:58.756Z────────────
19222026-06-25T04:03:58.756Z Nextest run ID d94193fd-0435-4830-9a20-c7781fd5579a with nextest profile: default
19232026-06-25T04:03:58.756Z Starting 13 tests across 1 binary (28 tests skipped)
19242026-06-25T04:04:15.639Z PASS [ 16.880s] rdb proptest::prop_ipv4_normalized_is_network_address
19252026-06-25T04:04:15.677Z PASS [ 16.918s] rdb proptest::prop_ipv6_normalized_is_network_address
19262026-06-25T04:04:15.680Z PASS [ 16.921s] rdb proptest::prop_ipv4_default_contains_all
19272026-06-25T04:04:15.712Z PASS [ 16.954s] rdb proptest::prop_ipv4_subnet_of_self
19282026-06-25T04:04:15.943Z PASS [ 17.184s] rdb proptest::prop_ipv6_default_contains_all
19292026-06-25T04:04:15.959Z PASS [ 17.200s] rdb proptest::prop_ipv6_subnet_of_self
19302026-06-25T04:04:24.913Z PASS [ 26.152s] rdb proptest::prop_static_route_key_deduplication
19312026-06-25T04:04:51.898Z PASS [ 36.213s] rdb proptest::prop_static_route_key_normalization_preserves_length
19322026-06-25T04:04:51.909Z PASS [ 36.227s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19332026-06-25T04:04:51.912Z PASS [ 36.191s] rdb proptest::prop_static_route_key_normalized_is_network_address
19342026-06-25T04:04:51.918Z PASS [ 36.274s] rdb proptest::prop_static_route_key_normalization_idempotent
19352026-06-25T04:04:58.767Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19362026-06-25T04:05:08.192Z PASS [ 52.240s] rdb proptest::prop_static_route_key_ord_consistency
19372026-06-25T04:05:59.764Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19382026-06-25T04:06:58.786Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19392026-06-25T04:07:58.794Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19402026-06-25T04:08:15.104Z PASS [ 256.313s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19412026-06-25T04:08:15.104Z────────────
19422026-06-25T04:08:15.104Z Summary [ 256.314s] 13 tests run: 13 passed (1 slow), 28 skipped
19432026-06-25T04:08:15.117Z+ cp './*.log' /work/
19442026-06-25T04:08:15.119Z+ true
19452026-06-25T04:08:15.120Z+ [[ -d proptest-regressions ]]
19462026-06-25T04:08:15.120Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19472026-06-25T04:08:15.122Z+ popd
19482026-06-25T04:08:15.122Z/work/oxidecomputer/maghemite
19492026-06-25T04:08:15.123Z+ pushd bgp
19502026-06-25T04:08:15.123Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19512026-06-25T04:08:15.123Z+ PROPTEST_CASES=1000000
19522026-06-25T04:08:15.123Z+ cargo nextest run --lib proptest
19532026-06-25T04:08:16.274Z Compiling smallvec v1.15.1
19542026-06-25T04:08:16.434Z Compiling crunchy v0.2.4
19552026-06-25T04:08:16.454Z Compiling tiny-keccak v2.0.2
19562026-06-25T04:08:16.463Z Compiling smartstring v1.0.1
19572026-06-25T04:08:16.470Z Compiling ahash v0.8.12
19582026-06-25T04:08:16.480Z Compiling thin-vec v0.2.18
19592026-06-25T04:08:16.480Z Compiling rhai_codegen v3.2.0
19602026-06-25T04:08:16.570Z Compiling icu_normalizer v2.2.0
19612026-06-25T04:08:16.584Z Compiling parking_lot_core v0.9.12
19622026-06-25T04:08:16.753Z Compiling parking_lot_core v0.8.6
19632026-06-25T04:08:16.764Z Compiling parking_lot v0.12.5
19642026-06-25T04:08:16.988Z Compiling idna_adapter v1.2.2
19652026-06-25T04:08:17.018Z Compiling tokio v1.52.3
19662026-06-25T04:08:17.134Z Compiling idna v1.1.0
19672026-06-25T04:08:17.187Z Compiling moka v0.12.15
19682026-06-25T04:08:17.284Z Compiling const-random-macro v0.1.16
19692026-06-25T04:08:17.301Z Compiling parking_lot v0.11.2
19702026-06-25T04:08:17.677Z Compiling url v2.5.8
19712026-06-25T04:08:17.696Z Compiling const-random v0.1.18
19722026-06-25T04:08:17.906Z Compiling sled v0.34.7
19732026-06-25T04:08:17.956Z Compiling serial_test_derive v3.5.0
19742026-06-25T04:08:18.034Z Compiling yansi v1.0.1
19752026-06-25T04:08:18.304Z Compiling schemars v0.8.22
19762026-06-25T04:08:18.334Z Compiling diff v0.1.13
19772026-06-25T04:08:18.362Z Compiling rhai v1.25.1
19782026-06-25T04:08:18.537Z Compiling pretty_assertions v1.4.1
19792026-06-25T04:08:18.674Z Compiling serial_test v3.5.0
19802026-06-25T04:08:19.030Z Compiling ipnetwork v0.21.1
19812026-06-25T04:08:19.030Z Compiling newtype-uuid v1.3.2
19822026-06-25T04:08:19.034Z Compiling serde_with v3.20.0
19832026-06-25T04:08:19.381Z Compiling oxnet v0.1.6
19842026-06-25T04:08:19.467Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19852026-06-25T04:08:19.739Z Compiling daft v0.1.7
19862026-06-25T04:08:19.854Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-06-25T04:08:20.014Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19882026-06-25T04:08:20.304Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19892026-06-25T04:08:20.476Z Compiling iddqd v0.4.2
19902026-06-25T04:08:20.652Z Compiling tokio-util v0.7.18
19912026-06-25T04:08:20.801Z Compiling tokio-rustls v0.26.4
19922026-06-25T04:08:20.909Z Compiling tower v0.5.3
19932026-06-25T04:08:21.078Z Compiling async-compression v0.4.42
19942026-06-25T04:08:21.392Z Compiling h2 v0.4.14
19952026-06-25T04:08:21.405Z Compiling tower-http v0.6.11
19962026-06-25T04:08:21.407Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19972026-06-25T04:08:21.674Z Compiling backoff v0.4.0
19982026-06-25T04:08:22.157Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19992026-06-25T04:08:22.559Z Compiling byte-wrapper v0.1.0
20002026-06-25T04:08:22.756Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20012026-06-25T04:08:22.823Z Compiling typify-impl v0.6.2
20022026-06-25T04:08:22.930Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20032026-06-25T04:08:23.083Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20042026-06-25T04:08:23.453Z Compiling hyper v1.10.1
20052026-06-25T04:08:23.575Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20062026-06-25T04:08:24.090Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20072026-06-25T04:08:24.277Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20082026-06-25T04:08:24.531Z Compiling hyper-util v0.1.20
20092026-06-25T04:08:25.241Z Compiling typify v0.6.2
20102026-06-25T04:08:25.351Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20112026-06-25T04:08:25.363Z Compiling hickory-proto v0.24.4
20122026-06-25T04:08:25.453Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20132026-06-25T04:08:26.221Z Compiling hyper-rustls v0.27.9
20142026-06-25T04:08:26.238Z Compiling dropshot v0.17.1
20152026-06-25T04:08:26.260Z Compiling reqwest v0.12.28
20162026-06-25T04:08:26.522Z Compiling reqwest v0.13.4
20172026-06-25T04:08:28.082Z Compiling progenitor-client v0.14.0
20182026-06-25T04:08:28.311Z Compiling progenitor-client v0.10.0
20192026-06-25T04:08:28.399Z Compiling progenitor-extras v0.2.0
20202026-06-25T04:08:29.138Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20212026-06-25T04:08:29.908Z Compiling progenitor-client v0.13.0
20222026-06-25T04:08:30.784Z Compiling hickory-resolver v0.24.4
20232026-06-25T04:08:30.814Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20242026-06-25T04:08:31.318Z Compiling progenitor-impl v0.13.0
20252026-06-25T04:08:33.076Z Compiling tokio-stream v0.1.18
20262026-06-25T04:08:33.127Z Compiling progenitor v0.13.0
20272026-06-25T04:08:33.283Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-06-25T04:08:33.394Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-06-25T04:08:33.545Z Compiling qorb v0.4.1
20302026-06-25T04:08:34.886Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-06-25T04:08:35.335Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-06-25T04:08:35.553Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-06-25T04:08:35.606Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-06-25T04:08:35.829Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-06-25T04:08:35.874Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20362026-06-25T04:08:36.624Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-06-25T04:08:37.264Z Compiling progenitor-impl v0.14.0
20382026-06-25T04:08:37.296Z Compiling libsw-core v0.3.2
20392026-06-25T04:08:37.445Z Compiling tokio-dtrace v0.1.1
20402026-06-25T04:08:37.468Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20412026-06-25T04:08:37.716Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20422026-06-25T04:08:38.262Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20432026-06-25T04:08:38.514Z Compiling progenitor v0.14.0
20442026-06-25T04:08:38.662Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-06-25T04:08:38.843Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20462026-06-25T04:08:38.855Z Compiling oxide-tokio-rt v0.1.6
20472026-06-25T04:08:38.909Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-06-25T04:08:39.117Z Compiling libsw v3.5.0
20492026-06-25T04:08:39.163Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-25T04:08:39.298Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-25T04:08:39.368Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-25T04:08:39.468Z Compiling tough v0.22.0
20532026-06-25T04:08:39.497Z Compiling cancel-safe-futures v0.1.5
20542026-06-25T04:08:39.810Z Compiling zone v0.3.1
20552026-06-25T04:08:39.888Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20562026-06-25T04:08:40.053Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-25T04:08:40.423Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-25T04:08:40.664Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-06-25T04:08:40.845Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-06-25T04:08:41.343Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-25T04:08:41.381Z Compiling hickory-proto v0.25.2
20622026-06-25T04:08:41.535Z Compiling steno v0.4.1
20632026-06-25T04:08:42.290Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-06-25T04:08:43.692Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-06-25T04:08:43.910Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-06-25T04:08:44.265Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-06-25T04:08:44.717Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-06-25T04:08:44.758Z Compiling hickory-resolver v0.25.2
20692026-06-25T04:08:44.842Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20702026-06-25T04:08:44.879Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-06-25T04:08:45.790Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-06-25T04:08:45.888Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20732026-06-25T04:08:46.418Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20742026-06-25T04:08:46.527Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20752026-06-25T04:08:47.135Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20762026-06-25T04:08:47.329Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20772026-06-25T04:08:51.606Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20782026-06-25T04:08:54.026Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-06-25T04:09:01.588Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-06-25T04:09:03.186Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20812026-06-25T04:09:04.194Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20822026-06-25T04:09:05.161Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20832026-06-25T04:09:05.997Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20842026-06-25T04:09:07.985Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20852026-06-25T04:09:38.485Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
20862026-06-25T04:09:38.657Z────────────
20872026-06-25T04:09:38.658Z Nextest run ID 933cfe01-58a8-41ff-ae40-2b11daf7fd82 with nextest profile: default
20882026-06-25T04:09:38.658Z Starting 17 tests across 1 binary (133 tests skipped)
20892026-06-25T04:09:55.981Z PASS [ 17.321s] bgp proptest::prop_ipv4_wire_format_roundtrip
20902026-06-25T04:09:57.782Z PASS [ 19.121s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20912026-06-25T04:09:57.840Z PASS [ 19.179s] bgp proptest::prop_ipv4_prefixes_roundtrip
20922026-06-25T04:09:59.050Z PASS [ 20.389s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20932026-06-25T04:09:59.542Z PASS [ 20.882s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20942026-06-25T04:09:59.662Z PASS [ 21.001s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20952026-06-25T04:10:07.598Z PASS [ 28.936s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20962026-06-25T04:10:13.075Z PASS [ 17.091s] bgp proptest::prop_ipv6_wire_format_roundtrip
20972026-06-25T04:10:18.032Z PASS [ 20.247s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20982026-06-25T04:10:18.187Z PASS [ 19.135s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20992026-06-25T04:10:18.674Z PASS [ 19.004s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
21002026-06-25T04:10:19.191Z PASS [ 19.646s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
21012026-06-25T04:10:38.671Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
21022026-06-25T04:10:42.230Z PASS [ 29.140s] bgp proptest::prop_update_mp_unreach_roundtrip
21032026-06-25T04:10:46.161Z PASS [ 67.493s] bgp proptest::prop_encode_decode_semantic_equivalence
21042026-06-25T04:10:57.851Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21052026-06-25T04:11:07.610Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21062026-06-25T04:11:08.389Z PASS [ 70.538s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21072026-06-25T04:11:18.044Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21082026-06-25T04:11:20.725Z PASS [ 62.684s] bgp proptest::prop_update_traditional_roundtrip
21092026-06-25T04:11:21.952Z PASS [ 74.344s] bgp proptest::prop_update_mp_reach_roundtrip
21102026-06-25T04:11:21.956Z────────────
21112026-06-25T04:11:21.956Z Summary [ 103.281s] 17 tests run: 17 passed (4 slow), 133 skipped
21122026-06-25T04:11:21.964Z+ cp './*.log' /work/
21132026-06-25T04:11:21.968Z+ true
21142026-06-25T04:11:21.968Z+ [[ -d proptest-regressions ]]
21152026-06-25T04:11:21.968Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21162026-06-25T04:11:21.968Z+ popd
21172026-06-25T04:11:21.968Z/work/oxidecomputer/maghemite
21182026-06-25T04:11:21.972Zprocess exited: duration 726512 ms, exit code 0
 
21192026-06-25T04:11:21.979Zfound 0 output files