01KJEMJNZSQ4Z888A6FCH3916H: 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: 01KJEMKGM523JM5HQHGCD2RQRG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-27T04:11:06.895Zjob assigned to worker 01KJEMKXYNZCY607Q7HYRXFXRB [factory aws, i-0f5ec00fdab07cec1] (queued for 1 m 24 s)
 
22026-02-27T04:11:15.780Zstarting task 0: "setup"
32026-02-27T04:11:15.787Z++ uname -s
42026-02-27T04:11:15.790Z+ kern=SunOS
52026-02-27T04:11:15.790Z+ build_user=build
62026-02-27T04:11:15.790Z+ build_uid=12345
72026-02-27T04:11:15.790Z+ work_dir=/work
82026-02-27T04:11:15.790Z+ input_dir=/input
92026-02-27T04:11:15.790Z+ [[ 0 == 12345 ]]
102026-02-27T04:11:15.790Z+ case "$kern" in
112026-02-27T04:11:15.790Z+ groupadd -g 12345 build
122026-02-27T04:11:15.793Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-27T04:11:17.801Z+ zfs create -o mountpoint=/work rpool/work
142026-02-27T04:11:17.933Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-27T04:11:17.936Z+ home_fs=zfs
162026-02-27T04:11:17.936Z+ [[ zfs == autofs ]]
172026-02-27T04:11:17.936Z+ mkdir -p /home/build
182026-02-27T04:11:17.939Z+ chown build:build /home/build /work
192026-02-27T04:11:18.943Z+ chmod 0700 /home/build /work
202026-02-27T04:11:18.947Zprocess exited: duration 3161 ms, exit code 0
 
212026-02-27T04:11:18.954Zstarting task 1: "rust-toolchain"
222026-02-27T04:11:18.959Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-02-27T04:11:18.959Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-27T04:11:18.959Z * rust toolchain channel = "stable"
252026-02-27T04:11:18.959Z * rust toolchain profile = "default"
262026-02-27T04:11:18.959Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-27T04:11:18.959Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-27T04:11:18.963Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-27T04:11:18.963Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-27T04:11:19.077Zinfo: downloading installer
312026-02-27T04:11:20.708Zwarn: It looks like you have an existing installation of Rust at:
322026-02-27T04:11:20.708Zwarn: /opt/ooce/bin
332026-02-27T04:11:20.708Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-27T04:11:20.709Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-27T04:11:20.709Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-27T04:11:20.709Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-27T04:11:20.709Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-27T04:11:20.709Zerror: cannot install while Rust is installed
392026-02-27T04:11:20.710Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-27T04:11:20.722Zinfo: profile set to 'default'
412026-02-27T04:11:20.722Zinfo: default host triple is x86_64-unknown-illumos
422026-02-27T04:11:20.728Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-27T04:11:20.898Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-27T04:11:20.898Zinfo: downloading component 'cargo'
452026-02-27T04:11:22.033Zinfo: downloading component 'clippy'
462026-02-27T04:11:22.415Zinfo: downloading component 'rust-docs'
472026-02-27T04:11:23.911Zinfo: downloading component 'rust-std'
482026-02-27T04:11:26.108Zinfo: downloading component 'rustc'
492026-02-27T04:11:35.117Zinfo: downloading component 'rustfmt'
502026-02-27T04:11:35.388Zinfo: installing component 'cargo'
512026-02-27T04:11:36.292Zinfo: installing component 'clippy'
522026-02-27T04:11:36.687Zinfo: installing component 'rust-docs'
532026-02-27T04:11:38.703Zinfo: installing component 'rust-std'
542026-02-27T04:11:40.477Zinfo: installing component 'rustc'
552026-02-27T04:11:47.176Zinfo: installing component 'rustfmt'
562026-02-27T04:11:47.498Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-02-27T04:11:47.498Z
582026-02-27T04:11:48.011Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-27T04:11:48.011Z
602026-02-27T04:11:48.014Z
612026-02-27T04:11:48.014ZRust is installed now. Great!
622026-02-27T04:11:48.015Z
632026-02-27T04:11:48.015ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-27T04:11:48.015Zenvironment variable. This has not been done automatically.
652026-02-27T04:11:48.015Z
662026-02-27T04:11:48.015ZTo configure your current shell, you need to source
672026-02-27T04:11:48.015Zthe corresponding env file under $HOME/.cargo.
682026-02-27T04:11:48.015Z
692026-02-27T04:11:48.015ZThis is usually done by running one of the following (note the leading DOT):
702026-02-27T04:11:48.015Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-27T04:11:48.015Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-27T04:11:48.015Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-27T04:11:48.130Z+ rustup --version
742026-02-27T04:11:48.142Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-27T04:11:48.145Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-27T04:11:48.217Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-27T04:11:48.220Z+ cargo --version
782026-02-27T04:11:48.278Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-27T04:11:48.281Z+ rustc --version
802026-02-27T04:11:48.347Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-27T04:11:48.350Zprocess exited: duration 29378 ms, exit code 0
 
822026-02-27T04:11:48.356Zstarting task 2: "authentication"
832026-02-27T04:11:48.378Zprocess exited: duration 22 ms, exit code 0
 
842026-02-27T04:11:48.387Zstarting task 3: "clone repository"
852026-02-27T04:11:48.390Z+ mkdir -p /work/oxidecomputer/maghemite
862026-02-27T04:11:48.393Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
872026-02-27T04:11:48.433ZCloning into '/work/oxidecomputer/maghemite'...
882026-02-27T04:11:51.784Z+ cd /work/oxidecomputer/maghemite
892026-02-27T04:11:51.787Z+ git fetch origin 8b177f7e9f8e6db76b6686183dfb36c066ed3177
902026-02-27T04:11:52.133ZFrom https://github.com/oxidecomputer/maghemite
912026-02-27T04:11:52.133Z * branch 8b177f7e9f8e6db76b6686183dfb36c066ed3177 -> FETCH_HEAD
922026-02-27T04:11:52.141Z+ [[ -n renovate/oxide-vpc-digest ]]
932026-02-27T04:11:52.144Z++ git branch --show-current
942026-02-27T04:11:52.147Z+ current=main
952026-02-27T04:11:52.147Z+ [[ main != renovate/oxide-vpc-digest ]]
962026-02-27T04:11:52.148Z+ git branch -f renovate/oxide-vpc-digest 8b177f7e9f8e6db76b6686183dfb36c066ed3177
972026-02-27T04:11:52.150Z+ git checkout -f renovate/oxide-vpc-digest
982026-02-27T04:11:52.178ZSwitched to branch 'renovate/oxide-vpc-digest'
992026-02-27T04:11:52.180Z+ git reset --hard 8b177f7e9f8e6db76b6686183dfb36c066ed3177
1002026-02-27T04:11:52.184ZHEAD is now at 8b177f7 Update oxide-vpc digest to 5d0c819
1012026-02-27T04:11:52.187Zprocess exited: duration 3798 ms, exit code 0
 
1022026-02-27T04:11:52.193Zstarting task 4: "build"
1032026-02-27T04:11:52.198Z+ set -e
1042026-02-27T04:11:52.198Z+ NEXTEST_VERSION=0.9.97
1052026-02-27T04:11:52.198Z+ PLATFORM=illumos
1062026-02-27T04:11:52.198Z+ cargo --version
1072026-02-27T04:11:52.206Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1082026-02-27T04:11:52.455Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1092026-02-27T04:11:52.458Zinfo: downloading component 'cargo'
1102026-02-27T04:11:53.555Zinfo: downloading component 'clippy'
1112026-02-27T04:11:54.013Zinfo: downloading component 'rust-docs'
1122026-02-27T04:11:56.300Zinfo: downloading component 'rust-std'
1132026-02-27T04:11:59.099Zinfo: downloading component 'rustc'
1142026-02-27T04:12:07.366Zinfo: downloading component 'rustfmt'
1152026-02-27T04:12:07.656Zinfo: installing component 'cargo'
1162026-02-27T04:12:08.590Zinfo: installing component 'clippy'
1172026-02-27T04:12:08.978Zinfo: installing component 'rust-docs'
1182026-02-27T04:12:10.939Zinfo: installing component 'rust-std'
1192026-02-27T04:12:12.723Zinfo: installing component 'rustc'
1202026-02-27T04:12:19.410Zinfo: installing component 'rustfmt'
1212026-02-27T04:12:19.844Zcargo 1.92.0 (344c4567c 2025-10-21)
1222026-02-27T04:12:19.848Z+ rustc --version
1232026-02-27T04:12:19.931Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1242026-02-27T04:12:19.935Z+ cargo install cargo-nextest --version 0.9.97
1252026-02-27T04:12:20.041Z Updating crates.io index
1262026-02-27T04:12:20.164Z Downloading crates ...
1272026-02-27T04:12:20.226Z Downloaded cargo-nextest v0.9.97
1282026-02-27T04:12:20.333Z Installing cargo-nextest v0.9.97
1292026-02-27T04:12:20.416Z Updating crates.io index
1302026-02-27T04:12:23.937Z Locking 405 packages to latest compatible versions
1312026-02-27T04:12:23.942Z Adding dialoguer v0.11.0 (available: v0.12.0)
1322026-02-27T04:12:23.945Z Adding duct v0.13.7 (available: v1.1.1)
1332026-02-27T04:12:23.945Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1342026-02-27T04:12:23.945Z Adding generic-array v0.14.7 (available: v0.14.9)
1352026-02-27T04:12:23.948Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1362026-02-27T04:12:23.952Z Adding nextest-filtering v0.15.0 (available: v0.18.0)
1372026-02-27T04:12:23.952Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1382026-02-27T04:12:23.952Z Adding nextest-runner v0.80.0 (available: v0.110.0)
1392026-02-27T04:12:23.973Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1402026-02-27T04:12:23.988Z Downloading crates ...
1412026-02-27T04:12:24.096Z Downloaded crypto-common v0.1.7
1422026-02-27T04:12:24.099Z Downloaded anstyle-query v1.1.5
1432026-02-27T04:12:24.099Z Downloaded hex v0.4.3
1442026-02-27T04:12:24.099Z Downloaded future-queue v0.4.0
1452026-02-27T04:12:24.107Z Downloaded const-oid v0.9.6
1462026-02-27T04:12:24.107Z Downloaded generic-array v0.14.7
1472026-02-27T04:12:24.112Z Downloaded home v0.5.12
1482026-02-27T04:12:24.112Z Downloaded getrandom v0.3.4
1492026-02-27T04:12:24.118Z Downloaded enable-ansi-support v0.2.1
1502026-02-27T04:12:24.118Z Downloaded indent_write v2.2.0
1512026-02-27T04:12:24.118Z Downloaded atomicwrites v0.4.4
1522026-02-27T04:12:24.121Z Downloaded async-scoped v0.9.0
1532026-02-27T04:12:24.121Z Downloaded guppy-workspace-hack v0.1.0
1542026-02-27T04:12:24.125Z Downloaded backtrace-ext v0.2.1
1552026-02-27T04:12:24.128Z Downloaded cfg-if v1.0.4
1562026-02-27T04:12:24.128Z Downloaded http-body v1.0.1
1572026-02-27T04:12:24.133Z Downloaded cargo-platform v0.2.0
1582026-02-27T04:12:24.133Z Downloaded percent-encoding v2.3.2
1592026-02-27T04:12:24.137Z Downloaded anstream v0.6.21
1602026-02-27T04:12:24.137Z Downloaded base64ct v1.8.3
1612026-02-27T04:12:24.140Z Downloaded humantime v2.3.0
1622026-02-27T04:12:24.144Z Downloaded anstyle v1.0.13
1632026-02-27T04:12:24.149Z Downloaded rand_chacha v0.9.0
1642026-02-27T04:12:24.149Z Downloaded atomic-waker v1.1.2
1652026-02-27T04:12:24.149Z Downloaded adler2 v2.0.1
1662026-02-27T04:12:24.149Z Downloaded hyper-rustls v0.27.7
1672026-02-27T04:12:24.153Z Downloaded self-replace v1.5.0
1682026-02-27T04:12:24.156Z Downloaded cfg-expr v0.20.6
1692026-02-27T04:12:24.159Z Downloaded humantime-serde v1.1.1
1702026-02-27T04:12:24.163Z Downloaded log v0.4.29
1712026-02-27T04:12:24.163Z Downloaded camino v1.2.2
1722026-02-27T04:12:24.168Z Downloaded cargo-util-schemas v0.2.0
1732026-02-27T04:12:24.168Z Downloaded proc-macro2 v1.0.106
1742026-02-27T04:12:24.171Z Downloaded cargo-platform v0.3.2
1752026-02-27T04:12:24.174Z Downloaded bitflags v2.11.0
1762026-02-27T04:12:24.177Z Downloaded miniz_oxide v0.8.9
1772026-02-27T04:12:24.180Z Downloaded cfg_aliases v0.2.1
1782026-02-27T04:12:24.183Z Downloaded http-body-util v0.1.3
1792026-02-27T04:12:24.187Z Downloaded quinn v0.11.9
1802026-02-27T04:12:24.190Z Downloaded itoa v1.0.17
1812026-02-27T04:12:24.190Z Downloaded cargo_metadata v0.23.1
1822026-02-27T04:12:24.192Z Downloaded http v1.4.0
1832026-02-27T04:12:24.196Z Downloaded idna_adapter v1.0.0
1842026-02-27T04:12:24.199Z Downloaded equivalent v1.0.2
1852026-02-27T04:12:24.199Z Downloaded futures-task v0.3.32
1862026-02-27T04:12:24.201Z Downloaded rustc_version v0.4.1
1872026-02-27T04:12:24.204Z Downloaded mukti-metadata v0.3.0
1882026-02-27T04:12:24.204Z Downloaded lazy_static v1.5.0
1892026-02-27T04:12:24.207Z Downloaded futures-macro v0.3.32
1902026-02-27T04:12:24.211Z Downloaded borsh v1.6.0
1912026-02-27T04:12:24.215Z Downloaded sigchld v0.2.4
1922026-02-27T04:12:24.218Z Downloaded anstyle-parse v0.2.7
1932026-02-27T04:12:24.221Z Downloaded os_pipe v1.2.3
1942026-02-27T04:12:24.225Z Downloaded document-features v0.2.12
1952026-02-27T04:12:24.225Z Downloaded lru-slab v0.1.2
1962026-02-27T04:12:24.225Z Downloaded futures-io v0.3.32
1972026-02-27T04:12:24.228Z Downloaded openssl-probe v0.2.1
1982026-02-27T04:12:24.228Z Downloaded form_urlencoded v1.2.2
1992026-02-27T04:12:24.231Z Downloaded litrs v1.0.0
2002026-02-27T04:12:24.235Z Downloaded nextest-workspace-hack v0.1.0
2012026-02-27T04:12:24.235Z Downloaded subtle v2.6.1
2022026-02-27T04:12:24.240Z Downloaded debug-ignore v1.0.5
2032026-02-27T04:12:24.240Z Downloaded futures-sink v0.3.32
2042026-02-27T04:12:24.245Z Downloaded indenter v0.3.4
2052026-02-27T04:12:24.245Z Downloaded serde_spanned v1.0.4
2062026-02-27T04:12:24.245Z Downloaded openssl-macros v0.1.1
2072026-02-27T04:12:24.245Z Downloaded hyper-tls v0.6.0
2082026-02-27T04:12:24.247Z Downloaded clap_lex v1.0.0
2092026-02-27T04:12:24.247Z Downloaded cpufeatures v0.2.17
2102026-02-27T04:12:24.250Z Downloaded fnv v1.0.7
2112026-02-27T04:12:24.250Z Downloaded foreign-types-shared v0.1.1
2122026-02-27T04:12:24.253Z Downloaded serde_path_to_error v0.1.20
2132026-02-27T04:12:24.253Z Downloaded foldhash v0.1.5
2142026-02-27T04:12:24.256Z Downloaded scopeguard v1.2.0
2152026-02-27T04:12:24.259Z Downloaded futures-executor v0.3.32
2162026-02-27T04:12:24.259Z Downloaded nested v0.1.1
2172026-02-27T04:12:24.263Z Downloaded convert_case v0.10.0
2182026-02-27T04:12:24.263Z Downloaded camino-tempfile v1.4.1
2192026-02-27T04:12:24.267Z Downloaded rustc-hash v2.1.1
2202026-02-27T04:12:24.267Z Downloaded pathdiff v0.2.3
2212026-02-27T04:12:24.267Z Downloaded foreign-types v0.3.2
2222026-02-27T04:12:24.270Z Downloaded colorchoice v1.0.4
2232026-02-27T04:12:24.270Z Downloaded errno v0.3.14
2242026-02-27T04:12:24.272Z Downloaded curve25519-dalek-derive v0.1.1
2252026-02-27T04:12:24.272Z Downloaded pin-utils v0.1.0
2262026-02-27T04:12:24.275Z Downloaded fastrand v2.3.0
2272026-02-27T04:12:24.275Z Downloaded native-tls v0.2.18
2282026-02-27T04:12:24.280Z Downloaded lock_api v0.4.14
2292026-02-27T04:12:24.283Z Downloaded is_ci v1.2.0
2302026-02-27T04:12:24.284Z Downloaded ppv-lite86 v0.2.21
2312026-02-27T04:12:24.284Z Downloaded httparse v1.10.1
2322026-02-27T04:12:24.286Z Downloaded serde_ignored v0.1.14
2332026-02-27T04:12:24.286Z Downloaded serde_urlencoded v0.7.1
2342026-02-27T04:12:24.290Z Downloaded heck v0.5.0
2352026-02-27T04:12:24.290Z Downloaded pkg-config v0.3.32
2362026-02-27T04:12:24.293Z Downloaded futures-core v0.3.32
2372026-02-27T04:12:24.297Z Downloaded shared_child v1.1.1
2382026-02-27T04:12:24.297Z Downloaded signature v2.2.0
2392026-02-27T04:12:24.300Z Downloaded ipnet v2.11.0
2402026-02-27T04:12:24.300Z Downloaded serde-value v0.7.0
2412026-02-27T04:12:24.300Z Downloaded shell-words v1.1.1
2422026-02-27T04:12:24.302Z Downloaded filetime v0.2.27
2432026-02-27T04:12:24.302Z Downloaded supports-color v3.0.2
2442026-02-27T04:12:24.308Z Downloaded bytes v1.11.1
2452026-02-27T04:12:24.311Z Downloaded rand_core v0.6.4
2462026-02-27T04:12:24.311Z Downloaded globset v0.4.18
2472026-02-27T04:12:24.315Z Downloaded either v1.15.0
2482026-02-27T04:12:24.315Z Downloaded strip-ansi-escapes v0.2.1
2492026-02-27T04:12:24.319Z Downloaded dialoguer v0.11.0
2502026-02-27T04:12:24.319Z Downloaded ed25519 v2.2.3
2512026-02-27T04:12:24.322Z Downloaded terminal_size v0.4.3
2522026-02-27T04:12:24.322Z Downloaded sync_wrapper v1.0.2
2532026-02-27T04:12:24.325Z Downloaded swrite v0.1.0
2542026-02-27T04:12:24.326Z Downloaded serde_spanned v0.6.9
2552026-02-27T04:12:24.326Z Downloaded digest v0.10.7
2562026-02-27T04:12:24.332Z Downloaded nextest-filtering v0.15.0
2572026-02-27T04:12:24.336Z Downloaded fixedbitset v0.5.7
2582026-02-27T04:12:24.336Z Downloaded supports-hyperlinks v3.2.0
2592026-02-27T04:12:24.336Z Downloaded color-spantrace v0.3.0
2602026-02-27T04:12:24.336Z Downloaded crc32fast v1.5.0
2612026-02-27T04:12:24.336Z Downloaded target-spec-miette v0.4.5
2622026-02-27T04:12:24.339Z Downloaded supports-unicode v3.0.0
2632026-02-27T04:12:24.342Z Downloaded ordered-float v2.10.1
2642026-02-27T04:12:24.342Z Downloaded derive-where v1.6.0
2652026-02-27T04:12:24.345Z Downloaded signal-hook-mio v0.2.5
2662026-02-27T04:12:24.349Z Downloaded strsim v0.11.1
2672026-02-27T04:12:24.349Z Downloaded is_terminal_polyfill v1.70.2
2682026-02-27T04:12:24.352Z Downloaded quote v1.0.44
2692026-02-27T04:12:24.352Z Downloaded owo-colors v4.3.0
2702026-02-27T04:12:24.354Z Downloaded pin-project-lite v0.2.16
2712026-02-27T04:12:24.359Z Downloaded tinyvec_macros v0.1.1
2722026-02-27T04:12:24.362Z Downloaded rustls-pki-types v1.14.0
2732026-02-27T04:12:24.366Z Downloaded number_prefix v0.4.0
2742026-02-27T04:12:24.366Z Downloaded typeid v1.0.3
2752026-02-27T04:12:24.366Z Downloaded find-msvc-tools v0.1.9
2762026-02-27T04:12:24.368Z Downloaded block-buffer v0.10.4
2772026-02-27T04:12:24.368Z Downloaded shlex v1.3.0
2782026-02-27T04:12:24.371Z Downloaded spki v0.7.3
2792026-02-27T04:12:24.374Z Downloaded miette-derive v7.6.0
2802026-02-27T04:12:24.374Z Downloaded nextest-metadata v0.12.2
2812026-02-27T04:12:24.378Z Downloaded semver v1.0.27
2822026-02-27T04:12:24.378Z Downloaded rustc-demangle v0.1.27
2832026-02-27T04:12:24.380Z Downloaded tower-layer v0.3.3
2842026-02-27T04:12:24.380Z Downloaded simd-adler32 v0.3.8
2852026-02-27T04:12:24.383Z Downloaded pkcs8 v0.10.2
2862026-02-27T04:12:24.386Z Downloaded try-lock v0.2.5
2872026-02-27T04:12:24.386Z Downloaded erased-serde v0.4.9
2882026-02-27T04:12:24.389Z Downloaded unicode-linebreak v0.1.5
2892026-02-27T04:12:24.390Z Downloaded pin-project-internal v1.1.10
2902026-02-27T04:12:24.392Z Downloaded static_assertions v1.1.0
2912026-02-27T04:12:24.392Z Downloaded target-lexicon v0.13.3
2922026-02-27T04:12:24.395Z Downloaded thiserror-impl v1.0.69
2932026-02-27T04:12:24.398Z Downloaded thiserror v1.0.69
2942026-02-27T04:12:24.401Z Downloaded utf8parse v0.2.2
2952026-02-27T04:12:24.403Z Downloaded urlencoding v2.1.3
2962026-02-27T04:12:24.403Z Downloaded smol_str v0.3.5
2972026-02-27T04:12:24.407Z Downloaded serde-untagged v0.1.9
2982026-02-27T04:12:24.407Z Downloaded clap_derive v4.5.55
2992026-02-27T04:12:24.410Z Downloaded slab v0.4.12
3002026-02-27T04:12:24.410Z Downloaded signal-hook-registry v1.4.8
3012026-02-27T04:12:24.414Z Downloaded duct v0.13.7
3022026-02-27T04:12:24.414Z Downloaded base64 v0.22.1
3032026-02-27T04:12:24.417Z Downloaded jobserver v0.1.34
3042026-02-27T04:12:24.420Z Downloaded iana-time-zone v0.1.65
3052026-02-27T04:12:24.423Z Downloaded autocfg v1.5.0
3062026-02-27T04:12:24.425Z Downloaded want v0.3.1
3072026-02-27T04:12:24.426Z Downloaded version_check v0.9.5
3082026-02-27T04:12:24.434Z Downloaded xattr v1.6.1
3092026-02-27T04:12:24.434Z Downloaded toml_write v0.1.2
3102026-02-27T04:12:24.437Z Downloaded untrusted v0.9.0
3112026-02-27T04:12:24.438Z Downloaded quick-junit v0.5.2
3122026-02-27T04:12:24.438Z Downloaded thiserror v2.0.18
3132026-02-27T04:12:24.441Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3142026-02-27T04:12:24.441Z Downloaded tokio-native-tls v0.3.1
3152026-02-27T04:12:24.444Z Downloaded tokio-macros v2.6.0
3162026-02-27T04:12:24.444Z Downloaded newtype-uuid v1.3.2
3172026-02-27T04:12:24.447Z Downloaded thread_local v1.1.9
3182026-02-27T04:12:24.447Z Downloaded thiserror-impl v2.0.18
3192026-02-27T04:12:24.450Z Downloaded parking_lot_core v0.9.12
3202026-02-27T04:12:24.453Z Downloaded once_cell v1.21.3
3212026-02-27T04:12:24.453Z Downloaded parking_lot v0.12.5
3222026-02-27T04:12:24.458Z Downloaded tempfile v3.26.0
3232026-02-27T04:12:24.461Z Downloaded rand_core v0.9.5
3242026-02-27T04:12:24.461Z Downloaded toml_writer v1.0.6+spec-1.1.0
3252026-02-27T04:12:24.461Z Downloaded cargo_metadata v0.20.0
3262026-02-27T04:12:24.464Z Downloaded target-spec v3.5.7
3272026-02-27T04:12:24.466Z Downloaded ahash v0.8.12
3282026-02-27T04:12:24.466Z Downloaded futures-channel v0.3.32
3292026-02-27T04:12:24.469Z Downloaded addr2line v0.25.1
3302026-02-27T04:12:24.472Z Downloaded num-traits v0.2.19
3312026-02-27T04:12:24.475Z Downloaded tracing-log v0.2.0
3322026-02-27T04:12:24.478Z Downloaded backtrace v0.3.76
3332026-02-27T04:12:24.481Z Downloaded clap v4.5.60
3342026-02-27T04:12:24.489Z Downloaded tokio-stream v0.1.18
3352026-02-27T04:12:24.493Z Downloaded tracing-attributes v0.1.31
3362026-02-27T04:12:24.496Z Downloaded quinn-udp v0.5.14
3372026-02-27T04:12:24.499Z Downloaded toml v0.8.23
3382026-02-27T04:12:24.502Z Downloaded ryu v1.0.23
3392026-02-27T04:12:24.506Z Downloaded unicase v2.9.0
3402026-02-27T04:12:24.506Z Downloaded eyre v0.6.12
3412026-02-27T04:12:24.509Z Downloaded tinyvec v1.10.0
3422026-02-27T04:12:24.512Z Downloaded sha2 v0.10.9
3432026-02-27T04:12:24.515Z Downloaded pin-project v1.1.10
3442026-02-27T04:12:24.524Z Downloaded zstd-safe v7.2.4
3452026-02-27T04:12:24.527Z Downloaded zipsign-api v0.1.5
3462026-02-27T04:12:24.530Z Downloaded futures v0.3.32
3472026-02-27T04:12:24.533Z Downloaded zmij v1.0.21
3482026-02-27T04:12:24.535Z Downloaded tower-service v0.3.3
3492026-02-27T04:12:24.535Z Downloaded toml_datetime v0.6.11
3502026-02-27T04:12:24.538Z Downloaded memchr v2.8.0
3512026-02-27T04:12:24.541Z Downloaded tracing-error v0.2.1
3522026-02-27T04:12:24.544Z Downloaded signal-hook v0.3.18
3532026-02-27T04:12:24.548Z Downloaded console v0.15.11
3542026-02-27T04:12:24.553Z Downloaded indicatif v0.17.11
3552026-02-27T04:12:24.553Z Downloaded config v0.15.19
3562026-02-27T04:12:24.556Z Downloaded unicode-xid v0.2.6
3572026-02-27T04:12:24.557Z Downloaded socket2 v0.6.2
3582026-02-27T04:12:24.560Z Downloaded serde_derive v1.0.228
3592026-02-27T04:12:24.564Z Downloaded hyper v1.8.1
3602026-02-27T04:12:24.568Z Downloaded utf8_iter v1.0.4
3612026-02-27T04:12:24.571Z Downloaded openssl v0.10.75
3622026-02-27T04:12:24.577Z Downloaded textwrap v0.16.2
3632026-02-27T04:12:24.581Z Downloaded smallvec v1.15.1
3642026-02-27T04:12:24.584Z Downloaded cc v1.2.56
3652026-02-27T04:12:24.584Z Downloaded zstd v0.13.3
3662026-02-27T04:12:24.587Z Downloaded zeroize v1.8.2
3672026-02-27T04:12:24.591Z Downloaded self_update v0.42.0
3682026-02-27T04:12:24.594Z Downloaded openssl-sys v0.9.111
3692026-02-27T04:12:24.597Z Downloaded unicode-ident v1.0.24
3702026-02-27T04:12:24.600Z Downloaded tar v0.4.44
3712026-02-27T04:12:24.603Z Downloaded miette v7.6.0
3722026-02-27T04:12:24.606Z Downloaded uuid v1.21.0
3732026-02-27T04:12:24.609Z Downloaded flate2 v1.1.9
3742026-02-27T04:12:24.611Z Downloaded vte v0.14.1
3752026-02-27T04:12:24.649Z Downloaded hyper-util v0.1.20
3762026-02-27T04:12:24.649Z Downloaded indexmap v2.13.0
3772026-02-27T04:12:24.649Z Downloaded derive_more v2.1.1
3782026-02-27T04:12:24.649Z Downloaded tracing-core v0.1.36
3792026-02-27T04:12:24.649Z Downloaded rand v0.9.2
3802026-02-27T04:12:24.649Z Downloaded serde v1.0.228
3812026-02-27T04:12:24.649Z Downloaded rustls-webpki v0.103.9
3822026-02-27T04:12:24.649Z Downloaded ed25519-dalek v2.2.0
3832026-02-27T04:12:24.652Z Downloaded toml_edit v0.22.27
3842026-02-27T04:12:24.655Z Downloaded der v0.7.10
3852026-02-27T04:12:24.658Z Downloaded mio v1.1.1
3862026-02-27T04:12:24.662Z Downloaded derive_more-impl v2.1.1
3872026-02-27T04:12:24.667Z Downloaded toml_parser v1.0.9+spec-1.1.0
3882026-02-27T04:12:24.670Z Downloaded sharded-slab v0.1.7
3892026-02-27T04:12:24.673Z Downloaded getrandom v0.2.17
3902026-02-27T04:12:24.676Z Downloaded xxhash-rust v0.8.15
3912026-02-27T04:12:24.678Z Downloaded regex v1.12.3
3922026-02-27T04:12:24.682Z Downloaded toml v0.9.12+spec-1.1.0
3932026-02-27T04:12:24.686Z Downloaded tokio-rustls v0.26.4
3942026-02-27T04:12:24.689Z Downloaded serde_core v1.0.228
3952026-02-27T04:12:24.692Z Downloaded getrandom v0.4.1
3962026-02-27T04:12:24.695Z Downloaded typenum v1.19.0
3972026-02-27T04:12:24.699Z Downloaded ron v0.12.0
3982026-02-27T04:12:24.707Z Downloaded url v2.5.8
3992026-02-27T04:12:24.710Z Downloaded crossterm v0.29.0
4002026-02-27T04:12:24.716Z Downloaded chrono v0.4.44
4012026-02-27T04:12:24.722Z Downloaded hashbrown v0.15.5
4022026-02-27T04:12:24.726Z Downloaded aho-corasick v1.1.4
4032026-02-27T04:12:24.731Z Downloaded unicode-segmentation v1.12.0
4042026-02-27T04:12:24.738Z Downloaded unicode-normalization v0.1.25
4052026-02-27T04:12:24.746Z Downloaded guppy v0.17.25
4062026-02-27T04:12:24.751Z Downloaded tower-http v0.6.8
4072026-02-27T04:12:24.759Z Downloaded hashbrown v0.16.1
4082026-02-27T04:12:24.763Z Downloaded clap_builder v4.5.60
4092026-02-27T04:12:24.769Z Downloaded reqwest v0.12.28
4102026-02-27T04:12:24.774Z Downloaded itertools v0.14.0
4112026-02-27T04:12:24.780Z Downloaded iri-string v0.7.10
4122026-02-27T04:12:24.788Z Downloaded h2 v0.4.13
4132026-02-27T04:12:24.794Z Downloaded tower v0.5.3
4142026-02-27T04:12:24.804Z Downloaded serde_json v1.0.149
4152026-02-27T04:12:24.809Z Downloaded pulldown-cmark v0.13.1
4162026-02-27T04:12:24.815Z Downloaded idna v1.1.0
4172026-02-27T04:12:24.818Z Downloaded quick-xml v0.37.5
4182026-02-27T04:12:24.821Z Downloaded nix v0.30.1
4192026-02-27T04:12:24.831Z Downloaded futures-util v0.3.32
4202026-02-27T04:12:24.842Z Downloaded rustls v0.23.37
4212026-02-27T04:12:24.853Z Downloaded tokio-util v0.7.18
4222026-02-27T04:12:24.859Z Downloaded gimli v0.32.3
4232026-02-27T04:12:24.866Z Downloaded zerocopy v0.8.40
4242026-02-27T04:12:24.875Z Downloaded quick-xml v0.38.4
4252026-02-27T04:12:24.879Z Downloaded unicode-width v0.2.2
4262026-02-27T04:12:24.885Z Downloaded unicode-width v0.1.14
4272026-02-27T04:12:24.890Z Downloaded syn v2.0.117
4282026-02-27T04:12:24.903Z Downloaded winnow v0.7.14
4292026-02-27T04:12:24.908Z Downloaded quinn-proto v0.11.13
4302026-02-27T04:12:24.914Z Downloaded vcpkg v0.2.15
4312026-02-27T04:12:24.949Z Downloaded bstr v1.12.1
4322026-02-27T04:12:24.956Z Downloaded curve25519-dalek v4.1.3
4332026-02-27T04:12:24.963Z Downloaded tracing-subscriber v0.3.22
4342026-02-27T04:12:24.970Z Downloaded portable-atomic v1.13.1
4352026-02-27T04:12:24.984Z Downloaded webpki-roots v1.0.6
4362026-02-27T04:12:24.987Z Downloaded nextest-runner v0.80.0
4372026-02-27T04:12:24.998Z Downloaded object v0.37.3
4382026-02-27T04:12:25.007Z Downloaded color-eyre v0.6.5
4392026-02-27T04:12:25.013Z Downloaded regex-syntax v0.8.10
4402026-02-27T04:12:25.022Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4412026-02-27T04:12:25.046Z Downloaded rustix v1.1.4
4422026-02-27T04:12:25.066Z Downloaded rustix v0.38.44
4432026-02-27T04:12:25.109Z Downloaded tracing v0.1.44
4442026-02-27T04:12:25.150Z Downloaded regex-automata v0.4.14
4452026-02-27T04:12:25.246Z Downloaded libc v0.2.182
4462026-02-27T04:12:25.279Z Downloaded tokio v1.49.0
4472026-02-27T04:12:25.316Z Downloaded petgraph v0.8.3
4482026-02-27T04:12:25.403Z Downloaded recursion v0.5.4
4492026-02-27T04:12:25.412Z Downloaded ring v0.17.14
4502026-02-27T04:12:25.504Z Compiling proc-macro2 v1.0.106
4512026-02-27T04:12:25.507Z Compiling libc v0.2.182
4522026-02-27T04:12:25.507Z Compiling unicode-ident v1.0.24
4532026-02-27T04:12:25.507Z Compiling quote v1.0.44
4542026-02-27T04:12:25.507Z Compiling serde_core v1.0.228
4552026-02-27T04:12:25.507Z Compiling cfg-if v1.0.4
4562026-02-27T04:12:25.507Z Compiling memchr v2.8.0
4572026-02-27T04:12:25.507Z Compiling once_cell v1.21.3
4582026-02-27T04:12:25.820Z Compiling log v0.4.29
4592026-02-27T04:12:25.919Z Compiling pin-project-lite v0.2.16
4602026-02-27T04:12:26.060Z Compiling serde v1.0.228
4612026-02-27T04:12:26.229Z Compiling itoa v1.0.17
4622026-02-27T04:12:26.404Z Compiling futures-core v0.3.32
4632026-02-27T04:12:26.672Z Compiling bitflags v2.11.0
4642026-02-27T04:12:26.718Z Compiling smallvec v1.15.1
4652026-02-27T04:12:26.735Z Compiling equivalent v1.0.2
4662026-02-27T04:12:26.864Z Compiling hashbrown v0.16.1
4672026-02-27T04:12:27.226Z Compiling shlex v1.3.0
4682026-02-27T04:12:27.482Z Compiling find-msvc-tools v0.1.9
4692026-02-27T04:12:27.576Z Compiling bytes v1.11.1
4702026-02-27T04:12:28.038Z Compiling errno v0.3.14
4712026-02-27T04:12:28.049Z Compiling jobserver v0.1.34
4722026-02-27T04:12:28.256Z Compiling signal-hook-registry v1.4.8
4732026-02-27T04:12:28.277Z Compiling mio v1.1.1
4742026-02-27T04:12:28.293Z Compiling rustix v1.1.4
4752026-02-27T04:12:28.341Z Compiling futures-sink v0.3.32
4762026-02-27T04:12:28.523Z Compiling syn v2.0.117
4772026-02-27T04:12:28.541Z Compiling cc v1.2.56
4782026-02-27T04:12:28.668Z Compiling socket2 v0.6.2
4792026-02-27T04:12:29.487Z Compiling slab v0.4.12
4802026-02-27T04:12:29.593Z Compiling zmij v1.0.21
4812026-02-27T04:12:29.758Z Compiling futures-channel v0.3.32
4822026-02-27T04:12:29.802Z Compiling tracing-core v0.1.36
4832026-02-27T04:12:30.218Z Compiling version_check v0.9.5
4842026-02-27T04:12:30.271Z Compiling serde_json v1.0.149
4852026-02-27T04:12:30.729Z Compiling getrandom v0.4.1
4862026-02-27T04:12:30.760Z Compiling futures-io v0.3.32
4872026-02-27T04:12:31.127Z Compiling futures-task v0.3.32
4882026-02-27T04:12:31.154Z Compiling unicode-width v0.2.2
4892026-02-27T04:12:31.260Z Compiling camino v1.2.2
4902026-02-27T04:12:31.462Z Compiling indexmap v2.13.0
4912026-02-27T04:12:31.767Z Compiling ring v0.17.14
4922026-02-27T04:12:31.949Z Compiling http v1.4.0
4932026-02-27T04:12:32.088Z Compiling zeroize v1.8.2
4942026-02-27T04:12:32.267Z Compiling percent-encoding v2.3.2
4952026-02-27T04:12:32.448Z Compiling simd-adler32 v0.3.8
4962026-02-27T04:12:32.810Z Compiling adler2 v2.0.1
4972026-02-27T04:12:32.859Z Compiling autocfg v1.5.0
4982026-02-27T04:12:33.099Z Compiling miniz_oxide v0.8.9
4992026-02-27T04:12:33.653Z Compiling num-traits v0.2.19
5002026-02-27T04:12:34.066Z Compiling zerocopy v0.8.40
5012026-02-27T04:12:34.619Z Compiling target-lexicon v0.13.3
5022026-02-27T04:12:34.857Z Compiling winnow v0.7.14
5032026-02-27T04:12:35.217Z Compiling object v0.37.3
5042026-02-27T04:12:35.630Z Compiling getrandom v0.3.4
5052026-02-27T04:12:36.186Z Compiling http-body v1.0.1
5062026-02-27T04:12:36.230Z Compiling rustls-pki-types v1.14.0
5072026-02-27T04:12:36.293Z Compiling semver v1.0.27
5082026-02-27T04:12:36.442Z Compiling getrandom v0.2.17
5092026-02-27T04:12:36.472Z Compiling owo-colors v4.3.0
5102026-02-27T04:12:36.795Z Compiling typenum v1.19.0
5112026-02-27T04:12:37.083Z Compiling httparse v1.10.1
5122026-02-27T04:12:37.509Z Compiling untrusted v0.9.0
5132026-02-27T04:12:37.511Z Compiling guppy-workspace-hack v0.1.0
5142026-02-27T04:12:37.721Z Compiling fnv v1.0.7
5152026-02-27T04:12:37.743Z Compiling signal-hook v0.3.18
5162026-02-27T04:12:37.747Z Compiling gimli v0.32.3
5172026-02-27T04:12:37.883Z Compiling thiserror v2.0.18
5182026-02-27T04:12:38.474Z Compiling serde_derive v1.0.228
5192026-02-27T04:12:38.545Z Compiling tokio-macros v2.6.0
5202026-02-27T04:12:39.487Z Compiling futures-macro v0.3.32
5212026-02-27T04:12:39.792Z Compiling tracing-attributes v0.1.31
5222026-02-27T04:12:40.142Z Compiling tokio v1.49.0
5232026-02-27T04:12:40.490Z Compiling thiserror-impl v2.0.18
5242026-02-27T04:12:41.290Z Compiling futures-util v0.3.32
5252026-02-27T04:12:42.435Z Compiling tracing v0.1.44
5262026-02-27T04:12:43.177Z Compiling addr2line v0.25.1
5272026-02-27T04:12:44.010Z Compiling form_urlencoded v1.2.2
5282026-02-27T04:12:44.529Z Compiling generic-array v0.14.7
5292026-02-27T04:12:44.553Z Compiling atomic-waker v1.1.2
5302026-02-27T04:12:44.778Z Compiling fastrand v2.3.0
5312026-02-27T04:12:44.944Z Compiling try-lock v0.2.5
5322026-02-27T04:12:45.117Z Compiling typeid v1.0.3
5332026-02-27T04:12:45.403Z Compiling rustc-demangle v0.1.27
5342026-02-27T04:12:45.649Z Compiling pkg-config v0.3.32
5352026-02-27T04:12:46.317Z Compiling idna_adapter v1.0.0
5362026-02-27T04:12:46.486Z Compiling target-spec v3.5.7
5372026-02-27T04:12:46.720Z Compiling tower-service v0.3.3
5382026-02-27T04:12:46.767Z Compiling rustls v0.23.37
5392026-02-27T04:12:46.864Z Compiling thiserror v1.0.69
5402026-02-27T04:12:47.024Z Compiling utf8_iter v1.0.4
5412026-02-27T04:12:47.187Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5422026-02-27T04:12:47.325Z Compiling idna v1.1.0
5432026-02-27T04:12:47.536Z Compiling tempfile v3.26.0
5442026-02-27T04:12:47.629Z Compiling want v0.3.1
5452026-02-27T04:12:47.955Z Compiling cfg-expr v0.20.6
5462026-02-27T04:12:47.973Z Compiling thiserror-impl v1.0.69
5472026-02-27T04:12:49.440Z Compiling tokio-util v0.7.18
5482026-02-27T04:12:50.256Z Compiling rustls-webpki v0.103.9
5492026-02-27T04:12:50.691Z Compiling h2 v0.4.13
5502026-02-27T04:12:51.102Z Compiling backtrace v0.3.76
5512026-02-27T04:12:52.127Z Compiling terminal_size v0.4.3
5522026-02-27T04:12:52.452Z Compiling aho-corasick v1.1.4
5532026-02-27T04:12:53.006Z Compiling pin-utils v0.1.0
5542026-02-27T04:12:53.130Z Compiling subtle v2.6.1
5552026-02-27T04:12:53.249Z Compiling regex-syntax v0.8.10
5562026-02-27T04:12:53.447Z Compiling erased-serde v0.4.9
5572026-02-27T04:12:56.363Z Compiling hyper v1.8.1
5582026-02-27T04:12:57.780Z Compiling regex-automata v0.4.14
5592026-02-27T04:13:05.298Z Compiling url v2.5.8
5602026-02-27T04:13:06.504Z Compiling serde_spanned v0.6.9
5612026-02-27T04:13:06.776Z Compiling toml_datetime v0.6.11
5622026-02-27T04:13:07.543Z Compiling ahash v0.8.12
5632026-02-27T04:13:07.989Z Compiling sync_wrapper v1.0.2
5642026-02-27T04:13:08.180Z Compiling portable-atomic v1.13.1
5652026-02-27T04:13:09.142Z Compiling nextest-workspace-hack v0.1.0
5662026-02-27T04:13:09.532Z Compiling crc32fast v1.5.0
5672026-02-27T04:13:10.056Z Compiling unicode-linebreak v0.1.5
5682026-02-27T04:13:10.075Z Compiling either v1.15.0
5692026-02-27T04:13:10.231Z Compiling parking_lot_core v0.9.12
5702026-02-27T04:13:10.484Z Compiling ipnet v2.11.0
5712026-02-27T04:13:10.528Z Compiling foldhash v0.1.5
5722026-02-27T04:13:10.633Z Compiling is_ci v1.2.0
5732026-02-27T04:13:10.717Z Compiling unicode-segmentation v1.12.0
5742026-02-27T04:13:10.720Z Compiling base64 v0.22.1
5752026-02-27T04:13:10.940Z Compiling toml_write v0.1.2
5762026-02-27T04:13:10.959Z Compiling tower-layer v0.3.3
5772026-02-27T04:13:11.420Z Compiling lazy_static v1.5.0
5782026-02-27T04:13:11.436Z Compiling convert_case v0.10.0
5792026-02-27T04:13:11.540Z Compiling sharded-slab v0.1.7
5802026-02-27T04:13:11.573Z Compiling tower v0.5.3
5812026-02-27T04:13:11.834Z Compiling toml_edit v0.22.27
5822026-02-27T04:13:12.017Z Compiling hyper-util v0.1.20
5832026-02-27T04:13:12.850Z Compiling supports-color v3.0.2
5842026-02-27T04:13:13.106Z Compiling hashbrown v0.15.5
5852026-02-27T04:13:13.237Z Compiling textwrap v0.16.2
5862026-02-27T04:13:14.545Z Compiling tokio-rustls v0.26.4
5872026-02-27T04:13:14.997Z Compiling backtrace-ext v0.2.1
5882026-02-27T04:13:15.061Z Compiling ordered-float v2.10.1
5892026-02-27T04:13:15.535Z Compiling miette-derive v7.6.0
5902026-02-27T04:13:15.692Z Compiling webpki-roots v1.0.6
5912026-02-27T04:13:15.950Z Compiling pathdiff v0.2.3
5922026-02-27T04:13:16.042Z Compiling console v0.15.11
5932026-02-27T04:13:16.119Z Compiling cargo-platform v0.3.2
5942026-02-27T04:13:17.359Z Compiling tracing-log v0.2.0
5952026-02-27T04:13:18.073Z Compiling os_pipe v1.2.3
5962026-02-27T04:13:18.088Z Compiling thread_local v1.1.9
5972026-02-27T04:13:18.133Z Compiling debug-ignore v1.0.5
5982026-02-27T04:13:18.317Z Compiling scopeguard v1.2.0
5992026-02-27T04:13:18.356Z Compiling rustix v0.38.44
6002026-02-27T04:13:18.497Z Compiling ryu v1.0.23
6012026-02-27T04:13:18.772Z Compiling utf8parse v0.2.2
6022026-02-27T04:13:18.958Z Compiling pulldown-cmark v0.13.1
6032026-02-27T04:13:19.023Z Compiling supports-unicode v3.0.0
6042026-02-27T04:13:19.064Z Compiling fixedbitset v0.5.7
6052026-02-27T04:13:19.319Z Compiling cfg_aliases v0.2.1
6062026-02-27T04:13:19.355Z Compiling supports-hyperlinks v3.2.0
6072026-02-27T04:13:19.428Z Compiling unicode-width v0.1.14
6082026-02-27T04:13:19.744Z Compiling zstd-safe v7.2.4
6092026-02-27T04:13:19.795Z Compiling iri-string v0.7.10
6102026-02-27T04:13:20.009Z Compiling miette v7.6.0
6112026-02-27T04:13:20.142Z Compiling petgraph v0.8.3
6122026-02-27T04:13:20.169Z Compiling nix v0.30.1
6132026-02-27T04:13:21.173Z Compiling anstyle-parse v0.2.7
6142026-02-27T04:13:21.604Z Compiling serde_urlencoded v0.7.1
6152026-02-27T04:13:22.229Z Compiling lock_api v0.4.14
6162026-02-27T04:13:22.748Z Compiling tracing-subscriber v0.3.22
6172026-02-27T04:13:24.608Z Compiling tower-http v0.6.8
6182026-02-27T04:13:24.816Z Compiling sigchld v0.2.4
6192026-02-27T04:13:25.153Z Compiling cargo_metadata v0.23.1
6202026-02-27T04:13:25.641Z Compiling hyper-rustls v0.27.7
6212026-02-27T04:13:26.863Z Compiling toml v0.8.23
6222026-02-27T04:13:27.048Z Compiling serde-value v0.7.0
6232026-02-27T04:13:28.765Z Compiling serde-untagged v0.1.9
6242026-02-27T04:13:30.607Z Compiling derive_more-impl v2.1.1
6252026-02-27T04:13:31.046Z Compiling itertools v0.14.0
6262026-02-27T04:13:31.798Z Compiling regex v1.12.3
6272026-02-27T04:13:32.404Z Compiling crypto-common v0.1.7
6282026-02-27T04:13:32.661Z Compiling block-buffer v0.10.4
6292026-02-27T04:13:32.942Z Compiling futures-executor v0.3.32
6302026-02-27T04:13:33.480Z Compiling ppv-lite86 v0.2.21
6312026-02-27T04:13:34.057Z Compiling toml_parser v1.0.9+spec-1.1.0
6322026-02-27T04:13:34.290Z Compiling pin-project-internal v1.1.10
6332026-02-27T04:13:34.331Z Compiling rand_core v0.9.5
6342026-02-27T04:13:34.750Z Compiling http-body-util v0.1.3
6352026-02-27T04:13:34.856Z Compiling uuid v1.21.0
6362026-02-27T04:13:34.976Z Compiling serde_spanned v1.0.4
6372026-02-27T04:13:35.224Z Compiling smol_str v0.3.5
6382026-02-27T04:13:35.306Z Compiling toml_datetime v0.7.5+spec-1.1.0
6392026-02-27T04:13:35.894Z Compiling filetime v0.2.27
6402026-02-27T04:13:36.021Z Compiling vte v0.14.1
6412026-02-27T04:13:36.131Z Compiling bstr v1.12.1
6422026-02-27T04:13:36.202Z Compiling unicode-xid v0.2.6
6432026-02-27T04:13:36.449Z Compiling anstyle-query v1.1.5
6442026-02-27T04:13:36.452Z Compiling anstyle v1.0.13
6452026-02-27T04:13:36.725Z Compiling eyre v0.6.12
6462026-02-27T04:13:37.021Z Compiling litrs v1.0.0
6472026-02-27T04:13:37.342Z Compiling iana-time-zone v0.1.65
6482026-02-27T04:13:37.427Z Compiling color-spantrace v0.3.0
6492026-02-27T04:13:37.672Z Compiling static_assertions v1.1.0
6502026-02-27T04:13:37.785Z Compiling number_prefix v0.4.0
6512026-02-27T04:13:37.952Z Compiling nested v0.1.1
6522026-02-27T04:13:38.011Z Compiling xattr v1.6.1
6532026-02-27T04:13:38.025Z Compiling tinyvec_macros v0.1.1
6542026-02-27T04:13:38.041Z Compiling unicase v2.9.0
6552026-02-27T04:13:38.058Z Compiling self_update v0.42.0
6562026-02-27T04:13:38.118Z Compiling is_terminal_polyfill v1.70.2
6572026-02-27T04:13:38.137Z Compiling colorchoice v1.0.4
6582026-02-27T04:13:38.276Z Compiling anstream v0.6.21
6592026-02-27T04:13:38.300Z Compiling tar v0.4.44
6602026-02-27T04:13:38.327Z Compiling guppy v0.17.25
6612026-02-27T04:13:38.366Z Compiling tinyvec v1.10.0
6622026-02-27T04:13:38.502Z Compiling document-features v0.2.12
6632026-02-27T04:13:39.361Z Compiling indicatif v0.17.11
6642026-02-27T04:13:39.418Z Compiling chrono v0.4.44
6652026-02-27T04:13:40.219Z Compiling globset v0.4.18
6662026-02-27T04:13:40.570Z Compiling pin-project v1.1.10
6672026-02-27T04:13:40.734Z Compiling cargo-util-schemas v0.2.0
6682026-02-27T04:13:40.958Z Compiling strip-ansi-escapes v0.2.1
6692026-02-27T04:13:42.130Z Compiling toml v0.9.12+spec-1.1.0
6702026-02-27T04:13:44.236Z Compiling nextest-metadata v0.12.2
6712026-02-27T04:13:46.484Z Compiling newtype-uuid v1.3.2
6722026-02-27T04:13:46.545Z Compiling reqwest v0.12.28
6732026-02-27T04:13:46.835Z Compiling rand_chacha v0.9.0
6742026-02-27T04:13:47.763Z Compiling futures v0.3.32
6752026-02-27T04:13:47.843Z Compiling digest v0.10.7
6762026-02-27T04:13:47.888Z Compiling derive_more v2.1.1
6772026-02-27T04:13:48.013Z Compiling parking_lot v0.12.5
6782026-02-27T04:13:48.166Z Compiling flate2 v1.1.9
6792026-02-27T04:13:48.295Z Compiling shared_child v1.1.1
6802026-02-27T04:13:48.944Z Compiling tracing-error v0.2.1
6812026-02-27T04:13:49.714Z Compiling signal-hook-mio v0.2.5
6822026-02-27T04:13:49.930Z Compiling self-replace v1.5.0
6832026-02-27T04:13:50.045Z Compiling cargo-platform v0.2.0
6842026-02-27T04:13:50.322Z Compiling quick-xml v0.38.4
6852026-02-27T04:13:50.454Z Compiling quick-xml v0.37.5
6862026-02-27T04:13:51.277Z Compiling indenter v0.3.4
6872026-02-27T04:13:52.065Z Compiling urlencoding v2.1.3
6882026-02-27T04:13:52.534Z Compiling shell-words v1.1.1
6892026-02-27T04:13:53.012Z Compiling humantime v2.3.0
6902026-02-27T04:13:53.032Z Compiling heck v0.5.0
6912026-02-27T04:13:53.504Z Compiling clap_lex v1.0.0
6922026-02-27T04:13:53.915Z Compiling cpufeatures v0.2.17
6932026-02-27T04:13:53.934Z Compiling recursion v0.5.4
6942026-02-27T04:13:53.944Z Compiling strsim v0.11.1
6952026-02-27T04:13:54.010Z Compiling sha2 v0.10.9
6962026-02-27T04:13:54.164Z Compiling nextest-filtering v0.15.0
6972026-02-27T04:13:54.234Z Compiling clap_derive v4.5.55
6982026-02-27T04:13:55.754Z Compiling clap_builder v4.5.60
6992026-02-27T04:13:56.631Z Compiling humantime-serde v1.1.1
7002026-02-27T04:13:57.472Z Compiling quick-junit v0.5.2
7012026-02-27T04:13:59.870Z Compiling atomicwrites v0.4.4
7022026-02-27T04:14:00.465Z Compiling cargo_metadata v0.20.0
7032026-02-27T04:14:03.353Z Compiling cargo-nextest v0.9.97
7042026-02-27T04:14:03.973Z Compiling crossterm v0.29.0
7052026-02-27T04:14:08.293Z Compiling duct v0.13.7
7062026-02-27T04:14:10.099Z Compiling zstd v0.13.3
7072026-02-27T04:14:10.937Z Compiling async-scoped v0.9.0
7082026-02-27T04:14:11.027Z Compiling rand v0.9.2
7092026-02-27T04:14:11.269Z Compiling config v0.15.19
7102026-02-27T04:14:11.638Z Compiling unicode-normalization v0.1.25
7112026-02-27T04:14:12.291Z Compiling target-spec-miette v0.4.5
7122026-02-27T04:14:12.625Z Compiling future-queue v0.4.0
7132026-02-27T04:14:12.713Z Compiling mukti-metadata v0.3.0
7142026-02-27T04:14:12.970Z Compiling tokio-stream v0.1.18
7152026-02-27T04:14:13.481Z Compiling camino-tempfile v1.4.1
7162026-02-27T04:14:13.622Z Compiling derive-where v1.6.0
7172026-02-27T04:14:13.645Z Compiling serde_path_to_error v0.1.20
7182026-02-27T04:14:13.817Z Compiling serde_ignored v0.1.14
7192026-02-27T04:14:13.982Z Compiling xxhash-rust v0.8.15
7202026-02-27T04:14:14.163Z Compiling swrite v0.1.0
7212026-02-27T04:14:14.283Z Compiling home v0.5.12
7222026-02-27T04:14:14.323Z Compiling indent_write v2.2.0
7232026-02-27T04:14:14.504Z Compiling hex v0.4.3
7242026-02-27T04:14:14.521Z Compiling color-eyre v0.6.5
7252026-02-27T04:14:14.590Z Compiling clap v4.5.60
7262026-02-27T04:14:14.613Z Compiling dialoguer v0.11.0
7272026-02-27T04:14:14.723Z Compiling enable-ansi-support v0.2.1
7282026-02-27T04:14:19.050Z Compiling nextest-runner v0.80.0
7292026-02-27T04:14:55.140Z Finished `release` profile [optimized] target(s) in 2m 35s
7302026-02-27T04:14:55.375Z Installing /home/build/.cargo/bin/cargo-nextest
7312026-02-27T04:14:55.378Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7322026-02-27T04:14:55.490Z+ source .github/buildomat/test-common.sh
7332026-02-27T04:14:55.494Z++ NEXTEST_VERSION=0.9.97
7342026-02-27T04:14:55.494Z++ PLATFORM=illumos
7352026-02-27T04:14:55.494Z++ banner install
7362026-02-27T04:14:55.497Z
7372026-02-27T04:14:55.497Z # # # #### ##### ## # #
7382026-02-27T04:14:55.497Z # ## # # # # # # #
7392026-02-27T04:14:55.497Z # # # # #### # # # # #
7402026-02-27T04:14:55.497Z # # # # # # ###### # #
7412026-02-27T04:14:55.497Z # # ## # # # # # # #
7422026-02-27T04:14:55.497Z # # # #### # # # ###### ######
7432026-02-27T04:14:55.497Z
7442026-02-27T04:14:55.497Z++ set +o errexit
7452026-02-27T04:14:55.497Z++ pkg info clang-15
7462026-02-27T04:14:55.497Z++ grep -qi installed
7472026-02-27T04:14:57.149Zpkg: info: no packages matching the following patterns you specified are
7482026-02-27T04:14:57.149Zinstalled on the system. Try querying remotely instead:
7492026-02-27T04:14:57.149Z
7502026-02-27T04:14:57.149Z clang-15
7512026-02-27T04:14:57.203Z++ [[ 1 != 0 ]]
7522026-02-27T04:14:57.203Z++ set -o errexit
7532026-02-27T04:14:57.208Z++ pfexec pkg install clang-15
7542026-02-27T04:15:05.440Z Startup: Refreshing catalog 'helios-dev' ... Done
7552026-02-27T04:15:15.945Z Startup: Caching catalogs ... Done
7562026-02-27T04:15:40.947ZPlanning: Solver setup ... Done
7572026-02-27T04:15:41.068ZPlanning: Running solver ... Done
7582026-02-27T04:15:41.068ZPlanning: Finding local manifests ... Done
7592026-02-27T04:15:41.068ZPlanning: Fetching manifests: 0/2 0% complete
7602026-02-27T04:15:41.068ZPlanning: Fetching manifests: 2/2 100% complete
7612026-02-27T04:15:41.068ZPlanning: Package planning ... Done
7622026-02-27T04:15:41.068ZPlanning: Merging actions ... Done
7632026-02-27T04:15:41.068ZPlanning: Checking for conflicting actions ... Done
7642026-02-27T04:15:41.069ZPlanning: Consolidating action changes ... Done
7652026-02-27T04:15:41.659ZPlanning: Evaluating mediators ... Done
7662026-02-27T04:15:41.667ZPlanning: Planning completed in 25.55 seconds
7672026-02-27T04:15:41.682Z Packages to install: 2
7682026-02-27T04:15:41.682Z Mediators to change: 2
7692026-02-27T04:15:41.685Z Services to change: 1
7702026-02-27T04:15:41.685Z Create boot environment: No
7712026-02-27T04:15:41.685ZCreate backup boot environment: No
7722026-02-27T04:15:41.736Z
7732026-02-27T04:15:41.736ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7742026-02-27T04:15:46.741ZDownload: 2582/3076 items 119.5/211.3MB 56% complete (24.2M/s)
7752026-02-27T04:15:48.919ZDownload: Completed 211.31 MB in 7.18 seconds (29.4M/s)
7762026-02-27T04:15:49.215Z Actions: 1/3418 actions (Installing new actions)
7772026-02-27T04:15:53.715Z Actions: Completed 3418 actions in 4.50 seconds.
7782026-02-27T04:15:54.179Z Done
7792026-02-27T04:15:54.179Z Done
7802026-02-27T04:15:55.287Z Done
7812026-02-27T04:15:59.793Z Done
7822026-02-27T04:15:59.887Z Done
7832026-02-27T04:15:59.892Z Done
7842026-02-27T04:16:00.071Z Done
7852026-02-27T04:16:00.773Z++ set -o errexit
7862026-02-27T04:16:00.773Z++ cargo --version
7872026-02-27T04:16:00.834Zcargo 1.92.0 (344c4567c 2025-10-21)
7882026-02-27T04:16:00.837Z++ rustc --version
7892026-02-27T04:16:00.912Zrustc 1.92.0 (ded5c06cf 2025-12-08)
7902026-02-27T04:16:00.916Z++ cargo install cargo-nextest --version 0.9.97
7912026-02-27T04:16:01.038Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7922026-02-27T04:16:01.042Z+ pushd rdb
7932026-02-27T04:16:01.043Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7942026-02-27T04:16:01.043Z+ PROPTEST_CASES=1000000
7952026-02-27T04:16:01.043Z+ cargo nextest run --lib proptest
7962026-02-27T04:16:01.430Z Updating git repository `https://github.com/oxidecomputer/falcon`
7972026-02-27T04:16:04.585ZFrom https://github.com/oxidecomputer/falcon
7982026-02-27T04:16:04.585Z * [new ref] f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9 -> refs/commit/f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9
7992026-02-27T04:16:04.694Z Updating crates.io index
8002026-02-27T04:16:04.698Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8012026-02-27T04:16:06.257ZFrom https://github.com/oxidecomputer/dendrite
8022026-02-27T04:16:06.257Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
8032026-02-27T04:16:06.352Z Updating git repository `https://github.com/oxidecomputer/ispf`
8042026-02-27T04:16:06.740ZFrom https://github.com/oxidecomputer/ispf
8052026-02-27T04:16:06.740Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8062026-02-27T04:16:06.784Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8072026-02-27T04:16:07.600ZFrom https://github.com/oxidecomputer/netadm-sys
8082026-02-27T04:16:07.600Z * [new ref] 99a7e26c6d8b43759ec7e09d10779766d577123f -> refs/commit/99a7e26c6d8b43759ec7e09d10779766d577123f
8092026-02-27T04:16:07.610Z Updating git repository `https://github.com/oxidecomputer/omicron`
8102026-02-27T04:16:53.778ZFrom https://github.com/oxidecomputer/omicron
8112026-02-27T04:16:53.778Z * [new ref] 79fac7deb9acd9272b867904da03f20076d09265 -> refs/commit/79fac7deb9acd9272b867904da03f20076d09265
8122026-02-27T04:16:54.482Z Updating git repository `https://github.com/oxidecomputer/opte`
8132026-02-27T04:16:57.211ZFrom https://github.com/oxidecomputer/opte
8142026-02-27T04:16:57.211Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8152026-02-27T04:16:57.254Z Updating git repository `https://github.com/oxidecomputer/opte`
8162026-02-27T04:16:57.697ZFrom https://github.com/oxidecomputer/opte
8172026-02-27T04:16:57.697Z * [new ref] 5d0c81948b6160eb53939532761fa3a8036e0e24 -> refs/commit/5d0c81948b6160eb53939532761fa3a8036e0e24
8182026-02-27T04:16:57.744Z Updating git repository `https://github.com/illumos/smf-rs`
8192026-02-27T04:16:58.135ZFrom https://github.com/illumos/smf-rs
8202026-02-27T04:16:58.135Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8212026-02-27T04:16:58.202Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8222026-02-27T04:16:58.585ZFrom https://github.com/oxidecomputer/network-interface
8232026-02-27T04:16:58.585Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8242026-02-27T04:16:58.628Z Updating git repository `https://github.com/oxidecomputer/zone`
8252026-02-27T04:16:59.069ZFrom https://github.com/oxidecomputer/zone
8262026-02-27T04:16:59.069Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8272026-02-27T04:16:59.118Z Updating git repository `https://github.com/oxidecomputer/propolis`
8282026-02-27T04:17:03.165ZFrom https://github.com/oxidecomputer/propolis
8292026-02-27T04:17:03.165Z * [new ref] ff31c527515d65886e599fc07eb41240aeb767c6 -> refs/commit/ff31c527515d65886e599fc07eb41240aeb767c6
8302026-02-27T04:17:03.260Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8312026-02-27T04:17:04.291ZFrom https://github.com/oxidecomputer/transceiver-control
8322026-02-27T04:17:04.291Z * [new ref] db0be8a8c7ff0632b6c53978aadfb5b8274cfde2 -> refs/commit/db0be8a8c7ff0632b6c53978aadfb5b8274cfde2
8332026-02-27T04:17:04.340Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8342026-02-27T04:17:04.808ZFrom https://github.com/oxidecomputer/dlpi-sys
8352026-02-27T04:17:04.808Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
8362026-02-27T04:17:04.835Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8372026-02-27T04:17:05.340ZFrom https://github.com/jmesmon/rust-libzfs
8382026-02-27T04:17:05.340Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8392026-02-27T04:17:05.353Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8402026-02-27T04:17:05.839ZFrom https://github.com/oxidecomputer/rusty-doors
8412026-02-27T04:17:05.839Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8422026-02-27T04:17:05.846Z Updating git repository `https://github.com/oxidecomputer/lldp`
8432026-02-27T04:17:06.680ZFrom https://github.com/oxidecomputer/lldp
8442026-02-27T04:17:06.681Z * [new ref] 4c9df170cdfdeead0896e35f20a560f2102ed907 -> refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907
8452026-02-27T04:17:06.711Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8462026-02-27T04:17:08.955ZFrom https://github.com/oxidecomputer/maghemite
8472026-02-27T04:17:08.955Z * [new ref] 8f5527da3c53398c95c50b1af088637e7b6c5718 -> refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718
8482026-02-27T04:17:09.012Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8492026-02-27T04:17:09.440ZFrom https://github.com/oxidecomputer/serde_human_bytes
8502026-02-27T04:17:09.441Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8512026-02-27T04:17:09.476Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8522026-02-27T04:17:10.423ZFrom https://github.com/oxidecomputer/slog-error-chain
8532026-02-27T04:17:10.423Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8542026-02-27T04:17:10.466Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8552026-02-27T04:17:11.093ZFrom https://github.com/oxidecomputer/tufaceous
8562026-02-27T04:17:11.093Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8572026-02-27T04:17:11.139Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8582026-02-27T04:17:12.437ZFrom https://github.com/oxidecomputer/management-gateway-service
8592026-02-27T04:17:12.437Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8602026-02-27T04:17:12.486Z Updating git repository `https://github.com/oxidecomputer/crucible`
8612026-02-27T04:17:17.345ZFrom https://github.com/oxidecomputer/crucible
8622026-02-27T04:17:17.345Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8632026-02-27T04:17:17.500Z Updating git repository `https://github.com/oxidecomputer/propolis`
8642026-02-27T04:17:18.219ZFrom https://github.com/oxidecomputer/propolis
8652026-02-27T04:17:18.219Z * [new ref] bc121ef55741656ce118b02ceeda949b9261f49f -> refs/commit/bc121ef55741656ce118b02ceeda949b9261f49f
8662026-02-27T04:17:18.509Z Updating git repository `https://github.com/oxidecomputer/tofino`
8672026-02-27T04:17:18.913ZFrom https://github.com/oxidecomputer/tofino
8682026-02-27T04:17:18.913Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8692026-02-27T04:17:18.935Z Updating git repository `https://github.com/oxidecomputer/clickward`
8702026-02-27T04:17:19.384ZFrom https://github.com/oxidecomputer/clickward
8712026-02-27T04:17:19.384Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8722026-02-27T04:17:19.442Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8732026-02-27T04:17:19.888ZFrom https://github.com/oxidecomputer/illumos-devinfo
8742026-02-27T04:17:19.888Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8752026-02-27T04:17:21.282Z Downloading crates ...
8762026-02-27T04:17:21.415Z Downloaded aead v0.5.2
8772026-02-27T04:17:21.433Z Downloaded const-random v0.1.18
8782026-02-27T04:17:21.435Z Downloaded arrayref v0.3.9
8792026-02-27T04:17:21.440Z Downloaded defmt v0.3.100
8802026-02-27T04:17:21.443Z Downloaded dof v0.4.0
8812026-02-27T04:17:21.443Z Downloaded async-recursion v1.1.1
8822026-02-27T04:17:21.447Z Downloaded gethostname v0.5.0
8832026-02-27T04:17:21.451Z Downloaded cancel-safe-futures v0.1.5
8842026-02-27T04:17:21.455Z Downloaded byteorder v1.5.0
8852026-02-27T04:17:21.458Z Downloaded arrayvec v0.7.6
8862026-02-27T04:17:21.461Z Downloaded num-conv v0.2.0
8872026-02-27T04:17:21.470Z Downloaded crunchy v0.2.4
8882026-02-27T04:17:21.470Z Downloaded fxhash v0.2.1
8892026-02-27T04:17:21.476Z Downloaded convert_case v0.4.0
8902026-02-27T04:17:21.476Z Downloaded fs-err v3.3.0
8912026-02-27T04:17:21.476Z Downloaded group v0.13.0
8922026-02-27T04:17:21.479Z Downloaded icu_normalizer v2.1.1
8932026-02-27T04:17:21.479Z Downloaded hickory-resolver v0.25.2
8942026-02-27T04:17:21.484Z Downloaded newtype_derive v0.1.6
8952026-02-27T04:17:21.490Z Downloaded half v2.7.1
8962026-02-27T04:17:21.493Z Downloaded dunce v1.0.5
8972026-02-27T04:17:21.493Z Downloaded owo-colors v4.2.3
8982026-02-27T04:17:21.497Z Downloaded num-rational v0.4.2
8992026-02-27T04:17:21.500Z Downloaded inout v0.1.4
9002026-02-27T04:17:21.505Z Downloaded num-complex v0.4.6
9012026-02-27T04:17:21.508Z Downloaded papergrid v0.17.0
9022026-02-27T04:17:21.512Z Downloaded num_enum_derive v0.5.11
9032026-02-27T04:17:21.515Z Downloaded foreign-types-shared v0.3.1
9042026-02-27T04:17:21.515Z Downloaded match_cfg v0.1.0
9052026-02-27T04:17:21.518Z Downloaded managed v0.8.0
9062026-02-27T04:17:21.521Z Downloaded memoffset v0.9.1
9072026-02-27T04:17:21.523Z Downloaded const_format_proc_macros v0.2.34
9082026-02-27T04:17:21.525Z Downloaded num_threads v0.1.7
9092026-02-27T04:17:21.528Z Downloaded num v0.4.3
9102026-02-27T04:17:21.530Z Downloaded heck v0.4.1
9112026-02-27T04:17:21.534Z Downloaded opaque-debug v0.3.1
9122026-02-27T04:17:21.537Z Downloaded num_enum v0.7.5
9132026-02-27T04:17:21.541Z Downloaded natord v1.0.9
9142026-02-27T04:17:21.544Z Downloaded minimal-lexical v0.2.1
9152026-02-27T04:17:21.549Z Downloaded omicron-workspace-hack v0.1.0
9162026-02-27T04:17:21.552Z Downloaded num-derive v0.4.2
9172026-02-27T04:17:21.552Z Downloaded olpc-cjson v0.1.4
9182026-02-27T04:17:21.555Z Downloaded dropshot-api-manager-types v0.3.0
9192026-02-27T04:17:21.558Z Downloaded float-ord v0.3.2
9202026-02-27T04:17:21.558Z Downloaded fixedbitset v0.4.2
9212026-02-27T04:17:21.560Z Downloaded linked-hash-map v0.5.6
9222026-02-27T04:17:21.563Z Downloaded libscf-sys v1.1.0
9232026-02-27T04:17:21.566Z Downloaded ident_case v1.0.1
9242026-02-27T04:17:21.566Z Downloaded base16ct v0.2.0
9252026-02-27T04:17:21.568Z Downloaded idna_adapter v1.2.1
9262026-02-27T04:17:21.570Z Downloaded cstr-argument v0.1.2
9272026-02-27T04:17:21.573Z Downloaded deranged v0.5.6
9282026-02-27T04:17:21.573Z Downloaded num-derive v0.3.3
9292026-02-27T04:17:21.575Z Downloaded daft v0.1.5
9302026-02-27T04:17:21.578Z Downloaded hash32 v0.3.1
9312026-02-27T04:17:21.581Z Downloaded dtrace-parser v0.2.0
9322026-02-27T04:17:21.586Z Downloaded defmt-parser v1.0.0
9332026-02-27T04:17:21.586Z Downloaded chacha20 v0.9.1
9342026-02-27T04:17:21.589Z Downloaded num-integer v0.1.46
9352026-02-27T04:17:21.589Z Downloaded proc-macro-error-attr v1.0.4
9362026-02-27T04:17:21.592Z Downloaded pretty-hex v0.4.1
9372026-02-27T04:17:21.592Z Downloaded parse-display v0.10.0
9382026-02-27T04:17:21.595Z Downloaded progenitor-client v0.11.2
9392026-02-27T04:17:21.598Z Downloaded crossbeam-deque v0.8.6
9402026-02-27T04:17:21.599Z Downloaded ingot v0.1.1
9412026-02-27T04:17:21.602Z Downloaded proc-macro-crate v1.3.1
9422026-02-27T04:17:21.603Z Downloaded rand_xorshift v0.4.0
9432026-02-27T04:17:21.605Z Downloaded potential_utf v0.1.4
9442026-02-27T04:17:21.605Z Downloaded phf_shared v0.12.1
9452026-02-27T04:17:21.608Z Downloaded proc-macro-crate v3.4.0
9462026-02-27T04:17:21.611Z Downloaded rustc_version v0.1.7
9472026-02-27T04:17:21.611Z Downloaded proc-macro-error-attr2 v2.0.0
9482026-02-27T04:17:21.616Z Downloaded progenitor-client v0.10.0
9492026-02-27T04:17:21.616Z Downloaded powerfmt v0.2.0
9502026-02-27T04:17:21.620Z Downloaded rand_chacha v0.3.1
9512026-02-27T04:17:21.620Z Downloaded ref-cast-impl v1.0.25
9522026-02-27T04:17:21.620Z Downloaded newline-converter v0.3.0
9532026-02-27T04:17:21.620Z Downloaded libsw v3.5.0
9542026-02-27T04:17:21.623Z Downloaded defmt v1.0.1
9552026-02-27T04:17:21.626Z Downloaded csv-core v0.1.13
9562026-02-27T04:17:21.629Z Downloaded pem v3.0.6
9572026-02-27T04:17:21.632Z Downloaded libsw-core v0.3.2
9582026-02-27T04:17:21.634Z Downloaded phf v0.12.1
9592026-02-27T04:17:21.637Z Downloaded parking_lot_core v0.8.6
9602026-02-27T04:17:21.640Z Downloaded defmt-macros v1.0.1
9612026-02-27T04:17:21.644Z Downloaded cookie v0.18.1
9622026-02-27T04:17:21.647Z Downloaded async-trait v0.1.89
9632026-02-27T04:17:21.649Z Downloaded serde-big-array v0.5.1
9642026-02-27T04:17:21.652Z Downloaded scroll_derive v0.13.1
9652026-02-27T04:17:21.652Z Downloaded parse-display-derive v0.10.0
9662026-02-27T04:17:21.656Z Downloaded highway v1.3.0
9672026-02-27T04:17:21.656Z Downloaded multer v3.1.0
9682026-02-27T04:17:21.659Z Downloaded same-file v1.0.6
9692026-02-27T04:17:21.662Z Downloaded serde_plain v1.0.2
9702026-02-27T04:17:21.665Z Downloaded foldhash v0.2.0
9712026-02-27T04:17:21.665Z Downloaded serial_test_derive v3.3.1
9722026-02-27T04:17:21.668Z Downloaded paste v1.0.15
9732026-02-27T04:17:21.671Z Downloaded secrecy v0.10.3
9742026-02-27T04:17:21.671Z Downloaded sha1 v0.10.6
9752026-02-27T04:17:21.674Z Downloaded siphasher v1.0.2
9762026-02-27T04:17:21.674Z Downloaded progenitor v0.11.2
9772026-02-27T04:17:21.677Z Downloaded ref-cast v1.0.25
9782026-02-27T04:17:21.680Z Downloaded rustls-pemfile v2.2.0
9792026-02-27T04:17:21.683Z Downloaded resolv-conf v0.7.6
9802026-02-27T04:17:21.686Z Downloaded slog-bunyan v2.5.0
9812026-02-27T04:17:21.686Z Downloaded rustversion v1.0.22
9822026-02-27T04:17:21.690Z Downloaded slog-envlogger v2.2.0
9832026-02-27T04:17:21.694Z Downloaded proc-macro-error v1.0.4
9842026-02-27T04:17:21.697Z Downloaded spin v0.5.2
9852026-02-27T04:17:21.697Z Downloaded litemap v0.8.1
9862026-02-27T04:17:21.700Z Downloaded ingot-types v0.1.2
9872026-02-27T04:17:21.700Z Downloaded ingot-macros v0.1.1
9882026-02-27T04:17:21.703Z Downloaded console v0.16.2
9892026-02-27T04:17:21.705Z Downloaded parking_lot v0.11.2
9902026-02-27T04:17:21.708Z Downloaded ciborium v0.2.2
9912026-02-27T04:17:21.711Z Downloaded oxide-tokio-rt v0.1.2
9922026-02-27T04:17:21.711Z Downloaded semver v0.1.20
9932026-02-27T04:17:21.714Z Downloaded scroll v0.12.0
9942026-02-27T04:17:21.714Z Downloaded strum v0.26.3
9952026-02-27T04:17:21.716Z Downloaded stable_deref_trait v1.2.1
9962026-02-27T04:17:21.716Z Downloaded bit-vec v0.8.0
9972026-02-27T04:17:21.719Z Downloaded structmeta-derive v0.3.0
9982026-02-27T04:17:21.720Z Downloaded strum v0.27.2
9992026-02-27T04:17:21.720Z Downloaded diff v0.1.13
10002026-02-27T04:17:21.722Z Downloaded structmeta v0.3.0
10012026-02-27T04:17:21.725Z Downloaded icu_provider v2.1.1
10022026-02-27T04:17:21.727Z Downloaded tabled_derive v0.7.0
10032026-02-27T04:17:21.727Z Downloaded schemars_derive v0.8.22
10042026-02-27T04:17:21.730Z Downloaded serde_derive_internals v0.29.1
10052026-02-27T04:17:21.733Z Downloaded tagptr v0.2.0
10062026-02-27T04:17:21.733Z Downloaded progenitor v0.10.0
10072026-02-27T04:17:21.736Z Downloaded termtree v0.5.1
10082026-02-27T04:17:21.736Z Downloaded tabled_derive v0.11.0
10092026-02-27T04:17:21.739Z Downloaded pest_generator v2.8.6
10102026-02-27T04:17:21.742Z Downloaded pest_derive v2.8.6
10112026-02-27T04:17:21.744Z Downloaded take_mut v0.2.2
10122026-02-27T04:17:21.744Z Downloaded rhai_codegen v3.1.0
10132026-02-27T04:17:21.750Z Downloaded thread-id v5.1.0
10142026-02-27T04:17:21.754Z Downloaded thread-id v4.2.2
10152026-02-27T04:17:21.754Z Downloaded topological-sort v0.2.2
10162026-02-27T04:17:21.757Z Downloaded postcard v1.1.3
10172026-02-27T04:17:21.759Z Downloaded serde_tokenstream v0.2.2
10182026-02-27T04:17:21.759Z Downloaded untrusted v0.7.1
10192026-02-27T04:17:21.762Z Downloaded universal-hash v0.5.1
10202026-02-27T04:17:21.762Z Downloaded thiserror-impl-no-std v2.0.2
10212026-02-27T04:17:21.765Z Downloaded testing_table v0.3.0
10222026-02-27T04:17:21.765Z Downloaded slog-json v2.6.1
10232026-02-27T04:17:21.768Z Downloaded time-core v0.1.8
10242026-02-27T04:17:21.768Z Downloaded papergrid v0.11.0
10252026-02-27T04:17:21.771Z Downloaded omicron-zone-package v0.12.2
10262026-02-27T04:17:21.775Z Downloaded unit-prefix v0.5.2
10272026-02-27T04:17:21.778Z Downloaded unarray v0.1.4
10282026-02-27T04:17:21.778Z Downloaded typify-macro v0.4.3
10292026-02-27T04:17:21.781Z Downloaded indexmap v1.9.3
10302026-02-27T04:17:21.781Z Downloaded usdt v0.6.0
10312026-02-27T04:17:21.784Z Downloaded heapless v0.8.0
10322026-02-27T04:17:21.825Z Downloaded strum_macros v0.26.4
10332026-02-27T04:17:21.825Z Downloaded elliptic-curve v0.13.8
10342026-02-27T04:17:21.825Z Downloaded usdt-attr-macro v0.5.0
10352026-02-27T04:17:21.825Z Downloaded dropshot_endpoint v0.16.7
10362026-02-27T04:17:21.825Z Downloaded usdt v0.5.0
10372026-02-27T04:17:21.825Z Downloaded icu_locale_core v2.1.1
10382026-02-27T04:17:21.826Z Downloaded waitgroup v0.1.2
10392026-02-27T04:17:21.826Z Downloaded utf-8 v0.7.6
10402026-02-27T04:17:21.826Z Downloaded wait-timeout v0.2.1
10412026-02-27T04:17:21.826Z Downloaded zone_cfg_derive v0.3.1
10422026-02-27T04:17:21.826Z Downloaded zerofrom v0.1.6
10432026-02-27T04:17:21.826Z Downloaded zerofrom-derive v0.1.6
10442026-02-27T04:17:21.826Z Downloaded yoke-derive v0.8.1
10452026-02-27T04:17:21.826Z Downloaded crossbeam-channel v0.5.15
10462026-02-27T04:17:21.826Z Downloaded const_format v0.2.35
10472026-02-27T04:17:21.829Z Downloaded tokio-dtrace v0.1.1
10482026-02-27T04:17:21.829Z Downloaded tinystr v0.8.2
10492026-02-27T04:17:21.829Z Downloaded zeroize_derive v1.4.3
10502026-02-27T04:17:21.829Z Downloaded zone v0.3.1
10512026-02-27T04:17:21.829Z Downloaded usdt-macro v0.5.0
10522026-02-27T04:17:21.829Z Downloaded slog-stdlog v4.1.1
10532026-02-27T04:17:21.829Z Downloaded usdt-attr-macro v0.6.0
10542026-02-27T04:17:21.829Z Downloaded thiserror-no-std v2.0.2
10552026-02-27T04:17:21.832Z Downloaded progenitor-impl v0.10.0
10562026-02-27T04:17:21.835Z Downloaded snafu-derive v0.8.9
10572026-02-27T04:17:21.835Z Downloaded schemars v0.8.22
10582026-02-27T04:17:21.847Z Downloaded tiny-keccak v2.0.2
10592026-02-27T04:17:21.851Z Downloaded strum_macros v0.27.2
10602026-02-27T04:17:21.854Z Downloaded clap v4.5.59
10612026-02-27T04:17:21.860Z Downloaded usdt-impl v0.6.0
10622026-02-27T04:17:21.863Z Downloaded spin v0.9.8
10632026-02-27T04:17:21.866Z Downloaded tokio-rustls v0.25.0
10642026-02-27T04:17:21.870Z Downloaded yoke v0.8.1
10652026-02-27T04:17:21.870Z Downloaded xz2 v0.1.7
10662026-02-27T04:17:21.873Z Downloaded slog v2.8.2
10672026-02-27T04:17:21.873Z Downloaded tokio-tungstenite v0.21.0
10682026-02-27T04:17:21.876Z Downloaded thin-vec v0.2.14
10692026-02-27T04:17:21.878Z Downloaded zerovec-derive v0.11.2
10702026-02-27T04:17:21.878Z Downloaded usdt-impl v0.5.0
10712026-02-27T04:17:21.881Z Downloaded socket2 v0.5.10
10722026-02-27T04:17:21.884Z Downloaded term v1.2.1
10732026-02-27T04:17:21.887Z Downloaded time-macros v0.2.27
10742026-02-27T04:17:21.889Z Downloaded serde_yaml v0.9.34+deprecated
10752026-02-27T04:17:21.890Z Downloaded progenitor-impl v0.11.2
10762026-02-27T04:17:21.893Z Downloaded pretty_assertions v1.4.1
10772026-02-27T04:17:21.896Z Downloaded vsss-rs v3.3.4
10782026-02-27T04:17:21.896Z Downloaded ucd-trie v0.1.7
10792026-02-27T04:17:21.899Z Downloaded nom v7.1.3
10802026-02-27T04:17:21.902Z Downloaded pest_meta v2.8.6
10812026-02-27T04:17:21.905Z Downloaded rayon-core v1.13.0
10822026-02-27T04:17:21.908Z Downloaded crypto-bigint v0.5.5
10832026-02-27T04:17:21.914Z Downloaded unsafe-libyaml v0.2.11
10842026-02-27T04:17:21.917Z Downloaded zerocopy-derive v0.7.35
10852026-02-27T04:17:21.921Z Downloaded whoami v1.6.1
10862026-02-27T04:17:21.927Z Downloaded test-strategy v0.4.5
10872026-02-27T04:17:21.930Z Downloaded serde_with_macros v3.16.1
10882026-02-27T04:17:21.930Z Downloaded qorb v0.4.1
10892026-02-27T04:17:21.934Z Downloaded hashbrown v0.12.3
10902026-02-27T04:17:21.938Z Downloaded rand v0.8.5
10912026-02-27T04:17:21.940Z Downloaded typify v0.4.3
10922026-02-27T04:17:21.944Z Downloaded prettyplease v0.2.37
10932026-02-27T04:17:21.947Z Downloaded indicatif v0.18.4
10942026-02-27T04:17:21.950Z Downloaded steno v0.4.1
10952026-02-27T04:17:21.954Z Downloaded expectorate v1.2.0
10962026-02-27T04:17:21.956Z Downloaded schemars v1.2.1
10972026-02-27T04:17:21.970Z Downloaded yansi v1.0.1
10982026-02-27T04:17:21.973Z Downloaded goblin v0.8.2
10992026-02-27T04:17:21.977Z Downloaded tungstenite v0.21.0
11002026-02-27T04:17:21.981Z Downloaded toml_edit v0.23.10+spec-1.0.0
11012026-02-27T04:17:21.986Z Downloaded clap_builder v4.5.59
11022026-02-27T04:17:21.990Z Downloaded zerotrie v0.2.3
11032026-02-27T04:17:21.993Z Downloaded goblin v0.10.5
11042026-02-27T04:17:22.002Z Downloaded snafu v0.8.9
11052026-02-27T04:17:22.009Z Downloaded itertools v0.12.1
11062026-02-27T04:17:22.013Z Downloaded iddqd v0.3.17
11072026-02-27T04:17:22.020Z Downloaded toml v0.7.8
11082026-02-27T04:17:22.023Z Downloaded toml_edit v0.19.15
11092026-02-27T04:17:22.037Z Downloaded typed-path v0.9.3
11102026-02-27T04:17:22.042Z Downloaded pest v2.8.6
11112026-02-27T04:17:22.047Z Downloaded libm v0.2.16
11122026-02-27T04:17:22.058Z Downloaded icu_properties_data v2.1.2
11132026-02-27T04:17:22.066Z Downloaded zerocopy-derive v0.8.39
11142026-02-27T04:17:22.075Z Downloaded tough v0.20.0
11152026-02-27T04:17:22.082Z Downloaded hkdf v0.12.4
11162026-02-27T04:17:22.085Z Downloaded rayon v1.11.0
11172026-02-27T04:17:22.093Z Downloaded aws-lc-rs v1.15.4
11182026-02-27T04:17:22.105Z Downloaded zerovec v0.11.5
11192026-02-27T04:17:22.109Z Downloaded winnow v0.5.40
11202026-02-27T04:17:22.114Z Downloaded blake3 v1.8.3
11212026-02-27T04:17:22.122Z Downloaded scc v2.4.0
11222026-02-27T04:17:22.126Z Downloaded zerocopy v0.7.35
11232026-02-27T04:17:22.142Z Downloaded rustls-webpki v0.102.8
11242026-02-27T04:17:22.160Z Downloaded serde_with v3.16.1
11252026-02-27T04:17:22.175Z Downloaded chrono v0.4.43
11262026-02-27T04:17:22.181Z Downloaded tabled v0.20.0
11272026-02-27T04:17:22.199Z Downloaded time v0.3.47
11282026-02-27T04:17:22.208Z Downloaded tabled v0.15.0
11292026-02-27T04:17:22.225Z Downloaded syn v1.0.109
11302026-02-27T04:17:22.230Z Downloaded proptest v1.10.0
11312026-02-27T04:17:22.238Z Downloaded syn v2.0.116
11322026-02-27T04:17:22.248Z Downloaded zerocopy v0.8.39
11332026-02-27T04:17:22.267Z Downloaded nix v0.31.1
11342026-02-27T04:17:22.277Z Downloaded regex-syntax v0.8.9
11352026-02-27T04:17:22.282Z Downloaded hickory-proto v0.24.4
11362026-02-27T04:17:22.296Z Downloaded rhai v1.24.0
11372026-02-27T04:17:22.306Z Downloaded smoltcp v0.11.0
11382026-02-27T04:17:22.315Z Downloaded rustls v0.22.4
11392026-02-27T04:17:22.329Z Downloaded regress v0.10.5
11402026-02-27T04:17:22.334Z Downloaded rustls v0.23.36
11412026-02-27T04:17:22.344Z Downloaded rustix v1.1.3
11422026-02-27T04:17:22.365Z Downloaded hickory-proto v0.25.2
11432026-02-27T04:17:22.377Z Downloaded sled v0.34.7
11442026-02-27T04:17:22.387Z Downloaded dropshot v0.16.7
11452026-02-27T04:17:22.407Z Downloaded openapiv3 v2.2.0
11462026-02-27T04:17:22.418Z Downloaded moka v0.12.13
11472026-02-27T04:17:22.429Z Downloaded schemars v0.9.0
11482026-02-27T04:17:22.435Z Downloaded base64 v0.21.7
11492026-02-27T04:17:22.441Z Downloaded jiff-static v0.2.20
11502026-02-27T04:17:22.441Z Downloaded hickory-resolver v0.24.4
11512026-02-27T04:17:22.451Z Downloaded tempfile v3.25.0
11522026-02-27T04:17:22.451Z Downloaded writeable v0.6.2
11532026-02-27T04:17:22.451Z Downloaded typify-impl v0.4.3
11542026-02-27T04:17:22.461Z Downloaded walkdir v2.5.0
11552026-02-27T04:17:22.462Z Downloaded usdt-macro v0.6.0
11562026-02-27T04:17:22.462Z Downloaded jiff v0.2.20
11572026-02-27T04:17:22.476Z Downloaded synstructure v0.13.2
11582026-02-27T04:17:22.484Z Downloaded similar v2.7.0
11592026-02-27T04:17:22.484Z Downloaded icu_normalizer_data v2.1.1
11602026-02-27T04:17:22.495Z Downloaded lzma-sys v0.1.20
11612026-02-27T04:17:22.505Z Downloaded icu_collections v2.1.1
11622026-02-27T04:17:22.510Z Downloaded petgraph v0.6.5
11632026-02-27T04:17:22.524Z Downloaded dropshot-api-manager v0.3.0
11642026-02-27T04:17:22.531Z Downloaded derive_more v0.99.20
11652026-02-27T04:17:22.536Z Downloaded libc v0.2.180
11662026-02-27T04:17:22.559Z Downloaded smf v0.2.3
11672026-02-27T04:17:22.566Z Downloaded icu_properties v2.1.2
11682026-02-27T04:17:22.566Z Downloaded slog-dtrace v0.3.0
11692026-02-27T04:17:22.566Z Downloaded slog-async v2.8.0
11702026-02-27T04:17:22.566Z Downloaded smartstring v1.0.1
11712026-02-27T04:17:22.574Z Downloaded slog-term v2.9.2
11722026-02-27T04:17:22.574Z Downloaded slog-scope v4.4.1
11732026-02-27T04:17:22.574Z Downloaded tabwriter v1.4.1
11742026-02-27T04:17:22.574Z Downloaded darling_core v0.21.3
11752026-02-27T04:17:22.579Z Downloaded scroll v0.13.0
11762026-02-27T04:17:22.580Z Downloaded rusty-fork v0.3.1
11772026-02-27T04:17:22.580Z Downloaded sdd v3.0.10
11782026-02-27T04:17:22.580Z Downloaded fs_extra v1.3.0
11792026-02-27T04:17:22.586Z Downloaded darling v0.21.3
11802026-02-27T04:17:22.586Z Downloaded colored v3.1.1
11812026-02-27T04:17:22.591Z Downloaded hmac v0.12.1
11822026-02-27T04:17:22.591Z Downloaded bcs v0.1.6
11832026-02-27T04:17:22.592Z Downloaded smawk v0.3.2
11842026-02-27T04:17:22.592Z Downloaded memmap2 v0.9.10
11852026-02-27T04:17:22.597Z Downloaded plain v0.2.3
11862026-02-27T04:17:22.597Z Downloaded sigpipe v0.1.3
11872026-02-27T04:17:22.598Z Downloaded serial_test v3.3.1
11882026-02-27T04:17:22.598Z Downloaded serde_repr v0.1.20
11892026-02-27T04:17:22.599Z Downloaded poly1305 v0.8.0
11902026-02-27T04:17:22.606Z Downloaded scroll_derive v0.12.1
11912026-02-27T04:17:22.607Z Downloaded proc-macro-error2 v2.0.1
11922026-02-27T04:17:22.607Z Downloaded crossbeam-epoch v0.9.18
11932026-02-27T04:17:22.607Z Downloaded blake2 v0.10.6
11942026-02-27T04:17:22.610Z Downloaded csv v1.4.0
11952026-02-27T04:17:22.620Z Downloaded password-hash v0.5.0
11962026-02-27T04:17:22.623Z Downloaded sha3 v0.10.8
11972026-02-27T04:17:22.626Z Downloaded chrono-tz v0.10.4
11982026-02-27T04:17:22.638Z Downloaded erased-serde v0.3.31
11992026-02-27T04:17:22.642Z Downloaded displaydoc v0.2.5
12002026-02-27T04:17:22.645Z Downloaded cargo_toml v0.22.3
12012026-02-27T04:17:22.645Z Downloaded oxnet v0.1.4
12022026-02-27T04:17:22.645Z Downloaded drift v0.1.3
12032026-02-27T04:17:22.650Z Downloaded ipnetwork v0.21.1
12042026-02-27T04:17:22.653Z Downloaded num_enum_derive v0.7.5
12052026-02-27T04:17:22.653Z Downloaded linear-map v1.2.0
12062026-02-27T04:17:22.658Z Downloaded hostname v0.3.1
12072026-02-27T04:17:22.658Z Downloaded ff v0.13.1
12082026-02-27T04:17:22.658Z Downloaded dof v0.3.0
12092026-02-27T04:17:22.658Z Downloaded quick-error v1.2.3
12102026-02-27T04:17:22.664Z Downloaded progenitor-macro v0.11.2
12112026-02-27T04:17:22.664Z Downloaded progenitor-macro v0.10.0
12122026-02-27T04:17:22.664Z Downloaded backoff v0.4.0
12132026-02-27T04:17:22.667Z Downloaded derive-ex v0.1.8
12142026-02-27T04:17:22.667Z Downloaded daft-derive v0.1.5
12152026-02-27T04:17:22.667Z Downloaded cobs v0.3.0
12162026-02-27T04:17:22.667Z Downloaded bitflags v1.3.2
12172026-02-27T04:17:22.673Z Downloaded newtype-uuid-macros v0.1.0
12182026-02-27T04:17:22.678Z Downloaded instant v0.1.13
12192026-02-27T04:17:22.678Z Downloaded base16ct v1.0.0
12202026-02-27T04:17:22.678Z Downloaded is-terminal v0.4.17
12212026-02-27T04:17:22.678Z Downloaded embedded-io v0.6.1
12222026-02-27T04:17:22.678Z Downloaded embedded-io v0.4.0
12232026-02-27T04:17:22.678Z Downloaded dyn-clone v1.0.20
12242026-02-27T04:17:22.678Z Downloaded ciborium-io v0.2.2
12252026-02-27T04:17:22.682Z Downloaded bit-set v0.8.0
12262026-02-27T04:17:22.682Z Downloaded num_enum v0.5.11
12272026-02-27T04:17:22.685Z Downloaded hubpack v0.1.2
12282026-02-27T04:17:22.687Z Downloaded hostname v0.4.2
12292026-02-27T04:17:22.690Z Downloaded foreign-types v0.5.0
12302026-02-27T04:17:22.690Z Downloaded darling_macro v0.21.3
12312026-02-27T04:17:22.690Z Downloaded num-iter v0.1.45
12322026-02-27T04:17:22.690Z Downloaded no-std-compat v0.4.1
12332026-02-27T04:17:22.690Z Downloaded memmap v0.7.0
12342026-02-27T04:17:22.690Z Downloaded lru-cache v0.1.2
12352026-02-27T04:17:22.695Z Downloaded internet-checksum v0.2.1
12362026-02-27T04:17:22.695Z Downloaded hubpack_derive v0.1.1
12372026-02-27T04:17:22.695Z Downloaded foreign-types-macros v0.2.3
12382026-02-27T04:17:22.695Z Downloaded constant_time_eq v0.4.2
12392026-02-27T04:17:22.698Z Downloaded keccak v0.1.6
12402026-02-27T04:17:22.698Z Downloaded crucible-workspace-hack v0.1.0
12412026-02-27T04:17:22.698Z Downloaded httpdate v1.0.3
12422026-02-27T04:17:22.698Z Downloaded enum-as-inner v0.6.1
12432026-02-27T04:17:22.702Z Downloaded macaddr v1.0.1
12442026-02-27T04:17:22.702Z Downloaded ciborium-ll v0.2.2
12452026-02-27T04:17:22.702Z Downloaded cmake v0.1.57
12462026-02-27T04:17:22.710Z Downloaded cipher v0.4.4
12472026-02-27T04:17:22.710Z Downloaded mime v0.3.17
12482026-02-27T04:17:22.710Z Downloaded dtrace-parser v0.3.0
12492026-02-27T04:17:22.710Z Downloaded allocator-api2 v0.2.21
12502026-02-27T04:17:22.710Z Downloaded critical-section v1.2.0
12512026-02-27T04:17:22.717Z Downloaded glob v0.3.3
12522026-02-27T04:17:22.717Z Downloaded crossbeam-utils v0.8.21
12532026-02-27T04:17:22.718Z Downloaded data-encoding v2.10.0
12542026-02-27T04:17:22.718Z Downloaded crc8 v0.1.1
12552026-02-27T04:17:22.719Z Downloaded const-random-macro v0.1.16
12562026-02-27T04:17:22.719Z Downloaded anyhow v1.0.101
12572026-02-27T04:17:22.725Z Downloaded argon2 v0.5.3
12582026-02-27T04:17:22.726Z Downloaded encoding_rs v0.8.35
12592026-02-27T04:17:22.736Z Downloaded chacha20poly1305 v0.10.1
12602026-02-27T04:17:22.741Z Downloaded bytecount v0.6.9
12612026-02-27T04:17:22.741Z Downloaded async-stream-impl v0.3.6
12622026-02-27T04:17:22.741Z Downloaded async-stream v0.3.6
12632026-02-27T04:17:22.749Z Downloaded arc-swap v1.8.2
12642026-02-27T04:17:23.348Z Downloaded aws-lc-sys v0.37.1
12652026-02-27T04:17:24.560Z Compiling proc-macro2 v1.0.106
12662026-02-27T04:17:24.560Z Compiling quote v1.0.44
12672026-02-27T04:17:24.563Z Compiling unicode-ident v1.0.24
12682026-02-27T04:17:24.563Z Compiling serde_core v1.0.228
12692026-02-27T04:17:24.564Z Compiling cfg-if v1.0.4
12702026-02-27T04:17:24.564Z Compiling serde v1.0.228
12712026-02-27T04:17:24.564Z Compiling libc v0.2.180
12722026-02-27T04:17:24.564Z Compiling memchr v2.8.0
12732026-02-27T04:17:24.857Z Compiling itoa v1.0.17
12742026-02-27T04:17:25.266Z Compiling smallvec v1.15.1
12752026-02-27T04:17:25.365Z Compiling zmij v1.0.21
12762026-02-27T04:17:25.451Z Compiling autocfg v1.5.0
12772026-02-27T04:17:25.669Z Compiling serde_json v1.0.149
12782026-02-27T04:17:26.119Z Compiling libm v0.2.16
12792026-02-27T04:17:26.228Z Compiling getrandom v0.4.1
12802026-02-27T04:17:26.434Z Compiling version_check v0.9.5
12812026-02-27T04:17:26.628Z Compiling stable_deref_trait v1.2.1
12822026-02-27T04:17:26.677Z Compiling iana-time-zone v0.1.65
12832026-02-27T04:17:26.795Z Compiling equivalent v1.0.2
12842026-02-27T04:17:26.922Z Compiling pin-project-lite v0.2.16
12852026-02-27T04:17:27.026Z Compiling allocator-api2 v0.2.21
12862026-02-27T04:17:27.048Z Compiling foldhash v0.2.0
12872026-02-27T04:17:27.075Z Compiling writeable v0.6.2
12882026-02-27T04:17:27.148Z Compiling percent-encoding v2.3.2
12892026-02-27T04:17:27.424Z Compiling syn v2.0.116
12902026-02-27T04:17:27.480Z Compiling litemap v0.8.1
12912026-02-27T04:17:27.507Z Compiling scopeguard v1.2.0
12922026-02-27T04:17:27.511Z Compiling icu_normalizer_data v2.1.1
12932026-02-27T04:17:27.633Z Compiling icu_properties_data v2.1.2
12942026-02-27T04:17:27.684Z Compiling hashbrown v0.16.1
12952026-02-27T04:17:27.728Z Compiling parking_lot_core v0.9.12
12962026-02-27T04:17:27.850Z Compiling lock_api v0.4.14
12972026-02-27T04:17:27.945Z Compiling dyn-clone v1.0.20
12982026-02-27T04:17:28.240Z Compiling form_urlencoded v1.2.2
12992026-02-27T04:17:28.322Z Compiling utf8_iter v1.0.4
13002026-02-27T04:17:28.327Z Compiling jobserver v0.1.34
13012026-02-27T04:17:28.360Z Compiling find-msvc-tools v0.1.9
13022026-02-27T04:17:28.566Z Compiling log v0.4.29
13032026-02-27T04:17:28.590Z Compiling shlex v1.3.0
13042026-02-27T04:17:28.825Z Compiling thiserror v2.0.18
13052026-02-27T04:17:28.930Z Compiling cc v1.2.56
13062026-02-27T04:17:28.950Z Compiling futures-core v0.3.32
13072026-02-27T04:17:29.001Z Compiling heck v0.5.0
13082026-02-27T04:17:29.021Z Compiling num-traits v0.2.19
13092026-02-27T04:17:29.198Z Compiling errno v0.3.14
13102026-02-27T04:17:29.453Z Compiling fnv v1.0.7
13112026-02-27T04:17:29.565Z Compiling zerocopy v0.8.39
13122026-02-27T04:17:29.840Z Compiling futures-sink v0.3.32
13132026-02-27T04:17:29.861Z Compiling getrandom v0.2.17
13142026-02-27T04:17:30.036Z Compiling semver v1.0.27
13152026-02-27T04:17:30.240Z Compiling indexmap v2.13.0
13162026-02-27T04:17:30.243Z Compiling slab v0.4.12
13172026-02-27T04:17:30.427Z Compiling futures-channel v0.3.32
13182026-02-27T04:17:30.637Z Compiling uuid v1.21.0
13192026-02-27T04:17:30.788Z Compiling futures-io v0.3.32
13202026-02-27T04:17:30.857Z Compiling futures-task v0.3.32
13212026-02-27T04:17:31.169Z Compiling typenum v1.19.0
13222026-02-27T04:17:31.560Z Compiling socket2 v0.6.2
13232026-02-27T04:17:31.756Z Compiling schemars v0.8.22
13242026-02-27T04:17:31.895Z Compiling portable-atomic v1.13.1
13252026-02-27T04:17:32.120Z Compiling rustversion v1.0.22
13262026-02-27T04:17:32.172Z Compiling ring v0.17.14
13272026-02-27T04:17:32.572Z Compiling parking_lot v0.12.5
13282026-02-27T04:17:32.697Z Compiling regex-syntax v0.8.9
13292026-02-27T04:17:32.892Z Compiling untrusted v0.9.0
13302026-02-27T04:17:33.415Z Compiling signal-hook-registry v1.4.8
13312026-02-27T04:17:33.507Z Compiling mio v1.1.1
13322026-02-27T04:17:33.510Z Compiling byteorder v1.5.0
13332026-02-27T04:17:33.966Z Compiling bitflags v2.11.0
13342026-02-27T04:17:33.981Z Compiling critical-section v1.2.0
13352026-02-27T04:17:34.134Z Compiling once_cell v1.21.3
13362026-02-27T04:17:34.244Z Compiling subtle v2.6.1
13372026-02-27T04:17:34.419Z Compiling rand_core v0.6.4
13382026-02-27T04:17:34.441Z Compiling rustix v1.1.3
13392026-02-27T04:17:34.526Z Compiling synstructure v0.13.2
13402026-02-27T04:17:34.547Z Compiling serde_derive_internals v0.29.1
13412026-02-27T04:17:34.634Z Compiling base64 v0.22.1
13422026-02-27T04:17:35.354Z Compiling ucd-trie v0.1.7
13432026-02-27T04:17:35.467Z Compiling atomic-waker v1.1.2
13442026-02-27T04:17:35.671Z Compiling ipnet v2.11.0
13452026-02-27T04:17:35.713Z Compiling httparse v1.10.1
13462026-02-27T04:17:35.967Z Compiling pest v2.8.6
13472026-02-27T04:17:36.247Z Compiling tower-layer v0.3.3
13482026-02-27T04:17:36.358Z Compiling tower-service v0.3.3
13492026-02-27T04:17:36.455Z Compiling thiserror v1.0.69
13502026-02-27T04:17:36.530Z Compiling ryu v1.0.23
13512026-02-27T04:17:36.815Z Compiling try-lock v0.2.5
13522026-02-27T04:17:36.886Z Compiling getrandom v0.3.4
13532026-02-27T04:17:36.965Z Compiling want v0.3.1
13542026-02-27T04:17:37.147Z Compiling generic-array v0.14.7
13552026-02-27T04:17:37.245Z Compiling httpdate v1.0.3
13562026-02-27T04:17:37.371Z Compiling pin-utils v0.1.0
13572026-02-27T04:17:37.486Z Compiling pretty-hex v0.4.1
13582026-02-27T04:17:37.540Z Compiling slog v2.8.2
13592026-02-27T04:17:37.582Z Compiling aho-corasick v1.1.4
13602026-02-27T04:17:37.631Z Compiling plain v0.2.3
13612026-02-27T04:17:37.718Z Compiling strsim v0.11.1
13622026-02-27T04:17:37.811Z Compiling tracing-core v0.1.36
13632026-02-27T04:17:37.942Z Compiling winnow v0.7.14
13642026-02-27T04:17:37.964Z Compiling serde_derive v1.0.228
13652026-02-27T04:17:38.427Z Compiling zerofrom-derive v0.1.6
13662026-02-27T04:17:38.517Z Compiling yoke-derive v0.8.1
13672026-02-27T04:17:38.838Z Compiling zerovec-derive v0.11.2
13682026-02-27T04:17:38.913Z Compiling displaydoc v0.2.5
13692026-02-27T04:17:39.179Z Compiling schemars_derive v0.8.22
13702026-02-27T04:17:40.502Z Compiling tokio-macros v2.6.0
13712026-02-27T04:17:41.037Z Compiling thiserror-impl v2.0.18
13722026-02-27T04:17:41.314Z Compiling zerocopy-derive v0.8.39
13732026-02-27T04:17:41.370Z Compiling zeroize_derive v1.4.3
13742026-02-27T04:17:41.392Z Compiling zerofrom v0.1.6
13752026-02-27T04:17:41.634Z Compiling yoke v0.8.1
13762026-02-27T04:17:41.654Z Compiling futures-macro v0.3.32
13772026-02-27T04:17:42.015Z Compiling zerovec v0.11.5
13782026-02-27T04:17:42.030Z Compiling zerotrie v0.2.3
13792026-02-27T04:17:42.088Z Compiling pest_meta v2.8.6
13802026-02-27T04:17:42.649Z Compiling thiserror-impl v1.0.69
13812026-02-27T04:17:42.692Z Compiling zeroize v1.8.2
13822026-02-27T04:17:43.091Z Compiling tinystr v0.8.2
13832026-02-27T04:17:43.181Z Compiling potential_utf v0.1.4
13842026-02-27T04:17:43.487Z Compiling icu_locale_core v2.1.1
13852026-02-27T04:17:43.505Z Compiling icu_collections v2.1.1
13862026-02-27T04:17:43.526Z Compiling futures-util v0.3.32
13872026-02-27T04:17:44.016Z Compiling pest_generator v2.8.6
13882026-02-27T04:17:45.451Z Compiling icu_provider v2.1.1
13892026-02-27T04:17:45.621Z Compiling pest_derive v2.8.6
13902026-02-27T04:17:45.731Z Compiling bytes v1.11.1
13912026-02-27T04:17:45.836Z Compiling chrono v0.4.43
13922026-02-27T04:17:45.857Z Compiling serde_tokenstream v0.2.2
13932026-02-27T04:17:46.081Z Compiling icu_normalizer v2.1.1
13942026-02-27T04:17:46.085Z Compiling icu_properties v2.1.2
13952026-02-27T04:17:46.636Z Compiling erased-serde v0.3.31
13962026-02-27T04:17:47.259Z Compiling http v1.4.0
13972026-02-27T04:17:47.398Z Compiling tokio v1.49.0
13982026-02-27T04:17:48.050Z Compiling regex-automata v0.4.14
13992026-02-27T04:17:48.983Z Compiling idna_adapter v1.2.1
14002026-02-27T04:17:49.171Z Compiling idna v1.1.0
14012026-02-27T04:17:49.231Z Compiling http-body v1.0.1
14022026-02-27T04:17:49.634Z Compiling tracing-attributes v0.1.31
14032026-02-27T04:17:50.060Z Compiling url v2.5.8
14042026-02-27T04:17:50.590Z Compiling http-body-util v0.1.3
14052026-02-27T04:17:51.044Z Compiling crypto-common v0.1.7
14062026-02-27T04:17:51.083Z Compiling serde_urlencoded v0.7.1
14072026-02-27T04:17:51.600Z Compiling paste v1.0.15
14082026-02-27T04:17:52.084Z Compiling openapiv3 v2.2.0
14092026-02-27T04:17:52.261Z Compiling regex v1.12.3
14102026-02-27T04:17:52.499Z Compiling sync_wrapper v1.0.2
14112026-02-27T04:17:52.589Z Compiling tracing v0.1.44
14122026-02-27T04:17:52.684Z Compiling regress v0.10.5
14132026-02-27T04:17:53.074Z Compiling ppv-lite86 v0.2.21
14142026-02-27T04:17:53.288Z Compiling rustls-pki-types v1.14.0
14152026-02-27T04:17:54.154Z Compiling anyhow v1.0.101
14162026-02-27T04:17:54.404Z Compiling num-conv v0.2.0
14172026-02-27T04:17:54.713Z Compiling time-core v0.1.8
14182026-02-27T04:17:54.755Z Compiling powerfmt v0.2.0
14192026-02-27T04:17:55.008Z Compiling scroll_derive v0.13.1
14202026-02-27T04:17:55.050Z Compiling time-macros v0.2.27
14212026-02-27T04:17:55.167Z Compiling deranged v0.5.6
14222026-02-27T04:17:55.200Z Compiling fastrand v2.3.0
14232026-02-27T04:17:55.779Z Compiling ident_case v1.0.1
14242026-02-27T04:17:55.991Z Compiling cpufeatures v0.2.17
14252026-02-27T04:17:56.116Z Compiling iri-string v0.7.10
14262026-02-27T04:17:56.152Z Compiling num_threads v0.1.7
14272026-02-27T04:17:56.312Z Compiling darling_core v0.21.3
14282026-02-27T04:17:56.846Z Compiling typify-impl v0.4.3
14292026-02-27T04:17:57.388Z Compiling scroll v0.13.0
14302026-02-27T04:17:57.976Z Compiling ipnetwork v0.21.1
14312026-02-27T04:17:58.925Z Compiling daft-derive v0.1.5
14322026-02-27T04:18:00.250Z Compiling omicron-workspace-hack v0.1.0
14332026-02-27T04:18:00.548Z Compiling goblin v0.10.5
14342026-02-27T04:18:00.682Z Compiling tokio-util v0.7.18
14352026-02-27T04:18:01.913Z Compiling darling_macro v0.21.3
14362026-02-27T04:18:02.423Z Compiling async-trait v0.1.89
14372026-02-27T04:18:02.997Z Compiling cmake v0.1.57
14382026-02-27T04:18:03.491Z Compiling usdt-impl v0.6.0
14392026-02-27T04:18:03.761Z Compiling fs_extra v1.3.0
14402026-02-27T04:18:03.790Z Compiling dunce v1.0.5
14412026-02-27T04:18:03.987Z Compiling darling v0.21.3
14422026-02-27T04:18:04.227Z Compiling dtrace-parser v0.3.0
14432026-02-27T04:18:04.302Z Compiling block-buffer v0.10.4
14442026-02-27T04:18:04.356Z Compiling aws-lc-sys v0.37.1
14452026-02-27T04:18:04.571Z Compiling crossbeam-utils v0.8.21
14462026-02-27T04:18:04.707Z Compiling digest v0.10.7
14472026-02-27T04:18:05.152Z Compiling futures-executor v0.3.32
14482026-02-27T04:18:05.210Z Compiling structmeta-derive v0.3.0
14492026-02-27T04:18:05.720Z Compiling thread-id v5.1.0
14502026-02-27T04:18:05.857Z Compiling rustls v0.22.4
14512026-02-27T04:18:05.949Z Compiling hex v0.4.3
14522026-02-27T04:18:06.214Z Compiling camino v1.2.2
14532026-02-27T04:18:06.276Z Compiling rand_core v0.9.5
14542026-02-27T04:18:06.426Z Compiling futures v0.3.32
14552026-02-27T04:18:06.562Z Compiling h2 v0.4.13
14562026-02-27T04:18:06.693Z Compiling oxnet v0.1.4
14572026-02-27T04:18:06.914Z Compiling thread_local v1.1.9
14582026-02-27T04:18:07.438Z Compiling aws-lc-rs v1.15.4
14592026-02-27T04:18:07.499Z Compiling structmeta v0.3.0
14602026-02-27T04:18:07.543Z Compiling syn v1.0.109
14612026-02-27T04:18:07.669Z Compiling dof v0.4.0
14622026-02-27T04:18:07.864Z Compiling match_cfg v0.1.0
14632026-02-27T04:18:07.976Z Compiling slog-async v2.8.0
14642026-02-27T04:18:08.248Z Compiling quick-error v1.2.3
14652026-02-27T04:18:08.426Z Compiling unicode-width v0.2.2
14662026-02-27T04:18:08.519Z Compiling unsafe-libyaml v0.2.11
14672026-02-27T04:18:09.014Z Compiling rand_chacha v0.9.0
14682026-02-27T04:18:10.220Z Compiling serde_yaml v0.9.34+deprecated
14692026-02-27T04:18:11.064Z Compiling newtype-uuid-macros v0.1.0
14702026-02-27T04:18:11.593Z Compiling hyper v1.8.1
14712026-02-27T04:18:11.873Z Compiling typify-macro v0.4.3
14722026-02-27T04:18:12.703Z Compiling strum_macros v0.26.4
14732026-02-27T04:18:12.841Z Compiling usdt-macro v0.6.0
14742026-02-27T04:18:13.335Z Compiling usdt-attr-macro v0.6.0
14752026-02-27T04:18:13.782Z Compiling serde_spanned v1.0.4
14762026-02-27T04:18:14.068Z Compiling hyper-util v0.1.20
14772026-02-27T04:18:14.834Z Compiling multer v3.1.0
14782026-02-27T04:18:15.535Z Compiling term v1.2.1
14792026-02-27T04:18:15.573Z Compiling toml_writer v1.0.6+spec-1.1.0
14802026-02-27T04:18:15.588Z Compiling untrusted v0.7.1
14812026-02-27T04:18:15.785Z Compiling bit-vec v0.8.0
14822026-02-27T04:18:15.964Z Compiling take_mut v0.2.2
14832026-02-27T04:18:16.141Z Compiling debug-ignore v1.0.5
14842026-02-27T04:18:16.164Z Compiling typify v0.4.3
14852026-02-27T04:18:16.215Z Compiling bit-set v0.8.0
14862026-02-27T04:18:16.321Z Compiling rand v0.9.2
14872026-02-27T04:18:16.366Z Compiling async-stream-impl v0.3.6
14882026-02-27T04:18:16.490Z Compiling dropshot v0.16.7
14892026-02-27T04:18:16.640Z Compiling strum v0.26.3
14902026-02-27T04:18:16.844Z Compiling encoding_rs v0.8.35
14912026-02-27T04:18:16.886Z Compiling rustls v0.23.36
14922026-02-27T04:18:16.991Z Compiling spin v0.9.8
14932026-02-27T04:18:17.171Z Compiling unarray v0.1.4
14942026-02-27T04:18:17.246Z Compiling ref-cast v1.0.25
14952026-02-27T04:18:17.379Z Compiling mime v0.3.17
14962026-02-27T04:18:17.629Z Compiling async-stream v0.3.6
14972026-02-27T04:18:17.752Z Compiling derive-ex v0.1.8
14982026-02-27T04:18:17.775Z Compiling dropshot_endpoint v0.16.7
14992026-02-27T04:18:17.811Z Compiling macaddr v1.0.1
15002026-02-27T04:18:17.853Z Compiling ref-cast-impl v1.0.25
15012026-02-27T04:18:17.870Z Compiling waitgroup v0.1.2
15022026-02-27T04:18:17.888Z Compiling serde_path_to_error v0.1.20
15032026-02-27T04:18:18.222Z Compiling progenitor-impl v0.11.2
15042026-02-27T04:18:18.663Z Compiling tabwriter v1.4.1
15052026-02-27T04:18:19.099Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15062026-02-27T04:18:19.399Z Compiling tempfile v3.25.0
15072026-02-27T04:18:20.322Z Compiling newtype-uuid v1.3.2
15082026-02-27T04:18:20.586Z Compiling strum_macros v0.27.2
15092026-02-27T04:18:21.011Z Compiling instant v0.1.13
15102026-02-27T04:18:21.175Z Compiling daft v0.1.5
15112026-02-27T04:18:21.478Z Compiling test-strategy v0.4.5
15122026-02-27T04:18:21.620Z Compiling serde_with_macros v3.16.1
15132026-02-27T04:18:21.720Z Compiling time v0.3.47
15142026-02-27T04:18:23.075Z Compiling tower v0.5.3
15152026-02-27T04:18:24.201Z Compiling webpki-roots v1.0.6
15162026-02-27T04:18:24.252Z Compiling colored v3.1.1
15172026-02-27T04:18:24.362Z Compiling tower-http v0.6.8
15182026-02-27T04:18:24.623Z Compiling crossbeam-channel v0.5.15
15192026-02-27T04:18:24.944Z Compiling strum v0.27.2
15202026-02-27T04:18:25.166Z Compiling parse-display-derive v0.10.0
15212026-02-27T04:18:25.249Z Compiling rustls-webpki v0.102.8
15222026-02-27T04:18:26.193Z Compiling rustc-hash v2.1.1
15232026-02-27T04:18:26.809Z Compiling progenitor-macro v0.11.2
15242026-02-27T04:18:27.280Z Compiling slog-json v2.6.1
15252026-02-27T04:18:27.699Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
15262026-02-27T04:18:27.739Z Compiling hostname v0.3.1
15272026-02-27T04:18:27.886Z Compiling rand_chacha v0.3.1
15282026-02-27T04:18:28.599Z Compiling toml_parser v1.0.9+spec-1.1.0
15292026-02-27T04:18:28.808Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15302026-02-27T04:18:28.918Z Compiling toml_datetime v0.7.5+spec-1.1.0
15312026-02-27T04:18:28.966Z Compiling memmap2 v0.9.10
15322026-02-27T04:18:29.340Z Compiling wait-timeout v0.2.1
15332026-02-27T04:18:29.636Z Compiling is-terminal v0.4.17
15342026-02-27T04:18:29.644Z Compiling either v1.15.0
15352026-02-27T04:18:29.759Z Compiling slog-term v2.9.2
15362026-02-27T04:18:29.978Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15372026-02-27T04:18:30.027Z Compiling rusty-fork v0.3.1
15382026-02-27T04:18:30.084Z Compiling toml v0.9.12+spec-1.1.0
15392026-02-27T04:18:30.224Z Compiling usdt v0.6.0
15402026-02-27T04:18:30.778Z Compiling tokio-rustls v0.25.0
15412026-02-27T04:18:30.853Z Compiling rand v0.8.5
15422026-02-27T04:18:31.224Z Compiling slog-bunyan v2.5.0
15432026-02-27T04:18:31.500Z Compiling rand_xorshift v0.4.0
15442026-02-27T04:18:31.713Z Compiling sha1 v0.10.6
15452026-02-27T04:18:32.109Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
15462026-02-27T04:18:32.349Z Compiling rustls-pemfile v2.2.0
15472026-02-27T04:18:32.612Z Compiling hostname v0.4.2
15482026-02-27T04:18:33.182Z Compiling proptest v1.10.0
15492026-02-27T04:18:36.544Z Compiling itertools v0.14.0
15502026-02-27T04:18:39.010Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15512026-02-27T04:18:39.621Z Compiling serde_with v3.16.1
15522026-02-27T04:18:40.309Z Compiling utf8parse v0.2.2
15532026-02-27T04:18:40.506Z Compiling anstyle-parse v0.2.7
15542026-02-27T04:18:40.692Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
15552026-02-27T04:18:40.835Z Compiling toml_datetime v0.6.11
15562026-02-27T04:18:41.420Z Compiling anstyle v1.0.13
15572026-02-27T04:18:41.508Z Compiling anstyle-query v1.1.5
15582026-02-27T04:18:41.678Z Compiling is_terminal_polyfill v1.70.2
15592026-02-27T04:18:41.923Z Compiling colorchoice v1.0.4
15602026-02-27T04:18:42.090Z Compiling anstream v0.6.21
15612026-02-27T04:18:42.766Z Compiling backoff v0.4.0
15622026-02-27T04:18:43.166Z Compiling parse-display v0.10.0
15632026-02-27T04:18:43.864Z Compiling iddqd v0.3.17
15642026-02-27T04:18:44.170Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15652026-02-27T04:18:46.173Z Compiling clap_lex v1.0.0
15662026-02-27T04:18:46.486Z Compiling clap_derive v4.5.55
15672026-02-27T04:18:46.885Z Compiling terminal_size v0.4.3
15682026-02-27T04:18:47.121Z Compiling crossbeam-epoch v0.9.18
15692026-02-27T04:18:47.849Z Compiling clap_builder v4.5.59
15702026-02-27T04:18:47.922Z Compiling rustls-webpki v0.103.9
15712026-02-27T04:18:47.952Z Compiling proc-macro-error-attr v1.0.4
15722026-02-27T04:18:48.380Z Compiling heapless v0.8.0
15732026-02-27T04:18:49.762Z Compiling ingot-macros v0.1.1
15742026-02-27T04:18:50.635Z Compiling toml_edit v0.23.10+spec-1.0.0
15752026-02-27T04:18:51.560Z Compiling zerocopy-derive v0.7.35
15762026-02-27T04:18:52.138Z Compiling clap v4.5.59
15772026-02-27T04:18:52.282Z Compiling hash32 v0.3.1
15782026-02-27T04:18:53.143Z Compiling proc-macro-error v1.0.4
15792026-02-27T04:18:53.405Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15802026-02-27T04:18:53.527Z Compiling winnow v0.5.40
15812026-02-27T04:18:53.865Z Compiling smoltcp v0.11.0
15822026-02-27T04:18:54.853Z Compiling zerocopy v0.7.35
15832026-02-27T04:18:56.213Z Compiling tokio-rustls v0.26.4
15842026-02-27T04:18:56.350Z Compiling ingot-types v0.1.2
15852026-02-27T04:18:56.651Z Compiling proc-macro-crate v3.4.0
15862026-02-27T04:18:56.898Z Compiling toml_edit v0.19.15
15872026-02-27T04:18:57.757Z Compiling cobs v0.3.0
15882026-02-27T04:18:58.110Z Compiling managed v0.8.0
15892026-02-27T04:18:58.358Z Compiling bitflags v1.3.2
15902026-02-27T04:18:58.484Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
15912026-02-27T04:18:58.507Z Compiling crucible-workspace-hack v0.1.0
15922026-02-27T04:18:59.292Z Compiling postcard v1.1.3
15932026-02-27T04:18:59.443Z Compiling hyper-rustls v0.27.7
15942026-02-27T04:18:59.506Z Compiling num_enum_derive v0.7.5
15952026-02-27T04:18:59.555Z Compiling proc-macro-crate v1.3.1
15962026-02-27T04:18:59.997Z Compiling ingot v0.1.1
15972026-02-27T04:19:00.313Z Compiling foreign-types-macros v0.2.3
15982026-02-27T04:19:00.497Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
15992026-02-27T04:19:01.133Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16002026-02-27T04:19:01.361Z Compiling foreign-types-shared v0.3.1
16012026-02-27T04:19:01.511Z Compiling rayon-core v1.13.0
16022026-02-27T04:19:01.643Z Compiling heck v0.4.1
16032026-02-27T04:19:01.864Z Compiling num_enum v0.7.5
16042026-02-27T04:19:01.949Z Compiling foreign-types v0.5.0
16052026-02-27T04:19:01.987Z Compiling num_enum_derive v0.5.11
16062026-02-27T04:19:02.043Z Compiling reqwest v0.12.28
16072026-02-27T04:19:02.185Z Compiling crossbeam-deque v0.8.6
16082026-02-27T04:19:02.263Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16092026-02-27T04:19:03.084Z Compiling dtrace-parser v0.2.0
16102026-02-27T04:19:03.166Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16112026-02-27T04:19:03.254Z Compiling scroll_derive v0.12.1
16122026-02-27T04:19:04.064Z Compiling usdt-impl v0.5.0
16132026-02-27T04:19:04.080Z Compiling memoffset v0.9.1
16142026-02-27T04:19:04.482Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16152026-02-27T04:19:04.508Z Compiling cstr-argument v0.1.2
16162026-02-27T04:19:04.642Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
16172026-02-27T04:19:04.746Z Compiling tinyvec_macros v0.1.1
16182026-02-27T04:19:04.778Z Compiling convert_case v0.4.0
16192026-02-27T04:19:04.800Z Compiling cfg_aliases v0.2.1
16202026-02-27T04:19:04.853Z Compiling tinyvec v1.10.0
16212026-02-27T04:19:04.907Z Compiling nix v0.30.1
16222026-02-27T04:19:05.097Z Compiling scroll v0.12.0
16232026-02-27T04:19:05.246Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16242026-02-27T04:19:05.485Z Compiling derive_more v0.99.20
16252026-02-27T04:19:05.782Z Compiling num_enum v0.5.11
16262026-02-27T04:19:05.785Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16272026-02-27T04:19:05.964Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
16282026-02-27T04:19:07.035Z Compiling dof v0.3.0
16292026-02-27T04:19:07.656Z Compiling camino-tempfile v1.4.1
16302026-02-27T04:19:07.797Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16312026-02-27T04:19:08.084Z Compiling thread-id v4.2.2
16322026-02-27T04:19:09.065Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16332026-02-27T04:19:09.498Z Compiling rayon v1.11.0
16342026-02-27T04:19:10.920Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16352026-02-27T04:19:11.209Z Compiling goblin v0.8.2
16362026-02-27T04:19:11.581Z Compiling progenitor-client v0.11.2
16372026-02-27T04:19:12.049Z Compiling zone_cfg_derive v0.3.1
16382026-02-27T04:19:12.334Z Compiling itertools v0.12.1
16392026-02-27T04:19:12.357Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
16402026-02-27T04:19:13.017Z Compiling serde_spanned v0.6.9
16412026-02-27T04:19:13.292Z Compiling num-derive v0.4.2
16422026-02-27T04:19:13.857Z Compiling sigpipe v0.1.3
16432026-02-27T04:19:14.123Z Compiling jiff v0.2.20
16442026-02-27T04:19:14.180Z Compiling toml_write v0.1.2
16452026-02-27T04:19:14.416Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16462026-02-27T04:19:14.569Z Compiling glob v0.3.3
16472026-02-27T04:19:14.843Z Compiling zone v0.3.1
16482026-02-27T04:19:15.019Z Compiling toml_edit v0.22.27
16492026-02-27T04:19:15.474Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
16502026-02-27T04:19:16.664Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
16512026-02-27T04:19:17.162Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16522026-02-27T04:19:18.079Z Compiling progenitor v0.11.2
16532026-02-27T04:19:20.768Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16542026-02-27T04:19:22.076Z Compiling smf v0.2.3
16552026-02-27T04:19:22.115Z Compiling secrecy v0.10.3
16562026-02-27T04:19:22.394Z Compiling num-integer v0.1.46
16572026-02-27T04:19:23.105Z Compiling rustc_version v0.4.1
16582026-02-27T04:19:23.233Z Compiling float-ord v0.3.2
16592026-02-27T04:19:23.253Z Compiling whoami v1.6.1
16602026-02-27T04:19:23.363Z Compiling prettyplease v0.2.37
16612026-02-27T04:19:23.428Z Compiling rustix v0.38.44
16622026-02-27T04:19:23.646Z Compiling curve25519-dalek v4.1.3
16632026-02-27T04:19:24.250Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
16642026-02-27T04:19:25.399Z Compiling toml v0.8.23
16652026-02-27T04:19:25.417Z Compiling usdt-macro v0.5.0
16662026-02-27T04:19:25.669Z Compiling usdt-attr-macro v0.5.0
16672026-02-27T04:19:27.060Z Compiling progenitor-client v0.10.0
16682026-02-27T04:19:27.270Z Compiling hmac v0.12.1
16692026-02-27T04:19:27.566Z Compiling inout v0.1.4
16702026-02-27T04:19:27.795Z Compiling enum-as-inner v0.6.1
16712026-02-27T04:19:27.824Z Compiling ff v0.13.1
16722026-02-27T04:19:28.051Z Compiling memmap v0.7.0
16732026-02-27T04:19:28.422Z Compiling data-encoding v2.10.0
16742026-02-27T04:19:29.001Z Compiling usdt v0.5.0
16752026-02-27T04:19:29.504Z Compiling group v0.13.0
16762026-02-27T04:19:29.542Z Compiling cipher v0.4.4
16772026-02-27T04:19:29.693Z Compiling hkdf v0.12.4
16782026-02-27T04:19:29.965Z Compiling num-iter v0.1.45
16792026-02-27T04:19:30.123Z Compiling num-rational v0.4.2
16802026-02-27T04:19:30.559Z Compiling thiserror-impl-no-std v2.0.2
16812026-02-27T04:19:30.787Z Compiling half v2.7.1
16822026-02-27T04:19:31.781Z Compiling universal-hash v0.5.1
16832026-02-27T04:19:31.842Z Compiling crypto-bigint v0.5.5
16842026-02-27T04:19:32.015Z Compiling curve25519-dalek-derive v0.1.1
16852026-02-27T04:19:32.109Z Compiling num-complex v0.4.6
16862026-02-27T04:19:33.130Z Compiling opaque-debug v0.3.1
16872026-02-27T04:19:33.250Z Compiling base16ct v0.2.0
16882026-02-27T04:19:33.427Z Compiling ciborium-io v0.2.2
16892026-02-27T04:19:33.487Z Compiling base64ct v1.8.3
16902026-02-27T04:19:33.584Z Compiling ciborium-ll v0.2.2
16912026-02-27T04:19:33.961Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16922026-02-27T04:19:34.024Z Compiling password-hash v0.5.0
16932026-02-27T04:19:34.137Z Compiling num v0.4.3
16942026-02-27T04:19:34.252Z Compiling poly1305 v0.8.0
16952026-02-27T04:19:34.989Z Compiling elliptic-curve v0.13.8
16962026-02-27T04:19:35.227Z Compiling thiserror-no-std v2.0.2
16972026-02-27T04:19:35.447Z Compiling chacha20 v0.9.1
16982026-02-27T04:19:35.610Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16992026-02-27T04:19:35.884Z Compiling hubpack_derive v0.1.1
17002026-02-27T04:19:36.470Z Compiling blake2 v0.10.6
17012026-02-27T04:19:36.490Z Compiling aead v0.5.2
17022026-02-27T04:19:36.758Z Compiling resolv-conf v0.7.6
17032026-02-27T04:19:36.895Z Compiling semver v0.1.20
17042026-02-27T04:19:37.392Z Compiling static_assertions v1.1.0
17052026-02-27T04:19:37.505Z Compiling vcpkg v0.2.15
17062026-02-27T04:19:37.523Z Compiling pkg-config v0.3.32
17072026-02-27T04:19:37.582Z Compiling keccak v0.1.6
17082026-02-27T04:19:37.906Z Compiling linked-hash-map v0.5.6
17092026-02-27T04:19:38.194Z Compiling sha3 v0.10.8
17102026-02-27T04:19:38.286Z Compiling lru-cache v0.1.2
17112026-02-27T04:19:38.518Z Compiling rustc_version v0.1.7
17122026-02-27T04:19:38.550Z Compiling argon2 v0.5.3
17132026-02-27T04:19:38.839Z Compiling openssl-sys v0.9.111
17142026-02-27T04:19:38.866Z Compiling hubpack v0.1.2
17152026-02-27T04:19:38.933Z Compiling chacha20poly1305 v0.10.1
17162026-02-27T04:19:39.156Z Compiling vsss-rs v3.3.4
17172026-02-27T04:19:39.335Z Compiling ciborium v0.2.2
17182026-02-27T04:19:39.480Z Compiling hickory-proto v0.24.4
17192026-02-27T04:19:39.976Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17202026-02-27T04:19:41.137Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
17212026-02-27T04:19:41.989Z Compiling serde-big-array v0.5.1
17222026-02-27T04:19:42.255Z Compiling derive-where v1.6.0
17232026-02-27T04:19:42.288Z Compiling serde_repr v0.1.20
17242026-02-27T04:19:42.871Z Compiling unicode-segmentation v1.12.0
17252026-02-27T04:19:43.159Z Compiling minimal-lexical v0.2.1
17262026-02-27T04:19:43.473Z Compiling siphasher v1.0.2
17272026-02-27T04:19:43.714Z Compiling indent_write v2.2.0
17282026-02-27T04:19:43.762Z Compiling nom v7.1.3
17292026-02-27T04:19:43.890Z Compiling hickory-resolver v0.24.4
17302026-02-27T04:19:43.955Z Compiling phf_shared v0.12.1
17312026-02-27T04:19:44.306Z Compiling newline-converter v0.3.0
17322026-02-27T04:19:44.501Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17332026-02-27T04:19:47.337Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
17342026-02-27T04:19:47.530Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17352026-02-27T04:19:48.012Z Compiling newtype_derive v0.1.6
17362026-02-27T04:19:48.431Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17372026-02-27T04:19:49.133Z Compiling atomicwrites v0.4.4
17382026-02-27T04:19:49.503Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17392026-02-27T04:19:50.256Z Compiling progenitor-impl v0.10.0
17402026-02-27T04:19:51.721Z Compiling console v0.15.11
17412026-02-27T04:19:52.019Z Compiling tokio-stream v0.1.18
17422026-02-27T04:19:52.631Z Compiling pin-project-internal v1.1.10
17432026-02-27T04:19:53.752Z Compiling slog-dtrace v0.3.0
17442026-02-27T04:19:53.826Z Compiling csv-core v0.1.13
17452026-02-27T04:19:53.826Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17462026-02-27T04:19:53.826Z Compiling owo-colors v4.2.3
17472026-02-27T04:19:53.826Z Compiling foldhash v0.1.5
17482026-02-27T04:19:53.944Z Compiling unicode-xid v0.2.6
17492026-02-27T04:19:54.092Z Compiling swrite v0.1.0
17502026-02-27T04:19:54.149Z Compiling cancel-safe-futures v0.1.5
17512026-02-27T04:19:54.238Z Compiling similar v2.7.0
17522026-02-27T04:19:54.622Z Compiling chrono-tz v0.10.4
17532026-02-27T04:19:54.980Z Compiling unicode-width v0.1.14
17542026-02-27T04:19:55.081Z Compiling pin-project v1.1.10
17552026-02-27T04:19:55.261Z Compiling expectorate v1.2.0
17562026-02-27T04:19:55.591Z Compiling const_format_proc_macros v0.2.34
17572026-02-27T04:19:55.689Z Compiling hashbrown v0.15.5
17582026-02-27T04:19:55.849Z Compiling csv v1.4.0
17592026-02-27T04:19:56.484Z Compiling qorb v0.4.1
17602026-02-27T04:19:56.947Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17612026-02-27T04:19:57.175Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17622026-02-27T04:19:57.194Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17632026-02-27T04:19:57.456Z Compiling phf v0.12.1
17642026-02-27T04:19:57.740Z Compiling tokio-dtrace v0.1.1
17652026-02-27T04:19:58.224Z Compiling unicode-normalization v0.1.25
17662026-02-27T04:19:58.839Z Compiling progenitor-macro v0.10.0
17672026-02-27T04:19:59.275Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17682026-02-27T04:20:00.395Z Compiling libsw-core v0.3.2
17692026-02-27T04:20:00.467Z Compiling async-recursion v1.1.1
17702026-02-27T04:20:00.945Z Compiling snafu-derive v0.8.9
17712026-02-27T04:20:01.552Z Compiling cookie v0.18.1
17722026-02-27T04:20:01.983Z Compiling bstr v1.12.1
17732026-02-27T04:20:01.987Z Compiling highway v1.3.0
17742026-02-27T04:20:02.395Z Compiling fixedbitset v0.5.7
17752026-02-27T04:20:02.832Z Compiling same-file v1.0.6
17762026-02-27T04:20:04.078Z Compiling foreign-types-shared v0.1.1
17772026-02-27T04:20:04.137Z Compiling openssl v0.10.75
17782026-02-27T04:20:04.137Z Compiling bytecount v0.6.9
17792026-02-27T04:20:04.137Z Compiling fixedbitset v0.4.2
17802026-02-27T04:20:04.137Z Compiling papergrid v0.11.0
17812026-02-27T04:20:04.137Z Compiling petgraph v0.6.5
17822026-02-27T04:20:04.138Z Compiling foreign-types v0.3.2
17832026-02-27T04:20:04.138Z Compiling walkdir v2.5.0
17842026-02-27T04:20:04.574Z Compiling petgraph v0.8.3
17852026-02-27T04:20:04.935Z Compiling snafu v0.8.9
17862026-02-27T04:20:05.823Z Compiling globset v0.4.18
17872026-02-27T04:20:07.187Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17882026-02-27T04:20:07.234Z Compiling libsw v3.5.0
17892026-02-27T04:20:07.475Z Compiling olpc-cjson v0.1.4
17902026-02-27T04:20:07.586Z Compiling oxide-tokio-rt v0.1.2
17912026-02-27T04:20:07.758Z Compiling const_format v0.2.35
17922026-02-27T04:20:07.882Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17932026-02-27T04:20:09.151Z Compiling gethostname v0.5.0
17942026-02-27T04:20:09.373Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
17952026-02-27T04:20:10.108Z Compiling tabled_derive v0.7.0
17962026-02-27T04:20:10.403Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17972026-02-27T04:20:10.430Z Compiling bcs v0.1.6
17982026-02-27T04:20:11.822Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17992026-02-27T04:20:11.927Z Compiling progenitor v0.10.0
18002026-02-27T04:20:12.139Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18012026-02-27T04:20:12.540Z Compiling serde_plain v1.0.2
18022026-02-27T04:20:12.705Z Compiling openssl-macros v0.1.1
18032026-02-27T04:20:12.933Z Compiling pem v3.0.6
18042026-02-27T04:20:13.590Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18052026-02-27T04:20:13.736Z Compiling lazy_static v1.5.0
18062026-02-27T04:20:13.859Z Compiling linear-map v1.2.0
18072026-02-27T04:20:13.892Z Compiling unicode-linebreak v0.1.5
18082026-02-27T04:20:14.242Z Compiling tagptr v0.2.0
18092026-02-27T04:20:14.416Z Compiling termtree v0.5.1
18102026-02-27T04:20:14.525Z Compiling typed-path v0.9.3
18112026-02-27T04:20:14.687Z Compiling smawk v0.3.2
18122026-02-27T04:20:14.944Z Compiling textwrap v0.16.2
18132026-02-27T04:20:16.307Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18142026-02-27T04:20:17.258Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18152026-02-27T04:20:17.555Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18162026-02-27T04:20:17.932Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18172026-02-27T04:20:18.203Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18182026-02-27T04:20:18.377Z Compiling tough v0.20.0
18192026-02-27T04:20:19.550Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18202026-02-27T04:20:19.624Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18212026-02-27T04:20:19.961Z Compiling moka v0.12.13
18222026-02-27T04:20:19.996Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18232026-02-27T04:20:20.465Z Compiling steno v0.4.1
18242026-02-27T04:20:21.860Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18252026-02-27T04:20:22.848Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18262026-02-27T04:20:23.915Z Compiling tabled v0.15.0
18272026-02-27T04:20:27.661Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18282026-02-27T04:20:28.125Z Compiling hickory-proto v0.25.2
18292026-02-27T04:20:29.400Z Compiling humantime v2.3.0
18302026-02-27T04:20:29.475Z Compiling num-derive v0.3.3
18312026-02-27T04:20:29.784Z Compiling parking_lot_core v0.8.6
18322026-02-27T04:20:29.978Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18332026-02-27T04:20:30.346Z Compiling crc32fast v1.5.0
18342026-02-27T04:20:30.699Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18352026-02-27T04:20:31.033Z Compiling parking_lot v0.11.2
18362026-02-27T04:20:31.183Z Compiling fxhash v0.2.1
18372026-02-27T04:20:31.332Z Compiling socket2 v0.5.10
18382026-02-27T04:20:31.363Z Compiling internet-checksum v0.2.1
18392026-02-27T04:20:31.411Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18402026-02-27T04:20:31.602Z Compiling sled v0.34.7
18412026-02-27T04:20:31.680Z Compiling libscf-sys v1.1.0
18422026-02-27T04:20:31.920Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18432026-02-27T04:20:32.752Z Compiling hickory-resolver v0.25.2
18442026-02-27T04:20:34.273Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18452026-02-27T04:20:34.998Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18462026-02-27T04:20:37.350Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18472026-02-27T04:20:39.766Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18482026-02-27T04:21:01.359Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18492026-02-27T04:21:03.891Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18502026-02-27T04:21:05.831Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18512026-02-27T04:21:08.085Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18522026-02-27T04:21:10.591Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18532026-02-27T04:21:40.897Z Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 17s
18542026-02-27T04:21:41.091Z────────────
18552026-02-27T04:21:41.091Z Nextest run ID 42ea4c42-17fe-4cf9-a5ab-d9b9b552de15 with nextest profile: default
18562026-02-27T04:21:41.091Z Starting 18 tests across 1 binary (18 tests skipped)
18572026-02-27T04:22:10.449Z PASS [ 29.339s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18582026-02-27T04:22:10.449Z PASS [ 29.340s] rdb proptest::prop_ipv4_length_in_bounds
18592026-02-27T04:22:10.477Z PASS [ 29.369s] rdb proptest::prop_ipv4_within_self
18602026-02-27T04:22:10.481Z PASS [ 29.373s] rdb proptest::prop_ipv6_default_contains_all
18612026-02-27T04:22:10.492Z PASS [ 29.383s] rdb proptest::prop_ipv6_host_bits_always_unset
18622026-02-27T04:22:10.684Z PASS [ 29.575s] rdb proptest::prop_ipv4_default_contains_all
18632026-02-27T04:22:10.982Z PASS [ 29.873s] rdb proptest::prop_ipv4_host_bits_always_unset
18642026-02-27T04:22:39.985Z PASS [ 29.520s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18652026-02-27T04:22:39.996Z PASS [ 29.527s] rdb proptest::prop_ipv6_length_in_bounds
18662026-02-27T04:22:40.236Z PASS [ 29.740s] rdb proptest::prop_ipv6_within_self
18672026-02-27T04:22:40.666Z PASS [ 30.168s] rdb proptest::prop_prefix_enum_no_cross_family
18682026-02-27T04:22:41.129Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18692026-02-27T04:22:56.191Z PASS [ 45.673s] rdb proptest::prop_static_route_key_deduplication
18702026-02-27T04:23:10.721Z SLOW [> 60.000s] rdb proptest::prop_static_route_key_normalization_idempotent
18712026-02-27T04:23:11.021Z SLOW [> 60.000s] rdb proptest::prop_static_route_key_normalization_preserves_fields
18722026-02-27T04:23:16.136Z PASS [ 65.091s] rdb proptest::prop_static_route_key_normalization_preserves_fields
18732026-02-27T04:23:18.013Z PASS [ 67.290s] rdb proptest::prop_static_route_key_normalization_idempotent
18742026-02-27T04:23:40.023Z SLOW [> 60.000s] rdb proptest::prop_static_route_key_normalization_preserves_length
18752026-02-27T04:23:40.030Z SLOW [> 60.000s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
18762026-02-27T04:23:40.273Z SLOW [> 60.000s] rdb proptest::prop_static_route_key_ord_consistency
18772026-02-27T04:23:41.165Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18782026-02-27T04:23:42.960Z PASS [ 62.939s] rdb proptest::prop_static_route_key_normalization_preserves_length
18792026-02-27T04:23:43.997Z PASS [ 63.968s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
18802026-02-27T04:24:10.996Z PASS [ 90.709s] rdb proptest::prop_static_route_key_ord_consistency
18812026-02-27T04:24:41.200Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18822026-02-27T04:25:41.235Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18832026-02-27T04:26:41.272Z SLOW [>300.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18842026-02-27T04:27:41.306Z SLOW [>360.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18852026-02-27T04:28:41.342Z SLOW [>420.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18862026-02-27T04:29:41.377Z SLOW [>480.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18872026-02-27T04:30:11.111Z PASS [ 509.727s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18882026-02-27T04:30:11.115Z────────────
18892026-02-27T04:30:11.115Z Summary [ 509.728s] 18 tests run: 18 passed (6 slow), 18 skipped
18902026-02-27T04:30:11.125Z+ cp '*.log' /work/
18912026-02-27T04:30:11.128Z+ true
18922026-02-27T04:30:11.129Z+ '[' -d proptest-regressions ']'
18932026-02-27T04:30:11.129Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
18942026-02-27T04:30:11.132Z+ popd
18952026-02-27T04:30:11.132Z/work/oxidecomputer/maghemite
18962026-02-27T04:30:11.132Z+ pushd bgp
18972026-02-27T04:30:11.132Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
18982026-02-27T04:30:11.132Z+ PROPTEST_CASES=1000000
18992026-02-27T04:30:11.132Z+ cargo nextest run --lib proptest
19002026-02-27T04:30:12.895Z Compiling smallvec v1.15.1
19012026-02-27T04:30:13.052Z Compiling serde_json v1.0.149
19022026-02-27T04:30:13.134Z Compiling crunchy v0.2.4
19032026-02-27T04:30:13.166Z Compiling tiny-keccak v2.0.2
19042026-02-27T04:30:13.184Z Compiling smartstring v1.0.1
19052026-02-27T04:30:13.184Z Compiling ahash v0.8.12
19062026-02-27T04:30:13.406Z Compiling icu_normalizer v2.1.1
19072026-02-27T04:30:13.444Z Compiling parking_lot_core v0.9.12
19082026-02-27T04:30:13.690Z Compiling parking_lot_core v0.8.6
19092026-02-27T04:30:13.832Z Compiling parking_lot v0.12.5
19102026-02-27T04:30:14.133Z Compiling idna_adapter v1.2.1
19112026-02-27T04:30:14.333Z Compiling tokio v1.49.0
19122026-02-27T04:30:14.394Z Compiling idna v1.1.0
19132026-02-27T04:30:14.725Z Compiling schemars v0.8.22
19142026-02-27T04:30:14.755Z Compiling dof v0.4.0
19152026-02-27T04:30:14.990Z Compiling openapiv3 v2.2.0
19162026-02-27T04:30:15.255Z Compiling url v2.5.8
19172026-02-27T04:30:17.702Z Compiling typify-impl v0.4.3
19182026-02-27T04:30:18.436Z Compiling usdt-impl v0.6.0
19192026-02-27T04:30:20.004Z Compiling ipnetwork v0.21.1
19202026-02-27T04:30:20.039Z Compiling usdt-attr-macro v0.6.0
19212026-02-27T04:30:20.203Z Compiling usdt-macro v0.6.0
19222026-02-27T04:30:20.751Z Compiling oxnet v0.1.4
19232026-02-27T04:30:20.994Z Compiling newtype-uuid v1.3.2
19242026-02-27T04:30:21.650Z Compiling daft v0.1.5
19252026-02-27T04:30:21.716Z Compiling slog-json v2.6.1
19262026-02-27T04:30:22.110Z Compiling slog-bunyan v2.5.0
19272026-02-27T04:30:22.232Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19282026-02-27T04:30:22.251Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19292026-02-27T04:30:22.283Z Compiling usdt v0.6.0
19302026-02-27T04:30:22.353Z Compiling serde_with v3.16.1
19312026-02-27T04:30:22.842Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
19322026-02-27T04:30:23.504Z Compiling tokio-util v0.7.18
19332026-02-27T04:30:23.619Z Compiling tokio-rustls v0.26.4
19342026-02-27T04:30:23.690Z Compiling tower v0.5.3
19352026-02-27T04:30:24.170Z Compiling tokio-rustls v0.25.0
19362026-02-27T04:30:24.643Z Compiling tower-http v0.6.8
19372026-02-27T04:30:24.796Z Compiling h2 v0.4.13
19382026-02-27T04:30:25.277Z Compiling backoff v0.4.0
19392026-02-27T04:30:25.596Z Compiling iddqd v0.3.17
19402026-02-27T04:30:25.722Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19412026-02-27T04:30:29.896Z Compiling hyper v1.8.1
19422026-02-27T04:30:31.043Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19432026-02-27T04:30:32.429Z Compiling hyper-util v0.1.20
19442026-02-27T04:30:32.451Z Compiling dof v0.3.0
19452026-02-27T04:30:33.185Z Compiling typify-macro v0.4.3
19462026-02-27T04:30:33.432Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19472026-02-27T04:30:33.795Z Compiling usdt-impl v0.5.0
19482026-02-27T04:30:34.053Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
19492026-02-27T04:30:34.562Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19502026-02-27T04:30:35.480Z Compiling hyper-rustls v0.27.7
19512026-02-27T04:30:35.580Z Compiling dropshot v0.16.7
19522026-02-27T04:30:36.178Z Compiling reqwest v0.12.28
19532026-02-27T04:30:37.415Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19542026-02-27T04:30:37.711Z Compiling typify v0.4.3
19552026-02-27T04:30:37.747Z Compiling zone v0.3.1
19562026-02-27T04:30:37.861Z Compiling progenitor-impl v0.11.2
19572026-02-27T04:30:39.583Z Compiling progenitor-client v0.10.0
19582026-02-27T04:30:40.071Z Compiling progenitor-client v0.11.2
19592026-02-27T04:30:40.792Z Compiling usdt-attr-macro v0.5.0
19602026-02-27T04:30:41.829Z Compiling usdt-macro v0.5.0
19612026-02-27T04:30:46.323Z Compiling usdt v0.5.0
19622026-02-27T04:30:46.719Z Compiling progenitor-macro v0.11.2
19632026-02-27T04:30:46.845Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19642026-02-27T04:30:46.864Z Compiling hickory-proto v0.24.4
19652026-02-27T04:30:47.427Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
19662026-02-27T04:30:47.611Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
19672026-02-27T04:30:47.687Z Compiling progenitor-impl v0.10.0
19682026-02-27T04:30:48.257Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
19692026-02-27T04:30:48.560Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19702026-02-27T04:30:49.060Z Compiling tokio-stream v0.1.18
19712026-02-27T04:30:50.101Z Compiling tokio-dtrace v0.1.1
19722026-02-27T04:30:50.668Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19732026-02-27T04:30:51.250Z Compiling hickory-resolver v0.24.4
19742026-02-27T04:30:53.596Z Compiling qorb v0.4.1
19752026-02-27T04:30:54.881Z Compiling libsw-core v0.3.2
19762026-02-27T04:30:55.207Z Compiling libsw v3.5.0
19772026-02-27T04:30:55.547Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19782026-02-27T04:30:55.855Z Compiling oxide-tokio-rt v0.1.2
19792026-02-27T04:30:56.134Z Compiling slog-dtrace v0.3.0
19802026-02-27T04:30:56.180Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19812026-02-27T04:30:56.472Z Compiling progenitor-macro v0.10.0
19822026-02-27T04:30:56.789Z Compiling cancel-safe-futures v0.1.5
19832026-02-27T04:30:56.811Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19842026-02-27T04:30:57.365Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19852026-02-27T04:30:57.407Z Compiling olpc-cjson v0.1.4
19862026-02-27T04:30:57.578Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19872026-02-27T04:30:57.702Z Compiling tough v0.20.0
19882026-02-27T04:30:58.650Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19892026-02-27T04:30:58.995Z Compiling hickory-proto v0.25.2
19902026-02-27T04:30:59.411Z Compiling steno v0.4.1
19912026-02-27T04:30:59.569Z Compiling progenitor v0.11.2
19922026-02-27T04:30:59.789Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
19932026-02-27T04:31:00.255Z Compiling moka v0.12.13
19942026-02-27T04:31:02.118Z Compiling const-random-macro v0.1.16
19952026-02-27T04:31:02.204Z Compiling parking_lot v0.11.2
19962026-02-27T04:31:02.882Z Compiling const-random v0.1.18
19972026-02-27T04:31:03.134Z Compiling sdd v3.0.10
19982026-02-27T04:31:03.622Z Compiling hickory-resolver v0.25.2
19992026-02-27T04:31:04.421Z Compiling scc v2.4.0
20002026-02-27T04:31:07.106Z Compiling sled v0.34.7
20012026-02-27T04:31:07.624Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20022026-02-27T04:31:07.700Z Compiling thin-vec v0.2.14
20032026-02-27T04:31:08.314Z Compiling serial_test_derive v3.3.1
20042026-02-27T04:31:08.593Z Compiling rhai_codegen v3.1.0
20052026-02-27T04:31:09.005Z Compiling yansi v1.0.1
20062026-02-27T04:31:09.045Z Compiling progenitor v0.10.0
20072026-02-27T04:31:09.128Z Compiling diff v0.1.13
20082026-02-27T04:31:09.270Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20092026-02-27T04:31:09.664Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20102026-02-27T04:31:09.703Z Compiling serial_test v3.3.1
20112026-02-27T04:31:09.770Z Compiling pretty_assertions v1.4.1
20122026-02-27T04:31:11.358Z Compiling rhai v1.24.0
20132026-02-27T04:31:20.460Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20142026-02-27T04:31:20.965Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20152026-02-27T04:31:21.351Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20162026-02-27T04:31:22.667Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20172026-02-27T04:31:23.589Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20182026-02-27T04:31:23.939Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20192026-02-27T04:31:24.932Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20202026-02-27T04:31:26.752Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20212026-02-27T04:31:26.966Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20222026-02-27T04:31:28.005Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20232026-02-27T04:31:28.381Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20242026-02-27T04:31:29.547Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20252026-02-27T04:31:29.856Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20262026-02-27T04:31:30.257Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20272026-02-27T04:31:30.986Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20282026-02-27T04:31:31.815Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20292026-02-27T04:31:42.131Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20302026-02-27T04:31:42.747Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20312026-02-27T04:31:43.113Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20322026-02-27T04:31:43.905Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20332026-02-27T04:31:47.654Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20342026-02-27T04:32:09.509Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20352026-02-27T04:32:11.972Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20362026-02-27T04:32:13.994Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20372026-02-27T04:32:16.265Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20382026-02-27T04:32:17.906Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20392026-02-27T04:32:22.068Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20402026-02-27T04:33:10.168Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 57s
20412026-02-27T04:33:10.360Z────────────
20422026-02-27T04:33:10.360Z Nextest run ID 54ba267d-8d04-4e3b-a7e9-eca92361db59 with nextest profile: default
20432026-02-27T04:33:10.360Z Starting 18 tests across 1 binary (132 tests skipped)
20442026-02-27T04:33:41.818Z PASS [ 31.439s] bgp proptest::prop_ipv4_wire_format_roundtrip
20452026-02-27T04:33:46.300Z PASS [ 35.918s] bgp proptest::prop_ipv4_prefixes_roundtrip
20462026-02-27T04:33:46.474Z PASS [ 36.093s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20472026-02-27T04:33:49.357Z PASS [ 38.974s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20482026-02-27T04:33:51.281Z PASS [ 40.897s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20492026-02-27T04:34:09.838Z PASS [ 59.441s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20502026-02-27T04:34:10.402Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20512026-02-27T04:34:10.411Z SLOW [> 60.000s] bgp proptest::prop_duplicate_attrs_deduplicated
20522026-02-27T04:34:17.261Z PASS [ 30.913s] bgp proptest::prop_ipv6_wire_format_roundtrip
20532026-02-27T04:34:23.255Z PASS [ 41.414s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20542026-02-27T04:34:26.661Z PASS [ 40.164s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20552026-02-27T04:34:27.960Z PASS [ 36.656s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20562026-02-27T04:34:29.273Z PASS [ 78.866s] bgp proptest::prop_duplicate_attrs_deduplicated
20572026-02-27T04:34:48.037Z PASS [ 38.176s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20582026-02-27T04:34:49.395Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20592026-02-27T04:34:53.129Z PASS [ 35.877s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20602026-02-27T04:35:10.431Z SLOW [>120.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20612026-02-27T04:35:19.204Z PASS [ 52.512s] bgp proptest::prop_update_mp_unreach_roundtrip
20622026-02-27T04:35:23.293Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20632026-02-27T04:35:27.996Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20642026-02-27T04:35:28.449Z PASS [ 138.010s] bgp proptest::prop_encode_decode_semantic_equivalence
20652026-02-27T04:35:49.430Z SLOW [>120.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20662026-02-27T04:36:03.078Z PASS [ 133.644s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20672026-02-27T04:36:23.328Z SLOW [>120.000s] bgp proptest::prop_update_mp_reach_roundtrip
20682026-02-27T04:36:26.811Z PASS [ 118.784s] bgp proptest::prop_update_traditional_roundtrip
20692026-02-27T04:36:45.061Z PASS [ 141.722s] bgp proptest::prop_update_mp_reach_roundtrip
20702026-02-27T04:36:45.061Z────────────
20712026-02-27T04:36:45.061Z Summary [ 214.576s] 18 tests run: 18 passed (5 slow), 132 skipped
20722026-02-27T04:36:45.073Z+ cp '*.log' /work/
20732026-02-27T04:36:45.076Z+ true
20742026-02-27T04:36:45.076Z+ '[' -d proptest-regressions ']'
20752026-02-27T04:36:45.077Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20762026-02-27T04:36:45.080Z+ popd
20772026-02-27T04:36:45.080Z/work/oxidecomputer/maghemite
20782026-02-27T04:36:45.080Zprocess exited: duration 1492031 ms, exit code 0
 
20792026-02-27T04:36:45.090Zfound 0 output files