01KVTYSPZDYZWWGF46K5KRS34K: 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: 01KVTYTF30FM90NBQGKEC9PB9M

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-23T19:21:32.145Zjob assigned to worker 01KVTYTXYSTFCV6FQC4JD1NXQS [factory aws, i-05b9d082bd9418178] (queued for 1 m 6 s)
 
22026-06-23T19:21:38.792Zstarting task 0: "setup"
32026-06-23T19:21:38.796Z++ uname -s
42026-06-23T19:21:38.801Z+ kern=SunOS
52026-06-23T19:21:38.801Z+ build_user=build
62026-06-23T19:21:38.801Z+ build_uid=12345
72026-06-23T19:21:38.801Z+ work_dir=/work
82026-06-23T19:21:38.801Z+ input_dir=/input
92026-06-23T19:21:38.801Z+ [[ 0 == 12345 ]]
102026-06-23T19:21:38.801Z+ case "$kern" in
112026-06-23T19:21:38.801Z+ groupadd -g 12345 build
122026-06-23T19:21:38.805Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-23T19:21:40.807Z+ zfs create -o mountpoint=/work rpool/work
142026-06-23T19:21:40.922Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-23T19:21:40.925Z+ home_fs=zfs
162026-06-23T19:21:40.925Z+ [[ zfs == autofs ]]
172026-06-23T19:21:40.925Z+ mkdir -p /home/build
182026-06-23T19:21:40.925Z+ chown build:build /home/build /work
192026-06-23T19:21:42.929Z+ chmod 0700 /home/build /work
202026-06-23T19:21:42.933Zprocess exited: duration 4139 ms, exit code 0
 
212026-06-23T19:21:42.947Zstarting task 1: "rust-toolchain"
222026-06-23T19:21:42.955Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-23T19:21:42.955Z * rust toolchain channel = "stable"
242026-06-23T19:21:42.955Z * rust toolchain profile = "default"
252026-06-23T19:21:42.955Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-23T19:21:42.955Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-23T19:21:42.955Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-23T19:21:42.955Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-23T19:21:42.955Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-23T19:21:43.071Zinfo: downloading installer
312026-06-23T19:21:44.486Zwarn: It looks like you have an existing installation of Rust at:
322026-06-23T19:21:44.486Zwarn: /opt/ooce/bin
332026-06-23T19:21:44.486Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-23T19:21:44.486Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-23T19:21:44.486Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-23T19:21:44.486Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-23T19:21:44.486Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-23T19:21:44.486Zerror: cannot install while Rust is installed
392026-06-23T19:21:44.486Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-23T19:21:44.486Zwarn: It looks like you have an existing rustup settings file at:
412026-06-23T19:21:44.486Zwarn: /home/build/.rustup/settings.toml
422026-06-23T19:21:44.486Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-23T19:21:44.486Zwarn: instead of the one inferred from the default host triple.
442026-06-23T19:21:44.500Zinfo: profile set to default
452026-06-23T19:21:44.500Zinfo: default host triple is x86_64-unknown-illumos
462026-06-23T19:21:44.503Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-23T19:21:44.640Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-23T19:21:44.643Zinfo: downloading 6 components
492026-06-23T19:21:59.966Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-23T19:21:59.966Z
512026-06-23T19:22:00.002Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-23T19:22:00.002Z
532026-06-23T19:22:00.002Z
542026-06-23T19:22:00.002ZRust is installed now. Great!
552026-06-23T19:22:00.002Z
562026-06-23T19:22:00.002ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-23T19:22:00.002Zenvironment variable. This has not been done automatically.
582026-06-23T19:22:00.002Z
592026-06-23T19:22:00.002ZTo configure your current shell, you need to source
602026-06-23T19:22:00.002Zthe corresponding env file under $HOME/.cargo.
612026-06-23T19:22:00.002Z
622026-06-23T19:22:00.003ZThis is usually done by running one of the following (note the leading DOT):
632026-06-23T19:22:00.003Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-23T19:22:00.003Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-23T19:22:00.003Zsource "~/.cargo/env.nu" # For nushell
662026-06-23T19:22:00.003Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-23T19:22:00.003Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-23T19:22:00.003Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-23T19:22:00.006Zwarn: no default linker (`cc`) was found in your PATH
702026-06-23T19:22:00.006Zwarn: many Rust crates require a system C toolchain to build
712026-06-23T19:22:00.109Z+ rustup --version
722026-06-23T19:22:00.118Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-23T19:22:00.121Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-23T19:22:00.139Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-23T19:22:00.142Z+ cargo --version
762026-06-23T19:22:00.155Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-23T19:22:00.159Z+ rustc --version
782026-06-23T19:22:00.175Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-23T19:22:00.178Zprocess exited: duration 17234 ms, exit code 0
 
802026-06-23T19:22:00.185Zstarting task 2: "authentication"
812026-06-23T19:22:00.201Zprocess exited: duration 16 ms, exit code 0
 
822026-06-23T19:22:00.208Zstarting task 3: "clone repository"
832026-06-23T19:22:00.211Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-23T19:22:00.214Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-23T19:22:00.243ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-23T19:22:01.731Z+ cd /work/oxidecomputer/maghemite
872026-06-23T19:22:01.731Z+ git fetch origin 2128258d782b0a574096a4d622bb4c795193ccbc
882026-06-23T19:22:02.127ZFrom https://github.com/oxidecomputer/maghemite
892026-06-23T19:22:02.127Z * branch 2128258d782b0a574096a4d622bb4c795193ccbc -> FETCH_HEAD
902026-06-23T19:22:02.133Z+ [[ -n john/bfd-async ]]
912026-06-23T19:22:02.136Z++ git branch --show-current
922026-06-23T19:22:02.136Z+ current=main
932026-06-23T19:22:02.136Z+ [[ main != john/bfd-async ]]
942026-06-23T19:22:02.136Z+ git branch -f john/bfd-async 2128258d782b0a574096a4d622bb4c795193ccbc
952026-06-23T19:22:02.139Z+ git checkout -f john/bfd-async
962026-06-23T19:22:02.157ZSwitched to branch 'john/bfd-async'
972026-06-23T19:22:02.160Z+ git reset --hard 2128258d782b0a574096a4d622bb4c795193ccbc
982026-06-23T19:22:02.163ZHEAD is now at 2128258 send our local detection multiplier
992026-06-23T19:22:02.166Zprocess exited: duration 1956 ms, exit code 0
 
1002026-06-23T19:22:02.173Zstarting task 4: "build"
1012026-06-23T19:22:02.177Z+ set -e
1022026-06-23T19:22:02.177Z+ NEXTEST_VERSION=0.9.97
1032026-06-23T19:22:02.179Z+ PLATFORM=illumos
1042026-06-23T19:22:02.180Z+ cargo --version
1052026-06-23T19:22:02.182Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-23T19:22:02.328Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-23T19:22:02.331Zinfo: downloading 6 components
1082026-06-23T19:22:19.073Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-23T19:22:19.133Z+ rustc --version
1102026-06-23T19:22:19.133Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-23T19:22:19.133Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-23T19:22:19.133Z Updating crates.io index
1132026-06-23T19:22:19.133Z Downloading crates ...
1142026-06-23T19:22:19.133Z Downloaded cargo-nextest v0.9.97
1152026-06-23T19:22:19.133Z Installing cargo-nextest v0.9.97
1162026-06-23T19:22:19.133Z Updating crates.io index
1172026-06-23T19:22:21.620Z Locking 390 packages to latest compatible versions
1182026-06-23T19:22:22.145Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-23T19:22:22.145Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-23T19:22:22.145Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-23T19:22:22.145Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-23T19:22:22.145Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-23T19:22:22.145Z Adding itertools v0.14.0 (available: v0.15.0)
1242026-06-23T19:22:22.145Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1252026-06-23T19:22:22.145Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1262026-06-23T19:22:22.145Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1272026-06-23T19:22:22.145Z Adding quick-junit v0.5.2 (available: v0.6.0)
1282026-06-23T19:22:22.145Z Downloading crates ...
1292026-06-23T19:22:22.145Z Downloaded block-buffer v0.10.4
1302026-06-23T19:22:22.145Z Downloaded anstream v1.0.0
1312026-06-23T19:22:22.145Z Downloaded addr2line v0.25.1
1322026-06-23T19:22:22.145Z Downloaded curve25519-dalek-derive v0.1.1
1332026-06-23T19:22:22.145Z Downloaded futures v0.3.32
1342026-06-23T19:22:22.146Z Downloaded derive-where v1.6.1
1352026-06-23T19:22:22.146Z Downloaded home v0.5.12
1362026-06-23T19:22:22.146Z Downloaded cfg-expr v0.20.8
1372026-06-23T19:22:22.146Z Downloaded config v0.15.24
1382026-06-23T19:22:22.146Z Downloaded futures-sink v0.3.32
1392026-06-23T19:22:22.146Z Downloaded document-features v0.2.12
1402026-06-23T19:22:22.146Z Downloaded clap_lex v1.1.0
1412026-06-23T19:22:22.146Z Downloaded eyre v0.6.12
1422026-06-23T19:22:22.146Z Downloaded convert_case v0.10.0
1432026-06-23T19:22:22.146Z Downloaded once_cell v1.21.4
1442026-06-23T19:22:22.146Z Downloaded is_ci v1.2.0
1452026-06-23T19:22:22.146Z Downloaded fnv v1.0.7
1462026-06-23T19:22:22.146Z Downloaded enable-ansi-support v0.2.1
1472026-06-23T19:22:22.146Z Downloaded colorchoice v1.0.5
1482026-06-23T19:22:22.146Z Downloaded cfg_aliases v0.2.1
1492026-06-23T19:22:22.146Z Downloaded cargo_metadata v0.20.0
1502026-06-23T19:22:22.146Z Downloaded quick-junit v0.5.2
1512026-06-23T19:22:22.146Z Downloaded futures-executor v0.3.32
1522026-06-23T19:22:22.146Z Downloaded fixedbitset v0.5.7
1532026-06-23T19:22:22.146Z Downloaded os_pipe v1.2.3
1542026-06-23T19:22:22.146Z Downloaded idna_adapter v1.0.0
1552026-06-23T19:22:22.146Z Downloaded ed25519 v2.2.3
1562026-06-23T19:22:22.146Z Downloaded clap v4.6.1
1572026-06-23T19:22:22.147Z Downloaded debug-ignore v1.0.5
1582026-06-23T19:22:22.147Z Downloaded camino-tempfile v1.4.1
1592026-06-23T19:22:22.147Z Downloaded anstyle v1.0.14
1602026-06-23T19:22:22.147Z Downloaded indent_write v2.2.0
1612026-06-23T19:22:22.147Z Downloaded futures-macro v0.3.32
1622026-06-23T19:22:22.147Z Downloaded nested v0.1.1
1632026-06-23T19:22:22.147Z Downloaded foreign-types-shared v0.1.1
1642026-06-23T19:22:22.147Z Downloaded cargo-platform v0.2.0
1652026-06-23T19:22:22.147Z Downloaded futures-task v0.3.32
1662026-06-23T19:22:22.147Z Downloaded ahash v0.8.12
1672026-06-23T19:22:22.147Z Downloaded mukti-metadata v0.3.0
1682026-06-23T19:22:22.147Z Downloaded foreign-types v0.3.2
1692026-06-23T19:22:22.147Z Downloaded backtrace-ext v0.2.1
1702026-06-23T19:22:22.147Z Downloaded lru-slab v0.1.2
1712026-06-23T19:22:22.147Z Downloaded color-spantrace v0.3.0
1722026-06-23T19:22:22.147Z Downloaded indenter v0.3.4
1732026-06-23T19:22:22.147Z Downloaded anstyle-query v1.1.5
1742026-06-23T19:22:22.147Z Downloaded hex v0.4.3
1752026-06-23T19:22:22.147Z Downloaded errno v0.3.14
1762026-06-23T19:22:22.147Z Downloaded crypto-common v0.1.7
1772026-06-23T19:22:22.147Z Downloaded futures-io v0.3.32
1782026-06-23T19:22:22.147Z Downloaded cfg-if v1.0.4
1792026-06-23T19:22:22.147Z Downloaded foldhash v0.1.5
1802026-06-23T19:22:22.147Z Downloaded digest v0.10.7
1812026-06-23T19:22:22.147Z Downloaded guppy-workspace-hack v0.1.0
1822026-06-23T19:22:22.147Z Downloaded itoa v1.0.18
1832026-06-23T19:22:22.147Z Downloaded atomic-waker v1.1.2
1842026-06-23T19:22:22.147Z Downloaded anstyle-parse v1.0.0
1852026-06-23T19:22:22.148Z Downloaded ordered-float v2.10.1
1862026-06-23T19:22:22.148Z Downloaded scopeguard v1.2.0
1872026-06-23T19:22:22.148Z Downloaded cargo-platform v0.3.3
1882026-06-23T19:22:22.148Z Downloaded async-scoped v0.9.0
1892026-06-23T19:22:22.148Z Downloaded form_urlencoded v1.2.2
1902026-06-23T19:22:22.148Z Downloaded getrandom v0.2.17
1912026-06-23T19:22:22.148Z Downloaded rand_core v0.6.4
1922026-06-23T19:22:22.148Z Downloaded ipnet v2.12.0
1932026-06-23T19:22:22.148Z Downloaded autocfg v1.5.1
1942026-06-23T19:22:22.148Z Downloaded futures-channel v0.3.32
1952026-06-23T19:22:22.148Z Downloaded openssl-macros v0.1.1
1962026-06-23T19:22:22.148Z Downloaded nextest-workspace-hack v0.1.0
1972026-06-23T19:22:22.148Z Downloaded serde-value v0.7.0
1982026-06-23T19:22:22.148Z Downloaded serde_ignored v0.1.14
1992026-06-23T19:22:22.148Z Downloaded is_terminal_polyfill v1.70.2
2002026-06-23T19:22:22.148Z Downloaded futures-core v0.3.32
2012026-06-23T19:22:22.148Z Downloaded rustc_version v0.4.1
2022026-06-23T19:22:22.148Z Downloaded heck v0.5.0
2032026-06-23T19:22:22.148Z Downloaded percent-encoding v2.3.2
2042026-06-23T19:22:22.148Z Downloaded serde_spanned v0.6.9
2052026-06-23T19:22:22.148Z Downloaded http-body v1.0.1
2062026-06-23T19:22:22.148Z Downloaded equivalent v1.0.2
2072026-06-23T19:22:22.148Z Downloaded serde_urlencoded v0.7.1
2082026-06-23T19:22:22.148Z Downloaded shared_child v1.1.1
2092026-06-23T19:22:22.148Z Downloaded atomicwrites v0.4.4
2102026-06-23T19:22:22.149Z Downloaded signal-hook-mio v0.2.5
2112026-06-23T19:22:22.149Z Downloaded sigchld v0.2.4
2122026-06-23T19:22:22.149Z Downloaded pkcs8 v0.10.2
2132026-06-23T19:22:22.149Z Downloaded generic-array v0.14.7
2142026-06-23T19:22:22.149Z Downloaded erased-serde v0.4.10
2152026-06-23T19:22:22.149Z Downloaded either v1.16.0
2162026-06-23T19:22:22.149Z Downloaded cargo-util-schemas v0.2.0
2172026-06-23T19:22:22.149Z Downloaded pathdiff v0.2.3
2182026-06-23T19:22:22.289Z Downloaded number_prefix v0.4.0
2192026-06-23T19:22:22.289Z Downloaded hyper-tls v0.6.0
2202026-06-23T19:22:22.289Z Downloaded dialoguer v0.11.0
2212026-06-23T19:22:22.289Z Downloaded serde-untagged v0.1.9
2222026-06-23T19:22:22.289Z Downloaded rustc-hash v2.1.2
2232026-06-23T19:22:22.289Z Downloaded base64ct v1.8.3
2242026-06-23T19:22:22.289Z Downloaded console v0.15.11
2252026-06-23T19:22:22.289Z Downloaded strip-ansi-escapes v0.2.1
2262026-06-23T19:22:22.290Z Downloaded subtle v2.6.1
2272026-06-23T19:22:22.290Z Downloaded swrite v0.1.0
2282026-06-23T19:22:22.290Z Downloaded supports-hyperlinks v3.2.0
2292026-06-23T19:22:22.290Z Downloaded humantime-serde v1.1.1
2302026-06-23T19:22:22.290Z Downloaded supports-color v3.0.2
2312026-06-23T19:22:22.290Z Downloaded strsim v0.11.1
2322026-06-23T19:22:22.290Z Downloaded shell-words v1.1.1
2332026-06-23T19:22:22.290Z Downloaded serde_path_to_error v0.1.20
2342026-06-23T19:22:22.290Z Downloaded adler2 v2.0.1
2352026-06-23T19:22:22.290Z Downloaded openssl-probe v0.2.1
2362026-06-23T19:22:22.290Z Downloaded lock_api v0.4.14
2372026-06-23T19:22:22.290Z Downloaded rand_core v0.9.5
2382026-06-23T19:22:22.290Z Downloaded sha2 v0.10.9
2392026-06-23T19:22:22.290Z Downloaded cpufeatures v0.2.17
2402026-06-23T19:22:22.290Z Downloaded rand_chacha v0.9.0
2412026-06-23T19:22:22.290Z Downloaded find-msvc-tools v0.1.9
2422026-06-23T19:22:22.290Z Downloaded serde_spanned v1.1.1
2432026-06-23T19:22:22.290Z Downloaded sync_wrapper v1.0.2
2442026-06-23T19:22:22.290Z Downloaded supports-unicode v3.0.0
2452026-06-23T19:22:22.290Z Downloaded terminal_size v0.4.4
2462026-06-23T19:22:22.290Z Downloaded globset v0.4.18
2472026-06-23T19:22:22.290Z Downloaded fastrand v2.4.1
2482026-06-23T19:22:22.290Z Downloaded ppv-lite86 v0.2.21
2492026-06-23T19:22:22.290Z Downloaded tokio-macros v2.7.0
2502026-06-23T19:22:22.290Z Downloaded tinyvec_macros v0.1.1
2512026-06-23T19:22:22.290Z Downloaded quote v1.0.46
2522026-06-23T19:22:22.290Z Downloaded crc32fast v1.5.0
2532026-06-23T19:22:22.290Z Downloaded filetime v0.2.29
2542026-06-23T19:22:22.290Z Downloaded self-replace v1.5.0
2552026-06-23T19:22:22.290Z Downloaded camino v1.2.3
2562026-06-23T19:22:22.290Z Downloaded signature v2.2.0
2572026-06-23T19:22:22.290Z Downloaded signal-hook-registry v1.4.8
2582026-06-23T19:22:22.290Z Downloaded pkg-config v0.3.33
2592026-06-23T19:22:22.290Z Downloaded pin-project-lite v0.2.17
2602026-06-23T19:22:22.290Z Downloaded tower-service v0.3.3
2612026-06-23T19:22:22.290Z Downloaded pin-project-internal v1.1.13
2622026-06-23T19:22:22.290Z Downloaded miette-derive v7.6.0
2632026-06-23T19:22:22.291Z Downloaded native-tls v0.2.18
2642026-06-23T19:22:22.291Z Downloaded slab v0.4.12
2652026-06-23T19:22:22.291Z Downloaded const-oid v0.9.6
2662026-06-23T19:22:22.291Z Downloaded clap_derive v4.6.1
2672026-06-23T19:22:22.291Z Downloaded http-body-util v0.1.3
2682026-06-23T19:22:22.291Z Downloaded nextest-metadata v0.12.2
2692026-06-23T19:22:22.291Z Downloaded humantime v2.3.0
2702026-06-23T19:22:22.291Z Downloaded toml_write v0.1.2
2712026-06-23T19:22:22.291Z Downloaded iana-time-zone v0.1.65
2722026-06-23T19:22:22.291Z Downloaded typeid v1.0.3
2732026-06-23T19:22:22.291Z Downloaded try-lock v0.2.5
2742026-06-23T19:22:22.291Z Downloaded cargo_metadata v0.23.1
2752026-06-23T19:22:22.291Z Downloaded duct v0.13.7
2762026-06-23T19:22:22.291Z Downloaded tower-layer v0.3.3
2772026-06-23T19:22:22.291Z Downloaded smol_str v0.3.6
2782026-06-23T19:22:22.291Z Downloaded unicode-linebreak v0.1.5
2792026-06-23T19:22:22.291Z Downloaded untrusted v0.9.0
2802026-06-23T19:22:22.291Z Downloaded unicode-xid v0.2.6
2812026-06-23T19:22:22.291Z Downloaded target-spec-miette v0.4.8
2822026-06-23T19:22:22.291Z Downloaded owo-colors v4.3.0
2832026-06-23T19:22:22.291Z Downloaded thiserror v2.0.18
2842026-06-23T19:22:22.291Z Downloaded thiserror-impl v2.0.18
2852026-06-23T19:22:22.291Z Downloaded lazy_static v1.5.0
2862026-06-23T19:22:22.291Z Downloaded hyper-rustls v0.27.9
2872026-06-23T19:22:22.291Z Downloaded tracing-error v0.2.1
2882026-06-23T19:22:22.291Z Downloaded thread_local v1.1.9
2892026-06-23T19:22:22.291Z Downloaded thiserror-impl v1.0.69
2902026-06-23T19:22:22.291Z Downloaded thiserror v1.0.69
2912026-06-23T19:22:22.291Z Downloaded newtype-uuid v1.3.2
2922026-06-23T19:22:22.291Z Downloaded version_check v0.9.5
2932026-06-23T19:22:22.291Z Downloaded simd-adler32 v0.3.9
2942026-06-23T19:22:22.291Z Downloaded want v0.3.1
2952026-06-23T19:22:22.291Z Downloaded tokio-native-tls v0.3.1
2962026-06-23T19:22:22.291Z Downloaded getrandom v0.3.4
2972026-06-23T19:22:22.291Z Downloaded utf8_iter v1.0.4
2982026-06-23T19:22:22.291Z Downloaded urlencoding v2.1.3
2992026-06-23T19:22:22.291Z Downloaded static_assertions v1.1.0
3002026-06-23T19:22:22.292Z Downloaded bitflags v2.13.0
3012026-06-23T19:22:22.292Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3022026-06-23T19:22:22.292Z Downloaded toml_datetime v0.6.11
3032026-06-23T19:22:22.292Z Downloaded xattr v1.6.1
3042026-06-23T19:22:22.292Z Downloaded target-lexicon v0.13.5
3052026-06-23T19:22:22.292Z Downloaded spki v0.7.3
3062026-06-23T19:22:22.292Z Downloaded getrandom v0.4.3
3072026-06-23T19:22:22.292Z Downloaded smallvec v1.15.2
3082026-06-23T19:22:22.292Z Downloaded serde_core v1.0.228
3092026-06-23T19:22:22.292Z Downloaded http v1.4.2
3102026-06-23T19:22:22.292Z Downloaded self_update v0.42.0
3112026-06-23T19:22:22.292Z Downloaded httparse v1.10.1
3122026-06-23T19:22:22.292Z Downloaded shlex v2.0.1
3132026-06-23T19:22:22.292Z Downloaded jobserver v0.1.34
3142026-06-23T19:22:22.292Z Downloaded tracing-log v0.2.0
3152026-06-23T19:22:22.292Z Downloaded ed25519-dalek v2.2.0
3162026-06-23T19:22:22.292Z Downloaded unicase v2.9.0
3172026-06-23T19:22:22.292Z Downloaded parking_lot_core v0.9.12
3182026-06-23T19:22:22.323Z Downloaded litrs v1.0.0
3192026-06-23T19:22:22.323Z Downloaded future-queue v0.4.0
3202026-06-23T19:22:22.323Z Downloaded target-spec v3.6.0
3212026-06-23T19:22:22.323Z Downloaded tempfile v3.27.0
3222026-06-23T19:22:22.323Z Downloaded serde_derive v1.0.228
3232026-06-23T19:22:22.323Z Downloaded indicatif v0.17.11
3242026-06-23T19:22:22.323Z Downloaded signal-hook v0.3.18
3252026-06-23T19:22:22.323Z Downloaded tokio-rustls v0.26.4
3262026-06-23T19:22:22.323Z Downloaded toml_writer v1.1.1+spec-1.1.0
3272026-06-23T19:22:22.323Z Downloaded sharded-slab v0.1.7
3282026-06-23T19:22:22.323Z Downloaded toml_parser v1.1.2+spec-1.1.0
3292026-06-23T19:22:22.323Z Downloaded xxhash-rust v0.8.15
3302026-06-23T19:22:22.323Z Downloaded rustc-demangle v0.1.27
3312026-06-23T19:22:22.323Z Downloaded rustls-pki-types v1.14.1
3322026-06-23T19:22:22.323Z Downloaded zmij v1.0.21
3332026-06-23T19:22:22.323Z Downloaded quinn-udp v0.5.14
3342026-06-23T19:22:22.323Z Downloaded cc v1.2.65
3352026-06-23T19:22:22.323Z Downloaded socket2 v0.6.4
3362026-06-23T19:22:22.323Z Downloaded nextest-filtering v0.15.0
3372026-06-23T19:22:22.323Z Downloaded utf8parse v0.2.2
3382026-06-23T19:22:22.324Z Downloaded zstd v0.13.3
3392026-06-23T19:22:22.324Z Downloaded openssl-sys v0.9.117
3402026-06-23T19:22:22.324Z Downloaded tinyvec v1.11.0
3412026-06-23T19:22:22.324Z Downloaded parking_lot v0.12.5
3422026-06-23T19:22:22.324Z Downloaded zeroize v1.9.0
3432026-06-23T19:22:22.324Z Downloaded backtrace v0.3.76
3442026-06-23T19:22:22.324Z Downloaded zipsign-api v0.1.5
3452026-06-23T19:22:22.324Z Downloaded toml v0.8.23
3462026-06-23T19:22:22.324Z Downloaded indexmap v2.14.0
3472026-06-23T19:22:22.324Z Downloaded zstd-safe v7.2.4
3482026-06-23T19:22:22.324Z Downloaded derive_more-impl v2.1.1
3492026-06-23T19:22:22.324Z Downloaded unicode-ident v1.0.24
3502026-06-23T19:22:22.324Z Downloaded tracing-attributes v0.1.31
3512026-06-23T19:22:22.324Z Downloaded num-traits v0.2.19
3522026-06-23T19:22:22.324Z Downloaded derive_more v2.1.1
3532026-06-23T19:22:22.324Z Downloaded semver v1.0.28
3542026-06-23T19:22:22.324Z Downloaded pin-project v1.1.13
3552026-06-23T19:22:22.324Z Downloaded uuid v1.23.3
3562026-06-23T19:22:22.324Z Downloaded log v0.4.33
3572026-06-23T19:22:22.324Z Downloaded ryu v1.0.23
3582026-06-23T19:22:22.324Z Downloaded tracing-core v0.1.36
3592026-06-23T19:22:22.324Z Downloaded toml_edit v0.22.27
3602026-06-23T19:22:22.324Z Downloaded tar v0.4.46
3612026-06-23T19:22:22.324Z Downloaded base64 v0.22.1
3622026-06-23T19:22:22.324Z Downloaded flate2 v1.1.9
3632026-06-23T19:22:22.324Z Downloaded tokio-stream v0.1.18
3642026-06-23T19:22:22.324Z Downloaded textwrap v0.16.2
3652026-06-23T19:22:22.324Z Downloaded der v0.7.10
3662026-06-23T19:22:22.324Z Downloaded miniz_oxide v0.8.9
3672026-06-23T19:22:22.324Z Downloaded miette v7.6.0
3682026-06-23T19:22:22.324Z Downloaded bytes v1.12.0
3692026-06-23T19:22:22.324Z Downloaded borsh v1.7.0
3702026-06-23T19:22:22.324Z Downloaded nix v0.30.1
3712026-06-23T19:22:22.324Z Downloaded url v2.5.8
3722026-06-23T19:22:22.324Z Downloaded clap_builder v4.6.0
3732026-06-23T19:22:22.325Z Downloaded crossterm v0.29.0
3742026-06-23T19:22:22.325Z Downloaded serde v1.0.228
3752026-06-23T19:22:22.325Z Downloaded proc-macro2 v1.0.106
3762026-06-23T19:22:22.325Z Downloaded vte v0.14.1
3772026-06-23T19:22:22.325Z Downloaded toml v1.1.2+spec-1.1.0
3782026-06-23T19:22:22.325Z Downloaded hyper-util v0.1.20
3792026-06-23T19:22:22.325Z Downloaded reqwest v0.12.28
3802026-06-23T19:22:22.325Z Downloaded rustls-webpki v0.103.13
3812026-06-23T19:22:22.325Z Downloaded memchr v2.8.2
3822026-06-23T19:22:22.325Z Downloaded hashbrown v0.15.5
3832026-06-23T19:22:22.325Z Downloaded guppy v0.17.26
3842026-06-23T19:22:22.325Z Downloaded unicode-segmentation v1.13.3
3852026-06-23T19:22:22.325Z Downloaded hashbrown v0.17.1
3862026-06-23T19:22:22.325Z Downloaded quinn v0.11.11
3872026-06-23T19:22:22.325Z Downloaded itertools v0.14.0
3882026-06-23T19:22:22.325Z Downloaded tokio-util v0.7.18
3892026-06-23T19:22:22.325Z Downloaded aho-corasick v1.1.4
3902026-06-23T19:22:22.325Z Downloaded h2 v0.4.15
3912026-06-23T19:22:22.325Z Downloaded unicode-normalization v0.1.25
3922026-06-23T19:22:22.325Z Downloaded futures-util v0.3.32
3932026-06-23T19:22:22.325Z Downloaded mio v1.2.1
3942026-06-23T19:22:22.325Z Downloaded typenum v1.20.1
3952026-06-23T19:22:22.325Z Downloaded rand v0.9.4
3962026-06-23T19:22:22.325Z Downloaded winnow v0.7.15
3972026-06-23T19:22:22.325Z Downloaded winnow v1.0.3
3982026-06-23T19:22:22.325Z Downloaded chrono v0.4.45
3992026-06-23T19:22:22.325Z Downloaded webpki-roots v1.0.8
4002026-06-23T19:22:22.325Z Downloaded idna v1.1.0
4012026-06-23T19:22:22.325Z Downloaded ron v0.12.2
4022026-06-23T19:22:22.325Z Downloaded vcpkg v0.2.15
4032026-06-23T19:22:22.325Z Downloaded tower v0.5.3
4042026-06-23T19:22:22.325Z Downloaded curve25519-dalek v4.1.3
4052026-06-23T19:22:22.325Z Downloaded gimli v0.32.3
4062026-06-23T19:22:22.325Z Downloaded zerocopy v0.8.52
4072026-06-23T19:22:22.325Z Downloaded unicode-width v0.2.2
4082026-06-23T19:22:22.326Z Downloaded syn v2.0.118
4092026-06-23T19:22:22.326Z Downloaded serde_json v1.0.150
4102026-06-23T19:22:22.326Z Downloaded pulldown-cmark v0.13.4
4112026-06-23T19:22:22.326Z Downloaded bstr v1.12.1
4122026-06-23T19:22:22.326Z Downloaded regex v1.12.4
4132026-06-23T19:22:22.326Z Downloaded quick-xml v0.38.4
4142026-06-23T19:22:22.326Z Downloaded tower-http v0.6.11
4152026-06-23T19:22:22.326Z Downloaded portable-atomic v1.13.1
4162026-06-23T19:22:22.326Z Downloaded hyper v1.10.1
4172026-06-23T19:22:22.326Z Downloaded tracing v0.1.44
4182026-06-23T19:22:22.335Z Downloaded color-eyre v0.6.5
4192026-06-23T19:22:22.335Z Downloaded quick-xml v0.37.5
4202026-06-23T19:22:22.335Z Downloaded tokio v1.52.3
4212026-06-23T19:22:22.335Z Downloaded tracing-subscriber v0.3.23
4222026-06-23T19:22:22.335Z Downloaded quinn-proto v0.11.15
4232026-06-23T19:22:22.335Z Downloaded nextest-runner v0.80.0
4242026-06-23T19:22:22.335Z Downloaded unicode-width v0.1.14
4252026-06-23T19:22:22.335Z Downloaded openssl v0.10.81
4262026-06-23T19:22:22.335Z Downloaded rustls v0.23.41
4272026-06-23T19:22:22.336Z Downloaded regex-syntax v0.8.11
4282026-06-23T19:22:22.336Z Downloaded object v0.37.3
4292026-06-23T19:22:22.336Z Downloaded rustix v0.38.44
4302026-06-23T19:22:22.336Z Downloaded rustix v1.1.4
4312026-06-23T19:22:22.336Z Downloaded regex-automata v0.4.14
4322026-06-23T19:22:22.336Z Downloaded petgraph v0.8.3
4332026-06-23T19:22:22.336Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4342026-06-23T19:22:22.336Z Downloaded libc v0.2.186
4352026-06-23T19:22:22.336Z Downloaded recursion v0.5.4
4362026-06-23T19:22:22.336Z Downloaded ring v0.17.14
4372026-06-23T19:22:22.336Z Compiling proc-macro2 v1.0.106
4382026-06-23T19:22:22.336Z Compiling libc v0.2.186
4392026-06-23T19:22:22.336Z Compiling quote v1.0.46
4402026-06-23T19:22:22.336Z Compiling unicode-ident v1.0.24
4412026-06-23T19:22:22.336Z Compiling serde_core v1.0.228
4422026-06-23T19:22:22.336Z Compiling cfg-if v1.0.4
4432026-06-23T19:22:22.336Z Compiling memchr v2.8.2
4442026-06-23T19:22:22.336Z Compiling once_cell v1.21.4
4452026-06-23T19:22:22.336Z Compiling log v0.4.33
4462026-06-23T19:22:22.365Z Compiling pin-project-lite v0.2.17
4472026-06-23T19:22:23.612Z Compiling serde v1.0.228
4482026-06-23T19:22:23.646Z Compiling itoa v1.0.18
4492026-06-23T19:22:23.646Z Compiling futures-core v0.3.32
4502026-06-23T19:22:23.646Z Compiling smallvec v1.15.2
4512026-06-23T19:22:23.646Z Compiling bitflags v2.13.0
4522026-06-23T19:22:23.646Z Compiling equivalent v1.0.2
4532026-06-23T19:22:23.646Z Compiling hashbrown v0.17.1
4542026-06-23T19:22:23.646Z Compiling find-msvc-tools v0.1.9
4552026-06-23T19:22:23.646Z Compiling errno v0.3.14
4562026-06-23T19:22:23.646Z Compiling shlex v2.0.1
4572026-06-23T19:22:23.646Z Compiling bytes v1.12.0
4582026-06-23T19:22:23.646Z Compiling signal-hook-registry v1.4.8
4592026-06-23T19:22:23.646Z Compiling jobserver v0.1.34
4602026-06-23T19:22:23.646Z Compiling mio v1.2.1
4612026-06-23T19:22:23.646Z Compiling syn v2.0.118
4622026-06-23T19:22:23.647Z Compiling futures-sink v0.3.32
4632026-06-23T19:22:23.647Z Compiling rustix v1.1.4
4642026-06-23T19:22:23.682Z Compiling cc v1.2.65
4652026-06-23T19:22:23.690Z Compiling socket2 v0.6.4
4662026-06-23T19:22:23.885Z Compiling slab v0.4.12
4672026-06-23T19:22:24.049Z Compiling zmij v1.0.21
4682026-06-23T19:22:24.068Z Compiling futures-channel v0.3.32
4692026-06-23T19:22:24.081Z Compiling tracing-core v0.1.36
4702026-06-23T19:22:24.327Z Compiling version_check v0.9.5
4712026-06-23T19:22:24.387Z Compiling serde_json v1.0.150
4722026-06-23T19:22:24.591Z Compiling indexmap v2.14.0
4732026-06-23T19:22:24.627Z Compiling futures-task v0.3.32
4742026-06-23T19:22:24.655Z Compiling getrandom v0.4.3
4752026-06-23T19:22:24.771Z Compiling futures-io v0.3.32
4762026-06-23T19:22:24.858Z Compiling percent-encoding v2.3.2
4772026-06-23T19:22:24.940Z Compiling camino v1.2.3
4782026-06-23T19:22:24.959Z Compiling unicode-width v0.2.2
4792026-06-23T19:22:25.198Z Compiling ring v0.17.14
4802026-06-23T19:22:25.313Z Compiling http v1.4.2
4812026-06-23T19:22:25.338Z Compiling adler2 v2.0.1
4822026-06-23T19:22:25.354Z Compiling simd-adler32 v0.3.9
4832026-06-23T19:22:25.464Z Compiling autocfg v1.5.1
4842026-06-23T19:22:25.503Z Compiling zeroize v1.9.0
4852026-06-23T19:22:25.703Z Compiling miniz_oxide v0.8.9
4862026-06-23T19:22:25.815Z Compiling num-traits v0.2.19
4872026-06-23T19:22:26.074Z Compiling object v0.37.3
4882026-06-23T19:22:26.231Z Compiling target-lexicon v0.13.5
4892026-06-23T19:22:26.378Z Compiling getrandom v0.3.4
4902026-06-23T19:22:26.629Z Compiling zerocopy v0.8.52
4912026-06-23T19:22:26.782Z Compiling http-body v1.0.1
4922026-06-23T19:22:26.916Z Compiling rustls-pki-types v1.14.1
4932026-06-23T19:22:26.936Z Compiling form_urlencoded v1.2.2
4942026-06-23T19:22:27.054Z Compiling semver v1.0.28
4952026-06-23T19:22:27.076Z Compiling serde_derive v1.0.228
4962026-06-23T19:22:27.158Z Compiling tokio-macros v2.7.0
4972026-06-23T19:22:27.201Z Compiling futures-macro v0.3.32
4982026-06-23T19:22:27.315Z Compiling tracing-attributes v0.1.31
4992026-06-23T19:22:27.525Z Compiling getrandom v0.2.17
5002026-06-23T19:22:27.703Z Compiling idna_adapter v1.0.0
5012026-06-23T19:22:27.715Z Compiling fnv v1.0.7
5022026-06-23T19:22:27.773Z Compiling signal-hook v0.3.18
5032026-06-23T19:22:27.801Z Compiling thiserror v2.0.18
5042026-06-23T19:22:27.816Z Compiling utf8_iter v1.0.4
5052026-06-23T19:22:27.889Z Compiling tokio v1.52.3
5062026-06-23T19:22:27.967Z Compiling httparse v1.10.1
5072026-06-23T19:22:27.995Z Compiling untrusted v0.9.0
5082026-06-23T19:22:28.015Z Compiling futures-util v0.3.32
5092026-06-23T19:22:28.121Z Compiling gimli v0.32.3
5102026-06-23T19:22:28.138Z Compiling owo-colors v4.3.0
5112026-06-23T19:22:28.319Z Compiling guppy-workspace-hack v0.1.0
5122026-06-23T19:22:28.513Z Compiling tracing v0.1.44
5132026-06-23T19:22:28.569Z Compiling idna v1.1.0
5142026-06-23T19:22:28.730Z Compiling thiserror-impl v2.0.18
5152026-06-23T19:22:30.185Z Compiling addr2line v0.25.1
5162026-06-23T19:22:30.660Z Compiling generic-array v0.14.7
5172026-06-23T19:22:30.683Z Compiling typeid v1.0.3
5182026-06-23T19:22:30.828Z Compiling try-lock v0.2.5
5192026-06-23T19:22:30.892Z Compiling rustls v0.23.41
5202026-06-23T19:22:30.938Z Compiling tower-service v0.3.3
5212026-06-23T19:22:30.971Z Compiling fastrand v2.4.1
5222026-06-23T19:22:31.030Z Compiling pkg-config v0.3.33
5232026-06-23T19:22:31.113Z Compiling thiserror v1.0.69
5242026-06-23T19:22:31.177Z Compiling atomic-waker v1.1.2
5252026-06-23T19:22:31.290Z Compiling target-spec v3.6.0
5262026-06-23T19:22:31.304Z Compiling rustc-demangle v0.1.27
5272026-06-23T19:22:31.457Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5282026-06-23T19:22:31.594Z Compiling tempfile v3.27.0
5292026-06-23T19:22:31.645Z Compiling want v0.3.1
5302026-06-23T19:22:31.789Z Compiling tokio-util v0.7.18
5312026-06-23T19:22:31.863Z Compiling cfg-expr v0.20.8
5322026-06-23T19:22:32.001Z Compiling url v2.5.8
5332026-06-23T19:22:32.273Z Compiling h2 v0.4.15
5342026-06-23T19:22:32.925Z Compiling thiserror-impl v1.0.69
5352026-06-23T19:22:33.353Z Compiling backtrace v0.3.76
5362026-06-23T19:22:33.616Z Compiling terminal_size v0.4.4
5372026-06-23T19:22:33.772Z Compiling aho-corasick v1.1.4
5382026-06-23T19:22:33.792Z Compiling erased-serde v0.4.10
5392026-06-23T19:22:34.078Z Compiling regex-syntax v0.8.11
5402026-06-23T19:22:34.094Z Compiling subtle v2.6.1
5412026-06-23T19:22:34.251Z Compiling rustls-webpki v0.103.13
5422026-06-23T19:22:34.437Z Compiling typenum v1.20.1
5432026-06-23T19:22:35.102Z Compiling winnow v0.7.15
5442026-06-23T19:22:36.791Z Compiling regex-automata v0.4.14
5452026-06-23T19:22:37.549Z Compiling hyper v1.10.1
5462026-06-23T19:22:39.219Z Compiling toml_datetime v0.6.11
5472026-06-23T19:22:39.588Z Compiling serde_spanned v0.6.9
5482026-06-23T19:22:39.746Z Compiling ahash v0.8.12
5492026-06-23T19:22:40.022Z Compiling sync_wrapper v1.0.2
5502026-06-23T19:22:40.136Z Compiling base64 v0.22.1
5512026-06-23T19:22:40.622Z Compiling crc32fast v1.5.0
5522026-06-23T19:22:40.636Z Compiling is_ci v1.2.0
5532026-06-23T19:22:40.800Z Compiling foldhash v0.1.5
5542026-06-23T19:22:40.922Z Compiling lazy_static v1.5.0
5552026-06-23T19:22:41.014Z Compiling parking_lot_core v0.9.12
5562026-06-23T19:22:41.028Z Compiling either v1.16.0
5572026-06-23T19:22:41.220Z Compiling unicode-linebreak v0.1.5
5582026-06-23T19:22:41.256Z Compiling nextest-workspace-hack v0.1.0
5592026-06-23T19:22:41.296Z Compiling tower-layer v0.3.3
5602026-06-23T19:22:41.459Z Compiling portable-atomic v1.13.1
5612026-06-23T19:22:41.478Z Compiling ipnet v2.12.0
5622026-06-23T19:22:41.481Z Compiling unicode-segmentation v1.13.3
5632026-06-23T19:22:41.503Z Compiling toml_write v0.1.2
5642026-06-23T19:22:41.705Z Compiling toml_edit v0.22.27
5652026-06-23T19:22:41.761Z Compiling hyper-util v0.1.20
5662026-06-23T19:22:41.886Z Compiling convert_case v0.10.0
5672026-06-23T19:22:41.947Z Compiling tower v0.5.3
5682026-06-23T19:22:42.133Z Compiling textwrap v0.16.2
5692026-06-23T19:22:42.532Z Compiling sharded-slab v0.1.7
5702026-06-23T19:22:42.702Z Compiling hashbrown v0.15.5
5712026-06-23T19:22:43.130Z Compiling supports-color v3.0.2
5722026-06-23T19:22:43.332Z Compiling tokio-rustls v0.26.4
5732026-06-23T19:22:43.519Z Compiling backtrace-ext v0.2.1
5742026-06-23T19:22:43.618Z Compiling ordered-float v2.10.1
5752026-06-23T19:22:43.776Z Compiling webpki-roots v1.0.8
5762026-06-23T19:22:43.890Z Compiling miette-derive v7.6.0
5772026-06-23T19:22:43.890Z Compiling pathdiff v0.2.3
5782026-06-23T19:22:43.993Z Compiling console v0.15.11
5792026-06-23T19:22:44.021Z Compiling cargo-platform v0.3.3
5802026-06-23T19:22:44.362Z Compiling tracing-log v0.2.0
5812026-06-23T19:22:44.572Z Compiling os_pipe v1.2.3
5822026-06-23T19:22:44.709Z Compiling thread_local v1.1.9
5832026-06-23T19:22:44.741Z Compiling debug-ignore v1.0.5
5842026-06-23T19:22:44.843Z Compiling ryu v1.0.23
5852026-06-23T19:22:44.984Z Compiling utf8parse v0.2.2
5862026-06-23T19:22:45.055Z Compiling supports-hyperlinks v3.2.0
5872026-06-23T19:22:45.097Z Compiling fixedbitset v0.5.7
5882026-06-23T19:22:45.128Z Compiling zstd-safe v7.2.4
5892026-06-23T19:22:45.272Z Compiling unicode-width v0.1.14
5902026-06-23T19:22:45.290Z Compiling rustix v0.38.44
5912026-06-23T19:22:45.380Z Compiling scopeguard v1.2.0
5922026-06-23T19:22:45.506Z Compiling pulldown-cmark v0.13.4
5932026-06-23T19:22:45.563Z Compiling cfg_aliases v0.2.1
5942026-06-23T19:22:45.615Z Compiling supports-unicode v3.0.0
5952026-06-23T19:22:45.644Z Compiling winnow v1.0.3
5962026-06-23T19:22:45.750Z Compiling miette v7.6.0
5972026-06-23T19:22:45.862Z Compiling nix v0.30.1
5982026-06-23T19:22:46.014Z Compiling lock_api v0.4.14
5992026-06-23T19:22:46.238Z Compiling petgraph v0.8.3
6002026-06-23T19:22:46.250Z Compiling anstyle-parse v1.0.0
6012026-06-23T19:22:46.468Z Compiling serde_urlencoded v0.7.1
6022026-06-23T19:22:46.742Z Compiling toml_parser v1.1.2+spec-1.1.0
6032026-06-23T19:22:47.073Z Compiling tracing-subscriber v0.3.23
6042026-06-23T19:22:47.863Z Compiling sigchld v0.2.4
6052026-06-23T19:22:48.051Z Compiling cargo_metadata v0.23.1
6062026-06-23T19:22:48.054Z Compiling hyper-rustls v0.27.9
6072026-06-23T19:22:48.174Z Compiling serde-value v0.7.0
6082026-06-23T19:22:48.745Z Compiling serde-untagged v0.1.9
6092026-06-23T19:22:49.099Z Compiling toml v0.8.23
6102026-06-23T19:22:49.810Z Compiling tower-http v0.6.11
6112026-06-23T19:22:49.825Z Compiling derive_more-impl v2.1.1
6122026-06-23T19:22:50.559Z Compiling itertools v0.14.0
6132026-06-23T19:22:50.647Z Compiling regex v1.12.4
6142026-06-23T19:22:50.977Z Compiling crypto-common v0.1.7
6152026-06-23T19:22:51.010Z Compiling block-buffer v0.10.4
6162026-06-23T19:22:51.110Z Compiling ppv-lite86 v0.2.21
6172026-06-23T19:22:51.157Z Compiling rand_core v0.9.5
6182026-06-23T19:22:51.401Z Compiling futures-executor v0.3.32
6192026-06-23T19:22:51.426Z Compiling pin-project-internal v1.1.13
6202026-06-23T19:22:51.912Z Compiling http-body-util v0.1.3
6212026-06-23T19:22:51.923Z Compiling uuid v1.23.3
6222026-06-23T19:22:52.044Z Compiling serde_spanned v1.1.1
6232026-06-23T19:22:52.047Z Compiling toml_datetime v1.1.1+spec-1.1.0
6242026-06-23T19:22:52.182Z Compiling smol_str v0.3.6
6252026-06-23T19:22:52.194Z Compiling filetime v0.2.29
6262026-06-23T19:22:52.397Z Compiling vte v0.14.1
6272026-06-23T19:22:52.463Z Compiling bstr v1.12.1
6282026-06-23T19:22:52.463Z Compiling number_prefix v0.4.0
6292026-06-23T19:22:52.485Z Compiling anstyle-query v1.1.5
6302026-06-23T19:22:52.511Z Compiling iana-time-zone v0.1.65
6312026-06-23T19:22:52.585Z Compiling eyre v0.6.12
6322026-06-23T19:22:52.609Z Compiling litrs v1.0.0
6332026-06-23T19:22:52.621Z Compiling color-spantrace v0.3.0
6342026-06-23T19:22:52.850Z Compiling unicode-xid v0.2.6
6352026-06-23T19:22:52.896Z Compiling xattr v1.6.1
6362026-06-23T19:22:52.925Z Compiling anstyle v1.0.14
6372026-06-23T19:22:53.077Z Compiling colorchoice v1.0.5
6382026-06-23T19:22:53.124Z Compiling self_update v0.42.0
6392026-06-23T19:22:53.169Z Compiling static_assertions v1.1.0
6402026-06-23T19:22:53.170Z Compiling is_terminal_polyfill v1.70.2
6412026-06-23T19:22:53.191Z Compiling tinyvec_macros v0.1.1
6422026-06-23T19:22:53.202Z Compiling nested v0.1.1
6432026-06-23T19:22:53.241Z Compiling unicase v2.9.0
6442026-06-23T19:22:53.255Z Compiling anstream v1.0.0
6452026-06-23T19:22:53.266Z Compiling tinyvec v1.11.0
6462026-06-23T19:22:53.383Z Compiling guppy v0.17.26
6472026-06-23T19:22:53.386Z Compiling document-features v0.2.12
6482026-06-23T19:22:53.410Z Compiling tar v0.4.46
6492026-06-23T19:22:53.683Z Compiling cargo-util-schemas v0.2.0
6502026-06-23T19:22:53.946Z Compiling globset v0.4.18
6512026-06-23T19:22:54.048Z Compiling chrono v0.4.45
6522026-06-23T19:22:54.695Z Compiling indicatif v0.17.11
6532026-06-23T19:22:55.893Z Compiling strip-ansi-escapes v0.2.1
6542026-06-23T19:22:56.059Z Compiling pin-project v1.1.13
6552026-06-23T19:22:56.163Z Compiling nextest-metadata v0.12.2
6562026-06-23T19:22:56.236Z Compiling toml v1.1.2+spec-1.1.0
6572026-06-23T19:22:56.380Z Compiling newtype-uuid v1.3.2
6582026-06-23T19:22:56.569Z Compiling reqwest v0.12.28
6592026-06-23T19:22:57.129Z Compiling futures v0.3.32
6602026-06-23T19:22:57.213Z Compiling rand_chacha v0.9.0
6612026-06-23T19:22:57.391Z Compiling digest v0.10.7
6622026-06-23T19:22:57.617Z Compiling derive_more v2.1.1
6632026-06-23T19:22:57.700Z Compiling parking_lot v0.12.5
6642026-06-23T19:22:57.762Z Compiling flate2 v1.1.9
6652026-06-23T19:22:57.817Z Compiling tracing-error v0.2.1
6662026-06-23T19:22:58.047Z Compiling shared_child v1.1.1
6672026-06-23T19:22:58.595Z Compiling signal-hook-mio v0.2.5
6682026-06-23T19:22:58.644Z Compiling self-replace v1.5.0
6692026-06-23T19:22:58.723Z Compiling cargo-platform v0.2.0
6702026-06-23T19:22:58.929Z Compiling quick-xml v0.37.5
6712026-06-23T19:22:59.268Z Compiling quick-xml v0.38.4
6722026-06-23T19:22:59.385Z Compiling shell-words v1.1.1
6732026-06-23T19:22:59.627Z Compiling indenter v0.3.4
6742026-06-23T19:22:59.684Z Compiling strsim v0.11.1
6752026-06-23T19:22:59.751Z Compiling recursion v0.5.4
6762026-06-23T19:22:59.889Z Compiling clap_lex v1.1.0
6772026-06-23T19:23:00.445Z Compiling heck v0.5.0
6782026-06-23T19:23:00.484Z Compiling humantime v2.3.0
6792026-06-23T19:23:00.641Z Compiling urlencoding v2.1.3
6802026-06-23T19:23:00.715Z Compiling cpufeatures v0.2.17
6812026-06-23T19:23:00.789Z Compiling sha2 v0.10.9
6822026-06-23T19:23:00.896Z Compiling humantime-serde v1.1.1
6832026-06-23T19:23:00.907Z Compiling clap_derive v4.6.1
6842026-06-23T19:23:01.047Z Compiling clap_builder v4.6.0
6852026-06-23T19:23:01.257Z Compiling quick-junit v0.5.2
6862026-06-23T19:23:01.997Z Compiling nextest-filtering v0.15.0
6872026-06-23T19:23:03.135Z Compiling atomicwrites v0.4.4
6882026-06-23T19:23:03.416Z Compiling cargo_metadata v0.20.0
6892026-06-23T19:23:04.343Z Compiling crossterm v0.29.0
6902026-06-23T19:23:05.889Z Compiling cargo-nextest v0.9.97
6912026-06-23T19:23:06.915Z Compiling zstd v0.13.3
6922026-06-23T19:23:06.927Z Compiling duct v0.13.7
6932026-06-23T19:23:07.321Z Compiling rand v0.9.4
6942026-06-23T19:23:07.333Z Compiling async-scoped v0.9.0
6952026-06-23T19:23:07.483Z Compiling config v0.15.24
6962026-06-23T19:23:07.518Z Compiling unicode-normalization v0.1.25
6972026-06-23T19:23:07.529Z Compiling target-spec-miette v0.4.8
6982026-06-23T19:23:07.956Z Compiling future-queue v0.4.0
6992026-06-23T19:23:08.070Z Compiling mukti-metadata v0.3.0
7002026-06-23T19:23:08.081Z Compiling camino-tempfile v1.4.1
7012026-06-23T19:23:08.242Z Compiling tokio-stream v0.1.18
7022026-06-23T19:23:08.502Z Compiling derive-where v1.6.1
7032026-06-23T19:23:08.515Z Compiling serde_path_to_error v0.1.20
7042026-06-23T19:23:08.549Z Compiling serde_ignored v0.1.14
7052026-06-23T19:23:08.635Z Compiling hex v0.4.3
7062026-06-23T19:23:08.761Z Compiling swrite v0.1.0
7072026-06-23T19:23:08.761Z Compiling indent_write v2.2.0
7082026-06-23T19:23:08.915Z Compiling xxhash-rust v0.8.15
7092026-06-23T19:23:08.915Z Compiling home v0.5.12
7102026-06-23T19:23:08.961Z Compiling color-eyre v0.6.5
7112026-06-23T19:23:08.997Z Compiling clap v4.6.1
7122026-06-23T19:23:09.075Z Compiling dialoguer v0.11.0
7132026-06-23T19:23:09.087Z Compiling enable-ansi-support v0.2.1
7142026-06-23T19:23:09.723Z Compiling nextest-runner v0.80.0
7152026-06-23T19:23:27.565Z Finished `release` profile [optimized] target(s) in 1m 09s
7162026-06-23T19:23:27.744Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-06-23T19:23:27.748Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-06-23T19:23:27.857Z+ source .github/buildomat/test-common.sh
7192026-06-23T19:23:27.862Z++ NEXTEST_VERSION=0.9.97
7202026-06-23T19:23:27.862Z++ PLATFORM=illumos
7212026-06-23T19:23:27.862Z++ banner install
7222026-06-23T19:23:27.862Z
7232026-06-23T19:23:27.862Z # # # #### ##### ## # #
7242026-06-23T19:23:27.862Z # ## # # # # # # #
7252026-06-23T19:23:27.862Z # # # # #### # # # # #
7262026-06-23T19:23:27.862Z # # # # # # ###### # #
7272026-06-23T19:23:27.862Z # # ## # # # # # # #
7282026-06-23T19:23:27.862Z # # # #### # # # ###### ######
7292026-06-23T19:23:27.862Z
7302026-06-23T19:23:27.872Z++ set +o errexit
7312026-06-23T19:23:27.872Z++ pkg info clang-15
7322026-06-23T19:23:27.872Z++ grep -qi installed
7332026-06-23T19:23:29.056Zpkg: info: no packages matching the following patterns you specified are
7342026-06-23T19:23:29.056Zinstalled on the system. Try querying remotely instead:
7352026-06-23T19:23:29.056Z
7362026-06-23T19:23:29.056Z clang-15
7372026-06-23T19:23:29.094Z++ [[ 1 != 0 ]]
7382026-06-23T19:23:29.094Z++ set -o errexit
7392026-06-23T19:23:29.094Z++ pfexec pkg install clang-15
7402026-06-23T19:23:36.042Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-06-23T19:23:43.680Z Startup: Caching catalogs ... Done
7422026-06-23T19:23:50.886ZPlanning: Solver setup ... Done
7432026-06-23T19:23:50.920ZPlanning: Running solver ... Done
7442026-06-23T19:23:51.040ZPlanning: Finding local manifests ... Done
7452026-06-23T19:23:51.064ZPlanning: Fetching manifests: 0/2 0% complete
7462026-06-23T19:23:51.171ZPlanning: Fetching manifests: 2/2 100% complete
7472026-06-23T19:23:51.259ZPlanning: Package planning ... Done
7482026-06-23T19:23:51.260ZPlanning: Merging actions ... Done
7492026-06-23T19:23:51.302ZPlanning: Checking for conflicting actions ... Done
7502026-06-23T19:23:51.359ZPlanning: Consolidating action changes ... Done
7512026-06-23T19:23:52.075ZPlanning: Evaluating mediators ... Done
7522026-06-23T19:23:52.081ZPlanning: Planning completed in 8.23 seconds
7532026-06-23T19:23:52.093Z Packages to install: 2
7542026-06-23T19:23:52.093Z Mediators to change: 2
7552026-06-23T19:23:52.096Z Services to change: 1
7562026-06-23T19:23:52.096Z Create boot environment: No
7572026-06-23T19:23:52.096ZCreate backup boot environment: No
7582026-06-23T19:23:52.136Z
7592026-06-23T19:23:52.136ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-06-23T19:23:58.245ZDownload: 982/3076 items 82.2/211.3MB 38% complete (23.1M/s)
7612026-06-23T19:24:04.527ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (13.1M/s)
7622026-06-23T19:24:08.458ZDownload: Completed 211.31 MB in 16.32 seconds (12.9M/s)
7632026-06-23T19:24:08.700Z Actions: 1/3418 actions (Installing new actions)
7642026-06-23T19:24:11.817Z Actions: Completed 3418 actions in 3.12 seconds.
7652026-06-23T19:24:12.469Z Done
7662026-06-23T19:24:12.469Z Done
7672026-06-23T19:24:13.223Z Done
7682026-06-23T19:24:16.612Z Done
7692026-06-23T19:24:16.675Z Done
7702026-06-23T19:24:16.678Z Done
7712026-06-23T19:24:16.968Z Done
7722026-06-23T19:24:17.661Z++ set -o errexit
7732026-06-23T19:24:17.661Z++ cargo --version
7742026-06-23T19:24:17.670Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7752026-06-23T19:24:18.082Z++ rustc --version
7762026-06-23T19:24:18.085Zrustc 1.95.0 (59807616e 2026-04-14)
7772026-06-23T19:24:18.085Z++ cargo install cargo-nextest --version 0.9.97
7782026-06-23T19:24:18.085Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7792026-06-23T19:24:18.085Z+ pushd rdb
7802026-06-23T19:24:18.085Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7812026-06-23T19:24:18.085Z+ PROPTEST_CASES=1000000
7822026-06-23T19:24:18.085Z+ cargo nextest run --lib proptest
7832026-06-23T19:24:18.085Z Updating git repository `https://github.com/oxidecomputer/falcon`
7842026-06-23T19:24:18.510ZFrom https://github.com/oxidecomputer/falcon
7852026-06-23T19:24:18.510Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7862026-06-23T19:24:18.589Z Updating crates.io index
7872026-06-23T19:24:18.625Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7882026-06-23T19:24:19.177ZFrom https://github.com/oxidecomputer/dendrite
7892026-06-23T19:24:19.178Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7902026-06-23T19:24:19.249Z Updating git repository `https://github.com/oxidecomputer/ispf`
7912026-06-23T19:24:19.744ZFrom https://github.com/oxidecomputer/ispf
7922026-06-23T19:24:19.744Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7932026-06-23T19:24:19.771Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7942026-06-23T19:24:20.129ZFrom https://github.com/oxidecomputer/netadm-sys
7952026-06-23T19:24:20.129Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7962026-06-23T19:24:20.137Z Updating git repository `https://github.com/oxidecomputer/omicron`
7972026-06-23T19:24:26.967ZFrom https://github.com/oxidecomputer/omicron
7982026-06-23T19:24:26.967Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7992026-06-23T19:24:27.393Z Updating git repository `https://github.com/oxidecomputer/opte`
8002026-06-23T19:24:28.059ZFrom https://github.com/oxidecomputer/opte
8012026-06-23T19:24:28.059Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8022026-06-23T19:24:28.082Z Updating git repository `https://github.com/illumos/smf-rs`
8032026-06-23T19:24:28.369ZFrom https://github.com/illumos/smf-rs
8042026-06-23T19:24:28.369Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8052026-06-23T19:24:28.428Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8062026-06-23T19:24:28.859ZFrom https://github.com/oxidecomputer/network-interface
8072026-06-23T19:24:28.859Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8082026-06-23T19:24:28.979Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8092026-06-23T19:24:29.244ZFrom https://github.com/oxidecomputer/slog-error-chain
8102026-06-23T19:24:29.244Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8112026-06-23T19:24:29.251Z Updating git repository `https://github.com/oxidecomputer/zone`
8122026-06-23T19:24:29.545ZFrom https://github.com/oxidecomputer/zone
8132026-06-23T19:24:29.546Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8142026-06-23T19:24:29.560Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152026-06-23T19:24:30.208ZFrom https://github.com/oxidecomputer/propolis
8162026-06-23T19:24:30.208Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8172026-06-23T19:24:30.368Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8182026-06-23T19:24:31.005ZFrom https://github.com/oxidecomputer/transceiver-control
8192026-06-23T19:24:31.005Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8202026-06-23T19:24:31.045Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212026-06-23T19:24:31.332ZFrom https://github.com/oxidecomputer/dlpi-sys
8222026-06-23T19:24:31.332Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8232026-06-23T19:24:31.376Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8242026-06-23T19:24:31.679ZFrom https://github.com/jmesmon/rust-libzfs
8252026-06-23T19:24:31.679Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8262026-06-23T19:24:31.688Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8272026-06-23T19:24:31.964ZFrom https://github.com/oxidecomputer/rusty-doors
8282026-06-23T19:24:31.964Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8292026-06-23T19:24:31.971Z Updating git repository `https://github.com/oxidecomputer/lldp`
8302026-06-23T19:24:32.303ZFrom https://github.com/oxidecomputer/lldp
8312026-06-23T19:24:32.303Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8322026-06-23T19:24:32.330Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8332026-06-23T19:24:32.619ZFrom https://github.com/oxidecomputer/tufaceous
8342026-06-23T19:24:32.619Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8352026-06-23T19:24:32.682Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8362026-06-23T19:24:33.166ZFrom https://github.com/oxidecomputer/management-gateway-service
8372026-06-23T19:24:33.166Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8382026-06-23T19:24:33.221Z Updating git repository `https://github.com/oxidecomputer/crucible`
8392026-06-23T19:24:34.083ZFrom https://github.com/oxidecomputer/crucible
8402026-06-23T19:24:34.083Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8412026-06-23T19:24:34.144Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8422026-06-23T19:24:34.417ZFrom https://github.com/oxidecomputer/serde_human_bytes
8432026-06-23T19:24:34.417Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8442026-06-23T19:24:35.006Z Updating git repository `https://github.com/oxidecomputer/propolis`
8452026-06-23T19:24:35.540ZFrom https://github.com/oxidecomputer/propolis
8462026-06-23T19:24:35.540Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8472026-06-23T19:24:35.593Z Updating git repository `https://github.com/oxidecomputer/crucible`
8482026-06-23T19:24:36.153ZFrom https://github.com/oxidecomputer/crucible
8492026-06-23T19:24:36.153Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8502026-06-23T19:24:36.261Z Updating git repository `https://github.com/oxidecomputer/tofino`
8512026-06-23T19:24:36.623ZFrom https://github.com/oxidecomputer/tofino
8522026-06-23T19:24:36.623Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8532026-06-23T19:24:36.634Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8542026-06-23T19:24:37.333ZFrom https://github.com/oxidecomputer/maghemite
8552026-06-23T19:24:37.333Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8562026-06-23T19:24:37.382Z Updating git repository `https://github.com/oxidecomputer/clickward`
8572026-06-23T19:24:37.692ZFrom https://github.com/oxidecomputer/clickward
8582026-06-23T19:24:37.692Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8592026-06-23T19:24:37.733Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8602026-06-23T19:24:38.000ZFrom https://github.com/oxidecomputer/illumos-devinfo
8612026-06-23T19:24:38.000Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8622026-06-23T19:24:39.176Z Downloading crates ...
8632026-06-23T19:24:39.285Z Downloaded byte-wrapper v0.1.0
8642026-06-23T19:24:39.289Z Downloaded crossbeam-deque v0.8.6
8652026-06-23T19:24:39.297Z Downloaded foreign-types v0.5.0
8662026-06-23T19:24:39.300Z Downloaded bytes v1.11.1
8672026-06-23T19:24:39.303Z Downloaded group v0.13.0
8682026-06-23T19:24:39.307Z Downloaded dunce v1.0.5
8692026-06-23T19:24:39.307Z Downloaded glob v0.3.3
8702026-06-23T19:24:39.307Z Downloaded defmt v1.1.0
8712026-06-23T19:24:39.310Z Downloaded lru-cache v0.1.2
8722026-06-23T19:24:39.314Z Downloaded byteorder v1.5.0
8732026-06-23T19:24:39.314Z Downloaded konst_macro_rules v0.2.19
8742026-06-23T19:24:39.317Z Downloaded internet-checksum v0.2.1
8752026-06-23T19:24:39.317Z Downloaded linked-hash-map v0.5.6
8762026-06-23T19:24:39.320Z Downloaded foreign-types-shared v0.3.1
8772026-06-23T19:24:39.320Z Downloaded dropshot_endpoint v0.17.1
8782026-06-23T19:24:39.325Z Downloaded ciborium-io v0.2.2
8792026-06-23T19:24:39.325Z Downloaded const_format v0.2.36
8802026-06-23T19:24:39.330Z Downloaded managed v0.8.0
8812026-06-23T19:24:39.330Z Downloaded float-ord v0.3.2
8822026-06-23T19:24:39.330Z Downloaded httpdate v1.0.3
8832026-06-23T19:24:39.333Z Downloaded gethostname v0.5.0
8842026-06-23T19:24:39.333Z Downloaded foreign-types-macros v0.2.3
8852026-06-23T19:24:39.333Z Downloaded chacha20poly1305 v0.10.1
8862026-06-23T19:24:39.338Z Downloaded async-stream-impl v0.3.6
8872026-06-23T19:24:39.338Z Downloaded chacha20 v0.10.0
8882026-06-23T19:24:39.341Z Downloaded cc v1.2.63
8892026-06-23T19:24:39.341Z Downloaded chacha20 v0.9.1
8902026-06-23T19:24:39.341Z Downloaded camino v1.2.2
8912026-06-23T19:24:39.344Z Downloaded ingot-types v0.1.2
8922026-06-23T19:24:39.344Z Downloaded highway v1.3.0
8932026-06-23T19:24:39.347Z Downloaded git-stub-vcs v0.1.0
8942026-06-23T19:24:39.350Z Downloaded darling v0.21.3
8952026-06-23T19:24:39.375Z Downloaded libsw v3.5.0
8962026-06-23T19:24:39.375Z Downloaded bit-set v0.8.0
8972026-06-23T19:24:39.385Z Downloaded ident_case v1.0.1
8982026-06-23T19:24:39.385Z Downloaded bcs v0.1.6
8992026-06-23T19:24:39.385Z Downloaded backoff v0.4.0
9002026-06-23T19:24:39.385Z Downloaded async-stream v0.3.6
9012026-06-23T19:24:39.385Z Downloaded const-random v0.1.18
9022026-06-23T19:24:39.385Z Downloaded fs_extra v1.3.0
9032026-06-23T19:24:39.385Z Downloaded const-random-macro v0.1.16
9042026-06-23T19:24:39.385Z Downloaded dtrace-parser v0.3.0
9052026-06-23T19:24:39.385Z Downloaded hubpack_derive v0.1.1
9062026-06-23T19:24:39.385Z Downloaded getrandom v0.4.2
9072026-06-23T19:24:39.385Z Downloaded fs-err v3.3.0
9082026-06-23T19:24:39.385Z Downloaded half v2.7.1
9092026-06-23T19:24:39.385Z Downloaded keccak v0.1.6
9102026-06-23T19:24:39.385Z Downloaded defmt-parser v1.0.0
9112026-06-23T19:24:39.385Z Downloaded darling_macro v0.23.0
9122026-06-23T19:24:39.385Z Downloaded convert_case v0.4.0
9132026-06-23T19:24:39.385Z Downloaded cpufeatures v0.3.0
9142026-06-23T19:24:39.390Z Downloaded match_cfg v0.1.0
9152026-06-23T19:24:39.390Z Downloaded compression-core v0.4.32
9162026-06-23T19:24:39.390Z Downloaded is-terminal v0.4.17
9172026-06-23T19:24:39.391Z Downloaded bytecount v0.6.9
9182026-06-23T19:24:39.391Z Downloaded newtype_derive v0.1.6
9192026-06-23T19:24:39.391Z Downloaded bs58 v0.5.1
9202026-06-23T19:24:39.391Z Downloaded base16ct v1.0.0
9212026-06-23T19:24:39.394Z Downloaded dof v0.4.0
9222026-06-23T19:24:39.394Z Downloaded embedded-io v0.4.0
9232026-06-23T19:24:39.394Z Downloaded darling_macro v0.21.3
9242026-06-23T19:24:39.394Z Downloaded memoffset v0.9.1
9252026-06-23T19:24:39.397Z Downloaded arrayref v0.3.9
9262026-06-23T19:24:39.398Z Downloaded newtype-uuid-macros v0.1.0
9272026-06-23T19:24:39.401Z Downloaded embedded-io v0.6.1
9282026-06-23T19:24:39.401Z Downloaded hash32 v0.3.1
9292026-06-23T19:24:39.401Z Downloaded enum-as-inner v0.6.1
9302026-06-23T19:24:39.405Z Downloaded no-std-compat v0.4.1
9312026-06-23T19:24:39.405Z Downloaded mime v0.3.17
9322026-06-23T19:24:39.405Z Downloaded crypto-common v0.2.2
9332026-06-23T19:24:39.409Z Downloaded hybrid-array v0.4.12
9342026-06-23T19:24:39.409Z Downloaded block-buffer v0.12.0
9352026-06-23T19:24:39.412Z Downloaded crucible-workspace-hack v0.1.0
9362026-06-23T19:24:39.412Z Downloaded omicron-workspace-hack v0.1.0
9372026-06-23T19:24:39.412Z Downloaded async-recursion v1.1.1
9382026-06-23T19:24:39.415Z Downloaded dof v0.3.0
9392026-06-23T19:24:39.415Z Downloaded cstr-argument v0.1.2
9402026-06-23T19:24:39.418Z Downloaded base16ct v0.2.0
9412026-06-23T19:24:39.418Z Downloaded newline-converter v0.3.0
9422026-06-23T19:24:39.421Z Downloaded idna_adapter v1.2.2
9432026-06-23T19:24:39.421Z Downloaded hubpack v0.1.2
9442026-06-23T19:24:39.421Z Downloaded cobs v0.3.0
9452026-06-23T19:24:39.424Z Downloaded dtrace-parser v0.2.0
9462026-06-23T19:24:39.424Z Downloaded defmt v0.3.100
9472026-06-23T19:24:39.424Z Downloaded natord v1.0.9
9482026-06-23T19:24:39.427Z Downloaded memmap v0.7.0
9492026-06-23T19:24:39.427Z Downloaded heck v0.4.1
9502026-06-23T19:24:39.428Z Downloaded bit-vec v0.8.0
9512026-06-23T19:24:39.431Z Downloaded num-conv v0.2.2
9522026-06-23T19:24:39.431Z Downloaded hostname v0.3.1
9532026-06-23T19:24:39.435Z Downloaded dropshot-api-manager-types v0.7.2
9542026-06-23T19:24:39.435Z Downloaded cmake v0.1.58
9552026-06-23T19:24:39.435Z Downloaded num-iter v0.1.45
9562026-06-23T19:24:39.438Z Downloaded num-derive v0.4.2
9572026-06-23T19:24:39.438Z Downloaded daft v0.1.7
9582026-06-23T19:24:39.438Z Downloaded compression-codecs v0.4.38
9592026-06-23T19:24:39.441Z Downloaded cargo_toml v0.22.3
9602026-06-23T19:24:39.441Z Downloaded instant v0.1.13
9612026-06-23T19:24:39.445Z Downloaded backon v1.6.0
9622026-06-23T19:24:39.450Z Downloaded opaque-debug v0.3.1
9632026-06-23T19:24:39.450Z Downloaded const_format_proc_macros v0.2.34
9642026-06-23T19:24:39.450Z Downloaded parse-display v0.10.0
9652026-06-23T19:24:39.455Z Downloaded num_threads v0.1.7
9662026-06-23T19:24:39.455Z Downloaded libscf-sys v1.2.0
9672026-06-23T19:24:39.455Z Downloaded crunchy v0.2.4
9682026-06-23T19:24:39.455Z Downloaded cancel-safe-futures v0.1.5
9692026-06-23T19:24:39.459Z Downloaded crc8 v0.1.1
9702026-06-23T19:24:39.459Z Downloaded aead v0.5.2
9712026-06-23T19:24:39.459Z Downloaded powerfmt v0.2.0
9722026-06-23T19:24:39.459Z Downloaded num_enum v0.7.6
9732026-06-23T19:24:39.464Z Downloaded num v0.4.3
9742026-06-23T19:24:39.464Z Downloaded macaddr v1.0.1
9752026-06-23T19:24:39.467Z Downloaded libsw-core v0.3.2
9762026-06-23T19:24:39.467Z Downloaded hostname v0.4.2
9772026-06-23T19:24:39.467Z Downloaded ingot v0.1.1
9782026-06-23T19:24:39.467Z Downloaded ff v0.13.1
9792026-06-23T19:24:39.470Z Downloaded csv-core v0.1.13
9802026-06-23T19:24:39.470Z Downloaded erased-serde v0.3.31
9812026-06-23T19:24:39.475Z Downloaded foldhash v0.2.0
9822026-06-23T19:24:39.475Z Downloaded potential_utf v0.1.5
9832026-06-23T19:24:39.479Z Downloaded data-encoding v2.11.0
9842026-06-23T19:24:39.479Z Downloaded plain v0.2.3
9852026-06-23T19:24:39.479Z Downloaded phf_shared v0.12.1
9862026-06-23T19:24:39.479Z Downloaded deranged v0.5.8
9872026-06-23T19:24:39.485Z Downloaded progenitor-client v0.14.0
9882026-06-23T19:24:39.485Z Downloaded proc-macro-error-attr2 v2.0.0
9892026-06-23T19:24:39.485Z Downloaded cipher v0.4.4
9902026-06-23T19:24:39.485Z Downloaded progenitor-macro v0.14.0
9912026-06-23T19:24:39.488Z Downloaded bitflags v1.3.2
9922026-06-23T19:24:39.488Z Downloaded num_enum_derive v0.5.11
9932026-06-23T19:24:39.488Z Downloaded blake2 v0.10.6
9942026-06-23T19:24:39.488Z Downloaded ciborium v0.2.2
9952026-06-23T19:24:39.491Z Downloaded darling v0.23.0
9962026-06-23T19:24:39.494Z Downloaded daft-derive v0.1.7
9972026-06-23T19:24:39.497Z Downloaded heapless v0.8.0
9982026-06-23T19:24:39.500Z Downloaded displaydoc v0.2.6
9992026-06-23T19:24:39.500Z Downloaded proc-macro-crate v1.3.1
10002026-06-23T19:24:39.503Z Downloaded olpc-cjson v0.1.4
10012026-06-23T19:24:39.503Z Downloaded critical-section v1.2.0
10022026-06-23T19:24:39.503Z Downloaded linear-map v1.2.0
10032026-06-23T19:24:39.506Z Downloaded inout v0.1.4
10042026-06-23T19:24:39.506Z Downloaded argon2 v0.5.3
10052026-06-23T19:24:39.509Z Downloaded pretty-hex v0.4.2
10062026-06-23T19:24:39.509Z Downloaded multer v3.1.0
10072026-06-23T19:24:39.509Z Downloaded proc-macro-crate v3.5.0
10082026-06-23T19:24:39.519Z Downloaded num-complex v0.4.6
10092026-06-23T19:24:39.519Z Downloaded ciborium-ll v0.2.2
10102026-06-23T19:24:39.526Z Downloaded git-stub v1.0.0
10112026-06-23T19:24:39.526Z Downloaded num_enum v0.5.11
10122026-06-23T19:24:39.526Z Downloaded rand_xorshift v0.4.0
10132026-06-23T19:24:39.526Z Downloaded parking_lot_core v0.8.6
10142026-06-23T19:24:39.526Z Downloaded oxnet v0.1.6
10152026-06-23T19:24:39.526Z Downloaded progenitor-macro v0.10.0
10162026-06-23T19:24:39.526Z Downloaded password-hash v0.5.0
10172026-06-23T19:24:39.532Z Downloaded paste v1.0.15
10182026-06-23T19:24:39.532Z Downloaded progenitor-client v0.10.0
10192026-06-23T19:24:39.532Z Downloaded quick-error v1.2.3
10202026-06-23T19:24:39.532Z Downloaded num-rational v0.4.2
10212026-06-23T19:24:39.532Z Downloaded progenitor-macro v0.13.0
10222026-06-23T19:24:39.532Z Downloaded rand_chacha v0.3.1
10232026-06-23T19:24:39.535Z Downloaded rustc_version v0.1.7
10242026-06-23T19:24:39.535Z Downloaded ref-cast-impl v1.0.25
10252026-06-23T19:24:39.535Z Downloaded ref-cast v1.0.25
10262026-06-23T19:24:39.539Z Downloaded poly1305 v0.8.0
10272026-06-23T19:24:39.542Z Downloaded colored v3.1.1
10282026-06-23T19:24:39.542Z Downloaded ipnetwork v0.21.1
10292026-06-23T19:24:39.542Z Downloaded diff v0.1.13
10302026-06-23T19:24:39.547Z Downloaded ingot-macros v0.1.1
10312026-06-23T19:24:39.547Z Downloaded constant_time_eq v0.4.2
10322026-06-23T19:24:39.550Z Downloaded litemap v0.8.2
10332026-06-23T19:24:39.551Z Downloaded proc-macro-error-attr v1.0.4
10342026-06-23T19:24:39.551Z Downloaded async-trait v0.1.89
10352026-06-23T19:24:39.554Z Downloaded progenitor-client v0.13.0
10362026-06-23T19:24:39.554Z Downloaded defmt-macros v1.1.0
10372026-06-23T19:24:39.557Z Downloaded scroll_derive v0.13.1
10382026-06-23T19:24:39.557Z Downloaded progenitor v0.13.0
10392026-06-23T19:24:39.557Z Downloaded same-file v1.0.6
10402026-06-23T19:24:39.561Z Downloaded serde_plain v1.0.2
10412026-06-23T19:24:39.561Z Downloaded scroll_derive v0.12.1
10422026-06-23T19:24:39.561Z Downloaded hmac v0.12.1
10432026-06-23T19:24:39.564Z Downloaded crossbeam-epoch v0.9.18
10442026-06-23T19:24:39.564Z Downloaded allocator-api2 v0.2.21
10452026-06-23T19:24:39.567Z Downloaded pem v3.0.6
10462026-06-23T19:24:39.567Z Downloaded icu_collections v2.2.0
10472026-06-23T19:24:39.570Z Downloaded anyhow v1.0.102
10482026-06-23T19:24:39.573Z Downloaded derive-ex v0.1.8
10492026-06-23T19:24:39.573Z Downloaded oxide-tokio-rt v0.1.6
10502026-06-23T19:24:39.576Z Downloaded num-integer v0.1.46
10512026-06-23T19:24:39.576Z Downloaded fxhash v0.2.1
10522026-06-23T19:24:39.576Z Downloaded dyn-clone v1.0.20
10532026-06-23T19:24:39.576Z Downloaded fixedbitset v0.4.2
10542026-06-23T19:24:39.580Z Downloaded semver v0.1.20
10552026-06-23T19:24:39.580Z Downloaded arrayvec v0.7.6
10562026-06-23T19:24:39.580Z Downloaded serde-big-array v0.5.1
10572026-06-23T19:24:39.586Z Downloaded progenitor-extras v0.2.0
10582026-06-23T19:24:39.586Z Downloaded secrecy v0.10.3
10592026-06-23T19:24:39.590Z Downloaded sigpipe v0.1.3
10602026-06-23T19:24:39.590Z Downloaded sha1 v0.10.6
10612026-06-23T19:24:39.590Z Downloaded serde_repr v0.1.20
10622026-06-23T19:24:39.590Z Downloaded progenitor v0.14.0
10632026-06-23T19:24:39.590Z Downloaded memmap2 v0.9.10
10642026-06-23T19:24:39.590Z Downloaded num_enum_derive v0.7.6
10652026-06-23T19:24:39.593Z Downloaded crossbeam-utils v0.8.21
10662026-06-23T19:24:39.593Z Downloaded serial_test_derive v3.5.0
10672026-06-23T19:24:39.598Z Downloaded serial_test v3.5.0
10682026-06-23T19:24:39.598Z Downloaded siphasher v1.0.3
10692026-06-23T19:24:39.598Z Downloaded sha1 v0.11.0
10702026-06-23T19:24:39.601Z Downloaded quote v1.0.45
10712026-06-23T19:24:39.602Z Downloaded proc-macro-error v1.0.4
10722026-06-23T19:24:39.602Z Downloaded rand_core v0.10.1
10732026-06-23T19:24:39.602Z Downloaded parking_lot v0.11.2
10742026-06-23T19:24:39.606Z Downloaded progenitor v0.10.0
10752026-06-23T19:24:39.606Z Downloaded slog-bunyan v2.5.0
10762026-06-23T19:24:39.606Z Downloaded digest v0.11.3
10772026-06-23T19:24:39.609Z Downloaded smawk v0.3.2
10782026-06-23T19:24:39.614Z Downloaded slog-envlogger v2.2.0
10792026-06-23T19:24:39.617Z Downloaded postcard v1.1.3
10802026-06-23T19:24:39.617Z Downloaded log v0.4.32
10812026-06-23T19:24:39.617Z Downloaded icu_provider v2.2.0
10822026-06-23T19:24:39.620Z Downloaded cookie v0.18.1
10832026-06-23T19:24:39.620Z Downloaded console v0.16.3
10842026-06-23T19:24:39.623Z Downloaded omicron-zone-package v0.12.2
10852026-06-23T19:24:39.623Z Downloaded const-oid v0.10.2
10862026-06-23T19:24:39.626Z Downloaded bitflags v2.12.1
10872026-06-23T19:24:39.629Z Downloaded pest_generator v2.8.6
10882026-06-23T19:24:39.629Z Downloaded spin v0.5.2
10892026-06-23T19:24:39.633Z Downloaded structmeta v0.3.0
10902026-06-23T19:24:39.633Z Downloaded stable_deref_trait v1.2.1
10912026-06-23T19:24:39.633Z Downloaded phf v0.12.1
10922026-06-23T19:24:39.633Z Downloaded strum v0.27.2
10932026-06-23T19:24:39.638Z Downloaded structmeta-derive v0.3.0
10942026-06-23T19:24:39.638Z Downloaded tagptr v0.2.0
10952026-06-23T19:24:39.638Z Downloaded rustls-pemfile v2.2.0
10962026-06-23T19:24:39.642Z Downloaded memchr v2.8.1
10972026-06-23T19:24:39.642Z Downloaded strum v0.26.3
10982026-06-23T19:24:39.645Z Downloaded icu_normalizer_data v2.2.0
10992026-06-23T19:24:39.648Z Downloaded proc-macro-error2 v2.0.1
11002026-06-23T19:24:39.648Z Downloaded base64 v0.21.7
11012026-06-23T19:24:39.651Z Downloaded schemars_derive v0.8.22
11022026-06-23T19:24:39.651Z Downloaded rusty-fork v0.3.1
11032026-06-23T19:24:39.651Z Downloaded scroll v0.13.0
11042026-06-23T19:24:39.656Z Downloaded rustls-native-certs v0.8.4
11052026-06-23T19:24:39.656Z Downloaded icu_locale_core v2.2.0
11062026-06-23T19:24:39.659Z Downloaded termtree v0.5.1
11072026-06-23T19:24:39.659Z Downloaded tabled_derive v0.7.0
11082026-06-23T19:24:39.659Z Downloaded scroll v0.12.0
11092026-06-23T19:24:39.662Z Downloaded time-core v0.1.8
11102026-06-23T19:24:39.662Z Downloaded tabled_derive v0.11.0
11112026-06-23T19:24:39.662Z Downloaded take_mut v0.2.2
11122026-06-23T19:24:39.662Z Downloaded serde_tokenstream v0.2.3
11132026-06-23T19:24:39.665Z Downloaded thread-id v4.2.2
11142026-06-23T19:24:39.665Z Downloaded testing_table v0.3.0
11152026-06-23T19:24:39.665Z Downloaded thread-id v5.1.0
11162026-06-23T19:24:39.668Z Downloaded topological-sort v0.2.2
11172026-06-23T19:24:39.671Z Downloaded hashbrown v0.12.3
11182026-06-23T19:24:39.675Z Downloaded pest_derive v2.8.6
11192026-06-23T19:24:39.675Z Downloaded slog-dtrace v0.3.0
11202026-06-23T19:24:39.678Z Downloaded derive_more v0.99.20
11212026-06-23T19:24:39.678Z Downloaded papergrid v0.18.0
11222026-06-23T19:24:39.681Z Downloaded smf v0.2.3
11232026-06-23T19:24:39.684Z Downloaded smartstring v1.0.1
11242026-06-23T19:24:39.684Z Downloaded slog-json v2.6.1
11252026-06-23T19:24:40.091Z Downloaded slog-async v2.8.0
11262026-06-23T19:24:40.091Z Downloaded parse-display-derive v0.10.0
11272026-06-23T19:24:40.094Z Downloaded arc-swap v1.9.1
11282026-06-23T19:24:40.094Z Downloaded slog-term v2.9.2
11292026-06-23T19:24:40.094Z Downloaded slog-stdlog v4.1.1
11302026-06-23T19:24:40.094Z Downloaded drift v0.2.0
11312026-06-23T19:24:40.094Z Downloaded slog-scope v4.4.1
11322026-06-23T19:24:40.094Z Downloaded typify-macro v0.4.3
11332026-06-23T19:24:40.094Z Downloaded elliptic-curve v0.13.8
11342026-06-23T19:24:40.094Z Downloaded konst v0.2.20
11352026-06-23T19:24:40.094Z Downloaded resolv-conf v0.7.6
11362026-06-23T19:24:40.094Z Downloaded darling_core v0.21.3
11372026-06-23T19:24:40.094Z Downloaded crypto-bigint v0.5.5
11382026-06-23T19:24:40.095Z Downloaded typify-macro v0.6.2
11392026-06-23T19:24:40.095Z Downloaded strum_macros v0.27.2
11402026-06-23T19:24:40.095Z Downloaded wait-timeout v0.2.1
11412026-06-23T19:24:40.095Z Downloaded utf-8 v0.7.6
11422026-06-23T19:24:40.095Z Downloaded usdt-macro v0.6.0
11432026-06-23T19:24:40.095Z Downloaded usdt v0.5.0
11442026-06-23T19:24:40.095Z Downloaded untrusted v0.7.1
11452026-06-23T19:24:40.095Z Downloaded usdt-attr-macro v0.5.0
11462026-06-23T19:24:40.095Z Downloaded universal-hash v0.5.1
11472026-06-23T19:24:40.095Z Downloaded usdt-macro v0.5.0
11482026-06-23T19:24:40.095Z Downloaded usdt-attr-macro v0.6.0
11492026-06-23T19:24:40.095Z Downloaded unarray v0.1.4
11502026-06-23T19:24:40.095Z Downloaded waitgroup v0.1.2
11512026-06-23T19:24:40.095Z Downloaded synstructure v0.13.2
11522026-06-23T19:24:40.095Z Downloaded serde_derive_internals v0.29.1
11532026-06-23T19:24:40.095Z Downloaded progenitor-impl v0.10.0
11542026-06-23T19:24:40.095Z Downloaded strum_macros v0.26.4
11552026-06-23T19:24:40.095Z Downloaded indicatif v0.18.4
11562026-06-23T19:24:40.095Z Downloaded indexmap v1.9.3
11572026-06-23T19:24:40.095Z Downloaded tiny-keccak v2.0.2
11582026-06-23T19:24:40.095Z Downloaded time-macros v0.2.27
11592026-06-23T19:24:40.095Z Downloaded icu_normalizer v2.2.0
11602026-06-23T19:24:40.095Z Downloaded thiserror-no-std v2.0.2
11612026-06-23T19:24:40.095Z Downloaded zerofrom v0.1.8
11622026-06-23T19:24:40.095Z Downloaded yoke-derive v0.8.2
11632026-06-23T19:24:40.095Z Downloaded tokio-tungstenite v0.21.0
11642026-06-23T19:24:40.095Z Downloaded rustversion v1.0.22
11652026-06-23T19:24:40.095Z Downloaded rhai_codegen v3.2.0
11662026-06-23T19:24:40.095Z Downloaded progenitor-impl v0.13.0
11672026-06-23T19:24:40.095Z Downloaded tabwriter v1.4.1
11682026-06-23T19:24:40.095Z Downloaded smallvec v1.15.1
11692026-06-23T19:24:40.095Z Downloaded zone v0.3.1
11702026-06-23T19:24:40.095Z Downloaded zeroize_derive v1.4.3
11712026-06-23T19:24:40.095Z Downloaded snafu-derive v0.8.9
11722026-06-23T19:24:40.095Z Downloaded tinystr v0.8.3
11732026-06-23T19:24:40.095Z Downloaded darling_core v0.23.0
11742026-06-23T19:24:40.095Z Downloaded pretty_assertions v1.4.1
11752026-06-23T19:24:40.095Z Downloaded zerofrom-derive v0.1.7
11762026-06-23T19:24:40.095Z Downloaded tokio-dtrace v0.1.1
11772026-06-23T19:24:40.096Z Downloaded papergrid v0.11.0
11782026-06-23T19:24:40.096Z Downloaded unit-prefix v0.5.2
11792026-06-23T19:24:40.096Z Downloaded usdt v0.6.0
11802026-06-23T19:24:40.096Z Downloaded usdt-impl v0.6.0
11812026-06-23T19:24:40.096Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11822026-06-23T19:24:40.096Z Downloaded whoami v1.6.1
11832026-06-23T19:24:40.096Z Downloaded term v1.2.1
11842026-06-23T19:24:40.096Z Downloaded prettyplease v0.2.37
11852026-06-23T19:24:40.096Z Downloaded thiserror-impl-no-std v2.0.2
11862026-06-23T19:24:40.096Z Downloaded serde_with_macros v3.20.0
11872026-06-23T19:24:40.096Z Downloaded thin-vec v0.2.18
11882026-06-23T19:24:40.096Z Downloaded zone_cfg_derive v0.3.1
11892026-06-23T19:24:40.096Z Downloaded spin v0.9.8
11902026-06-23T19:24:40.096Z Downloaded jiff-static v0.2.28
11912026-06-23T19:24:40.096Z Downloaded writeable v0.6.3
11922026-06-23T19:24:40.096Z Downloaded crossbeam-channel v0.5.15
11932026-06-23T19:24:40.096Z Downloaded minimal-lexical v0.2.1
11942026-06-23T19:24:40.096Z Downloaded pest_meta v2.8.6
11952026-06-23T19:24:40.096Z Downloaded progenitor-impl v0.14.0
11962026-06-23T19:24:40.096Z Downloaded walkdir v2.5.0
11972026-06-23T19:24:40.096Z Downloaded vsss-rs v3.3.4
11982026-06-23T19:24:40.096Z Downloaded async-compression v0.4.42
11992026-06-23T19:24:40.096Z Downloaded icu_properties v2.2.0
12002026-06-23T19:24:40.096Z Downloaded hickory-resolver v0.25.2
12012026-06-23T19:24:40.096Z Downloaded ucd-trie v0.1.7
12022026-06-23T19:24:40.096Z Downloaded usdt-impl v0.5.0
12032026-06-23T19:24:40.096Z Downloaded rustls-platform-verifier v0.7.0
12042026-06-23T19:24:40.096Z Downloaded openssl-sys v0.9.116
12052026-06-23T19:24:40.096Z Downloaded xz2 v0.1.7
12062026-06-23T19:24:40.096Z Downloaded similar v2.7.0
12072026-06-23T19:24:40.096Z Downloaded zerocopy-derive v0.7.35
12082026-06-23T19:24:40.096Z Downloaded snafu v0.8.9
12092026-06-23T19:24:40.096Z Downloaded slog v2.8.2
12102026-06-23T19:24:40.096Z Downloaded yoke v0.8.3
12112026-06-23T19:24:40.096Z Downloaded test-strategy v0.4.5
12122026-06-23T19:24:40.096Z Downloaded serde_yaml v0.9.34+deprecated
12132026-06-23T19:24:40.096Z Downloaded quinn v0.11.9
12142026-06-23T19:24:40.096Z Downloaded rayon-core v1.13.0
12152026-06-23T19:24:40.097Z Downloaded qorb v0.4.1
12162026-06-23T19:24:40.097Z Downloaded hickory-resolver v0.24.4
12172026-06-23T19:24:40.097Z Downloaded zerovec-derive v0.11.3
12182026-06-23T19:24:40.097Z Downloaded nom v7.1.3
12192026-06-23T19:24:40.097Z Downloaded typify v0.6.2
12202026-06-23T19:24:40.097Z Downloaded schemars v0.8.22
12212026-06-23T19:24:40.097Z Downloaded schemars v0.9.0
12222026-06-23T19:24:40.097Z Downloaded expectorate v1.2.0
12232026-06-23T19:24:40.097Z Downloaded dropshot-api-manager v0.7.2
12242026-06-23T19:24:40.097Z Downloaded toml v0.9.12+spec-1.1.0
12252026-06-23T19:24:40.097Z Downloaded steno v0.4.1
12262026-06-23T19:24:40.097Z Downloaded zeroize v1.8.2
12272026-06-23T19:24:40.100Z Downloaded rand v0.8.6
12282026-06-23T19:24:40.100Z Downloaded toml v0.7.8
12292026-06-23T19:24:40.100Z Downloaded typify v0.4.3
12302026-06-23T19:24:40.100Z Downloaded schemars v1.2.1
12312026-06-23T19:24:40.100Z Downloaded uuid v1.23.2
12322026-06-23T19:24:40.100Z Downloaded unsafe-libyaml v0.2.11
12332026-06-23T19:24:40.100Z Downloaded pest v2.8.6
12342026-06-23T19:24:40.100Z Downloaded http v1.4.1
12352026-06-23T19:24:40.100Z Downloaded icu_properties_data v2.2.0
12362026-06-23T19:24:40.100Z Downloaded tungstenite v0.21.0
12372026-06-23T19:24:40.100Z Downloaded aws-lc-rs v1.17.0
12382026-06-23T19:24:40.100Z Downloaded rayon v1.12.0
12392026-06-23T19:24:40.101Z Downloaded reqwest v0.13.4
12402026-06-23T19:24:40.101Z Downloaded toml_edit v0.25.12+spec-1.1.0
12412026-06-23T19:24:40.101Z Downloaded toml_edit v0.19.15
12422026-06-23T19:24:40.101Z Downloaded rand v0.10.1
12432026-06-23T19:24:40.101Z Downloaded blake3 v1.8.5
12442026-06-23T19:24:40.101Z Downloaded goblin v0.8.2
12452026-06-23T19:24:40.101Z Downloaded yansi v1.0.1
12462026-06-23T19:24:40.101Z Downloaded nom v8.0.0
12472026-06-23T19:24:40.101Z Downloaded zerocopy-derive v0.8.50
12482026-06-23T19:24:40.101Z Downloaded zerocopy v0.7.35
12492026-06-23T19:24:40.101Z Downloaded typed-path v0.9.3
12502026-06-23T19:24:40.101Z Downloaded iddqd v0.4.2
12512026-06-23T19:24:40.101Z Downloaded ron v0.12.1
12522026-06-23T19:24:40.101Z Downloaded itertools v0.12.1
12532026-06-23T19:24:40.101Z Downloaded h2 v0.4.14
12542026-06-23T19:24:40.101Z Downloaded zerotrie v0.2.4
12552026-06-23T19:24:40.101Z Downloaded hkdf v0.12.4
12562026-06-23T19:24:40.101Z Downloaded libm v0.2.16
12572026-06-23T19:24:40.101Z Downloaded tabled v0.21.0
12582026-06-23T19:24:40.101Z Downloaded webpki-roots v1.0.7
12592026-06-23T19:24:40.101Z Downloaded time v0.3.47
12602026-06-23T19:24:40.101Z Downloaded regex v1.12.3
12612026-06-23T19:24:40.101Z Downloaded hashbrown v0.16.1
12622026-06-23T19:24:40.108Z Downloaded tough v0.22.0
12632026-06-23T19:24:40.132Z Downloaded smoltcp v0.11.0
12642026-06-23T19:24:40.139Z Downloaded dropshot v0.17.1
12652026-06-23T19:24:40.150Z Downloaded rhai v1.25.1
12662026-06-23T19:24:40.156Z Downloaded zerovec v0.11.6
12672026-06-23T19:24:40.159Z Downloaded regress v0.10.5
12682026-06-23T19:24:40.164Z Downloaded winnow v0.5.40
12692026-06-23T19:24:40.172Z Downloaded rustls v0.23.40
12702026-06-23T19:24:40.175Z Downloaded moka v0.12.15
12712026-06-23T19:24:40.179Z Downloaded tabled v0.15.0
12722026-06-23T19:24:40.189Z Downloaded proptest v1.11.0
12732026-06-23T19:24:40.194Z Downloaded goblin v0.10.7
12742026-06-23T19:24:40.200Z Downloaded serde_with v3.20.0
12752026-06-23T19:24:40.204Z Downloaded regress v0.11.1
12762026-06-23T19:24:40.207Z Downloaded sled v0.34.7
12772026-06-23T19:24:40.214Z Downloaded typify-impl v0.6.2
12782026-06-23T19:24:40.219Z Downloaded quinn-proto v0.11.14
12792026-06-23T19:24:40.224Z Downloaded regex-syntax v0.8.10
12802026-06-23T19:24:40.230Z Downloaded chrono-tz v0.10.4
12812026-06-23T19:24:40.236Z Downloaded syn v1.0.109
12822026-06-23T19:24:40.241Z Downloaded openssl v0.10.80
12832026-06-23T19:24:40.261Z Downloaded zerocopy v0.8.50
12842026-06-23T19:24:40.275Z Downloaded syn v2.0.117
12852026-06-23T19:24:40.278Z Downloaded csv v1.4.0
12862026-06-23T19:24:40.287Z Downloaded nix v0.31.3
12872026-06-23T19:24:40.299Z Downloaded hickory-proto v0.24.4
12882026-06-23T19:24:40.307Z Downloaded openapiv3 v2.2.0
12892026-06-23T19:24:40.322Z Downloaded hickory-proto v0.25.2
12902026-06-23T19:24:40.381Z Downloaded typify-impl v0.4.3
12912026-06-23T19:24:40.427Z Downloaded petgraph v0.6.5
12922026-06-23T19:24:40.438Z Downloaded lzma-sys v0.1.20
12932026-06-23T19:24:40.454Z Downloaded jiff v0.2.28
12942026-06-23T19:24:40.472Z Downloaded sha3 v0.10.9
12952026-06-23T19:24:40.502Z Downloaded encoding_rs v0.8.35
12962026-06-23T19:24:40.881Z Downloaded aws-lc-sys v0.41.0
12972026-06-23T19:24:41.773Z Compiling proc-macro2 v1.0.106
12982026-06-23T19:24:41.773Z Compiling quote v1.0.45
12992026-06-23T19:24:41.773Z Compiling unicode-ident v1.0.24
13002026-06-23T19:24:41.773Z Compiling serde_core v1.0.228
13012026-06-23T19:24:41.773Z Compiling cfg-if v1.0.4
13022026-06-23T19:24:41.773Z Compiling serde v1.0.228
13032026-06-23T19:24:41.778Z Compiling libc v0.2.186
13042026-06-23T19:24:41.778Z Compiling memchr v2.8.1
13052026-06-23T19:24:42.015Z Compiling itoa v1.0.18
13062026-06-23T19:24:42.197Z Compiling smallvec v1.15.1
13072026-06-23T19:24:42.235Z Compiling zmij v1.0.21
13082026-06-23T19:24:42.362Z Compiling autocfg v1.5.1
13092026-06-23T19:24:42.401Z Compiling libm v0.2.16
13102026-06-23T19:24:42.636Z Compiling stable_deref_trait v1.2.1
13112026-06-23T19:24:43.104Z Compiling percent-encoding v2.3.2
13122026-06-23T19:24:43.104Z Compiling writeable v0.6.3
13132026-06-23T19:24:43.104Z Compiling litemap v0.8.2
13142026-06-23T19:24:43.105Z Compiling icu_properties_data v2.2.0
13152026-06-23T19:24:43.105Z Compiling icu_normalizer_data v2.2.0
13162026-06-23T19:24:43.105Z Compiling utf8_iter v1.0.4
13172026-06-23T19:24:43.105Z Compiling iana-time-zone v0.1.65
13182026-06-23T19:24:43.105Z Compiling equivalent v1.0.2
13192026-06-23T19:24:43.129Z Compiling form_urlencoded v1.2.2
13202026-06-23T19:24:43.143Z Compiling version_check v0.9.5
13212026-06-23T19:24:43.178Z Compiling syn v2.0.117
13222026-06-23T19:24:43.215Z Compiling pin-project-lite v0.2.17
13232026-06-23T19:24:43.290Z Compiling serde_json v1.0.150
13242026-06-23T19:24:43.302Z Compiling parking_lot_core v0.9.12
13252026-06-23T19:24:43.313Z Compiling dyn-clone v1.0.20
13262026-06-23T19:24:43.356Z Compiling scopeguard v1.2.0
13272026-06-23T19:24:43.425Z Compiling num-traits v0.2.19
13282026-06-23T19:24:43.443Z Compiling lock_api v0.4.14
13292026-06-23T19:24:43.466Z Compiling log v0.4.32
13302026-06-23T19:24:43.555Z Compiling thiserror v2.0.18
13312026-06-23T19:24:43.612Z Compiling hashbrown v0.17.1
13322026-06-23T19:24:43.654Z Compiling getrandom v0.4.2
13332026-06-23T19:24:43.677Z Compiling rand_core v0.10.1
13342026-06-23T19:24:43.854Z Compiling errno v0.3.14
13352026-06-23T19:24:43.959Z Compiling futures-core v0.3.32
13362026-06-23T19:24:44.102Z Compiling semver v1.0.28
13372026-06-23T19:24:44.131Z Compiling indexmap v2.14.0
13382026-06-23T19:24:44.165Z Compiling heck v0.5.0
13392026-06-23T19:24:44.268Z Compiling zerocopy v0.8.50
13402026-06-23T19:24:44.418Z Compiling futures-sink v0.3.32
13412026-06-23T19:24:44.450Z Compiling uuid v1.23.2
13422026-06-23T19:24:44.455Z Compiling slab v0.4.12
13432026-06-23T19:24:44.511Z Compiling jobserver v0.1.34
13442026-06-23T19:24:44.625Z Compiling shlex v2.0.1
13452026-06-23T19:24:44.702Z Compiling find-msvc-tools v0.1.9
13462026-06-23T19:24:44.744Z Compiling fnv v1.0.7
13472026-06-23T19:24:44.800Z Compiling schemars v0.8.22
13482026-06-23T19:24:44.819Z Compiling futures-channel v0.3.32
13492026-06-23T19:24:44.835Z Compiling rustversion v1.0.22
13502026-06-23T19:24:44.856Z Compiling cc v1.2.63
13512026-06-23T19:24:44.927Z Compiling futures-task v0.3.32
13522026-06-23T19:24:45.033Z Compiling futures-io v0.3.32
13532026-06-23T19:24:45.096Z Compiling socket2 v0.6.4
13542026-06-23T19:24:45.130Z Compiling bitflags v2.12.1
13552026-06-23T19:24:45.185Z Compiling signal-hook-registry v1.4.8
13562026-06-23T19:24:45.239Z Compiling mio v1.2.1
13572026-06-23T19:24:45.355Z Compiling parking_lot v0.12.5
13582026-06-23T19:24:45.367Z Compiling portable-atomic v1.13.1
13592026-06-23T19:24:45.467Z Compiling typenum v1.20.1
13602026-06-23T19:24:45.528Z Compiling dunce v1.0.5
13612026-06-23T19:24:45.623Z Compiling cmake v0.1.58
13622026-06-23T19:24:45.712Z Compiling fs_extra v1.3.0
13632026-06-23T19:24:45.748Z Compiling critical-section v1.2.0
13642026-06-23T19:24:45.795Z Compiling base64 v0.22.1
13652026-06-23T19:24:45.847Z Compiling byteorder v1.5.0
13662026-06-23T19:24:45.954Z Compiling synstructure v0.13.2
13672026-06-23T19:24:45.966Z Compiling serde_derive_internals v0.29.1
13682026-06-23T19:24:46.078Z Compiling subtle v2.6.1
13692026-06-23T19:24:46.094Z Compiling aws-lc-sys v0.41.0
13702026-06-23T19:24:46.120Z Compiling regex-syntax v0.8.10
13712026-06-23T19:24:46.233Z Compiling once_cell v1.21.4
13722026-06-23T19:24:46.244Z Compiling slog v2.8.2
13732026-06-23T19:24:46.338Z Compiling atomic-waker v1.1.2
13742026-06-23T19:24:46.436Z Compiling httparse v1.10.1
13752026-06-23T19:24:46.436Z Compiling ipnet v2.12.0
13762026-06-23T19:24:46.461Z Compiling strsim v0.11.1
13772026-06-23T19:24:46.479Z Compiling rustix v1.1.4
13782026-06-23T19:24:46.694Z Compiling tower-service v0.3.3
13792026-06-23T19:24:46.795Z Compiling tower-layer v0.3.3
13802026-06-23T19:24:46.851Z Compiling getrandom v0.2.17
13812026-06-23T19:24:47.013Z Compiling try-lock v0.2.5
13822026-06-23T19:24:47.016Z Compiling ryu v1.0.23
13832026-06-23T19:24:47.046Z Compiling thiserror v1.0.69
13842026-06-23T19:24:47.069Z Compiling ucd-trie v0.1.7
13852026-06-23T19:24:47.111Z Compiling serde_derive v1.0.228
13862026-06-23T19:24:47.123Z Compiling zerofrom-derive v0.1.7
13872026-06-23T19:24:47.177Z Compiling yoke-derive v0.8.2
13882026-06-23T19:24:47.201Z Compiling zerovec-derive v0.11.3
13892026-06-23T19:24:47.348Z Compiling displaydoc v0.2.6
13902026-06-23T19:24:47.359Z Compiling schemars_derive v0.8.22
13912026-06-23T19:24:48.146Z Compiling tokio-macros v2.7.0
13922026-06-23T19:24:48.251Z Compiling thiserror-impl v2.0.18
13932026-06-23T19:24:48.290Z Compiling zerocopy-derive v0.8.50
13942026-06-23T19:24:48.312Z Compiling zerofrom v0.1.8
13952026-06-23T19:24:48.428Z Compiling yoke v0.8.3
13962026-06-23T19:24:48.558Z Compiling zeroize_derive v1.4.3
13972026-06-23T19:24:48.613Z Compiling zerovec v0.11.6
13982026-06-23T19:24:48.769Z Compiling zerotrie v0.2.4
13992026-06-23T19:24:48.888Z Compiling futures-macro v0.3.32
14002026-06-23T19:24:49.067Z Compiling tinystr v0.8.3
14012026-06-23T19:24:49.136Z Compiling potential_utf v0.1.5
14022026-06-23T19:24:49.233Z Compiling icu_locale_core v2.2.0
14032026-06-23T19:24:49.262Z Compiling icu_collections v2.2.0
14042026-06-23T19:24:49.295Z Compiling zeroize v1.8.2
14052026-06-23T19:24:49.486Z Compiling untrusted v0.9.0
14062026-06-23T19:24:49.598Z Compiling pest v2.8.6
14072026-06-23T19:24:49.705Z Compiling futures-util v0.3.32
14082026-06-23T19:24:49.716Z Compiling thiserror-impl v1.0.69
14092026-06-23T19:24:49.771Z Compiling want v0.3.1
14102026-06-23T19:24:49.927Z Compiling icu_provider v2.2.0
14112026-06-23T19:24:50.225Z Compiling bytes v1.11.1
14122026-06-23T19:24:50.241Z Compiling icu_properties v2.2.0
14132026-06-23T19:24:50.281Z Compiling icu_normalizer v2.2.0
14142026-06-23T19:24:50.835Z Compiling chrono v0.4.45
14152026-06-23T19:24:50.849Z Compiling http v1.4.1
14162026-06-23T19:24:50.853Z Compiling tokio v1.52.3
14172026-06-23T19:24:50.869Z Compiling serde_tokenstream v0.2.3
14182026-06-23T19:24:51.137Z Compiling idna_adapter v1.2.2
14192026-06-23T19:24:51.271Z Compiling idna v1.1.0
14202026-06-23T19:24:51.394Z Compiling erased-serde v0.3.31
14212026-06-23T19:24:51.788Z Compiling url v2.5.8
14222026-06-23T19:24:51.871Z Compiling http-body v1.0.1
14232026-06-23T19:24:52.030Z Compiling rand_core v0.6.4
14242026-06-23T19:24:52.061Z Compiling httpdate v1.0.3
14252026-06-23T19:24:52.304Z Compiling pest_meta v2.8.6
14262026-06-23T19:24:52.356Z Compiling ppv-lite86 v0.2.21
14272026-06-23T19:24:52.395Z Compiling getrandom v0.3.4
14282026-06-23T19:24:52.536Z Compiling pretty-hex v0.4.2
14292026-06-23T19:24:52.663Z Compiling plain v0.2.3
14302026-06-23T19:24:52.673Z Compiling foldhash v0.2.0
14312026-06-23T19:24:52.720Z Compiling paste v1.0.15
14322026-06-23T19:24:52.749Z Compiling allocator-api2 v0.2.21
14332026-06-23T19:24:52.764Z Compiling tracing-attributes v0.1.31
14342026-06-23T19:24:52.940Z Compiling pest_generator v2.8.6
14352026-06-23T19:24:53.060Z Compiling hashbrown v0.16.1
14362026-06-23T19:24:53.071Z Compiling tracing-core v0.1.36
14372026-06-23T19:24:53.502Z Compiling ipnetwork v0.21.1
14382026-06-23T19:24:53.571Z Compiling pest_derive v2.8.6
14392026-06-23T19:24:53.645Z Compiling omicron-workspace-hack v0.1.0
14402026-06-23T19:24:53.673Z Compiling ident_case v1.0.1
14412026-06-23T19:24:53.806Z Compiling http-body-util v0.1.3
14422026-06-23T19:24:53.869Z Compiling serde_urlencoded v0.7.1
14432026-06-23T19:24:53.932Z Compiling aho-corasick v1.1.4
14442026-06-23T19:24:53.978Z Compiling tracing v0.1.44
14452026-06-23T19:24:54.099Z Compiling sync_wrapper v1.0.2
14462026-06-23T19:24:54.111Z Compiling winnow v1.0.3
14472026-06-23T19:24:54.125Z Compiling oxnet v0.1.6
14482026-06-23T19:24:54.199Z Compiling daft-derive v0.1.7
14492026-06-23T19:24:54.285Z Compiling fastrand v2.4.1
14502026-06-23T19:24:54.539Z Compiling tokio-util v0.7.18
14512026-06-23T19:24:54.581Z Compiling scroll_derive v0.13.1
14522026-06-23T19:24:54.943Z Compiling regex-automata v0.4.14
14532026-06-23T19:24:55.170Z Compiling async-trait v0.1.89
14542026-06-23T19:24:55.264Z Compiling powerfmt v0.2.0
14552026-06-23T19:24:55.285Z Compiling anyhow v1.0.102
14562026-06-23T19:24:55.411Z Compiling num-conv v0.2.2
14572026-06-23T19:24:55.464Z Compiling time-core v0.1.8
14582026-06-23T19:24:55.558Z Compiling aws-lc-rs v1.17.0
14592026-06-23T19:24:55.602Z Compiling time-macros v0.2.27
14602026-06-23T19:24:55.811Z Compiling scroll v0.13.0
14612026-06-23T19:24:55.872Z Compiling deranged v0.5.8
14622026-06-23T19:24:56.082Z Compiling rustls-pki-types v1.14.1
14632026-06-23T19:24:56.141Z Compiling hex v0.4.3
14642026-06-23T19:24:56.390Z Compiling num_threads v0.1.7
14652026-06-23T19:24:56.492Z Compiling openssl-probe v0.2.1
14662026-06-23T19:24:56.557Z Compiling regex v1.12.3
14672026-06-23T19:24:56.576Z Compiling goblin v0.10.7
14682026-06-23T19:24:57.043Z Compiling camino v1.2.2
14692026-06-23T19:24:57.111Z Compiling untrusted v0.7.1
14702026-06-23T19:24:57.368Z Compiling usdt-impl v0.6.0
14712026-06-23T19:24:57.422Z Compiling rustls v0.23.40
14722026-06-23T19:24:57.481Z Compiling crc32fast v1.5.0
14732026-06-23T19:24:57.650Z Compiling h2 v0.4.14
14742026-06-23T19:24:57.666Z Compiling dtrace-parser v0.3.0
14752026-06-23T19:24:57.823Z Compiling crossbeam-utils v0.8.21
14762026-06-23T19:24:58.156Z Compiling futures-executor v0.3.32
14772026-06-23T19:24:58.232Z Compiling structmeta-derive v0.3.0
14782026-06-23T19:24:58.300Z Compiling thread-id v5.1.0
14792026-06-23T19:24:58.381Z Compiling simd-adler32 v0.3.9
14802026-06-23T19:24:58.433Z Compiling adler2 v2.0.1
14812026-06-23T19:24:58.527Z Compiling cpufeatures v0.3.0
14822026-06-23T19:24:58.564Z Compiling miniz_oxide v0.8.9
14832026-06-23T19:24:58.577Z Compiling futures v0.3.32
14842026-06-23T19:24:58.600Z Compiling rand_core v0.9.5
14852026-06-23T19:24:58.801Z Compiling darling_core v0.23.0
14862026-06-23T19:24:59.150Z Compiling newtype-uuid-macros v0.1.0
14872026-06-23T19:24:59.204Z Compiling hybrid-array v0.4.12
14882026-06-23T19:24:59.270Z Compiling structmeta v0.3.0
14892026-06-23T19:24:59.465Z Compiling dof v0.4.0
14902026-06-23T19:24:59.655Z Compiling hyper v1.10.1
14912026-06-23T19:24:59.831Z Compiling thread_local v1.1.9
14922026-06-23T19:24:59.944Z Compiling match_cfg v0.1.0
14932026-06-23T19:25:00.013Z Compiling flate2 v1.1.9
14942026-06-23T19:25:00.665Z Compiling newtype-uuid v1.3.2
14952026-06-23T19:25:00.790Z Compiling hyper-util v0.1.20
14962026-06-23T19:25:00.845Z Compiling darling_macro v0.23.0
14972026-06-23T19:25:01.001Z Compiling compression-core v0.4.32
14982026-06-23T19:25:01.132Z Compiling slog-async v2.8.0
14992026-06-23T19:25:01.153Z Compiling ref-cast v1.0.25
15002026-06-23T19:25:01.428Z Compiling quick-error v1.2.3
15012026-06-23T19:25:01.438Z Compiling darling v0.23.0
15022026-06-23T19:25:01.521Z Compiling compression-codecs v0.4.38
15032026-06-23T19:25:01.525Z Compiling daft v0.1.7
15042026-06-23T19:25:01.541Z Compiling usdt-attr-macro v0.6.0
15052026-06-23T19:25:01.551Z Compiling usdt-macro v0.6.0
15062026-06-23T19:25:01.583Z Compiling block-buffer v0.12.0
15072026-06-23T19:25:01.629Z Compiling crypto-common v0.2.2
15082026-06-23T19:25:01.733Z Compiling rand_chacha v0.9.0
15092026-06-23T19:25:01.783Z Compiling ref-cast-impl v1.0.25
15102026-06-23T19:25:02.209Z Compiling strum_macros v0.26.4
15112026-06-23T19:25:02.254Z Compiling serde_spanned v1.1.1
15122026-06-23T19:25:02.403Z Compiling generic-array v0.14.7
15132026-06-23T19:25:02.456Z Compiling multer v3.1.0
15142026-06-23T19:25:02.633Z Compiling debug-ignore v1.0.5
15152026-06-23T19:25:02.644Z Compiling const-oid v0.10.2
15162026-06-23T19:25:02.677Z Compiling toml_writer v1.1.1+spec-1.1.0
15172026-06-23T19:25:02.694Z Compiling bit-vec v0.8.0
15182026-06-23T19:25:02.705Z Compiling take_mut v0.2.2
15192026-06-23T19:25:02.717Z Compiling term v1.2.1
15202026-06-23T19:25:02.803Z Compiling digest v0.11.3
15212026-06-23T19:25:02.880Z Compiling bit-set v0.8.0
15222026-06-23T19:25:02.904Z Compiling rand v0.9.4
15232026-06-23T19:25:02.915Z Compiling serde_with_macros v3.20.0
15242026-06-23T19:25:02.964Z Compiling async-stream-impl v0.3.6
15252026-06-23T19:25:03.036Z Compiling dropshot v0.17.1
15262026-06-23T19:25:03.275Z Compiling encoding_rs v0.8.35
15272026-06-23T19:25:03.414Z Compiling mime v0.3.17
15282026-06-23T19:25:03.497Z Compiling syn v1.0.109
15292026-06-23T19:25:03.599Z Compiling spin v0.9.8
15302026-06-23T19:25:03.676Z Compiling unarray v0.1.4
15312026-06-23T19:25:03.712Z Compiling async-stream v0.3.6
15322026-06-23T19:25:03.872Z Compiling sha1 v0.11.0
15332026-06-23T19:25:03.872Z Compiling strum v0.26.3
15342026-06-23T19:25:03.896Z Compiling derive-ex v0.1.8
15352026-06-23T19:25:03.943Z Compiling tower v0.5.3
15362026-06-23T19:25:03.967Z Compiling dropshot_endpoint v0.17.1
15372026-06-23T19:25:04.050Z Compiling macaddr v1.0.1
15382026-06-23T19:25:04.064Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15392026-06-23T19:25:04.365Z Compiling waitgroup v0.1.2
15402026-06-23T19:25:04.437Z Compiling serde_path_to_error v0.1.20
15412026-06-23T19:25:04.532Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15422026-06-23T19:25:04.654Z Compiling tower-http v0.6.11
15432026-06-23T19:25:04.744Z Compiling tempfile v3.27.0
15442026-06-23T19:25:04.906Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15452026-06-23T19:25:05.061Z Compiling openapiv3 v2.2.0
15462026-06-23T19:25:05.084Z Compiling strum_macros v0.27.2
15472026-06-23T19:25:05.162Z Compiling instant v0.1.13
15482026-06-23T19:25:05.283Z Compiling time v0.3.47
15492026-06-23T19:25:05.467Z Compiling test-strategy v0.4.5
15502026-06-23T19:25:06.509Z Compiling rustls-native-certs v0.8.4
15512026-06-23T19:25:06.660Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15522026-06-23T19:25:06.800Z Compiling crossbeam-channel v0.5.15
15532026-06-23T19:25:06.874Z Compiling crypto-common v0.1.7
15542026-06-23T19:25:06.931Z Compiling strum v0.27.2
15552026-06-23T19:25:06.955Z Compiling parse-display-derive v0.10.0
15562026-06-23T19:25:07.077Z Compiling backon v1.6.0
15572026-06-23T19:25:07.279Z Compiling rand_chacha v0.3.1
15582026-06-23T19:25:07.766Z Compiling rand v0.8.6
15592026-06-23T19:25:08.062Z Compiling slog-json v2.6.1
15602026-06-23T19:25:08.124Z Compiling hostname v0.3.1
15612026-06-23T19:25:08.271Z Compiling toml_parser v1.1.2+spec-1.1.0
15622026-06-23T19:25:08.343Z Compiling toml_datetime v1.1.1+spec-1.1.0
15632026-06-23T19:25:08.559Z Compiling memmap2 v0.9.10
15642026-06-23T19:25:08.581Z Compiling is-terminal v0.4.17
15652026-06-23T19:25:08.646Z Compiling wait-timeout v0.2.1
15662026-06-23T19:25:08.671Z Compiling either v1.16.0
15672026-06-23T19:25:08.771Z Compiling rusty-fork v0.3.1
15682026-06-23T19:25:08.876Z Compiling usdt v0.6.0
15692026-06-23T19:25:08.953Z Compiling slog-term v2.9.2
15702026-06-23T19:25:08.991Z Compiling toml v1.1.2+spec-1.1.0
15712026-06-23T19:25:08.991Z Compiling slog-bunyan v2.5.0
15722026-06-23T19:25:09.102Z Compiling serde_with v3.20.0
15732026-06-23T19:25:09.124Z Compiling async-compression v0.4.42
15742026-06-23T19:25:09.156Z Compiling rand_xorshift v0.4.0
15752026-06-23T19:25:09.293Z Compiling rustls-pemfile v2.2.0
15762026-06-23T19:25:09.438Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15772026-06-23T19:25:09.486Z Compiling regress v0.10.5
15782026-06-23T19:25:09.513Z Compiling hostname v0.4.2
15792026-06-23T19:25:09.622Z Compiling humantime v2.3.0
15802026-06-23T19:25:09.668Z Compiling proptest v1.11.0
15812026-06-23T19:25:09.890Z Compiling iddqd v0.4.2
15822026-06-23T19:25:10.113Z Compiling reqwest v0.12.28
15832026-06-23T19:25:10.452Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15842026-06-23T19:25:10.700Z Compiling block-buffer v0.10.4
15852026-06-23T19:25:10.845Z Compiling digest v0.10.7
15862026-06-23T19:25:10.962Z Compiling itertools v0.14.0
15872026-06-23T19:25:11.063Z Compiling progenitor-client v0.10.0
15882026-06-23T19:25:11.152Z Compiling parse-display v0.10.0
15892026-06-23T19:25:11.327Z Compiling backoff v0.4.0
15902026-06-23T19:25:11.514Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15912026-06-23T19:25:12.141Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15922026-06-23T19:25:13.329Z Compiling regress v0.11.1
15932026-06-23T19:25:13.469Z Compiling utf8parse v0.2.2
15942026-06-23T19:25:13.582Z Compiling anstyle-parse v1.0.0
15952026-06-23T19:25:13.592Z Compiling is_terminal_polyfill v1.70.2
15962026-06-23T19:25:13.698Z Compiling anstyle-query v1.1.5
15972026-06-23T19:25:13.799Z Compiling colorchoice v1.0.5
15982026-06-23T19:25:13.896Z Compiling anstyle v1.0.14
15992026-06-23T19:25:14.121Z Compiling anstream v1.0.0
16002026-06-23T19:25:14.569Z Compiling toml_datetime v0.6.11
16012026-06-23T19:25:14.838Z Compiling typify-impl v0.6.2
16022026-06-23T19:25:14.886Z Compiling zerocopy-derive v0.7.35
16032026-06-23T19:25:14.959Z Compiling cpufeatures v0.2.17
16042026-06-23T19:25:15.032Z Compiling clap_lex v1.1.0
16052026-06-23T19:25:15.122Z Compiling convert_case v0.4.0
16062026-06-23T19:25:15.750Z Compiling zerocopy v0.7.35
16072026-06-23T19:25:15.762Z Compiling derive_more v0.99.20
16082026-06-23T19:25:16.105Z Compiling unicode-width v0.2.2
16092026-06-23T19:25:16.797Z Compiling secrecy v0.10.3
16102026-06-23T19:25:16.881Z Compiling clap_derive v4.6.1
16112026-06-23T19:25:17.012Z Compiling crucible-workspace-hack v0.1.0
16122026-06-23T19:25:17.161Z Compiling tinyvec_macros v0.1.1
16132026-06-23T19:25:17.241Z Compiling float-ord v0.3.2
16142026-06-23T19:25:17.267Z Compiling tinyvec v1.11.0
16152026-06-23T19:25:17.813Z Compiling terminal_size v0.4.4
16162026-06-23T19:25:17.932Z Compiling dtrace-parser v0.2.0
16172026-06-23T19:25:17.957Z Compiling scroll_derive v0.12.1
16182026-06-23T19:25:18.013Z Compiling num-integer v0.1.46
16192026-06-23T19:25:18.232Z Compiling rustc_version v0.4.1
16202026-06-23T19:25:18.331Z Compiling usdt-impl v0.5.0
16212026-06-23T19:25:18.607Z Compiling curve25519-dalek v4.1.3
16222026-06-23T19:25:18.686Z Compiling scroll v0.12.0
16232026-06-23T19:25:18.919Z Compiling dof v0.3.0
16242026-06-23T19:25:18.937Z Compiling hmac v0.12.1
16252026-06-23T19:25:18.961Z Compiling inout v0.1.4
16262026-06-23T19:25:19.079Z Compiling darling_core v0.21.3
16272026-06-23T19:25:19.100Z Compiling ff v0.13.1
16282026-06-23T19:25:19.243Z Compiling thread-id v4.2.2
16292026-06-23T19:25:19.253Z Compiling group v0.13.0
16302026-06-23T19:25:19.525Z Compiling cipher v0.4.4
16312026-06-23T19:25:19.740Z Compiling hkdf v0.12.4
16322026-06-23T19:25:19.792Z Compiling goblin v0.8.2
16332026-06-23T19:25:19.889Z Compiling num-iter v0.1.45
16342026-06-23T19:25:19.945Z Compiling num-rational v0.4.2
16352026-06-23T19:25:20.003Z Compiling clap_builder v4.6.0
16362026-06-23T19:25:20.171Z Compiling toml_edit v0.25.12+spec-1.1.0
16372026-06-23T19:25:20.255Z Compiling thiserror-impl-no-std v2.0.2
16382026-06-23T19:25:20.551Z Compiling universal-hash v0.5.1
16392026-06-23T19:25:20.684Z Compiling crypto-bigint v0.5.5
16402026-06-23T19:25:21.044Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16412026-06-23T19:25:21.064Z Compiling typify-macro v0.6.2
16422026-06-23T19:25:21.121Z Compiling darling_macro v0.21.3
16432026-06-23T19:25:21.374Z Compiling crossbeam-epoch v0.9.18
16442026-06-23T19:25:21.709Z Compiling half v2.7.1
16452026-06-23T19:25:21.712Z Compiling curve25519-dalek-derive v0.1.1
16462026-06-23T19:25:21.783Z Compiling num-complex v0.4.6
16472026-06-23T19:25:22.194Z Compiling ciborium-io v0.2.2
16482026-06-23T19:25:22.205Z Compiling opaque-debug v0.3.1
16492026-06-23T19:25:22.241Z Compiling base16ct v0.2.0
16502026-06-23T19:25:22.272Z Compiling base64ct v1.8.3
16512026-06-23T19:25:22.287Z Compiling ciborium-ll v0.2.2
16522026-06-23T19:25:22.404Z Compiling elliptic-curve v0.13.8
16532026-06-23T19:25:22.501Z Compiling password-hash v0.5.0
16542026-06-23T19:25:22.568Z Compiling poly1305 v0.8.0
16552026-06-23T19:25:22.986Z Compiling num v0.4.3
16562026-06-23T19:25:23.162Z Compiling typify v0.6.2
16572026-06-23T19:25:23.236Z Compiling darling v0.21.3
16582026-06-23T19:25:23.260Z Compiling clap v4.6.1
16592026-06-23T19:25:23.315Z Compiling thiserror-no-std v2.0.2
16602026-06-23T19:25:23.337Z Compiling proc-macro-crate v3.5.0
16612026-06-23T19:25:23.577Z Compiling chacha20 v0.9.1
16622026-06-23T19:25:23.753Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16632026-06-23T19:25:23.783Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16642026-06-23T19:25:24.246Z Compiling blake2 v0.10.6
16652026-06-23T19:25:24.419Z Compiling aead v0.5.2
16662026-06-23T19:25:24.457Z Compiling byte-wrapper v0.1.0
16672026-06-23T19:25:24.577Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16682026-06-23T19:25:24.684Z Compiling proc-macro-error-attr v1.0.4
16692026-06-23T19:25:24.920Z Compiling rustix v0.38.44
16702026-06-23T19:25:24.946Z Compiling heapless v0.8.0
16712026-06-23T19:25:24.975Z Compiling prettyplease v0.2.37
16722026-06-23T19:25:25.222Z Compiling keccak v0.1.6
16732026-06-23T19:25:25.265Z Compiling unsafe-libyaml v0.2.11
16742026-06-23T19:25:25.360Z Compiling sha3 v0.10.9
16752026-06-23T19:25:25.768Z Compiling serde_yaml v0.9.34+deprecated
16762026-06-23T19:25:25.958Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16772026-06-23T19:25:26.277Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16782026-06-23T19:25:26.513Z Compiling chacha20poly1305 v0.10.1
16792026-06-23T19:25:26.643Z Compiling argon2 v0.5.3
16802026-06-23T19:25:27.056Z Compiling num_enum_derive v0.7.6
16812026-06-23T19:25:27.174Z Compiling vsss-rs v3.3.4
16822026-06-23T19:25:27.210Z Compiling ingot-macros v0.1.1
16832026-06-23T19:25:27.243Z Compiling ciborium v0.2.2
16842026-06-23T19:25:27.831Z Compiling usdt-macro v0.5.0
16852026-06-23T19:25:28.096Z Compiling usdt-attr-macro v0.5.0
16862026-06-23T19:25:29.037Z Compiling serde_spanned v0.6.9
16872026-06-23T19:25:29.185Z Compiling enum-as-inner v0.6.1
16882026-06-23T19:25:29.369Z Compiling hash32 v0.3.1
16892026-06-23T19:25:29.481Z Compiling proc-macro-error v1.0.4
16902026-06-23T19:25:29.524Z Compiling memmap v0.7.0
16912026-06-23T19:25:29.790Z Compiling memoffset v0.9.1
16922026-06-23T19:25:29.803Z Compiling indent_write v2.2.0
16932026-06-23T19:25:29.882Z Compiling winnow v0.7.15
16942026-06-23T19:25:29.933Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16952026-06-23T19:25:29.941Z Compiling data-encoding v2.11.0
16962026-06-23T19:25:30.034Z Compiling winnow v0.5.40
16972026-06-23T19:25:30.054Z Compiling cfg_aliases v0.2.1
16982026-06-23T19:25:30.127Z Compiling smoltcp v0.11.0
16992026-06-23T19:25:30.190Z Compiling toml_write v0.1.2
17002026-06-23T19:25:30.219Z Compiling nix v0.31.3
17012026-06-23T19:25:30.477Z Compiling ingot-types v0.1.2
17022026-06-23T19:25:30.603Z Compiling rustls-webpki v0.103.13
17032026-06-23T19:25:30.780Z Compiling usdt v0.5.0
17042026-06-23T19:25:30.992Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17052026-06-23T19:25:31.047Z Compiling num_enum v0.7.6
17062026-06-23T19:25:31.309Z Compiling toml_edit v0.19.15
17072026-06-23T19:25:31.350Z Compiling toml_edit v0.22.27
17082026-06-23T19:25:31.403Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17092026-06-23T19:25:31.498Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17102026-06-23T19:25:31.748Z Compiling tabwriter v1.4.1
17112026-06-23T19:25:32.136Z Compiling cobs v0.3.0
17122026-06-23T19:25:32.168Z Compiling serde_repr v0.1.20
17132026-06-23T19:25:32.333Z Compiling pkg-config v0.3.33
17142026-06-23T19:25:32.621Z Compiling bitflags v1.3.2
17152026-06-23T19:25:32.702Z Compiling vcpkg v0.2.15
17162026-06-23T19:25:32.775Z Compiling managed v0.8.0
17172026-06-23T19:25:32.796Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17182026-06-23T19:25:33.047Z Compiling toml v0.8.23
17192026-06-23T19:25:33.265Z Compiling openssl-sys v0.9.116
17202026-06-23T19:25:33.358Z Compiling proc-macro-crate v1.3.1
17212026-06-23T19:25:33.699Z Compiling postcard v1.1.3
17222026-06-23T19:25:34.028Z Compiling tokio-rustls v0.26.4
17232026-06-23T19:25:34.032Z Compiling rustls-platform-verifier v0.7.0
17242026-06-23T19:25:34.272Z Compiling hyper-rustls v0.27.9
17252026-06-23T19:25:34.563Z Compiling reqwest v0.13.4
17262026-06-23T19:25:35.151Z Compiling ingot v0.1.1
17272026-06-23T19:25:35.768Z Compiling progenitor-client v0.14.0
17282026-06-23T19:25:36.063Z Compiling progenitor-extras v0.2.0
17292026-06-23T19:25:36.304Z Compiling hubpack_derive v0.1.1
17302026-06-23T19:25:36.841Z Compiling foreign-types-macros v0.2.3
17312026-06-23T19:25:36.846Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17322026-06-23T19:25:37.042Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17332026-06-23T19:25:37.166Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17342026-06-23T19:25:37.291Z Compiling semver v0.1.20
17352026-06-23T19:25:37.339Z Compiling swrite v0.1.0
17362026-06-23T19:25:37.463Z Compiling heck v0.4.1
17372026-06-23T19:25:37.526Z Compiling resolv-conf v0.7.6
17382026-06-23T19:25:37.555Z Compiling colored v3.1.1
17392026-06-23T19:25:37.644Z Compiling foreign-types-shared v0.3.1
17402026-06-23T19:25:37.744Z Compiling linked-hash-map v0.5.6
17412026-06-23T19:25:37.917Z Compiling unicode-segmentation v1.13.3
17422026-06-23T19:25:37.957Z Compiling static_assertions v1.1.0
17432026-06-23T19:25:38.032Z Compiling rayon-core v1.13.0
17442026-06-23T19:25:38.290Z Compiling newline-converter v0.3.0
17452026-06-23T19:25:38.350Z Compiling lru-cache v0.1.2
17462026-06-23T19:25:38.410Z Compiling foreign-types v0.5.0
17472026-06-23T19:25:38.474Z Compiling rustc_version v0.1.7
17482026-06-23T19:25:38.542Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17492026-06-23T19:25:38.678Z Compiling hubpack v0.1.2
17502026-06-23T19:25:39.052Z Compiling num_enum_derive v0.5.11
17512026-06-23T19:25:39.492Z Compiling atomicwrites v0.4.4
17522026-06-23T19:25:39.667Z Compiling hickory-proto v0.24.4
17532026-06-23T19:25:40.098Z Compiling progenitor-impl v0.13.0
17542026-06-23T19:25:40.522Z Compiling crossbeam-deque v0.8.6
17552026-06-23T19:25:40.722Z Compiling console v0.15.11
17562026-06-23T19:25:41.098Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17572026-06-23T19:25:41.187Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17582026-06-23T19:25:41.391Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17592026-06-23T19:25:41.962Z Compiling camino-tempfile v1.4.1
17602026-06-23T19:25:42.218Z Compiling chacha20 v0.10.0
17612026-06-23T19:25:42.489Z Compiling serde-big-array v0.5.1
17622026-06-23T19:25:42.643Z Compiling num-derive v0.4.2
17632026-06-23T19:25:42.994Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17642026-06-23T19:25:43.266Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17652026-06-23T19:25:43.310Z Compiling derive-where v1.6.1
17662026-06-23T19:25:43.666Z Compiling pin-project-internal v1.1.13
17672026-06-23T19:25:43.805Z Compiling cstr-argument v0.1.2
17682026-06-23T19:25:43.873Z Compiling similar v2.7.0
17692026-06-23T19:25:43.961Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17702026-06-23T19:25:44.046Z Compiling minimal-lexical v0.2.1
17712026-06-23T19:25:44.138Z Compiling siphasher v1.0.3
17722026-06-23T19:25:44.212Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17732026-06-23T19:25:44.301Z Compiling phf_shared v0.12.1
17742026-06-23T19:25:44.335Z Compiling expectorate v1.2.0
17752026-06-23T19:25:44.475Z Compiling nom v7.1.3
17762026-06-23T19:25:44.479Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17772026-06-23T19:25:44.560Z Compiling progenitor-macro v0.13.0
17782026-06-23T19:25:44.765Z Compiling pin-project v1.1.13
17792026-06-23T19:25:44.810Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17802026-06-23T19:25:44.864Z Compiling rand v0.10.1
17812026-06-23T19:25:44.876Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17822026-06-23T19:25:44.984Z Compiling hickory-resolver v0.24.4
17832026-06-23T19:25:45.529Z Compiling num_enum v0.5.11
17842026-06-23T19:25:45.650Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17852026-06-23T19:25:45.740Z Compiling newtype_derive v0.1.6
17862026-06-23T19:25:45.801Z Compiling progenitor-client v0.13.0
17872026-06-23T19:25:46.096Z Compiling progenitor-impl v0.14.0
17882026-06-23T19:25:46.124Z Compiling unicode-normalization v0.1.25
17892026-06-23T19:25:46.589Z Compiling tokio-stream v0.1.18
17902026-06-23T19:25:47.111Z Compiling async-recursion v1.1.1
17912026-06-23T19:25:47.245Z Compiling snafu-derive v0.8.9
17922026-06-23T19:25:47.580Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17932026-06-23T19:25:47.688Z Compiling slog-dtrace v0.3.0
17942026-06-23T19:25:47.818Z Compiling bstr v1.12.1
17952026-06-23T19:25:47.890Z Compiling csv-core v0.1.13
17962026-06-23T19:25:47.940Z Compiling highway v1.3.0
17972026-06-23T19:25:48.163Z Compiling unicode-xid v0.2.6
17982026-06-23T19:25:48.296Z Compiling cancel-safe-futures v0.1.5
17992026-06-23T19:25:48.326Z Compiling same-file v1.0.6
18002026-06-23T19:25:48.350Z Compiling openssl v0.10.80
18012026-06-23T19:25:48.503Z Compiling foreign-types-shared v0.1.1
18022026-06-23T19:25:48.549Z Compiling foldhash v0.1.5
18032026-06-23T19:25:48.592Z Compiling chrono-tz v0.10.4
18042026-06-23T19:25:48.630Z Compiling owo-colors v4.3.0
18052026-06-23T19:25:48.729Z Compiling konst_macro_rules v0.2.19
18062026-06-23T19:25:48.827Z Compiling unicode-width v0.1.14
18072026-06-23T19:25:48.912Z Compiling konst v0.2.20
18082026-06-23T19:25:48.980Z Compiling snafu v0.8.9
18092026-06-23T19:25:49.054Z Compiling hashbrown v0.15.5
18102026-06-23T19:25:49.122Z Compiling foreign-types v0.3.2
18112026-06-23T19:25:49.167Z Compiling walkdir v2.5.0
18122026-06-23T19:25:49.195Z Compiling const_format_proc_macros v0.2.34
18132026-06-23T19:25:49.368Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-06-23T19:25:49.521Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-06-23T19:25:49.571Z Compiling globset v0.4.18
18162026-06-23T19:25:49.589Z Compiling csv v1.4.0
18172026-06-23T19:25:49.589Z Compiling progenitor v0.13.0
18182026-06-23T19:25:49.690Z Compiling progenitor-macro v0.14.0
18192026-06-23T19:25:49.838Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-06-23T19:25:50.002Z Compiling qorb v0.4.1
18212026-06-23T19:25:50.137Z Compiling olpc-cjson v0.1.4
18222026-06-23T19:25:50.390Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-06-23T19:25:52.021Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-06-23T19:25:52.025Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18252026-06-23T19:25:52.093Z Compiling rayon v1.12.0
18262026-06-23T19:25:52.225Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18272026-06-23T19:25:52.374Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18282026-06-23T19:25:52.578Z Compiling phf v0.12.1
18292026-06-23T19:25:52.734Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-06-23T19:25:53.202Z Compiling zone_cfg_derive v0.3.1
18312026-06-23T19:25:53.562Z Compiling tokio-dtrace v0.1.1
18322026-06-23T19:25:53.833Z Compiling itertools v0.12.1
18332026-06-23T19:25:53.877Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18342026-06-23T19:25:53.901Z Compiling libsw-core v0.3.2
18352026-06-23T19:25:54.070Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18362026-06-23T19:25:54.082Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-06-23T19:25:54.455Z Compiling serde_plain v1.0.2
18382026-06-23T19:25:54.627Z Compiling openssl-macros v0.1.1
18392026-06-23T19:25:54.666Z Compiling pem v3.0.6
18402026-06-23T19:25:54.689Z Compiling cookie v0.18.1
18412026-06-23T19:25:54.711Z Compiling sigpipe v0.1.3
18422026-06-23T19:25:54.803Z Compiling fixedbitset v0.4.2
18432026-06-23T19:25:54.943Z Compiling glob v0.3.3
18442026-06-23T19:25:55.043Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-06-23T19:25:55.046Z Compiling fixedbitset v0.5.7
18462026-06-23T19:25:55.065Z Compiling jiff v0.2.28
18472026-06-23T19:25:55.068Z Compiling bytecount v0.6.9
18482026-06-23T19:25:55.140Z Compiling typed-path v0.9.3
18492026-06-23T19:25:55.213Z Compiling papergrid v0.11.0
18502026-06-23T19:25:55.299Z Compiling petgraph v0.8.3
18512026-06-23T19:25:55.388Z Compiling petgraph v0.6.5
18522026-06-23T19:25:56.451Z Compiling tough v0.22.0
18532026-06-23T19:25:56.969Z Compiling zone v0.3.1
18542026-06-23T19:25:57.023Z Compiling progenitor v0.14.0
18552026-06-23T19:25:57.123Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18562026-06-23T19:25:57.159Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-23T19:25:57.280Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18582026-06-23T19:25:57.350Z Compiling libsw v3.5.0
18592026-06-23T19:25:57.429Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-23T19:25:57.524Z Compiling oxide-tokio-rt v0.1.6
18612026-06-23T19:25:57.528Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18622026-06-23T19:25:57.645Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-23T19:25:57.783Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-23T19:25:58.723Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-23T19:25:58.823Z Compiling const_format v0.2.36
18662026-06-23T19:25:58.868Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-23T19:25:59.206Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18682026-06-23T19:25:59.219Z Compiling tabled_derive v0.7.0
18692026-06-23T19:25:59.610Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-23T19:25:59.749Z Compiling gethostname v0.5.0
18712026-06-23T19:25:59.868Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-06-23T19:25:59.879Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18732026-06-23T19:25:59.908Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-23T19:25:59.991Z Compiling bcs v0.1.6
18752026-06-23T19:26:00.028Z Compiling smf v0.2.3
18762026-06-23T19:26:00.173Z Compiling lazy_static v1.5.0
18772026-06-23T19:26:00.189Z Compiling whoami v1.6.1
18782026-06-23T19:26:00.277Z Compiling smawk v0.3.2
18792026-06-23T19:26:00.308Z Compiling linear-map v1.2.0
18802026-06-23T19:26:00.414Z Compiling unicode-linebreak v0.1.5
18812026-06-23T19:26:00.496Z Compiling tagptr v0.2.0
18822026-06-23T19:26:00.496Z Compiling termtree v0.5.1
18832026-06-23T19:26:00.627Z Compiling moka v0.12.15
18842026-06-23T19:26:00.645Z Compiling textwrap v0.16.2
18852026-06-23T19:26:00.735Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-06-23T19:26:00.999Z Compiling steno v0.4.1
18872026-06-23T19:26:01.240Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-23T19:26:01.309Z Compiling tabled v0.15.0
18892026-06-23T19:26:01.419Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-23T19:26:02.465Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-23T19:26:02.478Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-23T19:26:03.291Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-06-23T19:26:04.076Z Compiling hickory-proto v0.25.2
18942026-06-23T19:26:04.216Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18952026-06-23T19:26:04.249Z Compiling parking_lot_core v0.8.6
18962026-06-23T19:26:04.352Z Compiling libscf-sys v1.2.0
18972026-06-23T19:26:04.496Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-06-23T19:26:04.559Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18992026-06-23T19:26:04.798Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19002026-06-23T19:26:05.211Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19012026-06-23T19:26:05.340Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19022026-06-23T19:26:05.353Z Compiling nom v8.0.0
19032026-06-23T19:26:05.505Z Compiling parking_lot v0.11.2
19042026-06-23T19:26:05.635Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19052026-06-23T19:26:05.681Z Compiling fxhash v0.2.1
19062026-06-23T19:26:05.727Z Compiling internet-checksum v0.2.1
19072026-06-23T19:26:05.818Z Compiling sled v0.34.7
19082026-06-23T19:26:05.858Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19092026-06-23T19:26:05.916Z Compiling hickory-resolver v0.25.2
19102026-06-23T19:26:06.738Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-06-23T19:26:07.465Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19122026-06-23T19:26:10.876Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-06-23T19:26:12.451Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19142026-06-23T19:26:18.610Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-06-23T19:26:20.195Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-06-23T19:26:21.220Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19172026-06-23T19:26:22.190Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19182026-06-23T19:26:23.204Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19192026-06-23T19:26:45.398Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
19202026-06-23T19:26:45.576Z────────────
19212026-06-23T19:26:45.576Z Nextest run ID ae9a410d-8bab-48da-86f5-af10533d3442 with nextest profile: default
19222026-06-23T19:26:45.576Z Starting 13 tests across 1 binary (28 tests skipped)
19232026-06-23T19:27:02.424Z PASS [ 16.846s] rdb proptest::prop_ipv4_normalized_is_network_address
19242026-06-23T19:27:02.487Z PASS [ 16.908s] rdb proptest::prop_ipv6_normalized_is_network_address
19252026-06-23T19:27:02.494Z PASS [ 16.916s] rdb proptest::prop_ipv4_subnet_of_self
19262026-06-23T19:27:02.616Z PASS [ 17.038s] rdb proptest::prop_ipv4_default_contains_all
19272026-06-23T19:27:02.633Z PASS [ 17.055s] rdb proptest::prop_ipv6_default_contains_all
19282026-06-23T19:27:02.690Z PASS [ 17.112s] rdb proptest::prop_ipv6_subnet_of_self
19292026-06-23T19:27:11.548Z PASS [ 25.962s] rdb proptest::prop_static_route_key_deduplication
19302026-06-23T19:27:38.506Z PASS [ 36.008s] rdb proptest::prop_static_route_key_normalization_preserves_length
19312026-06-23T19:27:38.540Z PASS [ 36.113s] rdb proptest::prop_static_route_key_normalization_idempotent
19322026-06-23T19:27:38.656Z PASS [ 36.036s] rdb proptest::prop_static_route_key_normalized_is_network_address
19332026-06-23T19:27:38.689Z PASS [ 36.199s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19342026-06-23T19:27:45.597Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19352026-06-23T19:27:54.675Z PASS [ 52.037s] rdb proptest::prop_static_route_key_ord_consistency
19362026-06-23T19:28:45.591Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19372026-06-23T19:29:45.596Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19382026-06-23T19:30:45.603Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19392026-06-23T19:31:05.645Z PASS [ 260.044s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19402026-06-23T19:31:05.645Z────────────
19412026-06-23T19:31:05.645Z Summary [ 260.045s] 13 tests run: 13 passed (1 slow), 28 skipped
19422026-06-23T19:31:05.658Z+ cp './*.log' /work/
19432026-06-23T19:31:05.661Z+ true
19442026-06-23T19:31:05.661Z+ [[ -d proptest-regressions ]]
19452026-06-23T19:31:05.661Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19462026-06-23T19:31:05.664Z+ popd
19472026-06-23T19:31:05.664Z/work/oxidecomputer/maghemite
19482026-06-23T19:31:05.664Z+ pushd bgp
19492026-06-23T19:31:05.664Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19502026-06-23T19:31:05.664Z+ PROPTEST_CASES=1000000
19512026-06-23T19:31:05.664Z+ cargo nextest run --lib proptest
19522026-06-23T19:31:06.823Z Compiling smallvec v1.15.1
19532026-06-23T19:31:06.985Z Compiling crunchy v0.2.4
19542026-06-23T19:31:07.005Z Compiling tiny-keccak v2.0.2
19552026-06-23T19:31:07.014Z Compiling ahash v0.8.12
19562026-06-23T19:31:07.018Z Compiling smartstring v1.0.1
19572026-06-23T19:31:07.033Z Compiling thin-vec v0.2.18
19582026-06-23T19:31:07.033Z Compiling serial_test_derive v3.5.0
19592026-06-23T19:31:07.127Z Compiling icu_normalizer v2.2.0
19602026-06-23T19:31:07.146Z Compiling parking_lot_core v0.9.12
19612026-06-23T19:31:07.298Z Compiling parking_lot_core v0.8.6
19622026-06-23T19:31:07.391Z Compiling parking_lot v0.12.5
19632026-06-23T19:31:07.528Z Compiling idna_adapter v1.2.2
19642026-06-23T19:31:07.601Z Compiling tokio v1.52.3
19652026-06-23T19:31:07.708Z Compiling idna v1.1.0
19662026-06-23T19:31:07.787Z Compiling moka v0.12.15
19672026-06-23T19:31:07.798Z Compiling const-random-macro v0.1.16
19682026-06-23T19:31:07.852Z Compiling parking_lot v0.11.2
19692026-06-23T19:31:08.168Z Compiling url v2.5.8
19702026-06-23T19:31:08.260Z Compiling const-random v0.1.18
19712026-06-23T19:31:08.435Z Compiling sled v0.34.7
19722026-06-23T19:31:08.493Z Compiling rhai_codegen v3.2.0
19732026-06-23T19:31:08.555Z Compiling diff v0.1.13
19742026-06-23T19:31:08.568Z Compiling yansi v1.0.1
19752026-06-23T19:31:08.838Z Compiling schemars v0.8.22
19762026-06-23T19:31:08.851Z Compiling pretty_assertions v1.4.1
19772026-06-23T19:31:08.872Z Compiling serial_test v3.5.0
19782026-06-23T19:31:09.546Z Compiling rhai v1.25.1
19792026-06-23T19:31:09.557Z Compiling ipnetwork v0.21.1
19802026-06-23T19:31:09.561Z Compiling newtype-uuid v1.3.2
19812026-06-23T19:31:09.561Z Compiling serde_with v3.20.0
19822026-06-23T19:31:09.912Z Compiling oxnet v0.1.6
19832026-06-23T19:31:09.988Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19842026-06-23T19:31:10.273Z Compiling daft v0.1.7
19852026-06-23T19:31:10.383Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19862026-06-23T19:31:10.545Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-06-23T19:31:10.974Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19882026-06-23T19:31:11.079Z Compiling iddqd v0.4.2
19892026-06-23T19:31:11.169Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19902026-06-23T19:31:11.312Z Compiling tokio-util v0.7.18
19912026-06-23T19:31:11.524Z Compiling tokio-rustls v0.26.4
19922026-06-23T19:31:11.559Z Compiling tower v0.5.3
19932026-06-23T19:31:11.794Z Compiling async-compression v0.4.42
19942026-06-23T19:31:12.088Z Compiling h2 v0.4.14
19952026-06-23T19:31:12.100Z Compiling tower-http v0.6.11
19962026-06-23T19:31:12.202Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19972026-06-23T19:31:12.398Z Compiling backoff v0.4.0
19982026-06-23T19:31:13.068Z Compiling byte-wrapper v0.1.0
19992026-06-23T19:31:13.348Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20002026-06-23T19:31:13.414Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20012026-06-23T19:31:13.429Z Compiling typify-impl v0.6.2
20022026-06-23T19:31:13.674Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20032026-06-23T19:31:13.826Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20042026-06-23T19:31:14.154Z Compiling hyper v1.10.1
20052026-06-23T19:31:14.490Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20062026-06-23T19:31:14.854Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20072026-06-23T19:31:15.154Z Compiling typify v0.6.2
20082026-06-23T19:31:15.264Z Compiling hyper-util v0.1.20
20092026-06-23T19:31:15.907Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20102026-06-23T19:31:15.925Z Compiling hickory-proto v0.24.4
20112026-06-23T19:31:16.009Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20122026-06-23T19:31:16.881Z Compiling hyper-rustls v0.27.9
20132026-06-23T19:31:16.984Z Compiling dropshot v0.17.1
20142026-06-23T19:31:17.173Z Compiling reqwest v0.13.4
20152026-06-23T19:31:17.234Z Compiling reqwest v0.12.28
20162026-06-23T19:31:18.460Z Compiling progenitor-client v0.14.0
20172026-06-23T19:31:18.497Z Compiling progenitor-client v0.10.0
20182026-06-23T19:31:18.785Z Compiling progenitor-extras v0.2.0
20192026-06-23T19:31:19.685Z Compiling progenitor-client v0.13.0
20202026-06-23T19:31:19.997Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20212026-06-23T19:31:21.381Z Compiling hickory-resolver v0.24.4
20222026-06-23T19:31:21.474Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20232026-06-23T19:31:22.022Z Compiling progenitor-impl v0.13.0
20242026-06-23T19:31:23.018Z Compiling tokio-stream v0.1.18
20252026-06-23T19:31:23.489Z Compiling qorb v0.4.1
20262026-06-23T19:31:23.814Z Compiling progenitor v0.13.0
20272026-06-23T19:31:23.964Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-06-23T19:31:24.062Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-06-23T19:31:25.615Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-06-23T19:31:25.767Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-06-23T19:31:25.973Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-06-23T19:31:26.051Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-06-23T19:31:26.244Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-06-23T19:31:27.049Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20352026-06-23T19:31:27.638Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-23T19:31:27.756Z Compiling progenitor-impl v0.14.0
20372026-06-23T19:31:28.036Z Compiling libsw-core v0.3.2
20382026-06-23T19:31:28.282Z Compiling tokio-dtrace v0.1.1
20392026-06-23T19:31:28.473Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20402026-06-23T19:31:28.715Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20412026-06-23T19:31:28.835Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20422026-06-23T19:31:28.851Z Compiling oxide-tokio-rt v0.1.6
20432026-06-23T19:31:30.046Z Compiling progenitor v0.14.0
20442026-06-23T19:31:30.058Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-06-23T19:31:30.058Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20462026-06-23T19:31:30.058Z Compiling libsw v3.5.0
20472026-06-23T19:31:30.058Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-06-23T19:31:30.058Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-23T19:31:30.059Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-23T19:31:30.156Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-23T19:31:30.292Z Compiling tough v0.22.0
20522026-06-23T19:31:30.335Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-23T19:31:30.566Z Compiling cancel-safe-futures v0.1.5
20542026-06-23T19:31:30.696Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20552026-06-23T19:31:30.875Z Compiling zone v0.3.1
20562026-06-23T19:31:31.082Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-23T19:31:31.275Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-23T19:31:31.685Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-06-23T19:31:31.882Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-06-23T19:31:31.994Z Compiling hickory-proto v0.25.2
20612026-06-23T19:31:32.146Z Compiling steno v0.4.1
20622026-06-23T19:31:32.961Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-06-23T19:31:34.085Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-06-23T19:31:34.684Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-06-23T19:31:34.748Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-06-23T19:31:35.046Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-06-23T19:31:35.326Z Compiling hickory-resolver v0.25.2
20682026-06-23T19:31:35.425Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20692026-06-23T19:31:35.465Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-23T19:31:36.345Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-06-23T19:31:36.442Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20722026-06-23T19:31:38.170Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20732026-06-23T19:31:38.195Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20742026-06-23T19:31:38.195Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20752026-06-23T19:31:38.195Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20762026-06-23T19:31:42.286Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20772026-06-23T19:31:44.408Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20782026-06-23T19:31:51.986Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-06-23T19:31:53.560Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-06-23T19:31:54.563Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20812026-06-23T19:31:55.467Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20822026-06-23T19:31:56.313Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20832026-06-23T19:31:59.765Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20842026-06-23T19:32:28.620Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
20852026-06-23T19:32:28.795Z────────────
20862026-06-23T19:32:28.795Z Nextest run ID 607d7638-a3c4-4de5-b2b6-63483a8f78d8 with nextest profile: default
20872026-06-23T19:32:28.795Z Starting 17 tests across 1 binary (133 tests skipped)
20882026-06-23T19:32:45.896Z PASS [ 17.102s] bgp proptest::prop_ipv4_wire_format_roundtrip
20892026-06-23T19:32:47.849Z PASS [ 19.055s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20902026-06-23T19:32:47.902Z PASS [ 19.108s] bgp proptest::prop_ipv4_prefixes_roundtrip
20912026-06-23T19:32:49.065Z PASS [ 20.271s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20922026-06-23T19:32:49.604Z PASS [ 20.809s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20932026-06-23T19:32:49.771Z PASS [ 20.976s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20942026-06-23T19:32:57.558Z PASS [ 28.763s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20952026-06-23T19:33:03.006Z PASS [ 17.109s] bgp proptest::prop_ipv6_wire_format_roundtrip
20962026-06-23T19:33:08.040Z PASS [ 18.972s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20972026-06-23T19:33:08.075Z PASS [ 20.224s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20982026-06-23T19:33:08.806Z PASS [ 19.033s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20992026-06-23T19:33:09.225Z PASS [ 19.619s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
21002026-06-23T19:33:28.799Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
21012026-06-23T19:33:31.961Z PASS [ 28.952s] bgp proptest::prop_update_mp_unreach_roundtrip
21022026-06-23T19:33:36.748Z PASS [ 67.950s] bgp proptest::prop_encode_decode_semantic_equivalence
21032026-06-23T19:33:47.911Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21042026-06-23T19:33:57.582Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21052026-06-23T19:33:58.303Z PASS [ 70.326s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21062026-06-23T19:34:08.085Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21072026-06-23T19:34:10.214Z PASS [ 62.160s] bgp proptest::prop_update_traditional_roundtrip
21082026-06-23T19:34:11.596Z PASS [ 74.031s] bgp proptest::prop_update_mp_reach_roundtrip
21092026-06-23T19:34:11.599Z────────────
21102026-06-23T19:34:11.599Z Summary [ 102.794s] 17 tests run: 17 passed (4 slow), 133 skipped
21112026-06-23T19:34:11.608Z+ cp './*.log' /work/
21122026-06-23T19:34:11.611Z+ true
21132026-06-23T19:34:11.611Z+ [[ -d proptest-regressions ]]
21142026-06-23T19:34:11.611Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21152026-06-23T19:34:11.614Z+ popd
21162026-06-23T19:34:11.614Z/work/oxidecomputer/maghemite
21172026-06-23T19:34:11.614Zprocess exited: duration 729372 ms, exit code 0
 
21182026-06-23T19:34:11.620Zfound 0 output files