01KMGMBFYRHCSMNEAVVXTE4GW3: 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: 01KMGMCMYJEF37BA5WE4NDPHXM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T19:18:33.347Zjob assigned to worker 01KMGMG6GVQX762CF3203YF365 [factory aws, i-0b47b5a3a067609a7] (queued for 2 m 42 s)
 
22026-03-24T19:18:41.261Zstarting task 0: "setup"
32026-03-24T19:18:41.269Z++ uname -s
42026-03-24T19:18:41.391Z+ kern=SunOS
52026-03-24T19:18:41.392Z+ build_user=build
62026-03-24T19:18:41.392Z+ build_uid=12345
72026-03-24T19:18:41.392Z+ work_dir=/work
82026-03-24T19:18:41.392Z+ input_dir=/input
92026-03-24T19:18:41.392Z+ [[ 0 == 12345 ]]
102026-03-24T19:18:41.392Z+ case "$kern" in
112026-03-24T19:18:41.392Z+ groupadd -g 12345 build
122026-03-24T19:18:41.392Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T19:18:44.619Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T19:18:44.662Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T19:18:44.662Z+ home_fs=zfs
162026-03-24T19:18:44.662Z+ [[ zfs == autofs ]]
172026-03-24T19:18:44.662Z+ mkdir -p /home/build
182026-03-24T19:18:44.662Z+ chown build:build /home/build /work
192026-03-24T19:18:45.439Z+ chmod 0700 /home/build /work
202026-03-24T19:18:45.454Zprocess exited: duration 4141 ms, exit code 0
 
212026-03-24T19:18:45.471Zstarting task 1: "rust-toolchain"
222026-03-24T19:18:45.479Z * rust toolchain channel = "stable"
232026-03-24T19:18:45.479Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-03-24T19:18:45.479Z * rust toolchain profile = "default"
252026-03-24T19:18:45.479Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-24T19:18:45.479Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T19:18:45.479Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T19:18:45.479Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T19:18:45.479Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-24T19:18:45.661Zinfo: downloading installer
312026-03-24T19:18:47.675Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T19:18:47.675Zwarn: /opt/ooce/bin
332026-03-24T19:18:47.675Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T19:18:47.675Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T19:18:47.675Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T19:18:47.676Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T19:18:47.676Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T19:18:47.676Zerror: cannot install while Rust is installed
392026-03-24T19:18:47.676Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T19:18:47.676Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T19:18:47.676Zwarn: /home/build/.rustup/settings.toml
422026-03-24T19:18:47.676Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T19:18:47.676Zwarn: instead of the one inferred from the default host triple.
442026-03-24T19:18:47.682Zinfo: profile set to default
452026-03-24T19:18:47.682Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T19:18:47.689Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-24T19:18:47.866Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T19:18:47.874Zinfo: downloading 6 components
492026-03-24T19:19:05.898Z
502026-03-24T19:19:05.898Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-03-24T19:19:05.931Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T19:19:05.931Z
532026-03-24T19:19:05.932Z
542026-03-24T19:19:05.932ZRust is installed now. Great!
552026-03-24T19:19:05.932Z
562026-03-24T19:19:05.932ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T19:19:05.932Zenvironment variable. This has not been done automatically.
582026-03-24T19:19:05.932Z
592026-03-24T19:19:05.932ZTo configure your current shell, you need to source
602026-03-24T19:19:05.932Zthe corresponding env file under $HOME/.cargo.
612026-03-24T19:19:05.932Z
622026-03-24T19:19:05.932ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T19:19:05.932Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T19:19:05.932Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T19:19:05.933Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T19:19:05.933Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T19:19:05.933Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T19:19:05.933Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T19:19:05.933Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T19:19:05.933Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T19:19:06.016Z+ rustup --version
722026-03-24T19:19:06.048Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T19:19:06.048Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T19:19:06.068Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T19:19:06.068Z+ cargo --version
762026-03-24T19:19:06.100Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T19:19:06.101Z+ rustc --version
782026-03-24T19:19:06.142Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T19:19:06.143Zprocess exited: duration 20621 ms, exit code 0
 
802026-03-24T19:19:06.210Zstarting task 2: "authentication"
812026-03-24T19:19:06.272Zprocess exited: duration 65 ms, exit code 0
 
822026-03-24T19:19:06.334Zstarting task 3: "clone repository"
832026-03-24T19:19:06.887Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-24T19:19:06.888Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-24T19:19:06.888ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-24T19:19:07.243Z+ cd /work/oxidecomputer/maghemite
872026-03-24T19:19:07.243Z+ git fetch origin 91ceb2185f32195aed791981c313b095c8e5dd77
882026-03-24T19:19:08.176ZFrom https://github.com/oxidecomputer/maghemite
892026-03-24T19:19:08.176Z * branch 91ceb2185f32195aed791981c313b095c8e5dd77 -> FETCH_HEAD
902026-03-24T19:19:08.186Z+ [[ -n renovate/nom-8.x ]]
912026-03-24T19:19:08.186Z++ git branch --show-current
922026-03-24T19:19:08.186Z+ current=main
932026-03-24T19:19:08.186Z+ [[ main != renovate/nom-8.x ]]
942026-03-24T19:19:08.186Z+ git branch -f renovate/nom-8.x 91ceb2185f32195aed791981c313b095c8e5dd77
952026-03-24T19:19:08.186Z+ git checkout -f renovate/nom-8.x
962026-03-24T19:19:08.186ZSwitched to branch 'renovate/nom-8.x'
972026-03-24T19:19:08.186Z+ git reset --hard 91ceb2185f32195aed791981c313b095c8e5dd77
982026-03-24T19:19:08.186ZHEAD is now at 91ceb21 bgp: pass slice instead of array to nom tag
992026-03-24T19:19:08.186Zprocess exited: duration 1130 ms, exit code 0
 
1002026-03-24T19:19:08.265Zstarting task 4: "build"
1012026-03-24T19:19:08.310Z+ set -e
1022026-03-24T19:19:08.310Z+ NEXTEST_VERSION=0.9.97
1032026-03-24T19:19:08.310Z+ PLATFORM=illumos
1042026-03-24T19:19:08.310Z+ cargo --version
1052026-03-24T19:19:08.310Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1062026-03-24T19:19:08.463Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1072026-03-24T19:19:08.521Zinfo: downloading 6 components
1082026-03-24T19:19:25.296Zcargo 1.92.0 (344c4567c 2025-10-21)
1092026-03-24T19:19:25.321Z+ rustc --version
1102026-03-24T19:19:25.362Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1112026-03-24T19:19:25.362Z+ cargo install cargo-nextest --version 0.9.97
1122026-03-24T19:19:25.386Z Updating crates.io index
1132026-03-24T19:19:25.486Z Downloading crates ...
1142026-03-24T19:19:25.556Z Downloaded cargo-nextest v0.9.97
1152026-03-24T19:19:25.641Z Installing cargo-nextest v0.9.97
1162026-03-24T19:19:25.720Z Updating crates.io index
1172026-03-24T19:19:28.917Z Locking 408 packages to latest compatible versions
1182026-03-24T19:19:28.936Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-03-24T19:19:28.937Z Adding duct v0.13.7 (available: v1.1.1)
1202026-03-24T19:19:28.937Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-03-24T19:19:28.937Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-03-24T19:19:28.937Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1232026-03-24T19:19:28.963Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1242026-03-24T19:19:28.963Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-03-24T19:19:28.963Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1262026-03-24T19:19:28.963Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-03-24T19:19:28.968Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-03-24T19:19:28.981Z Downloading crates ...
1292026-03-24T19:19:29.076Z Downloaded pin-utils v0.1.0
1302026-03-24T19:19:29.087Z Downloaded derive-where v1.6.1
1312026-03-24T19:19:29.088Z Downloaded idna_adapter v1.0.0
1322026-03-24T19:19:29.108Z Downloaded cargo_metadata v0.23.1
1332026-03-24T19:19:29.108Z Downloaded number_prefix v0.4.0
1342026-03-24T19:19:29.108Z Downloaded native-tls v0.2.18
1352026-03-24T19:19:29.108Z Downloaded ipnet v2.12.0
1362026-03-24T19:19:29.108Z Downloaded adler2 v2.0.1
1372026-03-24T19:19:29.120Z Downloaded colorchoice v1.0.5
1382026-03-24T19:19:29.121Z Downloaded ryu v1.0.23
1392026-03-24T19:19:29.121Z Downloaded foreign-types v0.3.2
1402026-03-24T19:19:29.121Z Downloaded openssl-macros v0.1.1
1412026-03-24T19:19:29.121Z Downloaded atomic-waker v1.1.2
1422026-03-24T19:19:29.121Z Downloaded futures-sink v0.3.32
1432026-03-24T19:19:29.121Z Downloaded enable-ansi-support v0.2.1
1442026-03-24T19:19:29.121Z Downloaded mukti-metadata v0.3.0
1452026-03-24T19:19:29.121Z Downloaded indenter v0.3.4
1462026-03-24T19:19:29.121Z Downloaded hyper-tls v0.6.0
1472026-03-24T19:19:29.121Z Downloaded futures-io v0.3.32
1482026-03-24T19:19:29.141Z Downloaded cpufeatures v0.2.17
1492026-03-24T19:19:29.141Z Downloaded humantime v2.3.0
1502026-03-24T19:19:29.141Z Downloaded ppv-lite86 v0.2.21
1512026-03-24T19:19:29.141Z Downloaded color-spantrace v0.3.0
1522026-03-24T19:19:29.141Z Downloaded foreign-types-shared v0.1.1
1532026-03-24T19:19:29.141Z Downloaded humantime-serde v1.1.1
1542026-03-24T19:19:29.141Z Downloaded form_urlencoded v1.2.2
1552026-03-24T19:19:29.148Z Downloaded is_terminal_polyfill v1.70.2
1562026-03-24T19:19:29.148Z Downloaded cfg_aliases v0.2.1
1572026-03-24T19:19:29.149Z Downloaded lru-slab v0.1.2
1582026-03-24T19:19:29.149Z Downloaded fnv v1.0.7
1592026-03-24T19:19:29.149Z Downloaded itoa v1.0.18
1602026-03-24T19:19:29.149Z Downloaded http-body v1.0.1
1612026-03-24T19:19:29.149Z Downloaded os_pipe v1.2.3
1622026-03-24T19:19:29.157Z Downloaded futures-macro v0.3.32
1632026-03-24T19:19:29.157Z Downloaded heck v0.5.0
1642026-03-24T19:19:29.157Z Downloaded fastrand v2.3.0
1652026-03-24T19:19:29.157Z Downloaded jobserver v0.1.34
1662026-03-24T19:19:29.157Z Downloaded errno v0.3.14
1672026-03-24T19:19:29.179Z Downloaded cargo-platform v0.2.0
1682026-03-24T19:19:29.180Z Downloaded guppy-workspace-hack v0.1.0
1692026-03-24T19:19:29.180Z Downloaded iana-time-zone v0.1.65
1702026-03-24T19:19:29.180Z Downloaded hex v0.4.3
1712026-03-24T19:19:29.180Z Downloaded debug-ignore v1.0.5
1722026-03-24T19:19:29.180Z Downloaded anstyle-query v1.1.5
1732026-03-24T19:19:29.180Z Downloaded indent_write v2.2.0
1742026-03-24T19:19:29.206Z Downloaded cargo-platform v0.3.2
1752026-03-24T19:19:29.206Z Downloaded lazy_static v1.5.0
1762026-03-24T19:19:29.206Z Downloaded async-scoped v0.9.0
1772026-03-24T19:19:29.206Z Downloaded cfg-if v1.0.4
1782026-03-24T19:19:29.206Z Downloaded foldhash v0.1.5
1792026-03-24T19:19:29.206Z Downloaded ed25519 v2.2.3
1802026-03-24T19:19:29.206Z Downloaded nested v0.1.1
1812026-03-24T19:19:29.206Z Downloaded is_ci v1.2.0
1822026-03-24T19:19:29.206Z Downloaded fixedbitset v0.5.7
1832026-03-24T19:19:29.206Z Downloaded percent-encoding v2.3.2
1842026-03-24T19:19:29.206Z Downloaded nextest-workspace-hack v0.1.0
1852026-03-24T19:19:29.206Z Downloaded either v1.15.0
1862026-03-24T19:19:29.206Z Downloaded futures-executor v0.3.32
1872026-03-24T19:19:29.206Z Downloaded clap_lex v1.1.0
1882026-03-24T19:19:29.206Z Downloaded equivalent v1.0.2
1892026-03-24T19:19:29.207Z Downloaded crypto-common v0.1.7
1902026-03-24T19:19:29.213Z Downloaded atomicwrites v0.4.4
1912026-03-24T19:19:29.213Z Downloaded pathdiff v0.2.3
1922026-03-24T19:19:29.213Z Downloaded openssl-probe v0.2.1
1932026-03-24T19:19:29.213Z Downloaded dialoguer v0.11.0
1942026-03-24T19:19:29.213Z Downloaded block-buffer v0.10.4
1952026-03-24T19:19:29.214Z Downloaded document-features v0.2.12
1962026-03-24T19:19:29.214Z Downloaded duct v0.13.7
1972026-03-24T19:19:29.214Z Downloaded rustc_version v0.4.1
1982026-03-24T19:19:29.214Z Downloaded futures-task v0.3.32
1992026-03-24T19:19:29.214Z Downloaded backtrace-ext v0.2.1
2002026-03-24T19:19:29.214Z Downloaded curve25519-dalek-derive v0.1.1
2012026-03-24T19:19:29.214Z Downloaded scopeguard v1.2.0
2022026-03-24T19:19:29.249Z Downloaded miette-derive v7.6.0
2032026-03-24T19:19:29.250Z Downloaded home v0.5.12
2042026-03-24T19:19:29.250Z Downloaded lock_api v0.4.14
2052026-03-24T19:19:29.291Z Downloaded pin-project-lite v0.2.17
2062026-03-24T19:19:29.291Z Downloaded base64ct v1.8.3
2072026-03-24T19:19:29.291Z Downloaded serde_ignored v0.1.14
2082026-03-24T19:19:29.291Z Downloaded owo-colors v4.3.0
2092026-03-24T19:19:29.291Z Downloaded newtype-uuid v1.3.2
2102026-03-24T19:19:29.291Z Downloaded nextest-filtering v0.15.0
2112026-03-24T19:19:29.291Z Downloaded serde_urlencoded v0.7.1
2122026-03-24T19:19:29.291Z Downloaded shared_child v1.1.1
2132026-03-24T19:19:29.291Z Downloaded generic-array v0.14.7
2142026-03-24T19:19:29.291Z Downloaded cargo-util-schemas v0.2.0
2152026-03-24T19:19:29.291Z Downloaded sigchld v0.2.4
2162026-03-24T19:19:29.291Z Downloaded shell-words v1.1.1
2172026-03-24T19:19:29.291Z Downloaded anstyle-parse v1.0.0
2182026-03-24T19:19:29.291Z Downloaded strip-ansi-escapes v0.2.1
2192026-03-24T19:19:29.291Z Downloaded supports-color v3.0.2
2202026-03-24T19:19:29.291Z Downloaded rustc-demangle v0.1.27
2212026-03-24T19:19:29.305Z Downloaded autocfg v1.5.0
2222026-03-24T19:19:29.305Z Downloaded future-queue v0.4.0
2232026-03-24T19:19:29.305Z Downloaded serde_spanned v0.6.9
2242026-03-24T19:19:29.305Z Downloaded cargo_metadata v0.20.0
2252026-03-24T19:19:29.305Z Downloaded rustc-hash v2.1.1
2262026-03-24T19:19:29.306Z Downloaded nextest-metadata v0.12.2
2272026-03-24T19:19:29.306Z Downloaded rand_chacha v0.9.0
2282026-03-24T19:19:29.306Z Downloaded eyre v0.6.12
2292026-03-24T19:19:29.306Z Downloaded self-replace v1.5.0
2302026-03-24T19:19:29.306Z Downloaded signal-hook-mio v0.2.5
2312026-03-24T19:19:29.306Z Downloaded signature v2.2.0
2322026-03-24T19:19:29.306Z Downloaded ordered-float v2.10.1
2332026-03-24T19:19:29.306Z Downloaded config v0.15.22
2342026-03-24T19:19:29.306Z Downloaded serde_spanned v1.1.0
2352026-03-24T19:19:29.306Z Downloaded serde-untagged v0.1.9
2362026-03-24T19:19:29.306Z Downloaded pkcs8 v0.10.2
2372026-03-24T19:19:29.306Z Downloaded strsim v0.11.1
2382026-03-24T19:19:29.306Z Downloaded http-body-util v0.1.3
2392026-03-24T19:19:29.307Z Downloaded supports-hyperlinks v3.2.0
2402026-03-24T19:19:29.307Z Downloaded quote v1.0.45
2412026-03-24T19:19:29.307Z Downloaded swrite v0.1.0
2422026-03-24T19:19:29.307Z Downloaded convert_case v0.10.0
2432026-03-24T19:19:29.307Z Downloaded pin-project-internal v1.1.11
2442026-03-24T19:19:29.338Z Downloaded rand_core v0.9.5
2452026-03-24T19:19:29.339Z Downloaded futures-core v0.3.32
2462026-03-24T19:19:29.339Z Downloaded rand_core v0.6.4
2472026-03-24T19:19:29.339Z Downloaded parking_lot v0.12.5
2482026-03-24T19:19:29.339Z Downloaded litrs v1.0.0
2492026-03-24T19:19:29.339Z Downloaded serde-value v0.7.0
2502026-03-24T19:19:29.340Z Downloaded globset v0.4.18
2512026-03-24T19:19:29.340Z Downloaded erased-serde v0.4.10
2522026-03-24T19:19:29.340Z Downloaded hyper-rustls v0.27.7
2532026-03-24T19:19:29.366Z Downloaded sync_wrapper v1.0.2
2542026-03-24T19:19:29.366Z Downloaded semver v1.0.27
2552026-03-24T19:19:29.366Z Downloaded digest v0.10.7
2562026-03-24T19:19:29.366Z Downloaded tinyvec_macros v0.1.1
2572026-03-24T19:19:29.366Z Downloaded filetime v0.2.27
2582026-03-24T19:19:29.366Z Downloaded terminal_size v0.4.4
2592026-03-24T19:19:29.366Z Downloaded pkg-config v0.3.32
2602026-03-24T19:19:29.366Z Downloaded rand v0.9.2
2612026-03-24T19:19:29.366Z Downloaded serde_path_to_error v0.1.20
2622026-03-24T19:19:29.366Z Downloaded subtle v2.6.1
2632026-03-24T19:19:29.366Z Downloaded slab v0.4.12
2642026-03-24T19:19:29.366Z Downloaded simd-adler32 v0.3.8
2652026-03-24T19:19:29.366Z Downloaded tracing-error v0.2.1
2662026-03-24T19:19:29.367Z Downloaded tower-service v0.3.3
2672026-03-24T19:19:29.367Z Downloaded crc32fast v1.5.0
2682026-03-24T19:19:29.367Z Downloaded addr2line v0.25.1
2692026-03-24T19:19:29.367Z Downloaded rustls-pki-types v1.14.0
2702026-03-24T19:19:29.367Z Downloaded toml_write v0.1.2
2712026-03-24T19:19:29.367Z Downloaded anstream v1.0.0
2722026-03-24T19:19:29.394Z Downloaded shlex v1.3.0
2732026-03-24T19:19:29.394Z Downloaded bitflags v2.11.0
2742026-03-24T19:19:29.394Z Downloaded self_update v0.42.0
2752026-03-24T19:19:29.394Z Downloaded clap_derive v4.6.0
2762026-03-24T19:19:29.394Z Downloaded find-msvc-tools v0.1.9
2772026-03-24T19:19:29.394Z Downloaded anstyle v1.0.14
2782026-03-24T19:19:29.394Z Downloaded parking_lot_core v0.9.12
2792026-03-24T19:19:29.394Z Downloaded quinn-udp v0.5.14
2802026-03-24T19:19:29.394Z Downloaded toml_datetime v0.6.11
2812026-03-24T19:19:29.394Z Downloaded tower-layer v0.3.3
2822026-03-24T19:19:29.394Z Downloaded typeid v1.0.3
2832026-03-24T19:19:29.394Z Downloaded quick-junit v0.5.2
2842026-03-24T19:19:29.394Z Downloaded unicode-linebreak v0.1.5
2852026-03-24T19:19:29.394Z Downloaded sha2 v0.10.9
2862026-03-24T19:19:29.429Z Downloaded utf8parse v0.2.2
2872026-03-24T19:19:29.429Z Downloaded const-oid v0.9.6
2882026-03-24T19:19:29.429Z Downloaded camino-tempfile v1.4.1
2892026-03-24T19:19:29.430Z Downloaded target-lexicon v0.13.3
2902026-03-24T19:19:29.430Z Downloaded thiserror v2.0.18
2912026-03-24T19:19:29.430Z Downloaded signal-hook-registry v1.4.8
2922026-03-24T19:19:29.430Z Downloaded supports-unicode v3.0.0
2932026-03-24T19:19:29.430Z Downloaded static_assertions v1.1.0
2942026-03-24T19:19:29.430Z Downloaded spki v0.7.3
2952026-03-24T19:19:29.430Z Downloaded try-lock v0.2.5
2962026-03-24T19:19:29.430Z Downloaded urlencoding v2.1.3
2972026-03-24T19:19:29.430Z Downloaded utf8_iter v1.0.4
2982026-03-24T19:19:29.430Z Downloaded unicode-xid v0.2.6
2992026-03-24T19:19:29.430Z Downloaded getrandom v0.2.17
3002026-03-24T19:19:29.430Z Downloaded console v0.15.11
3012026-03-24T19:19:29.430Z Downloaded ahash v0.8.12
3022026-03-24T19:19:29.455Z Downloaded thiserror-impl v1.0.69
3032026-03-24T19:19:29.455Z Downloaded cfg-expr v0.20.7
3042026-03-24T19:19:29.455Z Downloaded target-spec-miette v0.4.5
3052026-03-24T19:19:29.455Z Downloaded target-spec v3.5.7
3062026-03-24T19:19:29.455Z Downloaded log v0.4.29
3072026-03-24T19:19:29.455Z Downloaded xattr v1.6.1
3082026-03-24T19:19:29.455Z Downloaded tokio-native-tls v0.3.1
3092026-03-24T19:19:29.455Z Downloaded want v0.3.1
3102026-03-24T19:19:29.455Z Downloaded thread_local v1.1.9
3112026-03-24T19:19:29.455Z Downloaded untrusted v0.9.0
3122026-03-24T19:19:29.455Z Downloaded thiserror-impl v2.0.18
3132026-03-24T19:19:29.455Z Downloaded thiserror v1.0.69
3142026-03-24T19:19:29.455Z Downloaded smol_str v0.3.6
3152026-03-24T19:19:29.455Z Downloaded once_cell v1.21.4
3162026-03-24T19:19:29.455Z Downloaded num-traits v0.2.19
3172026-03-24T19:19:29.455Z Downloaded futures-channel v0.3.32
3182026-03-24T19:19:29.495Z Downloaded httparse v1.10.1
3192026-03-24T19:19:29.495Z Downloaded clap v4.6.0
3202026-03-24T19:19:29.495Z Downloaded getrandom v0.4.2
3212026-03-24T19:19:29.495Z Downloaded proc-macro2 v1.0.106
3222026-03-24T19:19:29.495Z Downloaded camino v1.2.2
3232026-03-24T19:19:29.495Z Downloaded unicase v2.9.0
3242026-03-24T19:19:29.495Z Downloaded tracing-log v0.2.0
3252026-03-24T19:19:29.495Z Downloaded pin-project v1.1.11
3262026-03-24T19:19:29.515Z Downloaded toml_writer v1.1.0+spec-1.1.0
3272026-03-24T19:19:29.515Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3282026-03-24T19:19:29.515Z Downloaded openssl-sys v0.9.112
3292026-03-24T19:19:29.515Z Downloaded version_check v0.9.5
3302026-03-24T19:19:29.516Z Downloaded smallvec v1.15.1
3312026-03-24T19:19:29.516Z Downloaded serde_core v1.0.228
3322026-03-24T19:19:29.516Z Downloaded miniz_oxide v0.8.9
3332026-03-24T19:19:29.516Z Downloaded tokio-stream v0.1.18
3342026-03-24T19:19:29.516Z Downloaded toml_parser v1.1.0+spec-1.1.0
3352026-03-24T19:19:29.516Z Downloaded tempfile v3.27.0
3362026-03-24T19:19:29.516Z Downloaded getrandom v0.3.4
3372026-03-24T19:19:29.516Z Downloaded zipsign-api v0.1.5
3382026-03-24T19:19:29.516Z Downloaded zeroize v1.8.2
3392026-03-24T19:19:29.516Z Downloaded tracing-attributes v0.1.31
3402026-03-24T19:19:29.516Z Downloaded tokio-macros v2.6.1
3412026-03-24T19:19:29.516Z Downloaded xxhash-rust v0.8.15
3422026-03-24T19:19:29.516Z Downloaded zstd-safe v7.2.4
3432026-03-24T19:19:29.516Z Downloaded zmij v1.0.21
3442026-03-24T19:19:29.516Z Downloaded zstd v0.13.3
3452026-03-24T19:19:29.516Z Downloaded tokio-rustls v0.26.4
3462026-03-24T19:19:29.516Z Downloaded serde_derive v1.0.228
3472026-03-24T19:19:29.547Z Downloaded futures v0.3.32
3482026-03-24T19:19:29.547Z Downloaded indicatif v0.17.11
3492026-03-24T19:19:29.547Z Downloaded bytes v1.11.1
3502026-03-24T19:19:29.547Z Downloaded toml v0.8.23
3512026-03-24T19:19:29.562Z Downloaded memchr v2.8.0
3522026-03-24T19:19:29.562Z Downloaded signal-hook v0.3.18
3532026-03-24T19:19:29.562Z Downloaded sharded-slab v0.1.7
3542026-03-24T19:19:29.562Z Downloaded indexmap v2.13.0
3552026-03-24T19:19:29.562Z Downloaded tinyvec v1.11.0
3562026-03-24T19:19:29.562Z Downloaded textwrap v0.16.2
3572026-03-24T19:19:29.562Z Downloaded flate2 v1.1.9
3582026-03-24T19:19:29.575Z Downloaded toml v1.1.0+spec-1.1.0
3592026-03-24T19:19:29.575Z Downloaded socket2 v0.6.3
3602026-03-24T19:19:29.575Z Downloaded borsh v1.6.1
3612026-03-24T19:19:29.575Z Downloaded backtrace v0.3.76
3622026-03-24T19:19:29.575Z Downloaded derive_more v2.1.1
3632026-03-24T19:19:29.612Z Downloaded ed25519-dalek v2.2.0
3642026-03-24T19:19:29.612Z Downloaded der v0.7.10
3652026-03-24T19:19:29.612Z Downloaded base64 v0.22.1
3662026-03-24T19:19:29.612Z Downloaded tar v0.4.45
3672026-03-24T19:19:29.641Z Downloaded unicode-ident v1.0.24
3682026-03-24T19:19:29.641Z Downloaded serde v1.0.228
3692026-03-24T19:19:29.641Z Downloaded quinn v0.11.9
3702026-03-24T19:19:29.641Z Downloaded cc v1.2.57
3712026-03-24T19:19:29.641Z Downloaded toml_edit v0.22.27
3722026-03-24T19:19:29.641Z Downloaded derive_more-impl v2.1.1
3732026-03-24T19:19:29.641Z Downloaded vte v0.14.1
3742026-03-24T19:19:29.641Z Downloaded uuid v1.22.0
3752026-03-24T19:19:29.641Z Downloaded tracing-core v0.1.36
3762026-03-24T19:19:29.641Z Downloaded rustls-webpki v0.103.10
3772026-03-24T19:19:29.663Z Downloaded mio v1.1.1
3782026-03-24T19:19:29.663Z Downloaded typenum v1.19.0
3792026-03-24T19:19:29.663Z Downloaded http v1.4.0
3802026-03-24T19:19:29.698Z Downloaded url v2.5.8
3812026-03-24T19:19:29.698Z Downloaded miette v7.6.0
3822026-03-24T19:19:29.698Z Downloaded hyper-util v0.1.20
3832026-03-24T19:19:29.709Z Downloaded crossterm v0.29.0
3842026-03-24T19:19:29.709Z Downloaded hashbrown v0.16.1
3852026-03-24T19:19:29.709Z Downloaded hashbrown v0.15.5
3862026-03-24T19:19:29.709Z Downloaded guppy v0.17.25
3872026-03-24T19:19:29.709Z Downloaded ron v0.12.0
3882026-03-24T19:19:29.709Z Downloaded unicode-segmentation v1.13.0
3892026-03-24T19:19:29.709Z Downloaded tower v0.5.3
3902026-03-24T19:19:29.741Z Downloaded idna v1.1.0
3912026-03-24T19:19:29.753Z Downloaded unicode-normalization v0.1.25
3922026-03-24T19:19:29.753Z Downloaded futures-util v0.3.32
3932026-03-24T19:19:29.753Z Downloaded itertools v0.14.0
3942026-03-24T19:19:29.794Z Downloaded h2 v0.4.13
3952026-03-24T19:19:29.794Z Downloaded clap_builder v4.6.0
3962026-03-24T19:19:29.794Z Downloaded aho-corasick v1.1.4
3972026-03-24T19:19:29.794Z Downloaded tokio-util v0.7.18
3982026-03-24T19:19:29.812Z Downloaded reqwest v0.12.28
3992026-03-24T19:19:29.812Z Downloaded tower-http v0.6.8
4002026-03-24T19:19:29.812Z Downloaded serde_json v1.0.149
4012026-03-24T19:19:29.812Z Downloaded regex v1.12.3
4022026-03-24T19:19:29.812Z Downloaded iri-string v0.7.11
4032026-03-24T19:19:29.812Z Downloaded quick-xml v0.38.4
4042026-03-24T19:19:29.812Z Downloaded hyper v1.8.1
4052026-03-24T19:19:29.812Z Downloaded pulldown-cmark v0.13.3
4062026-03-24T19:19:29.812Z Downloaded portable-atomic v1.13.1
4072026-03-24T19:19:29.843Z Downloaded quick-xml v0.37.5
4082026-03-24T19:19:29.887Z Downloaded chrono v0.4.44
4092026-03-24T19:19:29.908Z Downloaded vcpkg v0.2.15
4102026-03-24T19:19:29.908Z Downloaded winnow v1.0.0
4112026-03-24T19:19:29.935Z Downloaded gimli v0.32.3
4122026-03-24T19:19:29.936Z Downloaded curve25519-dalek v4.1.3
4132026-03-24T19:19:29.936Z Downloaded zerocopy v0.8.47
4142026-03-24T19:19:29.975Z Downloaded unicode-width v0.2.2
4152026-03-24T19:19:29.975Z Downloaded tracing-subscriber v0.3.23
4162026-03-24T19:19:29.975Z Downloaded syn v2.0.117
4172026-03-24T19:19:29.975Z Downloaded quinn-proto v0.11.14
4182026-03-24T19:19:29.985Z Downloaded bstr v1.12.1
4192026-03-24T19:19:29.986Z Downloaded openssl v0.10.76
4202026-03-24T19:19:29.986Z Downloaded nextest-runner v0.80.0
4212026-03-24T19:19:29.986Z Downloaded unicode-width v0.1.14
4222026-03-24T19:19:29.986Z Downloaded winnow v0.7.15
4232026-03-24T19:19:29.986Z Downloaded tracing v0.1.44
4242026-03-24T19:19:30.012Z Downloaded webpki-roots v1.0.6
4252026-03-24T19:19:30.012Z Downloaded color-eyre v0.6.5
4262026-03-24T19:19:30.020Z Downloaded nix v0.30.1
4272026-03-24T19:19:30.020Z Downloaded object v0.37.3
4282026-03-24T19:19:30.039Z Downloaded rustix v0.38.44
4292026-03-24T19:19:30.047Z Downloaded regex-syntax v0.8.10
4302026-03-24T19:19:30.072Z Downloaded rustls v0.23.37
4312026-03-24T19:19:30.078Z Downloaded rustix v1.1.4
4322026-03-24T19:19:30.185Z Downloaded regex-automata v0.4.14
4332026-03-24T19:19:30.293Z Downloaded petgraph v0.8.3
4342026-03-24T19:19:30.304Z Downloaded libc v0.2.183
4352026-03-24T19:19:30.304Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4362026-03-24T19:19:30.348Z Downloaded tokio v1.50.0
4372026-03-24T19:19:30.417Z Downloaded recursion v0.5.4
4382026-03-24T19:19:30.429Z Downloaded ring v0.17.14
4392026-03-24T19:19:30.490Z Compiling proc-macro2 v1.0.106
4402026-03-24T19:19:30.504Z Compiling libc v0.2.183
4412026-03-24T19:19:30.505Z Compiling unicode-ident v1.0.24
4422026-03-24T19:19:30.505Z Compiling quote v1.0.45
4432026-03-24T19:19:30.505Z Compiling serde_core v1.0.228
4442026-03-24T19:19:30.505Z Compiling cfg-if v1.0.4
4452026-03-24T19:19:30.505Z Compiling memchr v2.8.0
4462026-03-24T19:19:30.505Z Compiling once_cell v1.21.4
4472026-03-24T19:19:30.795Z Compiling log v0.4.29
4482026-03-24T19:19:30.849Z Compiling pin-project-lite v0.2.17
4492026-03-24T19:19:30.933Z Compiling itoa v1.0.18
4502026-03-24T19:19:31.041Z Compiling serde v1.0.228
4512026-03-24T19:19:31.331Z Compiling futures-core v0.3.32
4522026-03-24T19:19:31.354Z Compiling smallvec v1.15.1
4532026-03-24T19:19:31.468Z Compiling bitflags v2.11.0
4542026-03-24T19:19:31.620Z Compiling hashbrown v0.16.1
4552026-03-24T19:19:31.672Z Compiling shlex v1.3.0
4562026-03-24T19:19:31.826Z Compiling find-msvc-tools v0.1.9
4572026-03-24T19:19:31.844Z Compiling equivalent v1.0.2
4582026-03-24T19:19:31.934Z Compiling errno v0.3.14
4592026-03-24T19:19:32.098Z Compiling signal-hook-registry v1.4.8
4602026-03-24T19:19:32.135Z Compiling jobserver v0.1.34
4612026-03-24T19:19:32.189Z Compiling bytes v1.11.1
4622026-03-24T19:19:32.189Z Compiling mio v1.1.1
4632026-03-24T19:19:32.266Z Compiling futures-sink v0.3.32
4642026-03-24T19:19:32.450Z Compiling syn v2.0.117
4652026-03-24T19:19:32.459Z Compiling cc v1.2.57
4662026-03-24T19:19:32.469Z Compiling rustix v1.1.4
4672026-03-24T19:19:32.676Z Compiling socket2 v0.6.3
4682026-03-24T19:19:32.851Z Compiling slab v0.4.12
4692026-03-24T19:19:33.229Z Compiling zmij v1.0.21
4702026-03-24T19:19:33.252Z Compiling futures-channel v0.3.32
4712026-03-24T19:19:33.486Z Compiling tracing-core v0.1.36
4722026-03-24T19:19:33.652Z Compiling serde_json v1.0.149
4732026-03-24T19:19:33.787Z Compiling version_check v0.9.5
4742026-03-24T19:19:34.033Z Compiling futures-task v0.3.32
4752026-03-24T19:19:35.868Z Compiling indexmap v2.13.0
4762026-03-24T19:19:36.100Z Compiling getrandom v0.4.2
4772026-03-24T19:19:36.100Z Compiling futures-io v0.3.32
4782026-03-24T19:19:36.100Z Compiling unicode-width v0.2.2
4792026-03-24T19:19:36.100Z Compiling camino v1.2.2
4802026-03-24T19:19:36.100Z Compiling ring v0.17.14
4812026-03-24T19:19:36.100Z Compiling http v1.4.0
4822026-03-24T19:19:36.100Z Compiling percent-encoding v2.3.2
4832026-03-24T19:19:36.100Z Compiling autocfg v1.5.0
4842026-03-24T19:19:36.100Z Compiling simd-adler32 v0.3.8
4852026-03-24T19:19:36.100Z Compiling adler2 v2.0.1
4862026-03-24T19:19:36.100Z Compiling zeroize v1.8.2
4872026-03-24T19:19:36.100Z Compiling num-traits v0.2.19
4882026-03-24T19:19:36.100Z Compiling miniz_oxide v0.8.9
4892026-03-24T19:19:36.100Z Compiling target-lexicon v0.13.3
4902026-03-24T19:19:36.457Z Compiling getrandom v0.3.4
4912026-03-24T19:19:36.506Z Compiling object v0.37.3
4922026-03-24T19:19:36.506Z Compiling zerocopy v0.8.47
4932026-03-24T19:19:36.957Z Compiling http-body v1.0.1
4942026-03-24T19:19:38.787Z Compiling rustls-pki-types v1.14.0
4952026-03-24T19:19:38.890Z Compiling semver v1.0.27
4962026-03-24T19:19:38.890Z Compiling getrandom v0.2.17
4972026-03-24T19:19:38.890Z Compiling signal-hook v0.3.18
4982026-03-24T19:19:38.890Z Compiling untrusted v0.9.0
4992026-03-24T19:19:38.890Z Compiling thiserror v2.0.18
5002026-03-24T19:19:38.890Z Compiling fnv v1.0.7
5012026-03-24T19:19:38.890Z Compiling typenum v1.19.0
5022026-03-24T19:19:38.890Z Compiling gimli v0.32.3
5032026-03-24T19:19:38.890Z Compiling owo-colors v4.3.0
5042026-03-24T19:19:38.890Z Compiling guppy-workspace-hack v0.1.0
5052026-03-24T19:19:38.890Z Compiling httparse v1.10.1
5062026-03-24T19:19:38.890Z Compiling serde_derive v1.0.228
5072026-03-24T19:19:38.891Z Compiling tokio-macros v2.6.1
5082026-03-24T19:19:38.891Z Compiling futures-macro v0.3.32
5092026-03-24T19:19:38.891Z Compiling tracing-attributes v0.1.31
5102026-03-24T19:19:38.891Z Compiling thiserror-impl v2.0.18
5112026-03-24T19:19:38.998Z Compiling tokio v1.50.0
5122026-03-24T19:19:39.123Z Compiling futures-util v0.3.32
5132026-03-24T19:19:39.729Z Compiling tracing v0.1.44
5142026-03-24T19:19:40.950Z Compiling addr2line v0.25.1
5152026-03-24T19:19:41.470Z Compiling form_urlencoded v1.2.2
5162026-03-24T19:19:41.489Z Compiling generic-array v0.14.7
5172026-03-24T19:19:41.768Z Compiling try-lock v0.2.5
5182026-03-24T19:19:41.810Z Compiling thiserror v1.0.69
5192026-03-24T19:19:41.903Z Compiling typeid v1.0.3
5202026-03-24T19:19:42.185Z Compiling pkg-config v0.3.32
5212026-03-24T19:19:42.273Z Compiling idna_adapter v1.0.0
5222026-03-24T19:19:42.340Z Compiling fastrand v2.3.0
5232026-03-24T19:19:42.397Z Compiling rustc-demangle v0.1.27
5242026-03-24T19:19:42.768Z Compiling tower-service v0.3.3
5252026-03-24T19:19:42.801Z Compiling target-spec v3.5.7
5262026-03-24T19:19:42.808Z Compiling rustls v0.23.37
5272026-03-24T19:19:42.896Z Compiling utf8_iter v1.0.4
5282026-03-24T19:19:43.066Z Compiling atomic-waker v1.1.2
5292026-03-24T19:19:43.079Z Compiling idna v1.1.0
5302026-03-24T19:19:43.167Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5312026-03-24T19:19:43.337Z Compiling tempfile v3.27.0
5322026-03-24T19:19:43.743Z Compiling want v0.3.1
5332026-03-24T19:19:43.971Z Compiling backtrace v0.3.76
5342026-03-24T19:19:43.999Z Compiling cfg-expr v0.20.7
5352026-03-24T19:19:44.393Z Compiling tokio-util v0.7.18
5362026-03-24T19:19:45.165Z Compiling rustls-webpki v0.103.10
5372026-03-24T19:19:45.241Z Compiling h2 v0.4.13
5382026-03-24T19:19:45.946Z Compiling thiserror-impl v1.0.69
5392026-03-24T19:19:46.109Z Compiling terminal_size v0.4.4
5402026-03-24T19:19:46.285Z Compiling aho-corasick v1.1.4
5412026-03-24T19:19:46.651Z Compiling winnow v0.7.15
5422026-03-24T19:19:47.637Z Compiling regex-syntax v0.8.10
5432026-03-24T19:19:48.562Z Compiling erased-serde v0.4.10
5442026-03-24T19:19:48.905Z Compiling pin-utils v0.1.0
5452026-03-24T19:19:48.929Z Compiling subtle v2.6.1
5462026-03-24T19:19:48.971Z Compiling hyper v1.8.1
5472026-03-24T19:19:50.251Z Compiling regex-automata v0.4.14
5482026-03-24T19:19:53.601Z Compiling url v2.5.8
5492026-03-24T19:19:53.820Z Compiling toml_datetime v0.6.11
5502026-03-24T19:19:54.289Z Compiling serde_spanned v0.6.9
5512026-03-24T19:19:54.388Z Compiling ahash v0.8.12
5522026-03-24T19:19:54.484Z Compiling sync_wrapper v1.0.2
5532026-03-24T19:19:54.631Z Compiling unicode-linebreak v0.1.5
5542026-03-24T19:19:54.701Z Compiling parking_lot_core v0.9.12
5552026-03-24T19:19:55.003Z Compiling lazy_static v1.5.0
5562026-03-24T19:19:55.040Z Compiling crc32fast v1.5.0
5572026-03-24T19:19:55.130Z Compiling either v1.15.0
5582026-03-24T19:19:55.413Z Compiling tower-layer v0.3.3
5592026-03-24T19:19:55.428Z Compiling foldhash v0.1.5
5602026-03-24T19:19:55.700Z Compiling base64 v0.22.1
5612026-03-24T19:19:55.703Z Compiling toml_write v0.1.2
5622026-03-24T19:19:55.854Z Compiling portable-atomic v1.13.1
5632026-03-24T19:19:56.039Z Compiling is_ci v1.2.0
5642026-03-24T19:19:56.245Z Compiling unicode-segmentation v1.13.0
5652026-03-24T19:19:56.323Z Compiling ipnet v2.12.0
5662026-03-24T19:19:56.455Z Compiling nextest-workspace-hack v0.1.0
5672026-03-24T19:19:56.684Z Compiling hyper-util v0.1.20
5682026-03-24T19:19:56.753Z Compiling convert_case v0.10.0
5692026-03-24T19:19:56.836Z Compiling supports-color v3.0.2
5702026-03-24T19:19:56.878Z Compiling toml_edit v0.22.27
5712026-03-24T19:19:57.101Z Compiling tower v0.5.3
5722026-03-24T19:19:57.124Z Compiling hashbrown v0.15.5
5732026-03-24T19:19:57.882Z Compiling sharded-slab v0.1.7
5742026-03-24T19:19:57.944Z Compiling textwrap v0.16.2
5752026-03-24T19:19:58.038Z Compiling tokio-rustls v0.26.4
5762026-03-24T19:19:58.781Z Compiling backtrace-ext v0.2.1
5772026-03-24T19:19:59.114Z Compiling ordered-float v2.10.1
5782026-03-24T19:19:59.241Z Compiling miette-derive v7.6.0
5792026-03-24T19:19:59.495Z Compiling webpki-roots v1.0.6
5802026-03-24T19:19:59.649Z Compiling pathdiff v0.2.3
5812026-03-24T19:19:59.741Z Compiling console v0.15.11
5822026-03-24T19:19:59.802Z Compiling tracing-log v0.2.0
5832026-03-24T19:20:00.083Z Compiling cargo-platform v0.3.2
5842026-03-24T19:20:00.239Z Compiling os_pipe v1.2.3
5852026-03-24T19:20:00.448Z Compiling thread_local v1.1.9
5862026-03-24T19:20:00.810Z Compiling supports-hyperlinks v3.2.0
5872026-03-24T19:20:00.836Z Compiling utf8parse v0.2.2
5882026-03-24T19:20:00.911Z Compiling debug-ignore v1.0.5
5892026-03-24T19:20:00.970Z Compiling unicode-width v0.1.14
5902026-03-24T19:20:01.044Z Compiling winnow v1.0.0
5912026-03-24T19:20:01.079Z Compiling iri-string v0.7.11
5922026-03-24T19:20:01.348Z Compiling rustix v0.38.44
5932026-03-24T19:20:01.456Z Compiling pulldown-cmark v0.13.3
5942026-03-24T19:20:01.736Z Compiling scopeguard v1.2.0
5952026-03-24T19:20:01.807Z Compiling fixedbitset v0.5.7
5962026-03-24T19:20:01.865Z Compiling zstd-safe v7.2.4
5972026-03-24T19:20:02.176Z Compiling cfg_aliases v0.2.1
5982026-03-24T19:20:02.467Z Compiling ryu v1.0.23
5992026-03-24T19:20:02.706Z Compiling supports-unicode v3.0.0
6002026-03-24T19:20:02.855Z Compiling miette v7.6.0
6012026-03-24T19:20:02.967Z Compiling serde_urlencoded v0.7.1
6022026-03-24T19:20:03.005Z Compiling toml_parser v1.1.0+spec-1.1.0
6032026-03-24T19:20:03.329Z Compiling tower-http v0.6.8
6042026-03-24T19:20:04.575Z Compiling nix v0.30.1
6052026-03-24T19:20:04.649Z Compiling petgraph v0.8.3
6062026-03-24T19:20:04.711Z Compiling lock_api v0.4.14
6072026-03-24T19:20:05.042Z Compiling anstyle-parse v1.0.0
6082026-03-24T19:20:05.063Z Compiling tracing-subscriber v0.3.23
6092026-03-24T19:20:05.102Z Compiling sigchld v0.2.4
6102026-03-24T19:20:05.321Z Compiling cargo_metadata v0.23.1
6112026-03-24T19:20:05.338Z Compiling hyper-rustls v0.27.7
6122026-03-24T19:20:06.172Z Compiling serde-value v0.7.0
6132026-03-24T19:20:07.148Z Compiling toml v0.8.23
6142026-03-24T19:20:07.284Z Compiling serde-untagged v0.1.9
6152026-03-24T19:20:08.660Z Compiling derive_more-impl v2.1.1
6162026-03-24T19:20:09.207Z Compiling itertools v0.14.0
6172026-03-24T19:20:09.297Z Compiling regex v1.12.3
6182026-03-24T19:20:09.715Z Compiling block-buffer v0.10.4
6192026-03-24T19:20:09.768Z Compiling crypto-common v0.1.7
6202026-03-24T19:20:09.902Z Compiling ppv-lite86 v0.2.21
6212026-03-24T19:20:09.942Z Compiling futures-executor v0.3.32
6222026-03-24T19:20:10.373Z Compiling rand_core v0.9.5
6232026-03-24T19:20:10.592Z Compiling pin-project-internal v1.1.11
6242026-03-24T19:20:10.709Z Compiling http-body-util v0.1.3
6252026-03-24T19:20:10.800Z Compiling uuid v1.22.0
6262026-03-24T19:20:11.077Z Compiling toml_datetime v1.1.0+spec-1.1.0
6272026-03-24T19:20:11.103Z Compiling smol_str v0.3.6
6282026-03-24T19:20:11.238Z Compiling serde_spanned v1.1.0
6292026-03-24T19:20:11.426Z Compiling filetime v0.2.27
6302026-03-24T19:20:11.503Z Compiling vte v0.14.1
6312026-03-24T19:20:11.559Z Compiling bstr v1.12.1
6322026-03-24T19:20:11.601Z Compiling xattr v1.6.1
6332026-03-24T19:20:11.677Z Compiling nested v0.1.1
6342026-03-24T19:20:11.778Z Compiling unicode-xid v0.2.6
6352026-03-24T19:20:11.836Z Compiling is_terminal_polyfill v1.70.2
6362026-03-24T19:20:11.948Z Compiling color-spantrace v0.3.0
6372026-03-24T19:20:11.963Z Compiling eyre v0.6.12
6382026-03-24T19:20:12.052Z Compiling tinyvec_macros v0.1.1
6392026-03-24T19:20:12.138Z Compiling anstyle-query v1.1.5
6402026-03-24T19:20:12.174Z Compiling iana-time-zone v0.1.65
6412026-03-24T19:20:12.269Z Compiling unicase v2.9.0
6422026-03-24T19:20:12.335Z Compiling anstyle v1.0.14
6432026-03-24T19:20:12.339Z Compiling self_update v0.42.0
6442026-03-24T19:20:12.370Z Compiling number_prefix v0.4.0
6452026-03-24T19:20:12.477Z Compiling static_assertions v1.1.0
6462026-03-24T19:20:12.579Z Compiling litrs v1.0.0
6472026-03-24T19:20:12.583Z Compiling colorchoice v1.0.5
6482026-03-24T19:20:12.590Z Compiling guppy v0.17.25
6492026-03-24T19:20:12.681Z Compiling anstream v1.0.0
6502026-03-24T19:20:12.699Z Compiling indicatif v0.17.11
6512026-03-24T19:20:13.159Z Compiling document-features v0.2.12
6522026-03-24T19:20:13.247Z Compiling chrono v0.4.44
6532026-03-24T19:20:13.307Z Compiling globset v0.4.18
6542026-03-24T19:20:13.906Z Compiling tinyvec v1.11.0
6552026-03-24T19:20:14.486Z Compiling pin-project v1.1.11
6562026-03-24T19:20:14.536Z Compiling cargo-util-schemas v0.2.0
6572026-03-24T19:20:14.611Z Compiling tar v0.4.45
6582026-03-24T19:20:14.686Z Compiling strip-ansi-escapes v0.2.1
6592026-03-24T19:20:15.327Z Compiling nextest-metadata v0.12.2
6602026-03-24T19:20:16.753Z Compiling toml v1.1.0+spec-1.1.0
6612026-03-24T19:20:17.508Z Compiling newtype-uuid v1.3.2
6622026-03-24T19:20:17.662Z Compiling reqwest v0.12.28
6632026-03-24T19:20:17.678Z Compiling rand_chacha v0.9.0
6642026-03-24T19:20:17.752Z Compiling futures v0.3.32
6652026-03-24T19:20:18.859Z Compiling digest v0.10.7
6662026-03-24T19:20:18.866Z Compiling derive_more v2.1.1
6672026-03-24T19:20:18.866Z Compiling flate2 v1.1.9
6682026-03-24T19:20:18.866Z Compiling parking_lot v0.12.5
6692026-03-24T19:20:18.866Z Compiling tracing-error v0.2.1
6702026-03-24T19:20:18.866Z Compiling shared_child v1.1.1
6712026-03-24T19:20:19.334Z Compiling signal-hook-mio v0.2.5
6722026-03-24T19:20:19.494Z Compiling self-replace v1.5.0
6732026-03-24T19:20:19.560Z Compiling cargo-platform v0.2.0
6742026-03-24T19:20:19.853Z Compiling quick-xml v0.37.5
6752026-03-24T19:20:20.286Z Compiling quick-xml v0.38.4
6762026-03-24T19:20:20.528Z Compiling strsim v0.11.1
6772026-03-24T19:20:20.859Z Compiling shell-words v1.1.1
6782026-03-24T19:20:21.169Z Compiling urlencoding v2.1.3
6792026-03-24T19:20:21.486Z Compiling clap_lex v1.1.0
6802026-03-24T19:20:21.576Z Compiling cpufeatures v0.2.17
6812026-03-24T19:20:21.671Z Compiling recursion v0.5.4
6822026-03-24T19:20:21.792Z Compiling indenter v0.3.4
6832026-03-24T19:20:21.851Z Compiling humantime v2.3.0
6842026-03-24T19:20:21.941Z Compiling heck v0.5.0
6852026-03-24T19:20:22.222Z Compiling humantime-serde v1.1.1
6862026-03-24T19:20:22.254Z Compiling clap_derive v4.6.0
6872026-03-24T19:20:22.386Z Compiling clap_builder v4.6.0
6882026-03-24T19:20:22.415Z Compiling nextest-filtering v0.15.0
6892026-03-24T19:20:22.454Z Compiling sha2 v0.10.9
6902026-03-24T19:20:24.100Z Compiling quick-junit v0.5.2
6912026-03-24T19:20:24.724Z Compiling cargo_metadata v0.20.0
6922026-03-24T19:20:27.423Z Compiling atomicwrites v0.4.4
6932026-03-24T19:20:27.787Z Compiling cargo-nextest v0.9.97
6942026-03-24T19:20:28.181Z Compiling crossterm v0.29.0
6952026-03-24T19:20:28.204Z Compiling duct v0.13.7
6962026-03-24T19:20:29.231Z Compiling zstd v0.13.3
6972026-03-24T19:20:30.422Z Compiling rand v0.9.2
6982026-03-24T19:20:30.947Z Compiling async-scoped v0.9.0
6992026-03-24T19:20:30.971Z Compiling config v0.15.22
7002026-03-24T19:20:31.198Z Compiling unicode-normalization v0.1.25
7012026-03-24T19:20:31.403Z Compiling target-spec-miette v0.4.5
7022026-03-24T19:20:31.484Z Compiling future-queue v0.4.0
7032026-03-24T19:20:31.687Z Compiling mukti-metadata v0.3.0
7042026-03-24T19:20:31.855Z Compiling tokio-stream v0.1.18
7052026-03-24T19:20:31.903Z Compiling camino-tempfile v1.4.1
7062026-03-24T19:20:31.959Z Compiling derive-where v1.6.1
7072026-03-24T19:20:32.322Z Compiling serde_ignored v0.1.14
7082026-03-24T19:20:32.427Z Compiling serde_path_to_error v0.1.20
7092026-03-24T19:20:32.565Z Compiling xxhash-rust v0.8.15
7102026-03-24T19:20:32.614Z Compiling home v0.5.12
7112026-03-24T19:20:32.614Z Compiling swrite v0.1.0
7122026-03-24T19:20:32.740Z Compiling indent_write v2.2.0
7132026-03-24T19:20:32.782Z Compiling hex v0.4.3
7142026-03-24T19:20:32.831Z Compiling color-eyre v0.6.5
7152026-03-24T19:20:32.950Z Compiling clap v4.6.0
7162026-03-24T19:20:33.018Z Compiling dialoguer v0.11.0
7172026-03-24T19:20:33.052Z Compiling enable-ansi-support v0.2.1
7182026-03-24T19:20:33.678Z Compiling nextest-runner v0.80.0
7192026-03-24T19:20:58.060Z Finished `release` profile [optimized] target(s) in 1m 32s
7202026-03-24T19:20:58.290Z Installing /home/build/.cargo/bin/cargo-nextest
7212026-03-24T19:20:58.293Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7222026-03-24T19:20:58.410Z+ source .github/buildomat/test-common.sh
7232026-03-24T19:20:58.416Z++ NEXTEST_VERSION=0.9.97
7242026-03-24T19:20:58.416Z++ PLATFORM=illumos
7252026-03-24T19:20:58.416Z++ banner install
7262026-03-24T19:20:58.416Z
7272026-03-24T19:20:58.416Z # # # #### ##### ## # #
7282026-03-24T19:20:58.416Z # ## # # # # # # #
7292026-03-24T19:20:58.416Z # # # # #### # # # # #
7302026-03-24T19:20:58.416Z # # # # # # ###### # #
7312026-03-24T19:20:58.416Z # # ## # # # # # # #
7322026-03-24T19:20:58.416Z # # # #### # # # ###### ######
7332026-03-24T19:20:58.416Z
7342026-03-24T19:20:58.416Z++ set +o errexit
7352026-03-24T19:20:58.416Z++ pkg info clang-15
7362026-03-24T19:20:58.420Z++ grep -qi installed
7372026-03-24T19:20:59.785Zpkg: info: no packages matching the following patterns you specified are
7382026-03-24T19:20:59.785Zinstalled on the system. Try querying remotely instead:
7392026-03-24T19:20:59.786Z
7402026-03-24T19:20:59.786Z clang-15
7412026-03-24T19:20:59.836Z++ [[ 1 != 0 ]]
7422026-03-24T19:20:59.836Z++ set -o errexit
7432026-03-24T19:20:59.840Z++ pfexec pkg install clang-15
7442026-03-24T19:21:08.165Z Startup: Refreshing catalog 'helios-dev' ... Done
7452026-03-24T19:21:18.150Z Startup: Caching catalogs ... Done
7462026-03-24T19:21:40.902ZPlanning: Solver setup ... Done
7472026-03-24T19:21:41.060ZPlanning: Running solver ... Done
7482026-03-24T19:21:41.258ZPlanning: Finding local manifests ... Done
7492026-03-24T19:21:41.286ZPlanning: Fetching manifests: 0/2 0% complete
7502026-03-24T19:21:41.415ZPlanning: Fetching manifests: 2/2 100% complete
7512026-03-24T19:21:41.456ZPlanning: Package planning ... Done
7522026-03-24T19:21:41.493ZPlanning: Merging actions ... Done
7532026-03-24T19:21:41.634ZPlanning: Checking for conflicting actions ... Done
7542026-03-24T19:21:41.644ZPlanning: Consolidating action changes ... Done
7552026-03-24T19:21:42.508ZPlanning: Evaluating mediators ... Done
7562026-03-24T19:21:42.517ZPlanning: Planning completed in 24.20 seconds
7572026-03-24T19:21:42.628Z Packages to install: 2
7582026-03-24T19:21:42.628Z Mediators to change: 2
7592026-03-24T19:21:42.628Z Services to change: 1
7602026-03-24T19:21:42.628Z Create boot environment: No
7612026-03-24T19:21:42.632ZCreate backup boot environment: No
7622026-03-24T19:21:42.674Z
7632026-03-24T19:21:42.674ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7642026-03-24T19:21:47.682ZDownload: 1353/3076 items 115.5/211.3MB 54% complete (24.2M/s)
7652026-03-24T19:21:52.683ZDownload: 3033/3076 items 201.6/211.3MB 95% complete (21.5M/s)
7662026-03-24T19:21:54.656ZDownload: Completed 211.31 MB in 11.98 seconds (17.6M/s)
7672026-03-24T19:21:54.824Z Actions: 1/3418 actions (Installing new actions)
7682026-03-24T19:21:58.906Z Actions: Completed 3418 actions in 4.08 seconds.
7692026-03-24T19:21:59.697Z Done
7702026-03-24T19:21:59.697Z Done
7712026-03-24T19:22:00.703Z Done
7722026-03-24T19:22:04.565Z Done
7732026-03-24T19:22:04.653Z Done
7742026-03-24T19:22:04.659Z Done
7752026-03-24T19:22:05.811Z Done
7762026-03-24T19:22:05.815Z++ set -o errexit
7772026-03-24T19:22:05.815Z++ cargo --version
7782026-03-24T19:22:05.815Zcargo 1.92.0 (344c4567c 2025-10-21)
7792026-03-24T19:22:05.815Z++ rustc --version
7802026-03-24T19:22:05.815Zrustc 1.92.0 (ded5c06cf 2025-12-08)
7812026-03-24T19:22:05.815Z++ cargo install cargo-nextest --version 0.9.97
7822026-03-24T19:22:05.815Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7832026-03-24T19:22:05.815Z+ pushd rdb
7842026-03-24T19:22:05.815Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7852026-03-24T19:22:05.815Z+ PROPTEST_CASES=1000000
7862026-03-24T19:22:05.815Z+ cargo nextest run --lib proptest
7872026-03-24T19:22:05.902Z Updating git repository `https://github.com/oxidecomputer/falcon`
7882026-03-24T19:22:06.583ZFrom https://github.com/oxidecomputer/falcon
7892026-03-24T19:22:06.583Z * [new ref] f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9 -> refs/commit/f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9
7902026-03-24T19:22:06.681Z Updating crates.io index
7912026-03-24T19:22:06.685Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7922026-03-24T19:22:07.401ZFrom https://github.com/oxidecomputer/dendrite
7932026-03-24T19:22:07.402Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7942026-03-24T19:22:07.500Z Updating git repository `https://github.com/oxidecomputer/ispf`
7952026-03-24T19:22:07.808ZFrom https://github.com/oxidecomputer/ispf
7962026-03-24T19:22:07.808Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7972026-03-24T19:22:07.841Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7982026-03-24T19:22:08.253ZFrom https://github.com/oxidecomputer/netadm-sys
7992026-03-24T19:22:08.253Z * [new ref] 99a7e26c6d8b43759ec7e09d10779766d577123f -> refs/commit/99a7e26c6d8b43759ec7e09d10779766d577123f
8002026-03-24T19:22:08.271Z Updating git repository `https://github.com/oxidecomputer/omicron`
8012026-03-24T19:22:14.404ZFrom https://github.com/oxidecomputer/omicron
8022026-03-24T19:22:14.404Z * [new ref] 79fac7deb9acd9272b867904da03f20076d09265 -> refs/commit/79fac7deb9acd9272b867904da03f20076d09265
8032026-03-24T19:22:15.035Z Updating git repository `https://github.com/oxidecomputer/opte`
8042026-03-24T19:22:15.701ZFrom https://github.com/oxidecomputer/opte
8052026-03-24T19:22:15.702Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8062026-03-24T19:22:15.741Z Updating git repository `https://github.com/illumos/smf-rs`
8072026-03-24T19:22:16.013ZFrom https://github.com/illumos/smf-rs
8082026-03-24T19:22:16.013Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8092026-03-24T19:22:16.131Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8102026-03-24T19:22:16.418ZFrom https://github.com/oxidecomputer/network-interface
8112026-03-24T19:22:16.418Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8122026-03-24T19:22:16.427Z Updating git repository `https://github.com/oxidecomputer/zone`
8132026-03-24T19:22:16.745ZFrom https://github.com/oxidecomputer/zone
8142026-03-24T19:22:16.745Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8152026-03-24T19:22:16.761Z Updating git repository `https://github.com/oxidecomputer/propolis`
8162026-03-24T19:22:18.768ZFrom https://github.com/oxidecomputer/propolis
8172026-03-24T19:22:18.768Z * [new ref] ff31c527515d65886e599fc07eb41240aeb767c6 -> refs/commit/ff31c527515d65886e599fc07eb41240aeb767c6
8182026-03-24T19:22:18.866Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8192026-03-24T19:22:18.866ZFrom https://github.com/oxidecomputer/transceiver-control
8202026-03-24T19:22:18.866Z * [new ref] db0be8a8c7ff0632b6c53978aadfb5b8274cfde2 -> refs/commit/db0be8a8c7ff0632b6c53978aadfb5b8274cfde2
8212026-03-24T19:22:18.866Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8222026-03-24T19:22:19.026ZFrom https://github.com/oxidecomputer/dlpi-sys
8232026-03-24T19:22:19.026Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
8242026-03-24T19:22:19.105Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8252026-03-24T19:22:19.300ZFrom https://github.com/jmesmon/rust-libzfs
8262026-03-24T19:22:19.300Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8272026-03-24T19:22:19.326Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8282026-03-24T19:22:19.569ZFrom https://github.com/oxidecomputer/rusty-doors
8292026-03-24T19:22:19.569Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8302026-03-24T19:22:19.629Z Updating git repository `https://github.com/oxidecomputer/lldp`
8312026-03-24T19:22:19.952ZFrom https://github.com/oxidecomputer/lldp
8322026-03-24T19:22:19.952Z * [new ref] 4c9df170cdfdeead0896e35f20a560f2102ed907 -> refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907
8332026-03-24T19:22:19.974Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8342026-03-24T19:22:20.570ZFrom https://github.com/oxidecomputer/maghemite
8352026-03-24T19:22:20.570Z * [new ref] 8f5527da3c53398c95c50b1af088637e7b6c5718 -> refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718
8362026-03-24T19:22:20.607Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-03-24T19:22:20.912ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-03-24T19:22:20.912Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-03-24T19:22:20.962Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8402026-03-24T19:22:21.252ZFrom https://github.com/oxidecomputer/slog-error-chain
8412026-03-24T19:22:21.252Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8422026-03-24T19:22:21.273Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8432026-03-24T19:22:21.589ZFrom https://github.com/oxidecomputer/tufaceous
8442026-03-24T19:22:21.589Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8452026-03-24T19:22:21.642Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8462026-03-24T19:22:22.159ZFrom https://github.com/oxidecomputer/management-gateway-service
8472026-03-24T19:22:22.159Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8482026-03-24T19:22:22.179Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-03-24T19:22:23.076ZFrom https://github.com/oxidecomputer/crucible
8502026-03-24T19:22:23.076Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8512026-03-24T19:22:23.457Z Updating git repository `https://github.com/oxidecomputer/propolis`
8522026-03-24T19:22:23.884ZFrom https://github.com/oxidecomputer/propolis
8532026-03-24T19:22:23.884Z * [new ref] bc121ef55741656ce118b02ceeda949b9261f49f -> refs/commit/bc121ef55741656ce118b02ceeda949b9261f49f
8542026-03-24T19:22:23.949Z Updating git repository `https://github.com/oxidecomputer/tofino`
8552026-03-24T19:22:24.269ZFrom https://github.com/oxidecomputer/tofino
8562026-03-24T19:22:24.269Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8572026-03-24T19:22:24.278Z Updating git repository `https://github.com/oxidecomputer/clickward`
8582026-03-24T19:22:24.556ZFrom https://github.com/oxidecomputer/clickward
8592026-03-24T19:22:24.556Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8602026-03-24T19:22:24.600Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8612026-03-24T19:22:24.851ZFrom https://github.com/oxidecomputer/illumos-devinfo
8622026-03-24T19:22:24.851Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8632026-03-24T19:22:25.881Z Downloading crates ...
8642026-03-24T19:22:25.997Z Downloaded async-stream v0.3.6
8652026-03-24T19:22:26.001Z Downloaded aead v0.5.2
8662026-03-24T19:22:26.004Z Downloaded anstream v0.6.21
8672026-03-24T19:22:26.008Z Downloaded colorchoice v1.0.4
8682026-03-24T19:22:26.012Z Downloaded dof v0.4.0
8692026-03-24T19:22:26.015Z Downloaded dunce v1.0.5
8702026-03-24T19:22:26.015Z Downloaded crc8 v0.1.1
8712026-03-24T19:22:26.015Z Downloaded keccak v0.1.6
8722026-03-24T19:22:26.018Z Downloaded foreign-types-shared v0.3.1
8732026-03-24T19:22:26.021Z Downloaded async-recursion v1.1.1
8742026-03-24T19:22:26.027Z Downloaded bit-set v0.8.0
8752026-03-24T19:22:26.030Z Downloaded git-stub v1.0.0
8762026-03-24T19:22:26.033Z Downloaded gethostname v0.5.0
8772026-03-24T19:22:26.033Z Downloaded glob v0.3.3
8782026-03-24T19:22:26.036Z Downloaded base16ct v1.0.0
8792026-03-24T19:22:26.039Z Downloaded float-ord v0.3.2
8802026-03-24T19:22:26.042Z Downloaded chacha20 v0.9.1
8812026-03-24T19:22:26.045Z Downloaded backoff v0.4.0
8822026-03-24T19:22:26.048Z Downloaded crossbeam-utils v0.8.21
8832026-03-24T19:22:26.051Z Downloaded bitflags v1.3.2
8842026-03-24T19:22:26.055Z Downloaded group v0.13.0
8852026-03-24T19:22:26.058Z Downloaded hash32 v0.3.1
8862026-03-24T19:22:26.058Z Downloaded git-stub-vcs v0.1.0
8872026-03-24T19:22:26.061Z Downloaded hostname v0.3.1
8882026-03-24T19:22:26.064Z Downloaded goblin v0.8.2
8892026-03-24T19:22:26.068Z Downloaded expectorate v1.2.0
8902026-03-24T19:22:26.071Z Downloaded instant v0.1.13
8912026-03-24T19:22:26.076Z Downloaded ident_case v1.0.1
8922026-03-24T19:22:26.079Z Downloaded arrayvec v0.7.6
8932026-03-24T19:22:26.079Z Downloaded no-std-compat v0.4.1
8942026-03-24T19:22:26.082Z Downloaded internet-checksum v0.2.1
8952026-03-24T19:22:26.082Z Downloaded bit-vec v0.8.0
8962026-03-24T19:22:26.085Z Downloaded half v2.7.1
8972026-03-24T19:22:26.088Z Downloaded macaddr v1.0.1
8982026-03-24T19:22:26.091Z Downloaded heck v0.4.1
8992026-03-24T19:22:26.094Z Downloaded itoa v1.0.17
9002026-03-24T19:22:26.097Z Downloaded cstr-argument v0.1.2
9012026-03-24T19:22:26.100Z Downloaded dyn-clone v1.0.20
9022026-03-24T19:22:26.100Z Downloaded natord v1.0.9
9032026-03-24T19:22:26.103Z Downloaded memoffset v0.9.1
9042026-03-24T19:22:26.106Z Downloaded hubpack v0.1.2
9052026-03-24T19:22:26.106Z Downloaded httpdate v1.0.3
9062026-03-24T19:22:26.109Z Downloaded newtype-uuid-macros v0.1.0
9072026-03-24T19:22:26.113Z Downloaded embedded-io v0.4.0
9082026-03-24T19:22:26.113Z Downloaded num v0.4.3
9092026-03-24T19:22:26.116Z Downloaded opaque-debug v0.3.1
9102026-03-24T19:22:26.116Z Downloaded num-iter v0.1.45
9112026-03-24T19:22:26.119Z Downloaded litemap v0.8.1
9122026-03-24T19:22:26.122Z Downloaded linear-map v1.2.0
9132026-03-24T19:22:26.122Z Downloaded defmt v0.3.100
9142026-03-24T19:22:26.125Z Downloaded ipnetwork v0.21.1
9152026-03-24T19:22:26.128Z Downloaded ipnet v2.11.0
9162026-03-24T19:22:26.133Z Downloaded num-derive v0.4.2
9172026-03-24T19:22:26.133Z Downloaded dropshot-api-manager-types v0.5.2
9182026-03-24T19:22:26.136Z Downloaded omicron-workspace-hack v0.1.0
9192026-03-24T19:22:26.136Z Downloaded lru-cache v0.1.2
9202026-03-24T19:22:26.140Z Downloaded dtrace-parser v0.3.0
9212026-03-24T19:22:26.140Z Downloaded linked-hash-map v0.5.6
9222026-03-24T19:22:26.143Z Downloaded ciborium v0.2.2
9232026-03-24T19:22:26.143Z Downloaded num-conv v0.2.0
9242026-03-24T19:22:26.146Z Downloaded cargo_toml v0.22.3
9252026-03-24T19:22:26.152Z Downloaded byteorder v1.5.0
9262026-03-24T19:22:26.152Z Downloaded newline-converter v0.3.0
9272026-03-24T19:22:26.157Z Downloaded managed v0.8.0
9282026-03-24T19:22:26.157Z Downloaded is-terminal v0.4.17
9292026-03-24T19:22:26.157Z Downloaded num_enum_derive v0.5.11
9302026-03-24T19:22:26.160Z Downloaded const-random v0.1.18
9312026-03-24T19:22:26.160Z Downloaded highway v1.3.0
9322026-03-24T19:22:26.163Z Downloaded num-complex v0.4.6
9332026-03-24T19:22:26.163Z Downloaded embedded-io v0.6.1
9342026-03-24T19:22:26.166Z Downloaded olpc-cjson v0.1.4
9352026-03-24T19:22:26.169Z Downloaded idna_adapter v1.2.1
9362026-03-24T19:22:26.169Z Downloaded num-integer v0.1.46
9372026-03-24T19:22:26.172Z Downloaded parse-display v0.10.0
9382026-03-24T19:22:26.172Z Downloaded libsw-core v0.3.2
9392026-03-24T19:22:26.174Z Downloaded enum-as-inner v0.6.1
9402026-03-24T19:22:26.178Z Downloaded daft v0.1.5
9412026-03-24T19:22:26.181Z Downloaded plain v0.2.3
9422026-03-24T19:22:26.181Z Downloaded displaydoc v0.2.5
9432026-03-24T19:22:26.184Z Downloaded powerfmt v0.2.0
9442026-03-24T19:22:26.187Z Downloaded derive-ex v0.1.8
9452026-03-24T19:22:26.187Z Downloaded proc-macro-error-attr v1.0.4
9462026-03-24T19:22:26.190Z Downloaded progenitor-client v0.10.0
9472026-03-24T19:22:26.190Z Downloaded progenitor-macro v0.11.2
9482026-03-24T19:22:26.194Z Downloaded daft-derive v0.1.5
9492026-03-24T19:22:26.197Z Downloaded quick-error v1.2.3
9502026-03-24T19:22:26.201Z Downloaded argon2 v0.5.3
9512026-03-24T19:22:26.201Z Downloaded progenitor-macro v0.10.0
9522026-03-24T19:22:26.204Z Downloaded pretty-hex v0.4.1
9532026-03-24T19:22:26.204Z Downloaded multer v3.1.0
9542026-03-24T19:22:26.207Z Downloaded blake2 v0.10.6
9552026-03-24T19:22:26.210Z Downloaded foldhash v0.2.0
9562026-03-24T19:22:26.210Z Downloaded bytecount v0.6.9
9572026-03-24T19:22:26.213Z Downloaded dtrace-parser v0.2.0
9582026-03-24T19:22:26.217Z Downloaded fs-err v3.3.0
9592026-03-24T19:22:26.217Z Downloaded oxnet v0.1.4
9602026-03-24T19:22:26.220Z Downloaded proc-macro-crate v3.4.0
9612026-03-24T19:22:26.223Z Downloaded derive_more v0.99.20
9622026-03-24T19:22:26.226Z Downloaded rand_xorshift v0.4.0
9632026-03-24T19:22:26.228Z Downloaded deranged v0.5.6
9642026-03-24T19:22:26.228Z Downloaded cancel-safe-futures v0.1.5
9652026-03-24T19:22:26.231Z Downloaded proc-macro-error-attr2 v2.0.0
9662026-03-24T19:22:26.234Z Downloaded rustc_version v0.1.7
9672026-03-24T19:22:26.234Z Downloaded progenitor-macro v0.13.0
9682026-03-24T19:22:26.237Z Downloaded arc-swap v1.8.2
9692026-03-24T19:22:26.241Z Downloaded libsw v3.5.0
9702026-03-24T19:22:26.244Z Downloaded num_enum v0.7.5
9712026-03-24T19:22:26.247Z Downloaded num_enum v0.5.11
9722026-03-24T19:22:26.251Z Downloaded num_enum_derive v0.7.5
9732026-03-24T19:22:26.254Z Downloaded ref-cast-impl v1.0.25
9742026-03-24T19:22:26.254Z Downloaded pin-project-lite v0.2.16
9752026-03-24T19:22:26.258Z Downloaded progenitor v0.11.2
9762026-03-24T19:22:26.261Z Downloaded progenitor v0.13.0
9772026-03-24T19:22:26.264Z Downloaded data-encoding v2.10.0
9782026-03-24T19:22:26.264Z Downloaded crossbeam-deque v0.8.6
9792026-03-24T19:22:26.268Z Downloaded scroll_derive v0.13.1
9802026-03-24T19:22:26.268Z Downloaded serde_plain v1.0.2
9812026-03-24T19:22:26.273Z Downloaded sha1 v0.10.6
9822026-03-24T19:22:26.273Z Downloaded scroll_derive v0.12.1
9832026-03-24T19:22:26.279Z Downloaded same-file v1.0.6
9842026-03-24T19:22:26.279Z Downloaded secrecy v0.10.3
9852026-03-24T19:22:26.279Z Downloaded phf v0.12.1
9862026-03-24T19:22:26.279Z Downloaded drift v0.1.3
9872026-03-24T19:22:26.283Z Downloaded paste v1.0.15
9882026-03-24T19:22:26.286Z Downloaded fs_extra v1.3.0
9892026-03-24T19:22:26.286Z Downloaded darling v0.21.3
9902026-03-24T19:22:26.291Z Downloaded console v0.16.2
9912026-03-24T19:22:26.296Z Downloaded serde-big-array v0.5.1
9922026-03-24T19:22:26.296Z Downloaded colored v3.1.1
9932026-03-24T19:22:26.300Z Downloaded serde_spanned v1.0.4
9942026-03-24T19:22:26.300Z Downloaded pest_generator v2.8.6
9952026-03-24T19:22:26.303Z Downloaded password-hash v0.5.0
9962026-03-24T19:22:26.303Z Downloaded serde_repr v0.1.20
9972026-03-24T19:22:26.303Z Downloaded once_cell v1.21.3
9982026-03-24T19:22:26.307Z Downloaded resolv-conf v0.7.6
9992026-03-24T19:22:26.310Z Downloaded quote v1.0.44
10002026-03-24T19:22:26.310Z Downloaded sigpipe v0.1.3
10012026-03-24T19:22:26.313Z Downloaded hmac v0.12.1
10022026-03-24T19:22:26.313Z Downloaded rustls-native-certs v0.8.3
10032026-03-24T19:22:26.320Z Downloaded slog-envlogger v2.2.0
10042026-03-24T19:22:26.323Z Downloaded slog-bunyan v2.5.0
10052026-03-24T19:22:26.323Z Downloaded siphasher v1.0.2
10062026-03-24T19:22:26.323Z Downloaded icu_locale_core v2.1.1
10072026-03-24T19:22:26.326Z Downloaded serial_test_derive v3.3.1
10082026-03-24T19:22:26.326Z Downloaded omicron-zone-package v0.12.2
10092026-03-24T19:22:26.329Z Downloaded potential_utf v0.1.4
10102026-03-24T19:22:26.332Z Downloaded rustls-pemfile v2.2.0
10112026-03-24T19:22:26.332Z Downloaded parking_lot_core v0.8.6
10122026-03-24T19:22:26.338Z Downloaded smawk v0.3.2
10132026-03-24T19:22:26.338Z Downloaded progenitor v0.10.0
10142026-03-24T19:22:26.338Z Downloaded spin v0.5.2
10152026-03-24T19:22:26.342Z Downloaded elliptic-curve v0.13.8
10162026-03-24T19:22:26.345Z Downloaded take_mut v0.2.2
10172026-03-24T19:22:26.345Z Downloaded tagptr v0.2.0
10182026-03-24T19:22:26.345Z Downloaded terminal_size v0.4.3
10192026-03-24T19:22:26.345Z Downloaded strum v0.27.2
10202026-03-24T19:22:26.348Z Downloaded stable_deref_trait v1.2.1
10212026-03-24T19:22:26.348Z Downloaded serde_tokenstream v0.2.3
10222026-03-24T19:22:26.353Z Downloaded rusty-fork v0.3.1
10232026-03-24T19:22:26.353Z Downloaded strum v0.26.3
10242026-03-24T19:22:26.353Z Downloaded structmeta-derive v0.3.0
10252026-03-24T19:22:26.356Z Downloaded structmeta v0.3.0
10262026-03-24T19:22:26.356Z Downloaded rustversion v1.0.22
10272026-03-24T19:22:26.359Z Downloaded indexmap v1.9.3
10282026-03-24T19:22:26.362Z Downloaded sdd v3.0.10
10292026-03-24T19:22:26.362Z Downloaded parking_lot v0.11.2
10302026-03-24T19:22:26.365Z Downloaded scroll v0.12.0
10312026-03-24T19:22:26.368Z Downloaded papergrid v0.17.0
10322026-03-24T19:22:26.371Z Downloaded tabwriter v1.4.1
10332026-03-24T19:22:26.374Z Downloaded termtree v0.5.1
10342026-03-24T19:22:26.374Z Downloaded thiserror-impl-no-std v2.0.2
10352026-03-24T19:22:26.374Z Downloaded tabled_derive v0.11.0
10362026-03-24T19:22:26.379Z Downloaded tabled_derive v0.7.0
10372026-03-24T19:22:26.379Z Downloaded time-core v0.1.8
10382026-03-24T19:22:26.379Z Downloaded thread-id v4.2.2
10392026-03-24T19:22:26.382Z Downloaded progenitor-client v0.11.2
10402026-03-24T19:22:26.382Z Downloaded chacha20poly1305 v0.10.1
10412026-03-24T19:22:26.382Z Downloaded slog-async v2.8.0
10422026-03-24T19:22:26.382Z Downloaded rhai_codegen v3.1.0
10432026-03-24T19:22:26.389Z Downloaded thread-id v5.1.0
10442026-03-24T19:22:26.393Z Downloaded hickory-resolver v0.25.2
10452026-03-24T19:22:26.396Z Downloaded slog-json v2.6.1
10462026-03-24T19:22:26.396Z Downloaded diff v0.1.13
10472026-03-24T19:22:26.402Z Downloaded pin-project v1.1.10
10482026-03-24T19:22:26.407Z Downloaded smartstring v1.0.1
10492026-03-24T19:22:26.411Z Downloaded synstructure v0.13.2
10502026-03-24T19:22:26.411Z Downloaded strum_macros v0.26.4
10512026-03-24T19:22:26.415Z Downloaded topological-sort v0.2.2
10522026-03-24T19:22:26.415Z Downloaded scroll v0.13.0
10532026-03-24T19:22:26.415Z Downloaded typify-macro v0.6.1
10542026-03-24T19:22:26.418Z Downloaded usdt-attr-macro v0.5.0
10552026-03-24T19:22:26.418Z Downloaded universal-hash v0.5.1
10562026-03-24T19:22:26.418Z Downloaded utf-8 v0.7.6
10572026-03-24T19:22:26.418Z Downloaded usdt v0.6.0
10582026-03-24T19:22:26.421Z Downloaded typify-macro v0.4.3
10592026-03-24T19:22:26.421Z Downloaded smf v0.2.3
10602026-03-24T19:22:26.421Z Downloaded slog-scope v4.4.1
10612026-03-24T19:22:26.424Z Downloaded hashbrown v0.12.3
10622026-03-24T19:22:26.429Z Downloaded strum_macros v0.27.2
10632026-03-24T19:22:26.429Z Downloaded serde_derive_internals v0.29.1
10642026-03-24T19:22:26.429Z Downloaded icu_normalizer v2.1.1
10652026-03-24T19:22:26.432Z Downloaded testing_table v0.3.0
10662026-03-24T19:22:26.435Z Downloaded unit-prefix v0.5.2
10672026-03-24T19:22:26.435Z Downloaded icu_normalizer_data v2.1.1
10682026-03-24T19:22:26.438Z Downloaded pest_meta v2.8.6
10692026-03-24T19:22:26.438Z Downloaded cc v1.2.56
10702026-03-24T19:22:26.441Z Downloaded papergrid v0.11.0
10712026-03-24T19:22:26.444Z Downloaded usdt v0.5.0
10722026-03-24T19:22:26.447Z Downloaded usdt-macro v0.6.0
10732026-03-24T19:22:26.447Z Downloaded usdt-attr-macro v0.6.0
10742026-03-24T19:22:26.447Z Downloaded untrusted v0.7.1
10752026-03-24T19:22:26.450Z Downloaded indicatif v0.18.4
10762026-03-24T19:22:26.451Z Downloaded wait-timeout v0.2.1
10772026-03-24T19:22:26.455Z Downloaded tinystr v0.8.2
10782026-03-24T19:22:26.455Z Downloaded progenitor-impl v0.10.0
10792026-03-24T19:22:26.455Z Downloaded tiny-keccak v2.0.2
10802026-03-24T19:22:26.458Z Downloaded progenitor-impl v0.11.2
10812026-03-24T19:22:26.461Z Downloaded slog-dtrace v0.3.0
10822026-03-24T19:22:26.461Z Downloaded zerofrom v0.1.6
10832026-03-24T19:22:26.464Z Downloaded yoke-derive v0.8.1
10842026-03-24T19:22:26.464Z Downloaded time-macros v0.2.27
10852026-03-24T19:22:26.464Z Downloaded icu_collections v2.1.1
10862026-03-24T19:22:26.469Z Downloaded zeroize_derive v1.4.3
10872026-03-24T19:22:26.472Z Downloaded tokio-macros v2.6.0
10882026-03-24T19:22:26.472Z Downloaded tokio-dtrace v0.1.1
10892026-03-24T19:22:26.475Z Downloaded waitgroup v0.1.2
10902026-03-24T19:22:26.475Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10912026-03-24T19:22:26.475Z Downloaded zerofrom-derive v0.1.6
10922026-03-24T19:22:26.478Z Downloaded progenitor-impl v0.13.0
10932026-03-24T19:22:26.478Z Downloaded prettyplease v0.2.37
10942026-03-24T19:22:26.482Z Downloaded pretty_assertions v1.4.1
10952026-03-24T19:22:26.484Z Downloaded schemars v0.8.22
10962026-03-24T19:22:26.491Z Downloaded term v1.2.1
10972026-03-24T19:22:26.494Z Downloaded zone_cfg_derive v0.3.1
10982026-03-24T19:22:26.494Z Downloaded zone v0.3.1
10992026-03-24T19:22:26.497Z Downloaded toml_writer v1.0.6+spec-1.1.0
11002026-03-24T19:22:26.497Z Downloaded slog-stdlog v4.1.1
11012026-03-24T19:22:26.500Z Downloaded tokio-tungstenite v0.21.0
11022026-03-24T19:22:26.500Z Downloaded rustls-platform-verifier v0.6.2
11032026-03-24T19:22:26.503Z Downloaded minimal-lexical v0.2.1
11042026-03-24T19:22:26.506Z Downloaded schemars_derive v0.8.22
11052026-03-24T19:22:26.510Z Downloaded rayon-core v1.13.0
11062026-03-24T19:22:26.513Z Downloaded vsss-rs v3.3.4
11072026-03-24T19:22:26.513Z Downloaded similar v2.7.0
11082026-03-24T19:22:26.516Z Downloaded xz2 v0.1.7
11092026-03-24T19:22:26.520Z Downloaded crypto-bigint v0.5.5
11102026-03-24T19:22:26.523Z Downloaded unarray v0.1.4
11112026-03-24T19:22:26.529Z Downloaded yoke v0.8.1
11122026-03-24T19:22:26.529Z Downloaded usdt-impl v0.6.0
11132026-03-24T19:22:26.529Z Downloaded tempfile v3.25.0
11142026-03-24T19:22:26.532Z Downloaded serde_yaml v0.9.34+deprecated
11152026-03-24T19:22:26.532Z Downloaded thin-vec v0.2.14
11162026-03-24T19:22:26.535Z Downloaded slog v2.8.2
11172026-03-24T19:22:26.535Z Downloaded writeable v0.6.2
11182026-03-24T19:22:26.538Z Downloaded ucd-trie v0.1.7
11192026-03-24T19:22:26.538Z Downloaded dropshot-api-manager v0.5.2
11202026-03-24T19:22:26.541Z Downloaded jiff-static v0.2.20
11212026-03-24T19:22:26.544Z Downloaded walkdir v2.5.0
11222026-03-24T19:22:26.544Z Downloaded openssl-sys v0.9.111
11232026-03-24T19:22:26.548Z Downloaded tar v0.4.44
11242026-03-24T19:22:26.551Z Downloaded tokio-rustls v0.25.0
11252026-03-24T19:22:26.554Z Downloaded toml_parser v1.0.9+spec-1.1.0
11262026-03-24T19:22:26.554Z Downloaded schemars v0.9.0
11272026-03-24T19:22:26.563Z Downloaded zerovec-derive v0.11.2
11282026-03-24T19:22:26.566Z Downloaded whoami v1.6.1
11292026-03-24T19:22:26.566Z Downloaded test-strategy v0.4.5
11302026-03-24T19:22:26.569Z Downloaded spin v0.9.8
11312026-03-24T19:22:26.572Z Downloaded socket2 v0.6.2
11322026-03-24T19:22:26.572Z Downloaded toml v0.7.8
11332026-03-24T19:22:26.575Z Downloaded schemars v1.2.1
11342026-03-24T19:22:26.586Z Downloaded uuid v1.21.0
11352026-03-24T19:22:26.589Z Downloaded rand v0.8.5
11362026-03-24T19:22:26.592Z Downloaded crossbeam-channel v0.5.15
11372026-03-24T19:22:26.595Z Downloaded nom v7.1.3
11382026-03-24T19:22:26.599Z Downloaded qorb v0.4.1
11392026-03-24T19:22:26.602Z Downloaded zerocopy-derive v0.7.35
11402026-03-24T19:22:26.605Z Downloaded snafu v0.8.9
11412026-03-24T19:22:26.610Z Downloaded unsafe-libyaml v0.2.11
11422026-03-24T19:22:26.612Z Downloaded typify v0.4.3
11432026-03-24T19:22:26.616Z Downloaded tungstenite v0.21.0
11442026-03-24T19:22:26.619Z Downloaded rustls-webpki v0.103.9
11452026-03-24T19:22:26.622Z Downloaded typify v0.6.1
11462026-03-24T19:22:26.626Z Downloaded nom v8.0.0
11472026-03-24T19:22:26.642Z Downloaded toml v0.9.12+spec-1.1.0
11482026-03-24T19:22:26.642Z Downloaded iri-string v0.7.10
11492026-03-24T19:22:26.642Z Downloaded toml_edit v0.23.10+spec-1.0.0
11502026-03-24T19:22:26.651Z Downloaded itertools v0.12.1
11512026-03-24T19:22:26.651Z Downloaded clap_builder v4.5.59
11522026-03-24T19:22:26.662Z Downloaded steno v0.4.1
11532026-03-24T19:22:26.662Z Downloaded toml_edit v0.19.15
11542026-03-24T19:22:26.671Z Downloaded tinyvec v1.10.0
11552026-03-24T19:22:26.675Z Downloaded zerotrie v0.2.3
11562026-03-24T19:22:26.675Z Downloaded iddqd v0.3.17
11572026-03-24T19:22:26.678Z Downloaded icu_properties_data v2.1.2
11582026-03-24T19:22:26.683Z Downloaded yansi v1.0.1
11592026-03-24T19:22:26.686Z Downloaded scc v2.4.0
11602026-03-24T19:22:26.689Z Downloaded libm v0.2.16
11612026-03-24T19:22:26.695Z Downloaded pest v2.8.6
11622026-03-24T19:22:26.699Z Downloaded socket2 v0.5.10
11632026-03-24T19:22:26.703Z Downloaded serde_with_macros v3.16.1
11642026-03-24T19:22:26.706Z Downloaded clap v4.5.59
11652026-03-24T19:22:26.710Z Downloaded usdt-impl v0.5.0
11662026-03-24T19:22:26.713Z Downloaded hickory-resolver v0.24.4
11672026-03-24T19:22:26.717Z Downloaded snafu-derive v0.8.9
11682026-03-24T19:22:26.717Z Downloaded slog-term v2.9.2
11692026-03-24T19:22:26.720Z Downloaded thiserror-no-std v2.0.2
11702026-03-24T19:22:26.720Z Downloaded usdt-macro v0.5.0
11712026-03-24T19:22:26.724Z Downloaded hkdf v0.12.4
11722026-03-24T19:22:26.724Z Downloaded reqwest v0.13.2
11732026-03-24T19:22:26.727Z Downloaded zerocopy-derive v0.8.39
11742026-03-24T19:22:26.735Z Downloaded tough v0.20.0
11752026-03-24T19:22:26.741Z Downloaded unicode-segmentation v1.12.0
11762026-03-24T19:22:26.744Z Downloaded typed-path v0.9.3
11772026-03-24T19:22:26.748Z Downloaded heapless v0.8.0
11782026-03-24T19:22:26.753Z Downloaded base64 v0.21.7
11792026-03-24T19:22:26.757Z Downloaded dropshot_endpoint v0.16.7
11802026-03-24T19:22:26.757Z Downloaded derive-where v1.6.0
11812026-03-24T19:22:26.761Z Downloaded crossbeam-epoch v0.9.18
11822026-03-24T19:22:26.765Z Downloaded rustls-webpki v0.102.8
11832026-03-24T19:22:26.776Z Downloaded zerocopy v0.7.35
11842026-03-24T19:22:26.788Z Downloaded winnow v0.5.40
11852026-03-24T19:22:26.794Z Downloaded zerovec v0.11.5
11862026-03-24T19:22:26.798Z Downloaded moka v0.12.13
11872026-03-24T19:22:26.804Z Downloaded blake3 v1.8.3
11882026-03-24T19:22:26.811Z Downloaded quinn-proto v0.11.13
11892026-03-24T19:22:26.816Z Downloaded anyhow v1.0.101
11902026-03-24T19:22:26.820Z Downloaded postcard v1.1.3
11912026-03-24T19:22:26.824Z Downloaded allocator-api2 v0.2.21
11922026-03-24T19:22:26.824Z Downloaded icu_provider v2.1.1
11932026-03-24T19:22:26.828Z Downloaded icu_properties v2.1.2
11942026-03-24T19:22:26.829Z Downloaded pest_derive v2.8.6
11952026-03-24T19:22:26.832Z Downloaded clap_derive v4.5.55
11962026-03-24T19:22:26.832Z Downloaded tabled v0.20.0
11972026-03-24T19:22:26.844Z Downloaded serde_with v3.16.1
11982026-03-24T19:22:26.853Z Downloaded rayon v1.11.0
11992026-03-24T19:22:26.860Z Downloaded chrono v0.4.43
12002026-03-24T19:22:26.865Z Downloaded aws-lc-rs v1.15.4
12012026-03-24T19:22:26.872Z Downloaded serial_test v3.3.1
12022026-03-24T19:22:26.875Z Downloaded progenitor-client v0.13.0
12032026-03-24T19:22:26.875Z Downloaded winnow v0.7.14
12042026-03-24T19:22:26.881Z Downloaded nix v0.31.1
12052026-03-24T19:22:26.890Z Downloaded smoltcp v0.11.0
12062026-03-24T19:22:26.899Z Downloaded tabled v0.15.0
12072026-03-24T19:22:26.910Z Downloaded rustls v0.22.4
12082026-03-24T19:22:26.920Z Downloaded time v0.3.47
12092026-03-24T19:22:26.929Z Downloaded rustls v0.23.36
12102026-03-24T19:22:26.939Z Downloaded hickory-proto v0.25.2
12112026-03-24T19:22:26.951Z Downloaded regex-syntax v0.8.9
12122026-03-24T19:22:26.955Z Downloaded syn v1.0.109
12132026-03-24T19:22:26.963Z Downloaded hickory-proto v0.24.4
12142026-03-24T19:22:26.973Z Downloaded zerocopy v0.8.39
12152026-03-24T19:22:26.989Z Downloaded syn v2.0.116
12162026-03-24T19:22:26.997Z Downloaded openssl v0.10.75
12172026-03-24T19:22:27.005Z Downloaded openapiv3 v2.2.0
12182026-03-24T19:22:27.013Z Downloaded dropshot v0.16.7
12192026-03-24T19:22:27.031Z Downloaded rhai v1.24.0
12202026-03-24T19:22:27.035Z Downloaded regress v0.10.5
12212026-03-24T19:22:27.041Z Downloaded proptest v1.10.0
12222026-03-24T19:22:27.048Z Downloaded proc-macro-error2 v2.0.1
12232026-03-24T19:22:27.051Z Downloaded semver v0.1.20
12242026-03-24T19:22:27.051Z Downloaded owo-colors v4.2.3
12252026-03-24T19:22:27.054Z Downloaded cookie v0.18.1
12262026-03-24T19:22:27.060Z Downloaded rustix v1.1.3
12272026-03-24T19:22:27.073Z Downloaded proc-macro-error v1.0.4
12282026-03-24T19:22:27.079Z Downloaded poly1305 v0.8.0
12292026-03-24T19:22:27.084Z Downloaded pin-project-internal v1.1.10
12302026-03-24T19:22:27.084Z Downloaded pem v3.0.6
12312026-03-24T19:22:27.084Z Downloaded parse-display-derive v0.10.0
12322026-03-24T19:22:27.084Z Downloaded darling_core v0.21.3
12332026-03-24T19:22:27.084Z Downloaded ref-cast v1.0.25
12342026-03-24T19:22:27.087Z Downloaded num-rational v0.4.2
12352026-03-24T19:22:27.087Z Downloaded petgraph v0.6.5
12362026-03-24T19:22:27.099Z Downloaded typify-impl v0.6.1
12372026-03-24T19:22:27.107Z Downloaded lzma-sys v0.1.20
12382026-03-24T19:22:27.127Z Downloaded sled v0.34.7
12392026-03-24T19:22:27.134Z Downloaded jiff v0.2.20
12402026-03-24T19:22:27.148Z Downloaded libc v0.2.180
12412026-03-24T19:22:27.171Z Downloaded memmap2 v0.9.10
12422026-03-24T19:22:27.175Z Downloaded typify-impl v0.4.3
12432026-03-24T19:22:27.182Z Downloaded ingot-types v0.1.2
12442026-03-24T19:22:27.185Z Downloaded ingot-macros v0.1.1
12452026-03-24T19:22:27.185Z Downloaded ingot v0.1.1
12462026-03-24T19:22:27.185Z Downloaded erased-serde v0.3.31
12472026-03-24T19:22:27.189Z Downloaded anstyle v1.0.13
12482026-03-24T19:22:27.189Z Downloaded goblin v0.10.5
12492026-03-24T19:22:27.192Z Downloaded rand_chacha v0.3.1
12502026-03-24T19:22:27.195Z Downloaded tokio v1.49.0
12512026-03-24T19:22:27.220Z Downloaded proc-macro-crate v1.3.1
12522026-03-24T19:22:27.224Z Downloaded oxide-tokio-rt v0.1.2
12532026-03-24T19:22:27.224Z Downloaded const_format_proc_macros v0.2.34
12542026-03-24T19:22:27.227Z Downloaded cmake v0.1.57
12552026-03-24T19:22:27.227Z Downloaded phf_shared v0.12.1
12562026-03-24T19:22:27.227Z Downloaded constant_time_eq v0.4.2
12572026-03-24T19:22:27.227Z Downloaded defmt v1.0.1
12582026-03-24T19:22:27.230Z Downloaded bcs v0.1.6
12592026-03-24T19:22:27.233Z Downloaded critical-section v1.2.0
12602026-03-24T19:22:27.233Z Downloaded async-trait v0.1.89
12612026-03-24T19:22:27.235Z Downloaded const_format v0.2.35
12622026-03-24T19:22:27.239Z Downloaded defmt-parser v1.0.0
12632026-03-24T19:22:27.239Z Downloaded num_threads v0.1.7
12642026-03-24T19:22:27.239Z Downloaded cipher v0.4.4
12652026-03-24T19:22:27.243Z Downloaded num-derive v0.3.3
12662026-03-24T19:22:27.243Z Downloaded newtype_derive v0.1.6
12672026-03-24T19:22:27.243Z Downloaded mime v0.3.17
12682026-03-24T19:22:27.243Z Downloaded foreign-types v0.5.0
12692026-03-24T19:22:27.246Z Downloaded csv-core v0.1.13
12702026-03-24T19:22:27.246Z Downloaded anstyle-parse v0.2.7
12712026-03-24T19:22:27.246Z Downloaded memmap v0.7.0
12722026-03-24T19:22:27.246Z Downloaded libscf-sys v1.1.0
12732026-03-24T19:22:27.250Z Downloaded hostname v0.4.2
12742026-03-24T19:22:27.250Z Downloaded clap_lex v1.0.0
12752026-03-24T19:22:27.250Z Downloaded ciborium-ll v0.2.2
12762026-03-24T19:22:27.250Z Downloaded arrayref v0.3.9
12772026-03-24T19:22:27.254Z Downloaded match_cfg v0.1.0
12782026-03-24T19:22:27.254Z Downloaded convert_case v0.4.0
12792026-03-24T19:22:27.254Z Downloaded ciborium-io v0.2.2
12802026-03-24T19:22:27.254Z Downloaded inout v0.1.4
12812026-03-24T19:22:27.254Z Downloaded hubpack_derive v0.1.1
12822026-03-24T19:22:27.254Z Downloaded foreign-types-macros v0.2.3
12832026-03-24T19:22:27.254Z Downloaded const-random-macro v0.1.16
12842026-03-24T19:22:27.257Z Downloaded cobs v0.3.0
12852026-03-24T19:22:27.257Z Downloaded darling_macro v0.21.3
12862026-03-24T19:22:27.258Z Downloaded crunchy v0.2.4
12872026-03-24T19:22:27.258Z Downloaded getrandom v0.4.1
12882026-03-24T19:22:27.261Z Downloaded chrono-tz v0.10.4
12892026-03-24T19:22:27.271Z Downloaded dof v0.3.0
12902026-03-24T19:22:27.274Z Downloaded crucible-workspace-hack v0.1.0
12912026-03-24T19:22:27.274Z Downloaded defmt-macros v1.0.1
12922026-03-24T19:22:27.274Z Downloaded base16ct v0.2.0
12932026-03-24T19:22:27.274Z Downloaded fxhash v0.2.1
12942026-03-24T19:22:27.278Z Downloaded fixedbitset v0.4.2
12952026-03-24T19:22:27.278Z Downloaded ff v0.13.1
12962026-03-24T19:22:27.278Z Downloaded async-stream-impl v0.3.6
12972026-03-24T19:22:27.308Z Downloaded csv v1.4.0
12982026-03-24T19:22:27.322Z Downloaded sha3 v0.10.8
12992026-03-24T19:22:27.393Z Downloaded encoding_rs v0.8.35
13002026-03-24T19:22:28.018Z Downloaded aws-lc-sys v0.37.1
13012026-03-24T19:22:29.153Z Compiling proc-macro2 v1.0.106
13022026-03-24T19:22:29.153Z Compiling unicode-ident v1.0.24
13032026-03-24T19:22:29.153Z Compiling quote v1.0.44
13042026-03-24T19:22:29.153Z Compiling serde_core v1.0.228
13052026-03-24T19:22:29.156Z Compiling cfg-if v1.0.4
13062026-03-24T19:22:29.157Z Compiling serde v1.0.228
13072026-03-24T19:22:29.157Z Compiling libc v0.2.180
13082026-03-24T19:22:29.157Z Compiling memchr v2.8.0
13092026-03-24T19:22:29.416Z Compiling itoa v1.0.17
13102026-03-24T19:22:29.637Z Compiling smallvec v1.15.1
13112026-03-24T19:22:29.850Z Compiling zmij v1.0.21
13122026-03-24T19:22:29.868Z Compiling serde_json v1.0.149
13132026-03-24T19:22:29.987Z Compiling autocfg v1.5.0
13142026-03-24T19:22:30.188Z Compiling libm v0.2.16
13152026-03-24T19:22:30.255Z Compiling getrandom v0.4.1
13162026-03-24T19:22:30.485Z Compiling version_check v0.9.5
13172026-03-24T19:22:30.564Z Compiling stable_deref_trait v1.2.1
13182026-03-24T19:22:30.675Z Compiling iana-time-zone v0.1.65
13192026-03-24T19:22:30.690Z Compiling pin-project-lite v0.2.16
13202026-03-24T19:22:30.703Z Compiling equivalent v1.0.2
13212026-03-24T19:22:30.805Z Compiling foldhash v0.2.0
13222026-03-24T19:22:30.819Z Compiling allocator-api2 v0.2.21
13232026-03-24T19:22:30.876Z Compiling syn v2.0.116
13242026-03-24T19:22:30.971Z Compiling litemap v0.8.1
13252026-03-24T19:22:31.024Z Compiling percent-encoding v2.3.2
13262026-03-24T19:22:31.107Z Compiling writeable v0.6.2
13272026-03-24T19:22:31.147Z Compiling scopeguard v1.2.0
13282026-03-24T19:22:31.218Z Compiling hashbrown v0.16.1
13292026-03-24T19:22:31.272Z Compiling icu_normalizer_data v2.1.1
13302026-03-24T19:22:31.287Z Compiling icu_properties_data v2.1.2
13312026-03-24T19:22:31.290Z Compiling parking_lot_core v0.9.12
13322026-03-24T19:22:31.353Z Compiling lock_api v0.4.14
13332026-03-24T19:22:31.595Z Compiling dyn-clone v1.0.20
13342026-03-24T19:22:31.675Z Compiling form_urlencoded v1.2.2
13352026-03-24T19:22:31.756Z Compiling utf8_iter v1.0.4
13362026-03-24T19:22:31.772Z Compiling jobserver v0.1.34
13372026-03-24T19:22:31.787Z Compiling log v0.4.29
13382026-03-24T19:22:31.924Z Compiling shlex v1.3.0
13392026-03-24T19:22:31.942Z Compiling find-msvc-tools v0.1.9
13402026-03-24T19:22:32.028Z Compiling heck v0.5.0
13412026-03-24T19:22:32.043Z Compiling futures-core v0.3.32
13422026-03-24T19:22:32.164Z Compiling cc v1.2.56
13432026-03-24T19:22:32.212Z Compiling thiserror v2.0.18
13442026-03-24T19:22:32.233Z Compiling num-traits v0.2.19
13452026-03-24T19:22:32.251Z Compiling errno v0.3.14
13462026-03-24T19:22:32.384Z Compiling fnv v1.0.7
13472026-03-24T19:22:32.476Z Compiling semver v1.0.27
13482026-03-24T19:22:32.504Z Compiling indexmap v2.13.0
13492026-03-24T19:22:32.622Z Compiling zerocopy v0.8.39
13502026-03-24T19:22:32.940Z Compiling futures-sink v0.3.32
13512026-03-24T19:22:33.063Z Compiling getrandom v0.2.17
13522026-03-24T19:22:33.101Z Compiling slab v0.4.12
13532026-03-24T19:22:33.175Z Compiling futures-channel v0.3.32
13542026-03-24T19:22:33.286Z Compiling uuid v1.21.0
13552026-03-24T19:22:33.315Z Compiling futures-io v0.3.32
13562026-03-24T19:22:33.379Z Compiling futures-task v0.3.32
13572026-03-24T19:22:33.513Z Compiling typenum v1.19.0
13582026-03-24T19:22:33.669Z Compiling socket2 v0.6.2
13592026-03-24T19:22:33.849Z Compiling portable-atomic v1.13.1
13602026-03-24T19:22:33.960Z Compiling ring v0.17.14
13612026-03-24T19:22:33.987Z Compiling rustversion v1.0.22
13622026-03-24T19:22:34.006Z Compiling schemars v0.8.22
13632026-03-24T19:22:34.284Z Compiling parking_lot v0.12.5
13642026-03-24T19:22:34.336Z Compiling regex-syntax v0.8.9
13652026-03-24T19:22:34.518Z Compiling untrusted v0.9.0
13662026-03-24T19:22:34.849Z Compiling signal-hook-registry v1.4.8
13672026-03-24T19:22:34.891Z Compiling mio v1.1.1
13682026-03-24T19:22:34.931Z Compiling byteorder v1.5.0
13692026-03-24T19:22:35.210Z Compiling synstructure v0.13.2
13702026-03-24T19:22:35.236Z Compiling serde_derive_internals v0.29.1
13712026-03-24T19:22:35.311Z Compiling bitflags v2.11.0
13722026-03-24T19:22:35.432Z Compiling critical-section v1.2.0
13732026-03-24T19:22:35.561Z Compiling once_cell v1.21.3
13742026-03-24T19:22:35.620Z Compiling subtle v2.6.1
13752026-03-24T19:22:35.781Z Compiling rand_core v0.6.4
13762026-03-24T19:22:35.828Z Compiling base64 v0.22.1
13772026-03-24T19:22:35.905Z Compiling rustix v1.1.3
13782026-03-24T19:22:36.162Z Compiling atomic-waker v1.1.2
13792026-03-24T19:22:36.252Z Compiling httparse v1.10.1
13802026-03-24T19:22:36.271Z Compiling ipnet v2.11.0
13812026-03-24T19:22:36.307Z Compiling ucd-trie v0.1.7
13822026-03-24T19:22:36.628Z Compiling pest v2.8.6
13832026-03-24T19:22:36.636Z Compiling tower-service v0.3.3
13842026-03-24T19:22:36.678Z Compiling thiserror v1.0.69
13852026-03-24T19:22:36.744Z Compiling tower-layer v0.3.3
13862026-03-24T19:22:36.908Z Compiling serde_derive v1.0.228
13872026-03-24T19:22:36.941Z Compiling zerofrom-derive v0.1.6
13882026-03-24T19:22:36.985Z Compiling yoke-derive v0.8.1
13892026-03-24T19:22:37.079Z Compiling zerovec-derive v0.11.2
13902026-03-24T19:22:37.146Z Compiling displaydoc v0.2.5
13912026-03-24T19:22:38.071Z Compiling schemars_derive v0.8.22
13922026-03-24T19:22:38.119Z Compiling tokio-macros v2.6.0
13932026-03-24T19:22:38.418Z Compiling thiserror-impl v2.0.18
13942026-03-24T19:22:38.422Z Compiling zerocopy-derive v0.8.39
13952026-03-24T19:22:38.542Z Compiling zeroize_derive v1.4.3
13962026-03-24T19:22:38.618Z Compiling zerofrom v0.1.6
13972026-03-24T19:22:38.641Z Compiling futures-macro v0.3.32
13982026-03-24T19:22:38.754Z Compiling yoke v0.8.1
13992026-03-24T19:22:38.990Z Compiling zerovec v0.11.5
14002026-03-24T19:22:39.113Z Compiling zerotrie v0.2.3
14012026-03-24T19:22:39.457Z Compiling zeroize v1.8.2
14022026-03-24T19:22:39.505Z Compiling pest_meta v2.8.6
14032026-03-24T19:22:39.683Z Compiling tinystr v0.8.2
14042026-03-24T19:22:39.750Z Compiling potential_utf v0.1.4
14052026-03-24T19:22:39.787Z Compiling futures-util v0.3.32
14062026-03-24T19:22:39.977Z Compiling icu_locale_core v2.1.1
14072026-03-24T19:22:40.012Z Compiling icu_collections v2.1.1
14082026-03-24T19:22:40.026Z Compiling thiserror-impl v1.0.69
14092026-03-24T19:22:40.269Z Compiling try-lock v0.2.5
14102026-03-24T19:22:40.397Z Compiling getrandom v0.3.4
14112026-03-24T19:22:40.709Z Compiling ryu v1.0.23
14122026-03-24T19:22:40.873Z Compiling icu_provider v2.1.1
14132026-03-24T19:22:40.951Z Compiling pest_generator v2.8.6
14142026-03-24T19:22:41.281Z Compiling bytes v1.11.1
14152026-03-24T19:22:41.357Z Compiling icu_properties v2.1.2
14162026-03-24T19:22:41.373Z Compiling icu_normalizer v2.1.1
14172026-03-24T19:22:41.540Z Compiling chrono v0.4.43
14182026-03-24T19:22:41.665Z Compiling serde_tokenstream v0.2.3
14192026-03-24T19:22:42.042Z Compiling http v1.4.0
14202026-03-24T19:22:42.165Z Compiling tokio v1.49.0
14212026-03-24T19:22:42.311Z Compiling want v0.3.1
14222026-03-24T19:22:42.526Z Compiling generic-array v0.14.7
14232026-03-24T19:22:42.819Z Compiling idna_adapter v1.2.1
14242026-03-24T19:22:42.994Z Compiling idna v1.1.0
14252026-03-24T19:22:43.025Z Compiling http-body v1.0.1
14262026-03-24T19:22:43.058Z Compiling httpdate v1.0.3
14272026-03-24T19:22:43.348Z Compiling pin-utils v0.1.0
14282026-03-24T19:22:43.394Z Compiling url v2.5.8
14292026-03-24T19:22:43.491Z Compiling pest_derive v2.8.6
14302026-03-24T19:22:43.664Z Compiling pretty-hex v0.4.1
14312026-03-24T19:22:43.928Z Compiling slog v2.8.2
14322026-03-24T19:22:44.187Z Compiling aho-corasick v1.1.4
14332026-03-24T19:22:44.223Z Compiling plain v0.2.3
14342026-03-24T19:22:44.355Z Compiling strsim v0.11.1
14352026-03-24T19:22:44.562Z Compiling erased-serde v0.3.31
14362026-03-24T19:22:44.595Z Compiling tracing-attributes v0.1.31
14372026-03-24T19:22:44.856Z Compiling ppv-lite86 v0.2.21
14382026-03-24T19:22:44.927Z Compiling tracing-core v0.1.36
14392026-03-24T19:22:45.027Z Compiling winnow v0.7.14
14402026-03-24T19:22:45.345Z Compiling crypto-common v0.1.7
14412026-03-24T19:22:45.530Z Compiling regex-automata v0.4.14
14422026-03-24T19:22:45.778Z Compiling http-body-util v0.1.3
14432026-03-24T19:22:45.883Z Compiling serde_urlencoded v0.7.1
14442026-03-24T19:22:46.085Z Compiling paste v1.0.15
14452026-03-24T19:22:46.149Z Compiling openapiv3 v2.2.0
14462026-03-24T19:22:46.216Z Compiling sync_wrapper v1.0.2
14472026-03-24T19:22:46.274Z Compiling regress v0.10.5
14482026-03-24T19:22:46.347Z Compiling rustls-pki-types v1.14.0
14492026-03-24T19:22:46.386Z Compiling tracing v0.1.44
14502026-03-24T19:22:47.043Z Compiling anyhow v1.0.101
14512026-03-24T19:22:47.144Z Compiling num-conv v0.2.0
14522026-03-24T19:22:47.180Z Compiling powerfmt v0.2.0
14532026-03-24T19:22:47.316Z Compiling time-core v0.1.8
14542026-03-24T19:22:47.450Z Compiling deranged v0.5.6
14552026-03-24T19:22:47.514Z Compiling time-macros v0.2.27
14562026-03-24T19:22:47.736Z Compiling scroll_derive v0.13.1
14572026-03-24T19:22:48.428Z Compiling regex v1.12.3
14582026-03-24T19:22:48.859Z Compiling typify-impl v0.4.3
14592026-03-24T19:22:48.876Z Compiling num_threads v0.1.7
14602026-03-24T19:22:48.958Z Compiling ident_case v1.0.1
14612026-03-24T19:22:48.990Z Compiling iri-string v0.7.10
14622026-03-24T19:22:49.081Z Compiling fastrand v2.3.0
14632026-03-24T19:22:49.105Z Compiling cpufeatures v0.2.17
14642026-03-24T19:22:49.191Z Compiling darling_core v0.21.3
14652026-03-24T19:22:49.233Z Compiling scroll v0.13.0
14662026-03-24T19:22:49.580Z Compiling ipnetwork v0.21.1
14672026-03-24T19:22:50.217Z Compiling daft-derive v0.1.5
14682026-03-24T19:22:51.228Z Compiling omicron-workspace-hack v0.1.0
14692026-03-24T19:22:51.383Z Compiling goblin v0.10.5
14702026-03-24T19:22:51.505Z Compiling tokio-util v0.7.18
14712026-03-24T19:22:51.542Z Compiling async-trait v0.1.89
14722026-03-24T19:22:52.326Z Compiling darling_macro v0.21.3
14732026-03-24T19:22:52.507Z Compiling cmake v0.1.57
14742026-03-24T19:22:52.866Z Compiling dunce v1.0.5
14752026-03-24T19:22:52.960Z Compiling fs_extra v1.3.0
14762026-03-24T19:22:52.984Z Compiling usdt-impl v0.6.0
14772026-03-24T19:22:53.059Z Compiling darling v0.21.3
14782026-03-24T19:22:53.193Z Compiling block-buffer v0.10.4
14792026-03-24T19:22:53.243Z Compiling dtrace-parser v0.3.0
14802026-03-24T19:22:53.293Z Compiling aws-lc-sys v0.37.1
14812026-03-24T19:22:53.331Z Compiling crossbeam-utils v0.8.21
14822026-03-24T19:22:53.378Z Compiling digest v0.10.7
14832026-03-24T19:22:53.395Z Compiling futures-executor v0.3.32
14842026-03-24T19:22:53.639Z Compiling structmeta-derive v0.3.0
14852026-03-24T19:22:53.657Z Compiling thread-id v5.1.0
14862026-03-24T19:22:53.748Z Compiling rustls v0.22.4
14872026-03-24T19:22:53.762Z Compiling camino v1.2.2
14882026-03-24T19:22:53.765Z Compiling hex v0.4.3
14892026-03-24T19:22:54.123Z Compiling rand_core v0.9.5
14902026-03-24T19:22:54.261Z Compiling futures v0.3.32
14912026-03-24T19:22:54.357Z Compiling h2 v0.4.13
14922026-03-24T19:22:54.403Z Compiling oxnet v0.1.4
14932026-03-24T19:22:54.463Z Compiling thread_local v1.1.9
14942026-03-24T19:22:54.796Z Compiling aws-lc-rs v1.15.4
14952026-03-24T19:22:54.875Z Compiling syn v1.0.109
14962026-03-24T19:22:54.992Z Compiling match_cfg v0.1.0
14972026-03-24T19:22:55.088Z Compiling structmeta v0.3.0
14982026-03-24T19:22:55.192Z Compiling unsafe-libyaml v0.2.11
14992026-03-24T19:22:55.331Z Compiling quick-error v1.2.3
15002026-03-24T19:22:55.345Z Compiling unicode-width v0.2.2
15012026-03-24T19:22:55.458Z Compiling dof v0.4.0
15022026-03-24T19:22:55.647Z Compiling slog-async v2.8.0
15032026-03-24T19:22:56.080Z Compiling serde_yaml v0.9.34+deprecated
15042026-03-24T19:22:56.122Z Compiling rand_chacha v0.9.0
15052026-03-24T19:22:57.457Z Compiling hyper v1.8.1
15062026-03-24T19:22:57.606Z Compiling newtype-uuid-macros v0.1.0
15072026-03-24T19:22:57.780Z Compiling typify-macro v0.4.3
15082026-03-24T19:22:57.856Z Compiling strum_macros v0.26.4
15092026-03-24T19:22:58.493Z Compiling usdt-attr-macro v0.6.0
15102026-03-24T19:22:58.630Z Compiling usdt-macro v0.6.0
15112026-03-24T19:22:58.667Z Compiling serde_spanned v1.0.4
15122026-03-24T19:22:58.854Z Compiling hyper-util v0.1.20
15132026-03-24T19:22:59.813Z Compiling multer v3.1.0
15142026-03-24T19:23:00.099Z Compiling toml_writer v1.0.6+spec-1.1.0
15152026-03-24T19:23:00.118Z Compiling bit-vec v0.8.0
15162026-03-24T19:23:00.158Z Compiling term v1.2.1
15172026-03-24T19:23:00.242Z Compiling untrusted v0.7.1
15182026-03-24T19:23:00.380Z Compiling debug-ignore v1.0.5
15192026-03-24T19:23:00.394Z Compiling take_mut v0.2.2
15202026-03-24T19:23:00.420Z Compiling bit-set v0.8.0
15212026-03-24T19:23:00.510Z Compiling strum v0.26.3
15222026-03-24T19:23:00.585Z Compiling rand v0.9.2
15232026-03-24T19:23:00.619Z Compiling typify v0.4.3
15242026-03-24T19:23:00.634Z Compiling async-stream-impl v0.3.6
15252026-03-24T19:23:00.659Z Compiling dropshot v0.16.7
15262026-03-24T19:23:00.716Z Compiling encoding_rs v0.8.35
15272026-03-24T19:23:00.731Z Compiling spin v0.9.8
15282026-03-24T19:23:00.934Z Compiling ref-cast v1.0.25
15292026-03-24T19:23:01.052Z Compiling unarray v0.1.4
15302026-03-24T19:23:01.128Z Compiling rustls v0.23.36
15312026-03-24T19:23:01.135Z Compiling mime v0.3.17
15322026-03-24T19:23:01.252Z Compiling derive-ex v0.1.8
15332026-03-24T19:23:01.374Z Compiling dropshot_endpoint v0.16.7
15342026-03-24T19:23:01.374Z Compiling macaddr v1.0.1
15352026-03-24T19:23:01.401Z Compiling ref-cast-impl v1.0.25
15362026-03-24T19:23:01.464Z Compiling waitgroup v0.1.2
15372026-03-24T19:23:01.472Z Compiling async-stream v0.3.6
15382026-03-24T19:23:01.631Z Compiling serde_path_to_error v0.1.20
15392026-03-24T19:23:01.691Z Compiling progenitor-impl v0.11.2
15402026-03-24T19:23:03.111Z Compiling tabwriter v1.4.1
15412026-03-24T19:23:03.171Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15422026-03-24T19:23:03.171Z Compiling tempfile v3.25.0
15432026-03-24T19:23:03.171Z Compiling newtype-uuid v1.3.2
15442026-03-24T19:23:03.316Z Compiling strum_macros v0.27.2
15452026-03-24T19:23:03.430Z Compiling instant v0.1.13
15462026-03-24T19:23:03.438Z Compiling test-strategy v0.4.5
15472026-03-24T19:23:03.546Z Compiling daft v0.1.5
15482026-03-24T19:23:03.598Z Compiling serde_with_macros v3.16.1
15492026-03-24T19:23:03.890Z Compiling time v0.3.47
15502026-03-24T19:23:04.578Z Compiling tower v0.5.3
15512026-03-24T19:23:05.203Z Compiling webpki-roots v1.0.6
15522026-03-24T19:23:05.289Z Compiling colored v3.1.1
15532026-03-24T19:23:05.359Z Compiling tower-http v0.6.8
15542026-03-24T19:23:05.376Z Compiling crossbeam-channel v0.5.15
15552026-03-24T19:23:05.917Z Compiling strum v0.27.2
15562026-03-24T19:23:05.932Z Compiling parse-display-derive v0.10.0
15572026-03-24T19:23:06.035Z Compiling rustls-webpki v0.102.8
15582026-03-24T19:23:06.515Z Compiling rustc-hash v2.1.1
15592026-03-24T19:23:06.704Z Compiling progenitor-macro v0.11.2
15602026-03-24T19:23:07.244Z Compiling slog-json v2.6.1
15612026-03-24T19:23:07.420Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
15622026-03-24T19:23:07.497Z Compiling hostname v0.3.1
15632026-03-24T19:23:07.676Z Compiling toml_parser v1.0.9+spec-1.1.0
15642026-03-24T19:23:07.849Z Compiling rand_chacha v0.3.1
15652026-03-24T19:23:08.232Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15662026-03-24T19:23:08.275Z Compiling toml_datetime v0.7.5+spec-1.1.0
15672026-03-24T19:23:08.579Z Compiling is-terminal v0.4.17
15682026-03-24T19:23:08.599Z Compiling memmap2 v0.9.10
15692026-03-24T19:23:09.041Z Compiling wait-timeout v0.2.1
15702026-03-24T19:23:09.041Z Compiling either v1.15.0
15712026-03-24T19:23:09.041Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15722026-03-24T19:23:09.041Z Compiling usdt v0.6.0
15732026-03-24T19:23:09.041Z Compiling rusty-fork v0.3.1
15742026-03-24T19:23:09.041Z Compiling slog-term v2.9.2
15752026-03-24T19:23:09.041Z Compiling toml v0.9.12+spec-1.1.0
15762026-03-24T19:23:09.232Z Compiling tokio-rustls v0.25.0
15772026-03-24T19:23:09.362Z Compiling rand v0.8.5
15782026-03-24T19:23:09.512Z Compiling slog-bunyan v2.5.0
15792026-03-24T19:23:09.904Z Compiling rand_xorshift v0.4.0
15802026-03-24T19:23:10.030Z Compiling sha1 v0.10.6
15812026-03-24T19:23:10.319Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
15822026-03-24T19:23:10.383Z Compiling rustls-pemfile v2.2.0
15832026-03-24T19:23:10.584Z Compiling hostname v0.4.2
15842026-03-24T19:23:11.068Z Compiling proptest v1.10.0
15852026-03-24T19:23:12.901Z Compiling itertools v0.14.0
15862026-03-24T19:23:13.970Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15872026-03-24T19:23:14.621Z Compiling serde_with v3.16.1
15882026-03-24T19:23:14.774Z Compiling utf8parse v0.2.2
15892026-03-24T19:23:14.916Z Compiling anstyle-parse v0.2.7
15902026-03-24T19:23:15.074Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
15912026-03-24T19:23:15.170Z Compiling toml_datetime v0.6.11
15922026-03-24T19:23:15.524Z Compiling anstyle v1.0.13
15932026-03-24T19:23:15.538Z Compiling is_terminal_polyfill v1.70.2
15942026-03-24T19:23:15.659Z Compiling colorchoice v1.0.4
15952026-03-24T19:23:15.824Z Compiling anstyle-query v1.1.5
15962026-03-24T19:23:15.951Z Compiling anstream v0.6.21
15972026-03-24T19:23:16.376Z Compiling backoff v0.4.0
15982026-03-24T19:23:16.716Z Compiling parse-display v0.10.0
15992026-03-24T19:23:17.120Z Compiling iddqd v0.3.17
16002026-03-24T19:23:17.155Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16012026-03-24T19:23:18.360Z Compiling clap_lex v1.0.0
16022026-03-24T19:23:18.531Z Compiling clap_derive v4.5.55
16032026-03-24T19:23:18.846Z Compiling terminal_size v0.4.3
16042026-03-24T19:23:18.912Z Compiling crossbeam-epoch v0.9.18
16052026-03-24T19:23:19.383Z Compiling clap_builder v4.5.59
16062026-03-24T19:23:19.483Z Compiling rustls-webpki v0.103.9
16072026-03-24T19:23:19.586Z Compiling proc-macro-error-attr v1.0.4
16082026-03-24T19:23:19.978Z Compiling heapless v0.8.0
16092026-03-24T19:23:20.584Z Compiling ingot-macros v0.1.1
16102026-03-24T19:23:20.915Z Compiling toml_edit v0.23.10+spec-1.0.0
16112026-03-24T19:23:23.072Z Compiling clap v4.5.59
16122026-03-24T19:23:23.087Z Compiling zerocopy-derive v0.7.35
16132026-03-24T19:23:23.088Z Compiling hash32 v0.3.1
16142026-03-24T19:23:23.088Z Compiling proc-macro-error v1.0.4
16152026-03-24T19:23:23.088Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16162026-03-24T19:23:23.169Z Compiling smoltcp v0.11.0
16172026-03-24T19:23:23.303Z Compiling winnow v0.5.40
16182026-03-24T19:23:23.696Z Compiling zerocopy v0.7.35
16192026-03-24T19:23:24.330Z Compiling ingot-types v0.1.2
16202026-03-24T19:23:24.485Z Compiling tokio-rustls v0.26.4
16212026-03-24T19:23:24.869Z Compiling proc-macro-crate v3.4.0
16222026-03-24T19:23:25.261Z Compiling toml_edit v0.19.15
16232026-03-24T19:23:25.464Z Compiling cobs v0.3.0
16242026-03-24T19:23:25.672Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
16252026-03-24T19:23:25.711Z Compiling managed v0.8.0
16262026-03-24T19:23:25.983Z Compiling crucible-workspace-hack v0.1.0
16272026-03-24T19:23:26.034Z Compiling bitflags v1.3.2
16282026-03-24T19:23:26.225Z Compiling postcard v1.1.3
16292026-03-24T19:23:26.537Z Compiling num_enum_derive v0.7.5
16302026-03-24T19:23:26.571Z Compiling hyper-rustls v0.27.7
16312026-03-24T19:23:26.622Z Compiling ingot v0.1.1
16322026-03-24T19:23:26.929Z Compiling proc-macro-crate v1.3.1
16332026-03-24T19:23:27.020Z Compiling foreign-types-macros v0.2.3
16342026-03-24T19:23:27.372Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16352026-03-24T19:23:27.379Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16362026-03-24T19:23:27.686Z Compiling heck v0.4.1
16372026-03-24T19:23:28.079Z Compiling rayon-core v1.13.0
16382026-03-24T19:23:28.144Z Compiling foreign-types-shared v0.3.1
16392026-03-24T19:23:28.144Z Compiling foreign-types v0.5.0
16402026-03-24T19:23:28.144Z Compiling num_enum v0.7.5
16412026-03-24T19:23:28.144Z Compiling reqwest v0.12.28
16422026-03-24T19:23:28.154Z Compiling num_enum_derive v0.5.11
16432026-03-24T19:23:28.242Z Compiling crossbeam-deque v0.8.6
16442026-03-24T19:23:28.334Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16452026-03-24T19:23:28.756Z Compiling dtrace-parser v0.2.0
16462026-03-24T19:23:28.943Z Compiling scroll_derive v0.12.1
16472026-03-24T19:23:29.085Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16482026-03-24T19:23:29.442Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16492026-03-24T19:23:29.548Z Compiling usdt-impl v0.5.0
16502026-03-24T19:23:29.661Z Compiling memoffset v0.9.1
16512026-03-24T19:23:29.780Z Compiling cstr-argument v0.1.2
16522026-03-24T19:23:29.928Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
16532026-03-24T19:23:29.935Z Compiling convert_case v0.4.0
16542026-03-24T19:23:30.046Z Compiling tinyvec_macros v0.1.1
16552026-03-24T19:23:30.099Z Compiling cfg_aliases v0.2.1
16562026-03-24T19:23:30.100Z Compiling tinyvec v1.10.0
16572026-03-24T19:23:30.143Z Compiling nix v0.30.1
16582026-03-24T19:23:30.222Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16592026-03-24T19:23:30.269Z Compiling scroll v0.12.0
16602026-03-24T19:23:30.367Z Compiling derive_more v0.99.20
16612026-03-24T19:23:30.547Z Compiling num_enum v0.5.11
16622026-03-24T19:23:30.557Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16632026-03-24T19:23:30.946Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
16642026-03-24T19:23:31.285Z Compiling dof v0.3.0
16652026-03-24T19:23:31.786Z Compiling camino-tempfile v1.4.1
16662026-03-24T19:23:31.864Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16672026-03-24T19:23:31.886Z Compiling thread-id v4.2.2
16682026-03-24T19:23:32.947Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16692026-03-24T19:23:33.390Z Compiling rayon v1.11.0
16702026-03-24T19:23:33.474Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16712026-03-24T19:23:33.615Z Compiling goblin v0.8.2
16722026-03-24T19:23:33.975Z Compiling progenitor-client v0.11.2
16732026-03-24T19:23:34.386Z Compiling zone_cfg_derive v0.3.1
16742026-03-24T19:23:34.571Z Compiling itertools v0.12.1
16752026-03-24T19:23:34.659Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
16762026-03-24T19:23:35.136Z Compiling serde_spanned v0.6.9
16772026-03-24T19:23:35.160Z Compiling num-derive v0.4.2
16782026-03-24T19:23:35.271Z Compiling sigpipe v0.1.3
16792026-03-24T19:23:35.723Z Compiling glob v0.3.3
16802026-03-24T19:23:35.818Z Compiling toml_write v0.1.2
16812026-03-24T19:23:35.946Z Compiling jiff v0.2.20
16822026-03-24T19:23:36.029Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16832026-03-24T19:23:36.140Z Compiling zone v0.3.1
16842026-03-24T19:23:37.510Z Compiling toml_edit v0.22.27
16852026-03-24T19:23:37.593Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
16862026-03-24T19:23:37.593Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
16872026-03-24T19:23:37.728Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16882026-03-24T19:23:37.895Z Compiling progenitor v0.11.2
16892026-03-24T19:23:39.791Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16902026-03-24T19:23:39.908Z Compiling smf v0.2.3
16912026-03-24T19:23:40.189Z Compiling secrecy v0.10.3
16922026-03-24T19:23:40.396Z Compiling num-integer v0.1.46
16932026-03-24T19:23:40.743Z Compiling rustc_version v0.4.1
16942026-03-24T19:23:40.846Z Compiling prettyplease v0.2.37
16952026-03-24T19:23:40.984Z Compiling float-ord v0.3.2
16962026-03-24T19:23:41.098Z Compiling whoami v1.6.1
16972026-03-24T19:23:41.127Z Compiling rustix v0.38.44
16982026-03-24T19:23:41.136Z Compiling curve25519-dalek v4.1.3
16992026-03-24T19:23:41.982Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
17002026-03-24T19:23:42.041Z Compiling toml v0.8.23
17012026-03-24T19:23:42.270Z Compiling usdt-macro v0.5.0
17022026-03-24T19:23:42.413Z Compiling usdt-attr-macro v0.5.0
17032026-03-24T19:23:43.251Z Compiling progenitor-client v0.10.0
17042026-03-24T19:23:43.761Z Compiling hmac v0.12.1
17052026-03-24T19:23:43.921Z Compiling inout v0.1.4
17062026-03-24T19:23:43.921Z Compiling enum-as-inner v0.6.1
17072026-03-24T19:23:44.016Z Compiling ff v0.13.1
17082026-03-24T19:23:44.083Z Compiling memmap v0.7.0
17092026-03-24T19:23:44.253Z Compiling data-encoding v2.10.0
17102026-03-24T19:23:44.490Z Compiling usdt v0.5.0
17112026-03-24T19:23:44.598Z Compiling group v0.13.0
17122026-03-24T19:23:44.763Z Compiling cipher v0.4.4
17132026-03-24T19:23:44.931Z Compiling hkdf v0.12.4
17142026-03-24T19:23:45.040Z Compiling num-rational v0.4.2
17152026-03-24T19:23:45.205Z Compiling num-iter v0.1.45
17162026-03-24T19:23:45.459Z Compiling thiserror-impl-no-std v2.0.2
17172026-03-24T19:23:45.655Z Compiling universal-hash v0.5.1
17182026-03-24T19:23:45.968Z Compiling half v2.7.1
17192026-03-24T19:23:46.056Z Compiling crypto-bigint v0.5.5
17202026-03-24T19:23:46.120Z Compiling curve25519-dalek-derive v0.1.1
17212026-03-24T19:23:46.342Z Compiling num-complex v0.4.6
17222026-03-24T19:23:46.752Z Compiling base16ct v0.2.0
17232026-03-24T19:23:46.899Z Compiling base64ct v1.8.3
17242026-03-24T19:23:47.768Z Compiling ciborium-io v0.2.2
17252026-03-24T19:23:47.768Z Compiling opaque-debug v0.3.1
17262026-03-24T19:23:47.768Z Compiling poly1305 v0.8.0
17272026-03-24T19:23:47.768Z Compiling ciborium-ll v0.2.2
17282026-03-24T19:23:47.768Z Compiling password-hash v0.5.0
17292026-03-24T19:23:47.852Z Compiling thiserror-no-std v2.0.2
17302026-03-24T19:23:47.852Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17312026-03-24T19:23:47.852Z Compiling elliptic-curve v0.13.8
17322026-03-24T19:23:47.852Z Compiling num v0.4.3
17332026-03-24T19:23:47.925Z Compiling chacha20 v0.9.1
17342026-03-24T19:23:47.999Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17352026-03-24T19:23:48.199Z Compiling hubpack_derive v0.1.1
17362026-03-24T19:23:49.024Z Compiling blake2 v0.10.6
17372026-03-24T19:23:49.252Z Compiling aead v0.5.2
17382026-03-24T19:23:49.252Z Compiling vcpkg v0.2.15
17392026-03-24T19:23:49.252Z Compiling resolv-conf v0.7.6
17402026-03-24T19:23:49.464Z Compiling linked-hash-map v0.5.6
17412026-03-24T19:23:50.430Z Compiling keccak v0.1.6
17422026-03-24T19:23:50.430Z Compiling semver v0.1.20
17432026-03-24T19:23:50.723Z Compiling static_assertions v1.1.0
17442026-03-24T19:23:50.723Z Compiling pkg-config v0.3.32
17452026-03-24T19:23:50.723Z Compiling rustc_version v0.1.7
17462026-03-24T19:23:50.723Z Compiling sha3 v0.10.8
17472026-03-24T19:23:50.723Z Compiling lru-cache v0.1.2
17482026-03-24T19:23:50.723Z Compiling hubpack v0.1.2
17492026-03-24T19:23:50.723Z Compiling argon2 v0.5.3
17502026-03-24T19:23:50.724Z Compiling chacha20poly1305 v0.10.1
17512026-03-24T19:23:50.724Z Compiling vsss-rs v3.3.4
17522026-03-24T19:23:50.724Z Compiling openssl-sys v0.9.111
17532026-03-24T19:23:50.724Z Compiling ciborium v0.2.2
17542026-03-24T19:23:50.724Z Compiling hickory-proto v0.24.4
17552026-03-24T19:23:51.024Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17562026-03-24T19:23:51.183Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
17572026-03-24T19:23:51.537Z Compiling serde-big-array v0.5.1
17582026-03-24T19:23:51.634Z Compiling serde_repr v0.1.20
17592026-03-24T19:23:55.456Z Compiling derive-where v1.6.0
17602026-03-24T19:23:55.456Z Compiling unicode-segmentation v1.12.0
17612026-03-24T19:23:55.456Z Compiling indent_write v2.2.0
17622026-03-24T19:23:55.456Z Compiling siphasher v1.0.2
17632026-03-24T19:23:55.456Z Compiling minimal-lexical v0.2.1
17642026-03-24T19:23:55.456Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17652026-03-24T19:23:55.456Z Compiling phf_shared v0.12.1
17662026-03-24T19:23:55.456Z Compiling newline-converter v0.3.0
17672026-03-24T19:23:55.456Z Compiling nom v7.1.3
17682026-03-24T19:23:55.456Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
17692026-03-24T19:23:55.456Z Compiling hickory-resolver v0.24.4
17702026-03-24T19:23:55.456Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17712026-03-24T19:23:55.456Z Compiling newtype_derive v0.1.6
17722026-03-24T19:23:55.456Z Compiling atomicwrites v0.4.4
17732026-03-24T19:23:55.575Z Compiling progenitor-impl v0.10.0
17742026-03-24T19:23:55.575Z Compiling console v0.15.11
17752026-03-24T19:23:55.620Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17762026-03-24T19:23:56.099Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17772026-03-24T19:23:56.251Z Compiling tokio-stream v0.1.18
17782026-03-24T19:23:56.298Z Compiling pin-project-internal v1.1.10
17792026-03-24T19:23:56.435Z Compiling slog-dtrace v0.3.0
17802026-03-24T19:23:56.737Z Compiling csv-core v0.1.13
17812026-03-24T19:23:56.872Z Compiling cancel-safe-futures v0.1.5
17822026-03-24T19:23:56.924Z Compiling chrono-tz v0.10.4
17832026-03-24T19:23:57.086Z Compiling unicode-xid v0.2.6
17842026-03-24T19:23:57.167Z Compiling unicode-width v0.1.14
17852026-03-24T19:23:57.210Z Compiling foldhash v0.1.5
17862026-03-24T19:23:57.233Z Compiling swrite v0.1.0
17872026-03-24T19:23:57.347Z Compiling similar v2.7.0
17882026-03-24T19:23:57.439Z Compiling owo-colors v4.2.3
17892026-03-24T19:23:57.600Z Compiling hashbrown v0.15.5
17902026-03-24T19:23:57.854Z Compiling pin-project v1.1.10
17912026-03-24T19:23:57.940Z Compiling expectorate v1.2.0
17922026-03-24T19:23:57.960Z Compiling const_format_proc_macros v0.2.34
17932026-03-24T19:23:58.236Z Compiling csv v1.4.0
17942026-03-24T19:23:58.297Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17952026-03-24T19:23:59.052Z Compiling qorb v0.4.1
17962026-03-24T19:23:59.058Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17972026-03-24T19:23:59.549Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17982026-03-24T19:24:00.089Z Compiling phf v0.12.1
17992026-03-24T19:24:00.162Z Compiling progenitor-macro v0.10.0
18002026-03-24T19:24:00.201Z Compiling tokio-dtrace v0.1.1
18012026-03-24T19:24:00.244Z Compiling unicode-normalization v0.1.25
18022026-03-24T19:24:01.552Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18032026-03-24T19:24:01.642Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18042026-03-24T19:24:02.070Z Compiling libsw-core v0.3.2
18052026-03-24T19:24:02.161Z Compiling snafu-derive v0.8.9
18062026-03-24T19:24:02.291Z Compiling async-recursion v1.1.1
18072026-03-24T19:24:03.234Z Compiling cookie v0.18.1
18082026-03-24T19:24:03.543Z Compiling bstr v1.12.1
18092026-03-24T19:24:03.552Z Compiling fixedbitset v0.4.2
18102026-03-24T19:24:03.861Z Compiling foreign-types-shared v0.1.1
18112026-03-24T19:24:03.998Z Compiling highway v1.3.0
18122026-03-24T19:24:04.244Z Compiling same-file v1.0.6
18132026-03-24T19:24:04.471Z Compiling bytecount v0.6.9
18142026-03-24T19:24:04.503Z Compiling fixedbitset v0.5.7
18152026-03-24T19:24:04.628Z Compiling openssl v0.10.75
18162026-03-24T19:24:04.687Z Compiling snafu v0.8.9
18172026-03-24T19:24:05.100Z Compiling petgraph v0.8.3
18182026-03-24T19:24:05.145Z Compiling papergrid v0.11.0
18192026-03-24T19:24:05.275Z Compiling walkdir v2.5.0
18202026-03-24T19:24:05.327Z Compiling globset v0.4.18
18212026-03-24T19:24:05.605Z Compiling foreign-types v0.3.2
18222026-03-24T19:24:05.706Z Compiling petgraph v0.6.5
18232026-03-24T19:24:05.760Z Compiling libsw v3.5.0
18242026-03-24T19:24:05.994Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18252026-03-24T19:24:06.210Z Compiling olpc-cjson v0.1.4
18262026-03-24T19:24:06.410Z Compiling oxide-tokio-rt v0.1.2
18272026-03-24T19:24:07.138Z Compiling const_format v0.2.35
18282026-03-24T19:24:07.553Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18292026-03-24T19:24:07.578Z Compiling progenitor v0.10.0
18302026-03-24T19:24:07.838Z Compiling gethostname v0.5.0
18312026-03-24T19:24:07.974Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18322026-03-24T19:24:07.983Z Compiling tabled_derive v0.7.0
18332026-03-24T19:24:08.824Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18342026-03-24T19:24:08.825Z Compiling bcs v0.1.6
18352026-03-24T19:24:09.170Z Compiling serde_plain v1.0.2
18362026-03-24T19:24:09.307Z Compiling openssl-macros v0.1.1
18372026-03-24T19:24:09.530Z Compiling pem v3.0.6
18382026-03-24T19:24:10.954Z Compiling typed-path v0.9.3
18392026-03-24T19:24:11.007Z Compiling linear-map v1.2.0
18402026-03-24T19:24:11.007Z Compiling smawk v0.3.2
18412026-03-24T19:24:11.007Z Compiling unicode-linebreak v0.1.5
18422026-03-24T19:24:11.007Z Compiling tagptr v0.2.0
18432026-03-24T19:24:11.007Z Compiling termtree v0.5.1
18442026-03-24T19:24:11.008Z Compiling lazy_static v1.5.0
18452026-03-24T19:24:11.008Z Compiling moka v0.12.13
18462026-03-24T19:24:11.008Z Compiling textwrap v0.16.2
18472026-03-24T19:24:11.008Z Compiling steno v0.4.1
18482026-03-24T19:24:11.008Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18492026-03-24T19:24:11.145Z Compiling tough v0.20.0
18502026-03-24T19:24:11.465Z Compiling tabled v0.15.0
18512026-03-24T19:24:12.644Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18522026-03-24T19:24:12.681Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18532026-03-24T19:24:12.952Z Compiling hickory-proto v0.25.2
18542026-03-24T19:24:13.765Z Compiling humantime v2.3.0
18552026-03-24T19:24:14.110Z Compiling num-derive v0.3.3
18562026-03-24T19:24:14.907Z Compiling parking_lot_core v0.8.6
18572026-03-24T19:24:15.314Z Compiling crc32fast v1.5.0
18582026-03-24T19:24:15.378Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18592026-03-24T19:24:15.488Z Compiling libscf-sys v1.1.0
18602026-03-24T19:24:15.663Z Compiling hickory-resolver v0.25.2
18612026-03-24T19:24:15.696Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18622026-03-24T19:24:16.131Z Compiling parking_lot v0.11.2
18632026-03-24T19:24:16.463Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18642026-03-24T19:24:16.671Z Compiling fxhash v0.2.1
18652026-03-24T19:24:16.755Z Compiling socket2 v0.5.10
18662026-03-24T19:24:16.775Z Compiling internet-checksum v0.2.1
18672026-03-24T19:24:16.879Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18682026-03-24T19:24:17.342Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18692026-03-24T19:24:17.743Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18702026-03-24T19:24:17.945Z Compiling sled v0.34.7
18712026-03-24T19:24:18.192Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18722026-03-24T19:24:18.825Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18732026-03-24T19:24:19.087Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18742026-03-24T19:24:19.701Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18752026-03-24T19:24:20.130Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18762026-03-24T19:24:21.021Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18772026-03-24T19:24:21.467Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18782026-03-24T19:24:21.845Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18792026-03-24T19:24:22.200Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18802026-03-24T19:24:23.391Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18812026-03-24T19:24:30.160Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18822026-03-24T19:24:31.641Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18832026-03-24T19:24:32.842Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18842026-03-24T19:24:50.796Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18852026-03-24T19:24:52.904Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18862026-03-24T19:24:54.336Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18872026-03-24T19:24:55.860Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18882026-03-24T19:24:57.262Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18892026-03-24T19:25:26.368Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 57s
18902026-03-24T19:25:26.574Z────────────
18912026-03-24T19:25:26.574Z Nextest run ID 3888d9f8-f30f-49ad-b101-a570a1520ef5 with nextest profile: default
18922026-03-24T19:25:26.575Z Starting 18 tests across 1 binary (27 tests skipped)
18932026-03-24T19:25:52.975Z PASS [ 26.397s] rdb proptest::prop_ipv4_default_contains_all
18942026-03-24T19:25:53.010Z PASS [ 26.432s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18952026-03-24T19:25:53.021Z PASS [ 26.444s] rdb proptest::prop_ipv4_length_in_bounds
18962026-03-24T19:25:53.065Z PASS [ 26.488s] rdb proptest::prop_ipv4_within_self
18972026-03-24T19:25:53.079Z PASS [ 26.502s] rdb proptest::prop_ipv6_host_bits_always_unset
18982026-03-24T19:25:53.140Z PASS [ 26.562s] rdb proptest::prop_ipv6_default_contains_all
18992026-03-24T19:25:53.274Z PASS [ 26.696s] rdb proptest::prop_ipv4_host_bits_always_unset
19002026-03-24T19:26:19.550Z PASS [ 26.534s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19012026-03-24T19:26:19.550Z PASS [ 26.568s] rdb proptest::prop_ipv6_length_in_bounds
19022026-03-24T19:26:19.767Z PASS [ 26.739s] rdb proptest::prop_ipv6_within_self
19032026-03-24T19:26:19.829Z PASS [ 26.757s] rdb proptest::prop_prefix_enum_no_cross_family
19042026-03-24T19:26:26.589Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19052026-03-24T19:26:33.872Z PASS [ 40.782s] rdb proptest::prop_static_route_key_deduplication
19062026-03-24T19:26:50.456Z PASS [ 57.302s] rdb proptest::prop_static_route_key_normalization_idempotent
19072026-03-24T19:26:50.619Z PASS [ 57.330s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19082026-03-24T19:27:16.723Z PASS [ 57.158s] rdb proptest::prop_static_route_key_normalization_preserves_length
19092026-03-24T19:27:16.857Z PASS [ 57.293s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19102026-03-24T19:27:19.784Z SLOW [> 60.000s] rdb proptest::prop_static_route_key_ord_consistency
19112026-03-24T19:27:26.604Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19122026-03-24T19:27:42.095Z PASS [ 82.306s] rdb proptest::prop_static_route_key_ord_consistency
19132026-03-24T19:28:26.620Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19142026-03-24T19:29:26.636Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19152026-03-24T19:30:26.652Z SLOW [>300.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19162026-03-24T19:31:26.668Z SLOW [>360.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19172026-03-24T19:32:26.728Z SLOW [>420.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19182026-03-24T19:32:41.168Z PASS [ 434.488s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19192026-03-24T19:32:41.172Z────────────
19202026-03-24T19:32:41.172Z Summary [ 434.489s] 18 tests run: 18 passed (2 slow), 27 skipped
19212026-03-24T19:32:41.181Z+ cp '*.log' /work/
19222026-03-24T19:32:41.184Z+ true
19232026-03-24T19:32:41.184Z+ '[' -d proptest-regressions ']'
19242026-03-24T19:32:41.184Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19252026-03-24T19:32:41.187Z+ popd
19262026-03-24T19:32:41.187Z+ pushd bgp
19272026-03-24T19:32:41.187Z/work/oxidecomputer/maghemite
19282026-03-24T19:32:41.187Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19292026-03-24T19:32:41.187Z+ PROPTEST_CASES=1000000
19302026-03-24T19:32:41.187Z+ cargo nextest run --lib proptest
19312026-03-24T19:32:42.709Z Compiling smallvec v1.15.1
19322026-03-24T19:32:42.814Z Compiling serde_json v1.0.149
19332026-03-24T19:32:42.929Z Compiling crunchy v0.2.4
19342026-03-24T19:32:42.953Z Compiling tiny-keccak v2.0.2
19352026-03-24T19:32:42.966Z Compiling ahash v0.8.12
19362026-03-24T19:32:42.971Z Compiling smartstring v1.0.1
19372026-03-24T19:32:43.085Z Compiling icu_normalizer v2.1.1
19382026-03-24T19:32:43.156Z Compiling parking_lot_core v0.9.12
19392026-03-24T19:32:43.339Z Compiling parking_lot_core v0.8.6
19402026-03-24T19:32:43.447Z Compiling parking_lot v0.12.5
19412026-03-24T19:32:43.547Z Compiling idna_adapter v1.2.1
19422026-03-24T19:32:43.733Z Compiling idna v1.1.0
19432026-03-24T19:32:43.770Z Compiling tokio v1.49.0
19442026-03-24T19:32:43.911Z Compiling schemars v0.8.22
19452026-03-24T19:32:43.994Z Compiling dof v0.4.0
19462026-03-24T19:32:44.104Z Compiling openapiv3 v2.2.0
19472026-03-24T19:32:44.182Z Compiling url v2.5.8
19482026-03-24T19:32:44.796Z Compiling slog-json v2.6.1
19492026-03-24T19:32:45.369Z Compiling typify-impl v0.4.3
19502026-03-24T19:32:45.553Z Compiling usdt-impl v0.6.0
19512026-03-24T19:32:46.391Z Compiling ipnetwork v0.21.1
19522026-03-24T19:32:46.447Z Compiling newtype-uuid v1.3.2
19532026-03-24T19:32:46.510Z Compiling usdt-attr-macro v0.6.0
19542026-03-24T19:32:46.939Z Compiling oxnet v0.1.4
19552026-03-24T19:32:46.981Z Compiling usdt-macro v0.6.0
19562026-03-24T19:32:47.030Z Compiling slog-bunyan v2.5.0
19572026-03-24T19:32:47.178Z Compiling daft v0.1.5
19582026-03-24T19:32:47.409Z Compiling serde_with v3.16.1
19592026-03-24T19:32:48.739Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19602026-03-24T19:32:48.822Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19612026-03-24T19:32:48.822Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
19622026-03-24T19:32:48.822Z Compiling usdt v0.6.0
19632026-03-24T19:32:48.822Z Compiling iddqd v0.3.17
19642026-03-24T19:32:48.852Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19652026-03-24T19:32:49.438Z Compiling tokio-util v0.7.18
19662026-03-24T19:32:49.822Z Compiling tower v0.5.3
19672026-03-24T19:32:50.195Z Compiling tokio-rustls v0.26.4
19682026-03-24T19:32:50.363Z Compiling h2 v0.4.13
19692026-03-24T19:32:51.037Z Compiling tower-http v0.6.8
19702026-03-24T19:32:51.209Z Compiling tokio-rustls v0.25.0
19712026-03-24T19:32:51.210Z Compiling backoff v0.4.0
19722026-03-24T19:32:51.248Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19732026-03-24T19:32:52.176Z Compiling dof v0.3.0
19742026-03-24T19:32:53.068Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19752026-03-24T19:32:53.122Z Compiling usdt-impl v0.5.0
19762026-03-24T19:32:53.362Z Compiling hyper v1.8.1
19772026-03-24T19:32:53.855Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19782026-03-24T19:32:54.335Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
19792026-03-24T19:32:54.417Z Compiling typify-macro v0.4.3
19802026-03-24T19:32:55.054Z Compiling hyper-util v0.1.20
19812026-03-24T19:32:55.740Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19822026-03-24T19:32:56.369Z Compiling zone v0.3.1
19832026-03-24T19:32:56.975Z Compiling hyper-rustls v0.27.7
19842026-03-24T19:32:57.240Z Compiling reqwest v0.12.28
19852026-03-24T19:32:57.307Z Compiling typify v0.4.3
19862026-03-24T19:32:57.420Z Compiling progenitor-impl v0.11.2
19872026-03-24T19:32:57.425Z Compiling dropshot v0.16.7
19882026-03-24T19:32:58.609Z Compiling usdt-macro v0.5.0
19892026-03-24T19:32:58.707Z Compiling usdt-attr-macro v0.5.0
19902026-03-24T19:32:58.889Z Compiling progenitor-client v0.11.2
19912026-03-24T19:32:58.958Z Compiling progenitor-client v0.10.0
19922026-03-24T19:33:00.158Z Compiling usdt v0.5.0
19932026-03-24T19:33:00.971Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19942026-03-24T19:33:01.498Z Compiling hickory-proto v0.24.4
19952026-03-24T19:33:01.521Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
19962026-03-24T19:33:02.196Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
19972026-03-24T19:33:02.535Z Compiling progenitor-macro v0.11.2
19982026-03-24T19:33:03.017Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
19992026-03-24T19:33:03.055Z Compiling progenitor-impl v0.10.0
20002026-03-24T19:33:03.273Z Compiling tokio-stream v0.1.18
20012026-03-24T19:33:03.905Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20022026-03-24T19:33:04.244Z Compiling hickory-resolver v0.24.4
20032026-03-24T19:33:07.080Z Compiling qorb v0.4.1
20042026-03-24T19:33:07.112Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20052026-03-24T19:33:07.112Z Compiling tokio-dtrace v0.1.1
20062026-03-24T19:33:07.112Z Compiling libsw-core v0.3.2
20072026-03-24T19:33:07.248Z Compiling libsw v3.5.0
20082026-03-24T19:33:07.485Z Compiling oxide-tokio-rt v0.1.2
20092026-03-24T19:33:07.719Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20102026-03-24T19:33:07.983Z Compiling slog-dtrace v0.3.0
20112026-03-24T19:33:08.138Z Compiling progenitor-macro v0.10.0
20122026-03-24T19:33:08.382Z Compiling cancel-safe-futures v0.1.5
20132026-03-24T19:33:08.487Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20142026-03-24T19:33:08.721Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20152026-03-24T19:33:08.785Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20162026-03-24T19:33:08.913Z Compiling olpc-cjson v0.1.4
20172026-03-24T19:33:09.126Z Compiling tough v0.20.0
20182026-03-24T19:33:09.287Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20192026-03-24T19:33:09.922Z Compiling progenitor v0.11.2
20202026-03-24T19:33:10.072Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
20212026-03-24T19:33:10.199Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20222026-03-24T19:33:10.441Z Compiling steno v0.4.1
20232026-03-24T19:33:10.788Z Compiling hickory-proto v0.25.2
20242026-03-24T19:33:11.690Z Compiling moka v0.12.13
20252026-03-24T19:33:12.338Z Compiling const-random-macro v0.1.16
20262026-03-24T19:33:12.739Z Compiling parking_lot v0.11.2
20272026-03-24T19:33:13.071Z Compiling const-random v0.1.18
20282026-03-24T19:33:13.365Z Compiling sdd v3.0.10
20292026-03-24T19:33:13.713Z Compiling hickory-resolver v0.25.2
20302026-03-24T19:33:13.821Z Compiling scc v2.4.0
20312026-03-24T19:33:14.982Z Compiling sled v0.34.7
20322026-03-24T19:33:15.668Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20332026-03-24T19:33:15.879Z Compiling progenitor v0.10.0
20342026-03-24T19:33:15.900Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20352026-03-24T19:33:16.024Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20362026-03-24T19:33:16.522Z Compiling thin-vec v0.2.14
20372026-03-24T19:33:16.901Z Compiling rhai_codegen v3.1.0
20382026-03-24T19:33:16.909Z Compiling serial_test_derive v3.3.1
20392026-03-24T19:33:17.823Z Compiling diff v0.1.13
20402026-03-24T19:33:17.857Z Compiling yansi v1.0.1
20412026-03-24T19:33:17.965Z Compiling serial_test v3.3.1
20422026-03-24T19:33:18.233Z Compiling pretty_assertions v1.4.1
20432026-03-24T19:33:18.323Z Compiling nom v8.0.0
20442026-03-24T19:33:18.591Z Compiling rhai v1.24.0
20452026-03-24T19:33:23.357Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20462026-03-24T19:33:23.357Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20472026-03-24T19:33:23.401Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20482026-03-24T19:33:23.401Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20492026-03-24T19:33:24.362Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20502026-03-24T19:33:24.790Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20512026-03-24T19:33:26.196Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20522026-03-24T19:33:26.392Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20532026-03-24T19:33:26.870Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20542026-03-24T19:33:27.107Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20552026-03-24T19:33:27.320Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20562026-03-24T19:33:27.412Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20572026-03-24T19:33:29.422Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20582026-03-24T19:33:29.463Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20592026-03-24T19:33:29.463Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20602026-03-24T19:33:29.862Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20612026-03-24T19:33:36.579Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20622026-03-24T19:33:37.899Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20632026-03-24T19:33:40.272Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20642026-03-24T19:33:40.500Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20652026-03-24T19:33:43.237Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20662026-03-24T19:34:01.195Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20672026-03-24T19:34:03.310Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20682026-03-24T19:34:04.791Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20692026-03-24T19:34:06.357Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20702026-03-24T19:34:07.456Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20712026-03-24T19:34:10.824Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20722026-03-24T19:34:55.095Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 13s
20732026-03-24T19:34:55.298Z────────────
20742026-03-24T19:34:55.298Z Nextest run ID ad9c0842-fa67-4a6e-9213-544bc8a3d386 with nextest profile: default
20752026-03-24T19:34:55.298Z Starting 18 tests across 1 binary (132 tests skipped)
20762026-03-24T19:35:22.095Z PASS [ 26.791s] bgp proptest::prop_ipv4_wire_format_roundtrip
20772026-03-24T19:35:24.828Z PASS [ 29.525s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20782026-03-24T19:35:24.859Z PASS [ 29.556s] bgp proptest::prop_ipv4_prefixes_roundtrip
20792026-03-24T19:35:26.479Z PASS [ 31.174s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20802026-03-24T19:35:27.369Z PASS [ 32.065s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20812026-03-24T19:35:37.589Z PASS [ 42.283s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20822026-03-24T19:35:51.738Z PASS [ 26.901s] bgp proptest::prop_ipv6_wire_format_roundtrip
20832026-03-24T19:35:54.208Z PASS [ 32.104s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20842026-03-24T19:35:55.313Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20852026-03-24T19:35:55.313Z SLOW [> 60.000s] bgp proptest::prop_duplicate_attrs_deduplicated
20862026-03-24T19:35:56.074Z PASS [ 31.207s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20872026-03-24T19:35:57.114Z PASS [ 29.739s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20882026-03-24T19:36:00.099Z PASS [ 64.787s] bgp proptest::prop_duplicate_attrs_deduplicated
20892026-03-24T19:36:08.128Z PASS [ 30.531s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20902026-03-24T19:36:21.595Z PASS [ 29.851s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20912026-03-24T19:36:26.495Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20922026-03-24T19:36:41.778Z PASS [ 45.680s] bgp proptest::prop_update_mp_unreach_roundtrip
20932026-03-24T19:36:44.862Z PASS [ 109.536s] bgp proptest::prop_encode_decode_semantic_equivalence
20942026-03-24T19:36:54.225Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20952026-03-24T19:36:57.132Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20962026-03-24T19:37:18.019Z PASS [ 111.512s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20972026-03-24T19:37:34.408Z PASS [ 97.269s] bgp proptest::prop_update_traditional_roundtrip
20982026-03-24T19:37:51.661Z PASS [ 117.425s] bgp proptest::prop_update_mp_reach_roundtrip
20992026-03-24T19:37:51.663Z────────────
21002026-03-24T19:37:51.663Z Summary [ 176.322s] 18 tests run: 18 passed (5 slow), 132 skipped
21012026-03-24T19:37:51.676Z+ cp '*.log' /work/
21022026-03-24T19:37:51.678Z+ true
21032026-03-24T19:37:51.678Z+ '[' -d proptest-regressions ']'
21042026-03-24T19:37:51.678Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21052026-03-24T19:37:51.682Z+ popd
21062026-03-24T19:37:51.682Z/work/oxidecomputer/maghemite
21072026-03-24T19:37:51.682Zprocess exited: duration 1123172 ms, exit code 0
 
21082026-03-24T19:37:51.689Zfound 0 output files