01KS3XRWYCK7V3R9HAV9R0PJB0: 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: 01KS3XSGPCA9NCG57KZN663HKM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T00:10:12.595Zjob assigned to worker 01KS3XV0P8H3VR99GTFS2CNTEB [factory aws, i-06d18b21f9c7889bb] (queued for 1 m 41 s)
 
22026-05-21T00:10:19.590Zstarting task 0: "setup"
32026-05-21T00:10:19.597Z++ uname -s
42026-05-21T00:10:19.600Z+ kern=SunOS
52026-05-21T00:10:19.600Z+ build_user=build
62026-05-21T00:10:19.600Z+ build_uid=12345
72026-05-21T00:10:19.600Z+ work_dir=/work
82026-05-21T00:10:19.600Z+ input_dir=/input
92026-05-21T00:10:19.600Z+ [[ 0 == 12345 ]]
102026-05-21T00:10:19.600Z+ case "$kern" in
112026-05-21T00:10:19.600Z+ groupadd -g 12345 build
122026-05-21T00:10:19.603Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T00:10:21.607Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T00:10:21.679Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T00:10:21.684Z+ home_fs=zfs
162026-05-21T00:10:21.684Z+ [[ zfs == autofs ]]
172026-05-21T00:10:21.684Z+ mkdir -p /home/build
182026-05-21T00:10:21.684Z+ chown build:build /home/build /work
192026-05-21T00:10:23.684Z+ chmod 0700 /home/build /work
202026-05-21T00:10:23.687Zprocess exited: duration 4096 ms, exit code 0
 
212026-05-21T00:10:23.694Zstarting task 1: "rust-toolchain"
222026-05-21T00:10:23.698Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-21T00:10:23.698Z * rust toolchain channel = "stable"
242026-05-21T00:10:23.698Z * rust toolchain profile = "default"
252026-05-21T00:10:23.698Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-21T00:10:23.698Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T00:10:23.698Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T00:10:23.701Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T00:10:23.701Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-21T00:10:23.822Zinfo: downloading installer
312026-05-21T00:10:25.306Zwarn: It looks like you have an existing installation of Rust at:
322026-05-21T00:10:25.306Zwarn: /opt/ooce/bin
332026-05-21T00:10:25.306Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-21T00:10:25.306Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-21T00:10:25.306Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-21T00:10:25.306Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-21T00:10:25.307Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-21T00:10:25.307Zerror: cannot install while Rust is installed
392026-05-21T00:10:25.307Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-21T00:10:25.307Zwarn: It looks like you have an existing rustup settings file at:
412026-05-21T00:10:25.307Zwarn: /home/build/.rustup/settings.toml
422026-05-21T00:10:25.307Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-21T00:10:25.307Zwarn: instead of the one inferred from the default host triple.
442026-05-21T00:10:25.339Zinfo: profile set to default
452026-05-21T00:10:25.339Zinfo: default host triple is x86_64-unknown-illumos
462026-05-21T00:10:25.343Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-21T00:10:25.472Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-21T00:10:25.476Zinfo: downloading 6 components
492026-05-21T00:10:41.177Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-21T00:10:41.177Z
512026-05-21T00:10:41.206Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-21T00:10:41.206Z
532026-05-21T00:10:41.209Z
542026-05-21T00:10:41.209ZRust is installed now. Great!
552026-05-21T00:10:41.209Z
562026-05-21T00:10:41.209ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-21T00:10:41.209Zenvironment variable. This has not been done automatically.
582026-05-21T00:10:41.209Z
592026-05-21T00:10:41.209ZTo configure your current shell, you need to source
602026-05-21T00:10:41.209Zthe corresponding env file under $HOME/.cargo.
612026-05-21T00:10:41.209Z
622026-05-21T00:10:41.209ZThis is usually done by running one of the following (note the leading DOT):
632026-05-21T00:10:41.209Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-21T00:10:41.209Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-21T00:10:41.209Zsource "~/.cargo/env.nu" # For nushell
662026-05-21T00:10:41.209Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-21T00:10:41.209Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-21T00:10:41.210Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-21T00:10:41.210Zwarn: no default linker (`cc`) was found in your PATH
702026-05-21T00:10:41.210Zwarn: many Rust crates require a system C toolchain to build
712026-05-21T00:10:41.308Z+ rustup --version
722026-05-21T00:10:41.319Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-21T00:10:41.321Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-21T00:10:41.339Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-21T00:10:41.342Z+ cargo --version
762026-05-21T00:10:41.358Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-21T00:10:41.361Z+ rustc --version
782026-05-21T00:10:41.377Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-21T00:10:41.381Zprocess exited: duration 17683 ms, exit code 0
 
802026-05-21T00:10:41.388Zstarting task 2: "authentication"
812026-05-21T00:10:41.404Zprocess exited: duration 16 ms, exit code 0
 
822026-05-21T00:10:41.409Zstarting task 3: "clone repository"
832026-05-21T00:10:41.413Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-21T00:10:41.415Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-21T00:10:41.556ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-21T00:10:43.299Z+ cd /work/oxidecomputer/maghemite
872026-05-21T00:10:43.300Z+ git fetch origin c1a8abb612197ccc87a11b8b39e56f651654c60e
882026-05-21T00:10:43.675ZFrom https://github.com/oxidecomputer/maghemite
892026-05-21T00:10:43.675Z * branch c1a8abb612197ccc87a11b8b39e56f651654c60e -> FETCH_HEAD
902026-05-21T00:10:43.682Z+ [[ -n sunshowers/spr/update-dropshot-api-manager-to-072 ]]
912026-05-21T00:10:43.684Z++ git branch --show-current
922026-05-21T00:10:43.687Z+ current=main
932026-05-21T00:10:43.687Z+ [[ main != sunshowers/spr/update-dropshot-api-manager-to-072 ]]
942026-05-21T00:10:43.687Z+ git branch -f sunshowers/spr/update-dropshot-api-manager-to-072 c1a8abb612197ccc87a11b8b39e56f651654c60e
952026-05-21T00:10:43.689Z+ git checkout -f sunshowers/spr/update-dropshot-api-manager-to-072
962026-05-21T00:10:43.705ZSwitched to branch 'sunshowers/spr/update-dropshot-api-manager-to-072'
972026-05-21T00:10:43.708Z+ git reset --hard c1a8abb612197ccc87a11b8b39e56f651654c60e
982026-05-21T00:10:43.722ZHEAD is now at c1a8abb [spr] initial version
992026-05-21T00:10:43.725Zprocess exited: duration 2313 ms, exit code 0
 
1002026-05-21T00:10:43.733Zstarting task 4: "build"
1012026-05-21T00:10:43.736Z+ set -e
1022026-05-21T00:10:43.736Z+ NEXTEST_VERSION=0.9.97
1032026-05-21T00:10:43.736Z+ PLATFORM=illumos
1042026-05-21T00:10:43.736Z+ cargo --version
1052026-05-21T00:10:43.741Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-05-21T00:10:43.877Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-05-21T00:10:43.880Zinfo: downloading 6 components
1082026-05-21T00:10:58.278Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-05-21T00:10:58.281Z+ rustc --version
1102026-05-21T00:10:58.312Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-05-21T00:10:58.315Z+ cargo install cargo-nextest --version 0.9.97
1122026-05-21T00:10:58.358Z Updating crates.io index
1132026-05-21T00:10:58.455Z Downloading crates ...
1142026-05-21T00:10:58.508Z Downloaded cargo-nextest v0.9.97
1152026-05-21T00:10:58.569Z Installing cargo-nextest v0.9.97
1162026-05-21T00:10:58.614Z Updating crates.io index
1172026-05-21T00:11:01.065Z Locking 404 packages to latest compatible versions
1182026-05-21T00:11:01.071Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-05-21T00:11:01.074Z Adding duct v0.13.7 (available: v1.1.1)
1202026-05-21T00:11:01.074Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-05-21T00:11:01.074Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-05-21T00:11:01.074Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-05-21T00:11:01.077Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1242026-05-21T00:11:01.077Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-05-21T00:11:01.080Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1262026-05-21T00:11:01.083Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-05-21T00:11:01.099Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-05-21T00:11:01.108Z Downloading crates ...
1292026-05-21T00:11:01.184Z Downloaded guppy-workspace-hack v0.1.0
1302026-05-21T00:11:01.187Z Downloaded futures-sink v0.3.32
1312026-05-21T00:11:01.192Z Downloaded camino v1.2.2
1322026-05-21T00:11:01.195Z Downloaded form_urlencoded v1.2.2
1332026-05-21T00:11:01.195Z Downloaded enable-ansi-support v0.2.1
1342026-05-21T00:11:01.199Z Downloaded generic-array v0.14.7
1352026-05-21T00:11:01.202Z Downloaded filetime v0.2.29
1362026-05-21T00:11:01.202Z Downloaded cpufeatures v0.2.17
1372026-05-21T00:11:01.205Z Downloaded cfg-if v1.0.4
1382026-05-21T00:11:01.208Z Downloaded adler2 v2.0.1
1392026-05-21T00:11:01.208Z Downloaded colorchoice v1.0.5
1402026-05-21T00:11:01.208Z Downloaded block-buffer v0.10.4
1412026-05-21T00:11:01.211Z Downloaded humantime-serde v1.1.1
1422026-05-21T00:11:01.215Z Downloaded futures-executor v0.3.32
1432026-05-21T00:11:01.218Z Downloaded digest v0.10.7
1442026-05-21T00:11:01.218Z Downloaded iana-time-zone v0.1.65
1452026-05-21T00:11:01.221Z Downloaded crc32fast v1.5.0
1462026-05-21T00:11:01.221Z Downloaded http-body-util v0.1.3
1472026-05-21T00:11:01.224Z Downloaded const-oid v0.9.6
1482026-05-21T00:11:01.224Z Downloaded futures-channel v0.3.32
1492026-05-21T00:11:01.227Z Downloaded convert_case v0.10.0
1502026-05-21T00:11:01.227Z Downloaded is_ci v1.2.0
1512026-05-21T00:11:01.230Z Downloaded hashbrown v0.17.1
1522026-05-21T00:11:01.233Z Downloaded clap v4.6.1
1532026-05-21T00:11:01.237Z Downloaded pkg-config v0.3.33
1542026-05-21T00:11:01.240Z Downloaded console v0.15.11
1552026-05-21T00:11:01.240Z Downloaded debug-ignore v1.0.5
1562026-05-21T00:11:01.243Z Downloaded lru-slab v0.1.2
1572026-05-21T00:11:01.243Z Downloaded openssl-macros v0.1.1
1582026-05-21T00:11:01.243Z Downloaded log v0.4.29
1592026-05-21T00:11:01.246Z Downloaded ppv-lite86 v0.2.21
1602026-05-21T00:11:01.246Z Downloaded newtype-uuid v1.3.2
1612026-05-21T00:11:01.249Z Downloaded atomic-waker v1.1.2
1622026-05-21T00:11:01.249Z Downloaded crypto-common v0.1.7
1632026-05-21T00:11:01.249Z Downloaded atomicwrites v0.4.4
1642026-05-21T00:11:01.252Z Downloaded base64ct v1.8.3
1652026-05-21T00:11:01.252Z Downloaded document-features v0.2.12
1662026-05-21T00:11:01.254Z Downloaded clap_derive v4.6.1
1672026-05-21T00:11:01.254Z Downloaded heck v0.5.0
1682026-05-21T00:11:01.257Z Downloaded indenter v0.3.4
1692026-05-21T00:11:01.257Z Downloaded futures-io v0.3.32
1702026-05-21T00:11:01.258Z Downloaded foreign-types-shared v0.1.1
1712026-05-21T00:11:01.260Z Downloaded equivalent v1.0.2
1722026-05-21T00:11:01.260Z Downloaded anstream v1.0.0
1732026-05-21T00:11:01.260Z Downloaded hyper v1.9.0
1742026-05-21T00:11:01.264Z Downloaded indent_write v2.2.0
1752026-05-21T00:11:01.267Z Downloaded number_prefix v0.4.0
1762026-05-21T00:11:01.267Z Downloaded backtrace-ext v0.2.1
1772026-05-21T00:11:01.267Z Downloaded cargo-platform v0.3.3
1782026-05-21T00:11:01.271Z Downloaded clap_lex v1.1.0
1792026-05-21T00:11:01.271Z Downloaded foreign-types v0.3.2
1802026-05-21T00:11:01.271Z Downloaded anstyle v1.0.14
1812026-05-21T00:11:01.274Z Downloaded color-spantrace v0.3.0
1822026-05-21T00:11:01.274Z Downloaded async-scoped v0.9.0
1832026-05-21T00:11:01.277Z Downloaded self_update v0.42.0
1842026-05-21T00:11:01.277Z Downloaded cargo-util-schemas v0.2.0
1852026-05-21T00:11:01.280Z Downloaded ed25519 v2.2.3
1862026-05-21T00:11:01.280Z Downloaded os_pipe v1.2.3
1872026-05-21T00:11:01.282Z Downloaded hex v0.4.3
1882026-05-21T00:11:01.283Z Downloaded parking_lot v0.12.5
1892026-05-21T00:11:01.286Z Downloaded ordered-float v2.10.1
1902026-05-21T00:11:01.286Z Downloaded nextest-workspace-hack v0.1.0
1912026-05-21T00:11:01.286Z Downloaded bitflags v2.11.1
1922026-05-21T00:11:01.288Z Downloaded hyper-tls v0.6.0
1932026-05-21T00:11:01.291Z Downloaded curve25519-dalek-derive v0.1.1
1942026-05-21T00:11:01.291Z Downloaded http-body v1.0.1
1952026-05-21T00:11:01.291Z Downloaded cfg_aliases v0.2.1
1962026-05-21T00:11:01.295Z Downloaded lazy_static v1.5.0
1972026-05-21T00:11:01.297Z Downloaded futures-task v0.3.32
1982026-05-21T00:11:01.297Z Downloaded pathdiff v0.2.3
1992026-05-21T00:11:01.297Z Downloaded futures-macro v0.3.32
2002026-05-21T00:11:01.300Z Downloaded cargo-platform v0.2.0
2012026-05-21T00:11:01.303Z Downloaded semver v1.0.28
2022026-05-21T00:11:01.303Z Downloaded fnv v1.0.7
2032026-05-21T00:11:01.306Z Downloaded anstyle-query v1.1.5
2042026-05-21T00:11:01.309Z Downloaded errno v0.3.14
2052026-05-21T00:11:01.344Z Downloaded percent-encoding v2.3.2
2062026-05-21T00:11:01.344Z Downloaded either v1.16.0
2072026-05-21T00:11:01.344Z Downloaded cargo_metadata v0.20.0
2082026-05-21T00:11:01.344Z Downloaded rustc-hash v2.1.2
2092026-05-21T00:11:01.344Z Downloaded ipnet v2.12.0
2102026-05-21T00:11:01.344Z Downloaded futures-core v0.3.32
2112026-05-21T00:11:01.344Z Downloaded addr2line v0.25.1
2122026-05-21T00:11:01.344Z Downloaded quote v1.0.45
2132026-05-21T00:11:01.345Z Downloaded slab v0.4.12
2142026-05-21T00:11:01.345Z Downloaded signature v2.2.0
2152026-05-21T00:11:01.345Z Downloaded shell-words v1.1.1
2162026-05-21T00:11:01.345Z Downloaded serde_urlencoded v0.7.1
2172026-05-21T00:11:01.345Z Downloaded itoa v1.0.18
2182026-05-21T00:11:01.345Z Downloaded home v0.5.12
2192026-05-21T00:11:01.345Z Downloaded sync_wrapper v1.0.2
2202026-05-21T00:11:01.345Z Downloaded serde_ignored v0.1.14
2212026-05-21T00:11:01.345Z Downloaded serde-value v0.7.0
2222026-05-21T00:11:01.345Z Downloaded supports-unicode v3.0.0
2232026-05-21T00:11:01.348Z Downloaded serde_spanned v0.6.9
2242026-05-21T00:11:01.348Z Downloaded shared_child v1.1.1
2252026-05-21T00:11:01.348Z Downloaded subtle v2.6.1
2262026-05-21T00:11:01.348Z Downloaded signal-hook-mio v0.2.5
2272026-05-21T00:11:01.348Z Downloaded supports-color v3.0.2
2282026-05-21T00:11:01.351Z Downloaded serde_spanned v1.1.1
2292026-05-21T00:11:01.351Z Downloaded memchr v2.8.0
2302026-05-21T00:11:01.355Z Downloaded terminal_size v0.4.4
2312026-05-21T00:11:01.357Z Downloaded owo-colors v4.3.0
2322026-05-21T00:11:01.358Z Downloaded fastrand v2.4.1
2332026-05-21T00:11:01.358Z Downloaded swrite v0.1.0
2342026-05-21T00:11:01.361Z Downloaded self-replace v1.5.0
2352026-05-21T00:11:01.361Z Downloaded cargo_metadata v0.23.1
2362026-05-21T00:11:01.367Z Downloaded openssl-probe v0.2.1
2372026-05-21T00:11:01.370Z Downloaded future-queue v0.4.0
2382026-05-21T00:11:01.370Z Downloaded foldhash v0.1.5
2392026-05-21T00:11:01.370Z Downloaded fixedbitset v0.5.7
2402026-05-21T00:11:01.370Z Downloaded hyper-rustls v0.27.9
2412026-05-21T00:11:01.374Z Downloaded dialoguer v0.11.0
2422026-05-21T00:11:01.374Z Downloaded autocfg v1.5.0
2432026-05-21T00:11:01.377Z Downloaded anstyle-parse v1.0.0
2442026-05-21T00:11:01.377Z Downloaded tokio-macros v2.7.0
2452026-05-21T00:11:01.380Z Downloaded tinyvec_macros v0.1.1
2462026-05-21T00:11:01.384Z Downloaded mukti-metadata v0.3.0
2472026-05-21T00:11:01.386Z Downloaded rustc_version v0.4.1
2482026-05-21T00:11:01.390Z Downloaded toml_write v0.1.2
2492026-05-21T00:11:01.390Z Downloaded rand_core v0.6.4
2502026-05-21T00:11:01.393Z Downloaded pkcs8 v0.10.2
2512026-05-21T00:11:01.393Z Downloaded rand_core v0.9.5
2522026-05-21T00:11:01.396Z Downloaded cfg-expr v0.20.7
2532026-05-21T00:11:01.396Z Downloaded derive-where v1.6.1
2542026-05-21T00:11:01.399Z Downloaded tower-service v0.3.3
2552026-05-21T00:11:01.399Z Downloaded toml_datetime v0.6.11
2562026-05-21T00:11:01.402Z Downloaded tower-layer v0.3.3
2572026-05-21T00:11:01.402Z Downloaded idna_adapter v1.0.0
2582026-05-21T00:11:01.402Z Downloaded scopeguard v1.2.0
2592026-05-21T00:11:01.405Z Downloaded sigchld v0.2.4
2602026-05-21T00:11:01.405Z Downloaded serde-untagged v0.1.9
2612026-05-21T00:11:01.408Z Downloaded nested v0.1.1
2622026-05-21T00:11:01.408Z Downloaded serde_path_to_error v0.1.20
2632026-05-21T00:11:01.408Z Downloaded find-msvc-tools v0.1.9
2642026-05-21T00:11:01.408Z Downloaded globset v0.4.18
2652026-05-21T00:11:01.411Z Downloaded erased-serde v0.4.10
2662026-05-21T00:11:01.411Z Downloaded smol_str v0.3.6
2672026-05-21T00:11:01.411Z Downloaded simd-adler32 v0.3.9
2682026-05-21T00:11:01.414Z Downloaded spki v0.7.3
2692026-05-21T00:11:01.415Z Downloaded try-lock v0.2.5
2702026-05-21T00:11:01.415Z Downloaded tracing-error v0.2.1
2712026-05-21T00:11:01.418Z Downloaded shlex v1.3.0
2722026-05-21T00:11:01.418Z Downloaded sha2 v0.10.9
2732026-05-21T00:11:01.418Z Downloaded camino-tempfile v1.4.1
2742026-05-21T00:11:01.420Z Downloaded quinn v0.11.9
2752026-05-21T00:11:01.423Z Downloaded target-spec-miette v0.4.6
2762026-05-21T00:11:01.426Z Downloaded litrs v1.0.0
2772026-05-21T00:11:01.426Z Downloaded borsh v1.6.1
2782026-05-21T00:11:01.430Z Downloaded static_assertions v1.1.0
2792026-05-21T00:11:01.433Z Downloaded ahash v0.8.12
2802026-05-21T00:11:01.433Z Downloaded sharded-slab v0.1.7
2812026-05-21T00:11:01.437Z Downloaded typeid v1.0.3
2822026-05-21T00:11:01.437Z Downloaded duct v0.13.7
2832026-05-21T00:11:01.440Z Downloaded strsim v0.11.1
2842026-05-21T00:11:01.440Z Downloaded is_terminal_polyfill v1.70.2
2852026-05-21T00:11:01.440Z Downloaded miette-derive v7.6.0
2862026-05-21T00:11:01.440Z Downloaded thread_local v1.1.9
2872026-05-21T00:11:01.442Z Downloaded thiserror v1.0.69
2882026-05-21T00:11:01.445Z Downloaded utf8parse v0.2.2
2892026-05-21T00:11:01.445Z Downloaded utf8_iter v1.0.4
2902026-05-21T00:11:01.445Z Downloaded strip-ansi-escapes v0.2.1
2912026-05-21T00:11:01.445Z Downloaded supports-hyperlinks v3.2.0
2922026-05-21T00:11:01.448Z Downloaded miniz_oxide v0.8.9
2932026-05-21T00:11:01.448Z Downloaded indicatif v0.17.11
2942026-05-21T00:11:01.451Z Downloaded unicode-linebreak v0.1.5
2952026-05-21T00:11:01.452Z Downloaded tokio-native-tls v0.3.1
2962026-05-21T00:11:01.454Z Downloaded thiserror-impl v2.0.18
2972026-05-21T00:11:01.454Z Downloaded getrandom v0.3.4
2982026-05-21T00:11:01.455Z Downloaded futures v0.3.32
2992026-05-21T00:11:01.458Z Downloaded version_check v0.9.5
3002026-05-21T00:11:01.460Z Downloaded thiserror-impl v1.0.69
3012026-05-21T00:11:01.460Z Downloaded pin-project-lite v0.2.17
3022026-05-21T00:11:01.463Z Downloaded native-tls v0.2.18
3032026-05-21T00:11:01.463Z Downloaded parking_lot_core v0.9.12
3042026-05-21T00:11:01.466Z Downloaded want v0.3.1
3052026-05-21T00:11:01.466Z Downloaded xattr v1.6.1
3062026-05-21T00:11:01.466Z Downloaded eyre v0.6.12
3072026-05-21T00:11:01.469Z Downloaded humantime v2.3.0
3082026-05-21T00:11:01.469Z Downloaded thiserror v2.0.18
3092026-05-21T00:11:01.472Z Downloaded tracing-log v0.2.0
3102026-05-21T00:11:01.477Z Downloaded lock_api v0.4.14
3112026-05-21T00:11:01.483Z Downloaded signal-hook-registry v1.4.8
3122026-05-21T00:11:01.486Z Downloaded ron v0.12.1
3132026-05-21T00:11:01.488Z Downloaded tempfile v3.27.0
3142026-05-21T00:11:01.491Z Downloaded pin-project v1.1.13
3152026-05-21T00:11:01.496Z Downloaded unicase v2.9.0
3162026-05-21T00:11:01.499Z Downloaded serde_core v1.0.228
3172026-05-21T00:11:01.499Z Downloaded pin-project-internal v1.1.13
3182026-05-21T00:11:01.502Z Downloaded quinn-udp v0.5.14
3192026-05-21T00:11:01.502Z Downloaded target-spec v3.6.0
3202026-05-21T00:11:01.505Z Downloaded nextest-metadata v0.12.2
3212026-05-21T00:11:01.505Z Downloaded untrusted v0.9.0
3222026-05-21T00:11:01.506Z Downloaded urlencoding v2.1.3
3232026-05-21T00:11:01.506Z Downloaded unicode-xid v0.2.6
3242026-05-21T00:11:01.508Z Downloaded config v0.15.23
3252026-05-21T00:11:01.508Z Downloaded nextest-filtering v0.15.0
3262026-05-21T00:11:01.512Z Downloaded base64 v0.22.1
3272026-05-21T00:11:01.515Z Downloaded jobserver v0.1.34
3282026-05-21T00:11:01.515Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3292026-05-21T00:11:01.515Z Downloaded toml v0.8.23
3302026-05-21T00:11:01.518Z Downloaded tokio-rustls v0.26.4
3312026-05-21T00:11:01.518Z Downloaded getrandom v0.2.17
3322026-05-21T00:11:01.521Z Downloaded zipsign-api v0.1.5
3332026-05-21T00:11:01.521Z Downloaded rand_chacha v0.9.0
3342026-05-21T00:11:01.524Z Downloaded rustc-demangle v0.1.27
3352026-05-21T00:11:01.524Z Downloaded zstd-safe v7.2.4
3362026-05-21T00:11:01.527Z Downloaded textwrap v0.16.2
3372026-05-21T00:11:01.527Z Downloaded httparse v1.10.1
3382026-05-21T00:11:01.530Z Downloaded tracing-attributes v0.1.31
3392026-05-21T00:11:01.530Z Downloaded getrandom v0.4.2
3402026-05-21T00:11:01.533Z Downloaded once_cell v1.21.4
3412026-05-21T00:11:01.536Z Downloaded xxhash-rust v0.8.15
3422026-05-21T00:11:01.536Z Downloaded signal-hook v0.3.18
3432026-05-21T00:11:01.539Z Downloaded zmij v1.0.21
3442026-05-21T00:11:01.542Z Downloaded quick-junit v0.5.2
3452026-05-21T00:11:01.545Z Downloaded indexmap v2.14.0
3462026-05-21T00:11:01.554Z Downloaded smallvec v1.15.1
3472026-05-21T00:11:01.557Z Downloaded target-lexicon v0.13.3
3482026-05-21T00:11:01.557Z Downloaded num-traits v0.2.19
3492026-05-21T00:11:01.561Z Downloaded ryu v1.0.23
3502026-05-21T00:11:01.563Z Downloaded http v1.4.0
3512026-05-21T00:11:01.563Z Downloaded zstd v0.13.3
3522026-05-21T00:11:01.567Z Downloaded mio v1.2.0
3532026-05-21T00:11:01.570Z Downloaded toml_writer v1.1.1+spec-1.1.0
3542026-05-21T00:11:01.570Z Downloaded zeroize v1.8.2
3552026-05-21T00:11:01.573Z Downloaded tracing-core v0.1.36
3562026-05-21T00:11:01.576Z Downloaded serde_derive v1.0.228
3572026-05-21T00:11:01.579Z Downloaded socket2 v0.6.3
3582026-05-21T00:11:01.579Z Downloaded rustls-pki-types v1.14.1
3592026-05-21T00:11:01.582Z Downloaded der v0.7.10
3602026-05-21T00:11:01.585Z Downloaded flate2 v1.1.9
3612026-05-21T00:11:01.588Z Downloaded proc-macro2 v1.0.106
3622026-05-21T00:11:01.591Z Downloaded derive_more v2.1.1
3632026-05-21T00:11:01.597Z Downloaded toml_parser v1.1.2+spec-1.1.0
3642026-05-21T00:11:01.600Z Downloaded tinyvec v1.11.0
3652026-05-21T00:11:01.600Z Downloaded tokio-stream v0.1.18
3662026-05-21T00:11:01.602Z Downloaded vte v0.14.1
3672026-05-21T00:11:01.605Z Downloaded tar v0.4.46
3682026-05-21T00:11:01.605Z Downloaded cc v1.2.62
3692026-05-21T00:11:01.608Z Downloaded bytes v1.11.1
3702026-05-21T00:11:01.611Z Downloaded backtrace v0.3.76
3712026-05-21T00:11:01.615Z Downloaded uuid v1.23.1
3722026-05-21T00:11:01.624Z Downloaded unicode-ident v1.0.24
3732026-05-21T00:11:01.624Z Downloaded toml_edit v0.22.27
3742026-05-21T00:11:01.624Z Downloaded serde v1.0.228
3752026-05-21T00:11:01.627Z Downloaded derive_more-impl v2.1.1
3762026-05-21T00:11:01.628Z Downloaded reqwest v0.12.28
3772026-05-21T00:11:01.628Z Downloaded ed25519-dalek v2.2.0
3782026-05-21T00:11:01.638Z Downloaded toml v1.1.2+spec-1.1.0
3792026-05-21T00:11:01.643Z Downloaded rand v0.9.4
3802026-05-21T00:11:01.648Z Downloaded url v2.5.8
3812026-05-21T00:11:01.651Z Downloaded rustls-webpki v0.103.13
3822026-05-21T00:11:01.657Z Downloaded openssl-sys v0.9.116
3832026-05-21T00:11:01.664Z Downloaded tower v0.5.3
3842026-05-21T00:11:01.671Z Downloaded miette v7.6.0
3852026-05-21T00:11:01.680Z Downloaded crossterm v0.29.0
3862026-05-21T00:11:01.684Z Downloaded hyper-util v0.1.20
3872026-05-21T00:11:01.687Z Downloaded typenum v1.20.0
3882026-05-21T00:11:01.703Z Downloaded guppy v0.17.25
3892026-05-21T00:11:01.707Z Downloaded unicode-segmentation v1.13.2
3902026-05-21T00:11:01.710Z Downloaded hashbrown v0.15.5
3912026-05-21T00:11:01.718Z Downloaded tokio-util v0.7.18
3922026-05-21T00:11:01.724Z Downloaded pulldown-cmark v0.13.4
3932026-05-21T00:11:01.727Z Downloaded futures-util v0.3.32
3942026-05-21T00:11:01.734Z Downloaded itertools v0.14.0
3952026-05-21T00:11:01.738Z Downloaded serde_json v1.0.149
3962026-05-21T00:11:01.742Z Downloaded clap_builder v4.6.0
3972026-05-21T00:11:01.745Z Downloaded tower-http v0.6.11
3982026-05-21T00:11:01.751Z Downloaded aho-corasick v1.1.4
3992026-05-21T00:11:01.754Z Downloaded h2 v0.4.14
4002026-05-21T00:11:01.757Z Downloaded idna v1.1.0
4012026-05-21T00:11:01.760Z Downloaded regex v1.12.3
4022026-05-21T00:11:01.776Z Downloaded winnow v0.7.15
4032026-05-21T00:11:01.781Z Downloaded chrono v0.4.44
4042026-05-21T00:11:01.785Z Downloaded winnow v1.0.3
4052026-05-21T00:11:01.790Z Downloaded unicode-normalization v0.1.25
4062026-05-21T00:11:01.793Z Downloaded tracing-subscriber v0.3.23
4072026-05-21T00:11:01.797Z Downloaded curve25519-dalek v4.1.3
4082026-05-21T00:11:01.801Z Downloaded webpki-roots v1.0.7
4092026-05-21T00:11:01.806Z Downloaded gimli v0.32.3
4102026-05-21T00:11:01.812Z Downloaded unicode-width v0.1.14
4112026-05-21T00:11:01.819Z Downloaded zerocopy v0.8.48
4122026-05-21T00:11:01.830Z Downloaded portable-atomic v1.13.1
4132026-05-21T00:11:01.834Z Downloaded bstr v1.12.1
4142026-05-21T00:11:01.840Z Downloaded quick-xml v0.37.5
4152026-05-21T00:11:01.852Z Downloaded quick-xml v0.38.4
4162026-05-21T00:11:01.860Z Downloaded color-eyre v0.6.5
4172026-05-21T00:11:01.872Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4182026-05-21T00:11:01.882Z Downloaded quinn-proto v0.11.14
4192026-05-21T00:11:01.911Z Downloaded nextest-runner v0.80.0
4202026-05-21T00:11:01.916Z Downloaded vcpkg v0.2.15
4212026-05-21T00:11:01.960Z Downloaded unicode-width v0.2.2
4222026-05-21T00:11:01.968Z Downloaded syn v2.0.117
4232026-05-21T00:11:01.975Z Downloaded object v0.37.3
4242026-05-21T00:11:01.981Z Downloaded openssl v0.10.80
4252026-05-21T00:11:01.995Z Downloaded rustix v0.38.44
4262026-05-21T00:11:02.007Z Downloaded rustls v0.23.40
4272026-05-21T00:11:02.014Z Downloaded regex-syntax v0.8.10
4282026-05-21T00:11:02.017Z Downloaded nix v0.30.1
4292026-05-21T00:11:02.050Z Downloaded rustix v1.1.4
4302026-05-21T00:11:02.077Z Downloaded tracing v0.1.44
4312026-05-21T00:11:02.106Z Downloaded regex-automata v0.4.14
4322026-05-21T00:11:02.169Z Downloaded petgraph v0.8.3
4332026-05-21T00:11:02.181Z Downloaded libc v0.2.186
4342026-05-21T00:11:02.215Z Downloaded tokio v1.52.3
4352026-05-21T00:11:02.265Z Downloaded recursion v0.5.4
4362026-05-21T00:11:02.279Z Downloaded ring v0.17.14
4372026-05-21T00:11:02.341Z Compiling libc v0.2.186
4382026-05-21T00:11:02.341Z Compiling proc-macro2 v1.0.106
4392026-05-21T00:11:02.341Z Compiling unicode-ident v1.0.24
4402026-05-21T00:11:02.341Z Compiling quote v1.0.45
4412026-05-21T00:11:02.345Z Compiling serde_core v1.0.228
4422026-05-21T00:11:02.345Z Compiling cfg-if v1.0.4
4432026-05-21T00:11:02.345Z Compiling memchr v2.8.0
4442026-05-21T00:11:02.345Z Compiling once_cell v1.21.4
4452026-05-21T00:11:02.570Z Compiling log v0.4.29
4462026-05-21T00:11:02.603Z Compiling pin-project-lite v0.2.17
4472026-05-21T00:11:02.692Z Compiling serde v1.0.228
4482026-05-21T00:11:02.744Z Compiling itoa v1.0.18
4492026-05-21T00:11:02.972Z Compiling futures-core v0.3.32
4502026-05-21T00:11:03.126Z Compiling smallvec v1.15.1
4512026-05-21T00:11:03.136Z Compiling bitflags v2.11.1
4522026-05-21T00:11:03.146Z Compiling find-msvc-tools v0.1.9
4532026-05-21T00:11:03.370Z Compiling equivalent v1.0.2
4542026-05-21T00:11:03.373Z Compiling hashbrown v0.17.1
4552026-05-21T00:11:03.454Z Compiling shlex v1.3.0
4562026-05-21T00:11:03.511Z Compiling jobserver v0.1.34
4572026-05-21T00:11:03.525Z Compiling errno v0.3.14
4582026-05-21T00:11:03.623Z Compiling bytes v1.11.1
4592026-05-21T00:11:03.635Z Compiling signal-hook-registry v1.4.8
4602026-05-21T00:11:03.638Z Compiling mio v1.2.0
4612026-05-21T00:11:03.684Z Compiling futures-sink v0.3.32
4622026-05-21T00:11:03.824Z Compiling cc v1.2.62
4632026-05-21T00:11:03.910Z Compiling rustix v1.1.4
4642026-05-21T00:11:04.034Z Compiling syn v2.0.117
4652026-05-21T00:11:04.047Z Compiling socket2 v0.6.3
4662026-05-21T00:11:04.189Z Compiling zmij v1.0.21
4672026-05-21T00:11:04.324Z Compiling slab v0.4.12
4682026-05-21T00:11:04.480Z Compiling futures-channel v0.3.32
4692026-05-21T00:11:04.520Z Compiling tracing-core v0.1.36
4702026-05-21T00:11:04.533Z Compiling version_check v0.9.5
4712026-05-21T00:11:04.728Z Compiling serde_json v1.0.149
4722026-05-21T00:11:04.831Z Compiling futures-io v0.3.32
4732026-05-21T00:11:04.974Z Compiling indexmap v2.14.0
4742026-05-21T00:11:05.040Z Compiling futures-task v0.3.32
4752026-05-21T00:11:05.053Z Compiling getrandom v0.4.2
4762026-05-21T00:11:05.128Z Compiling camino v1.2.2
4772026-05-21T00:11:05.207Z Compiling percent-encoding v2.3.2
4782026-05-21T00:11:05.342Z Compiling unicode-width v0.2.2
4792026-05-21T00:11:05.501Z Compiling ring v0.17.14
4802026-05-21T00:11:05.599Z Compiling http v1.4.0
4812026-05-21T00:11:05.638Z Compiling zeroize v1.8.2
4822026-05-21T00:11:05.650Z Compiling simd-adler32 v0.3.9
4832026-05-21T00:11:05.796Z Compiling adler2 v2.0.1
4842026-05-21T00:11:05.839Z Compiling autocfg v1.5.0
4852026-05-21T00:11:05.957Z Compiling miniz_oxide v0.8.9
4862026-05-21T00:11:06.187Z Compiling num-traits v0.2.19
4872026-05-21T00:11:06.467Z Compiling target-lexicon v0.13.3
4882026-05-21T00:11:06.550Z Compiling getrandom v0.3.4
4892026-05-21T00:11:06.913Z Compiling zerocopy v0.8.48
4902026-05-21T00:11:06.924Z Compiling object v0.37.3
4912026-05-21T00:11:07.196Z Compiling http-body v1.0.1
4922026-05-21T00:11:07.260Z Compiling rustls-pki-types v1.14.1
4932026-05-21T00:11:07.342Z Compiling form_urlencoded v1.2.2
4942026-05-21T00:11:07.355Z Compiling semver v1.0.28
4952026-05-21T00:11:07.448Z Compiling getrandom v0.2.17
4962026-05-21T00:11:07.537Z Compiling utf8_iter v1.0.4
4972026-05-21T00:11:07.595Z Compiling serde_derive v1.0.228
4982026-05-21T00:11:07.613Z Compiling tokio-macros v2.7.0
4992026-05-21T00:11:07.642Z Compiling futures-macro v0.3.32
5002026-05-21T00:11:07.707Z Compiling tracing-attributes v0.1.31
5012026-05-21T00:11:07.796Z Compiling idna_adapter v1.0.0
5022026-05-21T00:11:07.900Z Compiling untrusted v0.9.0
5032026-05-21T00:11:08.032Z Compiling signal-hook v0.3.18
5042026-05-21T00:11:08.035Z Compiling thiserror v2.0.18
5052026-05-21T00:11:08.137Z Compiling owo-colors v4.3.0
5062026-05-21T00:11:08.258Z Compiling httparse v1.10.1
5072026-05-21T00:11:08.383Z Compiling tokio v1.52.3
5082026-05-21T00:11:08.397Z Compiling fnv v1.0.7
5092026-05-21T00:11:08.466Z Compiling gimli v0.32.3
5102026-05-21T00:11:08.469Z Compiling futures-util v0.3.32
5112026-05-21T00:11:08.496Z Compiling guppy-workspace-hack v0.1.0
5122026-05-21T00:11:08.752Z Compiling idna v1.1.0
5132026-05-21T00:11:08.884Z Compiling thiserror-impl v2.0.18
5142026-05-21T00:11:08.918Z Compiling tracing v0.1.44
5152026-05-21T00:11:10.401Z Compiling addr2line v0.25.1
5162026-05-21T00:11:11.081Z Compiling generic-array v0.14.7
5172026-05-21T00:11:11.094Z Compiling try-lock v0.2.5
5182026-05-21T00:11:11.206Z Compiling pkg-config v0.3.33
5192026-05-21T00:11:11.319Z Compiling fastrand v2.4.1
5202026-05-21T00:11:11.554Z Compiling thiserror v1.0.69
5212026-05-21T00:11:11.583Z Compiling target-spec v3.6.0
5222026-05-21T00:11:11.646Z Compiling rustls v0.23.40
5232026-05-21T00:11:11.658Z Compiling atomic-waker v1.1.2
5242026-05-21T00:11:11.796Z Compiling typeid v1.0.3
5252026-05-21T00:11:11.869Z Compiling tower-service v0.3.3
5262026-05-21T00:11:11.872Z Compiling rustc-demangle v0.1.27
5272026-05-21T00:11:11.980Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5282026-05-21T00:11:12.063Z Compiling tempfile v3.27.0
5292026-05-21T00:11:12.177Z Compiling cfg-expr v0.20.7
5302026-05-21T00:11:12.240Z Compiling tokio-util v0.7.18
5312026-05-21T00:11:12.395Z Compiling want v0.3.1
5322026-05-21T00:11:12.697Z Compiling url v2.5.8
5332026-05-21T00:11:12.860Z Compiling backtrace v0.3.76
5342026-05-21T00:11:12.963Z Compiling h2 v0.4.14
5352026-05-21T00:11:13.571Z Compiling thiserror-impl v1.0.69
5362026-05-21T00:11:13.834Z Compiling terminal_size v0.4.4
5372026-05-21T00:11:14.000Z Compiling aho-corasick v1.1.4
5382026-05-21T00:11:14.245Z Compiling erased-serde v0.4.10
5392026-05-21T00:11:14.548Z Compiling typenum v1.20.0
5402026-05-21T00:11:14.716Z Compiling regex-syntax v0.8.10
5412026-05-21T00:11:15.135Z Compiling subtle v2.6.1
5422026-05-21T00:11:15.219Z Compiling winnow v0.7.15
5432026-05-21T00:11:15.303Z Compiling rustls-webpki v0.103.13
5442026-05-21T00:11:17.115Z Compiling regex-automata v0.4.14
5452026-05-21T00:11:17.901Z Compiling hyper v1.9.0
5462026-05-21T00:11:19.484Z Compiling toml_datetime v0.6.11
5472026-05-21T00:11:19.851Z Compiling serde_spanned v0.6.9
5482026-05-21T00:11:20.018Z Compiling ahash v0.8.12
5492026-05-21T00:11:20.279Z Compiling sync_wrapper v1.0.2
5502026-05-21T00:11:20.395Z Compiling tower-layer v0.3.3
5512026-05-21T00:11:20.601Z Compiling foldhash v0.1.5
5522026-05-21T00:11:20.817Z Compiling nextest-workspace-hack v0.1.0
5532026-05-21T00:11:21.049Z Compiling crc32fast v1.5.0
5542026-05-21T00:11:21.140Z Compiling portable-atomic v1.13.1
5552026-05-21T00:11:21.357Z Compiling parking_lot_core v0.9.12
5562026-05-21T00:11:21.496Z Compiling toml_write v0.1.2
5572026-05-21T00:11:21.603Z Compiling lazy_static v1.5.0
5582026-05-21T00:11:21.636Z Compiling base64 v0.22.1
5592026-05-21T00:11:21.708Z Compiling unicode-linebreak v0.1.5
5602026-05-21T00:11:21.735Z Compiling either v1.16.0
5612026-05-21T00:11:21.842Z Compiling unicode-segmentation v1.13.2
5622026-05-21T00:11:21.961Z Compiling is_ci v1.2.0
5632026-05-21T00:11:21.980Z Compiling ipnet v2.12.0
5642026-05-21T00:11:22.117Z Compiling supports-color v3.0.2
5652026-05-21T00:11:22.131Z Compiling textwrap v0.16.2
5662026-05-21T00:11:22.231Z Compiling convert_case v0.10.0
5672026-05-21T00:11:22.352Z Compiling hyper-util v0.1.20
5682026-05-21T00:11:22.414Z Compiling sharded-slab v0.1.7
5692026-05-21T00:11:22.490Z Compiling toml_edit v0.22.27
5702026-05-21T00:11:23.141Z Compiling hashbrown v0.15.5
5712026-05-21T00:11:23.182Z Compiling tokio-rustls v0.26.4
5722026-05-21T00:11:23.462Z Compiling tower v0.5.3
5732026-05-21T00:11:23.766Z Compiling backtrace-ext v0.2.1
5742026-05-21T00:11:24.032Z Compiling ordered-float v2.10.1
5752026-05-21T00:11:24.045Z Compiling miette-derive v7.6.0
5762026-05-21T00:11:24.151Z Compiling webpki-roots v1.0.7
5772026-05-21T00:11:24.271Z Compiling pathdiff v0.2.3
5782026-05-21T00:11:24.306Z Compiling console v0.15.11
5792026-05-21T00:11:24.398Z Compiling cargo-platform v0.3.3
5802026-05-21T00:11:24.955Z Compiling tracing-log v0.2.0
5812026-05-21T00:11:24.967Z Compiling os_pipe v1.2.3
5822026-05-21T00:11:25.129Z Compiling thread_local v1.1.9
5832026-05-21T00:11:25.144Z Compiling cfg_aliases v0.2.1
5842026-05-21T00:11:25.216Z Compiling rustix v0.38.44
5852026-05-21T00:11:25.309Z Compiling supports-unicode v3.0.0
5862026-05-21T00:11:25.479Z Compiling supports-hyperlinks v3.2.0
5872026-05-21T00:11:25.482Z Compiling zstd-safe v7.2.4
5882026-05-21T00:11:25.609Z Compiling ryu v1.0.23
5892026-05-21T00:11:25.692Z Compiling winnow v1.0.3
5902026-05-21T00:11:25.736Z Compiling scopeguard v1.2.0
5912026-05-21T00:11:25.878Z Compiling pulldown-cmark v0.13.4
5922026-05-21T00:11:25.898Z Compiling unicode-width v0.1.14
5932026-05-21T00:11:25.940Z Compiling utf8parse v0.2.2
5942026-05-21T00:11:26.053Z Compiling debug-ignore v1.0.5
5952026-05-21T00:11:26.108Z Compiling fixedbitset v0.5.7
5962026-05-21T00:11:26.164Z Compiling miette v7.6.0
5972026-05-21T00:11:26.214Z Compiling anstyle-parse v1.0.0
5982026-05-21T00:11:26.437Z Compiling petgraph v0.8.3
5992026-05-21T00:11:26.663Z Compiling lock_api v0.4.14
6002026-05-21T00:11:26.910Z Compiling toml_parser v1.1.2+spec-1.1.0
6012026-05-21T00:11:27.118Z Compiling serde_urlencoded v0.7.1
6022026-05-21T00:11:27.491Z Compiling tracing-subscriber v0.3.23
6032026-05-21T00:11:28.218Z Compiling nix v0.30.1
6042026-05-21T00:11:28.230Z Compiling sigchld v0.2.4
6052026-05-21T00:11:28.394Z Compiling cargo_metadata v0.23.1
6062026-05-21T00:11:28.420Z Compiling serde-value v0.7.0
6072026-05-21T00:11:28.612Z Compiling hyper-rustls v0.27.9
6082026-05-21T00:11:29.166Z Compiling toml v0.8.23
6092026-05-21T00:11:29.284Z Compiling serde-untagged v0.1.9
6102026-05-21T00:11:29.649Z Compiling tower-http v0.6.11
6112026-05-21T00:11:30.734Z Compiling derive_more-impl v2.1.1
6122026-05-21T00:11:31.037Z Compiling itertools v0.14.0
6132026-05-21T00:11:31.193Z Compiling regex v1.12.3
6142026-05-21T00:11:31.563Z Compiling block-buffer v0.10.4
6152026-05-21T00:11:31.719Z Compiling crypto-common v0.1.7
6162026-05-21T00:11:31.781Z Compiling ppv-lite86 v0.2.21
6172026-05-21T00:11:31.854Z Compiling rand_core v0.9.5
6182026-05-21T00:11:31.982Z Compiling futures-executor v0.3.32
6192026-05-21T00:11:32.106Z Compiling pin-project-internal v1.1.13
6202026-05-21T00:11:32.133Z Compiling http-body-util v0.1.3
6212026-05-21T00:11:32.398Z Compiling uuid v1.23.1
6222026-05-21T00:11:32.497Z Compiling toml_datetime v1.1.1+spec-1.1.0
6232026-05-21T00:11:32.515Z Compiling serde_spanned v1.1.1
6242026-05-21T00:11:32.592Z Compiling smol_str v0.3.6
6252026-05-21T00:11:32.653Z Compiling filetime v0.2.29
6262026-05-21T00:11:32.864Z Compiling vte v0.14.1
6272026-05-21T00:11:32.901Z Compiling bstr v1.12.1
6282026-05-21T00:11:32.922Z Compiling unicode-xid v0.2.6
6292026-05-21T00:11:32.927Z Compiling is_terminal_polyfill v1.70.2
6302026-05-21T00:11:33.028Z Compiling iana-time-zone v0.1.65
6312026-05-21T00:11:33.057Z Compiling nested v0.1.1
6322026-05-21T00:11:33.073Z Compiling number_prefix v0.4.0
6332026-05-21T00:11:33.245Z Compiling anstyle-query v1.1.5
6342026-05-21T00:11:33.276Z Compiling unicase v2.9.0
6352026-05-21T00:11:33.372Z Compiling self_update v0.42.0
6362026-05-21T00:11:33.478Z Compiling colorchoice v1.0.5
6372026-05-21T00:11:33.538Z Compiling eyre v0.6.12
6382026-05-21T00:11:33.550Z Compiling tinyvec_macros v0.1.1
6392026-05-21T00:11:33.595Z Compiling litrs v1.0.0
6402026-05-21T00:11:33.595Z Compiling static_assertions v1.1.0
6412026-05-21T00:11:33.620Z Compiling color-spantrace v0.3.0
6422026-05-21T00:11:33.622Z Compiling anstyle v1.0.14
6432026-05-21T00:11:33.677Z Compiling xattr v1.6.1
6442026-05-21T00:11:33.730Z Compiling guppy v0.17.25
6452026-05-21T00:11:33.870Z Compiling anstream v1.0.0
6462026-05-21T00:11:33.888Z Compiling tar v0.4.46
6472026-05-21T00:11:33.984Z Compiling tinyvec v1.11.0
6482026-05-21T00:11:34.028Z Compiling document-features v0.2.12
6492026-05-21T00:11:34.370Z Compiling globset v0.4.18
6502026-05-21T00:11:34.398Z Compiling indicatif v0.17.11
6512026-05-21T00:11:34.582Z Compiling chrono v0.4.44
6522026-05-21T00:11:35.234Z Compiling pin-project v1.1.13
6532026-05-21T00:11:35.338Z Compiling cargo-util-schemas v0.2.0
6542026-05-21T00:11:36.390Z Compiling strip-ansi-escapes v0.2.1
6552026-05-21T00:11:36.609Z Compiling nextest-metadata v0.12.2
6562026-05-21T00:11:36.866Z Compiling toml v1.1.2+spec-1.1.0
6572026-05-21T00:11:37.497Z Compiling newtype-uuid v1.3.2
6582026-05-21T00:11:37.558Z Compiling reqwest v0.12.28
6592026-05-21T00:11:37.686Z Compiling futures v0.3.32
6602026-05-21T00:11:37.755Z Compiling rand_chacha v0.9.0
6612026-05-21T00:11:37.772Z Compiling digest v0.10.7
6622026-05-21T00:11:37.937Z Compiling derive_more v2.1.1
6632026-05-21T00:11:37.992Z Compiling parking_lot v0.12.5
6642026-05-21T00:11:38.018Z Compiling flate2 v1.1.9
6652026-05-21T00:11:38.328Z Compiling tracing-error v0.2.1
6662026-05-21T00:11:38.556Z Compiling shared_child v1.1.1
6672026-05-21T00:11:38.899Z Compiling signal-hook-mio v0.2.5
6682026-05-21T00:11:39.029Z Compiling self-replace v1.5.0
6692026-05-21T00:11:39.213Z Compiling cargo-platform v0.2.0
6702026-05-21T00:11:39.331Z Compiling quick-xml v0.38.4
6712026-05-21T00:11:39.761Z Compiling quick-xml v0.37.5
6722026-05-21T00:11:39.844Z Compiling urlencoding v2.1.3
6732026-05-21T00:11:40.061Z Compiling humantime v2.3.0
6742026-05-21T00:11:40.301Z Compiling recursion v0.5.4
6752026-05-21T00:11:40.440Z Compiling indenter v0.3.4
6762026-05-21T00:11:40.567Z Compiling clap_lex v1.1.0
6772026-05-21T00:11:40.751Z Compiling cpufeatures v0.2.17
6782026-05-21T00:11:40.830Z Compiling heck v0.5.0
6792026-05-21T00:11:40.936Z Compiling shell-words v1.1.1
6802026-05-21T00:11:40.962Z Compiling strsim v0.11.1
6812026-05-21T00:11:41.029Z Compiling clap_derive v4.6.1
6822026-05-21T00:11:41.180Z Compiling clap_builder v4.6.0
6832026-05-21T00:11:41.268Z Compiling sha2 v0.10.9
6842026-05-21T00:11:41.784Z Compiling nextest-filtering v0.15.0
6852026-05-21T00:11:42.481Z Compiling humantime-serde v1.1.1
6862026-05-21T00:11:42.639Z Compiling quick-junit v0.5.2
6872026-05-21T00:11:42.803Z Compiling cargo_metadata v0.20.0
6882026-05-21T00:11:45.686Z Compiling atomicwrites v0.4.4
6892026-05-21T00:11:45.712Z Compiling cargo-nextest v0.9.97
6902026-05-21T00:11:45.970Z Compiling crossterm v0.29.0
6912026-05-21T00:11:46.025Z Compiling duct v0.13.7
6922026-05-21T00:11:47.781Z Compiling rand v0.9.4
6932026-05-21T00:11:47.878Z Compiling zstd v0.13.3
6942026-05-21T00:11:47.911Z Compiling async-scoped v0.9.0
6952026-05-21T00:11:48.104Z Compiling config v0.15.23
6962026-05-21T00:11:48.303Z Compiling unicode-normalization v0.1.25
6972026-05-21T00:11:48.525Z Compiling target-spec-miette v0.4.6
6982026-05-21T00:11:48.566Z Compiling future-queue v0.4.0
6992026-05-21T00:11:48.695Z Compiling mukti-metadata v0.3.0
7002026-05-21T00:11:48.849Z Compiling camino-tempfile v1.4.1
7012026-05-21T00:11:48.885Z Compiling tokio-stream v0.1.18
7022026-05-21T00:11:48.921Z Compiling derive-where v1.6.1
7032026-05-21T00:11:49.180Z Compiling serde_path_to_error v0.1.20
7042026-05-21T00:11:49.183Z Compiling serde_ignored v0.1.14
7052026-05-21T00:11:49.272Z Compiling hex v0.4.3
7062026-05-21T00:11:49.404Z Compiling indent_write v2.2.0
7072026-05-21T00:11:49.417Z Compiling swrite v0.1.0
7082026-05-21T00:11:49.551Z Compiling home v0.5.12
7092026-05-21T00:11:49.564Z Compiling xxhash-rust v0.8.15
7102026-05-21T00:11:49.623Z Compiling color-eyre v0.6.5
7112026-05-21T00:11:49.659Z Compiling clap v4.6.1
7122026-05-21T00:11:49.715Z Compiling dialoguer v0.11.0
7132026-05-21T00:11:49.736Z Compiling enable-ansi-support v0.2.1
7142026-05-21T00:11:50.146Z Compiling nextest-runner v0.80.0
7152026-05-21T00:12:08.114Z Finished `release` profile [optimized] target(s) in 1m 09s
7162026-05-21T00:12:08.298Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-05-21T00:12:08.302Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-05-21T00:12:08.448Z+ source .github/buildomat/test-common.sh
7192026-05-21T00:12:08.455Z++ NEXTEST_VERSION=0.9.97
7202026-05-21T00:12:08.455Z++ PLATFORM=illumos
7212026-05-21T00:12:08.455Z++ banner install
7222026-05-21T00:12:08.455Z
7232026-05-21T00:12:08.455Z # # # #### ##### ## # #
7242026-05-21T00:12:08.455Z # ## # # # # # # #
7252026-05-21T00:12:08.455Z # # # # #### # # # # #
7262026-05-21T00:12:08.455Z # # # # # # ###### # #
7272026-05-21T00:12:08.455Z # # ## # # # # # # #
7282026-05-21T00:12:08.455Z # # # #### # # # ###### ######
7292026-05-21T00:12:08.455Z
7302026-05-21T00:12:08.455Z++ set +o errexit
7312026-05-21T00:12:08.455Z++ pkg info clang-15
7322026-05-21T00:12:08.455Z++ grep -qi installed
7332026-05-21T00:12:10.155Zpkg: info: no packages matching the following patterns you specified are
7342026-05-21T00:12:10.155Zinstalled on the system. Try querying remotely instead:
7352026-05-21T00:12:10.155Z
7362026-05-21T00:12:10.155Z clang-15
7372026-05-21T00:12:10.194Z++ [[ 1 != 0 ]]
7382026-05-21T00:12:10.194Z++ set -o errexit
7392026-05-21T00:12:10.194Z++ pfexec pkg install clang-15
7402026-05-21T00:12:16.851Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-05-21T00:12:24.759Z Startup: Caching catalogs ... Done
7422026-05-21T00:12:32.038ZPlanning: Solver setup ... Done
7432026-05-21T00:12:32.069ZPlanning: Running solver ... Done
7442026-05-21T00:12:32.221ZPlanning: Finding local manifests ... Done
7452026-05-21T00:12:32.639ZPlanning: Fetching manifests: 0/2 0% complete
7462026-05-21T00:12:32.726ZPlanning: Fetching manifests: 2/2 100% complete
7472026-05-21T00:12:32.755ZPlanning: Package planning ... Done
7482026-05-21T00:12:32.781ZPlanning: Merging actions ... Done
7492026-05-21T00:12:32.913ZPlanning: Checking for conflicting actions ... Done
7502026-05-21T00:12:32.919ZPlanning: Consolidating action changes ... Done
7512026-05-21T00:12:33.822ZPlanning: Evaluating mediators ... Done
7522026-05-21T00:12:33.826ZPlanning: Planning completed in 8.89 seconds
7532026-05-21T00:12:33.836Z Packages to install: 2
7542026-05-21T00:12:33.837Z Mediators to change: 2
7552026-05-21T00:12:33.839Z Services to change: 1
7562026-05-21T00:12:33.840Z Create boot environment: No
7572026-05-21T00:12:33.840ZCreate backup boot environment: No
7582026-05-21T00:12:33.889Z
7592026-05-21T00:12:33.889ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-05-21T00:12:38.890ZDownload: 2011/3076 items 117.9/211.3MB 55% complete (23.8M/s)
7612026-05-21T00:12:41.218ZDownload: Completed 211.31 MB in 7.33 seconds (28.8M/s)
7622026-05-21T00:12:41.632Z Actions: 1/3418 actions (Installing new actions)
7632026-05-21T00:12:44.845Z Actions: Completed 3418 actions in 3.21 seconds.
7642026-05-21T00:12:45.508Z Done
7652026-05-21T00:12:45.508Z Done
7662026-05-21T00:12:46.256Z Done
7672026-05-21T00:12:49.905Z Done
7682026-05-21T00:12:49.977Z Done
7692026-05-21T00:12:49.980Z Done
7702026-05-21T00:12:50.169Z Done
7712026-05-21T00:12:50.866Z++ set -o errexit
7722026-05-21T00:12:50.866Z++ cargo --version
7732026-05-21T00:12:50.881Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7742026-05-21T00:12:50.884Z++ rustc --version
7752026-05-21T00:12:50.905Zrustc 1.95.0 (59807616e 2026-04-14)
7762026-05-21T00:12:50.908Z++ cargo install cargo-nextest --version 0.9.97
7772026-05-21T00:12:50.959Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7782026-05-21T00:12:50.962Z+ pushd rdb
7792026-05-21T00:12:50.962Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7802026-05-21T00:12:50.962Z+ PROPTEST_CASES=1000000
7812026-05-21T00:12:50.962Z+ cargo nextest run --lib proptest
7822026-05-21T00:12:51.120Z Updating git repository `https://github.com/oxidecomputer/falcon`
7832026-05-21T00:12:51.770ZFrom https://github.com/oxidecomputer/falcon
7842026-05-21T00:12:51.770Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7852026-05-21T00:12:51.846Z Updating crates.io index
7862026-05-21T00:12:51.849Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7872026-05-21T00:12:52.561ZFrom https://github.com/oxidecomputer/dendrite
7882026-05-21T00:12:52.561Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7892026-05-21T00:12:52.629Z Updating git repository `https://github.com/oxidecomputer/ispf`
7902026-05-21T00:12:52.916ZFrom https://github.com/oxidecomputer/ispf
7912026-05-21T00:12:52.916Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7922026-05-21T00:12:52.936Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7932026-05-21T00:12:53.280ZFrom https://github.com/oxidecomputer/netadm-sys
7942026-05-21T00:12:53.280Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7952026-05-21T00:12:53.288Z Updating git repository `https://github.com/oxidecomputer/omicron`
7962026-05-21T00:13:00.795ZFrom https://github.com/oxidecomputer/omicron
7972026-05-21T00:13:00.796Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
7982026-05-21T00:13:01.203Z Updating git repository `https://github.com/oxidecomputer/opte`
7992026-05-21T00:13:01.839ZFrom https://github.com/oxidecomputer/opte
8002026-05-21T00:13:01.839Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
8012026-05-21T00:13:02.061Z Updating git repository `https://github.com/illumos/smf-rs`
8022026-05-21T00:13:02.319ZFrom https://github.com/illumos/smf-rs
8032026-05-21T00:13:02.319Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8042026-05-21T00:13:02.328Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8052026-05-21T00:13:02.564ZFrom https://github.com/oxidecomputer/network-interface
8062026-05-21T00:13:02.565Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8072026-05-21T00:13:02.684Z Updating git repository `https://github.com/oxidecomputer/zone`
8082026-05-21T00:13:02.942ZFrom https://github.com/oxidecomputer/zone
8092026-05-21T00:13:02.942Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8102026-05-21T00:13:03.074Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112026-05-21T00:13:03.706ZFrom https://github.com/oxidecomputer/propolis
8122026-05-21T00:13:03.706Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8132026-05-21T00:13:03.845Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8142026-05-21T00:13:04.353ZFrom https://github.com/oxidecomputer/transceiver-control
8152026-05-21T00:13:04.353Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8162026-05-21T00:13:04.366Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8172026-05-21T00:13:04.623ZFrom https://github.com/oxidecomputer/dlpi-sys
8182026-05-21T00:13:04.623Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8192026-05-21T00:13:04.636Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8202026-05-21T00:13:04.901ZFrom https://github.com/jmesmon/rust-libzfs
8212026-05-21T00:13:04.901Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8222026-05-21T00:13:04.912Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8232026-05-21T00:13:05.160ZFrom https://github.com/oxidecomputer/rusty-doors
8242026-05-21T00:13:05.160Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8252026-05-21T00:13:05.170Z Updating git repository `https://github.com/oxidecomputer/lldp`
8262026-05-21T00:13:05.495ZFrom https://github.com/oxidecomputer/lldp
8272026-05-21T00:13:05.495Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8282026-05-21T00:13:05.540Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8292026-05-21T00:13:05.820ZFrom https://github.com/oxidecomputer/slog-error-chain
8302026-05-21T00:13:05.820Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8312026-05-21T00:13:05.974Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8322026-05-21T00:13:06.307ZFrom https://github.com/oxidecomputer/tufaceous
8332026-05-21T00:13:06.308Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8342026-05-21T00:13:06.329Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8352026-05-21T00:13:06.780ZFrom https://github.com/oxidecomputer/management-gateway-service
8362026-05-21T00:13:06.780Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8372026-05-21T00:13:06.831Z Updating git repository `https://github.com/oxidecomputer/crucible`
8382026-05-21T00:13:07.849ZFrom https://github.com/oxidecomputer/crucible
8392026-05-21T00:13:07.849Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8402026-05-21T00:13:07.941Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8412026-05-21T00:13:08.195ZFrom https://github.com/oxidecomputer/serde_human_bytes
8422026-05-21T00:13:08.195Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8432026-05-21T00:13:08.367Z Updating git repository `https://github.com/oxidecomputer/propolis`
8442026-05-21T00:13:08.763ZFrom https://github.com/oxidecomputer/propolis
8452026-05-21T00:13:08.763Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8462026-05-21T00:13:09.115Z Updating git repository `https://github.com/oxidecomputer/opte`
8472026-05-21T00:13:09.404ZFrom https://github.com/oxidecomputer/opte
8482026-05-21T00:13:09.404Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
8492026-05-21T00:13:09.434Z Updating git repository `https://github.com/oxidecomputer/tofino`
8502026-05-21T00:13:09.750ZFrom https://github.com/oxidecomputer/tofino
8512026-05-21T00:13:09.750Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8522026-05-21T00:13:09.792Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532026-05-21T00:13:10.689ZFrom https://github.com/oxidecomputer/maghemite
8542026-05-21T00:13:10.689Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8552026-05-21T00:13:10.759Z Updating git repository `https://github.com/oxidecomputer/clickward`
8562026-05-21T00:13:11.039ZFrom https://github.com/oxidecomputer/clickward
8572026-05-21T00:13:11.040Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8582026-05-21T00:13:11.049Z Updating git repository `https://github.com/oxidecomputer/crucible`
8592026-05-21T00:13:11.399ZFrom https://github.com/oxidecomputer/crucible
8602026-05-21T00:13:11.399Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8612026-05-21T00:13:11.589Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8622026-05-21T00:13:11.841ZFrom https://github.com/oxidecomputer/illumos-devinfo
8632026-05-21T00:13:11.841Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8642026-05-21T00:13:13.600Z Locking 3 packages to latest compatible versions
8652026-05-21T00:13:13.600Z Updating drift v0.1.4 -> v0.2.0
8662026-05-21T00:13:13.600Z Updating dropshot-api-manager v0.7.1 -> v0.7.2
8672026-05-21T00:13:13.603Z Updating dropshot-api-manager-types v0.7.1 -> v0.7.2
8682026-05-21T00:13:13.633Z Downloading crates ...
8692026-05-21T00:13:13.747Z Downloaded defmt-parser v1.0.0
8702026-05-21T00:13:13.750Z Downloaded erased-serde v0.3.31
8712026-05-21T00:13:13.753Z Downloaded float-ord v0.3.2
8722026-05-21T00:13:13.753Z Downloaded cpufeatures v0.3.0
8732026-05-21T00:13:13.756Z Downloaded memmap v0.7.0
8742026-05-21T00:13:13.756Z Downloaded libsw-core v0.3.2
8752026-05-21T00:13:13.759Z Downloaded base16ct v1.0.0
8762026-05-21T00:13:13.759Z Downloaded async-recursion v1.1.1
8772026-05-21T00:13:13.763Z Downloaded ipnetwork v0.21.1
8782026-05-21T00:13:13.767Z Downloaded anyhow v1.0.102
8792026-05-21T00:13:13.770Z Downloaded git-stub v1.0.0
8802026-05-21T00:13:13.771Z Downloaded gethostname v0.5.0
8812026-05-21T00:13:13.774Z Downloaded displaydoc v0.2.5
8822026-05-21T00:13:13.774Z Downloaded goblin v0.8.2
8832026-05-21T00:13:13.777Z Downloaded bs58 v0.5.1
8842026-05-21T00:13:13.780Z Downloaded half v2.7.1
8852026-05-21T00:13:13.785Z Downloaded keccak v0.1.6
8862026-05-21T00:13:13.797Z Downloaded group v0.13.0
8872026-05-21T00:13:13.805Z Downloaded hubpack v0.1.2
8882026-05-21T00:13:13.810Z Downloaded hostname v0.4.2
8892026-05-21T00:13:13.810Z Downloaded managed v0.8.0
8902026-05-21T00:13:13.813Z Downloaded hash32 v0.3.1
8912026-05-21T00:13:13.813Z Downloaded idna_adapter v1.2.2
8922026-05-21T00:13:13.816Z Downloaded nix v0.31.3
8932026-05-21T00:13:13.822Z Downloaded macaddr v1.0.1
8942026-05-21T00:13:13.825Z Downloaded libsw v3.5.0
8952026-05-21T00:13:13.828Z Downloaded httpdate v1.0.3
8962026-05-21T00:13:13.828Z Downloaded fixedbitset v0.4.2
8972026-05-21T00:13:13.830Z Downloaded foreign-types v0.5.0
8982026-05-21T00:13:13.830Z Downloaded inout v0.1.4
8992026-05-21T00:13:13.833Z Downloaded heck v0.4.1
9002026-05-21T00:13:13.833Z Downloaded konst_macro_rules v0.2.19
9012026-05-21T00:13:13.837Z Downloaded newtype_derive v0.1.6
9022026-05-21T00:13:13.837Z Downloaded match_cfg v0.1.0
9032026-05-21T00:13:13.840Z Downloaded natord v1.0.9
9042026-05-21T00:13:13.840Z Downloaded hostname v0.3.1
9052026-05-21T00:13:13.843Z Downloaded instant v0.1.13
9062026-05-21T00:13:13.843Z Downloaded highway v1.3.0
9072026-05-21T00:13:13.846Z Downloaded dropshot-api-manager-types v0.7.2
9082026-05-21T00:13:13.846Z Downloaded defmt v0.3.100
9092026-05-21T00:13:13.849Z Downloaded darling_macro v0.23.0
9102026-05-21T00:13:13.852Z Downloaded dof v0.4.0
9112026-05-21T00:13:13.852Z Downloaded num-iter v0.1.45
9122026-05-21T00:13:13.855Z Downloaded newline-converter v0.3.0
9132026-05-21T00:13:13.855Z Downloaded linked-hash-map v0.5.6
9142026-05-21T00:13:13.859Z Downloaded is-terminal v0.4.17
9152026-05-21T00:13:13.862Z Downloaded memoffset v0.9.1
9162026-05-21T00:13:13.862Z Downloaded hubpack_derive v0.1.1
9172026-05-21T00:13:13.865Z Downloaded foreign-types-shared v0.3.1
9182026-05-21T00:13:13.865Z Downloaded cstr-argument v0.1.2
9192026-05-21T00:13:13.865Z Downloaded const-random-macro v0.1.16
9202026-05-21T00:13:13.868Z Downloaded embedded-io v0.6.1
9212026-05-21T00:13:13.868Z Downloaded num-conv v0.2.1
9222026-05-21T00:13:13.871Z Downloaded internet-checksum v0.2.1
9232026-05-21T00:13:13.871Z Downloaded dtrace-parser v0.2.0
9242026-05-21T00:13:13.874Z Downloaded const-random v0.1.18
9252026-05-21T00:13:13.874Z Downloaded darling_macro v0.21.3
9262026-05-21T00:13:13.874Z Downloaded mime v0.3.17
9272026-05-21T00:13:13.877Z Downloaded num-derive v0.4.2
9282026-05-21T00:13:13.877Z Downloaded no-std-compat v0.4.1
9292026-05-21T00:13:13.880Z Downloaded fxhash v0.2.1
9302026-05-21T00:13:13.880Z Downloaded async-stream-impl v0.3.6
9312026-05-21T00:13:13.880Z Downloaded libscf-sys v1.2.0
9322026-05-21T00:13:13.883Z Downloaded foreign-types-macros v0.2.3
9332026-05-21T00:13:13.883Z Downloaded glob v0.3.3
9342026-05-21T00:13:13.886Z Downloaded num v0.4.3
9352026-05-21T00:13:13.886Z Downloaded git-stub-vcs v0.1.0
9362026-05-21T00:13:13.889Z Downloaded fs-err v3.3.0
9372026-05-21T00:13:13.889Z Downloaded either v1.15.0
9382026-05-21T00:13:13.892Z Downloaded olpc-cjson v0.1.4
9392026-05-21T00:13:13.895Z Downloaded ingot-macros v0.1.1
9402026-05-21T00:13:13.895Z Downloaded newtype-uuid-macros v0.1.0
9412026-05-21T00:13:13.900Z Downloaded ciborium-ll v0.2.2
9422026-05-21T00:13:13.903Z Downloaded lru-cache v0.1.2
9432026-05-21T00:13:13.903Z Downloaded ident_case v1.0.1
9442026-05-21T00:13:13.907Z Downloaded opaque-debug v0.3.1
9452026-05-21T00:13:13.907Z Downloaded omicron-workspace-hack v0.1.0
9462026-05-21T00:13:13.907Z Downloaded crucible-workspace-hack v0.1.0
9472026-05-21T00:13:13.910Z Downloaded parse-display v0.10.0
9482026-05-21T00:13:13.910Z Downloaded aead v0.5.2
9492026-05-21T00:13:13.913Z Downloaded compression-core v0.4.32
9502026-05-21T00:13:13.913Z Downloaded parking_lot_core v0.8.6
9512026-05-21T00:13:13.916Z Downloaded password-hash v0.5.0
9522026-05-21T00:13:13.916Z Downloaded dof v0.3.0
9532026-05-21T00:13:13.920Z Downloaded num_threads v0.1.7
9542026-05-21T00:13:13.920Z Downloaded embedded-io v0.4.0
9552026-05-21T00:13:13.923Z Downloaded multer v3.1.0
9562026-05-21T00:13:13.923Z Downloaded linear-map v1.2.0
9572026-05-21T00:13:13.926Z Downloaded ingot-types v0.1.2
9582026-05-21T00:13:13.926Z Downloaded ingot v0.1.1
9592026-05-21T00:13:13.926Z Downloaded dyn-clone v1.0.20
9602026-05-21T00:13:13.929Z Downloaded num_enum v0.7.6
9612026-05-21T00:13:13.932Z Downloaded pretty-hex v0.4.2
9622026-05-21T00:13:13.932Z Downloaded num-rational v0.4.2
9632026-05-21T00:13:13.937Z Downloaded crossbeam-deque v0.8.6
9642026-05-21T00:13:13.937Z Downloaded diff v0.1.13
9652026-05-21T00:13:13.985Z Downloaded powerfmt v0.2.0
9662026-05-21T00:13:13.985Z Downloaded arc-swap v1.9.1
9672026-05-21T00:13:13.985Z Downloaded darling v0.23.0
9682026-05-21T00:13:13.992Z Downloaded enum-as-inner v0.6.1
9692026-05-21T00:13:13.992Z Downloaded dtrace-parser v0.3.0
9702026-05-21T00:13:13.992Z Downloaded crc8 v0.1.1
9712026-05-21T00:13:13.992Z Downloaded const_format_proc_macros v0.2.34
9722026-05-21T00:13:13.992Z Downloaded base16ct v0.2.0
9732026-05-21T00:13:13.992Z Downloaded dropshot_endpoint v0.17.0
9742026-05-21T00:13:13.992Z Downloaded crunchy v0.2.4
9752026-05-21T00:13:13.992Z Downloaded daft-derive v0.1.7
9762026-05-21T00:13:13.992Z Downloaded proc-macro-crate v3.5.0
9772026-05-21T00:13:13.992Z Downloaded progenitor-client v0.11.2
9782026-05-21T00:13:13.992Z Downloaded proc-macro-error-attr2 v2.0.0
9792026-05-21T00:13:13.992Z Downloaded convert_case v0.4.0
9802026-05-21T00:13:13.993Z Downloaded ciborium-io v0.2.2
9812026-05-21T00:13:13.993Z Downloaded bit-set v0.8.0
9822026-05-21T00:13:13.993Z Downloaded num_enum_derive v0.5.11
9832026-05-21T00:13:13.993Z Downloaded icu_normalizer_data v2.2.0
9842026-05-21T00:13:13.993Z Downloaded num_enum v0.5.11
9852026-05-21T00:13:13.993Z Downloaded dunce v1.0.5
9862026-05-21T00:13:13.993Z Downloaded num-integer v0.1.46
9872026-05-21T00:13:13.993Z Downloaded fs_extra v1.3.0
9882026-05-21T00:13:13.993Z Downloaded progenitor-macro v0.11.2
9892026-05-21T00:13:13.993Z Downloaded phf_shared v0.12.1
9902026-05-21T00:13:13.993Z Downloaded progenitor-client v0.14.0
9912026-05-21T00:13:13.993Z Downloaded argon2 v0.5.3
9922026-05-21T00:13:13.993Z Downloaded critical-section v1.2.0
9932026-05-21T00:13:13.993Z Downloaded paste v1.0.15
9942026-05-21T00:13:13.993Z Downloaded litemap v0.8.2
9952026-05-21T00:13:13.993Z Downloaded ff v0.13.1
9962026-05-21T00:13:13.993Z Downloaded hashbrown v0.12.3
9972026-05-21T00:13:13.993Z Downloaded num_enum_derive v0.7.6
9982026-05-21T00:13:13.993Z Downloaded async-stream v0.3.6
9992026-05-21T00:13:13.993Z Downloaded hmac v0.12.1
10002026-05-21T00:13:13.999Z Downloaded arrayvec v0.7.6
10012026-05-21T00:13:13.999Z Downloaded progenitor-macro v0.13.0
10022026-05-21T00:13:13.999Z Downloaded parse-display-derive v0.10.0
10032026-05-21T00:13:13.999Z Downloaded arrayref v0.3.9
10042026-05-21T00:13:13.999Z Downloaded async-trait v0.1.89
10052026-05-21T00:13:13.999Z Downloaded rand_chacha v0.3.1
10062026-05-21T00:13:13.999Z Downloaded csv-core v0.1.13
10072026-05-21T00:13:14.002Z Downloaded colored v3.1.1
10082026-05-21T00:13:14.002Z Downloaded phf v0.12.1
10092026-05-21T00:13:14.002Z Downloaded ciborium v0.2.2
10102026-05-21T00:13:14.005Z Downloaded derive_more v0.99.20
10112026-05-21T00:13:14.005Z Downloaded poly1305 v0.8.0
10122026-05-21T00:13:14.008Z Downloaded icu_properties v2.2.0
10132026-05-21T00:13:14.011Z Downloaded defmt-macros v1.1.0
10142026-05-21T00:13:14.012Z Downloaded ref-cast-impl v1.0.25
10152026-05-21T00:13:14.015Z Downloaded rand_xorshift v0.4.0
10162026-05-21T00:13:14.015Z Downloaded progenitor-macro v0.14.0
10172026-05-21T00:13:14.015Z Downloaded rustc_version v0.1.7
10182026-05-21T00:13:14.015Z Downloaded progenitor-macro v0.10.0
10192026-05-21T00:13:14.015Z Downloaded foldhash v0.2.0
10202026-05-21T00:13:14.019Z Downloaded proc-macro-error v1.0.4
10212026-05-21T00:13:14.019Z Downloaded progenitor v0.13.0
10222026-05-21T00:13:14.022Z Downloaded backoff v0.4.0
10232026-05-21T00:13:14.022Z Downloaded progenitor v0.10.0
10242026-05-21T00:13:14.028Z Downloaded proc-macro-error2 v2.0.1
10252026-05-21T00:13:14.028Z Downloaded chacha20 v0.9.1
10262026-05-21T00:13:14.031Z Downloaded cancel-safe-futures v0.1.5
10272026-05-21T00:13:14.031Z Downloaded bitflags v1.3.2
10282026-05-21T00:13:14.031Z Downloaded parking_lot v0.11.2
10292026-05-21T00:13:14.036Z Downloaded pest_generator v2.8.6
10302026-05-21T00:13:14.036Z Downloaded progenitor-client v0.10.0
10312026-05-21T00:13:14.036Z Downloaded progenitor v0.14.0
10322026-05-21T00:13:14.039Z Downloaded scroll_derive v0.12.1
10332026-05-21T00:13:14.039Z Downloaded cookie v0.18.1
10342026-05-21T00:13:14.039Z Downloaded cargo_toml v0.22.3
10352026-05-21T00:13:14.039Z Downloaded byte-wrapper v0.1.0
10362026-05-21T00:13:14.042Z Downloaded ref-cast v1.0.25
10372026-05-21T00:13:14.042Z Downloaded omicron-zone-package v0.12.2
10382026-05-21T00:13:14.045Z Downloaded serial_test v3.4.0
10392026-05-21T00:13:14.045Z Downloaded serde_repr v0.1.20
10402026-05-21T00:13:14.048Z Downloaded progenitor-client v0.13.0
10412026-05-21T00:13:14.048Z Downloaded bit-vec v0.8.0
10422026-05-21T00:13:14.048Z Downloaded crossbeam-utils v0.8.21
10432026-05-21T00:13:14.051Z Downloaded progenitor-extras v0.2.0
10442026-05-21T00:13:14.051Z Downloaded derive-ex v0.1.8
10452026-05-21T00:13:14.053Z Downloaded progenitor v0.11.2
10462026-05-21T00:13:14.054Z Downloaded chacha20 v0.10.0
10472026-05-21T00:13:14.054Z Downloaded defmt v1.1.0
10482026-05-21T00:13:14.057Z Downloaded cipher v0.4.4
10492026-05-21T00:13:14.060Z Downloaded semver v0.1.20
10502026-05-21T00:13:14.060Z Downloaded secrecy v0.10.3
10512026-05-21T00:13:14.060Z Downloaded sha1 v0.10.6
10522026-05-21T00:13:14.060Z Downloaded serial_test_derive v3.4.0
10532026-05-21T00:13:14.064Z Downloaded drift v0.2.0
10542026-05-21T00:13:14.067Z Downloaded slog-bunyan v2.5.0
10552026-05-21T00:13:14.070Z Downloaded scroll_derive v0.13.1
10562026-05-21T00:13:14.071Z Downloaded indexmap v1.9.3
10572026-05-21T00:13:14.071Z Downloaded sigpipe v0.1.3
10582026-05-21T00:13:14.074Z Downloaded icu_provider v2.2.0
10592026-05-21T00:13:14.074Z Downloaded icu_normalizer v2.2.0
10602026-05-21T00:13:14.076Z Downloaded data-encoding v2.11.0
10612026-05-21T00:13:14.076Z Downloaded oxnet v0.1.5
10622026-05-21T00:13:14.080Z Downloaded oxide-tokio-rt v0.1.6
10632026-05-21T00:13:14.080Z Downloaded crossbeam-epoch v0.9.18
10642026-05-21T00:13:14.083Z Downloaded same-file v1.0.6
10652026-05-21T00:13:14.083Z Downloaded rustversion v1.0.22
10662026-05-21T00:13:14.083Z Downloaded slog-envlogger v2.2.0
10672026-05-21T00:13:14.087Z Downloaded strum v0.27.2
10682026-05-21T00:13:14.087Z Downloaded postcard v1.1.3
10692026-05-21T00:13:14.087Z Downloaded pest_derive v2.8.6
10702026-05-21T00:13:14.087Z Downloaded structmeta-derive v0.3.0
10712026-05-21T00:13:14.091Z Downloaded hickory-resolver v0.25.2
10722026-05-21T00:13:14.091Z Downloaded hickory-resolver v0.24.4
10732026-05-21T00:13:14.094Z Downloaded smawk v0.3.2
10742026-05-21T00:13:14.094Z Downloaded pem v3.0.6
10752026-05-21T00:13:14.094Z Downloaded scroll v0.13.0
10762026-05-21T00:13:14.097Z Downloaded memmap2 v0.9.10
10772026-05-21T00:13:14.097Z Downloaded plain v0.2.3
10782026-05-21T00:13:14.097Z Downloaded allocator-api2 v0.2.21
10792026-05-21T00:13:14.101Z Downloaded bytecount v0.6.9
10802026-05-21T00:13:14.101Z Downloaded serde_tokenstream v0.2.3
10812026-05-21T00:13:14.101Z Downloaded constant_time_eq v0.4.2
10822026-05-21T00:13:14.104Z Downloaded tabled_derive v0.11.0
10832026-05-21T00:13:14.104Z Downloaded siphasher v1.0.3
10842026-05-21T00:13:14.104Z Downloaded compression-codecs v0.4.38
10852026-05-21T00:13:14.107Z Downloaded termtree v0.5.1
10862026-05-21T00:13:14.107Z Downloaded rusty-fork v0.3.1
10872026-05-21T00:13:14.110Z Downloaded rand_core v0.10.1
10882026-05-21T00:13:14.110Z Downloaded cobs v0.3.0
10892026-05-21T00:13:14.110Z Downloaded tabwriter v1.4.1
10902026-05-21T00:13:14.110Z Downloaded darling v0.21.3
10912026-05-21T00:13:14.114Z Downloaded tagptr v0.2.0
10922026-05-21T00:13:14.116Z Downloaded papergrid v0.17.0
10932026-05-21T00:13:14.116Z Downloaded console v0.16.3
10942026-05-21T00:13:14.120Z Downloaded thread-id v5.1.0
10952026-05-21T00:13:14.120Z Downloaded stable_deref_trait v1.2.1
10962026-05-21T00:13:14.120Z Downloaded indicatif v0.18.4
10972026-05-21T00:13:14.124Z Downloaded testing_table v0.3.0
10982026-05-21T00:13:14.124Z Downloaded thiserror-impl-no-std v2.0.2
10992026-05-21T00:13:14.124Z Downloaded tabled_derive v0.7.0
11002026-05-21T00:13:14.127Z Downloaded strum v0.26.3
11012026-05-21T00:13:14.127Z Downloaded heapless v0.8.0
11022026-05-21T00:13:14.127Z Downloaded thread-id v4.2.2
11032026-05-21T00:13:14.127Z Downloaded take_mut v0.2.2
11042026-05-21T00:13:14.127Z Downloaded structmeta v0.3.0
11052026-05-21T00:13:14.130Z Downloaded topological-sort v0.2.2
11062026-05-21T00:13:14.130Z Downloaded sdd v3.0.10
11072026-05-21T00:13:14.130Z Downloaded cmake v0.1.58
11082026-05-21T00:13:14.133Z Downloaded backon v1.6.0
11092026-05-21T00:13:14.133Z Downloaded scroll v0.12.0
11102026-05-21T00:13:14.133Z Downloaded quick-error v1.2.3
11112026-05-21T00:13:14.137Z Downloaded byteorder v1.5.0
11122026-05-21T00:13:14.137Z Downloaded serde_plain v1.0.2
11132026-05-21T00:13:14.137Z Downloaded slog-json v2.6.1
11142026-05-21T00:13:14.139Z Downloaded slog-stdlog v4.1.1
11152026-05-21T00:13:14.140Z Downloaded serde-big-array v0.5.1
11162026-05-21T00:13:14.140Z Downloaded schemars_derive v0.8.22
11172026-05-21T00:13:14.140Z Downloaded rustls-pemfile v2.2.0
11182026-05-21T00:13:14.143Z Downloaded resolv-conf v0.7.6
11192026-05-21T00:13:14.143Z Downloaded papergrid v0.11.0
11202026-05-21T00:13:14.146Z Downloaded icu_locale_core v2.2.0
11212026-05-21T00:13:14.149Z Downloaded bcs v0.1.6
11222026-05-21T00:13:14.149Z Downloaded proc-macro-error-attr v1.0.4
11232026-05-21T00:13:14.152Z Downloaded proc-macro-crate v1.3.1
11242026-05-21T00:13:14.152Z Downloaded potential_utf v0.1.5
11252026-05-21T00:13:14.152Z Downloaded daft v0.1.7
11262026-05-21T00:13:14.155Z Downloaded snafu-derive v0.8.9
11272026-05-21T00:13:14.155Z Downloaded num-complex v0.4.6
11282026-05-21T00:13:14.155Z Downloaded unit-prefix v0.5.2
11292026-05-21T00:13:14.155Z Downloaded spin v0.5.2
11302026-05-21T00:13:14.158Z Downloaded slog-async v2.8.0
11312026-05-21T00:13:14.158Z Downloaded chacha20poly1305 v0.10.1
11322026-05-21T00:13:14.158Z Downloaded rustls-native-certs v0.8.3
11332026-05-21T00:13:14.161Z Downloaded usdt-macro v0.5.0
11342026-05-21T00:13:14.161Z Downloaded universal-hash v0.5.1
11352026-05-21T00:13:14.161Z Downloaded typify-macro v0.4.3
11362026-05-21T00:13:14.161Z Downloaded deranged v0.5.8
11372026-05-21T00:13:14.164Z Downloaded usdt-attr-macro v0.5.0
11382026-05-21T00:13:14.167Z Downloaded slog-term v2.9.2
11392026-05-21T00:13:14.169Z Downloaded smartstring v1.0.1
11402026-05-21T00:13:14.169Z Downloaded slog-dtrace v0.3.0
11412026-05-21T00:13:14.173Z Downloaded strum_macros v0.26.4
11422026-05-21T00:13:14.173Z Downloaded smf v0.2.3
11432026-05-21T00:13:14.173Z Downloaded waitgroup v0.1.2
11442026-05-21T00:13:14.176Z Downloaded usdt-attr-macro v0.6.0
11452026-05-21T00:13:14.176Z Downloaded usdt v0.5.0
11462026-05-21T00:13:14.176Z Downloaded untrusted v0.7.1
11472026-05-21T00:13:14.176Z Downloaded typify-macro v0.6.2
11482026-05-21T00:13:14.176Z Downloaded konst v0.2.20
11492026-05-21T00:13:14.179Z Downloaded usdt v0.6.0
11502026-05-21T00:13:14.179Z Downloaded usdt-macro v0.6.0
11512026-05-21T00:13:14.179Z Downloaded serde_derive_internals v0.29.1
11522026-05-21T00:13:14.183Z Downloaded wait-timeout v0.2.1
11532026-05-21T00:13:14.183Z Downloaded utf-8 v0.7.6
11542026-05-21T00:13:14.184Z Downloaded time-core v0.1.8
11552026-05-21T00:13:14.188Z Downloaded slog-scope v4.4.1
11562026-05-21T00:13:14.188Z Downloaded blake2 v0.10.6
11572026-05-21T00:13:14.188Z Downloaded yoke-derive v0.8.2
11582026-05-21T00:13:14.188Z Downloaded zerofrom v0.1.8
11592026-05-21T00:13:14.188Z Downloaded strum_macros v0.27.2
11602026-05-21T00:13:14.191Z Downloaded progenitor-impl v0.11.2
11612026-05-21T00:13:14.194Z Downloaded time-macros v0.2.27
11622026-05-21T00:13:14.194Z Downloaded thiserror-no-std v2.0.2
11632026-05-21T00:13:14.197Z Downloaded tokio-rustls v0.25.0
11642026-05-21T00:13:14.201Z Downloaded zone_cfg_derive v0.3.1
11652026-05-21T00:13:14.205Z Downloaded zerofrom-derive v0.1.7
11662026-05-21T00:13:14.207Z Downloaded tokio-tungstenite v0.21.0
11672026-05-21T00:13:14.207Z Downloaded tokio-dtrace v0.1.1
11682026-05-21T00:13:14.207Z Downloaded progenitor-impl v0.10.0
11692026-05-21T00:13:14.210Z Downloaded zone v0.3.1
11702026-05-21T00:13:14.210Z Downloaded tiny-keccak v2.0.2
11712026-05-21T00:13:14.210Z Downloaded pest_meta v2.8.6
11722026-05-21T00:13:14.213Z Downloaded zeroize_derive v1.4.3
11732026-05-21T00:13:14.213Z Downloaded jiff-static v0.2.24
11742026-05-21T00:13:14.217Z Downloaded icu_collections v2.2.0
11752026-05-21T00:13:14.221Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11762026-05-21T00:13:14.221Z Downloaded rhai_codegen v3.1.0
11772026-05-21T00:13:14.226Z Downloaded hashbrown v0.16.1
11782026-05-21T00:13:14.229Z Downloaded rustls-platform-verifier v0.7.0
11792026-05-21T00:13:14.229Z Downloaded pretty_assertions v1.4.1
11802026-05-21T00:13:14.229Z Downloaded darling_core v0.23.0
11812026-05-21T00:13:14.232Z Downloaded schemars v0.8.22
11822026-05-21T00:13:14.237Z Downloaded synstructure v0.13.2
11832026-05-21T00:13:14.240Z Downloaded spin v0.9.8
11842026-05-21T00:13:14.240Z Downloaded walkdir v2.5.0
11852026-05-21T00:13:14.240Z Downloaded term v1.2.1
11862026-05-21T00:13:14.245Z Downloaded serde_with_macros v3.20.0
11872026-05-21T00:13:14.245Z Downloaded whoami v1.6.1
11882026-05-21T00:13:14.248Z Downloaded minimal-lexical v0.2.1
11892026-05-21T00:13:14.248Z Downloaded base64 v0.21.7
11902026-05-21T00:13:14.251Z Downloaded progenitor-impl v0.13.0
11912026-05-21T00:13:14.251Z Downloaded usdt-impl v0.6.0
11922026-05-21T00:13:14.251Z Downloaded unarray v0.1.4
11932026-05-21T00:13:14.254Z Downloaded writeable v0.6.3
11942026-05-21T00:13:14.254Z Downloaded tinystr v0.8.3
11952026-05-21T00:13:14.254Z Downloaded prettyplease v0.2.37
11962026-05-21T00:13:14.259Z Downloaded crypto-bigint v0.5.5
11972026-05-21T00:13:14.265Z Downloaded slog v2.8.2
11982026-05-21T00:13:14.265Z Downloaded expectorate v1.2.0
11992026-05-21T00:13:14.265Z Downloaded rayon-core v1.13.0
12002026-05-21T00:13:14.268Z Downloaded xz2 v0.1.7
12012026-05-21T00:13:14.268Z Downloaded darling_core v0.21.3
12022026-05-21T00:13:14.268Z Downloaded serde_yaml v0.9.34+deprecated
12032026-05-21T00:13:14.271Z Downloaded elliptic-curve v0.13.8
12042026-05-21T00:13:14.271Z Downloaded progenitor-impl v0.14.0
12052026-05-21T00:13:14.274Z Downloaded const_format v0.2.36
12062026-05-21T00:13:14.277Z Downloaded ucd-trie v0.1.7
12072026-05-21T00:13:14.280Z Downloaded thin-vec v0.2.18
12082026-05-21T00:13:14.284Z Downloaded test-strategy v0.4.5
12092026-05-21T00:13:14.284Z Downloaded zerocopy-derive v0.7.35
12102026-05-21T00:13:14.289Z Downloaded similar v2.7.0
12112026-05-21T00:13:14.293Z Downloaded usdt-impl v0.5.0
12122026-05-21T00:13:14.293Z Downloaded rand v0.8.6
12132026-05-21T00:13:14.296Z Downloaded qorb v0.4.1
12142026-05-21T00:13:14.296Z Downloaded zerovec-derive v0.11.3
12152026-05-21T00:13:14.299Z Downloaded yoke v0.8.2
12162026-05-21T00:13:14.299Z Downloaded toml v0.9.12+spec-1.1.0
12172026-05-21T00:13:14.302Z Downloaded toml v0.7.8
12182026-05-21T00:13:14.302Z Downloaded vsss-rs v3.3.4
12192026-05-21T00:13:14.305Z Downloaded typify v0.6.2
12202026-05-21T00:13:14.310Z Downloaded tungstenite v0.21.0
12212026-05-21T00:13:14.310Z Downloaded typify v0.4.3
12222026-05-21T00:13:14.313Z Downloaded snafu v0.8.9
12232026-05-21T00:13:14.313Z Downloaded crossbeam-channel v0.5.15
12242026-05-21T00:13:14.317Z Downloaded nom v7.1.3
12252026-05-21T00:13:14.320Z Downloaded schemars v0.9.0
12262026-05-21T00:13:14.323Z Downloaded unsafe-libyaml v0.2.11
12272026-05-21T00:13:14.326Z Downloaded schemars v1.2.1
12282026-05-21T00:13:14.333Z Downloaded async-compression v0.4.42
12292026-05-21T00:13:14.339Z Downloaded toml_edit v0.25.11+spec-1.1.0
12302026-05-21T00:13:14.342Z Downloaded steno v0.4.1
12312026-05-21T00:13:14.351Z Downloaded tar v0.4.45
12322026-05-21T00:13:14.355Z Downloaded rand v0.10.1
12332026-05-21T00:13:14.356Z Downloaded iddqd v0.3.18
12342026-05-21T00:13:14.359Z Downloaded yansi v1.0.1
12352026-05-21T00:13:14.359Z Downloaded nom v8.0.0
12362026-05-21T00:13:14.363Z Downloaded toml_edit v0.19.15
12372026-05-21T00:13:14.368Z Downloaded pest v2.8.6
12382026-05-21T00:13:14.371Z Downloaded itertools v0.12.1
12392026-05-21T00:13:14.375Z Downloaded libm v0.2.16
12402026-05-21T00:13:14.381Z Downloaded zerotrie v0.2.4
12412026-05-21T00:13:14.384Z Downloaded dropshot-api-manager v0.7.2
12422026-05-21T00:13:14.388Z Downloaded zerocopy-derive v0.8.48
12432026-05-21T00:13:14.392Z Downloaded hkdf v0.12.4
12442026-05-21T00:13:14.399Z Downloaded scc v2.4.0
12452026-05-21T00:13:14.420Z Downloaded typed-path v0.9.3
12462026-05-21T00:13:14.435Z Downloaded icu_properties_data v2.2.0
12472026-05-21T00:13:14.442Z Downloaded zerovec v0.11.6
12482026-05-21T00:13:14.450Z Downloaded reqwest v0.13.3
12492026-05-21T00:13:14.457Z Downloaded tower-http v0.6.10
12502026-05-21T00:13:14.462Z Downloaded rayon v1.12.0
12512026-05-21T00:13:14.469Z Downloaded aws-lc-rs v1.17.0
12522026-05-21T00:13:14.477Z Downloaded tough v0.22.0
12532026-05-21T00:13:14.481Z Downloaded zerocopy v0.7.35
12542026-05-21T00:13:14.488Z Downloaded serde_with v3.20.0
12552026-05-21T00:13:14.494Z Downloaded rustls-webpki v0.102.8
12562026-05-21T00:13:14.503Z Downloaded tabled v0.15.0
12572026-05-21T00:13:14.513Z Downloaded tabled v0.20.0
12582026-05-21T00:13:14.521Z Downloaded encoding_rs v0.8.35
12592026-05-21T00:13:14.533Z Downloaded syn v1.0.109
12602026-05-21T00:13:14.537Z Downloaded time v0.3.47
12612026-05-21T00:13:14.543Z Downloaded rhai v1.24.0
12622026-05-21T00:13:14.550Z Downloaded goblin v0.10.5
12632026-05-21T00:13:14.553Z Downloaded dropshot v0.17.0
12642026-05-21T00:13:14.566Z Downloaded proptest v1.11.0
12652026-05-21T00:13:14.569Z Downloaded moka v0.12.15
12662026-05-21T00:13:14.573Z Downloaded winnow v0.5.40
12672026-05-21T00:13:14.577Z Downloaded blake3 v1.8.5
12682026-05-21T00:13:14.582Z Downloaded smoltcp v0.11.0
12692026-05-21T00:13:14.594Z Downloaded rustls v0.22.4
12702026-05-21T00:13:14.601Z Downloaded regress v0.11.1
12712026-05-21T00:13:14.607Z Downloaded openapiv3 v2.2.0
12722026-05-21T00:13:14.614Z Downloaded regress v0.10.5
12732026-05-21T00:13:14.617Z Downloaded hickory-proto v0.24.4
12742026-05-21T00:13:14.628Z Downloaded hickory-proto v0.25.2
12752026-05-21T00:13:14.672Z Downloaded typify-impl v0.6.2
12762026-05-21T00:13:14.676Z Downloaded typify-impl v0.4.3
12772026-05-21T00:13:14.676Z Downloaded sled v0.34.7
12782026-05-21T00:13:14.682Z Downloaded chrono-tz v0.10.4
12792026-05-21T00:13:14.691Z Downloaded csv v1.4.0
12802026-05-21T00:13:14.700Z Downloaded jiff v0.2.24
12812026-05-21T00:13:14.710Z Downloaded petgraph v0.6.5
12822026-05-21T00:13:14.719Z Downloaded sha3 v0.10.9
12832026-05-21T00:13:14.724Z Downloaded lzma-sys v0.1.20
12842026-05-21T00:13:15.378Z Downloaded aws-lc-sys v0.41.0
12852026-05-21T00:13:16.361Z Compiling proc-macro2 v1.0.106
12862026-05-21T00:13:16.361Z Compiling quote v1.0.45
12872026-05-21T00:13:16.361Z Compiling unicode-ident v1.0.24
12882026-05-21T00:13:16.361Z Compiling serde_core v1.0.228
12892026-05-21T00:13:16.361Z Compiling cfg-if v1.0.4
12902026-05-21T00:13:16.365Z Compiling serde v1.0.228
12912026-05-21T00:13:16.365Z Compiling libc v0.2.186
12922026-05-21T00:13:16.365Z Compiling memchr v2.8.0
12932026-05-21T00:13:16.590Z Compiling itoa v1.0.18
12942026-05-21T00:13:16.778Z Compiling smallvec v1.15.1
12952026-05-21T00:13:16.817Z Compiling zmij v1.0.21
12962026-05-21T00:13:16.848Z Compiling autocfg v1.5.0
12972026-05-21T00:13:16.990Z Compiling libm v0.2.16
12982026-05-21T00:13:17.170Z Compiling stable_deref_trait v1.2.1
12992026-05-21T00:13:17.196Z Compiling version_check v0.9.5
13002026-05-21T00:13:17.240Z Compiling percent-encoding v2.3.2
13012026-05-21T00:13:17.296Z Compiling litemap v0.8.2
13022026-05-21T00:13:17.400Z Compiling writeable v0.6.3
13032026-05-21T00:13:17.420Z Compiling icu_normalizer_data v2.2.0
13042026-05-21T00:13:17.458Z Compiling utf8_iter v1.0.4
13052026-05-21T00:13:17.480Z Compiling icu_properties_data v2.2.0
13062026-05-21T00:13:17.596Z Compiling syn v2.0.117
13072026-05-21T00:13:17.600Z Compiling equivalent v1.0.2
13082026-05-21T00:13:17.687Z Compiling iana-time-zone v0.1.65
13092026-05-21T00:13:17.717Z Compiling pin-project-lite v0.2.17
13102026-05-21T00:13:17.732Z Compiling form_urlencoded v1.2.2
13112026-05-21T00:13:17.797Z Compiling scopeguard v1.2.0
13122026-05-21T00:13:17.811Z Compiling parking_lot_core v0.9.12
13132026-05-21T00:13:17.862Z Compiling serde_json v1.0.149
13142026-05-21T00:13:17.902Z Compiling lock_api v0.4.14
13152026-05-21T00:13:17.916Z Compiling dyn-clone v1.0.20
13162026-05-21T00:13:17.916Z Compiling num-traits v0.2.19
13172026-05-21T00:13:18.049Z Compiling log v0.4.29
13182026-05-21T00:13:18.095Z Compiling hashbrown v0.17.1
13192026-05-21T00:13:18.121Z Compiling thiserror v2.0.18
13202026-05-21T00:13:18.148Z Compiling rand_core v0.10.1
13212026-05-21T00:13:18.255Z Compiling getrandom v0.4.2
13222026-05-21T00:13:18.300Z Compiling errno v0.3.14
13232026-05-21T00:13:18.449Z Compiling jobserver v0.1.34
13242026-05-21T00:13:18.491Z Compiling shlex v1.3.0
13252026-05-21T00:13:18.513Z Compiling semver v1.0.28
13262026-05-21T00:13:18.666Z Compiling indexmap v2.14.0
13272026-05-21T00:13:18.686Z Compiling find-msvc-tools v0.1.9
13282026-05-21T00:13:18.761Z Compiling futures-core v0.3.32
13292026-05-21T00:13:18.851Z Compiling cc v1.2.62
13302026-05-21T00:13:18.909Z Compiling heck v0.5.0
13312026-05-21T00:13:18.909Z Compiling zerocopy v0.8.48
13322026-05-21T00:13:18.932Z Compiling futures-sink v0.3.32
13332026-05-21T00:13:19.030Z Compiling uuid v1.23.1
13342026-05-21T00:13:19.164Z Compiling slab v0.4.12
13352026-05-21T00:13:19.295Z Compiling fnv v1.0.7
13362026-05-21T00:13:19.336Z Compiling schemars v0.8.22
13372026-05-21T00:13:19.348Z Compiling futures-channel v0.3.32
13382026-05-21T00:13:19.387Z Compiling rustversion v1.0.22
13392026-05-21T00:13:19.566Z Compiling socket2 v0.6.3
13402026-05-21T00:13:19.596Z Compiling futures-io v0.3.32
13412026-05-21T00:13:19.748Z Compiling futures-task v0.3.32
13422026-05-21T00:13:19.759Z Compiling parking_lot v0.12.5
13432026-05-21T00:13:19.770Z Compiling signal-hook-registry v1.4.8
13442026-05-21T00:13:19.914Z Compiling mio v1.2.0
13452026-05-21T00:13:20.017Z Compiling portable-atomic v1.13.1
13462026-05-21T00:13:20.036Z Compiling bitflags v2.11.1
13472026-05-21T00:13:20.056Z Compiling getrandom v0.2.17
13482026-05-21T00:13:20.131Z Compiling typenum v1.20.0
13492026-05-21T00:13:20.217Z Compiling subtle v2.6.1
13502026-05-21T00:13:20.241Z Compiling base64 v0.22.1
13512026-05-21T00:13:20.318Z Compiling critical-section v1.2.0
13522026-05-21T00:13:20.382Z Compiling synstructure v0.13.2
13532026-05-21T00:13:20.419Z Compiling serde_derive_internals v0.29.1
13542026-05-21T00:13:20.430Z Compiling untrusted v0.9.0
13552026-05-21T00:13:20.460Z Compiling byteorder v1.5.0
13562026-05-21T00:13:20.548Z Compiling rand_core v0.6.4
13572026-05-21T00:13:20.572Z Compiling regex-syntax v0.8.10
13582026-05-21T00:13:20.690Z Compiling cmake v0.1.58
13592026-05-21T00:13:20.778Z Compiling dunce v1.0.5
13602026-05-21T00:13:20.796Z Compiling fs_extra v1.3.0
13612026-05-21T00:13:20.877Z Compiling slog v2.8.2
13622026-05-21T00:13:20.895Z Compiling ipnet v2.12.0
13632026-05-21T00:13:21.041Z Compiling once_cell v1.21.4
13642026-05-21T00:13:21.060Z Compiling aws-lc-sys v0.41.0
13652026-05-21T00:13:21.072Z Compiling atomic-waker v1.1.2
13662026-05-21T00:13:21.121Z Compiling rustix v1.1.4
13672026-05-21T00:13:21.172Z Compiling httparse v1.10.1
13682026-05-21T00:13:21.197Z Compiling strsim v0.11.1
13692026-05-21T00:13:21.273Z Compiling tower-layer v0.3.3
13702026-05-21T00:13:21.432Z Compiling tower-service v0.3.3
13712026-05-21T00:13:21.444Z Compiling generic-array v0.14.7
13722026-05-21T00:13:21.526Z Compiling ryu v1.0.23
13732026-05-21T00:13:21.596Z Compiling serde_derive v1.0.228
13742026-05-21T00:13:21.608Z Compiling zerofrom-derive v0.1.7
13752026-05-21T00:13:21.673Z Compiling yoke-derive v0.8.2
13762026-05-21T00:13:21.685Z Compiling zerovec-derive v0.11.3
13772026-05-21T00:13:21.705Z Compiling displaydoc v0.2.5
13782026-05-21T00:13:21.885Z Compiling schemars_derive v0.8.22
13792026-05-21T00:13:21.954Z Compiling tokio-macros v2.7.0
13802026-05-21T00:13:22.479Z Compiling thiserror-impl v2.0.18
13812026-05-21T00:13:22.719Z Compiling zerocopy-derive v0.8.48
13822026-05-21T00:13:22.763Z Compiling zeroize_derive v1.4.3
13832026-05-21T00:13:22.790Z Compiling futures-macro v0.3.32
13842026-05-21T00:13:22.804Z Compiling zerofrom v0.1.8
13852026-05-21T00:13:22.924Z Compiling yoke v0.8.2
13862026-05-21T00:13:23.110Z Compiling zerovec v0.11.6
13872026-05-21T00:13:23.113Z Compiling zerotrie v0.2.4
13882026-05-21T00:13:23.407Z Compiling try-lock v0.2.5
13892026-05-21T00:13:23.448Z Compiling zeroize v1.8.2
13902026-05-21T00:13:23.513Z Compiling ucd-trie v0.1.7
13912026-05-21T00:13:23.627Z Compiling tinystr v0.8.3
13922026-05-21T00:13:23.640Z Compiling potential_utf v0.1.5
13932026-05-21T00:13:23.653Z Compiling futures-util v0.3.32
13942026-05-21T00:13:23.797Z Compiling icu_locale_core v2.2.0
13952026-05-21T00:13:23.807Z Compiling icu_collections v2.2.0
13962026-05-21T00:13:23.817Z Compiling thiserror v1.0.69
13972026-05-21T00:13:23.826Z Compiling pest v2.8.6
13982026-05-21T00:13:24.305Z Compiling want v0.3.1
13992026-05-21T00:13:24.355Z Compiling thiserror-impl v1.0.69
14002026-05-21T00:13:24.465Z Compiling httpdate v1.0.3
14012026-05-21T00:13:24.707Z Compiling bytes v1.11.1
14022026-05-21T00:13:24.774Z Compiling icu_provider v2.2.0
14032026-05-21T00:13:24.865Z Compiling chrono v0.4.44
14042026-05-21T00:13:25.064Z Compiling icu_properties v2.2.0
14052026-05-21T00:13:25.117Z Compiling icu_normalizer v2.2.0
14062026-05-21T00:13:25.390Z Compiling http v1.4.0
14072026-05-21T00:13:25.590Z Compiling tokio v1.52.3
14082026-05-21T00:13:25.726Z Compiling serde_tokenstream v0.2.3
14092026-05-21T00:13:25.913Z Compiling erased-serde v0.3.31
14102026-05-21T00:13:26.005Z Compiling idna_adapter v1.2.2
14112026-05-21T00:13:26.146Z Compiling idna v1.1.0
14122026-05-21T00:13:26.306Z Compiling http-body v1.0.1
14132026-05-21T00:13:26.418Z Compiling pest_meta v2.8.6
14142026-05-21T00:13:26.453Z Compiling url v2.5.8
14152026-05-21T00:13:26.809Z Compiling getrandom v0.3.4
14162026-05-21T00:13:26.919Z Compiling pretty-hex v0.4.2
14172026-05-21T00:13:27.052Z Compiling ppv-lite86 v0.2.21
14182026-05-21T00:13:27.118Z Compiling pest_generator v2.8.6
14192026-05-21T00:13:27.147Z Compiling plain v0.2.3
14202026-05-21T00:13:27.256Z Compiling foldhash v0.2.0
14212026-05-21T00:13:27.315Z Compiling allocator-api2 v0.2.21
14222026-05-21T00:13:27.357Z Compiling paste v1.0.15
14232026-05-21T00:13:27.485Z Compiling crypto-common v0.1.7
14242026-05-21T00:13:27.615Z Compiling hashbrown v0.16.1
14252026-05-21T00:13:27.627Z Compiling tracing-attributes v0.1.31
14262026-05-21T00:13:27.672Z Compiling tracing-core v0.1.36
14272026-05-21T00:13:27.695Z Compiling ident_case v1.0.1
14282026-05-21T00:13:27.719Z Compiling pest_derive v2.8.6
14292026-05-21T00:13:27.810Z Compiling ipnetwork v0.21.1
14302026-05-21T00:13:28.182Z Compiling omicron-workspace-hack v0.1.0
14312026-05-21T00:13:28.265Z Compiling http-body-util v0.1.3
14322026-05-21T00:13:28.277Z Compiling serde_urlencoded v0.7.1
14332026-05-21T00:13:28.416Z Compiling aho-corasick v1.1.4
14342026-05-21T00:13:28.490Z Compiling sync_wrapper v1.0.2
14352026-05-21T00:13:28.502Z Compiling winnow v1.0.3
14362026-05-21T00:13:28.513Z Compiling rustls-pki-types v1.14.1
14372026-05-21T00:13:28.593Z Compiling daft-derive v0.1.7
14382026-05-21T00:13:28.832Z Compiling tracing v0.1.44
14392026-05-21T00:13:28.978Z Compiling fastrand v2.4.1
14402026-05-21T00:13:29.066Z Compiling oxnet v0.1.5
14412026-05-21T00:13:29.235Z Compiling regex-automata v0.4.14
14422026-05-21T00:13:29.357Z Compiling tokio-util v0.7.18
14432026-05-21T00:13:29.491Z Compiling async-trait v0.1.89
14442026-05-21T00:13:29.579Z Compiling scroll_derive v0.13.1
14452026-05-21T00:13:29.732Z Compiling ring v0.17.14
14462026-05-21T00:13:30.099Z Compiling anyhow v1.0.102
14472026-05-21T00:13:30.280Z Compiling powerfmt v0.2.0
14482026-05-21T00:13:30.425Z Compiling cpufeatures v0.2.17
14492026-05-21T00:13:30.442Z Compiling num-conv v0.2.1
14502026-05-21T00:13:30.486Z Compiling time-core v0.1.8
14512026-05-21T00:13:30.498Z Compiling scroll v0.13.0
14522026-05-21T00:13:30.579Z Compiling deranged v0.5.8
14532026-05-21T00:13:30.627Z Compiling time-macros v0.2.27
14542026-05-21T00:13:30.758Z Compiling block-buffer v0.10.4
14552026-05-21T00:13:30.908Z Compiling hex v0.4.3
14562026-05-21T00:13:31.162Z Compiling regex v1.12.3
14572026-05-21T00:13:31.553Z Compiling openssl-probe v0.2.1
14582026-05-21T00:13:31.601Z Compiling num_threads v0.1.7
14592026-05-21T00:13:31.631Z Compiling digest v0.10.7
14602026-05-21T00:13:31.730Z Compiling goblin v0.10.5
14612026-05-21T00:13:32.061Z Compiling camino v1.2.2
14622026-05-21T00:13:32.095Z Compiling crc32fast v1.5.0
14632026-05-21T00:13:32.123Z Compiling usdt-impl v0.6.0
14642026-05-21T00:13:32.435Z Compiling h2 v0.4.14
14652026-05-21T00:13:32.541Z Compiling dtrace-parser v0.3.0
14662026-05-21T00:13:32.820Z Compiling crossbeam-utils v0.8.21
14672026-05-21T00:13:32.952Z Compiling aws-lc-rs v1.17.0
14682026-05-21T00:13:33.328Z Compiling futures-executor v0.3.32
14692026-05-21T00:13:33.396Z Compiling structmeta-derive v0.3.0
14702026-05-21T00:13:33.584Z Compiling thread-id v5.1.0
14712026-05-21T00:13:33.601Z Compiling adler2 v2.0.1
14722026-05-21T00:13:33.660Z Compiling rustls v0.22.4
14732026-05-21T00:13:33.726Z Compiling simd-adler32 v0.3.9
14742026-05-21T00:13:33.879Z Compiling miniz_oxide v0.8.9
14752026-05-21T00:13:33.920Z Compiling futures v0.3.32
14762026-05-21T00:13:33.998Z Compiling rand_core v0.9.5
14772026-05-21T00:13:34.291Z Compiling darling_core v0.23.0
14782026-05-21T00:13:34.420Z Compiling hyper v1.9.0
14792026-05-21T00:13:34.527Z Compiling dof v0.4.0
14802026-05-21T00:13:34.636Z Compiling structmeta v0.3.0
14812026-05-21T00:13:34.706Z Compiling newtype-uuid-macros v0.1.0
14822026-05-21T00:13:34.835Z Compiling thread_local v1.1.9
14832026-05-21T00:13:35.156Z Compiling untrusted v0.7.1
14842026-05-21T00:13:35.442Z Compiling match_cfg v0.1.0
14852026-05-21T00:13:35.514Z Compiling hyper-util v0.1.20
14862026-05-21T00:13:35.570Z Compiling flate2 v1.1.9
14872026-05-21T00:13:35.996Z Compiling newtype-uuid v1.3.2
14882026-05-21T00:13:35.999Z Compiling rustls v0.23.40
14892026-05-21T00:13:36.158Z Compiling quick-error v1.2.3
14902026-05-21T00:13:36.263Z Compiling compression-core v0.4.32
14912026-05-21T00:13:36.342Z Compiling ref-cast v1.0.25
14922026-05-21T00:13:36.415Z Compiling darling_macro v0.23.0
14932026-05-21T00:13:36.427Z Compiling slog-async v2.8.0
14942026-05-21T00:13:36.501Z Compiling compression-codecs v0.4.38
14952026-05-21T00:13:36.517Z Compiling usdt-macro v0.6.0
14962026-05-21T00:13:36.703Z Compiling usdt-attr-macro v0.6.0
14972026-05-21T00:13:36.748Z Compiling daft v0.1.7
14982026-05-21T00:13:36.767Z Compiling rand_chacha v0.9.0
14992026-05-21T00:13:37.006Z Compiling darling v0.23.0
15002026-05-21T00:13:37.086Z Compiling strum_macros v0.26.4
15012026-05-21T00:13:37.199Z Compiling ref-cast-impl v1.0.25
15022026-05-21T00:13:37.215Z Compiling serde_spanned v1.1.1
15032026-05-21T00:13:37.362Z Compiling multer v3.1.0
15042026-05-21T00:13:37.428Z Compiling term v1.2.1
15052026-05-21T00:13:37.437Z Compiling bit-vec v0.8.0
15062026-05-21T00:13:37.594Z Compiling debug-ignore v1.0.5
15072026-05-21T00:13:37.625Z Compiling toml_writer v1.1.1+spec-1.1.0
15082026-05-21T00:13:37.663Z Compiling take_mut v0.2.2
15092026-05-21T00:13:37.769Z Compiling bit-set v0.8.0
15102026-05-21T00:13:37.878Z Compiling serde_with_macros v3.20.0
15112026-05-21T00:13:37.895Z Compiling rand v0.9.4
15122026-05-21T00:13:37.916Z Compiling async-stream-impl v0.3.6
15132026-05-21T00:13:37.926Z Compiling dropshot v0.17.0
15142026-05-21T00:13:38.133Z Compiling encoding_rs v0.8.35
15152026-05-21T00:13:38.157Z Compiling mime v0.3.17
15162026-05-21T00:13:38.429Z Compiling unarray v0.1.4
15172026-05-21T00:13:38.479Z Compiling syn v1.0.109
15182026-05-21T00:13:38.533Z Compiling spin v0.9.8
15192026-05-21T00:13:38.556Z Compiling async-stream v0.3.6
15202026-05-21T00:13:38.687Z Compiling derive-ex v0.1.8
15212026-05-21T00:13:38.725Z Compiling tower v0.5.3
15222026-05-21T00:13:38.730Z Compiling strum v0.26.3
15232026-05-21T00:13:38.881Z Compiling dropshot_endpoint v0.17.0
15242026-05-21T00:13:38.886Z Compiling macaddr v1.0.1
15252026-05-21T00:13:38.946Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15262026-05-21T00:13:38.994Z Compiling waitgroup v0.1.2
15272026-05-21T00:13:39.131Z Compiling serde_path_to_error v0.1.20
15282026-05-21T00:13:39.427Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15292026-05-21T00:13:39.477Z Compiling tower-http v0.6.10
15302026-05-21T00:13:39.570Z Compiling tempfile v3.27.0
15312026-05-21T00:13:39.781Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15322026-05-21T00:13:39.878Z Compiling openapiv3 v2.2.0
15332026-05-21T00:13:39.957Z Compiling strum_macros v0.27.2
15342026-05-21T00:13:40.275Z Compiling test-strategy v0.4.5
15352026-05-21T00:13:40.543Z Compiling instant v0.1.13
15362026-05-21T00:13:40.652Z Compiling time v0.3.47
15372026-05-21T00:13:41.296Z Compiling rustls-native-certs v0.8.3
15382026-05-21T00:13:41.550Z Compiling rustc-hash v2.1.2
15392026-05-21T00:13:41.647Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15402026-05-21T00:13:41.672Z Compiling crossbeam-channel v0.5.15
15412026-05-21T00:13:41.881Z Compiling strum v0.27.2
15422026-05-21T00:13:42.315Z Compiling parse-display-derive v0.10.0
15432026-05-21T00:13:42.660Z Compiling backon v1.6.0
15442026-05-21T00:13:42.865Z Compiling rustls-webpki v0.102.8
15452026-05-21T00:13:42.916Z Compiling rand_chacha v0.3.1
15462026-05-21T00:13:43.512Z Compiling rand v0.8.6
15472026-05-21T00:13:43.717Z Compiling slog-json v2.6.1
15482026-05-21T00:13:43.804Z Compiling hostname v0.3.1
15492026-05-21T00:13:43.916Z Compiling toml_parser v1.1.2+spec-1.1.0
15502026-05-21T00:13:43.937Z Compiling toml_datetime v1.1.1+spec-1.1.0
15512026-05-21T00:13:43.950Z Compiling wait-timeout v0.2.1
15522026-05-21T00:13:44.159Z Compiling memmap2 v0.9.10
15532026-05-21T00:13:44.239Z Compiling is-terminal v0.4.17
15542026-05-21T00:13:44.251Z Compiling either v1.15.0
15552026-05-21T00:13:44.335Z Compiling slog-term v2.9.2
15562026-05-21T00:13:44.372Z Compiling usdt v0.6.0
15572026-05-21T00:13:44.385Z Compiling toml v1.1.2+spec-1.1.0
15582026-05-21T00:13:44.445Z Compiling rusty-fork v0.3.1
15592026-05-21T00:13:44.606Z Compiling slog-bunyan v2.5.0
15602026-05-21T00:13:44.738Z Compiling serde_with v3.20.0
15612026-05-21T00:13:44.798Z Compiling async-compression v0.4.42
15622026-05-21T00:13:44.925Z Compiling rand_xorshift v0.4.0
15632026-05-21T00:13:45.073Z Compiling sha1 v0.10.6
15642026-05-21T00:13:45.161Z Compiling rustls-pemfile v2.2.0
15652026-05-21T00:13:45.228Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15662026-05-21T00:13:45.312Z Compiling tokio-rustls v0.25.0
15672026-05-21T00:13:45.400Z Compiling regress v0.10.5
15682026-05-21T00:13:45.539Z Compiling hostname v0.4.2
15692026-05-21T00:13:45.727Z Compiling proptest v1.11.0
15702026-05-21T00:13:46.553Z Compiling iddqd v0.3.18
15712026-05-21T00:13:46.813Z Compiling reqwest v0.12.28
15722026-05-21T00:13:47.491Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15732026-05-21T00:13:47.684Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15742026-05-21T00:13:47.739Z Compiling itertools v0.14.0
15752026-05-21T00:13:48.276Z Compiling progenitor-client v0.10.0
15762026-05-21T00:13:48.550Z Compiling backoff v0.4.0
15772026-05-21T00:13:48.763Z Compiling parse-display v0.10.0
15782026-05-21T00:13:48.987Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15792026-05-21T00:13:50.174Z Compiling regress v0.11.1
15802026-05-21T00:13:50.262Z Compiling utf8parse v0.2.2
15812026-05-21T00:13:50.371Z Compiling anstyle-parse v1.0.0
15822026-05-21T00:13:50.450Z Compiling anstyle-query v1.1.5
15832026-05-21T00:13:50.568Z Compiling is_terminal_polyfill v1.70.2
15842026-05-21T00:13:50.656Z Compiling anstyle v1.0.14
15852026-05-21T00:13:50.784Z Compiling colorchoice v1.0.5
15862026-05-21T00:13:50.887Z Compiling anstream v1.0.0
15872026-05-21T00:13:51.642Z Compiling toml_datetime v0.6.11
15882026-05-21T00:13:51.672Z Compiling zerocopy-derive v0.7.35
15892026-05-21T00:13:51.759Z Compiling typify-impl v0.6.2
15902026-05-21T00:13:52.050Z Compiling clap_lex v1.1.0
15912026-05-21T00:13:52.299Z Compiling convert_case v0.4.0
15922026-05-21T00:13:52.549Z Compiling zerocopy v0.7.35
15932026-05-21T00:13:52.604Z Compiling derive_more v0.99.20
15942026-05-21T00:13:53.267Z Compiling unicode-width v0.2.2
15952026-05-21T00:13:53.932Z Compiling secrecy v0.10.3
15962026-05-21T00:13:54.090Z Compiling clap_derive v4.6.1
15972026-05-21T00:13:54.145Z Compiling tinyvec_macros v0.1.1
15982026-05-21T00:13:54.227Z Compiling crucible-workspace-hack v0.1.0
15992026-05-21T00:13:54.286Z Compiling float-ord v0.3.2
16002026-05-21T00:13:54.400Z Compiling tinyvec v1.11.0
16012026-05-21T00:13:54.877Z Compiling terminal_size v0.4.4
16022026-05-21T00:13:55.015Z Compiling dtrace-parser v0.2.0
16032026-05-21T00:13:55.065Z Compiling scroll_derive v0.12.1
16042026-05-21T00:13:55.218Z Compiling num-integer v0.1.46
16052026-05-21T00:13:55.545Z Compiling rustc_version v0.4.1
16062026-05-21T00:13:55.799Z Compiling usdt-impl v0.5.0
16072026-05-21T00:13:55.819Z Compiling curve25519-dalek v4.1.3
16082026-05-21T00:13:55.855Z Compiling scroll v0.12.0
16092026-05-21T00:13:56.295Z Compiling dof v0.3.0
16102026-05-21T00:13:56.618Z Compiling hmac v0.12.1
16112026-05-21T00:13:56.632Z Compiling darling_core v0.21.3
16122026-05-21T00:13:56.644Z Compiling inout v0.1.4
16132026-05-21T00:13:56.726Z Compiling ff v0.13.1
16142026-05-21T00:13:56.782Z Compiling thread-id v4.2.2
16152026-05-21T00:13:56.786Z Compiling cipher v0.4.4
16162026-05-21T00:13:56.803Z Compiling hkdf v0.12.4
16172026-05-21T00:13:56.859Z Compiling group v0.13.0
16182026-05-21T00:13:57.461Z Compiling goblin v0.8.2
16192026-05-21T00:13:57.542Z Compiling num-iter v0.1.45
16202026-05-21T00:13:57.650Z Compiling num-rational v0.4.2
16212026-05-21T00:13:57.662Z Compiling clap_builder v4.6.0
16222026-05-21T00:13:57.837Z Compiling toml_edit v0.25.11+spec-1.1.0
16232026-05-21T00:13:58.075Z Compiling typify-macro v0.6.2
16242026-05-21T00:13:58.263Z Compiling thiserror-impl-no-std v2.0.2
16252026-05-21T00:13:58.715Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16262026-05-21T00:13:58.727Z Compiling darling_macro v0.21.3
16272026-05-21T00:13:59.190Z Compiling crossbeam-epoch v0.9.18
16282026-05-21T00:13:59.341Z Compiling universal-hash v0.5.1
16292026-05-21T00:13:59.470Z Compiling crypto-bigint v0.5.5
16302026-05-21T00:13:59.540Z Compiling half v2.7.1
16312026-05-21T00:13:59.639Z Compiling curve25519-dalek-derive v0.1.1
16322026-05-21T00:13:59.835Z Compiling num-complex v0.4.6
16332026-05-21T00:14:00.162Z Compiling typify v0.6.2
16342026-05-21T00:14:00.484Z Compiling opaque-debug v0.3.1
16352026-05-21T00:14:00.500Z Compiling base16ct v0.2.0
16362026-05-21T00:14:00.514Z Compiling base64ct v1.8.3
16372026-05-21T00:14:00.548Z Compiling ciborium-io v0.2.2
16382026-05-21T00:14:00.642Z Compiling ciborium-ll v0.2.2
16392026-05-21T00:14:00.653Z Compiling elliptic-curve v0.13.8
16402026-05-21T00:14:00.671Z Compiling poly1305 v0.8.0
16412026-05-21T00:14:00.809Z Compiling password-hash v0.5.0
16422026-05-21T00:14:01.232Z Compiling num v0.4.3
16432026-05-21T00:14:01.255Z Compiling thiserror-no-std v2.0.2
16442026-05-21T00:14:01.269Z Compiling darling v0.21.3
16452026-05-21T00:14:01.302Z Compiling clap v4.6.1
16462026-05-21T00:14:01.378Z Compiling proc-macro-crate v3.5.0
16472026-05-21T00:14:01.682Z Compiling chacha20 v0.9.1
16482026-05-21T00:14:01.783Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16492026-05-21T00:14:02.067Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16502026-05-21T00:14:02.452Z Compiling blake2 v0.10.6
16512026-05-21T00:14:02.463Z Compiling byte-wrapper v0.1.0
16522026-05-21T00:14:02.501Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16532026-05-21T00:14:02.808Z Compiling aead v0.5.2
16542026-05-21T00:14:02.820Z Compiling proc-macro-error-attr v1.0.4
16552026-05-21T00:14:02.982Z Compiling keccak v0.1.6
16562026-05-21T00:14:03.056Z Compiling rustix v0.38.44
16572026-05-21T00:14:03.111Z Compiling prettyplease v0.2.37
16582026-05-21T00:14:03.214Z Compiling heapless v0.8.0
16592026-05-21T00:14:03.358Z Compiling unsafe-libyaml v0.2.11
16602026-05-21T00:14:03.683Z Compiling sha3 v0.10.9
16612026-05-21T00:14:03.986Z Compiling serde_yaml v0.9.34+deprecated
16622026-05-21T00:14:04.060Z Compiling chacha20poly1305 v0.10.1
16632026-05-21T00:14:04.456Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16642026-05-21T00:14:04.718Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16652026-05-21T00:14:05.207Z Compiling argon2 v0.5.3
16662026-05-21T00:14:05.273Z Compiling vsss-rs v3.3.4
16672026-05-21T00:14:05.459Z Compiling num_enum_derive v0.7.6
16682026-05-21T00:14:05.812Z Compiling ingot-macros v0.1.1
16692026-05-21T00:14:05.970Z Compiling ciborium v0.2.2
16702026-05-21T00:14:06.683Z Compiling usdt-attr-macro v0.5.0
16712026-05-21T00:14:07.183Z Compiling rustls-webpki v0.103.13
16722026-05-21T00:14:07.195Z Compiling usdt-macro v0.5.0
16732026-05-21T00:14:08.897Z Compiling serde_spanned v0.6.9
16742026-05-21T00:14:08.903Z Compiling enum-as-inner v0.6.1
16752026-05-21T00:14:08.985Z Compiling hash32 v0.3.1
16762026-05-21T00:14:09.014Z Compiling proc-macro-error v1.0.4
16772026-05-21T00:14:09.139Z Compiling memmap v0.7.0
16782026-05-21T00:14:09.258Z Compiling indent_write v2.2.0
16792026-05-21T00:14:09.333Z Compiling winnow v0.5.40
16802026-05-21T00:14:09.394Z Compiling smoltcp v0.11.0
16812026-05-21T00:14:09.493Z Compiling toml_write v0.1.2
16822026-05-21T00:14:09.571Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16832026-05-21T00:14:09.692Z Compiling winnow v0.7.15
16842026-05-21T00:14:09.749Z Compiling data-encoding v2.11.0
16852026-05-21T00:14:09.851Z Compiling usdt v0.5.0
16862026-05-21T00:14:10.271Z Compiling ingot-types v0.1.2
16872026-05-21T00:14:10.410Z Compiling num_enum v0.7.6
16882026-05-21T00:14:10.530Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16892026-05-21T00:14:10.555Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16902026-05-21T00:14:10.650Z Compiling tokio-rustls v0.26.4
16912026-05-21T00:14:10.653Z Compiling rustls-platform-verifier v0.7.0
16922026-05-21T00:14:10.680Z Compiling toml_edit v0.19.15
16932026-05-21T00:14:10.749Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16942026-05-21T00:14:10.894Z Compiling hyper-rustls v0.27.9
16952026-05-21T00:14:11.186Z Compiling reqwest v0.13.3
16962026-05-21T00:14:11.373Z Compiling toml_edit v0.22.27
16972026-05-21T00:14:12.446Z Compiling progenitor-client v0.14.0
16982026-05-21T00:14:12.562Z Compiling tabwriter v1.4.1
16992026-05-21T00:14:12.681Z Compiling progenitor-extras v0.2.0
17002026-05-21T00:14:12.920Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17012026-05-21T00:14:12.951Z Compiling cobs v0.3.0
17022026-05-21T00:14:13.153Z Compiling serde_repr v0.1.20
17032026-05-21T00:14:13.768Z Compiling memoffset v0.9.1
17042026-05-21T00:14:13.942Z Compiling pkg-config v0.3.33
17052026-05-21T00:14:14.022Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17062026-05-21T00:14:14.260Z Compiling vcpkg v0.2.15
17072026-05-21T00:14:14.397Z Compiling managed v0.8.0
17082026-05-21T00:14:14.508Z Compiling bitflags v1.3.2
17092026-05-21T00:14:14.585Z Compiling cfg_aliases v0.2.1
17102026-05-21T00:14:14.658Z Compiling nix v0.31.3
17112026-05-21T00:14:14.733Z Compiling postcard v1.1.3
17122026-05-21T00:14:14.815Z Compiling openssl-sys v0.9.116
17132026-05-21T00:14:15.068Z Compiling toml v0.8.23
17142026-05-21T00:14:15.404Z Compiling proc-macro-crate v1.3.1
17152026-05-21T00:14:15.740Z Compiling ingot v0.1.1
17162026-05-21T00:14:15.752Z Compiling hubpack_derive v0.1.1
17172026-05-21T00:14:15.763Z Compiling foreign-types-macros v0.2.3
17182026-05-21T00:14:15.839Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17192026-05-21T00:14:16.136Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17202026-05-21T00:14:16.285Z Compiling rayon-core v1.13.0
17212026-05-21T00:14:16.384Z Compiling colored v3.1.1
17222026-05-21T00:14:16.427Z Compiling unicode-segmentation v1.13.2
17232026-05-21T00:14:16.519Z Compiling foreign-types-shared v0.3.1
17242026-05-21T00:14:16.600Z Compiling static_assertions v1.1.0
17252026-05-21T00:14:16.612Z Compiling heck v0.4.1
17262026-05-21T00:14:16.671Z Compiling cpufeatures v0.3.0
17272026-05-21T00:14:16.748Z Compiling resolv-conf v0.7.6
17282026-05-21T00:14:16.781Z Compiling linked-hash-map v0.5.6
17292026-05-21T00:14:16.809Z Compiling semver v0.1.20
17302026-05-21T00:14:16.849Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17312026-05-21T00:14:16.962Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17322026-05-21T00:14:17.070Z Compiling swrite v0.1.0
17332026-05-21T00:14:17.125Z Compiling rustc_version v0.1.7
17342026-05-21T00:14:17.162Z Compiling lru-cache v0.1.2
17352026-05-21T00:14:17.326Z Compiling newline-converter v0.3.0
17362026-05-21T00:14:17.442Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17372026-05-21T00:14:17.607Z Compiling chacha20 v0.10.0
17382026-05-21T00:14:17.700Z Compiling foreign-types v0.5.0
17392026-05-21T00:14:17.849Z Compiling hubpack v0.1.2
17402026-05-21T00:14:17.865Z Compiling num_enum_derive v0.5.11
17412026-05-21T00:14:18.391Z Compiling atomicwrites v0.4.4
17422026-05-21T00:14:18.591Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17432026-05-21T00:14:18.604Z Compiling hickory-proto v0.24.4
17442026-05-21T00:14:18.910Z Compiling progenitor-impl v0.13.0
17452026-05-21T00:14:19.197Z Compiling crossbeam-deque v0.8.6
17462026-05-21T00:14:19.395Z Compiling console v0.15.11
17472026-05-21T00:14:19.417Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17482026-05-21T00:14:19.872Z Compiling camino-tempfile v1.4.1
17492026-05-21T00:14:19.946Z Compiling serde-big-array v0.5.1
17502026-05-21T00:14:20.066Z Compiling derive-where v1.6.1
17512026-05-21T00:14:20.115Z Compiling num-derive v0.4.2
17522026-05-21T00:14:20.175Z Compiling pin-project-internal v1.1.13
17532026-05-21T00:14:20.312Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17542026-05-21T00:14:20.339Z Compiling cstr-argument v0.1.2
17552026-05-21T00:14:20.495Z Compiling similar v2.7.0
17562026-05-21T00:14:20.855Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17572026-05-21T00:14:21.094Z Compiling siphasher v1.0.3
17582026-05-21T00:14:21.111Z Compiling minimal-lexical v0.2.1
17592026-05-21T00:14:21.291Z Compiling phf_shared v0.12.1
17602026-05-21T00:14:21.295Z Compiling pin-project v1.1.13
17612026-05-21T00:14:21.353Z Compiling nom v7.1.3
17622026-05-21T00:14:21.391Z Compiling expectorate v1.2.0
17632026-05-21T00:14:21.468Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17642026-05-21T00:14:21.479Z Compiling hickory-resolver v0.24.4
17652026-05-21T00:14:21.539Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17662026-05-21T00:14:21.727Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17672026-05-21T00:14:21.851Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17682026-05-21T00:14:21.979Z Compiling num_enum v0.5.11
17692026-05-21T00:14:22.097Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17702026-05-21T00:14:22.541Z Compiling progenitor-macro v0.13.0
17712026-05-21T00:14:22.654Z Compiling rand v0.10.1
17722026-05-21T00:14:22.713Z Compiling newtype_derive v0.1.6
17732026-05-21T00:14:22.958Z Compiling progenitor-client v0.13.0
17742026-05-21T00:14:23.509Z Compiling progenitor-impl v0.14.0
17752026-05-21T00:14:23.771Z Compiling unicode-normalization v0.1.25
17762026-05-21T00:14:24.091Z Compiling tokio-stream v0.1.18
17772026-05-21T00:14:24.255Z Compiling snafu-derive v0.8.9
17782026-05-21T00:14:24.395Z Compiling async-recursion v1.1.1
17792026-05-21T00:14:24.553Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17802026-05-21T00:14:24.711Z Compiling slog-dtrace v0.3.0
17812026-05-21T00:14:24.859Z Compiling bstr v1.12.1
17822026-05-21T00:14:24.963Z Compiling csv-core v0.1.13
17832026-05-21T00:14:25.091Z Compiling foreign-types-shared v0.1.1
17842026-05-21T00:14:25.228Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17852026-05-21T00:14:25.288Z Compiling owo-colors v4.3.0
17862026-05-21T00:14:25.399Z Compiling unicode-xid v0.2.6
17872026-05-21T00:14:25.525Z Compiling foldhash v0.1.5
17882026-05-21T00:14:25.641Z Compiling konst_macro_rules v0.2.19
17892026-05-21T00:14:25.706Z Compiling same-file v1.0.6
17902026-05-21T00:14:25.827Z Compiling openssl v0.10.80
17912026-05-21T00:14:25.892Z Compiling unicode-width v0.1.14
17922026-05-21T00:14:26.069Z Compiling chrono-tz v0.10.4
17932026-05-21T00:14:26.111Z Compiling cancel-safe-futures v0.1.5
17942026-05-21T00:14:26.170Z Compiling highway v1.3.0
17952026-05-21T00:14:26.336Z Compiling snafu v0.8.9
17962026-05-21T00:14:26.394Z Compiling walkdir v2.5.0
17972026-05-21T00:14:26.573Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17982026-05-21T00:14:26.725Z Compiling konst v0.2.20
17992026-05-21T00:14:26.759Z Compiling hashbrown v0.15.5
18002026-05-21T00:14:26.859Z Compiling const_format_proc_macros v0.2.34
18012026-05-21T00:14:26.963Z Compiling globset v0.4.18
18022026-05-21T00:14:27.069Z Compiling progenitor-macro v0.14.0
18032026-05-21T00:14:27.285Z Compiling foreign-types v0.3.2
18042026-05-21T00:14:27.364Z Compiling csv v1.4.0
18052026-05-21T00:14:27.642Z Compiling progenitor v0.13.0
18062026-05-21T00:14:27.765Z Compiling qorb v0.4.1
18072026-05-21T00:14:27.778Z Compiling olpc-cjson v0.1.4
18082026-05-21T00:14:27.790Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18092026-05-21T00:14:27.920Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18102026-05-21T00:14:28.519Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18112026-05-21T00:14:29.073Z Compiling rayon v1.12.0
18122026-05-21T00:14:29.390Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18132026-05-21T00:14:29.475Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18142026-05-21T00:14:29.738Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18152026-05-21T00:14:29.934Z Compiling phf v0.12.1
18162026-05-21T00:14:30.153Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18172026-05-21T00:14:30.435Z Compiling zone_cfg_derive v0.3.1
18182026-05-21T00:14:30.533Z Compiling tokio-dtrace v0.1.1
18192026-05-21T00:14:30.891Z Compiling itertools v0.12.1
18202026-05-21T00:14:30.933Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18212026-05-21T00:14:31.094Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18222026-05-21T00:14:31.135Z Compiling libsw-core v0.3.2
18232026-05-21T00:14:31.146Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18242026-05-21T00:14:31.303Z Compiling serde_plain v1.0.2
18252026-05-21T00:14:31.473Z Compiling openssl-macros v0.1.1
18262026-05-21T00:14:31.514Z Compiling pem v3.0.6
18272026-05-21T00:14:31.753Z Compiling cookie v0.18.1
18282026-05-21T00:14:31.902Z Compiling sigpipe v0.1.3
18292026-05-21T00:14:31.992Z Compiling fixedbitset v0.4.2
18302026-05-21T00:14:32.015Z Compiling jiff v0.2.24
18312026-05-21T00:14:32.063Z Compiling typed-path v0.9.3
18322026-05-21T00:14:32.114Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18332026-05-21T00:14:32.126Z Compiling bytecount v0.6.9
18342026-05-21T00:14:32.190Z Compiling glob v0.3.3
18352026-05-21T00:14:32.226Z Compiling fixedbitset v0.5.7
18362026-05-21T00:14:32.262Z Compiling papergrid v0.11.0
18372026-05-21T00:14:32.374Z Compiling progenitor v0.14.0
18382026-05-21T00:14:32.510Z Compiling petgraph v0.8.3
18392026-05-21T00:14:32.564Z Compiling petgraph v0.6.5
18402026-05-21T00:14:32.683Z Compiling zone v0.3.1
18412026-05-21T00:14:33.398Z Compiling tough v0.22.0
18422026-05-21T00:14:34.038Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18432026-05-21T00:14:34.089Z Compiling libsw v3.5.0
18442026-05-21T00:14:34.269Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18452026-05-21T00:14:34.317Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18462026-05-21T00:14:34.441Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18472026-05-21T00:14:34.466Z Compiling oxide-tokio-rt v0.1.6
18482026-05-21T00:14:34.576Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18492026-05-21T00:14:34.779Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18502026-05-21T00:14:35.864Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18512026-05-21T00:14:36.040Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18522026-05-21T00:14:36.094Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18532026-05-21T00:14:36.208Z Compiling const_format v0.2.36
18542026-05-21T00:14:36.763Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18552026-05-21T00:14:36.863Z Compiling tabled_derive v0.7.0
18562026-05-21T00:14:37.019Z Compiling gethostname v0.5.0
18572026-05-21T00:14:37.079Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18582026-05-21T00:14:37.140Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18592026-05-21T00:14:37.178Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18602026-05-21T00:14:37.198Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18612026-05-21T00:14:37.211Z Compiling bcs v0.1.6
18622026-05-21T00:14:37.296Z Compiling smf v0.2.3
18632026-05-21T00:14:37.524Z Compiling termtree v0.5.1
18642026-05-21T00:14:37.677Z Compiling linear-map v1.2.0
18652026-05-21T00:14:37.764Z Compiling whoami v1.6.1
18662026-05-21T00:14:37.835Z Compiling smawk v0.3.2
18672026-05-21T00:14:37.867Z Compiling unicode-linebreak v0.1.5
18682026-05-21T00:14:37.897Z Compiling lazy_static v1.5.0
18692026-05-21T00:14:37.966Z Compiling tagptr v0.2.0
18702026-05-21T00:14:37.978Z Compiling steno v0.4.1
18712026-05-21T00:14:38.081Z Compiling textwrap v0.16.2
18722026-05-21T00:14:38.112Z Compiling moka v0.12.15
18732026-05-21T00:14:38.116Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18742026-05-21T00:14:38.570Z Compiling tabled v0.15.0
18752026-05-21T00:14:38.613Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18762026-05-21T00:14:38.907Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18772026-05-21T00:14:39.453Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18782026-05-21T00:14:40.326Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18792026-05-21T00:14:41.197Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18802026-05-21T00:14:41.251Z Compiling hickory-proto v0.25.2
18812026-05-21T00:14:41.372Z Compiling humantime v2.3.0
18822026-05-21T00:14:41.668Z Compiling parking_lot_core v0.8.6
18832026-05-21T00:14:41.900Z Compiling libscf-sys v1.2.0
18842026-05-21T00:14:41.985Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18852026-05-21T00:14:42.049Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18862026-05-21T00:14:42.116Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18872026-05-21T00:14:42.376Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18882026-05-21T00:14:42.574Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18892026-05-21T00:14:42.685Z Compiling nom v8.0.0
18902026-05-21T00:14:42.847Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18912026-05-21T00:14:42.959Z Compiling parking_lot v0.11.2
18922026-05-21T00:14:42.984Z Compiling fxhash v0.2.1
18932026-05-21T00:14:43.073Z Compiling internet-checksum v0.2.1
18942026-05-21T00:14:43.118Z Compiling hickory-resolver v0.25.2
18952026-05-21T00:14:43.207Z Compiling sled v0.34.7
18962026-05-21T00:14:43.975Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18972026-05-21T00:14:44.773Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18982026-05-21T00:14:48.078Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18992026-05-21T00:14:48.983Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19002026-05-21T00:14:55.816Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19012026-05-21T00:14:57.416Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19022026-05-21T00:14:58.439Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19032026-05-21T00:14:59.513Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19042026-05-21T00:15:00.527Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19052026-05-21T00:15:23.563Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 07s
19062026-05-21T00:15:23.747Z────────────
19072026-05-21T00:15:23.747Z Nextest run ID c703520f-03aa-4423-a8eb-be05ff1cffdc with nextest profile: default
19082026-05-21T00:15:23.747Z Starting 15 tests across 1 binary (28 tests skipped)
19092026-05-21T00:15:40.556Z PASS [ 16.804s] rdb proptest::prop_ipv4_within_self
19102026-05-21T00:15:40.604Z PASS [ 16.854s] rdb proptest::prop_ipv4_host_bits_always_unset
19112026-05-21T00:15:40.661Z PASS [ 16.910s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19122026-05-21T00:15:40.706Z PASS [ 16.955s] rdb proptest::prop_ipv6_default_contains_all
19132026-05-21T00:15:40.743Z PASS [ 16.993s] rdb proptest::prop_ipv4_default_contains_all
19142026-05-21T00:15:40.747Z PASS [ 16.997s] rdb proptest::prop_ipv6_host_bits_always_unset
19152026-05-21T00:15:40.799Z PASS [ 17.048s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19162026-05-21T00:15:57.393Z PASS [ 16.836s] rdb proptest::prop_ipv6_within_self
19172026-05-21T00:16:06.543Z PASS [ 25.935s] rdb proptest::prop_static_route_key_deduplication
19182026-05-21T00:16:16.920Z PASS [ 36.253s] rdb proptest::prop_static_route_key_normalization_idempotent
19192026-05-21T00:16:16.955Z PASS [ 36.205s] rdb proptest::prop_static_route_key_normalization_preserves_length
19202026-05-21T00:16:17.017Z PASS [ 36.305s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19212026-05-21T00:16:17.021Z PASS [ 36.265s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19222026-05-21T00:16:23.759Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19232026-05-21T00:16:33.107Z PASS [ 52.299s] rdb proptest::prop_static_route_key_ord_consistency
19242026-05-21T00:17:23.772Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19252026-05-21T00:18:23.782Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19262026-05-21T00:19:23.795Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19272026-05-21T00:19:42.948Z PASS [ 259.155s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19282026-05-21T00:19:42.948Z────────────
19292026-05-21T00:19:42.948Z Summary [ 259.156s] 15 tests run: 15 passed (1 slow), 28 skipped
19302026-05-21T00:19:42.963Z+ cp '*.log' /work/
19312026-05-21T00:19:42.966Z+ true
19322026-05-21T00:19:42.966Z+ '[' -d proptest-regressions ']'
19332026-05-21T00:19:42.966Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19342026-05-21T00:19:42.966Z+ popd
19352026-05-21T00:19:42.966Z+ pushd bgp
19362026-05-21T00:19:42.966Z/work/oxidecomputer/maghemite
19372026-05-21T00:19:42.966Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19382026-05-21T00:19:42.966Z+ PROPTEST_CASES=1000000
19392026-05-21T00:19:42.966Z+ cargo nextest run --lib proptest
19402026-05-21T00:19:44.140Z Compiling smallvec v1.15.1
19412026-05-21T00:19:44.301Z Compiling crunchy v0.2.4
19422026-05-21T00:19:44.322Z Compiling tiny-keccak v2.0.2
19432026-05-21T00:19:44.339Z Compiling ahash v0.8.12
19442026-05-21T00:19:44.343Z Compiling smartstring v1.0.1
19452026-05-21T00:19:44.350Z Compiling sdd v3.0.10
19462026-05-21T00:19:44.354Z Compiling thin-vec v0.2.18
19472026-05-21T00:19:44.436Z Compiling icu_normalizer v2.2.0
19482026-05-21T00:19:44.453Z Compiling parking_lot_core v0.9.12
19492026-05-21T00:19:44.617Z Compiling parking_lot_core v0.8.6
19502026-05-21T00:19:44.653Z Compiling parking_lot v0.12.5
19512026-05-21T00:19:44.836Z Compiling idna_adapter v1.2.2
19522026-05-21T00:19:44.897Z Compiling tokio v1.52.3
19532026-05-21T00:19:44.917Z Compiling moka v0.12.15
19542026-05-21T00:19:44.985Z Compiling idna v1.1.0
19552026-05-21T00:19:45.059Z Compiling const-random-macro v0.1.16
19562026-05-21T00:19:45.171Z Compiling parking_lot v0.11.2
19572026-05-21T00:19:45.469Z Compiling url v2.5.8
19582026-05-21T00:19:45.582Z Compiling const-random v0.1.18
19592026-05-21T00:19:45.592Z Compiling sled v0.34.7
19602026-05-21T00:19:45.713Z Compiling scc v2.4.0
19612026-05-21T00:19:45.779Z Compiling serial_test_derive v3.4.0
19622026-05-21T00:19:45.878Z Compiling rhai_codegen v3.1.0
19632026-05-21T00:19:46.163Z Compiling schemars v0.8.22
19642026-05-21T00:19:46.346Z Compiling yansi v1.0.1
19652026-05-21T00:19:46.513Z Compiling diff v0.1.13
19662026-05-21T00:19:46.644Z Compiling pretty_assertions v1.4.1
19672026-05-21T00:19:46.800Z Compiling serial_test v3.4.0
19682026-05-21T00:19:46.905Z Compiling ipnetwork v0.21.1
19692026-05-21T00:19:46.917Z Compiling newtype-uuid v1.3.2
19702026-05-21T00:19:47.074Z Compiling serde_with v3.20.0
19712026-05-21T00:19:47.261Z Compiling oxnet v0.1.5
19722026-05-21T00:19:47.292Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19732026-05-21T00:19:47.350Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19742026-05-21T00:19:47.630Z Compiling daft v0.1.7
19752026-05-21T00:19:47.698Z Compiling byte-wrapper v0.1.0
19762026-05-21T00:19:47.754Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
19772026-05-21T00:19:47.901Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19782026-05-21T00:19:48.058Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19792026-05-21T00:19:48.080Z Compiling iddqd v0.3.18
19802026-05-21T00:19:48.269Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19812026-05-21T00:19:48.525Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
19822026-05-21T00:19:48.618Z Compiling tokio-util v0.7.18
19832026-05-21T00:19:48.637Z Compiling tower v0.5.3
19842026-05-21T00:19:48.825Z Compiling tokio-rustls v0.26.4
19852026-05-21T00:19:49.023Z Compiling async-compression v0.4.42
19862026-05-21T00:19:49.095Z Compiling tower-http v0.6.10
19872026-05-21T00:19:49.127Z Compiling tokio-rustls v0.25.0
19882026-05-21T00:19:49.234Z Compiling h2 v0.4.14
19892026-05-21T00:19:49.343Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19902026-05-21T00:19:49.355Z Compiling backoff v0.4.0
19912026-05-21T00:19:50.002Z Compiling typify-impl v0.6.2
19922026-05-21T00:19:50.201Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19932026-05-21T00:19:50.260Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
19942026-05-21T00:19:50.869Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19952026-05-21T00:19:51.371Z Compiling hyper v1.9.0
19962026-05-21T00:19:51.429Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19972026-05-21T00:19:51.504Z Compiling hickory-proto v0.24.4
19982026-05-21T00:19:51.686Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19992026-05-21T00:19:52.860Z Compiling hyper-util v0.1.20
20002026-05-21T00:19:52.899Z Compiling typify v0.6.2
20012026-05-21T00:19:52.930Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20022026-05-21T00:19:53.006Z Compiling progenitor-impl v0.13.0
20032026-05-21T00:19:53.030Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20042026-05-21T00:19:53.099Z Compiling tokio-stream v0.1.18
20052026-05-21T00:19:53.567Z Compiling hickory-resolver v0.24.4
20062026-05-21T00:19:54.119Z Compiling hyper-rustls v0.27.9
20072026-05-21T00:19:54.425Z Compiling reqwest v0.13.3
20082026-05-21T00:19:54.571Z Compiling dropshot v0.17.0
20092026-05-21T00:19:54.789Z Compiling reqwest v0.12.28
20102026-05-21T00:19:56.273Z Compiling progenitor-client v0.14.0
20112026-05-21T00:19:56.445Z Compiling progenitor-client v0.10.0
20122026-05-21T00:19:56.590Z Compiling progenitor-extras v0.2.0
20132026-05-21T00:19:57.034Z Compiling progenitor-client v0.13.0
20142026-05-21T00:19:57.182Z Compiling qorb v0.4.1
20152026-05-21T00:19:57.347Z Compiling progenitor v0.13.0
20162026-05-21T00:19:57.490Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20172026-05-21T00:19:58.287Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20182026-05-21T00:19:58.699Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20192026-05-21T00:19:58.714Z Compiling progenitor-impl v0.14.0
20202026-05-21T00:19:59.410Z Compiling tokio-dtrace v0.1.1
20212026-05-21T00:19:59.506Z Compiling libsw-core v0.3.2
20222026-05-21T00:19:59.681Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20232026-05-21T00:20:00.078Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20242026-05-21T00:20:00.081Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20252026-05-21T00:20:00.608Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20262026-05-21T00:20:00.797Z Compiling progenitor v0.14.0
20272026-05-21T00:20:00.946Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20282026-05-21T00:20:01.430Z Compiling libsw v3.5.0
20292026-05-21T00:20:01.599Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20302026-05-21T00:20:01.620Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20312026-05-21T00:20:02.179Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20322026-05-21T00:20:02.391Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20332026-05-21T00:20:03.134Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20342026-05-21T00:20:03.595Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20352026-05-21T00:20:03.804Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20362026-05-21T00:20:04.371Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20372026-05-21T00:20:04.616Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20382026-05-21T00:20:04.635Z Compiling oxide-tokio-rt v0.1.6
20392026-05-21T00:20:04.827Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20402026-05-21T00:20:04.954Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20412026-05-21T00:20:05.092Z Compiling tough v0.22.0
20422026-05-21T00:20:05.467Z Compiling cancel-safe-futures v0.1.5
20432026-05-21T00:20:05.520Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20442026-05-21T00:20:05.779Z Compiling zone v0.3.1
20452026-05-21T00:20:05.840Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20462026-05-21T00:20:06.342Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20472026-05-21T00:20:06.545Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20482026-05-21T00:20:06.597Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20492026-05-21T00:20:06.741Z Compiling steno v0.4.1
20502026-05-21T00:20:06.753Z Compiling hickory-proto v0.25.2
20512026-05-21T00:20:06.954Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20522026-05-21T00:20:07.329Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20532026-05-21T00:20:07.815Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20542026-05-21T00:20:08.163Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20552026-05-21T00:20:08.440Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20562026-05-21T00:20:08.548Z Compiling rhai v1.24.0
20572026-05-21T00:20:09.466Z Compiling hickory-resolver v0.25.2
20582026-05-21T00:20:09.810Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20592026-05-21T00:20:09.822Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20602026-05-21T00:20:11.407Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20612026-05-21T00:20:11.792Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20622026-05-21T00:20:12.371Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20632026-05-21T00:20:12.786Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20642026-05-21T00:20:13.872Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20652026-05-21T00:20:14.955Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20662026-05-21T00:20:15.174Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20672026-05-21T00:20:19.790Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20682026-05-21T00:20:27.441Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20692026-05-21T00:20:29.060Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20702026-05-21T00:20:30.102Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20712026-05-21T00:20:31.170Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20722026-05-21T00:20:31.956Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20732026-05-21T00:20:33.959Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20742026-05-21T00:21:05.232Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s
20752026-05-21T00:21:05.408Z────────────
20762026-05-21T00:21:05.408Z Nextest run ID 2ed50496-0de8-4dc5-a142-1db02ce56636 with nextest profile: default
20772026-05-21T00:21:05.408Z Starting 17 tests across 1 binary (133 tests skipped)
20782026-05-21T00:21:22.383Z PASS [ 16.971s] bgp proptest::prop_ipv4_wire_format_roundtrip
20792026-05-21T00:21:24.306Z PASS [ 18.894s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20802026-05-21T00:21:24.359Z PASS [ 18.945s] bgp proptest::prop_ipv4_prefixes_roundtrip
20812026-05-21T00:21:25.570Z PASS [ 20.158s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20822026-05-21T00:21:26.115Z PASS [ 20.690s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20832026-05-21T00:21:26.218Z PASS [ 20.804s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20842026-05-21T00:21:34.116Z PASS [ 28.702s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20852026-05-21T00:21:39.365Z PASS [ 16.965s] bgp proptest::prop_ipv6_wire_format_roundtrip
20862026-05-21T00:21:44.535Z PASS [ 20.225s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20872026-05-21T00:21:44.561Z PASS [ 18.988s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20882026-05-21T00:21:45.324Z PASS [ 19.104s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20892026-05-21T00:21:47.098Z PASS [ 19.755s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20902026-05-21T00:22:05.432Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20912026-05-21T00:22:08.346Z PASS [ 28.989s] bgp proptest::prop_update_mp_unreach_roundtrip
20922026-05-21T00:22:12.590Z PASS [ 67.169s] bgp proptest::prop_encode_decode_semantic_equivalence
20932026-05-21T00:22:24.370Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20942026-05-21T00:22:34.132Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20952026-05-21T00:22:34.775Z PASS [ 70.406s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20962026-05-21T00:22:47.303Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20972026-05-21T00:22:47.357Z PASS [ 62.328s] bgp proptest::prop_update_traditional_roundtrip
20982026-05-21T00:22:48.216Z PASS [ 74.087s] bgp proptest::prop_update_mp_reach_roundtrip
20992026-05-21T00:22:48.216Z────────────
21002026-05-21T00:22:48.216Z Summary [ 102.790s] 17 tests run: 17 passed (4 slow), 133 skipped
21012026-05-21T00:22:48.228Z+ cp '*.log' /work/
21022026-05-21T00:22:48.233Z+ true
21032026-05-21T00:22:48.233Z+ '[' -d proptest-regressions ']'
21042026-05-21T00:22:48.233Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21052026-05-21T00:22:48.233Z+ popd
21062026-05-21T00:22:48.233Z/work/oxidecomputer/maghemite
21072026-05-21T00:22:48.240Zprocess exited: duration 724376 ms, exit code 0
 
21082026-05-21T00:22:48.247Zfound 0 output files