01KXNY7RR6PKSYDAAFXS2VYBP0: 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: 01KXNY8QA20X2KB8SN86J4CD91

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T17:07:03.321Zjob assigned to worker 01KXNY96BNV3W0QAYB5RVQZ76H [factory aws, i-0abe39206ad573c2e] (queued for 1 m 7 s)
 
22026-07-16T17:07:09.906Zstarting task 0: "setup"
32026-07-16T17:07:09.909Z++ uname -s
42026-07-16T17:07:09.912Z+ kern=SunOS
52026-07-16T17:07:09.913Z+ build_user=build
62026-07-16T17:07:09.913Z+ build_uid=12345
72026-07-16T17:07:09.913Z+ work_dir=/work
82026-07-16T17:07:09.913Z+ input_dir=/input
92026-07-16T17:07:09.913Z+ [[ 0 == 12345 ]]
102026-07-16T17:07:09.913Z+ case "$kern" in
112026-07-16T17:07:09.913Z+ groupadd -g 12345 build
122026-07-16T17:07:09.913Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T17:07:11.917Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T17:07:11.995Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T17:07:11.999Z+ home_fs=zfs
162026-07-16T17:07:11.999Z+ [[ zfs == autofs ]]
172026-07-16T17:07:11.999Z+ mkdir -p /home/build
182026-07-16T17:07:11.999Z+ chown build:build /home/build /work
192026-07-16T17:07:13.992Z+ chmod 0700 /home/build /work
202026-07-16T17:07:13.995Zprocess exited: duration 4090 ms, exit code 0
 
212026-07-16T17:07:14.002Zstarting task 1: "rust-toolchain"
222026-07-16T17:07:14.005Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-16T17:07:14.005Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-16T17:07:14.005Z * rust toolchain channel = "stable"
252026-07-16T17:07:14.005Z * rust toolchain profile = "default"
262026-07-16T17:07:14.005Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T17:07:14.005Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T17:07:14.009Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T17:07:14.009Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-16T17:07:14.129Zinfo: downloading installer
312026-07-16T17:07:15.513Zwarn: It looks like you have an existing installation of Rust at:
322026-07-16T17:07:15.513Zwarn: /opt/ooce/bin
332026-07-16T17:07:15.513Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-16T17:07:15.513Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-16T17:07:15.513Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-16T17:07:15.513Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-16T17:07:15.513Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-16T17:07:15.513Zerror: cannot install while Rust is installed
392026-07-16T17:07:15.514Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-16T17:07:15.517Zwarn: It looks like you have an existing rustup settings file at:
412026-07-16T17:07:15.517Zwarn: /home/build/.rustup/settings.toml
422026-07-16T17:07:15.517Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-16T17:07:15.517Zwarn: instead of the one inferred from the default host triple.
442026-07-16T17:07:15.527Zinfo: profile set to default
452026-07-16T17:07:15.527Zinfo: default host triple is x86_64-unknown-illumos
462026-07-16T17:07:15.530Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-16T17:07:15.681Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-16T17:07:15.684Zinfo: downloading 6 components
492026-07-16T17:07:30.823Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-16T17:07:30.823Z
512026-07-16T17:07:30.851Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-16T17:07:30.851Z
532026-07-16T17:07:30.851Z
542026-07-16T17:07:30.851ZRust is installed now. Great!
552026-07-16T17:07:30.851Z
562026-07-16T17:07:30.851ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-16T17:07:30.851Zenvironment variable. This has not been done automatically.
582026-07-16T17:07:30.851Z
592026-07-16T17:07:30.851ZTo configure your current shell, you need to source
602026-07-16T17:07:30.851Zthe corresponding env file under $HOME/.cargo.
612026-07-16T17:07:30.851Z
622026-07-16T17:07:30.851ZThis is usually done by running one of the following (note the leading DOT):
632026-07-16T17:07:30.851Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-16T17:07:30.851Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-16T17:07:30.851Zsource "~/.cargo/env.nu" # For nushell
662026-07-16T17:07:30.851Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-16T17:07:30.851Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-16T17:07:30.851Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-16T17:07:30.854Zwarn: no default linker (`cc`) was found in your PATH
702026-07-16T17:07:30.854Zwarn: many Rust crates require a system C toolchain to build
712026-07-16T17:07:30.957Z+ rustup --version
722026-07-16T17:07:30.966Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-16T17:07:30.969Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-16T17:07:30.987Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-16T17:07:30.990Z+ cargo --version
762026-07-16T17:07:31.005Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-16T17:07:31.009Z+ rustc --version
782026-07-16T17:07:31.027Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-16T17:07:31.030Zprocess exited: duration 17027 ms, exit code 0
 
802026-07-16T17:07:31.036Zstarting task 2: "authentication"
812026-07-16T17:07:31.050ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-07-16T17:07:33.057Zprocess exited: duration 2020 ms, exit code 0
 
832026-07-16T17:07:33.065Zstarting task 3: "clone repository"
842026-07-16T17:07:33.068Z+ mkdir -p /work/oxidecomputer/maghemite
852026-07-16T17:07:33.072Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-07-16T17:07:33.103ZCloning into '/work/oxidecomputer/maghemite'...
872026-07-16T17:07:34.678Z+ cd /work/oxidecomputer/maghemite
882026-07-16T17:07:34.678Z+ git fetch origin d3c8f26d9bf94e252f4f2ff212222be337b14c24
892026-07-16T17:07:35.090ZFrom https://github.com/oxidecomputer/maghemite
902026-07-16T17:07:35.090Z * branch d3c8f26d9bf94e252f4f2ff212222be337b14c24 -> FETCH_HEAD
912026-07-16T17:07:35.097Z+ [[ -n john/bfd-async ]]
922026-07-16T17:07:35.100Z++ git branch --show-current
932026-07-16T17:07:35.100Z+ current=main
942026-07-16T17:07:35.100Z+ [[ main != john/bfd-async ]]
952026-07-16T17:07:35.101Z+ git branch -f john/bfd-async d3c8f26d9bf94e252f4f2ff212222be337b14c24
962026-07-16T17:07:35.103Z+ git checkout -f john/bfd-async
972026-07-16T17:07:35.123ZSwitched to branch 'john/bfd-async'
982026-07-16T17:07:35.127Z+ git reset --hard d3c8f26d9bf94e252f4f2ff212222be337b14c24
992026-07-16T17:07:35.142ZHEAD is now at d3c8f26 add test for poll response after long delay
1002026-07-16T17:07:35.145Zprocess exited: duration 2077 ms, exit code 0
 
1012026-07-16T17:07:35.152Zstarting task 4: "build"
1022026-07-16T17:07:35.155Z+ set -e
1032026-07-16T17:07:35.155Z+ NEXTEST_VERSION=0.9.97
1042026-07-16T17:07:35.155Z+ PLATFORM=illumos
1052026-07-16T17:07:35.155Z+ cargo --version
1062026-07-16T17:07:35.160Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1072026-07-16T17:07:35.305Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1082026-07-16T17:07:35.308Zinfo: downloading 6 components
1092026-07-16T17:07:50.554Zcargo 1.96.1 (356927216 2026-06-26)
1102026-07-16T17:07:50.557Z+ rustc --version
1112026-07-16T17:07:50.589Zrustc 1.96.1 (31fca3adb 2026-06-26)
1122026-07-16T17:07:50.593Z+ cargo install cargo-nextest --version 0.9.97
1132026-07-16T17:07:50.637Z Updating crates.io index
1142026-07-16T17:07:50.736Z Downloading crates ...
1152026-07-16T17:07:50.796Z Downloaded cargo-nextest v0.9.97
1162026-07-16T17:07:50.854Z Installing cargo-nextest v0.9.97
1172026-07-16T17:07:50.857Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1182026-07-16T17:07:50.857Z |
1192026-07-16T17:07:50.857Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1202026-07-16T17:07:50.857Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1212026-07-16T17:07:50.895Z Updating crates.io index
1222026-07-16T17:07:52.894Z Locking 395 packages to latest compatible versions
1232026-07-16T17:07:52.898Z Adding dialoguer v0.11.0 (available: v0.12.0)
1242026-07-16T17:07:52.901Z Adding duct v0.13.7 (available: v1.1.1)
1252026-07-16T17:07:52.901Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1262026-07-16T17:07:52.901Z Adding generic-array v0.14.7 (available: v0.14.9)
1272026-07-16T17:07:52.906Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1282026-07-16T17:07:52.906Z Adding itertools v0.14.0 (available: v0.15.0)
1292026-07-16T17:07:52.906Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1302026-07-16T17:07:52.906Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1312026-07-16T17:07:52.912Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1322026-07-16T17:07:52.912Z Adding quick-junit v0.5.2 (available: v0.6.1)
1332026-07-16T17:07:52.935Z Downloading crates ...
1342026-07-16T17:07:53.005Z Downloaded anstyle-parse v1.0.0
1352026-07-16T17:07:53.008Z Downloaded addr2line v0.25.1
1362026-07-16T17:07:53.008Z Downloaded cargo-platform v0.2.0
1372026-07-16T17:07:53.011Z Downloaded anstyle v1.0.14
1382026-07-16T17:07:53.014Z Downloaded crc32fast v1.5.0
1392026-07-16T17:07:53.017Z Downloaded cargo-util-schemas v0.2.0
1402026-07-16T17:07:53.020Z Downloaded cc v1.2.67
1412026-07-16T17:07:53.022Z Downloaded cfg-if v1.0.4
1422026-07-16T17:07:53.025Z Downloaded heck v0.5.0
1432026-07-16T17:07:53.025Z Downloaded anstyle-query v1.1.5
1442026-07-16T17:07:53.028Z Downloaded atomicwrites v0.4.4
1452026-07-16T17:07:53.028Z Downloaded adler2 v2.0.1
1462026-07-16T17:07:53.028Z Downloaded colorchoice v1.0.5
1472026-07-16T17:07:53.031Z Downloaded block-buffer v0.10.4
1482026-07-16T17:07:53.031Z Downloaded backtrace-ext v0.2.1
1492026-07-16T17:07:53.035Z Downloaded hyper-tls v0.6.0
1502026-07-16T17:07:53.038Z Downloaded async-scoped v0.9.0
1512026-07-16T17:07:53.040Z Downloaded cfg_aliases v0.2.2
1522026-07-16T17:07:53.040Z Downloaded hex v0.4.3
1532026-07-16T17:07:53.043Z Downloaded os_pipe v1.2.3
1542026-07-16T17:07:53.043Z Downloaded hyper-util v0.1.20
1552026-07-16T17:07:53.047Z Downloaded lru-slab v0.1.2
1562026-07-16T17:07:53.049Z Downloaded cargo-platform v0.3.3
1572026-07-16T17:07:53.049Z Downloaded color-spantrace v0.3.0
1582026-07-16T17:07:53.049Z Downloaded atomic-waker v1.1.2
1592026-07-16T17:07:53.053Z Downloaded jobserver v0.1.35
1602026-07-16T17:07:53.056Z Downloaded cpufeatures v0.2.17
1612026-07-16T17:07:53.056Z Downloaded indenter v0.3.4
1622026-07-16T17:07:53.059Z Downloaded cpufeatures v0.3.0
1632026-07-16T17:07:53.062Z Downloaded mukti-metadata v0.3.0
1642026-07-16T17:07:53.062Z Downloaded is_terminal_polyfill v1.70.2
1652026-07-16T17:07:53.062Z Downloaded http-body v1.1.0
1662026-07-16T17:07:53.065Z Downloaded is_ci v1.2.0
1672026-07-16T17:07:53.068Z Downloaded cargo_metadata v0.20.0
1682026-07-16T17:07:53.068Z Downloaded camino-tempfile v1.4.1
1692026-07-16T17:07:53.072Z Downloaded nested v0.1.1
1702026-07-16T17:07:53.076Z Downloaded equivalent v1.0.2
1712026-07-16T17:07:53.076Z Downloaded indent_write v2.2.0
1722026-07-16T17:07:53.076Z Downloaded home v0.5.12
1732026-07-16T17:07:53.080Z Downloaded futures-sink v0.3.32
1742026-07-16T17:07:53.081Z Downloaded fnv v1.0.7
1752026-07-16T17:07:53.081Z Downloaded futures-io v0.3.32
1762026-07-16T17:07:53.081Z Downloaded generic-array v0.14.7
1772026-07-16T17:07:53.081Z Downloaded crypto-common v0.1.7
1782026-07-16T17:07:53.084Z Downloaded lazy_static v1.5.0
1792026-07-16T17:07:53.084Z Downloaded debug-ignore v1.0.5
1802026-07-16T17:07:53.092Z Downloaded nextest-workspace-hack v0.1.0
1812026-07-16T17:07:53.095Z Downloaded clap_lex v1.1.0
1822026-07-16T17:07:53.095Z Downloaded convert_case v0.10.0
1832026-07-16T17:07:53.098Z Downloaded itoa v1.0.18
1842026-07-16T17:07:53.098Z Downloaded pathdiff v0.2.3
1852026-07-16T17:07:53.098Z Downloaded humantime-serde v1.1.1
1862026-07-16T17:07:53.102Z Downloaded humantime v2.4.0
1872026-07-16T17:07:53.106Z Downloaded autocfg v1.5.1
1882026-07-16T17:07:53.106Z Downloaded newtype-uuid v1.3.2
1892026-07-16T17:07:53.106Z Downloaded foreign-types-shared v0.1.1
1902026-07-16T17:07:53.106Z Downloaded hyper-rustls v0.27.9
1912026-07-16T17:07:53.109Z Downloaded native-tls v0.2.18
1922026-07-16T17:07:53.109Z Downloaded document-features v0.2.12
1932026-07-16T17:07:53.114Z Downloaded lock_api v0.4.14
1942026-07-16T17:07:53.116Z Downloaded curve25519-dalek-derive v0.1.1
1952026-07-16T17:07:53.118Z Downloaded futures-core v0.3.32
1962026-07-16T17:07:53.119Z Downloaded futures-macro v0.3.32
1972026-07-16T17:07:53.123Z Downloaded guppy-workspace-hack v0.1.0
1982026-07-16T17:07:53.127Z Downloaded scopeguard v1.2.0
1992026-07-16T17:07:53.127Z Downloaded ordered-float v2.10.1
2002026-07-16T17:07:53.127Z Downloaded chacha20 v0.10.1
2012026-07-16T17:07:53.130Z Downloaded cargo_metadata v0.23.1
2022026-07-16T17:07:53.130Z Downloaded camino v1.2.4
2032026-07-16T17:07:53.133Z Downloaded form_urlencoded v1.2.2
2042026-07-16T17:07:53.133Z Downloaded clap_derive v4.6.1
2052026-07-16T17:07:53.135Z Downloaded const-oid v0.9.6
2062026-07-16T17:07:53.135Z Downloaded console v0.15.11
2072026-07-16T17:07:53.138Z Downloaded cfg-expr v0.20.8
2082026-07-16T17:07:53.140Z Downloaded serde_ignored v0.1.14
2092026-07-16T17:07:53.140Z Downloaded rustc_version v0.4.1
2102026-07-16T17:07:53.140Z Downloaded percent-encoding v2.3.2
2112026-07-16T17:07:53.143Z Downloaded foreign-types v0.3.2
2122026-07-16T17:07:53.143Z Downloaded enable-ansi-support v0.2.1
2132026-07-16T17:07:53.146Z Downloaded serde-value v0.7.0
2142026-07-16T17:07:53.146Z Downloaded iana-time-zone v0.1.65
2152026-07-16T17:07:53.149Z Downloaded ipnet v2.12.0
2162026-07-16T17:07:53.151Z Downloaded sigchld v0.2.4
2172026-07-16T17:07:53.154Z Downloaded futures-task v0.3.32
2182026-07-16T17:07:53.154Z Downloaded foldhash v0.1.5
2192026-07-16T17:07:53.158Z Downloaded errno v0.3.14
2202026-07-16T17:07:53.158Z Downloaded duct v0.13.7
2212026-07-16T17:07:53.160Z Downloaded digest v0.10.7
2222026-07-16T17:07:53.161Z Downloaded future-queue v0.4.0
2232026-07-16T17:07:53.165Z Downloaded signal-hook-mio v0.2.5
2242026-07-16T17:07:53.167Z Downloaded openssl-probe v0.2.1
2252026-07-16T17:07:53.170Z Downloaded strsim v0.11.1
2262026-07-16T17:07:53.170Z Downloaded serde_urlencoded v0.7.1
2272026-07-16T17:07:53.175Z Downloaded dialoguer v0.11.0
2282026-07-16T17:07:53.178Z Downloaded rustc-hash v2.1.3
2292026-07-16T17:07:53.181Z Downloaded rand_pcg v0.10.2
2302026-07-16T17:07:53.181Z Downloaded openssl-macros v0.1.1
2312026-07-16T17:07:53.181Z Downloaded ahash v0.8.12
2322026-07-16T17:07:53.184Z Downloaded number_prefix v0.4.0
2332026-07-16T17:07:53.187Z Downloaded nextest-metadata v0.12.2
2342026-07-16T17:07:53.187Z Downloaded miette-derive v7.6.0
2352026-07-16T17:07:53.190Z Downloaded find-msvc-tools v0.1.9
2362026-07-16T17:07:53.190Z Downloaded filetime v0.2.29
2372026-07-16T17:07:53.190Z Downloaded fastrand v2.4.1
2382026-07-16T17:07:53.193Z Downloaded erased-serde v0.4.10
2392026-07-16T17:07:53.193Z Downloaded either v1.16.0
2402026-07-16T17:07:53.196Z Downloaded ed25519 v2.2.3
2412026-07-16T17:07:53.196Z Downloaded swrite v0.1.0
2422026-07-16T17:07:53.196Z Downloaded supports-unicode v3.0.0
2432026-07-16T17:07:53.196Z Downloaded shell-words v1.1.1
2442026-07-16T17:07:53.199Z Downloaded sync_wrapper v1.0.2
2452026-07-16T17:07:53.199Z Downloaded signature v2.2.0
2462026-07-16T17:07:53.199Z Downloaded self-replace v1.5.0
2472026-07-16T17:07:53.202Z Downloaded fixedbitset v0.5.7
2482026-07-16T17:07:53.205Z Downloaded strip-ansi-escapes v0.2.1
2492026-07-16T17:07:53.207Z Downloaded supports-hyperlinks v3.2.0
2502026-07-16T17:07:53.207Z Downloaded once_cell v1.21.4
2512026-07-16T17:07:53.210Z Downloaded supports-color v3.0.2
2522026-07-16T17:07:53.210Z Downloaded subtle v2.6.1
2532026-07-16T17:07:53.210Z Downloaded base64ct v1.8.3
2542026-07-16T17:07:53.214Z Downloaded serde_spanned v0.6.9
2552026-07-16T17:07:53.216Z Downloaded serde-untagged v0.1.9
2562026-07-16T17:07:53.219Z Downloaded thread_local v1.1.10
2572026-07-16T17:07:53.219Z Downloaded httparse v1.10.1
2582026-07-16T17:07:53.222Z Downloaded serde_spanned v1.1.1
2592026-07-16T17:07:53.222Z Downloaded serde_path_to_error v0.1.20
2602026-07-16T17:07:53.225Z Downloaded idna_adapter v1.0.0
2612026-07-16T17:07:53.228Z Downloaded sha2 v0.10.9
2622026-07-16T17:07:53.230Z Downloaded quote v1.0.46
2632026-07-16T17:07:53.233Z Downloaded rand_chacha v0.9.0
2642026-07-16T17:07:53.233Z Downloaded simd-adler32 v0.3.10
2652026-07-16T17:07:53.235Z Downloaded shlex v2.0.1
2662026-07-16T17:07:53.235Z Downloaded futures-channel v0.3.32
2672026-07-16T17:07:53.238Z Downloaded static_assertions v1.1.0
2682026-07-16T17:07:53.238Z Downloaded toml_datetime v0.6.11
2692026-07-16T17:07:53.238Z Downloaded rand_core v0.9.5
2702026-07-16T17:07:53.242Z Downloaded litrs v1.0.0
2712026-07-16T17:07:53.242Z Downloaded pin-project-internal v1.1.13
2722026-07-16T17:07:53.245Z Downloaded eyre v0.6.12
2732026-07-16T17:07:53.245Z Downloaded tower-service v0.3.3
2742026-07-16T17:07:53.248Z Downloaded tower-layer v0.3.3
2752026-07-16T17:07:53.248Z Downloaded terminal_size v0.4.4
2762026-07-16T17:07:53.248Z Downloaded tinyvec_macros v0.1.1
2772026-07-16T17:07:53.248Z Downloaded tokio-macros v2.7.0
2782026-07-16T17:07:53.253Z Downloaded http v1.4.2
2792026-07-16T17:07:53.256Z Downloaded anstream v1.0.0
2802026-07-16T17:07:53.256Z Downloaded bitflags v2.13.1
2812026-07-16T17:07:53.259Z Downloaded getrandom v0.3.4
2822026-07-16T17:07:53.261Z Downloaded clap v4.6.2
2832026-07-16T17:07:53.266Z Downloaded rand_core v0.6.4
2842026-07-16T17:07:53.269Z Downloaded http-body-util v0.1.4
2852026-07-16T17:07:53.269Z Downloaded quinn-udp v0.5.15
2862026-07-16T17:07:53.271Z Downloaded owo-colors v4.3.0
2872026-07-16T17:07:53.272Z Downloaded globset v0.4.19
2882026-07-16T17:07:53.272Z Downloaded getrandom v0.4.3
2892026-07-16T17:07:53.276Z Downloaded toml_write v0.1.2
2902026-07-16T17:07:53.278Z Downloaded rustc-demangle v0.1.28
2912026-07-16T17:07:53.279Z Downloaded target-lexicon v0.13.5
2922026-07-16T17:07:53.279Z Downloaded typeid v1.0.3
2932026-07-16T17:07:53.281Z Downloaded unicode-linebreak v0.1.5
2942026-07-16T17:07:53.284Z Downloaded pin-project-lite v0.2.17
2952026-07-16T17:07:53.287Z Downloaded pkcs8 v0.10.2
2962026-07-16T17:07:53.290Z Downloaded thiserror v1.0.69
2972026-07-16T17:07:53.293Z Downloaded thiserror v2.0.18
2982026-07-16T17:07:53.296Z Downloaded spki v0.7.3
2992026-07-16T17:07:53.296Z Downloaded untrusted v0.9.0
3002026-07-16T17:07:53.299Z Downloaded tokio-native-tls v0.3.1
3012026-07-16T17:07:53.299Z Downloaded slab v0.4.12
3022026-07-16T17:07:53.299Z Downloaded signal-hook-registry v1.4.8
3032026-07-16T17:07:53.302Z Downloaded unicode-xid v0.2.6
3042026-07-16T17:07:53.302Z Downloaded try-lock v0.2.5
3052026-07-16T17:07:53.302Z Downloaded tracing-error v0.2.1
3062026-07-16T17:07:53.302Z Downloaded shared_child v1.1.1
3072026-07-16T17:07:53.305Z Downloaded semver v1.0.28
3082026-07-16T17:07:53.305Z Downloaded utf8_iter v1.0.4
3092026-07-16T17:07:53.305Z Downloaded config v0.15.25
3102026-07-16T17:07:53.308Z Downloaded want v0.3.1
3112026-07-16T17:07:53.308Z Downloaded utf8parse v0.2.2
3122026-07-16T17:07:53.311Z Downloaded smallvec v1.15.2
3132026-07-16T17:07:53.311Z Downloaded futures v0.3.32
3142026-07-16T17:07:53.314Z Downloaded toml_writer v1.1.2+spec-1.1.0
3152026-07-16T17:07:53.314Z Downloaded self_update v0.42.0
3162026-07-16T17:07:53.317Z Downloaded rand_core v0.10.1
3172026-07-16T17:07:53.317Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3182026-07-16T17:07:53.317Z Downloaded num-traits v0.2.19
3192026-07-16T17:07:53.320Z Downloaded log v0.4.33
3202026-07-16T17:07:53.320Z Downloaded nextest-filtering v0.15.0
3212026-07-16T17:07:53.323Z Downloaded rustls-pki-types v1.15.0
3222026-07-16T17:07:53.323Z Downloaded pkg-config v0.3.33
3232026-07-16T17:07:53.326Z Downloaded ppv-lite86 v0.2.21
3242026-07-16T17:07:53.326Z Downloaded parking_lot v0.12.5
3252026-07-16T17:07:53.327Z Downloaded xattr v1.6.1
3262026-07-16T17:07:53.329Z Downloaded quick-junit v0.5.2
3272026-07-16T17:07:53.332Z Downloaded base64 v0.22.1
3282026-07-16T17:07:53.335Z Downloaded thiserror-impl v1.0.69
3292026-07-16T17:07:53.341Z Downloaded ryu v1.0.23
3302026-07-16T17:07:53.344Z Downloaded getrandom v0.2.17
3312026-07-16T17:07:53.347Z Downloaded derive-where v1.6.1
3322026-07-16T17:07:53.353Z Downloaded unicase v2.9.0
3332026-07-16T17:07:53.356Z Downloaded target-spec-miette v0.4.8
3342026-07-16T17:07:53.368Z Downloaded urlencoding v2.1.3
3352026-07-16T17:07:53.373Z Downloaded toml v0.8.23
3362026-07-16T17:07:53.376Z Downloaded tokio-stream v0.1.18
3372026-07-16T17:07:53.379Z Downloaded version_check v0.9.5
3382026-07-16T17:07:53.379Z Downloaded tracing-log v0.2.0
3392026-07-16T17:07:53.382Z Downloaded toml_parser v1.1.2+spec-1.1.0
3402026-07-16T17:07:53.382Z Downloaded smol_str v0.3.6
3412026-07-16T17:07:53.385Z Downloaded tracing-attributes v0.1.31
3422026-07-16T17:07:53.388Z Downloaded zeroize v1.9.0
3432026-07-16T17:07:53.390Z Downloaded xxhash-rust v0.8.17
3442026-07-16T17:07:53.390Z Downloaded zstd v0.13.3
3452026-07-16T17:07:53.393Z Downloaded pin-project v1.1.13
3462026-07-16T17:07:53.398Z Downloaded target-spec v3.6.0
3472026-07-16T17:07:53.401Z Downloaded parking_lot_core v0.9.12
3482026-07-16T17:07:53.401Z Downloaded zmij v1.0.23
3492026-07-16T17:07:53.404Z Downloaded zstd-safe v7.2.4
3502026-07-16T17:07:53.404Z Downloaded thiserror-impl v2.0.18
3512026-07-16T17:07:53.404Z Downloaded tempfile v3.27.0
3522026-07-16T17:07:53.407Z Downloaded proc-macro2 v1.0.106
3532026-07-16T17:07:53.410Z Downloaded futures-executor v0.3.32
3542026-07-16T17:07:53.410Z Downloaded memchr v2.8.3
3552026-07-16T17:07:53.413Z Downloaded backtrace v0.3.76
3562026-07-16T17:07:53.418Z Downloaded tokio-rustls v0.26.4
3572026-07-16T17:07:53.421Z Downloaded miniz_oxide v0.8.9
3582026-07-16T17:07:53.421Z Downloaded indicatif v0.17.11
3592026-07-16T17:07:53.424Z Downloaded serde_core v1.0.228
3602026-07-16T17:07:53.427Z Downloaded serde_derive v1.0.228
3612026-07-16T17:07:53.430Z Downloaded socket2 v0.6.5
3622026-07-16T17:07:53.430Z Downloaded sharded-slab v0.1.7
3632026-07-16T17:07:53.433Z Downloaded signal-hook v0.3.18
3642026-07-16T17:07:53.436Z Downloaded toml v1.1.3+spec-1.1.0
3652026-07-16T17:07:53.436Z Downloaded bytes v1.12.1
3662026-07-16T17:07:53.441Z Downloaded zipsign-api v0.1.5
3672026-07-16T17:07:53.444Z Downloaded tracing-core v0.1.36
3682026-07-16T17:07:53.447Z Downloaded der v0.7.10
3692026-07-16T17:07:53.450Z Downloaded textwrap v0.16.2
3702026-07-16T17:07:53.453Z Downloaded derive_more v2.1.1
3712026-07-16T17:07:53.457Z Downloaded borsh v1.7.0
3722026-07-16T17:07:53.460Z Downloaded tar v0.4.46
3732026-07-16T17:07:53.463Z Downloaded openssl-sys v0.9.117
3742026-07-16T17:07:53.468Z Downloaded unicode-ident v1.0.24
3752026-07-16T17:07:53.471Z Downloaded serde v1.0.228
3762026-07-16T17:07:53.474Z Downloaded flate2 v1.1.9
3772026-07-16T17:07:53.476Z Downloaded toml_edit v0.22.27
3782026-07-16T17:07:53.479Z Downloaded vte v0.14.1
3792026-07-16T17:07:53.485Z Downloaded uuid v1.24.0
3802026-07-16T17:07:53.488Z Downloaded tinyvec v1.12.0
3812026-07-16T17:07:53.491Z Downloaded ed25519-dalek v2.2.0
3822026-07-16T17:07:53.493Z Downloaded quinn v0.11.11
3832026-07-16T17:07:53.494Z Downloaded derive_more-impl v2.1.1
3842026-07-16T17:07:53.496Z Downloaded rustls-webpki v0.103.13
3852026-07-16T17:07:53.512Z Downloaded rand v0.9.5
3862026-07-16T17:07:53.520Z Downloaded indexmap v2.14.0
3872026-07-16T17:07:53.523Z Downloaded rand v0.10.2
3882026-07-16T17:07:53.529Z Downloaded miette v7.6.0
3892026-07-16T17:07:53.536Z Downloaded url v2.5.8
3902026-07-16T17:07:53.550Z Downloaded mio v1.2.2
3912026-07-16T17:07:53.555Z Downloaded crossterm v0.29.0
3922026-07-16T17:07:53.564Z Downloaded idna v1.1.0
3932026-07-16T17:07:53.567Z Downloaded tower v0.5.3
3942026-07-16T17:07:53.572Z Downloaded hashbrown v0.15.5
3952026-07-16T17:07:53.576Z Downloaded unicode-segmentation v1.13.3
3962026-07-16T17:07:53.579Z Downloaded typenum v1.20.1
3972026-07-16T17:07:53.582Z Downloaded ron v0.12.2
3982026-07-16T17:07:53.603Z Downloaded unicode-normalization v0.1.25
3992026-07-16T17:07:53.608Z Downloaded tokio-util v0.7.18
4002026-07-16T17:07:53.612Z Downloaded hashbrown v0.17.1
4012026-07-16T17:07:53.618Z Downloaded guppy v0.17.26
4022026-07-16T17:07:53.621Z Downloaded clap_builder v4.6.2
4032026-07-16T17:07:53.624Z Downloaded itertools v0.14.0
4042026-07-16T17:07:53.632Z Downloaded serde_json v1.0.150
4052026-07-16T17:07:53.638Z Downloaded pulldown-cmark v0.13.4
4062026-07-16T17:07:53.642Z Downloaded aho-corasick v1.1.4
4072026-07-16T17:07:53.646Z Downloaded futures-util v0.3.32
4082026-07-16T17:07:53.653Z Downloaded hyper v1.10.1
4092026-07-16T17:07:53.656Z Downloaded tower-http v0.6.11
4102026-07-16T17:07:53.662Z Downloaded h2 v0.4.15
4112026-07-16T17:07:53.665Z Downloaded reqwest v0.12.28
4122026-07-16T17:07:53.670Z Downloaded regex v1.13.1
4132026-07-16T17:07:53.692Z Downloaded winnow v0.7.15
4142026-07-16T17:07:53.698Z Downloaded quick-xml v0.37.5
4152026-07-16T17:07:53.702Z Downloaded portable-atomic v1.13.1
4162026-07-16T17:07:53.705Z Downloaded chrono v0.4.45
4172026-07-16T17:07:53.708Z Downloaded winnow v1.0.4
4182026-07-16T17:07:53.714Z Downloaded tracing-subscriber v0.3.23
4192026-07-16T17:07:53.732Z Downloaded webpki-roots v1.0.8
4202026-07-16T17:07:53.744Z Downloaded vcpkg v0.2.15
4212026-07-16T17:07:53.766Z Downloaded quinn-proto v0.11.16
4222026-07-16T17:07:53.770Z Downloaded curve25519-dalek v4.1.3
4232026-07-16T17:07:53.776Z Downloaded quick-xml v0.38.4
4242026-07-16T17:07:53.779Z Downloaded unicode-width v0.1.14
4252026-07-16T17:07:53.785Z Downloaded unicode-width v0.2.2
4262026-07-16T17:07:53.788Z Downloaded zerocopy v0.8.54
4272026-07-16T17:07:53.800Z Downloaded syn v2.0.119
4282026-07-16T17:07:53.807Z Downloaded openssl v0.10.81
4292026-07-16T17:07:53.813Z Downloaded bstr v1.13.0
4302026-07-16T17:07:53.818Z Downloaded gimli v0.32.3
4312026-07-16T17:07:53.828Z Downloaded nextest-runner v0.80.0
4322026-07-16T17:07:53.836Z Downloaded tracing v0.1.44
4332026-07-16T17:07:53.848Z Downloaded object v0.37.3
4342026-07-16T17:07:53.853Z Downloaded nix v0.30.1
4352026-07-16T17:07:53.860Z Downloaded regex-syntax v0.8.11
4362026-07-16T17:07:53.871Z Downloaded rustix v0.38.44
4372026-07-16T17:07:53.884Z Downloaded rustls v0.23.42
4382026-07-16T17:07:53.890Z Downloaded color-eyre v0.6.5
4392026-07-16T17:07:53.897Z Downloaded rustix v1.1.4
4402026-07-16T17:07:53.925Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4412026-07-16T17:07:53.932Z Downloaded tokio v1.52.4
4422026-07-16T17:07:53.984Z Downloaded regex-automata v0.4.16
4432026-07-16T17:07:54.020Z Downloaded petgraph v0.8.3
4442026-07-16T17:07:54.032Z Downloaded libc v0.2.186
4452026-07-16T17:07:54.114Z Downloaded recursion v0.5.4
4462026-07-16T17:07:54.124Z Downloaded ring v0.17.14
4472026-07-16T17:07:54.185Z Compiling libc v0.2.186
4482026-07-16T17:07:54.185Z Compiling proc-macro2 v1.0.106
4492026-07-16T17:07:54.185Z Compiling unicode-ident v1.0.24
4502026-07-16T17:07:54.188Z Compiling quote v1.0.46
4512026-07-16T17:07:54.188Z Compiling serde_core v1.0.228
4522026-07-16T17:07:54.188Z Compiling cfg-if v1.0.4
4532026-07-16T17:07:54.188Z Compiling memchr v2.8.3
4542026-07-16T17:07:54.320Z Compiling once_cell v1.21.4
4552026-07-16T17:07:54.410Z Compiling log v0.4.33
4562026-07-16T17:07:54.479Z Compiling pin-project-lite v0.2.17
4572026-07-16T17:07:54.571Z Compiling itoa v1.0.18
4582026-07-16T17:07:54.584Z Compiling serde v1.0.228
4592026-07-16T17:07:54.717Z Compiling smallvec v1.15.2
4602026-07-16T17:07:54.815Z Compiling futures-core v0.3.32
4612026-07-16T17:07:54.947Z Compiling bitflags v2.13.1
4622026-07-16T17:07:54.977Z Compiling find-msvc-tools v0.1.9
4632026-07-16T17:07:54.977Z Compiling shlex v2.0.1
4642026-07-16T17:07:55.164Z Compiling hashbrown v0.17.1
4652026-07-16T17:07:55.206Z Compiling errno v0.3.14
4662026-07-16T17:07:55.283Z Compiling equivalent v1.0.2
4672026-07-16T17:07:55.343Z Compiling signal-hook-registry v1.4.8
4682026-07-16T17:07:55.367Z Compiling jobserver v0.1.35
4692026-07-16T17:07:55.379Z Compiling bytes v1.12.1
4702026-07-16T17:07:55.520Z Compiling mio v1.2.2
4712026-07-16T17:07:55.602Z Compiling syn v2.0.119
4722026-07-16T17:07:55.664Z Compiling cc v1.2.67
4732026-07-16T17:07:55.690Z Compiling futures-sink v0.3.32
4742026-07-16T17:07:55.797Z Compiling rustix v1.1.4
4752026-07-16T17:07:55.846Z Compiling socket2 v0.6.5
4762026-07-16T17:07:55.897Z Compiling slab v0.4.12
4772026-07-16T17:07:56.100Z Compiling zmij v1.0.23
4782026-07-16T17:07:56.225Z Compiling futures-channel v0.3.32
4792026-07-16T17:07:56.259Z Compiling tracing-core v0.1.36
4802026-07-16T17:07:56.448Z Compiling version_check v0.9.5
4812026-07-16T17:07:56.481Z Compiling serde_json v1.0.150
4822026-07-16T17:07:56.651Z Compiling indexmap v2.14.0
4832026-07-16T17:07:56.756Z Compiling getrandom v0.4.3
4842026-07-16T17:07:56.792Z Compiling futures-task v0.3.32
4852026-07-16T17:07:56.935Z Compiling futures-io v0.3.32
4862026-07-16T17:07:57.049Z Compiling camino v1.2.4
4872026-07-16T17:07:57.066Z Compiling unicode-width v0.2.2
4882026-07-16T17:07:57.129Z Compiling percent-encoding v2.3.2
4892026-07-16T17:07:57.428Z Compiling ring v0.17.14
4902026-07-16T17:07:57.469Z Compiling http v1.4.2
4912026-07-16T17:07:57.484Z Compiling adler2 v2.0.1
4922026-07-16T17:07:57.512Z Compiling autocfg v1.5.1
4932026-07-16T17:07:57.573Z Compiling zeroize v1.9.0
4942026-07-16T17:07:57.651Z Compiling simd-adler32 v0.3.10
4952026-07-16T17:07:57.885Z Compiling num-traits v0.2.19
4962026-07-16T17:07:58.137Z Compiling miniz_oxide v0.8.9
4972026-07-16T17:07:58.343Z Compiling getrandom v0.3.4
4982026-07-16T17:07:58.416Z Compiling object v0.37.3
4992026-07-16T17:07:58.571Z Compiling target-lexicon v0.13.5
5002026-07-16T17:07:58.702Z Compiling zerocopy v0.8.54
5012026-07-16T17:07:58.817Z Compiling http-body v1.1.0
5022026-07-16T17:07:59.127Z Compiling rustls-pki-types v1.15.0
5032026-07-16T17:07:59.145Z Compiling form_urlencoded v1.2.2
5042026-07-16T17:07:59.155Z Compiling semver v1.0.28
5052026-07-16T17:07:59.280Z Compiling serde_derive v1.0.228
5062026-07-16T17:07:59.411Z Compiling tokio-macros v2.7.0
5072026-07-16T17:07:59.431Z Compiling futures-macro v0.3.32
5082026-07-16T17:07:59.633Z Compiling tracing-attributes v0.1.31
5092026-07-16T17:07:59.754Z Compiling getrandom v0.2.17
5102026-07-16T17:07:59.803Z Compiling gimli v0.32.3
5112026-07-16T17:07:59.945Z Compiling owo-colors v4.3.0
5122026-07-16T17:07:59.995Z Compiling guppy-workspace-hack v0.1.0
5132026-07-16T17:08:00.159Z Compiling tokio v1.52.4
5142026-07-16T17:08:00.222Z Compiling signal-hook v0.3.18
5152026-07-16T17:08:00.273Z Compiling futures-util v0.3.32
5162026-07-16T17:08:00.284Z Compiling utf8_iter v1.0.4
5172026-07-16T17:08:00.447Z Compiling thiserror v2.0.18
5182026-07-16T17:08:00.457Z Compiling idna_adapter v1.0.0
5192026-07-16T17:08:00.557Z Compiling untrusted v0.9.0
5202026-07-16T17:08:00.685Z Compiling httparse v1.10.1
5212026-07-16T17:08:00.791Z Compiling fnv v1.0.7
5222026-07-16T17:08:00.852Z Compiling tracing v0.1.44
5232026-07-16T17:08:01.084Z Compiling idna v1.1.0
5242026-07-16T17:08:01.170Z Compiling thiserror-impl v2.0.18
5252026-07-16T17:08:01.941Z Compiling addr2line v0.25.1
5262026-07-16T17:08:02.717Z Compiling generic-array v0.14.7
5272026-07-16T17:08:02.730Z Compiling tower-service v0.3.3
5282026-07-16T17:08:02.832Z Compiling pkg-config v0.3.33
5292026-07-16T17:08:02.962Z Compiling try-lock v0.2.5
5302026-07-16T17:08:02.967Z Compiling thiserror v1.0.69
5312026-07-16T17:08:02.994Z Compiling rustc-demangle v0.1.28
5322026-07-16T17:08:03.076Z Compiling rustls v0.23.42
5332026-07-16T17:08:03.301Z Compiling atomic-waker v1.1.2
5342026-07-16T17:08:03.307Z Compiling target-spec v3.6.0
5352026-07-16T17:08:03.308Z Compiling typeid v1.0.3
5362026-07-16T17:08:03.403Z Compiling fastrand v2.4.1
5372026-07-16T17:08:03.609Z Compiling tempfile v3.27.0
5382026-07-16T17:08:03.736Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5392026-07-16T17:08:03.816Z Compiling want v0.3.1
5402026-07-16T17:08:04.015Z Compiling cfg-expr v0.20.8
5412026-07-16T17:08:04.136Z Compiling url v2.5.8
5422026-07-16T17:08:04.179Z Compiling tokio-util v0.7.18
5432026-07-16T17:08:04.973Z Compiling h2 v0.4.15
5442026-07-16T17:08:05.412Z Compiling backtrace v0.3.76
5452026-07-16T17:08:05.723Z Compiling thiserror-impl v1.0.69
5462026-07-16T17:08:05.941Z Compiling terminal_size v0.4.4
5472026-07-16T17:08:06.043Z Compiling aho-corasick v1.1.4
5482026-07-16T17:08:06.098Z Compiling subtle v2.6.1
5492026-07-16T17:08:06.257Z Compiling typenum v1.20.1
5502026-07-16T17:08:06.612Z Compiling rustls-webpki v0.103.13
5512026-07-16T17:08:06.885Z Compiling erased-serde v0.4.10
5522026-07-16T17:08:06.958Z Compiling regex-syntax v0.8.11
5532026-07-16T17:08:07.193Z Compiling winnow v0.7.15
5542026-07-16T17:08:09.156Z Compiling regex-automata v0.4.16
5552026-07-16T17:08:09.186Z Compiling hyper v1.10.1
5562026-07-16T17:08:11.681Z Compiling toml_datetime v0.6.11
5572026-07-16T17:08:12.061Z Compiling serde_spanned v0.6.9
5582026-07-16T17:08:12.235Z Compiling ahash v0.8.12
5592026-07-16T17:08:12.491Z Compiling sync_wrapper v1.0.2
5602026-07-16T17:08:12.610Z Compiling base64 v0.22.1
5612026-07-16T17:08:12.939Z Compiling portable-atomic v1.13.1
5622026-07-16T17:08:13.089Z Compiling toml_write v0.1.2
5632026-07-16T17:08:13.109Z Compiling unicode-linebreak v0.1.5
5642026-07-16T17:08:13.342Z Compiling parking_lot_core v0.9.12
5652026-07-16T17:08:13.386Z Compiling nextest-workspace-hack v0.1.0
5662026-07-16T17:08:13.421Z Compiling lazy_static v1.5.0
5672026-07-16T17:08:13.509Z Compiling is_ci v1.2.0
5682026-07-16T17:08:13.619Z Compiling crc32fast v1.5.0
5692026-07-16T17:08:13.633Z Compiling tower-layer v0.3.3
5702026-07-16T17:08:13.696Z Compiling foldhash v0.1.5
5712026-07-16T17:08:13.844Z Compiling unicode-segmentation v1.13.3
5722026-07-16T17:08:13.934Z Compiling ipnet v2.12.0
5732026-07-16T17:08:13.948Z Compiling either v1.16.0
5742026-07-16T17:08:14.180Z Compiling convert_case v0.10.0
5752026-07-16T17:08:14.236Z Compiling hyper-util v0.1.20
5762026-07-16T17:08:14.420Z Compiling hashbrown v0.15.5
5772026-07-16T17:08:14.440Z Compiling tower v0.5.3
5782026-07-16T17:08:14.460Z Compiling supports-color v3.0.2
5792026-07-16T17:08:14.717Z Compiling sharded-slab v0.1.7
5802026-07-16T17:08:15.060Z Compiling textwrap v0.16.2
5812026-07-16T17:08:15.104Z Compiling toml_edit v0.22.27
5822026-07-16T17:08:15.170Z Compiling tokio-rustls v0.26.4
5832026-07-16T17:08:15.468Z Compiling backtrace-ext v0.2.1
5842026-07-16T17:08:15.709Z Compiling ordered-float v2.10.1
5852026-07-16T17:08:15.990Z Compiling webpki-roots v1.0.8
5862026-07-16T17:08:16.019Z Compiling miette-derive v7.6.0
5872026-07-16T17:08:16.109Z Compiling pathdiff v0.2.3
5882026-07-16T17:08:16.234Z Compiling console v0.15.11
5892026-07-16T17:08:16.479Z Compiling tracing-log v0.2.0
5902026-07-16T17:08:16.839Z Compiling cargo-platform v0.3.3
5912026-07-16T17:08:16.902Z Compiling os_pipe v1.2.3
5922026-07-16T17:08:17.078Z Compiling thread_local v1.1.10
5932026-07-16T17:08:17.130Z Compiling rustix v0.38.44
5942026-07-16T17:08:17.446Z Compiling utf8parse v0.2.2
5952026-07-16T17:08:17.504Z Compiling ryu v1.0.23
5962026-07-16T17:08:17.559Z Compiling winnow v1.0.4
5972026-07-16T17:08:17.585Z Compiling zstd-safe v7.2.4
5982026-07-16T17:08:17.755Z Compiling fixedbitset v0.5.7
5992026-07-16T17:08:17.787Z Compiling supports-unicode v3.0.0
6002026-07-16T17:08:17.834Z Compiling pulldown-cmark v0.13.4
6012026-07-16T17:08:17.958Z Compiling cfg_aliases v0.2.2
6022026-07-16T17:08:18.027Z Compiling scopeguard v1.2.0
6032026-07-16T17:08:18.081Z Compiling debug-ignore v1.0.5
6042026-07-16T17:08:18.137Z Compiling unicode-width v0.1.14
6052026-07-16T17:08:18.186Z Compiling supports-hyperlinks v3.2.0
6062026-07-16T17:08:18.285Z Compiling lock_api v0.4.14
6072026-07-16T17:08:18.410Z Compiling miette v7.6.0
6082026-07-16T17:08:18.459Z Compiling nix v0.30.1
6092026-07-16T17:08:18.527Z Compiling petgraph v0.8.3
6102026-07-16T17:08:18.870Z Compiling toml_parser v1.1.2+spec-1.1.0
6112026-07-16T17:08:19.097Z Compiling serde_urlencoded v0.7.1
6122026-07-16T17:08:19.376Z Compiling anstyle-parse v1.0.0
6132026-07-16T17:08:19.689Z Compiling tracing-subscriber v0.3.23
6142026-07-16T17:08:20.192Z Compiling cargo_metadata v0.23.1
6152026-07-16T17:08:20.505Z Compiling sigchld v0.2.4
6162026-07-16T17:08:20.702Z Compiling toml v0.8.23
6172026-07-16T17:08:20.717Z Compiling hyper-rustls v0.27.9
6182026-07-16T17:08:21.388Z Compiling serde-value v0.7.0
6192026-07-16T17:08:22.191Z Compiling serde-untagged v0.1.9
6202026-07-16T17:08:22.786Z Compiling tower-http v0.6.11
6212026-07-16T17:08:23.450Z Compiling derive_more-impl v2.1.1
6222026-07-16T17:08:23.490Z Compiling itertools v0.14.0
6232026-07-16T17:08:23.507Z Compiling regex v1.13.1
6242026-07-16T17:08:23.541Z Compiling block-buffer v0.10.4
6252026-07-16T17:08:23.691Z Compiling crypto-common v0.1.7
6262026-07-16T17:08:23.829Z Compiling ppv-lite86 v0.2.21
6272026-07-16T17:08:24.170Z Compiling rand_core v0.9.5
6282026-07-16T17:08:24.274Z Compiling futures-executor v0.3.32
6292026-07-16T17:08:24.412Z Compiling pin-project-internal v1.1.13
6302026-07-16T17:08:24.482Z Compiling http-body-util v0.1.4
6312026-07-16T17:08:24.778Z Compiling uuid v1.24.0
6322026-07-16T17:08:24.806Z Compiling serde_spanned v1.1.1
6332026-07-16T17:08:24.922Z Compiling smol_str v0.3.6
6342026-07-16T17:08:24.949Z Compiling toml_datetime v1.1.1+spec-1.1.0
6352026-07-16T17:08:24.982Z Compiling filetime v0.2.29
6362026-07-16T17:08:25.195Z Compiling vte v0.14.1
6372026-07-16T17:08:25.265Z Compiling bstr v1.13.0
6382026-07-16T17:08:25.306Z Compiling colorchoice v1.0.5
6392026-07-16T17:08:25.416Z Compiling eyre v0.6.12
6402026-07-16T17:08:25.421Z Compiling anstyle-query v1.1.5
6412026-07-16T17:08:25.446Z Compiling unicode-xid v0.2.6
6422026-07-16T17:08:25.474Z Compiling color-spantrace v0.3.0
6432026-07-16T17:08:25.521Z Compiling iana-time-zone v0.1.65
6442026-07-16T17:08:25.551Z Compiling xattr v1.6.1
6452026-07-16T17:08:25.582Z Compiling litrs v1.0.0
6462026-07-16T17:08:25.731Z Compiling tinyvec_macros v0.1.1
6472026-07-16T17:08:25.751Z Compiling unicase v2.9.0
6482026-07-16T17:08:25.785Z Compiling static_assertions v1.1.0
6492026-07-16T17:08:25.803Z Compiling number_prefix v0.4.0
6502026-07-16T17:08:25.859Z Compiling anstyle v1.0.14
6512026-07-16T17:08:25.865Z Compiling nested v0.1.1
6522026-07-16T17:08:25.923Z Compiling self_update v0.42.0
6532026-07-16T17:08:25.961Z Compiling is_terminal_polyfill v1.70.2
6542026-07-16T17:08:26.018Z Compiling document-features v0.2.12
6552026-07-16T17:08:26.051Z Compiling anstream v1.0.0
6562026-07-16T17:08:26.059Z Compiling guppy v0.17.26
6572026-07-16T17:08:26.119Z Compiling indicatif v0.17.11
6582026-07-16T17:08:26.235Z Compiling tinyvec v1.12.0
6592026-07-16T17:08:26.609Z Compiling globset v0.4.19
6602026-07-16T17:08:26.683Z Compiling tar v0.4.46
6612026-07-16T17:08:26.835Z Compiling chrono v0.4.45
6622026-07-16T17:08:27.667Z Compiling cargo-util-schemas v0.2.0
6632026-07-16T17:08:28.876Z Compiling pin-project v1.1.13
6642026-07-16T17:08:28.980Z Compiling strip-ansi-escapes v0.2.1
6652026-07-16T17:08:29.199Z Compiling toml v1.1.3+spec-1.1.0
6662026-07-16T17:08:29.257Z Compiling nextest-metadata v0.12.2
6672026-07-16T17:08:29.473Z Compiling newtype-uuid v1.3.2
6682026-07-16T17:08:29.663Z Compiling reqwest v0.12.28
6692026-07-16T17:08:29.883Z Compiling futures v0.3.32
6702026-07-16T17:08:29.967Z Compiling rand_chacha v0.9.0
6712026-07-16T17:08:30.110Z Compiling derive_more v2.1.1
6722026-07-16T17:08:30.191Z Compiling digest v0.10.7
6732026-07-16T17:08:30.239Z Compiling flate2 v1.1.9
6742026-07-16T17:08:30.417Z Compiling parking_lot v0.12.5
6752026-07-16T17:08:30.522Z Compiling tracing-error v0.2.1
6762026-07-16T17:08:30.768Z Compiling shared_child v1.1.1
6772026-07-16T17:08:31.453Z Compiling signal-hook-mio v0.2.5
6782026-07-16T17:08:31.474Z Compiling self-replace v1.5.0
6792026-07-16T17:08:31.491Z Compiling cargo-platform v0.2.0
6802026-07-16T17:08:31.746Z Compiling quick-xml v0.37.5
6812026-07-16T17:08:32.052Z Compiling quick-xml v0.38.4
6822026-07-16T17:08:32.368Z Compiling indenter v0.3.4
6832026-07-16T17:08:32.381Z Compiling shell-words v1.1.1
6842026-07-16T17:08:32.498Z Compiling strsim v0.11.1
6852026-07-16T17:08:32.897Z Compiling urlencoding v2.1.3
6862026-07-16T17:08:33.158Z Compiling humantime v2.4.0
6872026-07-16T17:08:33.279Z Compiling clap_lex v1.1.0
6882026-07-16T17:08:33.323Z Compiling recursion v0.5.4
6892026-07-16T17:08:33.462Z Compiling heck v0.5.0
6902026-07-16T17:08:33.569Z Compiling cpufeatures v0.2.17
6912026-07-16T17:08:33.636Z Compiling sha2 v0.10.9
6922026-07-16T17:08:33.647Z Compiling nextest-filtering v0.15.0
6932026-07-16T17:08:33.665Z Compiling clap_derive v4.6.1
6942026-07-16T17:08:33.694Z Compiling clap_builder v4.6.2
6952026-07-16T17:08:34.441Z Compiling humantime-serde v1.1.1
6962026-07-16T17:08:34.852Z Compiling quick-junit v0.5.2
6972026-07-16T17:08:35.962Z Compiling cargo_metadata v0.20.0
6982026-07-16T17:08:37.631Z Compiling atomicwrites v0.4.4
6992026-07-16T17:08:37.924Z Compiling cargo-nextest v0.9.97
7002026-07-16T17:08:37.982Z Compiling crossterm v0.29.0
7012026-07-16T17:08:39.133Z Compiling duct v0.13.7
7022026-07-16T17:08:40.212Z Compiling rand v0.9.5
7032026-07-16T17:08:40.589Z Compiling zstd v0.13.3
7042026-07-16T17:08:40.870Z Compiling async-scoped v0.9.0
7052026-07-16T17:08:41.040Z Compiling config v0.15.25
7062026-07-16T17:08:41.051Z Compiling unicode-normalization v0.1.25
7072026-07-16T17:08:41.051Z Compiling target-spec-miette v0.4.8
7082026-07-16T17:08:41.088Z Compiling future-queue v0.4.0
7092026-07-16T17:08:41.167Z Compiling mukti-metadata v0.3.0
7102026-07-16T17:08:41.235Z Compiling tokio-stream v0.1.18
7112026-07-16T17:08:41.342Z Compiling camino-tempfile v1.4.1
7122026-07-16T17:08:41.480Z Compiling derive-where v1.6.1
7132026-07-16T17:08:41.611Z Compiling serde_path_to_error v0.1.20
7142026-07-16T17:08:41.658Z Compiling serde_ignored v0.1.14
7152026-07-16T17:08:41.761Z Compiling hex v0.4.3
7162026-07-16T17:08:41.785Z Compiling swrite v0.1.0
7172026-07-16T17:08:41.885Z Compiling indent_write v2.2.0
7182026-07-16T17:08:41.898Z Compiling home v0.5.12
7192026-07-16T17:08:42.049Z Compiling xxhash-rust v0.8.17
7202026-07-16T17:08:42.059Z Compiling color-eyre v0.6.5
7212026-07-16T17:08:42.085Z Compiling clap v4.6.2
7222026-07-16T17:08:42.156Z Compiling dialoguer v0.11.0
7232026-07-16T17:08:46.294Z Compiling enable-ansi-support v0.2.1
7242026-07-16T17:08:46.294Z Compiling nextest-runner v0.80.0
7252026-07-16T17:09:01.121Z Finished `release` profile [optimized] target(s) in 1m 10s
7262026-07-16T17:09:01.301Z Installing /home/build/.cargo/bin/cargo-nextest
7272026-07-16T17:09:01.303Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7282026-07-16T17:09:01.421Z+ source .github/buildomat/test-common.sh
7292026-07-16T17:09:01.426Z++ NEXTEST_VERSION=0.9.97
7302026-07-16T17:09:01.426Z++ PLATFORM=illumos
7312026-07-16T17:09:01.426Z++ banner install
7322026-07-16T17:09:01.426Z
7332026-07-16T17:09:01.426Z # # # #### ##### ## # #
7342026-07-16T17:09:01.427Z # ## # # # # # # #
7352026-07-16T17:09:01.427Z # # # # #### # # # # #
7362026-07-16T17:09:01.427Z # # # # # # ###### # #
7372026-07-16T17:09:01.427Z # # ## # # # # # # #
7382026-07-16T17:09:01.427Z # # # #### # # # ###### ######
7392026-07-16T17:09:01.427Z
7402026-07-16T17:09:01.427Z++ set +o errexit
7412026-07-16T17:09:01.427Z++ pkg info clang-15
7422026-07-16T17:09:01.427Z++ grep -qi installed
7432026-07-16T17:09:02.608Zpkg: info: no packages matching the following patterns you specified are
7442026-07-16T17:09:02.608Zinstalled on the system. Try querying remotely instead:
7452026-07-16T17:09:02.608Z
7462026-07-16T17:09:02.608Z clang-15
7472026-07-16T17:09:02.647Z++ [[ 1 != 0 ]]
7482026-07-16T17:09:02.650Z++ set -o errexit
7492026-07-16T17:09:02.650Z++ pfexec pkg install clang-15
7502026-07-16T17:09:09.997Z Startup: Refreshing catalog 'helios-dev' ... Done
7512026-07-16T17:09:17.784Z Startup: Caching catalogs ... Done
7522026-07-16T17:09:25.286ZPlanning: Solver setup ... Done
7532026-07-16T17:09:25.329ZPlanning: Running solver ... Done
7542026-07-16T17:09:25.483ZPlanning: Finding local manifests ... Done
7552026-07-16T17:09:25.495ZPlanning: Fetching manifests: 0/2 0% complete
7562026-07-16T17:09:25.577ZPlanning: Fetching manifests: 2/2 100% complete
7572026-07-16T17:09:25.608ZPlanning: Package planning ... Done
7582026-07-16T17:09:25.634ZPlanning: Merging actions ... Done
7592026-07-16T17:09:25.747ZPlanning: Checking for conflicting actions ... Done
7602026-07-16T17:09:25.753ZPlanning: Consolidating action changes ... Done
7612026-07-16T17:09:26.529ZPlanning: Evaluating mediators ... Done
7622026-07-16T17:09:26.534ZPlanning: Planning completed in 8.57 seconds
7632026-07-16T17:09:26.547Z Packages to install: 2
7642026-07-16T17:09:26.547Z Mediators to change: 2
7652026-07-16T17:09:26.550Z Services to change: 1
7662026-07-16T17:09:26.550Z Create boot environment: No
7672026-07-16T17:09:26.551ZCreate backup boot environment: No
7682026-07-16T17:09:26.588Z
7692026-07-16T17:09:26.589ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7702026-07-16T17:09:31.705ZDownload: 981/3076 items 82.2/211.3MB 38% complete (21.7M/s)
7712026-07-16T17:09:39.233ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (12.2M/s)
7722026-07-16T17:09:41.663ZDownload: Completed 211.31 MB in 15.07 seconds (14.0M/s)
7732026-07-16T17:09:41.909Z Actions: 1/3418 actions (Installing new actions)
7742026-07-16T17:09:45.081Z Actions: Completed 3418 actions in 3.17 seconds.
7752026-07-16T17:09:45.761Z Done
7762026-07-16T17:09:45.761Z Done
7772026-07-16T17:09:46.516Z Done
7782026-07-16T17:09:49.986Z Done
7792026-07-16T17:09:50.059Z Done
7802026-07-16T17:09:50.063Z Done
7812026-07-16T17:09:50.253Z Done
7822026-07-16T17:09:50.974Z++ set -o errexit
7832026-07-16T17:09:50.974Z++ cargo --version
7842026-07-16T17:09:50.983Zcargo 1.96.1 (356927216 2026-06-26)
7852026-07-16T17:09:50.987Z++ rustc --version
7862026-07-16T17:09:51.005Zrustc 1.96.1 (31fca3adb 2026-06-26)
7872026-07-16T17:09:51.008Z++ cargo install cargo-nextest --version 0.9.97
7882026-07-16T17:09:51.059Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7892026-07-16T17:09:51.062Z+ pushd rdb
7902026-07-16T17:09:51.062Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7912026-07-16T17:09:51.062Z+ PROPTEST_CASES=1000000
7922026-07-16T17:09:51.062Z+ cargo nextest run --lib proptest
7932026-07-16T17:09:51.224Z Updating git repository `https://github.com/oxidecomputer/falcon`
7942026-07-16T17:09:51.871ZFrom https://github.com/oxidecomputer/falcon
7952026-07-16T17:09:51.871Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7962026-07-16T17:09:51.948Z Updating crates.io index
7972026-07-16T17:09:51.951Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7982026-07-16T17:09:52.363ZFrom https://github.com/oxidecomputer/dendrite
7992026-07-16T17:09:52.363Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
8002026-07-16T17:09:52.397Z Updating git repository `https://github.com/oxidecomputer/ispf`
8012026-07-16T17:09:52.660ZFrom https://github.com/oxidecomputer/ispf
8022026-07-16T17:09:52.660Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8032026-07-16T17:09:52.666Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8042026-07-16T17:09:53.010ZFrom https://github.com/oxidecomputer/netadm-sys
8052026-07-16T17:09:53.010Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8062026-07-16T17:09:53.017Z Updating git repository `https://github.com/oxidecomputer/omicron`
8072026-07-16T17:09:59.166ZFrom https://github.com/oxidecomputer/omicron
8082026-07-16T17:09:59.166Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8092026-07-16T17:09:59.593Z Updating git repository `https://github.com/oxidecomputer/opte`
8102026-07-16T17:10:00.343ZFrom https://github.com/oxidecomputer/opte
8112026-07-16T17:10:00.343Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8122026-07-16T17:10:00.375Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8132026-07-16T17:10:00.859ZFrom https://github.com/oxidecomputer/slog-error-chain
8142026-07-16T17:10:00.859Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8152026-07-16T17:10:00.871Z Updating git repository `https://github.com/illumos/smf-rs`
8162026-07-16T17:10:01.111ZFrom https://github.com/illumos/smf-rs
8172026-07-16T17:10:01.111Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8182026-07-16T17:10:01.122Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8192026-07-16T17:10:01.391ZFrom https://github.com/oxidecomputer/network-interface
8202026-07-16T17:10:01.391Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8212026-07-16T17:10:01.397Z Updating git repository `https://github.com/oxidecomputer/zone`
8222026-07-16T17:10:01.680ZFrom https://github.com/oxidecomputer/zone
8232026-07-16T17:10:01.680Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8242026-07-16T17:10:01.686Z Updating git repository `https://github.com/oxidecomputer/propolis`
8252026-07-16T17:10:02.370ZFrom https://github.com/oxidecomputer/propolis
8262026-07-16T17:10:02.370Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8272026-07-16T17:10:02.415Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8282026-07-16T17:10:02.961ZFrom https://github.com/oxidecomputer/transceiver-control
8292026-07-16T17:10:02.961Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8302026-07-16T17:10:02.981Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8312026-07-16T17:10:03.269ZFrom https://github.com/oxidecomputer/dlpi-sys
8322026-07-16T17:10:03.270Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8332026-07-16T17:10:03.280Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8342026-07-16T17:10:03.596ZFrom https://github.com/jmesmon/rust-libzfs
8352026-07-16T17:10:03.596Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8362026-07-16T17:10:03.604Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8372026-07-16T17:10:03.882ZFrom https://github.com/oxidecomputer/rusty-doors
8382026-07-16T17:10:03.882Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8392026-07-16T17:10:03.891Z Updating git repository `https://github.com/oxidecomputer/lldp`
8402026-07-16T17:10:04.218ZFrom https://github.com/oxidecomputer/lldp
8412026-07-16T17:10:04.219Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8422026-07-16T17:10:04.231Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8432026-07-16T17:10:04.517ZFrom https://github.com/oxidecomputer/tufaceous
8442026-07-16T17:10:04.517Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8452026-07-16T17:10:04.538Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8462026-07-16T17:10:05.029ZFrom https://github.com/oxidecomputer/management-gateway-service
8472026-07-16T17:10:05.029Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8482026-07-16T17:10:05.044Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-07-16T17:10:05.864ZFrom https://github.com/oxidecomputer/crucible
8502026-07-16T17:10:05.864Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8512026-07-16T17:10:05.911Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8522026-07-16T17:10:06.167ZFrom https://github.com/oxidecomputer/serde_human_bytes
8532026-07-16T17:10:06.167Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8542026-07-16T17:10:06.181Z Updating git repository `https://github.com/oxidecomputer/propolis`
8552026-07-16T17:10:06.644ZFrom https://github.com/oxidecomputer/propolis
8562026-07-16T17:10:06.644Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8572026-07-16T17:10:06.683Z Updating git repository `https://github.com/oxidecomputer/crucible`
8582026-07-16T17:10:07.205ZFrom https://github.com/oxidecomputer/crucible
8592026-07-16T17:10:07.205Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8602026-07-16T17:10:07.272Z Updating git repository `https://github.com/oxidecomputer/tofino`
8612026-07-16T17:10:07.635ZFrom https://github.com/oxidecomputer/tofino
8622026-07-16T17:10:07.635Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8632026-07-16T17:10:07.639Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8642026-07-16T17:10:08.510ZFrom https://github.com/oxidecomputer/maghemite
8652026-07-16T17:10:08.510Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8662026-07-16T17:10:08.543Z Updating git repository `https://github.com/oxidecomputer/clickward`
8672026-07-16T17:10:08.811ZFrom https://github.com/oxidecomputer/clickward
8682026-07-16T17:10:08.813Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8692026-07-16T17:10:08.820Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8702026-07-16T17:10:09.207ZFrom https://github.com/oxidecomputer/illumos-devinfo
8712026-07-16T17:10:09.207Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8722026-07-16T17:10:10.278Z Downloading crates ...
8732026-07-16T17:10:10.365Z Downloaded aead v0.5.2
8742026-07-16T17:10:10.373Z Downloaded cipher v0.4.4
8752026-07-16T17:10:10.376Z Downloaded cmake v0.1.58
8762026-07-16T17:10:10.376Z Downloaded bit-vec v0.8.0
8772026-07-16T17:10:10.380Z Downloaded crossbeam-epoch v0.9.18
8782026-07-16T17:10:10.383Z Downloaded chacha20 v0.9.1
8792026-07-16T17:10:10.383Z Downloaded data-encoding v2.11.0
8802026-07-16T17:10:10.386Z Downloaded ciborium-io v0.2.2
8812026-07-16T17:10:10.389Z Downloaded cobs v0.3.0
8822026-07-16T17:10:10.393Z Downloaded dtrace-parser v0.2.0
8832026-07-16T17:10:10.396Z Downloaded heck v0.4.1
8842026-07-16T17:10:10.396Z Downloaded fxhash v0.2.1
8852026-07-16T17:10:10.400Z Downloaded cc v1.2.63
8862026-07-16T17:10:10.405Z Downloaded async-recursion v1.1.1
8872026-07-16T17:10:10.409Z Downloaded hostname v0.3.1
8882026-07-16T17:10:10.409Z Downloaded dunce v1.0.5
8892026-07-16T17:10:10.409Z Downloaded cfg_aliases v0.2.1
8902026-07-16T17:10:10.410Z Downloaded block-buffer v0.12.0
8912026-07-16T17:10:10.413Z Downloaded bit-set v0.8.0
8922026-07-16T17:10:10.413Z Downloaded getrandom v0.4.2
8932026-07-16T17:10:10.414Z Downloaded float-ord v0.3.2
8942026-07-16T17:10:10.414Z Downloaded backoff v0.4.0
8952026-07-16T17:10:10.420Z Downloaded arrayref v0.3.9
8962026-07-16T17:10:10.423Z Downloaded hmac v0.12.1
8972026-07-16T17:10:10.423Z Downloaded git-stub v1.0.0
8982026-07-16T17:10:10.427Z Downloaded foreign-types-macros v0.2.3
8992026-07-16T17:10:10.427Z Downloaded colored v3.1.1
9002026-07-16T17:10:10.427Z Downloaded hostname v0.4.2
9012026-07-16T17:10:10.430Z Downloaded hubpack v0.1.2
9022026-07-16T17:10:10.430Z Downloaded gethostname v0.5.0
9032026-07-16T17:10:10.430Z Downloaded fixedbitset v0.4.2
9042026-07-16T17:10:10.431Z Downloaded chacha20 v0.10.0
9052026-07-16T17:10:10.434Z Downloaded http-body v1.0.1
9062026-07-16T17:10:10.434Z Downloaded foreign-types-shared v0.3.1
9072026-07-16T17:10:10.434Z Downloaded base16ct v1.0.0
9082026-07-16T17:10:10.439Z Downloaded cargo_toml v0.22.3
9092026-07-16T17:10:10.439Z Downloaded byteorder v1.5.0
9102026-07-16T17:10:10.439Z Downloaded bitflags v1.3.2
9112026-07-16T17:10:10.442Z Downloaded crunchy v0.2.4
9122026-07-16T17:10:10.442Z Downloaded hubpack_derive v0.1.1
9132026-07-16T17:10:10.442Z Downloaded httpdate v1.0.3
9142026-07-16T17:10:10.442Z Downloaded convert_case v0.4.0
9152026-07-16T17:10:10.446Z Downloaded async-stream-impl v0.3.6
9162026-07-16T17:10:10.450Z Downloaded glob v0.3.3
9172026-07-16T17:10:10.450Z Downloaded ciborium-ll v0.2.2
9182026-07-16T17:10:10.450Z Downloaded darling_macro v0.21.3
9192026-07-16T17:10:10.453Z Downloaded crc8 v0.1.1
9202026-07-16T17:10:10.453Z Downloaded compression-codecs v0.4.38
9212026-07-16T17:10:10.453Z Downloaded enum-as-inner v0.6.1
9222026-07-16T17:10:10.453Z Downloaded bs58 v0.5.1
9232026-07-16T17:10:10.457Z Downloaded base16ct v0.2.0
9242026-07-16T17:10:10.457Z Downloaded byte-wrapper v0.1.0
9252026-07-16T17:10:10.457Z Downloaded cstr-argument v0.1.2
9262026-07-16T17:10:10.462Z Downloaded crucible-workspace-hack v0.1.0
9272026-07-16T17:10:10.462Z Downloaded async-stream v0.3.6
9282026-07-16T17:10:10.462Z Downloaded erased-serde v0.3.31
9292026-07-16T17:10:10.465Z Downloaded dof v0.4.0
9302026-07-16T17:10:10.465Z Downloaded crypto-common v0.2.2
9312026-07-16T17:10:10.465Z Downloaded const-random v0.1.18
9322026-07-16T17:10:10.470Z Downloaded compression-core v0.4.32
9332026-07-16T17:10:10.470Z Downloaded darling_macro v0.23.0
9342026-07-16T17:10:10.478Z Downloaded foreign-types v0.5.0
9352026-07-16T17:10:10.478Z Downloaded const-random-macro v0.1.16
9362026-07-16T17:10:10.482Z Downloaded globset v0.4.18
9372026-07-16T17:10:10.482Z Downloaded anyhow v1.0.103
9382026-07-16T17:10:10.482Z Downloaded defmt-parser v1.0.0
9392026-07-16T17:10:10.489Z Downloaded mime v0.3.17
9402026-07-16T17:10:10.493Z Downloaded memoffset v0.9.1
9412026-07-16T17:10:10.493Z Downloaded dropshot-api-manager-types v0.7.2
9422026-07-16T17:10:10.493Z Downloaded dof v0.3.0
9432026-07-16T17:10:10.493Z Downloaded linked-hash-map v0.5.6
9442026-07-16T17:10:10.496Z Downloaded dtrace-parser v0.3.0
9452026-07-16T17:10:10.496Z Downloaded libscf-sys v1.2.0
9462026-07-16T17:10:10.496Z Downloaded embedded-io v0.6.1
9472026-07-16T17:10:10.496Z Downloaded defmt v0.3.100
9482026-07-16T17:10:10.499Z Downloaded natord v1.0.9
9492026-07-16T17:10:10.500Z Downloaded newtype-uuid-macros v0.1.0
9502026-07-16T17:10:10.500Z Downloaded keccak v0.1.6
9512026-07-16T17:10:10.500Z Downloaded newtype_derive v0.1.6
9522026-07-16T17:10:10.503Z Downloaded macaddr v1.0.1
9532026-07-16T17:10:10.503Z Downloaded idna_adapter v1.2.2
9542026-07-16T17:10:10.503Z Downloaded embedded-io v0.4.0
9552026-07-16T17:10:10.510Z Downloaded hash32 v0.3.1
9562026-07-16T17:10:10.510Z Downloaded daft-derive v0.1.7
9572026-07-16T17:10:10.513Z Downloaded internet-checksum v0.2.1
9582026-07-16T17:10:10.514Z Downloaded argon2 v0.5.3
9592026-07-16T17:10:10.514Z Downloaded is-terminal v0.4.17
9602026-07-16T17:10:10.514Z Downloaded inout v0.1.4
9612026-07-16T17:10:10.514Z Downloaded const_format_proc_macros v0.2.34
9622026-07-16T17:10:10.519Z Downloaded newline-converter v0.3.0
9632026-07-16T17:10:10.519Z Downloaded async-trait v0.1.89
9642026-07-16T17:10:10.519Z Downloaded bcs v0.1.6
9652026-07-16T17:10:10.528Z Downloaded konst_macro_rules v0.2.19
9662026-07-16T17:10:10.528Z Downloaded arrayvec v0.7.6
9672026-07-16T17:10:10.531Z Downloaded instant v0.1.13
9682026-07-16T17:10:10.531Z Downloaded num_threads v0.1.7
9692026-07-16T17:10:10.531Z Downloaded ff v0.13.1
9702026-07-16T17:10:10.531Z Downloaded humantime v2.3.0
9712026-07-16T17:10:10.531Z Downloaded dyn-clone v1.0.20
9722026-07-16T17:10:10.531Z Downloaded constant_time_eq v0.4.2
9732026-07-16T17:10:10.531Z Downloaded allocator-api2 v0.2.21
9742026-07-16T17:10:10.534Z Downloaded derive-ex v0.1.8
9752026-07-16T17:10:10.534Z Downloaded http-body-util v0.1.3
9762026-07-16T17:10:10.538Z Downloaded opaque-debug v0.3.1
9772026-07-16T17:10:10.538Z Downloaded memmap v0.7.0
9782026-07-16T17:10:10.538Z Downloaded match_cfg v0.1.0
9792026-07-16T17:10:10.538Z Downloaded ident_case v1.0.1
9802026-07-16T17:10:10.542Z Downloaded num_enum_derive v0.5.11
9812026-07-16T17:10:10.542Z Downloaded csv-core v0.1.13
9822026-07-16T17:10:10.542Z Downloaded bitflags v2.12.1
9832026-07-16T17:10:10.546Z Downloaded managed v0.8.0
9842026-07-16T17:10:10.546Z Downloaded daft v0.1.7
9852026-07-16T17:10:10.551Z Downloaded chacha20poly1305 v0.10.1
9862026-07-16T17:10:10.551Z Downloaded foldhash v0.2.0
9872026-07-16T17:10:10.556Z Downloaded deranged v0.5.8
9882026-07-16T17:10:10.556Z Downloaded highway v1.3.0
9892026-07-16T17:10:10.559Z Downloaded group v0.13.0
9902026-07-16T17:10:10.559Z Downloaded no-std-compat v0.4.1
9912026-07-16T17:10:10.559Z Downloaded digest v0.11.3
9922026-07-16T17:10:10.566Z Downloaded critical-section v1.2.0
9932026-07-16T17:10:10.566Z Downloaded fs_extra v1.3.0
9942026-07-16T17:10:10.574Z Downloaded omicron-workspace-hack v0.1.0
9952026-07-16T17:10:10.574Z Downloaded plain v0.2.3
9962026-07-16T17:10:10.574Z Downloaded num-iter v0.1.45
9972026-07-16T17:10:10.574Z Downloaded num-derive v0.4.2
9982026-07-16T17:10:10.574Z Downloaded pretty-hex v0.4.2
9992026-07-16T17:10:10.574Z Downloaded olpc-cjson v0.1.4
10002026-07-16T17:10:10.574Z Downloaded potential_utf v0.1.5
10012026-07-16T17:10:10.578Z Downloaded phf_shared v0.12.1
10022026-07-16T17:10:10.578Z Downloaded proc-macro-crate v1.3.1
10032026-07-16T17:10:10.578Z Downloaded parse-display v0.10.0
10042026-07-16T17:10:10.578Z Downloaded multer v3.1.0
10052026-07-16T17:10:10.578Z Downloaded darling v0.21.3
10062026-07-16T17:10:10.578Z Downloaded blake2 v0.10.6
10072026-07-16T17:10:10.582Z Downloaded powerfmt v0.2.0
10082026-07-16T17:10:10.586Z Downloaded num-complex v0.4.6
10092026-07-16T17:10:10.586Z Downloaded ipnetwork v0.21.1
10102026-07-16T17:10:10.586Z Downloaded git-stub-vcs v0.1.0
10112026-07-16T17:10:10.586Z Downloaded clap v4.6.1
10122026-07-16T17:10:10.591Z Downloaded proc-macro-crate v3.5.0
10132026-07-16T17:10:10.597Z Downloaded num_enum v0.7.6
10142026-07-16T17:10:10.602Z Downloaded oxide-tokio-rt v0.1.6
10152026-07-16T17:10:10.602Z Downloaded libsw-core v0.3.2
10162026-07-16T17:10:10.602Z Downloaded parking_lot_core v0.8.6
10172026-07-16T17:10:10.602Z Downloaded progenitor-client v0.14.0
10182026-07-16T17:10:10.611Z Downloaded progenitor-client v0.10.0
10192026-07-16T17:10:10.611Z Downloaded quick-error v1.2.3
10202026-07-16T17:10:10.611Z Downloaded progenitor-macro v0.14.0
10212026-07-16T17:10:10.611Z Downloaded progenitor-macro v0.10.0
10222026-07-16T17:10:10.611Z Downloaded linear-map v1.2.0
10232026-07-16T17:10:10.618Z Downloaded rand_chacha v0.3.1
10242026-07-16T17:10:10.618Z Downloaded num v0.4.3
10252026-07-16T17:10:10.618Z Downloaded darling v0.23.0
10262026-07-16T17:10:10.618Z Downloaded console v0.16.3
10272026-07-16T17:10:10.618Z Downloaded pem v3.0.6
10282026-07-16T17:10:10.626Z Downloaded paste v1.0.15
10292026-07-16T17:10:10.626Z Downloaded ingot v0.1.1
10302026-07-16T17:10:10.626Z Downloaded crossbeam-utils v0.8.21
10312026-07-16T17:10:10.626Z Downloaded num_enum v0.5.11
10322026-07-16T17:10:10.632Z Downloaded port-file v0.1.0
10332026-07-16T17:10:10.632Z Downloaded password-hash v0.5.0
10342026-07-16T17:10:10.632Z Downloaded jobserver v0.1.34
10352026-07-16T17:10:10.632Z Downloaded cookie v0.18.1
10362026-07-16T17:10:10.636Z Downloaded ref-cast-impl v1.0.25
10372026-07-16T17:10:10.636Z Downloaded ref-cast v1.0.25
10382026-07-16T17:10:10.636Z Downloaded litemap v0.8.2
10392026-07-16T17:10:10.636Z Downloaded poly1305 v0.8.0
10402026-07-16T17:10:10.640Z Downloaded progenitor-macro v0.13.0
10412026-07-16T17:10:10.640Z Downloaded num-integer v0.1.46
10422026-07-16T17:10:10.640Z Downloaded proc-macro-error-attr v1.0.4
10432026-07-16T17:10:10.640Z Downloaded proc-macro-error v1.0.4
10442026-07-16T17:10:10.643Z Downloaded rustc-hash v2.1.2
10452026-07-16T17:10:10.644Z Downloaded rand_xorshift v0.4.0
10462026-07-16T17:10:10.647Z Downloaded dropshot_endpoint v0.17.1
10472026-07-16T17:10:10.647Z Downloaded rustc_version v0.1.7
10482026-07-16T17:10:10.648Z Downloaded phf v0.12.1
10492026-07-16T17:10:10.651Z Downloaded num-rational v0.4.2
10502026-07-16T17:10:10.651Z Downloaded proc-macro-error-attr2 v2.0.0
10512026-07-16T17:10:10.651Z Downloaded num-conv v0.2.2
10522026-07-16T17:10:10.651Z Downloaded progenitor v0.13.0
10532026-07-16T17:10:10.655Z Downloaded same-file v1.0.6
10542026-07-16T17:10:10.655Z Downloaded oxnet v0.1.6
10552026-07-16T17:10:10.661Z Downloaded progenitor v0.14.0
10562026-07-16T17:10:10.661Z Downloaded libsw v3.5.0
10572026-07-16T17:10:10.661Z Downloaded parse-display-derive v0.10.0
10582026-07-16T17:10:10.665Z Downloaded ingot-types v0.1.2
10592026-07-16T17:10:10.665Z Downloaded semver v0.1.20
10602026-07-16T17:10:10.665Z Downloaded progenitor-extras v0.2.0
10612026-07-16T17:10:10.665Z Downloaded defmt v1.1.0
10622026-07-16T17:10:10.665Z Downloaded cancel-safe-futures v0.1.5
10632026-07-16T17:10:10.670Z Downloaded sha1 v0.11.0
10642026-07-16T17:10:10.670Z Downloaded serial_test_derive v3.5.0
10652026-07-16T17:10:10.682Z Downloaded serial_test v3.5.0
10662026-07-16T17:10:10.682Z Downloaded serde-big-array v0.5.1
10672026-07-16T17:10:10.682Z Downloaded displaydoc v0.2.6
10682026-07-16T17:10:10.682Z Downloaded bytecount v0.6.9
10692026-07-16T17:10:10.687Z Downloaded backon v1.6.0
10702026-07-16T17:10:10.687Z Downloaded drift v0.2.0
10712026-07-16T17:10:10.687Z Downloaded memmap2 v0.9.10
10722026-07-16T17:10:10.687Z Downloaded diff v0.1.13
10732026-07-16T17:10:10.687Z Downloaded crossbeam-deque v0.8.6
10742026-07-16T17:10:10.693Z Downloaded siphasher v1.0.3
10752026-07-16T17:10:10.693Z Downloaded arc-swap v1.9.1
10762026-07-16T17:10:10.697Z Downloaded slog-envlogger v2.2.0
10772026-07-16T17:10:10.697Z Downloaded slog-bunyan v2.5.0
10782026-07-16T17:10:10.697Z Downloaded ciborium v0.2.2
10792026-07-16T17:10:10.697Z Downloaded progenitor v0.10.0
10802026-07-16T17:10:10.698Z Downloaded secrecy v0.10.3
10812026-07-16T17:10:10.701Z Downloaded spin v0.5.2
10822026-07-16T17:10:10.701Z Downloaded proc-macro-error2 v2.0.1
10832026-07-16T17:10:10.701Z Downloaded scroll_derive v0.13.1
10842026-07-16T17:10:10.701Z Downloaded scroll_derive v0.12.1
10852026-07-16T17:10:10.704Z Downloaded lru-cache v0.1.2
10862026-07-16T17:10:10.705Z Downloaded serde_repr v0.1.20
10872026-07-16T17:10:10.705Z Downloaded sigpipe v0.1.3
10882026-07-16T17:10:10.708Z Downloaded sha1 v0.10.6
10892026-07-16T17:10:10.708Z Downloaded elliptic-curve v0.13.8
10902026-07-16T17:10:10.711Z Downloaded resolv-conf v0.7.6
10912026-07-16T17:10:10.711Z Downloaded ingot-macros v0.1.1
10922026-07-16T17:10:10.715Z Downloaded smawk v0.3.2
10932026-07-16T17:10:10.715Z Downloaded indexmap v1.9.3
10942026-07-16T17:10:10.715Z Downloaded fs-err v3.3.0
10952026-07-16T17:10:10.720Z Downloaded defmt-macros v1.1.0
10962026-07-16T17:10:10.720Z Downloaded strum v0.27.2
10972026-07-16T17:10:10.723Z Downloaded scroll v0.12.0
10982026-07-16T17:10:10.723Z Downloaded derive_more v0.99.20
10992026-07-16T17:10:10.728Z Downloaded num_enum_derive v0.7.6
11002026-07-16T17:10:10.728Z Downloaded hybrid-array v0.4.12
11012026-07-16T17:10:10.728Z Downloaded serde_plain v1.0.2
11022026-07-16T17:10:10.732Z Downloaded half v2.7.1
11032026-07-16T17:10:10.732Z Downloaded serde_derive_internals v0.29.1
11042026-07-16T17:10:10.733Z Downloaded schemars_derive v0.8.22
11052026-07-16T17:10:10.738Z Downloaded progenitor-client v0.13.0
11062026-07-16T17:10:10.738Z Downloaded termtree v0.5.1
11072026-07-16T17:10:10.738Z Downloaded tabwriter v1.4.1
11082026-07-16T17:10:10.738Z Downloaded tabled_derive v0.7.0
11092026-07-16T17:10:10.743Z Downloaded tabled_derive v0.11.0
11102026-07-16T17:10:10.743Z Downloaded take_mut v0.2.2
11112026-07-16T17:10:10.743Z Downloaded quote v1.0.45
11122026-07-16T17:10:10.743Z Downloaded const-oid v0.10.2
11132026-07-16T17:10:10.743Z Downloaded thread-id v5.1.0
11142026-07-16T17:10:10.748Z Downloaded thread-id v4.2.2
11152026-07-16T17:10:10.748Z Downloaded time-core v0.1.8
11162026-07-16T17:10:10.748Z Downloaded stable_deref_trait v1.2.1
11172026-07-16T17:10:10.748Z Downloaded strum v0.26.3
11182026-07-16T17:10:10.748Z Downloaded structmeta-derive v0.3.0
11192026-07-16T17:10:10.752Z Downloaded const_format v0.2.36
11202026-07-16T17:10:10.752Z Downloaded async-compression v0.4.42
11212026-07-16T17:10:10.755Z Downloaded simd-adler32 v0.3.9
11222026-07-16T17:10:10.758Z Downloaded parking_lot v0.11.2
11232026-07-16T17:10:10.766Z Downloaded slog-json v2.6.1
11242026-07-16T17:10:10.766Z Downloaded postcard v1.1.3
11252026-07-16T17:10:10.773Z Downloaded smf v0.2.3
11262026-07-16T17:10:10.773Z Downloaded smartstring v1.0.1
11272026-07-16T17:10:10.773Z Downloaded bytes v1.11.1
11282026-07-16T17:10:10.774Z Downloaded rustls-pki-types v1.14.1
11292026-07-16T17:10:10.774Z Downloaded testing_table v0.3.0
11302026-07-16T17:10:10.774Z Downloaded thiserror-impl-no-std v2.0.2
11312026-07-16T17:10:10.777Z Downloaded tagptr v0.2.0
11322026-07-16T17:10:10.777Z Downloaded rustls-native-certs v0.8.4
11332026-07-16T17:10:10.777Z Downloaded pest_generator v2.8.6
11342026-07-16T17:10:10.777Z Downloaded pest_derive v2.8.6
11352026-07-16T17:10:10.777Z Downloaded base64 v0.21.7
11362026-07-16T17:10:10.781Z Downloaded rusty-fork v0.3.1
11372026-07-16T17:10:10.781Z Downloaded rustls-pemfile v2.2.0
11382026-07-16T17:10:10.781Z Downloaded log v0.4.32
11392026-07-16T17:10:10.784Z Downloaded slog-term v2.9.2
11402026-07-16T17:10:10.789Z Downloaded structmeta v0.3.0
11412026-07-16T17:10:10.789Z Downloaded snafu-derive v0.8.9
11422026-07-16T17:10:10.789Z Downloaded strum_macros v0.26.4
11432026-07-16T17:10:10.789Z Downloaded rustversion v1.0.22
11442026-07-16T17:10:10.792Z Downloaded topological-sort v0.2.2
11452026-07-16T17:10:10.792Z Downloaded icu_provider v2.2.0
11462026-07-16T17:10:10.792Z Downloaded slog-dtrace v0.3.0
11472026-07-16T17:10:10.847Z Downloaded darling_core v0.23.0
11482026-07-16T17:10:10.860Z Downloaded scroll v0.13.0
11492026-07-16T17:10:10.860Z Downloaded slog-async v2.8.0
11502026-07-16T17:10:10.860Z Downloaded progenitor-impl v0.10.0
11512026-07-16T17:10:10.860Z Downloaded heapless v0.8.0
11522026-07-16T17:10:10.860Z Downloaded synstructure v0.13.2
11532026-07-16T17:10:10.860Z Downloaded icu_normalizer v2.2.0
11542026-07-16T17:10:10.860Z Downloaded serde_with_macros v3.20.0
11552026-07-16T17:10:10.860Z Downloaded icu_properties v2.2.0
11562026-07-16T17:10:10.860Z Downloaded thread_local v1.1.9
11572026-07-16T17:10:10.861Z Downloaded thiserror-no-std v2.0.2
11582026-07-16T17:10:10.861Z Downloaded darling_core v0.21.3
11592026-07-16T17:10:10.861Z Downloaded crypto-bigint v0.5.5
11602026-07-16T17:10:10.861Z Downloaded quinn-udp v0.5.14
11612026-07-16T17:10:10.861Z Downloaded usdt-attr-macro v0.6.0
11622026-07-16T17:10:10.861Z Downloaded usdt-macro v0.6.0
11632026-07-16T17:10:10.861Z Downloaded pretty_assertions v1.4.1
11642026-07-16T17:10:10.861Z Downloaded usdt-macro v0.5.0
11652026-07-16T17:10:10.861Z Downloaded slog-stdlog v4.1.1
11662026-07-16T17:10:10.861Z Downloaded typify-macro v0.6.2
11672026-07-16T17:10:10.861Z Downloaded strum_macros v0.27.2
11682026-07-16T17:10:10.861Z Downloaded unit-prefix v0.5.2
11692026-07-16T17:10:10.861Z Downloaded typify-macro v0.4.3
11702026-07-16T17:10:10.861Z Downloaded tinystr v0.8.3
11712026-07-16T17:10:10.861Z Downloaded tiny-keccak v2.0.2
11722026-07-16T17:10:10.861Z Downloaded usdt-attr-macro v0.5.0
11732026-07-16T17:10:10.861Z Downloaded usdt v0.6.0
11742026-07-16T17:10:10.861Z Downloaded expectorate v1.2.0
11752026-07-16T17:10:10.861Z Downloaded time-macros v0.2.27
11762026-07-16T17:10:10.862Z Downloaded utf-8 v0.7.6
11772026-07-16T17:10:10.862Z Downloaded omicron-zone-package v0.12.3
11782026-07-16T17:10:10.862Z Downloaded papergrid v0.18.0
11792026-07-16T17:10:10.875Z Downloaded prettyplease v0.2.37
11802026-07-16T17:10:10.875Z Downloaded papergrid v0.11.0
11812026-07-16T17:10:10.875Z Downloaded universal-hash v0.5.1
11822026-07-16T17:10:10.875Z Downloaded rhai_codegen v3.2.0
11832026-07-16T17:10:10.875Z Downloaded waitgroup v0.1.2
11842026-07-16T17:10:10.875Z Downloaded toml_writer v1.1.1+spec-1.1.0
11852026-07-16T17:10:10.876Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11862026-07-16T17:10:10.876Z Downloaded wait-timeout v0.2.1
11872026-07-16T17:10:10.882Z Downloaded usdt v0.5.0
11882026-07-16T17:10:10.882Z Downloaded untrusted v0.7.1
11892026-07-16T17:10:10.882Z Downloaded zerofrom-derive v0.1.7
11902026-07-16T17:10:10.882Z Downloaded openssl-sys v0.9.116
11912026-07-16T17:10:10.891Z Downloaded indicatif v0.18.4
11922026-07-16T17:10:10.891Z Downloaded serde_yaml v0.9.34+deprecated
11932026-07-16T17:10:10.891Z Downloaded icu_normalizer_data v2.2.0
11942026-07-16T17:10:10.896Z Downloaded icu_locale_core v2.2.0
11952026-07-16T17:10:10.896Z Downloaded tokio-dtrace v0.1.1
11962026-07-16T17:10:10.896Z Downloaded term v1.2.1
11972026-07-16T17:10:10.897Z Downloaded zeroize_derive v1.4.3
11982026-07-16T17:10:10.897Z Downloaded zerofrom v0.1.8
11992026-07-16T17:10:10.911Z Downloaded similar v2.7.0
12002026-07-16T17:10:10.911Z Downloaded serde_tokenstream v0.2.3
12012026-07-16T17:10:10.911Z Downloaded crossbeam-channel v0.5.15
12022026-07-16T17:10:10.916Z Downloaded tokio-tungstenite v0.21.0
12032026-07-16T17:10:10.916Z Downloaded zone_cfg_derive v0.3.1
12042026-07-16T17:10:10.916Z Downloaded smallvec v1.15.1
12052026-07-16T17:10:10.916Z Downloaded progenitor-impl v0.14.0
12062026-07-16T17:10:10.920Z Downloaded progenitor-impl v0.13.0
12072026-07-16T17:10:10.920Z Downloaded usdt-impl v0.6.0
12082026-07-16T17:10:10.920Z Downloaded writeable v0.6.3
12092026-07-16T17:10:10.925Z Downloaded xz2 v0.1.7
12102026-07-16T17:10:10.930Z Downloaded spin v0.9.8
12112026-07-16T17:10:10.930Z Downloaded slog-scope v4.4.1
12122026-07-16T17:10:10.931Z Downloaded schemars v0.9.0
12132026-07-16T17:10:10.934Z Downloaded socket2 v0.6.4
12142026-07-16T17:10:10.938Z Downloaded yoke-derive v0.8.2
12152026-07-16T17:10:10.941Z Downloaded usdt-impl v0.5.0
12162026-07-16T17:10:10.941Z Downloaded unarray v0.1.4
12172026-07-16T17:10:10.942Z Downloaded vsss-rs v3.3.4
12182026-07-16T17:10:10.942Z Downloaded zerovec-derive v0.11.3
12192026-07-16T17:10:10.946Z Downloaded zeroize v1.8.2
12202026-07-16T17:10:10.946Z Downloaded walkdir v2.5.0
12212026-07-16T17:10:10.949Z Downloaded rustls-platform-verifier v0.7.0
12222026-07-16T17:10:10.955Z Downloaded zmij v1.0.21
12232026-07-16T17:10:10.959Z Downloaded rand v0.8.6
12242026-07-16T17:10:10.959Z Downloaded schemars v0.8.22
12252026-07-16T17:10:10.965Z Downloaded thin-vec v0.2.18
12262026-07-16T17:10:10.968Z Downloaded zone v0.3.1
12272026-07-16T17:10:10.969Z Downloaded slog v2.8.2
12282026-07-16T17:10:10.969Z Downloaded konst v0.2.20
12292026-07-16T17:10:10.973Z Downloaded toml v0.7.8
12302026-07-16T17:10:10.978Z Downloaded tinyvec v1.11.0
12312026-07-16T17:10:10.978Z Downloaded whoami v1.6.1
12322026-07-16T17:10:10.981Z Downloaded minimal-lexical v0.2.1
12332026-07-16T17:10:10.981Z Downloaded mio v1.2.1
12342026-07-16T17:10:10.986Z Downloaded jiff-static v0.2.28
12352026-07-16T17:10:10.990Z Downloaded hickory-resolver v0.25.2
12362026-07-16T17:10:10.990Z Downloaded toml v1.1.2+spec-1.1.0
12372026-07-16T17:10:10.993Z Downloaded zerocopy-derive v0.7.35
12382026-07-16T17:10:10.993Z Downloaded rayon-core v1.13.0
12392026-07-16T17:10:10.996Z Downloaded pest_meta v2.8.6
12402026-07-16T17:10:11.002Z Downloaded rand v0.9.4
12412026-07-16T17:10:11.006Z Downloaded test-strategy v0.4.5
12422026-07-16T17:10:11.006Z Downloaded unsafe-libyaml v0.2.11
12432026-07-16T17:10:11.011Z Downloaded ucd-trie v0.1.7
12442026-07-16T17:10:11.012Z Downloaded typify v0.6.2
12452026-07-16T17:10:11.012Z Downloaded memchr v2.8.1
12462026-07-16T17:10:11.016Z Downloaded hickory-resolver v0.24.4
12472026-07-16T17:10:11.016Z Downloaded yoke v0.8.3
12482026-07-16T17:10:11.022Z Downloaded uuid v1.23.5
12492026-07-16T17:10:11.025Z Downloaded toml v0.9.12+spec-1.1.0
12502026-07-16T17:10:11.030Z Downloaded toml_edit v0.25.12+spec-1.1.0
12512026-07-16T17:10:11.030Z Downloaded icu_collections v2.2.0
12522026-07-16T17:10:11.033Z Downloaded typify v0.4.3
12532026-07-16T17:10:11.034Z Downloaded tungstenite v0.21.0
12542026-07-16T17:10:11.037Z Downloaded quinn v0.11.9
12552026-07-16T17:10:11.049Z Downloaded hashbrown v0.12.3
12562026-07-16T17:10:11.057Z Downloaded toml_edit v0.19.15
12572026-07-16T17:10:11.066Z Downloaded snafu v0.8.9
12582026-07-16T17:10:11.070Z Downloaded yansi v1.0.1
12592026-07-16T17:10:11.076Z Downloaded steno v0.4.1
12602026-07-16T17:10:11.076Z Downloaded qorb v0.4.1
12612026-07-16T17:10:11.081Z Downloaded nom v7.1.3
12622026-07-16T17:10:11.081Z Downloaded clap_builder v4.6.0
12632026-07-16T17:10:11.087Z Downloaded schemars v1.2.1
12642026-07-16T17:10:11.097Z Downloaded dropshot-api-manager v0.7.2
12652026-07-16T17:10:11.102Z Downloaded hashbrown v0.16.1
12662026-07-16T17:10:11.106Z Downloaded h2 v0.4.14
12672026-07-16T17:10:11.112Z Downloaded pest v2.8.6
12682026-07-16T17:10:11.126Z Downloaded blake3 v1.8.5
12692026-07-16T17:10:11.131Z Downloaded zerotrie v0.2.4
12702026-07-16T17:10:11.134Z Downloaded itertools v0.12.1
12712026-07-16T17:10:11.141Z Downloaded nom v8.0.0
12722026-07-16T17:10:11.147Z Downloaded regex v1.12.3
12732026-07-16T17:10:11.152Z Downloaded zerocopy-derive v0.8.50
12742026-07-16T17:10:11.156Z Downloaded ron v0.12.1
12752026-07-16T17:10:11.166Z Downloaded reqwest v0.13.4
12762026-07-16T17:10:11.175Z Downloaded hkdf v0.12.4
12772026-07-16T17:10:11.182Z Downloaded tough v0.22.0
12782026-07-16T17:10:11.186Z Downloaded zerovec v0.11.6
12792026-07-16T17:10:11.198Z Downloaded typed-path v0.9.3
12802026-07-16T17:10:11.203Z Downloaded libm v0.2.16
12812026-07-16T17:10:11.209Z Downloaded goblin v0.8.2
12822026-07-16T17:10:11.214Z Downloaded itertools v0.15.0
12832026-07-16T17:10:11.221Z Downloaded rayon v1.12.0
12842026-07-16T17:10:11.225Z Downloaded aws-lc-rs v1.17.0
12852026-07-16T17:10:11.236Z Downloaded proptest v1.11.0
12862026-07-16T17:10:11.243Z Downloaded moka v0.12.15
12872026-07-16T17:10:11.247Z Downloaded iddqd v0.4.5
12882026-07-16T17:10:11.252Z Downloaded icu_properties_data v2.2.0
12892026-07-16T17:10:11.257Z Downloaded zerocopy v0.7.35
12902026-07-16T17:10:11.269Z Downloaded winnow v0.5.40
12912026-07-16T17:10:11.288Z Downloaded tabled v0.15.0
12922026-07-16T17:10:11.296Z Downloaded winnow v1.0.3
12932026-07-16T17:10:11.301Z Downloaded serde_with v3.20.0
12942026-07-16T17:10:11.314Z Downloaded webpki-roots v1.0.7
12952026-07-16T17:10:11.318Z Downloaded goblin v0.10.7
12962026-07-16T17:10:11.328Z Downloaded tabled v0.21.0
12972026-07-16T17:10:11.338Z Downloaded syn v1.0.109
12982026-07-16T17:10:11.343Z Downloaded time v0.3.47
12992026-07-16T17:10:11.351Z Downloaded quinn-proto v0.11.14
13002026-07-16T17:10:11.358Z Downloaded hickory-proto v0.24.4
13012026-07-16T17:10:11.375Z Downloaded openssl v0.10.80
13022026-07-16T17:10:11.378Z Downloaded bstr v1.12.1
13032026-07-16T17:10:11.382Z Downloaded syn v2.0.117
13042026-07-16T17:10:11.394Z Downloaded regress v0.10.5
13052026-07-16T17:10:11.398Z Downloaded zerocopy v0.8.50
13062026-07-16T17:10:11.408Z Downloaded rhai v1.25.1
13072026-07-16T17:10:11.415Z Downloaded regex-syntax v0.8.10
13082026-07-16T17:10:11.418Z Downloaded nix v0.31.3
13092026-07-16T17:10:11.425Z Downloaded rustls v0.23.40
13102026-07-16T17:10:11.431Z Downloaded openapiv3 v2.2.0
13112026-07-16T17:10:11.438Z Downloaded regress v0.11.1
13122026-07-16T17:10:11.444Z Downloaded hickory-proto v0.25.2
13132026-07-16T17:10:11.450Z Downloaded dropshot v0.17.1
13142026-07-16T17:10:11.462Z Downloaded typify-impl v0.6.2
13152026-07-16T17:10:11.468Z Downloaded smoltcp v0.11.0
13162026-07-16T17:10:11.497Z Downloaded sled v0.34.7
13172026-07-16T17:10:11.513Z Downloaded typify-impl v0.4.3
13182026-07-16T17:10:11.521Z Downloaded lzma-sys v0.1.20
13192026-07-16T17:10:11.544Z Downloaded jiff v0.2.28
13202026-07-16T17:10:11.566Z Downloaded tokio v1.52.3
13212026-07-16T17:10:11.599Z Downloaded regex-automata v0.4.14
13222026-07-16T17:10:11.605Z Downloaded petgraph v0.6.5
13232026-07-16T17:10:11.609Z Downloaded chrono-tz v0.10.4
13242026-07-16T17:10:11.620Z Downloaded encoding_rs v0.8.35
13252026-07-16T17:10:11.632Z Downloaded csv v1.4.0
13262026-07-16T17:10:11.641Z Downloaded sha3 v0.10.9
13272026-07-16T17:10:12.243Z Downloaded aws-lc-sys v0.41.0
13282026-07-16T17:10:13.129Z Compiling proc-macro2 v1.0.106
13292026-07-16T17:10:13.130Z Compiling quote v1.0.45
13302026-07-16T17:10:13.130Z Compiling unicode-ident v1.0.24
13312026-07-16T17:10:13.130Z Compiling serde_core v1.0.228
13322026-07-16T17:10:13.134Z Compiling cfg-if v1.0.4
13332026-07-16T17:10:13.134Z Compiling serde v1.0.228
13342026-07-16T17:10:13.134Z Compiling libc v0.2.186
13352026-07-16T17:10:13.135Z Compiling memchr v2.8.1
13362026-07-16T17:10:13.282Z Compiling itoa v1.0.18
13372026-07-16T17:10:13.462Z Compiling smallvec v1.15.1
13382026-07-16T17:10:13.563Z Compiling zmij v1.0.21
13392026-07-16T17:10:13.617Z Compiling autocfg v1.5.1
13402026-07-16T17:10:13.670Z Compiling libm v0.2.16
13412026-07-16T17:10:13.956Z Compiling stable_deref_trait v1.2.1
13422026-07-16T17:10:13.966Z Compiling litemap v0.8.2
13432026-07-16T17:10:14.026Z Compiling writeable v0.6.3
13442026-07-16T17:10:14.077Z Compiling percent-encoding v2.3.2
13452026-07-16T17:10:14.150Z Compiling icu_properties_data v2.2.0
13462026-07-16T17:10:14.151Z Compiling utf8_iter v1.0.4
13472026-07-16T17:10:14.177Z Compiling icu_normalizer_data v2.2.0
13482026-07-16T17:10:14.267Z Compiling iana-time-zone v0.1.65
13492026-07-16T17:10:14.300Z Compiling equivalent v1.0.2
13502026-07-16T17:10:14.378Z Compiling form_urlencoded v1.2.2
13512026-07-16T17:10:14.400Z Compiling syn v2.0.117
13522026-07-16T17:10:14.506Z Compiling pin-project-lite v0.2.17
13532026-07-16T17:10:14.512Z Compiling version_check v0.9.5
13542026-07-16T17:10:14.554Z Compiling serde_json v1.0.150
13552026-07-16T17:10:14.579Z Compiling parking_lot_core v0.9.12
13562026-07-16T17:10:14.590Z Compiling scopeguard v1.2.0
13572026-07-16T17:10:14.630Z Compiling dyn-clone v1.0.20
13582026-07-16T17:10:14.692Z Compiling lock_api v0.4.14
13592026-07-16T17:10:14.779Z Compiling num-traits v0.2.19
13602026-07-16T17:10:14.792Z Compiling log v0.4.32
13612026-07-16T17:10:14.819Z Compiling thiserror v2.0.18
13622026-07-16T17:10:14.871Z Compiling hashbrown v0.17.1
13632026-07-16T17:10:14.928Z Compiling errno v0.3.14
13642026-07-16T17:10:14.979Z Compiling futures-core v0.3.32
13652026-07-16T17:10:15.130Z Compiling zerocopy v0.8.50
13662026-07-16T17:10:15.206Z Compiling rand_core v0.10.1
13672026-07-16T17:10:15.387Z Compiling semver v1.0.28
13682026-07-16T17:10:15.515Z Compiling indexmap v2.14.0
13692026-07-16T17:10:15.531Z Compiling getrandom v0.4.2
13702026-07-16T17:10:15.656Z Compiling heck v0.5.0
13712026-07-16T17:10:15.741Z Compiling futures-sink v0.3.32
13722026-07-16T17:10:15.852Z Compiling slab v0.4.12
13732026-07-16T17:10:15.918Z Compiling jobserver v0.1.34
13742026-07-16T17:10:15.930Z Compiling find-msvc-tools v0.1.9
13752026-07-16T17:10:16.022Z Compiling uuid v1.23.5
13762026-07-16T17:10:16.039Z Compiling fnv v1.0.7
13772026-07-16T17:10:16.135Z Compiling shlex v2.0.1
13782026-07-16T17:10:16.170Z Compiling schemars v0.8.22
13792026-07-16T17:10:16.189Z Compiling futures-channel v0.3.32
13802026-07-16T17:10:16.255Z Compiling rustversion v1.0.22
13812026-07-16T17:10:16.326Z Compiling cc v1.2.63
13822026-07-16T17:10:16.413Z Compiling futures-task v0.3.32
13832026-07-16T17:10:16.417Z Compiling futures-io v0.3.32
13842026-07-16T17:10:16.471Z Compiling socket2 v0.6.4
13852026-07-16T17:10:16.609Z Compiling bitflags v2.12.1
13862026-07-16T17:10:16.673Z Compiling signal-hook-registry v1.4.8
13872026-07-16T17:10:16.673Z Compiling mio v1.2.1
13882026-07-16T17:10:16.767Z Compiling parking_lot v0.12.5
13892026-07-16T17:10:16.830Z Compiling portable-atomic v1.13.1
13902026-07-16T17:10:16.896Z Compiling fs_extra v1.3.0
13912026-07-16T17:10:16.945Z Compiling typenum v1.20.1
13922026-07-16T17:10:17.136Z Compiling cmake v0.1.58
13932026-07-16T17:10:17.165Z Compiling dunce v1.0.5
13942026-07-16T17:10:17.191Z Compiling base64 v0.22.1
13952026-07-16T17:10:17.269Z Compiling critical-section v1.2.0
13962026-07-16T17:10:17.277Z Compiling getrandom v0.3.4
13972026-07-16T17:10:17.340Z Compiling synstructure v0.13.2
13982026-07-16T17:10:17.366Z Compiling serde_derive_internals v0.29.1
13992026-07-16T17:10:17.530Z Compiling byteorder v1.5.0
14002026-07-16T17:10:17.624Z Compiling subtle v2.6.1
14012026-07-16T17:10:17.647Z Compiling aws-lc-sys v0.41.0
14022026-07-16T17:10:17.784Z Compiling regex-syntax v0.8.10
14032026-07-16T17:10:17.797Z Compiling slog v2.8.2
14042026-07-16T17:10:17.800Z Compiling httparse v1.10.1
14052026-07-16T17:10:17.868Z Compiling strsim v0.11.1
14062026-07-16T17:10:18.014Z Compiling once_cell v1.21.4
14072026-07-16T17:10:18.045Z Compiling atomic-waker v1.1.2
14082026-07-16T17:10:18.156Z Compiling rustix v1.1.4
14092026-07-16T17:10:18.173Z Compiling ipnet v2.12.0
14102026-07-16T17:10:18.248Z Compiling tower-layer v0.3.3
14112026-07-16T17:10:18.260Z Compiling tower-service v0.3.3
14122026-07-16T17:10:18.353Z Compiling getrandom v0.2.17
14132026-07-16T17:10:18.405Z Compiling thiserror v1.0.69
14142026-07-16T17:10:18.536Z Compiling ucd-trie v0.1.7
14152026-07-16T17:10:18.583Z Compiling ryu v1.0.23
14162026-07-16T17:10:18.596Z Compiling serde_derive v1.0.228
14172026-07-16T17:10:18.706Z Compiling zerofrom-derive v0.1.7
14182026-07-16T17:10:18.729Z Compiling yoke-derive v0.8.2
14192026-07-16T17:10:18.743Z Compiling zerovec-derive v0.11.3
14202026-07-16T17:10:18.760Z Compiling displaydoc v0.2.6
14212026-07-16T17:10:18.837Z Compiling schemars_derive v0.8.22
14222026-07-16T17:10:19.553Z Compiling tokio-macros v2.7.0
14232026-07-16T17:10:19.800Z Compiling thiserror-impl v2.0.18
14242026-07-16T17:10:19.838Z Compiling zerocopy-derive v0.8.50
14252026-07-16T17:10:19.896Z Compiling zerofrom v0.1.8
14262026-07-16T17:10:20.019Z Compiling yoke v0.8.3
14272026-07-16T17:10:20.053Z Compiling zeroize_derive v1.4.3
14282026-07-16T17:10:20.254Z Compiling zerovec v0.11.6
14292026-07-16T17:10:20.372Z Compiling zerotrie v0.2.4
14302026-07-16T17:10:20.453Z Compiling futures-macro v0.3.32
14312026-07-16T17:10:20.675Z Compiling try-lock v0.2.5
14322026-07-16T17:10:20.778Z Compiling tinystr v0.8.3
14332026-07-16T17:10:20.796Z Compiling potential_utf v0.1.5
14342026-07-16T17:10:20.807Z Compiling zeroize v1.8.2
14352026-07-16T17:10:20.939Z Compiling icu_locale_core v2.2.0
14362026-07-16T17:10:20.971Z Compiling icu_collections v2.2.0
14372026-07-16T17:10:20.995Z Compiling untrusted v0.9.0
14382026-07-16T17:10:21.190Z Compiling want v0.3.1
14392026-07-16T17:10:21.283Z Compiling pest v2.8.6
14402026-07-16T17:10:21.322Z Compiling futures-util v0.3.32
14412026-07-16T17:10:21.378Z Compiling thiserror-impl v1.0.69
14422026-07-16T17:10:21.511Z Compiling rand_core v0.6.4
14432026-07-16T17:10:21.726Z Compiling bytes v1.11.1
14442026-07-16T17:10:21.812Z Compiling icu_provider v2.2.0
14452026-07-16T17:10:22.029Z Compiling chrono v0.4.45
14462026-07-16T17:10:22.163Z Compiling icu_properties v2.2.0
14472026-07-16T17:10:22.378Z Compiling icu_normalizer v2.2.0
14482026-07-16T17:10:22.538Z Compiling http v1.4.2
14492026-07-16T17:10:22.552Z Compiling tokio v1.52.3
14502026-07-16T17:10:22.944Z Compiling serde_tokenstream v0.2.3
14512026-07-16T17:10:23.251Z Compiling idna_adapter v1.2.2
14522026-07-16T17:10:23.342Z Compiling http-body v1.0.1
14532026-07-16T17:10:23.374Z Compiling idna v1.1.0
14542026-07-16T17:10:23.467Z Compiling erased-serde v0.3.31
14552026-07-16T17:10:23.519Z Compiling httpdate v1.0.3
14562026-07-16T17:10:23.629Z Compiling pest_meta v2.8.6
14572026-07-16T17:10:23.640Z Compiling url v2.5.8
14582026-07-16T17:10:23.760Z Compiling pretty-hex v0.4.2
14592026-07-16T17:10:23.955Z Compiling plain v0.2.3
14602026-07-16T17:10:24.060Z Compiling foldhash v0.2.0
14612026-07-16T17:10:24.285Z Compiling ppv-lite86 v0.2.21
14622026-07-16T17:10:24.291Z Compiling pest_generator v2.8.6
14632026-07-16T17:10:24.312Z Compiling allocator-api2 v0.2.21
14642026-07-16T17:10:24.549Z Compiling paste v1.0.15
14652026-07-16T17:10:24.593Z Compiling hashbrown v0.16.1
14662026-07-16T17:10:24.631Z Compiling tracing-attributes v0.1.31
14672026-07-16T17:10:24.855Z Compiling tracing-core v0.1.36
14682026-07-16T17:10:24.897Z Compiling ipnetwork v0.21.1
14692026-07-16T17:10:24.910Z Compiling pest_derive v2.8.6
14702026-07-16T17:10:25.225Z Compiling omicron-workspace-hack v0.1.0
14712026-07-16T17:10:25.388Z Compiling ident_case v1.0.1
14722026-07-16T17:10:25.502Z Compiling http-body-util v0.1.3
14732026-07-16T17:10:25.513Z Compiling serde_urlencoded v0.7.1
14742026-07-16T17:10:25.513Z Compiling aho-corasick v1.1.4
14752026-07-16T17:10:25.728Z Compiling sync_wrapper v1.0.2
14762026-07-16T17:10:25.746Z Compiling winnow v1.0.3
14772026-07-16T17:10:25.757Z Compiling oxnet v0.1.6
14782026-07-16T17:10:25.840Z Compiling daft-derive v0.1.7
14792026-07-16T17:10:25.907Z Compiling tracing v0.1.44
14802026-07-16T17:10:26.182Z Compiling fastrand v2.4.1
14812026-07-16T17:10:26.400Z Compiling regex-automata v0.4.14
14822026-07-16T17:10:26.412Z Compiling tokio-util v0.7.18
14832026-07-16T17:10:26.624Z Compiling scroll_derive v0.13.1
14842026-07-16T17:10:26.858Z Compiling async-trait v0.1.89
14852026-07-16T17:10:27.012Z Compiling anyhow v1.0.103
14862026-07-16T17:10:27.167Z Compiling num-conv v0.2.2
14872026-07-16T17:10:27.321Z Compiling aws-lc-rs v1.17.0
14882026-07-16T17:10:27.341Z Compiling powerfmt v0.2.0
14892026-07-16T17:10:27.464Z Compiling time-core v0.1.8
14902026-07-16T17:10:27.551Z Compiling deranged v0.5.8
14912026-07-16T17:10:27.607Z Compiling time-macros v0.2.27
14922026-07-16T17:10:27.633Z Compiling scroll v0.13.0
14932026-07-16T17:10:27.902Z Compiling rustls-pki-types v1.14.1
14942026-07-16T17:10:28.060Z Compiling regex v1.12.3
14952026-07-16T17:10:28.382Z Compiling openssl-probe v0.2.1
14962026-07-16T17:10:28.528Z Compiling hex v0.4.3
14972026-07-16T17:10:28.542Z Compiling num_threads v0.1.7
14982026-07-16T17:10:28.597Z Compiling goblin v0.10.7
14992026-07-16T17:10:28.788Z Compiling untrusted v0.7.1
15002026-07-16T17:10:28.909Z Compiling camino v1.2.4
15012026-07-16T17:10:28.925Z Compiling usdt-impl v0.6.0
15022026-07-16T17:10:28.951Z Compiling rustls v0.23.40
15032026-07-16T17:10:29.113Z Compiling crc32fast v1.5.0
15042026-07-16T17:10:29.187Z Compiling h2 v0.4.14
15052026-07-16T17:10:29.199Z Compiling dtrace-parser v0.3.0
15062026-07-16T17:10:29.454Z Compiling crossbeam-utils v0.8.21
15072026-07-16T17:10:29.791Z Compiling futures-executor v0.3.32
15082026-07-16T17:10:29.887Z Compiling structmeta-derive v0.3.0
15092026-07-16T17:10:29.901Z Compiling thread-id v5.1.0
15102026-07-16T17:10:30.061Z Compiling cpufeatures v0.3.0
15112026-07-16T17:10:30.073Z Compiling simd-adler32 v0.3.9
15122026-07-16T17:10:30.134Z Compiling adler2 v2.0.1
15132026-07-16T17:10:30.295Z Compiling miniz_oxide v0.8.9
15142026-07-16T17:10:30.334Z Compiling futures v0.3.32
15152026-07-16T17:10:30.423Z Compiling rand_core v0.9.5
15162026-07-16T17:10:30.645Z Compiling darling_core v0.23.0
15172026-07-16T17:10:30.874Z Compiling newtype-uuid-macros v0.1.0
15182026-07-16T17:10:30.961Z Compiling structmeta v0.3.0
15192026-07-16T17:10:30.974Z Compiling hybrid-array v0.4.12
15202026-07-16T17:10:31.325Z Compiling hyper v1.10.1
15212026-07-16T17:10:31.448Z Compiling dof v0.4.0
15222026-07-16T17:10:31.550Z Compiling thread_local v1.1.9
15232026-07-16T17:10:31.713Z Compiling match_cfg v0.1.0
15242026-07-16T17:10:31.786Z Compiling flate2 v1.1.9
15252026-07-16T17:10:32.356Z Compiling newtype-uuid v1.3.2
15262026-07-16T17:10:32.702Z Compiling hyper-util v0.1.20
15272026-07-16T17:10:32.775Z Compiling darling_macro v0.23.0
15282026-07-16T17:10:32.804Z Compiling slog-async v2.8.0
15292026-07-16T17:10:32.935Z Compiling compression-core v0.4.32
15302026-07-16T17:10:33.074Z Compiling quick-error v1.2.3
15312026-07-16T17:10:33.097Z Compiling ref-cast v1.0.25
15322026-07-16T17:10:33.223Z Compiling compression-codecs v0.4.38
15332026-07-16T17:10:33.374Z Compiling darling v0.23.0
15342026-07-16T17:10:33.390Z Compiling daft v0.1.7
15352026-07-16T17:10:33.470Z Compiling crypto-common v0.2.2
15362026-07-16T17:10:33.481Z Compiling block-buffer v0.12.0
15372026-07-16T17:10:33.517Z Compiling rand_chacha v0.9.0
15382026-07-16T17:10:33.627Z Compiling strum_macros v0.26.4
15392026-07-16T17:10:33.650Z Compiling ref-cast-impl v1.0.25
15402026-07-16T17:10:33.675Z Compiling usdt-macro v0.6.0
15412026-07-16T17:10:33.872Z Compiling usdt-attr-macro v0.6.0
15422026-07-16T17:10:33.952Z Compiling serde_spanned v1.1.1
15432026-07-16T17:10:34.099Z Compiling generic-array v0.14.7
15442026-07-16T17:10:34.269Z Compiling multer v3.1.0
15452026-07-16T17:10:34.356Z Compiling debug-ignore v1.0.5
15462026-07-16T17:10:34.405Z Compiling bit-vec v0.8.0
15472026-07-16T17:10:34.424Z Compiling take_mut v0.2.2
15482026-07-16T17:10:34.441Z Compiling const-oid v0.10.2
15492026-07-16T17:10:34.527Z Compiling toml_writer v1.1.1+spec-1.1.0
15502026-07-16T17:10:34.637Z Compiling term v1.2.1
15512026-07-16T17:10:34.649Z Compiling bit-set v0.8.0
15522026-07-16T17:10:34.721Z Compiling digest v0.11.3
15532026-07-16T17:10:34.835Z Compiling rand v0.9.4
15542026-07-16T17:10:34.885Z Compiling serde_with_macros v3.20.0
15552026-07-16T17:10:34.899Z Compiling async-stream-impl v0.3.6
15562026-07-16T17:10:35.056Z Compiling dropshot v0.17.1
15572026-07-16T17:10:35.313Z Compiling strum v0.26.3
15582026-07-16T17:10:35.337Z Compiling encoding_rs v0.8.35
15592026-07-16T17:10:35.724Z Compiling mime v0.3.17
15602026-07-16T17:10:35.745Z Compiling spin v0.9.8
15612026-07-16T17:10:35.745Z Compiling syn v1.0.109
15622026-07-16T17:10:35.745Z Compiling unarray v0.1.4
15632026-07-16T17:10:35.745Z Compiling async-stream v0.3.6
15642026-07-16T17:10:35.745Z Compiling sha1 v0.11.0
15652026-07-16T17:10:35.783Z Compiling derive-ex v0.1.8
15662026-07-16T17:10:35.849Z Compiling tower v0.5.3
15672026-07-16T17:10:35.957Z Compiling dropshot_endpoint v0.17.1
15682026-07-16T17:10:35.994Z Compiling macaddr v1.0.1
15692026-07-16T17:10:36.066Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15702026-07-16T17:10:36.250Z Compiling waitgroup v0.1.2
15712026-07-16T17:10:36.258Z Compiling serde_path_to_error v0.1.20
15722026-07-16T17:10:36.558Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15732026-07-16T17:10:36.585Z Compiling tower-http v0.6.11
15742026-07-16T17:10:36.842Z Compiling tempfile v3.27.0
15752026-07-16T17:10:37.013Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15762026-07-16T17:10:37.025Z Compiling openapiv3 v2.2.0
15772026-07-16T17:10:37.264Z Compiling strum_macros v0.27.2
15782026-07-16T17:10:37.390Z Compiling test-strategy v0.4.5
15792026-07-16T17:10:37.657Z Compiling instant v0.1.13
15802026-07-16T17:10:37.771Z Compiling time v0.3.47
15812026-07-16T17:10:38.427Z Compiling rustls-native-certs v0.8.4
15822026-07-16T17:10:38.689Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15832026-07-16T17:10:38.762Z Compiling crossbeam-channel v0.5.15
15842026-07-16T17:10:38.784Z Compiling crypto-common v0.1.7
15852026-07-16T17:10:39.102Z Compiling strum v0.27.2
15862026-07-16T17:10:39.244Z Compiling parse-display-derive v0.10.0
15872026-07-16T17:10:39.259Z Compiling backon v1.6.0
15882026-07-16T17:10:39.375Z Compiling rand_chacha v0.3.1
15892026-07-16T17:10:39.550Z Compiling either v1.16.0
15902026-07-16T17:10:39.770Z Compiling rand v0.8.6
15912026-07-16T17:10:39.821Z Compiling slog-json v2.6.1
15922026-07-16T17:10:40.026Z Compiling hostname v0.3.1
15932026-07-16T17:10:40.162Z Compiling toml_parser v1.1.2+spec-1.1.0
15942026-07-16T17:10:40.483Z Compiling toml_datetime v1.1.1+spec-1.1.0
15952026-07-16T17:10:40.519Z Compiling wait-timeout v0.2.1
15962026-07-16T17:10:40.648Z Compiling is-terminal v0.4.17
15972026-07-16T17:10:40.672Z Compiling memmap2 v0.9.10
15982026-07-16T17:10:40.812Z Compiling slog-term v2.9.2
15992026-07-16T17:10:40.835Z Compiling usdt v0.6.0
16002026-07-16T17:10:40.894Z Compiling toml v1.1.2+spec-1.1.0
16012026-07-16T17:10:40.898Z Compiling rusty-fork v0.3.1
16022026-07-16T17:10:40.948Z Compiling slog-bunyan v2.5.0
16032026-07-16T17:10:41.199Z Compiling serde_with v3.20.0
16042026-07-16T17:10:41.266Z Compiling async-compression v0.4.42
16052026-07-16T17:10:41.285Z Compiling rand_xorshift v0.4.0
16062026-07-16T17:10:41.422Z Compiling rustls-pemfile v2.2.0
16072026-07-16T17:10:41.433Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16082026-07-16T17:10:41.580Z Compiling regress v0.10.5
16092026-07-16T17:10:41.621Z Compiling hostname v0.4.2
16102026-07-16T17:10:41.663Z Compiling humantime v2.3.0
16112026-07-16T17:10:41.762Z Compiling proptest v1.11.0
16122026-07-16T17:10:41.910Z Compiling iddqd v0.4.5
16132026-07-16T17:10:42.145Z Compiling reqwest v0.12.28
16142026-07-16T17:10:42.459Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16152026-07-16T17:10:42.706Z Compiling block-buffer v0.10.4
16162026-07-16T17:10:42.958Z Compiling digest v0.10.7
16172026-07-16T17:10:43.028Z Compiling parse-display v0.10.0
16182026-07-16T17:10:43.149Z Compiling progenitor-client v0.10.0
16192026-07-16T17:10:43.175Z Compiling backoff v0.4.0
16202026-07-16T17:10:43.362Z Compiling itertools v0.14.0
16212026-07-16T17:10:43.384Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16222026-07-16T17:10:43.972Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16232026-07-16T17:10:45.355Z Compiling regress v0.11.1
16242026-07-16T17:10:45.517Z Compiling utf8parse v0.2.2
16252026-07-16T17:10:45.641Z Compiling anstyle-parse v1.0.0
16262026-07-16T17:10:45.856Z Compiling anstyle v1.0.14
16272026-07-16T17:10:46.007Z Compiling is_terminal_polyfill v1.70.2
16282026-07-16T17:10:46.080Z Compiling anstyle-query v1.1.5
16292026-07-16T17:10:46.100Z Compiling colorchoice v1.0.5
16302026-07-16T17:10:46.214Z Compiling anstream v1.0.0
16312026-07-16T17:10:46.937Z Compiling typify-impl v0.6.2
16322026-07-16T17:10:47.060Z Compiling toml_datetime v0.6.11
16332026-07-16T17:10:47.085Z Compiling zerocopy-derive v0.7.35
16342026-07-16T17:10:47.339Z Compiling clap_lex v1.1.0
16352026-07-16T17:10:47.602Z Compiling convert_case v0.4.0
16362026-07-16T17:10:47.673Z Compiling cpufeatures v0.2.17
16372026-07-16T17:10:47.900Z Compiling derive_more v0.99.20
16382026-07-16T17:10:47.954Z Compiling zerocopy v0.7.35
16392026-07-16T17:10:48.500Z Compiling unicode-width v0.2.2
16402026-07-16T17:10:49.228Z Compiling secrecy v0.10.3
16412026-07-16T17:10:49.317Z Compiling clap_derive v4.6.1
16422026-07-16T17:10:49.368Z Compiling tinyvec_macros v0.1.1
16432026-07-16T17:10:49.378Z Compiling float-ord v0.3.2
16442026-07-16T17:10:49.423Z Compiling crucible-workspace-hack v0.1.0
16452026-07-16T17:10:49.486Z Compiling tinyvec v1.11.0
16462026-07-16T17:10:50.121Z Compiling terminal_size v0.4.4
16472026-07-16T17:10:50.172Z Compiling dtrace-parser v0.2.0
16482026-07-16T17:10:50.220Z Compiling scroll_derive v0.12.1
16492026-07-16T17:10:50.286Z Compiling num-integer v0.1.46
16502026-07-16T17:10:50.551Z Compiling rustc_version v0.4.1
16512026-07-16T17:10:50.614Z Compiling usdt-impl v0.5.0
16522026-07-16T17:10:50.952Z Compiling scroll v0.12.0
16532026-07-16T17:10:51.019Z Compiling curve25519-dalek v4.1.3
16542026-07-16T17:10:51.235Z Compiling dof v0.3.0
16552026-07-16T17:10:51.317Z Compiling hmac v0.12.1
16562026-07-16T17:10:51.317Z Compiling inout v0.1.4
16572026-07-16T17:10:51.467Z Compiling darling_core v0.21.3
16582026-07-16T17:10:51.485Z Compiling ff v0.13.1
16592026-07-16T17:10:51.585Z Compiling thread-id v4.2.2
16602026-07-16T17:10:51.597Z Compiling group v0.13.0
16612026-07-16T17:10:51.710Z Compiling hkdf v0.12.4
16622026-07-16T17:10:51.853Z Compiling cipher v0.4.4
16632026-07-16T17:10:52.091Z Compiling goblin v0.8.2
16642026-07-16T17:10:52.182Z Compiling num-rational v0.4.2
16652026-07-16T17:10:52.363Z Compiling num-iter v0.1.45
16662026-07-16T17:10:52.473Z Compiling clap_builder v4.6.0
16672026-07-16T17:10:52.593Z Compiling toml_edit v0.25.12+spec-1.1.0
16682026-07-16T17:10:52.634Z Compiling thiserror-impl-no-std v2.0.2
16692026-07-16T17:10:52.799Z Compiling universal-hash v0.5.1
16702026-07-16T17:10:52.918Z Compiling crypto-bigint v0.5.5
16712026-07-16T17:10:53.334Z Compiling typify-macro v0.6.2
16722026-07-16T17:10:53.552Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16732026-07-16T17:10:53.588Z Compiling darling_macro v0.21.3
16742026-07-16T17:10:53.838Z Compiling crossbeam-epoch v0.9.18
16752026-07-16T17:10:54.075Z Compiling half v2.7.1
16762026-07-16T17:10:54.181Z Compiling curve25519-dalek-derive v0.1.1
16772026-07-16T17:10:54.211Z Compiling num-complex v0.4.6
16782026-07-16T17:10:54.461Z Compiling heck v0.4.1
16792026-07-16T17:10:54.562Z Compiling ciborium-io v0.2.2
16802026-07-16T17:10:54.657Z Compiling base64ct v1.8.3
16812026-07-16T17:10:54.667Z Compiling opaque-debug v0.3.1
16822026-07-16T17:10:54.680Z Compiling base16ct v0.2.0
16832026-07-16T17:10:54.734Z Compiling poly1305 v0.8.0
16842026-07-16T17:10:54.843Z Compiling elliptic-curve v0.13.8
16852026-07-16T17:10:54.960Z Compiling password-hash v0.5.0
16862026-07-16T17:10:55.115Z Compiling ciborium-ll v0.2.2
16872026-07-16T17:10:55.374Z Compiling num v0.4.3
16882026-07-16T17:10:55.470Z Compiling typify v0.6.2
16892026-07-16T17:10:55.547Z Compiling darling v0.21.3
16902026-07-16T17:10:55.558Z Compiling clap v4.6.1
16912026-07-16T17:10:55.639Z Compiling thiserror-no-std v2.0.2
16922026-07-16T17:10:55.725Z Compiling proc-macro-crate v3.5.0
16932026-07-16T17:10:56.070Z Compiling chacha20 v0.9.1
16942026-07-16T17:10:56.133Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16952026-07-16T17:10:56.281Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16962026-07-16T17:10:56.816Z Compiling blake2 v0.10.6
16972026-07-16T17:10:56.858Z Compiling aead v0.5.2
16982026-07-16T17:10:56.987Z Compiling byte-wrapper v0.1.0
16992026-07-16T17:10:57.069Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17002026-07-16T17:10:57.267Z Compiling proc-macro-error-attr v1.0.4
17012026-07-16T17:10:57.420Z Compiling rustix v0.38.44
17022026-07-16T17:10:57.486Z Compiling keccak v0.1.6
17032026-07-16T17:10:57.507Z Compiling prettyplease v0.2.37
17042026-07-16T17:10:57.719Z Compiling unsafe-libyaml v0.2.11
17052026-07-16T17:10:57.756Z Compiling heapless v0.8.0
17062026-07-16T17:10:58.237Z Compiling serde_yaml v0.9.34+deprecated
17072026-07-16T17:10:58.303Z Compiling sha3 v0.10.9
17082026-07-16T17:10:58.448Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17092026-07-16T17:10:58.601Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17102026-07-16T17:10:59.436Z Compiling argon2 v0.5.3
17112026-07-16T17:10:59.488Z Compiling chacha20poly1305 v0.10.1
17122026-07-16T17:10:59.612Z Compiling num_enum_derive v0.7.6
17132026-07-16T17:10:59.623Z Compiling vsss-rs v3.3.4
17142026-07-16T17:10:59.711Z Compiling ingot-macros v0.1.1
17152026-07-16T17:10:59.796Z Compiling ciborium v0.2.2
17162026-07-16T17:11:00.435Z Compiling usdt-macro v0.5.0
17172026-07-16T17:11:00.684Z Compiling usdt-attr-macro v0.5.0
17182026-07-16T17:11:01.930Z Compiling serde_spanned v0.6.9
17192026-07-16T17:11:02.080Z Compiling enum-as-inner v0.6.1
17202026-07-16T17:11:02.226Z Compiling hash32 v0.3.1
17212026-07-16T17:11:02.385Z Compiling proc-macro-error v1.0.4
17222026-07-16T17:11:02.398Z Compiling memmap v0.7.0
17232026-07-16T17:11:02.557Z Compiling memoffset v0.9.1
17242026-07-16T17:11:02.585Z Compiling rustls-webpki v0.103.13
17252026-07-16T17:11:02.600Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17262026-07-16T17:11:02.629Z Compiling data-encoding v2.11.0
17272026-07-16T17:11:02.705Z Compiling toml_write v0.1.2
17282026-07-16T17:11:02.805Z Compiling winnow v0.7.15
17292026-07-16T17:11:02.862Z Compiling winnow v0.5.40
17302026-07-16T17:11:02.908Z Compiling smoltcp v0.11.0
17312026-07-16T17:11:03.005Z Compiling indent_write v2.2.0
17322026-07-16T17:11:03.170Z Compiling cfg_aliases v0.2.1
17332026-07-16T17:11:03.276Z Compiling nix v0.31.3
17342026-07-16T17:11:03.626Z Compiling ingot-types v0.1.2
17352026-07-16T17:11:03.670Z Compiling usdt v0.5.0
17362026-07-16T17:11:03.789Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-07-16T17:11:03.935Z Compiling num_enum v0.7.6
17382026-07-16T17:11:04.027Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17392026-07-16T17:11:04.050Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17402026-07-16T17:11:04.122Z Compiling toml_edit v0.22.27
17412026-07-16T17:11:04.270Z Compiling toml_edit v0.19.15
17422026-07-16T17:11:04.320Z Compiling tabwriter v1.4.1
17432026-07-16T17:11:04.599Z Compiling cobs v0.3.0
17442026-07-16T17:11:04.703Z Compiling serde_repr v0.1.20
17452026-07-16T17:11:04.795Z Compiling pkg-config v0.3.33
17462026-07-16T17:11:05.267Z Compiling managed v0.8.0
17472026-07-16T17:11:05.329Z Compiling bitflags v1.3.2
17482026-07-16T17:11:05.382Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17492026-07-16T17:11:05.406Z Compiling vcpkg v0.2.15
17502026-07-16T17:11:05.485Z Compiling proc-macro-crate v1.3.1
17512026-07-16T17:11:05.638Z Compiling toml v0.8.23
17522026-07-16T17:11:05.979Z Compiling openssl-sys v0.9.116
17532026-07-16T17:11:06.362Z Compiling tokio-rustls v0.26.4
17542026-07-16T17:11:06.372Z Compiling rustls-platform-verifier v0.7.0
17552026-07-16T17:11:06.608Z Compiling hyper-rustls v0.27.9
17562026-07-16T17:11:06.829Z Compiling reqwest v0.13.4
17572026-07-16T17:11:07.781Z Compiling postcard v1.1.3
17582026-07-16T17:11:08.118Z Compiling progenitor-client v0.14.0
17592026-07-16T17:11:08.139Z Compiling ingot v0.1.1
17602026-07-16T17:11:08.420Z Compiling progenitor-extras v0.2.0
17612026-07-16T17:11:09.307Z Compiling hubpack_derive v0.1.1
17622026-07-16T17:11:09.408Z Compiling foreign-types-macros v0.2.3
17632026-07-16T17:11:09.851Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17642026-07-16T17:11:10.041Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17652026-07-16T17:11:10.114Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17662026-07-16T17:11:10.371Z Compiling linked-hash-map v0.5.6
17672026-07-16T17:11:10.398Z Compiling foreign-types-shared v0.3.1
17682026-07-16T17:11:10.500Z Compiling rayon-core v1.13.0
17692026-07-16T17:11:10.568Z Compiling swrite v0.1.0
17702026-07-16T17:11:10.668Z Compiling colored v3.1.1
17712026-07-16T17:11:10.744Z Compiling static_assertions v1.1.0
17722026-07-16T17:11:10.822Z Compiling semver v0.1.20
17732026-07-16T17:11:11.080Z Compiling resolv-conf v0.7.6
17742026-07-16T17:11:11.092Z Compiling unicode-segmentation v1.13.3
17752026-07-16T17:11:11.193Z Compiling rustc_version v0.1.7
17762026-07-16T17:11:11.425Z Compiling newline-converter v0.3.0
17772026-07-16T17:11:11.474Z Compiling lru-cache v0.1.2
17782026-07-16T17:11:11.529Z Compiling foreign-types v0.5.0
17792026-07-16T17:11:11.593Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17802026-07-16T17:11:11.607Z Compiling hubpack v0.1.2
17812026-07-16T17:11:11.832Z Compiling num_enum_derive v0.5.11
17822026-07-16T17:11:11.962Z Compiling atomicwrites v0.4.4
17832026-07-16T17:11:12.288Z Compiling hickory-proto v0.24.4
17842026-07-16T17:11:12.886Z Compiling progenitor-impl v0.13.0
17852026-07-16T17:11:13.433Z Compiling crossbeam-deque v0.8.6
17862026-07-16T17:11:13.635Z Compiling console v0.15.11
17872026-07-16T17:11:13.648Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17882026-07-16T17:11:14.161Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17892026-07-16T17:11:14.180Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17902026-07-16T17:11:14.306Z Compiling camino-tempfile v1.4.1
17912026-07-16T17:11:14.431Z Compiling chacha20 v0.10.0
17922026-07-16T17:11:14.704Z Compiling serde-big-array v0.5.1
17932026-07-16T17:11:14.857Z Compiling pin-project-internal v1.1.13
17942026-07-16T17:11:15.679Z Compiling derive-where v1.6.1
17952026-07-16T17:11:16.052Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17962026-07-16T17:11:16.123Z Compiling num-derive v0.4.2
17972026-07-16T17:11:16.326Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17982026-07-16T17:11:16.688Z Compiling cstr-argument v0.1.2
17992026-07-16T17:11:16.790Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18002026-07-16T17:11:16.876Z Compiling similar v2.7.0
18012026-07-16T17:11:16.885Z Compiling minimal-lexical v0.2.1
18022026-07-16T17:11:16.997Z Compiling siphasher v1.0.3
18032026-07-16T17:11:17.121Z Compiling nom v7.1.3
18042026-07-16T17:11:17.130Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18052026-07-16T17:11:17.197Z Compiling phf_shared v0.12.1
18062026-07-16T17:11:17.320Z Compiling expectorate v1.2.0
18072026-07-16T17:11:17.375Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18082026-07-16T17:11:17.389Z Compiling progenitor-macro v0.13.0
18092026-07-16T17:11:17.470Z Compiling pin-project v1.1.13
18102026-07-16T17:11:17.546Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18112026-07-16T17:11:17.572Z Compiling rand v0.10.2
18122026-07-16T17:11:17.702Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18132026-07-16T17:11:17.806Z Compiling hickory-resolver v0.24.4
18142026-07-16T17:11:18.251Z Compiling num_enum v0.5.11
18152026-07-16T17:11:18.371Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18162026-07-16T17:11:18.495Z Compiling newtype_derive v0.1.6
18172026-07-16T17:11:18.573Z Compiling progenitor-client v0.13.0
18182026-07-16T17:11:18.875Z Compiling progenitor-impl v0.14.0
18192026-07-16T17:11:19.044Z Compiling snafu-derive v0.8.9
18202026-07-16T17:11:20.150Z Compiling unicode-normalization v0.1.25
18212026-07-16T17:11:20.487Z Compiling tokio-stream v0.1.18
18222026-07-16T17:11:20.521Z Compiling async-recursion v1.1.1
18232026-07-16T17:11:20.649Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18242026-07-16T17:11:20.862Z Compiling slog-dtrace v0.3.0
18252026-07-16T17:11:20.966Z Compiling bstr v1.12.1
18262026-07-16T17:11:20.972Z Compiling csv-core v0.1.13
18272026-07-16T17:11:21.118Z Compiling unicode-xid v0.2.6
18282026-07-16T17:11:21.244Z Compiling cancel-safe-futures v0.1.5
18292026-07-16T17:11:21.254Z Compiling konst_macro_rules v0.2.19
18302026-07-16T17:11:21.259Z Compiling owo-colors v4.3.0
18312026-07-16T17:11:21.434Z Compiling same-file v1.0.6
18322026-07-16T17:11:21.474Z Compiling unicode-width v0.1.14
18332026-07-16T17:11:21.503Z Compiling highway v1.3.0
18342026-07-16T17:11:21.613Z Compiling foreign-types-shared v0.1.1
18352026-07-16T17:11:21.626Z Compiling openssl v0.10.80
18362026-07-16T17:11:21.705Z Compiling chrono-tz v0.10.4
18372026-07-16T17:11:21.755Z Compiling foldhash v0.1.5
18382026-07-16T17:11:21.904Z Compiling hashbrown v0.15.5
18392026-07-16T17:11:21.934Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-07-16T17:11:21.946Z Compiling foreign-types v0.3.2
18412026-07-16T17:11:22.018Z Compiling walkdir v2.5.0
18422026-07-16T17:11:22.048Z Compiling konst v0.2.20
18432026-07-16T17:11:22.262Z Compiling globset v0.4.18
18442026-07-16T17:11:22.285Z Compiling const_format_proc_macros v0.2.34
18452026-07-16T17:11:22.384Z Compiling csv v1.4.0
18462026-07-16T17:11:22.540Z Compiling progenitor-macro v0.14.0
18472026-07-16T17:11:22.562Z Compiling qorb v0.4.1
18482026-07-16T17:11:22.610Z Compiling progenitor v0.13.0
18492026-07-16T17:11:22.752Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-07-16T17:11:22.953Z Compiling snafu v0.8.9
18512026-07-16T17:11:23.109Z Compiling olpc-cjson v0.1.4
18522026-07-16T17:11:23.121Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-07-16T17:11:23.339Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-07-16T17:11:24.822Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-07-16T17:11:24.975Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18562026-07-16T17:11:25.337Z Compiling rayon v1.12.0
18572026-07-16T17:11:25.389Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-07-16T17:11:25.443Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18592026-07-16T17:11:25.455Z Compiling phf v0.12.1
18602026-07-16T17:11:25.467Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-07-16T17:11:26.014Z Compiling zone_cfg_derive v0.3.1
18622026-07-16T17:11:26.422Z Compiling tokio-dtrace v0.1.1
18632026-07-16T17:11:26.742Z Compiling itertools v0.12.1
18642026-07-16T17:11:26.867Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18652026-07-16T17:11:27.073Z Compiling libsw-core v0.3.2
18662026-07-16T17:11:27.160Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18672026-07-16T17:11:27.245Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-07-16T17:11:27.544Z Compiling serde_plain v1.0.2
18692026-07-16T17:11:27.688Z Compiling openssl-macros v0.1.1
18702026-07-16T17:11:27.757Z Compiling pem v3.0.6
18712026-07-16T17:11:27.867Z Compiling cookie v0.18.1
18722026-07-16T17:11:27.938Z Compiling sigpipe v0.1.3
18732026-07-16T17:11:27.992Z Compiling jiff v0.2.28
18742026-07-16T17:11:28.026Z Compiling fixedbitset v0.4.2
18752026-07-16T17:11:28.113Z Compiling fixedbitset v0.5.7
18762026-07-16T17:11:28.146Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-07-16T17:11:28.149Z Compiling bytecount v0.6.9
18782026-07-16T17:11:28.189Z Compiling typed-path v0.9.3
18792026-07-16T17:11:28.263Z Compiling glob v0.3.3
18802026-07-16T17:11:28.286Z Compiling papergrid v0.11.0
18812026-07-16T17:11:28.412Z Compiling petgraph v0.8.3
18822026-07-16T17:11:28.727Z Compiling petgraph v0.6.5
18832026-07-16T17:11:29.550Z Compiling tough v0.22.0
18842026-07-16T17:11:30.111Z Compiling progenitor v0.14.0
18852026-07-16T17:11:30.154Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-07-16T17:11:30.228Z Compiling zone v0.3.1
18872026-07-16T17:11:30.339Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18882026-07-16T17:11:30.390Z Compiling libsw v3.5.0
18892026-07-16T17:11:30.394Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-07-16T17:11:30.459Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18912026-07-16T17:11:30.529Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18922026-07-16T17:11:30.574Z Compiling oxide-tokio-rt v0.1.6
18932026-07-16T17:11:30.709Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-07-16T17:11:30.889Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-07-16T17:11:31.750Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-07-16T17:11:31.824Z Compiling const_format v0.2.36
18972026-07-16T17:11:31.876Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-07-16T17:11:32.250Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18992026-07-16T17:11:32.451Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-07-16T17:11:32.670Z Compiling tabled_derive v0.7.0
19012026-07-16T17:11:32.790Z Compiling gethostname v0.5.0
19022026-07-16T17:11:32.911Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-07-16T17:11:32.927Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19042026-07-16T17:11:32.999Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-07-16T17:11:33.032Z Compiling smf v0.2.3
19062026-07-16T17:11:33.050Z Compiling bcs v0.1.6
19072026-07-16T17:11:33.095Z Compiling whoami v1.6.1
19082026-07-16T17:11:33.366Z Compiling tagptr v0.2.0
19092026-07-16T17:11:33.422Z Compiling termtree v0.5.1
19102026-07-16T17:11:33.518Z Compiling smawk v0.3.2
19112026-07-16T17:11:33.567Z Compiling linear-map v1.2.0
19122026-07-16T17:11:33.640Z Compiling lazy_static v1.5.0
19132026-07-16T17:11:33.650Z Compiling unicode-linebreak v0.1.5
19142026-07-16T17:11:33.661Z Compiling tabled v0.15.0
19152026-07-16T17:11:33.741Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-07-16T17:11:33.757Z Compiling steno v0.4.1
19172026-07-16T17:11:33.899Z Compiling textwrap v0.16.2
19182026-07-16T17:11:34.221Z Compiling moka v0.12.15
19192026-07-16T17:11:34.358Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-07-16T17:11:35.038Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-07-16T17:11:35.834Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-07-16T17:11:35.847Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-07-16T17:11:36.449Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-07-16T17:11:36.666Z Compiling hickory-proto v0.25.2
19252026-07-16T17:11:37.055Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19262026-07-16T17:11:37.416Z Compiling parking_lot_core v0.8.6
19272026-07-16T17:11:37.733Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19282026-07-16T17:11:38.047Z Compiling libscf-sys v1.2.0
19292026-07-16T17:11:38.094Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19302026-07-16T17:11:38.203Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19312026-07-16T17:11:38.262Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19322026-07-16T17:11:38.450Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19332026-07-16T17:11:38.563Z Compiling hickory-resolver v0.25.2
19342026-07-16T17:11:38.813Z Compiling nom v8.0.0
19352026-07-16T17:11:38.975Z Compiling parking_lot v0.11.2
19362026-07-16T17:11:39.322Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19372026-07-16T17:11:39.400Z Compiling fxhash v0.2.1
19382026-07-16T17:11:39.464Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-07-16T17:11:39.539Z Compiling internet-checksum v0.2.1
19402026-07-16T17:11:39.569Z Compiling sled v0.34.7
19412026-07-16T17:11:39.679Z Compiling itertools v0.15.0
19422026-07-16T17:11:40.261Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19432026-07-16T17:11:41.085Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19442026-07-16T17:11:44.437Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19452026-07-16T17:11:46.257Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19462026-07-16T17:11:52.382Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19472026-07-16T17:11:54.016Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19482026-07-16T17:11:55.053Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19492026-07-16T17:11:56.016Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19502026-07-16T17:11:57.052Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19512026-07-16T17:12:19.288Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
19522026-07-16T17:12:19.475Z────────────
19532026-07-16T17:12:19.476Z Nextest run ID 9215d0d7-b10c-459c-8321-4d5e33d018c3 with nextest profile: default
19542026-07-16T17:12:19.476Z Starting 13 tests across 1 binary (28 tests skipped)
19552026-07-16T17:12:36.569Z PASS [ 17.090s] rdb proptest::prop_ipv4_normalized_is_network_address
19562026-07-16T17:12:36.712Z PASS [ 17.234s] rdb proptest::prop_ipv4_subnet_of_self
19572026-07-16T17:12:36.716Z PASS [ 17.237s] rdb proptest::prop_ipv4_default_contains_all
19582026-07-16T17:12:36.769Z PASS [ 17.291s] rdb proptest::prop_ipv6_normalized_is_network_address
19592026-07-16T17:12:36.894Z PASS [ 17.416s] rdb proptest::prop_ipv6_default_contains_all
19602026-07-16T17:12:36.924Z PASS [ 17.446s] rdb proptest::prop_ipv6_subnet_of_self
19612026-07-16T17:12:45.973Z PASS [ 26.494s] rdb proptest::prop_static_route_key_deduplication
19622026-07-16T17:13:13.609Z PASS [ 37.001s] rdb proptest::prop_static_route_key_normalization_idempotent
19632026-07-16T17:13:13.688Z PASS [ 36.970s] rdb proptest::prop_static_route_key_normalization_preserves_length
19642026-07-16T17:13:13.753Z PASS [ 36.978s] rdb proptest::prop_static_route_key_normalized_is_network_address
19652026-07-16T17:13:13.825Z PASS [ 37.110s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19662026-07-16T17:13:19.486Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19672026-07-16T17:13:30.286Z PASS [ 53.385s] rdb proptest::prop_static_route_key_ord_consistency
19682026-07-16T17:14:19.574Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19692026-07-16T17:15:19.546Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19702026-07-16T17:16:19.621Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19712026-07-16T17:16:39.692Z PASS [ 258.839s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19722026-07-16T17:16:39.743Z────────────
19732026-07-16T17:16:39.743Z Summary [ 258.841s] 13 tests run: 13 passed (1 slow), 28 skipped
19742026-07-16T17:16:39.743Z+ cp './*.log' /work/
19752026-07-16T17:16:39.743Z+ true
19762026-07-16T17:16:39.743Z+ [[ -d proptest-regressions ]]
19772026-07-16T17:16:39.743Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19782026-07-16T17:16:39.743Z+ popd
19792026-07-16T17:16:39.743Z+ pushd bgp
19802026-07-16T17:16:39.743Z/work/oxidecomputer/maghemite
19812026-07-16T17:16:39.744Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19822026-07-16T17:16:39.744Z+ PROPTEST_CASES=1000000
19832026-07-16T17:16:39.744Z+ cargo nextest run --lib proptest
19842026-07-16T17:16:39.744Z Compiling smallvec v1.15.1
19852026-07-16T17:16:39.785Z Compiling crunchy v0.2.4
19862026-07-16T17:16:39.785Z Compiling tiny-keccak v2.0.2
19872026-07-16T17:16:39.785Z Compiling smartstring v1.0.1
19882026-07-16T17:16:39.786Z Compiling ahash v0.8.12
19892026-07-16T17:16:39.840Z Compiling thin-vec v0.2.18
19902026-07-16T17:16:39.840Z Compiling rhai_codegen v3.2.0
19912026-07-16T17:16:39.907Z Compiling icu_normalizer v2.2.0
19922026-07-16T17:16:39.931Z Compiling parking_lot_core v0.9.12
19932026-07-16T17:16:40.417Z Compiling parking_lot_core v0.8.6
19942026-07-16T17:16:40.797Z Compiling parking_lot v0.12.5
19952026-07-16T17:16:40.797Z Compiling idna_adapter v1.2.2
19962026-07-16T17:16:40.797Z Compiling tokio v1.52.3
19972026-07-16T17:16:41.029Z Compiling idna v1.1.0
19982026-07-16T17:16:41.029Z Compiling moka v0.12.15
19992026-07-16T17:16:41.029Z Compiling const-random-macro v0.1.16
20002026-07-16T17:16:41.030Z Compiling parking_lot v0.11.2
20012026-07-16T17:16:41.099Z Compiling url v2.5.8
20022026-07-16T17:16:41.150Z Compiling const-random v0.1.18
20032026-07-16T17:16:41.401Z Compiling sled v0.34.7
20042026-07-16T17:16:41.502Z Compiling serial_test_derive v3.5.0
20052026-07-16T17:16:41.502Z Compiling yansi v1.0.1
20062026-07-16T17:16:41.788Z Compiling schemars v0.8.22
20072026-07-16T17:16:41.911Z Compiling diff v0.1.13
20082026-07-16T17:16:41.911Z Compiling rhai v1.25.1
20092026-07-16T17:16:41.981Z Compiling pretty_assertions v1.4.1
20102026-07-16T17:16:42.094Z Compiling serial_test v3.5.0
20112026-07-16T17:16:42.468Z Compiling ipnetwork v0.21.1
20122026-07-16T17:16:42.468Z Compiling newtype-uuid v1.3.2
20132026-07-16T17:16:42.513Z Compiling serde_with v3.20.0
20142026-07-16T17:16:42.739Z Compiling oxnet v0.1.6
20152026-07-16T17:16:42.822Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
20162026-07-16T17:16:43.169Z Compiling daft v0.1.7
20172026-07-16T17:16:43.231Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20182026-07-16T17:16:43.430Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-07-16T17:16:43.563Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
20202026-07-16T17:16:43.966Z Compiling iddqd v0.4.5
20212026-07-16T17:16:44.618Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20222026-07-16T17:16:44.989Z Compiling tokio-util v0.7.18
20232026-07-16T17:16:44.989Z Compiling tokio-rustls v0.26.4
20242026-07-16T17:16:44.989Z Compiling tower v0.5.3
20252026-07-16T17:16:44.989Z Compiling async-compression v0.4.42
20262026-07-16T17:16:45.013Z Compiling h2 v0.4.14
20272026-07-16T17:16:45.013Z Compiling tower-http v0.6.11
20282026-07-16T17:16:45.013Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-07-16T17:16:45.177Z Compiling backoff v0.4.0
20302026-07-16T17:16:46.226Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-07-16T17:16:46.557Z Compiling byte-wrapper v0.1.0
20322026-07-16T17:16:46.557Z Compiling typify-impl v0.6.2
20332026-07-16T17:16:46.835Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20342026-07-16T17:16:46.836Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-07-16T17:16:47.059Z Compiling hyper v1.10.1
20362026-07-16T17:16:47.318Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20372026-07-16T17:16:47.957Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20382026-07-16T17:16:48.639Z Compiling typify v0.6.2
20392026-07-16T17:16:48.639Z Compiling hyper-util v0.1.20
20402026-07-16T17:16:49.320Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-07-16T17:16:49.320Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20422026-07-16T17:16:49.826Z Compiling hickory-proto v0.24.4
20432026-07-16T17:16:50.262Z Compiling hyper-rustls v0.27.9
20442026-07-16T17:16:50.262Z Compiling reqwest v0.13.4
20452026-07-16T17:16:50.262Z Compiling dropshot v0.17.1
20462026-07-16T17:16:50.262Z Compiling reqwest v0.12.28
20472026-07-16T17:16:51.139Z Compiling progenitor-client v0.10.0
20482026-07-16T17:16:51.450Z Compiling progenitor-client v0.14.0
20492026-07-16T17:16:51.796Z Compiling progenitor-extras v0.2.0
20502026-07-16T17:16:52.741Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20512026-07-16T17:16:53.657Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-07-16T17:16:54.622Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20532026-07-16T17:16:55.195Z Compiling progenitor-client v0.13.0
20542026-07-16T17:16:55.567Z Compiling hickory-resolver v0.24.4
20552026-07-16T17:16:55.780Z Compiling progenitor-impl v0.13.0
20562026-07-16T17:16:56.474Z Compiling tokio-stream v0.1.18
20572026-07-16T17:16:57.165Z Compiling qorb v0.4.1
20582026-07-16T17:17:00.650Z Compiling progenitor v0.13.0
20592026-07-16T17:17:00.650Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20602026-07-16T17:17:01.068Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-07-16T17:17:01.068Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-07-16T17:17:01.069Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-07-16T17:17:01.069Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-07-16T17:17:01.069Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-07-16T17:17:01.069Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-07-16T17:17:01.453Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-07-16T17:17:01.454Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-07-16T17:17:01.454Z Compiling progenitor-impl v0.14.0
20692026-07-16T17:17:02.996Z Compiling libsw-core v0.3.2
20702026-07-16T17:17:03.829Z Compiling tokio-dtrace v0.1.1
20712026-07-16T17:17:03.829Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20722026-07-16T17:17:03.829Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20732026-07-16T17:17:03.829Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-07-16T17:17:03.829Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20752026-07-16T17:17:03.829Z Compiling progenitor v0.14.0
20762026-07-16T17:17:03.829Z Compiling oxide-tokio-rt v0.1.6
20772026-07-16T17:17:03.829Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20782026-07-16T17:17:03.829Z Compiling libsw v3.5.0
20792026-07-16T17:17:03.830Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-07-16T17:17:03.830Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20812026-07-16T17:17:04.489Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20822026-07-16T17:17:04.489Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20832026-07-16T17:17:04.489Z Compiling tough v0.22.0
20842026-07-16T17:17:04.489Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20852026-07-16T17:17:04.489Z Compiling zone v0.3.1
20862026-07-16T17:17:04.489Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20872026-07-16T17:17:04.965Z Compiling cancel-safe-futures v0.1.5
20882026-07-16T17:17:05.334Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20892026-07-16T17:17:05.334Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20902026-07-16T17:17:05.334Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20912026-07-16T17:17:06.004Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20922026-07-16T17:17:06.322Z Compiling steno v0.4.1
20932026-07-16T17:17:06.322Z Compiling hickory-proto v0.25.2
20942026-07-16T17:17:06.882Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20952026-07-16T17:17:07.844Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20962026-07-16T17:17:08.119Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20972026-07-16T17:17:08.393Z Compiling hickory-resolver v0.25.2
20982026-07-16T17:17:08.976Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20992026-07-16T17:17:09.631Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21002026-07-16T17:17:09.632Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21012026-07-16T17:17:09.640Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21022026-07-16T17:17:10.305Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21032026-07-16T17:17:10.577Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21042026-07-16T17:17:10.641Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
21052026-07-16T17:17:10.724Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21062026-07-16T17:17:11.226Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-07-16T17:17:11.486Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21082026-07-16T17:17:16.231Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21092026-07-16T17:17:18.030Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21102026-07-16T17:17:25.801Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-07-16T17:17:27.499Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21122026-07-16T17:17:28.578Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21132026-07-16T17:17:29.501Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21142026-07-16T17:17:30.341Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21152026-07-16T17:17:32.393Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21162026-07-16T17:18:04.299Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 25s
21172026-07-16T17:18:04.486Z────────────
21182026-07-16T17:18:04.486Z Nextest run ID 601fda02-08bc-4fe1-8073-69af0a5600a7 with nextest profile: default
21192026-07-16T17:18:04.487Z Starting 17 tests across 1 binary (133 tests skipped)
21202026-07-16T17:18:22.372Z PASS [ 17.361s] bgp proptest::prop_ipv4_wire_format_roundtrip
21212026-07-16T17:18:23.766Z PASS [ 19.276s] bgp proptest::prop_ipv4_withdrawn_roundtrip
21222026-07-16T17:18:23.809Z PASS [ 19.323s] bgp proptest::prop_ipv4_prefixes_roundtrip
21232026-07-16T17:18:24.967Z PASS [ 20.450s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
21242026-07-16T17:18:25.505Z PASS [ 21.021s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
21252026-07-16T17:18:25.575Z PASS [ 21.091s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
21262026-07-16T17:18:33.634Z PASS [ 29.084s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
21272026-07-16T17:18:39.067Z PASS [ 17.220s] bgp proptest::prop_ipv6_wire_format_roundtrip
21282026-07-16T17:18:44.072Z PASS [ 19.135s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
21292026-07-16T17:18:44.135Z PASS [ 20.370s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
21302026-07-16T17:18:44.814Z PASS [ 19.238s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
21312026-07-16T17:18:45.307Z PASS [ 19.800s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
21322026-07-16T17:19:04.488Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
21332026-07-16T17:19:08.251Z PASS [ 29.183s] bgp proptest::prop_update_mp_unreach_roundtrip
21342026-07-16T17:19:13.072Z PASS [ 68.584s] bgp proptest::prop_encode_decode_semantic_equivalence
21352026-07-16T17:19:23.815Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21362026-07-16T17:19:33.663Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21372026-07-16T17:19:34.763Z PASS [ 70.949s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21382026-07-16T17:19:44.088Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21392026-07-16T17:19:46.867Z PASS [ 62.758s] bgp proptest::prop_update_traditional_roundtrip
21402026-07-16T17:19:48.514Z PASS [ 74.939s] bgp proptest::prop_update_mp_reach_roundtrip
21412026-07-16T17:19:48.520Z────────────
21422026-07-16T17:19:48.520Z Summary [ 104.023s] 17 tests run: 17 passed (4 slow), 133 skipped
21432026-07-16T17:19:48.529Z+ cp './*.log' /work/
21442026-07-16T17:19:48.533Z+ true
21452026-07-16T17:19:48.533Z+ [[ -d proptest-regressions ]]
21462026-07-16T17:19:48.533Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21472026-07-16T17:19:48.533Z+ popd
21482026-07-16T17:19:48.533Z/work/oxidecomputer/maghemite
21492026-07-16T17:19:48.533Zprocess exited: duration 733309 ms, exit code 0
 
21502026-07-16T17:19:48.546Zfound 0 output files