01KTCTAH3W81S5KE30CXYHBZ7A: 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: 01KTCTB5NHD7NM8VHHSEHQ3RCR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T21:18:08.966Zjob assigned to worker 01KTCTBGP1152TR3GT85FGCQ4X [factory aws, i-0da817a9dc5f968e9] (queued for 1 m 2 s)
 
22026-06-05T21:18:15.963Zstarting task 0: "setup"
32026-06-05T21:18:15.970Z++ uname -s
42026-06-05T21:18:15.973Z+ kern=SunOS
52026-06-05T21:18:15.973Z+ build_user=build
62026-06-05T21:18:15.973Z+ build_uid=12345
72026-06-05T21:18:15.973Z+ work_dir=/work
82026-06-05T21:18:15.973Z+ input_dir=/input
92026-06-05T21:18:15.973Z+ [[ 0 == 12345 ]]
102026-06-05T21:18:15.973Z+ case "$kern" in
112026-06-05T21:18:15.973Z+ groupadd -g 12345 build
122026-06-05T21:18:15.976Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T21:18:17.980Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T21:18:18.097Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T21:18:18.101Z+ home_fs=zfs
162026-06-05T21:18:18.101Z+ [[ zfs == autofs ]]
172026-06-05T21:18:18.101Z+ mkdir -p /home/build
182026-06-05T21:18:18.101Z+ chown build:build /home/build /work
192026-06-05T21:18:20.102Z+ chmod 0700 /home/build /work
202026-06-05T21:18:20.105Zprocess exited: duration 4140 ms, exit code 0
 
212026-06-05T21:18:20.111Zstarting task 1: "rust-toolchain"
222026-06-05T21:18:20.117Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T21:18:20.117Z * rust toolchain channel = "stable"
242026-06-05T21:18:20.120Z * rust toolchain profile = "default"
252026-06-05T21:18:20.120Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T21:18:20.120Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T21:18:20.120Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T21:18:20.123Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T21:18:20.123Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T21:18:20.192Zinfo: downloading installer
312026-06-05T21:18:21.494Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T21:18:21.494Zwarn: /opt/ooce/bin
332026-06-05T21:18:21.494Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T21:18:21.494Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T21:18:21.494Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T21:18:21.494Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T21:18:21.494Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T21:18:21.494Zerror: cannot install while Rust is installed
392026-06-05T21:18:21.494Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T21:18:21.494Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T21:18:21.494Zwarn: /home/build/.rustup/settings.toml
422026-06-05T21:18:21.494Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T21:18:21.494Zwarn: instead of the one inferred from the default host triple.
442026-06-05T21:18:21.507Zinfo: profile set to default
452026-06-05T21:18:21.507Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T21:18:21.510Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T21:18:21.647Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T21:18:21.647Zinfo: downloading 6 components
492026-06-05T21:18:36.523Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T21:18:36.523Z
512026-06-05T21:18:36.553Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T21:18:36.553Z
532026-06-05T21:18:36.553Z
542026-06-05T21:18:36.553ZRust is installed now. Great!
552026-06-05T21:18:36.553Z
562026-06-05T21:18:36.554ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T21:18:36.554Zenvironment variable. This has not been done automatically.
582026-06-05T21:18:36.554Z
592026-06-05T21:18:36.554ZTo configure your current shell, you need to source
602026-06-05T21:18:36.554Zthe corresponding env file under $HOME/.cargo.
612026-06-05T21:18:36.554Z
622026-06-05T21:18:36.554ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T21:18:36.554Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T21:18:36.554Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T21:18:36.554Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T21:18:36.554Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T21:18:36.554Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T21:18:36.554Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T21:18:36.558Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T21:18:36.558Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T21:18:36.653Z+ rustup --version
722026-06-05T21:18:36.662Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T21:18:36.665Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T21:18:36.683Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T21:18:36.687Z+ cargo --version
762026-06-05T21:18:36.699Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T21:18:36.702Z+ rustc --version
782026-06-05T21:18:36.721Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T21:18:36.725Zprocess exited: duration 16607 ms, exit code 0
 
802026-06-05T21:18:36.732Zstarting task 2: "authentication"
812026-06-05T21:18:36.748Zprocess exited: duration 16 ms, exit code 0
 
822026-06-05T21:18:36.755Zstarting task 3: "clone repository"
832026-06-05T21:18:36.759Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T21:18:36.762Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T21:18:36.802ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T21:18:38.183Z+ cd /work/oxidecomputer/maghemite
872026-06-05T21:18:38.184Z+ git fetch origin 28cc72cd5873adf4359355c13a325e524897aa25
882026-06-05T21:18:38.601ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T21:18:38.601Z * branch 28cc72cd5873adf4359355c13a325e524897aa25 -> FETCH_HEAD
902026-06-05T21:18:38.630Z+ [[ -n trey/ndp-demux ]]
912026-06-05T21:18:38.630Z++ git branch --show-current
922026-06-05T21:18:38.630Z+ current=main
932026-06-05T21:18:38.630Z+ [[ main != trey/ndp-demux ]]
942026-06-05T21:18:38.630Z+ git branch -f trey/ndp-demux 28cc72cd5873adf4359355c13a325e524897aa25
952026-06-05T21:18:38.630Z+ git checkout -f trey/ndp-demux
962026-06-05T21:18:38.630ZSwitched to branch 'trey/ndp-demux'
972026-06-05T21:18:38.630Z+ git reset --hard 28cc72cd5873adf4359355c13a325e524897aa25
982026-06-05T21:18:38.634ZHEAD is now at 28cc72c bump ispf dependency
992026-06-05T21:18:38.634Zprocess exited: duration 1858 ms, exit code 0
 
1002026-06-05T21:18:38.641Zstarting task 4: "build"
1012026-06-05T21:18:38.645Z+ set -e
1022026-06-05T21:18:38.645Z+ NEXTEST_VERSION=0.9.97
1032026-06-05T21:18:38.645Z+ PLATFORM=illumos
1042026-06-05T21:18:38.645Z+ cargo --version
1052026-06-05T21:18:38.651Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-05T21:18:38.789Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-05T21:18:38.797Zinfo: downloading 6 components
1082026-06-05T21:18:53.314Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-05T21:18:53.317Z+ rustc --version
1102026-06-05T21:18:53.346Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-05T21:18:53.350Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-05T21:18:53.395Z Updating crates.io index
1132026-06-05T21:18:53.490Z Downloading crates ...
1142026-06-05T21:18:53.538Z Downloaded cargo-nextest v0.9.97
1152026-06-05T21:18:53.601Z Installing cargo-nextest v0.9.97
1162026-06-05T21:18:53.644Z Updating crates.io index
1172026-06-05T21:18:56.445Z Locking 404 packages to latest compatible versions
1182026-06-05T21:18:56.449Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-05T21:18:56.452Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-05T21:18:56.453Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-05T21:18:56.453Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-05T21:18:56.456Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-05T21:18:56.456Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1242026-06-05T21:18:56.456Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-06-05T21:18:56.459Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1262026-06-05T21:18:56.461Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-06-05T21:18:56.489Z Downloading crates ...
1282026-06-05T21:18:56.556Z Downloaded anstyle-query v1.1.5
1292026-06-05T21:18:56.560Z Downloaded anstyle v1.0.14
1302026-06-05T21:18:56.562Z Downloaded cpufeatures v0.2.17
1312026-06-05T21:18:56.562Z Downloaded camino-tempfile v1.4.1
1322026-06-05T21:18:56.565Z Downloaded color-spantrace v0.3.0
1332026-06-05T21:18:56.571Z Downloaded backtrace-ext v0.2.1
1342026-06-05T21:18:56.574Z Downloaded anstream v1.0.0
1352026-06-05T21:18:56.577Z Downloaded async-scoped v0.9.0
1362026-06-05T21:18:56.577Z Downloaded nextest-filtering v0.15.0
1372026-06-05T21:18:56.581Z Downloaded cargo-platform v0.3.3
1382026-06-05T21:18:56.581Z Downloaded duct v0.13.7
1392026-06-05T21:18:56.584Z Downloaded home v0.5.12
1402026-06-05T21:18:56.584Z Downloaded base64ct v1.8.3
1412026-06-05T21:18:56.587Z Downloaded litrs v1.0.0
1422026-06-05T21:18:56.590Z Downloaded base64 v0.22.1
1432026-06-05T21:18:56.593Z Downloaded proc-macro2 v1.0.106
1442026-06-05T21:18:56.593Z Downloaded adler2 v2.0.1
1452026-06-05T21:18:56.596Z Downloaded block-buffer v0.10.4
1462026-06-05T21:18:56.596Z Downloaded ordered-float v2.10.1
1472026-06-05T21:18:56.599Z Downloaded futures-core v0.3.32
1482026-06-05T21:18:56.599Z Downloaded is_terminal_polyfill v1.70.2
1492026-06-05T21:18:56.602Z Downloaded atomic-waker v1.1.2
1502026-06-05T21:18:56.602Z Downloaded aho-corasick v1.1.4
1512026-06-05T21:18:56.607Z Downloaded self_update v0.42.0
1522026-06-05T21:18:56.612Z Downloaded lazy_static v1.5.0
1532026-06-05T21:18:56.612Z Downloaded equivalent v1.0.2
1542026-06-05T21:18:56.612Z Downloaded indenter v0.3.4
1552026-06-05T21:18:56.615Z Downloaded pkg-config v0.3.33
1562026-06-05T21:18:56.615Z Downloaded newtype-uuid v1.3.2
1572026-06-05T21:18:56.615Z Downloaded getrandom v0.3.4
1582026-06-05T21:18:56.618Z Downloaded iana-time-zone v0.1.65
1592026-06-05T21:18:56.618Z Downloaded mukti-metadata v0.3.0
1602026-06-05T21:18:56.621Z Downloaded heck v0.5.0
1612026-06-05T21:18:56.621Z Downloaded futures-task v0.3.32
1622026-06-05T21:18:56.625Z Downloaded futures-sink v0.3.32
1632026-06-05T21:18:56.625Z Downloaded erased-serde v0.4.10
1642026-06-05T21:18:56.628Z Downloaded humantime-serde v1.1.1
1652026-06-05T21:18:56.628Z Downloaded http-body v1.0.1
1662026-06-05T21:18:56.628Z Downloaded generic-array v0.14.7
1672026-06-05T21:18:56.630Z Downloaded ipnet v2.12.0
1682026-06-05T21:18:56.630Z Downloaded fnv v1.0.7
1692026-06-05T21:18:56.630Z Downloaded cfg-if v1.0.4
1702026-06-05T21:18:56.633Z Downloaded form_urlencoded v1.2.2
1712026-06-05T21:18:56.633Z Downloaded lru-slab v0.1.2
1722026-06-05T21:18:56.636Z Downloaded document-features v0.2.12
1732026-06-05T21:18:56.636Z Downloaded futures-macro v0.3.32
1742026-06-05T21:18:56.636Z Downloaded curve25519-dalek-derive v0.1.1
1752026-06-05T21:18:56.639Z Downloaded foreign-types v0.3.2
1762026-06-05T21:18:56.639Z Downloaded crypto-common v0.1.7
1772026-06-05T21:18:56.639Z Downloaded debug-ignore v1.0.5
1782026-06-05T21:18:56.642Z Downloaded serde_ignored v0.1.14
1792026-06-05T21:18:56.642Z Downloaded enable-ansi-support v0.2.1
1802026-06-05T21:18:56.645Z Downloaded clap_lex v1.1.0
1812026-06-05T21:18:56.645Z Downloaded itoa v1.0.18
1822026-06-05T21:18:56.647Z Downloaded rustc-hash v2.1.2
1832026-06-05T21:18:56.647Z Downloaded number_prefix v0.4.0
1842026-06-05T21:18:56.650Z Downloaded cargo-platform v0.2.0
1852026-06-05T21:18:56.650Z Downloaded nested v0.1.1
1862026-06-05T21:18:56.650Z Downloaded miette-derive v7.6.0
1872026-06-05T21:18:56.653Z Downloaded idna_adapter v1.0.0
1882026-06-05T21:18:56.653Z Downloaded humantime v2.3.0
1892026-06-05T21:18:56.653Z Downloaded http-body-util v0.1.3
1902026-06-05T21:18:56.656Z Downloaded native-tls v0.2.18
1912026-06-05T21:18:56.661Z Downloaded lock_api v0.4.14
1922026-06-05T21:18:56.661Z Downloaded futures-io v0.3.32
1932026-06-05T21:18:56.661Z Downloaded foreign-types-shared v0.1.1
1942026-06-05T21:18:56.664Z Downloaded console v0.15.11
1952026-06-05T21:18:56.665Z Downloaded os_pipe v1.2.3
1962026-06-05T21:18:56.665Z Downloaded indent_write v2.2.0
1972026-06-05T21:18:56.665Z Downloaded bitflags v2.12.1
1982026-06-05T21:18:56.668Z Downloaded openssl-macros v0.1.1
1992026-06-05T21:18:56.670Z Downloaded ed25519 v2.2.3
2002026-06-05T21:18:56.670Z Downloaded httparse v1.10.1
2012026-06-05T21:18:56.673Z Downloaded cfg_aliases v0.2.1
2022026-06-05T21:18:56.673Z Downloaded cargo_metadata v0.20.0
2032026-06-05T21:18:56.676Z Downloaded pin-project-lite v0.2.17
2042026-06-05T21:18:56.679Z Downloaded is_ci v1.2.0
2052026-06-05T21:18:56.679Z Downloaded foldhash v0.1.5
2062026-06-05T21:18:56.681Z Downloaded serde_urlencoded v0.7.1
2072026-06-05T21:18:56.684Z Downloaded scopeguard v1.2.0
2082026-06-05T21:18:56.684Z Downloaded hyper-tls v0.6.0
2092026-06-05T21:18:56.687Z Downloaded shell-words v1.1.1
2102026-06-05T21:18:56.687Z Downloaded nextest-workspace-hack v0.1.0
2112026-06-05T21:18:56.687Z Downloaded hex v0.4.3
2122026-06-05T21:18:56.690Z Downloaded guppy-workspace-hack v0.1.0
2132026-06-05T21:18:56.690Z Downloaded percent-encoding v2.3.2
2142026-06-05T21:18:56.694Z Downloaded errno v0.3.14
2152026-06-05T21:18:56.694Z Downloaded supports-hyperlinks v3.2.0
2162026-06-05T21:18:56.697Z Downloaded strsim v0.11.1
2172026-06-05T21:18:56.697Z Downloaded signature v2.2.0
2182026-06-05T21:18:56.697Z Downloaded jobserver v0.1.34
2192026-06-05T21:18:56.700Z Downloaded shared_child v1.1.1
2202026-06-05T21:18:56.703Z Downloaded cargo-util-schemas v0.2.0
2212026-06-05T21:18:56.703Z Downloaded atomicwrites v0.4.4
2222026-06-05T21:18:56.703Z Downloaded anstyle-parse v1.0.0
2232026-06-05T21:18:56.709Z Downloaded rustc_version v0.4.1
2242026-06-05T21:18:56.709Z Downloaded serde-untagged v0.1.9
2252026-06-05T21:18:56.712Z Downloaded strip-ansi-escapes v0.2.1
2262026-06-05T21:18:56.712Z Downloaded serde_spanned v0.6.9
2272026-06-05T21:18:56.714Z Downloaded serde-value v0.7.0
2282026-06-05T21:18:56.714Z Downloaded autocfg v1.5.1
2292026-06-05T21:18:56.715Z Downloaded fixedbitset v0.5.7
2302026-06-05T21:18:56.718Z Downloaded openssl-probe v0.2.1
2312026-06-05T21:18:56.718Z Downloaded subtle v2.6.1
2322026-06-05T21:18:56.723Z Downloaded indicatif v0.17.11
2332026-06-05T21:18:56.723Z Downloaded semver v1.0.28
2342026-06-05T21:18:56.723Z Downloaded colorchoice v1.0.5
2352026-06-05T21:18:56.726Z Downloaded globset v0.4.18
2362026-06-05T21:18:56.726Z Downloaded signal-hook-mio v0.2.5
2372026-06-05T21:18:56.726Z Downloaded rand_chacha v0.9.0
2382026-06-05T21:18:56.726Z Downloaded der v0.7.10
2392026-06-05T21:18:56.729Z Downloaded swrite v0.1.0
2402026-06-05T21:18:56.732Z Downloaded sigchld v0.2.4
2412026-06-05T21:18:56.732Z Downloaded rand_core v0.6.4
2422026-06-05T21:18:56.732Z Downloaded supports-color v3.0.2
2432026-06-05T21:18:56.735Z Downloaded pathdiff v0.2.3
2442026-06-05T21:18:56.735Z Downloaded backtrace v0.3.76
2452026-06-05T21:18:56.738Z Downloaded tinyvec_macros v0.1.1
2462026-06-05T21:18:56.738Z Downloaded terminal_size v0.4.4
2472026-06-05T21:18:56.741Z Downloaded sync_wrapper v1.0.2
2482026-06-05T21:18:56.741Z Downloaded quinn-udp v0.5.14
2492026-06-05T21:18:56.745Z Downloaded toml_write v0.1.2
2502026-06-05T21:18:56.745Z Downloaded convert_case v0.10.0
2512026-06-05T21:18:56.745Z Downloaded tokio-macros v2.7.0
2522026-06-05T21:18:56.748Z Downloaded find-msvc-tools v0.1.9
2532026-06-05T21:18:56.750Z Downloaded serde_spanned v1.1.1
2542026-06-05T21:18:56.750Z Downloaded sha2 v0.10.9
2552026-06-05T21:18:56.753Z Downloaded digest v0.10.7
2562026-06-05T21:18:56.753Z Downloaded future-queue v0.4.0
2572026-06-05T21:18:56.756Z Downloaded nextest-metadata v0.12.2
2582026-06-05T21:18:56.756Z Downloaded serde_path_to_error v0.1.20
2592026-06-05T21:18:56.759Z Downloaded filetime v0.2.29
2602026-06-05T21:18:56.759Z Downloaded hyper-rustls v0.27.9
2612026-06-05T21:18:56.762Z Downloaded fastrand v2.4.1
2622026-06-05T21:18:56.762Z Downloaded spki v0.7.3
2632026-06-05T21:18:56.762Z Downloaded self-replace v1.5.0
2642026-06-05T21:18:56.765Z Downloaded crc32fast v1.5.0
2652026-06-05T21:18:56.765Z Downloaded rand_core v0.9.5
2662026-06-05T21:18:56.768Z Downloaded eyre v0.6.12
2672026-06-05T21:18:56.771Z Downloaded tower-layer v0.3.3
2682026-06-05T21:18:56.771Z Downloaded either v1.16.0
2692026-06-05T21:18:56.776Z Downloaded addr2line v0.25.1
2702026-06-05T21:18:56.779Z Downloaded simd-adler32 v0.3.9
2712026-06-05T21:18:56.779Z Downloaded ppv-lite86 v0.2.21
2722026-06-05T21:18:56.782Z Downloaded owo-colors v4.3.0
2732026-06-05T21:18:56.782Z Downloaded signal-hook-registry v1.4.8
2742026-06-05T21:18:56.785Z Downloaded supports-unicode v3.0.0
2752026-06-05T21:18:56.785Z Downloaded futures-executor v0.3.32
2762026-06-05T21:18:56.785Z Downloaded futures v0.3.32
2772026-06-05T21:18:56.788Z Downloaded try-lock v0.2.5
2782026-06-05T21:18:56.788Z Downloaded tracing-error v0.2.1
2792026-06-05T21:18:56.791Z Downloaded tower-service v0.3.3
2802026-06-05T21:18:56.791Z Downloaded parking_lot v0.12.5
2812026-06-05T21:18:56.791Z Downloaded unicode-linebreak v0.1.5
2822026-06-05T21:18:56.794Z Downloaded cfg-expr v0.20.8
2832026-06-05T21:18:56.794Z Downloaded thiserror-impl v1.0.69
2842026-06-05T21:18:56.796Z Downloaded tokio-native-tls v0.3.1
2852026-06-05T21:18:56.796Z Downloaded thread_local v1.1.9
2862026-06-05T21:18:56.799Z Downloaded thiserror-impl v2.0.18
2872026-06-05T21:18:56.799Z Downloaded pkcs8 v0.10.2
2882026-06-05T21:18:56.802Z Downloaded utf8_iter v1.0.4
2892026-06-05T21:18:56.802Z Downloaded unicode-xid v0.2.6
2902026-06-05T21:18:56.802Z Downloaded target-lexicon v0.13.5
2912026-06-05T21:18:56.802Z Downloaded typeid v1.0.3
2922026-06-05T21:18:56.805Z Downloaded static_assertions v1.1.0
2932026-06-05T21:18:56.805Z Downloaded smol_str v0.3.6
2942026-06-05T21:18:56.806Z Downloaded slab v0.4.12
2952026-06-05T21:18:56.808Z Downloaded quote v1.0.45
2962026-06-05T21:18:56.811Z Downloaded dialoguer v0.11.0
2972026-06-05T21:18:56.814Z Downloaded target-spec-miette v0.4.8
2982026-06-05T21:18:56.817Z Downloaded thiserror v2.0.18
2992026-06-05T21:18:56.820Z Downloaded want v0.3.1
3002026-06-05T21:18:56.820Z Downloaded tracing-log v0.2.0
3012026-06-05T21:18:56.823Z Downloaded xattr v1.6.1
3022026-06-05T21:18:56.823Z Downloaded ahash v0.8.12
3032026-06-05T21:18:56.823Z Downloaded version_check v0.9.5
3042026-06-05T21:18:56.826Z Downloaded utf8parse v0.2.2
3052026-06-05T21:18:56.826Z Downloaded pin-project-internal v1.1.13
3062026-06-05T21:18:56.826Z Downloaded untrusted v0.9.0
3072026-06-05T21:18:56.829Z Downloaded config v0.15.23
3082026-06-05T21:18:56.832Z Downloaded thiserror v1.0.69
3092026-06-05T21:18:56.835Z Downloaded getrandom v0.2.17
3102026-06-05T21:18:56.835Z Downloaded shlex v2.0.1
3112026-06-05T21:18:56.838Z Downloaded clap_derive v4.6.1
3122026-06-05T21:18:56.838Z Downloaded once_cell v1.21.4
3132026-06-05T21:18:56.841Z Downloaded toml_writer v1.1.1+spec-1.1.0
3142026-06-05T21:18:56.842Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3152026-06-05T21:18:56.842Z Downloaded toml_datetime v0.6.11
3162026-06-05T21:18:56.845Z Downloaded bytes v1.11.1
3172026-06-05T21:18:56.845Z Downloaded cargo_metadata v0.23.1
3182026-06-05T21:18:56.845Z Downloaded camino v1.2.2
3192026-06-05T21:18:56.848Z Downloaded unicase v2.9.0
3202026-06-05T21:18:56.848Z Downloaded tokio-rustls v0.26.4
3212026-06-05T21:18:56.851Z Downloaded quick-junit v0.5.2
3222026-06-05T21:18:56.851Z Downloaded urlencoding v2.1.3
3232026-06-05T21:18:56.855Z Downloaded parking_lot_core v0.9.12
3242026-06-05T21:18:56.859Z Downloaded rustls-pki-types v1.14.1
3252026-06-05T21:18:56.860Z Downloaded signal-hook v0.3.18
3262026-06-05T21:18:56.863Z Downloaded clap v4.6.1
3272026-06-05T21:18:56.866Z Downloaded getrandom v0.4.2
3282026-06-05T21:18:56.869Z Downloaded zipsign-api v0.1.5
3292026-06-05T21:18:56.869Z Downloaded tracing-attributes v0.1.31
3302026-06-05T21:18:56.872Z Downloaded smallvec v1.15.1
3312026-06-05T21:18:56.872Z Downloaded log v0.4.32
3322026-06-05T21:18:56.875Z Downloaded futures-channel v0.3.32
3332026-06-05T21:18:56.875Z Downloaded serde_core v1.0.228
3342026-06-05T21:18:56.878Z Downloaded target-spec v3.6.0
3352026-06-05T21:18:56.878Z Downloaded pin-project v1.1.13
3362026-06-05T21:18:56.884Z Downloaded zstd-safe v7.2.4
3372026-06-05T21:18:56.887Z Downloaded zeroize v1.8.2
3382026-06-05T21:18:56.890Z Downloaded xxhash-rust v0.8.15
3392026-06-05T21:18:56.890Z Downloaded textwrap v0.16.2
3402026-06-05T21:18:56.895Z Downloaded tempfile v3.27.0
3412026-06-05T21:18:56.895Z Downloaded socket2 v0.6.4
3422026-06-05T21:18:56.895Z Downloaded toml_parser v1.1.2+spec-1.1.0
3432026-06-05T21:18:56.895Z Downloaded serde_derive v1.0.228
3442026-06-05T21:18:56.898Z Downloaded ryu v1.0.23
3452026-06-05T21:18:56.899Z Downloaded flate2 v1.1.9
3462026-06-05T21:18:56.902Z Downloaded const-oid v0.9.6
3472026-06-05T21:18:56.902Z Downloaded toml v0.8.23
3482026-06-05T21:18:56.902Z Downloaded tokio-stream v0.1.18
3492026-06-05T21:18:56.904Z Downloaded zstd v0.13.3
3502026-06-05T21:18:56.907Z Downloaded ed25519-dalek v2.2.0
3512026-06-05T21:18:56.907Z Downloaded crossterm v0.29.0
3522026-06-05T21:18:56.910Z Downloaded num-traits v0.2.19
3532026-06-05T21:18:56.913Z Downloaded zmij v1.0.21
3542026-06-05T21:18:56.913Z Downloaded cc v1.2.63
3552026-06-05T21:18:56.916Z Downloaded derive_more v2.1.1
3562026-06-05T21:18:56.921Z Downloaded vte v0.14.1
3572026-06-05T21:18:56.923Z Downloaded tar v0.4.46
3582026-06-05T21:18:56.926Z Downloaded borsh v1.6.1
3592026-06-05T21:18:56.929Z Downloaded serde v1.0.228
3602026-06-05T21:18:56.932Z Downloaded miniz_oxide v0.8.9
3612026-06-05T21:18:56.932Z Downloaded derive-where v1.6.1
3622026-06-05T21:18:56.936Z Downloaded tinyvec v1.11.0
3632026-06-05T21:18:56.939Z Downloaded hyper-util v0.1.20
3642026-06-05T21:18:56.942Z Downloaded openssl-sys v0.9.116
3652026-06-05T21:18:56.945Z Downloaded rustc-demangle v0.1.27
3662026-06-05T21:18:56.945Z Downloaded toml_edit v0.22.27
3672026-06-05T21:18:56.948Z Downloaded derive_more-impl v2.1.1
3682026-06-05T21:18:56.959Z Downloaded sharded-slab v0.1.7
3692026-06-05T21:18:56.962Z Downloaded url v2.5.8
3702026-06-05T21:18:56.965Z Downloaded unicode-ident v1.0.24
3712026-06-05T21:18:56.968Z Downloaded tracing-core v0.1.36
3722026-06-05T21:18:56.968Z Downloaded rustls-webpki v0.103.13
3732026-06-05T21:18:56.971Z Downloaded quinn v0.11.9
3742026-06-05T21:18:56.980Z Downloaded tower v0.5.3
3752026-06-05T21:18:56.985Z Downloaded mio v1.2.1
3762026-06-05T21:18:56.989Z Downloaded idna v1.1.0
3772026-06-05T21:18:56.995Z Downloaded toml v1.1.2+spec-1.1.0
3782026-06-05T21:18:57.009Z Downloaded hashbrown v0.15.5
3792026-06-05T21:18:57.012Z Downloaded reqwest v0.12.28
3802026-06-05T21:18:57.015Z Downloaded hashbrown v0.17.1
3812026-06-05T21:18:57.018Z Downloaded futures-util v0.3.32
3822026-06-05T21:18:57.023Z Downloaded uuid v1.23.2
3832026-06-05T21:18:57.026Z Downloaded memchr v2.8.1
3842026-06-05T21:18:57.029Z Downloaded miette v7.6.0
3852026-06-05T21:18:57.033Z Downloaded rand v0.9.4
3862026-06-05T21:18:57.036Z Downloaded indexmap v2.14.0
3872026-06-05T21:18:57.036Z Downloaded guppy v0.17.26
3882026-06-05T21:18:57.039Z Downloaded h2 v0.4.14
3892026-06-05T21:18:57.041Z Downloaded chrono v0.4.45
3902026-06-05T21:18:57.044Z Downloaded clap_builder v4.6.0
3912026-06-05T21:18:57.048Z Downloaded serde_json v1.0.150
3922026-06-05T21:18:57.051Z Downloaded http v1.4.1
3932026-06-05T21:18:57.054Z Downloaded pulldown-cmark v0.13.4
3942026-06-05T21:18:57.062Z Downloaded winnow v0.7.15
3952026-06-05T21:18:57.071Z Downloaded winnow v1.0.3
3962026-06-05T21:18:57.083Z Downloaded tracing-subscriber v0.3.23
3972026-06-05T21:18:57.095Z Downloaded itertools v0.14.0
3982026-06-05T21:18:57.099Z Downloaded vcpkg v0.2.15
3992026-06-05T21:18:57.121Z Downloaded unicode-segmentation v1.13.3
4002026-06-05T21:18:57.124Z Downloaded unicode-width v0.2.2
4012026-06-05T21:18:57.127Z Downloaded gimli v0.32.3
4022026-06-05T21:18:57.130Z Downloaded curve25519-dalek v4.1.3
4032026-06-05T21:18:57.134Z Downloaded typenum v1.20.1
4042026-06-05T21:18:57.138Z Downloaded ron v0.12.1
4052026-06-05T21:18:57.141Z Downloaded bstr v1.12.1
4062026-06-05T21:18:57.145Z Downloaded regex v1.12.3
4072026-06-05T21:18:57.163Z Downloaded tokio-util v0.7.18
4082026-06-05T21:18:57.170Z Downloaded tower-http v0.6.11
4092026-06-05T21:18:57.178Z Downloaded unicode-normalization v0.1.25
4102026-06-05T21:18:57.181Z Downloaded color-eyre v0.6.5
4112026-06-05T21:18:57.184Z Downloaded hyper v1.10.1
4122026-06-05T21:18:57.191Z Downloaded quick-xml v0.37.5
4132026-06-05T21:18:57.202Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4142026-06-05T21:18:57.211Z Downloaded portable-atomic v1.13.1
4152026-06-05T21:18:57.215Z Downloaded tokio v1.52.3
4162026-06-05T21:18:57.237Z Downloaded quinn-proto v0.11.14
4172026-06-05T21:18:57.251Z Downloaded quick-xml v0.38.4
4182026-06-05T21:18:57.293Z Downloaded webpki-roots v1.0.7
4192026-06-05T21:18:57.307Z Downloaded nextest-runner v0.80.0
4202026-06-05T21:18:57.317Z Downloaded unicode-width v0.1.14
4212026-06-05T21:18:57.320Z Downloaded syn v2.0.117
4222026-06-05T21:18:57.333Z Downloaded openssl v0.10.80
4232026-06-05T21:18:57.338Z Downloaded zerocopy v0.8.50
4242026-06-05T21:18:57.350Z Downloaded nix v0.30.1
4252026-06-05T21:18:57.361Z Downloaded rustix v0.38.44
4262026-06-05T21:18:57.373Z Downloaded regex-syntax v0.8.10
4272026-06-05T21:18:57.378Z Downloaded object v0.37.3
4282026-06-05T21:18:57.437Z Downloaded rustls v0.23.40
4292026-06-05T21:18:57.437Z Downloaded rustix v1.1.4
4302026-06-05T21:18:57.437Z Downloaded tracing v0.1.44
4312026-06-05T21:18:57.449Z Downloaded regex-automata v0.4.14
4322026-06-05T21:18:57.488Z Downloaded petgraph v0.8.3
4332026-06-05T21:18:57.500Z Downloaded libc v0.2.186
4342026-06-05T21:18:57.567Z Downloaded recursion v0.5.4
4352026-06-05T21:18:57.580Z Downloaded ring v0.17.14
4362026-06-05T21:18:57.640Z Compiling libc v0.2.186
4372026-06-05T21:18:57.640Z Compiling proc-macro2 v1.0.106
4382026-06-05T21:18:57.640Z Compiling quote v1.0.45
4392026-06-05T21:18:57.644Z Compiling unicode-ident v1.0.24
4402026-06-05T21:18:57.644Z Compiling serde_core v1.0.228
4412026-06-05T21:18:57.644Z Compiling cfg-if v1.0.4
4422026-06-05T21:18:57.644Z Compiling memchr v2.8.1
4432026-06-05T21:18:57.644Z Compiling once_cell v1.21.4
4442026-06-05T21:18:57.885Z Compiling log v0.4.32
4452026-06-05T21:18:57.947Z Compiling pin-project-lite v0.2.17
4462026-06-05T21:18:58.038Z Compiling itoa v1.0.18
4472026-06-05T21:18:58.082Z Compiling serde v1.0.228
4482026-06-05T21:18:58.251Z Compiling futures-core v0.3.32
4492026-06-05T21:18:58.280Z Compiling smallvec v1.15.1
4502026-06-05T21:18:58.404Z Compiling bitflags v2.12.1
4512026-06-05T21:18:58.445Z Compiling shlex v2.0.1
4522026-06-05T21:18:58.536Z Compiling hashbrown v0.17.1
4532026-06-05T21:18:58.629Z Compiling find-msvc-tools v0.1.9
4542026-06-05T21:18:58.813Z Compiling errno v0.3.14
4552026-06-05T21:18:58.827Z Compiling equivalent v1.0.2
4562026-06-05T21:18:58.857Z Compiling jobserver v0.1.34
4572026-06-05T21:18:58.892Z Compiling bytes v1.11.1
4582026-06-05T21:18:58.979Z Compiling signal-hook-registry v1.4.8
4592026-06-05T21:18:59.046Z Compiling mio v1.2.1
4602026-06-05T21:18:59.106Z Compiling syn v2.0.117
4612026-06-05T21:18:59.161Z Compiling cc v1.2.63
4622026-06-05T21:18:59.200Z Compiling futures-sink v0.3.32
4632026-06-05T21:18:59.232Z Compiling rustix v1.1.4
4642026-06-05T21:18:59.308Z Compiling socket2 v0.6.4
4652026-06-05T21:18:59.569Z Compiling zmij v1.0.21
4662026-06-05T21:18:59.821Z Compiling slab v0.4.12
4672026-06-05T21:18:59.890Z Compiling futures-channel v0.3.32
4682026-06-05T21:19:00.018Z Compiling tracing-core v0.1.36
4692026-06-05T21:19:00.093Z Compiling version_check v0.9.5
4702026-06-05T21:19:00.229Z Compiling serde_json v1.0.150
4712026-06-05T21:19:00.360Z Compiling indexmap v2.14.0
4722026-06-05T21:19:00.441Z Compiling futures-io v0.3.32
4732026-06-05T21:19:00.511Z Compiling futures-task v0.3.32
4742026-06-05T21:19:00.523Z Compiling getrandom v0.4.2
4752026-06-05T21:19:00.630Z Compiling unicode-width v0.2.2
4762026-06-05T21:19:00.682Z Compiling percent-encoding v2.3.2
4772026-06-05T21:19:00.814Z Compiling camino v1.2.2
4782026-06-05T21:19:00.952Z Compiling ring v0.17.14
4792026-06-05T21:19:01.105Z Compiling http v1.4.1
4802026-06-05T21:19:01.120Z Compiling simd-adler32 v0.3.9
4812026-06-05T21:19:01.167Z Compiling zeroize v1.8.2
4822026-06-05T21:19:01.191Z Compiling adler2 v2.0.1
4832026-06-05T21:19:01.353Z Compiling autocfg v1.5.1
4842026-06-05T21:19:01.363Z Compiling miniz_oxide v0.8.9
4852026-06-05T21:19:01.695Z Compiling num-traits v0.2.19
4862026-06-05T21:19:01.942Z Compiling zerocopy v0.8.50
4872026-06-05T21:19:01.958Z Compiling getrandom v0.3.4
4882026-06-05T21:19:02.308Z Compiling object v0.37.3
4892026-06-05T21:19:02.334Z Compiling target-lexicon v0.13.5
4902026-06-05T21:19:02.647Z Compiling http-body v1.0.1
4912026-06-05T21:19:02.693Z Compiling rustls-pki-types v1.14.1
4922026-06-05T21:19:02.719Z Compiling serde_derive v1.0.228
4932026-06-05T21:19:02.789Z Compiling tokio-macros v2.7.0
4942026-06-05T21:19:02.801Z Compiling futures-macro v0.3.32
4952026-06-05T21:19:02.815Z Compiling tracing-attributes v0.1.31
4962026-06-05T21:19:03.102Z Compiling form_urlencoded v1.2.2
4972026-06-05T21:19:03.209Z Compiling semver v1.0.28
4982026-06-05T21:19:03.365Z Compiling getrandom v0.2.17
4992026-06-05T21:19:03.548Z Compiling tokio v1.52.3
5002026-06-05T21:19:03.560Z Compiling owo-colors v4.3.0
5012026-06-05T21:19:03.582Z Compiling thiserror v2.0.18
5022026-06-05T21:19:03.636Z Compiling futures-util v0.3.32
5032026-06-05T21:19:03.874Z Compiling idna_adapter v1.0.0
5042026-06-05T21:19:03.892Z Compiling gimli v0.32.3
5052026-06-05T21:19:03.929Z Compiling fnv v1.0.7
5062026-06-05T21:19:03.973Z Compiling utf8_iter v1.0.4
5072026-06-05T21:19:04.027Z Compiling guppy-workspace-hack v0.1.0
5082026-06-05T21:19:04.041Z Compiling tracing v0.1.44
5092026-06-05T21:19:04.128Z Compiling signal-hook v0.3.18
5102026-06-05T21:19:04.243Z Compiling untrusted v0.9.0
5112026-06-05T21:19:04.347Z Compiling httparse v1.10.1
5122026-06-05T21:19:04.392Z Compiling idna v1.1.0
5132026-06-05T21:19:04.728Z Compiling thiserror-impl v2.0.18
5142026-06-05T21:19:05.934Z Compiling addr2line v0.25.1
5152026-06-05T21:19:06.224Z Compiling generic-array v0.14.7
5162026-06-05T21:19:06.306Z Compiling fastrand v2.4.1
5172026-06-05T21:19:06.384Z Compiling pkg-config v0.3.33
5182026-06-05T21:19:06.471Z Compiling thiserror v1.0.69
5192026-06-05T21:19:06.532Z Compiling rustc-demangle v0.1.27
5202026-06-05T21:19:06.638Z Compiling try-lock v0.2.5
5212026-06-05T21:19:06.753Z Compiling tower-service v0.3.3
5222026-06-05T21:19:06.788Z Compiling atomic-waker v1.1.2
5232026-06-05T21:19:06.818Z Compiling rustls v0.23.40
5242026-06-05T21:19:06.845Z Compiling target-spec v3.6.0
5252026-06-05T21:19:06.914Z Compiling typeid v1.0.3
5262026-06-05T21:19:07.041Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5272026-06-05T21:19:07.250Z Compiling want v0.3.1
5282026-06-05T21:19:07.318Z Compiling tempfile v3.27.0
5292026-06-05T21:19:07.430Z Compiling tokio-util v0.7.18
5302026-06-05T21:19:07.522Z Compiling cfg-expr v0.20.8
5312026-06-05T21:19:08.081Z Compiling h2 v0.4.14
5322026-06-05T21:19:08.217Z Compiling url v2.5.8
5332026-06-05T21:19:09.038Z Compiling backtrace v0.3.76
5342026-06-05T21:19:09.063Z Compiling thiserror-impl v1.0.69
5352026-06-05T21:19:09.269Z Compiling terminal_size v0.4.4
5362026-06-05T21:19:09.403Z Compiling aho-corasick v1.1.4
5372026-06-05T21:19:09.426Z Compiling typenum v1.20.1
5382026-06-05T21:19:10.104Z Compiling rustls-webpki v0.103.13
5392026-06-05T21:19:10.237Z Compiling winnow v0.7.15
5402026-06-05T21:19:10.701Z Compiling regex-syntax v0.8.10
5412026-06-05T21:19:12.181Z Compiling subtle v2.6.1
5422026-06-05T21:19:12.342Z Compiling erased-serde v0.4.10
5432026-06-05T21:19:12.689Z Compiling regex-automata v0.4.14
5442026-06-05T21:19:13.019Z Compiling hyper v1.10.1
5452026-06-05T21:19:14.961Z Compiling serde_spanned v0.6.9
5462026-06-05T21:19:15.122Z Compiling toml_datetime v0.6.11
5472026-06-05T21:19:15.487Z Compiling ahash v0.8.12
5482026-06-05T21:19:15.747Z Compiling sync_wrapper v1.0.2
5492026-06-05T21:19:15.860Z Compiling unicode-segmentation v1.13.3
5502026-06-05T21:19:16.250Z Compiling unicode-linebreak v0.1.5
5512026-06-05T21:19:16.482Z Compiling ipnet v2.12.0
5522026-06-05T21:19:16.563Z Compiling portable-atomic v1.13.1
5532026-06-05T21:19:16.757Z Compiling base64 v0.22.1
5542026-06-05T21:19:17.051Z Compiling tower-layer v0.3.3
5552026-06-05T21:19:17.250Z Compiling foldhash v0.1.5
5562026-06-05T21:19:17.251Z Compiling nextest-workspace-hack v0.1.0
5572026-06-05T21:19:17.476Z Compiling either v1.16.0
5582026-06-05T21:19:17.487Z Compiling parking_lot_core v0.9.12
5592026-06-05T21:19:17.662Z Compiling crc32fast v1.5.0
5602026-06-05T21:19:17.703Z Compiling is_ci v1.2.0
5612026-06-05T21:19:17.745Z Compiling toml_write v0.1.2
5622026-06-05T21:19:17.768Z Compiling lazy_static v1.5.0
5632026-06-05T21:19:17.866Z Compiling sharded-slab v0.1.7
5642026-06-05T21:19:17.877Z Compiling supports-color v3.0.2
5652026-06-05T21:19:17.990Z Compiling toml_edit v0.22.27
5662026-06-05T21:19:18.026Z Compiling hashbrown v0.15.5
5672026-06-05T21:19:18.036Z Compiling tower v0.5.3
5682026-06-05T21:19:18.154Z Compiling hyper-util v0.1.20
5692026-06-05T21:19:18.473Z Compiling textwrap v0.16.2
5702026-06-05T21:19:18.638Z Compiling convert_case v0.10.0
5712026-06-05T21:19:18.661Z Compiling tokio-rustls v0.26.4
5722026-06-05T21:19:18.954Z Compiling backtrace-ext v0.2.1
5732026-06-05T21:19:19.210Z Compiling ordered-float v2.10.1
5742026-06-05T21:19:19.483Z Compiling webpki-roots v1.0.7
5752026-06-05T21:19:19.508Z Compiling miette-derive v7.6.0
5762026-06-05T21:19:19.599Z Compiling pathdiff v0.2.3
5772026-06-05T21:19:19.724Z Compiling console v0.15.11
5782026-06-05T21:19:19.888Z Compiling tracing-log v0.2.0
5792026-06-05T21:19:20.251Z Compiling cargo-platform v0.3.3
5802026-06-05T21:19:20.628Z Compiling os_pipe v1.2.3
5812026-06-05T21:19:20.770Z Compiling thread_local v1.1.9
5822026-06-05T21:19:20.796Z Compiling scopeguard v1.2.0
5832026-06-05T21:19:20.808Z Compiling unicode-width v0.1.14
5842026-06-05T21:19:20.902Z Compiling cfg_aliases v0.2.1
5852026-06-05T21:19:20.974Z Compiling winnow v1.0.3
5862026-06-05T21:19:21.109Z Compiling supports-hyperlinks v3.2.0
5872026-06-05T21:19:21.121Z Compiling zstd-safe v7.2.4
5882026-06-05T21:19:21.134Z Compiling ryu v1.0.23
5892026-06-05T21:19:21.328Z Compiling rustix v0.38.44
5902026-06-05T21:19:21.370Z Compiling fixedbitset v0.5.7
5912026-06-05T21:19:21.412Z Compiling supports-unicode v3.0.0
5922026-06-05T21:19:21.690Z Compiling pulldown-cmark v0.13.4
5932026-06-05T21:19:21.872Z Compiling utf8parse v0.2.2
5942026-06-05T21:19:21.923Z Compiling debug-ignore v1.0.5
5952026-06-05T21:19:21.975Z Compiling anstyle-parse v1.0.0
5962026-06-05T21:19:22.002Z Compiling toml_parser v1.1.2+spec-1.1.0
5972026-06-05T21:19:22.116Z Compiling petgraph v0.8.3
5982026-06-05T21:19:22.201Z Compiling miette v7.6.0
5992026-06-05T21:19:22.415Z Compiling serde_urlencoded v0.7.1
6002026-06-05T21:19:22.685Z Compiling nix v0.30.1
6012026-06-05T21:19:23.099Z Compiling tracing-subscriber v0.3.23
6022026-06-05T21:19:23.330Z Compiling lock_api v0.4.14
6032026-06-05T21:19:23.573Z Compiling sigchld v0.2.4
6042026-06-05T21:19:23.768Z Compiling cargo_metadata v0.23.1
6052026-06-05T21:19:23.969Z Compiling hyper-rustls v0.27.9
6062026-06-05T21:19:24.107Z Compiling toml v0.8.23
6072026-06-05T21:19:24.667Z Compiling serde-value v0.7.0
6082026-06-05T21:19:25.438Z Compiling serde-untagged v0.1.9
6092026-06-05T21:19:26.060Z Compiling derive_more-impl v2.1.1
6102026-06-05T21:19:26.300Z Compiling tower-http v0.6.11
6112026-06-05T21:19:26.980Z Compiling itertools v0.14.0
6122026-06-05T21:19:27.075Z Compiling regex v1.12.3
6132026-06-05T21:19:27.211Z Compiling block-buffer v0.10.4
6142026-06-05T21:19:27.333Z Compiling crypto-common v0.1.7
6152026-06-05T21:19:27.361Z Compiling ppv-lite86 v0.2.21
6162026-06-05T21:19:27.373Z Compiling rand_core v0.9.5
6172026-06-05T21:19:27.462Z Compiling futures-executor v0.3.32
6182026-06-05T21:19:27.619Z Compiling http-body-util v0.1.3
6192026-06-05T21:19:27.700Z Compiling pin-project-internal v1.1.13
6202026-06-05T21:19:27.886Z Compiling uuid v1.23.2
6212026-06-05T21:19:27.991Z Compiling toml_datetime v1.1.1+spec-1.1.0
6222026-06-05T21:19:28.396Z Compiling serde_spanned v1.1.1
6232026-06-05T21:19:28.432Z Compiling smol_str v0.3.6
6242026-06-05T21:19:28.476Z Compiling filetime v0.2.29
6252026-06-05T21:19:28.488Z Compiling vte v0.14.1
6262026-06-05T21:19:28.582Z Compiling bstr v1.12.1
6272026-06-05T21:19:28.726Z Compiling colorchoice v1.0.5
6282026-06-05T21:19:28.793Z Compiling iana-time-zone v0.1.65
6292026-06-05T21:19:28.824Z Compiling eyre v0.6.12
6302026-06-05T21:19:28.843Z Compiling self_update v0.42.0
6312026-06-05T21:19:28.991Z Compiling anstyle-query v1.1.5
6322026-06-05T21:19:29.099Z Compiling number_prefix v0.4.0
6332026-06-05T21:19:29.130Z Compiling anstyle v1.0.14
6342026-06-05T21:19:29.142Z Compiling unicode-xid v0.2.6
6352026-06-05T21:19:29.253Z Compiling static_assertions v1.1.0
6362026-06-05T21:19:29.265Z Compiling is_terminal_polyfill v1.70.2
6372026-06-05T21:19:29.278Z Compiling nested v0.1.1
6382026-06-05T21:19:29.283Z Compiling xattr v1.6.1
6392026-06-05T21:19:29.302Z Compiling tinyvec_macros v0.1.1
6402026-06-05T21:19:29.321Z Compiling litrs v1.0.0
6412026-06-05T21:19:29.351Z Compiling unicase v2.9.0
6422026-06-05T21:19:29.365Z Compiling color-spantrace v0.3.0
6432026-06-05T21:19:29.395Z Compiling guppy v0.17.26
6442026-06-05T21:19:29.467Z Compiling tar v0.4.46
6452026-06-05T21:19:29.467Z Compiling tinyvec v1.11.0
6462026-06-05T21:19:29.717Z Compiling anstream v1.0.0
6472026-06-05T21:19:29.748Z Compiling document-features v0.2.12
6482026-06-05T21:19:29.900Z Compiling cargo-util-schemas v0.2.0
6492026-06-05T21:19:30.207Z Compiling indicatif v0.17.11
6502026-06-05T21:19:30.596Z Compiling globset v0.4.18
6512026-06-05T21:19:30.653Z Compiling chrono v0.4.45
6522026-06-05T21:19:31.983Z Compiling pin-project v1.1.13
6532026-06-05T21:19:32.086Z Compiling nextest-metadata v0.12.2
6542026-06-05T21:19:32.122Z Compiling strip-ansi-escapes v0.2.1
6552026-06-05T21:19:32.335Z Compiling toml v1.1.2+spec-1.1.0
6562026-06-05T21:19:32.617Z Compiling newtype-uuid v1.3.2
6572026-06-05T21:19:32.809Z Compiling reqwest v0.12.28
6582026-06-05T21:19:33.360Z Compiling rand_chacha v0.9.0
6592026-06-05T21:19:33.838Z Compiling futures v0.3.32
6602026-06-05T21:19:33.917Z Compiling digest v0.10.7
6612026-06-05T21:19:33.929Z Compiling parking_lot v0.12.5
6622026-06-05T21:19:34.027Z Compiling flate2 v1.1.9
6632026-06-05T21:19:34.139Z Compiling derive_more v2.1.1
6642026-06-05T21:19:34.220Z Compiling tracing-error v0.2.1
6652026-06-05T21:19:34.455Z Compiling shared_child v1.1.1
6662026-06-05T21:19:34.830Z Compiling signal-hook-mio v0.2.5
6672026-06-05T21:19:34.963Z Compiling self-replace v1.5.0
6682026-06-05T21:19:35.103Z Compiling cargo-platform v0.2.0
6692026-06-05T21:19:35.256Z Compiling quick-xml v0.38.4
6702026-06-05T21:19:35.554Z Compiling quick-xml v0.37.5
6712026-06-05T21:19:35.710Z Compiling humantime v2.3.0
6722026-06-05T21:19:36.129Z Compiling heck v0.5.0
6732026-06-05T21:19:36.175Z Compiling urlencoding v2.1.3
6742026-06-05T21:19:36.326Z Compiling recursion v0.5.4
6752026-06-05T21:19:36.411Z Compiling shell-words v1.1.1
6762026-06-05T21:19:36.460Z Compiling cpufeatures v0.2.17
6772026-06-05T21:19:36.536Z Compiling clap_lex v1.1.0
6782026-06-05T21:19:36.886Z Compiling strsim v0.11.1
6792026-06-05T21:19:36.897Z Compiling indenter v0.3.4
6802026-06-05T21:19:36.908Z Compiling clap_derive v4.6.1
6812026-06-05T21:19:37.080Z Compiling clap_builder v4.6.0
6822026-06-05T21:19:37.219Z Compiling sha2 v0.10.9
6832026-06-05T21:19:37.525Z Compiling nextest-filtering v0.15.0
6842026-06-05T21:19:38.440Z Compiling humantime-serde v1.1.1
6852026-06-05T21:19:38.598Z Compiling quick-junit v0.5.2
6862026-06-05T21:19:38.702Z Compiling cargo_metadata v0.20.0
6872026-06-05T21:19:41.472Z Compiling atomicwrites v0.4.4
6882026-06-05T21:19:41.716Z Compiling cargo-nextest v0.9.97
6892026-06-05T21:19:41.757Z Compiling crossterm v0.29.0
6902026-06-05T21:19:42.042Z Compiling duct v0.13.7
6912026-06-05T21:19:43.838Z Compiling async-scoped v0.9.0
6922026-06-05T21:19:44.027Z Compiling rand v0.9.4
6932026-06-05T21:19:44.189Z Compiling config v0.15.23
6942026-06-05T21:19:44.203Z Compiling unicode-normalization v0.1.25
6952026-06-05T21:19:44.215Z Compiling target-spec-miette v0.4.8
6962026-06-05T21:19:44.637Z Compiling zstd v0.13.3
6972026-06-05T21:19:44.702Z Compiling future-queue v0.4.0
6982026-06-05T21:19:44.756Z Compiling mukti-metadata v0.3.0
6992026-06-05T21:19:44.785Z Compiling camino-tempfile v1.4.1
7002026-06-05T21:19:44.988Z Compiling tokio-stream v0.1.18
7012026-06-05T21:19:45.000Z Compiling derive-where v1.6.1
7022026-06-05T21:19:45.073Z Compiling serde_ignored v0.1.14
7032026-06-05T21:19:45.211Z Compiling serde_path_to_error v0.1.20
7042026-06-05T21:19:45.240Z Compiling hex v0.4.3
7052026-06-05T21:19:45.292Z Compiling xxhash-rust v0.8.15
7062026-06-05T21:19:45.469Z Compiling home v0.5.12
7072026-06-05T21:19:45.505Z Compiling swrite v0.1.0
7082026-06-05T21:19:45.611Z Compiling indent_write v2.2.0
7092026-06-05T21:19:45.635Z Compiling color-eyre v0.6.5
7102026-06-05T21:19:45.661Z Compiling clap v4.6.1
7112026-06-05T21:19:45.664Z Compiling dialoguer v0.11.0
7122026-06-05T21:19:45.751Z Compiling enable-ansi-support v0.2.1
7132026-06-05T21:19:46.226Z Compiling nextest-runner v0.80.0
7142026-06-05T21:20:04.453Z Finished `release` profile [optimized] target(s) in 1m 11s
7152026-06-05T21:20:04.637Z Installing /home/build/.cargo/bin/cargo-nextest
7162026-06-05T21:20:04.640Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7172026-06-05T21:20:04.751Z+ source .github/buildomat/test-common.sh
7182026-06-05T21:20:04.754Z++ NEXTEST_VERSION=0.9.97
7192026-06-05T21:20:04.754Z++ PLATFORM=illumos
7202026-06-05T21:20:04.754Z++ banner install
7212026-06-05T21:20:04.759Z
7222026-06-05T21:20:04.759Z # # # #### ##### ## # #
7232026-06-05T21:20:04.759Z # ## # # # # # # #
7242026-06-05T21:20:04.759Z # # # # #### # # # # #
7252026-06-05T21:20:04.759Z # # # # # # ###### # #
7262026-06-05T21:20:04.759Z # # ## # # # # # # #
7272026-06-05T21:20:04.759Z # # # #### # # # ###### ######
7282026-06-05T21:20:04.759Z
7292026-06-05T21:20:04.759Z++ set +o errexit
7302026-06-05T21:20:04.759Z++ pkg info clang-15
7312026-06-05T21:20:04.759Z++ grep -qi installed
7322026-06-05T21:20:05.961Zpkg: info: no packages matching the following patterns you specified are
7332026-06-05T21:20:05.961Zinstalled on the system. Try querying remotely instead:
7342026-06-05T21:20:05.961Z
7352026-06-05T21:20:05.962Z clang-15
7362026-06-05T21:20:06.003Z++ [[ 1 != 0 ]]
7372026-06-05T21:20:06.005Z++ set -o errexit
7382026-06-05T21:20:06.005Z++ pfexec pkg install clang-15
7392026-06-05T21:20:12.888Z Startup: Refreshing catalog 'helios-dev' ... Done
7402026-06-05T21:20:20.761Z Startup: Caching catalogs ... Done
7412026-06-05T21:20:28.197ZPlanning: Solver setup ... Done
7422026-06-05T21:20:28.239ZPlanning: Running solver ... Done
7432026-06-05T21:20:28.396ZPlanning: Finding local manifests ... Done
7442026-06-05T21:20:28.461ZPlanning: Fetching manifests: 0/2 0% complete
7452026-06-05T21:20:28.493ZPlanning: Fetching manifests: 2/2 100% complete
7462026-06-05T21:20:28.523ZPlanning: Package planning ... Done
7472026-06-05T21:20:28.549ZPlanning: Merging actions ... Done
7482026-06-05T21:20:28.660ZPlanning: Checking for conflicting actions ... Done
7492026-06-05T21:20:28.667ZPlanning: Consolidating action changes ... Done
7502026-06-05T21:20:29.332ZPlanning: Evaluating mediators ... Done
7512026-06-05T21:20:29.337ZPlanning: Planning completed in 8.40 seconds
7522026-06-05T21:20:29.348Z Packages to install: 2
7532026-06-05T21:20:29.352Z Mediators to change: 2
7542026-06-05T21:20:29.352Z Services to change: 1
7552026-06-05T21:20:29.352Z Create boot environment: No
7562026-06-05T21:20:29.352ZCreate backup boot environment: No
7572026-06-05T21:20:29.390Z
7582026-06-05T21:20:29.390ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7592026-06-05T21:20:34.422ZDownload: 1997/3076 items 117.3/211.3MB 55% complete (24.0M/s)
7602026-06-05T21:20:38.029ZDownload: Completed 211.31 MB in 8.64 seconds (24.5M/s)
7612026-06-05T21:20:39.342Z Actions: 1/3418 actions (Installing new actions)
7622026-06-05T21:20:42.432Z Actions: Completed 3418 actions in 3.17 seconds.
7632026-06-05T21:20:43.104Z Done
7642026-06-05T21:20:43.105Z Done
7652026-06-05T21:20:43.852Z Done
7662026-06-05T21:20:47.313Z Done
7672026-06-05T21:20:47.393Z Done
7682026-06-05T21:20:47.396Z Done
7692026-06-05T21:20:47.670Z Done
7702026-06-05T21:20:48.365Z++ set -o errexit
7712026-06-05T21:20:48.365Z++ cargo --version
7722026-06-05T21:20:48.375Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7732026-06-05T21:20:48.379Z++ rustc --version
7742026-06-05T21:20:48.398Zrustc 1.95.0 (59807616e 2026-04-14)
7752026-06-05T21:20:48.401Z++ cargo install cargo-nextest --version 0.9.97
7762026-06-05T21:20:48.452Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7772026-06-05T21:20:48.455Z+ pushd rdb
7782026-06-05T21:20:48.456Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7792026-06-05T21:20:48.456Z+ PROPTEST_CASES=1000000
7802026-06-05T21:20:48.456Z+ cargo nextest run --lib proptest
7812026-06-05T21:20:48.617Z Updating git repository `https://github.com/oxidecomputer/falcon`
7822026-06-05T21:20:49.273ZFrom https://github.com/oxidecomputer/falcon
7832026-06-05T21:20:49.273Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7842026-06-05T21:20:49.349Z Updating crates.io index
7852026-06-05T21:20:49.386Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7862026-06-05T21:20:50.269ZFrom https://github.com/oxidecomputer/dendrite
7872026-06-05T21:20:50.269Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7882026-06-05T21:20:50.303Z Updating git repository `https://github.com/oxidecomputer/ispf`
7892026-06-05T21:20:50.583ZFrom https://github.com/oxidecomputer/ispf
7902026-06-05T21:20:50.583Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7912026-06-05T21:20:50.643Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7922026-06-05T21:20:51.001ZFrom https://github.com/oxidecomputer/netadm-sys
7932026-06-05T21:20:51.001Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7942026-06-05T21:20:51.008Z Updating git repository `https://github.com/oxidecomputer/omicron`
7952026-06-05T21:20:58.669ZFrom https://github.com/oxidecomputer/omicron
7962026-06-05T21:20:58.669Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7972026-06-05T21:20:59.080Z Updating git repository `https://github.com/oxidecomputer/opte`
7982026-06-05T21:20:59.717ZFrom https://github.com/oxidecomputer/opte
7992026-06-05T21:20:59.717Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8002026-06-05T21:20:59.887Z Updating git repository `https://github.com/illumos/smf-rs`
8012026-06-05T21:21:00.139ZFrom https://github.com/illumos/smf-rs
8022026-06-05T21:21:00.139Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8032026-06-05T21:21:00.246Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8042026-06-05T21:21:00.484ZFrom https://github.com/oxidecomputer/network-interface
8052026-06-05T21:21:00.484Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8062026-06-05T21:21:00.513Z Updating git repository `https://github.com/oxidecomputer/zone`
8072026-06-05T21:21:00.771ZFrom https://github.com/oxidecomputer/zone
8082026-06-05T21:21:00.771Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8092026-06-05T21:21:00.883Z Updating git repository `https://github.com/oxidecomputer/propolis`
8102026-06-05T21:21:01.558ZFrom https://github.com/oxidecomputer/propolis
8112026-06-05T21:21:01.558Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8122026-06-05T21:21:01.606Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8132026-06-05T21:21:02.107ZFrom https://github.com/oxidecomputer/transceiver-control
8142026-06-05T21:21:02.107Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8152026-06-05T21:21:02.205Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8162026-06-05T21:21:02.471ZFrom https://github.com/oxidecomputer/dlpi-sys
8172026-06-05T21:21:02.471Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8182026-06-05T21:21:02.477Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8192026-06-05T21:21:02.754ZFrom https://github.com/jmesmon/rust-libzfs
8202026-06-05T21:21:02.754Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8212026-06-05T21:21:02.762Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8222026-06-05T21:21:03.005ZFrom https://github.com/oxidecomputer/rusty-doors
8232026-06-05T21:21:03.005Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8242026-06-05T21:21:03.040Z Updating git repository `https://github.com/oxidecomputer/lldp`
8252026-06-05T21:21:03.370ZFrom https://github.com/oxidecomputer/lldp
8262026-06-05T21:21:03.370Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8272026-06-05T21:21:03.457Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8282026-06-05T21:21:03.724ZFrom https://github.com/oxidecomputer/slog-error-chain
8292026-06-05T21:21:03.724Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8302026-06-05T21:21:03.743Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8312026-06-05T21:21:04.055ZFrom https://github.com/oxidecomputer/tufaceous
8322026-06-05T21:21:04.055Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8332026-06-05T21:21:04.075Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8342026-06-05T21:21:04.520ZFrom https://github.com/oxidecomputer/management-gateway-service
8352026-06-05T21:21:04.520Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8362026-06-05T21:21:04.591Z Updating git repository `https://github.com/oxidecomputer/crucible`
8372026-06-05T21:21:05.392ZFrom https://github.com/oxidecomputer/crucible
8382026-06-05T21:21:05.392Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8392026-06-05T21:21:05.536Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8402026-06-05T21:21:05.800ZFrom https://github.com/oxidecomputer/serde_human_bytes
8412026-06-05T21:21:05.800Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8422026-06-05T21:21:06.054Z Updating git repository `https://github.com/oxidecomputer/propolis`
8432026-06-05T21:21:06.478ZFrom https://github.com/oxidecomputer/propolis
8442026-06-05T21:21:06.478Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8452026-06-05T21:21:06.570Z Updating git repository `https://github.com/oxidecomputer/crucible`
8462026-06-05T21:21:07.080ZFrom https://github.com/oxidecomputer/crucible
8472026-06-05T21:21:07.080Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8482026-06-05T21:21:07.146Z Updating git repository `https://github.com/oxidecomputer/tofino`
8492026-06-05T21:21:07.488ZFrom https://github.com/oxidecomputer/tofino
8502026-06-05T21:21:07.488Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8512026-06-05T21:21:07.515Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8522026-06-05T21:21:08.154ZFrom https://github.com/oxidecomputer/maghemite
8532026-06-05T21:21:08.154Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8542026-06-05T21:21:08.213Z Updating git repository `https://github.com/oxidecomputer/clickward`
8552026-06-05T21:21:08.605ZFrom https://github.com/oxidecomputer/clickward
8562026-06-05T21:21:08.605Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8572026-06-05T21:21:08.885Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8582026-06-05T21:21:09.116ZFrom https://github.com/oxidecomputer/illumos-devinfo
8592026-06-05T21:21:09.116Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8602026-06-05T21:21:09.855Z Downloading crates ...
8612026-06-05T21:21:09.935Z Downloaded async-stream-impl v0.3.6
8622026-06-05T21:21:09.939Z Downloaded async-stream v0.3.6
8632026-06-05T21:21:09.943Z Downloaded aead v0.5.2
8642026-06-05T21:21:09.945Z Downloaded async-trait v0.1.89
8652026-06-05T21:21:09.950Z Downloaded anyhow v1.0.102
8662026-06-05T21:21:09.955Z Downloaded const-random-macro v0.1.16
8672026-06-05T21:21:09.958Z Downloaded constant_time_eq v0.4.2
8682026-06-05T21:21:09.961Z Downloaded argon2 v0.5.3
8692026-06-05T21:21:09.965Z Downloaded cobs v0.3.0
8702026-06-05T21:21:09.968Z Downloaded cpufeatures v0.3.0
8712026-06-05T21:21:09.972Z Downloaded foldhash v0.2.0
8722026-06-05T21:21:09.975Z Downloaded chacha20 v0.9.1
8732026-06-05T21:21:09.975Z Downloaded byteorder v1.5.0
8742026-06-05T21:21:09.979Z Downloaded erased-serde v0.3.31
8752026-06-05T21:21:09.979Z Downloaded glob v0.3.3
8762026-06-05T21:21:09.982Z Downloaded hash32 v0.3.1
8772026-06-05T21:21:09.982Z Downloaded foreign-types-shared v0.3.1
8782026-06-05T21:21:09.982Z Downloaded darling v0.23.0
8792026-06-05T21:21:09.985Z Downloaded highway v1.3.0
8802026-06-05T21:21:09.989Z Downloaded console v0.16.3
8812026-06-05T21:21:09.992Z Downloaded embedded-io v0.6.1
8822026-06-05T21:21:09.992Z Downloaded elliptic-curve v0.13.8
8832026-06-05T21:21:09.995Z Downloaded base64 v0.21.7
8842026-06-05T21:21:09.998Z Downloaded foreign-types-macros v0.2.3
8852026-06-05T21:21:09.998Z Downloaded ciborium-io v0.2.2
8862026-06-05T21:21:09.998Z Downloaded derive-ex v0.1.8
8872026-06-05T21:21:10.001Z Downloaded fs_extra v1.3.0
8882026-06-05T21:21:10.001Z Downloaded crossbeam-channel v0.5.15
8892026-06-05T21:21:10.004Z Downloaded num-conv v0.2.2
8902026-06-05T21:21:10.007Z Downloaded heck v0.4.1
8912026-06-05T21:21:10.007Z Downloaded hmac v0.12.1
8922026-06-05T21:21:10.010Z Downloaded dropshot-api-manager-types v0.7.2
8932026-06-05T21:21:10.010Z Downloaded base16ct v1.0.0
8942026-06-05T21:21:10.013Z Downloaded foreign-types v0.5.0
8952026-06-05T21:21:10.013Z Downloaded num_threads v0.1.7
8962026-06-05T21:21:10.017Z Downloaded multer v3.1.0
8972026-06-05T21:21:10.017Z Downloaded memmap v0.7.0
8982026-06-05T21:21:10.020Z Downloaded gethostname v0.5.0
8992026-06-05T21:21:10.020Z Downloaded bit-set v0.8.0
9002026-06-05T21:21:10.023Z Downloaded fixedbitset v0.4.2
9012026-06-05T21:21:10.023Z Downloaded async-recursion v1.1.1
9022026-06-05T21:21:10.026Z Downloaded fs-err v3.3.0
9032026-06-05T21:21:10.026Z Downloaded fxhash v0.2.1
9042026-06-05T21:21:10.030Z Downloaded dyn-clone v1.0.20
9052026-06-05T21:21:10.030Z Downloaded crunchy v0.2.4
9062026-06-05T21:21:10.033Z Downloaded dunce v1.0.5
9072026-06-05T21:21:10.033Z Downloaded darling_macro v0.21.3
9082026-06-05T21:21:10.033Z Downloaded libscf-sys v1.2.0
9092026-06-05T21:21:10.033Z Downloaded hubpack v0.1.2
9102026-06-05T21:21:10.036Z Downloaded crucible-workspace-hack v0.1.0
9112026-06-05T21:21:10.036Z Downloaded num v0.4.3
9122026-06-05T21:21:10.036Z Downloaded dtrace-parser v0.2.0
9132026-06-05T21:21:10.039Z Downloaded block-buffer v0.12.0
9142026-06-05T21:21:10.039Z Downloaded embedded-io v0.4.0
9152026-06-05T21:21:10.043Z Downloaded icu_properties v2.2.0
9162026-06-05T21:21:10.045Z Downloaded ciborium-ll v0.2.2
9172026-06-05T21:21:10.045Z Downloaded daft v0.1.7
9182026-06-05T21:21:10.048Z Downloaded bs58 v0.5.1
9192026-06-05T21:21:10.048Z Downloaded newtype_derive v0.1.6
9202026-06-05T21:21:10.051Z Downloaded defmt-parser v1.0.0
9212026-06-05T21:21:10.052Z Downloaded num-derive v0.4.2
9222026-06-05T21:21:10.056Z Downloaded num-iter v0.1.45
9232026-06-05T21:21:10.056Z Downloaded instant v0.1.13
9242026-06-05T21:21:10.056Z Downloaded crc8 v0.1.1
9252026-06-05T21:21:10.060Z Downloaded git-stub v1.0.0
9262026-06-05T21:21:10.060Z Downloaded base16ct v0.2.0
9272026-06-05T21:21:10.060Z Downloaded float-ord v0.3.2
9282026-06-05T21:21:10.063Z Downloaded dof v0.4.0
9292026-06-05T21:21:10.063Z Downloaded defmt v0.3.100
9302026-06-05T21:21:10.063Z Downloaded darling_macro v0.23.0
9312026-06-05T21:21:10.063Z Downloaded arrayref v0.3.9
9322026-06-05T21:21:10.067Z Downloaded compression-core v0.4.32
9332026-06-05T21:21:10.068Z Downloaded inout v0.1.4
9342026-06-05T21:21:10.068Z Downloaded crypto-common v0.2.2
9352026-06-05T21:21:10.070Z Downloaded hostname v0.3.1
9362026-06-05T21:21:10.070Z Downloaded dtrace-parser v0.3.0
9372026-06-05T21:21:10.070Z Downloaded const-random v0.1.18
9382026-06-05T21:21:10.074Z Downloaded match_cfg v0.1.0
9392026-06-05T21:21:10.074Z Downloaded num_enum_derive v0.5.11
9402026-06-05T21:21:10.074Z Downloaded keccak v0.1.6
9412026-06-05T21:21:10.081Z Downloaded httpdate v1.0.3
9422026-06-05T21:21:10.081Z Downloaded no-std-compat v0.4.1
9432026-06-05T21:21:10.081Z Downloaded enum-as-inner v0.6.1
9442026-06-05T21:21:10.084Z Downloaded lru-cache v0.1.2
9452026-06-05T21:21:10.084Z Downloaded hubpack_derive v0.1.1
9462026-06-05T21:21:10.084Z Downloaded const_format_proc_macros v0.2.34
9472026-06-05T21:21:10.084Z Downloaded newline-converter v0.3.0
9482026-06-05T21:21:10.084Z Downloaded natord v1.0.9
9492026-06-05T21:21:10.084Z Downloaded linked-hash-map v0.5.6
9502026-06-05T21:21:10.088Z Downloaded idna_adapter v1.2.2
9512026-06-05T21:21:10.088Z Downloaded omicron-workspace-hack v0.1.0
9522026-06-05T21:21:10.088Z Downloaded olpc-cjson v0.1.4
9532026-06-05T21:21:10.088Z Downloaded opaque-debug v0.3.1
9542026-06-05T21:21:10.090Z Downloaded internet-checksum v0.2.1
9552026-06-05T21:21:10.091Z Downloaded konst_macro_rules v0.2.19
9562026-06-05T21:21:10.091Z Downloaded crossbeam-deque v0.8.6
9572026-06-05T21:21:10.094Z Downloaded cipher v0.4.4
9582026-06-05T21:21:10.094Z Downloaded hostname v0.4.2
9592026-06-05T21:21:10.097Z Downloaded cmake v0.1.58
9602026-06-05T21:21:10.097Z Downloaded ingot-types v0.1.2
9612026-06-05T21:21:10.100Z Downloaded bytecount v0.6.9
9622026-06-05T21:21:10.100Z Downloaded convert_case v0.4.0
9632026-06-05T21:21:10.100Z Downloaded dof v0.3.0
9642026-06-05T21:21:10.103Z Downloaded cstr-argument v0.1.2
9652026-06-05T21:21:10.103Z Downloaded macaddr v1.0.1
9662026-06-05T21:21:10.106Z Downloaded is-terminal v0.4.17
9672026-06-05T21:21:10.106Z Downloaded plain v0.2.3
9682026-06-05T21:21:10.109Z Downloaded proc-macro-crate v1.3.1
9692026-06-05T21:21:10.109Z Downloaded pretty-hex v0.4.2
9702026-06-05T21:21:10.112Z Downloaded ident_case v1.0.1
9712026-06-05T21:21:10.112Z Downloaded powerfmt v0.2.0
9722026-06-05T21:21:10.115Z Downloaded csv-core v0.1.13
9732026-06-05T21:21:10.116Z Downloaded managed v0.8.0
9742026-06-05T21:21:10.119Z Downloaded data-encoding v2.11.0
9752026-06-05T21:21:10.122Z Downloaded compression-codecs v0.4.38
9762026-06-05T21:21:10.126Z Downloaded mime v0.3.17
9772026-06-05T21:21:10.126Z Downloaded defmt-macros v1.1.0
9782026-06-05T21:21:10.130Z Downloaded critical-section v1.2.0
9792026-06-05T21:21:10.130Z Downloaded deranged v0.5.8
9802026-06-05T21:21:10.130Z Downloaded byte-wrapper v0.1.0
9812026-06-05T21:21:10.136Z Downloaded bit-vec v0.8.0
9822026-06-05T21:21:10.136Z Downloaded bcs v0.1.6
9832026-06-05T21:21:10.136Z Downloaded parse-display v0.10.0
9842026-06-05T21:21:10.140Z Downloaded digest v0.11.3
9852026-06-05T21:21:10.140Z Downloaded displaydoc v0.2.6
9862026-06-05T21:21:10.140Z Downloaded proc-macro-crate v3.5.0
9872026-06-05T21:21:10.140Z Downloaded daft-derive v0.1.7
9882026-06-05T21:21:10.145Z Downloaded proc-macro-error-attr v1.0.4
9892026-06-05T21:21:10.145Z Downloaded num_enum v0.5.11
9902026-06-05T21:21:10.148Z Downloaded libsw-core v0.3.2
9912026-06-05T21:21:10.150Z Downloaded group v0.13.0
9922026-06-05T21:21:10.150Z Downloaded arrayvec v0.7.6
9932026-06-05T21:21:10.155Z Downloaded progenitor-client v0.14.0
9942026-06-05T21:21:10.155Z Downloaded num_enum_derive v0.7.6
9952026-06-05T21:21:10.155Z Downloaded oxnet v0.1.6
9962026-06-05T21:21:10.155Z Downloaded git-stub-vcs v0.1.0
9972026-06-05T21:21:10.155Z Downloaded diff v0.1.13
9982026-06-05T21:21:10.158Z Downloaded num-rational v0.4.2
9992026-06-05T21:21:10.158Z Downloaded num-integer v0.1.46
10002026-06-05T21:21:10.162Z Downloaded progenitor-client v0.10.0
10012026-06-05T21:21:10.162Z Downloaded memoffset v0.9.1
10022026-06-05T21:21:10.162Z Downloaded libsw v3.5.0
10032026-06-05T21:21:10.169Z Downloaded rand_chacha v0.3.1
10042026-06-05T21:21:10.169Z Downloaded progenitor-macro v0.10.0
10052026-06-05T21:21:10.169Z Downloaded linear-map v1.2.0
10062026-06-05T21:21:10.169Z Downloaded half v2.7.1
10072026-06-05T21:21:10.172Z Downloaded quick-error v1.2.3
10082026-06-05T21:21:10.172Z Downloaded ingot v0.1.1
10092026-06-05T21:21:10.172Z Downloaded ref-cast v1.0.25
10102026-06-05T21:21:10.172Z Downloaded proc-macro-error-attr2 v2.0.0
10112026-06-05T21:21:10.172Z Downloaded oxide-tokio-rt v0.1.6
10122026-06-05T21:21:10.178Z Downloaded progenitor-macro v0.13.0
10132026-06-05T21:21:10.178Z Downloaded hickory-resolver v0.25.2
10142026-06-05T21:21:10.181Z Downloaded phf_shared v0.12.1
10152026-06-05T21:21:10.181Z Downloaded num-complex v0.4.6
10162026-06-05T21:21:10.181Z Downloaded phf v0.12.1
10172026-06-05T21:21:10.181Z Downloaded same-file v1.0.6
10182026-06-05T21:21:10.181Z Downloaded ref-cast-impl v1.0.25
10192026-06-05T21:21:10.181Z Downloaded newtype-uuid-macros v0.1.0
10202026-06-05T21:21:10.185Z Downloaded ff v0.13.1
10212026-06-05T21:21:10.185Z Downloaded rustc_version v0.1.7
10222026-06-05T21:21:10.185Z Downloaded paste v1.0.15
10232026-06-05T21:21:10.188Z Downloaded scroll_derive v0.13.1
10242026-06-05T21:21:10.188Z Downloaded rand_xorshift v0.4.0
10252026-06-05T21:21:10.188Z Downloaded chacha20 v0.10.0
10262026-06-05T21:21:10.191Z Downloaded progenitor v0.10.0
10272026-06-05T21:21:10.191Z Downloaded cookie v0.18.1
10282026-06-05T21:21:10.194Z Downloaded ipnetwork v0.21.1
10292026-06-05T21:21:10.194Z Downloaded colored v3.1.1
10302026-06-05T21:21:10.197Z Downloaded litemap v0.8.2
10312026-06-05T21:21:10.197Z Downloaded proc-macro-error2 v2.0.1
10322026-06-05T21:21:10.200Z Downloaded defmt v1.1.0
10332026-06-05T21:21:10.203Z Downloaded semver v0.1.20
10342026-06-05T21:21:10.203Z Downloaded num_enum v0.7.6
10352026-06-05T21:21:10.206Z Downloaded progenitor-extras v0.2.0
10362026-06-05T21:21:10.209Z Downloaded progenitor-client v0.13.0
10372026-06-05T21:21:10.209Z Downloaded poly1305 v0.8.0
10382026-06-05T21:21:10.209Z Downloaded serial_test v3.5.0
10392026-06-05T21:21:10.212Z Downloaded scroll_derive v0.12.1
10402026-06-05T21:21:10.212Z Downloaded parse-display-derive v0.10.0
10412026-06-05T21:21:10.212Z Downloaded serde_plain v1.0.2
10422026-06-05T21:21:10.216Z Downloaded siphasher v1.0.3
10432026-06-05T21:21:10.216Z Downloaded sha1 v0.11.0
10442026-06-05T21:21:10.216Z Downloaded darling v0.21.3
10452026-06-05T21:21:10.218Z Downloaded serial_test_derive v3.5.0
10462026-06-05T21:21:10.218Z Downloaded sigpipe v0.1.3
10472026-06-05T21:21:10.221Z Downloaded progenitor v0.13.0
10482026-06-05T21:21:10.221Z Downloaded memmap2 v0.9.10
10492026-06-05T21:21:10.222Z Downloaded icu_provider v2.2.0
10502026-06-05T21:21:10.225Z Downloaded progenitor-macro v0.14.0
10512026-06-05T21:21:10.225Z Downloaded sha1 v0.10.6
10522026-06-05T21:21:10.227Z Downloaded serde-big-array v0.5.1
10532026-06-05T21:21:10.227Z Downloaded parking_lot_core v0.8.6
10542026-06-05T21:21:10.227Z Downloaded proc-macro-error v1.0.4
10552026-06-05T21:21:10.231Z Downloaded smawk v0.3.2
10562026-06-05T21:21:10.231Z Downloaded serde_repr v0.1.20
10572026-06-05T21:21:10.234Z Downloaded slog-bunyan v2.5.0
10582026-06-05T21:21:10.234Z Downloaded rand_core v0.10.1
10592026-06-05T21:21:10.234Z Downloaded parking_lot v0.11.2
10602026-06-05T21:21:10.237Z Downloaded omicron-zone-package v0.12.2
10612026-06-05T21:21:10.238Z Downloaded hybrid-array v0.4.12
10622026-06-05T21:21:10.240Z Downloaded cargo_toml v0.22.3
10632026-06-05T21:21:10.240Z Downloaded heapless v0.8.0
10642026-06-05T21:21:10.245Z Downloaded rustls-pemfile v2.2.0
10652026-06-05T21:21:10.245Z Downloaded rustls-native-certs v0.8.4
10662026-06-05T21:21:10.245Z Downloaded dropshot_endpoint v0.17.1
10672026-06-05T21:21:10.245Z Downloaded const-oid v0.10.2
10682026-06-05T21:21:10.248Z Downloaded slog-envlogger v2.2.0
10692026-06-05T21:21:10.248Z Downloaded structmeta-derive v0.3.0
10702026-06-05T21:21:10.248Z Downloaded progenitor v0.14.0
10712026-06-05T21:21:10.252Z Downloaded structmeta v0.3.0
10722026-06-05T21:21:10.252Z Downloaded stable_deref_trait v1.2.1
10732026-06-05T21:21:10.252Z Downloaded allocator-api2 v0.2.21
10742026-06-05T21:21:10.255Z Downloaded secrecy v0.10.3
10752026-06-05T21:21:10.256Z Downloaded potential_utf v0.1.5
10762026-06-05T21:21:10.256Z Downloaded password-hash v0.5.0
10772026-06-05T21:21:10.256Z Downloaded crossbeam-utils v0.8.21
10782026-06-05T21:21:10.259Z Downloaded rusty-fork v0.3.1
10792026-06-05T21:21:10.259Z Downloaded resolv-conf v0.7.6
10802026-06-05T21:21:10.259Z Downloaded ingot-macros v0.1.1
10812026-06-05T21:21:10.262Z Downloaded crossbeam-epoch v0.9.18
10822026-06-05T21:21:10.262Z Downloaded spin v0.5.2
10832026-06-05T21:21:10.262Z Downloaded backon v1.6.0
10842026-06-05T21:21:10.265Z Downloaded strum v0.27.2
10852026-06-05T21:21:10.265Z Downloaded blake2 v0.10.6
10862026-06-05T21:21:10.268Z Downloaded take_mut v0.2.2
10872026-06-05T21:21:10.268Z Downloaded tagptr v0.2.0
10882026-06-05T21:21:10.268Z Downloaded tabwriter v1.4.1
10892026-06-05T21:21:10.268Z Downloaded tabled_derive v0.7.0
10902026-06-05T21:21:10.271Z Downloaded termtree v0.5.1
10912026-06-05T21:21:10.271Z Downloaded tabled_derive v0.11.0
10922026-06-05T21:21:10.271Z Downloaded pem v3.0.6
10932026-06-05T21:21:10.271Z Downloaded thiserror-impl-no-std v2.0.2
10942026-06-05T21:21:10.274Z Downloaded icu_locale_core v2.2.0
10952026-06-05T21:21:10.277Z Downloaded ciborium v0.2.2
10962026-06-05T21:21:10.277Z Downloaded schemars_derive v0.8.22
10972026-06-05T21:21:10.280Z Downloaded pest_generator v2.8.6
10982026-06-05T21:21:10.280Z Downloaded time-core v0.1.8
10992026-06-05T21:21:10.280Z Downloaded postcard v1.1.3
11002026-06-05T21:21:10.284Z Downloaded pest_derive v2.8.6
11012026-06-05T21:21:10.284Z Downloaded darling_core v0.23.0
11022026-06-05T21:21:10.290Z Downloaded testing_table v0.3.0
11032026-06-05T21:21:10.290Z Downloaded serde_tokenstream v0.2.3
11042026-06-05T21:21:10.290Z Downloaded scroll v0.13.0
11052026-06-05T21:21:10.293Z Downloaded rustversion v1.0.22
11062026-06-05T21:21:10.293Z Downloaded cancel-safe-futures v0.1.5
11072026-06-05T21:21:10.293Z Downloaded slog-async v2.8.0
11082026-06-05T21:21:10.293Z Downloaded backoff v0.4.0
11092026-06-05T21:21:10.293Z Downloaded indexmap v1.9.3
11102026-06-05T21:21:10.299Z Downloaded topological-sort v0.2.2
11112026-06-05T21:21:10.299Z Downloaded bitflags v1.3.2
11122026-06-05T21:21:10.302Z Downloaded thread-id v5.1.0
11132026-06-05T21:21:10.302Z Downloaded thread-id v4.2.2
11142026-06-05T21:21:10.302Z Downloaded universal-hash v0.5.1
11152026-06-05T21:21:10.302Z Downloaded hickory-resolver v0.24.4
11162026-06-05T21:21:10.305Z Downloaded typify-macro v0.6.2
11172026-06-05T21:21:10.305Z Downloaded slog-scope v4.4.1
11182026-06-05T21:21:10.309Z Downloaded rhai_codegen v3.2.0
11192026-06-05T21:21:10.314Z Downloaded smartstring v1.0.1
11202026-06-05T21:21:10.317Z Downloaded smf v0.2.3
11212026-06-05T21:21:10.317Z Downloaded snafu-derive v0.8.9
11222026-06-05T21:21:10.317Z Downloaded usdt-attr-macro v0.6.0
11232026-06-05T21:21:10.320Z Downloaded unit-prefix v0.5.2
11242026-06-05T21:21:10.320Z Downloaded typify-macro v0.4.3
11252026-06-05T21:21:10.320Z Downloaded slog-stdlog v4.1.1
11262026-06-05T21:21:10.320Z Downloaded slog-json v2.6.1
11272026-06-05T21:21:10.323Z Downloaded usdt v0.5.0
11282026-06-05T21:21:10.323Z Downloaded unarray v0.1.4
11292026-06-05T21:21:10.324Z Downloaded usdt-attr-macro v0.5.0
11302026-06-05T21:21:10.327Z Downloaded wait-timeout v0.2.1
11312026-06-05T21:21:10.327Z Downloaded usdt-macro v0.6.0
11322026-06-05T21:21:10.327Z Downloaded utf-8 v0.7.6
11332026-06-05T21:21:10.327Z Downloaded usdt-macro v0.5.0
11342026-06-05T21:21:10.330Z Downloaded usdt v0.6.0
11352026-06-05T21:21:10.330Z Downloaded yoke-derive v0.8.2
11362026-06-05T21:21:10.333Z Downloaded waitgroup v0.1.2
11372026-06-05T21:21:10.336Z Downloaded strum v0.26.3
11382026-06-05T21:21:10.336Z Downloaded strum_macros v0.26.4
11392026-06-05T21:21:10.339Z Downloaded drift v0.2.0
11402026-06-05T21:21:10.343Z Downloaded zeroize_derive v1.4.3
11412026-06-05T21:21:10.347Z Downloaded zerofrom-derive v0.1.7
11422026-06-05T21:21:10.347Z Downloaded strum_macros v0.27.2
11432026-06-05T21:21:10.347Z Downloaded synstructure v0.13.2
11442026-06-05T21:21:10.347Z Downloaded derive_more v0.99.20
11452026-06-05T21:21:10.352Z Downloaded darling_core v0.21.3
11462026-06-05T21:21:10.355Z Downloaded const_format v0.2.36
11472026-06-05T21:21:10.355Z Downloaded thiserror-no-std v2.0.2
11482026-06-05T21:21:10.358Z Downloaded scroll v0.12.0
11492026-06-05T21:21:10.358Z Downloaded papergrid v0.18.0
11502026-06-05T21:21:10.361Z Downloaded zone v0.3.1
11512026-06-05T21:21:10.361Z Downloaded time-macros v0.2.27
11522026-06-05T21:21:10.361Z Downloaded progenitor-impl v0.14.0
11532026-06-05T21:21:10.364Z Downloaded slog-dtrace v0.3.0
11542026-06-05T21:21:10.364Z Downloaded crypto-bigint v0.5.5
11552026-06-05T21:21:10.367Z Downloaded serde_with_macros v3.20.0
11562026-06-05T21:21:10.370Z Downloaded tokio-tungstenite v0.21.0
11572026-06-05T21:21:10.370Z Downloaded serde_derive_internals v0.29.1
11582026-06-05T21:21:10.370Z Downloaded indicatif v0.18.4
11592026-06-05T21:21:10.373Z Downloaded papergrid v0.11.0
11602026-06-05T21:21:10.376Z Downloaded zone_cfg_derive v0.3.1
11612026-06-05T21:21:10.376Z Downloaded zerofrom v0.1.8
11622026-06-05T21:21:10.376Z Downloaded tokio-dtrace v0.1.1
11632026-06-05T21:21:10.379Z Downloaded konst v0.2.20
11642026-06-05T21:21:10.379Z Downloaded pest_meta v2.8.6
11652026-06-05T21:21:10.382Z Downloaded prettyplease v0.2.37
11662026-06-05T21:21:10.382Z Downloaded progenitor-impl v0.10.0
11672026-06-05T21:21:10.385Z Downloaded hashbrown v0.12.3
11682026-06-05T21:21:10.388Z Downloaded vsss-rs v3.3.4
11692026-06-05T21:21:10.391Z Downloaded untrusted v0.7.1
11702026-06-05T21:21:10.395Z Downloaded writeable v0.6.3
11712026-06-05T21:21:10.395Z Downloaded usdt-impl v0.6.0
11722026-06-05T21:21:10.395Z Downloaded schemars v0.8.22
11732026-06-05T21:21:10.401Z Downloaded whoami v1.6.1
11742026-06-05T21:21:10.404Z Downloaded walkdir v2.5.0
11752026-06-05T21:21:10.404Z Downloaded usdt-impl v0.5.0
11762026-06-05T21:21:10.404Z Downloaded xz2 v0.1.7
11772026-06-05T21:21:10.408Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11782026-06-05T21:21:10.408Z Downloaded thin-vec v0.2.18
11792026-06-05T21:21:10.408Z Downloaded term v1.2.1
11802026-06-05T21:21:10.408Z Downloaded zerovec-derive v0.11.3
11812026-06-05T21:21:10.412Z Downloaded tinystr v0.8.3
11822026-06-05T21:21:10.412Z Downloaded async-compression v0.4.42
11832026-06-05T21:21:10.415Z Downloaded serde_yaml v0.9.34+deprecated
11842026-06-05T21:21:10.418Z Downloaded pretty_assertions v1.4.1
11852026-06-05T21:21:10.418Z Downloaded ucd-trie v0.1.7
11862026-06-05T21:21:10.418Z Downloaded chacha20poly1305 v0.10.1
11872026-06-05T21:21:10.421Z Downloaded arc-swap v1.9.1
11882026-06-05T21:21:10.421Z Downloaded icu_normalizer_data v2.2.0
11892026-06-05T21:21:10.424Z Downloaded similar v2.7.0
11902026-06-05T21:21:10.427Z Downloaded slog-term v2.9.2
11912026-06-05T21:21:10.427Z Downloaded rustls-platform-verifier v0.7.0
11922026-06-05T21:21:10.430Z Downloaded spin v0.9.8
11932026-06-05T21:21:10.430Z Downloaded icu_collections v2.2.0
11942026-06-05T21:21:10.440Z Downloaded icu_normalizer v2.2.0
11952026-06-05T21:21:10.443Z Downloaded yoke v0.8.3
11962026-06-05T21:21:10.443Z Downloaded tiny-keccak v2.0.2
11972026-06-05T21:21:10.446Z Downloaded slog v2.8.2
11982026-06-05T21:21:10.449Z Downloaded minimal-lexical v0.2.1
11992026-06-05T21:21:10.452Z Downloaded test-strategy v0.4.5
12002026-06-05T21:21:10.455Z Downloaded unsafe-libyaml v0.2.11
12012026-06-05T21:21:10.455Z Downloaded toml v0.9.12+spec-1.1.0
12022026-06-05T21:21:10.458Z Downloaded snafu v0.8.9
12032026-06-05T21:21:10.461Z Downloaded zerocopy-derive v0.7.35
12042026-06-05T21:21:10.464Z Downloaded jiff-static v0.2.28
12052026-06-05T21:21:10.464Z Downloaded rand v0.8.6
12062026-06-05T21:21:10.467Z Downloaded tungstenite v0.21.0
12072026-06-05T21:21:10.471Z Downloaded progenitor-impl v0.13.0
12082026-06-05T21:21:10.474Z Downloaded typify v0.6.2
12092026-06-05T21:21:10.477Z Downloaded hashbrown v0.16.1
12102026-06-05T21:21:10.480Z Downloaded toml v0.7.8
12112026-06-05T21:21:10.483Z Downloaded typify v0.4.3
12122026-06-05T21:21:10.485Z Downloaded steno v0.4.1
12132026-06-05T21:21:10.488Z Downloaded expectorate v1.2.0
12142026-06-05T21:21:10.492Z Downloaded schemars v0.9.0
12152026-06-05T21:21:10.498Z Downloaded toml_edit v0.25.12+spec-1.1.0
12162026-06-05T21:21:10.501Z Downloaded rayon-core v1.13.0
12172026-06-05T21:21:10.504Z Downloaded pest v2.8.6
12182026-06-05T21:21:10.507Z Downloaded schemars v1.2.1
12192026-06-05T21:21:10.515Z Downloaded rand v0.10.1
12202026-06-05T21:21:10.518Z Downloaded yansi v1.0.1
12212026-06-05T21:21:10.521Z Downloaded aws-lc-rs v1.17.0
12222026-06-05T21:21:10.524Z Downloaded qorb v0.4.1
12232026-06-05T21:21:10.527Z Downloaded goblin v0.8.2
12242026-06-05T21:21:10.530Z Downloaded zerocopy-derive v0.8.50
12252026-06-05T21:21:10.533Z Downloaded nom v7.1.3
12262026-06-05T21:21:10.536Z Downloaded typed-path v0.9.3
12272026-06-05T21:21:10.539Z Downloaded zerotrie v0.2.4
12282026-06-05T21:21:10.542Z Downloaded dropshot-api-manager v0.7.2
12292026-06-05T21:21:10.547Z Downloaded toml_edit v0.19.15
12302026-06-05T21:21:10.556Z Downloaded nom v8.0.0
12312026-06-05T21:21:10.559Z Downloaded hkdf v0.12.4
12322026-06-05T21:21:10.563Z Downloaded itertools v0.12.1
12332026-06-05T21:21:10.591Z Downloaded libm v0.2.16
12342026-06-05T21:21:10.596Z Downloaded zerocopy v0.7.35
12352026-06-05T21:21:10.604Z Downloaded reqwest v0.13.4
12362026-06-05T21:21:10.607Z Downloaded icu_properties_data v2.2.0
12372026-06-05T21:21:10.613Z Downloaded iddqd v0.4.2
12382026-06-05T21:21:10.619Z Downloaded tough v0.22.0
12392026-06-05T21:21:10.622Z Downloaded blake3 v1.8.5
12402026-06-05T21:21:10.626Z Downloaded zerovec v0.11.6
12412026-06-05T21:21:10.635Z Downloaded serde_with v3.20.0
12422026-06-05T21:21:10.641Z Downloaded proptest v1.11.0
12432026-06-05T21:21:10.646Z Downloaded winnow v0.5.40
12442026-06-05T21:21:10.650Z Downloaded tabled v0.15.0
12452026-06-05T21:21:10.659Z Downloaded rayon v1.12.0
12462026-06-05T21:21:10.663Z Downloaded time v0.3.47
12472026-06-05T21:21:10.670Z Downloaded moka v0.12.15
12482026-06-05T21:21:10.674Z Downloaded dropshot v0.17.1
12492026-06-05T21:21:10.686Z Downloaded tabled v0.21.0
12502026-06-05T21:21:10.695Z Downloaded goblin v0.10.7
12512026-06-05T21:21:10.699Z Downloaded syn v1.0.109
12522026-06-05T21:21:10.714Z Downloaded smoltcp v0.11.0
12532026-06-05T21:21:10.721Z Downloaded hickory-proto v0.25.2
12542026-06-05T21:21:10.728Z Downloaded rhai v1.25.1
12552026-06-05T21:21:10.735Z Downloaded nix v0.31.3
12562026-06-05T21:21:10.782Z Downloaded regress v0.11.1
12572026-06-05T21:21:10.785Z Downloaded regress v0.10.5
12582026-06-05T21:21:10.785Z Downloaded openapiv3 v2.2.0
12592026-06-05T21:21:10.785Z Downloaded hickory-proto v0.24.4
12602026-06-05T21:21:10.796Z Downloaded sled v0.34.7
12612026-06-05T21:21:10.802Z Downloaded typify-impl v0.6.2
12622026-06-05T21:21:10.810Z Downloaded typify-impl v0.4.3
12632026-06-05T21:21:10.841Z Downloaded lzma-sys v0.1.20
12642026-06-05T21:21:10.858Z Downloaded jiff v0.2.28
12652026-06-05T21:21:10.868Z Downloaded sha3 v0.10.9
12662026-06-05T21:21:10.882Z Downloaded chrono-tz v0.10.4
12672026-06-05T21:21:10.891Z Downloaded petgraph v0.6.5
12682026-06-05T21:21:10.924Z Downloaded csv v1.4.0
12692026-06-05T21:21:10.974Z Downloaded encoding_rs v0.8.35
12702026-06-05T21:21:11.514Z Downloaded aws-lc-sys v0.41.0
12712026-06-05T21:21:12.419Z Compiling proc-macro2 v1.0.106
12722026-06-05T21:21:12.420Z Compiling unicode-ident v1.0.24
12732026-06-05T21:21:12.420Z Compiling quote v1.0.45
12742026-06-05T21:21:12.420Z Compiling serde_core v1.0.228
12752026-06-05T21:21:12.420Z Compiling cfg-if v1.0.4
12762026-06-05T21:21:12.420Z Compiling serde v1.0.228
12772026-06-05T21:21:12.420Z Compiling libc v0.2.186
12782026-06-05T21:21:12.423Z Compiling memchr v2.8.1
12792026-06-05T21:21:12.640Z Compiling itoa v1.0.18
12802026-06-05T21:21:12.828Z Compiling smallvec v1.15.1
12812026-06-05T21:21:12.921Z Compiling zmij v1.0.21
12822026-06-05T21:21:12.990Z Compiling autocfg v1.5.1
12832026-06-05T21:21:13.046Z Compiling libm v0.2.16
12842026-06-05T21:21:13.252Z Compiling stable_deref_trait v1.2.1
12852026-06-05T21:21:13.327Z Compiling litemap v0.8.2
12862026-06-05T21:21:13.355Z Compiling writeable v0.6.3
12872026-06-05T21:21:13.434Z Compiling percent-encoding v2.3.2
12882026-06-05T21:21:13.516Z Compiling icu_normalizer_data v2.2.0
12892026-06-05T21:21:13.528Z Compiling icu_properties_data v2.2.0
12902026-06-05T21:21:13.546Z Compiling utf8_iter v1.0.4
12912026-06-05T21:21:13.558Z Compiling iana-time-zone v0.1.65
12922026-06-05T21:21:13.687Z Compiling equivalent v1.0.2
12932026-06-05T21:21:13.777Z Compiling form_urlencoded v1.2.2
12942026-06-05T21:21:13.780Z Compiling version_check v0.9.5
12952026-06-05T21:21:13.870Z Compiling syn v2.0.117
12962026-06-05T21:21:13.941Z Compiling pin-project-lite v0.2.17
12972026-06-05T21:21:13.953Z Compiling serde_json v1.0.150
12982026-06-05T21:21:13.956Z Compiling dyn-clone v1.0.20
12992026-06-05T21:21:14.002Z Compiling scopeguard v1.2.0
13002026-06-05T21:21:14.055Z Compiling parking_lot_core v0.9.12
13012026-06-05T21:21:14.068Z Compiling num-traits v0.2.19
13022026-06-05T21:21:14.105Z Compiling lock_api v0.4.14
13032026-06-05T21:21:14.122Z Compiling rand_core v0.10.1
13042026-06-05T21:21:14.257Z Compiling log v0.4.32
13052026-06-05T21:21:14.279Z Compiling getrandom v0.4.2
13062026-06-05T21:21:14.341Z Compiling hashbrown v0.17.1
13072026-06-05T21:21:14.369Z Compiling thiserror v2.0.18
13082026-06-05T21:21:14.451Z Compiling errno v0.3.14
13092026-06-05T21:21:14.609Z Compiling futures-core v0.3.32
13102026-06-05T21:21:14.727Z Compiling semver v1.0.28
13112026-06-05T21:21:14.869Z Compiling indexmap v2.14.0
13122026-06-05T21:21:14.910Z Compiling heck v0.5.0
13132026-06-05T21:21:14.962Z Compiling zerocopy v0.8.50
13142026-06-05T21:21:15.079Z Compiling futures-sink v0.3.32
13152026-06-05T21:21:15.103Z Compiling uuid v1.23.2
13162026-06-05T21:21:15.164Z Compiling slab v0.4.12
13172026-06-05T21:21:15.179Z Compiling jobserver v0.1.34
13182026-06-05T21:21:15.334Z Compiling find-msvc-tools v0.1.9
13192026-06-05T21:21:15.398Z Compiling shlex v2.0.1
13202026-06-05T21:21:15.489Z Compiling fnv v1.0.7
13212026-06-05T21:21:15.504Z Compiling schemars v0.8.22
13222026-06-05T21:21:15.522Z Compiling futures-channel v0.3.32
13232026-06-05T21:21:15.564Z Compiling cc v1.2.63
13242026-06-05T21:21:15.578Z Compiling rustversion v1.0.22
13252026-06-05T21:21:15.581Z Compiling futures-task v0.3.32
13262026-06-05T21:21:15.741Z Compiling futures-io v0.3.32
13272026-06-05T21:21:15.780Z Compiling socket2 v0.6.4
13282026-06-05T21:21:15.838Z Compiling bitflags v2.12.1
13292026-06-05T21:21:15.896Z Compiling signal-hook-registry v1.4.8
13302026-06-05T21:21:15.922Z Compiling mio v1.2.1
13312026-06-05T21:21:16.066Z Compiling parking_lot v0.12.5
13322026-06-05T21:21:16.083Z Compiling portable-atomic v1.13.1
13332026-06-05T21:21:16.189Z Compiling dunce v1.0.5
13342026-06-05T21:21:16.222Z Compiling fs_extra v1.3.0
13352026-06-05T21:21:16.282Z Compiling cmake v0.1.58
13362026-06-05T21:21:16.418Z Compiling typenum v1.20.1
13372026-06-05T21:21:16.469Z Compiling base64 v0.22.1
13382026-06-05T21:21:16.481Z Compiling critical-section v1.2.0
13392026-06-05T21:21:16.548Z Compiling byteorder v1.5.0
13402026-06-05T21:21:16.587Z Compiling subtle v2.6.1
13412026-06-05T21:21:16.620Z Compiling regex-syntax v0.8.10
13422026-06-05T21:21:16.755Z Compiling synstructure v0.13.2
13432026-06-05T21:21:16.769Z Compiling serde_derive_internals v0.29.1
13442026-06-05T21:21:16.795Z Compiling slog v2.8.2
13452026-06-05T21:21:16.817Z Compiling aws-lc-sys v0.41.0
13462026-06-05T21:21:17.029Z Compiling once_cell v1.21.4
13472026-06-05T21:21:17.063Z Compiling strsim v0.11.1
13482026-06-05T21:21:17.208Z Compiling rustix v1.1.4
13492026-06-05T21:21:17.239Z Compiling httparse v1.10.1
13502026-06-05T21:21:17.250Z Compiling ipnet v2.12.0
13512026-06-05T21:21:17.462Z Compiling atomic-waker v1.1.2
13522026-06-05T21:21:17.496Z Compiling tower-service v0.3.3
13532026-06-05T21:21:17.628Z Compiling tower-layer v0.3.3
13542026-06-05T21:21:17.647Z Compiling getrandom v0.2.17
13552026-06-05T21:21:17.754Z Compiling thiserror v1.0.69
13562026-06-05T21:21:17.784Z Compiling untrusted v0.9.0
13572026-06-05T21:21:17.830Z Compiling ryu v1.0.23
13582026-06-05T21:21:17.856Z Compiling ucd-trie v0.1.7
13592026-06-05T21:21:17.870Z Compiling serde_derive v1.0.228
13602026-06-05T21:21:17.898Z Compiling zerofrom-derive v0.1.7
13612026-06-05T21:21:18.009Z Compiling yoke-derive v0.8.2
13622026-06-05T21:21:18.009Z Compiling zerovec-derive v0.11.3
13632026-06-05T21:21:18.071Z Compiling displaydoc v0.2.6
13642026-06-05T21:21:18.157Z Compiling schemars_derive v0.8.22
13652026-06-05T21:21:18.886Z Compiling tokio-macros v2.7.0
13662026-06-05T21:21:19.101Z Compiling thiserror-impl v2.0.18
13672026-06-05T21:21:19.113Z Compiling zerofrom v0.1.8
13682026-06-05T21:21:19.139Z Compiling zerocopy-derive v0.8.50
13692026-06-05T21:21:19.227Z Compiling yoke v0.8.3
13702026-06-05T21:21:19.312Z Compiling zeroize_derive v1.4.3
13712026-06-05T21:21:19.372Z Compiling futures-macro v0.3.32
13722026-06-05T21:21:19.406Z Compiling zerovec v0.11.6
13732026-06-05T21:21:19.653Z Compiling zerotrie v0.2.4
13742026-06-05T21:21:19.922Z Compiling tinystr v0.8.3
13752026-06-05T21:21:19.945Z Compiling potential_utf v0.1.5
13762026-06-05T21:21:19.991Z Compiling zeroize v1.8.2
13772026-06-05T21:21:20.157Z Compiling icu_locale_core v2.2.0
13782026-06-05T21:21:20.165Z Compiling icu_collections v2.2.0
13792026-06-05T21:21:20.187Z Compiling try-lock v0.2.5
13802026-06-05T21:21:20.203Z Compiling futures-util v0.3.32
13812026-06-05T21:21:20.292Z Compiling want v0.3.1
13822026-06-05T21:21:20.453Z Compiling pest v2.8.6
13832026-06-05T21:21:20.587Z Compiling thiserror-impl v1.0.69
13842026-06-05T21:21:20.650Z Compiling rand_core v0.6.4
13852026-06-05T21:21:20.863Z Compiling icu_provider v2.2.0
13862026-06-05T21:21:21.025Z Compiling bytes v1.11.1
13872026-06-05T21:21:21.177Z Compiling icu_properties v2.2.0
13882026-06-05T21:21:21.190Z Compiling icu_normalizer v2.2.0
13892026-06-05T21:21:21.671Z Compiling chrono v0.4.45
13902026-06-05T21:21:21.715Z Compiling http v1.4.1
13912026-06-05T21:21:21.748Z Compiling tokio v1.52.3
13922026-06-05T21:21:21.781Z Compiling serde_tokenstream v0.2.3
13932026-06-05T21:21:22.053Z Compiling idna_adapter v1.2.2
13942026-06-05T21:21:22.191Z Compiling idna v1.1.0
13952026-06-05T21:21:22.347Z Compiling http-body v1.0.1
13962026-06-05T21:21:22.500Z Compiling url v2.5.8
13972026-06-05T21:21:22.525Z Compiling erased-serde v0.3.31
13982026-06-05T21:21:22.728Z Compiling httpdate v1.0.3
13992026-06-05T21:21:23.050Z Compiling pest_meta v2.8.6
14002026-06-05T21:21:23.229Z Compiling getrandom v0.3.4
14012026-06-05T21:21:23.440Z Compiling ppv-lite86 v0.2.21
14022026-06-05T21:21:23.459Z Compiling pretty-hex v0.4.2
14032026-06-05T21:21:23.517Z Compiling plain v0.2.3
14042026-06-05T21:21:23.583Z Compiling foldhash v0.2.0
14052026-06-05T21:21:23.597Z Compiling paste v1.0.15
14062026-06-05T21:21:23.621Z Compiling pest_generator v2.8.6
14072026-06-05T21:21:23.711Z Compiling allocator-api2 v0.2.21
14082026-06-05T21:21:23.812Z Compiling tracing-attributes v0.1.31
14092026-06-05T21:21:23.890Z Compiling ipnetwork v0.21.1
14102026-06-05T21:21:24.040Z Compiling hashbrown v0.16.1
14112026-06-05T21:21:24.284Z Compiling tracing-core v0.1.36
14122026-06-05T21:21:24.334Z Compiling ident_case v1.0.1
14132026-06-05T21:21:24.345Z Compiling pest_derive v2.8.6
14142026-06-05T21:21:24.455Z Compiling omicron-workspace-hack v0.1.0
14152026-06-05T21:21:24.616Z Compiling http-body-util v0.1.3
14162026-06-05T21:21:24.692Z Compiling serde_urlencoded v0.7.1
14172026-06-05T21:21:24.855Z Compiling aho-corasick v1.1.4
14182026-06-05T21:21:24.906Z Compiling sync_wrapper v1.0.2
14192026-06-05T21:21:24.931Z Compiling winnow v1.0.3
14202026-06-05T21:21:24.955Z Compiling oxnet v0.1.6
14212026-06-05T21:21:25.008Z Compiling daft-derive v0.1.7
14222026-06-05T21:21:25.054Z Compiling tracing v0.1.44
14232026-06-05T21:21:25.284Z Compiling fastrand v2.4.1
14242026-06-05T21:21:25.417Z Compiling async-trait v0.1.89
14252026-06-05T21:21:25.543Z Compiling tokio-util v0.7.18
14262026-06-05T21:21:25.769Z Compiling regex-automata v0.4.14
14272026-06-05T21:21:26.005Z Compiling scroll_derive v0.13.1
14282026-06-05T21:21:26.252Z Compiling anyhow v1.0.102
14292026-06-05T21:21:26.283Z Compiling num-conv v0.2.2
14302026-06-05T21:21:26.399Z Compiling aws-lc-rs v1.17.0
14312026-06-05T21:21:26.428Z Compiling time-core v0.1.8
14322026-06-05T21:21:26.568Z Compiling powerfmt v0.2.0
14332026-06-05T21:21:26.733Z Compiling deranged v0.5.8
14342026-06-05T21:21:26.770Z Compiling time-macros v0.2.27
14352026-06-05T21:21:26.782Z Compiling rustls-pki-types v1.14.1
14362026-06-05T21:21:26.856Z Compiling scroll v0.13.0
14372026-06-05T21:21:27.120Z Compiling num_threads v0.1.7
14382026-06-05T21:21:27.219Z Compiling openssl-probe v0.2.1
14392026-06-05T21:21:27.275Z Compiling hex v0.4.3
14402026-06-05T21:21:27.405Z Compiling regex v1.12.3
14412026-06-05T21:21:27.526Z Compiling goblin v0.10.7
14422026-06-05T21:21:27.899Z Compiling untrusted v0.7.1
14432026-06-05T21:21:28.124Z Compiling camino v1.2.2
14442026-06-05T21:21:28.322Z Compiling usdt-impl v0.6.0
14452026-06-05T21:21:28.348Z Compiling rustls v0.23.40
14462026-06-05T21:21:28.384Z Compiling crc32fast v1.5.0
14472026-06-05T21:21:28.600Z Compiling h2 v0.4.14
14482026-06-05T21:21:28.728Z Compiling dtrace-parser v0.3.0
14492026-06-05T21:21:28.731Z Compiling crossbeam-utils v0.8.21
14502026-06-05T21:21:29.088Z Compiling futures-executor v0.3.32
14512026-06-05T21:21:29.112Z Compiling structmeta-derive v0.3.0
14522026-06-05T21:21:29.254Z Compiling thread-id v5.1.0
14532026-06-05T21:21:29.335Z Compiling cpufeatures v0.3.0
14542026-06-05T21:21:29.372Z Compiling simd-adler32 v0.3.9
14552026-06-05T21:21:29.408Z Compiling adler2 v2.0.1
14562026-06-05T21:21:29.539Z Compiling miniz_oxide v0.8.9
14572026-06-05T21:21:29.566Z Compiling futures v0.3.32
14582026-06-05T21:21:29.606Z Compiling rand_core v0.9.5
14592026-06-05T21:21:29.820Z Compiling darling_core v0.23.0
14602026-06-05T21:21:30.150Z Compiling newtype-uuid-macros v0.1.0
14612026-06-05T21:21:30.166Z Compiling structmeta v0.3.0
14622026-06-05T21:21:30.193Z Compiling hybrid-array v0.4.12
14632026-06-05T21:21:30.367Z Compiling dof v0.4.0
14642026-06-05T21:21:30.661Z Compiling hyper v1.10.1
14652026-06-05T21:21:30.830Z Compiling thread_local v1.1.9
14662026-06-05T21:21:30.952Z Compiling match_cfg v0.1.0
14672026-06-05T21:21:31.022Z Compiling flate2 v1.1.9
14682026-06-05T21:21:31.633Z Compiling newtype-uuid v1.3.2
14692026-06-05T21:21:31.724Z Compiling hyper-util v0.1.20
14702026-06-05T21:21:31.828Z Compiling quick-error v1.2.3
14712026-06-05T21:21:31.900Z Compiling darling_macro v0.23.0
14722026-06-05T21:21:31.933Z Compiling compression-core v0.4.32
14732026-06-05T21:21:31.968Z Compiling ref-cast v1.0.25
14742026-06-05T21:21:32.087Z Compiling slog-async v2.8.0
14752026-06-05T21:21:32.430Z Compiling compression-codecs v0.4.38
14762026-06-05T21:21:32.451Z Compiling daft v0.1.7
14772026-06-05T21:21:32.495Z Compiling darling v0.23.0
14782026-06-05T21:21:32.558Z Compiling usdt-attr-macro v0.6.0
14792026-06-05T21:21:32.595Z Compiling usdt-macro v0.6.0
14802026-06-05T21:21:32.616Z Compiling block-buffer v0.12.0
14812026-06-05T21:21:32.730Z Compiling crypto-common v0.2.2
14822026-06-05T21:21:32.730Z Compiling rand_chacha v0.9.0
14832026-06-05T21:21:33.030Z Compiling ref-cast-impl v1.0.25
14842026-06-05T21:21:33.185Z Compiling strum_macros v0.26.4
14852026-06-05T21:21:33.215Z Compiling serde_spanned v1.1.1
14862026-06-05T21:21:33.363Z Compiling generic-array v0.14.7
14872026-06-05T21:21:33.490Z Compiling multer v3.1.0
14882026-06-05T21:21:33.657Z Compiling debug-ignore v1.0.5
14892026-06-05T21:21:33.694Z Compiling const-oid v0.10.2
14902026-06-05T21:21:33.728Z Compiling toml_writer v1.1.1+spec-1.1.0
14912026-06-05T21:21:33.744Z Compiling take_mut v0.2.2
14922026-06-05T21:21:33.744Z Compiling term v1.2.1
14932026-06-05T21:21:33.764Z Compiling bit-vec v0.8.0
14942026-06-05T21:21:33.840Z Compiling digest v0.11.3
14952026-06-05T21:21:33.945Z Compiling bit-set v0.8.0
14962026-06-05T21:21:33.945Z Compiling rand v0.9.4
14972026-06-05T21:21:33.987Z Compiling serde_with_macros v3.20.0
14982026-06-05T21:21:34.003Z Compiling async-stream-impl v0.3.6
14992026-06-05T21:21:34.113Z Compiling dropshot v0.17.1
15002026-06-05T21:21:34.355Z Compiling encoding_rs v0.8.35
15012026-06-05T21:21:34.466Z Compiling syn v1.0.109
15022026-06-05T21:21:34.566Z Compiling spin v0.9.8
15032026-06-05T21:21:34.644Z Compiling unarray v0.1.4
15042026-06-05T21:21:34.677Z Compiling mime v0.3.17
15052026-06-05T21:21:34.753Z Compiling async-stream v0.3.6
15062026-06-05T21:21:34.845Z Compiling strum v0.26.3
15072026-06-05T21:21:34.878Z Compiling sha1 v0.11.0
15082026-06-05T21:21:34.948Z Compiling derive-ex v0.1.8
15092026-06-05T21:21:34.970Z Compiling tower v0.5.3
15102026-06-05T21:21:35.074Z Compiling dropshot_endpoint v0.17.1
15112026-06-05T21:21:35.108Z Compiling macaddr v1.0.1
15122026-06-05T21:21:35.120Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15132026-06-05T21:21:35.411Z Compiling waitgroup v0.1.2
15142026-06-05T21:21:35.432Z Compiling serde_path_to_error v0.1.20
15152026-06-05T21:21:35.606Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15162026-06-05T21:21:35.735Z Compiling tower-http v0.6.11
15172026-06-05T21:21:35.817Z Compiling tempfile v3.27.0
15182026-06-05T21:21:36.026Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15192026-06-05T21:21:36.155Z Compiling openapiv3 v2.2.0
15202026-06-05T21:21:36.202Z Compiling strum_macros v0.27.2
15212026-06-05T21:21:36.231Z Compiling instant v0.1.13
15222026-06-05T21:21:36.334Z Compiling time v0.3.47
15232026-06-05T21:21:36.521Z Compiling test-strategy v0.4.5
15242026-06-05T21:21:37.624Z Compiling rustls-native-certs v0.8.4
15252026-06-05T21:21:37.839Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15262026-06-05T21:21:37.915Z Compiling crossbeam-channel v0.5.15
15272026-06-05T21:21:37.938Z Compiling crypto-common v0.1.7
15282026-06-05T21:21:38.056Z Compiling strum v0.27.2
15292026-06-05T21:21:38.072Z Compiling parse-display-derive v0.10.0
15302026-06-05T21:21:38.181Z Compiling backon v1.6.0
15312026-06-05T21:21:38.387Z Compiling rand_chacha v0.3.1
15322026-06-05T21:21:38.876Z Compiling rand v0.8.6
15332026-06-05T21:21:39.188Z Compiling slog-json v2.6.1
15342026-06-05T21:21:39.266Z Compiling hostname v0.3.1
15352026-06-05T21:21:39.407Z Compiling toml_parser v1.1.2+spec-1.1.0
15362026-06-05T21:21:39.504Z Compiling toml_datetime v1.1.1+spec-1.1.0
15372026-06-05T21:21:39.518Z Compiling is-terminal v0.4.17
15382026-06-05T21:21:39.567Z Compiling wait-timeout v0.2.1
15392026-06-05T21:21:39.619Z Compiling memmap2 v0.9.10
15402026-06-05T21:21:39.805Z Compiling either v1.16.0
15412026-06-05T21:21:39.842Z Compiling usdt v0.6.0
15422026-06-05T21:21:39.859Z Compiling toml v1.1.2+spec-1.1.0
15432026-06-05T21:21:40.096Z Compiling rusty-fork v0.3.1
15442026-06-05T21:21:40.114Z Compiling slog-term v2.9.2
15452026-06-05T21:21:40.132Z Compiling slog-bunyan v2.5.0
15462026-06-05T21:21:40.200Z Compiling serde_with v3.20.0
15472026-06-05T21:21:40.256Z Compiling async-compression v0.4.42
15482026-06-05T21:21:40.447Z Compiling rand_xorshift v0.4.0
15492026-06-05T21:21:40.566Z Compiling rustls-pemfile v2.2.0
15502026-06-05T21:21:40.589Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15512026-06-05T21:21:40.699Z Compiling regress v0.10.5
15522026-06-05T21:21:40.737Z Compiling hostname v0.4.2
15532026-06-05T21:21:40.753Z Compiling humantime v2.3.0
15542026-06-05T21:21:40.873Z Compiling proptest v1.11.0
15552026-06-05T21:21:41.020Z Compiling iddqd v0.4.2
15562026-06-05T21:21:41.280Z Compiling reqwest v0.12.28
15572026-06-05T21:21:41.409Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15582026-06-05T21:21:41.658Z Compiling block-buffer v0.10.4
15592026-06-05T21:21:41.951Z Compiling digest v0.10.7
15602026-06-05T21:21:41.970Z Compiling itertools v0.14.0
15612026-06-05T21:21:42.169Z Compiling parse-display v0.10.0
15622026-06-05T21:21:42.309Z Compiling progenitor-client v0.10.0
15632026-06-05T21:21:42.499Z Compiling backoff v0.4.0
15642026-06-05T21:21:42.623Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15652026-06-05T21:21:43.258Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15662026-06-05T21:21:44.454Z Compiling regress v0.11.1
15672026-06-05T21:21:44.742Z Compiling utf8parse v0.2.2
15682026-06-05T21:21:44.820Z Compiling anstyle-parse v1.0.0
15692026-06-05T21:21:44.875Z Compiling is_terminal_polyfill v1.70.2
15702026-06-05T21:21:44.968Z Compiling colorchoice v1.0.5
15712026-06-05T21:21:45.079Z Compiling anstyle v1.0.14
15722026-06-05T21:21:45.143Z Compiling anstyle-query v1.1.5
15732026-06-05T21:21:45.249Z Compiling anstream v1.0.0
15742026-06-05T21:21:45.733Z Compiling toml_datetime v0.6.11
15752026-06-05T21:21:46.017Z Compiling typify-impl v0.6.2
15762026-06-05T21:21:46.130Z Compiling zerocopy-derive v0.7.35
15772026-06-05T21:21:46.138Z Compiling cpufeatures v0.2.17
15782026-06-05T21:21:46.181Z Compiling clap_lex v1.1.0
15792026-06-05T21:21:46.430Z Compiling convert_case v0.4.0
15802026-06-05T21:21:46.958Z Compiling zerocopy v0.7.35
15812026-06-05T21:21:47.014Z Compiling derive_more v0.99.20
15822026-06-05T21:21:47.361Z Compiling unicode-width v0.2.2
15832026-06-05T21:21:47.759Z Compiling secrecy v0.10.3
15842026-06-05T21:21:48.108Z Compiling clap_derive v4.6.1
15852026-06-05T21:21:48.177Z Compiling float-ord v0.3.2
15862026-06-05T21:21:48.294Z Compiling tinyvec_macros v0.1.1
15872026-06-05T21:21:48.364Z Compiling crucible-workspace-hack v0.1.0
15882026-06-05T21:21:48.526Z Compiling tinyvec v1.11.0
15892026-06-05T21:21:49.066Z Compiling terminal_size v0.4.4
15902026-06-05T21:21:49.200Z Compiling dtrace-parser v0.2.0
15912026-06-05T21:21:49.212Z Compiling scroll_derive v0.12.1
15922026-06-05T21:21:49.304Z Compiling num-integer v0.1.46
15932026-06-05T21:21:49.620Z Compiling rustc_version v0.4.1
15942026-06-05T21:21:49.633Z Compiling usdt-impl v0.5.0
15952026-06-05T21:21:49.891Z Compiling curve25519-dalek v4.1.3
15962026-06-05T21:21:49.933Z Compiling scroll v0.12.0
15972026-06-05T21:21:50.212Z Compiling dof v0.3.0
15982026-06-05T21:21:50.256Z Compiling hmac v0.12.1
15992026-06-05T21:21:50.308Z Compiling inout v0.1.4
16002026-06-05T21:21:50.388Z Compiling darling_core v0.21.3
16012026-06-05T21:21:50.405Z Compiling ff v0.13.1
16022026-06-05T21:21:50.529Z Compiling thread-id v4.2.2
16032026-06-05T21:21:50.550Z Compiling group v0.13.0
16042026-06-05T21:21:50.820Z Compiling cipher v0.4.4
16052026-06-05T21:21:51.032Z Compiling hkdf v0.12.4
16062026-06-05T21:21:51.118Z Compiling goblin v0.8.2
16072026-06-05T21:21:51.168Z Compiling num-iter v0.1.45
16082026-06-05T21:21:51.246Z Compiling num-rational v0.4.2
16092026-06-05T21:21:51.282Z Compiling clap_builder v4.6.0
16102026-06-05T21:21:51.472Z Compiling toml_edit v0.25.12+spec-1.1.0
16112026-06-05T21:21:51.548Z Compiling thiserror-impl-no-std v2.0.2
16122026-06-05T21:21:51.854Z Compiling universal-hash v0.5.1
16132026-06-05T21:21:51.994Z Compiling crypto-bigint v0.5.5
16142026-06-05T21:21:52.362Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16152026-06-05T21:21:52.383Z Compiling typify-macro v0.6.2
16162026-06-05T21:21:52.470Z Compiling darling_macro v0.21.3
16172026-06-05T21:21:52.764Z Compiling crossbeam-epoch v0.9.18
16182026-06-05T21:21:53.088Z Compiling half v2.7.1
16192026-06-05T21:21:53.112Z Compiling curve25519-dalek-derive v0.1.1
16202026-06-05T21:21:53.161Z Compiling num-complex v0.4.6
16212026-06-05T21:21:53.480Z Compiling base64ct v1.8.3
16222026-06-05T21:21:53.550Z Compiling opaque-debug v0.3.1
16232026-06-05T21:21:53.621Z Compiling base16ct v0.2.0
16242026-06-05T21:21:53.658Z Compiling ciborium-io v0.2.2
16252026-06-05T21:21:53.752Z Compiling ciborium-ll v0.2.2
16262026-06-05T21:21:53.780Z Compiling elliptic-curve v0.13.8
16272026-06-05T21:21:53.853Z Compiling password-hash v0.5.0
16282026-06-05T21:21:53.964Z Compiling poly1305 v0.8.0
16292026-06-05T21:21:54.232Z Compiling num v0.4.3
16302026-06-05T21:21:54.422Z Compiling darling v0.21.3
16312026-06-05T21:21:54.503Z Compiling clap v4.6.1
16322026-06-05T21:21:54.518Z Compiling typify v0.6.2
16332026-06-05T21:21:54.607Z Compiling thiserror-no-std v2.0.2
16342026-06-05T21:21:54.694Z Compiling proc-macro-crate v3.5.0
16352026-06-05T21:21:54.942Z Compiling chacha20 v0.9.1
16362026-06-05T21:21:55.121Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16372026-06-05T21:21:55.168Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16382026-06-05T21:21:55.703Z Compiling blake2 v0.10.6
16392026-06-05T21:21:55.804Z Compiling aead v0.5.2
16402026-06-05T21:21:55.878Z Compiling byte-wrapper v0.1.0
16412026-06-05T21:21:55.962Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16422026-06-05T21:21:56.144Z Compiling proc-macro-error-attr v1.0.4
16432026-06-05T21:21:56.317Z Compiling prettyplease v0.2.37
16442026-06-05T21:21:56.379Z Compiling rustix v0.38.44
16452026-06-05T21:21:56.414Z Compiling keccak v0.1.6
16462026-06-05T21:21:56.564Z Compiling heapless v0.8.0
16472026-06-05T21:21:56.649Z Compiling unsafe-libyaml v0.2.11
16482026-06-05T21:21:57.106Z Compiling sha3 v0.10.9
16492026-06-05T21:21:57.188Z Compiling serde_yaml v0.9.34+deprecated
16502026-06-05T21:21:57.370Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16512026-06-05T21:21:57.397Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16522026-06-05T21:21:58.359Z Compiling chacha20poly1305 v0.10.1
16532026-06-05T21:21:58.460Z Compiling argon2 v0.5.3
16542026-06-05T21:21:58.505Z Compiling num_enum_derive v0.7.6
16552026-06-05T21:21:58.611Z Compiling vsss-rs v3.3.4
16562026-06-05T21:21:58.642Z Compiling ingot-macros v0.1.1
16572026-06-05T21:21:58.696Z Compiling ciborium v0.2.2
16582026-06-05T21:21:59.395Z Compiling usdt-macro v0.5.0
16592026-06-05T21:21:59.550Z Compiling usdt-attr-macro v0.5.0
16602026-06-05T21:22:00.490Z Compiling serde_spanned v0.6.9
16612026-06-05T21:22:00.634Z Compiling enum-as-inner v0.6.1
16622026-06-05T21:22:00.873Z Compiling hash32 v0.3.1
16632026-06-05T21:22:00.887Z Compiling proc-macro-error v1.0.4
16642026-06-05T21:22:01.104Z Compiling memmap v0.7.0
16652026-06-05T21:22:01.130Z Compiling memoffset v0.9.1
16662026-06-05T21:22:01.256Z Compiling smoltcp v0.11.0
16672026-06-05T21:22:01.290Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16682026-06-05T21:22:01.332Z Compiling data-encoding v2.11.0
16692026-06-05T21:22:01.380Z Compiling indent_write v2.2.0
16702026-06-05T21:22:01.543Z Compiling winnow v0.5.40
16712026-06-05T21:22:01.546Z Compiling toml_write v0.1.2
16722026-06-05T21:22:01.567Z Compiling cfg_aliases v0.2.1
16732026-06-05T21:22:01.567Z Compiling winnow v0.7.15
16742026-06-05T21:22:01.638Z Compiling nix v0.31.3
16752026-06-05T21:22:01.653Z Compiling ingot-types v0.1.2
16762026-06-05T21:22:01.843Z Compiling usdt v0.5.0
16772026-06-05T21:22:02.161Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16782026-06-05T21:22:02.164Z Compiling num_enum v0.7.6
16792026-06-05T21:22:02.188Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16802026-06-05T21:22:02.278Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16812026-06-05T21:22:02.484Z Compiling rustls-webpki v0.103.13
16822026-06-05T21:22:02.799Z Compiling tabwriter v1.4.1
16832026-06-05T21:22:02.937Z Compiling toml_edit v0.19.15
16842026-06-05T21:22:02.977Z Compiling toml_edit v0.22.27
16852026-06-05T21:22:03.635Z Compiling cobs v0.3.0
16862026-06-05T21:22:03.689Z Compiling serde_repr v0.1.20
16872026-06-05T21:22:03.739Z Compiling bitflags v1.3.2
16882026-06-05T21:22:03.815Z Compiling vcpkg v0.2.15
16892026-06-05T21:22:03.832Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16902026-06-05T21:22:04.070Z Compiling pkg-config v0.3.33
16912026-06-05T21:22:04.315Z Compiling managed v0.8.0
16922026-06-05T21:22:04.387Z Compiling proc-macro-crate v1.3.1
16932026-06-05T21:22:04.541Z Compiling openssl-sys v0.9.116
16942026-06-05T21:22:04.715Z Compiling toml v0.8.23
16952026-06-05T21:22:05.021Z Compiling postcard v1.1.3
16962026-06-05T21:22:05.436Z Compiling ingot v0.1.1
16972026-06-05T21:22:05.714Z Compiling hubpack_derive v0.1.1
16982026-06-05T21:22:06.236Z Compiling tokio-rustls v0.26.4
16992026-06-05T21:22:06.263Z Compiling rustls-platform-verifier v0.7.0
17002026-06-05T21:22:06.494Z Compiling hyper-rustls v0.27.9
17012026-06-05T21:22:06.820Z Compiling reqwest v0.13.4
17022026-06-05T21:22:07.315Z Compiling foreign-types-macros v0.2.3
17032026-06-05T21:22:07.645Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17042026-06-05T21:22:07.686Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17052026-06-05T21:22:07.940Z Compiling unicode-segmentation v1.13.3
17062026-06-05T21:22:07.961Z Compiling semver v0.1.20
17072026-06-05T21:22:08.056Z Compiling progenitor-client v0.14.0
17082026-06-05T21:22:08.364Z Compiling progenitor-extras v0.2.0
17092026-06-05T21:22:08.376Z Compiling colored v3.1.1
17102026-06-05T21:22:08.609Z Compiling swrite v0.1.0
17112026-06-05T21:22:08.707Z Compiling foreign-types-shared v0.3.1
17122026-06-05T21:22:08.777Z Compiling heck v0.4.1
17132026-06-05T21:22:08.790Z Compiling linked-hash-map v0.5.6
17142026-06-05T21:22:08.800Z Compiling resolv-conf v0.7.6
17152026-06-05T21:22:08.974Z Compiling static_assertions v1.1.0
17162026-06-05T21:22:08.986Z Compiling rayon-core v1.13.0
17172026-06-05T21:22:09.052Z Compiling lru-cache v0.1.2
17182026-06-05T21:22:09.181Z Compiling foreign-types v0.5.0
17192026-06-05T21:22:09.184Z Compiling newline-converter v0.3.0
17202026-06-05T21:22:09.231Z Compiling rustc_version v0.1.7
17212026-06-05T21:22:09.262Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17222026-06-05T21:22:09.308Z Compiling hubpack v0.1.2
17232026-06-05T21:22:09.429Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17242026-06-05T21:22:10.555Z Compiling num_enum_derive v0.5.11
17252026-06-05T21:22:11.148Z Compiling atomicwrites v0.4.4
17262026-06-05T21:22:11.175Z Compiling hickory-proto v0.24.4
17272026-06-05T21:22:11.343Z Compiling progenitor-impl v0.13.0
17282026-06-05T21:22:11.587Z Compiling crossbeam-deque v0.8.6
17292026-06-05T21:22:11.787Z Compiling console v0.15.11
17302026-06-05T21:22:12.470Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17312026-06-05T21:22:12.749Z Compiling camino-tempfile v1.4.1
17322026-06-05T21:22:13.013Z Compiling chacha20 v0.10.0
17332026-06-05T21:22:13.026Z Compiling serde-big-array v0.5.1
17342026-06-05T21:22:13.171Z Compiling pin-project-internal v1.1.13
17352026-06-05T21:22:13.280Z Compiling num-derive v0.4.2
17362026-06-05T21:22:13.449Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-06-05T21:22:13.578Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-06-05T21:22:14.295Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17392026-06-05T21:22:14.599Z Compiling derive-where v1.6.1
17402026-06-05T21:22:14.835Z Compiling cstr-argument v0.1.2
17412026-06-05T21:22:15.001Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17422026-06-05T21:22:15.013Z Compiling similar v2.7.0
17432026-06-05T21:22:15.239Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17442026-06-05T21:22:15.500Z Compiling minimal-lexical v0.2.1
17452026-06-05T21:22:15.650Z Compiling siphasher v1.0.3
17462026-06-05T21:22:15.755Z Compiling nom v7.1.3
17472026-06-05T21:22:15.768Z Compiling expectorate v1.2.0
17482026-06-05T21:22:15.847Z Compiling phf_shared v0.12.1
17492026-06-05T21:22:15.913Z Compiling progenitor-macro v0.13.0
17502026-06-05T21:22:15.941Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17512026-06-05T21:22:16.206Z Compiling pin-project v1.1.13
17522026-06-05T21:22:16.271Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-06-05T21:22:16.307Z Compiling rand v0.10.1
17542026-06-05T21:22:16.457Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17552026-06-05T21:22:16.521Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17562026-06-05T21:22:16.647Z Compiling hickory-resolver v0.24.4
17572026-06-05T21:22:17.122Z Compiling num_enum v0.5.11
17582026-06-05T21:22:17.248Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17592026-06-05T21:22:17.315Z Compiling newtype_derive v0.1.6
17602026-06-05T21:22:17.454Z Compiling progenitor-client v0.13.0
17612026-06-05T21:22:17.796Z Compiling progenitor-impl v0.14.0
17622026-06-05T21:22:17.955Z Compiling unicode-normalization v0.1.25
17632026-06-05T21:22:18.436Z Compiling tokio-stream v0.1.18
17642026-06-05T21:22:18.920Z Compiling async-recursion v1.1.1
17652026-06-05T21:22:19.230Z Compiling snafu-derive v0.8.9
17662026-06-05T21:22:19.368Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17672026-06-05T21:22:19.472Z Compiling slog-dtrace v0.3.0
17682026-06-05T21:22:19.629Z Compiling csv-core v0.1.13
17692026-06-05T21:22:19.684Z Compiling bstr v1.12.1
17702026-06-05T21:22:19.723Z Compiling chrono-tz v0.10.4
17712026-06-05T21:22:19.895Z Compiling foreign-types-shared v0.1.1
17722026-06-05T21:22:19.957Z Compiling openssl v0.10.80
17732026-06-05T21:22:19.986Z Compiling highway v1.3.0
17742026-06-05T21:22:20.199Z Compiling konst_macro_rules v0.2.19
17752026-06-05T21:22:20.240Z Compiling unicode-width v0.1.14
17762026-06-05T21:22:20.381Z Compiling unicode-xid v0.2.6
17772026-06-05T21:22:20.384Z Compiling owo-colors v4.3.0
17782026-06-05T21:22:20.505Z Compiling same-file v1.0.6
17792026-06-05T21:22:20.528Z Compiling foldhash v0.1.5
17802026-06-05T21:22:20.683Z Compiling cancel-safe-futures v0.1.5
17812026-06-05T21:22:20.709Z Compiling hashbrown v0.15.5
17822026-06-05T21:22:20.796Z Compiling walkdir v2.5.0
17832026-06-05T21:22:20.965Z Compiling const_format_proc_macros v0.2.34
17842026-06-05T21:22:20.978Z Compiling snafu v0.8.9
17852026-06-05T21:22:21.089Z Compiling progenitor v0.13.0
17862026-06-05T21:22:21.159Z Compiling konst v0.2.20
17872026-06-05T21:22:21.216Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17882026-06-05T21:22:21.229Z Compiling globset v0.4.18
17892026-06-05T21:22:21.240Z Compiling foreign-types v0.3.2
17902026-06-05T21:22:21.327Z Compiling csv v1.4.0
17912026-06-05T21:22:21.380Z Compiling progenitor-macro v0.14.0
17922026-06-05T21:22:21.404Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17932026-06-05T21:22:21.451Z Compiling qorb v0.4.1
17942026-06-05T21:22:21.886Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17952026-06-05T21:22:22.064Z Compiling olpc-cjson v0.1.4
17962026-06-05T21:22:22.234Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17972026-06-05T21:22:23.525Z Compiling rayon v1.12.0
17982026-06-05T21:22:23.709Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17992026-06-05T21:22:23.723Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18002026-06-05T21:22:24.056Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18012026-06-05T21:22:24.284Z Compiling phf v0.12.1
18022026-06-05T21:22:24.434Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-06-05T21:22:24.470Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18042026-06-05T21:22:25.073Z Compiling zone_cfg_derive v0.3.1
18052026-06-05T21:22:25.317Z Compiling tokio-dtrace v0.1.1
18062026-06-05T21:22:25.460Z Compiling itertools v0.12.1
18072026-06-05T21:22:25.579Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18082026-06-05T21:22:25.779Z Compiling libsw-core v0.3.2
18092026-06-05T21:22:25.791Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18102026-06-05T21:22:25.952Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-06-05T21:22:26.168Z Compiling serde_plain v1.0.2
18122026-06-05T21:22:26.383Z Compiling openssl-macros v0.1.1
18132026-06-05T21:22:26.535Z Compiling pem v3.0.6
18142026-06-05T21:22:26.557Z Compiling cookie v0.18.1
18152026-06-05T21:22:26.691Z Compiling sigpipe v0.1.3
18162026-06-05T21:22:26.784Z Compiling fixedbitset v0.5.7
18172026-06-05T21:22:26.809Z Compiling glob v0.3.3
18182026-06-05T21:22:26.886Z Compiling fixedbitset v0.4.2
18192026-06-05T21:22:26.930Z Compiling jiff v0.2.28
18202026-06-05T21:22:27.129Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-06-05T21:22:27.140Z Compiling bytecount v0.6.9
18222026-06-05T21:22:27.178Z Compiling typed-path v0.9.3
18232026-06-05T21:22:27.233Z Compiling papergrid v0.11.0
18242026-06-05T21:22:27.256Z Compiling petgraph v0.6.5
18252026-06-05T21:22:27.273Z Compiling petgraph v0.8.3
18262026-06-05T21:22:28.584Z Compiling tough v0.22.0
18272026-06-05T21:22:28.829Z Compiling zone v0.3.1
18282026-06-05T21:22:29.069Z Compiling progenitor v0.14.0
18292026-06-05T21:22:29.103Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-06-05T21:22:29.204Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18312026-06-05T21:22:29.216Z Compiling libsw v3.5.0
18322026-06-05T21:22:29.296Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18332026-06-05T21:22:29.389Z Compiling oxide-tokio-rt v0.1.6
18342026-06-05T21:22:29.518Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-06-05T21:22:29.535Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18362026-06-05T21:22:29.641Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-06-05T21:22:29.706Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-06-05T21:22:30.753Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-06-05T21:22:30.753Z Compiling const_format v0.2.36
18402026-06-05T21:22:30.817Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-05T21:22:31.230Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18422026-06-05T21:22:31.243Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-06-05T21:22:31.630Z Compiling tabled_derive v0.7.0
18442026-06-05T21:22:31.699Z Compiling gethostname v0.5.0
18452026-06-05T21:22:31.797Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-05T21:22:31.817Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18472026-06-05T21:22:31.829Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-06-05T21:22:31.840Z Compiling bcs v0.1.6
18492026-06-05T21:22:31.913Z Compiling smf v0.2.3
18502026-06-05T21:22:31.945Z Compiling tagptr v0.2.0
18512026-06-05T21:22:32.100Z Compiling smawk v0.3.2
18522026-06-05T21:22:32.155Z Compiling unicode-linebreak v0.1.5
18532026-06-05T21:22:32.237Z Compiling whoami v1.6.1
18542026-06-05T21:22:32.405Z Compiling linear-map v1.2.0
18552026-06-05T21:22:32.518Z Compiling lazy_static v1.5.0
18562026-06-05T21:22:32.564Z Compiling termtree v0.5.1
18572026-06-05T21:22:32.621Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-05T21:22:32.697Z Compiling tabled v0.15.0
18592026-06-05T21:22:32.710Z Compiling steno v0.4.1
18602026-06-05T21:22:33.127Z Compiling textwrap v0.16.2
18612026-06-05T21:22:33.271Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-05T21:22:33.670Z Compiling moka v0.12.15
18632026-06-05T21:22:34.395Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-05T21:22:34.473Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-05T21:22:34.623Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-05T21:22:35.436Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-05T21:22:35.464Z Compiling hickory-proto v0.25.2
18682026-06-05T21:22:36.019Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18692026-06-05T21:22:36.397Z Compiling parking_lot_core v0.8.6
18702026-06-05T21:22:36.714Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18712026-06-05T21:22:37.036Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-06-05T21:22:37.247Z Compiling libscf-sys v1.2.0
18732026-06-05T21:22:37.316Z Compiling hickory-resolver v0.25.2
18742026-06-05T21:22:37.389Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18752026-06-05T21:22:37.392Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18762026-06-05T21:22:37.702Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18772026-06-05T21:22:37.809Z Compiling nom v8.0.0
18782026-06-05T21:22:37.954Z Compiling parking_lot v0.11.2
18792026-06-05T21:22:38.080Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18802026-06-05T21:22:38.158Z Compiling fxhash v0.2.1
18812026-06-05T21:22:38.299Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-05T21:22:38.324Z Compiling internet-checksum v0.2.1
18832026-06-05T21:22:38.376Z Compiling sled v0.34.7
18842026-06-05T21:22:38.465Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18852026-06-05T21:22:39.951Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18862026-06-05T21:22:43.097Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-05T21:22:44.162Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18882026-06-05T21:22:50.840Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-05T21:22:52.446Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-05T21:22:53.487Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18912026-06-05T21:22:54.421Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18922026-06-05T21:22:55.448Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18932026-06-05T21:23:17.871Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
18942026-06-05T21:23:18.055Z────────────
18952026-06-05T21:23:18.055Z Nextest run ID 9ba57dca-550f-49e4-a78c-19c251ddb249 with nextest profile: default
18962026-06-05T21:23:18.055Z Starting 15 tests across 1 binary (28 tests skipped)
18972026-06-05T21:23:34.918Z PASS [ 16.859s] rdb proptest::prop_ipv4_host_bits_always_unset
18982026-06-05T21:23:34.964Z PASS [ 16.905s] rdb proptest::prop_ipv4_within_self
18992026-06-05T21:23:34.982Z PASS [ 16.923s] rdb proptest::prop_ipv4_default_contains_all
19002026-06-05T21:23:35.011Z PASS [ 16.952s] rdb proptest::prop_ipv6_host_bits_always_unset
19012026-06-05T21:23:35.038Z PASS [ 16.979s] rdb proptest::prop_ipv6_default_contains_all
19022026-06-05T21:23:35.081Z PASS [ 17.022s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19032026-06-05T21:23:35.462Z PASS [ 17.403s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19042026-06-05T21:23:51.893Z PASS [ 16.970s] rdb proptest::prop_ipv6_within_self
19052026-06-05T21:24:01.243Z PASS [ 26.272s] rdb proptest::prop_static_route_key_deduplication
19062026-06-05T21:24:11.451Z PASS [ 36.459s] rdb proptest::prop_static_route_key_normalization_idempotent
19072026-06-05T21:24:11.470Z PASS [ 36.422s] rdb proptest::prop_static_route_key_normalization_preserves_length
19082026-06-05T21:24:11.482Z PASS [ 36.462s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19092026-06-05T21:24:11.555Z PASS [ 36.464s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19102026-06-05T21:24:18.078Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19112026-06-05T21:24:28.817Z PASS [ 53.342s] rdb proptest::prop_static_route_key_ord_consistency
19122026-06-05T21:25:18.088Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19132026-06-05T21:26:18.105Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19142026-06-05T21:27:18.121Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19152026-06-05T21:27:36.652Z PASS [ 258.531s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19162026-06-05T21:27:36.656Z────────────
19172026-06-05T21:27:36.656Z Summary [ 258.532s] 15 tests run: 15 passed (1 slow), 28 skipped
19182026-06-05T21:27:36.666Z+ cp './*.log' /work/
19192026-06-05T21:27:36.669Z+ true
19202026-06-05T21:27:36.669Z+ [[ -d proptest-regressions ]]
19212026-06-05T21:27:36.670Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19222026-06-05T21:27:36.674Z+ popd
19232026-06-05T21:27:36.674Z+ pushd bgp
19242026-06-05T21:27:36.674Z/work/oxidecomputer/maghemite
19252026-06-05T21:27:36.674Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19262026-06-05T21:27:36.674Z+ PROPTEST_CASES=1000000
19272026-06-05T21:27:36.674Z+ cargo nextest run --lib proptest
19282026-06-05T21:27:37.853Z Compiling smallvec v1.15.1
19292026-06-05T21:27:38.013Z Compiling crunchy v0.2.4
19302026-06-05T21:27:38.033Z Compiling tiny-keccak v2.0.2
19312026-06-05T21:27:38.043Z Compiling ahash v0.8.12
19322026-06-05T21:27:38.046Z Compiling smartstring v1.0.1
19332026-06-05T21:27:38.061Z Compiling thin-vec v0.2.18
19342026-06-05T21:27:38.061Z Compiling rhai_codegen v3.2.0
19352026-06-05T21:27:38.156Z Compiling icu_normalizer v2.2.0
19362026-06-05T21:27:38.167Z Compiling parking_lot_core v0.9.12
19372026-06-05T21:27:38.327Z Compiling parking_lot_core v0.8.6
19382026-06-05T21:27:38.355Z Compiling parking_lot v0.12.5
19392026-06-05T21:27:38.554Z Compiling idna_adapter v1.2.2
19402026-06-05T21:27:38.619Z Compiling tokio v1.52.3
19412026-06-05T21:27:38.706Z Compiling idna v1.1.0
19422026-06-05T21:27:38.773Z Compiling moka v0.12.15
19432026-06-05T21:27:38.879Z Compiling const-random-macro v0.1.16
19442026-06-05T21:27:38.903Z Compiling parking_lot v0.11.2
19452026-06-05T21:27:39.282Z Compiling url v2.5.8
19462026-06-05T21:27:39.298Z Compiling const-random v0.1.18
19472026-06-05T21:27:39.502Z Compiling sled v0.34.7
19482026-06-05T21:27:39.550Z Compiling serial_test_derive v3.5.0
19492026-06-05T21:27:39.680Z Compiling diff v0.1.13
19502026-06-05T21:27:39.868Z Compiling schemars v0.8.22
19512026-06-05T21:27:39.960Z Compiling yansi v1.0.1
19522026-06-05T21:27:39.972Z Compiling rhai v1.25.1
19532026-06-05T21:27:40.192Z Compiling pretty_assertions v1.4.1
19542026-06-05T21:27:40.276Z Compiling serial_test v3.5.0
19552026-06-05T21:27:40.640Z Compiling ipnetwork v0.21.1
19562026-06-05T21:27:40.640Z Compiling newtype-uuid v1.3.2
19572026-06-05T21:27:40.640Z Compiling serde_with v3.20.0
19582026-06-05T21:27:41.005Z Compiling oxnet v0.1.6
19592026-06-05T21:27:41.080Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19602026-06-05T21:27:41.387Z Compiling daft v0.1.7
19612026-06-05T21:27:41.481Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19622026-06-05T21:27:41.660Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19632026-06-05T21:27:42.091Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19642026-06-05T21:27:42.204Z Compiling iddqd v0.4.2
19652026-06-05T21:27:42.290Z Compiling tokio-util v0.7.18
19662026-06-05T21:27:42.393Z Compiling tokio-rustls v0.26.4
19672026-06-05T21:27:42.686Z Compiling tower v0.5.3
19682026-06-05T21:27:42.719Z Compiling async-compression v0.4.42
19692026-06-05T21:27:43.061Z Compiling h2 v0.4.14
19702026-06-05T21:27:43.105Z Compiling tower-http v0.6.11
19712026-06-05T21:27:43.202Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-06-05T21:27:43.460Z Compiling backoff v0.4.0
19732026-06-05T21:27:43.946Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19742026-06-05T21:27:44.300Z Compiling typify-impl v0.6.2
19752026-06-05T21:27:44.541Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19762026-06-05T21:27:44.559Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19772026-06-05T21:27:44.884Z Compiling byte-wrapper v0.1.0
19782026-06-05T21:27:44.956Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19792026-06-05T21:27:45.175Z Compiling hyper v1.10.1
19802026-06-05T21:27:45.262Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19812026-06-05T21:27:45.754Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19822026-06-05T21:27:46.445Z Compiling hyper-util v0.1.20
19832026-06-05T21:27:46.913Z Compiling typify v0.6.2
19842026-06-05T21:27:47.025Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19852026-06-05T21:27:47.091Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19862026-06-05T21:27:47.126Z Compiling hickory-proto v0.24.4
19872026-06-05T21:27:47.617Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19882026-06-05T21:27:47.992Z Compiling hyper-rustls v0.27.9
19892026-06-05T21:27:48.209Z Compiling reqwest v0.13.4
19902026-06-05T21:27:48.312Z Compiling dropshot v0.17.1
19912026-06-05T21:27:48.864Z Compiling reqwest v0.12.28
19922026-06-05T21:27:49.910Z Compiling progenitor-client v0.14.0
19932026-06-05T21:27:50.248Z Compiling progenitor-extras v0.2.0
19942026-06-05T21:27:50.500Z Compiling progenitor-client v0.10.0
19952026-06-05T21:27:51.216Z Compiling progenitor-client v0.13.0
19962026-06-05T21:27:51.533Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19972026-06-05T21:27:52.473Z Compiling hickory-resolver v0.24.4
19982026-06-05T21:27:52.606Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19992026-06-05T21:27:53.184Z Compiling progenitor-impl v0.13.0
20002026-06-05T21:27:53.700Z Compiling tokio-stream v0.1.18
20012026-06-05T21:27:54.182Z Compiling qorb v0.4.1
20022026-06-05T21:27:55.183Z Compiling progenitor v0.13.0
20032026-06-05T21:27:55.321Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20042026-06-05T21:27:55.333Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20052026-06-05T21:27:56.433Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20062026-06-05T21:27:56.742Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20072026-06-05T21:27:56.834Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20082026-06-05T21:27:57.611Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20092026-06-05T21:27:57.753Z Compiling progenitor-impl v0.14.0
20102026-06-05T21:27:57.797Z Compiling libsw-core v0.3.2
20112026-06-05T21:27:57.847Z Compiling tokio-dtrace v0.1.1
20122026-06-05T21:27:57.971Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20132026-06-05T21:27:58.356Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20142026-06-05T21:27:58.425Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20152026-06-05T21:27:58.629Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-06-05T21:27:59.544Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20172026-06-05T21:28:00.253Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20182026-06-05T21:28:00.402Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20192026-06-05T21:28:00.464Z Compiling progenitor v0.14.0
20202026-06-05T21:28:00.566Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20212026-06-05T21:28:00.608Z Compiling oxide-tokio-rt v0.1.6
20222026-06-05T21:28:00.924Z Compiling libsw v3.5.0
20232026-06-05T21:28:01.110Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-06-05T21:28:01.177Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20252026-06-05T21:28:01.262Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20262026-06-05T21:28:01.353Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-06-05T21:28:01.385Z Compiling tough v0.22.0
20282026-06-05T21:28:01.481Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20292026-06-05T21:28:01.617Z Compiling zone v0.3.1
20302026-06-05T21:28:01.858Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-06-05T21:28:01.879Z Compiling cancel-safe-futures v0.1.5
20322026-06-05T21:28:02.186Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-06-05T21:28:02.344Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-06-05T21:28:02.414Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-06-05T21:28:02.947Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-05T21:28:03.129Z Compiling steno v0.4.1
20372026-06-05T21:28:03.153Z Compiling hickory-proto v0.25.2
20382026-06-05T21:28:04.032Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20392026-06-05T21:28:05.039Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-06-05T21:28:05.356Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-06-05T21:28:05.909Z Compiling hickory-resolver v0.25.2
20422026-06-05T21:28:05.921Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20432026-06-05T21:28:06.395Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-06-05T21:28:06.468Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-06-05T21:28:06.675Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-05T21:28:07.629Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-06-05T21:28:07.641Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-06-05T21:28:08.304Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20492026-06-05T21:28:08.416Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20502026-06-05T21:28:09.158Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-05T21:28:09.351Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-05T21:28:12.870Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20532026-06-05T21:28:15.110Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-05T21:28:22.744Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-06-05T21:28:24.362Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-05T21:28:25.388Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20572026-06-05T21:28:26.323Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20582026-06-05T21:28:27.165Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20592026-06-05T21:28:29.173Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20602026-06-05T21:28:59.747Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
20612026-06-05T21:28:59.920Z────────────
20622026-06-05T21:28:59.920Z Nextest run ID 1bd1e084-48d6-4c1d-a11e-3bd3e45dd828 with nextest profile: default
20632026-06-05T21:28:59.920Z Starting 17 tests across 1 binary (133 tests skipped)
20642026-06-05T21:29:17.245Z PASS [ 17.320s] bgp proptest::prop_ipv4_wire_format_roundtrip
20652026-06-05T21:29:19.045Z PASS [ 19.119s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20662026-06-05T21:29:19.149Z PASS [ 19.223s] bgp proptest::prop_ipv4_prefixes_roundtrip
20672026-06-05T21:29:20.330Z PASS [ 20.404s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20682026-06-05T21:29:20.902Z PASS [ 20.976s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20692026-06-05T21:29:21.014Z PASS [ 21.088s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20702026-06-05T21:29:29.433Z PASS [ 29.505s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20712026-06-05T21:29:34.446Z PASS [ 17.196s] bgp proptest::prop_ipv6_wire_format_roundtrip
20722026-06-05T21:29:39.425Z PASS [ 19.091s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20732026-06-05T21:29:39.865Z PASS [ 20.815s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20742026-06-05T21:29:40.242Z PASS [ 19.223s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20752026-06-05T21:29:40.744Z PASS [ 19.837s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20762026-06-05T21:29:59.945Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20772026-06-05T21:30:03.683Z PASS [ 29.226s] bgp proptest::prop_update_mp_unreach_roundtrip
20782026-06-05T21:30:09.107Z PASS [ 68.159s] bgp proptest::prop_encode_decode_semantic_equivalence
20792026-06-05T21:30:19.359Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20802026-06-05T21:30:29.450Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20812026-06-05T21:30:30.762Z PASS [ 71.594s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20822026-06-05T21:30:39.444Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20832026-06-05T21:30:42.421Z PASS [ 62.979s] bgp proptest::prop_update_traditional_roundtrip
20842026-06-05T21:30:44.270Z PASS [ 74.818s] bgp proptest::prop_update_mp_reach_roundtrip
20852026-06-05T21:30:44.274Z────────────
20862026-06-05T21:30:44.274Z Summary [ 104.323s] 17 tests run: 17 passed (4 slow), 133 skipped
20872026-06-05T21:30:44.283Z+ cp './*.log' /work/
20882026-06-05T21:30:44.291Z+ true
20892026-06-05T21:30:44.292Z+ [[ -d proptest-regressions ]]
20902026-06-05T21:30:44.292Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20912026-06-05T21:30:44.292Z+ popd
20922026-06-05T21:30:44.292Z/work/oxidecomputer/maghemite
20932026-06-05T21:30:44.295Zprocess exited: duration 725462 ms, exit code 0
 
20942026-06-05T21:30:44.303Zfound 0 output files