01KNTPZQRS3X742GQWBQC6C726: 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: 01KNTQ04EBNEBKDPSFWSYR9GCF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T03:30:49.668Zjob assigned to worker 01KNTQ0X7Y9R8X734EDSVDS3GS [factory aws, i-019c5d3f93c8e90df] (queued for 1 m 17 s)
 
22026-04-10T03:30:56.048Zstarting task 0: "setup"
32026-04-10T03:30:56.053Z++ uname -s
42026-04-10T03:30:56.056Z+ kern=SunOS
52026-04-10T03:30:56.056Z+ build_user=build
62026-04-10T03:30:56.056Z+ build_uid=12345
72026-04-10T03:30:56.056Z+ work_dir=/work
82026-04-10T03:30:56.056Z+ input_dir=/input
92026-04-10T03:30:56.056Z+ [[ 0 == 12345 ]]
102026-04-10T03:30:56.056Z+ case "$kern" in
112026-04-10T03:30:56.056Z+ groupadd -g 12345 build
122026-04-10T03:30:56.059Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T03:30:58.064Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T03:30:58.173Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T03:30:58.176Z+ home_fs=zfs
162026-04-10T03:30:58.176Z+ [[ zfs == autofs ]]
172026-04-10T03:30:58.176Z+ mkdir -p /home/build
182026-04-10T03:30:58.176Z+ chown build:build /home/build /work
192026-04-10T03:31:00.177Z+ chmod 0700 /home/build /work
202026-04-10T03:31:00.180Zprocess exited: duration 4133 ms, exit code 0
 
212026-04-10T03:31:00.186Zstarting task 1: "rust-toolchain"
222026-04-10T03:31:00.190Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-10T03:31:00.190Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-10T03:31:00.190Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-10T03:31:00.191Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-10T03:31:00.191Z * rust toolchain channel = "stable"
272026-04-10T03:31:00.191Z * rust toolchain profile = "default"
282026-04-10T03:31:00.194Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T03:31:00.194Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-10T03:31:00.312Zinfo: downloading installer
312026-04-10T03:31:01.718Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T03:31:01.718Zwarn: /opt/ooce/bin
332026-04-10T03:31:01.718Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T03:31:01.718Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T03:31:01.718Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T03:31:01.718Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T03:31:01.718Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T03:31:01.719Zerror: cannot install while Rust is installed
392026-04-10T03:31:01.719Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T03:31:01.719Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T03:31:01.719Zwarn: /home/build/.rustup/settings.toml
422026-04-10T03:31:01.719Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T03:31:01.719Zwarn: instead of the one inferred from the default host triple.
442026-04-10T03:31:01.732Zinfo: profile set to default
452026-04-10T03:31:01.732Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T03:31:01.735Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-10T03:31:01.871Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T03:31:01.874Zinfo: downloading 6 components
492026-04-10T03:31:16.279Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-10T03:31:16.279Z
512026-04-10T03:31:16.310Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T03:31:16.310Z
532026-04-10T03:31:16.310Z
542026-04-10T03:31:16.310ZRust is installed now. Great!
552026-04-10T03:31:16.310Z
562026-04-10T03:31:16.310ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T03:31:16.310Zenvironment variable. This has not been done automatically.
582026-04-10T03:31:16.310Z
592026-04-10T03:31:16.310ZTo configure your current shell, you need to source
602026-04-10T03:31:16.310Zthe corresponding env file under $HOME/.cargo.
612026-04-10T03:31:16.310Z
622026-04-10T03:31:16.310ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T03:31:16.310Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T03:31:16.310Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T03:31:16.310Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T03:31:16.310Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T03:31:16.310Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T03:31:16.310Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T03:31:16.313Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T03:31:16.314Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T03:31:16.410Z+ rustup --version
722026-04-10T03:31:16.419Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T03:31:16.422Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T03:31:16.441Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T03:31:16.444Z+ cargo --version
762026-04-10T03:31:16.456Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T03:31:16.460Z+ rustc --version
782026-04-10T03:31:16.479Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T03:31:16.482Zprocess exited: duration 16294 ms, exit code 0
 
802026-04-10T03:31:16.488Zstarting task 2: "authentication"
812026-04-10T03:31:16.504Zprocess exited: duration 16 ms, exit code 0
 
822026-04-10T03:31:16.510Zstarting task 3: "clone repository"
832026-04-10T03:31:16.513Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-10T03:31:16.516Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-10T03:31:16.547ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-10T03:31:17.331Z+ cd /work/oxidecomputer/maghemite
872026-04-10T03:31:17.332Z+ git fetch origin 3d44036dea0a79cda4ba0dbbd943f1602d4507b8
882026-04-10T03:31:17.578ZFrom https://github.com/oxidecomputer/maghemite
892026-04-10T03:31:17.578Z * branch 3d44036dea0a79cda4ba0dbbd943f1602d4507b8 -> FETCH_HEAD
902026-04-10T03:31:17.585Z+ [[ -n trey/random-fix-fun-time ]]
912026-04-10T03:31:17.588Z++ git branch --show-current
922026-04-10T03:31:17.588Z+ current=main
932026-04-10T03:31:17.588Z+ [[ main != trey/random-fix-fun-time ]]
942026-04-10T03:31:17.588Z+ git branch -f trey/random-fix-fun-time 3d44036dea0a79cda4ba0dbbd943f1602d4507b8
952026-04-10T03:31:17.591Z+ git checkout -f trey/random-fix-fun-time
962026-04-10T03:31:17.607ZSwitched to branch 'trey/random-fix-fun-time'
972026-04-10T03:31:17.610Z+ git reset --hard 3d44036dea0a79cda4ba0dbbd943f1602d4507b8
982026-04-10T03:31:17.619ZHEAD is now at 3d44036 bgp: disallow OPEN/KEEPALIVE from extended msg
992026-04-10T03:31:17.622Zprocess exited: duration 1109 ms, exit code 0
 
1002026-04-10T03:31:17.628Zstarting task 4: "build"
1012026-04-10T03:31:17.631Z+ set -e
1022026-04-10T03:31:17.631Z+ NEXTEST_VERSION=0.9.97
1032026-04-10T03:31:17.634Z+ PLATFORM=illumos
1042026-04-10T03:31:17.634Z+ cargo --version
1052026-04-10T03:31:17.637Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1062026-04-10T03:31:17.782Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1072026-04-10T03:31:17.785Zinfo: downloading 6 components
1082026-04-10T03:31:32.142Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1092026-04-10T03:31:32.145Z+ rustc --version
1102026-04-10T03:31:32.173Zrustc 1.94.1 (e408947bf 2026-03-25)
1112026-04-10T03:31:32.177Z+ cargo install cargo-nextest --version 0.9.97
1122026-04-10T03:31:32.219Z Updating crates.io index
1132026-04-10T03:31:32.312Z Downloading crates ...
1142026-04-10T03:31:32.388Z Downloaded cargo-nextest v0.9.97
1152026-04-10T03:31:32.451Z Installing cargo-nextest v0.9.97
1162026-04-10T03:31:32.491Z Updating crates.io index
1172026-04-10T03:31:35.122Z Locking 407 packages to latest compatible versions
1182026-04-10T03:31:35.127Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-04-10T03:31:35.130Z Adding duct v0.13.7 (available: v1.1.1)
1202026-04-10T03:31:35.130Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-04-10T03:31:35.130Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-04-10T03:31:35.133Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1232026-04-10T03:31:35.133Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1242026-04-10T03:31:35.133Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-04-10T03:31:35.135Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1262026-04-10T03:31:35.138Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-04-10T03:31:35.156Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-04-10T03:31:35.165Z Downloading crates ...
1292026-04-10T03:31:35.231Z Downloaded atomic-waker v1.1.2
1302026-04-10T03:31:35.243Z Downloaded anstyle-query v1.1.5
1312026-04-10T03:31:35.246Z Downloaded backtrace-ext v0.2.1
1322026-04-10T03:31:35.246Z Downloaded async-scoped v0.9.0
1332026-04-10T03:31:35.249Z Downloaded futures-io v0.3.32
1342026-04-10T03:31:35.252Z Downloaded adler2 v2.0.1
1352026-04-10T03:31:35.255Z Downloaded cfg-if v1.0.4
1362026-04-10T03:31:35.260Z Downloaded autocfg v1.5.0
1372026-04-10T03:31:35.265Z Downloaded atomicwrites v0.4.4
1382026-04-10T03:31:35.268Z Downloaded fixedbitset v0.5.7
1392026-04-10T03:31:35.271Z Downloaded block-buffer v0.10.4
1402026-04-10T03:31:35.271Z Downloaded cargo_metadata v0.23.1
1412026-04-10T03:31:35.274Z Downloaded anstyle-parse v1.0.0
1422026-04-10T03:31:35.274Z Downloaded camino v1.2.2
1432026-04-10T03:31:35.277Z Downloaded anstream v1.0.0
1442026-04-10T03:31:35.277Z Downloaded home v0.5.12
1452026-04-10T03:31:35.280Z Downloaded lazy_static v1.5.0
1462026-04-10T03:31:35.280Z Downloaded foldhash v0.1.5
1472026-04-10T03:31:35.282Z Downloaded color-spantrace v0.3.0
1482026-04-10T03:31:35.282Z Downloaded camino-tempfile v1.4.1
1492026-04-10T03:31:35.285Z Downloaded document-features v0.2.12
1502026-04-10T03:31:35.285Z Downloaded form_urlencoded v1.2.2
1512026-04-10T03:31:35.285Z Downloaded convert_case v0.10.0
1522026-04-10T03:31:35.290Z Downloaded foreign-types v0.3.2
1532026-04-10T03:31:35.293Z Downloaded cfg-expr v0.20.7
1542026-04-10T03:31:35.296Z Downloaded curve25519-dalek-derive v0.1.1
1552026-04-10T03:31:35.299Z Downloaded bitflags v2.11.0
1562026-04-10T03:31:35.311Z Downloaded futures-sink v0.3.32
1572026-04-10T03:31:35.315Z Downloaded futures-task v0.3.32
1582026-04-10T03:31:35.315Z Downloaded cargo-platform v0.3.2
1592026-04-10T03:31:35.315Z Downloaded colorchoice v1.0.5
1602026-04-10T03:31:35.318Z Downloaded cpufeatures v0.2.17
1612026-04-10T03:31:35.321Z Downloaded percent-encoding v2.3.2
1622026-04-10T03:31:35.321Z Downloaded cargo-platform v0.2.0
1632026-04-10T03:31:35.325Z Downloaded ordered-float v2.10.1
1642026-04-10T03:31:35.329Z Downloaded futures-macro v0.3.32
1652026-04-10T03:31:35.329Z Downloaded foreign-types-shared v0.1.1
1662026-04-10T03:31:35.331Z Downloaded debug-ignore v1.0.5
1672026-04-10T03:31:35.331Z Downloaded os_pipe v1.2.3
1682026-04-10T03:31:35.335Z Downloaded clap_lex v1.1.0
1692026-04-10T03:31:35.335Z Downloaded crypto-common v0.1.7
1702026-04-10T03:31:35.338Z Downloaded base64ct v1.8.3
1712026-04-10T03:31:35.338Z Downloaded anstyle v1.0.14
1722026-04-10T03:31:35.341Z Downloaded rustc_version v0.4.1
1732026-04-10T03:31:35.344Z Downloaded guppy-workspace-hack v0.1.0
1742026-04-10T03:31:35.344Z Downloaded errno v0.3.14
1752026-04-10T03:31:35.347Z Downloaded pathdiff v0.2.3
1762026-04-10T03:31:35.347Z Downloaded fnv v1.0.7
1772026-04-10T03:31:35.347Z Downloaded openssl-macros v0.1.1
1782026-04-10T03:31:35.347Z Downloaded hex v0.4.3
1792026-04-10T03:31:35.350Z Downloaded number_prefix v0.4.0
1802026-04-10T03:31:35.350Z Downloaded hyper-tls v0.6.0
1812026-04-10T03:31:35.353Z Downloaded equivalent v1.0.2
1822026-04-10T03:31:35.353Z Downloaded scopeguard v1.2.0
1832026-04-10T03:31:35.353Z Downloaded heck v0.5.0
1842026-04-10T03:31:35.356Z Downloaded is_terminal_polyfill v1.70.2
1852026-04-10T03:31:35.356Z Downloaded cfg_aliases v0.2.1
1862026-04-10T03:31:35.356Z Downloaded indicatif v0.17.11
1872026-04-10T03:31:35.359Z Downloaded globset v0.4.18
1882026-04-10T03:31:35.359Z Downloaded serde-value v0.7.0
1892026-04-10T03:31:35.362Z Downloaded futures-channel v0.3.32
1902026-04-10T03:31:35.362Z Downloaded bytes v1.11.1
1912026-04-10T03:31:35.365Z Downloaded serde_ignored v0.1.14
1922026-04-10T03:31:35.368Z Downloaded serde_spanned v0.6.9
1932026-04-10T03:31:35.368Z Downloaded shell-words v1.1.1
1942026-04-10T03:31:35.369Z Downloaded rustc-hash v2.1.2
1952026-04-10T03:31:35.369Z Downloaded idna_adapter v1.0.0
1962026-04-10T03:31:35.372Z Downloaded serde_urlencoded v0.7.1
1972026-04-10T03:31:35.372Z Downloaded shared_child v1.1.1
1982026-04-10T03:31:35.372Z Downloaded futures-core v0.3.32
1992026-04-10T03:31:35.375Z Downloaded ed25519 v2.2.3
2002026-04-10T03:31:35.375Z Downloaded humantime-serde v1.1.1
2012026-04-10T03:31:35.378Z Downloaded generic-array v0.14.7
2022026-04-10T03:31:35.378Z Downloaded futures-executor v0.3.32
2032026-04-10T03:31:35.378Z Downloaded erased-serde v0.4.10
2042026-04-10T03:31:35.381Z Downloaded nested v0.1.1
2052026-04-10T03:31:35.381Z Downloaded filetime v0.2.27
2062026-04-10T03:31:35.384Z Downloaded digest v0.10.7
2072026-04-10T03:31:35.384Z Downloaded itoa v1.0.18
2082026-04-10T03:31:35.384Z Downloaded http-body-util v0.1.3
2092026-04-10T03:31:35.386Z Downloaded future-queue v0.4.0
2102026-04-10T03:31:35.389Z Downloaded nextest-workspace-hack v0.1.0
2112026-04-10T03:31:35.389Z Downloaded http-body v1.0.1
2122026-04-10T03:31:35.389Z Downloaded mukti-metadata v0.3.0
2132026-04-10T03:31:35.389Z Downloaded indent_write v2.2.0
2142026-04-10T03:31:35.392Z Downloaded dialoguer v0.11.0
2152026-04-10T03:31:35.392Z Downloaded openssl-probe v0.2.1
2162026-04-10T03:31:35.395Z Downloaded serde_spanned v1.1.1
2172026-04-10T03:31:35.395Z Downloaded enable-ansi-support v0.2.1
2182026-04-10T03:31:35.395Z Downloaded indenter v0.3.4
2192026-04-10T03:31:35.398Z Downloaded duct v0.13.7
2202026-04-10T03:31:35.401Z Downloaded signature v2.2.0
2212026-04-10T03:31:35.404Z Downloaded signal-hook-mio v0.2.5
2222026-04-10T03:31:35.404Z Downloaded lru-slab v0.1.2
2232026-04-10T03:31:35.407Z Downloaded find-msvc-tools v0.1.9
2242026-04-10T03:31:35.410Z Downloaded rand_core v0.6.4
2252026-04-10T03:31:35.410Z Downloaded newtype-uuid v1.3.2
2262026-04-10T03:31:35.413Z Downloaded pkg-config v0.3.32
2272026-04-10T03:31:35.413Z Downloaded native-tls v0.2.18
2282026-04-10T03:31:35.415Z Downloaded cargo_metadata v0.20.0
2292026-04-10T03:31:35.418Z Downloaded strip-ansi-escapes v0.2.1
2302026-04-10T03:31:35.421Z Downloaded humantime v2.3.0
2312026-04-10T03:31:35.421Z Downloaded either v1.15.0
2322026-04-10T03:31:35.421Z Downloaded supports-hyperlinks v3.2.0
2332026-04-10T03:31:35.424Z Downloaded strsim v0.11.1
2342026-04-10T03:31:35.427Z Downloaded ahash v0.8.12
2352026-04-10T03:31:35.427Z Downloaded sigchld v0.2.4
2362026-04-10T03:31:35.429Z Downloaded serde_path_to_error v0.1.20
2372026-04-10T03:31:35.429Z Downloaded cargo-util-schemas v0.2.0
2382026-04-10T03:31:35.429Z Downloaded sync_wrapper v1.0.2
2392026-04-10T03:31:35.432Z Downloaded supports-unicode v3.0.0
2402026-04-10T03:31:35.432Z Downloaded supports-color v3.0.2
2412026-04-10T03:31:35.432Z Downloaded subtle v2.6.1
2422026-04-10T03:31:35.432Z Downloaded terminal_size v0.4.4
2432026-04-10T03:31:35.435Z Downloaded swrite v0.1.0
2442026-04-10T03:31:35.435Z Downloaded fastrand v2.4.1
2452026-04-10T03:31:35.438Z Downloaded base64 v0.22.1
2462026-04-10T03:31:35.438Z Downloaded addr2line v0.25.1
2472026-04-10T03:31:35.441Z Downloaded pin-project-lite v0.2.17
2482026-04-10T03:31:35.443Z Downloaded semver v1.0.28
2492026-04-10T03:31:35.447Z Downloaded getrandom v0.2.17
2502026-04-10T03:31:35.447Z Downloaded self-replace v1.5.0
2512026-04-10T03:31:35.451Z Downloaded eyre v0.6.12
2522026-04-10T03:31:35.451Z Downloaded lock_api v0.4.14
2532026-04-10T03:31:35.451Z Downloaded clap_derive v4.6.0
2542026-04-10T03:31:35.454Z Downloaded tokio-macros v2.7.0
2552026-04-10T03:31:35.454Z Downloaded toml_datetime v0.6.11
2562026-04-10T03:31:35.454Z Downloaded pkcs8 v0.10.2
2572026-04-10T03:31:35.457Z Downloaded signal-hook-registry v1.4.8
2582026-04-10T03:31:35.457Z Downloaded rustc-demangle v0.1.27
2592026-04-10T03:31:35.457Z Downloaded rand_chacha v0.9.0
2602026-04-10T03:31:35.460Z Downloaded smol_str v0.3.6
2612026-04-10T03:31:35.460Z Downloaded jobserver v0.1.34
2622026-04-10T03:31:35.460Z Downloaded slab v0.4.12
2632026-04-10T03:31:35.463Z Downloaded tinyvec_macros v0.1.1
2642026-04-10T03:31:35.463Z Downloaded simd-adler32 v0.3.9
2652026-04-10T03:31:35.463Z Downloaded tower-layer v0.3.3
2662026-04-10T03:31:35.466Z Downloaded nextest-metadata v0.12.2
2672026-04-10T03:31:35.466Z Downloaded toml_write v0.1.2
2682026-04-10T03:31:35.466Z Downloaded ipnet v2.12.0
2692026-04-10T03:31:35.466Z Downloaded miette-derive v7.6.0
2702026-04-10T03:31:35.469Z Downloaded quote v1.0.45
2712026-04-10T03:31:35.469Z Downloaded is_ci v1.2.0
2722026-04-10T03:31:35.471Z Downloaded spki v0.7.3
2732026-04-10T03:31:35.471Z Downloaded rand_core v0.9.5
2742026-04-10T03:31:35.471Z Downloaded serde-untagged v0.1.9
2752026-04-10T03:31:35.474Z Downloaded crc32fast v1.5.0
2762026-04-10T03:31:35.474Z Downloaded pin-project-internal v1.1.11
2772026-04-10T03:31:35.477Z Downloaded rustls-pki-types v1.14.0
2782026-04-10T03:31:35.481Z Downloaded once_cell v1.21.4
2792026-04-10T03:31:35.485Z Downloaded parking_lot v0.12.5
2802026-04-10T03:31:35.487Z Downloaded try-lock v0.2.5
2812026-04-10T03:31:35.487Z Downloaded typeid v1.0.3
2822026-04-10T03:31:35.487Z Downloaded tracing-error v0.2.1
2832026-04-10T03:31:35.487Z Downloaded owo-colors v4.3.0
2842026-04-10T03:31:35.490Z Downloaded backtrace v0.3.76
2852026-04-10T03:31:35.493Z Downloaded static_assertions v1.1.0
2862026-04-10T03:31:35.497Z Downloaded nextest-filtering v0.15.0
2872026-04-10T03:31:35.501Z Downloaded thiserror-impl v1.0.69
2882026-04-10T03:31:35.504Z Downloaded target-lexicon v0.13.3
2892026-04-10T03:31:35.504Z Downloaded unicode-xid v0.2.6
2902026-04-10T03:31:35.507Z Downloaded thiserror v1.0.69
2912026-04-10T03:31:35.510Z Downloaded utf8parse v0.2.2
2922026-04-10T03:31:35.510Z Downloaded utf8_iter v1.0.4
2932026-04-10T03:31:35.510Z Downloaded urlencoding v2.1.3
2942026-04-10T03:31:35.510Z Downloaded config v0.15.22
2952026-04-10T03:31:35.513Z Downloaded untrusted v0.9.0
2962026-04-10T03:31:35.513Z Downloaded unicode-linebreak v0.1.5
2972026-04-10T03:31:35.516Z Downloaded target-spec-miette v0.4.6
2982026-04-10T03:31:35.516Z Downloaded getrandom v0.3.4
2992026-04-10T03:31:35.518Z Downloaded futures v0.3.32
3002026-04-10T03:31:35.521Z Downloaded xattr v1.6.1
3012026-04-10T03:31:35.525Z Downloaded version_check v0.9.5
3022026-04-10T03:31:35.528Z Downloaded smallvec v1.15.1
3032026-04-10T03:31:35.528Z Downloaded console v0.15.11
3042026-04-10T03:31:35.528Z Downloaded quick-junit v0.5.2
3052026-04-10T03:31:35.531Z Downloaded ppv-lite86 v0.2.21
3062026-04-10T03:31:35.531Z Downloaded parking_lot_core v0.9.12
3072026-04-10T03:31:35.534Z Downloaded tower-service v0.3.3
3082026-04-10T03:31:35.534Z Downloaded hyper-rustls v0.27.7
3092026-04-10T03:31:35.537Z Downloaded sha2 v0.10.9
3102026-04-10T03:31:35.540Z Downloaded litrs v1.0.0
3112026-04-10T03:31:35.543Z Downloaded iana-time-zone v0.1.65
3122026-04-10T03:31:35.546Z Downloaded getrandom v0.4.2
3132026-04-10T03:31:35.548Z Downloaded clap v4.6.0
3142026-04-10T03:31:35.558Z Downloaded tracing-log v0.2.0
3152026-04-10T03:31:35.561Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3162026-04-10T03:31:35.564Z Downloaded serde_derive v1.0.228
3172026-04-10T03:31:35.568Z Downloaded target-spec v3.6.0
3182026-04-10T03:31:35.568Z Downloaded sharded-slab v0.1.7
3192026-04-10T03:31:35.571Z Downloaded pin-project v1.1.11
3202026-04-10T03:31:35.576Z Downloaded tokio-native-tls v0.3.1
3212026-04-10T03:31:35.579Z Downloaded tempfile v3.27.0
3222026-04-10T03:31:35.579Z Downloaded unicase v2.9.0
3232026-04-10T03:31:35.579Z Downloaded zeroize v1.8.2
3242026-04-10T03:31:35.582Z Downloaded toml_writer v1.1.1+spec-1.1.0
3252026-04-10T03:31:35.582Z Downloaded want v0.3.1
3262026-04-10T03:31:35.582Z Downloaded socket2 v0.6.3
3272026-04-10T03:31:35.582Z Downloaded signal-hook v0.3.18
3282026-04-10T03:31:35.585Z Downloaded thread_local v1.1.9
3292026-04-10T03:31:35.585Z Downloaded toml_parser v1.1.2+spec-1.1.0
3302026-04-10T03:31:35.588Z Downloaded zstd-safe v7.2.4
3312026-04-10T03:31:35.588Z Downloaded zstd v0.13.3
3322026-04-10T03:31:35.588Z Downloaded zipsign-api v0.1.5
3332026-04-10T03:31:35.592Z Downloaded tokio-stream v0.1.18
3342026-04-10T03:31:35.595Z Downloaded derive-where v1.6.1
3352026-04-10T03:31:35.595Z Downloaded quinn-udp v0.5.14
3362026-04-10T03:31:35.595Z Downloaded ryu v1.0.23
3372026-04-10T03:31:35.599Z Downloaded num-traits v0.2.19
3382026-04-10T03:31:35.602Z Downloaded thiserror-impl v2.0.18
3392026-04-10T03:31:35.602Z Downloaded thiserror v2.0.18
3402026-04-10T03:31:35.605Z Downloaded zmij v1.0.21
3412026-04-10T03:31:35.605Z Downloaded proc-macro2 v1.0.106
3422026-04-10T03:31:35.608Z Downloaded serde_core v1.0.228
3432026-04-10T03:31:35.608Z Downloaded httparse v1.10.1
3442026-04-10T03:31:35.611Z Downloaded shlex v1.3.0
3452026-04-10T03:31:35.611Z Downloaded const-oid v0.9.6
3462026-04-10T03:31:35.611Z Downloaded borsh v1.6.1
3472026-04-10T03:31:35.615Z Downloaded xxhash-rust v0.8.15
3482026-04-10T03:31:35.617Z Downloaded tinyvec v1.11.0
3492026-04-10T03:31:35.617Z Downloaded ed25519-dalek v2.2.0
3502026-04-10T03:31:35.620Z Downloaded derive_more v2.1.1
3512026-04-10T03:31:35.626Z Downloaded tokio-rustls v0.26.4
3522026-04-10T03:31:35.629Z Downloaded cc v1.2.59
3532026-04-10T03:31:35.632Z Downloaded toml v1.1.2+spec-1.1.0
3542026-04-10T03:31:35.632Z Downloaded flate2 v1.1.9
3552026-04-10T03:31:35.635Z Downloaded tracing-attributes v0.1.31
3562026-04-10T03:31:35.638Z Downloaded textwrap v0.16.2
3572026-04-10T03:31:35.641Z Downloaded toml v0.8.23
3582026-04-10T03:31:35.641Z Downloaded tracing-core v0.1.36
3592026-04-10T03:31:35.658Z Downloaded toml_edit v0.22.27
3602026-04-10T03:31:35.661Z Downloaded tar v0.4.45
3612026-04-10T03:31:35.663Z Downloaded self_update v0.42.0
3622026-04-10T03:31:35.666Z Downloaded log v0.4.29
3632026-04-10T03:31:35.666Z Downloaded unicode-ident v1.0.24
3642026-04-10T03:31:35.669Z Downloaded openssl-sys v0.9.112
3652026-04-10T03:31:35.672Z Downloaded der v0.7.10
3662026-04-10T03:31:35.675Z Downloaded miniz_oxide v0.8.9
3672026-04-10T03:31:35.677Z Downloaded derive_more-impl v2.1.1
3682026-04-10T03:31:35.681Z Downloaded serde v1.0.228
3692026-04-10T03:31:35.697Z Downloaded aho-corasick v1.1.4
3702026-04-10T03:31:35.702Z Downloaded vte v0.14.1
3712026-04-10T03:31:35.704Z Downloaded h2 v0.4.13
3722026-04-10T03:31:35.707Z Downloaded quinn v0.11.9
3732026-04-10T03:31:35.711Z Downloaded rustls-webpki v0.103.10
3742026-04-10T03:31:35.713Z Downloaded crossterm v0.29.0
3752026-04-10T03:31:35.716Z Downloaded memchr v2.8.0
3762026-04-10T03:31:35.719Z Downloaded rand v0.9.2
3772026-04-10T03:31:35.722Z Downloaded hashbrown v0.15.5
3782026-04-10T03:31:35.730Z Downloaded guppy v0.17.25
3792026-04-10T03:31:35.733Z Downloaded typenum v1.19.0
3802026-04-10T03:31:35.736Z Downloaded itertools v0.14.0
3812026-04-10T03:31:35.739Z Downloaded serde_json v1.0.149
3822026-04-10T03:31:35.743Z Downloaded mio v1.2.0
3832026-04-10T03:31:35.746Z Downloaded futures-util v0.3.32
3842026-04-10T03:31:35.752Z Downloaded uuid v1.23.0
3852026-04-10T03:31:35.755Z Downloaded tower-http v0.6.8
3862026-04-10T03:31:35.760Z Downloaded miette v7.6.0
3872026-04-10T03:31:35.763Z Downloaded hyper-util v0.1.20
3882026-04-10T03:31:35.766Z Downloaded http v1.4.0
3892026-04-10T03:31:35.769Z Downloaded clap_builder v4.6.0
3902026-04-10T03:31:35.772Z Downloaded url v2.5.8
3912026-04-10T03:31:35.772Z Downloaded indexmap v2.14.0
3922026-04-10T03:31:35.775Z Downloaded hashbrown v0.17.0
3932026-04-10T03:31:35.791Z Downloaded unicode-segmentation v1.13.2
3942026-04-10T03:31:35.794Z Downloaded winnow v1.0.1
3952026-04-10T03:31:35.797Z Downloaded ron v0.12.1
3962026-04-10T03:31:35.802Z Downloaded chrono v0.4.44
3972026-04-10T03:31:35.807Z Downloaded tracing-subscriber v0.3.23
3982026-04-10T03:31:35.816Z Downloaded tower v0.5.3
3992026-04-10T03:31:35.822Z Downloaded curve25519-dalek v4.1.3
4002026-04-10T03:31:35.827Z Downloaded idna v1.1.0
4012026-04-10T03:31:35.830Z Downloaded gimli v0.32.3
4022026-04-10T03:31:35.834Z Downloaded bstr v1.12.1
4032026-04-10T03:31:35.838Z Downloaded unicode-width v0.1.14
4042026-04-10T03:31:35.843Z Downloaded syn v2.0.117
4052026-04-10T03:31:35.853Z Downloaded unicode-normalization v0.1.25
4062026-04-10T03:31:35.865Z Downloaded regex v1.12.3
4072026-04-10T03:31:35.868Z Downloaded iri-string v0.7.12
4082026-04-10T03:31:35.872Z Downloaded tokio-util v0.7.18
4092026-04-10T03:31:35.876Z Downloaded pulldown-cmark v0.13.3
4102026-04-10T03:31:35.887Z Downloaded tracing v0.1.44
4112026-04-10T03:31:35.897Z Downloaded reqwest v0.12.28
4122026-04-10T03:31:35.901Z Downloaded hyper v1.9.0
4132026-04-10T03:31:35.905Z Downloaded color-eyre v0.6.5
4142026-04-10T03:31:35.929Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4152026-04-10T03:31:35.938Z Downloaded quick-xml v0.38.4
4162026-04-10T03:31:35.941Z Downloaded quick-xml v0.37.5
4172026-04-10T03:31:35.944Z Downloaded portable-atomic v1.13.1
4182026-04-10T03:31:35.949Z Downloaded tokio v1.51.1
4192026-04-10T03:31:35.977Z Downloaded winnow v0.7.15
4202026-04-10T03:31:35.984Z Downloaded quinn-proto v0.11.14
4212026-04-10T03:31:36.006Z Downloaded vcpkg v0.2.15
4222026-04-10T03:31:36.029Z Downloaded webpki-roots v1.0.6
4232026-04-10T03:31:36.032Z Downloaded nextest-runner v0.80.0
4242026-04-10T03:31:36.038Z Downloaded openssl v0.10.76
4252026-04-10T03:31:36.050Z Downloaded unicode-width v0.2.2
4262026-04-10T03:31:36.064Z Downloaded zerocopy v0.8.48
4272026-04-10T03:31:36.084Z Downloaded object v0.37.3
4282026-04-10T03:31:36.090Z Downloaded nix v0.30.1
4292026-04-10T03:31:36.096Z Downloaded regex-syntax v0.8.10
4302026-04-10T03:31:36.100Z Downloaded rustls v0.23.37
4312026-04-10T03:31:36.106Z Downloaded rustix v0.38.44
4322026-04-10T03:31:36.118Z Downloaded rustix v1.1.4
4332026-04-10T03:31:36.176Z Downloaded regex-automata v0.4.14
4342026-04-10T03:31:36.223Z Downloaded petgraph v0.8.3
4352026-04-10T03:31:36.234Z Downloaded libc v0.2.184
4362026-04-10T03:31:36.310Z Downloaded recursion v0.5.4
4372026-04-10T03:31:36.315Z Downloaded ring v0.17.14
4382026-04-10T03:31:36.375Z Compiling proc-macro2 v1.0.106
4392026-04-10T03:31:36.378Z Compiling libc v0.2.184
4402026-04-10T03:31:36.378Z Compiling quote v1.0.45
4412026-04-10T03:31:36.378Z Compiling unicode-ident v1.0.24
4422026-04-10T03:31:36.378Z Compiling serde_core v1.0.228
4432026-04-10T03:31:36.378Z Compiling cfg-if v1.0.4
4442026-04-10T03:31:36.378Z Compiling memchr v2.8.0
4452026-04-10T03:31:36.500Z Compiling once_cell v1.21.4
4462026-04-10T03:31:36.604Z Compiling log v0.4.29
4472026-04-10T03:31:36.629Z Compiling pin-project-lite v0.2.17
4482026-04-10T03:31:36.719Z Compiling serde v1.0.228
4492026-04-10T03:31:36.762Z Compiling itoa v1.0.18
4502026-04-10T03:31:36.897Z Compiling futures-core v0.3.32
4512026-04-10T03:31:36.996Z Compiling bitflags v2.11.0
4522026-04-10T03:31:37.046Z Compiling smallvec v1.15.1
4532026-04-10T03:31:37.056Z Compiling hashbrown v0.17.0
4542026-04-10T03:31:37.289Z Compiling shlex v1.3.0
4552026-04-10T03:31:37.377Z Compiling errno v0.3.14
4562026-04-10T03:31:37.447Z Compiling find-msvc-tools v0.1.9
4572026-04-10T03:31:37.469Z Compiling equivalent v1.0.2
4582026-04-10T03:31:37.556Z Compiling signal-hook-registry v1.4.8
4592026-04-10T03:31:37.567Z Compiling jobserver v0.1.34
4602026-04-10T03:31:37.624Z Compiling bytes v1.11.1
4612026-04-10T03:31:37.694Z Compiling mio v1.2.0
4622026-04-10T03:31:37.710Z Compiling syn v2.0.117
4632026-04-10T03:31:37.722Z Compiling rustix v1.1.4
4642026-04-10T03:31:37.783Z Compiling cc v1.2.59
4652026-04-10T03:31:37.891Z Compiling futures-sink v0.3.32
4662026-04-10T03:31:38.008Z Compiling socket2 v0.6.3
4672026-04-10T03:31:38.141Z Compiling zmij v1.0.21
4682026-04-10T03:31:38.447Z Compiling slab v0.4.12
4692026-04-10T03:31:38.512Z Compiling futures-channel v0.3.32
4702026-04-10T03:31:38.568Z Compiling tracing-core v0.1.36
4712026-04-10T03:31:38.665Z Compiling version_check v0.9.5
4722026-04-10T03:31:38.776Z Compiling indexmap v2.14.0
4732026-04-10T03:31:38.890Z Compiling serde_json v1.0.149
4742026-04-10T03:31:38.950Z Compiling futures-task v0.3.32
4752026-04-10T03:31:39.128Z Compiling getrandom v0.4.2
4762026-04-10T03:31:39.140Z Compiling futures-io v0.3.32
4772026-04-10T03:31:39.283Z Compiling camino v1.2.2
4782026-04-10T03:31:39.339Z Compiling unicode-width v0.2.2
4792026-04-10T03:31:39.623Z Compiling ring v0.17.14
4802026-04-10T03:31:39.626Z Compiling http v1.4.0
4812026-04-10T03:31:39.657Z Compiling adler2 v2.0.1
4822026-04-10T03:31:39.669Z Compiling simd-adler32 v0.3.9
4832026-04-10T03:31:39.694Z Compiling autocfg v1.5.0
4842026-04-10T03:31:39.818Z Compiling percent-encoding v2.3.2
4852026-04-10T03:31:40.047Z Compiling zeroize v1.8.2
4862026-04-10T03:31:40.091Z Compiling num-traits v0.2.19
4872026-04-10T03:31:40.166Z Compiling miniz_oxide v0.8.9
4882026-04-10T03:31:40.312Z Compiling target-lexicon v0.13.3
4892026-04-10T03:31:40.504Z Compiling zerocopy v0.8.48
4902026-04-10T03:31:40.766Z Compiling object v0.37.3
4912026-04-10T03:31:40.826Z Compiling getrandom v0.3.4
4922026-04-10T03:31:40.963Z Compiling http-body v1.0.1
4932026-04-10T03:31:41.125Z Compiling rustls-pki-types v1.14.0
4942026-04-10T03:31:41.161Z Compiling semver v1.0.28
4952026-04-10T03:31:41.256Z Compiling getrandom v0.2.17
4962026-04-10T03:31:41.380Z Compiling serde_derive v1.0.228
4972026-04-10T03:31:41.447Z Compiling tokio-macros v2.7.0
4982026-04-10T03:31:41.459Z Compiling futures-macro v0.3.32
4992026-04-10T03:31:41.584Z Compiling tracing-attributes v0.1.31
5002026-04-10T03:31:41.700Z Compiling httparse v1.10.1
5012026-04-10T03:31:41.828Z Compiling gimli v0.32.3
5022026-04-10T03:31:41.953Z Compiling guppy-workspace-hack v0.1.0
5032026-04-10T03:31:42.041Z Compiling typenum v1.19.0
5042026-04-10T03:31:42.162Z Compiling signal-hook v0.3.18
5052026-04-10T03:31:42.174Z Compiling tokio v1.51.1
5062026-04-10T03:31:42.253Z Compiling futures-util v0.3.32
5072026-04-10T03:31:42.369Z Compiling thiserror v2.0.18
5082026-04-10T03:31:42.380Z Compiling owo-colors v4.3.0
5092026-04-10T03:31:42.685Z Compiling fnv v1.0.7
5102026-04-10T03:31:42.699Z Compiling untrusted v0.9.0
5112026-04-10T03:31:42.776Z Compiling tracing v0.1.44
5122026-04-10T03:31:42.954Z Compiling thiserror-impl v2.0.18
5132026-04-10T03:31:43.718Z Compiling addr2line v0.25.1
5142026-04-10T03:31:44.480Z Compiling form_urlencoded v1.2.2
5152026-04-10T03:31:44.601Z Compiling generic-array v0.14.7
5162026-04-10T03:31:44.708Z Compiling atomic-waker v1.1.2
5172026-04-10T03:31:44.747Z Compiling thiserror v1.0.69
5182026-04-10T03:31:44.821Z Compiling typeid v1.0.3
5192026-04-10T03:31:44.838Z Compiling rustc-demangle v0.1.27
5202026-04-10T03:31:44.890Z Compiling fastrand v2.4.1
5212026-04-10T03:31:45.044Z Compiling try-lock v0.2.5
5222026-04-10T03:31:45.098Z Compiling rustls v0.23.37
5232026-04-10T03:31:45.158Z Compiling target-spec v3.6.0
5242026-04-10T03:31:45.220Z Compiling pkg-config v0.3.32
5252026-04-10T03:31:45.305Z Compiling idna_adapter v1.0.0
5262026-04-10T03:31:45.409Z Compiling tower-service v0.3.3
5272026-04-10T03:31:45.427Z Compiling utf8_iter v1.0.4
5282026-04-10T03:31:45.522Z Compiling want v0.3.1
5292026-04-10T03:31:45.590Z Compiling idna v1.1.0
5302026-04-10T03:31:45.649Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5312026-04-10T03:31:45.745Z Compiling tempfile v3.27.0
5322026-04-10T03:31:46.006Z Compiling tokio-util v0.7.18
5332026-04-10T03:31:46.089Z Compiling backtrace v0.3.76
5342026-04-10T03:31:46.572Z Compiling h2 v0.4.13
5352026-04-10T03:31:46.632Z Compiling cfg-expr v0.20.7
5362026-04-10T03:31:47.625Z Compiling thiserror-impl v1.0.69
5372026-04-10T03:31:47.710Z Compiling terminal_size v0.4.4
5382026-04-10T03:31:47.849Z Compiling aho-corasick v1.1.4
5392026-04-10T03:31:47.867Z Compiling winnow v0.7.15
5402026-04-10T03:31:48.496Z Compiling subtle v2.6.1
5412026-04-10T03:31:48.654Z Compiling rustls-webpki v0.103.10
5422026-04-10T03:31:48.755Z Compiling regex-syntax v0.8.10
5432026-04-10T03:31:49.848Z Compiling erased-serde v0.4.10
5442026-04-10T03:31:50.950Z Compiling regex-automata v0.4.14
5452026-04-10T03:31:51.143Z Compiling hyper v1.9.0
5462026-04-10T03:31:53.240Z Compiling url v2.5.8
5472026-04-10T03:31:54.889Z Compiling toml_datetime v0.6.11
5482026-04-10T03:31:55.046Z Compiling serde_spanned v0.6.9
5492026-04-10T03:31:55.210Z Compiling ahash v0.8.12
5502026-04-10T03:31:55.265Z Compiling sync_wrapper v1.0.2
5512026-04-10T03:31:55.382Z Compiling parking_lot_core v0.9.12
5522026-04-10T03:31:55.447Z Compiling ipnet v2.12.0
5532026-04-10T03:31:55.652Z Compiling is_ci v1.2.0
5542026-04-10T03:31:55.665Z Compiling base64 v0.22.1
5552026-04-10T03:31:55.774Z Compiling unicode-segmentation v1.13.2
5562026-04-10T03:31:55.821Z Compiling foldhash v0.1.5
5572026-04-10T03:31:55.961Z Compiling portable-atomic v1.13.1
5582026-04-10T03:31:56.036Z Compiling unicode-linebreak v0.1.5
5592026-04-10T03:31:56.152Z Compiling lazy_static v1.5.0
5602026-04-10T03:31:56.165Z Compiling crc32fast v1.5.0
5612026-04-10T03:31:56.259Z Compiling tower-layer v0.3.3
5622026-04-10T03:31:56.310Z Compiling toml_write v0.1.2
5632026-04-10T03:31:56.429Z Compiling either v1.15.0
5642026-04-10T03:31:56.455Z Compiling nextest-workspace-hack v0.1.0
5652026-04-10T03:31:56.507Z Compiling toml_edit v0.22.27
5662026-04-10T03:31:56.586Z Compiling tower v0.5.3
5672026-04-10T03:31:56.644Z Compiling textwrap v0.16.2
5682026-04-10T03:31:56.644Z Compiling sharded-slab v0.1.7
5692026-04-10T03:31:56.678Z Compiling convert_case v0.10.0
5702026-04-10T03:31:56.932Z Compiling hashbrown v0.15.5
5712026-04-10T03:31:57.204Z Compiling hyper-util v0.1.20
5722026-04-10T03:31:57.239Z Compiling supports-color v3.0.2
5732026-04-10T03:31:57.560Z Compiling tokio-rustls v0.26.4
5742026-04-10T03:31:57.847Z Compiling backtrace-ext v0.2.1
5752026-04-10T03:31:58.039Z Compiling ordered-float v2.10.1
5762026-04-10T03:31:58.109Z Compiling webpki-roots v1.0.6
5772026-04-10T03:31:58.113Z Compiling miette-derive v7.6.0
5782026-04-10T03:31:58.228Z Compiling pathdiff v0.2.3
5792026-04-10T03:31:58.316Z Compiling console v0.15.11
5802026-04-10T03:31:58.354Z Compiling tracing-log v0.2.0
5812026-04-10T03:31:58.724Z Compiling cargo-platform v0.3.2
5822026-04-10T03:31:59.240Z Compiling os_pipe v1.2.3
5832026-04-10T03:31:59.284Z Compiling thread_local v1.1.9
5842026-04-10T03:31:59.409Z Compiling unicode-width v0.1.14
5852026-04-10T03:31:59.637Z Compiling debug-ignore v1.0.5
5862026-04-10T03:31:59.648Z Compiling supports-unicode v3.0.0
5872026-04-10T03:31:59.713Z Compiling winnow v1.0.1
5882026-04-10T03:31:59.747Z Compiling utf8parse v0.2.2
5892026-04-10T03:31:59.816Z Compiling iri-string v0.7.12
5902026-04-10T03:31:59.856Z Compiling scopeguard v1.2.0
5912026-04-10T03:31:59.963Z Compiling supports-hyperlinks v3.2.0
5922026-04-10T03:32:00.150Z Compiling ryu v1.0.23
5932026-04-10T03:32:00.185Z Compiling rustix v0.38.44
5942026-04-10T03:32:00.438Z Compiling pulldown-cmark v0.13.3
5952026-04-10T03:32:00.523Z Compiling cfg_aliases v0.2.1
5962026-04-10T03:32:00.596Z Compiling zstd-safe v7.2.4
5972026-04-10T03:32:00.650Z Compiling fixedbitset v0.5.7
5982026-04-10T03:32:00.829Z Compiling toml_parser v1.1.2+spec-1.1.0
5992026-04-10T03:32:01.146Z Compiling petgraph v0.8.3
6002026-04-10T03:32:01.175Z Compiling nix v0.30.1
6012026-04-10T03:32:01.552Z Compiling tower-http v0.6.8
6022026-04-10T03:32:02.152Z Compiling serde_urlencoded v0.7.1
6032026-04-10T03:32:02.293Z Compiling miette v7.6.0
6042026-04-10T03:32:02.403Z Compiling lock_api v0.4.14
6052026-04-10T03:32:02.455Z Compiling anstyle-parse v1.0.0
6062026-04-10T03:32:02.532Z Compiling tracing-subscriber v0.3.23
6072026-04-10T03:32:02.643Z Compiling sigchld v0.2.4
6082026-04-10T03:32:02.672Z Compiling cargo_metadata v0.23.1
6092026-04-10T03:32:02.850Z Compiling serde-value v0.7.0
6102026-04-10T03:32:03.077Z Compiling hyper-rustls v0.27.7
6112026-04-10T03:32:03.569Z Compiling toml v0.8.23
6122026-04-10T03:32:03.752Z Compiling serde-untagged v0.1.9
6132026-04-10T03:32:04.810Z Compiling derive_more-impl v2.1.1
6142026-04-10T03:32:05.675Z Compiling itertools v0.14.0
6152026-04-10T03:32:06.168Z Compiling regex v1.12.3
6162026-04-10T03:32:06.434Z Compiling block-buffer v0.10.4
6172026-04-10T03:32:06.450Z Compiling crypto-common v0.1.7
6182026-04-10T03:32:06.477Z Compiling ppv-lite86 v0.2.21
6192026-04-10T03:32:06.582Z Compiling futures-executor v0.3.32
6202026-04-10T03:32:06.582Z Compiling rand_core v0.9.5
6212026-04-10T03:32:06.807Z Compiling pin-project-internal v1.1.11
6222026-04-10T03:32:06.835Z Compiling http-body-util v0.1.3
6232026-04-10T03:32:07.108Z Compiling uuid v1.23.0
6242026-04-10T03:32:07.135Z Compiling smol_str v0.3.6
6252026-04-10T03:32:07.163Z Compiling toml_datetime v1.1.1+spec-1.1.0
6262026-04-10T03:32:07.474Z Compiling serde_spanned v1.1.1
6272026-04-10T03:32:07.579Z Compiling filetime v0.2.27
6282026-04-10T03:32:07.612Z Compiling bstr v1.12.1
6292026-04-10T03:32:07.628Z Compiling vte v0.14.1
6302026-04-10T03:32:07.640Z Compiling unicase v2.9.0
6312026-04-10T03:32:07.776Z Compiling is_terminal_polyfill v1.70.2
6322026-04-10T03:32:07.814Z Compiling litrs v1.0.0
6332026-04-10T03:32:07.834Z Compiling self_update v0.42.0
6342026-04-10T03:32:07.845Z Compiling eyre v0.6.12
6352026-04-10T03:32:07.856Z Compiling iana-time-zone v0.1.65
6362026-04-10T03:32:07.867Z Compiling nested v0.1.1
6372026-04-10T03:32:08.053Z Compiling anstyle v1.0.14
6382026-04-10T03:32:08.065Z Compiling static_assertions v1.1.0
6392026-04-10T03:32:08.136Z Compiling anstyle-query v1.1.5
6402026-04-10T03:32:08.148Z Compiling color-spantrace v0.3.0
6412026-04-10T03:32:08.187Z Compiling unicode-xid v0.2.6
6422026-04-10T03:32:08.240Z Compiling tinyvec_macros v0.1.1
6432026-04-10T03:32:08.286Z Compiling number_prefix v0.4.0
6442026-04-10T03:32:08.308Z Compiling xattr v1.6.1
6452026-04-10T03:32:08.319Z Compiling colorchoice v1.0.5
6462026-04-10T03:32:08.430Z Compiling tar v0.4.45
6472026-04-10T03:32:08.442Z Compiling anstream v1.0.0
6482026-04-10T03:32:08.484Z Compiling indicatif v0.17.11
6492026-04-10T03:32:08.495Z Compiling tinyvec v1.11.0
6502026-04-10T03:32:08.509Z Compiling cargo-util-schemas v0.2.0
6512026-04-10T03:32:08.904Z Compiling document-features v0.2.12
6522026-04-10T03:32:09.202Z Compiling guppy v0.17.25
6532026-04-10T03:32:09.346Z Compiling globset v0.4.18
6542026-04-10T03:32:09.446Z Compiling chrono v0.4.44
6552026-04-10T03:32:09.954Z Compiling pin-project v1.1.11
6562026-04-10T03:32:10.055Z Compiling strip-ansi-escapes v0.2.1
6572026-04-10T03:32:10.557Z Compiling toml v1.1.2+spec-1.1.0
6582026-04-10T03:32:10.951Z Compiling newtype-uuid v1.3.2
6592026-04-10T03:32:11.047Z Compiling nextest-metadata v0.12.2
6602026-04-10T03:32:11.140Z Compiling reqwest v0.12.28
6612026-04-10T03:32:11.629Z Compiling rand_chacha v0.9.0
6622026-04-10T03:32:12.195Z Compiling futures v0.3.32
6632026-04-10T03:32:12.280Z Compiling digest v0.10.7
6642026-04-10T03:32:12.507Z Compiling flate2 v1.1.9
6652026-04-10T03:32:12.581Z Compiling derive_more v2.1.1
6662026-04-10T03:32:12.663Z Compiling parking_lot v0.12.5
6672026-04-10T03:32:12.816Z Compiling tracing-error v0.2.1
6682026-04-10T03:32:13.043Z Compiling shared_child v1.1.1
6692026-04-10T03:32:13.396Z Compiling signal-hook-mio v0.2.5
6702026-04-10T03:32:13.523Z Compiling self-replace v1.5.0
6712026-04-10T03:32:13.569Z Compiling cargo-platform v0.2.0
6722026-04-10T03:32:13.775Z Compiling quick-xml v0.38.4
6732026-04-10T03:32:13.824Z Compiling quick-xml v0.37.5
6742026-04-10T03:32:14.125Z Compiling cpufeatures v0.2.17
6752026-04-10T03:32:14.201Z Compiling heck v0.5.0
6762026-04-10T03:32:14.403Z Compiling clap_lex v1.1.0
6772026-04-10T03:32:14.891Z Compiling strsim v0.11.1
6782026-04-10T03:32:15.035Z Compiling shell-words v1.1.1
6792026-04-10T03:32:15.285Z Compiling urlencoding v2.1.3
6802026-04-10T03:32:15.353Z Compiling humantime v2.3.0
6812026-04-10T03:32:15.382Z Compiling recursion v0.5.4
6822026-04-10T03:32:15.519Z Compiling indenter v0.3.4
6832026-04-10T03:32:15.532Z Compiling nextest-filtering v0.15.0
6842026-04-10T03:32:15.732Z Compiling humantime-serde v1.1.1
6852026-04-10T03:32:15.886Z Compiling clap_builder v4.6.0
6862026-04-10T03:32:16.156Z Compiling clap_derive v4.6.0
6872026-04-10T03:32:16.251Z Compiling quick-junit v0.5.2
6882026-04-10T03:32:17.904Z Compiling sha2 v0.10.9
6892026-04-10T03:32:19.101Z Compiling atomicwrites v0.4.4
6902026-04-10T03:32:19.376Z Compiling cargo_metadata v0.20.0
6912026-04-10T03:32:19.379Z Compiling crossterm v0.29.0
6922026-04-10T03:32:20.330Z Compiling cargo-nextest v0.9.97
6932026-04-10T03:32:20.631Z Compiling duct v0.13.7
6942026-04-10T03:32:21.345Z Compiling zstd v0.13.3
6952026-04-10T03:32:22.234Z Compiling async-scoped v0.9.0
6962026-04-10T03:32:22.379Z Compiling rand v0.9.2
6972026-04-10T03:32:22.392Z Compiling config v0.15.22
6982026-04-10T03:32:22.421Z Compiling unicode-normalization v0.1.25
6992026-04-10T03:32:22.537Z Compiling target-spec-miette v0.4.6
7002026-04-10T03:32:22.894Z Compiling future-queue v0.4.0
7012026-04-10T03:32:22.943Z Compiling mukti-metadata v0.3.0
7022026-04-10T03:32:22.996Z Compiling tokio-stream v0.1.18
7032026-04-10T03:32:23.120Z Compiling camino-tempfile v1.4.1
7042026-04-10T03:32:23.176Z Compiling derive-where v1.6.1
7052026-04-10T03:32:23.429Z Compiling serde_ignored v0.1.14
7062026-04-10T03:32:23.527Z Compiling serde_path_to_error v0.1.20
7072026-04-10T03:32:23.654Z Compiling swrite v0.1.0
7082026-04-10T03:32:23.677Z Compiling home v0.5.12
7092026-04-10T03:32:23.761Z Compiling xxhash-rust v0.8.15
7102026-04-10T03:32:23.843Z Compiling hex v0.4.3
7112026-04-10T03:32:23.940Z Compiling indent_write v2.2.0
7122026-04-10T03:32:23.973Z Compiling color-eyre v0.6.5
7132026-04-10T03:32:24.105Z Compiling clap v4.6.0
7142026-04-10T03:32:24.130Z Compiling dialoguer v0.11.0
7152026-04-10T03:32:24.188Z Compiling enable-ansi-support v0.2.1
7162026-04-10T03:32:24.418Z Compiling nextest-runner v0.80.0
7172026-04-10T03:32:42.645Z Finished `release` profile [optimized] target(s) in 1m 10s
7182026-04-10T03:32:42.826Z Installing /home/build/.cargo/bin/cargo-nextest
7192026-04-10T03:32:42.829Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7202026-04-10T03:32:42.939Z+ source .github/buildomat/test-common.sh
7212026-04-10T03:32:42.942Z++ NEXTEST_VERSION=0.9.97
7222026-04-10T03:32:42.943Z++ PLATFORM=illumos
7232026-04-10T03:32:42.943Z++ banner install
7242026-04-10T03:32:42.943Z
7252026-04-10T03:32:42.943Z # # # #### ##### ## # #
7262026-04-10T03:32:42.943Z # ## # # # # # # #
7272026-04-10T03:32:42.943Z # # # # #### # # # # #
7282026-04-10T03:32:42.943Z # # # # # # ###### # #
7292026-04-10T03:32:42.943Z # # ## # # # # # # #
7302026-04-10T03:32:42.943Z # # # #### # # # ###### ######
7312026-04-10T03:32:42.943Z
7322026-04-10T03:32:42.946Z++ set +o errexit
7332026-04-10T03:32:42.946Z++ pkg info clang-15
7342026-04-10T03:32:42.946Z++ grep -qi installed
7352026-04-10T03:32:44.185Zpkg: info: no packages matching the following patterns you specified are
7362026-04-10T03:32:44.185Zinstalled on the system. Try querying remotely instead:
7372026-04-10T03:32:44.185Z
7382026-04-10T03:32:44.185Z clang-15
7392026-04-10T03:32:44.224Z++ [[ 1 != 0 ]]
7402026-04-10T03:32:44.224Z++ set -o errexit
7412026-04-10T03:32:44.227Z++ pfexec pkg install clang-15
7422026-04-10T03:32:50.991Z Startup: Refreshing catalog 'helios-dev' ... Done
7432026-04-10T03:32:58.160Z Startup: Caching catalogs ... Done
7442026-04-10T03:33:03.267ZPlanning: Solver setup ... Done
7452026-04-10T03:33:03.290ZPlanning: Running solver ... Done
7462026-04-10T03:33:03.417ZPlanning: Finding local manifests ... Done
7472026-04-10T03:33:03.435ZPlanning: Fetching manifests: 0/2 0% complete
7482026-04-10T03:33:03.537ZPlanning: Fetching manifests: 2/2 100% complete
7492026-04-10T03:33:03.567ZPlanning: Package planning ... Done
7502026-04-10T03:33:03.593ZPlanning: Merging actions ... Done
7512026-04-10T03:33:03.708ZPlanning: Checking for conflicting actions ... Done
7522026-04-10T03:33:03.713ZPlanning: Consolidating action changes ... Done
7532026-04-10T03:33:04.371ZPlanning: Evaluating mediators ... Done
7542026-04-10T03:33:04.377ZPlanning: Planning completed in 6.05 seconds
7552026-04-10T03:33:04.388Z Packages to install: 2
7562026-04-10T03:33:04.388Z Mediators to change: 2
7572026-04-10T03:33:04.388Z Services to change: 1
7582026-04-10T03:33:04.391Z Create boot environment: No
7592026-04-10T03:33:04.391ZCreate backup boot environment: No
7602026-04-10T03:33:04.429Z
7612026-04-10T03:33:04.429ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7622026-04-10T03:33:09.430ZDownload: 1280/3076 items 114.4/211.3MB 54% complete (23.3M/s)
7632026-04-10T03:33:14.802ZDownload: 3066/3076 items 209.4/211.3MB 99% complete (21.3M/s)
7642026-04-10T03:33:14.851ZDownload: Completed 211.31 MB in 10.42 seconds (20.3M/s)
7652026-04-10T03:33:15.094Z Actions: 1/3418 actions (Installing new actions)
7662026-04-10T03:33:18.232Z Actions: Completed 3418 actions in 3.14 seconds.
7672026-04-10T03:33:18.545Z Done
7682026-04-10T03:33:18.545Z Done
7692026-04-10T03:33:19.258Z Done
7702026-04-10T03:33:22.435Z Done
7712026-04-10T03:33:22.510Z Done
7722026-04-10T03:33:22.513Z Done
7732026-04-10T03:33:22.837Z Done
7742026-04-10T03:33:23.507Z++ set -o errexit
7752026-04-10T03:33:23.507Z++ cargo --version
7762026-04-10T03:33:23.517Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
7772026-04-10T03:33:23.520Z++ rustc --version
7782026-04-10T03:33:23.540Zrustc 1.94.1 (e408947bf 2026-03-25)
7792026-04-10T03:33:23.543Z++ cargo install cargo-nextest --version 0.9.97
7802026-04-10T03:33:23.597Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7812026-04-10T03:33:23.600Z+ pushd rdb
7822026-04-10T03:33:23.600Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7832026-04-10T03:33:23.600Z+ PROPTEST_CASES=1000000
7842026-04-10T03:33:23.600Z+ cargo nextest run --lib proptest
7852026-04-10T03:33:23.761Z Updating git repository `https://github.com/oxidecomputer/falcon`
7862026-04-10T03:33:24.319ZFrom https://github.com/oxidecomputer/falcon
7872026-04-10T03:33:24.319Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7882026-04-10T03:33:24.395Z Updating crates.io index
7892026-04-10T03:33:24.440Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7902026-04-10T03:33:25.146ZFrom https://github.com/oxidecomputer/dendrite
7912026-04-10T03:33:25.146Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7922026-04-10T03:33:25.225Z Updating git repository `https://github.com/oxidecomputer/ispf`
7932026-04-10T03:33:25.452ZFrom https://github.com/oxidecomputer/ispf
7942026-04-10T03:33:25.452Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7952026-04-10T03:33:25.458Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7962026-04-10T03:33:25.779ZFrom https://github.com/oxidecomputer/netadm-sys
7972026-04-10T03:33:25.779Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7982026-04-10T03:33:25.787Z Updating git repository `https://github.com/oxidecomputer/omicron`
7992026-04-10T03:33:33.164ZFrom https://github.com/oxidecomputer/omicron
8002026-04-10T03:33:33.164Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
8012026-04-10T03:33:33.564Z Updating git repository `https://github.com/oxidecomputer/opte`
8022026-04-10T03:33:34.109ZFrom https://github.com/oxidecomputer/opte
8032026-04-10T03:33:34.109Z * [new ref] 28d5170f6f7d75b6b436e12207eb7ad98a2e4a15 -> refs/commit/28d5170f6f7d75b6b436e12207eb7ad98a2e4a15
8042026-04-10T03:33:34.267Z Updating git repository `https://github.com/illumos/smf-rs`
8052026-04-10T03:33:34.524ZFrom https://github.com/illumos/smf-rs
8062026-04-10T03:33:34.524Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8072026-04-10T03:33:34.637Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8082026-04-10T03:33:34.885ZFrom https://github.com/oxidecomputer/network-interface
8092026-04-10T03:33:34.885Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8102026-04-10T03:33:34.909Z Updating git repository `https://github.com/oxidecomputer/zone`
8112026-04-10T03:33:35.135ZFrom https://github.com/oxidecomputer/zone
8122026-04-10T03:33:35.135Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8132026-04-10T03:33:35.162Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142026-04-10T03:33:36.364ZFrom https://github.com/oxidecomputer/propolis
8152026-04-10T03:33:36.364Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8162026-04-10T03:33:36.480Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8172026-04-10T03:33:36.953ZFrom https://github.com/oxidecomputer/transceiver-control
8182026-04-10T03:33:36.954Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8192026-04-10T03:33:36.973Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8202026-04-10T03:33:37.250ZFrom https://github.com/oxidecomputer/dlpi-sys
8212026-04-10T03:33:37.251Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8222026-04-10T03:33:37.256Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8232026-04-10T03:33:37.518ZFrom https://github.com/jmesmon/rust-libzfs
8242026-04-10T03:33:37.518Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8252026-04-10T03:33:37.526Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8262026-04-10T03:33:37.781ZFrom https://github.com/oxidecomputer/rusty-doors
8272026-04-10T03:33:37.781Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8282026-04-10T03:33:37.822Z Updating git repository `https://github.com/oxidecomputer/lldp`
8292026-04-10T03:33:38.138ZFrom https://github.com/oxidecomputer/lldp
8302026-04-10T03:33:38.138Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8312026-04-10T03:33:38.231Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8322026-04-10T03:33:38.495ZFrom https://github.com/oxidecomputer/slog-error-chain
8332026-04-10T03:33:38.495Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8342026-04-10T03:33:38.520Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8352026-04-10T03:33:38.797ZFrom https://github.com/oxidecomputer/tufaceous
8362026-04-10T03:33:38.797Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8372026-04-10T03:33:38.904Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8382026-04-10T03:33:39.349ZFrom https://github.com/oxidecomputer/management-gateway-service
8392026-04-10T03:33:39.349Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8402026-04-10T03:33:39.364Z Updating git repository `https://github.com/oxidecomputer/crucible`
8412026-04-10T03:33:40.154ZFrom https://github.com/oxidecomputer/crucible
8422026-04-10T03:33:40.154Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8432026-04-10T03:33:40.387Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8442026-04-10T03:33:40.632ZFrom https://github.com/oxidecomputer/serde_human_bytes
8452026-04-10T03:33:40.632Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8462026-04-10T03:33:40.946Z Updating git repository `https://github.com/oxidecomputer/propolis`
8472026-04-10T03:33:41.303ZFrom https://github.com/oxidecomputer/propolis
8482026-04-10T03:33:41.303Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8492026-04-10T03:33:41.389Z Updating git repository `https://github.com/oxidecomputer/tofino`
8502026-04-10T03:33:41.651ZFrom https://github.com/oxidecomputer/tofino
8512026-04-10T03:33:41.651Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8522026-04-10T03:33:41.658Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532026-04-10T03:33:42.177ZFrom https://github.com/oxidecomputer/maghemite
8542026-04-10T03:33:42.177Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8552026-04-10T03:33:42.265Z Updating git repository `https://github.com/oxidecomputer/clickward`
8562026-04-10T03:33:42.546ZFrom https://github.com/oxidecomputer/clickward
8572026-04-10T03:33:42.546Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8582026-04-10T03:33:42.715Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8592026-04-10T03:33:43.154ZFrom https://github.com/oxidecomputer/illumos-devinfo
8602026-04-10T03:33:43.155Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8612026-04-10T03:33:43.251Z Updating git repository `https://github.com/oxidecomputer/crucible`
8622026-04-10T03:33:43.589ZFrom https://github.com/oxidecomputer/crucible
8632026-04-10T03:33:43.589Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8642026-04-10T03:33:44.526Z Downloading crates ...
8652026-04-10T03:33:44.666Z Downloaded instant v0.1.13
8662026-04-10T03:33:44.669Z Downloaded linked-hash-map v0.5.6
8672026-04-10T03:33:44.672Z Downloaded embedded-io v0.4.0
8682026-04-10T03:33:44.672Z Downloaded hmac v0.12.1
8692026-04-10T03:33:44.675Z Downloaded base16ct v1.0.0
8702026-04-10T03:33:44.678Z Downloaded highway v1.3.0
8712026-04-10T03:33:44.678Z Downloaded async-recursion v1.1.1
8722026-04-10T03:33:44.681Z Downloaded expectorate v1.2.0
8732026-04-10T03:33:44.684Z Downloaded num v0.4.3
8742026-04-10T03:33:44.687Z Downloaded icu_normalizer_data v2.1.1
8752026-04-10T03:33:44.687Z Downloaded fs-err v3.3.0
8762026-04-10T03:33:44.690Z Downloaded cobs v0.3.0
8772026-04-10T03:33:44.692Z Downloaded defmt-macros v1.0.1
8782026-04-10T03:33:44.696Z Downloaded erased-serde v0.3.31
8792026-04-10T03:33:44.699Z Downloaded hashbrown v0.12.3
8802026-04-10T03:33:44.699Z Downloaded cstr-argument v0.1.2
8812026-04-10T03:33:44.702Z Downloaded cargo_toml v0.22.3
8822026-04-10T03:33:44.702Z Downloaded bytecount v0.6.9
8832026-04-10T03:33:44.704Z Downloaded crunchy v0.2.4
8842026-04-10T03:33:44.707Z Downloaded cmake v0.1.58
8852026-04-10T03:33:44.707Z Downloaded dropshot_endpoint v0.17.0
8862026-04-10T03:33:44.710Z Downloaded nix v0.31.2
8872026-04-10T03:33:44.717Z Downloaded enum-as-inner v0.6.1
8882026-04-10T03:33:44.721Z Downloaded num-conv v0.2.1
8892026-04-10T03:33:44.724Z Downloaded bit-vec v0.8.0
8902026-04-10T03:33:44.724Z Downloaded icu_properties v2.1.2
8912026-04-10T03:33:44.728Z Downloaded dunce v1.0.5
8922026-04-10T03:33:44.728Z Downloaded foreign-types-macros v0.2.3
8932026-04-10T03:33:44.728Z Downloaded dropshot-api-manager-types v0.7.0
8942026-04-10T03:33:44.732Z Downloaded darling v0.23.0
8952026-04-10T03:33:44.735Z Downloaded num_enum v0.5.11
8962026-04-10T03:33:44.739Z Downloaded olpc-cjson v0.1.4
8972026-04-10T03:33:44.739Z Downloaded no-std-compat v0.4.1
8982026-04-10T03:33:44.743Z Downloaded inout v0.1.4
8992026-04-10T03:33:44.743Z Downloaded httpdate v1.0.3
9002026-04-10T03:33:44.743Z Downloaded gethostname v0.5.0
9012026-04-10T03:33:44.747Z Downloaded cpufeatures v0.3.0
9022026-04-10T03:33:44.747Z Downloaded float-ord v0.3.2
9032026-04-10T03:33:44.750Z Downloaded num-derive v0.4.2
9042026-04-10T03:33:44.751Z Downloaded fastrand v2.3.0
9052026-04-10T03:33:44.751Z Downloaded embedded-io v0.6.1
9062026-04-10T03:33:44.755Z Downloaded const-random v0.1.18
9072026-04-10T03:33:44.755Z Downloaded fxhash v0.2.1
9082026-04-10T03:33:44.759Z Downloaded bit-set v0.8.0
9092026-04-10T03:33:44.759Z Downloaded crossbeam-epoch v0.9.18
9102026-04-10T03:33:44.759Z Downloaded crc8 v0.1.1
9112026-04-10T03:33:44.764Z Downloaded ipnetwork v0.21.1
9122026-04-10T03:33:44.764Z Downloaded icu_normalizer v2.1.1
9132026-04-10T03:33:44.769Z Downloaded darling_macro v0.21.3
9142026-04-10T03:33:44.769Z Downloaded arrayref v0.3.9
9152026-04-10T03:33:44.769Z Downloaded match_cfg v0.1.0
9162026-04-10T03:33:44.774Z Downloaded macaddr v1.0.1
9172026-04-10T03:33:44.774Z Downloaded glob v0.3.3
9182026-04-10T03:33:44.775Z Downloaded hubpack v0.1.2
9192026-04-10T03:33:44.775Z Downloaded num_enum_derive v0.5.11
9202026-04-10T03:33:44.785Z Downloaded heapless v0.8.0
9212026-04-10T03:33:44.785Z Downloaded dtrace-parser v0.2.0
9222026-04-10T03:33:44.785Z Downloaded fixedbitset v0.4.2
9232026-04-10T03:33:44.785Z Downloaded chacha20 v0.10.0
9242026-04-10T03:33:44.789Z Downloaded darling_macro v0.23.0
9252026-04-10T03:33:44.789Z Downloaded async-stream v0.3.6
9262026-04-10T03:33:44.789Z Downloaded newtype-uuid-macros v0.1.0
9272026-04-10T03:33:44.789Z Downloaded base16ct v0.2.0
9282026-04-10T03:33:44.789Z Downloaded parse-display v0.10.0
9292026-04-10T03:33:44.794Z Downloaded ciborium-io v0.2.2
9302026-04-10T03:33:44.794Z Downloaded memmap v0.7.0
9312026-04-10T03:33:44.794Z Downloaded cookie v0.18.1
9322026-04-10T03:33:44.808Z Downloaded async-stream-impl v0.3.6
9332026-04-10T03:33:44.808Z Downloaded dtrace-parser v0.3.0
9342026-04-10T03:33:44.808Z Downloaded dof v0.3.0
9352026-04-10T03:33:44.808Z Downloaded opaque-debug v0.3.1
9362026-04-10T03:33:44.808Z Downloaded keccak v0.1.6
9372026-04-10T03:33:44.808Z Downloaded internet-checksum v0.2.1
9382026-04-10T03:33:44.808Z Downloaded hostname v0.3.1
9392026-04-10T03:33:44.808Z Downloaded dyn-clone v1.0.20
9402026-04-10T03:33:44.808Z Downloaded icu_provider v2.1.1
9412026-04-10T03:33:44.818Z Downloaded git-stub v1.0.0
9422026-04-10T03:33:44.818Z Downloaded num_threads v0.1.7
9432026-04-10T03:33:44.818Z Downloaded defmt-parser v1.0.0
9442026-04-10T03:33:44.818Z Downloaded foreign-types v0.5.0
9452026-04-10T03:33:44.822Z Downloaded convert_case v0.4.0
9462026-04-10T03:33:44.822Z Downloaded ident_case v1.0.1
9472026-04-10T03:33:44.823Z Downloaded crossbeam-deque v0.8.6
9482026-04-10T03:33:44.823Z Downloaded natord v1.0.9
9492026-04-10T03:33:44.823Z Downloaded heck v0.4.1
9502026-04-10T03:33:44.823Z Downloaded newtype_derive v0.1.6
9512026-04-10T03:33:44.823Z Downloaded idna_adapter v1.2.1
9522026-04-10T03:33:44.823Z Downloaded managed v0.8.0
9532026-04-10T03:33:44.827Z Downloaded csv-core v0.1.13
9542026-04-10T03:33:44.827Z Downloaded foreign-types-shared v0.3.1
9552026-04-10T03:33:44.827Z Downloaded constant_time_eq v0.4.2
9562026-04-10T03:33:44.827Z Downloaded linear-map v1.2.0
9572026-04-10T03:33:44.830Z Downloaded plain v0.2.3
9582026-04-10T03:33:44.831Z Downloaded potential_utf v0.1.4
9592026-04-10T03:33:44.831Z Downloaded phf_shared v0.12.1
9602026-04-10T03:33:44.835Z Downloaded hash32 v0.3.1
9612026-04-10T03:33:44.835Z Downloaded num_enum_derive v0.7.6
9622026-04-10T03:33:44.835Z Downloaded num-iter v0.1.45
9632026-04-10T03:33:44.839Z Downloaded num-derive v0.3.3
9642026-04-10T03:33:44.840Z Downloaded mime v0.3.17
9652026-04-10T03:33:44.840Z Downloaded diff v0.1.13
9662026-04-10T03:33:44.843Z Downloaded progenitor-macro v0.10.0
9672026-04-10T03:33:44.843Z Downloaded libscf-sys v1.1.0
9682026-04-10T03:33:44.843Z Downloaded omicron-workspace-hack v0.1.0
9692026-04-10T03:33:44.847Z Downloaded defmt v1.0.1
9702026-04-10T03:33:44.847Z Downloaded proc-macro-error-attr v1.0.4
9712026-04-10T03:33:44.847Z Downloaded group v0.13.0
9722026-04-10T03:33:44.851Z Downloaded powerfmt v0.2.0
9732026-04-10T03:33:44.851Z Downloaded libsw-core v0.3.2
9742026-04-10T03:33:44.854Z Downloaded rand_chacha v0.3.1
9752026-04-10T03:33:44.854Z Downloaded quick-error v1.2.3
9762026-04-10T03:33:44.857Z Downloaded rustc_version v0.1.7
9772026-04-10T03:33:44.857Z Downloaded fs_extra v1.3.0
9782026-04-10T03:33:44.857Z Downloaded const_format_proc_macros v0.2.34
9792026-04-10T03:33:44.860Z Downloaded proc-macro-error-attr2 v2.0.0
9802026-04-10T03:33:44.860Z Downloaded pretty-hex v0.4.2
9812026-04-10T03:33:44.860Z Downloaded argon2 v0.5.3
9822026-04-10T03:33:44.863Z Downloaded byteorder v1.5.0
9832026-04-10T03:33:44.863Z Downloaded hickory-resolver v0.25.2
9842026-04-10T03:33:44.866Z Downloaded progenitor-macro v0.13.0
9852026-04-10T03:33:44.869Z Downloaded ref-cast v1.0.25
9862026-04-10T03:33:44.869Z Downloaded progenitor-client v0.11.2
9872026-04-10T03:33:44.872Z Downloaded proc-macro-crate v3.5.0
9882026-04-10T03:33:44.873Z Downloaded ff v0.13.1
9892026-04-10T03:33:44.876Z Downloaded phf v0.12.1
9902026-04-10T03:33:44.876Z Downloaded colored v3.1.1
9912026-04-10T03:33:44.882Z Downloaded pem v3.0.6
9922026-04-10T03:33:44.882Z Downloaded proc-macro-crate v1.3.1
9932026-04-10T03:33:44.882Z Downloaded progenitor-macro v0.11.2
9942026-04-10T03:33:44.885Z Downloaded ref-cast-impl v1.0.25
9952026-04-10T03:33:44.885Z Downloaded displaydoc v0.2.5
9962026-04-10T03:33:44.885Z Downloaded console v0.16.3
9972026-04-10T03:33:44.885Z Downloaded anyhow v1.0.102
9982026-04-10T03:33:44.888Z Downloaded same-file v1.0.6
9992026-04-10T03:33:44.888Z Downloaded num-rational v0.4.2
10002026-04-10T03:33:44.891Z Downloaded ingot-types v0.1.2
10012026-04-10T03:33:44.891Z Downloaded num_enum v0.7.6
10022026-04-10T03:33:44.894Z Downloaded secrecy v0.10.3
10032026-04-10T03:33:44.897Z Downloaded password-hash v0.5.0
10042026-04-10T03:33:44.897Z Downloaded proc-macro-error v1.0.4
10052026-04-10T03:33:44.900Z Downloaded oxnet v0.1.4
10062026-04-10T03:33:44.903Z Downloaded scroll_derive v0.13.1
10072026-04-10T03:33:44.903Z Downloaded nom v7.1.3
10082026-04-10T03:33:44.905Z Downloaded scroll_derive v0.12.1
10092026-04-10T03:33:44.905Z Downloaded litemap v0.8.1
10102026-04-10T03:33:44.908Z Downloaded serial_test_derive v3.4.0
10112026-04-10T03:33:44.908Z Downloaded serde_spanned v1.1.0
10122026-04-10T03:33:44.912Z Downloaded serde_plain v1.0.2
10132026-04-10T03:33:44.912Z Downloaded indicatif v0.18.4
10142026-04-10T03:33:44.914Z Downloaded progenitor v0.10.0
10152026-04-10T03:33:44.917Z Downloaded pest_generator v2.8.6
10162026-04-10T03:33:44.917Z Downloaded proc-macro-error2 v2.0.1
10172026-04-10T03:33:44.921Z Downloaded rand_xorshift v0.4.0
10182026-04-10T03:33:44.921Z Downloaded rand_core v0.10.0
10192026-04-10T03:33:44.924Z Downloaded sigpipe v0.1.3
10202026-04-10T03:33:44.924Z Downloaded siphasher v1.0.2
10212026-04-10T03:33:44.924Z Downloaded memoffset v0.9.1
10222026-04-10T03:33:44.924Z Downloaded serde-big-array v0.5.1
10232026-04-10T03:33:44.927Z Downloaded memmap2 v0.9.10
10242026-04-10T03:33:44.927Z Downloaded ingot-macros v0.1.1
10252026-04-10T03:33:44.930Z Downloaded strum v0.26.3
10262026-04-10T03:33:44.930Z Downloaded slog-bunyan v2.5.0
10272026-04-10T03:33:44.930Z Downloaded semver v0.1.20
10282026-04-10T03:33:44.930Z Downloaded sha1 v0.10.6
10292026-04-10T03:33:44.933Z Downloaded rustls-native-certs v0.8.3
10302026-04-10T03:33:44.933Z Downloaded darling v0.21.3
10312026-04-10T03:33:44.936Z Downloaded rusty-fork v0.3.1
10322026-04-10T03:33:44.939Z Downloaded progenitor v0.13.0
10332026-04-10T03:33:44.939Z Downloaded elliptic-curve v0.13.8
10342026-04-10T03:33:44.942Z Downloaded spin v0.5.2
10352026-04-10T03:33:44.943Z Downloaded smawk v0.3.2
10362026-04-10T03:33:44.945Z Downloaded testing_table v0.3.0
10372026-04-10T03:33:44.945Z Downloaded crossbeam-channel v0.5.15
10382026-04-10T03:33:44.948Z Downloaded dropshot_endpoint v0.16.7
10392026-04-10T03:33:44.948Z Downloaded serde_derive_internals v0.29.1
10402026-04-10T03:33:44.951Z Downloaded omicron-zone-package v0.12.2
10412026-04-10T03:33:44.951Z Downloaded postcard v1.1.3
10422026-04-10T03:33:44.954Z Downloaded rustversion v1.0.22
10432026-04-10T03:33:44.957Z Downloaded scroll v0.12.0
10442026-04-10T03:33:44.957Z Downloaded structmeta v0.3.0
10452026-04-10T03:33:44.957Z Downloaded stable_deref_trait v1.2.1
10462026-04-10T03:33:44.960Z Downloaded half v2.7.1
10472026-04-10T03:33:44.960Z Downloaded tabwriter v1.4.1
10482026-04-10T03:33:44.960Z Downloaded serial_test v3.4.0
10492026-04-10T03:33:44.963Z Downloaded oxide-tokio-rt v0.1.3
10502026-04-10T03:33:44.963Z Downloaded scroll v0.13.0
10512026-04-10T03:33:44.966Z Downloaded schemars_derive v0.8.22
10522026-04-10T03:33:44.966Z Downloaded thread-id v4.2.2
10532026-04-10T03:33:44.966Z Downloaded resolv-conf v0.7.6
10542026-04-10T03:33:44.969Z Downloaded deranged v0.5.8
10552026-04-10T03:33:44.969Z Downloaded cancel-safe-futures v0.1.5
10562026-04-10T03:33:44.972Z Downloaded tabled_derive v0.7.0
10572026-04-10T03:33:44.972Z Downloaded structmeta-derive v0.3.0
10582026-04-10T03:33:44.972Z Downloaded hickory-resolver v0.24.4
10592026-04-10T03:33:44.975Z Downloaded blake2 v0.10.6
10602026-04-10T03:33:44.979Z Downloaded slog-envlogger v2.2.0
10612026-04-10T03:33:44.979Z Downloaded minimal-lexical v0.2.1
10622026-04-10T03:33:44.983Z Downloaded thiserror-impl-no-std v2.0.2
10632026-04-10T03:33:44.983Z Downloaded take_mut v0.2.2
10642026-04-10T03:33:44.983Z Downloaded serde_repr v0.1.20
10652026-04-10T03:33:44.986Z Downloaded strum v0.27.2
10662026-04-10T03:33:44.986Z Downloaded smf v0.2.3
10672026-04-10T03:33:44.986Z Downloaded slog-dtrace v0.3.0
10682026-04-10T03:33:44.986Z Downloaded derive_more v0.99.20
10692026-04-10T03:33:44.990Z Downloaded chacha20poly1305 v0.10.1
10702026-04-10T03:33:44.993Z Downloaded pest_derive v2.8.6
10712026-04-10T03:33:44.993Z Downloaded smartstring v1.0.1
10722026-04-10T03:33:44.997Z Downloaded rustls-pemfile v2.2.0
10732026-04-10T03:33:44.997Z Downloaded poly1305 v0.8.0
10742026-04-10T03:33:45.000Z Downloaded allocator-api2 v0.2.21
10752026-04-10T03:33:45.000Z Downloaded usdt-macro v0.5.0
10762026-04-10T03:33:45.000Z Downloaded unit-prefix v0.5.2
10772026-04-10T03:33:45.000Z Downloaded thread-id v5.1.0
10782026-04-10T03:33:45.004Z Downloaded time-core v0.1.8
10792026-04-10T03:33:45.004Z Downloaded slog-json v2.6.1
10802026-04-10T03:33:45.004Z Downloaded slog-stdlog v4.1.1
10812026-04-10T03:33:45.004Z Downloaded progenitor-client v0.13.0
10822026-04-10T03:33:45.007Z Downloaded progenitor-client v0.10.0
10832026-04-10T03:33:45.007Z Downloaded icu_locale_core v2.1.1
10842026-04-10T03:33:45.010Z Downloaded git-stub-vcs v0.1.0
10852026-04-10T03:33:45.010Z Downloaded derive-ex v0.1.8
10862026-04-10T03:33:45.013Z Downloaded progenitor-extras v0.1.1
10872026-04-10T03:33:45.013Z Downloaded sdd v3.0.10
10882026-04-10T03:33:45.013Z Downloaded paste v1.0.15
10892026-04-10T03:33:45.016Z Downloaded topological-sort v0.2.2
10902026-04-10T03:33:45.016Z Downloaded tabled_derive v0.11.0
10912026-04-10T03:33:45.017Z Downloaded progenitor-impl v0.13.0
10922026-04-10T03:33:45.020Z Downloaded indexmap v1.9.3
10932026-04-10T03:33:45.022Z Downloaded usdt-attr-macro v0.5.0
10942026-04-10T03:33:45.022Z Downloaded synstructure v0.13.2
10952026-04-10T03:33:45.022Z Downloaded serde_tokenstream v0.2.3
10962026-04-10T03:33:45.023Z Downloaded usdt v0.5.0
10972026-04-10T03:33:45.025Z Downloaded drift v0.1.3
10982026-04-10T03:33:45.028Z Downloaded wait-timeout v0.2.1
10992026-04-10T03:33:45.028Z Downloaded utf-8 v0.7.6
11002026-04-10T03:33:45.028Z Downloaded usdt-attr-macro v0.6.0
11012026-04-10T03:33:45.031Z Downloaded usdt v0.6.0
11022026-04-10T03:33:45.031Z Downloaded unarray v0.1.4
11032026-04-10T03:33:45.031Z Downloaded crypto-bigint v0.5.5
11042026-04-10T03:33:45.034Z Downloaded tiny-keccak v2.0.2
11052026-04-10T03:33:45.037Z Downloaded serde_with_macros v3.18.0
11062026-04-10T03:33:45.037Z Downloaded rustls-platform-verifier v0.6.2
11072026-04-10T03:33:45.040Z Downloaded tokio-tungstenite v0.21.0
11082026-04-10T03:33:45.043Z Downloaded termtree v0.5.1
11092026-04-10T03:33:45.043Z Downloaded tinystr v0.8.2
11102026-04-10T03:33:45.043Z Downloaded slog-async v2.8.0
11112026-04-10T03:33:45.046Z Downloaded strum_macros v0.26.4
11122026-04-10T03:33:45.046Z Downloaded snafu-derive v0.8.9
11132026-04-10T03:33:45.050Z Downloaded zone_cfg_derive v0.3.1
11142026-04-10T03:33:45.050Z Downloaded zone v0.3.1
11152026-04-10T03:33:45.050Z Downloaded zerofrom v0.1.6
11162026-04-10T03:33:45.050Z Downloaded usdt-macro v0.6.0
11172026-04-10T03:33:45.050Z Downloaded tokio-dtrace v0.1.1
11182026-04-10T03:33:45.053Z Downloaded yoke-derive v0.8.1
11192026-04-10T03:33:45.053Z Downloaded darling_core v0.23.0
11202026-04-10T03:33:45.053Z Downloaded thiserror-no-std v2.0.2
11212026-04-10T03:33:45.056Z Downloaded slog-term v2.9.2
11222026-04-10T03:33:45.059Z Downloaded progenitor-impl v0.11.2
11232026-04-10T03:33:45.059Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11242026-04-10T03:33:45.062Z Downloaded tokio-rustls v0.25.0
11252026-04-10T03:33:45.062Z Downloaded const_format v0.2.35
11262026-04-10T03:33:45.065Z Downloaded time-macros v0.2.27
11272026-04-10T03:33:45.068Z Downloaded zerofrom-derive v0.1.6
11282026-04-10T03:33:45.068Z Downloaded papergrid v0.11.0
11292026-04-10T03:33:45.071Z Downloaded nom v8.0.0
11302026-04-10T03:33:45.073Z Downloaded schemars v0.8.22
11312026-04-10T03:33:45.080Z Downloaded tagptr v0.2.0
11322026-04-10T03:33:45.083Z Downloaded rhai_codegen v3.1.0
11332026-04-10T03:33:45.085Z Downloaded xz2 v0.1.7
11342026-04-10T03:33:45.085Z Downloaded usdt-impl v0.6.0
11352026-04-10T03:33:45.089Z Downloaded term v1.2.1
11362026-04-10T03:33:45.089Z Downloaded spin v0.9.8
11372026-04-10T03:33:45.092Z Downloaded thin-vec v0.2.14
11382026-04-10T03:33:45.092Z Downloaded base64 v0.21.7
11392026-04-10T03:33:45.095Z Downloaded yoke v0.8.1
11402026-04-10T03:33:45.095Z Downloaded strum_macros v0.27.2
11412026-04-10T03:33:45.099Z Downloaded similar v2.7.0
11422026-04-10T03:33:45.102Z Downloaded serde_yaml v0.9.34+deprecated
11432026-04-10T03:33:45.102Z Downloaded rayon-core v1.13.0
11442026-04-10T03:33:45.105Z Downloaded zerovec-derive v0.11.2
11452026-04-10T03:33:45.105Z Downloaded toml_parser v1.1.0+spec-1.1.0
11462026-04-10T03:33:45.105Z Downloaded progenitor v0.11.2
11472026-04-10T03:33:45.108Z Downloaded blake3 v1.8.4
11482026-04-10T03:33:45.114Z Downloaded schemars v0.9.0
11492026-04-10T03:33:45.117Z Downloaded ucd-trie v0.1.7
11502026-04-10T03:33:45.120Z Downloaded toml_writer v1.1.0+spec-1.1.0
11512026-04-10T03:33:45.120Z Downloaded test-strategy v0.4.5
11522026-04-10T03:33:45.123Z Downloaded rand v0.8.5
11532026-04-10T03:33:45.126Z Downloaded vsss-rs v3.3.4
11542026-04-10T03:33:45.126Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11552026-04-10T03:33:45.126Z Downloaded walkdir v2.5.0
11562026-04-10T03:33:45.129Z Downloaded indexmap v2.13.0
11572026-04-10T03:33:45.132Z Downloaded zerocopy-derive v0.7.35
11582026-04-10T03:33:45.132Z Downloaded writeable v0.6.2
11592026-04-10T03:33:45.135Z Downloaded toml v0.9.12+spec-1.1.0
11602026-04-10T03:33:45.138Z Downloaded icu_collections v2.1.1
11612026-04-10T03:33:45.142Z Downloaded unsafe-libyaml v0.2.11
11622026-04-10T03:33:45.142Z Downloaded typify v0.6.1
11632026-04-10T03:33:45.145Z Downloaded qorb v0.4.1
11642026-04-10T03:33:45.150Z Downloaded schemars v1.2.1
11652026-04-10T03:33:45.154Z Downloaded tungstenite v0.21.0
11662026-04-10T03:33:45.157Z Downloaded toml v1.1.0+spec-1.1.0
11672026-04-10T03:33:45.160Z Downloaded toml v0.7.8
11682026-04-10T03:33:45.163Z Downloaded snafu v0.8.9
11692026-04-10T03:33:45.168Z Downloaded toml_edit v0.25.8+spec-1.1.0
11702026-04-10T03:33:45.171Z Downloaded dropshot-api-manager v0.7.0
11712026-04-10T03:33:45.171Z Downloaded slog v2.8.2
11722026-04-10T03:33:45.171Z Downloaded steno v0.4.1
11732026-04-10T03:33:45.174Z Downloaded async-compression v0.4.41
11742026-04-10T03:33:45.177Z Downloaded whoami v1.6.1
11752026-04-10T03:33:45.177Z Downloaded waitgroup v0.1.2
11762026-04-10T03:33:45.177Z Downloaded usdt-impl v0.5.0
11772026-04-10T03:33:45.182Z Downloaded universal-hash v0.5.1
11782026-04-10T03:33:45.182Z Downloaded jiff-static v0.2.23
11792026-04-10T03:33:45.182Z Downloaded typify v0.4.3
11802026-04-10T03:33:45.185Z Downloaded prettyplease v0.2.37
11812026-04-10T03:33:45.185Z Downloaded pretty_assertions v1.4.1
11822026-04-10T03:33:45.185Z Downloaded slog-scope v4.4.1
11832026-04-10T03:33:45.188Z Downloaded progenitor-impl v0.10.0
11842026-04-10T03:33:45.188Z Downloaded pest_meta v2.8.6
11852026-04-10T03:33:45.191Z Downloaded yansi v1.0.1
11862026-04-10T03:33:45.191Z Downloaded parking_lot v0.11.2
11872026-04-10T03:33:45.191Z Downloaded goblin v0.8.2
11882026-04-10T03:33:45.194Z Downloaded papergrid v0.17.0
11892026-04-10T03:33:45.199Z Downloaded zerotrie v0.2.3
11902026-04-10T03:33:45.202Z Downloaded toml_edit v0.19.15
11912026-04-10T03:33:45.210Z Downloaded icu_properties_data v2.1.2
11922026-04-10T03:33:45.216Z Downloaded rand v0.10.0
11932026-04-10T03:33:45.219Z Downloaded reqwest v0.13.2
11942026-04-10T03:33:45.221Z Downloaded hashbrown v0.16.1
11952026-04-10T03:33:45.224Z Downloaded pest v2.8.6
11962026-04-10T03:33:45.228Z Downloaded typed-path v0.9.3
11972026-04-10T03:33:45.231Z Downloaded iddqd v0.3.17
11982026-04-10T03:33:45.234Z Downloaded libm v0.2.16
11992026-04-10T03:33:45.238Z Downloaded itertools v0.12.1
12002026-04-10T03:33:45.242Z Downloaded hkdf v0.12.4
12012026-04-10T03:33:45.248Z Downloaded aws-lc-rs v1.16.2
12022026-04-10T03:33:45.251Z Downloaded scc v2.4.0
12032026-04-10T03:33:45.253Z Downloaded zeroize_derive v1.4.3
12042026-04-10T03:33:45.253Z Downloaded darling_core v0.21.3
12052026-04-10T03:33:45.256Z Downloaded zerocopy-derive v0.8.48
12062026-04-10T03:33:45.259Z Downloaded typify-macro v0.6.1
12072026-04-10T03:33:45.262Z Downloaded untrusted v0.7.1
12082026-04-10T03:33:45.262Z Downloaded typify-macro v0.4.3
12092026-04-10T03:33:45.262Z Downloaded newline-converter v0.3.0
12102026-04-10T03:33:45.262Z Downloaded libsw v3.5.0
12112026-04-10T03:33:45.262Z Downloaded compression-codecs v0.4.37
12122026-04-10T03:33:45.265Z Downloaded parse-display-derive v0.10.0
12132026-04-10T03:33:45.265Z Downloaded parking_lot_core v0.8.6
12142026-04-10T03:33:45.265Z Downloaded zerocopy v0.7.35
12152026-04-10T03:33:45.274Z Downloaded zerovec v0.11.5
12162026-04-10T03:33:45.277Z Downloaded goblin v0.10.5
12172026-04-10T03:33:45.280Z Downloaded winnow v0.5.40
12182026-04-10T03:33:45.284Z Downloaded tough v0.20.0
12192026-04-10T03:33:45.289Z Downloaded byte-wrapper v0.1.0
12202026-04-10T03:33:45.292Z Downloaded num-integer v0.1.46
12212026-04-10T03:33:45.292Z Downloaded num-complex v0.4.6
12222026-04-10T03:33:45.292Z Downloaded multer v3.1.0
12232026-04-10T03:33:45.295Z Downloaded ingot v0.1.1
12242026-04-10T03:33:45.295Z Downloaded rayon v1.11.0
12252026-04-10T03:33:45.298Z Downloaded foldhash v0.2.0
12262026-04-10T03:33:45.302Z Downloaded daft-derive v0.1.5
12272026-04-10T03:33:45.302Z Downloaded is-terminal v0.4.17
12282026-04-10T03:33:45.305Z Downloaded critical-section v1.2.0
12292026-04-10T03:33:45.305Z Downloaded chacha20 v0.9.1
12302026-04-10T03:33:45.305Z Downloaded proptest v1.11.0
12312026-04-10T03:33:45.308Z Downloaded backoff v0.4.0
12322026-04-10T03:33:45.311Z Downloaded bitflags v1.3.2
12332026-04-10T03:33:45.311Z Downloaded serde_with v3.18.0
12342026-04-10T03:33:45.317Z Downloaded tabled v0.20.0
12352026-04-10T03:33:45.327Z Downloaded time v0.3.47
12362026-04-10T03:33:45.333Z Downloaded tabled v0.15.0
12372026-04-10T03:33:45.341Z Downloaded syn v1.0.109
12382026-04-10T03:33:45.347Z Downloaded dropshot v0.16.7
12392026-04-10T03:33:45.358Z Downloaded rustls-webpki v0.102.8
12402026-04-10T03:33:45.368Z Downloaded moka v0.12.15
12412026-04-10T03:33:45.372Z Downloaded async-trait v0.1.89
12422026-04-10T03:33:45.375Z Downloaded smoltcp v0.11.0
12432026-04-10T03:33:45.380Z Downloaded regress v0.10.5
12442026-04-10T03:33:45.384Z Downloaded hickory-proto v0.25.2
12452026-04-10T03:33:45.392Z Downloaded rustls v0.22.4
12462026-04-10T03:33:45.399Z Downloaded openapiv3 v2.2.0
12472026-04-10T03:33:45.404Z Downloaded hickory-proto v0.24.4
12482026-04-10T03:33:45.413Z Downloaded rhai v1.24.0
12492026-04-10T03:33:45.419Z Downloaded dropshot v0.17.0
12502026-04-10T03:33:45.430Z Downloaded bcs v0.1.6
12512026-04-10T03:33:45.433Z Downloaded aead v0.5.2
12522026-04-10T03:33:45.433Z Downloaded const-random-macro v0.1.16
12532026-04-10T03:33:45.433Z Downloaded lru-cache v0.1.2
12542026-04-10T03:33:45.433Z Downloaded hubpack_derive v0.1.1
12552026-04-10T03:33:45.433Z Downloaded ciborium-ll v0.2.2
12562026-04-10T03:33:45.437Z Downloaded cc v1.2.58
12572026-04-10T03:33:45.437Z Downloaded hostname v0.4.2
12582026-04-10T03:33:45.437Z Downloaded dof v0.4.0
12592026-04-10T03:33:45.437Z Downloaded defmt v0.3.100
12602026-04-10T03:33:45.440Z Downloaded backon v1.6.0
12612026-04-10T03:33:45.440Z Downloaded arc-swap v1.9.0
12622026-04-10T03:33:45.443Z Downloaded daft v0.1.5
12632026-04-10T03:33:45.443Z Downloaded sled v0.34.7
12642026-04-10T03:33:45.447Z Downloaded crossbeam-utils v0.8.21
12652026-04-10T03:33:45.450Z Downloaded data-encoding v2.10.0
12662026-04-10T03:33:45.450Z Downloaded crucible-workspace-hack v0.1.0
12672026-04-10T03:33:45.450Z Downloaded cipher v0.4.4
12682026-04-10T03:33:45.450Z Downloaded ciborium v0.2.2
12692026-04-10T03:33:45.453Z Downloaded typify-impl v0.6.1
12702026-04-10T03:33:45.458Z Downloaded typify-impl v0.4.3
12712026-04-10T03:33:45.465Z Downloaded compression-core v0.4.31
12722026-04-10T03:33:45.468Z Downloaded arrayvec v0.7.6
12732026-04-10T03:33:45.468Z Downloaded lzma-sys v0.1.20
12742026-04-10T03:33:45.482Z Downloaded jiff v0.2.23
12752026-04-10T03:33:45.529Z Downloaded petgraph v0.6.5
12762026-04-10T03:33:45.540Z Downloaded chrono-tz v0.10.4
12772026-04-10T03:33:45.560Z Downloaded csv v1.4.0
12782026-04-10T03:33:45.571Z Downloaded sha3 v0.10.8
12792026-04-10T03:33:45.624Z Downloaded encoding_rs v0.8.35
12802026-04-10T03:33:46.124Z Downloaded aws-lc-sys v0.39.1
12812026-04-10T03:33:46.977Z Compiling proc-macro2 v1.0.106
12822026-04-10T03:33:46.977Z Compiling quote v1.0.45
12832026-04-10T03:33:46.977Z Compiling unicode-ident v1.0.24
12842026-04-10T03:33:46.977Z Compiling serde_core v1.0.228
12852026-04-10T03:33:46.980Z Compiling cfg-if v1.0.4
12862026-04-10T03:33:46.980Z Compiling serde v1.0.228
12872026-04-10T03:33:46.980Z Compiling libc v0.2.184
12882026-04-10T03:33:46.980Z Compiling memchr v2.8.0
12892026-04-10T03:33:47.175Z Compiling itoa v1.0.18
12902026-04-10T03:33:47.348Z Compiling smallvec v1.15.1
12912026-04-10T03:33:47.400Z Compiling zmij v1.0.21
12922026-04-10T03:33:47.411Z Compiling serde_json v1.0.149
12932026-04-10T03:33:47.550Z Compiling autocfg v1.5.0
12942026-04-10T03:33:47.637Z Compiling libm v0.2.16
12952026-04-10T03:33:47.820Z Compiling version_check v0.9.5
12962026-04-10T03:33:47.858Z Compiling stable_deref_trait v1.2.1
12972026-04-10T03:33:47.932Z Compiling pin-project-lite v0.2.17
12982026-04-10T03:33:47.971Z Compiling writeable v0.6.2
12992026-04-10T03:33:48.029Z Compiling percent-encoding v2.3.2
13002026-04-10T03:33:48.040Z Compiling litemap v0.8.1
13012026-04-10T03:33:48.062Z Compiling icu_properties_data v2.1.2
13022026-04-10T03:33:48.104Z Compiling icu_normalizer_data v2.1.1
13032026-04-10T03:33:48.296Z Compiling equivalent v1.0.2
13042026-04-10T03:33:48.296Z Compiling iana-time-zone v0.1.65
13052026-04-10T03:33:48.376Z Compiling parking_lot_core v0.9.12
13062026-04-10T03:33:48.414Z Compiling syn v2.0.117
13072026-04-10T03:33:48.528Z Compiling scopeguard v1.2.0
13082026-04-10T03:33:48.545Z Compiling allocator-api2 v0.2.21
13092026-04-10T03:33:48.549Z Compiling foldhash v0.2.0
13102026-04-10T03:33:48.564Z Compiling form_urlencoded v1.2.2
13112026-04-10T03:33:48.633Z Compiling lock_api v0.4.14
13122026-04-10T03:33:48.668Z Compiling utf8_iter v1.0.4
13132026-04-10T03:33:48.758Z Compiling dyn-clone v1.0.20
13142026-04-10T03:33:48.784Z Compiling num-traits v0.2.19
13152026-04-10T03:33:48.812Z Compiling jobserver v0.1.34
13162026-04-10T03:33:48.859Z Compiling hashbrown v0.16.1
13172026-04-10T03:33:48.865Z Compiling shlex v1.3.0
13182026-04-10T03:33:48.891Z Compiling find-msvc-tools v0.1.9
13192026-04-10T03:33:49.060Z Compiling cc v1.2.58
13202026-04-10T03:33:49.130Z Compiling log v0.4.29
13212026-04-10T03:33:49.130Z Compiling errno v0.3.14
13222026-04-10T03:33:49.313Z Compiling semver v1.0.28
13232026-04-10T03:33:49.337Z Compiling futures-core v0.3.32
13242026-04-10T03:33:49.434Z Compiling getrandom v0.4.2
13252026-04-10T03:33:49.461Z Compiling rand_core v0.10.0
13262026-04-10T03:33:49.492Z Compiling indexmap v2.13.0
13272026-04-10T03:33:49.618Z Compiling thiserror v2.0.18
13282026-04-10T03:33:49.661Z Compiling zerocopy v0.8.48
13292026-04-10T03:33:49.806Z Compiling heck v0.5.0
13302026-04-10T03:33:49.901Z Compiling futures-sink v0.3.32
13312026-04-10T03:33:50.006Z Compiling fnv v1.0.7
13322026-04-10T03:33:50.068Z Compiling slab v0.4.12
13332026-04-10T03:33:50.082Z Compiling uuid v1.23.0
13342026-04-10T03:33:50.099Z Compiling futures-channel v0.3.32
13352026-04-10T03:33:50.149Z Compiling rustversion v1.0.22
13362026-04-10T03:33:50.158Z Compiling typenum v1.19.0
13372026-04-10T03:33:50.241Z Compiling futures-task v0.3.32
13382026-04-10T03:33:50.319Z Compiling futures-io v0.3.32
13392026-04-10T03:33:50.355Z Compiling schemars v0.8.22
13402026-04-10T03:33:50.475Z Compiling socket2 v0.6.3
13412026-04-10T03:33:50.487Z Compiling getrandom v0.2.17
13422026-04-10T03:33:50.510Z Compiling portable-atomic v1.13.1
13432026-04-10T03:33:50.593Z Compiling parking_lot v0.12.5
13442026-04-10T03:33:50.664Z Compiling signal-hook-registry v1.4.8
13452026-04-10T03:33:50.705Z Compiling mio v1.2.0
13462026-04-10T03:33:50.906Z Compiling bitflags v2.11.0
13472026-04-10T03:33:50.952Z Compiling subtle v2.6.1
13482026-04-10T03:33:50.994Z Compiling critical-section v1.2.0
13492026-04-10T03:33:51.062Z Compiling base64 v0.22.1
13502026-04-10T03:33:51.077Z Compiling byteorder v1.5.0
13512026-04-10T03:33:51.099Z Compiling untrusted v0.9.0
13522026-04-10T03:33:51.116Z Compiling rand_core v0.6.4
13532026-04-10T03:33:51.138Z Compiling cmake v0.1.58
13542026-04-10T03:33:51.210Z Compiling synstructure v0.13.2
13552026-04-10T03:33:51.224Z Compiling serde_derive_internals v0.29.1
13562026-04-10T03:33:51.302Z Compiling fs_extra v1.3.0
13572026-04-10T03:33:51.337Z Compiling dunce v1.0.5
13582026-04-10T03:33:51.385Z Compiling once_cell v1.21.4
13592026-04-10T03:33:51.420Z Compiling strsim v0.11.1
13602026-04-10T03:33:51.476Z Compiling rustix v1.1.4
13612026-04-10T03:33:51.494Z Compiling httparse v1.10.1
13622026-04-10T03:33:51.550Z Compiling aws-lc-sys v0.39.1
13632026-04-10T03:33:51.595Z Compiling atomic-waker v1.1.2
13642026-04-10T03:33:51.708Z Compiling ipnet v2.12.0
13652026-04-10T03:33:51.719Z Compiling regex-syntax v0.8.10
13662026-04-10T03:33:51.811Z Compiling slog v2.8.2
13672026-04-10T03:33:51.875Z Compiling generic-array v0.14.7
13682026-04-10T03:33:51.948Z Compiling ucd-trie v0.1.7
13692026-04-10T03:33:52.016Z Compiling tower-service v0.3.3
13702026-04-10T03:33:52.029Z Compiling thiserror v1.0.69
13712026-04-10T03:33:52.083Z Compiling tower-layer v0.3.3
13722026-04-10T03:33:52.150Z Compiling pest v2.8.6
13732026-04-10T03:33:52.237Z Compiling try-lock v0.2.5
13742026-04-10T03:33:52.270Z Compiling ryu v1.0.23
13752026-04-10T03:33:52.341Z Compiling want v0.3.1
13762026-04-10T03:33:52.428Z Compiling serde_derive v1.0.228
13772026-04-10T03:33:52.452Z Compiling zerofrom-derive v0.1.6
13782026-04-10T03:33:52.500Z Compiling yoke-derive v0.8.1
13792026-04-10T03:33:52.511Z Compiling zerovec-derive v0.11.2
13802026-04-10T03:33:52.568Z Compiling displaydoc v0.2.5
13812026-04-10T03:33:53.349Z Compiling tokio-macros v2.7.0
13822026-04-10T03:33:53.419Z Compiling schemars_derive v0.8.22
13832026-04-10T03:33:53.562Z Compiling thiserror-impl v2.0.18
13842026-04-10T03:33:53.633Z Compiling zerocopy-derive v0.8.48
13852026-04-10T03:33:53.674Z Compiling zerofrom v0.1.6
13862026-04-10T03:33:53.782Z Compiling yoke v0.8.1
13872026-04-10T03:33:53.962Z Compiling zerovec v0.11.5
13882026-04-10T03:33:54.090Z Compiling zerotrie v0.2.3
13892026-04-10T03:33:54.351Z Compiling zeroize_derive v1.4.3
13902026-04-10T03:33:54.384Z Compiling futures-macro v0.3.32
13912026-04-10T03:33:54.450Z Compiling tinystr v0.8.2
13922026-04-10T03:33:54.603Z Compiling icu_locale_core v2.1.1
13932026-04-10T03:33:54.644Z Compiling potential_utf v0.1.4
13942026-04-10T03:33:54.767Z Compiling icu_collections v2.1.1
13952026-04-10T03:33:54.901Z Compiling thiserror-impl v1.0.69
13962026-04-10T03:33:54.998Z Compiling zeroize v1.8.2
13972026-04-10T03:33:55.187Z Compiling icu_provider v2.1.1
13982026-04-10T03:33:55.197Z Compiling futures-util v0.3.32
13992026-04-10T03:33:55.473Z Compiling icu_normalizer v2.1.1
14002026-04-10T03:33:55.525Z Compiling bytes v1.11.1
14012026-04-10T03:33:55.613Z Compiling icu_properties v2.1.2
14022026-04-10T03:33:55.751Z Compiling chrono v0.4.44
14032026-04-10T03:33:56.020Z Compiling http v1.4.0
14042026-04-10T03:33:56.053Z Compiling tokio v1.51.1
14052026-04-10T03:33:56.145Z Compiling serde_tokenstream v0.2.3
14062026-04-10T03:33:56.415Z Compiling idna_adapter v1.2.1
14072026-04-10T03:33:56.551Z Compiling idna v1.1.0
14082026-04-10T03:33:56.728Z Compiling http-body v1.0.1
14092026-04-10T03:33:56.878Z Compiling url v2.5.8
14102026-04-10T03:33:56.981Z Compiling erased-serde v0.3.31
14112026-04-10T03:33:57.305Z Compiling pest_meta v2.8.6
14122026-04-10T03:33:57.323Z Compiling httpdate v1.0.3
14132026-04-10T03:33:57.550Z Compiling getrandom v0.3.4
14142026-04-10T03:33:57.743Z Compiling ppv-lite86 v0.2.21
14152026-04-10T03:33:57.912Z Compiling pretty-hex v0.4.2
14162026-04-10T03:33:57.923Z Compiling pest_generator v2.8.6
14172026-04-10T03:33:57.969Z Compiling plain v0.2.3
14182026-04-10T03:33:58.037Z Compiling paste v1.0.15
14192026-04-10T03:33:58.070Z Compiling crypto-common v0.1.7
14202026-04-10T03:33:58.091Z Compiling omicron-workspace-hack v0.1.0
14212026-04-10T03:33:58.199Z Compiling ident_case v1.0.1
14222026-04-10T03:33:58.312Z Compiling tracing-attributes v0.1.31
14232026-04-10T03:33:58.323Z Compiling tracing-core v0.1.36
14242026-04-10T03:33:58.607Z Compiling http-body-util v0.1.3
14252026-04-10T03:33:58.647Z Compiling pest_derive v2.8.6
14262026-04-10T03:33:58.845Z Compiling serde_urlencoded v0.7.1
14272026-04-10T03:33:58.869Z Compiling ipnetwork v0.21.1
14282026-04-10T03:33:58.929Z Compiling daft-derive v0.1.5
14292026-04-10T03:33:58.985Z Compiling sync_wrapper v1.0.2
14302026-04-10T03:33:59.084Z Compiling fastrand v2.3.0
14312026-04-10T03:33:59.095Z Compiling winnow v1.0.1
14322026-04-10T03:33:59.184Z Compiling aho-corasick v1.1.4
14332026-04-10T03:33:59.304Z Compiling rustls-pki-types v1.14.0
14342026-04-10T03:33:59.353Z Compiling async-trait v0.1.89
14352026-04-10T03:33:59.540Z Compiling tracing v0.1.44
14362026-04-10T03:33:59.660Z Compiling ring v0.17.14
14372026-04-10T03:33:59.769Z Compiling powerfmt v0.2.0
14382026-04-10T03:33:59.985Z Compiling regex-automata v0.4.14
14392026-04-10T03:33:59.985Z Compiling iri-string v0.7.12
14402026-04-10T03:34:00.153Z Compiling anyhow v1.0.102
14412026-04-10T03:34:00.156Z Compiling cpufeatures v0.2.17
14422026-04-10T03:34:00.232Z Compiling time-core v0.1.8
14432026-04-10T03:34:00.297Z Compiling num-conv v0.2.1
14442026-04-10T03:34:00.438Z Compiling time-macros v0.2.27
14452026-04-10T03:34:00.663Z Compiling deranged v0.5.8
14462026-04-10T03:34:00.712Z Compiling block-buffer v0.10.4
14472026-04-10T03:34:00.855Z Compiling scroll_derive v0.13.1
14482026-04-10T03:34:01.380Z Compiling num_threads v0.1.7
14492026-04-10T03:34:01.473Z Compiling hex v0.4.3
14502026-04-10T03:34:01.603Z Compiling regex v1.12.3
14512026-04-10T03:34:01.612Z Compiling digest v0.10.7
14522026-04-10T03:34:01.646Z Compiling scroll v0.13.0
14532026-04-10T03:34:01.904Z Compiling tokio-util v0.7.18
14542026-04-10T03:34:02.052Z Compiling oxnet v0.1.4
14552026-04-10T03:34:02.306Z Compiling camino v1.2.2
14562026-04-10T03:34:02.466Z Compiling goblin v0.10.5
14572026-04-10T03:34:02.601Z Compiling usdt-impl v0.6.0
14582026-04-10T03:34:02.628Z Compiling openssl-probe v0.2.1
14592026-04-10T03:34:02.849Z Compiling dtrace-parser v0.3.0
14602026-04-10T03:34:03.022Z Compiling crossbeam-utils v0.8.21
14612026-04-10T03:34:03.324Z Compiling h2 v0.4.13
14622026-04-10T03:34:03.568Z Compiling futures-executor v0.3.32
14632026-04-10T03:34:03.650Z Compiling openapiv3 v2.2.0
14642026-04-10T03:34:03.715Z Compiling structmeta-derive v0.3.0
14652026-04-10T03:34:03.845Z Compiling regress v0.10.5
14662026-04-10T03:34:04.328Z Compiling thread-id v5.1.0
14672026-04-10T03:34:04.408Z Compiling syn v1.0.109
14682026-04-10T03:34:04.717Z Compiling rustls v0.22.4
14692026-04-10T03:34:04.734Z Compiling structmeta v0.3.0
14702026-04-10T03:34:04.946Z Compiling futures v0.3.32
14712026-04-10T03:34:04.974Z Compiling rand_core v0.9.5
14722026-04-10T03:34:05.164Z Compiling dof v0.4.0
14732026-04-10T03:34:05.230Z Compiling darling_core v0.23.0
14742026-04-10T03:34:05.707Z Compiling hyper v1.9.0
14752026-04-10T03:34:06.518Z Compiling newtype-uuid-macros v0.1.0
14762026-04-10T03:34:06.771Z Compiling thread_local v1.1.9
14772026-04-10T03:34:07.046Z Compiling match_cfg v0.1.0
14782026-04-10T03:34:07.114Z Compiling aws-lc-rs v1.16.2
14792026-04-10T03:34:07.269Z Compiling winnow v0.7.15
14802026-04-10T03:34:07.307Z Compiling hyper-util v0.1.20
14812026-04-10T03:34:07.319Z Compiling darling_macro v0.23.0
14822026-04-10T03:34:07.406Z Compiling newtype-uuid v1.3.2
14832026-04-10T03:34:07.423Z Compiling slog-async v2.8.0
14842026-04-10T03:34:07.676Z Compiling quick-error v1.2.3
14852026-04-10T03:34:07.702Z Compiling ref-cast v1.0.25
14862026-04-10T03:34:07.805Z Compiling daft v0.1.5
14872026-04-10T03:34:07.836Z Compiling usdt-macro v0.6.0
14882026-04-10T03:34:07.903Z Compiling darling v0.23.0
14892026-04-10T03:34:07.982Z Compiling usdt-attr-macro v0.6.0
14902026-04-10T03:34:08.057Z Compiling rand_chacha v0.9.0
14912026-04-10T03:34:08.072Z Compiling strum_macros v0.26.4
14922026-04-10T03:34:08.492Z Compiling ref-cast-impl v1.0.25
14932026-04-10T03:34:08.802Z Compiling serde_spanned v1.1.0
14942026-04-10T03:34:08.951Z Compiling toml_datetime v0.7.5+spec-1.1.0
14952026-04-10T03:34:08.972Z Compiling multer v3.1.0
14962026-04-10T03:34:09.053Z Compiling take_mut v0.2.2
14972026-04-10T03:34:09.094Z Compiling term v1.2.1
14982026-04-10T03:34:09.156Z Compiling debug-ignore v1.0.5
14992026-04-10T03:34:09.159Z Compiling toml_writer v1.1.0+spec-1.1.0
15002026-04-10T03:34:09.185Z Compiling bit-vec v0.8.0
15012026-04-10T03:34:09.248Z Compiling untrusted v0.7.1
15022026-04-10T03:34:09.367Z Compiling bit-set v0.8.0
15032026-04-10T03:34:09.370Z Compiling rand v0.9.2
15042026-04-10T03:34:09.396Z Compiling serde_with_macros v3.18.0
15052026-04-10T03:34:09.533Z Compiling async-stream-impl v0.3.6
15062026-04-10T03:34:09.697Z Compiling strum v0.26.3
15072026-04-10T03:34:09.796Z Compiling dropshot v0.16.7
15082026-04-10T03:34:09.823Z Compiling encoding_rs v0.8.35
15092026-04-10T03:34:09.952Z Compiling unarray v0.1.4
15102026-04-10T03:34:10.056Z Compiling rustls v0.23.37
15112026-04-10T03:34:10.162Z Compiling spin v0.9.8
15122026-04-10T03:34:10.249Z Compiling mime v0.3.17
15132026-04-10T03:34:10.277Z Compiling async-stream v0.3.6
15142026-04-10T03:34:10.460Z Compiling derive-ex v0.1.8
15152026-04-10T03:34:10.516Z Compiling dropshot_endpoint v0.16.7
15162026-04-10T03:34:10.527Z Compiling macaddr v1.0.1
15172026-04-10T03:34:10.700Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15182026-04-10T03:34:10.743Z Compiling waitgroup v0.1.2
15192026-04-10T03:34:10.755Z Compiling serde_path_to_error v0.1.20
15202026-04-10T03:34:11.104Z Compiling tempfile v3.27.0
15212026-04-10T03:34:11.159Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15222026-04-10T03:34:11.288Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15232026-04-10T03:34:11.385Z Compiling tower v0.5.3
15242026-04-10T03:34:11.464Z Compiling strum_macros v0.27.2
15252026-04-10T03:34:11.495Z Compiling instant v0.1.13
15262026-04-10T03:34:11.526Z Compiling time v0.3.47
15272026-04-10T03:34:11.859Z Compiling tower-http v0.6.8
15282026-04-10T03:34:12.005Z Compiling test-strategy v0.4.5
15292026-04-10T03:34:12.076Z Compiling rustc-hash v2.1.2
15302026-04-10T03:34:12.198Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15312026-04-10T03:34:12.282Z Compiling crossbeam-channel v0.5.15
15322026-04-10T03:34:13.325Z Compiling strum v0.27.2
15332026-04-10T03:34:13.403Z Compiling parse-display-derive v0.10.0
15342026-04-10T03:34:13.451Z Compiling rustls-native-certs v0.8.3
15352026-04-10T03:34:13.519Z Compiling backon v1.6.0
15362026-04-10T03:34:13.724Z Compiling rustls-webpki v0.102.8
15372026-04-10T03:34:13.789Z Compiling rand_chacha v0.3.1
15382026-04-10T03:34:14.597Z Compiling rand v0.8.5
15392026-04-10T03:34:14.653Z Compiling slog-json v2.6.1
15402026-04-10T03:34:14.771Z Compiling hostname v0.3.1
15412026-04-10T03:34:14.854Z Compiling toml_parser v1.1.0+spec-1.1.0
15422026-04-10T03:34:14.910Z Compiling wait-timeout v0.2.1
15432026-04-10T03:34:15.030Z Compiling memmap2 v0.9.10
15442026-04-10T03:34:15.209Z Compiling is-terminal v0.4.17
15452026-04-10T03:34:15.242Z Compiling either v1.15.0
15462026-04-10T03:34:15.297Z Compiling slog-term v2.9.2
15472026-04-10T03:34:15.406Z Compiling toml v0.9.12+spec-1.1.0
15482026-04-10T03:34:15.451Z Compiling usdt v0.6.0
15492026-04-10T03:34:15.529Z Compiling rusty-fork v0.3.1
15502026-04-10T03:34:15.723Z Compiling slog-bunyan v2.5.0
15512026-04-10T03:34:15.891Z Compiling serde_with v3.18.0
15522026-04-10T03:34:16.245Z Compiling tokio-rustls v0.25.0
15532026-04-10T03:34:16.320Z Compiling rand_xorshift v0.4.0
15542026-04-10T03:34:16.411Z Compiling sha1 v0.10.6
15552026-04-10T03:34:16.462Z Compiling rustls-pemfile v2.2.0
15562026-04-10T03:34:16.473Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15572026-04-10T03:34:16.632Z Compiling hostname v0.4.2
15582026-04-10T03:34:16.654Z Compiling proptest v1.11.0
15592026-04-10T03:34:17.138Z Compiling iddqd v0.3.17
15602026-04-10T03:34:17.411Z Compiling reqwest v0.12.28
15612026-04-10T03:34:17.617Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15622026-04-10T03:34:18.505Z Compiling progenitor-client v0.10.0
15632026-04-10T03:34:18.785Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15642026-04-10T03:34:18.839Z Compiling parse-display v0.10.0
15652026-04-10T03:34:19.172Z Compiling itertools v0.14.0
15662026-04-10T03:34:19.356Z Compiling backoff v0.4.0
15672026-04-10T03:34:19.359Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15682026-04-10T03:34:19.566Z Compiling toml_datetime v0.6.11
15692026-04-10T03:34:20.511Z Compiling utf8parse v0.2.2
15702026-04-10T03:34:20.617Z Compiling anstyle-parse v1.0.0
15712026-04-10T03:34:20.620Z Compiling zerocopy-derive v0.7.35
15722026-04-10T03:34:20.817Z Compiling anstyle v1.0.14
15732026-04-10T03:34:21.024Z Compiling colorchoice v1.0.5
15742026-04-10T03:34:21.036Z Compiling is_terminal_polyfill v1.70.2
15752026-04-10T03:34:21.125Z Compiling anstyle-query v1.1.5
15762026-04-10T03:34:21.228Z Compiling anstream v1.0.0
15772026-04-10T03:34:21.461Z Compiling zerocopy v0.7.35
15782026-04-10T03:34:21.683Z Compiling convert_case v0.4.0
15792026-04-10T03:34:21.725Z Compiling clap_lex v1.1.0
15802026-04-10T03:34:21.983Z Compiling derive_more v0.99.20
15812026-04-10T03:34:22.630Z Compiling unicode-width v0.2.2
15822026-04-10T03:34:22.888Z Compiling tinyvec_macros v0.1.1
15832026-04-10T03:34:22.949Z Compiling tinyvec v1.11.0
15842026-04-10T03:34:23.627Z Compiling dtrace-parser v0.2.0
15852026-04-10T03:34:23.695Z Compiling serde_spanned v0.6.9
15862026-04-10T03:34:23.775Z Compiling secrecy v0.10.3
15872026-04-10T03:34:23.836Z Compiling clap_derive v4.6.0
15882026-04-10T03:34:23.928Z Compiling scroll_derive v0.12.1
15892026-04-10T03:34:24.242Z Compiling usdt-impl v0.5.0
15902026-04-10T03:34:24.373Z Compiling toml_write v0.1.2
15912026-04-10T03:34:24.486Z Compiling crucible-workspace-hack v0.1.0
15922026-04-10T03:34:24.567Z Compiling toml_edit v0.22.27
15932026-04-10T03:34:24.629Z Compiling scroll v0.12.0
15942026-04-10T03:34:25.051Z Compiling dof v0.3.0
15952026-04-10T03:34:25.392Z Compiling typify-impl v0.6.1
15962026-04-10T03:34:25.436Z Compiling terminal_size v0.4.4
15972026-04-10T03:34:25.465Z Compiling darling_core v0.21.3
15982026-04-10T03:34:25.468Z Compiling rustc_version v0.4.1
15992026-04-10T03:34:25.488Z Compiling thread-id v4.2.2
16002026-04-10T03:34:25.743Z Compiling curve25519-dalek v4.1.3
16012026-04-10T03:34:26.007Z Compiling toml v0.8.23
16022026-04-10T03:34:26.551Z Compiling goblin v0.8.2
16032026-04-10T03:34:26.879Z Compiling crossbeam-epoch v0.9.18
16042026-04-10T03:34:26.971Z Compiling hmac v0.12.1
16052026-04-10T03:34:27.106Z Compiling inout v0.1.4
16062026-04-10T03:34:27.219Z Compiling ff v0.13.1
16072026-04-10T03:34:27.245Z Compiling num-integer v0.1.46
16082026-04-10T03:34:27.555Z Compiling darling_macro v0.21.3
16092026-04-10T03:34:27.688Z Compiling float-ord v0.3.2
16102026-04-10T03:34:27.814Z Compiling toml_datetime v1.1.0+spec-1.1.0
16112026-04-10T03:34:28.041Z Compiling toml_edit v0.25.8+spec-1.1.0
16122026-04-10T03:34:28.184Z Compiling darling v0.21.3
16132026-04-10T03:34:28.269Z Compiling group v0.13.0
16142026-04-10T03:34:28.380Z Compiling cipher v0.4.4
16152026-04-10T03:34:28.434Z Compiling hkdf v0.12.4
16162026-04-10T03:34:29.154Z Compiling clap_builder v4.6.0
16172026-04-10T03:34:30.562Z Compiling thiserror-impl-no-std v2.0.2
16182026-04-10T03:34:30.632Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16192026-04-10T03:34:31.207Z Compiling universal-hash v0.5.1
16202026-04-10T03:34:31.296Z Compiling half v2.7.1
16212026-04-10T03:34:31.332Z Compiling crypto-bigint v0.5.5
16222026-04-10T03:34:31.592Z Compiling curve25519-dalek-derive v0.1.1
16232026-04-10T03:34:31.636Z Compiling proc-macro-error-attr v1.0.4
16242026-04-10T03:34:31.640Z Compiling typify-macro v0.6.1
16252026-04-10T03:34:32.080Z Compiling opaque-debug v0.3.1
16262026-04-10T03:34:32.151Z Compiling base16ct v0.2.0
16272026-04-10T03:34:32.257Z Compiling prettyplease v0.2.37
16282026-04-10T03:34:32.310Z Compiling rustix v0.38.44
16292026-04-10T03:34:32.375Z Compiling heapless v0.8.0
16302026-04-10T03:34:32.470Z Compiling base64ct v1.8.3
16312026-04-10T03:34:32.484Z Compiling ciborium-io v0.2.2
16322026-04-10T03:34:32.573Z Compiling ciborium-ll v0.2.2
16332026-04-10T03:34:32.711Z Compiling password-hash v0.5.0
16342026-04-10T03:34:32.812Z Compiling elliptic-curve v0.13.8
16352026-04-10T03:34:32.835Z Compiling poly1305 v0.8.0
16362026-04-10T03:34:33.142Z Compiling thiserror-no-std v2.0.2
16372026-04-10T03:34:33.230Z Compiling clap v4.6.0
16382026-04-10T03:34:33.529Z Compiling proc-macro-crate v3.5.0
16392026-04-10T03:34:33.544Z Compiling chacha20 v0.9.1
16402026-04-10T03:34:33.771Z Compiling ingot-macros v0.1.1
16412026-04-10T03:34:33.790Z Compiling num-iter v0.1.45
16422026-04-10T03:34:33.856Z Compiling num-rational v0.4.2
16432026-04-10T03:34:33.907Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16442026-04-10T03:34:33.958Z Compiling usdt-macro v0.5.0
16452026-04-10T03:34:33.992Z Compiling usdt-attr-macro v0.5.0
16462026-04-10T03:34:34.736Z Compiling rustls-webpki v0.103.10
16472026-04-10T03:34:34.929Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16482026-04-10T03:34:35.760Z Compiling blake2 v0.10.6
16492026-04-10T03:34:35.838Z Compiling byte-wrapper v0.1.0
16502026-04-10T03:34:36.197Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16512026-04-10T03:34:36.216Z Compiling aead v0.5.2
16522026-04-10T03:34:36.386Z Compiling enum-as-inner v0.6.1
16532026-04-10T03:34:36.508Z Compiling hash32 v0.3.1
16542026-04-10T03:34:36.522Z Compiling num-complex v0.4.6
16552026-04-10T03:34:36.573Z Compiling proc-macro-error v1.0.4
16562026-04-10T03:34:36.655Z Compiling memmap v0.7.0
16572026-04-10T03:34:36.800Z Compiling smoltcp v0.11.0
16582026-04-10T03:34:36.841Z Compiling data-encoding v2.10.0
16592026-04-10T03:34:36.853Z Compiling winnow v0.5.40
16602026-04-10T03:34:36.903Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16612026-04-10T03:34:36.947Z Compiling keccak v0.1.6
16622026-04-10T03:34:37.160Z Compiling sha3 v0.10.8
16632026-04-10T03:34:37.171Z Compiling num v0.4.3
16642026-04-10T03:34:37.240Z Compiling usdt v0.5.0
16652026-04-10T03:34:37.460Z Compiling ingot-types v0.1.2
16662026-04-10T03:34:37.509Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16672026-04-10T03:34:37.667Z Compiling chacha20poly1305 v0.10.1
16682026-04-10T03:34:37.711Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16692026-04-10T03:34:37.831Z Compiling argon2 v0.5.3
16702026-04-10T03:34:37.939Z Compiling num_enum_derive v0.7.6
16712026-04-10T03:34:38.276Z Compiling tokio-rustls v0.26.4
16722026-04-10T03:34:38.364Z Compiling rustls-platform-verifier v0.6.2
16732026-04-10T03:34:38.554Z Compiling hyper-rustls v0.27.7
16742026-04-10T03:34:38.853Z Compiling reqwest v0.13.2
16752026-04-10T03:34:39.010Z Compiling toml_edit v0.19.15
16762026-04-10T03:34:39.222Z Compiling typify v0.6.1
16772026-04-10T03:34:39.316Z Compiling vsss-rs v3.3.4
16782026-04-10T03:34:39.975Z Compiling ciborium v0.2.2
16792026-04-10T03:34:40.217Z Compiling progenitor-client v0.13.0
16802026-04-10T03:34:40.521Z Compiling progenitor-extras v0.1.1
16812026-04-10T03:34:40.679Z Compiling tabwriter v1.4.1
16822026-04-10T03:34:40.757Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16832026-04-10T03:34:41.201Z Compiling cobs v0.3.0
16842026-04-10T03:34:41.402Z Compiling memoffset v0.9.1
16852026-04-10T03:34:41.451Z Compiling pkg-config v0.3.32
16862026-04-10T03:34:41.463Z Compiling vcpkg v0.2.15
16872026-04-10T03:34:41.636Z Compiling unsafe-libyaml v0.2.11
16882026-04-10T03:34:41.899Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16892026-04-10T03:34:42.025Z Compiling cfg_aliases v0.2.1
16902026-04-10T03:34:42.101Z Compiling managed v0.8.0
16912026-04-10T03:34:42.115Z Compiling indent_write v2.2.0
16922026-04-10T03:34:42.252Z Compiling bitflags v1.3.2
16932026-04-10T03:34:42.310Z Compiling serde_yaml v0.9.34+deprecated
16942026-04-10T03:34:42.347Z Compiling nix v0.31.2
16952026-04-10T03:34:42.879Z Compiling openssl-sys v0.9.112
16962026-04-10T03:34:43.373Z Compiling postcard v1.1.3
16972026-04-10T03:34:43.443Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16982026-04-10T03:34:43.669Z Compiling proc-macro-crate v1.3.1
16992026-04-10T03:34:43.993Z Compiling progenitor-impl v0.13.0
17002026-04-10T03:34:44.008Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17012026-04-10T03:34:44.105Z Compiling num_enum v0.7.6
17022026-04-10T03:34:44.226Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17032026-04-10T03:34:44.275Z Compiling ingot v0.1.1
17042026-04-10T03:34:44.488Z Compiling hubpack_derive v0.1.1
17052026-04-10T03:34:45.005Z Compiling foreign-types-macros v0.2.3
17062026-04-10T03:34:45.645Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17072026-04-10T03:34:46.144Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17082026-04-10T03:34:46.183Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17092026-04-10T03:34:46.480Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17102026-04-10T03:34:46.507Z Compiling colored v3.1.1
17112026-04-10T03:34:46.709Z Compiling rayon-core v1.13.0
17122026-04-10T03:34:46.908Z Compiling semver v0.1.20
17132026-04-10T03:34:46.932Z Compiling swrite v0.1.0
17142026-04-10T03:34:47.027Z Compiling heck v0.4.1
17152026-04-10T03:34:47.165Z Compiling foreign-types-shared v0.3.1
17162026-04-10T03:34:47.235Z Compiling resolv-conf v0.7.6
17172026-04-10T03:34:47.262Z Compiling static_assertions v1.1.0
17182026-04-10T03:34:47.313Z Compiling linked-hash-map v0.5.6
17192026-04-10T03:34:47.339Z Compiling cpufeatures v0.3.0
17202026-04-10T03:34:47.417Z Compiling chacha20 v0.10.0
17212026-04-10T03:34:47.420Z Compiling foreign-types v0.5.0
17222026-04-10T03:34:47.502Z Compiling lru-cache v0.1.2
17232026-04-10T03:34:47.518Z Compiling rustc_version v0.1.7
17242026-04-10T03:34:47.526Z Compiling progenitor-macro v0.13.0
17252026-04-10T03:34:47.654Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17262026-04-10T03:34:47.684Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17272026-04-10T03:34:47.839Z Compiling hubpack v0.1.2
17282026-04-10T03:34:48.069Z Compiling num_enum_derive v0.5.11
17292026-04-10T03:34:48.864Z Compiling hickory-proto v0.24.4
17302026-04-10T03:34:49.034Z Compiling crossbeam-deque v0.8.6
17312026-04-10T03:34:49.109Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17322026-04-10T03:34:49.227Z Compiling serde-big-array v0.5.1
17332026-04-10T03:34:49.370Z Compiling serde_repr v0.1.20
17342026-04-10T03:34:49.609Z Compiling pin-project-internal v1.1.11
17352026-04-10T03:34:49.955Z Compiling derive-where v1.6.1
17362026-04-10T03:34:50.295Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17372026-04-10T03:34:50.539Z Compiling cstr-argument v0.1.2
17382026-04-10T03:34:50.683Z Compiling siphasher v1.0.2
17392026-04-10T03:34:50.697Z Compiling minimal-lexical v0.2.1
17402026-04-10T03:34:50.808Z Compiling unicode-segmentation v1.13.2
17412026-04-10T03:34:50.874Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17422026-04-10T03:34:50.953Z Compiling nom v7.1.3
17432026-04-10T03:34:51.111Z Compiling phf_shared v0.12.1
17442026-04-10T03:34:51.220Z Compiling newline-converter v0.3.0
17452026-04-10T03:34:51.291Z Compiling pin-project v1.1.11
17462026-04-10T03:34:51.333Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17472026-04-10T03:34:51.389Z Compiling hickory-resolver v0.24.4
17482026-04-10T03:34:51.610Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17492026-04-10T03:34:51.733Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17502026-04-10T03:34:51.857Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17512026-04-10T03:34:52.181Z Compiling num_enum v0.5.11
17522026-04-10T03:34:52.299Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17532026-04-10T03:34:52.504Z Compiling newtype_derive v0.1.6
17542026-04-10T03:34:52.705Z Compiling progenitor v0.13.0
17552026-04-10T03:34:52.732Z Compiling rand v0.10.0
17562026-04-10T03:34:52.824Z Compiling atomicwrites v0.4.4
17572026-04-10T03:34:53.028Z Compiling unicode-normalization v0.1.25
17582026-04-10T03:34:53.462Z Compiling console v0.15.11
17592026-04-10T03:34:53.499Z Compiling camino-tempfile v1.4.1
17602026-04-10T03:34:53.632Z Compiling tokio-stream v0.1.18
17612026-04-10T03:34:53.743Z Compiling async-recursion v1.1.1
17622026-04-10T03:34:53.888Z Compiling snafu-derive v0.8.9
17632026-04-10T03:34:54.078Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17642026-04-10T03:34:54.107Z Compiling slog-dtrace v0.3.0
17652026-04-10T03:34:54.149Z Compiling csv-core v0.1.13
17662026-04-10T03:34:54.286Z Compiling bstr v1.12.1
17672026-04-10T03:34:54.332Z Compiling highway v1.3.0
17682026-04-10T03:34:54.369Z Compiling chrono-tz v0.10.4
17692026-04-10T03:34:54.415Z Compiling openssl v0.10.76
17702026-04-10T03:34:54.428Z Compiling cancel-safe-futures v0.1.5
17712026-04-10T03:34:54.471Z Compiling foreign-types-shared v0.1.1
17722026-04-10T03:34:54.558Z Compiling owo-colors v4.3.0
17732026-04-10T03:34:54.578Z Compiling foldhash v0.1.5
17742026-04-10T03:34:54.657Z Compiling unicode-width v0.1.14
17752026-04-10T03:34:54.676Z Compiling unicode-xid v0.2.6
17762026-04-10T03:34:54.733Z Compiling same-file v1.0.6
17772026-04-10T03:34:54.752Z Compiling similar v2.7.0
17782026-04-10T03:34:54.793Z Compiling const_format_proc_macros v0.2.34
17792026-04-10T03:34:54.796Z Compiling hashbrown v0.15.5
17802026-04-10T03:34:54.901Z Compiling walkdir v2.5.0
17812026-04-10T03:34:54.954Z Compiling globset v0.4.18
17822026-04-10T03:34:55.990Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17832026-04-10T03:34:55.995Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17842026-04-10T03:34:55.995Z Compiling expectorate v1.2.0
17852026-04-10T03:34:55.995Z Compiling foreign-types v0.3.2
17862026-04-10T03:34:55.995Z Compiling csv v1.4.0
17872026-04-10T03:34:55.995Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17882026-04-10T03:34:55.995Z Compiling snafu v0.8.9
17892026-04-10T03:34:55.995Z Compiling qorb v0.4.1
17902026-04-10T03:34:55.995Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17912026-04-10T03:34:56.160Z Compiling olpc-cjson v0.1.4
17922026-04-10T03:34:56.934Z Compiling rayon v1.11.0
17932026-04-10T03:34:57.730Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17942026-04-10T03:34:57.782Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17952026-04-10T03:34:57.885Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17962026-04-10T03:34:57.918Z Compiling phf v0.12.1
17972026-04-10T03:34:58.143Z Compiling zone_cfg_derive v0.3.1
17982026-04-10T03:34:58.319Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17992026-04-10T03:34:58.591Z Compiling tokio-dtrace v0.1.1
18002026-04-10T03:34:58.780Z Compiling itertools v0.12.1
18012026-04-10T03:34:58.849Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18022026-04-10T03:34:58.864Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18032026-04-10T03:34:59.053Z Compiling libsw-core v0.3.2
18042026-04-10T03:34:59.218Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18052026-04-10T03:34:59.222Z Compiling serde_plain v1.0.2
18062026-04-10T03:34:59.247Z Compiling openssl-macros v0.1.1
18072026-04-10T03:34:59.271Z Compiling num-derive v0.4.2
18082026-04-10T03:34:59.420Z Compiling pem v3.0.6
18092026-04-10T03:34:59.492Z Compiling cookie v0.18.1
18102026-04-10T03:34:59.590Z Compiling sigpipe v0.1.3
18112026-04-10T03:34:59.679Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18122026-04-10T03:34:59.708Z Compiling glob v0.3.3
18132026-04-10T03:34:59.719Z Compiling fixedbitset v0.4.2
18142026-04-10T03:34:59.795Z Compiling jiff v0.2.23
18152026-04-10T03:34:59.806Z Compiling bytecount v0.6.9
18162026-04-10T03:34:59.891Z Compiling fixedbitset v0.5.7
18172026-04-10T03:34:59.939Z Compiling typed-path v0.9.3
18182026-04-10T03:34:59.965Z Compiling zone v0.3.1
18192026-04-10T03:35:00.003Z Compiling papergrid v0.11.0
18202026-04-10T03:35:00.155Z Compiling petgraph v0.8.3
18212026-04-10T03:35:00.212Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18222026-04-10T03:35:00.223Z Compiling petgraph v0.6.5
18232026-04-10T03:35:00.760Z Compiling libsw v3.5.0
18242026-04-10T03:35:00.936Z Compiling tough v0.20.0
18252026-04-10T03:35:01.266Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18262026-04-10T03:35:01.718Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18272026-04-10T03:35:01.801Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18282026-04-10T03:35:01.974Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18292026-04-10T03:35:01.985Z Compiling oxide-tokio-rt v0.1.3
18302026-04-10T03:35:02.902Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18312026-04-10T03:35:03.534Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18322026-04-10T03:35:03.659Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18332026-04-10T03:35:03.700Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18342026-04-10T03:35:03.882Z Compiling const_format v0.2.35
18352026-04-10T03:35:03.895Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18362026-04-10T03:35:04.386Z Compiling tabled_derive v0.7.0
18372026-04-10T03:35:04.586Z Compiling gethostname v0.5.0
18382026-04-10T03:35:04.692Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18392026-04-10T03:35:04.773Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18402026-04-10T03:35:04.810Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18412026-04-10T03:35:04.931Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18422026-04-10T03:35:04.948Z Compiling smf v0.2.3
18432026-04-10T03:35:05.326Z Compiling bcs v0.1.6
18442026-04-10T03:35:05.519Z Compiling lazy_static v1.5.0
18452026-04-10T03:35:05.544Z Compiling termtree v0.5.1
18462026-04-10T03:35:05.623Z Compiling linear-map v1.2.0
18472026-04-10T03:35:05.651Z Compiling tagptr v0.2.0
18482026-04-10T03:35:05.661Z Compiling smawk v0.3.2
18492026-04-10T03:35:05.695Z Compiling unicode-linebreak v0.1.5
18502026-04-10T03:35:05.794Z Compiling whoami v1.6.1
18512026-04-10T03:35:05.800Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18522026-04-10T03:35:05.819Z Compiling moka v0.12.15
18532026-04-10T03:35:05.927Z Compiling textwrap v0.16.2
18542026-04-10T03:35:05.941Z Compiling steno v0.4.1
18552026-04-10T03:35:06.136Z Compiling tabled v0.15.0
18562026-04-10T03:35:06.452Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18572026-04-10T03:35:06.618Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18582026-04-10T03:35:06.917Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18592026-04-10T03:35:07.072Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18602026-04-10T03:35:07.429Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18612026-04-10T03:35:08.345Z Compiling hickory-proto v0.25.2
18622026-04-10T03:35:08.900Z Compiling humantime v2.3.0
18632026-04-10T03:35:09.191Z Compiling num-derive v0.3.3
18642026-04-10T03:35:09.247Z Compiling parking_lot_core v0.8.6
18652026-04-10T03:35:09.496Z Compiling crc32fast v1.5.0
18662026-04-10T03:35:09.540Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18672026-04-10T03:35:10.049Z Compiling parking_lot v0.11.2
18682026-04-10T03:35:10.134Z Compiling libscf-sys v1.1.0
18692026-04-10T03:35:10.186Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18702026-04-10T03:35:10.270Z Compiling hickory-resolver v0.25.2
18712026-04-10T03:35:10.449Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18722026-04-10T03:35:10.519Z Compiling fxhash v0.2.1
18732026-04-10T03:35:10.519Z Compiling internet-checksum v0.2.1
18742026-04-10T03:35:10.565Z Compiling sled v0.34.7
18752026-04-10T03:35:10.597Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18762026-04-10T03:35:11.147Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18772026-04-10T03:35:15.721Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18782026-04-10T03:35:22.896Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18792026-04-10T03:35:24.468Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18802026-04-10T03:35:29.300Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18812026-04-10T03:35:29.386Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18822026-04-10T03:35:29.386Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18832026-04-10T03:35:50.839Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
18842026-04-10T03:35:51.016Z────────────
18852026-04-10T03:35:51.016Z Nextest run ID e332f9b4-f537-4ab5-8d5e-5b77c06a4f93 with nextest profile: default
18862026-04-10T03:35:51.017Z Starting 18 tests across 1 binary (49 tests skipped)
18872026-04-10T03:36:07.136Z PASS [ 16.118s] rdb proptest::prop_ipv6_host_bits_always_unset
18882026-04-10T03:36:07.262Z PASS [ 16.245s] rdb proptest::prop_ipv4_length_in_bounds
18892026-04-10T03:36:07.267Z PASS [ 16.251s] rdb proptest::prop_ipv6_default_contains_all
18902026-04-10T03:36:07.307Z PASS [ 16.291s] rdb proptest::prop_ipv4_within_self
18912026-04-10T03:36:07.310Z PASS [ 16.291s] rdb proptest::prop_ipv4_host_bits_always_unset
18922026-04-10T03:36:07.340Z PASS [ 16.323s] rdb proptest::prop_ipv4_default_contains_all
18932026-04-10T03:36:07.396Z PASS [ 16.380s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18942026-04-10T03:36:23.158Z PASS [ 16.024s] rdb proptest::prop_ipv6_length_in_bounds
18952026-04-10T03:36:23.309Z PASS [ 16.042s] rdb proptest::prop_ipv6_within_self
18962026-04-10T03:36:23.365Z PASS [ 16.104s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18972026-04-10T03:36:23.663Z PASS [ 16.356s] rdb proptest::prop_prefix_enum_no_cross_family
18982026-04-10T03:36:32.319Z PASS [ 25.012s] rdb proptest::prop_static_route_key_deduplication
18992026-04-10T03:36:51.017Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19002026-04-10T03:36:53.553Z PASS [ 46.212s] rdb proptest::prop_static_route_key_normalization_idempotent
19012026-04-10T03:36:53.772Z PASS [ 46.165s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19022026-04-10T03:37:09.176Z PASS [ 46.018s] rdb proptest::prop_static_route_key_normalization_preserves_length
19032026-04-10T03:37:09.348Z PASS [ 46.039s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19042026-04-10T03:37:23.368Z SLOW [> 60.000s] rdb proptest::prop_static_route_key_ord_consistency
19052026-04-10T03:37:40.549Z PASS [ 77.184s] rdb proptest::prop_static_route_key_ord_consistency
19062026-04-10T03:37:51.018Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19072026-04-10T03:38:51.019Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19082026-04-10T03:39:51.020Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19092026-04-10T03:40:02.807Z PASS [ 251.792s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19102026-04-10T03:40:02.811Z────────────
19112026-04-10T03:40:02.811Z Summary [ 251.792s] 18 tests run: 18 passed (2 slow), 49 skipped
19122026-04-10T03:40:02.820Z+ cp '*.log' /work/
19132026-04-10T03:40:02.824Z+ true
19142026-04-10T03:40:02.824Z+ '[' -d proptest-regressions ']'
19152026-04-10T03:40:02.824Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19162026-04-10T03:40:02.827Z+ popd
19172026-04-10T03:40:02.827Z/work/oxidecomputer/maghemite
19182026-04-10T03:40:02.827Z+ pushd bgp
19192026-04-10T03:40:02.827Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19202026-04-10T03:40:02.827Z+ PROPTEST_CASES=1000000
19212026-04-10T03:40:02.827Z+ cargo nextest run --lib proptest
19222026-04-10T03:40:03.976Z Compiling smallvec v1.15.1
19232026-04-10T03:40:03.979Z Compiling serde_json v1.0.149
19242026-04-10T03:40:04.152Z Compiling crunchy v0.2.4
19252026-04-10T03:40:04.172Z Compiling tiny-keccak v2.0.2
19262026-04-10T03:40:04.182Z Compiling smartstring v1.0.1
19272026-04-10T03:40:04.185Z Compiling ahash v0.8.12
19282026-04-10T03:40:04.269Z Compiling icu_normalizer v2.1.1
19292026-04-10T03:40:04.304Z Compiling parking_lot_core v0.9.12
19302026-04-10T03:40:04.441Z Compiling parking_lot_core v0.8.6
19312026-04-10T03:40:04.523Z Compiling parking_lot v0.12.5
19322026-04-10T03:40:04.607Z Compiling idna_adapter v1.2.1
19332026-04-10T03:40:04.745Z Compiling idna v1.1.0
19342026-04-10T03:40:04.758Z Compiling tokio v1.51.1
19352026-04-10T03:40:04.860Z Compiling dof v0.4.0
19362026-04-10T03:40:04.938Z Compiling schemars v0.8.22
19372026-04-10T03:40:04.993Z Compiling openapiv3 v2.2.0
19382026-04-10T03:40:05.076Z Compiling url v2.5.8
19392026-04-10T03:40:05.511Z Compiling slog-json v2.6.1
19402026-04-10T03:40:05.958Z Compiling usdt-impl v0.6.0
19412026-04-10T03:40:06.214Z Compiling slog-bunyan v2.5.0
19422026-04-10T03:40:06.506Z Compiling ipnetwork v0.21.1
19432026-04-10T03:40:06.601Z Compiling newtype-uuid v1.3.2
19442026-04-10T03:40:06.677Z Compiling usdt-macro v0.6.0
19452026-04-10T03:40:06.765Z Compiling oxnet v0.1.4
19462026-04-10T03:40:06.951Z Compiling usdt-attr-macro v0.6.0
19472026-04-10T03:40:06.962Z Compiling serde_with v3.18.0
19482026-04-10T03:40:07.199Z Compiling daft v0.1.5
19492026-04-10T03:40:07.211Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19502026-04-10T03:40:07.463Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19512026-04-10T03:40:07.770Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19522026-04-10T03:40:07.986Z Compiling iddqd v0.3.17
19532026-04-10T03:40:08.132Z Compiling usdt v0.6.0
19542026-04-10T03:40:08.590Z Compiling tokio-util v0.7.18
19552026-04-10T03:40:08.674Z Compiling tower v0.5.3
19562026-04-10T03:40:08.739Z Compiling tokio-rustls v0.26.4
19572026-04-10T03:40:08.752Z Compiling tokio-rustls v0.25.0
19582026-04-10T03:40:08.975Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19592026-04-10T03:40:09.005Z Compiling backoff v0.4.0
19602026-04-10T03:40:09.132Z Compiling tower-http v0.6.8
19612026-04-10T03:40:09.159Z Compiling h2 v0.4.13
19622026-04-10T03:40:09.561Z Compiling typify-impl v0.6.1
19632026-04-10T03:40:09.594Z Compiling dof v0.3.0
19642026-04-10T03:40:09.944Z Compiling usdt-impl v0.5.0
19652026-04-10T03:40:10.354Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19662026-04-10T03:40:10.470Z Compiling usdt-attr-macro v0.5.0
19672026-04-10T03:40:10.703Z Compiling usdt-macro v0.5.0
19682026-04-10T03:40:11.276Z Compiling hyper v1.9.0
19692026-04-10T03:40:12.215Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19702026-04-10T03:40:12.227Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19712026-04-10T03:40:12.261Z Compiling byte-wrapper v0.1.0
19722026-04-10T03:40:12.541Z Compiling hyper-util v0.1.20
19732026-04-10T03:40:12.627Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19742026-04-10T03:40:12.775Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19752026-04-10T03:40:13.124Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19762026-04-10T03:40:13.127Z Compiling usdt v0.5.0
19772026-04-10T03:40:13.673Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19782026-04-10T03:40:13.717Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19792026-04-10T03:40:13.984Z Compiling hyper-rustls v0.27.7
19802026-04-10T03:40:14.293Z Compiling reqwest v0.13.2
19812026-04-10T03:40:14.323Z Compiling dropshot v0.16.7
19822026-04-10T03:40:14.348Z Compiling reqwest v0.12.28
19832026-04-10T03:40:15.470Z Compiling progenitor-client v0.10.0
19842026-04-10T03:40:15.759Z Compiling progenitor-client v0.13.0
19852026-04-10T03:40:15.846Z Compiling typify-macro v0.6.1
19862026-04-10T03:40:16.067Z Compiling progenitor-extras v0.1.1
19872026-04-10T03:40:17.652Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19882026-04-10T03:40:18.179Z Compiling typify v0.6.1
19892026-04-10T03:40:18.281Z Compiling progenitor-impl v0.13.0
19902026-04-10T03:40:18.654Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19912026-04-10T03:40:19.443Z Compiling hickory-proto v0.24.4
19922026-04-10T03:40:19.745Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19932026-04-10T03:40:20.159Z Compiling tokio-stream v0.1.18
19942026-04-10T03:40:20.628Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19952026-04-10T03:40:20.975Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19962026-04-10T03:40:21.145Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19972026-04-10T03:40:21.879Z Compiling progenitor-macro v0.13.0
19982026-04-10T03:40:22.279Z Compiling hickory-resolver v0.24.4
19992026-04-10T03:40:22.375Z Compiling tokio-dtrace v0.1.1
20002026-04-10T03:40:22.651Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20012026-04-10T03:40:22.724Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20022026-04-10T03:40:23.265Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20032026-04-10T03:40:23.403Z Compiling qorb v0.4.1
20042026-04-10T03:40:24.676Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20052026-04-10T03:40:24.981Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20062026-04-10T03:40:25.257Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20072026-04-10T03:40:25.611Z Compiling libsw-core v0.3.2
20082026-04-10T03:40:25.623Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
20092026-04-10T03:40:26.088Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20102026-04-10T03:40:26.478Z Compiling olpc-cjson v0.1.4
20112026-04-10T03:40:26.652Z Compiling tough v0.20.0
20122026-04-10T03:40:26.886Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20132026-04-10T03:40:26.964Z Compiling libsw v3.5.0
20142026-04-10T03:40:27.020Z Compiling progenitor v0.13.0
20152026-04-10T03:40:27.087Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20162026-04-10T03:40:27.139Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20172026-04-10T03:40:27.159Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20182026-04-10T03:40:27.338Z Compiling oxide-tokio-rt v0.1.3
20192026-04-10T03:40:27.660Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20202026-04-10T03:40:28.417Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20212026-04-10T03:40:28.485Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20222026-04-10T03:40:28.617Z Compiling slog-dtrace v0.3.0
20232026-04-10T03:40:28.951Z Compiling cancel-safe-futures v0.1.5
20242026-04-10T03:40:29.022Z Compiling zone v0.3.1
20252026-04-10T03:40:29.190Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20262026-04-10T03:40:29.259Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20272026-04-10T03:40:29.752Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20282026-04-10T03:40:29.755Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20292026-04-10T03:40:29.828Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20302026-04-10T03:40:29.946Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20312026-04-10T03:40:30.138Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20322026-04-10T03:40:30.158Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20332026-04-10T03:40:30.618Z Compiling steno v0.4.1
20342026-04-10T03:40:31.345Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20352026-04-10T03:40:31.455Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20362026-04-10T03:40:32.423Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20372026-04-10T03:40:33.281Z Compiling hickory-proto v0.25.2
20382026-04-10T03:40:33.932Z Compiling moka v0.12.15
20392026-04-10T03:40:34.448Z Compiling parking_lot v0.11.2
20402026-04-10T03:40:34.676Z Compiling const-random-macro v0.1.16
20412026-04-10T03:40:34.935Z Compiling sdd v3.0.10
20422026-04-10T03:40:35.067Z Compiling const-random v0.1.18
20432026-04-10T03:40:35.145Z Compiling scc v2.4.0
20442026-04-10T03:40:35.274Z Compiling hickory-resolver v0.25.2
20452026-04-10T03:40:35.491Z Compiling sled v0.34.7
20462026-04-10T03:40:35.556Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20472026-04-10T03:40:36.167Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20482026-04-10T03:40:36.320Z Compiling thin-vec v0.2.14
20492026-04-10T03:40:36.334Z Compiling serial_test_derive v3.4.0
20502026-04-10T03:40:36.604Z Compiling rhai_codegen v3.1.0
20512026-04-10T03:40:36.834Z Compiling yansi v1.0.1
20522026-04-10T03:40:37.059Z Compiling diff v0.1.13
20532026-04-10T03:40:37.157Z Compiling serial_test v3.4.0
20542026-04-10T03:40:37.219Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20552026-04-10T03:40:37.356Z Compiling pretty_assertions v1.4.1
20562026-04-10T03:40:37.468Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20572026-04-10T03:40:37.536Z Compiling nom v8.0.0
20582026-04-10T03:40:37.860Z Compiling rhai v1.24.0
20592026-04-10T03:40:41.003Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20602026-04-10T03:40:48.742Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20612026-04-10T03:40:50.339Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20622026-04-10T03:40:51.446Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20632026-04-10T03:40:52.596Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20642026-04-10T03:40:53.391Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20652026-04-10T03:40:55.887Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20662026-04-10T03:41:31.333Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 27s
20672026-04-10T03:41:31.504Z────────────
20682026-04-10T03:41:31.504Z Nextest run ID bad5d70b-50c0-4616-8947-4eaba9b8fbe7 with nextest profile: default
20692026-04-10T03:41:31.504Z Starting 37 tests across 1 binary (180 tests skipped)
20702026-04-10T03:41:47.848Z PASS [ 16.343s] bgp proptest::prop_empty_produces_no_chunks
20712026-04-10T03:41:49.853Z PASS [ 18.349s] bgp proptest::prop_ipv4_prefixes_roundtrip
20722026-04-10T03:41:51.825Z PASS [ 20.319s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20732026-04-10T03:42:06.131Z PASS [ 16.276s] bgp proptest::prop_ipv4_wire_format_roundtrip
20742026-04-10T03:42:10.079Z PASS [ 18.255s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20752026-04-10T03:42:11.278Z PASS [ 39.772s] bgp proptest::prop_duplicate_attrs_deduplicated
20762026-04-10T03:42:16.206Z PASS [ 28.359s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20772026-04-10T03:42:26.307Z PASS [ 19.675s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20782026-04-10T03:42:27.637Z PASS [ 16.360s] bgp proptest::prop_ipv6_wire_format_roundtrip
20792026-04-10T03:42:30.233Z PASS [ 20.144s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20802026-04-10T03:42:31.507Z SLOW [> 60.000s] bgp proptest::prop_extended_flag_no_effect_on_small_updates
20812026-04-10T03:42:31.507Z SLOW [> 60.000s] bgp proptest::prop_extended_mp_reach_roundtrip
20822026-04-10T03:42:31.511Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20832026-04-10T03:42:31.511Z SLOW [> 60.000s] bgp proptest::prop_extended_traditional_roundtrip
20842026-04-10T03:42:32.711Z PASS [ 61.206s] bgp proptest::prop_extended_traditional_roundtrip
20852026-04-10T03:42:35.244Z PASS [ 63.739s] bgp proptest::prop_extended_flag_no_effect_on_small_updates
20862026-04-10T03:42:35.797Z PASS [ 19.590s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20872026-04-10T03:42:37.773Z PASS [ 66.267s] bgp proptest::prop_encode_decode_semantic_equivalence
20882026-04-10T03:42:44.661Z PASS [ 73.135s] bgp proptest::prop_extended_mp_reach_roundtrip
20892026-04-10T03:42:48.737Z PASS [ 18.504s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20902026-04-10T03:42:52.206Z PASS [ 18.939s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20912026-04-10T03:42:53.732Z PASS [ 18.487s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20922026-04-10T03:42:55.027Z PASS [ 17.255s] bgp proptest::prop_small_v4_produces_single_chunk
20932026-04-10T03:43:02.062Z PASS [ 17.423s] bgp proptest::prop_small_v6_produces_single_chunk
20942026-04-10T03:43:19.737Z PASS [ 28.087s] bgp proptest::prop_update_mp_unreach_roundtrip
20952026-04-10T03:43:25.808Z SLOW [> 60.000s] bgp proptest::prop_large_v4_extended_roundtrip
20962026-04-10T03:43:27.639Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20972026-04-10T03:43:28.342Z PASS [ 52.545s] bgp proptest::prop_path_attrs_wire_len_consistent
20982026-04-10T03:43:36.237Z PASS [ 68.600s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20992026-04-10T03:43:49.773Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21002026-04-10T03:43:53.734Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21012026-04-10T03:43:55.895Z PASS [ 61.146s] bgp proptest::prop_update_traditional_roundtrip
21022026-04-10T03:43:55.902Z SLOW [> 60.000s] bgp proptest::prop_v4_announce_split_ext
21032026-04-10T03:44:01.544Z PASS [ 72.818s] bgp proptest::prop_update_mp_reach_roundtrip
21042026-04-10T03:44:02.066Z SLOW [> 60.000s] bgp proptest::prop_v4_announce_split_std
21052026-04-10T03:44:19.741Z SLOW [> 60.000s] bgp proptest::prop_v4_mp_announce_split_ext
21062026-04-10T03:44:25.809Z SLOW [>120.000s] bgp proptest::prop_large_v4_extended_roundtrip
21072026-04-10T03:44:28.346Z SLOW [> 60.000s] bgp proptest::prop_v4_mp_announce_split_std
21082026-04-10T03:44:36.240Z SLOW [> 60.000s] bgp proptest::prop_v4_withdraw_split_ext
21092026-04-10T03:44:48.461Z PASS [ 106.400s] bgp proptest::prop_v4_announce_split_std
21102026-04-10T03:44:54.879Z SLOW [> 60.000s] bgp proptest::prop_v4_withdraw_split_std
21112026-04-10T03:44:55.029Z SLOW [>120.000s] bgp proptest::prop_v4_announce_split_ext
21122026-04-10T03:45:01.546Z SLOW [> 60.000s] bgp proptest::prop_v6_mp_announce_split_ext
21132026-04-10T03:45:14.517Z PASS [ 106.175s] bgp proptest::prop_v4_mp_announce_split_std
21142026-04-10T03:45:19.739Z SLOW [>120.000s] bgp proptest::prop_v4_mp_announce_split_ext
21152026-04-10T03:45:25.809Z SLOW [>180.000s] bgp proptest::prop_large_v4_extended_roundtrip
21162026-04-10T03:45:36.240Z SLOW [>120.000s] bgp proptest::prop_v4_withdraw_split_ext
21172026-04-10T03:45:40.826Z PASS [ 105.949s] bgp proptest::prop_v4_withdraw_split_std
21182026-04-10T03:45:48.463Z SLOW [> 60.000s] bgp proptest::prop_v6_mp_announce_split_std
21192026-04-10T03:45:55.030Z SLOW [>180.000s] bgp proptest::prop_v4_announce_split_ext
21202026-04-10T03:45:55.332Z PASS [ 66.869s] bgp proptest::prop_v6_mp_announce_split_std
21212026-04-10T03:46:01.548Z SLOW [>120.000s] bgp proptest::prop_v6_mp_announce_split_ext
21222026-04-10T03:46:14.521Z SLOW [> 60.000s] bgp proptest::prop_v6_mp_withdraw_split_ext
21232026-04-10T03:46:19.740Z SLOW [>180.000s] bgp proptest::prop_v4_mp_announce_split_ext
21242026-04-10T03:46:25.810Z SLOW [>240.000s] bgp proptest::prop_large_v4_extended_roundtrip
21252026-04-10T03:46:36.241Z SLOW [>180.000s] bgp proptest::prop_v4_withdraw_split_ext
21262026-04-10T03:46:40.828Z SLOW [> 60.000s] bgp proptest::prop_v6_mp_withdraw_split_std
21272026-04-10T03:46:47.515Z PASS [ 66.689s] bgp proptest::prop_v6_mp_withdraw_split_std
21282026-04-10T03:46:55.033Z SLOW [>240.000s] bgp proptest::prop_v4_announce_split_ext
21292026-04-10T03:46:55.335Z SLOW [> 60.000s] bgp proptest::prop_wire_len_matches_to_wire
21302026-04-10T03:46:57.102Z PASS [ 271.297s] bgp proptest::prop_large_v4_extended_roundtrip
21312026-04-10T03:46:57.828Z PASS [ 62.497s] bgp proptest::prop_wire_len_matches_to_wire
21322026-04-10T03:47:01.548Z SLOW [>180.000s] bgp proptest::prop_v6_mp_announce_split_ext
21332026-04-10T03:47:14.521Z SLOW [>120.000s] bgp proptest::prop_v6_mp_withdraw_split_ext
21342026-04-10T03:47:19.744Z SLOW [>240.000s] bgp proptest::prop_v4_mp_announce_split_ext
21352026-04-10T03:47:36.244Z SLOW [>240.000s] bgp proptest::prop_v4_withdraw_split_ext
21362026-04-10T03:47:55.033Z SLOW [>300.000s] bgp proptest::prop_v4_announce_split_ext
21372026-04-10T03:48:03.063Z SLOW [>240.000s] bgp proptest::prop_v6_mp_announce_split_ext
21382026-04-10T03:48:14.522Z SLOW [>180.000s] bgp proptest::prop_v6_mp_withdraw_split_ext
21392026-04-10T03:48:19.743Z SLOW [>300.000s] bgp proptest::prop_v4_mp_announce_split_ext
21402026-04-10T03:48:36.244Z SLOW [>300.000s] bgp proptest::prop_v4_withdraw_split_ext
21412026-04-10T03:48:55.034Z SLOW [>360.000s] bgp proptest::prop_v4_announce_split_ext
21422026-04-10T03:49:01.551Z SLOW [>300.000s] bgp proptest::prop_v6_mp_announce_split_ext
21432026-04-10T03:49:14.522Z SLOW [>240.000s] bgp proptest::prop_v6_mp_withdraw_split_ext
21442026-04-10T03:49:19.743Z SLOW [>360.000s] bgp proptest::prop_v4_mp_announce_split_ext
21452026-04-10T03:49:36.245Z SLOW [>360.000s] bgp proptest::prop_v4_withdraw_split_ext
21462026-04-10T03:49:55.036Z SLOW [>420.000s] bgp proptest::prop_v4_announce_split_ext
21472026-04-10T03:50:01.551Z SLOW [>360.000s] bgp proptest::prop_v6_mp_announce_split_ext
21482026-04-10T03:50:14.523Z SLOW [>300.000s] bgp proptest::prop_v6_mp_withdraw_split_ext
21492026-04-10T03:50:19.744Z SLOW [>420.000s] bgp proptest::prop_v4_mp_announce_split_ext
21502026-04-10T03:50:36.246Z SLOW [>420.000s] bgp proptest::prop_v4_withdraw_split_ext
21512026-04-10T03:50:55.508Z SLOW [>480.000s] bgp proptest::prop_v4_announce_split_ext
21522026-04-10T03:51:01.555Z SLOW [>420.000s] bgp proptest::prop_v6_mp_announce_split_ext
21532026-04-10T03:51:14.525Z SLOW [>360.000s] bgp proptest::prop_v6_mp_withdraw_split_ext
21542026-04-10T03:51:19.745Z SLOW [>480.000s] bgp proptest::prop_v4_mp_announce_split_ext
21552026-04-10T03:51:36.246Z SLOW [>480.000s] bgp proptest::prop_v4_withdraw_split_ext
21562026-04-10T03:51:55.038Z SLOW [>540.000s] bgp proptest::prop_v4_announce_split_ext
21572026-04-10T03:52:01.554Z SLOW [>480.000s] bgp proptest::prop_v6_mp_announce_split_ext
21582026-04-10T03:52:14.526Z SLOW [>420.000s] bgp proptest::prop_v6_mp_withdraw_split_ext
21592026-04-10T03:52:19.746Z SLOW [>540.000s] bgp proptest::prop_v4_mp_announce_split_ext
21602026-04-10T03:52:36.247Z SLOW [>540.000s] bgp proptest::prop_v4_withdraw_split_ext
21612026-04-10T03:52:55.039Z SLOW [>600.000s] bgp proptest::prop_v4_announce_split_ext
21622026-04-10T03:53:01.554Z SLOW [>540.000s] bgp proptest::prop_v6_mp_announce_split_ext
21632026-04-10T03:53:14.526Z SLOW [>480.000s] bgp proptest::prop_v6_mp_withdraw_split_ext
21642026-04-10T03:53:15.718Z PASS [ 554.175s] bgp proptest::prop_v6_mp_announce_split_ext
21652026-04-10T03:53:19.747Z SLOW [>600.000s] bgp proptest::prop_v4_mp_announce_split_ext
21662026-04-10T03:53:36.248Z SLOW [>600.000s] bgp proptest::prop_v4_withdraw_split_ext
21672026-04-10T03:53:55.040Z SLOW [>660.000s] bgp proptest::prop_v4_announce_split_ext
21682026-04-10T03:54:14.527Z SLOW [>540.000s] bgp proptest::prop_v6_mp_withdraw_split_ext
21692026-04-10T03:54:19.749Z SLOW [>660.000s] bgp proptest::prop_v4_mp_announce_split_ext
21702026-04-10T03:54:27.531Z PASS [ 553.014s] bgp proptest::prop_v6_mp_withdraw_split_ext
21712026-04-10T03:54:36.250Z SLOW [>660.000s] bgp proptest::prop_v4_withdraw_split_ext
21722026-04-10T03:54:55.042Z SLOW [>720.000s] bgp proptest::prop_v4_announce_split_ext
21732026-04-10T03:55:19.749Z SLOW [>720.000s] bgp proptest::prop_v4_mp_announce_split_ext
21742026-04-10T03:55:36.250Z SLOW [>720.000s] bgp proptest::prop_v4_withdraw_split_ext
21752026-04-10T03:55:55.043Z SLOW [>780.000s] bgp proptest::prop_v4_announce_split_ext
21762026-04-10T03:56:19.751Z SLOW [>780.000s] bgp proptest::prop_v4_mp_announce_split_ext
21772026-04-10T03:56:36.251Z SLOW [>780.000s] bgp proptest::prop_v4_withdraw_split_ext
21782026-04-10T03:56:55.043Z SLOW [>840.000s] bgp proptest::prop_v4_announce_split_ext
21792026-04-10T03:57:19.751Z SLOW [>840.000s] bgp proptest::prop_v4_mp_announce_split_ext
21802026-04-10T03:57:36.252Z SLOW [>840.000s] bgp proptest::prop_v4_withdraw_split_ext
21812026-04-10T03:57:55.045Z SLOW [>900.000s] bgp proptest::prop_v4_announce_split_ext
21822026-04-10T03:58:19.752Z SLOW [>900.000s] bgp proptest::prop_v4_mp_announce_split_ext
21832026-04-10T03:58:36.253Z SLOW [>900.000s] bgp proptest::prop_v4_withdraw_split_ext
21842026-04-10T03:58:55.045Z SLOW [>960.000s] bgp proptest::prop_v4_announce_split_ext
21852026-04-10T03:59:19.753Z SLOW [>960.000s] bgp proptest::prop_v4_mp_announce_split_ext
21862026-04-10T03:59:26.371Z PASS [ 991.345s] bgp proptest::prop_v4_announce_split_ext
21872026-04-10T03:59:36.254Z SLOW [>960.000s] bgp proptest::prop_v4_withdraw_split_ext
21882026-04-10T03:59:51.947Z PASS [ 992.211s] bgp proptest::prop_v4_mp_announce_split_ext
21892026-04-10T04:00:07.661Z PASS [ 991.424s] bgp proptest::prop_v4_withdraw_split_ext
21902026-04-10T04:00:07.661Z────────────
21912026-04-10T04:00:07.661Z Summary [1116.157s] 37 tests run: 37 passed (19 slow), 180 skipped
21922026-04-10T04:00:07.673Z+ cp '*.log' /work/
21932026-04-10T04:00:07.676Z+ true
21942026-04-10T04:00:07.676Z+ '[' -d proptest-regressions ']'
21952026-04-10T04:00:07.676Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21962026-04-10T04:00:07.679Z+ popd
21972026-04-10T04:00:07.679Z/work/oxidecomputer/maghemite
21982026-04-10T04:00:07.679Zprocess exited: duration 1730051 ms, exit code 0
 
21992026-04-10T04:00:07.686Zfound 0 output files