01KYRJ298RWRHMV25VK5PYMW5K: 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: 01KYRJ2WP2RZ0FD7WNSHAHTEFA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-30T03:47:37.890Zjob assigned to worker 01KYRJ3FB1GHBVGBTRNN2FJJ9P [factory aws, i-0a74844c68265cc06] (queued for 1 m 10 s)
 
22026-07-30T03:47:44.821Zstarting task 0: "setup"
32026-07-30T03:47:44.826Z++ uname -s
42026-07-30T03:47:44.829Z+ kern=SunOS
52026-07-30T03:47:44.829Z+ build_user=build
62026-07-30T03:47:44.829Z+ build_uid=12345
72026-07-30T03:47:44.829Z+ work_dir=/work
82026-07-30T03:47:44.829Z+ input_dir=/input
92026-07-30T03:47:44.829Z+ [[ 0 == 12345 ]]
102026-07-30T03:47:44.829Z+ case "$kern" in
112026-07-30T03:47:44.829Z+ groupadd -g 12345 build
122026-07-30T03:47:44.829Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-30T03:47:46.833Z+ zfs create -o mountpoint=/work rpool/work
142026-07-30T03:47:46.948Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-30T03:47:46.951Z+ home_fs=zfs
162026-07-30T03:47:46.951Z+ [[ zfs == autofs ]]
172026-07-30T03:47:46.951Z+ mkdir -p /home/build
182026-07-30T03:47:46.951Z+ chown build:build /home/build /work
192026-07-30T03:47:48.953Z+ chmod 0700 /home/build /work
202026-07-30T03:47:48.956Zprocess exited: duration 4134 ms, exit code 0
 
212026-07-30T03:47:48.964Zstarting task 1: "rust-toolchain"
222026-07-30T03:47:48.967Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-30T03:47:48.968Z * rust toolchain channel = "stable"
242026-07-30T03:47:48.968Z * rust toolchain profile = "default"
252026-07-30T03:47:48.968Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-30T03:47:48.968Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-30T03:47:48.968Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-30T03:47:48.968Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-30T03:47:48.971Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-30T03:47:49.090Zinfo: downloading installer
312026-07-30T03:47:50.465Zwarn: It looks like you have an existing installation of Rust at:
322026-07-30T03:47:50.465Zwarn: /opt/ooce/bin
332026-07-30T03:47:50.466Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-30T03:47:50.466Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-30T03:47:50.466Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-30T03:47:50.466Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-30T03:47:50.466Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-30T03:47:50.466Zerror: cannot install while Rust is installed
392026-07-30T03:47:50.466Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-30T03:47:50.466Zwarn: It looks like you have an existing rustup settings file at:
412026-07-30T03:47:50.466Zwarn: /home/build/.rustup/settings.toml
422026-07-30T03:47:50.466Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-30T03:47:50.466Zwarn: instead of the one inferred from the default host triple.
442026-07-30T03:47:50.479Zinfo: profile set to default
452026-07-30T03:47:50.479Zinfo: default host triple is x86_64-unknown-illumos
462026-07-30T03:47:50.483Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-30T03:47:50.656Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-30T03:47:50.661Zinfo: downloading 6 components
492026-07-30T03:48:05.923Z
502026-07-30T03:48:05.923Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-07-30T03:48:05.951Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-30T03:48:05.951Z
532026-07-30T03:48:05.954Z
542026-07-30T03:48:05.954ZRust is installed now. Great!
552026-07-30T03:48:05.954Z
562026-07-30T03:48:05.954ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-30T03:48:05.954Zenvironment variable. This has not been done automatically.
582026-07-30T03:48:05.954Z
592026-07-30T03:48:05.954ZTo configure your current shell, you need to source
602026-07-30T03:48:05.954Zthe corresponding env file under $HOME/.cargo.
612026-07-30T03:48:05.954Z
622026-07-30T03:48:05.954ZThis is usually done by running one of the following (note the leading DOT):
632026-07-30T03:48:05.954Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-30T03:48:05.954Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-30T03:48:05.954Zsource "~/.cargo/env.nu" # For nushell
662026-07-30T03:48:05.954Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-30T03:48:05.955Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-30T03:48:05.955Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-30T03:48:05.955Zwarn: no default linker (`cc`) was found in your PATH
702026-07-30T03:48:05.955Zwarn: many Rust crates require a system C toolchain to build
712026-07-30T03:48:06.056Z+ rustup --version
722026-07-30T03:48:06.065Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-30T03:48:06.068Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-30T03:48:06.086Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-30T03:48:06.089Z+ cargo --version
762026-07-30T03:48:06.103Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-30T03:48:06.106Z+ rustc --version
782026-07-30T03:48:06.125Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-30T03:48:06.127Zprocess exited: duration 17165 ms, exit code 0
 
802026-07-30T03:48:06.133Zstarting task 2: "authentication"
812026-07-30T03:48:06.149Zprocess exited: duration 15 ms, exit code 0
 
822026-07-30T03:48:06.154Zstarting task 3: "clone repository"
832026-07-30T03:48:06.157Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-30T03:48:06.160Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-30T03:48:06.193ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-30T03:48:07.706Z+ cd /work/oxidecomputer/maghemite
872026-07-30T03:48:07.706Z+ git fetch origin 13930996f491d7f5c9228053037833abef8d71a8
882026-07-30T03:48:07.927ZFrom https://github.com/oxidecomputer/maghemite
892026-07-30T03:48:07.927Z * branch 13930996f491d7f5c9228053037833abef8d71a8 -> FETCH_HEAD
902026-07-30T03:48:07.932Z+ [[ -n trey/bgp-peer-config-dedupe ]]
912026-07-30T03:48:07.935Z++ git branch --show-current
922026-07-30T03:48:07.935Z+ current=main
932026-07-30T03:48:07.935Z+ [[ main != trey/bgp-peer-config-dedupe ]]
942026-07-30T03:48:07.935Z+ git branch -f trey/bgp-peer-config-dedupe 13930996f491d7f5c9228053037833abef8d71a8
952026-07-30T03:48:07.938Z+ git checkout -f trey/bgp-peer-config-dedupe
962026-07-30T03:48:07.958ZSwitched to branch 'trey/bgp-peer-config-dedupe'
972026-07-30T03:48:07.960Z+ git reset --hard 13930996f491d7f5c9228053037833abef8d71a8
982026-07-30T03:48:07.973ZHEAD is now at 1393099 Address review feedback around the unified BGP peer configuration:
992026-07-30T03:48:07.976Zprocess exited: duration 1819 ms, exit code 0
 
1002026-07-30T03:48:07.982Zstarting task 4: "build"
1012026-07-30T03:48:07.985Z+ set -e
1022026-07-30T03:48:07.985Z+ NEXTEST_VERSION=0.9.97
1032026-07-30T03:48:07.985Z+ PLATFORM=illumos
1042026-07-30T03:48:07.985Z+ cargo --version
1052026-07-30T03:48:07.990Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1062026-07-30T03:48:08.166Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1072026-07-30T03:48:08.169Zinfo: downloading 6 components
1082026-07-30T03:48:22.978Zcargo 1.96.1 (356927216 2026-06-26)
1092026-07-30T03:48:22.981Z+ rustc --version
1102026-07-30T03:48:23.009Zrustc 1.96.1 (31fca3adb 2026-06-26)
1112026-07-30T03:48:23.013Z+ cargo install cargo-nextest --version 0.9.97
1122026-07-30T03:48:23.057Z Updating crates.io index
1132026-07-30T03:48:23.176Z Downloading crates ...
1142026-07-30T03:48:23.235Z Downloaded cargo-nextest v0.9.97
1152026-07-30T03:48:23.297Z Installing cargo-nextest v0.9.97
1162026-07-30T03:48:23.299Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1172026-07-30T03:48:23.299Z |
1182026-07-30T03:48:23.299Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1192026-07-30T03:48:23.299Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1202026-07-30T03:48:23.338Z Updating crates.io index
1212026-07-30T03:48:25.762Z Locking 396 packages to latest compatible versions
1222026-07-30T03:48:25.766Z Adding dialoguer v0.11.0 (available: v0.12.0)
1232026-07-30T03:48:25.769Z Adding duct v0.13.7 (available: v1.1.1)
1242026-07-30T03:48:25.769Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1252026-07-30T03:48:25.769Z Adding generic-array v0.14.7 (available: v0.14.9)
1262026-07-30T03:48:25.771Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1272026-07-30T03:48:25.771Z Adding itertools v0.14.0 (available: v0.15.0)
1282026-07-30T03:48:25.772Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1292026-07-30T03:48:25.772Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1302026-07-30T03:48:25.774Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1312026-07-30T03:48:25.777Z Adding quick-junit v0.5.2 (available: v0.7.0)
1322026-07-30T03:48:25.802Z Downloading crates ...
1332026-07-30T03:48:25.885Z Downloaded futures-task v0.3.33
1342026-07-30T03:48:25.889Z Downloaded futures-io v0.3.33
1352026-07-30T03:48:25.893Z Downloaded autocfg v1.5.1
1362026-07-30T03:48:25.893Z Downloaded async-scoped v0.9.0
1372026-07-30T03:48:25.896Z Downloaded anstyle-parse v1.0.0
1382026-07-30T03:48:25.900Z Downloaded addr2line v0.25.1
1392026-07-30T03:48:25.904Z Downloaded either v1.17.0
1402026-07-30T03:48:25.906Z Downloaded erased-serde v0.4.10
1412026-07-30T03:48:25.906Z Downloaded const-oid v0.9.6
1422026-07-30T03:48:25.912Z Downloaded getrandom v0.2.17
1432026-07-30T03:48:25.916Z Downloaded getrandom v0.4.3
1442026-07-30T03:48:25.919Z Downloaded base64 v0.22.1
1452026-07-30T03:48:25.922Z Downloaded clap_lex v1.1.0
1462026-07-30T03:48:25.926Z Downloaded openssl-probe v0.2.1
1472026-07-30T03:48:25.928Z Downloaded cpufeatures v0.2.17
1482026-07-30T03:48:25.930Z Downloaded foreign-types-shared v0.1.1
1492026-07-30T03:48:25.930Z Downloaded atomic-waker v1.1.2
1502026-07-30T03:48:25.934Z Downloaded derive_more-impl v2.1.1
1512026-07-30T03:48:25.937Z Downloaded native-tls v0.2.18
1522026-07-30T03:48:25.941Z Downloaded anstyle-query v1.1.5
1532026-07-30T03:48:25.944Z Downloaded nextest-filtering v0.15.0
1542026-07-30T03:48:25.944Z Downloaded indenter v0.3.4
1552026-07-30T03:48:25.944Z Downloaded errno v0.3.14
1562026-07-30T03:48:25.947Z Downloaded indent_write v2.2.0
1572026-07-30T03:48:25.947Z Downloaded is_terminal_polyfill v1.70.2
1582026-07-30T03:48:25.949Z Downloaded colorchoice v1.0.5
1592026-07-30T03:48:25.949Z Downloaded cargo-util-schemas v0.2.0
1602026-07-30T03:48:25.952Z Downloaded console v0.15.11
1612026-07-30T03:48:25.952Z Downloaded rand_core v0.6.4
1622026-07-30T03:48:25.955Z Downloaded atomicwrites v0.4.4
1632026-07-30T03:48:25.955Z Downloaded aho-corasick v1.1.4
1642026-07-30T03:48:25.958Z Downloaded nextest-workspace-hack v0.1.0
1652026-07-30T03:48:25.958Z Downloaded curve25519-dalek-derive v0.1.1
1662026-07-30T03:48:25.961Z Downloaded cfg-if v1.0.4
1672026-07-30T03:48:25.961Z Downloaded nested v0.1.1
1682026-07-30T03:48:25.961Z Downloaded debug-ignore v1.0.5
1692026-07-30T03:48:25.964Z Downloaded color-spantrace v0.3.0
1702026-07-30T03:48:25.964Z Downloaded miniz_oxide v0.8.9
1712026-07-30T03:48:25.967Z Downloaded hex v0.4.3
1722026-07-30T03:48:25.967Z Downloaded guppy-workspace-hack v0.1.0
1732026-07-30T03:48:25.970Z Downloaded cargo_metadata v0.20.0
1742026-07-30T03:48:25.970Z Downloaded crypto-common v0.1.7
1752026-07-30T03:48:25.970Z Downloaded cargo-platform v0.2.0
1762026-07-30T03:48:25.970Z Downloaded log v0.4.33
1772026-07-30T03:48:25.972Z Downloaded find-msvc-tools v0.1.9
1782026-07-30T03:48:25.972Z Downloaded cfg_aliases v0.2.2
1792026-07-30T03:48:25.976Z Downloaded clap_derive v4.6.4
1802026-07-30T03:48:25.976Z Downloaded adler2 v2.0.1
1812026-07-30T03:48:25.979Z Downloaded fnv v1.0.7
1822026-07-30T03:48:25.982Z Downloaded heck v0.5.0
1832026-07-30T03:48:25.987Z Downloaded futures-macro v0.3.33
1842026-07-30T03:48:25.987Z Downloaded os_pipe v1.2.3
1852026-07-30T03:48:25.992Z Downloaded equivalent v1.0.2
1862026-07-30T03:48:25.992Z Downloaded pin-project-lite v0.2.17
1872026-07-30T03:48:26.002Z Downloaded futures-sink v0.3.33
1882026-07-30T03:48:26.002Z Downloaded rustc-demangle v0.1.28
1892026-07-30T03:48:26.005Z Downloaded openssl-macros v0.1.1
1902026-07-30T03:48:26.005Z Downloaded backtrace-ext v0.2.1
1912026-07-30T03:48:26.005Z Downloaded number_prefix v0.4.0
1922026-07-30T03:48:26.005Z Downloaded form_urlencoded v1.2.2
1932026-07-30T03:48:26.006Z Downloaded foreign-types v0.3.2
1942026-07-30T03:48:26.006Z Downloaded fixedbitset v0.5.7
1952026-07-30T03:48:26.006Z Downloaded generic-array v0.14.7
1962026-07-30T03:48:26.009Z Downloaded ordered-float v2.10.1
1972026-07-30T03:48:26.009Z Downloaded cpufeatures v0.3.0
1982026-07-30T03:48:26.009Z Downloaded rustc-hash v2.1.3
1992026-07-30T03:48:26.009Z Downloaded futures-core v0.3.33
2002026-07-30T03:48:26.011Z Downloaded lazy_static v1.5.0
2012026-07-30T03:48:26.011Z Downloaded idna_adapter v1.0.0
2022026-07-30T03:48:26.015Z Downloaded cargo-platform v0.3.3
2032026-07-30T03:48:26.015Z Downloaded http-body v1.1.0
2042026-07-30T03:48:26.015Z Downloaded block-buffer v0.10.4
2052026-07-30T03:48:26.016Z Downloaded enable-ansi-support v0.2.1
2062026-07-30T03:48:26.016Z Downloaded serde-value v0.7.0
2072026-07-30T03:48:26.018Z Downloaded mukti-metadata v0.3.0
2082026-07-30T03:48:26.021Z Downloaded globset v0.4.19
2092026-07-30T03:48:26.024Z Downloaded base64ct v1.8.3
2102026-07-30T03:48:26.027Z Downloaded document-features v0.2.12
2112026-07-30T03:48:26.027Z Downloaded hyper-tls v0.6.0
2122026-07-30T03:48:26.032Z Downloaded futures-executor v0.3.33
2132026-07-30T03:48:26.032Z Downloaded fastrand v2.5.0
2142026-07-30T03:48:26.032Z Downloaded serde_ignored v0.1.14
2152026-07-30T03:48:26.035Z Downloaded itoa v1.0.18
2162026-07-30T03:48:26.035Z Downloaded humantime-serde v1.1.1
2172026-07-30T03:48:26.035Z Downloaded serde_urlencoded v0.7.1
2182026-07-30T03:48:26.035Z Downloaded ed25519 v2.2.3
2192026-07-30T03:48:26.035Z Downloaded serde_spanned v1.1.1
2202026-07-30T03:48:26.037Z Downloaded cargo_metadata v0.23.1
2212026-07-30T03:48:26.037Z Downloaded is_ci v1.2.0
2222026-07-30T03:48:26.040Z Downloaded home v0.5.12
2232026-07-30T03:48:26.040Z Downloaded duct v0.13.7
2242026-07-30T03:48:26.045Z Downloaded digest v0.10.7
2252026-07-30T03:48:26.048Z Downloaded anstyle v1.0.14
2262026-07-30T03:48:26.048Z Downloaded serde_spanned v0.6.9
2272026-07-30T03:48:26.050Z Downloaded foldhash v0.1.5
2282026-07-30T03:48:26.051Z Downloaded camino-tempfile v1.4.1
2292026-07-30T03:48:26.051Z Downloaded lru-slab v0.1.2
2302026-07-30T03:48:26.056Z Downloaded filetime v0.2.29
2312026-07-30T03:48:26.059Z Downloaded convert_case v0.10.0
2322026-07-30T03:48:26.059Z Downloaded parking_lot v0.12.5
2332026-07-30T03:48:26.062Z Downloaded iana-time-zone v0.1.65
2342026-07-30T03:48:26.064Z Downloaded shell-words v1.1.1
2352026-07-30T03:48:26.071Z Downloaded scopeguard v1.2.0
2362026-07-30T03:48:26.074Z Downloaded future-queue v0.4.0
2372026-07-30T03:48:26.078Z Downloaded strsim v0.11.1
2382026-07-30T03:48:26.082Z Downloaded self-replace v1.5.0
2392026-07-30T03:48:26.085Z Downloaded serde-untagged v0.1.9
2402026-07-30T03:48:26.085Z Downloaded hashbrown v0.15.5
2412026-07-30T03:48:26.088Z Downloaded sync_wrapper v1.0.2
2422026-07-30T03:48:26.088Z Downloaded supports-unicode v3.0.0
2432026-07-30T03:48:26.088Z Downloaded supports-hyperlinks v3.2.0
2442026-07-30T03:48:26.091Z Downloaded shared_child v1.1.1
2452026-07-30T03:48:26.091Z Downloaded ppv-lite86 v0.2.21
2462026-07-30T03:48:26.091Z Downloaded percent-encoding v2.3.2
2472026-07-30T03:48:26.094Z Downloaded owo-colors v4.3.0
2482026-07-30T03:48:26.094Z Downloaded terminal_size v0.4.4
2492026-07-30T03:48:26.094Z Downloaded thread_local v1.1.10
2502026-07-30T03:48:26.097Z Downloaded rustc_version v0.4.1
2512026-07-30T03:48:26.097Z Downloaded rand_pcg v0.10.2
2522026-07-30T03:48:26.097Z Downloaded sigchld v0.2.4
2532026-07-30T03:48:26.097Z Downloaded rand_chacha v0.9.0
2542026-07-30T03:48:26.100Z Downloaded signature v2.2.0
2552026-07-30T03:48:26.100Z Downloaded anstream v1.0.0
2562026-07-30T03:48:26.103Z Downloaded supports-color v3.0.2
2572026-07-30T03:48:26.103Z Downloaded subtle v2.6.1
2582026-07-30T03:48:26.103Z Downloaded cfg-expr v0.20.8
2592026-07-30T03:48:26.107Z Downloaded sha2 v0.10.9
2602026-07-30T03:48:26.110Z Downloaded swrite v0.1.0
2612026-07-30T03:48:26.110Z Downloaded strip-ansi-escapes v0.2.1
2622026-07-30T03:48:26.110Z Downloaded dialoguer v0.11.0
2632026-07-30T03:48:26.113Z Downloaded signal-hook-mio v0.2.5
2642026-07-30T03:48:26.113Z Downloaded serde_path_to_error v0.1.20
2652026-07-30T03:48:26.113Z Downloaded pathdiff v0.2.3
2662026-07-30T03:48:26.116Z Downloaded pkg-config v0.3.33
2672026-07-30T03:48:26.116Z Downloaded miette-derive v7.6.0
2682026-07-30T03:48:26.116Z Downloaded eyre v0.6.12
2692026-07-30T03:48:26.118Z Downloaded pin-project-internal v1.1.13
2702026-07-30T03:48:26.121Z Downloaded parking_lot_core v0.9.12
2712026-07-30T03:48:26.121Z Downloaded tinyvec_macros v0.1.1
2722026-07-30T03:48:26.124Z Downloaded ahash v0.8.12
2732026-07-30T03:48:26.124Z Downloaded spki v0.7.3
2742026-07-30T03:48:26.126Z Downloaded slab v0.4.12
2752026-07-30T03:48:26.126Z Downloaded signal-hook-registry v1.4.8
2762026-07-30T03:48:26.126Z Downloaded crc32fast v1.5.0
2772026-07-30T03:48:26.129Z Downloaded toml_write v0.1.2
2782026-07-30T03:48:26.129Z Downloaded toml_datetime v0.6.11
2792026-07-30T03:48:26.129Z Downloaded ipnet v2.12.0
2802026-07-30T03:48:26.133Z Downloaded pkcs8 v0.10.2
2812026-07-30T03:48:26.133Z Downloaded camino v1.2.5
2822026-07-30T03:48:26.135Z Downloaded semver v1.0.28
2832026-07-30T03:48:26.138Z Downloaded tower-layer v0.3.3
2842026-07-30T03:48:26.138Z Downloaded http-body-util v0.1.4
2852026-07-30T03:48:26.138Z Downloaded self_update v0.42.0
2862026-07-30T03:48:26.141Z Downloaded rand_core v0.10.1
2872026-07-30T03:48:26.141Z Downloaded static_assertions v1.1.0
2882026-07-30T03:48:26.144Z Downloaded derive-where v1.6.1
2892026-07-30T03:48:26.147Z Downloaded tokio-macros v2.7.2
2902026-07-30T03:48:26.147Z Downloaded jobserver v0.1.35
2912026-07-30T03:48:26.147Z Downloaded nextest-metadata v0.12.2
2922026-07-30T03:48:26.149Z Downloaded miette v7.6.0
2932026-07-30T03:48:26.152Z Downloaded typeid v1.0.3
2942026-07-30T03:48:26.152Z Downloaded try-lock v0.2.5
2952026-07-30T03:48:26.152Z Downloaded chacha20 v0.10.1
2962026-07-30T03:48:26.155Z Downloaded target-spec-miette v0.4.8
2972026-07-30T03:48:26.157Z Downloaded thiserror-impl v1.0.69
2982026-07-30T03:48:26.157Z Downloaded thiserror v1.0.69
2992026-07-30T03:48:26.160Z Downloaded untrusted v0.9.0
3002026-07-30T03:48:26.162Z Downloaded unicode-linebreak v0.1.5
3012026-07-30T03:48:26.162Z Downloaded tower-service v0.3.3
3022026-07-30T03:48:26.162Z Downloaded unicode-xid v0.2.6
3032026-07-30T03:48:26.165Z Downloaded target-lexicon v0.13.5
3042026-07-30T03:48:26.165Z Downloaded lock_api v0.4.14
3052026-07-30T03:48:26.165Z Downloaded newtype-uuid v1.4.0
3062026-07-30T03:48:26.168Z Downloaded futures v0.3.33
3072026-07-30T03:48:26.171Z Downloaded tokio-native-tls v0.3.1
3082026-07-30T03:48:26.177Z Downloaded hyper-rustls v0.27.9
3092026-07-30T03:48:26.180Z Downloaded getrandom v0.3.4
3102026-07-30T03:48:26.180Z Downloaded ryu v1.0.23
3112026-07-30T03:48:26.182Z Downloaded shlex v2.0.1
3122026-07-30T03:48:26.182Z Downloaded futures-channel v0.3.33
3132026-07-30T03:48:26.185Z Downloaded config v0.15.25
3142026-07-30T03:48:26.187Z Downloaded want v0.3.1
3152026-07-30T03:48:26.187Z Downloaded utf8_iter v1.0.4
3162026-07-30T03:48:26.187Z Downloaded bitflags v2.13.1
3172026-07-30T03:48:26.190Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3182026-07-30T03:48:26.193Z Downloaded smol_str v0.3.6
3192026-07-30T03:48:26.193Z Downloaded smallvec v1.15.2
3202026-07-30T03:48:26.195Z Downloaded serde_core v1.0.229
3212026-07-30T03:48:26.198Z Downloaded xattr v1.6.1
3222026-07-30T03:48:26.199Z Downloaded version_check v0.9.5
3232026-07-30T03:48:26.201Z Downloaded toml_writer v1.1.2+spec-1.1.0
3242026-07-30T03:48:26.201Z Downloaded utf8parse v0.2.2
3252026-07-30T03:48:26.204Z Downloaded serde_derive v1.0.229
3262026-07-30T03:48:26.207Z Downloaded thiserror v2.0.19
3272026-07-30T03:48:26.210Z Downloaded tracing-log v0.2.0
3282026-07-30T03:48:26.215Z Downloaded quote v1.0.47
3292026-07-30T03:48:26.220Z Downloaded target-spec v3.6.0
3302026-07-30T03:48:26.222Z Downloaded urlencoding v2.1.3
3312026-07-30T03:48:26.225Z Downloaded rustls-pki-types v1.15.1
3322026-07-30T03:48:26.228Z Downloaded rand_core v0.9.5
3332026-07-30T03:48:26.228Z Downloaded once_cell v1.21.4
3342026-07-30T03:48:26.230Z Downloaded clap v4.6.4
3352026-07-30T03:48:26.233Z Downloaded bytes v1.12.1
3362026-07-30T03:48:26.236Z Downloaded sharded-slab v0.1.7
3372026-07-30T03:48:26.239Z Downloaded tokio-rustls v0.26.4
3382026-07-30T03:48:26.242Z Downloaded cc v1.4.0
3392026-07-30T03:48:26.242Z Downloaded borsh v1.8.0
3402026-07-30T03:48:26.252Z Downloaded humantime v2.4.0
3412026-07-30T03:48:26.256Z Downloaded toml v0.8.23
3422026-07-30T03:48:26.258Z Downloaded zeroize v1.9.0
3432026-07-30T03:48:26.258Z Downloaded xxhash-rust v0.8.18
3442026-07-30T03:48:26.258Z Downloaded quick-junit v0.5.2
3452026-07-30T03:48:26.262Z Downloaded httparse v1.10.1
3462026-07-30T03:48:26.262Z Downloaded zipsign-api v0.1.5
3472026-07-30T03:48:26.264Z Downloaded tracing-error v0.2.1
3482026-07-30T03:48:26.264Z Downloaded tempfile v3.27.0
3492026-07-30T03:48:26.264Z Downloaded zstd v0.13.3
3502026-07-30T03:48:26.267Z Downloaded tracing-attributes v0.1.31
3512026-07-30T03:48:26.268Z Downloaded socket2 v0.6.5
3522026-07-30T03:48:26.270Z Downloaded unicase v2.9.0
3532026-07-30T03:48:26.270Z Downloaded der v0.7.10
3542026-07-30T03:48:26.273Z Downloaded backtrace v0.3.76
3552026-07-30T03:48:26.276Z Downloaded thiserror-impl v2.0.19
3562026-07-30T03:48:26.276Z Downloaded simd-adler32 v0.3.10
3572026-07-30T03:48:26.279Z Downloaded derive_more v2.1.1
3582026-07-30T03:48:26.283Z Downloaded guppy v0.17.26
3592026-07-30T03:48:26.286Z Downloaded pin-project v1.1.13
3602026-07-30T03:48:26.293Z Downloaded zmij v1.0.23
3612026-07-30T03:48:26.295Z Downloaded serde v1.0.229
3622026-07-30T03:48:26.295Z Downloaded quinn-udp v0.5.15
3632026-07-30T03:48:26.299Z Downloaded num-traits v0.2.19
3642026-07-30T03:48:26.302Z Downloaded zstd-safe v7.2.4
3652026-07-30T03:48:26.305Z Downloaded flate2 v1.1.9
3662026-07-30T03:48:26.310Z Downloaded tokio-stream v0.1.19
3672026-07-30T03:48:26.313Z Downloaded ed25519-dalek v2.2.0
3682026-07-30T03:48:26.313Z Downloaded toml_parser v1.1.3+spec-1.1.0
3692026-07-30T03:48:26.320Z Downloaded litrs v1.0.0
3702026-07-30T03:48:26.335Z Downloaded signal-hook v0.3.18
3712026-07-30T03:48:26.338Z Downloaded textwrap v0.16.2
3722026-07-30T03:48:26.344Z Downloaded tracing-core v0.1.36
3732026-07-30T03:48:26.346Z Downloaded tinyvec v1.12.0
3742026-07-30T03:48:26.352Z Downloaded proc-macro2 v1.0.107
3752026-07-30T03:48:26.355Z Downloaded indicatif v0.17.11
3762026-07-30T03:48:26.358Z Downloaded uuid v1.24.0
3772026-07-30T03:48:26.360Z Downloaded url v2.5.8
3782026-07-30T03:48:26.363Z Downloaded crossterm v0.29.0
3792026-07-30T03:48:26.365Z Downloaded toml v1.1.4+spec-1.1.0
3802026-07-30T03:48:26.404Z Downloaded unicode-ident v1.0.24
3812026-07-30T03:48:26.409Z Downloaded tar v0.4.46
3822026-07-30T03:48:26.409Z Downloaded typenum v1.20.1
3832026-07-30T03:48:26.409Z Downloaded vte v0.14.1
3842026-07-30T03:48:26.409Z Downloaded mio v1.2.2
3852026-07-30T03:48:26.412Z Downloaded hashbrown v0.17.1
3862026-07-30T03:48:26.414Z Downloaded h2 v0.4.15
3872026-07-30T03:48:26.417Z Downloaded unicode-normalization v0.1.25
3882026-07-30T03:48:26.420Z Downloaded rand v0.10.2
3892026-07-30T03:48:26.426Z Downloaded tokio-util v0.7.19
3902026-07-30T03:48:26.429Z Downloaded toml_edit v0.22.27
3912026-07-30T03:48:26.431Z Downloaded quinn v0.11.11
3922026-07-30T03:48:26.436Z Downloaded futures-util v0.3.33
3932026-07-30T03:48:26.440Z Downloaded serde_json v1.0.151
3942026-07-30T03:48:26.444Z Downloaded openssl-sys v0.9.117
3952026-07-30T03:48:26.454Z Downloaded clap_builder v4.6.2
3962026-07-30T03:48:26.458Z Downloaded rustls-webpki v0.103.13
3972026-07-30T03:48:26.460Z Downloaded memchr v2.8.3
3982026-07-30T03:48:26.480Z Downloaded indexmap v2.14.0
3992026-07-30T03:48:26.487Z Downloaded rand v0.9.5
4002026-07-30T03:48:26.489Z Downloaded hyper-util v0.1.20
4012026-07-30T03:48:26.492Z Downloaded winnow v0.7.15
4022026-07-30T03:48:26.497Z Downloaded chrono v0.4.45
4032026-07-30T03:48:26.500Z Downloaded itertools v0.14.0
4042026-07-30T03:48:26.505Z Downloaded tracing-subscriber v0.3.23
4052026-07-30T03:48:26.516Z Downloaded webpki-roots v1.0.9
4062026-07-30T03:48:26.521Z Downloaded winnow v1.0.4
4072026-07-30T03:48:26.526Z Downloaded vcpkg v0.2.15
4082026-07-30T03:48:26.548Z Downloaded ron v0.12.2
4092026-07-30T03:48:26.554Z Downloaded http v1.5.0
4102026-07-30T03:48:26.556Z Downloaded idna v1.1.0
4112026-07-30T03:48:26.561Z Downloaded curve25519-dalek v4.1.3
4122026-07-30T03:48:26.565Z Downloaded unicode-width v0.2.2
4132026-07-30T03:48:26.569Z Downloaded gimli v0.32.3
4142026-07-30T03:48:26.574Z Downloaded tower v0.5.3
4152026-07-30T03:48:26.579Z Downloaded zerocopy v0.8.55
4162026-07-30T03:48:26.590Z Downloaded unicode-segmentation v1.13.3
4172026-07-30T03:48:26.593Z Downloaded regex v1.13.1
4182026-07-30T03:48:26.595Z Downloaded bstr v1.13.0
4192026-07-30T03:48:26.600Z Downloaded syn v3.0.3
4202026-07-30T03:48:26.606Z Downloaded syn v2.0.119
4212026-07-30T03:48:26.613Z Downloaded pulldown-cmark v0.13.4
4222026-07-30T03:48:26.616Z Downloaded hyper v1.11.0
4232026-07-30T03:48:26.620Z Downloaded tower-http v0.6.11
4242026-07-30T03:48:26.626Z Downloaded reqwest v0.12.28
4252026-07-30T03:48:26.629Z Downloaded tracing v0.1.44
4262026-07-30T03:48:26.639Z Downloaded color-eyre v0.6.5
4272026-07-30T03:48:26.647Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4282026-07-30T03:48:26.657Z Downloaded quick-xml v0.38.4
4292026-07-30T03:48:26.660Z Downloaded quick-xml v0.37.5
4302026-07-30T03:48:26.664Z Downloaded portable-atomic v1.14.0
4312026-07-30T03:48:26.730Z Downloaded quinn-proto v0.11.16
4322026-07-30T03:48:26.736Z Downloaded rustix v1.1.4
4332026-07-30T03:48:26.761Z Downloaded nextest-runner v0.80.0
4342026-07-30T03:48:26.778Z Downloaded unicode-width v0.1.14
4352026-07-30T03:48:26.788Z Downloaded openssl v0.10.81
4362026-07-30T03:48:26.813Z Downloaded nix v0.30.1
4372026-07-30T03:48:26.819Z Downloaded object v0.37.3
4382026-07-30T03:48:26.824Z Downloaded regex-syntax v0.8.11
4392026-07-30T03:48:26.830Z Downloaded rustls v0.23.43
4402026-07-30T03:48:26.836Z Downloaded rustix v0.38.44
4412026-07-30T03:48:26.936Z Downloaded regex-automata v0.4.16
4422026-07-30T03:48:27.012Z Downloaded petgraph v0.8.3
4432026-07-30T03:48:27.024Z Downloaded libc v0.2.189
4442026-07-30T03:48:27.062Z Downloaded tokio v1.53.1
4452026-07-30T03:48:27.126Z Downloaded recursion v0.5.4
4462026-07-30T03:48:27.132Z Downloaded ring v0.17.14
4472026-07-30T03:48:27.193Z Compiling proc-macro2 v1.0.107
4482026-07-30T03:48:27.193Z Compiling quote v1.0.47
4492026-07-30T03:48:27.196Z Compiling unicode-ident v1.0.24
4502026-07-30T03:48:27.196Z Compiling libc v0.2.189
4512026-07-30T03:48:27.196Z Compiling serde_core v1.0.229
4522026-07-30T03:48:27.196Z Compiling cfg-if v1.0.4
4532026-07-30T03:48:27.196Z Compiling memchr v2.8.3
4542026-07-30T03:48:27.391Z Compiling once_cell v1.21.4
4552026-07-30T03:48:27.405Z Compiling log v0.4.33
4562026-07-30T03:48:27.483Z Compiling pin-project-lite v0.2.17
4572026-07-30T03:48:27.568Z Compiling serde v1.0.229
4582026-07-30T03:48:27.580Z Compiling itoa v1.0.18
4592026-07-30T03:48:27.733Z Compiling futures-core v0.3.33
4602026-07-30T03:48:27.811Z Compiling smallvec v1.15.2
4612026-07-30T03:48:27.886Z Compiling bitflags v2.13.1
4622026-07-30T03:48:27.913Z Compiling shlex v2.0.1
4632026-07-30T03:48:28.058Z Compiling equivalent v1.0.2
4642026-07-30T03:48:28.093Z Compiling hashbrown v0.17.1
4652026-07-30T03:48:28.143Z Compiling find-msvc-tools v0.1.9
4662026-07-30T03:48:28.270Z Compiling errno v0.3.14
4672026-07-30T03:48:28.296Z Compiling bytes v1.12.1
4682026-07-30T03:48:28.408Z Compiling signal-hook-registry v1.4.8
4692026-07-30T03:48:28.430Z Compiling jobserver v0.1.35
4702026-07-30T03:48:28.472Z Compiling mio v1.2.2
4712026-07-30T03:48:28.550Z Compiling syn v3.0.3
4722026-07-30T03:48:28.604Z Compiling syn v2.0.119
4732026-07-30T03:48:28.737Z Compiling cc v1.4.0
4742026-07-30T03:48:28.753Z Compiling futures-sink v0.3.33
4752026-07-30T03:48:28.862Z Compiling rustix v1.1.4
4762026-07-30T03:48:28.945Z Compiling socket2 v0.6.5
4772026-07-30T03:48:29.142Z Compiling slab v0.4.12
4782026-07-30T03:48:29.169Z Compiling zmij v1.0.23
4792026-07-30T03:48:29.339Z Compiling futures-channel v0.3.33
4802026-07-30T03:48:29.510Z Compiling tracing-core v0.1.36
4812026-07-30T03:48:29.598Z Compiling indexmap v2.14.0
4822026-07-30T03:48:29.735Z Compiling serde_json v1.0.151
4832026-07-30T03:48:29.738Z Compiling version_check v0.9.5
4842026-07-30T03:48:30.001Z Compiling getrandom v0.4.3
4852026-07-30T03:48:30.013Z Compiling futures-io v0.3.33
4862026-07-30T03:48:30.210Z Compiling futures-task v0.3.33
4872026-07-30T03:48:30.318Z Compiling percent-encoding v2.3.2
4882026-07-30T03:48:30.434Z Compiling unicode-width v0.2.2
4892026-07-30T03:48:30.471Z Compiling camino v1.2.5
4902026-07-30T03:48:30.635Z Compiling ring v0.17.14
4912026-07-30T03:48:30.754Z Compiling http v1.5.0
4922026-07-30T03:48:30.777Z Compiling zeroize v1.9.0
4932026-07-30T03:48:30.863Z Compiling autocfg v1.5.1
4942026-07-30T03:48:30.982Z Compiling simd-adler32 v0.3.10
4952026-07-30T03:48:31.179Z Compiling adler2 v2.0.1
4962026-07-30T03:48:31.222Z Compiling num-traits v0.2.19
4972026-07-30T03:48:31.350Z Compiling miniz_oxide v0.8.9
4982026-07-30T03:48:31.382Z Compiling serde_derive v1.0.229
4992026-07-30T03:48:31.408Z Compiling tokio-macros v2.7.2
5002026-07-30T03:48:32.148Z Compiling tokio v1.53.1
5012026-07-30T03:48:32.176Z Compiling futures-macro v0.3.33
5022026-07-30T03:48:32.433Z Compiling tracing-attributes v0.1.31
5032026-07-30T03:48:32.713Z Compiling zerocopy v0.8.55
5042026-07-30T03:48:32.786Z Compiling getrandom v0.3.4
5052026-07-30T03:48:33.001Z Compiling futures-util v0.3.33
5062026-07-30T03:48:33.028Z Compiling target-lexicon v0.13.5
5072026-07-30T03:48:33.103Z Compiling object v0.37.3
5082026-07-30T03:48:33.179Z Compiling http-body v1.1.0
5092026-07-30T03:48:33.437Z Compiling rustls-pki-types v1.15.1
5102026-07-30T03:48:33.499Z Compiling form_urlencoded v1.2.2
5112026-07-30T03:48:33.541Z Compiling semver v1.0.28
5122026-07-30T03:48:33.627Z Compiling tracing v0.1.44
5132026-07-30T03:48:33.767Z Compiling getrandom v0.2.17
5142026-07-30T03:48:33.954Z Compiling fnv v1.0.7
5152026-07-30T03:48:33.979Z Compiling gimli v0.32.3
5162026-07-30T03:48:34.072Z Compiling utf8_iter v1.0.4
5172026-07-30T03:48:34.175Z Compiling owo-colors v4.3.0
5182026-07-30T03:48:34.242Z Compiling guppy-workspace-hack v0.1.0
5192026-07-30T03:48:34.287Z Compiling untrusted v0.9.0
5202026-07-30T03:48:34.416Z Compiling thiserror v2.0.19
5212026-07-30T03:48:34.457Z Compiling httparse v1.10.1
5222026-07-30T03:48:34.493Z Compiling signal-hook v0.3.18
5232026-07-30T03:48:34.582Z Compiling idna_adapter v1.0.0
5242026-07-30T03:48:34.681Z Compiling idna v1.1.0
5252026-07-30T03:48:35.609Z Compiling thiserror-impl v2.0.19
5262026-07-30T03:48:35.769Z Compiling generic-array v0.14.7
5272026-07-30T03:48:36.009Z Compiling addr2line v0.25.1
5282026-07-30T03:48:36.286Z Compiling tokio-util v0.7.19
5292026-07-30T03:48:36.443Z Compiling try-lock v0.2.5
5302026-07-30T03:48:36.562Z Compiling atomic-waker v1.1.2
5312026-07-30T03:48:36.626Z Compiling thiserror v1.0.69
5322026-07-30T03:48:36.692Z Compiling target-spec v3.6.0
5332026-07-30T03:48:36.772Z Compiling rustls v0.23.43
5342026-07-30T03:48:36.932Z Compiling typeid v1.0.3
5352026-07-30T03:48:36.977Z Compiling tower-service v0.3.3
5362026-07-30T03:48:36.994Z Compiling pkg-config v0.3.33
5372026-07-30T03:48:37.077Z Compiling rustc-demangle v0.1.28
5382026-07-30T03:48:37.226Z Compiling fastrand v2.5.0
5392026-07-30T03:48:37.428Z Compiling tempfile v3.27.0
5402026-07-30T03:48:37.439Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5412026-07-30T03:48:37.731Z Compiling backtrace v0.3.76
5422026-07-30T03:48:37.953Z Compiling h2 v0.4.15
5432026-07-30T03:48:38.045Z Compiling want v0.3.1
5442026-07-30T03:48:38.222Z Compiling cfg-expr v0.20.8
5452026-07-30T03:48:38.242Z Compiling url v2.5.8
5462026-07-30T03:48:39.202Z Compiling thiserror-impl v1.0.69
5472026-07-30T03:48:39.220Z Compiling terminal_size v0.4.4
5482026-07-30T03:48:39.264Z Compiling aho-corasick v1.1.4
5492026-07-30T03:48:39.371Z Compiling erased-serde v0.4.10
5502026-07-30T03:48:39.717Z Compiling subtle v2.6.1
5512026-07-30T03:48:39.873Z Compiling regex-syntax v0.8.11
5522026-07-30T03:48:40.353Z Compiling rustls-webpki v0.103.13
5532026-07-30T03:48:40.652Z Compiling typenum v1.20.1
5542026-07-30T03:48:41.345Z Compiling winnow v0.7.15
5552026-07-30T03:48:42.621Z Compiling regex-automata v0.4.16
5562026-07-30T03:48:43.356Z Compiling hyper v1.11.0
5572026-07-30T03:48:44.720Z Compiling serde_spanned v0.6.9
5582026-07-30T03:48:44.884Z Compiling toml_datetime v0.6.11
5592026-07-30T03:48:44.956Z Compiling ahash v0.8.12
5602026-07-30T03:48:45.215Z Compiling sync_wrapper v1.0.2
5612026-07-30T03:48:45.250Z Compiling crc32fast v1.5.0
5622026-07-30T03:48:45.331Z Compiling tower-layer v0.3.3
5632026-07-30T03:48:45.530Z Compiling unicode-segmentation v1.13.3
5642026-07-30T03:48:45.549Z Compiling ipnet v2.12.0
5652026-07-30T03:48:45.911Z Compiling portable-atomic v1.14.0
5662026-07-30T03:48:46.372Z Compiling foldhash v0.1.5
5672026-07-30T03:48:46.596Z Compiling nextest-workspace-hack v0.1.0
5682026-07-30T03:48:46.769Z Compiling either v1.17.0
5692026-07-30T03:48:46.828Z Compiling base64 v0.22.1
5702026-07-30T03:48:46.934Z Compiling unicode-linebreak v0.1.5
5712026-07-30T03:48:47.003Z Compiling is_ci v1.2.0
5722026-07-30T03:48:47.122Z Compiling toml_write v0.1.2
5732026-07-30T03:48:47.143Z Compiling lazy_static v1.5.0
5742026-07-30T03:48:47.168Z Compiling parking_lot_core v0.9.12
5752026-07-30T03:48:47.193Z Compiling textwrap v0.16.2
5762026-07-30T03:48:47.246Z Compiling sharded-slab v0.1.7
5772026-07-30T03:48:47.305Z Compiling toml_edit v0.22.27
5782026-07-30T03:48:47.362Z Compiling supports-color v3.0.2
5792026-07-30T03:48:47.465Z Compiling hyper-util v0.1.20
5802026-07-30T03:48:47.608Z Compiling hashbrown v0.15.5
5812026-07-30T03:48:47.904Z Compiling tokio-rustls v0.26.4
5822026-07-30T03:48:48.187Z Compiling convert_case v0.10.0
5832026-07-30T03:48:48.268Z Compiling tower v0.5.3
5842026-07-30T03:48:48.598Z Compiling backtrace-ext v0.2.1
5852026-07-30T03:48:48.851Z Compiling ordered-float v2.10.1
5862026-07-30T03:48:48.862Z Compiling webpki-roots v1.0.9
5872026-07-30T03:48:48.974Z Compiling miette-derive v7.6.0
5882026-07-30T03:48:49.070Z Compiling pathdiff v0.2.3
5892026-07-30T03:48:49.122Z Compiling console v0.15.11
5902026-07-30T03:48:49.193Z Compiling tracing-log v0.2.0
5912026-07-30T03:48:49.545Z Compiling cargo-platform v0.3.3
5922026-07-30T03:48:50.054Z Compiling os_pipe v1.2.3
5932026-07-30T03:48:50.071Z Compiling thread_local v1.1.10
5942026-07-30T03:48:50.108Z Compiling winnow v1.0.4
5952026-07-30T03:48:50.221Z Compiling cfg_aliases v0.2.2
5962026-07-30T03:48:50.295Z Compiling supports-hyperlinks v3.2.0
5972026-07-30T03:48:50.422Z Compiling debug-ignore v1.0.5
5982026-07-30T03:48:50.522Z Compiling supports-unicode v3.0.0
5992026-07-30T03:48:50.533Z Compiling rustix v0.38.44
6002026-07-30T03:48:50.686Z Compiling unicode-width v0.1.14
6012026-07-30T03:48:50.764Z Compiling ryu v1.0.23
6022026-07-30T03:48:50.881Z Compiling pulldown-cmark v0.13.4
6032026-07-30T03:48:50.979Z Compiling scopeguard v1.2.0
6042026-07-30T03:48:51.053Z Compiling utf8parse v0.2.2
6052026-07-30T03:48:51.084Z Compiling zstd-safe v7.2.4
6062026-07-30T03:48:51.109Z Compiling fixedbitset v0.5.7
6072026-07-30T03:48:51.160Z Compiling toml_parser v1.1.3+spec-1.1.0
6082026-07-30T03:48:51.342Z Compiling anstyle-parse v1.0.0
6092026-07-30T03:48:51.557Z Compiling petgraph v0.8.3
6102026-07-30T03:48:51.585Z Compiling lock_api v0.4.14
6112026-07-30T03:48:51.637Z Compiling serde_urlencoded v0.7.1
6122026-07-30T03:48:51.827Z Compiling miette v7.6.0
6132026-07-30T03:48:52.039Z Compiling nix v0.30.1
6142026-07-30T03:48:52.426Z Compiling tracing-subscriber v0.3.23
6152026-07-30T03:48:52.466Z Compiling sigchld v0.2.4
6162026-07-30T03:48:52.661Z Compiling cargo_metadata v0.23.1
6172026-07-30T03:48:53.509Z Compiling serde-value v0.7.0
6182026-07-30T03:48:53.856Z Compiling hyper-rustls v0.27.9
6192026-07-30T03:48:54.292Z Compiling serde-untagged v0.1.9
6202026-07-30T03:48:54.546Z Compiling toml v0.8.23
6212026-07-30T03:48:54.661Z Compiling tower-http v0.6.11
6222026-07-30T03:48:55.578Z Compiling derive_more-impl v2.1.1
6232026-07-30T03:48:56.405Z Compiling itertools v0.14.0
6242026-07-30T03:48:56.408Z Compiling regex v1.13.1
6252026-07-30T03:48:56.555Z Compiling block-buffer v0.10.4
6262026-07-30T03:48:56.619Z Compiling crypto-common v0.1.7
6272026-07-30T03:48:56.718Z Compiling ppv-lite86 v0.2.21
6282026-07-30T03:48:56.753Z Compiling rand_core v0.9.5
6292026-07-30T03:48:57.002Z Compiling futures-executor v0.3.33
6302026-07-30T03:48:57.044Z Compiling http-body-util v0.1.4
6312026-07-30T03:48:57.311Z Compiling pin-project-internal v1.1.13
6322026-07-30T03:48:57.326Z Compiling uuid v1.24.0
6332026-07-30T03:48:57.522Z Compiling serde_spanned v1.1.1
6342026-07-30T03:48:57.748Z Compiling smol_str v0.3.6
6352026-07-30T03:48:57.830Z Compiling toml_datetime v1.1.1+spec-1.1.0
6362026-07-30T03:48:57.843Z Compiling filetime v0.2.29
6372026-07-30T03:48:57.846Z Compiling vte v0.14.1
6382026-07-30T03:48:57.915Z Compiling bstr v1.13.0
6392026-07-30T03:48:58.009Z Compiling colorchoice v1.0.5
6402026-07-30T03:48:58.052Z Compiling unicase v2.9.0
6412026-07-30T03:48:58.055Z Compiling litrs v1.0.0
6422026-07-30T03:48:58.125Z Compiling unicode-xid v0.2.6
6432026-07-30T03:48:58.236Z Compiling static_assertions v1.1.0
6442026-07-30T03:48:58.239Z Compiling self_update v0.42.0
6452026-07-30T03:48:58.263Z Compiling iana-time-zone v0.1.65
6462026-07-30T03:48:58.317Z Compiling anstyle v1.0.14
6472026-07-30T03:48:58.360Z Compiling xattr v1.6.1
6482026-07-30T03:48:58.480Z Compiling eyre v0.6.12
6492026-07-30T03:48:58.506Z Compiling anstyle-query v1.1.5
6502026-07-30T03:48:58.546Z Compiling tinyvec_macros v0.1.1
6512026-07-30T03:48:58.577Z Compiling color-spantrace v0.3.0
6522026-07-30T03:48:58.607Z Compiling is_terminal_polyfill v1.70.2
6532026-07-30T03:48:58.610Z Compiling nested v0.1.1
6542026-07-30T03:48:58.697Z Compiling number_prefix v0.4.0
6552026-07-30T03:48:58.808Z Compiling indicatif v0.17.11
6562026-07-30T03:48:58.820Z Compiling guppy v0.17.26
6572026-07-30T03:48:58.841Z Compiling anstream v1.0.0
6582026-07-30T03:48:58.916Z Compiling tinyvec v1.12.0
6592026-07-30T03:48:59.136Z Compiling document-features v0.2.12
6602026-07-30T03:48:59.333Z Compiling tar v0.4.46
6612026-07-30T03:48:59.359Z Compiling chrono v0.4.45
6622026-07-30T03:48:59.692Z Compiling pin-project v1.1.13
6632026-07-30T03:48:59.796Z Compiling globset v0.4.19
6642026-07-30T03:49:00.196Z Compiling cargo-util-schemas v0.2.0
6652026-07-30T03:49:01.838Z Compiling toml v1.1.4+spec-1.1.0
6662026-07-30T03:49:01.906Z Compiling strip-ansi-escapes v0.2.1
6672026-07-30T03:49:01.992Z Compiling nextest-metadata v0.12.2
6682026-07-30T03:49:02.389Z Compiling newtype-uuid v1.4.0
6692026-07-30T03:49:02.580Z Compiling reqwest v0.12.28
6702026-07-30T03:49:02.638Z Compiling futures v0.3.33
6712026-07-30T03:49:02.700Z Compiling rand_chacha v0.9.0
6722026-07-30T03:49:02.718Z Compiling digest v0.10.7
6732026-07-30T03:49:02.941Z Compiling derive_more v2.1.1
6742026-07-30T03:49:03.022Z Compiling parking_lot v0.12.5
6752026-07-30T03:49:03.045Z Compiling flate2 v1.1.9
6762026-07-30T03:49:03.245Z Compiling tracing-error v0.2.1
6772026-07-30T03:49:03.480Z Compiling shared_child v1.1.1
6782026-07-30T03:49:03.930Z Compiling signal-hook-mio v0.2.5
6792026-07-30T03:49:03.948Z Compiling self-replace v1.5.0
6802026-07-30T03:49:04.061Z Compiling cargo-platform v0.2.0
6812026-07-30T03:49:04.243Z Compiling quick-xml v0.37.5
6822026-07-30T03:49:04.635Z Compiling quick-xml v0.38.4
6832026-07-30T03:49:04.953Z Compiling strsim v0.11.1
6842026-07-30T03:49:05.121Z Compiling shell-words v1.1.1
6852026-07-30T03:49:05.374Z Compiling recursion v0.5.4
6862026-07-30T03:49:05.511Z Compiling indenter v0.3.4
6872026-07-30T03:49:05.640Z Compiling humantime v2.4.0
6882026-07-30T03:49:05.772Z Compiling clap_lex v1.1.0
6892026-07-30T03:49:06.068Z Compiling urlencoding v2.1.3
6902026-07-30T03:49:06.128Z Compiling cpufeatures v0.2.17
6912026-07-30T03:49:06.202Z Compiling heck v0.5.0
6922026-07-30T03:49:06.254Z Compiling sha2 v0.10.9
6932026-07-30T03:49:06.299Z Compiling clap_builder v4.6.2
6942026-07-30T03:49:06.397Z Compiling clap_derive v4.6.4
6952026-07-30T03:49:07.124Z Compiling humantime-serde v1.1.1
6962026-07-30T03:49:07.467Z Compiling nextest-filtering v0.15.0
6972026-07-30T03:49:07.791Z Compiling quick-junit v0.5.2
6982026-07-30T03:49:08.138Z Compiling atomicwrites v0.4.4
6992026-07-30T03:49:08.423Z Compiling cargo_metadata v0.20.0
7002026-07-30T03:49:10.876Z Compiling crossterm v0.29.0
7012026-07-30T03:49:11.353Z Compiling cargo-nextest v0.9.97
7022026-07-30T03:49:12.401Z Compiling duct v0.13.7
7032026-07-30T03:49:12.888Z Compiling rand v0.9.5
7042026-07-30T03:49:12.958Z Compiling zstd v0.13.3
7052026-07-30T03:49:12.976Z Compiling async-scoped v0.9.0
7062026-07-30T03:49:13.169Z Compiling config v0.15.25
7072026-07-30T03:49:13.382Z Compiling unicode-normalization v0.1.25
7082026-07-30T03:49:13.576Z Compiling target-spec-miette v0.4.8
7092026-07-30T03:49:13.605Z Compiling future-queue v0.4.0
7102026-07-30T03:49:13.884Z Compiling mukti-metadata v0.3.0
7112026-07-30T03:49:13.975Z Compiling camino-tempfile v1.4.1
7122026-07-30T03:49:13.999Z Compiling tokio-stream v0.1.19
7132026-07-30T03:49:14.086Z Compiling derive-where v1.6.1
7142026-07-30T03:49:14.123Z Compiling serde_path_to_error v0.1.20
7152026-07-30T03:49:14.357Z Compiling serde_ignored v0.1.14
7162026-07-30T03:49:14.400Z Compiling hex v0.4.3
7172026-07-30T03:49:14.574Z Compiling xxhash-rust v0.8.18
7182026-07-30T03:49:14.574Z Compiling swrite v0.1.0
7192026-07-30T03:49:14.656Z Compiling home v0.5.12
7202026-07-30T03:49:14.685Z Compiling indent_write v2.2.0
7212026-07-30T03:49:14.689Z Compiling color-eyre v0.6.5
7222026-07-30T03:49:14.768Z Compiling clap v4.6.4
7232026-07-30T03:49:14.817Z Compiling dialoguer v0.11.0
7242026-07-30T03:49:14.833Z Compiling enable-ansi-support v0.2.1
7252026-07-30T03:49:15.320Z Compiling nextest-runner v0.80.0
7262026-07-30T03:49:33.409Z Finished `release` profile [optimized] target(s) in 1m 10s
7272026-07-30T03:49:33.579Z Installing /home/build/.cargo/bin/cargo-nextest
7282026-07-30T03:49:33.582Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7292026-07-30T03:49:33.697Z+ source .github/buildomat/test-common.sh
7302026-07-30T03:49:33.700Z++ NEXTEST_VERSION=0.9.97
7312026-07-30T03:49:33.700Z++ PLATFORM=illumos
7322026-07-30T03:49:33.700Z++ banner install
7332026-07-30T03:49:33.700Z
7342026-07-30T03:49:33.700Z # # # #### ##### ## # #
7352026-07-30T03:49:33.700Z # ## # # # # # # #
7362026-07-30T03:49:33.700Z # # # # #### # # # # #
7372026-07-30T03:49:33.700Z # # # # # # ###### # #
7382026-07-30T03:49:33.700Z # # ## # # # # # # #
7392026-07-30T03:49:33.700Z # # # #### # # # ###### ######
7402026-07-30T03:49:33.700Z
7412026-07-30T03:49:33.700Z++ set +o errexit
7422026-07-30T03:49:33.700Z++ pkg info clang-15
7432026-07-30T03:49:33.700Z++ grep -qi installed
7442026-07-30T03:49:34.877Zpkg: info: no packages matching the following patterns you specified are
7452026-07-30T03:49:34.877Zinstalled on the system. Try querying remotely instead:
7462026-07-30T03:49:34.877Z
7472026-07-30T03:49:34.877Z clang-15
7482026-07-30T03:49:34.920Z++ [[ 1 != 0 ]]
7492026-07-30T03:49:34.920Z++ set -o errexit
7502026-07-30T03:49:34.928Z++ pfexec pkg install clang-15
7512026-07-30T03:49:41.493Z Startup: Refreshing catalog 'helios-dev' ... Done
7522026-07-30T03:49:49.109Z Startup: Caching catalogs ... Done
7532026-07-30T03:49:56.282ZPlanning: Solver setup ... Done
7542026-07-30T03:49:56.322ZPlanning: Running solver ... Done
7552026-07-30T03:49:56.474ZPlanning: Finding local manifests ... Done
7562026-07-30T03:49:56.493ZPlanning: Fetching manifests: 0/2 0% complete
7572026-07-30T03:49:56.583ZPlanning: Fetching manifests: 2/2 100% complete
7582026-07-30T03:49:56.612ZPlanning: Package planning ... Done
7592026-07-30T03:49:56.637ZPlanning: Merging actions ... Done
7602026-07-30T03:49:56.743ZPlanning: Checking for conflicting actions ... Done
7612026-07-30T03:49:56.748ZPlanning: Consolidating action changes ... Done
7622026-07-30T03:49:57.524ZPlanning: Evaluating mediators ... Done
7632026-07-30T03:49:57.528ZPlanning: Planning completed in 8.25 seconds
7642026-07-30T03:49:57.539Z Packages to install: 2
7652026-07-30T03:49:57.542Z Mediators to change: 2
7662026-07-30T03:49:57.542Z Services to change: 1
7672026-07-30T03:49:57.542Z Create boot environment: No
7682026-07-30T03:49:57.542ZCreate backup boot environment: No
7692026-07-30T03:49:57.580Z
7702026-07-30T03:49:57.580ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7712026-07-30T03:50:02.834ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (25.5M/s)
7722026-07-30T03:50:05.209ZDownload: Completed 211.31 MB in 7.63 seconds (27.7M/s)
7732026-07-30T03:50:05.508Z Actions: 1/3418 actions (Installing new actions)
7742026-07-30T03:50:08.636Z Actions: Completed 3418 actions in 3.13 seconds.
7752026-07-30T03:50:09.277Z Done
7762026-07-30T03:50:09.277Z Done
7772026-07-30T03:50:10.010Z Done
7782026-07-30T03:50:13.452Z Done
7792026-07-30T03:50:13.465Z Done
7802026-07-30T03:50:13.468Z Done
7812026-07-30T03:50:13.747Z Done
7822026-07-30T03:50:14.447Z++ set -o errexit
7832026-07-30T03:50:14.447Z++ cargo --version
7842026-07-30T03:50:14.456Zcargo 1.96.1 (356927216 2026-06-26)
7852026-07-30T03:50:14.461Z++ rustc --version
7862026-07-30T03:50:14.479Zrustc 1.96.1 (31fca3adb 2026-06-26)
7872026-07-30T03:50:14.482Z++ cargo install cargo-nextest --version 0.9.97
7882026-07-30T03:50:14.533Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7892026-07-30T03:50:14.537Z+ pushd rdb
7902026-07-30T03:50:14.537Z+ PROPTEST_CASES=1000000
7912026-07-30T03:50:14.537Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7922026-07-30T03:50:14.537Z+ cargo nextest run --lib proptest
7932026-07-30T03:50:14.691Z Updating git repository `https://github.com/oxidecomputer/falcon`
7942026-07-30T03:50:15.555ZFrom https://github.com/oxidecomputer/falcon
7952026-07-30T03:50:15.555Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7962026-07-30T03:50:15.632Z Updating crates.io index
7972026-07-30T03:50:15.635Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7982026-07-30T03:50:16.043ZFrom https://github.com/oxidecomputer/dendrite
7992026-07-30T03:50:16.043Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
8002026-07-30T03:50:16.078Z Updating git repository `https://github.com/oxidecomputer/ispf`
8012026-07-30T03:50:16.339ZFrom https://github.com/oxidecomputer/ispf
8022026-07-30T03:50:16.339Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8032026-07-30T03:50:16.345Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8042026-07-30T03:50:16.666ZFrom https://github.com/oxidecomputer/netadm-sys
8052026-07-30T03:50:16.666Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8062026-07-30T03:50:16.673Z Updating git repository `https://github.com/oxidecomputer/omicron`
8072026-07-30T03:50:22.603ZFrom https://github.com/oxidecomputer/omicron
8082026-07-30T03:50:22.603Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8092026-07-30T03:50:23.021Z Updating git repository `https://github.com/oxidecomputer/opte`
8102026-07-30T03:50:23.714ZFrom https://github.com/oxidecomputer/opte
8112026-07-30T03:50:23.714Z * [new ref] 3ddd7e684a78ad33be66717408c381b1962ae04e -> refs/commit/3ddd7e684a78ad33be66717408c381b1962ae04e
8122026-07-30T03:50:23.744Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8132026-07-30T03:50:23.976ZFrom https://github.com/oxidecomputer/slog-error-chain
8142026-07-30T03:50:23.976Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8152026-07-30T03:50:23.988Z Updating git repository `https://github.com/illumos/smf-rs`
8162026-07-30T03:50:24.232ZFrom https://github.com/illumos/smf-rs
8172026-07-30T03:50:24.233Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8182026-07-30T03:50:24.236Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8192026-07-30T03:50:24.500ZFrom https://github.com/oxidecomputer/network-interface
8202026-07-30T03:50:24.500Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8212026-07-30T03:50:24.507Z Updating git repository `https://github.com/oxidecomputer/zone`
8222026-07-30T03:50:24.801ZFrom https://github.com/oxidecomputer/zone
8232026-07-30T03:50:24.801Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8242026-07-30T03:50:24.808Z Updating git repository `https://github.com/oxidecomputer/propolis`
8252026-07-30T03:50:25.366ZFrom https://github.com/oxidecomputer/propolis
8262026-07-30T03:50:25.366Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8272026-07-30T03:50:25.410Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8282026-07-30T03:50:25.907ZFrom https://github.com/oxidecomputer/transceiver-control
8292026-07-30T03:50:25.907Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8302026-07-30T03:50:25.917Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8312026-07-30T03:50:26.181ZFrom https://github.com/oxidecomputer/dlpi-sys
8322026-07-30T03:50:26.181Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8332026-07-30T03:50:26.187Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8342026-07-30T03:50:26.506ZFrom https://github.com/jmesmon/rust-libzfs
8352026-07-30T03:50:26.506Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8362026-07-30T03:50:26.513Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8372026-07-30T03:50:26.790ZFrom https://github.com/oxidecomputer/rusty-doors
8382026-07-30T03:50:26.790Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8392026-07-30T03:50:26.795Z Updating git repository `https://github.com/oxidecomputer/lldp`
8402026-07-30T03:50:27.102ZFrom https://github.com/oxidecomputer/lldp
8412026-07-30T03:50:27.102Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8422026-07-30T03:50:27.113Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8432026-07-30T03:50:27.389ZFrom https://github.com/oxidecomputer/tufaceous
8442026-07-30T03:50:27.389Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8452026-07-30T03:50:27.409Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8462026-07-30T03:50:27.900ZFrom https://github.com/oxidecomputer/management-gateway-service
8472026-07-30T03:50:27.900Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8482026-07-30T03:50:27.915Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-07-30T03:50:28.700ZFrom https://github.com/oxidecomputer/crucible
8502026-07-30T03:50:28.700Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8512026-07-30T03:50:28.748Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8522026-07-30T03:50:28.980ZFrom https://github.com/oxidecomputer/serde_human_bytes
8532026-07-30T03:50:28.980Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8542026-07-30T03:50:28.994Z Updating git repository `https://github.com/oxidecomputer/propolis`
8552026-07-30T03:50:29.415ZFrom https://github.com/oxidecomputer/propolis
8562026-07-30T03:50:29.415Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8572026-07-30T03:50:29.461Z Updating git repository `https://github.com/oxidecomputer/crucible`
8582026-07-30T03:50:29.974ZFrom https://github.com/oxidecomputer/crucible
8592026-07-30T03:50:29.974Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8602026-07-30T03:50:30.041Z Updating git repository `https://github.com/oxidecomputer/tofino`
8612026-07-30T03:50:30.508ZFrom https://github.com/oxidecomputer/tofino
8622026-07-30T03:50:30.508Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8632026-07-30T03:50:30.517Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8642026-07-30T03:50:31.197ZFrom https://github.com/oxidecomputer/maghemite
8652026-07-30T03:50:31.197Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8662026-07-30T03:50:31.229Z Updating git repository `https://github.com/oxidecomputer/clickward`
8672026-07-30T03:50:31.657ZFrom https://github.com/oxidecomputer/clickward
8682026-07-30T03:50:31.657Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8692026-07-30T03:50:31.666Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8702026-07-30T03:50:32.036ZFrom https://github.com/oxidecomputer/illumos-devinfo
8712026-07-30T03:50:32.036Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8722026-07-30T03:50:32.848Z Downloading crates ...
8732026-07-30T03:50:32.955Z Downloaded aead v0.5.2
8742026-07-30T03:50:32.962Z Downloaded chacha20 v0.10.0
8752026-07-30T03:50:32.965Z Downloaded blake2 v0.10.6
8762026-07-30T03:50:32.968Z Downloaded dof v0.4.0
8772026-07-30T03:50:32.971Z Downloaded compression-core v0.4.32
8782026-07-30T03:50:32.974Z Downloaded bcs v0.1.6
8792026-07-30T03:50:32.978Z Downloaded foreign-types-shared v0.3.1
8802026-07-30T03:50:32.978Z Downloaded argon2 v0.5.3
8812026-07-30T03:50:32.978Z Downloaded fs_extra v1.3.0
8822026-07-30T03:50:32.981Z Downloaded async-recursion v1.1.1
8832026-07-30T03:50:32.984Z Downloaded derive-ex v0.1.8
8842026-07-30T03:50:32.984Z Downloaded digest v0.11.3
8852026-07-30T03:50:32.987Z Downloaded byteorder v1.5.0
8862026-07-30T03:50:32.990Z Downloaded hmac v0.12.1
8872026-07-30T03:50:32.990Z Downloaded bs58 v0.5.1
8882026-07-30T03:50:32.994Z Downloaded daft v0.1.7
8892026-07-30T03:50:32.994Z Downloaded http v1.4.2
8902026-07-30T03:50:32.997Z Downloaded icu_normalizer v2.2.0
8912026-07-30T03:50:33.001Z Downloaded ff v0.13.1
8922026-07-30T03:50:33.001Z Downloaded compression-codecs v0.4.38
8932026-07-30T03:50:33.004Z Downloaded arrayref v0.3.9
8942026-07-30T03:50:33.004Z Downloaded embedded-io v0.6.1
8952026-07-30T03:50:33.007Z Downloaded dyn-clone v1.0.20
8962026-07-30T03:50:33.007Z Downloaded colored v3.1.1
8972026-07-30T03:50:33.010Z Downloaded allocator-api2 v0.2.21
8982026-07-30T03:50:33.010Z Downloaded libm v0.2.16
8992026-07-30T03:50:33.016Z Downloaded highway v1.3.0
9002026-07-30T03:50:33.018Z Downloaded cc v1.2.63
9012026-07-30T03:50:33.021Z Downloaded getrandom v0.4.2
9022026-07-30T03:50:33.024Z Downloaded async-trait v0.1.89
9032026-07-30T03:50:33.027Z Downloaded futures-executor v0.3.32
9042026-07-30T03:50:33.027Z Downloaded bytes v1.11.1
9052026-07-30T03:50:33.030Z Downloaded enum-as-inner v0.6.1
9062026-07-30T03:50:33.030Z Downloaded futures-channel v0.3.32
9072026-07-30T03:50:33.033Z Downloaded match_cfg v0.1.0
9082026-07-30T03:50:33.033Z Downloaded icu_locale_core v2.2.0
9092026-07-30T03:50:33.036Z Downloaded hkdf v0.12.4
9102026-07-30T03:50:33.039Z Downloaded backoff v0.4.0
9112026-07-30T03:50:33.042Z Downloaded arrayvec v0.7.6
9122026-07-30T03:50:33.043Z Downloaded is-terminal v0.4.17
9132026-07-30T03:50:33.043Z Downloaded dof v0.3.0
9142026-07-30T03:50:33.046Z Downloaded darling_macro v0.21.3
9152026-07-30T03:50:33.046Z Downloaded hickory-resolver v0.25.2
9162026-07-30T03:50:33.048Z Downloaded crucible-workspace-hack v0.1.0
9172026-07-30T03:50:33.049Z Downloaded async-stream v0.3.6
9182026-07-30T03:50:33.051Z Downloaded bitflags v2.12.1
9192026-07-30T03:50:33.051Z Downloaded bitflags v1.3.2
9202026-07-30T03:50:33.054Z Downloaded ident_case v1.0.1
9212026-07-30T03:50:33.057Z Downloaded crunchy v0.2.4
9222026-07-30T03:50:33.057Z Downloaded bit-set v0.8.0
9232026-07-30T03:50:33.057Z Downloaded macaddr v1.0.1
9242026-07-30T03:50:33.060Z Downloaded internet-checksum v0.2.1
9252026-07-30T03:50:33.060Z Downloaded base16ct v1.0.0
9262026-07-30T03:50:33.060Z Downloaded linear-map v1.2.0
9272026-07-30T03:50:33.063Z Downloaded jobserver v0.1.34
9282026-07-30T03:50:33.063Z Downloaded dunce v1.0.5
9292026-07-30T03:50:33.068Z Downloaded cstr-argument v0.1.2
9302026-07-30T03:50:33.068Z Downloaded cobs v0.3.0
9312026-07-30T03:50:33.068Z Downloaded async-stream-impl v0.3.6
9322026-07-30T03:50:33.068Z Downloaded cfg_aliases v0.2.1
9332026-07-30T03:50:33.071Z Downloaded futures-core v0.3.32
9342026-07-30T03:50:33.071Z Downloaded convert_case v0.4.0
9352026-07-30T03:50:33.071Z Downloaded fastrand v2.4.1
9362026-07-30T03:50:33.071Z Downloaded crc8 v0.1.1
9372026-07-30T03:50:33.074Z Downloaded bytecount v0.6.9
9382026-07-30T03:50:33.074Z Downloaded bit-vec v0.8.0
9392026-07-30T03:50:33.077Z Downloaded ciborium-io v0.2.2
9402026-07-30T03:50:33.077Z Downloaded base16ct v0.2.0
9412026-07-30T03:50:33.077Z Downloaded globset v0.4.18
9422026-07-30T03:50:33.081Z Downloaded const_format_proc_macros v0.2.34
9432026-07-30T03:50:33.081Z Downloaded httpdate v1.0.3
9442026-07-30T03:50:33.086Z Downloaded heck v0.4.1
9452026-07-30T03:50:33.086Z Downloaded foreign-types-macros v0.2.3
9462026-07-30T03:50:33.086Z Downloaded backon v1.6.0
9472026-07-30T03:50:33.086Z Downloaded dropshot-api-manager-types v0.7.2
9482026-07-30T03:50:33.090Z Downloaded memoffset v0.9.1
9492026-07-30T03:50:33.090Z Downloaded group v0.13.0
9502026-07-30T03:50:33.090Z Downloaded natord v1.0.9
9512026-07-30T03:50:33.093Z Downloaded gethostname v0.5.0
9522026-07-30T03:50:33.093Z Downloaded fs-err v3.3.0
9532026-07-30T03:50:33.093Z Downloaded foldhash v0.2.0
9542026-07-30T03:50:33.093Z Downloaded ciborium-ll v0.2.2
9552026-07-30T03:50:33.096Z Downloaded libscf-sys v1.2.0
9562026-07-30T03:50:33.096Z Downloaded opaque-debug v0.3.1
9572026-07-30T03:50:33.096Z Downloaded newtype_derive v0.1.6
9582026-07-30T03:50:33.100Z Downloaded dtrace-parser v0.3.0
9592026-07-30T03:50:33.100Z Downloaded dtrace-parser v0.2.0
9602026-07-30T03:50:33.100Z Downloaded humantime v2.3.0
9612026-07-30T03:50:33.103Z Downloaded num-conv v0.2.2
9622026-07-30T03:50:33.103Z Downloaded omicron-workspace-hack v0.1.0
9632026-07-30T03:50:33.103Z Downloaded managed v0.8.0
9642026-07-30T03:50:33.106Z Downloaded float-ord v0.3.2
9652026-07-30T03:50:33.106Z Downloaded deranged v0.5.8
9662026-07-30T03:50:33.106Z Downloaded keccak v0.1.6
9672026-07-30T03:50:33.109Z Downloaded byte-wrapper v0.1.0
9682026-07-30T03:50:33.109Z Downloaded inout v0.1.4
9692026-07-30T03:50:33.112Z Downloaded csv-core v0.1.13
9702026-07-30T03:50:33.112Z Downloaded fxhash v0.2.1
9712026-07-30T03:50:33.112Z Downloaded defmt-parser v1.0.0
9722026-07-30T03:50:33.115Z Downloaded fixedbitset v0.4.2
9732026-07-30T03:50:33.115Z Downloaded data-encoding v2.11.0
9742026-07-30T03:50:33.115Z Downloaded futures-macro v0.3.32
9752026-07-30T03:50:33.118Z Downloaded indicatif v0.18.4
9762026-07-30T03:50:33.121Z Downloaded log v0.4.32
9772026-07-30T03:50:33.121Z Downloaded either v1.16.0
9782026-07-30T03:50:33.124Z Downloaded futures-task v0.3.32
9792026-07-30T03:50:33.124Z Downloaded futures-sink v0.3.32
9802026-07-30T03:50:33.124Z Downloaded daft-derive v0.1.7
9812026-07-30T03:50:33.129Z Downloaded num_threads v0.1.7
9822026-07-30T03:50:33.133Z Downloaded num_enum v0.5.11
9832026-07-30T03:50:33.133Z Downloaded http-body v1.0.1
9842026-07-30T03:50:33.133Z Downloaded futures-io v0.3.32
9852026-07-30T03:50:33.136Z Downloaded crypto-common v0.2.2
9862026-07-30T03:50:33.136Z Downloaded const-random-macro v0.1.16
9872026-07-30T03:50:33.136Z Downloaded num v0.4.3
9882026-07-30T03:50:33.136Z Downloaded hubpack_derive v0.1.1
9892026-07-30T03:50:33.139Z Downloaded lru-cache v0.1.2
9902026-07-30T03:50:33.140Z Downloaded hostname v0.4.2
9912026-07-30T03:50:33.140Z Downloaded num_enum_derive v0.5.11
9922026-07-30T03:50:33.140Z Downloaded hostname v0.3.1
9932026-07-30T03:50:33.142Z Downloaded hash32 v0.3.1
9942026-07-30T03:50:33.143Z Downloaded num-derive v0.4.2
9952026-07-30T03:50:33.146Z Downloaded newline-converter v0.3.0
9962026-07-30T03:50:33.146Z Downloaded hubpack v0.1.2
9972026-07-30T03:50:33.146Z Downloaded instant v0.1.13
9982026-07-30T03:50:33.149Z Downloaded konst_macro_rules v0.2.19
9992026-07-30T03:50:33.149Z Downloaded defmt v0.3.100
10002026-07-30T03:50:33.149Z Downloaded console v0.16.3
10012026-07-30T03:50:33.152Z Downloaded cmake v0.1.58
10022026-07-30T03:50:33.152Z Downloaded phf_shared v0.12.1
10032026-07-30T03:50:33.152Z Downloaded no-std-compat v0.4.1
10042026-07-30T03:50:33.157Z Downloaded multer v3.1.0
10052026-07-30T03:50:33.157Z Downloaded displaydoc v0.2.6
10062026-07-30T03:50:33.160Z Downloaded indexmap v1.9.3
10072026-07-30T03:50:33.160Z Downloaded linked-hash-map v0.5.6
10082026-07-30T03:50:33.160Z Downloaded ingot-types v0.1.2
10092026-07-30T03:50:33.160Z Downloaded parse-display v0.10.0
10102026-07-30T03:50:33.163Z Downloaded ingot v0.1.1
10112026-07-30T03:50:33.163Z Downloaded const-random v0.1.18
10122026-07-30T03:50:33.163Z Downloaded olpc-cjson v0.1.4
10132026-07-30T03:50:33.166Z Downloaded newtype-uuid-macros v0.1.0
10142026-07-30T03:50:33.166Z Downloaded powerfmt v0.2.0
10152026-07-30T03:50:33.166Z Downloaded potential_utf v0.1.5
10162026-07-30T03:50:33.169Z Downloaded num-iter v0.1.45
10172026-07-30T03:50:33.169Z Downloaded idna_adapter v1.2.2
10182026-07-30T03:50:33.169Z Downloaded erased-serde v0.3.31
10192026-07-30T03:50:33.188Z Downloaded darling_macro v0.23.0
10202026-07-30T03:50:33.188Z Downloaded elliptic-curve v0.13.8
10212026-07-30T03:50:33.188Z Downloaded num-integer v0.1.46
10222026-07-30T03:50:33.188Z Downloaded memmap v0.7.0
10232026-07-30T03:50:33.188Z Downloaded cipher v0.4.4
10242026-07-30T03:50:33.188Z Downloaded foreign-types v0.5.0
10252026-07-30T03:50:33.188Z Downloaded embedded-io v0.4.0
10262026-07-30T03:50:33.188Z Downloaded password-hash v0.5.0
10272026-07-30T03:50:33.188Z Downloaded crossbeam-deque v0.8.6
10282026-07-30T03:50:33.188Z Downloaded critical-section v1.2.0
10292026-07-30T03:50:33.188Z Downloaded cargo_toml v0.22.3
10302026-07-30T03:50:33.188Z Downloaded defmt-macros v1.1.0
10312026-07-30T03:50:33.192Z Downloaded mime v0.3.17
10322026-07-30T03:50:33.192Z Downloaded glob v0.3.3
10332026-07-30T03:50:33.192Z Downloaded libsw-core v0.3.2
10342026-07-30T03:50:33.192Z Downloaded libsw v3.5.0
10352026-07-30T03:50:33.192Z Downloaded ipnetwork v0.21.1
10362026-07-30T03:50:33.195Z Downloaded git-stub-vcs v0.1.0
10372026-07-30T03:50:33.195Z Downloaded ciborium v0.2.2
10382026-07-30T03:50:33.199Z Downloaded proc-macro-crate v3.5.0
10392026-07-30T03:50:33.199Z Downloaded block-buffer v0.12.0
10402026-07-30T03:50:33.201Z Downloaded proc-macro-error-attr2 v2.0.0
10412026-07-30T03:50:33.201Z Downloaded proc-macro-crate v1.3.1
10422026-07-30T03:50:33.204Z Downloaded pretty-hex v0.4.2
10432026-07-30T03:50:33.204Z Downloaded num-rational v0.4.2
10442026-07-30T03:50:33.204Z Downloaded progenitor-macro v0.10.0
10452026-07-30T03:50:33.208Z Downloaded proc-macro-error-attr v1.0.4
10462026-07-30T03:50:33.208Z Downloaded git-stub v1.0.0
10472026-07-30T03:50:33.208Z Downloaded progenitor-client v0.14.0
10482026-07-30T03:50:33.211Z Downloaded progenitor-macro v0.14.0
10492026-07-30T03:50:33.211Z Downloaded progenitor-client v0.10.0
10502026-07-30T03:50:33.214Z Downloaded plain v0.2.3
10512026-07-30T03:50:33.214Z Downloaded rand_xorshift v0.4.0
10522026-07-30T03:50:33.217Z Downloaded newtype-uuid v1.3.2
10532026-07-30T03:50:33.223Z Downloaded rand_chacha v0.3.1
10542026-07-30T03:50:33.226Z Downloaded parse-display-derive v0.10.0
10552026-07-30T03:50:33.229Z Downloaded cookie v0.18.1
10562026-07-30T03:50:33.232Z Downloaded num_enum v0.7.6
10572026-07-30T03:50:33.235Z Downloaded constant_time_eq v0.4.2
10582026-07-30T03:50:33.238Z Downloaded paste v1.0.15
10592026-07-30T03:50:33.243Z Downloaded ref-cast-impl v1.0.25
10602026-07-30T03:50:33.243Z Downloaded ingot-macros v0.1.1
10612026-07-30T03:50:33.243Z Downloaded hybrid-array v0.4.12
10622026-07-30T03:50:33.246Z Downloaded ref-cast v1.0.25
10632026-07-30T03:50:33.246Z Downloaded rustc-hash v2.1.2
10642026-07-30T03:50:33.246Z Downloaded rustc_version v0.1.7
10652026-07-30T03:50:33.246Z Downloaded anyhow v1.0.104
10662026-07-30T03:50:33.249Z Downloaded oxnet v0.1.6
10672026-07-30T03:50:33.253Z Downloaded dropshot_endpoint v0.17.1
10682026-07-30T03:50:33.253Z Downloaded drift v0.2.0
10692026-07-30T03:50:33.259Z Downloaded diff v0.1.13
10702026-07-30T03:50:33.262Z Downloaded defmt v1.1.0
10712026-07-30T03:50:33.266Z Downloaded serde-big-array v0.5.1
10722026-07-30T03:50:33.266Z Downloaded secrecy v0.10.3
10732026-07-30T03:50:33.266Z Downloaded pest_generator v2.8.6
10742026-07-30T03:50:33.269Z Downloaded icu_provider v2.2.0
10752026-07-30T03:50:33.272Z Downloaded serial_test v4.0.1
10762026-07-30T03:50:33.272Z Downloaded progenitor-macro v0.13.0
10772026-07-30T03:50:33.272Z Downloaded proc-macro-error v1.0.4
10782026-07-30T03:50:33.275Z Downloaded progenitor v0.10.0
10792026-07-30T03:50:33.275Z Downloaded pem v3.0.6
10802026-07-30T03:50:33.279Z Downloaded proc-macro-error2 v2.0.1
10812026-07-30T03:50:33.283Z Downloaded serial_test_derive v4.0.1
10822026-07-30T03:50:33.283Z Downloaded progenitor-extras v0.2.0
10832026-07-30T03:50:33.283Z Downloaded num_enum_derive v0.7.6
10842026-07-30T03:50:33.286Z Downloaded futures v0.3.32
10852026-07-30T03:50:33.286Z Downloaded litemap v0.8.2
10862026-07-30T03:50:33.289Z Downloaded darling v0.21.3
10872026-07-30T03:50:33.292Z Downloaded port-file v0.1.0
10882026-07-30T03:50:33.292Z Downloaded poly1305 v0.8.0
10892026-07-30T03:50:33.296Z Downloaded num-complex v0.4.6
10902026-07-30T03:50:33.296Z Downloaded smawk v0.3.2
10912026-07-30T03:50:33.298Z Downloaded progenitor-client v0.13.0
10922026-07-30T03:50:33.298Z Downloaded resolv-conf v0.7.6
10932026-07-30T03:50:33.301Z Downloaded slog-bunyan v2.5.0
10942026-07-30T03:50:33.301Z Downloaded quick-error v1.2.3
10952026-07-30T03:50:33.301Z Downloaded phf v0.12.1
10962026-07-30T03:50:33.305Z Downloaded icu_properties v2.2.0
10972026-07-30T03:50:33.305Z Downloaded slog-envlogger v2.2.0
10982026-07-30T03:50:33.308Z Downloaded icu_normalizer_data v2.2.0
10992026-07-30T03:50:33.308Z Downloaded heapless v0.8.0
11002026-07-30T03:50:33.311Z Downloaded derive_more v0.99.20
11012026-07-30T03:50:33.314Z Downloaded scroll_derive v0.13.1
11022026-07-30T03:50:33.314Z Downloaded chacha20poly1305 v0.10.1
11032026-07-30T03:50:33.318Z Downloaded sigpipe v0.1.3
11042026-07-30T03:50:33.318Z Downloaded sha1 v0.10.6
11052026-07-30T03:50:33.321Z Downloaded semver v0.1.20
11062026-07-30T03:50:33.321Z Downloaded strum v0.27.2
11072026-07-30T03:50:33.321Z Downloaded rustversion v1.0.22
11082026-07-30T03:50:33.324Z Downloaded strum v0.26.3
11092026-07-30T03:50:33.324Z Downloaded structmeta-derive v0.3.0
11102026-07-30T03:50:33.324Z Downloaded stable_deref_trait v1.2.1
11112026-07-30T03:50:33.327Z Downloaded rustls-native-certs v0.8.4
11122026-07-30T03:50:33.327Z Downloaded progenitor v0.13.0
11132026-07-30T03:50:33.327Z Downloaded pest_derive v2.8.6
11142026-07-30T03:50:33.330Z Downloaded structmeta v0.3.0
11152026-07-30T03:50:33.330Z Downloaded scroll v0.13.0
11162026-07-30T03:50:33.333Z Downloaded sha1 v0.11.0
11172026-07-30T03:50:33.333Z Downloaded scroll v0.12.0
11182026-07-30T03:50:33.336Z Downloaded serde_repr v0.1.21
11192026-07-30T03:50:33.337Z Downloaded parking_lot_core v0.8.6
11202026-07-30T03:50:33.337Z Downloaded memmap2 v0.9.10
11212026-07-30T03:50:33.339Z Downloaded spin v0.5.2
11222026-07-30T03:50:33.340Z Downloaded rusty-fork v0.3.1
11232026-07-30T03:50:33.343Z Downloaded scroll_derive v0.12.1
11242026-07-30T03:50:33.343Z Downloaded base64 v0.21.7
11252026-07-30T03:50:33.346Z Downloaded tabled_derive v0.7.0
11262026-07-30T03:50:33.346Z Downloaded rhai_codegen v3.2.0
11272026-07-30T03:50:33.349Z Downloaded omicron-zone-package v0.12.3
11282026-07-30T03:50:33.352Z Downloaded darling_core v0.23.0
11292026-07-30T03:50:33.355Z Downloaded parking_lot v0.11.2
11302026-07-30T03:50:33.359Z Downloaded serde_plain v1.0.2
11312026-07-30T03:50:33.359Z Downloaded thread-id v4.2.2
11322026-07-30T03:50:33.359Z Downloaded termtree v0.5.1
11332026-07-30T03:50:33.362Z Downloaded tabled_derive v0.11.0
11342026-07-30T03:50:33.362Z Downloaded same-file v1.0.6
11352026-07-30T03:50:33.362Z Downloaded const_format v0.2.36
11362026-07-30T03:50:33.366Z Downloaded thiserror-impl-no-std v2.0.2
11372026-07-30T03:50:33.367Z Downloaded take_mut v0.2.2
11382026-07-30T03:50:33.370Z Downloaded arc-swap v1.9.1
11392026-07-30T03:50:33.370Z Downloaded cancel-safe-futures v0.1.5
11402026-07-30T03:50:33.372Z Downloaded half v2.7.1
11412026-07-30T03:50:33.372Z Downloaded slog-scope v4.4.1
11422026-07-30T03:50:33.375Z Downloaded slog-json v2.6.1
11432026-07-30T03:50:33.376Z Downloaded slog-async v2.8.0
11442026-07-30T03:50:33.378Z Downloaded quinn-udp v0.5.14
11452026-07-30T03:50:33.379Z Downloaded thread-id v5.1.0
11462026-07-30T03:50:33.379Z Downloaded strum_macros v0.27.2
11472026-07-30T03:50:33.382Z Downloaded snafu-derive v0.8.9
11482026-07-30T03:50:33.382Z Downloaded testing_table v0.3.0
11492026-07-30T03:50:33.382Z Downloaded postcard v1.1.3
11502026-07-30T03:50:33.386Z Downloaded async-compression v0.4.42
11512026-07-30T03:50:33.389Z Downloaded time-core v0.1.8
11522026-07-30T03:50:33.389Z Downloaded tabwriter v1.4.1
11532026-07-30T03:50:33.392Z Downloaded rustls-pemfile v2.2.0
11542026-07-30T03:50:33.392Z Downloaded openssl-sys v0.9.116
11552026-07-30T03:50:33.395Z Downloaded konst v0.2.20
11562026-07-30T03:50:33.398Z Downloaded tagptr v0.2.0
11572026-07-30T03:50:33.398Z Downloaded slog-stdlog v4.1.1
11582026-07-30T03:50:33.402Z Downloaded topological-sort v0.2.2
11592026-07-30T03:50:33.402Z Downloaded slog-dtrace v0.3.0
11602026-07-30T03:50:33.402Z Downloaded tokio-macros v2.7.0
11612026-07-30T03:50:33.404Z Downloaded siphasher v1.0.3
11622026-07-30T03:50:33.405Z Downloaded unarray v0.1.4
11632026-07-30T03:50:33.407Z Downloaded serde_derive_internals v0.29.1
11642026-07-30T03:50:33.407Z Downloaded universal-hash v0.5.1
11652026-07-30T03:50:33.407Z Downloaded typify-macro v0.6.2
11662026-07-30T03:50:33.407Z Downloaded unit-prefix v0.5.2
11672026-07-30T03:50:33.411Z Downloaded progenitor-impl v0.13.0
11682026-07-30T03:50:33.411Z Downloaded jiff-static v0.2.28
11692026-07-30T03:50:33.414Z Downloaded darling_core v0.21.3
11702026-07-30T03:50:33.417Z Downloaded expectorate v1.2.0
11712026-07-30T03:50:33.417Z Downloaded icu_collections v2.2.0
11722026-07-30T03:50:33.420Z Downloaded simd-adler32 v0.3.9
11732026-07-30T03:50:33.423Z Downloaded rustls-pki-types v1.14.1
11742026-07-30T03:50:33.423Z Downloaded usdt-attr-macro v0.5.0
11752026-07-30T03:50:33.426Z Downloaded usdt v0.6.0
11762026-07-30T03:50:33.426Z Downloaded usdt v0.5.0
11772026-07-30T03:50:33.426Z Downloaded typify-macro v0.4.3
11782026-07-30T03:50:33.426Z Downloaded quote v1.0.45
11792026-07-30T03:50:33.429Z Downloaded pest_meta v2.8.6
11802026-07-30T03:50:33.432Z Downloaded time-macros v0.2.27
11812026-07-30T03:50:33.432Z Downloaded thiserror-no-std v2.0.2
11822026-07-30T03:50:33.435Z Downloaded smartstring v1.0.1
11832026-07-30T03:50:33.435Z Downloaded thread_local v1.1.9
11842026-07-30T03:50:33.438Z Downloaded rustls-platform-verifier v0.7.0
11852026-07-30T03:50:33.440Z Downloaded usdt-attr-macro v0.6.0
11862026-07-30T03:50:33.441Z Downloaded wait-timeout v0.2.1
11872026-07-30T03:50:33.441Z Downloaded untrusted v0.7.1
11882026-07-30T03:50:33.444Z Downloaded crypto-bigint v0.5.5
11892026-07-30T03:50:33.446Z Downloaded yoke-derive v0.8.2
11902026-07-30T03:50:33.446Z Downloaded synstructure v0.13.2
11912026-07-30T03:50:33.451Z Downloaded smf v0.2.3
11922026-07-30T03:50:33.451Z Downloaded schemars v0.8.22
11932026-07-30T03:50:33.454Z Downloaded zerofrom v0.1.8
11942026-07-30T03:50:33.457Z Downloaded waitgroup v0.1.2
11952026-07-30T03:50:33.457Z Downloaded utf-8 v0.7.6
11962026-07-30T03:50:33.457Z Downloaded tokio-dtrace v0.1.1
11972026-07-30T03:50:33.460Z Downloaded slog v2.8.2
11982026-07-30T03:50:33.460Z Downloaded toml_writer v1.1.1+spec-1.1.0
11992026-07-30T03:50:33.463Z Downloaded serde_with_macros v3.21.0
12002026-07-30T03:50:33.463Z Downloaded progenitor-impl v0.10.0
12012026-07-30T03:50:33.466Z Downloaded zone_cfg_derive v0.3.1
12022026-07-30T03:50:33.466Z Downloaded proc-macro2 v1.0.106
12032026-07-30T03:50:33.469Z Downloaded usdt-macro v0.6.0
12042026-07-30T03:50:33.469Z Downloaded usdt-macro v0.5.0
12052026-07-30T03:50:33.469Z Downloaded pretty_assertions v1.4.1
12062026-07-30T03:50:33.469Z Downloaded zerofrom-derive v0.1.7
12072026-07-30T03:50:33.472Z Downloaded thin-vec v0.2.18
12082026-07-30T03:50:33.472Z Downloaded rayon-core v1.13.0
12092026-07-30T03:50:33.475Z Downloaded zeroize_derive v1.4.3
12102026-07-30T03:50:33.475Z Downloaded strum_macros v0.26.4
12112026-07-30T03:50:33.475Z Downloaded minimal-lexical v0.2.1
12122026-07-30T03:50:33.478Z Downloaded hashbrown v0.12.3
12132026-07-30T03:50:33.481Z Downloaded tinystr v0.8.3
12142026-07-30T03:50:33.484Z Downloaded serde_tokenstream v0.2.3
12152026-07-30T03:50:33.484Z Downloaded prettyplease v0.2.37
12162026-07-30T03:50:33.487Z Downloaded term v1.2.1
12172026-07-30T03:50:33.487Z Downloaded walkdir v2.5.0
12182026-07-30T03:50:33.490Z Downloaded whoami v1.6.1
12192026-07-30T03:50:33.490Z Downloaded papergrid v0.11.0
12202026-07-30T03:50:33.493Z Downloaded mio v1.2.1
12212026-07-30T03:50:33.497Z Downloaded smallvec v1.15.1
12222026-07-30T03:50:33.497Z Downloaded itertools v0.15.0
12232026-07-30T03:50:33.500Z Downloaded tiny-keccak v2.0.2
12242026-07-30T03:50:33.503Z Downloaded slog-term v2.9.2
12252026-07-30T03:50:33.506Z Downloaded spin v0.9.8
12262026-07-30T03:50:33.506Z Downloaded papergrid v0.18.0
12272026-07-30T03:50:33.509Z Downloaded goblin v0.10.7
12282026-07-30T03:50:33.512Z Downloaded progenitor-impl v0.14.0
12292026-07-30T03:50:33.515Z Downloaded xz2 v0.1.7
12302026-07-30T03:50:33.515Z Downloaded tokio-tungstenite v0.21.0
12312026-07-30T03:50:33.518Z Downloaded zmij v1.0.21
12322026-07-30T03:50:33.518Z Downloaded vsss-rs v3.3.4
12332026-07-30T03:50:33.522Z Downloaded zeroize v1.8.2
12342026-07-30T03:50:33.522Z Downloaded similar v2.7.0
12352026-07-30T03:50:33.525Z Downloaded zone v0.3.1
12362026-07-30T03:50:33.525Z Downloaded writeable v0.6.3
12372026-07-30T03:50:33.528Z Downloaded zerovec-derive v0.11.3
12382026-07-30T03:50:33.528Z Downloaded ucd-trie v0.1.7
12392026-07-30T03:50:33.528Z Downloaded qorb v0.4.1
12402026-07-30T03:50:33.531Z Downloaded usdt-impl v0.6.0
12412026-07-30T03:50:33.531Z Downloaded nom v7.1.3
12422026-07-30T03:50:33.534Z Downloaded usdt-impl v0.5.0
12432026-07-30T03:50:33.537Z Downloaded snafu v0.8.9
12442026-07-30T03:50:33.540Z Downloaded serde v1.0.228
12452026-07-30T03:50:33.543Z Downloaded serde_core v1.0.228
12462026-07-30T03:50:33.543Z Downloaded quinn v0.11.9
12472026-07-30T03:50:33.547Z Downloaded pest v2.8.6
12482026-07-30T03:50:33.550Z Downloaded memchr v2.8.1
12492026-07-30T03:50:33.553Z Downloaded toml v0.7.8
12502026-07-30T03:50:33.553Z Downloaded yoke v0.8.3
12512026-07-30T03:50:33.556Z Downloaded schemars v0.9.0
12522026-07-30T03:50:33.560Z Downloaded typify v0.6.2
12532026-07-30T03:50:33.563Z Downloaded typify v0.4.3
12542026-07-30T03:50:33.566Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12552026-07-30T03:50:33.566Z Downloaded toml v0.9.12+spec-1.1.0
12562026-07-30T03:50:33.569Z Downloaded serde_derive v1.0.228
12572026-07-30T03:50:33.572Z Downloaded rand v0.8.6
12582026-07-30T03:50:33.572Z Downloaded test-strategy v0.4.5
12592026-07-30T03:50:33.575Z Downloaded serde_yaml v0.9.34+deprecated
12602026-07-30T03:50:33.578Z Downloaded rand v0.9.4
12612026-07-30T03:50:33.581Z Downloaded dropshot-api-manager v0.7.2
12622026-07-30T03:50:33.584Z Downloaded schemars v1.2.1
12632026-07-30T03:50:33.590Z Downloaded zerocopy-derive v0.7.35
12642026-07-30T03:50:33.593Z Downloaded unsafe-libyaml v0.2.11
12652026-07-30T03:50:33.596Z Downloaded itertools v0.12.1
12662026-07-30T03:50:33.599Z Downloaded toml_edit v0.25.12+spec-1.1.0
12672026-07-30T03:50:33.602Z Downloaded toml v1.1.2+spec-1.1.0
12682026-07-30T03:50:33.607Z Downloaded futures-util v0.3.32
12692026-07-30T03:50:33.611Z Downloaded hashbrown v0.16.1
12702026-07-30T03:50:33.615Z Downloaded toml_edit v0.19.15
12712026-07-30T03:50:33.624Z Downloaded tungstenite v0.21.0
12722026-07-30T03:50:33.628Z Downloaded steno v0.4.1
12732026-07-30T03:50:33.632Z Downloaded ron v0.12.1
12742026-07-30T03:50:33.642Z Downloaded tinyvec v1.11.0
12752026-07-30T03:50:33.642Z Downloaded goblin v0.8.2
12762026-07-30T03:50:33.642Z Downloaded icu_properties_data v2.2.0
12772026-07-30T03:50:33.646Z Downloaded yansi v1.0.1
12782026-07-30T03:50:33.649Z Downloaded toml_parser v1.1.2+spec-1.1.0
12792026-07-30T03:50:33.652Z Downloaded tokio-stream v0.1.18
12802026-07-30T03:50:33.655Z Downloaded hickory-resolver v0.24.4
12812026-07-30T03:50:33.655Z Downloaded zerotrie v0.2.4
12822026-07-30T03:50:33.658Z Downloaded h2 v0.4.14
12832026-07-30T03:50:33.661Z Downloaded typed-path v0.9.3
12842026-07-30T03:50:33.664Z Downloaded reqwest v0.13.4
12852026-07-30T03:50:33.667Z Downloaded nom v8.0.0
12862026-07-30T03:50:33.670Z Downloaded blake3 v1.8.5
12872026-07-30T03:50:33.675Z Downloaded crossbeam-channel v0.5.15
12882026-07-30T03:50:33.678Z Downloaded zerocopy-derive v0.8.50
12892026-07-30T03:50:33.682Z Downloaded schemars_derive v0.8.22
12902026-07-30T03:50:33.685Z Downloaded progenitor v0.14.0
12912026-07-30T03:50:33.685Z Downloaded const-oid v0.10.2
12922026-07-30T03:50:33.685Z Downloaded crossbeam-epoch v0.9.18
12932026-07-30T03:50:33.688Z Downloaded oxide-tokio-rt v0.1.6
12942026-07-30T03:50:33.688Z Downloaded darling v0.23.0
12952026-07-30T03:50:33.691Z Downloaded regex v1.12.3
12962026-07-30T03:50:33.694Z Downloaded crossbeam-utils v0.8.21
12972026-07-30T03:50:33.697Z Downloaded chacha20 v0.9.1
12982026-07-30T03:50:33.700Z Downloaded iddqd v0.4.6
12992026-07-30T03:50:33.706Z Downloaded tough v0.22.0
13002026-07-30T03:50:33.711Z Downloaded portable-atomic v1.13.1
13012026-07-30T03:50:33.727Z Downloaded zerovec v0.11.6
13022026-07-30T03:50:33.730Z Downloaded aws-lc-rs v1.17.0
13032026-07-30T03:50:33.741Z Downloaded serde_with v3.21.0
13042026-07-30T03:50:33.750Z Downloaded tokio-util v0.7.18
13052026-07-30T03:50:33.754Z Downloaded rayon v1.12.0
13062026-07-30T03:50:33.760Z Downloaded winnow v0.5.40
13072026-07-30T03:50:33.765Z Downloaded zerocopy v0.7.35
13082026-07-30T03:50:33.776Z Downloaded winnow v1.0.3
13092026-07-30T03:50:33.781Z Downloaded proptest v1.11.0
13102026-07-30T03:50:33.788Z Downloaded tabled v0.21.0
13112026-07-30T03:50:33.822Z Downloaded openssl v0.10.80
13122026-07-30T03:50:33.827Z Downloaded tabled v0.15.0
13132026-07-30T03:50:33.836Z Downloaded time v0.3.47
13142026-07-30T03:50:33.842Z Downloaded moka v0.12.15
13152026-07-30T03:50:33.848Z Downloaded webpki-roots v1.0.7
13162026-07-30T03:50:33.851Z Downloaded regress v0.10.5
13172026-07-30T03:50:33.856Z Downloaded regress v0.11.1
13182026-07-30T03:50:33.861Z Downloaded nix v0.31.3
13192026-07-30T03:50:33.868Z Downloaded syn v1.0.109
13202026-07-30T03:50:33.873Z Downloaded rustls v0.23.40
13212026-07-30T03:50:33.880Z Downloaded hickory-proto v0.24.4
13222026-07-30T03:50:33.889Z Downloaded bstr v1.12.1
13232026-07-30T03:50:33.894Z Downloaded hickory-proto v0.25.2
13242026-07-30T03:50:33.903Z Downloaded zerocopy v0.8.50
13252026-07-30T03:50:33.914Z Downloaded syn v2.0.117
13262026-07-30T03:50:33.921Z Downloaded rhai v1.25.1
13272026-07-30T03:50:33.928Z Downloaded regex-syntax v0.8.10
13282026-07-30T03:50:33.932Z Downloaded sled v0.34.7
13292026-07-30T03:50:33.937Z Downloaded openapiv3 v2.2.0
13302026-07-30T03:50:33.943Z Downloaded typify-impl v0.4.3
13312026-07-30T03:50:33.951Z Downloaded dropshot v0.17.1
13322026-07-30T03:50:33.963Z Downloaded smoltcp v0.11.0
13332026-07-30T03:50:33.970Z Downloaded typify-impl v0.6.2
13342026-07-30T03:50:33.977Z Downloaded regex-automata v0.4.14
13352026-07-30T03:50:34.000Z Downloaded petgraph v0.6.5
13362026-07-30T03:50:34.011Z Downloaded lzma-sys v0.1.20
13372026-07-30T03:50:34.027Z Downloaded jiff v0.2.28
13382026-07-30T03:50:34.035Z Downloaded chrono-tz v0.10.4
13392026-07-30T03:50:34.065Z Downloaded encoding_rs v0.8.35
13402026-07-30T03:50:34.077Z Downloaded csv v1.4.0
13412026-07-30T03:50:34.087Z Downloaded sha3 v0.10.9
13422026-07-30T03:50:34.656Z Downloaded aws-lc-sys v0.41.0
13432026-07-30T03:50:35.534Z Compiling proc-macro2 v1.0.106
13442026-07-30T03:50:35.534Z Compiling unicode-ident v1.0.24
13452026-07-30T03:50:35.534Z Compiling quote v1.0.45
13462026-07-30T03:50:35.537Z Compiling serde_core v1.0.228
13472026-07-30T03:50:35.537Z Compiling cfg-if v1.0.4
13482026-07-30T03:50:35.537Z Compiling serde v1.0.228
13492026-07-30T03:50:35.537Z Compiling libc v0.2.189
13502026-07-30T03:50:35.537Z Compiling memchr v2.8.1
13512026-07-30T03:50:35.688Z Compiling itoa v1.0.18
13522026-07-30T03:50:35.861Z Compiling smallvec v1.15.1
13532026-07-30T03:50:35.964Z Compiling zmij v1.0.21
13542026-07-30T03:50:36.031Z Compiling autocfg v1.5.1
13552026-07-30T03:50:36.055Z Compiling libm v0.2.16
13562026-07-30T03:50:36.305Z Compiling stable_deref_trait v1.2.1
13572026-07-30T03:50:36.368Z Compiling writeable v0.6.3
13582026-07-30T03:50:36.380Z Compiling percent-encoding v2.3.2
13592026-07-30T03:50:36.485Z Compiling litemap v0.8.2
13602026-07-30T03:50:36.562Z Compiling icu_normalizer_data v2.2.0
13612026-07-30T03:50:36.566Z Compiling icu_properties_data v2.2.0
13622026-07-30T03:50:36.566Z Compiling utf8_iter v1.0.4
13632026-07-30T03:50:36.566Z Compiling iana-time-zone v0.1.65
13642026-07-30T03:50:36.736Z Compiling equivalent v1.0.2
13652026-07-30T03:50:36.813Z Compiling form_urlencoded v1.2.2
13662026-07-30T03:50:36.823Z Compiling allocator-api2 v0.2.21
13672026-07-30T03:50:36.841Z Compiling syn v2.0.117
13682026-07-30T03:50:36.939Z Compiling pin-project-lite v0.2.17
13692026-07-30T03:50:36.953Z Compiling version_check v0.9.5
13702026-07-30T03:50:36.986Z Compiling syn v3.0.3
13712026-07-30T03:50:37.025Z Compiling serde_json v1.0.151
13722026-07-30T03:50:37.035Z Compiling parking_lot_core v0.9.12
13732026-07-30T03:50:37.130Z Compiling scopeguard v1.2.0
13742026-07-30T03:50:37.218Z Compiling dyn-clone v1.0.20
13752026-07-30T03:50:37.236Z Compiling lock_api v0.4.14
13762026-07-30T03:50:37.281Z Compiling hashbrown v0.17.1
13772026-07-30T03:50:37.348Z Compiling num-traits v0.2.19
13782026-07-30T03:50:37.354Z Compiling log v0.4.32
13792026-07-30T03:50:37.462Z Compiling getrandom v0.4.2
13802026-07-30T03:50:37.528Z Compiling rand_core v0.10.1
13812026-07-30T03:50:37.540Z Compiling thiserror v2.0.19
13822026-07-30T03:50:37.677Z Compiling semver v1.0.28
13832026-07-30T03:50:37.791Z Compiling indexmap v2.14.0
13842026-07-30T03:50:38.006Z Compiling errno v0.3.14
13852026-07-30T03:50:38.017Z Compiling futures-core v0.3.32
13862026-07-30T03:50:38.148Z Compiling heck v0.5.0
13872026-07-30T03:50:38.158Z Compiling zerocopy v0.8.50
13882026-07-30T03:50:38.330Z Compiling futures-sink v0.3.32
13892026-07-30T03:50:38.399Z Compiling uuid v1.24.0
13902026-07-30T03:50:38.411Z Compiling slab v0.4.12
13912026-07-30T03:50:38.426Z Compiling jobserver v0.1.34
13922026-07-30T03:50:38.578Z Compiling find-msvc-tools v0.1.9
13932026-07-30T03:50:38.592Z Compiling fnv v1.0.7
13942026-07-30T03:50:38.713Z Compiling shlex v2.0.1
13952026-07-30T03:50:38.821Z Compiling schemars v0.8.22
13962026-07-30T03:50:38.856Z Compiling cc v1.2.63
13972026-07-30T03:50:38.867Z Compiling futures-channel v0.3.32
13982026-07-30T03:50:38.877Z Compiling rustversion v1.0.22
13992026-07-30T03:50:38.898Z Compiling futures-task v0.3.32
14002026-07-30T03:50:39.069Z Compiling futures-io v0.3.32
14012026-07-30T03:50:39.105Z Compiling socket2 v0.6.5
14022026-07-30T03:50:39.225Z Compiling signal-hook-registry v1.4.8
14032026-07-30T03:50:39.326Z Compiling parking_lot v0.12.5
14042026-07-30T03:50:39.401Z Compiling bitflags v2.12.1
14052026-07-30T03:50:39.523Z Compiling mio v1.2.1
14062026-07-30T03:50:39.567Z Compiling portable-atomic v1.13.1
14072026-07-30T03:50:39.643Z Compiling synstructure v0.13.2
14082026-07-30T03:50:39.736Z Compiling serde_derive_internals v0.29.1
14092026-07-30T03:50:39.857Z Compiling cmake v0.1.58
14102026-07-30T03:50:39.891Z Compiling thiserror-impl v2.0.19
14112026-07-30T03:50:40.030Z Compiling typenum v1.20.1
14122026-07-30T03:50:40.143Z Compiling dunce v1.0.5
14132026-07-30T03:50:40.153Z Compiling fs_extra v1.3.0
14142026-07-30T03:50:40.201Z Compiling base64 v0.22.1
14152026-07-30T03:50:40.226Z Compiling critical-section v1.2.0
14162026-07-30T03:50:40.332Z Compiling byteorder v1.5.0
14172026-07-30T03:50:40.409Z Compiling aws-lc-sys v0.41.0
14182026-07-30T03:50:40.483Z Compiling subtle v2.6.1
14192026-07-30T03:50:40.531Z Compiling once_cell v1.21.4
14202026-07-30T03:50:40.560Z Compiling regex-syntax v0.8.10
14212026-07-30T03:50:40.602Z Compiling slog v2.8.2
14222026-07-30T03:50:40.650Z Compiling httparse v1.10.1
14232026-07-30T03:50:40.747Z Compiling ipnet v2.12.0
14242026-07-30T03:50:40.839Z Compiling strsim v0.11.1
14252026-07-30T03:50:40.852Z Compiling serde_derive v1.0.228
14262026-07-30T03:50:40.855Z Compiling zerofrom-derive v0.1.7
14272026-07-30T03:50:41.018Z Compiling yoke-derive v0.8.2
14282026-07-30T03:50:41.161Z Compiling zerovec-derive v0.11.3
14292026-07-30T03:50:41.236Z Compiling displaydoc v0.2.6
14302026-07-30T03:50:41.285Z Compiling schemars_derive v0.8.22
14312026-07-30T03:50:41.312Z Compiling tokio-macros v2.7.0
14322026-07-30T03:50:42.053Z Compiling zerofrom v0.1.8
14332026-07-30T03:50:42.064Z Compiling zerocopy-derive v0.8.50
14342026-07-30T03:50:42.102Z Compiling zeroize_derive v1.4.3
14352026-07-30T03:50:42.124Z Compiling futures-macro v0.3.32
14362026-07-30T03:50:42.169Z Compiling yoke v0.8.3
14372026-07-30T03:50:42.355Z Compiling zerovec v0.11.6
14382026-07-30T03:50:42.477Z Compiling zerotrie v0.2.4
14392026-07-30T03:50:42.768Z Compiling rustix v1.1.4
14402026-07-30T03:50:42.780Z Compiling zeroize v1.8.2
14412026-07-30T03:50:42.866Z Compiling tinystr v0.8.3
14422026-07-30T03:50:42.954Z Compiling potential_utf v0.1.5
14432026-07-30T03:50:42.973Z Compiling futures-util v0.3.32
14442026-07-30T03:50:43.063Z Compiling icu_locale_core v2.2.0
14452026-07-30T03:50:43.111Z Compiling icu_collections v2.2.0
14462026-07-30T03:50:43.111Z Compiling atomic-waker v1.1.2
14472026-07-30T03:50:43.284Z Compiling tower-layer v0.3.3
14482026-07-30T03:50:43.328Z Compiling tower-service v0.3.3
14492026-07-30T03:50:43.438Z Compiling getrandom v0.2.17
14502026-07-30T03:50:43.732Z Compiling untrusted v0.9.0
14512026-07-30T03:50:43.741Z Compiling ryu v1.0.23
14522026-07-30T03:50:43.750Z Compiling thiserror v1.0.69
14532026-07-30T03:50:43.765Z Compiling icu_provider v2.2.0
14542026-07-30T03:50:43.822Z Compiling try-lock v0.2.5
14552026-07-30T03:50:43.925Z Compiling ucd-trie v0.1.7
14562026-07-30T03:50:44.062Z Compiling bytes v1.11.1
14572026-07-30T03:50:44.081Z Compiling icu_properties v2.2.0
14582026-07-30T03:50:44.093Z Compiling icu_normalizer v2.2.0
14592026-07-30T03:50:44.155Z Compiling chrono v0.4.45
14602026-07-30T03:50:44.216Z Compiling serde_tokenstream v0.2.3
14612026-07-30T03:50:44.495Z Compiling erased-serde v0.3.31
14622026-07-30T03:50:44.665Z Compiling http v1.4.2
14632026-07-30T03:50:44.690Z Compiling tokio v1.53.1
14642026-07-30T03:50:44.976Z Compiling idna_adapter v1.2.2
14652026-07-30T03:50:45.111Z Compiling idna v1.1.0
14662026-07-30T03:50:45.292Z Compiling http-body v1.0.1
14672026-07-30T03:50:45.439Z Compiling url v2.5.8
14682026-07-30T03:50:45.642Z Compiling pest v2.8.6
14692026-07-30T03:50:45.652Z Compiling want v0.3.1
14702026-07-30T03:50:45.797Z Compiling rand_core v0.6.4
14712026-07-30T03:50:45.812Z Compiling thiserror-impl v1.0.69
14722026-07-30T03:50:45.868Z Compiling httpdate v1.0.3
14732026-07-30T03:50:46.104Z Compiling getrandom v0.3.4
14742026-07-30T03:50:46.296Z Compiling ppv-lite86 v0.2.21
14752026-07-30T03:50:46.404Z Compiling foldhash v0.2.0
14762026-07-30T03:50:46.457Z Compiling pretty-hex v0.4.2
14772026-07-30T03:50:46.588Z Compiling paste v1.0.15
14782026-07-30T03:50:46.601Z Compiling plain v0.2.3
14792026-07-30T03:50:46.627Z Compiling pest_meta v2.8.6
14802026-07-30T03:50:46.700Z Compiling tracing-attributes v0.1.31
14812026-07-30T03:50:46.876Z Compiling ipnetwork v0.21.1
14822026-07-30T03:50:47.043Z Compiling tracing-core v0.1.36
14832026-07-30T03:50:47.294Z Compiling pest_generator v2.8.6
14842026-07-30T03:50:47.413Z Compiling omicron-workspace-hack v0.1.0
14852026-07-30T03:50:47.449Z Compiling ident_case v1.0.1
14862026-07-30T03:50:47.566Z Compiling http-body-util v0.1.4
14872026-07-30T03:50:47.642Z Compiling serde_urlencoded v0.7.1
14882026-07-30T03:50:47.646Z Compiling daft-derive v0.1.7
14892026-07-30T03:50:47.819Z Compiling aho-corasick v1.1.4
14902026-07-30T03:50:47.879Z Compiling sync_wrapper v1.0.2
14912026-07-30T03:50:47.900Z Compiling pest_derive v2.8.6
14922026-07-30T03:50:47.904Z Compiling tracing v0.1.44
14932026-07-30T03:50:47.951Z Compiling winnow v1.0.3
14942026-07-30T03:50:47.979Z Compiling oxnet v0.1.6
14952026-07-30T03:50:48.372Z Compiling fastrand v2.4.1
14962026-07-30T03:50:48.430Z Compiling hashbrown v0.16.1
14972026-07-30T03:50:48.445Z Compiling tokio-util v0.7.18
14982026-07-30T03:50:48.624Z Compiling regex-automata v0.4.14
14992026-07-30T03:50:49.031Z Compiling scroll_derive v0.13.1
15002026-07-30T03:50:49.094Z Compiling async-trait v0.1.89
15012026-07-30T03:50:49.206Z Compiling powerfmt v0.2.0
15022026-07-30T03:50:49.245Z Compiling anyhow v1.0.104
15032026-07-30T03:50:49.410Z Compiling time-core v0.1.8
15042026-07-30T03:50:49.549Z Compiling num-conv v0.2.2
15052026-07-30T03:50:49.568Z Compiling aws-lc-rs v1.17.0
15062026-07-30T03:50:49.695Z Compiling time-macros v0.2.27
15072026-07-30T03:50:49.875Z Compiling scroll v0.13.0
15082026-07-30T03:50:50.070Z Compiling deranged v0.5.8
15092026-07-30T03:50:50.083Z Compiling rustls-pki-types v1.14.1
15102026-07-30T03:50:50.133Z Compiling openssl-probe v0.2.1
15112026-07-30T03:50:50.318Z Compiling regex v1.12.3
15122026-07-30T03:50:50.551Z Compiling hex v0.4.3
15132026-07-30T03:50:50.673Z Compiling num_threads v0.1.7
15142026-07-30T03:50:50.768Z Compiling goblin v0.10.7
15152026-07-30T03:50:51.141Z Compiling untrusted v0.7.1
15162026-07-30T03:50:51.153Z Compiling camino v1.2.5
15172026-07-30T03:50:51.193Z Compiling crc32fast v1.5.0
15182026-07-30T03:50:51.258Z Compiling rustls v0.23.40
15192026-07-30T03:50:51.288Z Compiling usdt-impl v0.6.0
15202026-07-30T03:50:51.528Z Compiling h2 v0.4.14
15212026-07-30T03:50:51.565Z Compiling dtrace-parser v0.3.0
15222026-07-30T03:50:51.610Z Compiling crossbeam-utils v0.8.21
15232026-07-30T03:50:51.952Z Compiling newtype-uuid v1.3.2
15242026-07-30T03:50:52.119Z Compiling futures-executor v0.3.32
15252026-07-30T03:50:52.218Z Compiling structmeta-derive v0.3.0
15262026-07-30T03:50:52.281Z Compiling thread-id v5.1.0
15272026-07-30T03:50:52.359Z Compiling ref-cast v1.0.25
15282026-07-30T03:50:52.398Z Compiling simd-adler32 v0.3.9
15292026-07-30T03:50:52.410Z Compiling adler2 v2.0.1
15302026-07-30T03:50:52.536Z Compiling cpufeatures v0.3.0
15312026-07-30T03:50:52.593Z Compiling miniz_oxide v0.8.9
15322026-07-30T03:50:52.607Z Compiling futures v0.3.32
15332026-07-30T03:50:52.688Z Compiling rand_core v0.9.5
15342026-07-30T03:50:52.719Z Compiling daft v0.1.7
15352026-07-30T03:50:52.977Z Compiling darling_core v0.23.0
15362026-07-30T03:50:53.238Z Compiling newtype-uuid-macros v0.1.0
15372026-07-30T03:50:53.250Z Compiling structmeta v0.3.0
15382026-07-30T03:50:53.408Z Compiling ref-cast-impl v1.0.25
15392026-07-30T03:50:53.467Z Compiling hybrid-array v0.4.12
15402026-07-30T03:50:53.616Z Compiling hyper v1.11.0
15412026-07-30T03:50:53.963Z Compiling dof v0.4.0
15422026-07-30T03:50:54.094Z Compiling thread_local v1.1.9
15432026-07-30T03:50:54.247Z Compiling match_cfg v0.1.0
15442026-07-30T03:50:54.376Z Compiling flate2 v1.1.9
15452026-07-30T03:50:54.794Z Compiling hyper-util v0.1.20
15462026-07-30T03:50:55.128Z Compiling darling_macro v0.23.0
15472026-07-30T03:50:55.304Z Compiling quick-error v1.2.3
15482026-07-30T03:50:55.411Z Compiling compression-core v0.4.32
15492026-07-30T03:50:55.437Z Compiling slog-async v2.8.0
15502026-07-30T03:50:55.525Z Compiling compression-codecs v0.4.38
15512026-07-30T03:50:55.576Z Compiling block-buffer v0.12.0
15522026-07-30T03:50:55.717Z Compiling darling v0.23.0
15532026-07-30T03:50:55.729Z Compiling crypto-common v0.2.2
15542026-07-30T03:50:55.752Z Compiling usdt-macro v0.6.0
15552026-07-30T03:50:55.773Z Compiling usdt-attr-macro v0.6.0
15562026-07-30T03:50:55.785Z Compiling rand_chacha v0.9.0
15572026-07-30T03:50:55.920Z Compiling strum_macros v0.26.4
15582026-07-30T03:50:56.199Z Compiling serde_spanned v1.1.1
15592026-07-30T03:50:56.213Z Compiling multer v3.1.0
15602026-07-30T03:50:56.344Z Compiling generic-array v0.14.7
15612026-07-30T03:50:56.453Z Compiling term v1.2.1
15622026-07-30T03:50:56.461Z Compiling const-oid v0.10.2
15632026-07-30T03:50:56.582Z Compiling debug-ignore v1.0.5
15642026-07-30T03:50:56.659Z Compiling bit-vec v0.8.0
15652026-07-30T03:50:56.659Z Compiling take_mut v0.2.2
15662026-07-30T03:50:56.683Z Compiling toml_writer v1.1.1+spec-1.1.0
15672026-07-30T03:50:56.866Z Compiling bit-set v0.8.0
15682026-07-30T03:50:56.885Z Compiling digest v0.11.3
15692026-07-30T03:50:56.969Z Compiling rand v0.9.4
15702026-07-30T03:50:56.983Z Compiling serde_with_macros v3.21.0
15712026-07-30T03:50:57.016Z Compiling async-stream-impl v0.3.6
15722026-07-30T03:50:57.055Z Compiling dropshot v0.17.1
15732026-07-30T03:50:57.146Z Compiling encoding_rs v0.8.35
15742026-07-30T03:50:57.287Z Compiling spin v0.9.8
15752026-07-30T03:50:57.399Z Compiling unarray v0.1.4
15762026-07-30T03:50:57.509Z Compiling syn v1.0.109
15772026-07-30T03:50:57.535Z Compiling strum v0.26.3
15782026-07-30T03:50:57.550Z Compiling mime v0.3.17
15792026-07-30T03:50:57.641Z Compiling async-stream v0.3.6
15802026-07-30T03:50:57.695Z Compiling sha1 v0.11.0
15812026-07-30T03:50:57.811Z Compiling derive-ex v0.1.8
15822026-07-30T03:50:57.875Z Compiling tower v0.5.3
15832026-07-30T03:50:57.936Z Compiling dropshot_endpoint v0.17.1
15842026-07-30T03:50:58.006Z Compiling macaddr v1.0.1
15852026-07-30T03:50:58.222Z Compiling waitgroup v0.1.2
15862026-07-30T03:50:58.312Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15872026-07-30T03:50:58.338Z Compiling serde_path_to_error v0.1.20
15882026-07-30T03:50:58.579Z Compiling tower-http v0.6.11
15892026-07-30T03:50:58.883Z Compiling tempfile v3.27.0
15902026-07-30T03:50:58.903Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15912026-07-30T03:50:58.986Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15922026-07-30T03:50:59.022Z Compiling openapiv3 v2.2.0
15932026-07-30T03:50:59.161Z Compiling strum_macros v0.27.2
15942026-07-30T03:50:59.430Z Compiling test-strategy v0.4.5
15952026-07-30T03:50:59.649Z Compiling instant v0.1.13
15962026-07-30T03:50:59.757Z Compiling time v0.3.47
15972026-07-30T03:51:00.401Z Compiling rustls-native-certs v0.8.4
15982026-07-30T03:51:00.619Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15992026-07-30T03:51:00.737Z Compiling crossbeam-channel v0.5.15
16002026-07-30T03:51:00.786Z Compiling crypto-common v0.1.7
16012026-07-30T03:51:00.966Z Compiling strum v0.27.2
16022026-07-30T03:51:01.212Z Compiling parse-display-derive v0.10.0
16032026-07-30T03:51:01.224Z Compiling backon v1.6.0
16042026-07-30T03:51:01.385Z Compiling rand_chacha v0.3.1
16052026-07-30T03:51:01.514Z Compiling either v1.16.0
16062026-07-30T03:51:01.718Z Compiling rand v0.8.6
16072026-07-30T03:51:02.022Z Compiling slog-json v2.6.1
16082026-07-30T03:51:02.123Z Compiling hostname v0.3.1
16092026-07-30T03:51:02.259Z Compiling toml_parser v1.1.2+spec-1.1.0
16102026-07-30T03:51:02.364Z Compiling toml_datetime v1.1.1+spec-1.1.0
16112026-07-30T03:51:02.426Z Compiling wait-timeout v0.2.1
16122026-07-30T03:51:02.524Z Compiling is-terminal v0.4.17
16132026-07-30T03:51:02.535Z Compiling memmap2 v0.9.10
16142026-07-30T03:51:02.666Z Compiling toml v1.1.2+spec-1.1.0
16152026-07-30T03:51:02.721Z Compiling usdt v0.6.0
16162026-07-30T03:51:02.745Z Compiling slog-term v2.9.2
16172026-07-30T03:51:02.820Z Compiling rusty-fork v0.3.1
16182026-07-30T03:51:02.986Z Compiling slog-bunyan v2.5.0
16192026-07-30T03:51:03.097Z Compiling serde_with v3.21.0
16202026-07-30T03:51:03.116Z Compiling async-compression v0.4.42
16212026-07-30T03:51:03.168Z Compiling rand_xorshift v0.4.0
16222026-07-30T03:51:03.307Z Compiling rustls-pemfile v2.2.0
16232026-07-30T03:51:03.328Z Compiling regress v0.10.5
16242026-07-30T03:51:03.419Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16252026-07-30T03:51:03.500Z Compiling hostname v0.4.2
16262026-07-30T03:51:03.591Z Compiling humantime v2.3.0
16272026-07-30T03:51:03.652Z Compiling proptest v1.11.0
16282026-07-30T03:51:03.887Z Compiling iddqd v0.4.6
16292026-07-30T03:51:04.136Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16302026-07-30T03:51:04.234Z Compiling reqwest v0.12.28
16312026-07-30T03:51:04.395Z Compiling block-buffer v0.10.4
16322026-07-30T03:51:04.689Z Compiling digest v0.10.7
16332026-07-30T03:51:04.892Z Compiling parse-display v0.10.0
16342026-07-30T03:51:04.907Z Compiling backoff v0.4.0
16352026-07-30T03:51:05.106Z Compiling itertools v0.14.0
16362026-07-30T03:51:05.129Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16372026-07-30T03:51:05.214Z Compiling progenitor-client v0.10.0
16382026-07-30T03:51:06.037Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16392026-07-30T03:51:07.232Z Compiling regress v0.11.1
16402026-07-30T03:51:07.247Z Compiling utf8parse v0.2.2
16412026-07-30T03:51:07.591Z Compiling anstyle-parse v1.0.0
16422026-07-30T03:51:07.771Z Compiling is_terminal_polyfill v1.70.2
16432026-07-30T03:51:07.860Z Compiling anstyle-query v1.1.5
16442026-07-30T03:51:07.876Z Compiling colorchoice v1.0.5
16452026-07-30T03:51:07.965Z Compiling anstyle v1.0.14
16462026-07-30T03:51:08.183Z Compiling anstream v1.0.0
16472026-07-30T03:51:08.499Z Compiling toml_datetime v0.6.11
16482026-07-30T03:51:08.804Z Compiling typify-impl v0.6.2
16492026-07-30T03:51:08.808Z Compiling zerocopy-derive v0.7.35
16502026-07-30T03:51:09.027Z Compiling convert_case v0.4.0
16512026-07-30T03:51:09.231Z Compiling cpufeatures v0.2.17
16522026-07-30T03:51:09.302Z Compiling clap_lex v1.1.0
16532026-07-30T03:51:09.320Z Compiling derive_more v0.99.20
16542026-07-30T03:51:09.680Z Compiling zerocopy v0.7.35
16552026-07-30T03:51:10.401Z Compiling unicode-width v0.2.2
16562026-07-30T03:51:11.089Z Compiling secrecy v0.10.3
16572026-07-30T03:51:11.101Z Compiling clap_derive v4.6.4
16582026-07-30T03:51:11.196Z Compiling tinyvec_macros v0.1.1
16592026-07-30T03:51:11.234Z Compiling float-ord v0.3.2
16602026-07-30T03:51:11.262Z Compiling crucible-workspace-hack v0.1.0
16612026-07-30T03:51:11.344Z Compiling tinyvec v1.11.0
16622026-07-30T03:51:11.677Z Compiling terminal_size v0.4.4
16632026-07-30T03:51:11.839Z Compiling dtrace-parser v0.2.0
16642026-07-30T03:51:11.850Z Compiling scroll_derive v0.12.1
16652026-07-30T03:51:11.921Z Compiling num-integer v0.1.46
16662026-07-30T03:51:12.236Z Compiling rustc_version v0.4.1
16672026-07-30T03:51:12.309Z Compiling usdt-impl v0.5.0
16682026-07-30T03:51:12.554Z Compiling scroll v0.12.0
16692026-07-30T03:51:12.686Z Compiling curve25519-dalek v4.1.3
16702026-07-30T03:51:12.820Z Compiling dof v0.3.0
16712026-07-30T03:51:12.948Z Compiling hmac v0.12.1
16722026-07-30T03:51:12.978Z Compiling inout v0.1.4
16732026-07-30T03:51:13.078Z Compiling darling_core v0.21.3
16742026-07-30T03:51:13.117Z Compiling ff v0.13.1
16752026-07-30T03:51:13.158Z Compiling thread-id v4.2.2
16762026-07-30T03:51:13.247Z Compiling group v0.13.0
16772026-07-30T03:51:13.284Z Compiling cipher v0.4.4
16782026-07-30T03:51:13.357Z Compiling hkdf v0.12.4
16792026-07-30T03:51:13.788Z Compiling goblin v0.8.2
16802026-07-30T03:51:14.030Z Compiling num-rational v0.4.2
16812026-07-30T03:51:14.038Z Compiling num-iter v0.1.45
16822026-07-30T03:51:14.087Z Compiling clap_builder v4.6.2
16832026-07-30T03:51:14.137Z Compiling toml_edit v0.25.12+spec-1.1.0
16842026-07-30T03:51:14.269Z Compiling thiserror-impl-no-std v2.0.2
16852026-07-30T03:51:14.523Z Compiling universal-hash v0.5.1
16862026-07-30T03:51:14.651Z Compiling crypto-bigint v0.5.5
16872026-07-30T03:51:15.117Z Compiling typify-macro v0.6.2
16882026-07-30T03:51:15.158Z Compiling crossbeam-epoch v0.9.18
16892026-07-30T03:51:15.208Z Compiling darling_macro v0.21.3
16902026-07-30T03:51:15.347Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16912026-07-30T03:51:15.683Z Compiling half v2.7.1
16922026-07-30T03:51:15.781Z Compiling curve25519-dalek-derive v0.1.1
16932026-07-30T03:51:15.792Z Compiling num-complex v0.4.6
16942026-07-30T03:51:16.070Z Compiling opaque-debug v0.3.1
16952026-07-30T03:51:16.135Z Compiling base64ct v1.8.3
16962026-07-30T03:51:16.166Z Compiling ciborium-io v0.2.2
16972026-07-30T03:51:16.255Z Compiling base16ct v0.2.0
16982026-07-30T03:51:16.268Z Compiling ciborium-ll v0.2.2
16992026-07-30T03:51:16.410Z Compiling elliptic-curve v0.13.8
17002026-07-30T03:51:16.422Z Compiling password-hash v0.5.0
17012026-07-30T03:51:16.675Z Compiling poly1305 v0.8.0
17022026-07-30T03:51:16.758Z Compiling num v0.4.3
17032026-07-30T03:51:17.091Z Compiling darling v0.21.3
17042026-07-30T03:51:17.159Z Compiling typify v0.6.2
17052026-07-30T03:51:17.171Z Compiling clap v4.6.4
17062026-07-30T03:51:17.244Z Compiling thiserror-no-std v2.0.2
17072026-07-30T03:51:17.332Z Compiling proc-macro-crate v3.5.0
17082026-07-30T03:51:17.639Z Compiling chacha20 v0.9.1
17092026-07-30T03:51:17.708Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17102026-07-30T03:51:17.757Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17112026-07-30T03:51:18.258Z Compiling blake2 v0.10.6
17122026-07-30T03:51:18.386Z Compiling aead v0.5.2
17132026-07-30T03:51:18.430Z Compiling byte-wrapper v0.1.0
17142026-07-30T03:51:18.538Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17152026-07-30T03:51:18.756Z Compiling proc-macro-error-attr v1.0.4
17162026-07-30T03:51:18.921Z Compiling prettyplease v0.2.37
17172026-07-30T03:51:18.990Z Compiling keccak v0.1.6
17182026-07-30T03:51:19.009Z Compiling heapless v0.8.0
17192026-07-30T03:51:19.169Z Compiling rustix v0.38.44
17202026-07-30T03:51:19.221Z Compiling unsafe-libyaml v0.2.11
17212026-07-30T03:51:19.623Z Compiling sha3 v0.10.9
17222026-07-30T03:51:19.744Z Compiling serde_yaml v0.9.34+deprecated
17232026-07-30T03:51:19.920Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17242026-07-30T03:51:20.404Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17252026-07-30T03:51:20.581Z Compiling chacha20poly1305 v0.10.1
17262026-07-30T03:51:20.708Z Compiling argon2 v0.5.3
17272026-07-30T03:51:21.106Z Compiling num_enum_derive v0.7.6
17282026-07-30T03:51:21.204Z Compiling vsss-rs v3.3.4
17292026-07-30T03:51:21.219Z Compiling ingot-macros v0.1.1
17302026-07-30T03:51:21.237Z Compiling ciborium v0.2.2
17312026-07-30T03:51:21.804Z Compiling usdt-macro v0.5.0
17322026-07-30T03:51:22.140Z Compiling usdt-attr-macro v0.5.0
17332026-07-30T03:51:23.024Z Compiling serde_spanned v0.6.9
17342026-07-30T03:51:23.163Z Compiling enum-as-inner v0.6.1
17352026-07-30T03:51:23.307Z Compiling hash32 v0.3.1
17362026-07-30T03:51:23.456Z Compiling proc-macro-error v1.0.4
17372026-07-30T03:51:23.485Z Compiling memmap v0.7.0
17382026-07-30T03:51:23.709Z Compiling memoffset v0.9.1
17392026-07-30T03:51:23.712Z Compiling toml_write v0.1.2
17402026-07-30T03:51:23.809Z Compiling data-encoding v2.11.0
17412026-07-30T03:51:23.868Z Compiling winnow v0.5.40
17422026-07-30T03:51:23.915Z Compiling cfg_aliases v0.2.1
17432026-07-30T03:51:23.932Z Compiling indent_write v2.2.0
17442026-07-30T03:51:23.953Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17452026-07-30T03:51:23.973Z Compiling smoltcp v0.11.0
17462026-07-30T03:51:23.984Z Compiling winnow v0.7.15
17472026-07-30T03:51:24.007Z Compiling nix v0.31.3
17482026-07-30T03:51:24.149Z Compiling ingot-types v0.1.2
17492026-07-30T03:51:24.313Z Compiling usdt v0.5.0
17502026-07-30T03:51:24.537Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17512026-07-30T03:51:24.549Z Compiling num_enum v0.7.6
17522026-07-30T03:51:24.578Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17532026-07-30T03:51:24.651Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17542026-07-30T03:51:24.777Z Compiling tabwriter v1.4.1
17552026-07-30T03:51:25.099Z Compiling cobs v0.3.0
17562026-07-30T03:51:25.159Z Compiling toml_edit v0.19.15
17572026-07-30T03:51:25.284Z Compiling toml_edit v0.22.27
17582026-07-30T03:51:25.296Z Compiling serde_repr v0.1.21
17592026-07-30T03:51:25.479Z Compiling bitflags v1.3.2
17602026-07-30T03:51:25.553Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17612026-07-30T03:51:25.580Z Compiling managed v0.8.0
17622026-07-30T03:51:25.781Z Compiling pkg-config v0.3.33
17632026-07-30T03:51:25.784Z Compiling vcpkg v0.2.15
17642026-07-30T03:51:25.868Z Compiling rustls-webpki v0.103.13
17652026-07-30T03:51:26.384Z Compiling openssl-sys v0.9.116
17662026-07-30T03:51:26.926Z Compiling toml v0.8.23
17672026-07-30T03:51:27.151Z Compiling proc-macro-crate v1.3.1
17682026-07-30T03:51:27.229Z Compiling postcard v1.1.3
17692026-07-30T03:51:27.620Z Compiling ingot v0.1.1
17702026-07-30T03:51:27.925Z Compiling hubpack_derive v0.1.1
17712026-07-30T03:51:28.130Z Compiling foreign-types-macros v0.2.3
17722026-07-30T03:51:28.460Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17732026-07-30T03:51:28.472Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17742026-07-30T03:51:28.489Z Compiling unicode-segmentation v1.13.3
17752026-07-30T03:51:28.760Z Compiling swrite v0.1.0
17762026-07-30T03:51:28.785Z Compiling heck v0.4.1
17772026-07-30T03:51:28.852Z Compiling resolv-conf v0.7.6
17782026-07-30T03:51:28.864Z Compiling rayon-core v1.13.0
17792026-07-30T03:51:28.982Z Compiling colored v3.1.1
17802026-07-30T03:51:28.995Z Compiling semver v0.1.20
17812026-07-30T03:51:29.163Z Compiling linked-hash-map v0.5.6
17822026-07-30T03:51:29.230Z Compiling tokio-rustls v0.26.4
17832026-07-30T03:51:29.251Z Compiling rustls-platform-verifier v0.7.0
17842026-07-30T03:51:29.286Z Compiling static_assertions v1.1.0
17852026-07-30T03:51:29.357Z Compiling foreign-types-shared v0.3.1
17862026-07-30T03:51:29.380Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17872026-07-30T03:51:29.446Z Compiling hyper-rustls v0.27.9
17882026-07-30T03:51:29.497Z Compiling foreign-types v0.5.0
17892026-07-30T03:51:29.558Z Compiling lru-cache v0.1.2
17902026-07-30T03:51:29.571Z Compiling rustc_version v0.1.7
17912026-07-30T03:51:29.665Z Compiling reqwest v0.13.4
17922026-07-30T03:51:29.770Z Compiling newline-converter v0.3.0
17932026-07-30T03:51:30.114Z Compiling hubpack v0.1.2
17942026-07-30T03:51:30.553Z Compiling num_enum_derive v0.5.11
17952026-07-30T03:51:31.414Z Compiling progenitor-client v0.14.0
17962026-07-30T03:51:31.707Z Compiling progenitor-extras v0.2.0
17972026-07-30T03:51:32.056Z Compiling atomicwrites v0.4.4
17982026-07-30T03:51:32.121Z Compiling hickory-proto v0.24.4
17992026-07-30T03:51:32.250Z Compiling progenitor-impl v0.13.0
18002026-07-30T03:51:32.487Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-07-30T03:51:33.935Z Compiling crossbeam-deque v0.8.6
18022026-07-30T03:51:34.133Z Compiling console v0.15.11
18032026-07-30T03:51:34.588Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18042026-07-30T03:51:34.827Z Compiling camino-tempfile v1.4.1
18052026-07-30T03:51:35.069Z Compiling chacha20 v0.10.0
18062026-07-30T03:51:35.108Z Compiling serde-big-array v0.5.1
18072026-07-30T03:51:35.253Z Compiling num-derive v0.4.2
18082026-07-30T03:51:35.332Z Compiling derive-where v1.6.1
18092026-07-30T03:51:35.466Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18102026-07-30T03:51:35.861Z Compiling pin-project-internal v1.1.13
18112026-07-30T03:51:35.991Z Compiling cstr-argument v0.1.2
18122026-07-30T03:51:36.146Z Compiling similar v2.7.0
18132026-07-30T03:51:36.215Z Compiling siphasher v1.0.3
18142026-07-30T03:51:36.368Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18152026-07-30T03:51:36.412Z Compiling minimal-lexical v0.2.1
18162026-07-30T03:51:36.596Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18172026-07-30T03:51:36.611Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-07-30T03:51:36.683Z Compiling nom v7.1.3
18192026-07-30T03:51:36.931Z Compiling expectorate v1.2.0
18202026-07-30T03:51:36.971Z Compiling pin-project v1.1.13
18212026-07-30T03:51:37.071Z Compiling phf_shared v0.12.1
18222026-07-30T03:51:37.083Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18232026-07-30T03:51:37.250Z Compiling progenitor-macro v0.13.0
18242026-07-30T03:51:37.342Z Compiling rand v0.10.2
18252026-07-30T03:51:38.018Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18262026-07-30T03:51:38.051Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18272026-07-30T03:51:38.661Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18282026-07-30T03:51:38.963Z Compiling hickory-resolver v0.24.4
18292026-07-30T03:51:38.982Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18302026-07-30T03:51:39.185Z Compiling num_enum v0.5.11
18312026-07-30T03:51:39.305Z Compiling progenitor-client v0.13.0
18322026-07-30T03:51:39.663Z Compiling newtype_derive v0.1.6
18332026-07-30T03:51:39.858Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-07-30T03:51:40.647Z Compiling progenitor-impl v0.14.0
18352026-07-30T03:51:40.961Z Compiling unicode-normalization v0.1.25
18362026-07-30T03:51:41.114Z Compiling tokio-stream v0.1.18
18372026-07-30T03:51:41.426Z Compiling async-recursion v1.1.1
18382026-07-30T03:51:41.522Z Compiling snafu-derive v0.8.9
18392026-07-30T03:51:41.565Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18402026-07-30T03:51:41.586Z Compiling slog-dtrace v0.3.0
18412026-07-30T03:51:41.831Z Compiling csv-core v0.1.13
18422026-07-30T03:51:41.869Z Compiling bstr v1.12.1
18432026-07-30T03:51:42.093Z Compiling chrono-tz v0.10.4
18442026-07-30T03:51:42.119Z Compiling highway v1.3.0
18452026-07-30T03:51:42.324Z Compiling owo-colors v4.3.0
18462026-07-30T03:51:42.352Z Compiling foldhash v0.1.5
18472026-07-30T03:51:42.364Z Compiling cancel-safe-futures v0.1.5
18482026-07-30T03:51:42.497Z Compiling same-file v1.0.6
18492026-07-30T03:51:42.530Z Compiling openssl v0.10.80
18502026-07-30T03:51:42.616Z Compiling foreign-types-shared v0.1.1
18512026-07-30T03:51:42.665Z Compiling unicode-xid v0.2.6
18522026-07-30T03:51:42.669Z Compiling unicode-width v0.1.14
18532026-07-30T03:51:42.701Z Compiling konst_macro_rules v0.2.19
18542026-07-30T03:51:42.782Z Compiling const_format_proc_macros v0.2.34
18552026-07-30T03:51:42.825Z Compiling konst v0.2.20
18562026-07-30T03:51:42.878Z Compiling foreign-types v0.3.2
18572026-07-30T03:51:43.009Z Compiling walkdir v2.5.0
18582026-07-30T03:51:43.019Z Compiling hashbrown v0.15.5
18592026-07-30T03:51:43.059Z Compiling progenitor v0.13.0
18602026-07-30T03:51:43.194Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-07-30T03:51:43.257Z Compiling snafu v0.8.9
18622026-07-30T03:51:43.345Z Compiling globset v0.4.18
18632026-07-30T03:51:43.464Z Compiling csv v1.4.0
18642026-07-30T03:51:43.591Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-07-30T03:51:43.624Z Compiling qorb v0.4.1
18662026-07-30T03:51:43.650Z Compiling olpc-cjson v0.1.4
18672026-07-30T03:51:43.840Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-07-30T03:51:44.386Z Compiling progenitor-macro v0.14.0
18692026-07-30T03:51:44.405Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18702026-07-30T03:51:45.175Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-07-30T03:51:45.788Z Compiling rayon v1.12.0
18722026-07-30T03:51:45.835Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-07-30T03:51:46.096Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18742026-07-30T03:51:46.123Z Compiling phf v0.12.1
18752026-07-30T03:51:46.254Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-07-30T03:51:46.384Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-07-30T03:51:47.454Z Compiling zone_cfg_derive v0.3.1
18782026-07-30T03:51:47.556Z Compiling tokio-dtrace v0.1.1
18792026-07-30T03:51:47.689Z Compiling itertools v0.12.1
18802026-07-30T03:51:47.820Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18812026-07-30T03:51:48.021Z Compiling libsw-core v0.3.2
18822026-07-30T03:51:48.145Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18832026-07-30T03:51:48.192Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-07-30T03:51:48.533Z Compiling serde_plain v1.0.2
18852026-07-30T03:51:48.794Z Compiling openssl-macros v0.1.1
18862026-07-30T03:51:48.822Z Compiling pem v3.0.6
18872026-07-30T03:51:48.945Z Compiling cookie v0.18.1
18882026-07-30T03:51:48.958Z Compiling sigpipe v0.1.3
18892026-07-30T03:51:49.040Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-07-30T03:51:49.191Z Compiling fixedbitset v0.4.2
18912026-07-30T03:51:49.203Z Compiling glob v0.3.3
18922026-07-30T03:51:49.256Z Compiling jiff v0.2.28
18932026-07-30T03:51:49.283Z Compiling fixedbitset v0.5.7
18942026-07-30T03:51:49.295Z Compiling bytecount v0.6.9
18952026-07-30T03:51:49.431Z Compiling typed-path v0.9.3
18962026-07-30T03:51:49.431Z Compiling papergrid v0.11.0
18972026-07-30T03:51:49.626Z Compiling petgraph v0.8.3
18982026-07-30T03:51:49.653Z Compiling petgraph v0.6.5
18992026-07-30T03:51:50.755Z Compiling tough v0.22.0
19002026-07-30T03:51:50.814Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-07-30T03:51:51.046Z Compiling progenitor v0.14.0
19022026-07-30T03:51:51.169Z Compiling zone v0.3.1
19032026-07-30T03:51:51.181Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19042026-07-30T03:51:51.193Z Compiling libsw v3.5.0
19052026-07-30T03:51:51.268Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19062026-07-30T03:51:51.359Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-07-30T03:51:51.382Z Compiling oxide-tokio-rt v0.1.6
19082026-07-30T03:51:51.502Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19092026-07-30T03:51:51.540Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-07-30T03:51:51.944Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-07-30T03:51:52.684Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-07-30T03:51:52.801Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-07-30T03:51:53.009Z Compiling const_format v0.2.36
19142026-07-30T03:51:53.346Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19152026-07-30T03:51:53.577Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-07-30T03:51:53.808Z Compiling tabled_derive v0.7.0
19172026-07-30T03:51:53.820Z Compiling gethostname v0.5.0
19182026-07-30T03:51:53.895Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19192026-07-30T03:51:53.936Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19202026-07-30T03:51:54.019Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-07-30T03:51:54.039Z Compiling smf v0.2.3
19222026-07-30T03:51:54.135Z Compiling bcs v0.1.6
19232026-07-30T03:51:54.233Z Compiling smawk v0.3.2
19242026-07-30T03:51:54.374Z Compiling unicode-linebreak v0.1.5
19252026-07-30T03:51:54.459Z Compiling linear-map v1.2.0
19262026-07-30T03:51:54.624Z Compiling whoami v1.6.1
19272026-07-30T03:51:54.644Z Compiling tagptr v0.2.0
19282026-07-30T03:51:54.656Z Compiling lazy_static v1.5.0
19292026-07-30T03:51:54.755Z Compiling termtree v0.5.1
19302026-07-30T03:51:54.767Z Compiling tabled v0.15.0
19312026-07-30T03:51:54.790Z Compiling moka v0.12.15
19322026-07-30T03:51:54.936Z Compiling steno v0.4.1
19332026-07-30T03:51:55.232Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19342026-07-30T03:51:55.383Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19352026-07-30T03:51:55.590Z Compiling textwrap v0.16.2
19362026-07-30T03:51:56.293Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19372026-07-30T03:51:56.642Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-07-30T03:51:57.039Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-07-30T03:51:57.473Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19402026-07-30T03:51:57.846Z Compiling hickory-proto v0.25.2
19412026-07-30T03:51:58.142Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19422026-07-30T03:51:58.403Z Compiling parking_lot_core v0.8.6
19432026-07-30T03:51:58.763Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19442026-07-30T03:51:59.154Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19452026-07-30T03:51:59.187Z Compiling libscf-sys v1.2.0
19462026-07-30T03:51:59.289Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19472026-07-30T03:51:59.332Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19482026-07-30T03:51:59.606Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19492026-07-30T03:51:59.646Z Compiling nom v8.0.0
19502026-07-30T03:51:59.779Z Compiling hickory-resolver v0.25.2
19512026-07-30T03:51:59.895Z Compiling parking_lot v0.11.2
19522026-07-30T03:52:00.021Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19532026-07-30T03:52:00.051Z Compiling fxhash v0.2.1
19542026-07-30T03:52:00.188Z Compiling internet-checksum v0.2.1
19552026-07-30T03:52:00.260Z Compiling sled v0.34.7
19562026-07-30T03:52:00.305Z Compiling itertools v0.15.0
19572026-07-30T03:52:00.328Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19582026-07-30T03:52:00.679Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19592026-07-30T03:52:01.763Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19602026-07-30T03:52:05.102Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19612026-07-30T03:52:07.050Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19622026-07-30T03:52:12.895Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19632026-07-30T03:52:14.490Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19642026-07-30T03:52:15.498Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19652026-07-30T03:52:16.412Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19662026-07-30T03:52:17.435Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19672026-07-30T03:52:39.877Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
19682026-07-30T03:52:40.058Z────────────
19692026-07-30T03:52:40.058Z Nextest run ID 8b2ca33d-a207-492c-b271-873dc1e93d1b with nextest profile: default
19702026-07-30T03:52:40.058Z Starting 13 tests across 1 binary (28 tests skipped)
19712026-07-30T03:52:56.785Z PASS [ 16.727s] rdb proptest::prop_ipv4_normalized_is_network_address
19722026-07-30T03:52:56.822Z PASS [ 16.765s] rdb proptest::prop_ipv6_normalized_is_network_address
19732026-07-30T03:52:56.864Z PASS [ 16.806s] rdb proptest::prop_ipv4_default_contains_all
19742026-07-30T03:52:56.871Z PASS [ 16.812s] rdb proptest::prop_ipv4_subnet_of_self
19752026-07-30T03:52:56.979Z PASS [ 16.922s] rdb proptest::prop_ipv6_subnet_of_self
19762026-07-30T03:52:56.999Z PASS [ 16.941s] rdb proptest::prop_ipv6_default_contains_all
19772026-07-30T03:53:05.985Z PASS [ 25.927s] rdb proptest::prop_static_route_key_deduplication
19782026-07-30T03:53:32.955Z PASS [ 36.171s] rdb proptest::prop_static_route_key_normalization_idempotent
19792026-07-30T03:53:32.967Z PASS [ 36.098s] rdb proptest::prop_static_route_key_normalized_is_network_address
19802026-07-30T03:53:32.977Z PASS [ 36.113s] rdb proptest::prop_static_route_key_normalization_preserves_length
19812026-07-30T03:53:33.090Z PASS [ 36.268s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19822026-07-30T03:53:40.189Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19832026-07-30T03:53:49.117Z PASS [ 52.138s] rdb proptest::prop_static_route_key_ord_consistency
19842026-07-30T03:54:40.060Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19852026-07-30T03:55:40.063Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19862026-07-30T03:56:40.060Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19872026-07-30T03:57:05.985Z PASS [ 265.932s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19882026-07-30T03:57:05.985Z────────────
19892026-07-30T03:57:05.985Z Summary [ 265.933s] 13 tests run: 13 passed (1 slow), 28 skipped
19902026-07-30T03:57:05.998Z+ cp './*.log' /work/
19912026-07-30T03:57:06.002Z+ true
19922026-07-30T03:57:06.002Z+ [[ -d proptest-regressions ]]
19932026-07-30T03:57:06.002Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19942026-07-30T03:57:06.006Z+ popd
19952026-07-30T03:57:06.006Z/work/oxidecomputer/maghemite
19962026-07-30T03:57:06.006Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19972026-07-30T03:57:06.006Z+ pushd bgp
19982026-07-30T03:57:06.006Z+ PROPTEST_CASES=1000000
19992026-07-30T03:57:06.006Z+ cargo nextest run --lib proptest
20002026-07-30T03:57:07.156Z Compiling smallvec v1.15.1
20012026-07-30T03:57:07.320Z Compiling crunchy v0.2.4
20022026-07-30T03:57:07.340Z Compiling tiny-keccak v2.0.2
20032026-07-30T03:57:07.347Z Compiling ahash v0.8.12
20042026-07-30T03:57:07.355Z Compiling smartstring v1.0.1
20052026-07-30T03:57:07.365Z Compiling serial_test_derive v4.0.1
20062026-07-30T03:57:07.365Z Compiling thin-vec v0.2.18
20072026-07-30T03:57:07.451Z Compiling icu_normalizer v2.2.0
20082026-07-30T03:57:07.468Z Compiling parking_lot_core v0.9.12
20092026-07-30T03:57:07.623Z Compiling parking_lot_core v0.8.6
20102026-07-30T03:57:07.702Z Compiling parking_lot v0.12.5
20112026-07-30T03:57:07.843Z Compiling idna_adapter v1.2.2
20122026-07-30T03:57:07.935Z Compiling tokio v1.53.1
20132026-07-30T03:57:07.987Z Compiling idna v1.1.0
20142026-07-30T03:57:08.069Z Compiling moka v0.12.15
20152026-07-30T03:57:08.167Z Compiling parking_lot v0.11.2
20162026-07-30T03:57:08.304Z Compiling url v2.5.8
20172026-07-30T03:57:08.579Z Compiling const-random-macro v0.1.16
20182026-07-30T03:57:08.583Z Compiling sled v0.34.7
20192026-07-30T03:57:08.781Z Compiling rhai_codegen v3.2.0
20202026-07-30T03:57:08.856Z Compiling schemars v0.8.22
20212026-07-30T03:57:09.003Z Compiling const-random v0.1.18
20222026-07-30T03:57:09.164Z Compiling yansi v1.0.1
20232026-07-30T03:57:09.199Z Compiling diff v0.1.13
20242026-07-30T03:57:09.328Z Compiling serial_test v4.0.1
20252026-07-30T03:57:09.470Z Compiling pretty_assertions v1.4.1
20262026-07-30T03:57:09.608Z Compiling ipnetwork v0.21.1
20272026-07-30T03:57:09.647Z Compiling newtype-uuid v1.3.2
20282026-07-30T03:57:09.740Z Compiling serde_with v3.21.0
20292026-07-30T03:57:09.956Z Compiling oxnet v0.1.6
20302026-07-30T03:57:09.992Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
20312026-07-30T03:57:10.043Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-07-30T03:57:10.326Z Compiling daft v0.1.7
20332026-07-30T03:57:10.422Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20342026-07-30T03:57:10.438Z Compiling typify-impl v0.6.2
20352026-07-30T03:57:10.592Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-07-30T03:57:10.957Z Compiling iddqd v0.4.6
20372026-07-30T03:57:11.112Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
20382026-07-30T03:57:11.208Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-07-30T03:57:11.520Z Compiling byte-wrapper v0.1.0
20402026-07-30T03:57:11.562Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20412026-07-30T03:57:11.696Z Compiling tokio-util v0.7.18
20422026-07-30T03:57:12.175Z Compiling tokio-rustls v0.26.4
20432026-07-30T03:57:12.184Z Compiling tower v0.5.3
20442026-07-30T03:57:12.184Z Compiling async-compression v0.4.42
20452026-07-30T03:57:12.217Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-07-30T03:57:12.380Z Compiling h2 v0.4.14
20472026-07-30T03:57:12.459Z Compiling tower-http v0.6.11
20482026-07-30T03:57:12.465Z Compiling backoff v0.4.0
20492026-07-30T03:57:13.238Z Compiling typify v0.6.2
20502026-07-30T03:57:13.344Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-07-30T03:57:13.468Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20522026-07-30T03:57:14.091Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-07-30T03:57:14.412Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-07-30T03:57:14.514Z Compiling hyper v1.11.0
20552026-07-30T03:57:14.596Z Compiling hickory-proto v0.24.4
20562026-07-30T03:57:14.679Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20572026-07-30T03:57:15.835Z Compiling hyper-util v0.1.20
20582026-07-30T03:57:16.120Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20592026-07-30T03:57:16.149Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20602026-07-30T03:57:16.222Z Compiling progenitor-impl v0.13.0
20612026-07-30T03:57:16.275Z Compiling tokio-stream v0.1.18
20622026-07-30T03:57:16.700Z Compiling hickory-resolver v0.24.4
20632026-07-30T03:57:16.733Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20642026-07-30T03:57:17.296Z Compiling hyper-rustls v0.27.9
20652026-07-30T03:57:17.546Z Compiling reqwest v0.13.4
20662026-07-30T03:57:17.577Z Compiling dropshot v0.17.1
20672026-07-30T03:57:17.890Z Compiling reqwest v0.12.28
20682026-07-30T03:57:19.350Z Compiling progenitor-client v0.14.0
20692026-07-30T03:57:19.667Z Compiling progenitor-extras v0.2.0
20702026-07-30T03:57:19.845Z Compiling progenitor-client v0.10.0
20712026-07-30T03:57:20.412Z Compiling progenitor-client v0.13.0
20722026-07-30T03:57:20.482Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-07-30T03:57:20.725Z Compiling progenitor v0.13.0
20742026-07-30T03:57:20.866Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20752026-07-30T03:57:21.573Z Compiling qorb v0.4.1
20762026-07-30T03:57:21.855Z Compiling progenitor-impl v0.14.0
20772026-07-30T03:57:22.628Z Compiling libsw-core v0.3.2
20782026-07-30T03:57:22.801Z Compiling tokio-dtrace v0.1.1
20792026-07-30T03:57:23.083Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20802026-07-30T03:57:23.122Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20812026-07-30T03:57:23.461Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20822026-07-30T03:57:23.810Z Compiling progenitor v0.14.0
20832026-07-30T03:57:23.953Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20842026-07-30T03:57:24.456Z Compiling oxide-tokio-rt v0.1.6
20852026-07-30T03:57:24.644Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20862026-07-30T03:57:24.746Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20872026-07-30T03:57:25.181Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20882026-07-30T03:57:25.262Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20892026-07-30T03:57:26.099Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20902026-07-30T03:57:26.662Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20912026-07-30T03:57:26.932Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20922026-07-30T03:57:27.491Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20932026-07-30T03:57:27.644Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20942026-07-30T03:57:27.849Z Compiling libsw v3.5.0
20952026-07-30T03:57:28.050Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20962026-07-30T03:57:28.055Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20972026-07-30T03:57:28.098Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20982026-07-30T03:57:28.547Z Compiling tough v0.22.0
20992026-07-30T03:57:28.562Z Compiling cancel-safe-futures v0.1.5
21002026-07-30T03:57:28.617Z Compiling zone v0.3.1
21012026-07-30T03:57:28.770Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21022026-07-30T03:57:28.854Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21032026-07-30T03:57:28.867Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21042026-07-30T03:57:29.210Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21052026-07-30T03:57:29.405Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21062026-07-30T03:57:29.432Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-07-30T03:57:29.623Z Compiling steno v0.4.1
21082026-07-30T03:57:29.754Z Compiling hickory-proto v0.25.2
21092026-07-30T03:57:30.197Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21102026-07-30T03:57:30.525Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-07-30T03:57:31.214Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21122026-07-30T03:57:31.374Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21132026-07-30T03:57:31.735Z Compiling hickory-resolver v0.25.2
21142026-07-30T03:57:32.073Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
21152026-07-30T03:57:32.177Z Compiling rhai v1.25.1
21162026-07-30T03:57:32.637Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21172026-07-30T03:57:33.089Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-07-30T03:57:33.844Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21192026-07-30T03:57:34.863Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21202026-07-30T03:57:34.912Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21212026-07-30T03:57:35.737Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21222026-07-30T03:57:36.275Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21232026-07-30T03:57:36.444Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-07-30T03:57:37.549Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21252026-07-30T03:57:43.610Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-07-30T03:57:51.219Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-07-30T03:57:52.819Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-07-30T03:57:53.847Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21292026-07-30T03:57:54.771Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21302026-07-30T03:57:55.580Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21312026-07-30T03:57:57.552Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21322026-07-30T03:58:28.225Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s
21332026-07-30T03:58:28.400Z────────────
21342026-07-30T03:58:28.401Z Nextest run ID 42f479ea-21b5-4b1a-b2b7-246981bac849 with nextest profile: default
21352026-07-30T03:58:28.401Z Starting 17 tests across 1 binary (134 tests skipped)
21362026-07-30T03:58:45.381Z PASS [ 16.976s] bgp proptest::prop_ipv4_wire_format_roundtrip
21372026-07-30T03:58:47.445Z PASS [ 19.045s] bgp proptest::prop_ipv4_withdrawn_roundtrip
21382026-07-30T03:58:47.560Z PASS [ 19.160s] bgp proptest::prop_ipv4_prefixes_roundtrip
21392026-07-30T03:58:48.745Z PASS [ 20.344s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
21402026-07-30T03:58:49.241Z PASS [ 20.840s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
21412026-07-30T03:58:49.404Z PASS [ 21.004s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
21422026-07-30T03:58:57.409Z PASS [ 29.010s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
21432026-07-30T03:59:02.324Z PASS [ 16.948s] bgp proptest::prop_ipv6_wire_format_roundtrip
21442026-07-30T03:59:07.648Z PASS [ 20.203s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
21452026-07-30T03:59:07.695Z PASS [ 18.951s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
21462026-07-30T03:59:08.424Z PASS [ 19.021s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
21472026-07-30T03:59:08.864Z PASS [ 19.625s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
21482026-07-30T03:59:28.402Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
21492026-07-30T03:59:31.320Z PASS [ 28.996s] bgp proptest::prop_update_mp_unreach_roundtrip
21502026-07-30T03:59:36.198Z PASS [ 67.799s] bgp proptest::prop_encode_decode_semantic_equivalence
21512026-07-30T03:59:48.196Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21522026-07-30T03:59:57.414Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21532026-07-30T03:59:57.809Z PASS [ 70.248s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21542026-07-30T04:00:07.650Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21552026-07-30T04:00:09.930Z PASS [ 62.282s] bgp proptest::prop_update_traditional_roundtrip
21562026-07-30T04:00:11.571Z PASS [ 74.163s] bgp proptest::prop_update_mp_reach_roundtrip
21572026-07-30T04:00:11.571Z────────────
21582026-07-30T04:00:11.571Z Summary [ 103.173s] 17 tests run: 17 passed (4 slow), 134 skipped
21592026-07-30T04:00:11.584Z+ cp './*.log' /work/
21602026-07-30T04:00:11.586Z+ true
21612026-07-30T04:00:11.586Z+ [[ -d proptest-regressions ]]
21622026-07-30T04:00:11.586Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21632026-07-30T04:00:11.589Z+ popd
21642026-07-30T04:00:11.589Z/work/oxidecomputer/maghemite
21652026-07-30T04:00:11.589Zprocess exited: duration 723619 ms, exit code 0
 
21662026-07-30T04:00:11.596Zfound 0 output files