01KJPTNXMTZBMRTY4VHBCVZRKT: 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: 01KJPTPAVW38VNATFAGG15EGGN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-02T08:31:08.700Zjob assigned to worker 01KJPTPGM9TFZPVAFR8K5DZQRX [factory aws, i-0911b3b51e8a5739f] (queued for 1 m 6 s)
 
22026-03-02T08:31:17.105Zstarting task 0: "setup"
32026-03-02T08:31:17.110Z++ uname -s
42026-03-02T08:31:17.114Z+ kern=SunOS
52026-03-02T08:31:17.114Z+ build_user=build
62026-03-02T08:31:17.114Z+ build_uid=12345
72026-03-02T08:31:17.114Z+ work_dir=/work
82026-03-02T08:31:17.114Z+ input_dir=/input
92026-03-02T08:31:17.114Z+ [[ 0 == 12345 ]]
102026-03-02T08:31:17.114Z+ case "$kern" in
112026-03-02T08:31:17.114Z+ groupadd -g 12345 build
122026-03-02T08:31:17.118Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-02T08:31:19.123Z+ zfs create -o mountpoint=/work rpool/work
142026-03-02T08:31:19.178Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-02T08:31:19.181Z+ home_fs=zfs
162026-03-02T08:31:19.181Z+ [[ zfs == autofs ]]
172026-03-02T08:31:19.181Z+ mkdir -p /home/build
182026-03-02T08:31:19.184Z+ chown build:build /home/build /work
192026-03-02T08:31:21.186Z+ chmod 0700 /home/build /work
202026-03-02T08:31:21.191Zprocess exited: duration 4084 ms, exit code 0
 
212026-03-02T08:31:21.199Zstarting task 1: "rust-toolchain"
222026-03-02T08:31:21.204Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-02T08:31:21.204Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-02T08:31:21.204Z * rust toolchain channel = "stable"
252026-03-02T08:31:21.204Z * rust toolchain profile = "default"
262026-03-02T08:31:21.204Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-02T08:31:21.205Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-02T08:31:21.209Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-02T08:31:21.209Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-02T08:31:21.343Zinfo: downloading installer
312026-03-02T08:31:23.390Zwarn: It looks like you have an existing installation of Rust at:
322026-03-02T08:31:23.390Zwarn: /opt/ooce/bin
332026-03-02T08:31:23.390Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-02T08:31:23.390Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-02T08:31:23.390Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-02T08:31:23.390Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-02T08:31:23.390Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-02T08:31:23.390Zerror: cannot install while Rust is installed
392026-03-02T08:31:23.390Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-02T08:31:23.403Zinfo: profile set to 'default'
412026-03-02T08:31:23.403Zinfo: default host triple is x86_64-unknown-illumos
422026-03-02T08:31:23.406Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-03-02T08:31:23.556Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-03-02T08:31:23.556Zinfo: downloading component 'cargo'
452026-03-02T08:31:24.560Zinfo: downloading component 'clippy'
462026-03-02T08:31:25.007Zinfo: downloading component 'rust-docs'
472026-03-02T08:31:26.717Zinfo: downloading component 'rust-std'
482026-03-02T08:31:28.991Zinfo: downloading component 'rustc'
492026-03-02T08:31:36.303Zinfo: downloading component 'rustfmt'
502026-03-02T08:31:36.562Zinfo: installing component 'cargo'
512026-03-02T08:31:37.511Zinfo: installing component 'clippy'
522026-03-02T08:31:37.903Zinfo: installing component 'rust-docs'
532026-03-02T08:31:39.910Zinfo: installing component 'rust-std'
542026-03-02T08:31:41.744Zinfo: installing component 'rustc'
552026-03-02T08:31:48.676Zinfo: installing component 'rustfmt'
562026-03-02T08:31:49.009Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-03-02T08:31:49.009Z
582026-03-02T08:31:49.514Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-03-02T08:31:49.514Z
602026-03-02T08:31:49.517Z
612026-03-02T08:31:49.517ZRust is installed now. Great!
622026-03-02T08:31:49.517Z
632026-03-02T08:31:49.517ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-02T08:31:49.517Zenvironment variable. This has not been done automatically.
652026-03-02T08:31:49.517Z
662026-03-02T08:31:49.517ZTo configure your current shell, you need to source
672026-03-02T08:31:49.517Zthe corresponding env file under $HOME/.cargo.
682026-03-02T08:31:49.517Z
692026-03-02T08:31:49.518ZThis is usually done by running one of the following (note the leading DOT):
702026-03-02T08:31:49.518Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-02T08:31:49.518Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-02T08:31:49.518Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-02T08:31:49.618Z+ rustup --version
742026-03-02T08:31:49.631Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-02T08:31:49.631Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-02T08:31:49.714Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-03-02T08:31:49.717Z+ cargo --version
782026-03-02T08:31:49.781Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-03-02T08:31:49.785Z+ rustc --version
802026-03-02T08:31:49.856Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-03-02T08:31:49.862Zprocess exited: duration 28660 ms, exit code 0
 
822026-03-02T08:31:49.868Zstarting task 2: "authentication"
832026-03-02T08:31:49.895Zprocess exited: duration 24 ms, exit code 0
 
842026-03-02T08:31:49.901Zstarting task 3: "clone repository"
852026-03-02T08:31:49.907Z+ mkdir -p /work/oxidecomputer/maghemite
862026-03-02T08:31:49.909Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
872026-03-02T08:31:49.942ZCloning into '/work/oxidecomputer/maghemite'...
882026-03-02T08:31:51.120Z+ cd /work/oxidecomputer/maghemite
892026-03-02T08:31:51.120Z+ git fetch origin c16a85b3ac94614c3c3e7355f48b8de6507c1081
902026-03-02T08:31:51.392ZFrom https://github.com/oxidecomputer/maghemite
912026-03-02T08:31:51.392Z * branch c16a85b3ac94614c3c3e7355f48b8de6507c1081 -> FETCH_HEAD
922026-03-02T08:31:51.401Z+ [[ -n trey/random-fix-fun-time ]]
932026-03-02T08:31:51.404Z++ git branch --show-current
942026-03-02T08:31:51.407Z+ current=main
952026-03-02T08:31:51.407Z+ [[ main != trey/random-fix-fun-time ]]
962026-03-02T08:31:51.407Z+ git branch -f trey/random-fix-fun-time c16a85b3ac94614c3c3e7355f48b8de6507c1081
972026-03-02T08:31:51.410Z+ git checkout -f trey/random-fix-fun-time
982026-03-02T08:31:51.440ZSwitched to branch 'trey/random-fix-fun-time'
992026-03-02T08:31:51.443Z+ git reset --hard c16a85b3ac94614c3c3e7355f48b8de6507c1081
1002026-03-02T08:31:51.475ZHEAD is now at c16a85b Add justfile
1012026-03-02T08:31:51.478Zprocess exited: duration 1574 ms, exit code 0
 
1022026-03-02T08:31:51.484Zstarting task 4: "build"
1032026-03-02T08:31:51.490Z+ set -e
1042026-03-02T08:31:51.490Z+ NEXTEST_VERSION=0.9.97
1052026-03-02T08:31:51.490Z+ PLATFORM=illumos
1062026-03-02T08:31:51.490Z+ cargo --version
1072026-03-02T08:31:51.498Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1082026-03-02T08:31:51.687Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1092026-03-02T08:31:51.687Zinfo: downloading component 'cargo'
1102026-03-02T08:31:52.640Zinfo: downloading component 'clippy'
1112026-03-02T08:31:53.038Zinfo: downloading component 'rust-docs'
1122026-03-02T08:31:54.521Zinfo: downloading component 'rust-std'
1132026-03-02T08:31:56.766Zinfo: downloading component 'rustc'
1142026-03-02T08:32:04.009Zinfo: downloading component 'rustfmt'
1152026-03-02T08:32:04.277Zinfo: installing component 'cargo'
1162026-03-02T08:32:05.241Zinfo: installing component 'clippy'
1172026-03-02T08:32:05.640Zinfo: installing component 'rust-docs'
1182026-03-02T08:32:07.628Zinfo: installing component 'rust-std'
1192026-03-02T08:32:09.419Zinfo: installing component 'rustc'
1202026-03-02T08:32:16.413Zinfo: installing component 'rustfmt'
1212026-03-02T08:32:16.872Zcargo 1.92.0 (344c4567c 2025-10-21)
1222026-03-02T08:32:16.878Z+ rustc --version
1232026-03-02T08:32:16.964Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1242026-03-02T08:32:16.967Z+ cargo install cargo-nextest --version 0.9.97
1252026-03-02T08:32:17.076Z Updating crates.io index
1262026-03-02T08:32:17.190Z Downloading crates ...
1272026-03-02T08:32:17.249Z Downloaded cargo-nextest v0.9.97
1282026-03-02T08:32:17.330Z Installing cargo-nextest v0.9.97
1292026-03-02T08:32:17.402Z Updating crates.io index
1302026-03-02T08:32:20.431Z Locking 406 packages to latest compatible versions
1312026-03-02T08:32:20.437Z Adding dialoguer v0.11.0 (available: v0.12.0)
1322026-03-02T08:32:20.439Z Adding duct v0.13.7 (available: v1.1.1)
1332026-03-02T08:32:20.439Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1342026-03-02T08:32:20.440Z Adding generic-array v0.14.7 (available: v0.14.9)
1352026-03-02T08:32:20.442Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1362026-03-02T08:32:20.445Z Adding nextest-filtering v0.15.0 (available: v0.18.0)
1372026-03-02T08:32:20.445Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1382026-03-02T08:32:20.448Z Adding nextest-runner v0.80.0 (available: v0.110.0)
1392026-03-02T08:32:20.469Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1402026-03-02T08:32:20.485Z Downloading crates ...
1412026-03-02T08:32:20.568Z Downloaded autocfg v1.5.0
1422026-03-02T08:32:20.574Z Downloaded anstyle-query v1.1.5
1432026-03-02T08:32:20.577Z Downloaded anstyle v1.0.13
1442026-03-02T08:32:20.580Z Downloaded addr2line v0.25.1
1452026-03-02T08:32:20.583Z Downloaded block-buffer v0.10.4
1462026-03-02T08:32:20.586Z Downloaded atomic-waker v1.1.2
1472026-03-02T08:32:20.591Z Downloaded cargo-platform v0.3.2
1482026-03-02T08:32:20.591Z Downloaded atomicwrites v0.4.4
1492026-03-02T08:32:20.594Z Downloaded home v0.5.12
1502026-03-02T08:32:20.594Z Downloaded backtrace-ext v0.2.1
1512026-03-02T08:32:20.597Z Downloaded async-scoped v0.9.0
1522026-03-02T08:32:20.600Z Downloaded adler2 v2.0.1
1532026-03-02T08:32:20.600Z Downloaded future-queue v0.4.0
1542026-03-02T08:32:20.604Z Downloaded humantime-serde v1.1.1
1552026-03-02T08:32:20.607Z Downloaded equivalent v1.0.2
1562026-03-02T08:32:20.607Z Downloaded foreign-types v0.3.2
1572026-03-02T08:32:20.610Z Downloaded iana-time-zone v0.1.65
1582026-03-02T08:32:20.613Z Downloaded hyper-tls v0.6.0
1592026-03-02T08:32:20.617Z Downloaded humantime v2.3.0
1602026-03-02T08:32:20.620Z Downloaded camino v1.2.2
1612026-03-02T08:32:20.624Z Downloaded number_prefix v0.4.0
1622026-03-02T08:32:20.627Z Downloaded futures-macro v0.3.32
1632026-03-02T08:32:20.627Z Downloaded form_urlencoded v1.2.2
1642026-03-02T08:32:20.630Z Downloaded openssl-macros v0.1.1
1652026-03-02T08:32:20.630Z Downloaded camino-tempfile v1.4.1
1662026-03-02T08:32:20.634Z Downloaded pin-project-internal v1.1.11
1672026-03-02T08:32:20.637Z Downloaded anstyle-parse v0.2.7
1682026-03-02T08:32:20.640Z Downloaded crypto-common v0.1.7
1692026-03-02T08:32:20.640Z Downloaded cpufeatures v0.2.17
1702026-03-02T08:32:20.643Z Downloaded futures-core v0.3.32
1712026-03-02T08:32:20.648Z Downloaded openssl-probe v0.2.1
1722026-03-02T08:32:20.648Z Downloaded heck v0.5.0
1732026-03-02T08:32:20.651Z Downloaded itoa v1.0.17
1742026-03-02T08:32:20.651Z Downloaded futures-task v0.3.32
1752026-03-02T08:32:20.654Z Downloaded rustc_version v0.4.1
1762026-03-02T08:32:20.657Z Downloaded pin-utils v0.1.0
1772026-03-02T08:32:20.657Z Downloaded fastrand v2.3.0
1782026-03-02T08:32:20.660Z Downloaded guppy-workspace-hack v0.1.0
1792026-03-02T08:32:20.660Z Downloaded clap_lex v1.0.0
1802026-03-02T08:32:20.663Z Downloaded fnv v1.0.7
1812026-03-02T08:32:20.666Z Downloaded parking_lot v0.12.5
1822026-03-02T08:32:20.671Z Downloaded colorchoice v1.0.4
1832026-03-02T08:32:20.671Z Downloaded curve25519-dalek-derive v0.1.1
1842026-03-02T08:32:20.673Z Downloaded hex v0.4.3
1852026-03-02T08:32:20.674Z Downloaded debug-ignore v1.0.5
1862026-03-02T08:32:20.676Z Downloaded cfg-if v1.0.4
1872026-03-02T08:32:20.680Z Downloaded futures-sink v0.3.32
1882026-03-02T08:32:20.684Z Downloaded http-body v1.0.1
1892026-03-02T08:32:20.684Z Downloaded is_ci v1.2.0
1902026-03-02T08:32:20.684Z Downloaded color-spantrace v0.3.0
1912026-03-02T08:32:20.687Z Downloaded erased-serde v0.4.9
1922026-03-02T08:32:20.690Z Downloaded lazy_static v1.5.0
1932026-03-02T08:32:20.690Z Downloaded pathdiff v0.2.3
1942026-03-02T08:32:20.693Z Downloaded lru-slab v0.1.2
1952026-03-02T08:32:20.693Z Downloaded cfg_aliases v0.2.1
1962026-03-02T08:32:20.697Z Downloaded futures-io v0.3.32
1972026-03-02T08:32:20.697Z Downloaded foreign-types-shared v0.1.1
1982026-03-02T08:32:20.700Z Downloaded errno v0.3.14
1992026-03-02T08:32:20.700Z Downloaded enable-ansi-support v0.2.1
2002026-03-02T08:32:20.703Z Downloaded serde_ignored v0.1.14
2012026-03-02T08:32:20.706Z Downloaded globset v0.4.18
2022026-03-02T08:32:20.710Z Downloaded serde_spanned v1.0.4
2032026-03-02T08:32:20.710Z Downloaded serde_urlencoded v0.7.1
2042026-03-02T08:32:20.713Z Downloaded shared_child v1.1.1
2052026-03-02T08:32:20.713Z Downloaded sigchld v0.2.4
2062026-03-02T08:32:20.716Z Downloaded rustc-hash v2.1.1
2072026-03-02T08:32:20.716Z Downloaded strip-ansi-escapes v0.2.1
2082026-03-02T08:32:20.719Z Downloaded signature v2.2.0
2092026-03-02T08:32:20.719Z Downloaded ppv-lite86 v0.2.21
2102026-03-02T08:32:20.723Z Downloaded pin-project-lite v0.2.17
2112026-03-02T08:32:20.727Z Downloaded rustc-demangle v0.1.27
2122026-03-02T08:32:20.730Z Downloaded duct v0.13.7
2132026-03-02T08:32:20.733Z Downloaded nested v0.1.1
2142026-03-02T08:32:20.737Z Downloaded mukti-metadata v0.3.0
2152026-03-02T08:32:20.737Z Downloaded fixedbitset v0.5.7
2162026-03-02T08:32:20.741Z Downloaded swrite v0.1.0
2172026-03-02T08:32:20.741Z Downloaded supports-color v3.0.2
2182026-03-02T08:32:20.744Z Downloaded bytes v1.11.1
2192026-03-02T08:32:20.747Z Downloaded signal-hook-mio v0.2.5
2202026-03-02T08:32:20.751Z Downloaded num-traits v0.2.19
2212026-03-02T08:32:20.754Z Downloaded serde-value v0.7.0
2222026-03-02T08:32:20.754Z Downloaded parking_lot_core v0.9.12
2232026-03-02T08:32:20.757Z Downloaded once_cell v1.21.3
2242026-03-02T08:32:20.757Z Downloaded terminal_size v0.4.3
2252026-03-02T08:32:20.760Z Downloaded http-body-util v0.1.3
2262026-03-02T08:32:20.764Z Downloaded shell-words v1.1.1
2272026-03-02T08:32:20.764Z Downloaded futures-channel v0.3.32
2282026-03-02T08:32:20.768Z Downloaded cfg-expr v0.20.6
2292026-03-02T08:32:20.771Z Downloaded tinyvec_macros v0.1.1
2302026-03-02T08:32:20.771Z Downloaded sync_wrapper v1.0.2
2312026-03-02T08:32:20.771Z Downloaded pkcs8 v0.10.2
2322026-03-02T08:32:20.774Z Downloaded rand_core v0.6.4
2332026-03-02T08:32:20.777Z Downloaded serde_path_to_error v0.1.20
2342026-03-02T08:32:20.777Z Downloaded pkg-config v0.3.32
2352026-03-02T08:32:20.781Z Downloaded smol_str v0.3.5
2362026-03-02T08:32:20.781Z Downloaded shlex v1.3.0
2372026-03-02T08:32:20.784Z Downloaded const-oid v0.9.6
2382026-03-02T08:32:20.786Z Downloaded quote v1.0.44
2392026-03-02T08:32:20.789Z Downloaded native-tls v0.2.18
2402026-03-02T08:32:20.789Z Downloaded simd-adler32 v0.3.8
2412026-03-02T08:32:20.792Z Downloaded convert_case v0.10.0
2422026-03-02T08:32:20.795Z Downloaded rand_chacha v0.9.0
2432026-03-02T08:32:20.796Z Downloaded nextest-metadata v0.12.2
2442026-03-02T08:32:20.799Z Downloaded either v1.15.0
2452026-03-02T08:32:20.799Z Downloaded eyre v0.6.12
2462026-03-02T08:32:20.802Z Downloaded crc32fast v1.5.0
2472026-03-02T08:32:20.805Z Downloaded toml_write v0.1.2
2482026-03-02T08:32:20.805Z Downloaded ahash v0.8.12
2492026-03-02T08:32:20.808Z Downloaded static_assertions v1.1.0
2502026-03-02T08:32:20.811Z Downloaded spki v0.7.3
2512026-03-02T08:32:20.814Z Downloaded rand_core v0.9.5
2522026-03-02T08:32:20.814Z Downloaded lock_api v0.4.14
2532026-03-02T08:32:20.817Z Downloaded target-lexicon v0.13.3
2542026-03-02T08:32:20.817Z Downloaded semver v1.0.27
2552026-03-02T08:32:20.822Z Downloaded tower-service v0.3.3
2562026-03-02T08:32:20.822Z Downloaded typeid v1.0.3
2572026-03-02T08:32:20.825Z Downloaded openssl-sys v0.9.111
2582026-03-02T08:32:20.827Z Downloaded thiserror v1.0.69
2592026-03-02T08:32:20.834Z Downloaded try-lock v0.2.5
2602026-03-02T08:32:20.837Z Downloaded thiserror-impl v1.0.69
2612026-03-02T08:32:20.837Z Downloaded unicode-linebreak v0.1.5
2622026-03-02T08:32:20.837Z Downloaded urlencoding v2.1.3
2632026-03-02T08:32:20.840Z Downloaded hyper-util v0.1.20
2642026-03-02T08:32:20.843Z Downloaded slab v0.4.12
2652026-03-02T08:32:20.847Z Downloaded self-replace v1.5.0
2662026-03-02T08:32:20.850Z Downloaded sha2 v0.10.9
2672026-03-02T08:32:20.850Z Downloaded toml_datetime v0.6.11
2682026-03-02T08:32:20.853Z Downloaded tokio-macros v2.6.0
2692026-03-02T08:32:20.853Z Downloaded signal-hook-registry v1.4.8
2702026-03-02T08:32:20.853Z Downloaded untrusted v0.9.0
2712026-03-02T08:32:20.856Z Downloaded utf8_iter v1.0.4
2722026-03-02T08:32:20.856Z Downloaded version_check v0.9.5
2732026-03-02T08:32:20.859Z Downloaded unicode-xid v0.2.6
2742026-03-02T08:32:20.859Z Downloaded want v0.3.1
2752026-03-02T08:32:20.862Z Downloaded utf8parse v0.2.2
2762026-03-02T08:32:20.862Z Downloaded miette-derive v7.6.0
2772026-03-02T08:32:20.862Z Downloaded ipnet v2.11.0
2782026-03-02T08:32:20.865Z Downloaded quinn-udp v0.5.14
2792026-03-02T08:32:20.868Z Downloaded config v0.15.19
2802026-03-02T08:32:20.871Z Downloaded nextest-filtering v0.15.0
2812026-03-02T08:32:20.874Z Downloaded clap v4.5.60
2822026-03-02T08:32:20.882Z Downloaded target-spec v3.5.7
2832026-03-02T08:32:20.885Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2842026-03-02T08:32:20.888Z Downloaded tokio-native-tls v0.3.1
2852026-03-02T08:32:20.888Z Downloaded thread_local v1.1.9
2862026-03-02T08:32:20.892Z Downloaded rustls-pki-types v1.14.0
2872026-03-02T08:32:20.894Z Downloaded tracing-error v0.2.1
2882026-03-02T08:32:20.894Z Downloaded tempfile v3.26.0
2892026-03-02T08:32:20.898Z Downloaded thiserror-impl v2.0.18
2902026-03-02T08:32:20.898Z Downloaded proc-macro2 v1.0.106
2912026-03-02T08:32:20.901Z Downloaded unicase v2.9.0
2922026-03-02T08:32:20.901Z Downloaded borsh v1.6.0
2932026-03-02T08:32:20.907Z Downloaded tracing-log v0.2.0
2942026-03-02T08:32:20.910Z Downloaded toml_writer v1.0.6+spec-1.1.0
2952026-03-02T08:32:20.913Z Downloaded toml v0.8.23
2962026-03-02T08:32:20.915Z Downloaded tokio-stream v0.1.18
2972026-03-02T08:32:20.919Z Downloaded xattr v1.6.1
2982026-03-02T08:32:20.922Z Downloaded zeroize v1.8.2
2992026-03-02T08:32:20.922Z Downloaded zmij v1.0.21
3002026-03-02T08:32:20.925Z Downloaded derive-where v1.6.0
3012026-03-02T08:32:20.928Z Downloaded xxhash-rust v0.8.15
3022026-03-02T08:32:20.933Z Downloaded zstd v0.13.3
3032026-03-02T08:32:20.936Z Downloaded zipsign-api v0.1.5
3042026-03-02T08:32:20.936Z Downloaded thiserror v2.0.18
3052026-03-02T08:32:20.940Z Downloaded tracing-attributes v0.1.31
3062026-03-02T08:32:20.943Z Downloaded ryu v1.0.23
3072026-03-02T08:32:20.947Z Downloaded quick-junit v0.5.2
3082026-03-02T08:32:20.950Z Downloaded zstd-safe v7.2.4
3092026-03-02T08:32:20.953Z Downloaded serde_core v1.0.228
3102026-03-02T08:32:20.956Z Downloaded toml v0.9.12+spec-1.1.0
3112026-03-02T08:32:20.962Z Downloaded toml_parser v1.0.9+spec-1.1.0
3122026-03-02T08:32:20.965Z Downloaded flate2 v1.1.9
3132026-03-02T08:32:20.968Z Downloaded derive_more v2.1.1
3142026-03-02T08:32:20.978Z Downloaded tracing-core v0.1.36
3152026-03-02T08:32:20.981Z Downloaded textwrap v0.16.2
3162026-03-02T08:32:20.984Z Downloaded uuid v1.21.0
3172026-03-02T08:32:20.988Z Downloaded der v0.7.10
3182026-03-02T08:32:20.992Z Downloaded signal-hook v0.3.18
3192026-03-02T08:32:20.995Z Downloaded log v0.4.29
3202026-03-02T08:32:20.998Z Downloaded toml_edit v0.22.27
3212026-03-02T08:32:21.002Z Downloaded tar v0.4.44
3222026-03-02T08:32:21.005Z Downloaded cc v1.2.56
3232026-03-02T08:32:21.008Z Downloaded typenum v1.19.0
3242026-03-02T08:32:21.011Z Downloaded aho-corasick v1.1.4
3252026-03-02T08:32:21.016Z Downloaded indicatif v0.17.11
3262026-03-02T08:32:21.020Z Downloaded litrs v1.0.0
3272026-03-02T08:32:21.023Z Downloaded http v1.4.0
3282026-03-02T08:32:21.027Z Downloaded url v2.5.8
3292026-03-02T08:32:21.030Z Downloaded ed25519-dalek v2.2.0
3302026-03-02T08:32:21.033Z Downloaded derive_more-impl v2.1.1
3312026-03-02T08:32:21.038Z Downloaded socket2 v0.6.2
3322026-03-02T08:32:21.041Z Downloaded hyper v1.8.1
3332026-03-02T08:32:21.046Z Downloaded unicode-ident v1.0.24
3342026-03-02T08:32:21.049Z Downloaded self_update v0.42.0
3352026-03-02T08:32:21.052Z Downloaded tokio-rustls v0.26.4
3362026-03-02T08:32:21.055Z Downloaded sharded-slab v0.1.7
3372026-03-02T08:32:21.058Z Downloaded smallvec v1.15.1
3382026-03-02T08:32:21.062Z Downloaded tower v0.5.3
3392026-03-02T08:32:21.071Z Downloaded tinyvec v1.10.0
3402026-03-02T08:32:21.074Z Downloaded rustls-webpki v0.103.9
3412026-03-02T08:32:21.077Z Downloaded unicode-segmentation v1.12.0
3422026-03-02T08:32:21.081Z Downloaded hashbrown v0.15.5
3432026-03-02T08:32:21.085Z Downloaded crossterm v0.29.0
3442026-03-02T08:32:21.091Z Downloaded tower-http v0.6.8
3452026-03-02T08:32:21.099Z Downloaded vte v0.14.1
3462026-03-02T08:32:21.102Z Downloaded tokio-util v0.7.18
3472026-03-02T08:32:21.110Z Downloaded mio v1.1.1
3482026-03-02T08:32:21.114Z Downloaded rand v0.9.2
3492026-03-02T08:32:21.119Z Downloaded indexmap v2.13.0
3502026-03-02T08:32:21.123Z Downloaded miette v7.6.0
3512026-03-02T08:32:21.128Z Downloaded h2 v0.4.13
3522026-03-02T08:32:21.134Z Downloaded clap_builder v4.5.60
3532026-03-02T08:32:21.141Z Downloaded chrono v0.4.44
3542026-03-02T08:32:21.147Z Downloaded serde_json v1.0.149
3552026-03-02T08:32:21.154Z Downloaded winnow v0.7.14
3562026-03-02T08:32:21.164Z Downloaded webpki-roots v1.0.6
3572026-03-02T08:32:21.167Z Downloaded gimli v0.32.3
3582026-03-02T08:32:21.176Z Downloaded regex v1.12.3
3592026-03-02T08:32:21.181Z Downloaded unicode-width v0.1.14
3602026-03-02T08:32:21.186Z Downloaded bstr v1.12.1
3612026-03-02T08:32:21.194Z Downloaded iri-string v0.7.10
3622026-03-02T08:32:21.201Z Downloaded syn v2.0.117
3632026-03-02T08:32:21.211Z Downloaded idna v1.1.0
3642026-03-02T08:32:21.215Z Downloaded vcpkg v0.2.15
3652026-03-02T08:32:21.250Z Downloaded ron v0.12.0
3662026-03-02T08:32:21.257Z Downloaded curve25519-dalek v4.1.3
3672026-03-02T08:32:21.265Z Downloaded pulldown-cmark v0.13.1
3682026-03-02T08:32:21.270Z Downloaded futures-util v0.3.32
3692026-03-02T08:32:21.281Z Downloaded unicode-normalization v0.1.25
3702026-03-02T08:32:21.284Z Downloaded quinn v0.11.9
3712026-03-02T08:32:21.287Z Downloaded quick-xml v0.37.5
3722026-03-02T08:32:21.292Z Downloaded memchr v2.8.0
3732026-03-02T08:32:21.298Z Downloaded serde v1.0.228
3742026-03-02T08:32:21.302Z Downloaded portable-atomic v1.13.1
3752026-03-02T08:32:21.310Z Downloaded itertools v0.14.0
3762026-03-02T08:32:21.315Z Downloaded reqwest v0.12.28
3772026-03-02T08:32:21.321Z Downloaded guppy v0.17.25
3782026-03-02T08:32:21.326Z Downloaded hashbrown v0.16.1
3792026-03-02T08:32:21.331Z Downloaded quick-xml v0.38.4
3802026-03-02T08:32:21.337Z Downloaded color-eyre v0.6.5
3812026-03-02T08:32:21.344Z Downloaded serde_derive v1.0.228
3822026-03-02T08:32:21.347Z Downloaded pin-project v1.1.11
3832026-03-02T08:32:21.358Z Downloaded getrandom v0.4.1
3842026-03-02T08:32:21.362Z Downloaded futures v0.3.32
3852026-03-02T08:32:21.366Z Downloaded backtrace v0.3.76
3862026-03-02T08:32:21.370Z Downloaded jobserver v0.1.34
3872026-03-02T08:32:21.374Z Downloaded quinn-proto v0.11.13
3882026-03-02T08:32:21.379Z Downloaded tower-layer v0.3.3
3892026-03-02T08:32:21.382Z Downloaded idna_adapter v1.0.0
3902026-03-02T08:32:21.382Z Downloaded newtype-uuid v1.3.2
3912026-03-02T08:32:21.382Z Downloaded dialoguer v0.11.0
3922026-03-02T08:32:21.385Z Downloaded base64 v0.22.1
3932026-03-02T08:32:21.388Z Downloaded tracing-subscriber v0.3.22
3942026-03-02T08:32:21.398Z Downloaded tokio v1.49.0
3952026-03-02T08:32:21.432Z Downloaded console v0.15.11
3962026-03-02T08:32:21.435Z Downloaded clap_derive v4.5.55
3972026-03-02T08:32:21.438Z Downloaded supports-unicode v3.0.0
3982026-03-02T08:32:21.438Z Downloaded target-spec-miette v0.4.5
3992026-03-02T08:32:21.441Z Downloaded subtle v2.6.1
4002026-03-02T08:32:21.441Z Downloaded serde-untagged v0.1.9
4012026-03-02T08:32:21.444Z Downloaded digest v0.10.7
4022026-03-02T08:32:21.444Z Downloaded scopeguard v1.2.0
4032026-03-02T08:32:21.447Z Downloaded nextest-workspace-hack v0.1.0
4042026-03-02T08:32:21.447Z Downloaded getrandom v0.2.17
4052026-03-02T08:32:21.451Z Downloaded serde_spanned v0.6.9
4062026-03-02T08:32:21.451Z Downloaded supports-hyperlinks v3.2.0
4072026-03-02T08:32:21.451Z Downloaded strsim v0.11.1
4082026-03-02T08:32:21.454Z Downloaded openssl v0.10.75
4092026-03-02T08:32:21.459Z Downloaded nextest-runner v0.80.0
4102026-03-02T08:32:21.470Z Downloaded zerocopy v0.8.40
4112026-03-02T08:32:21.484Z Downloaded indent_write v2.2.0
4122026-03-02T08:32:21.489Z Downloaded ed25519 v2.2.3
4132026-03-02T08:32:21.489Z Downloaded cargo_metadata v0.20.0
4142026-03-02T08:32:21.489Z Downloaded unicode-width v0.2.2
4152026-03-02T08:32:21.489Z Downloaded owo-colors v4.3.0
4162026-03-02T08:32:21.492Z Downloaded futures-executor v0.3.32
4172026-03-02T08:32:21.492Z Downloaded document-features v0.2.12
4182026-03-02T08:32:21.495Z Downloaded percent-encoding v2.3.2
4192026-03-02T08:32:21.495Z Downloaded miniz_oxide v0.8.9
4202026-03-02T08:32:21.499Z Downloaded getrandom v0.3.4
4212026-03-02T08:32:21.502Z Downloaded filetime v0.2.27
4222026-03-02T08:32:21.502Z Downloaded os_pipe v1.2.3
4232026-03-02T08:32:21.504Z Downloaded object v0.37.3
4242026-03-02T08:32:21.512Z Downloaded ordered-float v2.10.1
4252026-03-02T08:32:21.515Z Downloaded find-msvc-tools v0.1.9
4262026-03-02T08:32:21.515Z Downloaded cargo_metadata v0.23.1
4272026-03-02T08:32:21.518Z Downloaded is_terminal_polyfill v1.70.2
4282026-03-02T08:32:21.518Z Downloaded indenter v0.3.4
4292026-03-02T08:32:21.518Z Downloaded foldhash v0.1.5
4302026-03-02T08:32:21.520Z Downloaded httparse v1.10.1
4312026-03-02T08:32:21.524Z Downloaded cargo-util-schemas v0.2.0
4322026-03-02T08:32:21.524Z Downloaded base64ct v1.8.3
4332026-03-02T08:32:21.527Z Downloaded hyper-rustls v0.27.7
4342026-03-02T08:32:21.527Z Downloaded regex-syntax v0.8.10
4352026-03-02T08:32:21.533Z Downloaded generic-array v0.14.7
4362026-03-02T08:32:21.536Z Downloaded nix v0.30.1
4372026-03-02T08:32:21.545Z Downloaded rustls v0.23.37
4382026-03-02T08:32:21.555Z Downloaded rustix v0.38.44
4392026-03-02T08:32:21.576Z Downloaded bitflags v2.11.0
4402026-03-02T08:32:21.580Z Downloaded rustix v1.1.4
4412026-03-02T08:32:21.601Z Downloaded cargo-platform v0.2.0
4422026-03-02T08:32:21.604Z Downloaded anstream v0.6.21
4432026-03-02T08:32:21.621Z Downloaded tracing v0.1.44
4442026-03-02T08:32:21.666Z Downloaded regex-automata v0.4.14
4452026-03-02T08:32:21.733Z Downloaded petgraph v0.8.3
4462026-03-02T08:32:21.761Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4472026-03-02T08:32:21.776Z Downloaded libc v0.2.182
4482026-03-02T08:32:21.867Z Downloaded recursion v0.5.4
4492026-03-02T08:32:21.875Z Downloaded ring v0.17.14
4502026-03-02T08:32:21.966Z Compiling proc-macro2 v1.0.106
4512026-03-02T08:32:21.969Z Compiling libc v0.2.182
4522026-03-02T08:32:21.969Z Compiling unicode-ident v1.0.24
4532026-03-02T08:32:21.969Z Compiling quote v1.0.44
4542026-03-02T08:32:21.969Z Compiling serde_core v1.0.228
4552026-03-02T08:32:21.969Z Compiling cfg-if v1.0.4
4562026-03-02T08:32:22.133Z Compiling memchr v2.8.0
4572026-03-02T08:32:22.147Z Compiling once_cell v1.21.3
4582026-03-02T08:32:22.284Z Compiling log v0.4.29
4592026-03-02T08:32:22.328Z Compiling pin-project-lite v0.2.17
4602026-03-02T08:32:22.550Z Compiling serde v1.0.228
4612026-03-02T08:32:22.734Z Compiling itoa v1.0.17
4622026-03-02T08:32:22.914Z Compiling futures-core v0.3.32
4632026-03-02T08:32:23.220Z Compiling smallvec v1.15.1
4642026-03-02T08:32:23.238Z Compiling bitflags v2.11.0
4652026-03-02T08:32:23.257Z Compiling shlex v1.3.0
4662026-03-02T08:32:23.611Z Compiling hashbrown v0.16.1
4672026-03-02T08:32:23.787Z Compiling equivalent v1.0.2
4682026-03-02T08:32:23.948Z Compiling find-msvc-tools v0.1.9
4692026-03-02T08:32:24.116Z Compiling bytes v1.11.1
4702026-03-02T08:32:24.548Z Compiling errno v0.3.14
4712026-03-02T08:32:24.634Z Compiling jobserver v0.1.34
4722026-03-02T08:32:24.856Z Compiling signal-hook-registry v1.4.8
4732026-03-02T08:32:24.899Z Compiling syn v2.0.117
4742026-03-02T08:32:25.035Z Compiling cc v1.2.56
4752026-03-02T08:32:25.108Z Compiling mio v1.1.1
4762026-03-02T08:32:25.174Z Compiling rustix v1.1.4
4772026-03-02T08:32:25.329Z Compiling futures-sink v0.3.32
4782026-03-02T08:32:25.523Z Compiling socket2 v0.6.2
4792026-03-02T08:32:25.994Z Compiling slab v0.4.12
4802026-03-02T08:32:26.174Z Compiling zmij v1.0.21
4812026-03-02T08:32:26.407Z Compiling futures-channel v0.3.32
4822026-03-02T08:32:26.686Z Compiling tracing-core v0.1.36
4832026-03-02T08:32:26.812Z Compiling serde_json v1.0.149
4842026-03-02T08:32:26.957Z Compiling version_check v0.9.5
4852026-03-02T08:32:27.271Z Compiling futures-task v0.3.32
4862026-03-02T08:32:27.563Z Compiling getrandom v0.4.1
4872026-03-02T08:32:27.596Z Compiling futures-io v0.3.32
4882026-03-02T08:32:27.955Z Compiling unicode-width v0.2.2
4892026-03-02T08:32:27.974Z Compiling camino v1.2.2
4902026-03-02T08:32:28.310Z Compiling indexmap v2.13.0
4912026-03-02T08:32:28.565Z Compiling ring v0.17.14
4922026-03-02T08:32:28.619Z Compiling http v1.4.0
4932026-03-02T08:32:28.704Z Compiling zeroize v1.8.2
4942026-03-02T08:32:29.076Z Compiling autocfg v1.5.0
4952026-03-02T08:32:29.175Z Compiling percent-encoding v2.3.2
4962026-03-02T08:32:29.666Z Compiling adler2 v2.0.1
4972026-03-02T08:32:29.711Z Compiling simd-adler32 v0.3.8
4982026-03-02T08:32:29.885Z Compiling num-traits v0.2.19
4992026-03-02T08:32:30.265Z Compiling miniz_oxide v0.8.9
5002026-03-02T08:32:30.883Z Compiling getrandom v0.3.4
5012026-03-02T08:32:31.554Z Compiling zerocopy v0.8.40
5022026-03-02T08:32:31.634Z Compiling target-lexicon v0.13.3
5032026-03-02T08:32:31.886Z Compiling object v0.37.3
5042026-03-02T08:32:32.398Z Compiling winnow v0.7.14
5052026-03-02T08:32:32.614Z Compiling http-body v1.0.1
5062026-03-02T08:32:32.886Z Compiling rustls-pki-types v1.14.0
5072026-03-02T08:32:32.949Z Compiling semver v1.0.27
5082026-03-02T08:32:33.002Z Compiling getrandom v0.2.17
5092026-03-02T08:32:33.366Z Compiling fnv v1.0.7
5102026-03-02T08:32:33.538Z Compiling owo-colors v4.3.0
5112026-03-02T08:32:33.727Z Compiling guppy-workspace-hack v0.1.0
5122026-03-02T08:32:34.181Z Compiling signal-hook v0.3.18
5132026-03-02T08:32:34.202Z Compiling gimli v0.32.3
5142026-03-02T08:32:34.361Z Compiling untrusted v0.9.0
5152026-03-02T08:32:34.445Z Compiling typenum v1.19.0
5162026-03-02T08:32:34.573Z Compiling thiserror v2.0.18
5172026-03-02T08:32:34.593Z Compiling httparse v1.10.1
5182026-03-02T08:32:35.017Z Compiling serde_derive v1.0.228
5192026-03-02T08:32:35.148Z Compiling tokio-macros v2.6.0
5202026-03-02T08:32:35.248Z Compiling futures-macro v0.3.32
5212026-03-02T08:32:35.282Z Compiling tracing-attributes v0.1.31
5222026-03-02T08:32:36.765Z Compiling tokio v1.49.0
5232026-03-02T08:32:37.127Z Compiling futures-util v0.3.32
5242026-03-02T08:32:37.146Z Compiling thiserror-impl v2.0.18
5252026-03-02T08:32:37.973Z Compiling tracing v0.1.44
5262026-03-02T08:32:39.985Z Compiling addr2line v0.25.1
5272026-03-02T08:32:40.852Z Compiling form_urlencoded v1.2.2
5282026-03-02T08:32:41.268Z Compiling generic-array v0.14.7
5292026-03-02T08:32:41.423Z Compiling typeid v1.0.3
5302026-03-02T08:32:41.706Z Compiling utf8_iter v1.0.4
5312026-03-02T08:32:41.994Z Compiling tower-service v0.3.3
5322026-03-02T08:32:42.015Z Compiling thiserror v1.0.69
5332026-03-02T08:32:42.139Z Compiling idna_adapter v1.0.0
5342026-03-02T08:32:42.318Z Compiling rustls v0.23.37
5352026-03-02T08:32:42.615Z Compiling pkg-config v0.3.32
5362026-03-02T08:32:42.734Z Compiling fastrand v2.3.0
5372026-03-02T08:32:42.899Z Compiling target-spec v3.5.7
5382026-03-02T08:32:43.447Z Compiling try-lock v0.2.5
5392026-03-02T08:32:43.477Z Compiling rustc-demangle v0.1.27
5402026-03-02T08:32:43.623Z Compiling atomic-waker v1.1.2
5412026-03-02T08:32:43.649Z Compiling want v0.3.1
5422026-03-02T08:32:43.668Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5432026-03-02T08:32:43.914Z Compiling tempfile v3.26.0
5442026-03-02T08:32:44.396Z Compiling idna v1.1.0
5452026-03-02T08:32:44.879Z Compiling cfg-expr v0.20.6
5462026-03-02T08:32:45.998Z Compiling tokio-util v0.7.18
5472026-03-02T08:32:47.309Z Compiling h2 v0.4.13
5482026-03-02T08:32:47.310Z Compiling backtrace v0.3.76
5492026-03-02T08:32:47.715Z Compiling rustls-webpki v0.103.9
5502026-03-02T08:32:48.272Z Compiling thiserror-impl v1.0.69
5512026-03-02T08:32:50.044Z Compiling terminal_size v0.4.3
5522026-03-02T08:32:50.334Z Compiling aho-corasick v1.1.4
5532026-03-02T08:32:51.155Z Compiling subtle v2.6.1
5542026-03-02T08:32:51.530Z Compiling regex-syntax v0.8.10
5552026-03-02T08:32:51.548Z Compiling pin-utils v0.1.0
5562026-03-02T08:32:51.667Z Compiling erased-serde v0.4.9
5572026-03-02T08:32:53.485Z Compiling hyper v1.8.1
5582026-03-02T08:32:59.301Z Compiling regex-automata v0.4.14
5592026-03-02T08:33:02.535Z Compiling url v2.5.8
5602026-03-02T08:33:03.569Z Compiling toml_datetime v0.6.11
5612026-03-02T08:33:04.396Z Compiling serde_spanned v0.6.9
5622026-03-02T08:33:04.580Z Compiling ahash v0.8.12
5632026-03-02T08:33:04.674Z Compiling sync_wrapper v1.0.2
5642026-03-02T08:33:04.865Z Compiling base64 v0.22.1
5652026-03-02T08:33:05.043Z Compiling unicode-segmentation v1.12.0
5662026-03-02T08:33:05.901Z Compiling ipnet v2.11.0
5672026-03-02T08:33:06.002Z Compiling tower-layer v0.3.3
5682026-03-02T08:33:06.486Z Compiling parking_lot_core v0.9.12
5692026-03-02T08:33:06.999Z Compiling unicode-linebreak v0.1.5
5702026-03-02T08:33:07.589Z Compiling nextest-workspace-hack v0.1.0
5712026-03-02T08:33:07.615Z Compiling either v1.15.0
5722026-03-02T08:33:07.968Z Compiling is_ci v1.2.0
5732026-03-02T08:33:08.062Z Compiling crc32fast v1.5.0
5742026-03-02T08:33:08.237Z Compiling portable-atomic v1.13.1
5752026-03-02T08:33:08.295Z Compiling foldhash v0.1.5
5762026-03-02T08:33:08.632Z Compiling toml_write v0.1.2
5772026-03-02T08:33:08.651Z Compiling lazy_static v1.5.0
5782026-03-02T08:33:08.822Z Compiling sharded-slab v0.1.7
5792026-03-02T08:33:08.842Z Compiling hashbrown v0.15.5
5802026-03-02T08:33:09.171Z Compiling toml_edit v0.22.27
5812026-03-02T08:33:09.274Z Compiling supports-color v3.0.2
5822026-03-02T08:33:09.402Z Compiling textwrap v0.16.2
5832026-03-02T08:33:09.748Z Compiling hyper-util v0.1.20
5842026-03-02T08:33:10.352Z Compiling tower v0.5.3
5852026-03-02T08:33:10.372Z Compiling convert_case v0.10.0
5862026-03-02T08:33:11.732Z Compiling tokio-rustls v0.26.4
5872026-03-02T08:33:12.325Z Compiling backtrace-ext v0.2.1
5882026-03-02T08:33:12.587Z Compiling ordered-float v2.10.1
5892026-03-02T08:33:12.747Z Compiling miette-derive v7.6.0
5902026-03-02T08:33:12.882Z Compiling webpki-roots v1.0.6
5912026-03-02T08:33:13.129Z Compiling pathdiff v0.2.3
5922026-03-02T08:33:13.214Z Compiling console v0.15.11
5932026-03-02T08:33:13.348Z Compiling cargo-platform v0.3.2
5942026-03-02T08:33:14.665Z Compiling tracing-log v0.2.0
5952026-03-02T08:33:15.388Z Compiling os_pipe v1.2.3
5962026-03-02T08:33:15.447Z Compiling thread_local v1.1.9
5972026-03-02T08:33:15.678Z Compiling supports-hyperlinks v3.2.0
5982026-03-02T08:33:15.919Z Compiling unicode-width v0.1.14
5992026-03-02T08:33:16.105Z Compiling cfg_aliases v0.2.1
6002026-03-02T08:33:16.203Z Compiling utf8parse v0.2.2
6012026-03-02T08:33:16.227Z Compiling supports-unicode v3.0.0
6022026-03-02T08:33:16.366Z Compiling debug-ignore v1.0.5
6032026-03-02T08:33:16.403Z Compiling pulldown-cmark v0.13.1
6042026-03-02T08:33:16.539Z Compiling iri-string v0.7.10
6052026-03-02T08:33:16.558Z Compiling zstd-safe v7.2.4
6062026-03-02T08:33:16.799Z Compiling fixedbitset v0.5.7
6072026-03-02T08:33:16.996Z Compiling ryu v1.0.23
6082026-03-02T08:33:17.207Z Compiling rustix v0.38.44
6092026-03-02T08:33:17.623Z Compiling scopeguard v1.2.0
6102026-03-02T08:33:17.806Z Compiling lock_api v0.4.14
6112026-03-02T08:33:17.886Z Compiling petgraph v0.8.3
6122026-03-02T08:33:18.092Z Compiling serde_urlencoded v0.7.1
6132026-03-02T08:33:18.437Z Compiling miette v7.6.0
6142026-03-02T08:33:18.724Z Compiling anstyle-parse v0.2.7
6152026-03-02T08:33:19.173Z Compiling nix v0.30.1
6162026-03-02T08:33:20.043Z Compiling tracing-subscriber v0.3.22
6172026-03-02T08:33:22.715Z Compiling tower-http v0.6.8
6182026-03-02T08:33:22.759Z Compiling sigchld v0.2.4
6192026-03-02T08:33:23.132Z Compiling cargo_metadata v0.23.1
6202026-03-02T08:33:25.032Z Compiling toml v0.8.23
6212026-03-02T08:33:27.138Z Compiling serde-value v0.7.0
6222026-03-02T08:33:27.605Z Compiling hyper-rustls v0.27.7
6232026-03-02T08:33:28.927Z Compiling serde-untagged v0.1.9
6242026-03-02T08:33:29.099Z Compiling derive_more-impl v2.1.1
6252026-03-02T08:33:30.941Z Compiling itertools v0.14.0
6262026-03-02T08:33:30.965Z Compiling regex v1.12.3
6272026-03-02T08:33:31.603Z Compiling crypto-common v0.1.7
6282026-03-02T08:33:31.868Z Compiling block-buffer v0.10.4
6292026-03-02T08:33:31.912Z Compiling ppv-lite86 v0.2.21
6302026-03-02T08:33:32.174Z Compiling futures-executor v0.3.32
6312026-03-02T08:33:32.475Z Compiling rand_core v0.9.5
6322026-03-02T08:33:32.811Z Compiling toml_parser v1.0.9+spec-1.1.0
6332026-03-02T08:33:33.026Z Compiling pin-project-internal v1.1.11
6342026-03-02T08:33:33.359Z Compiling http-body-util v0.1.3
6352026-03-02T08:33:33.957Z Compiling uuid v1.21.0
6362026-03-02T08:33:34.213Z Compiling serde_spanned v1.0.4
6372026-03-02T08:33:34.452Z Compiling smol_str v0.3.5
6382026-03-02T08:33:34.665Z Compiling toml_datetime v0.7.5+spec-1.1.0
6392026-03-02T08:33:35.183Z Compiling filetime v0.2.27
6402026-03-02T08:33:35.202Z Compiling vte v0.14.1
6412026-03-02T08:33:35.520Z Compiling bstr v1.12.1
6422026-03-02T08:33:35.538Z Compiling unicode-xid v0.2.6
6432026-03-02T08:33:35.538Z Compiling number_prefix v0.4.0
6442026-03-02T08:33:35.624Z Compiling iana-time-zone v0.1.65
6452026-03-02T08:33:35.794Z Compiling anstyle v1.0.13
6462026-03-02T08:33:35.919Z Compiling color-spantrace v0.3.0
6472026-03-02T08:33:36.348Z Compiling colorchoice v1.0.4
6482026-03-02T08:33:36.497Z Compiling nested v0.1.1
6492026-03-02T08:33:36.547Z Compiling self_update v0.42.0
6502026-03-02T08:33:36.647Z Compiling static_assertions v1.1.0
6512026-03-02T08:33:36.711Z Compiling litrs v1.0.0
6522026-03-02T08:33:36.763Z Compiling xattr v1.6.1
6532026-03-02T08:33:36.851Z Compiling is_terminal_polyfill v1.70.2
6542026-03-02T08:33:36.987Z Compiling tinyvec_macros v0.1.1
6552026-03-02T08:33:37.013Z Compiling eyre v0.6.12
6562026-03-02T08:33:37.081Z Compiling anstyle-query v1.1.5
6572026-03-02T08:33:37.104Z Compiling unicase v2.9.0
6582026-03-02T08:33:37.125Z Compiling tinyvec v1.10.0
6592026-03-02T08:33:37.125Z Compiling tar v0.4.44
6602026-03-02T08:33:37.245Z Compiling anstream v0.6.21
6612026-03-02T08:33:37.744Z Compiling document-features v0.2.12
6622026-03-02T08:33:38.084Z Compiling guppy v0.17.25
6632026-03-02T08:33:38.165Z Compiling globset v0.4.18
6642026-03-02T08:33:38.281Z Compiling chrono v0.4.44
6652026-03-02T08:33:38.908Z Compiling indicatif v0.17.11
6662026-03-02T08:33:40.325Z Compiling cargo-util-schemas v0.2.0
6672026-03-02T08:33:40.506Z Compiling pin-project v1.1.11
6682026-03-02T08:33:40.676Z Compiling strip-ansi-escapes v0.2.1
6692026-03-02T08:33:41.878Z Compiling toml v0.9.12+spec-1.1.0
6702026-03-02T08:33:43.277Z Compiling nextest-metadata v0.12.2
6712026-03-02T08:33:46.145Z Compiling newtype-uuid v1.3.2
6722026-03-02T08:33:46.257Z Compiling reqwest v0.12.28
6732026-03-02T08:33:46.479Z Compiling rand_chacha v0.9.0
6742026-03-02T08:33:46.497Z Compiling futures v0.3.32
6752026-03-02T08:33:46.623Z Compiling digest v0.10.7
6762026-03-02T08:33:46.667Z Compiling derive_more v2.1.1
6772026-03-02T08:33:46.798Z Compiling flate2 v1.1.9
6782026-03-02T08:33:47.081Z Compiling parking_lot v0.12.5
6792026-03-02T08:33:47.871Z Compiling shared_child v1.1.1
6802026-03-02T08:33:48.086Z Compiling tracing-error v0.2.1
6812026-03-02T08:33:49.245Z Compiling signal-hook-mio v0.2.5
6822026-03-02T08:33:49.360Z Compiling self-replace v1.5.0
6832026-03-02T08:33:49.472Z Compiling cargo-platform v0.2.0
6842026-03-02T08:33:49.635Z Compiling quick-xml v0.38.4
6852026-03-02T08:33:49.995Z Compiling quick-xml v0.37.5
6862026-03-02T08:33:50.758Z Compiling clap_lex v1.0.0
6872026-03-02T08:33:51.863Z Compiling heck v0.5.0
6882026-03-02T08:33:52.091Z Compiling indenter v0.3.4
6892026-03-02T08:33:52.274Z Compiling recursion v0.5.4
6902026-03-02T08:33:52.315Z Compiling shell-words v1.1.1
6912026-03-02T08:33:52.829Z Compiling humantime v2.3.0
6922026-03-02T08:33:53.012Z Compiling urlencoding v2.1.3
6932026-03-02T08:33:53.371Z Compiling strsim v0.11.1
6942026-03-02T08:33:53.478Z Compiling cpufeatures v0.2.17
6952026-03-02T08:33:53.588Z Compiling sha2 v0.10.9
6962026-03-02T08:33:53.882Z Compiling clap_builder v4.5.60
6972026-03-02T08:33:55.211Z Compiling humantime-serde v1.1.1
6982026-03-02T08:33:55.495Z Compiling clap_derive v4.5.55
6992026-03-02T08:33:56.238Z Compiling nextest-filtering v0.15.0
7002026-03-02T08:33:58.258Z Compiling quick-junit v0.5.2
7012026-03-02T08:34:00.001Z Compiling atomicwrites v0.4.4
7022026-03-02T08:34:00.584Z Compiling cargo_metadata v0.20.0
7032026-03-02T08:34:05.341Z Compiling crossterm v0.29.0
7042026-03-02T08:34:05.967Z Compiling cargo-nextest v0.9.97
7052026-03-02T08:34:08.106Z Compiling zstd v0.13.3
7062026-03-02T08:34:09.074Z Compiling duct v0.13.7
7072026-03-02T08:34:09.351Z Compiling rand v0.9.2
7082026-03-02T08:34:09.684Z Compiling async-scoped v0.9.0
7092026-03-02T08:34:10.047Z Compiling config v0.15.19
7102026-03-02T08:34:11.063Z Compiling unicode-normalization v0.1.25
7112026-03-02T08:34:11.798Z Compiling target-spec-miette v0.4.5
7122026-03-02T08:34:12.398Z Compiling future-queue v0.4.0
7132026-03-02T08:34:12.650Z Compiling mukti-metadata v0.3.0
7142026-03-02T08:34:13.028Z Compiling tokio-stream v0.1.18
7152026-03-02T08:34:13.194Z Compiling camino-tempfile v1.4.1
7162026-03-02T08:34:13.273Z Compiling derive-where v1.6.0
7172026-03-02T08:34:13.785Z Compiling serde_ignored v0.1.14
7182026-03-02T08:34:14.014Z Compiling serde_path_to_error v0.1.20
7192026-03-02T08:34:14.114Z Compiling hex v0.4.3
7202026-03-02T08:34:14.243Z Compiling swrite v0.1.0
7212026-03-02T08:34:14.280Z Compiling xxhash-rust v0.8.15
7222026-03-02T08:34:14.416Z Compiling home v0.5.12
7232026-03-02T08:34:14.629Z Compiling indent_write v2.2.0
7242026-03-02T08:34:14.751Z Compiling color-eyre v0.6.5
7252026-03-02T08:34:14.929Z Compiling clap v4.5.60
7262026-03-02T08:34:14.949Z Compiling dialoguer v0.11.0
7272026-03-02T08:34:15.053Z Compiling enable-ansi-support v0.2.1
7282026-03-02T08:34:16.345Z Compiling nextest-runner v0.80.0
7292026-03-02T08:34:57.200Z Finished `release` profile [optimized] target(s) in 2m 40s
7302026-03-02T08:34:57.436Z Installing /home/build/.cargo/bin/cargo-nextest
7312026-03-02T08:34:57.439Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7322026-03-02T08:34:57.560Z+ source .github/buildomat/test-common.sh
7332026-03-02T08:34:57.563Z++ NEXTEST_VERSION=0.9.97
7342026-03-02T08:34:57.563Z++ PLATFORM=illumos
7352026-03-02T08:34:57.563Z++ banner install
7362026-03-02T08:34:57.563Z
7372026-03-02T08:34:57.563Z # # # #### ##### ## # #
7382026-03-02T08:34:57.563Z # ## # # # # # # #
7392026-03-02T08:34:57.563Z # # # # #### # # # # #
7402026-03-02T08:34:57.563Z # # # # # # ###### # #
7412026-03-02T08:34:57.563Z # # ## # # # # # # #
7422026-03-02T08:34:57.563Z # # # #### # # # ###### ######
7432026-03-02T08:34:57.564Z
7442026-03-02T08:34:57.564Z++ set +o errexit
7452026-03-02T08:34:57.567Z++ pkg info clang-15
7462026-03-02T08:34:57.567Z++ grep -qi installed
7472026-03-02T08:34:59.181Zpkg: info: no packages matching the following patterns you specified are
7482026-03-02T08:34:59.181Zinstalled on the system. Try querying remotely instead:
7492026-03-02T08:34:59.181Z
7502026-03-02T08:34:59.181Z clang-15
7512026-03-02T08:34:59.235Z++ [[ 1 != 0 ]]
7522026-03-02T08:34:59.235Z++ set -o errexit
7532026-03-02T08:34:59.238Z++ pfexec pkg install clang-15
7542026-03-02T08:35:07.503Z Startup: Refreshing catalog 'helios-dev' ... Done
7552026-03-02T08:35:18.224Z Startup: Caching catalogs ... Done
7562026-03-02T08:35:43.068ZPlanning: Solver setup ... Done
7572026-03-02T08:35:43.231ZPlanning: Running solver ... Done
7582026-03-02T08:35:43.418ZPlanning: Finding local manifests ... Done
7592026-03-02T08:35:43.431ZPlanning: Fetching manifests: 0/2 0% complete
7602026-03-02T08:35:43.557ZPlanning: Fetching manifests: 2/2 100% complete
7612026-03-02T08:35:43.604ZPlanning: Package planning ... Done
7622026-03-02T08:35:43.651ZPlanning: Merging actions ... Done
7632026-03-02T08:35:43.819ZPlanning: Checking for conflicting actions ... Done
7642026-03-02T08:35:43.830ZPlanning: Consolidating action changes ... Done
7652026-03-02T08:35:44.864ZPlanning: Evaluating mediators ... Done
7662026-03-02T08:35:44.872ZPlanning: Planning completed in 26.48 seconds
7672026-03-02T08:35:44.888Z Packages to install: 2
7682026-03-02T08:35:44.888Z Mediators to change: 2
7692026-03-02T08:35:44.891Z Services to change: 1
7702026-03-02T08:35:44.891Z Create boot environment: No
7712026-03-02T08:35:44.891ZCreate backup boot environment: No
7722026-03-02T08:35:44.944Z
7732026-03-02T08:35:44.944ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7742026-03-02T08:35:49.944ZDownload: 2949/3076 items 163.2/211.3MB 77% complete (32.7M/s)
7752026-03-02T08:35:51.641ZDownload: Completed 211.31 MB in 6.70 seconds (31.6M/s)
7762026-03-02T08:35:52.038Z Actions: 1/3418 actions (Installing new actions)
7772026-03-02T08:35:56.627Z Actions: Completed 3418 actions in 4.59 seconds.
7782026-03-02T08:35:57.076Z Done
7792026-03-02T08:35:57.076Z Done
7802026-03-02T08:35:58.196Z Done
7812026-03-02T08:36:02.949Z Done
7822026-03-02T08:36:03.043Z Done
7832026-03-02T08:36:03.046Z Done
7842026-03-02T08:36:03.227Z Done
7852026-03-02T08:36:04.000Z++ set -o errexit
7862026-03-02T08:36:04.000Z++ cargo --version
7872026-03-02T08:36:04.067Zcargo 1.92.0 (344c4567c 2025-10-21)
7882026-03-02T08:36:04.070Z++ rustc --version
7892026-03-02T08:36:04.152Zrustc 1.92.0 (ded5c06cf 2025-12-08)
7902026-03-02T08:36:04.157Z++ cargo install cargo-nextest --version 0.9.97
7912026-03-02T08:36:04.296Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7922026-03-02T08:36:04.299Z+ pushd rdb
7932026-03-02T08:36:04.299Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7942026-03-02T08:36:04.299Z+ PROPTEST_CASES=1000000
7952026-03-02T08:36:04.299Z+ cargo nextest run --lib proptest
7962026-03-02T08:36:04.716Z Updating git repository `https://github.com/oxidecomputer/falcon`
7972026-03-02T08:36:05.376ZFrom https://github.com/oxidecomputer/falcon
7982026-03-02T08:36:05.376Z * [new ref] f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9 -> refs/commit/f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9
7992026-03-02T08:36:05.488Z Updating crates.io index
8002026-03-02T08:36:05.549Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8012026-03-02T08:36:06.362ZFrom https://github.com/oxidecomputer/dendrite
8022026-03-02T08:36:06.362Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
8032026-03-02T08:36:06.438Z Updating git repository `https://github.com/oxidecomputer/ispf`
8042026-03-02T08:36:06.717ZFrom https://github.com/oxidecomputer/ispf
8052026-03-02T08:36:06.717Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8062026-03-02T08:36:06.726Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8072026-03-02T08:36:07.280ZFrom https://github.com/oxidecomputer/netadm-sys
8082026-03-02T08:36:07.280Z * [new ref] 99a7e26c6d8b43759ec7e09d10779766d577123f -> refs/commit/99a7e26c6d8b43759ec7e09d10779766d577123f
8092026-03-02T08:36:07.293Z Updating git repository `https://github.com/oxidecomputer/omicron`
8102026-03-02T08:36:38.054ZFrom https://github.com/oxidecomputer/omicron
8112026-03-02T08:36:38.054Z * [new ref] 79fac7deb9acd9272b867904da03f20076d09265 -> refs/commit/79fac7deb9acd9272b867904da03f20076d09265
8122026-03-02T08:36:38.763Z Updating git repository `https://github.com/oxidecomputer/opte`
8132026-03-02T08:36:39.983ZFrom https://github.com/oxidecomputer/opte
8142026-03-02T08:36:39.983Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8152026-03-02T08:36:40.075Z Updating git repository `https://github.com/illumos/smf-rs`
8162026-03-02T08:36:40.358ZFrom https://github.com/illumos/smf-rs
8172026-03-02T08:36:40.358Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8182026-03-02T08:36:40.393Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8192026-03-02T08:36:40.650ZFrom https://github.com/oxidecomputer/network-interface
8202026-03-02T08:36:40.650Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8212026-03-02T08:36:40.660Z Updating git repository `https://github.com/oxidecomputer/zone`
8222026-03-02T08:36:40.923ZFrom https://github.com/oxidecomputer/zone
8232026-03-02T08:36:40.923Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8242026-03-02T08:36:40.965Z Updating git repository `https://github.com/oxidecomputer/propolis`
8252026-03-02T08:36:42.134ZFrom https://github.com/oxidecomputer/propolis
8262026-03-02T08:36:42.134Z * [new ref] ff31c527515d65886e599fc07eb41240aeb767c6 -> refs/commit/ff31c527515d65886e599fc07eb41240aeb767c6
8272026-03-02T08:36:42.245Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8282026-03-02T08:36:42.708ZFrom https://github.com/oxidecomputer/transceiver-control
8292026-03-02T08:36:42.708Z * [new ref] db0be8a8c7ff0632b6c53978aadfb5b8274cfde2 -> refs/commit/db0be8a8c7ff0632b6c53978aadfb5b8274cfde2
8302026-03-02T08:36:42.725Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8312026-03-02T08:36:43.003ZFrom https://github.com/oxidecomputer/dlpi-sys
8322026-03-02T08:36:43.003Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
8332026-03-02T08:36:43.021Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8342026-03-02T08:36:43.324ZFrom https://github.com/jmesmon/rust-libzfs
8352026-03-02T08:36:43.324Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8362026-03-02T08:36:43.338Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8372026-03-02T08:36:43.611ZFrom https://github.com/oxidecomputer/rusty-doors
8382026-03-02T08:36:43.611Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8392026-03-02T08:36:43.639Z Updating git repository `https://github.com/oxidecomputer/lldp`
8402026-03-02T08:36:43.956ZFrom https://github.com/oxidecomputer/lldp
8412026-03-02T08:36:43.956Z * [new ref] 4c9df170cdfdeead0896e35f20a560f2102ed907 -> refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907
8422026-03-02T08:36:43.981Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8432026-03-02T08:36:44.818ZFrom https://github.com/oxidecomputer/maghemite
8442026-03-02T08:36:44.819Z * [new ref] 8f5527da3c53398c95c50b1af088637e7b6c5718 -> refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718
8452026-03-02T08:36:44.871Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8462026-03-02T08:36:45.128ZFrom https://github.com/oxidecomputer/serde_human_bytes
8472026-03-02T08:36:45.128Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8482026-03-02T08:36:45.186Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8492026-03-02T08:36:45.453ZFrom https://github.com/oxidecomputer/slog-error-chain
8502026-03-02T08:36:45.453Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8512026-03-02T08:36:45.468Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8522026-03-02T08:36:45.793ZFrom https://github.com/oxidecomputer/tufaceous
8532026-03-02T08:36:45.793Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8542026-03-02T08:36:45.835Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8552026-03-02T08:36:46.594ZFrom https://github.com/oxidecomputer/management-gateway-service
8562026-03-02T08:36:46.594Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8572026-03-02T08:36:46.642Z Updating git repository `https://github.com/oxidecomputer/crucible`
8582026-03-02T08:36:49.567ZFrom https://github.com/oxidecomputer/crucible
8592026-03-02T08:36:49.567Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8602026-03-02T08:36:49.735Z Updating git repository `https://github.com/oxidecomputer/propolis`
8612026-03-02T08:36:50.095ZFrom https://github.com/oxidecomputer/propolis
8622026-03-02T08:36:50.095Z * [new ref] bc121ef55741656ce118b02ceeda949b9261f49f -> refs/commit/bc121ef55741656ce118b02ceeda949b9261f49f
8632026-03-02T08:36:50.368Z Updating git repository `https://github.com/oxidecomputer/tofino`
8642026-03-02T08:36:50.651ZFrom https://github.com/oxidecomputer/tofino
8652026-03-02T08:36:50.651Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8662026-03-02T08:36:50.661Z Updating git repository `https://github.com/oxidecomputer/clickward`
8672026-03-02T08:36:50.961ZFrom https://github.com/oxidecomputer/clickward
8682026-03-02T08:36:50.961Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8692026-03-02T08:36:51.085Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8702026-03-02T08:36:51.510ZFrom https://github.com/oxidecomputer/illumos-devinfo
8712026-03-02T08:36:51.510Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8722026-03-02T08:36:52.508Z Downloading crates ...
8732026-03-02T08:36:52.639Z Downloaded arrayref v0.3.9
8742026-03-02T08:36:52.644Z Downloaded aead v0.5.2
8752026-03-02T08:36:52.653Z Downloaded allocator-api2 v0.2.21
8762026-03-02T08:36:52.658Z Downloaded async-stream v0.3.6
8772026-03-02T08:36:52.662Z Downloaded byteorder v1.5.0
8782026-03-02T08:36:52.665Z Downloaded base16ct v0.2.0
8792026-03-02T08:36:52.667Z Downloaded bit-set v0.8.0
8802026-03-02T08:36:52.670Z Downloaded fs-err v3.3.0
8812026-03-02T08:36:52.674Z Downloaded chacha20poly1305 v0.10.1
8822026-03-02T08:36:52.677Z Downloaded httpdate v1.0.3
8832026-03-02T08:36:52.680Z Downloaded hostname v0.4.2
8842026-03-02T08:36:52.683Z Downloaded ciborium-ll v0.2.2
8852026-03-02T08:36:52.686Z Downloaded hash32 v0.3.1
8862026-03-02T08:36:52.689Z Downloaded hubpack v0.1.2
8872026-03-02T08:36:52.692Z Downloaded glob v0.3.3
8882026-03-02T08:36:52.695Z Downloaded keccak v0.1.6
8892026-03-02T08:36:52.698Z Downloaded bit-vec v0.8.0
8902026-03-02T08:36:52.701Z Downloaded num_enum v0.5.11
8912026-03-02T08:36:52.709Z Downloaded parse-display v0.10.0
8922026-03-02T08:36:52.712Z Downloaded no-std-compat v0.4.1
8932026-03-02T08:36:52.716Z Downloaded defmt-macros v1.0.1
8942026-03-02T08:36:52.720Z Downloaded newline-converter v0.3.0
8952026-03-02T08:36:52.723Z Downloaded foreign-types-macros v0.2.3
8962026-03-02T08:36:52.726Z Downloaded managed v0.8.0
8972026-03-02T08:36:52.729Z Downloaded olpc-cjson v0.1.4
8982026-03-02T08:36:52.732Z Downloaded match_cfg v0.1.0
8992026-03-02T08:36:52.735Z Downloaded num_threads v0.1.7
9002026-03-02T08:36:52.738Z Downloaded cobs v0.3.0
9012026-03-02T08:36:52.738Z Downloaded num_enum_derive v0.5.11
9022026-03-02T08:36:52.741Z Downloaded opaque-debug v0.3.1
9032026-03-02T08:36:52.744Z Downloaded macaddr v1.0.1
9042026-03-02T08:36:52.747Z Downloaded parking_lot_core v0.8.6
9052026-03-02T08:36:52.750Z Downloaded crucible-workspace-hack v0.1.0
9062026-03-02T08:36:52.753Z Downloaded embedded-io v0.6.1
9072026-03-02T08:36:52.753Z Downloaded const-random v0.1.18
9082026-03-02T08:36:52.756Z Downloaded inout v0.1.4
9092026-03-02T08:36:52.759Z Downloaded fxhash v0.2.1
9102026-03-02T08:36:52.759Z Downloaded foreign-types-shared v0.3.1
9112026-03-02T08:36:52.762Z Downloaded num-derive v0.4.2
9122026-03-02T08:36:52.765Z Downloaded num v0.4.3
9132026-03-02T08:36:52.768Z Downloaded dyn-clone v1.0.20
9142026-03-02T08:36:52.771Z Downloaded linked-hash-map v0.5.6
9152026-03-02T08:36:52.771Z Downloaded num-integer v0.1.46
9162026-03-02T08:36:52.774Z Downloaded phf_shared v0.12.1
9172026-03-02T08:36:52.777Z Downloaded ingot v0.1.1
9182026-03-02T08:36:52.780Z Downloaded newtype-uuid-macros v0.1.0
9192026-03-02T08:36:52.783Z Downloaded progenitor-client v0.11.2
9202026-03-02T08:36:52.783Z Downloaded proc-macro-error-attr v1.0.4
9212026-03-02T08:36:52.786Z Downloaded proc-macro-crate v1.3.1
9222026-03-02T08:36:52.789Z Downloaded progenitor-macro v0.11.2
9232026-03-02T08:36:52.789Z Downloaded omicron-workspace-hack v0.1.0
9242026-03-02T08:36:52.792Z Downloaded memoffset v0.9.1
9252026-03-02T08:36:52.792Z Downloaded proc-macro-error-attr2 v2.0.0
9262026-03-02T08:36:52.795Z Downloaded embedded-io v0.4.0
9272026-03-02T08:36:52.798Z Downloaded ipnetwork v0.21.1
9282026-03-02T08:36:52.801Z Downloaded litemap v0.8.1
9292026-03-02T08:36:52.804Z Downloaded num_enum_derive v0.7.5
9302026-03-02T08:36:52.807Z Downloaded rand_chacha v0.3.1
9312026-03-02T08:36:52.810Z Downloaded constant_time_eq v0.4.2
9322026-03-02T08:36:52.813Z Downloaded hmac v0.12.1
9332026-03-02T08:36:52.816Z Downloaded ref-cast-impl v1.0.25
9342026-03-02T08:36:52.816Z Downloaded fs_extra v1.3.0
9352026-03-02T08:36:52.819Z Downloaded crossbeam-deque v0.8.6
9362026-03-02T08:36:52.822Z Downloaded rand_xorshift v0.4.0
9372026-03-02T08:36:52.825Z Downloaded csv-core v0.1.13
9382026-03-02T08:36:52.828Z Downloaded plain v0.2.3
9392026-03-02T08:36:52.828Z Downloaded base64 v0.21.7
9402026-03-02T08:36:52.832Z Downloaded same-file v1.0.6
9412026-03-02T08:36:52.835Z Downloaded rustc_version v0.1.7
9422026-03-02T08:36:52.838Z Downloaded proc-macro-error v1.0.4
9432026-03-02T08:36:52.841Z Downloaded serde-big-array v0.5.1
9442026-03-02T08:36:52.844Z Downloaded serde_repr v0.1.20
9452026-03-02T08:36:52.847Z Downloaded sha1 v0.10.6
9462026-03-02T08:36:52.850Z Downloaded num-complex v0.4.6
9472026-03-02T08:36:52.850Z Downloaded siphasher v1.0.2
9482026-03-02T08:36:52.853Z Downloaded highway v1.3.0
9492026-03-02T08:36:52.856Z Downloaded pretty-hex v0.4.1
9502026-03-02T08:36:52.859Z Downloaded cookie v0.18.1
9512026-03-02T08:36:52.862Z Downloaded pin-project-lite v0.2.16
9522026-03-02T08:36:52.866Z Downloaded oxide-tokio-rt v0.1.2
9532026-03-02T08:36:52.869Z Downloaded progenitor v0.10.0
9542026-03-02T08:36:52.872Z Downloaded proc-macro-error2 v2.0.1
9552026-03-02T08:36:52.875Z Downloaded slog-envlogger v2.2.0
9562026-03-02T08:36:52.878Z Downloaded smawk v0.3.2
9572026-03-02T08:36:52.881Z Downloaded dropshot_endpoint v0.16.7
9582026-03-02T08:36:52.885Z Downloaded resolv-conf v0.7.6
9592026-03-02T08:36:52.888Z Downloaded slog-bunyan v2.5.0
9602026-03-02T08:36:52.888Z Downloaded spin v0.5.2
9612026-03-02T08:36:52.888Z Downloaded scroll v0.13.0
9622026-03-02T08:36:52.891Z Downloaded strum v0.26.3
9632026-03-02T08:36:52.891Z Downloaded structmeta v0.3.0
9642026-03-02T08:36:52.894Z Downloaded structmeta-derive v0.3.0
9652026-03-02T08:36:52.895Z Downloaded stable_deref_trait v1.2.1
9662026-03-02T08:36:52.897Z Downloaded tabwriter v1.4.1
9672026-03-02T08:36:52.898Z Downloaded testing_table v0.3.0
9682026-03-02T08:36:52.898Z Downloaded take_mut v0.2.2
9692026-03-02T08:36:52.901Z Downloaded tabled_derive v0.11.0
9702026-03-02T08:36:52.901Z Downloaded parking_lot v0.11.2
9712026-03-02T08:36:52.904Z Downloaded rustversion v1.0.22
9722026-03-02T08:36:52.907Z Downloaded serde_tokenstream v0.2.2
9732026-03-02T08:36:52.910Z Downloaded strum v0.27.2
9742026-03-02T08:36:52.910Z Downloaded serial_test_derive v3.3.1
9752026-03-02T08:36:52.910Z Downloaded semver v0.1.20
9762026-03-02T08:36:52.913Z Downloaded thread-id v4.2.2
9772026-03-02T08:36:52.913Z Downloaded sdd v3.0.10
9782026-03-02T08:36:52.916Z Downloaded thread-id v5.1.0
9792026-03-02T08:36:52.919Z Downloaded thiserror-impl-no-std v2.0.2
9802026-03-02T08:36:52.919Z Downloaded termtree v0.5.1
9812026-03-02T08:36:52.922Z Downloaded schemars_derive v0.8.22
9822026-03-02T08:36:52.925Z Downloaded slog-scope v4.4.1
9832026-03-02T08:36:52.925Z Downloaded owo-colors v4.2.3
9842026-03-02T08:36:52.928Z Downloaded darling v0.21.3
9852026-03-02T08:36:52.933Z Downloaded slog-json v2.6.1
9862026-03-02T08:36:52.936Z Downloaded slog-dtrace v0.3.0
9872026-03-02T08:36:52.939Z Downloaded time-core v0.1.8
9882026-03-02T08:36:52.939Z Downloaded icu_locale_core v2.1.1
9892026-03-02T08:36:52.944Z Downloaded topological-sort v0.2.2
9902026-03-02T08:36:52.947Z Downloaded sigpipe v0.1.3
9912026-03-02T08:36:52.947Z Downloaded heapless v0.8.0
9922026-03-02T08:36:52.950Z Downloaded untrusted v0.7.1
9932026-03-02T08:36:52.953Z Downloaded universal-hash v0.5.1
9942026-03-02T08:36:52.953Z Downloaded unit-prefix v0.5.2
9952026-03-02T08:36:52.956Z Downloaded snafu-derive v0.8.9
9962026-03-02T08:36:52.956Z Downloaded slog-term v2.9.2
9972026-03-02T08:36:52.959Z Downloaded unarray v0.1.4
9982026-03-02T08:36:52.962Z Downloaded typify-macro v0.4.3
9992026-03-02T08:36:52.962Z Downloaded strum_macros v0.27.2
10002026-03-02T08:36:52.965Z Downloaded utf-8 v0.7.6
10012026-03-02T08:36:52.965Z Downloaded usdt-macro v0.6.0
10022026-03-02T08:36:52.968Z Downloaded usdt-macro v0.5.0
10032026-03-02T08:36:52.968Z Downloaded waitgroup v0.1.2
10042026-03-02T08:36:52.968Z Downloaded wait-timeout v0.2.1
10052026-03-02T08:36:52.971Z Downloaded papergrid v0.11.0
10062026-03-02T08:36:52.974Z Downloaded icu_provider v2.1.1
10072026-03-02T08:36:52.977Z Downloaded rhai_codegen v3.1.0
10082026-03-02T08:36:52.985Z Downloaded yoke-derive v0.8.1
10092026-03-02T08:36:52.988Z Downloaded icu_normalizer_data v2.1.1
10102026-03-02T08:36:52.991Z Downloaded time-macros v0.2.27
10112026-03-02T08:36:52.991Z Downloaded zerofrom v0.1.6
10122026-03-02T08:36:52.994Z Downloaded thiserror-no-std v2.0.2
10132026-03-02T08:36:52.997Z Downloaded postcard v1.1.3
10142026-03-02T08:36:53.001Z Downloaded elliptic-curve v0.13.8
10152026-03-02T08:36:53.004Z Downloaded zerofrom-derive v0.1.6
10162026-03-02T08:36:53.007Z Downloaded serde_with_macros v3.16.1
10172026-03-02T08:36:53.007Z Downloaded zone_cfg_derive v0.3.1
10182026-03-02T08:36:53.010Z Downloaded tokio-dtrace v0.1.1
10192026-03-02T08:36:53.010Z Downloaded zone v0.3.1
10202026-03-02T08:36:53.013Z Downloaded tinystr v0.8.2
10212026-03-02T08:36:53.013Z Downloaded tokio-tungstenite v0.21.0
10222026-03-02T08:36:53.016Z Downloaded tokio-rustls v0.25.0
10232026-03-02T08:36:53.019Z Downloaded jiff-static v0.2.20
10242026-03-02T08:36:53.022Z Downloaded smartstring v1.0.1
10252026-03-02T08:36:53.022Z Downloaded walkdir v2.5.0
10262026-03-02T08:36:53.025Z Downloaded icu_normalizer v2.1.1
10272026-03-02T08:36:53.034Z Downloaded papergrid v0.17.0
10282026-03-02T08:36:53.034Z Downloaded vsss-rs v3.3.4
10292026-03-02T08:36:53.038Z Downloaded term v1.2.1
10302026-03-02T08:36:53.041Z Downloaded xz2 v0.1.7
10312026-03-02T08:36:53.041Z Downloaded serde_yaml v0.9.34+deprecated
10322026-03-02T08:36:53.044Z Downloaded thin-vec v0.2.14
10332026-03-02T08:36:53.047Z Downloaded tempfile v3.25.0
10342026-03-02T08:36:53.051Z Downloaded yoke v0.8.1
10352026-03-02T08:36:53.052Z Downloaded tiny-keccak v2.0.2
10362026-03-02T08:36:53.055Z Downloaded similar v2.7.0
10372026-03-02T08:36:53.058Z Downloaded zerovec-derive v0.11.2
10382026-03-02T08:36:53.061Z Downloaded expectorate v1.2.0
10392026-03-02T08:36:53.064Z Downloaded rayon-core v1.13.0
10402026-03-02T08:36:53.067Z Downloaded ucd-trie v0.1.7
10412026-03-02T08:36:53.067Z Downloaded whoami v1.6.1
10422026-03-02T08:36:53.070Z Downloaded hickory-resolver v0.24.4
10432026-03-02T08:36:53.073Z Downloaded schemars v0.9.0
10442026-03-02T08:36:53.088Z Downloaded zerocopy-derive v0.7.35
10452026-03-02T08:36:53.094Z Downloaded icu_collections v2.1.1
10462026-03-02T08:36:53.104Z Downloaded tungstenite v0.21.0
10472026-03-02T08:36:53.108Z Downloaded rand v0.8.5
10482026-03-02T08:36:53.111Z Downloaded typify v0.4.3
10492026-03-02T08:36:53.114Z Downloaded socket2 v0.5.10
10502026-03-02T08:36:53.118Z Downloaded crypto-bigint v0.5.5
10512026-03-02T08:36:53.123Z Downloaded snafu v0.8.9
10522026-03-02T08:36:53.129Z Downloaded qorb v0.4.1
10532026-03-02T08:36:53.134Z Downloaded nom v7.1.3
10542026-03-02T08:36:53.139Z Downloaded toml_edit v0.23.10+spec-1.0.0
10552026-03-02T08:36:53.143Z Downloaded unsafe-libyaml v0.2.11
10562026-03-02T08:36:53.147Z Downloaded toml v0.7.8
10572026-03-02T08:36:53.151Z Downloaded slog v2.8.2
10582026-03-02T08:36:53.154Z Downloaded zerotrie v0.2.3
10592026-03-02T08:36:53.159Z Downloaded yansi v1.0.1
10602026-03-02T08:36:53.162Z Downloaded schemars v1.2.1
10612026-03-02T08:36:53.178Z Downloaded toml_edit v0.19.15
10622026-03-02T08:36:53.195Z Downloaded pest v2.8.6
10632026-03-02T08:36:53.200Z Downloaded itertools v0.12.1
10642026-03-02T08:36:53.207Z Downloaded scc v2.4.0
10652026-03-02T08:36:53.213Z Downloaded zerocopy-derive v0.8.39
10662026-03-02T08:36:53.222Z Downloaded goblin v0.10.5
10672026-03-02T08:36:53.229Z Downloaded typed-path v0.9.3
10682026-03-02T08:36:53.235Z Downloaded clap_builder v4.5.59
10692026-03-02T08:36:53.241Z Downloaded rayon v1.11.0
10702026-03-02T08:36:53.250Z Downloaded zerovec v0.11.5
10712026-03-02T08:36:53.255Z Downloaded zerocopy v0.7.35
10722026-03-02T08:36:53.271Z Downloaded tough v0.20.0
10732026-03-02T08:36:53.280Z Downloaded rustls-webpki v0.102.8
10742026-03-02T08:36:53.302Z Downloaded moka v0.12.13
10752026-03-02T08:36:53.309Z Downloaded proptest v1.10.0
10762026-03-02T08:36:53.320Z Downloaded winnow v0.5.40
10772026-03-02T08:36:53.329Z Downloaded tabled v0.15.0
10782026-03-02T08:36:53.346Z Downloaded serde_with v3.16.1
10792026-03-02T08:36:53.359Z Downloaded chrono v0.4.43
10802026-03-02T08:36:53.367Z Downloaded aws-lc-rs v1.15.4
10812026-03-02T08:36:53.377Z Downloaded zerocopy v0.8.39
10822026-03-02T08:36:53.399Z Downloaded time v0.3.47
10832026-03-02T08:36:53.411Z Downloaded hickory-proto v0.25.2
10842026-03-02T08:36:53.425Z Downloaded syn v1.0.109
10852026-03-02T08:36:53.435Z Downloaded openapiv3 v2.2.0
10862026-03-02T08:36:53.444Z Downloaded nix v0.31.1
10872026-03-02T08:36:53.457Z Downloaded syn v2.0.116
10882026-03-02T08:36:53.468Z Downloaded rhai v1.24.0
10892026-03-02T08:36:53.479Z Downloaded rustls v0.22.4
10902026-03-02T08:36:53.492Z Downloaded regex-syntax v0.8.9
10912026-03-02T08:36:53.499Z Downloaded dropshot v0.16.7
10922026-03-02T08:36:53.522Z Downloaded regress v0.10.5
10932026-03-02T08:36:53.530Z Downloaded sled v0.34.7
10942026-03-02T08:36:53.540Z Downloaded rustls v0.23.36
10952026-03-02T08:36:53.551Z Downloaded rustix v1.1.3
10962026-03-02T08:36:53.574Z Downloaded hickory-proto v0.24.4
10972026-03-02T08:36:53.589Z Downloaded tabled v0.20.0
10982026-03-02T08:36:53.608Z Downloaded smoltcp v0.11.0
10992026-03-02T08:36:53.618Z Downloaded goblin v0.8.2
11002026-03-02T08:36:53.624Z Downloaded typify-impl v0.4.3
11012026-03-02T08:36:53.636Z Downloaded hkdf v0.12.4
11022026-03-02T08:36:53.639Z Downloaded icu_properties_data v2.1.2
11032026-03-02T08:36:53.648Z Downloaded blake3 v1.8.3
11042026-03-02T08:36:53.657Z Downloaded libm v0.2.16
11052026-03-02T08:36:53.668Z Downloaded iddqd v0.3.17
11062026-03-02T08:36:53.674Z Downloaded steno v0.4.1
11072026-03-02T08:36:53.678Z Downloaded lzma-sys v0.1.20
11082026-03-02T08:36:53.704Z Downloaded libc v0.2.180
11092026-03-02T08:36:53.734Z Downloaded schemars v0.8.22
11102026-03-02T08:36:53.744Z Downloaded jiff v0.2.20
11112026-03-02T08:36:53.761Z Downloaded test-strategy v0.4.5
11122026-03-02T08:36:53.764Z Downloaded petgraph v0.6.5
11132026-03-02T08:36:53.782Z Downloaded zeroize_derive v1.4.3
11142026-03-02T08:36:53.785Z Downloaded hickory-resolver v0.25.2
11152026-03-02T08:36:53.788Z Downloaded crossbeam-channel v0.5.15
11162026-03-02T08:36:53.790Z Downloaded chrono-tz v0.10.4
11172026-03-02T08:36:53.803Z Downloaded prettyplease v0.2.37
11182026-03-02T08:36:53.806Z Downloaded pest_meta v2.8.6
11192026-03-02T08:36:53.809Z Downloaded writeable v0.6.2
11202026-03-02T08:36:53.812Z Downloaded pretty_assertions v1.4.1
11212026-03-02T08:36:53.812Z Downloaded icu_properties v2.1.2
11222026-03-02T08:36:53.815Z Downloaded progenitor-impl v0.11.2
11232026-03-02T08:36:53.818Z Downloaded progenitor-impl v0.10.0
11242026-03-02T08:36:53.818Z Downloaded usdt-impl v0.5.0
11252026-03-02T08:36:53.821Z Downloaded spin v0.9.8
11262026-03-02T08:36:53.824Z Downloaded sha3 v0.10.8
11272026-03-02T08:36:53.827Z Downloaded csv v1.4.0
11282026-03-02T08:36:53.843Z Downloaded usdt-impl v0.6.0
11292026-03-02T08:36:53.846Z Downloaded indicatif v0.18.4
11302026-03-02T08:36:53.849Z Downloaded indexmap v1.9.3
11312026-03-02T08:36:53.852Z Downloaded const_format v0.2.35
11322026-03-02T08:36:53.855Z Downloaded synstructure v0.13.2
11332026-03-02T08:36:53.858Z Downloaded strum_macros v0.26.4
11342026-03-02T08:36:53.858Z Downloaded pin-project v1.1.10
11352026-03-02T08:36:53.868Z Downloaded usdt-attr-macro v0.6.0
11362026-03-02T08:36:53.871Z Downloaded usdt-attr-macro v0.5.0
11372026-03-02T08:36:53.871Z Downloaded usdt v0.6.0
11382026-03-02T08:36:53.871Z Downloaded usdt v0.5.0
11392026-03-02T08:36:53.871Z Downloaded tagptr v0.2.0
11402026-03-02T08:36:53.874Z Downloaded smf v0.2.3
11412026-03-02T08:36:53.874Z Downloaded slog-stdlog v4.1.1
11422026-03-02T08:36:53.874Z Downloaded slog-async v2.8.0
11432026-03-02T08:36:53.877Z Downloaded hashbrown v0.12.3
11442026-03-02T08:36:53.880Z Downloaded serde_plain v1.0.2
11452026-03-02T08:36:53.880Z Downloaded serde_derive_internals v0.29.1
11462026-03-02T08:36:53.883Z Downloaded num-rational v0.4.2
11472026-03-02T08:36:53.883Z Downloaded ingot-macros v0.1.1
11482026-03-02T08:36:53.886Z Downloaded dropshot-api-manager v0.3.0
11492026-03-02T08:36:53.917Z Downloaded derive_more v0.99.20
11502026-03-02T08:36:53.920Z Downloaded darling_core v0.21.3
11512026-03-02T08:36:53.920Z Downloaded clap v4.5.59
11522026-03-02T08:36:53.920Z Downloaded rustls-pemfile v2.2.0
11532026-03-02T08:36:53.920Z Downloaded pest_generator v2.8.6
11542026-03-02T08:36:53.920Z Downloaded memmap2 v0.9.10
11552026-03-02T08:36:53.920Z Downloaded omicron-zone-package v0.12.2
11562026-03-02T08:36:53.920Z Downloaded ingot-types v0.1.2
11572026-03-02T08:36:53.920Z Downloaded tabled_derive v0.7.0
11582026-03-02T08:36:53.920Z Downloaded scroll v0.12.0
11592026-03-02T08:36:53.920Z Downloaded rusty-fork v0.3.1
11602026-03-02T08:36:53.920Z Downloaded ref-cast v1.0.25
11612026-03-02T08:36:53.920Z Downloaded pest_derive v2.8.6
11622026-03-02T08:36:53.923Z Downloaded drift v0.1.3
11632026-03-02T08:36:53.927Z Downloaded diff v0.1.13
11642026-03-02T08:36:53.930Z Downloaded deranged v0.5.6
11652026-03-02T08:36:53.933Z Downloaded encoding_rs v0.8.35
11662026-03-02T08:36:53.949Z Downloaded crossbeam-utils v0.8.21
11672026-03-02T08:36:53.952Z Downloaded crossbeam-epoch v0.9.18
11682026-03-02T08:36:53.955Z Downloaded cipher v0.4.4
11692026-03-02T08:36:53.955Z Downloaded oxnet v0.1.4
11702026-03-02T08:36:53.958Z Downloaded console v0.16.2
11712026-03-02T08:36:53.958Z Downloaded colored v3.1.1
11722026-03-02T08:36:53.961Z Downloaded num_enum v0.7.5
11732026-03-02T08:36:53.964Z Downloaded multer v3.1.0
11742026-03-02T08:36:53.967Z Downloaded serial_test v3.3.1
11752026-03-02T08:36:53.970Z Downloaded secrecy v0.10.3
11762026-03-02T08:36:53.970Z Downloaded quick-error v1.2.3
11772026-03-02T08:36:53.970Z Downloaded progenitor v0.11.2
11782026-03-02T08:36:53.973Z Downloaded minimal-lexical v0.2.1
11792026-03-02T08:36:53.976Z Downloaded scroll_derive v0.13.1
11802026-03-02T08:36:53.976Z Downloaded scroll_derive v0.12.1
11812026-03-02T08:36:53.976Z Downloaded proc-macro-crate v3.4.0
11822026-03-02T08:36:53.979Z Downloaded poly1305 v0.8.0
11832026-03-02T08:36:53.982Z Downloaded pin-project-internal v1.1.10
11842026-03-02T08:36:53.982Z Downloaded phf v0.12.1
11852026-03-02T08:36:53.985Z Downloaded pem v3.0.6
11862026-03-02T08:36:53.985Z Downloaded paste v1.0.15
11872026-03-02T08:36:53.988Z Downloaded password-hash v0.5.0
11882026-03-02T08:36:53.988Z Downloaded parse-display-derive v0.10.0
11892026-03-02T08:36:53.991Z Downloaded ff v0.13.1
11902026-03-02T08:36:53.991Z Downloaded defmt v1.0.1
11912026-03-02T08:36:53.993Z Downloaded num-conv v0.2.0
11922026-03-02T08:36:53.996Z Downloaded linear-map v1.2.0
11932026-03-02T08:36:53.996Z Downloaded foldhash v0.2.0
11942026-03-02T08:36:53.999Z Downloaded erased-serde v0.3.31
11952026-03-02T08:36:53.999Z Downloaded displaydoc v0.2.5
11962026-03-02T08:36:54.002Z Downloaded derive-ex v0.1.8
11972026-03-02T08:36:54.006Z Downloaded daft-derive v0.1.5
11982026-03-02T08:36:54.009Z Downloaded cmake v0.1.57
11992026-03-02T08:36:54.009Z Downloaded bcs v0.1.6
12002026-03-02T08:36:54.009Z Downloaded defmt-parser v1.0.0
12012026-03-02T08:36:54.012Z Downloaded data-encoding v2.10.0
12022026-03-02T08:36:54.012Z Downloaded hubpack_derive v0.1.1
12032026-03-02T08:36:54.012Z Downloaded progenitor-macro v0.10.0
12042026-03-02T08:36:54.015Z Downloaded progenitor-client v0.10.0
12052026-03-02T08:36:54.015Z Downloaded powerfmt v0.2.0
12062026-03-02T08:36:54.015Z Downloaded potential_utf v0.1.4
12072026-03-02T08:36:54.015Z Downloaded memmap v0.7.0
12082026-03-02T08:36:54.018Z Downloaded dof v0.4.0
12092026-03-02T08:36:54.020Z Downloaded const_format_proc_macros v0.2.34
12102026-03-02T08:36:54.021Z Downloaded cargo_toml v0.22.3
12112026-03-02T08:36:54.024Z Downloaded newtype_derive v0.1.6
12122026-03-02T08:36:54.024Z Downloaded internet-checksum v0.2.1
12132026-03-02T08:36:54.024Z Downloaded instant v0.1.13
12142026-03-02T08:36:54.026Z Downloaded daft v0.1.5
12152026-03-02T08:36:54.026Z Downloaded mime v0.3.17
12162026-03-02T08:36:54.030Z Downloaded dof v0.3.0
12172026-03-02T08:36:54.030Z Downloaded crc8 v0.1.1
12182026-03-02T08:36:54.030Z Downloaded ciborium v0.2.2
12192026-03-02T08:36:54.033Z Downloaded is-terminal v0.4.17
12202026-03-02T08:36:54.033Z Downloaded heck v0.4.1
12212026-03-02T08:36:54.033Z Downloaded const-random-macro v0.1.16
12222026-03-02T08:36:54.036Z Downloaded lru-cache v0.1.2
12232026-03-02T08:36:54.036Z Downloaded enum-as-inner v0.6.1
12242026-03-02T08:36:54.036Z Downloaded num-derive v0.3.3
12252026-03-02T08:36:54.039Z Downloaded natord v1.0.9
12262026-03-02T08:36:54.039Z Downloaded libsw v3.5.0
12272026-03-02T08:36:54.042Z Downloaded hostname v0.3.1
12282026-03-02T08:36:54.042Z Downloaded defmt v0.3.100
12292026-03-02T08:36:54.042Z Downloaded num-iter v0.1.45
12302026-03-02T08:36:54.045Z Downloaded float-ord v0.3.2
12312026-03-02T08:36:54.045Z Downloaded dropshot-api-manager-types v0.3.0
12322026-03-02T08:36:54.045Z Downloaded cstr-argument v0.1.2
12332026-03-02T08:36:54.045Z Downloaded foreign-types v0.5.0
12342026-03-02T08:36:54.048Z Downloaded crunchy v0.2.4
12352026-03-02T08:36:54.048Z Downloaded critical-section v1.2.0
12362026-03-02T08:36:54.048Z Downloaded libscf-sys v1.1.0
12372026-03-02T08:36:54.051Z Downloaded idna_adapter v1.2.1
12382026-03-02T08:36:54.051Z Downloaded ident_case v1.0.1
12392026-03-02T08:36:54.051Z Downloaded ciborium-io v0.2.2
12402026-03-02T08:36:54.054Z Downloaded darling_macro v0.21.3
12412026-03-02T08:36:54.054Z Downloaded base16ct v1.0.0
12422026-03-02T08:36:54.054Z Downloaded libsw-core v0.3.2
12432026-03-02T08:36:54.057Z Downloaded fixedbitset v0.4.2
12442026-03-02T08:36:54.057Z Downloaded dunce v1.0.5
12452026-03-02T08:36:54.057Z Downloaded argon2 v0.5.3
12462026-03-02T08:36:54.060Z Downloaded arc-swap v1.8.2
12472026-03-02T08:36:54.062Z Downloaded backoff v0.4.0
12482026-03-02T08:36:54.065Z Downloaded arrayvec v0.7.6
12492026-03-02T08:36:54.065Z Downloaded gethostname v0.5.0
12502026-03-02T08:36:54.068Z Downloaded dtrace-parser v0.3.0
12512026-03-02T08:36:54.068Z Downloaded convert_case v0.4.0
12522026-03-02T08:36:54.068Z Downloaded async-trait v0.1.89
12532026-03-02T08:36:54.071Z Downloaded anyhow v1.0.101
12542026-03-02T08:36:54.075Z Downloaded group v0.13.0
12552026-03-02T08:36:54.078Z Downloaded blake2 v0.10.6
12562026-03-02T08:36:54.080Z Downloaded dtrace-parser v0.2.0
12572026-03-02T08:36:54.080Z Downloaded half v2.7.1
12582026-03-02T08:36:54.083Z Downloaded chacha20 v0.9.1
12592026-03-02T08:36:54.083Z Downloaded cancel-safe-futures v0.1.5
12602026-03-02T08:36:54.086Z Downloaded bytecount v0.6.9
12612026-03-02T08:36:54.090Z Downloaded bitflags v1.3.2
12622026-03-02T08:36:54.093Z Downloaded async-stream-impl v0.3.6
12632026-03-02T08:36:54.093Z Downloaded async-recursion v1.1.1
12642026-03-02T08:36:54.496Z Downloaded aws-lc-sys v0.37.1
12652026-03-02T08:36:55.765Z Compiling proc-macro2 v1.0.106
12662026-03-02T08:36:55.765Z Compiling quote v1.0.44
12672026-03-02T08:36:55.768Z Compiling unicode-ident v1.0.24
12682026-03-02T08:36:55.768Z Compiling serde_core v1.0.228
12692026-03-02T08:36:55.768Z Compiling cfg-if v1.0.4
12702026-03-02T08:36:55.768Z Compiling serde v1.0.228
12712026-03-02T08:36:55.768Z Compiling libc v0.2.180
12722026-03-02T08:36:55.768Z Compiling memchr v2.8.0
12732026-03-02T08:36:56.101Z Compiling itoa v1.0.17
12742026-03-02T08:36:56.430Z Compiling smallvec v1.15.1
12752026-03-02T08:36:56.483Z Compiling zmij v1.0.21
12762026-03-02T08:36:56.664Z Compiling autocfg v1.5.0
12772026-03-02T08:36:56.817Z Compiling serde_json v1.0.149
12782026-03-02T08:36:57.280Z Compiling libm v0.2.16
12792026-03-02T08:36:57.421Z Compiling getrandom v0.4.1
12802026-03-02T08:36:57.506Z Compiling version_check v0.9.5
12812026-03-02T08:36:57.698Z Compiling stable_deref_trait v1.2.1
12822026-03-02T08:36:57.794Z Compiling iana-time-zone v0.1.65
12832026-03-02T08:36:57.821Z Compiling equivalent v1.0.2
12842026-03-02T08:36:57.977Z Compiling pin-project-lite v0.2.16
12852026-03-02T08:36:58.036Z Compiling allocator-api2 v0.2.21
12862026-03-02T08:36:58.073Z Compiling foldhash v0.2.0
12872026-03-02T08:36:58.245Z Compiling percent-encoding v2.3.2
12882026-03-02T08:36:58.266Z Compiling writeable v0.6.2
12892026-03-02T08:36:58.665Z Compiling syn v2.0.116
12902026-03-02T08:36:58.684Z Compiling litemap v0.8.1
12912026-03-02T08:36:58.687Z Compiling icu_properties_data v2.1.2
12922026-03-02T08:36:58.725Z Compiling scopeguard v1.2.0
12932026-03-02T08:36:58.878Z Compiling hashbrown v0.16.1
12942026-03-02T08:36:58.907Z Compiling icu_normalizer_data v2.1.1
12952026-03-02T08:36:58.927Z Compiling parking_lot_core v0.9.12
12962026-03-02T08:36:59.097Z Compiling lock_api v0.4.14
12972026-03-02T08:36:59.155Z Compiling dyn-clone v1.0.20
12982026-03-02T08:36:59.463Z Compiling form_urlencoded v1.2.2
12992026-03-02T08:36:59.491Z Compiling utf8_iter v1.0.4
13002026-03-02T08:36:59.640Z Compiling jobserver v0.1.34
13012026-03-02T08:36:59.675Z Compiling shlex v1.3.0
13022026-03-02T08:36:59.752Z Compiling log v0.4.29
13032026-03-02T08:36:59.815Z Compiling find-msvc-tools v0.1.9
13042026-03-02T08:37:00.047Z Compiling heck v0.5.0
13052026-03-02T08:37:00.143Z Compiling cc v1.2.56
13062026-03-02T08:37:00.295Z Compiling thiserror v2.0.18
13072026-03-02T08:37:00.331Z Compiling futures-core v0.3.32
13082026-03-02T08:37:00.380Z Compiling num-traits v0.2.19
13092026-03-02T08:37:00.619Z Compiling errno v0.3.14
13102026-03-02T08:37:00.671Z Compiling fnv v1.0.7
13112026-03-02T08:37:00.825Z Compiling zerocopy v0.8.39
13122026-03-02T08:37:01.157Z Compiling futures-sink v0.3.32
13132026-03-02T08:37:01.206Z Compiling getrandom v0.2.17
13142026-03-02T08:37:01.341Z Compiling slab v0.4.12
13152026-03-02T08:37:01.557Z Compiling semver v1.0.27
13162026-03-02T08:37:01.586Z Compiling indexmap v2.13.0
13172026-03-02T08:37:01.694Z Compiling futures-channel v0.3.32
13182026-03-02T08:37:01.753Z Compiling uuid v1.21.0
13192026-03-02T08:37:02.176Z Compiling futures-io v0.3.32
13202026-03-02T08:37:02.336Z Compiling futures-task v0.3.32
13212026-03-02T08:37:02.676Z Compiling typenum v1.19.0
13222026-03-02T08:37:02.763Z Compiling rustversion v1.0.22
13232026-03-02T08:37:03.185Z Compiling socket2 v0.6.2
13242026-03-02T08:37:03.460Z Compiling ring v0.17.14
13252026-03-02T08:37:03.489Z Compiling schemars v0.8.22
13262026-03-02T08:37:03.553Z Compiling portable-atomic v1.13.1
13272026-03-02T08:37:04.271Z Compiling parking_lot v0.12.5
13282026-03-02T08:37:04.293Z Compiling regex-syntax v0.8.9
13292026-03-02T08:37:04.619Z Compiling untrusted v0.9.0
13302026-03-02T08:37:04.814Z Compiling signal-hook-registry v1.4.8
13312026-03-02T08:37:05.027Z Compiling mio v1.1.1
13322026-03-02T08:37:05.191Z Compiling byteorder v1.5.0
13332026-03-02T08:37:05.303Z Compiling bitflags v2.11.0
13342026-03-02T08:37:05.441Z Compiling critical-section v1.2.0
13352026-03-02T08:37:05.690Z Compiling subtle v2.6.1
13362026-03-02T08:37:05.803Z Compiling once_cell v1.21.3
13372026-03-02T08:37:05.825Z Compiling rand_core v0.6.4
13382026-03-02T08:37:06.018Z Compiling base64 v0.22.1
13392026-03-02T08:37:06.154Z Compiling rustix v1.1.3
13402026-03-02T08:37:06.208Z Compiling synstructure v0.13.2
13412026-03-02T08:37:06.247Z Compiling serde_derive_internals v0.29.1
13422026-03-02T08:37:06.718Z Compiling ucd-trie v0.1.7
13432026-03-02T08:37:07.234Z Compiling httparse v1.10.1
13442026-03-02T08:37:07.303Z Compiling atomic-waker v1.1.2
13452026-03-02T08:37:07.328Z Compiling ipnet v2.11.0
13462026-03-02T08:37:07.409Z Compiling pest v2.8.6
13472026-03-02T08:37:07.508Z Compiling tower-layer v0.3.3
13482026-03-02T08:37:07.824Z Compiling thiserror v1.0.69
13492026-03-02T08:37:08.004Z Compiling tower-service v0.3.3
13502026-03-02T08:37:08.176Z Compiling ryu v1.0.23
13512026-03-02T08:37:08.553Z Compiling getrandom v0.3.4
13522026-03-02T08:37:08.577Z Compiling try-lock v0.2.5
13532026-03-02T08:37:08.729Z Compiling want v0.3.1
13542026-03-02T08:37:08.748Z Compiling generic-array v0.14.7
13552026-03-02T08:37:08.823Z Compiling httpdate v1.0.3
13562026-03-02T08:37:09.032Z Compiling pin-utils v0.1.0
13572026-03-02T08:37:09.150Z Compiling pretty-hex v0.4.1
13582026-03-02T08:37:09.219Z Compiling slog v2.8.2
13592026-03-02T08:37:09.249Z Compiling aho-corasick v1.1.4
13602026-03-02T08:37:09.282Z Compiling plain v0.2.3
13612026-03-02T08:37:09.387Z Compiling strsim v0.11.1
13622026-03-02T08:37:09.454Z Compiling winnow v0.7.14
13632026-03-02T08:37:09.650Z Compiling tracing-core v0.1.36
13642026-03-02T08:37:09.853Z Compiling serde_derive v1.0.228
13652026-03-02T08:37:09.901Z Compiling zerofrom-derive v0.1.6
13662026-03-02T08:37:10.256Z Compiling yoke-derive v0.8.1
13672026-03-02T08:37:10.409Z Compiling zerovec-derive v0.11.2
13682026-03-02T08:37:10.760Z Compiling displaydoc v0.2.5
13692026-03-02T08:37:11.088Z Compiling schemars_derive v0.8.22
13702026-03-02T08:37:12.415Z Compiling tokio-macros v2.6.0
13712026-03-02T08:37:12.778Z Compiling thiserror-impl v2.0.18
13722026-03-02T08:37:12.949Z Compiling zerofrom v0.1.6
13732026-03-02T08:37:13.016Z Compiling zerocopy-derive v0.8.39
13742026-03-02T08:37:13.036Z Compiling zeroize_derive v1.4.3
13752026-03-02T08:37:13.246Z Compiling yoke v0.8.1
13762026-03-02T08:37:13.382Z Compiling futures-macro v0.3.32
13772026-03-02T08:37:13.603Z Compiling zerovec v0.11.5
13782026-03-02T08:37:13.950Z Compiling zerotrie v0.2.3
13792026-03-02T08:37:14.053Z Compiling pest_meta v2.8.6
13802026-03-02T08:37:14.518Z Compiling zeroize v1.8.2
13812026-03-02T08:37:14.607Z Compiling thiserror-impl v1.0.69
13822026-03-02T08:37:14.834Z Compiling tinystr v0.8.2
13832026-03-02T08:37:14.928Z Compiling potential_utf v0.1.4
13842026-03-02T08:37:15.223Z Compiling icu_locale_core v2.1.1
13852026-03-02T08:37:15.254Z Compiling icu_collections v2.1.1
13862026-03-02T08:37:15.276Z Compiling futures-util v0.3.32
13872026-03-02T08:37:15.998Z Compiling pest_generator v2.8.6
13882026-03-02T08:37:17.317Z Compiling icu_provider v2.1.1
13892026-03-02T08:37:17.621Z Compiling regex-automata v0.4.14
13902026-03-02T08:37:17.660Z Compiling pest_derive v2.8.6
13912026-03-02T08:37:17.793Z Compiling icu_normalizer v2.1.1
13922026-03-02T08:37:17.829Z Compiling icu_properties v2.1.2
13932026-03-02T08:37:17.934Z Compiling bytes v1.11.1
13942026-03-02T08:37:18.114Z Compiling chrono v0.4.43
13952026-03-02T08:37:18.751Z Compiling serde_tokenstream v0.2.2
13962026-03-02T08:37:19.238Z Compiling http v1.4.0
13972026-03-02T08:37:19.362Z Compiling tokio v1.49.0
13982026-03-02T08:37:20.927Z Compiling idna_adapter v1.2.1
13992026-03-02T08:37:21.057Z Compiling http-body v1.0.1
14002026-03-02T08:37:21.181Z Compiling idna v1.1.0
14012026-03-02T08:37:21.340Z Compiling erased-serde v0.3.31
14022026-03-02T08:37:21.757Z Compiling tracing-attributes v0.1.31
14032026-03-02T08:37:21.921Z Compiling url v2.5.8
14042026-03-02T08:37:24.059Z Compiling regex v1.12.3
14052026-03-02T08:37:24.421Z Compiling http-body-util v0.1.3
14062026-03-02T08:37:24.478Z Compiling serde_urlencoded v0.7.1
14072026-03-02T08:37:24.850Z Compiling ppv-lite86 v0.2.21
14082026-03-02T08:37:24.929Z Compiling tracing v0.1.44
14092026-03-02T08:37:25.024Z Compiling crypto-common v0.1.7
14102026-03-02T08:37:25.116Z Compiling paste v1.0.15
14112026-03-02T08:37:25.150Z Compiling openapiv3 v2.2.0
14122026-03-02T08:37:25.257Z Compiling sync_wrapper v1.0.2
14132026-03-02T08:37:25.381Z Compiling regress v0.10.5
14142026-03-02T08:37:25.442Z Compiling rustls-pki-types v1.14.0
14152026-03-02T08:37:25.782Z Compiling num-conv v0.2.0
14162026-03-02T08:37:26.059Z Compiling time-core v0.1.8
14172026-03-02T08:37:26.402Z Compiling anyhow v1.0.101
14182026-03-02T08:37:26.537Z Compiling powerfmt v0.2.0
14192026-03-02T08:37:26.782Z Compiling time-macros v0.2.27
14202026-03-02T08:37:26.945Z Compiling deranged v0.5.6
14212026-03-02T08:37:26.966Z Compiling scroll_derive v0.13.1
14222026-03-02T08:37:27.469Z Compiling ident_case v1.0.1
14232026-03-02T08:37:27.669Z Compiling iri-string v0.7.10
14242026-03-02T08:37:28.952Z Compiling fastrand v2.3.0
14252026-03-02T08:37:29.284Z Compiling num_threads v0.1.7
14262026-03-02T08:37:29.456Z Compiling typify-impl v0.4.3
14272026-03-02T08:37:29.483Z Compiling cpufeatures v0.2.17
14282026-03-02T08:37:29.533Z Compiling scroll v0.13.0
14292026-03-02T08:37:29.601Z Compiling darling_core v0.21.3
14302026-03-02T08:37:30.129Z Compiling ipnetwork v0.21.1
14312026-03-02T08:37:31.100Z Compiling daft-derive v0.1.5
14322026-03-02T08:37:32.057Z Compiling omicron-workspace-hack v0.1.0
14332026-03-02T08:37:32.502Z Compiling goblin v0.10.5
14342026-03-02T08:37:32.777Z Compiling tokio-util v0.7.18
14352026-03-02T08:37:34.619Z Compiling async-trait v0.1.89
14362026-03-02T08:37:35.540Z Compiling darling_macro v0.21.3
14372026-03-02T08:37:35.665Z Compiling cmake v0.1.57
14382026-03-02T08:37:35.845Z Compiling dunce v1.0.5
14392026-03-02T08:37:35.996Z Compiling usdt-impl v0.6.0
14402026-03-02T08:37:36.406Z Compiling fs_extra v1.3.0
14412026-03-02T08:37:36.659Z Compiling darling v0.21.3
14422026-03-02T08:37:36.857Z Compiling dtrace-parser v0.3.0
14432026-03-02T08:37:36.919Z Compiling aws-lc-sys v0.37.1
14442026-03-02T08:37:36.958Z Compiling block-buffer v0.10.4
14452026-03-02T08:37:36.982Z Compiling crossbeam-utils v0.8.21
14462026-03-02T08:37:37.237Z Compiling digest v0.10.7
14472026-03-02T08:37:37.634Z Compiling futures-executor v0.3.32
14482026-03-02T08:37:37.662Z Compiling structmeta-derive v0.3.0
14492026-03-02T08:37:38.522Z Compiling thread-id v5.1.0
14502026-03-02T08:37:38.595Z Compiling hex v0.4.3
14512026-03-02T08:37:38.663Z Compiling rustls v0.22.4
14522026-03-02T08:37:38.769Z Compiling camino v1.2.2
14532026-03-02T08:37:39.101Z Compiling rand_core v0.9.5
14542026-03-02T08:37:39.154Z Compiling futures v0.3.32
14552026-03-02T08:37:39.287Z Compiling h2 v0.4.13
14562026-03-02T08:37:39.532Z Compiling oxnet v0.1.4
14572026-03-02T08:37:39.549Z Compiling thread_local v1.1.9
14582026-03-02T08:37:40.083Z Compiling dof v0.4.0
14592026-03-02T08:37:40.179Z Compiling structmeta v0.3.0
14602026-03-02T08:37:40.408Z Compiling syn v1.0.109
14612026-03-02T08:37:40.429Z Compiling aws-lc-rs v1.15.4
14622026-03-02T08:37:40.568Z Compiling match_cfg v0.1.0
14632026-03-02T08:37:40.990Z Compiling slog-async v2.8.0
14642026-03-02T08:37:41.143Z Compiling unicode-width v0.2.2
14652026-03-02T08:37:41.534Z Compiling unsafe-libyaml v0.2.11
14662026-03-02T08:37:41.638Z Compiling quick-error v1.2.3
14672026-03-02T08:37:41.821Z Compiling rand_chacha v0.9.0
14682026-03-02T08:37:43.276Z Compiling serde_yaml v0.9.34+deprecated
14692026-03-02T08:37:43.654Z Compiling newtype-uuid-macros v0.1.0
14702026-03-02T08:37:44.293Z Compiling hyper v1.8.1
14712026-03-02T08:37:45.174Z Compiling typify-macro v0.4.3
14722026-03-02T08:37:45.388Z Compiling usdt-attr-macro v0.6.0
14732026-03-02T08:37:45.424Z Compiling usdt-macro v0.6.0
14742026-03-02T08:37:46.455Z Compiling strum_macros v0.26.4
14752026-03-02T08:37:46.747Z Compiling hyper-util v0.1.20
14762026-03-02T08:37:47.585Z Compiling serde_spanned v1.0.4
14772026-03-02T08:37:47.695Z Compiling multer v3.1.0
14782026-03-02T08:37:48.104Z Compiling term v1.2.1
14792026-03-02T08:37:48.169Z Compiling take_mut v0.2.2
14802026-03-02T08:37:48.347Z Compiling untrusted v0.7.1
14812026-03-02T08:37:48.459Z Compiling toml_writer v1.0.6+spec-1.1.0
14822026-03-02T08:37:48.541Z Compiling debug-ignore v1.0.5
14832026-03-02T08:37:48.710Z Compiling bit-vec v0.8.0
14842026-03-02T08:37:48.957Z Compiling rand v0.9.2
14852026-03-02T08:37:49.207Z Compiling bit-set v0.8.0
14862026-03-02T08:37:49.533Z Compiling async-stream-impl v0.3.6
14872026-03-02T08:37:49.721Z Compiling typify v0.4.3
14882026-03-02T08:37:49.739Z Compiling dropshot v0.16.7
14892026-03-02T08:37:49.855Z Compiling encoding_rs v0.8.35
14902026-03-02T08:37:50.144Z Compiling rustls v0.23.36
14912026-03-02T08:37:50.366Z Compiling unarray v0.1.4
14922026-03-02T08:37:50.523Z Compiling ref-cast v1.0.25
14932026-03-02T08:37:50.545Z Compiling strum v0.26.3
14942026-03-02T08:37:50.548Z Compiling spin v0.9.8
14952026-03-02T08:37:50.672Z Compiling mime v0.3.17
14962026-03-02T08:37:50.763Z Compiling derive-ex v0.1.8
14972026-03-02T08:37:50.796Z Compiling async-stream v0.3.6
14982026-03-02T08:37:50.817Z Compiling dropshot_endpoint v0.16.7
14992026-03-02T08:37:51.051Z Compiling macaddr v1.0.1
15002026-03-02T08:37:51.195Z Compiling ref-cast-impl v1.0.25
15012026-03-02T08:37:51.228Z Compiling waitgroup v0.1.2
15022026-03-02T08:37:51.249Z Compiling serde_path_to_error v0.1.20
15032026-03-02T08:37:51.494Z Compiling progenitor-impl v0.11.2
15042026-03-02T08:37:51.934Z Compiling tabwriter v1.4.1
15052026-03-02T08:37:52.596Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15062026-03-02T08:37:52.937Z Compiling tempfile v3.25.0
15072026-03-02T08:37:53.824Z Compiling newtype-uuid v1.3.2
15082026-03-02T08:37:53.890Z Compiling strum_macros v0.27.2
15092026-03-02T08:37:54.476Z Compiling test-strategy v0.4.5
15102026-03-02T08:37:54.545Z Compiling instant v0.1.13
15112026-03-02T08:37:54.728Z Compiling daft v0.1.5
15122026-03-02T08:37:54.750Z Compiling serde_with_macros v3.16.1
15132026-03-02T08:37:55.231Z Compiling time v0.3.47
15142026-03-02T08:37:56.646Z Compiling tower v0.5.3
15152026-03-02T08:37:57.292Z Compiling webpki-roots v1.0.6
15162026-03-02T08:37:57.501Z Compiling colored v3.1.1
15172026-03-02T08:37:57.703Z Compiling tower-http v0.6.8
15182026-03-02T08:37:57.735Z Compiling crossbeam-channel v0.5.15
15192026-03-02T08:37:58.360Z Compiling strum v0.27.2
15202026-03-02T08:37:58.570Z Compiling parse-display-derive v0.10.0
15212026-03-02T08:37:58.615Z Compiling rustls-webpki v0.102.8
15222026-03-02T08:37:59.537Z Compiling rustc-hash v2.1.1
15232026-03-02T08:38:00.386Z Compiling progenitor-macro v0.11.2
15242026-03-02T08:38:00.638Z Compiling slog-json v2.6.1
15252026-03-02T08:38:01.038Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
15262026-03-02T08:38:01.149Z Compiling hostname v0.3.1
15272026-03-02T08:38:01.404Z Compiling rand_chacha v0.3.1
15282026-03-02T08:38:02.195Z Compiling toml_parser v1.0.9+spec-1.1.0
15292026-03-02T08:38:02.198Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15302026-03-02T08:38:02.355Z Compiling toml_datetime v0.7.5+spec-1.1.0
15312026-03-02T08:38:02.499Z Compiling is-terminal v0.4.17
15322026-03-02T08:38:02.652Z Compiling wait-timeout v0.2.1
15332026-03-02T08:38:03.153Z Compiling memmap2 v0.9.10
15342026-03-02T08:38:03.195Z Compiling either v1.15.0
15352026-03-02T08:38:03.273Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15362026-03-02T08:38:03.497Z Compiling usdt v0.6.0
15372026-03-02T08:38:03.603Z Compiling toml v0.9.12+spec-1.1.0
15382026-03-02T08:38:03.658Z Compiling rusty-fork v0.3.1
15392026-03-02T08:38:03.941Z Compiling slog-term v2.9.2
15402026-03-02T08:38:04.051Z Compiling rand v0.8.5
15412026-03-02T08:38:04.412Z Compiling tokio-rustls v0.25.0
15422026-03-02T08:38:04.763Z Compiling slog-bunyan v2.5.0
15432026-03-02T08:38:05.409Z Compiling rand_xorshift v0.4.0
15442026-03-02T08:38:05.638Z Compiling sha1 v0.10.6
15452026-03-02T08:38:05.685Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
15462026-03-02T08:38:06.078Z Compiling rustls-pemfile v2.2.0
15472026-03-02T08:38:07.050Z Compiling hostname v0.4.2
15482026-03-02T08:38:07.440Z Compiling proptest v1.10.0
15492026-03-02T08:38:09.789Z Compiling itertools v0.14.0
15502026-03-02T08:38:12.943Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15512026-03-02T08:38:13.007Z Compiling serde_with v3.16.1
15522026-03-02T08:38:14.286Z Compiling utf8parse v0.2.2
15532026-03-02T08:38:14.435Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
15542026-03-02T08:38:14.469Z Compiling anstyle-parse v0.2.7
15552026-03-02T08:38:14.848Z Compiling toml_datetime v0.6.11
15562026-03-02T08:38:15.195Z Compiling is_terminal_polyfill v1.70.2
15572026-03-02T08:38:15.352Z Compiling anstyle v1.0.13
15582026-03-02T08:38:15.421Z Compiling anstyle-query v1.1.5
15592026-03-02T08:38:15.599Z Compiling colorchoice v1.0.4
15602026-03-02T08:38:15.838Z Compiling anstream v0.6.21
15612026-03-02T08:38:16.541Z Compiling backoff v0.4.0
15622026-03-02T08:38:17.107Z Compiling parse-display v0.10.0
15632026-03-02T08:38:17.599Z Compiling iddqd v0.3.17
15642026-03-02T08:38:17.837Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15652026-03-02T08:38:19.972Z Compiling clap_lex v1.0.0
15662026-03-02T08:38:20.317Z Compiling clap_derive v4.5.55
15672026-03-02T08:38:20.643Z Compiling terminal_size v0.4.3
15682026-03-02T08:38:20.858Z Compiling crossbeam-epoch v0.9.18
15692026-03-02T08:38:21.671Z Compiling clap_builder v4.5.59
15702026-03-02T08:38:21.743Z Compiling rustls-webpki v0.103.9
15712026-03-02T08:38:22.059Z Compiling toml_edit v0.23.10+spec-1.0.0
15722026-03-02T08:38:23.436Z Compiling proc-macro-error-attr v1.0.4
15732026-03-02T08:38:23.549Z Compiling heapless v0.8.0
15742026-03-02T08:38:23.955Z Compiling proc-macro-crate v3.4.0
15752026-03-02T08:38:24.603Z Compiling ingot-macros v0.1.1
15762026-03-02T08:38:25.529Z Compiling zerocopy-derive v0.7.35
15772026-03-02T08:38:25.912Z Compiling clap v4.5.59
15782026-03-02T08:38:26.037Z Compiling hash32 v0.3.1
15792026-03-02T08:38:26.315Z Compiling proc-macro-error v1.0.4
15802026-03-02T08:38:27.453Z Compiling smoltcp v0.11.0
15812026-03-02T08:38:27.819Z Compiling winnow v0.5.40
15822026-03-02T08:38:28.209Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15832026-03-02T08:38:28.839Z Compiling zerocopy v0.7.35
15842026-03-02T08:38:31.046Z Compiling tokio-rustls v0.26.4
15852026-03-02T08:38:31.301Z Compiling toml_edit v0.19.15
15862026-03-02T08:38:31.364Z Compiling num_enum_derive v0.7.5
15872026-03-02T08:38:31.524Z Compiling ingot-types v0.1.2
15882026-03-02T08:38:32.654Z Compiling cobs v0.3.0
15892026-03-02T08:38:33.044Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
15902026-03-02T08:38:33.277Z Compiling managed v0.8.0
15912026-03-02T08:38:33.361Z Compiling crucible-workspace-hack v0.1.0
15922026-03-02T08:38:33.475Z Compiling bitflags v1.3.2
15932026-03-02T08:38:33.763Z Compiling num_enum v0.7.5
15942026-03-02T08:38:33.810Z Compiling postcard v1.1.3
15952026-03-02T08:38:34.055Z Compiling hyper-rustls v0.27.7
15962026-03-02T08:38:34.537Z Compiling proc-macro-crate v1.3.1
15972026-03-02T08:38:34.689Z Compiling ingot v0.1.1
15982026-03-02T08:38:35.207Z Compiling foreign-types-macros v0.2.3
15992026-03-02T08:38:35.282Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16002026-03-02T08:38:35.334Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16012026-03-02T08:38:35.757Z Compiling rayon-core v1.13.0
16022026-03-02T08:38:35.900Z Compiling foreign-types-shared v0.3.1
16032026-03-02T08:38:36.048Z Compiling heck v0.4.1
16042026-03-02T08:38:36.250Z Compiling reqwest v0.12.28
16052026-03-02T08:38:36.498Z Compiling foreign-types v0.5.0
16062026-03-02T08:38:36.650Z Compiling num_enum_derive v0.5.11
16072026-03-02T08:38:36.729Z Compiling crossbeam-deque v0.8.6
16082026-03-02T08:38:36.750Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16092026-03-02T08:38:37.693Z Compiling dtrace-parser v0.2.0
16102026-03-02T08:38:37.824Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16112026-03-02T08:38:38.430Z Compiling scroll_derive v0.12.1
16122026-03-02T08:38:38.822Z Compiling usdt-impl v0.5.0
16132026-03-02T08:38:38.882Z Compiling memoffset v0.9.1
16142026-03-02T08:38:39.292Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16152026-03-02T08:38:39.340Z Compiling cstr-argument v0.1.2
16162026-03-02T08:38:39.425Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
16172026-03-02T08:38:39.602Z Compiling tinyvec_macros v0.1.1
16182026-03-02T08:38:39.622Z Compiling convert_case v0.4.0
16192026-03-02T08:38:39.711Z Compiling cfg_aliases v0.2.1
16202026-03-02T08:38:39.835Z Compiling nix v0.30.1
16212026-03-02T08:38:39.861Z Compiling tinyvec v1.10.0
16222026-03-02T08:38:39.942Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16232026-03-02T08:38:39.962Z Compiling scroll v0.12.0
16242026-03-02T08:38:40.298Z Compiling derive_more v0.99.20
16252026-03-02T08:38:40.639Z Compiling num_enum v0.5.11
16262026-03-02T08:38:40.659Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16272026-03-02T08:38:40.845Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
16282026-03-02T08:38:41.871Z Compiling dof v0.3.0
16292026-03-02T08:38:42.527Z Compiling camino-tempfile v1.4.1
16302026-03-02T08:38:42.684Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16312026-03-02T08:38:42.923Z Compiling thread-id v4.2.2
16322026-03-02T08:38:44.106Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16332026-03-02T08:38:44.552Z Compiling rayon v1.11.0
16342026-03-02T08:38:45.798Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16352026-03-02T08:38:46.237Z Compiling goblin v0.8.2
16362026-03-02T08:38:46.637Z Compiling progenitor-client v0.11.2
16372026-03-02T08:38:46.937Z Compiling zone_cfg_derive v0.3.1
16382026-03-02T08:38:47.268Z Compiling itertools v0.12.1
16392026-03-02T08:38:47.467Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
16402026-03-02T08:38:48.141Z Compiling serde_spanned v0.6.9
16412026-03-02T08:38:48.327Z Compiling num-derive v0.4.2
16422026-03-02T08:38:48.871Z Compiling sigpipe v0.1.3
16432026-03-02T08:38:49.073Z Compiling toml_write v0.1.2
16442026-03-02T08:38:49.092Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16452026-03-02T08:38:49.445Z Compiling glob v0.3.3
16462026-03-02T08:38:49.481Z Compiling jiff v0.2.20
16472026-03-02T08:38:49.531Z Compiling toml_edit v0.22.27
16482026-03-02T08:38:50.318Z Compiling zone v0.3.1
16492026-03-02T08:38:50.594Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
16502026-03-02T08:38:51.934Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
16512026-03-02T08:38:52.435Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16522026-03-02T08:38:53.422Z Compiling progenitor v0.11.2
16532026-03-02T08:38:56.513Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16542026-03-02T08:38:57.346Z Compiling smf v0.2.3
16552026-03-02T08:38:57.562Z Compiling secrecy v0.10.3
16562026-03-02T08:38:57.859Z Compiling num-integer v0.1.46
16572026-03-02T08:38:58.219Z Compiling rustc_version v0.4.1
16582026-03-02T08:38:58.741Z Compiling whoami v1.6.1
16592026-03-02T08:38:58.781Z Compiling float-ord v0.3.2
16602026-03-02T08:38:58.813Z Compiling prettyplease v0.2.37
16612026-03-02T08:38:58.885Z Compiling rustix v0.38.44
16622026-03-02T08:38:59.272Z Compiling curve25519-dalek v4.1.3
16632026-03-02T08:38:59.801Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
16642026-03-02T08:39:00.933Z Compiling toml v0.8.23
16652026-03-02T08:39:00.951Z Compiling usdt-attr-macro v0.5.0
16662026-03-02T08:39:01.245Z Compiling usdt-macro v0.5.0
16672026-03-02T08:39:02.619Z Compiling progenitor-client v0.10.0
16682026-03-02T08:39:03.219Z Compiling hmac v0.12.1
16692026-03-02T08:39:03.570Z Compiling inout v0.1.4
16702026-03-02T08:39:04.067Z Compiling enum-as-inner v0.6.1
16712026-03-02T08:39:04.115Z Compiling ff v0.13.1
16722026-03-02T08:39:04.232Z Compiling memmap v0.7.0
16732026-03-02T08:39:04.354Z Compiling data-encoding v2.10.0
16742026-03-02T08:39:04.601Z Compiling usdt v0.5.0
16752026-03-02T08:39:05.107Z Compiling group v0.13.0
16762026-03-02T08:39:05.291Z Compiling cipher v0.4.4
16772026-03-02T08:39:05.320Z Compiling hkdf v0.12.4
16782026-03-02T08:39:05.770Z Compiling num-iter v0.1.45
16792026-03-02T08:39:05.890Z Compiling num-rational v0.4.2
16802026-03-02T08:39:06.769Z Compiling thiserror-impl-no-std v2.0.2
16812026-03-02T08:39:07.549Z Compiling universal-hash v0.5.1
16822026-03-02T08:39:07.703Z Compiling half v2.7.1
16832026-03-02T08:39:07.784Z Compiling crypto-bigint v0.5.5
16842026-03-02T08:39:07.944Z Compiling curve25519-dalek-derive v0.1.1
16852026-03-02T08:39:08.424Z Compiling num-complex v0.4.6
16862026-03-02T08:39:09.395Z Compiling ciborium-io v0.2.2
16872026-03-02T08:39:09.445Z Compiling base16ct v0.2.0
16882026-03-02T08:39:09.472Z Compiling base64ct v1.8.3
16892026-03-02T08:39:09.541Z Compiling opaque-debug v0.3.1
16902026-03-02T08:39:09.663Z Compiling num v0.4.3
16912026-03-02T08:39:09.726Z Compiling poly1305 v0.8.0
16922026-03-02T08:39:09.748Z Compiling ciborium-ll v0.2.2
16932026-03-02T08:39:10.112Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16942026-03-02T08:39:10.172Z Compiling password-hash v0.5.0
16952026-03-02T08:39:10.691Z Compiling thiserror-no-std v2.0.2
16962026-03-02T08:39:10.844Z Compiling elliptic-curve v0.13.8
16972026-03-02T08:39:11.482Z Compiling chacha20 v0.9.1
16982026-03-02T08:39:11.504Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16992026-03-02T08:39:11.918Z Compiling hubpack_derive v0.1.1
17002026-03-02T08:39:12.393Z Compiling blake2 v0.10.6
17012026-03-02T08:39:12.793Z Compiling aead v0.5.2
17022026-03-02T08:39:12.984Z Compiling vcpkg v0.2.15
17032026-03-02T08:39:13.067Z Compiling linked-hash-map v0.5.6
17042026-03-02T08:39:13.473Z Compiling static_assertions v1.1.0
17052026-03-02T08:39:13.496Z Compiling keccak v0.1.6
17062026-03-02T08:39:13.604Z Compiling semver v0.1.20
17072026-03-02T08:39:14.069Z Compiling pkg-config v0.3.32
17082026-03-02T08:39:14.148Z Compiling resolv-conf v0.7.6
17092026-03-02T08:39:14.260Z Compiling rustc_version v0.1.7
17102026-03-02T08:39:14.405Z Compiling sha3 v0.10.8
17112026-03-02T08:39:14.687Z Compiling lru-cache v0.1.2
17122026-03-02T08:39:14.989Z Compiling chacha20poly1305 v0.10.1
17132026-03-02T08:39:15.121Z Compiling hubpack v0.1.2
17142026-03-02T08:39:15.140Z Compiling argon2 v0.5.3
17152026-03-02T08:39:15.165Z Compiling openssl-sys v0.9.111
17162026-03-02T08:39:15.215Z Compiling vsss-rs v3.3.4
17172026-03-02T08:39:15.712Z Compiling ciborium v0.2.2
17182026-03-02T08:39:16.300Z Compiling hickory-proto v0.24.4
17192026-03-02T08:39:17.132Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17202026-03-02T08:39:18.251Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
17212026-03-02T08:39:18.320Z Compiling serde-big-array v0.5.1
17222026-03-02T08:39:18.601Z Compiling derive-where v1.6.0
17232026-03-02T08:39:19.663Z Compiling serde_repr v0.1.20
17242026-03-02T08:39:19.980Z Compiling siphasher v1.0.2
17252026-03-02T08:39:20.415Z Compiling indent_write v2.2.0
17262026-03-02T08:39:20.673Z Compiling minimal-lexical v0.2.1
17272026-03-02T08:39:20.887Z Compiling unicode-segmentation v1.12.0
17282026-03-02T08:39:21.246Z Compiling nom v7.1.3
17292026-03-02T08:39:21.677Z Compiling newline-converter v0.3.0
17302026-03-02T08:39:21.843Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17312026-03-02T08:39:21.886Z Compiling hickory-resolver v0.24.4
17322026-03-02T08:39:24.057Z Compiling phf_shared v0.12.1
17332026-03-02T08:39:24.430Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
17342026-03-02T08:39:24.590Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17352026-03-02T08:39:24.938Z Compiling newtype_derive v0.1.6
17362026-03-02T08:39:25.086Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17372026-03-02T08:39:25.387Z Compiling atomicwrites v0.4.4
17382026-03-02T08:39:26.192Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17392026-03-02T08:39:26.581Z Compiling progenitor-impl v0.10.0
17402026-03-02T08:39:28.570Z Compiling console v0.15.11
17412026-03-02T08:39:29.155Z Compiling tokio-stream v0.1.18
17422026-03-02T08:39:29.359Z Compiling pin-project-internal v1.1.10
17432026-03-02T08:39:29.918Z Compiling slog-dtrace v0.3.0
17442026-03-02T08:39:30.182Z Compiling csv-core v0.1.13
17452026-03-02T08:39:30.203Z Compiling swrite v0.1.0
17462026-03-02T08:39:30.352Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17472026-03-02T08:39:30.759Z Compiling cancel-safe-futures v0.1.5
17482026-03-02T08:39:31.241Z Compiling owo-colors v4.2.3
17492026-03-02T08:39:31.875Z Compiling unicode-xid v0.2.6
17502026-03-02T08:39:31.996Z Compiling foldhash v0.1.5
17512026-03-02T08:39:32.092Z Compiling similar v2.7.0
17522026-03-02T08:39:32.353Z Compiling chrono-tz v0.10.4
17532026-03-02T08:39:32.719Z Compiling unicode-width v0.1.14
17542026-03-02T08:39:32.772Z Compiling hashbrown v0.15.5
17552026-03-02T08:39:33.342Z Compiling expectorate v1.2.0
17562026-03-02T08:39:33.551Z Compiling const_format_proc_macros v0.2.34
17572026-03-02T08:39:33.628Z Compiling pin-project v1.1.10
17582026-03-02T08:39:33.909Z Compiling csv v1.4.0
17592026-03-02T08:39:34.153Z Compiling qorb v0.4.1
17602026-03-02T08:39:34.384Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17612026-03-02T08:39:34.459Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17622026-03-02T08:39:34.489Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17632026-03-02T08:39:35.241Z Compiling phf v0.12.1
17642026-03-02T08:39:35.433Z Compiling tokio-dtrace v0.1.1
17652026-03-02T08:39:35.522Z Compiling unicode-normalization v0.1.25
17662026-03-02T08:39:35.559Z Compiling progenitor-macro v0.10.0
17672026-03-02T08:39:35.943Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17682026-03-02T08:39:36.571Z Compiling libsw-core v0.3.2
17692026-03-02T08:39:36.851Z Compiling async-recursion v1.1.1
17702026-03-02T08:39:37.162Z Compiling snafu-derive v0.8.9
17712026-03-02T08:39:38.396Z Compiling cookie v0.18.1
17722026-03-02T08:39:38.860Z Compiling bstr v1.12.1
17732026-03-02T08:39:39.367Z Compiling bytecount v0.6.9
17742026-03-02T08:39:39.629Z Compiling openssl v0.10.75
17752026-03-02T08:39:39.861Z Compiling foreign-types-shared v0.1.1
17762026-03-02T08:39:40.003Z Compiling fixedbitset v0.5.7
17772026-03-02T08:39:40.031Z Compiling highway v1.3.0
17782026-03-02T08:39:40.161Z Compiling same-file v1.0.6
17792026-03-02T08:39:40.490Z Compiling fixedbitset v0.4.2
17802026-03-02T08:39:40.672Z Compiling petgraph v0.8.3
17812026-03-02T08:39:40.892Z Compiling petgraph v0.6.5
17822026-03-02T08:39:40.966Z Compiling walkdir v2.5.0
17832026-03-02T08:39:41.490Z Compiling snafu v0.8.9
17842026-03-02T08:39:41.759Z Compiling foreign-types v0.3.2
17852026-03-02T08:39:41.890Z Compiling globset v0.4.18
17862026-03-02T08:39:42.315Z Compiling papergrid v0.11.0
17872026-03-02T08:39:44.051Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17882026-03-02T08:39:44.359Z Compiling libsw v3.5.0
17892026-03-02T08:39:44.599Z Compiling olpc-cjson v0.1.4
17902026-03-02T08:39:44.676Z Compiling oxide-tokio-rt v0.1.2
17912026-03-02T08:39:44.883Z Compiling const_format v0.2.35
17922026-03-02T08:39:45.568Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17932026-03-02T08:39:46.614Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17942026-03-02T08:39:47.655Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17952026-03-02T08:39:48.399Z Compiling progenitor v0.10.0
17962026-03-02T08:39:48.658Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17972026-03-02T08:39:50.701Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17982026-03-02T08:39:51.452Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17992026-03-02T08:39:51.775Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18002026-03-02T08:39:51.992Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18012026-03-02T08:39:52.425Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18022026-03-02T08:39:54.053Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18032026-03-02T08:39:55.030Z Compiling gethostname v0.5.0
18042026-03-02T08:39:55.052Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18052026-03-02T08:39:55.251Z Compiling tabled_derive v0.7.0
18062026-03-02T08:39:55.864Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18072026-03-02T08:39:56.003Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18082026-03-02T08:39:56.162Z Compiling serde_plain v1.0.2
18092026-03-02T08:39:56.560Z Compiling bcs v0.1.6
18102026-03-02T08:39:56.699Z Compiling openssl-macros v0.1.1
18112026-03-02T08:39:56.989Z Compiling pem v3.0.6
18122026-03-02T08:39:57.199Z Compiling tagptr v0.2.0
18132026-03-02T08:39:57.242Z Compiling lazy_static v1.5.0
18142026-03-02T08:39:57.399Z Compiling typed-path v0.9.3
18152026-03-02T08:39:57.416Z Compiling linear-map v1.2.0
18162026-03-02T08:39:57.480Z Compiling smawk v0.3.2
18172026-03-02T08:39:57.561Z Compiling unicode-linebreak v0.1.5
18182026-03-02T08:39:57.737Z Compiling termtree v0.5.1
18192026-03-02T08:39:57.768Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18202026-03-02T08:39:58.084Z Compiling textwrap v0.16.2
18212026-03-02T08:39:58.602Z Compiling moka v0.12.13
18222026-03-02T08:39:59.339Z Compiling tabled v0.15.0
18232026-03-02T08:40:00.450Z Compiling tough v0.20.0
18242026-03-02T08:40:01.034Z Compiling steno v0.4.1
18252026-03-02T08:40:01.882Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18262026-03-02T08:40:02.517Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18272026-03-02T08:40:02.868Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18282026-03-02T08:40:04.705Z Compiling hickory-proto v0.25.2
18292026-03-02T08:40:06.308Z Compiling humantime v2.3.0
18302026-03-02T08:40:06.337Z Compiling num-derive v0.3.3
18312026-03-02T08:40:06.909Z Compiling parking_lot_core v0.8.6
18322026-03-02T08:40:07.496Z Compiling crc32fast v1.5.0
18332026-03-02T08:40:08.089Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18342026-03-02T08:40:08.600Z Compiling libscf-sys v1.1.0
18352026-03-02T08:40:08.849Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18362026-03-02T08:40:09.116Z Compiling parking_lot v0.11.2
18372026-03-02T08:40:13.310Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18382026-03-02T08:40:13.356Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18392026-03-02T08:40:13.356Z Compiling hickory-resolver v0.25.2
18402026-03-02T08:40:13.356Z Compiling fxhash v0.2.1
18412026-03-02T08:40:13.356Z Compiling socket2 v0.5.10
18422026-03-02T08:40:13.356Z Compiling internet-checksum v0.2.1
18432026-03-02T08:40:13.356Z Compiling sled v0.34.7
18442026-03-02T08:40:13.356Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18452026-03-02T08:40:13.365Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18462026-03-02T08:40:13.365Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18472026-03-02T08:40:16.385Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18482026-03-02T08:40:40.733Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18492026-03-02T08:40:43.476Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18502026-03-02T08:40:45.640Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18512026-03-02T08:40:47.855Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18522026-03-02T08:40:51.107Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18532026-03-02T08:41:25.788Z Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 30s
18542026-03-02T08:41:25.995Z────────────
18552026-03-02T08:41:25.995Z Nextest run ID 7970410f-bc4a-43ea-8888-aea50ebacf67 with nextest profile: default
18562026-03-02T08:41:25.995Z Starting 18 tests across 1 binary (40 tests skipped)
18572026-03-02T08:41:55.413Z PASS [ 29.414s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18582026-03-02T08:41:55.422Z PASS [ 29.423s] rdb proptest::prop_ipv4_default_contains_all
18592026-03-02T08:41:55.450Z PASS [ 29.450s] rdb proptest::prop_ipv4_length_in_bounds
18602026-03-02T08:41:55.455Z PASS [ 29.457s] rdb proptest::prop_ipv4_within_self
18612026-03-02T08:41:55.471Z PASS [ 29.473s] rdb proptest::prop_ipv6_default_contains_all
18622026-03-02T08:41:55.669Z PASS [ 29.670s] rdb proptest::prop_ipv4_host_bits_always_unset
18632026-03-02T08:41:56.392Z PASS [ 30.393s] rdb proptest::prop_ipv6_host_bits_always_unset
18642026-03-02T08:42:24.730Z PASS [ 29.313s] rdb proptest::prop_ipv6_length_in_bounds
18652026-03-02T08:42:24.822Z PASS [ 29.369s] rdb proptest::prop_ipv6_within_self
18662026-03-02T08:42:26.005Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18672026-03-02T08:42:26.047Z PASS [ 30.621s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18682026-03-02T08:42:26.427Z PASS [ 30.968s] rdb proptest::prop_prefix_enum_no_cross_family
18692026-03-02T08:42:42.483Z PASS [ 47.006s] rdb proptest::prop_static_route_key_deduplication
18702026-03-02T08:42:55.681Z SLOW [> 60.000s] rdb proptest::prop_static_route_key_normalization_idempotent
18712026-03-02T08:42:56.402Z SLOW [> 60.000s] rdb proptest::prop_static_route_key_normalization_preserves_fields
18722026-03-02T08:43:24.740Z SLOW [> 60.000s] rdb proptest::prop_static_route_key_normalization_preserves_length
18732026-03-02T08:43:24.834Z SLOW [> 60.000s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
18742026-03-02T08:43:26.013Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18752026-03-02T08:43:26.057Z SLOW [> 60.000s] rdb proptest::prop_static_route_key_ord_consistency
18762026-03-02T08:43:32.862Z PASS [ 97.181s] rdb proptest::prop_static_route_key_normalization_idempotent
18772026-03-02T08:43:34.226Z PASS [ 97.822s] rdb proptest::prop_static_route_key_normalization_preserves_fields
18782026-03-02T08:43:57.933Z PASS [ 93.192s] rdb proptest::prop_static_route_key_normalization_preserves_length
18792026-03-02T08:43:58.618Z PASS [ 93.785s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
18802026-03-02T08:44:26.021Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18812026-03-02T08:44:26.066Z SLOW [>120.000s] rdb proptest::prop_static_route_key_ord_consistency
18822026-03-02T08:45:02.472Z PASS [ 156.407s] rdb proptest::prop_static_route_key_ord_consistency
18832026-03-02T08:45:26.029Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18842026-03-02T08:46:26.037Z SLOW [>300.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18852026-03-02T08:47:26.045Z SLOW [>360.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18862026-03-02T08:48:26.054Z SLOW [>420.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18872026-03-02T08:49:26.062Z SLOW [>480.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18882026-03-02T08:50:03.902Z PASS [ 517.846s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18892026-03-02T08:50:03.905Z────────────
18902026-03-02T08:50:03.905Z Summary [ 517.847s] 18 tests run: 18 passed (6 slow), 40 skipped
18912026-03-02T08:50:03.917Z+ cp '*.log' /work/
18922026-03-02T08:50:03.920Z+ true
18932026-03-02T08:50:03.923Z+ '[' -d proptest-regressions ']'
18942026-03-02T08:50:03.923Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
18952026-03-02T08:50:03.925Z+ popd
18962026-03-02T08:50:03.925Z/work/oxidecomputer/maghemite
18972026-03-02T08:50:03.925Z+ pushd bgp
18982026-03-02T08:50:03.925Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
18992026-03-02T08:50:03.925Z+ PROPTEST_CASES=1000000
19002026-03-02T08:50:03.925Z+ cargo nextest run --lib proptest
19012026-03-02T08:50:05.828Z Compiling smallvec v1.15.1
19022026-03-02T08:50:05.946Z Compiling serde_json v1.0.149
19032026-03-02T08:50:06.138Z Compiling crunchy v0.2.4
19042026-03-02T08:50:06.171Z Compiling tiny-keccak v2.0.2
19052026-03-02T08:50:06.192Z Compiling smartstring v1.0.1
19062026-03-02T08:50:06.196Z Compiling ahash v0.8.12
19072026-03-02T08:50:06.309Z Compiling icu_normalizer v2.1.1
19082026-03-02T08:50:06.416Z Compiling parking_lot_core v0.9.12
19092026-03-02T08:50:06.693Z Compiling parking_lot_core v0.8.6
19102026-03-02T08:50:06.841Z Compiling parking_lot v0.12.5
19112026-03-02T08:50:07.087Z Compiling idna_adapter v1.2.1
19122026-03-02T08:50:07.351Z Compiling idna v1.1.0
19132026-03-02T08:50:07.371Z Compiling tokio v1.49.0
19142026-03-02T08:50:07.704Z Compiling schemars v0.8.22
19152026-03-02T08:50:07.800Z Compiling openapiv3 v2.2.0
19162026-03-02T08:50:08.080Z Compiling url v2.5.8
19172026-03-02T08:50:08.148Z Compiling dof v0.4.0
19182026-03-02T08:50:10.241Z Compiling typify-impl v0.4.3
19192026-03-02T08:50:10.837Z Compiling usdt-impl v0.6.0
19202026-03-02T08:50:11.893Z Compiling ipnetwork v0.21.1
19212026-03-02T08:50:12.027Z Compiling newtype-uuid v1.3.2
19222026-03-02T08:50:12.477Z Compiling oxnet v0.1.4
19232026-03-02T08:50:12.532Z Compiling usdt-attr-macro v0.6.0
19242026-03-02T08:50:12.780Z Compiling usdt-macro v0.6.0
19252026-03-02T08:50:13.126Z Compiling daft v0.1.5
19262026-03-02T08:50:13.429Z Compiling slog-json v2.6.1
19272026-03-02T08:50:13.750Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19282026-03-02T08:50:13.816Z Compiling slog-bunyan v2.5.0
19292026-03-02T08:50:14.075Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19302026-03-02T08:50:14.914Z Compiling serde_with v3.16.1
19312026-03-02T08:50:14.992Z Compiling usdt v0.6.0
19322026-03-02T08:50:15.130Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
19332026-03-02T08:50:15.381Z Compiling iddqd v0.3.17
19342026-03-02T08:50:15.548Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19352026-03-02T08:50:16.891Z Compiling tokio-util v0.7.18
19362026-03-02T08:50:18.063Z Compiling tower v0.5.3
19372026-03-02T08:50:18.298Z Compiling tokio-rustls v0.26.4
19382026-03-02T08:50:18.806Z Compiling h2 v0.4.13
19392026-03-02T08:50:18.897Z Compiling tokio-rustls v0.25.0
19402026-03-02T08:50:19.238Z Compiling tower-http v0.6.8
19412026-03-02T08:50:19.373Z Compiling backoff v0.4.0
19422026-03-02T08:50:20.220Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19432026-03-02T08:50:22.422Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19442026-03-02T08:50:22.520Z Compiling dof v0.3.0
19452026-03-02T08:50:23.169Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19462026-03-02T08:50:23.394Z Compiling usdt-impl v0.5.0
19472026-03-02T08:50:23.589Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
19482026-03-02T08:50:23.958Z Compiling hyper v1.8.1
19492026-03-02T08:50:26.526Z Compiling typify-macro v0.4.3
19502026-03-02T08:50:26.600Z Compiling hyper-util v0.1.20
19512026-03-02T08:50:28.362Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19522026-03-02T08:50:29.062Z Compiling zone v0.3.1
19532026-03-02T08:50:29.677Z Compiling hyper-rustls v0.27.7
19542026-03-02T08:50:30.359Z Compiling reqwest v0.12.28
19552026-03-02T08:50:30.727Z Compiling dropshot v0.16.7
19562026-03-02T08:50:31.043Z Compiling usdt-attr-macro v0.5.0
19572026-03-02T08:50:31.219Z Compiling typify v0.4.3
19582026-03-02T08:50:31.382Z Compiling progenitor-impl v0.11.2
19592026-03-02T08:50:32.530Z Compiling usdt-macro v0.5.0
19602026-03-02T08:50:33.798Z Compiling progenitor-client v0.10.0
19612026-03-02T08:50:34.124Z Compiling progenitor-client v0.11.2
19622026-03-02T08:50:35.979Z Compiling usdt v0.5.0
19632026-03-02T08:50:36.568Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19642026-03-02T08:50:38.444Z Compiling hickory-proto v0.24.4
19652026-03-02T08:50:38.525Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
19662026-03-02T08:50:39.233Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
19672026-03-02T08:50:40.405Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
19682026-03-02T08:50:40.469Z Compiling progenitor-macro v0.11.2
19692026-03-02T08:50:41.500Z Compiling progenitor-impl v0.10.0
19702026-03-02T08:50:41.504Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19712026-03-02T08:50:42.009Z Compiling tokio-stream v0.1.18
19722026-03-02T08:50:43.060Z Compiling hickory-resolver v0.24.4
19732026-03-02T08:50:45.824Z Compiling qorb v0.4.1
19742026-03-02T08:50:46.654Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19752026-03-02T08:50:47.225Z Compiling tokio-dtrace v0.1.1
19762026-03-02T08:50:48.542Z Compiling libsw-core v0.3.2
19772026-03-02T08:50:48.888Z Compiling libsw v3.5.0
19782026-03-02T08:50:49.230Z Compiling oxide-tokio-rt v0.1.2
19792026-03-02T08:50:49.612Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19802026-03-02T08:50:49.711Z Compiling slog-dtrace v0.3.0
19812026-03-02T08:50:50.410Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19822026-03-02T08:50:50.499Z Compiling progenitor-macro v0.10.0
19832026-03-02T08:50:50.877Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19842026-03-02T08:50:51.190Z Compiling cancel-safe-futures v0.1.5
19852026-03-02T08:50:51.207Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19862026-03-02T08:50:51.816Z Compiling olpc-cjson v0.1.4
19872026-03-02T08:50:52.136Z Compiling tough v0.20.0
19882026-03-02T08:50:52.211Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19892026-03-02T08:50:53.423Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19902026-03-02T08:50:53.667Z Compiling progenitor v0.11.2
19912026-03-02T08:50:53.928Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
19922026-03-02T08:50:54.033Z Compiling hickory-proto v0.25.2
19932026-03-02T08:50:54.180Z Compiling steno v0.4.1
19942026-03-02T08:50:56.453Z Compiling moka v0.12.13
19952026-03-02T08:50:57.640Z Compiling const-random-macro v0.1.16
19962026-03-02T08:50:58.293Z Compiling parking_lot v0.11.2
19972026-03-02T08:50:58.495Z Compiling const-random v0.1.18
19982026-03-02T08:50:59.271Z Compiling hickory-resolver v0.25.2
19992026-03-02T08:50:59.297Z Compiling sdd v3.0.10
20002026-03-02T08:51:00.033Z Compiling scc v2.4.0
20012026-03-02T08:51:02.254Z Compiling sled v0.34.7
20022026-03-02T08:51:03.455Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20032026-03-02T08:51:03.527Z Compiling thin-vec v0.2.14
20042026-03-02T08:51:04.047Z Compiling progenitor v0.10.0
20052026-03-02T08:51:04.163Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20062026-03-02T08:51:04.303Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20072026-03-02T08:51:04.773Z Compiling serial_test_derive v3.3.1
20082026-03-02T08:51:04.847Z Compiling rhai_codegen v3.1.0
20092026-03-02T08:51:06.206Z Compiling diff v0.1.13
20102026-03-02T08:51:06.865Z Compiling yansi v1.0.1
20112026-03-02T08:51:07.617Z Compiling pretty_assertions v1.4.1
20122026-03-02T08:51:07.892Z Compiling rhai v1.24.0
20132026-03-02T08:51:08.268Z Compiling serial_test v3.3.1
20142026-03-02T08:51:15.834Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20152026-03-02T08:51:15.834Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20162026-03-02T08:51:15.837Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20172026-03-02T08:51:15.837Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20182026-03-02T08:51:17.997Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20192026-03-02T08:51:18.340Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20202026-03-02T08:51:21.038Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20212026-03-02T08:51:21.316Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20222026-03-02T08:51:21.478Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20232026-03-02T08:51:22.425Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20242026-03-02T08:51:22.650Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20252026-03-02T08:51:22.834Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20262026-03-02T08:51:25.529Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20272026-03-02T08:51:25.757Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20282026-03-02T08:51:26.247Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20292026-03-02T08:51:26.927Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20302026-03-02T08:51:37.472Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20312026-03-02T08:51:39.620Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20322026-03-02T08:51:40.213Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20332026-03-02T08:51:40.541Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20342026-03-02T08:51:44.591Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20352026-03-02T08:52:08.572Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20362026-03-02T08:52:11.329Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20372026-03-02T08:52:13.492Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20382026-03-02T08:52:16.172Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20392026-03-02T08:52:17.806Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20402026-03-02T08:52:22.757Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20412026-03-02T08:53:17.855Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 12s
20422026-03-02T08:53:18.066Z────────────
20432026-03-02T08:53:18.066Z Nextest run ID b193c748-358b-4aa2-aa54-c76149f4ce09 with nextest profile: default
20442026-03-02T08:53:18.066Z Starting 27 tests across 1 binary (144 tests skipped)
20452026-03-02T08:53:48.345Z PASS [ 30.274s] bgp proptest::prop_empty_produces_no_chunks
20462026-03-02T08:53:48.636Z PASS [ 30.566s] bgp proptest::prop_ipv4_wire_format_roundtrip
20472026-03-02T08:53:54.230Z PASS [ 36.159s] bgp proptest::prop_ipv4_prefixes_roundtrip
20482026-03-02T08:53:54.457Z PASS [ 36.383s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20492026-03-02T08:53:58.783Z PASS [ 40.710s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20502026-03-02T08:54:18.076Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20512026-03-02T08:54:18.076Z SLOW [> 60.000s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20522026-03-02T08:54:18.079Z SLOW [> 60.000s] bgp proptest::prop_duplicate_attrs_deduplicated
20532026-03-02T08:54:19.328Z PASS [ 61.254s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20542026-03-02T08:54:25.178Z PASS [ 30.943s] bgp proptest::prop_ipv6_wire_format_roundtrip
20552026-03-02T08:54:28.121Z PASS [ 39.772s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20562026-03-02T08:54:29.560Z PASS [ 40.919s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20572026-03-02T08:54:34.198Z PASS [ 39.738s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20582026-03-02T08:54:36.503Z PASS [ 78.426s] bgp proptest::prop_duplicate_attrs_deduplicated
20592026-03-02T08:54:55.226Z PASS [ 35.893s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20602026-03-02T08:54:58.794Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20612026-03-02T08:55:03.727Z PASS [ 38.545s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20622026-03-02T08:55:04.928Z PASS [ 36.802s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20632026-03-02T08:55:08.173Z PASS [ 33.971s] bgp proptest::prop_small_v4_produces_single_chunk
20642026-03-02T08:55:10.568Z PASS [ 34.061s] bgp proptest::prop_small_v6_produces_single_chunk
20652026-03-02T08:55:18.085Z SLOW [>120.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20662026-03-02T08:55:29.569Z SLOW [> 60.000s] bgp proptest::prop_path_attrs_wire_len_consistent
20672026-03-02T08:55:45.542Z PASS [ 147.458s] bgp proptest::prop_encode_decode_semantic_equivalence
20682026-03-02T08:55:55.238Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20692026-03-02T08:55:58.801Z SLOW [>120.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20702026-03-02T08:56:01.383Z PASS [ 57.650s] bgp proptest::prop_update_mp_unreach_roundtrip
20712026-03-02T08:56:04.938Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20722026-03-02T08:56:08.185Z SLOW [> 60.000s] bgp proptest::prop_v4_all_chunks_within_available
20732026-03-02T08:56:10.576Z SLOW [> 60.000s] bgp proptest::prop_v4_split_preserves_all_prefixes
20742026-03-02T08:56:17.021Z PASS [ 107.448s] bgp proptest::prop_path_attrs_wire_len_consistent
20752026-03-02T08:56:24.447Z PASS [ 145.646s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20762026-03-02T08:56:45.551Z SLOW [> 60.000s] bgp proptest::prop_v6_all_chunks_within_available
20772026-03-02T08:56:55.246Z SLOW [>120.000s] bgp proptest::prop_update_mp_reach_roundtrip
20782026-03-02T08:57:01.394Z SLOW [> 60.000s] bgp proptest::prop_v6_split_preserves_all_prefixes
20792026-03-02T08:57:04.946Z SLOW [>120.000s] bgp proptest::prop_update_traditional_roundtrip
20802026-03-02T08:57:08.191Z SLOW [>120.000s] bgp proptest::prop_v4_all_chunks_within_available
20812026-03-02T08:57:10.585Z SLOW [>120.000s] bgp proptest::prop_v4_split_preserves_all_prefixes
20822026-03-02T08:57:16.123Z PASS [ 130.496s] bgp proptest::prop_update_traditional_roundtrip
20832026-03-02T08:57:17.030Z SLOW [> 60.000s] bgp proptest::prop_wire_len_matches_to_wire
20842026-03-02T08:57:30.418Z PASS [ 155.174s] bgp proptest::prop_update_mp_reach_roundtrip
20852026-03-02T08:57:45.560Z SLOW [>120.000s] bgp proptest::prop_v6_all_chunks_within_available
20862026-03-02T08:58:01.403Z SLOW [>120.000s] bgp proptest::prop_v6_split_preserves_all_prefixes
20872026-03-02T08:58:07.066Z PASS [ 125.668s] bgp proptest::prop_v6_split_preserves_all_prefixes
20882026-03-02T08:58:07.249Z PASS [ 141.689s] bgp proptest::prop_v6_all_chunks_within_available
20892026-03-02T08:58:08.200Z SLOW [>180.000s] bgp proptest::prop_v4_all_chunks_within_available
20902026-03-02T08:58:10.592Z SLOW [>180.000s] bgp proptest::prop_v4_split_preserves_all_prefixes
20912026-03-02T08:58:17.038Z SLOW [>120.000s] bgp proptest::prop_wire_len_matches_to_wire
20922026-03-02T08:58:22.404Z PASS [ 125.368s] bgp proptest::prop_wire_len_matches_to_wire
20932026-03-02T08:59:08.208Z SLOW [>240.000s] bgp proptest::prop_v4_all_chunks_within_available
20942026-03-02T08:59:10.601Z SLOW [>240.000s] bgp proptest::prop_v4_split_preserves_all_prefixes
20952026-03-02T08:59:25.580Z PASS [ 254.982s] bgp proptest::prop_v4_split_preserves_all_prefixes
20962026-03-02T08:59:44.164Z PASS [ 275.958s] bgp proptest::prop_v4_all_chunks_within_available
20972026-03-02T08:59:44.164Z────────────
20982026-03-02T08:59:44.164Z Summary [ 386.053s] 27 tests run: 27 passed (12 slow), 144 skipped
20992026-03-02T08:59:44.179Z+ cp '*.log' /work/
21002026-03-02T08:59:44.182Z+ true
21012026-03-02T08:59:44.182Z+ '[' -d proptest-regressions ']'
21022026-03-02T08:59:44.182Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21032026-03-02T08:59:44.185Z+ popd
21042026-03-02T08:59:44.185Z/work/oxidecomputer/maghemite
21052026-03-02T08:59:44.188Zprocess exited: duration 1672504 ms, exit code 0
 
21062026-03-02T08:59:44.195Zfound 0 output files