01KR2HHTBAZ4XZB60VK27VS7M9: 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: 01KR2HJBRNTE7FP5XKPEK64XXA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T01:01:04.485Zjob assigned to worker 01KR2HJTAE9T3WBJSWAAE6447K [factory aws, i-06f63eeb6cc645335] (queued for 1 m 7 s)
 
22026-05-08T01:01:11.439Zstarting task 0: "setup"
32026-05-08T01:01:11.446Z++ uname -s
42026-05-08T01:01:11.450Z+ kern=SunOS
52026-05-08T01:01:11.450Z+ build_user=build
62026-05-08T01:01:11.450Z+ build_uid=12345
72026-05-08T01:01:11.450Z+ work_dir=/work
82026-05-08T01:01:11.450Z+ input_dir=/input
92026-05-08T01:01:11.450Z+ [[ 0 == 12345 ]]
102026-05-08T01:01:11.450Z+ case "$kern" in
112026-05-08T01:01:11.450Z+ groupadd -g 12345 build
122026-05-08T01:01:11.453Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T01:01:13.456Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T01:01:13.535Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T01:01:13.538Z+ home_fs=zfs
162026-05-08T01:01:13.538Z+ [[ zfs == autofs ]]
172026-05-08T01:01:13.538Z+ mkdir -p /home/build
182026-05-08T01:01:13.538Z+ chown build:build /home/build /work
192026-05-08T01:01:15.547Z+ chmod 0700 /home/build /work
202026-05-08T01:01:15.552Zprocess exited: duration 4103 ms, exit code 0
 
212026-05-08T01:01:15.573Zstarting task 1: "rust-toolchain"
222026-05-08T01:01:15.577Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-08T01:01:15.577Z * rust toolchain channel = "stable"
242026-05-08T01:01:15.577Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-08T01:01:15.577Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-08T01:01:15.577Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T01:01:15.577Z * rust toolchain profile = "default"
282026-05-08T01:01:15.577Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T01:01:15.577Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-08T01:01:15.649Zinfo: downloading installer
312026-05-08T01:01:16.990Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T01:01:16.990Zwarn: /opt/ooce/bin
332026-05-08T01:01:16.990Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T01:01:16.990Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T01:01:16.991Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T01:01:16.991Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T01:01:16.991Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T01:01:16.991Zerror: cannot install while Rust is installed
392026-05-08T01:01:16.991Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T01:01:17.003Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T01:01:17.003Zwarn: /home/build/.rustup/settings.toml
422026-05-08T01:01:17.003Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T01:01:17.003Zwarn: instead of the one inferred from the default host triple.
442026-05-08T01:01:17.007Zinfo: profile set to default
452026-05-08T01:01:17.007Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T01:01:17.007Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-08T01:01:17.130Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-08T01:01:17.133Zinfo: downloading 6 components
492026-05-08T01:01:31.401Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-08T01:01:31.402Z
512026-05-08T01:01:31.447Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-08T01:01:31.447Z
532026-05-08T01:01:31.447Z
542026-05-08T01:01:31.447ZRust is installed now. Great!
552026-05-08T01:01:31.447Z
562026-05-08T01:01:31.447ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T01:01:31.447Zenvironment variable. This has not been done automatically.
582026-05-08T01:01:31.447Z
592026-05-08T01:01:31.447ZTo configure your current shell, you need to source
602026-05-08T01:01:31.447Zthe corresponding env file under $HOME/.cargo.
612026-05-08T01:01:31.447Z
622026-05-08T01:01:31.447ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T01:01:31.447Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T01:01:31.447Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T01:01:31.448Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T01:01:31.448Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T01:01:31.448Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T01:01:31.448Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T01:01:31.448Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T01:01:31.448Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T01:01:31.545Z+ rustup --version
722026-05-08T01:01:31.553Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T01:01:31.556Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T01:01:31.575Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-08T01:01:31.578Z+ cargo --version
762026-05-08T01:01:31.592Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-08T01:01:31.596Z+ rustc --version
782026-05-08T01:01:31.613Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-08T01:01:31.616Zprocess exited: duration 16045 ms, exit code 0
 
802026-05-08T01:01:31.622Zstarting task 2: "authentication"
812026-05-08T01:01:31.638Zprocess exited: duration 16 ms, exit code 0
 
822026-05-08T01:01:31.644Zstarting task 3: "clone repository"
832026-05-08T01:01:31.647Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-08T01:01:31.650Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-08T01:01:31.692ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-08T01:01:32.494Z+ cd /work/oxidecomputer/maghemite
872026-05-08T01:01:32.494Z+ git fetch origin 974423895c17cc23711732f518e447b284425ccd
882026-05-08T01:01:32.717ZFrom https://github.com/oxidecomputer/maghemite
892026-05-08T01:01:32.717Z * branch 974423895c17cc23711732f518e447b284425ccd -> FETCH_HEAD
902026-05-08T01:01:32.721Z+ [[ -n zl/ddmd-no-state-machine ]]
912026-05-08T01:01:32.724Z++ git branch --show-current
922026-05-08T01:01:32.724Z+ current=main
932026-05-08T01:01:32.724Z+ [[ main != zl/ddmd-no-state-machine ]]
942026-05-08T01:01:32.724Z+ git branch -f zl/ddmd-no-state-machine 974423895c17cc23711732f518e447b284425ccd
952026-05-08T01:01:32.727Z+ git checkout -f zl/ddmd-no-state-machine
962026-05-08T01:01:32.743ZSwitched to branch 'zl/ddmd-no-state-machine'
972026-05-08T01:01:32.746Z+ git reset --hard 974423895c17cc23711732f518e447b284425ccd
982026-05-08T01:01:32.760ZHEAD is now at 9744238 [review] address feedback
992026-05-08T01:01:32.763Zprocess exited: duration 1116 ms, exit code 0
 
1002026-05-08T01:01:32.769Zstarting task 4: "build"
1012026-05-08T01:01:32.772Z+ set -e
1022026-05-08T01:01:32.772Z+ NEXTEST_VERSION=0.9.97
1032026-05-08T01:01:32.775Z+ PLATFORM=illumos
1042026-05-08T01:01:32.776Z+ cargo --version
1052026-05-08T01:01:32.778Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1062026-05-08T01:01:32.916Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1072026-05-08T01:01:32.920Zinfo: downloading 6 components
1082026-05-08T01:01:47.494Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1092026-05-08T01:01:47.497Z+ rustc --version
1102026-05-08T01:01:47.523Zrustc 1.94.1 (e408947bf 2026-03-25)
1112026-05-08T01:01:47.526Z+ cargo install cargo-nextest --version 0.9.97
1122026-05-08T01:01:47.569Z Updating crates.io index
1132026-05-08T01:01:47.664Z Downloading crates ...
1142026-05-08T01:01:47.712Z Downloaded cargo-nextest v0.9.97
1152026-05-08T01:01:47.773Z Installing cargo-nextest v0.9.97
1162026-05-08T01:01:47.814Z Updating crates.io index
1172026-05-08T01:01:50.248Z Locking 407 packages to latest compatible versions
1182026-05-08T01:01:50.253Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-05-08T01:01:50.256Z Adding duct v0.13.7 (available: v1.1.1)
1202026-05-08T01:01:50.256Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-05-08T01:01:50.256Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-05-08T01:01:50.259Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-05-08T01:01:50.259Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1242026-05-08T01:01:50.259Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-05-08T01:01:50.262Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1262026-05-08T01:01:50.266Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-05-08T01:01:50.282Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-05-08T01:01:50.291Z Downloading crates ...
1292026-05-08T01:01:50.366Z Downloaded cargo-platform v0.3.3
1302026-05-08T01:01:50.368Z Downloaded anstyle-query v1.1.5
1312026-05-08T01:01:50.372Z Downloaded async-scoped v0.9.0
1322026-05-08T01:01:50.375Z Downloaded anstyle-parse v1.0.0
1332026-05-08T01:01:50.378Z Downloaded autocfg v1.5.0
1342026-05-08T01:01:50.378Z Downloaded indenter v0.3.4
1352026-05-08T01:01:50.381Z Downloaded cfg-if v1.0.4
1362026-05-08T01:01:50.381Z Downloaded is_ci v1.2.0
1372026-05-08T01:01:50.384Z Downloaded atomicwrites v0.4.4
1382026-05-08T01:01:50.384Z Downloaded http-body v1.0.1
1392026-05-08T01:01:50.384Z Downloaded camino v1.2.2
1402026-05-08T01:01:50.387Z Downloaded base64ct v1.8.3
1412026-05-08T01:01:50.387Z Downloaded cfg_aliases v0.2.1
1422026-05-08T01:01:50.392Z Downloaded crypto-common v0.1.7
1432026-05-08T01:01:50.395Z Downloaded rustc-hash v2.1.2
1442026-05-08T01:01:50.395Z Downloaded indicatif v0.17.11
1452026-05-08T01:01:50.397Z Downloaded indent_write v2.2.0
1462026-05-08T01:01:50.409Z Downloaded is_terminal_polyfill v1.70.2
1472026-05-08T01:01:50.409Z Downloaded http v1.4.0
1482026-05-08T01:01:50.409Z Downloaded quinn-udp v0.5.14
1492026-05-08T01:01:50.409Z Downloaded ipnet v2.12.0
1502026-05-08T01:01:50.409Z Downloaded fnv v1.0.7
1512026-05-08T01:01:50.409Z Downloaded home v0.5.12
1522026-05-08T01:01:50.409Z Downloaded foreign-types v0.3.2
1532026-05-08T01:01:50.409Z Downloaded cargo_metadata v0.20.0
1542026-05-08T01:01:50.412Z Downloaded nextest-workspace-hack v0.1.0
1552026-05-08T01:01:50.412Z Downloaded mukti-metadata v0.3.0
1562026-05-08T01:01:50.412Z Downloaded litrs v1.0.0
1572026-05-08T01:01:50.412Z Downloaded nextest-metadata v0.12.2
1582026-05-08T01:01:50.417Z Downloaded ppv-lite86 v0.2.21
1592026-05-08T01:01:50.417Z Downloaded miette-derive v7.6.0
1602026-05-08T01:01:50.420Z Downloaded lru-slab v0.1.2
1612026-05-08T01:01:50.420Z Downloaded indexmap v2.14.0
1622026-05-08T01:01:50.420Z Downloaded future-queue v0.4.0
1632026-05-08T01:01:50.423Z Downloaded cfg-expr v0.20.7
1642026-05-08T01:01:50.423Z Downloaded bitflags v2.11.1
1652026-05-08T01:01:50.426Z Downloaded heck v0.5.0
1662026-05-08T01:01:50.426Z Downloaded backtrace-ext v0.2.1
1672026-05-08T01:01:50.431Z Downloaded futures-macro v0.3.32
1682026-05-08T01:01:50.431Z Downloaded lock_api v0.4.14
1692026-05-08T01:01:50.436Z Downloaded num-traits v0.2.19
1702026-05-08T01:01:50.436Z Downloaded camino-tempfile v1.4.1
1712026-05-08T01:01:50.436Z Downloaded jobserver v0.1.34
1722026-05-08T01:01:50.436Z Downloaded itoa v1.0.18
1732026-05-08T01:01:50.439Z Downloaded parking_lot_core v0.9.12
1742026-05-08T01:01:50.439Z Downloaded getrandom v0.2.17
1752026-05-08T01:01:50.439Z Downloaded rand_chacha v0.9.0
1762026-05-08T01:01:50.442Z Downloaded futures-io v0.3.32
1772026-05-08T01:01:50.442Z Downloaded cargo-platform v0.2.0
1782026-05-08T01:01:50.442Z Downloaded adler2 v2.0.1
1792026-05-08T01:01:50.445Z Downloaded nested v0.1.1
1802026-05-08T01:01:50.448Z Downloaded rustc_version v0.4.1
1812026-05-08T01:01:50.448Z Downloaded number_prefix v0.4.0
1822026-05-08T01:01:50.448Z Downloaded block-buffer v0.10.4
1832026-05-08T01:01:50.451Z Downloaded atomic-waker v1.1.2
1842026-05-08T01:01:50.451Z Downloaded enable-ansi-support v0.2.1
1852026-05-08T01:01:50.454Z Downloaded percent-encoding v2.3.2
1862026-05-08T01:01:50.454Z Downloaded generic-array v0.14.7
1872026-05-08T01:01:50.457Z Downloaded futures-task v0.3.32
1882026-05-08T01:01:50.457Z Downloaded color-spantrace v0.3.0
1892026-05-08T01:01:50.460Z Downloaded clap_lex v1.1.0
1902026-05-08T01:01:50.460Z Downloaded debug-ignore v1.0.5
1912026-05-08T01:01:50.464Z Downloaded openssl-probe v0.2.1
1922026-05-08T01:01:50.467Z Downloaded console v0.15.11
1932026-05-08T01:01:50.470Z Downloaded scopeguard v1.2.0
1942026-05-08T01:01:50.473Z Downloaded pathdiff v0.2.3
1952026-05-08T01:01:50.473Z Downloaded humantime-serde v1.1.1
1962026-05-08T01:01:50.473Z Downloaded document-features v0.2.12
1972026-05-08T01:01:50.473Z Downloaded os_pipe v1.2.3
1982026-05-08T01:01:50.477Z Downloaded curve25519-dalek-derive v0.1.1
1992026-05-08T01:01:50.477Z Downloaded serde_spanned v1.1.1
2002026-05-08T01:01:50.480Z Downloaded guppy-workspace-hack v0.1.0
2012026-05-08T01:01:50.480Z Downloaded futures-core v0.3.32
2022026-05-08T01:01:50.483Z Downloaded futures-sink v0.3.32
2032026-05-08T01:01:50.486Z Downloaded serde-value v0.7.0
2042026-05-08T01:01:50.492Z Downloaded lazy_static v1.5.0
2052026-05-08T01:01:50.492Z Downloaded foreign-types-shared v0.1.1
2062026-05-08T01:01:50.492Z Downloaded hex v0.4.3
2072026-05-08T01:01:50.497Z Downloaded serde_spanned v0.6.9
2082026-05-08T01:01:50.497Z Downloaded quote v1.0.45
2092026-05-08T01:01:50.500Z Downloaded newtype-uuid v1.3.2
2102026-05-08T01:01:50.500Z Downloaded ordered-float v2.10.1
2112026-05-08T01:01:50.503Z Downloaded errno v0.3.14
2122026-05-08T01:01:50.507Z Downloaded serde_ignored v0.1.14
2132026-05-08T01:01:50.507Z Downloaded cpufeatures v0.2.17
2142026-05-08T01:01:50.507Z Downloaded idna_adapter v1.0.0
2152026-05-08T01:01:50.507Z Downloaded serde_urlencoded v0.7.1
2162026-05-08T01:01:50.510Z Downloaded shell-words v1.1.1
2172026-05-08T01:01:50.513Z Downloaded clap v4.6.1
2182026-05-08T01:01:50.518Z Downloaded openssl-macros v0.1.1
2192026-05-08T01:01:50.521Z Downloaded cargo_metadata v0.23.1
2202026-05-08T01:01:50.521Z Downloaded foldhash v0.1.5
2212026-05-08T01:01:50.521Z Downloaded signal-hook-mio v0.2.5
2222026-05-08T01:01:50.521Z Downloaded either v1.15.0
2232026-05-08T01:01:50.525Z Downloaded subtle v2.6.1
2242026-05-08T01:01:50.525Z Downloaded globset v0.4.18
2252026-05-08T01:01:50.528Z Downloaded shared_child v1.1.1
2262026-05-08T01:01:50.529Z Downloaded fastrand v2.4.1
2272026-05-08T01:01:50.529Z Downloaded dialoguer v0.11.0
2282026-05-08T01:01:50.533Z Downloaded sync_wrapper v1.0.2
2292026-05-08T01:01:50.533Z Downloaded swrite v0.1.0
2302026-05-08T01:01:50.533Z Downloaded filetime v0.2.27
2312026-05-08T01:01:50.544Z Downloaded supports-unicode v3.0.0
2322026-05-08T01:01:50.544Z Downloaded strsim v0.11.1
2332026-05-08T01:01:50.544Z Downloaded sigchld v0.2.4
2342026-05-08T01:01:50.544Z Downloaded supports-hyperlinks v3.2.0
2352026-05-08T01:01:50.544Z Downloaded strip-ansi-escapes v0.2.1
2362026-05-08T01:01:50.544Z Downloaded bytes v1.11.1
2372026-05-08T01:01:50.547Z Downloaded supports-color v3.0.2
2382026-05-08T01:01:50.547Z Downloaded ahash v0.8.12
2392026-05-08T01:01:50.547Z Downloaded miniz_oxide v0.8.9
2402026-05-08T01:01:50.547Z Downloaded hyper-tls v0.6.0
2412026-05-08T01:01:50.550Z Downloaded pkg-config v0.3.33
2422026-05-08T01:01:50.550Z Downloaded futures-executor v0.3.32
2432026-05-08T01:01:50.553Z Downloaded colorchoice v1.0.5
2442026-05-08T01:01:50.553Z Downloaded rustc-demangle v0.1.27
2452026-05-08T01:01:50.553Z Downloaded erased-serde v0.4.10
2462026-05-08T01:01:50.556Z Downloaded duct v0.13.7
2472026-05-08T01:01:50.556Z Downloaded hyper-rustls v0.27.9
2482026-05-08T01:01:50.559Z Downloaded self-replace v1.5.0
2492026-05-08T01:01:50.559Z Downloaded find-msvc-tools v0.1.9
2502026-05-08T01:01:50.561Z Downloaded anstream v1.0.0
2512026-05-08T01:01:50.561Z Downloaded serde_path_to_error v0.1.20
2522026-05-08T01:01:50.564Z Downloaded pin-project-lite v0.2.17
2532026-05-08T01:01:50.569Z Downloaded tinyvec_macros v0.1.1
2542026-05-08T01:01:50.569Z Downloaded form_urlencoded v1.2.2
2552026-05-08T01:01:50.569Z Downloaded equivalent v1.0.2
2562026-05-08T01:01:50.569Z Downloaded iana-time-zone v0.1.65
2572026-05-08T01:01:50.572Z Downloaded fixedbitset v0.5.7
2582026-05-08T01:01:50.572Z Downloaded cargo-util-schemas v0.2.0
2592026-05-08T01:01:50.572Z Downloaded rand_core v0.9.5
2602026-05-08T01:01:50.572Z Downloaded sha2 v0.10.9
2612026-05-08T01:01:50.575Z Downloaded ed25519 v2.2.3
2622026-05-08T01:01:50.575Z Downloaded native-tls v0.2.18
2632026-05-08T01:01:50.578Z Downloaded toml_datetime v0.6.11
2642026-05-08T01:01:50.578Z Downloaded simd-adler32 v0.3.9
2652026-05-08T01:01:50.581Z Downloaded tower-layer v0.3.3
2662026-05-08T01:01:50.581Z Downloaded tower-service v0.3.3
2672026-05-08T01:01:50.581Z Downloaded toml_write v0.1.2
2682026-05-08T01:01:50.584Z Downloaded pin-project-internal v1.1.12
2692026-05-08T01:01:50.587Z Downloaded convert_case v0.10.0
2702026-05-08T01:01:50.587Z Downloaded http-body-util v0.1.3
2712026-05-08T01:01:50.590Z Downloaded serde-untagged v0.1.9
2722026-05-08T01:01:50.590Z Downloaded clap_derive v4.6.1
2732026-05-08T01:01:50.592Z Downloaded anstyle v1.0.14
2742026-05-08T01:01:50.596Z Downloaded signature v2.2.0
2752026-05-08T01:01:50.596Z Downloaded flate2 v1.1.9
2762026-05-08T01:01:50.600Z Downloaded try-lock v0.2.5
2772026-05-08T01:01:50.600Z Downloaded tracing-error v0.2.1
2782026-05-08T01:01:50.600Z Downloaded backtrace v0.3.76
2792026-05-08T01:01:50.604Z Downloaded humantime v2.3.0
2802026-05-08T01:01:50.607Z Downloaded target-lexicon v0.13.3
2812026-05-08T01:01:50.607Z Downloaded spki v0.7.3
2822026-05-08T01:01:50.607Z Downloaded smol_str v0.3.6
2832026-05-08T01:01:50.610Z Downloaded tokio-macros v2.7.0
2842026-05-08T01:01:50.610Z Downloaded unicode-linebreak v0.1.5
2852026-05-08T01:01:50.610Z Downloaded thiserror v1.0.69
2862026-05-08T01:01:50.613Z Downloaded untrusted v0.9.0
2872026-05-08T01:01:50.613Z Downloaded unicode-xid v0.2.6
2882026-05-08T01:01:50.613Z Downloaded utf8parse v0.2.2
2892026-05-08T01:01:50.616Z Downloaded thread_local v1.1.9
2902026-05-08T01:01:50.616Z Downloaded slab v0.4.12
2912026-05-08T01:01:50.616Z Downloaded thiserror-impl v2.0.18
2922026-05-08T01:01:50.618Z Downloaded version_check v0.9.5
2932026-05-08T01:01:50.618Z Downloaded semver v1.0.28
2942026-05-08T01:01:50.619Z Downloaded want v0.3.1
2952026-05-08T01:01:50.622Z Downloaded utf8_iter v1.0.4
2962026-05-08T01:01:50.622Z Downloaded urlencoding v2.1.3
2972026-05-08T01:01:50.622Z Downloaded thiserror-impl v1.0.69
2982026-05-08T01:01:50.622Z Downloaded nextest-filtering v0.15.0
2992026-05-08T01:01:50.624Z Downloaded target-spec-miette v0.4.6
3002026-05-08T01:01:50.629Z Downloaded futures-channel v0.3.32
3012026-05-08T01:01:50.632Z Downloaded self_update v0.42.0
3022026-05-08T01:01:50.632Z Downloaded rand_core v0.6.4
3032026-05-08T01:01:50.635Z Downloaded pkcs8 v0.10.2
3042026-05-08T01:01:50.636Z Downloaded terminal_size v0.4.4
3052026-05-08T01:01:50.636Z Downloaded owo-colors v4.3.0
3062026-05-08T01:01:50.640Z Downloaded log v0.4.29
3072026-05-08T01:01:50.640Z Downloaded crc32fast v1.5.0
3082026-05-08T01:01:50.643Z Downloaded quick-junit v0.5.2
3092026-05-08T01:01:50.643Z Downloaded const-oid v0.9.6
3102026-05-08T01:01:50.643Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3112026-05-08T01:01:50.646Z Downloaded futures v0.3.32
3122026-05-08T01:01:50.649Z Downloaded getrandom v0.3.4
3132026-05-08T01:01:50.649Z Downloaded cc v1.2.61
3142026-05-08T01:01:50.652Z Downloaded config v0.15.22
3152026-05-08T01:01:50.655Z Downloaded signal-hook-registry v1.4.8
3162026-05-08T01:01:50.655Z Downloaded tokio-native-tls v0.3.1
3172026-05-08T01:01:50.655Z Downloaded eyre v0.6.12
3182026-05-08T01:01:50.658Z Downloaded digest v0.10.7
3192026-05-08T01:01:50.660Z Downloaded tracing-log v0.2.0
3202026-05-08T01:01:50.663Z Downloaded rustls-pki-types v1.14.1
3212026-05-08T01:01:50.666Z Downloaded unicase v2.9.0
3222026-05-08T01:01:50.669Z Downloaded shlex v1.3.0
3232026-05-08T01:01:50.669Z Downloaded target-spec v3.6.0
3242026-05-08T01:01:50.671Z Downloaded xattr v1.6.1
3252026-05-08T01:01:50.674Z Downloaded once_cell v1.21.4
3262026-05-08T01:01:50.674Z Downloaded toml_writer v1.1.1+spec-1.1.0
3272026-05-08T01:01:50.678Z Downloaded smallvec v1.15.1
3282026-05-08T01:01:50.681Z Downloaded static_assertions v1.1.0
3292026-05-08T01:01:50.681Z Downloaded toml v0.8.23
3302026-05-08T01:01:50.681Z Downloaded tokio-stream v0.1.18
3312026-05-08T01:01:50.684Z Downloaded tempfile v3.27.0
3322026-05-08T01:01:50.687Z Downloaded serde_core v1.0.228
3332026-05-08T01:01:50.690Z Downloaded derive-where v1.6.1
3342026-05-08T01:01:50.690Z Downloaded pin-project v1.1.12
3352026-05-08T01:01:50.695Z Downloaded sharded-slab v0.1.7
3362026-05-08T01:01:50.698Z Downloaded zstd v0.13.3
3372026-05-08T01:01:50.701Z Downloaded getrandom v0.4.2
3382026-05-08T01:01:50.701Z Downloaded addr2line v0.25.1
3392026-05-08T01:01:50.704Z Downloaded proc-macro2 v1.0.106
3402026-05-08T01:01:50.704Z Downloaded httparse v1.10.1
3412026-05-08T01:01:50.707Z Downloaded zmij v1.0.21
3422026-05-08T01:01:50.710Z Downloaded zipsign-api v0.1.5
3432026-05-08T01:01:50.710Z Downloaded xxhash-rust v0.8.15
3442026-05-08T01:01:50.716Z Downloaded socket2 v0.6.3
3452026-05-08T01:01:50.716Z Downloaded tracing-attributes v0.1.31
3462026-05-08T01:01:50.718Z Downloaded toml_parser v1.1.2+spec-1.1.0
3472026-05-08T01:01:50.718Z Downloaded toml v1.1.2+spec-1.1.0
3482026-05-08T01:01:50.718Z Downloaded parking_lot v0.12.5
3492026-05-08T01:01:50.718Z Downloaded tokio-rustls v0.26.4
3502026-05-08T01:01:50.721Z Downloaded zeroize v1.8.2
3512026-05-08T01:01:50.724Z Downloaded signal-hook v0.3.18
3522026-05-08T01:01:50.724Z Downloaded ryu v1.0.23
3532026-05-08T01:01:50.727Z Downloaded base64 v0.22.1
3542026-05-08T01:01:50.730Z Downloaded typeid v1.0.3
3552026-05-08T01:01:50.734Z Downloaded serde_derive v1.0.228
3562026-05-08T01:01:50.739Z Downloaded derive_more v2.1.1
3572026-05-08T01:01:50.746Z Downloaded zstd-safe v7.2.4
3582026-05-08T01:01:50.748Z Downloaded tracing-core v0.1.36
3592026-05-08T01:01:50.753Z Downloaded tinyvec v1.11.0
3602026-05-08T01:01:50.755Z Downloaded thiserror v2.0.18
3612026-05-08T01:01:50.759Z Downloaded uuid v1.23.1
3622026-05-08T01:01:50.765Z Downloaded ed25519-dalek v2.2.0
3632026-05-08T01:01:50.769Z Downloaded serde v1.0.228
3642026-05-08T01:01:50.771Z Downloaded toml_edit v0.22.27
3652026-05-08T01:01:50.774Z Downloaded borsh v1.6.1
3662026-05-08T01:01:50.777Z Downloaded unicode-ident v1.0.24
3672026-05-08T01:01:50.780Z Downloaded textwrap v0.16.2
3682026-05-08T01:01:50.780Z Downloaded quinn v0.11.9
3692026-05-08T01:01:50.783Z Downloaded tar v0.4.45
3702026-05-08T01:01:50.786Z Downloaded openssl-sys v0.9.115
3712026-05-08T01:01:50.791Z Downloaded rustls-webpki v0.103.13
3722026-05-08T01:01:50.796Z Downloaded vte v0.14.1
3732026-05-08T01:01:50.799Z Downloaded der v0.7.10
3742026-05-08T01:01:50.818Z Downloaded derive_more-impl v2.1.1
3752026-05-08T01:01:50.821Z Downloaded memchr v2.8.0
3762026-05-08T01:01:50.825Z Downloaded clap_builder v4.6.0
3772026-05-08T01:01:50.828Z Downloaded futures-util v0.3.32
3782026-05-08T01:01:50.833Z Downloaded url v2.5.8
3792026-05-08T01:01:50.836Z Downloaded miette v7.6.0
3802026-05-08T01:01:50.840Z Downloaded idna v1.1.0
3812026-05-08T01:01:50.842Z Downloaded rand v0.9.4
3822026-05-08T01:01:50.846Z Downloaded typenum v1.20.0
3832026-05-08T01:01:50.850Z Downloaded unicode-segmentation v1.13.2
3842026-05-08T01:01:50.853Z Downloaded mio v1.2.0
3852026-05-08T01:01:50.853Z Downloaded crossterm v0.29.0
3862026-05-08T01:01:50.858Z Downloaded guppy v0.17.25
3872026-05-08T01:01:50.861Z Downloaded hashbrown v0.17.0
3882026-05-08T01:01:50.875Z Downloaded hashbrown v0.15.5
3892026-05-08T01:01:50.878Z Downloaded ron v0.12.1
3902026-05-08T01:01:50.884Z Downloaded hyper-util v0.1.20
3912026-05-08T01:01:50.889Z Downloaded aho-corasick v1.1.4
3922026-05-08T01:01:50.893Z Downloaded tower v0.5.3
3932026-05-08T01:01:50.907Z Downloaded h2 v0.4.14
3942026-05-08T01:01:50.926Z Downloaded pulldown-cmark v0.13.3
3952026-05-08T01:01:50.929Z Downloaded itertools v0.14.0
3962026-05-08T01:01:50.933Z Downloaded hyper v1.9.0
3972026-05-08T01:01:50.938Z Downloaded regex v1.12.3
3982026-05-08T01:01:50.941Z Downloaded chrono v0.4.44
3992026-05-08T01:01:50.946Z Downloaded serde_json v1.0.149
4002026-05-08T01:01:50.950Z Downloaded winnow v1.0.2
4012026-05-08T01:01:50.955Z Downloaded unicode-normalization v0.1.25
4022026-05-08T01:01:50.958Z Downloaded winnow v0.7.15
4032026-05-08T01:01:50.962Z Downloaded webpki-roots v1.0.7
4042026-05-08T01:01:50.965Z Downloaded tracing-subscriber v0.3.23
4052026-05-08T01:01:50.968Z Downloaded tokio-util v0.7.18
4062026-05-08T01:01:50.972Z Downloaded tower-http v0.6.10
4072026-05-08T01:01:50.977Z Downloaded reqwest v0.12.28
4082026-05-08T01:01:50.980Z Downloaded quinn-proto v0.11.14
4092026-05-08T01:01:50.984Z Downloaded portable-atomic v1.13.1
4102026-05-08T01:01:50.987Z Downloaded quick-xml v0.37.5
4112026-05-08T01:01:50.993Z Downloaded curve25519-dalek v4.1.3
4122026-05-08T01:01:50.997Z Downloaded gimli v0.32.3
4132026-05-08T01:01:51.002Z Downloaded unicode-width v0.1.14
4142026-05-08T01:01:51.005Z Downloaded unicode-width v0.2.2
4152026-05-08T01:01:51.008Z Downloaded quick-xml v0.38.4
4162026-05-08T01:01:51.012Z Downloaded syn v2.0.117
4172026-05-08T01:01:51.023Z Downloaded bstr v1.12.1
4182026-05-08T01:01:51.049Z Downloaded vcpkg v0.2.15
4192026-05-08T01:01:51.070Z Downloaded tracing v0.1.44
4202026-05-08T01:01:51.092Z Downloaded nextest-runner v0.80.0
4212026-05-08T01:01:51.097Z Downloaded object v0.37.3
4222026-05-08T01:01:51.103Z Downloaded color-eyre v0.6.5
4232026-05-08T01:01:51.108Z Downloaded openssl v0.10.79
4242026-05-08T01:01:51.113Z Downloaded zerocopy v0.8.48
4252026-05-08T01:01:51.123Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4262026-05-08T01:01:51.133Z Downloaded regex-syntax v0.8.10
4272026-05-08T01:01:51.137Z Downloaded rustls v0.23.40
4282026-05-08T01:01:51.143Z Downloaded nix v0.30.1
4292026-05-08T01:01:51.149Z Downloaded rustix v0.38.44
4302026-05-08T01:01:51.161Z Downloaded rustix v1.1.4
4312026-05-08T01:01:51.174Z Downloaded tokio v1.52.2
4322026-05-08T01:01:51.224Z Downloaded regex-automata v0.4.14
4332026-05-08T01:01:51.264Z Downloaded libc v0.2.186
4342026-05-08T01:01:51.282Z Downloaded petgraph v0.8.3
4352026-05-08T01:01:51.353Z Downloaded recursion v0.5.4
4362026-05-08T01:01:51.362Z Downloaded ring v0.17.14
4372026-05-08T01:01:51.421Z Compiling libc v0.2.186
4382026-05-08T01:01:51.424Z Compiling proc-macro2 v1.0.106
4392026-05-08T01:01:51.424Z Compiling unicode-ident v1.0.24
4402026-05-08T01:01:51.424Z Compiling quote v1.0.45
4412026-05-08T01:01:51.425Z Compiling serde_core v1.0.228
4422026-05-08T01:01:51.425Z Compiling cfg-if v1.0.4
4432026-05-08T01:01:51.425Z Compiling memchr v2.8.0
4442026-05-08T01:01:51.425Z Compiling once_cell v1.21.4
4452026-05-08T01:01:51.621Z Compiling log v0.4.29
4462026-05-08T01:01:51.666Z Compiling pin-project-lite v0.2.17
4472026-05-08T01:01:51.752Z Compiling itoa v1.0.18
4482026-05-08T01:01:51.816Z Compiling serde v1.0.228
4492026-05-08T01:01:51.976Z Compiling smallvec v1.15.1
4502026-05-08T01:01:52.054Z Compiling futures-core v0.3.32
4512026-05-08T01:01:52.158Z Compiling bitflags v2.11.1
4522026-05-08T01:01:52.218Z Compiling shlex v1.3.0
4532026-05-08T01:01:52.218Z Compiling equivalent v1.0.2
4542026-05-08T01:01:52.302Z Compiling hashbrown v0.17.0
4552026-05-08T01:01:52.407Z Compiling find-msvc-tools v0.1.9
4562026-05-08T01:01:52.527Z Compiling errno v0.3.14
4572026-05-08T01:01:52.581Z Compiling jobserver v0.1.34
4582026-05-08T01:01:52.592Z Compiling bytes v1.11.1
4592026-05-08T01:01:52.631Z Compiling signal-hook-registry v1.4.8
4602026-05-08T01:01:52.720Z Compiling mio v1.2.0
4612026-05-08T01:01:52.873Z Compiling syn v2.0.117
4622026-05-08T01:01:52.893Z Compiling cc v1.2.61
4632026-05-08T01:01:52.922Z Compiling futures-sink v0.3.32
4642026-05-08T01:01:52.953Z Compiling rustix v1.1.4
4652026-05-08T01:01:53.030Z Compiling socket2 v0.6.3
4662026-05-08T01:01:53.141Z Compiling slab v0.4.12
4672026-05-08T01:01:53.394Z Compiling zmij v1.0.21
4682026-05-08T01:01:53.476Z Compiling futures-channel v0.3.32
4692026-05-08T01:01:53.497Z Compiling tracing-core v0.1.36
4702026-05-08T01:01:53.730Z Compiling version_check v0.9.5
4712026-05-08T01:01:53.736Z Compiling serde_json v1.0.149
4722026-05-08T01:01:53.976Z Compiling indexmap v2.14.0
4732026-05-08T01:01:54.026Z Compiling futures-io v0.3.32
4742026-05-08T01:01:54.058Z Compiling getrandom v0.4.2
4752026-05-08T01:01:54.205Z Compiling futures-task v0.3.32
4762026-05-08T01:01:54.241Z Compiling camino v1.2.2
4772026-05-08T01:01:54.337Z Compiling unicode-width v0.2.2
4782026-05-08T01:01:54.380Z Compiling percent-encoding v2.3.2
4792026-05-08T01:01:54.626Z Compiling ring v0.17.14
4802026-05-08T01:01:54.644Z Compiling http v1.4.0
4812026-05-08T01:01:54.655Z Compiling autocfg v1.5.0
4822026-05-08T01:01:54.771Z Compiling adler2 v2.0.1
4832026-05-08T01:01:54.818Z Compiling simd-adler32 v0.3.9
4842026-05-08T01:01:54.942Z Compiling zeroize v1.8.2
4852026-05-08T01:01:55.009Z Compiling num-traits v0.2.19
4862026-05-08T01:01:55.139Z Compiling miniz_oxide v0.8.9
4872026-05-08T01:01:55.456Z Compiling object v0.37.3
4882026-05-08T01:01:55.660Z Compiling zerocopy v0.8.48
4892026-05-08T01:01:55.736Z Compiling target-lexicon v0.13.3
4902026-05-08T01:01:55.812Z Compiling getrandom v0.3.4
4912026-05-08T01:01:56.119Z Compiling http-body v1.0.1
4922026-05-08T01:01:56.234Z Compiling rustls-pki-types v1.14.1
4932026-05-08T01:01:56.278Z Compiling form_urlencoded v1.2.2
4942026-05-08T01:01:56.329Z Compiling semver v1.0.28
4952026-05-08T01:01:56.452Z Compiling getrandom v0.2.17
4962026-05-08T01:01:56.539Z Compiling gimli v0.32.3
4972026-05-08T01:01:56.550Z Compiling owo-colors v4.3.0
4982026-05-08T01:01:56.561Z Compiling serde_derive v1.0.228
4992026-05-08T01:01:56.640Z Compiling tokio-macros v2.7.0
5002026-05-08T01:01:56.748Z Compiling futures-macro v0.3.32
5012026-05-08T01:01:56.863Z Compiling tracing-attributes v0.1.31
5022026-05-08T01:01:56.987Z Compiling utf8_iter v1.0.4
5032026-05-08T01:01:57.070Z Compiling signal-hook v0.3.18
5042026-05-08T01:01:57.149Z Compiling guppy-workspace-hack v0.1.0
5052026-05-08T01:01:57.277Z Compiling thiserror v2.0.18
5062026-05-08T01:01:57.357Z Compiling idna_adapter v1.0.0
5072026-05-08T01:01:57.377Z Compiling tokio v1.52.2
5082026-05-08T01:01:57.459Z Compiling httparse v1.10.1
5092026-05-08T01:01:57.546Z Compiling futures-util v0.3.32
5102026-05-08T01:01:57.604Z Compiling untrusted v0.9.0
5112026-05-08T01:01:57.735Z Compiling fnv v1.0.7
5122026-05-08T01:01:57.846Z Compiling idna v1.1.0
5132026-05-08T01:01:58.034Z Compiling tracing v0.1.44
5142026-05-08T01:01:58.124Z Compiling thiserror-impl v2.0.18
5152026-05-08T01:01:58.384Z Compiling addr2line v0.25.1
5162026-05-08T01:01:59.534Z Compiling generic-array v0.14.7
5172026-05-08T01:01:59.757Z Compiling typeid v1.0.3
5182026-05-08T01:01:59.760Z Compiling atomic-waker v1.1.2
5192026-05-08T01:01:59.760Z Compiling rustc-demangle v0.1.27
5202026-05-08T01:01:59.886Z Compiling try-lock v0.2.5
5212026-05-08T01:02:00.003Z Compiling fastrand v2.4.1
5222026-05-08T01:02:00.045Z Compiling pkg-config v0.3.33
5232026-05-08T01:02:00.136Z Compiling tower-service v0.3.3
5242026-05-08T01:02:00.232Z Compiling target-spec v3.6.0
5252026-05-08T01:02:00.328Z Compiling rustls v0.23.40
5262026-05-08T01:02:00.469Z Compiling thiserror v1.0.69
5272026-05-08T01:02:00.513Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5282026-05-08T01:02:00.541Z Compiling tempfile v3.27.0
5292026-05-08T01:02:00.813Z Compiling want v0.3.1
5302026-05-08T01:02:00.941Z Compiling cfg-expr v0.20.7
5312026-05-08T01:02:01.058Z Compiling url v2.5.8
5322026-05-08T01:02:01.425Z Compiling tokio-util v0.7.18
5332026-05-08T01:02:01.912Z Compiling h2 v0.4.14
5342026-05-08T01:02:02.322Z Compiling backtrace v0.3.76
5352026-05-08T01:02:02.548Z Compiling thiserror-impl v1.0.69
5362026-05-08T01:02:02.739Z Compiling terminal_size v0.4.4
5372026-05-08T01:02:02.893Z Compiling aho-corasick v1.1.4
5382026-05-08T01:02:02.989Z Compiling erased-serde v0.4.10
5392026-05-08T01:02:03.272Z Compiling typenum v1.20.0
5402026-05-08T01:02:03.488Z Compiling rustls-webpki v0.103.13
5412026-05-08T01:02:03.669Z Compiling winnow v0.7.15
5422026-05-08T01:02:03.934Z Compiling subtle v2.6.1
5432026-05-08T01:02:04.092Z Compiling regex-syntax v0.8.10
5442026-05-08T01:02:05.571Z Compiling hyper v1.9.0
5452026-05-08T01:02:06.058Z Compiling regex-automata v0.4.14
5462026-05-08T01:02:08.389Z Compiling serde_spanned v0.6.9
5472026-05-08T01:02:08.549Z Compiling toml_datetime v0.6.11
5482026-05-08T01:02:08.922Z Compiling ahash v0.8.12
5492026-05-08T01:02:09.159Z Compiling sync_wrapper v1.0.2
5502026-05-08T01:02:09.223Z Compiling either v1.15.0
5512026-05-08T01:02:09.275Z Compiling parking_lot_core v0.9.12
5522026-05-08T01:02:09.438Z Compiling base64 v0.22.1
5532026-05-08T01:02:09.534Z Compiling lazy_static v1.5.0
5542026-05-08T01:02:09.641Z Compiling is_ci v1.2.0
5552026-05-08T01:02:09.822Z Compiling portable-atomic v1.13.1
5562026-05-08T01:02:09.921Z Compiling unicode-linebreak v0.1.5
5572026-05-08T01:02:10.197Z Compiling ipnet v2.12.0
5582026-05-08T01:02:10.264Z Compiling unicode-segmentation v1.13.2
5592026-05-08T01:02:10.278Z Compiling toml_write v0.1.2
5602026-05-08T01:02:10.549Z Compiling tower-layer v0.3.3
5612026-05-08T01:02:10.687Z Compiling crc32fast v1.5.0
5622026-05-08T01:02:10.755Z Compiling nextest-workspace-hack v0.1.0
5632026-05-08T01:02:10.969Z Compiling foldhash v0.1.5
5642026-05-08T01:02:11.036Z Compiling tower v0.5.3
5652026-05-08T01:02:11.184Z Compiling hashbrown v0.15.5
5662026-05-08T01:02:11.308Z Compiling convert_case v0.10.0
5672026-05-08T01:02:11.379Z Compiling toml_edit v0.22.27
5682026-05-08T01:02:11.391Z Compiling hyper-util v0.1.20
5692026-05-08T01:02:11.619Z Compiling textwrap v0.16.2
5702026-05-08T01:02:11.646Z Compiling supports-color v3.0.2
5712026-05-08T01:02:11.820Z Compiling sharded-slab v0.1.7
5722026-05-08T01:02:11.886Z Compiling tokio-rustls v0.26.4
5732026-05-08T01:02:12.412Z Compiling backtrace-ext v0.2.1
5742026-05-08T01:02:12.678Z Compiling ordered-float v2.10.1
5752026-05-08T01:02:12.778Z Compiling webpki-roots v1.0.7
5762026-05-08T01:02:12.896Z Compiling miette-derive v7.6.0
5772026-05-08T01:02:12.943Z Compiling pathdiff v0.2.3
5782026-05-08T01:02:13.000Z Compiling console v0.15.11
5792026-05-08T01:02:13.067Z Compiling cargo-platform v0.3.3
5802026-05-08T01:02:13.634Z Compiling tracing-log v0.2.0
5812026-05-08T01:02:13.967Z Compiling os_pipe v1.2.3
5822026-05-08T01:02:13.994Z Compiling thread_local v1.1.9
5832026-05-08T01:02:14.015Z Compiling scopeguard v1.2.0
5842026-05-08T01:02:14.121Z Compiling ryu v1.0.23
5852026-05-08T01:02:14.134Z Compiling rustix v0.38.44
5862026-05-08T01:02:14.334Z Compiling supports-hyperlinks v3.2.0
5872026-05-08T01:02:14.345Z Compiling winnow v1.0.2
5882026-05-08T01:02:14.408Z Compiling cfg_aliases v0.2.1
5892026-05-08T01:02:14.463Z Compiling pulldown-cmark v0.13.3
5902026-05-08T01:02:14.478Z Compiling unicode-width v0.1.14
5912026-05-08T01:02:14.542Z Compiling debug-ignore v1.0.5
5922026-05-08T01:02:14.716Z Compiling supports-unicode v3.0.0
5932026-05-08T01:02:14.781Z Compiling zstd-safe v7.2.4
5942026-05-08T01:02:14.888Z Compiling utf8parse v0.2.2
5952026-05-08T01:02:14.996Z Compiling fixedbitset v0.5.7
5962026-05-08T01:02:15.019Z Compiling anstyle-parse v1.0.0
5972026-05-08T01:02:15.050Z Compiling miette v7.6.0
5982026-05-08T01:02:15.239Z Compiling petgraph v0.8.3
5992026-05-08T01:02:15.496Z Compiling toml_parser v1.1.2+spec-1.1.0
6002026-05-08T01:02:15.800Z Compiling nix v0.30.1
6012026-05-08T01:02:16.263Z Compiling serde_urlencoded v0.7.1
6022026-05-08T01:02:16.549Z Compiling tracing-subscriber v0.3.23
6032026-05-08T01:02:16.823Z Compiling sigchld v0.2.4
6042026-05-08T01:02:17.018Z Compiling lock_api v0.4.14
6052026-05-08T01:02:17.134Z Compiling cargo_metadata v0.23.1
6062026-05-08T01:02:17.179Z Compiling serde-value v0.7.0
6072026-05-08T01:02:17.257Z Compiling toml v0.8.23
6082026-05-08T01:02:17.901Z Compiling hyper-rustls v0.27.9
6092026-05-08T01:02:18.606Z Compiling serde-untagged v0.1.9
6102026-05-08T01:02:19.597Z Compiling derive_more-impl v2.1.1
6112026-05-08T01:02:19.821Z Compiling tower-http v0.6.10
6122026-05-08T01:02:20.121Z Compiling itertools v0.14.0
6132026-05-08T01:02:20.259Z Compiling regex v1.12.3
6142026-05-08T01:02:20.394Z Compiling block-buffer v0.10.4
6152026-05-08T01:02:20.479Z Compiling crypto-common v0.1.7
6162026-05-08T01:02:20.551Z Compiling ppv-lite86 v0.2.21
6172026-05-08T01:02:20.612Z Compiling futures-executor v0.3.32
6182026-05-08T01:02:20.807Z Compiling rand_core v0.9.5
6192026-05-08T01:02:20.876Z Compiling pin-project-internal v1.1.12
6202026-05-08T01:02:21.061Z Compiling http-body-util v0.1.3
6212026-05-08T01:02:21.138Z Compiling uuid v1.23.1
6222026-05-08T01:02:21.327Z Compiling serde_spanned v1.1.1
6232026-05-08T01:02:21.485Z Compiling toml_datetime v1.1.1+spec-1.1.0
6242026-05-08T01:02:21.549Z Compiling smol_str v0.3.6
6252026-05-08T01:02:21.656Z Compiling filetime v0.2.27
6262026-05-08T01:02:21.668Z Compiling vte v0.14.1
6272026-05-08T01:02:21.855Z Compiling bstr v1.12.1
6282026-05-08T01:02:21.877Z Compiling static_assertions v1.1.0
6292026-05-08T01:02:21.880Z Compiling unicode-xid v0.2.6
6302026-05-08T01:02:21.900Z Compiling eyre v0.6.12
6312026-05-08T01:02:21.900Z Compiling unicase v2.9.0
6322026-05-08T01:02:21.949Z Compiling nested v0.1.1
6332026-05-08T01:02:22.020Z Compiling tinyvec_macros v0.1.1
6342026-05-08T01:02:22.088Z Compiling color-spantrace v0.3.0
6352026-05-08T01:02:22.099Z Compiling anstyle-query v1.1.5
6362026-05-08T01:02:22.138Z Compiling colorchoice v1.0.5
6372026-05-08T01:02:22.225Z Compiling xattr v1.6.1
6382026-05-08T01:02:22.276Z Compiling iana-time-zone v0.1.65
6392026-05-08T01:02:22.330Z Compiling number_prefix v0.4.0
6402026-05-08T01:02:22.404Z Compiling is_terminal_polyfill v1.70.2
6412026-05-08T01:02:22.415Z Compiling litrs v1.0.0
6422026-05-08T01:02:22.477Z Compiling self_update v0.42.0
6432026-05-08T01:02:22.496Z Compiling anstyle v1.0.14
6442026-05-08T01:02:22.611Z Compiling indicatif v0.17.11
6452026-05-08T01:02:22.742Z Compiling anstream v1.0.0
6462026-05-08T01:02:22.777Z Compiling chrono v0.4.44
6472026-05-08T01:02:22.797Z Compiling tar v0.4.45
6482026-05-08T01:02:22.850Z Compiling document-features v0.2.12
6492026-05-08T01:02:23.216Z Compiling globset v0.4.18
6502026-05-08T01:02:23.667Z Compiling tinyvec v1.11.0
6512026-05-08T01:02:23.845Z Compiling guppy v0.17.25
6522026-05-08T01:02:24.083Z Compiling cargo-util-schemas v0.2.0
6532026-05-08T01:02:25.351Z Compiling pin-project v1.1.12
6542026-05-08T01:02:25.403Z Compiling strip-ansi-escapes v0.2.1
6552026-05-08T01:02:25.450Z Compiling nextest-metadata v0.12.2
6562026-05-08T01:02:25.752Z Compiling toml v1.1.2+spec-1.1.0
6572026-05-08T01:02:25.903Z Compiling newtype-uuid v1.3.2
6582026-05-08T01:02:26.099Z Compiling reqwest v0.12.28
6592026-05-08T01:02:26.119Z Compiling rand_chacha v0.9.0
6602026-05-08T01:02:26.430Z Compiling futures v0.3.32
6612026-05-08T01:02:26.515Z Compiling digest v0.10.7
6622026-05-08T01:02:26.528Z Compiling derive_more v2.1.1
6632026-05-08T01:02:26.606Z Compiling flate2 v1.1.9
6642026-05-08T01:02:26.725Z Compiling parking_lot v0.12.5
6652026-05-08T01:02:26.737Z Compiling tracing-error v0.2.1
6662026-05-08T01:02:26.963Z Compiling shared_child v1.1.1
6672026-05-08T01:02:27.647Z Compiling signal-hook-mio v0.2.5
6682026-05-08T01:02:27.659Z Compiling self-replace v1.5.0
6692026-05-08T01:02:27.779Z Compiling cargo-platform v0.2.0
6702026-05-08T01:02:27.947Z Compiling quick-xml v0.38.4
6712026-05-08T01:02:28.345Z Compiling quick-xml v0.37.5
6722026-05-08T01:02:28.921Z Compiling cpufeatures v0.2.17
6732026-05-08T01:02:28.994Z Compiling shell-words v1.1.1
6742026-05-08T01:02:29.005Z Compiling indenter v0.3.4
6752026-05-08T01:02:29.131Z Compiling urlencoding v2.1.3
6762026-05-08T01:02:29.238Z Compiling heck v0.5.0
6772026-05-08T01:02:29.368Z Compiling recursion v0.5.4
6782026-05-08T01:02:29.435Z Compiling strsim v0.11.1
6792026-05-08T01:02:29.505Z Compiling clap_lex v1.1.0
6802026-05-08T01:02:29.549Z Compiling humantime v2.3.0
6812026-05-08T01:02:29.864Z Compiling humantime-serde v1.1.1
6822026-05-08T01:02:29.876Z Compiling clap_builder v4.6.0
6832026-05-08T01:02:29.974Z Compiling nextest-filtering v0.15.0
6842026-05-08T01:02:30.013Z Compiling clap_derive v4.6.1
6852026-05-08T01:02:31.102Z Compiling sha2 v0.10.9
6862026-05-08T01:02:31.759Z Compiling quick-junit v0.5.2
6872026-05-08T01:02:32.316Z Compiling cargo_metadata v0.20.0
6882026-05-08T01:02:33.897Z Compiling atomicwrites v0.4.4
6892026-05-08T01:02:34.185Z Compiling crossterm v0.29.0
6902026-05-08T01:02:34.860Z Compiling cargo-nextest v0.9.97
6912026-05-08T01:02:35.993Z Compiling duct v0.13.7
6922026-05-08T01:02:36.691Z Compiling zstd v0.13.3
6932026-05-08T01:02:37.115Z Compiling async-scoped v0.9.0
6942026-05-08T01:02:37.261Z Compiling config v0.15.22
6952026-05-08T01:02:37.303Z Compiling rand v0.9.4
6962026-05-08T01:02:37.381Z Compiling unicode-normalization v0.1.25
6972026-05-08T01:02:37.415Z Compiling target-spec-miette v0.4.6
6982026-05-08T01:02:37.470Z Compiling future-queue v0.4.0
6992026-05-08T01:02:37.742Z Compiling mukti-metadata v0.3.0
7002026-05-08T01:02:37.755Z Compiling tokio-stream v0.1.18
7012026-05-08T01:02:37.812Z Compiling camino-tempfile v1.4.1
7022026-05-08T01:02:37.939Z Compiling derive-where v1.6.1
7032026-05-08T01:02:38.063Z Compiling serde_path_to_error v0.1.20
7042026-05-08T01:02:38.235Z Compiling serde_ignored v0.1.14
7052026-05-08T01:02:38.253Z Compiling home v0.5.12
7062026-05-08T01:02:38.386Z Compiling xxhash-rust v0.8.15
7072026-05-08T01:02:38.417Z Compiling hex v0.4.3
7082026-05-08T01:02:38.455Z Compiling indent_write v2.2.0
7092026-05-08T01:02:38.509Z Compiling swrite v0.1.0
7102026-05-08T01:02:38.564Z Compiling color-eyre v0.6.5
7112026-05-08T01:02:38.612Z Compiling clap v4.6.1
7122026-05-08T01:02:38.627Z Compiling dialoguer v0.11.0
7132026-05-08T01:02:38.693Z Compiling enable-ansi-support v0.2.1
7142026-05-08T01:02:39.152Z Compiling nextest-runner v0.80.0
7152026-05-08T01:02:57.290Z Finished `release` profile [optimized] target(s) in 1m 09s
7162026-05-08T01:02:57.475Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-05-08T01:02:57.478Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-05-08T01:02:57.591Z+ source .github/buildomat/test-common.sh
7192026-05-08T01:02:57.594Z++ NEXTEST_VERSION=0.9.97
7202026-05-08T01:02:57.594Z++ PLATFORM=illumos
7212026-05-08T01:02:57.594Z++ banner install
7222026-05-08T01:02:57.594Z
7232026-05-08T01:02:57.594Z # # # #### ##### ## # #
7242026-05-08T01:02:57.594Z # ## # # # # # # #
7252026-05-08T01:02:57.594Z # # # # #### # # # # #
7262026-05-08T01:02:57.594Z # # # # # # ###### # #
7272026-05-08T01:02:57.594Z # # ## # # # # # # #
7282026-05-08T01:02:57.594Z # # # #### # # # ###### ######
7292026-05-08T01:02:57.594Z
7302026-05-08T01:02:57.594Z++ set +o errexit
7312026-05-08T01:02:57.597Z++ pkg info clang-15
7322026-05-08T01:02:57.597Z++ grep -qi installed
7332026-05-08T01:02:58.787Zpkg: info: no packages matching the following patterns you specified are
7342026-05-08T01:02:58.787Zinstalled on the system. Try querying remotely instead:
7352026-05-08T01:02:58.787Z
7362026-05-08T01:02:58.787Z clang-15
7372026-05-08T01:02:58.827Z++ [[ 1 != 0 ]]
7382026-05-08T01:02:58.827Z++ set -o errexit
7392026-05-08T01:02:58.830Z++ pfexec pkg install clang-15
7402026-05-08T01:03:06.998Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-05-08T01:03:14.458Z Startup: Caching catalogs ... Done
7422026-05-08T01:03:21.804ZPlanning: Solver setup ... Done
7432026-05-08T01:03:21.845ZPlanning: Running solver ... Done
7442026-05-08T01:03:21.987ZPlanning: Finding local manifests ... Done
7452026-05-08T01:03:22.004ZPlanning: Fetching manifests: 0/2 0% complete
7462026-05-08T01:03:22.084ZPlanning: Fetching manifests: 2/2 100% complete
7472026-05-08T01:03:22.114ZPlanning: Package planning ... Done
7482026-05-08T01:03:22.142ZPlanning: Merging actions ... Done
7492026-05-08T01:03:22.248ZPlanning: Checking for conflicting actions ... Done
7502026-05-08T01:03:22.254ZPlanning: Consolidating action changes ... Done
7512026-05-08T01:03:22.994ZPlanning: Evaluating mediators ... Done
7522026-05-08T01:03:23.001ZPlanning: Planning completed in 8.37 seconds
7532026-05-08T01:03:23.012Z Packages to install: 2
7542026-05-08T01:03:23.015Z Mediators to change: 2
7552026-05-08T01:03:23.015Z Services to change: 1
7562026-05-08T01:03:23.015Z Create boot environment: No
7572026-05-08T01:03:23.015ZCreate backup boot environment: No
7582026-05-08T01:03:23.054Z
7592026-05-08T01:03:23.054ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-05-08T01:03:28.123ZDownload: 2002/3076 items 117.9/211.3MB 55% complete (25.1M/s)
7612026-05-08T01:03:33.141ZDownload: 3034/3076 items 201.7/211.3MB 95% complete (21.4M/s)
7622026-05-08T01:03:33.730ZDownload: Completed 211.31 MB in 10.67 seconds (19.8M/s)
7632026-05-08T01:03:34.624Z Actions: 1/3418 actions (Installing new actions)
7642026-05-08T01:03:37.745Z Actions: Completed 3418 actions in 3.12 seconds.
7652026-05-08T01:03:38.074Z Done
7662026-05-08T01:03:38.074Z Done
7672026-05-08T01:03:38.811Z Done
7682026-05-08T01:03:42.170Z Done
7692026-05-08T01:03:42.245Z Done
7702026-05-08T01:03:42.248Z Done
7712026-05-08T01:03:42.490Z Done
7722026-05-08T01:03:43.188Z++ set -o errexit
7732026-05-08T01:03:43.188Z++ cargo --version
7742026-05-08T01:03:43.198Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
7752026-05-08T01:03:43.201Z++ rustc --version
7762026-05-08T01:03:43.220Zrustc 1.94.1 (e408947bf 2026-03-25)
7772026-05-08T01:03:43.223Z++ cargo install cargo-nextest --version 0.9.97
7782026-05-08T01:03:43.275Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7792026-05-08T01:03:43.278Z+ pushd rdb
7802026-05-08T01:03:43.278Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7812026-05-08T01:03:43.278Z+ PROPTEST_CASES=1000000
7822026-05-08T01:03:43.278Z+ cargo nextest run --lib proptest
7832026-05-08T01:03:43.435Z Updating git repository `https://github.com/oxidecomputer/falcon`
7842026-05-08T01:03:43.980ZFrom https://github.com/oxidecomputer/falcon
7852026-05-08T01:03:43.980Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7862026-05-08T01:03:44.056Z Updating crates.io index
7872026-05-08T01:03:44.059Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7882026-05-08T01:03:44.767ZFrom https://github.com/oxidecomputer/dendrite
7892026-05-08T01:03:44.767Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7902026-05-08T01:03:44.831Z Updating git repository `https://github.com/oxidecomputer/ispf`
7912026-05-08T01:03:45.081ZFrom https://github.com/oxidecomputer/ispf
7922026-05-08T01:03:45.081Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7932026-05-08T01:03:45.134Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7942026-05-08T01:03:45.448ZFrom https://github.com/oxidecomputer/netadm-sys
7952026-05-08T01:03:45.448Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7962026-05-08T01:03:45.456Z Updating git repository `https://github.com/oxidecomputer/omicron`
7972026-05-08T01:03:51.309ZFrom https://github.com/oxidecomputer/omicron
7982026-05-08T01:03:51.309Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7992026-05-08T01:03:51.705Z Updating git repository `https://github.com/oxidecomputer/opte`
8002026-05-08T01:03:52.304ZFrom https://github.com/oxidecomputer/opte
8012026-05-08T01:03:52.304Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
8022026-05-08T01:03:52.504Z Updating git repository `https://github.com/illumos/smf-rs`
8032026-05-08T01:03:52.752ZFrom https://github.com/illumos/smf-rs
8042026-05-08T01:03:52.752Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8052026-05-08T01:03:52.761Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8062026-05-08T01:03:53.023ZFrom https://github.com/oxidecomputer/network-interface
8072026-05-08T01:03:53.023Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8082026-05-08T01:03:53.147Z Updating git repository `https://github.com/oxidecomputer/zone`
8092026-05-08T01:03:53.414ZFrom https://github.com/oxidecomputer/zone
8102026-05-08T01:03:53.415Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8112026-05-08T01:03:53.438Z Updating git repository `https://github.com/oxidecomputer/propolis`
8122026-05-08T01:03:54.069ZFrom https://github.com/oxidecomputer/propolis
8132026-05-08T01:03:54.069Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8142026-05-08T01:03:54.134Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8152026-05-08T01:03:54.597ZFrom https://github.com/oxidecomputer/transceiver-control
8162026-05-08T01:03:54.597Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8172026-05-08T01:03:54.667Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8182026-05-08T01:03:54.924ZFrom https://github.com/oxidecomputer/dlpi-sys
8192026-05-08T01:03:54.924Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8202026-05-08T01:03:54.938Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8212026-05-08T01:03:55.219ZFrom https://github.com/jmesmon/rust-libzfs
8222026-05-08T01:03:55.219Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8232026-05-08T01:03:55.228Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8242026-05-08T01:03:55.467ZFrom https://github.com/oxidecomputer/rusty-doors
8252026-05-08T01:03:55.467Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8262026-05-08T01:03:55.475Z Updating git repository `https://github.com/oxidecomputer/lldp`
8272026-05-08T01:03:55.771ZFrom https://github.com/oxidecomputer/lldp
8282026-05-08T01:03:55.771Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8292026-05-08T01:03:55.811Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8302026-05-08T01:03:56.073ZFrom https://github.com/oxidecomputer/slog-error-chain
8312026-05-08T01:03:56.073Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8322026-05-08T01:03:56.139Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8332026-05-08T01:03:56.414ZFrom https://github.com/oxidecomputer/tufaceous
8342026-05-08T01:03:56.414Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8352026-05-08T01:03:56.443Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8362026-05-08T01:03:56.873ZFrom https://github.com/oxidecomputer/management-gateway-service
8372026-05-08T01:03:56.873Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8382026-05-08T01:03:56.937Z Updating git repository `https://github.com/oxidecomputer/crucible`
8392026-05-08T01:03:57.722ZFrom https://github.com/oxidecomputer/crucible
8402026-05-08T01:03:57.722Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8412026-05-08T01:03:57.779Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8422026-05-08T01:03:58.020ZFrom https://github.com/oxidecomputer/serde_human_bytes
8432026-05-08T01:03:58.020Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8442026-05-08T01:03:58.167Z Updating git repository `https://github.com/oxidecomputer/propolis`
8452026-05-08T01:03:58.464ZFrom https://github.com/oxidecomputer/propolis
8462026-05-08T01:03:58.464Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8472026-05-08T01:03:58.833Z Updating git repository `https://github.com/oxidecomputer/tofino`
8482026-05-08T01:03:59.140ZFrom https://github.com/oxidecomputer/tofino
8492026-05-08T01:03:59.140Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8502026-05-08T01:03:59.147Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8512026-05-08T01:03:59.689ZFrom https://github.com/oxidecomputer/maghemite
8522026-05-08T01:03:59.689Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8532026-05-08T01:03:59.774Z Updating git repository `https://github.com/oxidecomputer/clickward`
8542026-05-08T01:04:00.200ZFrom https://github.com/oxidecomputer/clickward
8552026-05-08T01:04:00.200Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8562026-05-08T01:04:00.213Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8572026-05-08T01:04:00.653ZFrom https://github.com/oxidecomputer/illumos-devinfo
8582026-05-08T01:04:00.653Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8592026-05-08T01:04:00.864Z Updating git repository `https://github.com/oxidecomputer/crucible`
8602026-05-08T01:04:01.201ZFrom https://github.com/oxidecomputer/crucible
8612026-05-08T01:04:01.201Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8622026-05-08T01:04:02.154Z Downloading crates ...
8632026-05-08T01:04:02.249Z Downloaded async-recursion v1.1.1
8642026-05-08T01:04:02.253Z Downloaded cobs v0.3.0
8652026-05-08T01:04:02.258Z Downloaded const-random v0.1.18
8662026-05-08T01:04:02.267Z Downloaded ciborium-ll v0.2.2
8672026-05-08T01:04:02.270Z Downloaded crc8 v0.1.1
8682026-05-08T01:04:02.270Z Downloaded blake2 v0.10.6
8692026-05-08T01:04:02.270Z Downloaded bit-set v0.8.0
8702026-05-08T01:04:02.273Z Downloaded async-stream-impl v0.3.6
8712026-05-08T01:04:02.273Z Downloaded dropshot-api-manager-types v0.7.1
8722026-05-08T01:04:02.273Z Downloaded dyn-clone v1.0.20
8732026-05-08T01:04:02.277Z Downloaded defmt-macros v1.0.1
8742026-05-08T01:04:02.282Z Downloaded base16ct v0.2.0
8752026-05-08T01:04:02.282Z Downloaded lru-cache v0.1.2
8762026-05-08T01:04:02.282Z Downloaded aead v0.5.2
8772026-05-08T01:04:02.285Z Downloaded enum-as-inner v0.6.1
8782026-05-08T01:04:02.285Z Downloaded chacha20 v0.9.1
8792026-05-08T01:04:02.285Z Downloaded cargo_toml v0.22.3
8802026-05-08T01:04:02.288Z Downloaded heck v0.4.1
8812026-05-08T01:04:02.288Z Downloaded ff v0.13.1
8822026-05-08T01:04:02.291Z Downloaded backon v1.6.0
8832026-05-08T01:04:02.291Z Downloaded backoff v0.4.0
8842026-05-08T01:04:02.294Z Downloaded bcs v0.1.6
8852026-05-08T01:04:02.297Z Downloaded base16ct v1.0.0
8862026-05-08T01:04:02.297Z Downloaded num-iter v0.1.45
8872026-05-08T01:04:02.300Z Downloaded allocator-api2 v0.2.21
8882026-05-08T01:04:02.300Z Downloaded gethostname v0.5.0
8892026-05-08T01:04:02.303Z Downloaded foreign-types-shared v0.3.1
8902026-05-08T01:04:02.303Z Downloaded fixedbitset v0.4.2
8912026-05-08T01:04:02.306Z Downloaded darling v0.23.0
8922026-05-08T01:04:02.309Z Downloaded icu_locale_core v2.1.1
8932026-05-08T01:04:02.312Z Downloaded darling_macro v0.21.3
8942026-05-08T01:04:02.312Z Downloaded compression-core v0.4.31
8952026-05-08T01:04:02.317Z Downloaded ciborium-io v0.2.2
8962026-05-08T01:04:02.317Z Downloaded convert_case v0.4.0
8972026-05-08T01:04:02.322Z Downloaded cpufeatures v0.3.0
8982026-05-08T01:04:02.322Z Downloaded base64 v0.21.7
8992026-05-08T01:04:02.328Z Downloaded half v2.7.1
9002026-05-08T01:04:02.328Z Downloaded cstr-argument v0.1.2
9012026-05-08T01:04:02.328Z Downloaded fastrand v2.3.0
9022026-05-08T01:04:02.331Z Downloaded foreign-types-macros v0.2.3
9032026-05-08T01:04:02.331Z Downloaded defmt-parser v1.0.0
9042026-05-08T01:04:02.332Z Downloaded foreign-types v0.5.0
9052026-05-08T01:04:02.332Z Downloaded dtrace-parser v0.3.0
9062026-05-08T01:04:02.337Z Downloaded crucible-workspace-hack v0.1.0
9072026-05-08T01:04:02.340Z Downloaded defmt v0.3.100
9082026-05-08T01:04:02.340Z Downloaded icu_provider v2.1.1
9092026-05-08T01:04:02.346Z Downloaded hkdf v0.12.4
9102026-05-08T01:04:02.349Z Downloaded dtrace-parser v0.2.0
9112026-05-08T01:04:02.349Z Downloaded crunchy v0.2.4
9122026-05-08T01:04:02.352Z Downloaded fxhash v0.2.1
9132026-05-08T01:04:02.356Z Downloaded linked-hash-map v0.5.6
9142026-05-08T01:04:02.356Z Downloaded dof v0.3.0
9152026-05-08T01:04:02.356Z Downloaded const-random-macro v0.1.16
9162026-05-08T01:04:02.359Z Downloaded managed v0.8.0
9172026-05-08T01:04:02.359Z Downloaded internet-checksum v0.2.1
9182026-05-08T01:04:02.362Z Downloaded async-stream v0.3.6
9192026-05-08T01:04:02.365Z Downloaded daft-derive v0.1.5
9202026-05-08T01:04:02.369Z Downloaded hostname v0.4.2
9212026-05-08T01:04:02.372Z Downloaded instant v0.1.13
9222026-05-08T01:04:02.372Z Downloaded compression-codecs v0.4.37
9232026-05-08T01:04:02.376Z Downloaded olpc-cjson v0.1.4
9242026-05-08T01:04:02.376Z Downloaded mime v0.3.17
9252026-05-08T01:04:02.379Z Downloaded memoffset v0.9.1
9262026-05-08T01:04:02.379Z Downloaded float-ord v0.3.2
9272026-05-08T01:04:02.379Z Downloaded argon2 v0.5.3
9282026-05-08T01:04:02.384Z Downloaded dof v0.4.0
9292026-05-08T01:04:02.390Z Downloaded hubpack v0.1.2
9302026-05-08T01:04:02.390Z Downloaded httpdate v1.0.3
9312026-05-08T01:04:02.390Z Downloaded opaque-debug v0.3.1
9322026-05-08T01:04:02.390Z Downloaded libscf-sys v1.1.0
9332026-05-08T01:04:02.390Z Downloaded darling_macro v0.23.0
9342026-05-08T01:04:02.390Z Downloaded hash32 v0.3.1
9352026-05-08T01:04:02.394Z Downloaded match_cfg v0.1.0
9362026-05-08T01:04:02.394Z Downloaded omicron-workspace-hack v0.1.0
9372026-05-08T01:04:02.397Z Downloaded num_threads v0.1.7
9382026-05-08T01:04:02.397Z Downloaded num-conv v0.2.1
9392026-05-08T01:04:02.397Z Downloaded macaddr v1.0.1
9402026-05-08T01:04:02.400Z Downloaded num_enum_derive v0.5.11
9412026-05-08T01:04:02.400Z Downloaded keccak v0.1.6
9422026-05-08T01:04:02.400Z Downloaded arrayref v0.3.9
9432026-05-08T01:04:02.403Z Downloaded parse-display v0.10.0
9442026-05-08T01:04:02.403Z Downloaded git-stub v1.0.0
9452026-05-08T01:04:02.406Z Downloaded phf_shared v0.12.1
9462026-05-08T01:04:02.406Z Downloaded hostname v0.3.1
9472026-05-08T01:04:02.409Z Downloaded no-std-compat v0.4.1
9482026-05-08T01:04:02.409Z Downloaded defmt v1.0.1
9492026-05-08T01:04:02.413Z Downloaded critical-section v1.2.0
9502026-05-08T01:04:02.413Z Downloaded dunce v1.0.5
9512026-05-08T01:04:02.416Z Downloaded num-derive v0.4.2
9522026-05-08T01:04:02.416Z Downloaded inout v0.1.4
9532026-05-08T01:04:02.416Z Downloaded derive-ex v0.1.8
9542026-05-08T01:04:02.420Z Downloaded const_format_proc_macros v0.2.34
9552026-05-08T01:04:02.420Z Downloaded drift v0.1.3
9562026-05-08T01:04:02.423Z Downloaded icu_normalizer_data v2.1.1
9572026-05-08T01:04:02.427Z Downloaded embedded-io v0.6.1
9582026-05-08T01:04:02.427Z Downloaded bytecount v0.6.9
9592026-05-08T01:04:02.430Z Downloaded data-encoding v2.10.0
9602026-05-08T01:04:02.430Z Downloaded byteorder v1.5.0
9612026-05-08T01:04:02.430Z Downloaded crossbeam-deque v0.8.6
9622026-05-08T01:04:02.434Z Downloaded cmake v0.1.58
9632026-05-08T01:04:02.434Z Downloaded newtype-uuid-macros v0.1.0
9642026-05-08T01:04:02.434Z Downloaded cipher v0.4.4
9652026-05-08T01:04:02.436Z Downloaded memmap v0.7.0
9662026-05-08T01:04:02.437Z Downloaded num v0.4.3
9672026-05-08T01:04:02.440Z Downloaded erased-serde v0.3.31
9682026-05-08T01:04:02.440Z Downloaded newline-converter v0.3.0
9692026-05-08T01:04:02.443Z Downloaded crossbeam-utils v0.8.21
9702026-05-08T01:04:02.443Z Downloaded displaydoc v0.2.5
9712026-05-08T01:04:02.446Z Downloaded csv-core v0.1.13
9722026-05-08T01:04:02.446Z Downloaded idna_adapter v1.2.1
9732026-05-08T01:04:02.449Z Downloaded hubpack_derive v0.1.1
9742026-05-08T01:04:02.449Z Downloaded ident_case v1.0.1
9752026-05-08T01:04:02.449Z Downloaded proc-macro-error-attr v1.0.4
9762026-05-08T01:04:02.453Z Downloaded proc-macro-crate v1.3.1
9772026-05-08T01:04:02.453Z Downloaded powerfmt v0.2.0
9782026-05-08T01:04:02.453Z Downloaded potential_utf v0.1.4
9792026-05-08T01:04:02.456Z Downloaded plain v0.2.3
9802026-05-08T01:04:02.456Z Downloaded natord v1.0.9
9812026-05-08T01:04:02.456Z Downloaded newtype_derive v0.1.6
9822026-05-08T01:04:02.456Z Downloaded deranged v0.5.8
9832026-05-08T01:04:02.459Z Downloaded pretty-hex v0.4.2
9842026-05-08T01:04:02.459Z Downloaded num_enum v0.7.6
9852026-05-08T01:04:02.462Z Downloaded num_enum_derive v0.7.6
9862026-05-08T01:04:02.466Z Downloaded daft v0.1.5
9872026-05-08T01:04:02.466Z Downloaded constant_time_eq v0.4.2
9882026-05-08T01:04:02.469Z Downloaded proc-macro-error-attr2 v2.0.0
9892026-05-08T01:04:02.469Z Downloaded fs_extra v1.3.0
9902026-05-08T01:04:02.469Z Downloaded fs-err v3.3.0
9912026-05-08T01:04:02.472Z Downloaded phf v0.12.1
9922026-05-08T01:04:02.472Z Downloaded paste v1.0.15
9932026-05-08T01:04:02.475Z Downloaded progenitor-client v0.11.2
9942026-05-08T01:04:02.475Z Downloaded progenitor-client v0.10.0
9952026-05-08T01:04:02.478Z Downloaded parking_lot_core v0.8.6
9962026-05-08T01:04:02.478Z Downloaded group v0.13.0
9972026-05-08T01:04:02.478Z Downloaded progenitor-macro v0.10.0
9982026-05-08T01:04:02.483Z Downloaded progenitor-macro v0.11.2
9992026-05-08T01:04:02.483Z Downloaded anyhow v1.0.102
10002026-05-08T01:04:02.486Z Downloaded libsw v3.5.0
10012026-05-08T01:04:02.486Z Downloaded foldhash v0.2.0
10022026-05-08T01:04:02.486Z Downloaded console v0.16.3
10032026-05-08T01:04:02.489Z Downloaded num-derive v0.3.3
10042026-05-08T01:04:02.489Z Downloaded arrayvec v0.7.6
10052026-05-08T01:04:02.492Z Downloaded git-stub-vcs v0.1.0
10062026-05-08T01:04:02.492Z Downloaded num-rational v0.4.2
10072026-05-08T01:04:02.495Z Downloaded cancel-safe-futures v0.1.5
10082026-05-08T01:04:02.498Z Downloaded crossbeam-epoch v0.9.18
10092026-05-08T01:04:02.498Z Downloaded bitflags v2.11.0
10102026-05-08T01:04:02.501Z Downloaded pkg-config v0.3.32
10112026-05-08T01:04:02.504Z Downloaded rand_xorshift v0.4.0
10122026-05-08T01:04:02.504Z Downloaded darling v0.21.3
10132026-05-08T01:04:02.507Z Downloaded progenitor-client v0.14.0
10142026-05-08T01:04:02.507Z Downloaded poly1305 v0.8.0
10152026-05-08T01:04:02.510Z Downloaded progenitor-macro v0.14.0
10162026-05-08T01:04:02.510Z Downloaded ref-cast v1.0.25
10172026-05-08T01:04:02.513Z Downloaded quick-error v1.2.3
10182026-05-08T01:04:02.513Z Downloaded progenitor-macro v0.13.0
10192026-05-08T01:04:02.513Z Downloaded derive_more v0.99.20
10202026-05-08T01:04:02.516Z Downloaded rand_chacha v0.3.1
10212026-05-08T01:04:02.519Z Downloaded rustc_version v0.1.7
10222026-05-08T01:04:02.519Z Downloaded ref-cast-impl v1.0.25
10232026-05-08T01:04:02.519Z Downloaded multer v3.1.0
10242026-05-08T01:04:02.522Z Downloaded highway v1.3.0
10252026-05-08T01:04:02.522Z Downloaded proc-macro-error v1.0.4
10262026-05-08T01:04:02.529Z Downloaded glob v0.3.3
10272026-05-08T01:04:02.529Z Downloaded num-integer v0.1.46
10282026-05-08T01:04:02.529Z Downloaded ingot v0.1.1
10292026-05-08T01:04:02.529Z Downloaded libsw-core v0.3.2
10302026-05-08T01:04:02.532Z Downloaded ipnetwork v0.21.1
10312026-05-08T01:04:02.533Z Downloaded same-file v1.0.6
10322026-05-08T01:04:02.533Z Downloaded litemap v0.8.1
10332026-05-08T01:04:02.537Z Downloaded password-hash v0.5.0
10342026-05-08T01:04:02.537Z Downloaded progenitor v0.11.2
10352026-05-08T01:04:02.537Z Downloaded num-complex v0.4.6
10362026-05-08T01:04:02.542Z Downloaded oxnet v0.1.5
10372026-05-08T01:04:02.542Z Downloaded byte-wrapper v0.1.0
10382026-05-08T01:04:02.542Z Downloaded ciborium v0.2.2
10392026-05-08T01:04:02.545Z Downloaded cookie v0.18.1
10402026-05-08T01:04:02.545Z Downloaded async-trait v0.1.89
10412026-05-08T01:04:02.548Z Downloaded progenitor-extras v0.1.1
10422026-05-08T01:04:02.548Z Downloaded colored v3.1.1
10432026-05-08T01:04:02.551Z Downloaded scroll_derive v0.12.1
10442026-05-08T01:04:02.551Z Downloaded pem v3.0.6
10452026-05-08T01:04:02.553Z Downloaded oxide-tokio-rt v0.1.3
10462026-05-08T01:04:02.554Z Downloaded scroll_derive v0.13.1
10472026-05-08T01:04:02.556Z Downloaded serde-big-array v0.5.1
10482026-05-08T01:04:02.557Z Downloaded memmap2 v0.9.10
10492026-05-08T01:04:02.557Z Downloaded hmac v0.12.1
10502026-05-08T01:04:02.560Z Downloaded dropshot_endpoint v0.16.7
10512026-05-08T01:04:02.562Z Downloaded goblin v0.10.5
10522026-05-08T01:04:02.567Z Downloaded num_enum v0.5.11
10532026-05-08T01:04:02.570Z Downloaded sigpipe v0.1.3
10542026-05-08T01:04:02.570Z Downloaded sha1 v0.10.6
10552026-05-08T01:04:02.570Z Downloaded serial_test_derive v3.4.0
10562026-05-08T01:04:02.574Z Downloaded ingot-types v0.1.2
10572026-05-08T01:04:02.575Z Downloaded serial_test v3.4.0
10582026-05-08T01:04:02.575Z Downloaded chacha20 v0.10.0
10592026-05-08T01:04:02.577Z Downloaded progenitor v0.13.0
10602026-05-08T01:04:02.577Z Downloaded postcard v1.1.3
10612026-05-08T01:04:02.580Z Downloaded progenitor v0.14.0
10622026-05-08T01:04:02.580Z Downloaded serde_spanned v1.1.0
10632026-05-08T01:04:02.580Z Downloaded ingot-macros v0.1.1
10642026-05-08T01:04:02.583Z Downloaded bitflags v1.3.2
10652026-05-08T01:04:02.586Z Downloaded expectorate v1.2.0
10662026-05-08T01:04:02.586Z Downloaded smawk v0.3.2
10672026-05-08T01:04:02.591Z Downloaded slog-envlogger v2.2.0
10682026-05-08T01:04:02.591Z Downloaded progenitor-client v0.13.0
10692026-05-08T01:04:02.591Z Downloaded slog-bunyan v2.5.0
10702026-05-08T01:04:02.595Z Downloaded secrecy v0.10.3
10712026-05-08T01:04:02.595Z Downloaded resolv-conf v0.7.6
10722026-05-08T01:04:02.595Z Downloaded proc-macro-crate v3.5.0
10732026-05-08T01:04:02.595Z Downloaded serde_repr v0.1.20
10742026-05-08T01:04:02.595Z Downloaded siphasher v1.0.2
10752026-05-08T01:04:02.599Z Downloaded rustls-pemfile v2.2.0
10762026-05-08T01:04:02.599Z Downloaded serde_plain v1.0.2
10772026-05-08T01:04:02.599Z Downloaded rand_core v0.10.0
10782026-05-08T01:04:02.602Z Downloaded bit-vec v0.8.0
10792026-05-08T01:04:02.602Z Downloaded is-terminal v0.4.17
10802026-05-08T01:04:02.602Z Downloaded embedded-io v0.4.0
10812026-05-08T01:04:02.602Z Downloaded strum v0.26.3
10822026-05-08T01:04:02.605Z Downloaded spin v0.5.2
10832026-05-08T01:04:02.605Z Downloaded strum v0.27.2
10842026-05-08T01:04:02.605Z Downloaded structmeta v0.3.0
10852026-05-08T01:04:02.608Z Downloaded structmeta-derive v0.3.0
10862026-05-08T01:04:02.608Z Downloaded stable_deref_trait v1.2.1
10872026-05-08T01:04:02.612Z Downloaded tabled_derive v0.11.0
10882026-05-08T01:04:02.615Z Downloaded proc-macro-error2 v2.0.1
10892026-05-08T01:04:02.617Z Downloaded schemars_derive v0.8.22
10902026-05-08T01:04:02.617Z Downloaded pin-project-internal v1.1.11
10912026-05-08T01:04:02.618Z Downloaded parse-display-derive v0.10.0
10922026-05-08T01:04:02.622Z Downloaded linear-map v1.2.0
10932026-05-08T01:04:02.622Z Downloaded dropshot_endpoint v0.17.0
10942026-05-08T01:04:02.622Z Downloaded progenitor v0.10.0
10952026-05-08T01:04:02.625Z Downloaded parking_lot v0.11.2
10962026-05-08T01:04:02.625Z Downloaded scroll v0.13.0
10972026-05-08T01:04:02.625Z Downloaded papergrid v0.17.0
10982026-05-08T01:04:02.629Z Downloaded papergrid v0.11.0
10992026-05-08T01:04:02.632Z Downloaded testing_table v0.3.0
11002026-05-08T01:04:02.632Z Downloaded termtree v0.5.1
11012026-05-08T01:04:02.632Z Downloaded take_mut v0.2.2
11022026-05-08T01:04:02.635Z Downloaded tabwriter v1.4.1
11032026-05-08T01:04:02.635Z Downloaded rustversion v1.0.22
11042026-05-08T01:04:02.635Z Downloaded tabled_derive v0.7.0
11052026-05-08T01:04:02.639Z Downloaded rustls-native-certs v0.8.3
11062026-05-08T01:04:02.639Z Downloaded omicron-zone-package v0.12.2
11072026-05-08T01:04:02.641Z Downloaded serde_tokenstream v0.2.3
11082026-05-08T01:04:02.642Z Downloaded thiserror-impl-no-std v2.0.2
11092026-05-08T01:04:02.642Z Downloaded elliptic-curve v0.13.8
11102026-05-08T01:04:02.645Z Downloaded time-core v0.1.8
11112026-05-08T01:04:02.645Z Downloaded thread-id v4.2.2
11122026-05-08T01:04:02.648Z Downloaded tagptr v0.2.0
11132026-05-08T01:04:02.648Z Downloaded rusty-fork v0.3.1
11142026-05-08T01:04:02.648Z Downloaded chacha20poly1305 v0.10.1
11152026-05-08T01:04:02.648Z Downloaded pest_generator v2.8.6
11162026-05-08T01:04:02.651Z Downloaded pest_derive v2.8.6
11172026-05-08T01:04:02.651Z Downloaded diff v0.1.13
11182026-05-08T01:04:02.654Z Downloaded darling_core v0.23.0
11192026-05-08T01:04:02.657Z Downloaded indexmap v1.9.3
11202026-05-08T01:04:02.659Z Downloaded hyper-rustls v0.27.7
11212026-05-08T01:04:02.662Z Downloaded topological-sort v0.2.2
11222026-05-08T01:04:02.665Z Downloaded semver v0.1.20
11232026-05-08T01:04:02.668Z Downloaded scroll v0.12.0
11242026-05-08T01:04:02.668Z Downloaded thread-id v5.1.0
11252026-05-08T01:04:02.668Z Downloaded rustls-pki-types v1.14.0
11262026-05-08T01:04:02.671Z Downloaded smf v0.2.3
11272026-05-08T01:04:02.671Z Downloaded smartstring v1.0.1
11282026-05-08T01:04:02.676Z Downloaded serde_derive_internals v0.29.1
11292026-05-08T01:04:02.681Z Downloaded strum_macros v0.27.2
11302026-05-08T01:04:02.681Z Downloaded strum_macros v0.26.4
11312026-05-08T01:04:02.684Z Downloaded typify-macro v0.4.3
11322026-05-08T01:04:02.687Z Downloaded untrusted v0.7.1
11332026-05-08T01:04:02.687Z Downloaded unit-prefix v0.5.2
11342026-05-08T01:04:02.693Z Downloaded progenitor-impl v0.14.0
11352026-05-08T01:04:02.696Z Downloaded slog-stdlog v4.1.1
11362026-05-08T01:04:02.696Z Downloaded sdd v3.0.10
11372026-05-08T01:04:02.696Z Downloaded pin-project v1.1.11
11382026-05-08T01:04:02.703Z Downloaded utf-8 v0.7.6
11392026-05-08T01:04:02.706Z Downloaded const_format v0.2.35
11402026-05-08T01:04:02.709Z Downloaded darling_core v0.21.3
11412026-05-08T01:04:02.713Z Downloaded tokio-dtrace v0.1.1
11422026-05-08T01:04:02.713Z Downloaded tiny-keccak v2.0.2
11432026-05-08T01:04:02.713Z Downloaded universal-hash v0.5.1
11442026-05-08T01:04:02.716Z Downloaded slog-scope v4.4.1
11452026-05-08T01:04:02.716Z Downloaded usdt-attr-macro v0.6.0
11462026-05-08T01:04:02.716Z Downloaded slog-json v2.6.1
11472026-05-08T01:04:02.716Z Downloaded crypto-bigint v0.5.5
11482026-05-08T01:04:02.719Z Downloaded crossbeam-channel v0.5.15
11492026-05-08T01:04:02.726Z Downloaded synstructure v0.13.2
11502026-05-08T01:04:02.729Z Downloaded slog-dtrace v0.3.0
11512026-05-08T01:04:02.729Z Downloaded yoke-derive v0.8.1
11522026-05-08T01:04:02.732Z Downloaded unarray v0.1.4
11532026-05-08T01:04:02.735Z Downloaded zone_cfg_derive v0.3.1
11542026-05-08T01:04:02.735Z Downloaded usdt-macro v0.5.0
11552026-05-08T01:04:02.738Z Downloaded usdt-attr-macro v0.5.0
11562026-05-08T01:04:02.739Z Downloaded usdt v0.6.0
11572026-05-08T01:04:02.739Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11582026-05-08T01:04:02.739Z Downloaded slog-term v2.9.2
11592026-05-08T01:04:02.741Z Downloaded waitgroup v0.1.2
11602026-05-08T01:04:02.741Z Downloaded usdt v0.5.0
11612026-05-08T01:04:02.741Z Downloaded icu_normalizer v2.1.1
11622026-05-08T01:04:02.744Z Downloaded time-macros v0.2.27
11632026-05-08T01:04:02.747Z Downloaded rhai_codegen v3.1.0
11642026-05-08T01:04:02.750Z Downloaded snafu-derive v0.8.9
11652026-05-08T01:04:02.757Z Downloaded typify-macro v0.6.2
11662026-05-08T01:04:02.761Z Downloaded indicatif v0.18.4
11672026-05-08T01:04:02.761Z Downloaded tokio-tungstenite v0.21.0
11682026-05-08T01:04:02.763Z Downloaded wait-timeout v0.2.1
11692026-05-08T01:04:02.763Z Downloaded usdt-macro v0.6.0
11702026-05-08T01:04:02.763Z Downloaded arc-swap v1.9.0
11712026-05-08T01:04:02.766Z Downloaded tinystr v0.8.2
11722026-05-08T01:04:02.767Z Downloaded progenitor-impl v0.10.0
11732026-05-08T01:04:02.769Z Downloaded zeroize_derive v1.4.3
11742026-05-08T01:04:02.770Z Downloaded zerofrom-derive v0.1.6
11752026-05-08T01:04:02.770Z Downloaded zone v0.3.1
11762026-05-08T01:04:02.770Z Downloaded zerofrom v0.1.6
11772026-05-08T01:04:02.770Z Downloaded schemars v0.8.22
11782026-05-08T01:04:02.775Z Downloaded tokio-rustls v0.25.0
11792026-05-08T01:04:02.778Z Downloaded hickory-resolver v0.25.2
11802026-05-08T01:04:02.781Z Downloaded usdt-impl v0.6.0
11812026-05-08T01:04:02.781Z Downloaded vsss-rs v3.3.4
11822026-05-08T01:04:02.784Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11832026-05-08T01:04:02.784Z Downloaded cc v1.2.58
11842026-05-08T01:04:02.784Z Downloaded icu_properties v2.1.2
11852026-05-08T01:04:02.787Z Downloaded yoke v0.8.1
11862026-05-08T01:04:02.790Z Downloaded toml_writer v1.1.0+spec-1.1.0
11872026-05-08T01:04:02.793Z Downloaded slog-async v2.8.0
11882026-05-08T01:04:02.796Z Downloaded slog v2.8.2
11892026-05-08T01:04:02.796Z Downloaded xz2 v0.1.7
11902026-05-08T01:04:02.799Z Downloaded rayon-core v1.13.0
11912026-05-08T01:04:02.802Z Downloaded spin v0.9.8
11922026-05-08T01:04:02.805Z Downloaded pest_meta v2.8.6
11932026-05-08T01:04:02.805Z Downloaded rustls-platform-verifier v0.6.2
11942026-05-08T01:04:02.809Z Downloaded prettyplease v0.2.37
11952026-05-08T01:04:02.813Z Downloaded pretty_assertions v1.4.1
11962026-05-08T01:04:02.821Z Downloaded thiserror-no-std v2.0.2
11972026-05-08T01:04:02.824Z Downloaded thin-vec v0.2.14
11982026-05-08T01:04:02.827Z Downloaded walkdir v2.5.0
11992026-05-08T01:04:02.827Z Downloaded async-compression v0.4.41
12002026-05-08T01:04:02.830Z Downloaded ucd-trie v0.1.7
12012026-05-08T01:04:02.830Z Downloaded term v1.2.1
12022026-05-08T01:04:02.835Z Downloaded usdt-impl v0.5.0
12032026-05-08T01:04:02.835Z Downloaded hickory-resolver v0.24.4
12042026-05-08T01:04:02.838Z Downloaded dropshot-api-manager v0.7.1
12052026-05-08T01:04:02.838Z Downloaded whoami v1.6.1
12062026-05-08T01:04:02.841Z Downloaded qorb v0.4.1
12072026-05-08T01:04:02.845Z Downloaded minimal-lexical v0.2.1
12082026-05-08T01:04:02.848Z Downloaded zerovec-derive v0.11.2
12092026-05-08T01:04:02.849Z Downloaded zerocopy-derive v0.7.35
12102026-05-08T01:04:02.849Z Downloaded serde_with_macros v3.18.0
12112026-05-08T01:04:02.849Z Downloaded test-strategy v0.4.5
12122026-05-08T01:04:02.853Z Downloaded typify v0.6.2
12132026-05-08T01:04:02.856Z Downloaded rustls-webpki v0.103.10
12142026-05-08T01:04:02.856Z Downloaded progenitor-impl v0.11.2
12152026-05-08T01:04:02.856Z Downloaded snafu v0.8.9
12162026-05-08T01:04:02.859Z Downloaded tungstenite v0.21.0
12172026-05-08T01:04:02.862Z Downloaded similar v2.7.0
12182026-05-08T01:04:02.865Z Downloaded schemars v1.2.1
12192026-05-08T01:04:02.871Z Downloaded jiff-static v0.2.23
12202026-05-08T01:04:02.876Z Downloaded schemars v0.9.0
12212026-05-08T01:04:02.879Z Downloaded rand v0.10.1
12222026-05-08T01:04:02.882Z Downloaded icu_collections v2.1.1
12232026-05-08T01:04:02.885Z Downloaded toml_edit v0.25.8+spec-1.1.0
12242026-05-08T01:04:02.888Z Downloaded serde_yaml v0.9.34+deprecated
12252026-05-08T01:04:02.891Z Downloaded steno v0.4.1
12262026-05-08T01:04:02.894Z Downloaded heapless v0.8.0
12272026-05-08T01:04:02.900Z Downloaded hashbrown v0.12.3
12282026-05-08T01:04:02.903Z Downloaded writeable v0.6.2
12292026-05-08T01:04:02.906Z Downloaded toml v1.1.0+spec-1.1.0
12302026-05-08T01:04:02.906Z Downloaded toml_parser v1.1.0+spec-1.1.0
12312026-05-08T01:04:02.909Z Downloaded progenitor-impl v0.13.0
12322026-05-08T01:04:02.909Z Downloaded yansi v1.0.1
12332026-05-08T01:04:02.912Z Downloaded rand v0.9.2
12342026-05-08T01:04:02.912Z Downloaded toml v0.9.12+spec-1.1.0
12352026-05-08T01:04:02.917Z Downloaded toml v0.7.8
12362026-05-08T01:04:02.917Z Downloaded rand v0.8.5
12372026-05-08T01:04:02.920Z Downloaded zerotrie v0.2.3
12382026-05-08T01:04:02.924Z Downloaded toml_edit v0.19.15
12392026-05-08T01:04:02.929Z Downloaded unsafe-libyaml v0.2.11
12402026-05-08T01:04:02.951Z Downloaded typify v0.4.3
12412026-05-08T01:04:02.956Z Downloaded typenum v1.19.0
12422026-05-08T01:04:02.958Z Downloaded nom v7.1.3
12432026-05-08T01:04:02.964Z Downloaded zerocopy-derive v0.8.48
12442026-05-08T01:04:02.982Z Downloaded goblin v0.8.2
12452026-05-08T01:04:02.998Z Downloaded scc v2.4.0
12462026-05-08T01:04:03.004Z Downloaded nom v8.0.0
12472026-05-08T01:04:03.012Z Downloaded libm v0.2.16
12482026-05-08T01:04:03.017Z Downloaded iddqd v0.3.17
12492026-05-08T01:04:03.029Z Downloaded pest v2.8.6
12502026-05-08T01:04:03.032Z Downloaded tower-http v0.6.8
12512026-05-08T01:04:03.035Z Downloaded blake3 v1.8.4
12522026-05-08T01:04:03.039Z Downloaded tough v0.20.0
12532026-05-08T01:04:03.050Z Downloaded typed-path v0.9.3
12542026-05-08T01:04:03.053Z Downloaded itertools v0.12.1
12552026-05-08T01:04:03.062Z Downloaded icu_properties_data v2.1.2
12562026-05-08T01:04:03.066Z Downloaded zerocopy v0.7.35
12572026-05-08T01:04:03.075Z Downloaded rustls-webpki v0.102.8
12582026-05-08T01:04:03.084Z Downloaded serde_with v3.18.0
12592026-05-08T01:04:03.091Z Downloaded iri-string v0.7.12
12602026-05-08T01:04:03.096Z Downloaded hashbrown v0.16.1
12612026-05-08T01:04:03.099Z Downloaded aws-lc-rs v1.16.2
12622026-05-08T01:04:03.103Z Downloaded winnow v0.5.40
12632026-05-08T01:04:03.109Z Downloaded reqwest v0.13.3
12642026-05-08T01:04:03.112Z Downloaded zerovec v0.11.5
12652026-05-08T01:04:03.122Z Downloaded h2 v0.4.13
12662026-05-08T01:04:03.131Z Downloaded tabled v0.15.0
12672026-05-08T01:04:03.139Z Downloaded tabled v0.20.0
12682026-05-08T01:04:03.148Z Downloaded rayon v1.11.0
12692026-05-08T01:04:03.159Z Downloaded webpki-roots v1.0.6
12702026-05-08T01:04:03.175Z Downloaded proptest v1.11.0
12712026-05-08T01:04:03.201Z Downloaded moka v0.12.15
12722026-05-08T01:04:03.205Z Downloaded smoltcp v0.11.0
12732026-05-08T01:04:03.211Z Downloaded winnow v1.0.1
12742026-05-08T01:04:03.216Z Downloaded dropshot v0.17.0
12752026-05-08T01:04:03.233Z Downloaded openapiv3 v2.2.0
12762026-05-08T01:04:03.239Z Downloaded time v0.3.47
12772026-05-08T01:04:03.244Z Downloaded syn v1.0.109
12782026-05-08T01:04:03.249Z Downloaded dropshot v0.16.7
12792026-05-08T01:04:03.307Z Downloaded typify-impl v0.6.2
12802026-05-08T01:04:03.313Z Downloaded rustls v0.22.4
12812026-05-08T01:04:03.320Z Downloaded typify-impl v0.4.3
12822026-05-08T01:04:03.330Z Downloaded sled v0.34.7
12832026-05-08T01:04:03.333Z Downloaded nix v0.31.2
12842026-05-08T01:04:03.339Z Downloaded regress v0.10.5
12852026-05-08T01:04:03.343Z Downloaded regress v0.11.1
12862026-05-08T01:04:03.348Z Downloaded rhai v1.24.0
12872026-05-08T01:04:03.354Z Downloaded hickory-proto v0.25.2
12882026-05-08T01:04:03.362Z Downloaded hickory-proto v0.24.4
12892026-05-08T01:04:03.369Z Downloaded rustls v0.23.37
12902026-05-08T01:04:03.377Z Downloaded chrono-tz v0.10.4
12912026-05-08T01:04:03.426Z Downloaded csv v1.4.0
12922026-05-08T01:04:03.438Z Downloaded sha3 v0.10.8
12932026-05-08T01:04:03.441Z Downloaded tokio v1.52.1
12942026-05-08T01:04:03.481Z Downloaded petgraph v0.6.5
12952026-05-08T01:04:03.490Z Downloaded lzma-sys v0.1.20
12962026-05-08T01:04:03.505Z Downloaded jiff v0.2.23
12972026-05-08T01:04:03.542Z Downloaded encoding_rs v0.8.35
12982026-05-08T01:04:04.064Z Downloaded aws-lc-sys v0.39.1
12992026-05-08T01:04:04.940Z Compiling proc-macro2 v1.0.106
13002026-05-08T01:04:04.940Z Compiling unicode-ident v1.0.24
13012026-05-08T01:04:04.940Z Compiling quote v1.0.45
13022026-05-08T01:04:04.943Z Compiling serde_core v1.0.228
13032026-05-08T01:04:04.943Z Compiling cfg-if v1.0.4
13042026-05-08T01:04:04.943Z Compiling serde v1.0.228
13052026-05-08T01:04:04.943Z Compiling libc v0.2.186
13062026-05-08T01:04:05.035Z Compiling memchr v2.8.0
13072026-05-08T01:04:05.137Z Compiling itoa v1.0.18
13082026-05-08T01:04:05.311Z Compiling smallvec v1.15.1
13092026-05-08T01:04:05.366Z Compiling zmij v1.0.21
13102026-05-08T01:04:05.378Z Compiling serde_json v1.0.149
13112026-05-08T01:04:05.510Z Compiling autocfg v1.5.0
13122026-05-08T01:04:05.601Z Compiling libm v0.2.16
13132026-05-08T01:04:05.702Z Compiling version_check v0.9.5
13142026-05-08T01:04:05.792Z Compiling stable_deref_trait v1.2.1
13152026-05-08T01:04:05.842Z Compiling pin-project-lite v0.2.17
13162026-05-08T01:04:05.863Z Compiling percent-encoding v2.3.2
13172026-05-08T01:04:05.896Z Compiling writeable v0.6.2
13182026-05-08T01:04:05.932Z Compiling litemap v0.8.1
13192026-05-08T01:04:05.935Z Compiling icu_normalizer_data v2.1.1
13202026-05-08T01:04:05.963Z Compiling icu_properties_data v2.1.2
13212026-05-08T01:04:06.080Z Compiling iana-time-zone v0.1.65
13222026-05-08T01:04:06.106Z Compiling equivalent v1.0.2
13232026-05-08T01:04:06.185Z Compiling scopeguard v1.2.0
13242026-05-08T01:04:06.227Z Compiling syn v2.0.117
13252026-05-08T01:04:06.285Z Compiling parking_lot_core v0.9.12
13262026-05-08T01:04:06.297Z Compiling lock_api v0.4.14
13272026-05-08T01:04:06.330Z Compiling form_urlencoded v1.2.2
13282026-05-08T01:04:06.333Z Compiling utf8_iter v1.0.4
13292026-05-08T01:04:06.358Z Compiling dyn-clone v1.0.20
13302026-05-08T01:04:06.493Z Compiling num-traits v0.2.19
13312026-05-08T01:04:06.507Z Compiling jobserver v0.1.34
13322026-05-08T01:04:06.510Z Compiling find-msvc-tools v0.1.9
13332026-05-08T01:04:06.526Z Compiling shlex v1.3.0
13342026-05-08T01:04:06.551Z Compiling log v0.4.29
13352026-05-08T01:04:06.700Z Compiling cc v1.2.58
13362026-05-08T01:04:06.722Z Compiling errno v0.3.14
13372026-05-08T01:04:06.735Z Compiling futures-core v0.3.32
13382026-05-08T01:04:06.816Z Compiling thiserror v2.0.18
13392026-05-08T01:04:06.869Z Compiling hashbrown v0.17.0
13402026-05-08T01:04:06.879Z Compiling zerocopy v0.8.48
13412026-05-08T01:04:07.145Z Compiling semver v1.0.28
13422026-05-08T01:04:07.294Z Compiling futures-sink v0.3.32
13432026-05-08T01:04:07.393Z Compiling indexmap v2.14.0
13442026-05-08T01:04:07.464Z Compiling rand_core v0.10.0
13452026-05-08T01:04:07.467Z Compiling getrandom v0.4.2
13462026-05-08T01:04:07.521Z Compiling heck v0.5.0
13472026-05-08T01:04:07.577Z Compiling fnv v1.0.7
13482026-05-08T01:04:07.622Z Compiling slab v0.4.12
13492026-05-08T01:04:07.671Z Compiling futures-channel v0.3.32
13502026-05-08T01:04:07.789Z Compiling rustversion v1.0.22
13512026-05-08T01:04:07.800Z Compiling schemars v0.8.22
13522026-05-08T01:04:07.902Z Compiling uuid v1.23.1
13532026-05-08T01:04:07.931Z Compiling futures-task v0.3.32
13542026-05-08T01:04:08.032Z Compiling typenum v1.19.0
13552026-05-08T01:04:08.043Z Compiling futures-io v0.3.32
13562026-05-08T01:04:08.126Z Compiling socket2 v0.6.3
13572026-05-08T01:04:08.202Z Compiling getrandom v0.2.17
13582026-05-08T01:04:08.283Z Compiling signal-hook-registry v1.4.8
13592026-05-08T01:04:08.338Z Compiling parking_lot v0.12.5
13602026-05-08T01:04:08.386Z Compiling mio v1.2.0
13612026-05-08T01:04:08.424Z Compiling portable-atomic v1.13.1
13622026-05-08T01:04:08.579Z Compiling bitflags v2.11.0
13632026-05-08T01:04:08.579Z Compiling subtle v2.6.1
13642026-05-08T01:04:08.743Z Compiling getrandom v0.3.4
13652026-05-08T01:04:08.758Z Compiling byteorder v1.5.0
13662026-05-08T01:04:08.768Z Compiling critical-section v1.2.0
13672026-05-08T01:04:08.836Z Compiling base64 v0.22.1
13682026-05-08T01:04:08.867Z Compiling untrusted v0.9.0
13692026-05-08T01:04:08.903Z Compiling rand_core v0.6.4
13702026-05-08T01:04:08.982Z Compiling cmake v0.1.58
13712026-05-08T01:04:08.985Z Compiling dunce v1.0.5
13722026-05-08T01:04:09.003Z Compiling fs_extra v1.3.0
13732026-05-08T01:04:09.067Z Compiling synstructure v0.13.2
13742026-05-08T01:04:09.080Z Compiling serde_derive_internals v0.29.1
13752026-05-08T01:04:09.143Z Compiling ipnet v2.12.0
13762026-05-08T01:04:09.170Z Compiling strsim v0.11.1
13772026-05-08T01:04:09.252Z Compiling httparse v1.10.1
13782026-05-08T01:04:09.337Z Compiling once_cell v1.21.4
13792026-05-08T01:04:09.423Z Compiling aws-lc-sys v0.39.1
13802026-05-08T01:04:09.547Z Compiling regex-syntax v0.8.10
13812026-05-08T01:04:09.560Z Compiling rustix v1.1.4
13822026-05-08T01:04:09.571Z Compiling atomic-waker v1.1.2
13832026-05-08T01:04:09.632Z Compiling slog v2.8.2
13842026-05-08T01:04:09.675Z Compiling generic-array v0.14.7
13852026-05-08T01:04:09.712Z Compiling thiserror v1.0.69
13862026-05-08T01:04:09.824Z Compiling tower-layer v0.3.3
13872026-05-08T01:04:09.845Z Compiling tower-service v0.3.3
13882026-05-08T01:04:09.891Z Compiling ucd-trie v0.1.7
13892026-05-08T01:04:10.009Z Compiling try-lock v0.2.5
13902026-05-08T01:04:10.108Z Compiling pest v2.8.6
13912026-05-08T01:04:10.117Z Compiling want v0.3.1
13922026-05-08T01:04:10.178Z Compiling ryu v1.0.23
13932026-05-08T01:04:10.200Z Compiling httpdate v1.0.3
13942026-05-08T01:04:10.287Z Compiling pretty-hex v0.4.2
13952026-05-08T01:04:10.299Z Compiling plain v0.2.3
13962026-05-08T01:04:10.319Z Compiling serde_derive v1.0.228
13972026-05-08T01:04:10.363Z Compiling zerofrom-derive v0.1.6
13982026-05-08T01:04:10.400Z Compiling yoke-derive v0.8.1
13992026-05-08T01:04:10.417Z Compiling zerovec-derive v0.11.2
14002026-05-08T01:04:10.442Z Compiling displaydoc v0.2.5
14012026-05-08T01:04:11.167Z Compiling tokio-macros v2.7.0
14022026-05-08T01:04:11.354Z Compiling schemars_derive v0.8.22
14032026-05-08T01:04:11.385Z Compiling thiserror-impl v2.0.18
14042026-05-08T01:04:11.473Z Compiling zerocopy-derive v0.8.48
14052026-05-08T01:04:11.528Z Compiling zerofrom v0.1.6
14062026-05-08T01:04:11.648Z Compiling yoke v0.8.1
14072026-05-08T01:04:11.824Z Compiling zerovec v0.11.5
14082026-05-08T01:04:11.885Z Compiling zerotrie v0.2.3
14092026-05-08T01:04:12.173Z Compiling zeroize_derive v1.4.3
14102026-05-08T01:04:12.184Z Compiling futures-macro v0.3.32
14112026-05-08T01:04:12.304Z Compiling tinystr v0.8.2
14122026-05-08T01:04:12.525Z Compiling icu_locale_core v2.1.1
14132026-05-08T01:04:12.554Z Compiling potential_utf v0.1.4
14142026-05-08T01:04:12.715Z Compiling icu_collections v2.1.1
14152026-05-08T01:04:12.726Z Compiling thiserror-impl v1.0.69
14162026-05-08T01:04:12.878Z Compiling zeroize v1.8.2
14172026-05-08T01:04:13.013Z Compiling futures-util v0.3.32
14182026-05-08T01:04:13.221Z Compiling icu_provider v2.1.1
14192026-05-08T01:04:13.451Z Compiling bytes v1.11.1
14202026-05-08T01:04:13.463Z Compiling icu_normalizer v2.1.1
14212026-05-08T01:04:13.516Z Compiling icu_properties v2.1.2
14222026-05-08T01:04:13.544Z Compiling chrono v0.4.44
14232026-05-08T01:04:13.853Z Compiling serde_tokenstream v0.2.3
14242026-05-08T01:04:14.032Z Compiling tokio v1.52.1
14252026-05-08T01:04:14.066Z Compiling http v1.4.0
14262026-05-08T01:04:14.127Z Compiling erased-serde v0.3.31
14272026-05-08T01:04:14.607Z Compiling idna_adapter v1.2.1
14282026-05-08T01:04:14.737Z Compiling idna v1.1.0
14292026-05-08T01:04:15.008Z Compiling url v2.5.8
14302026-05-08T01:04:15.018Z Compiling http-body v1.0.1
14312026-05-08T01:04:15.120Z Compiling pest_meta v2.8.6
14322026-05-08T01:04:15.160Z Compiling paste v1.0.15
14332026-05-08T01:04:15.252Z Compiling crypto-common v0.1.7
14342026-05-08T01:04:15.379Z Compiling omicron-workspace-hack v0.1.0
14352026-05-08T01:04:15.487Z Compiling ident_case v1.0.1
14362026-05-08T01:04:15.580Z Compiling ppv-lite86 v0.2.21
14372026-05-08T01:04:15.766Z Compiling pest_generator v2.8.6
14382026-05-08T01:04:15.868Z Compiling tracing-attributes v0.1.31
14392026-05-08T01:04:15.887Z Compiling tracing-core v0.1.36
14402026-05-08T01:04:16.159Z Compiling http-body-util v0.1.3
14412026-05-08T01:04:16.362Z Compiling serde_urlencoded v0.7.1
14422026-05-08T01:04:16.378Z Compiling pest_derive v2.8.6
14432026-05-08T01:04:16.392Z Compiling ipnetwork v0.21.1
14442026-05-08T01:04:16.479Z Compiling daft-derive v0.1.5
14452026-05-08T01:04:16.596Z Compiling sync_wrapper v1.0.2
14462026-05-08T01:04:16.701Z Compiling allocator-api2 v0.2.21
14472026-05-08T01:04:16.816Z Compiling fastrand v2.3.0
14482026-05-08T01:04:16.901Z Compiling foldhash v0.2.0
14492026-05-08T01:04:17.012Z Compiling aho-corasick v1.1.4
14502026-05-08T01:04:17.069Z Compiling tracing v0.1.44
14512026-05-08T01:04:17.080Z Compiling hashbrown v0.16.1
14522026-05-08T01:04:17.112Z Compiling winnow v1.0.1
14532026-05-08T01:04:17.128Z Compiling rustls-pki-types v1.14.0
14542026-05-08T01:04:17.193Z Compiling async-trait v0.1.89
14552026-05-08T01:04:17.298Z Compiling ring v0.17.14
14562026-05-08T01:04:17.695Z Compiling iri-string v0.7.12
14572026-05-08T01:04:17.829Z Compiling regex-automata v0.4.14
14582026-05-08T01:04:17.877Z Compiling anyhow v1.0.102
14592026-05-08T01:04:18.191Z Compiling time-core v0.1.8
14602026-05-08T01:04:18.201Z Compiling num-conv v0.2.1
14612026-05-08T01:04:18.213Z Compiling powerfmt v0.2.0
14622026-05-08T01:04:18.331Z Compiling cpufeatures v0.2.17
14632026-05-08T01:04:18.342Z Compiling time-macros v0.2.27
14642026-05-08T01:04:18.400Z Compiling deranged v0.5.8
14652026-05-08T01:04:18.621Z Compiling block-buffer v0.10.4
14662026-05-08T01:04:18.765Z Compiling scroll_derive v0.13.1
14672026-05-08T01:04:19.291Z Compiling num_threads v0.1.7
14682026-05-08T01:04:19.330Z Compiling hex v0.4.3
14692026-05-08T01:04:19.344Z Compiling digest v0.10.7
14702026-05-08T01:04:19.543Z Compiling regex v1.12.3
14712026-05-08T01:04:19.557Z Compiling scroll v0.13.0
14722026-05-08T01:04:19.757Z Compiling tokio-util v0.7.18
14732026-05-08T01:04:19.807Z Compiling oxnet v0.1.5
14742026-05-08T01:04:20.149Z Compiling camino v1.2.2
14752026-05-08T01:04:20.224Z Compiling goblin v0.10.5
14762026-05-08T01:04:20.474Z Compiling usdt-impl v0.6.0
14772026-05-08T01:04:20.491Z Compiling openssl-probe v0.2.1
14782026-05-08T01:04:20.673Z Compiling dtrace-parser v0.3.0
14792026-05-08T01:04:20.854Z Compiling crossbeam-utils v0.8.21
14802026-05-08T01:04:20.882Z Compiling h2 v0.4.13
14812026-05-08T01:04:21.155Z Compiling futures-executor v0.3.32
14822026-05-08T01:04:21.432Z Compiling openapiv3 v2.2.0
14832026-05-08T01:04:21.466Z Compiling structmeta-derive v0.3.0
14842026-05-08T01:04:21.527Z Compiling thread-id v5.1.0
14852026-05-08T01:04:21.603Z Compiling rustls v0.22.4
14862026-05-08T01:04:21.800Z Compiling syn v1.0.109
14872026-05-08T01:04:22.143Z Compiling futures v0.3.32
14882026-05-08T01:04:22.482Z Compiling structmeta v0.3.0
14892026-05-08T01:04:22.543Z Compiling rand_core v0.9.5
14902026-05-08T01:04:22.679Z Compiling darling_core v0.23.0
14912026-05-08T01:04:22.755Z Compiling newtype-uuid-macros v0.1.0
14922026-05-08T01:04:22.772Z Compiling thread_local v1.1.9
14932026-05-08T01:04:23.012Z Compiling dof v0.4.0
14942026-05-08T01:04:23.042Z Compiling hyper v1.9.0
14952026-05-08T01:04:23.929Z Compiling aws-lc-rs v1.16.2
14962026-05-08T01:04:24.223Z Compiling match_cfg v0.1.0
14972026-05-08T01:04:24.292Z Compiling winnow v0.7.15
14982026-05-08T01:04:24.356Z Compiling hyper-util v0.1.20
14992026-05-08T01:04:24.486Z Compiling newtype-uuid v1.3.2
15002026-05-08T01:04:24.753Z Compiling slog-async v2.8.0
15012026-05-08T01:04:24.769Z Compiling darling_macro v0.23.0
15022026-05-08T01:04:24.823Z Compiling quick-error v1.2.3
15032026-05-08T01:04:25.007Z Compiling ref-cast v1.0.25
15042026-05-08T01:04:25.067Z Compiling usdt-attr-macro v0.6.0
15052026-05-08T01:04:25.193Z Compiling usdt-macro v0.6.0
15062026-05-08T01:04:25.326Z Compiling darling v0.23.0
15072026-05-08T01:04:25.351Z Compiling daft v0.1.5
15082026-05-08T01:04:25.402Z Compiling rand_chacha v0.9.0
15092026-05-08T01:04:25.601Z Compiling strum_macros v0.26.4
15102026-05-08T01:04:25.744Z Compiling ref-cast-impl v1.0.25
15112026-05-08T01:04:25.827Z Compiling toml_datetime v0.7.5+spec-1.1.0
15122026-05-08T01:04:26.008Z Compiling serde_spanned v1.1.0
15132026-05-08T01:04:26.134Z Compiling multer v3.1.0
15142026-05-08T01:04:26.153Z Compiling toml_writer v1.1.0+spec-1.1.0
15152026-05-08T01:04:26.222Z Compiling term v1.2.1
15162026-05-08T01:04:26.297Z Compiling take_mut v0.2.2
15172026-05-08T01:04:26.335Z Compiling untrusted v0.7.1
15182026-05-08T01:04:26.346Z Compiling bit-vec v0.8.0
15192026-05-08T01:04:26.356Z Compiling debug-ignore v1.0.5
15202026-05-08T01:04:26.452Z Compiling rand v0.9.2
15212026-05-08T01:04:26.452Z Compiling serde_with_macros v3.18.0
15222026-05-08T01:04:26.535Z Compiling bit-set v0.8.0
15232026-05-08T01:04:26.704Z Compiling async-stream-impl v0.3.6
15242026-05-08T01:04:26.919Z Compiling dropshot v0.16.7
15252026-05-08T01:04:27.043Z Compiling encoding_rs v0.8.35
15262026-05-08T01:04:27.133Z Compiling spin v0.9.8
15272026-05-08T01:04:27.198Z Compiling strum v0.26.3
15282026-05-08T01:04:27.244Z Compiling rustls v0.23.37
15292026-05-08T01:04:27.321Z Compiling unarray v0.1.4
15302026-05-08T01:04:27.427Z Compiling mime v0.3.17
15312026-05-08T01:04:27.505Z Compiling async-stream v0.3.6
15322026-05-08T01:04:27.622Z Compiling derive-ex v0.1.8
15332026-05-08T01:04:27.675Z Compiling dropshot_endpoint v0.16.7
15342026-05-08T01:04:27.745Z Compiling macaddr v1.0.1
15352026-05-08T01:04:27.809Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15362026-05-08T01:04:27.968Z Compiling waitgroup v0.1.2
15372026-05-08T01:04:28.003Z Compiling serde_path_to_error v0.1.20
15382026-05-08T01:04:28.274Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15392026-05-08T01:04:28.357Z Compiling tempfile v3.27.0
15402026-05-08T01:04:28.397Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15412026-05-08T01:04:28.572Z Compiling tower v0.5.3
15422026-05-08T01:04:28.618Z Compiling strum_macros v0.27.2
15432026-05-08T01:04:28.779Z Compiling instant v0.1.13
15442026-05-08T01:04:28.798Z Compiling time v0.3.47
15452026-05-08T01:04:29.054Z Compiling tower-http v0.6.8
15462026-05-08T01:04:29.203Z Compiling test-strategy v0.4.5
15472026-05-08T01:04:29.353Z Compiling rustc-hash v2.1.2
15482026-05-08T01:04:29.471Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15492026-05-08T01:04:29.486Z Compiling crossbeam-channel v0.5.15
15502026-05-08T01:04:30.421Z Compiling strum v0.27.2
15512026-05-08T01:04:30.530Z Compiling parse-display-derive v0.10.0
15522026-05-08T01:04:30.544Z Compiling rustls-native-certs v0.8.3
15532026-05-08T01:04:30.872Z Compiling backon v1.6.0
15542026-05-08T01:04:30.872Z Compiling rand_chacha v0.3.1
15552026-05-08T01:04:31.068Z Compiling rustls-webpki v0.102.8
15562026-05-08T01:04:31.327Z Compiling rand v0.8.5
15572026-05-08T01:04:31.936Z Compiling slog-json v2.6.1
15582026-05-08T01:04:31.966Z Compiling hostname v0.3.1
15592026-05-08T01:04:31.977Z Compiling toml_parser v1.1.0+spec-1.1.0
15602026-05-08T01:04:32.099Z Compiling memmap2 v0.9.10
15612026-05-08T01:04:32.137Z Compiling is-terminal v0.4.17
15622026-05-08T01:04:32.152Z Compiling wait-timeout v0.2.1
15632026-05-08T01:04:32.226Z Compiling either v1.15.0
15642026-05-08T01:04:32.479Z Compiling toml v0.9.12+spec-1.1.0
15652026-05-08T01:04:32.493Z Compiling rusty-fork v0.3.1
15662026-05-08T01:04:32.509Z Compiling usdt v0.6.0
15672026-05-08T01:04:32.704Z Compiling slog-term v2.9.2
15682026-05-08T01:04:32.779Z Compiling slog-bunyan v2.5.0
15692026-05-08T01:04:33.307Z Compiling serde_with v3.18.0
15702026-05-08T01:04:33.311Z Compiling rand_xorshift v0.4.0
15712026-05-08T01:04:33.455Z Compiling sha1 v0.10.6
15722026-05-08T01:04:33.467Z Compiling regress v0.10.5
15732026-05-08T01:04:33.483Z Compiling rustls-pemfile v2.2.0
15742026-05-08T01:04:33.677Z Compiling tokio-rustls v0.25.0
15752026-05-08T01:04:33.679Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15762026-05-08T01:04:33.906Z Compiling hostname v0.4.2
15772026-05-08T01:04:34.042Z Compiling proptest v1.11.0
15782026-05-08T01:04:34.817Z Compiling iddqd v0.3.17
15792026-05-08T01:04:35.020Z Compiling reqwest v0.12.28
15802026-05-08T01:04:35.825Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15812026-05-08T01:04:36.077Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15822026-05-08T01:04:36.832Z Compiling progenitor-client v0.10.0
15832026-05-08T01:04:37.106Z Compiling parse-display v0.10.0
15842026-05-08T01:04:37.218Z Compiling itertools v0.14.0
15852026-05-08T01:04:37.240Z Compiling backoff v0.4.0
15862026-05-08T01:04:37.484Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15872026-05-08T01:04:37.509Z Compiling toml_datetime v0.6.11
15882026-05-08T01:04:38.428Z Compiling utf8parse v0.2.2
15892026-05-08T01:04:38.483Z Compiling zerocopy-derive v0.7.35
15902026-05-08T01:04:38.505Z Compiling anstyle-parse v1.0.0
15912026-05-08T01:04:38.681Z Compiling anstyle-query v1.1.5
15922026-05-08T01:04:38.748Z Compiling is_terminal_polyfill v1.70.2
15932026-05-08T01:04:38.785Z Compiling anstyle v1.0.14
15942026-05-08T01:04:38.835Z Compiling colorchoice v1.0.5
15952026-05-08T01:04:38.951Z Compiling anstream v1.0.0
15962026-05-08T01:04:39.309Z Compiling zerocopy v0.7.35
15972026-05-08T01:04:39.470Z Compiling convert_case v0.4.0
15982026-05-08T01:04:39.517Z Compiling clap_lex v1.1.0
15992026-05-08T01:04:39.759Z Compiling derive_more v0.99.20
16002026-05-08T01:04:40.265Z Compiling regress v0.11.1
16012026-05-08T01:04:40.494Z Compiling unicode-width v0.2.2
16022026-05-08T01:04:40.567Z Compiling tinyvec_macros v0.1.1
16032026-05-08T01:04:40.618Z Compiling tinyvec v1.11.0
16042026-05-08T01:04:41.263Z Compiling dtrace-parser v0.2.0
16052026-05-08T01:04:41.771Z Compiling serde_spanned v0.6.9
16062026-05-08T01:04:41.915Z Compiling secrecy v0.10.3
16072026-05-08T01:04:41.970Z Compiling scroll_derive v0.12.1
16082026-05-08T01:04:42.005Z Compiling clap_derive v4.6.1
16092026-05-08T01:04:42.065Z Compiling usdt-impl v0.5.0
16102026-05-08T01:04:42.138Z Compiling crucible-workspace-hack v0.1.0
16112026-05-08T01:04:42.305Z Compiling toml_write v0.1.2
16122026-05-08T01:04:42.544Z Compiling toml_edit v0.22.27
16132026-05-08T01:04:42.714Z Compiling scroll v0.12.0
16142026-05-08T01:04:42.792Z Compiling typify-impl v0.6.2
16152026-05-08T01:04:43.433Z Compiling dof v0.3.0
16162026-05-08T01:04:43.775Z Compiling terminal_size v0.4.4
16172026-05-08T01:04:43.790Z Compiling darling_core v0.21.3
16182026-05-08T01:04:43.877Z Compiling rustc_version v0.4.1
16192026-05-08T01:04:43.909Z Compiling thread-id v4.2.2
16202026-05-08T01:04:44.148Z Compiling curve25519-dalek v4.1.3
16212026-05-08T01:04:44.287Z Compiling toml v0.8.23
16222026-05-08T01:04:44.868Z Compiling goblin v0.8.2
16232026-05-08T01:04:45.422Z Compiling crossbeam-epoch v0.9.18
16242026-05-08T01:04:45.498Z Compiling hmac v0.12.1
16252026-05-08T01:04:45.631Z Compiling inout v0.1.4
16262026-05-08T01:04:45.761Z Compiling ff v0.13.1
16272026-05-08T01:04:45.773Z Compiling num-integer v0.1.46
16282026-05-08T01:04:45.878Z Compiling darling_macro v0.21.3
16292026-05-08T01:04:46.030Z Compiling float-ord v0.3.2
16302026-05-08T01:04:46.083Z Compiling heck v0.4.1
16312026-05-08T01:04:46.288Z Compiling group v0.13.0
16322026-05-08T01:04:46.392Z Compiling cipher v0.4.4
16332026-05-08T01:04:46.416Z Compiling hkdf v0.12.4
16342026-05-08T01:04:46.434Z Compiling darling v0.21.3
16352026-05-08T01:04:47.202Z Compiling clap_builder v4.6.0
16362026-05-08T01:04:48.940Z Compiling thiserror-impl-no-std v2.0.2
16372026-05-08T01:04:49.005Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16382026-05-08T01:04:49.109Z Compiling typify-macro v0.6.2
16392026-05-08T01:04:49.463Z Compiling half v2.7.1
16402026-05-08T01:04:49.664Z Compiling universal-hash v0.5.1
16412026-05-08T01:04:49.759Z Compiling crypto-bigint v0.5.5
16422026-05-08T01:04:49.788Z Compiling curve25519-dalek-derive v0.1.1
16432026-05-08T01:04:49.998Z Compiling proc-macro-error-attr v1.0.4
16442026-05-08T01:04:50.383Z Compiling prettyplease v0.2.37
16452026-05-08T01:04:50.437Z Compiling ciborium-io v0.2.2
16462026-05-08T01:04:50.448Z Compiling base16ct v0.2.0
16472026-05-08T01:04:50.528Z Compiling opaque-debug v0.3.1
16482026-05-08T01:04:50.598Z Compiling rustix v0.38.44
16492026-05-08T01:04:50.608Z Compiling base64ct v1.8.3
16502026-05-08T01:04:50.611Z Compiling heapless v0.8.0
16512026-05-08T01:04:50.817Z Compiling toml_datetime v1.1.0+spec-1.1.0
16522026-05-08T01:04:50.865Z Compiling password-hash v0.5.0
16532026-05-08T01:04:50.901Z Compiling elliptic-curve v0.13.8
16542026-05-08T01:04:50.949Z Compiling poly1305 v0.8.0
16552026-05-08T01:04:51.016Z Compiling toml_edit v0.25.8+spec-1.1.0
16562026-05-08T01:04:51.115Z Compiling ciborium-ll v0.2.2
16572026-05-08T01:04:51.321Z Compiling thiserror-no-std v2.0.2
16582026-05-08T01:04:51.346Z Compiling clap v4.6.1
16592026-05-08T01:04:51.658Z Compiling chacha20 v0.9.1
16602026-05-08T01:04:51.863Z Compiling ingot-macros v0.1.1
16612026-05-08T01:04:51.874Z Compiling num-rational v0.4.2
16622026-05-08T01:04:51.899Z Compiling num-iter v0.1.45
16632026-05-08T01:04:51.925Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16642026-05-08T01:04:52.014Z Compiling usdt-macro v0.5.0
16652026-05-08T01:04:52.240Z Compiling usdt-attr-macro v0.5.0
16662026-05-08T01:04:52.547Z Compiling rustls-webpki v0.103.10
16672026-05-08T01:04:53.182Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16682026-05-08T01:04:53.873Z Compiling byte-wrapper v0.1.0
16692026-05-08T01:04:53.922Z Compiling blake2 v0.10.6
16702026-05-08T01:04:54.245Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16712026-05-08T01:04:54.397Z Compiling aead v0.5.2
16722026-05-08T01:04:54.558Z Compiling enum-as-inner v0.6.1
16732026-05-08T01:04:54.569Z Compiling hash32 v0.3.1
16742026-05-08T01:04:54.589Z Compiling num-complex v0.4.6
16752026-05-08T01:04:54.649Z Compiling proc-macro-error v1.0.4
16762026-05-08T01:04:54.714Z Compiling memmap v0.7.0
16772026-05-08T01:04:54.869Z Compiling keccak v0.1.6
16782026-05-08T01:04:54.899Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16792026-05-08T01:04:54.959Z Compiling winnow v0.5.40
16802026-05-08T01:04:54.996Z Compiling smoltcp v0.11.0
16812026-05-08T01:04:55.107Z Compiling data-encoding v2.10.0
16822026-05-08T01:04:55.107Z Compiling sha3 v0.10.8
16832026-05-08T01:04:55.150Z Compiling num v0.4.3
16842026-05-08T01:04:55.321Z Compiling usdt v0.5.0
16852026-05-08T01:04:55.412Z Compiling ingot-types v0.1.2
16862026-05-08T01:04:55.591Z Compiling chacha20poly1305 v0.10.1
16872026-05-08T01:04:55.715Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16882026-05-08T01:04:55.772Z Compiling argon2 v0.5.3
16892026-05-08T01:04:55.814Z Compiling tokio-rustls v0.26.4
16902026-05-08T01:04:55.929Z Compiling rustls-platform-verifier v0.6.2
16912026-05-08T01:04:56.077Z Compiling hyper-rustls v0.27.7
16922026-05-08T01:04:56.163Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16932026-05-08T01:04:56.366Z Compiling reqwest v0.13.3
16942026-05-08T01:04:56.545Z Compiling toml_edit v0.19.15
16952026-05-08T01:04:57.346Z Compiling vsss-rs v3.3.4
16962026-05-08T01:04:57.418Z Compiling proc-macro-crate v3.5.0
16972026-05-08T01:04:57.764Z Compiling progenitor-client v0.13.0
16982026-05-08T01:04:58.315Z Compiling progenitor-extras v0.1.1
16992026-05-08T01:04:58.378Z Compiling ciborium v0.2.2
17002026-05-08T01:04:58.555Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17012026-05-08T01:04:58.603Z Compiling typify v0.6.2
17022026-05-08T01:04:59.432Z Compiling tabwriter v1.4.1
17032026-05-08T01:04:59.675Z Compiling cobs v0.3.0
17042026-05-08T01:04:59.686Z Compiling memoffset v0.9.1
17052026-05-08T01:04:59.875Z Compiling cfg_aliases v0.2.1
17062026-05-08T01:04:59.910Z Compiling bitflags v1.3.2
17072026-05-08T01:04:59.950Z Compiling managed v0.8.0
17082026-05-08T01:04:59.985Z Compiling unsafe-libyaml v0.2.11
17092026-05-08T01:04:59.998Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17102026-05-08T01:05:00.159Z Compiling indent_write v2.2.0
17112026-05-08T01:05:00.217Z Compiling pkg-config v0.3.32
17122026-05-08T01:05:00.297Z Compiling vcpkg v0.2.15
17132026-05-08T01:05:00.666Z Compiling serde_yaml v0.9.34+deprecated
17142026-05-08T01:05:00.757Z Compiling nix v0.31.2
17152026-05-08T01:05:00.857Z Compiling openssl-sys v0.9.115
17162026-05-08T01:05:01.201Z Compiling postcard v1.1.3
17172026-05-08T01:05:01.379Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17182026-05-08T01:05:01.524Z Compiling progenitor-impl v0.13.0
17192026-05-08T01:05:02.190Z Compiling num_enum_derive v0.7.6
17202026-05-08T01:05:02.590Z Compiling proc-macro-crate v1.3.1
17212026-05-08T01:05:02.938Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17222026-05-08T01:05:03.039Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17232026-05-08T01:05:03.257Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17242026-05-08T01:05:03.784Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17252026-05-08T01:05:03.809Z Compiling ingot v0.1.1
17262026-05-08T01:05:03.820Z Compiling hubpack_derive v0.1.1
17272026-05-08T01:05:04.338Z Compiling foreign-types-macros v0.2.3
17282026-05-08T01:05:04.974Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17292026-05-08T01:05:05.128Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17302026-05-08T01:05:05.272Z Compiling cpufeatures v0.3.0
17312026-05-08T01:05:05.284Z Compiling rayon-core v1.13.0
17322026-05-08T01:05:05.349Z Compiling colored v3.1.1
17332026-05-08T01:05:05.362Z Compiling swrite v0.1.0
17342026-05-08T01:05:05.371Z Compiling semver v0.1.20
17352026-05-08T01:05:05.452Z Compiling static_assertions v1.1.0
17362026-05-08T01:05:05.497Z Compiling resolv-conf v0.7.6
17372026-05-08T01:05:05.528Z Compiling linked-hash-map v0.5.6
17382026-05-08T01:05:05.621Z Compiling foreign-types-shared v0.3.1
17392026-05-08T01:05:05.669Z Compiling rustc_version v0.1.7
17402026-05-08T01:05:05.711Z Compiling foreign-types v0.5.0
17412026-05-08T01:05:05.714Z Compiling lru-cache v0.1.2
17422026-05-08T01:05:05.760Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17432026-05-08T01:05:05.834Z Compiling chacha20 v0.10.0
17442026-05-08T01:05:05.844Z Compiling progenitor-macro v0.13.0
17452026-05-08T01:05:05.875Z Compiling hubpack v0.1.2
17462026-05-08T01:05:05.952Z Compiling num_enum v0.7.6
17472026-05-08T01:05:05.954Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17482026-05-08T01:05:06.067Z Compiling num_enum_derive v0.5.11
17492026-05-08T01:05:06.340Z Compiling hickory-proto v0.24.4
17502026-05-08T01:05:06.904Z Compiling crossbeam-deque v0.8.6
17512026-05-08T01:05:07.074Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17522026-05-08T01:05:07.094Z Compiling serde-big-array v0.5.1
17532026-05-08T01:05:07.236Z Compiling pin-project-internal v1.1.11
17542026-05-08T01:05:07.596Z Compiling derive-where v1.6.1
17552026-05-08T01:05:08.110Z Compiling serde_repr v0.1.20
17562026-05-08T01:05:08.379Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17572026-05-08T01:05:08.653Z Compiling cstr-argument v0.1.2
17582026-05-08T01:05:08.699Z Compiling siphasher v1.0.2
17592026-05-08T01:05:08.813Z Compiling unicode-segmentation v1.13.2
17602026-05-08T01:05:08.872Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17612026-05-08T01:05:08.888Z Compiling minimal-lexical v0.2.1
17622026-05-08T01:05:09.104Z Compiling nom v7.1.3
17632026-05-08T01:05:09.147Z Compiling newline-converter v0.3.0
17642026-05-08T01:05:09.233Z Compiling phf_shared v0.12.1
17652026-05-08T01:05:09.262Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17662026-05-08T01:05:09.392Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17672026-05-08T01:05:09.405Z Compiling pin-project v1.1.11
17682026-05-08T01:05:09.504Z Compiling hickory-resolver v0.24.4
17692026-05-08T01:05:09.524Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17702026-05-08T01:05:09.646Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17712026-05-08T01:05:09.700Z Compiling num_enum v0.5.11
17722026-05-08T01:05:09.809Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17732026-05-08T01:05:10.430Z Compiling rand v0.10.1
17742026-05-08T01:05:10.554Z Compiling newtype_derive v0.1.6
17752026-05-08T01:05:10.787Z Compiling atomicwrites v0.4.4
17762026-05-08T01:05:10.997Z Compiling progenitor v0.13.0
17772026-05-08T01:05:11.097Z Compiling snafu-derive v0.8.9
17782026-05-08T01:05:11.128Z Compiling unicode-normalization v0.1.25
17792026-05-08T01:05:11.299Z Compiling console v0.15.11
17802026-05-08T01:05:11.500Z Compiling camino-tempfile v1.4.1
17812026-05-08T01:05:11.587Z Compiling tokio-stream v0.1.18
17822026-05-08T01:05:11.739Z Compiling async-recursion v1.1.1
17832026-05-08T01:05:11.966Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17842026-05-08T01:05:12.053Z Compiling slog-dtrace v0.3.0
17852026-05-08T01:05:12.108Z Compiling bstr v1.12.1
17862026-05-08T01:05:12.153Z Compiling csv-core v0.1.13
17872026-05-08T01:05:12.246Z Compiling similar v2.7.0
17882026-05-08T01:05:12.278Z Compiling owo-colors v4.3.0
17892026-05-08T01:05:12.359Z Compiling openssl v0.10.79
17902026-05-08T01:05:12.418Z Compiling highway v1.3.0
17912026-05-08T01:05:12.495Z Compiling same-file v1.0.6
17922026-05-08T01:05:12.621Z Compiling cancel-safe-futures v0.1.5
17932026-05-08T01:05:12.657Z Compiling foreign-types-shared v0.1.1
17942026-05-08T01:05:12.672Z Compiling chrono-tz v0.10.4
17952026-05-08T01:05:12.677Z Compiling unicode-width v0.1.14
17962026-05-08T01:05:12.743Z Compiling unicode-xid v0.2.6
17972026-05-08T01:05:12.826Z Compiling foldhash v0.1.5
17982026-05-08T01:05:12.864Z Compiling const_format_proc_macros v0.2.34
17992026-05-08T01:05:12.875Z Compiling snafu v0.8.9
18002026-05-08T01:05:12.884Z Compiling foreign-types v0.3.2
18012026-05-08T01:05:12.910Z Compiling expectorate v1.2.0
18022026-05-08T01:05:12.939Z Compiling hashbrown v0.15.5
18032026-05-08T01:05:12.959Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18042026-05-08T01:05:13.057Z Compiling walkdir v2.5.0
18052026-05-08T01:05:13.071Z Compiling globset v0.4.18
18062026-05-08T01:05:13.255Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18072026-05-08T01:05:13.279Z Compiling csv v1.4.0
18082026-05-08T01:05:13.471Z Compiling qorb v0.4.1
18092026-05-08T01:05:13.519Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18102026-05-08T01:05:13.853Z Compiling olpc-cjson v0.1.4
18112026-05-08T01:05:13.913Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18122026-05-08T01:05:14.926Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18132026-05-08T01:05:15.357Z Compiling rayon v1.11.0
18142026-05-08T01:05:15.458Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18152026-05-08T01:05:15.472Z Compiling phf v0.12.1
18162026-05-08T01:05:15.620Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18172026-05-08T01:05:15.723Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18182026-05-08T01:05:15.796Z Compiling zone_cfg_derive v0.3.1
18192026-05-08T01:05:16.080Z Compiling tokio-dtrace v0.1.1
18202026-05-08T01:05:16.349Z Compiling itertools v0.12.1
18212026-05-08T01:05:16.475Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18222026-05-08T01:05:16.646Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18232026-05-08T01:05:16.669Z Compiling libsw-core v0.3.2
18242026-05-08T01:05:16.837Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18252026-05-08T01:05:16.892Z Compiling serde_plain v1.0.2
18262026-05-08T01:05:17.014Z Compiling openssl-macros v0.1.1
18272026-05-08T01:05:17.076Z Compiling num-derive v0.4.2
18282026-05-08T01:05:17.105Z Compiling pem v3.0.6
18292026-05-08T01:05:17.462Z Compiling cookie v0.18.1
18302026-05-08T01:05:17.492Z Compiling sigpipe v0.1.3
18312026-05-08T01:05:17.498Z Compiling glob v0.3.3
18322026-05-08T01:05:17.557Z Compiling jiff v0.2.23
18332026-05-08T01:05:17.577Z Compiling bytecount v0.6.9
18342026-05-08T01:05:17.589Z Compiling fixedbitset v0.4.2
18352026-05-08T01:05:17.688Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18362026-05-08T01:05:17.704Z Compiling fixedbitset v0.5.7
18372026-05-08T01:05:17.716Z Compiling typed-path v0.9.3
18382026-05-08T01:05:17.829Z Compiling petgraph v0.6.5
18392026-05-08T01:05:17.921Z Compiling petgraph v0.8.3
18402026-05-08T01:05:18.000Z Compiling papergrid v0.11.0
18412026-05-08T01:05:18.070Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18422026-05-08T01:05:18.499Z Compiling zone v0.3.1
18432026-05-08T01:05:19.055Z Compiling tough v0.20.0
18442026-05-08T01:05:19.287Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18452026-05-08T01:05:19.315Z Compiling libsw v3.5.0
18462026-05-08T01:05:19.492Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18472026-05-08T01:05:19.710Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18482026-05-08T01:05:19.778Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18492026-05-08T01:05:19.954Z Compiling oxide-tokio-rt v0.1.3
18502026-05-08T01:05:20.264Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18512026-05-08T01:05:21.018Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18522026-05-08T01:05:21.105Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18532026-05-08T01:05:21.185Z Compiling const_format v0.2.35
18542026-05-08T01:05:21.561Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18552026-05-08T01:05:21.708Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18562026-05-08T01:05:21.962Z Compiling tabled_derive v0.7.0
18572026-05-08T01:05:22.296Z Compiling gethostname v0.5.0
18582026-05-08T01:05:22.313Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18592026-05-08T01:05:22.354Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18602026-05-08T01:05:22.366Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18612026-05-08T01:05:22.370Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18622026-05-08T01:05:22.526Z Compiling smf v0.2.3
18632026-05-08T01:05:23.011Z Compiling bcs v0.1.6
18642026-05-08T01:05:23.058Z Compiling smawk v0.3.2
18652026-05-08T01:05:23.128Z Compiling tagptr v0.2.0
18662026-05-08T01:05:23.199Z Compiling unicode-linebreak v0.1.5
18672026-05-08T01:05:23.275Z Compiling lazy_static v1.5.0
18682026-05-08T01:05:23.329Z Compiling whoami v1.6.1
18692026-05-08T01:05:23.384Z Compiling termtree v0.5.1
18702026-05-08T01:05:23.451Z Compiling linear-map v1.2.0
18712026-05-08T01:05:23.637Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18722026-05-08T01:05:23.663Z Compiling textwrap v0.16.2
18732026-05-08T01:05:23.710Z Compiling steno v0.4.1
18742026-05-08T01:05:23.735Z Compiling moka v0.12.15
18752026-05-08T01:05:23.814Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18762026-05-08T01:05:24.185Z Compiling tabled v0.15.0
18772026-05-08T01:05:24.518Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18782026-05-08T01:05:24.609Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18792026-05-08T01:05:24.719Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18802026-05-08T01:05:25.480Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18812026-05-08T01:05:26.286Z Compiling hickory-proto v0.25.2
18822026-05-08T01:05:26.873Z Compiling humantime v2.3.0
18832026-05-08T01:05:26.912Z Compiling num-derive v0.3.3
18842026-05-08T01:05:27.152Z Compiling parking_lot_core v0.8.6
18852026-05-08T01:05:27.463Z Compiling crc32fast v1.5.0
18862026-05-08T01:05:27.605Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18872026-05-08T01:05:27.866Z Compiling libscf-sys v1.1.0
18882026-05-08T01:05:28.004Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18892026-05-08T01:05:28.004Z Compiling parking_lot v0.11.2
18902026-05-08T01:05:28.091Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18912026-05-08T01:05:28.174Z Compiling fxhash v0.2.1
18922026-05-08T01:05:28.314Z Compiling hickory-resolver v0.25.2
18932026-05-08T01:05:28.325Z Compiling internet-checksum v0.2.1
18942026-05-08T01:05:28.342Z Compiling sled v0.34.7
18952026-05-08T01:05:28.403Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18962026-05-08T01:05:29.128Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18972026-05-08T01:05:32.905Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18982026-05-08T01:05:39.982Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18992026-05-08T01:05:41.523Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19002026-05-08T01:05:45.329Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19012026-05-08T01:05:45.379Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19022026-05-08T01:05:45.379Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19032026-05-08T01:06:07.319Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 02s
19042026-05-08T01:06:07.499Z────────────
19052026-05-08T01:06:07.499Z Nextest run ID cc097a36-7c81-49eb-a656-c514534ca923 with nextest profile: default
19062026-05-08T01:06:07.499Z Starting 15 tests across 1 binary (28 tests skipped)
19072026-05-08T01:06:23.639Z PASS [ 16.136s] rdb proptest::prop_ipv6_host_bits_always_unset
19082026-05-08T01:06:23.652Z PASS [ 16.141s] rdb proptest::prop_ipv6_default_contains_all
19092026-05-08T01:06:23.701Z PASS [ 16.187s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19102026-05-08T01:06:23.782Z PASS [ 16.273s] rdb proptest::prop_ipv4_host_bits_always_unset
19112026-05-08T01:06:23.791Z PASS [ 16.284s] rdb proptest::prop_ipv4_default_contains_all
19122026-05-08T01:06:23.843Z PASS [ 16.341s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19132026-05-08T01:06:23.934Z PASS [ 16.423s] rdb proptest::prop_ipv4_within_self
19142026-05-08T01:06:39.758Z PASS [ 16.118s] rdb proptest::prop_ipv6_within_self
19152026-05-08T01:06:48.511Z PASS [ 24.853s] rdb proptest::prop_static_route_key_deduplication
19162026-05-08T01:06:58.536Z PASS [ 34.829s] rdb proptest::prop_static_route_key_normalization_idempotent
19172026-05-08T01:06:58.653Z PASS [ 34.856s] rdb proptest::prop_static_route_key_normalization_preserves_length
19182026-05-08T01:06:58.719Z PASS [ 34.871s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19192026-05-08T01:06:58.750Z PASS [ 34.963s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19202026-05-08T01:07:07.515Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19212026-05-08T01:07:14.682Z PASS [ 50.739s] rdb proptest::prop_static_route_key_ord_consistency
19222026-05-08T01:08:07.525Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19232026-05-08T01:09:07.537Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19242026-05-08T01:10:07.546Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19252026-05-08T01:10:15.917Z PASS [ 248.376s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19262026-05-08T01:10:15.917Z────────────
19272026-05-08T01:10:15.917Z Summary [ 248.378s] 15 tests run: 15 passed (1 slow), 28 skipped
19282026-05-08T01:10:15.930Z+ cp '*.log' /work/
19292026-05-08T01:10:15.933Z+ true
19302026-05-08T01:10:15.933Z+ '[' -d proptest-regressions ']'
19312026-05-08T01:10:15.933Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19322026-05-08T01:10:15.936Z+ popd
19332026-05-08T01:10:15.936Z/work/oxidecomputer/maghemite
19342026-05-08T01:10:15.936Z+ pushd bgp
19352026-05-08T01:10:15.936Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19362026-05-08T01:10:15.936Z+ PROPTEST_CASES=1000000
19372026-05-08T01:10:15.936Z+ cargo nextest run --lib proptest
19382026-05-08T01:10:17.072Z Compiling smallvec v1.15.1
19392026-05-08T01:10:17.075Z Compiling serde_json v1.0.149
19402026-05-08T01:10:17.247Z Compiling crunchy v0.2.4
19412026-05-08T01:10:17.267Z Compiling tiny-keccak v2.0.2
19422026-05-08T01:10:17.278Z Compiling smartstring v1.0.1
19432026-05-08T01:10:17.281Z Compiling ahash v0.8.12
19442026-05-08T01:10:17.363Z Compiling icu_normalizer v2.1.1
19452026-05-08T01:10:17.397Z Compiling parking_lot_core v0.9.12
19462026-05-08T01:10:17.539Z Compiling parking_lot_core v0.8.6
19472026-05-08T01:10:17.623Z Compiling parking_lot v0.12.5
19482026-05-08T01:10:17.782Z Compiling idna_adapter v1.2.1
19492026-05-08T01:10:17.844Z Compiling tokio v1.52.1
19502026-05-08T01:10:17.929Z Compiling idna v1.1.0
19512026-05-08T01:10:17.968Z Compiling dof v0.4.0
19522026-05-08T01:10:18.028Z Compiling schemars v0.8.22
19532026-05-08T01:10:18.100Z Compiling openapiv3 v2.2.0
19542026-05-08T01:10:18.536Z Compiling url v2.5.8
19552026-05-08T01:10:18.712Z Compiling usdt-impl v0.6.0
19562026-05-08T01:10:19.405Z Compiling slog-json v2.6.1
19572026-05-08T01:10:19.431Z Compiling usdt-macro v0.6.0
19582026-05-08T01:10:19.485Z Compiling usdt-attr-macro v0.6.0
19592026-05-08T01:10:19.609Z Compiling slog-bunyan v2.5.0
19602026-05-08T01:10:19.893Z Compiling ipnetwork v0.21.1
19612026-05-08T01:10:20.037Z Compiling newtype-uuid v1.3.2
19622026-05-08T01:10:20.339Z Compiling oxnet v0.1.5
19632026-05-08T01:10:20.405Z Compiling serde_with v3.18.0
19642026-05-08T01:10:20.531Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19652026-05-08T01:10:20.597Z Compiling daft v0.1.5
19662026-05-08T01:10:20.616Z Compiling usdt v0.6.0
19672026-05-08T01:10:20.860Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19682026-05-08T01:10:20.890Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19692026-05-08T01:10:21.299Z Compiling iddqd v0.3.17
19702026-05-08T01:10:21.467Z Compiling tokio-util v0.7.18
19712026-05-08T01:10:21.502Z Compiling tower v0.5.3
19722026-05-08T01:10:21.841Z Compiling tokio-rustls v0.26.4
19732026-05-08T01:10:21.968Z Compiling tower-http v0.6.8
19742026-05-08T01:10:21.981Z Compiling tokio-rustls v0.25.0
19752026-05-08T01:10:22.108Z Compiling h2 v0.4.13
19762026-05-08T01:10:22.111Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19772026-05-08T01:10:22.208Z Compiling backoff v0.4.0
19782026-05-08T01:10:22.854Z Compiling typify-impl v0.6.2
19792026-05-08T01:10:22.920Z Compiling dof v0.3.0
19802026-05-08T01:10:23.260Z Compiling usdt-impl v0.5.0
19812026-05-08T01:10:23.416Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19822026-05-08T01:10:23.793Z Compiling usdt-macro v0.5.0
19832026-05-08T01:10:23.803Z Compiling usdt-attr-macro v0.5.0
19842026-05-08T01:10:24.353Z Compiling hyper v1.9.0
19852026-05-08T01:10:25.257Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19862026-05-08T01:10:25.452Z Compiling hyper-util v0.1.20
19872026-05-08T01:10:25.455Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19882026-05-08T01:10:25.661Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19892026-05-08T01:10:25.686Z Compiling byte-wrapper v0.1.0
19902026-05-08T01:10:25.951Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19912026-05-08T01:10:25.983Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19922026-05-08T01:10:26.048Z Compiling usdt v0.5.0
19932026-05-08T01:10:26.739Z Compiling hyper-rustls v0.27.7
19942026-05-08T01:10:26.884Z Compiling dropshot v0.16.7
19952026-05-08T01:10:27.047Z Compiling reqwest v0.13.3
19962026-05-08T01:10:27.130Z Compiling reqwest v0.12.28
19972026-05-08T01:10:27.180Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19982026-05-08T01:10:28.379Z Compiling progenitor-client v0.13.0
19992026-05-08T01:10:28.639Z Compiling progenitor-extras v0.1.1
20002026-05-08T01:10:28.700Z Compiling progenitor-client v0.10.0
20012026-05-08T01:10:29.187Z Compiling typify-macro v0.6.2
20022026-05-08T01:10:30.579Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20032026-05-08T01:10:31.526Z Compiling typify v0.6.2
20042026-05-08T01:10:31.622Z Compiling progenitor-impl v0.13.0
20052026-05-08T01:10:31.872Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
20062026-05-08T01:10:31.987Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20072026-05-08T01:10:32.381Z Compiling hickory-proto v0.24.4
20082026-05-08T01:10:32.468Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20092026-05-08T01:10:33.142Z Compiling tokio-stream v0.1.18
20102026-05-08T01:10:33.544Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20112026-05-08T01:10:33.618Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20122026-05-08T01:10:33.634Z Compiling tokio-dtrace v0.1.1
20132026-05-08T01:10:33.909Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20142026-05-08T01:10:34.058Z Compiling libsw-core v0.3.2
20152026-05-08T01:10:35.213Z Compiling hickory-resolver v0.24.4
20162026-05-08T01:10:35.236Z Compiling progenitor-macro v0.13.0
20172026-05-08T01:10:35.756Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20182026-05-08T01:10:35.818Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20192026-05-08T01:10:35.900Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20202026-05-08T01:10:36.300Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20212026-05-08T01:10:36.863Z Compiling qorb v0.4.1
20222026-05-08T01:10:37.888Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20232026-05-08T01:10:37.948Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20242026-05-08T01:10:38.141Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20252026-05-08T01:10:38.526Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
20262026-05-08T01:10:39.138Z Compiling olpc-cjson v0.1.4
20272026-05-08T01:10:39.311Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20282026-05-08T01:10:39.666Z Compiling tough v0.20.0
20292026-05-08T01:10:39.856Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20302026-05-08T01:10:39.988Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20312026-05-08T01:10:40.322Z Compiling progenitor v0.13.0
20322026-05-08T01:10:40.432Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20332026-05-08T01:10:40.464Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20342026-05-08T01:10:40.647Z Compiling libsw v3.5.0
20352026-05-08T01:10:40.835Z Compiling oxide-tokio-rt v0.1.3
20362026-05-08T01:10:41.105Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20372026-05-08T01:10:41.688Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20382026-05-08T01:10:41.719Z Compiling slog-dtrace v0.3.0
20392026-05-08T01:10:41.822Z Compiling cancel-safe-futures v0.1.5
20402026-05-08T01:10:42.035Z Compiling zone v0.3.1
20412026-05-08T01:10:42.047Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20422026-05-08T01:10:42.130Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20432026-05-08T01:10:42.385Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20442026-05-08T01:10:42.904Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20452026-05-08T01:10:42.928Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20462026-05-08T01:10:43.031Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20472026-05-08T01:10:43.100Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20482026-05-08T01:10:43.553Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20492026-05-08T01:10:43.769Z Compiling hickory-proto v0.25.2
20502026-05-08T01:10:44.059Z Compiling steno v0.4.1
20512026-05-08T01:10:44.325Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20522026-05-08T01:10:45.742Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20532026-05-08T01:10:46.106Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20542026-05-08T01:10:47.238Z Compiling moka v0.12.15
20552026-05-08T01:10:47.296Z Compiling parking_lot v0.11.2
20562026-05-08T01:10:47.556Z Compiling const-random-macro v0.1.16
20572026-05-08T01:10:47.762Z Compiling sdd v3.0.10
20582026-05-08T01:10:47.960Z Compiling hickory-resolver v0.25.2
20592026-05-08T01:10:48.063Z Compiling const-random v0.1.18
20602026-05-08T01:10:48.105Z Compiling scc v2.4.0
20612026-05-08T01:10:48.140Z Compiling sled v0.34.7
20622026-05-08T01:10:48.381Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20632026-05-08T01:10:48.831Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20642026-05-08T01:10:48.885Z Compiling thin-vec v0.2.14
20652026-05-08T01:10:49.174Z Compiling rhai_codegen v3.1.0
20662026-05-08T01:10:49.269Z Compiling serial_test_derive v3.4.0
20672026-05-08T01:10:49.916Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20682026-05-08T01:10:49.987Z Compiling yansi v1.0.1
20692026-05-08T01:10:50.166Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20702026-05-08T01:10:50.234Z Compiling diff v0.1.13
20712026-05-08T01:10:50.313Z Compiling serial_test v3.4.0
20722026-05-08T01:10:50.360Z Compiling rhai v1.24.0
20732026-05-08T01:10:50.535Z Compiling pretty_assertions v1.4.1
20742026-05-08T01:10:50.818Z Compiling nom v8.0.0
20752026-05-08T01:10:53.801Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20762026-05-08T01:11:01.413Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20772026-05-08T01:11:03.010Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20782026-05-08T01:11:04.098Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20792026-05-08T01:11:05.209Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20802026-05-08T01:11:05.982Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20812026-05-08T01:11:08.352Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20822026-05-08T01:11:41.647Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 25s
20832026-05-08T01:11:41.833Z────────────
20842026-05-08T01:11:41.833Z Nextest run ID 1fc1fffa-132a-4af1-96cd-3d67cd7528ac with nextest profile: default
20852026-05-08T01:11:41.833Z Starting 17 tests across 1 binary (133 tests skipped)
20862026-05-08T01:11:58.194Z PASS [ 16.379s] bgp proptest::prop_ipv4_wire_format_roundtrip
20872026-05-08T01:12:00.110Z PASS [ 18.295s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20882026-05-08T01:12:00.198Z PASS [ 18.383s] bgp proptest::prop_ipv4_prefixes_roundtrip
20892026-05-08T01:12:01.457Z PASS [ 19.642s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20902026-05-08T01:12:02.206Z PASS [ 20.391s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20912026-05-08T01:12:02.230Z PASS [ 20.415s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20922026-05-08T01:12:10.247Z PASS [ 28.429s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20932026-05-08T01:12:14.482Z PASS [ 16.275s] bgp proptest::prop_ipv6_wire_format_roundtrip
20942026-05-08T01:12:19.761Z PASS [ 19.621s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20952026-05-08T01:12:19.895Z PASS [ 18.435s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20962026-05-08T01:12:20.788Z PASS [ 18.538s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20972026-05-08T01:12:21.196Z PASS [ 18.985s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20982026-05-08T01:12:41.822Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20992026-05-08T01:12:42.469Z PASS [ 27.973s] bgp proptest::prop_update_mp_unreach_roundtrip
21002026-05-08T01:12:47.299Z PASS [ 65.476s] bgp proptest::prop_encode_decode_semantic_equivalence
21012026-05-08T01:13:01.285Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21022026-05-08T01:13:08.315Z PASS [ 68.086s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21032026-05-08T01:13:10.839Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21042026-05-08T01:13:19.748Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21052026-05-08T01:13:20.163Z PASS [ 60.387s] bgp proptest::prop_update_traditional_roundtrip
21062026-05-08T01:13:22.054Z PASS [ 71.779s] bgp proptest::prop_update_mp_reach_roundtrip
21072026-05-08T01:13:22.054Z────────────
21082026-05-08T01:13:22.054Z Summary [ 100.209s] 17 tests run: 17 passed (4 slow), 133 skipped
21092026-05-08T01:13:22.070Z+ cp '*.log' /work/
21102026-05-08T01:13:22.070Z+ true
21112026-05-08T01:13:22.070Z+ '[' -d proptest-regressions ']'
21122026-05-08T01:13:22.070Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21132026-05-08T01:13:22.070Z+ popd
21142026-05-08T01:13:22.070Z/work/oxidecomputer/maghemite
21152026-05-08T01:13:22.071Zprocess exited: duration 709174 ms, exit code 0
 
21162026-05-08T01:13:22.110Zfound 0 output files