01KTWA5RB1NJAA827WDDT3TC5T: 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: 01KTWA686VEFVQX1P8PBQTRVCJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T21:43:43.318Zjob assigned to worker 01KTWA6M99B9WN11GN3146NVN5 [factory aws, i-0460deb47b6b83cf2] (queued for 1 m 4 s)
 
22026-06-11T21:43:50.613Zstarting task 0: "setup"
32026-06-11T21:43:50.616Z++ uname -s
42026-06-11T21:43:50.619Z+ kern=SunOS
52026-06-11T21:43:50.620Z+ build_user=build
62026-06-11T21:43:50.620Z+ build_uid=12345
72026-06-11T21:43:50.620Z+ work_dir=/work
82026-06-11T21:43:50.620Z+ input_dir=/input
92026-06-11T21:43:50.620Z+ [[ 0 == 12345 ]]
102026-06-11T21:43:50.620Z+ case "$kern" in
112026-06-11T21:43:50.620Z+ groupadd -g 12345 build
122026-06-11T21:43:50.623Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T21:43:52.625Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T21:43:52.691Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T21:43:52.695Z+ home_fs=zfs
162026-06-11T21:43:52.695Z+ [[ zfs == autofs ]]
172026-06-11T21:43:52.696Z+ mkdir -p /home/build
182026-06-11T21:43:52.696Z+ chown build:build /home/build /work
192026-06-11T21:43:54.694Z+ chmod 0700 /home/build /work
202026-06-11T21:43:54.697Zprocess exited: duration 4084 ms, exit code 0
 
212026-06-11T21:43:54.703Zstarting task 1: "rust-toolchain"
222026-06-11T21:43:54.707Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-11T21:43:54.707Z * rust toolchain channel = "stable"
242026-06-11T21:43:54.707Z * rust toolchain profile = "default"
252026-06-11T21:43:54.707Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-11T21:43:54.710Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-11T21:43:54.710Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-11T21:43:54.710Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T21:43:54.710Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-11T21:43:54.782Zinfo: downloading installer
312026-06-11T21:43:56.273Zwarn: It looks like you have an existing installation of Rust at:
322026-06-11T21:43:56.273Zwarn: /opt/ooce/bin
332026-06-11T21:43:56.273Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-11T21:43:56.273Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-11T21:43:56.273Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-11T21:43:56.273Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-11T21:43:56.273Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-11T21:43:56.273Zerror: cannot install while Rust is installed
392026-06-11T21:43:56.273Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-11T21:43:56.276Zwarn: It looks like you have an existing rustup settings file at:
412026-06-11T21:43:56.276Zwarn: /home/build/.rustup/settings.toml
422026-06-11T21:43:56.276Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-11T21:43:56.276Zwarn: instead of the one inferred from the default host triple.
442026-06-11T21:43:56.287Zinfo: profile set to default
452026-06-11T21:43:56.287Zinfo: default host triple is x86_64-unknown-illumos
462026-06-11T21:43:56.290Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-11T21:43:56.431Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-11T21:43:56.435Zinfo: downloading 6 components
492026-06-11T21:44:13.682Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-11T21:44:13.682Z
512026-06-11T21:44:13.711Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-11T21:44:13.711Z
532026-06-11T21:44:13.711Z
542026-06-11T21:44:13.711ZRust is installed now. Great!
552026-06-11T21:44:13.711Z
562026-06-11T21:44:13.714ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-11T21:44:13.714Zenvironment variable. This has not been done automatically.
582026-06-11T21:44:13.714Z
592026-06-11T21:44:13.715ZTo configure your current shell, you need to source
602026-06-11T21:44:13.715Zthe corresponding env file under $HOME/.cargo.
612026-06-11T21:44:13.715Z
622026-06-11T21:44:13.715ZThis is usually done by running one of the following (note the leading DOT):
632026-06-11T21:44:13.715Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-11T21:44:13.715Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-11T21:44:13.715Zsource "~/.cargo/env.nu" # For nushell
662026-06-11T21:44:13.715Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-11T21:44:13.715Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-11T21:44:13.715Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-11T21:44:13.715Zwarn: no default linker (`cc`) was found in your PATH
702026-06-11T21:44:13.715Zwarn: many Rust crates require a system C toolchain to build
712026-06-11T21:44:13.805Z+ rustup --version
722026-06-11T21:44:13.814Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-11T21:44:13.818Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-11T21:44:13.835Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-11T21:44:13.838Z+ cargo --version
762026-06-11T21:44:13.851Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-11T21:44:13.854Z+ rustc --version
782026-06-11T21:44:13.872Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-11T21:44:13.875Zprocess exited: duration 19169 ms, exit code 0
 
802026-06-11T21:44:13.882Zstarting task 2: "authentication"
812026-06-11T21:44:13.899Zprocess exited: duration 16 ms, exit code 0
 
822026-06-11T21:44:13.906Zstarting task 3: "clone repository"
832026-06-11T21:44:13.909Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-11T21:44:13.912Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-11T21:44:13.941ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-11T21:44:15.634Z+ cd /work/oxidecomputer/maghemite
872026-06-11T21:44:15.638Z+ git fetch origin 1dcd3e3f53d390dd97613f2530d25d2520d7d000
882026-06-11T21:44:16.060ZFrom https://github.com/oxidecomputer/maghemite
892026-06-11T21:44:16.060Z * branch 1dcd3e3f53d390dd97613f2530d25d2520d7d000 -> FETCH_HEAD
902026-06-11T21:44:16.067Z+ [[ -n trey/just-build ]]
912026-06-11T21:44:16.069Z++ git branch --show-current
922026-06-11T21:44:16.069Z+ current=main
932026-06-11T21:44:16.069Z+ [[ main != trey/just-build ]]
942026-06-11T21:44:16.072Z+ git branch -f trey/just-build 1dcd3e3f53d390dd97613f2530d25d2520d7d000
952026-06-11T21:44:16.074Z+ git checkout -f trey/just-build
962026-06-11T21:44:16.091ZSwitched to branch 'trey/just-build'
972026-06-11T21:44:16.093Z+ git reset --hard 1dcd3e3f53d390dd97613f2530d25d2520d7d000
982026-06-11T21:44:16.108ZHEAD is now at 1dcd3e3 justfile: pass all args to cargo build
992026-06-11T21:44:16.111Zprocess exited: duration 2202 ms, exit code 0
 
1002026-06-11T21:44:16.115Zstarting task 4: "build"
1012026-06-11T21:44:16.119Z+ set -e
1022026-06-11T21:44:16.119Z+ NEXTEST_VERSION=0.9.97
1032026-06-11T21:44:16.119Z+ PLATFORM=illumos
1042026-06-11T21:44:16.119Z+ cargo --version
1052026-06-11T21:44:16.124Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-11T21:44:16.284Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-11T21:44:16.286Zinfo: downloading 6 components
1082026-06-11T21:44:31.463Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-11T21:44:31.466Z+ rustc --version
1102026-06-11T21:44:31.493Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-11T21:44:31.496Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-11T21:44:31.538Z Updating crates.io index
1132026-06-11T21:44:31.641Z Downloading crates ...
1142026-06-11T21:44:31.696Z Downloaded cargo-nextest v0.9.97
1152026-06-11T21:44:31.758Z Installing cargo-nextest v0.9.97
1162026-06-11T21:44:31.798Z Updating crates.io index
1172026-06-11T21:44:34.800Z Locking 404 packages to latest compatible versions
1182026-06-11T21:44:34.807Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-11T21:44:34.810Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-11T21:44:34.810Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-11T21:44:34.810Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-11T21:44:34.810Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-11T21:44:34.814Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1242026-06-11T21:44:34.814Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-06-11T21:44:34.814Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1262026-06-11T21:44:34.817Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-06-11T21:44:34.844Z Downloading crates ...
1282026-06-11T21:44:34.916Z Downloaded atomic-waker v1.1.2
1292026-06-11T21:44:34.921Z Downloaded foreign-types v0.3.2
1302026-06-11T21:44:34.924Z Downloaded document-features v0.2.12
1312026-06-11T21:44:34.924Z Downloaded anstream v1.0.0
1322026-06-11T21:44:34.931Z Downloaded der v0.7.10
1332026-06-11T21:44:34.934Z Downloaded indenter v0.3.4
1342026-06-11T21:44:34.940Z Downloaded hashbrown v0.15.5
1352026-06-11T21:44:34.944Z Downloaded lazy_static v1.5.0
1362026-06-11T21:44:34.947Z Downloaded crossterm v0.29.0
1372026-06-11T21:44:34.950Z Downloaded ipnet v2.12.0
1382026-06-11T21:44:34.953Z Downloaded convert_case v0.10.0
1392026-06-11T21:44:34.955Z Downloaded lru-slab v0.1.2
1402026-06-11T21:44:34.956Z Downloaded config v0.15.23
1412026-06-11T21:44:34.958Z Downloaded cargo-platform v0.2.0
1422026-06-11T21:44:34.962Z Downloaded digest v0.10.7
1432026-06-11T21:44:34.962Z Downloaded derive-where v1.6.1
1442026-06-11T21:44:34.965Z Downloaded rand_chacha v0.9.0
1452026-06-11T21:44:34.965Z Downloaded quinn-udp v0.5.14
1462026-06-11T21:44:34.968Z Downloaded color-spantrace v0.3.0
1472026-06-11T21:44:34.968Z Downloaded clap_builder v4.6.0
1482026-06-11T21:44:34.972Z Downloaded cargo-util-schemas v0.2.0
1492026-06-11T21:44:34.975Z Downloaded eyre v0.6.12
1502026-06-11T21:44:34.979Z Downloaded futures-sink v0.3.32
1512026-06-11T21:44:34.979Z Downloaded anstyle-query v1.1.5
1522026-06-11T21:44:34.982Z Downloaded either v1.16.0
1532026-06-11T21:44:34.982Z Downloaded curve25519-dalek-derive v0.1.1
1542026-06-11T21:44:34.982Z Downloaded crc32fast v1.5.0
1552026-06-11T21:44:34.985Z Downloaded getrandom v0.2.17
1562026-06-11T21:44:34.985Z Downloaded ahash v0.8.12
1572026-06-11T21:44:34.987Z Downloaded enable-ansi-support v0.2.1
1582026-06-11T21:44:34.987Z Downloaded clap_lex v1.1.0
1592026-06-11T21:44:34.992Z Downloaded erased-serde v0.4.10
1602026-06-11T21:44:34.992Z Downloaded miette v7.6.0
1612026-06-11T21:44:34.995Z Downloaded jobserver v0.1.34
1622026-06-11T21:44:34.995Z Downloaded httparse v1.10.1
1632026-06-11T21:44:34.997Z Downloaded itertools v0.14.0
1642026-06-11T21:44:35.001Z Downloaded nextest-filtering v0.15.0
1652026-06-11T21:44:35.004Z Downloaded humantime-serde v1.1.1
1662026-06-11T21:44:35.004Z Downloaded adler2 v2.0.1
1672026-06-11T21:44:35.007Z Downloaded future-queue v0.4.0
1682026-06-11T21:44:35.007Z Downloaded futures-core v0.3.32
1692026-06-11T21:44:35.007Z Downloaded rustc-hash v2.1.2
1702026-06-11T21:44:35.010Z Downloaded serde_urlencoded v0.7.1
1712026-06-11T21:44:35.010Z Downloaded is_terminal_polyfill v1.70.2
1722026-06-11T21:44:35.013Z Downloaded native-tls v0.2.18
1732026-06-11T21:44:35.013Z Downloaded find-msvc-tools v0.1.9
1742026-06-11T21:44:35.013Z Downloaded camino-tempfile v1.4.1
1752026-06-11T21:44:35.016Z Downloaded anstyle-parse v1.0.0
1762026-06-11T21:44:35.016Z Downloaded openssl-probe v0.2.1
1772026-06-11T21:44:35.019Z Downloaded is_ci v1.2.0
1782026-06-11T21:44:35.019Z Downloaded idna_adapter v1.0.0
1792026-06-11T21:44:35.019Z Downloaded hyper-tls v0.6.0
1802026-06-11T21:44:35.022Z Downloaded block-buffer v0.10.4
1812026-06-11T21:44:35.022Z Downloaded backtrace-ext v0.2.1
1822026-06-11T21:44:35.022Z Downloaded serde-value v0.7.0
1832026-06-11T21:44:35.025Z Downloaded hex v0.4.3
1842026-06-11T21:44:35.025Z Downloaded crypto-common v0.1.7
1852026-06-11T21:44:35.025Z Downloaded cfg_aliases v0.2.1
1862026-06-11T21:44:35.028Z Downloaded cargo-platform v0.3.3
1872026-06-11T21:44:35.028Z Downloaded hyper v1.10.1
1882026-06-11T21:44:35.032Z Downloaded mukti-metadata v0.3.0
1892026-06-11T21:44:35.035Z Downloaded futures-io v0.3.32
1902026-06-11T21:44:35.035Z Downloaded addr2line v0.25.1
1912026-06-11T21:44:35.038Z Downloaded openssl-macros v0.1.1
1922026-06-11T21:44:35.038Z Downloaded http-body v1.0.1
1932026-06-11T21:44:35.038Z Downloaded heck v0.5.0
1942026-06-11T21:44:35.038Z Downloaded errno v0.3.14
1952026-06-11T21:44:35.043Z Downloaded pathdiff v0.2.3
1962026-06-11T21:44:35.043Z Downloaded equivalent v1.0.2
1972026-06-11T21:44:35.043Z Downloaded home v0.5.12
1982026-06-11T21:44:35.046Z Downloaded itoa v1.0.18
1992026-06-11T21:44:35.046Z Downloaded futures-task v0.3.32
2002026-06-11T21:44:35.046Z Downloaded form_urlencoded v1.2.2
2012026-06-11T21:44:35.046Z Downloaded fnv v1.0.7
2022026-06-11T21:44:35.046Z Downloaded filetime v0.2.29
2032026-06-11T21:44:35.046Z Downloaded serde_spanned v1.1.1
2042026-06-11T21:44:35.049Z Downloaded hyper-rustls v0.27.9
2052026-06-11T21:44:35.049Z Downloaded foreign-types-shared v0.1.1
2062026-06-11T21:44:35.052Z Downloaded colorchoice v1.0.5
2072026-06-11T21:44:35.056Z Downloaded nextest-workspace-hack v0.1.0
2082026-06-11T21:44:35.058Z Downloaded indent_write v2.2.0
2092026-06-11T21:44:35.061Z Downloaded signature v2.2.0
2102026-06-11T21:44:35.064Z Downloaded guppy-workspace-hack v0.1.0
2112026-06-11T21:44:35.064Z Downloaded debug-ignore v1.0.5
2122026-06-11T21:44:35.067Z Downloaded shell-words v1.1.1
2132026-06-11T21:44:35.070Z Downloaded ordered-float v2.10.1
2142026-06-11T21:44:35.073Z Downloaded async-scoped v0.9.0
2152026-06-11T21:44:35.073Z Downloaded sigchld v0.2.4
2162026-06-11T21:44:35.076Z Downloaded cfg-if v1.0.4
2172026-06-11T21:44:35.076Z Downloaded lock_api v0.4.14
2182026-06-11T21:44:35.078Z Downloaded futures-macro v0.3.32
2192026-06-11T21:44:35.078Z Downloaded atomicwrites v0.4.4
2202026-06-11T21:44:35.082Z Downloaded serde_ignored v0.1.14
2212026-06-11T21:44:35.084Z Downloaded fastrand v2.4.1
2222026-06-11T21:44:35.084Z Downloaded cpufeatures v0.2.17
2232026-06-11T21:44:35.087Z Downloaded console v0.15.11
2242026-06-11T21:44:35.090Z Downloaded serde_spanned v0.6.9
2252026-06-11T21:44:35.093Z Downloaded strsim v0.11.1
2262026-06-11T21:44:35.093Z Downloaded ppv-lite86 v0.2.21
2272026-06-11T21:44:35.093Z Downloaded owo-colors v4.3.0
2282026-06-11T21:44:35.096Z Downloaded nextest-metadata v0.12.2
2292026-06-11T21:44:35.096Z Downloaded shared_child v1.1.1
2302026-06-11T21:44:35.096Z Downloaded os_pipe v1.2.3
2312026-06-11T21:44:35.099Z Downloaded subtle v2.6.1
2322026-06-11T21:44:35.099Z Downloaded number_prefix v0.4.0
2332026-06-11T21:44:35.099Z Downloaded generic-array v0.14.7
2342026-06-11T21:44:35.103Z Downloaded log v0.4.32
2352026-06-11T21:44:35.106Z Downloaded getrandom v0.4.2
2362026-06-11T21:44:35.109Z Downloaded sha2 v0.10.9
2372026-06-11T21:44:35.109Z Downloaded signal-hook-mio v0.2.5
2382026-06-11T21:44:35.109Z Downloaded cargo_metadata v0.20.0
2392026-06-11T21:44:35.112Z Downloaded sync_wrapper v1.0.2
2402026-06-11T21:44:35.112Z Downloaded strip-ansi-escapes v0.2.1
2412026-06-11T21:44:35.115Z Downloaded camino v1.2.2
2422026-06-11T21:44:35.115Z Downloaded globset v0.4.18
2432026-06-11T21:44:35.115Z Downloaded futures-executor v0.3.32
2442026-06-11T21:44:35.118Z Downloaded supports-hyperlinks v3.2.0
2452026-06-11T21:44:35.118Z Downloaded supports-color v3.0.2
2462026-06-11T21:44:35.118Z Downloaded supports-unicode v3.0.0
2472026-06-11T21:44:35.121Z Downloaded tinyvec_macros v0.1.1
2482026-06-11T21:44:35.121Z Downloaded terminal_size v0.4.4
2492026-06-11T21:44:35.121Z Downloaded nested v0.1.1
2502026-06-11T21:44:35.124Z Downloaded autocfg v1.5.1
2512026-06-11T21:44:35.124Z Downloaded cargo_metadata v0.23.1
2522026-06-11T21:44:35.124Z Downloaded scopeguard v1.2.0
2532026-06-11T21:44:35.127Z Downloaded miette-derive v7.6.0
2542026-06-11T21:44:35.127Z Downloaded foldhash v0.1.5
2552026-06-11T21:44:35.127Z Downloaded fixedbitset v0.5.7
2562026-06-11T21:44:35.127Z Downloaded dialoguer v0.11.0
2572026-06-11T21:44:35.130Z Downloaded pkg-config v0.3.33
2582026-06-11T21:44:35.130Z Downloaded pin-project-lite v0.2.17
2592026-06-11T21:44:35.133Z Downloaded simd-adler32 v0.3.9
2602026-06-11T21:44:35.136Z Downloaded http-body-util v0.1.3
2612026-06-11T21:44:35.136Z Downloaded ed25519 v2.2.3
2622026-06-11T21:44:35.139Z Downloaded base64ct v1.8.3
2632026-06-11T21:44:35.139Z Downloaded anstyle v1.0.14
2642026-06-11T21:44:35.139Z Downloaded toml_datetime v0.6.11
2652026-06-11T21:44:35.142Z Downloaded const-oid v0.9.6
2662026-06-11T21:44:35.142Z Downloaded tokio-macros v2.7.0
2672026-06-11T21:44:35.142Z Downloaded clap v4.6.1
2682026-06-11T21:44:35.146Z Downloaded percent-encoding v2.3.2
2692026-06-11T21:44:35.149Z Downloaded shlex v2.0.1
2702026-06-11T21:44:35.152Z Downloaded rustc_version v0.4.1
2712026-06-11T21:44:35.155Z Downloaded self-replace v1.5.0
2722026-06-11T21:44:35.158Z Downloaded try-lock v0.2.5
2732026-06-11T21:44:35.158Z Downloaded typeid v1.0.3
2742026-06-11T21:44:35.161Z Downloaded humantime v2.3.0
2752026-06-11T21:44:35.161Z Downloaded static_assertions v1.1.0
2762026-06-11T21:44:35.161Z Downloaded spki v0.7.3
2772026-06-11T21:44:35.164Z Downloaded slab v0.4.12
2782026-06-11T21:44:35.164Z Downloaded serde-untagged v0.1.9
2792026-06-11T21:44:35.164Z Downloaded serde_path_to_error v0.1.20
2802026-06-11T21:44:35.167Z Downloaded duct v0.13.7
2812026-06-11T21:44:35.173Z Downloaded smol_str v0.3.6
2822026-06-11T21:44:35.176Z Downloaded urlencoding v2.1.3
2832026-06-11T21:44:35.176Z Downloaded parking_lot_core v0.9.12
2842026-06-11T21:44:35.176Z Downloaded thiserror-impl v2.0.18
2852026-06-11T21:44:35.179Z Downloaded utf8parse v0.2.2
2862026-06-11T21:44:35.179Z Downloaded version_check v0.9.5
2872026-06-11T21:44:35.179Z Downloaded untrusted v0.9.0
2882026-06-11T21:44:35.182Z Downloaded pin-project v1.1.13
2892026-06-11T21:44:35.185Z Downloaded want v0.3.1
2902026-06-11T21:44:35.188Z Downloaded tracing-error v0.2.1
2912026-06-11T21:44:35.188Z Downloaded clap_derive v4.6.1
2922026-06-11T21:44:35.191Z Downloaded target-lexicon v0.13.5
2932026-06-11T21:44:35.191Z Downloaded tower-layer v0.3.3
2942026-06-11T21:44:35.194Z Downloaded swrite v0.1.0
2952026-06-11T21:44:35.194Z Downloaded toml_write v0.1.2
2962026-06-11T21:44:35.197Z Downloaded newtype-uuid v1.3.2
2972026-06-11T21:44:35.199Z Downloaded xattr v1.6.1
2982026-06-11T21:44:35.205Z Downloaded quote v1.0.45
2992026-06-11T21:44:35.208Z Downloaded unicode-xid v0.2.6
3002026-06-11T21:44:35.208Z Downloaded tracing-log v0.2.0
3012026-06-11T21:44:35.210Z Downloaded tower-service v0.3.3
3022026-06-11T21:44:35.211Z Downloaded utf8_iter v1.0.4
3032026-06-11T21:44:35.213Z Downloaded toml_writer v1.1.1+spec-1.1.0
3042026-06-11T21:44:35.213Z Downloaded unicode-linebreak v0.1.5
3052026-06-11T21:44:35.216Z Downloaded semver v1.0.28
3062026-06-11T21:44:35.222Z Downloaded rand_core v0.9.5
3072026-06-11T21:44:35.222Z Downloaded unicase v2.9.0
3082026-06-11T21:44:35.227Z Downloaded getrandom v0.3.4
3092026-06-11T21:44:35.227Z Downloaded pin-project-internal v1.1.13
3102026-06-11T21:44:35.227Z Downloaded thiserror v2.0.18
3112026-06-11T21:44:35.230Z Downloaded smallvec v1.15.2
3122026-06-11T21:44:35.237Z Downloaded futures v0.3.32
3132026-06-11T21:44:35.243Z Downloaded futures-channel v0.3.32
3142026-06-11T21:44:35.246Z Downloaded cfg-expr v0.20.8
3152026-06-11T21:44:35.246Z Downloaded bitflags v2.13.0
3162026-06-11T21:44:35.246Z Downloaded toml v0.8.23
3172026-06-11T21:44:35.247Z Downloaded tokio-rustls v0.26.4
3182026-06-11T21:44:35.250Z Downloaded zstd v0.13.3
3192026-06-11T21:44:35.258Z Downloaded rustls-pki-types v1.14.1
3202026-06-11T21:44:35.258Z Downloaded rand_core v0.6.4
3212026-06-11T21:44:35.261Z Downloaded socket2 v0.6.4
3222026-06-11T21:44:35.261Z Downloaded signal-hook v0.3.18
3232026-06-11T21:44:35.261Z Downloaded serde_core v1.0.228
3242026-06-11T21:44:35.264Z Downloaded signal-hook-registry v1.4.8
3252026-06-11T21:44:35.264Z Downloaded http v1.4.2
3262026-06-11T21:44:35.267Z Downloaded tokio-native-tls v0.3.1
3272026-06-11T21:44:35.267Z Downloaded thread_local v1.1.9
3282026-06-11T21:44:35.267Z Downloaded target-spec-miette v0.4.8
3292026-06-11T21:44:35.270Z Downloaded serde_derive v1.0.228
3302026-06-11T21:44:35.273Z Downloaded base64 v0.22.1
3312026-06-11T21:44:35.276Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3322026-06-11T21:44:35.276Z Downloaded rustc-demangle v0.1.27
3332026-06-11T21:44:35.279Z Downloaded tempfile v3.27.0
3342026-06-11T21:44:35.282Z Downloaded tinyvec v1.11.0
3352026-06-11T21:44:35.285Z Downloaded litrs v1.0.0
3362026-06-11T21:44:35.285Z Downloaded toml v1.1.2+spec-1.1.0
3372026-06-11T21:44:35.288Z Downloaded thiserror-impl v1.0.69
3382026-06-11T21:44:35.288Z Downloaded once_cell v1.21.4
3392026-06-11T21:44:35.291Z Downloaded iana-time-zone v0.1.65
3402026-06-11T21:44:35.291Z Downloaded serde v1.0.228
3412026-06-11T21:44:35.293Z Downloaded derive_more v2.1.1
3422026-06-11T21:44:35.299Z Downloaded self_update v0.42.0
3432026-06-11T21:44:35.302Z Downloaded tracing-attributes v0.1.31
3442026-06-11T21:44:35.305Z Downloaded flate2 v1.1.9
3452026-06-11T21:44:35.308Z Downloaded pkcs8 v0.10.2
3462026-06-11T21:44:35.308Z Downloaded parking_lot v0.12.5
3472026-06-11T21:44:35.311Z Downloaded quick-junit v0.5.2
3482026-06-11T21:44:35.311Z Downloaded uuid v1.23.3
3492026-06-11T21:44:35.314Z Downloaded zmij v1.0.21
3502026-06-11T21:44:35.314Z Downloaded cc v1.2.63
3512026-06-11T21:44:35.317Z Downloaded zstd-safe v7.2.4
3522026-06-11T21:44:35.320Z Downloaded backtrace v0.3.76
3532026-06-11T21:44:35.323Z Downloaded zipsign-api v0.1.5
3542026-06-11T21:44:35.323Z Downloaded zeroize v1.8.2
3552026-06-11T21:44:35.323Z Downloaded bytes v1.11.1
3562026-06-11T21:44:35.325Z Downloaded ryu v1.0.23
3572026-06-11T21:44:35.328Z Downloaded xxhash-rust v0.8.15
3582026-06-11T21:44:35.328Z Downloaded tokio-stream v0.1.18
3592026-06-11T21:44:35.332Z Downloaded thiserror v1.0.69
3602026-06-11T21:44:35.335Z Downloaded ed25519-dalek v2.2.0
3612026-06-11T21:44:35.335Z Downloaded toml_parser v1.1.2+spec-1.1.0
3622026-06-11T21:44:35.338Z Downloaded sharded-slab v0.1.7
3632026-06-11T21:44:35.340Z Downloaded target-spec v3.6.0
3642026-06-11T21:44:35.340Z Downloaded vte v0.14.1
3652026-06-11T21:44:35.345Z Downloaded toml_edit v0.22.27
3662026-06-11T21:44:35.349Z Downloaded h2 v0.4.14
3672026-06-11T21:44:35.353Z Downloaded borsh v1.6.1
3682026-06-11T21:44:35.356Z Downloaded miniz_oxide v0.8.9
3692026-06-11T21:44:35.359Z Downloaded num-traits v0.2.19
3702026-06-11T21:44:35.365Z Downloaded url v2.5.8
3712026-06-11T21:44:35.368Z Downloaded derive_more-impl v2.1.1
3722026-06-11T21:44:35.377Z Downloaded proc-macro2 v1.0.106
3732026-06-11T21:44:35.380Z Downloaded mio v1.2.1
3742026-06-11T21:44:35.384Z Downloaded textwrap v0.16.2
3752026-06-11T21:44:35.388Z Downloaded tracing-core v0.1.36
3762026-06-11T21:44:35.391Z Downloaded tower v0.5.3
3772026-06-11T21:44:35.397Z Downloaded unicode-segmentation v1.13.3
3782026-06-11T21:44:35.400Z Downloaded unicode-ident v1.0.24
3792026-06-11T21:44:35.402Z Downloaded futures-util v0.3.32
3802026-06-11T21:44:35.406Z Downloaded tar v0.4.46
3812026-06-11T21:44:35.410Z Downloaded indicatif v0.17.11
3822026-06-11T21:44:35.415Z Downloaded unicode-normalization v0.1.25
3832026-06-11T21:44:35.419Z Downloaded tokio-util v0.7.18
3842026-06-11T21:44:35.429Z Downloaded pulldown-cmark v0.13.4
3852026-06-11T21:44:35.434Z Downloaded serde_json v1.0.150
3862026-06-11T21:44:35.438Z Downloaded rand v0.9.4
3872026-06-11T21:44:35.441Z Downloaded openssl-sys v0.9.116
3882026-06-11T21:44:35.444Z Downloaded hashbrown v0.17.1
3892026-06-11T21:44:35.447Z Downloaded rustls-webpki v0.103.13
3902026-06-11T21:44:35.450Z Downloaded guppy v0.17.26
3912026-06-11T21:44:35.452Z Downloaded aho-corasick v1.1.4
3922026-06-11T21:44:35.456Z Downloaded quinn v0.11.9
3932026-06-11T21:44:35.464Z Downloaded idna v1.1.0
3942026-06-11T21:44:35.467Z Downloaded indexmap v2.14.0
3952026-06-11T21:44:35.478Z Downloaded winnow v1.0.3
3962026-06-11T21:44:35.483Z Downloaded winnow v0.7.15
3972026-06-11T21:44:35.488Z Downloaded hyper-util v0.1.20
3982026-06-11T21:44:35.491Z Downloaded chrono v0.4.45
3992026-06-11T21:44:35.495Z Downloaded memchr v2.8.1
4002026-06-11T21:44:35.498Z Downloaded tracing-subscriber v0.3.23
4012026-06-11T21:44:35.525Z Downloaded typenum v1.20.1
4022026-06-11T21:44:35.531Z Downloaded unicode-width v0.1.14
4032026-06-11T21:44:35.534Z Downloaded ron v0.12.1
4042026-06-11T21:44:35.539Z Downloaded bstr v1.12.1
4052026-06-11T21:44:35.543Z Downloaded unicode-width v0.2.2
4062026-06-11T21:44:35.547Z Downloaded curve25519-dalek v4.1.3
4072026-06-11T21:44:35.552Z Downloaded gimli v0.32.3
4082026-06-11T21:44:35.561Z Downloaded regex v1.12.4
4092026-06-11T21:44:35.578Z Downloaded tracing v0.1.44
4102026-06-11T21:44:35.600Z Downloaded quick-xml v0.37.5
4112026-06-11T21:44:35.605Z Downloaded color-eyre v0.6.5
4122026-06-11T21:44:35.609Z Downloaded tower-http v0.6.11
4132026-06-11T21:44:35.621Z Downloaded reqwest v0.12.28
4142026-06-11T21:44:35.630Z Downloaded portable-atomic v1.13.1
4152026-06-11T21:44:35.642Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4162026-06-11T21:44:35.652Z Downloaded tokio v1.52.3
4172026-06-11T21:44:35.675Z Downloaded openssl v0.10.80
4182026-06-11T21:44:35.683Z Downloaded quick-xml v0.38.4
4192026-06-11T21:44:35.690Z Downloaded quinn-proto v0.11.14
4202026-06-11T21:44:35.698Z Downloaded webpki-roots v1.0.7
4212026-06-11T21:44:35.714Z Downloaded vcpkg v0.2.15
4222026-06-11T21:44:35.746Z Downloaded nextest-runner v0.80.0
4232026-06-11T21:44:35.769Z Downloaded syn v2.0.117
4242026-06-11T21:44:35.776Z Downloaded zerocopy v0.8.52
4252026-06-11T21:44:35.799Z Downloaded nix v0.30.1
4262026-06-11T21:44:35.808Z Downloaded object v0.37.3
4272026-06-11T21:44:35.815Z Downloaded rustls v0.23.40
4282026-06-11T21:44:35.822Z Downloaded rustix v0.38.44
4292026-06-11T21:44:35.834Z Downloaded rustix v1.1.4
4302026-06-11T21:44:35.847Z Downloaded regex-syntax v0.8.11
4312026-06-11T21:44:35.929Z Downloaded regex-automata v0.4.14
4322026-06-11T21:44:35.970Z Downloaded petgraph v0.8.3
4332026-06-11T21:44:35.985Z Downloaded libc v0.2.186
4342026-06-11T21:44:36.045Z Downloaded recursion v0.5.4
4352026-06-11T21:44:36.069Z Downloaded ring v0.17.14
4362026-06-11T21:44:36.127Z Compiling libc v0.2.186
4372026-06-11T21:44:36.127Z Compiling proc-macro2 v1.0.106
4382026-06-11T21:44:36.130Z Compiling unicode-ident v1.0.24
4392026-06-11T21:44:36.131Z Compiling quote v1.0.45
4402026-06-11T21:44:36.131Z Compiling serde_core v1.0.228
4412026-06-11T21:44:36.131Z Compiling cfg-if v1.0.4
4422026-06-11T21:44:36.131Z Compiling memchr v2.8.1
4432026-06-11T21:44:36.131Z Compiling once_cell v1.21.4
4442026-06-11T21:44:36.336Z Compiling log v0.4.32
4452026-06-11T21:44:36.379Z Compiling pin-project-lite v0.2.17
4462026-06-11T21:44:36.468Z Compiling itoa v1.0.18
4472026-06-11T21:44:36.527Z Compiling serde v1.0.228
4482026-06-11T21:44:36.704Z Compiling futures-core v0.3.32
4492026-06-11T21:44:36.713Z Compiling smallvec v1.15.2
4502026-06-11T21:44:36.858Z Compiling bitflags v2.13.0
4512026-06-11T21:44:36.877Z Compiling hashbrown v0.17.1
4522026-06-11T21:44:36.954Z Compiling find-msvc-tools v0.1.9
4532026-06-11T21:44:37.185Z Compiling errno v0.3.14
4542026-06-11T21:44:37.222Z Compiling equivalent v1.0.2
4552026-06-11T21:44:37.240Z Compiling shlex v2.0.1
4562026-06-11T21:44:37.306Z Compiling signal-hook-registry v1.4.8
4572026-06-11T21:44:37.345Z Compiling jobserver v0.1.34
4582026-06-11T21:44:37.418Z Compiling bytes v1.11.1
4592026-06-11T21:44:37.429Z Compiling mio v1.2.1
4602026-06-11T21:44:37.507Z Compiling syn v2.0.117
4612026-06-11T21:44:37.537Z Compiling cc v1.2.63
4622026-06-11T21:44:37.556Z Compiling futures-sink v0.3.32
4632026-06-11T21:44:37.662Z Compiling rustix v1.1.4
4642026-06-11T21:44:37.662Z Compiling socket2 v0.6.4
4652026-06-11T21:44:37.860Z Compiling zmij v1.0.21
4662026-06-11T21:44:38.134Z Compiling slab v0.4.12
4672026-06-11T21:44:38.199Z Compiling futures-channel v0.3.32
4682026-06-11T21:44:38.287Z Compiling tracing-core v0.1.36
4692026-06-11T21:44:38.339Z Compiling serde_json v1.0.150
4702026-06-11T21:44:38.449Z Compiling version_check v0.9.5
4712026-06-11T21:44:38.604Z Compiling indexmap v2.14.0
4722026-06-11T21:44:38.695Z Compiling futures-io v0.3.32
4732026-06-11T21:44:38.731Z Compiling futures-task v0.3.32
4742026-06-11T21:44:38.813Z Compiling getrandom v0.4.2
4752026-06-11T21:44:38.938Z Compiling camino v1.2.2
4762026-06-11T21:44:38.950Z Compiling percent-encoding v2.3.2
4772026-06-11T21:44:39.119Z Compiling unicode-width v0.2.2
4782026-06-11T21:44:39.338Z Compiling ring v0.17.14
4792026-06-11T21:44:39.408Z Compiling http v1.4.2
4802026-06-11T21:44:39.433Z Compiling zeroize v1.8.2
4812026-06-11T21:44:39.464Z Compiling simd-adler32 v0.3.9
4822026-06-11T21:44:39.515Z Compiling autocfg v1.5.1
4832026-06-11T21:44:39.639Z Compiling adler2 v2.0.1
4842026-06-11T21:44:39.834Z Compiling miniz_oxide v0.8.9
4852026-06-11T21:44:39.881Z Compiling num-traits v0.2.19
4862026-06-11T21:44:40.259Z Compiling object v0.37.3
4872026-06-11T21:44:40.352Z Compiling target-lexicon v0.13.5
4882026-06-11T21:44:40.586Z Compiling zerocopy v0.8.52
4892026-06-11T21:44:40.754Z Compiling getrandom v0.3.4
4902026-06-11T21:44:40.923Z Compiling http-body v1.0.1
4912026-06-11T21:44:41.085Z Compiling rustls-pki-types v1.14.1
4922026-06-11T21:44:41.111Z Compiling form_urlencoded v1.2.2
4932026-06-11T21:44:41.179Z Compiling serde_derive v1.0.228
4942026-06-11T21:44:41.197Z Compiling tokio-macros v2.7.0
4952026-06-11T21:44:41.272Z Compiling futures-macro v0.3.32
4962026-06-11T21:44:41.362Z Compiling tracing-attributes v0.1.31
4972026-06-11T21:44:41.375Z Compiling semver v1.0.28
4982026-06-11T21:44:41.589Z Compiling getrandom v0.2.17
4992026-06-11T21:44:41.782Z Compiling httparse v1.10.1
5002026-06-11T21:44:41.939Z Compiling tokio v1.52.3
5012026-06-11T21:44:41.955Z Compiling untrusted v0.9.0
5022026-06-11T21:44:42.029Z Compiling fnv v1.0.7
5032026-06-11T21:44:42.085Z Compiling owo-colors v4.3.0
5042026-06-11T21:44:42.100Z Compiling futures-util v0.3.32
5052026-06-11T21:44:42.130Z Compiling utf8_iter v1.0.4
5062026-06-11T21:44:42.141Z Compiling signal-hook v0.3.18
5072026-06-11T21:44:42.292Z Compiling thiserror v2.0.18
5082026-06-11T21:44:42.366Z Compiling gimli v0.32.3
5092026-06-11T21:44:42.415Z Compiling idna_adapter v1.0.0
5102026-06-11T21:44:42.515Z Compiling guppy-workspace-hack v0.1.0
5112026-06-11T21:44:42.562Z Compiling tracing v0.1.44
5122026-06-11T21:44:42.754Z Compiling idna v1.1.0
5132026-06-11T21:44:42.937Z Compiling thiserror-impl v2.0.18
5142026-06-11T21:44:44.396Z Compiling addr2line v0.25.1
5152026-06-11T21:44:44.783Z Compiling generic-array v0.14.7
5162026-06-11T21:44:44.837Z Compiling try-lock v0.2.5
5172026-06-11T21:44:44.962Z Compiling tower-service v0.3.3
5182026-06-11T21:44:45.013Z Compiling thiserror v1.0.69
5192026-06-11T21:44:45.017Z Compiling target-spec v3.6.0
5202026-06-11T21:44:45.045Z Compiling rustls v0.23.40
5212026-06-11T21:44:45.056Z Compiling rustc-demangle v0.1.27
5222026-06-11T21:44:45.265Z Compiling fastrand v2.4.1
5232026-06-11T21:44:45.305Z Compiling pkg-config v0.3.33
5242026-06-11T21:44:45.321Z Compiling typeid v1.0.3
5252026-06-11T21:44:45.593Z Compiling atomic-waker v1.1.2
5262026-06-11T21:44:45.661Z Compiling tempfile v3.27.0
5272026-06-11T21:44:45.754Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5282026-06-11T21:44:45.898Z Compiling tokio-util v0.7.18
5292026-06-11T21:44:46.091Z Compiling want v0.3.1
5302026-06-11T21:44:46.163Z Compiling cfg-expr v0.20.8
5312026-06-11T21:44:46.384Z Compiling h2 v0.4.14
5322026-06-11T21:44:46.555Z Compiling url v2.5.8
5332026-06-11T21:44:46.976Z Compiling backtrace v0.3.76
5342026-06-11T21:44:47.546Z Compiling thiserror-impl v1.0.69
5352026-06-11T21:44:47.641Z Compiling terminal_size v0.4.4
5362026-06-11T21:44:47.795Z Compiling aho-corasick v1.1.4
5372026-06-11T21:44:48.226Z Compiling subtle v2.6.1
5382026-06-11T21:44:48.397Z Compiling rustls-webpki v0.103.13
5392026-06-11T21:44:48.705Z Compiling winnow v0.7.15
5402026-06-11T21:44:49.045Z Compiling erased-serde v0.4.10
5412026-06-11T21:44:49.344Z Compiling typenum v1.20.1
5422026-06-11T21:44:50.021Z Compiling regex-syntax v0.8.11
5432026-06-11T21:44:51.223Z Compiling hyper v1.10.1
5442026-06-11T21:44:51.788Z Compiling regex-automata v0.4.14
5452026-06-11T21:44:53.319Z Compiling serde_spanned v0.6.9
5462026-06-11T21:44:53.482Z Compiling toml_datetime v0.6.11
5472026-06-11T21:44:53.864Z Compiling ahash v0.8.12
5482026-06-11T21:44:54.130Z Compiling sync_wrapper v1.0.2
5492026-06-11T21:44:54.250Z Compiling toml_write v0.1.2
5502026-06-11T21:44:54.500Z Compiling crc32fast v1.5.0
5512026-06-11T21:44:54.807Z Compiling lazy_static v1.5.0
5522026-06-11T21:44:54.858Z Compiling tower-layer v0.3.3
5532026-06-11T21:44:54.905Z Compiling foldhash v0.1.5
5542026-06-11T21:44:54.918Z Compiling either v1.16.0
5552026-06-11T21:44:55.044Z Compiling unicode-linebreak v0.1.5
5562026-06-11T21:44:55.062Z Compiling is_ci v1.2.0
5572026-06-11T21:44:55.127Z Compiling portable-atomic v1.13.1
5582026-06-11T21:44:55.141Z Compiling unicode-segmentation v1.13.3
5592026-06-11T21:44:55.226Z Compiling base64 v0.22.1
5602026-06-11T21:44:55.310Z Compiling nextest-workspace-hack v0.1.0
5612026-06-11T21:44:55.535Z Compiling parking_lot_core v0.9.12
5622026-06-11T21:44:55.547Z Compiling ipnet v2.12.0
5632026-06-11T21:44:55.655Z Compiling convert_case v0.10.0
5642026-06-11T21:44:55.721Z Compiling textwrap v0.16.2
5652026-06-11T21:44:55.840Z Compiling hyper-util v0.1.20
5662026-06-11T21:44:55.919Z Compiling supports-color v3.0.2
5672026-06-11T21:44:56.156Z Compiling hashbrown v0.15.5
5682026-06-11T21:44:56.736Z Compiling tower v0.5.3
5692026-06-11T21:44:56.782Z Compiling sharded-slab v0.1.7
5702026-06-11T21:44:57.172Z Compiling toml_edit v0.22.27
5712026-06-11T21:44:57.383Z Compiling tokio-rustls v0.26.4
5722026-06-11T21:44:57.417Z Compiling backtrace-ext v0.2.1
5732026-06-11T21:44:57.662Z Compiling ordered-float v2.10.1
5742026-06-11T21:44:57.685Z Compiling webpki-roots v1.0.7
5752026-06-11T21:44:57.802Z Compiling miette-derive v7.6.0
5762026-06-11T21:44:57.935Z Compiling pathdiff v0.2.3
5772026-06-11T21:44:57.985Z Compiling console v0.15.11
5782026-06-11T21:44:58.061Z Compiling tracing-log v0.2.0
5792026-06-11T21:44:58.423Z Compiling cargo-platform v0.3.3
5802026-06-11T21:44:58.478Z Compiling os_pipe v1.2.3
5812026-06-11T21:44:58.648Z Compiling thread_local v1.1.9
5822026-06-11T21:44:58.922Z Compiling utf8parse v0.2.2
5832026-06-11T21:44:59.000Z Compiling supports-hyperlinks v3.2.0
5842026-06-11T21:44:59.012Z Compiling supports-unicode v3.0.0
5852026-06-11T21:44:59.032Z Compiling winnow v1.0.3
5862026-06-11T21:44:59.177Z Compiling ryu v1.0.23
5872026-06-11T21:44:59.217Z Compiling cfg_aliases v0.2.1
5882026-06-11T21:44:59.290Z Compiling zstd-safe v7.2.4
5892026-06-11T21:44:59.322Z Compiling fixedbitset v0.5.7
5902026-06-11T21:44:59.465Z Compiling pulldown-cmark v0.13.4
5912026-06-11T21:44:59.551Z Compiling debug-ignore v1.0.5
5922026-06-11T21:44:59.666Z Compiling unicode-width v0.1.14
5932026-06-11T21:44:59.704Z Compiling scopeguard v1.2.0
5942026-06-11T21:44:59.809Z Compiling rustix v0.38.44
5952026-06-11T21:44:59.966Z Compiling miette v7.6.0
5962026-06-11T21:45:00.242Z Compiling toml_parser v1.1.2+spec-1.1.0
5972026-06-11T21:45:00.258Z Compiling lock_api v0.4.14
5982026-06-11T21:45:00.506Z Compiling petgraph v0.8.3
5992026-06-11T21:45:00.520Z Compiling serde_urlencoded v0.7.1
6002026-06-11T21:45:00.804Z Compiling nix v0.30.1
6012026-06-11T21:45:01.198Z Compiling anstyle-parse v1.0.0
6022026-06-11T21:45:01.419Z Compiling tracing-subscriber v0.3.23
6032026-06-11T21:45:01.561Z Compiling toml v0.8.23
6042026-06-11T21:45:02.443Z Compiling cargo_metadata v0.23.1
6052026-06-11T21:45:03.041Z Compiling sigchld v0.2.4
6062026-06-11T21:45:03.242Z Compiling serde-value v0.7.0
6072026-06-11T21:45:03.998Z Compiling serde-untagged v0.1.9
6082026-06-11T21:45:04.079Z Compiling hyper-rustls v0.27.9
6092026-06-11T21:45:04.630Z Compiling tower-http v0.6.11
6102026-06-11T21:45:04.673Z Compiling derive_more-impl v2.1.1
6112026-06-11T21:45:05.155Z Compiling itertools v0.14.0
6122026-06-11T21:45:05.298Z Compiling regex v1.12.4
6132026-06-11T21:45:05.488Z Compiling block-buffer v0.10.4
6142026-06-11T21:45:05.570Z Compiling crypto-common v0.1.7
6152026-06-11T21:45:05.641Z Compiling ppv-lite86 v0.2.21
6162026-06-11T21:45:05.705Z Compiling futures-executor v0.3.32
6172026-06-11T21:45:05.967Z Compiling rand_core v0.9.5
6182026-06-11T21:45:06.226Z Compiling pin-project-internal v1.1.13
6192026-06-11T21:45:06.241Z Compiling http-body-util v0.1.3
6202026-06-11T21:45:06.518Z Compiling uuid v1.23.3
6212026-06-11T21:45:06.653Z Compiling serde_spanned v1.1.1
6222026-06-11T21:45:06.656Z Compiling smol_str v0.3.6
6232026-06-11T21:45:06.734Z Compiling toml_datetime v1.1.1+spec-1.1.0
6242026-06-11T21:45:06.806Z Compiling filetime v0.2.29
6252026-06-11T21:45:07.003Z Compiling bstr v1.12.1
6262026-06-11T21:45:07.016Z Compiling vte v0.14.1
6272026-06-11T21:45:07.073Z Compiling color-spantrace v0.3.0
6282026-06-11T21:45:07.152Z Compiling unicode-xid v0.2.6
6292026-06-11T21:45:07.316Z Compiling anstyle v1.0.14
6302026-06-11T21:45:07.319Z Compiling unicase v2.9.0
6312026-06-11T21:45:07.383Z Compiling anstyle-query v1.1.5
6322026-06-11T21:45:07.473Z Compiling number_prefix v0.4.0
6332026-06-11T21:45:07.490Z Compiling is_terminal_polyfill v1.70.2
6342026-06-11T21:45:07.502Z Compiling iana-time-zone v0.1.65
6352026-06-11T21:45:07.584Z Compiling xattr v1.6.1
6362026-06-11T21:45:07.625Z Compiling nested v0.1.1
6372026-06-11T21:45:07.660Z Compiling eyre v0.6.12
6382026-06-11T21:45:07.685Z Compiling self_update v0.42.0
6392026-06-11T21:45:07.793Z Compiling tinyvec_macros v0.1.1
6402026-06-11T21:45:07.823Z Compiling litrs v1.0.0
6412026-06-11T21:45:07.836Z Compiling colorchoice v1.0.5
6422026-06-11T21:45:07.868Z Compiling static_assertions v1.1.0
6432026-06-11T21:45:07.938Z Compiling guppy v0.17.26
6442026-06-11T21:45:07.950Z Compiling anstream v1.0.0
6452026-06-11T21:45:07.976Z Compiling tinyvec v1.11.0
6462026-06-11T21:45:08.264Z Compiling document-features v0.2.12
6472026-06-11T21:45:08.276Z Compiling tar v0.4.46
6482026-06-11T21:45:08.394Z Compiling chrono v0.4.45
6492026-06-11T21:45:08.447Z Compiling indicatif v0.17.11
6502026-06-11T21:45:08.827Z Compiling globset v0.4.18
6512026-06-11T21:45:09.248Z Compiling pin-project v1.1.13
6522026-06-11T21:45:09.353Z Compiling cargo-util-schemas v0.2.0
6532026-06-11T21:45:10.322Z Compiling strip-ansi-escapes v0.2.1
6542026-06-11T21:45:10.791Z Compiling toml v1.1.2+spec-1.1.0
6552026-06-11T21:45:10.808Z Compiling nextest-metadata v0.12.2
6562026-06-11T21:45:11.569Z Compiling newtype-uuid v1.3.2
6572026-06-11T21:45:11.763Z Compiling reqwest v0.12.28
6582026-06-11T21:45:11.775Z Compiling rand_chacha v0.9.0
6592026-06-11T21:45:11.786Z Compiling futures v0.3.32
6602026-06-11T21:45:11.868Z Compiling digest v0.10.7
6612026-06-11T21:45:12.042Z Compiling derive_more v2.1.1
6622026-06-11T21:45:12.091Z Compiling parking_lot v0.12.5
6632026-06-11T21:45:12.124Z Compiling flate2 v1.1.9
6642026-06-11T21:45:12.322Z Compiling shared_child v1.1.1
6652026-06-11T21:45:12.665Z Compiling tracing-error v0.2.1
6662026-06-11T21:45:12.993Z Compiling signal-hook-mio v0.2.5
6672026-06-11T21:45:13.128Z Compiling self-replace v1.5.0
6682026-06-11T21:45:13.237Z Compiling cargo-platform v0.2.0
6692026-06-11T21:45:13.417Z Compiling quick-xml v0.38.4
6702026-06-11T21:45:13.792Z Compiling quick-xml v0.37.5
6712026-06-11T21:45:13.996Z Compiling shell-words v1.1.1
6722026-06-11T21:45:14.029Z Compiling heck v0.5.0
6732026-06-11T21:45:14.231Z Compiling urlencoding v2.1.3
6742026-06-11T21:45:14.245Z Compiling recursion v0.5.4
6752026-06-11T21:45:14.380Z Compiling strsim v0.11.1
6762026-06-11T21:45:14.490Z Compiling clap_lex v1.1.0
6772026-06-11T21:45:15.053Z Compiling cpufeatures v0.2.17
6782026-06-11T21:45:15.121Z Compiling humantime v2.3.0
6792026-06-11T21:45:15.213Z Compiling indenter v0.3.4
6802026-06-11T21:45:15.324Z Compiling humantime-serde v1.1.1
6812026-06-11T21:45:15.344Z Compiling clap_derive v4.6.1
6822026-06-11T21:45:15.480Z Compiling sha2 v0.10.9
6832026-06-11T21:45:15.545Z Compiling clap_builder v4.6.0
6842026-06-11T21:45:15.976Z Compiling nextest-filtering v0.15.0
6852026-06-11T21:45:16.699Z Compiling quick-junit v0.5.2
6862026-06-11T21:45:17.149Z Compiling cargo_metadata v0.20.0
6872026-06-11T21:45:19.810Z Compiling atomicwrites v0.4.4
6882026-06-11T21:45:19.910Z Compiling cargo-nextest v0.9.97
6892026-06-11T21:45:20.098Z Compiling crossterm v0.29.0
6902026-06-11T21:45:21.536Z Compiling zstd v0.13.3
6912026-06-11T21:45:21.601Z Compiling duct v0.13.7
6922026-06-11T21:45:21.618Z Compiling rand v0.9.4
6932026-06-11T21:45:21.972Z Compiling async-scoped v0.9.0
6942026-06-11T21:45:22.177Z Compiling config v0.15.23
6952026-06-11T21:45:22.300Z Compiling unicode-normalization v0.1.25
6962026-06-11T21:45:22.372Z Compiling target-spec-miette v0.4.8
6972026-06-11T21:45:22.385Z Compiling future-queue v0.4.0
6982026-06-11T21:45:22.669Z Compiling mukti-metadata v0.3.0
6992026-06-11T21:45:22.810Z Compiling camino-tempfile v1.4.1
7002026-06-11T21:45:22.889Z Compiling tokio-stream v0.1.18
7012026-06-11T21:45:23.168Z Compiling derive-where v1.6.1
7022026-06-11T21:45:23.247Z Compiling serde_path_to_error v0.1.20
7032026-06-11T21:45:23.310Z Compiling serde_ignored v0.1.14
7042026-06-11T21:45:23.328Z Compiling hex v0.4.3
7052026-06-11T21:45:23.416Z Compiling swrite v0.1.0
7062026-06-11T21:45:23.547Z Compiling home v0.5.12
7072026-06-11T21:45:23.622Z Compiling xxhash-rust v0.8.15
7082026-06-11T21:45:23.648Z Compiling indent_write v2.2.0
7092026-06-11T21:45:23.700Z Compiling color-eyre v0.6.5
7102026-06-11T21:45:23.729Z Compiling clap v4.6.1
7112026-06-11T21:45:23.801Z Compiling dialoguer v0.11.0
7122026-06-11T21:45:23.804Z Compiling enable-ansi-support v0.2.1
7132026-06-11T21:45:24.401Z Compiling nextest-runner v0.80.0
7142026-06-11T21:45:42.570Z Finished `release` profile [optimized] target(s) in 1m 11s
7152026-06-11T21:45:42.757Z Installing /home/build/.cargo/bin/cargo-nextest
7162026-06-11T21:45:42.761Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7172026-06-11T21:45:42.876Z+ source .github/buildomat/test-common.sh
7182026-06-11T21:45:42.879Z++ NEXTEST_VERSION=0.9.97
7192026-06-11T21:45:42.879Z++ PLATFORM=illumos
7202026-06-11T21:45:42.879Z++ banner install
7212026-06-11T21:45:42.879Z
7222026-06-11T21:45:42.879Z # # # #### ##### ## # #
7232026-06-11T21:45:42.879Z # ## # # # # # # #
7242026-06-11T21:45:42.879Z # # # # #### # # # # #
7252026-06-11T21:45:42.879Z # # # # # # ###### # #
7262026-06-11T21:45:42.879Z # # ## # # # # # # #
7272026-06-11T21:45:42.879Z # # # #### # # # ###### ######
7282026-06-11T21:45:42.879Z
7292026-06-11T21:45:42.879Z++ set +o errexit
7302026-06-11T21:45:42.879Z++ pkg info clang-15
7312026-06-11T21:45:42.882Z++ grep -qi installed
7322026-06-11T21:45:44.066Zpkg: info: no packages matching the following patterns you specified are
7332026-06-11T21:45:44.066Zinstalled on the system. Try querying remotely instead:
7342026-06-11T21:45:44.066Z
7352026-06-11T21:45:44.066Z clang-15
7362026-06-11T21:45:44.106Z++ [[ 1 != 0 ]]
7372026-06-11T21:45:44.109Z++ set -o errexit
7382026-06-11T21:45:44.109Z++ pfexec pkg install clang-15
7392026-06-11T21:45:50.875Z Startup: Refreshing catalog 'helios-dev' ... Done
7402026-06-11T21:45:58.666Z Startup: Caching catalogs ... Done
7412026-06-11T21:46:05.993ZPlanning: Solver setup ... Done
7422026-06-11T21:46:06.032ZPlanning: Running solver ... Done
7432026-06-11T21:46:06.179ZPlanning: Finding local manifests ... Done
7442026-06-11T21:46:06.197ZPlanning: Fetching manifests: 0/2 0% complete
7452026-06-11T21:46:06.296ZPlanning: Fetching manifests: 2/2 100% complete
7462026-06-11T21:46:06.325ZPlanning: Package planning ... Done
7472026-06-11T21:46:06.351ZPlanning: Merging actions ... Done
7482026-06-11T21:46:06.458ZPlanning: Checking for conflicting actions ... Done
7492026-06-11T21:46:06.464ZPlanning: Consolidating action changes ... Done
7502026-06-11T21:46:07.240ZPlanning: Evaluating mediators ... Done
7512026-06-11T21:46:07.245ZPlanning: Planning completed in 8.41 seconds
7522026-06-11T21:46:07.256Z Packages to install: 2
7532026-06-11T21:46:07.256Z Mediators to change: 2
7542026-06-11T21:46:07.256Z Services to change: 1
7552026-06-11T21:46:07.260Z Create boot environment: No
7562026-06-11T21:46:07.260ZCreate backup boot environment: No
7572026-06-11T21:46:07.298Z
7582026-06-11T21:46:07.298ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7592026-06-11T21:46:13.136ZDownload: 2003/3076 items 116.5/211.3MB 55% complete (26.2M/s)
7602026-06-11T21:46:15.533ZDownload: Completed 211.31 MB in 8.23 seconds (25.7M/s)
7612026-06-11T21:46:15.827Z Actions: 1/3418 actions (Installing new actions)
7622026-06-11T21:46:18.992Z Actions: Completed 3418 actions in 3.16 seconds.
7632026-06-11T21:46:19.684Z Done
7642026-06-11T21:46:19.684Z Done
7652026-06-11T21:46:20.430Z Done
7662026-06-11T21:46:23.914Z Done
7672026-06-11T21:46:23.987Z Done
7682026-06-11T21:46:23.990Z Done
7692026-06-11T21:46:24.260Z Done
7702026-06-11T21:46:24.968Z++ set -o errexit
7712026-06-11T21:46:24.968Z++ cargo --version
7722026-06-11T21:46:24.977Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7732026-06-11T21:46:24.980Z++ rustc --version
7742026-06-11T21:46:25.001Zrustc 1.95.0 (59807616e 2026-04-14)
7752026-06-11T21:46:25.004Z++ cargo install cargo-nextest --version 0.9.97
7762026-06-11T21:46:25.057Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7772026-06-11T21:46:25.060Z+ pushd rdb
7782026-06-11T21:46:25.060Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7792026-06-11T21:46:25.060Z+ PROPTEST_CASES=1000000
7802026-06-11T21:46:25.060Z+ cargo nextest run --lib proptest
7812026-06-11T21:46:25.226Z Updating git repository `https://github.com/oxidecomputer/falcon`
7822026-06-11T21:46:26.056ZFrom https://github.com/oxidecomputer/falcon
7832026-06-11T21:46:26.056Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7842026-06-11T21:46:26.133Z Updating crates.io index
7852026-06-11T21:46:26.176Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7862026-06-11T21:46:27.412ZFrom https://github.com/oxidecomputer/dendrite
7872026-06-11T21:46:27.412Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7882026-06-11T21:46:27.445Z Updating git repository `https://github.com/oxidecomputer/ispf`
7892026-06-11T21:46:27.756ZFrom https://github.com/oxidecomputer/ispf
7902026-06-11T21:46:27.756Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7912026-06-11T21:46:27.830Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7922026-06-11T21:46:28.253ZFrom https://github.com/oxidecomputer/netadm-sys
7932026-06-11T21:46:28.253Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7942026-06-11T21:46:28.260Z Updating git repository `https://github.com/oxidecomputer/omicron`
7952026-06-11T21:46:34.259ZFrom https://github.com/oxidecomputer/omicron
7962026-06-11T21:46:34.259Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7972026-06-11T21:46:34.687Z Updating git repository `https://github.com/oxidecomputer/opte`
7982026-06-11T21:46:35.368ZFrom https://github.com/oxidecomputer/opte
7992026-06-11T21:46:35.368Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8002026-06-11T21:46:35.600Z Updating git repository `https://github.com/illumos/smf-rs`
8012026-06-11T21:46:35.876ZFrom https://github.com/illumos/smf-rs
8022026-06-11T21:46:35.876Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8032026-06-11T21:46:36.002Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8042026-06-11T21:46:36.294ZFrom https://github.com/oxidecomputer/network-interface
8052026-06-11T21:46:36.294Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8062026-06-11T21:46:36.328Z Updating git repository `https://github.com/oxidecomputer/zone`
8072026-06-11T21:46:36.617ZFrom https://github.com/oxidecomputer/zone
8082026-06-11T21:46:36.617Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8092026-06-11T21:46:36.789Z Updating git repository `https://github.com/oxidecomputer/propolis`
8102026-06-11T21:46:37.437ZFrom https://github.com/oxidecomputer/propolis
8112026-06-11T21:46:37.438Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8122026-06-11T21:46:37.594Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8132026-06-11T21:46:38.139ZFrom https://github.com/oxidecomputer/transceiver-control
8142026-06-11T21:46:38.139Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8152026-06-11T21:46:38.167Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8162026-06-11T21:46:38.456ZFrom https://github.com/oxidecomputer/dlpi-sys
8172026-06-11T21:46:38.456Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8182026-06-11T21:46:38.462Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8192026-06-11T21:46:38.759ZFrom https://github.com/jmesmon/rust-libzfs
8202026-06-11T21:46:38.760Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8212026-06-11T21:46:38.767Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8222026-06-11T21:46:39.070ZFrom https://github.com/oxidecomputer/rusty-doors
8232026-06-11T21:46:39.070Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8242026-06-11T21:46:39.078Z Updating git repository `https://github.com/oxidecomputer/lldp`
8252026-06-11T21:46:39.419ZFrom https://github.com/oxidecomputer/lldp
8262026-06-11T21:46:39.419Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8272026-06-11T21:46:39.554Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8282026-06-11T21:46:39.842ZFrom https://github.com/oxidecomputer/slog-error-chain
8292026-06-11T21:46:39.842Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8302026-06-11T21:46:39.863Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8312026-06-11T21:46:40.193ZFrom https://github.com/oxidecomputer/tufaceous
8322026-06-11T21:46:40.193Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8332026-06-11T21:46:40.267Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8342026-06-11T21:46:40.760ZFrom https://github.com/oxidecomputer/management-gateway-service
8352026-06-11T21:46:40.760Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8362026-06-11T21:46:40.786Z Updating git repository `https://github.com/oxidecomputer/crucible`
8372026-06-11T21:46:41.851ZFrom https://github.com/oxidecomputer/crucible
8382026-06-11T21:46:41.852Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8392026-06-11T21:46:41.900Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8402026-06-11T21:46:42.181ZFrom https://github.com/oxidecomputer/serde_human_bytes
8412026-06-11T21:46:42.181Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8422026-06-11T21:46:42.558Z Updating git repository `https://github.com/oxidecomputer/propolis`
8432026-06-11T21:46:43.000ZFrom https://github.com/oxidecomputer/propolis
8442026-06-11T21:46:43.000Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8452026-06-11T21:46:43.112Z Updating git repository `https://github.com/oxidecomputer/crucible`
8462026-06-11T21:46:43.713ZFrom https://github.com/oxidecomputer/crucible
8472026-06-11T21:46:43.713Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8482026-06-11T21:46:43.777Z Updating git repository `https://github.com/oxidecomputer/tofino`
8492026-06-11T21:46:44.175ZFrom https://github.com/oxidecomputer/tofino
8502026-06-11T21:46:44.175Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8512026-06-11T21:46:44.201Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8522026-06-11T21:46:44.916ZFrom https://github.com/oxidecomputer/maghemite
8532026-06-11T21:46:44.917Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8542026-06-11T21:46:44.979Z Updating git repository `https://github.com/oxidecomputer/clickward`
8552026-06-11T21:46:45.303ZFrom https://github.com/oxidecomputer/clickward
8562026-06-11T21:46:45.303Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8572026-06-11T21:46:45.598Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8582026-06-11T21:46:45.876ZFrom https://github.com/oxidecomputer/illumos-devinfo
8592026-06-11T21:46:45.876Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8602026-06-11T21:46:46.833Z Downloading crates ...
8612026-06-11T21:46:46.944Z Downloaded bitflags v1.3.2
8622026-06-11T21:46:46.948Z Downloaded bit-set v0.8.0
8632026-06-11T21:46:46.951Z Downloaded aead v0.5.2
8642026-06-11T21:46:46.951Z Downloaded bit-vec v0.8.0
8652026-06-11T21:46:46.956Z Downloaded base64 v0.21.7
8662026-06-11T21:46:46.959Z Downloaded embedded-io v0.6.1
8672026-06-11T21:46:46.959Z Downloaded hostname v0.4.2
8682026-06-11T21:46:46.959Z Downloaded bcs v0.1.6
8692026-06-11T21:46:46.962Z Downloaded block-buffer v0.12.0
8702026-06-11T21:46:46.962Z Downloaded natord v1.0.9
8712026-06-11T21:46:46.965Z Downloaded embedded-io v0.4.0
8722026-06-11T21:46:46.965Z Downloaded hmac v0.12.1
8732026-06-11T21:46:46.968Z Downloaded bytecount v0.6.9
8742026-06-11T21:46:46.968Z Downloaded bs58 v0.5.1
8752026-06-11T21:46:46.971Z Downloaded git-stub v1.0.0
8762026-06-11T21:46:46.974Z Downloaded deranged v0.5.8
8772026-06-11T21:46:46.974Z Downloaded crunchy v0.2.4
8782026-06-11T21:46:46.977Z Downloaded byteorder v1.5.0
8792026-06-11T21:46:46.977Z Downloaded async-stream v0.3.6
8802026-06-11T21:46:46.981Z Downloaded ingot v0.1.1
8812026-06-11T21:46:46.981Z Downloaded digest v0.11.3
8822026-06-11T21:46:46.984Z Downloaded fs-err v3.3.0
8832026-06-11T21:46:46.984Z Downloaded hubpack_derive v0.1.1
8842026-06-11T21:46:46.984Z Downloaded defmt-macros v1.1.0
8852026-06-11T21:46:46.987Z Downloaded console v0.16.3
8862026-06-11T21:46:46.990Z Downloaded async-trait v0.1.89
8872026-06-11T21:46:46.993Z Downloaded mime v0.3.17
8882026-06-11T21:46:46.993Z Downloaded ciborium-ll v0.2.2
8892026-06-11T21:46:46.996Z Downloaded crypto-common v0.2.2
8902026-06-11T21:46:46.996Z Downloaded half v2.7.1
8912026-06-11T21:46:46.999Z Downloaded dunce v1.0.5
8922026-06-11T21:46:46.999Z Downloaded olpc-cjson v0.1.4
8932026-06-11T21:46:47.002Z Downloaded konst v0.2.20
8942026-06-11T21:46:47.005Z Downloaded icu_provider v2.2.0
8952026-06-11T21:46:47.005Z Downloaded hickory-resolver v0.25.2
8962026-06-11T21:46:47.008Z Downloaded num-conv v0.2.2
8972026-06-11T21:46:47.011Z Downloaded hubpack v0.1.2
8982026-06-11T21:46:47.011Z Downloaded base16ct v1.0.0
8992026-06-11T21:46:47.014Z Downloaded crucible-workspace-hack v0.1.0
9002026-06-11T21:46:47.014Z Downloaded base16ct v0.2.0
9012026-06-11T21:46:47.017Z Downloaded cpufeatures v0.3.0
9022026-06-11T21:46:47.017Z Downloaded goblin v0.8.2
9032026-06-11T21:46:47.020Z Downloaded dtrace-parser v0.3.0
9042026-06-11T21:46:47.023Z Downloaded minimal-lexical v0.2.1
9052026-06-11T21:46:47.026Z Downloaded memmap2 v0.9.10
9062026-06-11T21:46:47.030Z Downloaded defmt-parser v1.0.0
9072026-06-11T21:46:47.030Z Downloaded macaddr v1.0.1
9082026-06-11T21:46:47.030Z Downloaded libscf-sys v1.2.0
9092026-06-11T21:46:47.033Z Downloaded fs_extra v1.3.0
9102026-06-11T21:46:47.033Z Downloaded dof v0.4.0
9112026-06-11T21:46:47.036Z Downloaded managed v0.8.0
9122026-06-11T21:46:47.036Z Downloaded num_threads v0.1.7
9132026-06-11T21:46:47.036Z Downloaded linked-hash-map v0.5.6
9142026-06-11T21:46:47.039Z Downloaded linear-map v1.2.0
9152026-06-11T21:46:47.039Z Downloaded ipnetwork v0.21.1
9162026-06-11T21:46:47.042Z Downloaded darling_core v0.23.0
9172026-06-11T21:46:47.044Z Downloaded num v0.4.3
9182026-06-11T21:46:47.047Z Downloaded internet-checksum v0.2.1
9192026-06-11T21:46:47.047Z Downloaded match_cfg v0.1.0
9202026-06-11T21:46:47.047Z Downloaded keccak v0.1.6
9212026-06-11T21:46:47.050Z Downloaded no-std-compat v0.4.1
9222026-06-11T21:46:47.050Z Downloaded httpdate v1.0.3
9232026-06-11T21:46:47.053Z Downloaded const-random v0.1.18
9242026-06-11T21:46:47.053Z Downloaded konst_macro_rules v0.2.19
9252026-06-11T21:46:47.053Z Downloaded heck v0.4.1
9262026-06-11T21:46:47.056Z Downloaded enum-as-inner v0.6.1
9272026-06-11T21:46:47.056Z Downloaded gethostname v0.5.0
9282026-06-11T21:46:47.059Z Downloaded memmap v0.7.0
9292026-06-11T21:46:47.059Z Downloaded foreign-types-macros v0.2.3
9302026-06-11T21:46:47.059Z Downloaded float-ord v0.3.2
9312026-06-11T21:46:47.062Z Downloaded cobs v0.3.0
9322026-06-11T21:46:47.062Z Downloaded arrayvec v0.7.6
9332026-06-11T21:46:47.065Z Downloaded omicron-workspace-hack v0.1.0
9342026-06-11T21:46:47.065Z Downloaded hash32 v0.3.1
9352026-06-11T21:46:47.068Z Downloaded num-iter v0.1.45
9362026-06-11T21:46:47.068Z Downloaded async-recursion v1.1.1
9372026-06-11T21:46:47.071Z Downloaded dtrace-parser v0.2.0
9382026-06-11T21:46:47.071Z Downloaded convert_case v0.4.0
9392026-06-11T21:46:47.071Z Downloaded darling_macro v0.21.3
9402026-06-11T21:46:47.074Z Downloaded is-terminal v0.4.17
9412026-06-11T21:46:47.074Z Downloaded arrayref v0.3.9
9422026-06-11T21:46:47.074Z Downloaded opaque-debug v0.3.1
9432026-06-11T21:46:47.077Z Downloaded bitflags v2.12.1
9442026-06-11T21:46:47.080Z Downloaded num_enum_derive v0.5.11
9452026-06-11T21:46:47.080Z Downloaded newtype-uuid-macros v0.1.0
9462026-06-11T21:46:47.083Z Downloaded derive-ex v0.1.8
9472026-06-11T21:46:47.083Z Downloaded argon2 v0.5.3
9482026-06-11T21:46:47.083Z Downloaded newline-converter v0.3.0
9492026-06-11T21:46:47.086Z Downloaded ingot-types v0.1.2
9502026-06-11T21:46:47.086Z Downloaded dyn-clone v1.0.20
9512026-06-11T21:46:47.089Z Downloaded phf_shared v0.12.1
9522026-06-11T21:46:47.089Z Downloaded num-derive v0.4.2
9532026-06-11T21:46:47.089Z Downloaded critical-section v1.2.0
9542026-06-11T21:46:47.092Z Downloaded lru-cache v0.1.2
9552026-06-11T21:46:47.092Z Downloaded idna_adapter v1.2.2
9562026-06-11T21:46:47.095Z Downloaded daft-derive v0.1.7
9572026-06-11T21:46:47.098Z Downloaded plain v0.2.3
9582026-06-11T21:46:47.098Z Downloaded cookie v0.18.1
9592026-06-11T21:46:47.101Z Downloaded colored v3.1.1
9602026-06-11T21:46:47.101Z Downloaded ciborium v0.2.2
9612026-06-11T21:46:47.104Z Downloaded memoffset v0.9.1
9622026-06-11T21:46:47.104Z Downloaded newtype_derive v0.1.6
9632026-06-11T21:46:47.106Z Downloaded hostname v0.3.1
9642026-06-11T21:46:47.106Z Downloaded foreign-types v0.5.0
9652026-06-11T21:46:47.107Z Downloaded constant_time_eq v0.4.2
9662026-06-11T21:46:47.110Z Downloaded libsw-core v0.3.2
9672026-06-11T21:46:47.110Z Downloaded backoff v0.4.0
9682026-06-11T21:46:47.112Z Downloaded cipher v0.4.4
9692026-06-11T21:46:47.112Z Downloaded erased-serde v0.3.31
9702026-06-11T21:46:47.115Z Downloaded powerfmt v0.2.0
9712026-06-11T21:46:47.115Z Downloaded proc-macro-error-attr v1.0.4
9722026-06-11T21:46:47.118Z Downloaded pretty-hex v0.4.2
9732026-06-11T21:46:47.118Z Downloaded potential_utf v0.1.5
9742026-06-11T21:46:47.118Z Downloaded ident_case v1.0.1
9752026-06-11T21:46:47.121Z Downloaded group v0.13.0
9762026-06-11T21:46:47.121Z Downloaded fxhash v0.2.1
9772026-06-11T21:46:47.121Z Downloaded dof v0.3.0
9782026-06-11T21:46:47.124Z Downloaded progenitor-client v0.14.0
9792026-06-11T21:46:47.124Z Downloaded crossbeam-utils v0.8.21
9802026-06-11T21:46:47.127Z Downloaded displaydoc v0.2.6
9812026-06-11T21:46:47.127Z Downloaded proc-macro-crate v3.5.0
9822026-06-11T21:46:47.130Z Downloaded inout v0.1.4
9832026-06-11T21:46:47.130Z Downloaded progenitor-client v0.10.0
9842026-06-11T21:46:47.130Z Downloaded daft v0.1.7
9852026-06-11T21:46:47.133Z Downloaded proc-macro-error-attr2 v2.0.0
9862026-06-11T21:46:47.133Z Downloaded proc-macro-crate v1.3.1
9872026-06-11T21:46:47.133Z Downloaded const_format_proc_macros v0.2.34
9882026-06-11T21:46:47.136Z Downloaded progenitor-macro v0.14.0
9892026-06-11T21:46:47.136Z Downloaded ref-cast v1.0.25
9902026-06-11T21:46:47.139Z Downloaded quick-error v1.2.3
9912026-06-11T21:46:47.139Z Downloaded num_enum v0.7.6
9922026-06-11T21:46:47.142Z Downloaded parse-display v0.10.0
9932026-06-11T21:46:47.145Z Downloaded dropshot-api-manager-types v0.7.2
9942026-06-11T21:46:47.145Z Downloaded num-rational v0.4.2
9952026-06-11T21:46:47.145Z Downloaded pem v3.0.6
9962026-06-11T21:46:47.148Z Downloaded num_enum_derive v0.7.6
9972026-06-11T21:46:47.148Z Downloaded progenitor-macro v0.10.0
9982026-06-11T21:46:47.151Z Downloaded git-stub-vcs v0.1.0
9992026-06-11T21:46:47.151Z Downloaded data-encoding v2.11.0
10002026-06-11T21:46:47.151Z Downloaded foldhash v0.2.0
10012026-06-11T21:46:47.155Z Downloaded cancel-safe-futures v0.1.5
10022026-06-11T21:46:47.155Z Downloaded progenitor-macro v0.13.0
10032026-06-11T21:46:47.158Z Downloaded crossbeam-channel v0.5.15
10042026-06-11T21:46:47.158Z Downloaded oxnet v0.1.6
10052026-06-11T21:46:47.161Z Downloaded libsw v3.5.0
10062026-06-11T21:46:47.161Z Downloaded ff v0.13.1
10072026-06-11T21:46:47.168Z Downloaded ref-cast-impl v1.0.25
10082026-06-11T21:46:47.168Z Downloaded diff v0.1.13
10092026-06-11T21:46:47.168Z Downloaded rand_xorshift v0.4.0
10102026-06-11T21:46:47.171Z Downloaded anyhow v1.0.102
10112026-06-11T21:46:47.171Z Downloaded scroll_derive v0.13.1
10122026-06-11T21:46:47.171Z Downloaded rustc_version v0.1.7
10132026-06-11T21:46:47.171Z Downloaded crossbeam-deque v0.8.6
10142026-06-11T21:46:47.171Z Downloaded darling v0.23.0
10152026-06-11T21:46:47.174Z Downloaded secrecy v0.10.3
10162026-06-11T21:46:47.174Z Downloaded num-complex v0.4.6
10172026-06-11T21:46:47.177Z Downloaded proc-macro-error v1.0.4
10182026-06-11T21:46:47.177Z Downloaded num-integer v0.1.46
10192026-06-11T21:46:47.180Z Downloaded progenitor-client v0.13.0
10202026-06-11T21:46:47.180Z Downloaded phf v0.12.1
10212026-06-11T21:46:47.180Z Downloaded ingot-macros v0.1.1
10222026-06-11T21:46:47.183Z Downloaded password-hash v0.5.0
10232026-06-11T21:46:47.183Z Downloaded multer v3.1.0
10242026-06-11T21:46:47.186Z Downloaded icu_properties v2.2.0
10252026-06-11T21:46:47.189Z Downloaded sha1 v0.11.0
10262026-06-11T21:46:47.189Z Downloaded sha1 v0.10.6
10272026-06-11T21:46:47.189Z Downloaded progenitor-extras v0.2.0
10282026-06-11T21:46:47.192Z Downloaded slog-bunyan v2.5.0
10292026-06-11T21:46:47.192Z Downloaded serial_test_derive v3.5.0
10302026-06-11T21:46:47.192Z Downloaded serde_repr v0.1.20
10312026-06-11T21:46:47.195Z Downloaded serde-big-array v0.5.1
10322026-06-11T21:46:47.195Z Downloaded defmt v1.1.0
10332026-06-11T21:46:47.199Z Downloaded cargo_toml v0.22.3
10342026-06-11T21:46:47.199Z Downloaded progenitor v0.14.0
10352026-06-11T21:46:47.202Z Downloaded progenitor v0.13.0
10362026-06-11T21:46:47.202Z Downloaded paste v1.0.15
10372026-06-11T21:46:47.202Z Downloaded serial_test v3.5.0
10382026-06-11T21:46:47.205Z Downloaded semver v0.1.20
10392026-06-11T21:46:47.205Z Downloaded scroll_derive v0.12.1
10402026-06-11T21:46:47.205Z Downloaded sigpipe v0.1.3
10412026-06-11T21:46:47.205Z Downloaded darling v0.21.3
10422026-06-11T21:46:47.208Z Downloaded same-file v1.0.6
10432026-06-11T21:46:47.211Z Downloaded backon v1.6.0
10442026-06-11T21:46:47.211Z Downloaded proc-macro-error2 v2.0.1
10452026-06-11T21:46:47.214Z Downloaded rusty-fork v0.3.1
10462026-06-11T21:46:47.214Z Downloaded progenitor v0.10.0
10472026-06-11T21:46:47.214Z Downloaded highway v1.3.0
10482026-06-11T21:46:47.217Z Downloaded rand_core v0.10.1
10492026-06-11T21:46:47.217Z Downloaded rand_chacha v0.3.1
10502026-06-11T21:46:47.217Z Downloaded heapless v0.8.0
10512026-06-11T21:46:47.220Z Downloaded siphasher v1.0.3
10522026-06-11T21:46:47.220Z Downloaded num_enum v0.5.11
10532026-06-11T21:46:47.223Z Downloaded slog-envlogger v2.2.0
10542026-06-11T21:46:47.226Z Downloaded pest_generator v2.8.6
10552026-06-11T21:46:47.226Z Downloaded dropshot_endpoint v0.17.1
10562026-06-11T21:46:47.229Z Downloaded oxide-tokio-rt v0.1.6
10572026-06-11T21:46:47.229Z Downloaded rustls-native-certs v0.8.4
10582026-06-11T21:46:47.232Z Downloaded hybrid-array v0.4.12
10592026-06-11T21:46:47.232Z Downloaded litemap v0.8.2
10602026-06-11T21:46:47.235Z Downloaded glob v0.3.3
10612026-06-11T21:46:47.235Z Downloaded stable_deref_trait v1.2.1
10622026-06-11T21:46:47.235Z Downloaded schemars_derive v0.8.22
10632026-06-11T21:46:47.238Z Downloaded rustls-pemfile v2.2.0
10642026-06-11T21:46:47.238Z Downloaded spin v0.5.2
10652026-06-11T21:46:47.238Z Downloaded resolv-conf v0.7.6
10662026-06-11T21:46:47.241Z Downloaded parking_lot v0.11.2
10672026-06-11T21:46:47.241Z Downloaded crossbeam-epoch v0.9.18
10682026-06-11T21:46:47.244Z Downloaded strum v0.27.2
10692026-06-11T21:46:47.244Z Downloaded tabled_derive v0.11.0
10702026-06-11T21:46:47.244Z Downloaded tabled_derive v0.7.0
10712026-06-11T21:46:47.244Z Downloaded thread-id v4.2.2
10722026-06-11T21:46:47.248Z Downloaded testing_table v0.3.0
10732026-06-11T21:46:47.248Z Downloaded termtree v0.5.1
10742026-06-11T21:46:47.248Z Downloaded serde_tokenstream v0.2.3
10752026-06-11T21:46:47.248Z Downloaded rustversion v1.0.22
10762026-06-11T21:46:47.251Z Downloaded parse-display-derive v0.10.0
10772026-06-11T21:46:47.251Z Downloaded scroll v0.12.0
10782026-06-11T21:46:47.251Z Downloaded tabwriter v1.4.1
10792026-06-11T21:46:47.251Z Downloaded serde_derive_internals v0.29.1
10802026-06-11T21:46:47.254Z Downloaded poly1305 v0.8.0
10812026-06-11T21:46:47.254Z Downloaded serde_plain v1.0.2
10822026-06-11T21:46:47.254Z Downloaded postcard v1.1.3
10832026-06-11T21:46:47.257Z Downloaded take_mut v0.2.2
10842026-06-11T21:46:47.257Z Downloaded tagptr v0.2.0
10852026-06-11T21:46:47.257Z Downloaded time-core v0.1.8
10862026-06-11T21:46:47.262Z Downloaded thread-id v5.1.0
10872026-06-11T21:46:47.262Z Downloaded elliptic-curve v0.13.8
10882026-06-11T21:46:47.265Z Downloaded derive_more v0.99.20
10892026-06-11T21:46:47.265Z Downloaded scroll v0.13.0
10902026-06-11T21:46:47.265Z Downloaded nom v7.1.3
10912026-06-11T21:46:47.268Z Downloaded parking_lot_core v0.8.6
10922026-06-11T21:46:47.269Z Downloaded slog-async v2.8.0
10932026-06-11T21:46:47.271Z Downloaded allocator-api2 v0.2.21
10942026-06-11T21:46:47.271Z Downloaded omicron-zone-package v0.12.2
10952026-06-11T21:46:47.274Z Downloaded slog-term v2.9.2
10962026-06-11T21:46:47.274Z Downloaded slog-stdlog v4.1.1
10972026-06-11T21:46:47.279Z Downloaded slog-dtrace v0.3.0
10982026-06-11T21:46:47.279Z Downloaded structmeta-derive v0.3.0
10992026-06-11T21:46:47.279Z Downloaded strum v0.26.3
11002026-06-11T21:46:47.279Z Downloaded cmake v0.1.58
11012026-06-11T21:46:47.282Z Downloaded chacha20 v0.9.1
11022026-06-11T21:46:47.282Z Downloaded compression-core v0.4.32
11032026-06-11T21:46:47.282Z Downloaded typify-macro v0.4.3
11042026-06-11T21:46:47.282Z Downloaded topological-sort v0.2.2
11052026-06-11T21:46:47.282Z Downloaded crc8 v0.1.1
11062026-06-11T21:46:47.286Z Downloaded darling_macro v0.23.0
11072026-06-11T21:46:47.286Z Downloaded foreign-types-shared v0.3.1
11082026-06-11T21:46:47.286Z Downloaded instant v0.1.13
11092026-06-11T21:46:47.286Z Downloaded smartstring v1.0.1
11102026-06-11T21:46:47.289Z Downloaded slog-scope v4.4.1
11112026-06-11T21:46:47.289Z Downloaded slog-json v2.6.1
11122026-06-11T21:46:47.289Z Downloaded drift v0.2.0
11132026-06-11T21:46:47.293Z Downloaded universal-hash v0.5.1
11142026-06-11T21:46:47.296Z Downloaded unit-prefix v0.5.2
11152026-06-11T21:46:47.296Z Downloaded usdt-macro v0.5.0
11162026-06-11T21:46:47.296Z Downloaded unarray v0.1.4
11172026-06-11T21:46:47.296Z Downloaded structmeta v0.3.0
11182026-06-11T21:46:47.299Z Downloaded smf v0.2.3
11192026-06-11T21:46:47.299Z Downloaded smawk v0.3.2
11202026-06-11T21:46:47.299Z Downloaded arc-swap v1.9.1
11212026-06-11T21:46:47.302Z Downloaded snafu-derive v0.8.9
11222026-06-11T21:46:47.302Z Downloaded const-oid v0.10.2
11232026-06-11T21:46:47.302Z Downloaded cstr-argument v0.1.2
11242026-06-11T21:46:47.305Z Downloaded utf-8 v0.7.6
11252026-06-11T21:46:47.305Z Downloaded usdt-macro v0.6.0
11262026-06-11T21:46:47.305Z Downloaded usdt-attr-macro v0.6.0
11272026-06-11T21:46:47.305Z Downloaded const-random-macro v0.1.16
11282026-06-11T21:46:47.305Z Downloaded defmt v0.3.100
11292026-06-11T21:46:47.308Z Downloaded usdt-attr-macro v0.5.0
11302026-06-11T21:46:47.308Z Downloaded usdt v0.6.0
11312026-06-11T21:46:47.308Z Downloaded untrusted v0.7.1
11322026-06-11T21:46:47.308Z Downloaded async-stream-impl v0.3.6
11332026-06-11T21:46:47.309Z Downloaded csv-core v0.1.13
11342026-06-11T21:46:47.312Z Downloaded usdt v0.5.0
11352026-06-11T21:46:47.312Z Downloaded ciborium-io v0.2.2
11362026-06-11T21:46:47.312Z Downloaded pest_derive v2.8.6
11372026-06-11T21:46:47.312Z Downloaded fixedbitset v0.4.2
11382026-06-11T21:46:47.315Z Downloaded compression-codecs v0.4.38
11392026-06-11T21:46:47.315Z Downloaded serde_with_macros v3.20.0
11402026-06-11T21:46:47.318Z Downloaded byte-wrapper v0.1.0
11412026-06-11T21:46:47.318Z Downloaded blake2 v0.10.6
11422026-06-11T21:46:47.321Z Downloaded zerofrom-derive v0.1.7
11432026-06-11T21:46:47.321Z Downloaded waitgroup v0.1.2
11442026-06-11T21:46:47.321Z Downloaded zerofrom v0.1.8
11452026-06-11T21:46:47.321Z Downloaded time-macros v0.2.27
11462026-06-11T21:46:47.324Z Downloaded indexmap v1.9.3
11472026-06-11T21:46:47.324Z Downloaded zeroize_derive v1.4.3
11482026-06-11T21:46:47.325Z Downloaded const_format v0.2.36
11492026-06-11T21:46:47.327Z Downloaded thiserror-no-std v2.0.2
11502026-06-11T21:46:47.331Z Downloaded synstructure v0.13.2
11512026-06-11T21:46:47.331Z Downloaded strum_macros v0.27.2
11522026-06-11T21:46:47.331Z Downloaded strum_macros v0.26.4
11532026-06-11T21:46:47.334Z Downloaded thiserror-impl-no-std v2.0.2
11542026-06-11T21:46:47.334Z Downloaded chacha20poly1305 v0.10.1
11552026-06-11T21:46:47.334Z Downloaded indicatif v0.18.4
11562026-06-11T21:46:47.338Z Downloaded yoke-derive v0.8.2
11572026-06-11T21:46:47.338Z Downloaded papergrid v0.18.0
11582026-06-11T21:46:47.341Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-06-11T21:46:47.341Z Downloaded tokio-dtrace v0.1.1
11602026-06-11T21:46:47.341Z Downloaded tinystr v0.8.3
11612026-06-11T21:46:47.343Z Downloaded tiny-keccak v2.0.2
11622026-06-11T21:46:47.344Z Downloaded papergrid v0.11.0
11632026-06-11T21:46:47.346Z Downloaded tokio-tungstenite v0.21.0
11642026-06-11T21:46:47.349Z Downloaded icu_normalizer_data v2.2.0
11652026-06-11T21:46:47.349Z Downloaded smallvec v1.15.1
11662026-06-11T21:46:47.353Z Downloaded spin v0.9.8
11672026-06-11T21:46:47.355Z Downloaded rhai_codegen v3.2.0
11682026-06-11T21:46:47.357Z Downloaded zone_cfg_derive v0.3.1
11692026-06-11T21:46:47.360Z Downloaded zone v0.3.1
11702026-06-11T21:46:47.360Z Downloaded icu_locale_core v2.2.0
11712026-06-11T21:46:47.364Z Downloaded usdt-impl v0.6.0
11722026-06-11T21:46:47.366Z Downloaded progenitor-impl v0.13.0
11732026-06-11T21:46:47.367Z Downloaded prettyplease v0.2.37
11742026-06-11T21:46:47.369Z Downloaded whoami v1.6.1
11752026-06-11T21:46:47.370Z Downloaded thin-vec v0.2.18
11762026-06-11T21:46:47.373Z Downloaded chacha20 v0.10.0
11772026-06-11T21:46:47.377Z Downloaded typify-macro v0.6.2
11782026-06-11T21:46:47.379Z Downloaded darling_core v0.21.3
11792026-06-11T21:46:47.382Z Downloaded progenitor-impl v0.14.0
11802026-06-11T21:46:47.382Z Downloaded walkdir v2.5.0
11812026-06-11T21:46:47.385Z Downloaded icu_collections v2.2.0
11822026-06-11T21:46:47.388Z Downloaded zerovec-derive v0.11.3
11832026-06-11T21:46:47.388Z Downloaded jiff-static v0.2.28
11842026-06-11T21:46:47.391Z Downloaded wait-timeout v0.2.1
11852026-06-11T21:46:47.391Z Downloaded vsss-rs v3.3.4
11862026-06-11T21:46:47.391Z Downloaded writeable v0.6.3
11872026-06-11T21:46:47.395Z Downloaded crypto-bigint v0.5.5
11882026-06-11T21:46:47.397Z Downloaded icu_normalizer v2.2.0
11892026-06-11T21:46:47.398Z Downloaded xz2 v0.1.7
11902026-06-11T21:46:47.401Z Downloaded term v1.2.1
11912026-06-11T21:46:47.401Z Downloaded ucd-trie v0.1.7
11922026-06-11T21:46:47.403Z Downloaded usdt-impl v0.5.0
11932026-06-11T21:46:47.403Z Downloaded pretty_assertions v1.4.1
11942026-06-11T21:46:48.409Z Downloaded pest_meta v2.8.6
11952026-06-11T21:46:48.414Z Downloaded progenitor-impl v0.10.0
11962026-06-11T21:46:48.414Z Downloaded slog v2.8.2
11972026-06-11T21:46:48.414Z Downloaded async-compression v0.4.42
11982026-06-11T21:46:48.414Z Downloaded rand v0.8.6
11992026-06-11T21:46:48.414Z Downloaded similar v2.7.0
12002026-06-11T21:46:48.414Z Downloaded typify v0.4.3
12012026-06-11T21:46:48.414Z Downloaded schemars v0.9.0
12022026-06-11T21:46:48.414Z Downloaded test-strategy v0.4.5
12032026-06-11T21:46:48.414Z Downloaded serde_yaml v0.9.34+deprecated
12042026-06-11T21:46:48.414Z Downloaded rayon-core v1.13.0
12052026-06-11T21:46:48.414Z Downloaded hashbrown v0.16.1
12062026-06-11T21:46:48.414Z Downloaded rand v0.10.1
12072026-06-11T21:46:48.414Z Downloaded zerocopy-derive v0.7.35
12082026-06-11T21:46:48.414Z Downloaded toml v0.9.12+spec-1.1.0
12092026-06-11T21:46:48.414Z Downloaded uuid v1.23.2
12102026-06-11T21:46:48.414Z Downloaded rustls-platform-verifier v0.7.0
12112026-06-11T21:46:48.414Z Downloaded tungstenite v0.21.0
12122026-06-11T21:46:48.414Z Downloaded toml_edit v0.25.12+spec-1.1.0
12132026-06-11T21:46:48.414Z Downloaded yoke v0.8.3
12142026-06-11T21:46:48.414Z Downloaded expectorate v1.2.0
12152026-06-11T21:46:48.414Z Downloaded hickory-resolver v0.24.4
12162026-06-11T21:46:48.414Z Downloaded steno v0.4.1
12172026-06-11T21:46:48.414Z Downloaded hashbrown v0.12.3
12182026-06-11T21:46:48.414Z Downloaded unsafe-libyaml v0.2.11
12192026-06-11T21:46:48.414Z Downloaded typify v0.6.2
12202026-06-11T21:46:48.414Z Downloaded zerotrie v0.2.4
12212026-06-11T21:46:48.414Z Downloaded schemars v0.8.22
12222026-06-11T21:46:48.414Z Downloaded http v1.4.1
12232026-06-11T21:46:48.414Z Downloaded blake3 v1.8.5
12242026-06-11T21:46:48.415Z Downloaded toml v0.7.8
12252026-06-11T21:46:48.415Z Downloaded snafu v0.8.9
12262026-06-11T21:46:48.415Z Downloaded qorb v0.4.1
12272026-06-11T21:46:48.415Z Downloaded dropshot-api-manager v0.7.2
12282026-06-11T21:46:48.415Z Downloaded reqwest v0.13.4
12292026-06-11T21:46:48.415Z Downloaded pest v2.8.6
12302026-06-11T21:46:48.415Z Downloaded yansi v1.0.1
12312026-06-11T21:46:48.415Z Downloaded schemars v1.2.1
12322026-06-11T21:46:48.415Z Downloaded tough v0.22.0
12332026-06-11T21:46:48.415Z Downloaded zerovec v0.11.6
12342026-06-11T21:46:48.415Z Downloaded typed-path v0.9.3
12352026-06-11T21:46:48.415Z Downloaded winnow v0.5.40
12362026-06-11T21:46:48.415Z Downloaded nom v8.0.0
12372026-06-11T21:46:48.415Z Downloaded zerocopy-derive v0.8.50
12382026-06-11T21:46:48.415Z Downloaded toml_edit v0.19.15
12392026-06-11T21:46:48.415Z Downloaded zerocopy v0.7.35
12402026-06-11T21:46:48.415Z Downloaded hkdf v0.12.4
12412026-06-11T21:46:48.415Z Downloaded aws-lc-rs v1.17.0
12422026-06-11T21:46:48.415Z Downloaded itertools v0.12.1
12432026-06-11T21:46:48.415Z Downloaded icu_properties_data v2.2.0
12442026-06-11T21:46:48.415Z Downloaded tabled v0.21.0
12452026-06-11T21:46:48.415Z Downloaded regex v1.12.3
12462026-06-11T21:46:48.415Z Downloaded libm v0.2.16
12472026-06-11T21:46:48.415Z Downloaded rayon v1.12.0
12482026-06-11T21:46:48.415Z Downloaded iddqd v0.4.2
12492026-06-11T21:46:48.415Z Downloaded dropshot v0.17.1
12502026-06-11T21:46:48.415Z Downloaded zerocopy v0.8.50
12512026-06-11T21:46:48.415Z Downloaded proptest v1.11.0
12522026-06-11T21:46:48.415Z Downloaded rhai v1.25.1
12532026-06-11T21:46:48.415Z Downloaded tabled v0.15.0
12542026-06-11T21:46:48.415Z Downloaded serde_with v3.20.0
12552026-06-11T21:46:48.415Z Downloaded moka v0.12.15
12562026-06-11T21:46:48.415Z Downloaded openapiv3 v2.2.0
12572026-06-11T21:46:48.415Z Downloaded time v0.3.47
12582026-06-11T21:46:48.415Z Downloaded goblin v0.10.7
12592026-06-11T21:46:48.415Z Downloaded sled v0.34.7
12602026-06-11T21:46:48.416Z Downloaded typify-impl v0.4.3
12612026-06-11T21:46:48.416Z Downloaded syn v1.0.109
12622026-06-11T21:46:48.416Z Downloaded smoltcp v0.11.0
12632026-06-11T21:46:48.416Z Downloaded nix v0.31.3
12642026-06-11T21:46:48.416Z Downloaded hickory-proto v0.24.4
12652026-06-11T21:46:48.416Z Downloaded regress v0.10.5
12662026-06-11T21:46:48.416Z Downloaded regress v0.11.1
12672026-06-11T21:46:48.416Z Downloaded regex-syntax v0.8.10
12682026-06-11T21:46:48.416Z Downloaded chrono-tz v0.10.4
12692026-06-11T21:46:48.416Z Downloaded csv v1.4.0
12702026-06-11T21:46:48.416Z Downloaded sha3 v0.10.9
12712026-06-11T21:46:48.416Z Downloaded typify-impl v0.6.2
12722026-06-11T21:46:48.416Z Downloaded hickory-proto v0.25.2
12732026-06-11T21:46:48.416Z Downloaded petgraph v0.6.5
12742026-06-11T21:46:48.416Z Downloaded jiff v0.2.28
12752026-06-11T21:46:48.416Z Downloaded lzma-sys v0.1.20
12762026-06-11T21:46:48.416Z Downloaded encoding_rs v0.8.35
12772026-06-11T21:46:48.442Z Downloaded aws-lc-sys v0.41.0
12782026-06-11T21:46:49.370Z Compiling proc-macro2 v1.0.106
12792026-06-11T21:46:49.370Z Compiling quote v1.0.45
12802026-06-11T21:46:49.370Z Compiling unicode-ident v1.0.24
12812026-06-11T21:46:49.370Z Compiling serde_core v1.0.228
12822026-06-11T21:46:49.373Z Compiling cfg-if v1.0.4
12832026-06-11T21:46:49.373Z Compiling serde v1.0.228
12842026-06-11T21:46:49.373Z Compiling libc v0.2.186
12852026-06-11T21:46:49.373Z Compiling memchr v2.8.1
12862026-06-11T21:46:49.533Z Compiling itoa v1.0.18
12872026-06-11T21:46:49.727Z Compiling smallvec v1.15.1
12882026-06-11T21:46:49.846Z Compiling zmij v1.0.21
12892026-06-11T21:46:49.902Z Compiling autocfg v1.5.1
12902026-06-11T21:46:49.947Z Compiling libm v0.2.16
12912026-06-11T21:46:50.227Z Compiling stable_deref_trait v1.2.1
12922026-06-11T21:46:50.264Z Compiling percent-encoding v2.3.2
12932026-06-11T21:46:50.303Z Compiling writeable v0.6.3
12942026-06-11T21:46:50.389Z Compiling litemap v0.8.2
12952026-06-11T21:46:50.455Z Compiling icu_properties_data v2.2.0
12962026-06-11T21:46:50.466Z Compiling utf8_iter v1.0.4
12972026-06-11T21:46:50.528Z Compiling icu_normalizer_data v2.2.0
12982026-06-11T21:46:50.587Z Compiling iana-time-zone v0.1.65
12992026-06-11T21:46:50.614Z Compiling equivalent v1.0.2
13002026-06-11T21:46:50.700Z Compiling syn v2.0.117
13012026-06-11T21:46:50.809Z Compiling form_urlencoded v1.2.2
13022026-06-11T21:46:50.821Z Compiling pin-project-lite v0.2.17
13032026-06-11T21:46:50.863Z Compiling version_check v0.9.5
13042026-06-11T21:46:50.866Z Compiling serde_json v1.0.150
13052026-06-11T21:46:50.906Z Compiling dyn-clone v1.0.20
13062026-06-11T21:46:50.918Z Compiling scopeguard v1.2.0
13072026-06-11T21:46:50.997Z Compiling parking_lot_core v0.9.12
13082026-06-11T21:46:51.028Z Compiling lock_api v0.4.14
13092026-06-11T21:46:51.053Z Compiling num-traits v0.2.19
13102026-06-11T21:46:51.136Z Compiling thiserror v2.0.18
13112026-06-11T21:46:51.150Z Compiling rand_core v0.10.1
13122026-06-11T21:46:51.269Z Compiling log v0.4.32
13132026-06-11T21:46:51.303Z Compiling getrandom v0.4.2
13142026-06-11T21:46:51.324Z Compiling hashbrown v0.17.1
13152026-06-11T21:46:51.461Z Compiling errno v0.3.14
13162026-06-11T21:46:51.532Z Compiling futures-core v0.3.32
13172026-06-11T21:46:51.682Z Compiling semver v1.0.28
13182026-06-11T21:46:51.788Z Compiling heck v0.5.0
13192026-06-11T21:46:51.819Z Compiling indexmap v2.14.0
13202026-06-11T21:46:51.883Z Compiling zerocopy v0.8.50
13212026-06-11T21:46:52.028Z Compiling futures-sink v0.3.32
13222026-06-11T21:46:52.051Z Compiling uuid v1.23.2
13232026-06-11T21:46:52.101Z Compiling slab v0.4.12
13242026-06-11T21:46:52.129Z Compiling jobserver v0.1.34
13252026-06-11T21:46:52.276Z Compiling find-msvc-tools v0.1.9
13262026-06-11T21:46:52.332Z Compiling fnv v1.0.7
13272026-06-11T21:46:52.429Z Compiling shlex v2.0.1
13282026-06-11T21:46:52.444Z Compiling schemars v0.8.22
13292026-06-11T21:46:52.447Z Compiling futures-channel v0.3.32
13302026-06-11T21:46:52.470Z Compiling rustversion v1.0.22
13312026-06-11T21:46:52.517Z Compiling futures-task v0.3.32
13322026-06-11T21:46:52.610Z Compiling cc v1.2.63
13332026-06-11T21:46:52.673Z Compiling futures-io v0.3.32
13342026-06-11T21:46:52.717Z Compiling socket2 v0.6.4
13352026-06-11T21:46:52.796Z Compiling bitflags v2.12.1
13362026-06-11T21:46:52.837Z Compiling signal-hook-registry v1.4.8
13372026-06-11T21:46:52.847Z Compiling mio v1.2.1
13382026-06-11T21:46:52.997Z Compiling parking_lot v0.12.5
13392026-06-11T21:46:53.035Z Compiling portable-atomic v1.13.1
13402026-06-11T21:46:53.131Z Compiling typenum v1.20.1
13412026-06-11T21:46:53.165Z Compiling dunce v1.0.5
13422026-06-11T21:46:53.265Z Compiling fs_extra v1.3.0
13432026-06-11T21:46:53.346Z Compiling cmake v0.1.58
13442026-06-11T21:46:53.409Z Compiling critical-section v1.2.0
13452026-06-11T21:46:53.444Z Compiling synstructure v0.13.2
13462026-06-11T21:46:53.496Z Compiling serde_derive_internals v0.29.1
13472026-06-11T21:46:53.526Z Compiling base64 v0.22.1
13482026-06-11T21:46:53.692Z Compiling byteorder v1.5.0
13492026-06-11T21:46:53.856Z Compiling subtle v2.6.1
13502026-06-11T21:46:53.872Z Compiling aws-lc-sys v0.41.0
13512026-06-11T21:46:53.917Z Compiling regex-syntax v0.8.10
13522026-06-11T21:46:53.930Z Compiling slog v2.8.2
13532026-06-11T21:46:53.941Z Compiling httparse v1.10.1
13542026-06-11T21:46:54.023Z Compiling once_cell v1.21.4
13552026-06-11T21:46:54.065Z Compiling ipnet v2.12.0
13562026-06-11T21:46:54.171Z Compiling rustix v1.1.4
13572026-06-11T21:46:54.273Z Compiling atomic-waker v1.1.2
13582026-06-11T21:46:54.295Z Compiling strsim v0.11.1
13592026-06-11T21:46:54.417Z Compiling tower-service v0.3.3
13602026-06-11T21:46:54.428Z Compiling tower-layer v0.3.3
13612026-06-11T21:46:54.596Z Compiling getrandom v0.2.17
13622026-06-11T21:46:54.665Z Compiling untrusted v0.9.0
13632026-06-11T21:46:54.708Z Compiling ucd-trie v0.1.7
13642026-06-11T21:46:54.720Z Compiling serde_derive v1.0.228
13652026-06-11T21:46:54.751Z Compiling zerofrom-derive v0.1.7
13662026-06-11T21:46:54.784Z Compiling yoke-derive v0.8.2
13672026-06-11T21:46:54.795Z Compiling zerovec-derive v0.11.3
13682026-06-11T21:46:54.805Z Compiling displaydoc v0.2.6
13692026-06-11T21:46:54.829Z Compiling schemars_derive v0.8.22
13702026-06-11T21:46:55.015Z Compiling tokio-macros v2.7.0
13712026-06-11T21:46:55.647Z Compiling thiserror-impl v2.0.18
13722026-06-11T21:46:55.794Z Compiling zerocopy-derive v0.8.50
13732026-06-11T21:46:55.891Z Compiling zeroize_derive v1.4.3
13742026-06-11T21:46:55.915Z Compiling futures-macro v0.3.32
13752026-06-11T21:46:55.975Z Compiling zerofrom v0.1.8
13762026-06-11T21:46:56.096Z Compiling yoke v0.8.3
13772026-06-11T21:46:56.283Z Compiling zerovec v0.11.6
13782026-06-11T21:46:56.584Z Compiling zerotrie v0.2.4
13792026-06-11T21:46:56.640Z Compiling zeroize v1.8.2
13802026-06-11T21:46:56.756Z Compiling tinystr v0.8.3
13812026-06-11T21:46:56.805Z Compiling potential_utf v0.1.5
13822026-06-11T21:46:56.840Z Compiling futures-util v0.3.32
13832026-06-11T21:46:56.879Z Compiling thiserror v1.0.69
13842026-06-11T21:46:56.954Z Compiling icu_locale_core v2.2.0
13852026-06-11T21:46:56.966Z Compiling icu_collections v2.2.0
13862026-06-11T21:46:56.979Z Compiling try-lock v0.2.5
13872026-06-11T21:46:57.081Z Compiling ryu v1.0.23
13882026-06-11T21:46:57.259Z Compiling want v0.3.1
13892026-06-11T21:46:57.368Z Compiling pest v2.8.6
13902026-06-11T21:46:57.423Z Compiling rand_core v0.6.4
13912026-06-11T21:46:57.476Z Compiling thiserror-impl v1.0.69
13922026-06-11T21:46:57.645Z Compiling icu_provider v2.2.0
13932026-06-11T21:46:57.940Z Compiling bytes v1.11.1
13942026-06-11T21:46:57.966Z Compiling icu_normalizer v2.2.0
13952026-06-11T21:46:58.031Z Compiling icu_properties v2.2.0
13962026-06-11T21:46:58.555Z Compiling chrono v0.4.45
13972026-06-11T21:46:58.567Z Compiling http v1.4.1
13982026-06-11T21:46:58.632Z Compiling tokio v1.52.3
13992026-06-11T21:46:58.643Z Compiling serde_tokenstream v0.2.3
14002026-06-11T21:46:58.924Z Compiling idna_adapter v1.2.2
14012026-06-11T21:46:59.064Z Compiling idna v1.1.0
14022026-06-11T21:46:59.128Z Compiling erased-serde v0.3.31
14032026-06-11T21:46:59.217Z Compiling httpdate v1.0.3
14042026-06-11T21:46:59.483Z Compiling url v2.5.8
14052026-06-11T21:46:59.638Z Compiling http-body v1.0.1
14062026-06-11T21:46:59.897Z Compiling pest_meta v2.8.6
14072026-06-11T21:46:59.907Z Compiling getrandom v0.3.4
14082026-06-11T21:47:00.087Z Compiling ppv-lite86 v0.2.21
14092026-06-11T21:47:00.177Z Compiling pretty-hex v0.4.2
14102026-06-11T21:47:00.271Z Compiling plain v0.2.3
14112026-06-11T21:47:00.317Z Compiling paste v1.0.15
14122026-06-11T21:47:00.373Z Compiling foldhash v0.2.0
14132026-06-11T21:47:00.384Z Compiling allocator-api2 v0.2.21
14142026-06-11T21:47:00.403Z Compiling tracing-attributes v0.1.31
14152026-06-11T21:47:00.610Z Compiling pest_generator v2.8.6
14162026-06-11T21:47:00.665Z Compiling hashbrown v0.16.1
14172026-06-11T21:47:00.703Z Compiling tracing-core v0.1.36
14182026-06-11T21:47:01.190Z Compiling ipnetwork v0.21.1
14192026-06-11T21:47:01.222Z Compiling pest_derive v2.8.6
14202026-06-11T21:47:01.244Z Compiling omicron-workspace-hack v0.1.0
14212026-06-11T21:47:01.306Z Compiling ident_case v1.0.1
14222026-06-11T21:47:01.486Z Compiling http-body-util v0.1.3
14232026-06-11T21:47:01.528Z Compiling serde_urlencoded v0.7.1
14242026-06-11T21:47:01.623Z Compiling tracing v0.1.44
14252026-06-11T21:47:01.640Z Compiling aho-corasick v1.1.4
14262026-06-11T21:47:01.772Z Compiling sync_wrapper v1.0.2
14272026-06-11T21:47:01.789Z Compiling winnow v1.0.3
14282026-06-11T21:47:01.801Z Compiling oxnet v0.1.6
14292026-06-11T21:47:01.871Z Compiling daft-derive v0.1.7
14302026-06-11T21:47:01.934Z Compiling fastrand v2.4.1
14312026-06-11T21:47:02.195Z Compiling scroll_derive v0.13.1
14322026-06-11T21:47:02.267Z Compiling async-trait v0.1.89
14332026-06-11T21:47:02.643Z Compiling regex-automata v0.4.14
14342026-06-11T21:47:02.881Z Compiling tokio-util v0.7.18
14352026-06-11T21:47:03.026Z Compiling anyhow v1.0.102
14362026-06-11T21:47:03.051Z Compiling powerfmt v0.2.0
14372026-06-11T21:47:03.257Z Compiling aws-lc-rs v1.17.0
14382026-06-11T21:47:03.260Z Compiling num-conv v0.2.2
14392026-06-11T21:47:03.361Z Compiling time-core v0.1.8
14402026-06-11T21:47:03.509Z Compiling time-macros v0.2.27
14412026-06-11T21:47:03.577Z Compiling deranged v0.5.8
14422026-06-11T21:47:03.625Z Compiling scroll v0.13.0
14432026-06-11T21:47:03.637Z Compiling rustls-pki-types v1.14.1
14442026-06-11T21:47:03.932Z Compiling hex v0.4.3
14452026-06-11T21:47:04.126Z Compiling num_threads v0.1.7
14462026-06-11T21:47:04.151Z Compiling openssl-probe v0.2.1
14472026-06-11T21:47:04.298Z Compiling goblin v0.10.7
14482026-06-11T21:47:04.363Z Compiling regex v1.12.3
14492026-06-11T21:47:04.849Z Compiling camino v1.2.2
14502026-06-11T21:47:05.212Z Compiling untrusted v0.7.1
14512026-06-11T21:47:05.250Z Compiling usdt-impl v0.6.0
14522026-06-11T21:47:05.263Z Compiling crc32fast v1.5.0
14532026-06-11T21:47:05.274Z Compiling rustls v0.23.40
14542026-06-11T21:47:05.526Z Compiling h2 v0.4.14
14552026-06-11T21:47:05.609Z Compiling dtrace-parser v0.3.0
14562026-06-11T21:47:05.643Z Compiling crossbeam-utils v0.8.21
14572026-06-11T21:47:05.947Z Compiling futures-executor v0.3.32
14582026-06-11T21:47:05.974Z Compiling structmeta-derive v0.3.0
14592026-06-11T21:47:06.087Z Compiling thread-id v5.1.0
14602026-06-11T21:47:06.172Z Compiling simd-adler32 v0.3.9
14612026-06-11T21:47:06.231Z Compiling adler2 v2.0.1
14622026-06-11T21:47:06.367Z Compiling cpufeatures v0.3.0
14632026-06-11T21:47:06.379Z Compiling miniz_oxide v0.8.9
14642026-06-11T21:47:06.443Z Compiling futures v0.3.32
14652026-06-11T21:47:06.486Z Compiling rand_core v0.9.5
14662026-06-11T21:47:06.702Z Compiling darling_core v0.23.0
14672026-06-11T21:47:07.036Z Compiling newtype-uuid-macros v0.1.0
14682026-06-11T21:47:07.039Z Compiling structmeta v0.3.0
14692026-06-11T21:47:07.058Z Compiling hybrid-array v0.4.12
14702026-06-11T21:47:07.244Z Compiling dof v0.4.0
14712026-06-11T21:47:07.513Z Compiling thread_local v1.1.9
14722026-06-11T21:47:07.626Z Compiling hyper v1.10.1
14732026-06-11T21:47:07.793Z Compiling match_cfg v0.1.0
14742026-06-11T21:47:07.863Z Compiling flate2 v1.1.9
14752026-06-11T21:47:08.566Z Compiling newtype-uuid v1.3.2
14762026-06-11T21:47:08.781Z Compiling hyper-util v0.1.20
14772026-06-11T21:47:08.848Z Compiling darling_macro v0.23.0
14782026-06-11T21:47:08.914Z Compiling compression-core v0.4.32
14792026-06-11T21:47:09.001Z Compiling slog-async v2.8.0
14802026-06-11T21:47:09.071Z Compiling quick-error v1.2.3
14812026-06-11T21:47:09.240Z Compiling ref-cast v1.0.25
14822026-06-11T21:47:09.312Z Compiling usdt-macro v0.6.0
14832026-06-11T21:47:09.393Z Compiling usdt-attr-macro v0.6.0
14842026-06-11T21:47:09.421Z Compiling compression-codecs v0.4.38
14852026-06-11T21:47:09.463Z Compiling daft v0.1.7
14862026-06-11T21:47:09.506Z Compiling darling v0.23.0
14872026-06-11T21:47:09.589Z Compiling block-buffer v0.12.0
14882026-06-11T21:47:09.616Z Compiling crypto-common v0.2.2
14892026-06-11T21:47:09.679Z Compiling rand_chacha v0.9.0
14902026-06-11T21:47:09.747Z Compiling ref-cast-impl v1.0.25
14912026-06-11T21:47:10.112Z Compiling strum_macros v0.26.4
14922026-06-11T21:47:10.163Z Compiling serde_spanned v1.1.1
14932026-06-11T21:47:10.318Z Compiling generic-array v0.14.7
14942026-06-11T21:47:10.378Z Compiling multer v3.1.0
14952026-06-11T21:47:10.471Z Compiling const-oid v0.10.2
14962026-06-11T21:47:10.529Z Compiling bit-vec v0.8.0
14972026-06-11T21:47:10.563Z Compiling debug-ignore v1.0.5
14982026-06-11T21:47:10.576Z Compiling take_mut v0.2.2
14992026-06-11T21:47:10.592Z Compiling term v1.2.1
15002026-06-11T21:47:10.618Z Compiling toml_writer v1.1.1+spec-1.1.0
15012026-06-11T21:47:10.687Z Compiling digest v0.11.3
15022026-06-11T21:47:10.720Z Compiling bit-set v0.8.0
15032026-06-11T21:47:10.848Z Compiling rand v0.9.4
15042026-06-11T21:47:10.859Z Compiling serde_with_macros v3.20.0
15052026-06-11T21:47:10.875Z Compiling async-stream-impl v0.3.6
15062026-06-11T21:47:10.897Z Compiling dropshot v0.17.1
15072026-06-11T21:47:11.140Z Compiling encoding_rs v0.8.35
15082026-06-11T21:47:11.291Z Compiling unarray v0.1.4
15092026-06-11T21:47:11.400Z Compiling spin v0.9.8
15102026-06-11T21:47:11.451Z Compiling syn v1.0.109
15112026-06-11T21:47:11.514Z Compiling mime v0.3.17
15122026-06-11T21:47:11.526Z Compiling async-stream v0.3.6
15132026-06-11T21:47:11.744Z Compiling sha1 v0.11.0
15142026-06-11T21:47:11.761Z Compiling strum v0.26.3
15152026-06-11T21:47:11.825Z Compiling derive-ex v0.1.8
15162026-06-11T21:47:11.884Z Compiling tower v0.5.3
15172026-06-11T21:47:11.923Z Compiling dropshot_endpoint v0.17.1
15182026-06-11T21:47:11.983Z Compiling macaddr v1.0.1
15192026-06-11T21:47:11.995Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15202026-06-11T21:47:12.283Z Compiling waitgroup v0.1.2
15212026-06-11T21:47:12.356Z Compiling serde_path_to_error v0.1.20
15222026-06-11T21:47:12.485Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15232026-06-11T21:47:12.617Z Compiling tower-http v0.6.11
15242026-06-11T21:47:12.711Z Compiling tempfile v3.27.0
15252026-06-11T21:47:12.793Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15262026-06-11T21:47:12.972Z Compiling openapiv3 v2.2.0
15272026-06-11T21:47:13.034Z Compiling strum_macros v0.27.2
15282026-06-11T21:47:13.139Z Compiling instant v0.1.13
15292026-06-11T21:47:13.393Z Compiling test-strategy v0.4.5
15302026-06-11T21:47:13.589Z Compiling time v0.3.47
15312026-06-11T21:47:14.531Z Compiling rustls-native-certs v0.8.4
15322026-06-11T21:47:14.621Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15332026-06-11T21:47:14.811Z Compiling crossbeam-channel v0.5.15
15342026-06-11T21:47:14.893Z Compiling crypto-common v0.1.7
15352026-06-11T21:47:14.932Z Compiling strum v0.27.2
15362026-06-11T21:47:15.068Z Compiling parse-display-derive v0.10.0
15372026-06-11T21:47:15.310Z Compiling backon v1.6.0
15382026-06-11T21:47:15.380Z Compiling rand_chacha v0.3.1
15392026-06-11T21:47:15.607Z Compiling rand v0.8.6
15402026-06-11T21:47:15.862Z Compiling slog-json v2.6.1
15412026-06-11T21:47:16.092Z Compiling hostname v0.3.1
15422026-06-11T21:47:16.253Z Compiling toml_parser v1.1.2+spec-1.1.0
15432026-06-11T21:47:16.271Z Compiling toml_datetime v1.1.1+spec-1.1.0
15442026-06-11T21:47:16.544Z Compiling wait-timeout v0.2.1
15452026-06-11T21:47:16.585Z Compiling memmap2 v0.9.10
15462026-06-11T21:47:16.635Z Compiling is-terminal v0.4.17
15472026-06-11T21:47:16.746Z Compiling either v1.16.0
15482026-06-11T21:47:16.773Z Compiling usdt v0.6.0
15492026-06-11T21:47:16.803Z Compiling slog-term v2.9.2
15502026-06-11T21:47:16.848Z Compiling rusty-fork v0.3.1
15512026-06-11T21:47:16.958Z Compiling toml v1.1.2+spec-1.1.0
15522026-06-11T21:47:16.961Z Compiling slog-bunyan v2.5.0
15532026-06-11T21:47:17.170Z Compiling serde_with v3.20.0
15542026-06-11T21:47:17.202Z Compiling async-compression v0.4.42
15552026-06-11T21:47:17.235Z Compiling rand_xorshift v0.4.0
15562026-06-11T21:47:17.380Z Compiling rustls-pemfile v2.2.0
15572026-06-11T21:47:17.395Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15582026-06-11T21:47:17.512Z Compiling regress v0.10.5
15592026-06-11T21:47:17.577Z Compiling hostname v0.4.2
15602026-06-11T21:47:17.645Z Compiling humantime v2.3.0
15612026-06-11T21:47:17.716Z Compiling proptest v1.11.0
15622026-06-11T21:47:17.883Z Compiling iddqd v0.4.2
15632026-06-11T21:47:18.129Z Compiling reqwest v0.12.28
15642026-06-11T21:47:18.491Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15652026-06-11T21:47:18.739Z Compiling block-buffer v0.10.4
15662026-06-11T21:47:18.916Z Compiling digest v0.10.7
15672026-06-11T21:47:19.062Z Compiling progenitor-client v0.10.0
15682026-06-11T21:47:19.132Z Compiling itertools v0.14.0
15692026-06-11T21:47:19.183Z Compiling parse-display v0.10.0
15702026-06-11T21:47:19.386Z Compiling backoff v0.4.0
15712026-06-11T21:47:19.574Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15722026-06-11T21:47:20.176Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15732026-06-11T21:47:21.430Z Compiling regress v0.11.1
15742026-06-11T21:47:21.563Z Compiling utf8parse v0.2.2
15752026-06-11T21:47:21.675Z Compiling anstyle-parse v1.0.0
15762026-06-11T21:47:21.693Z Compiling colorchoice v1.0.5
15772026-06-11T21:47:21.807Z Compiling anstyle v1.0.14
15782026-06-11T21:47:22.011Z Compiling anstyle-query v1.1.5
15792026-06-11T21:47:22.038Z Compiling is_terminal_polyfill v1.70.2
15802026-06-11T21:47:22.119Z Compiling anstream v1.0.0
15812026-06-11T21:47:22.978Z Compiling typify-impl v0.6.2
15822026-06-11T21:47:22.990Z Compiling toml_datetime v0.6.11
15832026-06-11T21:47:23.060Z Compiling zerocopy-derive v0.7.35
15842026-06-11T21:47:23.261Z Compiling cpufeatures v0.2.17
15852026-06-11T21:47:23.337Z Compiling convert_case v0.4.0
15862026-06-11T21:47:23.377Z Compiling clap_lex v1.1.0
15872026-06-11T21:47:23.644Z Compiling derive_more v0.99.20
15882026-06-11T21:47:23.937Z Compiling zerocopy v0.7.35
15892026-06-11T21:47:24.534Z Compiling unicode-width v0.2.2
15902026-06-11T21:47:25.271Z Compiling secrecy v0.10.3
15912026-06-11T21:47:25.366Z Compiling clap_derive v4.6.1
15922026-06-11T21:47:25.414Z Compiling float-ord v0.3.2
15932026-06-11T21:47:25.488Z Compiling tinyvec_macros v0.1.1
15942026-06-11T21:47:25.526Z Compiling crucible-workspace-hack v0.1.0
15952026-06-11T21:47:25.556Z Compiling tinyvec v1.11.0
15962026-06-11T21:47:25.941Z Compiling terminal_size v0.4.4
15972026-06-11T21:47:26.135Z Compiling dtrace-parser v0.2.0
15982026-06-11T21:47:26.230Z Compiling scroll_derive v0.12.1
15992026-06-11T21:47:26.230Z Compiling num-integer v0.1.46
16002026-06-11T21:47:26.527Z Compiling rustc_version v0.4.1
16012026-06-11T21:47:26.565Z Compiling usdt-impl v0.5.0
16022026-06-11T21:47:26.974Z Compiling scroll v0.12.0
16032026-06-11T21:47:26.992Z Compiling curve25519-dalek v4.1.3
16042026-06-11T21:47:27.166Z Compiling dof v0.3.0
16052026-06-11T21:47:27.271Z Compiling hmac v0.12.1
16062026-06-11T21:47:27.290Z Compiling inout v0.1.4
16072026-06-11T21:47:27.408Z Compiling darling_core v0.21.3
16082026-06-11T21:47:27.435Z Compiling ff v0.13.1
16092026-06-11T21:47:27.542Z Compiling thread-id v4.2.2
16102026-06-11T21:47:27.556Z Compiling group v0.13.0
16112026-06-11T21:47:27.673Z Compiling cipher v0.4.4
16122026-06-11T21:47:27.824Z Compiling hkdf v0.12.4
16132026-06-11T21:47:28.038Z Compiling goblin v0.8.2
16142026-06-11T21:47:28.125Z Compiling num-rational v0.4.2
16152026-06-11T21:47:28.263Z Compiling num-iter v0.1.45
16162026-06-11T21:47:28.386Z Compiling clap_builder v4.6.0
16172026-06-11T21:47:28.503Z Compiling toml_edit v0.25.12+spec-1.1.0
16182026-06-11T21:47:28.641Z Compiling thiserror-impl-no-std v2.0.2
16192026-06-11T21:47:28.739Z Compiling universal-hash v0.5.1
16202026-06-11T21:47:28.874Z Compiling crypto-bigint v0.5.5
16212026-06-11T21:47:29.323Z Compiling typify-macro v0.6.2
16222026-06-11T21:47:29.442Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16232026-06-11T21:47:29.519Z Compiling darling_macro v0.21.3
16242026-06-11T21:47:29.806Z Compiling crossbeam-epoch v0.9.18
16252026-06-11T21:47:30.099Z Compiling half v2.7.1
16262026-06-11T21:47:30.129Z Compiling curve25519-dalek-derive v0.1.1
16272026-06-11T21:47:30.159Z Compiling num-complex v0.4.6
16282026-06-11T21:47:30.541Z Compiling ciborium-io v0.2.2
16292026-06-11T21:47:30.552Z Compiling base64ct v1.8.3
16302026-06-11T21:47:30.638Z Compiling base16ct v0.2.0
16312026-06-11T21:47:30.721Z Compiling opaque-debug v0.3.1
16322026-06-11T21:47:30.792Z Compiling password-hash v0.5.0
16332026-06-11T21:47:30.802Z Compiling poly1305 v0.8.0
16342026-06-11T21:47:30.852Z Compiling elliptic-curve v0.13.8
16352026-06-11T21:47:31.211Z Compiling ciborium-ll v0.2.2
16362026-06-11T21:47:31.407Z Compiling num v0.4.3
16372026-06-11T21:47:31.418Z Compiling typify v0.6.2
16382026-06-11T21:47:31.479Z Compiling darling v0.21.3
16392026-06-11T21:47:31.506Z Compiling clap v4.6.1
16402026-06-11T21:47:31.587Z Compiling thiserror-no-std v2.0.2
16412026-06-11T21:47:31.678Z Compiling proc-macro-crate v3.5.0
16422026-06-11T21:47:32.030Z Compiling chacha20 v0.9.1
16432026-06-11T21:47:32.051Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16442026-06-11T21:47:32.246Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16452026-06-11T21:47:32.698Z Compiling blake2 v0.10.6
16462026-06-11T21:47:32.754Z Compiling aead v0.5.2
16472026-06-11T21:47:32.891Z Compiling byte-wrapper v0.1.0
16482026-06-11T21:47:32.915Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16492026-06-11T21:47:33.154Z Compiling proc-macro-error-attr v1.0.4
16502026-06-11T21:47:33.318Z Compiling heapless v0.8.0
16512026-06-11T21:47:33.389Z Compiling unsafe-libyaml v0.2.11
16522026-06-11T21:47:33.400Z Compiling prettyplease v0.2.37
16532026-06-11T21:47:33.634Z Compiling keccak v0.1.6
16542026-06-11T21:47:33.653Z Compiling rustix v0.38.44
16552026-06-11T21:47:33.872Z Compiling sha3 v0.10.9
16562026-06-11T21:47:34.055Z Compiling serde_yaml v0.9.34+deprecated
16572026-06-11T21:47:34.404Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16582026-06-11T21:47:34.760Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16592026-06-11T21:47:35.300Z Compiling argon2 v0.5.3
16602026-06-11T21:47:35.392Z Compiling chacha20poly1305 v0.10.1
16612026-06-11T21:47:35.537Z Compiling num_enum_derive v0.7.6
16622026-06-11T21:47:35.596Z Compiling vsss-rs v3.3.4
16632026-06-11T21:47:35.745Z Compiling ingot-macros v0.1.1
16642026-06-11T21:47:35.833Z Compiling ciborium v0.2.2
16652026-06-11T21:47:36.419Z Compiling usdt-macro v0.5.0
16662026-06-11T21:47:36.593Z Compiling usdt-attr-macro v0.5.0
16672026-06-11T21:47:37.528Z Compiling serde_spanned v0.6.9
16682026-06-11T21:47:37.675Z Compiling enum-as-inner v0.6.1
16692026-06-11T21:47:37.842Z Compiling hash32 v0.3.1
16702026-06-11T21:47:37.979Z Compiling proc-macro-error v1.0.4
16712026-06-11T21:47:37.998Z Compiling memmap v0.7.0
16722026-06-11T21:47:38.197Z Compiling memoffset v0.9.1
16732026-06-11T21:47:38.229Z Compiling winnow v0.5.40
16742026-06-11T21:47:38.273Z Compiling indent_write v2.2.0
16752026-06-11T21:47:38.386Z Compiling data-encoding v2.11.0
16762026-06-11T21:47:38.413Z Compiling toml_write v0.1.2
16772026-06-11T21:47:38.492Z Compiling winnow v0.7.15
16782026-06-11T21:47:38.522Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16792026-06-11T21:47:38.533Z Compiling smoltcp v0.11.0
16802026-06-11T21:47:38.596Z Compiling cfg_aliases v0.2.1
16812026-06-11T21:47:38.609Z Compiling ingot-types v0.1.2
16822026-06-11T21:47:38.670Z Compiling nix v0.31.3
16832026-06-11T21:47:39.012Z Compiling usdt v0.5.0
16842026-06-11T21:47:39.135Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16852026-06-11T21:47:39.327Z Compiling num_enum v0.7.6
16862026-06-11T21:47:39.352Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16872026-06-11T21:47:39.446Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16882026-06-11T21:47:39.532Z Compiling toml_edit v0.19.15
16892026-06-11T21:47:39.707Z Compiling tabwriter v1.4.1
16902026-06-11T21:47:39.926Z Compiling rustls-webpki v0.103.13
16912026-06-11T21:47:40.043Z Compiling toml_edit v0.22.27
16922026-06-11T21:47:40.581Z Compiling cobs v0.3.0
16932026-06-11T21:47:40.791Z Compiling serde_repr v0.1.20
16942026-06-11T21:47:40.986Z Compiling bitflags v1.3.2
16952026-06-11T21:47:40.996Z Compiling pkg-config v0.3.33
16962026-06-11T21:47:41.063Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16972026-06-11T21:47:41.302Z Compiling managed v0.8.0
16982026-06-11T21:47:41.409Z Compiling vcpkg v0.2.15
16992026-06-11T21:47:41.462Z Compiling postcard v1.1.3
17002026-06-11T21:47:41.524Z Compiling toml v0.8.23
17012026-06-11T21:47:41.804Z Compiling proc-macro-crate v1.3.1
17022026-06-11T21:47:41.975Z Compiling openssl-sys v0.9.116
17032026-06-11T21:47:42.518Z Compiling ingot v0.1.1
17042026-06-11T21:47:42.628Z Compiling hubpack_derive v0.1.1
17052026-06-11T21:47:43.182Z Compiling foreign-types-macros v0.2.3
17062026-06-11T21:47:43.192Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17072026-06-11T21:47:43.358Z Compiling tokio-rustls v0.26.4
17082026-06-11T21:47:43.480Z Compiling rustls-platform-verifier v0.7.0
17092026-06-11T21:47:43.628Z Compiling hyper-rustls v0.27.9
17102026-06-11T21:47:43.856Z Compiling reqwest v0.13.4
17112026-06-11T21:47:44.467Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17122026-06-11T21:47:44.696Z Compiling heck v0.4.1
17132026-06-11T21:47:44.723Z Compiling resolv-conf v0.7.6
17142026-06-11T21:47:44.908Z Compiling swrite v0.1.0
17152026-06-11T21:47:44.968Z Compiling linked-hash-map v0.5.6
17162026-06-11T21:47:45.005Z Compiling unicode-segmentation v1.13.3
17172026-06-11T21:47:45.122Z Compiling progenitor-client v0.14.0
17182026-06-11T21:47:45.157Z Compiling colored v3.1.1
17192026-06-11T21:47:45.434Z Compiling progenitor-extras v0.2.0
17202026-06-11T21:47:45.565Z Compiling semver v0.1.20
17212026-06-11T21:47:45.740Z Compiling foreign-types-shared v0.3.1
17222026-06-11T21:47:45.826Z Compiling rayon-core v1.13.0
17232026-06-11T21:47:45.837Z Compiling static_assertions v1.1.0
17242026-06-11T21:47:45.910Z Compiling foreign-types v0.5.0
17252026-06-11T21:47:45.922Z Compiling rustc_version v0.1.7
17262026-06-11T21:47:45.993Z Compiling newline-converter v0.3.0
17272026-06-11T21:47:46.081Z Compiling lru-cache v0.1.2
17282026-06-11T21:47:46.125Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17292026-06-11T21:47:46.207Z Compiling hubpack v0.1.2
17302026-06-11T21:47:46.504Z Compiling num_enum_derive v0.5.11
17312026-06-11T21:47:46.677Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17322026-06-11T21:47:47.680Z Compiling atomicwrites v0.4.4
17332026-06-11T21:47:48.007Z Compiling hickory-proto v0.24.4
17342026-06-11T21:47:48.173Z Compiling progenitor-impl v0.13.0
17352026-06-11T21:47:48.389Z Compiling crossbeam-deque v0.8.6
17362026-06-11T21:47:48.590Z Compiling console v0.15.11
17372026-06-11T21:47:49.312Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17382026-06-11T21:47:49.458Z Compiling camino-tempfile v1.4.1
17392026-06-11T21:47:49.711Z Compiling chacha20 v0.10.0
17402026-06-11T21:47:49.856Z Compiling serde-big-array v0.5.1
17412026-06-11T21:47:49.988Z Compiling derive-where v1.6.1
17422026-06-11T21:47:50.008Z Compiling pin-project-internal v1.1.13
17432026-06-11T21:47:50.714Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17442026-06-11T21:47:51.134Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17452026-06-11T21:47:51.158Z Compiling num-derive v0.4.2
17462026-06-11T21:47:51.297Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17472026-06-11T21:47:51.802Z Compiling cstr-argument v0.1.2
17482026-06-11T21:47:51.835Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17492026-06-11T21:47:51.964Z Compiling similar v2.7.0
17502026-06-11T21:47:52.084Z Compiling minimal-lexical v0.2.1
17512026-06-11T21:47:52.145Z Compiling siphasher v1.0.3
17522026-06-11T21:47:52.348Z Compiling phf_shared v0.12.1
17532026-06-11T21:47:52.360Z Compiling expectorate v1.2.0
17542026-06-11T21:47:52.516Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17552026-06-11T21:47:52.535Z Compiling nom v7.1.3
17562026-06-11T21:47:52.802Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17572026-06-11T21:47:52.925Z Compiling progenitor-macro v0.13.0
17582026-06-11T21:47:53.331Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-06-11T21:47:53.373Z Compiling pin-project v1.1.13
17602026-06-11T21:47:53.475Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-06-11T21:47:53.492Z Compiling rand v0.10.1
17622026-06-11T21:47:53.764Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17632026-06-11T21:47:53.892Z Compiling hickory-resolver v0.24.4
17642026-06-11T21:47:54.194Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17652026-06-11T21:47:54.399Z Compiling num_enum v0.5.11
17662026-06-11T21:47:54.450Z Compiling newtype_derive v0.1.6
17672026-06-11T21:47:54.524Z Compiling progenitor-client v0.13.0
17682026-06-11T21:47:54.838Z Compiling progenitor-impl v0.14.0
17692026-06-11T21:47:55.065Z Compiling unicode-normalization v0.1.25
17702026-06-11T21:47:55.553Z Compiling tokio-stream v0.1.18
17712026-06-11T21:47:56.032Z Compiling snafu-derive v0.8.9
17722026-06-11T21:47:56.121Z Compiling async-recursion v1.1.1
17732026-06-11T21:47:56.461Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17742026-06-11T21:47:56.598Z Compiling slog-dtrace v0.3.0
17752026-06-11T21:47:56.779Z Compiling bstr v1.12.1
17762026-06-11T21:47:56.831Z Compiling csv-core v0.1.13
17772026-06-11T21:47:56.849Z Compiling highway v1.3.0
17782026-06-11T21:47:57.100Z Compiling cancel-safe-futures v0.1.5
17792026-06-11T21:47:57.249Z Compiling openssl v0.10.80
17802026-06-11T21:47:57.280Z Compiling foldhash v0.1.5
17812026-06-11T21:47:57.365Z Compiling unicode-width v0.1.14
17822026-06-11T21:47:57.464Z Compiling chrono-tz v0.10.4
17832026-06-11T21:47:57.539Z Compiling konst_macro_rules v0.2.19
17842026-06-11T21:47:57.650Z Compiling owo-colors v4.3.0
17852026-06-11T21:47:57.705Z Compiling same-file v1.0.6
17862026-06-11T21:47:57.723Z Compiling foreign-types-shared v0.1.1
17872026-06-11T21:47:57.786Z Compiling unicode-xid v0.2.6
17882026-06-11T21:47:57.816Z Compiling walkdir v2.5.0
17892026-06-11T21:47:57.885Z Compiling foreign-types v0.3.2
17902026-06-11T21:47:57.909Z Compiling const_format_proc_macros v0.2.34
17912026-06-11T21:47:57.960Z Compiling snafu v0.8.9
17922026-06-11T21:47:58.062Z Compiling progenitor v0.13.0
17932026-06-11T21:47:58.075Z Compiling konst v0.2.20
17942026-06-11T21:47:58.194Z Compiling hashbrown v0.15.5
17952026-06-11T21:47:58.221Z Compiling globset v0.4.18
17962026-06-11T21:47:58.308Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17972026-06-11T21:47:58.319Z Compiling csv v1.4.0
17982026-06-11T21:47:58.427Z Compiling progenitor-macro v0.14.0
17992026-06-11T21:47:58.451Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18002026-06-11T21:47:58.724Z Compiling qorb v0.4.1
18012026-06-11T21:47:58.736Z Compiling olpc-cjson v0.1.4
18022026-06-11T21:47:58.904Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-06-11T21:47:59.116Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18042026-06-11T21:47:59.489Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-06-11T21:48:00.659Z Compiling rayon v1.12.0
18062026-06-11T21:48:00.819Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-06-11T21:48:00.962Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18082026-06-11T21:48:01.377Z Compiling phf v0.12.1
18092026-06-11T21:48:01.537Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-06-11T21:48:01.725Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-06-11T21:48:02.345Z Compiling zone_cfg_derive v0.3.1
18122026-06-11T21:48:02.424Z Compiling tokio-dtrace v0.1.1
18132026-06-11T21:48:02.667Z Compiling itertools v0.12.1
18142026-06-11T21:48:02.702Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18152026-06-11T21:48:02.908Z Compiling libsw-core v0.3.2
18162026-06-11T21:48:03.059Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18172026-06-11T21:48:03.085Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-06-11T21:48:03.460Z Compiling serde_plain v1.0.2
18192026-06-11T21:48:03.532Z Compiling openssl-macros v0.1.1
18202026-06-11T21:48:03.684Z Compiling pem v3.0.6
18212026-06-11T21:48:03.707Z Compiling cookie v0.18.1
18222026-06-11T21:48:03.904Z Compiling sigpipe v0.1.3
18232026-06-11T21:48:03.964Z Compiling glob v0.3.3
18242026-06-11T21:48:03.999Z Compiling fixedbitset v0.4.2
18252026-06-11T21:48:04.059Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-06-11T21:48:04.071Z Compiling jiff v0.2.28
18272026-06-11T21:48:04.318Z Compiling typed-path v0.9.3
18282026-06-11T21:48:04.333Z Compiling fixedbitset v0.5.7
18292026-06-11T21:48:04.341Z Compiling bytecount v0.6.9
18302026-06-11T21:48:04.478Z Compiling papergrid v0.11.0
18312026-06-11T21:48:04.509Z Compiling petgraph v0.6.5
18322026-06-11T21:48:04.689Z Compiling petgraph v0.8.3
18332026-06-11T21:48:05.708Z Compiling tough v0.22.0
18342026-06-11T21:48:06.082Z Compiling zone v0.3.1
18352026-06-11T21:48:06.094Z Compiling progenitor v0.14.0
18362026-06-11T21:48:06.148Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-06-11T21:48:06.221Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18382026-06-11T21:48:06.281Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-06-11T21:48:06.368Z Compiling libsw v3.5.0
18402026-06-11T21:48:06.480Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18412026-06-11T21:48:06.522Z Compiling oxide-tokio-rt v0.1.6
18422026-06-11T21:48:06.542Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-06-11T21:48:06.721Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-06-11T21:48:06.828Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18452026-06-11T21:48:07.485Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-11T21:48:07.836Z Compiling const_format v0.2.36
18472026-06-11T21:48:08.002Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-06-11T21:48:08.337Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18492026-06-11T21:48:08.349Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-06-11T21:48:08.744Z Compiling tabled_derive v0.7.0
18512026-06-11T21:48:08.896Z Compiling gethostname v0.5.0
18522026-06-11T21:48:08.899Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-11T21:48:08.929Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18542026-06-11T21:48:08.960Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-11T21:48:09.017Z Compiling smf v0.2.3
18562026-06-11T21:48:09.028Z Compiling bcs v0.1.6
18572026-06-11T21:48:09.081Z Compiling tagptr v0.2.0
18582026-06-11T21:48:09.311Z Compiling unicode-linebreak v0.1.5
18592026-06-11T21:48:09.394Z Compiling lazy_static v1.5.0
18602026-06-11T21:48:09.504Z Compiling whoami v1.6.1
18612026-06-11T21:48:09.572Z Compiling linear-map v1.2.0
18622026-06-11T21:48:09.732Z Compiling termtree v0.5.1
18632026-06-11T21:48:09.764Z Compiling smawk v0.3.2
18642026-06-11T21:48:09.814Z Compiling tabled v0.15.0
18652026-06-11T21:48:09.834Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-11T21:48:09.889Z Compiling textwrap v0.16.2
18672026-06-11T21:48:10.207Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-11T21:48:10.436Z Compiling steno v0.4.1
18692026-06-11T21:48:10.464Z Compiling moka v0.12.15
18702026-06-11T21:48:11.519Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-06-11T21:48:11.619Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-06-11T21:48:11.655Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-06-11T21:48:12.473Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-11T21:48:12.584Z Compiling hickory-proto v0.25.2
18752026-06-11T21:48:13.433Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18762026-06-11T21:48:13.711Z Compiling parking_lot_core v0.8.6
18772026-06-11T21:48:14.033Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18782026-06-11T21:48:14.468Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-06-11T21:48:14.518Z Compiling hickory-resolver v0.25.2
18802026-06-11T21:48:14.565Z Compiling libscf-sys v1.2.0
18812026-06-11T21:48:14.635Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18822026-06-11T21:48:14.715Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18832026-06-11T21:48:14.855Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18842026-06-11T21:48:14.963Z Compiling nom v8.0.0
18852026-06-11T21:48:15.114Z Compiling parking_lot v0.11.2
18862026-06-11T21:48:15.352Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18872026-06-11T21:48:15.535Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-11T21:48:15.562Z Compiling fxhash v0.2.1
18892026-06-11T21:48:15.593Z Compiling internet-checksum v0.2.1
18902026-06-11T21:48:15.704Z Compiling sled v0.34.7
18912026-06-11T21:48:15.734Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18922026-06-11T21:48:17.073Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18932026-06-11T21:48:20.124Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-06-11T21:48:22.113Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18952026-06-11T21:48:27.986Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-11T21:48:29.609Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-11T21:48:30.644Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18982026-06-11T21:48:31.584Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18992026-06-11T21:48:32.625Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19002026-06-11T21:48:56.033Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 07s
19012026-06-11T21:48:56.214Z────────────
19022026-06-11T21:48:56.214Z Nextest run ID 75c9e6e4-bf09-43b4-8e04-2b0a70994014 with nextest profile: default
19032026-06-11T21:48:56.214Z Starting 13 tests across 1 binary (28 tests skipped)
19042026-06-11T21:49:13.363Z PASS [ 17.147s] rdb proptest::prop_ipv4_normalized_is_network_address
19052026-06-11T21:49:13.414Z PASS [ 17.198s] rdb proptest::prop_ipv6_normalized_is_network_address
19062026-06-11T21:49:13.435Z PASS [ 17.220s] rdb proptest::prop_ipv4_default_contains_all
19072026-06-11T21:49:13.471Z PASS [ 17.255s] rdb proptest::prop_ipv4_subnet_of_self
19082026-06-11T21:49:13.510Z PASS [ 17.294s] rdb proptest::prop_ipv6_default_contains_all
19092026-06-11T21:49:13.526Z PASS [ 17.311s] rdb proptest::prop_ipv6_subnet_of_self
19102026-06-11T21:49:22.835Z PASS [ 26.618s] rdb proptest::prop_static_route_key_deduplication
19112026-06-11T21:49:50.113Z PASS [ 36.746s] rdb proptest::prop_static_route_key_normalization_idempotent
19122026-06-11T21:49:50.148Z PASS [ 36.709s] rdb proptest::prop_static_route_key_normalization_preserves_length
19132026-06-11T21:49:50.172Z PASS [ 36.755s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19142026-06-11T21:49:50.201Z PASS [ 36.727s] rdb proptest::prop_static_route_key_normalized_is_network_address
19152026-06-11T21:49:56.220Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19162026-06-11T21:50:06.542Z PASS [ 53.028s] rdb proptest::prop_static_route_key_ord_consistency
19172026-06-11T21:50:56.606Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19182026-06-11T21:51:56.233Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19192026-06-11T21:52:56.237Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19202026-06-11T21:53:16.829Z PASS [ 260.595s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19212026-06-11T21:53:16.832Z────────────
19222026-06-11T21:53:16.832Z Summary [ 260.596s] 13 tests run: 13 passed (1 slow), 28 skipped
19232026-06-11T21:53:16.842Z+ cp './*.log' /work/
19242026-06-11T21:53:16.845Z+ true
19252026-06-11T21:53:16.845Z+ [[ -d proptest-regressions ]]
19262026-06-11T21:53:16.845Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19272026-06-11T21:53:16.849Z+ popd
19282026-06-11T21:53:16.849Z/work/oxidecomputer/maghemite
19292026-06-11T21:53:16.849Z+ pushd bgp
19302026-06-11T21:53:16.849Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19312026-06-11T21:53:16.849Z+ PROPTEST_CASES=1000000
19322026-06-11T21:53:16.849Z+ cargo nextest run --lib proptest
19332026-06-11T21:53:18.027Z Compiling smallvec v1.15.1
19342026-06-11T21:53:18.185Z Compiling crunchy v0.2.4
19352026-06-11T21:53:18.205Z Compiling tiny-keccak v2.0.2
19362026-06-11T21:53:18.213Z Compiling smartstring v1.0.1
19372026-06-11T21:53:18.217Z Compiling ahash v0.8.12
19382026-06-11T21:53:18.231Z Compiling thin-vec v0.2.18
19392026-06-11T21:53:18.232Z Compiling rhai_codegen v3.2.0
19402026-06-11T21:53:18.332Z Compiling icu_normalizer v2.2.0
19412026-06-11T21:53:18.346Z Compiling parking_lot_core v0.9.12
19422026-06-11T21:53:18.504Z Compiling parking_lot_core v0.8.6
19432026-06-11T21:53:18.570Z Compiling parking_lot v0.12.5
19442026-06-11T21:53:18.731Z Compiling idna_adapter v1.2.2
19452026-06-11T21:53:18.810Z Compiling tokio v1.52.3
19462026-06-11T21:53:18.885Z Compiling idna v1.1.0
19472026-06-11T21:53:18.979Z Compiling moka v0.12.15
19482026-06-11T21:53:19.073Z Compiling const-random-macro v0.1.16
19492026-06-11T21:53:19.076Z Compiling parking_lot v0.11.2
19502026-06-11T21:53:19.487Z Compiling url v2.5.8
19512026-06-11T21:53:19.512Z Compiling const-random v0.1.18
19522026-06-11T21:53:19.692Z Compiling sled v0.34.7
19532026-06-11T21:53:19.806Z Compiling serial_test_derive v3.5.0
19542026-06-11T21:53:19.847Z Compiling diff v0.1.13
19552026-06-11T21:53:20.108Z Compiling schemars v0.8.22
19562026-06-11T21:53:20.136Z Compiling yansi v1.0.1
19572026-06-11T21:53:20.161Z Compiling rhai v1.25.1
19582026-06-11T21:53:20.380Z Compiling pretty_assertions v1.4.1
19592026-06-11T21:53:20.536Z Compiling serial_test v3.5.0
19602026-06-11T21:53:20.844Z Compiling ipnetwork v0.21.1
19612026-06-11T21:53:20.844Z Compiling newtype-uuid v1.3.2
19622026-06-11T21:53:20.844Z Compiling serde_with v3.20.0
19632026-06-11T21:53:21.221Z Compiling oxnet v0.1.6
19642026-06-11T21:53:21.295Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19652026-06-11T21:53:21.576Z Compiling daft v0.1.7
19662026-06-11T21:53:21.710Z Compiling byte-wrapper v0.1.0
19672026-06-11T21:53:21.859Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19682026-06-11T21:53:22.091Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19692026-06-11T21:53:22.300Z Compiling iddqd v0.4.2
19702026-06-11T21:53:22.497Z Compiling tokio-util v0.7.18
19712026-06-11T21:53:22.612Z Compiling tokio-rustls v0.26.4
19722026-06-11T21:53:22.693Z Compiling tower v0.5.3
19732026-06-11T21:53:22.891Z Compiling async-compression v0.4.42
19742026-06-11T21:53:23.188Z Compiling h2 v0.4.14
19752026-06-11T21:53:23.217Z Compiling tower-http v0.6.11
19762026-06-11T21:53:23.253Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19772026-06-11T21:53:23.516Z Compiling backoff v0.4.0
19782026-06-11T21:53:24.017Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19792026-06-11T21:53:24.419Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19802026-06-11T21:53:24.683Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19812026-06-11T21:53:24.732Z Compiling typify-impl v0.6.2
19822026-06-11T21:53:24.769Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19832026-06-11T21:53:25.202Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19842026-06-11T21:53:25.377Z Compiling hyper v1.10.1
19852026-06-11T21:53:25.419Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19862026-06-11T21:53:26.026Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-06-11T21:53:26.614Z Compiling hyper-util v0.1.20
19882026-06-11T21:53:27.141Z Compiling typify v0.6.2
19892026-06-11T21:53:27.251Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19902026-06-11T21:53:27.263Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-06-11T21:53:27.358Z Compiling hickory-proto v0.24.4
19922026-06-11T21:53:27.846Z Compiling hyper-rustls v0.27.9
19932026-06-11T21:53:28.163Z Compiling reqwest v0.13.4
19942026-06-11T21:53:28.176Z Compiling dropshot v0.17.1
19952026-06-11T21:53:28.339Z Compiling reqwest v0.12.28
19962026-06-11T21:53:29.569Z Compiling progenitor-client v0.14.0
19972026-06-11T21:53:29.900Z Compiling progenitor-extras v0.2.0
19982026-06-11T21:53:30.111Z Compiling progenitor-client v0.10.0
19992026-06-11T21:53:31.132Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20002026-06-11T21:53:32.531Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20012026-06-11T21:53:32.691Z Compiling progenitor-client v0.13.0
20022026-06-11T21:53:33.015Z Compiling hickory-resolver v0.24.4
20032026-06-11T21:53:33.838Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20042026-06-11T21:53:34.412Z Compiling progenitor-impl v0.13.0
20052026-06-11T21:53:34.476Z Compiling tokio-stream v0.1.18
20062026-06-11T21:53:34.983Z Compiling qorb v0.4.1
20072026-06-11T21:53:35.151Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20082026-06-11T21:53:35.743Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20092026-06-11T21:53:37.242Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20102026-06-11T21:53:37.332Z Compiling progenitor v0.13.0
20112026-06-11T21:53:37.487Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20122026-06-11T21:53:37.519Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20132026-06-11T21:53:37.670Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20142026-06-11T21:53:38.204Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20152026-06-11T21:53:38.600Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20162026-06-11T21:53:39.169Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20172026-06-11T21:53:39.236Z Compiling progenitor-impl v0.14.0
20182026-06-11T21:53:39.464Z Compiling tokio-dtrace v0.1.1
20192026-06-11T21:53:39.753Z Compiling libsw-core v0.3.2
20202026-06-11T21:53:40.028Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20212026-06-11T21:53:40.061Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20222026-06-11T21:53:40.460Z Compiling progenitor v0.14.0
20232026-06-11T21:53:40.472Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20242026-06-11T21:53:40.610Z Compiling libsw v3.5.0
20252026-06-11T21:53:40.803Z Compiling oxide-tokio-rt v0.1.6
20262026-06-11T21:53:41.131Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-06-11T21:53:41.154Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20282026-06-11T21:53:41.316Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-06-11T21:53:41.490Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-06-11T21:53:41.515Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-06-11T21:53:41.532Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-06-11T21:53:41.664Z Compiling tough v0.22.0
20332026-06-11T21:53:41.894Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-06-11T21:53:42.112Z Compiling cancel-safe-futures v0.1.5
20352026-06-11T21:53:42.381Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20362026-06-11T21:53:42.429Z Compiling zone v0.3.1
20372026-06-11T21:53:42.738Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20382026-06-11T21:53:42.881Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-11T21:53:43.244Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-06-11T21:53:43.451Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-06-11T21:53:43.635Z Compiling hickory-proto v0.25.2
20422026-06-11T21:53:43.812Z Compiling steno v0.4.1
20432026-06-11T21:53:44.600Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-06-11T21:53:45.823Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-06-11T21:53:46.143Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-11T21:53:46.393Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-06-11T21:53:47.104Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-06-11T21:53:47.134Z Compiling hickory-resolver v0.25.2
20492026-06-11T21:53:47.246Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20502026-06-11T21:53:47.373Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-11T21:53:48.281Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-11T21:53:48.284Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20532026-06-11T21:53:48.831Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20542026-06-11T21:53:48.944Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20552026-06-11T21:53:49.128Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-11T21:53:49.347Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-11T21:53:54.137Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20582026-06-11T21:53:56.594Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-06-11T21:54:04.264Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-06-11T21:54:05.921Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-11T21:54:06.972Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20622026-06-11T21:54:07.929Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20632026-06-11T21:54:08.763Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20642026-06-11T21:54:10.818Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20652026-06-11T21:54:41.525Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 23s
20662026-06-11T21:54:41.704Z────────────
20672026-06-11T21:54:41.704Z Nextest run ID 43caaf22-5f47-4f0a-ace0-65f80b54c75e with nextest profile: default
20682026-06-11T21:54:41.704Z Starting 17 tests across 1 binary (133 tests skipped)
20692026-06-11T21:54:58.959Z PASS [ 17.254s] bgp proptest::prop_ipv4_wire_format_roundtrip
20702026-06-11T21:55:00.859Z PASS [ 19.153s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20712026-06-11T21:55:01.000Z PASS [ 19.295s] bgp proptest::prop_ipv4_prefixes_roundtrip
20722026-06-11T21:55:02.113Z PASS [ 20.407s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20732026-06-11T21:55:02.628Z PASS [ 20.923s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20742026-06-11T21:55:02.789Z PASS [ 21.083s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20752026-06-11T21:55:10.991Z PASS [ 29.284s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20762026-06-11T21:55:16.208Z PASS [ 17.248s] bgp proptest::prop_ipv6_wire_format_roundtrip
20772026-06-11T21:55:21.217Z PASS [ 19.103s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20782026-06-11T21:55:21.254Z PASS [ 20.394s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20792026-06-11T21:55:21.947Z PASS [ 19.157s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20802026-06-11T21:55:22.352Z PASS [ 19.722s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20812026-06-11T21:55:41.712Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20822026-06-11T21:55:45.452Z PASS [ 29.236s] bgp proptest::prop_update_mp_unreach_roundtrip
20832026-06-11T21:55:50.051Z PASS [ 68.341s] bgp proptest::prop_encode_decode_semantic_equivalence
20842026-06-11T21:56:01.009Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20852026-06-11T21:56:10.999Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20862026-06-11T21:56:12.061Z PASS [ 71.055s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20872026-06-11T21:56:21.225Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20882026-06-11T21:56:24.099Z PASS [ 62.876s] bgp proptest::prop_update_traditional_roundtrip
20892026-06-11T21:56:25.688Z PASS [ 74.690s] bgp proptest::prop_update_mp_reach_roundtrip
20902026-06-11T21:56:25.691Z────────────
20912026-06-11T21:56:25.691Z Summary [ 103.975s] 17 tests run: 17 passed (4 slow), 133 skipped
20922026-06-11T21:56:25.699Z+ cp './*.log' /work/
20932026-06-11T21:56:25.702Z+ true
20942026-06-11T21:56:25.703Z+ [[ -d proptest-regressions ]]
20952026-06-11T21:56:25.703Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20962026-06-11T21:56:25.706Z+ popd
20972026-06-11T21:56:25.706Z/work/oxidecomputer/maghemite
20982026-06-11T21:56:25.706Zprocess exited: duration 729531 ms, exit code 0
 
20992026-06-11T21:56:25.714Zfound 0 output files