01KT8TCCJ1REGYP0RT8GBC6TS5: 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: 01KT8TDBHDSAPWCSKWBM4DCZ6X

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T08:02:21.122Zjob assigned to worker 01KT8TDMVR6RDV9HAWEPN1KEA6 [factory aws, i-02b3fa78b59c76312] (queued for 1 m 0 s)
 
22026-06-04T08:02:28.145Zstarting task 0: "setup"
32026-06-04T08:02:28.150Z++ uname -s
42026-06-04T08:02:28.153Z+ kern=SunOS
52026-06-04T08:02:28.153Z+ build_user=build
62026-06-04T08:02:28.153Z+ build_uid=12345
72026-06-04T08:02:28.153Z+ work_dir=/work
82026-06-04T08:02:28.153Z+ input_dir=/input
92026-06-04T08:02:28.153Z+ [[ 0 == 12345 ]]
102026-06-04T08:02:28.154Z+ case "$kern" in
112026-06-04T08:02:28.154Z+ groupadd -g 12345 build
122026-06-04T08:02:28.154Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T08:02:30.159Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T08:02:30.237Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T08:02:30.241Z+ home_fs=zfs
162026-06-04T08:02:30.241Z+ [[ zfs == autofs ]]
172026-06-04T08:02:30.241Z+ mkdir -p /home/build
182026-06-04T08:02:30.241Z+ chown build:build /home/build /work
192026-06-04T08:02:31.241Z+ chmod 0700 /home/build /work
202026-06-04T08:02:31.245Zprocess exited: duration 3096 ms, exit code 0
 
212026-06-04T08:02:31.252Zstarting task 1: "rust-toolchain"
222026-06-04T08:02:31.255Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-04T08:02:31.255Z * rust toolchain channel = "stable"
242026-06-04T08:02:31.255Z * rust toolchain profile = "default"
252026-06-04T08:02:31.259Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-04T08:02:31.259Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T08:02:31.259Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T08:02:31.259Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T08:02:31.259Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-04T08:02:31.354Zinfo: downloading installer
312026-06-04T08:02:32.800Zwarn: It looks like you have an existing installation of Rust at:
322026-06-04T08:02:32.800Zwarn: /opt/ooce/bin
332026-06-04T08:02:32.800Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-04T08:02:32.800Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-04T08:02:32.800Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-04T08:02:32.800Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-04T08:02:32.800Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-04T08:02:32.800Zerror: cannot install while Rust is installed
392026-06-04T08:02:32.800Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-04T08:02:32.801Zwarn: It looks like you have an existing rustup settings file at:
412026-06-04T08:02:32.801Zwarn: /home/build/.rustup/settings.toml
422026-06-04T08:02:32.801Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-04T08:02:32.801Zwarn: instead of the one inferred from the default host triple.
442026-06-04T08:02:32.835Zinfo: profile set to default
452026-06-04T08:02:32.836Zinfo: default host triple is x86_64-unknown-illumos
462026-06-04T08:02:32.848Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-04T08:02:32.963Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-04T08:02:32.968Zinfo: downloading 6 components
492026-06-04T08:02:47.229Z
502026-06-04T08:02:47.229Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-04T08:02:47.262Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-04T08:02:47.262Z
532026-06-04T08:02:47.262Z
542026-06-04T08:02:47.262ZRust is installed now. Great!
552026-06-04T08:02:47.262Z
562026-06-04T08:02:47.262ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-04T08:02:47.262Zenvironment variable. This has not been done automatically.
582026-06-04T08:02:47.262Z
592026-06-04T08:02:47.262ZTo configure your current shell, you need to source
602026-06-04T08:02:47.262Zthe corresponding env file under $HOME/.cargo.
612026-06-04T08:02:47.262Z
622026-06-04T08:02:47.262ZThis is usually done by running one of the following (note the leading DOT):
632026-06-04T08:02:47.262Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-04T08:02:47.262Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-04T08:02:47.262Zsource "~/.cargo/env.nu" # For nushell
662026-06-04T08:02:47.262Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-04T08:02:47.262Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-04T08:02:47.262Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-04T08:02:47.266Zwarn: no default linker (`cc`) was found in your PATH
702026-06-04T08:02:47.266Zwarn: many Rust crates require a system C toolchain to build
712026-06-04T08:02:47.355Z+ rustup --version
722026-06-04T08:02:47.364Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-04T08:02:47.367Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-04T08:02:47.386Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-04T08:02:47.389Z+ cargo --version
762026-06-04T08:02:47.402Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-04T08:02:47.405Z+ rustc --version
782026-06-04T08:02:47.431Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-04T08:02:47.436Zprocess exited: duration 16171 ms, exit code 0
 
802026-06-04T08:02:47.446Zstarting task 2: "authentication"
812026-06-04T08:02:47.491Zprocess exited: duration 35 ms, exit code 0
 
822026-06-04T08:02:47.501Zstarting task 3: "clone repository"
832026-06-04T08:02:47.506Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-04T08:02:47.506Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-04T08:02:47.597ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-04T08:02:48.667Z+ cd /work/oxidecomputer/maghemite
872026-06-04T08:02:48.667Z+ git fetch origin 90e3b6b074959d1086893d35caa7804f4a7b3800
882026-06-04T08:02:48.974ZFrom https://github.com/oxidecomputer/maghemite
892026-06-04T08:02:48.974Z * branch 90e3b6b074959d1086893d35caa7804f4a7b3800 -> FETCH_HEAD
902026-06-04T08:02:49.013Z+ [[ -n renovate/dpd-client-digest ]]
912026-06-04T08:02:49.013Z++ git branch --show-current
922026-06-04T08:02:49.013Z+ current=main
932026-06-04T08:02:49.013Z+ [[ main != renovate/dpd-client-digest ]]
942026-06-04T08:02:49.013Z+ git branch -f renovate/dpd-client-digest 90e3b6b074959d1086893d35caa7804f4a7b3800
952026-06-04T08:02:49.013Z+ git checkout -f renovate/dpd-client-digest
962026-06-04T08:02:49.013ZSwitched to branch 'renovate/dpd-client-digest'
972026-06-04T08:02:49.013Z+ git reset --hard 90e3b6b074959d1086893d35caa7804f4a7b3800
982026-06-04T08:02:49.025ZHEAD is now at 90e3b6b Update dpd-client digest to 0c92583
992026-06-04T08:02:49.025Zprocess exited: duration 1493 ms, exit code 0
 
1002026-06-04T08:02:49.036Zstarting task 4: "build"
1012026-06-04T08:02:49.040Z+ set -e
1022026-06-04T08:02:49.040Z+ NEXTEST_VERSION=0.9.97
1032026-06-04T08:02:49.040Z+ PLATFORM=illumos
1042026-06-04T08:02:49.040Z+ cargo --version
1052026-06-04T08:02:49.044Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-04T08:02:49.179Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-04T08:02:49.186Zinfo: downloading 6 components
1082026-06-04T08:03:03.660Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-04T08:03:03.664Z+ rustc --version
1102026-06-04T08:03:03.692Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-04T08:03:03.696Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-04T08:03:03.742Z Updating crates.io index
1132026-06-04T08:03:03.933Z Downloading crates ...
1142026-06-04T08:03:04.104Z Downloaded cargo-nextest v0.9.97
1152026-06-04T08:03:04.168Z Installing cargo-nextest v0.9.97
1162026-06-04T08:03:04.212Z Updating crates.io index
1172026-06-04T08:03:07.113Z Locking 404 packages to latest compatible versions
1182026-06-04T08:03:07.125Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-04T08:03:07.125Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-04T08:03:07.125Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-04T08:03:07.125Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-04T08:03:07.125Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-04T08:03:07.125Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1242026-06-04T08:03:07.125Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-06-04T08:03:07.125Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1262026-06-04T08:03:07.146Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-06-04T08:03:07.156Z Downloading crates ...
1282026-06-04T08:03:07.248Z Downloaded addr2line v0.25.1
1292026-06-04T08:03:07.260Z Downloaded adler2 v2.0.1
1302026-06-04T08:03:07.266Z Downloaded document-features v0.2.12
1312026-06-04T08:03:07.266Z Downloaded fnv v1.0.7
1322026-06-04T08:03:07.266Z Downloaded home v0.5.12
1332026-06-04T08:03:07.270Z Downloaded duct v0.13.7
1342026-06-04T08:03:07.270Z Downloaded digest v0.10.7
1352026-06-04T08:03:07.270Z Downloaded dialoguer v0.11.0
1362026-06-04T08:03:07.274Z Downloaded derive_more-impl v2.1.1
1372026-06-04T08:03:07.277Z Downloaded crypto-common v0.1.7
1382026-06-04T08:03:07.277Z Downloaded ahash v0.8.12
1392026-06-04T08:03:07.277Z Downloaded bytes v1.11.1
1402026-06-04T08:03:07.280Z Downloaded openssl-macros v0.1.1
1412026-06-04T08:03:07.283Z Downloaded async-scoped v0.9.0
1422026-06-04T08:03:07.283Z Downloaded number_prefix v0.4.0
1432026-06-04T08:03:07.283Z Downloaded jobserver v0.1.34
1442026-06-04T08:03:07.286Z Downloaded anstyle-parse v1.0.0
1452026-06-04T08:03:07.286Z Downloaded camino-tempfile v1.4.1
1462026-06-04T08:03:07.289Z Downloaded itoa v1.0.18
1472026-06-04T08:03:07.289Z Downloaded heck v0.5.0
1482026-06-04T08:03:07.294Z Downloaded generic-array v0.14.7
1492026-06-04T08:03:07.294Z Downloaded futures-sink v0.3.32
1502026-06-04T08:03:07.294Z Downloaded cargo-util-schemas v0.2.0
1512026-06-04T08:03:07.299Z Downloaded derive_more v2.1.1
1522026-06-04T08:03:07.304Z Downloaded lazy_static v1.5.0
1532026-06-04T08:03:07.304Z Downloaded pathdiff v0.2.3
1542026-06-04T08:03:07.304Z Downloaded is_ci v1.2.0
1552026-06-04T08:03:07.309Z Downloaded atomic-waker v1.1.2
1562026-06-04T08:03:07.309Z Downloaded anstyle-query v1.1.5
1572026-06-04T08:03:07.309Z Downloaded nested v0.1.1
1582026-06-04T08:03:07.309Z Downloaded errno v0.3.14
1592026-06-04T08:03:07.313Z Downloaded curve25519-dalek-derive v0.1.1
1602026-06-04T08:03:07.313Z Downloaded percent-encoding v2.3.2
1612026-06-04T08:03:07.313Z Downloaded hex v0.4.3
1622026-06-04T08:03:07.313Z Downloaded futures-io v0.3.32
1632026-06-04T08:03:07.313Z Downloaded backtrace-ext v0.2.1
1642026-06-04T08:03:07.317Z Downloaded cargo-platform v0.2.0
1652026-06-04T08:03:07.317Z Downloaded atomicwrites v0.4.4
1662026-06-04T08:03:07.317Z Downloaded indenter v0.3.4
1672026-06-04T08:03:07.317Z Downloaded iana-time-zone v0.1.65
1682026-06-04T08:03:07.323Z Downloaded futures-task v0.3.32
1692026-06-04T08:03:07.324Z Downloaded rustc-hash v2.1.2
1702026-06-04T08:03:07.324Z Downloaded quote v1.0.45
1712026-06-04T08:03:07.342Z Downloaded foreign-types-shared v0.1.1
1722026-06-04T08:03:07.342Z Downloaded cargo-platform v0.3.3
1732026-06-04T08:03:07.343Z Downloaded cfg_aliases v0.2.1
1742026-06-04T08:03:07.343Z Downloaded cfg-if v1.0.4
1752026-06-04T08:03:07.343Z Downloaded foreign-types v0.3.2
1762026-06-04T08:03:07.343Z Downloaded derive-where v1.6.1
1772026-06-04T08:03:07.343Z Downloaded anstream v1.0.0
1782026-06-04T08:03:07.359Z Downloaded enable-ansi-support v0.2.1
1792026-06-04T08:03:07.359Z Downloaded rand_core v0.6.4
1802026-06-04T08:03:07.360Z Downloaded block-buffer v0.10.4
1812026-06-04T08:03:07.360Z Downloaded hyper-tls v0.6.0
1822026-06-04T08:03:07.360Z Downloaded http-body-util v0.1.3
1832026-06-04T08:03:07.360Z Downloaded once_cell v1.21.4
1842026-06-04T08:03:07.360Z Downloaded cpufeatures v0.2.17
1852026-06-04T08:03:07.360Z Downloaded clap_lex v1.1.0
1862026-06-04T08:03:07.360Z Downloaded futures-macro v0.3.32
1872026-06-04T08:03:07.360Z Downloaded color-spantrace v0.3.0
1882026-06-04T08:03:07.360Z Downloaded guppy-workspace-hack v0.1.0
1892026-06-04T08:03:07.371Z Downloaded mukti-metadata v0.3.0
1902026-06-04T08:03:07.371Z Downloaded http-body v1.0.1
1912026-06-04T08:03:07.371Z Downloaded is_terminal_polyfill v1.70.2
1922026-06-04T08:03:07.371Z Downloaded debug-ignore v1.0.5
1932026-06-04T08:03:07.371Z Downloaded futures-core v0.3.32
1942026-06-04T08:03:07.371Z Downloaded equivalent v1.0.2
1952026-06-04T08:03:07.371Z Downloaded lru-slab v0.1.2
1962026-06-04T08:03:07.371Z Downloaded nextest-metadata v0.12.2
1972026-06-04T08:03:07.371Z Downloaded lock_api v0.4.14
1982026-06-04T08:03:07.371Z Downloaded serde-value v0.7.0
1992026-06-04T08:03:07.371Z Downloaded form_urlencoded v1.2.2
2002026-06-04T08:03:07.371Z Downloaded colorchoice v1.0.5
2012026-06-04T08:03:07.387Z Downloaded autocfg v1.5.1
2022026-06-04T08:03:07.387Z Downloaded humantime-serde v1.1.1
2032026-06-04T08:03:07.387Z Downloaded futures-channel v0.3.32
2042026-06-04T08:03:07.387Z Downloaded filetime v0.2.29
2052026-06-04T08:03:07.387Z Downloaded serde_ignored v0.1.14
2062026-06-04T08:03:07.387Z Downloaded serde_urlencoded v0.7.1
2072026-06-04T08:03:07.387Z Downloaded scopeguard v1.2.0
2082026-06-04T08:03:07.401Z Downloaded rustc_version v0.4.1
2092026-06-04T08:03:07.402Z Downloaded serde_spanned v0.6.9
2102026-06-04T08:03:07.402Z Downloaded shell-words v1.1.1
2112026-06-04T08:03:07.402Z Downloaded indent_write v2.2.0
2122026-06-04T08:03:07.402Z Downloaded signature v2.2.0
2132026-06-04T08:03:07.402Z Downloaded signal-hook-mio v0.2.5
2142026-06-04T08:03:07.402Z Downloaded supports-color v3.0.2
2152026-06-04T08:03:07.402Z Downloaded openssl-probe v0.2.1
2162026-06-04T08:03:07.402Z Downloaded nextest-filtering v0.15.0
2172026-06-04T08:03:07.464Z Downloaded sync_wrapper v1.0.2
2182026-06-04T08:03:07.464Z Downloaded subtle v2.6.1
2192026-06-04T08:03:07.464Z Downloaded anstyle v1.0.14
2202026-06-04T08:03:07.464Z Downloaded rand_chacha v0.9.0
2212026-06-04T08:03:07.464Z Downloaded native-tls v0.2.18
2222026-06-04T08:03:07.464Z Downloaded idna_adapter v1.0.0
2232026-06-04T08:03:07.464Z Downloaded humantime v2.3.0
2242026-06-04T08:03:07.465Z Downloaded ed25519 v2.2.3
2252026-06-04T08:03:07.465Z Downloaded foldhash v0.1.5
2262026-06-04T08:03:07.465Z Downloaded nextest-workspace-hack v0.1.0
2272026-06-04T08:03:07.465Z Downloaded os_pipe v1.2.3
2282026-06-04T08:03:07.465Z Downloaded find-msvc-tools v0.1.9
2292026-06-04T08:03:07.465Z Downloaded futures-executor v0.3.32
2302026-06-04T08:03:07.465Z Downloaded shared_child v1.1.1
2312026-06-04T08:03:07.465Z Downloaded either v1.16.0
2322026-06-04T08:03:07.465Z Downloaded cargo_metadata v0.23.1
2332026-06-04T08:03:07.465Z Downloaded sigchld v0.2.4
2342026-06-04T08:03:07.465Z Downloaded fixedbitset v0.5.7
2352026-06-04T08:03:07.465Z Downloaded swrite v0.1.0
2362026-06-04T08:03:07.465Z Downloaded fastrand v2.4.1
2372026-06-04T08:03:07.465Z Downloaded getrandom v0.2.17
2382026-06-04T08:03:07.465Z Downloaded cfg-expr v0.20.8
2392026-06-04T08:03:07.465Z Downloaded ordered-float v2.10.1
2402026-06-04T08:03:07.465Z Downloaded rand_core v0.9.5
2412026-06-04T08:03:07.465Z Downloaded owo-colors v4.3.0
2422026-06-04T08:03:07.465Z Downloaded indexmap v2.14.0
2432026-06-04T08:03:07.466Z Downloaded tinyvec_macros v0.1.1
2442026-06-04T08:03:07.466Z Downloaded pin-project-lite v0.2.17
2452026-06-04T08:03:07.466Z Downloaded toml_datetime v0.6.11
2462026-06-04T08:03:07.466Z Downloaded strsim v0.11.1
2472026-06-04T08:03:07.466Z Downloaded supports-unicode v3.0.0
2482026-06-04T08:03:07.466Z Downloaded supports-hyperlinks v3.2.0
2492026-06-04T08:03:07.466Z Downloaded strip-ansi-escapes v0.2.1
2502026-06-04T08:03:07.477Z Downloaded itertools v0.14.0
2512026-06-04T08:03:07.477Z Downloaded shlex v2.0.1
2522026-06-04T08:03:07.477Z Downloaded sha2 v0.10.9
2532026-06-04T08:03:07.477Z Downloaded smol_str v0.3.6
2542026-06-04T08:03:07.477Z Downloaded signal-hook-registry v1.4.8
2552026-06-04T08:03:07.477Z Downloaded terminal_size v0.4.4
2562026-06-04T08:03:07.477Z Downloaded spki v0.7.3
2572026-06-04T08:03:07.477Z Downloaded miette-derive v7.6.0
2582026-06-04T08:03:07.477Z Downloaded slab v0.4.12
2592026-06-04T08:03:07.477Z Downloaded serde_path_to_error v0.1.20
2602026-06-04T08:03:07.477Z Downloaded serde_spanned v1.1.1
2612026-06-04T08:03:07.477Z Downloaded serde-untagged v0.1.9
2622026-06-04T08:03:07.477Z Downloaded typeid v1.0.3
2632026-06-04T08:03:07.477Z Downloaded try-lock v0.2.5
2642026-06-04T08:03:07.477Z Downloaded tracing-error v0.2.1
2652026-06-04T08:03:07.477Z Downloaded clap_derive v4.6.1
2662026-06-04T08:03:07.485Z Downloaded base64ct v1.8.3
2672026-06-04T08:03:07.485Z Downloaded ppv-lite86 v0.2.21
2682026-06-04T08:03:07.485Z Downloaded crc32fast v1.5.0
2692026-06-04T08:03:07.492Z Downloaded globset v0.4.18
2702026-06-04T08:03:07.492Z Downloaded future-queue v0.4.0
2712026-06-04T08:03:07.492Z Downloaded eyre v0.6.12
2722026-06-04T08:03:07.492Z Downloaded toml_write v0.1.2
2732026-06-04T08:03:07.492Z Downloaded cargo_metadata v0.20.0
2742026-06-04T08:03:07.506Z Downloaded tower-service v0.3.3
2752026-06-04T08:03:07.506Z Downloaded camino v1.2.2
2762026-06-04T08:03:07.506Z Downloaded tower-layer v0.3.3
2772026-06-04T08:03:07.506Z Downloaded hyper-rustls v0.27.9
2782026-06-04T08:03:07.506Z Downloaded target-lexicon v0.13.5
2792026-06-04T08:03:07.514Z Downloaded pkg-config v0.3.33
2802026-06-04T08:03:07.514Z Downloaded bitflags v2.12.1
2812026-06-04T08:03:07.514Z Downloaded convert_case v0.10.0
2822026-06-04T08:03:07.514Z Downloaded unicode-xid v0.2.6
2832026-06-04T08:03:07.514Z Downloaded newtype-uuid v1.3.2
2842026-06-04T08:03:07.515Z Downloaded untrusted v0.9.0
2852026-06-04T08:03:07.530Z Downloaded pin-project-internal v1.1.13
2862026-06-04T08:03:07.530Z Downloaded ipnet v2.12.0
2872026-06-04T08:03:07.530Z Downloaded thiserror-impl v2.0.18
2882026-06-04T08:03:07.530Z Downloaded simd-adler32 v0.3.9
2892026-06-04T08:03:07.530Z Downloaded thiserror v1.0.69
2902026-06-04T08:03:07.531Z Downloaded utf8parse v0.2.2
2912026-06-04T08:03:07.531Z Downloaded unicode-linebreak v0.1.5
2922026-06-04T08:03:07.531Z Downloaded want v0.3.1
2932026-06-04T08:03:07.531Z Downloaded openssl-sys v0.9.116
2942026-06-04T08:03:07.540Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2952026-06-04T08:03:07.540Z Downloaded smallvec v1.15.1
2962026-06-04T08:03:07.540Z Downloaded utf8_iter v1.0.4
2972026-06-04T08:03:07.540Z Downloaded static_assertions v1.1.0
2982026-06-04T08:03:07.541Z Downloaded parking_lot v0.12.5
2992026-06-04T08:03:07.541Z Downloaded urlencoding v2.1.3
3002026-06-04T08:03:07.553Z Downloaded tokio-macros v2.7.0
3012026-06-04T08:03:07.553Z Downloaded thiserror-impl v1.0.69
3022026-06-04T08:03:07.554Z Downloaded target-spec-miette v0.4.8
3032026-06-04T08:03:07.554Z Downloaded version_check v0.9.5
3042026-06-04T08:03:07.554Z Downloaded thiserror v2.0.18
3052026-06-04T08:03:07.554Z Downloaded tracing-log v0.2.0
3062026-06-04T08:03:07.554Z Downloaded xattr v1.6.1
3072026-06-04T08:03:07.559Z Downloaded getrandom v0.4.2
3082026-06-04T08:03:07.559Z Downloaded getrandom v0.3.4
3092026-06-04T08:03:07.559Z Downloaded const-oid v0.9.6
3102026-06-04T08:03:07.560Z Downloaded console v0.15.11
3112026-06-04T08:03:07.560Z Downloaded clap v4.6.1
3122026-06-04T08:03:07.568Z Downloaded target-spec v3.6.0
3132026-06-04T08:03:07.568Z Downloaded erased-serde v0.4.10
3142026-06-04T08:03:07.568Z Downloaded litrs v1.0.0
3152026-06-04T08:03:07.583Z Downloaded quinn-udp v0.5.14
3162026-06-04T08:03:07.583Z Downloaded rustc-demangle v0.1.27
3172026-06-04T08:03:07.583Z Downloaded parking_lot_core v0.9.12
3182026-06-04T08:03:07.583Z Downloaded httparse v1.10.1
3192026-06-04T08:03:07.583Z Downloaded semver v1.0.28
3202026-06-04T08:03:07.583Z Downloaded toml v0.8.23
3212026-06-04T08:03:07.583Z Downloaded tokio-native-tls v0.3.1
3222026-06-04T08:03:07.592Z Downloaded self-replace v1.5.0
3232026-06-04T08:03:07.592Z Downloaded tokio-rustls v0.26.4
3242026-06-04T08:03:07.592Z Downloaded num-traits v0.2.19
3252026-06-04T08:03:07.592Z Downloaded thread_local v1.1.9
3262026-06-04T08:03:07.593Z Downloaded toml_writer v1.1.1+spec-1.1.0
3272026-06-04T08:03:07.593Z Downloaded serde_core v1.0.228
3282026-06-04T08:03:07.593Z Downloaded futures v0.3.32
3292026-06-04T08:03:07.593Z Downloaded ed25519-dalek v2.2.0
3302026-06-04T08:03:07.593Z Downloaded sharded-slab v0.1.7
3312026-06-04T08:03:07.593Z Downloaded xxhash-rust v0.8.15
3322026-06-04T08:03:07.593Z Downloaded pkcs8 v0.10.2
3332026-06-04T08:03:07.600Z Downloaded zmij v1.0.21
3342026-06-04T08:03:07.600Z Downloaded rustls-pki-types v1.14.1
3352026-06-04T08:03:07.600Z Downloaded zstd-safe v7.2.4
3362026-06-04T08:03:07.600Z Downloaded tracing-attributes v0.1.31
3372026-06-04T08:03:07.600Z Downloaded config v0.15.23
3382026-06-04T08:03:07.618Z Downloaded tempfile v3.27.0
3392026-06-04T08:03:07.622Z Downloaded unicase v2.9.0
3402026-06-04T08:03:07.622Z Downloaded flate2 v1.1.9
3412026-06-04T08:03:07.622Z Downloaded zipsign-api v0.1.5
3422026-06-04T08:03:07.629Z Downloaded pin-project v1.1.13
3432026-06-04T08:03:07.632Z Downloaded tinyvec v1.11.0
3442026-06-04T08:03:07.632Z Downloaded toml v1.1.2+spec-1.1.0
3452026-06-04T08:03:07.637Z Downloaded socket2 v0.6.4
3462026-06-04T08:03:07.647Z Downloaded zeroize v1.8.2
3472026-06-04T08:03:07.647Z Downloaded der v0.7.10
3482026-06-04T08:03:07.647Z Downloaded toml_parser v1.1.2+spec-1.1.0
3492026-06-04T08:03:07.666Z Downloaded tokio-stream v0.1.18
3502026-06-04T08:03:07.666Z Downloaded cc v1.2.63
3512026-06-04T08:03:07.666Z Downloaded borsh v1.6.1
3522026-06-04T08:03:07.666Z Downloaded ryu v1.0.23
3532026-06-04T08:03:07.666Z Downloaded backtrace v0.3.76
3542026-06-04T08:03:07.666Z Downloaded unicode-ident v1.0.24
3552026-06-04T08:03:07.666Z Downloaded base64 v0.22.1
3562026-06-04T08:03:07.666Z Downloaded signal-hook v0.3.18
3572026-06-04T08:03:07.666Z Downloaded log v0.4.32
3582026-06-04T08:03:07.666Z Downloaded textwrap v0.16.2
3592026-06-04T08:03:07.687Z Downloaded uuid v1.23.2
3602026-06-04T08:03:07.687Z Downloaded quick-junit v0.5.2
3612026-06-04T08:03:07.687Z Downloaded toml_edit v0.22.27
3622026-06-04T08:03:07.687Z Downloaded zstd v0.13.3
3632026-06-04T08:03:07.695Z Downloaded miniz_oxide v0.8.9
3642026-06-04T08:03:07.695Z Downloaded proc-macro2 v1.0.106
3652026-06-04T08:03:07.695Z Downloaded self_update v0.42.0
3662026-06-04T08:03:07.705Z Downloaded tracing-core v0.1.36
3672026-06-04T08:03:07.722Z Downloaded serde_derive v1.0.228
3682026-06-04T08:03:07.722Z Downloaded http v1.4.1
3692026-06-04T08:03:07.722Z Downloaded aho-corasick v1.1.4
3702026-06-04T08:03:07.722Z Downloaded indicatif v0.17.11
3712026-06-04T08:03:07.730Z Downloaded vte v0.14.1
3722026-06-04T08:03:07.745Z Downloaded serde v1.0.228
3732026-06-04T08:03:07.749Z Downloaded quinn v0.11.9
3742026-06-04T08:03:07.749Z Downloaded tower v0.5.3
3752026-06-04T08:03:07.749Z Downloaded typenum v1.20.1
3762026-06-04T08:03:07.755Z Downloaded crossterm v0.29.0
3772026-06-04T08:03:07.760Z Downloaded rustls-webpki v0.103.13
3782026-06-04T08:03:07.760Z Downloaded hashbrown v0.15.5
3792026-06-04T08:03:07.760Z Downloaded guppy v0.17.26
3802026-06-04T08:03:07.773Z Downloaded memchr v2.8.1
3812026-06-04T08:03:07.782Z Downloaded tar v0.4.46
3822026-06-04T08:03:07.782Z Downloaded rand v0.9.4
3832026-06-04T08:03:07.782Z Downloaded unicode-segmentation v1.13.3
3842026-06-04T08:03:07.782Z Downloaded hashbrown v0.17.1
3852026-06-04T08:03:07.782Z Downloaded futures-util v0.3.32
3862026-06-04T08:03:07.794Z Downloaded tokio-util v0.7.18
3872026-06-04T08:03:07.794Z Downloaded h2 v0.4.14
3882026-06-04T08:03:07.799Z Downloaded serde_json v1.0.150
3892026-06-04T08:03:07.799Z Downloaded mio v1.2.1
3902026-06-04T08:03:07.812Z Downloaded tower-http v0.6.11
3912026-06-04T08:03:07.812Z Downloaded url v2.5.8
3922026-06-04T08:03:07.819Z Downloaded clap_builder v4.6.0
3932026-06-04T08:03:07.819Z Downloaded miette v7.6.0
3942026-06-04T08:03:07.824Z Downloaded hyper-util v0.1.20
3952026-06-04T08:03:07.833Z Downloaded ron v0.12.1
3962026-06-04T08:03:07.847Z Downloaded winnow v0.7.15
3972026-06-04T08:03:07.854Z Downloaded reqwest v0.12.28
3982026-06-04T08:03:07.858Z Downloaded chrono v0.4.44
3992026-06-04T08:03:07.862Z Downloaded regex v1.12.3
4002026-06-04T08:03:07.865Z Downloaded vcpkg v0.2.15
4012026-06-04T08:03:07.886Z Downloaded idna v1.1.0
4022026-06-04T08:03:07.889Z Downloaded gimli v0.32.3
4032026-06-04T08:03:07.892Z Downloaded curve25519-dalek v4.1.3
4042026-06-04T08:03:07.898Z Downloaded syn v2.0.117
4052026-06-04T08:03:07.904Z Downloaded zerocopy v0.8.50
4062026-06-04T08:03:07.919Z Downloaded pulldown-cmark v0.13.4
4072026-06-04T08:03:07.924Z Downloaded hyper v1.10.1
4082026-06-04T08:03:07.924Z Downloaded bstr v1.12.1
4092026-06-04T08:03:07.933Z Downloaded unicode-normalization v0.1.25
4102026-06-04T08:03:07.937Z Downloaded unicode-width v0.2.2
4112026-06-04T08:03:07.937Z Downloaded unicode-width v0.1.14
4122026-06-04T08:03:07.941Z Downloaded tracing v0.1.44
4132026-06-04T08:03:07.961Z Downloaded color-eyre v0.6.5
4142026-06-04T08:03:07.968Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4152026-06-04T08:03:07.978Z Downloaded quick-xml v0.38.4
4162026-06-04T08:03:07.981Z Downloaded portable-atomic v1.13.1
4172026-06-04T08:03:07.987Z Downloaded quick-xml v0.37.5
4182026-06-04T08:03:07.998Z Downloaded winnow v1.0.3
4192026-06-04T08:03:08.014Z Downloaded tracing-subscriber v0.3.23
4202026-06-04T08:03:08.023Z Downloaded webpki-roots v1.0.7
4212026-06-04T08:03:08.040Z Downloaded quinn-proto v0.11.14
4222026-06-04T08:03:08.056Z Downloaded nextest-runner v0.80.0
4232026-06-04T08:03:08.081Z Downloaded openssl v0.10.80
4242026-06-04T08:03:08.100Z Downloaded object v0.37.3
4252026-06-04T08:03:08.111Z Downloaded nix v0.30.1
4262026-06-04T08:03:08.122Z Downloaded regex-syntax v0.8.10
4272026-06-04T08:03:08.131Z Downloaded rustix v0.38.44
4282026-06-04T08:03:08.143Z Downloaded rustls v0.23.40
4292026-06-04T08:03:08.167Z Downloaded rustix v1.1.4
4302026-06-04T08:03:08.250Z Downloaded regex-automata v0.4.14
4312026-06-04T08:03:08.294Z Downloaded libc v0.2.186
4322026-06-04T08:03:08.314Z Downloaded petgraph v0.8.3
4332026-06-04T08:03:08.339Z Downloaded tokio v1.52.3
4342026-06-04T08:03:08.393Z Downloaded recursion v0.5.4
4352026-06-04T08:03:08.441Z Downloaded ring v0.17.14
4362026-06-04T08:03:08.471Z Compiling proc-macro2 v1.0.106
4372026-06-04T08:03:08.471Z Compiling libc v0.2.186
4382026-06-04T08:03:08.474Z Compiling unicode-ident v1.0.24
4392026-06-04T08:03:08.474Z Compiling quote v1.0.45
4402026-06-04T08:03:08.474Z Compiling serde_core v1.0.228
4412026-06-04T08:03:08.474Z Compiling cfg-if v1.0.4
4422026-06-04T08:03:08.474Z Compiling memchr v2.8.1
4432026-06-04T08:03:08.474Z Compiling once_cell v1.21.4
4442026-06-04T08:03:08.726Z Compiling log v0.4.32
4452026-06-04T08:03:08.736Z Compiling pin-project-lite v0.2.17
4462026-06-04T08:03:08.826Z Compiling itoa v1.0.18
4472026-06-04T08:03:08.895Z Compiling serde v1.0.228
4482026-06-04T08:03:09.071Z Compiling futures-core v0.3.32
4492026-06-04T08:03:09.244Z Compiling smallvec v1.15.1
4502026-06-04T08:03:09.370Z Compiling bitflags v2.12.1
4512026-06-04T08:03:09.392Z Compiling shlex v2.0.1
4522026-06-04T08:03:09.501Z Compiling find-msvc-tools v0.1.9
4532026-06-04T08:03:09.566Z Compiling hashbrown v0.17.1
4542026-06-04T08:03:09.725Z Compiling jobserver v0.1.34
4552026-06-04T08:03:09.745Z Compiling equivalent v1.0.2
4562026-06-04T08:03:09.761Z Compiling bytes v1.11.1
4572026-06-04T08:03:09.786Z Compiling rustix v1.1.4
4582026-06-04T08:03:09.827Z Compiling futures-sink v0.3.32
4592026-06-04T08:03:09.930Z Compiling errno v0.3.14
4602026-06-04T08:03:09.942Z Compiling cc v1.2.63
4612026-06-04T08:03:10.092Z Compiling signal-hook-registry v1.4.8
4622026-06-04T08:03:10.143Z Compiling mio v1.2.1
4632026-06-04T08:03:10.237Z Compiling syn v2.0.117
4642026-06-04T08:03:10.280Z Compiling socket2 v0.6.4
4652026-06-04T08:03:10.604Z Compiling slab v0.4.12
4662026-06-04T08:03:10.632Z Compiling zmij v1.0.21
4672026-06-04T08:03:10.813Z Compiling futures-channel v0.3.32
4682026-06-04T08:03:10.844Z Compiling tracing-core v0.1.36
4692026-06-04T08:03:10.979Z Compiling serde_json v1.0.150
4702026-06-04T08:03:11.093Z Compiling version_check v0.9.5
4712026-06-04T08:03:11.175Z Compiling futures-io v0.3.32
4722026-06-04T08:03:11.236Z Compiling indexmap v2.14.0
4732026-06-04T08:03:11.341Z Compiling getrandom v0.4.2
4742026-06-04T08:03:11.367Z Compiling futures-task v0.3.32
4752026-06-04T08:03:11.420Z Compiling unicode-width v0.2.2
4762026-06-04T08:03:11.535Z Compiling percent-encoding v2.3.2
4772026-06-04T08:03:11.637Z Compiling camino v1.2.2
4782026-06-04T08:03:11.803Z Compiling ring v0.17.14
4792026-06-04T08:03:11.895Z Compiling http v1.4.1
4802026-06-04T08:03:11.938Z Compiling simd-adler32 v0.3.9
4812026-06-04T08:03:12.011Z Compiling autocfg v1.5.1
4822026-06-04T08:03:12.064Z Compiling zeroize v1.8.2
4832026-06-04T08:03:12.265Z Compiling adler2 v2.0.1
4842026-06-04T08:03:12.362Z Compiling num-traits v0.2.19
4852026-06-04T08:03:12.421Z Compiling miniz_oxide v0.8.9
4862026-06-04T08:03:12.601Z Compiling target-lexicon v0.13.5
4872026-06-04T08:03:12.775Z Compiling object v0.37.3
4882026-06-04T08:03:12.866Z Compiling getrandom v0.3.4
4892026-06-04T08:03:13.065Z Compiling zerocopy v0.8.50
4902026-06-04T08:03:13.160Z Compiling http-body v1.0.1
4912026-06-04T08:03:13.322Z Compiling rustls-pki-types v1.14.1
4922026-06-04T08:03:13.386Z Compiling form_urlencoded v1.2.2
4932026-06-04T08:03:13.507Z Compiling semver v1.0.28
4942026-06-04T08:03:13.651Z Compiling getrandom v0.2.17
4952026-06-04T08:03:13.753Z Compiling serde_derive v1.0.228
4962026-06-04T08:03:13.779Z Compiling tokio-macros v2.7.0
4972026-06-04T08:03:13.835Z Compiling futures-macro v0.3.32
4982026-06-04T08:03:13.840Z Compiling tracing-attributes v0.1.31
4992026-06-04T08:03:14.007Z Compiling idna_adapter v1.0.0
5002026-06-04T08:03:14.112Z Compiling untrusted v0.9.0
5012026-06-04T08:03:14.162Z Compiling thiserror v2.0.18
5022026-06-04T08:03:14.184Z Compiling guppy-workspace-hack v0.1.0
5032026-06-04T08:03:14.239Z Compiling owo-colors v4.3.0
5042026-06-04T08:03:14.407Z Compiling utf8_iter v1.0.4
5052026-06-04T08:03:14.506Z Compiling gimli v0.32.3
5062026-06-04T08:03:14.570Z Compiling fnv v1.0.7
5072026-06-04T08:03:14.573Z Compiling signal-hook v0.3.18
5082026-06-04T08:03:14.583Z Compiling tokio v1.52.3
5092026-06-04T08:03:14.663Z Compiling futures-util v0.3.32
5102026-06-04T08:03:14.674Z Compiling httparse v1.10.1
5112026-06-04T08:03:14.866Z Compiling idna v1.1.0
5122026-06-04T08:03:15.047Z Compiling tracing v0.1.44
5132026-06-04T08:03:15.284Z Compiling thiserror-impl v2.0.18
5142026-06-04T08:03:16.498Z Compiling addr2line v0.25.1
5152026-06-04T08:03:17.154Z Compiling generic-array v0.14.7
5162026-06-04T08:03:17.291Z Compiling typeid v1.0.3
5172026-06-04T08:03:17.303Z Compiling pkg-config v0.3.33
5182026-06-04T08:03:17.394Z Compiling try-lock v0.2.5
5192026-06-04T08:03:17.512Z Compiling rustc-demangle v0.1.27
5202026-06-04T08:03:17.583Z Compiling thiserror v1.0.69
5212026-06-04T08:03:17.691Z Compiling atomic-waker v1.1.2
5222026-06-04T08:03:17.733Z Compiling target-spec v3.6.0
5232026-06-04T08:03:17.819Z Compiling rustls v0.23.40
5242026-06-04T08:03:17.899Z Compiling tower-service v0.3.3
5252026-06-04T08:03:18.008Z Compiling fastrand v2.4.1
5262026-06-04T08:03:18.057Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5272026-06-04T08:03:18.221Z Compiling tempfile v3.27.0
5282026-06-04T08:03:18.363Z Compiling want v0.3.1
5292026-06-04T08:03:18.427Z Compiling cfg-expr v0.20.8
5302026-06-04T08:03:18.511Z Compiling tokio-util v0.7.18
5312026-06-04T08:03:18.587Z Compiling url v2.5.8
5322026-06-04T08:03:19.081Z Compiling h2 v0.4.14
5332026-06-04T08:03:19.586Z Compiling thiserror-impl v1.0.69
5342026-06-04T08:03:19.851Z Compiling backtrace v0.3.76
5352026-06-04T08:03:20.019Z Compiling terminal_size v0.4.4
5362026-06-04T08:03:20.176Z Compiling aho-corasick v1.1.4
5372026-06-04T08:03:20.315Z Compiling subtle v2.6.1
5382026-06-04T08:03:20.517Z Compiling erased-serde v0.4.10
5392026-06-04T08:03:20.730Z Compiling winnow v0.7.15
5402026-06-04T08:03:20.821Z Compiling typenum v1.20.1
5412026-06-04T08:03:21.025Z Compiling regex-syntax v0.8.10
5422026-06-04T08:03:21.480Z Compiling hyper v1.10.1
5432026-06-04T08:03:22.658Z Compiling regex-automata v0.4.14
5442026-06-04T08:03:24.610Z Compiling rustls-webpki v0.103.13
5452026-06-04T08:03:26.502Z Compiling serde_spanned v0.6.9
5462026-06-04T08:03:26.667Z Compiling toml_datetime v0.6.11
5472026-06-04T08:03:27.046Z Compiling ahash v0.8.12
5482026-06-04T08:03:27.185Z Compiling sync_wrapper v1.0.2
5492026-06-04T08:03:27.301Z Compiling crc32fast v1.5.0
5502026-06-04T08:03:27.313Z Compiling nextest-workspace-hack v0.1.0
5512026-06-04T08:03:27.492Z Compiling toml_write v0.1.2
5522026-06-04T08:03:27.539Z Compiling ipnet v2.12.0
5532026-06-04T08:03:27.595Z Compiling tower-layer v0.3.3
5542026-06-04T08:03:27.744Z Compiling lazy_static v1.5.0
5552026-06-04T08:03:27.797Z Compiling either v1.16.0
5562026-06-04T08:03:27.850Z Compiling unicode-linebreak v0.1.5
5572026-06-04T08:03:28.036Z Compiling foldhash v0.1.5
5582026-06-04T08:03:28.115Z Compiling parking_lot_core v0.9.12
5592026-06-04T08:03:28.123Z Compiling base64 v0.22.1
5602026-06-04T08:03:28.257Z Compiling portable-atomic v1.13.1
5612026-06-04T08:03:28.407Z Compiling unicode-segmentation v1.13.3
5622026-06-04T08:03:28.631Z Compiling is_ci v1.2.0
5632026-06-04T08:03:28.744Z Compiling convert_case v0.10.0
5642026-06-04T08:03:28.757Z Compiling supports-color v3.0.2
5652026-06-04T08:03:28.796Z Compiling hyper-util v0.1.20
5662026-06-04T08:03:28.821Z Compiling tokio-rustls v0.26.4
5672026-06-04T08:03:28.986Z Compiling hashbrown v0.15.5
5682026-06-04T08:03:28.999Z Compiling textwrap v0.16.2
5692026-06-04T08:03:29.104Z Compiling sharded-slab v0.1.7
5702026-06-04T08:03:29.263Z Compiling tower v0.5.3
5712026-06-04T08:03:29.628Z Compiling toml_edit v0.22.27
5722026-06-04T08:03:29.853Z Compiling backtrace-ext v0.2.1
5732026-06-04T08:03:30.112Z Compiling ordered-float v2.10.1
5742026-06-04T08:03:30.386Z Compiling miette-derive v7.6.0
5752026-06-04T08:03:30.399Z Compiling webpki-roots v1.0.7
5762026-06-04T08:03:30.416Z Compiling pathdiff v0.2.3
5772026-06-04T08:03:30.519Z Compiling console v0.15.11
5782026-06-04T08:03:30.539Z Compiling cargo-platform v0.3.3
5792026-06-04T08:03:31.094Z Compiling tracing-log v0.2.0
5802026-06-04T08:03:31.441Z Compiling os_pipe v1.2.3
5812026-06-04T08:03:31.452Z Compiling thread_local v1.1.9
5822026-06-04T08:03:31.483Z Compiling debug-ignore v1.0.5
5832026-06-04T08:03:31.595Z Compiling supports-unicode v3.0.0
5842026-06-04T08:03:31.607Z Compiling cfg_aliases v0.2.1
5852026-06-04T08:03:31.680Z Compiling pulldown-cmark v0.13.4
5862026-06-04T08:03:31.765Z Compiling scopeguard v1.2.0
5872026-06-04T08:03:31.808Z Compiling rustix v0.38.44
5882026-06-04T08:03:31.824Z Compiling unicode-width v0.1.14
5892026-06-04T08:03:31.871Z Compiling fixedbitset v0.5.7
5902026-06-04T08:03:31.912Z Compiling winnow v1.0.3
5912026-06-04T08:03:32.126Z Compiling supports-hyperlinks v3.2.0
5922026-06-04T08:03:32.175Z Compiling zstd-safe v7.2.4
5932026-06-04T08:03:32.344Z Compiling ryu v1.0.23
5942026-06-04T08:03:32.422Z Compiling utf8parse v0.2.2
5952026-06-04T08:03:32.562Z Compiling anstyle-parse v1.0.0
5962026-06-04T08:03:32.636Z Compiling serde_urlencoded v0.7.1
5972026-06-04T08:03:32.763Z Compiling miette v7.6.0
5982026-06-04T08:03:32.861Z Compiling petgraph v0.8.3
5992026-06-04T08:03:32.936Z Compiling lock_api v0.4.14
6002026-06-04T08:03:33.182Z Compiling toml_parser v1.1.2+spec-1.1.0
6012026-06-04T08:03:33.367Z Compiling nix v0.30.1
6022026-06-04T08:03:33.764Z Compiling tracing-subscriber v0.3.23
6032026-06-04T08:03:33.922Z Compiling sigchld v0.2.4
6042026-06-04T08:03:34.115Z Compiling toml v0.8.23
6052026-06-04T08:03:34.513Z Compiling cargo_metadata v0.23.1
6062026-06-04T08:03:34.809Z Compiling hyper-rustls v0.27.9
6072026-06-04T08:03:35.511Z Compiling serde-value v0.7.0
6082026-06-04T08:03:36.276Z Compiling serde-untagged v0.1.9
6092026-06-04T08:03:36.924Z Compiling tower-http v0.6.11
6102026-06-04T08:03:36.956Z Compiling derive_more-impl v2.1.1
6112026-06-04T08:03:37.424Z Compiling itertools v0.14.0
6122026-06-04T08:03:37.584Z Compiling crypto-common v0.1.7
6132026-06-04T08:03:37.723Z Compiling block-buffer v0.10.4
6142026-06-04T08:03:37.769Z Compiling regex v1.12.3
6152026-06-04T08:03:37.866Z Compiling ppv-lite86 v0.2.21
6162026-06-04T08:03:37.879Z Compiling rand_core v0.9.5
6172026-06-04T08:03:38.133Z Compiling futures-executor v0.3.32
6182026-06-04T08:03:38.204Z Compiling pin-project-internal v1.1.13
6192026-06-04T08:03:38.675Z Compiling http-body-util v0.1.3
6202026-06-04T08:03:38.911Z Compiling uuid v1.23.2
6212026-06-04T08:03:38.942Z Compiling toml_datetime v1.1.1+spec-1.1.0
6222026-06-04T08:03:39.038Z Compiling smol_str v0.3.6
6232026-06-04T08:03:39.206Z Compiling serde_spanned v1.1.1
6242026-06-04T08:03:39.254Z Compiling filetime v0.2.29
6252026-06-04T08:03:39.339Z Compiling bstr v1.12.1
6262026-06-04T08:03:39.350Z Compiling vte v0.14.1
6272026-06-04T08:03:39.367Z Compiling is_terminal_polyfill v1.70.2
6282026-06-04T08:03:39.430Z Compiling static_assertions v1.1.0
6292026-06-04T08:03:39.450Z Compiling tinyvec_macros v0.1.1
6302026-06-04T08:03:39.519Z Compiling color-spantrace v0.3.0
6312026-06-04T08:03:39.559Z Compiling anstyle-query v1.1.5
6322026-06-04T08:03:39.673Z Compiling nested v0.1.1
6332026-06-04T08:03:39.695Z Compiling unicase v2.9.0
6342026-06-04T08:03:39.753Z Compiling self_update v0.42.0
6352026-06-04T08:03:39.828Z Compiling colorchoice v1.0.5
6362026-06-04T08:03:39.860Z Compiling xattr v1.6.1
6372026-06-04T08:03:39.873Z Compiling number_prefix v0.4.0
6382026-06-04T08:03:39.946Z Compiling anstyle v1.0.14
6392026-06-04T08:03:39.999Z Compiling litrs v1.0.0
6402026-06-04T08:03:40.002Z Compiling iana-time-zone v0.1.65
6412026-06-04T08:03:40.021Z Compiling unicode-xid v0.2.6
6422026-06-04T08:03:40.021Z Compiling eyre v0.6.12
6432026-06-04T08:03:40.060Z Compiling indicatif v0.17.11
6442026-06-04T08:03:40.155Z Compiling anstream v1.0.0
6452026-06-04T08:03:40.209Z Compiling chrono v0.4.44
6462026-06-04T08:03:40.347Z Compiling cargo-util-schemas v0.2.0
6472026-06-04T08:03:40.436Z Compiling document-features v0.2.12
6482026-06-04T08:03:40.626Z Compiling tar v0.4.46
6492026-06-04T08:03:41.067Z Compiling guppy v0.17.26
6502026-06-04T08:03:41.790Z Compiling globset v0.4.18
6512026-06-04T08:03:42.758Z Compiling tinyvec v1.11.0
6522026-06-04T08:03:43.144Z Compiling strip-ansi-escapes v0.2.1
6532026-06-04T08:03:43.169Z Compiling toml v1.1.2+spec-1.1.0
6542026-06-04T08:03:43.189Z Compiling pin-project v1.1.13
6552026-06-04T08:03:43.291Z Compiling nextest-metadata v0.12.2
6562026-06-04T08:03:43.594Z Compiling newtype-uuid v1.3.2
6572026-06-04T08:03:43.622Z Compiling reqwest v0.12.28
6582026-06-04T08:03:43.782Z Compiling futures v0.3.32
6592026-06-04T08:03:43.866Z Compiling rand_chacha v0.9.0
6602026-06-04T08:03:44.420Z Compiling digest v0.10.7
6612026-06-04T08:03:44.433Z Compiling derive_more v2.1.1
6622026-06-04T08:03:44.511Z Compiling parking_lot v0.12.5
6632026-06-04T08:03:44.656Z Compiling flate2 v1.1.9
6642026-06-04T08:03:45.051Z Compiling tracing-error v0.2.1
6652026-06-04T08:03:45.191Z Compiling shared_child v1.1.1
6662026-06-04T08:03:45.519Z Compiling signal-hook-mio v0.2.5
6672026-06-04T08:03:45.651Z Compiling self-replace v1.5.0
6682026-06-04T08:03:45.747Z Compiling cargo-platform v0.2.0
6692026-06-04T08:03:45.946Z Compiling quick-xml v0.37.5
6702026-06-04T08:03:46.304Z Compiling quick-xml v0.38.4
6712026-06-04T08:03:46.356Z Compiling clap_lex v1.1.0
6722026-06-04T08:03:46.613Z Compiling indenter v0.3.4
6732026-06-04T08:03:46.720Z Compiling strsim v0.11.1
6742026-06-04T08:03:46.744Z Compiling recursion v0.5.4
6752026-06-04T08:03:46.879Z Compiling shell-words v1.1.1
6762026-06-04T08:03:47.129Z Compiling humantime v2.3.0
6772026-06-04T08:03:47.478Z Compiling urlencoding v2.1.3
6782026-06-04T08:03:47.533Z Compiling cpufeatures v0.2.17
6792026-06-04T08:03:47.717Z Compiling heck v0.5.0
6802026-06-04T08:03:47.789Z Compiling clap_builder v4.6.0
6812026-06-04T08:03:47.915Z Compiling clap_derive v4.6.1
6822026-06-04T08:03:47.936Z Compiling sha2 v0.10.9
6832026-06-04T08:03:48.434Z Compiling humantime-serde v1.1.1
6842026-06-04T08:03:48.595Z Compiling quick-junit v0.5.2
6852026-06-04T08:03:49.146Z Compiling nextest-filtering v0.15.0
6862026-06-04T08:03:50.226Z Compiling atomicwrites v0.4.4
6872026-06-04T08:03:50.514Z Compiling cargo_metadata v0.20.0
6882026-06-04T08:03:51.733Z Compiling cargo-nextest v0.9.97
6892026-06-04T08:03:52.052Z Compiling crossterm v0.29.0
6902026-06-04T08:03:53.102Z Compiling duct v0.13.7
6912026-06-04T08:03:54.960Z Compiling rand v0.9.4
6922026-06-04T08:03:55.086Z Compiling zstd v0.13.3
6932026-06-04T08:03:55.217Z Compiling async-scoped v0.9.0
6942026-06-04T08:03:55.264Z Compiling config v0.15.23
6952026-06-04T08:03:55.268Z Compiling unicode-normalization v0.1.25
6962026-06-04T08:03:55.406Z Compiling target-spec-miette v0.4.8
6972026-06-04T08:03:55.518Z Compiling future-queue v0.4.0
6982026-06-04T08:03:55.638Z Compiling mukti-metadata v0.3.0
6992026-06-04T08:03:55.714Z Compiling tokio-stream v0.1.18
7002026-06-04T08:03:55.797Z Compiling camino-tempfile v1.4.1
7012026-06-04T08:03:55.838Z Compiling derive-where v1.6.1
7022026-06-04T08:03:55.862Z Compiling serde_ignored v0.1.14
7032026-06-04T08:03:56.085Z Compiling serde_path_to_error v0.1.20
7042026-06-04T08:03:56.126Z Compiling home v0.5.12
7052026-06-04T08:03:56.221Z Compiling indent_write v2.2.0
7062026-06-04T08:03:56.293Z Compiling xxhash-rust v0.8.15
7072026-06-04T08:03:56.356Z Compiling swrite v0.1.0
7082026-06-04T08:03:56.370Z Compiling hex v0.4.3
7092026-06-04T08:03:56.467Z Compiling color-eyre v0.6.5
7102026-06-04T08:03:56.494Z Compiling clap v4.6.1
7112026-06-04T08:03:56.531Z Compiling dialoguer v0.11.0
7122026-06-04T08:03:56.576Z Compiling enable-ansi-support v0.2.1
7132026-06-04T08:03:57.083Z Compiling nextest-runner v0.80.0
7142026-06-04T08:04:15.105Z Finished `release` profile [optimized] target(s) in 1m 11s
7152026-06-04T08:04:15.288Z Installing /home/build/.cargo/bin/cargo-nextest
7162026-06-04T08:04:15.291Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7172026-06-04T08:04:15.403Z+ source .github/buildomat/test-common.sh
7182026-06-04T08:04:15.406Z++ NEXTEST_VERSION=0.9.97
7192026-06-04T08:04:15.406Z++ PLATFORM=illumos
7202026-06-04T08:04:15.406Z++ banner install
7212026-06-04T08:04:15.406Z
7222026-06-04T08:04:15.406Z # # # #### ##### ## # #
7232026-06-04T08:04:15.406Z # ## # # # # # # #
7242026-06-04T08:04:15.406Z # # # # #### # # # # #
7252026-06-04T08:04:15.406Z # # # # # # ###### # #
7262026-06-04T08:04:15.406Z # # ## # # # # # # #
7272026-06-04T08:04:15.406Z # # # #### # # # ###### ######
7282026-06-04T08:04:15.406Z
7292026-06-04T08:04:15.406Z++ set +o errexit
7302026-06-04T08:04:15.409Z++ pkg info clang-15
7312026-06-04T08:04:15.409Z++ grep -qi installed
7322026-06-04T08:04:16.550Zpkg: info: no packages matching the following patterns you specified are
7332026-06-04T08:04:16.550Zinstalled on the system. Try querying remotely instead:
7342026-06-04T08:04:16.550Z
7352026-06-04T08:04:16.550Z clang-15
7362026-06-04T08:04:16.589Z++ [[ 1 != 0 ]]
7372026-06-04T08:04:16.589Z++ set -o errexit
7382026-06-04T08:04:16.592Z++ pfexec pkg install clang-15
7392026-06-04T08:04:25.491Z Startup: Refreshing catalog 'helios-dev' ... Done
7402026-06-04T08:04:33.254Z Startup: Caching catalogs ... Done
7412026-06-04T08:04:40.535ZPlanning: Solver setup ... Done
7422026-06-04T08:04:40.576ZPlanning: Running solver ... Done
7432026-06-04T08:04:40.728ZPlanning: Finding local manifests ... Done
7442026-06-04T08:04:41.952ZPlanning: Fetching manifests: 0/2 0% complete
7452026-06-04T08:04:42.035ZPlanning: Fetching manifests: 2/2 100% complete
7462026-06-04T08:04:42.065ZPlanning: Package planning ... Done
7472026-06-04T08:04:42.090ZPlanning: Merging actions ... Done
7482026-06-04T08:04:42.199ZPlanning: Checking for conflicting actions ... Done
7492026-06-04T08:04:42.206ZPlanning: Consolidating action changes ... Done
7502026-06-04T08:04:42.940ZPlanning: Evaluating mediators ... Done
7512026-06-04T08:04:42.947ZPlanning: Planning completed in 9.52 seconds
7522026-06-04T08:04:43.076Z Packages to install: 2
7532026-06-04T08:04:43.076Z Mediators to change: 2
7542026-06-04T08:04:43.080Z Services to change: 1
7552026-06-04T08:04:43.080Z Create boot environment: No
7562026-06-04T08:04:43.080ZCreate backup boot environment: No
7572026-06-04T08:04:43.116Z
7582026-06-04T08:04:43.117ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7592026-06-04T08:04:48.119ZDownload: 1420/3076 items 114.9/211.3MB 54% complete (23.8M/s)
7602026-06-04T08:04:53.138ZDownload: 2011/3076 items 117.9/211.3MB 55% complete (11.9M/s)
7612026-06-04T08:04:57.036ZDownload: Completed 211.31 MB in 13.92 seconds (15.2M/s)
7622026-06-04T08:04:57.273Z Actions: 1/3418 actions (Installing new actions)
7632026-06-04T08:05:00.635Z Actions: Completed 3418 actions in 3.36 seconds.
7642026-06-04T08:05:01.302Z Done
7652026-06-04T08:05:01.302Z Done
7662026-06-04T08:05:02.052Z Done
7672026-06-04T08:05:05.455Z Done
7682026-06-04T08:05:05.529Z Done
7692026-06-04T08:05:05.532Z Done
7702026-06-04T08:05:05.795Z Done
7712026-06-04T08:05:06.510Z++ set -o errexit
7722026-06-04T08:05:06.510Z++ cargo --version
7732026-06-04T08:05:06.519Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7742026-06-04T08:05:06.522Z++ rustc --version
7752026-06-04T08:05:06.544Zrustc 1.95.0 (59807616e 2026-04-14)
7762026-06-04T08:05:06.547Z++ cargo install cargo-nextest --version 0.9.97
7772026-06-04T08:05:06.596Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7782026-06-04T08:05:06.599Z+ pushd rdb
7792026-06-04T08:05:06.599Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7802026-06-04T08:05:06.599Z+ PROPTEST_CASES=1000000
7812026-06-04T08:05:06.599Z+ cargo nextest run --lib proptest
7822026-06-04T08:05:06.758Z Updating git repository `https://github.com/oxidecomputer/falcon`
7832026-06-04T08:05:07.374ZFrom https://github.com/oxidecomputer/falcon
7842026-06-04T08:05:07.374Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7852026-06-04T08:05:07.451Z Updating crates.io index
7862026-06-04T08:05:07.453Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7872026-06-04T08:05:08.539ZFrom https://github.com/oxidecomputer/dendrite
7882026-06-04T08:05:08.539Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7892026-06-04T08:05:08.609Z Updating git repository `https://github.com/oxidecomputer/ispf`
7902026-06-04T08:05:08.916ZFrom https://github.com/oxidecomputer/ispf
7912026-06-04T08:05:08.916Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7922026-06-04T08:05:08.979Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7932026-06-04T08:05:09.352ZFrom https://github.com/oxidecomputer/netadm-sys
7942026-06-04T08:05:09.352Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7952026-06-04T08:05:09.360Z Updating git repository `https://github.com/oxidecomputer/omicron`
7962026-06-04T08:05:16.832ZFrom https://github.com/oxidecomputer/omicron
7972026-06-04T08:05:16.833Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
7982026-06-04T08:05:17.243Z Updating git repository `https://github.com/oxidecomputer/opte`
7992026-06-04T08:05:17.939ZFrom https://github.com/oxidecomputer/opte
8002026-06-04T08:05:17.939Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
8012026-06-04T08:05:17.972Z Updating git repository `https://github.com/illumos/smf-rs`
8022026-06-04T08:05:18.244ZFrom https://github.com/illumos/smf-rs
8032026-06-04T08:05:18.244Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8042026-06-04T08:05:18.447Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8052026-06-04T08:05:18.747ZFrom https://github.com/oxidecomputer/network-interface
8062026-06-04T08:05:18.747Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8072026-06-04T08:05:18.859Z Updating git repository `https://github.com/oxidecomputer/zone`
8082026-06-04T08:05:19.156ZFrom https://github.com/oxidecomputer/zone
8092026-06-04T08:05:19.156Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8102026-06-04T08:05:19.163Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112026-06-04T08:05:19.822ZFrom https://github.com/oxidecomputer/propolis
8122026-06-04T08:05:19.822Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8132026-06-04T08:05:19.943Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8142026-06-04T08:05:20.822ZFrom https://github.com/oxidecomputer/transceiver-control
8152026-06-04T08:05:20.822Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8162026-06-04T08:05:20.958Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8172026-06-04T08:05:21.240ZFrom https://github.com/oxidecomputer/dlpi-sys
8182026-06-04T08:05:21.240Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8192026-06-04T08:05:21.258Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8202026-06-04T08:05:21.562ZFrom https://github.com/jmesmon/rust-libzfs
8212026-06-04T08:05:21.562Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8222026-06-04T08:05:21.570Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8232026-06-04T08:05:21.846ZFrom https://github.com/oxidecomputer/rusty-doors
8242026-06-04T08:05:21.846Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8252026-06-04T08:05:21.876Z Updating git repository `https://github.com/oxidecomputer/lldp`
8262026-06-04T08:05:22.205ZFrom https://github.com/oxidecomputer/lldp
8272026-06-04T08:05:22.205Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8282026-06-04T08:05:22.217Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8292026-06-04T08:05:22.531ZFrom https://github.com/oxidecomputer/slog-error-chain
8302026-06-04T08:05:22.531Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8312026-06-04T08:05:22.605Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8322026-06-04T08:05:22.981ZFrom https://github.com/oxidecomputer/tufaceous
8332026-06-04T08:05:22.981Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8342026-06-04T08:05:23.054Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8352026-06-04T08:05:23.525ZFrom https://github.com/oxidecomputer/management-gateway-service
8362026-06-04T08:05:23.525Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8372026-06-04T08:05:23.541Z Updating git repository `https://github.com/oxidecomputer/crucible`
8382026-06-04T08:05:24.353ZFrom https://github.com/oxidecomputer/crucible
8392026-06-04T08:05:24.353Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8402026-06-04T08:05:24.411Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8412026-06-04T08:05:24.682ZFrom https://github.com/oxidecomputer/serde_human_bytes
8422026-06-04T08:05:24.682Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8432026-06-04T08:05:24.786Z Updating git repository `https://github.com/oxidecomputer/propolis`
8442026-06-04T08:05:25.154ZFrom https://github.com/oxidecomputer/propolis
8452026-06-04T08:05:25.154Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8462026-06-04T08:05:25.504Z Updating git repository `https://github.com/oxidecomputer/opte`
8472026-06-04T08:05:25.795ZFrom https://github.com/oxidecomputer/opte
8482026-06-04T08:05:25.795Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
8492026-06-04T08:05:25.886Z Updating git repository `https://github.com/oxidecomputer/tofino`
8502026-06-04T08:05:26.256ZFrom https://github.com/oxidecomputer/tofino
8512026-06-04T08:05:26.256Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8522026-06-04T08:05:26.309Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532026-06-04T08:05:26.894ZFrom https://github.com/oxidecomputer/maghemite
8542026-06-04T08:05:26.894Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8552026-06-04T08:05:26.943Z Updating git repository `https://github.com/oxidecomputer/clickward`
8562026-06-04T08:05:27.259ZFrom https://github.com/oxidecomputer/clickward
8572026-06-04T08:05:27.259Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8582026-06-04T08:05:27.298Z Updating git repository `https://github.com/oxidecomputer/crucible`
8592026-06-04T08:05:27.680ZFrom https://github.com/oxidecomputer/crucible
8602026-06-04T08:05:27.680Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8612026-06-04T08:05:27.876Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8622026-06-04T08:05:28.129ZFrom https://github.com/oxidecomputer/illumos-devinfo
8632026-06-04T08:05:28.129Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8642026-06-04T08:05:29.220Z Downloading crates ...
8652026-06-04T08:05:29.314Z Downloaded aead v0.5.2
8662026-06-04T08:05:29.319Z Downloaded allocator-api2 v0.2.21
8672026-06-04T08:05:29.329Z Downloaded backoff v0.4.0
8682026-06-04T08:05:29.334Z Downloaded const-random-macro v0.1.16
8692026-06-04T08:05:29.338Z Downloaded defmt v1.1.0
8702026-06-04T08:05:29.343Z Downloaded float-ord v0.3.2
8712026-06-04T08:05:29.353Z Downloaded bs58 v0.5.1
8722026-06-04T08:05:29.353Z Downloaded foreign-types-shared v0.3.1
8732026-06-04T08:05:29.353Z Downloaded gethostname v0.5.0
8742026-06-04T08:05:29.357Z Downloaded embedded-io v0.6.1
8752026-06-04T08:05:29.357Z Downloaded fxhash v0.2.1
8762026-06-04T08:05:29.357Z Downloaded dtrace-parser v0.3.0
8772026-06-04T08:05:29.357Z Downloaded fs_extra v1.3.0
8782026-06-04T08:05:29.357Z Downloaded fs-err v3.3.0
8792026-06-04T08:05:29.357Z Downloaded foldhash v0.2.0
8802026-06-04T08:05:29.357Z Downloaded git-stub v1.0.0
8812026-06-04T08:05:29.361Z Downloaded hash32 v0.3.1
8822026-06-04T08:05:29.361Z Downloaded arc-swap v1.9.1
8832026-06-04T08:05:29.364Z Downloaded constant_time_eq v0.4.2
8842026-06-04T08:05:29.364Z Downloaded convert_case v0.4.0
8852026-06-04T08:05:29.367Z Downloaded bit-set v0.8.0
8862026-06-04T08:05:29.367Z Downloaded arrayref v0.3.9
8872026-06-04T08:05:29.373Z Downloaded ciborium-ll v0.2.2
8882026-06-04T08:05:29.373Z Downloaded darling_macro v0.23.0
8892026-06-04T08:05:29.373Z Downloaded expectorate v1.2.0
8902026-06-04T08:05:29.376Z Downloaded no-std-compat v0.4.1
8912026-06-04T08:05:29.376Z Downloaded const_format_proc_macros v0.2.34
8922026-06-04T08:05:29.376Z Downloaded dof v0.4.0
8932026-06-04T08:05:29.379Z Downloaded daft v0.1.7
8942026-06-04T08:05:29.379Z Downloaded httpdate v1.0.3
8952026-06-04T08:05:29.382Z Downloaded defmt-macros v1.1.0
8962026-06-04T08:05:29.386Z Downloaded darling_macro v0.21.3
8972026-06-04T08:05:29.386Z Downloaded base16ct v0.2.0
8982026-06-04T08:05:29.386Z Downloaded ipnetwork v0.21.1
8992026-06-04T08:05:29.390Z Downloaded crunchy v0.2.4
9002026-06-04T08:05:29.390Z Downloaded glob v0.3.3
9012026-06-04T08:05:29.394Z Downloaded dunce v1.0.5
9022026-06-04T08:05:29.394Z Downloaded chacha20 v0.9.1
9032026-06-04T08:05:29.394Z Downloaded managed v0.8.0
9042026-06-04T08:05:29.400Z Downloaded dof v0.3.0
9052026-06-04T08:05:29.400Z Downloaded autocfg v1.5.0
9062026-06-04T08:05:29.400Z Downloaded macaddr v1.0.1
9072026-06-04T08:05:29.403Z Downloaded instant v0.1.13
9082026-06-04T08:05:29.403Z Downloaded hubpack_derive v0.1.1
9092026-06-04T08:05:29.403Z Downloaded enum-as-inner v0.6.1
9102026-06-04T08:05:29.403Z Downloaded byteorder v1.5.0
9112026-06-04T08:05:29.408Z Downloaded num-iter v0.1.45
9122026-06-04T08:05:29.408Z Downloaded newtype_derive v0.1.6
9132026-06-04T08:05:29.411Z Downloaded ciborium-io v0.2.2
9142026-06-04T08:05:29.411Z Downloaded base16ct v1.0.0
9152026-06-04T08:05:29.411Z Downloaded dtrace-parser v0.2.0
9162026-06-04T08:05:29.411Z Downloaded crucible-workspace-hack v0.1.0
9172026-06-04T08:05:29.415Z Downloaded bitflags v1.3.2
9182026-06-04T08:05:29.415Z Downloaded compression-core v0.4.32
9192026-06-04T08:05:29.418Z Downloaded natord v1.0.9
9202026-06-04T08:05:29.418Z Downloaded internet-checksum v0.2.1
9212026-06-04T08:05:29.418Z Downloaded hostname v0.4.2
9222026-06-04T08:05:29.418Z Downloaded match_cfg v0.1.0
9232026-06-04T08:05:29.421Z Downloaded inout v0.1.4
9242026-06-04T08:05:29.421Z Downloaded derive-ex v0.1.8
9252026-06-04T08:05:29.425Z Downloaded keccak v0.1.6
9262026-06-04T08:05:29.425Z Downloaded memmap v0.7.0
9272026-06-04T08:05:29.430Z Downloaded deranged v0.5.8
9282026-06-04T08:05:29.430Z Downloaded embedded-io v0.4.0
9292026-06-04T08:05:29.430Z Downloaded memoffset v0.9.1
9302026-06-04T08:05:29.434Z Downloaded num-derive v0.4.2
9312026-06-04T08:05:29.434Z Downloaded fixedbitset v0.4.2
9322026-06-04T08:05:29.434Z Downloaded defmt v0.3.100
9332026-06-04T08:05:29.439Z Downloaded ident_case v1.0.1
9342026-06-04T08:05:29.439Z Downloaded dropshot-api-manager-types v0.7.2
9352026-06-04T08:05:29.439Z Downloaded is-terminal v0.4.17
9362026-06-04T08:05:29.439Z Downloaded konst_macro_rules v0.2.19
9372026-06-04T08:05:29.444Z Downloaded libscf-sys v1.2.0
9382026-06-04T08:05:29.444Z Downloaded heck v0.4.1
9392026-06-04T08:05:29.444Z Downloaded num v0.4.3
9402026-06-04T08:05:29.444Z Downloaded byte-wrapper v0.1.0
9412026-06-04T08:05:29.448Z Downloaded hubpack v0.1.2
9422026-06-04T08:05:29.448Z Downloaded num-conv v0.2.1
9432026-06-04T08:05:29.448Z Downloaded mime v0.3.17
9442026-06-04T08:05:29.449Z Downloaded opaque-debug v0.3.1
9452026-06-04T08:05:29.453Z Downloaded lru-cache v0.1.2
9462026-06-04T08:05:29.453Z Downloaded cstr-argument v0.1.2
9472026-06-04T08:05:29.453Z Downloaded newtype-uuid-macros v0.1.0
9482026-06-04T08:05:29.458Z Downloaded olpc-cjson v0.1.4
9492026-06-04T08:05:29.458Z Downloaded cmake v0.1.58
9502026-06-04T08:05:29.458Z Downloaded newline-converter v0.3.0
9512026-06-04T08:05:29.458Z Downloaded dyn-clone v1.0.20
9522026-06-04T08:05:29.461Z Downloaded parse-display v0.10.0
9532026-06-04T08:05:29.461Z Downloaded omicron-workspace-hack v0.1.0
9542026-06-04T08:05:29.461Z Downloaded plain v0.2.3
9552026-06-04T08:05:29.461Z Downloaded num_threads v0.1.7
9562026-06-04T08:05:29.461Z Downloaded num_enum_derive v0.5.11
9572026-06-04T08:05:29.465Z Downloaded const-random v0.1.18
9582026-06-04T08:05:29.465Z Downloaded phf_shared v0.12.1
9592026-06-04T08:05:29.468Z Downloaded powerfmt v0.2.0
9602026-06-04T08:05:29.468Z Downloaded potential_utf v0.1.5
9612026-06-04T08:05:29.468Z Downloaded erased-serde v0.3.31
9622026-06-04T08:05:29.468Z Downloaded critical-section v1.2.0
9632026-06-04T08:05:29.471Z Downloaded crossbeam-deque v0.8.6
9642026-06-04T08:05:29.471Z Downloaded highway v1.3.0
9652026-06-04T08:05:29.475Z Downloaded darling v0.23.0
9662026-06-04T08:05:29.478Z Downloaded bytecount v0.6.9
9672026-06-04T08:05:29.478Z Downloaded either v1.15.0
9682026-06-04T08:05:29.481Z Downloaded icu_provider v2.2.0
9692026-06-04T08:05:29.481Z Downloaded displaydoc v0.2.5
9702026-06-04T08:05:29.486Z Downloaded ingot-types v0.1.2
9712026-06-04T08:05:29.486Z Downloaded dropshot_endpoint v0.17.0
9722026-06-04T08:05:29.490Z Downloaded pretty-hex v0.4.2
9732026-06-04T08:05:29.490Z Downloaded bcs v0.1.6
9742026-06-04T08:05:29.490Z Downloaded crossbeam-utils v0.8.21
9752026-06-04T08:05:29.493Z Downloaded progenitor-client v0.10.0
9762026-06-04T08:05:29.493Z Downloaded ciborium v0.2.2
9772026-06-04T08:05:29.498Z Downloaded progenitor-macro v0.10.0
9782026-06-04T08:05:29.498Z Downloaded proc-macro-error-attr2 v2.0.0
9792026-06-04T08:05:29.498Z Downloaded proc-macro-error-attr v1.0.4
9802026-06-04T08:05:29.498Z Downloaded progenitor-client v0.14.0
9812026-06-04T08:05:29.501Z Downloaded csv-core v0.1.13
9822026-06-04T08:05:29.501Z Downloaded linked-hash-map v0.5.6
9832026-06-04T08:05:29.501Z Downloaded cobs v0.3.0
9842026-06-04T08:05:29.501Z Downloaded daft-derive v0.1.7
9852026-06-04T08:05:29.505Z Downloaded rand_chacha v0.3.1
9862026-06-04T08:05:29.511Z Downloaded linear-map v1.2.0
9872026-06-04T08:05:29.511Z Downloaded libsw v3.5.0
9882026-06-04T08:05:29.511Z Downloaded num_enum v0.5.11
9892026-06-04T08:05:29.514Z Downloaded num-integer v0.1.46
9902026-06-04T08:05:29.514Z Downloaded progenitor-macro v0.14.0
9912026-06-04T08:05:29.514Z Downloaded rand_xorshift v0.4.0
9922026-06-04T08:05:29.517Z Downloaded darling v0.21.3
9932026-06-04T08:05:29.517Z Downloaded ref-cast v1.0.25
9942026-06-04T08:05:29.520Z Downloaded parse-display-derive v0.10.0
9952026-06-04T08:05:29.523Z Downloaded poly1305 v0.8.0
9962026-06-04T08:05:29.523Z Downloaded paste v1.0.15
9972026-06-04T08:05:29.526Z Downloaded password-hash v0.5.0
9982026-06-04T08:05:29.526Z Downloaded phf v0.12.1
9992026-06-04T08:05:29.529Z Downloaded multer v3.1.0
10002026-06-04T08:05:29.529Z Downloaded rustc_version v0.1.7
10012026-06-04T08:05:29.532Z Downloaded hickory-resolver v0.24.4
10022026-06-04T08:05:29.532Z Downloaded num_enum_derive v0.7.6
10032026-06-04T08:05:29.537Z Downloaded ref-cast-impl v1.0.25
10042026-06-04T08:05:29.537Z Downloaded num-complex v0.4.6
10052026-06-04T08:05:29.540Z Downloaded bitflags v2.11.1
10062026-06-04T08:05:29.540Z Downloaded ingot-macros v0.1.1
10072026-06-04T08:05:29.540Z Downloaded data-encoding v2.11.0
10082026-06-04T08:05:29.542Z Downloaded half v2.7.1
10092026-06-04T08:05:29.542Z Downloaded same-file v1.0.6
10102026-06-04T08:05:29.545Z Downloaded litemap v0.8.2
10112026-06-04T08:05:29.545Z Downloaded ingot v0.1.1
10122026-06-04T08:05:29.549Z Downloaded num-rational v0.4.2
10132026-06-04T08:05:29.549Z Downloaded proc-macro-crate v3.5.0
10142026-06-04T08:05:29.549Z Downloaded progenitor v0.13.0
10152026-06-04T08:05:29.552Z Downloaded proc-macro-crate v1.3.1
10162026-06-04T08:05:29.552Z Downloaded proc-macro-error2 v2.0.1
10172026-06-04T08:05:29.552Z Downloaded scroll_derive v0.12.1
10182026-06-04T08:05:29.556Z Downloaded serde_repr v0.1.20
10192026-06-04T08:05:29.557Z Downloaded progenitor-extras v0.2.0
10202026-06-04T08:05:29.559Z Downloaded semver v0.1.20
10212026-06-04T08:05:29.559Z Downloaded crossbeam-epoch v0.9.18
10222026-06-04T08:05:29.559Z Downloaded colored v3.1.1
10232026-06-04T08:05:29.562Z Downloaded proc-macro-error v1.0.4
10242026-06-04T08:05:29.562Z Downloaded serde_plain v1.0.2
10252026-06-04T08:05:29.566Z Downloaded quick-error v1.2.3
10262026-06-04T08:05:29.566Z Downloaded progenitor-client v0.13.0
10272026-06-04T08:05:29.566Z Downloaded progenitor v0.14.0
10282026-06-04T08:05:29.569Z Downloaded progenitor v0.10.0
10292026-06-04T08:05:29.569Z Downloaded sha1 v0.10.6
10302026-06-04T08:05:29.569Z Downloaded serial_test v3.4.0
10312026-06-04T08:05:29.573Z Downloaded serial_test_derive v3.4.0
10322026-06-04T08:05:29.573Z Downloaded rand_core v0.10.1
10332026-06-04T08:05:29.573Z Downloaded siphasher v1.0.3
10342026-06-04T08:05:29.576Z Downloaded sigpipe v0.1.3
10352026-06-04T08:05:29.576Z Downloaded blake2 v0.10.6
10362026-06-04T08:05:29.576Z Downloaded diff v0.1.13
10372026-06-04T08:05:29.581Z Downloaded cancel-safe-futures v0.1.5
10382026-06-04T08:05:29.589Z Downloaded secrecy v0.10.3
10392026-06-04T08:05:29.589Z Downloaded scroll_derive v0.13.1
10402026-06-04T08:05:29.589Z Downloaded oxnet v0.1.5
10412026-06-04T08:05:29.589Z Downloaded num_enum v0.7.6
10422026-06-04T08:05:29.592Z Downloaded parking_lot_core v0.8.6
10432026-06-04T08:05:29.592Z Downloaded parking_lot v0.11.2
10442026-06-04T08:05:29.592Z Downloaded cookie v0.18.1
10452026-06-04T08:05:29.592Z Downloaded resolv-conf v0.7.6
10462026-06-04T08:05:29.592Z Downloaded slog-envlogger v2.2.0
10472026-06-04T08:05:29.592Z Downloaded smawk v0.3.2
10482026-06-04T08:05:29.595Z Downloaded pest_derive v2.8.6
10492026-06-04T08:05:29.595Z Downloaded slog-bunyan v2.5.0
10502026-06-04T08:05:29.599Z Downloaded hashbrown v0.12.3
10512026-06-04T08:05:29.599Z Downloaded drift v0.2.0
10522026-06-04T08:05:29.605Z Downloaded cargo_toml v0.22.3
10532026-06-04T08:05:29.609Z Downloaded derive_more v0.99.20
10542026-06-04T08:05:29.609Z Downloaded spin v0.5.2
10552026-06-04T08:05:29.615Z Downloaded pest_generator v2.8.6
10562026-06-04T08:05:29.615Z Downloaded omicron-zone-package v0.12.2
10572026-06-04T08:05:29.615Z Downloaded stable_deref_trait v1.2.1
10582026-06-04T08:05:29.619Z Downloaded scroll v0.13.0
10592026-06-04T08:05:29.619Z Downloaded strum v0.26.3
10602026-06-04T08:05:29.619Z Downloaded rustls-pemfile v2.2.0
10612026-06-04T08:05:29.620Z Downloaded tabwriter v1.4.1
10622026-06-04T08:05:29.620Z Downloaded take_mut v0.2.2
10632026-06-04T08:05:29.620Z Downloaded tagptr v0.2.0
10642026-06-04T08:05:29.624Z Downloaded strum v0.27.2
10652026-06-04T08:05:29.624Z Downloaded structmeta v0.3.0
10662026-06-04T08:05:29.624Z Downloaded rustls-native-certs v0.8.3
10672026-06-04T08:05:29.624Z Downloaded cipher v0.4.4
10682026-06-04T08:05:29.624Z Downloaded schemars_derive v0.8.22
10692026-06-04T08:05:29.627Z Downloaded rustversion v1.0.22
10702026-06-04T08:05:29.627Z Downloaded jiff-static v0.2.24
10712026-06-04T08:05:29.627Z Downloaded shlex v1.3.0
10722026-06-04T08:05:29.627Z Downloaded serde_tokenstream v0.2.3
10732026-06-04T08:05:29.630Z Downloaded termtree v0.5.1
10742026-06-04T08:05:29.630Z Downloaded tabled_derive v0.11.0
10752026-06-04T08:05:29.630Z Downloaded testing_table v0.3.0
10762026-06-04T08:05:29.630Z Downloaded tabled_derive v0.7.0
10772026-06-04T08:05:29.635Z Downloaded serde_derive_internals v0.29.1
10782026-06-04T08:05:29.635Z Downloaded time-core v0.1.8
10792026-06-04T08:05:29.635Z Downloaded thread-id v5.1.0
10802026-06-04T08:05:29.642Z Downloaded thiserror-impl-no-std v2.0.2
10812026-06-04T08:05:29.642Z Downloaded serde-big-array v0.5.1
10822026-06-04T08:05:29.642Z Downloaded sdd v3.0.10
10832026-06-04T08:05:29.642Z Downloaded backon v1.6.0
10842026-06-04T08:05:29.648Z Downloaded scroll v0.12.0
10852026-06-04T08:05:29.648Z Downloaded slog-scope v4.4.1
10862026-06-04T08:05:29.648Z Downloaded elliptic-curve v0.13.8
10872026-06-04T08:05:29.648Z Downloaded const_format v0.2.36
10882026-06-04T08:05:29.651Z Downloaded icu_properties v2.2.0
10892026-06-04T08:05:29.651Z Downloaded slog-dtrace v0.3.0
10902026-06-04T08:05:29.651Z Downloaded slog-async v2.8.0
10912026-06-04T08:05:29.651Z Downloaded slog-term v2.9.2
10922026-06-04T08:05:29.651Z Downloaded log v0.4.29
10932026-06-04T08:05:29.654Z Downloaded typify-macro v0.4.3
10942026-06-04T08:05:29.654Z Downloaded indexmap v1.9.3
10952026-06-04T08:05:29.657Z Downloaded darling_core v0.23.0
10962026-06-04T08:05:29.660Z Downloaded typify-macro v0.6.2
10972026-06-04T08:05:29.661Z Downloaded chacha20poly1305 v0.10.1
10982026-06-04T08:05:29.661Z Downloaded smartstring v1.0.1
10992026-06-04T08:05:29.667Z Downloaded slog-json v2.6.1
11002026-06-04T08:05:29.667Z Downloaded cc v1.2.62
11012026-06-04T08:05:29.667Z Downloaded rusty-fork v0.3.1
11022026-06-04T08:05:29.667Z Downloaded darling_core v0.21.3
11032026-06-04T08:05:29.674Z Downloaded universal-hash v0.5.1
11042026-06-04T08:05:29.674Z Downloaded unit-prefix v0.5.2
11052026-06-04T08:05:29.674Z Downloaded untrusted v0.7.1
11062026-06-04T08:05:29.675Z Downloaded rhai_codegen v3.1.0
11072026-06-04T08:05:29.677Z Downloaded strum_macros v0.27.2
11082026-06-04T08:05:29.677Z Downloaded postcard v1.1.3
11092026-06-04T08:05:29.677Z Downloaded console v0.16.3
11102026-06-04T08:05:29.681Z Downloaded usdt v0.5.0
11112026-06-04T08:05:29.681Z Downloaded chacha20 v0.10.0
11122026-06-04T08:05:29.681Z Downloaded usdt-attr-macro v0.6.0
11132026-06-04T08:05:29.684Z Downloaded usdt-attr-macro v0.5.0
11142026-06-04T08:05:29.684Z Downloaded usdt v0.6.0
11152026-06-04T08:05:29.684Z Downloaded utf-8 v0.7.6
11162026-06-04T08:05:29.684Z Downloaded snafu-derive v0.8.9
11172026-06-04T08:05:29.684Z Downloaded usdt-macro v0.6.0
11182026-06-04T08:05:29.687Z Downloaded usdt-macro v0.5.0
11192026-06-04T08:05:29.687Z Downloaded smf v0.2.3
11202026-06-04T08:05:29.687Z Downloaded progenitor-macro v0.13.0
11212026-06-04T08:05:29.687Z Downloaded pem v3.0.6
11222026-06-04T08:05:29.687Z Downloaded oxide-tokio-rt v0.1.6
11232026-06-04T08:05:29.691Z Downloaded structmeta-derive v0.3.0
11242026-06-04T08:05:29.691Z Downloaded progenitor-impl v0.14.0
11252026-06-04T08:05:29.694Z Downloaded minimal-lexical v0.2.1
11262026-06-04T08:05:29.694Z Downloaded progenitor-impl v0.13.0
11272026-06-04T08:05:29.694Z Downloaded ff v0.13.1
11282026-06-04T08:05:29.697Z Downloaded compression-codecs v0.4.38
11292026-06-04T08:05:29.697Z Downloaded arrayvec v0.7.6
11302026-06-04T08:05:29.701Z Downloaded tiny-keccak v2.0.2
11312026-06-04T08:05:29.701Z Downloaded wait-timeout v0.2.1
11322026-06-04T08:05:29.701Z Downloaded waitgroup v0.1.2
11332026-06-04T08:05:29.702Z Downloaded tokio-dtrace v0.1.1
11342026-06-04T08:05:29.704Z Downloaded tinystr v0.8.3
11352026-06-04T08:05:29.704Z Downloaded tokio-tungstenite v0.21.0
11362026-06-04T08:05:29.704Z Downloaded zeroize_derive v1.4.3
11372026-06-04T08:05:29.708Z Downloaded yoke-derive v0.8.2
11382026-06-04T08:05:29.708Z Downloaded zerofrom-derive v0.1.7
11392026-06-04T08:05:29.708Z Downloaded thread-id v4.2.2
11402026-06-04T08:05:29.708Z Downloaded thiserror-no-std v2.0.2
11412026-06-04T08:05:29.711Z Downloaded zone v0.3.1
11422026-06-04T08:05:29.711Z Downloaded pest_meta v2.8.6
11432026-06-04T08:05:29.714Z Downloaded serde_with_macros v3.20.0
11442026-06-04T08:05:29.714Z Downloaded slog-stdlog v4.1.1
11452026-06-04T08:05:29.714Z Downloaded indicatif v0.18.4
11462026-06-04T08:05:29.716Z Downloaded hmac v0.12.1
11472026-06-04T08:05:29.723Z Downloaded unarray v0.1.4
11482026-06-04T08:05:29.723Z Downloaded papergrid v0.17.0
11492026-06-04T08:05:29.726Z Downloaded papergrid v0.11.0
11502026-06-04T08:05:29.727Z Downloaded zerofrom v0.1.8
11512026-06-04T08:05:29.727Z Downloaded crossbeam-channel v0.5.15
11522026-06-04T08:05:29.729Z Downloaded base64 v0.21.7
11532026-06-04T08:05:29.729Z Downloaded topological-sort v0.2.2
11542026-06-04T08:05:29.729Z Downloaded zone_cfg_derive v0.3.1
11552026-06-04T08:05:29.731Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11562026-06-04T08:05:29.731Z Downloaded time-macros v0.2.27
11572026-06-04T08:05:29.734Z Downloaded rustls-platform-verifier v0.7.0
11582026-06-04T08:05:29.734Z Downloaded prettyplease v0.2.37
11592026-06-04T08:05:29.737Z Downloaded synstructure v0.13.2
11602026-06-04T08:05:29.737Z Downloaded pretty_assertions v1.4.1
11612026-06-04T08:05:29.739Z Downloaded strum_macros v0.26.4
11622026-06-04T08:05:29.739Z Downloaded vsss-rs v3.3.4
11632026-06-04T08:05:29.742Z Downloaded libsw-core v0.3.2
11642026-06-04T08:05:29.742Z Downloaded usdt-impl v0.5.0
11652026-06-04T08:05:29.742Z Downloaded konst v0.2.20
11662026-06-04T08:05:29.745Z Downloaded crypto-bigint v0.5.5
11672026-06-04T08:05:29.748Z Downloaded similar v2.7.0
11682026-06-04T08:05:29.751Z Downloaded tokio-rustls v0.25.0
11692026-06-04T08:05:29.754Z Downloaded group v0.13.0
11702026-06-04T08:05:29.754Z Downloaded git-stub-vcs v0.1.0
11712026-06-04T08:05:29.754Z Downloaded whoami v1.6.1
11722026-06-04T08:05:29.758Z Downloaded spin v0.9.8
11732026-06-04T08:05:29.758Z Downloaded walkdir v2.5.0
11742026-06-04T08:05:29.761Z Downloaded progenitor-impl v0.10.0
11752026-06-04T08:05:29.761Z Downloaded slog v2.8.2
11762026-06-04T08:05:29.761Z Downloaded bit-vec v0.8.0
11772026-06-04T08:05:29.764Z Downloaded memmap2 v0.9.10
11782026-06-04T08:05:29.764Z Downloaded ucd-trie v0.1.7
11792026-06-04T08:05:29.764Z Downloaded xz2 v0.1.7
11802026-06-04T08:05:29.767Z Downloaded heapless v0.8.0
11812026-06-04T08:05:29.767Z Downloaded term v1.2.1
11822026-06-04T08:05:29.769Z Downloaded idna_adapter v1.2.2
11832026-06-04T08:05:29.769Z Downloaded zerovec-derive v0.11.3
11842026-06-04T08:05:29.772Z Downloaded hostname v0.3.1
11852026-06-04T08:05:29.772Z Downloaded icu_normalizer v2.2.0
11862026-06-04T08:05:29.774Z Downloaded icu_locale_core v2.2.0
11872026-06-04T08:05:29.777Z Downloaded socket2 v0.6.3
11882026-06-04T08:05:29.780Z Downloaded icu_normalizer_data v2.2.0
11892026-06-04T08:05:29.780Z Downloaded memchr v2.8.0
11902026-06-04T08:05:29.783Z Downloaded usdt-impl v0.6.0
11912026-06-04T08:05:29.786Z Downloaded qorb v0.4.1
11922026-06-04T08:05:29.786Z Downloaded rayon-core v1.13.0
11932026-06-04T08:05:29.788Z Downloaded toml v0.9.12+spec-1.1.0
11942026-06-04T08:05:29.791Z Downloaded toml v0.7.8
11952026-06-04T08:05:29.793Z Downloaded typify v0.4.3
11962026-06-04T08:05:29.796Z Downloaded hashbrown v0.16.1
11972026-06-04T08:05:29.799Z Downloaded zerocopy-derive v0.7.35
11982026-06-04T08:05:29.799Z Downloaded async-compression v0.4.42
11992026-06-04T08:05:29.802Z Downloaded writeable v0.6.3
12002026-06-04T08:05:29.804Z Downloaded thin-vec v0.2.18
12012026-06-04T08:05:29.804Z Downloaded test-strategy v0.4.5
12022026-06-04T08:05:29.807Z Downloaded schemars v0.9.0
12032026-06-04T08:05:29.813Z Downloaded tar v0.4.45
12042026-06-04T08:05:29.816Z Downloaded serde_yaml v0.9.34+deprecated
12052026-06-04T08:05:29.819Z Downloaded yoke v0.8.2
12062026-06-04T08:05:29.819Z Downloaded rand v0.8.6
12072026-06-04T08:05:29.822Z Downloaded tungstenite v0.21.0
12082026-06-04T08:05:29.822Z Downloaded hickory-resolver v0.25.2
12092026-06-04T08:05:29.825Z Downloaded icu_collections v2.2.0
12102026-06-04T08:05:29.828Z Downloaded snafu v0.8.9
12112026-06-04T08:05:29.831Z Downloaded http v1.4.0
12122026-06-04T08:05:29.835Z Downloaded mio v1.2.0
12132026-06-04T08:05:29.839Z Downloaded unsafe-libyaml v0.2.11
12142026-06-04T08:05:29.841Z Downloaded typify v0.6.2
12152026-06-04T08:05:29.841Z Downloaded rand v0.10.1
12162026-06-04T08:05:29.843Z Downloaded cpufeatures v0.3.0
12172026-06-04T08:05:29.844Z Downloaded async-stream-impl v0.3.6
12182026-06-04T08:05:29.844Z Downloaded argon2 v0.5.3
12192026-06-04T08:05:29.846Z Downloaded schemars v0.8.22
12202026-06-04T08:05:29.850Z Downloaded uuid v1.23.1
12212026-06-04T08:05:29.853Z Downloaded nom v7.1.3
12222026-06-04T08:05:29.855Z Downloaded toml_edit v0.25.11+spec-1.1.0
12232026-06-04T08:05:29.857Z Downloaded dropshot-api-manager v0.7.2
12242026-06-04T08:05:29.860Z Downloaded toml_edit v0.19.15
12252026-06-04T08:05:29.870Z Downloaded hkdf v0.12.4
12262026-06-04T08:05:29.904Z Downloaded schemars v1.2.1
12272026-06-04T08:05:29.904Z Downloaded steno v0.4.1
12282026-06-04T08:05:29.904Z Downloaded crc8 v0.1.1
12292026-06-04T08:05:29.904Z Downloaded async-trait v0.1.89
12302026-06-04T08:05:29.904Z Downloaded foreign-types-macros v0.2.3
12312026-06-04T08:05:29.904Z Downloaded foreign-types v0.5.0
12322026-06-04T08:05:29.904Z Downloaded defmt-parser v1.0.0
12332026-06-04T08:05:29.904Z Downloaded async-stream v0.3.6
12342026-06-04T08:05:29.904Z Downloaded async-recursion v1.1.1
12352026-06-04T08:05:29.904Z Downloaded typed-path v0.9.3
12362026-06-04T08:05:29.904Z Downloaded anyhow v1.0.102
12372026-06-04T08:05:29.904Z Downloaded libm v0.2.16
12382026-06-04T08:05:29.904Z Downloaded zerocopy-derive v0.8.48
12392026-06-04T08:05:29.912Z Downloaded zerotrie v0.2.4
12402026-06-04T08:05:29.912Z Downloaded reqwest v0.13.3
12412026-06-04T08:05:29.915Z Downloaded pest v2.8.6
12422026-06-04T08:05:29.915Z Downloaded nom v8.0.0
12432026-06-04T08:05:29.917Z Downloaded typenum v1.20.0
12442026-06-04T08:05:29.917Z Downloaded hyper v1.9.0
12452026-06-04T08:05:29.921Z Downloaded serde_json v1.0.149
12462026-06-04T08:05:29.926Z Downloaded yansi v1.0.1
12472026-06-04T08:05:29.929Z Downloaded unicode-segmentation v1.13.2
12482026-06-04T08:05:29.929Z Downloaded itertools v0.12.1
12492026-06-04T08:05:29.932Z Downloaded zerovec v0.11.6
12502026-06-04T08:05:29.934Z Downloaded iddqd v0.3.18
12512026-06-04T08:05:29.941Z Downloaded blake3 v1.8.5
12522026-06-04T08:05:29.951Z Downloaded zerocopy v0.7.35
12532026-06-04T08:05:29.959Z Downloaded icu_properties_data v2.2.0
12542026-06-04T08:05:29.964Z Downloaded winnow v0.5.40
12552026-06-04T08:05:29.969Z Downloaded scc v2.4.0
12562026-06-04T08:05:29.971Z Downloaded goblin v0.8.2
12572026-06-04T08:05:29.974Z Downloaded aws-lc-rs v1.17.0
12582026-06-04T08:05:29.982Z Downloaded rustls-webpki v0.102.8
12592026-06-04T08:05:29.989Z Downloaded proptest v1.11.0
12602026-06-04T08:05:29.994Z Downloaded rayon v1.12.0
12612026-06-04T08:05:29.999Z Downloaded syn v1.0.109
12622026-06-04T08:05:30.004Z Downloaded tower-http v0.6.10
12632026-06-04T08:05:30.008Z Downloaded tough v0.22.0
12642026-06-04T08:05:30.013Z Downloaded time v0.3.47
12652026-06-04T08:05:30.031Z Downloaded rustls v0.22.4
12662026-06-04T08:05:30.037Z Downloaded zerocopy v0.8.48
12672026-06-04T08:05:30.048Z Downloaded serde_with v3.20.0
12682026-06-04T08:05:30.060Z Downloaded regress v0.11.1
12692026-06-04T08:05:30.064Z Downloaded tabled v0.15.0
12702026-06-04T08:05:30.072Z Downloaded dropshot v0.17.0
12712026-06-04T08:05:30.083Z Downloaded tabled v0.20.0
12722026-06-04T08:05:30.093Z Downloaded goblin v0.10.5
12732026-06-04T08:05:30.097Z Downloaded moka v0.12.15
12742026-06-04T08:05:30.154Z Downloaded smoltcp v0.11.0
12752026-06-04T08:05:30.160Z Downloaded regress v0.10.5
12762026-06-04T08:05:30.164Z Downloaded openapiv3 v2.2.0
12772026-06-04T08:05:30.170Z Downloaded chrono-tz v0.10.4
12782026-06-04T08:05:30.179Z Downloaded nix v0.31.3
12792026-06-04T08:05:30.184Z Downloaded rhai v1.24.0
12802026-06-04T08:05:30.190Z Downloaded hickory-proto v0.24.4
12812026-06-04T08:05:30.198Z Downloaded hickory-proto v0.25.2
12822026-06-04T08:05:30.207Z Downloaded csv v1.4.0
12832026-06-04T08:05:30.221Z Downloaded sled v0.34.7
12842026-06-04T08:05:30.233Z Downloaded typify-impl v0.6.2
12852026-06-04T08:05:30.240Z Downloaded typify-impl v0.4.3
12862026-06-04T08:05:30.274Z Downloaded encoding_rs v0.8.35
12872026-06-04T08:05:30.296Z Downloaded petgraph v0.6.5
12882026-06-04T08:05:30.300Z Downloaded jiff v0.2.24
12892026-06-04T08:05:30.310Z Downloaded lzma-sys v0.1.20
12902026-06-04T08:05:30.327Z Downloaded sha3 v0.10.9
12912026-06-04T08:05:30.785Z Downloaded aws-lc-sys v0.41.0
12922026-06-04T08:05:31.716Z Compiling proc-macro2 v1.0.106
12932026-06-04T08:05:31.716Z Compiling unicode-ident v1.0.24
12942026-06-04T08:05:31.716Z Compiling quote v1.0.45
12952026-06-04T08:05:31.716Z Compiling serde_core v1.0.228
12962026-06-04T08:05:31.719Z Compiling cfg-if v1.0.4
12972026-06-04T08:05:31.719Z Compiling serde v1.0.228
12982026-06-04T08:05:31.719Z Compiling libc v0.2.186
12992026-06-04T08:05:31.719Z Compiling memchr v2.8.0
13002026-06-04T08:05:31.974Z Compiling itoa v1.0.18
13012026-06-04T08:05:32.154Z Compiling smallvec v1.15.1
13022026-06-04T08:05:32.163Z Compiling zmij v1.0.21
13032026-06-04T08:05:32.215Z Compiling autocfg v1.5.0
13042026-06-04T08:05:32.361Z Compiling libm v0.2.16
13052026-06-04T08:05:32.573Z Compiling stable_deref_trait v1.2.1
13062026-06-04T08:05:32.583Z Compiling version_check v0.9.5
13072026-06-04T08:05:32.645Z Compiling litemap v0.8.2
13082026-06-04T08:05:32.657Z Compiling percent-encoding v2.3.2
13092026-06-04T08:05:32.762Z Compiling writeable v0.6.3
13102026-06-04T08:05:32.773Z Compiling utf8_iter v1.0.4
13112026-06-04T08:05:32.842Z Compiling icu_properties_data v2.2.0
13122026-06-04T08:05:32.853Z Compiling icu_normalizer_data v2.2.0
13132026-06-04T08:05:32.911Z Compiling iana-time-zone v0.1.65
13142026-06-04T08:05:32.961Z Compiling equivalent v1.0.2
13152026-06-04T08:05:33.046Z Compiling syn v2.0.117
13162026-06-04T08:05:33.116Z Compiling pin-project-lite v0.2.17
13172026-06-04T08:05:33.129Z Compiling form_urlencoded v1.2.2
13182026-06-04T08:05:33.162Z Compiling parking_lot_core v0.9.12
13192026-06-04T08:05:33.174Z Compiling scopeguard v1.2.0
13202026-06-04T08:05:33.203Z Compiling serde_json v1.0.149
13212026-06-04T08:05:33.228Z Compiling dyn-clone v1.0.20
13222026-06-04T08:05:33.274Z Compiling lock_api v0.4.14
13232026-06-04T08:05:33.299Z Compiling num-traits v0.2.19
13242026-06-04T08:05:33.392Z Compiling log v0.4.29
13252026-06-04T08:05:33.461Z Compiling hashbrown v0.17.1
13262026-06-04T08:05:33.472Z Compiling thiserror v2.0.18
13272026-06-04T08:05:33.502Z Compiling rand_core v0.10.1
13282026-06-04T08:05:33.580Z Compiling getrandom v0.4.2
13292026-06-04T08:05:33.650Z Compiling errno v0.3.14
13302026-06-04T08:05:33.799Z Compiling jobserver v0.1.34
13312026-06-04T08:05:33.868Z Compiling semver v1.0.28
13322026-06-04T08:05:34.003Z Compiling indexmap v2.14.0
13332026-06-04T08:05:34.027Z Compiling shlex v1.3.0
13342026-06-04T08:05:34.117Z Compiling find-msvc-tools v0.1.9
13352026-06-04T08:05:34.190Z Compiling futures-core v0.3.32
13362026-06-04T08:05:34.204Z Compiling heck v0.5.0
13372026-06-04T08:05:34.301Z Compiling cc v1.2.62
13382026-06-04T08:05:34.336Z Compiling zerocopy v0.8.48
13392026-06-04T08:05:34.347Z Compiling futures-sink v0.3.32
13402026-06-04T08:05:34.444Z Compiling uuid v1.23.1
13412026-06-04T08:05:34.465Z Compiling slab v0.4.12
13422026-06-04T08:05:34.632Z Compiling fnv v1.0.7
13432026-06-04T08:05:34.635Z Compiling schemars v0.8.22
13442026-06-04T08:05:34.726Z Compiling futures-channel v0.3.32
13452026-06-04T08:05:34.781Z Compiling rustversion v1.0.22
13462026-06-04T08:05:34.904Z Compiling socket2 v0.6.3
13472026-06-04T08:05:34.949Z Compiling futures-task v0.3.32
13482026-06-04T08:05:35.013Z Compiling futures-io v0.3.32
13492026-06-04T08:05:35.118Z Compiling parking_lot v0.12.5
13502026-06-04T08:05:35.159Z Compiling signal-hook-registry v1.4.8
13512026-06-04T08:05:35.163Z Compiling mio v1.2.0
13522026-06-04T08:05:35.355Z Compiling portable-atomic v1.13.1
13532026-06-04T08:05:35.396Z Compiling bitflags v2.11.1
13542026-06-04T08:05:35.442Z Compiling getrandom v0.2.17
13552026-06-04T08:05:35.519Z Compiling typenum v1.20.0
13562026-06-04T08:05:35.536Z Compiling subtle v2.6.1
13572026-06-04T08:05:35.625Z Compiling base64 v0.22.1
13582026-06-04T08:05:35.636Z Compiling untrusted v0.9.0
13592026-06-04T08:05:35.657Z Compiling critical-section v1.2.0
13602026-06-04T08:05:35.698Z Compiling byteorder v1.5.0
13612026-06-04T08:05:35.797Z Compiling synstructure v0.13.2
13622026-06-04T08:05:35.803Z Compiling serde_derive_internals v0.29.1
13632026-06-04T08:05:35.815Z Compiling rand_core v0.6.4
13642026-06-04T08:05:35.988Z Compiling regex-syntax v0.8.10
13652026-06-04T08:05:35.998Z Compiling cmake v0.1.58
13662026-06-04T08:05:36.038Z Compiling dunce v1.0.5
13672026-06-04T08:05:36.130Z Compiling fs_extra v1.3.0
13682026-06-04T08:05:36.242Z Compiling slog v2.8.2
13692026-06-04T08:05:36.286Z Compiling strsim v0.11.1
13702026-06-04T08:05:36.345Z Compiling once_cell v1.21.4
13712026-06-04T08:05:36.383Z Compiling aws-lc-sys v0.41.0
13722026-06-04T08:05:36.426Z Compiling httparse v1.10.1
13732026-06-04T08:05:36.460Z Compiling ipnet v2.12.0
13742026-06-04T08:05:36.546Z Compiling rustix v1.1.4
13752026-06-04T08:05:36.561Z Compiling atomic-waker v1.1.2
13762026-06-04T08:05:36.685Z Compiling tower-service v0.3.3
13772026-06-04T08:05:36.715Z Compiling tower-layer v0.3.3
13782026-06-04T08:05:36.780Z Compiling generic-array v0.14.7
13792026-06-04T08:05:36.875Z Compiling ryu v1.0.23
13802026-06-04T08:05:37.001Z Compiling ucd-trie v0.1.7
13812026-06-04T08:05:37.013Z Compiling serde_derive v1.0.228
13822026-06-04T08:05:37.025Z Compiling zerofrom-derive v0.1.7
13832026-06-04T08:05:37.054Z Compiling yoke-derive v0.8.2
13842026-06-04T08:05:37.106Z Compiling zerovec-derive v0.11.3
13852026-06-04T08:05:37.150Z Compiling displaydoc v0.2.5
13862026-06-04T08:05:37.267Z Compiling schemars_derive v0.8.22
13872026-06-04T08:05:37.309Z Compiling tokio-macros v2.7.0
13882026-06-04T08:05:37.933Z Compiling thiserror-impl v2.0.18
13892026-06-04T08:05:38.084Z Compiling zerocopy-derive v0.8.48
13902026-06-04T08:05:38.155Z Compiling zeroize_derive v1.4.3
13912026-06-04T08:05:38.234Z Compiling futures-macro v0.3.32
13922026-06-04T08:05:38.252Z Compiling zerofrom v0.1.8
13932026-06-04T08:05:38.373Z Compiling yoke v0.8.2
13942026-06-04T08:05:38.557Z Compiling zerovec v0.11.6
13952026-06-04T08:05:38.673Z Compiling zerotrie v0.2.4
13962026-06-04T08:05:38.841Z Compiling zeroize v1.8.2
13972026-06-04T08:05:38.967Z Compiling thiserror v1.0.69
13982026-06-04T08:05:39.040Z Compiling tinystr v0.8.3
13992026-06-04T08:05:39.072Z Compiling potential_utf v0.1.5
14002026-06-04T08:05:39.076Z Compiling futures-util v0.3.32
14012026-06-04T08:05:39.180Z Compiling icu_collections v2.2.0
14022026-06-04T08:05:39.232Z Compiling icu_locale_core v2.2.0
14032026-06-04T08:05:39.276Z Compiling try-lock v0.2.5
14042026-06-04T08:05:39.376Z Compiling want v0.3.1
14052026-06-04T08:05:39.499Z Compiling pest v2.8.6
14062026-06-04T08:05:39.584Z Compiling thiserror-impl v1.0.69
14072026-06-04T08:05:39.692Z Compiling httpdate v1.0.3
14082026-06-04T08:05:39.927Z Compiling icu_provider v2.2.0
14092026-06-04T08:05:40.209Z Compiling bytes v1.11.1
14102026-06-04T08:05:40.248Z Compiling icu_normalizer v2.2.0
14112026-06-04T08:05:40.311Z Compiling icu_properties v2.2.0
14122026-06-04T08:05:40.750Z Compiling chrono v0.4.44
14132026-06-04T08:05:40.780Z Compiling http v1.4.0
14142026-06-04T08:05:40.886Z Compiling tokio v1.52.3
14152026-06-04T08:05:40.921Z Compiling serde_tokenstream v0.2.3
14162026-06-04T08:05:41.203Z Compiling idna_adapter v1.2.2
14172026-06-04T08:05:41.342Z Compiling idna v1.1.0
14182026-06-04T08:05:41.417Z Compiling http-body v1.0.1
14192026-06-04T08:05:41.529Z Compiling erased-serde v0.3.31
14202026-06-04T08:05:41.665Z Compiling url v2.5.8
14212026-06-04T08:05:41.784Z Compiling pest_meta v2.8.6
14222026-06-04T08:05:42.442Z Compiling ppv-lite86 v0.2.21
14232026-06-04T08:05:42.485Z Compiling getrandom v0.3.4
14242026-06-04T08:05:42.548Z Compiling pest_generator v2.8.6
14252026-06-04T08:05:42.613Z Compiling pretty-hex v0.4.2
14262026-06-04T08:05:42.743Z Compiling plain v0.2.3
14272026-06-04T08:05:42.754Z Compiling foldhash v0.2.0
14282026-06-04T08:05:42.841Z Compiling allocator-api2 v0.2.21
14292026-06-04T08:05:42.851Z Compiling paste v1.0.15
14302026-06-04T08:05:42.985Z Compiling crypto-common v0.1.7
14312026-06-04T08:05:43.084Z Compiling ipnetwork v0.21.1
14322026-06-04T08:05:43.114Z Compiling hashbrown v0.16.1
14332026-06-04T08:05:43.157Z Compiling tracing-attributes v0.1.31
14342026-06-04T08:05:43.160Z Compiling pest_derive v2.8.6
14352026-06-04T08:05:43.191Z Compiling tracing-core v0.1.36
14362026-06-04T08:05:43.512Z Compiling omicron-workspace-hack v0.1.0
14372026-06-04T08:05:43.684Z Compiling ident_case v1.0.1
14382026-06-04T08:05:43.746Z Compiling http-body-util v0.1.3
14392026-06-04T08:05:43.760Z Compiling serde_urlencoded v0.7.1
14402026-06-04T08:05:43.782Z Compiling aho-corasick v1.1.4
14412026-06-04T08:05:43.863Z Compiling sync_wrapper v1.0.2
14422026-06-04T08:05:43.967Z Compiling winnow v1.0.3
14432026-06-04T08:05:43.978Z Compiling oxnet v0.1.5
14442026-06-04T08:05:43.992Z Compiling rustls-pki-types v1.14.1
14452026-06-04T08:05:44.226Z Compiling daft-derive v0.1.7
14462026-06-04T08:05:44.370Z Compiling tracing v0.1.44
14472026-06-04T08:05:44.484Z Compiling fastrand v2.4.1
14482026-06-04T08:05:44.608Z Compiling regex-automata v0.4.14
14492026-06-04T08:05:44.736Z Compiling tokio-util v0.7.18
14502026-06-04T08:05:44.996Z Compiling scroll_derive v0.13.1
14512026-06-04T08:05:45.043Z Compiling async-trait v0.1.89
14522026-06-04T08:05:45.139Z Compiling ring v0.17.14
14532026-06-04T08:05:45.479Z Compiling anyhow v1.0.102
14542026-06-04T08:05:45.658Z Compiling time-core v0.1.8
14552026-06-04T08:05:45.815Z Compiling cpufeatures v0.2.17
14562026-06-04T08:05:45.864Z Compiling powerfmt v0.2.0
14572026-06-04T08:05:45.876Z Compiling num-conv v0.2.1
14582026-06-04T08:05:46.019Z Compiling time-macros v0.2.27
14592026-06-04T08:05:46.063Z Compiling deranged v0.5.8
14602026-06-04T08:05:46.075Z Compiling scroll v0.13.0
14612026-06-04T08:05:46.339Z Compiling regex v1.12.3
14622026-06-04T08:05:46.802Z Compiling block-buffer v0.10.4
14632026-06-04T08:05:46.949Z Compiling num_threads v0.1.7
14642026-06-04T08:05:47.010Z Compiling openssl-probe v0.2.1
14652026-06-04T08:05:47.028Z Compiling hex v0.4.3
14662026-06-04T08:05:47.044Z Compiling digest v0.10.7
14672026-06-04T08:05:47.172Z Compiling goblin v0.10.5
14682026-06-04T08:05:47.387Z Compiling camino v1.2.2
14692026-06-04T08:05:47.565Z Compiling crc32fast v1.5.0
14702026-06-04T08:05:47.575Z Compiling usdt-impl v0.6.0
14712026-06-04T08:05:47.900Z Compiling h2 v0.4.14
14722026-06-04T08:05:47.975Z Compiling dtrace-parser v0.3.0
14732026-06-04T08:05:48.168Z Compiling aws-lc-rs v1.17.0
14742026-06-04T08:05:48.397Z Compiling crossbeam-utils v0.8.21
14752026-06-04T08:05:48.763Z Compiling futures-executor v0.3.32
14762026-06-04T08:05:48.830Z Compiling structmeta-derive v0.3.0
14772026-06-04T08:05:48.987Z Compiling thread-id v5.1.0
14782026-06-04T08:05:49.002Z Compiling rustls v0.22.4
14792026-06-04T08:05:49.065Z Compiling simd-adler32 v0.3.9
14802026-06-04T08:05:49.223Z Compiling adler2 v2.0.1
14812026-06-04T08:05:49.260Z Compiling futures v0.3.32
14822026-06-04T08:05:49.336Z Compiling miniz_oxide v0.8.9
14832026-06-04T08:05:49.355Z Compiling rand_core v0.9.5
14842026-06-04T08:05:49.873Z Compiling hyper v1.9.0
14852026-06-04T08:05:49.923Z Compiling dof v0.4.0
14862026-06-04T08:05:49.980Z Compiling structmeta v0.3.0
14872026-06-04T08:05:50.053Z Compiling darling_core v0.23.0
14882026-06-04T08:05:50.063Z Compiling newtype-uuid-macros v0.1.0
14892026-06-04T08:05:50.177Z Compiling thread_local v1.1.9
14902026-06-04T08:05:50.444Z Compiling untrusted v0.7.1
14912026-06-04T08:05:50.569Z Compiling match_cfg v0.1.0
14922026-06-04T08:05:50.912Z Compiling flate2 v1.1.9
14932026-06-04T08:05:51.320Z Compiling hyper-util v0.1.20
14942026-06-04T08:05:51.342Z Compiling newtype-uuid v1.3.2
14952026-06-04T08:05:51.397Z Compiling quick-error v1.2.3
14962026-06-04T08:05:51.504Z Compiling slog-async v2.8.0
14972026-06-04T08:05:51.643Z Compiling ref-cast v1.0.25
14982026-06-04T08:05:51.806Z Compiling compression-core v0.4.32
14992026-06-04T08:05:51.945Z Compiling rustls v0.23.40
15002026-06-04T08:05:51.990Z Compiling compression-codecs v0.4.38
15012026-06-04T08:05:52.030Z Compiling usdt-attr-macro v0.6.0
15022026-06-04T08:05:52.062Z Compiling usdt-macro v0.6.0
15032026-06-04T08:05:52.169Z Compiling daft v0.1.7
15042026-06-04T08:05:52.221Z Compiling darling_macro v0.23.0
15052026-06-04T08:05:52.241Z Compiling rand_chacha v0.9.0
15062026-06-04T08:05:52.456Z Compiling ref-cast-impl v1.0.25
15072026-06-04T08:05:52.672Z Compiling strum_macros v0.26.4
15082026-06-04T08:05:52.817Z Compiling darling v0.23.0
15092026-06-04T08:05:52.888Z Compiling serde_spanned v1.1.1
15102026-06-04T08:05:52.906Z Compiling multer v3.1.0
15112026-06-04T08:05:53.038Z Compiling take_mut v0.2.2
15122026-06-04T08:05:53.074Z Compiling term v1.2.1
15132026-06-04T08:05:53.134Z Compiling toml_writer v1.1.1+spec-1.1.0
15142026-06-04T08:05:53.145Z Compiling debug-ignore v1.0.5
15152026-06-04T08:05:53.182Z Compiling bit-vec v0.8.0
15162026-06-04T08:05:53.227Z Compiling serde_with_macros v3.20.0
15172026-06-04T08:05:53.296Z Compiling rand v0.9.4
15182026-06-04T08:05:53.337Z Compiling async-stream-impl v0.3.6
15192026-06-04T08:05:53.429Z Compiling bit-set v0.8.0
15202026-06-04T08:05:53.586Z Compiling dropshot v0.17.0
15212026-06-04T08:05:53.771Z Compiling encoding_rs v0.8.35
15222026-06-04T08:05:53.825Z Compiling syn v1.0.109
15232026-06-04T08:05:53.893Z Compiling mime v0.3.17
15242026-06-04T08:05:53.980Z Compiling unarray v0.1.4
15252026-06-04T08:05:54.088Z Compiling spin v0.9.8
15262026-06-04T08:05:54.163Z Compiling async-stream v0.3.6
15272026-06-04T08:05:54.210Z Compiling derive-ex v0.1.8
15282026-06-04T08:05:54.239Z Compiling tower v0.5.3
15292026-06-04T08:05:54.305Z Compiling strum v0.26.3
15302026-06-04T08:05:54.316Z Compiling dropshot_endpoint v0.17.0
15312026-06-04T08:05:54.332Z Compiling macaddr v1.0.1
15322026-06-04T08:05:54.349Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15332026-06-04T08:05:54.427Z Compiling waitgroup v0.1.2
15342026-06-04T08:05:54.547Z Compiling serde_path_to_error v0.1.20
15352026-06-04T08:05:54.839Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15362026-06-04T08:05:54.896Z Compiling tower-http v0.6.10
15372026-06-04T08:05:55.210Z Compiling tempfile v3.27.0
15382026-06-04T08:05:55.305Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15392026-06-04T08:05:55.480Z Compiling openapiv3 v2.2.0
15402026-06-04T08:05:55.629Z Compiling strum_macros v0.27.2
15412026-06-04T08:05:55.852Z Compiling test-strategy v0.4.5
15422026-06-04T08:05:56.027Z Compiling instant v0.1.13
15432026-06-04T08:05:56.160Z Compiling rustls-native-certs v0.8.3
15442026-06-04T08:05:56.479Z Compiling time v0.3.47
15452026-06-04T08:05:56.680Z Compiling rustc-hash v2.1.2
15462026-06-04T08:05:56.804Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15472026-06-04T08:05:57.250Z Compiling crossbeam-channel v0.5.15
15482026-06-04T08:05:57.560Z Compiling strum v0.27.2
15492026-06-04T08:05:57.757Z Compiling parse-display-derive v0.10.0
15502026-06-04T08:05:58.210Z Compiling backon v1.6.0
15512026-06-04T08:05:58.352Z Compiling rustls-webpki v0.102.8
15522026-06-04T08:05:58.421Z Compiling rand_chacha v0.3.1
15532026-06-04T08:05:59.145Z Compiling rand v0.8.6
15542026-06-04T08:05:59.365Z Compiling slog-json v2.6.1
15552026-06-04T08:05:59.401Z Compiling hostname v0.3.1
15562026-06-04T08:05:59.435Z Compiling toml_parser v1.1.2+spec-1.1.0
15572026-06-04T08:05:59.534Z Compiling toml_datetime v1.1.1+spec-1.1.0
15582026-06-04T08:05:59.563Z Compiling is-terminal v0.4.17
15592026-06-04T08:05:59.657Z Compiling memmap2 v0.9.10
15602026-06-04T08:05:59.687Z Compiling wait-timeout v0.2.1
15612026-06-04T08:05:59.779Z Compiling either v1.15.0
15622026-06-04T08:05:59.881Z Compiling rusty-fork v0.3.1
15632026-06-04T08:05:59.884Z Compiling usdt v0.6.0
15642026-06-04T08:05:59.980Z Compiling toml v1.1.2+spec-1.1.0
15652026-06-04T08:05:59.990Z Compiling slog-term v2.9.2
15662026-06-04T08:06:00.123Z Compiling slog-bunyan v2.5.0
15672026-06-04T08:06:00.194Z Compiling serde_with v3.20.0
15682026-06-04T08:06:00.251Z Compiling async-compression v0.4.42
15692026-06-04T08:06:00.564Z Compiling rand_xorshift v0.4.0
15702026-06-04T08:06:00.592Z Compiling sha1 v0.10.6
15712026-06-04T08:06:00.692Z Compiling rustls-pemfile v2.2.0
15722026-06-04T08:06:00.710Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15732026-06-04T08:06:00.880Z Compiling tokio-rustls v0.25.0
15742026-06-04T08:06:00.903Z Compiling regress v0.10.5
15752026-06-04T08:06:01.108Z Compiling hostname v0.4.2
15762026-06-04T08:06:01.253Z Compiling proptest v1.11.0
15772026-06-04T08:06:01.990Z Compiling iddqd v0.3.18
15782026-06-04T08:06:02.430Z Compiling reqwest v0.12.28
15792026-06-04T08:06:03.058Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15802026-06-04T08:06:03.132Z Compiling itertools v0.14.0
15812026-06-04T08:06:03.308Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15822026-06-04T08:06:03.901Z Compiling progenitor-client v0.10.0
15832026-06-04T08:06:04.183Z Compiling backoff v0.4.0
15842026-06-04T08:06:04.395Z Compiling parse-display v0.10.0
15852026-06-04T08:06:04.408Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15862026-06-04T08:06:05.654Z Compiling regress v0.11.1
15872026-06-04T08:06:05.817Z Compiling utf8parse v0.2.2
15882026-06-04T08:06:05.927Z Compiling anstyle-parse v1.0.0
15892026-06-04T08:06:05.971Z Compiling anstyle v1.0.14
15902026-06-04T08:06:06.116Z Compiling is_terminal_polyfill v1.70.2
15912026-06-04T08:06:06.208Z Compiling anstyle-query v1.1.5
15922026-06-04T08:06:06.316Z Compiling colorchoice v1.0.5
15932026-06-04T08:06:06.425Z Compiling anstream v1.0.0
15942026-06-04T08:06:07.111Z Compiling toml_datetime v0.6.11
15952026-06-04T08:06:07.284Z Compiling typify-impl v0.6.2
15962026-06-04T08:06:07.331Z Compiling zerocopy-derive v0.7.35
15972026-06-04T08:06:07.606Z Compiling convert_case v0.4.0
15982026-06-04T08:06:07.627Z Compiling clap_lex v1.1.0
15992026-06-04T08:06:07.900Z Compiling derive_more v0.99.20
16002026-06-04T08:06:08.201Z Compiling zerocopy v0.7.35
16012026-06-04T08:06:08.859Z Compiling unicode-width v0.2.2
16022026-06-04T08:06:09.594Z Compiling secrecy v0.10.3
16032026-06-04T08:06:09.690Z Compiling clap_derive v4.6.1
16042026-06-04T08:06:09.843Z Compiling crucible-workspace-hack v0.1.0
16052026-06-04T08:06:09.965Z Compiling tinyvec_macros v0.1.1
16062026-06-04T08:06:10.033Z Compiling float-ord v0.3.2
16072026-06-04T08:06:10.091Z Compiling tinyvec v1.11.0
16082026-06-04T08:06:10.479Z Compiling terminal_size v0.4.4
16092026-06-04T08:06:10.611Z Compiling dtrace-parser v0.2.0
16102026-06-04T08:06:10.623Z Compiling scroll_derive v0.12.1
16112026-06-04T08:06:10.795Z Compiling num-integer v0.1.46
16122026-06-04T08:06:11.122Z Compiling rustc_version v0.4.1
16132026-06-04T08:06:11.398Z Compiling usdt-impl v0.5.0
16142026-06-04T08:06:11.409Z Compiling scroll v0.12.0
16152026-06-04T08:06:11.425Z Compiling curve25519-dalek v4.1.3
16162026-06-04T08:06:11.902Z Compiling dof v0.3.0
16172026-06-04T08:06:12.209Z Compiling hmac v0.12.1
16182026-06-04T08:06:12.231Z Compiling darling_core v0.21.3
16192026-06-04T08:06:12.249Z Compiling inout v0.1.4
16202026-06-04T08:06:12.338Z Compiling ff v0.13.1
16212026-06-04T08:06:12.360Z Compiling thread-id v4.2.2
16222026-06-04T08:06:12.392Z Compiling cipher v0.4.4
16232026-06-04T08:06:12.405Z Compiling hkdf v0.12.4
16242026-06-04T08:06:12.437Z Compiling group v0.13.0
16252026-06-04T08:06:13.070Z Compiling goblin v0.8.2
16262026-06-04T08:06:13.166Z Compiling num-rational v0.4.2
16272026-06-04T08:06:13.245Z Compiling num-iter v0.1.45
16282026-06-04T08:06:13.287Z Compiling clap_builder v4.6.0
16292026-06-04T08:06:13.512Z Compiling toml_edit v0.25.11+spec-1.1.0
16302026-06-04T08:06:13.627Z Compiling typify-macro v0.6.2
16312026-06-04T08:06:13.777Z Compiling thiserror-impl-no-std v2.0.2
16322026-06-04T08:06:14.325Z Compiling darling_macro v0.21.3
16332026-06-04T08:06:14.381Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16342026-06-04T08:06:14.864Z Compiling crossbeam-epoch v0.9.18
16352026-06-04T08:06:14.926Z Compiling universal-hash v0.5.1
16362026-06-04T08:06:15.057Z Compiling crypto-bigint v0.5.5
16372026-06-04T08:06:15.190Z Compiling half v2.7.1
16382026-06-04T08:06:15.208Z Compiling curve25519-dalek-derive v0.1.1
16392026-06-04T08:06:15.490Z Compiling num-complex v0.4.6
16402026-06-04T08:06:15.711Z Compiling typify v0.6.2
16412026-06-04T08:06:15.995Z Compiling base16ct v0.2.0
16422026-06-04T08:06:16.084Z Compiling opaque-debug v0.3.1
16432026-06-04T08:06:16.154Z Compiling base64ct v1.8.3
16442026-06-04T08:06:16.157Z Compiling ciborium-io v0.2.2
16452026-06-04T08:06:16.157Z Compiling poly1305 v0.8.0
16462026-06-04T08:06:16.245Z Compiling ciborium-ll v0.2.2
16472026-06-04T08:06:16.257Z Compiling elliptic-curve v0.13.8
16482026-06-04T08:06:16.462Z Compiling password-hash v0.5.0
16492026-06-04T08:06:16.804Z Compiling num v0.4.3
16502026-06-04T08:06:16.890Z Compiling darling v0.21.3
16512026-06-04T08:06:16.905Z Compiling thiserror-no-std v2.0.2
16522026-06-04T08:06:16.967Z Compiling clap v4.6.1
16532026-06-04T08:06:17.044Z Compiling proc-macro-crate v3.5.0
16542026-06-04T08:06:17.288Z Compiling chacha20 v0.9.1
16552026-06-04T08:06:17.455Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16562026-06-04T08:06:17.708Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16572026-06-04T08:06:18.100Z Compiling byte-wrapper v0.1.0
16582026-06-04T08:06:18.128Z Compiling blake2 v0.10.6
16592026-06-04T08:06:18.140Z Compiling aead v0.5.2
16602026-06-04T08:06:18.293Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16612026-06-04T08:06:18.452Z Compiling proc-macro-error-attr v1.0.4
16622026-06-04T08:06:18.665Z Compiling prettyplease v0.2.37
16632026-06-04T08:06:18.689Z Compiling rustix v0.38.44
16642026-06-04T08:06:18.751Z Compiling keccak v0.1.6
16652026-06-04T08:06:18.910Z Compiling unsafe-libyaml v0.2.11
16662026-06-04T08:06:18.983Z Compiling heapless v0.8.0
16672026-06-04T08:06:19.244Z Compiling sha3 v0.10.9
16682026-06-04T08:06:19.461Z Compiling serde_yaml v0.9.34+deprecated
16692026-06-04T08:06:19.697Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16702026-06-04T08:06:20.670Z Compiling argon2 v0.5.3
16712026-06-04T08:06:20.722Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16722026-06-04T08:06:20.936Z Compiling chacha20poly1305 v0.10.1
16732026-06-04T08:06:21.067Z Compiling num_enum_derive v0.7.6
16742026-06-04T08:06:21.160Z Compiling vsss-rs v3.3.4
16752026-06-04T08:06:21.250Z Compiling ingot-macros v0.1.1
16762026-06-04T08:06:22.136Z Compiling ciborium v0.2.2
16772026-06-04T08:06:22.415Z Compiling rustls-webpki v0.103.13
16782026-06-04T08:06:22.849Z Compiling usdt-macro v0.5.0
16792026-06-04T08:06:23.210Z Compiling usdt-attr-macro v0.5.0
16802026-06-04T08:06:24.385Z Compiling serde_spanned v0.6.9
16812026-06-04T08:06:24.533Z Compiling enum-as-inner v0.6.1
16822026-06-04T08:06:24.666Z Compiling hash32 v0.3.1
16832026-06-04T08:06:24.819Z Compiling proc-macro-error v1.0.4
16842026-06-04T08:06:25.069Z Compiling memmap v0.7.0
16852026-06-04T08:06:25.085Z Compiling toml_write v0.1.2
16862026-06-04T08:06:25.130Z Compiling indent_write v2.2.0
16872026-06-04T08:06:25.142Z Compiling winnow v0.5.40
16882026-06-04T08:06:25.260Z Compiling data-encoding v2.11.0
16892026-06-04T08:06:25.272Z Compiling winnow v0.7.15
16902026-06-04T08:06:25.283Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16912026-06-04T08:06:25.286Z Compiling smoltcp v0.11.0
16922026-06-04T08:06:25.559Z Compiling usdt v0.5.0
16932026-06-04T08:06:25.848Z Compiling tokio-rustls v0.26.4
16942026-06-04T08:06:25.851Z Compiling rustls-platform-verifier v0.7.0
16952026-06-04T08:06:26.099Z Compiling hyper-rustls v0.27.9
16962026-06-04T08:06:26.238Z Compiling ingot-types v0.1.2
16972026-06-04T08:06:26.400Z Compiling reqwest v0.13.3
16982026-06-04T08:06:26.622Z Compiling toml_edit v0.22.27
16992026-06-04T08:06:26.653Z Compiling toml_edit v0.19.15
17002026-06-04T08:06:26.799Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17012026-06-04T08:06:26.802Z Compiling num_enum v0.7.6
17022026-06-04T08:06:27.025Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
17032026-06-04T08:06:27.128Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17042026-06-04T08:06:27.845Z Compiling progenitor-client v0.14.0
17052026-06-04T08:06:28.150Z Compiling progenitor-extras v0.2.0
17062026-06-04T08:06:28.398Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17072026-06-04T08:06:28.966Z Compiling tabwriter v1.4.1
17082026-06-04T08:06:29.226Z Compiling cobs v0.3.0
17092026-06-04T08:06:29.366Z Compiling serde_repr v0.1.20
17102026-06-04T08:06:29.424Z Compiling memoffset v0.9.1
17112026-06-04T08:06:29.678Z Compiling managed v0.8.0
17122026-06-04T08:06:29.873Z Compiling cfg_aliases v0.2.1
17132026-06-04T08:06:29.898Z Compiling bitflags v1.3.2
17142026-06-04T08:06:29.950Z Compiling vcpkg v0.2.15
17152026-06-04T08:06:29.976Z Compiling pkg-config v0.3.33
17162026-06-04T08:06:29.988Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17172026-06-04T08:06:30.426Z Compiling nix v0.31.3
17182026-06-04T08:06:30.516Z Compiling openssl-sys v0.9.116
17192026-06-04T08:06:30.778Z Compiling postcard v1.1.3
17202026-06-04T08:06:30.837Z Compiling toml v0.8.23
17212026-06-04T08:06:31.128Z Compiling proc-macro-crate v1.3.1
17222026-06-04T08:06:31.211Z Compiling ingot v0.1.1
17232026-06-04T08:06:31.408Z Compiling hubpack_derive v0.1.1
17242026-06-04T08:06:31.477Z Compiling foreign-types-macros v0.2.3
17252026-06-04T08:06:31.581Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17262026-06-04T08:06:31.836Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17272026-06-04T08:06:31.968Z Compiling unicode-segmentation v1.13.2
17282026-06-04T08:06:32.087Z Compiling static_assertions v1.1.0
17292026-06-04T08:06:32.154Z Compiling rayon-core v1.13.0
17302026-06-04T08:06:32.165Z Compiling colored v3.1.1
17312026-06-04T08:06:32.230Z Compiling foreign-types-shared v0.3.1
17322026-06-04T08:06:32.325Z Compiling cpufeatures v0.3.0
17332026-06-04T08:06:32.388Z Compiling resolv-conf v0.7.6
17342026-06-04T08:06:32.399Z Compiling heck v0.4.1
17352026-06-04T08:06:32.402Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17362026-06-04T08:06:32.555Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17372026-06-04T08:06:32.599Z Compiling semver v0.1.20
17382026-06-04T08:06:32.766Z Compiling swrite v0.1.0
17392026-06-04T08:06:32.860Z Compiling linked-hash-map v0.5.6
17402026-06-04T08:06:32.863Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17412026-06-04T08:06:33.048Z Compiling lru-cache v0.1.2
17422026-06-04T08:06:33.086Z Compiling rustc_version v0.1.7
17432026-06-04T08:06:33.322Z Compiling chacha20 v0.10.0
17442026-06-04T08:06:33.391Z Compiling foreign-types v0.5.0
17452026-06-04T08:06:33.477Z Compiling newline-converter v0.3.0
17462026-06-04T08:06:33.602Z Compiling hubpack v0.1.2
17472026-06-04T08:06:33.631Z Compiling num_enum_derive v0.5.11
17482026-06-04T08:06:34.031Z Compiling atomicwrites v0.4.4
17492026-06-04T08:06:34.120Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17502026-06-04T08:06:34.330Z Compiling hickory-proto v0.24.4
17512026-06-04T08:06:34.577Z Compiling progenitor-impl v0.13.0
17522026-06-04T08:06:34.675Z Compiling crossbeam-deque v0.8.6
17532026-06-04T08:06:34.876Z Compiling console v0.15.11
17542026-06-04T08:06:35.454Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17552026-06-04T08:06:35.466Z Compiling camino-tempfile v1.4.1
17562026-06-04T08:06:35.549Z Compiling serde-big-array v0.5.1
17572026-06-04T08:06:35.696Z Compiling num-derive v0.4.2
17582026-06-04T08:06:35.706Z Compiling derive-where v1.6.1
17592026-06-04T08:06:35.736Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17602026-06-04T08:06:36.041Z Compiling pin-project-internal v1.1.13
17612026-06-04T08:06:36.278Z Compiling cstr-argument v0.1.2
17622026-06-04T08:06:36.319Z Compiling minimal-lexical v0.2.1
17632026-06-04T08:06:36.399Z Compiling similar v2.7.0
17642026-06-04T08:06:36.585Z Compiling siphasher v1.0.3
17652026-06-04T08:06:36.713Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17662026-06-04T08:06:36.785Z Compiling phf_shared v0.12.1
17672026-06-04T08:06:36.967Z Compiling expectorate v1.2.0
17682026-06-04T08:06:36.982Z Compiling nom v7.1.3
17692026-06-04T08:06:37.014Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17702026-06-04T08:06:37.171Z Compiling pin-project v1.1.13
17712026-06-04T08:06:37.272Z Compiling hickory-resolver v0.24.4
17722026-06-04T08:06:37.285Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17732026-06-04T08:06:37.368Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17742026-06-04T08:06:37.403Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17752026-06-04T08:06:37.728Z Compiling num_enum v0.5.11
17762026-06-04T08:06:37.836Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17772026-06-04T08:06:38.234Z Compiling progenitor-macro v0.13.0
17782026-06-04T08:06:38.335Z Compiling rand v0.10.1
17792026-06-04T08:06:38.382Z Compiling newtype_derive v0.1.6
17802026-06-04T08:06:38.631Z Compiling progenitor-client v0.13.0
17812026-06-04T08:06:39.084Z Compiling progenitor-impl v0.14.0
17822026-06-04T08:06:39.541Z Compiling unicode-normalization v0.1.25
17832026-06-04T08:06:39.903Z Compiling tokio-stream v0.1.18
17842026-06-04T08:06:40.024Z Compiling snafu-derive v0.8.9
17852026-06-04T08:06:40.213Z Compiling async-recursion v1.1.1
17862026-06-04T08:06:40.368Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17872026-06-04T08:06:40.410Z Compiling slog-dtrace v0.3.0
17882026-06-04T08:06:40.663Z Compiling csv-core v0.1.13
17892026-06-04T08:06:40.677Z Compiling bstr v1.12.1
17902026-06-04T08:06:41.008Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17912026-06-04T08:06:41.026Z Compiling foreign-types-shared v0.1.1
17922026-06-04T08:06:41.051Z Compiling konst_macro_rules v0.2.19
17932026-06-04T08:06:41.234Z Compiling same-file v1.0.6
17942026-06-04T08:06:41.242Z Compiling chrono-tz v0.10.4
17952026-06-04T08:06:41.415Z Compiling owo-colors v4.3.0
17962026-06-04T08:06:41.474Z Compiling unicode-xid v0.2.6
17972026-06-04T08:06:41.598Z Compiling cancel-safe-futures v0.1.5
17982026-06-04T08:06:41.764Z Compiling unicode-width v0.1.14
17992026-06-04T08:06:41.796Z Compiling highway v1.3.0
18002026-06-04T08:06:41.860Z Compiling openssl v0.10.80
18012026-06-04T08:06:42.055Z Compiling foldhash v0.1.5
18022026-06-04T08:06:42.173Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18032026-06-04T08:06:42.197Z Compiling hashbrown v0.15.5
18042026-06-04T08:06:42.262Z Compiling snafu v0.8.9
18052026-06-04T08:06:42.593Z Compiling const_format_proc_macros v0.2.34
18062026-06-04T08:06:42.672Z Compiling walkdir v2.5.0
18072026-06-04T08:06:42.733Z Compiling konst v0.2.20
18082026-06-04T08:06:42.746Z Compiling progenitor-macro v0.14.0
18092026-06-04T08:06:42.975Z Compiling globset v0.4.18
18102026-06-04T08:06:43.032Z Compiling foreign-types v0.3.2
18112026-06-04T08:06:43.109Z Compiling csv v1.4.0
18122026-06-04T08:06:43.370Z Compiling progenitor v0.13.0
18132026-06-04T08:06:43.495Z Compiling qorb v0.4.1
18142026-06-04T08:06:43.511Z Compiling olpc-cjson v0.1.4
18152026-06-04T08:06:43.522Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18162026-06-04T08:06:43.688Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18172026-06-04T08:06:44.135Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18182026-06-04T08:06:44.701Z Compiling rayon v1.12.0
18192026-06-04T08:06:45.260Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18202026-06-04T08:06:45.366Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18212026-06-04T08:06:45.607Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18222026-06-04T08:06:45.689Z Compiling phf v0.12.1
18232026-06-04T08:06:45.888Z Compiling zone_cfg_derive v0.3.1
18242026-06-04T08:06:46.137Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18252026-06-04T08:06:46.204Z Compiling tokio-dtrace v0.1.1
18262026-06-04T08:06:46.560Z Compiling itertools v0.12.1
18272026-06-04T08:06:46.607Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18282026-06-04T08:06:47.231Z Compiling libsw-core v0.3.2
18292026-06-04T08:06:47.241Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18302026-06-04T08:06:47.241Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18312026-06-04T08:06:47.241Z Compiling serde_plain v1.0.2
18322026-06-04T08:06:47.241Z Compiling openssl-macros v0.1.1
18332026-06-04T08:06:47.319Z Compiling pem v3.0.6
18342026-06-04T08:06:47.601Z Compiling cookie v0.18.1
18352026-06-04T08:06:47.712Z Compiling sigpipe v0.1.3
18362026-06-04T08:06:47.735Z Compiling typed-path v0.9.3
18372026-06-04T08:06:47.797Z Compiling fixedbitset v0.5.7
18382026-06-04T08:06:47.826Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18392026-06-04T08:06:47.849Z Compiling bytecount v0.6.9
18402026-06-04T08:06:47.887Z Compiling glob v0.3.3
18412026-06-04T08:06:47.926Z Compiling fixedbitset v0.4.2
18422026-06-04T08:06:47.993Z Compiling jiff v0.2.24
18432026-06-04T08:06:48.069Z Compiling petgraph v0.6.5
18442026-06-04T08:06:48.130Z Compiling petgraph v0.8.3
18452026-06-04T08:06:48.158Z Compiling papergrid v0.11.0
18462026-06-04T08:06:48.324Z Compiling progenitor v0.14.0
18472026-06-04T08:06:49.065Z Compiling tough v0.22.0
18482026-06-04T08:06:49.599Z Compiling zone v0.3.1
18492026-06-04T08:06:49.938Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18502026-06-04T08:06:49.962Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18512026-06-04T08:06:50.127Z Compiling libsw v3.5.0
18522026-06-04T08:06:50.138Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18532026-06-04T08:06:50.305Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18542026-06-04T08:06:50.388Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18552026-06-04T08:06:50.414Z Compiling oxide-tokio-rt v0.1.6
18562026-06-04T08:06:50.803Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18572026-06-04T08:06:52.517Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18582026-06-04T08:06:52.637Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18592026-06-04T08:06:52.637Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18602026-06-04T08:06:52.637Z Compiling const_format v0.2.36
18612026-06-04T08:06:52.637Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18622026-06-04T08:06:52.638Z Compiling tabled_derive v0.7.0
18632026-06-04T08:06:52.667Z Compiling gethostname v0.5.0
18642026-06-04T08:06:52.667Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18652026-06-04T08:06:52.719Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18662026-06-04T08:06:52.730Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18672026-06-04T08:06:52.742Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18682026-06-04T08:06:52.852Z Compiling smf v0.2.3
18692026-06-04T08:06:52.891Z Compiling bcs v0.1.6
18702026-06-04T08:06:53.208Z Compiling smawk v0.3.2
18712026-06-04T08:06:53.314Z Compiling whoami v1.6.1
18722026-06-04T08:06:53.350Z Compiling lazy_static v1.5.0
18732026-06-04T08:06:53.421Z Compiling unicode-linebreak v0.1.5
18742026-06-04T08:06:53.448Z Compiling termtree v0.5.1
18752026-06-04T08:06:53.460Z Compiling tagptr v0.2.0
18762026-06-04T08:06:53.603Z Compiling linear-map v1.2.0
18772026-06-04T08:06:53.616Z Compiling textwrap v0.16.2
18782026-06-04T08:06:53.636Z Compiling moka v0.12.15
18792026-06-04T08:06:53.673Z Compiling steno v0.4.1
18802026-06-04T08:06:53.786Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18812026-06-04T08:06:54.177Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18822026-06-04T08:06:54.202Z Compiling tabled v0.15.0
18832026-06-04T08:06:54.418Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18842026-06-04T08:06:55.376Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18852026-06-04T08:06:55.448Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18862026-06-04T08:06:56.343Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18872026-06-04T08:06:56.983Z Compiling hickory-proto v0.25.2
18882026-06-04T08:06:57.018Z Compiling humantime v2.3.0
18892026-06-04T08:06:57.267Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18902026-06-04T08:06:57.316Z Compiling parking_lot_core v0.8.6
18912026-06-04T08:06:57.429Z Compiling libscf-sys v1.2.0
18922026-06-04T08:06:57.580Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18932026-06-04T08:06:57.631Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18942026-06-04T08:06:57.893Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18952026-06-04T08:06:58.352Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18962026-06-04T08:06:58.523Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18972026-06-04T08:06:58.549Z Compiling nom v8.0.0
18982026-06-04T08:06:58.632Z Compiling parking_lot v0.11.2
18992026-06-04T08:06:58.737Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19002026-06-04T08:06:58.878Z Compiling fxhash v0.2.1
19012026-06-04T08:06:58.933Z Compiling internet-checksum v0.2.1
19022026-06-04T08:06:58.986Z Compiling hickory-resolver v0.25.2
19032026-06-04T08:06:59.004Z Compiling sled v0.34.7
19042026-06-04T08:06:59.988Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19052026-06-04T08:07:00.600Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19062026-06-04T08:07:04.077Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19072026-06-04T08:07:04.725Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19082026-06-04T08:07:11.816Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19092026-06-04T08:07:13.435Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19102026-06-04T08:07:14.465Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19112026-06-04T08:07:15.408Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19122026-06-04T08:07:16.462Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19132026-06-04T08:07:39.732Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
19142026-06-04T08:07:39.883Z────────────
19152026-06-04T08:07:39.884Z Nextest run ID 57aeda2a-bc3b-4c6f-8643-dd9601e6839e with nextest profile: default
19162026-06-04T08:07:39.884Z Starting 15 tests across 1 binary (28 tests skipped)
19172026-06-04T08:07:56.811Z PASS [ 16.924s] rdb proptest::prop_ipv4_host_bits_always_unset
19182026-06-04T08:07:56.820Z PASS [ 16.932s] rdb proptest::prop_ipv4_default_contains_all
19192026-06-04T08:07:56.842Z PASS [ 16.954s] rdb proptest::prop_ipv4_within_self
19202026-06-04T08:07:56.883Z PASS [ 16.996s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19212026-06-04T08:07:56.886Z PASS [ 16.997s] rdb proptest::prop_ipv6_host_bits_always_unset
19222026-06-04T08:07:56.914Z PASS [ 17.025s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19232026-06-04T08:07:56.925Z PASS [ 17.038s] rdb proptest::prop_ipv6_default_contains_all
19242026-06-04T08:08:13.696Z PASS [ 16.881s] rdb proptest::prop_ipv6_within_self
19252026-06-04T08:08:23.006Z PASS [ 26.181s] rdb proptest::prop_static_route_key_deduplication
19262026-06-04T08:08:33.257Z PASS [ 36.365s] rdb proptest::prop_static_route_key_normalization_preserves_length
19272026-06-04T08:08:33.284Z PASS [ 36.393s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19282026-06-04T08:08:33.291Z PASS [ 36.371s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19292026-06-04T08:08:33.298Z PASS [ 36.449s] rdb proptest::prop_static_route_key_normalization_idempotent
19302026-06-04T08:08:39.898Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19312026-06-04T08:08:49.491Z PASS [ 52.554s] rdb proptest::prop_static_route_key_ord_consistency
19322026-06-04T08:09:39.912Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19332026-06-04T08:10:39.927Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19342026-06-04T08:11:39.940Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19352026-06-04T08:11:57.569Z PASS [ 257.630s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19362026-06-04T08:11:57.572Z────────────
19372026-06-04T08:11:57.572Z Summary [ 257.631s] 15 tests run: 15 passed (1 slow), 28 skipped
19382026-06-04T08:11:57.582Z+ cp './*.log' /work/
19392026-06-04T08:11:57.587Z+ true
19402026-06-04T08:11:57.587Z+ [[ -d proptest-regressions ]]
19412026-06-04T08:11:57.587Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19422026-06-04T08:11:57.590Z+ popd
19432026-06-04T08:11:57.590Z/work/oxidecomputer/maghemite
19442026-06-04T08:11:57.590Z+ pushd bgp
19452026-06-04T08:11:57.590Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19462026-06-04T08:11:57.590Z+ PROPTEST_CASES=1000000
19472026-06-04T08:11:57.590Z+ cargo nextest run --lib proptest
19482026-06-04T08:11:58.778Z Compiling smallvec v1.15.1
19492026-06-04T08:11:58.940Z Compiling crunchy v0.2.4
19502026-06-04T08:11:58.960Z Compiling tiny-keccak v2.0.2
19512026-06-04T08:11:58.969Z Compiling ahash v0.8.12
19522026-06-04T08:11:58.972Z Compiling smartstring v1.0.1
19532026-06-04T08:11:58.988Z Compiling sdd v3.0.10
19542026-06-04T08:11:58.991Z Compiling thin-vec v0.2.18
19552026-06-04T08:11:59.083Z Compiling icu_normalizer v2.2.0
19562026-06-04T08:11:59.093Z Compiling parking_lot_core v0.9.12
19572026-06-04T08:11:59.254Z Compiling parking_lot_core v0.8.6
19582026-06-04T08:11:59.320Z Compiling parking_lot v0.12.5
19592026-06-04T08:11:59.489Z Compiling idna_adapter v1.2.2
19602026-06-04T08:11:59.544Z Compiling tokio v1.52.3
19612026-06-04T08:11:59.566Z Compiling moka v0.12.15
19622026-06-04T08:11:59.640Z Compiling idna v1.1.0
19632026-06-04T08:11:59.729Z Compiling const-random-macro v0.1.16
19642026-06-04T08:11:59.813Z Compiling parking_lot v0.11.2
19652026-06-04T08:12:00.137Z Compiling url v2.5.8
19662026-06-04T08:12:00.223Z Compiling const-random v0.1.18
19672026-06-04T08:12:00.234Z Compiling sled v0.34.7
19682026-06-04T08:12:00.343Z Compiling scc v2.4.0
19692026-06-04T08:12:00.417Z Compiling rhai_codegen v3.1.0
19702026-06-04T08:12:00.524Z Compiling serial_test_derive v3.4.0
19712026-06-04T08:12:00.800Z Compiling schemars v0.8.22
19722026-06-04T08:12:01.039Z Compiling yansi v1.0.1
19732026-06-04T08:12:01.290Z Compiling diff v0.1.13
19742026-06-04T08:12:01.366Z Compiling serial_test v3.4.0
19752026-06-04T08:12:01.501Z Compiling pretty_assertions v1.4.1
19762026-06-04T08:12:01.584Z Compiling ipnetwork v0.21.1
19772026-06-04T08:12:01.640Z Compiling newtype-uuid v1.3.2
19782026-06-04T08:12:01.775Z Compiling serde_with v3.20.0
19792026-06-04T08:12:01.877Z Compiling oxnet v0.1.5
19802026-06-04T08:12:02.028Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19812026-06-04T08:12:02.039Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
19822026-06-04T08:12:02.308Z Compiling daft v0.1.7
19832026-06-04T08:12:02.318Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19842026-06-04T08:12:02.533Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19852026-06-04T08:12:02.587Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19862026-06-04T08:12:02.729Z Compiling iddqd v0.3.18
19872026-06-04T08:12:03.012Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19882026-06-04T08:12:03.161Z Compiling typify-impl v0.6.2
19892026-06-04T08:12:03.180Z Compiling byte-wrapper v0.1.0
19902026-06-04T08:12:03.366Z Compiling tokio-util v0.7.18
19912026-06-04T08:12:03.525Z Compiling tower v0.5.3
19922026-06-04T08:12:03.559Z Compiling tokio-rustls v0.26.4
19932026-06-04T08:12:03.837Z Compiling async-compression v0.4.42
19942026-06-04T08:12:03.896Z Compiling tokio-rustls v0.25.0
19952026-06-04T08:12:04.017Z Compiling h2 v0.4.14
19962026-06-04T08:12:04.124Z Compiling tower-http v0.6.10
19972026-06-04T08:12:04.135Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19982026-06-04T08:12:04.160Z Compiling backoff v0.4.0
19992026-06-04T08:12:05.191Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20002026-06-04T08:12:05.240Z Compiling typify v0.6.2
20012026-06-04T08:12:05.276Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20022026-06-04T08:12:05.525Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20032026-06-04T08:12:05.883Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20042026-06-04T08:12:06.075Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20052026-06-04T08:12:06.286Z Compiling hyper v1.9.0
20062026-06-04T08:12:06.349Z Compiling hickory-proto v0.24.4
20072026-06-04T08:12:06.537Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20082026-06-04T08:12:07.706Z Compiling hyper-util v0.1.20
20092026-06-04T08:12:08.024Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20102026-06-04T08:12:08.041Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20112026-06-04T08:12:08.128Z Compiling progenitor-impl v0.13.0
20122026-06-04T08:12:08.551Z Compiling hickory-resolver v0.24.4
20132026-06-04T08:12:08.911Z Compiling hyper-rustls v0.27.9
20142026-06-04T08:12:09.226Z Compiling reqwest v0.13.3
20152026-06-04T08:12:09.436Z Compiling dropshot v0.17.0
20162026-06-04T08:12:09.541Z Compiling reqwest v0.12.28
20172026-06-04T08:12:11.205Z Compiling progenitor-client v0.14.0
20182026-06-04T08:12:11.531Z Compiling progenitor-extras v0.2.0
20192026-06-04T08:12:11.750Z Compiling progenitor-client v0.10.0
20202026-06-04T08:12:12.307Z Compiling progenitor-client v0.13.0
20212026-06-04T08:12:12.402Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20222026-06-04T08:12:12.625Z Compiling tokio-stream v0.1.18
20232026-06-04T08:12:13.117Z Compiling qorb v0.4.1
20242026-06-04T08:12:13.417Z Compiling progenitor v0.13.0
20252026-06-04T08:12:13.564Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20262026-06-04T08:12:13.588Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20272026-06-04T08:12:14.295Z Compiling progenitor-impl v0.14.0
20282026-06-04T08:12:14.991Z Compiling tokio-dtrace v0.1.1
20292026-06-04T08:12:15.280Z Compiling libsw-core v0.3.2
20302026-06-04T08:12:15.361Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20312026-06-04T08:12:15.459Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20322026-06-04T08:12:15.827Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20332026-06-04T08:12:15.888Z Compiling progenitor v0.14.0
20342026-06-04T08:12:16.040Z Compiling libsw v3.5.0
20352026-06-04T08:12:16.232Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20362026-06-04T08:12:16.294Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20372026-06-04T08:12:16.484Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20382026-06-04T08:12:16.816Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20392026-06-04T08:12:16.922Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20402026-06-04T08:12:17.876Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20412026-06-04T08:12:17.970Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20422026-06-04T08:12:18.552Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20432026-06-04T08:12:18.777Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20442026-06-04T08:12:19.242Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20452026-06-04T08:12:19.562Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20462026-06-04T08:12:19.783Z Compiling oxide-tokio-rt v0.1.6
20472026-06-04T08:12:20.109Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20482026-06-04T08:12:20.135Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20492026-06-04T08:12:20.273Z Compiling tough v0.22.0
20502026-06-04T08:12:20.479Z Compiling cancel-safe-futures v0.1.5
20512026-06-04T08:12:20.495Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20522026-06-04T08:12:20.711Z Compiling zone v0.3.1
20532026-06-04T08:12:20.806Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20542026-06-04T08:12:21.124Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20552026-06-04T08:12:21.181Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20562026-06-04T08:12:21.194Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20572026-06-04T08:12:21.575Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20582026-06-04T08:12:21.747Z Compiling steno v0.4.1
20592026-06-04T08:12:21.772Z Compiling hickory-proto v0.25.2
20602026-06-04T08:12:21.984Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20612026-06-04T08:12:22.850Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20622026-06-04T08:12:22.983Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20632026-06-04T08:12:23.386Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20642026-06-04T08:12:23.497Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20652026-06-04T08:12:23.879Z Compiling hickory-resolver v0.25.2
20662026-06-04T08:12:24.090Z Compiling rhai v1.24.0
20672026-06-04T08:12:24.774Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20682026-06-04T08:12:25.027Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20692026-06-04T08:12:25.213Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20702026-06-04T08:12:26.250Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20712026-06-04T08:12:27.044Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20722026-06-04T08:12:27.676Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20732026-06-04T08:12:28.370Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20742026-06-04T08:12:28.676Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20752026-06-04T08:12:28.929Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20762026-06-04T08:12:35.185Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20772026-06-04T08:12:42.834Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20782026-06-04T08:12:44.455Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20792026-06-04T08:12:45.493Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20802026-06-04T08:12:46.458Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20812026-06-04T08:12:47.266Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20822026-06-04T08:12:49.242Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20832026-06-04T08:13:20.613Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
20842026-06-04T08:13:20.789Z────────────
20852026-06-04T08:13:20.789Z Nextest run ID f3f097a8-3974-4d5f-85dc-ec7e84ca416c with nextest profile: default
20862026-06-04T08:13:20.789Z Starting 17 tests across 1 binary (133 tests skipped)
20872026-06-04T08:13:37.913Z PASS [ 17.120s] bgp proptest::prop_ipv4_wire_format_roundtrip
20882026-06-04T08:13:39.919Z PASS [ 19.126s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20892026-06-04T08:13:39.923Z PASS [ 19.128s] bgp proptest::prop_ipv4_prefixes_roundtrip
20902026-06-04T08:13:41.268Z PASS [ 20.474s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20912026-06-04T08:13:41.629Z PASS [ 20.836s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20922026-06-04T08:13:41.777Z PASS [ 20.984s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20932026-06-04T08:13:49.600Z PASS [ 28.804s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20942026-06-04T08:13:55.032Z PASS [ 17.116s] bgp proptest::prop_ipv6_wire_format_roundtrip
20952026-06-04T08:14:00.279Z PASS [ 20.355s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20962026-06-04T08:14:00.370Z PASS [ 19.098s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20972026-06-04T08:14:01.093Z PASS [ 19.312s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20982026-06-04T08:14:01.515Z PASS [ 19.877s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20992026-06-04T08:14:20.804Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
21002026-06-04T08:14:24.159Z PASS [ 29.121s] bgp proptest::prop_update_mp_unreach_roundtrip
21012026-06-04T08:14:28.891Z PASS [ 68.087s] bgp proptest::prop_encode_decode_semantic_equivalence
21022026-06-04T08:14:39.937Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21032026-06-04T08:14:49.618Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21042026-06-04T08:14:51.015Z PASS [ 71.079s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21052026-06-04T08:15:00.295Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21062026-06-04T08:15:02.987Z PASS [ 62.695s] bgp proptest::prop_update_traditional_roundtrip
21072026-06-04T08:15:04.230Z PASS [ 74.614s] bgp proptest::prop_update_mp_reach_roundtrip
21082026-06-04T08:15:04.233Z────────────
21092026-06-04T08:15:04.233Z Summary [ 103.419s] 17 tests run: 17 passed (4 slow), 133 skipped
21102026-06-04T08:15:04.242Z+ cp './*.log' /work/
21112026-06-04T08:15:04.245Z+ true
21122026-06-04T08:15:04.245Z+ [[ -d proptest-regressions ]]
21132026-06-04T08:15:04.245Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21142026-06-04T08:15:04.248Z+ popd
21152026-06-04T08:15:04.248Z/work/oxidecomputer/maghemite
21162026-06-04T08:15:04.248Zprocess exited: duration 735055 ms, exit code 0
 
21172026-06-04T08:15:04.254Zfound 0 output files