01KTAYRW9PZNASEXPYERPGH05W: 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: 01KTAYTC1HXCR4ZA4584YQFX0S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:58:22.576Zjob assigned to worker 01KTAYVM0ZXXEYDTBP1DE01QBY [factory aws, i-022f361fa441a287e] (queued for 1 m 32 s)
 
22026-06-05T03:58:29.468Zstarting task 0: "setup"
32026-06-05T03:58:29.473Z++ uname -s
42026-06-05T03:58:29.476Z+ kern=SunOS
52026-06-05T03:58:29.476Z+ build_user=build
62026-06-05T03:58:29.476Z+ build_uid=12345
72026-06-05T03:58:29.476Z+ work_dir=/work
82026-06-05T03:58:29.476Z+ input_dir=/input
92026-06-05T03:58:29.476Z+ [[ 0 == 12345 ]]
102026-06-05T03:58:29.476Z+ case "$kern" in
112026-06-05T03:58:29.476Z+ groupadd -g 12345 build
122026-06-05T03:58:29.502Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:58:31.482Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:58:31.610Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:58:31.626Z+ home_fs=zfs
162026-06-05T03:58:31.626Z+ [[ zfs == autofs ]]
172026-06-05T03:58:31.626Z+ mkdir -p /home/build
182026-06-05T03:58:31.626Z+ chown build:build /home/build /work
192026-06-05T03:58:33.587Z+ chmod 0700 /home/build /work
202026-06-05T03:58:33.590Zprocess exited: duration 4120 ms, exit code 0
 
212026-06-05T03:58:33.595Zstarting task 1: "rust-toolchain"
222026-06-05T03:58:33.601Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:58:33.601Z * rust toolchain channel = "stable"
242026-06-05T03:58:33.601Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-05T03:58:33.601Z * rust toolchain profile = "default"
262026-06-05T03:58:33.601Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:58:33.601Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:58:33.604Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:58:33.604Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:58:33.673Zinfo: downloading installer
312026-06-05T03:58:34.926Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:58:34.926Zwarn: /opt/ooce/bin
332026-06-05T03:58:34.926Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:58:34.926Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:58:34.926Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:58:34.926Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:58:34.926Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:58:34.926Zerror: cannot install while Rust is installed
392026-06-05T03:58:34.926Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:58:34.926Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:58:34.926Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:58:34.926Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:58:34.926Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:58:34.940Zinfo: profile set to default
452026-06-05T03:58:34.940Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:58:34.942Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:58:35.070Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:58:35.073Zinfo: downloading 6 components
492026-06-05T03:58:49.032Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:58:49.032Z
512026-06-05T03:58:49.059Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:58:49.059Z
532026-06-05T03:58:49.059Z
542026-06-05T03:58:49.059ZRust is installed now. Great!
552026-06-05T03:58:49.059Z
562026-06-05T03:58:49.059ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:58:49.059Zenvironment variable. This has not been done automatically.
582026-06-05T03:58:49.059Z
592026-06-05T03:58:49.059ZTo configure your current shell, you need to source
602026-06-05T03:58:49.059Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:58:49.059Z
622026-06-05T03:58:49.059ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:58:49.059Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:58:49.060Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:58:49.060Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:58:49.060Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:58:49.060Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:58:49.060Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:58:49.075Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:58:49.075Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:58:49.154Z+ rustup --version
722026-06-05T03:58:49.163Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:58:49.167Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:58:49.183Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:58:49.189Z+ cargo --version
762026-06-05T03:58:49.199Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:58:49.202Z+ rustc --version
782026-06-05T03:58:49.220Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:58:49.224Zprocess exited: duration 15624 ms, exit code 0
 
802026-06-05T03:58:49.264Zstarting task 2: "authentication"
812026-06-05T03:58:49.284Zprocess exited: duration 22 ms, exit code 0
 
822026-06-05T03:58:49.303Zstarting task 3: "clone repository"
832026-06-05T03:58:49.316Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T03:58:49.316Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T03:58:49.343ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T03:58:50.456Z+ cd /work/oxidecomputer/maghemite
872026-06-05T03:58:50.456Z+ git fetch origin 047407809b1bda96f8c90d6c8c32e6230f8a7c1d
882026-06-05T03:58:50.689ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T03:58:50.689Z * branch 047407809b1bda96f8c90d6c8c32e6230f8a7c1d -> FETCH_HEAD
902026-06-05T03:58:50.696Z+ [[ -n renovate/hyper ]]
912026-06-05T03:58:50.696Z++ git branch --show-current
922026-06-05T03:58:50.699Z+ current=main
932026-06-05T03:58:50.699Z+ [[ main != renovate/hyper ]]
942026-06-05T03:58:50.699Z+ git branch -f renovate/hyper 047407809b1bda96f8c90d6c8c32e6230f8a7c1d
952026-06-05T03:58:50.699Z+ git checkout -f renovate/hyper
962026-06-05T03:58:50.714ZSwitched to branch 'renovate/hyper'
972026-06-05T03:58:50.724Z+ git reset --hard 047407809b1bda96f8c90d6c8c32e6230f8a7c1d
982026-06-05T03:58:50.735ZHEAD is now at 0474078 Update hyper to 1.10.1
992026-06-05T03:58:50.757Zprocess exited: duration 1433 ms, exit code 0
 
1002026-06-05T03:58:50.765Zstarting task 4: "build"
1012026-06-05T03:58:50.769Z+ set -e
1022026-06-05T03:58:50.770Z+ NEXTEST_VERSION=0.9.97
1032026-06-05T03:58:50.770Z+ PLATFORM=illumos
1042026-06-05T03:58:50.770Z+ cargo --version
1052026-06-05T03:58:50.773Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-05T03:58:50.901Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-05T03:58:50.905Zinfo: downloading 6 components
1082026-06-05T03:59:05.402Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-05T03:59:05.407Z+ rustc --version
1102026-06-05T03:59:05.431Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-05T03:59:05.438Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-05T03:59:05.476Z Updating crates.io index
1132026-06-05T03:59:05.559Z Downloading crates ...
1142026-06-05T03:59:05.679Z Downloaded cargo-nextest v0.9.97
1152026-06-05T03:59:05.741Z Installing cargo-nextest v0.9.97
1162026-06-05T03:59:05.790Z Updating crates.io index
1172026-06-05T03:59:08.271Z Locking 404 packages to latest compatible versions
1182026-06-05T03:59:08.279Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-05T03:59:08.279Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-05T03:59:08.279Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-05T03:59:08.283Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-05T03:59:08.283Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-05T03:59:08.283Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1242026-06-05T03:59:08.283Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-06-05T03:59:08.283Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1262026-06-05T03:59:08.291Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-06-05T03:59:08.324Z Downloading crates ...
1282026-06-05T03:59:08.403Z Downloaded futures-macro v0.3.32
1292026-06-05T03:59:08.432Z Downloaded cfg_aliases v0.2.1
1302026-06-05T03:59:08.432Z Downloaded guppy-workspace-hack v0.1.0
1312026-06-05T03:59:08.452Z Downloaded hyper-rustls v0.27.9
1322026-06-05T03:59:08.452Z Downloaded anstyle-parse v1.0.0
1332026-06-05T03:59:08.453Z Downloaded base64 v0.22.1
1342026-06-05T03:59:08.453Z Downloaded is_ci v1.2.0
1352026-06-05T03:59:08.453Z Downloaded future-queue v0.4.0
1362026-06-05T03:59:08.453Z Downloaded indent_write v2.2.0
1372026-06-05T03:59:08.453Z Downloaded idna_adapter v1.0.0
1382026-06-05T03:59:08.453Z Downloaded rustc-hash v2.1.2
1392026-06-05T03:59:08.453Z Downloaded http-body v1.0.1
1402026-06-05T03:59:08.453Z Downloaded home v0.5.12
1412026-06-05T03:59:08.453Z Downloaded itoa v1.0.18
1422026-06-05T03:59:08.453Z Downloaded rand_core v0.9.5
1432026-06-05T03:59:08.453Z Downloaded gimli v0.32.3
1442026-06-05T03:59:08.464Z Downloaded serde_ignored v0.1.14
1452026-06-05T03:59:08.464Z Downloaded nextest-filtering v0.15.0
1462026-06-05T03:59:08.464Z Downloaded ryu v1.0.23
1472026-06-05T03:59:08.464Z Downloaded indexmap v2.14.0
1482026-06-05T03:59:08.464Z Downloaded indenter v0.3.4
1492026-06-05T03:59:08.464Z Downloaded miniz_oxide v0.8.9
1502026-06-05T03:59:08.464Z Downloaded idna v1.1.0
1512026-06-05T03:59:08.464Z Downloaded sha2 v0.10.9
1522026-06-05T03:59:08.464Z Downloaded sigchld v0.2.4
1532026-06-05T03:59:08.479Z Downloaded rustc_version v0.4.1
1542026-06-05T03:59:08.479Z Downloaded proc-macro2 v1.0.106
1552026-06-05T03:59:08.479Z Downloaded sharded-slab v0.1.7
1562026-06-05T03:59:08.479Z Downloaded hyper-tls v0.6.0
1572026-06-05T03:59:08.479Z Downloaded lru-slab v0.1.2
1582026-06-05T03:59:08.479Z Downloaded httparse v1.10.1
1592026-06-05T03:59:08.479Z Downloaded pkg-config v0.3.33
1602026-06-05T03:59:08.492Z Downloaded native-tls v0.2.18
1612026-06-05T03:59:08.492Z Downloaded bytes v1.11.1
1622026-06-05T03:59:08.497Z Downloaded openssl-probe v0.2.1
1632026-06-05T03:59:08.497Z Downloaded number_prefix v0.4.0
1642026-06-05T03:59:08.502Z Downloaded mukti-metadata v0.3.0
1652026-06-05T03:59:08.502Z Downloaded signature v2.2.0
1662026-06-05T03:59:08.502Z Downloaded humantime-serde v1.1.1
1672026-06-05T03:59:08.502Z Downloaded errno v0.3.14
1682026-06-05T03:59:08.516Z Downloaded supports-unicode v3.0.0
1692026-06-05T03:59:08.516Z Downloaded cc v1.2.63
1702026-06-05T03:59:08.517Z Downloaded quinn-proto v0.11.14
1712026-06-05T03:59:08.533Z Downloaded futures-executor v0.3.32
1722026-06-05T03:59:08.533Z Downloaded pathdiff v0.2.3
1732026-06-05T03:59:08.533Z Downloaded percent-encoding v2.3.2
1742026-06-05T03:59:08.533Z Downloaded nested v0.1.1
1752026-06-05T03:59:08.533Z Downloaded digest v0.10.7
1762026-06-05T03:59:08.533Z Downloaded camino v1.2.2
1772026-06-05T03:59:08.533Z Downloaded lazy_static v1.5.0
1782026-06-05T03:59:08.533Z Downloaded scopeguard v1.2.0
1792026-06-05T03:59:08.533Z Downloaded find-msvc-tools v0.1.9
1802026-06-05T03:59:08.534Z Downloaded ordered-float v2.10.1
1812026-06-05T03:59:08.534Z Downloaded getrandom v0.4.2
1822026-06-05T03:59:08.544Z Downloaded form_urlencoded v1.2.2
1832026-06-05T03:59:08.544Z Downloaded jobserver v0.1.34
1842026-06-05T03:59:08.544Z Downloaded lock_api v0.4.14
1852026-06-05T03:59:08.544Z Downloaded http-body-util v0.1.3
1862026-06-05T03:59:08.544Z Downloaded futures v0.3.32
1872026-06-05T03:59:08.544Z Downloaded parking_lot_core v0.9.12
1882026-06-05T03:59:08.544Z Downloaded os_pipe v1.2.3
1892026-06-05T03:59:08.544Z Downloaded nextest-workspace-hack v0.1.0
1902026-06-05T03:59:08.544Z Downloaded iana-time-zone v0.1.65
1912026-06-05T03:59:08.544Z Downloaded futures-channel v0.3.32
1922026-06-05T03:59:08.544Z Downloaded is_terminal_polyfill v1.70.2
1932026-06-05T03:59:08.544Z Downloaded openssl-macros v0.1.1
1942026-06-05T03:59:08.557Z Downloaded heck v0.5.0
1952026-06-05T03:59:08.569Z Downloaded serde_spanned v1.1.1
1962026-06-05T03:59:08.570Z Downloaded tar v0.4.46
1972026-06-05T03:59:08.570Z Downloaded serde_spanned v0.6.9
1982026-06-05T03:59:08.570Z Downloaded generic-array v0.14.7
1992026-06-05T03:59:08.570Z Downloaded curve25519-dalek-derive v0.1.1
2002026-06-05T03:59:08.570Z Downloaded color-spantrace v0.3.0
2012026-06-05T03:59:08.570Z Downloaded futures-task v0.3.32
2022026-06-05T03:59:08.570Z Downloaded atomicwrites v0.4.4
2032026-06-05T03:59:08.585Z Downloaded self-replace v1.5.0
2042026-06-05T03:59:08.585Z Downloaded cpufeatures v0.2.17
2052026-06-05T03:59:08.585Z Downloaded colorchoice v1.0.5
2062026-06-05T03:59:08.585Z Downloaded owo-colors v4.3.0
2072026-06-05T03:59:08.585Z Downloaded nextest-metadata v0.12.2
2082026-06-05T03:59:08.585Z Downloaded humantime v2.3.0
2092026-06-05T03:59:08.585Z Downloaded signal-hook-mio v0.2.5
2102026-06-05T03:59:08.585Z Downloaded convert_case v0.10.0
2112026-06-05T03:59:08.585Z Downloaded shell-words v1.1.1
2122026-06-05T03:59:08.585Z Downloaded globset v0.4.18
2132026-06-05T03:59:08.590Z Downloaded cargo_metadata v0.20.0
2142026-06-05T03:59:08.590Z Downloaded autocfg v1.5.1
2152026-06-05T03:59:08.590Z Downloaded rand_core v0.6.4
2162026-06-05T03:59:08.590Z Downloaded anstream v1.0.0
2172026-06-05T03:59:08.590Z Downloaded cargo-platform v0.2.0
2182026-06-05T03:59:08.590Z Downloaded foreign-types-shared v0.1.1
2192026-06-05T03:59:08.590Z Downloaded cfg-if v1.0.4
2202026-06-05T03:59:08.591Z Downloaded supports-color v3.0.2
2212026-06-05T03:59:08.591Z Downloaded strsim v0.11.1
2222026-06-05T03:59:08.591Z Downloaded strip-ansi-escapes v0.2.1
2232026-06-05T03:59:08.599Z Downloaded serde-value v0.7.0
2242026-06-05T03:59:08.599Z Downloaded terminal_size v0.4.4
2252026-06-05T03:59:08.599Z Downloaded swrite v0.1.0
2262026-06-05T03:59:08.599Z Downloaded supports-hyperlinks v3.2.0
2272026-06-05T03:59:08.599Z Downloaded subtle v2.6.1
2282026-06-05T03:59:08.622Z Downloaded foreign-types v0.3.2
2292026-06-05T03:59:08.622Z Downloaded enable-ansi-support v0.2.1
2302026-06-05T03:59:08.622Z Downloaded anstyle-query v1.1.5
2312026-06-05T03:59:08.622Z Downloaded adler2 v2.0.1
2322026-06-05T03:59:08.622Z Downloaded quote v1.0.45
2332026-06-05T03:59:08.622Z Downloaded base64ct v1.8.3
2342026-06-05T03:59:08.622Z Downloaded pin-project-lite v0.2.17
2352026-06-05T03:59:08.622Z Downloaded erased-serde v0.4.10
2362026-06-05T03:59:08.622Z Downloaded pkcs8 v0.10.2
2372026-06-05T03:59:08.622Z Downloaded ipnet v2.12.0
2382026-06-05T03:59:08.639Z Downloaded fixedbitset v0.5.7
2392026-06-05T03:59:08.639Z Downloaded newtype-uuid v1.3.2
2402026-06-05T03:59:08.639Z Downloaded camino-tempfile v1.4.1
2412026-06-05T03:59:08.639Z Downloaded futures-io v0.3.32
2422026-06-05T03:59:08.639Z Downloaded atomic-waker v1.1.2
2432026-06-05T03:59:08.639Z Downloaded shared_child v1.1.1
2442026-06-05T03:59:08.639Z Downloaded document-features v0.2.12
2452026-06-05T03:59:08.639Z Downloaded cargo-platform v0.3.3
2462026-06-05T03:59:08.639Z Downloaded backtrace-ext v0.2.1
2472026-06-05T03:59:08.639Z Downloaded equivalent v1.0.2
2482026-06-05T03:59:08.639Z Downloaded pin-project-internal v1.1.13
2492026-06-05T03:59:08.639Z Downloaded futures-core v0.3.32
2502026-06-05T03:59:08.639Z Downloaded debug-ignore v1.0.5
2512026-06-05T03:59:08.645Z Downloaded block-buffer v0.10.4
2522026-06-05T03:59:08.645Z Downloaded sync_wrapper v1.0.2
2532026-06-05T03:59:08.645Z Downloaded serde_path_to_error v0.1.20
2542026-06-05T03:59:08.645Z Downloaded tinyvec_macros v0.1.1
2552026-06-05T03:59:08.645Z Downloaded ppv-lite86 v0.2.21
2562026-06-05T03:59:08.645Z Downloaded serde_urlencoded v0.7.1
2572026-06-05T03:59:08.645Z Downloaded semver v1.0.28
2582026-06-05T03:59:08.645Z Downloaded self_update v0.42.0
2592026-06-05T03:59:08.645Z Downloaded futures-sink v0.3.32
2602026-06-05T03:59:08.645Z Downloaded fnv v1.0.7
2612026-06-05T03:59:08.645Z Downloaded clap_lex v1.1.0
2622026-06-05T03:59:08.645Z Downloaded serde-untagged v0.1.9
2632026-06-05T03:59:08.646Z Downloaded filetime v0.2.29
2642026-06-05T03:59:08.649Z Downloaded signal-hook-registry v1.4.8
2652026-06-05T03:59:08.649Z Downloaded either v1.16.0
2662026-06-05T03:59:08.649Z Downloaded anstyle v1.0.14
2672026-06-05T03:59:08.649Z Downloaded duct v0.13.7
2682026-06-05T03:59:08.656Z Downloaded indicatif v0.17.11
2692026-06-05T03:59:08.656Z Downloaded spki v0.7.3
2702026-06-05T03:59:08.656Z Downloaded slab v0.4.12
2712026-06-05T03:59:08.659Z Downloaded target-lexicon v0.13.5
2722026-06-05T03:59:08.659Z Downloaded toml_write v0.1.2
2732026-06-05T03:59:08.659Z Downloaded smol_str v0.3.6
2742026-06-05T03:59:08.659Z Downloaded async-scoped v0.9.0
2752026-06-05T03:59:08.659Z Downloaded simd-adler32 v0.3.9
2762026-06-05T03:59:08.666Z Downloaded toml_datetime v0.6.11
2772026-06-05T03:59:08.666Z Downloaded tracing-error v0.2.1
2782026-06-05T03:59:08.666Z Downloaded tower-layer v0.3.3
2792026-06-05T03:59:08.666Z Downloaded typeid v1.0.3
2802026-06-05T03:59:08.669Z Downloaded getrandom v0.2.17
2812026-06-05T03:59:08.669Z Downloaded clap_derive v4.6.1
2822026-06-05T03:59:08.669Z Downloaded thiserror v2.0.18
2832026-06-05T03:59:08.672Z Downloaded quinn-udp v0.5.14
2842026-06-05T03:59:08.672Z Downloaded thiserror-impl v2.0.18
2852026-06-05T03:59:08.686Z Downloaded dialoguer v0.11.0
2862026-06-05T03:59:08.686Z Downloaded cargo-util-schemas v0.2.0
2872026-06-05T03:59:08.691Z Downloaded thiserror v1.0.69
2882026-06-05T03:59:08.691Z Downloaded const-oid v0.9.6
2892026-06-05T03:59:08.691Z Downloaded rustls-pki-types v1.14.1
2902026-06-05T03:59:08.691Z Downloaded xattr v1.6.1
2912026-06-05T03:59:08.691Z Downloaded hex v0.4.3
2922026-06-05T03:59:08.691Z Downloaded miette-derive v7.6.0
2932026-06-05T03:59:08.691Z Downloaded rustc-demangle v0.1.27
2942026-06-05T03:59:08.701Z Downloaded thiserror-impl v1.0.69
2952026-06-05T03:59:08.701Z Downloaded urlencoding v2.1.3
2962026-06-05T03:59:08.701Z Downloaded foldhash v0.1.5
2972026-06-05T03:59:08.708Z Downloaded tokio-native-tls v0.3.1
2982026-06-05T03:59:08.708Z Downloaded fastrand v2.4.1
2992026-06-05T03:59:08.708Z Downloaded crc32fast v1.5.0
3002026-06-05T03:59:08.708Z Downloaded parking_lot v0.12.5
3012026-06-05T03:59:08.708Z Downloaded once_cell v1.21.4
3022026-06-05T03:59:08.708Z Downloaded rand_chacha v0.9.0
3032026-06-05T03:59:08.708Z Downloaded hyper-util v0.1.20
3042026-06-05T03:59:08.715Z Downloaded target-spec-miette v0.4.8
3052026-06-05T03:59:08.715Z Downloaded smallvec v1.15.1
3062026-06-05T03:59:08.715Z Downloaded quick-junit v0.5.2
3072026-06-05T03:59:08.715Z Downloaded log v0.4.32
3082026-06-05T03:59:08.720Z Downloaded tokio-stream v0.1.18
3092026-06-05T03:59:08.720Z Downloaded utf8_iter v1.0.4
3102026-06-05T03:59:08.720Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3112026-06-05T03:59:08.720Z Downloaded static_assertions v1.1.0
3122026-06-05T03:59:08.728Z Downloaded target-spec v3.6.0
3132026-06-05T03:59:08.728Z Downloaded toml_writer v1.1.1+spec-1.1.0
3142026-06-05T03:59:08.728Z Downloaded version_check v0.9.5
3152026-06-05T03:59:08.728Z Downloaded tempfile v3.27.0
3162026-06-05T03:59:08.732Z Downloaded serde_derive v1.0.228
3172026-06-05T03:59:08.732Z Downloaded getrandom v0.3.4
3182026-06-05T03:59:08.732Z Downloaded ed25519 v2.2.3
3192026-06-05T03:59:08.732Z Downloaded thread_local v1.1.9
3202026-06-05T03:59:08.732Z Downloaded miette v7.6.0
3212026-06-05T03:59:08.737Z Downloaded num-traits v0.2.19
3222026-06-05T03:59:08.737Z Downloaded litrs v1.0.0
3232026-06-05T03:59:08.737Z Downloaded cfg-expr v0.20.8
3242026-06-05T03:59:08.743Z Downloaded tower-service v0.3.3
3252026-06-05T03:59:08.743Z Downloaded eyre v0.6.12
3262026-06-05T03:59:08.743Z Downloaded serde_core v1.0.228
3272026-06-05T03:59:08.749Z Downloaded crypto-common v0.1.7
3282026-06-05T03:59:08.749Z Downloaded addr2line v0.25.1
3292026-06-05T03:59:08.749Z Downloaded shlex v2.0.1
3302026-06-05T03:59:08.749Z Downloaded pin-project v1.1.13
3312026-06-05T03:59:08.756Z Downloaded unicase v2.9.0
3322026-06-05T03:59:08.759Z Downloaded untrusted v0.9.0
3332026-06-05T03:59:08.759Z Downloaded tokio-macros v2.7.0
3342026-06-05T03:59:08.759Z Downloaded cargo_metadata v0.23.1
3352026-06-05T03:59:08.762Z Downloaded toml v0.8.23
3362026-06-05T03:59:08.762Z Downloaded signal-hook v0.3.18
3372026-06-05T03:59:08.765Z Downloaded zmij v1.0.21
3382026-06-05T03:59:08.765Z Downloaded toml_parser v1.1.2+spec-1.1.0
3392026-06-05T03:59:08.772Z Downloaded console v0.15.11
3402026-06-05T03:59:08.776Z Downloaded tinyvec v1.11.0
3412026-06-05T03:59:08.776Z Downloaded zeroize v1.8.2
3422026-06-05T03:59:08.776Z Downloaded clap v4.6.1
3432026-06-05T03:59:08.780Z Downloaded unicode-xid v0.2.6
3442026-06-05T03:59:08.783Z Downloaded unicode-linebreak v0.1.5
3452026-06-05T03:59:08.788Z Downloaded try-lock v0.2.5
3462026-06-05T03:59:08.800Z Downloaded mio v1.2.1
3472026-06-05T03:59:08.803Z Downloaded textwrap v0.16.2
3482026-06-05T03:59:08.806Z Downloaded rustls-webpki v0.103.13
3492026-06-05T03:59:08.806Z Downloaded zipsign-api v0.1.5
3502026-06-05T03:59:08.810Z Downloaded config v0.15.23
3512026-06-05T03:59:08.813Z Downloaded want v0.3.1
3522026-06-05T03:59:08.813Z Downloaded utf8parse v0.2.2
3532026-06-05T03:59:08.816Z Downloaded ahash v0.8.12
3542026-06-05T03:59:08.819Z Downloaded quinn v0.11.9
3552026-06-05T03:59:08.822Z Downloaded derive-where v1.6.1
3562026-06-05T03:59:08.827Z Downloaded openssl-sys v0.9.116
3572026-06-05T03:59:08.831Z Downloaded flate2 v1.1.9
3582026-06-05T03:59:08.836Z Downloaded unicode-ident v1.0.24
3592026-06-05T03:59:08.840Z Downloaded zstd v0.13.3
3602026-06-05T03:59:08.863Z Downloaded rand v0.9.4
3612026-06-05T03:59:08.871Z Downloaded tracing-log v0.2.0
3622026-06-05T03:59:08.871Z Downloaded tokio-rustls v0.26.4
3632026-06-05T03:59:08.871Z Downloaded der v0.7.10
3642026-06-05T03:59:08.871Z Downloaded xxhash-rust v0.8.15
3652026-06-05T03:59:08.871Z Downloaded toml v1.1.2+spec-1.1.0
3662026-06-05T03:59:08.871Z Downloaded serde v1.0.228
3672026-06-05T03:59:08.871Z Downloaded backtrace v0.3.76
3682026-06-05T03:59:08.871Z Downloaded memchr v2.8.1
3692026-06-05T03:59:08.871Z Downloaded socket2 v0.6.4
3702026-06-05T03:59:08.874Z Downloaded bitflags v2.12.1
3712026-06-05T03:59:08.874Z Downloaded zstd-safe v7.2.4
3722026-06-05T03:59:08.880Z Downloaded toml_edit v0.22.27
3732026-06-05T03:59:08.885Z Downloaded tracing-attributes v0.1.31
3742026-06-05T03:59:08.885Z Downloaded derive_more-impl v2.1.1
3752026-06-05T03:59:08.892Z Downloaded borsh v1.6.1
3762026-06-05T03:59:08.900Z Downloaded vte v0.14.1
3772026-06-05T03:59:08.900Z Downloaded ed25519-dalek v2.2.0
3782026-06-05T03:59:08.904Z Downloaded url v2.5.8
3792026-06-05T03:59:08.914Z Downloaded tracing-core v0.1.36
3802026-06-05T03:59:08.919Z Downloaded hyper v1.10.1
3812026-06-05T03:59:08.920Z Downloaded uuid v1.23.2
3822026-06-05T03:59:08.927Z Downloaded ron v0.12.1
3832026-06-05T03:59:08.936Z Downloaded typenum v1.20.1
3842026-06-05T03:59:08.940Z Downloaded http v1.4.1
3852026-06-05T03:59:08.940Z Downloaded derive_more v2.1.1
3862026-06-05T03:59:08.952Z Downloaded tower v0.5.3
3872026-06-05T03:59:08.956Z Downloaded regex v1.12.3
3882026-06-05T03:59:08.960Z Downloaded unicode-segmentation v1.13.3
3892026-06-05T03:59:08.960Z Downloaded pulldown-cmark v0.13.4
3902026-06-05T03:59:08.965Z Downloaded reqwest v0.12.28
3912026-06-05T03:59:08.968Z Downloaded itertools v0.14.0
3922026-06-05T03:59:08.990Z Downloaded portable-atomic v1.13.1
3932026-06-05T03:59:08.999Z Downloaded tokio-util v0.7.18
3942026-06-05T03:59:09.003Z Downloaded hashbrown v0.17.1
3952026-06-05T03:59:09.006Z Downloaded clap_builder v4.6.0
3962026-06-05T03:59:09.014Z Downloaded guppy v0.17.26
3972026-06-05T03:59:09.017Z Downloaded crossterm v0.29.0
3982026-06-05T03:59:09.020Z Downloaded serde_json v1.0.150
3992026-06-05T03:59:09.023Z Downloaded quick-xml v0.37.5
4002026-06-05T03:59:09.031Z Downloaded hashbrown v0.15.5
4012026-06-05T03:59:09.035Z Downloaded futures-util v0.3.32
4022026-06-05T03:59:09.040Z Downloaded quick-xml v0.38.4
4032026-06-05T03:59:09.040Z Downloaded h2 v0.4.14
4042026-06-05T03:59:09.044Z Downloaded aho-corasick v1.1.4
4052026-06-05T03:59:09.050Z Downloaded tower-http v0.6.11
4062026-06-05T03:59:09.053Z Downloaded unicode-normalization v0.1.25
4072026-06-05T03:59:09.086Z Downloaded vcpkg v0.2.15
4082026-06-05T03:59:09.105Z Downloaded winnow v0.7.15
4092026-06-05T03:59:09.111Z Downloaded chrono v0.4.45
4102026-06-05T03:59:09.120Z Downloaded nextest-runner v0.80.0
4112026-06-05T03:59:09.128Z Downloaded winnow v1.0.3
4122026-06-05T03:59:09.132Z Downloaded openssl v0.10.80
4132026-06-05T03:59:09.138Z Downloaded webpki-roots v1.0.7
4142026-06-05T03:59:09.142Z Downloaded tracing-subscriber v0.3.23
4152026-06-05T03:59:09.146Z Downloaded zerocopy v0.8.50
4162026-06-05T03:59:09.156Z Downloaded syn v2.0.117
4172026-06-05T03:59:09.162Z Downloaded unicode-width v0.2.2
4182026-06-05T03:59:09.165Z Downloaded unicode-width v0.1.14
4192026-06-05T03:59:09.168Z Downloaded bstr v1.12.1
4202026-06-05T03:59:09.173Z Downloaded rustix v0.38.44
4212026-06-05T03:59:09.185Z Downloaded rustls v0.23.40
4222026-06-05T03:59:09.190Z Downloaded object v0.37.3
4232026-06-05T03:59:09.197Z Downloaded rustix v1.1.4
4242026-06-05T03:59:09.209Z Downloaded regex-syntax v0.8.10
4252026-06-05T03:59:09.212Z Downloaded nix v0.30.1
4262026-06-05T03:59:09.218Z Downloaded curve25519-dalek v4.1.3
4272026-06-05T03:59:09.251Z Downloaded tracing v0.1.44
4282026-06-05T03:59:09.254Z Downloaded color-eyre v0.6.5
4292026-06-05T03:59:09.275Z Downloaded tokio v1.52.3
4302026-06-05T03:59:09.299Z Downloaded regex-automata v0.4.14
4312026-06-05T03:59:09.350Z Downloaded petgraph v0.8.3
4322026-06-05T03:59:09.356Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4332026-06-05T03:59:09.368Z Downloaded libc v0.2.186
4342026-06-05T03:59:09.425Z Downloaded recursion v0.5.4
4352026-06-05T03:59:09.433Z Downloaded ring v0.17.14
4362026-06-05T03:59:09.506Z Compiling proc-macro2 v1.0.106
4372026-06-05T03:59:09.506Z Compiling libc v0.2.186
4382026-06-05T03:59:09.506Z Compiling quote v1.0.45
4392026-06-05T03:59:09.517Z Compiling unicode-ident v1.0.24
4402026-06-05T03:59:09.517Z Compiling serde_core v1.0.228
4412026-06-05T03:59:09.517Z Compiling cfg-if v1.0.4
4422026-06-05T03:59:09.517Z Compiling memchr v2.8.1
4432026-06-05T03:59:09.517Z Compiling once_cell v1.21.4
4442026-06-05T03:59:09.715Z Compiling log v0.4.32
4452026-06-05T03:59:09.742Z Compiling pin-project-lite v0.2.17
4462026-06-05T03:59:09.832Z Compiling itoa v1.0.18
4472026-06-05T03:59:09.893Z Compiling serde v1.0.228
4482026-06-05T03:59:10.066Z Compiling futures-core v0.3.32
4492026-06-05T03:59:10.137Z Compiling smallvec v1.15.1
4502026-06-05T03:59:10.219Z Compiling bitflags v2.12.1
4512026-06-05T03:59:10.312Z Compiling equivalent v1.0.2
4522026-06-05T03:59:10.386Z Compiling hashbrown v0.17.1
4532026-06-05T03:59:10.396Z Compiling find-msvc-tools v0.1.9
4542026-06-05T03:59:10.616Z Compiling errno v0.3.14
4552026-06-05T03:59:10.628Z Compiling shlex v2.0.1
4562026-06-05T03:59:10.639Z Compiling bytes v1.11.1
4572026-06-05T03:59:10.782Z Compiling signal-hook-registry v1.4.8
4582026-06-05T03:59:10.816Z Compiling jobserver v0.1.34
4592026-06-05T03:59:10.879Z Compiling mio v1.2.1
4602026-06-05T03:59:10.936Z Compiling syn v2.0.117
4612026-06-05T03:59:10.996Z Compiling rustix v1.1.4
4622026-06-05T03:59:11.086Z Compiling cc v1.2.63
4632026-06-05T03:59:11.157Z Compiling futures-sink v0.3.32
4642026-06-05T03:59:11.267Z Compiling socket2 v0.6.4
4652026-06-05T03:59:11.373Z Compiling zmij v1.0.21
4662026-06-05T03:59:11.547Z Compiling slab v0.4.12
4672026-06-05T03:59:11.614Z Compiling futures-channel v0.3.32
4682026-06-05T03:59:11.725Z Compiling tracing-core v0.1.36
4692026-06-05T03:59:11.755Z Compiling version_check v0.9.5
4702026-06-05T03:59:11.879Z Compiling serde_json v1.0.150
4712026-06-05T03:59:12.039Z Compiling indexmap v2.14.0
4722026-06-05T03:59:12.148Z Compiling futures-io v0.3.32
4732026-06-05T03:59:12.160Z Compiling getrandom v0.4.2
4742026-06-05T03:59:12.341Z Compiling futures-task v0.3.32
4752026-06-05T03:59:12.408Z Compiling unicode-width v0.2.2
4762026-06-05T03:59:12.455Z Compiling camino v1.2.2
4772026-06-05T03:59:12.513Z Compiling percent-encoding v2.3.2
4782026-06-05T03:59:12.783Z Compiling ring v0.17.14
4792026-06-05T03:59:12.835Z Compiling http v1.4.1
4802026-06-05T03:59:12.845Z Compiling simd-adler32 v0.3.9
4812026-06-05T03:59:12.848Z Compiling adler2 v2.0.1
4822026-06-05T03:59:12.876Z Compiling zeroize v1.8.2
4832026-06-05T03:59:13.019Z Compiling autocfg v1.5.1
4842026-06-05T03:59:13.064Z Compiling miniz_oxide v0.8.9
4852026-06-05T03:59:13.365Z Compiling num-traits v0.2.19
4862026-06-05T03:59:13.606Z Compiling getrandom v0.3.4
4872026-06-05T03:59:13.680Z Compiling zerocopy v0.8.50
4882026-06-05T03:59:13.966Z Compiling target-lexicon v0.13.5
4892026-06-05T03:59:14.068Z Compiling object v0.37.3
4902026-06-05T03:59:14.328Z Compiling http-body v1.0.1
4912026-06-05T03:59:14.426Z Compiling rustls-pki-types v1.14.1
4922026-06-05T03:59:14.488Z Compiling form_urlencoded v1.2.2
4932026-06-05T03:59:14.492Z Compiling semver v1.0.28
4942026-06-05T03:59:14.493Z Compiling getrandom v0.2.17
4952026-06-05T03:59:14.536Z Compiling serde_derive v1.0.228
4962026-06-05T03:59:14.674Z Compiling tokio-macros v2.7.0
4972026-06-05T03:59:14.734Z Compiling futures-macro v0.3.32
4982026-06-05T03:59:14.745Z Compiling tracing-attributes v0.1.31
4992026-06-05T03:59:15.038Z Compiling guppy-workspace-hack v0.1.0
5002026-06-05T03:59:15.142Z Compiling signal-hook v0.3.18
5012026-06-05T03:59:16.541Z Compiling untrusted v0.9.0
5022026-06-05T03:59:16.551Z Compiling fnv v1.0.7
5032026-06-05T03:59:16.551Z Compiling owo-colors v4.3.0
5042026-06-05T03:59:16.551Z Compiling idna_adapter v1.0.0
5052026-06-05T03:59:16.551Z Compiling utf8_iter v1.0.4
5062026-06-05T03:59:16.551Z Compiling tokio v1.52.3
5072026-06-05T03:59:16.551Z Compiling thiserror v2.0.18
5082026-06-05T03:59:16.551Z Compiling gimli v0.32.3
5092026-06-05T03:59:16.551Z Compiling futures-util v0.3.32
5102026-06-05T03:59:16.551Z Compiling httparse v1.10.1
5112026-06-05T03:59:16.551Z Compiling tracing v0.1.44
5122026-06-05T03:59:16.551Z Compiling idna v1.1.0
5132026-06-05T03:59:16.551Z Compiling thiserror-impl v2.0.18
5142026-06-05T03:59:17.688Z Compiling addr2line v0.25.1
5152026-06-05T03:59:18.059Z Compiling generic-array v0.14.7
5162026-06-05T03:59:18.131Z Compiling fastrand v2.4.1
5172026-06-05T03:59:18.140Z Compiling typeid v1.0.3
5182026-06-05T03:59:18.162Z Compiling try-lock v0.2.5
5192026-06-05T03:59:18.277Z Compiling tower-service v0.3.3
5202026-06-05T03:59:18.285Z Compiling rustls v0.23.40
5212026-06-05T03:59:18.368Z Compiling thiserror v1.0.69
5222026-06-05T03:59:18.429Z Compiling pkg-config v0.3.33
5232026-06-05T03:59:18.456Z Compiling atomic-waker v1.1.2
5242026-06-05T03:59:18.515Z Compiling target-spec v3.6.0
5252026-06-05T03:59:18.580Z Compiling rustc-demangle v0.1.27
5262026-06-05T03:59:18.850Z Compiling tempfile v3.27.0
5272026-06-05T03:59:18.861Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5282026-06-05T03:59:18.906Z Compiling want v0.3.1
5292026-06-05T03:59:19.214Z Compiling cfg-expr v0.20.8
5302026-06-05T03:59:19.306Z Compiling url v2.5.8
5312026-06-05T03:59:19.570Z Compiling tokio-util v0.7.18
5322026-06-05T03:59:19.749Z Compiling backtrace v0.3.76
5332026-06-05T03:59:20.200Z Compiling h2 v0.4.14
5342026-06-05T03:59:20.950Z Compiling thiserror-impl v1.0.69
5352026-06-05T03:59:21.144Z Compiling terminal_size v0.4.4
5362026-06-05T03:59:21.301Z Compiling aho-corasick v1.1.4
5372026-06-05T03:59:21.689Z Compiling regex-syntax v0.8.10
5382026-06-05T03:59:21.780Z Compiling erased-serde v0.4.10
5392026-06-05T03:59:22.080Z Compiling rustls-webpki v0.103.13
5402026-06-05T03:59:22.090Z Compiling winnow v0.7.15
5412026-06-05T03:59:24.009Z Compiling typenum v1.20.1
5422026-06-05T03:59:24.506Z Compiling subtle v2.6.1
5432026-06-05T03:59:24.679Z Compiling regex-automata v0.4.14
5442026-06-05T03:59:24.756Z Compiling hyper v1.10.1
5452026-06-05T03:59:26.795Z Compiling toml_datetime v0.6.11
5462026-06-05T03:59:27.199Z Compiling serde_spanned v0.6.9
5472026-06-05T03:59:27.346Z Compiling ahash v0.8.12
5482026-06-05T03:59:27.599Z Compiling sync_wrapper v1.0.2
5492026-06-05T03:59:27.715Z Compiling unicode-linebreak v0.1.5
5502026-06-05T03:59:27.992Z Compiling portable-atomic v1.13.1
5512026-06-05T03:59:28.398Z Compiling ipnet v2.12.0
5522026-06-05T03:59:28.446Z Compiling is_ci v1.2.0
5532026-06-05T03:59:28.458Z Compiling tower-layer v0.3.3
5542026-06-05T03:59:28.612Z Compiling crc32fast v1.5.0
5552026-06-05T03:59:28.657Z Compiling either v1.16.0
5562026-06-05T03:59:28.810Z Compiling base64 v0.22.1
5572026-06-05T03:59:28.846Z Compiling foldhash v0.1.5
5582026-06-05T03:59:28.880Z Compiling nextest-workspace-hack v0.1.0
5592026-06-05T03:59:28.912Z Compiling lazy_static v1.5.0
5602026-06-05T03:59:29.014Z Compiling toml_write v0.1.2
5612026-06-05T03:59:29.060Z Compiling unicode-segmentation v1.13.3
5622026-06-05T03:59:29.113Z Compiling parking_lot_core v0.9.12
5632026-06-05T03:59:29.258Z Compiling toml_edit v0.22.27
5642026-06-05T03:59:29.316Z Compiling hyper-util v0.1.20
5652026-06-05T03:59:29.411Z Compiling convert_case v0.10.0
5662026-06-05T03:59:29.451Z Compiling sharded-slab v0.1.7
5672026-06-05T03:59:29.586Z Compiling hashbrown v0.15.5
5682026-06-05T03:59:29.711Z Compiling tower v0.5.3
5692026-06-05T03:59:30.044Z Compiling supports-color v3.0.2
5702026-06-05T03:59:30.252Z Compiling textwrap v0.16.2
5712026-06-05T03:59:30.268Z Compiling tokio-rustls v0.26.4
5722026-06-05T03:59:30.548Z Compiling backtrace-ext v0.2.1
5732026-06-05T03:59:30.814Z Compiling ordered-float v2.10.1
5742026-06-05T03:59:30.889Z Compiling webpki-roots v1.0.7
5752026-06-05T03:59:31.006Z Compiling miette-derive v7.6.0
5762026-06-05T03:59:31.081Z Compiling pathdiff v0.2.3
5772026-06-05T03:59:31.207Z Compiling console v0.15.11
5782026-06-05T03:59:31.641Z Compiling tracing-log v0.2.0
5792026-06-05T03:59:31.902Z Compiling cargo-platform v0.3.3
5802026-06-05T03:59:31.998Z Compiling os_pipe v1.2.3
5812026-06-05T03:59:32.111Z Compiling thread_local v1.1.9
5822026-06-05T03:59:32.168Z Compiling zstd-safe v7.2.4
5832026-06-05T03:59:32.423Z Compiling ryu v1.0.23
5842026-06-05T03:59:32.466Z Compiling winnow v1.0.3
5852026-06-05T03:59:32.520Z Compiling supports-hyperlinks v3.2.0
5862026-06-05T03:59:32.708Z Compiling unicode-width v0.1.14
5872026-06-05T03:59:32.734Z Compiling scopeguard v1.2.0
5882026-06-05T03:59:32.812Z Compiling debug-ignore v1.0.5
5892026-06-05T03:59:32.835Z Compiling pulldown-cmark v0.13.4
5902026-06-05T03:59:32.907Z Compiling utf8parse v0.2.2
5912026-06-05T03:59:33.009Z Compiling cfg_aliases v0.2.1
5922026-06-05T03:59:33.019Z Compiling supports-unicode v3.0.0
5932026-06-05T03:59:33.068Z Compiling rustix v0.38.44
5942026-06-05T03:59:33.081Z Compiling fixedbitset v0.5.7
5952026-06-05T03:59:33.185Z Compiling miette v7.6.0
5962026-06-05T03:59:33.515Z Compiling petgraph v0.8.3
5972026-06-05T03:59:33.588Z Compiling toml_parser v1.1.2+spec-1.1.0
5982026-06-05T03:59:33.962Z Compiling nix v0.30.1
5992026-06-05T03:59:34.368Z Compiling anstyle-parse v1.0.0
6002026-06-05T03:59:34.589Z Compiling lock_api v0.4.14
6012026-06-05T03:59:34.881Z Compiling serde_urlencoded v0.7.1
6022026-06-05T03:59:34.921Z Compiling tracing-subscriber v0.3.23
6032026-06-05T03:59:35.180Z Compiling sigchld v0.2.4
6042026-06-05T03:59:35.394Z Compiling cargo_metadata v0.23.1
6052026-06-05T03:59:35.504Z Compiling serde-value v0.7.0
6062026-06-05T03:59:35.799Z Compiling hyper-rustls v0.27.9
6072026-06-05T03:59:36.250Z Compiling toml v0.8.23
6082026-06-05T03:59:36.483Z Compiling serde-untagged v0.1.9
6092026-06-05T03:59:37.292Z Compiling tower-http v0.6.11
6102026-06-05T03:59:37.950Z Compiling derive_more-impl v2.1.1
6112026-06-05T03:59:38.288Z Compiling itertools v0.14.0
6122026-06-05T03:59:38.466Z Compiling regex v1.12.3
6132026-06-05T03:59:38.569Z Compiling crypto-common v0.1.7
6142026-06-05T03:59:38.706Z Compiling block-buffer v0.10.4
6152026-06-05T03:59:38.765Z Compiling ppv-lite86 v0.2.21
6162026-06-05T03:59:38.854Z Compiling rand_core v0.9.5
6172026-06-05T03:59:39.077Z Compiling futures-executor v0.3.32
6182026-06-05T03:59:39.090Z Compiling pin-project-internal v1.1.13
6192026-06-05T03:59:39.100Z Compiling http-body-util v0.1.3
6202026-06-05T03:59:39.362Z Compiling uuid v1.23.2
6212026-06-05T03:59:39.605Z Compiling toml_datetime v1.1.1+spec-1.1.0
6222026-06-05T03:59:39.743Z Compiling serde_spanned v1.1.1
6232026-06-05T03:59:39.881Z Compiling smol_str v0.3.6
6242026-06-05T03:59:39.892Z Compiling filetime v0.2.29
6252026-06-05T03:59:39.903Z Compiling bstr v1.12.1
6262026-06-05T03:59:40.013Z Compiling vte v0.14.1
6272026-06-05T03:59:40.098Z Compiling is_terminal_polyfill v1.70.2
6282026-06-05T03:59:40.141Z Compiling color-spantrace v0.3.0
6292026-06-05T03:59:40.188Z Compiling iana-time-zone v0.1.65
6302026-06-05T03:59:40.233Z Compiling unicode-xid v0.2.6
6312026-06-05T03:59:40.416Z Compiling colorchoice v1.0.5
6322026-06-05T03:59:40.447Z Compiling number_prefix v0.4.0
6332026-06-05T03:59:40.533Z Compiling anstyle v1.0.14
6342026-06-05T03:59:40.542Z Compiling eyre v0.6.12
6352026-06-05T03:59:40.588Z Compiling unicase v2.9.0
6362026-06-05T03:59:40.601Z Compiling static_assertions v1.1.0
6372026-06-05T03:59:40.604Z Compiling anstyle-query v1.1.5
6382026-06-05T03:59:40.672Z Compiling nested v0.1.1
6392026-06-05T03:59:40.711Z Compiling litrs v1.0.0
6402026-06-05T03:59:40.767Z Compiling self_update v0.42.0
6412026-06-05T03:59:40.792Z Compiling tinyvec_macros v0.1.1
6422026-06-05T03:59:40.859Z Compiling xattr v1.6.1
6432026-06-05T03:59:40.868Z Compiling tinyvec v1.11.0
6442026-06-05T03:59:40.923Z Compiling guppy v0.17.26
6452026-06-05T03:59:41.031Z Compiling tar v0.4.46
6462026-06-05T03:59:41.132Z Compiling anstream v1.0.0
6472026-06-05T03:59:41.153Z Compiling document-features v0.2.12
6482026-06-05T03:59:41.291Z Compiling indicatif v0.17.11
6492026-06-05T03:59:41.690Z Compiling globset v0.4.18
6502026-06-05T03:59:41.725Z Compiling cargo-util-schemas v0.2.0
6512026-06-05T03:59:42.185Z Compiling chrono v0.4.45
6522026-06-05T03:59:43.550Z Compiling strip-ansi-escapes v0.2.1
6532026-06-05T03:59:43.915Z Compiling pin-project v1.1.13
6542026-06-05T03:59:43.983Z Compiling nextest-metadata v0.12.2
6552026-06-05T03:59:44.022Z Compiling toml v1.1.2+spec-1.1.0
6562026-06-05T03:59:44.119Z Compiling newtype-uuid v1.3.2
6572026-06-05T03:59:44.304Z Compiling reqwest v0.12.28
6582026-06-05T03:59:44.394Z Compiling futures v0.3.32
6592026-06-05T03:59:44.476Z Compiling rand_chacha v0.9.0
6602026-06-05T03:59:44.920Z Compiling digest v0.10.7
6612026-06-05T03:59:45.027Z Compiling derive_more v2.1.1
6622026-06-05T03:59:45.110Z Compiling parking_lot v0.12.5
6632026-06-05T03:59:45.145Z Compiling flate2 v1.1.9
6642026-06-05T03:59:45.588Z Compiling tracing-error v0.2.1
6652026-06-05T03:59:45.683Z Compiling shared_child v1.1.1
6662026-06-05T03:59:46.026Z Compiling signal-hook-mio v0.2.5
6672026-06-05T03:59:46.142Z Compiling self-replace v1.5.0
6682026-06-05T03:59:46.157Z Compiling cargo-platform v0.2.0
6692026-06-05T03:59:46.435Z Compiling quick-xml v0.37.5
6702026-06-05T03:59:46.727Z Compiling quick-xml v0.38.4
6712026-06-05T03:59:47.433Z Compiling strsim v0.11.1
6722026-06-05T03:59:47.591Z Compiling clap_lex v1.1.0
6732026-06-05T03:59:47.955Z Compiling indenter v0.3.4
6742026-06-05T03:59:47.963Z Compiling cpufeatures v0.2.17
6752026-06-05T03:59:48.031Z Compiling humantime v2.3.0
6762026-06-05T03:59:48.074Z Compiling shell-words v1.1.1
6772026-06-05T03:59:48.249Z Compiling heck v0.5.0
6782026-06-05T03:59:48.321Z Compiling urlencoding v2.1.3
6792026-06-05T03:59:48.373Z Compiling recursion v0.5.4
6802026-06-05T03:59:48.447Z Compiling clap_derive v4.6.1
6812026-06-05T03:59:48.505Z Compiling nextest-filtering v0.15.0
6822026-06-05T03:59:48.558Z Compiling humantime-serde v1.1.1
6832026-06-05T03:59:49.119Z Compiling sha2 v0.10.9
6842026-06-05T03:59:49.219Z Compiling clap_builder v4.6.0
6852026-06-05T03:59:50.233Z Compiling quick-junit v0.5.2
6862026-06-05T03:59:50.339Z Compiling atomicwrites v0.4.4
6872026-06-05T03:59:50.625Z Compiling cargo_metadata v0.20.0
6882026-06-05T03:59:52.443Z Compiling cargo-nextest v0.9.97
6892026-06-05T03:59:52.770Z Compiling crossterm v0.29.0
6902026-06-05T03:59:54.214Z Compiling duct v0.13.7
6912026-06-05T03:59:54.911Z Compiling config v0.15.23
6922026-06-05T03:59:55.237Z Compiling rand v0.9.4
6932026-06-05T03:59:55.358Z Compiling zstd v0.13.3
6942026-06-05T03:59:55.774Z Compiling async-scoped v0.9.0
6952026-06-05T03:59:55.789Z Compiling unicode-normalization v0.1.25
6962026-06-05T03:59:55.925Z Compiling target-spec-miette v0.4.8
6972026-06-05T03:59:55.966Z Compiling future-queue v0.4.0
6982026-06-05T03:59:55.971Z Compiling mukti-metadata v0.3.0
6992026-06-05T03:59:55.988Z Compiling tokio-stream v0.1.18
7002026-06-05T03:59:56.237Z Compiling camino-tempfile v1.4.1
7012026-06-05T03:59:56.353Z Compiling derive-where v1.6.1
7022026-06-05T03:59:56.381Z Compiling serde_ignored v0.1.14
7032026-06-05T03:59:56.469Z Compiling serde_path_to_error v0.1.20
7042026-06-05T03:59:56.513Z Compiling swrite v0.1.0
7052026-06-05T03:59:56.603Z Compiling xxhash-rust v0.8.15
7062026-06-05T03:59:56.617Z Compiling indent_write v2.2.0
7072026-06-05T03:59:56.670Z Compiling home v0.5.12
7082026-06-05T03:59:56.764Z Compiling hex v0.4.3
7092026-06-05T03:59:56.833Z Compiling color-eyre v0.6.5
7102026-06-05T03:59:56.923Z Compiling clap v4.6.1
7112026-06-05T03:59:56.936Z Compiling dialoguer v0.11.0
7122026-06-05T03:59:57.012Z Compiling enable-ansi-support v0.2.1
7132026-06-05T03:59:57.591Z Compiling nextest-runner v0.80.0
7142026-06-05T04:00:15.538Z Finished `release` profile [optimized] target(s) in 1m 10s
7152026-06-05T04:00:15.718Z Installing /home/build/.cargo/bin/cargo-nextest
7162026-06-05T04:00:15.766Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7172026-06-05T04:00:15.825Z+ source .github/buildomat/test-common.sh
7182026-06-05T04:00:15.846Z++ NEXTEST_VERSION=0.9.97
7192026-06-05T04:00:15.846Z++ PLATFORM=illumos
7202026-06-05T04:00:15.847Z++ banner install
7212026-06-05T04:00:15.847Z
7222026-06-05T04:00:15.847Z # # # #### ##### ## # #
7232026-06-05T04:00:15.847Z # ## # # # # # # #
7242026-06-05T04:00:15.847Z # # # # #### # # # # #
7252026-06-05T04:00:15.847Z # # # # # # ###### # #
7262026-06-05T04:00:15.847Z # # ## # # # # # # #
7272026-06-05T04:00:15.848Z # # # #### # # # ###### ######
7282026-06-05T04:00:15.848Z
7292026-06-05T04:00:15.848Z++ set +o errexit
7302026-06-05T04:00:15.848Z++ pkg info clang-15
7312026-06-05T04:00:15.848Z++ grep -qi installed
7322026-06-05T04:00:17.012Zpkg: info: no packages matching the following patterns you specified are
7332026-06-05T04:00:17.012Zinstalled on the system. Try querying remotely instead:
7342026-06-05T04:00:17.013Z
7352026-06-05T04:00:17.013Z clang-15
7362026-06-05T04:00:17.060Z++ [[ 1 != 0 ]]
7372026-06-05T04:00:17.065Z++ set -o errexit
7382026-06-05T04:00:17.065Z++ pfexec pkg install clang-15
7392026-06-05T04:00:25.787Z Startup: Refreshing catalog 'helios-dev' ... Done
7402026-06-05T04:00:33.444Z Startup: Caching catalogs ... Done
7412026-06-05T04:00:40.614ZPlanning: Solver setup ... Done
7422026-06-05T04:00:40.655ZPlanning: Running solver ... Done
7432026-06-05T04:00:40.800ZPlanning: Finding local manifests ... Done
7442026-06-05T04:00:40.814ZPlanning: Fetching manifests: 0/2 0% complete
7452026-06-05T04:00:40.905ZPlanning: Fetching manifests: 2/2 100% complete
7462026-06-05T04:00:40.934ZPlanning: Package planning ... Done
7472026-06-05T04:00:40.960ZPlanning: Merging actions ... Done
7482026-06-05T04:00:41.070ZPlanning: Checking for conflicting actions ... Done
7492026-06-05T04:00:41.074ZPlanning: Consolidating action changes ... Done
7502026-06-05T04:00:41.845ZPlanning: Evaluating mediators ... Done
7512026-06-05T04:00:41.849ZPlanning: Planning completed in 8.23 seconds
7522026-06-05T04:00:41.860Z Packages to install: 2
7532026-06-05T04:00:41.860Z Mediators to change: 2
7542026-06-05T04:00:41.863Z Services to change: 1
7552026-06-05T04:00:41.863Z Create boot environment: No
7562026-06-05T04:00:41.863ZCreate backup boot environment: No
7572026-06-05T04:00:41.900Z
7582026-06-05T04:00:41.900ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7592026-06-05T04:00:47.286ZDownload: 417/3076 items 16.7/211.3MB 7% complete (3.7M/s)
7602026-06-05T04:00:52.470ZDownload: 705/3076 items 17.6/211.3MB 8% complete (1.4M/s)
7612026-06-05T04:00:57.649ZDownload: 805/3076 items 18.3/211.3MB 8% complete (214k/s)
7622026-06-05T04:01:02.898ZDownload: 932/3076 items 80.2/211.3MB 37% complete (6.2M/s)
7632026-06-05T04:01:08.074ZDownload: 976/3076 items 81.9/211.3MB 38% complete (6.4M/s)
7642026-06-05T04:01:18.147ZDownload: 980/3076 items 82.2/211.3MB 38% complete (4.5M/s)
7652026-06-05T04:01:25.955ZDownload: 983/3076 items 82.2/211.3MB 38% complete
7662026-06-05T04:01:30.960ZDownload: 1170/3076 items 115.7/211.3MB 54% complete (3.8M/s)
7672026-06-05T04:01:35.972ZDownload: 1462/3076 items 116.7/211.3MB 55% complete (3.6M/s)
7682026-06-05T04:01:40.973ZDownload: 1777/3076 items 117.4/211.3MB 55% complete (244k/s)
7692026-06-05T04:01:46.063ZDownload: 2004/3076 items 117.9/211.3MB 55% complete (155k/s)
7702026-06-05T04:01:59.304ZDownload: 2009/3076 items 117.9/211.3MB 55% complete
7712026-06-05T04:02:04.322ZDownload: 2201/3076 items 118.5/211.3MB 56% complete (129k/s)
7722026-06-05T04:02:09.670ZDownload: 2380/3076 items 119.0/211.3MB 56% complete (113k/s)
7732026-06-05T04:02:14.676ZDownload: 2555/3076 items 119.4/211.3MB 56% complete (83.8k/s)
7742026-06-05T04:02:19.700ZDownload: 2700/3076 items 119.6/211.3MB 56% complete (69.8k/s)
7752026-06-05T04:02:24.778ZDownload: 2840/3076 items 119.8/211.3MB 56% complete (60.0k/s)
7762026-06-05T04:02:30.145ZDownload: 3026/3076 items 201.1/211.3MB 95% complete (8.1M/s)
7772026-06-05T04:02:33.545ZDownload: Completed 211.31 MB in 111.63 seconds (1.9M/s)
7782026-06-05T04:02:33.694Z Actions: 1/3418 actions (Installing new actions)
7792026-06-05T04:02:36.819Z Actions: Completed 3418 actions in 3.13 seconds.
7802026-06-05T04:02:37.467Z Done
7812026-06-05T04:02:37.467Z Done
7822026-06-05T04:02:38.203Z Done
7832026-06-05T04:02:41.567Z Done
7842026-06-05T04:02:41.644Z Done
7852026-06-05T04:02:41.647Z Done
7862026-06-05T04:02:41.994Z Done
7872026-06-05T04:02:42.680Z++ set -o errexit
7882026-06-05T04:02:42.680Z++ cargo --version
7892026-06-05T04:02:42.688Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7902026-06-05T04:02:42.691Z++ rustc --version
7912026-06-05T04:02:42.711Zrustc 1.95.0 (59807616e 2026-04-14)
7922026-06-05T04:02:42.714Z++ cargo install cargo-nextest --version 0.9.97
7932026-06-05T04:02:42.766Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7942026-06-05T04:02:42.769Z+ pushd rdb
7952026-06-05T04:02:42.769Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7962026-06-05T04:02:42.769Z+ PROPTEST_CASES=1000000
7972026-06-05T04:02:42.769Z+ cargo nextest run --lib proptest
7982026-06-05T04:02:42.928Z Updating git repository `https://github.com/oxidecomputer/falcon`
7992026-06-05T04:02:43.489ZFrom https://github.com/oxidecomputer/falcon
8002026-06-05T04:02:43.489Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
8012026-06-05T04:02:43.568Z Updating crates.io index
8022026-06-05T04:02:43.605Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8032026-06-05T04:02:44.503ZFrom https://github.com/oxidecomputer/dendrite
8042026-06-05T04:02:44.504Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
8052026-06-05T04:02:44.538Z Updating git repository `https://github.com/oxidecomputer/ispf`
8062026-06-05T04:02:44.782ZFrom https://github.com/oxidecomputer/ispf
8072026-06-05T04:02:44.782Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8082026-06-05T04:02:44.816Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8092026-06-05T04:02:45.139ZFrom https://github.com/oxidecomputer/netadm-sys
8102026-06-05T04:02:45.139Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8112026-06-05T04:02:45.147Z Updating git repository `https://github.com/oxidecomputer/omicron`
8122026-06-05T04:02:53.512ZFrom https://github.com/oxidecomputer/omicron
8132026-06-05T04:02:53.512Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8142026-06-05T04:02:53.923Z Updating git repository `https://github.com/oxidecomputer/opte`
8152026-06-05T04:02:54.557ZFrom https://github.com/oxidecomputer/opte
8162026-06-05T04:02:54.557Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8172026-06-05T04:02:54.638Z Updating git repository `https://github.com/illumos/smf-rs`
8182026-06-05T04:02:54.881ZFrom https://github.com/illumos/smf-rs
8192026-06-05T04:02:54.881Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8202026-06-05T04:02:54.917Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8212026-06-05T04:02:55.175ZFrom https://github.com/oxidecomputer/network-interface
8222026-06-05T04:02:55.175Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8232026-06-05T04:02:55.194Z Updating git repository `https://github.com/oxidecomputer/zone`
8242026-06-05T04:02:55.470ZFrom https://github.com/oxidecomputer/zone
8252026-06-05T04:02:55.470Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8262026-06-05T04:02:55.512Z Updating git repository `https://github.com/oxidecomputer/propolis`
8272026-06-05T04:02:56.140ZFrom https://github.com/oxidecomputer/propolis
8282026-06-05T04:02:56.140Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8292026-06-05T04:02:56.206Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8302026-06-05T04:02:56.697ZFrom https://github.com/oxidecomputer/transceiver-control
8312026-06-05T04:02:56.697Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8322026-06-05T04:02:56.710Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8332026-06-05T04:02:57.232ZFrom https://github.com/oxidecomputer/dlpi-sys
8342026-06-05T04:02:57.232Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8352026-06-05T04:02:57.249Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8362026-06-05T04:02:57.518ZFrom https://github.com/jmesmon/rust-libzfs
8372026-06-05T04:02:57.518Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8382026-06-05T04:02:57.525Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8392026-06-05T04:02:57.776ZFrom https://github.com/oxidecomputer/rusty-doors
8402026-06-05T04:02:57.776Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8412026-06-05T04:02:57.784Z Updating git repository `https://github.com/oxidecomputer/lldp`
8422026-06-05T04:02:58.085ZFrom https://github.com/oxidecomputer/lldp
8432026-06-05T04:02:58.085Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8442026-06-05T04:02:58.109Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8452026-06-05T04:02:58.362ZFrom https://github.com/oxidecomputer/slog-error-chain
8462026-06-05T04:02:58.362Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8472026-06-05T04:02:58.424Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8482026-06-05T04:02:58.744ZFrom https://github.com/oxidecomputer/tufaceous
8492026-06-05T04:02:58.744Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8502026-06-05T04:02:58.808Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8512026-06-05T04:02:59.239ZFrom https://github.com/oxidecomputer/management-gateway-service
8522026-06-05T04:02:59.239Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8532026-06-05T04:02:59.328Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-06-05T04:03:00.127ZFrom https://github.com/oxidecomputer/crucible
8552026-06-05T04:03:00.127Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8562026-06-05T04:03:00.241Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8572026-06-05T04:03:00.493ZFrom https://github.com/oxidecomputer/serde_human_bytes
8582026-06-05T04:03:00.493Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8592026-06-05T04:03:00.702Z Updating git repository `https://github.com/oxidecomputer/propolis`
8602026-06-05T04:03:01.103ZFrom https://github.com/oxidecomputer/propolis
8612026-06-05T04:03:01.103Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8622026-06-05T04:03:01.206Z Updating git repository `https://github.com/oxidecomputer/crucible`
8632026-06-05T04:03:01.950ZFrom https://github.com/oxidecomputer/crucible
8642026-06-05T04:03:01.950Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8652026-06-05T04:03:02.017Z Updating git repository `https://github.com/oxidecomputer/tofino`
8662026-06-05T04:03:02.373ZFrom https://github.com/oxidecomputer/tofino
8672026-06-05T04:03:02.373Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8682026-06-05T04:03:02.397Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8692026-06-05T04:03:03.051ZFrom https://github.com/oxidecomputer/maghemite
8702026-06-05T04:03:03.052Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8712026-06-05T04:03:03.083Z Updating git repository `https://github.com/oxidecomputer/clickward`
8722026-06-05T04:03:03.529ZFrom https://github.com/oxidecomputer/clickward
8732026-06-05T04:03:03.529Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8742026-06-05T04:03:03.763Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8752026-06-05T04:03:04.016ZFrom https://github.com/oxidecomputer/illumos-devinfo
8762026-06-05T04:03:04.016Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8772026-06-05T04:03:04.844Z Downloading crates ...
8782026-06-05T04:03:04.965Z Downloaded anyhow v1.0.102
8792026-06-05T04:03:04.968Z Downloaded bcs v0.1.6
8802026-06-05T04:03:04.973Z Downloaded digest v0.11.3
8812026-06-05T04:03:04.975Z Downloaded cstr-argument v0.1.2
8822026-06-05T04:03:04.975Z Downloaded chacha20 v0.10.0
8832026-06-05T04:03:04.978Z Downloaded defmt-parser v1.0.0
8842026-06-05T04:03:04.978Z Downloaded base16ct v0.2.0
8852026-06-05T04:03:04.982Z Downloaded embedded-io v0.6.1
8862026-06-05T04:03:04.982Z Downloaded hash32 v0.3.1
8872026-06-05T04:03:04.985Z Downloaded const_format v0.2.36
8882026-06-05T04:03:04.987Z Downloaded num-rational v0.4.2
8892026-06-05T04:03:04.990Z Downloaded lru-cache v0.1.2
8902026-06-05T04:03:04.990Z Downloaded ident_case v1.0.1
8912026-06-05T04:03:04.993Z Downloaded cobs v0.3.0
8922026-06-05T04:03:04.993Z Downloaded daft v0.1.7
8932026-06-05T04:03:04.996Z Downloaded icu_normalizer v2.2.0
8942026-06-05T04:03:04.999Z Downloaded displaydoc v0.2.6
8952026-06-05T04:03:05.002Z Downloaded ciborium v0.2.2
8962026-06-05T04:03:05.005Z Downloaded nom v8.0.0
8972026-06-05T04:03:05.008Z Downloaded const_format_proc_macros v0.2.34
8982026-06-05T04:03:05.011Z Downloaded dyn-clone v1.0.20
8992026-06-05T04:03:05.011Z Downloaded defmt v0.3.100
9002026-06-05T04:03:05.014Z Downloaded compression-core v0.4.32
9012026-06-05T04:03:05.014Z Downloaded arrayvec v0.7.6
9022026-06-05T04:03:05.017Z Downloaded colored v3.1.1
9032026-06-05T04:03:05.020Z Downloaded byte-wrapper v0.1.0
9042026-06-05T04:03:05.023Z Downloaded opaque-debug v0.3.1
9052026-06-05T04:03:05.023Z Downloaded hickory-proto v0.25.2
9062026-06-05T04:03:05.034Z Downloaded omicron-zone-package v0.12.2
9072026-06-05T04:03:05.038Z Downloaded float-ord v0.3.2
9082026-06-05T04:03:05.038Z Downloaded const-random v0.1.18
9092026-06-05T04:03:05.041Z Downloaded dtrace-parser v0.3.0
9102026-06-05T04:03:05.041Z Downloaded newtype-uuid-macros v0.1.0
9112026-06-05T04:03:05.041Z Downloaded compression-codecs v0.4.38
9122026-06-05T04:03:05.048Z Downloaded hubpack_derive v0.1.1
9132026-06-05T04:03:05.051Z Downloaded highway v1.3.0
9142026-06-05T04:03:05.051Z Downloaded linked-hash-map v0.5.6
9152026-06-05T04:03:05.052Z Downloaded libsw-core v0.3.2
9162026-06-05T04:03:05.052Z Downloaded async-stream-impl v0.3.6
9172026-06-05T04:03:05.055Z Downloaded libscf-sys v1.2.0
9182026-06-05T04:03:05.055Z Downloaded mime v0.3.17
9192026-06-05T04:03:05.055Z Downloaded no-std-compat v0.4.1
9202026-06-05T04:03:05.058Z Downloaded crunchy v0.2.4
9212026-06-05T04:03:05.058Z Downloaded match_cfg v0.1.0
9222026-06-05T04:03:05.061Z Downloaded daft-derive v0.1.7
9232026-06-05T04:03:05.064Z Downloaded newline-converter v0.3.0
9242026-06-05T04:03:05.064Z Downloaded base16ct v1.0.0
9252026-06-05T04:03:05.066Z Downloaded crossbeam-epoch v0.9.18
9262026-06-05T04:03:05.066Z Downloaded console v0.16.3
9272026-06-05T04:03:05.070Z Downloaded dunce v1.0.5
9282026-06-05T04:03:05.072Z Downloaded ciborium-ll v0.2.2
9292026-06-05T04:03:05.072Z Downloaded ciborium-io v0.2.2
9302026-06-05T04:03:05.073Z Downloaded dtrace-parser v0.2.0
9312026-06-05T04:03:05.076Z Downloaded embedded-io v0.4.0
9322026-06-05T04:03:05.076Z Downloaded num_enum_derive v0.5.11
9332026-06-05T04:03:05.079Z Downloaded num_threads v0.1.7
9342026-06-05T04:03:05.079Z Downloaded num-complex v0.4.6
9352026-06-05T04:03:05.081Z Downloaded internet-checksum v0.2.1
9362026-06-05T04:03:05.082Z Downloaded gethostname v0.5.0
9372026-06-05T04:03:05.085Z Downloaded dof v0.3.0
9382026-06-05T04:03:05.085Z Downloaded macaddr v1.0.1
9392026-06-05T04:03:05.088Z Downloaded argon2 v0.5.3
9402026-06-05T04:03:05.088Z Downloaded ingot-macros v0.1.1
9412026-06-05T04:03:05.091Z Downloaded constant_time_eq v0.4.2
9422026-06-05T04:03:05.091Z Downloaded parse-display v0.10.0
9432026-06-05T04:03:05.094Z Downloaded libsw v3.5.0
9442026-06-05T04:03:05.094Z Downloaded dropshot-api-manager-types v0.7.2
9452026-06-05T04:03:05.097Z Downloaded derive_more v0.99.20
9462026-06-05T04:03:05.099Z Downloaded multer v3.1.0
9472026-06-05T04:03:05.099Z Downloaded heapless v0.8.0
9482026-06-05T04:03:05.104Z Downloaded cpufeatures v0.3.0
9492026-06-05T04:03:05.108Z Downloaded crypto-common v0.2.2
9502026-06-05T04:03:05.108Z Downloaded bit-set v0.8.0
9512026-06-05T04:03:05.108Z Downloaded rand_chacha v0.3.1
9522026-06-05T04:03:05.118Z Downloaded darling_macro v0.21.3
9532026-06-05T04:03:05.118Z Downloaded ingot-types v0.1.2
9542026-06-05T04:03:05.118Z Downloaded linear-map v1.2.0
9552026-06-05T04:03:05.118Z Downloaded backoff v0.4.0
9562026-06-05T04:03:05.121Z Downloaded litemap v0.8.2
9572026-06-05T04:03:05.121Z Downloaded olpc-cjson v0.1.4
9582026-06-05T04:03:05.121Z Downloaded chacha20 v0.9.1
9592026-06-05T04:03:05.121Z Downloaded idna_adapter v1.2.2
9602026-06-05T04:03:05.121Z Downloaded hickory-resolver v0.24.4
9612026-06-05T04:03:05.124Z Downloaded plain v0.2.3
9622026-06-05T04:03:05.130Z Downloaded diff v0.1.13
9632026-06-05T04:03:05.130Z Downloaded backon v1.6.0
9642026-06-05T04:03:05.134Z Downloaded omicron-workspace-hack v0.1.0
9652026-06-05T04:03:05.134Z Downloaded konst_macro_rules v0.2.19
9662026-06-05T04:03:05.134Z Downloaded defmt-macros v1.1.0
9672026-06-05T04:03:05.139Z Downloaded phf_shared v0.12.1
9682026-06-05T04:03:05.139Z Downloaded cipher v0.4.4
9692026-06-05T04:03:05.139Z Downloaded num v0.4.3
9702026-06-05T04:03:05.143Z Downloaded paste v1.0.15
9712026-06-05T04:03:05.143Z Downloaded parking_lot_core v0.8.6
9722026-06-05T04:03:05.143Z Downloaded bs58 v0.5.1
9732026-06-05T04:03:05.146Z Downloaded num_enum v0.7.6
9742026-06-05T04:03:05.149Z Downloaded darling_macro v0.23.0
9752026-06-05T04:03:05.149Z Downloaded bit-vec v0.8.0
9762026-06-05T04:03:05.154Z Downloaded pretty_assertions v1.4.1
9772026-06-05T04:03:05.154Z Downloaded icu_collections v2.2.0
9782026-06-05T04:03:05.158Z Downloaded hmac v0.12.1
9792026-06-05T04:03:05.158Z Downloaded darling v0.23.0
9802026-06-05T04:03:05.162Z Downloaded powerfmt v0.2.0
9812026-06-05T04:03:05.166Z Downloaded potential_utf v0.1.5
9822026-06-05T04:03:05.166Z Downloaded minimal-lexical v0.2.1
9832026-06-05T04:03:05.169Z Downloaded hashbrown v0.16.1
9842026-06-05T04:03:05.173Z Downloaded progenitor-client v0.14.0
9852026-06-05T04:03:05.173Z Downloaded proc-macro-error-attr v1.0.4
9862026-06-05T04:03:05.173Z Downloaded proc-macro-crate v1.3.1
9872026-06-05T04:03:05.178Z Downloaded pretty-hex v0.4.2
9882026-06-05T04:03:05.178Z Downloaded slog-bunyan v2.5.0
9892026-06-05T04:03:05.178Z Downloaded pem v3.0.6
9902026-06-05T04:03:05.183Z Downloaded password-hash v0.5.0
9912026-06-05T04:03:05.183Z Downloaded oxnet v0.1.6
9922026-06-05T04:03:05.183Z Downloaded phf v0.12.1
9932026-06-05T04:03:05.183Z Downloaded darling v0.21.3
9942026-06-05T04:03:05.187Z Downloaded same-file v1.0.6
9952026-06-05T04:03:05.187Z Downloaded rustc_version v0.1.7
9962026-06-05T04:03:05.195Z Downloaded hubpack v0.1.2
9972026-06-05T04:03:05.195Z Downloaded cmake v0.1.58
9982026-06-05T04:03:05.195Z Downloaded proc-macro-crate v3.5.0
9992026-06-05T04:03:05.195Z Downloaded poly1305 v0.8.0
10002026-06-05T04:03:05.198Z Downloaded progenitor-macro v0.14.0
10012026-06-05T04:03:05.198Z Downloaded drift v0.2.0
10022026-06-05T04:03:05.201Z Downloaded num_enum v0.5.11
10032026-06-05T04:03:05.205Z Downloaded inout v0.1.4
10042026-06-05T04:03:05.208Z Downloaded icu_locale_core v2.2.0
10052026-06-05T04:03:05.211Z Downloaded secrecy v0.10.3
10062026-06-05T04:03:05.211Z Downloaded arc-swap v1.9.1
10072026-06-05T04:03:05.216Z Downloaded progenitor-macro v0.13.0
10082026-06-05T04:03:05.216Z Downloaded proc-macro-error v1.0.4
10092026-06-05T04:03:05.225Z Downloaded tabled_derive v0.11.0
10102026-06-05T04:03:05.225Z Downloaded enum-as-inner v0.6.1
10112026-06-05T04:03:05.225Z Downloaded serde_repr v0.1.20
10122026-06-05T04:03:05.243Z Downloaded hostname v0.3.1
10132026-06-05T04:03:05.243Z Downloaded hkdf v0.12.4
10142026-06-05T04:03:05.243Z Downloaded serial_test v3.5.0
10152026-06-05T04:03:05.243Z Downloaded icu_provider v2.2.0
10162026-06-05T04:03:05.243Z Downloaded natord v1.0.9
10172026-06-05T04:03:05.243Z Downloaded libm v0.2.16
10182026-06-05T04:03:05.251Z Downloaded serde-big-array v0.5.1
10192026-06-05T04:03:05.251Z Downloaded expectorate v1.2.0
10202026-06-05T04:03:05.251Z Downloaded smawk v0.3.2
10212026-06-05T04:03:05.251Z Downloaded parking_lot v0.11.2
10222026-06-05T04:03:05.251Z Downloaded darling_core v0.23.0
10232026-06-05T04:03:05.251Z Downloaded resolv-conf v0.7.6
10242026-06-05T04:03:05.251Z Downloaded crossbeam-channel v0.5.15
10252026-06-05T04:03:05.259Z Downloaded rusty-fork v0.3.1
10262026-06-05T04:03:05.259Z Downloaded rustversion v1.0.22
10272026-06-05T04:03:05.259Z Downloaded strum v0.26.3
10282026-06-05T04:03:05.259Z Downloaded goblin v0.8.2
10292026-06-05T04:03:05.263Z Downloaded sha1 v0.11.0
10302026-06-05T04:03:05.264Z Downloaded sha1 v0.10.6
10312026-06-05T04:03:05.264Z Downloaded serde_derive_internals v0.29.1
10322026-06-05T04:03:05.264Z Downloaded ipnetwork v0.21.1
10332026-06-05T04:03:05.267Z Downloaded slog-envlogger v2.2.0
10342026-06-05T04:03:05.267Z Downloaded progenitor v0.13.0
10352026-06-05T04:03:05.267Z Downloaded chacha20poly1305 v0.10.1
10362026-06-05T04:03:05.267Z Downloaded serde_plain v1.0.2
10372026-06-05T04:03:05.307Z Downloaded rustls-pemfile v2.2.0
10382026-06-05T04:03:05.307Z Downloaded proc-macro-error-attr2 v2.0.0
10392026-06-05T04:03:05.307Z Downloaded iddqd v0.4.2
10402026-06-05T04:03:05.307Z Downloaded structmeta-derive v0.3.0
10412026-06-05T04:03:05.307Z Downloaded schemars_derive v0.8.22
10422026-06-05T04:03:05.307Z Downloaded jiff-static v0.2.28
10432026-06-05T04:03:05.307Z Downloaded usdt-macro v0.5.0
10442026-06-05T04:03:05.307Z Downloaded tabled_derive v0.7.0
10452026-06-05T04:03:05.307Z Downloaded structmeta v0.3.0
10462026-06-05T04:03:05.307Z Downloaded stable_deref_trait v1.2.1
10472026-06-05T04:03:05.307Z Downloaded cookie v0.18.1
10482026-06-05T04:03:05.307Z Downloaded num-derive v0.4.2
10492026-06-05T04:03:05.307Z Downloaded icu_normalizer_data v2.2.0
10502026-06-05T04:03:05.307Z Downloaded elliptic-curve v0.13.8
10512026-06-05T04:03:05.307Z Downloaded rand_xorshift v0.4.0
10522026-06-05T04:03:05.307Z Downloaded hybrid-array v0.4.12
10532026-06-05T04:03:05.307Z Downloaded group v0.13.0
10542026-06-05T04:03:05.307Z Downloaded thiserror-impl-no-std v2.0.2
10552026-06-05T04:03:05.307Z Downloaded testing_table v0.3.0
10562026-06-05T04:03:05.307Z Downloaded allocator-api2 v0.2.21
10572026-06-05T04:03:05.307Z Downloaded icu_properties_data v2.2.0
10582026-06-05T04:03:05.314Z Downloaded time-core v0.1.8
10592026-06-05T04:03:05.314Z Downloaded tagptr v0.2.0
10602026-06-05T04:03:05.314Z Downloaded smartstring v1.0.1
10612026-06-05T04:03:05.314Z Downloaded strum_macros v0.27.2
10622026-06-05T04:03:05.314Z Downloaded slog-term v2.9.2
10632026-06-05T04:03:05.314Z Downloaded slog-json v2.6.1
10642026-06-05T04:03:05.318Z Downloaded num-iter v0.1.45
10652026-06-05T04:03:05.318Z Downloaded pest_meta v2.8.6
10662026-06-05T04:03:05.318Z Downloaded progenitor-impl v0.10.0
10672026-06-05T04:03:05.318Z Downloaded memmap v0.7.0
10682026-06-05T04:03:05.318Z Downloaded goblin v0.10.7
10692026-06-05T04:03:05.323Z Downloaded typify-macro v0.6.2
10702026-06-05T04:03:05.323Z Downloaded spin v0.5.2
10712026-06-05T04:03:05.327Z Downloaded progenitor-extras v0.2.0
10722026-06-05T04:03:05.327Z Downloaded num-integer v0.1.46
10732026-06-05T04:03:05.327Z Downloaded nix v0.31.3
10742026-06-05T04:03:05.333Z Downloaded topological-sort v0.2.2
10752026-06-05T04:03:05.336Z Downloaded num-conv v0.2.2
10762026-06-05T04:03:05.336Z Downloaded foreign-types-macros v0.2.3
10772026-06-05T04:03:05.336Z Downloaded tabwriter v1.4.1
10782026-06-05T04:03:05.336Z Downloaded foreign-types v0.5.0
10792026-06-05T04:03:05.336Z Downloaded termtree v0.5.1
10802026-06-05T04:03:05.339Z Downloaded strum_macros v0.26.4
10812026-06-05T04:03:05.339Z Downloaded serde_tokenstream v0.2.3
10822026-06-05T04:03:05.339Z Downloaded usdt-attr-macro v0.6.0
10832026-06-05T04:03:05.342Z Downloaded usdt v0.6.0
10842026-06-05T04:03:05.342Z Downloaded thiserror-no-std v2.0.2
10852026-06-05T04:03:05.347Z Downloaded crypto-bigint v0.5.5
10862026-06-05T04:03:05.350Z Downloaded universal-hash v0.5.1
10872026-06-05T04:03:05.350Z Downloaded async-compression v0.4.42
10882026-06-05T04:03:05.353Z Downloaded thread-id v4.2.2
10892026-06-05T04:03:05.355Z Downloaded tinystr v0.8.3
10902026-06-05T04:03:05.356Z Downloaded unit-prefix v0.5.2
10912026-06-05T04:03:05.356Z Downloaded tokio-dtrace v0.1.1
10922026-06-05T04:03:05.360Z Downloaded slog-stdlog v4.1.1
10932026-06-05T04:03:05.360Z Downloaded usdt-attr-macro v0.5.0
10942026-06-05T04:03:05.360Z Downloaded rayon-core v1.13.0
10952026-06-05T04:03:05.365Z Downloaded zerofrom v0.1.8
10962026-06-05T04:03:05.365Z Downloaded similar v2.7.0
10972026-06-05T04:03:05.371Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10982026-06-05T04:03:05.371Z Downloaded thread-id v5.1.0
10992026-06-05T04:03:05.371Z Downloaded qorb v0.4.1
11002026-06-05T04:03:05.375Z Downloaded wait-timeout v0.2.1
11012026-06-05T04:03:05.375Z Downloaded usdt v0.5.0
11022026-06-05T04:03:05.375Z Downloaded time-macros v0.2.27
11032026-06-05T04:03:05.375Z Downloaded progenitor-impl v0.13.0
11042026-06-05T04:03:05.375Z Downloaded rustls-platform-verifier v0.7.0
11052026-06-05T04:03:05.380Z Downloaded tiny-keccak v2.0.2
11062026-06-05T04:03:05.380Z Downloaded prettyplease v0.2.37
11072026-06-05T04:03:05.382Z Downloaded progenitor-client v0.10.0
11082026-06-05T04:03:05.383Z Downloaded darling_core v0.21.3
11092026-06-05T04:03:05.385Z Downloaded schemars v0.8.22
11102026-06-05T04:03:05.392Z Downloaded scroll v0.13.0
11112026-06-05T04:03:05.398Z Downloaded postcard v1.1.3
11122026-06-05T04:03:05.398Z Downloaded instant v0.1.13
11132026-06-05T04:03:05.398Z Downloaded pest_generator v2.8.6
11142026-06-05T04:03:05.404Z Downloaded num_enum_derive v0.7.6
11152026-06-05T04:03:05.405Z Downloaded dropshot_endpoint v0.17.1
11162026-06-05T04:03:05.405Z Downloaded const-oid v0.10.2
11172026-06-05T04:03:05.405Z Downloaded cargo_toml v0.22.3
11182026-06-05T04:03:05.409Z Downloaded vsss-rs v3.3.4
11192026-06-05T04:03:05.409Z Downloaded zerofrom-derive v0.1.7
11202026-06-05T04:03:05.409Z Downloaded unarray v0.1.4
11212026-06-05T04:03:05.409Z Downloaded usdt-impl v0.5.0
11222026-06-05T04:03:05.409Z Downloaded serde_yaml v0.9.34+deprecated
11232026-06-05T04:03:05.409Z Downloaded zerovec-derive v0.11.3
11242026-06-05T04:03:05.412Z Downloaded xz2 v0.1.7
11252026-06-05T04:03:05.412Z Downloaded oxide-tokio-rt v0.1.6
11262026-06-05T04:03:05.412Z Downloaded defmt v1.1.0
11272026-06-05T04:03:05.417Z Downloaded zeroize_derive v1.4.3
11282026-06-05T04:03:05.417Z Downloaded tokio-tungstenite v0.21.0
11292026-06-05T04:03:05.420Z Downloaded writeable v0.6.3
11302026-06-05T04:03:05.420Z Downloaded memmap2 v0.9.10
11312026-06-05T04:03:05.420Z Downloaded itertools v0.12.1
11322026-06-05T04:03:05.423Z Downloaded managed v0.8.0
11332026-06-05T04:03:05.426Z Downloaded hashbrown v0.12.3
11342026-06-05T04:03:05.426Z Downloaded blake2 v0.10.6
11352026-06-05T04:03:05.432Z Downloaded blake3 v1.8.5
11362026-06-05T04:03:05.437Z Downloaded hickory-resolver v0.25.2
11372026-06-05T04:03:05.437Z Downloaded thin-vec v0.2.18
11382026-06-05T04:03:05.455Z Downloaded indicatif v0.18.4
11392026-06-05T04:03:05.455Z Downloaded ucd-trie v0.1.7
11402026-06-05T04:03:05.455Z Downloaded pest v2.8.6
11412026-06-05T04:03:05.461Z Downloaded keccak v0.1.6
11422026-06-05T04:03:05.461Z Downloaded icu_properties v2.2.0
11432026-06-05T04:03:05.461Z Downloaded crossbeam-utils v0.8.21
11442026-06-05T04:03:05.461Z Downloaded base64 v0.21.7
11452026-06-05T04:03:05.461Z Downloaded derive-ex v0.1.8
11462026-06-05T04:03:05.461Z Downloaded async-recursion v1.1.1
11472026-06-05T04:03:05.461Z Downloaded async-stream v0.3.6
11482026-06-05T04:03:05.461Z Downloaded git-stub v1.0.0
11492026-06-05T04:03:05.461Z Downloaded zerocopy-derive v0.7.35
11502026-06-05T04:03:05.461Z Downloaded usdt-impl v0.6.0
11512026-06-05T04:03:05.461Z Downloaded nom v7.1.3
11522026-06-05T04:03:05.465Z Downloaded typify v0.6.2
11532026-06-05T04:03:05.465Z Downloaded dropshot-api-manager v0.7.2
11542026-06-05T04:03:05.468Z Downloaded typify v0.4.3
11552026-06-05T04:03:05.473Z Downloaded snafu v0.8.9
11562026-06-05T04:03:05.481Z Downloaded waitgroup v0.1.2
11572026-06-05T04:03:05.482Z Downloaded toml_edit v0.25.12+spec-1.1.0
11582026-06-05T04:03:05.491Z Downloaded lzma-sys v0.1.20
11592026-06-05T04:03:05.504Z Downloaded tungstenite v0.21.0
11602026-06-05T04:03:05.517Z Downloaded indexmap v1.9.3
11612026-06-05T04:03:05.517Z Downloaded toml v0.7.8
11622026-06-05T04:03:05.517Z Downloaded steno v0.4.1
11632026-06-05T04:03:05.517Z Downloaded yansi v1.0.1
11642026-06-05T04:03:05.517Z Downloaded typify-macro v0.4.3
11652026-06-05T04:03:05.517Z Downloaded schemars v1.2.1
11662026-06-05T04:03:05.521Z Downloaded walkdir v2.5.0
11672026-06-05T04:03:05.521Z Downloaded aws-lc-rs v1.17.0
11682026-06-05T04:03:05.521Z Downloaded parse-display-derive v0.10.0
11692026-06-05T04:03:05.521Z Downloaded httpdate v1.0.3
11702026-06-05T04:03:05.537Z Downloaded zerocopy-derive v0.8.50
11712026-06-05T04:03:05.544Z Downloaded moka v0.12.15
11722026-06-05T04:03:05.544Z Downloaded konst v0.2.20
11732026-06-05T04:03:05.544Z Downloaded typed-path v0.9.3
11742026-06-05T04:03:05.544Z Downloaded zone_cfg_derive v0.3.1
11752026-06-05T04:03:05.544Z Downloaded schemars v0.9.0
11762026-06-05T04:03:05.547Z Downloaded zone v0.3.1
11772026-06-05T04:03:05.547Z Downloaded jiff v0.2.28
11782026-06-05T04:03:05.556Z Downloaded rustls-native-certs v0.8.4
11792026-06-05T04:03:05.561Z Downloaded zerotrie v0.2.4
11802026-06-05T04:03:05.561Z Downloaded rhai_codegen v3.2.0
11812026-06-05T04:03:05.566Z Downloaded rand v0.10.1
11822026-06-05T04:03:05.566Z Downloaded reqwest v0.13.4
11832026-06-05T04:03:05.566Z Downloaded rand v0.8.6
11842026-06-05T04:03:05.570Z Downloaded hickory-proto v0.24.4
11852026-06-05T04:03:05.578Z Downloaded progenitor v0.14.0
11862026-06-05T04:03:05.581Z Downloaded fs_extra v1.3.0
11872026-06-05T04:03:05.581Z Downloaded usdt-macro v0.6.0
11882026-06-05T04:03:05.581Z Downloaded is-terminal v0.4.17
11892026-06-05T04:03:05.581Z Downloaded ingot v0.1.1
11902026-06-05T04:03:05.582Z Downloaded hostname v0.4.2
11912026-06-05T04:03:05.582Z Downloaded crucible-workspace-hack v0.1.0
11922026-06-05T04:03:05.582Z Downloaded const-random-macro v0.1.16
11932026-06-05T04:03:05.582Z Downloaded async-trait v0.1.89
11942026-06-05T04:03:05.587Z Downloaded arrayref v0.3.9
11952026-06-05T04:03:05.587Z Downloaded memoffset v0.9.1
11962026-06-05T04:03:05.587Z Downloaded glob v0.3.3
11972026-06-05T04:03:05.587Z Downloaded ff v0.13.1
11982026-06-05T04:03:05.592Z Downloaded data-encoding v2.11.0
11992026-06-05T04:03:05.592Z Downloaded critical-section v1.2.0
12002026-06-05T04:03:05.592Z Downloaded tough v0.22.0
12012026-06-05T04:03:05.597Z Downloaded fs-err v3.3.0
12022026-06-05T04:03:05.597Z Downloaded dof v0.4.0
12032026-06-05T04:03:05.597Z Downloaded heck v0.4.1
12042026-06-05T04:03:05.597Z Downloaded half v2.7.1
12052026-06-05T04:03:05.600Z Downloaded zerocopy v0.7.35
12062026-06-05T04:03:05.608Z Downloaded fxhash v0.2.1
12072026-06-05T04:03:05.611Z Downloaded foreign-types-shared v0.3.1
12082026-06-05T04:03:05.611Z Downloaded foldhash v0.2.0
12092026-06-05T04:03:05.611Z Downloaded fixedbitset v0.4.2
12102026-06-05T04:03:05.611Z Downloaded deranged v0.5.8
12112026-06-05T04:03:05.611Z Downloaded convert_case v0.4.0
12122026-06-05T04:03:05.611Z Downloaded byteorder v1.5.0
12132026-06-05T04:03:05.611Z Downloaded block-buffer v0.12.0
12142026-06-05T04:03:05.611Z Downloaded aead v0.5.2
12152026-06-05T04:03:05.616Z Downloaded csv-core v0.1.13
12162026-06-05T04:03:05.616Z Downloaded bitflags v1.3.2
12172026-06-05T04:03:05.616Z Downloaded slog v2.8.2
12182026-06-05T04:03:05.630Z Downloaded crc8 v0.1.1
12192026-06-05T04:03:05.630Z Downloaded proptest v1.11.0
12202026-06-05T04:03:05.630Z Downloaded serde_with v3.20.0
12212026-06-05T04:03:05.635Z Downloaded scroll_derive v0.13.1
12222026-06-05T04:03:05.635Z Downloaded pest_derive v2.8.6
12232026-06-05T04:03:05.635Z Downloaded bytecount v0.6.9
12242026-06-05T04:03:05.635Z Downloaded crossbeam-deque v0.8.6
12252026-06-05T04:03:05.635Z Downloaded cancel-safe-futures v0.1.5
12262026-06-05T04:03:05.635Z Downloaded git-stub-vcs v0.1.0
12272026-06-05T04:03:05.639Z Downloaded erased-serde v0.3.31
12282026-06-05T04:03:05.639Z Downloaded papergrid v0.18.0
12292026-06-05T04:03:05.644Z Downloaded sha3 v0.10.9
12302026-06-05T04:03:05.648Z Downloaded tabled v0.21.0
12312026-06-05T04:03:05.653Z Downloaded unsafe-libyaml v0.2.11
12322026-06-05T04:03:05.656Z Downloaded slog-async v2.8.0
12332026-06-05T04:03:05.656Z Downloaded newtype_derive v0.1.6
12342026-06-05T04:03:05.656Z Downloaded ref-cast-impl v1.0.25
12352026-06-05T04:03:05.656Z Downloaded encoding_rs v0.8.35
12362026-06-05T04:03:05.669Z Downloaded whoami v1.6.1
12372026-06-05T04:03:05.678Z Downloaded serde_with_macros v3.20.0
12382026-06-05T04:03:05.678Z Downloaded progenitor v0.10.0
12392026-06-05T04:03:05.678Z Downloaded time v0.3.47
12402026-06-05T04:03:05.681Z Downloaded toml_edit v0.19.15
12412026-06-05T04:03:05.686Z Downloaded rayon v1.12.0
12422026-06-05T04:03:05.691Z Downloaded smoltcp v0.11.0
12432026-06-05T04:03:05.696Z Downloaded regress v0.10.5
12442026-06-05T04:03:05.701Z Downloaded dropshot v0.17.1
12452026-06-05T04:03:05.712Z Downloaded typify-impl v0.4.3
12462026-06-05T04:03:05.722Z Downloaded regress v0.11.1
12472026-06-05T04:03:05.727Z Downloaded toml v0.9.12+spec-1.1.0
12482026-06-05T04:03:05.735Z Downloaded serial_test_derive v3.5.0
12492026-06-05T04:03:05.735Z Downloaded progenitor-macro v0.10.0
12502026-06-05T04:03:05.735Z Downloaded progenitor-impl v0.14.0
12512026-06-05T04:03:05.735Z Downloaded term v1.2.1
12522026-06-05T04:03:05.735Z Downloaded strum v0.27.2
12532026-06-05T04:03:05.735Z Downloaded smf v0.2.3
12542026-06-05T04:03:05.742Z Downloaded rand_core v0.10.1
12552026-06-05T04:03:05.742Z Downloaded quick-error v1.2.3
12562026-06-05T04:03:05.742Z Downloaded slog-dtrace v0.3.0
12572026-06-05T04:03:05.742Z Downloaded openapiv3 v2.2.0
12582026-06-05T04:03:05.755Z Downloaded spin v0.9.8
12592026-06-05T04:03:05.755Z Downloaded scroll v0.12.0
12602026-06-05T04:03:05.755Z Downloaded semver v0.1.20
12612026-06-05T04:03:05.755Z Downloaded rhai v1.25.1
12622026-06-05T04:03:05.764Z Downloaded slog-scope v4.4.1
12632026-06-05T04:03:05.764Z Downloaded ref-cast v1.0.25
12642026-06-05T04:03:05.764Z Downloaded test-strategy v0.4.5
12652026-06-05T04:03:05.764Z Downloaded sled v0.34.7
12662026-06-05T04:03:05.764Z Downloaded synstructure v0.13.2
12672026-06-05T04:03:05.764Z Downloaded scroll_derive v0.12.1
12682026-06-05T04:03:05.764Z Downloaded tabled v0.15.0
12692026-06-05T04:03:05.769Z Downloaded yoke-derive v0.8.2
12702026-06-05T04:03:05.769Z Downloaded utf-8 v0.7.6
12712026-06-05T04:03:05.769Z Downloaded sigpipe v0.1.3
12722026-06-05T04:03:05.776Z Downloaded take_mut v0.2.2
12732026-06-05T04:03:05.777Z Downloaded siphasher v1.0.3
12742026-06-05T04:03:05.777Z Downloaded syn v1.0.109
12752026-06-05T04:03:05.780Z Downloaded yoke v0.8.3
12762026-06-05T04:03:05.780Z Downloaded untrusted v0.7.1
12772026-06-05T04:03:05.780Z Downloaded progenitor-client v0.13.0
12782026-06-05T04:03:05.780Z Downloaded proc-macro-error2 v2.0.1
12792026-06-05T04:03:05.780Z Downloaded papergrid v0.11.0
12802026-06-05T04:03:05.788Z Downloaded winnow v0.5.40
12812026-06-05T04:03:05.811Z Downloaded petgraph v0.6.5
12822026-06-05T04:03:05.824Z Downloaded snafu-derive v0.8.9
12832026-06-05T04:03:05.829Z Downloaded csv v1.4.0
12842026-06-05T04:03:05.833Z Downloaded chrono-tz v0.10.4
12852026-06-05T04:03:05.841Z Downloaded typify-impl v0.6.2
12862026-06-05T04:03:05.916Z Downloaded zerovec v0.11.6
12872026-06-05T04:03:06.363Z Downloaded aws-lc-sys v0.41.0
12882026-06-05T04:03:07.284Z Compiling proc-macro2 v1.0.106
12892026-06-05T04:03:07.284Z Compiling unicode-ident v1.0.24
12902026-06-05T04:03:07.284Z Compiling quote v1.0.45
12912026-06-05T04:03:07.284Z Compiling serde_core v1.0.228
12922026-06-05T04:03:07.287Z Compiling cfg-if v1.0.4
12932026-06-05T04:03:07.287Z Compiling serde v1.0.228
12942026-06-05T04:03:07.287Z Compiling libc v0.2.186
12952026-06-05T04:03:07.287Z Compiling memchr v2.8.1
12962026-06-05T04:03:07.449Z Compiling itoa v1.0.18
12972026-06-05T04:03:07.631Z Compiling smallvec v1.15.1
12982026-06-05T04:03:07.742Z Compiling zmij v1.0.21
12992026-06-05T04:03:07.772Z Compiling autocfg v1.5.1
13002026-06-05T04:03:07.840Z Compiling libm v0.2.16
13012026-06-05T04:03:08.136Z Compiling stable_deref_trait v1.2.1
13022026-06-05T04:03:08.146Z Compiling percent-encoding v2.3.2
13032026-06-05T04:03:08.189Z Compiling writeable v0.6.3
13042026-06-05T04:03:08.282Z Compiling litemap v0.8.2
13052026-06-05T04:03:08.298Z Compiling icu_normalizer_data v2.2.0
13062026-06-05T04:03:08.341Z Compiling icu_properties_data v2.2.0
13072026-06-05T04:03:08.362Z Compiling utf8_iter v1.0.4
13082026-06-05T04:03:08.469Z Compiling iana-time-zone v0.1.65
13092026-06-05T04:03:08.506Z Compiling equivalent v1.0.2
13102026-06-05T04:03:08.574Z Compiling syn v2.0.117
13112026-06-05T04:03:08.625Z Compiling form_urlencoded v1.2.2
13122026-06-05T04:03:08.686Z Compiling version_check v0.9.5
13132026-06-05T04:03:08.697Z Compiling pin-project-lite v0.2.17
13142026-06-05T04:03:08.741Z Compiling serde_json v1.0.150
13152026-06-05T04:03:08.780Z Compiling parking_lot_core v0.9.12
13162026-06-05T04:03:08.796Z Compiling dyn-clone v1.0.20
13172026-06-05T04:03:08.810Z Compiling scopeguard v1.2.0
13182026-06-05T04:03:08.919Z Compiling lock_api v0.4.14
13192026-06-05T04:03:08.933Z Compiling num-traits v0.2.19
13202026-06-05T04:03:08.960Z Compiling getrandom v0.4.2
13212026-06-05T04:03:09.032Z Compiling log v0.4.32
13222026-06-05T04:03:09.079Z Compiling hashbrown v0.17.1
13232026-06-05T04:03:09.158Z Compiling rand_core v0.10.1
13242026-06-05T04:03:09.224Z Compiling thiserror v2.0.18
13252026-06-05T04:03:09.269Z Compiling errno v0.3.14
13262026-06-05T04:03:09.412Z Compiling futures-core v0.3.32
13272026-06-05T04:03:09.488Z Compiling heck v0.5.0
13282026-06-05T04:03:09.589Z Compiling semver v1.0.28
13292026-06-05T04:03:09.658Z Compiling indexmap v2.14.0
13302026-06-05T04:03:09.751Z Compiling zerocopy v0.8.50
13312026-06-05T04:03:09.875Z Compiling futures-sink v0.3.32
13322026-06-05T04:03:09.949Z Compiling uuid v1.23.2
13332026-06-05T04:03:09.975Z Compiling slab v0.4.12
13342026-06-05T04:03:09.989Z Compiling jobserver v0.1.34
13352026-06-05T04:03:10.144Z Compiling find-msvc-tools v0.1.9
13362026-06-05T04:03:10.256Z Compiling shlex v2.0.1
13372026-06-05T04:03:10.304Z Compiling fnv v1.0.7
13382026-06-05T04:03:10.341Z Compiling schemars v0.8.22
13392026-06-05T04:03:10.364Z Compiling futures-channel v0.3.32
13402026-06-05T04:03:10.382Z Compiling cc v1.2.63
13412026-06-05T04:03:10.390Z Compiling rustversion v1.0.22
13422026-06-05T04:03:10.431Z Compiling futures-task v0.3.32
13432026-06-05T04:03:10.581Z Compiling futures-io v0.3.32
13442026-06-05T04:03:10.617Z Compiling socket2 v0.6.4
13452026-06-05T04:03:10.662Z Compiling bitflags v2.12.1
13462026-06-05T04:03:10.730Z Compiling signal-hook-registry v1.4.8
13472026-06-05T04:03:10.734Z Compiling mio v1.2.1
13482026-06-05T04:03:10.893Z Compiling parking_lot v0.12.5
13492026-06-05T04:03:10.904Z Compiling portable-atomic v1.13.1
13502026-06-05T04:03:11.021Z Compiling fs_extra v1.3.0
13512026-06-05T04:03:11.058Z Compiling typenum v1.20.1
13522026-06-05T04:03:11.239Z Compiling cmake v0.1.58
13532026-06-05T04:03:11.289Z Compiling dunce v1.0.5
13542026-06-05T04:03:11.319Z Compiling base64 v0.22.1
13552026-06-05T04:03:11.357Z Compiling synstructure v0.13.2
13562026-06-05T04:03:11.360Z Compiling serde_derive_internals v0.29.1
13572026-06-05T04:03:11.575Z Compiling critical-section v1.2.0
13582026-06-05T04:03:11.614Z Compiling subtle v2.6.1
13592026-06-05T04:03:11.617Z Compiling aws-lc-sys v0.41.0
13602026-06-05T04:03:11.678Z Compiling byteorder v1.5.0
13612026-06-05T04:03:11.777Z Compiling regex-syntax v0.8.10
13622026-06-05T04:03:11.836Z Compiling once_cell v1.21.4
13632026-06-05T04:03:11.922Z Compiling slog v2.8.2
13642026-06-05T04:03:11.941Z Compiling strsim v0.11.1
13652026-06-05T04:03:11.955Z Compiling ipnet v2.12.0
13662026-06-05T04:03:12.109Z Compiling atomic-waker v1.1.2
13672026-06-05T04:03:12.133Z Compiling httparse v1.10.1
13682026-06-05T04:03:12.139Z Compiling rustix v1.1.4
13692026-06-05T04:03:12.248Z Compiling tower-service v0.3.3
13702026-06-05T04:03:12.339Z Compiling tower-layer v0.3.3
13712026-06-05T04:03:12.339Z Compiling getrandom v0.2.17
13722026-06-05T04:03:12.490Z Compiling ryu v1.0.23
13732026-06-05T04:03:12.513Z Compiling untrusted v0.9.0
13742026-06-05T04:03:12.534Z Compiling thiserror v1.0.69
13752026-06-05T04:03:12.595Z Compiling serde_derive v1.0.228
13762026-06-05T04:03:12.628Z Compiling zerofrom-derive v0.1.7
13772026-06-05T04:03:12.677Z Compiling yoke-derive v0.8.2
13782026-06-05T04:03:12.703Z Compiling zerovec-derive v0.11.3
13792026-06-05T04:03:12.845Z Compiling displaydoc v0.2.6
13802026-06-05T04:03:12.856Z Compiling schemars_derive v0.8.22
13812026-06-05T04:03:13.652Z Compiling tokio-macros v2.7.0
13822026-06-05T04:03:13.759Z Compiling thiserror-impl v2.0.18
13832026-06-05T04:03:13.800Z Compiling zerocopy-derive v0.8.50
13842026-06-05T04:03:13.851Z Compiling zerofrom v0.1.8
13852026-06-05T04:03:13.943Z Compiling yoke v0.8.3
13862026-06-05T04:03:14.066Z Compiling zeroize_derive v1.4.3
13872026-06-05T04:03:14.129Z Compiling zerovec v0.11.6
13882026-06-05T04:03:14.410Z Compiling zerotrie v0.2.4
13892026-06-05T04:03:14.463Z Compiling futures-macro v0.3.32
13902026-06-05T04:03:14.649Z Compiling tinystr v0.8.3
13912026-06-05T04:03:14.700Z Compiling potential_utf v0.1.5
13922026-06-05T04:03:14.741Z Compiling zeroize v1.8.2
13932026-06-05T04:03:14.845Z Compiling icu_locale_core v2.2.0
13942026-06-05T04:03:14.856Z Compiling icu_collections v2.2.0
13952026-06-05T04:03:14.937Z Compiling try-lock v0.2.5
13962026-06-05T04:03:15.055Z Compiling ucd-trie v0.1.7
13972026-06-05T04:03:15.071Z Compiling want v0.3.1
13982026-06-05T04:03:15.231Z Compiling pest v2.8.6
13992026-06-05T04:03:15.298Z Compiling futures-util v0.3.32
14002026-06-05T04:03:15.373Z Compiling thiserror-impl v1.0.69
14012026-06-05T04:03:15.496Z Compiling rand_core v0.6.4
14022026-06-05T04:03:15.715Z Compiling bytes v1.11.1
14032026-06-05T04:03:15.724Z Compiling icu_provider v2.2.0
14042026-06-05T04:03:15.916Z Compiling chrono v0.4.45
14052026-06-05T04:03:16.059Z Compiling icu_normalizer v2.2.0
14062026-06-05T04:03:16.369Z Compiling icu_properties v2.2.0
14072026-06-05T04:03:16.479Z Compiling http v1.4.1
14082026-06-05T04:03:16.535Z Compiling tokio v1.52.3
14092026-06-05T04:03:16.653Z Compiling serde_tokenstream v0.2.3
14102026-06-05T04:03:16.983Z Compiling erased-serde v0.3.31
14112026-06-05T04:03:17.444Z Compiling idna_adapter v1.2.2
14122026-06-05T04:03:17.475Z Compiling http-body v1.0.1
14132026-06-05T04:03:17.573Z Compiling idna v1.1.0
14142026-06-05T04:03:17.583Z Compiling httpdate v1.0.3
14152026-06-05T04:03:17.620Z Compiling pest_meta v2.8.6
14162026-06-05T04:03:17.700Z Compiling getrandom v0.3.4
14172026-06-05T04:03:17.820Z Compiling pretty-hex v0.4.2
14182026-06-05T04:03:17.914Z Compiling url v2.5.8
14192026-06-05T04:03:17.956Z Compiling ppv-lite86 v0.2.21
14202026-06-05T04:03:18.060Z Compiling plain v0.2.3
14212026-06-05T04:03:18.118Z Compiling foldhash v0.2.0
14222026-06-05T04:03:18.169Z Compiling allocator-api2 v0.2.21
14232026-06-05T04:03:18.277Z Compiling pest_generator v2.8.6
14242026-06-05T04:03:18.344Z Compiling paste v1.0.15
14252026-06-05T04:03:18.356Z Compiling tracing-attributes v0.1.31
14262026-06-05T04:03:18.693Z Compiling hashbrown v0.16.1
14272026-06-05T04:03:18.788Z Compiling tracing-core v0.1.36
14282026-06-05T04:03:18.879Z Compiling ident_case v1.0.1
14292026-06-05T04:03:18.909Z Compiling pest_derive v2.8.6
14302026-06-05T04:03:19.002Z Compiling omicron-workspace-hack v0.1.0
14312026-06-05T04:03:19.240Z Compiling ipnetwork v0.21.1
14322026-06-05T04:03:19.410Z Compiling http-body-util v0.1.3
14332026-06-05T04:03:19.476Z Compiling serde_urlencoded v0.7.1
14342026-06-05T04:03:19.586Z Compiling tracing v0.1.44
14352026-06-05T04:03:19.631Z Compiling aho-corasick v1.1.4
14362026-06-05T04:03:19.714Z Compiling sync_wrapper v1.0.2
14372026-06-05T04:03:19.732Z Compiling winnow v1.0.3
14382026-06-05T04:03:19.778Z Compiling oxnet v0.1.6
14392026-06-05T04:03:19.816Z Compiling daft-derive v0.1.7
14402026-06-05T04:03:19.953Z Compiling fastrand v2.4.1
14412026-06-05T04:03:20.216Z Compiling async-trait v0.1.89
14422026-06-05T04:03:20.245Z Compiling scroll_derive v0.13.1
14432026-06-05T04:03:20.570Z Compiling regex-automata v0.4.14
14442026-06-05T04:03:20.816Z Compiling tokio-util v0.7.18
14452026-06-05T04:03:20.995Z Compiling num-conv v0.2.2
14462026-06-05T04:03:21.078Z Compiling time-core v0.1.8
14472026-06-05T04:03:21.146Z Compiling aws-lc-rs v1.17.0
14482026-06-05T04:03:21.186Z Compiling anyhow v1.0.102
14492026-06-05T04:03:21.257Z Compiling powerfmt v0.2.0
14502026-06-05T04:03:21.435Z Compiling deranged v0.5.8
14512026-06-05T04:03:21.458Z Compiling time-macros v0.2.27
14522026-06-05T04:03:21.556Z Compiling scroll v0.13.0
14532026-06-05T04:03:21.733Z Compiling rustls-pki-types v1.14.1
14542026-06-05T04:03:21.835Z Compiling openssl-probe v0.2.1
14552026-06-05T04:03:22.063Z Compiling num_threads v0.1.7
14562026-06-05T04:03:22.159Z Compiling hex v0.4.3
14572026-06-05T04:03:22.266Z Compiling regex v1.12.3
14582026-06-05T04:03:22.419Z Compiling goblin v0.10.7
14592026-06-05T04:03:22.741Z Compiling camino v1.2.2
14602026-06-05T04:03:22.839Z Compiling untrusted v0.7.1
14612026-06-05T04:03:23.119Z Compiling rustls v0.23.40
14622026-06-05T04:03:23.131Z Compiling usdt-impl v0.6.0
14632026-06-05T04:03:23.142Z Compiling crc32fast v1.5.0
14642026-06-05T04:03:23.398Z Compiling h2 v0.4.14
14652026-06-05T04:03:23.408Z Compiling dtrace-parser v0.3.0
14662026-06-05T04:03:23.480Z Compiling crossbeam-utils v0.8.21
14672026-06-05T04:03:23.815Z Compiling futures-executor v0.3.32
14682026-06-05T04:03:24.329Z Compiling structmeta-derive v0.3.0
14692026-06-05T04:03:24.332Z Compiling thread-id v5.1.0
14702026-06-05T04:03:24.332Z Compiling adler2 v2.0.1
14712026-06-05T04:03:24.333Z Compiling cpufeatures v0.3.0
14722026-06-05T04:03:24.333Z Compiling simd-adler32 v0.3.9
14732026-06-05T04:03:24.333Z Compiling futures v0.3.32
14742026-06-05T04:03:24.333Z Compiling rand_core v0.9.5
14752026-06-05T04:03:24.362Z Compiling miniz_oxide v0.8.9
14762026-06-05T04:03:24.479Z Compiling darling_core v0.23.0
14772026-06-05T04:03:24.780Z Compiling newtype-uuid-macros v0.1.0
14782026-06-05T04:03:24.989Z Compiling structmeta v0.3.0
14792026-06-05T04:03:25.025Z Compiling hybrid-array v0.4.12
14802026-06-05T04:03:25.189Z Compiling dof v0.4.0
14812026-06-05T04:03:25.506Z Compiling hyper v1.10.1
14822026-06-05T04:03:25.543Z Compiling thread_local v1.1.9
14832026-06-05T04:03:25.593Z Compiling match_cfg v0.1.0
14842026-06-05T04:03:25.670Z Compiling flate2 v1.1.9
14852026-06-05T04:03:26.433Z Compiling newtype-uuid v1.3.2
14862026-06-05T04:03:26.526Z Compiling ref-cast v1.0.25
14872026-06-05T04:03:26.552Z Compiling hyper-util v0.1.20
14882026-06-05T04:03:26.771Z Compiling darling_macro v0.23.0
14892026-06-05T04:03:26.797Z Compiling quick-error v1.2.3
14902026-06-05T04:03:27.257Z Compiling compression-core v0.4.32
14912026-06-05T04:03:27.670Z Compiling slog-async v2.8.0
14922026-06-05T04:03:27.670Z Compiling compression-codecs v0.4.38
14932026-06-05T04:03:27.675Z Compiling daft v0.1.7
14942026-06-05T04:03:27.675Z Compiling crypto-common v0.2.2
14952026-06-05T04:03:27.675Z Compiling block-buffer v0.12.0
14962026-06-05T04:03:27.675Z Compiling usdt-macro v0.6.0
14972026-06-05T04:03:27.675Z Compiling darling v0.23.0
14982026-06-05T04:03:27.675Z Compiling usdt-attr-macro v0.6.0
14992026-06-05T04:03:27.675Z Compiling rand_chacha v0.9.0
15002026-06-05T04:03:27.675Z Compiling ref-cast-impl v1.0.25
15012026-06-05T04:03:27.914Z Compiling strum_macros v0.26.4
15022026-06-05T04:03:27.961Z Compiling serde_spanned v1.1.1
15032026-06-05T04:03:28.123Z Compiling multer v3.1.0
15042026-06-05T04:03:28.201Z Compiling generic-array v0.14.7
15052026-06-05T04:03:28.314Z Compiling bit-vec v0.8.0
15062026-06-05T04:03:28.325Z Compiling toml_writer v1.1.1+spec-1.1.0
15072026-06-05T04:03:28.350Z Compiling take_mut v0.2.2
15082026-06-05T04:03:28.440Z Compiling debug-ignore v1.0.5
15092026-06-05T04:03:28.527Z Compiling const-oid v0.10.2
15102026-06-05T04:03:28.539Z Compiling term v1.2.1
15112026-06-05T04:03:28.548Z Compiling bit-set v0.8.0
15122026-06-05T04:03:28.655Z Compiling rand v0.9.4
15132026-06-05T04:03:28.698Z Compiling digest v0.11.3
15142026-06-05T04:03:28.729Z Compiling serde_with_macros v3.20.0
15152026-06-05T04:03:28.738Z Compiling async-stream-impl v0.3.6
15162026-06-05T04:03:28.859Z Compiling dropshot v0.17.1
15172026-06-05T04:03:29.103Z Compiling encoding_rs v0.8.35
15182026-06-05T04:03:29.250Z Compiling unarray v0.1.4
15192026-06-05T04:03:29.257Z Compiling spin v0.9.8
15202026-06-05T04:03:29.337Z Compiling mime v0.3.17
15212026-06-05T04:03:29.370Z Compiling syn v1.0.109
15222026-06-05T04:03:29.380Z Compiling async-stream v0.3.6
15232026-06-05T04:03:29.958Z Compiling strum v0.26.3
15242026-06-05T04:03:30.368Z Compiling sha1 v0.11.0
15252026-06-05T04:03:30.368Z Compiling derive-ex v0.1.8
15262026-06-05T04:03:30.368Z Compiling tower v0.5.3
15272026-06-05T04:03:30.368Z Compiling dropshot_endpoint v0.17.1
15282026-06-05T04:03:30.368Z Compiling macaddr v1.0.1
15292026-06-05T04:03:30.368Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15302026-06-05T04:03:30.371Z Compiling waitgroup v0.1.2
15312026-06-05T04:03:30.371Z Compiling serde_path_to_error v0.1.20
15322026-06-05T04:03:30.371Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15332026-06-05T04:03:30.469Z Compiling tower-http v0.6.11
15342026-06-05T04:03:30.555Z Compiling tempfile v3.27.0
15352026-06-05T04:03:30.744Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15362026-06-05T04:03:30.884Z Compiling openapiv3 v2.2.0
15372026-06-05T04:03:30.925Z Compiling strum_macros v0.27.2
15382026-06-05T04:03:30.983Z Compiling instant v0.1.13
15392026-06-05T04:03:31.243Z Compiling test-strategy v0.4.5
15402026-06-05T04:03:31.402Z Compiling time v0.3.47
15412026-06-05T04:03:32.340Z Compiling rustls-native-certs v0.8.4
15422026-06-05T04:03:32.614Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15432026-06-05T04:03:32.648Z Compiling crossbeam-channel v0.5.15
15442026-06-05T04:03:32.692Z Compiling crypto-common v0.1.7
15452026-06-05T04:03:32.801Z Compiling strum v0.27.2
15462026-06-05T04:03:32.926Z Compiling parse-display-derive v0.10.0
15472026-06-05T04:03:33.142Z Compiling backon v1.6.0
15482026-06-05T04:03:33.211Z Compiling rand_chacha v0.3.1
15492026-06-05T04:03:33.423Z Compiling rand v0.8.6
15502026-06-05T04:03:33.666Z Compiling slog-json v2.6.1
15512026-06-05T04:03:33.904Z Compiling hostname v0.3.1
15522026-06-05T04:03:34.041Z Compiling toml_parser v1.1.2+spec-1.1.0
15532026-06-05T04:03:34.078Z Compiling toml_datetime v1.1.1+spec-1.1.0
15542026-06-05T04:03:34.475Z Compiling wait-timeout v0.2.1
15552026-06-05T04:03:34.550Z Compiling memmap2 v0.9.10
15562026-06-05T04:03:34.587Z Compiling is-terminal v0.4.17
15572026-06-05T04:03:34.605Z Compiling either v1.16.0
15582026-06-05T04:03:34.679Z Compiling slog-term v2.9.2
15592026-06-05T04:03:34.729Z Compiling usdt v0.6.0
15602026-06-05T04:03:34.772Z Compiling rusty-fork v0.3.1
15612026-06-05T04:03:34.802Z Compiling toml v1.1.2+spec-1.1.0
15622026-06-05T04:03:35.255Z Compiling slog-bunyan v2.5.0
15632026-06-05T04:03:35.269Z Compiling serde_with v3.20.0
15642026-06-05T04:03:35.269Z Compiling async-compression v0.4.42
15652026-06-05T04:03:35.270Z Compiling rand_xorshift v0.4.0
15662026-06-05T04:03:35.275Z Compiling rustls-pemfile v2.2.0
15672026-06-05T04:03:35.275Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15682026-06-05T04:03:35.309Z Compiling regress v0.10.5
15692026-06-05T04:03:35.376Z Compiling hostname v0.4.2
15702026-06-05T04:03:35.449Z Compiling humantime v2.3.0
15712026-06-05T04:03:35.512Z Compiling proptest v1.11.0
15722026-06-05T04:03:35.717Z Compiling iddqd v0.4.2
15732026-06-05T04:03:35.955Z Compiling reqwest v0.12.28
15742026-06-05T04:03:36.322Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15752026-06-05T04:03:36.568Z Compiling block-buffer v0.10.4
15762026-06-05T04:03:36.715Z Compiling digest v0.10.7
15772026-06-05T04:03:36.836Z Compiling itertools v0.14.0
15782026-06-05T04:03:36.963Z Compiling progenitor-client v0.10.0
15792026-06-05T04:03:37.036Z Compiling parse-display v0.10.0
15802026-06-05T04:03:37.234Z Compiling backoff v0.4.0
15812026-06-05T04:03:37.375Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15822026-06-05T04:03:37.998Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15832026-06-05T04:03:39.192Z Compiling regress v0.11.1
15842026-06-05T04:03:39.388Z Compiling utf8parse v0.2.2
15852026-06-05T04:03:39.495Z Compiling anstyle-parse v1.0.0
15862026-06-05T04:03:39.581Z Compiling colorchoice v1.0.5
15872026-06-05T04:03:39.678Z Compiling is_terminal_polyfill v1.70.2
15882026-06-05T04:03:39.693Z Compiling anstyle v1.0.14
15892026-06-05T04:03:39.769Z Compiling anstyle-query v1.1.5
15902026-06-05T04:03:39.911Z Compiling anstream v1.0.0
15912026-06-05T04:03:40.907Z Compiling toml_datetime v0.6.11
15922026-06-05T04:03:40.910Z Compiling zerocopy-derive v0.7.35
15932026-06-05T04:03:40.910Z Compiling typify-impl v0.6.2
15942026-06-05T04:03:40.910Z Compiling convert_case v0.4.0
15952026-06-05T04:03:41.071Z Compiling cpufeatures v0.2.17
15962026-06-05T04:03:41.145Z Compiling clap_lex v1.1.0
15972026-06-05T04:03:41.251Z Compiling derive_more v0.99.20
15982026-06-05T04:03:41.533Z Compiling zerocopy v0.7.35
15992026-06-05T04:03:42.321Z Compiling unicode-width v0.2.2
16002026-06-05T04:03:42.825Z Compiling secrecy v0.10.3
16012026-06-05T04:03:42.990Z Compiling clap_derive v4.6.1
16022026-06-05T04:03:43.198Z Compiling crucible-workspace-hack v0.1.0
16032026-06-05T04:03:43.208Z Compiling float-ord v0.3.2
16042026-06-05T04:03:43.322Z Compiling tinyvec_macros v0.1.1
16052026-06-05T04:03:43.445Z Compiling tinyvec v1.11.0
16062026-06-05T04:03:43.725Z Compiling terminal_size v0.4.4
16072026-06-05T04:03:43.864Z Compiling dtrace-parser v0.2.0
16082026-06-05T04:03:43.873Z Compiling scroll_derive v0.12.1
16092026-06-05T04:03:43.876Z Compiling num-integer v0.1.46
16102026-06-05T04:03:44.193Z Compiling rustc_version v0.4.1
16112026-06-05T04:03:44.750Z Compiling usdt-impl v0.5.0
16122026-06-05T04:03:44.775Z Compiling scroll v0.12.0
16132026-06-05T04:03:44.775Z Compiling curve25519-dalek v4.1.3
16142026-06-05T04:03:44.867Z Compiling dof v0.3.0
16152026-06-05T04:03:44.916Z Compiling hmac v0.12.1
16162026-06-05T04:03:45.367Z Compiling inout v0.1.4
16172026-06-05T04:03:45.777Z Compiling darling_core v0.21.3
16182026-06-05T04:03:45.777Z Compiling ff v0.13.1
16192026-06-05T04:03:45.777Z Compiling thread-id v4.2.2
16202026-06-05T04:03:45.777Z Compiling group v0.13.0
16212026-06-05T04:03:45.777Z Compiling cipher v0.4.4
16222026-06-05T04:03:45.777Z Compiling hkdf v0.12.4
16232026-06-05T04:03:45.780Z Compiling goblin v0.8.2
16242026-06-05T04:03:45.855Z Compiling num-rational v0.4.2
16252026-06-05T04:03:45.994Z Compiling num-iter v0.1.45
16262026-06-05T04:03:46.083Z Compiling clap_builder v4.6.0
16272026-06-05T04:03:46.164Z Compiling toml_edit v0.25.12+spec-1.1.0
16282026-06-05T04:03:46.262Z Compiling thiserror-impl-no-std v2.0.2
16292026-06-05T04:03:46.469Z Compiling universal-hash v0.5.1
16302026-06-05T04:03:47.006Z Compiling crypto-bigint v0.5.5
16312026-06-05T04:03:47.080Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16322026-06-05T04:03:47.127Z Compiling typify-macro v0.6.2
16332026-06-05T04:03:47.130Z Compiling darling_macro v0.21.3
16342026-06-05T04:03:47.420Z Compiling crossbeam-epoch v0.9.18
16352026-06-05T04:03:47.745Z Compiling half v2.7.1
16362026-06-05T04:03:47.765Z Compiling curve25519-dalek-derive v0.1.1
16372026-06-05T04:03:47.808Z Compiling num-complex v0.4.6
16382026-06-05T04:03:48.189Z Compiling base16ct v0.2.0
16392026-06-05T04:03:48.620Z Compiling opaque-debug v0.3.1
16402026-06-05T04:03:48.628Z Compiling ciborium-io v0.2.2
16412026-06-05T04:03:48.628Z Compiling base64ct v1.8.3
16422026-06-05T04:03:48.628Z Compiling ciborium-ll v0.2.2
16432026-06-05T04:03:48.628Z Compiling elliptic-curve v0.13.8
16442026-06-05T04:03:48.628Z Compiling password-hash v0.5.0
16452026-06-05T04:03:48.628Z Compiling poly1305 v0.8.0
16462026-06-05T04:03:49.009Z Compiling num v0.4.3
16472026-06-05T04:03:49.089Z Compiling darling v0.21.3
16482026-06-05T04:03:49.168Z Compiling clap v4.6.1
16492026-06-05T04:03:49.195Z Compiling typify v0.6.2
16502026-06-05T04:03:49.287Z Compiling thiserror-no-std v2.0.2
16512026-06-05T04:03:49.373Z Compiling proc-macro-crate v3.5.0
16522026-06-05T04:03:49.590Z Compiling chacha20 v0.9.1
16532026-06-05T04:03:49.737Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16542026-06-05T04:03:49.802Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16552026-06-05T04:03:50.306Z Compiling blake2 v0.10.6
16562026-06-05T04:03:50.419Z Compiling aead v0.5.2
16572026-06-05T04:03:50.856Z Compiling byte-wrapper v0.1.0
16582026-06-05T04:03:50.859Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16592026-06-05T04:03:50.859Z Compiling proc-macro-error-attr v1.0.4
16602026-06-05T04:03:50.951Z Compiling unsafe-libyaml v0.2.11
16612026-06-05T04:03:51.430Z Compiling keccak v0.1.6
16622026-06-05T04:03:51.467Z Compiling rustix v0.38.44
16632026-06-05T04:03:51.467Z Compiling heapless v0.8.0
16642026-06-05T04:03:51.467Z Compiling prettyplease v0.2.37
16652026-06-05T04:03:51.857Z Compiling serde_yaml v0.9.34+deprecated
16662026-06-05T04:03:51.921Z Compiling sha3 v0.10.9
16672026-06-05T04:03:52.105Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16682026-06-05T04:03:52.556Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16692026-06-05T04:03:52.586Z Compiling chacha20poly1305 v0.10.1
16702026-06-05T04:03:52.731Z Compiling argon2 v0.5.3
16712026-06-05T04:03:53.146Z Compiling num_enum_derive v0.7.6
16722026-06-05T04:03:53.206Z Compiling vsss-rs v3.3.4
16732026-06-05T04:03:53.618Z Compiling ingot-macros v0.1.1
16742026-06-05T04:03:53.621Z Compiling ciborium v0.2.2
16752026-06-05T04:03:53.919Z Compiling usdt-attr-macro v0.5.0
16762026-06-05T04:03:54.175Z Compiling usdt-macro v0.5.0
16772026-06-05T04:03:55.071Z Compiling serde_spanned v0.6.9
16782026-06-05T04:03:55.696Z Compiling enum-as-inner v0.6.1
16792026-06-05T04:03:55.699Z Compiling hash32 v0.3.1
16802026-06-05T04:03:55.699Z Compiling proc-macro-error v1.0.4
16812026-06-05T04:03:55.746Z Compiling memmap v0.7.0
16822026-06-05T04:03:55.892Z Compiling memoffset v0.9.1
16832026-06-05T04:03:56.326Z Compiling cfg_aliases v0.2.1
16842026-06-05T04:03:56.330Z Compiling smoltcp v0.11.0
16852026-06-05T04:03:56.330Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16862026-06-05T04:03:56.330Z Compiling data-encoding v2.11.0
16872026-06-05T04:03:56.330Z Compiling indent_write v2.2.0
16882026-06-05T04:03:56.330Z Compiling toml_write v0.1.2
16892026-06-05T04:03:56.331Z Compiling winnow v0.7.15
16902026-06-05T04:03:56.331Z Compiling winnow v0.5.40
16912026-06-05T04:03:56.331Z Compiling nix v0.31.3
16922026-06-05T04:03:56.331Z Compiling ingot-types v0.1.2
16932026-06-05T04:03:56.367Z Compiling usdt v0.5.0
16942026-06-05T04:03:56.654Z Compiling rustls-webpki v0.103.13
16952026-06-05T04:03:57.002Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16962026-06-05T04:03:57.007Z Compiling num_enum v0.7.6
16972026-06-05T04:03:57.101Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16982026-06-05T04:03:57.322Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16992026-06-05T04:03:57.586Z Compiling toml_edit v0.22.27
17002026-06-05T04:03:58.026Z Compiling toml_edit v0.19.15
17012026-06-05T04:03:58.029Z Compiling tabwriter v1.4.1
17022026-06-05T04:03:58.194Z Compiling cobs v0.3.0
17032026-06-05T04:03:58.201Z Compiling serde_repr v0.1.20
17042026-06-05T04:03:58.387Z Compiling pkg-config v0.3.33
17052026-06-05T04:03:59.078Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17062026-06-05T04:03:59.082Z Compiling bitflags v1.3.2
17072026-06-05T04:03:59.082Z Compiling managed v0.8.0
17082026-06-05T04:03:59.082Z Compiling vcpkg v0.2.15
17092026-06-05T04:03:59.082Z Compiling proc-macro-crate v1.3.1
17102026-06-05T04:03:59.252Z Compiling toml v0.8.23
17112026-06-05T04:03:59.448Z Compiling openssl-sys v0.9.116
17122026-06-05T04:03:59.630Z Compiling postcard v1.1.3
17132026-06-05T04:04:00.048Z Compiling ingot v0.1.1
17142026-06-05T04:04:00.220Z Compiling tokio-rustls v0.26.4
17152026-06-05T04:04:00.503Z Compiling hyper-rustls v0.27.9
17162026-06-05T04:04:00.823Z Compiling rustls-platform-verifier v0.7.0
17172026-06-05T04:04:00.970Z Compiling reqwest v0.13.4
17182026-06-05T04:04:01.722Z Compiling hubpack_derive v0.1.1
17192026-06-05T04:04:01.941Z Compiling foreign-types-macros v0.2.3
17202026-06-05T04:04:02.300Z Compiling progenitor-client v0.14.0
17212026-06-05T04:04:02.480Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17222026-06-05T04:04:02.621Z Compiling progenitor-extras v0.2.0
17232026-06-05T04:04:02.633Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17242026-06-05T04:04:02.855Z Compiling unicode-segmentation v1.13.3
17252026-06-05T04:04:02.885Z Compiling resolv-conf v0.7.6
17262026-06-05T04:04:03.280Z Compiling heck v0.4.1
17272026-06-05T04:04:03.296Z Compiling swrite v0.1.0
17282026-06-05T04:04:03.400Z Compiling colored v3.1.1
17292026-06-05T04:04:03.447Z Compiling semver v0.1.20
17302026-06-05T04:04:03.497Z Compiling rayon-core v1.13.0
17312026-06-05T04:04:03.524Z Compiling static_assertions v1.1.0
17322026-06-05T04:04:03.586Z Compiling foreign-types-shared v0.3.1
17332026-06-05T04:04:03.653Z Compiling linked-hash-map v0.5.6
17342026-06-05T04:04:03.668Z Compiling foreign-types v0.5.0
17352026-06-05T04:04:04.144Z Compiling rustc_version v0.1.7
17362026-06-05T04:04:04.162Z Compiling newline-converter v0.3.0
17372026-06-05T04:04:04.162Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-06-05T04:04:04.162Z Compiling lru-cache v0.1.2
17392026-06-05T04:04:04.162Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17402026-06-05T04:04:04.163Z Compiling hubpack v0.1.2
17412026-06-05T04:04:05.556Z Compiling num_enum_derive v0.5.11
17422026-06-05T04:04:05.559Z Compiling atomicwrites v0.4.4
17432026-06-05T04:04:06.096Z Compiling hickory-proto v0.24.4
17442026-06-05T04:04:06.099Z Compiling progenitor-impl v0.13.0
17452026-06-05T04:04:06.199Z Compiling crossbeam-deque v0.8.6
17462026-06-05T04:04:06.408Z Compiling console v0.15.11
17472026-06-05T04:04:07.121Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17482026-06-05T04:04:07.142Z Compiling camino-tempfile v1.4.1
17492026-06-05T04:04:07.397Z Compiling chacha20 v0.10.0
17502026-06-05T04:04:07.656Z Compiling serde-big-array v0.5.1
17512026-06-05T04:04:07.671Z Compiling pin-project-internal v1.1.13
17522026-06-05T04:04:07.772Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-06-05T04:04:07.803Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17542026-06-05T04:04:08.158Z Compiling derive-where v1.6.1
17552026-06-05T04:04:09.082Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17562026-06-05T04:04:09.441Z Compiling num-derive v0.4.2
17572026-06-05T04:04:09.454Z Compiling cstr-argument v0.1.2
17582026-06-05T04:04:09.613Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-06-05T04:04:09.632Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17602026-06-05T04:04:09.872Z Compiling similar v2.7.0
17612026-06-05T04:04:09.884Z Compiling siphasher v1.0.3
17622026-06-05T04:04:09.939Z Compiling minimal-lexical v0.2.1
17632026-06-05T04:04:10.082Z Compiling phf_shared v0.12.1
17642026-06-05T04:04:10.202Z Compiling nom v7.1.3
17652026-06-05T04:04:10.259Z Compiling expectorate v1.2.0
17662026-06-05T04:04:10.444Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17672026-06-05T04:04:10.451Z Compiling progenitor-macro v0.13.0
17682026-06-05T04:04:10.809Z Compiling pin-project v1.1.13
17692026-06-05T04:04:10.825Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17702026-06-05T04:04:11.317Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17712026-06-05T04:04:11.317Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17722026-06-05T04:04:11.320Z Compiling rand v0.10.1
17732026-06-05T04:04:11.320Z Compiling hickory-resolver v0.24.4
17742026-06-05T04:04:11.612Z Compiling num_enum v0.5.11
17752026-06-05T04:04:11.732Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17762026-06-05T04:04:11.844Z Compiling newtype_derive v0.1.6
17772026-06-05T04:04:11.995Z Compiling progenitor-client v0.13.0
17782026-06-05T04:04:12.388Z Compiling progenitor-impl v0.14.0
17792026-06-05T04:04:12.996Z Compiling unicode-normalization v0.1.25
17802026-06-05T04:04:13.082Z Compiling tokio-stream v0.1.18
17812026-06-05T04:04:13.562Z Compiling async-recursion v1.1.1
17822026-06-05T04:04:13.719Z Compiling snafu-derive v0.8.9
17832026-06-05T04:04:13.729Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17842026-06-05T04:04:13.770Z Compiling slog-dtrace v0.3.0
17852026-06-05T04:04:14.030Z Compiling csv-core v0.1.13
17862026-06-05T04:04:14.053Z Compiling bstr v1.12.1
17872026-06-05T04:04:14.677Z Compiling openssl v0.10.80
17882026-06-05T04:04:14.681Z Compiling foldhash v0.1.5
17892026-06-05T04:04:14.681Z Compiling same-file v1.0.6
17902026-06-05T04:04:14.681Z Compiling unicode-xid v0.2.6
17912026-06-05T04:04:14.681Z Compiling unicode-width v0.1.14
17922026-06-05T04:04:14.681Z Compiling chrono-tz v0.10.4
17932026-06-05T04:04:14.681Z Compiling foreign-types-shared v0.1.1
17942026-06-05T04:04:14.762Z Compiling cancel-safe-futures v0.1.5
17952026-06-05T04:04:14.841Z Compiling owo-colors v4.3.0
17962026-06-05T04:04:14.895Z Compiling konst_macro_rules v0.2.19
17972026-06-05T04:04:15.031Z Compiling highway v1.3.0
17982026-06-05T04:04:15.089Z Compiling konst v0.2.20
17992026-06-05T04:04:15.264Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18002026-06-05T04:04:15.346Z Compiling foreign-types v0.3.2
18012026-06-05T04:04:15.460Z Compiling const_format_proc_macros v0.2.34
18022026-06-05T04:04:15.480Z Compiling walkdir v2.5.0
18032026-06-05T04:04:15.491Z Compiling snafu v0.8.9
18042026-06-05T04:04:15.583Z Compiling progenitor v0.13.0
18052026-06-05T04:04:15.733Z Compiling hashbrown v0.15.5
18062026-06-05T04:04:15.754Z Compiling globset v0.4.18
18072026-06-05T04:04:15.788Z Compiling csv v1.4.0
18082026-06-05T04:04:15.968Z Compiling progenitor-macro v0.14.0
18092026-06-05T04:04:15.977Z Compiling qorb v0.4.1
18102026-06-05T04:04:16.235Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-06-05T04:04:16.262Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-06-05T04:04:16.349Z Compiling olpc-cjson v0.1.4
18132026-06-05T04:04:16.580Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-06-05T04:04:17.646Z Compiling rayon v1.12.0
18152026-06-05T04:04:18.271Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18162026-06-05T04:04:18.613Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18172026-06-05T04:04:19.050Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18182026-06-05T04:04:19.059Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-05T04:04:19.059Z Compiling phf v0.12.1
18202026-06-05T04:04:19.182Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-06-05T04:04:19.632Z Compiling zone_cfg_derive v0.3.1
18222026-06-05T04:04:20.106Z Compiling tokio-dtrace v0.1.1
18232026-06-05T04:04:20.108Z Compiling itertools v0.12.1
18242026-06-05T04:04:20.109Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18252026-06-05T04:04:20.296Z Compiling libsw-core v0.3.2
18262026-06-05T04:04:20.322Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18272026-06-05T04:04:20.493Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18282026-06-05T04:04:20.713Z Compiling serde_plain v1.0.2
18292026-06-05T04:04:20.926Z Compiling openssl-macros v0.1.1
18302026-06-05T04:04:21.485Z Compiling pem v3.0.6
18312026-06-05T04:04:21.489Z Compiling cookie v0.18.1
18322026-06-05T04:04:21.489Z Compiling sigpipe v0.1.3
18332026-06-05T04:04:21.489Z Compiling bytecount v0.6.9
18342026-06-05T04:04:21.489Z Compiling glob v0.3.3
18352026-06-05T04:04:21.489Z Compiling jiff v0.2.28
18362026-06-05T04:04:21.489Z Compiling fixedbitset v0.4.2
18372026-06-05T04:04:21.489Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-06-05T04:04:21.489Z Compiling typed-path v0.9.3
18392026-06-05T04:04:21.635Z Compiling fixedbitset v0.5.7
18402026-06-05T04:04:21.679Z Compiling petgraph v0.6.5
18412026-06-05T04:04:21.778Z Compiling petgraph v0.8.3
18422026-06-05T04:04:22.316Z Compiling papergrid v0.11.0
18432026-06-05T04:04:22.920Z Compiling tough v0.22.0
18442026-06-05T04:04:23.716Z Compiling progenitor v0.14.0
18452026-06-05T04:04:23.719Z Compiling zone v0.3.1
18462026-06-05T04:04:23.719Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18472026-06-05T04:04:23.719Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-06-05T04:04:23.730Z Compiling libsw v3.5.0
18492026-06-05T04:04:23.824Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-06-05T04:04:23.897Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18512026-06-05T04:04:23.905Z Compiling oxide-tokio-rt v0.1.6
18522026-06-05T04:04:24.042Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-05T04:04:24.135Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18542026-06-05T04:04:24.207Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-05T04:04:25.036Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-06-05T04:04:25.231Z Compiling const_format v0.2.36
18572026-06-05T04:04:25.237Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-05T04:04:25.665Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18592026-06-05T04:04:25.856Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-05T04:04:26.077Z Compiling tabled_derive v0.7.0
18612026-06-05T04:04:26.119Z Compiling gethostname v0.5.0
18622026-06-05T04:04:26.129Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-05T04:04:26.205Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18642026-06-05T04:04:26.670Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-05T04:04:26.694Z Compiling smf v0.2.3
18662026-06-05T04:04:26.695Z Compiling bcs v0.1.6
18672026-06-05T04:04:26.695Z Compiling whoami v1.6.1
18682026-06-05T04:04:26.695Z Compiling smawk v0.3.2
18692026-06-05T04:04:26.752Z Compiling lazy_static v1.5.0
18702026-06-05T04:04:26.864Z Compiling termtree v0.5.1
18712026-06-05T04:04:26.915Z Compiling unicode-linebreak v0.1.5
18722026-06-05T04:04:26.915Z Compiling linear-map v1.2.0
18732026-06-05T04:04:27.085Z Compiling tagptr v0.2.0
18742026-06-05T04:04:27.169Z Compiling textwrap v0.16.2
18752026-06-05T04:04:27.169Z Compiling tabled v0.15.0
18762026-06-05T04:04:27.220Z Compiling moka v0.12.15
18772026-06-05T04:04:27.220Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-05T04:04:27.460Z Compiling steno v0.4.1
18792026-06-05T04:04:27.680Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-05T04:04:27.986Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-06-05T04:04:28.878Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-05T04:04:29.105Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-05T04:04:29.834Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-05T04:04:29.925Z Compiling hickory-proto v0.25.2
18852026-06-05T04:04:30.680Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18862026-06-05T04:04:30.821Z Compiling parking_lot_core v0.8.6
18872026-06-05T04:04:30.939Z Compiling libscf-sys v1.2.0
18882026-06-05T04:04:31.074Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-05T04:04:31.108Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18902026-06-05T04:04:31.339Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18912026-06-05T04:04:31.733Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18922026-06-05T04:04:31.799Z Compiling hickory-resolver v0.25.2
18932026-06-05T04:04:31.869Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18942026-06-05T04:04:31.976Z Compiling nom v8.0.0
18952026-06-05T04:04:32.157Z Compiling parking_lot v0.11.2
18962026-06-05T04:04:32.577Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18972026-06-05T04:04:32.600Z Compiling fxhash v0.2.1
18982026-06-05T04:04:32.633Z Compiling internet-checksum v0.2.1
18992026-06-05T04:04:32.738Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-05T04:04:32.827Z Compiling sled v0.34.7
19012026-06-05T04:04:32.843Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19022026-06-05T04:04:34.144Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19032026-06-05T04:04:37.498Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-06-05T04:04:38.362Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19052026-06-05T04:04:45.259Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-06-05T04:04:46.901Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-05T04:04:47.905Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19082026-06-05T04:04:49.006Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19092026-06-05T04:04:50.421Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19102026-06-05T04:05:12.468Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
19112026-06-05T04:05:12.568Z────────────
19122026-06-05T04:05:12.568Z Nextest run ID 135c8c3a-6732-4cc8-be8d-e5535da33afb with nextest profile: default
19132026-06-05T04:05:12.569Z Starting 15 tests across 1 binary (28 tests skipped)
19142026-06-05T04:05:30.224Z PASS [ 16.845s] rdb proptest::prop_ipv4_within_self
19152026-06-05T04:05:30.251Z PASS [ 16.854s] rdb proptest::prop_ipv4_host_bits_always_unset
19162026-06-05T04:05:30.251Z PASS [ 16.855s] rdb proptest::prop_ipv4_default_contains_all
19172026-06-05T04:05:30.251Z PASS [ 16.870s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19182026-06-05T04:05:30.251Z PASS [ 16.903s] rdb proptest::prop_ipv6_host_bits_always_unset
19192026-06-05T04:05:30.251Z PASS [ 16.933s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19202026-06-05T04:05:30.251Z PASS [ 17.033s] rdb proptest::prop_ipv6_default_contains_all
19212026-06-05T04:05:46.278Z PASS [ 16.897s] rdb proptest::prop_ipv6_within_self
19222026-06-05T04:05:55.534Z PASS [ 26.109s] rdb proptest::prop_static_route_key_deduplication
19232026-06-05T04:06:06.173Z PASS [ 36.431s] rdb proptest::prop_static_route_key_normalization_idempotent
19242026-06-05T04:06:06.244Z PASS [ 36.462s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19252026-06-05T04:06:06.244Z PASS [ 36.456s] rdb proptest::prop_static_route_key_normalization_preserves_length
19262026-06-05T04:06:06.244Z PASS [ 36.486s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19272026-06-05T04:06:12.557Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19282026-06-05T04:06:22.489Z PASS [ 52.825s] rdb proptest::prop_static_route_key_ord_consistency
19292026-06-05T04:07:14.130Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19302026-06-05T04:08:12.538Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19312026-06-05T04:09:12.551Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19322026-06-05T04:09:30.531Z PASS [ 257.985s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19332026-06-05T04:09:30.536Z────────────
19342026-06-05T04:09:30.536Z Summary [ 257.986s] 15 tests run: 15 passed (1 slow), 28 skipped
19352026-06-05T04:09:30.541Z+ cp './*.log' /work/
19362026-06-05T04:09:30.546Z+ true
19372026-06-05T04:09:30.546Z+ [[ -d proptest-regressions ]]
19382026-06-05T04:09:30.546Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19392026-06-05T04:09:30.550Z+ popd
19402026-06-05T04:09:30.550Z+ pushd bgp
19412026-06-05T04:09:30.550Z/work/oxidecomputer/maghemite
19422026-06-05T04:09:30.551Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19432026-06-05T04:09:30.551Z+ PROPTEST_CASES=1000000
19442026-06-05T04:09:30.551Z+ cargo nextest run --lib proptest
19452026-06-05T04:09:31.710Z Compiling smallvec v1.15.1
19462026-06-05T04:09:31.872Z Compiling crunchy v0.2.4
19472026-06-05T04:09:31.888Z Compiling tiny-keccak v2.0.2
19482026-06-05T04:09:31.898Z Compiling smartstring v1.0.1
19492026-06-05T04:09:31.898Z Compiling ahash v0.8.12
19502026-06-05T04:09:31.917Z Compiling thin-vec v0.2.18
19512026-06-05T04:09:31.917Z Compiling rhai_codegen v3.2.0
19522026-06-05T04:09:32.016Z Compiling icu_normalizer v2.2.0
19532026-06-05T04:09:32.036Z Compiling parking_lot_core v0.9.12
19542026-06-05T04:09:32.243Z Compiling parking_lot_core v0.8.6
19552026-06-05T04:09:32.256Z Compiling parking_lot v0.12.5
19562026-06-05T04:09:32.424Z Compiling idna_adapter v1.2.2
19572026-06-05T04:09:33.834Z Compiling tokio v1.52.3
19582026-06-05T04:09:33.865Z Compiling idna v1.1.0
19592026-06-05T04:09:33.865Z Compiling moka v0.12.15
19602026-06-05T04:09:33.866Z Compiling const-random-macro v0.1.16
19612026-06-05T04:09:33.866Z Compiling parking_lot v0.11.2
19622026-06-05T04:09:33.866Z Compiling url v2.5.8
19632026-06-05T04:09:33.866Z Compiling const-random v0.1.18
19642026-06-05T04:09:33.866Z Compiling sled v0.34.7
19652026-06-05T04:09:33.866Z Compiling serial_test_derive v3.5.0
19662026-06-05T04:09:33.866Z Compiling yansi v1.0.1
19672026-06-05T04:09:33.866Z Compiling schemars v0.8.22
19682026-06-05T04:09:33.866Z Compiling diff v0.1.13
19692026-06-05T04:09:33.866Z Compiling rhai v1.25.1
19702026-06-05T04:09:34.030Z Compiling pretty_assertions v1.4.1
19712026-06-05T04:09:34.173Z Compiling serial_test v3.5.0
19722026-06-05T04:09:34.459Z Compiling ipnetwork v0.21.1
19732026-06-05T04:09:34.459Z Compiling newtype-uuid v1.3.2
19742026-06-05T04:09:34.483Z Compiling serde_with v3.20.0
19752026-06-05T04:09:34.838Z Compiling oxnet v0.1.6
19762026-06-05T04:09:34.911Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19772026-06-05T04:09:35.202Z Compiling daft v0.1.7
19782026-06-05T04:09:35.314Z Compiling typify-impl v0.6.2
19792026-06-05T04:09:35.487Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19802026-06-05T04:09:35.904Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19812026-06-05T04:09:36.127Z Compiling iddqd v0.4.2
19822026-06-05T04:09:36.343Z Compiling tokio-util v0.7.18
19832026-06-05T04:09:36.498Z Compiling tokio-rustls v0.26.4
19842026-06-05T04:09:36.779Z Compiling h2 v0.4.14
19852026-06-05T04:09:37.052Z Compiling tower v0.5.3
19862026-06-05T04:09:37.491Z Compiling tower-http v0.6.11
19872026-06-05T04:09:37.555Z Compiling async-compression v0.4.42
19882026-06-05T04:09:37.884Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19892026-06-05T04:09:37.932Z Compiling backoff v0.4.0
19902026-06-05T04:09:38.423Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-06-05T04:09:38.999Z Compiling hyper v1.10.1
19922026-06-05T04:09:39.081Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19932026-06-05T04:09:39.168Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19942026-06-05T04:09:39.168Z Compiling byte-wrapper v0.1.0
19952026-06-05T04:09:39.490Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19962026-06-05T04:09:39.509Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19972026-06-05T04:09:39.777Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19982026-06-05T04:09:39.821Z Compiling typify v0.6.2
19992026-06-05T04:09:40.135Z Compiling hyper-util v0.1.20
20002026-06-05T04:09:40.251Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20012026-06-05T04:09:40.879Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20022026-06-05T04:09:41.051Z Compiling hickory-proto v0.24.4
20032026-06-05T04:09:41.678Z Compiling hyper-rustls v0.27.9
20042026-06-05T04:09:41.695Z Compiling dropshot v0.17.1
20052026-06-05T04:09:41.899Z Compiling reqwest v0.12.28
20062026-06-05T04:09:42.027Z Compiling reqwest v0.13.4
20072026-06-05T04:09:42.523Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20082026-06-05T04:09:42.629Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20092026-06-05T04:09:43.817Z Compiling progenitor-client v0.14.0
20102026-06-05T04:09:44.137Z Compiling progenitor-extras v0.2.0
20112026-06-05T04:09:44.180Z Compiling progenitor-client v0.10.0
20122026-06-05T04:09:44.559Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20132026-06-05T04:09:45.065Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20142026-06-05T04:09:45.327Z Compiling progenitor-client v0.13.0
20152026-06-05T04:09:46.307Z Compiling hickory-resolver v0.24.4
20162026-06-05T04:09:46.502Z Compiling progenitor-impl v0.13.0
20172026-06-05T04:09:48.640Z Compiling tokio-stream v0.1.18
20182026-06-05T04:09:48.748Z Compiling progenitor v0.13.0
20192026-06-05T04:09:48.897Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20202026-06-05T04:09:48.967Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20212026-06-05T04:09:49.127Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20222026-06-05T04:09:50.162Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-06-05T04:09:50.305Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-06-05T04:09:51.229Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20252026-06-05T04:09:51.260Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20262026-06-05T04:09:51.264Z Compiling qorb v0.4.1
20272026-06-05T04:09:51.286Z Compiling progenitor-impl v0.14.0
20282026-06-05T04:09:51.494Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-06-05T04:09:52.195Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-06-05T04:09:53.269Z Compiling tokio-dtrace v0.1.1
20312026-06-05T04:09:53.553Z Compiling libsw-core v0.3.2
20322026-06-05T04:09:53.565Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20332026-06-05T04:09:53.731Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20342026-06-05T04:09:54.014Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20352026-06-05T04:09:54.079Z Compiling libsw v3.5.0
20362026-06-05T04:09:54.103Z Compiling oxide-tokio-rt v0.1.6
20372026-06-05T04:09:54.259Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20382026-06-05T04:09:54.415Z Compiling progenitor v0.14.0
20392026-06-05T04:09:54.468Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-06-05T04:09:54.558Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20412026-06-05T04:09:54.942Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-06-05T04:09:55.135Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-06-05T04:09:55.198Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-06-05T04:09:55.225Z Compiling tough v0.22.0
20452026-06-05T04:09:55.328Z Compiling cancel-safe-futures v0.1.5
20462026-06-05T04:09:55.644Z Compiling zone v0.3.1
20472026-06-05T04:09:55.711Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20482026-06-05T04:09:55.738Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-05T04:09:55.771Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-05T04:09:55.889Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-05T04:09:56.431Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-05T04:09:56.617Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-05T04:09:56.635Z Compiling hickory-proto v0.25.2
20542026-06-05T04:09:57.154Z Compiling steno v0.4.1
20552026-06-05T04:09:57.425Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20562026-06-05T04:09:58.455Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-05T04:09:59.259Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-05T04:09:59.590Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-06-05T04:09:59.616Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-06-05T04:10:00.152Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-05T04:10:00.387Z Compiling hickory-resolver v0.25.2
20622026-06-05T04:10:00.987Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20632026-06-05T04:10:01.143Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-06-05T04:10:01.533Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-06-05T04:10:02.083Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20662026-06-05T04:10:02.197Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20672026-06-05T04:10:03.007Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-06-05T04:10:03.219Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-06-05T04:10:06.616Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20702026-06-05T04:10:08.847Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-06-05T04:10:16.401Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-06-05T04:10:18.008Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-06-05T04:10:19.047Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20742026-06-05T04:10:19.987Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20752026-06-05T04:10:20.809Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20762026-06-05T04:10:22.796Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20772026-06-05T04:10:53.074Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s
20782026-06-05T04:10:53.249Z────────────
20792026-06-05T04:10:53.249Z Nextest run ID 338fa55e-a4ce-4d57-b24c-7f56f7ffa765 with nextest profile: default
20802026-06-05T04:10:53.249Z Starting 17 tests across 1 binary (133 tests skipped)
20812026-06-05T04:11:10.392Z PASS [ 17.139s] bgp proptest::prop_ipv4_wire_format_roundtrip
20822026-06-05T04:11:12.319Z PASS [ 19.064s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20832026-06-05T04:11:12.357Z PASS [ 19.105s] bgp proptest::prop_ipv4_prefixes_roundtrip
20842026-06-05T04:11:13.522Z PASS [ 20.270s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20852026-06-05T04:11:14.017Z PASS [ 20.765s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20862026-06-05T04:11:14.202Z PASS [ 20.950s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20872026-06-05T04:11:22.376Z PASS [ 29.118s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20882026-06-05T04:11:27.589Z PASS [ 17.193s] bgp proptest::prop_ipv6_wire_format_roundtrip
20892026-06-05T04:11:32.631Z PASS [ 19.106s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20902026-06-05T04:11:32.680Z PASS [ 20.360s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20912026-06-05T04:11:33.405Z PASS [ 19.199s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20922026-06-05T04:11:33.857Z PASS [ 19.836s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20932026-06-05T04:11:53.260Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20942026-06-05T04:11:56.684Z PASS [ 29.089s] bgp proptest::prop_update_mp_unreach_roundtrip
20952026-06-05T04:12:00.599Z PASS [ 67.340s] bgp proptest::prop_encode_decode_semantic_equivalence
20962026-06-05T04:12:12.368Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20972026-06-05T04:12:22.384Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20982026-06-05T04:12:22.911Z PASS [ 70.542s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20992026-06-05T04:12:32.644Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21002026-06-05T04:12:35.202Z PASS [ 62.560s] bgp proptest::prop_update_traditional_roundtrip
21012026-06-05T04:12:36.784Z PASS [ 74.397s] bgp proptest::prop_update_mp_reach_roundtrip
21022026-06-05T04:12:36.794Z────────────
21032026-06-05T04:12:36.794Z Summary [ 103.516s] 17 tests run: 17 passed (4 slow), 133 skipped
21042026-06-05T04:12:36.814Z+ cp './*.log' /work/
21052026-06-05T04:12:36.814Z+ true
21062026-06-05T04:12:36.814Z+ [[ -d proptest-regressions ]]
21072026-06-05T04:12:36.814Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21082026-06-05T04:12:36.814Z+ popd
21092026-06-05T04:12:36.815Z/work/oxidecomputer/maghemite
21102026-06-05T04:12:36.815Zprocess exited: duration 825904 ms, exit code 0
 
21112026-06-05T04:12:36.837Zfound 0 output files