01KRAK5A9XNYHGDPKMMDSVKH09: 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: 01KRAK5Q4QNXW9WDQXAW9B8CAM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T04:03:00.418Zjob assigned to worker 01KRAK64NR3S9FT2T842Q01JQ6 [factory aws, i-01509ae6ff6fa6c01] (queued for 1 m 5 s)
 
22026-05-11T04:03:07.214Zstarting task 0: "setup"
32026-05-11T04:03:07.218Z++ uname -s
42026-05-11T04:03:07.221Z+ kern=SunOS
52026-05-11T04:03:07.221Z+ build_user=build
62026-05-11T04:03:07.221Z+ build_uid=12345
72026-05-11T04:03:07.221Z+ work_dir=/work
82026-05-11T04:03:07.221Z+ input_dir=/input
92026-05-11T04:03:07.221Z+ [[ 0 == 12345 ]]
102026-05-11T04:03:07.221Z+ case "$kern" in
112026-05-11T04:03:07.221Z+ groupadd -g 12345 build
122026-05-11T04:03:07.224Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T04:03:09.229Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T04:03:09.352Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T04:03:09.355Z+ home_fs=zfs
162026-05-11T04:03:09.355Z+ [[ zfs == autofs ]]
172026-05-11T04:03:09.355Z+ mkdir -p /home/build
182026-05-11T04:03:09.355Z+ chown build:build /home/build /work
192026-05-11T04:03:11.357Z+ chmod 0700 /home/build /work
202026-05-11T04:03:11.360Zprocess exited: duration 4146 ms, exit code 0
 
212026-05-11T04:03:11.366Zstarting task 1: "rust-toolchain"
222026-05-11T04:03:11.370Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-11T04:03:11.370Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-11T04:03:11.370Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-11T04:03:11.370Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-11T04:03:11.370Z * rust toolchain channel = "stable"
272026-05-11T04:03:11.370Z * rust toolchain profile = "default"
282026-05-11T04:03:11.373Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T04:03:11.373Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-11T04:03:11.517Zinfo: downloading installer
312026-05-11T04:03:12.843Zwarn: It looks like you have an existing installation of Rust at:
322026-05-11T04:03:12.843Zwarn: /opt/ooce/bin
332026-05-11T04:03:12.843Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-11T04:03:12.843Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-11T04:03:12.843Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-11T04:03:12.844Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-11T04:03:12.844Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-11T04:03:12.844Zerror: cannot install while Rust is installed
392026-05-11T04:03:12.844Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-11T04:03:12.844Zwarn: It looks like you have an existing rustup settings file at:
412026-05-11T04:03:12.844Zwarn: /home/build/.rustup/settings.toml
422026-05-11T04:03:12.844Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-11T04:03:12.844Zwarn: instead of the one inferred from the default host triple.
442026-05-11T04:03:12.857Zinfo: profile set to default
452026-05-11T04:03:12.857Zinfo: default host triple is x86_64-unknown-illumos
462026-05-11T04:03:12.860Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-11T04:03:12.995Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-11T04:03:12.998Zinfo: downloading 6 components
492026-05-11T04:03:26.972Z
502026-05-11T04:03:26.972Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-05-11T04:03:26.999Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-11T04:03:26.999Z
532026-05-11T04:03:27.002Z
542026-05-11T04:03:27.003ZRust is installed now. Great!
552026-05-11T04:03:27.003Z
562026-05-11T04:03:27.003ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-11T04:03:27.003Zenvironment variable. This has not been done automatically.
582026-05-11T04:03:27.003Z
592026-05-11T04:03:27.003ZTo configure your current shell, you need to source
602026-05-11T04:03:27.003Zthe corresponding env file under $HOME/.cargo.
612026-05-11T04:03:27.003Z
622026-05-11T04:03:27.003ZThis is usually done by running one of the following (note the leading DOT):
632026-05-11T04:03:27.003Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-11T04:03:27.003Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-11T04:03:27.003Zsource "~/.cargo/env.nu" # For nushell
662026-05-11T04:03:27.003Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-11T04:03:27.003Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-11T04:03:27.003Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-11T04:03:27.003Zwarn: no default linker (`cc`) was found in your PATH
702026-05-11T04:03:27.003Zwarn: many Rust crates require a system C toolchain to build
712026-05-11T04:03:27.107Z+ rustup --version
722026-05-11T04:03:27.116Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-11T04:03:27.120Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-11T04:03:27.136Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-11T04:03:27.141Z+ cargo --version
762026-05-11T04:03:27.153Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-11T04:03:27.156Z+ rustc --version
782026-05-11T04:03:27.175Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-11T04:03:27.179Zprocess exited: duration 15808 ms, exit code 0
 
802026-05-11T04:03:27.184Zstarting task 2: "authentication"
812026-05-11T04:03:27.200Zprocess exited: duration 15 ms, exit code 0
 
822026-05-11T04:03:27.206Zstarting task 3: "clone repository"
832026-05-11T04:03:27.209Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-11T04:03:27.212Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-11T04:03:27.241ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-11T04:03:28.146Z+ cd /work/oxidecomputer/maghemite
872026-05-11T04:03:28.146Z+ git fetch origin 5050964daba98b5ecf91ea2a5a9be9418f1853f9
882026-05-11T04:03:28.562ZFrom https://github.com/oxidecomputer/maghemite
892026-05-11T04:03:28.562Z * branch 5050964daba98b5ecf91ea2a5a9be9418f1853f9 -> FETCH_HEAD
902026-05-11T04:03:28.570Z+ [[ -n '' ]]
912026-05-11T04:03:28.570Z+ git reset --hard 5050964daba98b5ecf91ea2a5a9be9418f1853f9
922026-05-11T04:03:28.588ZHEAD is now at 5050964 [ddm-api] PUT /peer for state-machine-bypassing peer injection
932026-05-11T04:03:28.591Zprocess exited: duration 1382 ms, exit code 0
 
942026-05-11T04:03:28.597Zstarting task 4: "build"
952026-05-11T04:03:28.602Z+ set -e
962026-05-11T04:03:28.602Z+ NEXTEST_VERSION=0.9.97
972026-05-11T04:03:28.602Z+ PLATFORM=illumos
982026-05-11T04:03:28.602Z+ cargo --version
992026-05-11T04:03:28.607Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1002026-05-11T04:03:28.750Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1012026-05-11T04:03:28.753Zinfo: downloading 6 components
1022026-05-11T04:03:44.573Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1032026-05-11T04:03:44.576Z+ rustc --version
1042026-05-11T04:03:44.602Zrustc 1.94.1 (e408947bf 2026-03-25)
1052026-05-11T04:03:44.606Z+ cargo install cargo-nextest --version 0.9.97
1062026-05-11T04:03:44.649Z Updating crates.io index
1072026-05-11T04:03:44.741Z Downloading crates ...
1082026-05-11T04:03:44.794Z Downloaded cargo-nextest v0.9.97
1092026-05-11T04:03:44.857Z Installing cargo-nextest v0.9.97
1102026-05-11T04:03:44.899Z Updating crates.io index
1112026-05-11T04:03:47.374Z Locking 404 packages to latest compatible versions
1122026-05-11T04:03:47.379Z Adding dialoguer v0.11.0 (available: v0.12.0)
1132026-05-11T04:03:47.379Z Adding duct v0.13.7 (available: v1.1.1)
1142026-05-11T04:03:47.382Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1152026-05-11T04:03:47.382Z Adding generic-array v0.14.7 (available: v0.14.9)
1162026-05-11T04:03:47.385Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1172026-05-11T04:03:47.385Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1182026-05-11T04:03:47.385Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1192026-05-11T04:03:47.387Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1202026-05-11T04:03:47.391Z Adding quick-junit v0.5.2 (available: v0.6.0)
1212026-05-11T04:03:47.408Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1222026-05-11T04:03:47.417Z Downloading crates ...
1232026-05-11T04:03:47.490Z Downloaded ahash v0.8.12
1242026-05-11T04:03:47.493Z Downloaded guppy-workspace-hack v0.1.0
1252026-05-11T04:03:47.496Z Downloaded cfg-if v1.0.4
1262026-05-11T04:03:47.496Z Downloaded clap_lex v1.1.0
1272026-05-11T04:03:47.499Z Downloaded futures-io v0.3.32
1282026-05-11T04:03:47.499Z Downloaded anstyle v1.0.14
1292026-05-11T04:03:47.499Z Downloaded block-buffer v0.10.4
1302026-05-11T04:03:47.501Z Downloaded form_urlencoded v1.2.2
1312026-05-11T04:03:47.501Z Downloaded base64ct v1.8.3
1322026-05-11T04:03:47.504Z Downloaded getrandom v0.2.17
1332026-05-11T04:03:47.507Z Downloaded ordered-float v2.10.1
1342026-05-11T04:03:47.507Z Downloaded bitflags v2.11.1
1352026-05-11T04:03:47.517Z Downloaded serde-value v0.7.0
1362026-05-11T04:03:47.521Z Downloaded openssl-macros v0.1.1
1372026-05-11T04:03:47.521Z Downloaded foreign-types v0.3.2
1382026-05-11T04:03:47.521Z Downloaded indent_write v2.2.0
1392026-05-11T04:03:47.522Z Downloaded foldhash v0.1.5
1402026-05-11T04:03:47.522Z Downloaded autocfg v1.5.0
1412026-05-11T04:03:47.522Z Downloaded addr2line v0.25.1
1422026-05-11T04:03:47.522Z Downloaded num-traits v0.2.19
1432026-05-11T04:03:47.526Z Downloaded rustc-hash v2.1.2
1442026-05-11T04:03:47.526Z Downloaded convert_case v0.10.0
1452026-05-11T04:03:47.530Z Downloaded eyre v0.6.12
1462026-05-11T04:03:47.530Z Downloaded miniz_oxide v0.8.9
1472026-05-11T04:03:47.533Z Downloaded hyper-rustls v0.27.9
1482026-05-11T04:03:47.533Z Downloaded crypto-common v0.1.7
1492026-05-11T04:03:47.536Z Downloaded lock_api v0.4.14
1502026-05-11T04:03:47.536Z Downloaded future-queue v0.4.0
1512026-05-11T04:03:47.539Z Downloaded fastrand v2.4.1
1522026-05-11T04:03:47.539Z Downloaded self-replace v1.5.0
1532026-05-11T04:03:47.542Z Downloaded rand_core v0.6.4
1542026-05-11T04:03:47.542Z Downloaded number_prefix v0.4.0
1552026-05-11T04:03:47.545Z Downloaded home v0.5.12
1562026-05-11T04:03:47.545Z Downloaded flate2 v1.1.9
1572026-05-11T04:03:47.549Z Downloaded pin-project-internal v1.1.12
1582026-05-11T04:03:47.552Z Downloaded camino v1.2.2
1592026-05-11T04:03:47.552Z Downloaded duct v0.13.7
1602026-05-11T04:03:47.552Z Downloaded os_pipe v1.2.3
1612026-05-11T04:03:47.555Z Downloaded native-tls v0.2.18
1622026-05-11T04:03:47.555Z Downloaded futures-core v0.3.32
1632026-05-11T04:03:47.558Z Downloaded adler2 v2.0.1
1642026-05-11T04:03:47.558Z Downloaded futures v0.3.32
1652026-05-11T04:03:47.561Z Downloaded erased-serde v0.4.10
1662026-05-11T04:03:47.564Z Downloaded errno v0.3.14
1672026-05-11T04:03:47.568Z Downloaded memchr v2.8.0
1682026-05-11T04:03:47.572Z Downloaded equivalent v1.0.2
1692026-05-11T04:03:47.572Z Downloaded rand v0.9.4
1702026-05-11T04:03:47.576Z Downloaded colorchoice v1.0.5
1712026-05-11T04:03:47.576Z Downloaded cargo-platform v0.3.3
1722026-05-11T04:03:47.576Z Downloaded fnv v1.0.7
1732026-05-11T04:03:47.576Z Downloaded atomic-waker v1.1.2
1742026-05-11T04:03:47.579Z Downloaded document-features v0.2.12
1752026-05-11T04:03:47.579Z Downloaded curve25519-dalek-derive v0.1.1
1762026-05-11T04:03:47.579Z Downloaded miette-derive v7.6.0
1772026-05-11T04:03:47.582Z Downloaded nextest-workspace-hack v0.1.0
1782026-05-11T04:03:47.582Z Downloaded derive_more-impl v2.1.1
1792026-05-11T04:03:47.585Z Downloaded signal-hook-registry v1.4.8
1802026-05-11T04:03:47.588Z Downloaded anstyle-query v1.1.5
1812026-05-11T04:03:47.588Z Downloaded openssl-sys v0.9.115
1822026-05-11T04:03:47.591Z Downloaded serde_spanned v1.1.1
1832026-05-11T04:03:47.594Z Downloaded scopeguard v1.2.0
1842026-05-11T04:03:47.594Z Downloaded async-scoped v0.9.0
1852026-05-11T04:03:47.597Z Downloaded futures-sink v0.3.32
1862026-05-11T04:03:47.597Z Downloaded heck v0.5.0
1872026-05-11T04:03:47.597Z Downloaded rustc_version v0.4.1
1882026-05-11T04:03:47.600Z Downloaded cfg_aliases v0.2.1
1892026-05-11T04:03:47.600Z Downloaded debug-ignore v1.0.5
1902026-05-11T04:03:47.604Z Downloaded backtrace-ext v0.2.1
1912026-05-11T04:03:47.604Z Downloaded generic-array v0.14.7
1922026-05-11T04:03:47.604Z Downloaded futures-macro v0.3.32
1932026-05-11T04:03:47.607Z Downloaded cpufeatures v0.2.17
1942026-05-11T04:03:47.607Z Downloaded cargo-platform v0.2.0
1952026-05-11T04:03:47.607Z Downloaded hyper-tls v0.6.0
1962026-05-11T04:03:47.607Z Downloaded swrite v0.1.0
1972026-05-11T04:03:47.611Z Downloaded is_terminal_polyfill v1.70.2
1982026-05-11T04:03:47.611Z Downloaded serde_ignored v0.1.14
1992026-05-11T04:03:47.611Z Downloaded itoa v1.0.18
2002026-05-11T04:03:47.614Z Downloaded is_ci v1.2.0
2012026-05-11T04:03:47.614Z Downloaded pathdiff v0.2.3
2022026-05-11T04:03:47.614Z Downloaded hex v0.4.3
2032026-05-11T04:03:47.617Z Downloaded color-spantrace v0.3.0
2042026-05-11T04:03:47.617Z Downloaded futures-task v0.3.32
2052026-05-11T04:03:47.617Z Downloaded find-msvc-tools v0.1.9
2062026-05-11T04:03:47.620Z Downloaded atomicwrites v0.4.4
2072026-05-11T04:03:47.620Z Downloaded mukti-metadata v0.3.0
2082026-05-11T04:03:47.620Z Downloaded futures-executor v0.3.32
2092026-05-11T04:03:47.625Z Downloaded rustc-demangle v0.1.27
2102026-05-11T04:03:47.625Z Downloaded rand_chacha v0.9.0
2112026-05-11T04:03:47.628Z Downloaded ppv-lite86 v0.2.21
2122026-05-11T04:03:47.628Z Downloaded nextest-metadata v0.12.2
2132026-05-11T04:03:47.628Z Downloaded lazy_static v1.5.0
2142026-05-11T04:03:47.628Z Downloaded filetime v0.2.28
2152026-05-11T04:03:47.631Z Downloaded ed25519 v2.2.3
2162026-05-11T04:03:47.631Z Downloaded pkcs8 v0.10.2
2172026-05-11T04:03:47.634Z Downloaded nested v0.1.1
2182026-05-11T04:03:47.634Z Downloaded cargo_metadata v0.20.0
2192026-05-11T04:03:47.634Z Downloaded crossterm v0.29.0
2202026-05-11T04:03:47.638Z Downloaded shell-words v1.1.1
2212026-05-11T04:03:47.641Z Downloaded parking_lot v0.12.5
2222026-05-11T04:03:47.641Z Downloaded humantime v2.3.0
2232026-05-11T04:03:47.644Z Downloaded sigchld v0.2.4
2242026-05-11T04:03:47.644Z Downloaded serde_spanned v0.6.9
2252026-05-11T04:03:47.644Z Downloaded foreign-types-shared v0.1.1
2262026-05-11T04:03:47.647Z Downloaded lru-slab v0.1.2
2272026-05-11T04:03:47.647Z Downloaded humantime-serde v1.1.1
2282026-05-11T04:03:47.647Z Downloaded sync_wrapper v1.0.2
2292026-05-11T04:03:47.647Z Downloaded supports-hyperlinks v3.2.0
2302026-05-11T04:03:47.652Z Downloaded idna_adapter v1.0.0
2312026-05-11T04:03:47.652Z Downloaded strip-ansi-escapes v0.2.1
2322026-05-11T04:03:47.652Z Downloaded serde_urlencoded v0.7.1
2332026-05-11T04:03:47.655Z Downloaded indenter v0.3.4
2342026-05-11T04:03:47.655Z Downloaded http-body v1.0.1
2352026-05-11T04:03:47.655Z Downloaded supports-color v3.0.2
2362026-05-11T04:03:47.655Z Downloaded terminal_size v0.4.4
2372026-05-11T04:03:47.655Z Downloaded signature v2.2.0
2382026-05-11T04:03:47.658Z Downloaded strsim v0.11.1
2392026-05-11T04:03:47.658Z Downloaded shared_child v1.1.1
2402026-05-11T04:03:47.658Z Downloaded percent-encoding v2.3.2
2412026-05-11T04:03:47.658Z Downloaded globset v0.4.18
2422026-05-11T04:03:47.661Z Downloaded serde-untagged v0.1.9
2432026-05-11T04:03:47.661Z Downloaded cargo_metadata v0.23.1
2442026-05-11T04:03:47.663Z Downloaded supports-unicode v3.0.0
2452026-05-11T04:03:47.663Z Downloaded signal-hook-mio v0.2.5
2462026-05-11T04:03:47.666Z Downloaded either v1.15.0
2472026-05-11T04:03:47.666Z Downloaded anstyle-parse v1.0.0
2482026-05-11T04:03:47.666Z Downloaded cargo-util-schemas v0.2.0
2492026-05-11T04:03:47.669Z Downloaded futures-channel v0.3.32
2502026-05-11T04:03:47.669Z Downloaded openssl-probe v0.2.1
2512026-05-11T04:03:47.669Z Downloaded console v0.15.11
2522026-05-11T04:03:47.672Z Downloaded rand_core v0.9.5
2532026-05-11T04:03:47.672Z Downloaded crc32fast v1.5.0
2542026-05-11T04:03:47.676Z Downloaded derive_more v2.1.1
2552026-05-11T04:03:47.681Z Downloaded pkg-config v0.3.33
2562026-05-11T04:03:47.685Z Downloaded jobserver v0.1.34
2572026-05-11T04:03:47.685Z Downloaded const-oid v0.9.6
2582026-05-11T04:03:47.690Z Downloaded newtype-uuid v1.3.2
2592026-05-11T04:03:47.690Z Downloaded rustls-pki-types v1.14.1
2602026-05-11T04:03:47.690Z Downloaded cfg-expr v0.20.7
2612026-05-11T04:03:47.693Z Downloaded tokio-macros v2.7.0
2622026-05-11T04:03:47.693Z Downloaded tinyvec_macros v0.1.1
2632026-05-11T04:03:47.693Z Downloaded pin-project-lite v0.2.17
2642026-05-11T04:03:47.696Z Downloaded toml_datetime v0.6.11
2652026-05-11T04:03:47.696Z Downloaded quick-junit v0.5.2
2662026-05-11T04:03:47.699Z Downloaded tower-service v0.3.3
2672026-05-11T04:03:47.699Z Downloaded owo-colors v4.3.0
2682026-05-11T04:03:47.703Z Downloaded fixedbitset v0.5.7
2692026-05-11T04:03:47.703Z Downloaded digest v0.10.7
2702026-05-11T04:03:47.707Z Downloaded miette v7.6.0
2712026-05-11T04:03:47.707Z Downloaded smol_str v0.3.6
2722026-05-11T04:03:47.711Z Downloaded sha2 v0.10.9
2732026-05-11T04:03:47.711Z Downloaded subtle v2.6.1
2742026-05-11T04:03:47.711Z Downloaded slab v0.4.12
2752026-05-11T04:03:47.711Z Downloaded toml_write v0.1.2
2762026-05-11T04:03:47.714Z Downloaded tracing-error v0.2.1
2772026-05-11T04:03:47.714Z Downloaded shlex v1.3.0
2782026-05-11T04:03:47.714Z Downloaded serde_path_to_error v0.1.20
2792026-05-11T04:03:47.714Z Downloaded unicode-linebreak v0.1.5
2802026-05-11T04:03:47.717Z Downloaded iana-time-zone v0.1.65
2812026-05-11T04:03:47.717Z Downloaded clap_derive v4.6.1
2822026-05-11T04:03:47.722Z Downloaded http-body-util v0.1.3
2832026-05-11T04:03:47.722Z Downloaded target-spec-miette v0.4.6
2842026-05-11T04:03:47.725Z Downloaded camino-tempfile v1.4.1
2852026-05-11T04:03:47.725Z Downloaded enable-ansi-support v0.2.1
2862026-05-11T04:03:47.725Z Downloaded dialoguer v0.11.0
2872026-05-11T04:03:47.728Z Downloaded want v0.3.1
2882026-05-11T04:03:47.728Z Downloaded try-lock v0.2.5
2892026-05-11T04:03:47.728Z Downloaded simd-adler32 v0.3.9
2902026-05-11T04:03:47.731Z Downloaded tower-layer v0.3.3
2912026-05-11T04:03:47.734Z Downloaded quinn-udp v0.5.14
2922026-05-11T04:03:47.734Z Downloaded target-lexicon v0.13.3
2932026-05-11T04:03:47.737Z Downloaded nextest-filtering v0.15.0
2942026-05-11T04:03:47.741Z Downloaded self_update v0.42.0
2952026-05-11T04:03:47.741Z Downloaded utf8parse v0.2.2
2962026-05-11T04:03:47.741Z Downloaded unicode-xid v0.2.6
2972026-05-11T04:03:47.744Z Downloaded typeid v1.0.3
2982026-05-11T04:03:47.744Z Downloaded untrusted v0.9.0
2992026-05-11T04:03:47.744Z Downloaded thread_local v1.1.9
3002026-05-11T04:03:47.748Z Downloaded utf8_iter v1.0.4
3012026-05-11T04:03:47.748Z Downloaded derive-where v1.6.1
3022026-05-11T04:03:47.750Z Downloaded xattr v1.6.1
3032026-05-11T04:03:47.750Z Downloaded tokio-native-tls v0.3.1
3042026-05-11T04:03:47.753Z Downloaded clap v4.6.1
3052026-05-11T04:03:47.757Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3062026-05-11T04:03:47.760Z Downloaded thiserror-impl v2.0.18
3072026-05-11T04:03:47.760Z Downloaded thiserror-impl v1.0.69
3082026-05-11T04:03:47.763Z Downloaded httparse v1.10.1
3092026-05-11T04:03:47.763Z Downloaded quote v1.0.45
3102026-05-11T04:03:47.766Z Downloaded thiserror v2.0.18
3112026-05-11T04:03:47.770Z Downloaded toml_writer v1.1.1+spec-1.1.0
3122026-05-11T04:03:47.770Z Downloaded anstream v1.0.0
3132026-05-11T04:03:47.770Z Downloaded once_cell v1.21.4
3142026-05-11T04:03:47.773Z Downloaded thiserror v1.0.69
3152026-05-11T04:03:47.777Z Downloaded getrandom v0.3.4
3162026-05-11T04:03:47.777Z Downloaded tracing-log v0.2.0
3172026-05-11T04:03:47.781Z Downloaded semver v1.0.28
3182026-05-11T04:03:47.784Z Downloaded litrs v1.0.0
3192026-05-11T04:03:47.787Z Downloaded bytes v1.11.1
3202026-05-11T04:03:47.793Z Downloaded spki v0.7.3
3212026-05-11T04:03:47.796Z Downloaded unicase v2.9.0
3222026-05-11T04:03:47.796Z Downloaded ipnet v2.12.0
3232026-05-11T04:03:47.796Z Downloaded backtrace v0.3.76
3242026-05-11T04:03:47.798Z Downloaded xxhash-rust v0.8.15
3252026-05-11T04:03:47.801Z Downloaded version_check v0.9.5
3262026-05-11T04:03:47.801Z Downloaded static_assertions v1.1.0
3272026-05-11T04:03:47.801Z Downloaded toml v0.8.23
3282026-05-11T04:03:47.804Z Downloaded ryu v1.0.23
3292026-05-11T04:03:47.807Z Downloaded base64 v0.22.1
3302026-05-11T04:03:47.807Z Downloaded tempfile v3.27.0
3312026-05-11T04:03:47.810Z Downloaded parking_lot_core v0.9.12
3322026-05-11T04:03:47.810Z Downloaded zstd v0.13.3
3332026-05-11T04:03:47.814Z Downloaded signal-hook v0.3.18
3342026-05-11T04:03:47.818Z Downloaded tokio-stream v0.1.18
3352026-05-11T04:03:47.818Z Downloaded zeroize v1.8.2
3362026-05-11T04:03:47.818Z Downloaded serde_derive v1.0.228
3372026-05-11T04:03:47.821Z Downloaded socket2 v0.6.3
3382026-05-11T04:03:47.821Z Downloaded smallvec v1.15.1
3392026-05-11T04:03:47.824Z Downloaded zmij v1.0.21
3402026-05-11T04:03:47.824Z Downloaded pin-project v1.1.12
3412026-05-11T04:03:47.830Z Downloaded zipsign-api v0.1.5
3422026-05-11T04:03:47.833Z Downloaded toml_parser v1.1.2+spec-1.1.0
3432026-05-11T04:03:47.833Z Downloaded sharded-slab v0.1.7
3442026-05-11T04:03:47.836Z Downloaded zstd-safe v7.2.4
3452026-05-11T04:03:47.836Z Downloaded tracing-attributes v0.1.31
3462026-05-11T04:03:47.839Z Downloaded tinyvec v1.11.0
3472026-05-11T04:03:47.842Z Downloaded log v0.4.29
3482026-05-11T04:03:47.842Z Downloaded config v0.15.22
3492026-05-11T04:03:47.845Z Downloaded serde_core v1.0.228
3502026-05-11T04:03:47.848Z Downloaded urlencoding v2.1.3
3512026-05-11T04:03:47.848Z Downloaded getrandom v0.4.2
3522026-05-11T04:03:47.851Z Downloaded tar v0.4.45
3532026-05-11T04:03:47.854Z Downloaded proc-macro2 v1.0.106
3542026-05-11T04:03:47.856Z Downloaded tracing-core v0.1.36
3552026-05-11T04:03:47.859Z Downloaded textwrap v0.16.2
3562026-05-11T04:03:47.859Z Downloaded der v0.7.10
3572026-05-11T04:03:47.862Z Downloaded cc v1.2.62
3582026-05-11T04:03:47.865Z Downloaded tokio-rustls v0.26.4
3592026-05-11T04:03:47.865Z Downloaded borsh v1.6.1
3602026-05-11T04:03:47.868Z Downloaded toml v1.1.2+spec-1.1.0
3612026-05-11T04:03:47.871Z Downloaded serde v1.0.228
3622026-05-11T04:03:47.879Z Downloaded indicatif v0.17.11
3632026-05-11T04:03:47.882Z Downloaded uuid v1.23.1
3642026-05-11T04:03:47.889Z Downloaded unicode-ident v1.0.24
3652026-05-11T04:03:47.891Z Downloaded ed25519-dalek v2.2.0
3662026-05-11T04:03:47.903Z Downloaded target-spec v3.6.0
3672026-05-11T04:03:47.906Z Downloaded toml_edit v0.22.27
3682026-05-11T04:03:47.909Z Downloaded vte v0.14.1
3692026-05-11T04:03:47.917Z Downloaded quinn v0.11.9
3702026-05-11T04:03:47.933Z Downloaded typenum v1.20.0
3712026-05-11T04:03:47.945Z Downloaded rustls-webpki v0.103.13
3722026-05-11T04:03:47.949Z Downloaded guppy v0.17.25
3732026-05-11T04:03:47.951Z Downloaded indexmap v2.14.0
3742026-05-11T04:03:47.954Z Downloaded hashbrown v0.15.5
3752026-05-11T04:03:47.957Z Downloaded serde_json v1.0.149
3762026-05-11T04:03:47.961Z Downloaded hashbrown v0.17.1
3772026-05-11T04:03:47.964Z Downloaded futures-util v0.3.32
3782026-05-11T04:03:47.971Z Downloaded http v1.4.0
3792026-05-11T04:03:47.979Z Downloaded hyper-util v0.1.20
3802026-05-11T04:03:47.983Z Downloaded tower v0.5.3
3812026-05-11T04:03:47.988Z Downloaded aho-corasick v1.1.4
3822026-05-11T04:03:47.991Z Downloaded tokio-util v0.7.18
3832026-05-11T04:03:47.995Z Downloaded url v2.5.8
3842026-05-11T04:03:48.004Z Downloaded mio v1.2.0
3852026-05-11T04:03:48.009Z Downloaded tower-http v0.6.10
3862026-05-11T04:03:48.013Z Downloaded ron v0.12.1
3872026-05-11T04:03:48.017Z Downloaded unicode-segmentation v1.13.2
3882026-05-11T04:03:48.020Z Downloaded h2 v0.4.14
3892026-05-11T04:03:48.023Z Downloaded clap_builder v4.6.0
3902026-05-11T04:03:48.028Z Downloaded regex v1.12.3
3912026-05-11T04:03:48.035Z Downloaded winnow v0.7.15
3922026-05-11T04:03:48.040Z Downloaded winnow v1.0.2
3932026-05-11T04:03:48.046Z Downloaded tracing-subscriber v0.3.23
3942026-05-11T04:03:48.051Z Downloaded chrono v0.4.44
3952026-05-11T04:03:48.054Z Downloaded unicode-normalization v0.1.25
3962026-05-11T04:03:48.057Z Downloaded hyper v1.9.0
3972026-05-11T04:03:48.068Z Downloaded pulldown-cmark v0.13.3
3982026-05-11T04:03:48.071Z Downloaded itertools v0.14.0
3992026-05-11T04:03:48.075Z Downloaded curve25519-dalek v4.1.3
4002026-05-11T04:03:48.081Z Downloaded idna v1.1.0
4012026-05-11T04:03:48.084Z Downloaded reqwest v0.12.28
4022026-05-11T04:03:48.089Z Downloaded unicode-width v0.2.2
4032026-05-11T04:03:48.093Z Downloaded zerocopy v0.8.48
4042026-05-11T04:03:48.102Z Downloaded quick-xml v0.37.5
4052026-05-11T04:03:48.105Z Downloaded nextest-runner v0.80.0
4062026-05-11T04:03:48.112Z Downloaded portable-atomic v1.13.1
4072026-05-11T04:03:48.116Z Downloaded bstr v1.12.1
4082026-05-11T04:03:48.121Z Downloaded syn v2.0.117
4092026-05-11T04:03:48.127Z Downloaded quick-xml v0.38.4
4102026-05-11T04:03:48.130Z Downloaded gimli v0.32.3
4112026-05-11T04:03:48.143Z Downloaded tracing v0.1.44
4122026-05-11T04:03:48.155Z Downloaded quinn-proto v0.11.14
4132026-05-11T04:03:48.159Z Downloaded color-eyre v0.6.5
4142026-05-11T04:03:48.164Z Downloaded webpki-roots v1.0.7
4152026-05-11T04:03:48.171Z Downloaded vcpkg v0.2.15
4162026-05-11T04:03:48.193Z Downloaded tokio v1.52.3
4172026-05-11T04:03:48.229Z Downloaded unicode-width v0.1.14
4182026-05-11T04:03:48.233Z Downloaded openssl v0.10.79
4192026-05-11T04:03:48.257Z Downloaded object v0.37.3
4202026-05-11T04:03:48.265Z Downloaded nix v0.30.1
4212026-05-11T04:03:48.272Z Downloaded regex-syntax v0.8.10
4222026-05-11T04:03:48.279Z Downloaded rustls v0.23.40
4232026-05-11T04:03:48.286Z Downloaded rustix v0.38.44
4242026-05-11T04:03:48.298Z Downloaded rustix v1.1.4
4252026-05-11T04:03:48.376Z Downloaded regex-automata v0.4.14
4262026-05-11T04:03:48.411Z Downloaded petgraph v0.8.3
4272026-05-11T04:03:48.423Z Downloaded libc v0.2.186
4282026-05-11T04:03:48.442Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4292026-05-11T04:03:48.510Z Downloaded ring v0.17.14
4302026-05-11T04:03:48.533Z Downloaded recursion v0.5.4
4312026-05-11T04:03:48.578Z Compiling libc v0.2.186
4322026-05-11T04:03:48.578Z Compiling proc-macro2 v1.0.106
4332026-05-11T04:03:48.578Z Compiling unicode-ident v1.0.24
4342026-05-11T04:03:48.578Z Compiling quote v1.0.45
4352026-05-11T04:03:48.578Z Compiling serde_core v1.0.228
4362026-05-11T04:03:48.579Z Compiling cfg-if v1.0.4
4372026-05-11T04:03:48.579Z Compiling memchr v2.8.0
4382026-05-11T04:03:48.579Z Compiling once_cell v1.21.4
4392026-05-11T04:03:48.777Z Compiling log v0.4.29
4402026-05-11T04:03:48.861Z Compiling pin-project-lite v0.2.17
4412026-05-11T04:03:48.954Z Compiling serde v1.0.228
4422026-05-11T04:03:48.966Z Compiling itoa v1.0.18
4432026-05-11T04:03:49.085Z Compiling futures-core v0.3.32
4442026-05-11T04:03:49.199Z Compiling smallvec v1.15.1
4452026-05-11T04:03:49.257Z Compiling bitflags v2.11.1
4462026-05-11T04:03:49.308Z Compiling equivalent v1.0.2
4472026-05-11T04:03:49.398Z Compiling shlex v1.3.0
4482026-05-11T04:03:49.458Z Compiling find-msvc-tools v0.1.9
4492026-05-11T04:03:49.600Z Compiling errno v0.3.14
4502026-05-11T04:03:49.648Z Compiling hashbrown v0.17.1
4512026-05-11T04:03:49.684Z Compiling bytes v1.11.1
4522026-05-11T04:03:49.697Z Compiling mio v1.2.0
4532026-05-11T04:03:49.766Z Compiling signal-hook-registry v1.4.8
4542026-05-11T04:03:49.893Z Compiling jobserver v0.1.34
4552026-05-11T04:03:49.939Z Compiling syn v2.0.117
4562026-05-11T04:03:50.003Z Compiling futures-sink v0.3.32
4572026-05-11T04:03:50.112Z Compiling cc v1.2.62
4582026-05-11T04:03:50.219Z Compiling rustix v1.1.4
4592026-05-11T04:03:50.281Z Compiling socket2 v0.6.3
4602026-05-11T04:03:50.328Z Compiling zmij v1.0.21
4612026-05-11T04:03:50.398Z Compiling slab v0.4.12
4622026-05-11T04:03:50.598Z Compiling futures-channel v0.3.32
4632026-05-11T04:03:50.609Z Compiling tracing-core v0.1.36
4642026-05-11T04:03:50.662Z Compiling version_check v0.9.5
4652026-05-11T04:03:50.859Z Compiling serde_json v1.0.149
4662026-05-11T04:03:51.089Z Compiling indexmap v2.14.0
4672026-05-11T04:03:51.116Z Compiling futures-task v0.3.32
4682026-05-11T04:03:51.150Z Compiling getrandom v0.4.2
4692026-05-11T04:03:51.285Z Compiling futures-io v0.3.32
4702026-05-11T04:03:51.411Z Compiling camino v1.2.2
4712026-05-11T04:03:51.439Z Compiling percent-encoding v2.3.2
4722026-05-11T04:03:51.483Z Compiling unicode-width v0.2.2
4732026-05-11T04:03:51.735Z Compiling ring v0.17.14
4742026-05-11T04:03:51.764Z Compiling http v1.4.0
4752026-05-11T04:03:51.789Z Compiling autocfg v1.5.0
4762026-05-11T04:03:51.873Z Compiling adler2 v2.0.1
4772026-05-11T04:03:51.930Z Compiling zeroize v1.8.2
4782026-05-11T04:03:52.031Z Compiling simd-adler32 v0.3.9
4792026-05-11T04:03:52.136Z Compiling num-traits v0.2.19
4802026-05-11T04:03:52.362Z Compiling miniz_oxide v0.8.9
4812026-05-11T04:03:52.630Z Compiling target-lexicon v0.13.3
4822026-05-11T04:03:52.698Z Compiling object v0.37.3
4832026-05-11T04:03:52.865Z Compiling zerocopy v0.8.48
4842026-05-11T04:03:52.973Z Compiling getrandom v0.3.4
4852026-05-11T04:03:53.164Z Compiling http-body v1.0.1
4862026-05-11T04:03:53.315Z Compiling rustls-pki-types v1.14.1
4872026-05-11T04:03:53.327Z Compiling form_urlencoded v1.2.2
4882026-05-11T04:03:53.449Z Compiling semver v1.0.28
4892026-05-11T04:03:53.527Z Compiling serde_derive v1.0.228
4902026-05-11T04:03:53.587Z Compiling tokio-macros v2.7.0
4912026-05-11T04:03:53.599Z Compiling futures-macro v0.3.32
4922026-05-11T04:03:53.771Z Compiling tracing-attributes v0.1.31
4932026-05-11T04:03:53.817Z Compiling getrandom v0.2.17
4942026-05-11T04:03:54.008Z Compiling thiserror v2.0.18
4952026-05-11T04:03:54.116Z Compiling signal-hook v0.3.18
4962026-05-11T04:03:54.151Z Compiling httparse v1.10.1
4972026-05-11T04:03:54.309Z Compiling tokio v1.52.3
4982026-05-11T04:03:54.322Z Compiling untrusted v0.9.0
4992026-05-11T04:03:54.334Z Compiling gimli v0.32.3
5002026-05-11T04:03:54.414Z Compiling futures-util v0.3.32
5012026-05-11T04:03:54.449Z Compiling guppy-workspace-hack v0.1.0
5022026-05-11T04:03:54.488Z Compiling fnv v1.0.7
5032026-05-11T04:03:54.589Z Compiling owo-colors v4.3.0
5042026-05-11T04:03:54.652Z Compiling idna_adapter v1.0.0
5052026-05-11T04:03:54.753Z Compiling utf8_iter v1.0.4
5062026-05-11T04:03:54.914Z Compiling idna v1.1.0
5072026-05-11T04:03:54.952Z Compiling tracing v0.1.44
5082026-05-11T04:03:55.219Z Compiling thiserror-impl v2.0.18
5092026-05-11T04:03:56.223Z Compiling addr2line v0.25.1
5102026-05-11T04:03:56.740Z Compiling generic-array v0.14.7
5112026-05-11T04:03:56.969Z Compiling typeid v1.0.3
5122026-05-11T04:03:56.982Z Compiling rustc-demangle v0.1.27
5132026-05-11T04:03:57.047Z Compiling atomic-waker v1.1.2
5142026-05-11T04:03:57.175Z Compiling try-lock v0.2.5
5152026-05-11T04:03:57.237Z Compiling fastrand v2.4.1
5162026-05-11T04:03:57.240Z Compiling rustls v0.23.40
5172026-05-11T04:03:57.286Z Compiling tower-service v0.3.3
5182026-05-11T04:03:57.383Z Compiling pkg-config v0.3.33
5192026-05-11T04:03:57.444Z Compiling thiserror v1.0.69
5202026-05-11T04:03:57.558Z Compiling target-spec v3.6.0
5212026-05-11T04:03:57.802Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5222026-05-11T04:03:57.845Z Compiling tempfile v3.27.0
5232026-05-11T04:03:57.922Z Compiling want v0.3.1
5242026-05-11T04:03:58.038Z Compiling cfg-expr v0.20.7
5252026-05-11T04:03:58.191Z Compiling tokio-util v0.7.18
5262026-05-11T04:03:58.658Z Compiling url v2.5.8
5272026-05-11T04:03:58.715Z Compiling h2 v0.4.14
5282026-05-11T04:03:59.294Z Compiling backtrace v0.3.76
5292026-05-11T04:03:59.461Z Compiling thiserror-impl v1.0.69
5302026-05-11T04:03:59.788Z Compiling terminal_size v0.4.4
5312026-05-11T04:03:59.978Z Compiling aho-corasick v1.1.4
5322026-05-11T04:04:00.284Z Compiling erased-serde v0.4.10
5332026-05-11T04:04:00.567Z Compiling rustls-webpki v0.103.13
5342026-05-11T04:04:00.621Z Compiling typenum v1.20.0
5352026-05-11T04:04:01.116Z Compiling winnow v0.7.15
5362026-05-11T04:04:01.279Z Compiling subtle v2.6.1
5372026-05-11T04:04:01.436Z Compiling regex-syntax v0.8.10
5382026-05-11T04:04:03.119Z Compiling regex-automata v0.4.14
5392026-05-11T04:04:03.940Z Compiling hyper v1.9.0
5402026-05-11T04:04:05.409Z Compiling toml_datetime v0.6.11
5412026-05-11T04:04:05.778Z Compiling serde_spanned v0.6.9
5422026-05-11T04:04:05.940Z Compiling ahash v0.8.12
5432026-05-11T04:04:06.181Z Compiling sync_wrapper v1.0.2
5442026-05-11T04:04:06.294Z Compiling unicode-segmentation v1.13.2
5452026-05-11T04:04:06.690Z Compiling unicode-linebreak v0.1.5
5462026-05-11T04:04:06.961Z Compiling toml_write v0.1.2
5472026-05-11T04:04:07.136Z Compiling crc32fast v1.5.0
5482026-05-11T04:04:07.210Z Compiling lazy_static v1.5.0
5492026-05-11T04:04:07.318Z Compiling portable-atomic v1.13.1
5502026-05-11T04:04:07.424Z Compiling foldhash v0.1.5
5512026-05-11T04:04:07.560Z Compiling nextest-workspace-hack v0.1.0
5522026-05-11T04:04:07.643Z Compiling is_ci v1.2.0
5532026-05-11T04:04:07.722Z Compiling ipnet v2.12.0
5542026-05-11T04:04:07.757Z Compiling tower-layer v0.3.3
5552026-05-11T04:04:07.769Z Compiling parking_lot_core v0.9.12
5562026-05-11T04:04:07.810Z Compiling either v1.15.0
5572026-05-11T04:04:07.950Z Compiling base64 v0.22.1
5582026-05-11T04:04:08.024Z Compiling tower v0.5.3
5592026-05-11T04:04:08.111Z Compiling supports-color v3.0.2
5602026-05-11T04:04:08.345Z Compiling hyper-util v0.1.20
5612026-05-11T04:04:08.438Z Compiling hashbrown v0.15.5
5622026-05-11T04:04:08.659Z Compiling sharded-slab v0.1.7
5632026-05-11T04:04:08.682Z Compiling toml_edit v0.22.27
5642026-05-11T04:04:08.914Z Compiling textwrap v0.16.2
5652026-05-11T04:04:09.051Z Compiling convert_case v0.10.0
5662026-05-11T04:04:09.300Z Compiling tokio-rustls v0.26.4
5672026-05-11T04:04:09.582Z Compiling backtrace-ext v0.2.1
5682026-05-11T04:04:09.837Z Compiling ordered-float v2.10.1
5692026-05-11T04:04:09.867Z Compiling webpki-roots v1.0.7
5702026-05-11T04:04:09.985Z Compiling miette-derive v7.6.0
5712026-05-11T04:04:10.110Z Compiling pathdiff v0.2.3
5722026-05-11T04:04:10.237Z Compiling console v0.15.11
5732026-05-11T04:04:10.300Z Compiling tracing-log v0.2.0
5742026-05-11T04:04:10.657Z Compiling cargo-platform v0.3.3
5752026-05-11T04:04:10.967Z Compiling os_pipe v1.2.3
5762026-05-11T04:04:11.097Z Compiling thread_local v1.1.9
5772026-05-11T04:04:11.129Z Compiling cfg_aliases v0.2.1
5782026-05-11T04:04:11.202Z Compiling ryu v1.0.23
5792026-05-11T04:04:11.214Z Compiling winnow v1.0.2
5802026-05-11T04:04:11.489Z Compiling pulldown-cmark v0.13.3
5812026-05-11T04:04:11.549Z Compiling scopeguard v1.2.0
5822026-05-11T04:04:11.655Z Compiling fixedbitset v0.5.7
5832026-05-11T04:04:11.701Z Compiling supports-hyperlinks v3.2.0
5842026-05-11T04:04:11.771Z Compiling supports-unicode v3.0.0
5852026-05-11T04:04:11.922Z Compiling zstd-safe v7.2.4
5862026-05-11T04:04:11.941Z Compiling rustix v0.38.44
5872026-05-11T04:04:12.152Z Compiling utf8parse v0.2.2
5882026-05-11T04:04:12.152Z Compiling unicode-width v0.1.14
5892026-05-11T04:04:12.266Z Compiling debug-ignore v1.0.5
5902026-05-11T04:04:12.369Z Compiling toml_parser v1.1.2+spec-1.1.0
5912026-05-11T04:04:12.381Z Compiling miette v7.6.0
5922026-05-11T04:04:12.457Z Compiling anstyle-parse v1.0.0
5932026-05-11T04:04:12.635Z Compiling petgraph v0.8.3
5942026-05-11T04:04:12.729Z Compiling lock_api v0.4.14
5952026-05-11T04:04:12.970Z Compiling serde_urlencoded v0.7.1
5962026-05-11T04:04:13.253Z Compiling tracing-subscriber v0.3.23
5972026-05-11T04:04:13.670Z Compiling nix v0.30.1
5982026-05-11T04:04:14.051Z Compiling sigchld v0.2.4
5992026-05-11T04:04:14.207Z Compiling cargo_metadata v0.23.1
6002026-05-11T04:04:14.243Z Compiling toml v0.8.23
6012026-05-11T04:04:14.547Z Compiling serde-value v0.7.0
6022026-05-11T04:04:15.248Z Compiling hyper-rustls v0.27.9
6032026-05-11T04:04:15.934Z Compiling serde-untagged v0.1.9
6042026-05-11T04:04:16.294Z Compiling derive_more-impl v2.1.1
6052026-05-11T04:04:18.534Z Compiling tower-http v0.6.10
6062026-05-11T04:04:18.559Z Compiling itertools v0.14.0
6072026-05-11T04:04:18.568Z Compiling regex v1.12.3
6082026-05-11T04:04:18.568Z Compiling block-buffer v0.10.4
6092026-05-11T04:04:18.568Z Compiling crypto-common v0.1.7
6102026-05-11T04:04:18.568Z Compiling ppv-lite86 v0.2.21
6112026-05-11T04:04:18.568Z Compiling futures-executor v0.3.32
6122026-05-11T04:04:18.568Z Compiling rand_core v0.9.5
6132026-05-11T04:04:18.568Z Compiling pin-project-internal v1.1.12
6142026-05-11T04:04:18.568Z Compiling http-body-util v0.1.3
6152026-05-11T04:04:18.568Z Compiling uuid v1.23.1
6162026-05-11T04:04:18.568Z Compiling serde_spanned v1.1.1
6172026-05-11T04:04:18.585Z Compiling toml_datetime v1.1.1+spec-1.1.0
6182026-05-11T04:04:18.617Z Compiling smol_str v0.3.6
6192026-05-11T04:04:20.120Z Compiling filetime v0.2.28
6202026-05-11T04:04:20.146Z Compiling bstr v1.12.1
6212026-05-11T04:04:20.146Z Compiling vte v0.14.1
6222026-05-11T04:04:20.146Z Compiling self_update v0.42.0
6232026-05-11T04:04:20.146Z Compiling static_assertions v1.1.0
6242026-05-11T04:04:20.146Z Compiling anstyle-query v1.1.5
6252026-05-11T04:04:20.146Z Compiling unicode-xid v0.2.6
6262026-05-11T04:04:20.146Z Compiling iana-time-zone v0.1.65
6272026-05-11T04:04:20.146Z Compiling color-spantrace v0.3.0
6282026-05-11T04:04:20.146Z Compiling tinyvec_macros v0.1.1
6292026-05-11T04:04:20.146Z Compiling litrs v1.0.0
6302026-05-11T04:04:20.146Z Compiling unicase v2.9.0
6312026-05-11T04:04:20.146Z Compiling anstyle v1.0.14
6322026-05-11T04:04:20.146Z Compiling colorchoice v1.0.5
6332026-05-11T04:04:20.146Z Compiling number_prefix v0.4.0
6342026-05-11T04:04:20.146Z Compiling eyre v0.6.12
6352026-05-11T04:04:20.146Z Compiling xattr v1.6.1
6362026-05-11T04:04:20.146Z Compiling is_terminal_polyfill v1.70.2
6372026-05-11T04:04:20.146Z Compiling nested v0.1.1
6382026-05-11T04:04:20.146Z Compiling tar v0.4.45
6392026-05-11T04:04:20.146Z Compiling document-features v0.2.12
6402026-05-11T04:04:20.146Z Compiling guppy v0.17.25
6412026-05-11T04:04:20.146Z Compiling anstream v1.0.0
6422026-05-11T04:04:20.146Z Compiling indicatif v0.17.11
6432026-05-11T04:04:20.389Z Compiling tinyvec v1.11.0
6442026-05-11T04:04:20.396Z Compiling chrono v0.4.44
6452026-05-11T04:04:21.165Z Compiling cargo-util-schemas v0.2.0
6462026-05-11T04:04:21.183Z Compiling globset v0.4.18
6472026-05-11T04:04:21.892Z Compiling strip-ansi-escapes v0.2.1
6482026-05-11T04:04:22.305Z Compiling pin-project v1.1.12
6492026-05-11T04:04:22.405Z Compiling nextest-metadata v0.12.2
6502026-05-11T04:04:22.417Z Compiling toml v1.1.2+spec-1.1.0
6512026-05-11T04:04:23.156Z Compiling newtype-uuid v1.3.2
6522026-05-11T04:04:23.203Z Compiling reqwest v0.12.28
6532026-05-11T04:04:23.349Z Compiling rand_chacha v0.9.0
6542026-05-11T04:04:23.659Z Compiling futures v0.3.32
6552026-05-11T04:04:23.743Z Compiling digest v0.10.7
6562026-05-11T04:04:23.927Z Compiling parking_lot v0.12.5
6572026-05-11T04:04:23.960Z Compiling derive_more v2.1.1
6582026-05-11T04:04:24.040Z Compiling flate2 v1.1.9
6592026-05-11T04:04:24.363Z Compiling shared_child v1.1.1
6602026-05-11T04:04:24.588Z Compiling tracing-error v0.2.1
6612026-05-11T04:04:24.832Z Compiling signal-hook-mio v0.2.5
6622026-05-11T04:04:24.960Z Compiling self-replace v1.5.0
6632026-05-11T04:04:25.039Z Compiling cargo-platform v0.2.0
6642026-05-11T04:04:25.240Z Compiling quick-xml v0.38.4
6652026-05-11T04:04:25.583Z Compiling quick-xml v0.37.5
6662026-05-11T04:04:25.617Z Compiling cpufeatures v0.2.17
6672026-05-11T04:04:25.970Z Compiling clap_lex v1.1.0
6682026-05-11T04:04:26.092Z Compiling humantime v2.3.0
6692026-05-11T04:04:26.326Z Compiling strsim v0.11.1
6702026-05-11T04:04:26.514Z Compiling heck v0.5.0
6712026-05-11T04:04:26.710Z Compiling urlencoding v2.1.3
6722026-05-11T04:04:26.815Z Compiling indenter v0.3.4
6732026-05-11T04:04:26.941Z Compiling shell-words v1.1.1
6742026-05-11T04:04:26.941Z Compiling recursion v0.5.4
6752026-05-11T04:04:27.101Z Compiling nextest-filtering v0.15.0
6762026-05-11T04:04:27.301Z Compiling clap_derive v4.6.1
6772026-05-11T04:04:27.557Z Compiling clap_builder v4.6.0
6782026-05-11T04:04:27.635Z Compiling humantime-serde v1.1.1
6792026-05-11T04:04:27.790Z Compiling quick-junit v0.5.2
6802026-05-11T04:04:29.047Z Compiling sha2 v0.10.9
6812026-05-11T04:04:30.223Z Compiling atomicwrites v0.4.4
6822026-05-11T04:04:30.504Z Compiling cargo_metadata v0.20.0
6832026-05-11T04:04:30.850Z Compiling cargo-nextest v0.9.97
6842026-05-11T04:04:30.971Z Compiling crossterm v0.29.0
6852026-05-11T04:04:32.426Z Compiling duct v0.13.7
6862026-05-11T04:04:33.294Z Compiling async-scoped v0.9.0
6872026-05-11T04:04:33.459Z Compiling zstd v0.13.3
6882026-05-11T04:04:33.480Z Compiling rand v0.9.4
6892026-05-11T04:04:33.705Z Compiling config v0.15.22
6902026-05-11T04:04:33.882Z Compiling unicode-normalization v0.1.25
6912026-05-11T04:04:34.123Z Compiling target-spec-miette v0.4.6
6922026-05-11T04:04:34.154Z Compiling future-queue v0.4.0
6932026-05-11T04:04:34.230Z Compiling mukti-metadata v0.3.0
6942026-05-11T04:04:34.440Z Compiling tokio-stream v0.1.18
6952026-05-11T04:04:34.462Z Compiling camino-tempfile v1.4.1
6962026-05-11T04:04:34.522Z Compiling derive-where v1.6.1
6972026-05-11T04:04:34.711Z Compiling serde_ignored v0.1.14
6982026-05-11T04:04:34.898Z Compiling serde_path_to_error v0.1.20
6992026-05-11T04:04:34.932Z Compiling swrite v0.1.0
7002026-05-11T04:04:34.953Z Compiling xxhash-rust v0.8.15
7012026-05-11T04:04:35.036Z Compiling indent_write v2.2.0
7022026-05-11T04:04:35.131Z Compiling hex v0.4.3
7032026-05-11T04:04:35.306Z Compiling home v0.5.12
7042026-05-11T04:04:35.343Z Compiling color-eyre v0.6.5
7052026-05-11T04:04:35.428Z Compiling clap v4.6.1
7062026-05-11T04:04:35.468Z Compiling dialoguer v0.11.0
7072026-05-11T04:04:35.512Z Compiling enable-ansi-support v0.2.1
7082026-05-11T04:04:35.725Z Compiling nextest-runner v0.80.0
7092026-05-11T04:04:53.820Z Finished `release` profile [optimized] target(s) in 1m 09s
7102026-05-11T04:04:53.999Z Installing /home/build/.cargo/bin/cargo-nextest
7112026-05-11T04:04:54.002Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7122026-05-11T04:04:54.109Z+ source .github/buildomat/test-common.sh
7132026-05-11T04:04:54.112Z++ NEXTEST_VERSION=0.9.97
7142026-05-11T04:04:54.112Z++ PLATFORM=illumos
7152026-05-11T04:04:54.112Z++ banner install
7162026-05-11T04:04:54.112Z
7172026-05-11T04:04:54.112Z # # # #### ##### ## # #
7182026-05-11T04:04:54.112Z # ## # # # # # # #
7192026-05-11T04:04:54.112Z # # # # #### # # # # #
7202026-05-11T04:04:54.112Z # # # # # # ###### # #
7212026-05-11T04:04:54.112Z # # ## # # # # # # #
7222026-05-11T04:04:54.112Z # # # #### # # # ###### ######
7232026-05-11T04:04:54.112Z
7242026-05-11T04:04:54.112Z++ set +o errexit
7252026-05-11T04:04:54.115Z++ pkg info clang-15
7262026-05-11T04:04:54.115Z++ grep -qi installed
7272026-05-11T04:04:55.309Zpkg: info: no packages matching the following patterns you specified are
7282026-05-11T04:04:55.309Zinstalled on the system. Try querying remotely instead:
7292026-05-11T04:04:55.309Z
7302026-05-11T04:04:55.309Z clang-15
7312026-05-11T04:04:55.347Z++ [[ 1 != 0 ]]
7322026-05-11T04:04:55.347Z++ set -o errexit
7332026-05-11T04:04:55.347Z++ pfexec pkg install clang-15
7342026-05-11T04:05:02.039Z Startup: Refreshing catalog 'helios-dev' ... Done
7352026-05-11T04:05:09.839Z Startup: Caching catalogs ... Done
7362026-05-11T04:05:16.997ZPlanning: Solver setup ... Done
7372026-05-11T04:05:17.038ZPlanning: Running solver ... Done
7382026-05-11T04:05:17.180ZPlanning: Finding local manifests ... Done
7392026-05-11T04:05:17.192ZPlanning: Fetching manifests: 0/2 0% complete
7402026-05-11T04:05:17.281ZPlanning: Fetching manifests: 2/2 100% complete
7412026-05-11T04:05:17.312ZPlanning: Package planning ... Done
7422026-05-11T04:05:17.337ZPlanning: Merging actions ... Done
7432026-05-11T04:05:17.446ZPlanning: Checking for conflicting actions ... Done
7442026-05-11T04:05:17.452ZPlanning: Consolidating action changes ... Done
7452026-05-11T04:05:18.236ZPlanning: Evaluating mediators ... Done
7462026-05-11T04:05:18.241ZPlanning: Planning completed in 8.23 seconds
7472026-05-11T04:05:18.253Z Packages to install: 2
7482026-05-11T04:05:18.253Z Mediators to change: 2
7492026-05-11T04:05:18.253Z Services to change: 1
7502026-05-11T04:05:18.257Z Create boot environment: No
7512026-05-11T04:05:18.257ZCreate backup boot environment: No
7522026-05-11T04:05:18.293Z
7532026-05-11T04:05:18.293ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7542026-05-11T04:05:23.295ZDownload: 1758/3076 items 107.8/211.3MB 51% complete (21.6M/s)
7552026-05-11T04:05:28.008ZDownload: Completed 211.31 MB in 9.71 seconds (21.8M/s)
7562026-05-11T04:05:28.256Z Actions: 1/3418 actions (Installing new actions)
7572026-05-11T04:05:31.350Z Actions: Completed 3418 actions in 3.09 seconds.
7582026-05-11T04:05:31.995Z Done
7592026-05-11T04:05:31.995Z Done
7602026-05-11T04:05:32.729Z Done
7612026-05-11T04:05:36.090Z Done
7622026-05-11T04:05:36.161Z Done
7632026-05-11T04:05:36.164Z Done
7642026-05-11T04:05:36.452Z Done
7652026-05-11T04:05:37.128Z++ set -o errexit
7662026-05-11T04:05:37.128Z++ cargo --version
7672026-05-11T04:05:37.138Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
7682026-05-11T04:05:37.141Z++ rustc --version
7692026-05-11T04:05:37.161Zrustc 1.94.1 (e408947bf 2026-03-25)
7702026-05-11T04:05:37.164Z++ cargo install cargo-nextest --version 0.9.97
7712026-05-11T04:05:37.217Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7722026-05-11T04:05:37.220Z+ pushd rdb
7732026-05-11T04:05:37.220Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7742026-05-11T04:05:37.220Z+ PROPTEST_CASES=1000000
7752026-05-11T04:05:37.220Z+ cargo nextest run --lib proptest
7762026-05-11T04:05:37.380Z Updating git repository `https://github.com/oxidecomputer/falcon`
7772026-05-11T04:05:37.944ZFrom https://github.com/oxidecomputer/falcon
7782026-05-11T04:05:37.944Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7792026-05-11T04:05:38.019Z Updating crates.io index
7802026-05-11T04:05:38.022Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7812026-05-11T04:05:38.739ZFrom https://github.com/oxidecomputer/dendrite
7822026-05-11T04:05:38.739Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7832026-05-11T04:05:38.839Z Updating git repository `https://github.com/oxidecomputer/ispf`
7842026-05-11T04:05:39.103ZFrom https://github.com/oxidecomputer/ispf
7852026-05-11T04:05:39.103Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7862026-05-11T04:05:39.109Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7872026-05-11T04:05:39.443ZFrom https://github.com/oxidecomputer/netadm-sys
7882026-05-11T04:05:39.443Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7892026-05-11T04:05:39.451Z Updating git repository `https://github.com/oxidecomputer/omicron`
7902026-05-11T04:05:45.127ZFrom https://github.com/oxidecomputer/omicron
7912026-05-11T04:05:45.127Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7922026-05-11T04:05:45.527Z Updating git repository `https://github.com/oxidecomputer/opte`
7932026-05-11T04:05:46.133ZFrom https://github.com/oxidecomputer/opte
7942026-05-11T04:05:46.134Z * [new ref] bae0440c199b3908c12903a9532854936353433b -> refs/commit/bae0440c199b3908c12903a9532854936353433b
7952026-05-11T04:05:46.298Z Updating git repository `https://github.com/illumos/smf-rs`
7962026-05-11T04:05:46.580ZFrom https://github.com/illumos/smf-rs
7972026-05-11T04:05:46.580Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7982026-05-11T04:05:46.701Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7992026-05-11T04:05:46.978ZFrom https://github.com/oxidecomputer/poptrie
8002026-05-11T04:05:46.978Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8012026-05-11T04:05:46.995Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8022026-05-11T04:05:47.281ZFrom https://github.com/oxidecomputer/network-interface
8032026-05-11T04:05:47.281Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8042026-05-11T04:05:47.305Z Updating git repository `https://github.com/oxidecomputer/zone`
8052026-05-11T04:05:47.564ZFrom https://github.com/oxidecomputer/zone
8062026-05-11T04:05:47.564Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8072026-05-11T04:05:47.614Z Updating git repository `https://github.com/oxidecomputer/propolis`
8082026-05-11T04:05:48.275ZFrom https://github.com/oxidecomputer/propolis
8092026-05-11T04:05:48.276Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8102026-05-11T04:05:48.364Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8112026-05-11T04:05:48.842ZFrom https://github.com/oxidecomputer/transceiver-control
8122026-05-11T04:05:48.842Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8132026-05-11T04:05:48.863Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8142026-05-11T04:05:49.127ZFrom https://github.com/oxidecomputer/dlpi-sys
8152026-05-11T04:05:49.127Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8162026-05-11T04:05:49.133Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8172026-05-11T04:05:49.418ZFrom https://github.com/jmesmon/rust-libzfs
8182026-05-11T04:05:49.418Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8192026-05-11T04:05:49.426Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8202026-05-11T04:05:49.696ZFrom https://github.com/oxidecomputer/rusty-doors
8212026-05-11T04:05:49.696Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8222026-05-11T04:05:49.727Z Updating git repository `https://github.com/oxidecomputer/lldp`
8232026-05-11T04:05:50.078ZFrom https://github.com/oxidecomputer/lldp
8242026-05-11T04:05:50.078Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8252026-05-11T04:05:50.090Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8262026-05-11T04:05:50.347ZFrom https://github.com/oxidecomputer/slog-error-chain
8272026-05-11T04:05:50.347Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8282026-05-11T04:05:50.407Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8292026-05-11T04:05:50.701ZFrom https://github.com/oxidecomputer/tufaceous
8302026-05-11T04:05:50.701Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8312026-05-11T04:05:50.757Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8322026-05-11T04:05:51.204ZFrom https://github.com/oxidecomputer/management-gateway-service
8332026-05-11T04:05:51.204Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8342026-05-11T04:05:51.219Z Updating git repository `https://github.com/oxidecomputer/crucible`
8352026-05-11T04:05:52.036ZFrom https://github.com/oxidecomputer/crucible
8362026-05-11T04:05:52.036Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8372026-05-11T04:05:52.167Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8382026-05-11T04:05:52.420ZFrom https://github.com/oxidecomputer/serde_human_bytes
8392026-05-11T04:05:52.420Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8402026-05-11T04:05:52.669Z Updating git repository `https://github.com/oxidecomputer/propolis`
8412026-05-11T04:05:52.993ZFrom https://github.com/oxidecomputer/propolis
8422026-05-11T04:05:52.993Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8432026-05-11T04:05:53.072Z Updating git repository `https://github.com/oxidecomputer/tofino`
8442026-05-11T04:05:53.328ZFrom https://github.com/oxidecomputer/tofino
8452026-05-11T04:05:53.328Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8462026-05-11T04:05:53.335Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8472026-05-11T04:05:53.860ZFrom https://github.com/oxidecomputer/maghemite
8482026-05-11T04:05:53.860Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8492026-05-11T04:05:53.929Z Updating git repository `https://github.com/oxidecomputer/clickward`
8502026-05-11T04:05:54.255ZFrom https://github.com/oxidecomputer/clickward
8512026-05-11T04:05:54.255Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8522026-05-11T04:05:54.267Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8532026-05-11T04:05:54.542ZFrom https://github.com/oxidecomputer/illumos-devinfo
8542026-05-11T04:05:54.542Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8552026-05-11T04:05:54.789Z Updating git repository `https://github.com/oxidecomputer/crucible`
8562026-05-11T04:05:55.096ZFrom https://github.com/oxidecomputer/crucible
8572026-05-11T04:05:55.096Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8582026-05-11T04:05:56.006Z Downloading crates ...
8592026-05-11T04:05:56.103Z Downloaded constant_time_eq v0.4.2
8602026-05-11T04:05:56.112Z Downloaded clap v4.6.0
8612026-05-11T04:05:56.116Z Downloaded byte-wrapper v0.1.0
8622026-05-11T04:05:56.119Z Downloaded cmake v0.1.58
8632026-05-11T04:05:56.123Z Downloaded cargo_toml v0.22.3
8642026-05-11T04:05:56.126Z Downloaded hubpack v0.1.2
8652026-05-11T04:05:56.129Z Downloaded const-random v0.1.18
8662026-05-11T04:05:56.132Z Downloaded fxhash v0.2.1
8672026-05-11T04:05:56.132Z Downloaded enum-as-inner v0.6.1
8682026-05-11T04:05:56.134Z Downloaded fastrand v2.3.0
8692026-05-11T04:05:56.137Z Downloaded derive_more v0.99.20
8702026-05-11T04:05:56.140Z Downloaded highway v1.3.0
8712026-05-11T04:05:56.143Z Downloaded deranged v0.5.8
8722026-05-11T04:05:56.143Z Downloaded clap_derive v4.6.0
8732026-05-11T04:05:56.146Z Downloaded num v0.4.3
8742026-05-11T04:05:56.146Z Downloaded hostname v0.3.1
8752026-05-11T04:05:56.148Z Downloaded foreign-types-shared v0.3.1
8762026-05-11T04:05:56.148Z Downloaded foreign-types-macros v0.2.3
8772026-05-11T04:05:56.151Z Downloaded ciborium-io v0.2.2
8782026-05-11T04:05:56.151Z Downloaded git-stub v1.0.0
8792026-05-11T04:05:56.154Z Downloaded heapless v0.8.0
8802026-05-11T04:05:56.157Z Downloaded half v2.7.1
8812026-05-11T04:05:56.160Z Downloaded hubpack_derive v0.1.1
8822026-05-11T04:05:56.160Z Downloaded fixedbitset v0.4.2
8832026-05-11T04:05:56.162Z Downloaded linear-map v1.2.0
8842026-05-11T04:05:56.163Z Downloaded erased-serde v0.3.31
8852026-05-11T04:05:56.165Z Downloaded glob v0.3.3
8862026-05-11T04:05:56.168Z Downloaded foldhash v0.2.0
8872026-05-11T04:05:56.168Z Downloaded filetime v0.2.27
8882026-05-11T04:05:56.171Z Downloaded embedded-io v0.4.0
8892026-05-11T04:05:56.171Z Downloaded darling_core v0.23.0
8902026-05-11T04:05:56.174Z Downloaded httpdate v1.0.3
8912026-05-11T04:05:56.176Z Downloaded console v0.16.3
8922026-05-11T04:05:56.181Z Downloaded instant v0.1.13
8932026-05-11T04:05:56.181Z Downloaded hash32 v0.3.1
8942026-05-11T04:05:56.184Z Downloaded daft v0.1.5
8952026-05-11T04:05:56.184Z Downloaded dropshot_endpoint v0.16.7
8962026-05-11T04:05:56.188Z Downloaded num-rational v0.4.2
8972026-05-11T04:05:56.188Z Downloaded is-terminal v0.4.17
8982026-05-11T04:05:56.188Z Downloaded memoffset v0.9.1
8992026-05-11T04:05:56.190Z Downloaded memmap v0.7.0
9002026-05-11T04:05:56.190Z Downloaded crunchy v0.2.4
9012026-05-11T04:05:56.193Z Downloaded defmt v0.3.100
9022026-05-11T04:05:56.194Z Downloaded bit-set v0.8.0
9032026-05-11T04:05:56.196Z Downloaded hostname v0.4.2
9042026-05-11T04:05:56.196Z Downloaded managed v0.8.0
9052026-05-11T04:05:56.199Z Downloaded defmt-parser v1.0.0
9062026-05-11T04:05:56.199Z Downloaded bcs v0.1.6
9072026-05-11T04:05:56.202Z Downloaded idna_adapter v1.2.1
9082026-05-11T04:05:56.202Z Downloaded compression-core v0.4.31
9092026-05-11T04:05:56.205Z Downloaded match_cfg v0.1.0
9102026-05-11T04:05:56.205Z Downloaded async-recursion v1.1.1
9112026-05-11T04:05:56.208Z Downloaded cobs v0.3.0
9122026-05-11T04:05:56.208Z Downloaded heck v0.4.1
9132026-05-11T04:05:56.211Z Downloaded dtrace-parser v0.2.0
9142026-05-11T04:05:56.211Z Downloaded base16ct v0.2.0
9152026-05-11T04:05:56.213Z Downloaded inout v0.1.4
9162026-05-11T04:05:56.213Z Downloaded natord v1.0.9
9172026-05-11T04:05:56.216Z Downloaded ciborium-ll v0.2.2
9182026-05-11T04:05:56.216Z Downloaded async-stream-impl v0.3.6
9192026-05-11T04:05:56.216Z Downloaded darling_macro v0.23.0
9202026-05-11T04:05:56.219Z Downloaded mime v0.3.17
9212026-05-11T04:05:56.219Z Downloaded no-std-compat v0.4.1
9222026-05-11T04:05:56.219Z Downloaded newline-converter v0.3.0
9232026-05-11T04:05:56.222Z Downloaded convert_case v0.4.0
9242026-05-11T04:05:56.222Z Downloaded const_format_proc_macros v0.2.34
9252026-05-11T04:05:56.225Z Downloaded newtype-uuid-macros v0.1.0
9262026-05-11T04:05:56.225Z Downloaded internet-checksum v0.2.1
9272026-05-11T04:05:56.228Z Downloaded git-stub-vcs v0.1.0
9282026-05-11T04:05:56.228Z Downloaded cstr-argument v0.1.2
9292026-05-11T04:05:56.231Z Downloaded fs_extra v1.3.0
9302026-05-11T04:05:56.231Z Downloaded macaddr v1.0.1
9312026-05-11T04:05:56.234Z Downloaded newtype_derive v0.1.6
9322026-05-11T04:05:56.234Z Downloaded linked-hash-map v0.5.6
9332026-05-11T04:05:56.234Z Downloaded darling_macro v0.21.3
9342026-05-11T04:05:56.237Z Downloaded cpufeatures v0.3.0
9352026-05-11T04:05:56.237Z Downloaded libscf-sys v1.1.0
9362026-05-11T04:05:56.239Z Downloaded ff v0.13.1
9372026-05-11T04:05:56.239Z Downloaded olpc-cjson v0.1.4
9382026-05-11T04:05:56.242Z Downloaded num_enum_derive v0.5.11
9392026-05-11T04:05:56.242Z Downloaded num-iter v0.1.45
9402026-05-11T04:05:56.242Z Downloaded dyn-clone v1.0.20
9412026-05-11T04:05:56.245Z Downloaded hmac v0.12.1
9422026-05-11T04:05:56.248Z Downloaded ingot-types v0.1.2
9432026-05-11T04:05:56.248Z Downloaded dof v0.3.0
9442026-05-11T04:05:56.248Z Downloaded omicron-workspace-hack v0.1.0
9452026-05-11T04:05:56.251Z Downloaded num-conv v0.2.1
9462026-05-11T04:05:56.251Z Downloaded dunce v1.0.5
9472026-05-11T04:05:56.251Z Downloaded dtrace-parser v0.3.0
9482026-05-11T04:05:56.254Z Downloaded arrayref v0.3.9
9492026-05-11T04:05:56.254Z Downloaded num_threads v0.1.7
9502026-05-11T04:05:56.258Z Downloaded num-derive v0.4.2
9512026-05-11T04:05:56.258Z Downloaded backoff v0.4.0
9522026-05-11T04:05:56.271Z Downloaded arrayvec v0.7.6
9532026-05-11T04:05:56.271Z Downloaded csv-core v0.1.13
9542026-05-11T04:05:56.271Z Downloaded cipher v0.4.4
9552026-05-11T04:05:56.274Z Downloaded bit-vec v0.8.0
9562026-05-11T04:05:56.274Z Downloaded critical-section v1.2.0
9572026-05-11T04:05:56.274Z Downloaded base16ct v1.0.0
9582026-05-11T04:05:56.274Z Downloaded lru-cache v0.1.2
9592026-05-11T04:05:56.274Z Downloaded ident_case v1.0.1
9602026-05-11T04:05:56.274Z Downloaded num-derive v0.3.3
9612026-05-11T04:05:56.274Z Downloaded dof v0.4.0
9622026-05-11T04:05:56.274Z Downloaded memmap2 v0.9.10
9632026-05-11T04:05:56.274Z Downloaded const-random-macro v0.1.16
9642026-05-11T04:05:56.274Z Downloaded plain v0.2.3
9652026-05-11T04:05:56.275Z Downloaded dropshot-api-manager-types v0.7.0
9662026-05-11T04:05:56.280Z Downloaded async-trait v0.1.89
9672026-05-11T04:05:56.280Z Downloaded derive-ex v0.1.8
9682026-05-11T04:05:56.280Z Downloaded phf_shared v0.12.1
9692026-05-11T04:05:56.280Z Downloaded ciborium v0.2.2
9702026-05-11T04:05:56.283Z Downloaded opaque-debug v0.3.1
9712026-05-11T04:05:56.283Z Downloaded parse-display v0.10.0
9722026-05-11T04:05:56.283Z Downloaded libsw v3.5.0
9732026-05-11T04:05:56.286Z Downloaded proc-macro-error-attr v1.0.4
9742026-05-11T04:05:56.286Z Downloaded potential_utf v0.1.4
9752026-05-11T04:05:56.289Z Downloaded proc-macro-crate v1.3.1
9762026-05-11T04:05:56.289Z Downloaded bytecount v0.6.9
9772026-05-11T04:05:56.289Z Downloaded group v0.13.0
9782026-05-11T04:05:56.292Z Downloaded proc-macro-error-attr2 v2.0.0
9792026-05-11T04:05:56.292Z Downloaded powerfmt v0.2.0
9802026-05-11T04:05:56.295Z Downloaded pretty-hex v0.4.2
9812026-05-11T04:05:56.295Z Downloaded bitflags v1.3.2
9822026-05-11T04:05:56.298Z Downloaded ipnetwork v0.21.1
9832026-05-11T04:05:56.298Z Downloaded proc-macro-crate v3.5.0
9842026-05-11T04:05:56.301Z Downloaded ingot v0.1.1
9852026-05-11T04:05:56.301Z Downloaded drift v0.1.3
9862026-05-11T04:05:56.303Z Downloaded num_enum v0.7.6
9872026-05-11T04:05:56.307Z Downloaded daft-derive v0.1.5
9882026-05-11T04:05:56.309Z Downloaded num-complex v0.4.6
9892026-05-11T04:05:56.312Z Downloaded progenitor-macro v0.10.0
9902026-05-11T04:05:56.312Z Downloaded progenitor-client v0.11.2
9912026-05-11T04:05:56.312Z Downloaded progenitor-client v0.14.0
9922026-05-11T04:05:56.315Z Downloaded num-integer v0.1.46
9932026-05-11T04:05:56.315Z Downloaded blake2 v0.10.6
9942026-05-11T04:05:56.318Z Downloaded diff v0.1.13
9952026-05-11T04:05:56.321Z Downloaded displaydoc v0.2.5
9962026-05-11T04:05:56.321Z Downloaded hyper-rustls v0.27.7
9972026-05-11T04:05:56.323Z Downloaded progenitor-macro v0.13.0
9982026-05-11T04:05:56.323Z Downloaded defmt v1.0.1
9992026-05-11T04:05:56.327Z Downloaded cancel-safe-futures v0.1.5
10002026-05-11T04:05:56.332Z Downloaded ref-cast v1.0.25
10012026-05-11T04:05:56.332Z Downloaded parking_lot_core v0.8.6
10022026-05-11T04:05:56.335Z Downloaded darling v0.23.0
10032026-05-11T04:05:56.335Z Downloaded progenitor-macro v0.14.0
10042026-05-11T04:05:56.338Z Downloaded oxnet v0.1.4
10052026-05-11T04:05:56.338Z Downloaded rand_chacha v0.3.1
10062026-05-11T04:05:56.338Z Downloaded quick-error v1.2.3
10072026-05-11T04:05:56.341Z Downloaded ref-cast-impl v1.0.25
10082026-05-11T04:05:56.341Z Downloaded rand_xorshift v0.4.0
10092026-05-11T04:05:56.341Z Downloaded progenitor-macro v0.11.2
10102026-05-11T04:05:56.344Z Downloaded num_enum v0.5.11
10112026-05-11T04:05:56.347Z Downloaded paste v1.0.15
10122026-05-11T04:05:56.347Z Downloaded oxide-tokio-rt v0.1.4
10132026-05-11T04:05:56.354Z Downloaded pkg-config v0.3.32
10142026-05-11T04:05:56.354Z Downloaded poly1305 v0.8.0
10152026-05-11T04:05:56.357Z Downloaded rustc_version v0.1.7
10162026-05-11T04:05:56.360Z Downloaded darling v0.21.3
10172026-05-11T04:05:56.362Z Downloaded compression-codecs v0.4.37
10182026-05-11T04:05:56.365Z Downloaded crossbeam-epoch v0.9.18
10192026-05-11T04:05:56.369Z Downloaded multer v3.1.0
10202026-05-11T04:05:56.369Z Downloaded anyhow v1.0.102
10212026-05-11T04:05:56.371Z Downloaded same-file v1.0.6
10222026-05-11T04:05:56.374Z Downloaded proc-macro-error2 v2.0.1
10232026-05-11T04:05:56.374Z Downloaded serde-big-array v0.5.1
10242026-05-11T04:05:56.377Z Downloaded semver v0.1.20
10252026-05-11T04:05:56.378Z Downloaded secrecy v0.10.3
10262026-05-11T04:05:56.378Z Downloaded serde_repr v0.1.20
10272026-05-11T04:05:56.380Z Downloaded serde_plain v1.0.2
10282026-05-11T04:05:56.380Z Downloaded serde_spanned v1.1.0
10292026-05-11T04:05:56.385Z Downloaded progenitor-client v0.13.0
10302026-05-11T04:05:56.385Z Downloaded progenitor v0.13.0
10312026-05-11T04:05:56.388Z Downloaded progenitor-extras v0.1.1
10322026-05-11T04:05:56.388Z Downloaded progenitor v0.10.0
10332026-05-11T04:05:56.388Z Downloaded sha1 v0.10.6
10342026-05-11T04:05:56.391Z Downloaded serial_test_derive v3.4.0
10352026-05-11T04:05:56.391Z Downloaded async-compression v0.4.41
10362026-05-11T04:05:56.394Z Downloaded serial_test v3.4.0
10372026-05-11T04:05:56.396Z Downloaded omicron-zone-package v0.12.2
10382026-05-11T04:05:56.396Z Downloaded crossbeam-utils v0.8.21
10392026-05-11T04:05:56.399Z Downloaded siphasher v1.0.2
10402026-05-11T04:05:56.399Z Downloaded sigpipe v0.1.3
10412026-05-11T04:05:56.402Z Downloaded ingot-macros v0.1.1
10422026-05-11T04:05:56.402Z Downloaded rand_core v0.10.0
10432026-05-11T04:05:56.402Z Downloaded cookie v0.18.1
10442026-05-11T04:05:56.406Z Downloaded slog-bunyan v2.5.0
10452026-05-11T04:05:56.406Z Downloaded num_enum_derive v0.7.6
10462026-05-11T04:05:56.408Z Downloaded postcard v1.1.3
10472026-05-11T04:05:56.408Z Downloaded backon v1.6.0
10482026-05-11T04:05:56.411Z Downloaded scroll_derive v0.13.1
10492026-05-11T04:05:56.411Z Downloaded scroll_derive v0.12.1
10502026-05-11T04:05:56.411Z Downloaded smawk v0.3.2
10512026-05-11T04:05:56.414Z Downloaded proc-macro-error v1.0.4
10522026-05-11T04:05:56.414Z Downloaded slog-envlogger v2.2.0
10532026-05-11T04:05:56.417Z Downloaded spin v0.5.2
10542026-05-11T04:05:56.417Z Downloaded structmeta v0.3.0
10552026-05-11T04:05:56.417Z Downloaded rustls-pemfile v2.2.0
10562026-05-11T04:05:56.420Z Downloaded phf v0.12.1
10572026-05-11T04:05:56.420Z Downloaded pin-project-internal v1.1.11
10582026-05-11T04:05:56.420Z Downloaded password-hash v0.5.0
10592026-05-11T04:05:56.423Z Downloaded elliptic-curve v0.13.8
10602026-05-11T04:05:56.428Z Downloaded parse-display-derive v0.10.0
10612026-05-11T04:05:56.428Z Downloaded litemap v0.8.1
10622026-05-11T04:05:56.431Z Downloaded base64 v0.21.7
10632026-05-11T04:05:56.431Z Downloaded bitflags v2.11.0
10642026-05-11T04:05:56.431Z Downloaded progenitor v0.14.0
10652026-05-11T04:05:56.434Z Downloaded serde_tokenstream v0.2.3
10662026-05-11T04:05:56.434Z Downloaded sdd v3.0.10
10672026-05-11T04:05:56.437Z Downloaded tagptr v0.2.0
10682026-05-11T04:05:56.437Z Downloaded strum v0.26.3
10692026-05-11T04:05:56.437Z Downloaded structmeta-derive v0.3.0
10702026-05-11T04:05:56.443Z Downloaded tabled_derive v0.11.0
10712026-05-11T04:05:56.443Z Downloaded strum v0.27.2
10722026-05-11T04:05:56.443Z Downloaded rusty-fork v0.3.1
10732026-05-11T04:05:56.446Z Downloaded icu_provider v2.1.1
10742026-05-11T04:05:56.446Z Downloaded rustversion v1.0.22
10752026-05-11T04:05:56.446Z Downloaded resolv-conf v0.7.6
10762026-05-11T04:05:56.446Z Downloaded tabwriter v1.4.1
10772026-05-11T04:05:56.449Z Downloaded schemars_derive v0.8.22
10782026-05-11T04:05:56.449Z Downloaded take_mut v0.2.2
10792026-05-11T04:05:56.449Z Downloaded progenitor v0.11.2
10802026-05-11T04:05:56.452Z Downloaded time-core v0.1.8
10812026-05-11T04:05:56.452Z Downloaded pest_derive v2.8.6
10822026-05-11T04:05:56.455Z Downloaded thread-id v5.1.0
10832026-05-11T04:05:56.455Z Downloaded tabled_derive v0.7.0
10842026-05-11T04:05:56.455Z Downloaded thread-id v4.2.2
10852026-05-11T04:05:56.458Z Downloaded pem v3.0.6
10862026-05-11T04:05:56.458Z Downloaded const_format v0.2.35
10872026-05-11T04:05:56.460Z Downloaded thiserror-impl-no-std v2.0.2
10882026-05-11T04:05:56.463Z Downloaded data-encoding v2.10.0
10892026-05-11T04:05:56.463Z Downloaded progenitor-client v0.10.0
10902026-05-11T04:05:56.463Z Downloaded libsw-core v0.3.2
10912026-05-11T04:05:56.466Z Downloaded keccak v0.1.6
10922026-05-11T04:05:56.466Z Downloaded argon2 v0.5.3
10932026-05-11T04:05:56.466Z Downloaded byteorder v1.5.0
10942026-05-11T04:05:56.469Z Downloaded crucible-workspace-hack v0.1.0
10952026-05-11T04:05:56.469Z Downloaded chacha20 v0.10.0
10962026-05-11T04:05:56.469Z Downloaded testing_table v0.3.0
10972026-05-11T04:05:56.472Z Downloaded slog-async v2.8.0
10982026-05-11T04:05:56.472Z Downloaded crc8 v0.1.1
10992026-05-11T04:05:56.472Z Downloaded aead v0.5.2
11002026-05-11T04:05:56.475Z Downloaded embedded-io v0.6.1
11012026-05-11T04:05:56.475Z Downloaded indicatif v0.18.4
11022026-05-11T04:05:56.477Z Downloaded parking_lot v0.11.2
11032026-05-11T04:05:56.477Z Downloaded icu_normalizer_data v2.1.1
11042026-05-11T04:05:56.480Z Downloaded slog-term v2.9.2
11052026-05-11T04:05:56.480Z Downloaded slog-json v2.6.1
11062026-05-11T04:05:56.483Z Downloaded pest_generator v2.8.6
11072026-05-11T04:05:56.483Z Downloaded smf v0.2.3
11082026-05-11T04:05:56.483Z Downloaded rustls-native-certs v0.8.3
11092026-05-11T04:05:56.487Z Downloaded typify-macro v0.4.3
11102026-05-11T04:05:56.487Z Downloaded smartstring v1.0.1
11112026-05-11T04:05:56.487Z Downloaded stable_deref_trait v1.2.1
11122026-05-11T04:05:56.490Z Downloaded slog-stdlog v4.1.1
11132026-05-11T04:05:56.490Z Downloaded arc-swap v1.9.0
11142026-05-11T04:05:56.490Z Downloaded snafu-derive v0.8.9
11152026-05-11T04:05:56.493Z Downloaded slog-scope v4.4.1
11162026-05-11T04:05:56.493Z Downloaded topological-sort v0.2.2
11172026-05-11T04:05:56.493Z Downloaded dropshot_endpoint v0.17.0
11182026-05-11T04:05:56.496Z Downloaded allocator-api2 v0.2.21
11192026-05-11T04:05:56.496Z Downloaded universal-hash v0.5.1
11202026-05-11T04:05:56.499Z Downloaded unit-prefix v0.5.2
11212026-05-11T04:05:56.499Z Downloaded scroll v0.12.0
11222026-05-11T04:05:56.499Z Downloaded serde_derive_internals v0.29.1
11232026-05-11T04:05:56.504Z Downloaded scroll v0.13.0
11242026-05-11T04:05:56.504Z Downloaded hickory-resolver v0.25.2
11252026-05-11T04:05:56.508Z Downloaded progenitor-impl v0.10.0
11262026-05-11T04:05:56.508Z Downloaded usdt v0.5.0
11272026-05-11T04:05:56.508Z Downloaded usdt-macro v0.5.0
11282026-05-11T04:05:56.508Z Downloaded usdt-attr-macro v0.5.0
11292026-05-11T04:05:56.508Z Downloaded papergrid v0.11.0
11302026-05-11T04:05:56.513Z Downloaded progenitor-impl v0.11.2
11312026-05-11T04:05:56.513Z Downloaded chacha20poly1305 v0.10.1
11322026-05-11T04:05:56.513Z Downloaded indexmap v1.9.3
11332026-05-11T04:05:56.517Z Downloaded usdt-macro v0.6.0
11342026-05-11T04:05:56.517Z Downloaded untrusted v0.7.1
11352026-05-11T04:05:56.517Z Downloaded synstructure v0.13.2
11362026-05-11T04:05:56.517Z Downloaded time-macros v0.2.27
11372026-05-11T04:05:56.521Z Downloaded strum_macros v0.27.2
11382026-05-11T04:05:56.521Z Downloaded typify-macro v0.6.2
11392026-05-11T04:05:56.521Z Downloaded usdt v0.6.0
11402026-05-11T04:05:56.521Z Downloaded usdt-attr-macro v0.6.0
11412026-05-11T04:05:56.521Z Downloaded unarray v0.1.4
11422026-05-11T04:05:56.521Z Downloaded rhai_codegen v3.1.0
11432026-05-11T04:05:56.525Z Downloaded pin-project v1.1.11
11442026-05-11T04:05:56.531Z Downloaded wait-timeout v0.2.1
11452026-05-11T04:05:56.534Z Downloaded serde_with_macros v3.18.0
11462026-05-11T04:05:56.534Z Downloaded thiserror-no-std v2.0.2
11472026-05-11T04:05:56.537Z Downloaded waitgroup v0.1.2
11482026-05-11T04:05:56.537Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11492026-05-11T04:05:56.540Z Downloaded utf-8 v0.7.6
11502026-05-11T04:05:56.540Z Downloaded yoke-derive v0.8.1
11512026-05-11T04:05:56.540Z Downloaded tokio-dtrace v0.1.1
11522026-05-11T04:05:56.543Z Downloaded tinystr v0.8.2
11532026-05-11T04:05:56.543Z Downloaded zerofrom v0.1.6
11542026-05-11T04:05:56.543Z Downloaded prettyplease v0.2.37
11552026-05-11T04:05:56.545Z Downloaded tokio-tungstenite v0.21.0
11562026-05-11T04:05:56.548Z Downloaded slog-dtrace v0.3.0
11572026-05-11T04:05:56.548Z Downloaded pest_meta v2.8.6
11582026-05-11T04:05:56.551Z Downloaded termtree v0.5.1
11592026-05-11T04:05:56.551Z Downloaded icu_properties v2.1.2
11602026-05-11T04:05:56.553Z Downloaded icu_locale_core v2.1.1
11612026-05-11T04:05:56.556Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11622026-05-11T04:05:56.556Z Downloaded zerofrom-derive v0.1.6
11632026-05-11T04:05:56.557Z Downloaded zeroize_derive v1.4.3
11642026-05-11T04:05:56.557Z Downloaded hickory-resolver v0.24.4
11652026-05-11T04:05:56.559Z Downloaded crossbeam-deque v0.8.6
11662026-05-11T04:05:56.562Z Downloaded strum_macros v0.26.4
11672026-05-11T04:05:56.562Z Downloaded schemars v0.8.22
11682026-05-11T04:05:56.567Z Downloaded term v1.2.1
11692026-05-11T04:05:56.570Z Downloaded toml_writer v1.1.0+spec-1.1.0
11702026-05-11T04:05:56.570Z Downloaded spin v0.9.8
11712026-05-11T04:05:56.573Z Downloaded zone v0.3.1
11722026-05-11T04:05:56.573Z Downloaded cc v1.2.58
11732026-05-11T04:05:56.576Z Downloaded darling_core v0.21.3
11742026-05-11T04:05:56.579Z Downloaded zone_cfg_derive v0.3.1
11752026-05-11T04:05:56.579Z Downloaded tiny-keccak v2.0.2
11762026-05-11T04:05:56.581Z Downloaded expectorate v1.2.0
11772026-05-11T04:05:56.581Z Downloaded jiff-static v0.2.23
11782026-05-11T04:05:56.584Z Downloaded crypto-bigint v0.5.5
11792026-05-11T04:05:56.587Z Downloaded crossbeam-channel v0.5.15
11802026-05-11T04:05:56.589Z Downloaded whoami v1.6.1
11812026-05-11T04:05:56.589Z Downloaded colored v3.1.1
11822026-05-11T04:05:56.592Z Downloaded chacha20 v0.9.1
11832026-05-11T04:05:56.592Z Downloaded gethostname v0.5.0
11842026-05-11T04:05:56.592Z Downloaded fs-err v3.3.0
11852026-05-11T04:05:56.595Z Downloaded walkdir v2.5.0
11862026-05-11T04:05:56.595Z Downloaded toml_parser v1.1.0+spec-1.1.0
11872026-05-11T04:05:56.598Z Downloaded usdt-impl v0.5.0
11882026-05-11T04:05:56.598Z Downloaded rustls-pki-types v1.14.0
11892026-05-11T04:05:56.598Z Downloaded pretty_assertions v1.4.1
11902026-05-11T04:05:56.601Z Downloaded float-ord v0.3.2
11912026-05-11T04:05:56.601Z Downloaded defmt-macros v1.0.1
11922026-05-11T04:05:56.604Z Downloaded blake3 v1.8.4
11932026-05-11T04:05:56.607Z Downloaded yoke v0.8.1
11942026-05-11T04:05:56.610Z Downloaded xz2 v0.1.7
11952026-05-11T04:05:56.610Z Downloaded writeable v0.6.2
11962026-05-11T04:05:56.610Z Downloaded tokio-rustls v0.25.0
11972026-05-11T04:05:56.610Z Downloaded thin-vec v0.2.14
11982026-05-11T04:05:56.613Z Downloaded progenitor-impl v0.14.0
11992026-05-11T04:05:56.613Z Downloaded similar v2.7.0
12002026-05-11T04:05:56.616Z Downloaded hashbrown v0.12.3
12012026-05-11T04:05:56.619Z Downloaded dropshot-api-manager v0.7.0
12022026-05-11T04:05:56.622Z Downloaded vsss-rs v3.3.4
12032026-05-11T04:05:56.622Z Downloaded test-strategy v0.4.5
12042026-05-11T04:05:56.626Z Downloaded schemars v0.9.0
12052026-05-11T04:05:56.630Z Downloaded slog v2.8.2
12062026-05-11T04:05:56.633Z Downloaded zerocopy-derive v0.7.35
12072026-05-11T04:05:56.635Z Downloaded usdt-impl v0.6.0
12082026-05-11T04:05:56.635Z Downloaded ucd-trie v0.1.7
12092026-05-11T04:05:56.639Z Downloaded toml v1.1.0+spec-1.1.0
12102026-05-11T04:05:56.643Z Downloaded zerovec-derive v0.11.2
12112026-05-11T04:05:56.643Z Downloaded typify v0.6.2
12122026-05-11T04:05:56.643Z Downloaded toml v0.7.8
12132026-05-11T04:05:56.646Z Downloaded typify v0.4.3
12142026-05-11T04:05:56.646Z Downloaded rayon-core v1.13.0
12152026-05-11T04:05:56.649Z Downloaded nom v7.1.3
12162026-05-11T04:05:56.653Z Downloaded rustls-platform-verifier v0.6.2
12172026-05-11T04:05:56.656Z Downloaded minimal-lexical v0.2.1
12182026-05-11T04:05:56.656Z Downloaded uuid v1.23.0
12192026-05-11T04:05:56.659Z Downloaded rand v0.8.5
12202026-05-11T04:05:56.659Z Downloaded serde_yaml v0.9.34+deprecated
12212026-05-11T04:05:56.661Z Downloaded qorb v0.4.1
12222026-05-11T04:05:56.664Z Downloaded rand v0.9.2
12232026-05-11T04:05:56.667Z Downloaded openssl-sys v0.9.112
12242026-05-11T04:05:56.670Z Downloaded toml v0.9.12+spec-1.1.0
12252026-05-11T04:05:56.670Z Downloaded icu_normalizer v2.1.1
12262026-05-11T04:05:56.672Z Downloaded snafu v0.8.9
12272026-05-11T04:05:56.675Z Downloaded tungstenite v0.21.0
12282026-05-11T04:05:56.678Z Downloaded steno v0.4.1
12292026-05-11T04:05:56.680Z Downloaded papergrid v0.17.0
12302026-05-11T04:05:56.683Z Downloaded progenitor-impl v0.13.0
12312026-05-11T04:05:56.683Z Downloaded icu_collections v2.1.1
12322026-05-11T04:05:56.687Z Downloaded foreign-types v0.5.0
12332026-05-11T04:05:56.687Z Downloaded toml_edit v0.19.15
12342026-05-11T04:05:56.695Z Downloaded yansi v1.0.1
12352026-05-11T04:05:56.698Z Downloaded typenum v1.19.0
12362026-05-11T04:05:56.701Z Downloaded rustls-webpki v0.103.10
12372026-05-11T04:05:56.701Z Downloaded hashbrown v0.17.0
12382026-05-11T04:05:56.704Z Downloaded async-stream v0.3.6
12392026-05-11T04:05:56.709Z Downloaded toml_edit v0.25.8+spec-1.1.0
12402026-05-11T04:05:56.712Z Downloaded unsafe-libyaml v0.2.11
12412026-05-11T04:05:56.721Z Downloaded schemars v1.2.1
12422026-05-11T04:05:56.730Z Downloaded zerotrie v0.2.3
12432026-05-11T04:05:56.739Z Downloaded rand v0.10.1
12442026-05-11T04:05:56.743Z Downloaded nom v8.0.0
12452026-05-11T04:05:56.745Z Downloaded scc v2.4.0
12462026-05-11T04:05:56.748Z Downloaded h2 v0.4.13
12472026-05-11T04:05:56.763Z Downloaded hashbrown v0.16.1
12482026-05-11T04:05:56.766Z Downloaded typed-path v0.9.3
12492026-05-11T04:05:56.774Z Downloaded pest v2.8.6
12502026-05-11T04:05:56.779Z Downloaded itertools v0.12.1
12512026-05-11T04:05:56.788Z Downloaded zerocopy-derive v0.8.48
12522026-05-11T04:05:56.792Z Downloaded iri-string v0.7.12
12532026-05-11T04:05:56.797Z Downloaded goblin v0.8.2
12542026-05-11T04:05:56.800Z Downloaded iddqd v0.3.17
12552026-05-11T04:05:56.804Z Downloaded libm v0.2.16
12562026-05-11T04:05:56.810Z Downloaded hkdf v0.12.4
12572026-05-11T04:05:56.823Z Downloaded reqwest v0.13.2
12582026-05-11T04:05:56.826Z Downloaded icu_properties_data v2.1.2
12592026-05-11T04:05:56.832Z Downloaded tower-http v0.6.8
12602026-05-11T04:05:56.836Z Downloaded rustls-webpki v0.102.8
12612026-05-11T04:05:56.847Z Downloaded zerovec v0.11.5
12622026-05-11T04:05:56.851Z Downloaded winnow v0.5.40
12632026-05-11T04:05:56.856Z Downloaded rayon v1.11.0
12642026-05-11T04:05:56.860Z Downloaded aws-lc-rs v1.16.2
12652026-05-11T04:05:56.865Z Downloaded zerocopy v0.7.35
12662026-05-11T04:05:56.873Z Downloaded winnow v1.0.1
12672026-05-11T04:05:56.879Z Downloaded tabled v0.15.0
12682026-05-11T04:05:56.887Z Downloaded dropshot v0.16.7
12692026-05-11T04:05:56.899Z Downloaded tabled v0.20.0
12702026-05-11T04:05:56.914Z Downloaded syn v1.0.109
12712026-05-11T04:05:56.920Z Downloaded goblin v0.10.5
12722026-05-11T04:05:56.925Z Downloaded moka v0.12.15
12732026-05-11T04:05:56.930Z Downloaded proptest v1.11.0
12742026-05-11T04:05:56.935Z Downloaded tough v0.20.0
12752026-05-11T04:05:56.940Z Downloaded time v0.3.47
12762026-05-11T04:05:56.947Z Downloaded openssl v0.10.76
12772026-05-11T04:05:56.952Z Downloaded webpki-roots v1.0.6
12782026-05-11T04:05:56.955Z Downloaded smoltcp v0.11.0
12792026-05-11T04:05:56.961Z Downloaded serde_with v3.18.0
12802026-05-11T04:05:56.967Z Downloaded regress v0.10.5
12812026-05-11T04:05:56.972Z Downloaded openapiv3 v2.2.0
12822026-05-11T04:05:56.978Z Downloaded rustls v0.23.37
12832026-05-11T04:05:56.984Z Downloaded rhai v1.24.0
12842026-05-11T04:05:56.991Z Downloaded rustls v0.22.4
12852026-05-11T04:05:56.998Z Downloaded nix v0.31.2
12862026-05-11T04:05:57.005Z Downloaded regress v0.11.1
12872026-05-11T04:05:57.010Z Downloaded hickory-proto v0.25.2
12882026-05-11T04:05:57.019Z Downloaded hickory-proto v0.24.4
12892026-05-11T04:05:57.028Z Downloaded dropshot v0.17.0
12902026-05-11T04:05:57.041Z Downloaded typify-impl v0.6.2
12912026-05-11T04:05:57.048Z Downloaded typify-impl v0.4.3
12922026-05-11T04:05:57.056Z Downloaded sled v0.34.7
12932026-05-11T04:05:57.091Z Downloaded petgraph v0.6.5
12942026-05-11T04:05:57.103Z Downloaded lzma-sys v0.1.20
12952026-05-11T04:05:57.120Z Downloaded jiff v0.2.23
12962026-05-11T04:05:57.130Z Downloaded chrono-tz v0.10.4
12972026-05-11T04:05:57.141Z Downloaded sha3 v0.10.8
12982026-05-11T04:05:57.144Z Downloaded csv v1.4.0
12992026-05-11T04:05:57.155Z Downloaded tokio v1.52.1
13002026-05-11T04:05:57.186Z Downloaded encoding_rs v0.8.35
13012026-05-11T04:05:57.708Z Downloaded aws-lc-sys v0.39.1
13022026-05-11T04:05:58.574Z Compiling proc-macro2 v1.0.106
13032026-05-11T04:05:58.574Z Compiling unicode-ident v1.0.24
13042026-05-11T04:05:58.574Z Compiling quote v1.0.45
13052026-05-11T04:05:58.574Z Compiling serde_core v1.0.228
13062026-05-11T04:05:58.574Z Compiling cfg-if v1.0.4
13072026-05-11T04:05:58.578Z Compiling serde v1.0.228
13082026-05-11T04:05:58.578Z Compiling libc v0.2.186
13092026-05-11T04:05:58.674Z Compiling memchr v2.8.0
13102026-05-11T04:05:58.791Z Compiling itoa v1.0.18
13112026-05-11T04:05:58.968Z Compiling smallvec v1.15.1
13122026-05-11T04:05:58.979Z Compiling zmij v1.0.21
13132026-05-11T04:05:58.999Z Compiling serde_json v1.0.149
13142026-05-11T04:05:59.165Z Compiling autocfg v1.5.0
13152026-05-11T04:05:59.228Z Compiling libm v0.2.16
13162026-05-11T04:05:59.352Z Compiling version_check v0.9.5
13172026-05-11T04:05:59.440Z Compiling stable_deref_trait v1.2.1
13182026-05-11T04:05:59.503Z Compiling pin-project-lite v0.2.17
13192026-05-11T04:05:59.514Z Compiling writeable v0.6.2
13202026-05-11T04:05:59.546Z Compiling litemap v0.8.1
13212026-05-11T04:05:59.572Z Compiling percent-encoding v2.3.2
13222026-05-11T04:05:59.618Z Compiling icu_normalizer_data v2.1.1
13232026-05-11T04:05:59.696Z Compiling icu_properties_data v2.1.2
13242026-05-11T04:05:59.721Z Compiling iana-time-zone v0.1.65
13252026-05-11T04:05:59.760Z Compiling syn v2.0.117
13262026-05-11T04:05:59.845Z Compiling equivalent v1.0.2
13272026-05-11T04:05:59.932Z Compiling parking_lot_core v0.9.12
13282026-05-11T04:05:59.943Z Compiling scopeguard v1.2.0
13292026-05-11T04:05:59.946Z Compiling form_urlencoded v1.2.2
13302026-05-11T04:05:59.963Z Compiling utf8_iter v1.0.4
13312026-05-11T04:06:00.049Z Compiling lock_api v0.4.14
13322026-05-11T04:06:00.052Z Compiling dyn-clone v1.0.20
13332026-05-11T04:06:00.098Z Compiling num-traits v0.2.19
13342026-05-11T04:06:00.114Z Compiling jobserver v0.1.34
13352026-05-11T04:06:00.191Z Compiling find-msvc-tools v0.1.9
13362026-05-11T04:06:00.205Z Compiling shlex v1.3.0
13372026-05-11T04:06:00.267Z Compiling log v0.4.29
13382026-05-11T04:06:00.382Z Compiling cc v1.2.58
13392026-05-11T04:06:00.422Z Compiling errno v0.3.14
13402026-05-11T04:06:00.434Z Compiling futures-core v0.3.32
13412026-05-11T04:06:00.444Z Compiling rand_core v0.10.0
13422026-05-11T04:06:00.567Z Compiling getrandom v0.4.2
13432026-05-11T04:06:00.578Z Compiling thiserror v2.0.18
13442026-05-11T04:06:00.590Z Compiling hashbrown v0.17.0
13452026-05-11T04:06:00.814Z Compiling semver v1.0.28
13462026-05-11T04:06:01.059Z Compiling indexmap v2.14.0
13472026-05-11T04:06:01.071Z Compiling zerocopy v0.8.48
13482026-05-11T04:06:01.101Z Compiling heck v0.5.0
13492026-05-11T04:06:01.120Z Compiling futures-sink v0.3.32
13502026-05-11T04:06:01.151Z Compiling fnv v1.0.7
13512026-05-11T04:06:01.219Z Compiling slab v0.4.12
13522026-05-11T04:06:01.242Z Compiling uuid v1.23.0
13532026-05-11T04:06:01.355Z Compiling futures-channel v0.3.32
13542026-05-11T04:06:01.484Z Compiling rustversion v1.0.22
13552026-05-11T04:06:01.517Z Compiling typenum v1.19.0
13562026-05-11T04:06:01.637Z Compiling schemars v0.8.22
13572026-05-11T04:06:01.726Z Compiling futures-task v0.3.32
13582026-05-11T04:06:01.743Z Compiling futures-io v0.3.32
13592026-05-11T04:06:01.888Z Compiling socket2 v0.6.3
13602026-05-11T04:06:01.898Z Compiling getrandom v0.2.17
13612026-05-11T04:06:01.916Z Compiling portable-atomic v1.13.1
13622026-05-11T04:06:01.919Z Compiling signal-hook-registry v1.4.8
13632026-05-11T04:06:02.054Z Compiling parking_lot v0.12.5
13642026-05-11T04:06:02.078Z Compiling mio v1.2.0
13652026-05-11T04:06:02.211Z Compiling bitflags v2.11.0
13662026-05-11T04:06:02.342Z Compiling subtle v2.6.1
13672026-05-11T04:06:02.425Z Compiling critical-section v1.2.0
13682026-05-11T04:06:02.448Z Compiling untrusted v0.9.0
13692026-05-11T04:06:02.473Z Compiling byteorder v1.5.0
13702026-05-11T04:06:02.473Z Compiling base64 v0.22.1
13712026-05-11T04:06:02.508Z Compiling rand_core v0.6.4
13722026-05-11T04:06:02.528Z Compiling cmake v0.1.58
13732026-05-11T04:06:02.566Z Compiling synstructure v0.13.2
13742026-05-11T04:06:02.596Z Compiling serde_derive_internals v0.29.1
13752026-05-11T04:06:02.708Z Compiling fs_extra v1.3.0
13762026-05-11T04:06:02.739Z Compiling dunce v1.0.5
13772026-05-11T04:06:02.816Z Compiling once_cell v1.21.4
13782026-05-11T04:06:02.832Z Compiling rustix v1.1.4
13792026-05-11T04:06:02.863Z Compiling regex-syntax v0.8.10
13802026-05-11T04:06:02.930Z Compiling ipnet v2.12.0
13812026-05-11T04:06:02.962Z Compiling aws-lc-sys v0.39.1
13822026-05-11T04:06:03.030Z Compiling atomic-waker v1.1.2
13832026-05-11T04:06:03.087Z Compiling httparse v1.10.1
13842026-05-11T04:06:03.156Z Compiling strsim v0.11.1
13852026-05-11T04:06:03.355Z Compiling slog v2.8.2
13862026-05-11T04:06:03.392Z Compiling generic-array v0.14.7
13872026-05-11T04:06:03.478Z Compiling tower-layer v0.3.3
13882026-05-11T04:06:03.489Z Compiling ucd-trie v0.1.7
13892026-05-11T04:06:03.565Z Compiling thiserror v1.0.69
13902026-05-11T04:06:03.577Z Compiling tower-service v0.3.3
13912026-05-11T04:06:03.637Z Compiling pest v2.8.6
13922026-05-11T04:06:03.684Z Compiling try-lock v0.2.5
13932026-05-11T04:06:03.789Z Compiling want v0.3.1
13942026-05-11T04:06:03.801Z Compiling ryu v1.0.23
13952026-05-11T04:06:03.853Z Compiling serde_derive v1.0.228
13962026-05-11T04:06:03.869Z Compiling zerofrom-derive v0.1.6
13972026-05-11T04:06:03.960Z Compiling yoke-derive v0.8.1
13982026-05-11T04:06:03.980Z Compiling zerovec-derive v0.11.2
13992026-05-11T04:06:03.990Z Compiling displaydoc v0.2.5
14002026-05-11T04:06:04.733Z Compiling tokio-macros v2.7.0
14012026-05-11T04:06:04.903Z Compiling schemars_derive v0.8.22
14022026-05-11T04:06:04.980Z Compiling thiserror-impl v2.0.18
14032026-05-11T04:06:05.059Z Compiling zerocopy-derive v0.8.48
14042026-05-11T04:06:05.071Z Compiling zerofrom v0.1.6
14052026-05-11T04:06:05.186Z Compiling yoke v0.8.1
14062026-05-11T04:06:05.362Z Compiling zerovec v0.11.5
14072026-05-11T04:06:05.453Z Compiling zerotrie v0.2.3
14082026-05-11T04:06:05.543Z Compiling zeroize_derive v1.4.3
14092026-05-11T04:06:05.741Z Compiling futures-macro v0.3.32
14102026-05-11T04:06:05.847Z Compiling tinystr v0.8.2
14112026-05-11T04:06:06.039Z Compiling icu_locale_core v2.1.1
14122026-05-11T04:06:06.066Z Compiling potential_utf v0.1.4
14132026-05-11T04:06:06.173Z Compiling icu_collections v2.1.1
14142026-05-11T04:06:06.222Z Compiling zeroize v1.8.2
14152026-05-11T04:06:06.480Z Compiling thiserror-impl v1.0.69
14162026-05-11T04:06:06.590Z Compiling futures-util v0.3.32
14172026-05-11T04:06:06.701Z Compiling icu_provider v2.1.1
14182026-05-11T04:06:06.981Z Compiling bytes v1.11.1
14192026-05-11T04:06:06.993Z Compiling icu_properties v2.1.2
14202026-05-11T04:06:07.005Z Compiling icu_normalizer v2.1.1
14212026-05-11T04:06:07.046Z Compiling chrono v0.4.44
14222026-05-11T04:06:07.589Z Compiling http v1.4.0
14232026-05-11T04:06:07.609Z Compiling tokio v1.52.1
14242026-05-11T04:06:07.621Z Compiling serde_tokenstream v0.2.3
14252026-05-11T04:06:07.896Z Compiling idna_adapter v1.2.1
14262026-05-11T04:06:08.030Z Compiling idna v1.1.0
14272026-05-11T04:06:08.169Z Compiling erased-serde v0.3.31
14282026-05-11T04:06:08.541Z Compiling url v2.5.8
14292026-05-11T04:06:08.559Z Compiling http-body v1.0.1
14302026-05-11T04:06:08.790Z Compiling pest_meta v2.8.6
14312026-05-11T04:06:08.802Z Compiling httpdate v1.0.3
14322026-05-11T04:06:08.850Z Compiling getrandom v0.3.4
14332026-05-11T04:06:09.027Z Compiling pretty-hex v0.4.2
14342026-05-11T04:06:09.154Z Compiling plain v0.2.3
14352026-05-11T04:06:09.167Z Compiling ppv-lite86 v0.2.21
14362026-05-11T04:06:09.277Z Compiling paste v1.0.15
14372026-05-11T04:06:09.341Z Compiling pest_generator v2.8.6
14382026-05-11T04:06:09.403Z Compiling crypto-common v0.1.7
14392026-05-11T04:06:09.473Z Compiling ident_case v1.0.1
14402026-05-11T04:06:09.532Z Compiling omicron-workspace-hack v0.1.0
14412026-05-11T04:06:09.585Z Compiling tracing-attributes v0.1.31
14422026-05-11T04:06:09.748Z Compiling tracing-core v0.1.36
14432026-05-11T04:06:10.026Z Compiling http-body-util v0.1.3
14442026-05-11T04:06:10.058Z Compiling pest_derive v2.8.6
14452026-05-11T04:06:10.069Z Compiling serde_urlencoded v0.7.1
14462026-05-11T04:06:10.259Z Compiling ipnetwork v0.21.1
14472026-05-11T04:06:10.305Z Compiling daft-derive v0.1.5
14482026-05-11T04:06:10.343Z Compiling sync_wrapper v1.0.2
14492026-05-11T04:06:10.444Z Compiling foldhash v0.2.0
14502026-05-11T04:06:10.473Z Compiling allocator-api2 v0.2.21
14512026-05-11T04:06:10.580Z Compiling fastrand v2.3.0
14522026-05-11T04:06:10.675Z Compiling aho-corasick v1.1.4
14532026-05-11T04:06:10.692Z Compiling winnow v1.0.1
14542026-05-11T04:06:10.777Z Compiling tracing v0.1.44
14552026-05-11T04:06:10.788Z Compiling hashbrown v0.16.1
14562026-05-11T04:06:10.846Z Compiling rustls-pki-types v1.14.0
14572026-05-11T04:06:11.011Z Compiling async-trait v0.1.89
14582026-05-11T04:06:11.032Z Compiling ring v0.17.14
14592026-05-11T04:06:11.365Z Compiling time-core v0.1.8
14602026-05-11T04:06:11.543Z Compiling regex-automata v0.4.14
14612026-05-11T04:06:11.555Z Compiling powerfmt v0.2.0
14622026-05-11T04:06:11.566Z Compiling cpufeatures v0.2.17
14632026-05-11T04:06:11.632Z Compiling anyhow v1.0.102
14642026-05-11T04:06:11.756Z Compiling iri-string v0.7.12
14652026-05-11T04:06:11.832Z Compiling num-conv v0.2.1
14662026-05-11T04:06:11.978Z Compiling time-macros v0.2.27
14672026-05-11T04:06:12.007Z Compiling deranged v0.5.8
14682026-05-11T04:06:12.315Z Compiling block-buffer v0.10.4
14692026-05-11T04:06:12.460Z Compiling scroll_derive v0.13.1
14702026-05-11T04:06:12.931Z Compiling hex v0.4.3
14712026-05-11T04:06:12.948Z Compiling num_threads v0.1.7
14722026-05-11T04:06:13.038Z Compiling digest v0.10.7
14732026-05-11T04:06:13.176Z Compiling regex v1.12.3
14742026-05-11T04:06:13.254Z Compiling scroll v0.13.0
14752026-05-11T04:06:13.506Z Compiling tokio-util v0.7.18
14762026-05-11T04:06:13.629Z Compiling oxnet v0.1.4
14772026-05-11T04:06:13.823Z Compiling camino v1.2.2
14782026-05-11T04:06:14.037Z Compiling goblin v0.10.5
14792026-05-11T04:06:14.082Z Compiling openssl-probe v0.2.1
14802026-05-11T04:06:14.173Z Compiling usdt-impl v0.6.0
14812026-05-11T04:06:14.259Z Compiling dtrace-parser v0.3.0
14822026-05-11T04:06:14.557Z Compiling crossbeam-utils v0.8.21
14832026-05-11T04:06:14.851Z Compiling h2 v0.4.13
14842026-05-11T04:06:15.048Z Compiling futures-executor v0.3.32
14852026-05-11T04:06:15.110Z Compiling openapiv3 v2.2.0
14862026-05-11T04:06:15.189Z Compiling structmeta-derive v0.3.0
14872026-05-11T04:06:15.319Z Compiling thread-id v5.1.0
14882026-05-11T04:06:15.395Z Compiling syn v1.0.109
14892026-05-11T04:06:15.690Z Compiling rustls v0.22.4
14902026-05-11T04:06:15.933Z Compiling futures v0.3.32
14912026-05-11T04:06:16.010Z Compiling rand_core v0.9.5
14922026-05-11T04:06:16.193Z Compiling structmeta v0.3.0
14932026-05-11T04:06:16.219Z Compiling darling_core v0.23.0
14942026-05-11T04:06:16.451Z Compiling newtype-uuid-macros v0.1.0
14952026-05-11T04:06:16.714Z Compiling dof v0.4.0
14962026-05-11T04:06:16.717Z Compiling thread_local v1.1.9
14972026-05-11T04:06:16.995Z Compiling hyper v1.9.0
14982026-05-11T04:06:17.932Z Compiling winnow v0.7.15
14992026-05-11T04:06:18.079Z Compiling aws-lc-rs v1.16.2
15002026-05-11T04:06:18.164Z Compiling match_cfg v0.1.0
15012026-05-11T04:06:18.216Z Compiling hyper-util v0.1.20
15022026-05-11T04:06:18.314Z Compiling darling_macro v0.23.0
15032026-05-11T04:06:18.368Z Compiling newtype-uuid v1.3.2
15042026-05-11T04:06:18.708Z Compiling slog-async v2.8.0
15052026-05-11T04:06:18.731Z Compiling quick-error v1.2.3
15062026-05-11T04:06:18.832Z Compiling ref-cast v1.0.25
15072026-05-11T04:06:18.843Z Compiling usdt-macro v0.6.0
15082026-05-11T04:06:18.870Z Compiling darling v0.23.0
15092026-05-11T04:06:18.948Z Compiling usdt-attr-macro v0.6.0
15102026-05-11T04:06:19.024Z Compiling daft v0.1.5
15112026-05-11T04:06:19.175Z Compiling rand_chacha v0.9.0
15122026-05-11T04:06:19.280Z Compiling ref-cast-impl v1.0.25
15132026-05-11T04:06:19.399Z Compiling strum_macros v0.26.4
15142026-05-11T04:06:19.601Z Compiling toml_datetime v0.7.5+spec-1.1.0
15152026-05-11T04:06:19.875Z Compiling serde_spanned v1.1.0
15162026-05-11T04:06:19.886Z Compiling multer v3.1.0
15172026-05-11T04:06:19.901Z Compiling debug-ignore v1.0.5
15182026-05-11T04:06:19.952Z Compiling toml_writer v1.1.0+spec-1.1.0
15192026-05-11T04:06:20.002Z Compiling untrusted v0.7.1
15202026-05-11T04:06:20.016Z Compiling bit-vec v0.8.0
15212026-05-11T04:06:20.096Z Compiling term v1.2.1
15222026-05-11T04:06:20.106Z Compiling take_mut v0.2.2
15232026-05-11T04:06:20.162Z Compiling rand v0.9.2
15242026-05-11T04:06:20.204Z Compiling bit-set v0.8.0
15252026-05-11T04:06:20.240Z Compiling serde_with_macros v3.18.0
15262026-05-11T04:06:20.356Z Compiling async-stream-impl v0.3.6
15272026-05-11T04:06:20.740Z Compiling dropshot v0.16.7
15282026-05-11T04:06:20.785Z Compiling encoding_rs v0.8.35
15292026-05-11T04:06:20.955Z Compiling spin v0.9.8
15302026-05-11T04:06:20.966Z Compiling rustls v0.23.37
15312026-05-11T04:06:20.985Z Compiling strum v0.26.3
15322026-05-11T04:06:21.110Z Compiling mime v0.3.17
15332026-05-11T04:06:21.162Z Compiling unarray v0.1.4
15342026-05-11T04:06:21.271Z Compiling async-stream v0.3.6
15352026-05-11T04:06:21.344Z Compiling derive-ex v0.1.8
15362026-05-11T04:06:21.456Z Compiling dropshot_endpoint v0.16.7
15372026-05-11T04:06:21.488Z Compiling macaddr v1.0.1
15382026-05-11T04:06:21.499Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15392026-05-11T04:06:21.708Z Compiling waitgroup v0.1.2
15402026-05-11T04:06:21.826Z Compiling serde_path_to_error v0.1.20
15412026-05-11T04:06:21.960Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15422026-05-11T04:06:22.088Z Compiling tempfile v3.27.0
15432026-05-11T04:06:22.175Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15442026-05-11T04:06:22.321Z Compiling tower v0.5.3
15452026-05-11T04:06:22.352Z Compiling strum_macros v0.27.2
15462026-05-11T04:06:22.515Z Compiling instant v0.1.13
15472026-05-11T04:06:22.537Z Compiling time v0.3.47
15482026-05-11T04:06:22.793Z Compiling tower-http v0.6.8
15492026-05-11T04:06:22.962Z Compiling test-strategy v0.4.5
15502026-05-11T04:06:22.974Z Compiling rustc-hash v2.1.2
15512026-05-11T04:06:23.115Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15522026-05-11T04:06:23.221Z Compiling crossbeam-channel v0.5.15
15532026-05-11T04:06:24.169Z Compiling strum v0.27.2
15542026-05-11T04:06:24.195Z Compiling parse-display-derive v0.10.0
15552026-05-11T04:06:24.291Z Compiling rustls-native-certs v0.8.3
15562026-05-11T04:06:24.303Z Compiling backon v1.6.0
15572026-05-11T04:06:24.613Z Compiling rustls-webpki v0.102.8
15582026-05-11T04:06:24.626Z Compiling rand_chacha v0.3.1
15592026-05-11T04:06:25.477Z Compiling rand v0.8.5
15602026-05-11T04:06:25.525Z Compiling slog-json v2.6.1
15612026-05-11T04:06:25.732Z Compiling hostname v0.3.1
15622026-05-11T04:06:25.767Z Compiling toml_parser v1.1.0+spec-1.1.0
15632026-05-11T04:06:25.783Z Compiling wait-timeout v0.2.1
15642026-05-11T04:06:25.863Z Compiling is-terminal v0.4.17
15652026-05-11T04:06:25.953Z Compiling memmap2 v0.9.10
15662026-05-11T04:06:26.101Z Compiling either v1.15.0
15672026-05-11T04:06:26.171Z Compiling toml v0.9.12+spec-1.1.0
15682026-05-11T04:06:26.236Z Compiling usdt v0.6.0
15692026-05-11T04:06:26.300Z Compiling slog-term v2.9.2
15702026-05-11T04:06:26.465Z Compiling rusty-fork v0.3.1
15712026-05-11T04:06:26.544Z Compiling slog-bunyan v2.5.0
15722026-05-11T04:06:26.818Z Compiling tokio-rustls v0.25.0
15732026-05-11T04:06:27.040Z Compiling serde_with v3.18.0
15742026-05-11T04:06:27.153Z Compiling rand_xorshift v0.4.0
15752026-05-11T04:06:27.297Z Compiling sha1 v0.10.6
15762026-05-11T04:06:27.402Z Compiling regress v0.10.5
15772026-05-11T04:06:27.505Z Compiling rustls-pemfile v2.2.0
15782026-05-11T04:06:27.520Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15792026-05-11T04:06:27.698Z Compiling hostname v0.4.2
15802026-05-11T04:06:27.750Z Compiling proptest v1.11.0
15812026-05-11T04:06:28.657Z Compiling reqwest v0.12.28
15822026-05-11T04:06:28.759Z Compiling iddqd v0.3.17
15832026-05-11T04:06:29.050Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15842026-05-11T04:06:29.856Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15852026-05-11T04:06:30.420Z Compiling progenitor-client v0.10.0
15862026-05-11T04:06:30.691Z Compiling parse-display v0.10.0
15872026-05-11T04:06:30.992Z Compiling itertools v0.14.0
15882026-05-11T04:06:31.006Z Compiling backoff v0.4.0
15892026-05-11T04:06:31.027Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15902026-05-11T04:06:31.216Z Compiling toml_datetime v0.6.11
15912026-05-11T04:06:32.004Z Compiling utf8parse v0.2.2
15922026-05-11T04:06:32.068Z Compiling zerocopy-derive v0.7.35
15932026-05-11T04:06:32.115Z Compiling anstyle-parse v1.0.0
15942026-05-11T04:06:32.297Z Compiling is_terminal_polyfill v1.70.2
15952026-05-11T04:06:32.387Z Compiling anstyle-query v1.1.5
15962026-05-11T04:06:32.493Z Compiling anstyle v1.0.14
15972026-05-11T04:06:32.505Z Compiling colorchoice v1.0.5
15982026-05-11T04:06:32.659Z Compiling anstream v1.0.0
15992026-05-11T04:06:32.904Z Compiling zerocopy v0.7.35
16002026-05-11T04:06:33.178Z Compiling clap_lex v1.1.0
16012026-05-11T04:06:33.191Z Compiling convert_case v0.4.0
16022026-05-11T04:06:33.481Z Compiling derive_more v0.99.20
16032026-05-11T04:06:33.888Z Compiling regress v0.11.1
16042026-05-11T04:06:34.249Z Compiling unicode-width v0.2.2
16052026-05-11T04:06:34.263Z Compiling tinyvec_macros v0.1.1
16062026-05-11T04:06:34.330Z Compiling tinyvec v1.11.0
16072026-05-11T04:06:34.984Z Compiling dtrace-parser v0.2.0
16082026-05-11T04:06:35.414Z Compiling serde_spanned v0.6.9
16092026-05-11T04:06:35.555Z Compiling secrecy v0.10.3
16102026-05-11T04:06:35.678Z Compiling clap_derive v4.6.0
16112026-05-11T04:06:35.709Z Compiling scroll_derive v0.12.1
16122026-05-11T04:06:35.852Z Compiling usdt-impl v0.5.0
16132026-05-11T04:06:35.905Z Compiling crucible-workspace-hack v0.1.0
16142026-05-11T04:06:36.097Z Compiling toml_write v0.1.2
16152026-05-11T04:06:36.290Z Compiling toml_edit v0.22.27
16162026-05-11T04:06:36.454Z Compiling scroll v0.12.0
16172026-05-11T04:06:36.499Z Compiling typify-impl v0.6.2
16182026-05-11T04:06:37.047Z Compiling dof v0.3.0
16192026-05-11T04:06:37.427Z Compiling terminal_size v0.4.4
16202026-05-11T04:06:37.566Z Compiling darling_core v0.21.3
16212026-05-11T04:06:37.597Z Compiling rustc_version v0.4.1
16222026-05-11T04:06:37.621Z Compiling thread-id v4.2.2
16232026-05-11T04:06:37.867Z Compiling curve25519-dalek v4.1.3
16242026-05-11T04:06:37.882Z Compiling toml v0.8.23
16252026-05-11T04:06:38.753Z Compiling goblin v0.8.2
16262026-05-11T04:06:38.989Z Compiling crossbeam-epoch v0.9.18
16272026-05-11T04:06:39.112Z Compiling hmac v0.12.1
16282026-05-11T04:06:39.247Z Compiling inout v0.1.4
16292026-05-11T04:06:39.333Z Compiling ff v0.13.1
16302026-05-11T04:06:39.390Z Compiling num-integer v0.1.46
16312026-05-11T04:06:39.617Z Compiling darling_macro v0.21.3
16322026-05-11T04:06:39.696Z Compiling float-ord v0.3.2
16332026-05-11T04:06:39.872Z Compiling group v0.13.0
16342026-05-11T04:06:39.980Z Compiling cipher v0.4.4
16352026-05-11T04:06:40.080Z Compiling hkdf v0.12.4
16362026-05-11T04:06:40.178Z Compiling darling v0.21.3
16372026-05-11T04:06:40.696Z Compiling clap_builder v4.6.0
16382026-05-11T04:06:42.703Z Compiling thiserror-impl-no-std v2.0.2
16392026-05-11T04:06:42.751Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16402026-05-11T04:06:42.783Z Compiling typify-macro v0.6.2
16412026-05-11T04:06:43.402Z Compiling universal-hash v0.5.1
16422026-05-11T04:06:43.488Z Compiling half v2.7.1
16432026-05-11T04:06:43.527Z Compiling crypto-bigint v0.5.5
16442026-05-11T04:06:43.758Z Compiling curve25519-dalek-derive v0.1.1
16452026-05-11T04:06:43.781Z Compiling proc-macro-error-attr v1.0.4
16462026-05-11T04:06:44.076Z Compiling toml_datetime v1.1.0+spec-1.1.0
16472026-05-11T04:06:44.160Z Compiling base16ct v0.2.0
16482026-05-11T04:06:44.205Z Compiling ciborium-io v0.2.2
16492026-05-11T04:06:44.285Z Compiling opaque-debug v0.3.1
16502026-05-11T04:06:44.296Z Compiling heapless v0.8.0
16512026-05-11T04:06:44.300Z Compiling prettyplease v0.2.37
16522026-05-11T04:06:44.318Z Compiling base64ct v1.8.3
16532026-05-11T04:06:44.353Z Compiling rustix v0.38.44
16542026-05-11T04:06:44.545Z Compiling password-hash v0.5.0
16552026-05-11T04:06:44.612Z Compiling elliptic-curve v0.13.8
16562026-05-11T04:06:44.656Z Compiling poly1305 v0.8.0
16572026-05-11T04:06:44.743Z Compiling ciborium-ll v0.2.2
16582026-05-11T04:06:44.774Z Compiling toml_edit v0.25.8+spec-1.1.0
16592026-05-11T04:06:44.990Z Compiling thiserror-no-std v2.0.2
16602026-05-11T04:06:45.009Z Compiling clap v4.6.0
16612026-05-11T04:06:45.420Z Compiling ingot-macros v0.1.1
16622026-05-11T04:06:45.562Z Compiling chacha20 v0.9.1
16632026-05-11T04:06:45.623Z Compiling num-iter v0.1.45
16642026-05-11T04:06:45.660Z Compiling num-rational v0.4.2
16652026-05-11T04:06:45.680Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16662026-05-11T04:06:45.736Z Compiling usdt-attr-macro v0.5.0
16672026-05-11T04:06:45.769Z Compiling usdt-macro v0.5.0
16682026-05-11T04:06:46.269Z Compiling rustls-webpki v0.103.10
16692026-05-11T04:06:46.604Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16702026-05-11T04:06:47.594Z Compiling blake2 v0.10.6
16712026-05-11T04:06:47.605Z Compiling byte-wrapper v0.1.0
16722026-05-11T04:06:47.976Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16732026-05-11T04:06:48.061Z Compiling aead v0.5.2
16742026-05-11T04:06:48.157Z Compiling enum-as-inner v0.6.1
16752026-05-11T04:06:48.219Z Compiling hash32 v0.3.1
16762026-05-11T04:06:48.292Z Compiling num-complex v0.4.6
16772026-05-11T04:06:48.328Z Compiling proc-macro-error v1.0.4
16782026-05-11T04:06:48.369Z Compiling memmap v0.7.0
16792026-05-11T04:06:48.549Z Compiling keccak v0.1.6
16802026-05-11T04:06:48.561Z Compiling smoltcp v0.11.0
16812026-05-11T04:06:48.581Z Compiling winnow v0.5.40
16822026-05-11T04:06:48.669Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16832026-05-11T04:06:48.716Z Compiling data-encoding v2.10.0
16842026-05-11T04:06:48.788Z Compiling sha3 v0.10.8
16852026-05-11T04:06:48.903Z Compiling num v0.4.3
16862026-05-11T04:06:48.976Z Compiling usdt v0.5.0
16872026-05-11T04:06:49.085Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16882026-05-11T04:06:49.245Z Compiling chacha20poly1305 v0.10.1
16892026-05-11T04:06:49.375Z Compiling ingot-types v0.1.2
16902026-05-11T04:06:49.451Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16912026-05-11T04:06:49.538Z Compiling argon2 v0.5.3
16922026-05-11T04:06:49.774Z Compiling tokio-rustls v0.26.4
16932026-05-11T04:06:49.947Z Compiling rustls-platform-verifier v0.6.2
16942026-05-11T04:06:50.035Z Compiling hyper-rustls v0.27.7
16952026-05-11T04:06:50.324Z Compiling reqwest v0.13.2
16962026-05-11T04:06:50.413Z Compiling toml_edit v0.19.15
16972026-05-11T04:06:50.633Z Compiling proc-macro-crate v3.5.0
16982026-05-11T04:06:51.057Z Compiling vsss-rs v3.3.4
16992026-05-11T04:06:51.409Z Compiling ciborium v0.2.2
17002026-05-11T04:06:51.736Z Compiling progenitor-client v0.13.0
17012026-05-11T04:06:51.824Z Compiling typify v0.6.2
17022026-05-11T04:06:52.017Z Compiling progenitor-extras v0.1.1
17032026-05-11T04:06:52.262Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17042026-05-11T04:06:52.923Z Compiling tabwriter v1.4.1
17052026-05-11T04:06:53.169Z Compiling cobs v0.3.0
17062026-05-11T04:06:53.181Z Compiling memoffset v0.9.1
17072026-05-11T04:06:53.370Z Compiling cfg_aliases v0.2.1
17082026-05-11T04:06:53.412Z Compiling indent_write v2.2.0
17092026-05-11T04:06:53.444Z Compiling pkg-config v0.3.32
17102026-05-11T04:06:53.455Z Compiling bitflags v1.3.2
17112026-05-11T04:06:53.529Z Compiling vcpkg v0.2.15
17122026-05-11T04:06:53.545Z Compiling managed v0.8.0
17132026-05-11T04:06:53.757Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17142026-05-11T04:06:53.897Z Compiling unsafe-libyaml v0.2.11
17152026-05-11T04:06:54.082Z Compiling openssl-sys v0.9.112
17162026-05-11T04:06:54.575Z Compiling serde_yaml v0.9.34+deprecated
17172026-05-11T04:06:54.619Z Compiling nix v0.31.2
17182026-05-11T04:06:54.885Z Compiling postcard v1.1.3
17192026-05-11T04:06:54.987Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17202026-05-11T04:06:55.211Z Compiling progenitor-impl v0.13.0
17212026-05-11T04:06:55.857Z Compiling proc-macro-crate v1.3.1
17222026-05-11T04:06:56.096Z Compiling num_enum_derive v0.7.6
17232026-05-11T04:06:56.194Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17242026-05-11T04:06:56.294Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17252026-05-11T04:06:56.600Z Compiling ingot v0.1.1
17262026-05-11T04:06:57.227Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17272026-05-11T04:06:57.760Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17282026-05-11T04:06:57.999Z Compiling hubpack_derive v0.1.1
17292026-05-11T04:06:58.514Z Compiling foreign-types-macros v0.2.3
17302026-05-11T04:06:58.517Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17312026-05-11T04:06:58.823Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17322026-05-11T04:06:58.826Z Compiling semver v0.1.20
17332026-05-11T04:06:58.961Z Compiling rayon-core v1.13.0
17342026-05-11T04:06:58.995Z Compiling static_assertions v1.1.0
17352026-05-11T04:06:59.050Z Compiling foreign-types-shared v0.3.1
17362026-05-11T04:06:59.070Z Compiling resolv-conf v0.7.6
17372026-05-11T04:06:59.086Z Compiling cpufeatures v0.3.0
17382026-05-11T04:06:59.142Z Compiling heck v0.4.1
17392026-05-11T04:06:59.152Z Compiling swrite v0.1.0
17402026-05-11T04:06:59.163Z Compiling linked-hash-map v0.5.6
17412026-05-11T04:06:59.178Z Compiling colored v3.1.1
17422026-05-11T04:06:59.259Z Compiling foreign-types v0.5.0
17432026-05-11T04:06:59.337Z Compiling lru-cache v0.1.2
17442026-05-11T04:06:59.349Z Compiling chacha20 v0.10.0
17452026-05-11T04:06:59.403Z Compiling rustc_version v0.1.7
17462026-05-11T04:06:59.453Z Compiling progenitor-macro v0.13.0
17472026-05-11T04:06:59.464Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17482026-05-11T04:06:59.581Z Compiling hubpack v0.1.2
17492026-05-11T04:06:59.611Z Compiling num_enum v0.7.6
17502026-05-11T04:06:59.681Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17512026-05-11T04:06:59.801Z Compiling num_enum_derive v0.5.11
17522026-05-11T04:07:00.090Z Compiling hickory-proto v0.24.4
17532026-05-11T04:07:00.673Z Compiling crossbeam-deque v0.8.6
17542026-05-11T04:07:00.813Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17552026-05-11T04:07:00.869Z Compiling serde-big-array v0.5.1
17562026-05-11T04:07:01.012Z Compiling pin-project-internal v1.1.11
17572026-05-11T04:07:01.310Z Compiling derive-where v1.6.1
17582026-05-11T04:07:02.038Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17592026-05-11T04:07:02.138Z Compiling serde_repr v0.1.20
17602026-05-11T04:07:02.444Z Compiling cstr-argument v0.1.2
17612026-05-11T04:07:02.550Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17622026-05-11T04:07:02.604Z Compiling minimal-lexical v0.2.1
17632026-05-11T04:07:02.620Z Compiling unicode-segmentation v1.13.2
17642026-05-11T04:07:02.734Z Compiling siphasher v1.0.2
17652026-05-11T04:07:02.786Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17662026-05-11T04:07:02.869Z Compiling nom v7.1.3
17672026-05-11T04:07:02.933Z Compiling phf_shared v0.12.1
17682026-05-11T04:07:03.044Z Compiling newline-converter v0.3.0
17692026-05-11T04:07:03.161Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17702026-05-11T04:07:03.424Z Compiling pin-project v1.1.11
17712026-05-11T04:07:03.435Z Compiling hickory-resolver v0.24.4
17722026-05-11T04:07:03.446Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17732026-05-11T04:07:03.520Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17742026-05-11T04:07:03.599Z Compiling num_enum v0.5.11
17752026-05-11T04:07:03.713Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17762026-05-11T04:07:04.214Z Compiling newtype_derive v0.1.6
17772026-05-11T04:07:04.326Z Compiling rand v0.10.1
17782026-05-11T04:07:04.478Z Compiling atomicwrites v0.4.4
17792026-05-11T04:07:04.645Z Compiling progenitor v0.13.0
17802026-05-11T04:07:04.779Z Compiling unicode-normalization v0.1.25
17812026-05-11T04:07:05.004Z Compiling console v0.15.11
17822026-05-11T04:07:05.216Z Compiling camino-tempfile v1.4.1
17832026-05-11T04:07:05.246Z Compiling tokio-stream v0.1.18
17842026-05-11T04:07:05.390Z Compiling snafu-derive v0.8.9
17852026-05-11T04:07:05.454Z Compiling async-recursion v1.1.1
17862026-05-11T04:07:05.601Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17872026-05-11T04:07:05.684Z Compiling slog-dtrace v0.3.0
17882026-05-11T04:07:05.703Z Compiling csv-core v0.1.13
17892026-05-11T04:07:05.887Z Compiling bstr v1.12.1
17902026-05-11T04:07:05.916Z Compiling highway v1.3.0
17912026-05-11T04:07:05.967Z Compiling similar v2.7.0
17922026-05-11T04:07:06.078Z Compiling foreign-types-shared v0.1.1
17932026-05-11T04:07:06.081Z Compiling owo-colors v4.3.0
17942026-05-11T04:07:06.129Z Compiling foldhash v0.1.5
17952026-05-11T04:07:06.166Z Compiling cancel-safe-futures v0.1.5
17962026-05-11T04:07:06.304Z Compiling unicode-xid v0.2.6
17972026-05-11T04:07:06.307Z Compiling chrono-tz v0.10.4
17982026-05-11T04:07:06.388Z Compiling unicode-width v0.1.14
17992026-05-11T04:07:06.472Z Compiling openssl v0.10.76
18002026-05-11T04:07:06.481Z Compiling same-file v1.0.6
18012026-05-11T04:07:06.553Z Compiling const_format_proc_macros v0.2.34
18022026-05-11T04:07:06.588Z Compiling walkdir v2.5.0
18032026-05-11T04:07:06.654Z Compiling expectorate v1.2.0
18042026-05-11T04:07:06.679Z Compiling hashbrown v0.15.5
18052026-05-11T04:07:06.753Z Compiling globset v0.4.18
18062026-05-11T04:07:06.803Z Compiling foreign-types v0.3.2
18072026-05-11T04:07:06.878Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18082026-05-11T04:07:06.950Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18092026-05-11T04:07:07.086Z Compiling csv v1.4.0
18102026-05-11T04:07:07.190Z Compiling snafu v0.8.9
18112026-05-11T04:07:07.208Z Compiling qorb v0.4.1
18122026-05-11T04:07:07.578Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18132026-05-11T04:07:07.610Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18142026-05-11T04:07:07.653Z Compiling olpc-cjson v0.1.4
18152026-05-11T04:07:08.832Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18162026-05-11T04:07:09.062Z Compiling rayon v1.11.0
18172026-05-11T04:07:09.291Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18182026-05-11T04:07:09.362Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18192026-05-11T04:07:09.420Z Compiling phf v0.12.1
18202026-05-11T04:07:09.627Z Compiling zone_cfg_derive v0.3.1
18212026-05-11T04:07:09.811Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18222026-05-11T04:07:10.073Z Compiling tokio-dtrace v0.1.1
18232026-05-11T04:07:10.306Z Compiling itertools v0.12.1
18242026-05-11T04:07:10.339Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18252026-05-11T04:07:10.547Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18262026-05-11T04:07:10.649Z Compiling libsw-core v0.3.2
18272026-05-11T04:07:10.731Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18282026-05-11T04:07:10.813Z Compiling serde_plain v1.0.2
18292026-05-11T04:07:10.824Z Compiling num-derive v0.4.2
18302026-05-11T04:07:10.920Z Compiling openssl-macros v0.1.1
18312026-05-11T04:07:11.019Z Compiling pem v3.0.6
18322026-05-11T04:07:11.189Z Compiling cookie v0.18.1
18332026-05-11T04:07:11.309Z Compiling sigpipe v0.1.3
18342026-05-11T04:07:11.345Z Compiling fixedbitset v0.4.2
18352026-05-11T04:07:11.397Z Compiling jiff v0.2.23
18362026-05-11T04:07:11.448Z Compiling fixedbitset v0.5.7
18372026-05-11T04:07:12.464Z Compiling typed-path v0.9.3
18382026-05-11T04:07:12.467Z Compiling bytecount v0.6.9
18392026-05-11T04:07:12.467Z Compiling glob v0.3.3
18402026-05-11T04:07:12.467Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18412026-05-11T04:07:12.467Z Compiling papergrid v0.11.0
18422026-05-11T04:07:12.467Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18432026-05-11T04:07:12.467Z Compiling petgraph v0.8.3
18442026-05-11T04:07:12.467Z Compiling petgraph v0.6.5
18452026-05-11T04:07:12.467Z Compiling zone v0.3.1
18462026-05-11T04:07:12.826Z Compiling tough v0.20.0
18472026-05-11T04:07:12.862Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18482026-05-11T04:07:13.332Z Compiling libsw v3.5.0
18492026-05-11T04:07:13.404Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18502026-05-11T04:07:13.508Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18512026-05-11T04:07:13.583Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18522026-05-11T04:07:13.655Z Compiling oxide-tokio-rt v0.1.4
18532026-05-11T04:07:13.965Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18542026-05-11T04:07:14.819Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18552026-05-11T04:07:14.866Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18562026-05-11T04:07:14.991Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18572026-05-11T04:07:15.055Z Compiling const_format v0.2.35
18582026-05-11T04:07:15.330Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18592026-05-11T04:07:15.701Z Compiling tabled_derive v0.7.0
18602026-05-11T04:07:15.862Z Compiling gethostname v0.5.0
18612026-05-11T04:07:15.987Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18622026-05-11T04:07:16.096Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18632026-05-11T04:07:16.113Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18642026-05-11T04:07:16.153Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18652026-05-11T04:07:16.234Z Compiling smf v0.2.3
18662026-05-11T04:07:16.746Z Compiling bcs v0.1.6
18672026-05-11T04:07:16.791Z Compiling lazy_static v1.5.0
18682026-05-11T04:07:16.883Z Compiling smawk v0.3.2
18692026-05-11T04:07:16.897Z Compiling termtree v0.5.1
18702026-05-11T04:07:17.026Z Compiling linear-map v1.2.0
18712026-05-11T04:07:17.052Z Compiling unicode-linebreak v0.1.5
18722026-05-11T04:07:17.066Z Compiling whoami v1.6.1
18732026-05-11T04:07:17.220Z Compiling tagptr v0.2.0
18742026-05-11T04:07:17.308Z Compiling textwrap v0.16.2
18752026-05-11T04:07:17.371Z Compiling moka v0.12.15
18762026-05-11T04:07:17.412Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18772026-05-11T04:07:17.506Z Compiling steno v0.4.1
18782026-05-11T04:07:17.548Z Compiling tabled v0.15.0
18792026-05-11T04:07:17.854Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18802026-05-11T04:07:18.133Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18812026-05-11T04:07:18.171Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18822026-05-11T04:07:18.334Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18832026-05-11T04:07:19.209Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18842026-05-11T04:07:20.029Z Compiling hickory-proto v0.25.2
18852026-05-11T04:07:20.280Z Compiling humantime v2.3.0
18862026-05-11T04:07:20.568Z Compiling num-derive v0.3.3
18872026-05-11T04:07:20.696Z Compiling parking_lot_core v0.8.6
18882026-05-11T04:07:20.991Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18892026-05-11T04:07:21.140Z Compiling crc32fast v1.5.0
18902026-05-11T04:07:21.538Z Compiling libscf-sys v1.1.0
18912026-05-11T04:07:21.570Z Compiling parking_lot v0.11.2
18922026-05-11T04:07:21.684Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18932026-05-11T04:07:21.708Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18942026-05-11T04:07:21.724Z Compiling fxhash v0.2.1
18952026-05-11T04:07:21.865Z Compiling internet-checksum v0.2.1
18962026-05-11T04:07:21.936Z Compiling hickory-resolver v0.25.2
18972026-05-11T04:07:21.990Z Compiling sled v0.34.7
18982026-05-11T04:07:22.003Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18992026-05-11T04:07:22.073Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19002026-05-11T04:07:22.793Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19012026-05-11T04:07:26.976Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19022026-05-11T04:07:34.032Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19032026-05-11T04:07:35.645Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19042026-05-11T04:07:36.726Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19052026-05-11T04:07:37.869Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19062026-05-11T04:07:38.833Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19072026-05-11T04:08:03.798Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
19082026-05-11T04:08:03.971Z────────────
19092026-05-11T04:08:03.971Z Nextest run ID 5dbdd1f9-23ae-4dc3-8a82-974748c96e4a with nextest profile: default
19102026-05-11T04:08:03.971Z Starting 39 tests across 1 binary (62 tests skipped)
19112026-05-11T04:08:20.047Z PASS [ 16.071s] rdb proptest::prop_ipv6_host_bits_always_unset
19122026-05-11T04:08:20.050Z PASS [ 16.075s] rdb proptest::prop_ipv6_default_contains_all
19132026-05-11T04:08:20.087Z PASS [ 16.111s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19142026-05-11T04:08:20.159Z PASS [ 16.184s] rdb proptest::prop_ipv4_default_contains_all
19152026-05-11T04:08:20.194Z PASS [ 16.219s] rdb proptest::prop_ipv4_host_bits_always_unset
19162026-05-11T04:08:20.211Z PASS [ 16.236s] rdb proptest::prop_ipv4_within_self
19172026-05-11T04:08:20.365Z PASS [ 16.389s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19182026-05-11T04:08:36.010Z PASS [ 15.961s] rdb proptest::prop_ipv6_within_self
19192026-05-11T04:08:36.471Z PASS [ 16.274s] rdb proptest::prop_multicast_addr_v4_rejects_link_local
19202026-05-11T04:08:36.790Z PASS [ 16.701s] rdb proptest::prop_multicast_addr_ip_roundtrip_v6
19212026-05-11T04:08:37.074Z PASS [ 16.708s] rdb proptest::prop_multicast_addr_v6_arbitrary_valid
19222026-05-11T04:08:45.492Z PASS [ 25.276s] rdb proptest::prop_multicast_addr_v4_rejects_unicast
19232026-05-11T04:08:52.483Z PASS [ 16.470s] rdb proptest::prop_multicast_addr_v6_rejects_interface_local
19242026-05-11T04:08:52.888Z PASS [ 16.095s] rdb proptest::prop_multicast_addr_v6_rejects_unicast
19252026-05-11T04:08:53.078Z PASS [ 16.603s] rdb proptest::prop_multicast_addr_v6_rejects_link_local
19262026-05-11T04:09:01.743Z PASS [ 41.685s] rdb proptest::prop_multicast_addr_ip_roundtrip_v4
19272026-05-11T04:09:01.883Z PASS [ 41.717s] rdb proptest::prop_multicast_addr_v4_arbitrary_valid
19282026-05-11T04:09:01.931Z PASS [ 24.852s] rdb proptest::prop_non_admin_local_underlay_rejected
19292026-05-11T04:09:03.985Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19302026-05-11T04:09:17.640Z PASS [ 15.895s] rdb proptest::prop_route_key_invalid_vni
19312026-05-11T04:09:18.860Z PASS [ 16.925s] rdb proptest::prop_route_key_sg_valid_v6
19322026-05-11T04:09:19.108Z PASS [ 33.611s] rdb proptest::prop_route_admin_local_underlay_valid
19332026-05-11T04:09:26.083Z PASS [ 33.189s] rdb proptest::prop_route_key_asm_star_g_valid_v4
19342026-05-11T04:09:27.016Z PASS [ 33.933s] rdb proptest::prop_route_key_asm_star_g_valid_v6
19352026-05-11T04:09:33.883Z PASS [ 16.240s] rdb proptest::prop_route_key_ssm_requires_source_v4
19362026-05-11T04:09:35.520Z PASS [ 16.656s] rdb proptest::prop_route_key_ssm_requires_source_v6
19372026-05-11T04:09:42.772Z PASS [ 16.686s] rdb proptest::prop_route_key_ssm_with_source_valid_v6
19382026-05-11T04:09:44.627Z PASS [ 25.514s] rdb proptest::prop_route_key_ssm_with_source_valid_v4
19392026-05-11T04:09:46.999Z PASS [ 54.507s] rdb proptest::prop_route_key_arbitrary_valid
19402026-05-11T04:09:49.118Z PASS [ 47.227s] rdb proptest::prop_route_key_sg_valid_v4
19412026-05-11T04:09:50.774Z PASS [ 16.888s] rdb proptest::prop_route_key_valid_vni_v6
19422026-05-11T04:10:00.245Z PASS [ 24.722s] rdb proptest::prop_static_route_key_deduplication
19432026-05-11T04:10:03.996Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19442026-05-11T04:10:14.314Z PASS [ 47.289s] rdb proptest::prop_route_key_valid_vni
19452026-05-11T04:10:16.575Z PASS [ 16.327s] rdb proptest::prop_unicast_addr_v4_rejects_class_e
19462026-05-11T04:10:17.469Z PASS [ 34.691s] rdb proptest::prop_static_route_key_normalization_idempotent
19472026-05-11T04:10:19.287Z PASS [ 34.654s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19482026-05-11T04:10:21.629Z PASS [ 34.623s] rdb proptest::prop_static_route_key_normalization_preserves_length
19492026-05-11T04:10:23.827Z PASS [ 34.702s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19502026-05-11T04:10:41.312Z PASS [ 50.528s] rdb proptest::prop_static_route_key_ord_consistency
19512026-05-11T04:11:04.008Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19522026-05-11T04:12:04.027Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19532026-05-11T04:12:14.666Z PASS [ 250.650s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19542026-05-11T04:12:14.666Z────────────
19552026-05-11T04:12:14.666Z Summary [ 250.651s] 39 tests run: 39 passed (1 slow), 62 skipped
19562026-05-11T04:12:14.680Z+ cp '*.log' /work/
19572026-05-11T04:12:14.683Z+ true
19582026-05-11T04:12:14.683Z+ '[' -d proptest-regressions ']'
19592026-05-11T04:12:14.683Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19602026-05-11T04:12:14.686Z+ popd
19612026-05-11T04:12:14.686Z+ pushd bgp
19622026-05-11T04:12:14.686Z/work/oxidecomputer/maghemite
19632026-05-11T04:12:14.686Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19642026-05-11T04:12:14.686Z+ PROPTEST_CASES=1000000
19652026-05-11T04:12:14.686Z+ cargo nextest run --lib proptest
19662026-05-11T04:12:15.811Z Compiling smallvec v1.15.1
19672026-05-11T04:12:15.814Z Compiling serde_json v1.0.149
19682026-05-11T04:12:15.986Z Compiling crunchy v0.2.4
19692026-05-11T04:12:16.006Z Compiling tiny-keccak v2.0.2
19702026-05-11T04:12:16.016Z Compiling ahash v0.8.12
19712026-05-11T04:12:16.016Z Compiling smartstring v1.0.1
19722026-05-11T04:12:16.115Z Compiling icu_normalizer v2.1.1
19732026-05-11T04:12:16.140Z Compiling parking_lot_core v0.9.12
19742026-05-11T04:12:16.288Z Compiling parking_lot_core v0.8.6
19752026-05-11T04:12:16.349Z Compiling parking_lot v0.12.5
19762026-05-11T04:12:16.449Z Compiling idna_adapter v1.2.1
19772026-05-11T04:12:16.599Z Compiling idna v1.1.0
19782026-05-11T04:12:16.602Z Compiling tokio v1.52.1
19792026-05-11T04:12:16.718Z Compiling dof v0.4.0
19802026-05-11T04:12:16.773Z Compiling schemars v0.8.22
19812026-05-11T04:12:16.835Z Compiling openapiv3 v2.2.0
19822026-05-11T04:12:16.938Z Compiling url v2.5.8
19832026-05-11T04:12:17.373Z Compiling slog-json v2.6.1
19842026-05-11T04:12:17.805Z Compiling usdt-impl v0.6.0
19852026-05-11T04:12:18.077Z Compiling slog-bunyan v2.5.0
19862026-05-11T04:12:18.382Z Compiling ipnetwork v0.21.1
19872026-05-11T04:12:18.436Z Compiling newtype-uuid v1.3.2
19882026-05-11T04:12:18.517Z Compiling usdt-attr-macro v0.6.0
19892026-05-11T04:12:18.584Z Compiling usdt-macro v0.6.0
19902026-05-11T04:12:18.785Z Compiling oxnet v0.1.4
19912026-05-11T04:12:18.821Z Compiling serde_with v3.18.0
19922026-05-11T04:12:19.089Z Compiling daft v0.1.5
19932026-05-11T04:12:19.215Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19942026-05-11T04:12:19.360Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19952026-05-11T04:12:19.657Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19962026-05-11T04:12:19.676Z Compiling usdt v0.6.0
19972026-05-11T04:12:19.826Z Compiling iddqd v0.3.17
19982026-05-11T04:12:20.229Z Compiling tokio-util v0.7.18
19992026-05-11T04:12:20.377Z Compiling tower v0.5.3
20002026-05-11T04:12:20.449Z Compiling tokio-rustls v0.26.4
20012026-05-11T04:12:20.532Z Compiling tokio-rustls v0.25.0
20022026-05-11T04:12:20.589Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20032026-05-11T04:12:20.709Z Compiling backoff v0.4.0
20042026-05-11T04:12:20.839Z Compiling h2 v0.4.13
20052026-05-11T04:12:20.857Z Compiling tower-http v0.6.8
20062026-05-11T04:12:21.277Z Compiling typify-impl v0.6.2
20072026-05-11T04:12:21.601Z Compiling dof v0.3.0
20082026-05-11T04:12:21.893Z Compiling usdt-impl v0.5.0
20092026-05-11T04:12:22.232Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20102026-05-11T04:12:22.428Z Compiling usdt-attr-macro v0.5.0
20112026-05-11T04:12:22.592Z Compiling usdt-macro v0.5.0
20122026-05-11T04:12:23.183Z Compiling hyper v1.9.0
20132026-05-11T04:12:24.141Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
20142026-05-11T04:12:24.194Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20152026-05-11T04:12:24.362Z Compiling hyper-util v0.1.20
20162026-05-11T04:12:24.449Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
20172026-05-11T04:12:24.471Z Compiling byte-wrapper v0.1.0
20182026-05-11T04:12:24.603Z Compiling usdt v0.5.0
20192026-05-11T04:12:24.830Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
20202026-05-11T04:12:24.912Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20212026-05-11T04:12:25.455Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20222026-05-11T04:12:25.534Z Compiling hyper-rustls v0.27.7
20232026-05-11T04:12:25.832Z Compiling reqwest v0.13.2
20242026-05-11T04:12:26.058Z Compiling dropshot v0.16.7
20252026-05-11T04:12:26.086Z Compiling reqwest v0.12.28
20262026-05-11T04:12:27.507Z Compiling progenitor-client v0.13.0
20272026-05-11T04:12:27.717Z Compiling progenitor-client v0.10.0
20282026-05-11T04:12:27.817Z Compiling progenitor-extras v0.1.1
20292026-05-11T04:12:28.004Z Compiling typify-macro v0.6.2
20302026-05-11T04:12:29.428Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20312026-05-11T04:12:30.097Z Compiling typify v0.6.2
20322026-05-11T04:12:30.192Z Compiling progenitor-impl v0.13.0
20332026-05-11T04:12:30.475Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
20342026-05-11T04:12:30.578Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20352026-05-11T04:12:31.149Z Compiling hickory-proto v0.24.4
20362026-05-11T04:12:31.254Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20372026-05-11T04:12:31.485Z Compiling tokio-stream v0.1.18
20382026-05-11T04:12:31.964Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20392026-05-11T04:12:32.511Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20402026-05-11T04:12:32.661Z Compiling tokio-dtrace v0.1.1
20412026-05-11T04:12:33.015Z Compiling hickory-resolver v0.24.4
20422026-05-11T04:12:33.852Z Compiling progenitor-macro v0.13.0
20432026-05-11T04:12:34.185Z Compiling qorb v0.4.1
20442026-05-11T04:12:34.493Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20452026-05-11T04:12:34.496Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20462026-05-11T04:12:35.047Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20472026-05-11T04:12:35.652Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20482026-05-11T04:12:36.388Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20492026-05-11T04:12:36.638Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20502026-05-11T04:12:36.650Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20512026-05-11T04:12:36.928Z Compiling libsw-core v0.3.2
20522026-05-11T04:12:37.106Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
20532026-05-11T04:12:37.901Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20542026-05-11T04:12:38.294Z Compiling olpc-cjson v0.1.4
20552026-05-11T04:12:38.337Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20562026-05-11T04:12:38.457Z Compiling tough v0.20.0
20572026-05-11T04:12:38.545Z Compiling libsw v3.5.0
20582026-05-11T04:12:38.567Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20592026-05-11T04:12:38.724Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20602026-05-11T04:12:38.904Z Compiling progenitor v0.13.0
20612026-05-11T04:12:39.047Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20622026-05-11T04:12:39.448Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20632026-05-11T04:12:39.633Z Compiling oxide-tokio-rt v0.1.4
20642026-05-11T04:12:39.950Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20652026-05-11T04:12:40.390Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20662026-05-11T04:12:40.523Z Compiling slog-dtrace v0.3.0
20672026-05-11T04:12:40.539Z Compiling cancel-safe-futures v0.1.5
20682026-05-11T04:12:40.752Z Compiling zone v0.3.1
20692026-05-11T04:12:40.840Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20702026-05-11T04:12:40.851Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20712026-05-11T04:12:41.060Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20722026-05-11T04:12:41.523Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20732026-05-11T04:12:41.604Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20742026-05-11T04:12:41.751Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20752026-05-11T04:12:41.795Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20762026-05-11T04:12:42.341Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20772026-05-11T04:12:42.559Z Compiling steno v0.4.1
20782026-05-11T04:12:42.772Z Compiling hickory-proto v0.25.2
20792026-05-11T04:12:43.109Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20802026-05-11T04:12:44.350Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20812026-05-11T04:12:44.846Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20822026-05-11T04:12:45.791Z Compiling moka v0.12.15
20832026-05-11T04:12:46.157Z Compiling parking_lot v0.11.2
20842026-05-11T04:12:46.228Z Compiling const-random-macro v0.1.16
20852026-05-11T04:12:46.615Z Compiling hickory-resolver v0.25.2
20862026-05-11T04:12:46.628Z Compiling sdd v3.0.10
20872026-05-11T04:12:46.651Z Compiling const-random v0.1.18
20882026-05-11T04:12:46.917Z Compiling scc v2.4.0
20892026-05-11T04:12:46.959Z Compiling sled v0.34.7
20902026-05-11T04:12:46.971Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20912026-05-11T04:12:47.412Z Compiling thin-vec v0.2.14
20922026-05-11T04:12:47.477Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20932026-05-11T04:12:47.688Z Compiling rhai_codegen v3.1.0
20942026-05-11T04:12:48.102Z Compiling serial_test_derive v3.4.0
20952026-05-11T04:12:48.591Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20962026-05-11T04:12:48.827Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20972026-05-11T04:12:48.840Z Compiling yansi v1.0.1
20982026-05-11T04:12:48.884Z Compiling diff v0.1.13
20992026-05-11T04:12:48.894Z Compiling rhai v1.24.0
21002026-05-11T04:12:49.160Z Compiling pretty_assertions v1.4.1
21012026-05-11T04:12:49.179Z Compiling serial_test v3.4.0
21022026-05-11T04:12:49.442Z Compiling nom v8.0.0
21032026-05-11T04:12:52.583Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21042026-05-11T04:13:00.185Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21052026-05-11T04:13:01.782Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21062026-05-11T04:13:02.885Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21072026-05-11T04:13:04.065Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21082026-05-11T04:13:04.838Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21092026-05-11T04:13:08.004Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21102026-05-11T04:13:41.500Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s
21112026-05-11T04:13:41.668Z────────────
21122026-05-11T04:13:41.668Z Nextest run ID 1ed7a4af-b1eb-41fa-9a85-9367045a4178 with nextest profile: default
21132026-05-11T04:13:41.668Z Starting 17 tests across 1 binary (133 tests skipped)
21142026-05-11T04:13:57.808Z PASS [ 16.137s] bgp proptest::prop_ipv4_wire_format_roundtrip
21152026-05-11T04:13:59.720Z PASS [ 18.048s] bgp proptest::prop_ipv4_withdrawn_roundtrip
21162026-05-11T04:13:59.864Z PASS [ 18.192s] bgp proptest::prop_ipv4_prefixes_roundtrip
21172026-05-11T04:14:01.079Z PASS [ 19.407s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
21182026-05-11T04:14:01.673Z PASS [ 20.001s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
21192026-05-11T04:14:01.783Z PASS [ 20.111s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
21202026-05-11T04:14:09.823Z PASS [ 28.150s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
21212026-05-11T04:14:13.972Z PASS [ 16.161s] bgp proptest::prop_ipv6_wire_format_roundtrip
21222026-05-11T04:14:19.227Z PASS [ 19.504s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
21232026-05-11T04:14:19.495Z PASS [ 18.414s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
21242026-05-11T04:14:20.246Z PASS [ 18.460s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
21252026-05-11T04:14:20.473Z PASS [ 18.796s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
21262026-05-11T04:14:41.681Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
21272026-05-11T04:14:41.751Z PASS [ 27.773s] bgp proptest::prop_update_mp_unreach_roundtrip
21282026-05-11T04:14:47.363Z PASS [ 65.683s] bgp proptest::prop_encode_decode_semantic_equivalence
21292026-05-11T04:14:59.880Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21302026-05-11T04:15:07.676Z PASS [ 67.799s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21312026-05-11T04:15:09.837Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21322026-05-11T04:15:19.241Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21332026-05-11T04:15:19.511Z PASS [ 60.273s] bgp proptest::prop_update_traditional_roundtrip
21342026-05-11T04:15:22.040Z PASS [ 71.587s] bgp proptest::prop_update_mp_reach_roundtrip
21352026-05-11T04:15:22.104Z────────────
21362026-05-11T04:15:22.104Z Summary [ 99.738s] 17 tests run: 17 passed (4 slow), 133 skipped
21372026-05-11T04:15:22.104Z+ cp '*.log' /work/
21382026-05-11T04:15:22.104Z+ true
21392026-05-11T04:15:22.104Z+ '[' -d proptest-regressions ']'
21402026-05-11T04:15:22.104Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21412026-05-11T04:15:22.104Z+ popd
21422026-05-11T04:15:22.104Z/work/oxidecomputer/maghemite
21432026-05-11T04:15:22.104Zprocess exited: duration 712721 ms, exit code 0
 
21442026-05-11T04:15:22.111Zfound 0 output files