01KTB53XKY1PVR0Q9P2HAFX6KW: 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: 01KTB54NYNGAAW9K590GHWKCGC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T05:48:29.463Zjob assigned to worker 01KTB55795GHQ37KV1E58CVP42 [factory aws, i-008def164b75f07e0] (queued for 1 m 10 s)
 
22026-06-05T05:48:36.019Zstarting task 0: "setup"
32026-06-05T05:48:36.023Z++ uname -s
42026-06-05T05:48:36.027Z+ kern=SunOS
52026-06-05T05:48:36.027Z+ build_user=build
62026-06-05T05:48:36.027Z+ build_uid=12345
72026-06-05T05:48:36.027Z+ work_dir=/work
82026-06-05T05:48:36.027Z+ input_dir=/input
92026-06-05T05:48:36.027Z+ [[ 0 == 12345 ]]
102026-06-05T05:48:36.027Z+ case "$kern" in
112026-06-05T05:48:36.027Z+ groupadd -g 12345 build
122026-06-05T05:48:36.031Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T05:48:38.032Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T05:48:38.150Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T05:48:38.153Z+ home_fs=zfs
162026-06-05T05:48:38.153Z+ [[ zfs == autofs ]]
172026-06-05T05:48:38.153Z+ mkdir -p /home/build
182026-06-05T05:48:38.153Z+ chown build:build /home/build /work
192026-06-05T05:48:40.154Z+ chmod 0700 /home/build /work
202026-06-05T05:48:40.157Zprocess exited: duration 4137 ms, exit code 0
 
212026-06-05T05:48:40.163Zstarting task 1: "rust-toolchain"
222026-06-05T05:48:40.166Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T05:48:40.166Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T05:48:40.167Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-05T05:48:40.167Z * rust toolchain channel = "stable"
262026-06-05T05:48:40.167Z * rust toolchain profile = "default"
272026-06-05T05:48:40.170Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T05:48:40.170Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T05:48:40.170Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T05:48:40.288Zinfo: downloading installer
312026-06-05T05:48:41.590Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T05:48:41.590Zwarn: /opt/ooce/bin
332026-06-05T05:48:41.590Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T05:48:41.590Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T05:48:41.591Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T05:48:41.591Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T05:48:41.591Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T05:48:41.591Zerror: cannot install while Rust is installed
392026-06-05T05:48:41.591Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T05:48:41.591Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T05:48:41.591Zwarn: /home/build/.rustup/settings.toml
422026-06-05T05:48:41.591Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T05:48:41.591Zwarn: instead of the one inferred from the default host triple.
442026-06-05T05:48:41.612Zinfo: profile set to default
452026-06-05T05:48:41.612Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T05:48:41.616Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T05:48:41.738Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T05:48:41.741Zinfo: downloading 6 components
492026-06-05T05:48:55.787Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T05:48:55.787Z
512026-06-05T05:48:55.814Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T05:48:55.814Z
532026-06-05T05:48:55.814Z
542026-06-05T05:48:55.814ZRust is installed now. Great!
552026-06-05T05:48:55.815Z
562026-06-05T05:48:55.815ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T05:48:55.818Zenvironment variable. This has not been done automatically.
582026-06-05T05:48:55.818Z
592026-06-05T05:48:55.818ZTo configure your current shell, you need to source
602026-06-05T05:48:55.818Zthe corresponding env file under $HOME/.cargo.
612026-06-05T05:48:55.818Z
622026-06-05T05:48:55.818ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T05:48:55.818Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T05:48:55.818Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T05:48:55.818Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T05:48:55.818Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T05:48:55.818Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T05:48:55.818Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T05:48:55.818Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T05:48:55.818Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T05:48:55.927Z+ rustup --version
722026-06-05T05:48:55.935Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T05:48:55.938Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T05:48:55.956Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T05:48:55.958Z+ cargo --version
762026-06-05T05:48:55.972Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T05:48:55.974Z+ rustc --version
782026-06-05T05:48:55.993Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T05:48:55.996Zprocess exited: duration 15832 ms, exit code 0
 
802026-06-05T05:48:56.002Zstarting task 2: "authentication"
812026-06-05T05:48:56.017Zprocess exited: duration 15 ms, exit code 0
 
822026-06-05T05:48:56.024Zstarting task 3: "clone repository"
832026-06-05T05:48:56.029Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T05:48:56.031Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T05:48:56.068ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T05:48:57.385Z+ cd /work/oxidecomputer/maghemite
872026-06-05T05:48:57.385Z+ git fetch origin 8289b1493f7e3b70eac6b270eb935bff167e1806
882026-06-05T05:48:57.765ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T05:48:57.765Z * branch 8289b1493f7e3b70eac6b270eb935bff167e1806 -> FETCH_HEAD
902026-06-05T05:48:57.770Z+ [[ -n renovate/rust-1.x ]]
912026-06-05T05:48:57.773Z++ git branch --show-current
922026-06-05T05:48:57.773Z+ current=main
932026-06-05T05:48:57.773Z+ [[ main != renovate/rust-1.x ]]
942026-06-05T05:48:57.773Z+ git branch -f renovate/rust-1.x 8289b1493f7e3b70eac6b270eb935bff167e1806
952026-06-05T05:48:57.775Z+ git checkout -f renovate/rust-1.x
962026-06-05T05:48:57.793ZSwitched to branch 'renovate/rust-1.x'
972026-06-05T05:48:57.795Z+ git reset --hard 8289b1493f7e3b70eac6b270eb935bff167e1806
982026-06-05T05:48:57.810ZHEAD is now at 8289b14 Update dependency rust to v1.96.0
992026-06-05T05:48:57.814Zprocess exited: duration 1787 ms, exit code 0
 
1002026-06-05T05:48:57.819Zstarting task 4: "build"
1012026-06-05T05:48:57.823Z+ set -e
1022026-06-05T05:48:57.823Z+ NEXTEST_VERSION=0.9.97
1032026-06-05T05:48:57.823Z+ PLATFORM=illumos
1042026-06-05T05:48:57.825Z+ cargo --version
1052026-06-05T05:48:57.830Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
1062026-06-05T05:48:57.963Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
1072026-06-05T05:48:57.966Zinfo: downloading 6 components
1082026-06-05T05:49:12.613Zcargo 1.96.0 (30a34c682 2026-05-25)
1092026-06-05T05:49:12.615Z+ rustc --version
1102026-06-05T05:49:12.644Zrustc 1.96.0 (ac68faa20 2026-05-25)
1112026-06-05T05:49:12.648Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-05T05:49:12.692Z Updating crates.io index
1132026-06-05T05:49:12.801Z Downloading crates ...
1142026-06-05T05:49:12.850Z Downloaded cargo-nextest v0.9.97
1152026-06-05T05:49:12.911Z Installing cargo-nextest v0.9.97
1162026-06-05T05:49:12.916Zwarning: default toolchain implicitly overridden with `1.96.0-x86_64-unknown-illumos` by rustup toolchain file
1172026-06-05T05:49:12.916Z |
1182026-06-05T05:49:12.916Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1192026-06-05T05:49:12.916Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1202026-06-05T05:49:12.954Z Updating crates.io index
1212026-06-05T05:49:14.974Z Locking 404 packages to latest compatible versions
1222026-06-05T05:49:14.978Z Adding dialoguer v0.11.0 (available: v0.12.0)
1232026-06-05T05:49:14.980Z Adding duct v0.13.7 (available: v1.1.1)
1242026-06-05T05:49:14.980Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1252026-06-05T05:49:14.980Z Adding generic-array v0.14.7 (available: v0.14.9)
1262026-06-05T05:49:14.984Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1272026-06-05T05:49:14.984Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1282026-06-05T05:49:14.984Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1292026-06-05T05:49:14.987Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1302026-06-05T05:49:14.989Z Adding quick-junit v0.5.2 (available: v0.6.0)
1312026-06-05T05:49:15.014Z Downloading crates ...
1322026-06-05T05:49:15.074Z Downloaded backtrace-ext v0.2.1
1332026-06-05T05:49:15.081Z Downloaded base64ct v1.8.3
1342026-06-05T05:49:15.084Z Downloaded addr2line v0.25.1
1352026-06-05T05:49:15.088Z Downloaded base64 v0.22.1
1362026-06-05T05:49:15.093Z Downloaded autocfg v1.5.1
1372026-06-05T05:49:15.096Z Downloaded borsh v1.6.1
1382026-06-05T05:49:15.100Z Downloaded atomic-waker v1.1.2
1392026-06-05T05:49:15.109Z Downloaded aho-corasick v1.1.4
1402026-06-05T05:49:15.112Z Downloaded crc32fast v1.5.0
1412026-06-05T05:49:15.115Z Downloaded color-spantrace v0.3.0
1422026-06-05T05:49:15.115Z Downloaded cpufeatures v0.2.17
1432026-06-05T05:49:15.118Z Downloaded cfg-if v1.0.4
1442026-06-05T05:49:15.119Z Downloaded anstyle-query v1.1.5
1452026-06-05T05:49:15.119Z Downloaded number_prefix v0.4.0
1462026-06-05T05:49:15.122Z Downloaded anstream v1.0.0
1472026-06-05T05:49:15.122Z Downloaded console v0.15.11
1482026-06-05T05:49:15.125Z Downloaded itoa v1.0.18
1492026-06-05T05:49:15.125Z Downloaded adler2 v2.0.1
1502026-06-05T05:49:15.125Z Downloaded anstyle-parse v1.0.0
1512026-06-05T05:49:15.129Z Downloaded hyper-tls v0.6.0
1522026-06-05T05:49:15.132Z Downloaded crossterm v0.29.0
1532026-06-05T05:49:15.134Z Downloaded openssl-probe v0.2.1
1542026-06-05T05:49:15.137Z Downloaded is_terminal_polyfill v1.70.2
1552026-06-05T05:49:15.137Z Downloaded is_ci v1.2.0
1562026-06-05T05:49:15.137Z Downloaded eyre v0.6.12
1572026-06-05T05:49:15.140Z Downloaded clap_derive v4.6.1
1582026-06-05T05:49:15.143Z Downloaded indent_write v2.2.0
1592026-06-05T05:49:15.143Z Downloaded indenter v0.3.4
1602026-06-05T05:49:15.143Z Downloaded idna_adapter v1.0.0
1612026-06-05T05:49:15.146Z Downloaded cargo-platform v0.3.3
1622026-06-05T05:49:15.146Z Downloaded async-scoped v0.9.0
1632026-06-05T05:49:15.146Z Downloaded anstyle v1.0.14
1642026-06-05T05:49:15.148Z Downloaded cfg-expr v0.20.8
1652026-06-05T05:49:15.148Z Downloaded clap_builder v4.6.0
1662026-06-05T05:49:15.152Z Downloaded form_urlencoded v1.2.2
1672026-06-05T05:49:15.154Z Downloaded cargo_metadata v0.20.0
1682026-06-05T05:49:15.154Z Downloaded lazy_static v1.5.0
1692026-06-05T05:49:15.157Z Downloaded cargo-platform v0.2.0
1702026-06-05T05:49:15.158Z Downloaded clap_lex v1.1.0
1712026-06-05T05:49:15.158Z Downloaded curve25519-dalek-derive v0.1.1
1722026-06-05T05:49:15.161Z Downloaded futures-macro v0.3.32
1732026-06-05T05:49:15.161Z Downloaded humantime-serde v1.1.1
1742026-06-05T05:49:15.164Z Downloaded find-msvc-tools v0.1.9
1752026-06-05T05:49:15.167Z Downloaded convert_case v0.10.0
1762026-06-05T05:49:15.170Z Downloaded rand_core v0.6.4
1772026-06-05T05:49:15.170Z Downloaded futures-task v0.3.32
1782026-06-05T05:49:15.173Z Downloaded lock_api v0.4.14
1792026-06-05T05:49:15.173Z Downloaded futures-sink v0.3.32
1802026-06-05T05:49:15.173Z Downloaded foreign-types-shared v0.1.1
1812026-06-05T05:49:15.173Z Downloaded native-tls v0.2.18
1822026-06-05T05:49:15.176Z Downloaded iana-time-zone v0.1.65
1832026-06-05T05:49:15.178Z Downloaded lru-slab v0.1.2
1842026-06-05T05:49:15.182Z Downloaded hyper-rustls v0.27.9
1852026-06-05T05:49:15.186Z Downloaded http-body-util v0.1.3
1862026-06-05T05:49:15.186Z Downloaded generic-array v0.14.7
1872026-06-05T05:49:15.186Z Downloaded miette-derive v7.6.0
1882026-06-05T05:49:15.186Z Downloaded colorchoice v1.0.5
1892026-06-05T05:49:15.189Z Downloaded futures-core v0.3.32
1902026-06-05T05:49:15.189Z Downloaded nested v0.1.1
1912026-06-05T05:49:15.191Z Downloaded const-oid v0.9.6
1922026-06-05T05:49:15.196Z Downloaded nextest-workspace-hack v0.1.0
1932026-06-05T05:49:15.199Z Downloaded atomicwrites v0.4.4
1942026-06-05T05:49:15.199Z Downloaded pathdiff v0.2.3
1952026-06-05T05:49:15.199Z Downloaded heck v0.5.0
1962026-06-05T05:49:15.202Z Downloaded foreign-types v0.3.2
1972026-06-05T05:49:15.202Z Downloaded os_pipe v1.2.3
1982026-06-05T05:49:15.202Z Downloaded owo-colors v4.3.0
1992026-06-05T05:49:15.205Z Downloaded openssl-macros v0.1.1
2002026-06-05T05:49:15.205Z Downloaded block-buffer v0.10.4
2012026-06-05T05:49:15.207Z Downloaded newtype-uuid v1.3.2
2022026-06-05T05:49:15.207Z Downloaded cfg_aliases v0.2.1
2032026-06-05T05:49:15.208Z Downloaded guppy-workspace-hack v0.1.0
2042026-06-05T05:49:15.213Z Downloaded serde-value v0.7.0
2052026-06-05T05:49:15.216Z Downloaded jobserver v0.1.34
2062026-06-05T05:49:15.219Z Downloaded equivalent v1.0.2
2072026-06-05T05:49:15.219Z Downloaded document-features v0.2.12
2082026-06-05T05:49:15.219Z Downloaded ipnet v2.12.0
2092026-06-05T05:49:15.222Z Downloaded fnv v1.0.7
2102026-06-05T05:49:15.224Z Downloaded erased-serde v0.4.10
2112026-06-05T05:49:15.227Z Downloaded rustc-hash v2.1.2
2122026-06-05T05:49:15.227Z Downloaded fastrand v2.4.1
2132026-06-05T05:49:15.227Z Downloaded ed25519 v2.2.3
2142026-06-05T05:49:15.230Z Downloaded ordered-float v2.10.1
2152026-06-05T05:49:15.230Z Downloaded scopeguard v1.2.0
2162026-06-05T05:49:15.230Z Downloaded duct v0.13.7
2172026-06-05T05:49:15.233Z Downloaded http-body v1.0.1
2182026-06-05T05:49:15.233Z Downloaded digest v0.10.7
2192026-06-05T05:49:15.237Z Downloaded crypto-common v0.1.7
2202026-06-05T05:49:15.237Z Downloaded supports-unicode v3.0.0
2212026-06-05T05:49:15.237Z Downloaded either v1.16.0
2222026-06-05T05:49:15.239Z Downloaded serde_urlencoded v0.7.1
2232026-06-05T05:49:15.240Z Downloaded percent-encoding v2.3.2
2242026-06-05T05:49:15.240Z Downloaded mukti-metadata v0.3.0
2252026-06-05T05:49:15.240Z Downloaded ahash v0.8.12
2262026-06-05T05:49:15.242Z Downloaded errno v0.3.14
2272026-06-05T05:49:15.245Z Downloaded cargo_metadata v0.23.1
2282026-06-05T05:49:15.245Z Downloaded camino v1.2.2
2292026-06-05T05:49:15.248Z Downloaded rustc_version v0.4.1
2302026-06-05T05:49:15.251Z Downloaded signal-hook-mio v0.2.5
2312026-06-05T05:49:15.251Z Downloaded subtle v2.6.1
2322026-06-05T05:49:15.251Z Downloaded signature v2.2.0
2332026-06-05T05:49:15.252Z Downloaded shell-words v1.1.1
2342026-06-05T05:49:15.254Z Downloaded serde_spanned v1.1.1
2352026-06-05T05:49:15.254Z Downloaded serde_spanned v0.6.9
2362026-06-05T05:49:15.254Z Downloaded once_cell v1.21.4
2372026-06-05T05:49:15.257Z Downloaded humantime v2.3.0
2382026-06-05T05:49:15.257Z Downloaded litrs v1.0.0
2392026-06-05T05:49:15.260Z Downloaded swrite v0.1.0
2402026-06-05T05:49:15.260Z Downloaded enable-ansi-support v0.2.1
2412026-06-05T05:49:15.262Z Downloaded fixedbitset v0.5.7
2422026-06-05T05:49:15.265Z Downloaded debug-ignore v1.0.5
2432026-06-05T05:49:15.265Z Downloaded serde_ignored v0.1.14
2442026-06-05T05:49:15.268Z Downloaded serde-untagged v0.1.9
2452026-06-05T05:49:15.268Z Downloaded cargo-util-schemas v0.2.0
2462026-06-05T05:49:15.272Z Downloaded dialoguer v0.11.0
2472026-06-05T05:49:15.272Z Downloaded shared_child v1.1.1
2482026-06-05T05:49:15.272Z Downloaded strip-ansi-escapes v0.2.1
2492026-06-05T05:49:15.274Z Downloaded foldhash v0.1.5
2502026-06-05T05:49:15.275Z Downloaded hex v0.4.3
2512026-06-05T05:49:15.275Z Downloaded sync_wrapper v1.0.2
2522026-06-05T05:49:15.275Z Downloaded terminal_size v0.4.4
2532026-06-05T05:49:15.278Z Downloaded sigchld v0.2.4
2542026-06-05T05:49:15.278Z Downloaded futures-executor v0.3.32
2552026-06-05T05:49:15.278Z Downloaded supports-color v3.0.2
2562026-06-05T05:49:15.281Z Downloaded filetime v0.2.29
2572026-06-05T05:49:15.286Z Downloaded sha2 v0.10.9
2582026-06-05T05:49:15.289Z Downloaded nextest-filtering v0.15.0
2592026-06-05T05:49:15.292Z Downloaded getrandom v0.2.17
2602026-06-05T05:49:15.295Z Downloaded shlex v2.0.1
2612026-06-05T05:49:15.295Z Downloaded futures-io v0.3.32
2622026-06-05T05:49:15.298Z Downloaded camino-tempfile v1.4.1
2632026-06-05T05:49:15.301Z Downloaded supports-hyperlinks v3.2.0
2642026-06-05T05:49:15.301Z Downloaded strsim v0.11.1
2652026-06-05T05:49:15.303Z Downloaded future-queue v0.4.0
2662026-06-05T05:49:15.306Z Downloaded toml_datetime v0.6.11
2672026-06-05T05:49:15.309Z Downloaded tower-service v0.3.3
2682026-06-05T05:49:15.309Z Downloaded tinyvec_macros v0.1.1
2692026-06-05T05:49:15.312Z Downloaded smol_str v0.3.6
2702026-06-05T05:49:15.314Z Downloaded tracing-error v0.2.1
2712026-06-05T05:49:15.317Z Downloaded target-spec-miette v0.4.8
2722026-06-05T05:49:15.322Z Downloaded simd-adler32 v0.3.9
2732026-06-05T05:49:15.322Z Downloaded typeid v1.0.3
2742026-06-05T05:49:15.322Z Downloaded home v0.5.12
2752026-06-05T05:49:15.324Z Downloaded serde_path_to_error v0.1.20
2762026-06-05T05:49:15.324Z Downloaded rand_core v0.9.5
2772026-06-05T05:49:15.327Z Downloaded ppv-lite86 v0.2.21
2782026-06-05T05:49:15.327Z Downloaded rustc-demangle v0.1.27
2792026-06-05T05:49:15.330Z Downloaded pkg-config v0.3.33
2802026-06-05T05:49:15.330Z Downloaded pin-project-lite v0.2.17
2812026-06-05T05:49:15.332Z Downloaded unicode-linebreak v0.1.5
2822026-06-05T05:49:15.335Z Downloaded try-lock v0.2.5
2832026-06-05T05:49:15.335Z Downloaded untrusted v0.9.0
2842026-06-05T05:49:15.338Z Downloaded thiserror v1.0.69
2852026-06-05T05:49:15.341Z Downloaded thiserror-impl v2.0.18
2862026-06-05T05:49:15.341Z Downloaded pkcs8 v0.10.2
2872026-06-05T05:49:15.343Z Downloaded toml_write v0.1.2
2882026-06-05T05:49:15.343Z Downloaded futures-channel v0.3.32
2892026-06-05T05:49:15.346Z Downloaded getrandom v0.3.4
2902026-06-05T05:49:15.349Z Downloaded utf8parse v0.2.2
2912026-06-05T05:49:15.349Z Downloaded tower-layer v0.3.3
2922026-06-05T05:49:15.349Z Downloaded derive-where v1.6.1
2932026-06-05T05:49:15.352Z Downloaded utf8_iter v1.0.4
2942026-06-05T05:49:15.352Z Downloaded clap v4.6.1
2952026-06-05T05:49:15.357Z Downloaded nextest-metadata v0.12.2
2962026-06-05T05:49:15.360Z Downloaded xattr v1.6.1
2972026-06-05T05:49:15.360Z Downloaded want v0.3.1
2982026-06-05T05:49:15.363Z Downloaded version_check v0.9.5
2992026-06-05T05:49:15.363Z Downloaded parking_lot v0.12.5
3002026-06-05T05:49:15.363Z Downloaded pin-project-internal v1.1.13
3012026-06-05T05:49:15.365Z Downloaded config v0.15.23
3022026-06-05T05:49:15.369Z Downloaded quote v1.0.45
3032026-06-05T05:49:15.369Z Downloaded thiserror v2.0.18
3042026-06-05T05:49:15.372Z Downloaded target-spec v3.6.0
3052026-06-05T05:49:15.374Z Downloaded slab v0.4.12
3062026-06-05T05:49:15.374Z Downloaded quick-junit v0.5.2
3072026-06-05T05:49:15.377Z Downloaded parking_lot_core v0.9.12
3082026-06-05T05:49:15.381Z Downloaded getrandom v0.4.2
3092026-06-05T05:49:15.384Z Downloaded static_assertions v1.1.0
3102026-06-05T05:49:15.384Z Downloaded serde_derive v1.0.228
3112026-06-05T05:49:15.384Z Downloaded log v0.4.32
3122026-06-05T05:49:15.387Z Downloaded smallvec v1.15.1
3132026-06-05T05:49:15.387Z Downloaded target-lexicon v0.13.5
3142026-06-05T05:49:15.389Z Downloaded urlencoding v2.1.3
3152026-06-05T05:49:15.389Z Downloaded tokio-stream v0.1.18
3162026-06-05T05:49:15.392Z Downloaded tokio-macros v2.7.0
3172026-06-05T05:49:15.392Z Downloaded spki v0.7.3
3182026-06-05T05:49:15.395Z Downloaded globset v0.4.18
3192026-06-05T05:49:15.395Z Downloaded futures v0.3.32
3202026-06-05T05:49:15.397Z Downloaded unicode-xid v0.2.6
3212026-06-05T05:49:15.398Z Downloaded tokio-native-tls v0.3.1
3222026-06-05T05:49:15.400Z Downloaded flate2 v1.1.9
3232026-06-05T05:49:15.403Z Downloaded derive_more v2.1.1
3242026-06-05T05:49:15.407Z Downloaded zipsign-api v0.1.5
3252026-06-05T05:49:15.410Z Downloaded zeroize v1.8.2
3262026-06-05T05:49:15.410Z Downloaded self_update v0.42.0
3272026-06-05T05:49:15.413Z Downloaded derive_more-impl v2.1.1
3282026-06-05T05:49:15.415Z Downloaded sharded-slab v0.1.7
3292026-06-05T05:49:15.415Z Downloaded rand_chacha v0.9.0
3302026-06-05T05:49:15.418Z Downloaded signal-hook v0.3.18
3312026-06-05T05:49:15.418Z Downloaded httparse v1.10.1
3322026-06-05T05:49:15.422Z Downloaded serde_core v1.0.228
3332026-06-05T05:49:15.422Z Downloaded rustls-pki-types v1.14.1
3342026-06-05T05:49:15.425Z Downloaded quinn-udp v0.5.14
3352026-06-05T05:49:15.425Z Downloaded thread_local v1.1.9
3362026-06-05T05:49:15.425Z Downloaded unicase v2.9.0
3372026-06-05T05:49:15.425Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3382026-06-05T05:49:15.428Z Downloaded backtrace v0.3.76
3392026-06-05T05:49:15.430Z Downloaded toml_writer v1.1.1+spec-1.1.0
3402026-06-05T05:49:15.430Z Downloaded thiserror-impl v1.0.69
3412026-06-05T05:49:15.430Z Downloaded bytes v1.11.1
3422026-06-05T05:49:15.433Z Downloaded bitflags v2.12.1
3432026-06-05T05:49:15.436Z Downloaded semver v1.0.28
3442026-06-05T05:49:15.436Z Downloaded tokio-rustls v0.26.4
3452026-06-05T05:49:15.438Z Downloaded self-replace v1.5.0
3462026-06-05T05:49:15.442Z Downloaded xxhash-rust v0.8.15
3472026-06-05T05:49:15.444Z Downloaded signal-hook-registry v1.4.8
3482026-06-05T05:49:15.444Z Downloaded textwrap v0.16.2
3492026-06-05T05:49:15.447Z Downloaded cc v1.2.63
3502026-06-05T05:49:15.449Z Downloaded der v0.7.10
3512026-06-05T05:49:15.459Z Downloaded ed25519-dalek v2.2.0
3522026-06-05T05:49:15.463Z Downloaded tempfile v3.27.0
3532026-06-05T05:49:15.466Z Downloaded uuid v1.23.2
3542026-06-05T05:49:15.469Z Downloaded zmij v1.0.21
3552026-06-05T05:49:15.469Z Downloaded toml_edit v0.22.27
3562026-06-05T05:49:15.472Z Downloaded zstd v0.13.3
3572026-06-05T05:49:15.475Z Downloaded tracing-core v0.1.36
3582026-06-05T05:49:15.477Z Downloaded num-traits v0.2.19
3592026-06-05T05:49:15.480Z Downloaded zstd-safe v7.2.4
3602026-06-05T05:49:15.484Z Downloaded http v1.4.1
3612026-06-05T05:49:15.487Z Downloaded ryu v1.0.23
3622026-06-05T05:49:15.490Z Downloaded pin-project v1.1.13
3632026-06-05T05:49:15.494Z Downloaded tracing-log v0.2.0
3642026-06-05T05:49:15.497Z Downloaded tracing-attributes v0.1.31
3652026-06-05T05:49:15.499Z Downloaded toml_parser v1.1.2+spec-1.1.0
3662026-06-05T05:49:15.513Z Downloaded indexmap v2.14.0
3672026-06-05T05:49:15.516Z Downloaded tower v0.5.3
3682026-06-05T05:49:15.520Z Downloaded typenum v1.20.1
3692026-06-05T05:49:15.525Z Downloaded unicode-segmentation v1.13.3
3702026-06-05T05:49:15.528Z Downloaded tinyvec v1.11.0
3712026-06-05T05:49:15.535Z Downloaded miniz_oxide v0.8.9
3722026-06-05T05:49:15.537Z Downloaded toml v0.8.23
3732026-06-05T05:49:15.538Z Downloaded indicatif v0.17.11
3742026-06-05T05:49:15.541Z Downloaded hashbrown v0.15.5
3752026-06-05T05:49:15.546Z Downloaded guppy v0.17.26
3762026-06-05T05:49:15.549Z Downloaded toml v1.1.2+spec-1.1.0
3772026-06-05T05:49:15.549Z Downloaded proc-macro2 v1.0.106
3782026-06-05T05:49:15.549Z Downloaded openssl-sys v0.9.116
3792026-06-05T05:49:15.559Z Downloaded tokio-util v0.7.18
3802026-06-05T05:49:15.563Z Downloaded serde_json v1.0.150
3812026-06-05T05:49:15.567Z Downloaded tar v0.4.46
3822026-06-05T05:49:15.569Z Downloaded vte v0.14.1
3832026-06-05T05:49:15.573Z Downloaded unicode-normalization v0.1.25
3842026-06-05T05:49:15.573Z Downloaded h2 v0.4.14
3852026-06-05T05:49:15.577Z Downloaded futures-util v0.3.32
3862026-06-05T05:49:15.581Z Downloaded tower-http v0.6.11
3872026-06-05T05:49:15.586Z Downloaded rustls-webpki v0.103.13
3882026-06-05T05:49:15.589Z Downloaded quinn v0.11.9
3892026-06-05T05:49:15.592Z Downloaded hashbrown v0.17.1
3902026-06-05T05:49:15.596Z Downloaded miette v7.6.0
3912026-06-05T05:49:15.599Z Downloaded memchr v2.8.1
3922026-06-05T05:49:15.602Z Downloaded serde v1.0.228
3932026-06-05T05:49:15.604Z Downloaded chrono v0.4.45
3942026-06-05T05:49:15.607Z Downloaded unicode-ident v1.0.24
3952026-06-05T05:49:15.614Z Downloaded socket2 v0.6.4
3962026-06-05T05:49:15.618Z Downloaded winnow v1.0.3
3972026-06-05T05:49:15.621Z Downloaded hyper-util v0.1.20
3982026-06-05T05:49:15.625Z Downloaded rand v0.9.4
3992026-06-05T05:49:15.630Z Downloaded mio v1.2.1
4002026-06-05T05:49:15.634Z Downloaded webpki-roots v1.0.7
4012026-06-05T05:49:15.640Z Downloaded idna v1.1.0
4022026-06-05T05:49:15.643Z Downloaded url v2.5.8
4032026-06-05T05:49:15.652Z Downloaded gimli v0.32.3
4042026-06-05T05:49:15.657Z Downloaded unicode-width v0.1.14
4052026-06-05T05:49:15.660Z Downloaded syn v2.0.117
4062026-06-05T05:49:15.665Z Downloaded curve25519-dalek v4.1.3
4072026-06-05T05:49:15.671Z Downloaded zerocopy v0.8.50
4082026-06-05T05:49:15.680Z Downloaded bstr v1.12.1
4092026-06-05T05:49:15.686Z Downloaded itertools v0.14.0
4102026-06-05T05:49:15.693Z Downloaded tracing v0.1.44
4112026-06-05T05:49:15.707Z Downloaded ron v0.12.1
4122026-06-05T05:49:15.714Z Downloaded hyper v1.10.1
4132026-06-05T05:49:15.724Z Downloaded quick-xml v0.37.5
4142026-06-05T05:49:15.727Z Downloaded color-eyre v0.6.5
4152026-06-05T05:49:15.727Z Downloaded regex v1.12.3
4162026-06-05T05:49:15.731Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4172026-06-05T05:49:15.740Z Downloaded pulldown-cmark v0.13.4
4182026-06-05T05:49:15.746Z Downloaded reqwest v0.12.28
4192026-06-05T05:49:15.822Z Downloaded winnow v0.7.15
4202026-06-05T05:49:15.830Z Downloaded portable-atomic v1.13.1
4212026-06-05T05:49:15.845Z Downloaded quick-xml v0.38.4
4222026-06-05T05:49:15.859Z Downloaded tracing-subscriber v0.3.23
4232026-06-05T05:49:15.882Z Downloaded vcpkg v0.2.15
4242026-06-05T05:49:15.905Z Downloaded quinn-proto v0.11.14
4252026-06-05T05:49:15.931Z Downloaded nix v0.30.1
4262026-06-05T05:49:15.936Z Downloaded nextest-runner v0.80.0
4272026-06-05T05:49:15.942Z Downloaded unicode-width v0.2.2
4282026-06-05T05:49:15.965Z Downloaded openssl v0.10.80
4292026-06-05T05:49:15.969Z Downloaded object v0.37.3
4302026-06-05T05:49:15.969Z Downloaded rustls v0.23.40
4312026-06-05T05:49:15.980Z Downloaded rustix v0.38.44
4322026-06-05T05:49:15.992Z Downloaded regex-syntax v0.8.10
4332026-06-05T05:49:16.007Z Downloaded rustix v1.1.4
4342026-06-05T05:49:16.073Z Downloaded regex-automata v0.4.14
4352026-06-05T05:49:16.081Z Downloaded libc v0.2.186
4362026-06-05T05:49:16.127Z Downloaded petgraph v0.8.3
4372026-06-05T05:49:16.158Z Downloaded tokio v1.52.3
4382026-06-05T05:49:16.222Z Downloaded recursion v0.5.4
4392026-06-05T05:49:16.229Z Downloaded ring v0.17.14
4402026-06-05T05:49:16.287Z Compiling libc v0.2.186
4412026-06-05T05:49:16.287Z Compiling proc-macro2 v1.0.106
4422026-06-05T05:49:16.287Z Compiling unicode-ident v1.0.24
4432026-06-05T05:49:16.291Z Compiling quote v1.0.45
4442026-06-05T05:49:16.291Z Compiling serde_core v1.0.228
4452026-06-05T05:49:16.291Z Compiling cfg-if v1.0.4
4462026-06-05T05:49:16.291Z Compiling memchr v2.8.1
4472026-06-05T05:49:16.291Z Compiling once_cell v1.21.4
4482026-06-05T05:49:16.530Z Compiling log v0.4.32
4492026-06-05T05:49:16.546Z Compiling pin-project-lite v0.2.17
4502026-06-05T05:49:16.634Z Compiling itoa v1.0.18
4512026-06-05T05:49:16.707Z Compiling serde v1.0.228
4522026-06-05T05:49:16.805Z Compiling smallvec v1.15.1
4532026-06-05T05:49:16.864Z Compiling futures-core v0.3.32
4542026-06-05T05:49:17.018Z Compiling bitflags v2.12.1
4552026-06-05T05:49:17.038Z Compiling find-msvc-tools v0.1.9
4562026-06-05T05:49:17.049Z Compiling hashbrown v0.17.1
4572026-06-05T05:49:17.313Z Compiling shlex v2.0.1
4582026-06-05T05:49:17.442Z Compiling errno v0.3.14
4592026-06-05T05:49:17.495Z Compiling equivalent v1.0.2
4602026-06-05T05:49:17.584Z Compiling signal-hook-registry v1.4.8
4612026-06-05T05:49:17.596Z Compiling jobserver v0.1.34
4622026-06-05T05:49:17.609Z Compiling bytes v1.11.1
4632026-06-05T05:49:17.656Z Compiling syn v2.0.117
4642026-06-05T05:49:17.670Z Compiling mio v1.2.1
4652026-06-05T05:49:17.719Z Compiling futures-sink v0.3.32
4662026-06-05T05:49:17.785Z Compiling rustix v1.1.4
4672026-06-05T05:49:17.835Z Compiling cc v1.2.63
4682026-06-05T05:49:17.921Z Compiling socket2 v0.6.4
4692026-06-05T05:49:18.151Z Compiling slab v0.4.12
4702026-06-05T05:49:18.357Z Compiling zmij v1.0.21
4712026-06-05T05:49:18.387Z Compiling futures-channel v0.3.32
4722026-06-05T05:49:18.520Z Compiling tracing-core v0.1.36
4732026-06-05T05:49:18.650Z Compiling serde_json v1.0.150
4742026-06-05T05:49:18.695Z Compiling version_check v0.9.5
4752026-06-05T05:49:18.896Z Compiling indexmap v2.14.0
4762026-06-05T05:49:18.990Z Compiling getrandom v0.4.2
4772026-06-05T05:49:19.002Z Compiling futures-io v0.3.32
4782026-06-05T05:49:19.090Z Compiling futures-task v0.3.32
4792026-06-05T05:49:19.196Z Compiling unicode-width v0.2.2
4802026-06-05T05:49:19.262Z Compiling camino v1.2.2
4812026-06-05T05:49:19.288Z Compiling percent-encoding v2.3.2
4822026-06-05T05:49:19.557Z Compiling ring v0.17.14
4832026-06-05T05:49:19.621Z Compiling http v1.4.1
4842026-06-05T05:49:19.632Z Compiling adler2 v2.0.1
4852026-06-05T05:49:19.658Z Compiling simd-adler32 v0.3.9
4862026-06-05T05:49:19.719Z Compiling zeroize v1.8.2
4872026-06-05T05:49:19.789Z Compiling autocfg v1.5.1
4882026-06-05T05:49:19.915Z Compiling miniz_oxide v0.8.9
4892026-06-05T05:49:20.137Z Compiling num-traits v0.2.19
4902026-06-05T05:49:20.374Z Compiling getrandom v0.3.4
4912026-06-05T05:49:20.490Z Compiling zerocopy v0.8.50
4922026-06-05T05:49:20.701Z Compiling object v0.37.3
4932026-06-05T05:49:20.863Z Compiling target-lexicon v0.13.5
4942026-06-05T05:49:21.023Z Compiling http-body v1.0.1
4952026-06-05T05:49:21.095Z Compiling rustls-pki-types v1.14.1
4962026-06-05T05:49:21.181Z Compiling form_urlencoded v1.2.2
4972026-06-05T05:49:21.239Z Compiling serde_derive v1.0.228
4982026-06-05T05:49:21.325Z Compiling tokio-macros v2.7.0
4992026-06-05T05:49:21.337Z Compiling futures-macro v0.3.32
5002026-06-05T05:49:21.448Z Compiling tracing-attributes v0.1.31
5012026-06-05T05:49:21.596Z Compiling semver v1.0.28
5022026-06-05T05:49:21.736Z Compiling getrandom v0.2.17
5032026-06-05T05:49:21.924Z Compiling httparse v1.10.1
5042026-06-05T05:49:21.962Z Compiling signal-hook v0.3.18
5052026-06-05T05:49:22.056Z Compiling tokio v1.52.3
5062026-06-05T05:49:22.148Z Compiling futures-util v0.3.32
5072026-06-05T05:49:22.174Z Compiling guppy-workspace-hack v0.1.0
5082026-06-05T05:49:22.245Z Compiling utf8_iter v1.0.4
5092026-06-05T05:49:22.263Z Compiling untrusted v0.9.0
5102026-06-05T05:49:22.378Z Compiling gimli v0.32.3
5112026-06-05T05:49:22.390Z Compiling owo-colors v4.3.0
5122026-06-05T05:49:22.404Z Compiling fnv v1.0.7
5132026-06-05T05:49:22.501Z Compiling thiserror v2.0.18
5142026-06-05T05:49:22.646Z Compiling tracing v0.1.44
5152026-06-05T05:49:22.694Z Compiling idna_adapter v1.0.0
5162026-06-05T05:49:22.793Z Compiling idna v1.1.0
5172026-06-05T05:49:23.071Z Compiling thiserror-impl v2.0.18
5182026-06-05T05:49:24.251Z Compiling addr2line v0.25.1
5192026-06-05T05:49:24.607Z Compiling generic-array v0.14.7
5202026-06-05T05:49:24.679Z Compiling rustls v0.23.40
5212026-06-05T05:49:24.763Z Compiling rustc-demangle v0.1.27
5222026-06-05T05:49:24.824Z Compiling target-spec v3.6.0
5232026-06-05T05:49:24.890Z Compiling typeid v1.0.3
5242026-06-05T05:49:25.005Z Compiling pkg-config v0.3.33
5252026-06-05T05:49:25.098Z Compiling fastrand v2.4.1
5262026-06-05T05:49:25.171Z Compiling atomic-waker v1.1.2
5272026-06-05T05:49:25.302Z Compiling tower-service v0.3.3
5282026-06-05T05:49:25.400Z Compiling try-lock v0.2.5
5292026-06-05T05:49:25.426Z Compiling thiserror v1.0.69
5302026-06-05T05:49:25.441Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5312026-06-05T05:49:25.510Z Compiling want v0.3.1
5322026-06-05T05:49:25.691Z Compiling tempfile v3.27.0
5332026-06-05T05:49:25.854Z Compiling cfg-expr v0.20.8
5342026-06-05T05:49:25.936Z Compiling tokio-util v0.7.18
5352026-06-05T05:49:26.354Z Compiling url v2.5.8
5362026-06-05T05:49:26.573Z Compiling h2 v0.4.14
5372026-06-05T05:49:27.265Z Compiling backtrace v0.3.76
5382026-06-05T05:49:27.441Z Compiling thiserror-impl v1.0.69
5392026-06-05T05:49:27.707Z Compiling terminal_size v0.4.4
5402026-06-05T05:49:27.871Z Compiling aho-corasick v1.1.4
5412026-06-05T05:49:27.962Z Compiling regex-syntax v0.8.10
5422026-06-05T05:49:28.573Z Compiling rustls-webpki v0.103.13
5432026-06-05T05:49:28.789Z Compiling erased-serde v0.4.10
5442026-06-05T05:49:29.073Z Compiling winnow v0.7.15
5452026-06-05T05:49:30.969Z Compiling subtle v2.6.1
5462026-06-05T05:49:31.129Z Compiling typenum v1.20.1
5472026-06-05T05:49:31.424Z Compiling regex-automata v0.4.14
5482026-06-05T05:49:32.053Z Compiling hyper v1.10.1
5492026-06-05T05:49:33.330Z Compiling serde_spanned v0.6.9
5502026-06-05T05:49:33.491Z Compiling toml_datetime v0.6.11
5512026-06-05T05:49:33.861Z Compiling ahash v0.8.12
5522026-06-05T05:49:34.104Z Compiling sync_wrapper v1.0.2
5532026-06-05T05:49:34.229Z Compiling parking_lot_core v0.9.12
5542026-06-05T05:49:34.492Z Compiling is_ci v1.2.0
5552026-06-05T05:49:34.662Z Compiling crc32fast v1.5.0
5562026-06-05T05:49:34.817Z Compiling tower-layer v0.3.3
5572026-06-05T05:49:34.950Z Compiling nextest-workspace-hack v0.1.0
5582026-06-05T05:49:35.030Z Compiling foldhash v0.1.5
5592026-06-05T05:49:35.123Z Compiling toml_write v0.1.2
5602026-06-05T05:49:35.194Z Compiling portable-atomic v1.13.1
5612026-06-05T05:49:35.248Z Compiling lazy_static v1.5.0
5622026-06-05T05:49:35.356Z Compiling unicode-linebreak v0.1.5
5632026-06-05T05:49:35.368Z Compiling base64 v0.22.1
5642026-06-05T05:49:35.624Z Compiling ipnet v2.12.0
5652026-06-05T05:49:35.638Z Compiling either v1.16.0
5662026-06-05T05:49:35.711Z Compiling unicode-segmentation v1.13.3
5672026-06-05T05:49:35.870Z Compiling textwrap v0.16.2
5682026-06-05T05:49:35.903Z Compiling hyper-util v0.1.20
5692026-06-05T05:49:35.978Z Compiling sharded-slab v0.1.7
5702026-06-05T05:49:36.106Z Compiling convert_case v0.10.0
5712026-06-05T05:49:36.362Z Compiling toml_edit v0.22.27
5722026-06-05T05:49:36.616Z Compiling hashbrown v0.15.5
5732026-06-05T05:49:36.843Z Compiling tower v0.5.3
5742026-06-05T05:49:37.286Z Compiling supports-color v3.0.2
5752026-06-05T05:49:37.319Z Compiling tokio-rustls v0.26.4
5762026-06-05T05:49:37.520Z Compiling backtrace-ext v0.2.1
5772026-06-05T05:49:37.606Z Compiling ordered-float v2.10.1
5782026-06-05T05:49:37.788Z Compiling webpki-roots v1.0.7
5792026-06-05T05:49:37.886Z Compiling miette-derive v7.6.0
5802026-06-05T05:49:37.904Z Compiling pathdiff v0.2.3
5812026-06-05T05:49:38.033Z Compiling console v0.15.11
5822026-06-05T05:49:38.048Z Compiling tracing-log v0.2.0
5832026-06-05T05:49:38.402Z Compiling cargo-platform v0.3.3
5842026-06-05T05:49:38.546Z Compiling os_pipe v1.2.3
5852026-06-05T05:49:38.717Z Compiling thread_local v1.1.9
5862026-06-05T05:49:38.956Z Compiling utf8parse v0.2.2
5872026-06-05T05:49:38.989Z Compiling fixedbitset v0.5.7
5882026-06-05T05:49:39.064Z Compiling pulldown-cmark v0.13.4
5892026-06-05T05:49:39.279Z Compiling rustix v0.38.44
5902026-06-05T05:49:39.357Z Compiling winnow v1.0.3
5912026-06-05T05:49:39.395Z Compiling unicode-width v0.1.14
5922026-06-05T05:49:39.489Z Compiling cfg_aliases v0.2.1
5932026-06-05T05:49:39.587Z Compiling zstd-safe v7.2.4
5942026-06-05T05:49:39.648Z Compiling supports-hyperlinks v3.2.0
5952026-06-05T05:49:39.695Z Compiling ryu v1.0.23
5962026-06-05T05:49:39.823Z Compiling debug-ignore v1.0.5
5972026-06-05T05:49:39.866Z Compiling scopeguard v1.2.0
5982026-06-05T05:49:39.933Z Compiling supports-unicode v3.0.0
5992026-06-05T05:49:39.973Z Compiling lock_api v0.4.14
6002026-06-05T05:49:39.985Z Compiling serde_urlencoded v0.7.1
6012026-06-05T05:49:40.102Z Compiling miette v7.6.0
6022026-06-05T05:49:40.264Z Compiling nix v0.30.1
6032026-06-05T05:49:40.357Z Compiling petgraph v0.8.3
6042026-06-05T05:49:40.634Z Compiling toml_parser v1.1.2+spec-1.1.0
6052026-06-05T05:49:40.799Z Compiling anstyle-parse v1.0.0
6062026-06-05T05:49:41.023Z Compiling tracing-subscriber v0.3.23
6072026-06-05T05:49:41.974Z Compiling sigchld v0.2.4
6082026-06-05T05:49:42.169Z Compiling cargo_metadata v0.23.1
6092026-06-05T05:49:42.259Z Compiling toml v0.8.23
6102026-06-05T05:49:42.526Z Compiling serde-untagged v0.1.9
6112026-06-05T05:49:42.886Z Compiling hyper-rustls v0.27.9
6122026-06-05T05:49:43.572Z Compiling serde-value v0.7.0
6132026-06-05T05:49:44.413Z Compiling tower-http v0.6.11
6142026-06-05T05:49:44.658Z Compiling derive_more-impl v2.1.1
6152026-06-05T05:49:45.030Z Compiling itertools v0.14.0
6162026-06-05T05:49:45.071Z Compiling regex v1.12.3
6172026-06-05T05:49:45.391Z Compiling crypto-common v0.1.7
6182026-06-05T05:49:45.460Z Compiling block-buffer v0.10.4
6192026-06-05T05:49:45.523Z Compiling ppv-lite86 v0.2.21
6202026-06-05T05:49:45.609Z Compiling rand_core v0.9.5
6212026-06-05T05:49:45.723Z Compiling futures-executor v0.3.32
6222026-06-05T05:49:45.847Z Compiling pin-project-internal v1.1.13
6232026-06-05T05:49:45.858Z Compiling http-body-util v0.1.3
6242026-06-05T05:49:46.123Z Compiling uuid v1.23.2
6252026-06-05T05:49:46.256Z Compiling toml_datetime v1.1.1+spec-1.1.0
6262026-06-05T05:49:46.476Z Compiling smol_str v0.3.6
6272026-06-05T05:49:46.494Z Compiling serde_spanned v1.1.1
6282026-06-05T05:49:46.639Z Compiling filetime v0.2.29
6292026-06-05T05:49:46.663Z Compiling vte v0.14.1
6302026-06-05T05:49:46.675Z Compiling bstr v1.12.1
6312026-06-05T05:49:46.815Z Compiling tinyvec_macros v0.1.1
6322026-06-05T05:49:46.842Z Compiling anstyle-query v1.1.5
6332026-06-05T05:49:46.886Z Compiling static_assertions v1.1.0
6342026-06-05T05:49:46.886Z Compiling colorchoice v1.0.5
6352026-06-05T05:49:46.943Z Compiling xattr v1.6.1
6362026-06-05T05:49:46.967Z Compiling eyre v0.6.12
6372026-06-05T05:49:47.008Z Compiling color-spantrace v0.3.0
6382026-06-05T05:49:47.131Z Compiling unicode-xid v0.2.6
6392026-06-05T05:49:47.270Z Compiling iana-time-zone v0.1.65
6402026-06-05T05:49:47.273Z Compiling is_terminal_polyfill v1.70.2
6412026-06-05T05:49:47.354Z Compiling unicase v2.9.0
6422026-06-05T05:49:47.369Z Compiling litrs v1.0.0
6432026-06-05T05:49:47.372Z Compiling number_prefix v0.4.0
6442026-06-05T05:49:47.453Z Compiling self_update v0.42.0
6452026-06-05T05:49:47.488Z Compiling nested v0.1.1
6462026-06-05T05:49:47.528Z Compiling anstyle v1.0.14
6472026-06-05T05:49:47.540Z Compiling indicatif v0.17.11
6482026-06-05T05:49:47.609Z Compiling guppy v0.17.26
6492026-06-05T05:49:47.703Z Compiling anstream v1.0.0
6502026-06-05T05:49:47.789Z Compiling chrono v0.4.45
6512026-06-05T05:49:47.808Z Compiling document-features v0.2.12
6522026-06-05T05:49:48.354Z Compiling cargo-util-schemas v0.2.0
6532026-06-05T05:49:48.509Z Compiling globset v0.4.18
6542026-06-05T05:49:48.811Z Compiling tar v0.4.46
6552026-06-05T05:49:50.219Z Compiling pin-project v1.1.13
6562026-06-05T05:49:50.322Z Compiling tinyvec v1.11.0
6572026-06-05T05:49:50.632Z Compiling strip-ansi-escapes v0.2.1
6582026-06-05T05:49:50.742Z Compiling nextest-metadata v0.12.2
6592026-06-05T05:49:50.763Z Compiling toml v1.1.2+spec-1.1.0
6602026-06-05T05:49:51.106Z Compiling newtype-uuid v1.3.2
6612026-06-05T05:49:51.118Z Compiling reqwest v0.12.28
6622026-06-05T05:49:51.299Z Compiling futures v0.3.32
6632026-06-05T05:49:51.331Z Compiling rand_chacha v0.9.0
6642026-06-05T05:49:51.381Z Compiling digest v0.10.7
6652026-06-05T05:49:51.610Z Compiling derive_more v2.1.1
6662026-06-05T05:49:51.696Z Compiling parking_lot v0.12.5
6672026-06-05T05:49:51.725Z Compiling flate2 v1.1.9
6682026-06-05T05:49:51.873Z Compiling shared_child v1.1.1
6692026-06-05T05:49:52.210Z Compiling tracing-error v0.2.1
6702026-06-05T05:49:52.614Z Compiling signal-hook-mio v0.2.5
6712026-06-05T05:49:52.617Z Compiling self-replace v1.5.0
6722026-06-05T05:49:52.750Z Compiling cargo-platform v0.2.0
6732026-06-05T05:49:52.913Z Compiling quick-xml v0.37.5
6742026-06-05T05:49:53.293Z Compiling quick-xml v0.38.4
6752026-06-05T05:49:53.776Z Compiling humantime v2.3.0
6762026-06-05T05:49:53.930Z Compiling urlencoding v2.1.3
6772026-06-05T05:49:54.175Z Compiling heck v0.5.0
6782026-06-05T05:49:54.402Z Compiling indenter v0.3.4
6792026-06-05T05:49:54.446Z Compiling clap_lex v1.1.0
6802026-06-05T05:49:54.457Z Compiling cpufeatures v0.2.17
6812026-06-05T05:49:54.525Z Compiling recursion v0.5.4
6822026-06-05T05:49:54.669Z Compiling shell-words v1.1.1
6832026-06-05T05:49:54.739Z Compiling strsim v0.11.1
6842026-06-05T05:49:54.803Z Compiling clap_derive v4.6.1
6852026-06-05T05:49:54.916Z Compiling nextest-filtering v0.15.0
6862026-06-05T05:49:54.919Z Compiling sha2 v0.10.9
6872026-06-05T05:49:55.566Z Compiling clap_builder v4.6.0
6882026-06-05T05:49:56.376Z Compiling humantime-serde v1.1.1
6892026-06-05T05:49:56.536Z Compiling quick-junit v0.5.2
6902026-06-05T05:49:56.565Z Compiling atomicwrites v0.4.4
6912026-06-05T05:49:56.851Z Compiling cargo_metadata v0.20.0
6922026-06-05T05:49:58.873Z Compiling crossterm v0.29.0
6932026-06-05T05:49:59.630Z Compiling cargo-nextest v0.9.97
6942026-06-05T05:50:01.244Z Compiling duct v0.13.7
6952026-06-05T05:50:01.310Z Compiling zstd v0.13.3
6962026-06-05T05:50:01.347Z Compiling rand v0.9.4
6972026-06-05T05:50:01.740Z Compiling config v0.15.23
6982026-06-05T05:50:01.947Z Compiling async-scoped v0.9.0
6992026-06-05T05:50:02.046Z Compiling unicode-normalization v0.1.25
7002026-06-05T05:50:02.083Z Compiling target-spec-miette v0.4.8
7012026-06-05T05:50:02.135Z Compiling future-queue v0.4.0
7022026-06-05T05:50:02.416Z Compiling mukti-metadata v0.3.0
7032026-06-05T05:50:02.517Z Compiling tokio-stream v0.1.18
7042026-06-05T05:50:02.517Z Compiling camino-tempfile v1.4.1
7052026-06-05T05:50:02.640Z Compiling derive-where v1.6.1
7062026-06-05T05:50:02.899Z Compiling serde_ignored v0.1.14
7072026-06-05T05:50:02.950Z Compiling serde_path_to_error v0.1.20
7082026-06-05T05:50:02.968Z Compiling indent_write v2.2.0
7092026-06-05T05:50:03.036Z Compiling swrite v0.1.0
7102026-06-05T05:50:03.122Z Compiling home v0.5.12
7112026-06-05T05:50:03.145Z Compiling xxhash-rust v0.8.15
7122026-06-05T05:50:03.240Z Compiling hex v0.4.3
7132026-06-05T05:50:03.294Z Compiling color-eyre v0.6.5
7142026-06-05T05:50:03.337Z Compiling clap v4.6.1
7152026-06-05T05:50:03.399Z Compiling dialoguer v0.11.0
7162026-06-05T05:50:03.419Z Compiling enable-ansi-support v0.2.1
7172026-06-05T05:50:03.875Z Compiling nextest-runner v0.80.0
7182026-06-05T05:50:21.988Z Finished `release` profile [optimized] target(s) in 1m 09s
7192026-06-05T05:50:22.167Z Installing /home/build/.cargo/bin/cargo-nextest
7202026-06-05T05:50:22.171Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7212026-06-05T05:50:22.282Z+ source .github/buildomat/test-common.sh
7222026-06-05T05:50:22.286Z++ NEXTEST_VERSION=0.9.97
7232026-06-05T05:50:22.286Z++ PLATFORM=illumos
7242026-06-05T05:50:22.286Z++ banner install
7252026-06-05T05:50:22.286Z
7262026-06-05T05:50:22.286Z # # # #### ##### ## # #
7272026-06-05T05:50:22.286Z # ## # # # # # # #
7282026-06-05T05:50:22.286Z # # # # #### # # # # #
7292026-06-05T05:50:22.286Z # # # # # # ###### # #
7302026-06-05T05:50:22.286Z # # ## # # # # # # #
7312026-06-05T05:50:22.286Z # # # #### # # # ###### ######
7322026-06-05T05:50:22.286Z
7332026-06-05T05:50:22.286Z++ set +o errexit
7342026-06-05T05:50:22.286Z++ pkg info clang-15
7352026-06-05T05:50:22.289Z++ grep -qi installed
7362026-06-05T05:50:23.472Zpkg: info: no packages matching the following patterns you specified are
7372026-06-05T05:50:23.472Zinstalled on the system. Try querying remotely instead:
7382026-06-05T05:50:23.472Z
7392026-06-05T05:50:23.472Z clang-15
7402026-06-05T05:50:23.512Z++ [[ 1 != 0 ]]
7412026-06-05T05:50:23.512Z++ set -o errexit
7422026-06-05T05:50:23.512Z++ pfexec pkg install clang-15
7432026-06-05T05:50:30.319Z Startup: Refreshing catalog 'helios-dev' ... Done
7442026-06-05T05:50:38.254Z Startup: Caching catalogs ... Done
7452026-06-05T05:50:46.126ZPlanning: Solver setup ... Done
7462026-06-05T05:50:46.172ZPlanning: Running solver ... Done
7472026-06-05T05:50:46.323ZPlanning: Finding local manifests ... Done
7482026-06-05T05:50:46.334ZPlanning: Fetching manifests: 0/2 0% complete
7492026-06-05T05:50:46.424ZPlanning: Fetching manifests: 2/2 100% complete
7502026-06-05T05:50:46.453ZPlanning: Package planning ... Done
7512026-06-05T05:50:46.479ZPlanning: Merging actions ... Done
7522026-06-05T05:50:46.590ZPlanning: Checking for conflicting actions ... Done
7532026-06-05T05:50:46.596ZPlanning: Consolidating action changes ... Done
7542026-06-05T05:50:47.381ZPlanning: Evaluating mediators ... Done
7552026-06-05T05:50:47.386ZPlanning: Planning completed in 8.96 seconds
7562026-06-05T05:50:47.397Z Packages to install: 2
7572026-06-05T05:50:47.400Z Mediators to change: 2
7582026-06-05T05:50:47.400Z Services to change: 1
7592026-06-05T05:50:47.400Z Create boot environment: No
7602026-06-05T05:50:47.400ZCreate backup boot environment: No
7612026-06-05T05:50:47.453Z
7622026-06-05T05:50:47.453ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7632026-06-05T05:50:52.457ZDownload: 1904/3076 items 117.6/211.3MB 55% complete (23.9M/s)
7642026-06-05T05:50:57.463ZDownload: 2904/3076 items 137.4/211.3MB 65% complete (13.7M/s)
7652026-06-05T05:51:02.259ZDownload: Completed 211.31 MB in 14.18 seconds (14.9M/s)
7662026-06-05T05:51:02.307Z Actions: 1/3418 actions (Installing new actions)
7672026-06-05T05:51:05.022Z Actions: Completed 3418 actions in 3.13 seconds.
7682026-06-05T05:51:05.679Z Done
7692026-06-05T05:51:05.679Z Done
7702026-06-05T05:51:06.417Z Done
7712026-06-05T05:51:09.960Z Done
7722026-06-05T05:51:10.068Z Done
7732026-06-05T05:51:10.068Z Done
7742026-06-05T05:51:10.230Z Done
7752026-06-05T05:51:10.898Z++ set -o errexit
7762026-06-05T05:51:10.898Z++ cargo --version
7772026-06-05T05:51:10.911Zcargo 1.96.0 (30a34c682 2026-05-25)
7782026-06-05T05:51:10.918Z++ rustc --version
7792026-06-05T05:51:10.930Zrustc 1.96.0 (ac68faa20 2026-05-25)
7802026-06-05T05:51:10.935Z++ cargo install cargo-nextest --version 0.9.97
7812026-06-05T05:51:10.982Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7822026-06-05T05:51:10.986Z+ pushd rdb
7832026-06-05T05:51:10.986Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7842026-06-05T05:51:10.986Z+ PROPTEST_CASES=1000000
7852026-06-05T05:51:10.986Z+ cargo nextest run --lib proptest
7862026-06-05T05:51:11.147Z Updating git repository `https://github.com/oxidecomputer/falcon`
7872026-06-05T05:51:11.721ZFrom https://github.com/oxidecomputer/falcon
7882026-06-05T05:51:11.721Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7892026-06-05T05:51:11.797Z Updating crates.io index
7902026-06-05T05:51:11.806Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7912026-06-05T05:51:12.651ZFrom https://github.com/oxidecomputer/dendrite
7922026-06-05T05:51:12.651Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7932026-06-05T05:51:12.684Z Updating git repository `https://github.com/oxidecomputer/ispf`
7942026-06-05T05:51:12.947ZFrom https://github.com/oxidecomputer/ispf
7952026-06-05T05:51:12.947Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7962026-06-05T05:51:12.961Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7972026-06-05T05:51:13.294ZFrom https://github.com/oxidecomputer/netadm-sys
7982026-06-05T05:51:13.294Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7992026-06-05T05:51:13.323Z Updating git repository `https://github.com/oxidecomputer/omicron`
8002026-06-05T05:51:21.633ZFrom https://github.com/oxidecomputer/omicron
8012026-06-05T05:51:21.633Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8022026-06-05T05:51:22.039Z Updating git repository `https://github.com/oxidecomputer/opte`
8032026-06-05T05:51:22.694ZFrom https://github.com/oxidecomputer/opte
8042026-06-05T05:51:22.694Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8052026-06-05T05:51:22.717Z Updating git repository `https://github.com/illumos/smf-rs`
8062026-06-05T05:51:23.007ZFrom https://github.com/illumos/smf-rs
8072026-06-05T05:51:23.007Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8082026-06-05T05:51:23.036Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8092026-06-05T05:51:23.268ZFrom https://github.com/oxidecomputer/network-interface
8102026-06-05T05:51:23.269Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8112026-06-05T05:51:23.284Z Updating git repository `https://github.com/oxidecomputer/zone`
8122026-06-05T05:51:23.519ZFrom https://github.com/oxidecomputer/zone
8132026-06-05T05:51:23.519Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8142026-06-05T05:51:23.534Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152026-06-05T05:51:24.115ZFrom https://github.com/oxidecomputer/propolis
8162026-06-05T05:51:24.115Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8172026-06-05T05:51:24.182Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8182026-06-05T05:51:24.845ZFrom https://github.com/oxidecomputer/transceiver-control
8192026-06-05T05:51:24.846Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8202026-06-05T05:51:24.857Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212026-06-05T05:51:25.088ZFrom https://github.com/oxidecomputer/dlpi-sys
8222026-06-05T05:51:25.088Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8232026-06-05T05:51:25.098Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8242026-06-05T05:51:25.390ZFrom https://github.com/jmesmon/rust-libzfs
8252026-06-05T05:51:25.391Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8262026-06-05T05:51:25.416Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8272026-06-05T05:51:25.633ZFrom https://github.com/oxidecomputer/rusty-doors
8282026-06-05T05:51:25.633Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8292026-06-05T05:51:25.651Z Updating git repository `https://github.com/oxidecomputer/lldp`
8302026-06-05T05:51:25.954ZFrom https://github.com/oxidecomputer/lldp
8312026-06-05T05:51:25.954Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8322026-06-05T05:51:25.979Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8332026-06-05T05:51:26.215ZFrom https://github.com/oxidecomputer/slog-error-chain
8342026-06-05T05:51:26.215Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8352026-06-05T05:51:26.222Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8362026-06-05T05:51:26.522ZFrom https://github.com/oxidecomputer/tufaceous
8372026-06-05T05:51:26.522Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8382026-06-05T05:51:26.540Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8392026-06-05T05:51:26.980ZFrom https://github.com/oxidecomputer/management-gateway-service
8402026-06-05T05:51:26.980Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8412026-06-05T05:51:26.995Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-06-05T05:51:27.778ZFrom https://github.com/oxidecomputer/crucible
8432026-06-05T05:51:27.778Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8442026-06-05T05:51:27.822Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8452026-06-05T05:51:28.064ZFrom https://github.com/oxidecomputer/serde_human_bytes
8462026-06-05T05:51:28.065Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8472026-06-05T05:51:28.079Z Updating git repository `https://github.com/oxidecomputer/propolis`
8482026-06-05T05:51:28.467ZFrom https://github.com/oxidecomputer/propolis
8492026-06-05T05:51:28.467Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8502026-06-05T05:51:28.548Z Updating git repository `https://github.com/oxidecomputer/crucible`
8512026-06-05T05:51:30.884ZFrom https://github.com/oxidecomputer/crucible
8522026-06-05T05:51:30.884Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8532026-06-05T05:51:30.937Z Updating git repository `https://github.com/oxidecomputer/tofino`
8542026-06-05T05:51:30.937ZFrom https://github.com/oxidecomputer/tofino
8552026-06-05T05:51:30.937Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8562026-06-05T05:51:30.937Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8572026-06-05T05:51:30.937ZFrom https://github.com/oxidecomputer/maghemite
8582026-06-05T05:51:30.937Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8592026-06-05T05:51:30.937Z Updating git repository `https://github.com/oxidecomputer/clickward`
8602026-06-05T05:51:30.937ZFrom https://github.com/oxidecomputer/clickward
8612026-06-05T05:51:30.937Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8622026-06-05T05:51:30.937Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8632026-06-05T05:51:30.937ZFrom https://github.com/oxidecomputer/illumos-devinfo
8642026-06-05T05:51:30.937Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8652026-06-05T05:51:31.235Z Downloading crates ...
8662026-06-05T05:51:31.346Z Downloaded aead v0.5.2
8672026-06-05T05:51:31.353Z Downloaded const-random-macro v0.1.16
8682026-06-05T05:51:31.354Z Downloaded bcs v0.1.6
8692026-06-05T05:51:31.354Z Downloaded bitflags v1.3.2
8702026-06-05T05:51:31.354Z Downloaded anyhow v1.0.102
8712026-06-05T05:51:31.354Z Downloaded embedded-io v0.6.1
8722026-06-05T05:51:31.354Z Downloaded dunce v1.0.5
8732026-06-05T05:51:31.354Z Downloaded cpufeatures v0.3.0
8742026-06-05T05:51:31.354Z Downloaded ciborium-ll v0.2.2
8752026-06-05T05:51:31.355Z Downloaded async-stream-impl v0.3.6
8762026-06-05T05:51:31.355Z Downloaded darling_macro v0.21.3
8772026-06-05T05:51:31.359Z Downloaded allocator-api2 v0.2.21
8782026-06-05T05:51:31.360Z Downloaded compression-core v0.4.32
8792026-06-05T05:51:31.360Z Downloaded data-encoding v2.11.0
8802026-06-05T05:51:31.360Z Downloaded bytecount v0.6.9
8812026-06-05T05:51:31.366Z Downloaded deranged v0.5.8
8822026-06-05T05:51:31.366Z Downloaded ff v0.13.1
8832026-06-05T05:51:31.367Z Downloaded block-buffer v0.12.0
8842026-06-05T05:51:31.367Z Downloaded cobs v0.3.0
8852026-06-05T05:51:31.379Z Downloaded ciborium v0.2.2
8862026-06-05T05:51:31.379Z Downloaded cipher v0.4.4
8872026-06-05T05:51:31.379Z Downloaded defmt v1.1.0
8882026-06-05T05:51:31.379Z Downloaded const_format_proc_macros v0.2.34
8892026-06-05T05:51:31.380Z Downloaded cmake v0.1.58
8902026-06-05T05:51:31.386Z Downloaded arrayref v0.3.9
8912026-06-05T05:51:31.386Z Downloaded chacha20 v0.9.1
8922026-06-05T05:51:31.386Z Downloaded enum-as-inner v0.6.1
8932026-06-05T05:51:31.386Z Downloaded goblin v0.8.2
8942026-06-05T05:51:31.392Z Downloaded foldhash v0.2.0
8952026-06-05T05:51:31.392Z Downloaded dropshot_endpoint v0.17.1
8962026-06-05T05:51:31.398Z Downloaded cancel-safe-futures v0.1.5
8972026-06-05T05:51:31.398Z Downloaded byteorder v1.5.0
8982026-06-05T05:51:31.398Z Downloaded argon2 v0.5.3
8992026-06-05T05:51:31.398Z Downloaded erased-serde v0.3.31
9002026-06-05T05:51:31.400Z Downloaded foreign-types v0.5.0
9012026-06-05T05:51:31.400Z Downloaded float-ord v0.3.2
9022026-06-05T05:51:31.401Z Downloaded defmt-parser v1.0.0
9032026-06-05T05:51:31.401Z Downloaded base16ct v0.2.0
9042026-06-05T05:51:31.401Z Downloaded embedded-io v0.4.0
9052026-06-05T05:51:31.408Z Downloaded defmt v0.3.100
9062026-06-05T05:51:31.408Z Downloaded hubpack_derive v0.1.1
9072026-06-05T05:51:31.408Z Downloaded dyn-clone v1.0.20
9082026-06-05T05:51:31.408Z Downloaded ciborium-io v0.2.2
9092026-06-05T05:51:31.408Z Downloaded async-stream v0.3.6
9102026-06-05T05:51:31.419Z Downloaded bit-set v0.8.0
9112026-06-05T05:51:31.419Z Downloaded base16ct v1.0.0
9122026-06-05T05:51:31.419Z Downloaded displaydoc v0.2.6
9132026-06-05T05:51:31.419Z Downloaded compression-codecs v0.4.38
9142026-06-05T05:51:31.423Z Downloaded hostname v0.4.2
9152026-06-05T05:51:31.423Z Downloaded foreign-types-shared v0.3.1
9162026-06-05T05:51:31.423Z Downloaded dtrace-parser v0.3.0
9172026-06-05T05:51:31.423Z Downloaded fxhash v0.2.1
9182026-06-05T05:51:31.423Z Downloaded const-random v0.1.18
9192026-06-05T05:51:31.423Z Downloaded crunchy v0.2.4
9202026-06-05T05:51:31.423Z Downloaded async-recursion v1.1.1
9212026-06-05T05:51:31.423Z Downloaded ident_case v1.0.1
9222026-06-05T05:51:31.429Z Downloaded hostname v0.3.1
9232026-06-05T05:51:31.430Z Downloaded hash32 v0.3.1
9242026-06-05T05:51:31.437Z Downloaded darling_macro v0.23.0
9252026-06-05T05:51:31.437Z Downloaded foreign-types-macros v0.2.3
9262026-06-05T05:51:31.437Z Downloaded dtrace-parser v0.2.0
9272026-06-05T05:51:31.437Z Downloaded dof v0.4.0
9282026-06-05T05:51:31.437Z Downloaded cstr-argument v0.1.2
9292026-06-05T05:51:31.437Z Downloaded crucible-workspace-hack v0.1.0
9302026-06-05T05:51:31.440Z Downloaded newtype_derive v0.1.6
9312026-06-05T05:51:31.441Z Downloaded dof v0.3.0
9322026-06-05T05:51:31.441Z Downloaded crc8 v0.1.1
9332026-06-05T05:51:31.441Z Downloaded keccak v0.1.6
9342026-06-05T05:51:31.455Z Downloaded async-trait v0.1.89
9352026-06-05T05:51:31.455Z Downloaded goblin v0.10.7
9362026-06-05T05:51:31.455Z Downloaded opaque-debug v0.3.1
9372026-06-05T05:51:31.463Z Downloaded olpc-cjson v0.1.4
9382026-06-05T05:51:31.463Z Downloaded omicron-workspace-hack v0.1.0
9392026-06-05T05:51:31.463Z Downloaded linked-hash-map v0.5.6
9402026-06-05T05:51:31.463Z Downloaded highway v1.3.0
9412026-06-05T05:51:31.463Z Downloaded console v0.16.3
9422026-06-05T05:51:31.463Z Downloaded bs58 v0.5.1
9432026-06-05T05:51:31.463Z Downloaded internet-checksum v0.2.1
9442026-06-05T05:51:31.463Z Downloaded fixedbitset v0.4.2
9452026-06-05T05:51:31.463Z Downloaded dropshot-api-manager-types v0.7.2
9462026-06-05T05:51:31.463Z Downloaded newline-converter v0.3.0
9472026-06-05T05:51:31.468Z Downloaded daft-derive v0.1.7
9482026-06-05T05:51:31.468Z Downloaded num-conv v0.2.2
9492026-06-05T05:51:31.468Z Downloaded no-std-compat v0.4.1
9502026-06-05T05:51:31.468Z Downloaded newtype-uuid-macros v0.1.0
9512026-06-05T05:51:31.494Z Downloaded konst_macro_rules v0.2.19
9522026-06-05T05:51:31.494Z Downloaded lru-cache v0.1.2
9532026-06-05T05:51:31.494Z Downloaded instant v0.1.13
9542026-06-05T05:51:31.494Z Downloaded num v0.4.3
9552026-06-05T05:51:31.494Z Downloaded diff v0.1.13
9562026-06-05T05:51:31.503Z Downloaded hubpack v0.1.2
9572026-06-05T05:51:31.503Z Downloaded num_threads v0.1.7
9582026-06-05T05:51:31.503Z Downloaded parse-display v0.10.0
9592026-06-05T05:51:31.503Z Downloaded libscf-sys v1.2.0
9602026-06-05T05:51:31.503Z Downloaded constant_time_eq v0.4.2
9612026-06-05T05:51:31.503Z Downloaded httpdate v1.0.3
9622026-06-05T05:51:31.503Z Downloaded gethostname v0.5.0
9632026-06-05T05:51:31.503Z Downloaded managed v0.8.0
9642026-06-05T05:51:31.503Z Downloaded defmt-macros v1.1.0
9652026-06-05T05:51:31.504Z Downloaded byte-wrapper v0.1.0
9662026-06-05T05:51:31.504Z Downloaded macaddr v1.0.1
9672026-06-05T05:51:31.504Z Downloaded idna_adapter v1.2.2
9682026-06-05T05:51:31.504Z Downloaded crossbeam-deque v0.8.6
9692026-06-05T05:51:31.504Z Downloaded potential_utf v0.1.5
9702026-06-05T05:51:31.504Z Downloaded derive-ex v0.1.8
9712026-06-05T05:51:31.504Z Downloaded powerfmt v0.2.0
9722026-06-05T05:51:31.504Z Downloaded plain v0.2.3
9732026-06-05T05:51:31.504Z Downloaded pretty-hex v0.4.2
9742026-06-05T05:51:31.504Z Downloaded proc-macro-crate v3.5.0
9752026-06-05T05:51:31.504Z Downloaded num-iter v0.1.45
9762026-06-05T05:51:31.504Z Downloaded memoffset v0.9.1
9772026-06-05T05:51:31.504Z Downloaded mime v0.3.17
9782026-06-05T05:51:31.504Z Downloaded arrayvec v0.7.6
9792026-06-05T05:51:31.511Z Downloaded num_enum_derive v0.5.11
9802026-06-05T05:51:31.511Z Downloaded num_enum v0.5.11
9812026-06-05T05:51:31.511Z Downloaded proc-macro-crate v1.3.1
9822026-06-05T05:51:31.511Z Downloaded num_enum_derive v0.7.6
9832026-06-05T05:51:31.514Z Downloaded fs-err v3.3.0
9842026-06-05T05:51:31.517Z Downloaded proc-macro-error-attr2 v2.0.0
9852026-06-05T05:51:31.518Z Downloaded num-derive v0.4.2
9862026-06-05T05:51:31.518Z Downloaded backon v1.6.0
9872026-06-05T05:51:31.612Z Downloaded daft v0.1.7
9882026-06-05T05:51:31.612Z Downloaded progenitor-macro v0.13.0
9892026-06-05T05:51:31.612Z Downloaded progenitor-client v0.10.0
9902026-06-05T05:51:31.612Z Downloaded ipnetwork v0.21.1
9912026-06-05T05:51:31.612Z Downloaded proc-macro-error-attr v1.0.4
9922026-06-05T05:51:31.612Z Downloaded match_cfg v0.1.0
9932026-06-05T05:51:31.612Z Downloaded progenitor-macro v0.10.0
9942026-06-05T05:51:31.612Z Downloaded oxide-tokio-rt v0.1.6
9952026-06-05T05:51:31.612Z Downloaded oxnet v0.1.6
9962026-06-05T05:51:31.612Z Downloaded ingot v0.1.1
9972026-06-05T05:51:31.613Z Downloaded progenitor-client v0.14.0
9982026-06-05T05:51:31.614Z Downloaded csv-core v0.1.13
9992026-06-05T05:51:31.614Z Downloaded num-integer v0.1.46
10002026-06-05T05:51:31.614Z Downloaded pem v3.0.6
10012026-06-05T05:51:31.614Z Downloaded password-hash v0.5.0
10022026-06-05T05:51:31.614Z Downloaded rand_xorshift v0.4.0
10032026-06-05T05:51:31.614Z Downloaded rand_chacha v0.3.1
10042026-06-05T05:51:31.614Z Downloaded parking_lot_core v0.8.6
10052026-06-05T05:51:31.614Z Downloaded darling v0.23.0
10062026-06-05T05:51:31.621Z Downloaded quick-error v1.2.3
10072026-06-05T05:51:31.621Z Downloaded progenitor-macro v0.14.0
10082026-06-05T05:51:31.621Z Downloaded crossbeam-epoch v0.9.18
10092026-06-05T05:51:31.621Z Downloaded darling v0.21.3
10102026-06-05T05:51:31.621Z Downloaded ref-cast-impl v1.0.25
10112026-06-05T05:51:31.621Z Downloaded libsw v3.5.0
10122026-06-05T05:51:31.621Z Downloaded ref-cast v1.0.25
10132026-06-05T05:51:31.621Z Downloaded rustc_version v0.1.7
10142026-06-05T05:51:31.621Z Downloaded hmac v0.12.1
10152026-06-05T05:51:31.621Z Downloaded digest v0.11.3
10162026-06-05T05:51:31.622Z Downloaded same-file v1.0.6
10172026-06-05T05:51:31.622Z Downloaded scroll_derive v0.13.1
10182026-06-05T05:51:31.622Z Downloaded blake2 v0.10.6
10192026-06-05T05:51:31.622Z Downloaded multer v3.1.0
10202026-06-05T05:51:31.622Z Downloaded memmap2 v0.9.10
10212026-06-05T05:51:31.622Z Downloaded omicron-zone-package v0.12.2
10222026-06-05T05:51:31.622Z Downloaded secrecy v0.10.3
10232026-06-05T05:51:31.622Z Downloaded num_enum v0.7.6
10242026-06-05T05:51:31.622Z Downloaded serde-big-array v0.5.1
10252026-06-05T05:51:31.622Z Downloaded progenitor v0.13.0
10262026-06-05T05:51:31.622Z Downloaded sha1 v0.11.0
10272026-06-05T05:51:31.622Z Downloaded sha1 v0.10.6
10282026-06-05T05:51:31.622Z Downloaded slog-bunyan v2.5.0
10292026-06-05T05:51:31.622Z Downloaded progenitor-client v0.13.0
10302026-06-05T05:51:31.622Z Downloaded progenitor v0.14.0
10312026-06-05T05:51:31.622Z Downloaded const-oid v0.10.2
10322026-06-05T05:51:31.622Z Downloaded pest_derive v2.8.6
10332026-06-05T05:51:31.622Z Downloaded siphasher v1.0.3
10342026-06-05T05:51:31.622Z Downloaded sigpipe v0.1.3
10352026-06-05T05:51:31.622Z Downloaded serial_test v3.5.0
10362026-06-05T05:51:31.622Z Downloaded parking_lot v0.11.2
10372026-06-05T05:51:31.622Z Downloaded slog-envlogger v2.2.0
10382026-06-05T05:51:31.622Z Downloaded paste v1.0.15
10392026-06-05T05:51:31.622Z Downloaded rand_core v0.10.1
10402026-06-05T05:51:31.622Z Downloaded pest_generator v2.8.6
10412026-06-05T05:51:31.622Z Downloaded glob v0.3.3
10422026-06-05T05:51:31.622Z Downloaded fs_extra v1.3.0
10432026-06-05T05:51:31.622Z Downloaded num-complex v0.4.6
10442026-06-05T05:51:31.622Z Downloaded drift v0.2.0
10452026-06-05T05:51:31.622Z Downloaded stable_deref_trait v1.2.1
10462026-06-05T05:51:31.622Z Downloaded smawk v0.3.2
10472026-06-05T05:51:31.622Z Downloaded rustversion v1.0.22
10482026-06-05T05:51:31.622Z Downloaded resolv-conf v0.7.6
10492026-06-05T05:51:31.622Z Downloaded structmeta-derive v0.3.0
10502026-06-05T05:51:31.623Z Downloaded chacha20poly1305 v0.10.1
10512026-06-05T05:51:31.623Z Downloaded structmeta v0.3.0
10522026-06-05T05:51:31.623Z Downloaded semver v0.1.20
10532026-06-05T05:51:31.623Z Downloaded papergrid v0.11.0
10542026-06-05T05:51:31.623Z Downloaded tabled_derive v0.7.0
10552026-06-05T05:51:31.626Z Downloaded proc-macro-error2 v2.0.1
10562026-06-05T05:51:31.626Z Downloaded const_format v0.2.36
10572026-06-05T05:51:31.626Z Downloaded strum v0.26.3
10582026-06-05T05:51:31.626Z Downloaded tabled_derive v0.11.0
10592026-06-05T05:51:31.626Z Downloaded take_mut v0.2.2
10602026-06-05T05:51:31.626Z Downloaded tabwriter v1.4.1
10612026-06-05T05:51:31.630Z Downloaded thread-id v4.2.2
10622026-06-05T05:51:31.630Z Downloaded scroll v0.13.0
10632026-06-05T05:51:31.630Z Downloaded rustls-native-certs v0.8.4
10642026-06-05T05:51:31.630Z Downloaded slog-dtrace v0.3.0
10652026-06-05T05:51:31.634Z Downloaded half v2.7.1
10662026-06-05T05:51:31.634Z Downloaded serde_plain v1.0.2
10672026-06-05T05:51:31.635Z Downloaded serde_tokenstream v0.2.3
10682026-06-05T05:51:31.640Z Downloaded serde_derive_internals v0.29.1
10692026-06-05T05:51:31.640Z Downloaded papergrid v0.18.0
10702026-06-05T05:51:31.640Z Downloaded time-core v0.1.8
10712026-06-05T05:51:31.640Z Downloaded proc-macro-error v1.0.4
10722026-06-05T05:51:31.643Z Downloaded serial_test_derive v3.5.0
10732026-06-05T05:51:31.646Z Downloaded tagptr v0.2.0
10742026-06-05T05:51:31.646Z Downloaded postcard v1.1.3
10752026-06-05T05:51:31.646Z Downloaded group v0.13.0
10762026-06-05T05:51:31.648Z Downloaded thread-id v5.1.0
10772026-06-05T05:51:31.648Z Downloaded testing_table v0.3.0
10782026-06-05T05:51:31.648Z Downloaded darling_core v0.23.0
10792026-06-05T05:51:31.652Z Downloaded slog-scope v4.4.1
10802026-06-05T05:51:31.655Z Downloaded smartstring v1.0.1
10812026-06-05T05:51:31.655Z Downloaded slog-async v2.8.0
10822026-06-05T05:51:31.655Z Downloaded slog-json v2.6.1
10832026-06-05T05:51:31.660Z Downloaded rhai_codegen v3.2.0
10842026-06-05T05:51:31.663Z Downloaded indexmap v1.9.3
10852026-06-05T05:51:31.667Z Downloaded snafu-derive v0.8.9
10862026-06-05T05:51:31.667Z Downloaded termtree v0.5.1
10872026-06-05T05:51:31.667Z Downloaded icu_properties v2.2.0
10882026-06-05T05:51:31.669Z Downloaded base64 v0.21.7
10892026-06-05T05:51:31.669Z Downloaded unit-prefix v0.5.2
10902026-06-05T05:51:31.673Z Downloaded synstructure v0.13.2
10912026-06-05T05:51:31.673Z Downloaded strum_macros v0.27.2
10922026-06-05T05:51:31.673Z Downloaded strum v0.27.2
10932026-06-05T05:51:31.673Z Downloaded rustls-pemfile v2.2.0
10942026-06-05T05:51:31.676Z Downloaded waitgroup v0.1.2
10952026-06-05T05:51:31.678Z Downloaded usdt-attr-macro v0.5.0
10962026-06-05T05:51:31.680Z Downloaded thiserror-no-std v2.0.2
10972026-06-05T05:51:31.683Z Downloaded usdt v0.6.0
10982026-06-05T05:51:31.685Z Downloaded async-compression v0.4.42
10992026-06-05T05:51:31.687Z Downloaded tokio-dtrace v0.1.1
11002026-06-05T05:51:31.690Z Downloaded pest_meta v2.8.6
11012026-06-05T05:51:31.692Z Downloaded usdt-macro v0.6.0
11022026-06-05T05:51:31.692Z Downloaded usdt-macro v0.5.0
11032026-06-05T05:51:31.692Z Downloaded wait-timeout v0.2.1
11042026-06-05T05:51:31.694Z Downloaded utf-8 v0.7.6
11052026-06-05T05:51:31.694Z Downloaded heapless v0.8.0
11062026-06-05T05:51:31.697Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11072026-06-05T05:51:31.699Z Downloaded tokio-tungstenite v0.21.0
11082026-06-05T05:51:31.700Z Downloaded typify-macro v0.6.2
11092026-06-05T05:51:31.700Z Downloaded tinystr v0.8.3
11102026-06-05T05:51:31.702Z Downloaded typify-macro v0.4.3
11112026-06-05T05:51:31.702Z Downloaded topological-sort v0.2.2
11122026-06-05T05:51:31.702Z Downloaded zeroize_derive v1.4.3
11132026-06-05T05:51:31.705Z Downloaded zerofrom v0.1.8
11142026-06-05T05:51:31.705Z Downloaded slog-term v2.9.2
11152026-06-05T05:51:31.707Z Downloaded zone v0.3.1
11162026-06-05T05:51:31.707Z Downloaded darling_core v0.21.3
11172026-06-05T05:51:31.709Z Downloaded prettyplease v0.2.37
11182026-06-05T05:51:31.712Z Downloaded serde_with_macros v3.20.0
11192026-06-05T05:51:31.716Z Downloaded crypto-bigint v0.5.5
11202026-06-05T05:51:31.720Z Downloaded zone_cfg_derive v0.3.1
11212026-06-05T05:51:31.720Z Downloaded yoke-derive v0.8.2
11222026-06-05T05:51:31.720Z Downloaded icu_normalizer_data v2.2.0
11232026-06-05T05:51:31.722Z Downloaded schemars v0.8.22
11242026-06-05T05:51:31.726Z Downloaded progenitor-impl v0.13.0
11252026-06-05T05:51:31.729Z Downloaded term v1.2.1
11262026-06-05T05:51:31.731Z Downloaded thiserror-impl-no-std v2.0.2
11272026-06-05T05:51:31.731Z Downloaded usdt-attr-macro v0.6.0
11282026-06-05T05:51:31.734Z Downloaded slog-stdlog v4.1.1
11292026-06-05T05:51:31.734Z Downloaded vsss-rs v3.3.4
11302026-06-05T05:51:31.736Z Downloaded usdt-impl v0.5.0
11312026-06-05T05:51:31.736Z Downloaded xz2 v0.1.7
11322026-06-05T05:51:31.738Z Downloaded progenitor-impl v0.10.0
11332026-06-05T05:51:31.738Z Downloaded whoami v1.6.1
11342026-06-05T05:51:31.741Z Downloaded jiff-static v0.2.28
11352026-06-05T05:51:31.741Z Downloaded schemars v0.9.0
11362026-06-05T05:51:31.748Z Downloaded spin v0.9.8
11372026-06-05T05:51:31.767Z Downloaded crossbeam-channel v0.5.15
11382026-06-05T05:51:31.771Z Downloaded icu_collections v2.2.0
11392026-06-05T05:51:31.771Z Downloaded progenitor-impl v0.14.0
11402026-06-05T05:51:31.771Z Downloaded walkdir v2.5.0
11412026-06-05T05:51:31.771Z Downloaded tiny-keccak v2.0.2
11422026-06-05T05:51:31.771Z Downloaded usdt-impl v0.6.0
11432026-06-05T05:51:31.771Z Downloaded time-macros v0.2.27
11442026-06-05T05:51:31.771Z Downloaded writeable v0.6.3
11452026-06-05T05:51:31.771Z Downloaded zerofrom-derive v0.1.7
11462026-06-05T05:51:31.771Z Downloaded strum_macros v0.26.4
11472026-06-05T05:51:31.771Z Downloaded pretty_assertions v1.4.1
11482026-06-05T05:51:31.771Z Downloaded scroll v0.12.0
11492026-06-05T05:51:31.771Z Downloaded smf v0.2.3
11502026-06-05T05:51:31.772Z Downloaded usdt v0.5.0
11512026-06-05T05:51:31.772Z Downloaded untrusted v0.7.1
11522026-06-05T05:51:31.774Z Downloaded zerovec-derive v0.11.3
11532026-06-05T05:51:31.774Z Downloaded similar v2.7.0
11542026-06-05T05:51:31.774Z Downloaded yoke v0.8.3
11552026-06-05T05:51:31.777Z Downloaded zerocopy-derive v0.7.35
11562026-06-05T05:51:31.779Z Downloaded typify v0.6.2
11572026-06-05T05:51:31.782Z Downloaded toml v0.9.12+spec-1.1.0
11582026-06-05T05:51:31.784Z Downloaded konst v0.2.20
11592026-06-05T05:51:31.786Z Downloaded indicatif v0.18.4
11602026-06-05T05:51:31.789Z Downloaded icu_locale_core v2.2.0
11612026-06-05T05:51:31.792Z Downloaded ucd-trie v0.1.7
11622026-06-05T05:51:31.794Z Downloaded rayon-core v1.13.0
11632026-06-05T05:51:31.796Z Downloaded icu_normalizer v2.2.0
11642026-06-05T05:51:31.799Z Downloaded rustls-platform-verifier v0.7.0
11652026-06-05T05:51:31.802Z Downloaded schemars v1.2.1
11662026-06-05T05:51:31.808Z Downloaded test-strategy v0.4.5
11672026-06-05T05:51:31.811Z Downloaded unsafe-libyaml v0.2.11
11682026-06-05T05:51:31.813Z Downloaded hickory-resolver v0.25.2
11692026-06-05T05:51:31.816Z Downloaded yansi v1.0.1
11702026-06-05T05:51:31.818Z Downloaded toml v0.7.8
11712026-06-05T05:51:31.824Z Downloaded typify v0.4.3
11722026-06-05T05:51:31.826Z Downloaded minimal-lexical v0.2.1
11732026-06-05T05:51:31.826Z Downloaded snafu v0.8.9
11742026-06-05T05:51:31.829Z Downloaded rand v0.10.1
11752026-06-05T05:51:31.832Z Downloaded dropshot-api-manager v0.7.2
11762026-06-05T05:51:31.834Z Downloaded slog v2.8.2
11772026-06-05T05:51:31.837Z Downloaded thin-vec v0.2.18
11782026-06-05T05:51:31.837Z Downloaded pest v2.8.6
11792026-06-05T05:51:31.839Z Downloaded serde_yaml v0.9.34+deprecated
11802026-06-05T05:51:31.842Z Downloaded hickory-resolver v0.24.4
11812026-06-05T05:51:31.844Z Downloaded tungstenite v0.21.0
11822026-06-05T05:51:31.846Z Downloaded qorb v0.4.1
11832026-06-05T05:51:31.849Z Downloaded rand v0.8.6
11842026-06-05T05:51:31.852Z Downloaded hashbrown v0.12.3
11852026-06-05T05:51:31.855Z Downloaded steno v0.4.1
11862026-06-05T05:51:31.858Z Downloaded universal-hash v0.5.1
11872026-06-05T05:51:31.858Z Downloaded unarray v0.1.4
11882026-06-05T05:51:31.858Z Downloaded ingot-macros v0.1.1
11892026-06-05T05:51:31.860Z Downloaded zerotrie v0.2.4
11902026-06-05T05:51:31.860Z Downloaded icu_provider v2.2.0
11912026-06-05T05:51:31.862Z Downloaded nom v7.1.3
11922026-06-05T05:51:31.865Z Downloaded toml_edit v0.25.12+spec-1.1.0
11932026-06-05T05:51:31.868Z Downloaded spin v0.5.2
11942026-06-05T05:51:31.870Z Downloaded schemars_derive v0.8.22
11952026-06-05T05:51:31.870Z Downloaded rusty-fork v0.3.1
11962026-06-05T05:51:31.872Z Downloaded phf v0.12.1
11972026-06-05T05:51:31.872Z Downloaded derive_more v0.99.20
11982026-06-05T05:51:31.875Z Downloaded hybrid-array v0.4.12
11992026-06-05T05:51:31.877Z Downloaded parse-display-derive v0.10.0
12002026-06-05T05:51:31.877Z Downloaded toml_edit v0.19.15
12012026-06-05T05:51:31.886Z Downloaded zerocopy-derive v0.8.50
12022026-06-05T05:51:31.891Z Downloaded itertools v0.12.1
12032026-06-05T05:51:31.895Z Downloaded zerovec v0.11.6
12042026-06-05T05:51:31.900Z Downloaded hashbrown v0.16.1
12052026-06-05T05:51:31.902Z Downloaded blake3 v1.8.5
12062026-06-05T05:51:31.907Z Downloaded libsw-core v0.3.2
12072026-06-05T05:51:31.909Z Downloaded nom v8.0.0
12082026-06-05T05:51:31.912Z Downloaded serde_repr v0.1.20
12092026-06-05T05:51:31.914Z Downloaded progenitor v0.10.0
12102026-06-05T05:51:31.914Z Downloaded tough v0.22.0
12112026-06-05T05:51:31.918Z Downloaded typed-path v0.9.3
12122026-06-05T05:51:31.922Z Downloaded zerocopy v0.7.35
12132026-06-05T05:51:31.931Z Downloaded proptest v1.11.0
12142026-06-05T05:51:31.937Z Downloaded rayon v1.12.0
12152026-06-05T05:51:31.942Z Downloaded libm v0.2.16
12162026-06-05T05:51:31.948Z Downloaded reqwest v0.13.4
12172026-06-05T05:51:31.952Z Downloaded icu_properties_data v2.2.0
12182026-06-05T05:51:31.959Z Downloaded iddqd v0.4.2
12192026-06-05T05:51:31.963Z Downloaded tabled v0.15.0
12202026-06-05T05:51:31.973Z Downloaded aws-lc-rs v1.17.0
12212026-06-05T05:51:31.979Z Downloaded tabled v0.21.0
12222026-06-05T05:51:31.989Z Downloaded winnow v0.5.40
12232026-06-05T05:51:31.993Z Downloaded serde_with v3.20.0
12242026-06-05T05:51:32.000Z Downloaded syn v1.0.109
12252026-06-05T05:51:32.006Z Downloaded moka v0.12.15
12262026-06-05T05:51:32.010Z Downloaded dropshot v0.17.1
12272026-06-05T05:51:32.024Z Downloaded time v0.3.47
12282026-06-05T05:51:32.031Z Downloaded regress v0.11.1
12292026-06-05T05:51:32.036Z Downloaded openapiv3 v2.2.0
12302026-06-05T05:51:32.043Z Downloaded rhai v1.25.1
12312026-06-05T05:51:32.050Z Downloaded hkdf v0.12.4
12322026-06-05T05:51:32.052Z Downloaded scroll_derive v0.12.1
12332026-06-05T05:51:32.052Z Downloaded progenitor-extras v0.2.0
12342026-06-05T05:51:32.054Z Downloaded poly1305 v0.8.0
12352026-06-05T05:51:32.054Z Downloaded elliptic-curve v0.13.8
12362026-06-05T05:51:32.057Z Downloaded crossbeam-utils v0.8.21
12372026-06-05T05:51:32.059Z Downloaded num-rational v0.4.2
12382026-06-05T05:51:32.061Z Downloaded litemap v0.8.2
12392026-06-05T05:51:32.061Z Downloaded git-stub-vcs v0.1.0
12402026-06-05T05:51:32.061Z Downloaded cookie v0.18.1
12412026-06-05T05:51:32.064Z Downloaded typify-impl v0.6.2
12422026-06-05T05:51:32.071Z Downloaded smoltcp v0.11.0
12432026-06-05T05:51:32.078Z Downloaded nix v0.31.3
12442026-06-05T05:51:32.085Z Downloaded hickory-proto v0.24.4
12452026-06-05T05:51:32.093Z Downloaded regress v0.10.5
12462026-06-05T05:51:32.098Z Downloaded hickory-proto v0.25.2
12472026-06-05T05:51:32.106Z Downloaded chacha20 v0.10.0
12482026-06-05T05:51:32.108Z Downloaded natord v1.0.9
12492026-06-05T05:51:32.108Z Downloaded expectorate v1.2.0
12502026-06-05T05:51:32.110Z Downloaded phf_shared v0.12.1
12512026-06-05T05:51:32.111Z Downloaded memmap v0.7.0
12522026-06-05T05:51:32.111Z Downloaded inout v0.1.4
12532026-06-05T05:51:32.113Z Downloaded linear-map v1.2.0
12542026-06-05T05:51:32.113Z Downloaded ingot-types v0.1.2
12552026-06-05T05:51:32.113Z Downloaded critical-section v1.2.0
12562026-06-05T05:51:32.113Z Downloaded arc-swap v1.9.1
12572026-06-05T05:51:32.115Z Downloaded git-stub v1.0.0
12582026-06-05T05:51:32.117Z Downloaded cargo_toml v0.22.3
12592026-06-05T05:51:32.118Z Downloaded bit-vec v0.8.0
12602026-06-05T05:51:32.118Z Downloaded backoff v0.4.0
12612026-06-05T05:51:32.120Z Downloaded colored v3.1.1
12622026-06-05T05:51:32.120Z Downloaded heck v0.4.1
12632026-06-05T05:51:32.122Z Downloaded crypto-common v0.2.2
12642026-06-05T05:51:32.122Z Downloaded convert_case v0.4.0
12652026-06-05T05:51:32.125Z Downloaded is-terminal v0.4.17
12662026-06-05T05:51:32.129Z Downloaded sled v0.34.7
12672026-06-05T05:51:32.135Z Downloaded chrono-tz v0.10.4
12682026-06-05T05:51:32.144Z Downloaded typify-impl v0.4.3
12692026-06-05T05:51:32.168Z Downloaded sha3 v0.10.9
12702026-06-05T05:51:32.171Z Downloaded csv v1.4.0
12712026-06-05T05:51:32.181Z Downloaded petgraph v0.6.5
12722026-06-05T05:51:32.198Z Downloaded lzma-sys v0.1.20
12732026-06-05T05:51:32.214Z Downloaded jiff v0.2.28
12742026-06-05T05:51:32.245Z Downloaded encoding_rs v0.8.35
12752026-06-05T05:51:32.701Z Downloaded aws-lc-sys v0.41.0
12762026-06-05T05:51:33.578Z Compiling proc-macro2 v1.0.106
12772026-06-05T05:51:33.578Z Compiling unicode-ident v1.0.24
12782026-06-05T05:51:33.578Z Compiling quote v1.0.45
12792026-06-05T05:51:33.578Z Compiling serde_core v1.0.228
12802026-06-05T05:51:33.578Z Compiling cfg-if v1.0.4
12812026-06-05T05:51:33.580Z Compiling serde v1.0.228
12822026-06-05T05:51:33.580Z Compiling libc v0.2.186
12832026-06-05T05:51:33.580Z Compiling memchr v2.8.1
12842026-06-05T05:51:33.753Z Compiling itoa v1.0.18
12852026-06-05T05:51:33.927Z Compiling smallvec v1.15.1
12862026-06-05T05:51:33.987Z Compiling zmij v1.0.21
12872026-06-05T05:51:34.037Z Compiling autocfg v1.5.1
12882026-06-05T05:51:34.218Z Compiling libm v0.2.16
12892026-06-05T05:51:34.373Z Compiling stable_deref_trait v1.2.1
12902026-06-05T05:51:34.384Z Compiling percent-encoding v2.3.2
12912026-06-05T05:51:34.448Z Compiling writeable v0.6.3
12922026-06-05T05:51:34.491Z Compiling litemap v0.8.2
12932026-06-05T05:51:34.525Z Compiling utf8_iter v1.0.4
12942026-06-05T05:51:34.567Z Compiling icu_properties_data v2.2.0
12952026-06-05T05:51:34.578Z Compiling icu_normalizer_data v2.2.0
12962026-06-05T05:51:34.663Z Compiling iana-time-zone v0.1.65
12972026-06-05T05:51:34.674Z Compiling equivalent v1.0.2
12982026-06-05T05:51:34.755Z Compiling form_urlencoded v1.2.2
12992026-06-05T05:51:34.803Z Compiling syn v2.0.117
13002026-06-05T05:51:34.893Z Compiling pin-project-lite v0.2.17
13012026-06-05T05:51:34.918Z Compiling version_check v0.9.5
13022026-06-05T05:51:34.929Z Compiling serde_json v1.0.150
13032026-06-05T05:51:34.976Z Compiling dyn-clone v1.0.20
13042026-06-05T05:51:34.988Z Compiling parking_lot_core v0.9.12
13052026-06-05T05:51:35.011Z Compiling scopeguard v1.2.0
13062026-06-05T05:51:35.115Z Compiling num-traits v0.2.19
13072026-06-05T05:51:35.216Z Compiling lock_api v0.4.14
13082026-06-05T05:51:35.252Z Compiling hashbrown v0.17.1
13092026-06-05T05:51:35.316Z Compiling getrandom v0.4.2
13102026-06-05T05:51:35.399Z Compiling rand_core v0.10.1
13112026-06-05T05:51:35.650Z Compiling log v0.4.32
13122026-06-05T05:51:35.664Z Compiling thiserror v2.0.18
13132026-06-05T05:51:35.681Z Compiling errno v0.3.14
13142026-06-05T05:51:35.702Z Compiling futures-core v0.3.32
13152026-06-05T05:51:35.833Z Compiling semver v1.0.28
13162026-06-05T05:51:35.866Z Compiling indexmap v2.14.0
13172026-06-05T05:51:35.985Z Compiling heck v0.5.0
13182026-06-05T05:51:36.076Z Compiling zerocopy v0.8.50
13192026-06-05T05:51:36.186Z Compiling futures-sink v0.3.32
13202026-06-05T05:51:36.225Z Compiling uuid v1.23.2
13212026-06-05T05:51:36.253Z Compiling slab v0.4.12
13222026-06-05T05:51:36.286Z Compiling jobserver v0.1.34
13232026-06-05T05:51:36.427Z Compiling find-msvc-tools v0.1.9
13242026-06-05T05:51:36.514Z Compiling shlex v2.0.1
13252026-06-05T05:51:36.525Z Compiling fnv v1.0.7
13262026-06-05T05:51:36.606Z Compiling schemars v0.8.22
13272026-06-05T05:51:36.619Z Compiling futures-channel v0.3.32
13282026-06-05T05:51:36.657Z Compiling cc v1.2.63
13292026-06-05T05:51:36.668Z Compiling rustversion v1.0.22
13302026-06-05T05:51:36.698Z Compiling futures-task v0.3.32
13312026-06-05T05:51:36.840Z Compiling futures-io v0.3.32
13322026-06-05T05:51:36.879Z Compiling socket2 v0.6.4
13332026-06-05T05:51:37.004Z Compiling bitflags v2.12.1
13342026-06-05T05:51:37.029Z Compiling signal-hook-registry v1.4.8
13352026-06-05T05:51:37.053Z Compiling mio v1.2.1
13362026-06-05T05:51:37.197Z Compiling parking_lot v0.12.5
13372026-06-05T05:51:37.224Z Compiling portable-atomic v1.13.1
13382026-06-05T05:51:37.299Z Compiling fs_extra v1.3.0
13392026-06-05T05:51:37.330Z Compiling dunce v1.0.5
13402026-06-05T05:51:37.424Z Compiling cmake v0.1.58
13412026-06-05T05:51:37.534Z Compiling typenum v1.20.1
13422026-06-05T05:51:37.553Z Compiling critical-section v1.2.0
13432026-06-05T05:51:37.597Z Compiling base64 v0.22.1
13442026-06-05T05:51:37.620Z Compiling byteorder v1.5.0
13452026-06-05T05:51:37.665Z Compiling subtle v2.6.1
13462026-06-05T05:51:37.697Z Compiling synstructure v0.13.2
13472026-06-05T05:51:37.774Z Compiling serde_derive_internals v0.29.1
13482026-06-05T05:51:37.843Z Compiling regex-syntax v0.8.10
13492026-06-05T05:51:37.927Z Compiling slog v2.8.2
13502026-06-05T05:51:37.944Z Compiling aws-lc-sys v0.41.0
13512026-06-05T05:51:38.146Z Compiling atomic-waker v1.1.2
13522026-06-05T05:51:38.184Z Compiling httparse v1.10.1
13532026-06-05T05:51:38.269Z Compiling once_cell v1.21.4
13542026-06-05T05:51:38.327Z Compiling rustix v1.1.4
13552026-06-05T05:51:38.330Z Compiling ipnet v2.12.0
13562026-06-05T05:51:38.478Z Compiling strsim v0.11.1
13572026-06-05T05:51:38.509Z Compiling tower-service v0.3.3
13582026-06-05T05:51:38.570Z Compiling tower-layer v0.3.3
13592026-06-05T05:51:38.725Z Compiling getrandom v0.2.17
13602026-06-05T05:51:38.855Z Compiling untrusted v0.9.0
13612026-06-05T05:51:38.867Z Compiling ucd-trie v0.1.7
13622026-06-05T05:51:38.867Z Compiling try-lock v0.2.5
13632026-06-05T05:51:38.889Z Compiling serde_derive v1.0.228
13642026-06-05T05:51:38.900Z Compiling zerofrom-derive v0.1.7
13652026-06-05T05:51:38.910Z Compiling yoke-derive v0.8.2
13662026-06-05T05:51:38.963Z Compiling zerovec-derive v0.11.3
13672026-06-05T05:51:38.975Z Compiling displaydoc v0.2.6
13682026-06-05T05:51:39.152Z Compiling schemars_derive v0.8.22
13692026-06-05T05:51:39.746Z Compiling tokio-macros v2.7.0
13702026-06-05T05:51:39.949Z Compiling thiserror-impl v2.0.18
13712026-06-05T05:51:40.038Z Compiling zerocopy-derive v0.8.50
13722026-06-05T05:51:40.058Z Compiling zerofrom v0.1.8
13732026-06-05T05:51:40.221Z Compiling yoke v0.8.3
13742026-06-05T05:51:40.380Z Compiling zerovec v0.11.6
13752026-06-05T05:51:40.406Z Compiling zerotrie v0.2.4
13762026-06-05T05:51:40.467Z Compiling zeroize_derive v1.4.3
13772026-06-05T05:51:40.548Z Compiling futures-macro v0.3.32
13782026-06-05T05:51:40.703Z Compiling ryu v1.0.23
13792026-06-05T05:51:40.886Z Compiling tinystr v0.8.3
13802026-06-05T05:51:40.901Z Compiling potential_utf v0.1.5
13812026-06-05T05:51:41.063Z Compiling icu_locale_core v2.2.0
13822026-06-05T05:51:41.084Z Compiling icu_collections v2.2.0
13832026-06-05T05:51:41.129Z Compiling zeroize v1.8.2
13842026-06-05T05:51:41.320Z Compiling thiserror v1.0.69
13852026-06-05T05:51:41.329Z Compiling pest v2.8.6
13862026-06-05T05:51:41.366Z Compiling futures-util v0.3.32
13872026-06-05T05:51:41.598Z Compiling want v0.3.1
13882026-06-05T05:51:41.754Z Compiling icu_provider v2.2.0
13892026-06-05T05:51:41.780Z Compiling thiserror-impl v1.0.69
13902026-06-05T05:51:42.041Z Compiling bytes v1.11.1
13912026-06-05T05:51:42.071Z Compiling icu_properties v2.2.0
13922026-06-05T05:51:42.127Z Compiling icu_normalizer v2.2.0
13932026-06-05T05:51:42.572Z Compiling chrono v0.4.45
13942026-06-05T05:51:42.651Z Compiling http v1.4.1
13952026-06-05T05:51:42.694Z Compiling tokio v1.52.3
13962026-06-05T05:51:42.902Z Compiling serde_tokenstream v0.2.3
13972026-06-05T05:51:43.173Z Compiling idna_adapter v1.2.2
13982026-06-05T05:51:43.225Z Compiling erased-serde v0.3.31
13992026-06-05T05:51:43.303Z Compiling idna v1.1.0
14002026-06-05T05:51:43.610Z Compiling url v2.5.8
14012026-06-05T05:51:43.654Z Compiling http-body v1.0.1
14022026-06-05T05:51:43.800Z Compiling rand_core v0.6.4
14032026-06-05T05:51:44.021Z Compiling httpdate v1.0.3
14042026-06-05T05:51:44.063Z Compiling pest_meta v2.8.6
14052026-06-05T05:51:44.138Z Compiling getrandom v0.3.4
14062026-06-05T05:51:44.270Z Compiling ppv-lite86 v0.2.21
14072026-06-05T05:51:44.325Z Compiling pretty-hex v0.4.2
14082026-06-05T05:51:44.465Z Compiling plain v0.2.3
14092026-06-05T05:51:44.468Z Compiling paste v1.0.15
14102026-06-05T05:51:44.485Z Compiling foldhash v0.2.0
14112026-06-05T05:51:44.560Z Compiling allocator-api2 v0.2.21
14122026-06-05T05:51:44.572Z Compiling tracing-attributes v0.1.31
14132026-06-05T05:51:44.707Z Compiling pest_generator v2.8.6
14142026-06-05T05:51:44.790Z Compiling tracing-core v0.1.36
14152026-06-05T05:51:44.875Z Compiling ipnetwork v0.21.1
14162026-06-05T05:51:45.341Z Compiling hashbrown v0.16.1
14172026-06-05T05:51:45.358Z Compiling omicron-workspace-hack v0.1.0
14182026-06-05T05:51:45.368Z Compiling pest_derive v2.8.6
14192026-06-05T05:51:45.452Z Compiling ident_case v1.0.1
14202026-06-05T05:51:45.583Z Compiling http-body-util v0.1.3
14212026-06-05T05:51:45.597Z Compiling serde_urlencoded v0.7.1
14222026-06-05T05:51:45.815Z Compiling tracing v0.1.44
14232026-06-05T05:51:45.825Z Compiling aho-corasick v1.1.4
14242026-06-05T05:51:45.902Z Compiling sync_wrapper v1.0.2
14252026-06-05T05:51:45.909Z Compiling winnow v1.0.3
14262026-06-05T05:51:45.927Z Compiling oxnet v0.1.6
14272026-06-05T05:51:45.999Z Compiling daft-derive v0.1.7
14282026-06-05T05:51:46.060Z Compiling fastrand v2.4.1
14292026-06-05T05:51:46.317Z Compiling async-trait v0.1.89
14302026-06-05T05:51:46.393Z Compiling tokio-util v0.7.18
14312026-06-05T05:51:46.746Z Compiling regex-automata v0.4.14
14322026-06-05T05:51:46.993Z Compiling scroll_derive v0.13.1
14332026-06-05T05:51:47.125Z Compiling num-conv v0.2.2
14342026-06-05T05:51:47.198Z Compiling aws-lc-rs v1.17.0
14352026-06-05T05:51:47.283Z Compiling anyhow v1.0.102
14362026-06-05T05:51:47.291Z Compiling time-core v0.1.8
14372026-06-05T05:51:47.414Z Compiling powerfmt v0.2.0
14382026-06-05T05:51:47.495Z Compiling time-macros v0.2.27
14392026-06-05T05:51:47.614Z Compiling deranged v0.5.8
14402026-06-05T05:51:47.777Z Compiling rustls-pki-types v1.14.1
14412026-06-05T05:51:47.799Z Compiling scroll v0.13.0
14422026-06-05T05:51:48.061Z Compiling openssl-probe v0.2.1
14432026-06-05T05:51:48.245Z Compiling hex v0.4.3
14442026-06-05T05:51:48.258Z Compiling num_threads v0.1.7
14452026-06-05T05:51:48.349Z Compiling regex v1.12.3
14462026-06-05T05:51:48.450Z Compiling goblin v0.10.7
14472026-06-05T05:51:48.804Z Compiling untrusted v0.7.1
14482026-06-05T05:51:48.870Z Compiling camino v1.2.2
14492026-06-05T05:51:49.179Z Compiling crc32fast v1.5.0
14502026-06-05T05:51:49.211Z Compiling usdt-impl v0.6.0
14512026-06-05T05:51:49.221Z Compiling rustls v0.23.40
14522026-06-05T05:51:49.465Z Compiling h2 v0.4.14
14532026-06-05T05:51:49.494Z Compiling dtrace-parser v0.3.0
14542026-06-05T05:51:49.556Z Compiling crossbeam-utils v0.8.21
14552026-06-05T05:51:49.825Z Compiling futures-executor v0.3.32
14562026-06-05T05:51:49.864Z Compiling structmeta-derive v0.3.0
14572026-06-05T05:51:49.974Z Compiling thread-id v5.1.0
14582026-06-05T05:51:50.055Z Compiling cpufeatures v0.3.0
14592026-06-05T05:51:50.106Z Compiling adler2 v2.0.1
14602026-06-05T05:51:50.144Z Compiling simd-adler32 v0.3.9
14612026-06-05T05:51:50.267Z Compiling futures v0.3.32
14622026-06-05T05:51:50.344Z Compiling miniz_oxide v0.8.9
14632026-06-05T05:51:50.359Z Compiling rand_core v0.9.5
14642026-06-05T05:51:50.572Z Compiling darling_core v0.23.0
14652026-06-05T05:51:50.928Z Compiling newtype-uuid-macros v0.1.0
14662026-06-05T05:51:50.949Z Compiling structmeta v0.3.0
14672026-06-05T05:51:50.998Z Compiling hybrid-array v0.4.12
14682026-06-05T05:51:51.302Z Compiling dof v0.4.0
14692026-06-05T05:51:51.458Z Compiling thread_local v1.1.9
14702026-06-05T05:51:51.496Z Compiling match_cfg v0.1.0
14712026-06-05T05:51:51.556Z Compiling hyper v1.10.1
14722026-06-05T05:51:51.725Z Compiling flate2 v1.1.9
14732026-06-05T05:51:52.576Z Compiling newtype-uuid v1.3.2
14742026-06-05T05:51:52.647Z Compiling hyper-util v0.1.20
14752026-06-05T05:51:52.659Z Compiling darling_macro v0.23.0
14762026-06-05T05:51:52.858Z Compiling compression-core v0.4.32
14772026-06-05T05:51:52.916Z Compiling slog-async v2.8.0
14782026-06-05T05:51:53.010Z Compiling ref-cast v1.0.25
14792026-06-05T05:51:53.197Z Compiling quick-error v1.2.3
14802026-06-05T05:51:53.225Z Compiling darling v0.23.0
14812026-06-05T05:51:53.294Z Compiling compression-codecs v0.4.38
14822026-06-05T05:51:53.304Z Compiling daft v0.1.7
14832026-06-05T05:51:53.326Z Compiling block-buffer v0.12.0
14842026-06-05T05:51:53.372Z Compiling crypto-common v0.2.2
14852026-06-05T05:51:53.452Z Compiling rand_chacha v0.9.0
14862026-06-05T05:51:53.473Z Compiling usdt-attr-macro v0.6.0
14872026-06-05T05:51:53.539Z Compiling usdt-macro v0.6.0
14882026-06-05T05:51:53.561Z Compiling ref-cast-impl v1.0.25
14892026-06-05T05:51:53.866Z Compiling strum_macros v0.26.4
14902026-06-05T05:51:53.889Z Compiling serde_spanned v1.1.1
14912026-06-05T05:51:54.032Z Compiling generic-array v0.14.7
14922026-06-05T05:51:54.149Z Compiling multer v3.1.0
14932026-06-05T05:51:54.250Z Compiling bit-vec v0.8.0
14942026-06-05T05:51:54.284Z Compiling take_mut v0.2.2
14952026-06-05T05:51:54.331Z Compiling toml_writer v1.1.1+spec-1.1.0
14962026-06-05T05:51:54.367Z Compiling const-oid v0.10.2
14972026-06-05T05:51:54.384Z Compiling term v1.2.1
14982026-06-05T05:51:54.478Z Compiling debug-ignore v1.0.5
14992026-06-05T05:51:54.570Z Compiling digest v0.11.3
15002026-06-05T05:51:54.581Z Compiling bit-set v0.8.0
15012026-06-05T05:51:54.723Z Compiling rand v0.9.4
15022026-06-05T05:51:54.723Z Compiling serde_with_macros v3.20.0
15032026-06-05T05:51:54.727Z Compiling async-stream-impl v0.3.6
15042026-06-05T05:51:54.758Z Compiling dropshot v0.17.1
15052026-06-05T05:51:54.979Z Compiling encoding_rs v0.8.35
15062026-06-05T05:51:55.075Z Compiling spin v0.9.8
15072026-06-05T05:51:55.231Z Compiling mime v0.3.17
15082026-06-05T05:51:55.400Z Compiling syn v1.0.109
15092026-06-05T05:51:55.428Z Compiling unarray v0.1.4
15102026-06-05T05:51:55.483Z Compiling strum v0.26.3
15112026-06-05T05:51:55.510Z Compiling async-stream v0.3.6
15122026-06-05T05:51:55.573Z Compiling sha1 v0.11.0
15132026-06-05T05:51:55.682Z Compiling derive-ex v0.1.8
15142026-06-05T05:51:55.754Z Compiling tower v0.5.3
15152026-06-05T05:51:55.819Z Compiling dropshot_endpoint v0.17.1
15162026-06-05T05:51:55.834Z Compiling macaddr v1.0.1
15172026-06-05T05:51:55.908Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15182026-06-05T05:51:56.101Z Compiling waitgroup v0.1.2
15192026-06-05T05:51:56.232Z Compiling serde_path_to_error v0.1.20
15202026-06-05T05:51:56.371Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15212026-06-05T05:51:56.501Z Compiling tower-http v0.6.11
15222026-06-05T05:51:56.585Z Compiling tempfile v3.27.0
15232026-06-05T05:51:56.686Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15242026-06-05T05:51:56.861Z Compiling openapiv3 v2.2.0
15252026-06-05T05:51:56.912Z Compiling strum_macros v0.27.2
15262026-06-05T05:51:56.981Z Compiling instant v0.1.13
15272026-06-05T05:51:57.235Z Compiling test-strategy v0.4.5
15282026-06-05T05:51:57.458Z Compiling time v0.3.47
15292026-06-05T05:51:58.251Z Compiling rustls-native-certs v0.8.4
15302026-06-05T05:51:58.463Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15312026-06-05T05:51:58.589Z Compiling crossbeam-channel v0.5.15
15322026-06-05T05:51:58.600Z Compiling crypto-common v0.1.7
15332026-06-05T05:51:58.701Z Compiling strum v0.27.2
15342026-06-05T05:51:59.067Z Compiling parse-display-derive v0.10.0
15352026-06-05T05:51:59.073Z Compiling backon v1.6.0
15362026-06-05T05:51:59.128Z Compiling rand_chacha v0.3.1
15372026-06-05T05:51:59.352Z Compiling rand v0.8.6
15382026-06-05T05:51:59.826Z Compiling slog-json v2.6.1
15392026-06-05T05:51:59.887Z Compiling hostname v0.3.1
15402026-06-05T05:52:00.022Z Compiling toml_parser v1.1.2+spec-1.1.0
15412026-06-05T05:52:00.033Z Compiling toml_datetime v1.1.1+spec-1.1.0
15422026-06-05T05:52:00.168Z Compiling memmap2 v0.9.10
15432026-06-05T05:52:00.309Z Compiling is-terminal v0.4.17
15442026-06-05T05:52:00.321Z Compiling wait-timeout v0.2.1
15452026-06-05T05:52:00.412Z Compiling either v1.16.0
15462026-06-05T05:52:00.458Z Compiling rusty-fork v0.3.1
15472026-06-05T05:52:00.615Z Compiling toml v1.1.2+spec-1.1.0
15482026-06-05T05:52:00.626Z Compiling slog-term v2.9.2
15492026-06-05T05:52:00.788Z Compiling usdt v0.6.0
15502026-06-05T05:52:00.813Z Compiling slog-bunyan v2.5.0
15512026-06-05T05:52:00.882Z Compiling serde_with v3.20.0
15522026-06-05T05:52:00.941Z Compiling async-compression v0.4.42
15532026-06-05T05:52:01.060Z Compiling rand_xorshift v0.4.0
15542026-06-05T05:52:01.205Z Compiling rustls-pemfile v2.2.0
15552026-06-05T05:52:01.234Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15562026-06-05T05:52:01.250Z Compiling regress v0.10.5
15572026-06-05T05:52:01.390Z Compiling hostname v0.4.2
15582026-06-05T05:52:01.395Z Compiling humantime v2.3.0
15592026-06-05T05:52:01.532Z Compiling proptest v1.11.0
15602026-06-05T05:52:01.669Z Compiling iddqd v0.4.2
15612026-06-05T05:52:01.899Z Compiling reqwest v0.12.28
15622026-06-05T05:52:02.148Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15632026-06-05T05:52:02.410Z Compiling block-buffer v0.10.4
15642026-06-05T05:52:02.638Z Compiling digest v0.10.7
15652026-06-05T05:52:02.762Z Compiling parse-display v0.10.0
15662026-06-05T05:52:02.880Z Compiling progenitor-client v0.10.0
15672026-06-05T05:52:02.968Z Compiling itertools v0.14.0
15682026-06-05T05:52:03.051Z Compiling backoff v0.4.0
15692026-06-05T05:52:03.144Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15702026-06-05T05:52:03.844Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15712026-06-05T05:52:05.075Z Compiling regress v0.11.1
15722026-06-05T05:52:05.362Z Compiling utf8parse v0.2.2
15732026-06-05T05:52:05.384Z Compiling anstyle-parse v1.0.0
15742026-06-05T05:52:05.527Z Compiling is_terminal_polyfill v1.70.2
15752026-06-05T05:52:05.553Z Compiling anstyle v1.0.14
15762026-06-05T05:52:05.595Z Compiling anstyle-query v1.1.5
15772026-06-05T05:52:05.784Z Compiling colorchoice v1.0.5
15782026-06-05T05:52:05.857Z Compiling anstream v1.0.0
15792026-06-05T05:52:06.575Z Compiling toml_datetime v0.6.11
15802026-06-05T05:52:06.646Z Compiling typify-impl v0.6.2
15812026-06-05T05:52:06.732Z Compiling zerocopy-derive v0.7.35
15822026-06-05T05:52:06.840Z Compiling convert_case v0.4.0
15832026-06-05T05:52:07.135Z Compiling cpufeatures v0.2.17
15842026-06-05T05:52:07.206Z Compiling clap_lex v1.1.0
15852026-06-05T05:52:07.226Z Compiling derive_more v0.99.20
15862026-06-05T05:52:07.551Z Compiling zerocopy v0.7.35
15872026-06-05T05:52:08.144Z Compiling unicode-width v0.2.2
15882026-06-05T05:52:08.864Z Compiling secrecy v0.10.3
15892026-06-05T05:52:08.990Z Compiling clap_derive v4.6.1
15902026-06-05T05:52:09.019Z Compiling tinyvec_macros v0.1.1
15912026-06-05T05:52:09.075Z Compiling crucible-workspace-hack v0.1.0
15922026-06-05T05:52:09.086Z Compiling float-ord v0.3.2
15932026-06-05T05:52:09.195Z Compiling tinyvec v1.11.0
15942026-06-05T05:52:09.530Z Compiling terminal_size v0.4.4
15952026-06-05T05:52:09.709Z Compiling dtrace-parser v0.2.0
15962026-06-05T05:52:09.746Z Compiling scroll_derive v0.12.1
15972026-06-05T05:52:09.756Z Compiling num-integer v0.1.46
15982026-06-05T05:52:09.964Z Compiling rustc_version v0.4.1
15992026-06-05T05:52:10.069Z Compiling usdt-impl v0.5.0
16002026-06-05T05:52:10.476Z Compiling curve25519-dalek v4.1.3
16012026-06-05T05:52:10.494Z Compiling scroll v0.12.0
16022026-06-05T05:52:10.749Z Compiling dof v0.3.0
16032026-06-05T05:52:10.760Z Compiling hmac v0.12.1
16042026-06-05T05:52:10.872Z Compiling inout v0.1.4
16052026-06-05T05:52:10.900Z Compiling darling_core v0.21.3
16062026-06-05T05:52:11.011Z Compiling ff v0.13.1
16072026-06-05T05:52:11.087Z Compiling thread-id v4.2.2
16082026-06-05T05:52:11.140Z Compiling group v0.13.0
16092026-06-05T05:52:11.181Z Compiling cipher v0.4.4
16102026-06-05T05:52:11.420Z Compiling hkdf v0.12.4
16112026-06-05T05:52:11.634Z Compiling goblin v0.8.2
16122026-06-05T05:52:11.780Z Compiling num-rational v0.4.2
16132026-06-05T05:52:11.834Z Compiling num-iter v0.1.45
16142026-06-05T05:52:11.858Z Compiling clap_builder v4.6.0
16152026-06-05T05:52:12.090Z Compiling toml_edit v0.25.12+spec-1.1.0
16162026-06-05T05:52:12.099Z Compiling thiserror-impl-no-std v2.0.2
16172026-06-05T05:52:12.381Z Compiling universal-hash v0.5.1
16182026-06-05T05:52:12.508Z Compiling crypto-bigint v0.5.5
16192026-06-05T05:52:12.897Z Compiling typify-macro v0.6.2
16202026-06-05T05:52:12.973Z Compiling darling_macro v0.21.3
16212026-06-05T05:52:12.985Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16222026-06-05T05:52:13.289Z Compiling crossbeam-epoch v0.9.18
16232026-06-05T05:52:13.555Z Compiling half v2.7.1
16242026-06-05T05:52:13.622Z Compiling curve25519-dalek-derive v0.1.1
16252026-06-05T05:52:13.634Z Compiling num-complex v0.4.6
16262026-06-05T05:52:13.981Z Compiling base16ct v0.2.0
16272026-06-05T05:52:14.013Z Compiling ciborium-io v0.2.2
16282026-06-05T05:52:14.064Z Compiling base64ct v1.8.3
16292026-06-05T05:52:14.107Z Compiling opaque-debug v0.3.1
16302026-06-05T05:52:14.135Z Compiling elliptic-curve v0.13.8
16312026-06-05T05:52:14.173Z Compiling poly1305 v0.8.0
16322026-06-05T05:52:14.353Z Compiling password-hash v0.5.0
16332026-06-05T05:52:14.402Z Compiling ciborium-ll v0.2.2
16342026-06-05T05:52:14.792Z Compiling num v0.4.3
16352026-06-05T05:52:14.942Z Compiling typify v0.6.2
16362026-06-05T05:52:14.961Z Compiling darling v0.21.3
16372026-06-05T05:52:15.028Z Compiling clap v4.6.1
16382026-06-05T05:52:15.105Z Compiling thiserror-no-std v2.0.2
16392026-06-05T05:52:15.228Z Compiling proc-macro-crate v3.5.0
16402026-06-05T05:52:15.475Z Compiling chacha20 v0.9.1
16412026-06-05T05:52:15.579Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16422026-06-05T05:52:15.684Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16432026-06-05T05:52:16.102Z Compiling blake2 v0.10.6
16442026-06-05T05:52:16.280Z Compiling aead v0.5.2
16452026-06-05T05:52:16.315Z Compiling byte-wrapper v0.1.0
16462026-06-05T05:52:16.443Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16472026-06-05T05:52:16.550Z Compiling proc-macro-error-attr v1.0.4
16482026-06-05T05:52:16.754Z Compiling unsafe-libyaml v0.2.11
16492026-06-05T05:52:16.776Z Compiling keccak v0.1.6
16502026-06-05T05:52:16.893Z Compiling heapless v0.8.0
16512026-06-05T05:52:17.021Z Compiling prettyplease v0.2.37
16522026-06-05T05:52:17.193Z Compiling rustix v0.38.44
16532026-06-05T05:52:17.252Z Compiling serde_yaml v0.9.34+deprecated
16542026-06-05T05:52:17.674Z Compiling sha3 v0.10.9
16552026-06-05T05:52:17.960Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16562026-06-05T05:52:18.239Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16572026-06-05T05:52:18.486Z Compiling chacha20poly1305 v0.10.1
16582026-06-05T05:52:18.517Z Compiling argon2 v0.5.3
16592026-06-05T05:52:18.820Z Compiling num_enum_derive v0.7.6
16602026-06-05T05:52:18.955Z Compiling vsss-rs v3.3.4
16612026-06-05T05:52:19.021Z Compiling ingot-macros v0.1.1
16622026-06-05T05:52:19.033Z Compiling ciborium v0.2.2
16632026-06-05T05:52:19.725Z Compiling usdt-attr-macro v0.5.0
16642026-06-05T05:52:19.834Z Compiling usdt-macro v0.5.0
16652026-06-05T05:52:20.897Z Compiling serde_spanned v0.6.9
16662026-06-05T05:52:21.118Z Compiling enum-as-inner v0.6.1
16672026-06-05T05:52:21.187Z Compiling hash32 v0.3.1
16682026-06-05T05:52:21.341Z Compiling proc-macro-error v1.0.4
16692026-06-05T05:52:21.575Z Compiling memmap v0.7.0
16702026-06-05T05:52:21.634Z Compiling memoffset v0.9.1
16712026-06-05T05:52:21.696Z Compiling data-encoding v2.11.0
16722026-06-05T05:52:21.760Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16732026-06-05T05:52:21.763Z Compiling smoltcp v0.11.0
16742026-06-05T05:52:21.864Z Compiling cfg_aliases v0.2.1
16752026-06-05T05:52:21.877Z Compiling indent_write v2.2.0
16762026-06-05T05:52:21.936Z Compiling toml_write v0.1.2
16772026-06-05T05:52:21.999Z Compiling winnow v0.5.40
16782026-06-05T05:52:22.011Z Compiling winnow v0.7.15
16792026-06-05T05:52:22.068Z Compiling nix v0.31.3
16802026-06-05T05:52:22.128Z Compiling ingot-types v0.1.2
16812026-06-05T05:52:22.213Z Compiling usdt v0.5.0
16822026-06-05T05:52:22.433Z Compiling rustls-webpki v0.103.13
16832026-06-05T05:52:22.692Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16842026-06-05T05:52:22.750Z Compiling num_enum v0.7.6
16852026-06-05T05:52:22.865Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16862026-06-05T05:52:23.022Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16872026-06-05T05:52:23.280Z Compiling toml_edit v0.19.15
16882026-06-05T05:52:23.377Z Compiling toml_edit v0.22.27
16892026-06-05T05:52:23.518Z Compiling tabwriter v1.4.1
16902026-06-05T05:52:23.861Z Compiling cobs v0.3.0
16912026-06-05T05:52:23.897Z Compiling serde_repr v0.1.20
16922026-06-05T05:52:24.057Z Compiling pkg-config v0.3.33
16932026-06-05T05:52:24.405Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16942026-06-05T05:52:24.479Z Compiling vcpkg v0.2.15
16952026-06-05T05:52:24.499Z Compiling managed v0.8.0
16962026-06-05T05:52:24.624Z Compiling bitflags v1.3.2
16972026-06-05T05:52:24.744Z Compiling proc-macro-crate v1.3.1
16982026-06-05T05:52:25.030Z Compiling openssl-sys v0.9.116
16992026-06-05T05:52:25.065Z Compiling toml v0.8.23
17002026-06-05T05:52:25.286Z Compiling postcard v1.1.3
17012026-06-05T05:52:25.822Z Compiling tokio-rustls v0.26.4
17022026-06-05T05:52:26.096Z Compiling rustls-platform-verifier v0.7.0
17032026-06-05T05:52:26.167Z Compiling hyper-rustls v0.27.9
17042026-06-05T05:52:26.469Z Compiling reqwest v0.13.4
17052026-06-05T05:52:26.928Z Compiling ingot v0.1.1
17062026-06-05T05:52:27.513Z Compiling hubpack_derive v0.1.1
17072026-06-05T05:52:28.034Z Compiling progenitor-client v0.14.0
17082026-06-05T05:52:28.334Z Compiling progenitor-extras v0.2.0
17092026-06-05T05:52:28.572Z Compiling foreign-types-macros v0.2.3
17102026-06-05T05:52:28.696Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17112026-06-05T05:52:28.771Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17122026-06-05T05:52:29.003Z Compiling swrite v0.1.0
17132026-06-05T05:52:29.014Z Compiling unicode-segmentation v1.13.3
17142026-06-05T05:52:29.097Z Compiling heck v0.4.1
17152026-06-05T05:52:29.139Z Compiling static_assertions v1.1.0
17162026-06-05T05:52:29.213Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17172026-06-05T05:52:29.225Z Compiling colored v3.1.1
17182026-06-05T05:52:29.301Z Compiling resolv-conf v0.7.6
17192026-06-05T05:52:29.438Z Compiling rayon-core v1.13.0
17202026-06-05T05:52:29.659Z Compiling semver v0.1.20
17212026-06-05T05:52:29.681Z Compiling foreign-types-shared v0.3.1
17222026-06-05T05:52:29.775Z Compiling linked-hash-map v0.5.6
17232026-06-05T05:52:29.918Z Compiling rustc_version v0.1.7
17242026-06-05T05:52:29.960Z Compiling lru-cache v0.1.2
17252026-06-05T05:52:30.090Z Compiling foreign-types v0.5.0
17262026-06-05T05:52:30.159Z Compiling newline-converter v0.3.0
17272026-06-05T05:52:30.221Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17282026-06-05T05:52:30.280Z Compiling hubpack v0.1.2
17292026-06-05T05:52:30.897Z Compiling num_enum_derive v0.5.11
17302026-06-05T05:52:31.352Z Compiling atomicwrites v0.4.4
17312026-06-05T05:52:31.536Z Compiling hickory-proto v0.24.4
17322026-06-05T05:52:31.928Z Compiling progenitor-impl v0.13.0
17332026-06-05T05:52:32.242Z Compiling crossbeam-deque v0.8.6
17342026-06-05T05:52:32.442Z Compiling console v0.15.11
17352026-06-05T05:52:32.929Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17362026-06-05T05:52:33.106Z Compiling camino-tempfile v1.4.1
17372026-06-05T05:52:33.231Z Compiling chacha20 v0.10.0
17382026-06-05T05:52:33.349Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17392026-06-05T05:52:33.426Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17402026-06-05T05:52:33.495Z Compiling serde-big-array v0.5.1
17412026-06-05T05:52:33.563Z Compiling pin-project-internal v1.1.13
17422026-06-05T05:52:33.636Z Compiling derive-where v1.6.1
17432026-06-05T05:52:34.848Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17442026-06-05T05:52:34.901Z Compiling num-derive v0.4.2
17452026-06-05T05:52:35.412Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17462026-06-05T05:52:35.464Z Compiling cstr-argument v0.1.2
17472026-06-05T05:52:35.498Z Compiling siphasher v1.0.3
17482026-06-05T05:52:35.617Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17492026-06-05T05:52:35.669Z Compiling similar v2.7.0
17502026-06-05T05:52:35.688Z Compiling minimal-lexical v0.2.1
17512026-06-05T05:52:35.790Z Compiling phf_shared v0.12.1
17522026-06-05T05:52:35.856Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17532026-06-05T05:52:35.917Z Compiling nom v7.1.3
17542026-06-05T05:52:35.945Z Compiling progenitor-macro v0.13.0
17552026-06-05T05:52:36.126Z Compiling expectorate v1.2.0
17562026-06-05T05:52:36.279Z Compiling pin-project v1.1.13
17572026-06-05T05:52:36.383Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17582026-06-05T05:52:36.469Z Compiling rand v0.10.1
17592026-06-05T05:52:36.626Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17602026-06-05T05:52:36.716Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17612026-06-05T05:52:36.746Z Compiling hickory-resolver v0.24.4
17622026-06-05T05:52:37.273Z Compiling num_enum v0.5.11
17632026-06-05T05:52:37.391Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17642026-06-05T05:52:37.597Z Compiling newtype_derive v0.1.6
17652026-06-05T05:52:37.754Z Compiling progenitor-client v0.13.0
17662026-06-05T05:52:38.050Z Compiling progenitor-impl v0.14.0
17672026-06-05T05:52:38.347Z Compiling unicode-normalization v0.1.25
17682026-06-05T05:52:38.823Z Compiling tokio-stream v0.1.18
17692026-06-05T05:52:39.225Z Compiling snafu-derive v0.8.9
17702026-06-05T05:52:39.285Z Compiling async-recursion v1.1.1
17712026-06-05T05:52:39.297Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17722026-06-05T05:52:39.343Z Compiling slog-dtrace v0.3.0
17732026-06-05T05:52:39.575Z Compiling csv-core v0.1.13
17742026-06-05T05:52:39.587Z Compiling bstr v1.12.1
17752026-06-05T05:52:39.840Z Compiling openssl v0.10.80
17762026-06-05T05:52:39.968Z Compiling konst_macro_rules v0.2.19
17772026-06-05T05:52:40.084Z Compiling cancel-safe-futures v0.1.5
17782026-06-05T05:52:40.113Z Compiling highway v1.3.0
17792026-06-05T05:52:40.214Z Compiling owo-colors v4.3.0
17802026-06-05T05:52:40.349Z Compiling unicode-xid v0.2.6
17812026-06-05T05:52:40.474Z Compiling foreign-types-shared v0.1.1
17822026-06-05T05:52:40.517Z Compiling same-file v1.0.6
17832026-06-05T05:52:40.551Z Compiling foldhash v0.1.5
17842026-06-05T05:52:40.565Z Compiling chrono-tz v0.10.4
17852026-06-05T05:52:40.693Z Compiling unicode-width v0.1.14
17862026-06-05T05:52:40.731Z Compiling hashbrown v0.15.5
17872026-06-05T05:52:40.801Z Compiling walkdir v2.5.0
17882026-06-05T05:52:41.016Z Compiling snafu v0.8.9
17892026-06-05T05:52:41.028Z Compiling foreign-types v0.3.2
17902026-06-05T05:52:41.039Z Compiling progenitor v0.13.0
17912026-06-05T05:52:41.098Z Compiling const_format_proc_macros v0.2.34
17922026-06-05T05:52:41.162Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17932026-06-05T05:52:41.189Z Compiling konst v0.2.20
17942026-06-05T05:52:41.289Z Compiling globset v0.4.18
17952026-06-05T05:52:41.409Z Compiling csv v1.4.0
17962026-06-05T05:52:41.477Z Compiling qorb v0.4.1
17972026-06-05T05:52:41.489Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-06-05T05:52:41.648Z Compiling progenitor-macro v0.14.0
17992026-06-05T05:52:41.914Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18002026-06-05T05:52:41.963Z Compiling olpc-cjson v0.1.4
18012026-06-05T05:52:42.126Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18022026-06-05T05:52:43.686Z Compiling rayon v1.12.0
18032026-06-05T05:52:43.711Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18042026-06-05T05:52:43.765Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-06-05T05:52:44.050Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18062026-06-05T05:52:44.297Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-06-05T05:52:44.358Z Compiling phf v0.12.1
18082026-06-05T05:52:44.508Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-06-05T05:52:44.937Z Compiling zone_cfg_derive v0.3.1
18102026-06-05T05:52:45.471Z Compiling tokio-dtrace v0.1.1
18112026-06-05T05:52:45.494Z Compiling itertools v0.12.1
18122026-06-05T05:52:45.655Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18132026-06-05T05:52:45.739Z Compiling libsw-core v0.3.2
18142026-06-05T05:52:45.860Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18152026-06-05T05:52:45.906Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-05T05:52:46.240Z Compiling serde_plain v1.0.2
18172026-06-05T05:52:46.456Z Compiling openssl-macros v0.1.1
18182026-06-05T05:52:46.499Z Compiling pem v3.0.6
18192026-06-05T05:52:46.716Z Compiling cookie v0.18.1
18202026-06-05T05:52:46.738Z Compiling sigpipe v0.1.3
18212026-06-05T05:52:46.827Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-06-05T05:52:46.895Z Compiling fixedbitset v0.5.7
18232026-06-05T05:52:46.936Z Compiling jiff v0.2.28
18242026-06-05T05:52:46.948Z Compiling fixedbitset v0.4.2
18252026-06-05T05:52:46.952Z Compiling glob v0.3.3
18262026-06-05T05:52:47.049Z Compiling typed-path v0.9.3
18272026-06-05T05:52:47.142Z Compiling bytecount v0.6.9
18282026-06-05T05:52:47.176Z Compiling petgraph v0.8.3
18292026-06-05T05:52:47.227Z Compiling papergrid v0.11.0
18302026-06-05T05:52:47.277Z Compiling petgraph v0.6.5
18312026-06-05T05:52:48.384Z Compiling tough v0.22.0
18322026-06-05T05:52:48.818Z Compiling progenitor v0.14.0
18332026-06-05T05:52:48.957Z Compiling zone v0.3.1
18342026-06-05T05:52:48.972Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18352026-06-05T05:52:48.990Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-06-05T05:52:49.105Z Compiling libsw v3.5.0
18372026-06-05T05:52:49.177Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18382026-06-05T05:52:49.271Z Compiling oxide-tokio-rt v0.1.6
18392026-06-05T05:52:49.418Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18402026-06-05T05:52:49.431Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-05T05:52:49.578Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-05T05:52:49.646Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-06-05T05:52:50.765Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-06-05T05:52:50.790Z Compiling const_format v0.2.36
18452026-06-05T05:52:50.801Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-05T05:52:51.256Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18472026-06-05T05:52:51.291Z Compiling tabled_derive v0.7.0
18482026-06-05T05:52:51.665Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-06-05T05:52:51.697Z Compiling gethostname v0.5.0
18502026-06-05T05:52:51.732Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-06-05T05:52:51.818Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18522026-06-05T05:52:51.849Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-05T05:52:51.849Z Compiling bcs v0.1.6
18542026-06-05T05:52:51.968Z Compiling smf v0.2.3
18552026-06-05T05:52:52.180Z Compiling tagptr v0.2.0
18562026-06-05T05:52:52.245Z Compiling whoami v1.6.1
18572026-06-05T05:52:52.248Z Compiling lazy_static v1.5.0
18582026-06-05T05:52:52.325Z Compiling linear-map v1.2.0
18592026-06-05T05:52:52.348Z Compiling unicode-linebreak v0.1.5
18602026-06-05T05:52:52.512Z Compiling termtree v0.5.1
18612026-06-05T05:52:52.567Z Compiling smawk v0.3.2
18622026-06-05T05:52:52.583Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-05T05:52:52.662Z Compiling steno v0.4.1
18642026-06-05T05:52:52.709Z Compiling textwrap v0.16.2
18652026-06-05T05:52:52.975Z Compiling moka v0.12.15
18662026-06-05T05:52:53.232Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-05T05:52:53.258Z Compiling tabled v0.15.0
18682026-06-05T05:52:53.756Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-05T05:52:54.301Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-05T05:52:54.396Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-06-05T05:52:55.222Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-06-05T05:52:55.944Z Compiling hickory-proto v0.25.2
18732026-06-05T05:52:55.963Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18742026-06-05T05:52:56.188Z Compiling parking_lot_core v0.8.6
18752026-06-05T05:52:56.489Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18762026-06-05T05:52:56.704Z Compiling libscf-sys v1.2.0
18772026-06-05T05:52:56.851Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-05T05:52:56.986Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18792026-06-05T05:52:57.004Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18802026-06-05T05:52:57.222Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18812026-06-05T05:52:57.325Z Compiling nom v8.0.0
18822026-06-05T05:52:57.461Z Compiling parking_lot v0.11.2
18832026-06-05T05:52:57.551Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18842026-06-05T05:52:57.706Z Compiling fxhash v0.2.1
18852026-06-05T05:52:57.720Z Compiling internet-checksum v0.2.1
18862026-06-05T05:52:57.778Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18872026-06-05T05:52:57.838Z Compiling hickory-resolver v0.25.2
18882026-06-05T05:52:57.853Z Compiling sled v0.34.7
18892026-06-05T05:52:58.745Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-05T05:52:59.398Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18912026-06-05T05:53:03.035Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-05T05:53:03.619Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18932026-06-05T05:53:10.751Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-06-05T05:53:12.340Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-05T05:53:13.370Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18962026-06-05T05:53:14.281Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18972026-06-05T05:53:15.326Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18982026-06-05T05:53:37.214Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
18992026-06-05T05:53:37.397Z────────────
19002026-06-05T05:53:37.397Z Nextest run ID e859664a-2918-427e-81e2-a544dfb8fbaa with nextest profile: default
19012026-06-05T05:53:37.397Z Starting 15 tests across 1 binary (28 tests skipped)
19022026-06-05T05:53:54.124Z PASS [ 16.729s] rdb proptest::prop_ipv4_host_bits_always_unset
19032026-06-05T05:53:54.171Z PASS [ 16.776s] rdb proptest::prop_ipv4_default_contains_all
19042026-06-05T05:53:54.209Z PASS [ 16.814s] rdb proptest::prop_ipv4_within_self
19052026-06-05T05:53:54.247Z PASS [ 16.849s] rdb proptest::prop_ipv6_default_contains_all
19062026-06-05T05:53:54.282Z PASS [ 16.887s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19072026-06-05T05:53:54.306Z PASS [ 16.911s] rdb proptest::prop_ipv6_host_bits_always_unset
19082026-06-05T05:53:54.330Z PASS [ 16.936s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19092026-06-05T05:54:10.989Z PASS [ 16.865s] rdb proptest::prop_ipv6_within_self
19102026-06-05T05:54:20.068Z PASS [ 25.896s] rdb proptest::prop_static_route_key_deduplication
19112026-06-05T05:54:30.331Z PASS [ 36.121s] rdb proptest::prop_static_route_key_normalization_idempotent
19122026-06-05T05:54:30.366Z PASS [ 36.121s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19132026-06-05T05:54:30.386Z PASS [ 36.104s] rdb proptest::prop_static_route_key_normalization_preserves_length
19142026-06-05T05:54:30.437Z PASS [ 36.131s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19152026-06-05T05:54:37.405Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19162026-06-05T05:54:46.654Z PASS [ 52.322s] rdb proptest::prop_static_route_key_ord_consistency
19172026-06-05T05:55:37.418Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19182026-06-05T05:56:37.408Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19192026-06-05T05:57:37.409Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19202026-06-05T05:57:52.549Z PASS [ 255.152s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19212026-06-05T05:57:52.549Z────────────
19222026-06-05T05:57:52.549Z Summary [ 255.153s] 15 tests run: 15 passed (1 slow), 28 skipped
19232026-06-05T05:57:52.562Z+ cp './*.log' /work/
19242026-06-05T05:57:52.565Z+ true
19252026-06-05T05:57:52.565Z+ [[ -d proptest-regressions ]]
19262026-06-05T05:57:52.565Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19272026-06-05T05:57:52.568Z+ popd
19282026-06-05T05:57:52.568Z/work/oxidecomputer/maghemite
19292026-06-05T05:57:52.569Z+ pushd bgp
19302026-06-05T05:57:52.569Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19312026-06-05T05:57:52.569Z+ PROPTEST_CASES=1000000
19322026-06-05T05:57:52.569Z+ cargo nextest run --lib proptest
19332026-06-05T05:57:53.710Z Compiling smallvec v1.15.1
19342026-06-05T05:57:53.872Z Compiling crunchy v0.2.4
19352026-06-05T05:57:53.887Z Compiling tiny-keccak v2.0.2
19362026-06-05T05:57:53.900Z Compiling ahash v0.8.12
19372026-06-05T05:57:53.900Z Compiling smartstring v1.0.1
19382026-06-05T05:57:53.916Z Compiling thin-vec v0.2.18
19392026-06-05T05:57:53.916Z Compiling rhai_codegen v3.2.0
19402026-06-05T05:57:54.004Z Compiling icu_normalizer v2.2.0
19412026-06-05T05:57:54.022Z Compiling parking_lot_core v0.9.12
19422026-06-05T05:57:54.156Z Compiling parking_lot_core v0.8.6
19432026-06-05T05:57:54.233Z Compiling parking_lot v0.12.5
19442026-06-05T05:57:54.391Z Compiling idna_adapter v1.2.2
19452026-06-05T05:57:54.452Z Compiling tokio v1.52.3
19462026-06-05T05:57:54.535Z Compiling idna v1.1.0
19472026-06-05T05:57:54.640Z Compiling moka v0.12.15
19482026-06-05T05:57:54.747Z Compiling parking_lot v0.11.2
19492026-06-05T05:57:54.943Z Compiling url v2.5.8
19502026-06-05T05:57:55.145Z Compiling const-random-macro v0.1.16
19512026-06-05T05:57:55.199Z Compiling sled v0.34.7
19522026-06-05T05:57:55.463Z Compiling schemars v0.8.22
19532026-06-05T05:57:55.531Z Compiling const-random v0.1.18
19542026-06-05T05:57:55.611Z Compiling serial_test_derive v3.5.0
19552026-06-05T05:57:55.789Z Compiling diff v0.1.13
19562026-06-05T05:57:55.829Z Compiling yansi v1.0.1
19572026-06-05T05:57:55.846Z Compiling rhai v1.25.1
19582026-06-05T05:57:56.075Z Compiling pretty_assertions v1.4.1
19592026-06-05T05:57:56.214Z Compiling ipnetwork v0.21.1
19602026-06-05T05:57:56.323Z Compiling newtype-uuid v1.3.2
19612026-06-05T05:57:56.342Z Compiling serde_with v3.20.0
19622026-06-05T05:57:56.654Z Compiling oxnet v0.1.6
19632026-06-05T05:57:56.666Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19642026-06-05T05:57:56.945Z Compiling daft v0.1.7
19652026-06-05T05:57:57.125Z Compiling typify-impl v0.6.2
19662026-06-05T05:57:57.217Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19672026-06-05T05:57:57.653Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19682026-06-05T05:57:57.831Z Compiling iddqd v0.4.2
19692026-06-05T05:57:58.079Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19702026-06-05T05:57:58.237Z Compiling tokio-util v0.7.18
19712026-06-05T05:57:58.435Z Compiling tokio-rustls v0.26.4
19722026-06-05T05:57:58.704Z Compiling tower v0.5.3
19732026-06-05T05:57:59.003Z Compiling h2 v0.4.14
19742026-06-05T05:57:59.125Z Compiling tower-http v0.6.11
19752026-06-05T05:57:59.194Z Compiling async-compression v0.4.42
19762026-06-05T05:57:59.513Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19772026-06-05T05:57:59.552Z Compiling backoff v0.4.0
19782026-06-05T05:58:00.433Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19792026-06-05T05:58:00.807Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19802026-06-05T05:58:00.854Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19812026-06-05T05:58:00.934Z Compiling byte-wrapper v0.1.0
19822026-06-05T05:58:01.117Z Compiling hyper v1.10.1
19832026-06-05T05:58:01.195Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-06-05T05:58:01.307Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19852026-06-05T05:58:01.529Z Compiling typify v0.6.2
19862026-06-05T05:58:02.115Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-06-05T05:58:02.145Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19882026-06-05T05:58:02.383Z Compiling hyper-util v0.1.20
19892026-06-05T05:58:02.868Z Compiling hickory-proto v0.24.4
19902026-06-05T05:58:03.376Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19912026-06-05T05:58:03.394Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19922026-06-05T05:58:03.944Z Compiling hyper-rustls v0.27.9
19932026-06-05T05:58:04.070Z Compiling dropshot v0.17.1
19942026-06-05T05:58:04.153Z Compiling reqwest v0.13.4
19952026-06-05T05:58:04.244Z Compiling reqwest v0.12.28
19962026-06-05T05:58:04.563Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19972026-06-05T05:58:05.408Z Compiling progenitor-client v0.14.0
19982026-06-05T05:58:05.727Z Compiling progenitor-extras v0.2.0
19992026-06-05T05:58:05.989Z Compiling progenitor-client v0.10.0
20002026-06-05T05:58:06.558Z Compiling progenitor-client v0.13.0
20012026-06-05T05:58:06.868Z Compiling hickory-resolver v0.24.4
20022026-06-05T05:58:07.714Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20032026-06-05T05:58:08.728Z Compiling progenitor-impl v0.13.0
20042026-06-05T05:58:08.897Z Compiling tokio-stream v0.1.18
20052026-06-05T05:58:09.495Z Compiling qorb v0.4.1
20062026-06-05T05:58:10.408Z Compiling progenitor v0.13.0
20072026-06-05T05:58:10.556Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20082026-06-05T05:58:10.932Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20092026-06-05T05:58:11.816Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20102026-06-05T05:58:12.326Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20112026-06-05T05:58:12.367Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20122026-06-05T05:58:12.826Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20132026-06-05T05:58:13.077Z Compiling progenitor-impl v0.14.0
20142026-06-05T05:58:13.779Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20152026-06-05T05:58:14.051Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-06-05T05:58:14.168Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20172026-06-05T05:58:14.873Z Compiling libsw-core v0.3.2
20182026-06-05T05:58:15.047Z Compiling tokio-dtrace v0.1.1
20192026-06-05T05:58:15.059Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20202026-06-05T05:58:15.351Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20212026-06-05T05:58:15.560Z Compiling oxide-tokio-rt v0.1.6
20222026-06-05T05:58:15.787Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20232026-06-05T05:58:15.880Z Compiling libsw v3.5.0
20242026-06-05T05:58:16.062Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20252026-06-05T05:58:16.084Z Compiling progenitor v0.14.0
20262026-06-05T05:58:16.223Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-06-05T05:58:16.437Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-06-05T05:58:16.583Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-06-05T05:58:16.721Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-06-05T05:58:16.763Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-06-05T05:58:16.890Z Compiling tough v0.22.0
20322026-06-05T05:58:17.054Z Compiling cancel-safe-futures v0.1.5
20332026-06-05T05:58:17.284Z Compiling zone v0.3.1
20342026-06-05T05:58:17.319Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20352026-06-05T05:58:17.363Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-05T05:58:17.669Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-06-05T05:58:17.684Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20382026-06-05T05:58:18.080Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-05T05:58:18.253Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-06-05T05:58:18.274Z Compiling hickory-proto v0.25.2
20412026-06-05T05:58:18.739Z Compiling steno v0.4.1
20422026-06-05T05:58:19.287Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20432026-06-05T05:58:20.316Z Compiling hickory-resolver v0.25.2
20442026-06-05T05:58:21.088Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-06-05T05:58:21.231Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-05T05:58:21.269Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-06-05T05:58:21.772Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20482026-06-05T05:58:21.986Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-05T05:58:22.320Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-05T05:58:22.624Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-05T05:58:22.978Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-05T05:58:23.493Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20532026-06-05T05:58:23.579Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20542026-06-05T05:58:23.600Z Compiling serial_test v3.5.0
20552026-06-05T05:58:24.823Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-05T05:58:24.992Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-05T05:58:28.051Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20582026-06-05T05:58:30.809Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-06-05T05:58:38.447Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-06-05T05:58:40.054Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-05T05:58:41.083Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20622026-06-05T05:58:42.005Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20632026-06-05T05:58:42.827Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20642026-06-05T05:58:44.769Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20652026-06-05T05:59:15.804Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
20662026-06-05T05:59:15.983Z────────────
20672026-06-05T05:59:15.983Z Nextest run ID 32ab75c2-d8e4-4cbe-aeba-2be03bfb89e5 with nextest profile: default
20682026-06-05T05:59:15.983Z Starting 17 tests across 1 binary (133 tests skipped)
20692026-06-05T05:59:33.139Z PASS [ 16.970s] bgp proptest::prop_ipv4_wire_format_roundtrip
20702026-06-05T05:59:34.819Z PASS [ 18.835s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20712026-06-05T05:59:34.887Z PASS [ 18.897s] bgp proptest::prop_ipv4_prefixes_roundtrip
20722026-06-05T05:59:36.115Z PASS [ 20.127s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20732026-06-05T05:59:36.637Z PASS [ 20.653s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20742026-06-05T05:59:36.732Z PASS [ 20.745s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20752026-06-05T05:59:44.748Z PASS [ 28.748s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20762026-06-05T05:59:50.727Z PASS [ 17.067s] bgp proptest::prop_ipv6_wire_format_roundtrip
20772026-06-05T05:59:55.026Z PASS [ 20.203s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20782026-06-05T05:59:55.226Z PASS [ 19.112s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20792026-06-05T05:59:55.741Z PASS [ 19.009s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20802026-06-05T05:59:56.303Z PASS [ 19.663s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20812026-06-05T06:00:15.987Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20822026-06-05T06:00:19.173Z PASS [ 29.148s] bgp proptest::prop_update_mp_unreach_roundtrip
20832026-06-05T06:00:23.932Z PASS [ 67.948s] bgp proptest::prop_encode_decode_semantic_equivalence
20842026-06-05T06:00:34.884Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20852026-06-05T06:00:44.748Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20862026-06-05T06:00:45.275Z PASS [ 70.388s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20872026-06-05T06:00:55.026Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20882026-06-05T06:00:57.224Z PASS [ 62.200s] bgp proptest::prop_update_traditional_roundtrip
20892026-06-05T06:01:00.239Z PASS [ 74.272s] bgp proptest::prop_update_mp_reach_roundtrip
20902026-06-05T06:01:00.248Z────────────
20912026-06-05T06:01:00.248Z Summary [ 103.020s] 17 tests run: 17 passed (4 slow), 133 skipped
20922026-06-05T06:01:00.248Z+ cp './*.log' /work/
20932026-06-05T06:01:00.248Z+ true
20942026-06-05T06:01:00.248Z+ [[ -d proptest-regressions ]]
20952026-06-05T06:01:00.248Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20962026-06-05T06:01:00.248Z+ popd
20972026-06-05T06:01:00.248Z/work/oxidecomputer/maghemite
20982026-06-05T06:01:00.248Zprocess exited: duration 721196 ms, exit code 0
 
20992026-06-05T06:01:00.258Zfound 0 output files