01KNTRPXWNSNA1AAEGM9P76RJA: 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: 01KNTRQAGREGVYXKCSPF4Y2ZMV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T04:02:03.187Zjob assigned to worker 01KNTRST7D46XRAM23E41D0GKP [factory aws, i-0b96ffac63f97b497] (queued for 2 m 22 s)
 
22026-04-10T04:02:10.100Zstarting task 0: "setup"
32026-04-10T04:02:10.105Z++ uname -s
42026-04-10T04:02:10.108Z+ kern=SunOS
52026-04-10T04:02:10.108Z+ build_user=build
62026-04-10T04:02:10.108Z+ build_uid=12345
72026-04-10T04:02:10.108Z+ work_dir=/work
82026-04-10T04:02:10.108Z+ input_dir=/input
92026-04-10T04:02:10.108Z+ [[ 0 == 12345 ]]
102026-04-10T04:02:10.108Z+ case "$kern" in
112026-04-10T04:02:10.108Z+ groupadd -g 12345 build
122026-04-10T04:02:10.112Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T04:02:12.119Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T04:02:12.235Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T04:02:12.238Z+ home_fs=zfs
162026-04-10T04:02:12.239Z+ [[ zfs == autofs ]]
172026-04-10T04:02:12.239Z+ mkdir -p /home/build
182026-04-10T04:02:12.239Z+ chown build:build /home/build /work
192026-04-10T04:02:14.240Z+ chmod 0700 /home/build /work
202026-04-10T04:02:14.244Zprocess exited: duration 4144 ms, exit code 0
 
212026-04-10T04:02:14.251Zstarting task 1: "rust-toolchain"
222026-04-10T04:02:14.256Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-10T04:02:14.256Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-10T04:02:14.256Z * rust toolchain channel = "stable"
252026-04-10T04:02:14.256Z * rust toolchain profile = "default"
262026-04-10T04:02:14.260Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T04:02:14.260Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T04:02:14.260Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T04:02:14.260Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-10T04:02:14.379Zinfo: downloading installer
312026-04-10T04:02:15.891Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T04:02:15.891Zwarn: /opt/ooce/bin
332026-04-10T04:02:15.891Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T04:02:15.891Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T04:02:15.891Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T04:02:15.891Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T04:02:15.891Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T04:02:15.892Zerror: cannot install while Rust is installed
392026-04-10T04:02:15.892Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T04:02:15.892Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T04:02:15.892Zwarn: /home/build/.rustup/settings.toml
422026-04-10T04:02:15.892Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T04:02:15.892Zwarn: instead of the one inferred from the default host triple.
442026-04-10T04:02:15.905Zinfo: profile set to default
452026-04-10T04:02:15.905Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T04:02:15.909Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-10T04:02:16.046Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T04:02:16.049Zinfo: downloading 6 components
492026-04-10T04:02:31.319Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-10T04:02:31.320Z
512026-04-10T04:02:31.348Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T04:02:31.348Z
532026-04-10T04:02:31.348Z
542026-04-10T04:02:31.348ZRust is installed now. Great!
552026-04-10T04:02:31.348Z
562026-04-10T04:02:31.348ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T04:02:31.348Zenvironment variable. This has not been done automatically.
582026-04-10T04:02:31.348Z
592026-04-10T04:02:31.348ZTo configure your current shell, you need to source
602026-04-10T04:02:31.348Zthe corresponding env file under $HOME/.cargo.
612026-04-10T04:02:31.348Z
622026-04-10T04:02:31.348ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T04:02:31.348Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T04:02:31.348Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T04:02:31.348Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T04:02:31.349Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T04:02:31.349Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T04:02:31.349Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T04:02:31.352Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T04:02:31.352Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T04:02:31.451Z+ rustup --version
722026-04-10T04:02:31.460Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T04:02:31.464Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T04:02:31.482Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T04:02:31.486Z+ cargo --version
762026-04-10T04:02:31.497Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T04:02:31.501Z+ rustc --version
782026-04-10T04:02:31.519Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T04:02:31.523Zprocess exited: duration 17269 ms, exit code 0
 
802026-04-10T04:02:31.531Zstarting task 2: "authentication"
812026-04-10T04:02:31.547Zprocess exited: duration 17 ms, exit code 0
 
822026-04-10T04:02:31.556Zstarting task 3: "clone repository"
832026-04-10T04:02:31.560Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-10T04:02:31.560Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-10T04:02:31.618ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-10T04:02:32.449Z+ cd /work/oxidecomputer/maghemite
872026-04-10T04:02:32.450Z+ git fetch origin ed5d4fda85906ec06e3d6dfcda6d8f0a8fa5d4f1
882026-04-10T04:02:32.702ZFrom https://github.com/oxidecomputer/maghemite
892026-04-10T04:02:32.702Z * branch ed5d4fda85906ec06e3d6dfcda6d8f0a8fa5d4f1 -> FETCH_HEAD
902026-04-10T04:02:32.707Z+ [[ -n '' ]]
912026-04-10T04:02:32.707Z+ git reset --hard ed5d4fda85906ec06e3d6dfcda6d8f0a8fa5d4f1
922026-04-10T04:02:32.724ZHEAD is now at ed5d4fd Update opte to b60decb
932026-04-10T04:02:32.728Zprocess exited: duration 1169 ms, exit code 0
 
942026-04-10T04:02:32.736Zstarting task 4: "build"
952026-04-10T04:02:32.740Z+ set -e
962026-04-10T04:02:32.740Z+ NEXTEST_VERSION=0.9.97
972026-04-10T04:02:32.740Z+ PLATFORM=illumos
982026-04-10T04:02:32.740Z+ cargo --version
992026-04-10T04:02:32.745Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1002026-04-10T04:02:32.905Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1012026-04-10T04:02:32.909Zinfo: downloading 6 components
1022026-04-10T04:02:47.606Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1032026-04-10T04:02:47.610Z+ rustc --version
1042026-04-10T04:02:47.640Zrustc 1.94.1 (e408947bf 2026-03-25)
1052026-04-10T04:02:47.644Z+ cargo install cargo-nextest --version 0.9.97
1062026-04-10T04:02:47.683Z Updating crates.io index
1072026-04-10T04:02:47.779Z Downloading crates ...
1082026-04-10T04:02:47.848Z Downloaded cargo-nextest v0.9.97
1092026-04-10T04:02:47.911Z Installing cargo-nextest v0.9.97
1102026-04-10T04:02:47.960Z Updating crates.io index
1112026-04-10T04:02:50.616Z Locking 407 packages to latest compatible versions
1122026-04-10T04:02:50.624Z Adding dialoguer v0.11.0 (available: v0.12.0)
1132026-04-10T04:02:50.624Z Adding duct v0.13.7 (available: v1.1.1)
1142026-04-10T04:02:50.624Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1152026-04-10T04:02:50.624Z Adding generic-array v0.14.7 (available: v0.14.9)
1162026-04-10T04:02:50.627Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1172026-04-10T04:02:50.628Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1182026-04-10T04:02:50.628Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1192026-04-10T04:02:50.628Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1202026-04-10T04:02:50.631Z Adding quick-junit v0.5.2 (available: v0.6.0)
1212026-04-10T04:02:50.649Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1222026-04-10T04:02:50.658Z Downloading crates ...
1232026-04-10T04:02:50.749Z Downloaded addr2line v0.25.1
1242026-04-10T04:02:50.752Z Downloaded cargo-platform v0.2.0
1252026-04-10T04:02:50.757Z Downloaded eyre v0.6.12
1262026-04-10T04:02:50.764Z Downloaded getrandom v0.2.17
1272026-04-10T04:02:50.768Z Downloaded home v0.5.12
1282026-04-10T04:02:50.768Z Downloaded find-msvc-tools v0.1.9
1292026-04-10T04:02:50.771Z Downloaded foreign-types v0.3.2
1302026-04-10T04:02:50.774Z Downloaded hyper-tls v0.6.0
1312026-04-10T04:02:50.775Z Downloaded base64 v0.22.1
1322026-04-10T04:02:50.778Z Downloaded bytes v1.11.1
1332026-04-10T04:02:50.782Z Downloaded http-body v1.0.1
1342026-04-10T04:02:50.785Z Downloaded clap_builder v4.6.0
1352026-04-10T04:02:50.789Z Downloaded aho-corasick v1.1.4
1362026-04-10T04:02:50.792Z Downloaded newtype-uuid v1.3.2
1372026-04-10T04:02:50.793Z Downloaded mukti-metadata v0.3.0
1382026-04-10T04:02:50.793Z Downloaded http-body-util v0.1.3
1392026-04-10T04:02:50.796Z Downloaded lazy_static v1.5.0
1402026-04-10T04:02:50.800Z Downloaded scopeguard v1.2.0
1412026-04-10T04:02:50.800Z Downloaded percent-encoding v2.3.2
1422026-04-10T04:02:50.800Z Downloaded openssl-macros v0.1.1
1432026-04-10T04:02:50.800Z Downloaded lru-slab v0.1.2
1442026-04-10T04:02:50.803Z Downloaded humantime-serde v1.1.1
1452026-04-10T04:02:50.803Z Downloaded nextest-metadata v0.12.2
1462026-04-10T04:02:50.843Z Downloaded pkcs8 v0.10.2
1472026-04-10T04:02:50.843Z Downloaded cargo_metadata v0.23.1
1482026-04-10T04:02:50.843Z Downloaded ppv-lite86 v0.2.21
1492026-04-10T04:02:50.843Z Downloaded either v1.15.0
1502026-04-10T04:02:50.843Z Downloaded camino-tempfile v1.4.1
1512026-04-10T04:02:50.843Z Downloaded lock_api v0.4.14
1522026-04-10T04:02:50.843Z Downloaded idna_adapter v1.0.0
1532026-04-10T04:02:50.843Z Downloaded futures-core v0.3.32
1542026-04-10T04:02:50.843Z Downloaded anstyle-query v1.1.5
1552026-04-10T04:02:50.843Z Downloaded quote v1.0.45
1562026-04-10T04:02:50.843Z Downloaded miette-derive v7.6.0
1572026-04-10T04:02:50.843Z Downloaded filetime v0.2.27
1582026-04-10T04:02:50.843Z Downloaded iana-time-zone v0.1.65
1592026-04-10T04:02:50.843Z Downloaded http v1.4.0
1602026-04-10T04:02:50.843Z Downloaded rustc-hash v2.1.2
1612026-04-10T04:02:50.843Z Downloaded is_ci v1.2.0
1622026-04-10T04:02:50.847Z Downloaded openssl-probe v0.2.1
1632026-04-10T04:02:50.847Z Downloaded futures-io v0.3.32
1642026-04-10T04:02:50.847Z Downloaded dialoguer v0.11.0
1652026-04-10T04:02:50.847Z Downloaded derive_more-impl v2.1.1
1662026-04-10T04:02:50.847Z Downloaded ipnet v2.12.0
1672026-04-10T04:02:50.851Z Downloaded atomic-waker v1.1.2
1682026-04-10T04:02:50.856Z Downloaded crossterm v0.29.0
1692026-04-10T04:02:50.859Z Downloaded rand_core v0.6.4
1702026-04-10T04:02:50.860Z Downloaded backtrace v0.3.76
1712026-04-10T04:02:50.864Z Downloaded nested v0.1.1
1722026-04-10T04:02:50.864Z Downloaded native-tls v0.2.18
1732026-04-10T04:02:50.864Z Downloaded backtrace-ext v0.2.1
1742026-04-10T04:02:50.869Z Downloaded pathdiff v0.2.3
1752026-04-10T04:02:50.869Z Downloaded nextest-workspace-hack v0.1.0
1762026-04-10T04:02:50.869Z Downloaded debug-ignore v1.0.5
1772026-04-10T04:02:50.869Z Downloaded cfg-if v1.0.4
1782026-04-10T04:02:50.869Z Downloaded heck v0.5.0
1792026-04-10T04:02:50.874Z Downloaded fixedbitset v0.5.7
1802026-04-10T04:02:50.874Z Downloaded os_pipe v1.2.3
1812026-04-10T04:02:50.874Z Downloaded ed25519 v2.2.3
1822026-04-10T04:02:50.874Z Downloaded crc32fast v1.5.0
1832026-04-10T04:02:50.879Z Downloaded cpufeatures v0.2.17
1842026-04-10T04:02:50.882Z Downloaded adler2 v2.0.1
1852026-04-10T04:02:50.882Z Downloaded number_prefix v0.4.0
1862026-04-10T04:02:50.886Z Downloaded strsim v0.11.1
1872026-04-10T04:02:50.886Z Downloaded color-spantrace v0.3.0
1882026-04-10T04:02:50.890Z Downloaded guppy-workspace-hack v0.1.0
1892026-04-10T04:02:50.890Z Downloaded itoa v1.0.18
1902026-04-10T04:02:50.890Z Downloaded parking_lot v0.12.5
1912026-04-10T04:02:50.894Z Downloaded cargo-platform v0.3.2
1922026-04-10T04:02:50.898Z Downloaded document-features v0.2.12
1932026-04-10T04:02:50.898Z Downloaded colorchoice v1.0.5
1942026-04-10T04:02:50.903Z Downloaded fastrand v2.4.1
1952026-04-10T04:02:50.904Z Downloaded futures-task v0.3.32
1962026-04-10T04:02:50.913Z Downloaded cargo-util-schemas v0.2.0
1972026-04-10T04:02:50.913Z Downloaded rustc_version v0.4.1
1982026-04-10T04:02:50.918Z Downloaded futures-macro v0.3.32
1992026-04-10T04:02:50.918Z Downloaded curve25519-dalek-derive v0.1.1
2002026-04-10T04:02:50.918Z Downloaded is_terminal_polyfill v1.70.2
2012026-04-10T04:02:50.918Z Downloaded serde_spanned v1.1.1
2022026-04-10T04:02:50.918Z Downloaded serde_ignored v0.1.14
2032026-04-10T04:02:50.918Z Downloaded indenter v0.3.4
2042026-04-10T04:02:50.919Z Downloaded clap_lex v1.1.0
2052026-04-10T04:02:50.919Z Downloaded anstyle v1.0.14
2062026-04-10T04:02:50.919Z Downloaded anstyle-parse v1.0.0
2072026-04-10T04:02:50.919Z Downloaded pin-project-internal v1.1.11
2082026-04-10T04:02:50.926Z Downloaded rustc-demangle v0.1.27
2092026-04-10T04:02:50.926Z Downloaded jobserver v0.1.34
2102026-04-10T04:02:50.926Z Downloaded shared_child v1.1.1
2112026-04-10T04:02:50.926Z Downloaded once_cell v1.21.4
2122026-04-10T04:02:50.932Z Downloaded cfg_aliases v0.2.1
2132026-04-10T04:02:50.933Z Downloaded equivalent v1.0.2
2142026-04-10T04:02:50.933Z Downloaded enable-ansi-support v0.2.1
2152026-04-10T04:02:50.933Z Downloaded sigchld v0.2.4
2162026-04-10T04:02:50.933Z Downloaded console v0.15.11
2172026-04-10T04:02:50.933Z Downloaded shell-words v1.1.1
2182026-04-10T04:02:50.933Z Downloaded serde-untagged v0.1.9
2192026-04-10T04:02:50.938Z Downloaded async-scoped v0.9.0
2202026-04-10T04:02:50.938Z Downloaded block-buffer v0.10.4
2212026-04-10T04:02:50.938Z Downloaded signature v2.2.0
2222026-04-10T04:02:50.938Z Downloaded generic-array v0.14.7
2232026-04-10T04:02:50.938Z Downloaded fnv v1.0.7
2242026-04-10T04:02:50.938Z Downloaded supports-hyperlinks v3.2.0
2252026-04-10T04:02:50.938Z Downloaded atomicwrites v0.4.4
2262026-04-10T04:02:50.944Z Downloaded pin-project-lite v0.2.17
2272026-04-10T04:02:50.948Z Downloaded supports-unicode v3.0.0
2282026-04-10T04:02:50.948Z Downloaded form_urlencoded v1.2.2
2292026-04-10T04:02:50.948Z Downloaded crypto-common v0.1.7
2302026-04-10T04:02:50.948Z Downloaded owo-colors v4.3.0
2312026-04-10T04:02:50.952Z Downloaded futures-executor v0.3.32
2322026-04-10T04:02:50.952Z Downloaded rand_core v0.9.5
2332026-04-10T04:02:50.955Z Downloaded foreign-types-shared v0.1.1
2342026-04-10T04:02:50.959Z Downloaded futures-sink v0.3.32
2352026-04-10T04:02:50.959Z Downloaded serde_spanned v0.6.9
2362026-04-10T04:02:50.964Z Downloaded self-replace v1.5.0
2372026-04-10T04:02:50.964Z Downloaded errno v0.3.14
2382026-04-10T04:02:50.968Z Downloaded pkg-config v0.3.32
2392026-04-10T04:02:50.972Z Downloaded bitflags v2.11.0
2402026-04-10T04:02:50.972Z Downloaded swrite v0.1.0
2412026-04-10T04:02:50.977Z Downloaded duct v0.13.7
2422026-04-10T04:02:50.977Z Downloaded supports-color v3.0.2
2432026-04-10T04:02:50.977Z Downloaded indent_write v2.2.0
2442026-04-10T04:02:50.977Z Downloaded strip-ansi-escapes v0.2.1
2452026-04-10T04:02:50.977Z Downloaded convert_case v0.10.0
2462026-04-10T04:02:50.983Z Downloaded getrandom v0.4.2
2472026-04-10T04:02:50.983Z Downloaded futures v0.3.32
2482026-04-10T04:02:50.987Z Downloaded hex v0.4.3
2492026-04-10T04:02:50.987Z Downloaded flate2 v1.1.9
2502026-04-10T04:02:50.992Z Downloaded sha2 v0.10.9
2512026-04-10T04:02:50.995Z Downloaded globset v0.4.18
2522026-04-10T04:02:50.995Z Downloaded tinyvec_macros v0.1.1
2532026-04-10T04:02:50.995Z Downloaded ordered-float v2.10.1
2542026-04-10T04:02:50.995Z Downloaded serde_urlencoded v0.7.1
2552026-04-10T04:02:50.995Z Downloaded serde-value v0.7.0
2562026-04-10T04:02:50.995Z Downloaded cargo_metadata v0.20.0
2572026-04-10T04:02:50.999Z Downloaded futures-channel v0.3.32
2582026-04-10T04:02:50.999Z Downloaded static_assertions v1.1.0
2592026-04-10T04:02:50.999Z Downloaded serde_path_to_error v0.1.20
2602026-04-10T04:02:51.003Z Downloaded humantime v2.3.0
2612026-04-10T04:02:51.003Z Downloaded erased-serde v0.4.10
2622026-04-10T04:02:51.003Z Downloaded signal-hook-registry v1.4.8
2632026-04-10T04:02:51.008Z Downloaded quinn-udp v0.5.14
2642026-04-10T04:02:51.008Z Downloaded signal-hook-mio v0.2.5
2652026-04-10T04:02:51.008Z Downloaded base64ct v1.8.3
2662026-04-10T04:02:51.008Z Downloaded anstream v1.0.0
2672026-04-10T04:02:51.012Z Downloaded pin-project v1.1.11
2682026-04-10T04:02:51.019Z Downloaded sync_wrapper v1.0.2
2692026-04-10T04:02:51.022Z Downloaded subtle v2.6.1
2702026-04-10T04:02:51.023Z Downloaded spki v0.7.3
2712026-04-10T04:02:51.023Z Downloaded simd-adler32 v0.3.9
2722026-04-10T04:02:51.023Z Downloaded shlex v1.3.0
2732026-04-10T04:02:51.027Z Downloaded future-queue v0.4.0
2742026-04-10T04:02:51.027Z Downloaded rustls-pki-types v1.14.0
2752026-04-10T04:02:51.027Z Downloaded hyper-rustls v0.27.7
2762026-04-10T04:02:51.031Z Downloaded toml_datetime v0.6.11
2772026-04-10T04:02:51.031Z Downloaded cfg-expr v0.20.7
2782026-04-10T04:02:51.031Z Downloaded tokio-macros v2.7.0
2792026-04-10T04:02:51.035Z Downloaded nextest-filtering v0.15.0
2802026-04-10T04:02:51.035Z Downloaded parking_lot_core v0.9.12
2812026-04-10T04:02:51.039Z Downloaded urlencoding v2.1.3
2822026-04-10T04:02:51.039Z Downloaded unicode-linebreak v0.1.5
2832026-04-10T04:02:51.039Z Downloaded quick-junit v0.5.2
2842026-04-10T04:02:51.044Z Downloaded quinn v0.11.9
2852026-04-10T04:02:51.051Z Downloaded slab v0.4.12
2862026-04-10T04:02:51.051Z Downloaded num-traits v0.2.19
2872026-04-10T04:02:51.051Z Downloaded utf8_iter v1.0.4
2882026-04-10T04:02:51.055Z Downloaded tracing-error v0.2.1
2892026-04-10T04:02:51.055Z Downloaded try-lock v0.2.5
2902026-04-10T04:02:51.055Z Downloaded utf8parse v0.2.2
2912026-04-10T04:02:51.055Z Downloaded xattr v1.6.1
2922026-04-10T04:02:51.055Z Downloaded tower-service v0.3.3
2932026-04-10T04:02:51.055Z Downloaded toml_write v0.1.2
2942026-04-10T04:02:51.055Z Downloaded thread_local v1.1.9
2952026-04-10T04:02:51.059Z Downloaded target-spec-miette v0.4.6
2962026-04-10T04:02:51.059Z Downloaded digest v0.10.7
2972026-04-10T04:02:51.059Z Downloaded const-oid v0.9.6
2982026-04-10T04:02:51.063Z Downloaded camino v1.2.2
2992026-04-10T04:02:51.063Z Downloaded foldhash v0.1.5
3002026-04-10T04:02:51.067Z Downloaded serde_derive v1.0.228
3012026-04-10T04:02:51.067Z Downloaded terminal_size v0.4.4
3022026-04-10T04:02:51.067Z Downloaded litrs v1.0.0
3032026-04-10T04:02:51.071Z Downloaded rand_chacha v0.9.0
3042026-04-10T04:02:51.071Z Downloaded clap_derive v4.6.0
3052026-04-10T04:02:51.071Z Downloaded thiserror-impl v2.0.18
3062026-04-10T04:02:51.075Z Downloaded smol_str v0.3.6
3072026-04-10T04:02:51.075Z Downloaded semver v1.0.28
3082026-04-10T04:02:51.075Z Downloaded tokio-native-tls v0.3.1
3092026-04-10T04:02:51.075Z Downloaded log v0.4.29
3102026-04-10T04:02:51.078Z Downloaded smallvec v1.15.1
3112026-04-10T04:02:51.082Z Downloaded tracing-log v0.2.0
3122026-04-10T04:02:51.085Z Downloaded rustls-webpki v0.103.10
3132026-04-10T04:02:51.086Z Downloaded unicase v2.9.0
3142026-04-10T04:02:51.086Z Downloaded indicatif v0.17.11
3152026-04-10T04:02:51.089Z Downloaded thiserror-impl v1.0.69
3162026-04-10T04:02:51.090Z Downloaded getrandom v0.3.4
3172026-04-10T04:02:51.093Z Downloaded tower-layer v0.3.3
3182026-04-10T04:02:51.093Z Downloaded target-lexicon v0.13.3
3192026-04-10T04:02:51.093Z Downloaded httparse v1.10.1
3202026-04-10T04:02:51.097Z Downloaded derive_more v2.1.1
3212026-04-10T04:02:51.101Z Downloaded untrusted v0.9.0
3222026-04-10T04:02:51.108Z Downloaded self_update v0.42.0
3232026-04-10T04:02:51.108Z Downloaded toml_writer v1.1.1+spec-1.1.0
3242026-04-10T04:02:51.108Z Downloaded thiserror v2.0.18
3252026-04-10T04:02:51.114Z Downloaded config v0.15.22
3262026-04-10T04:02:51.114Z Downloaded thiserror v1.0.69
3272026-04-10T04:02:51.118Z Downloaded want v0.3.1
3282026-04-10T04:02:51.118Z Downloaded derive-where v1.6.1
3292026-04-10T04:02:51.118Z Downloaded autocfg v1.5.0
3302026-04-10T04:02:51.118Z Downloaded zmij v1.0.21
3312026-04-10T04:02:51.122Z Downloaded ahash v0.8.12
3322026-04-10T04:02:51.125Z Downloaded proc-macro2 v1.0.106
3332026-04-10T04:02:51.129Z Downloaded ryu v1.0.23
3342026-04-10T04:02:51.129Z Downloaded zstd-safe v7.2.4
3352026-04-10T04:02:51.129Z Downloaded zipsign-api v0.1.5
3362026-04-10T04:02:51.134Z Downloaded tempfile v3.27.0
3372026-04-10T04:02:51.134Z Downloaded xxhash-rust v0.8.15
3382026-04-10T04:02:51.134Z Downloaded tokio-rustls v0.26.4
3392026-04-10T04:02:51.138Z Downloaded serde_core v1.0.228
3402026-04-10T04:02:51.138Z Downloaded sharded-slab v0.1.7
3412026-04-10T04:02:51.138Z Downloaded serde v1.0.228
3422026-04-10T04:02:51.142Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3432026-04-10T04:02:51.142Z Downloaded tokio-stream v0.1.18
3442026-04-10T04:02:51.146Z Downloaded signal-hook v0.3.18
3452026-04-10T04:02:51.153Z Downloaded toml_parser v1.1.2+spec-1.1.0
3462026-04-10T04:02:51.153Z Downloaded socket2 v0.6.3
3472026-04-10T04:02:51.153Z Downloaded tracing-attributes v0.1.31
3482026-04-10T04:02:51.159Z Downloaded openssl-sys v0.9.112
3492026-04-10T04:02:51.163Z Downloaded tar v0.4.45
3502026-04-10T04:02:51.167Z Downloaded tinyvec v1.11.0
3512026-04-10T04:02:51.171Z Downloaded toml v0.8.23
3522026-04-10T04:02:51.171Z Downloaded target-spec v3.6.0
3532026-04-10T04:02:51.172Z Downloaded miniz_oxide v0.8.9
3542026-04-10T04:02:51.175Z Downloaded der v0.7.10
3552026-04-10T04:02:51.175Z Downloaded clap v4.6.0
3562026-04-10T04:02:51.183Z Downloaded zeroize v1.8.2
3572026-04-10T04:02:51.187Z Downloaded borsh v1.6.1
3582026-04-10T04:02:51.191Z Downloaded vte v0.14.1
3592026-04-10T04:02:51.191Z Downloaded textwrap v0.16.2
3602026-04-10T04:02:51.194Z Downloaded rand v0.9.2
3612026-04-10T04:02:51.202Z Downloaded memchr v2.8.0
3622026-04-10T04:02:51.208Z Downloaded ed25519-dalek v2.2.0
3632026-04-10T04:02:51.213Z Downloaded unicode-ident v1.0.24
3642026-04-10T04:02:51.217Z Downloaded uuid v1.23.0
3652026-04-10T04:02:51.223Z Downloaded cc v1.2.59
3662026-04-10T04:02:51.228Z Downloaded toml v1.1.2+spec-1.1.0
3672026-04-10T04:02:51.228Z Downloaded toml_edit v0.22.27
3682026-04-10T04:02:51.237Z Downloaded indexmap v2.14.0
3692026-04-10T04:02:51.241Z Downloaded mio v1.2.0
3702026-04-10T04:02:51.245Z Downloaded miette v7.6.0
3712026-04-10T04:02:51.249Z Downloaded typeid v1.0.3
3722026-04-10T04:02:51.260Z Downloaded unicode-segmentation v1.13.2
3732026-04-10T04:02:51.264Z Downloaded unicode-xid v0.2.6
3742026-04-10T04:02:51.268Z Downloaded version_check v0.9.5
3752026-04-10T04:02:51.274Z Downloaded tracing-core v0.1.36
3762026-04-10T04:02:51.278Z Downloaded serde_json v1.0.149
3772026-04-10T04:02:51.281Z Downloaded url v2.5.8
3782026-04-10T04:02:51.281Z Downloaded h2 v0.4.13
3792026-04-10T04:02:51.288Z Downloaded futures-util v0.3.32
3802026-04-10T04:02:51.293Z Downloaded hyper-util v0.1.20
3812026-04-10T04:02:51.297Z Downloaded itertools v0.14.0
3822026-04-10T04:02:51.301Z Downloaded zstd v0.13.3
3832026-04-10T04:02:51.301Z Downloaded hashbrown v0.15.5
3842026-04-10T04:02:51.304Z Downloaded guppy v0.17.25
3852026-04-10T04:02:51.308Z Downloaded tokio-util v0.7.18
3862026-04-10T04:02:51.317Z Downloaded ron v0.12.1
3872026-04-10T04:02:51.322Z Downloaded reqwest v0.12.28
3882026-04-10T04:02:51.335Z Downloaded idna v1.1.0
3892026-04-10T04:02:51.345Z Downloaded hashbrown v0.17.0
3902026-04-10T04:02:51.349Z Downloaded tower v0.5.3
3912026-04-10T04:02:51.353Z Downloaded typenum v1.19.0
3922026-04-10T04:02:51.356Z Downloaded iri-string v0.7.12
3932026-04-10T04:02:51.361Z Downloaded winnow v1.0.1
3942026-04-10T04:02:51.364Z Downloaded unicode-normalization v0.1.25
3952026-04-10T04:02:51.368Z Downloaded chrono v0.4.44
3962026-04-10T04:02:51.373Z Downloaded hyper v1.9.0
3972026-04-10T04:02:51.377Z Downloaded tracing-subscriber v0.3.23
3982026-04-10T04:02:51.381Z Downloaded tower-http v0.6.8
3992026-04-10T04:02:51.385Z Downloaded regex v1.12.3
4002026-04-10T04:02:51.385Z Downloaded pulldown-cmark v0.13.3
4012026-04-10T04:02:51.392Z Downloaded vcpkg v0.2.15
4022026-04-10T04:02:51.414Z Downloaded quick-xml v0.38.4
4032026-04-10T04:02:51.418Z Downloaded gimli v0.32.3
4042026-04-10T04:02:51.421Z Downloaded quick-xml v0.37.5
4052026-04-10T04:02:51.425Z Downloaded webpki-roots v1.0.6
4062026-04-10T04:02:51.429Z Downloaded unicode-width v0.1.14
4072026-04-10T04:02:51.429Z Downloaded zerocopy v0.8.48
4082026-04-10T04:02:51.439Z Downloaded color-eyre v0.6.5
4092026-04-10T04:02:51.443Z Downloaded portable-atomic v1.13.1
4102026-04-10T04:02:51.447Z Downloaded unicode-width v0.2.2
4112026-04-10T04:02:51.450Z Downloaded winnow v0.7.15
4122026-04-10T04:02:51.455Z Downloaded bstr v1.12.1
4132026-04-10T04:02:51.462Z Downloaded curve25519-dalek v4.1.3
4142026-04-10T04:02:51.465Z Downloaded tracing v0.1.44
4152026-04-10T04:02:51.497Z Downloaded quinn-proto v0.11.14
4162026-04-10T04:02:51.513Z Downloaded nextest-runner v0.80.0
4172026-04-10T04:02:51.528Z Downloaded object v0.37.3
4182026-04-10T04:02:51.534Z Downloaded openssl v0.10.76
4192026-04-10T04:02:51.544Z Downloaded syn v2.0.117
4202026-04-10T04:02:51.562Z Downloaded nix v0.30.1
4212026-04-10T04:02:51.583Z Downloaded rustls v0.23.37
4222026-04-10T04:02:51.588Z Downloaded rustix v0.38.44
4232026-04-10T04:02:51.599Z Downloaded rustix v1.1.4
4242026-04-10T04:02:51.611Z Downloaded regex-syntax v0.8.10
4252026-04-10T04:02:51.715Z Downloaded regex-automata v0.4.14
4262026-04-10T04:02:51.776Z Downloaded petgraph v0.8.3
4272026-04-10T04:02:51.789Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4282026-04-10T04:02:51.796Z Downloaded libc v0.2.184
4292026-04-10T04:02:51.813Z Downloaded tokio v1.51.1
4302026-04-10T04:02:51.895Z Downloaded recursion v0.5.4
4312026-04-10T04:02:51.902Z Downloaded ring v0.17.14
4322026-04-10T04:02:51.959Z Compiling proc-macro2 v1.0.106
4332026-04-10T04:02:51.963Z Compiling libc v0.2.184
4342026-04-10T04:02:51.963Z Compiling quote v1.0.45
4352026-04-10T04:02:51.963Z Compiling unicode-ident v1.0.24
4362026-04-10T04:02:51.963Z Compiling serde_core v1.0.228
4372026-04-10T04:02:51.963Z Compiling cfg-if v1.0.4
4382026-04-10T04:02:51.963Z Compiling memchr v2.8.0
4392026-04-10T04:02:52.098Z Compiling once_cell v1.21.4
4402026-04-10T04:02:52.179Z Compiling log v0.4.29
4412026-04-10T04:02:52.212Z Compiling pin-project-lite v0.2.17
4422026-04-10T04:02:52.328Z Compiling serde v1.0.228
4432026-04-10T04:02:52.405Z Compiling itoa v1.0.18
4442026-04-10T04:02:52.632Z Compiling futures-core v0.3.32
4452026-04-10T04:02:52.832Z Compiling bitflags v2.11.0
4462026-04-10T04:02:52.885Z Compiling smallvec v1.15.1
4472026-04-10T04:02:52.908Z Compiling shlex v1.3.0
4482026-04-10T04:02:53.105Z Compiling find-msvc-tools v0.1.9
4492026-04-10T04:02:53.139Z Compiling equivalent v1.0.2
4502026-04-10T04:02:53.194Z Compiling hashbrown v0.17.0
4512026-04-10T04:02:53.228Z Compiling jobserver v0.1.34
4522026-04-10T04:02:53.267Z Compiling bytes v1.11.1
4532026-04-10T04:02:53.329Z Compiling futures-sink v0.3.32
4542026-04-10T04:02:53.343Z Compiling rustix v1.1.4
4552026-04-10T04:02:53.442Z Compiling errno v0.3.14
4562026-04-10T04:02:53.460Z Compiling cc v1.2.59
4572026-04-10T04:02:53.610Z Compiling signal-hook-registry v1.4.8
4582026-04-10T04:02:53.692Z Compiling mio v1.2.0
4592026-04-10T04:02:53.751Z Compiling syn v2.0.117
4602026-04-10T04:02:53.878Z Compiling socket2 v0.6.3
4612026-04-10T04:02:54.172Z Compiling zmij v1.0.21
4622026-04-10T04:02:54.216Z Compiling slab v0.4.12
4632026-04-10T04:02:54.424Z Compiling futures-channel v0.3.32
4642026-04-10T04:02:54.435Z Compiling tracing-core v0.1.36
4652026-04-10T04:02:54.495Z Compiling version_check v0.9.5
4662026-04-10T04:02:54.676Z Compiling serde_json v1.0.149
4672026-04-10T04:02:54.746Z Compiling getrandom v0.4.2
4682026-04-10T04:02:54.761Z Compiling futures-task v0.3.32
4692026-04-10T04:02:54.908Z Compiling indexmap v2.14.0
4702026-04-10T04:02:54.947Z Compiling futures-io v0.3.32
4712026-04-10T04:02:55.014Z Compiling unicode-width v0.2.2
4722026-04-10T04:02:55.027Z Compiling camino v1.2.2
4732026-04-10T04:02:55.319Z Compiling ring v0.17.14
4742026-04-10T04:02:55.319Z Compiling http v1.4.0
4752026-04-10T04:02:55.403Z Compiling adler2 v2.0.1
4762026-04-10T04:02:55.524Z Compiling zeroize v1.8.2
4772026-04-10T04:02:55.566Z Compiling percent-encoding v2.3.2
4782026-04-10T04:02:55.718Z Compiling autocfg v1.5.0
4792026-04-10T04:02:55.718Z Compiling simd-adler32 v0.3.9
4802026-04-10T04:02:55.878Z Compiling miniz_oxide v0.8.9
4812026-04-10T04:02:56.063Z Compiling num-traits v0.2.19
4822026-04-10T04:02:56.282Z Compiling zerocopy v0.8.48
4832026-04-10T04:02:56.402Z Compiling target-lexicon v0.13.3
4842026-04-10T04:02:56.552Z Compiling getrandom v0.3.4
4852026-04-10T04:02:56.652Z Compiling object v0.37.3
4862026-04-10T04:02:56.928Z Compiling http-body v1.0.1
4872026-04-10T04:02:56.982Z Compiling rustls-pki-types v1.14.0
4882026-04-10T04:02:57.057Z Compiling semver v1.0.28
4892026-04-10T04:02:57.083Z Compiling getrandom v0.2.17
4902026-04-10T04:02:57.117Z Compiling fnv v1.0.7
4912026-04-10T04:02:57.225Z Compiling httparse v1.10.1
4922026-04-10T04:02:57.273Z Compiling signal-hook v0.3.18
4932026-04-10T04:02:57.289Z Compiling typenum v1.19.0
4942026-04-10T04:02:57.313Z Compiling serde_derive v1.0.228
4952026-04-10T04:02:57.438Z Compiling tokio-macros v2.7.0
4962026-04-10T04:02:57.481Z Compiling futures-macro v0.3.32
4972026-04-10T04:02:57.559Z Compiling tracing-attributes v0.1.31
4982026-04-10T04:02:57.632Z Compiling untrusted v0.9.0
4992026-04-10T04:02:57.720Z Compiling owo-colors v4.3.0
5002026-04-10T04:02:57.766Z Compiling gimli v0.32.3
5012026-04-10T04:02:57.830Z Compiling guppy-workspace-hack v0.1.0
5022026-04-10T04:02:58.034Z Compiling thiserror v2.0.18
5032026-04-10T04:02:58.183Z Compiling thiserror-impl v2.0.18
5042026-04-10T04:02:58.227Z Compiling tokio v1.51.1
5052026-04-10T04:02:58.292Z Compiling futures-util v0.3.32
5062026-04-10T04:02:58.781Z Compiling tracing v0.1.44
5072026-04-10T04:02:59.941Z Compiling addr2line v0.25.1
5082026-04-10T04:03:00.426Z Compiling form_urlencoded v1.2.2
5092026-04-10T04:03:00.547Z Compiling generic-array v0.14.7
5102026-04-10T04:03:00.571Z Compiling tower-service v0.3.3
5112026-04-10T04:03:00.668Z Compiling rustc-demangle v0.1.27
5122026-04-10T04:03:00.686Z Compiling thiserror v1.0.69
5132026-04-10T04:03:00.770Z Compiling typeid v1.0.3
5142026-04-10T04:03:00.909Z Compiling atomic-waker v1.1.2
5152026-04-10T04:03:00.981Z Compiling try-lock v0.2.5
5162026-04-10T04:03:01.041Z Compiling fastrand v2.4.1
5172026-04-10T04:03:01.052Z Compiling idna_adapter v1.0.0
5182026-04-10T04:03:01.095Z Compiling rustls v0.23.37
5192026-04-10T04:03:01.151Z Compiling utf8_iter v1.0.4
5202026-04-10T04:03:01.301Z Compiling target-spec v3.6.0
5212026-04-10T04:03:01.317Z Compiling pkg-config v0.3.32
5222026-04-10T04:03:01.369Z Compiling idna v1.1.0
5232026-04-10T04:03:01.589Z Compiling tempfile v3.27.0
5242026-04-10T04:03:01.657Z Compiling want v0.3.1
5252026-04-10T04:03:01.760Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5262026-04-10T04:03:01.889Z Compiling backtrace v0.3.76
5272026-04-10T04:03:02.166Z Compiling tokio-util v0.7.18
5282026-04-10T04:03:02.450Z Compiling cfg-expr v0.20.7
5292026-04-10T04:03:02.959Z Compiling h2 v0.4.13
5302026-04-10T04:03:03.256Z Compiling thiserror-impl v1.0.69
5312026-04-10T04:03:03.408Z Compiling terminal_size v0.4.4
5322026-04-10T04:03:03.552Z Compiling aho-corasick v1.1.4
5332026-04-10T04:03:03.600Z Compiling erased-serde v0.4.10
5342026-04-10T04:03:03.842Z Compiling subtle v2.6.1
5352026-04-10T04:03:03.990Z Compiling winnow v0.7.15
5362026-04-10T04:03:04.002Z Compiling regex-syntax v0.8.10
5372026-04-10T04:03:05.854Z Compiling rustls-webpki v0.103.10
5382026-04-10T04:03:08.398Z Compiling regex-automata v0.4.14
5392026-04-10T04:03:08.546Z Compiling hyper v1.9.0
5402026-04-10T04:03:09.016Z Compiling url v2.5.8
5412026-04-10T04:03:09.042Z Compiling toml_datetime v0.6.11
5422026-04-10T04:03:09.420Z Compiling serde_spanned v0.6.9
5432026-04-10T04:03:09.581Z Compiling ahash v0.8.12
5442026-04-10T04:03:09.833Z Compiling sync_wrapper v1.0.2
5452026-04-10T04:03:09.952Z Compiling tower-layer v0.3.3
5462026-04-10T04:03:10.159Z Compiling foldhash v0.1.5
5472026-04-10T04:03:10.375Z Compiling unicode-segmentation v1.13.2
5482026-04-10T04:03:10.777Z Compiling is_ci v1.2.0
5492026-04-10T04:03:10.955Z Compiling nextest-workspace-hack v0.1.0
5502026-04-10T04:03:11.149Z Compiling portable-atomic v1.13.1
5512026-04-10T04:03:11.173Z Compiling unicode-linebreak v0.1.5
5522026-04-10T04:03:11.267Z Compiling parking_lot_core v0.9.12
5532026-04-10T04:03:11.430Z Compiling base64 v0.22.1
5542026-04-10T04:03:11.444Z Compiling crc32fast v1.5.0
5552026-04-10T04:03:11.532Z Compiling ipnet v2.12.0
5562026-04-10T04:03:11.595Z Compiling lazy_static v1.5.0
5572026-04-10T04:03:11.702Z Compiling either v1.15.0
5582026-04-10T04:03:11.758Z Compiling toml_write v0.1.2
5592026-04-10T04:03:11.917Z Compiling toml_edit v0.22.27
5602026-04-10T04:03:11.929Z Compiling hyper-util v0.1.20
5612026-04-10T04:03:12.007Z Compiling sharded-slab v0.1.7
5622026-04-10T04:03:12.236Z Compiling textwrap v0.16.2
5632026-04-10T04:03:12.643Z Compiling supports-color v3.0.2
5642026-04-10T04:03:12.746Z Compiling convert_case v0.10.0
5652026-04-10T04:03:12.867Z Compiling hashbrown v0.15.5
5662026-04-10T04:03:13.000Z Compiling tower v0.5.3
5672026-04-10T04:03:13.520Z Compiling tokio-rustls v0.26.4
5682026-04-10T04:03:13.629Z Compiling backtrace-ext v0.2.1
5692026-04-10T04:03:13.799Z Compiling ordered-float v2.10.1
5702026-04-10T04:03:13.885Z Compiling webpki-roots v1.0.6
5712026-04-10T04:03:14.007Z Compiling miette-derive v7.6.0
5722026-04-10T04:03:14.126Z Compiling pathdiff v0.2.3
5732026-04-10T04:03:14.171Z Compiling console v0.15.11
5742026-04-10T04:03:14.248Z Compiling tracing-log v0.2.0
5752026-04-10T04:03:14.555Z Compiling cargo-platform v0.3.2
5762026-04-10T04:03:14.605Z Compiling os_pipe v1.2.3
5772026-04-10T04:03:14.775Z Compiling thread_local v1.1.9
5782026-04-10T04:03:15.101Z Compiling zstd-safe v7.2.4
5792026-04-10T04:03:15.112Z Compiling debug-ignore v1.0.5
5802026-04-10T04:03:15.150Z Compiling supports-hyperlinks v3.2.0
5812026-04-10T04:03:15.219Z Compiling rustix v0.38.44
5822026-04-10T04:03:15.326Z Compiling fixedbitset v0.5.7
5832026-04-10T04:03:15.365Z Compiling supports-unicode v3.0.0
5842026-04-10T04:03:15.489Z Compiling cfg_aliases v0.2.1
5852026-04-10T04:03:15.538Z Compiling scopeguard v1.2.0
5862026-04-10T04:03:15.559Z Compiling ryu v1.0.23
5872026-04-10T04:03:15.563Z Compiling iri-string v0.7.12
5882026-04-10T04:03:15.640Z Compiling winnow v1.0.1
5892026-04-10T04:03:15.836Z Compiling utf8parse v0.2.2
5902026-04-10T04:03:15.848Z Compiling pulldown-cmark v0.13.3
5912026-04-10T04:03:16.064Z Compiling unicode-width v0.1.14
5922026-04-10T04:03:16.319Z Compiling miette v7.6.0
5932026-04-10T04:03:16.385Z Compiling anstyle-parse v1.0.0
5942026-04-10T04:03:16.598Z Compiling serde_urlencoded v0.7.1
5952026-04-10T04:03:16.899Z Compiling toml_parser v1.1.2+spec-1.1.0
5962026-04-10T04:03:17.038Z Compiling tower-http v0.6.8
5972026-04-10T04:03:18.004Z Compiling lock_api v0.4.14
5982026-04-10T04:03:18.248Z Compiling nix v0.30.1
5992026-04-10T04:03:18.253Z Compiling petgraph v0.8.3
6002026-04-10T04:03:18.271Z Compiling tracing-subscriber v0.3.23
6012026-04-10T04:03:18.635Z Compiling cargo_metadata v0.23.1
6022026-04-10T04:03:19.621Z Compiling sigchld v0.2.4
6032026-04-10T04:03:19.816Z Compiling serde-value v0.7.0
6042026-04-10T04:03:20.145Z Compiling serde-untagged v0.1.9
6052026-04-10T04:03:20.469Z Compiling hyper-rustls v0.27.7
6062026-04-10T04:03:20.525Z Compiling toml v0.8.23
6072026-04-10T04:03:20.774Z Compiling derive_more-impl v2.1.1
6082026-04-10T04:03:21.601Z Compiling itertools v0.14.0
6092026-04-10T04:03:21.613Z Compiling regex v1.12.3
6102026-04-10T04:03:21.807Z Compiling crypto-common v0.1.7
6112026-04-10T04:03:21.943Z Compiling block-buffer v0.10.4
6122026-04-10T04:03:21.984Z Compiling ppv-lite86 v0.2.21
6132026-04-10T04:03:22.093Z Compiling futures-executor v0.3.32
6142026-04-10T04:03:22.315Z Compiling rand_core v0.9.5
6152026-04-10T04:03:22.573Z Compiling pin-project-internal v1.1.11
6162026-04-10T04:03:22.634Z Compiling http-body-util v0.1.3
6172026-04-10T04:03:22.929Z Compiling uuid v1.23.0
6182026-04-10T04:03:23.032Z Compiling toml_datetime v1.1.1+spec-1.1.0
6192026-04-10T04:03:23.089Z Compiling serde_spanned v1.1.1
6202026-04-10T04:03:23.259Z Compiling smol_str v0.3.6
6212026-04-10T04:03:23.425Z Compiling filetime v0.2.27
6222026-04-10T04:03:23.447Z Compiling vte v0.14.1
6232026-04-10T04:03:23.461Z Compiling bstr v1.12.1
6242026-04-10T04:03:23.598Z Compiling number_prefix v0.4.0
6252026-04-10T04:03:23.627Z Compiling xattr v1.6.1
6262026-04-10T04:03:23.627Z Compiling tinyvec_macros v0.1.1
6272026-04-10T04:03:23.662Z Compiling static_assertions v1.1.0
6282026-04-10T04:03:23.704Z Compiling is_terminal_polyfill v1.70.2
6292026-04-10T04:03:23.734Z Compiling anstyle v1.0.14
6302026-04-10T04:03:23.749Z Compiling color-spantrace v0.3.0
6312026-04-10T04:03:23.796Z Compiling eyre v0.6.12
6322026-04-10T04:03:23.809Z Compiling iana-time-zone v0.1.65
6332026-04-10T04:03:23.990Z Compiling nested v0.1.1
6342026-04-10T04:03:24.037Z Compiling anstyle-query v1.1.5
6352026-04-10T04:03:24.087Z Compiling unicase v2.9.0
6362026-04-10T04:03:24.128Z Compiling unicode-xid v0.2.6
6372026-04-10T04:03:24.141Z Compiling colorchoice v1.0.5
6382026-04-10T04:03:24.145Z Compiling self_update v0.42.0
6392026-04-10T04:03:24.181Z Compiling litrs v1.0.0
6402026-04-10T04:03:24.270Z Compiling anstream v1.0.0
6412026-04-10T04:03:24.274Z Compiling cargo-util-schemas v0.2.0
6422026-04-10T04:03:24.386Z Compiling guppy v0.17.25
6432026-04-10T04:03:24.626Z Compiling document-features v0.2.12
6442026-04-10T04:03:24.750Z Compiling chrono v0.4.44
6452026-04-10T04:03:24.763Z Compiling globset v0.4.18
6462026-04-10T04:03:25.177Z Compiling tar v0.4.45
6472026-04-10T04:03:25.561Z Compiling indicatif v0.17.11
6482026-04-10T04:03:25.814Z Compiling tinyvec v1.11.0
6492026-04-10T04:03:26.240Z Compiling pin-project v1.1.11
6502026-04-10T04:03:26.343Z Compiling strip-ansi-escapes v0.2.1
6512026-04-10T04:03:26.714Z Compiling nextest-metadata v0.12.2
6522026-04-10T04:03:26.858Z Compiling toml v1.1.2+spec-1.1.0
6532026-04-10T04:03:27.779Z Compiling newtype-uuid v1.3.2
6542026-04-10T04:03:27.976Z Compiling reqwest v0.12.28
6552026-04-10T04:03:27.989Z Compiling rand_chacha v0.9.0
6562026-04-10T04:03:28.105Z Compiling futures v0.3.32
6572026-04-10T04:03:28.190Z Compiling digest v0.10.7
6582026-04-10T04:03:28.417Z Compiling flate2 v1.1.9
6592026-04-10T04:03:28.538Z Compiling derive_more v2.1.1
6602026-04-10T04:03:28.623Z Compiling parking_lot v0.12.5
6612026-04-10T04:03:28.718Z Compiling shared_child v1.1.1
6622026-04-10T04:03:28.963Z Compiling tracing-error v0.2.1
6632026-04-10T04:03:29.527Z Compiling signal-hook-mio v0.2.5
6642026-04-10T04:03:29.543Z Compiling self-replace v1.5.0
6652026-04-10T04:03:29.659Z Compiling cargo-platform v0.2.0
6662026-04-10T04:03:29.828Z Compiling quick-xml v0.38.4
6672026-04-10T04:03:30.074Z Compiling quick-xml v0.37.5
6682026-04-10T04:03:30.216Z Compiling urlencoding v2.1.3
6692026-04-10T04:03:30.334Z Compiling humantime v2.3.0
6702026-04-10T04:03:30.464Z Compiling heck v0.5.0
6712026-04-10T04:03:30.664Z Compiling strsim v0.11.1
6722026-04-10T04:03:30.761Z Compiling recursion v0.5.4
6732026-04-10T04:03:31.121Z Compiling indenter v0.3.4
6742026-04-10T04:03:31.253Z Compiling cpufeatures v0.2.17
6752026-04-10T04:03:31.333Z Compiling shell-words v1.1.1
6762026-04-10T04:03:31.490Z Compiling clap_lex v1.1.0
6772026-04-10T04:03:31.590Z Compiling sha2 v0.10.9
6782026-04-10T04:03:31.712Z Compiling clap_builder v4.6.0
6792026-04-10T04:03:31.857Z Compiling clap_derive v4.6.0
6802026-04-10T04:03:31.868Z Compiling nextest-filtering v0.15.0
6812026-04-10T04:03:32.784Z Compiling humantime-serde v1.1.1
6822026-04-10T04:03:32.955Z Compiling quick-junit v0.5.2
6832026-04-10T04:03:33.598Z Compiling cargo_metadata v0.20.0
6842026-04-10T04:03:35.808Z Compiling atomicwrites v0.4.4
6852026-04-10T04:03:36.092Z Compiling crossterm v0.29.0
6862026-04-10T04:03:36.105Z Compiling cargo-nextest v0.9.97
6872026-04-10T04:03:37.484Z Compiling zstd v0.13.3
6882026-04-10T04:03:37.709Z Compiling duct v0.13.7
6892026-04-10T04:03:37.905Z Compiling rand v0.9.2
6902026-04-10T04:03:38.080Z Compiling async-scoped v0.9.0
6912026-04-10T04:03:38.279Z Compiling config v0.15.22
6922026-04-10T04:03:38.667Z Compiling unicode-normalization v0.1.25
6932026-04-10T04:03:38.694Z Compiling target-spec-miette v0.4.6
6942026-04-10T04:03:38.750Z Compiling future-queue v0.4.0
6952026-04-10T04:03:39.032Z Compiling mukti-metadata v0.3.0
6962026-04-10T04:03:39.101Z Compiling tokio-stream v0.1.18
6972026-04-10T04:03:39.246Z Compiling camino-tempfile v1.4.1
6982026-04-10T04:03:39.272Z Compiling derive-where v1.6.1
6992026-04-10T04:03:39.484Z Compiling serde_ignored v0.1.14
7002026-04-10T04:03:39.524Z Compiling serde_path_to_error v0.1.20
7012026-04-10T04:03:39.624Z Compiling home v0.5.12
7022026-04-10T04:03:39.682Z Compiling xxhash-rust v0.8.15
7032026-04-10T04:03:39.790Z Compiling swrite v0.1.0
7042026-04-10T04:03:39.832Z Compiling indent_write v2.2.0
7052026-04-10T04:03:39.860Z Compiling hex v0.4.3
7062026-04-10T04:03:39.898Z Compiling color-eyre v0.6.5
7072026-04-10T04:03:39.979Z Compiling clap v4.6.0
7082026-04-10T04:03:40.004Z Compiling dialoguer v0.11.0
7092026-04-10T04:03:40.073Z Compiling enable-ansi-support v0.2.1
7102026-04-10T04:03:40.500Z Compiling nextest-runner v0.80.0
7112026-04-10T04:03:58.820Z Finished `release` profile [optimized] target(s) in 1m 11s
7122026-04-10T04:03:58.999Z Installing /home/build/.cargo/bin/cargo-nextest
7132026-04-10T04:03:59.004Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7142026-04-10T04:03:59.112Z+ source .github/buildomat/test-common.sh
7152026-04-10T04:03:59.116Z++ NEXTEST_VERSION=0.9.97
7162026-04-10T04:03:59.116Z++ PLATFORM=illumos
7172026-04-10T04:03:59.116Z++ banner install
7182026-04-10T04:03:59.116Z
7192026-04-10T04:03:59.116Z # # # #### ##### ## # #
7202026-04-10T04:03:59.116Z # ## # # # # # # #
7212026-04-10T04:03:59.116Z # # # # #### # # # # #
7222026-04-10T04:03:59.116Z # # # # # # ###### # #
7232026-04-10T04:03:59.116Z # # ## # # # # # # #
7242026-04-10T04:03:59.116Z # # # #### # # # ###### ######
7252026-04-10T04:03:59.116Z
7262026-04-10T04:03:59.116Z++ set +o errexit
7272026-04-10T04:03:59.117Z++ pkg info clang-15
7282026-04-10T04:03:59.121Z++ grep -qi installed
7292026-04-10T04:04:01.543Zpkg: info: no packages matching the following patterns you specified are
7302026-04-10T04:04:01.543Zinstalled on the system. Try querying remotely instead:
7312026-04-10T04:04:01.543Z
7322026-04-10T04:04:01.543Z clang-15
7332026-04-10T04:04:01.582Z++ [[ 1 != 0 ]]
7342026-04-10T04:04:01.582Z++ set -o errexit
7352026-04-10T04:04:01.585Z++ pfexec pkg install clang-15
7362026-04-10T04:04:08.663Z Startup: Refreshing catalog 'helios-dev' ... Done
7372026-04-10T04:04:15.890Z Startup: Caching catalogs ... Done
7382026-04-10T04:04:21.095ZPlanning: Solver setup ... Done
7392026-04-10T04:04:21.124ZPlanning: Running solver ... Done
7402026-04-10T04:04:21.257ZPlanning: Finding local manifests ... Done
7412026-04-10T04:04:21.270ZPlanning: Fetching manifests: 0/2 0% complete
7422026-04-10T04:04:21.359ZPlanning: Fetching manifests: 2/2 100% complete
7432026-04-10T04:04:21.389ZPlanning: Package planning ... Done
7442026-04-10T04:04:21.414ZPlanning: Merging actions ... Done
7452026-04-10T04:04:21.529ZPlanning: Checking for conflicting actions ... Done
7462026-04-10T04:04:21.534ZPlanning: Consolidating action changes ... Done
7472026-04-10T04:04:22.506ZPlanning: Evaluating mediators ... Done
7482026-04-10T04:04:22.511ZPlanning: Planning completed in 6.46 seconds
7492026-04-10T04:04:24.536Z Packages to install: 2
7502026-04-10T04:04:24.537Z Mediators to change: 2
7512026-04-10T04:04:24.537Z Services to change: 1
7522026-04-10T04:04:24.537Z Create boot environment: No
7532026-04-10T04:04:24.537ZCreate backup boot environment: No
7542026-04-10T04:04:24.593Z
7552026-04-10T04:04:24.593ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7562026-04-10T04:04:29.594ZDownload: 2795/3076 items 119.8/211.3MB 56% complete (24.2M/s)
7572026-04-10T04:04:31.362ZDownload: Completed 211.31 MB in 6.77 seconds (31.2M/s)
7582026-04-10T04:04:31.665Z Actions: 1/3418 actions (Installing new actions)
7592026-04-10T04:04:35.808Z Actions: Completed 3418 actions in 4.14 seconds.
7602026-04-10T04:04:36.132Z Done
7612026-04-10T04:04:36.132Z Done
7622026-04-10T04:04:36.848Z Done
7632026-04-10T04:04:40.028Z Done
7642026-04-10T04:04:40.109Z Done
7652026-04-10T04:04:40.114Z Done
7662026-04-10T04:04:40.240Z Done
7672026-04-10T04:04:40.909Z++ set -o errexit
7682026-04-10T04:04:40.909Z++ cargo --version
7692026-04-10T04:04:40.924Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
7702026-04-10T04:04:40.927Z++ rustc --version
7712026-04-10T04:04:40.946Zrustc 1.94.1 (e408947bf 2026-03-25)
7722026-04-10T04:04:40.950Z++ cargo install cargo-nextest --version 0.9.97
7732026-04-10T04:04:41.001Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7742026-04-10T04:04:41.005Z+ pushd rdb
7752026-04-10T04:04:41.005Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7762026-04-10T04:04:41.005Z+ PROPTEST_CASES=1000000
7772026-04-10T04:04:41.005Z+ cargo nextest run --lib proptest
7782026-04-10T04:04:41.172Z Updating git repository `https://github.com/oxidecomputer/falcon`
7792026-04-10T04:04:41.754ZFrom https://github.com/oxidecomputer/falcon
7802026-04-10T04:04:41.754Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7812026-04-10T04:04:41.831Z Updating crates.io index
7822026-04-10T04:04:41.835Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-04-10T04:04:42.554ZFrom https://github.com/oxidecomputer/dendrite
7842026-04-10T04:04:42.554Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7852026-04-10T04:04:42.623Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-04-10T04:04:42.885ZFrom https://github.com/oxidecomputer/ispf
7872026-04-10T04:04:42.885Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7882026-04-10T04:04:42.947Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-04-10T04:04:43.262ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-04-10T04:04:43.262Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7912026-04-10T04:04:43.271Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-04-10T04:04:50.965ZFrom https://github.com/oxidecomputer/omicron
7932026-04-10T04:04:50.965Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7942026-04-10T04:04:51.362Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-04-10T04:04:51.975ZFrom https://github.com/oxidecomputer/opte
7962026-04-10T04:04:51.976Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
7972026-04-10T04:04:52.146Z Updating git repository `https://github.com/illumos/smf-rs`
7982026-04-10T04:04:52.423ZFrom https://github.com/illumos/smf-rs
7992026-04-10T04:04:52.423Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8002026-04-10T04:04:52.431Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-04-10T04:04:52.701ZFrom https://github.com/oxidecomputer/network-interface
8022026-04-10T04:04:52.701Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-04-10T04:04:52.818Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-04-10T04:04:53.077ZFrom https://github.com/oxidecomputer/zone
8052026-04-10T04:04:53.077Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-04-10T04:04:53.101Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-04-10T04:04:54.305ZFrom https://github.com/oxidecomputer/propolis
8082026-04-10T04:04:54.306Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8092026-04-10T04:04:54.382Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8102026-04-10T04:04:55.109ZFrom https://github.com/oxidecomputer/transceiver-control
8112026-04-10T04:04:55.109Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8122026-04-10T04:04:55.197Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8132026-04-10T04:04:55.504ZFrom https://github.com/oxidecomputer/dlpi-sys
8142026-04-10T04:04:55.504Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8152026-04-10T04:04:55.522Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162026-04-10T04:04:55.798ZFrom https://github.com/jmesmon/rust-libzfs
8172026-04-10T04:04:55.798Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8182026-04-10T04:04:55.807Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192026-04-10T04:04:56.068ZFrom https://github.com/oxidecomputer/rusty-doors
8202026-04-10T04:04:56.068Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8212026-04-10T04:04:56.077Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-04-10T04:04:56.408ZFrom https://github.com/oxidecomputer/lldp
8232026-04-10T04:04:56.408Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8242026-04-10T04:04:56.486Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252026-04-10T04:04:56.730ZFrom https://github.com/oxidecomputer/slog-error-chain
8262026-04-10T04:04:56.730Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8272026-04-10T04:04:56.852Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-04-10T04:04:57.144ZFrom https://github.com/oxidecomputer/tufaceous
8292026-04-10T04:04:57.144Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8302026-04-10T04:04:57.178Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-04-10T04:04:57.643ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-04-10T04:04:57.643Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8332026-04-10T04:04:57.741Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-04-10T04:04:58.584ZFrom https://github.com/oxidecomputer/crucible
8352026-04-10T04:04:58.584Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-04-10T04:04:58.643Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-04-10T04:04:58.886ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-04-10T04:04:58.886Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-04-10T04:04:59.091Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-04-10T04:04:59.487ZFrom https://github.com/oxidecomputer/propolis
8412026-04-10T04:04:59.488Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8422026-04-10T04:04:59.837Z Updating git repository `https://github.com/oxidecomputer/tofino`
8432026-04-10T04:05:00.093ZFrom https://github.com/oxidecomputer/tofino
8442026-04-10T04:05:00.093Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8452026-04-10T04:05:00.100Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8462026-04-10T04:05:00.626ZFrom https://github.com/oxidecomputer/maghemite
8472026-04-10T04:05:00.626Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8482026-04-10T04:05:00.673Z Updating git repository `https://github.com/oxidecomputer/clickward`
8492026-04-10T04:05:00.936ZFrom https://github.com/oxidecomputer/clickward
8502026-04-10T04:05:00.936Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8512026-04-10T04:05:00.979Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8522026-04-10T04:05:01.239ZFrom https://github.com/oxidecomputer/illumos-devinfo
8532026-04-10T04:05:01.239Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8542026-04-10T04:05:01.430Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-04-10T04:05:01.770ZFrom https://github.com/oxidecomputer/crucible
8562026-04-10T04:05:01.770Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8572026-04-10T04:05:02.641Z Downloading crates ...
8582026-04-10T04:05:02.756Z Downloaded chacha20 v0.10.0
8592026-04-10T04:05:02.760Z Downloaded cancel-safe-futures v0.1.5
8602026-04-10T04:05:02.764Z Downloaded allocator-api2 v0.2.21
8612026-04-10T04:05:02.767Z Downloaded compression-codecs v0.4.37
8622026-04-10T04:05:02.771Z Downloaded aead v0.5.2
8632026-04-10T04:05:02.775Z Downloaded ciborium v0.2.2
8642026-04-10T04:05:02.780Z Downloaded chacha20poly1305 v0.10.1
8652026-04-10T04:05:02.784Z Downloaded cmake v0.1.58
8662026-04-10T04:05:02.784Z Downloaded defmt-parser v1.0.0
8672026-04-10T04:05:02.788Z Downloaded gethostname v0.5.0
8682026-04-10T04:05:02.788Z Downloaded float-ord v0.3.2
8692026-04-10T04:05:02.788Z Downloaded colored v3.1.1
8702026-04-10T04:05:02.792Z Downloaded num-derive v0.3.3
8712026-04-10T04:05:02.792Z Downloaded darling_macro v0.23.0
8722026-04-10T04:05:02.796Z Downloaded ciborium-io v0.2.2
8732026-04-10T04:05:02.796Z Downloaded csv-core v0.1.13
8742026-04-10T04:05:02.800Z Downloaded icu_collections v2.1.1
8752026-04-10T04:05:02.815Z Downloaded moka v0.12.15
8762026-04-10T04:05:02.820Z Downloaded is-terminal v0.4.17
8772026-04-10T04:05:02.824Z Downloaded crossbeam-epoch v0.9.18
8782026-04-10T04:05:02.828Z Downloaded cstr-argument v0.1.2
8792026-04-10T04:05:02.832Z Downloaded dyn-clone v1.0.20
8802026-04-10T04:05:02.832Z Downloaded embedded-io v0.4.0
8812026-04-10T04:05:02.836Z Downloaded dunce v1.0.5
8822026-04-10T04:05:02.836Z Downloaded cpufeatures v0.3.0
8832026-04-10T04:05:02.839Z Downloaded convert_case v0.4.0
8842026-04-10T04:05:02.839Z Downloaded bit-set v0.8.0
8852026-04-10T04:05:02.849Z Downloaded cobs v0.3.0
8862026-04-10T04:05:02.853Z Downloaded cipher v0.4.4
8872026-04-10T04:05:02.857Z Downloaded ciborium-ll v0.2.2
8882026-04-10T04:05:02.861Z Downloaded defmt v0.3.100
8892026-04-10T04:05:02.865Z Downloaded crucible-workspace-hack v0.1.0
8902026-04-10T04:05:02.868Z Downloaded dropshot-api-manager-types v0.7.0
8912026-04-10T04:05:02.872Z Downloaded async-stream-impl v0.3.6
8922026-04-10T04:05:02.872Z Downloaded oxnet v0.1.4
8932026-04-10T04:05:02.876Z Downloaded crossbeam-deque v0.8.6
8942026-04-10T04:05:02.879Z Downloaded defmt-macros v1.0.1
8952026-04-10T04:05:02.879Z Downloaded compression-core v0.4.31
8962026-04-10T04:05:02.883Z Downloaded embedded-io v0.6.1
8972026-04-10T04:05:02.888Z Downloaded darling_macro v0.21.3
8982026-04-10T04:05:02.888Z Downloaded const-random v0.1.18
8992026-04-10T04:05:02.895Z Downloaded omicron-workspace-hack v0.1.0
9002026-04-10T04:05:02.898Z Downloaded dof v0.4.0
9012026-04-10T04:05:02.898Z Downloaded dof v0.3.0
9022026-04-10T04:05:02.898Z Downloaded crunchy v0.2.4
9032026-04-10T04:05:02.902Z Downloaded dtrace-parser v0.3.0
9042026-04-10T04:05:02.905Z Downloaded crc8 v0.1.1
9052026-04-10T04:05:02.905Z Downloaded arrayref v0.3.9
9062026-04-10T04:05:02.909Z Downloaded const-random-macro v0.1.16
9072026-04-10T04:05:02.913Z Downloaded base16ct v1.0.0
9082026-04-10T04:05:02.916Z Downloaded olpc-cjson v0.1.4
9092026-04-10T04:05:02.916Z Downloaded base16ct v0.2.0
9102026-04-10T04:05:02.920Z Downloaded async-stream v0.3.6
9112026-04-10T04:05:02.920Z Downloaded async-recursion v1.1.1
9122026-04-10T04:05:02.924Z Downloaded parse-display v0.10.0
9132026-04-10T04:05:02.924Z Downloaded dtrace-parser v0.2.0
9142026-04-10T04:05:02.924Z Downloaded deranged v0.5.8
9152026-04-10T04:05:02.927Z Downloaded expectorate v1.2.0
9162026-04-10T04:05:02.931Z Downloaded fxhash v0.2.1
9172026-04-10T04:05:02.931Z Downloaded daft-derive v0.1.5
9182026-04-10T04:05:02.934Z Downloaded heapless v0.8.0
9192026-04-10T04:05:02.938Z Downloaded displaydoc v0.2.5
9202026-04-10T04:05:02.938Z Downloaded newtype_derive v0.1.6
9212026-04-10T04:05:02.942Z Downloaded bytecount v0.6.9
9222026-04-10T04:05:02.942Z Downloaded cookie v0.18.1
9232026-04-10T04:05:02.945Z Downloaded data-encoding v2.10.0
9242026-04-10T04:05:02.945Z Downloaded num_enum_derive v0.5.11
9252026-04-10T04:05:02.945Z Downloaded natord v1.0.9
9262026-04-10T04:05:02.949Z Downloaded memoffset v0.9.1
9272026-04-10T04:05:02.949Z Downloaded libscf-sys v1.1.0
9282026-04-10T04:05:02.949Z Downloaded ingot-macros v0.1.1
9292026-04-10T04:05:02.953Z Downloaded critical-section v1.2.0
9302026-04-10T04:05:02.953Z Downloaded enum-as-inner v0.6.1
9312026-04-10T04:05:02.953Z Downloaded idna_adapter v1.2.1
9322026-04-10T04:05:02.957Z Downloaded ipnetwork v0.21.1
9332026-04-10T04:05:02.957Z Downloaded heck v0.4.1
9342026-04-10T04:05:02.958Z Downloaded num_threads v0.1.7
9352026-04-10T04:05:02.962Z Downloaded indexmap v1.9.3
9362026-04-10T04:05:02.962Z Downloaded phf_shared v0.12.1
9372026-04-10T04:05:02.962Z Downloaded bcs v0.1.6
9382026-04-10T04:05:02.966Z Downloaded num-iter v0.1.45
9392026-04-10T04:05:02.966Z Downloaded match_cfg v0.1.0
9402026-04-10T04:05:02.966Z Downloaded ident_case v1.0.1
9412026-04-10T04:05:02.966Z Downloaded async-trait v0.1.89
9422026-04-10T04:05:02.970Z Downloaded memmap v0.7.0
9432026-04-10T04:05:02.970Z Downloaded macaddr v1.0.1
9442026-04-10T04:05:02.973Z Downloaded icu_provider v2.1.1
9452026-04-10T04:05:02.973Z Downloaded argon2 v0.5.3
9462026-04-10T04:05:02.977Z Downloaded foldhash v0.2.0
9472026-04-10T04:05:02.977Z Downloaded opaque-debug v0.3.1
9482026-04-10T04:05:02.977Z Downloaded defmt v1.0.1
9492026-04-10T04:05:02.980Z Downloaded num-complex v0.4.6
9502026-04-10T04:05:02.981Z Downloaded drift v0.1.3
9512026-04-10T04:05:02.984Z Downloaded potential_utf v0.1.4
9522026-04-10T04:05:02.988Z Downloaded plain v0.2.3
9532026-04-10T04:05:02.988Z Downloaded crossbeam-utils v0.8.21
9542026-04-10T04:05:02.988Z Downloaded console v0.16.3
9552026-04-10T04:05:02.992Z Downloaded chacha20 v0.9.1
9562026-04-10T04:05:02.992Z Downloaded diff v0.1.13
9572026-04-10T04:05:02.998Z Downloaded darling v0.23.0
9582026-04-10T04:05:02.998Z Downloaded powerfmt v0.2.0
9592026-04-10T04:05:03.002Z Downloaded dropshot_endpoint v0.16.7
9602026-04-10T04:05:03.002Z Downloaded num_enum v0.7.6
9612026-04-10T04:05:03.006Z Downloaded rustls-native-certs v0.8.3
9622026-04-10T04:05:03.006Z Downloaded parse-display-derive v0.10.0
9632026-04-10T04:05:03.006Z Downloaded hash32 v0.3.1
9642026-04-10T04:05:03.010Z Downloaded proc-macro-crate v3.5.0
9652026-04-10T04:05:03.010Z Downloaded blake2 v0.10.6
9662026-04-10T04:05:03.010Z Downloaded password-hash v0.5.0
9672026-04-10T04:05:03.013Z Downloaded pem v3.0.6
9682026-04-10T04:05:03.013Z Downloaded num_enum_derive v0.7.6
9692026-04-10T04:05:03.013Z Downloaded proc-macro-error-attr v1.0.4
9702026-04-10T04:05:03.018Z Downloaded nom v7.1.3
9712026-04-10T04:05:03.022Z Downloaded jiff-static v0.2.23
9722026-04-10T04:05:03.022Z Downloaded goblin v0.10.5
9732026-04-10T04:05:03.026Z Downloaded schemars v0.8.22
9742026-04-10T04:05:03.030Z Downloaded rustls-platform-verifier v0.6.2
9752026-04-10T04:05:03.035Z Downloaded scroll_derive v0.13.1
9762026-04-10T04:05:03.035Z Downloaded rayon-core v1.13.0
9772026-04-10T04:05:03.040Z Downloaded prettyplease v0.2.37
9782026-04-10T04:05:03.040Z Downloaded serde-big-array v0.5.1
9792026-04-10T04:05:03.040Z Downloaded scroll v0.12.0
9802026-04-10T04:05:03.044Z Downloaded progenitor-macro v0.13.0
9812026-04-10T04:05:03.044Z Downloaded darling v0.21.3
9822026-04-10T04:05:03.047Z Downloaded sha1 v0.10.6
9832026-04-10T04:05:03.048Z Downloaded const_format_proc_macros v0.2.34
9842026-04-10T04:05:03.048Z Downloaded anyhow v1.0.102
9852026-04-10T04:05:03.051Z Downloaded backon v1.6.0
9862026-04-10T04:05:03.055Z Downloaded rustversion v1.0.22
9872026-04-10T04:05:03.055Z Downloaded progenitor-macro v0.11.2
9882026-04-10T04:05:03.055Z Downloaded proc-macro-crate v1.3.1
9892026-04-10T04:05:03.058Z Downloaded cargo_toml v0.22.3
9902026-04-10T04:05:03.058Z Downloaded progenitor-client v0.11.2
9912026-04-10T04:05:03.058Z Downloaded proc-macro-error-attr2 v2.0.0
9922026-04-10T04:05:03.058Z Downloaded parking_lot_core v0.8.6
9932026-04-10T04:05:03.064Z Downloaded rand_xorshift v0.4.0
9942026-04-10T04:05:03.064Z Downloaded backoff v0.4.0
9952026-04-10T04:05:03.064Z Downloaded ref-cast-impl v1.0.25
9962026-04-10T04:05:03.068Z Downloaded rusty-fork v0.3.1
9972026-04-10T04:05:03.068Z Downloaded ref-cast v1.0.25
9982026-04-10T04:05:03.068Z Downloaded rustls v0.22.4
9992026-04-10T04:05:03.073Z Downloaded rustls-pemfile v2.2.0
10002026-04-10T04:05:03.076Z Downloaded poly1305 v0.8.0
10012026-04-10T04:05:03.076Z Downloaded rand_chacha v0.3.1
10022026-04-10T04:05:03.080Z Downloaded quick-error v1.2.3
10032026-04-10T04:05:03.080Z Downloaded progenitor v0.13.0
10042026-04-10T04:05:03.080Z Downloaded phf v0.12.1
10052026-04-10T04:05:03.080Z Downloaded const_format v0.2.35
10062026-04-10T04:05:03.084Z Downloaded progenitor-macro v0.10.0
10072026-04-10T04:05:03.084Z Downloaded proc-macro-error v1.0.4
10082026-04-10T04:05:03.087Z Downloaded pest_derive v2.8.6
10092026-04-10T04:05:03.087Z Downloaded derive-ex v0.1.8
10102026-04-10T04:05:03.091Z Downloaded byte-wrapper v0.1.0
10112026-04-10T04:05:03.091Z Downloaded no-std-compat v0.4.1
10122026-04-10T04:05:03.091Z Downloaded same-file v1.0.6
10132026-04-10T04:05:03.095Z Downloaded regress v0.10.5
10142026-04-10T04:05:03.099Z Downloaded slog-term v2.9.2
10152026-04-10T04:05:03.099Z Downloaded progenitor v0.11.2
10162026-04-10T04:05:03.103Z Downloaded snafu-derive v0.8.9
10172026-04-10T04:05:03.103Z Downloaded smf v0.2.3
10182026-04-10T04:05:03.103Z Downloaded smartstring v1.0.1
10192026-04-10T04:05:03.107Z Downloaded progenitor-client v0.10.0
10202026-04-10T04:05:03.107Z Downloaded serde_spanned v1.1.0
10212026-04-10T04:05:03.107Z Downloaded serde_repr v0.1.20
10222026-04-10T04:05:03.107Z Downloaded papergrid v0.17.0
10232026-04-10T04:05:03.111Z Downloaded proc-macro-error2 v2.0.1
10242026-04-10T04:05:03.114Z Downloaded progenitor-extras v0.1.1
10252026-04-10T04:05:03.114Z Downloaded sigpipe v0.1.3
10262026-04-10T04:05:03.114Z Downloaded progenitor-client v0.13.0
10272026-04-10T04:05:03.115Z Downloaded papergrid v0.11.0
10282026-04-10T04:05:03.119Z Downloaded libsw v3.5.0
10292026-04-10T04:05:03.119Z Downloaded num-derive v0.4.2
10302026-04-10T04:05:03.119Z Downloaded secrecy v0.10.3
10312026-04-10T04:05:03.123Z Downloaded rand_core v0.10.0
10322026-04-10T04:05:03.123Z Downloaded foreign-types-shared v0.3.1
10332026-04-10T04:05:03.123Z Downloaded half v2.7.1
10342026-04-10T04:05:03.123Z Downloaded byteorder v1.5.0
10352026-04-10T04:05:03.127Z Downloaded bitflags v1.3.2
10362026-04-10T04:05:03.127Z Downloaded keccak v0.1.6
10372026-04-10T04:05:03.130Z Downloaded fixedbitset v0.4.2
10382026-04-10T04:05:03.130Z Downloaded bit-vec v0.8.0
10392026-04-10T04:05:03.130Z Downloaded schemars_derive v0.8.22
10402026-04-10T04:05:03.130Z Downloaded arrayvec v0.7.6
10412026-04-10T04:05:03.134Z Downloaded fastrand v2.3.0
10422026-04-10T04:05:03.134Z Downloaded hubpack v0.1.2
10432026-04-10T04:05:03.134Z Downloaded darling_core v0.21.3
10442026-04-10T04:05:03.139Z Downloaded progenitor v0.10.0
10452026-04-10T04:05:03.139Z Downloaded postcard v1.1.3
10462026-04-10T04:05:03.143Z Downloaded tabled_derive v0.7.0
10472026-04-10T04:05:03.143Z Downloaded sdd v3.0.10
10482026-04-10T04:05:03.143Z Downloaded elliptic-curve v0.13.8
10492026-04-10T04:05:03.146Z Downloaded synstructure v0.13.2
10502026-04-10T04:05:03.146Z Downloaded derive_more v0.99.20
10512026-04-10T04:05:03.150Z Downloaded memmap2 v0.9.10
10522026-04-10T04:05:03.150Z Downloaded darling_core v0.23.0
10532026-04-10T04:05:03.154Z Downloaded strum_macros v0.27.2
10542026-04-10T04:05:03.154Z Downloaded strum_macros v0.26.4
10552026-04-10T04:05:03.158Z Downloaded tabled_derive v0.11.0
10562026-04-10T04:05:03.158Z Downloaded base64 v0.21.7
10572026-04-10T04:05:03.158Z Downloaded slog-envlogger v2.2.0
10582026-04-10T04:05:03.161Z Downloaded num-conv v0.2.1
10592026-04-10T04:05:03.161Z Downloaded structmeta-derive v0.3.0
10602026-04-10T04:05:03.161Z Downloaded num v0.4.3
10612026-04-10T04:05:03.161Z Downloaded hashbrown v0.12.3
10622026-04-10T04:05:03.165Z Downloaded hostname v0.4.2
10632026-04-10T04:05:03.165Z Downloaded omicron-zone-package v0.12.2
10642026-04-10T04:05:03.169Z Downloaded arc-swap v1.9.0
10652026-04-10T04:05:03.169Z Downloaded managed v0.8.0
10662026-04-10T04:05:03.173Z Downloaded libsw-core v0.3.2
10672026-04-10T04:05:03.173Z Downloaded serde_tokenstream v0.2.3
10682026-04-10T04:05:03.173Z Downloaded stable_deref_trait v1.2.1
10692026-04-10T04:05:03.173Z Downloaded resolv-conf v0.7.6
10702026-04-10T04:05:03.176Z Downloaded fs-err v3.3.0
10712026-04-10T04:05:03.176Z Downloaded thread-id v4.2.2
10722026-04-10T04:05:03.176Z Downloaded thiserror-impl-no-std v2.0.2
10732026-04-10T04:05:03.180Z Downloaded thread-id v5.1.0
10742026-04-10T04:05:03.180Z Downloaded smawk v0.3.2
10752026-04-10T04:05:03.180Z Downloaded serial_test v3.4.0
10762026-04-10T04:05:03.180Z Downloaded serde_plain v1.0.2
10772026-04-10T04:05:03.180Z Downloaded testing_table v0.3.0
10782026-04-10T04:05:03.184Z Downloaded instant v0.1.13
10792026-04-10T04:05:03.184Z Downloaded daft v0.1.5
10802026-04-10T04:05:03.184Z Downloaded constant_time_eq v0.4.2
10812026-04-10T04:05:03.184Z Downloaded term v1.2.1
10822026-04-10T04:05:03.187Z Downloaded ff v0.13.1
10832026-04-10T04:05:03.187Z Downloaded icu_properties v2.1.2
10842026-04-10T04:05:03.191Z Downloaded pest_generator v2.8.6
10852026-04-10T04:05:03.195Z Downloaded slog-bunyan v2.5.0
10862026-04-10T04:05:03.195Z Downloaded termtree v0.5.1
10872026-04-10T04:05:03.198Z Downloaded time-core v0.1.8
10882026-04-10T04:05:03.198Z Downloaded structmeta v0.3.0
10892026-04-10T04:05:03.203Z Downloaded highway v1.3.0
10902026-04-10T04:05:03.206Z Downloaded scroll v0.13.0
10912026-04-10T04:05:03.206Z Downloaded rustc_version v0.1.7
10922026-04-10T04:05:03.206Z Downloaded glob v0.3.3
10932026-04-10T04:05:03.210Z Downloaded ingot-types v0.1.2
10942026-04-10T04:05:03.210Z Downloaded icu_locale_core v2.1.1
10952026-04-10T04:05:03.214Z Downloaded topological-sort v0.2.2
10962026-04-10T04:05:03.214Z Downloaded serde_with_macros v3.18.0
10972026-04-10T04:05:03.214Z Downloaded crypto-bigint v0.5.5
10982026-04-10T04:05:03.217Z Downloaded usdt v0.6.0
10992026-04-10T04:05:03.222Z Downloaded unarray v0.1.4
11002026-04-10T04:05:03.222Z Downloaded slog-dtrace v0.3.0
11012026-04-10T04:05:03.222Z Downloaded take_mut v0.2.2
11022026-04-10T04:05:03.222Z Downloaded strum v0.26.3
11032026-04-10T04:05:03.222Z Downloaded slog-stdlog v4.1.1
11042026-04-10T04:05:03.222Z Downloaded typify-macro v0.4.3
11052026-04-10T04:05:03.222Z Downloaded serde_derive_internals v0.29.1
11062026-04-10T04:05:03.225Z Downloaded siphasher v1.0.2
11072026-04-10T04:05:03.226Z Downloaded crossbeam-channel v0.5.15
11082026-04-10T04:05:03.231Z Downloaded scc v2.4.0
11092026-04-10T04:05:03.237Z Downloaded usdt v0.5.0
11102026-04-10T04:05:03.242Z Downloaded untrusted v0.7.1
11112026-04-10T04:05:03.242Z Downloaded universal-hash v0.5.1
11122026-04-10T04:05:03.242Z Downloaded unit-prefix v0.5.2
11132026-04-10T04:05:03.242Z Downloaded tabwriter v1.4.1
11142026-04-10T04:05:03.242Z Downloaded usdt-attr-macro v0.5.0
11152026-04-10T04:05:03.242Z Downloaded tokio-tungstenite v0.21.0
11162026-04-10T04:05:03.246Z Downloaded minimal-lexical v0.2.1
11172026-04-10T04:05:03.246Z Downloaded tiny-keccak v2.0.2
11182026-04-10T04:05:03.249Z Downloaded pretty_assertions v1.4.1
11192026-04-10T04:05:03.250Z Downloaded pest_meta v2.8.6
11202026-04-10T04:05:03.250Z Downloaded parking_lot v0.11.2
11212026-04-10T04:05:03.254Z Downloaded slog-scope v4.4.1
11222026-04-10T04:05:03.254Z Downloaded linear-map v1.2.0
11232026-04-10T04:05:03.254Z Downloaded icu_normalizer_data v2.1.1
11242026-04-10T04:05:03.254Z Downloaded fs_extra v1.3.0
11252026-04-10T04:05:03.254Z Downloaded cc v1.2.58
11262026-04-10T04:05:03.258Z Downloaded zerofrom-derive v0.1.6
11272026-04-10T04:05:03.258Z Downloaded toml_parser v1.1.0+spec-1.1.0
11282026-04-10T04:05:03.268Z Downloaded spin v0.9.8
11292026-04-10T04:05:03.272Z Downloaded waitgroup v0.1.2
11302026-04-10T04:05:03.272Z Downloaded walkdir v2.5.0
11312026-04-10T04:05:03.272Z Downloaded tagptr v0.2.0
11322026-04-10T04:05:03.276Z Downloaded progenitor-impl v0.11.2
11332026-04-10T04:05:03.276Z Downloaded progenitor-impl v0.10.0
11342026-04-10T04:05:03.280Z Downloaded yoke v0.8.1
11352026-04-10T04:05:03.283Z Downloaded zerofrom v0.1.6
11362026-04-10T04:05:03.284Z Downloaded yoke-derive v0.8.1
11372026-04-10T04:05:03.288Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11382026-04-10T04:05:03.288Z Downloaded slog-json v2.6.1
11392026-04-10T04:05:03.298Z Downloaded itertools v0.12.1
11402026-04-10T04:05:03.302Z Downloaded thiserror-no-std v2.0.2
11412026-04-10T04:05:03.305Z Downloaded progenitor-impl v0.13.0
11422026-04-10T04:05:03.305Z Downloaded hashbrown v0.16.1
11432026-04-10T04:05:03.309Z Downloaded tungstenite v0.21.0
11442026-04-10T04:05:03.313Z Downloaded tokio-rustls v0.25.0
11452026-04-10T04:05:03.313Z Downloaded slog-async v2.8.0
11462026-04-10T04:05:03.317Z Downloaded indexmap v2.13.0
11472026-04-10T04:05:03.322Z Downloaded usdt-impl v0.6.0
11482026-04-10T04:05:03.322Z Downloaded async-compression v0.4.41
11492026-04-10T04:05:03.326Z Downloaded zerotrie v0.2.3
11502026-04-10T04:05:03.371Z Downloaded slog v2.8.2
11512026-04-10T04:05:03.371Z Downloaded utf-8 v0.7.6
11522026-04-10T04:05:03.371Z Downloaded tokio-dtrace v0.1.1
11532026-04-10T04:05:03.371Z Downloaded tinystr v0.8.2
11542026-04-10T04:05:03.375Z Downloaded usdt-attr-macro v0.6.0
11552026-04-10T04:05:03.375Z Downloaded typify-macro v0.6.1
11562026-04-10T04:05:03.375Z Downloaded yansi v1.0.1
11572026-04-10T04:05:03.375Z Downloaded nom v8.0.0
11582026-04-10T04:05:03.375Z Downloaded usdt-macro v0.5.0
11592026-04-10T04:05:03.375Z Downloaded goblin v0.8.2
11602026-04-10T04:05:03.375Z Downloaded zone_cfg_derive v0.3.1
11612026-04-10T04:05:03.375Z Downloaded foreign-types v0.5.0
11622026-04-10T04:05:03.375Z Downloaded usdt-impl v0.5.0
11632026-04-10T04:05:03.375Z Downloaded toml_edit v0.19.15
11642026-04-10T04:05:03.375Z Downloaded writeable v0.6.2
11652026-04-10T04:05:03.375Z Downloaded toml_writer v1.1.0+spec-1.1.0
11662026-04-10T04:05:03.375Z Downloaded thin-vec v0.2.14
11672026-04-10T04:05:03.375Z Downloaded serde_yaml v0.9.34+deprecated
11682026-04-10T04:05:03.375Z Downloaded inout v0.1.4
11692026-04-10T04:05:03.375Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11702026-04-10T04:05:03.375Z Downloaded similar v2.7.0
11712026-04-10T04:05:03.376Z Downloaded zone v0.3.1
11722026-04-10T04:05:03.376Z Downloaded dropshot-api-manager v0.7.0
11732026-04-10T04:05:03.376Z Downloaded xz2 v0.1.7
11742026-04-10T04:05:03.376Z Downloaded toml v0.7.8
11752026-04-10T04:05:03.376Z Downloaded toml v1.1.0+spec-1.1.0
11762026-04-10T04:05:03.376Z Downloaded schemars v0.9.0
11772026-04-10T04:05:03.380Z Downloaded zerovec-derive v0.11.2
11782026-04-10T04:05:03.380Z Downloaded winnow v0.5.40
11792026-04-10T04:05:03.384Z Downloaded zerocopy-derive v0.7.35
11802026-04-10T04:05:03.384Z Downloaded wait-timeout v0.2.1
11812026-04-10T04:05:03.388Z Downloaded linked-hash-map v0.5.6
11822026-04-10T04:05:03.388Z Downloaded qorb v0.4.1
11832026-04-10T04:05:03.391Z Downloaded ucd-trie v0.1.7
11842026-04-10T04:05:03.391Z Downloaded whoami v1.6.1
11852026-04-10T04:05:03.396Z Downloaded typify v0.4.3
11862026-04-10T04:05:03.400Z Downloaded litemap v0.8.1
11872026-04-10T04:05:03.404Z Downloaded test-strategy v0.4.5
11882026-04-10T04:05:03.410Z Downloaded snafu v0.8.9
11892026-04-10T04:05:03.414Z Downloaded schemars v1.2.1
11902026-04-10T04:05:03.422Z Downloaded typify v0.6.1
11912026-04-10T04:05:03.426Z Downloaded pest v2.8.6
11922026-04-10T04:05:03.429Z Downloaded newtype-uuid-macros v0.1.0
11932026-04-10T04:05:03.433Z Downloaded steno v0.4.1
11942026-04-10T04:05:03.437Z Downloaded git-stub v1.0.0
11952026-04-10T04:05:03.441Z Downloaded lru-cache v0.1.2
11962026-04-10T04:05:03.445Z Downloaded foreign-types-macros v0.2.3
11972026-04-10T04:05:03.450Z Downloaded oxide-tokio-rt v0.1.3
11982026-04-10T04:05:03.454Z Downloaded toml v0.9.12+spec-1.1.0
11992026-04-10T04:05:03.454Z Downloaded unsafe-libyaml v0.2.11
12002026-04-10T04:05:03.454Z Downloaded dropshot_endpoint v0.17.0
12012026-04-10T04:05:03.459Z Downloaded num-rational v0.4.2
12022026-04-10T04:05:03.459Z Downloaded erased-serde v0.3.31
12032026-04-10T04:05:03.463Z Downloaded pretty-hex v0.4.2
12042026-04-10T04:05:03.473Z Downloaded httpdate v1.0.3
12052026-04-10T04:05:03.480Z Downloaded git-stub-vcs v0.1.0
12062026-04-10T04:05:03.485Z Downloaded icu_normalizer v2.1.1
12072026-04-10T04:05:03.488Z Downloaded semver v0.1.20
12082026-04-10T04:05:03.488Z Downloaded newline-converter v0.3.0
12092026-04-10T04:05:03.488Z Downloaded internet-checksum v0.2.1
12102026-04-10T04:05:03.488Z Downloaded hostname v0.3.1
12112026-04-10T04:05:03.492Z Downloaded multer v3.1.0
12122026-04-10T04:05:03.496Z Downloaded ingot v0.1.1
12132026-04-10T04:05:03.503Z Downloaded serial_test_derive v3.4.0
12142026-04-10T04:05:03.503Z Downloaded hubpack_derive v0.1.1
12152026-04-10T04:05:03.503Z Downloaded hmac v0.12.1
12162026-04-10T04:05:03.508Z Downloaded rhai v1.24.0
12172026-04-10T04:05:03.514Z Downloaded usdt-macro v0.6.0
12182026-04-10T04:05:03.518Z Downloaded typed-path v0.9.3
12192026-04-10T04:05:03.518Z Downloaded scroll_derive v0.12.1
12202026-04-10T04:05:03.523Z Downloaded mime v0.3.17
12212026-04-10T04:05:03.523Z Downloaded group v0.13.0
12222026-04-10T04:05:03.523Z Downloaded paste v1.0.15
12232026-04-10T04:05:03.523Z Downloaded zeroize_derive v1.4.3
12242026-04-10T04:05:03.526Z Downloaded strum v0.27.2
12252026-04-10T04:05:03.526Z Downloaded zerocopy-derive v0.8.48
12262026-04-10T04:05:03.530Z Downloaded num_enum v0.5.11
12272026-04-10T04:05:03.534Z Downloaded num-integer v0.1.46
12282026-04-10T04:05:03.534Z Downloaded nix v0.31.2
12292026-04-10T04:05:03.538Z Downloaded hickory-proto v0.24.4
12302026-04-10T04:05:03.546Z Downloaded vsss-rs v3.3.4
12312026-04-10T04:05:03.550Z Downloaded rhai_codegen v3.1.0
12322026-04-10T04:05:03.554Z Downloaded time-macros v0.2.27
12332026-04-10T04:05:03.554Z Downloaded blake3 v1.8.4
12342026-04-10T04:05:03.558Z Downloaded indicatif v0.18.4
12352026-04-10T04:05:03.561Z Downloaded aws-lc-rs v1.16.2
12362026-04-10T04:05:03.566Z Downloaded reqwest v0.13.2
12372026-04-10T04:05:03.570Z Downloaded icu_properties_data v2.1.2
12382026-04-10T04:05:03.574Z Downloaded hickory-resolver v0.25.2
12392026-04-10T04:05:03.577Z Downloaded rayon v1.11.0
12402026-04-10T04:05:03.584Z Downloaded hickory-resolver v0.24.4
12412026-04-10T04:05:03.592Z Downloaded toml_edit v0.25.8+spec-1.1.0
12422026-04-10T04:05:03.596Z Downloaded rand v0.10.0
12432026-04-10T04:05:03.600Z Downloaded rand v0.8.5
12442026-04-10T04:05:03.600Z Downloaded serde_with v3.18.0
12452026-04-10T04:05:03.605Z Downloaded hickory-proto v0.25.2
12462026-04-10T04:05:03.614Z Downloaded zerovec v0.11.5
12472026-04-10T04:05:03.617Z Downloaded typify-impl v0.6.1
12482026-04-10T04:05:03.623Z Downloaded zerocopy v0.7.35
12492026-04-10T04:05:03.631Z Downloaded proptest v1.11.0
12502026-04-10T04:05:03.636Z Downloaded tough v0.20.0
12512026-04-10T04:05:03.640Z Downloaded hkdf v0.12.4
12522026-04-10T04:05:03.644Z Downloaded rustls-webpki v0.102.8
12532026-04-10T04:05:03.651Z Downloaded libm v0.2.16
12542026-04-10T04:05:03.656Z Downloaded iddqd v0.3.17
12552026-04-10T04:05:03.660Z Downloaded syn v1.0.109
12562026-04-10T04:05:03.665Z Downloaded time v0.3.47
12572026-04-10T04:05:03.672Z Downloaded tabled v0.20.0
12582026-04-10T04:05:03.680Z Downloaded tabled v0.15.0
12592026-04-10T04:05:03.688Z Downloaded spin v0.5.2
12602026-04-10T04:05:03.693Z Downloaded jiff v0.2.23
12612026-04-10T04:05:03.700Z Downloaded dropshot v0.16.7
12622026-04-10T04:05:03.712Z Downloaded smoltcp v0.11.0
12632026-04-10T04:05:03.718Z Downloaded lzma-sys v0.1.20
12642026-04-10T04:05:03.733Z Downloaded openapiv3 v2.2.0
12652026-04-10T04:05:03.738Z Downloaded typify-impl v0.4.3
12662026-04-10T04:05:03.745Z Downloaded dropshot v0.17.0
12672026-04-10T04:05:03.757Z Downloaded chrono-tz v0.10.4
12682026-04-10T04:05:03.790Z Downloaded sled v0.34.7
12692026-04-10T04:05:03.837Z Downloaded petgraph v0.6.5
12702026-04-10T04:05:03.904Z Downloaded sha3 v0.10.8
12712026-04-10T04:05:03.908Z Downloaded csv v1.4.0
12722026-04-10T04:05:03.965Z Downloaded encoding_rs v0.8.35
12732026-04-10T04:05:04.530Z Downloaded aws-lc-sys v0.39.1
12742026-04-10T04:05:05.425Z Compiling proc-macro2 v1.0.106
12752026-04-10T04:05:05.425Z Compiling quote v1.0.45
12762026-04-10T04:05:05.425Z Compiling unicode-ident v1.0.24
12772026-04-10T04:05:05.429Z Compiling serde_core v1.0.228
12782026-04-10T04:05:05.429Z Compiling cfg-if v1.0.4
12792026-04-10T04:05:05.429Z Compiling serde v1.0.228
12802026-04-10T04:05:05.429Z Compiling libc v0.2.184
12812026-04-10T04:05:05.429Z Compiling memchr v2.8.0
12822026-04-10T04:05:05.650Z Compiling itoa v1.0.18
12832026-04-10T04:05:05.847Z Compiling smallvec v1.15.1
12842026-04-10T04:05:05.857Z Compiling zmij v1.0.21
12852026-04-10T04:05:05.868Z Compiling serde_json v1.0.149
12862026-04-10T04:05:06.061Z Compiling autocfg v1.5.0
12872026-04-10T04:05:06.106Z Compiling libm v0.2.16
12882026-04-10T04:05:06.285Z Compiling version_check v0.9.5
12892026-04-10T04:05:06.391Z Compiling stable_deref_trait v1.2.1
12902026-04-10T04:05:06.425Z Compiling pin-project-lite v0.2.17
12912026-04-10T04:05:06.460Z Compiling writeable v0.6.2
12922026-04-10T04:05:06.470Z Compiling litemap v0.8.1
12932026-04-10T04:05:06.479Z Compiling percent-encoding v2.3.2
12942026-04-10T04:05:06.524Z Compiling icu_properties_data v2.1.2
12952026-04-10T04:05:06.651Z Compiling icu_normalizer_data v2.1.1
12962026-04-10T04:05:06.655Z Compiling iana-time-zone v0.1.65
12972026-04-10T04:05:06.673Z Compiling scopeguard v1.2.0
12982026-04-10T04:05:06.740Z Compiling syn v2.0.117
12992026-04-10T04:05:06.864Z Compiling equivalent v1.0.2
13002026-04-10T04:05:06.890Z Compiling parking_lot_core v0.9.12
13012026-04-10T04:05:06.917Z Compiling lock_api v0.4.14
13022026-04-10T04:05:06.945Z Compiling form_urlencoded v1.2.2
13032026-04-10T04:05:06.949Z Compiling foldhash v0.2.0
13042026-04-10T04:05:06.977Z Compiling utf8_iter v1.0.4
13052026-04-10T04:05:07.131Z Compiling allocator-api2 v0.2.21
13062026-04-10T04:05:07.143Z Compiling dyn-clone v1.0.20
13072026-04-10T04:05:07.147Z Compiling num-traits v0.2.19
13082026-04-10T04:05:07.178Z Compiling jobserver v0.1.34
13092026-04-10T04:05:07.201Z Compiling find-msvc-tools v0.1.9
13102026-04-10T04:05:07.281Z Compiling shlex v1.3.0
13112026-04-10T04:05:07.442Z Compiling hashbrown v0.16.1
13122026-04-10T04:05:07.455Z Compiling cc v1.2.58
13132026-04-10T04:05:07.467Z Compiling log v0.4.29
13142026-04-10T04:05:07.498Z Compiling errno v0.3.14
13152026-04-10T04:05:07.642Z Compiling semver v1.0.28
13162026-04-10T04:05:07.663Z Compiling getrandom v0.4.2
13172026-04-10T04:05:07.788Z Compiling futures-core v0.3.32
13182026-04-10T04:05:07.917Z Compiling rand_core v0.10.0
13192026-04-10T04:05:07.956Z Compiling thiserror v2.0.18
13202026-04-10T04:05:07.986Z Compiling indexmap v2.13.0
13212026-04-10T04:05:08.007Z Compiling zerocopy v0.8.48
13222026-04-10T04:05:08.156Z Compiling heck v0.5.0
13232026-04-10T04:05:08.249Z Compiling futures-sink v0.3.32
13242026-04-10T04:05:08.350Z Compiling fnv v1.0.7
13252026-04-10T04:05:08.416Z Compiling slab v0.4.12
13262026-04-10T04:05:08.427Z Compiling uuid v1.23.0
13272026-04-10T04:05:08.442Z Compiling futures-channel v0.3.32
13282026-04-10T04:05:08.482Z Compiling rustversion v1.0.22
13292026-04-10T04:05:08.588Z Compiling futures-task v0.3.32
13302026-04-10T04:05:08.608Z Compiling futures-io v0.3.32
13312026-04-10T04:05:08.659Z Compiling typenum v1.19.0
13322026-04-10T04:05:08.705Z Compiling schemars v0.8.22
13332026-04-10T04:05:08.765Z Compiling socket2 v0.6.3
13342026-04-10T04:05:08.776Z Compiling getrandom v0.2.17
13352026-04-10T04:05:08.833Z Compiling portable-atomic v1.13.1
13362026-04-10T04:05:08.950Z Compiling parking_lot v0.12.5
13372026-04-10T04:05:08.962Z Compiling signal-hook-registry v1.4.8
13382026-04-10T04:05:09.048Z Compiling mio v1.2.0
13392026-04-10T04:05:09.201Z Compiling bitflags v2.11.0
13402026-04-10T04:05:09.251Z Compiling critical-section v1.2.0
13412026-04-10T04:05:09.359Z Compiling subtle v2.6.1
13422026-04-10T04:05:09.359Z Compiling base64 v0.22.1
13432026-04-10T04:05:09.405Z Compiling byteorder v1.5.0
13442026-04-10T04:05:09.438Z Compiling untrusted v0.9.0
13452026-04-10T04:05:09.518Z Compiling synstructure v0.13.2
13462026-04-10T04:05:09.554Z Compiling serde_derive_internals v0.29.1
13472026-04-10T04:05:09.557Z Compiling rand_core v0.6.4
13482026-04-10T04:05:09.573Z Compiling cmake v0.1.58
13492026-04-10T04:05:09.625Z Compiling dunce v1.0.5
13502026-04-10T04:05:09.693Z Compiling fs_extra v1.3.0
13512026-04-10T04:05:09.716Z Compiling once_cell v1.21.4
13522026-04-10T04:05:09.778Z Compiling httparse v1.10.1
13532026-04-10T04:05:09.806Z Compiling atomic-waker v1.1.2
13542026-04-10T04:05:09.905Z Compiling ipnet v2.12.0
13552026-04-10T04:05:09.925Z Compiling rustix v1.1.4
13562026-04-10T04:05:09.936Z Compiling strsim v0.11.1
13572026-04-10T04:05:09.946Z Compiling aws-lc-sys v0.39.1
13582026-04-10T04:05:10.007Z Compiling regex-syntax v0.8.10
13592026-04-10T04:05:10.191Z Compiling slog v2.8.2
13602026-04-10T04:05:10.340Z Compiling generic-array v0.14.7
13612026-04-10T04:05:10.387Z Compiling tower-layer v0.3.3
13622026-04-10T04:05:10.412Z Compiling ucd-trie v0.1.7
13632026-04-10T04:05:10.487Z Compiling tower-service v0.3.3
13642026-04-10T04:05:10.510Z Compiling thiserror v1.0.69
13652026-04-10T04:05:10.570Z Compiling pest v2.8.6
13662026-04-10T04:05:10.598Z Compiling try-lock v0.2.5
13672026-04-10T04:05:10.704Z Compiling want v0.3.1
13682026-04-10T04:05:10.717Z Compiling ryu v1.0.23
13692026-04-10T04:05:10.751Z Compiling serde_derive v1.0.228
13702026-04-10T04:05:10.823Z Compiling zerofrom-derive v0.1.6
13712026-04-10T04:05:10.827Z Compiling yoke-derive v0.8.1
13722026-04-10T04:05:10.872Z Compiling zerovec-derive v0.11.2
13732026-04-10T04:05:10.887Z Compiling displaydoc v0.2.5
13742026-04-10T04:05:10.903Z Compiling tokio-macros v2.7.0
13752026-04-10T04:05:11.631Z Compiling schemars_derive v0.8.22
13762026-04-10T04:05:11.662Z Compiling thiserror-impl v2.0.18
13772026-04-10T04:05:11.848Z Compiling zerocopy-derive v0.8.48
13782026-04-10T04:05:11.860Z Compiling zeroize_derive v1.4.3
13792026-04-10T04:05:11.974Z Compiling futures-macro v0.3.32
13802026-04-10T04:05:12.047Z Compiling zerofrom v0.1.6
13812026-04-10T04:05:12.167Z Compiling yoke v0.8.1
13822026-04-10T04:05:12.347Z Compiling zerovec v0.11.5
13832026-04-10T04:05:12.521Z Compiling zerotrie v0.2.3
13842026-04-10T04:05:12.752Z Compiling zeroize v1.8.2
13852026-04-10T04:05:12.778Z Compiling tinystr v0.8.2
13862026-04-10T04:05:12.819Z Compiling potential_utf v0.1.4
13872026-04-10T04:05:12.819Z Compiling futures-util v0.3.32
13882026-04-10T04:05:12.950Z Compiling icu_locale_core v2.1.1
13892026-04-10T04:05:12.970Z Compiling icu_collections v2.1.1
13902026-04-10T04:05:12.982Z Compiling thiserror-impl v1.0.69
13912026-04-10T04:05:13.473Z Compiling pest_meta v2.8.6
13922026-04-10T04:05:13.638Z Compiling icu_provider v2.1.1
13932026-04-10T04:05:13.871Z Compiling bytes v1.11.1
13942026-04-10T04:05:13.933Z Compiling icu_properties v2.1.2
13952026-04-10T04:05:13.944Z Compiling icu_normalizer v2.1.1
13962026-04-10T04:05:14.123Z Compiling chrono v0.4.44
13972026-04-10T04:05:14.492Z Compiling tokio v1.51.1
13982026-04-10T04:05:14.522Z Compiling http v1.4.0
13992026-04-10T04:05:14.748Z Compiling idna_adapter v1.2.1
14002026-04-10T04:05:14.886Z Compiling idna v1.1.0
14012026-04-10T04:05:15.071Z Compiling serde_tokenstream v0.2.3
14022026-04-10T04:05:15.088Z Compiling erased-serde v0.3.31
14032026-04-10T04:05:15.416Z Compiling url v2.5.8
14042026-04-10T04:05:15.523Z Compiling http-body v1.0.1
14052026-04-10T04:05:15.696Z Compiling getrandom v0.3.4
14062026-04-10T04:05:15.740Z Compiling httpdate v1.0.3
14072026-04-10T04:05:15.765Z Compiling pest_generator v2.8.6
14082026-04-10T04:05:16.002Z Compiling pretty-hex v0.4.2
14092026-04-10T04:05:16.029Z Compiling plain v0.2.3
14102026-04-10T04:05:16.132Z Compiling ppv-lite86 v0.2.21
14112026-04-10T04:05:16.132Z Compiling paste v1.0.15
14122026-04-10T04:05:16.241Z Compiling crypto-common v0.1.7
14132026-04-10T04:05:16.295Z Compiling omicron-workspace-hack v0.1.0
14142026-04-10T04:05:16.368Z Compiling ident_case v1.0.1
14152026-04-10T04:05:16.387Z Compiling pest_derive v2.8.6
14162026-04-10T04:05:16.439Z Compiling tracing-attributes v0.1.31
14172026-04-10T04:05:16.483Z Compiling tracing-core v0.1.36
14182026-04-10T04:05:16.579Z Compiling http-body-util v0.1.3
14192026-04-10T04:05:16.817Z Compiling serde_urlencoded v0.7.1
14202026-04-10T04:05:16.916Z Compiling ipnetwork v0.21.1
14212026-04-10T04:05:16.944Z Compiling daft-derive v0.1.5
14222026-04-10T04:05:17.058Z Compiling sync_wrapper v1.0.2
14232026-04-10T04:05:17.077Z Compiling fastrand v2.3.0
14242026-04-10T04:05:17.162Z Compiling aho-corasick v1.1.4
14252026-04-10T04:05:17.339Z Compiling winnow v1.0.1
14262026-04-10T04:05:17.350Z Compiling rustls-pki-types v1.14.0
14272026-04-10T04:05:17.444Z Compiling async-trait v0.1.89
14282026-04-10T04:05:17.645Z Compiling tracing v0.1.44
14292026-04-10T04:05:17.664Z Compiling ring v0.17.14
14302026-04-10T04:05:17.874Z Compiling anyhow v1.0.102
14312026-04-10T04:05:18.038Z Compiling regex-automata v0.4.14
14322026-04-10T04:05:18.164Z Compiling time-core v0.1.8
14332026-04-10T04:05:18.181Z Compiling num-conv v0.2.1
14342026-04-10T04:05:18.308Z Compiling iri-string v0.7.12
14352026-04-10T04:05:18.322Z Compiling cpufeatures v0.2.17
14362026-04-10T04:05:18.388Z Compiling powerfmt v0.2.0
14372026-04-10T04:05:18.400Z Compiling time-macros v0.2.27
14382026-04-10T04:05:18.544Z Compiling deranged v0.5.8
14392026-04-10T04:05:18.767Z Compiling block-buffer v0.10.4
14402026-04-10T04:05:18.912Z Compiling scroll_derive v0.13.1
14412026-04-10T04:05:19.340Z Compiling hex v0.4.3
14422026-04-10T04:05:19.476Z Compiling num_threads v0.1.7
14432026-04-10T04:05:19.568Z Compiling digest v0.10.7
14442026-04-10T04:05:19.702Z Compiling regex v1.12.3
14452026-04-10T04:05:19.773Z Compiling scroll v0.13.0
14462026-04-10T04:05:20.033Z Compiling tokio-util v0.7.18
14472026-04-10T04:05:20.159Z Compiling oxnet v0.1.4
14482026-04-10T04:05:20.366Z Compiling camino v1.2.2
14492026-04-10T04:05:20.571Z Compiling goblin v0.10.5
14502026-04-10T04:05:20.727Z Compiling usdt-impl v0.6.0
14512026-04-10T04:05:20.845Z Compiling openssl-probe v0.2.1
14522026-04-10T04:05:21.030Z Compiling dtrace-parser v0.3.0
14532026-04-10T04:05:21.184Z Compiling crossbeam-utils v0.8.21
14542026-04-10T04:05:21.491Z Compiling h2 v0.4.13
14552026-04-10T04:05:21.784Z Compiling futures-executor v0.3.32
14562026-04-10T04:05:21.820Z Compiling openapiv3 v2.2.0
14572026-04-10T04:05:21.892Z Compiling structmeta-derive v0.3.0
14582026-04-10T04:05:22.056Z Compiling regress v0.10.5
14592026-04-10T04:05:22.498Z Compiling thread-id v5.1.0
14602026-04-10T04:05:22.579Z Compiling rustls v0.22.4
14612026-04-10T04:05:22.784Z Compiling syn v1.0.109
14622026-04-10T04:05:22.908Z Compiling structmeta v0.3.0
14632026-04-10T04:05:23.120Z Compiling futures v0.3.32
14642026-04-10T04:05:23.137Z Compiling rand_core v0.9.5
14652026-04-10T04:05:23.194Z Compiling dof v0.4.0
14662026-04-10T04:05:23.487Z Compiling hyper v1.9.0
14672026-04-10T04:05:24.510Z Compiling darling_core v0.23.0
14682026-04-10T04:05:24.558Z Compiling newtype-uuid-macros v0.1.0
14692026-04-10T04:05:24.627Z Compiling thread_local v1.1.9
14702026-04-10T04:05:24.697Z Compiling match_cfg v0.1.0
14712026-04-10T04:05:24.767Z Compiling aws-lc-rs v1.16.2
14722026-04-10T04:05:25.069Z Compiling winnow v0.7.15
14732026-04-10T04:05:25.099Z Compiling hyper-util v0.1.20
14742026-04-10T04:05:25.372Z Compiling newtype-uuid v1.3.2
14752026-04-10T04:05:25.405Z Compiling slog-async v2.8.0
14762026-04-10T04:05:25.687Z Compiling quick-error v1.2.3
14772026-04-10T04:05:25.723Z Compiling ref-cast v1.0.25
14782026-04-10T04:05:25.836Z Compiling daft v0.1.5
14792026-04-10T04:05:25.955Z Compiling usdt-attr-macro v0.6.0
14802026-04-10T04:05:26.075Z Compiling usdt-macro v0.6.0
14812026-04-10T04:05:26.093Z Compiling rand_chacha v0.9.0
14822026-04-10T04:05:26.522Z Compiling strum_macros v0.26.4
14832026-04-10T04:05:26.606Z Compiling ref-cast-impl v1.0.25
14842026-04-10T04:05:26.694Z Compiling darling_macro v0.23.0
14852026-04-10T04:05:26.867Z Compiling serde_spanned v1.1.0
14862026-04-10T04:05:27.015Z Compiling toml_datetime v0.7.5+spec-1.1.0
14872026-04-10T04:05:27.128Z Compiling multer v3.1.0
14882026-04-10T04:05:27.200Z Compiling term v1.2.1
14892026-04-10T04:05:27.200Z Compiling bit-vec v0.8.0
14902026-04-10T04:05:27.259Z Compiling darling v0.23.0
14912026-04-10T04:05:27.322Z Compiling untrusted v0.7.1
14922026-04-10T04:05:27.337Z Compiling toml_writer v1.1.0+spec-1.1.0
14932026-04-10T04:05:27.348Z Compiling debug-ignore v1.0.5
14942026-04-10T04:05:27.434Z Compiling take_mut v0.2.2
14952026-04-10T04:05:27.445Z Compiling bit-set v0.8.0
14962026-04-10T04:05:27.498Z Compiling serde_with_macros v3.18.0
14972026-04-10T04:05:27.538Z Compiling rand v0.9.2
14982026-04-10T04:05:27.635Z Compiling async-stream-impl v0.3.6
14992026-04-10T04:05:27.904Z Compiling dropshot v0.16.7
15002026-04-10T04:05:28.128Z Compiling encoding_rs v0.8.35
15012026-04-10T04:05:28.144Z Compiling rustls v0.23.37
15022026-04-10T04:05:28.156Z Compiling strum v0.26.3
15032026-04-10T04:05:28.258Z Compiling mime v0.3.17
15042026-04-10T04:05:28.276Z Compiling spin v0.9.8
15052026-04-10T04:05:28.387Z Compiling unarray v0.1.4
15062026-04-10T04:05:28.492Z Compiling async-stream v0.3.6
15072026-04-10T04:05:28.587Z Compiling derive-ex v0.1.8
15082026-04-10T04:05:28.600Z Compiling dropshot_endpoint v0.16.7
15092026-04-10T04:05:28.611Z Compiling macaddr v1.0.1
15102026-04-10T04:05:28.664Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15112026-04-10T04:05:28.828Z Compiling waitgroup v0.1.2
15122026-04-10T04:05:28.966Z Compiling serde_path_to_error v0.1.20
15132026-04-10T04:05:29.127Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15142026-04-10T04:05:29.251Z Compiling tempfile v3.27.0
15152026-04-10T04:05:29.311Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15162026-04-10T04:05:29.490Z Compiling tower v0.5.3
15172026-04-10T04:05:29.625Z Compiling strum_macros v0.27.2
15182026-04-10T04:05:29.664Z Compiling instant v0.1.13
15192026-04-10T04:05:29.768Z Compiling time v0.3.47
15202026-04-10T04:05:29.966Z Compiling tower-http v0.6.8
15212026-04-10T04:05:30.098Z Compiling rustc-hash v2.1.2
15222026-04-10T04:05:30.144Z Compiling test-strategy v0.4.5
15232026-04-10T04:05:30.279Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15242026-04-10T04:05:30.457Z Compiling crossbeam-channel v0.5.15
15252026-04-10T04:05:31.527Z Compiling strum v0.27.2
15262026-04-10T04:05:31.604Z Compiling parse-display-derive v0.10.0
15272026-04-10T04:05:31.615Z Compiling rustls-native-certs v0.8.3
15282026-04-10T04:05:31.652Z Compiling backon v1.6.0
15292026-04-10T04:05:31.952Z Compiling rustls-webpki v0.102.8
15302026-04-10T04:05:32.061Z Compiling rand_chacha v0.3.1
15312026-04-10T04:05:32.759Z Compiling rand v0.8.5
15322026-04-10T04:05:32.828Z Compiling slog-json v2.6.1
15332026-04-10T04:05:33.003Z Compiling hostname v0.3.1
15342026-04-10T04:05:33.030Z Compiling toml_parser v1.1.0+spec-1.1.0
15352026-04-10T04:05:33.138Z Compiling is-terminal v0.4.17
15362026-04-10T04:05:33.231Z Compiling wait-timeout v0.2.1
15372026-04-10T04:05:33.243Z Compiling memmap2 v0.9.10
15382026-04-10T04:05:33.392Z Compiling either v1.15.0
15392026-04-10T04:05:33.530Z Compiling usdt v0.6.0
15402026-04-10T04:05:33.591Z Compiling toml v0.9.12+spec-1.1.0
15412026-04-10T04:05:33.615Z Compiling rusty-fork v0.3.1
15422026-04-10T04:05:33.709Z Compiling slog-term v2.9.2
15432026-04-10T04:05:33.804Z Compiling slog-bunyan v2.5.0
15442026-04-10T04:05:34.344Z Compiling tokio-rustls v0.25.0
15452026-04-10T04:05:34.407Z Compiling serde_with v3.18.0
15462026-04-10T04:05:34.427Z Compiling rand_xorshift v0.4.0
15472026-04-10T04:05:34.521Z Compiling sha1 v0.10.6
15482026-04-10T04:05:34.535Z Compiling rustls-pemfile v2.2.0
15492026-04-10T04:05:34.568Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15502026-04-10T04:05:34.727Z Compiling hostname v0.4.2
15512026-04-10T04:05:34.743Z Compiling proptest v1.11.0
15522026-04-10T04:05:35.333Z Compiling reqwest v0.12.28
15532026-04-10T04:05:35.563Z Compiling iddqd v0.3.17
15542026-04-10T04:05:36.216Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15552026-04-10T04:05:36.704Z Compiling progenitor-client v0.10.0
15562026-04-10T04:05:36.858Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15572026-04-10T04:05:37.203Z Compiling parse-display v0.10.0
15582026-04-10T04:05:37.431Z Compiling itertools v0.14.0
15592026-04-10T04:05:37.539Z Compiling backoff v0.4.0
15602026-04-10T04:05:37.643Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15612026-04-10T04:05:38.295Z Compiling toml_datetime v0.6.11
15622026-04-10T04:05:38.664Z Compiling utf8parse v0.2.2
15632026-04-10T04:05:38.750Z Compiling anstyle-parse v1.0.0
15642026-04-10T04:05:38.769Z Compiling zerocopy-derive v0.7.35
15652026-04-10T04:05:38.933Z Compiling is_terminal_polyfill v1.70.2
15662026-04-10T04:05:39.024Z Compiling colorchoice v1.0.5
15672026-04-10T04:05:39.056Z Compiling anstyle-query v1.1.5
15682026-04-10T04:05:39.138Z Compiling anstyle v1.0.14
15692026-04-10T04:05:39.361Z Compiling anstream v1.0.0
15702026-04-10T04:05:39.608Z Compiling zerocopy v0.7.35
15712026-04-10T04:05:39.859Z Compiling clap_lex v1.1.0
15722026-04-10T04:05:39.871Z Compiling convert_case v0.4.0
15732026-04-10T04:05:40.213Z Compiling derive_more v0.99.20
15742026-04-10T04:05:40.729Z Compiling tinyvec_macros v0.1.1
15752026-04-10T04:05:40.793Z Compiling unicode-width v0.2.2
15762026-04-10T04:05:40.805Z Compiling tinyvec v1.11.0
15772026-04-10T04:05:41.493Z Compiling dtrace-parser v0.2.0
15782026-04-10T04:05:41.660Z Compiling serde_spanned v0.6.9
15792026-04-10T04:05:41.804Z Compiling secrecy v0.10.3
15802026-04-10T04:05:41.961Z Compiling clap_derive v4.6.0
15812026-04-10T04:05:42.363Z Compiling scroll_derive v0.12.1
15822026-04-10T04:05:42.374Z Compiling usdt-impl v0.5.0
15832026-04-10T04:05:42.453Z Compiling crucible-workspace-hack v0.1.0
15842026-04-10T04:05:42.482Z Compiling toml_write v0.1.2
15852026-04-10T04:05:42.675Z Compiling toml_edit v0.22.27
15862026-04-10T04:05:43.066Z Compiling scroll v0.12.0
15872026-04-10T04:05:43.394Z Compiling dof v0.3.0
15882026-04-10T04:05:43.564Z Compiling typify-impl v0.6.1
15892026-04-10T04:05:43.642Z Compiling terminal_size v0.4.4
15902026-04-10T04:05:43.715Z Compiling darling_core v0.21.3
15912026-04-10T04:05:43.730Z Compiling rustc_version v0.4.1
15922026-04-10T04:05:43.759Z Compiling thread-id v4.2.2
15932026-04-10T04:05:44.002Z Compiling curve25519-dalek v4.1.3
15942026-04-10T04:05:44.078Z Compiling toml v0.8.23
15952026-04-10T04:05:44.670Z Compiling goblin v0.8.2
15962026-04-10T04:05:45.154Z Compiling crossbeam-epoch v0.9.18
15972026-04-10T04:05:45.293Z Compiling hmac v0.12.1
15982026-04-10T04:05:45.432Z Compiling inout v0.1.4
15992026-04-10T04:05:45.514Z Compiling ff v0.13.1
16002026-04-10T04:05:45.578Z Compiling num-integer v0.1.46
16012026-04-10T04:05:45.868Z Compiling darling_macro v0.21.3
16022026-04-10T04:05:45.980Z Compiling float-ord v0.3.2
16032026-04-10T04:05:46.219Z Compiling group v0.13.0
16042026-04-10T04:05:46.332Z Compiling cipher v0.4.4
16052026-04-10T04:05:46.389Z Compiling hkdf v0.12.4
16062026-04-10T04:05:46.445Z Compiling darling v0.21.3
16072026-04-10T04:05:46.897Z Compiling clap_builder v4.6.0
16082026-04-10T04:05:48.828Z Compiling thiserror-impl-no-std v2.0.2
16092026-04-10T04:05:48.907Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16102026-04-10T04:05:49.480Z Compiling universal-hash v0.5.1
16112026-04-10T04:05:49.586Z Compiling half v2.7.1
16122026-04-10T04:05:49.608Z Compiling crypto-bigint v0.5.5
16132026-04-10T04:05:49.839Z Compiling typify-macro v0.6.1
16142026-04-10T04:05:49.880Z Compiling curve25519-dalek-derive v0.1.1
16152026-04-10T04:05:49.919Z Compiling proc-macro-error-attr v1.0.4
16162026-04-10T04:05:50.356Z Compiling heapless v0.8.0
16172026-04-10T04:05:50.410Z Compiling opaque-debug v0.3.1
16182026-04-10T04:05:50.482Z Compiling prettyplease v0.2.37
16192026-04-10T04:05:50.495Z Compiling ciborium-io v0.2.2
16202026-04-10T04:05:50.582Z Compiling base64ct v1.8.3
16212026-04-10T04:05:50.586Z Compiling base16ct v0.2.0
16222026-04-10T04:05:50.674Z Compiling toml_datetime v1.1.0+spec-1.1.0
16232026-04-10T04:05:50.705Z Compiling rustix v0.38.44
16242026-04-10T04:05:50.754Z Compiling elliptic-curve v0.13.8
16252026-04-10T04:05:50.871Z Compiling password-hash v0.5.0
16262026-04-10T04:05:50.890Z Compiling toml_edit v0.25.8+spec-1.1.0
16272026-04-10T04:05:50.944Z Compiling ciborium-ll v0.2.2
16282026-04-10T04:05:51.023Z Compiling poly1305 v0.8.0
16292026-04-10T04:05:51.355Z Compiling thiserror-no-std v2.0.2
16302026-04-10T04:05:51.708Z Compiling clap v4.6.0
16312026-04-10T04:05:51.800Z Compiling ingot-macros v0.1.1
16322026-04-10T04:05:51.860Z Compiling chacha20 v0.9.1
16332026-04-10T04:05:51.933Z Compiling num-iter v0.1.45
16342026-04-10T04:05:51.991Z Compiling num-rational v0.4.2
16352026-04-10T04:05:52.012Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16362026-04-10T04:05:52.043Z Compiling usdt-attr-macro v0.5.0
16372026-04-10T04:05:52.047Z Compiling usdt-macro v0.5.0
16382026-04-10T04:05:52.602Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16392026-04-10T04:05:53.044Z Compiling blake2 v0.10.6
16402026-04-10T04:05:53.174Z Compiling byte-wrapper v0.1.0
16412026-04-10T04:05:53.185Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16422026-04-10T04:05:53.487Z Compiling aead v0.5.2
16432026-04-10T04:05:53.500Z Compiling enum-as-inner v0.6.1
16442026-04-10T04:05:53.531Z Compiling hash32 v0.3.1
16452026-04-10T04:05:53.640Z Compiling num-complex v0.4.6
16462026-04-10T04:05:53.680Z Compiling proc-macro-error v1.0.4
16472026-04-10T04:05:53.908Z Compiling memmap v0.7.0
16482026-04-10T04:05:53.952Z Compiling data-encoding v2.10.0
16492026-04-10T04:05:54.017Z Compiling keccak v0.1.6
16502026-04-10T04:05:54.061Z Compiling smoltcp v0.11.0
16512026-04-10T04:05:54.097Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16522026-04-10T04:05:54.213Z Compiling winnow v0.5.40
16532026-04-10T04:05:54.256Z Compiling sha3 v0.10.8
16542026-04-10T04:05:54.430Z Compiling usdt v0.5.0
16552026-04-10T04:05:54.443Z Compiling num v0.4.3
16562026-04-10T04:05:54.477Z Compiling ingot-types v0.1.2
16572026-04-10T04:05:54.613Z Compiling chacha20poly1305 v0.10.1
16582026-04-10T04:05:54.699Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16592026-04-10T04:05:54.738Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16602026-04-10T04:05:54.907Z Compiling argon2 v0.5.3
16612026-04-10T04:05:54.983Z Compiling typify v0.6.1
16622026-04-10T04:05:55.076Z Compiling vsss-rs v3.3.4
16632026-04-10T04:05:55.459Z Compiling proc-macro-crate v3.5.0
16642026-04-10T04:05:55.711Z Compiling toml_edit v0.19.15
16652026-04-10T04:05:55.886Z Compiling rustls-webpki v0.103.10
16662026-04-10T04:05:56.938Z Compiling ciborium v0.2.2
16672026-04-10T04:05:57.308Z Compiling tabwriter v1.4.1
16682026-04-10T04:05:57.556Z Compiling cobs v0.3.0
16692026-04-10T04:05:57.695Z Compiling memoffset v0.9.1
16702026-04-10T04:05:57.751Z Compiling pkg-config v0.3.32
16712026-04-10T04:05:57.780Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16722026-04-10T04:05:57.798Z Compiling bitflags v1.3.2
16732026-04-10T04:05:57.871Z Compiling indent_write v2.2.0
16742026-04-10T04:05:57.921Z Compiling cfg_aliases v0.2.1
16752026-04-10T04:05:57.925Z Compiling unsafe-libyaml v0.2.11
16762026-04-10T04:05:57.990Z Compiling managed v0.8.0
16772026-04-10T04:05:58.000Z Compiling vcpkg v0.2.15
16782026-04-10T04:05:58.013Z Compiling nix v0.31.2
16792026-04-10T04:05:58.383Z Compiling postcard v1.1.3
16802026-04-10T04:05:58.565Z Compiling openssl-sys v0.9.112
16812026-04-10T04:05:58.605Z Compiling serde_yaml v0.9.34+deprecated
16822026-04-10T04:05:58.718Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16832026-04-10T04:05:59.090Z Compiling proc-macro-crate v1.3.1
16842026-04-10T04:05:59.425Z Compiling tokio-rustls v0.26.4
16852026-04-10T04:05:59.692Z Compiling hyper-rustls v0.27.7
16862026-04-10T04:05:59.866Z Compiling rustls-platform-verifier v0.6.2
16872026-04-10T04:06:00.102Z Compiling reqwest v0.13.2
16882026-04-10T04:06:00.744Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16892026-04-10T04:06:00.846Z Compiling num_enum_derive v0.7.6
16902026-04-10T04:06:00.861Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16912026-04-10T04:06:00.954Z Compiling progenitor-impl v0.13.0
16922026-04-10T04:06:01.123Z Compiling ingot v0.1.1
16932026-04-10T04:06:01.894Z Compiling progenitor-client v0.13.0
16942026-04-10T04:06:02.204Z Compiling progenitor-extras v0.1.1
16952026-04-10T04:06:02.448Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16962026-04-10T04:06:02.700Z Compiling hubpack_derive v0.1.1
16972026-04-10T04:06:03.010Z Compiling foreign-types-macros v0.2.3
16982026-04-10T04:06:03.228Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16992026-04-10T04:06:03.530Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17002026-04-10T04:06:03.657Z Compiling heck v0.4.1
17012026-04-10T04:06:03.759Z Compiling swrite v0.1.0
17022026-04-10T04:06:03.846Z Compiling linked-hash-map v0.5.6
17032026-04-10T04:06:03.856Z Compiling colored v3.1.1
17042026-04-10T04:06:03.867Z Compiling rayon-core v1.13.0
17052026-04-10T04:06:04.033Z Compiling foreign-types-shared v0.3.1
17062026-04-10T04:06:04.084Z Compiling static_assertions v1.1.0
17072026-04-10T04:06:04.127Z Compiling resolv-conf v0.7.6
17082026-04-10T04:06:04.161Z Compiling semver v0.1.20
17092026-04-10T04:06:04.257Z Compiling cpufeatures v0.3.0
17102026-04-10T04:06:04.335Z Compiling chacha20 v0.10.0
17112026-04-10T04:06:04.418Z Compiling rustc_version v0.1.7
17122026-04-10T04:06:04.447Z Compiling foreign-types v0.5.0
17132026-04-10T04:06:04.525Z Compiling lru-cache v0.1.2
17142026-04-10T04:06:04.548Z Compiling progenitor-macro v0.13.0
17152026-04-10T04:06:04.582Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17162026-04-10T04:06:04.596Z Compiling hubpack v0.1.2
17172026-04-10T04:06:04.621Z Compiling num_enum v0.7.6
17182026-04-10T04:06:04.816Z Compiling num_enum_derive v0.5.11
17192026-04-10T04:06:05.090Z Compiling hickory-proto v0.24.4
17202026-04-10T04:06:05.799Z Compiling crossbeam-deque v0.8.6
17212026-04-10T04:06:05.905Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17222026-04-10T04:06:06.016Z Compiling serde-big-array v0.5.1
17232026-04-10T04:06:06.142Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17242026-04-10T04:06:06.415Z Compiling derive-where v1.6.1
17252026-04-10T04:06:06.577Z Compiling serde_repr v0.1.20
17262026-04-10T04:06:06.655Z Compiling pin-project-internal v1.1.11
17272026-04-10T04:06:07.172Z Compiling cstr-argument v0.1.2
17282026-04-10T04:06:07.326Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17292026-04-10T04:06:07.668Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17302026-04-10T04:06:07.749Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17312026-04-10T04:06:07.870Z Compiling siphasher v1.0.2
17322026-04-10T04:06:08.242Z Compiling unicode-segmentation v1.13.2
17332026-04-10T04:06:08.442Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17342026-04-10T04:06:08.667Z Compiling minimal-lexical v0.2.1
17352026-04-10T04:06:08.694Z Compiling newline-converter v0.3.0
17362026-04-10T04:06:08.812Z Compiling phf_shared v0.12.1
17372026-04-10T04:06:08.938Z Compiling nom v7.1.3
17382026-04-10T04:06:09.000Z Compiling pin-project v1.1.11
17392026-04-10T04:06:09.100Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17402026-04-10T04:06:09.372Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17412026-04-10T04:06:09.701Z Compiling progenitor v0.13.0
17422026-04-10T04:06:09.840Z Compiling hickory-resolver v0.24.4
17432026-04-10T04:06:10.356Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17442026-04-10T04:06:10.596Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17452026-04-10T04:06:10.649Z Compiling num_enum v0.5.11
17462026-04-10T04:06:10.705Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17472026-04-10T04:06:10.912Z Compiling newtype_derive v0.1.6
17482026-04-10T04:06:11.141Z Compiling rand v0.10.0
17492026-04-10T04:06:11.374Z Compiling atomicwrites v0.4.4
17502026-04-10T04:06:11.572Z Compiling unicode-normalization v0.1.25
17512026-04-10T04:06:11.848Z Compiling console v0.15.11
17522026-04-10T04:06:12.035Z Compiling camino-tempfile v1.4.1
17532026-04-10T04:06:12.070Z Compiling tokio-stream v0.1.18
17542026-04-10T04:06:12.294Z Compiling snafu-derive v0.8.9
17552026-04-10T04:06:12.304Z Compiling async-recursion v1.1.1
17562026-04-10T04:06:12.304Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17572026-04-10T04:06:12.502Z Compiling slog-dtrace v0.3.0
17582026-04-10T04:06:13.739Z Compiling csv-core v0.1.13
17592026-04-10T04:06:13.760Z Compiling bstr v1.12.1
17602026-04-10T04:06:13.760Z Compiling similar v2.7.0
17612026-04-10T04:06:13.760Z Compiling unicode-xid v0.2.6
17622026-04-10T04:06:13.761Z Compiling owo-colors v4.3.0
17632026-04-10T04:06:13.761Z Compiling foreign-types-shared v0.1.1
17642026-04-10T04:06:13.761Z Compiling openssl v0.10.76
17652026-04-10T04:06:13.761Z Compiling foldhash v0.1.5
17662026-04-10T04:06:13.761Z Compiling cancel-safe-futures v0.1.5
17672026-04-10T04:06:13.761Z Compiling same-file v1.0.6
17682026-04-10T04:06:13.762Z Compiling chrono-tz v0.10.4
17692026-04-10T04:06:13.762Z Compiling unicode-width v0.1.14
17702026-04-10T04:06:13.762Z Compiling highway v1.3.0
17712026-04-10T04:06:13.762Z Compiling walkdir v2.5.0
17722026-04-10T04:06:13.762Z Compiling hashbrown v0.15.5
17732026-04-10T04:06:13.762Z Compiling expectorate v1.2.0
17742026-04-10T04:06:13.762Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17752026-04-10T04:06:13.762Z Compiling foreign-types v0.3.2
17762026-04-10T04:06:13.762Z Compiling globset v0.4.18
17772026-04-10T04:06:13.762Z Compiling const_format_proc_macros v0.2.34
17782026-04-10T04:06:13.762Z Compiling csv v1.4.0
17792026-04-10T04:06:13.762Z Compiling qorb v0.4.1
17802026-04-10T04:06:13.966Z Compiling snafu v0.8.9
17812026-04-10T04:06:14.134Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17822026-04-10T04:06:14.326Z Compiling olpc-cjson v0.1.4
17832026-04-10T04:06:14.448Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17842026-04-10T04:06:14.547Z Compiling rayon v1.11.0
17852026-04-10T04:06:15.329Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17862026-04-10T04:06:15.539Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17872026-04-10T04:06:15.887Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17882026-04-10T04:06:15.892Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17892026-04-10T04:06:15.909Z Compiling phf v0.12.1
17902026-04-10T04:06:16.066Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17912026-04-10T04:06:16.462Z Compiling zone_cfg_derive v0.3.1
17922026-04-10T04:06:16.639Z Compiling tokio-dtrace v0.1.1
17932026-04-10T04:06:16.877Z Compiling itertools v0.12.1
17942026-04-10T04:06:16.913Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17952026-04-10T04:06:17.009Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17962026-04-10T04:06:17.112Z Compiling libsw-core v0.3.2
17972026-04-10T04:06:17.123Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17982026-04-10T04:06:17.195Z Compiling serde_plain v1.0.2
17992026-04-10T04:06:17.283Z Compiling num-derive v0.4.2
18002026-04-10T04:06:17.388Z Compiling openssl-macros v0.1.1
18012026-04-10T04:06:17.400Z Compiling pem v3.0.6
18022026-04-10T04:06:17.694Z Compiling cookie v0.18.1
18032026-04-10T04:06:17.781Z Compiling sigpipe v0.1.3
18042026-04-10T04:06:17.863Z Compiling fixedbitset v0.4.2
18052026-04-10T04:06:17.874Z Compiling glob v0.3.3
18062026-04-10T04:06:17.916Z Compiling bytecount v0.6.9
18072026-04-10T04:06:18.057Z Compiling jiff v0.2.23
18082026-04-10T04:06:18.092Z Compiling typed-path v0.9.3
18092026-04-10T04:06:18.104Z Compiling fixedbitset v0.5.7
18102026-04-10T04:06:18.222Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18112026-04-10T04:06:19.389Z Compiling petgraph v0.8.3
18122026-04-10T04:06:19.403Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18132026-04-10T04:06:19.403Z Compiling petgraph v0.6.5
18142026-04-10T04:06:19.403Z Compiling papergrid v0.11.0
18152026-04-10T04:06:19.418Z Compiling tough v0.20.0
18162026-04-10T04:06:19.427Z Compiling zone v0.3.1
18172026-04-10T04:06:19.968Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18182026-04-10T04:06:20.114Z Compiling libsw v3.5.0
18192026-04-10T04:06:20.271Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18202026-04-10T04:06:20.361Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18212026-04-10T04:06:20.528Z Compiling oxide-tokio-rt v0.1.3
18222026-04-10T04:06:20.684Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18232026-04-10T04:06:20.843Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18242026-04-10T04:06:21.501Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18252026-04-10T04:06:21.963Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18262026-04-10T04:06:22.023Z Compiling const_format v0.2.35
18272026-04-10T04:06:22.102Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18282026-04-10T04:06:22.343Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18292026-04-10T04:06:22.915Z Compiling tabled_derive v0.7.0
18302026-04-10T04:06:22.969Z Compiling gethostname v0.5.0
18312026-04-10T04:06:23.091Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18322026-04-10T04:06:23.196Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18332026-04-10T04:06:23.218Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18342026-04-10T04:06:23.234Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18352026-04-10T04:06:23.337Z Compiling bcs v0.1.6
18362026-04-10T04:06:23.653Z Compiling smf v0.2.3
18372026-04-10T04:06:23.809Z Compiling tagptr v0.2.0
18382026-04-10T04:06:23.857Z Compiling unicode-linebreak v0.1.5
18392026-04-10T04:06:23.959Z Compiling whoami v1.6.1
18402026-04-10T04:06:24.112Z Compiling linear-map v1.2.0
18412026-04-10T04:06:24.166Z Compiling lazy_static v1.5.0
18422026-04-10T04:06:24.259Z Compiling smawk v0.3.2
18432026-04-10T04:06:24.270Z Compiling termtree v0.5.1
18442026-04-10T04:06:24.270Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18452026-04-10T04:06:24.292Z Compiling steno v0.4.1
18462026-04-10T04:06:24.391Z Compiling textwrap v0.16.2
18472026-04-10T04:06:24.424Z Compiling moka v0.12.15
18482026-04-10T04:06:24.621Z Compiling tabled v0.15.0
18492026-04-10T04:06:24.918Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18502026-04-10T04:06:25.206Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18512026-04-10T04:06:25.340Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18522026-04-10T04:06:25.544Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18532026-04-10T04:06:26.028Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18542026-04-10T04:06:26.859Z Compiling hickory-proto v0.25.2
18552026-04-10T04:06:27.478Z Compiling humantime v2.3.0
18562026-04-10T04:06:27.595Z Compiling num-derive v0.3.3
18572026-04-10T04:06:27.764Z Compiling parking_lot_core v0.8.6
18582026-04-10T04:06:28.058Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18592026-04-10T04:06:28.278Z Compiling crc32fast v1.5.0
18602026-04-10T04:06:28.516Z Compiling libscf-sys v1.1.0
18612026-04-10T04:06:28.620Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18622026-04-10T04:06:28.662Z Compiling parking_lot v0.11.2
18632026-04-10T04:06:28.823Z Compiling hickory-resolver v0.25.2
18642026-04-10T04:06:28.984Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18652026-04-10T04:06:29.003Z Compiling fxhash v0.2.1
18662026-04-10T04:06:29.063Z Compiling internet-checksum v0.2.1
18672026-04-10T04:06:29.141Z Compiling sled v0.34.7
18682026-04-10T04:06:29.198Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18692026-04-10T04:06:29.693Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18702026-04-10T04:06:34.150Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18712026-04-10T04:06:41.286Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18722026-04-10T04:06:42.887Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18732026-04-10T04:06:43.985Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18742026-04-10T04:06:45.097Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18752026-04-10T04:06:46.096Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18762026-04-10T04:07:08.851Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 03s
18772026-04-10T04:07:09.023Z────────────
18782026-04-10T04:07:09.023Z Nextest run ID cb9dbdec-c79a-41ab-9281-8d0f8f9766f8 with nextest profile: default
18792026-04-10T04:07:09.023Z Starting 18 tests across 1 binary (27 tests skipped)
18802026-04-10T04:07:25.334Z PASS [ 16.308s] rdb proptest::prop_ipv6_default_contains_all
18812026-04-10T04:07:25.338Z PASS [ 16.311s] rdb proptest::prop_ipv6_host_bits_always_unset
18822026-04-10T04:07:25.394Z PASS [ 16.369s] rdb proptest::prop_ipv4_length_in_bounds
18832026-04-10T04:07:25.418Z PASS [ 16.393s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18842026-04-10T04:07:25.431Z PASS [ 16.405s] rdb proptest::prop_ipv4_within_self
18852026-04-10T04:07:25.439Z PASS [ 16.414s] rdb proptest::prop_ipv4_default_contains_all
18862026-04-10T04:07:25.469Z PASS [ 16.444s] rdb proptest::prop_ipv4_host_bits_always_unset
18872026-04-10T04:07:41.449Z PASS [ 16.113s] rdb proptest::prop_ipv6_length_in_bounds
18882026-04-10T04:07:41.497Z PASS [ 16.102s] rdb proptest::prop_ipv6_within_self
18892026-04-10T04:07:41.567Z PASS [ 16.229s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18902026-04-10T04:07:41.878Z PASS [ 16.459s] rdb proptest::prop_prefix_enum_no_cross_family
18912026-04-10T04:07:50.355Z PASS [ 24.922s] rdb proptest::prop_static_route_key_deduplication
18922026-04-10T04:08:00.459Z PASS [ 34.987s] rdb proptest::prop_static_route_key_normalization_preserves_fields
18932026-04-10T04:08:00.509Z PASS [ 35.067s] rdb proptest::prop_static_route_key_normalization_idempotent
18942026-04-10T04:08:09.031Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18952026-04-10T04:08:16.328Z PASS [ 34.872s] rdb proptest::prop_static_route_key_normalization_preserves_length
18962026-04-10T04:08:16.447Z PASS [ 34.948s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
18972026-04-10T04:08:32.440Z PASS [ 50.869s] rdb proptest::prop_static_route_key_ord_consistency
18982026-04-10T04:09:09.104Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18992026-04-10T04:10:09.049Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19002026-04-10T04:11:09.120Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19012026-04-10T04:11:23.112Z PASS [ 254.010s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19022026-04-10T04:11:23.112Z────────────
19032026-04-10T04:11:23.112Z Summary [ 254.011s] 18 tests run: 18 passed (1 slow), 27 skipped
19042026-04-10T04:11:23.137Z+ cp '*.log' /work/
19052026-04-10T04:11:23.137Z+ true
19062026-04-10T04:11:23.137Z+ '[' -d proptest-regressions ']'
19072026-04-10T04:11:23.137Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19082026-04-10T04:11:23.137Z+ popd
19092026-04-10T04:11:23.137Z/work/oxidecomputer/maghemite
19102026-04-10T04:11:23.137Z+ pushd bgp
19112026-04-10T04:11:23.137Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19122026-04-10T04:11:23.137Z+ PROPTEST_CASES=1000000
19132026-04-10T04:11:23.138Z+ cargo nextest run --lib proptest
19142026-04-10T04:11:24.225Z Compiling smallvec v1.15.1
19152026-04-10T04:11:24.324Z Compiling serde_json v1.0.149
19162026-04-10T04:11:24.417Z Compiling crunchy v0.2.4
19172026-04-10T04:11:24.488Z Compiling tiny-keccak v2.0.2
19182026-04-10T04:11:24.508Z Compiling smartstring v1.0.1
19192026-04-10T04:11:24.508Z Compiling ahash v0.8.12
19202026-04-10T04:11:24.518Z Compiling icu_normalizer v2.1.1
19212026-04-10T04:11:24.559Z Compiling parking_lot_core v0.9.12
19222026-04-10T04:11:24.697Z Compiling parking_lot_core v0.8.6
19232026-04-10T04:11:24.776Z Compiling parking_lot v0.12.5
19242026-04-10T04:11:24.862Z Compiling idna_adapter v1.2.1
19252026-04-10T04:11:24.996Z Compiling idna v1.1.0
19262026-04-10T04:11:25.018Z Compiling tokio v1.51.1
19272026-04-10T04:11:25.109Z Compiling dof v0.4.0
19282026-04-10T04:11:25.201Z Compiling schemars v0.8.22
19292026-04-10T04:11:25.252Z Compiling openapiv3 v2.2.0
19302026-04-10T04:11:25.345Z Compiling url v2.5.8
19312026-04-10T04:11:25.779Z Compiling slog-json v2.6.1
19322026-04-10T04:11:26.218Z Compiling usdt-impl v0.6.0
19332026-04-10T04:11:26.514Z Compiling slog-bunyan v2.5.0
19342026-04-10T04:11:26.791Z Compiling ipnetwork v0.21.1
19352026-04-10T04:11:26.878Z Compiling newtype-uuid v1.3.2
19362026-04-10T04:11:26.963Z Compiling usdt-macro v0.6.0
19372026-04-10T04:11:27.025Z Compiling oxnet v0.1.4
19382026-04-10T04:11:27.224Z Compiling usdt-attr-macro v0.6.0
19392026-04-10T04:11:27.245Z Compiling serde_with v3.18.0
19402026-04-10T04:11:27.458Z Compiling daft v0.1.5
19412026-04-10T04:11:27.492Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19422026-04-10T04:11:27.733Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19432026-04-10T04:11:28.022Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19442026-04-10T04:11:28.247Z Compiling iddqd v0.3.17
19452026-04-10T04:11:28.361Z Compiling usdt v0.6.0
19462026-04-10T04:11:28.827Z Compiling tokio-util v0.7.18
19472026-04-10T04:11:28.894Z Compiling tower v0.5.3
19482026-04-10T04:11:28.973Z Compiling tokio-rustls v0.26.4
19492026-04-10T04:11:28.982Z Compiling tokio-rustls v0.25.0
19502026-04-10T04:11:29.201Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19512026-04-10T04:11:29.285Z Compiling backoff v0.4.0
19522026-04-10T04:11:29.308Z Compiling tower-http v0.6.8
19532026-04-10T04:11:29.364Z Compiling h2 v0.4.13
19542026-04-10T04:11:29.786Z Compiling typify-impl v0.6.1
19552026-04-10T04:11:30.041Z Compiling dof v0.3.0
19562026-04-10T04:11:30.292Z Compiling usdt-impl v0.5.0
19572026-04-10T04:11:30.577Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19582026-04-10T04:11:31.240Z Compiling usdt-macro v0.5.0
19592026-04-10T04:11:31.277Z Compiling usdt-attr-macro v0.5.0
19602026-04-10T04:11:31.577Z Compiling hyper v1.9.0
19612026-04-10T04:11:32.554Z Compiling byte-wrapper v0.1.0
19622026-04-10T04:11:32.733Z Compiling hyper-util v0.1.20
19632026-04-10T04:11:32.857Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19642026-04-10T04:11:32.885Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19652026-04-10T04:11:32.916Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19662026-04-10T04:11:33.296Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19672026-04-10T04:11:33.370Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19682026-04-10T04:11:33.382Z Compiling usdt v0.5.0
19692026-04-10T04:11:33.990Z Compiling hyper-rustls v0.27.7
19702026-04-10T04:11:34.171Z Compiling dropshot v0.16.7
19712026-04-10T04:11:34.254Z Compiling reqwest v0.13.2
19722026-04-10T04:11:34.463Z Compiling reqwest v0.12.28
19732026-04-10T04:11:36.047Z Compiling progenitor-client v0.13.0
19742026-04-10T04:11:36.185Z Compiling progenitor-client v0.10.0
19752026-04-10T04:11:36.349Z Compiling progenitor-extras v0.1.1
19762026-04-10T04:11:36.470Z Compiling typify-macro v0.6.1
19772026-04-10T04:11:36.915Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19782026-04-10T04:11:38.455Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19792026-04-10T04:11:38.526Z Compiling typify v0.6.1
19802026-04-10T04:11:38.585Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19812026-04-10T04:11:38.644Z Compiling progenitor-impl v0.13.0
19822026-04-10T04:11:38.683Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19832026-04-10T04:11:39.128Z Compiling hickory-proto v0.24.4
19842026-04-10T04:11:39.943Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19852026-04-10T04:11:40.816Z Compiling tokio-stream v0.1.18
19862026-04-10T04:11:41.293Z Compiling hickory-resolver v0.24.4
19872026-04-10T04:11:42.255Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19882026-04-10T04:11:42.468Z Compiling progenitor-macro v0.13.0
19892026-04-10T04:11:42.576Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19902026-04-10T04:11:42.659Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19912026-04-10T04:11:42.806Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19922026-04-10T04:11:43.319Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19932026-04-10T04:11:43.998Z Compiling qorb v0.4.1
19942026-04-10T04:11:44.532Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19952026-04-10T04:11:44.662Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19962026-04-10T04:11:45.046Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19972026-04-10T04:11:45.480Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19982026-04-10T04:11:46.243Z Compiling tokio-dtrace v0.1.1
19992026-04-10T04:11:46.409Z Compiling libsw-core v0.3.2
20002026-04-10T04:11:46.509Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20012026-04-10T04:11:46.595Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
20022026-04-10T04:11:46.612Z Compiling olpc-cjson v0.1.4
20032026-04-10T04:11:46.770Z Compiling tough v0.20.0
20042026-04-10T04:11:46.885Z Compiling libsw v3.5.0
20052026-04-10T04:11:47.066Z Compiling oxide-tokio-rt v0.1.3
20062026-04-10T04:11:47.421Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20072026-04-10T04:11:47.601Z Compiling progenitor v0.13.0
20082026-04-10T04:11:47.720Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20092026-04-10T04:11:47.744Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20102026-04-10T04:11:47.928Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20112026-04-10T04:11:48.522Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20122026-04-10T04:11:48.752Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20132026-04-10T04:11:49.186Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20142026-04-10T04:11:49.300Z Compiling slog-dtrace v0.3.0
20152026-04-10T04:11:49.337Z Compiling cancel-safe-futures v0.1.5
20162026-04-10T04:11:49.351Z Compiling zone v0.3.1
20172026-04-10T04:11:49.599Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20182026-04-10T04:11:49.620Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20192026-04-10T04:11:49.744Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20202026-04-10T04:11:50.164Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20212026-04-10T04:11:50.558Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20222026-04-10T04:11:50.571Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20232026-04-10T04:11:50.755Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20242026-04-10T04:11:50.778Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20252026-04-10T04:11:51.093Z Compiling hickory-proto v0.25.2
20262026-04-10T04:11:51.441Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20272026-04-10T04:11:52.465Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20282026-04-10T04:11:53.106Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20292026-04-10T04:11:53.807Z Compiling steno v0.4.1
20302026-04-10T04:11:54.328Z Compiling moka v0.12.15
20312026-04-10T04:11:54.991Z Compiling parking_lot v0.11.2
20322026-04-10T04:11:54.996Z Compiling const-random-macro v0.1.16
20332026-04-10T04:11:55.019Z Compiling hickory-resolver v0.25.2
20342026-04-10T04:11:55.142Z Compiling const-random v0.1.18
20352026-04-10T04:11:55.250Z Compiling sdd v3.0.10
20362026-04-10T04:11:55.587Z Compiling scc v2.4.0
20372026-04-10T04:11:55.788Z Compiling sled v0.34.7
20382026-04-10T04:11:56.227Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20392026-04-10T04:11:56.983Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20402026-04-10T04:11:56.988Z Compiling thin-vec v0.2.14
20412026-04-10T04:11:57.079Z Compiling rhai_codegen v3.1.0
20422026-04-10T04:11:57.090Z Compiling serial_test_derive v3.4.0
20432026-04-10T04:11:57.153Z Compiling diff v0.1.13
20442026-04-10T04:11:57.311Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20452026-04-10T04:11:57.371Z Compiling yansi v1.0.1
20462026-04-10T04:11:57.449Z Compiling nom v8.0.0
20472026-04-10T04:11:57.547Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20482026-04-10T04:11:57.702Z Compiling pretty_assertions v1.4.1
20492026-04-10T04:11:57.817Z Compiling serial_test v3.4.0
20502026-04-10T04:11:58.282Z Compiling rhai v1.24.0
20512026-04-10T04:12:01.953Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20522026-04-10T04:12:09.654Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20532026-04-10T04:12:11.270Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20542026-04-10T04:12:12.433Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20552026-04-10T04:12:13.517Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20562026-04-10T04:12:14.280Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20572026-04-10T04:12:16.642Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20582026-04-10T04:12:50.264Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s
20592026-04-10T04:12:50.433Z────────────
20602026-04-10T04:12:50.433Z Nextest run ID da52bb0d-189a-4203-a210-45ca795d61dc with nextest profile: default
20612026-04-10T04:12:50.433Z Starting 18 tests across 1 binary (132 tests skipped)
20622026-04-10T04:13:07.741Z PASS [ 16.296s] bgp proptest::prop_ipv4_wire_format_roundtrip
20632026-04-10T04:13:08.735Z PASS [ 18.299s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20642026-04-10T04:13:08.853Z PASS [ 18.413s] bgp proptest::prop_ipv4_prefixes_roundtrip
20652026-04-10T04:13:10.123Z PASS [ 19.613s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20662026-04-10T04:13:10.964Z PASS [ 20.433s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20672026-04-10T04:13:18.844Z PASS [ 28.410s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20682026-04-10T04:13:25.109Z PASS [ 16.356s] bgp proptest::prop_ipv6_wire_format_roundtrip
20692026-04-10T04:13:26.908Z PASS [ 20.176s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20702026-04-10T04:13:28.523Z PASS [ 19.668s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20712026-04-10T04:13:29.417Z PASS [ 18.550s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20722026-04-10T04:13:30.264Z PASS [ 39.829s] bgp proptest::prop_duplicate_attrs_deduplicated
20732026-04-10T04:13:37.897Z PASS [ 19.029s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20742026-04-10T04:13:43.691Z PASS [ 18.599s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20752026-04-10T04:13:50.444Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20762026-04-10T04:13:56.590Z PASS [ 66.148s] bgp proptest::prop_encode_decode_semantic_equivalence
20772026-04-10T04:13:56.834Z PASS [ 28.314s] bgp proptest::prop_update_mp_unreach_roundtrip
20782026-04-10T04:14:10.055Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20792026-04-10T04:14:18.888Z PASS [ 68.832s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20802026-04-10T04:14:26.915Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20812026-04-10T04:14:29.425Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20822026-04-10T04:14:30.675Z PASS [ 61.251s] bgp proptest::prop_update_traditional_roundtrip
20832026-04-10T04:14:39.614Z PASS [ 72.696s] bgp proptest::prop_update_mp_reach_roundtrip
20842026-04-10T04:14:39.619Z────────────
20852026-04-10T04:14:39.619Z Summary [ 109.169s] 18 tests run: 18 passed (4 slow), 132 skipped
20862026-04-10T04:14:39.626Z+ cp '*.log' /work/
20872026-04-10T04:14:39.632Z+ true
20882026-04-10T04:14:39.632Z+ '[' -d proptest-regressions ']'
20892026-04-10T04:14:39.632Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20902026-04-10T04:14:39.632Z+ popd
20912026-04-10T04:14:39.632Z/work/oxidecomputer/maghemite
20922026-04-10T04:14:39.632Zprocess exited: duration 726830 ms, exit code 0
 
20932026-04-10T04:14:39.651Zfound 0 output files