01M0B3MBBBFXZNQ459GNDWC611: 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: 01M0B3MZJAS7X2C65GGJN7261X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T18:56:41.315Zjob assigned to worker 01M0B3NNAQNB1YGMCAD8VTE9Q4 [factory aws, i-00182247195dfc1f1] (queued for 1 m 14 s)
 
22026-08-18T18:56:48.035Zstarting task 0: "setup"
32026-08-18T18:56:48.039Z++ uname -s
42026-08-18T18:56:48.043Z+ kern=SunOS
52026-08-18T18:56:48.043Z+ build_user=build
62026-08-18T18:56:48.043Z+ build_uid=12345
72026-08-18T18:56:48.043Z+ work_dir=/work
82026-08-18T18:56:48.043Z+ input_dir=/input
92026-08-18T18:56:48.043Z+ [[ 0 == 12345 ]]
102026-08-18T18:56:48.043Z+ case "$kern" in
112026-08-18T18:56:48.043Z+ groupadd -g 12345 build
122026-08-18T18:56:48.043Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T18:56:50.049Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T18:56:50.142Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T18:56:50.146Z+ home_fs=zfs
162026-08-18T18:56:50.146Z+ [[ zfs == autofs ]]
172026-08-18T18:56:50.146Z+ mkdir -p /home/build
182026-08-18T18:56:50.146Z+ chown build:build /home/build /work
192026-08-18T18:56:52.147Z+ chmod 0700 /home/build /work
202026-08-18T18:56:52.150Zprocess exited: duration 4116 ms, exit code 0
 
212026-08-18T18:56:52.157Zstarting task 1: "rust-toolchain"
222026-08-18T18:56:52.162Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-18T18:56:52.162Z * rust toolchain channel = "stable"
242026-08-18T18:56:52.162Z * rust toolchain profile = "default"
252026-08-18T18:56:52.162Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-18T18:56:52.162Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T18:56:52.162Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T18:56:52.165Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T18:56:52.165Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-18T18:56:52.260Zinfo: downloading installer
312026-08-18T18:56:53.945Zwarn: It looks like you have an existing installation of Rust at:
322026-08-18T18:56:53.945Zwarn: /opt/ooce/bin
332026-08-18T18:56:53.945Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-18T18:56:53.945Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-18T18:56:53.945Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-18T18:56:53.945Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-18T18:56:53.945Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-18T18:56:53.945Zerror: cannot install while Rust is installed
392026-08-18T18:56:53.945Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-18T18:56:53.945Zwarn: It looks like you have an existing rustup settings file at:
412026-08-18T18:56:53.945Zwarn: /home/build/.rustup/settings.toml
422026-08-18T18:56:53.945Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-18T18:56:53.945Zwarn: instead of the one inferred from the default host triple.
442026-08-18T18:56:53.958Zinfo: profile set to default
452026-08-18T18:56:53.958Zinfo: default host triple is x86_64-unknown-illumos
462026-08-18T18:56:53.962Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-18T18:56:54.116Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-18T18:56:54.122Zinfo: downloading 6 components
492026-08-18T18:57:09.568Z
502026-08-18T18:57:09.568Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-08-18T18:57:09.595Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-18T18:57:09.595Z
532026-08-18T18:57:09.598Z
542026-08-18T18:57:09.598ZRust is installed now. Great!
552026-08-18T18:57:09.598Z
562026-08-18T18:57:09.598ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-18T18:57:09.598Zenvironment variable. This has not been done automatically.
582026-08-18T18:57:09.598Z
592026-08-18T18:57:09.598ZTo configure your current shell, you need to source
602026-08-18T18:57:09.598Zthe corresponding env file under $HOME/.cargo.
612026-08-18T18:57:09.598Z
622026-08-18T18:57:09.598ZThis is usually done by running one of the following (note the leading DOT):
632026-08-18T18:57:09.599Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-18T18:57:09.599Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-18T18:57:09.599Zsource "~/.cargo/env.nu" # For nushell
662026-08-18T18:57:09.599Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-18T18:57:09.599Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-18T18:57:09.599Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-18T18:57:09.599Zwarn: no default linker (`cc`) was found in your PATH
702026-08-18T18:57:09.599Zwarn: many Rust crates require a system C toolchain to build
712026-08-18T18:57:09.699Z+ rustup --version
722026-08-18T18:57:09.708Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-18T18:57:09.711Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-18T18:57:09.728Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-18T18:57:09.732Z+ cargo --version
762026-08-18T18:57:09.746Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-18T18:57:09.750Z+ rustc --version
782026-08-18T18:57:09.768Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-18T18:57:09.771Zprocess exited: duration 17613 ms, exit code 0
 
802026-08-18T18:57:09.778Zstarting task 2: "authentication"
812026-08-18T18:57:09.795Zprocess exited: duration 17 ms, exit code 0
 
822026-08-18T18:57:09.802Zstarting task 3: "clone repository"
832026-08-18T18:57:09.805Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-18T18:57:09.809Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-18T18:57:09.852ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-18T18:57:11.615Z+ cd /work/oxidecomputer/maghemite
872026-08-18T18:57:11.615Z+ git fetch origin bf831acede9b125a854bfda5615ae9248d1e2fa8
882026-08-18T18:57:12.118ZFrom https://github.com/oxidecomputer/maghemite
892026-08-18T18:57:12.118Z * branch bf831acede9b125a854bfda5615ae9248d1e2fa8 -> FETCH_HEAD
902026-08-18T18:57:12.125Z+ [[ -n trey/unnumbered-cleanup ]]
912026-08-18T18:57:12.129Z++ git branch --show-current
922026-08-18T18:57:12.129Z+ current=main
932026-08-18T18:57:12.129Z+ [[ main != trey/unnumbered-cleanup ]]
942026-08-18T18:57:12.129Z+ git branch -f trey/unnumbered-cleanup bf831acede9b125a854bfda5615ae9248d1e2fa8
952026-08-18T18:57:12.132Z+ git checkout -f trey/unnumbered-cleanup
962026-08-18T18:57:12.152ZSwitched to branch 'trey/unnumbered-cleanup'
972026-08-18T18:57:12.155Z+ git reset --hard bf831acede9b125a854bfda5615ae9248d1e2fa8
982026-08-18T18:57:12.173ZHEAD is now at bf831ac review feedback
992026-08-18T18:57:12.176Zprocess exited: duration 2371 ms, exit code 0
 
1002026-08-18T18:57:12.183Zstarting task 4: "build"
1012026-08-18T18:57:12.186Z+ set -e
1022026-08-18T18:57:12.186Z+ NEXTEST_VERSION=0.9.97
1032026-08-18T18:57:12.186Z+ PLATFORM=illumos
1042026-08-18T18:57:12.186Z+ cargo --version
1052026-08-18T18:57:12.191Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1062026-08-18T18:57:12.350Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1072026-08-18T18:57:12.353Zinfo: downloading 6 components
1082026-08-18T18:57:28.209Zcargo 1.97.1 (c980f4866 2026-06-30)
1092026-08-18T18:57:28.213Z+ rustc --version
1102026-08-18T18:57:28.238Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1112026-08-18T18:57:28.242Z+ cargo install cargo-nextest --version 0.9.97
1122026-08-18T18:57:28.285Z Updating crates.io index
1132026-08-18T18:57:28.383Z Downloading crates ...
1142026-08-18T18:57:28.433Z Downloaded cargo-nextest v0.9.97
1152026-08-18T18:57:28.490Z Installing cargo-nextest v0.9.97
1162026-08-18T18:57:28.494Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1172026-08-18T18:57:28.494Z |
1182026-08-18T18:57:28.494Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1192026-08-18T18:57:28.494Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1202026-08-18T18:57:28.534Z Updating crates.io index
1212026-08-18T18:57:30.632Z Locking 396 packages to latest compatible versions
1222026-08-18T18:57:30.635Z Adding dialoguer v0.11.0 (available: v0.12.0)
1232026-08-18T18:57:30.639Z Adding duct v0.13.7 (available: v1.1.1)
1242026-08-18T18:57:30.639Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1252026-08-18T18:57:30.639Z Adding generic-array v0.14.7 (available: v0.14.9)
1262026-08-18T18:57:30.642Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1272026-08-18T18:57:30.642Z Adding itertools v0.14.0 (available: v0.15.0)
1282026-08-18T18:57:30.642Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1292026-08-18T18:57:30.642Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1302026-08-18T18:57:30.643Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1312026-08-18T18:57:30.646Z Adding quick-junit v0.5.2 (available: v0.7.0)
1322026-08-18T18:57:30.671Z Downloading crates ...
1332026-08-18T18:57:30.689Z Downloaded ahash v0.8.12
1342026-08-18T18:57:30.697Z Downloaded adler2 v2.0.1
1352026-08-18T18:57:30.701Z Downloaded clap_lex v1.1.0
1362026-08-18T18:57:30.704Z Downloaded cargo-platform v0.3.3
1372026-08-18T18:57:30.707Z Downloaded cargo-util-schemas v0.2.0
1382026-08-18T18:57:30.708Z Downloaded addr2line v0.25.1
1392026-08-18T18:57:30.713Z Downloaded backtrace-ext v0.2.1
1402026-08-18T18:57:30.716Z Downloaded async-scoped v0.9.0
1412026-08-18T18:57:30.720Z Downloaded anstream v1.0.0
1422026-08-18T18:57:30.724Z Downloaded atomicwrites v0.4.4
1432026-08-18T18:57:30.727Z Downloaded anstyle-query v1.1.5
1442026-08-18T18:57:30.727Z Downloaded cargo-platform v0.2.0
1452026-08-18T18:57:30.727Z Downloaded block-buffer v0.10.4
1462026-08-18T18:57:30.727Z Downloaded atomic-waker v1.1.2
1472026-08-18T18:57:30.732Z Downloaded either v1.17.0
1482026-08-18T18:57:30.732Z Downloaded anstyle v1.0.14
1492026-08-18T18:57:30.732Z Downloaded heck v0.5.0
1502026-08-18T18:57:30.735Z Downloaded scopeguard v1.2.0
1512026-08-18T18:57:30.735Z Downloaded percent-encoding v2.3.2
1522026-08-18T18:57:30.739Z Downloaded cfg_aliases v0.2.2
1532026-08-18T18:57:30.744Z Downloaded pathdiff v0.2.3
1542026-08-18T18:57:30.747Z Downloaded rustc-hash v2.1.3
1552026-08-18T18:57:30.747Z Downloaded signal-hook-mio v0.2.5
1562026-08-18T18:57:30.747Z Downloaded cfg-if v1.0.4
1572026-08-18T18:57:30.750Z Downloaded subtle v2.6.1
1582026-08-18T18:57:30.754Z Downloaded portable-atomic v1.15.0
1592026-08-18T18:57:30.761Z Downloaded self-replace v1.5.0
1602026-08-18T18:57:30.764Z Downloaded target-spec-miette v0.4.8
1612026-08-18T18:57:30.764Z Downloaded pkg-config v0.3.34
1622026-08-18T18:57:30.768Z Downloaded futures-macro v0.3.34
1632026-08-18T18:57:30.768Z Downloaded futures-sink v0.3.34
1642026-08-18T18:57:30.772Z Downloaded rand_core v0.6.4
1652026-08-18T18:57:30.772Z Downloaded pin-project-internal v1.1.13
1662026-08-18T18:57:30.775Z Downloaded rand_chacha v0.9.0
1672026-08-18T18:57:30.775Z Downloaded camino v1.2.5
1682026-08-18T18:57:30.775Z Downloaded getrandom v0.2.17
1692026-08-18T18:57:30.775Z Downloaded foreign-types v0.3.2
1702026-08-18T18:57:30.779Z Downloaded futures-core v0.3.34
1712026-08-18T18:57:30.782Z Downloaded document-features v0.2.12
1722026-08-18T18:57:30.786Z Downloaded fnv v1.0.7
1732026-08-18T18:57:30.786Z Downloaded rustc_version v0.4.1
1742026-08-18T18:57:30.789Z Downloaded rand_core v0.10.1
1752026-08-18T18:57:30.789Z Downloaded semver v1.0.28
1762026-08-18T18:57:30.793Z Downloaded curve25519-dalek-derive v0.1.1
1772026-08-18T18:57:30.793Z Downloaded color-spantrace v0.3.0
1782026-08-18T18:57:30.793Z Downloaded futures-io v0.3.34
1792026-08-18T18:57:30.796Z Downloaded colorchoice v1.0.5
1802026-08-18T18:57:30.800Z Downloaded rand_pcg v0.10.2
1812026-08-18T18:57:30.803Z Downloaded foreign-types-shared v0.1.1
1822026-08-18T18:57:30.803Z Downloaded form_urlencoded v1.2.2
1832026-08-18T18:57:30.803Z Downloaded pin-project v1.1.13
1842026-08-18T18:57:30.807Z Downloaded crypto-common v0.1.7
1852026-08-18T18:57:30.811Z Downloaded serde-value v0.7.0
1862026-08-18T18:57:30.811Z Downloaded futures-task v0.3.34
1872026-08-18T18:57:30.814Z Downloaded http-body v1.1.0
1882026-08-18T18:57:30.817Z Downloaded guppy-workspace-hack v0.1.0
1892026-08-18T18:57:30.817Z Downloaded debug-ignore v1.0.5
1902026-08-18T18:57:30.817Z Downloaded supports-unicode v3.0.0
1912026-08-18T18:57:30.821Z Downloaded tinyvec_macros v0.1.1
1922026-08-18T18:57:30.821Z Downloaded generic-array v0.14.7
1932026-08-18T18:57:30.821Z Downloaded hex v0.4.3
1942026-08-18T18:57:30.821Z Downloaded equivalent v1.0.2
1952026-08-18T18:57:30.821Z Downloaded errno v0.3.14
1962026-08-18T18:57:30.821Z Downloaded strsim v0.11.1
1972026-08-18T18:57:30.825Z Downloaded enable-ansi-support v0.2.1
1982026-08-18T18:57:30.828Z Downloaded serde_spanned v0.6.9
1992026-08-18T18:57:30.828Z Downloaded terminal_size v0.4.4
2002026-08-18T18:57:30.828Z Downloaded os_pipe v1.2.3
2012026-08-18T18:57:30.832Z Downloaded supports-hyperlinks v3.2.0
2022026-08-18T18:57:30.838Z Downloaded utf8parse v0.2.2
2032026-08-18T18:57:30.841Z Downloaded anstyle-parse v1.0.0
2042026-08-18T18:57:30.841Z Downloaded cargo_metadata v0.20.0
2052026-08-18T18:57:30.844Z Downloaded swrite v0.1.0
2062026-08-18T18:57:30.844Z Downloaded cargo_metadata v0.23.1
2072026-08-18T18:57:30.848Z Downloaded serde_ignored v0.1.14
2082026-08-18T18:57:30.848Z Downloaded serde_urlencoded v0.7.1
2092026-08-18T18:57:30.848Z Downloaded supports-color v3.0.2
2102026-08-18T18:57:30.851Z Downloaded signature v2.2.0
2112026-08-18T18:57:30.856Z Downloaded sync_wrapper v1.0.2
2122026-08-18T18:57:30.859Z Downloaded thread_local v1.1.10
2132026-08-18T18:57:30.859Z Downloaded base64ct v1.8.3
2142026-08-18T18:57:30.859Z Downloaded camino-tempfile v1.4.1
2152026-08-18T18:57:30.862Z Downloaded ppv-lite86 v0.2.21
2162026-08-18T18:57:30.862Z Downloaded serde-untagged v0.1.9
2172026-08-18T18:57:30.869Z Downloaded untrusted v0.9.0
2182026-08-18T18:57:30.873Z Downloaded quote v1.0.47
2192026-08-18T18:57:30.877Z Downloaded itoa v1.0.18
2202026-08-18T18:57:30.880Z Downloaded clap_derive v4.6.4
2212026-08-18T18:57:30.880Z Downloaded humantime-serde v1.1.1
2222026-08-18T18:57:30.880Z Downloaded openssl-probe v0.2.1
2232026-08-18T18:57:30.880Z Downloaded tower-service v0.3.3
2242026-08-18T18:57:30.883Z Downloaded want v0.3.1
2252026-08-18T18:57:30.883Z Downloaded serde_spanned v1.1.1
2262026-08-18T18:57:30.883Z Downloaded unicode-linebreak v0.1.5
2272026-08-18T18:57:30.883Z Downloaded shared_child v1.1.1
2282026-08-18T18:57:30.887Z Downloaded strip-ansi-escapes v0.2.1
2292026-08-18T18:57:30.890Z Downloaded utf8_iter v1.0.4
2302026-08-18T18:57:30.890Z Downloaded nested v0.1.1
2312026-08-18T18:57:30.893Z Downloaded base64 v0.22.1
2322026-08-18T18:57:30.896Z Downloaded future-queue v0.4.0
2332026-08-18T18:57:30.896Z Downloaded dialoguer v0.11.0
2342026-08-18T18:57:30.900Z Downloaded mukti-metadata v0.3.0
2352026-08-18T18:57:30.900Z Downloaded cpufeatures v0.3.0
2362026-08-18T18:57:30.904Z Downloaded ed25519 v2.2.3
2372026-08-18T18:57:30.904Z Downloaded cpufeatures v0.2.17
2382026-08-18T18:57:30.904Z Downloaded find-msvc-tools v0.1.11
2392026-08-18T18:57:30.907Z Downloaded toml_datetime v0.6.11
2402026-08-18T18:57:30.907Z Downloaded rustc-demangle v0.1.28
2412026-08-18T18:57:30.911Z Downloaded filetime v0.2.29
2422026-08-18T18:57:30.911Z Downloaded foldhash v0.1.5
2432026-08-18T18:57:30.911Z Downloaded fixedbitset v0.5.7
2442026-08-18T18:57:30.911Z Downloaded futures-executor v0.3.34
2452026-08-18T18:57:30.914Z Downloaded globset v0.4.20
2462026-08-18T18:57:30.917Z Downloaded erased-serde v0.4.10
2472026-08-18T18:57:30.921Z Downloaded digest v0.10.7
2482026-08-18T18:57:30.924Z Downloaded thiserror v1.0.69
2492026-08-18T18:57:30.927Z Downloaded sha2 v0.10.9
2502026-08-18T18:57:30.927Z Downloaded shell-words v1.1.1
2512026-08-18T18:57:30.930Z Downloaded thiserror-impl v2.0.20
2522026-08-18T18:57:30.930Z Downloaded zstd-safe v7.2.4
2532026-08-18T18:57:30.930Z Downloaded pkcs8 v0.10.2
2542026-08-18T18:57:30.934Z Downloaded shlex v2.0.1
2552026-08-18T18:57:30.934Z Downloaded signal-hook-registry v1.4.8
2562026-08-18T18:57:30.934Z Downloaded typeid v1.0.3
2572026-08-18T18:57:30.937Z Downloaded hyper-tls v0.6.0
2582026-08-18T18:57:30.937Z Downloaded tokio-macros v2.7.2
2592026-08-18T18:57:30.937Z Downloaded serde_path_to_error v0.1.20
2602026-08-18T18:57:30.937Z Downloaded smol_str v0.3.6
2612026-08-18T18:57:30.941Z Downloaded static_assertions v1.1.0
2622026-08-18T18:57:30.941Z Downloaded spki v0.7.3
2632026-08-18T18:57:30.941Z Downloaded autocfg v1.5.1
2642026-08-18T18:57:30.945Z Downloaded cfg-expr v0.20.8
2652026-08-18T18:57:30.949Z Downloaded slab v0.4.12
2662026-08-18T18:57:30.952Z Downloaded rustls-pki-types v1.15.1
2672026-08-18T18:57:30.952Z Downloaded crc32fast v1.5.0
2682026-08-18T18:57:30.956Z Downloaded lru-slab v0.1.2
2692026-08-18T18:57:30.959Z Downloaded unicase v2.9.0
2702026-08-18T18:57:30.963Z Downloaded quinn-udp v0.5.15
2712026-08-18T18:57:30.963Z Downloaded rustls-webpki v0.103.14
2722026-08-18T18:57:30.966Z Downloaded tracing-error v0.2.1
2732026-08-18T18:57:30.966Z Downloaded home v0.5.12
2742026-08-18T18:57:30.966Z Downloaded lazy_static v1.5.0
2752026-08-18T18:57:30.969Z Downloaded nextest-workspace-hack v0.1.0
2762026-08-18T18:57:30.969Z Downloaded tower-layer v0.3.3
2772026-08-18T18:57:30.969Z Downloaded unicode-xid v0.2.6
2782026-08-18T18:57:30.973Z Downloaded indenter v0.3.4
2792026-08-18T18:57:30.976Z Downloaded rand_core v0.9.5
2802026-08-18T18:57:30.976Z Downloaded sigchld v0.2.4
2812026-08-18T18:57:30.976Z Downloaded simd-adler32 v0.3.10
2822026-08-18T18:57:30.976Z Downloaded indent_write v2.2.0
2832026-08-18T18:57:30.980Z Downloaded ordered-float v2.10.1
2842026-08-18T18:57:30.980Z Downloaded target-lexicon v0.13.5
2852026-08-18T18:57:30.983Z Downloaded thiserror-impl v1.0.69
2862026-08-18T18:57:30.983Z Downloaded nextest-metadata v0.12.2
2872026-08-18T18:57:30.983Z Downloaded zeroize v1.9.0
2882026-08-18T18:57:30.986Z Downloaded number_prefix v0.4.0
2892026-08-18T18:57:30.986Z Downloaded version_check v0.9.5
2902026-08-18T18:57:30.989Z Downloaded try-lock v0.2.5
2912026-08-18T18:57:30.989Z Downloaded convert_case v0.10.0
2922026-08-18T18:57:30.989Z Downloaded xxhash-rust v0.8.18
2932026-08-18T18:57:30.993Z Downloaded idna_adapter v1.0.0
2942026-08-18T18:57:30.993Z Downloaded is_ci v1.2.0
2952026-08-18T18:57:30.993Z Downloaded is_terminal_polyfill v1.70.2
2962026-08-18T18:57:30.993Z Downloaded duct v0.13.7
2972026-08-18T18:57:30.993Z Downloaded openssl-macros v0.1.1
2982026-08-18T18:57:30.997Z Downloaded self_update v0.42.0
2992026-08-18T18:57:31.000Z Downloaded futures-channel v0.3.34
3002026-08-18T18:57:31.003Z Downloaded pin-project-lite v0.2.17
3012026-08-18T18:57:31.006Z Downloaded fastrand v2.5.0
3022026-08-18T18:57:31.006Z Downloaded console v0.15.11
3032026-08-18T18:57:31.006Z Downloaded tokio-rustls v0.26.4
3042026-08-18T18:57:31.010Z Downloaded tracing-attributes v0.1.31
3052026-08-18T18:57:31.010Z Downloaded owo-colors v4.3.0
3062026-08-18T18:57:31.013Z Downloaded native-tls v0.2.18
3072026-08-18T18:57:31.016Z Downloaded zmij v1.0.23
3082026-08-18T18:57:31.016Z Downloaded miette-derive v7.6.0
3092026-08-18T18:57:31.019Z Downloaded ipnet v2.12.1
3102026-08-18T18:57:31.019Z Downloaded http-body-util v0.1.5
3112026-08-18T18:57:31.023Z Downloaded target-spec v3.6.0
3122026-08-18T18:57:31.023Z Downloaded xattr v1.6.1
3132026-08-18T18:57:31.023Z Downloaded urlencoding v2.1.3
3142026-08-18T18:57:31.026Z Downloaded ryu v1.0.23
3152026-08-18T18:57:31.026Z Downloaded toml_parser v1.1.3+spec-1.1.0
3162026-08-18T18:57:31.029Z Downloaded chacha20 v0.10.1
3172026-08-18T18:57:31.029Z Downloaded bitflags v2.13.1
3182026-08-18T18:57:31.033Z Downloaded clap v4.6.6
3192026-08-18T18:57:31.036Z Downloaded smallvec v1.15.2
3202026-08-18T18:57:31.039Z Downloaded futures v0.3.34
3212026-08-18T18:57:31.042Z Downloaded eyre v0.6.14
3222026-08-18T18:57:31.042Z Downloaded tracing-log v0.2.0
3232026-08-18T18:57:31.046Z Downloaded toml_write v0.1.2
3242026-08-18T18:57:31.056Z Downloaded toml_writer v1.1.2+spec-1.1.0
3252026-08-18T18:57:31.059Z Downloaded lock_api v0.4.14
3262026-08-18T18:57:31.059Z Downloaded humantime v2.4.0
3272026-08-18T18:57:31.063Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3282026-08-18T18:57:31.063Z Downloaded iana-time-zone v0.1.65
3292026-08-18T18:57:31.063Z Downloaded newtype-uuid v1.4.0
3302026-08-18T18:57:31.063Z Downloaded parking_lot_core v0.9.12
3312026-08-18T18:57:31.066Z Downloaded toml v0.8.23
3322026-08-18T18:57:31.066Z Downloaded zipsign-api v0.1.5
3332026-08-18T18:57:31.066Z Downloaded serde_derive v1.0.229
3342026-08-18T18:57:31.070Z Downloaded zstd v0.13.3
3352026-08-18T18:57:31.070Z Downloaded quick-junit v0.5.2
3362026-08-18T18:57:31.073Z Downloaded config v0.15.25
3372026-08-18T18:57:31.073Z Downloaded const-oid v0.9.6
3382026-08-18T18:57:31.077Z Downloaded getrandom v0.4.3
3392026-08-18T18:57:31.077Z Downloaded getrandom v0.3.4
3402026-08-18T18:57:31.080Z Downloaded derive-where v1.6.1
3412026-08-18T18:57:31.080Z Downloaded proc-macro2 v1.0.107
3422026-08-18T18:57:31.083Z Downloaded signal-hook v0.3.18
3432026-08-18T18:57:31.083Z Downloaded toml v1.1.4+spec-1.1.0
3442026-08-18T18:57:31.088Z Downloaded tracing-core v0.1.36
3452026-08-18T18:57:31.088Z Downloaded serde_core v1.0.229
3462026-08-18T18:57:31.091Z Downloaded tempfile v3.27.0
3472026-08-18T18:57:31.091Z Downloaded thiserror v2.0.20
3482026-08-18T18:57:31.094Z Downloaded httparse v1.10.1
3492026-08-18T18:57:31.094Z Downloaded tinyvec v1.12.0
3502026-08-18T18:57:31.098Z Downloaded parking_lot v0.12.5
3512026-08-18T18:57:31.098Z Downloaded sharded-slab v0.1.7
3522026-08-18T18:57:31.098Z Downloaded tokio-native-tls v0.3.1
3532026-08-18T18:57:31.102Z Downloaded unicode-ident v1.0.24
3542026-08-18T18:57:31.102Z Downloaded vte v0.14.1
3552026-08-18T18:57:31.102Z Downloaded bytes v1.12.1
3562026-08-18T18:57:31.105Z Downloaded jobserver v0.1.35
3572026-08-18T18:57:31.105Z Downloaded borsh v1.8.0
3582026-08-18T18:57:31.109Z Downloaded hyper-rustls v0.27.9
3592026-08-18T18:57:31.113Z Downloaded textwrap v0.16.2
3602026-08-18T18:57:31.116Z Downloaded litrs v1.0.0
3612026-08-18T18:57:31.122Z Downloaded nextest-filtering v0.15.0
3622026-08-18T18:57:31.130Z Downloaded socket2 v0.6.5
3632026-08-18T18:57:31.134Z Downloaded tar v0.4.46
3642026-08-18T18:57:31.134Z Downloaded backtrace v0.3.76
3652026-08-18T18:57:31.138Z Downloaded der v0.7.10
3662026-08-18T18:57:31.141Z Downloaded serde v1.0.229
3672026-08-18T18:57:31.144Z Downloaded tokio-stream v0.1.19
3682026-08-18T18:57:31.148Z Downloaded uuid v1.24.1
3692026-08-18T18:57:31.148Z Downloaded once_cell v1.21.4
3702026-08-18T18:57:31.152Z Downloaded derive_more v2.1.1
3712026-08-18T18:57:31.158Z Downloaded ed25519-dalek v2.2.0
3722026-08-18T18:57:31.162Z Downloaded flate2 v1.1.9
3732026-08-18T18:57:31.166Z Downloaded quinn v0.11.11
3742026-08-18T18:57:31.166Z Downloaded openssl-sys v0.9.117
3752026-08-18T18:57:31.169Z Downloaded log v0.4.33
3762026-08-18T18:57:31.173Z Downloaded cc v1.4.3
3772026-08-18T18:57:31.173Z Downloaded derive_more-impl v2.1.1
3782026-08-18T18:57:31.186Z Downloaded indicatif v0.17.11
3792026-08-18T18:57:31.190Z Downloaded num-traits v0.2.19
3802026-08-18T18:57:31.193Z Downloaded rand v0.9.5
3812026-08-18T18:57:31.197Z Downloaded toml_edit v0.22.27
3822026-08-18T18:57:31.200Z Downloaded miniz_oxide v0.8.9
3832026-08-18T18:57:31.203Z Downloaded hyper-util v0.1.20
3842026-08-18T18:57:31.209Z Downloaded hashbrown v0.15.5
3852026-08-18T18:57:31.212Z Downloaded url v2.5.8
3862026-08-18T18:57:31.215Z Downloaded indexmap v2.14.0
3872026-08-18T18:57:31.218Z Downloaded memchr v2.8.3
3882026-08-18T18:57:31.228Z Downloaded ron v0.12.2
3892026-08-18T18:57:31.248Z Downloaded mio v1.2.2
3902026-08-18T18:57:31.252Z Downloaded rand v0.10.2
3912026-08-18T18:57:31.255Z Downloaded http v1.5.0
3922026-08-18T18:57:31.258Z Downloaded crossterm v0.29.0
3932026-08-18T18:57:31.264Z Downloaded tower v0.5.3
3942026-08-18T18:57:31.272Z Downloaded unicode-segmentation v1.13.3
3952026-08-18T18:57:31.277Z Downloaded unicode-normalization v0.1.25
3962026-08-18T18:57:31.284Z Downloaded guppy v0.17.26
3972026-08-18T18:57:31.287Z Downloaded hashbrown v0.17.1
3982026-08-18T18:57:31.291Z Downloaded pulldown-cmark v0.13.4
3992026-08-18T18:57:31.294Z Downloaded tower-http v0.6.11
4002026-08-18T18:57:31.297Z Downloaded reqwest v0.12.28
4012026-08-18T18:57:31.301Z Downloaded clap_builder v4.6.6
4022026-08-18T18:57:31.304Z Downloaded miette v7.6.0
4032026-08-18T18:57:31.307Z Downloaded typenum v1.20.1
4042026-08-18T18:57:31.310Z Downloaded idna v1.1.0
4052026-08-18T18:57:31.310Z Downloaded itertools v0.14.0
4062026-08-18T18:57:31.314Z Downloaded regex v1.13.1
4072026-08-18T18:57:31.317Z Downloaded futures-util v0.3.34
4082026-08-18T18:57:31.322Z Downloaded aho-corasick v1.1.5
4092026-08-18T18:57:31.325Z Downloaded quick-xml v0.37.5
4102026-08-18T18:57:31.329Z Downloaded serde_json v1.0.151
4112026-08-18T18:57:31.332Z Downloaded h2 v0.4.16
4122026-08-18T18:57:31.335Z Downloaded hyper v1.11.0
4132026-08-18T18:57:31.339Z Downloaded winnow v1.0.4
4142026-08-18T18:57:31.343Z Downloaded tokio-util v0.7.19
4152026-08-18T18:57:31.350Z Downloaded chrono v0.4.45
4162026-08-18T18:57:31.356Z Downloaded tracing-subscriber v0.3.23
4172026-08-18T18:57:31.366Z Downloaded quick-xml v0.38.4
4182026-08-18T18:57:31.392Z Downloaded gimli v0.32.3
4192026-08-18T18:57:31.396Z Downloaded unicode-width v0.1.14
4202026-08-18T18:57:31.399Z Downloaded winnow v0.7.15
4212026-08-18T18:57:31.404Z Downloaded unicode-width v0.2.2
4222026-08-18T18:57:31.407Z Downloaded curve25519-dalek v4.1.3
4232026-08-18T18:57:31.411Z Downloaded zerocopy v0.8.56
4242026-08-18T18:57:31.422Z Downloaded bstr v1.13.1
4252026-08-18T18:57:31.427Z Downloaded object v0.37.3
4262026-08-18T18:57:31.433Z Downloaded quinn-proto v0.11.17
4272026-08-18T18:57:31.436Z Downloaded vcpkg v0.2.15
4282026-08-18T18:57:31.458Z Downloaded webpki-roots v1.0.9
4292026-08-18T18:57:31.462Z Downloaded tracing v0.1.44
4302026-08-18T18:57:31.471Z Downloaded color-eyre v0.6.5
4312026-08-18T18:57:31.496Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4322026-08-18T18:57:31.506Z Downloaded libc v0.2.189
4332026-08-18T18:57:31.527Z Downloaded nextest-runner v0.80.0
4342026-08-18T18:57:31.533Z Downloaded syn v3.0.3
4352026-08-18T18:57:31.539Z Downloaded openssl v0.10.81
4362026-08-18T18:57:31.545Z Downloaded syn v2.0.119
4372026-08-18T18:57:31.550Z Downloaded rustix v0.38.44
4382026-08-18T18:57:31.563Z Downloaded nix v0.30.1
4392026-08-18T18:57:31.569Z Downloaded regex-syntax v0.8.11
4402026-08-18T18:57:31.573Z Downloaded rustls v0.23.43
4412026-08-18T18:57:31.579Z Downloaded rustix v1.1.4
4422026-08-18T18:57:31.652Z Downloaded regex-automata v0.4.18
4432026-08-18T18:57:31.705Z Downloaded petgraph v0.8.3
4442026-08-18T18:57:31.738Z Downloaded tokio v1.53.1
4452026-08-18T18:57:31.809Z Downloaded recursion v0.5.4
4462026-08-18T18:57:31.817Z Downloaded ring v0.17.14
4472026-08-18T18:57:31.876Z Compiling proc-macro2 v1.0.107
4482026-08-18T18:57:31.876Z Compiling unicode-ident v1.0.24
4492026-08-18T18:57:31.876Z Compiling quote v1.0.47
4502026-08-18T18:57:31.876Z Compiling libc v0.2.189
4512026-08-18T18:57:31.879Z Compiling serde_core v1.0.229
4522026-08-18T18:57:31.879Z Compiling cfg-if v1.0.4
4532026-08-18T18:57:32.008Z Compiling memchr v2.8.3
4542026-08-18T18:57:32.012Z Compiling once_cell v1.21.4
4552026-08-18T18:57:32.120Z Compiling log v0.4.33
4562026-08-18T18:57:32.131Z Compiling pin-project-lite v0.2.17
4572026-08-18T18:57:32.220Z Compiling serde v1.0.229
4582026-08-18T18:57:32.272Z Compiling itoa v1.0.18
4592026-08-18T18:57:32.498Z Compiling smallvec v1.15.2
4602026-08-18T18:57:32.750Z Compiling futures-core v0.3.34
4612026-08-18T18:57:32.772Z Compiling bitflags v2.13.1
4622026-08-18T18:57:32.792Z Compiling shlex v2.0.1
4632026-08-18T18:57:32.910Z Compiling find-msvc-tools v0.1.11
4642026-08-18T18:57:32.960Z Compiling equivalent v1.0.2
4652026-08-18T18:57:33.046Z Compiling jobserver v0.1.35
4662026-08-18T18:57:33.094Z Compiling hashbrown v0.17.1
4672026-08-18T18:57:33.130Z Compiling bytes v1.12.1
4682026-08-18T18:57:33.130Z Compiling rustix v1.1.4
4692026-08-18T18:57:33.160Z Compiling futures-sink v0.3.34
4702026-08-18T18:57:33.263Z Compiling errno v0.3.14
4712026-08-18T18:57:33.358Z Compiling signal-hook-registry v1.4.8
4722026-08-18T18:57:33.419Z Compiling cc v1.4.3
4732026-08-18T18:57:33.476Z Compiling mio v1.2.2
4742026-08-18T18:57:33.523Z Compiling syn v3.0.3
4752026-08-18T18:57:33.580Z Compiling syn v2.0.119
4762026-08-18T18:57:33.795Z Compiling socket2 v0.6.5
4772026-08-18T18:57:33.990Z Compiling slab v0.4.12
4782026-08-18T18:57:34.118Z Compiling autocfg v1.5.1
4792026-08-18T18:57:34.190Z Compiling zmij v1.0.23
4802026-08-18T18:57:34.453Z Compiling futures-channel v0.3.34
4812026-08-18T18:57:34.512Z Compiling tracing-core v0.1.36
4822026-08-18T18:57:34.525Z Compiling serde_json v1.0.151
4832026-08-18T18:57:34.692Z Compiling indexmap v2.14.0
4842026-08-18T18:57:34.742Z Compiling version_check v0.9.5
4852026-08-18T18:57:34.833Z Compiling futures-io v0.3.34
4862026-08-18T18:57:35.016Z Compiling futures-task v0.3.34
4872026-08-18T18:57:35.033Z Compiling getrandom v0.4.3
4882026-08-18T18:57:35.195Z Compiling percent-encoding v2.3.2
4892026-08-18T18:57:35.325Z Compiling camino v1.2.5
4902026-08-18T18:57:35.476Z Compiling unicode-width v0.2.2
4912026-08-18T18:57:35.632Z Compiling ring v0.17.14
4922026-08-18T18:57:35.708Z Compiling http v1.5.0
4932026-08-18T18:57:35.741Z Compiling simd-adler32 v0.3.10
4942026-08-18T18:57:35.796Z Compiling zeroize v1.9.0
4952026-08-18T18:57:35.964Z Compiling adler2 v2.0.1
4962026-08-18T18:57:36.134Z Compiling miniz_oxide v0.8.9
4972026-08-18T18:57:36.458Z Compiling serde_derive v1.0.229
4982026-08-18T18:57:36.567Z Compiling tokio-macros v2.7.2
4992026-08-18T18:57:36.601Z Compiling futures-macro v0.3.34
5002026-08-18T18:57:37.209Z Compiling tracing-attributes v0.1.31
5012026-08-18T18:57:37.342Z Compiling tokio v1.53.1
5022026-08-18T18:57:37.383Z Compiling futures-util v0.3.34
5032026-08-18T18:57:37.504Z Compiling num-traits v0.2.19
5042026-08-18T18:57:37.596Z Compiling object v0.37.3
5052026-08-18T18:57:37.734Z Compiling target-lexicon v0.13.5
5062026-08-18T18:57:37.791Z Compiling zerocopy v0.8.56
5072026-08-18T18:57:37.875Z Compiling getrandom v0.3.4
5082026-08-18T18:57:38.235Z Compiling http-body v1.1.0
5092026-08-18T18:57:38.250Z Compiling rustls-pki-types v1.15.1
5102026-08-18T18:57:38.381Z Compiling form_urlencoded v1.2.2
5112026-08-18T18:57:38.393Z Compiling semver v1.0.28
5122026-08-18T18:57:38.405Z Compiling tracing v0.1.44
5132026-08-18T18:57:38.649Z Compiling getrandom v0.2.17
5142026-08-18T18:57:38.759Z Compiling untrusted v0.9.0
5152026-08-18T18:57:38.841Z Compiling thiserror v2.0.20
5162026-08-18T18:57:38.891Z Compiling utf8_iter v1.0.4
5172026-08-18T18:57:39.033Z Compiling owo-colors v4.3.0
5182026-08-18T18:57:39.050Z Compiling idna_adapter v1.0.0
5192026-08-18T18:57:39.101Z Compiling signal-hook v0.3.18
5202026-08-18T18:57:39.146Z Compiling httparse v1.10.1
5212026-08-18T18:57:39.159Z Compiling gimli v0.32.3
5222026-08-18T18:57:39.303Z Compiling guppy-workspace-hack v0.1.0
5232026-08-18T18:57:39.336Z Compiling fnv v1.0.7
5242026-08-18T18:57:39.515Z Compiling idna v1.1.0
5252026-08-18T18:57:40.258Z Compiling thiserror-impl v2.0.20
5262026-08-18T18:57:40.270Z Compiling generic-array v0.14.7
5272026-08-18T18:57:40.484Z Compiling pkg-config v0.3.34
5282026-08-18T18:57:40.905Z Compiling rustls v0.23.43
5292026-08-18T18:57:41.117Z Compiling addr2line v0.25.1
5302026-08-18T18:57:41.174Z Compiling typeid v1.0.3
5312026-08-18T18:57:41.409Z Compiling tokio-util v0.7.19
5322026-08-18T18:57:41.447Z Compiling rustc-demangle v0.1.28
5332026-08-18T18:57:41.537Z Compiling try-lock v0.2.5
5342026-08-18T18:57:41.655Z Compiling atomic-waker v1.1.2
5352026-08-18T18:57:41.789Z Compiling target-spec v3.6.0
5362026-08-18T18:57:41.833Z Compiling fastrand v2.5.0
5372026-08-18T18:57:42.067Z Compiling thiserror v1.0.69
5382026-08-18T18:57:42.161Z Compiling tower-service v0.3.3
5392026-08-18T18:57:42.278Z Compiling tempfile v3.27.0
5402026-08-18T18:57:42.430Z Compiling backtrace v0.3.76
5412026-08-18T18:57:42.499Z Compiling h2 v0.4.16
5422026-08-18T18:57:42.550Z Compiling want v0.3.1
5432026-08-18T18:57:42.867Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5442026-08-18T18:57:42.929Z Compiling cfg-expr v0.20.8
5452026-08-18T18:57:43.087Z Compiling url v2.5.8
5462026-08-18T18:57:43.726Z Compiling thiserror-impl v1.0.69
5472026-08-18T18:57:43.889Z Compiling terminal_size v0.4.4
5482026-08-18T18:57:44.038Z Compiling aho-corasick v1.1.5
5492026-08-18T18:57:44.582Z Compiling typenum v1.20.1
5502026-08-18T18:57:44.855Z Compiling winnow v0.7.15
5512026-08-18T18:57:45.283Z Compiling regex-syntax v0.8.11
5522026-08-18T18:57:45.471Z Compiling erased-serde v0.4.10
5532026-08-18T18:57:45.762Z Compiling rustls-webpki v0.103.14
5542026-08-18T18:57:46.803Z Compiling subtle v2.6.1
5552026-08-18T18:57:47.281Z Compiling regex-automata v0.4.18
5562026-08-18T18:57:48.708Z Compiling hyper v1.11.0
5572026-08-18T18:57:49.532Z Compiling serde_spanned v0.6.9
5582026-08-18T18:57:49.696Z Compiling toml_datetime v0.6.11
5592026-08-18T18:57:50.066Z Compiling ahash v0.8.12
5602026-08-18T18:57:50.313Z Compiling sync_wrapper v1.0.2
5612026-08-18T18:57:50.428Z Compiling portable-atomic v1.15.0
5622026-08-18T18:57:50.508Z Compiling lazy_static v1.5.0
5632026-08-18T18:57:50.615Z Compiling nextest-workspace-hack v0.1.0
5642026-08-18T18:57:50.834Z Compiling toml_write v0.1.2
5652026-08-18T18:57:50.864Z Compiling ipnet v2.12.1
5662026-08-18T18:57:51.077Z Compiling base64 v0.22.1
5672026-08-18T18:57:51.555Z Compiling foldhash v0.1.5
5682026-08-18T18:57:51.781Z Compiling unicode-linebreak v0.1.5
5692026-08-18T18:57:52.006Z Compiling crc32fast v1.5.0
5702026-08-18T18:57:52.049Z Compiling tower-layer v0.3.3
5712026-08-18T18:57:52.251Z Compiling parking_lot_core v0.9.12
5722026-08-18T18:57:52.281Z Compiling unicode-segmentation v1.13.3
5732026-08-18T18:57:52.293Z Compiling either v1.17.0
5742026-08-18T18:57:52.426Z Compiling is_ci v1.2.0
5752026-08-18T18:57:52.523Z Compiling supports-color v3.0.2
5762026-08-18T18:57:52.576Z Compiling tower v0.5.3
5772026-08-18T18:57:52.589Z Compiling convert_case v0.10.0
5782026-08-18T18:57:52.601Z Compiling textwrap v0.16.2
5792026-08-18T18:57:52.659Z Compiling hashbrown v0.15.5
5802026-08-18T18:57:52.744Z Compiling hyper-util v0.1.20
5812026-08-18T18:57:52.832Z Compiling toml_edit v0.22.27
5822026-08-18T18:57:53.222Z Compiling sharded-slab v0.1.7
5832026-08-18T18:57:53.341Z Compiling tokio-rustls v0.26.4
5842026-08-18T18:57:53.832Z Compiling backtrace-ext v0.2.1
5852026-08-18T18:57:53.949Z Compiling ordered-float v2.10.1
5862026-08-18T18:57:54.091Z Compiling webpki-roots v1.0.9
5872026-08-18T18:57:54.213Z Compiling miette-derive v7.6.0
5882026-08-18T18:57:54.225Z Compiling pathdiff v0.2.3
5892026-08-18T18:57:54.237Z Compiling console v0.15.11
5902026-08-18T18:57:54.348Z Compiling tracing-log v0.2.0
5912026-08-18T18:57:54.720Z Compiling cargo-platform v0.3.3
5922026-08-18T18:57:55.268Z Compiling os_pipe v1.2.3
5932026-08-18T18:57:55.299Z Compiling thread_local v1.1.10
5942026-08-18T18:57:55.352Z Compiling rustix v0.38.44
5952026-08-18T18:57:55.430Z Compiling scopeguard v1.2.0
5962026-08-18T18:57:55.537Z Compiling fixedbitset v0.5.7
5972026-08-18T18:57:55.579Z Compiling unicode-width v0.1.14
5982026-08-18T18:57:55.629Z Compiling winnow v1.0.4
5992026-08-18T18:57:55.690Z Compiling ryu v1.0.23
6002026-08-18T18:57:55.883Z Compiling supports-hyperlinks v3.2.0
6012026-08-18T18:57:55.980Z Compiling debug-ignore v1.0.5
6022026-08-18T18:57:56.050Z Compiling supports-unicode v3.0.0
6032026-08-18T18:57:56.091Z Compiling cfg_aliases v0.2.2
6042026-08-18T18:57:56.104Z Compiling zstd-safe v7.2.4
6052026-08-18T18:57:56.161Z Compiling pulldown-cmark v0.13.4
6062026-08-18T18:57:56.340Z Compiling utf8parse v0.2.2
6072026-08-18T18:57:56.395Z Compiling nix v0.30.1
6082026-08-18T18:57:56.450Z Compiling anstyle-parse v1.0.0
6092026-08-18T18:57:56.587Z Compiling miette v7.6.0
6102026-08-18T18:57:56.664Z Compiling serde_urlencoded v0.7.1
6112026-08-18T18:57:56.759Z Compiling toml_parser v1.1.3+spec-1.1.0
6122026-08-18T18:57:56.936Z Compiling petgraph v0.8.3
6132026-08-18T18:57:57.165Z Compiling lock_api v0.4.14
6142026-08-18T18:57:57.421Z Compiling tracing-subscriber v0.3.23
6152026-08-18T18:57:58.057Z Compiling sigchld v0.2.4
6162026-08-18T18:57:58.260Z Compiling cargo_metadata v0.23.1
6172026-08-18T18:57:58.783Z Compiling toml v0.8.23
6182026-08-18T18:57:58.875Z Compiling hyper-rustls v0.27.9
6192026-08-18T18:57:59.515Z Compiling serde-value v0.7.0
6202026-08-18T18:58:00.179Z Compiling serde-untagged v0.1.9
6212026-08-18T18:58:00.628Z Compiling tower-http v0.6.11
6222026-08-18T18:58:00.646Z Compiling derive_more-impl v2.1.1
6232026-08-18T18:58:01.445Z Compiling itertools v0.14.0
6242026-08-18T18:58:01.466Z Compiling regex v1.13.1
6252026-08-18T18:58:01.493Z Compiling crypto-common v0.1.7
6262026-08-18T18:58:01.626Z Compiling block-buffer v0.10.4
6272026-08-18T18:58:01.712Z Compiling ppv-lite86 v0.2.21
6282026-08-18T18:58:01.774Z Compiling rand_core v0.9.5
6292026-08-18T18:58:02.020Z Compiling futures-executor v0.3.34
6302026-08-18T18:58:02.036Z Compiling http-body-util v0.1.5
6312026-08-18T18:58:02.321Z Compiling pin-project-internal v1.1.13
6322026-08-18T18:58:02.333Z Compiling uuid v1.24.1
6332026-08-18T18:58:02.522Z Compiling toml_datetime v1.1.1+spec-1.1.0
6342026-08-18T18:58:02.873Z Compiling smol_str v0.3.6
6352026-08-18T18:58:02.888Z Compiling serde_spanned v1.1.1
6362026-08-18T18:58:02.946Z Compiling eyre v0.6.14
6372026-08-18T18:58:02.959Z Compiling filetime v0.2.29
6382026-08-18T18:58:03.027Z Compiling vte v0.14.1
6392026-08-18T18:58:03.162Z Compiling bstr v1.13.1
6402026-08-18T18:58:03.215Z Compiling static_assertions v1.1.0
6412026-08-18T18:58:03.243Z Compiling xattr v1.6.1
6422026-08-18T18:58:03.285Z Compiling litrs v1.0.0
6432026-08-18T18:58:03.389Z Compiling colorchoice v1.0.5
6442026-08-18T18:58:03.508Z Compiling iana-time-zone v0.1.65
6452026-08-18T18:58:03.512Z Compiling unicase v2.9.0
6462026-08-18T18:58:03.622Z Compiling color-spantrace v0.3.0
6472026-08-18T18:58:03.721Z Compiling self_update v0.42.0
6482026-08-18T18:58:03.725Z Compiling is_terminal_polyfill v1.70.2
6492026-08-18T18:58:03.741Z Compiling number_prefix v0.4.0
6502026-08-18T18:58:03.800Z Compiling nested v0.1.1
6512026-08-18T18:58:03.814Z Compiling unicode-xid v0.2.6
6522026-08-18T18:58:03.829Z Compiling tinyvec_macros v0.1.1
6532026-08-18T18:58:03.888Z Compiling anstyle-query v1.1.5
6542026-08-18T18:58:03.900Z Compiling anstyle v1.0.14
6552026-08-18T18:58:03.945Z Compiling guppy v0.17.26
6562026-08-18T18:58:03.956Z Compiling cargo-util-schemas v0.2.0
6572026-08-18T18:58:03.968Z Compiling tinyvec v1.12.0
6582026-08-18T18:58:03.981Z Compiling indicatif v0.17.11
6592026-08-18T18:58:03.985Z Compiling document-features v0.2.12
6602026-08-18T18:58:04.154Z Compiling anstream v1.0.0
6612026-08-18T18:58:04.536Z Compiling chrono v0.4.45
6622026-08-18T18:58:04.639Z Compiling globset v0.4.20
6632026-08-18T18:58:05.540Z Compiling pin-project v1.1.13
6642026-08-18T18:58:05.676Z Compiling tar v0.4.46
6652026-08-18T18:58:06.359Z Compiling strip-ansi-escapes v0.2.1
6662026-08-18T18:58:06.428Z Compiling nextest-metadata v0.12.2
6672026-08-18T18:58:06.878Z Compiling toml v1.1.4+spec-1.1.0
6682026-08-18T18:58:07.081Z Compiling newtype-uuid v1.4.0
6692026-08-18T18:58:07.274Z Compiling reqwest v0.12.28
6702026-08-18T18:58:07.852Z Compiling futures v0.3.34
6712026-08-18T18:58:07.872Z Compiling rand_chacha v0.9.0
6722026-08-18T18:58:07.935Z Compiling digest v0.10.7
6732026-08-18T18:58:08.162Z Compiling parking_lot v0.12.5
6742026-08-18T18:58:08.182Z Compiling derive_more v2.1.1
6752026-08-18T18:58:08.260Z Compiling flate2 v1.1.9
6762026-08-18T18:58:08.421Z Compiling tracing-error v0.2.1
6772026-08-18T18:58:08.660Z Compiling shared_child v1.1.1
6782026-08-18T18:58:09.043Z Compiling signal-hook-mio v0.2.5
6792026-08-18T18:58:09.175Z Compiling self-replace v1.5.0
6802026-08-18T18:58:09.323Z Compiling cargo-platform v0.2.0
6812026-08-18T18:58:09.436Z Compiling quick-xml v0.37.5
6822026-08-18T18:58:09.867Z Compiling quick-xml v0.38.4
6832026-08-18T18:58:09.950Z Compiling clap_lex v1.1.0
6842026-08-18T18:58:10.100Z Compiling recursion v0.5.4
6852026-08-18T18:58:10.236Z Compiling indenter v0.3.4
6862026-08-18T18:58:10.305Z Compiling cpufeatures v0.2.17
6872026-08-18T18:58:10.361Z Compiling humantime v2.4.0
6882026-08-18T18:58:10.377Z Compiling strsim v0.11.1
6892026-08-18T18:58:10.777Z Compiling heck v0.5.0
6902026-08-18T18:58:10.977Z Compiling shell-words v1.1.1
6912026-08-18T18:58:11.175Z Compiling urlencoding v2.1.3
6922026-08-18T18:58:11.220Z Compiling clap_builder v4.6.6
6932026-08-18T18:58:11.428Z Compiling humantime-serde v1.1.1
6942026-08-18T18:58:11.431Z Compiling clap_derive v4.6.4
6952026-08-18T18:58:11.537Z Compiling quick-junit v0.5.2
6962026-08-18T18:58:11.579Z Compiling sha2 v0.10.9
6972026-08-18T18:58:13.139Z Compiling nextest-filtering v0.15.0
6982026-08-18T18:58:13.332Z Compiling cargo_metadata v0.20.0
6992026-08-18T18:58:14.576Z Compiling atomicwrites v0.4.4
7002026-08-18T18:58:14.858Z Compiling cargo-nextest v0.9.97
7012026-08-18T18:58:15.168Z Compiling crossterm v0.29.0
7022026-08-18T18:58:17.570Z Compiling zstd v0.13.3
7032026-08-18T18:58:17.787Z Compiling duct v0.13.7
7042026-08-18T18:58:17.989Z Compiling rand v0.9.5
7052026-08-18T18:58:18.101Z Compiling async-scoped v0.9.0
7062026-08-18T18:58:18.242Z Compiling config v0.15.25
7072026-08-18T18:58:18.280Z Compiling unicode-normalization v0.1.25
7082026-08-18T18:58:18.292Z Compiling target-spec-miette v0.4.8
7092026-08-18T18:58:18.533Z Compiling future-queue v0.4.0
7102026-08-18T18:58:18.683Z Compiling mukti-metadata v0.3.0
7112026-08-18T18:58:18.720Z Compiling camino-tempfile v1.4.1
7122026-08-18T18:58:18.810Z Compiling tokio-stream v0.1.19
7132026-08-18T18:58:18.850Z Compiling derive-where v1.6.1
7142026-08-18T18:58:19.116Z Compiling serde_ignored v0.1.14
7152026-08-18T18:58:19.168Z Compiling serde_path_to_error v0.1.20
7162026-08-18T18:58:19.337Z Compiling indent_write v2.2.0
7172026-08-18T18:58:19.363Z Compiling swrite v0.1.0
7182026-08-18T18:58:19.467Z Compiling xxhash-rust v0.8.18
7192026-08-18T18:58:19.486Z Compiling home v0.5.12
7202026-08-18T18:58:19.505Z Compiling hex v0.4.3
7212026-08-18T18:58:19.646Z Compiling color-eyre v0.6.5
7222026-08-18T18:58:19.676Z Compiling clap v4.6.6
7232026-08-18T18:58:19.743Z Compiling dialoguer v0.11.0
7242026-08-18T18:58:19.756Z Compiling enable-ansi-support v0.2.1
7252026-08-18T18:58:20.059Z Compiling nextest-runner v0.80.0
7262026-08-18T18:58:38.815Z Finished `release` profile [optimized] target(s) in 1m 10s
7272026-08-18T18:58:38.990Z Installing /home/build/.cargo/bin/cargo-nextest
7282026-08-18T18:58:39.004Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7292026-08-18T18:58:39.116Z+ source .github/buildomat/test-common.sh
7302026-08-18T18:58:39.119Z++ NEXTEST_VERSION=0.9.97
7312026-08-18T18:58:39.119Z++ PLATFORM=illumos
7322026-08-18T18:58:39.119Z++ banner install
7332026-08-18T18:58:39.119Z
7342026-08-18T18:58:39.119Z # # # #### ##### ## # #
7352026-08-18T18:58:39.119Z # ## # # # # # # #
7362026-08-18T18:58:39.119Z # # # # #### # # # # #
7372026-08-18T18:58:39.119Z # # # # # # ###### # #
7382026-08-18T18:58:39.119Z # # ## # # # # # # #
7392026-08-18T18:58:39.119Z # # # #### # # # ###### ######
7402026-08-18T18:58:39.119Z
7412026-08-18T18:58:39.119Z++ set +o errexit
7422026-08-18T18:58:39.123Z++ pkg info clang-15
7432026-08-18T18:58:39.123Z++ grep -qi installed
7442026-08-18T18:58:40.179Zpkg: info: no packages matching the following patterns you specified are
7452026-08-18T18:58:40.179Zinstalled on the system. Try querying remotely instead:
7462026-08-18T18:58:40.179Z
7472026-08-18T18:58:40.179Z clang-15
7482026-08-18T18:58:40.221Z++ [[ 1 != 0 ]]
7492026-08-18T18:58:40.221Z++ set -o errexit
7502026-08-18T18:58:40.226Z++ pfexec pkg install clang-15
7512026-08-18T18:58:46.616Z Startup: Refreshing catalog 'helios-dev' ... Done
7522026-08-18T18:58:54.296Z Startup: Caching catalogs ... Done
7532026-08-18T18:59:01.538ZPlanning: Solver setup ... Done
7542026-08-18T18:59:01.578ZPlanning: Running solver ... Done
7552026-08-18T18:59:01.727ZPlanning: Finding local manifests ... Done
7562026-08-18T18:59:01.747ZPlanning: Fetching manifests: 0/2 0% complete
7572026-08-18T18:59:01.842ZPlanning: Fetching manifests: 2/2 100% complete
7582026-08-18T18:59:01.872ZPlanning: Package planning ... Done
7592026-08-18T18:59:01.899ZPlanning: Merging actions ... Done
7602026-08-18T18:59:02.004ZPlanning: Checking for conflicting actions ... Done
7612026-08-18T18:59:02.010ZPlanning: Consolidating action changes ... Done
7622026-08-18T18:59:02.614ZPlanning: Evaluating mediators ... Done
7632026-08-18T18:59:02.620ZPlanning: Planning completed in 8.15 seconds
7642026-08-18T18:59:02.740Z Packages to install: 2
7652026-08-18T18:59:02.740Z Mediators to change: 2
7662026-08-18T18:59:02.740Z Services to change: 1
7672026-08-18T18:59:02.740Z Create boot environment: No
7682026-08-18T18:59:02.740ZCreate backup boot environment: No
7692026-08-18T18:59:02.781Z
7702026-08-18T18:59:02.782ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7712026-08-18T18:59:08.925ZDownload: 984/3076 items 82.2/211.3MB 38% complete (33.7M/s)
7722026-08-18T18:59:14.137ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (19.4M/s)
7732026-08-18T18:59:14.758ZDownload: Completed 211.31 MB in 11.98 seconds (17.6M/s)
7742026-08-18T18:59:16.079Z Actions: 1/3418 actions (Installing new actions)
7752026-08-18T18:59:19.212Z Actions: Completed 3418 actions in 3.13 seconds.
7762026-08-18T18:59:19.866Z Done
7772026-08-18T18:59:19.866Z Done
7782026-08-18T18:59:20.613Z Done
7792026-08-18T18:59:23.926Z Done
7802026-08-18T18:59:23.994Z Done
7812026-08-18T18:59:23.999Z Done
7822026-08-18T18:59:24.318Z Done
7832026-08-18T18:59:25.017Z++ set -o errexit
7842026-08-18T18:59:25.017Z++ cargo --version
7852026-08-18T18:59:25.027Zcargo 1.97.1 (c980f4866 2026-06-30)
7862026-08-18T18:59:25.031Z++ rustc --version
7872026-08-18T18:59:25.049Zrustc 1.97.1 (8bab26f4f 2026-07-14)
7882026-08-18T18:59:25.053Z++ cargo install cargo-nextest --version 0.9.97
7892026-08-18T18:59:25.104Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7902026-08-18T18:59:25.108Z+ export PROPTEST_CASES=1000000
7912026-08-18T18:59:25.108Z+ PROPTEST_CASES=1000000
7922026-08-18T18:59:25.108Z+ run_crate_proptests rdb
7932026-08-18T18:59:25.108Z+ local crate=rdb
7942026-08-18T18:59:25.108Z+ pushd rdb
7952026-08-18T18:59:25.108Z+ cargo nextest run --lib proptest
7962026-08-18T18:59:25.108Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7972026-08-18T18:59:25.271Z Updating git repository `https://github.com/oxidecomputer/falcon`
7982026-08-18T18:59:26.243ZFrom https://github.com/oxidecomputer/falcon
7992026-08-18T18:59:26.243Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
8002026-08-18T18:59:26.320Z Updating crates.io index
8012026-08-18T18:59:26.324Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8022026-08-18T18:59:26.786ZFrom https://github.com/oxidecomputer/dendrite
8032026-08-18T18:59:26.786Z * [new ref] 9645288adc19b352aaa9a675be9953fe4e0b6e1b -> refs/commit/9645288adc19b352aaa9a675be9953fe4e0b6e1b
8042026-08-18T18:59:26.820Z Updating git repository `https://github.com/oxidecomputer/ispf`
8052026-08-18T18:59:27.139ZFrom https://github.com/oxidecomputer/ispf
8062026-08-18T18:59:27.139Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8072026-08-18T18:59:27.145Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8082026-08-18T18:59:27.578ZFrom https://github.com/oxidecomputer/netadm-sys
8092026-08-18T18:59:27.578Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
8102026-08-18T18:59:27.587Z Updating git repository `https://github.com/oxidecomputer/omicron`
8112026-08-18T18:59:37.825ZFrom https://github.com/oxidecomputer/omicron
8122026-08-18T18:59:37.825Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8132026-08-18T18:59:38.242Z Updating git repository `https://github.com/oxidecomputer/opte`
8142026-08-18T18:59:39.303ZFrom https://github.com/oxidecomputer/opte
8152026-08-18T18:59:39.303Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8162026-08-18T18:59:39.333Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8172026-08-18T18:59:39.623ZFrom https://github.com/oxidecomputer/slog-error-chain
8182026-08-18T18:59:39.623Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8192026-08-18T18:59:39.636Z Updating git repository `https://github.com/illumos/smf-rs`
8202026-08-18T18:59:39.948ZFrom https://github.com/illumos/smf-rs
8212026-08-18T18:59:39.948Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8222026-08-18T18:59:39.957Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8232026-08-18T18:59:40.255ZFrom https://github.com/oxidecomputer/network-interface
8242026-08-18T18:59:40.255Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8252026-08-18T18:59:40.262Z Updating git repository `https://github.com/oxidecomputer/zone`
8262026-08-18T18:59:40.657ZFrom https://github.com/oxidecomputer/zone
8272026-08-18T18:59:40.657Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8282026-08-18T18:59:40.664Z Updating git repository `https://github.com/oxidecomputer/propolis`
8292026-08-18T18:59:41.544ZFrom https://github.com/oxidecomputer/propolis
8302026-08-18T18:59:41.544Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8312026-08-18T18:59:41.588Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8322026-08-18T18:59:42.194ZFrom https://github.com/oxidecomputer/transceiver-control
8332026-08-18T18:59:42.194Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
8342026-08-18T18:59:42.200Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8352026-08-18T18:59:42.491ZFrom https://github.com/oxidecomputer/dlpi-sys
8362026-08-18T18:59:42.491Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
8372026-08-18T18:59:42.496Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8382026-08-18T18:59:42.817ZFrom https://github.com/jmesmon/rust-libzfs
8392026-08-18T18:59:42.817Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8402026-08-18T18:59:42.825Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8412026-08-18T18:59:43.120ZFrom https://github.com/oxidecomputer/rusty-doors
8422026-08-18T18:59:43.120Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8432026-08-18T18:59:43.127Z Updating git repository `https://github.com/oxidecomputer/lldp`
8442026-08-18T18:59:43.512ZFrom https://github.com/oxidecomputer/lldp
8452026-08-18T18:59:43.512Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8462026-08-18T18:59:43.524Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8472026-08-18T18:59:43.910ZFrom https://github.com/oxidecomputer/tufaceous
8482026-08-18T18:59:43.910Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8492026-08-18T18:59:43.930Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8502026-08-18T18:59:44.535ZFrom https://github.com/oxidecomputer/management-gateway-service
8512026-08-18T18:59:44.535Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8522026-08-18T18:59:44.550Z Updating git repository `https://github.com/oxidecomputer/crucible`
8532026-08-18T18:59:45.696ZFrom https://github.com/oxidecomputer/crucible
8542026-08-18T18:59:45.696Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8552026-08-18T18:59:45.742Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8562026-08-18T18:59:46.033ZFrom https://github.com/oxidecomputer/serde_human_bytes
8572026-08-18T18:59:46.034Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8582026-08-18T18:59:46.093Z Updating git repository `https://github.com/oxidecomputer/propolis`
8592026-08-18T18:59:46.509ZFrom https://github.com/oxidecomputer/propolis
8602026-08-18T18:59:46.509Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8612026-08-18T18:59:46.557Z Updating git repository `https://github.com/oxidecomputer/crucible`
8622026-08-18T18:59:47.074ZFrom https://github.com/oxidecomputer/crucible
8632026-08-18T18:59:47.074Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8642026-08-18T18:59:47.140Z Updating git repository `https://github.com/oxidecomputer/tofino`
8652026-08-18T18:59:47.543ZFrom https://github.com/oxidecomputer/tofino
8662026-08-18T18:59:47.543Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8672026-08-18T18:59:47.553Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8682026-08-18T18:59:48.387ZFrom https://github.com/oxidecomputer/maghemite
8692026-08-18T18:59:48.387Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8702026-08-18T18:59:48.419Z Updating git repository `https://github.com/oxidecomputer/clickward`
8712026-08-18T18:59:48.744ZFrom https://github.com/oxidecomputer/clickward
8722026-08-18T18:59:48.744Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8732026-08-18T18:59:48.752Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8742026-08-18T18:59:49.037ZFrom https://github.com/oxidecomputer/illumos-devinfo
8752026-08-18T18:59:49.037Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8762026-08-18T18:59:49.870Z Downloading crates ...
8772026-08-18T18:59:49.925Z Downloaded linked-hash-map v0.5.6
8782026-08-18T18:59:49.929Z Downloaded newtype-uuid-macros v0.1.1
8792026-08-18T18:59:49.932Z Downloaded managed v0.8.0
8802026-08-18T18:59:49.932Z Downloaded multer v3.1.0
8812026-08-18T18:59:49.936Z Downloaded aead v0.5.2
8822026-08-18T18:59:49.941Z Downloaded memmap v0.7.0
8832026-08-18T18:59:49.944Z Downloaded memoffset v0.9.1
8842026-08-18T18:59:49.944Z Downloaded lru-cache v0.1.2
8852026-08-18T18:59:49.944Z Downloaded progenitor-macro v0.14.0
8862026-08-18T18:59:49.950Z Downloaded linear-map v1.2.0
8872026-08-18T18:59:49.953Z Downloaded embedded-io v0.4.0
8882026-08-18T18:59:49.953Z Downloaded gethostname v0.5.0
8892026-08-18T18:59:49.953Z Downloaded fxhash v0.2.1
8902026-08-18T18:59:49.954Z Downloaded num_enum_derive v0.5.11
8912026-08-18T18:59:49.957Z Downloaded git-stub v1.0.0
8922026-08-18T18:59:49.961Z Downloaded no-std-compat v0.4.1
8932026-08-18T18:59:49.961Z Downloaded konst_macro_rules v0.2.19
8942026-08-18T18:59:49.961Z Downloaded dyn-clone v1.0.20
8952026-08-18T18:59:49.965Z Downloaded omicron-workspace-hack v0.1.0
8962026-08-18T18:59:49.965Z Downloaded fs-err v3.3.1
8972026-08-18T18:59:49.965Z Downloaded libscf-sys v1.2.0
8982026-08-18T18:59:49.965Z Downloaded num-conv v0.2.2
8992026-08-18T18:59:49.965Z Downloaded foreign-types-macros v0.2.4
9002026-08-18T18:59:49.966Z Downloaded natord v1.0.9
9012026-08-18T18:59:49.970Z Downloaded num_enum_derive v0.7.6
9022026-08-18T18:59:49.970Z Downloaded foreign-types-shared v0.3.1
9032026-08-18T18:59:49.973Z Downloaded newline-converter v0.3.0
9042026-08-18T18:59:49.973Z Downloaded num_threads v0.1.7
9052026-08-18T18:59:49.977Z Downloaded opaque-debug v0.3.1
9062026-08-18T18:59:49.977Z Downloaded num v0.4.3
9072026-08-18T18:59:49.977Z Downloaded dtrace-parser v0.3.0
9082026-08-18T18:59:49.977Z Downloaded hostname v0.4.2
9092026-08-18T18:59:49.981Z Downloaded keccak v0.1.6
9102026-08-18T18:59:49.984Z Downloaded newtype_derive v0.1.6
9112026-08-18T18:59:49.984Z Downloaded macaddr v1.0.1
9122026-08-18T18:59:49.988Z Downloaded match_cfg v0.1.0
9132026-08-18T18:59:49.988Z Downloaded httpdate v1.0.3
9142026-08-18T18:59:49.988Z Downloaded enum-as-inner v0.6.1
9152026-08-18T18:59:49.988Z Downloaded num-derive v0.4.2
9162026-08-18T18:59:49.991Z Downloaded num-iter v0.1.46
9172026-08-18T18:59:49.994Z Downloaded dunce v1.0.5
9182026-08-18T18:59:49.994Z Downloaded embedded-io v0.6.1
9192026-08-18T18:59:49.994Z Downloaded parse-display v0.10.0
9202026-08-18T18:59:49.998Z Downloaded float-ord v0.3.2
9212026-08-18T18:59:49.998Z Downloaded hubpack_derive v0.1.1
9222026-08-18T18:59:50.001Z Downloaded fs_extra v1.3.0
9232026-08-18T18:59:50.002Z Downloaded libsw-core v0.3.2
9242026-08-18T18:59:50.002Z Downloaded num-rational v0.4.2
9252026-08-18T18:59:50.005Z Downloaded highway v1.3.0
9262026-08-18T18:59:50.008Z Downloaded glob v0.3.4
9272026-08-18T18:59:50.008Z Downloaded group v0.13.0
9282026-08-18T18:59:50.008Z Downloaded hostname v0.3.1
9292026-08-18T18:59:50.028Z Downloaded olpc-cjson v0.1.4
9302026-08-18T18:59:50.032Z Downloaded instant v0.1.13
9312026-08-18T18:59:50.032Z Downloaded fixedbitset v0.4.2
9322026-08-18T18:59:50.032Z Downloaded rand_xorshift v0.4.0
9332026-08-18T18:59:50.032Z Downloaded libsw v3.5.0
9342026-08-18T18:59:50.032Z Downloaded mime v0.3.17
9352026-08-18T18:59:50.032Z Downloaded num-integer v0.1.47
9362026-08-18T18:59:50.036Z Downloaded num_enum v0.5.11
9372026-08-18T18:59:50.036Z Downloaded foreign-types v0.5.0
9382026-08-18T18:59:50.036Z Downloaded progenitor-client v0.14.0
9392026-08-18T18:59:50.040Z Downloaded inout v0.1.4
9402026-08-18T18:59:50.040Z Downloaded progenitor-macro v0.10.0
9412026-08-18T18:59:50.040Z Downloaded hubpack v0.1.2
9422026-08-18T18:59:50.040Z Downloaded internet-checksum v0.2.1
9432026-08-18T18:59:50.043Z Downloaded proc-macro-error-attr v1.0.4
9442026-08-18T18:59:50.046Z Downloaded same-file v1.0.6
9452026-08-18T18:59:50.046Z Downloaded progenitor-macro v0.13.0
9462026-08-18T18:59:50.046Z Downloaded rand_chacha v0.3.1
9472026-08-18T18:59:50.050Z Downloaded scroll_derive v0.12.1
9482026-08-18T18:59:50.050Z Downloaded ident_case v1.0.1
9492026-08-18T18:59:50.050Z Downloaded phf_shared v0.12.1
9502026-08-18T18:59:50.053Z Downloaded ref-cast v1.0.26
9512026-08-18T18:59:50.053Z Downloaded idna_adapter v1.2.2
9522026-08-18T18:59:50.056Z Downloaded pretty-hex v0.4.2
9532026-08-18T18:59:50.057Z Downloaded git-stub-vcs v0.1.0
9542026-08-18T18:59:50.057Z Downloaded heck v0.4.1
9552026-08-18T18:59:50.060Z Downloaded progenitor-client v0.10.0
9562026-08-18T18:59:50.063Z Downloaded proc-macro-crate v3.5.0
9572026-08-18T18:59:50.067Z Downloaded erased-serde v0.3.31
9582026-08-18T18:59:50.070Z Downloaded foldhash v0.2.0
9592026-08-18T18:59:50.070Z Downloaded ff v0.13.1
9602026-08-18T18:59:50.070Z Downloaded jiff-static v0.2.35
9612026-08-18T18:59:50.070Z Downloaded pest_meta v2.8.8
9622026-08-18T18:59:50.075Z Downloaded ref-cast-impl v1.0.26
9632026-08-18T18:59:50.078Z Downloaded rustc_version v0.1.7
9642026-08-18T18:59:50.078Z Downloaded litemap v0.8.2
9652026-08-18T18:59:50.081Z Downloaded oxide-tokio-rt v0.1.6
9662026-08-18T18:59:50.085Z Downloaded is-terminal v0.4.17
9672026-08-18T18:59:50.088Z Downloaded proc-macro-crate v1.3.1
9682026-08-18T18:59:50.091Z Downloaded quick-error v1.2.3
9692026-08-18T18:59:50.095Z Downloaded wait-timeout v0.2.1
9702026-08-18T18:59:50.095Z Downloaded zone_cfg_derive v0.3.1
9712026-08-18T18:59:50.095Z Downloaded async-recursion v1.1.1
9722026-08-18T18:59:50.098Z Downloaded const-random-macro v0.1.16
9732026-08-18T18:59:50.102Z Downloaded serde_plain v1.0.2
9742026-08-18T18:59:50.105Z Downloaded base16ct v0.2.0
9752026-08-18T18:59:50.108Z Downloaded convert_case v0.4.0
9762026-08-18T18:59:50.111Z Downloaded rustls-pemfile v2.2.0
9772026-08-18T18:59:50.115Z Downloaded num_enum v0.7.6
9782026-08-18T18:59:50.118Z Downloaded parse-display-derive v0.10.0
9792026-08-18T18:59:50.118Z Downloaded paste v1.0.15
9802026-08-18T18:59:50.118Z Downloaded pem v3.0.6
9812026-08-18T18:59:50.121Z Downloaded plain v0.2.3
9822026-08-18T18:59:50.121Z Downloaded progenitor v0.13.0
9832026-08-18T18:59:50.121Z Downloaded password-hash v0.5.0
9842026-08-18T18:59:50.121Z Downloaded proc-macro-error v1.0.4
9852026-08-18T18:59:50.125Z Downloaded defmt v0.3.100
9862026-08-18T18:59:50.125Z Downloaded sha1 v0.10.7
9872026-08-18T18:59:50.125Z Downloaded dof v0.3.0
9882026-08-18T18:59:50.128Z Downloaded semver v0.1.20
9892026-08-18T18:59:50.128Z Downloaded slog-bunyan v2.5.0
9902026-08-18T18:59:50.128Z Downloaded stable_deref_trait v1.2.1
9912026-08-18T18:59:50.129Z Downloaded strum v0.26.3
9922026-08-18T18:59:50.132Z Downloaded rusty-fork v0.3.1
9932026-08-18T18:59:50.136Z Downloaded ingot v0.1.1
9942026-08-18T18:59:50.136Z Downloaded ipnetwork v0.21.1
9952026-08-18T18:59:50.139Z Downloaded resolv-conf v0.7.6
9962026-08-18T18:59:50.139Z Downloaded ingot-types v0.2.0
9972026-08-18T18:59:50.139Z Downloaded oxnet v0.1.6
9982026-08-18T18:59:50.143Z Downloaded pest_generator v2.8.8
9992026-08-18T18:59:50.143Z Downloaded rustls-native-certs v0.8.4
10002026-08-18T18:59:50.143Z Downloaded hash32 v0.3.1
10012026-08-18T18:59:50.143Z Downloaded poly1305 v0.8.0
10022026-08-18T18:59:50.146Z Downloaded rustversion v1.0.23
10032026-08-18T18:59:50.146Z Downloaded phf v0.12.1
10042026-08-18T18:59:50.146Z Downloaded progenitor v0.10.0
10052026-08-18T18:59:50.146Z Downloaded thiserror-impl-no-std v2.0.2
10062026-08-18T18:59:50.150Z Downloaded progenitor-extras v0.2.0
10072026-08-18T18:59:50.150Z Downloaded port-file v0.1.0
10082026-08-18T18:59:50.150Z Downloaded progenitor v0.14.0
10092026-08-18T18:59:50.153Z Downloaded untrusted v0.7.1
10102026-08-18T18:59:50.153Z Downloaded typify-macro v0.4.3
10112026-08-18T18:59:50.153Z Downloaded usdt-macro v0.6.0
10122026-08-18T18:59:50.153Z Downloaded waitgroup v0.1.2
10132026-08-18T18:59:50.153Z Downloaded hybrid-array v0.4.14
10142026-08-18T18:59:50.157Z Downloaded num-complex v0.4.6
10152026-08-18T18:59:50.157Z Downloaded parking_lot_core v0.8.6
10162026-08-18T18:59:50.157Z Downloaded usdt-attr-macro v0.6.0
10172026-08-18T18:59:50.157Z Downloaded progenitor-impl v0.14.0
10182026-08-18T18:59:50.160Z Downloaded pkg-config v0.3.33
10192026-08-18T18:59:50.163Z Downloaded memmap2 v0.9.11
10202026-08-18T18:59:50.163Z Downloaded omicron-zone-package v0.12.3
10212026-08-18T18:59:50.167Z Downloaded scroll v0.13.0
10222026-08-18T18:59:50.167Z Downloaded ingot-types v0.1.2
10232026-08-18T18:59:50.172Z Downloaded zone v0.3.1
10242026-08-18T18:59:50.178Z Downloaded schemars_derive v0.8.22
10252026-08-18T18:59:50.178Z Downloaded crunchy v0.2.4
10262026-08-18T18:59:50.178Z Downloaded konst v0.2.20
10272026-08-18T18:59:50.182Z Downloaded elliptic-curve v0.13.8
10282026-08-18T18:59:50.182Z Downloaded progenitor-client v0.13.0
10292026-08-18T18:59:50.185Z Downloaded potential_utf v0.1.5
10302026-08-18T18:59:50.191Z Downloaded bcs v0.1.6
10312026-08-18T18:59:50.194Z Downloaded bytecount v0.6.9
10322026-08-18T18:59:50.198Z Downloaded deranged v0.5.8
10332026-08-18T18:59:50.198Z Downloaded smartstring v1.0.1
10342026-08-18T18:59:50.198Z Downloaded synstructure v0.13.2
10352026-08-18T18:59:50.198Z Downloaded dtrace-parser v0.2.0
10362026-08-18T18:59:50.198Z Downloaded crossbeam-deque v0.8.7
10372026-08-18T18:59:50.202Z Downloaded daft-derive v0.1.8
10382026-08-18T18:59:50.206Z Downloaded serde_repr v0.1.21
10392026-08-18T18:59:50.207Z Downloaded cmake v0.1.58
10402026-08-18T18:59:50.207Z Downloaded compression-codecs v0.4.38
10412026-08-18T18:59:50.213Z Downloaded critical-section v1.2.0
10422026-08-18T18:59:50.213Z Downloaded pest_derive v2.8.8
10432026-08-18T18:59:50.213Z Downloaded spin v0.5.2
10442026-08-18T18:59:50.213Z Downloaded displaydoc v0.2.7
10452026-08-18T18:59:50.213Z Downloaded tagptr v0.2.0
10462026-08-18T18:59:50.213Z Downloaded testing_table v0.3.0
10472026-08-18T18:59:50.213Z Downloaded digest v0.11.3
10482026-08-18T18:59:50.216Z Downloaded time-core v0.1.9
10492026-08-18T18:59:50.216Z Downloaded hmac v0.12.1
10502026-08-18T18:59:50.220Z Downloaded papergrid v0.11.0
10512026-08-18T18:59:50.223Z Downloaded powerfmt v0.2.0
10522026-08-18T18:59:50.223Z Downloaded scroll v0.12.0
10532026-08-18T18:59:50.223Z Downloaded tiny-keccak v2.0.2
10542026-08-18T18:59:50.223Z Downloaded ingot-macros v0.1.1
10552026-08-18T18:59:50.226Z Downloaded postcard v1.1.3
10562026-08-18T18:59:50.230Z Downloaded usdt v0.6.0
10572026-08-18T18:59:50.233Z Downloaded usdt v0.5.0
10582026-08-18T18:59:50.233Z Downloaded papergrid v0.18.0
10592026-08-18T18:59:50.240Z Downloaded zerofrom v0.1.8
10602026-08-18T18:59:50.258Z Downloaded block-buffer v0.12.1
10612026-08-18T18:59:50.264Z Downloaded ciborium v0.2.2
10622026-08-18T18:59:50.267Z Downloaded cstr-argument v0.1.2
10632026-08-18T18:59:50.267Z Downloaded dof v0.4.0
10642026-08-18T18:59:50.267Z Downloaded serial_test v4.0.1
10652026-08-18T18:59:50.267Z Downloaded byteorder v1.5.0
10662026-08-18T18:59:50.273Z Downloaded zerovec-derive v0.11.3
10672026-08-18T18:59:50.276Z Downloaded minimal-lexical v0.2.1
10682026-08-18T18:59:50.279Z Downloaded parking_lot v0.11.2
10692026-08-18T18:59:50.279Z Downloaded const_format_proc_macros v0.2.34
10702026-08-18T18:59:50.283Z Downloaded csv-core v0.1.13
10712026-08-18T18:59:50.283Z Downloaded termtree v0.5.1
10722026-08-18T18:59:50.283Z Downloaded thread-id v4.2.2
10732026-08-18T18:59:50.283Z Downloaded universal-hash v0.5.1
10742026-08-18T18:59:50.286Z Downloaded strum v0.27.2
10752026-08-18T18:59:50.286Z Downloaded yoke v0.8.3
10762026-08-18T18:59:50.286Z Downloaded structmeta-derive v0.3.0
10772026-08-18T18:59:50.290Z Downloaded sha1 v0.11.0
10782026-08-18T18:59:50.290Z Downloaded serde-big-array v0.5.1
10792026-08-18T18:59:50.293Z Downloaded ingot-macros v0.2.0
10802026-08-18T18:59:50.293Z Downloaded serde_with_macros v3.22.0
10812026-08-18T18:59:50.297Z Downloaded serial_test_derive v4.0.1
10822026-08-18T18:59:50.297Z Downloaded utf-8 v0.7.6
10832026-08-18T18:59:50.297Z Downloaded zerofrom-derive v0.1.7
10842026-08-18T18:59:50.297Z Downloaded ciborium-ll v0.2.2
10852026-08-18T18:59:50.300Z Downloaded scroll_derive v0.13.1
10862026-08-18T18:59:50.300Z Downloaded secrecy v0.10.3
10872026-08-18T18:59:50.300Z Downloaded serde_derive_internals v0.29.1
10882026-08-18T18:59:50.304Z Downloaded slog-json v2.6.1
10892026-08-18T18:59:50.304Z Downloaded cobs v0.3.0
10902026-08-18T18:59:50.304Z Downloaded crypto-common v0.2.2
10912026-08-18T18:59:50.308Z Downloaded zeroize_derive v1.5.0
10922026-08-18T18:59:50.311Z Downloaded slog-async v2.8.0
10932026-08-18T18:59:50.311Z Downloaded tabwriter v1.4.1
10942026-08-18T18:59:50.311Z Downloaded take_mut v0.2.2
10952026-08-18T18:59:50.316Z Downloaded thin-vec v0.2.19
10962026-08-18T18:59:50.319Z Downloaded find-msvc-tools v0.1.10
10972026-08-18T18:59:50.319Z Downloaded term v1.2.1
10982026-08-18T18:59:50.322Z Downloaded half v2.7.1
10992026-08-18T18:59:50.325Z Downloaded usdt-attr-macro v0.5.0
11002026-08-18T18:59:50.325Z Downloaded yoke-derive v0.8.2
11012026-08-18T18:59:50.325Z Downloaded ciborium-io v0.2.2
11022026-08-18T18:59:50.329Z Downloaded const-random v0.1.18
11032026-08-18T18:59:50.329Z Downloaded slog-envlogger v2.2.0
11042026-08-18T18:59:50.329Z Downloaded ingot v0.2.1
11052026-08-18T18:59:50.332Z Downloaded topological-sort v0.2.2
11062026-08-18T18:59:50.332Z Downloaded bit-set v0.8.0
11072026-08-18T18:59:50.337Z Downloaded icu_properties v2.2.0
11082026-08-18T18:59:50.342Z Downloaded crc8 v0.1.1
11092026-08-18T18:59:50.342Z Downloaded defmt-parser v1.0.0
11102026-08-18T18:59:50.346Z Downloaded async-stream v0.3.6
11112026-08-18T18:59:50.349Z Downloaded icu_locale_core v2.2.0
11122026-08-18T18:59:50.352Z Downloaded xz2 v0.1.7
11132026-08-18T18:59:50.355Z Downloaded zerocopy-derive v0.7.35
11142026-08-18T18:59:50.355Z Downloaded cancel-safe-futures v0.1.5
11152026-08-18T18:59:50.360Z Downloaded backoff v0.4.0
11162026-08-18T18:59:50.360Z Downloaded bit-vec v0.8.0
11172026-08-18T18:59:50.360Z Downloaded bs58 v0.5.1
11182026-08-18T18:59:50.364Z Downloaded byte-wrapper v0.1.0
11192026-08-18T18:59:50.364Z Downloaded icu_provider v2.2.0
11202026-08-18T18:59:50.364Z Downloaded schemars v0.8.22
11212026-08-18T18:59:50.368Z Downloaded defmt-macros v1.1.1
11222026-08-18T18:59:50.371Z Downloaded serde_tokenstream v0.2.3
11232026-08-18T18:59:50.371Z Downloaded structmeta v0.3.0
11242026-08-18T18:59:50.371Z Downloaded writeable v0.6.3
11252026-08-18T18:59:50.374Z Downloaded arrayref v0.3.9
11262026-08-18T18:59:50.374Z Downloaded darling_macro v0.21.3
11272026-08-18T18:59:50.374Z Downloaded console v0.16.4
11282026-08-18T18:59:50.378Z Downloaded progenitor-impl v0.10.0
11292026-08-18T18:59:50.379Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11302026-08-18T18:59:50.382Z Downloaded blake2 v0.10.6
11312026-08-18T18:59:50.385Z Downloaded allocator-api2 v0.2.21
11322026-08-18T18:59:50.385Z Downloaded typify-macro v0.6.2
11332026-08-18T18:59:50.389Z Downloaded crossbeam-epoch v0.9.20
11342026-08-18T18:59:50.389Z Downloaded defmt v1.1.1
11352026-08-18T18:59:50.392Z Downloaded tokio-tungstenite v0.21.0
11362026-08-18T18:59:50.392Z Downloaded cipher v0.4.4
11372026-08-18T18:59:50.392Z Downloaded usdt-macro v0.5.0
11382026-08-18T18:59:50.396Z Downloaded similar v2.7.0
11392026-08-18T18:59:50.396Z Downloaded async-trait v0.1.92
11402026-08-18T18:59:50.401Z Downloaded slog-scope v4.4.1
11412026-08-18T18:59:50.404Z Downloaded spin v0.9.9
11422026-08-18T18:59:50.404Z Downloaded vsss-rs v3.3.4
11432026-08-18T18:59:50.404Z Downloaded dropshot-api-manager-types v0.7.2
11442026-08-18T18:59:50.408Z Downloaded tabled_derive v0.7.0
11452026-08-18T18:59:50.408Z Downloaded base16ct v1.0.0
11462026-08-18T18:59:50.411Z Downloaded toml v0.7.8
11472026-08-18T18:59:50.414Z Downloaded heapless v0.8.0
11482026-08-18T18:59:50.419Z Downloaded strum_macros v0.26.4
11492026-08-18T18:59:50.422Z Downloaded schemars v0.9.0
11502026-08-18T18:59:50.425Z Downloaded indicatif v0.18.6
11512026-08-18T18:59:50.429Z Downloaded sigpipe v0.1.3
11522026-08-18T18:59:50.429Z Downloaded siphasher v1.0.3
11532026-08-18T18:59:50.429Z Downloaded compression-core v0.4.32
11542026-08-18T18:59:50.432Z Downloaded icu_normalizer v2.2.0
11552026-08-18T18:59:50.432Z Downloaded unit-prefix v0.5.2
11562026-08-18T18:59:50.432Z Downloaded crucible-workspace-hack v0.1.0
11572026-08-18T18:59:50.432Z Downloaded darling_macro v0.23.0
11582026-08-18T18:59:50.432Z Downloaded icu_normalizer_data v2.2.0
11592026-08-18T18:59:50.436Z Downloaded rhai_codegen v3.2.0
11602026-08-18T18:59:50.439Z Downloaded data-encoding v2.11.1
11612026-08-18T18:59:50.439Z Downloaded tokio-dtrace v0.1.1
11622026-08-18T18:59:50.439Z Downloaded async-stream-impl v0.3.6
11632026-08-18T18:59:50.442Z Downloaded pretty_assertions v1.4.1
11642026-08-18T18:59:50.445Z Downloaded unarray v0.1.4
11652026-08-18T18:59:50.445Z Downloaded bitflags v1.3.2
11662026-08-18T18:59:50.459Z Downloaded progenitor-impl v0.13.0
11672026-08-18T18:59:50.462Z Downloaded rustls-platform-verifier v0.7.0
11682026-08-18T18:59:50.462Z Downloaded chacha20 v0.9.1
11692026-08-18T18:59:50.466Z Downloaded snafu-derive v0.8.9
11702026-08-18T18:59:50.470Z Downloaded thread-id v5.1.0
11712026-08-18T18:59:50.473Z Downloaded darling_core v0.23.0
11722026-08-18T18:59:50.477Z Downloaded smf v0.2.3
11732026-08-18T18:59:50.477Z Downloaded constant_time_eq v0.4.2
11742026-08-18T18:59:50.481Z Downloaded hashbrown v0.12.3
11752026-08-18T18:59:50.481Z Downloaded darling v0.23.0
11762026-08-18T18:59:50.484Z Downloaded slog-dtrace v0.3.0
11772026-08-18T18:59:50.484Z Downloaded toml v0.9.12+spec-1.1.0
11782026-08-18T18:59:50.487Z Downloaded indexmap v1.9.3
11792026-08-18T18:59:50.487Z Downloaded walkdir v2.5.0
11802026-08-18T18:59:50.487Z Downloaded ucd-trie v0.1.7
11812026-08-18T18:59:50.491Z Downloaded usdt-impl v0.6.0
11822026-08-18T18:59:50.491Z Downloaded derive_more v0.99.20
11832026-08-18T18:59:50.494Z Downloaded snafu v0.8.9
11842026-08-18T18:59:50.494Z Downloaded serde_tokenstream v0.3.0
11852026-08-18T18:59:50.498Z Downloaded daft v0.1.8
11862026-08-18T18:59:50.498Z Downloaded slog-term v2.9.2
11872026-08-18T18:59:50.501Z Downloaded strum_macros v0.27.2
11882026-08-18T18:59:50.501Z Downloaded typify v0.4.3
11892026-08-18T18:59:50.504Z Downloaded unsafe-libyaml v0.2.11
11902026-08-18T18:59:50.504Z Downloaded backon v1.6.0
11912026-08-18T18:59:50.508Z Downloaded hickory-resolver v0.25.2
11922026-08-18T18:59:50.508Z Downloaded zerotrie v0.2.4
11932026-08-18T18:59:50.511Z Downloaded rayon-core v1.13.0
11942026-08-18T18:59:50.511Z Downloaded cargo_toml v0.22.3
11952026-08-18T18:59:50.516Z Downloaded thiserror-no-std v2.0.2
11962026-08-18T18:59:50.519Z Downloaded slog-stdlog v4.1.1
11972026-08-18T18:59:50.519Z Downloaded cookie v0.18.2
11982026-08-18T18:59:50.522Z Downloaded smawk v0.3.3
11992026-08-18T18:59:50.522Z Downloaded expectorate v1.2.0
12002026-08-18T18:59:50.526Z Downloaded prettyplease v0.2.37
12012026-08-18T18:59:50.526Z Downloaded diff v0.1.13
12022026-08-18T18:59:50.529Z Downloaded whoami v1.6.1
12032026-08-18T18:59:50.529Z Downloaded serde_yaml v0.9.34+deprecated
12042026-08-18T18:59:50.533Z Downloaded derive-ex v0.1.8
12052026-08-18T18:59:50.533Z Downloaded hickory-resolver v0.24.4
12062026-08-18T18:59:50.536Z Downloaded usdt-impl v0.5.0
12072026-08-18T18:59:50.541Z Downloaded nom v7.1.3
12082026-08-18T18:59:50.544Z Downloaded tinystr v0.8.3
12092026-08-18T18:59:50.547Z Downloaded chacha20poly1305 v0.10.1
12102026-08-18T18:59:50.547Z Downloaded uuid v1.24.0
12112026-08-18T18:59:50.551Z Downloaded crossbeam-utils v0.8.22
12122026-08-18T18:59:50.551Z Downloaded arrayvec v0.7.8
12132026-08-18T18:59:50.554Z Downloaded rand v0.8.7
12142026-08-18T18:59:50.557Z Downloaded colored v3.1.1
12152026-08-18T18:59:50.558Z Downloaded icu_collections v2.2.0
12162026-08-18T18:59:50.561Z Downloaded qorb v0.4.1
12172026-08-18T18:59:50.561Z Downloaded typify v0.6.2
12182026-08-18T18:59:50.564Z Downloaded toml_edit v0.25.13+spec-1.1.0
12192026-08-18T18:59:50.567Z Downloaded base64 v0.21.7
12202026-08-18T18:59:50.567Z Downloaded arc-swap v1.9.2
12212026-08-18T18:59:50.570Z Downloaded drift v0.2.0
12222026-08-18T18:59:50.574Z Downloaded anyhow v1.0.104
12232026-08-18T18:59:50.577Z Downloaded time-macros v0.2.32
12242026-08-18T18:59:50.577Z Downloaded darling v0.21.3
12252026-08-18T18:59:50.580Z Downloaded crossbeam-channel v0.5.16
12262026-08-18T18:59:50.584Z Downloaded slog v2.8.2
12272026-08-18T18:59:50.587Z Downloaded darling_core v0.21.3
12282026-08-18T18:59:50.590Z Downloaded schemars v1.2.2
12292026-08-18T18:59:50.595Z Downloaded dropshot_endpoint v0.17.1
12302026-08-18T18:59:50.601Z Downloaded argon2 v0.5.3
12312026-08-18T18:59:50.604Z Downloaded test-strategy v0.4.5
12322026-08-18T18:59:50.604Z Downloaded const-oid v0.10.2
12332026-08-18T18:59:50.608Z Downloaded zerocopy-derive v0.8.56
12342026-08-18T18:59:50.611Z Downloaded const_format v0.2.36
12352026-08-18T18:59:50.615Z Downloaded tungstenite v0.21.0
12362026-08-18T18:59:50.620Z Downloaded libm v0.2.16
12372026-08-18T18:59:50.624Z Downloaded nom v8.0.0
12382026-08-18T18:59:50.628Z Downloaded crypto-bigint v0.5.5
12392026-08-18T18:59:50.632Z Downloaded toml_edit v0.19.15
12402026-08-18T18:59:50.638Z Downloaded typed-path v0.9.3
12412026-08-18T18:59:50.642Z Downloaded yansi v1.0.1
12422026-08-18T18:59:50.646Z Downloaded cc v1.4.2
12432026-08-18T18:59:50.646Z Downloaded pest v2.8.8
12442026-08-18T18:59:50.649Z Downloaded zerovec v0.11.6
12452026-08-18T18:59:50.654Z Downloaded itertools v0.12.1
12462026-08-18T18:59:50.675Z Downloaded hashbrown v0.16.1
12472026-08-18T18:59:50.678Z Downloaded steno v0.4.1
12482026-08-18T18:59:50.682Z Downloaded jiff-core v0.1.0
12492026-08-18T18:59:50.682Z Downloaded rayon v1.12.0
12502026-08-18T18:59:50.685Z Downloaded async-compression v0.4.43
12512026-08-18T18:59:50.689Z Downloaded reqwest v0.13.4
12522026-08-18T18:59:50.699Z Downloaded itertools v0.15.0
12532026-08-18T18:59:50.703Z Downloaded hkdf v0.12.4
12542026-08-18T18:59:50.706Z Downloaded winnow v0.5.40
12552026-08-18T18:59:50.717Z Downloaded h2 v0.4.15
12562026-08-18T18:59:50.721Z Downloaded tough v0.22.0
12572026-08-18T18:59:50.728Z Downloaded goblin v0.8.2
12582026-08-18T18:59:50.732Z Downloaded zerocopy v0.7.35
12592026-08-18T18:59:50.753Z Downloaded moka v0.12.16
12602026-08-18T18:59:50.758Z Downloaded proptest v1.11.0
12612026-08-18T18:59:50.762Z Downloaded quinn-proto v0.11.16
12622026-08-18T18:59:50.766Z Downloaded icu_properties_data v2.2.0
12632026-08-18T18:59:50.772Z Downloaded dropshot-api-manager v0.7.2
12642026-08-18T18:59:50.776Z Downloaded blake3 v1.8.6
12652026-08-18T18:59:50.780Z Downloaded tabled v0.15.0
12662026-08-18T18:59:50.787Z Downloaded aws-lc-rs v1.18.0
12672026-08-18T18:59:50.792Z Downloaded iddqd v0.4.6
12682026-08-18T18:59:50.797Z Downloaded serde_with v3.22.0
12692026-08-18T18:59:50.812Z Downloaded tabled v0.21.0
12702026-08-18T18:59:50.832Z Downloaded nix v0.31.3
12712026-08-18T18:59:50.838Z Downloaded time v0.3.55
12722026-08-18T18:59:50.845Z Downloaded syn v1.0.109
12732026-08-18T18:59:50.851Z Downloaded goblin v0.10.7
12742026-08-18T18:59:50.876Z Downloaded openapiv3 v2.2.0
12752026-08-18T18:59:50.922Z Downloaded sled v0.34.7
12762026-08-18T18:59:50.930Z Downloaded smoltcp v0.11.0
12772026-08-18T18:59:50.946Z Downloaded regress v0.11.1
12782026-08-18T18:59:50.949Z Downloaded regress v0.10.5
12792026-08-18T18:59:50.953Z Downloaded rhai v1.25.1
12802026-08-18T18:59:50.959Z Downloaded hickory-proto v0.24.4
12812026-08-18T18:59:50.967Z Downloaded dropshot v0.17.1
12822026-08-18T18:59:50.979Z Downloaded hickory-proto v0.25.2
12832026-08-18T18:59:50.993Z Downloaded petgraph v0.6.5
12842026-08-18T18:59:51.002Z Downloaded typify-impl v0.6.2
12852026-08-18T18:59:51.009Z Downloaded lzma-sys v0.1.20
12862026-08-18T18:59:51.023Z Downloaded sha3 v0.10.9
12872026-08-18T18:59:51.027Z Downloaded csv v1.4.0
12882026-08-18T18:59:51.036Z Downloaded typify-impl v0.4.3
12892026-08-18T18:59:51.088Z Downloaded jiff v0.2.35
12902026-08-18T18:59:51.124Z Downloaded chrono-tz v0.10.4
12912026-08-18T18:59:51.195Z Downloaded encoding_rs v0.8.35
12922026-08-18T18:59:51.881Z Downloaded aws-lc-sys v0.44.0
12932026-08-18T18:59:52.794Z Compiling proc-macro2 v1.0.107
12942026-08-18T18:59:52.794Z Compiling quote v1.0.47
12952026-08-18T18:59:52.794Z Compiling unicode-ident v1.0.24
12962026-08-18T18:59:52.794Z Compiling serde_core v1.0.229
12972026-08-18T18:59:52.794Z Compiling cfg-if v1.0.4
12982026-08-18T18:59:52.795Z Compiling serde v1.0.229
12992026-08-18T18:59:52.798Z Compiling libc v0.2.189
13002026-08-18T18:59:52.894Z Compiling memchr v2.8.3
13012026-08-18T18:59:53.017Z Compiling itoa v1.0.18
13022026-08-18T18:59:53.212Z Compiling smallvec v1.15.2
13032026-08-18T18:59:53.243Z Compiling zmij v1.0.23
13042026-08-18T18:59:53.270Z Compiling autocfg v1.5.1
13052026-08-18T18:59:53.421Z Compiling libm v0.2.16
13062026-08-18T18:59:53.546Z Compiling stable_deref_trait v1.2.1
13072026-08-18T18:59:53.604Z Compiling litemap v0.8.2
13082026-08-18T18:59:53.616Z Compiling percent-encoding v2.3.2
13092026-08-18T18:59:53.652Z Compiling writeable v0.6.3
13102026-08-18T18:59:53.785Z Compiling icu_properties_data v2.2.0
13112026-08-18T18:59:53.797Z Compiling utf8_iter v1.0.4
13122026-08-18T18:59:53.807Z Compiling icu_normalizer_data v2.2.0
13132026-08-18T18:59:53.843Z Compiling iana-time-zone v0.1.65
13142026-08-18T18:59:53.934Z Compiling equivalent v1.0.2
13152026-08-18T18:59:54.024Z Compiling syn v2.0.119
13162026-08-18T18:59:54.028Z Compiling syn v3.0.3
13172026-08-18T18:59:54.138Z Compiling form_urlencoded v1.2.2
13182026-08-18T18:59:54.146Z Compiling allocator-api2 v0.2.21
13192026-08-18T18:59:54.199Z Compiling version_check v0.9.5
13202026-08-18T18:59:54.284Z Compiling pin-project-lite v0.2.17
13212026-08-18T18:59:54.373Z Compiling serde_json v1.0.151
13222026-08-18T18:59:54.394Z Compiling dyn-clone v1.0.20
13232026-08-18T18:59:54.501Z Compiling scopeguard v1.2.0
13242026-08-18T18:59:54.512Z Compiling parking_lot_core v0.9.12
13252026-08-18T18:59:54.530Z Compiling hashbrown v0.17.1
13262026-08-18T18:59:54.615Z Compiling lock_api v0.4.14
13272026-08-18T18:59:54.629Z Compiling num-traits v0.2.19
13282026-08-18T18:59:54.793Z Compiling rand_core v0.10.1
13292026-08-18T18:59:54.846Z Compiling thiserror v2.0.20
13302026-08-18T18:59:54.952Z Compiling getrandom v0.4.3
13312026-08-18T18:59:54.986Z Compiling log v0.4.33
13322026-08-18T18:59:55.095Z Compiling semver v1.0.28
13332026-08-18T18:59:55.234Z Compiling indexmap v2.14.0
13342026-08-18T18:59:55.408Z Compiling errno v0.3.14
13352026-08-18T18:59:55.431Z Compiling futures-core v0.3.34
13362026-08-18T18:59:55.557Z Compiling heck v0.5.0
13372026-08-18T18:59:55.584Z Compiling zerocopy v0.8.56
13382026-08-18T18:59:55.664Z Compiling futures-sink v0.3.34
13392026-08-18T18:59:55.769Z Compiling uuid v1.24.0
13402026-08-18T18:59:55.819Z Compiling slab v0.4.12
13412026-08-18T18:59:55.900Z Compiling jobserver v0.1.35
13422026-08-18T18:59:55.996Z Compiling fnv v1.0.7
13432026-08-18T18:59:56.013Z Compiling find-msvc-tools v0.1.10
13442026-08-18T18:59:56.092Z Compiling shlex v2.0.1
13452026-08-18T18:59:56.210Z Compiling schemars v0.8.22
13462026-08-18T18:59:56.221Z Compiling cc v1.4.2
13472026-08-18T18:59:56.250Z Compiling futures-channel v0.3.34
13482026-08-18T18:59:56.279Z Compiling rustversion v1.0.23
13492026-08-18T18:59:56.370Z Compiling futures-io v0.3.34
13502026-08-18T18:59:56.459Z Compiling pkg-config v0.3.33
13512026-08-18T18:59:56.472Z Compiling futures-task v0.3.34
13522026-08-18T18:59:56.636Z Compiling socket2 v0.6.5
13532026-08-18T18:59:56.647Z Compiling signal-hook-registry v1.4.8
13542026-08-18T18:59:56.843Z Compiling parking_lot v0.12.5
13552026-08-18T18:59:56.917Z Compiling synstructure v0.13.2
13562026-08-18T18:59:56.947Z Compiling serde_derive_internals v0.29.1
13572026-08-18T18:59:57.084Z Compiling bitflags v2.13.1
13582026-08-18T18:59:57.224Z Compiling mio v1.2.2
13592026-08-18T18:59:57.248Z Compiling portable-atomic v1.15.0
13602026-08-18T18:59:57.323Z Compiling cmake v0.1.58
13612026-08-18T18:59:57.355Z Compiling serde_derive v1.0.229
13622026-08-18T18:59:57.400Z Compiling displaydoc v0.2.7
13632026-08-18T18:59:57.525Z Compiling tokio-macros v2.7.2
13642026-08-18T18:59:57.651Z Compiling thiserror-impl v2.0.20
13652026-08-18T18:59:57.664Z Compiling futures-macro v0.3.34
13662026-08-18T18:59:57.723Z Compiling dunce v1.0.5
13672026-08-18T18:59:57.818Z Compiling fs_extra v1.3.0
13682026-08-18T18:59:58.068Z Compiling typenum v1.20.1
13692026-08-18T18:59:58.095Z Compiling zerofrom-derive v0.1.7
13702026-08-18T18:59:58.170Z Compiling yoke-derive v0.8.2
13712026-08-18T18:59:58.255Z Compiling zerovec-derive v0.11.3
13722026-08-18T18:59:58.267Z Compiling schemars_derive v0.8.22
13732026-08-18T18:59:58.469Z Compiling zerocopy-derive v0.8.56
13742026-08-18T18:59:58.861Z Compiling zeroize_derive v1.5.0
13752026-08-18T18:59:58.942Z Compiling futures-util v0.3.34
13762026-08-18T18:59:59.305Z Compiling aws-lc-sys v0.44.0
13772026-08-18T18:59:59.334Z Compiling zerofrom v0.1.8
13782026-08-18T18:59:59.419Z Compiling base64 v0.22.1
13792026-08-18T18:59:59.461Z Compiling yoke v0.8.3
13802026-08-18T18:59:59.505Z Compiling critical-section v1.2.0
13812026-08-18T18:59:59.565Z Compiling zeroize v1.9.0
13822026-08-18T18:59:59.610Z Compiling once_cell v1.21.4
13832026-08-18T18:59:59.644Z Compiling zerovec v0.11.6
13842026-08-18T18:59:59.699Z Compiling zerotrie v0.2.4
13852026-08-18T18:59:59.777Z Compiling byteorder v1.5.0
13862026-08-18T18:59:59.827Z Compiling subtle v2.6.1
13872026-08-18T18:59:59.993Z Compiling regex-syntax v0.8.11
13882026-08-18T18:59:59.996Z Compiling slog v2.8.2
13892026-08-18T19:00:00.016Z Compiling atomic-waker v1.1.2
13902026-08-18T19:00:00.140Z Compiling tinystr v0.8.3
13912026-08-18T19:00:00.186Z Compiling potential_utf v0.1.5
13922026-08-18T19:00:00.216Z Compiling rustix v1.1.4
13932026-08-18T19:00:00.340Z Compiling icu_locale_core v2.2.0
13942026-08-18T19:00:00.352Z Compiling icu_collections v2.2.0
13952026-08-18T19:00:00.473Z Compiling bytes v1.12.1
13962026-08-18T19:00:00.504Z Compiling chrono v0.4.45
13972026-08-18T19:00:00.879Z Compiling serde_tokenstream v0.2.3
13982026-08-18T19:00:01.117Z Compiling icu_provider v2.2.0
13992026-08-18T19:00:01.151Z Compiling http v1.5.0
14002026-08-18T19:00:01.338Z Compiling tokio v1.53.1
14012026-08-18T19:00:01.411Z Compiling icu_normalizer v2.2.0
14022026-08-18T19:00:01.438Z Compiling icu_properties v2.2.0
14032026-08-18T19:00:01.994Z Compiling http-body v1.1.0
14042026-08-18T19:00:02.007Z Compiling httparse v1.10.1
14052026-08-18T19:00:02.129Z Compiling ipnet v2.12.1
14062026-08-18T19:00:02.147Z Compiling strsim v0.11.1
14072026-08-18T19:00:02.332Z Compiling idna_adapter v1.2.2
14082026-08-18T19:00:02.470Z Compiling idna v1.1.0
14092026-08-18T19:00:02.620Z Compiling erased-serde v0.3.31
14102026-08-18T19:00:02.638Z Compiling tower-service v0.3.3
14112026-08-18T19:00:02.664Z Compiling tower-layer v0.3.3
14122026-08-18T19:00:02.743Z Compiling url v2.5.8
14132026-08-18T19:00:02.819Z Compiling ppv-lite86 v0.2.21
14142026-08-18T19:00:02.911Z Compiling getrandom v0.2.17
14152026-08-18T19:00:03.092Z Compiling thiserror v1.0.69
14162026-08-18T19:00:03.104Z Compiling ucd-trie v0.1.7
14172026-08-18T19:00:03.122Z Compiling ryu v1.0.23
14182026-08-18T19:00:03.298Z Compiling try-lock v0.2.5
14192026-08-18T19:00:03.387Z Compiling untrusted v0.9.0
14202026-08-18T19:00:03.409Z Compiling want v0.3.1
14212026-08-18T19:00:03.421Z Compiling pest v2.8.8
14222026-08-18T19:00:03.504Z Compiling rand_core v0.6.4
14232026-08-18T19:00:03.566Z Compiling thiserror-impl v1.0.69
14242026-08-18T19:00:03.577Z Compiling httpdate v1.0.3
14252026-08-18T19:00:03.580Z Compiling getrandom v0.3.4
14262026-08-18T19:00:03.723Z Compiling pretty-hex v0.4.2
14272026-08-18T19:00:03.813Z Compiling plain v0.2.3
14282026-08-18T19:00:03.854Z Compiling foldhash v0.2.0
14292026-08-18T19:00:03.916Z Compiling paste v1.0.15
14302026-08-18T19:00:03.930Z Compiling tracing-core v0.1.36
14312026-08-18T19:00:04.084Z Compiling ipnetwork v0.21.1
14322026-08-18T19:00:04.240Z Compiling tracing-attributes v0.1.31
14332026-08-18T19:00:04.538Z Compiling pest_meta v2.8.8
14342026-08-18T19:00:04.576Z Compiling omicron-workspace-hack v0.1.0
14352026-08-18T19:00:04.738Z Compiling ident_case v1.0.1
14362026-08-18T19:00:04.800Z Compiling serde_urlencoded v0.7.1
14372026-08-18T19:00:04.856Z Compiling http-body-util v0.1.5
14382026-08-18T19:00:04.868Z Compiling aho-corasick v1.1.5
14392026-08-18T19:00:05.109Z Compiling pest_generator v2.8.8
14402026-08-18T19:00:05.121Z Compiling sync_wrapper v1.0.2
14412026-08-18T19:00:05.223Z Compiling winnow v1.0.4
14422026-08-18T19:00:05.227Z Compiling oxnet v0.1.6
14432026-08-18T19:00:05.453Z Compiling tracing v0.1.44
14442026-08-18T19:00:05.690Z Compiling regex-automata v0.4.18
14452026-08-18T19:00:05.693Z Compiling daft-derive v0.1.8
14462026-08-18T19:00:05.829Z Compiling pest_derive v2.8.8
14472026-08-18T19:00:05.934Z Compiling fastrand v2.5.0
14482026-08-18T19:00:06.257Z Compiling hashbrown v0.16.1
14492026-08-18T19:00:06.326Z Compiling tokio-util v0.7.19
14502026-08-18T19:00:06.388Z Compiling scroll_derive v0.13.1
14512026-08-18T19:00:06.403Z Compiling async-trait v0.1.92
14522026-08-18T19:00:06.944Z Compiling aws-lc-rs v1.18.0
14532026-08-18T19:00:07.068Z Compiling time-core v0.1.9
14542026-08-18T19:00:07.195Z Compiling num-conv v0.2.2
14552026-08-18T19:00:07.237Z Compiling anyhow v1.0.104
14562026-08-18T19:00:07.251Z Compiling scroll v0.13.0
14572026-08-18T19:00:07.334Z Compiling rustls-pki-types v1.15.1
14582026-08-18T19:00:07.347Z Compiling time-macros v0.2.32
14592026-08-18T19:00:07.512Z Compiling regex v1.13.1
14602026-08-18T19:00:07.760Z Compiling num_threads v0.1.7
14612026-08-18T19:00:07.817Z Compiling openssl-probe v0.2.1
14622026-08-18T19:00:07.856Z Compiling powerfmt v0.2.0
14632026-08-18T19:00:07.935Z Compiling hex v0.4.3
14642026-08-18T19:00:07.966Z Compiling deranged v0.5.8
14652026-08-18T19:00:08.060Z Compiling goblin v0.10.7
14662026-08-18T19:00:08.267Z Compiling untrusted v0.7.1
14672026-08-18T19:00:08.388Z Compiling camino v1.2.5
14682026-08-18T19:00:08.506Z Compiling rustls v0.23.43
14692026-08-18T19:00:08.651Z Compiling usdt-impl v0.6.0
14702026-08-18T19:00:08.718Z Compiling crc32fast v1.5.0
14712026-08-18T19:00:08.914Z Compiling h2 v0.4.15
14722026-08-18T19:00:09.035Z Compiling dtrace-parser v0.3.0
14732026-08-18T19:00:09.048Z Compiling crossbeam-utils v0.8.22
14742026-08-18T19:00:09.433Z Compiling futures-executor v0.3.34
14752026-08-18T19:00:09.492Z Compiling serde_tokenstream v0.3.0
14762026-08-18T19:00:09.586Z Compiling structmeta-derive v0.3.0
14772026-08-18T19:00:09.723Z Compiling thread-id v5.1.0
14782026-08-18T19:00:09.774Z Compiling cpufeatures v0.3.0
14792026-08-18T19:00:09.806Z Compiling simd-adler32 v0.3.10
14802026-08-18T19:00:09.845Z Compiling adler2 v2.0.1
14812026-08-18T19:00:09.925Z Compiling newtype-uuid-macros v0.1.1
14822026-08-18T19:00:09.979Z Compiling miniz_oxide v0.8.9
14832026-08-18T19:00:10.004Z Compiling futures v0.3.34
14842026-08-18T19:00:10.081Z Compiling rand_core v0.9.5
14852026-08-18T19:00:10.625Z Compiling structmeta v0.3.0
14862026-08-18T19:00:10.640Z Compiling darling_core v0.23.0
14872026-08-18T19:00:10.712Z Compiling hybrid-array v0.4.14
14882026-08-18T19:00:10.824Z Compiling thread_local v1.1.10
14892026-08-18T19:00:10.976Z Compiling dof v0.4.0
14902026-08-18T19:00:11.097Z Compiling hyper v1.11.0
14912026-08-18T19:00:11.162Z Compiling match_cfg v0.1.0
14922026-08-18T19:00:11.232Z Compiling flate2 v1.1.9
14932026-08-18T19:00:11.646Z Compiling newtype-uuid v1.4.0
14942026-08-18T19:00:12.300Z Compiling hyper-util v0.1.20
14952026-08-18T19:00:12.312Z Compiling slog-async v2.8.0
14962026-08-18T19:00:12.595Z Compiling compression-core v0.4.32
14972026-08-18T19:00:12.678Z Compiling quick-error v1.2.3
14982026-08-18T19:00:12.707Z Compiling darling_macro v0.23.0
14992026-08-18T19:00:12.749Z Compiling ref-cast v1.0.26
15002026-08-18T19:00:12.779Z Compiling compression-codecs v0.4.38
15012026-08-18T19:00:12.874Z Compiling daft v0.1.8
15022026-08-18T19:00:12.892Z Compiling block-buffer v0.12.1
15032026-08-18T19:00:13.031Z Compiling crypto-common v0.2.2
15042026-08-18T19:00:13.044Z Compiling rand_chacha v0.9.0
15052026-08-18T19:00:13.077Z Compiling usdt-macro v0.6.0
15062026-08-18T19:00:13.094Z Compiling usdt-attr-macro v0.6.0
15072026-08-18T19:00:13.303Z Compiling darling v0.23.0
15082026-08-18T19:00:13.380Z Compiling strum_macros v0.26.4
15092026-08-18T19:00:13.468Z Compiling ref-cast-impl v1.0.26
15102026-08-18T19:00:13.561Z Compiling serde_spanned v1.1.1
15112026-08-18T19:00:13.708Z Compiling multer v3.1.0
15122026-08-18T19:00:13.932Z Compiling generic-array v0.14.7
15132026-08-18T19:00:13.972Z Compiling take_mut v0.2.2
15142026-08-18T19:00:13.976Z Compiling term v1.2.1
15152026-08-18T19:00:14.052Z Compiling bit-vec v0.8.0
15162026-08-18T19:00:14.080Z Compiling const-oid v0.10.2
15172026-08-18T19:00:14.203Z Compiling toml_writer v1.1.2+spec-1.1.0
15182026-08-18T19:00:14.300Z Compiling debug-ignore v1.0.5
15192026-08-18T19:00:14.335Z Compiling bit-set v0.8.0
15202026-08-18T19:00:14.347Z Compiling digest v0.11.3
15212026-08-18T19:00:14.499Z Compiling serde_with_macros v3.22.0
15222026-08-18T19:00:14.502Z Compiling rand v0.9.5
15232026-08-18T19:00:14.502Z Compiling async-stream-impl v0.3.6
15242026-08-18T19:00:14.527Z Compiling dropshot v0.17.1
15252026-08-18T19:00:14.746Z Compiling encoding_rs v0.8.35
15262026-08-18T19:00:14.757Z Compiling syn v1.0.109
15272026-08-18T19:00:15.060Z Compiling spin v0.9.9
15282026-08-18T19:00:15.073Z Compiling strum v0.26.3
15292026-08-18T19:00:15.105Z Compiling unarray v0.1.4
15302026-08-18T19:00:15.148Z Compiling mime v0.3.17
15312026-08-18T19:00:15.173Z Compiling async-stream v0.3.6
15322026-08-18T19:00:15.235Z Compiling sha1 v0.11.0
15332026-08-18T19:00:15.342Z Compiling derive-ex v0.1.8
15342026-08-18T19:00:15.420Z Compiling tower v0.5.3
15352026-08-18T19:00:15.478Z Compiling dropshot_endpoint v0.17.1
15362026-08-18T19:00:15.591Z Compiling macaddr v1.0.1
15372026-08-18T19:00:15.622Z Compiling waitgroup v0.1.2
15382026-08-18T19:00:15.768Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15392026-08-18T19:00:15.810Z Compiling serde_path_to_error v0.1.20
15402026-08-18T19:00:16.157Z Compiling tower-http v0.6.11
15412026-08-18T19:00:16.233Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15422026-08-18T19:00:16.359Z Compiling tempfile v3.27.0
15432026-08-18T19:00:16.394Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15442026-08-18T19:00:16.566Z Compiling openapiv3 v2.2.0
15452026-08-18T19:00:16.578Z Compiling strum_macros v0.27.2
15462026-08-18T19:00:16.884Z Compiling test-strategy v0.4.5
15472026-08-18T19:00:17.103Z Compiling instant v0.1.13
15482026-08-18T19:00:17.209Z Compiling time v0.3.55
15492026-08-18T19:00:17.876Z Compiling rustls-native-certs v0.8.4
15502026-08-18T19:00:18.137Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15512026-08-18T19:00:18.212Z Compiling crossbeam-channel v0.5.16
15522026-08-18T19:00:18.224Z Compiling crypto-common v0.1.7
15532026-08-18T19:00:18.366Z Compiling strum v0.27.2
15542026-08-18T19:00:18.679Z Compiling parse-display-derive v0.10.0
15552026-08-18T19:00:18.730Z Compiling backon v1.6.0
15562026-08-18T19:00:18.936Z Compiling rand_chacha v0.3.1
15572026-08-18T19:00:19.302Z Compiling either v1.17.0
15582026-08-18T19:00:19.522Z Compiling rand v0.8.7
15592026-08-18T19:00:19.573Z Compiling slog-json v2.6.1
15602026-08-18T19:00:19.758Z Compiling hostname v0.3.1
15612026-08-18T19:00:19.821Z Compiling toml_parser v1.1.3+spec-1.1.0
15622026-08-18T19:00:19.898Z Compiling toml_datetime v1.1.1+spec-1.1.0
15632026-08-18T19:00:20.073Z Compiling memmap2 v0.9.11
15642026-08-18T19:00:20.085Z Compiling is-terminal v0.4.17
15652026-08-18T19:00:20.183Z Compiling wait-timeout v0.2.1
15662026-08-18T19:00:20.293Z Compiling usdt v0.6.0
15672026-08-18T19:00:20.351Z Compiling rusty-fork v0.3.1
15682026-08-18T19:00:20.364Z Compiling toml v1.1.4+spec-1.1.0
15692026-08-18T19:00:20.490Z Compiling slog-term v2.9.2
15702026-08-18T19:00:20.569Z Compiling slog-bunyan v2.5.0
15712026-08-18T19:00:20.700Z Compiling serde_with v3.22.0
15722026-08-18T19:00:20.712Z Compiling async-compression v0.4.43
15732026-08-18T19:00:20.717Z Compiling rand_xorshift v0.4.0
15742026-08-18T19:00:20.856Z Compiling rustls-pemfile v2.2.0
15752026-08-18T19:00:21.030Z Compiling regress v0.10.5
15762026-08-18T19:00:21.051Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15772026-08-18T19:00:21.177Z Compiling hostname v0.4.2
15782026-08-18T19:00:21.181Z Compiling humantime v2.4.0
15792026-08-18T19:00:21.325Z Compiling proptest v1.11.0
15802026-08-18T19:00:21.445Z Compiling iddqd v0.4.6
15812026-08-18T19:00:21.722Z Compiling reqwest v0.12.28
15822026-08-18T19:00:21.852Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15832026-08-18T19:00:22.090Z Compiling block-buffer v0.10.4
15842026-08-18T19:00:22.410Z Compiling digest v0.10.7
15852026-08-18T19:00:22.452Z Compiling parse-display v0.10.0
15862026-08-18T19:00:22.621Z Compiling backoff v0.4.0
15872026-08-18T19:00:22.683Z Compiling progenitor-client v0.10.0
15882026-08-18T19:00:22.779Z Compiling itertools v0.14.0
15892026-08-18T19:00:22.828Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15902026-08-18T19:00:23.494Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15912026-08-18T19:00:24.820Z Compiling regress v0.11.1
15922026-08-18T19:00:25.142Z Compiling utf8parse v0.2.2
15932026-08-18T19:00:25.162Z Compiling is_terminal_polyfill v1.70.2
15942026-08-18T19:00:25.263Z Compiling anstyle-parse v1.0.0
15952026-08-18T19:00:25.274Z Compiling anstyle-query v1.1.5
15962026-08-18T19:00:25.377Z Compiling colorchoice v1.0.5
15972026-08-18T19:00:25.489Z Compiling anstyle v1.0.14
15982026-08-18T19:00:25.708Z Compiling anstream v1.0.0
15992026-08-18T19:00:26.333Z Compiling toml_datetime v0.6.11
16002026-08-18T19:00:26.465Z Compiling typify-impl v0.6.2
16012026-08-18T19:00:26.539Z Compiling zerocopy-derive v0.7.35
16022026-08-18T19:00:26.599Z Compiling clap_lex v1.1.0
16032026-08-18T19:00:26.823Z Compiling convert_case v0.4.0
16042026-08-18T19:00:26.846Z Compiling cpufeatures v0.2.17
16052026-08-18T19:00:27.123Z Compiling derive_more v0.99.20
16062026-08-18T19:00:27.385Z Compiling zerocopy v0.7.35
16072026-08-18T19:00:28.040Z Compiling unicode-width v0.2.2
16082026-08-18T19:00:28.522Z Compiling secrecy v0.10.3
16092026-08-18T19:00:28.680Z Compiling clap_derive v4.6.4
16102026-08-18T19:00:28.735Z Compiling float-ord v0.3.2
16112026-08-18T19:00:28.777Z Compiling crucible-workspace-hack v0.1.0
16122026-08-18T19:00:28.858Z Compiling tinyvec_macros v0.1.1
16132026-08-18T19:00:28.921Z Compiling tinyvec v1.12.0
16142026-08-18T19:00:29.352Z Compiling terminal_size v0.4.4
16152026-08-18T19:00:29.504Z Compiling dtrace-parser v0.2.0
16162026-08-18T19:00:29.508Z Compiling scroll_derive v0.12.1
16172026-08-18T19:00:29.629Z Compiling num-integer v0.1.47
16182026-08-18T19:00:29.962Z Compiling rustc_version v0.4.1
16192026-08-18T19:00:30.020Z Compiling usdt-impl v0.5.0
16202026-08-18T19:00:30.240Z Compiling crossbeam-epoch v0.9.20
16212026-08-18T19:00:30.325Z Compiling curve25519-dalek v4.1.3
16222026-08-18T19:00:30.379Z Compiling scroll v0.12.0
16232026-08-18T19:00:30.638Z Compiling dof v0.3.0
16242026-08-18T19:00:30.666Z Compiling hmac v0.12.1
16252026-08-18T19:00:30.799Z Compiling inout v0.1.4
16262026-08-18T19:00:30.923Z Compiling darling_core v0.21.3
16272026-08-18T19:00:30.945Z Compiling ff v0.13.1
16282026-08-18T19:00:30.961Z Compiling thread-id v4.2.2
16292026-08-18T19:00:31.043Z Compiling group v0.13.0
16302026-08-18T19:00:31.082Z Compiling cipher v0.4.4
16312026-08-18T19:00:31.275Z Compiling hkdf v0.12.4
16322026-08-18T19:00:31.538Z Compiling goblin v0.8.2
16332026-08-18T19:00:31.633Z Compiling num-rational v0.4.2
16342026-08-18T19:00:31.885Z Compiling num-iter v0.1.46
16352026-08-18T19:00:31.947Z Compiling clap_builder v4.6.6
16362026-08-18T19:00:32.002Z Compiling toml_edit v0.25.13+spec-1.1.0
16372026-08-18T19:00:32.136Z Compiling thiserror-impl-no-std v2.0.2
16382026-08-18T19:00:32.238Z Compiling universal-hash v0.5.1
16392026-08-18T19:00:32.370Z Compiling crypto-bigint v0.5.5
16402026-08-18T19:00:32.791Z Compiling typify-macro v0.6.2
16412026-08-18T19:00:32.869Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16422026-08-18T19:00:32.983Z Compiling darling_macro v0.21.3
16432026-08-18T19:00:33.320Z Compiling half v2.7.1
16442026-08-18T19:00:33.507Z Compiling curve25519-dalek-derive v0.1.1
16452026-08-18T19:00:33.519Z Compiling num-complex v0.4.6
16462026-08-18T19:00:33.814Z Compiling opaque-debug v0.3.1
16472026-08-18T19:00:33.882Z Compiling ciborium-io v0.2.2
16482026-08-18T19:00:33.895Z Compiling base64ct v1.8.3
16492026-08-18T19:00:33.916Z Compiling base16ct v0.2.0
16502026-08-18T19:00:33.974Z Compiling ciborium-ll v0.2.2
16512026-08-18T19:00:34.074Z Compiling elliptic-curve v0.13.8
16522026-08-18T19:00:34.187Z Compiling password-hash v0.5.0
16532026-08-18T19:00:34.197Z Compiling poly1305 v0.8.0
16542026-08-18T19:00:34.630Z Compiling num v0.4.3
16552026-08-18T19:00:34.746Z Compiling darling v0.21.3
16562026-08-18T19:00:34.829Z Compiling clap v4.6.6
16572026-08-18T19:00:34.970Z Compiling typify v0.6.2
16582026-08-18T19:00:35.047Z Compiling thiserror-no-std v2.0.2
16592026-08-18T19:00:35.065Z Compiling proc-macro-crate v3.5.0
16602026-08-18T19:00:35.481Z Compiling chacha20 v0.9.1
16612026-08-18T19:00:35.557Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16622026-08-18T19:00:35.589Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16632026-08-18T19:00:36.146Z Compiling blake2 v0.10.6
16642026-08-18T19:00:36.235Z Compiling aead v0.5.2
16652026-08-18T19:00:36.293Z Compiling byte-wrapper v0.1.0
16662026-08-18T19:00:36.392Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16672026-08-18T19:00:36.595Z Compiling proc-macro-error-attr v1.0.4
16682026-08-18T19:00:36.727Z Compiling rustix v0.38.44
16692026-08-18T19:00:36.813Z Compiling unsafe-libyaml v0.2.11
16702026-08-18T19:00:36.848Z Compiling prettyplease v0.2.37
16712026-08-18T19:00:37.067Z Compiling keccak v0.1.6
16722026-08-18T19:00:37.080Z Compiling heapless v0.8.0
16732026-08-18T19:00:37.410Z Compiling serde_yaml v0.9.34+deprecated
16742026-08-18T19:00:37.475Z Compiling sha3 v0.10.9
16752026-08-18T19:00:37.771Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16762026-08-18T19:00:38.344Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16772026-08-18T19:00:38.389Z Compiling argon2 v0.5.3
16782026-08-18T19:00:38.652Z Compiling chacha20poly1305 v0.10.1
16792026-08-18T19:00:38.894Z Compiling num_enum_derive v0.7.6
16802026-08-18T19:00:38.941Z Compiling vsss-rs v3.3.4
16812026-08-18T19:00:38.954Z Compiling ingot-macros v0.1.1
16822026-08-18T19:00:38.989Z Compiling ciborium v0.2.2
16832026-08-18T19:00:39.716Z Compiling usdt-attr-macro v0.5.0
16842026-08-18T19:00:39.944Z Compiling usdt-macro v0.5.0
16852026-08-18T19:00:40.850Z Compiling serde_spanned v0.6.9
16862026-08-18T19:00:40.991Z Compiling hash32 v0.3.1
16872026-08-18T19:00:41.123Z Compiling enum-as-inner v0.6.1
16882026-08-18T19:00:41.141Z Compiling proc-macro-error v1.0.4
16892026-08-18T19:00:41.368Z Compiling memmap v0.7.0
16902026-08-18T19:00:41.461Z Compiling memoffset v0.9.1
16912026-08-18T19:00:41.553Z Compiling indent_write v2.2.0
16922026-08-18T19:00:41.645Z Compiling winnow v0.7.15
16932026-08-18T19:00:41.686Z Compiling smoltcp v0.11.0
16942026-08-18T19:00:41.690Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16952026-08-18T19:00:41.690Z Compiling data-encoding v2.11.1
16962026-08-18T19:00:41.732Z Compiling toml_write v0.1.2
16972026-08-18T19:00:41.899Z Compiling winnow v0.5.40
16982026-08-18T19:00:41.925Z Compiling cfg_aliases v0.2.2
16992026-08-18T19:00:41.953Z Compiling ingot-types v0.1.2
17002026-08-18T19:00:41.994Z Compiling nix v0.31.3
17012026-08-18T19:00:42.033Z Compiling usdt v0.5.0
17022026-08-18T19:00:42.342Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17032026-08-18T19:00:42.354Z Compiling num_enum v0.7.6
17042026-08-18T19:00:42.365Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17052026-08-18T19:00:42.455Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17062026-08-18T19:00:42.610Z Compiling tabwriter v1.4.1
17072026-08-18T19:00:42.832Z Compiling cobs v0.3.0
17082026-08-18T19:00:42.844Z Compiling serde_repr v0.1.21
17092026-08-18T19:00:42.877Z Compiling crossbeam-deque v0.8.7
17102026-08-18T19:00:43.023Z Compiling toml_edit v0.22.27
17112026-08-18T19:00:43.118Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17122026-08-18T19:00:43.135Z Compiling toml_edit v0.19.15
17132026-08-18T19:00:43.255Z Compiling managed v0.8.0
17142026-08-18T19:00:43.329Z Compiling vcpkg v0.2.15
17152026-08-18T19:00:43.397Z Compiling bitflags v1.3.2
17162026-08-18T19:00:43.464Z Compiling postcard v1.1.3
17172026-08-18T19:00:43.807Z Compiling ingot v0.1.1
17182026-08-18T19:00:43.864Z Compiling openssl-sys v0.9.117
17192026-08-18T19:00:44.507Z Compiling toml v0.8.23
17202026-08-18T19:00:45.212Z Compiling proc-macro-crate v1.3.1
17212026-08-18T19:00:45.453Z Compiling hubpack_derive v0.1.1
17222026-08-18T19:00:45.544Z Compiling foreign-types-macros v0.2.4
17232026-08-18T19:00:45.789Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17242026-08-18T19:00:45.988Z Compiling rustls-webpki v0.103.14
17252026-08-18T19:00:46.099Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17262026-08-18T19:00:46.329Z Compiling linked-hash-map v0.5.6
17272026-08-18T19:00:46.345Z Compiling colored v3.1.1
17282026-08-18T19:00:46.345Z Compiling semver v0.1.20
17292026-08-18T19:00:46.368Z Compiling static_assertions v1.1.0
17302026-08-18T19:00:46.441Z Compiling heck v0.4.1
17312026-08-18T19:00:46.506Z Compiling swrite v0.1.0
17322026-08-18T19:00:46.526Z Compiling rayon-core v1.13.0
17332026-08-18T19:00:46.596Z Compiling unicode-segmentation v1.13.3
17342026-08-18T19:00:46.608Z Compiling resolv-conf v0.7.6
17352026-08-18T19:00:46.635Z Compiling foreign-types-shared v0.3.1
17362026-08-18T19:00:46.725Z Compiling foreign-types v0.5.0
17372026-08-18T19:00:46.765Z Compiling rustc_version v0.1.7
17382026-08-18T19:00:46.814Z Compiling lru-cache v0.1.2
17392026-08-18T19:00:46.937Z Compiling newline-converter v0.3.0
17402026-08-18T19:00:46.980Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17412026-08-18T19:00:47.002Z Compiling hubpack v0.1.2
17422026-08-18T19:00:47.018Z Compiling num_enum_derive v0.5.11
17432026-08-18T19:00:47.236Z Compiling atomicwrites v0.4.4
17442026-08-18T19:00:47.334Z Compiling hickory-proto v0.24.4
17452026-08-18T19:00:47.493Z Compiling progenitor-impl v0.13.0
17462026-08-18T19:00:48.043Z Compiling console v0.15.11
17472026-08-18T19:00:48.102Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17482026-08-18T19:00:48.625Z Compiling camino-tempfile v1.4.1
17492026-08-18T19:00:48.687Z Compiling chacha20 v0.10.1
17502026-08-18T19:00:48.732Z Compiling serde-big-array v0.5.1
17512026-08-18T19:00:48.793Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17522026-08-18T19:00:48.861Z Compiling derive-where v1.6.1
17532026-08-18T19:00:48.872Z Compiling num-derive v0.4.2
17542026-08-18T19:00:48.943Z Compiling pin-project-internal v1.1.13
17552026-08-18T19:00:49.382Z Compiling tokio-rustls v0.26.4
17562026-08-18T19:00:49.663Z Compiling hyper-rustls v0.27.9
17572026-08-18T19:00:49.878Z Compiling rustls-platform-verifier v0.7.0
17582026-08-18T19:00:50.064Z Compiling reqwest v0.13.4
17592026-08-18T19:00:50.688Z Compiling cstr-argument v0.1.2
17602026-08-18T19:00:50.843Z Compiling similar v2.7.0
17612026-08-18T19:00:51.098Z Compiling minimal-lexical v0.2.1
17622026-08-18T19:00:51.232Z Compiling siphasher v1.0.3
17632026-08-18T19:00:51.351Z Compiling progenitor-client v0.14.0
17642026-08-18T19:00:51.429Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
17652026-08-18T19:00:51.651Z Compiling progenitor-extras v0.2.0
17662026-08-18T19:00:51.681Z Compiling phf_shared v0.12.1
17672026-08-18T19:00:51.771Z Compiling nom v7.1.3
17682026-08-18T19:00:51.886Z Compiling progenitor-client v0.13.0
17692026-08-18T19:00:52.185Z Compiling expectorate v1.2.0
17702026-08-18T19:00:52.337Z Compiling progenitor-macro v0.13.0
17712026-08-18T19:00:52.382Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17722026-08-18T19:00:52.649Z Compiling pin-project v1.1.13
17732026-08-18T19:00:52.751Z Compiling hickory-resolver v0.24.4
17742026-08-18T19:00:53.128Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17752026-08-18T19:00:53.167Z Compiling rand v0.10.2
17762026-08-18T19:00:54.422Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17772026-08-18T19:00:54.998Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17782026-08-18T19:00:55.127Z Compiling num_enum v0.5.11
17792026-08-18T19:00:55.474Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17802026-08-18T19:00:55.676Z Compiling newtype_derive v0.1.6
17812026-08-18T19:00:56.871Z Compiling progenitor-impl v0.14.0
17822026-08-18T19:00:57.299Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17832026-08-18T19:00:57.326Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17842026-08-18T19:00:57.338Z Compiling unicode-normalization v0.1.25
17852026-08-18T19:00:57.695Z Compiling tokio-stream v0.1.19
17862026-08-18T19:00:58.182Z Compiling snafu-derive v0.8.9
17872026-08-18T19:00:59.302Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17882026-08-18T19:00:59.578Z Compiling async-recursion v1.1.1
17892026-08-18T19:00:59.935Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17902026-08-18T19:00:59.980Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17912026-08-18T19:01:00.031Z Compiling slog-dtrace v0.3.0
17922026-08-18T19:01:00.264Z Compiling csv-core v0.1.13
17932026-08-18T19:01:00.276Z Compiling bstr v1.13.1
17942026-08-18T19:01:00.280Z Compiling owo-colors v4.3.0
17952026-08-18T19:01:00.324Z Compiling highway v1.3.0
17962026-08-18T19:01:00.532Z Compiling same-file v1.0.6
17972026-08-18T19:01:00.576Z Compiling openssl v0.10.81
17982026-08-18T19:01:00.617Z Compiling cancel-safe-futures v0.1.5
17992026-08-18T19:01:00.709Z Compiling unicode-width v0.1.14
18002026-08-18T19:01:00.725Z Compiling konst_macro_rules v0.2.19
18012026-08-18T19:01:00.769Z Compiling unicode-xid v0.2.6
18022026-08-18T19:01:00.849Z Compiling foreign-types-shared v0.1.1
18032026-08-18T19:01:00.859Z Compiling jiff-core v0.1.0
18042026-08-18T19:01:00.889Z Compiling foldhash v0.1.5
18052026-08-18T19:01:00.904Z Compiling chrono-tz v0.10.4
18062026-08-18T19:01:00.931Z Compiling foreign-types v0.3.2
18072026-08-18T19:01:00.946Z Compiling const_format_proc_macros v0.2.34
18082026-08-18T19:01:00.982Z Compiling konst v0.2.20
18092026-08-18T19:01:01.003Z Compiling hashbrown v0.15.5
18102026-08-18T19:01:01.101Z Compiling walkdir v2.5.0
18112026-08-18T19:01:01.129Z Compiling globset v0.4.20
18122026-08-18T19:01:01.260Z Compiling progenitor-macro v0.14.0
18132026-08-18T19:01:01.450Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-08-18T19:01:01.529Z Compiling csv v1.4.0
18152026-08-18T19:01:01.604Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-08-18T19:01:01.725Z Compiling jiff v0.2.35
18172026-08-18T19:01:02.057Z Compiling snafu v0.8.9
18182026-08-18T19:01:02.083Z Compiling qorb v0.4.1
18192026-08-18T19:01:02.438Z Compiling olpc-cjson v0.1.4
18202026-08-18T19:01:02.607Z Compiling progenitor v0.13.0
18212026-08-18T19:01:02.756Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-08-18T19:01:03.298Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-08-18T19:01:03.696Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-08-18T19:01:04.236Z Compiling rayon v1.12.0
18252026-08-18T19:01:05.482Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18262026-08-18T19:01:05.721Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-08-18T19:01:05.750Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18282026-08-18T19:01:05.834Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18292026-08-18T19:01:05.978Z Compiling phf v0.12.1
18302026-08-18T19:01:06.135Z Compiling zone_cfg_derive v0.3.1
18312026-08-18T19:01:06.305Z Compiling tokio-dtrace v0.1.1
18322026-08-18T19:01:06.572Z Compiling itertools v0.12.1
18332026-08-18T19:01:06.633Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18342026-08-18T19:01:06.833Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18352026-08-18T19:01:06.847Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-08-18T19:01:07.216Z Compiling libsw-core v0.3.2
18372026-08-18T19:01:07.228Z Compiling serde_plain v1.0.2
18382026-08-18T19:01:07.386Z Compiling pem v3.0.6
18392026-08-18T19:01:07.432Z Compiling openssl-macros v0.1.1
18402026-08-18T19:01:07.435Z Compiling cookie v0.18.2
18412026-08-18T19:01:07.678Z Compiling sigpipe v0.1.3
18422026-08-18T19:01:07.766Z Compiling glob v0.3.4
18432026-08-18T19:01:07.778Z Compiling bytecount v0.6.9
18442026-08-18T19:01:07.800Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-08-18T19:01:07.916Z Compiling fixedbitset v0.5.7
18462026-08-18T19:01:07.929Z Compiling typed-path v0.9.3
18472026-08-18T19:01:08.021Z Compiling fixedbitset v0.4.2
18482026-08-18T19:01:08.217Z Compiling petgraph v0.6.5
18492026-08-18T19:01:08.253Z Compiling petgraph v0.8.3
18502026-08-18T19:01:08.282Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-08-18T19:01:08.906Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-08-18T19:01:09.026Z Compiling tough v0.22.0
18532026-08-18T19:01:09.155Z Compiling papergrid v0.11.0
18542026-08-18T19:01:09.241Z Compiling zone v0.3.1
18552026-08-18T19:01:09.814Z Compiling progenitor v0.14.0
18562026-08-18T19:01:09.961Z Compiling libsw v3.5.0
18572026-08-18T19:01:10.137Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18582026-08-18T19:01:10.148Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18592026-08-18T19:01:10.163Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18602026-08-18T19:01:10.174Z Compiling oxide-tokio-rt v0.1.6
18612026-08-18T19:01:10.816Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-08-18T19:01:10.916Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-08-18T19:01:11.058Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-08-18T19:01:11.114Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-08-18T19:01:11.357Z Compiling const_format v0.2.36
18662026-08-18T19:01:11.715Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-08-18T19:01:12.002Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18682026-08-18T19:01:12.002Z Compiling tabled_derive v0.7.0
18692026-08-18T19:01:12.131Z Compiling gethostname v0.5.0
18702026-08-18T19:01:12.253Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-08-18T19:01:12.288Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18722026-08-18T19:01:12.302Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-08-18T19:01:12.372Z Compiling bcs v0.1.6
18742026-08-18T19:01:12.405Z Compiling smf v0.2.3
18752026-08-18T19:01:12.418Z Compiling lazy_static v1.5.0
18762026-08-18T19:01:12.520Z Compiling unicode-linebreak v0.1.5
18772026-08-18T19:01:12.691Z Compiling tagptr v0.2.0
18782026-08-18T19:01:12.765Z Compiling whoami v1.6.1
18792026-08-18T19:01:12.842Z Compiling termtree v0.5.1
18802026-08-18T19:01:12.953Z Compiling smawk v0.3.3
18812026-08-18T19:01:12.993Z Compiling linear-map v1.2.0
18822026-08-18T19:01:13.004Z Compiling tabled v0.15.0
18832026-08-18T19:01:13.078Z Compiling textwrap v0.16.2
18842026-08-18T19:01:13.175Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-08-18T19:01:13.548Z Compiling moka v0.12.16
18862026-08-18T19:01:13.585Z Compiling steno v0.4.1
18872026-08-18T19:01:13.683Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-08-18T19:01:14.352Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-08-18T19:01:14.964Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-08-18T19:01:15.532Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-08-18T19:01:15.743Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-08-18T19:01:16.615Z Compiling hickory-proto v0.25.2
18932026-08-18T19:01:16.627Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18942026-08-18T19:01:16.693Z Compiling parking_lot_core v0.8.6
18952026-08-18T19:01:16.839Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-08-18T19:01:16.988Z Compiling libscf-sys v1.2.0
18972026-08-18T19:01:17.135Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18982026-08-18T19:01:17.638Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18992026-08-18T19:01:17.670Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19002026-08-18T19:01:17.686Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19012026-08-18T19:01:17.876Z Compiling nom v8.0.0
19022026-08-18T19:01:17.894Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19032026-08-18T19:01:17.990Z Compiling parking_lot v0.11.2
19042026-08-18T19:01:18.074Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19052026-08-18T19:01:18.084Z Compiling fxhash v0.2.1
19062026-08-18T19:01:18.218Z Compiling internet-checksum v0.2.1
19072026-08-18T19:01:18.311Z Compiling sled v0.34.7
19082026-08-18T19:01:18.356Z Compiling itertools v0.15.0
19092026-08-18T19:01:18.494Z Compiling hickory-resolver v0.25.2
19102026-08-18T19:01:19.386Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-08-18T19:01:20.085Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19122026-08-18T19:01:24.126Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-08-18T19:01:25.292Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19142026-08-18T19:01:31.913Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-08-18T19:01:33.541Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-08-18T19:01:34.591Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19172026-08-18T19:01:35.543Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19182026-08-18T19:01:36.573Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19192026-08-18T19:02:01.313Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
19202026-08-18T19:02:01.503Z────────────
19212026-08-18T19:02:01.503Z Nextest run ID 9546dcee-4235-4bbd-b461-94be67d635dd with nextest profile: default
19222026-08-18T19:02:01.503Z Starting 13 tests across 1 binary (28 tests skipped)
19232026-08-18T19:02:18.529Z PASS [ 17.026s] rdb proptest::prop_ipv4_normalized_is_network_address
19242026-08-18T19:02:18.545Z PASS [ 17.042s] rdb proptest::prop_ipv6_normalized_is_network_address
19252026-08-18T19:02:18.590Z PASS [ 17.083s] rdb proptest::prop_ipv4_subnet_of_self
19262026-08-18T19:02:18.629Z PASS [ 17.126s] rdb proptest::prop_ipv4_default_contains_all
19272026-08-18T19:02:18.737Z PASS [ 17.234s] rdb proptest::prop_ipv6_default_contains_all
19282026-08-18T19:02:18.756Z PASS [ 17.254s] rdb proptest::prop_ipv6_subnet_of_self
19292026-08-18T19:02:27.780Z PASS [ 26.277s] rdb proptest::prop_static_route_key_deduplication
19302026-08-18T19:02:55.158Z PASS [ 36.572s] rdb proptest::prop_static_route_key_normalization_preserves_length
19312026-08-18T19:02:55.163Z PASS [ 36.634s] rdb proptest::prop_static_route_key_normalization_idempotent
19322026-08-18T19:02:55.222Z PASS [ 36.593s] rdb proptest::prop_static_route_key_normalized_is_network_address
19332026-08-18T19:02:55.301Z PASS [ 36.757s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19342026-08-18T19:03:01.505Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19352026-08-18T19:03:11.596Z PASS [ 52.859s] rdb proptest::prop_static_route_key_ord_consistency
19362026-08-18T19:04:01.509Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19372026-08-18T19:05:01.507Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19382026-08-18T19:06:01.508Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19392026-08-18T19:06:19.763Z PASS [ 258.260s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19402026-08-18T19:06:19.763Z────────────
19412026-08-18T19:06:19.763Z Summary [ 258.261s] 13 tests run: 13 passed (1 slow), 28 skipped
19422026-08-18T19:06:19.777Z+ cp './*.log' /work/
19432026-08-18T19:06:19.780Z+ true
19442026-08-18T19:06:19.781Z+ [[ -d proptest-regressions ]]
19452026-08-18T19:06:19.781Z+ mkdir -p /work/proptest-regressions/rdb
19462026-08-18T19:06:19.784Z+ cp -R proptest-regressions/. /work/proptest-regressions/rdb/
19472026-08-18T19:06:19.784Z+ popd
19482026-08-18T19:06:19.784Z/work/oxidecomputer/maghemite
19492026-08-18T19:06:19.784Z+ run_crate_proptests bgp
19502026-08-18T19:06:19.784Z+ local crate=bgp
19512026-08-18T19:06:19.784Z+ pushd bgp
19522026-08-18T19:06:19.784Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19532026-08-18T19:06:19.784Z+ cargo nextest run --lib proptest
19542026-08-18T19:06:20.998Z Compiling smallvec v1.15.2
19552026-08-18T19:06:21.164Z Compiling crunchy v0.2.4
19562026-08-18T19:06:21.164Z Compiling tiny-keccak v2.0.2
19572026-08-18T19:06:21.195Z Compiling ahash v0.8.12
19582026-08-18T19:06:21.195Z Compiling smartstring v1.0.1
19592026-08-18T19:06:21.216Z Compiling thin-vec v0.2.19
19602026-08-18T19:06:21.216Z Compiling rhai_codegen v3.2.0
19612026-08-18T19:06:21.299Z Compiling icu_normalizer v2.2.0
19622026-08-18T19:06:21.318Z Compiling parking_lot_core v0.9.12
19632026-08-18T19:06:21.463Z Compiling parking_lot_core v0.8.6
19642026-08-18T19:06:21.546Z Compiling parking_lot v0.12.5
19652026-08-18T19:06:21.683Z Compiling idna_adapter v1.2.2
19662026-08-18T19:06:21.758Z Compiling tokio v1.53.1
19672026-08-18T19:06:21.832Z Compiling idna v1.1.0
19682026-08-18T19:06:21.953Z Compiling moka v0.12.16
19692026-08-18T19:06:22.034Z Compiling parking_lot v0.11.2
19702026-08-18T19:06:22.223Z Compiling url v2.5.8
19712026-08-18T19:06:22.445Z Compiling const-random-macro v0.1.16
19722026-08-18T19:06:22.506Z Compiling sled v0.34.7
19732026-08-18T19:06:22.744Z Compiling schemars v0.8.22
19742026-08-18T19:06:22.828Z Compiling const-random v0.1.18
19752026-08-18T19:06:22.870Z Compiling serial_test_derive v4.0.1
19762026-08-18T19:06:23.073Z Compiling diff v0.1.13
19772026-08-18T19:06:23.104Z Compiling yansi v1.0.1
19782026-08-18T19:06:23.128Z Compiling rhai v1.25.1
19792026-08-18T19:06:23.358Z Compiling pretty_assertions v1.4.1
19802026-08-18T19:06:23.485Z Compiling ipnetwork v0.21.1
19812026-08-18T19:06:23.552Z Compiling newtype-uuid v1.4.0
19822026-08-18T19:06:23.628Z Compiling serde_with v3.22.0
19832026-08-18T19:06:23.895Z Compiling oxnet v0.1.6
19842026-08-18T19:06:23.922Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19852026-08-18T19:06:24.216Z Compiling daft v0.1.8
19862026-08-18T19:06:24.380Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-08-18T19:06:24.480Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19882026-08-18T19:06:24.793Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19892026-08-18T19:06:24.939Z Compiling iddqd v0.4.6
19902026-08-18T19:06:25.148Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-08-18T19:06:25.440Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19922026-08-18T19:06:25.528Z Compiling byte-wrapper v0.1.0
19932026-08-18T19:06:25.620Z Compiling tokio-util v0.7.19
19942026-08-18T19:06:25.761Z Compiling tokio-rustls v0.26.4
19952026-08-18T19:06:25.807Z Compiling tower v0.5.3
19962026-08-18T19:06:26.016Z Compiling async-compression v0.4.43
19972026-08-18T19:06:26.223Z Compiling h2 v0.4.15
19982026-08-18T19:06:26.263Z Compiling tower-http v0.6.11
19992026-08-18T19:06:26.310Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20002026-08-18T19:06:26.328Z Compiling backoff v0.4.0
20012026-08-18T19:06:27.161Z Compiling typify-impl v0.6.2
20022026-08-18T19:06:27.394Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20032026-08-18T19:06:27.459Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20042026-08-18T19:06:28.108Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20052026-08-18T19:06:28.364Z Compiling hyper v1.11.0
20062026-08-18T19:06:28.781Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20072026-08-18T19:06:28.880Z Compiling typify v0.6.2
20082026-08-18T19:06:28.994Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20092026-08-18T19:06:29.398Z Compiling hickory-proto v0.24.4
20102026-08-18T19:06:30.172Z Compiling hyper-util v0.1.20
20112026-08-18T19:06:30.209Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20122026-08-18T19:06:30.314Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20132026-08-18T19:06:31.085Z Compiling progenitor-impl v0.13.0
20142026-08-18T19:06:31.493Z Compiling hyper-rustls v0.27.9
20152026-08-18T19:06:31.806Z Compiling reqwest v0.13.4
20162026-08-18T19:06:31.882Z Compiling dropshot v0.17.1
20172026-08-18T19:06:32.493Z Compiling reqwest v0.12.28
20182026-08-18T19:06:33.059Z Compiling progenitor-client v0.14.0
20192026-08-18T19:06:33.369Z Compiling progenitor-extras v0.2.0
20202026-08-18T19:06:33.574Z Compiling progenitor-client v0.10.0
20212026-08-18T19:06:34.670Z Compiling progenitor-client v0.13.0
20222026-08-18T19:06:34.992Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-08-18T19:06:36.161Z Compiling hickory-resolver v0.24.4
20242026-08-18T19:06:36.345Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20252026-08-18T19:06:36.569Z Compiling tokio-stream v0.1.19
20262026-08-18T19:06:36.855Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20272026-08-18T19:06:37.057Z Compiling progenitor v0.13.0
20282026-08-18T19:06:37.988Z Compiling qorb v0.4.1
20292026-08-18T19:06:38.239Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-08-18T19:06:38.825Z Compiling progenitor-impl v0.14.0
20312026-08-18T19:06:38.882Z Compiling tokio-dtrace v0.1.1
20322026-08-18T19:06:39.164Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-08-18T19:06:40.139Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-08-18T19:06:40.557Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-08-18T19:06:41.191Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-08-18T19:06:41.462Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-08-18T19:06:41.462Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20382026-08-18T19:06:41.520Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-08-18T19:06:42.296Z Compiling libsw-core v0.3.2
20402026-08-18T19:06:42.466Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20412026-08-18T19:06:42.498Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
20422026-08-18T19:06:42.855Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20432026-08-18T19:06:43.385Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20442026-08-18T19:06:43.399Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-08-18T19:06:43.615Z Compiling libsw v3.5.0
20462026-08-18T19:06:43.796Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-08-18T19:06:43.969Z Compiling progenitor v0.14.0
20482026-08-18T19:06:44.111Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-08-18T19:06:44.221Z Compiling oxide-tokio-rt v0.1.6
20502026-08-18T19:06:44.241Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-08-18T19:06:44.292Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-08-18T19:06:44.420Z Compiling tough v0.22.0
20532026-08-18T19:06:44.528Z Compiling cancel-safe-futures v0.1.5
20542026-08-18T19:06:44.598Z Compiling zone v0.3.1
20552026-08-18T19:06:44.836Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20562026-08-18T19:06:44.847Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-08-18T19:06:44.986Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-08-18T19:06:45.020Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-08-18T19:06:45.463Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-08-18T19:06:45.660Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-08-18T19:06:45.761Z Compiling steno v0.4.1
20622026-08-18T19:06:46.293Z Compiling hickory-proto v0.25.2
20632026-08-18T19:06:46.683Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20642026-08-18T19:06:47.700Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20652026-08-18T19:06:48.163Z Compiling hickory-resolver v0.25.2
20662026-08-18T19:06:48.226Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-08-18T19:06:48.559Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-08-18T19:06:48.907Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-08-18T19:06:48.989Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20702026-08-18T19:06:49.070Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-08-18T19:06:49.093Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20722026-08-18T19:06:49.810Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-08-18T19:06:50.500Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-08-18T19:06:50.863Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20752026-08-18T19:06:51.226Z Compiling serial_test v4.0.1
20762026-08-18T19:06:52.083Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20772026-08-18T19:06:52.343Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20782026-08-18T19:06:54.774Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20792026-08-18T19:06:58.415Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-08-18T19:07:06.015Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20812026-08-18T19:07:07.639Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20822026-08-18T19:07:08.710Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20832026-08-18T19:07:09.684Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20842026-08-18T19:07:10.541Z Compiling unnumbered v0.1.0 (/work/oxidecomputer/maghemite/unnumbered)
20852026-08-18T19:07:10.541Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20862026-08-18T19:07:12.705Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20872026-08-18T19:07:46.423Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 25s
20882026-08-18T19:07:46.605Z────────────
20892026-08-18T19:07:46.605Z Nextest run ID 0c6eeedc-c9a3-4f24-a7a8-38840b8494f0 with nextest profile: default
20902026-08-18T19:07:46.605Z Starting 17 tests across 1 binary (143 tests skipped)
20912026-08-18T19:08:03.838Z PASS [ 17.233s] bgp proptest::prop_ipv4_wire_format_roundtrip
20922026-08-18T19:08:05.767Z PASS [ 19.162s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20932026-08-18T19:08:05.796Z PASS [ 19.191s] bgp proptest::prop_ipv4_prefixes_roundtrip
20942026-08-18T19:08:06.963Z PASS [ 20.359s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20952026-08-18T19:08:07.508Z PASS [ 20.902s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20962026-08-18T19:08:07.658Z PASS [ 21.053s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20972026-08-18T19:08:15.748Z PASS [ 29.143s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20982026-08-18T19:08:21.056Z PASS [ 17.218s] bgp proptest::prop_ipv6_wire_format_roundtrip
20992026-08-18T19:08:26.181Z PASS [ 19.218s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
21002026-08-18T19:08:26.234Z PASS [ 20.468s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
21012026-08-18T19:08:26.881Z PASS [ 19.223s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
21022026-08-18T19:08:27.373Z PASS [ 19.866s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
21032026-08-18T19:08:46.614Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
21042026-08-18T19:08:50.229Z PASS [ 29.173s] bgp proptest::prop_update_mp_unreach_roundtrip
21052026-08-18T19:08:55.171Z PASS [ 68.376s] bgp proptest::prop_encode_decode_semantic_equivalence
21062026-08-18T19:09:07.747Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21072026-08-18T19:09:15.752Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21082026-08-18T19:09:17.138Z PASS [ 71.342s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21092026-08-18T19:09:26.184Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21102026-08-18T19:09:28.998Z PASS [ 62.817s] bgp proptest::prop_update_traditional_roundtrip
21112026-08-18T19:09:31.028Z PASS [ 75.280s] bgp proptest::prop_update_mp_reach_roundtrip
21122026-08-18T19:09:31.028Z────────────
21132026-08-18T19:09:31.028Z Summary [ 104.424s] 17 tests run: 17 passed (4 slow), 143 skipped
21142026-08-18T19:09:31.042Z+ cp './*.log' /work/
21152026-08-18T19:09:31.046Z+ true
21162026-08-18T19:09:31.046Z+ [[ -d proptest-regressions ]]
21172026-08-18T19:09:31.046Z+ mkdir -p /work/proptest-regressions/bgp
21182026-08-18T19:09:31.046Z+ cp -R proptest-regressions/. /work/proptest-regressions/bgp/
21192026-08-18T19:09:31.050Z+ popd
21202026-08-18T19:09:31.050Z/work/oxidecomputer/maghemite
21212026-08-18T19:09:31.050Z+ run_crate_proptests unnumbered
21222026-08-18T19:09:31.050Z+ local crate=unnumbered
21232026-08-18T19:09:31.050Z+ pushd unnumbered
21242026-08-18T19:09:31.050Z/work/oxidecomputer/maghemite/unnumbered /work/oxidecomputer/maghemite
21252026-08-18T19:09:31.050Z+ cargo nextest run --lib proptest
21262026-08-18T19:09:32.184Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21272026-08-18T19:09:37.054Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21282026-08-18T19:09:38.246Z Compiling unnumbered v0.1.0 (/work/oxidecomputer/maghemite/unnumbered)
21292026-08-18T19:09:59.753Z Finished `test` profile [unoptimized + debuginfo] target(s) in 28.06s
21302026-08-18T19:09:59.930Z────────────
21312026-08-18T19:09:59.930Z Nextest run ID 7f5de661-1109-4756-80b6-97f00b4163f6 with nextest profile: default
21322026-08-18T19:09:59.930Z Starting 1 test across 1 binary (18 tests skipped)
21332026-08-18T19:10:59.931Z SLOW [> 60.000s] unnumbered interface::tests::proptest_interface_map_keeps_name_and_scope_indexes_consistent
21342026-08-18T19:11:59.932Z SLOW [>120.000s] unnumbered interface::tests::proptest_interface_map_keeps_name_and_scope_indexes_consistent
21352026-08-18T19:12:59.933Z SLOW [>180.000s] unnumbered interface::tests::proptest_interface_map_keeps_name_and_scope_indexes_consistent
21362026-08-18T19:13:59.933Z SLOW [>240.000s] unnumbered interface::tests::proptest_interface_map_keeps_name_and_scope_indexes_consistent
21372026-08-18T19:14:59.934Z SLOW [>300.000s] unnumbered interface::tests::proptest_interface_map_keeps_name_and_scope_indexes_consistent
21382026-08-18T19:15:59.935Z SLOW [>360.000s] unnumbered interface::tests::proptest_interface_map_keeps_name_and_scope_indexes_consistent
21392026-08-18T19:16:34.417Z PASS [ 394.488s] unnumbered interface::tests::proptest_interface_map_keeps_name_and_scope_indexes_consistent
21402026-08-18T19:16:34.417Z────────────
21412026-08-18T19:16:34.417Z Summary [ 394.488s] 1 test run: 1 passed (1 slow), 18 skipped
21422026-08-18T19:16:34.429Z+ cp './*.log' /work/
21432026-08-18T19:16:34.433Z+ true
21442026-08-18T19:16:34.433Z+ [[ -d proptest-regressions ]]
21452026-08-18T19:16:34.433Z+ popd
21462026-08-18T19:16:34.433Z/work/oxidecomputer/maghemite
21472026-08-18T19:16:34.433Zprocess exited: duration 1162253 ms, exit code 0
 
21482026-08-18T19:16:34.445Zfound 2 output files
21492026-08-18T19:16:34.445Zuploading: /work/proptest-regressions/bgp/proptest.txt (419 bytes)
21502026-08-18T19:16:35.456Zuploaded: /work/proptest-regressions/bgp/proptest.txt
21512026-08-18T19:16:35.456Zuploading: /work/proptest-regressions/rdb/types_proptest.txt (419 bytes)
21522026-08-18T19:16:36.469Zuploaded: /work/proptest-regressions/rdb/types_proptest.txt