01KXGKKJZ23470YDM527T2V517: 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: 01KXGKM7ETR32YNXDDP209V5XC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T15:24:48.051Zjob assigned to worker 01KXGKMHPX3EXJJP0AGBR3Q7GP [factory aws, i-0b66446d6e08a00b0] (queued for 1 m 1 s)
 
22026-07-14T15:24:55.009Zstarting task 0: "setup"
32026-07-14T15:24:55.015Z++ uname -s
42026-07-14T15:24:55.019Z+ kern=SunOS
52026-07-14T15:24:55.019Z+ build_user=build
62026-07-14T15:24:55.019Z+ build_uid=12345
72026-07-14T15:24:55.019Z+ work_dir=/work
82026-07-14T15:24:55.019Z+ input_dir=/input
92026-07-14T15:24:55.019Z+ [[ 0 == 12345 ]]
102026-07-14T15:24:55.019Z+ case "$kern" in
112026-07-14T15:24:55.019Z+ groupadd -g 12345 build
122026-07-14T15:24:55.022Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T15:24:57.028Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T15:24:57.125Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T15:24:57.128Z+ home_fs=zfs
162026-07-14T15:24:57.128Z+ [[ zfs == autofs ]]
172026-07-14T15:24:57.128Z+ mkdir -p /home/build
182026-07-14T15:24:57.128Z+ chown build:build /home/build /work
192026-07-14T15:24:58.130Z+ chmod 0700 /home/build /work
202026-07-14T15:24:58.133Zprocess exited: duration 3126 ms, exit code 0
 
212026-07-14T15:24:58.140Zstarting task 1: "rust-toolchain"
222026-07-14T15:24:58.143Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T15:24:58.144Z * rust toolchain channel = "stable"
242026-07-14T15:24:58.144Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-14T15:24:58.144Z * rust toolchain profile = "default"
262026-07-14T15:24:58.144Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T15:24:58.144Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T15:24:58.147Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T15:24:58.147Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T15:24:58.243Zinfo: downloading installer
312026-07-14T15:24:59.733Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T15:24:59.733Zwarn: /opt/ooce/bin
332026-07-14T15:24:59.733Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T15:24:59.733Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T15:24:59.733Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T15:24:59.733Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T15:24:59.733Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T15:24:59.733Zerror: cannot install while Rust is installed
392026-07-14T15:24:59.733Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T15:24:59.733Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T15:24:59.733Zwarn: /home/build/.rustup/settings.toml
422026-07-14T15:24:59.733Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T15:24:59.733Zwarn: instead of the one inferred from the default host triple.
442026-07-14T15:24:59.744Zinfo: profile set to default
452026-07-14T15:24:59.744Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T15:24:59.747Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T15:24:59.881Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T15:24:59.884Zinfo: downloading 6 components
492026-07-14T15:25:16.443Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T15:25:16.443Z
512026-07-14T15:25:16.472Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T15:25:16.472Z
532026-07-14T15:25:16.472Z
542026-07-14T15:25:16.472ZRust is installed now. Great!
552026-07-14T15:25:16.472Z
562026-07-14T15:25:16.476ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T15:25:16.476Zenvironment variable. This has not been done automatically.
582026-07-14T15:25:16.476Z
592026-07-14T15:25:16.476ZTo configure your current shell, you need to source
602026-07-14T15:25:16.477Zthe corresponding env file under $HOME/.cargo.
612026-07-14T15:25:16.477Z
622026-07-14T15:25:16.477ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T15:25:16.477Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T15:25:16.477Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T15:25:16.477Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T15:25:16.477Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T15:25:16.477Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T15:25:16.477Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T15:25:16.477Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T15:25:16.477Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T15:25:16.571Z+ rustup --version
722026-07-14T15:25:16.582Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T15:25:16.596Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T15:25:16.600Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T15:25:16.600Z+ cargo --version
762026-07-14T15:25:16.617Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T15:25:16.621Z+ rustc --version
782026-07-14T15:25:16.638Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T15:25:16.642Zprocess exited: duration 18499 ms, exit code 0
 
802026-07-14T15:25:16.652Zstarting task 2: "authentication"
812026-07-14T15:25:16.673Zprocess exited: duration 17 ms, exit code 0
 
822026-07-14T15:25:16.687Zstarting task 3: "clone repository"
832026-07-14T15:25:16.692Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T15:25:16.696Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T15:25:16.724ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T15:25:18.366Z+ cd /work/oxidecomputer/maghemite
872026-07-14T15:25:18.366Z+ git fetch origin d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
882026-07-14T15:25:18.637ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T15:25:18.637Z * branch d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a -> FETCH_HEAD
902026-07-14T15:25:18.644Z+ [[ -n john/bfd-async-wiring ]]
912026-07-14T15:25:18.646Z++ git branch --show-current
922026-07-14T15:25:18.646Z+ current=main
932026-07-14T15:25:18.646Z+ [[ main != john/bfd-async-wiring ]]
942026-07-14T15:25:18.649Z+ git branch -f john/bfd-async-wiring d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
952026-07-14T15:25:18.649Z+ git checkout -f john/bfd-async-wiring
962026-07-14T15:25:18.668ZSwitched to branch 'john/bfd-async-wiring'
972026-07-14T15:25:18.671Z+ git reset --hard d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
982026-07-14T15:25:18.687ZHEAD is now at d8f0e0f fix build errors after rebasing
992026-07-14T15:25:18.690Zprocess exited: duration 2001 ms, exit code 0
 
1002026-07-14T15:25:18.695Zstarting task 4: "build"
1012026-07-14T15:25:18.699Z+ set -e
1022026-07-14T15:25:18.699Z+ NEXTEST_VERSION=0.9.97
1032026-07-14T15:25:18.699Z+ PLATFORM=illumos
1042026-07-14T15:25:18.699Z+ cargo --version
1052026-07-14T15:25:18.704Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1062026-07-14T15:25:18.852Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1072026-07-14T15:25:18.855Zinfo: downloading 6 components
1082026-07-14T15:25:34.649Zcargo 1.96.1 (356927216 2026-06-26)
1092026-07-14T15:25:34.652Z+ rustc --version
1102026-07-14T15:25:34.678Zrustc 1.96.1 (31fca3adb 2026-06-26)
1112026-07-14T15:25:34.682Z+ cargo install cargo-nextest --version 0.9.97
1122026-07-14T15:25:34.726Z Updating crates.io index
1132026-07-14T15:25:34.821Z Downloading crates ...
1142026-07-14T15:25:34.866Z Downloaded cargo-nextest v0.9.97
1152026-07-14T15:25:34.923Z Installing cargo-nextest v0.9.97
1162026-07-14T15:25:34.926Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1172026-07-14T15:25:34.926Z |
1182026-07-14T15:25:34.926Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1192026-07-14T15:25:34.926Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1202026-07-14T15:25:34.963Z Updating crates.io index
1212026-07-14T15:25:36.907Z Locking 395 packages to latest compatible versions
1222026-07-14T15:25:36.912Z Adding dialoguer v0.11.0 (available: v0.12.0)
1232026-07-14T15:25:36.916Z Adding duct v0.13.7 (available: v1.1.1)
1242026-07-14T15:25:36.916Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1252026-07-14T15:25:36.916Z Adding generic-array v0.14.7 (available: v0.14.9)
1262026-07-14T15:25:36.916Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1272026-07-14T15:25:36.916Z Adding itertools v0.14.0 (available: v0.15.0)
1282026-07-14T15:25:36.916Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1292026-07-14T15:25:36.919Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1302026-07-14T15:25:36.919Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1312026-07-14T15:25:36.922Z Adding quick-junit v0.5.2 (available: v0.6.1)
1322026-07-14T15:25:36.946Z Downloading crates ...
1332026-07-14T15:25:37.019Z Downloaded addr2line v0.25.1
1342026-07-14T15:25:37.022Z Downloaded heck v0.5.0
1352026-07-14T15:25:37.025Z Downloaded anstyle-query v1.1.5
1362026-07-14T15:25:37.025Z Downloaded indent_write v2.2.0
1372026-07-14T15:25:37.025Z Downloaded idna_adapter v1.0.0
1382026-07-14T15:25:37.025Z Downloaded cpufeatures v0.2.17
1392026-07-14T15:25:37.029Z Downloaded crypto-common v0.1.7
1402026-07-14T15:25:37.029Z Downloaded cargo-platform v0.3.3
1412026-07-14T15:25:37.029Z Downloaded hex v0.4.3
1422026-07-14T15:25:37.033Z Downloaded cargo_metadata v0.23.1
1432026-07-14T15:25:37.033Z Downloaded colorchoice v1.0.5
1442026-07-14T15:25:37.033Z Downloaded anstyle v1.0.14
1452026-07-14T15:25:37.035Z Downloaded cfg_aliases v0.2.1
1462026-07-14T15:25:37.035Z Downloaded adler2 v2.0.1
1472026-07-14T15:25:37.035Z Downloaded async-scoped v0.9.0
1482026-07-14T15:25:37.039Z Downloaded http v1.4.2
1492026-07-14T15:25:37.039Z Downloaded miette-derive v7.6.0
1502026-07-14T15:25:37.042Z Downloaded block-buffer v0.10.4
1512026-07-14T15:25:37.042Z Downloaded backtrace-ext v0.2.1
1522026-07-14T15:25:37.043Z Downloaded atomicwrites v0.4.4
1532026-07-14T15:25:37.043Z Downloaded indenter v0.3.4
1542026-07-14T15:25:37.046Z Downloaded clap_lex v1.1.0
1552026-07-14T15:25:37.046Z Downloaded memchr v2.8.3
1562026-07-14T15:25:37.049Z Downloaded lru-slab v0.1.2
1572026-07-14T15:25:37.049Z Downloaded camino-tempfile v1.4.1
1582026-07-14T15:25:37.052Z Downloaded nextest-metadata v0.12.2
1592026-07-14T15:25:37.052Z Downloaded humantime v2.4.0
1602026-07-14T15:25:37.055Z Downloaded is_terminal_polyfill v1.70.2
1612026-07-14T15:25:37.058Z Downloaded number_prefix v0.4.0
1622026-07-14T15:25:37.058Z Downloaded document-features v0.2.12
1632026-07-14T15:25:37.062Z Downloaded anstream v1.0.0
1642026-07-14T15:25:37.062Z Downloaded openssl-macros v0.1.1
1652026-07-14T15:25:37.062Z Downloaded home v0.5.12
1662026-07-14T15:25:37.065Z Downloaded curve25519-dalek-derive v0.1.1
1672026-07-14T15:25:37.065Z Downloaded itoa v1.0.18
1682026-07-14T15:25:37.065Z Downloaded nextest-workspace-hack v0.1.0
1692026-07-14T15:25:37.065Z Downloaded lazy_static v1.5.0
1702026-07-14T15:25:37.068Z Downloaded color-spantrace v0.3.0
1712026-07-14T15:25:37.069Z Downloaded is_ci v1.2.0
1722026-07-14T15:25:37.069Z Downloaded humantime-serde v1.1.1
1732026-07-14T15:25:37.069Z Downloaded foreign-types v0.3.2
1742026-07-14T15:25:37.072Z Downloaded ahash v0.8.12
1752026-07-14T15:25:37.076Z Downloaded atomic-waker v1.1.2
1762026-07-14T15:25:37.076Z Downloaded cfg-if v1.0.4
1772026-07-14T15:25:37.079Z Downloaded mukti-metadata v0.3.0
1782026-07-14T15:25:37.079Z Downloaded cpufeatures v0.3.0
1792026-07-14T15:25:37.084Z Downloaded pathdiff v0.2.3
1802026-07-14T15:25:37.084Z Downloaded http-body v1.1.0
1812026-07-14T15:25:37.084Z Downloaded futures-sink v0.3.32
1822026-07-14T15:25:37.087Z Downloaded rustc_version v0.4.1
1832026-07-14T15:25:37.087Z Downloaded rustc-hash v2.1.3
1842026-07-14T15:25:37.087Z Downloaded cargo-platform v0.2.0
1852026-07-14T15:25:37.090Z Downloaded convert_case v0.10.0
1862026-07-14T15:25:37.097Z Downloaded ed25519 v2.2.3
1872026-07-14T15:25:37.100Z Downloaded filetime v0.2.29
1882026-07-14T15:25:37.100Z Downloaded autocfg v1.5.1
1892026-07-14T15:25:37.106Z Downloaded nested v0.1.1
1902026-07-14T15:25:37.106Z Downloaded cargo_metadata v0.20.0
1912026-07-14T15:25:37.109Z Downloaded fixedbitset v0.5.7
1922026-07-14T15:25:37.109Z Downloaded ordered-float v2.10.1
1932026-07-14T15:25:37.109Z Downloaded futures-task v0.3.32
1942026-07-14T15:25:37.109Z Downloaded openssl-probe v0.2.1
1952026-07-14T15:25:37.109Z Downloaded const-oid v0.9.6
1962026-07-14T15:25:37.109Z Downloaded debug-ignore v1.0.5
1972026-07-14T15:25:37.113Z Downloaded chacha20 v0.10.1
1982026-07-14T15:25:37.113Z Downloaded anstyle-parse v1.0.0
1992026-07-14T15:25:37.116Z Downloaded generic-array v0.14.7
2002026-07-14T15:25:37.116Z Downloaded fnv v1.0.7
2012026-07-14T15:25:37.116Z Downloaded errno v0.3.14
2022026-07-14T15:25:37.119Z Downloaded guppy-workspace-hack v0.1.0
2032026-07-14T15:25:37.119Z Downloaded futures-io v0.3.32
2042026-07-14T15:25:37.122Z Downloaded futures-core v0.3.32
2052026-07-14T15:25:37.122Z Downloaded foreign-types-shared v0.1.1
2062026-07-14T15:25:37.122Z Downloaded form_urlencoded v1.2.2
2072026-07-14T15:25:37.125Z Downloaded hyper-tls v0.6.0
2082026-07-14T15:25:37.127Z Downloaded futures-macro v0.3.32
2092026-07-14T15:25:37.128Z Downloaded scopeguard v1.2.0
2102026-07-14T15:25:37.131Z Downloaded enable-ansi-support v0.2.1
2112026-07-14T15:25:37.134Z Downloaded percent-encoding v2.3.2
2122026-07-14T15:25:37.137Z Downloaded serde-value v0.7.0
2132026-07-14T15:25:37.137Z Downloaded native-tls v0.2.18
2142026-07-14T15:25:37.141Z Downloaded serde_ignored v0.1.14
2152026-07-14T15:25:37.141Z Downloaded rand_pcg v0.10.2
2162026-07-14T15:25:37.144Z Downloaded lock_api v0.4.14
2172026-07-14T15:25:37.144Z Downloaded ipnet v2.12.0
2182026-07-14T15:25:37.144Z Downloaded http-body-util v0.1.4
2192026-07-14T15:25:37.147Z Downloaded rand_core v0.10.1
2202026-07-14T15:25:37.147Z Downloaded newtype-uuid v1.3.2
2212026-07-14T15:25:37.147Z Downloaded os_pipe v1.2.3
2222026-07-14T15:25:37.147Z Downloaded equivalent v1.0.2
2232026-07-14T15:25:37.150Z Downloaded cargo-util-schemas v0.2.0
2242026-07-14T15:25:37.151Z Downloaded either v1.16.0
2252026-07-14T15:25:37.153Z Downloaded shell-words v1.1.1
2262026-07-14T15:25:37.153Z Downloaded shared_child v1.1.1
2272026-07-14T15:25:37.153Z Downloaded serde_spanned v0.6.9
2282026-07-14T15:25:37.158Z Downloaded dialoguer v0.11.0
2292026-07-14T15:25:37.158Z Downloaded serde_urlencoded v0.7.1
2302026-07-14T15:25:37.162Z Downloaded signal-hook-mio v0.2.5
2312026-07-14T15:25:37.162Z Downloaded crc32fast v1.5.0
2322026-07-14T15:25:37.162Z Downloaded signature v2.2.0
2332026-07-14T15:25:37.166Z Downloaded pkcs8 v0.10.2
2342026-07-14T15:25:37.169Z Downloaded foldhash v0.1.5
2352026-07-14T15:25:37.169Z Downloaded pin-project-internal v1.1.13
2362026-07-14T15:25:37.172Z Downloaded jobserver v0.1.35
2372026-07-14T15:25:37.172Z Downloaded litrs v1.0.0
2382026-07-14T15:25:37.176Z Downloaded strsim v0.11.1
2392026-07-14T15:25:37.176Z Downloaded strip-ansi-escapes v0.2.1
2402026-07-14T15:25:37.176Z Downloaded cfg-expr v0.20.8
2412026-07-14T15:25:37.179Z Downloaded owo-colors v4.3.0
2422026-07-14T15:25:37.182Z Downloaded sync_wrapper v1.0.2
2432026-07-14T15:25:37.182Z Downloaded rand_chacha v0.9.0
2442026-07-14T15:25:37.182Z Downloaded once_cell v1.21.4
2452026-07-14T15:25:37.186Z Downloaded thread_local v1.1.10
2462026-07-14T15:25:37.189Z Downloaded swrite v0.1.0
2472026-07-14T15:25:37.189Z Downloaded terminal_size v0.4.4
2482026-07-14T15:25:37.189Z Downloaded quote v1.0.46
2492026-07-14T15:25:37.192Z Downloaded future-queue v0.4.0
2502026-07-14T15:25:37.195Z Downloaded supports-hyperlinks v3.2.0
2512026-07-14T15:25:37.195Z Downloaded supports-color v3.0.2
2522026-07-14T15:25:37.195Z Downloaded rustc-demangle v0.1.28
2532026-07-14T15:25:37.198Z Downloaded pkg-config v0.3.33
2542026-07-14T15:25:37.198Z Downloaded rand_core v0.6.4
2552026-07-14T15:25:37.198Z Downloaded mio v1.2.2
2562026-07-14T15:25:37.201Z Downloaded find-msvc-tools v0.1.9
2572026-07-14T15:25:37.204Z Downloaded serde-untagged v0.1.9
2582026-07-14T15:25:37.204Z Downloaded quinn-udp v0.5.15
2592026-07-14T15:25:37.207Z Downloaded digest v0.10.7
2602026-07-14T15:25:37.207Z Downloaded serde_spanned v1.1.1
2612026-07-14T15:25:37.208Z Downloaded tinyvec_macros v0.1.1
2622026-07-14T15:25:37.208Z Downloaded serde_path_to_error v0.1.20
2632026-07-14T15:25:37.210Z Downloaded supports-unicode v3.0.0
2642026-07-14T15:25:37.210Z Downloaded subtle v2.6.1
2652026-07-14T15:25:37.210Z Downloaded tokio-macros v2.7.0
2662026-07-14T15:25:37.215Z Downloaded erased-serde v0.4.10
2672026-07-14T15:25:37.218Z Downloaded clap_derive v4.6.1
2682026-07-14T15:25:37.221Z Downloaded self-replace v1.5.0
2692026-07-14T15:25:37.221Z Downloaded fastrand v2.4.1
2702026-07-14T15:25:37.224Z Downloaded console v0.15.11
2712026-07-14T15:25:37.224Z Downloaded sigchld v0.2.4
2722026-07-14T15:25:37.227Z Downloaded shlex v2.0.1
2732026-07-14T15:25:37.227Z Downloaded pin-project-lite v0.2.17
2742026-07-14T15:25:37.230Z Downloaded tower-service v0.3.3
2752026-07-14T15:25:37.230Z Downloaded tower-layer v0.3.3
2762026-07-14T15:25:37.230Z Downloaded smol_str v0.3.6
2772026-07-14T15:25:37.233Z Downloaded simd-adler32 v0.3.9
2782026-07-14T15:25:37.233Z Downloaded slab v0.4.12
2792026-07-14T15:25:37.233Z Downloaded bitflags v2.13.0
2802026-07-14T15:25:37.236Z Downloaded try-lock v0.2.5
2812026-07-14T15:25:37.236Z Downloaded config v0.15.25
2822026-07-14T15:25:37.240Z Downloaded rustls-pki-types v1.15.0
2832026-07-14T15:25:37.243Z Downloaded httparse v1.10.1
2842026-07-14T15:25:37.243Z Downloaded base64ct v1.8.3
2852026-07-14T15:25:37.246Z Downloaded duct v0.13.7
2862026-07-14T15:25:37.246Z Downloaded hyper-rustls v0.27.9
2872026-07-14T15:25:37.250Z Downloaded tracing-error v0.2.1
2882026-07-14T15:25:37.253Z Downloaded unicode-xid v0.2.6
2892026-07-14T15:25:37.254Z Downloaded spki v0.7.3
2902026-07-14T15:25:37.254Z Downloaded num-traits v0.2.19
2912026-07-14T15:25:37.256Z Downloaded target-spec-miette v0.4.8
2922026-07-14T15:25:37.256Z Downloaded thiserror-impl v2.0.18
2932026-07-14T15:25:37.259Z Downloaded unicode-linebreak v0.1.5
2942026-07-14T15:25:37.259Z Downloaded typeid v1.0.3
2952026-07-14T15:25:37.259Z Downloaded utf8parse v0.2.2
2962026-07-14T15:25:37.260Z Downloaded target-lexicon v0.13.5
2972026-07-14T15:25:37.262Z Downloaded urlencoding v2.1.3
2982026-07-14T15:25:37.262Z Downloaded utf8_iter v1.0.4
2992026-07-14T15:25:37.263Z Downloaded version_check v0.9.5
3002026-07-14T15:25:37.263Z Downloaded untrusted v0.9.0
3012026-07-14T15:25:37.265Z Downloaded quick-junit v0.5.2
3022026-07-14T15:25:37.266Z Downloaded ppv-lite86 v0.2.21
3032026-07-14T15:25:37.269Z Downloaded camino v1.2.4
3042026-07-14T15:25:37.272Z Downloaded globset v0.4.18
3052026-07-14T15:25:37.272Z Downloaded parking_lot_core v0.9.12
3062026-07-14T15:25:37.275Z Downloaded getrandom v0.2.17
3072026-07-14T15:25:37.275Z Downloaded thiserror v2.0.18
3082026-07-14T15:25:37.278Z Downloaded want v0.3.1
3092026-07-14T15:25:37.284Z Downloaded thiserror v1.0.69
3102026-07-14T15:25:37.287Z Downloaded xattr v1.6.1
3112026-07-14T15:25:37.287Z Downloaded eyre v0.6.12
3122026-07-14T15:25:37.287Z Downloaded semver v1.0.28
3132026-07-14T15:25:37.287Z Downloaded futures-channel v0.3.32
3142026-07-14T15:25:37.287Z Downloaded toml_datetime v0.6.11
3152026-07-14T15:25:37.291Z Downloaded futures-executor v0.3.32
3162026-07-14T15:25:37.291Z Downloaded log v0.4.33
3172026-07-14T15:25:37.294Z Downloaded self_update v0.42.0
3182026-07-14T15:25:37.294Z Downloaded clap v4.6.1
3192026-07-14T15:25:37.297Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3202026-07-14T15:25:37.300Z Downloaded signal-hook-registry v1.4.8
3212026-07-14T15:25:37.300Z Downloaded smallvec v1.15.2
3222026-07-14T15:25:37.300Z Downloaded sha2 v0.10.9
3232026-07-14T15:25:37.303Z Downloaded tracing-log v0.2.0
3242026-07-14T15:25:37.303Z Downloaded derive-where v1.6.1
3252026-07-14T15:25:37.306Z Downloaded static_assertions v1.1.0
3262026-07-14T15:25:37.306Z Downloaded iana-time-zone v0.1.65
3272026-07-14T15:25:37.309Z Downloaded bytes v1.12.1
3282026-07-14T15:25:37.312Z Downloaded rand_core v0.9.5
3292026-07-14T15:25:37.312Z Downloaded parking_lot v0.12.5
3302026-07-14T15:25:37.312Z Downloaded toml_writer v1.1.2+spec-1.1.0
3312026-07-14T15:25:37.315Z Downloaded toml_write v0.1.2
3322026-07-14T15:25:37.319Z Downloaded target-spec v3.6.0
3332026-07-14T15:25:37.319Z Downloaded tempfile v3.27.0
3342026-07-14T15:25:37.325Z Downloaded thiserror-impl v1.0.69
3352026-07-14T15:25:37.330Z Downloaded xxhash-rust v0.8.16
3362026-07-14T15:25:37.333Z Downloaded getrandom v0.4.3
3372026-07-14T15:25:37.336Z Downloaded getrandom v0.3.4
3382026-07-14T15:25:37.339Z Downloaded futures v0.3.32
3392026-07-14T15:25:37.342Z Downloaded zipsign-api v0.1.5
3402026-07-14T15:25:37.342Z Downloaded nextest-filtering v0.15.0
3412026-07-14T15:25:37.345Z Downloaded tokio-stream v0.1.18
3422026-07-14T15:25:37.348Z Downloaded tokio-rustls v0.26.4
3432026-07-14T15:25:37.348Z Downloaded serde_core v1.0.228
3442026-07-14T15:25:37.350Z Downloaded proc-macro2 v1.0.106
3452026-07-14T15:25:37.351Z Downloaded miniz_oxide v0.8.9
3462026-07-14T15:25:37.353Z Downloaded zstd v0.13.3
3472026-07-14T15:25:37.353Z Downloaded zmij v1.0.23
3482026-07-14T15:25:37.356Z Downloaded zeroize v1.9.0
3492026-07-14T15:25:37.357Z Downloaded signal-hook v0.3.18
3502026-07-14T15:25:37.357Z Downloaded base64 v0.22.1
3512026-07-14T15:25:37.359Z Downloaded tokio-native-tls v0.3.1
3522026-07-14T15:25:37.359Z Downloaded serde_derive v1.0.228
3532026-07-14T15:25:37.362Z Downloaded backtrace v0.3.76
3542026-07-14T15:25:37.365Z Downloaded toml_parser v1.1.2+spec-1.1.0
3552026-07-14T15:25:37.365Z Downloaded unicase v2.9.0
3562026-07-14T15:25:37.368Z Downloaded socket2 v0.6.5
3572026-07-14T15:25:37.368Z Downloaded pin-project v1.1.13
3582026-07-14T15:25:37.374Z Downloaded textwrap v0.16.2
3592026-07-14T15:25:37.378Z Downloaded openssl-sys v0.9.117
3602026-07-14T15:25:37.381Z Downloaded toml v0.8.23
3612026-07-14T15:25:37.381Z Downloaded tinyvec v1.12.0
3622026-07-14T15:25:37.381Z Downloaded ryu v1.0.23
3632026-07-14T15:25:37.385Z Downloaded toml v1.1.3+spec-1.1.0
3642026-07-14T15:25:37.390Z Downloaded borsh v1.7.0
3652026-07-14T15:25:37.393Z Downloaded zstd-safe v7.2.4
3662026-07-14T15:25:37.396Z Downloaded tracing-core v0.1.36
3672026-07-14T15:25:37.396Z Downloaded indexmap v2.14.0
3682026-07-14T15:25:37.399Z Downloaded quinn v0.11.11
3692026-07-14T15:25:37.402Z Downloaded unicode-ident v1.0.24
3702026-07-14T15:25:37.402Z Downloaded tar v0.4.46
3712026-07-14T15:25:37.405Z Downloaded tracing-attributes v0.1.31
3722026-07-14T15:25:37.405Z Downloaded cc v1.2.67
3732026-07-14T15:25:37.408Z Downloaded sharded-slab v0.1.7
3742026-07-14T15:25:37.411Z Downloaded derive_more v2.1.1
3752026-07-14T15:25:37.416Z Downloaded serde v1.0.228
3762026-07-14T15:25:37.419Z Downloaded rustls-webpki v0.103.13
3772026-07-14T15:25:37.422Z Downloaded der v0.7.10
3782026-07-14T15:25:37.425Z Downloaded toml_edit v0.22.27
3792026-07-14T15:25:37.428Z Downloaded indicatif v0.17.11
3802026-07-14T15:25:37.434Z Downloaded uuid v1.23.5
3812026-07-14T15:25:37.437Z Downloaded ed25519-dalek v2.2.0
3822026-07-14T15:25:37.440Z Downloaded vte v0.14.1
3832026-07-14T15:25:37.443Z Downloaded flate2 v1.1.9
3842026-07-14T15:25:37.453Z Downloaded hyper-util v0.1.20
3852026-07-14T15:25:37.464Z Downloaded derive_more-impl v2.1.1
3862026-07-14T15:25:37.472Z Downloaded rand v0.10.2
3872026-07-14T15:25:37.475Z Downloaded rand v0.9.5
3882026-07-14T15:25:37.480Z Downloaded miette v7.6.0
3892026-07-14T15:25:37.483Z Downloaded idna v1.1.0
3902026-07-14T15:25:37.486Z Downloaded url v2.5.8
3912026-07-14T15:25:37.489Z Downloaded typenum v1.20.1
3922026-07-14T15:25:37.493Z Downloaded crossterm v0.29.0
3932026-07-14T15:25:37.499Z Downloaded ron v0.12.2
3942026-07-14T15:25:37.506Z Downloaded itertools v0.14.0
3952026-07-14T15:25:37.513Z Downloaded unicode-segmentation v1.13.3
3962026-07-14T15:25:37.513Z Downloaded hashbrown v0.15.5
3972026-07-14T15:25:37.516Z Downloaded pulldown-cmark v0.13.4
3982026-07-14T15:25:37.522Z Downloaded tower v0.5.3
3992026-07-14T15:25:37.526Z Downloaded unicode-normalization v0.1.25
4002026-07-14T15:25:37.529Z Downloaded tokio-util v0.7.18
4012026-07-14T15:25:37.534Z Downloaded serde_json v1.0.150
4022026-07-14T15:25:37.538Z Downloaded regex v1.13.0
4032026-07-14T15:25:37.541Z Downloaded h2 v0.4.15
4042026-07-14T15:25:37.546Z Downloaded tower-http v0.6.11
4052026-07-14T15:25:37.549Z Downloaded hyper v1.10.1
4062026-07-14T15:25:37.553Z Downloaded futures-util v0.3.32
4072026-07-14T15:25:37.559Z Downloaded clap_builder v4.6.0
4082026-07-14T15:25:37.562Z Downloaded reqwest v0.12.28
4092026-07-14T15:25:37.567Z Downloaded hashbrown v0.17.1
4102026-07-14T15:25:37.571Z Downloaded tracing-subscriber v0.3.23
4112026-07-14T15:25:37.574Z Downloaded guppy v0.17.26
4122026-07-14T15:25:37.579Z Downloaded webpki-roots v1.0.8
4132026-07-14T15:25:37.582Z Downloaded chrono v0.4.45
4142026-07-14T15:25:37.585Z Downloaded aho-corasick v1.1.4
4152026-07-14T15:25:37.588Z Downloaded quick-xml v0.37.5
4162026-07-14T15:25:37.593Z Downloaded curve25519-dalek v4.1.3
4172026-07-14T15:25:37.598Z Downloaded gimli v0.32.3
4182026-07-14T15:25:37.604Z Downloaded portable-atomic v1.13.1
4192026-07-14T15:25:37.609Z Downloaded zerocopy v0.8.54
4202026-07-14T15:25:37.618Z Downloaded syn v2.0.118
4212026-07-14T15:25:37.624Z Downloaded quick-xml v0.38.4
4222026-07-14T15:25:37.630Z Downloaded winnow v0.7.15
4232026-07-14T15:25:37.632Z Downloaded bstr v1.12.3
4242026-07-14T15:25:37.641Z Downloaded winnow v1.0.4
4252026-07-14T15:25:37.657Z Downloaded color-eyre v0.6.5
4262026-07-14T15:25:37.671Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4272026-07-14T15:25:37.680Z Downloaded quinn-proto v0.11.16
4282026-07-14T15:25:37.687Z Downloaded vcpkg v0.2.15
4292026-07-14T15:25:37.708Z Downloaded nextest-runner v0.80.0
4302026-07-14T15:25:37.722Z Downloaded unicode-width v0.1.14
4312026-07-14T15:25:37.725Z Downloaded openssl v0.10.81
4322026-07-14T15:25:37.729Z Downloaded object v0.37.3
4332026-07-14T15:25:37.737Z Downloaded unicode-width v0.2.2
4342026-07-14T15:25:37.741Z Downloaded nix v0.30.1
4352026-07-14T15:25:37.759Z Downloaded regex-syntax v0.8.11
4362026-07-14T15:25:37.774Z Downloaded rustls v0.23.42
4372026-07-14T15:25:37.788Z Downloaded rustix v0.38.44
4382026-07-14T15:25:37.800Z Downloaded rustix v1.1.4
4392026-07-14T15:25:37.827Z Downloaded tracing v0.1.44
4402026-07-14T15:25:37.867Z Downloaded regex-automata v0.4.15
4412026-07-14T15:25:37.914Z Downloaded libc v0.2.186
4422026-07-14T15:25:37.933Z Downloaded petgraph v0.8.3
4432026-07-14T15:25:37.952Z Downloaded tokio v1.52.3
4442026-07-14T15:25:38.020Z Downloaded recursion v0.5.4
4452026-07-14T15:25:38.026Z Downloaded ring v0.17.14
4462026-07-14T15:25:38.085Z Compiling proc-macro2 v1.0.106
4472026-07-14T15:25:38.085Z Compiling libc v0.2.186
4482026-07-14T15:25:38.085Z Compiling quote v1.0.46
4492026-07-14T15:25:38.088Z Compiling unicode-ident v1.0.24
4502026-07-14T15:25:38.088Z Compiling serde_core v1.0.228
4512026-07-14T15:25:38.088Z Compiling cfg-if v1.0.4
4522026-07-14T15:25:38.088Z Compiling memchr v2.8.3
4532026-07-14T15:25:38.218Z Compiling once_cell v1.21.4
4542026-07-14T15:25:38.334Z Compiling log v0.4.33
4552026-07-14T15:25:38.371Z Compiling pin-project-lite v0.2.17
4562026-07-14T15:25:38.463Z Compiling serde v1.0.228
4572026-07-14T15:25:38.478Z Compiling itoa v1.0.18
4582026-07-14T15:25:38.627Z Compiling futures-core v0.3.32
4592026-07-14T15:25:38.725Z Compiling smallvec v1.15.2
4602026-07-14T15:25:38.787Z Compiling bitflags v2.13.0
4612026-07-14T15:25:38.816Z Compiling hashbrown v0.17.1
4622026-07-14T15:25:38.968Z Compiling equivalent v1.0.2
4632026-07-14T15:25:39.054Z Compiling shlex v2.0.1
4642026-07-14T15:25:39.176Z Compiling errno v0.3.14
4652026-07-14T15:25:39.211Z Compiling find-msvc-tools v0.1.9
4662026-07-14T15:25:39.244Z Compiling bytes v1.12.1
4672026-07-14T15:25:39.338Z Compiling signal-hook-registry v1.4.8
4682026-07-14T15:25:39.368Z Compiling jobserver v0.1.35
4692026-07-14T15:25:39.440Z Compiling mio v1.2.2
4702026-07-14T15:25:39.467Z Compiling rustix v1.1.4
4712026-07-14T15:25:39.496Z Compiling syn v2.0.118
4722026-07-14T15:25:39.557Z Compiling futures-sink v0.3.32
4732026-07-14T15:25:39.667Z Compiling cc v1.2.67
4742026-07-14T15:25:39.682Z Compiling socket2 v0.6.5
4752026-07-14T15:25:39.868Z Compiling zmij v1.0.23
4762026-07-14T15:25:40.092Z Compiling slab v0.4.12
4772026-07-14T15:25:40.138Z Compiling futures-channel v0.3.32
4782026-07-14T15:25:40.211Z Compiling tracing-core v0.1.36
4792026-07-14T15:25:40.299Z Compiling version_check v0.9.5
4802026-07-14T15:25:40.393Z Compiling serde_json v1.0.150
4812026-07-14T15:25:40.469Z Compiling indexmap v2.14.0
4822026-07-14T15:25:40.648Z Compiling futures-task v0.3.32
4832026-07-14T15:25:40.661Z Compiling getrandom v0.4.3
4842026-07-14T15:25:40.819Z Compiling futures-io v0.3.32
4852026-07-14T15:25:40.937Z Compiling camino v1.2.4
4862026-07-14T15:25:40.965Z Compiling percent-encoding v2.3.2
4872026-07-14T15:25:41.011Z Compiling unicode-width v0.2.2
4882026-07-14T15:25:41.336Z Compiling ring v0.17.14
4892026-07-14T15:25:41.348Z Compiling http v1.4.2
4902026-07-14T15:25:41.359Z Compiling simd-adler32 v0.3.9
4912026-07-14T15:25:41.374Z Compiling adler2 v2.0.1
4922026-07-14T15:25:41.445Z Compiling zeroize v1.9.0
4932026-07-14T15:25:41.535Z Compiling autocfg v1.5.1
4942026-07-14T15:25:41.651Z Compiling miniz_oxide v0.8.9
4952026-07-14T15:25:41.899Z Compiling num-traits v0.2.19
4962026-07-14T15:25:42.150Z Compiling object v0.37.3
4972026-07-14T15:25:42.241Z Compiling getrandom v0.3.4
4982026-07-14T15:25:42.453Z Compiling target-lexicon v0.13.5
4992026-07-14T15:25:42.605Z Compiling zerocopy v0.8.54
5002026-07-14T15:25:42.870Z Compiling http-body v1.1.0
5012026-07-14T15:25:42.986Z Compiling rustls-pki-types v1.15.0
5022026-07-14T15:25:43.035Z Compiling form_urlencoded v1.2.2
5032026-07-14T15:25:43.046Z Compiling semver v1.0.28
5042026-07-14T15:25:43.119Z Compiling getrandom v0.2.17
5052026-07-14T15:25:43.135Z Compiling serde_derive v1.0.228
5062026-07-14T15:25:43.300Z Compiling tokio-macros v2.7.0
5072026-07-14T15:25:43.312Z Compiling futures-macro v0.3.32
5082026-07-14T15:25:43.324Z Compiling tracing-attributes v0.1.31
5092026-07-14T15:25:43.633Z Compiling fnv v1.0.7
5102026-07-14T15:25:43.697Z Compiling owo-colors v4.3.0
5112026-07-14T15:25:43.733Z Compiling thiserror v2.0.18
5122026-07-14T15:25:43.843Z Compiling gimli v0.32.3
5132026-07-14T15:25:44.027Z Compiling idna_adapter v1.0.0
5142026-07-14T15:25:44.039Z Compiling tokio v1.52.3
5152026-07-14T15:25:44.081Z Compiling untrusted v0.9.0
5162026-07-14T15:25:44.124Z Compiling signal-hook v0.3.18
5172026-07-14T15:25:44.124Z Compiling futures-util v0.3.32
5182026-07-14T15:25:44.203Z Compiling httparse v1.10.1
5192026-07-14T15:25:44.352Z Compiling guppy-workspace-hack v0.1.0
5202026-07-14T15:25:44.504Z Compiling tracing v0.1.44
5212026-07-14T15:25:44.557Z Compiling utf8_iter v1.0.4
5222026-07-14T15:25:44.712Z Compiling idna v1.1.0
5232026-07-14T15:25:44.849Z Compiling thiserror-impl v2.0.18
5242026-07-14T15:25:46.058Z Compiling addr2line v0.25.1
5252026-07-14T15:25:46.702Z Compiling generic-array v0.14.7
5262026-07-14T15:25:46.759Z Compiling target-spec v3.6.0
5272026-07-14T15:25:46.932Z Compiling tower-service v0.3.3
5282026-07-14T15:25:46.945Z Compiling rustc-demangle v0.1.28
5292026-07-14T15:25:47.028Z Compiling rustls v0.23.42
5302026-07-14T15:25:47.047Z Compiling atomic-waker v1.1.2
5312026-07-14T15:25:47.107Z Compiling typeid v1.0.3
5322026-07-14T15:25:47.172Z Compiling fastrand v2.4.1
5332026-07-14T15:25:47.246Z Compiling thiserror v1.0.69
5342026-07-14T15:25:47.396Z Compiling try-lock v0.2.5
5352026-07-14T15:25:47.494Z Compiling pkg-config v0.3.33
5362026-07-14T15:25:47.510Z Compiling want v0.3.1
5372026-07-14T15:25:47.731Z Compiling tempfile v3.27.0
5382026-07-14T15:25:47.802Z Compiling cfg-expr v0.20.8
5392026-07-14T15:25:47.924Z Compiling tokio-util v0.7.18
5402026-07-14T15:25:47.927Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5412026-07-14T15:25:47.965Z Compiling url v2.5.8
5422026-07-14T15:25:48.619Z Compiling h2 v0.4.15
5432026-07-14T15:25:49.230Z Compiling thiserror-impl v1.0.69
5442026-07-14T15:25:49.288Z Compiling backtrace v0.3.76
5452026-07-14T15:25:49.469Z Compiling terminal_size v0.4.4
5462026-07-14T15:25:49.623Z Compiling aho-corasick v1.1.4
5472026-07-14T15:25:49.814Z Compiling typenum v1.20.1
5482026-07-14T15:25:50.377Z Compiling rustls-webpki v0.103.13
5492026-07-14T15:25:50.377Z Compiling winnow v0.7.15
5502026-07-14T15:25:50.492Z Compiling regex-syntax v0.8.11
5512026-07-14T15:25:52.291Z Compiling erased-serde v0.4.10
5522026-07-14T15:25:52.605Z Compiling subtle v2.6.1
5532026-07-14T15:25:52.952Z Compiling regex-automata v0.4.15
5542026-07-14T15:25:53.287Z Compiling hyper v1.10.1
5552026-07-14T15:25:55.117Z Compiling serde_spanned v0.6.9
5562026-07-14T15:25:55.276Z Compiling toml_datetime v0.6.11
5572026-07-14T15:25:55.645Z Compiling ahash v0.8.12
5582026-07-14T15:25:55.905Z Compiling sync_wrapper v1.0.2
5592026-07-14T15:25:56.017Z Compiling tower-layer v0.3.3
5602026-07-14T15:25:56.223Z Compiling foldhash v0.1.5
5612026-07-14T15:25:56.442Z Compiling either v1.16.0
5622026-07-14T15:25:56.670Z Compiling is_ci v1.2.0
5632026-07-14T15:25:56.811Z Compiling unicode-linebreak v0.1.5
5642026-07-14T15:25:56.841Z Compiling portable-atomic v1.13.1
5652026-07-14T15:25:56.981Z Compiling ipnet v2.12.0
5662026-07-14T15:25:57.073Z Compiling unicode-segmentation v1.13.3
5672026-07-14T15:25:57.299Z Compiling nextest-workspace-hack v0.1.0
5682026-07-14T15:25:57.466Z Compiling parking_lot_core v0.9.12
5692026-07-14T15:25:57.529Z Compiling base64 v0.22.1
5702026-07-14T15:25:57.747Z Compiling lazy_static v1.5.0
5712026-07-14T15:25:57.839Z Compiling toml_write v0.1.2
5722026-07-14T15:25:57.852Z Compiling crc32fast v1.5.0
5732026-07-14T15:25:58.007Z Compiling toml_edit v0.22.27
5742026-07-14T15:25:58.075Z Compiling sharded-slab v0.1.7
5752026-07-14T15:25:58.158Z Compiling hyper-util v0.1.20
5762026-07-14T15:25:58.216Z Compiling convert_case v0.10.0
5772026-07-14T15:25:58.273Z Compiling textwrap v0.16.2
5782026-07-14T15:25:58.469Z Compiling supports-color v3.0.2
5792026-07-14T15:25:58.687Z Compiling hashbrown v0.15.5
5802026-07-14T15:25:58.699Z Compiling tower v0.5.3
5812026-07-14T15:25:59.308Z Compiling tokio-rustls v0.26.4
5822026-07-14T15:25:59.590Z Compiling backtrace-ext v0.2.1
5832026-07-14T15:25:59.718Z Compiling ordered-float v2.10.1
5842026-07-14T15:25:59.847Z Compiling webpki-roots v1.0.8
5852026-07-14T15:25:59.891Z Compiling miette-derive v7.6.0
5862026-07-14T15:25:59.962Z Compiling pathdiff v0.2.3
5872026-07-14T15:25:59.990Z Compiling console v0.15.11
5882026-07-14T15:26:00.087Z Compiling tracing-log v0.2.0
5892026-07-14T15:26:00.442Z Compiling cargo-platform v0.3.3
5902026-07-14T15:26:00.773Z Compiling os_pipe v1.2.3
5912026-07-14T15:26:00.944Z Compiling thread_local v1.1.10
5922026-07-14T15:26:00.984Z Compiling debug-ignore v1.0.5
5932026-07-14T15:26:00.997Z Compiling utf8parse v0.2.2
5942026-07-14T15:26:01.101Z Compiling pulldown-cmark v0.13.4
5952026-07-14T15:26:01.113Z Compiling zstd-safe v7.2.4
5962026-07-14T15:26:01.304Z Compiling supports-unicode v3.0.0
5972026-07-14T15:26:01.327Z Compiling unicode-width v0.1.14
5982026-07-14T15:26:01.356Z Compiling winnow v1.0.4
5992026-07-14T15:26:01.468Z Compiling cfg_aliases v0.2.1
6002026-07-14T15:26:01.540Z Compiling ryu v1.0.23
6012026-07-14T15:26:01.621Z Compiling scopeguard v1.2.0
6022026-07-14T15:26:01.648Z Compiling supports-hyperlinks v3.2.0
6032026-07-14T15:26:01.726Z Compiling rustix v0.38.44
6042026-07-14T15:26:01.831Z Compiling fixedbitset v0.5.7
6052026-07-14T15:26:01.863Z Compiling miette v7.6.0
6062026-07-14T15:26:02.181Z Compiling petgraph v0.8.3
6072026-07-14T15:26:02.342Z Compiling lock_api v0.4.14
6082026-07-14T15:26:02.585Z Compiling toml_parser v1.1.2+spec-1.1.0
6092026-07-14T15:26:02.793Z Compiling serde_urlencoded v0.7.1
6102026-07-14T15:26:03.120Z Compiling nix v0.30.1
6112026-07-14T15:26:03.524Z Compiling tracing-subscriber v0.3.23
6122026-07-14T15:26:03.907Z Compiling anstyle-parse v1.0.0
6132026-07-14T15:26:04.083Z Compiling sigchld v0.2.4
6142026-07-14T15:26:04.107Z Compiling cargo_metadata v0.23.1
6152026-07-14T15:26:04.124Z Compiling serde-value v0.7.0
6162026-07-14T15:26:04.275Z Compiling hyper-rustls v0.27.9
6172026-07-14T15:26:04.876Z Compiling serde-untagged v0.1.9
6182026-07-14T15:26:04.935Z Compiling toml v0.8.23
6192026-07-14T15:26:05.495Z Compiling tower-http v0.6.11
6202026-07-14T15:26:05.941Z Compiling derive_more-impl v2.1.1
6212026-07-14T15:26:06.892Z Compiling itertools v0.14.0
6222026-07-14T15:26:07.109Z Compiling regex v1.13.0
6232026-07-14T15:26:07.195Z Compiling crypto-common v0.1.7
6242026-07-14T15:26:07.316Z Compiling block-buffer v0.10.4
6252026-07-14T15:26:07.330Z Compiling ppv-lite86 v0.2.21
6262026-07-14T15:26:07.470Z Compiling rand_core v0.9.5
6272026-07-14T15:26:07.662Z Compiling futures-executor v0.3.32
6282026-07-14T15:26:07.718Z Compiling pin-project-internal v1.1.13
6292026-07-14T15:26:07.730Z Compiling http-body-util v0.1.4
6302026-07-14T15:26:08.014Z Compiling uuid v1.23.5
6312026-07-14T15:26:08.186Z Compiling toml_datetime v1.1.1+spec-1.1.0
6322026-07-14T15:26:08.372Z Compiling smol_str v0.3.6
6332026-07-14T15:26:08.524Z Compiling serde_spanned v1.1.1
6342026-07-14T15:26:08.536Z Compiling filetime v0.2.29
6352026-07-14T15:26:08.597Z Compiling vte v0.14.1
6362026-07-14T15:26:08.665Z Compiling bstr v1.12.3
6372026-07-14T15:26:08.762Z Compiling is_terminal_polyfill v1.70.2
6382026-07-14T15:26:09.446Z Compiling xattr v1.6.1
6392026-07-14T15:26:09.459Z Compiling nested v0.1.1
6402026-07-14T15:26:09.459Z Compiling anstyle v1.0.14
6412026-07-14T15:26:09.459Z Compiling self_update v0.42.0
6422026-07-14T15:26:09.459Z Compiling iana-time-zone v0.1.65
6432026-07-14T15:26:09.459Z Compiling number_prefix v0.4.0
6442026-07-14T15:26:09.459Z Compiling color-spantrace v0.3.0
6452026-07-14T15:26:09.459Z Compiling anstyle-query v1.1.5
6462026-07-14T15:26:09.460Z Compiling static_assertions v1.1.0
6472026-07-14T15:26:09.460Z Compiling tinyvec_macros v0.1.1
6482026-07-14T15:26:09.460Z Compiling eyre v0.6.12
6492026-07-14T15:26:09.460Z Compiling colorchoice v1.0.5
6502026-07-14T15:26:09.460Z Compiling litrs v1.0.0
6512026-07-14T15:26:09.460Z Compiling unicode-xid v0.2.6
6522026-07-14T15:26:09.460Z Compiling unicase v2.9.0
6532026-07-14T15:26:09.469Z Compiling cargo-util-schemas v0.2.0
6542026-07-14T15:26:09.509Z Compiling anstream v1.0.0
6552026-07-14T15:26:09.649Z Compiling tinyvec v1.12.0
6562026-07-14T15:26:09.777Z Compiling document-features v0.2.12
6572026-07-14T15:26:09.943Z Compiling guppy v0.17.26
6582026-07-14T15:26:10.029Z Compiling indicatif v0.17.11
6592026-07-14T15:26:10.031Z Compiling chrono v0.4.45
6602026-07-14T15:26:10.330Z Compiling globset v0.4.18
6612026-07-14T15:26:11.343Z Compiling tar v0.4.46
6622026-07-14T15:26:11.873Z Compiling strip-ansi-escapes v0.2.1
6632026-07-14T15:26:11.885Z Compiling pin-project v1.1.13
6642026-07-14T15:26:11.987Z Compiling toml v1.1.3+spec-1.1.0
6652026-07-14T15:26:12.368Z Compiling nextest-metadata v0.12.2
6662026-07-14T15:26:13.098Z Compiling newtype-uuid v1.3.2
6672026-07-14T15:26:13.207Z Compiling reqwest v0.12.28
6682026-07-14T15:26:13.317Z Compiling futures v0.3.32
6692026-07-14T15:26:13.373Z Compiling rand_chacha v0.9.0
6702026-07-14T15:26:13.396Z Compiling digest v0.10.7
6712026-07-14T15:26:13.535Z Compiling parking_lot v0.12.5
6722026-07-14T15:26:13.621Z Compiling flate2 v1.1.9
6732026-07-14T15:26:13.925Z Compiling derive_more v2.1.1
6742026-07-14T15:26:14.007Z Compiling tracing-error v0.2.1
6752026-07-14T15:26:14.152Z Compiling shared_child v1.1.1
6762026-07-14T15:26:14.479Z Compiling signal-hook-mio v0.2.5
6772026-07-14T15:26:14.579Z Compiling self-replace v1.5.0
6782026-07-14T15:26:14.609Z Compiling cargo-platform v0.2.0
6792026-07-14T15:26:14.867Z Compiling quick-xml v0.37.5
6802026-07-14T15:26:15.144Z Compiling quick-xml v0.38.4
6812026-07-14T15:26:15.173Z Compiling indenter v0.3.4
6822026-07-14T15:26:15.565Z Compiling shell-words v1.1.1
6832026-07-14T15:26:15.752Z Compiling heck v0.5.0
6842026-07-14T15:26:15.950Z Compiling urlencoding v2.1.3
6852026-07-14T15:26:16.021Z Compiling cpufeatures v0.2.17
6862026-07-14T15:26:16.096Z Compiling recursion v0.5.4
6872026-07-14T15:26:16.203Z Compiling humantime v2.4.0
6882026-07-14T15:26:16.254Z Compiling clap_lex v1.1.0
6892026-07-14T15:26:16.392Z Compiling strsim v0.11.1
6902026-07-14T15:26:16.607Z Compiling clap_builder v4.6.0
6912026-07-14T15:26:16.622Z Compiling humantime-serde v1.1.1
6922026-07-14T15:26:16.759Z Compiling nextest-filtering v0.15.0
6932026-07-14T15:26:17.210Z Compiling sha2 v0.10.9
6942026-07-14T15:26:17.526Z Compiling clap_derive v4.6.1
6952026-07-14T15:26:18.423Z Compiling quick-junit v0.5.2
6962026-07-14T15:26:19.773Z Compiling atomicwrites v0.4.4
6972026-07-14T15:26:20.053Z Compiling cargo_metadata v0.20.0
6982026-07-14T15:26:20.680Z Compiling cargo-nextest v0.9.97
6992026-07-14T15:26:20.998Z Compiling crossterm v0.29.0
7002026-07-14T15:26:21.528Z Compiling duct v0.13.7
7012026-07-14T15:26:23.463Z Compiling rand v0.9.5
7022026-07-14T15:26:23.715Z Compiling async-scoped v0.9.0
7032026-07-14T15:26:23.906Z Compiling zstd v0.13.3
7042026-07-14T15:26:23.955Z Compiling config v0.15.25
7052026-07-14T15:26:23.993Z Compiling unicode-normalization v0.1.25
7062026-07-14T15:26:24.205Z Compiling target-spec-miette v0.4.8
7072026-07-14T15:26:24.209Z Compiling future-queue v0.4.0
7082026-07-14T15:26:24.326Z Compiling mukti-metadata v0.3.0
7092026-07-14T15:26:24.478Z Compiling camino-tempfile v1.4.1
7102026-07-14T15:26:24.573Z Compiling tokio-stream v0.1.18
7112026-07-14T15:26:24.638Z Compiling derive-where v1.6.1
7122026-07-14T15:26:24.828Z Compiling serde_ignored v0.1.14
7132026-07-14T15:26:24.899Z Compiling serde_path_to_error v0.1.20
7142026-07-14T15:26:25.047Z Compiling xxhash-rust v0.8.16
7152026-07-14T15:26:25.188Z Compiling swrite v0.1.0
7162026-07-14T15:26:25.216Z Compiling home v0.5.12
7172026-07-14T15:26:25.228Z Compiling hex v0.4.3
7182026-07-14T15:26:25.295Z Compiling indent_write v2.2.0
7192026-07-14T15:26:25.344Z Compiling color-eyre v0.6.5
7202026-07-14T15:26:25.399Z Compiling clap v4.6.1
7212026-07-14T15:26:25.443Z Compiling dialoguer v0.11.0
7222026-07-14T15:26:25.480Z Compiling enable-ansi-support v0.2.1
7232026-07-14T15:26:25.887Z Compiling nextest-runner v0.80.0
7242026-07-14T15:26:43.900Z Finished `release` profile [optimized] target(s) in 1m 09s
7252026-07-14T15:26:44.072Z Installing /home/build/.cargo/bin/cargo-nextest
7262026-07-14T15:26:44.076Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7272026-07-14T15:26:44.185Z+ source .github/buildomat/test-common.sh
7282026-07-14T15:26:44.188Z++ NEXTEST_VERSION=0.9.97
7292026-07-14T15:26:44.188Z++ PLATFORM=illumos
7302026-07-14T15:26:44.188Z++ banner install
7312026-07-14T15:26:44.188Z
7322026-07-14T15:26:44.188Z # # # #### ##### ## # #
7332026-07-14T15:26:44.188Z # ## # # # # # # #
7342026-07-14T15:26:44.188Z # # # # #### # # # # #
7352026-07-14T15:26:44.188Z # # # # # # ###### # #
7362026-07-14T15:26:44.188Z # # ## # # # # # # #
7372026-07-14T15:26:44.188Z # # # #### # # # ###### ######
7382026-07-14T15:26:44.188Z
7392026-07-14T15:26:44.188Z++ set +o errexit
7402026-07-14T15:26:44.191Z++ pkg info clang-15
7412026-07-14T15:26:44.191Z++ grep -qi installed
7422026-07-14T15:26:45.379Zpkg: info: no packages matching the following patterns you specified are
7432026-07-14T15:26:45.379Zinstalled on the system. Try querying remotely instead:
7442026-07-14T15:26:45.379Z
7452026-07-14T15:26:45.379Z clang-15
7462026-07-14T15:26:45.417Z++ [[ 1 != 0 ]]
7472026-07-14T15:26:45.417Z++ set -o errexit
7482026-07-14T15:26:45.420Z++ pfexec pkg install clang-15
7492026-07-14T15:26:52.151Z Startup: Refreshing catalog 'helios-dev' ... Done
7502026-07-14T15:26:59.864Z Startup: Caching catalogs ... Done
7512026-07-14T15:27:07.033ZPlanning: Solver setup ... Done
7522026-07-14T15:27:07.074ZPlanning: Running solver ... Done
7532026-07-14T15:27:07.224ZPlanning: Finding local manifests ... Done
7542026-07-14T15:27:07.235ZPlanning: Fetching manifests: 0/2 0% complete
7552026-07-14T15:27:07.320ZPlanning: Fetching manifests: 2/2 100% complete
7562026-07-14T15:27:07.350ZPlanning: Package planning ... Done
7572026-07-14T15:27:07.376ZPlanning: Merging actions ... Done
7582026-07-14T15:27:07.486ZPlanning: Checking for conflicting actions ... Done
7592026-07-14T15:27:07.491ZPlanning: Consolidating action changes ... Done
7602026-07-14T15:27:08.274ZPlanning: Evaluating mediators ... Done
7612026-07-14T15:27:08.280ZPlanning: Planning completed in 8.24 seconds
7622026-07-14T15:27:08.291Z Packages to install: 2
7632026-07-14T15:27:08.297Z Mediators to change: 2
7642026-07-14T15:27:08.297Z Services to change: 1
7652026-07-14T15:27:08.297Z Create boot environment: No
7662026-07-14T15:27:08.297ZCreate backup boot environment: No
7672026-07-14T15:27:08.331Z
7682026-07-14T15:27:08.331ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7692026-07-14T15:27:13.333ZDownload: 1325/3076 items 115.6/211.3MB 54% complete (23.8M/s)
7702026-07-14T15:27:18.333ZDownload: 3042/3076 items 202.5/211.3MB 95% complete (20.4M/s)
7712026-07-14T15:27:18.776ZDownload: Completed 211.31 MB in 10.44 seconds (20.2M/s)
7722026-07-14T15:27:19.016Z Actions: 1/3418 actions (Installing new actions)
7732026-07-14T15:27:22.144Z Actions: Completed 3418 actions in 3.13 seconds.
7742026-07-14T15:27:22.809Z Done
7752026-07-14T15:27:22.809Z Done
7762026-07-14T15:27:23.547Z Done
7772026-07-14T15:27:26.923Z Done
7782026-07-14T15:27:26.993Z Done
7792026-07-14T15:27:26.996Z Done
7802026-07-14T15:27:27.290Z Done
7812026-07-14T15:27:27.985Z++ set -o errexit
7822026-07-14T15:27:27.985Z++ cargo --version
7832026-07-14T15:27:27.994Zcargo 1.96.1 (356927216 2026-06-26)
7842026-07-14T15:27:28.001Z++ rustc --version
7852026-07-14T15:27:28.017Zrustc 1.96.1 (31fca3adb 2026-06-26)
7862026-07-14T15:27:28.020Z++ cargo install cargo-nextest --version 0.9.97
7872026-07-14T15:27:28.076Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7882026-07-14T15:27:28.080Z+ pushd rdb
7892026-07-14T15:27:28.080Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7902026-07-14T15:27:28.080Z+ PROPTEST_CASES=1000000
7912026-07-14T15:27:28.080Z+ cargo nextest run --lib proptest
7922026-07-14T15:27:28.284Z Updating git repository `https://github.com/oxidecomputer/falcon`
7932026-07-14T15:27:29.136ZFrom https://github.com/oxidecomputer/falcon
7942026-07-14T15:27:29.136Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7952026-07-14T15:27:29.266Z Updating crates.io index
7962026-07-14T15:27:29.266Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7972026-07-14T15:27:29.674ZFrom https://github.com/oxidecomputer/dendrite
7982026-07-14T15:27:29.674Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
7992026-07-14T15:27:29.705Z Updating git repository `https://github.com/oxidecomputer/ispf`
8002026-07-14T15:27:29.955ZFrom https://github.com/oxidecomputer/ispf
8012026-07-14T15:27:29.955Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8022026-07-14T15:27:29.982Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8032026-07-14T15:27:30.291ZFrom https://github.com/oxidecomputer/netadm-sys
8042026-07-14T15:27:30.291Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8052026-07-14T15:27:30.340Z Updating git repository `https://github.com/oxidecomputer/omicron`
8062026-07-14T15:27:36.449ZFrom https://github.com/oxidecomputer/omicron
8072026-07-14T15:27:36.449Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8082026-07-14T15:27:36.872Z Updating git repository `https://github.com/oxidecomputer/opte`
8092026-07-14T15:27:37.664ZFrom https://github.com/oxidecomputer/opte
8102026-07-14T15:27:37.664Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8112026-07-14T15:27:37.688Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8122026-07-14T15:27:37.946ZFrom https://github.com/oxidecomputer/slog-error-chain
8132026-07-14T15:27:37.947Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8142026-07-14T15:27:37.963Z Updating git repository `https://github.com/illumos/smf-rs`
8152026-07-14T15:27:38.230ZFrom https://github.com/illumos/smf-rs
8162026-07-14T15:27:38.230Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8172026-07-14T15:27:38.242Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8182026-07-14T15:27:38.520ZFrom https://github.com/oxidecomputer/network-interface
8192026-07-14T15:27:38.520Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8202026-07-14T15:27:38.526Z Updating git repository `https://github.com/oxidecomputer/zone`
8212026-07-14T15:27:38.796ZFrom https://github.com/oxidecomputer/zone
8222026-07-14T15:27:38.796Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8232026-07-14T15:27:38.804Z Updating git repository `https://github.com/oxidecomputer/propolis`
8242026-07-14T15:27:39.468ZFrom https://github.com/oxidecomputer/propolis
8252026-07-14T15:27:39.468Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8262026-07-14T15:27:39.536Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8272026-07-14T15:27:40.007ZFrom https://github.com/oxidecomputer/transceiver-control
8282026-07-14T15:27:40.008Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8292026-07-14T15:27:40.028Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8302026-07-14T15:27:40.298ZFrom https://github.com/oxidecomputer/dlpi-sys
8312026-07-14T15:27:40.298Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8322026-07-14T15:27:40.313Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8332026-07-14T15:27:40.601ZFrom https://github.com/jmesmon/rust-libzfs
8342026-07-14T15:27:40.601Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8352026-07-14T15:27:40.615Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8362026-07-14T15:27:40.866ZFrom https://github.com/oxidecomputer/rusty-doors
8372026-07-14T15:27:40.866Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8382026-07-14T15:27:40.873Z Updating git repository `https://github.com/oxidecomputer/lldp`
8392026-07-14T15:27:41.218ZFrom https://github.com/oxidecomputer/lldp
8402026-07-14T15:27:41.218Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8412026-07-14T15:27:41.236Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8422026-07-14T15:27:41.580ZFrom https://github.com/oxidecomputer/tufaceous
8432026-07-14T15:27:41.580Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8442026-07-14T15:27:41.608Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8452026-07-14T15:27:42.058ZFrom https://github.com/oxidecomputer/management-gateway-service
8462026-07-14T15:27:42.058Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8472026-07-14T15:27:42.071Z Updating git repository `https://github.com/oxidecomputer/crucible`
8482026-07-14T15:27:43.320ZFrom https://github.com/oxidecomputer/crucible
8492026-07-14T15:27:43.320Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8502026-07-14T15:27:43.376Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8512026-07-14T15:27:43.552ZFrom https://github.com/oxidecomputer/serde_human_bytes
8522026-07-14T15:27:43.552Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8532026-07-14T15:27:43.584Z Updating git repository `https://github.com/oxidecomputer/propolis`
8542026-07-14T15:27:43.980ZFrom https://github.com/oxidecomputer/propolis
8552026-07-14T15:27:43.980Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8562026-07-14T15:27:44.018Z Updating git repository `https://github.com/oxidecomputer/crucible`
8572026-07-14T15:27:44.810ZFrom https://github.com/oxidecomputer/crucible
8582026-07-14T15:27:44.810Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8592026-07-14T15:27:44.918Z Updating git repository `https://github.com/oxidecomputer/tofino`
8602026-07-14T15:27:45.241ZFrom https://github.com/oxidecomputer/tofino
8612026-07-14T15:27:45.241Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8622026-07-14T15:27:45.279Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8632026-07-14T15:27:45.931ZFrom https://github.com/oxidecomputer/maghemite
8642026-07-14T15:27:45.931Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8652026-07-14T15:27:45.982Z Updating git repository `https://github.com/oxidecomputer/clickward`
8662026-07-14T15:27:46.195ZFrom https://github.com/oxidecomputer/clickward
8672026-07-14T15:27:46.195Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8682026-07-14T15:27:46.231Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8692026-07-14T15:27:46.470ZFrom https://github.com/oxidecomputer/illumos-devinfo
8702026-07-14T15:27:46.470Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8712026-07-14T15:27:47.465Z Downloading crates ...
8722026-07-14T15:27:47.556Z Downloaded aead v0.5.2
8732026-07-14T15:27:47.562Z Downloaded base16ct v1.0.0
8742026-07-14T15:27:47.568Z Downloaded chacha20 v0.10.0
8752026-07-14T15:27:47.579Z Downloaded allocator-api2 v0.2.21
8762026-07-14T15:27:47.587Z Downloaded async-stream v0.3.6
8772026-07-14T15:27:47.587Z Downloaded async-recursion v1.1.1
8782026-07-14T15:27:47.587Z Downloaded fs-err v3.3.0
8792026-07-14T15:27:47.594Z Downloaded bytecount v0.6.9
8802026-07-14T15:27:47.594Z Downloaded ciborium-ll v0.2.2
8812026-07-14T15:27:47.594Z Downloaded embedded-io v0.4.0
8822026-07-14T15:27:47.594Z Downloaded base16ct v0.2.0
8832026-07-14T15:27:47.594Z Downloaded embedded-io v0.6.1
8842026-07-14T15:27:47.594Z Downloaded block-buffer v0.12.0
8852026-07-14T15:27:47.594Z Downloaded getrandom v0.4.2
8862026-07-14T15:27:47.597Z Downloaded dunce v1.0.5
8872026-07-14T15:27:47.597Z Downloaded fixedbitset v0.4.2
8882026-07-14T15:27:47.601Z Downloaded git-stub v1.0.0
8892026-07-14T15:27:47.601Z Downloaded foreign-types v0.5.0
8902026-07-14T15:27:47.601Z Downloaded ff v0.13.1
8912026-07-14T15:27:47.607Z Downloaded foreign-types-shared v0.3.1
8922026-07-14T15:27:47.607Z Downloaded dtrace-parser v0.3.0
8932026-07-14T15:27:47.607Z Downloaded async-trait v0.1.89
8942026-07-14T15:27:47.610Z Downloaded foreign-types-macros v0.2.3
8952026-07-14T15:27:47.610Z Downloaded hubpack v0.1.2
8962026-07-14T15:27:47.610Z Downloaded enum-as-inner v0.6.1
8972026-07-14T15:27:47.610Z Downloaded compression-core v0.4.32
8982026-07-14T15:27:47.614Z Downloaded const-random-macro v0.1.16
8992026-07-14T15:27:47.614Z Downloaded bcs v0.1.6
9002026-07-14T15:27:47.614Z Downloaded defmt v0.3.100
9012026-07-14T15:27:47.625Z Downloaded http-body v1.0.1
9022026-07-14T15:27:47.625Z Downloaded backoff v0.4.0
9032026-07-14T15:27:47.625Z Downloaded dyn-clone v1.0.20
9042026-07-14T15:27:47.642Z Downloaded heck v0.4.1
9052026-07-14T15:27:47.642Z Downloaded gethostname v0.5.0
9062026-07-14T15:27:47.642Z Downloaded fxhash v0.2.1
9072026-07-14T15:27:47.642Z Downloaded const-random v0.1.18
9082026-07-14T15:27:47.642Z Downloaded cstr-argument v0.1.2
9092026-07-14T15:27:47.642Z Downloaded cobs v0.3.0
9102026-07-14T15:27:47.643Z Downloaded crypto-common v0.2.2
9112026-07-14T15:27:47.643Z Downloaded httpdate v1.0.3
9122026-07-14T15:27:47.643Z Downloaded hash32 v0.3.1
9132026-07-14T15:27:47.643Z Downloaded float-ord v0.3.2
9142026-07-14T15:27:47.643Z Downloaded cipher v0.4.4
9152026-07-14T15:27:47.643Z Downloaded bs58 v0.5.1
9162026-07-14T15:27:47.643Z Downloaded daft-derive v0.1.7
9172026-07-14T15:27:47.662Z Downloaded newline-converter v0.3.0
9182026-07-14T15:27:47.662Z Downloaded macaddr v1.0.1
9192026-07-14T15:27:47.662Z Downloaded glob v0.3.3
9202026-07-14T15:27:47.662Z Downloaded libscf-sys v1.2.0
9212026-07-14T15:27:47.663Z Downloaded idna_adapter v1.2.2
9222026-07-14T15:27:47.663Z Downloaded bit-set v0.8.0
9232026-07-14T15:27:47.663Z Downloaded chacha20 v0.9.1
9242026-07-14T15:27:47.663Z Downloaded hostname v0.4.2
9252026-07-14T15:27:47.663Z Downloaded dof v0.3.0
9262026-07-14T15:27:47.663Z Downloaded crucible-workspace-hack v0.1.0
9272026-07-14T15:27:47.663Z Downloaded hmac v0.12.1
9282026-07-14T15:27:47.663Z Downloaded async-stream-impl v0.3.6
9292026-07-14T15:27:47.663Z Downloaded lru-cache v0.1.2
9302026-07-14T15:27:47.663Z Downloaded dtrace-parser v0.2.0
9312026-07-14T15:27:47.663Z Downloaded natord v1.0.9
9322026-07-14T15:27:47.664Z Downloaded inout v0.1.4
9332026-07-14T15:27:47.664Z Downloaded darling_macro v0.23.0
9342026-07-14T15:27:47.664Z Downloaded hubpack_derive v0.1.1
9352026-07-14T15:27:47.664Z Downloaded keccak v0.1.6
9362026-07-14T15:27:47.671Z Downloaded dropshot-api-manager-types v0.7.2
9372026-07-14T15:27:47.671Z Downloaded memoffset v0.9.1
9382026-07-14T15:27:47.671Z Downloaded ident_case v1.0.1
9392026-07-14T15:27:47.671Z Downloaded darling_macro v0.21.3
9402026-07-14T15:27:47.671Z Downloaded crc8 v0.1.1
9412026-07-14T15:27:47.671Z Downloaded konst_macro_rules v0.2.19
9422026-07-14T15:27:47.671Z Downloaded ciborium-io v0.2.2
9432026-07-14T15:27:47.671Z Downloaded convert_case v0.4.0
9442026-07-14T15:27:47.671Z Downloaded match_cfg v0.1.0
9452026-07-14T15:27:47.671Z Downloaded newtype_derive v0.1.6
9462026-07-14T15:27:47.671Z Downloaded is-terminal v0.4.17
9472026-07-14T15:27:47.671Z Downloaded data-encoding v2.11.0
9482026-07-14T15:27:47.675Z Downloaded byteorder v1.5.0
9492026-07-14T15:27:47.675Z Downloaded memmap v0.7.0
9502026-07-14T15:27:47.675Z Downloaded crossbeam-deque v0.8.6
9512026-07-14T15:27:47.679Z Downloaded dof v0.4.0
9522026-07-14T15:27:47.679Z Downloaded constant_time_eq v0.4.2
9532026-07-14T15:27:47.679Z Downloaded internet-checksum v0.2.1
9542026-07-14T15:27:47.679Z Downloaded digest v0.11.3
9552026-07-14T15:27:47.684Z Downloaded arrayref v0.3.9
9562026-07-14T15:27:47.684Z Downloaded num-derive v0.4.2
9572026-07-14T15:27:47.684Z Downloaded linked-hash-map v0.5.6
9582026-07-14T15:27:47.698Z Downloaded newtype-uuid-macros v0.1.0
9592026-07-14T15:27:47.698Z Downloaded managed v0.8.0
9602026-07-14T15:27:47.699Z Downloaded byte-wrapper v0.1.0
9612026-07-14T15:27:47.715Z Downloaded hostname v0.3.1
9622026-07-14T15:27:47.715Z Downloaded bitflags v2.12.1
9632026-07-14T15:27:47.715Z Downloaded no-std-compat v0.4.1
9642026-07-14T15:27:47.715Z Downloaded git-stub-vcs v0.1.0
9652026-07-14T15:27:47.716Z Downloaded bit-vec v0.8.0
9662026-07-14T15:27:47.716Z Downloaded num-conv v0.2.2
9672026-07-14T15:27:47.716Z Downloaded libsw-core v0.3.2
9682026-07-14T15:27:47.716Z Downloaded num_threads v0.1.7
9692026-07-14T15:27:47.716Z Downloaded parse-display v0.10.0
9702026-07-14T15:27:47.716Z Downloaded num_enum_derive v0.5.11
9712026-07-14T15:27:47.716Z Downloaded num-iter v0.1.45
9722026-07-14T15:27:47.716Z Downloaded humantime v2.3.0
9732026-07-14T15:27:47.716Z Downloaded crossbeam-epoch v0.9.18
9742026-07-14T15:27:47.716Z Downloaded num v0.4.3
9752026-07-14T15:27:47.716Z Downloaded cookie v0.18.1
9762026-07-14T15:27:47.716Z Downloaded highway v1.3.0
9772026-07-14T15:27:47.716Z Downloaded olpc-cjson v0.1.4
9782026-07-14T15:27:47.721Z Downloaded fs_extra v1.3.0
9792026-07-14T15:27:47.721Z Downloaded derive-ex v0.1.8
9802026-07-14T15:27:47.721Z Downloaded foldhash v0.2.0
9812026-07-14T15:27:47.721Z Downloaded defmt-parser v1.0.0
9822026-07-14T15:27:47.721Z Downloaded displaydoc v0.2.6
9832026-07-14T15:27:47.721Z Downloaded opaque-debug v0.3.1
9842026-07-14T15:27:47.721Z Downloaded omicron-workspace-hack v0.1.0
9852026-07-14T15:27:47.721Z Downloaded daft v0.1.7
9862026-07-14T15:27:47.721Z Downloaded crunchy v0.2.4
9872026-07-14T15:27:47.721Z Downloaded compression-codecs v0.4.38
9882026-07-14T15:27:47.725Z Downloaded deranged v0.5.8
9892026-07-14T15:27:47.725Z Downloaded const_format_proc_macros v0.2.34
9902026-07-14T15:27:47.734Z Downloaded defmt-macros v1.1.0
9912026-07-14T15:27:47.734Z Downloaded phf_shared v0.12.1
9922026-07-14T15:27:47.734Z Downloaded cmake v0.1.58
9932026-07-14T15:27:47.749Z Downloaded bitflags v1.3.2
9942026-07-14T15:27:47.749Z Downloaded argon2 v0.5.3
9952026-07-14T15:27:47.750Z Downloaded arrayvec v0.7.6
9962026-07-14T15:27:47.750Z Downloaded instant v0.1.13
9972026-07-14T15:27:47.750Z Downloaded plain v0.2.3
9982026-07-14T15:27:47.750Z Downloaded mime v0.3.17
9992026-07-14T15:27:47.750Z Downloaded http-body-util v0.1.3
10002026-07-14T15:27:47.757Z Downloaded darling v0.23.0
10012026-07-14T15:27:47.757Z Downloaded linear-map v1.2.0
10022026-07-14T15:27:47.757Z Downloaded erased-serde v0.3.31
10032026-07-14T15:27:47.757Z Downloaded drift v0.2.0
10042026-07-14T15:27:47.765Z Downloaded proc-macro-error-attr2 v2.0.0
10052026-07-14T15:27:47.765Z Downloaded num_enum v0.5.11
10062026-07-14T15:27:47.781Z Downloaded proc-macro-crate v3.5.0
10072026-07-14T15:27:47.781Z Downloaded progenitor-macro v0.10.0
10082026-07-14T15:27:47.781Z Downloaded progenitor-macro v0.14.0
10092026-07-14T15:27:47.781Z Downloaded hybrid-array v0.4.12
10102026-07-14T15:27:47.781Z Downloaded progenitor-client v0.10.0
10112026-07-14T15:27:47.782Z Downloaded proc-macro-crate v1.3.1
10122026-07-14T15:27:47.782Z Downloaded ingot-types v0.1.2
10132026-07-14T15:27:47.782Z Downloaded parse-display-derive v0.10.0
10142026-07-14T15:27:47.782Z Downloaded rand_xorshift v0.4.0
10152026-07-14T15:27:47.793Z Downloaded ref-cast v1.0.25
10162026-07-14T15:27:47.793Z Downloaded oxide-tokio-rt v0.1.6
10172026-07-14T15:27:47.793Z Downloaded num_enum v0.7.6
10182026-07-14T15:27:47.793Z Downloaded num-integer v0.1.46
10192026-07-14T15:27:47.793Z Downloaded cancel-safe-futures v0.1.5
10202026-07-14T15:27:47.793Z Downloaded bytes v1.11.1
10212026-07-14T15:27:47.793Z Downloaded proc-macro-error-attr v1.0.4
10222026-07-14T15:27:47.793Z Downloaded defmt v1.1.0
10232026-07-14T15:27:47.793Z Downloaded progenitor-client v0.14.0
10242026-07-14T15:27:47.794Z Downloaded darling v0.21.3
10252026-07-14T15:27:47.809Z Downloaded colored v3.1.1
10262026-07-14T15:27:47.810Z Downloaded progenitor-macro v0.13.0
10272026-07-14T15:27:47.810Z Downloaded blake2 v0.10.6
10282026-07-14T15:27:47.810Z Downloaded critical-section v1.2.0
10292026-07-14T15:27:47.810Z Downloaded rand_chacha v0.3.1
10302026-07-14T15:27:47.810Z Downloaded num_enum_derive v0.7.6
10312026-07-14T15:27:47.810Z Downloaded diff v0.1.13
10322026-07-14T15:27:47.810Z Downloaded cargo_toml v0.22.3
10332026-07-14T15:27:47.810Z Downloaded num-rational v0.4.2
10342026-07-14T15:27:47.823Z Downloaded powerfmt v0.2.0
10352026-07-14T15:27:47.823Z Downloaded potential_utf v0.1.5
10362026-07-14T15:27:47.823Z Downloaded crossbeam-utils v0.8.21
10372026-07-14T15:27:47.823Z Downloaded ref-cast-impl v1.0.25
10382026-07-14T15:27:47.824Z Downloaded phf v0.12.1
10392026-07-14T15:27:47.824Z Downloaded pem v3.0.6
10402026-07-14T15:27:47.824Z Downloaded paste v1.0.15
10412026-07-14T15:27:47.824Z Downloaded rustc_version v0.1.7
10422026-07-14T15:27:47.824Z Downloaded password-hash v0.5.0
10432026-07-14T15:27:47.824Z Downloaded parking_lot_core v0.8.6
10442026-07-14T15:27:47.824Z Downloaded rustc-hash v2.1.2
10452026-07-14T15:27:47.824Z Downloaded proc-macro-error v1.0.4
10462026-07-14T15:27:47.824Z Downloaded same-file v1.0.6
10472026-07-14T15:27:47.824Z Downloaded const-oid v0.10.2
10482026-07-14T15:27:47.824Z Downloaded serde_repr v0.1.20
10492026-07-14T15:27:47.824Z Downloaded serde_plain v1.0.2
10502026-07-14T15:27:47.835Z Downloaded secrecy v0.10.3
10512026-07-14T15:27:47.835Z Downloaded scroll_derive v0.13.1
10522026-07-14T15:27:47.835Z Downloaded scroll_derive v0.12.1
10532026-07-14T15:27:47.835Z Downloaded multer v3.1.0
10542026-07-14T15:27:47.835Z Downloaded num-complex v0.4.6
10552026-07-14T15:27:47.835Z Downloaded progenitor v0.14.0
10562026-07-14T15:27:47.835Z Downloaded progenitor v0.13.0
10572026-07-14T15:27:47.836Z Downloaded quick-error v1.2.3
10582026-07-14T15:27:47.836Z Downloaded oxnet v0.1.6
10592026-07-14T15:27:47.836Z Downloaded jobserver v0.1.34
10602026-07-14T15:27:47.841Z Downloaded ipnetwork v0.21.1
10612026-07-14T15:27:47.841Z Downloaded quote v1.0.45
10622026-07-14T15:27:47.841Z Downloaded libsw v3.5.0
10632026-07-14T15:27:47.841Z Downloaded ingot v0.1.1
10642026-07-14T15:27:47.842Z Downloaded pretty-hex v0.4.2
10652026-07-14T15:27:47.842Z Downloaded serial_test v3.5.0
10662026-07-14T15:27:47.842Z Downloaded dropshot_endpoint v0.17.1
10672026-07-14T15:27:47.842Z Downloaded derive_more v0.99.20
10682026-07-14T15:27:47.857Z Downloaded memmap2 v0.9.10
10692026-07-14T15:27:47.858Z Downloaded serde-big-array v0.5.1
10702026-07-14T15:27:47.858Z Downloaded anyhow v1.0.103
10712026-07-14T15:27:47.858Z Downloaded semver v0.1.20
10722026-07-14T15:27:47.858Z Downloaded group v0.13.0
10732026-07-14T15:27:47.858Z Downloaded postcard v1.1.3
10742026-07-14T15:27:47.864Z Downloaded sha1 v0.11.0
10752026-07-14T15:27:47.864Z Downloaded port-file v0.1.0
10762026-07-14T15:27:47.864Z Downloaded poly1305 v0.8.0
10772026-07-14T15:27:47.864Z Downloaded sigpipe v0.1.3
10782026-07-14T15:27:47.864Z Downloaded slog-bunyan v2.5.0
10792026-07-14T15:27:47.864Z Downloaded pest_generator v2.8.6
10802026-07-14T15:27:47.864Z Downloaded progenitor v0.10.0
10812026-07-14T15:27:47.864Z Downloaded sha1 v0.10.6
10822026-07-14T15:27:47.864Z Downloaded progenitor-client v0.13.0
10832026-07-14T15:27:47.864Z Downloaded proc-macro-error2 v2.0.1
10842026-07-14T15:27:47.873Z Downloaded serial_test_derive v3.5.0
10852026-07-14T15:27:47.873Z Downloaded pest_derive v2.8.6
10862026-07-14T15:27:47.873Z Downloaded progenitor-extras v0.2.0
10872026-07-14T15:27:47.873Z Downloaded icu_normalizer v2.2.0
10882026-07-14T15:27:47.879Z Downloaded ingot-macros v0.1.1
10892026-07-14T15:27:47.879Z Downloaded smawk v0.3.2
10902026-07-14T15:27:47.879Z Downloaded strum v0.27.2
10912026-07-14T15:27:47.879Z Downloaded strum v0.26.3
10922026-07-14T15:27:47.879Z Downloaded structmeta-derive v0.3.0
10932026-07-14T15:27:47.879Z Downloaded stable_deref_trait v1.2.1
10942026-07-14T15:27:47.879Z Downloaded siphasher v1.0.3
10952026-07-14T15:27:47.879Z Downloaded slog-envlogger v2.2.0
10962026-07-14T15:27:47.879Z Downloaded half v2.7.1
10972026-07-14T15:27:47.888Z Downloaded scroll v0.13.0
10982026-07-14T15:27:47.888Z Downloaded scroll v0.12.0
10992026-07-14T15:27:47.888Z Downloaded darling_core v0.23.0
11002026-07-14T15:27:47.888Z Downloaded csv-core v0.1.13
11012026-07-14T15:27:47.892Z Downloaded async-compression v0.4.42
11022026-07-14T15:27:47.893Z Downloaded backon v1.6.0
11032026-07-14T15:27:47.893Z Downloaded serde_tokenstream v0.2.3
11042026-07-14T15:27:47.896Z Downloaded resolv-conf v0.7.6
11052026-07-14T15:27:47.897Z Downloaded parking_lot v0.11.2
11062026-07-14T15:27:47.897Z Downloaded serde_derive_internals v0.29.1
11072026-07-14T15:27:47.897Z Downloaded rustversion v1.0.22
11082026-07-14T15:27:47.906Z Downloaded termtree v0.5.1
11092026-07-14T15:27:47.906Z Downloaded elliptic-curve v0.13.8
11102026-07-14T15:27:47.906Z Downloaded tagptr v0.2.0
11112026-07-14T15:27:47.906Z Downloaded structmeta v0.3.0
11122026-07-14T15:27:47.906Z Downloaded take_mut v0.2.2
11132026-07-14T15:27:47.909Z Downloaded rustls-native-certs v0.8.4
11142026-07-14T15:27:47.909Z Downloaded quinn-udp v0.5.14
11152026-07-14T15:27:47.909Z Downloaded console v0.16.3
11162026-07-14T15:27:47.909Z Downloaded icu_provider v2.2.0
11172026-07-14T15:27:47.909Z Downloaded slog-async v2.8.0
11182026-07-14T15:27:47.913Z Downloaded schemars_derive v0.8.22
11192026-07-14T15:27:47.913Z Downloaded log v0.4.32
11202026-07-14T15:27:47.913Z Downloaded litemap v0.8.2
11212026-07-14T15:27:47.922Z Downloaded indexmap v1.9.3
11222026-07-14T15:27:47.922Z Downloaded ciborium v0.2.2
11232026-07-14T15:27:47.925Z Downloaded darling_core v0.21.3
11242026-07-14T15:27:47.925Z Downloaded arc-swap v1.9.1
11252026-07-14T15:27:47.925Z Downloaded rhai_codegen v3.2.0
11262026-07-14T15:27:47.928Z Downloaded tabled_derive v0.7.0
11272026-07-14T15:27:47.928Z Downloaded spin v0.5.2
11282026-07-14T15:27:47.931Z Downloaded thread-id v4.2.2
11292026-07-14T15:27:47.931Z Downloaded tabwriter v1.4.1
11302026-07-14T15:27:47.932Z Downloaded tabled_derive v0.11.0
11312026-07-14T15:27:47.935Z Downloaded icu_properties v2.2.0
11322026-07-14T15:27:47.935Z Downloaded smf v0.2.3
11332026-07-14T15:27:47.935Z Downloaded smartstring v1.0.1
11342026-07-14T15:27:47.942Z Downloaded slog-dtrace v0.3.0
11352026-07-14T15:27:47.942Z Downloaded rustls-pki-types v1.14.1
11362026-07-14T15:27:47.942Z Downloaded crossbeam-channel v0.5.15
11372026-07-14T15:27:47.945Z Downloaded rustls-pemfile v2.2.0
11382026-07-14T15:27:47.945Z Downloaded strum_macros v0.27.2
11392026-07-14T15:27:47.950Z Downloaded testing_table v0.3.0
11402026-07-14T15:27:47.950Z Downloaded time-core v0.1.8
11412026-07-14T15:27:47.954Z Downloaded typify-macro v0.6.2
11422026-07-14T15:27:47.954Z Downloaded thread-id v5.1.0
11432026-07-14T15:27:47.954Z Downloaded unarray v0.1.4
11442026-07-14T15:27:47.954Z Downloaded thiserror-impl-no-std v2.0.2
11452026-07-14T15:27:47.957Z Downloaded progenitor-impl v0.14.0
11462026-07-14T15:27:47.958Z Downloaded icu_locale_core v2.2.0
11472026-07-14T15:27:47.960Z Downloaded papergrid v0.11.0
11482026-07-14T15:27:47.963Z Downloaded untrusted v0.7.1
11492026-07-14T15:27:47.964Z Downloaded usdt v0.5.0
11502026-07-14T15:27:47.964Z Downloaded unit-prefix v0.5.2
11512026-07-14T15:27:47.964Z Downloaded slog-stdlog v4.1.1
11522026-07-14T15:27:47.967Z Downloaded synstructure v0.13.2
11532026-07-14T15:27:47.967Z Downloaded usdt-attr-macro v0.5.0
11542026-07-14T15:27:47.967Z Downloaded usdt v0.6.0
11552026-07-14T15:27:47.967Z Downloaded base64 v0.21.7
11562026-07-14T15:27:47.970Z Downloaded topological-sort v0.2.2
11572026-07-14T15:27:47.970Z Downloaded crypto-bigint v0.5.5
11582026-07-14T15:27:47.973Z Downloaded chacha20poly1305 v0.10.1
11592026-07-14T15:27:47.975Z Downloaded snafu-derive v0.8.9
11602026-07-14T15:27:47.976Z Downloaded slog-term v2.9.2
11612026-07-14T15:27:47.980Z Downloaded slog-scope v4.4.1
11622026-07-14T15:27:47.980Z Downloaded wait-timeout v0.2.1
11632026-07-14T15:27:47.980Z Downloaded omicron-zone-package v0.12.3
11642026-07-14T15:27:47.983Z Downloaded waitgroup v0.1.2
11652026-07-14T15:27:47.983Z Downloaded serde_with_macros v3.20.0
11662026-07-14T15:27:47.989Z Downloaded typify-macro v0.4.3
11672026-07-14T15:27:47.989Z Downloaded const_format v0.2.36
11682026-07-14T15:27:47.996Z Downloaded usdt-macro v0.5.0
11692026-07-14T15:27:47.996Z Downloaded usdt-attr-macro v0.6.0
11702026-07-14T15:27:47.996Z Downloaded tokio-tungstenite v0.21.0
11712026-07-14T15:27:47.996Z Downloaded utf-8 v0.7.6
11722026-07-14T15:27:47.997Z Downloaded cc v1.2.63
11732026-07-14T15:27:48.003Z Downloaded usdt-macro v0.6.0
11742026-07-14T15:27:48.003Z Downloaded tinystr v0.8.3
11752026-07-14T15:27:48.003Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11762026-07-14T15:27:48.007Z Downloaded tokio-dtrace v0.1.1
11772026-07-14T15:27:48.007Z Downloaded tiny-keccak v2.0.2
11782026-07-14T15:27:48.007Z Downloaded thread_local v1.1.9
11792026-07-14T15:27:48.007Z Downloaded konst v0.2.20
11802026-07-14T15:27:48.013Z Downloaded zerofrom-derive v0.1.7
11812026-07-14T15:27:48.013Z Downloaded rusty-fork v0.3.1
11822026-07-14T15:27:48.013Z Downloaded rustls-platform-verifier v0.7.0
11832026-07-14T15:27:48.019Z Downloaded indicatif v0.18.4
11842026-07-14T15:27:48.019Z Downloaded strum_macros v0.26.4
11852026-07-14T15:27:48.019Z Downloaded icu_collections v2.2.0
11862026-07-14T15:27:48.025Z Downloaded zone v0.3.1
11872026-07-14T15:27:48.025Z Downloaded progenitor-impl v0.13.0
11882026-07-14T15:27:48.025Z Downloaded openssl-sys v0.9.116
11892026-07-14T15:27:48.025Z Downloaded heapless v0.8.0
11902026-07-14T15:27:48.029Z Downloaded universal-hash v0.5.1
11912026-07-14T15:27:48.029Z Downloaded time-macros v0.2.27
11922026-07-14T15:27:48.029Z Downloaded thiserror-no-std v2.0.2
11932026-07-14T15:27:48.033Z Downloaded hickory-resolver v0.25.2
11942026-07-14T15:27:48.033Z Downloaded zone_cfg_derive v0.3.1
11952026-07-14T15:27:48.033Z Downloaded zeroize_derive v1.4.3
11962026-07-14T15:27:48.040Z Downloaded zerofrom v0.1.8
11972026-07-14T15:27:48.040Z Downloaded icu_normalizer_data v2.2.0
11982026-07-14T15:27:48.040Z Downloaded term v1.2.1
11992026-07-14T15:27:48.040Z Downloaded similar v2.7.0
12002026-07-14T15:27:48.044Z Downloaded xz2 v0.1.7
12012026-07-14T15:27:48.044Z Downloaded yoke-derive v0.8.2
12022026-07-14T15:27:48.044Z Downloaded writeable v0.6.3
12032026-07-14T15:27:48.044Z Downloaded walkdir v2.5.0
12042026-07-14T15:27:48.052Z Downloaded smallvec v1.15.1
12052026-07-14T15:27:48.053Z Downloaded slog-json v2.6.1
12062026-07-14T15:27:48.053Z Downloaded spin v0.9.8
12072026-07-14T15:27:48.057Z Downloaded papergrid v0.18.0
12082026-07-14T15:27:48.057Z Downloaded hashbrown v0.12.3
12092026-07-14T15:27:48.061Z Downloaded zeroize v1.8.2
12102026-07-14T15:27:48.064Z Downloaded schemars v0.9.0
12112026-07-14T15:27:48.067Z Downloaded usdt-impl v0.6.0
12122026-07-14T15:27:48.071Z Downloaded hickory-resolver v0.24.4
12132026-07-14T15:27:48.077Z Downloaded quinn v0.11.9
12142026-07-14T15:27:48.077Z Downloaded rand v0.8.6
12152026-07-14T15:27:48.077Z Downloaded rayon-core v1.13.0
12162026-07-14T15:27:48.096Z Downloaded pretty_assertions v1.4.1
12172026-07-14T15:27:48.097Z Downloaded usdt-impl v0.5.0
12182026-07-14T15:27:48.097Z Downloaded schemars v0.8.22
12192026-07-14T15:27:48.097Z Downloaded yoke v0.8.3
12202026-07-14T15:27:48.097Z Downloaded whoami v1.6.1
12212026-07-14T15:27:48.127Z Downloaded vsss-rs v3.3.4
12222026-07-14T15:27:48.127Z Downloaded tinyvec v1.11.0
12232026-07-14T15:27:48.127Z Downloaded test-strategy v0.4.5
12242026-07-14T15:27:48.127Z Downloaded toml v1.1.2+spec-1.1.0
12252026-07-14T15:27:48.127Z Downloaded toml v0.7.8
12262026-07-14T15:27:48.127Z Downloaded zmij v1.0.21
12272026-07-14T15:27:48.127Z Downloaded zerovec-derive v0.11.3
12282026-07-14T15:27:48.127Z Downloaded toml v0.9.12+spec-1.1.0
12292026-07-14T15:27:48.127Z Downloaded progenitor-impl v0.10.0
12302026-07-14T15:27:48.128Z Downloaded thin-vec v0.2.18
12312026-07-14T15:27:48.128Z Downloaded slog v2.8.2
12322026-07-14T15:27:48.128Z Downloaded typify v0.4.3
12332026-07-14T15:27:48.149Z Downloaded snafu v0.8.9
12342026-07-14T15:27:48.149Z Downloaded nom v7.1.3
12352026-07-14T15:27:48.149Z Downloaded unsafe-libyaml v0.2.11
12362026-07-14T15:27:48.149Z Downloaded tungstenite v0.21.0
12372026-07-14T15:27:48.149Z Downloaded dropshot-api-manager v0.7.2
12382026-07-14T15:27:48.150Z Downloaded ucd-trie v0.1.7
12392026-07-14T15:27:48.150Z Downloaded expectorate v1.2.0
12402026-07-14T15:27:48.150Z Downloaded toml_edit v0.25.12+spec-1.1.0
12412026-07-14T15:27:48.150Z Downloaded pest_meta v2.8.6
12422026-07-14T15:27:48.150Z Downloaded prettyplease v0.2.37
12432026-07-14T15:27:48.150Z Downloaded mio v1.2.1
12442026-07-14T15:27:48.150Z Downloaded minimal-lexical v0.2.1
12452026-07-14T15:27:48.150Z Downloaded memchr v2.8.1
12462026-07-14T15:27:48.150Z Downloaded zerocopy-derive v0.7.35
12472026-07-14T15:27:48.194Z Downloaded serde_yaml v0.9.34+deprecated
12482026-07-14T15:27:48.194Z Downloaded yansi v1.0.1
12492026-07-14T15:27:48.194Z Downloaded qorb v0.4.1
12502026-07-14T15:27:48.194Z Downloaded jiff-static v0.2.28
12512026-07-14T15:27:48.194Z Downloaded toml_writer v1.1.1+spec-1.1.0
12522026-07-14T15:27:48.194Z Downloaded socket2 v0.6.4
12532026-07-14T15:27:48.194Z Downloaded typify v0.6.2
12542026-07-14T15:27:48.216Z Downloaded schemars v1.2.1
12552026-07-14T15:27:48.216Z Downloaded toml_edit v0.19.15
12562026-07-14T15:27:48.216Z Downloaded zerotrie v0.2.4
12572026-07-14T15:27:48.216Z Downloaded ron v0.12.1
12582026-07-14T15:27:48.216Z Downloaded steno v0.4.1
12592026-07-14T15:27:48.216Z Downloaded rand v0.9.4
12602026-07-14T15:27:48.216Z Downloaded nom v8.0.0
12612026-07-14T15:27:48.216Z Downloaded hashbrown v0.16.1
12622026-07-14T15:27:48.216Z Downloaded zerocopy-derive v0.8.50
12632026-07-14T15:27:48.225Z Downloaded typed-path v0.9.3
12642026-07-14T15:27:48.225Z Downloaded regex v1.12.3
12652026-07-14T15:27:48.225Z Downloaded blake3 v1.8.5
12662026-07-14T15:27:48.238Z Downloaded reqwest v0.13.4
12672026-07-14T15:27:48.256Z Downloaded pest v2.8.6
12682026-07-14T15:27:48.268Z Downloaded rayon v1.12.0
12692026-07-14T15:27:48.277Z Downloaded libm v0.2.16
12702026-07-14T15:27:48.291Z Downloaded itertools v0.12.1
12712026-07-14T15:27:48.291Z Downloaded zerocopy v0.7.35
12722026-07-14T15:27:48.299Z Downloaded serde_with v3.20.0
12732026-07-14T15:27:48.299Z Downloaded hkdf v0.12.4
12742026-07-14T15:27:48.299Z Downloaded h2 v0.4.14
12752026-07-14T15:27:48.303Z Downloaded tabled v0.15.0
12762026-07-14T15:27:48.310Z Downloaded goblin v0.8.2
12772026-07-14T15:27:48.314Z Downloaded itertools v0.15.0
12782026-07-14T15:27:48.330Z Downloaded aws-lc-rs v1.17.0
12792026-07-14T15:27:48.346Z Downloaded webpki-roots v1.0.7
12802026-07-14T15:27:48.368Z Downloaded time v0.3.47
12812026-07-14T15:27:48.369Z Downloaded tough v0.22.0
12822026-07-14T15:27:48.369Z Downloaded zerovec v0.11.6
12832026-07-14T15:27:48.369Z Downloaded syn v1.0.109
12842026-07-14T15:27:48.374Z Downloaded iddqd v0.4.5
12852026-07-14T15:27:48.374Z Downloaded icu_properties_data v2.2.0
12862026-07-14T15:27:48.389Z Downloaded smoltcp v0.11.0
12872026-07-14T15:27:48.395Z Downloaded bstr v1.12.1
12882026-07-14T15:27:48.395Z Downloaded nix v0.31.3
12892026-07-14T15:27:48.399Z Downloaded syn v2.0.117
12902026-07-14T15:27:48.405Z Downloaded winnow v0.5.40
12912026-07-14T15:27:48.410Z Downloaded dropshot v0.17.1
12922026-07-14T15:27:48.421Z Downloaded regress v0.11.1
12932026-07-14T15:27:48.426Z Downloaded rhai v1.25.1
12942026-07-14T15:27:48.432Z Downloaded proptest v1.11.0
12952026-07-14T15:27:48.439Z Downloaded openapiv3 v2.2.0
12962026-07-14T15:27:48.449Z Downloaded winnow v1.0.3
12972026-07-14T15:27:48.453Z Downloaded moka v0.12.15
12982026-07-14T15:27:48.459Z Downloaded tabled v0.21.0
12992026-07-14T15:27:48.469Z Downloaded quinn-proto v0.11.14
13002026-07-14T15:27:48.472Z Downloaded sled v0.34.7
13012026-07-14T15:27:48.487Z Downloaded goblin v0.10.7
13022026-07-14T15:27:48.533Z Downloaded regex-automata v0.4.14
13032026-07-14T15:27:48.533Z Downloaded openssl v0.10.80
13042026-07-14T15:27:48.533Z Downloaded zerocopy v0.8.50
13052026-07-14T15:27:48.536Z Downloaded chrono-tz v0.10.4
13062026-07-14T15:27:48.547Z Downloaded hickory-proto v0.24.4
13072026-07-14T15:27:48.556Z Downloaded sha3 v0.10.9
13082026-07-14T15:27:48.559Z Downloaded regress v0.10.5
13092026-07-14T15:27:48.564Z Downloaded csv v1.4.0
13102026-07-14T15:27:48.574Z Downloaded rustls v0.23.40
13112026-07-14T15:27:48.580Z Downloaded regex-syntax v0.8.10
13122026-07-14T15:27:48.589Z Downloaded hickory-proto v0.25.2
13132026-07-14T15:27:48.621Z Downloaded typify-impl v0.6.2
13142026-07-14T15:27:48.632Z Downloaded typify-impl v0.4.3
13152026-07-14T15:27:48.700Z Downloaded petgraph v0.6.5
13162026-07-14T15:27:48.708Z Downloaded lzma-sys v0.1.20
13172026-07-14T15:27:48.725Z Downloaded jiff v0.2.28
13182026-07-14T15:27:48.763Z Downloaded encoding_rs v0.8.35
13192026-07-14T15:27:49.081Z Downloaded aws-lc-sys v0.41.0
13202026-07-14T15:27:49.979Z Compiling proc-macro2 v1.0.106
13212026-07-14T15:27:49.979Z Compiling unicode-ident v1.0.24
13222026-07-14T15:27:49.979Z Compiling quote v1.0.45
13232026-07-14T15:27:49.983Z Compiling serde_core v1.0.228
13242026-07-14T15:27:49.983Z Compiling cfg-if v1.0.4
13252026-07-14T15:27:49.983Z Compiling serde v1.0.228
13262026-07-14T15:27:49.983Z Compiling libc v0.2.186
13272026-07-14T15:27:49.983Z Compiling memchr v2.8.1
13282026-07-14T15:27:50.176Z Compiling itoa v1.0.18
13292026-07-14T15:27:50.352Z Compiling smallvec v1.15.1
13302026-07-14T15:27:50.415Z Compiling zmij v1.0.21
13312026-07-14T15:27:50.444Z Compiling autocfg v1.5.1
13322026-07-14T15:27:50.557Z Compiling libm v0.2.16
13332026-07-14T15:27:50.764Z Compiling stable_deref_trait v1.2.1
13342026-07-14T15:27:50.781Z Compiling writeable v0.6.3
13352026-07-14T15:27:50.831Z Compiling percent-encoding v2.3.2
13362026-07-14T15:27:50.961Z Compiling litemap v0.8.2
13372026-07-14T15:27:50.973Z Compiling icu_normalizer_data v2.2.0
13382026-07-14T15:27:50.973Z Compiling utf8_iter v1.0.4
13392026-07-14T15:27:51.018Z Compiling icu_properties_data v2.2.0
13402026-07-14T15:27:51.116Z Compiling iana-time-zone v0.1.65
13412026-07-14T15:27:51.145Z Compiling equivalent v1.0.2
13422026-07-14T15:27:51.214Z Compiling syn v2.0.117
13432026-07-14T15:27:51.307Z Compiling form_urlencoded v1.2.2
13442026-07-14T15:27:51.319Z Compiling pin-project-lite v0.2.17
13452026-07-14T15:27:51.335Z Compiling version_check v0.9.5
13462026-07-14T15:27:51.402Z Compiling serde_json v1.0.150
13472026-07-14T15:27:51.414Z Compiling parking_lot_core v0.9.12
13482026-07-14T15:27:51.417Z Compiling scopeguard v1.2.0
13492026-07-14T15:27:51.480Z Compiling dyn-clone v1.0.20
13502026-07-14T15:27:51.514Z Compiling lock_api v0.4.14
13512026-07-14T15:27:51.601Z Compiling num-traits v0.2.19
13522026-07-14T15:27:51.620Z Compiling hashbrown v0.17.1
13532026-07-14T15:27:51.660Z Compiling log v0.4.32
13542026-07-14T15:27:51.717Z Compiling thiserror v2.0.18
13552026-07-14T15:27:51.745Z Compiling errno v0.3.14
13562026-07-14T15:27:51.845Z Compiling futures-core v0.3.32
13572026-07-14T15:27:51.997Z Compiling zerocopy v0.8.50
13582026-07-14T15:27:52.057Z Compiling rand_core v0.10.1
13592026-07-14T15:27:52.154Z Compiling semver v1.0.28
13602026-07-14T15:27:52.252Z Compiling indexmap v2.14.0
13612026-07-14T15:27:52.405Z Compiling getrandom v0.4.2
13622026-07-14T15:27:52.541Z Compiling heck v0.5.0
13632026-07-14T15:27:52.594Z Compiling futures-sink v0.3.32
13642026-07-14T15:27:52.701Z Compiling slab v0.4.12
13652026-07-14T15:27:52.714Z Compiling jobserver v0.1.34
13662026-07-14T15:27:52.804Z Compiling fnv v1.0.7
13672026-07-14T15:27:52.872Z Compiling uuid v1.23.5
13682026-07-14T15:27:52.905Z Compiling shlex v2.0.1
13692026-07-14T15:27:52.919Z Compiling find-msvc-tools v0.1.9
13702026-07-14T15:27:52.954Z Compiling schemars v0.8.22
13712026-07-14T15:27:53.037Z Compiling futures-channel v0.3.32
13722026-07-14T15:27:53.089Z Compiling cc v1.2.63
13732026-07-14T15:27:53.154Z Compiling rustversion v1.0.22
13742026-07-14T15:27:53.197Z Compiling futures-task v0.3.32
13752026-07-14T15:27:53.235Z Compiling futures-io v0.3.32
13762026-07-14T15:27:53.308Z Compiling socket2 v0.6.4
13772026-07-14T15:27:53.377Z Compiling bitflags v2.12.1
13782026-07-14T15:27:53.397Z Compiling signal-hook-registry v1.4.8
13792026-07-14T15:27:53.424Z Compiling mio v1.2.1
13802026-07-14T15:27:53.586Z Compiling parking_lot v0.12.5
13812026-07-14T15:27:53.632Z Compiling portable-atomic v1.13.1
13822026-07-14T15:27:53.708Z Compiling fs_extra v1.3.0
13832026-07-14T15:27:53.773Z Compiling typenum v1.20.1
13842026-07-14T15:27:53.962Z Compiling cmake v0.1.58
13852026-07-14T15:27:53.972Z Compiling dunce v1.0.5
13862026-07-14T15:27:54.000Z Compiling base64 v0.22.1
13872026-07-14T15:27:54.085Z Compiling synstructure v0.13.2
13882026-07-14T15:27:54.122Z Compiling serde_derive_internals v0.29.1
13892026-07-14T15:27:54.334Z Compiling critical-section v1.2.0
13902026-07-14T15:27:54.351Z Compiling getrandom v0.3.4
13912026-07-14T15:27:54.419Z Compiling byteorder v1.5.0
13922026-07-14T15:27:54.423Z Compiling aws-lc-sys v0.41.0
13932026-07-14T15:27:54.580Z Compiling subtle v2.6.1
13942026-07-14T15:27:54.619Z Compiling regex-syntax v0.8.10
13952026-07-14T15:27:54.651Z Compiling once_cell v1.21.4
13962026-07-14T15:27:54.719Z Compiling slog v2.8.2
13972026-07-14T15:27:54.753Z Compiling httparse v1.10.1
13982026-07-14T15:27:54.767Z Compiling strsim v0.11.1
13992026-07-14T15:27:54.913Z Compiling ipnet v2.12.0
14002026-07-14T15:27:54.918Z Compiling rustix v1.1.4
14012026-07-14T15:27:54.962Z Compiling atomic-waker v1.1.2
14022026-07-14T15:27:55.112Z Compiling tower-service v0.3.3
14032026-07-14T15:27:55.202Z Compiling tower-layer v0.3.3
14042026-07-14T15:27:55.236Z Compiling getrandom v0.2.17
14052026-07-14T15:27:55.348Z Compiling serde_derive v1.0.228
14062026-07-14T15:27:55.359Z Compiling zerofrom-derive v0.1.7
14072026-07-14T15:27:55.359Z Compiling yoke-derive v0.8.2
14082026-07-14T15:27:55.402Z Compiling zerovec-derive v0.11.3
14092026-07-14T15:27:55.458Z Compiling displaydoc v0.2.6
14102026-07-14T15:27:55.469Z Compiling schemars_derive v0.8.22
14112026-07-14T15:27:55.511Z Compiling tokio-macros v2.7.0
14122026-07-14T15:27:56.253Z Compiling thiserror-impl v2.0.18
14132026-07-14T15:27:56.264Z Compiling zerocopy-derive v0.8.50
14142026-07-14T15:27:56.436Z Compiling zeroize_derive v1.4.3
14152026-07-14T15:27:56.499Z Compiling futures-macro v0.3.32
14162026-07-14T15:27:56.534Z Compiling zerofrom v0.1.8
14172026-07-14T15:27:56.666Z Compiling yoke v0.8.3
14182026-07-14T15:27:56.851Z Compiling zerovec v0.11.6
14192026-07-14T15:27:57.121Z Compiling zerotrie v0.2.4
14202026-07-14T15:27:57.343Z Compiling zeroize v1.8.2
14212026-07-14T15:27:57.366Z Compiling tinystr v0.8.3
14222026-07-14T15:27:57.422Z Compiling potential_utf v0.1.5
14232026-07-14T15:27:57.457Z Compiling futures-util v0.3.32
14242026-07-14T15:27:57.538Z Compiling icu_locale_core v2.2.0
14252026-07-14T15:27:57.550Z Compiling icu_collections v2.2.0
14262026-07-14T15:27:57.583Z Compiling try-lock v0.2.5
14272026-07-14T15:27:57.663Z Compiling ucd-trie v0.1.7
14282026-07-14T15:27:57.692Z Compiling thiserror v1.0.69
14292026-07-14T15:27:57.951Z Compiling ryu v1.0.23
14302026-07-14T15:27:58.002Z Compiling untrusted v0.9.0
14312026-07-14T15:27:58.118Z Compiling pest v2.8.6
14322026-07-14T15:27:58.131Z Compiling want v0.3.1
14332026-07-14T15:27:58.232Z Compiling icu_provider v2.2.0
14342026-07-14T15:27:58.296Z Compiling thiserror-impl v1.0.69
14352026-07-14T15:27:58.577Z Compiling bytes v1.11.1
14362026-07-14T15:27:58.586Z Compiling icu_properties v2.2.0
14372026-07-14T15:27:58.630Z Compiling icu_normalizer v2.2.0
14382026-07-14T15:27:59.200Z Compiling chrono v0.4.45
14392026-07-14T15:27:59.215Z Compiling http v1.4.2
14402026-07-14T15:27:59.393Z Compiling tokio v1.52.3
14412026-07-14T15:27:59.460Z Compiling idna_adapter v1.2.2
14422026-07-14T15:27:59.596Z Compiling idna v1.1.0
14432026-07-14T15:27:59.777Z Compiling serde_tokenstream v0.2.3
14442026-07-14T15:27:59.801Z Compiling erased-serde v0.3.31
14452026-07-14T15:28:00.055Z Compiling url v2.5.8
14462026-07-14T15:28:00.189Z Compiling http-body v1.0.1
14472026-07-14T15:28:00.340Z Compiling rand_core v0.6.4
14482026-07-14T15:28:00.352Z Compiling httpdate v1.0.3
14492026-07-14T15:28:00.592Z Compiling ppv-lite86 v0.2.21
14502026-07-14T15:28:00.694Z Compiling pest_meta v2.8.6
14512026-07-14T15:28:00.708Z Compiling pretty-hex v0.4.2
14522026-07-14T15:28:00.763Z Compiling plain v0.2.3
14532026-07-14T15:28:00.839Z Compiling foldhash v0.2.0
14542026-07-14T15:28:00.869Z Compiling paste v1.0.15
14552026-07-14T15:28:00.904Z Compiling allocator-api2 v0.2.21
14562026-07-14T15:28:00.966Z Compiling tracing-attributes v0.1.31
14572026-07-14T15:28:01.069Z Compiling tracing-core v0.1.36
14582026-07-14T15:28:01.209Z Compiling hashbrown v0.16.1
14592026-07-14T15:28:01.221Z Compiling omicron-workspace-hack v0.1.0
14602026-07-14T15:28:01.447Z Compiling pest_generator v2.8.6
14612026-07-14T15:28:01.676Z Compiling ipnetwork v0.21.1
14622026-07-14T15:28:01.783Z Compiling ident_case v1.0.1
14632026-07-14T15:28:01.961Z Compiling http-body-util v0.1.3
14642026-07-14T15:28:02.010Z Compiling serde_urlencoded v0.7.1
14652026-07-14T15:28:02.043Z Compiling pest_derive v2.8.6
14662026-07-14T15:28:02.108Z Compiling aho-corasick v1.1.4
14672026-07-14T15:28:02.139Z Compiling tracing v0.1.44
14682026-07-14T15:28:02.300Z Compiling sync_wrapper v1.0.2
14692026-07-14T15:28:02.311Z Compiling winnow v1.0.3
14702026-07-14T15:28:02.397Z Compiling oxnet v0.1.6
14712026-07-14T15:28:02.406Z Compiling daft-derive v0.1.7
14722026-07-14T15:28:02.644Z Compiling fastrand v2.4.1
14732026-07-14T15:28:02.902Z Compiling scroll_derive v0.13.1
14742026-07-14T15:28:03.055Z Compiling regex-automata v0.4.14
14752026-07-14T15:28:03.178Z Compiling tokio-util v0.7.18
14762026-07-14T15:28:03.415Z Compiling async-trait v0.1.89
14772026-07-14T15:28:03.545Z Compiling anyhow v1.0.103
14782026-07-14T15:28:03.772Z Compiling time-core v0.1.8
14792026-07-14T15:28:03.892Z Compiling powerfmt v0.2.0
14802026-07-14T15:28:03.918Z Compiling num-conv v0.2.2
14812026-07-14T15:28:03.945Z Compiling aws-lc-rs v1.17.0
14822026-07-14T15:28:04.059Z Compiling time-macros v0.2.27
14832026-07-14T15:28:04.085Z Compiling deranged v0.5.8
14842026-07-14T15:28:04.400Z Compiling scroll v0.13.0
14852026-07-14T15:28:04.456Z Compiling rustls-pki-types v1.14.1
14862026-07-14T15:28:04.683Z Compiling num_threads v0.1.7
14872026-07-14T15:28:04.774Z Compiling regex v1.12.3
14882026-07-14T15:28:04.952Z Compiling hex v0.4.3
14892026-07-14T15:28:05.072Z Compiling openssl-probe v0.2.1
14902026-07-14T15:28:05.072Z Compiling goblin v0.10.7
14912026-07-14T15:28:05.236Z Compiling camino v1.2.4
14922026-07-14T15:28:05.569Z Compiling untrusted v0.7.1
14932026-07-14T15:28:05.595Z Compiling usdt-impl v0.6.0
14942026-07-14T15:28:05.639Z Compiling crc32fast v1.5.0
14952026-07-14T15:28:05.685Z Compiling rustls v0.23.40
14962026-07-14T15:28:05.900Z Compiling h2 v0.4.14
14972026-07-14T15:28:05.913Z Compiling dtrace-parser v0.3.0
14982026-07-14T15:28:05.988Z Compiling crossbeam-utils v0.8.21
14992026-07-14T15:28:06.310Z Compiling futures-executor v0.3.32
15002026-07-14T15:28:06.467Z Compiling structmeta-derive v0.3.0
15012026-07-14T15:28:06.519Z Compiling thread-id v5.1.0
15022026-07-14T15:28:06.594Z Compiling adler2 v2.0.1
15032026-07-14T15:28:06.606Z Compiling cpufeatures v0.3.0
15042026-07-14T15:28:06.677Z Compiling simd-adler32 v0.3.9
15052026-07-14T15:28:06.783Z Compiling futures v0.3.32
15062026-07-14T15:28:06.859Z Compiling miniz_oxide v0.8.9
15072026-07-14T15:28:07.023Z Compiling rand_core v0.9.5
15082026-07-14T15:28:07.312Z Compiling darling_core v0.23.0
15092026-07-14T15:28:07.463Z Compiling newtype-uuid-macros v0.1.0
15102026-07-14T15:28:07.553Z Compiling hybrid-array v0.4.12
15112026-07-14T15:28:07.568Z Compiling structmeta v0.3.0
15122026-07-14T15:28:07.917Z Compiling dof v0.4.0
15132026-07-14T15:28:08.016Z Compiling hyper v1.10.1
15142026-07-14T15:28:08.032Z Compiling thread_local v1.1.9
15152026-07-14T15:28:08.291Z Compiling match_cfg v0.1.0
15162026-07-14T15:28:08.326Z Compiling flate2 v1.1.9
15172026-07-14T15:28:09.006Z Compiling newtype-uuid v1.3.2
15182026-07-14T15:28:09.263Z Compiling hyper-util v0.1.20
15192026-07-14T15:28:09.351Z Compiling slog-async v2.8.0
15202026-07-14T15:28:09.413Z Compiling darling_macro v0.23.0
15212026-07-14T15:28:09.642Z Compiling compression-core v0.4.32
15222026-07-14T15:28:09.690Z Compiling quick-error v1.2.3
15232026-07-14T15:28:09.769Z Compiling ref-cast v1.0.25
15242026-07-14T15:28:09.786Z Compiling compression-codecs v0.4.38
15252026-07-14T15:28:09.872Z Compiling daft v0.1.7
15262026-07-14T15:28:09.996Z Compiling darling v0.23.0
15272026-07-14T15:28:10.034Z Compiling block-buffer v0.12.0
15282026-07-14T15:28:10.070Z Compiling usdt-macro v0.6.0
15292026-07-14T15:28:10.078Z Compiling usdt-attr-macro v0.6.0
15302026-07-14T15:28:10.118Z Compiling crypto-common v0.2.2
15312026-07-14T15:28:10.130Z Compiling rand_chacha v0.9.0
15322026-07-14T15:28:10.184Z Compiling ref-cast-impl v1.0.25
15332026-07-14T15:28:10.436Z Compiling strum_macros v0.26.4
15342026-07-14T15:28:10.547Z Compiling serde_spanned v1.1.1
15352026-07-14T15:28:10.700Z Compiling multer v3.1.0
15362026-07-14T15:28:10.790Z Compiling generic-array v0.14.7
15372026-07-14T15:28:10.930Z Compiling toml_writer v1.1.1+spec-1.1.0
15382026-07-14T15:28:10.947Z Compiling bit-vec v0.8.0
15392026-07-14T15:28:11.025Z Compiling term v1.2.1
15402026-07-14T15:28:11.046Z Compiling debug-ignore v1.0.5
15412026-07-14T15:28:11.144Z Compiling take_mut v0.2.2
15422026-07-14T15:28:11.178Z Compiling const-oid v0.10.2
15432026-07-14T15:28:11.187Z Compiling bit-set v0.8.0
15442026-07-14T15:28:11.303Z Compiling rand v0.9.4
15452026-07-14T15:28:11.337Z Compiling digest v0.11.3
15462026-07-14T15:28:11.377Z Compiling serde_with_macros v3.20.0
15472026-07-14T15:28:11.389Z Compiling async-stream-impl v0.3.6
15482026-07-14T15:28:11.501Z Compiling dropshot v0.17.1
15492026-07-14T15:28:11.722Z Compiling encoding_rs v0.8.35
15502026-07-14T15:28:11.734Z Compiling unarray v0.1.4
15512026-07-14T15:28:11.840Z Compiling spin v0.9.8
15522026-07-14T15:28:11.894Z Compiling mime v0.3.17
15532026-07-14T15:28:11.951Z Compiling syn v1.0.109
15542026-07-14T15:28:12.027Z Compiling async-stream v0.3.6
15552026-07-14T15:28:12.061Z Compiling strum v0.26.3
15562026-07-14T15:28:12.203Z Compiling sha1 v0.11.0
15572026-07-14T15:28:12.281Z Compiling derive-ex v0.1.8
15582026-07-14T15:28:12.342Z Compiling tower v0.5.3
15592026-07-14T15:28:12.470Z Compiling dropshot_endpoint v0.17.1
15602026-07-14T15:28:12.498Z Compiling macaddr v1.0.1
15612026-07-14T15:28:12.538Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15622026-07-14T15:28:12.822Z Compiling waitgroup v0.1.2
15632026-07-14T15:28:12.839Z Compiling serde_path_to_error v0.1.20
15642026-07-14T15:28:13.032Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15652026-07-14T15:28:13.180Z Compiling tower-http v0.6.11
15662026-07-14T15:28:13.230Z Compiling tempfile v3.27.0
15672026-07-14T15:28:13.470Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15682026-07-14T15:28:13.593Z Compiling openapiv3 v2.2.0
15692026-07-14T15:28:13.639Z Compiling strum_macros v0.27.2
15702026-07-14T15:28:13.656Z Compiling instant v0.1.13
15712026-07-14T15:28:13.955Z Compiling test-strategy v0.4.5
15722026-07-14T15:28:14.205Z Compiling rustls-native-certs v0.8.4
15732026-07-14T15:28:14.484Z Compiling time v0.3.47
15742026-07-14T15:28:14.970Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15752026-07-14T15:28:15.270Z Compiling crossbeam-channel v0.5.15
15762026-07-14T15:28:15.279Z Compiling crypto-common v0.1.7
15772026-07-14T15:28:15.407Z Compiling strum v0.27.2
15782026-07-14T15:28:15.543Z Compiling parse-display-derive v0.10.0
15792026-07-14T15:28:15.658Z Compiling backon v1.6.0
15802026-07-14T15:28:15.861Z Compiling rand_chacha v0.3.1
15812026-07-14T15:28:16.230Z Compiling either v1.16.0
15822026-07-14T15:28:16.436Z Compiling rand v0.8.6
15832026-07-14T15:28:16.478Z Compiling slog-json v2.6.1
15842026-07-14T15:28:16.682Z Compiling hostname v0.3.1
15852026-07-14T15:28:16.721Z Compiling toml_parser v1.1.2+spec-1.1.0
15862026-07-14T15:28:16.819Z Compiling toml_datetime v1.1.1+spec-1.1.0
15872026-07-14T15:28:17.089Z Compiling wait-timeout v0.2.1
15882026-07-14T15:28:17.130Z Compiling memmap2 v0.9.10
15892026-07-14T15:28:17.134Z Compiling is-terminal v0.4.17
15902026-07-14T15:28:17.167Z Compiling toml v1.1.2+spec-1.1.0
15912026-07-14T15:28:17.267Z Compiling slog-term v2.9.2
15922026-07-14T15:28:17.433Z Compiling usdt v0.6.0
15932026-07-14T15:28:17.445Z Compiling rusty-fork v0.3.1
15942026-07-14T15:28:17.445Z Compiling slog-bunyan v2.5.0
15952026-07-14T15:28:17.577Z Compiling serde_with v3.20.0
15962026-07-14T15:28:17.706Z Compiling async-compression v0.4.42
15972026-07-14T15:28:17.813Z Compiling rand_xorshift v0.4.0
15982026-07-14T15:28:17.881Z Compiling rustls-pemfile v2.2.0
15992026-07-14T15:28:17.958Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16002026-07-14T15:28:18.020Z Compiling regress v0.10.5
16012026-07-14T15:28:18.073Z Compiling hostname v0.4.2
16022026-07-14T15:28:18.093Z Compiling humantime v2.3.0
16032026-07-14T15:28:18.211Z Compiling proptest v1.11.0
16042026-07-14T15:28:18.367Z Compiling iddqd v0.4.5
16052026-07-14T15:28:18.654Z Compiling reqwest v0.12.28
16062026-07-14T15:28:18.741Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16072026-07-14T15:28:18.979Z Compiling block-buffer v0.10.4
16082026-07-14T15:28:19.294Z Compiling digest v0.10.7
16092026-07-14T15:28:19.327Z Compiling parse-display v0.10.0
16102026-07-14T15:28:19.505Z Compiling backoff v0.4.0
16112026-07-14T15:28:19.602Z Compiling progenitor-client v0.10.0
16122026-07-14T15:28:19.654Z Compiling itertools v0.14.0
16132026-07-14T15:28:19.707Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16142026-07-14T15:28:20.420Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16152026-07-14T15:28:21.663Z Compiling regress v0.11.1
16162026-07-14T15:28:22.039Z Compiling utf8parse v0.2.2
16172026-07-14T15:28:22.136Z Compiling anstyle-parse v1.0.0
16182026-07-14T15:28:22.296Z Compiling colorchoice v1.0.5
16192026-07-14T15:28:22.351Z Compiling anstyle v1.0.14
16202026-07-14T15:28:22.404Z Compiling is_terminal_polyfill v1.70.2
16212026-07-14T15:28:22.563Z Compiling anstyle-query v1.1.5
16222026-07-14T15:28:22.652Z Compiling anstream v1.0.0
16232026-07-14T15:28:23.305Z Compiling typify-impl v0.6.2
16242026-07-14T15:28:23.481Z Compiling toml_datetime v0.6.11
16252026-07-14T15:28:23.506Z Compiling zerocopy-derive v0.7.35
16262026-07-14T15:28:23.746Z Compiling clap_lex v1.1.0
16272026-07-14T15:28:23.920Z Compiling cpufeatures v0.2.17
16282026-07-14T15:28:23.984Z Compiling convert_case v0.4.0
16292026-07-14T15:28:24.285Z Compiling derive_more v0.99.20
16302026-07-14T15:28:24.369Z Compiling zerocopy v0.7.35
16312026-07-14T15:28:24.951Z Compiling unicode-width v0.2.2
16322026-07-14T15:28:25.547Z Compiling secrecy v0.10.3
16332026-07-14T15:28:25.569Z Compiling clap_derive v4.6.1
16342026-07-14T15:28:25.645Z Compiling tinyvec_macros v0.1.1
16352026-07-14T15:28:25.737Z Compiling float-ord v0.3.2
16362026-07-14T15:28:25.746Z Compiling crucible-workspace-hack v0.1.0
16372026-07-14T15:28:25.810Z Compiling tinyvec v1.11.0
16382026-07-14T15:28:26.348Z Compiling terminal_size v0.4.4
16392026-07-14T15:28:26.478Z Compiling dtrace-parser v0.2.0
16402026-07-14T15:28:26.489Z Compiling scroll_derive v0.12.1
16412026-07-14T15:28:26.534Z Compiling num-integer v0.1.46
16422026-07-14T15:28:26.802Z Compiling rustc_version v0.4.1
16432026-07-14T15:28:26.840Z Compiling usdt-impl v0.5.0
16442026-07-14T15:28:27.226Z Compiling scroll v0.12.0
16452026-07-14T15:28:27.256Z Compiling curve25519-dalek v4.1.3
16462026-07-14T15:28:27.504Z Compiling dof v0.3.0
16472026-07-14T15:28:27.547Z Compiling hmac v0.12.1
16482026-07-14T15:28:27.559Z Compiling inout v0.1.4
16492026-07-14T15:28:27.684Z Compiling darling_core v0.21.3
16502026-07-14T15:28:27.702Z Compiling ff v0.13.1
16512026-07-14T15:28:27.815Z Compiling thread-id v4.2.2
16522026-07-14T15:28:27.842Z Compiling group v0.13.0
16532026-07-14T15:28:27.947Z Compiling cipher v0.4.4
16542026-07-14T15:28:28.166Z Compiling hkdf v0.12.4
16552026-07-14T15:28:28.382Z Compiling goblin v0.8.2
16562026-07-14T15:28:28.523Z Compiling num-rational v0.4.2
16572026-07-14T15:28:28.546Z Compiling num-iter v0.1.45
16582026-07-14T15:28:28.615Z Compiling clap_builder v4.6.0
16592026-07-14T15:28:28.804Z Compiling toml_edit v0.25.12+spec-1.1.0
16602026-07-14T15:28:28.847Z Compiling thiserror-impl-no-std v2.0.2
16612026-07-14T15:28:29.121Z Compiling universal-hash v0.5.1
16622026-07-14T15:28:29.248Z Compiling crypto-bigint v0.5.5
16632026-07-14T15:28:29.576Z Compiling typify-macro v0.6.2
16642026-07-14T15:28:29.687Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16652026-07-14T15:28:29.754Z Compiling darling_macro v0.21.3
16662026-07-14T15:28:30.018Z Compiling crossbeam-epoch v0.9.18
16672026-07-14T15:28:30.341Z Compiling half v2.7.1
16682026-07-14T15:28:30.359Z Compiling curve25519-dalek-derive v0.1.1
16692026-07-14T15:28:30.373Z Compiling num-complex v0.4.6
16702026-07-14T15:28:30.725Z Compiling base64ct v1.8.3
16712026-07-14T15:28:30.747Z Compiling ciborium-io v0.2.2
16722026-07-14T15:28:30.837Z Compiling base16ct v0.2.0
16732026-07-14T15:28:30.859Z Compiling opaque-debug v0.3.1
16742026-07-14T15:28:30.930Z Compiling heck v0.4.1
16752026-07-14T15:28:30.992Z Compiling elliptic-curve v0.13.8
16762026-07-14T15:28:31.015Z Compiling password-hash v0.5.0
16772026-07-14T15:28:31.141Z Compiling poly1305 v0.8.0
16782026-07-14T15:28:31.260Z Compiling ciborium-ll v0.2.2
16792026-07-14T15:28:31.543Z Compiling num v0.4.3
16802026-07-14T15:28:31.632Z Compiling typify v0.6.2
16812026-07-14T15:28:31.719Z Compiling darling v0.21.3
16822026-07-14T15:28:31.731Z Compiling clap v4.6.1
16832026-07-14T15:28:31.809Z Compiling thiserror-no-std v2.0.2
16842026-07-14T15:28:31.895Z Compiling proc-macro-crate v3.5.0
16852026-07-14T15:28:32.179Z Compiling chacha20 v0.9.1
16862026-07-14T15:28:32.339Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16872026-07-14T15:28:32.400Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16882026-07-14T15:28:32.941Z Compiling blake2 v0.10.6
16892026-07-14T15:28:33.049Z Compiling aead v0.5.2
16902026-07-14T15:28:33.074Z Compiling byte-wrapper v0.1.0
16912026-07-14T15:28:33.216Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16922026-07-14T15:28:33.401Z Compiling proc-macro-error-attr v1.0.4
16932026-07-14T15:28:33.576Z Compiling prettyplease v0.2.37
16942026-07-14T15:28:33.618Z Compiling keccak v0.1.6
16952026-07-14T15:28:33.643Z Compiling heapless v0.8.0
16962026-07-14T15:28:33.820Z Compiling unsafe-libyaml v0.2.11
16972026-07-14T15:28:33.850Z Compiling rustix v0.38.44
16982026-07-14T15:28:34.337Z Compiling serde_yaml v0.9.34+deprecated
16992026-07-14T15:28:34.402Z Compiling sha3 v0.10.9
17002026-07-14T15:28:34.663Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17012026-07-14T15:28:34.960Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17022026-07-14T15:28:35.218Z Compiling chacha20poly1305 v0.10.1
17032026-07-14T15:28:35.347Z Compiling argon2 v0.5.3
17042026-07-14T15:28:35.719Z Compiling num_enum_derive v0.7.6
17052026-07-14T15:28:35.792Z Compiling vsss-rs v3.3.4
17062026-07-14T15:28:35.815Z Compiling ingot-macros v0.1.1
17072026-07-14T15:28:35.859Z Compiling ciborium v0.2.2
17082026-07-14T15:28:36.432Z Compiling usdt-macro v0.5.0
17092026-07-14T15:28:36.753Z Compiling usdt-attr-macro v0.5.0
17102026-07-14T15:28:37.680Z Compiling serde_spanned v0.6.9
17112026-07-14T15:28:37.825Z Compiling enum-as-inner v0.6.1
17122026-07-14T15:28:37.998Z Compiling hash32 v0.3.1
17132026-07-14T15:28:38.097Z Compiling proc-macro-error v1.0.4
17142026-07-14T15:28:38.150Z Compiling memmap v0.7.0
17152026-07-14T15:28:38.337Z Compiling memoffset v0.9.1
17162026-07-14T15:28:38.340Z Compiling winnow v0.5.40
17172026-07-14T15:28:38.410Z Compiling toml_write v0.1.2
17182026-07-14T15:28:38.565Z Compiling winnow v0.7.15
17192026-07-14T15:28:38.578Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17202026-07-14T15:28:38.578Z Compiling smoltcp v0.11.0
17212026-07-14T15:28:38.604Z Compiling data-encoding v2.11.0
17222026-07-14T15:28:38.707Z Compiling indent_write v2.2.0
17232026-07-14T15:28:38.830Z Compiling cfg_aliases v0.2.1
17242026-07-14T15:28:38.866Z Compiling ingot-types v0.1.2
17252026-07-14T15:28:38.896Z Compiling nix v0.31.3
17262026-07-14T15:28:38.964Z Compiling usdt v0.5.0
17272026-07-14T15:28:39.308Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17282026-07-14T15:28:39.319Z Compiling num_enum v0.7.6
17292026-07-14T15:28:39.357Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17302026-07-14T15:28:39.426Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-07-14T15:28:39.477Z Compiling tabwriter v1.4.1
17322026-07-14T15:28:39.671Z Compiling toml_edit v0.19.15
17332026-07-14T15:28:39.882Z Compiling toml_edit v0.22.27
17342026-07-14T15:28:39.966Z Compiling cobs v0.3.0
17352026-07-14T15:28:40.061Z Compiling serde_repr v0.1.20
17362026-07-14T15:28:40.135Z Compiling pkg-config v0.3.33
17372026-07-14T15:28:40.361Z Compiling vcpkg v0.2.15
17382026-07-14T15:28:40.577Z Compiling bitflags v1.3.2
17392026-07-14T15:28:40.650Z Compiling rustls-webpki v0.103.13
17402026-07-14T15:28:40.916Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17412026-07-14T15:28:40.933Z Compiling managed v0.8.0
17422026-07-14T15:28:41.656Z Compiling toml v0.8.23
17432026-07-14T15:28:41.673Z Compiling openssl-sys v0.9.116
17442026-07-14T15:28:41.676Z Compiling proc-macro-crate v1.3.1
17452026-07-14T15:28:42.001Z Compiling postcard v1.1.3
17462026-07-14T15:28:42.431Z Compiling ingot v0.1.1
17472026-07-14T15:28:42.687Z Compiling hubpack_derive v0.1.1
17482026-07-14T15:28:43.146Z Compiling foreign-types-macros v0.2.3
17492026-07-14T15:28:43.168Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17502026-07-14T15:28:43.229Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17512026-07-14T15:28:43.326Z Compiling foreign-types-shared v0.3.1
17522026-07-14T15:28:43.446Z Compiling unicode-segmentation v1.13.3
17532026-07-14T15:28:43.463Z Compiling swrite v0.1.0
17542026-07-14T15:28:43.475Z Compiling linked-hash-map v0.5.6
17552026-07-14T15:28:43.557Z Compiling colored v3.1.1
17562026-07-14T15:28:43.658Z Compiling resolv-conf v0.7.6
17572026-07-14T15:28:43.812Z Compiling static_assertions v1.1.0
17582026-07-14T15:28:43.844Z Compiling semver v0.1.20
17592026-07-14T15:28:43.883Z Compiling rayon-core v1.13.0
17602026-07-14T15:28:44.033Z Compiling rustc_version v0.1.7
17612026-07-14T15:28:44.045Z Compiling tokio-rustls v0.26.4
17622026-07-14T15:28:44.097Z Compiling rustls-platform-verifier v0.7.0
17632026-07-14T15:28:44.300Z Compiling hyper-rustls v0.27.9
17642026-07-14T15:28:44.501Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17652026-07-14T15:28:44.589Z Compiling reqwest v0.13.4
17662026-07-14T15:28:44.824Z Compiling foreign-types v0.5.0
17672026-07-14T15:28:44.906Z Compiling newline-converter v0.3.0
17682026-07-14T15:28:45.024Z Compiling lru-cache v0.1.2
17692026-07-14T15:28:45.196Z Compiling hubpack v0.1.2
17702026-07-14T15:28:45.660Z Compiling num_enum_derive v0.5.11
17712026-07-14T15:28:45.804Z Compiling progenitor-client v0.14.0
17722026-07-14T15:28:46.102Z Compiling progenitor-extras v0.2.0
17732026-07-14T15:28:46.681Z Compiling atomicwrites v0.4.4
17742026-07-14T15:28:46.866Z Compiling hickory-proto v0.24.4
17752026-07-14T15:28:47.150Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17762026-07-14T15:28:48.440Z Compiling progenitor-impl v0.13.0
17772026-07-14T15:28:48.840Z Compiling crossbeam-deque v0.8.6
17782026-07-14T15:28:48.867Z Compiling console v0.15.11
17792026-07-14T15:28:49.040Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17802026-07-14T15:28:49.539Z Compiling camino-tempfile v1.4.1
17812026-07-14T15:28:49.562Z Compiling chacha20 v0.10.0
17822026-07-14T15:28:49.783Z Compiling serde-big-array v0.5.1
17832026-07-14T15:28:49.832Z Compiling derive-where v1.6.1
17842026-07-14T15:28:49.931Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17852026-07-14T15:28:50.286Z Compiling pin-project-internal v1.1.13
17862026-07-14T15:28:50.475Z Compiling num-derive v0.4.2
17872026-07-14T15:28:51.105Z Compiling cstr-argument v0.1.2
17882026-07-14T15:28:51.163Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17892026-07-14T15:28:51.202Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17902026-07-14T15:28:51.256Z Compiling minimal-lexical v0.2.1
17912026-07-14T15:28:51.445Z Compiling siphasher v1.0.3
17922026-07-14T15:28:51.511Z Compiling similar v2.7.0
17932026-07-14T15:28:51.642Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17942026-07-14T15:28:51.899Z Compiling phf_shared v0.12.1
17952026-07-14T15:28:51.948Z Compiling progenitor-macro v0.13.0
17962026-07-14T15:28:52.077Z Compiling expectorate v1.2.0
17972026-07-14T15:28:52.353Z Compiling nom v7.1.3
17982026-07-14T15:28:52.537Z Compiling pin-project v1.1.13
17992026-07-14T15:28:52.640Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18002026-07-14T15:28:52.910Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-07-14T15:28:53.414Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18022026-07-14T15:28:53.474Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18032026-07-14T15:28:53.684Z Compiling rand v0.10.2
18042026-07-14T15:28:53.930Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18052026-07-14T15:28:54.201Z Compiling hickory-resolver v0.24.4
18062026-07-14T15:28:54.367Z Compiling num_enum v0.5.11
18072026-07-14T15:28:54.475Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18082026-07-14T15:28:54.487Z Compiling progenitor-client v0.13.0
18092026-07-14T15:28:54.674Z Compiling newtype_derive v0.1.6
18102026-07-14T15:28:54.917Z Compiling progenitor-impl v0.14.0
18112026-07-14T15:28:55.087Z Compiling snafu-derive v0.8.9
18122026-07-14T15:28:56.247Z Compiling unicode-normalization v0.1.25
18132026-07-14T15:28:56.330Z Compiling tokio-stream v0.1.18
18142026-07-14T15:28:56.632Z Compiling async-recursion v1.1.1
18152026-07-14T15:28:56.797Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18162026-07-14T15:28:56.810Z Compiling slog-dtrace v0.3.0
18172026-07-14T15:28:56.824Z Compiling bstr v1.12.1
18182026-07-14T15:28:57.053Z Compiling csv-core v0.1.13
18192026-07-14T15:28:57.103Z Compiling highway v1.3.0
18202026-07-14T15:28:57.125Z Compiling foreign-types-shared v0.1.1
18212026-07-14T15:28:57.273Z Compiling chrono-tz v0.10.4
18222026-07-14T15:28:57.338Z Compiling cancel-safe-futures v0.1.5
18232026-07-14T15:28:57.382Z Compiling foldhash v0.1.5
18242026-07-14T15:28:57.400Z Compiling unicode-xid v0.2.6
18252026-07-14T15:28:57.519Z Compiling openssl v0.10.80
18262026-07-14T15:28:57.528Z Compiling same-file v1.0.6
18272026-07-14T15:28:57.553Z Compiling owo-colors v4.3.0
18282026-07-14T15:28:57.565Z Compiling unicode-width v0.1.14
18292026-07-14T15:28:57.597Z Compiling konst_macro_rules v0.2.19
18302026-07-14T15:28:57.690Z Compiling walkdir v2.5.0
18312026-07-14T15:28:57.770Z Compiling konst v0.2.20
18322026-07-14T15:28:57.830Z Compiling const_format_proc_macros v0.2.34
18332026-07-14T15:28:57.859Z Compiling hashbrown v0.15.5
18342026-07-14T15:28:57.958Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-07-14T15:28:58.007Z Compiling csv v1.4.0
18362026-07-14T15:28:58.063Z Compiling foreign-types v0.3.2
18372026-07-14T15:28:58.161Z Compiling globset v0.4.18
18382026-07-14T15:28:58.334Z Compiling progenitor v0.13.0
18392026-07-14T15:28:58.483Z Compiling progenitor-macro v0.14.0
18402026-07-14T15:28:58.483Z Compiling snafu v0.8.9
18412026-07-14T15:28:58.514Z Compiling qorb v0.4.1
18422026-07-14T15:28:58.576Z Compiling olpc-cjson v0.1.4
18432026-07-14T15:28:58.655Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-07-14T15:28:58.860Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-07-14T15:28:59.837Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-07-14T15:29:00.402Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18472026-07-14T15:29:00.455Z Compiling rayon v1.12.0
18482026-07-14T15:29:00.707Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18492026-07-14T15:29:00.748Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-07-14T15:29:00.878Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-07-14T15:29:01.304Z Compiling phf v0.12.1
18522026-07-14T15:29:01.456Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-07-14T15:29:02.232Z Compiling zone_cfg_derive v0.3.1
18542026-07-14T15:29:02.375Z Compiling tokio-dtrace v0.1.1
18552026-07-14T15:29:02.536Z Compiling itertools v0.12.1
18562026-07-14T15:29:02.646Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18572026-07-14T15:29:02.855Z Compiling libsw-core v0.3.2
18582026-07-14T15:29:02.949Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18592026-07-14T15:29:03.033Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-07-14T15:29:03.347Z Compiling serde_plain v1.0.2
18612026-07-14T15:29:03.539Z Compiling openssl-macros v0.1.1
18622026-07-14T15:29:03.556Z Compiling pem v3.0.6
18632026-07-14T15:29:03.643Z Compiling cookie v0.18.1
18642026-07-14T15:29:03.656Z Compiling sigpipe v0.1.3
18652026-07-14T15:29:03.744Z Compiling jiff v0.2.28
18662026-07-14T15:29:03.793Z Compiling glob v0.3.3
18672026-07-14T15:29:03.881Z Compiling bytecount v0.6.9
18682026-07-14T15:29:03.928Z Compiling fixedbitset v0.4.2
18692026-07-14T15:29:04.023Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-07-14T15:29:04.035Z Compiling fixedbitset v0.5.7
18712026-07-14T15:29:04.169Z Compiling typed-path v0.9.3
18722026-07-14T15:29:04.253Z Compiling petgraph v0.8.3
18732026-07-14T15:29:04.282Z Compiling petgraph v0.6.5
18742026-07-14T15:29:04.779Z Compiling papergrid v0.11.0
18752026-07-14T15:29:05.488Z Compiling tough v0.22.0
18762026-07-14T15:29:05.582Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-07-14T15:29:05.817Z Compiling zone v0.3.1
18782026-07-14T15:29:05.829Z Compiling progenitor v0.14.0
18792026-07-14T15:29:05.958Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18802026-07-14T15:29:06.040Z Compiling libsw v3.5.0
18812026-07-14T15:29:06.057Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18822026-07-14T15:29:06.207Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-07-14T15:29:06.297Z Compiling oxide-tokio-rt v0.1.6
18842026-07-14T15:29:06.396Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-07-14T15:29:06.531Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-07-14T15:29:06.580Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18872026-07-14T15:29:07.496Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-07-14T15:29:07.672Z Compiling const_format v0.2.36
18892026-07-14T15:29:07.849Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-07-14T15:29:08.034Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18912026-07-14T15:29:08.307Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-07-14T15:29:08.447Z Compiling tabled_derive v0.7.0
18932026-07-14T15:29:08.585Z Compiling gethostname v0.5.0
18942026-07-14T15:29:08.601Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-07-14T15:29:08.704Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18962026-07-14T15:29:08.721Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-07-14T15:29:08.750Z Compiling smf v0.2.3
18982026-07-14T15:29:08.840Z Compiling bcs v0.1.6
18992026-07-14T15:29:08.899Z Compiling smawk v0.3.2
19002026-07-14T15:29:09.041Z Compiling termtree v0.5.1
19012026-07-14T15:29:09.158Z Compiling lazy_static v1.5.0
19022026-07-14T15:29:09.191Z Compiling linear-map v1.2.0
19032026-07-14T15:29:09.262Z Compiling unicode-linebreak v0.1.5
19042026-07-14T15:29:09.363Z Compiling tagptr v0.2.0
19052026-07-14T15:29:09.379Z Compiling whoami v1.6.1
19062026-07-14T15:29:09.416Z Compiling tabled v0.15.0
19072026-07-14T15:29:09.512Z Compiling moka v0.12.15
19082026-07-14T15:29:09.512Z Compiling textwrap v0.16.2
19092026-07-14T15:29:10.051Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-07-14T15:29:10.063Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-07-14T15:29:10.147Z Compiling steno v0.4.1
19122026-07-14T15:29:10.306Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-07-14T15:29:11.461Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-07-14T15:29:11.692Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-07-14T15:29:12.102Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-07-14T15:29:12.572Z Compiling hickory-proto v0.25.2
19172026-07-14T15:29:13.116Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19182026-07-14T15:29:13.273Z Compiling parking_lot_core v0.8.6
19192026-07-14T15:29:13.349Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-07-14T15:29:13.587Z Compiling libscf-sys v1.2.0
19212026-07-14T15:29:13.733Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19222026-07-14T15:29:14.135Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19232026-07-14T15:29:14.204Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19242026-07-14T15:29:14.257Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19252026-07-14T15:29:14.401Z Compiling nom v8.0.0
19262026-07-14T15:29:14.555Z Compiling hickory-resolver v0.25.2
19272026-07-14T15:29:14.620Z Compiling parking_lot v0.11.2
19282026-07-14T15:29:14.642Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19292026-07-14T15:29:14.758Z Compiling fxhash v0.2.1
19302026-07-14T15:29:14.880Z Compiling internet-checksum v0.2.1
19312026-07-14T15:29:14.896Z Compiling sled v0.34.7
19322026-07-14T15:29:15.015Z Compiling itertools v0.15.0
19332026-07-14T15:29:15.031Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19342026-07-14T15:29:15.396Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19352026-07-14T15:29:16.574Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19362026-07-14T15:29:20.001Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19372026-07-14T15:29:21.745Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19382026-07-14T15:29:27.836Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-07-14T15:29:29.493Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19402026-07-14T15:29:30.501Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19412026-07-14T15:29:31.412Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19422026-07-14T15:29:32.423Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19432026-07-14T15:29:54.407Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
19442026-07-14T15:29:54.593Z────────────
19452026-07-14T15:29:54.593Z Nextest run ID a23fc8cf-b1e6-4587-8aaf-a052cbc8bc6d with nextest profile: default
19462026-07-14T15:29:54.593Z Starting 13 tests across 1 binary (28 tests skipped)
19472026-07-14T15:30:11.536Z PASS [ 16.940s] rdb proptest::prop_ipv4_normalized_is_network_address
19482026-07-14T15:30:11.676Z PASS [ 17.082s] rdb proptest::prop_ipv6_normalized_is_network_address
19492026-07-14T15:30:11.804Z PASS [ 17.210s] rdb proptest::prop_ipv4_default_contains_all
19502026-07-14T15:30:11.814Z PASS [ 17.220s] rdb proptest::prop_ipv6_subnet_of_self
19512026-07-14T15:30:11.823Z PASS [ 17.229s] rdb proptest::prop_ipv4_subnet_of_self
19522026-07-14T15:30:11.838Z PASS [ 17.244s] rdb proptest::prop_ipv6_default_contains_all
19532026-07-14T15:30:20.893Z PASS [ 26.297s] rdb proptest::prop_static_route_key_deduplication
19542026-07-14T15:30:47.997Z PASS [ 36.459s] rdb proptest::prop_static_route_key_normalization_idempotent
19552026-07-14T15:30:48.122Z PASS [ 36.442s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19562026-07-14T15:30:48.215Z PASS [ 36.408s] rdb proptest::prop_static_route_key_normalization_preserves_length
19572026-07-14T15:30:48.251Z PASS [ 36.434s] rdb proptest::prop_static_route_key_normalized_is_network_address
19582026-07-14T15:30:54.600Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19592026-07-14T15:31:04.421Z PASS [ 52.593s] rdb proptest::prop_static_route_key_ord_consistency
19602026-07-14T15:31:54.606Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19612026-07-14T15:32:54.612Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19622026-07-14T15:33:54.616Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19632026-07-14T15:34:11.985Z PASS [ 257.371s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19642026-07-14T15:34:11.989Z────────────
19652026-07-14T15:34:11.989Z Summary [ 257.372s] 13 tests run: 13 passed (1 slow), 28 skipped
19662026-07-14T15:34:11.998Z+ cp './*.log' /work/
19672026-07-14T15:34:12.002Z+ true
19682026-07-14T15:34:12.002Z+ [[ -d proptest-regressions ]]
19692026-07-14T15:34:12.005Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19702026-07-14T15:34:12.005Z+ popd
19712026-07-14T15:34:12.005Z+ pushd bgp
19722026-07-14T15:34:12.005Z/work/oxidecomputer/maghemite
19732026-07-14T15:34:12.005Z+ PROPTEST_CASES=1000000
19742026-07-14T15:34:12.005Z+ cargo nextest run --lib proptest
19752026-07-14T15:34:12.005Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19762026-07-14T15:34:13.180Z Compiling smallvec v1.15.1
19772026-07-14T15:34:13.344Z Compiling crunchy v0.2.4
19782026-07-14T15:34:13.365Z Compiling tiny-keccak v2.0.2
19792026-07-14T15:34:13.374Z Compiling ahash v0.8.12
19802026-07-14T15:34:13.374Z Compiling smartstring v1.0.1
19812026-07-14T15:34:13.392Z Compiling thin-vec v0.2.18
19822026-07-14T15:34:13.392Z Compiling rhai_codegen v3.2.0
19832026-07-14T15:34:13.480Z Compiling icu_normalizer v2.2.0
19842026-07-14T15:34:13.498Z Compiling parking_lot_core v0.9.12
19852026-07-14T15:34:13.654Z Compiling parking_lot_core v0.8.6
19862026-07-14T15:34:13.717Z Compiling parking_lot v0.12.5
19872026-07-14T15:34:13.880Z Compiling idna_adapter v1.2.2
19882026-07-14T15:34:13.937Z Compiling tokio v1.52.3
19892026-07-14T15:34:13.950Z Compiling moka v0.12.15
19902026-07-14T15:34:14.027Z Compiling idna v1.1.0
19912026-07-14T15:34:14.222Z Compiling const-random-macro v0.1.16
19922026-07-14T15:34:14.264Z Compiling parking_lot v0.11.2
19932026-07-14T15:34:14.596Z Compiling url v2.5.8
19942026-07-14T15:34:14.670Z Compiling const-random v0.1.18
19952026-07-14T15:34:14.770Z Compiling sled v0.34.7
19962026-07-14T15:34:14.796Z Compiling serial_test_derive v3.5.0
19972026-07-14T15:34:14.962Z Compiling yansi v1.0.1
19982026-07-14T15:34:15.259Z Compiling schemars v0.8.22
19992026-07-14T15:34:15.270Z Compiling diff v0.1.13
20002026-07-14T15:34:15.281Z Compiling rhai v1.25.1
20012026-07-14T15:34:15.480Z Compiling pretty_assertions v1.4.1
20022026-07-14T15:34:15.520Z Compiling serial_test v3.5.0
20032026-07-14T15:34:15.986Z Compiling ipnetwork v0.21.1
20042026-07-14T15:34:15.986Z Compiling newtype-uuid v1.3.2
20052026-07-14T15:34:15.986Z Compiling serde_with v3.20.0
20062026-07-14T15:34:16.340Z Compiling oxnet v0.1.6
20072026-07-14T15:34:16.420Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
20082026-07-14T15:34:16.709Z Compiling daft v0.1.7
20092026-07-14T15:34:16.809Z Compiling typify-impl v0.6.2
20102026-07-14T15:34:16.981Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20112026-07-14T15:34:17.420Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
20122026-07-14T15:34:17.645Z Compiling tokio-util v0.7.18
20132026-07-14T15:34:17.783Z Compiling tokio-rustls v0.26.4
20142026-07-14T15:34:18.030Z Compiling tower v0.5.3
20152026-07-14T15:34:18.066Z Compiling async-compression v0.4.42
20162026-07-14T15:34:18.385Z Compiling h2 v0.4.14
20172026-07-14T15:34:18.416Z Compiling iddqd v0.4.5
20182026-07-14T15:34:18.520Z Compiling tower-http v0.6.11
20192026-07-14T15:34:18.952Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20202026-07-14T15:34:19.219Z Compiling backoff v0.4.0
20212026-07-14T15:34:19.990Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20222026-07-14T15:34:20.363Z Compiling byte-wrapper v0.1.0
20232026-07-14T15:34:20.437Z Compiling hyper v1.10.1
20242026-07-14T15:34:20.529Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20252026-07-14T15:34:20.665Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20262026-07-14T15:34:20.725Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20272026-07-14T15:34:20.857Z Compiling typify v0.6.2
20282026-07-14T15:34:20.966Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-07-14T15:34:21.328Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20302026-07-14T15:34:21.480Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-07-14T15:34:21.643Z Compiling hyper-util v0.1.20
20322026-07-14T15:34:22.190Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-07-14T15:34:22.489Z Compiling hickory-proto v0.24.4
20342026-07-14T15:34:23.007Z Compiling hyper-rustls v0.27.9
20352026-07-14T15:34:23.145Z Compiling dropshot v0.17.1
20362026-07-14T15:34:23.318Z Compiling reqwest v0.13.4
20372026-07-14T15:34:23.406Z Compiling reqwest v0.12.28
20382026-07-14T15:34:24.031Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20392026-07-14T15:34:24.129Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20402026-07-14T15:34:25.307Z Compiling progenitor-client v0.14.0
20412026-07-14T15:34:25.481Z Compiling progenitor-client v0.10.0
20422026-07-14T15:34:25.616Z Compiling progenitor-extras v0.2.0
20432026-07-14T15:34:25.851Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20442026-07-14T15:34:26.052Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-07-14T15:34:27.069Z Compiling progenitor-client v0.13.0
20462026-07-14T15:34:27.427Z Compiling hickory-resolver v0.24.4
20472026-07-14T15:34:27.529Z Compiling progenitor-impl v0.13.0
20482026-07-14T15:34:30.026Z Compiling tokio-stream v0.1.18
20492026-07-14T15:34:30.064Z Compiling progenitor v0.13.0
20502026-07-14T15:34:30.210Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-07-14T15:34:30.506Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-07-14T15:34:30.656Z Compiling qorb v0.4.1
20532026-07-14T15:34:31.108Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-07-14T15:34:32.058Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-07-14T15:34:32.243Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-07-14T15:34:32.390Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-07-14T15:34:32.683Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-07-14T15:34:32.935Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20592026-07-14T15:34:33.283Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-07-14T15:34:33.593Z Compiling progenitor-impl v0.14.0
20612026-07-14T15:34:34.333Z Compiling tokio-dtrace v0.1.1
20622026-07-14T15:34:34.379Z Compiling libsw-core v0.3.2
20632026-07-14T15:34:34.550Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20642026-07-14T15:34:34.598Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20652026-07-14T15:34:34.970Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-07-14T15:34:34.983Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20672026-07-14T15:34:35.152Z Compiling progenitor v0.14.0
20682026-07-14T15:34:35.296Z Compiling libsw v3.5.0
20692026-07-14T15:34:35.476Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20702026-07-14T15:34:35.522Z Compiling oxide-tokio-rt v0.1.6
20712026-07-14T15:34:35.833Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-07-14T15:34:36.031Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-07-14T15:34:36.045Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-07-14T15:34:36.634Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20752026-07-14T15:34:36.681Z Compiling tough v0.22.0
20762026-07-14T15:34:36.764Z Compiling zone v0.3.1
20772026-07-14T15:34:37.164Z Compiling cancel-safe-futures v0.1.5
20782026-07-14T15:34:37.246Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20792026-07-14T15:34:37.351Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-07-14T15:34:37.513Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20812026-07-14T15:34:37.633Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20822026-07-14T15:34:37.981Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20832026-07-14T15:34:38.262Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20842026-07-14T15:34:38.460Z Compiling steno v0.4.1
20852026-07-14T15:34:38.708Z Compiling hickory-proto v0.25.2
20862026-07-14T15:34:39.177Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20872026-07-14T15:34:40.386Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20882026-07-14T15:34:40.574Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20892026-07-14T15:34:41.141Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20902026-07-14T15:34:41.339Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20912026-07-14T15:34:41.635Z Compiling hickory-resolver v0.25.2
20922026-07-14T15:34:41.651Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20932026-07-14T15:34:42.206Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20942026-07-14T15:34:42.701Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20952026-07-14T15:34:42.784Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20962026-07-14T15:34:43.663Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20972026-07-14T15:34:43.770Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20982026-07-14T15:34:45.121Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20992026-07-14T15:34:45.284Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21002026-07-14T15:34:48.984Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21012026-07-14T15:34:50.810Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21022026-07-14T15:34:58.441Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21032026-07-14T15:35:00.060Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21042026-07-14T15:35:01.082Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21052026-07-14T15:35:01.995Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21062026-07-14T15:35:02.840Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21072026-07-14T15:35:04.834Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21082026-07-14T15:35:35.662Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
21092026-07-14T15:35:35.840Z────────────
21102026-07-14T15:35:35.841Z Nextest run ID 40400d06-f1c7-467b-a710-c0e68be798c6 with nextest profile: default
21112026-07-14T15:35:35.841Z Starting 17 tests across 1 binary (133 tests skipped)
21122026-07-14T15:35:53.149Z PASS [ 17.307s] bgp proptest::prop_ipv4_wire_format_roundtrip
21132026-07-14T15:35:55.079Z PASS [ 19.237s] bgp proptest::prop_ipv4_withdrawn_roundtrip
21142026-07-14T15:35:55.122Z PASS [ 19.280s] bgp proptest::prop_ipv4_prefixes_roundtrip
21152026-07-14T15:35:56.302Z PASS [ 20.459s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
21162026-07-14T15:35:56.803Z PASS [ 20.961s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
21172026-07-14T15:35:56.901Z PASS [ 21.059s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
21182026-07-14T15:36:04.658Z PASS [ 28.815s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
21192026-07-14T15:36:10.258Z PASS [ 17.108s] bgp proptest::prop_ipv6_wire_format_roundtrip
21202026-07-14T15:36:15.371Z PASS [ 20.291s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
21212026-07-14T15:36:15.374Z PASS [ 19.069s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
21222026-07-14T15:36:16.149Z PASS [ 19.246s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
21232026-07-14T15:36:16.577Z PASS [ 19.772s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
21242026-07-14T15:36:35.848Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
21252026-07-14T15:36:39.288Z PASS [ 29.028s] bgp proptest::prop_update_mp_unreach_roundtrip
21262026-07-14T15:36:43.842Z PASS [ 67.996s] bgp proptest::prop_encode_decode_semantic_equivalence
21272026-07-14T15:36:55.130Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21282026-07-14T15:37:04.665Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21292026-07-14T15:37:06.270Z PASS [ 70.714s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21302026-07-14T15:37:15.380Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21312026-07-14T15:37:17.904Z PASS [ 62.494s] bgp proptest::prop_update_traditional_roundtrip
21322026-07-14T15:37:19.151Z PASS [ 74.487s] bgp proptest::prop_update_mp_reach_roundtrip
21332026-07-14T15:37:19.151Z────────────
21342026-07-14T15:37:19.151Z Summary [ 103.303s] 17 tests run: 17 passed (4 slow), 133 skipped
21352026-07-14T15:37:19.163Z+ cp './*.log' /work/
21362026-07-14T15:37:19.167Z+ true
21372026-07-14T15:37:19.167Z+ [[ -d proptest-regressions ]]
21382026-07-14T15:37:19.167Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21392026-07-14T15:37:19.170Z+ popd
21402026-07-14T15:37:19.170Z/work/oxidecomputer/maghemite
21412026-07-14T15:37:19.170Zprocess exited: duration 720415 ms, exit code 0
 
21422026-07-14T15:37:19.179Zfound 0 output files