01KV5738YY1J4DFXTCPH6D34N9: 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: 01KV573SHHM4T70DN0SGS4N9X7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T08:43:12.730Zjob assigned to worker 01KV574ABKAGVJWMQNCMC7SEBZ [factory aws, i-0a84d2a0cb5dd0285] (queued for 1 m 10 s)
 
22026-06-15T08:43:19.059Zstarting task 0: "setup"
32026-06-15T08:43:19.063Z++ uname -s
42026-06-15T08:43:19.066Z+ kern=SunOS
52026-06-15T08:43:19.066Z+ build_user=build
62026-06-15T08:43:19.066Z+ build_uid=12345
72026-06-15T08:43:19.066Z+ work_dir=/work
82026-06-15T08:43:19.066Z+ input_dir=/input
92026-06-15T08:43:19.066Z+ [[ 0 == 12345 ]]
102026-06-15T08:43:19.066Z+ case "$kern" in
112026-06-15T08:43:19.066Z+ groupadd -g 12345 build
122026-06-15T08:43:19.069Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T08:43:21.073Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T08:43:21.165Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T08:43:21.168Z+ home_fs=zfs
162026-06-15T08:43:21.169Z+ [[ zfs == autofs ]]
172026-06-15T08:43:21.169Z+ mkdir -p /home/build
182026-06-15T08:43:21.169Z+ chown build:build /home/build /work
192026-06-15T08:43:23.170Z+ chmod 0700 /home/build /work
202026-06-15T08:43:23.173Zprocess exited: duration 4115 ms, exit code 0
 
212026-06-15T08:43:23.179Zstarting task 1: "rust-toolchain"
222026-06-15T08:43:23.184Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-15T08:43:23.184Z * rust toolchain channel = "stable"
242026-06-15T08:43:23.184Z * rust toolchain profile = "default"
252026-06-15T08:43:23.187Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-15T08:43:23.187Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-15T08:43:23.187Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T08:43:23.187Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T08:43:23.187Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-15T08:43:23.294Zinfo: downloading installer
312026-06-15T08:43:24.780Zwarn: It looks like you have an existing installation of Rust at:
322026-06-15T08:43:24.780Zwarn: /opt/ooce/bin
332026-06-15T08:43:24.780Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-15T08:43:24.780Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-15T08:43:24.780Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-15T08:43:24.780Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-15T08:43:24.780Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-15T08:43:24.780Zerror: cannot install while Rust is installed
392026-06-15T08:43:24.780Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-15T08:43:24.780Zwarn: It looks like you have an existing rustup settings file at:
412026-06-15T08:43:24.780Zwarn: /home/build/.rustup/settings.toml
422026-06-15T08:43:24.780Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-15T08:43:24.780Zwarn: instead of the one inferred from the default host triple.
442026-06-15T08:43:24.793Zinfo: profile set to default
452026-06-15T08:43:24.793Zinfo: default host triple is x86_64-unknown-illumos
462026-06-15T08:43:24.797Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-15T08:43:24.941Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-15T08:43:24.944Zinfo: downloading 6 components
492026-06-15T08:43:39.944Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-15T08:43:39.944Z
512026-06-15T08:43:39.980Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-15T08:43:39.980Z
532026-06-15T08:43:39.980Z
542026-06-15T08:43:39.980ZRust is installed now. Great!
552026-06-15T08:43:39.980Z
562026-06-15T08:43:39.983ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-15T08:43:39.984Zenvironment variable. This has not been done automatically.
582026-06-15T08:43:39.984Z
592026-06-15T08:43:39.984ZTo configure your current shell, you need to source
602026-06-15T08:43:39.984Zthe corresponding env file under $HOME/.cargo.
612026-06-15T08:43:39.984Z
622026-06-15T08:43:39.984ZThis is usually done by running one of the following (note the leading DOT):
632026-06-15T08:43:39.984Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-15T08:43:39.984Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-15T08:43:39.984Zsource "~/.cargo/env.nu" # For nushell
662026-06-15T08:43:39.984Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-15T08:43:39.984Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-15T08:43:39.984Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-15T08:43:39.984Zwarn: no default linker (`cc`) was found in your PATH
702026-06-15T08:43:39.984Zwarn: many Rust crates require a system C toolchain to build
712026-06-15T08:43:40.085Z+ rustup --version
722026-06-15T08:43:40.094Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-15T08:43:40.097Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-15T08:43:40.115Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-15T08:43:40.118Z+ cargo --version
762026-06-15T08:43:40.130Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-15T08:43:40.133Z+ rustc --version
782026-06-15T08:43:40.152Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-15T08:43:40.155Zprocess exited: duration 16972 ms, exit code 0
 
802026-06-15T08:43:40.161Zstarting task 2: "authentication"
812026-06-15T08:43:40.177Zprocess exited: duration 16 ms, exit code 0
 
822026-06-15T08:43:40.183Zstarting task 3: "clone repository"
832026-06-15T08:43:40.186Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-15T08:43:40.189Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-15T08:43:40.220ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-15T08:43:41.660Z+ cd /work/oxidecomputer/maghemite
872026-06-15T08:43:41.660Z+ git fetch origin 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
882026-06-15T08:43:42.038ZFrom https://github.com/oxidecomputer/maghemite
892026-06-15T08:43:42.038Z * branch 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb -> FETCH_HEAD
902026-06-15T08:43:42.044Z+ [[ -n renovate/lock-file-maintenance ]]
912026-06-15T08:43:42.048Z++ git branch --show-current
922026-06-15T08:43:42.048Z+ current=main
932026-06-15T08:43:42.048Z+ [[ main != renovate/lock-file-maintenance ]]
942026-06-15T08:43:42.048Z+ git branch -f renovate/lock-file-maintenance 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
952026-06-15T08:43:42.051Z+ git checkout -f renovate/lock-file-maintenance
962026-06-15T08:43:42.068ZSwitched to branch 'renovate/lock-file-maintenance'
972026-06-15T08:43:42.078Z+ git reset --hard 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
982026-06-15T08:43:42.082ZHEAD is now at 1a8c4fe Lock file maintenance
992026-06-15T08:43:42.082Zprocess exited: duration 1889 ms, exit code 0
 
1002026-06-15T08:43:42.088Zstarting task 4: "build"
1012026-06-15T08:43:42.092Z+ set -e
1022026-06-15T08:43:42.092Z+ NEXTEST_VERSION=0.9.97
1032026-06-15T08:43:42.092Z+ PLATFORM=illumos
1042026-06-15T08:43:42.092Z+ cargo --version
1052026-06-15T08:43:42.097Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-15T08:43:42.258Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-15T08:43:42.261Zinfo: downloading 6 components
1082026-06-15T08:43:57.415Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-15T08:43:57.418Z+ rustc --version
1102026-06-15T08:43:57.444Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-15T08:43:57.448Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-15T08:43:57.489Z Updating crates.io index
1132026-06-15T08:43:57.593Z Downloading crates ...
1142026-06-15T08:43:57.648Z Downloaded cargo-nextest v0.9.97
1152026-06-15T08:43:57.709Z Installing cargo-nextest v0.9.97
1162026-06-15T08:43:57.750Z Updating crates.io index
1172026-06-15T08:44:00.715Z Locking 404 packages to latest compatible versions
1182026-06-15T08:44:00.720Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-15T08:44:00.723Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-15T08:44:00.723Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-15T08:44:00.723Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-15T08:44:00.726Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-15T08:44:00.726Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1242026-06-15T08:44:00.726Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-06-15T08:44:00.729Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1262026-06-15T08:44:00.732Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-06-15T08:44:00.760Z Downloading crates ...
1282026-06-15T08:44:00.826Z Downloaded backtrace-ext v0.2.1
1292026-06-15T08:44:00.829Z Downloaded atomicwrites v0.4.4
1302026-06-15T08:44:00.833Z Downloaded base64ct v1.8.3
1312026-06-15T08:44:00.836Z Downloaded atomic-waker v1.1.2
1322026-06-15T08:44:00.839Z Downloaded autocfg v1.5.1
1332026-06-15T08:44:00.843Z Downloaded addr2line v0.25.1
1342026-06-15T08:44:00.846Z Downloaded cpufeatures v0.2.17
1352026-06-15T08:44:00.850Z Downloaded http-body-util v0.1.3
1362026-06-15T08:44:00.850Z Downloaded cfg_aliases v0.2.1
1372026-06-15T08:44:00.853Z Downloaded clap_lex v1.1.0
1382026-06-15T08:44:00.853Z Downloaded cargo-util-schemas v0.2.0
1392026-06-15T08:44:00.856Z Downloaded httparse v1.10.1
1402026-06-15T08:44:00.862Z Downloaded http-body v1.0.1
1412026-06-15T08:44:00.865Z Downloaded itoa v1.0.18
1422026-06-15T08:44:00.865Z Downloaded mukti-metadata v0.3.0
1432026-06-15T08:44:00.868Z Downloaded pathdiff v0.2.3
1442026-06-15T08:44:00.868Z Downloaded document-features v0.2.12
1452026-06-15T08:44:00.868Z Downloaded bitflags v2.13.0
1462026-06-15T08:44:00.871Z Downloaded backtrace v0.3.76
1472026-06-15T08:44:00.874Z Downloaded newtype-uuid v1.3.2
1482026-06-15T08:44:00.877Z Downloaded humantime-serde v1.1.1
1492026-06-15T08:44:00.877Z Downloaded home v0.5.12
1502026-06-15T08:44:00.877Z Downloaded hex v0.4.3
1512026-06-15T08:44:00.881Z Downloaded debug-ignore v1.0.5
1522026-06-15T08:44:00.881Z Downloaded nested v0.1.1
1532026-06-15T08:44:00.881Z Downloaded anstyle-query v1.1.5
1542026-06-15T08:44:00.884Z Downloaded crypto-common v0.1.7
1552026-06-15T08:44:00.884Z Downloaded futures-core v0.3.32
1562026-06-15T08:44:00.890Z Downloaded lazy_static v1.5.0
1572026-06-15T08:44:00.893Z Downloaded futures-macro v0.3.32
1582026-06-15T08:44:00.893Z Downloaded ordered-float v2.10.1
1592026-06-15T08:44:00.893Z Downloaded openssl-probe v0.2.1
1602026-06-15T08:44:00.893Z Downloaded indenter v0.3.4
1612026-06-15T08:44:00.894Z Downloaded filetime v0.2.29
1622026-06-15T08:44:00.897Z Downloaded fixedbitset v0.5.7
1632026-06-15T08:44:00.897Z Downloaded lru-slab v0.1.2
1642026-06-15T08:44:00.897Z Downloaded base64 v0.22.1
1652026-06-15T08:44:00.900Z Downloaded os_pipe v1.2.3
1662026-06-15T08:44:00.900Z Downloaded either v1.16.0
1672026-06-15T08:44:00.903Z Downloaded futures-task v0.3.32
1682026-06-15T08:44:00.904Z Downloaded errno v0.3.14
1692026-06-15T08:44:00.904Z Downloaded openssl-macros v0.1.1
1702026-06-15T08:44:00.904Z Downloaded block-buffer v0.10.4
1712026-06-15T08:44:00.907Z Downloaded async-scoped v0.9.0
1722026-06-15T08:44:00.907Z Downloaded futures-io v0.3.32
1732026-06-15T08:44:00.907Z Downloaded fnv v1.0.7
1742026-06-15T08:44:00.910Z Downloaded adler2 v2.0.1
1752026-06-15T08:44:00.910Z Downloaded humantime v2.3.0
1762026-06-15T08:44:00.910Z Downloaded jobserver v0.1.34
1772026-06-15T08:44:00.913Z Downloaded foreign-types-shared v0.1.1
1782026-06-15T08:44:00.914Z Downloaded curve25519-dalek-derive v0.1.1
1792026-06-15T08:44:00.914Z Downloaded cfg-if v1.0.4
1802026-06-15T08:44:00.917Z Downloaded is_terminal_polyfill v1.70.2
1812026-06-15T08:44:00.917Z Downloaded foreign-types v0.3.2
1822026-06-15T08:44:00.917Z Downloaded cargo-platform v0.3.3
1832026-06-15T08:44:00.917Z Downloaded idna_adapter v1.0.0
1842026-06-15T08:44:00.920Z Downloaded hyper-tls v0.6.0
1852026-06-15T08:44:00.923Z Downloaded rustc-hash v2.1.2
1862026-06-15T08:44:00.923Z Downloaded number_prefix v0.4.0
1872026-06-15T08:44:00.927Z Downloaded percent-encoding v2.3.2
1882026-06-15T08:44:00.930Z Downloaded guppy-workspace-hack v0.1.0
1892026-06-15T08:44:00.930Z Downloaded futures-sink v0.3.32
1902026-06-15T08:44:00.930Z Downloaded form_urlencoded v1.2.2
1912026-06-15T08:44:00.930Z Downloaded enable-ansi-support v0.2.1
1922026-06-15T08:44:00.933Z Downloaded rustc_version v0.4.1
1932026-06-15T08:44:00.933Z Downloaded cargo-platform v0.2.0
1942026-06-15T08:44:00.933Z Downloaded nextest-workspace-hack v0.1.0
1952026-06-15T08:44:00.937Z Downloaded equivalent v1.0.2
1962026-06-15T08:44:00.937Z Downloaded serde-value v0.7.0
1972026-06-15T08:44:00.940Z Downloaded colorchoice v1.0.5
1982026-06-15T08:44:00.943Z Downloaded heck v0.5.0
1992026-06-15T08:44:00.943Z Downloaded cargo_metadata v0.20.0
2002026-06-15T08:44:00.946Z Downloaded camino-tempfile v1.4.1
2012026-06-15T08:44:00.946Z Downloaded anstyle-parse v1.0.0
2022026-06-15T08:44:00.949Z Downloaded anstyle v1.0.14
2032026-06-15T08:44:00.953Z Downloaded indent_write v2.2.0
2042026-06-15T08:44:00.956Z Downloaded duct v0.13.7
2052026-06-15T08:44:00.956Z Downloaded scopeguard v1.2.0
2062026-06-15T08:44:00.959Z Downloaded is_ci v1.2.0
2072026-06-15T08:44:00.962Z Downloaded futures-executor v0.3.32
2082026-06-15T08:44:00.962Z Downloaded foldhash v0.1.5
2092026-06-15T08:44:00.962Z Downloaded digest v0.10.7
2102026-06-15T08:44:00.965Z Downloaded signature v2.2.0
2112026-06-15T08:44:00.968Z Downloaded serde_ignored v0.1.14
2122026-06-15T08:44:00.968Z Downloaded shell-words v1.1.1
2132026-06-15T08:44:00.968Z Downloaded shared_child v1.1.1
2142026-06-15T08:44:00.971Z Downloaded native-tls v0.2.18
2152026-06-15T08:44:00.971Z Downloaded lock_api v0.4.14
2162026-06-15T08:44:00.971Z Downloaded miette-derive v7.6.0
2172026-06-15T08:44:00.974Z Downloaded serde_urlencoded v0.7.1
2182026-06-15T08:44:00.975Z Downloaded sigchld v0.2.4
2192026-06-15T08:44:00.975Z Downloaded serde_spanned v0.6.9
2202026-06-15T08:44:00.978Z Downloaded sync_wrapper v1.0.2
2212026-06-15T08:44:00.978Z Downloaded strsim v0.11.1
2222026-06-15T08:44:00.981Z Downloaded anstream v1.0.0
2232026-06-15T08:44:00.984Z Downloaded rand_chacha v0.9.0
2242026-06-15T08:44:00.987Z Downloaded ipnet v2.12.0
2252026-06-15T08:44:00.987Z Downloaded globset v0.4.18
2262026-06-15T08:44:00.991Z Downloaded nextest-metadata v0.12.2
2272026-06-15T08:44:00.991Z Downloaded erased-serde v0.4.10
2282026-06-15T08:44:00.995Z Downloaded signal-hook-mio v0.2.5
2292026-06-15T08:44:00.995Z Downloaded ed25519 v2.2.3
2302026-06-15T08:44:00.995Z Downloaded find-msvc-tools v0.1.9
2312026-06-15T08:44:00.998Z Downloaded cargo_metadata v0.23.1
2322026-06-15T08:44:00.998Z Downloaded supports-unicode v3.0.0
2332026-06-15T08:44:00.998Z Downloaded supports-color v3.0.2
2342026-06-15T08:44:00.998Z Downloaded swrite v0.1.0
2352026-06-15T08:44:01.002Z Downloaded supports-hyperlinks v3.2.0
2362026-06-15T08:44:01.002Z Downloaded subtle v2.6.1
2372026-06-15T08:44:01.002Z Downloaded strip-ansi-escapes v0.2.1
2382026-06-15T08:44:01.002Z Downloaded serde-untagged v0.1.9
2392026-06-15T08:44:01.006Z Downloaded generic-array v0.14.7
2402026-06-15T08:44:01.006Z Downloaded hyper-rustls v0.27.9
2412026-06-15T08:44:01.006Z Downloaded self-replace v1.5.0
2422026-06-15T08:44:01.009Z Downloaded ppv-lite86 v0.2.21
2432026-06-15T08:44:01.009Z Downloaded rustc-demangle v0.1.27
2442026-06-15T08:44:01.009Z Downloaded rand_core v0.9.5
2452026-06-15T08:44:01.012Z Downloaded futures-channel v0.3.32
2462026-06-15T08:44:01.012Z Downloaded cfg-expr v0.20.8
2472026-06-15T08:44:01.016Z Downloaded quote v1.0.45
2482026-06-15T08:44:01.016Z Downloaded fastrand v2.4.1
2492026-06-15T08:44:01.020Z Downloaded terminal_size v0.4.4
2502026-06-15T08:44:01.020Z Downloaded owo-colors v4.3.0
2512026-06-15T08:44:01.020Z Downloaded camino v1.2.2
2522026-06-15T08:44:01.023Z Downloaded rand_core v0.6.4
2532026-06-15T08:44:01.023Z Downloaded clap_derive v4.6.1
2542026-06-15T08:44:01.023Z Downloaded dialoguer v0.11.0
2552026-06-15T08:44:01.026Z Downloaded serde_path_to_error v0.1.20
2562026-06-15T08:44:01.026Z Downloaded pkg-config v0.3.33
2572026-06-15T08:44:01.029Z Downloaded convert_case v0.10.0
2582026-06-15T08:44:01.030Z Downloaded tokio-macros v2.7.0
2592026-06-15T08:44:01.033Z Downloaded pin-project-internal v1.1.13
2602026-06-15T08:44:01.036Z Downloaded pin-project-lite v0.2.17
2612026-06-15T08:44:01.040Z Downloaded serde_spanned v1.1.1
2622026-06-15T08:44:01.040Z Downloaded bytes v1.11.1
2632026-06-15T08:44:01.043Z Downloaded tinyvec_macros v0.1.1
2642026-06-15T08:44:01.043Z Downloaded slab v0.4.12
2652026-06-15T08:44:01.046Z Downloaded simd-adler32 v0.3.9
2662026-06-15T08:44:01.047Z Downloaded toml_datetime v0.6.11
2672026-06-15T08:44:01.047Z Downloaded shlex v2.0.1
2682026-06-15T08:44:01.047Z Downloaded tower-service v0.3.3
2692026-06-15T08:44:01.050Z Downloaded tower-layer v0.3.3
2702026-06-15T08:44:01.050Z Downloaded litrs v1.0.0
2712026-06-15T08:44:01.053Z Downloaded signal-hook-registry v1.4.8
2722026-06-15T08:44:01.053Z Downloaded typeid v1.0.3
2732026-06-15T08:44:01.056Z Downloaded quinn-udp v0.5.14
2742026-06-15T08:44:01.056Z Downloaded unicode-linebreak v0.1.5
2752026-06-15T08:44:01.060Z Downloaded getrandom v0.2.17
2762026-06-15T08:44:01.063Z Downloaded parking_lot_core v0.9.12
2772026-06-15T08:44:01.066Z Downloaded future-queue v0.4.0
2782026-06-15T08:44:01.066Z Downloaded crc32fast v1.5.0
2792026-06-15T08:44:01.066Z Downloaded color-spantrace v0.3.0
2802026-06-15T08:44:01.069Z Downloaded parking_lot v0.12.5
2812026-06-15T08:44:01.070Z Downloaded rustls-pki-types v1.14.1
2822026-06-15T08:44:01.073Z Downloaded eyre v0.6.12
2832026-06-15T08:44:01.076Z Downloaded target-spec-miette v0.4.8
2842026-06-15T08:44:01.076Z Downloaded smol_str v0.3.6
2852026-06-15T08:44:01.079Z Downloaded try-lock v0.2.5
2862026-06-15T08:44:01.079Z Downloaded const-oid v0.9.6
2872026-06-15T08:44:01.079Z Downloaded console v0.15.11
2882026-06-15T08:44:01.083Z Downloaded utf8parse v0.2.2
2892026-06-15T08:44:01.083Z Downloaded want v0.3.1
2902026-06-15T08:44:01.083Z Downloaded utf8_iter v1.0.4
2912026-06-15T08:44:01.083Z Downloaded urlencoding v2.1.3
2922026-06-15T08:44:01.086Z Downloaded target-lexicon v0.13.5
2932026-06-15T08:44:01.086Z Downloaded untrusted v0.9.0
2942026-06-15T08:44:01.089Z Downloaded self_update v0.42.0
2952026-06-15T08:44:01.089Z Downloaded unicode-xid v0.2.6
2962026-06-15T08:44:01.089Z Downloaded quick-junit v0.5.2
2972026-06-15T08:44:01.092Z Downloaded thread_local v1.1.9
2982026-06-15T08:44:01.093Z Downloaded thiserror-impl v2.0.18
2992026-06-15T08:44:01.093Z Downloaded version_check v0.9.5
3002026-06-15T08:44:01.096Z Downloaded thiserror v1.0.69
3012026-06-15T08:44:01.100Z Downloaded pkcs8 v0.10.2
3022026-06-15T08:44:01.100Z Downloaded sha2 v0.10.9
3032026-06-15T08:44:01.100Z Downloaded once_cell v1.21.4
3042026-06-15T08:44:01.103Z Downloaded getrandom v0.4.2
3052026-06-15T08:44:01.103Z Downloaded ahash v0.8.12
3062026-06-15T08:44:01.107Z Downloaded derive-where v1.6.1
3072026-06-15T08:44:01.107Z Downloaded thiserror-impl v1.0.69
3082026-06-15T08:44:01.111Z Downloaded xattr v1.6.1
3092026-06-15T08:44:01.111Z Downloaded toml_write v0.1.2
3102026-06-15T08:44:01.115Z Downloaded ed25519-dalek v2.2.0
3112026-06-15T08:44:01.118Z Downloaded static_assertions v1.1.0
3122026-06-15T08:44:01.122Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3132026-06-15T08:44:01.122Z Downloaded toml_writer v1.1.1+spec-1.1.0
3142026-06-15T08:44:01.122Z Downloaded smallvec v1.15.2
3152026-06-15T08:44:01.125Z Downloaded tracing-log v0.2.0
3162026-06-15T08:44:01.129Z Downloaded clap v4.6.1
3172026-06-15T08:44:01.132Z Downloaded nextest-filtering v0.15.0
3182026-06-15T08:44:01.136Z Downloaded tracing-error v0.2.1
3192026-06-15T08:44:01.136Z Downloaded config v0.15.23
3202026-06-15T08:44:01.140Z Downloaded log v0.4.32
3212026-06-15T08:44:01.143Z Downloaded futures v0.3.32
3222026-06-15T08:44:01.146Z Downloaded target-spec v3.6.0
3232026-06-15T08:44:01.149Z Downloaded iana-time-zone v0.1.65
3242026-06-15T08:44:01.149Z Downloaded thiserror v2.0.18
3252026-06-15T08:44:01.154Z Downloaded tempfile v3.27.0
3262026-06-15T08:44:01.158Z Downloaded unicase v2.9.0
3272026-06-15T08:44:01.161Z Downloaded spki v0.7.3
3282026-06-15T08:44:01.161Z Downloaded serde_core v1.0.228
3292026-06-15T08:44:01.164Z Downloaded serde_derive v1.0.228
3302026-06-15T08:44:01.164Z Downloaded tokio-native-tls v0.3.1
3312026-06-15T08:44:01.164Z Downloaded tokio-rustls v0.26.4
3322026-06-15T08:44:01.168Z Downloaded zipsign-api v0.1.5
3332026-06-15T08:44:01.168Z Downloaded xxhash-rust v0.8.15
3342026-06-15T08:44:01.171Z Downloaded tokio-stream v0.1.18
3352026-06-15T08:44:01.171Z Downloaded toml_parser v1.1.2+spec-1.1.0
3362026-06-15T08:44:01.175Z Downloaded signal-hook v0.3.18
3372026-06-15T08:44:01.175Z Downloaded tracing-attributes v0.1.31
3382026-06-15T08:44:01.178Z Downloaded semver v1.0.28
3392026-06-15T08:44:01.190Z Downloaded pin-project v1.1.13
3402026-06-15T08:44:01.190Z Downloaded getrandom v0.3.4
3412026-06-15T08:44:01.194Z Downloaded toml v0.8.23
3422026-06-15T08:44:01.197Z Downloaded zstd-safe v7.2.4
3432026-06-15T08:44:01.197Z Downloaded zstd v0.13.3
3442026-06-15T08:44:01.200Z Downloaded textwrap v0.16.2
3452026-06-15T08:44:01.203Z Downloaded zmij v1.0.21
3462026-06-15T08:44:01.204Z Downloaded zeroize v1.9.0
3472026-06-15T08:44:01.204Z Downloaded borsh v1.6.1
3482026-06-15T08:44:01.207Z Downloaded sharded-slab v0.1.7
3492026-06-15T08:44:01.210Z Downloaded indicatif v0.17.11
3502026-06-15T08:44:01.214Z Downloaded tracing-core v0.1.36
3512026-06-15T08:44:01.217Z Downloaded unicode-ident v1.0.24
3522026-06-15T08:44:01.220Z Downloaded flate2 v1.1.9
3532026-06-15T08:44:01.223Z Downloaded socket2 v0.6.4
3542026-06-15T08:44:01.224Z Downloaded derive_more v2.1.1
3552026-06-15T08:44:01.229Z Downloaded proc-macro2 v1.0.106
3562026-06-15T08:44:01.233Z Downloaded cc v1.2.64
3572026-06-15T08:44:01.236Z Downloaded vte v0.14.1
3582026-06-15T08:44:01.236Z Downloaded num-traits v0.2.19
3592026-06-15T08:44:01.239Z Downloaded openssl-sys v0.9.117
3602026-06-15T08:44:01.243Z Downloaded ryu v1.0.23
3612026-06-15T08:44:01.246Z Downloaded derive_more-impl v2.1.1
3622026-06-15T08:44:01.280Z Downloaded tinyvec v1.11.0
3632026-06-15T08:44:01.298Z Downloaded der v0.7.10
3642026-06-15T08:44:01.298Z Downloaded uuid v1.23.3
3652026-06-15T08:44:01.298Z Downloaded quinn v0.11.9
3662026-06-15T08:44:01.298Z Downloaded miniz_oxide v0.8.9
3672026-06-15T08:44:01.298Z Downloaded toml_edit v0.22.27
3682026-06-15T08:44:01.298Z Downloaded http v1.4.2
3692026-06-15T08:44:01.298Z Downloaded tar v0.4.46
3702026-06-15T08:44:01.298Z Downloaded url v2.5.8
3712026-06-15T08:44:01.301Z Downloaded serde v1.0.228
3722026-06-15T08:44:01.301Z Downloaded rustls-webpki v0.103.13
3732026-06-15T08:44:01.306Z Downloaded toml v1.1.2+spec-1.1.0
3742026-06-15T08:44:01.310Z Downloaded memchr v2.8.2
3752026-06-15T08:44:01.312Z Downloaded tower v0.5.3
3762026-06-15T08:44:01.317Z Downloaded rand v0.9.4
3772026-06-15T08:44:01.321Z Downloaded hyper v1.10.1
3782026-06-15T08:44:01.324Z Downloaded itertools v0.14.0
3792026-06-15T08:44:01.329Z Downloaded aho-corasick v1.1.4
3802026-06-15T08:44:01.336Z Downloaded guppy v0.17.26
3812026-06-15T08:44:01.339Z Downloaded hashbrown v0.15.5
3822026-06-15T08:44:01.342Z Downloaded crossterm v0.29.0
3832026-06-15T08:44:01.346Z Downloaded unicode-normalization v0.1.25
3842026-06-15T08:44:01.349Z Downloaded hashbrown v0.17.1
3852026-06-15T08:44:01.354Z Downloaded futures-util v0.3.32
3862026-06-15T08:44:01.361Z Downloaded mio v1.2.1
3872026-06-15T08:44:01.364Z Downloaded h2 v0.4.14
3882026-06-15T08:44:01.367Z Downloaded serde_json v1.0.150
3892026-06-15T08:44:01.371Z Downloaded clap_builder v4.6.0
3902026-06-15T08:44:01.375Z Downloaded hyper-util v0.1.20
3912026-06-15T08:44:01.378Z Downloaded indexmap v2.14.0
3922026-06-15T08:44:01.384Z Downloaded miette v7.6.0
3932026-06-15T08:44:01.405Z Downloaded ron v0.12.1
3942026-06-15T08:44:01.410Z Downloaded webpki-roots v1.0.7
3952026-06-15T08:44:01.413Z Downloaded idna v1.1.0
3962026-06-15T08:44:01.416Z Downloaded regex v1.12.4
3972026-06-15T08:44:01.419Z Downloaded chrono v0.4.45
3982026-06-15T08:44:01.423Z Downloaded typenum v1.20.1
3992026-06-15T08:44:01.430Z Downloaded tracing-subscriber v0.3.23
4002026-06-15T08:44:01.435Z Downloaded vcpkg v0.2.15
4012026-06-15T08:44:01.458Z Downloaded unicode-segmentation v1.13.3
4022026-06-15T08:44:01.462Z Downloaded curve25519-dalek v4.1.3
4032026-06-15T08:44:01.467Z Downloaded gimli v0.32.3
4042026-06-15T08:44:01.471Z Downloaded zerocopy v0.8.52
4052026-06-15T08:44:01.484Z Downloaded unicode-width v0.1.14
4062026-06-15T08:44:01.488Z Downloaded tokio-util v0.7.18
4072026-06-15T08:44:01.491Z Downloaded pulldown-cmark v0.13.4
4082026-06-15T08:44:01.494Z Downloaded bstr v1.12.1
4092026-06-15T08:44:01.497Z Downloaded syn v2.0.117
4102026-06-15T08:44:01.503Z Downloaded reqwest v0.12.28
4112026-06-15T08:44:01.515Z Downloaded tracing v0.1.44
4122026-06-15T08:44:01.527Z Downloaded tower-http v0.6.11
4132026-06-15T08:44:01.532Z Downloaded portable-atomic v1.13.1
4142026-06-15T08:44:01.537Z Downloaded quick-xml v0.37.5
4152026-06-15T08:44:01.540Z Downloaded quick-xml v0.38.4
4162026-06-15T08:44:01.543Z Downloaded color-eyre v0.6.5
4172026-06-15T08:44:01.550Z Downloaded winnow v0.7.15
4182026-06-15T08:44:01.557Z Downloaded winnow v1.0.3
4192026-06-15T08:44:01.564Z Downloaded tokio v1.52.3
4202026-06-15T08:44:01.601Z Downloaded quinn-proto v0.11.14
4212026-06-15T08:44:01.651Z Downloaded openssl v0.10.81
4222026-06-15T08:44:01.660Z Downloaded unicode-width v0.2.2
4232026-06-15T08:44:01.663Z Downloaded nextest-runner v0.80.0
4242026-06-15T08:44:01.667Z Downloaded nix v0.30.1
4252026-06-15T08:44:01.686Z Downloaded object v0.37.3
4262026-06-15T08:44:01.701Z Downloaded rustls v0.23.40
4272026-06-15T08:44:01.708Z Downloaded rustix v0.38.44
4282026-06-15T08:44:01.720Z Downloaded regex-syntax v0.8.11
4292026-06-15T08:44:01.736Z Downloaded rustix v1.1.4
4302026-06-15T08:44:01.804Z Downloaded regex-automata v0.4.14
4312026-06-15T08:44:01.871Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4322026-06-15T08:44:01.881Z Downloaded libc v0.2.186
4332026-06-15T08:44:01.899Z Downloaded petgraph v0.8.3
4342026-06-15T08:44:01.968Z Downloaded recursion v0.5.4
4352026-06-15T08:44:01.976Z Downloaded ring v0.17.14
4362026-06-15T08:44:02.035Z Compiling proc-macro2 v1.0.106
4372026-06-15T08:44:02.035Z Compiling libc v0.2.186
4382026-06-15T08:44:02.039Z Compiling quote v1.0.45
4392026-06-15T08:44:02.039Z Compiling unicode-ident v1.0.24
4402026-06-15T08:44:02.039Z Compiling serde_core v1.0.228
4412026-06-15T08:44:02.039Z Compiling cfg-if v1.0.4
4422026-06-15T08:44:02.039Z Compiling memchr v2.8.2
4432026-06-15T08:44:02.039Z Compiling once_cell v1.21.4
4442026-06-15T08:44:02.264Z Compiling log v0.4.32
4452026-06-15T08:44:02.286Z Compiling pin-project-lite v0.2.17
4462026-06-15T08:44:02.375Z Compiling serde v1.0.228
4472026-06-15T08:44:02.419Z Compiling itoa v1.0.18
4482026-06-15T08:44:02.563Z Compiling smallvec v1.15.2
4492026-06-15T08:44:02.653Z Compiling futures-core v0.3.32
4502026-06-15T08:44:02.721Z Compiling bitflags v2.13.0
4512026-06-15T08:44:02.797Z Compiling shlex v2.0.1
4522026-06-15T08:44:02.808Z Compiling equivalent v1.0.2
4532026-06-15T08:44:02.888Z Compiling hashbrown v0.17.1
4542026-06-15T08:44:02.974Z Compiling find-msvc-tools v0.1.9
4552026-06-15T08:44:03.106Z Compiling errno v0.3.14
4562026-06-15T08:44:03.127Z Compiling bytes v1.11.1
4572026-06-15T08:44:03.239Z Compiling signal-hook-registry v1.4.8
4582026-06-15T08:44:03.276Z Compiling jobserver v0.1.34
4592026-06-15T08:44:03.276Z Compiling mio v1.2.1
4602026-06-15T08:44:03.382Z Compiling syn v2.0.117
4612026-06-15T08:44:03.438Z Compiling futures-sink v0.3.32
4622026-06-15T08:44:03.543Z Compiling cc v1.2.64
4632026-06-15T08:44:03.546Z Compiling rustix v1.1.4
4642026-06-15T08:44:03.581Z Compiling socket2 v0.6.4
4652026-06-15T08:44:03.768Z Compiling zmij v1.0.21
4662026-06-15T08:44:03.982Z Compiling slab v0.4.12
4672026-06-15T08:44:03.993Z Compiling futures-channel v0.3.32
4682026-06-15T08:44:04.108Z Compiling tracing-core v0.1.36
4692026-06-15T08:44:04.181Z Compiling serde_json v1.0.150
4702026-06-15T08:44:04.237Z Compiling version_check v0.9.5
4712026-06-15T08:44:04.425Z Compiling indexmap v2.14.0
4722026-06-15T08:44:04.515Z Compiling futures-task v0.3.32
4732026-06-15T08:44:04.545Z Compiling getrandom v0.4.2
4742026-06-15T08:44:04.685Z Compiling futures-io v0.3.32
4752026-06-15T08:44:04.788Z Compiling camino v1.2.2
4762026-06-15T08:44:04.836Z Compiling percent-encoding v2.3.2
4772026-06-15T08:44:04.879Z Compiling unicode-width v0.2.2
4782026-06-15T08:44:05.200Z Compiling ring v0.17.14
4792026-06-15T08:44:05.227Z Compiling http v1.4.2
4802026-06-15T08:44:05.239Z Compiling simd-adler32 v0.3.9
4812026-06-15T08:44:05.277Z Compiling zeroize v1.9.0
4822026-06-15T08:44:05.327Z Compiling autocfg v1.5.1
4832026-06-15T08:44:05.480Z Compiling adler2 v2.0.1
4842026-06-15T08:44:05.656Z Compiling miniz_oxide v0.8.9
4852026-06-15T08:44:05.691Z Compiling num-traits v0.2.19
4862026-06-15T08:44:06.085Z Compiling zerocopy v0.8.52
4872026-06-15T08:44:06.117Z Compiling target-lexicon v0.13.5
4882026-06-15T08:44:06.489Z Compiling object v0.37.3
4892026-06-15T08:44:06.539Z Compiling getrandom v0.3.4
4902026-06-15T08:44:06.714Z Compiling http-body v1.0.1
4912026-06-15T08:44:06.873Z Compiling rustls-pki-types v1.14.1
4922026-06-15T08:44:06.900Z Compiling form_urlencoded v1.2.2
4932026-06-15T08:44:06.980Z Compiling semver v1.0.28
4942026-06-15T08:44:06.993Z Compiling serde_derive v1.0.228
4952026-06-15T08:44:07.120Z Compiling tokio-macros v2.7.0
4962026-06-15T08:44:07.158Z Compiling futures-macro v0.3.32
4972026-06-15T08:44:07.203Z Compiling tracing-attributes v0.1.31
4982026-06-15T08:44:07.414Z Compiling getrandom v0.2.17
4992026-06-15T08:44:07.603Z Compiling fnv v1.0.7
5002026-06-15T08:44:07.624Z Compiling utf8_iter v1.0.4
5012026-06-15T08:44:07.704Z Compiling owo-colors v4.3.0
5022026-06-15T08:44:07.727Z Compiling httparse v1.10.1
5032026-06-15T08:44:07.785Z Compiling thiserror v2.0.18
5042026-06-15T08:44:07.858Z Compiling tokio v1.52.3
5052026-06-15T08:44:07.966Z Compiling futures-util v0.3.32
5062026-06-15T08:44:08.032Z Compiling gimli v0.32.3
5072026-06-15T08:44:08.075Z Compiling untrusted v0.9.0
5082026-06-15T08:44:08.127Z Compiling idna_adapter v1.0.0
5092026-06-15T08:44:08.198Z Compiling signal-hook v0.3.18
5102026-06-15T08:44:08.223Z Compiling guppy-workspace-hack v0.1.0
5112026-06-15T08:44:08.402Z Compiling tracing v0.1.44
5122026-06-15T08:44:08.433Z Compiling idna v1.1.0
5132026-06-15T08:44:08.734Z Compiling thiserror-impl v2.0.18
5142026-06-15T08:44:09.917Z Compiling addr2line v0.25.1
5152026-06-15T08:44:10.338Z Compiling generic-array v0.14.7
5162026-06-15T08:44:10.567Z Compiling target-spec v3.6.0
5172026-06-15T08:44:10.579Z Compiling thiserror v1.0.69
5182026-06-15T08:44:10.651Z Compiling rustls v0.23.40
5192026-06-15T08:44:10.776Z Compiling pkg-config v0.3.33
5202026-06-15T08:44:10.853Z Compiling typeid v1.0.3
5212026-06-15T08:44:10.873Z Compiling try-lock v0.2.5
5222026-06-15T08:44:10.892Z Compiling fastrand v2.4.1
5232026-06-15T08:44:10.982Z Compiling atomic-waker v1.1.2
5242026-06-15T08:44:11.110Z Compiling rustc-demangle v0.1.27
5252026-06-15T08:44:11.134Z Compiling tower-service v0.3.3
5262026-06-15T08:44:11.193Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5272026-06-15T08:44:11.224Z Compiling tempfile v3.27.0
5282026-06-15T08:44:11.251Z Compiling want v0.3.1
5292026-06-15T08:44:11.617Z Compiling cfg-expr v0.20.8
5302026-06-15T08:44:11.754Z Compiling tokio-util v0.7.18
5312026-06-15T08:44:12.103Z Compiling url v2.5.8
5322026-06-15T08:44:12.562Z Compiling backtrace v0.3.76
5332026-06-15T08:44:12.822Z Compiling h2 v0.4.14
5342026-06-15T08:44:13.033Z Compiling thiserror-impl v1.0.69
5352026-06-15T08:44:13.418Z Compiling terminal_size v0.4.4
5362026-06-15T08:44:13.462Z Compiling aho-corasick v1.1.4
5372026-06-15T08:44:13.569Z Compiling winnow v0.7.15
5382026-06-15T08:44:14.176Z Compiling regex-syntax v0.8.11
5392026-06-15T08:44:14.536Z Compiling rustls-webpki v0.103.13
5402026-06-15T08:44:15.491Z Compiling erased-serde v0.4.10
5412026-06-15T08:44:15.787Z Compiling subtle v2.6.1
5422026-06-15T08:44:15.942Z Compiling typenum v1.20.1
5432026-06-15T08:44:17.176Z Compiling regex-automata v0.4.14
5442026-06-15T08:44:17.202Z Compiling hyper v1.10.1
5452026-06-15T08:44:18.976Z Compiling serde_spanned v0.6.9
5462026-06-15T08:44:19.137Z Compiling toml_datetime v0.6.11
5472026-06-15T08:44:19.504Z Compiling ahash v0.8.12
5482026-06-15T08:44:19.760Z Compiling sync_wrapper v1.0.2
5492026-06-15T08:44:19.871Z Compiling lazy_static v1.5.0
5502026-06-15T08:44:19.976Z Compiling tower-layer v0.3.3
5512026-06-15T08:44:20.174Z Compiling unicode-segmentation v1.13.3
5522026-06-15T08:44:20.538Z Compiling portable-atomic v1.13.1
5532026-06-15T08:44:20.567Z Compiling crc32fast v1.5.0
5542026-06-15T08:44:20.867Z Compiling toml_write v0.1.2
5552026-06-15T08:44:20.880Z Compiling nextest-workspace-hack v0.1.0
5562026-06-15T08:44:20.934Z Compiling either v1.16.0
5572026-06-15T08:44:20.980Z Compiling unicode-linebreak v0.1.5
5582026-06-15T08:44:21.100Z Compiling is_ci v1.2.0
5592026-06-15T08:44:21.112Z Compiling parking_lot_core v0.9.12
5602026-06-15T08:44:21.156Z Compiling ipnet v2.12.0
5612026-06-15T08:44:21.255Z Compiling base64 v0.22.1
5622026-06-15T08:44:21.271Z Compiling foldhash v0.1.5
5632026-06-15T08:44:21.410Z Compiling hashbrown v0.15.5
5642026-06-15T08:44:21.479Z Compiling supports-color v3.0.2
5652026-06-15T08:44:21.492Z Compiling textwrap v0.16.2
5662026-06-15T08:44:21.709Z Compiling hyper-util v0.1.20
5672026-06-15T08:44:21.743Z Compiling toml_edit v0.22.27
5682026-06-15T08:44:22.134Z Compiling convert_case v0.10.0
5692026-06-15T08:44:22.341Z Compiling tokio-rustls v0.26.4
5702026-06-15T08:44:22.388Z Compiling tower v0.5.3
5712026-06-15T08:44:22.625Z Compiling sharded-slab v0.1.7
5722026-06-15T08:44:22.958Z Compiling backtrace-ext v0.2.1
5732026-06-15T08:44:23.209Z Compiling ordered-float v2.10.1
5742026-06-15T08:44:23.212Z Compiling webpki-roots v1.0.7
5752026-06-15T08:44:23.333Z Compiling miette-derive v7.6.0
5762026-06-15T08:44:23.473Z Compiling pathdiff v0.2.3
5772026-06-15T08:44:23.505Z Compiling console v0.15.11
5782026-06-15T08:44:23.594Z Compiling tracing-log v0.2.0
5792026-06-15T08:44:23.939Z Compiling cargo-platform v0.3.3
5802026-06-15T08:44:24.299Z Compiling os_pipe v1.2.3
5812026-06-15T08:44:24.404Z Compiling thread_local v1.1.9
5822026-06-15T08:44:24.464Z Compiling winnow v1.0.3
5832026-06-15T08:44:24.485Z Compiling rustix v0.38.44
5842026-06-15T08:44:24.755Z Compiling ryu v1.0.23
5852026-06-15T08:44:24.820Z Compiling supports-unicode v3.0.0
5862026-06-15T08:44:24.990Z Compiling scopeguard v1.2.0
5872026-06-15T08:44:25.046Z Compiling cfg_aliases v0.2.1
5882026-06-15T08:44:25.094Z Compiling zstd-safe v7.2.4
5892026-06-15T08:44:25.116Z Compiling pulldown-cmark v0.13.4
5902026-06-15T08:44:25.181Z Compiling debug-ignore v1.0.5
5912026-06-15T08:44:25.287Z Compiling utf8parse v0.2.2
5922026-06-15T08:44:25.333Z Compiling fixedbitset v0.5.7
5932026-06-15T08:44:25.336Z Compiling supports-hyperlinks v3.2.0
5942026-06-15T08:44:25.397Z Compiling unicode-width v0.1.14
5952026-06-15T08:44:25.564Z Compiling petgraph v0.8.3
5962026-06-15T08:44:25.702Z Compiling miette v7.6.0
5972026-06-15T08:44:25.839Z Compiling toml_parser v1.1.2+spec-1.1.0
5982026-06-15T08:44:25.920Z Compiling anstyle-parse v1.0.0
5992026-06-15T08:44:26.201Z Compiling nix v0.30.1
6002026-06-15T08:44:26.587Z Compiling lock_api v0.4.14
6012026-06-15T08:44:26.822Z Compiling serde_urlencoded v0.7.1
6022026-06-15T08:44:27.136Z Compiling tracing-subscriber v0.3.23
6032026-06-15T08:44:27.184Z Compiling sigchld v0.2.4
6042026-06-15T08:44:27.379Z Compiling cargo_metadata v0.23.1
6052026-06-15T08:44:27.476Z Compiling serde-value v0.7.0
6062026-06-15T08:44:28.225Z Compiling serde-untagged v0.1.9
6072026-06-15T08:44:28.244Z Compiling hyper-rustls v0.27.9
6082026-06-15T08:44:28.582Z Compiling toml v0.8.23
6092026-06-15T08:44:29.154Z Compiling tower-http v0.6.11
6102026-06-15T08:44:29.773Z Compiling derive_more-impl v2.1.1
6112026-06-15T08:44:30.591Z Compiling itertools v0.14.0
6122026-06-15T08:44:30.770Z Compiling regex v1.12.4
6132026-06-15T08:44:30.872Z Compiling crypto-common v0.1.7
6142026-06-15T08:44:31.006Z Compiling block-buffer v0.10.4
6152026-06-15T08:44:31.017Z Compiling ppv-lite86 v0.2.21
6162026-06-15T08:44:31.157Z Compiling futures-executor v0.3.32
6172026-06-15T08:44:31.380Z Compiling rand_core v0.9.5
6182026-06-15T08:44:31.416Z Compiling pin-project-internal v1.1.13
6192026-06-15T08:44:31.629Z Compiling http-body-util v0.1.3
6202026-06-15T08:44:31.692Z Compiling uuid v1.23.3
6212026-06-15T08:44:31.901Z Compiling serde_spanned v1.1.1
6222026-06-15T08:44:32.050Z Compiling smol_str v0.3.6
6232026-06-15T08:44:32.079Z Compiling toml_datetime v1.1.1+spec-1.1.0
6242026-06-15T08:44:32.203Z Compiling filetime v0.2.29
6252026-06-15T08:44:32.232Z Compiling bstr v1.12.1
6262026-06-15T08:44:32.384Z Compiling vte v0.14.1
6272026-06-15T08:44:32.406Z Compiling unicode-xid v0.2.6
6282026-06-15T08:44:32.478Z Compiling is_terminal_polyfill v1.70.2
6292026-06-15T08:44:32.491Z Compiling anstyle v1.0.14
6302026-06-15T08:44:32.533Z Compiling litrs v1.0.0
6312026-06-15T08:44:32.570Z Compiling colorchoice v1.0.5
6322026-06-15T08:44:32.592Z Compiling tinyvec_macros v0.1.1
6332026-06-15T08:44:32.661Z Compiling anstyle-query v1.1.5
6342026-06-15T08:44:32.685Z Compiling nested v0.1.1
6352026-06-15T08:44:32.731Z Compiling eyre v0.6.12
6362026-06-15T08:44:32.759Z Compiling xattr v1.6.1
6372026-06-15T08:44:32.871Z Compiling static_assertions v1.1.0
6382026-06-15T08:44:32.903Z Compiling color-spantrace v0.3.0
6392026-06-15T08:44:32.938Z Compiling unicase v2.9.0
6402026-06-15T08:44:32.950Z Compiling self_update v0.42.0
6412026-06-15T08:44:32.962Z Compiling iana-time-zone v0.1.65
6422026-06-15T08:44:33.040Z Compiling number_prefix v0.4.0
6432026-06-15T08:44:33.113Z Compiling chrono v0.4.45
6442026-06-15T08:44:33.223Z Compiling indicatif v0.17.11
6452026-06-15T08:44:33.292Z Compiling document-features v0.2.12
6462026-06-15T08:44:33.305Z Compiling guppy v0.17.26
6472026-06-15T08:44:33.513Z Compiling tar v0.4.46
6482026-06-15T08:44:33.852Z Compiling anstream v1.0.0
6492026-06-15T08:44:34.329Z Compiling tinyvec v1.11.0
6502026-06-15T08:44:34.349Z Compiling globset v0.4.18
6512026-06-15T08:44:34.754Z Compiling strip-ansi-escapes v0.2.1
6522026-06-15T08:44:35.230Z Compiling cargo-util-schemas v0.2.0
6532026-06-15T08:44:35.996Z Compiling pin-project v1.1.13
6542026-06-15T08:44:36.098Z Compiling toml v1.1.2+spec-1.1.0
6552026-06-15T08:44:36.307Z Compiling nextest-metadata v0.12.2
6562026-06-15T08:44:36.320Z Compiling newtype-uuid v1.3.2
6572026-06-15T08:44:36.448Z Compiling reqwest v0.12.28
6582026-06-15T08:44:36.501Z Compiling rand_chacha v0.9.0
6592026-06-15T08:44:37.046Z Compiling futures v0.3.32
6602026-06-15T08:44:37.130Z Compiling digest v0.10.7
6612026-06-15T08:44:37.356Z Compiling parking_lot v0.12.5
6622026-06-15T08:44:37.530Z Compiling derive_more v2.1.1
6632026-06-15T08:44:37.612Z Compiling flate2 v1.1.9
6642026-06-15T08:44:37.648Z Compiling tracing-error v0.2.1
6652026-06-15T08:44:37.879Z Compiling shared_child v1.1.1
6662026-06-15T08:44:38.257Z Compiling signal-hook-mio v0.2.5
6672026-06-15T08:44:38.388Z Compiling self-replace v1.5.0
6682026-06-15T08:44:38.555Z Compiling cargo-platform v0.2.0
6692026-06-15T08:44:38.674Z Compiling quick-xml v0.38.4
6702026-06-15T08:44:39.115Z Compiling quick-xml v0.37.5
6712026-06-15T08:44:39.260Z Compiling strsim v0.11.1
6722026-06-15T08:44:39.457Z Compiling recursion v0.5.4
6732026-06-15T08:44:39.851Z Compiling heck v0.5.0
6742026-06-15T08:44:40.053Z Compiling humantime v2.3.0
6752026-06-15T08:44:40.070Z Compiling clap_lex v1.1.0
6762026-06-15T08:44:40.312Z Compiling indenter v0.3.4
6772026-06-15T08:44:40.442Z Compiling shell-words v1.1.1
6782026-06-15T08:44:40.471Z Compiling cpufeatures v0.2.17
6792026-06-15T08:44:40.546Z Compiling urlencoding v2.1.3
6802026-06-15T08:44:40.616Z Compiling sha2 v0.10.9
6812026-06-15T08:44:40.632Z Compiling clap_derive v4.6.1
6822026-06-15T08:44:41.293Z Compiling humantime-serde v1.1.1
6832026-06-15T08:44:41.433Z Compiling clap_builder v4.6.0
6842026-06-15T08:44:41.450Z Compiling nextest-filtering v0.15.0
6852026-06-15T08:44:41.829Z Compiling quick-junit v0.5.2
6862026-06-15T08:44:42.395Z Compiling atomicwrites v0.4.4
6872026-06-15T08:44:42.677Z Compiling cargo_metadata v0.20.0
6882026-06-15T08:44:44.879Z Compiling cargo-nextest v0.9.97
6892026-06-15T08:44:45.259Z Compiling crossterm v0.29.0
6902026-06-15T08:44:46.159Z Compiling duct v0.13.7
6912026-06-15T08:44:46.837Z Compiling zstd v0.13.3
6922026-06-15T08:44:47.094Z Compiling async-scoped v0.9.0
6932026-06-15T08:44:47.258Z Compiling config v0.15.23
6942026-06-15T08:44:47.281Z Compiling rand v0.9.4
6952026-06-15T08:44:47.358Z Compiling unicode-normalization v0.1.25
6962026-06-15T08:44:47.827Z Compiling target-spec-miette v0.4.8
6972026-06-15T08:44:47.881Z Compiling future-queue v0.4.0
6982026-06-15T08:44:47.941Z Compiling mukti-metadata v0.3.0
6992026-06-15T08:44:48.019Z Compiling tokio-stream v0.1.18
7002026-06-15T08:44:48.156Z Compiling camino-tempfile v1.4.1
7012026-06-15T08:44:48.255Z Compiling derive-where v1.6.1
7022026-06-15T08:44:48.419Z Compiling serde_ignored v0.1.14
7032026-06-15T08:44:48.452Z Compiling serde_path_to_error v0.1.20
7042026-06-15T08:44:48.542Z Compiling swrite v0.1.0
7052026-06-15T08:44:48.572Z Compiling indent_write v2.2.0
7062026-06-15T08:44:48.639Z Compiling xxhash-rust v0.8.15
7072026-06-15T08:44:48.716Z Compiling home v0.5.12
7082026-06-15T08:44:48.764Z Compiling hex v0.4.3
7092026-06-15T08:44:48.809Z Compiling color-eyre v0.6.5
7102026-06-15T08:44:48.891Z Compiling clap v4.6.1
7112026-06-15T08:44:48.903Z Compiling dialoguer v0.11.0
7122026-06-15T08:44:48.973Z Compiling enable-ansi-support v0.2.1
7132026-06-15T08:44:49.466Z Compiling nextest-runner v0.80.0
7142026-06-15T08:45:07.438Z Finished `release` profile [optimized] target(s) in 1m 09s
7152026-06-15T08:45:07.622Z Installing /home/build/.cargo/bin/cargo-nextest
7162026-06-15T08:45:07.625Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7172026-06-15T08:45:07.735Z+ source .github/buildomat/test-common.sh
7182026-06-15T08:45:07.738Z++ NEXTEST_VERSION=0.9.97
7192026-06-15T08:45:07.738Z++ PLATFORM=illumos
7202026-06-15T08:45:07.738Z++ banner install
7212026-06-15T08:45:07.738Z
7222026-06-15T08:45:07.738Z # # # #### ##### ## # #
7232026-06-15T08:45:07.738Z # ## # # # # # # #
7242026-06-15T08:45:07.738Z # # # # #### # # # # #
7252026-06-15T08:45:07.738Z # # # # # # ###### # #
7262026-06-15T08:45:07.738Z # # ## # # # # # # #
7272026-06-15T08:45:07.739Z # # # #### # # # ###### ######
7282026-06-15T08:45:07.739Z
7292026-06-15T08:45:07.739Z++ set +o errexit
7302026-06-15T08:45:07.742Z++ pkg info clang-15
7312026-06-15T08:45:07.742Z++ grep -qi installed
7322026-06-15T08:45:08.925Zpkg: info: no packages matching the following patterns you specified are
7332026-06-15T08:45:08.925Zinstalled on the system. Try querying remotely instead:
7342026-06-15T08:45:08.925Z
7352026-06-15T08:45:08.925Z clang-15
7362026-06-15T08:45:08.966Z++ [[ 1 != 0 ]]
7372026-06-15T08:45:08.966Z++ set -o errexit
7382026-06-15T08:45:08.969Z++ pfexec pkg install clang-15
7392026-06-15T08:45:15.984Z Startup: Refreshing catalog 'helios-dev' ... Done
7402026-06-15T08:45:23.651Z Startup: Caching catalogs ... Done
7412026-06-15T08:45:30.865ZPlanning: Solver setup ... Done
7422026-06-15T08:45:30.906ZPlanning: Running solver ... Done
7432026-06-15T08:45:31.055ZPlanning: Finding local manifests ... Done
7442026-06-15T08:45:31.067ZPlanning: Fetching manifests: 0/2 0% complete
7452026-06-15T08:45:31.148ZPlanning: Fetching manifests: 2/2 100% complete
7462026-06-15T08:45:31.178ZPlanning: Package planning ... Done
7472026-06-15T08:45:31.203ZPlanning: Merging actions ... Done
7482026-06-15T08:45:31.311ZPlanning: Checking for conflicting actions ... Done
7492026-06-15T08:45:31.318ZPlanning: Consolidating action changes ... Done
7502026-06-15T08:45:32.106ZPlanning: Evaluating mediators ... Done
7512026-06-15T08:45:32.111ZPlanning: Planning completed in 8.30 seconds
7522026-06-15T08:45:32.123Z Packages to install: 2
7532026-06-15T08:45:32.126Z Mediators to change: 2
7542026-06-15T08:45:32.126Z Services to change: 1
7552026-06-15T08:45:32.126Z Create boot environment: No
7562026-06-15T08:45:32.126ZCreate backup boot environment: No
7572026-06-15T08:45:32.166Z
7582026-06-15T08:45:32.166ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7592026-06-15T08:45:37.168ZDownload: 1555/3076 items 116.2/211.3MB 54% complete (23.8M/s)
7602026-06-15T08:45:42.169ZDownload: 3035/3076 items 201.8/211.3MB 95% complete (20.4M/s)
7612026-06-15T08:45:42.739ZDownload: Completed 211.31 MB in 10.57 seconds (20.0M/s)
7622026-06-15T08:45:43.031Z Actions: 1/3418 actions (Installing new actions)
7632026-06-15T08:45:46.161Z Actions: Completed 3418 actions in 3.13 seconds.
7642026-06-15T08:45:46.802Z Done
7652026-06-15T08:45:46.802Z Done
7662026-06-15T08:45:47.551Z Done
7672026-06-15T08:45:50.912Z Done
7682026-06-15T08:45:50.987Z Done
7692026-06-15T08:45:50.991Z Done
7702026-06-15T08:45:51.327Z Done
7712026-06-15T08:45:52.028Z++ set -o errexit
7722026-06-15T08:45:52.028Z++ cargo --version
7732026-06-15T08:45:52.038Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7742026-06-15T08:45:52.041Z++ rustc --version
7752026-06-15T08:45:52.063Zrustc 1.95.0 (59807616e 2026-04-14)
7762026-06-15T08:45:52.066Z++ cargo install cargo-nextest --version 0.9.97
7772026-06-15T08:45:52.121Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7782026-06-15T08:45:52.126Z+ pushd rdb
7792026-06-15T08:45:52.126Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7802026-06-15T08:45:52.126Z+ PROPTEST_CASES=1000000
7812026-06-15T08:45:52.126Z+ cargo nextest run --lib proptest
7822026-06-15T08:45:52.287Z Updating git repository `https://github.com/oxidecomputer/falcon`
7832026-06-15T08:45:53.135ZFrom https://github.com/oxidecomputer/falcon
7842026-06-15T08:45:53.135Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7852026-06-15T08:45:53.210Z Updating crates.io index
7862026-06-15T08:45:53.213Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7872026-06-15T08:45:54.152ZFrom https://github.com/oxidecomputer/dendrite
7882026-06-15T08:45:54.152Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7892026-06-15T08:45:54.251Z Updating git repository `https://github.com/oxidecomputer/ispf`
7902026-06-15T08:45:54.522ZFrom https://github.com/oxidecomputer/ispf
7912026-06-15T08:45:54.523Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7922026-06-15T08:45:54.529Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7932026-06-15T08:45:54.891ZFrom https://github.com/oxidecomputer/netadm-sys
7942026-06-15T08:45:54.891Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7952026-06-15T08:45:54.898Z Updating git repository `https://github.com/oxidecomputer/omicron`
7962026-06-15T08:46:01.111ZFrom https://github.com/oxidecomputer/omicron
7972026-06-15T08:46:01.111Z * [new ref] 9f1029da32f20ace5ef9aaa61ad610ea6e9db3c7 -> refs/commit/9f1029da32f20ace5ef9aaa61ad610ea6e9db3c7
7982026-06-15T08:46:01.537Z Updating git repository `https://github.com/oxidecomputer/opte`
7992026-06-15T08:46:02.230ZFrom https://github.com/oxidecomputer/opte
8002026-06-15T08:46:02.230Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8012026-06-15T08:46:02.261Z Updating git repository `https://github.com/illumos/smf-rs`
8022026-06-15T08:46:02.557ZFrom https://github.com/illumos/smf-rs
8032026-06-15T08:46:02.557Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8042026-06-15T08:46:02.621Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8052026-06-15T08:46:03.044ZFrom https://github.com/oxidecomputer/network-interface
8062026-06-15T08:46:03.045Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8072026-06-15T08:46:03.092Z Updating git repository `https://github.com/oxidecomputer/zone`
8082026-06-15T08:46:03.385ZFrom https://github.com/oxidecomputer/zone
8092026-06-15T08:46:03.385Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8102026-06-15T08:46:03.392Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112026-06-15T08:46:04.075ZFrom https://github.com/oxidecomputer/propolis
8122026-06-15T08:46:04.076Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8132026-06-15T08:46:04.167Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8142026-06-15T08:46:04.661ZFrom https://github.com/oxidecomputer/transceiver-control
8152026-06-15T08:46:04.661Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8162026-06-15T08:46:04.710Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8172026-06-15T08:46:04.999ZFrom https://github.com/oxidecomputer/dlpi-sys
8182026-06-15T08:46:04.999Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8192026-06-15T08:46:05.005Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8202026-06-15T08:46:05.300ZFrom https://github.com/jmesmon/rust-libzfs
8212026-06-15T08:46:05.300Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8222026-06-15T08:46:05.308Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8232026-06-15T08:46:05.567ZFrom https://github.com/oxidecomputer/rusty-doors
8242026-06-15T08:46:05.567Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8252026-06-15T08:46:05.590Z Updating git repository `https://github.com/oxidecomputer/lldp`
8262026-06-15T08:46:05.919ZFrom https://github.com/oxidecomputer/lldp
8272026-06-15T08:46:05.919Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8282026-06-15T08:46:05.931Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8292026-06-15T08:46:06.222ZFrom https://github.com/oxidecomputer/slog-error-chain
8302026-06-15T08:46:06.222Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8312026-06-15T08:46:06.280Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8322026-06-15T08:46:06.632ZFrom https://github.com/oxidecomputer/tufaceous
8332026-06-15T08:46:06.632Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8342026-06-15T08:46:06.653Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8352026-06-15T08:46:07.141ZFrom https://github.com/oxidecomputer/management-gateway-service
8362026-06-15T08:46:07.142Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8372026-06-15T08:46:07.185Z Updating git repository `https://github.com/oxidecomputer/crucible`
8382026-06-15T08:46:08.022ZFrom https://github.com/oxidecomputer/crucible
8392026-06-15T08:46:08.022Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8402026-06-15T08:46:08.081Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8412026-06-15T08:46:08.382ZFrom https://github.com/oxidecomputer/serde_human_bytes
8422026-06-15T08:46:08.382Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8432026-06-15T08:46:08.457Z Updating git repository `https://github.com/oxidecomputer/propolis`
8442026-06-15T08:46:08.924ZFrom https://github.com/oxidecomputer/propolis
8452026-06-15T08:46:08.924Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8462026-06-15T08:46:09.205Z Updating git repository `https://github.com/oxidecomputer/crucible`
8472026-06-15T08:46:09.733ZFrom https://github.com/oxidecomputer/crucible
8482026-06-15T08:46:09.733Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8492026-06-15T08:46:09.899Z Updating git repository `https://github.com/oxidecomputer/tofino`
8502026-06-15T08:46:10.246ZFrom https://github.com/oxidecomputer/tofino
8512026-06-15T08:46:10.246Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8522026-06-15T08:46:10.257Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532026-06-15T08:46:11.390ZFrom https://github.com/oxidecomputer/maghemite
8542026-06-15T08:46:11.390Z * [new ref] 951f759b1d8e61cf65c2a823e61933ff3ea0bdf1 -> refs/commit/951f759b1d8e61cf65c2a823e61933ff3ea0bdf1
8552026-06-15T08:46:11.445Z Updating git repository `https://github.com/oxidecomputer/clickward`
8562026-06-15T08:46:11.735ZFrom https://github.com/oxidecomputer/clickward
8572026-06-15T08:46:11.735Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8582026-06-15T08:46:12.059Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8592026-06-15T08:46:12.337ZFrom https://github.com/oxidecomputer/illumos-devinfo
8602026-06-15T08:46:12.338Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8612026-06-15T08:46:13.213Z Downloading crates ...
8622026-06-15T08:46:13.319Z Downloaded base16ct v0.2.0
8632026-06-15T08:46:13.323Z Downloaded bs58 v0.5.1
8642026-06-15T08:46:13.327Z Downloaded aead v0.5.2
8652026-06-15T08:46:13.327Z Downloaded byte-wrapper v0.1.0
8662026-06-15T08:46:13.327Z Downloaded block-buffer v0.12.1
8672026-06-15T08:46:13.330Z Downloaded blake2 v0.10.6
8682026-06-15T08:46:13.335Z Downloaded anyhow v1.0.102
8692026-06-15T08:46:13.342Z Downloaded dunce v1.0.5
8702026-06-15T08:46:13.345Z Downloaded cobs v0.3.0
8712026-06-15T08:46:13.345Z Downloaded foreign-types v0.5.0
8722026-06-15T08:46:13.348Z Downloaded fxhash v0.2.1
8732026-06-15T08:46:13.348Z Downloaded foreign-types-shared v0.3.1
8742026-06-15T08:46:13.349Z Downloaded foldhash v0.2.0
8752026-06-15T08:46:13.352Z Downloaded digest v0.11.3
8762026-06-15T08:46:13.352Z Downloaded hostname v0.3.1
8772026-06-15T08:46:13.358Z Downloaded gethostname v0.5.0
8782026-06-15T08:46:13.358Z Downloaded crunchy v0.2.4
8792026-06-15T08:46:13.358Z Downloaded async-stream-impl v0.3.6
8802026-06-15T08:46:13.361Z Downloaded crc8 v0.1.1
8812026-06-15T08:46:13.361Z Downloaded cpufeatures v0.3.0
8822026-06-15T08:46:13.362Z Downloaded console v0.16.3
8832026-06-15T08:46:13.362Z Downloaded hubpack v0.1.2
8842026-06-15T08:46:13.365Z Downloaded fixedbitset v0.4.2
8852026-06-15T08:46:13.365Z Downloaded blake3 v1.8.5
8862026-06-15T08:46:13.369Z Downloaded git-stub v1.0.0
8872026-06-15T08:46:13.373Z Downloaded bit-set v0.8.0
8882026-06-15T08:46:13.373Z Downloaded dyn-clone v1.0.20
8892026-06-15T08:46:13.376Z Downloaded dof v0.4.0
8902026-06-15T08:46:13.376Z Downloaded crypto-common v0.2.2
8912026-06-15T08:46:13.380Z Downloaded foreign-types-macros v0.2.3
8922026-06-15T08:46:13.380Z Downloaded float-ord v0.3.2
8932026-06-15T08:46:13.380Z Downloaded httpdate v1.0.3
8942026-06-15T08:46:13.383Z Downloaded hash32 v0.3.1
8952026-06-15T08:46:13.383Z Downloaded darling_macro v0.23.0
8962026-06-15T08:46:13.383Z Downloaded enum-as-inner v0.6.1
8972026-06-15T08:46:13.387Z Downloaded base16ct v1.0.0
8982026-06-15T08:46:13.387Z Downloaded inout v0.1.4
8992026-06-15T08:46:13.390Z Downloaded memoffset v0.9.1
9002026-06-15T08:46:13.390Z Downloaded dtrace-parser v0.3.0
9012026-06-15T08:46:13.391Z Downloaded darling_macro v0.21.3
9022026-06-15T08:46:13.394Z Downloaded crucible-workspace-hack v0.1.0
9032026-06-15T08:46:13.394Z Downloaded ident_case v1.0.1
9042026-06-15T08:46:13.394Z Downloaded group v0.13.0
9052026-06-15T08:46:13.394Z Downloaded fs_extra v1.3.0
9062026-06-15T08:46:13.398Z Downloaded instant v0.1.13
9072026-06-15T08:46:13.398Z Downloaded convert_case v0.4.0
9082026-06-15T08:46:13.401Z Downloaded const-random-macro v0.1.16
9092026-06-15T08:46:13.401Z Downloaded hostname v0.4.2
9102026-06-15T08:46:13.401Z Downloaded hubpack_derive v0.1.1
9112026-06-15T08:46:13.405Z Downloaded compression-core v0.4.32
9122026-06-15T08:46:13.405Z Downloaded memmap v0.7.0
9132026-06-15T08:46:13.405Z Downloaded defmt-parser v1.0.0
9142026-06-15T08:46:13.408Z Downloaded newtype_derive v0.1.6
9152026-06-15T08:46:13.408Z Downloaded lru-cache v0.1.2
9162026-06-15T08:46:13.409Z Downloaded linked-hash-map v0.5.6
9172026-06-15T08:46:13.414Z Downloaded cstr-argument v0.1.2
9182026-06-15T08:46:13.414Z Downloaded ciborium-io v0.2.2
9192026-06-15T08:46:13.414Z Downloaded num-conv v0.2.2
9202026-06-15T08:46:13.414Z Downloaded embedded-io v0.4.0
9212026-06-15T08:46:13.418Z Downloaded konst_macro_rules v0.2.19
9222026-06-15T08:46:13.418Z Downloaded num-derive v0.4.2
9232026-06-15T08:46:13.418Z Downloaded is-terminal v0.4.17
9242026-06-15T08:46:13.418Z Downloaded dropshot-api-manager-types v0.7.2
9252026-06-15T08:46:13.421Z Downloaded const-random v0.1.18
9262026-06-15T08:46:13.421Z Downloaded async-stream v0.3.6
9272026-06-15T08:46:13.424Z Downloaded num-iter v0.1.45
9282026-06-15T08:46:13.424Z Downloaded macaddr v1.0.1
9292026-06-15T08:46:13.424Z Downloaded defmt v0.3.100
9302026-06-15T08:46:13.428Z Downloaded async-recursion v1.1.1
9312026-06-15T08:46:13.428Z Downloaded csv-core v0.1.13
9322026-06-15T08:46:13.431Z Downloaded natord v1.0.9
9332026-06-15T08:46:13.431Z Downloaded heck v0.4.1
9342026-06-15T08:46:13.431Z Downloaded num v0.4.3
9352026-06-15T08:46:13.435Z Downloaded internet-checksum v0.2.1
9362026-06-15T08:46:13.435Z Downloaded compression-codecs v0.4.38
9372026-06-15T08:46:13.438Z Downloaded no-std-compat v0.4.1
9382026-06-15T08:46:13.438Z Downloaded olpc-cjson v0.1.4
9392026-06-15T08:46:13.438Z Downloaded num_threads v0.1.7
9402026-06-15T08:46:13.441Z Downloaded managed v0.8.0
9412026-06-15T08:46:13.441Z Downloaded idna_adapter v1.2.2
9422026-06-15T08:46:13.441Z Downloaded omicron-workspace-hack v0.1.0
9432026-06-15T08:46:13.444Z Downloaded defmt-macros v1.1.0
9442026-06-15T08:46:13.448Z Downloaded parse-display v0.10.0
9452026-06-15T08:46:13.448Z Downloaded crossbeam-deque v0.8.6
9462026-06-15T08:46:13.448Z Downloaded highway v1.3.0
9472026-06-15T08:46:13.451Z Downloaded ff v0.13.1
9482026-06-15T08:46:13.451Z Downloaded byteorder v1.5.0
9492026-06-15T08:46:13.451Z Downloaded powerfmt v0.2.0
9502026-06-15T08:46:13.455Z Downloaded daft v0.1.7
9512026-06-15T08:46:13.455Z Downloaded newline-converter v0.3.0
9522026-06-15T08:46:13.458Z Downloaded mime v0.3.17
9532026-06-15T08:46:13.458Z Downloaded libscf-sys v1.2.0
9542026-06-15T08:46:13.458Z Downloaded const_format_proc_macros v0.2.34
9552026-06-15T08:46:13.462Z Downloaded keccak v0.1.6
9562026-06-15T08:46:13.462Z Downloaded embedded-io v0.6.1
9572026-06-15T08:46:13.462Z Downloaded match_cfg v0.1.0
9582026-06-15T08:46:13.468Z Downloaded bcs v0.1.6
9592026-06-15T08:46:13.468Z Downloaded dtrace-parser v0.2.0
9602026-06-15T08:46:13.468Z Downloaded dof v0.3.0
9612026-06-15T08:46:13.472Z Downloaded constant_time_eq v0.4.2
9622026-06-15T08:46:13.472Z Downloaded bytecount v0.6.9
9632026-06-15T08:46:13.472Z Downloaded derive-ex v0.1.8
9642026-06-15T08:46:13.472Z Downloaded ingot-types v0.1.2
9652026-06-15T08:46:13.472Z Downloaded ingot v0.1.1
9662026-06-15T08:46:13.476Z Downloaded icu_properties v2.2.0
9672026-06-15T08:46:13.476Z Downloaded critical-section v1.2.0
9682026-06-15T08:46:13.483Z Downloaded backoff v0.4.0
9692026-06-15T08:46:13.483Z Downloaded num_enum_derive v0.7.6
9702026-06-15T08:46:13.483Z Downloaded deranged v0.5.8
9712026-06-15T08:46:13.488Z Downloaded daft-derive v0.1.7
9722026-06-15T08:46:13.488Z Downloaded cipher v0.4.4
9732026-06-15T08:46:13.488Z Downloaded plain v0.2.3
9742026-06-15T08:46:13.488Z Downloaded num_enum_derive v0.5.11
9752026-06-15T08:46:13.488Z Downloaded num_enum v0.7.6
9762026-06-15T08:46:13.494Z Downloaded proc-macro-crate v3.5.0
9772026-06-15T08:46:13.494Z Downloaded potential_utf v0.1.5
9782026-06-15T08:46:13.494Z Downloaded proc-macro-error-attr v1.0.4
9792026-06-15T08:46:13.497Z Downloaded progenitor-client v0.10.0
9802026-06-15T08:46:13.498Z Downloaded proc-macro-crate v1.3.1
9812026-06-15T08:46:13.498Z Downloaded pretty-hex v0.4.2
9822026-06-15T08:46:13.498Z Downloaded num-rational v0.4.2
9832026-06-15T08:46:13.498Z Downloaded displaydoc v0.2.6
9842026-06-15T08:46:13.558Z Downloaded phf_shared v0.12.1
9852026-06-15T08:46:13.558Z Downloaded crossbeam-epoch v0.9.18
9862026-06-15T08:46:13.558Z Downloaded proc-macro-error-attr2 v2.0.0
9872026-06-15T08:46:13.559Z Downloaded newtype-uuid-macros v0.1.0
9882026-06-15T08:46:13.559Z Downloaded chacha20 v0.10.0
9892026-06-15T08:46:13.559Z Downloaded progenitor-macro v0.13.0
9902026-06-15T08:46:13.559Z Downloaded ipnetwork v0.21.1
9912026-06-15T08:46:13.559Z Downloaded progenitor-macro v0.10.0
9922026-06-15T08:46:13.559Z Downloaded paste v1.0.15
9932026-06-15T08:46:13.559Z Downloaded password-hash v0.5.0
9942026-06-15T08:46:13.559Z Downloaded oxnet v0.1.6
9952026-06-15T08:46:13.559Z Downloaded parse-display-derive v0.10.0
9962026-06-15T08:46:13.560Z Downloaded hmac v0.12.1
9972026-06-15T08:46:13.560Z Downloaded progenitor-macro v0.14.0
9982026-06-15T08:46:13.560Z Downloaded oxide-tokio-rt v0.1.6
9992026-06-15T08:46:13.560Z Downloaded opaque-debug v0.3.1
10002026-06-15T08:46:13.560Z Downloaded progenitor-client v0.14.0
10012026-06-15T08:46:13.560Z Downloaded linear-map v1.2.0
10022026-06-15T08:46:13.560Z Downloaded libsw-core v0.3.2
10032026-06-15T08:46:13.560Z Downloaded rand_chacha v0.3.1
10042026-06-15T08:46:13.560Z Downloaded rustc_version v0.1.7
10052026-06-15T08:46:13.560Z Downloaded darling v0.21.3
10062026-06-15T08:46:13.560Z Downloaded libsw v3.5.0
10072026-06-15T08:46:13.560Z Downloaded ref-cast v1.0.25
10082026-06-15T08:46:13.560Z Downloaded num-complex v0.4.6
10092026-06-15T08:46:13.560Z Downloaded bit-vec v0.8.0
10102026-06-15T08:46:13.560Z Downloaded rand_xorshift v0.4.0
10112026-06-15T08:46:13.561Z Downloaded darling v0.23.0
10122026-06-15T08:46:13.561Z Downloaded colored v3.1.1
10132026-06-15T08:46:13.561Z Downloaded ref-cast-impl v1.0.25
10142026-06-15T08:46:13.561Z Downloaded num_enum v0.5.11
10152026-06-15T08:46:13.561Z Downloaded backon v1.6.0
10162026-06-15T08:46:13.561Z Downloaded diff v0.1.13
10172026-06-15T08:46:13.561Z Downloaded secrecy v0.10.3
10182026-06-15T08:46:13.561Z Downloaded scroll_derive v0.12.1
10192026-06-15T08:46:13.561Z Downloaded same-file v1.0.6
10202026-06-15T08:46:13.561Z Downloaded defmt v1.1.0
10212026-06-15T08:46:13.565Z Downloaded serde_repr v0.1.20
10222026-06-15T08:46:13.565Z Downloaded derive_more v0.99.20
10232026-06-15T08:46:13.565Z Downloaded semver v0.1.20
10242026-06-15T08:46:13.565Z Downloaded scroll_derive v0.13.1
10252026-06-15T08:46:13.566Z Downloaded cargo_toml v0.22.3
10262026-06-15T08:46:13.566Z Downloaded pem v3.0.6
10272026-06-15T08:46:13.566Z Downloaded serde_plain v1.0.2
10282026-06-15T08:46:13.566Z Downloaded sha1 v0.10.6
10292026-06-15T08:46:13.566Z Downloaded serial_test_derive v3.5.0
10302026-06-15T08:46:13.566Z Downloaded omicron-zone-package v0.12.2
10312026-06-15T08:46:13.566Z Downloaded poly1305 v0.8.0
10322026-06-15T08:46:13.571Z Downloaded phf v0.12.1
10332026-06-15T08:46:13.571Z Downloaded postcard v1.1.3
10342026-06-15T08:46:13.571Z Downloaded serde-big-array v0.5.1
10352026-06-15T08:46:13.571Z Downloaded quick-error v1.2.3
10362026-06-15T08:46:13.577Z Downloaded glob v0.3.3
10372026-06-15T08:46:13.578Z Downloaded progenitor-extras v0.2.0
10382026-06-15T08:46:13.578Z Downloaded ingot-macros v0.1.1
10392026-06-15T08:46:13.578Z Downloaded parking_lot_core v0.8.6
10402026-06-15T08:46:13.581Z Downloaded slog-bunyan v2.5.0
10412026-06-15T08:46:13.581Z Downloaded siphasher v1.0.3
10422026-06-15T08:46:13.581Z Downloaded sigpipe v0.1.3
10432026-06-15T08:46:13.581Z Downloaded sha1 v0.11.0
10442026-06-15T08:46:13.582Z Downloaded progenitor-client v0.13.0
10452026-06-15T08:46:13.582Z Downloaded progenitor v0.14.0
10462026-06-15T08:46:13.582Z Downloaded proc-macro-error2 v2.0.1
10472026-06-15T08:46:13.585Z Downloaded spin v0.5.2
10482026-06-15T08:46:13.586Z Downloaded smawk v0.3.2
10492026-06-15T08:46:13.586Z Downloaded slog-envlogger v2.2.0
10502026-06-15T08:46:13.591Z Downloaded num-integer v0.1.46
10512026-06-15T08:46:13.591Z Downloaded strum v0.26.3
10522026-06-15T08:46:13.591Z Downloaded stable_deref_trait v1.2.1
10532026-06-15T08:46:13.591Z Downloaded progenitor v0.10.0
10542026-06-15T08:46:13.591Z Downloaded proc-macro-error v1.0.4
10552026-06-15T08:46:13.595Z Downloaded serial_test v3.5.0
10562026-06-15T08:46:13.595Z Downloaded dropshot_endpoint v0.17.1
10572026-06-15T08:46:13.596Z Downloaded cookie v0.18.1
10582026-06-15T08:46:13.596Z Downloaded erased-serde v0.3.31
10592026-06-15T08:46:13.599Z Downloaded drift v0.2.0
10602026-06-15T08:46:13.605Z Downloaded crossbeam-utils v0.8.21
10612026-06-15T08:46:13.609Z Downloaded structmeta-derive v0.3.0
10622026-06-15T08:46:13.609Z Downloaded scroll v0.13.0
10632026-06-15T08:46:13.609Z Downloaded cmake v0.1.58
10642026-06-15T08:46:13.609Z Downloaded multer v3.1.0
10652026-06-15T08:46:13.609Z Downloaded litemap v0.8.2
10662026-06-15T08:46:13.614Z Downloaded resolv-conf v0.7.6
10672026-06-15T08:46:13.614Z Downloaded rand_core v0.10.1
10682026-06-15T08:46:13.614Z Downloaded cancel-safe-futures v0.1.5
10692026-06-15T08:46:13.618Z Downloaded memmap2 v0.9.10
10702026-06-15T08:46:13.618Z Downloaded allocator-api2 v0.2.21
10712026-06-15T08:46:13.618Z Downloaded bitflags v1.3.2
10722026-06-15T08:46:13.622Z Downloaded testing_table v0.3.0
10732026-06-15T08:46:13.622Z Downloaded termtree v0.5.1
10742026-06-15T08:46:13.623Z Downloaded parking_lot v0.11.2
10752026-06-15T08:46:13.623Z Downloaded take_mut v0.2.2
10762026-06-15T08:46:13.626Z Downloaded tagptr v0.2.0
10772026-06-15T08:46:13.626Z Downloaded serde_tokenstream v0.2.3
10782026-06-15T08:46:13.627Z Downloaded git-stub-vcs v0.1.0
10792026-06-15T08:46:13.627Z Downloaded data-encoding v2.11.0
10802026-06-15T08:46:13.627Z Downloaded time-core v0.1.9
10812026-06-15T08:46:13.631Z Downloaded rusty-fork v0.3.1
10822026-06-15T08:46:13.631Z Downloaded schemars_derive v0.8.22
10832026-06-15T08:46:13.631Z Downloaded rustls-pemfile v2.2.0
10842026-06-15T08:46:13.631Z Downloaded strum v0.27.2
10852026-06-15T08:46:13.635Z Downloaded rustls-native-certs v0.8.4
10862026-06-15T08:46:13.635Z Downloaded async-trait v0.1.89
10872026-06-15T08:46:13.635Z Downloaded tabwriter v1.4.1
10882026-06-15T08:46:13.635Z Downloaded expectorate v1.2.0
10892026-06-15T08:46:13.639Z Downloaded tabled_derive v0.11.0
10902026-06-15T08:46:13.639Z Downloaded tabled_derive v0.7.0
10912026-06-15T08:46:13.639Z Downloaded pest_generator v2.8.6
10922026-06-15T08:46:13.639Z Downloaded papergrid v0.11.0
10932026-06-15T08:46:13.643Z Downloaded slog-stdlog v4.1.1
10942026-06-15T08:46:13.643Z Downloaded slog-scope v4.4.1
10952026-06-15T08:46:13.646Z Downloaded slog-term v2.9.2
10962026-06-15T08:46:13.646Z Downloaded slog-dtrace v0.3.0
10972026-06-15T08:46:13.646Z Downloaded pest_derive v2.8.6
10982026-06-15T08:46:13.651Z Downloaded snafu-derive v0.8.9
10992026-06-15T08:46:13.651Z Downloaded topological-sort v0.2.2
11002026-06-15T08:46:13.651Z Downloaded progenitor v0.13.0
11012026-06-15T08:46:13.651Z Downloaded serde_derive_internals v0.29.1
11022026-06-15T08:46:13.654Z Downloaded hickory-resolver v0.24.4
11032026-06-15T08:46:13.654Z Downloaded thread-id v4.2.2
11042026-06-15T08:46:13.654Z Downloaded typify-macro v0.6.2
11052026-06-15T08:46:13.657Z Downloaded half v2.7.1
11062026-06-15T08:46:13.657Z Downloaded untrusted v0.7.1
11072026-06-15T08:46:13.657Z Downloaded indexmap v1.9.3
11082026-06-15T08:46:13.661Z Downloaded usdt v0.6.0
11092026-06-15T08:46:13.661Z Downloaded ciborium v0.2.2
11102026-06-15T08:46:13.661Z Downloaded chacha20poly1305 v0.10.1
11112026-06-15T08:46:13.664Z Downloaded thiserror-impl-no-std v2.0.2
11122026-06-15T08:46:13.665Z Downloaded hybrid-array v0.4.12
11132026-06-15T08:46:13.665Z Downloaded const-oid v0.10.2
11142026-06-15T08:46:13.668Z Downloaded darling_core v0.23.0
11152026-06-15T08:46:13.672Z Downloaded elliptic-curve v0.13.8
11162026-06-15T08:46:13.672Z Downloaded konst v0.2.20
11172026-06-15T08:46:13.676Z Downloaded structmeta v0.3.0
11182026-06-15T08:46:13.676Z Downloaded usdt-attr-macro v0.6.0
11192026-06-15T08:46:13.676Z Downloaded usdt-attr-macro v0.5.0
11202026-06-15T08:46:13.676Z Downloaded strum_macros v0.26.4
11212026-06-15T08:46:13.676Z Downloaded utf-8 v0.7.6
11222026-06-15T08:46:13.679Z Downloaded usdt-macro v0.6.0
11232026-06-15T08:46:13.679Z Downloaded icu_normalizer_data v2.2.0
11242026-06-15T08:46:13.679Z Downloaded slog-json v2.6.1
11252026-06-15T08:46:13.679Z Downloaded base64 v0.21.7
11262026-06-15T08:46:13.683Z Downloaded universal-hash v0.5.1
11272026-06-15T08:46:13.683Z Downloaded wait-timeout v0.2.1
11282026-06-15T08:46:13.683Z Downloaded strum_macros v0.27.2
11292026-06-15T08:46:13.686Z Downloaded usdt v0.5.0
11302026-06-15T08:46:13.686Z Downloaded unit-prefix v0.5.2
11312026-06-15T08:46:13.687Z Downloaded unarray v0.1.4
11322026-06-15T08:46:13.687Z Downloaded typify-macro v0.4.3
11332026-06-15T08:46:13.690Z Downloaded smf v0.2.3
11342026-06-15T08:46:13.690Z Downloaded const_format v0.2.36
11352026-06-15T08:46:13.690Z Downloaded zerofrom v0.1.8
11362026-06-15T08:46:13.694Z Downloaded waitgroup v0.1.2
11372026-06-15T08:46:13.694Z Downloaded slog-async v2.8.0
11382026-06-15T08:46:13.694Z Downloaded fs-err v3.3.0
11392026-06-15T08:46:13.694Z Downloaded chacha20 v0.9.1
11402026-06-15T08:46:13.699Z Downloaded argon2 v0.5.3
11412026-06-15T08:46:13.699Z Downloaded arrayvec v0.7.6
11422026-06-15T08:46:13.699Z Downloaded tokio-tungstenite v0.21.0
11432026-06-15T08:46:13.699Z Downloaded tiny-keccak v2.0.2
11442026-06-15T08:46:13.703Z Downloaded thread-id v5.1.0
11452026-06-15T08:46:13.703Z Downloaded zone v0.3.1
11462026-06-15T08:46:13.704Z Downloaded tinystr v0.8.3
11472026-06-15T08:46:13.704Z Downloaded time-macros v0.2.29
11482026-06-15T08:46:13.707Z Downloaded thiserror-no-std v2.0.2
11492026-06-15T08:46:13.707Z Downloaded rhai_codegen v3.2.0
11502026-06-15T08:46:13.712Z Downloaded scroll v0.12.0
11512026-06-15T08:46:13.712Z Downloaded rustversion v1.0.22
11522026-06-15T08:46:13.717Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11532026-06-15T08:46:13.717Z Downloaded smartstring v1.0.1
11542026-06-15T08:46:13.717Z Downloaded zeroize_derive v1.5.0
11552026-06-15T08:46:13.717Z Downloaded zerofrom-derive v0.1.7
11562026-06-15T08:46:13.717Z Downloaded pest_meta v2.8.6
11572026-06-15T08:46:13.720Z Downloaded arrayref v0.3.9
11582026-06-15T08:46:13.720Z Downloaded ciborium-ll v0.2.2
11592026-06-15T08:46:13.720Z Downloaded rustls-platform-verifier v0.7.0
11602026-06-15T08:46:13.723Z Downloaded papergrid v0.18.0
11612026-06-15T08:46:13.723Z Downloaded synstructure v0.13.2
11622026-06-15T08:46:13.727Z Downloaded icu_provider v2.2.0
11632026-06-15T08:46:13.727Z Downloaded darling_core v0.21.3
11642026-06-15T08:46:13.731Z Downloaded schemars v0.8.22
11652026-06-15T08:46:13.735Z Downloaded zone_cfg_derive v0.3.1
11662026-06-15T08:46:13.740Z Downloaded goblin v0.8.2
11672026-06-15T08:46:13.740Z Downloaded whoami v1.6.1
11682026-06-15T08:46:13.744Z Downloaded walkdir v2.5.0
11692026-06-15T08:46:13.745Z Downloaded thin-vec v0.2.18
11702026-06-15T08:46:13.745Z Downloaded progenitor-impl v0.10.0
11712026-06-15T08:46:13.745Z Downloaded icu_locale_core v2.2.0
11722026-06-15T08:46:13.748Z Downloaded progenitor-impl v0.14.0
11732026-06-15T08:46:13.748Z Downloaded yoke-derive v0.8.2
11742026-06-15T08:46:13.749Z Downloaded zerovec-derive v0.11.3
11752026-06-15T08:46:13.752Z Downloaded progenitor-impl v0.13.0
11762026-06-15T08:46:13.752Z Downloaded tokio-dtrace v0.1.1
11772026-06-15T08:46:13.752Z Downloaded usdt-impl v0.6.0
11782026-06-15T08:46:13.752Z Downloaded usdt-impl v0.5.0
11792026-06-15T08:46:13.756Z Downloaded vsss-rs v3.3.4
11802026-06-15T08:46:13.756Z Downloaded hickory-resolver v0.25.2
11812026-06-15T08:46:13.759Z Downloaded indicatif v0.18.4
11822026-06-15T08:46:13.759Z Downloaded similar v2.7.0
11832026-06-15T08:46:13.763Z Downloaded crossbeam-channel v0.5.15
11842026-06-15T08:46:13.766Z Downloaded arc-swap v1.9.1
11852026-06-15T08:46:13.766Z Downloaded icu_normalizer v2.2.0
11862026-06-15T08:46:13.770Z Downloaded async-compression v0.4.42
11872026-06-15T08:46:13.772Z Downloaded xz2 v0.1.7
11882026-06-15T08:46:13.773Z Downloaded writeable v0.6.3
11892026-06-15T08:46:13.776Z Downloaded spin v0.9.8
11902026-06-15T08:46:13.776Z Downloaded icu_collections v2.2.0
11912026-06-15T08:46:13.780Z Downloaded prettyplease v0.2.37
11922026-06-15T08:46:13.784Z Downloaded serde_with_macros v3.21.0
11932026-06-15T08:46:13.784Z Downloaded zerocopy-derive v0.7.35
11942026-06-15T08:46:13.789Z Downloaded minimal-lexical v0.2.1
11952026-06-15T08:46:13.789Z Downloaded test-strategy v0.4.5
11962026-06-15T08:46:13.793Z Downloaded rayon-core v1.13.0
11972026-06-15T08:46:13.793Z Downloaded rand v0.8.6
11982026-06-15T08:46:13.793Z Downloaded snafu v0.8.9
11992026-06-15T08:46:13.796Z Downloaded typify v0.4.3
12002026-06-15T08:46:13.800Z Downloaded term v1.2.1
12012026-06-15T08:46:13.800Z Downloaded usdt-macro v0.5.0
12022026-06-15T08:46:13.801Z Downloaded pretty_assertions v1.4.1
12032026-06-15T08:46:13.805Z Downloaded ucd-trie v0.1.7
12042026-06-15T08:46:13.805Z Downloaded schemars v1.2.1
12052026-06-15T08:46:13.808Z Downloaded jiff-static v0.2.28
12062026-06-15T08:46:13.812Z Downloaded schemars v0.9.0
12072026-06-15T08:46:13.817Z Downloaded yoke v0.8.3
12082026-06-15T08:46:13.820Z Downloaded toml_edit v0.25.12+spec-1.1.0
12092026-06-15T08:46:13.820Z Downloaded crypto-bigint v0.5.5
12102026-06-15T08:46:13.824Z Downloaded unsafe-libyaml v0.2.11
12112026-06-15T08:46:13.827Z Downloaded toml v0.9.12+spec-1.1.0
12122026-06-15T08:46:13.827Z Downloaded hashbrown v0.12.3
12132026-06-15T08:46:13.836Z Downloaded typify v0.6.2
12142026-06-15T08:46:13.839Z Downloaded slog v2.8.2
12152026-06-15T08:46:13.839Z Downloaded rand v0.10.1
12162026-06-15T08:46:13.842Z Downloaded toml_edit v0.19.15
12172026-06-15T08:46:13.849Z Downloaded heapless v0.8.0
12182026-06-15T08:46:13.854Z Downloaded toml v0.7.8
12192026-06-15T08:46:13.857Z Downloaded serde_yaml v0.9.34+deprecated
12202026-06-15T08:46:13.857Z Downloaded steno v0.4.1
12212026-06-15T08:46:13.861Z Downloaded zerocopy-derive v0.8.52
12222026-06-15T08:46:13.864Z Downloaded qorb v0.4.1
12232026-06-15T08:46:13.867Z Downloaded dropshot-api-manager v0.7.2
12242026-06-15T08:46:13.871Z Downloaded tungstenite v0.21.0
12252026-06-15T08:46:13.871Z Downloaded pest v2.8.6
12262026-06-15T08:46:13.874Z Downloaded nom v7.1.3
12272026-06-15T08:46:13.880Z Downloaded typed-path v0.9.3
12282026-06-15T08:46:13.886Z Downloaded reqwest v0.13.4
12292026-06-15T08:46:13.897Z Downloaded yansi v1.0.1
12302026-06-15T08:46:13.900Z Downloaded zerotrie v0.2.4
12312026-06-15T08:46:13.904Z Downloaded hashbrown v0.16.1
12322026-06-15T08:46:13.912Z Downloaded tough v0.22.0
12332026-06-15T08:46:13.916Z Downloaded nom v8.0.0
12342026-06-15T08:46:13.920Z Downloaded itertools v0.12.1
12352026-06-15T08:46:13.923Z Downloaded icu_properties_data v2.2.0
12362026-06-15T08:46:13.932Z Downloaded libm v0.2.16
12372026-06-15T08:46:13.941Z Downloaded zerocopy v0.7.35
12382026-06-15T08:46:13.948Z Downloaded winnow v0.5.40
12392026-06-15T08:46:13.952Z Downloaded aws-lc-rs v1.17.0
12402026-06-15T08:46:13.959Z Downloaded proptest v1.11.0
12412026-06-15T08:46:13.966Z Downloaded hkdf v0.12.4
12422026-06-15T08:46:13.975Z Downloaded tabled v0.15.0
12432026-06-15T08:46:13.986Z Downloaded zerovec v0.11.6
12442026-06-15T08:46:13.989Z Downloaded tabled v0.21.0
12452026-06-15T08:46:13.996Z Downloaded time v0.3.49
12462026-06-15T08:46:14.005Z Downloaded iddqd v0.4.4
12472026-06-15T08:46:14.008Z Downloaded syn v1.0.109
12482026-06-15T08:46:14.013Z Downloaded rayon v1.12.0
12492026-06-15T08:46:14.023Z Downloaded dropshot v0.17.1
12502026-06-15T08:46:14.042Z Downloaded serde_with v3.21.0
12512026-06-15T08:46:14.049Z Downloaded moka v0.12.15
12522026-06-15T08:46:14.057Z Downloaded goblin v0.10.7
12532026-06-15T08:46:14.103Z Downloaded typify-impl v0.6.2
12542026-06-15T08:46:14.108Z Downloaded typify-impl v0.4.3
12552026-06-15T08:46:14.164Z Downloaded smoltcp v0.11.0
12562026-06-15T08:46:14.173Z Downloaded nix v0.31.3
12572026-06-15T08:46:14.179Z Downloaded rhai v1.25.1
12582026-06-15T08:46:14.184Z Downloaded regress v0.11.1
12592026-06-15T08:46:14.188Z Downloaded regress v0.10.5
12602026-06-15T08:46:14.193Z Downloaded hickory-proto v0.24.4
12612026-06-15T08:46:14.201Z Downloaded openapiv3 v2.2.0
12622026-06-15T08:46:14.207Z Downloaded hickory-proto v0.25.2
12632026-06-15T08:46:14.215Z Downloaded csv v1.4.0
12642026-06-15T08:46:14.226Z Downloaded chrono-tz v0.10.4
12652026-06-15T08:46:14.234Z Downloaded sha3 v0.10.9
12662026-06-15T08:46:14.246Z Downloaded sled v0.34.7
12672026-06-15T08:46:14.300Z Downloaded petgraph v0.6.5
12682026-06-15T08:46:14.309Z Downloaded lzma-sys v0.1.20
12692026-06-15T08:46:14.326Z Downloaded jiff v0.2.28
12702026-06-15T08:46:14.366Z Downloaded encoding_rs v0.8.35
12712026-06-15T08:46:14.819Z Downloaded aws-lc-sys v0.41.0
12722026-06-15T08:46:15.714Z Compiling proc-macro2 v1.0.106
12732026-06-15T08:46:15.714Z Compiling quote v1.0.45
12742026-06-15T08:46:15.714Z Compiling unicode-ident v1.0.24
12752026-06-15T08:46:15.714Z Compiling libc v0.2.186
12762026-06-15T08:46:15.714Z Compiling serde_core v1.0.228
12772026-06-15T08:46:15.714Z Compiling cfg-if v1.0.4
12782026-06-15T08:46:15.717Z Compiling serde v1.0.228
12792026-06-15T08:46:15.717Z Compiling memchr v2.8.2
12802026-06-15T08:46:15.887Z Compiling itoa v1.0.18
12812026-06-15T08:46:15.948Z Compiling zmij v1.0.21
12822026-06-15T08:46:16.066Z Compiling smallvec v1.15.2
12832026-06-15T08:46:16.143Z Compiling autocfg v1.5.1
12842026-06-15T08:46:16.254Z Compiling libm v0.2.16
12852026-06-15T08:46:16.330Z Compiling stable_deref_trait v1.2.1
12862026-06-15T08:46:16.402Z Compiling iana-time-zone v0.1.65
12872026-06-15T08:46:16.532Z Compiling writeable v0.6.3
12882026-06-15T08:46:16.590Z Compiling percent-encoding v2.3.2
12892026-06-15T08:46:16.618Z Compiling version_check v0.9.5
12902026-06-15T08:46:16.630Z Compiling litemap v0.8.2
12912026-06-15T08:46:16.735Z Compiling errno v0.3.14
12922026-06-15T08:46:16.783Z Compiling utf8_iter v1.0.4
12932026-06-15T08:46:16.786Z Compiling icu_normalizer_data v2.2.0
12942026-06-15T08:46:16.889Z Compiling icu_properties_data v2.2.0
12952026-06-15T08:46:16.900Z Compiling form_urlencoded v1.2.2
12962026-06-15T08:46:16.934Z Compiling equivalent v1.0.2
12972026-06-15T08:46:17.018Z Compiling syn v2.0.117
12982026-06-15T08:46:17.080Z Compiling serde_json v1.0.150
12992026-06-15T08:46:17.109Z Compiling dyn-clone v1.0.20
13002026-06-15T08:46:17.122Z Compiling pin-project-lite v0.2.17
13012026-06-15T08:46:17.210Z Compiling num-traits v0.2.19
13022026-06-15T08:46:17.210Z Compiling getrandom v0.4.2
13032026-06-15T08:46:17.246Z Compiling rand_core v0.10.1
13042026-06-15T08:46:17.281Z Compiling thiserror v2.0.18
13052026-06-15T08:46:17.338Z Compiling scopeguard v1.2.0
13062026-06-15T08:46:17.405Z Compiling parking_lot_core v0.9.12
13072026-06-15T08:46:17.447Z Compiling lock_api v0.4.14
13082026-06-15T08:46:17.682Z Compiling socket2 v0.6.4
13092026-06-15T08:46:17.704Z Compiling hashbrown v0.17.1
13102026-06-15T08:46:17.830Z Compiling signal-hook-registry v1.4.8
13112026-06-15T08:46:17.843Z Compiling mio v1.2.1
13122026-06-15T08:46:18.032Z Compiling semver v1.0.28
13132026-06-15T08:46:18.147Z Compiling parking_lot v0.12.5
13142026-06-15T08:46:18.164Z Compiling log v0.4.32
13152026-06-15T08:46:18.253Z Compiling indexmap v2.14.0
13162026-06-15T08:46:18.265Z Compiling heck v0.5.0
13172026-06-15T08:46:18.369Z Compiling uuid v1.23.3
13182026-06-15T08:46:18.383Z Compiling zerocopy v0.8.52
13192026-06-15T08:46:18.530Z Compiling futures-core v0.3.32
13202026-06-15T08:46:18.568Z Compiling jobserver v0.1.34
13212026-06-15T08:46:18.683Z Compiling schemars v0.8.22
13222026-06-15T08:46:18.801Z Compiling shlex v2.0.1
13232026-06-15T08:46:18.834Z Compiling find-msvc-tools v0.1.9
13242026-06-15T08:46:18.885Z Compiling rustversion v1.0.22
13252026-06-15T08:46:18.918Z Compiling futures-sink v0.3.32
13262026-06-15T08:46:18.950Z Compiling fnv v1.0.7
13272026-06-15T08:46:18.977Z Compiling slab v0.4.12
13282026-06-15T08:46:19.022Z Compiling cc v1.2.64
13292026-06-15T08:46:19.042Z Compiling futures-channel v0.3.32
13302026-06-15T08:46:19.093Z Compiling bitflags v2.13.0
13312026-06-15T08:46:19.149Z Compiling typenum v1.20.1
13322026-06-15T08:46:19.257Z Compiling portable-atomic v1.13.1
13332026-06-15T08:46:19.300Z Compiling futures-io v0.3.32
13342026-06-15T08:46:19.330Z Compiling fs_extra v1.3.0
13352026-06-15T08:46:19.459Z Compiling dunce v1.0.5
13362026-06-15T08:46:19.538Z Compiling futures-task v0.3.32
13372026-06-15T08:46:19.551Z Compiling critical-section v1.2.0
13382026-06-15T08:46:19.629Z Compiling rustix v1.1.4
13392026-06-15T08:46:19.654Z Compiling byteorder v1.5.0
13402026-06-15T08:46:19.715Z Compiling cmake v0.1.58
13412026-06-15T08:46:19.847Z Compiling synstructure v0.13.2
13422026-06-15T08:46:19.879Z Compiling serde_derive_internals v0.29.1
13432026-06-15T08:46:19.923Z Compiling getrandom v0.2.17
13442026-06-15T08:46:20.050Z Compiling rand_core v0.6.4
13452026-06-15T08:46:20.101Z Compiling slog v2.8.2
13462026-06-15T08:46:20.130Z Compiling subtle v2.6.1
13472026-06-15T08:46:20.246Z Compiling aws-lc-sys v0.41.0
13482026-06-15T08:46:20.250Z Compiling once_cell v1.21.4
13492026-06-15T08:46:20.272Z Compiling strsim v0.11.1
13502026-06-15T08:46:20.292Z Compiling base64 v0.22.1
13512026-06-15T08:46:20.335Z Compiling regex-syntax v0.8.11
13522026-06-15T08:46:20.360Z Compiling ucd-trie v0.1.7
13532026-06-15T08:46:20.465Z Compiling thiserror v1.0.69
13542026-06-15T08:46:20.598Z Compiling pest v2.8.6
13552026-06-15T08:46:20.619Z Compiling untrusted v0.9.0
13562026-06-15T08:46:20.654Z Compiling pretty-hex v0.4.2
13572026-06-15T08:46:20.657Z Compiling ipnet v2.12.0
13582026-06-15T08:46:20.735Z Compiling httparse v1.10.1
13592026-06-15T08:46:20.786Z Compiling plain v0.2.3
13602026-06-15T08:46:20.897Z Compiling atomic-waker v1.1.2
13612026-06-15T08:46:20.966Z Compiling serde_derive v1.0.228
13622026-06-15T08:46:20.977Z Compiling zerofrom-derive v0.1.7
13632026-06-15T08:46:21.022Z Compiling yoke-derive v0.8.2
13642026-06-15T08:46:21.099Z Compiling zerovec-derive v0.11.3
13652026-06-15T08:46:21.111Z Compiling displaydoc v0.2.6
13662026-06-15T08:46:21.197Z Compiling schemars_derive v0.8.22
13672026-06-15T08:46:21.899Z Compiling thiserror-impl v2.0.18
13682026-06-15T08:46:21.961Z Compiling tokio-macros v2.7.0
13692026-06-15T08:46:22.182Z Compiling zerocopy-derive v0.8.52
13702026-06-15T08:46:22.223Z Compiling zeroize_derive v1.5.0
13712026-06-15T08:46:22.255Z Compiling zerofrom v0.1.8
13722026-06-15T08:46:22.377Z Compiling yoke v0.8.3
13732026-06-15T08:46:22.438Z Compiling futures-macro v0.3.32
13742026-06-15T08:46:22.562Z Compiling zerovec v0.11.6
13752026-06-15T08:46:22.737Z Compiling zerotrie v0.2.4
13762026-06-15T08:46:22.914Z Compiling zeroize v1.9.0
13772026-06-15T08:46:23.036Z Compiling tinystr v0.8.3
13782026-06-15T08:46:23.064Z Compiling potential_utf v0.1.5
13792026-06-15T08:46:23.127Z Compiling thiserror-impl v1.0.69
13802026-06-15T08:46:23.228Z Compiling icu_locale_core v2.2.0
13812026-06-15T08:46:23.240Z Compiling icu_collections v2.2.0
13822026-06-15T08:46:23.250Z Compiling pest_meta v2.8.6
13832026-06-15T08:46:23.275Z Compiling futures-util v0.3.32
13842026-06-15T08:46:23.783Z Compiling pest_generator v2.8.6
13852026-06-15T08:46:24.212Z Compiling bytes v1.11.1
13862026-06-15T08:46:24.270Z Compiling icu_provider v2.2.0
13872026-06-15T08:46:24.274Z Compiling chrono v0.4.45
13882026-06-15T08:46:24.366Z Compiling serde_tokenstream v0.2.3
13892026-06-15T08:46:24.486Z Compiling erased-serde v0.3.31
13902026-06-15T08:46:24.625Z Compiling icu_normalizer v2.2.0
13912026-06-15T08:46:24.639Z Compiling icu_properties v2.2.0
13922026-06-15T08:46:24.832Z Compiling tokio v1.52.3
13932026-06-15T08:46:24.958Z Compiling http v1.4.2
13942026-06-15T08:46:25.554Z Compiling idna_adapter v1.2.2
13952026-06-15T08:46:25.664Z Compiling idna v1.1.0
13962026-06-15T08:46:25.690Z Compiling http-body v1.0.1
13972026-06-15T08:46:25.730Z Compiling pest_derive v2.8.6
13982026-06-15T08:46:25.787Z Compiling paste v1.0.15
13992026-06-15T08:46:25.836Z Compiling winnow v1.0.3
14002026-06-15T08:46:25.925Z Compiling fastrand v2.4.1
14012026-06-15T08:46:26.084Z Compiling url v2.5.8
14022026-06-15T08:46:26.344Z Compiling ppv-lite86 v0.2.21
14032026-06-15T08:46:26.486Z Compiling ident_case v1.0.1
14042026-06-15T08:46:26.524Z Compiling omicron-workspace-hack v0.1.0
14052026-06-15T08:46:26.604Z Compiling tower-layer v0.3.3
14062026-06-15T08:46:26.654Z Compiling try-lock v0.2.5
14072026-06-15T08:46:26.746Z Compiling tower-service v0.3.3
14082026-06-15T08:46:26.759Z Compiling want v0.3.1
14092026-06-15T08:46:26.837Z Compiling getrandom v0.3.4
14102026-06-15T08:46:26.912Z Compiling httpdate v1.0.3
14112026-06-15T08:46:26.924Z Compiling ryu v1.0.23
14122026-06-15T08:46:27.036Z Compiling daft-derive v0.1.7
14132026-06-15T08:46:27.097Z Compiling allocator-api2 v0.2.21
14142026-06-15T08:46:27.151Z Compiling foldhash v0.2.0
14152026-06-15T08:46:27.282Z Compiling tracing-attributes v0.1.31
14162026-06-15T08:46:27.364Z Compiling ipnetwork v0.21.1
14172026-06-15T08:46:27.381Z Compiling hashbrown v0.16.1
14182026-06-15T08:46:27.410Z Compiling rand_core v0.9.5
14192026-06-15T08:46:27.623Z Compiling oxnet v0.1.6
14202026-06-15T08:46:27.790Z Compiling tracing-core v0.1.36
14212026-06-15T08:46:27.802Z Compiling aho-corasick v1.1.4
14222026-06-15T08:46:27.959Z Compiling scroll_derive v0.13.1
14232026-06-15T08:46:28.047Z Compiling async-trait v0.1.89
14242026-06-15T08:46:28.391Z Compiling time-core v0.1.9
14252026-06-15T08:46:28.499Z Compiling tracing v0.1.44
14262026-06-15T08:46:28.571Z Compiling regex-automata v0.4.14
14272026-06-15T08:46:28.736Z Compiling num-conv v0.2.2
14282026-06-15T08:46:28.776Z Compiling anyhow v1.0.102
14292026-06-15T08:46:28.887Z Compiling time-macros v0.2.29
14302026-06-15T08:46:29.011Z Compiling scroll v0.13.0
14312026-06-15T08:46:29.155Z Compiling rand_chacha v0.9.0
14322026-06-15T08:46:29.272Z Compiling hex v0.4.3
14332026-06-15T08:46:29.307Z Compiling powerfmt v0.2.0
14342026-06-15T08:46:29.333Z Compiling num_threads v0.1.7
14352026-06-15T08:46:29.430Z Compiling deranged v0.5.8
14362026-06-15T08:46:29.510Z Compiling rand v0.9.4
14372026-06-15T08:46:29.579Z Compiling goblin v0.10.7
14382026-06-15T08:46:29.897Z Compiling serde_urlencoded v0.7.1
14392026-06-15T08:46:30.030Z Compiling http-body-util v0.1.3
14402026-06-15T08:46:30.263Z Compiling regex v1.12.4
14412026-06-15T08:46:30.366Z Compiling camino v1.2.2
14422026-06-15T08:46:30.384Z Compiling aws-lc-rs v1.17.0
14432026-06-15T08:46:30.729Z Compiling rustls-pki-types v1.14.1
14442026-06-15T08:46:30.741Z Compiling openssl-probe v0.2.1
14452026-06-15T08:46:30.860Z Compiling usdt-impl v0.6.0
14462026-06-15T08:46:31.132Z Compiling tokio-util v0.7.18
14472026-06-15T08:46:31.203Z Compiling dtrace-parser v0.3.0
14482026-06-15T08:46:31.405Z Compiling sync_wrapper v1.0.2
14492026-06-15T08:46:31.512Z Compiling thread-id v5.1.0
14502026-06-15T08:46:31.546Z Compiling crossbeam-utils v0.8.21
14512026-06-15T08:46:31.590Z Compiling untrusted v0.7.1
14522026-06-15T08:46:31.710Z Compiling crc32fast v1.5.0
14532026-06-15T08:46:31.842Z Compiling tower v0.5.3
14542026-06-15T08:46:31.865Z Compiling futures-executor v0.3.32
14552026-06-15T08:46:31.890Z Compiling structmeta-derive v0.3.0
14562026-06-15T08:46:32.054Z Compiling rustls v0.23.40
14572026-06-15T08:46:32.116Z Compiling cpufeatures v0.3.0
14582026-06-15T08:46:32.188Z Compiling futures v0.3.32
14592026-06-15T08:46:32.318Z Compiling darling_core v0.23.0
14602026-06-15T08:46:32.342Z Compiling dof v0.4.0
14612026-06-15T08:46:32.420Z Compiling newtype-uuid-macros v0.1.0
14622026-06-15T08:46:32.785Z Compiling hybrid-array v0.4.12
14632026-06-15T08:46:32.936Z Compiling structmeta v0.3.0
14642026-06-15T08:46:33.228Z Compiling thread_local v1.1.9
14652026-06-15T08:46:33.240Z Compiling simd-adler32 v0.3.9
14662026-06-15T08:46:33.438Z Compiling adler2 v2.0.1
14672026-06-15T08:46:33.491Z Compiling newtype-uuid v1.3.2
14682026-06-15T08:46:33.569Z Compiling miniz_oxide v0.8.9
14692026-06-15T08:46:33.671Z Compiling wait-timeout v0.2.1
14702026-06-15T08:46:33.826Z Compiling match_cfg v0.1.0
14712026-06-15T08:46:33.838Z Compiling ref-cast v1.0.25
14722026-06-15T08:46:33.896Z Compiling slog-async v2.8.0
14732026-06-15T08:46:33.972Z Compiling quick-error v1.2.3
14742026-06-15T08:46:34.077Z Compiling flate2 v1.1.9
14752026-06-15T08:46:34.254Z Compiling hostname v0.3.1
14762026-06-15T08:46:34.262Z Compiling daft v0.1.7
14772026-06-15T08:46:34.262Z Compiling crypto-common v0.2.2
14782026-06-15T08:46:34.334Z Compiling block-buffer v0.12.1
14792026-06-15T08:46:34.356Z Compiling darling_macro v0.23.0
14802026-06-15T08:46:34.481Z Compiling h2 v0.4.14
14812026-06-15T08:46:34.492Z Compiling strum_macros v0.26.4
14822026-06-15T08:46:34.495Z Compiling ref-cast-impl v1.0.25
14832026-06-15T08:46:34.540Z Compiling usdt-attr-macro v0.6.0
14842026-06-15T08:46:34.613Z Compiling usdt-macro v0.6.0
14852026-06-15T08:46:34.939Z Compiling darling v0.23.0
14862026-06-15T08:46:35.020Z Compiling serde_spanned v1.1.1
14872026-06-15T08:46:35.108Z Compiling generic-array v0.14.7
14882026-06-15T08:46:35.162Z Compiling multer v3.1.0
14892026-06-15T08:46:35.174Z Compiling is-terminal v0.4.17
14902026-06-15T08:46:35.263Z Compiling memmap2 v0.9.10
14912026-06-15T08:46:35.345Z Compiling toml_writer v1.1.1+spec-1.1.0
14922026-06-15T08:46:35.479Z Compiling take_mut v0.2.2
14932026-06-15T08:46:35.553Z Compiling compression-core v0.4.32
14942026-06-15T08:46:35.585Z Compiling bit-vec v0.8.0
14952026-06-15T08:46:35.603Z Compiling term v1.2.1
14962026-06-15T08:46:35.704Z Compiling const-oid v0.10.2
14972026-06-15T08:46:35.716Z Compiling debug-ignore v1.0.5
14982026-06-15T08:46:35.732Z Compiling compression-codecs v0.4.38
14992026-06-15T08:46:35.810Z Compiling bit-set v0.8.0
15002026-06-15T08:46:35.863Z Compiling digest v0.11.3
15012026-06-15T08:46:35.966Z Compiling serde_with_macros v3.21.0
15022026-06-15T08:46:35.977Z Compiling tempfile v3.27.0
15032026-06-15T08:46:36.027Z Compiling rand_xorshift v0.4.0
15042026-06-15T08:46:36.045Z Compiling rand_chacha v0.3.1
15052026-06-15T08:46:36.122Z Compiling strum v0.26.3
15062026-06-15T08:46:36.170Z Compiling async-stream-impl v0.3.6
15072026-06-15T08:46:36.299Z Compiling dropshot v0.17.1
15082026-06-15T08:46:36.327Z Compiling encoding_rs v0.8.35
15092026-06-15T08:46:36.460Z Compiling syn v1.0.109
15102026-06-15T08:46:36.502Z Compiling mime v0.3.17
15112026-06-15T08:46:36.536Z Compiling unarray v0.1.4
15122026-06-15T08:46:36.644Z Compiling hyper v1.10.1
15132026-06-15T08:46:36.780Z Compiling spin v0.9.8
15142026-06-15T08:46:36.880Z Compiling rand v0.8.6
15152026-06-15T08:46:36.896Z Compiling sha1 v0.11.0
15162026-06-15T08:46:36.908Z Compiling async-stream v0.3.6
15172026-06-15T08:46:37.141Z Compiling async-compression v0.4.42
15182026-06-15T08:46:37.163Z Compiling derive-ex v0.1.8
15192026-06-15T08:46:37.523Z Compiling dropshot_endpoint v0.17.1
15202026-06-15T08:46:37.577Z Compiling macaddr v1.0.1
15212026-06-15T08:46:37.657Z Compiling waitgroup v0.1.2
15222026-06-15T08:46:37.773Z Compiling hyper-util v0.1.20
15232026-06-15T08:46:37.798Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15242026-06-15T08:46:37.954Z Compiling serde_path_to_error v0.1.20
15252026-06-15T08:46:37.998Z Compiling hostname v0.4.2
15262026-06-15T08:46:38.282Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15272026-06-15T08:46:38.387Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15282026-06-15T08:46:38.408Z Compiling strum_macros v0.27.2
15292026-06-15T08:46:38.739Z Compiling test-strategy v0.4.5
15302026-06-15T08:46:39.191Z Compiling time v0.3.49
15312026-06-15T08:46:39.449Z Compiling instant v0.1.13
15322026-06-15T08:46:39.787Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
15332026-06-15T08:46:40.182Z Compiling strum v0.27.2
15342026-06-15T08:46:40.312Z Compiling crossbeam-channel v0.5.15
15352026-06-15T08:46:40.396Z Compiling openapiv3 v2.2.0
15362026-06-15T08:46:40.633Z Compiling crypto-common v0.1.7
15372026-06-15T08:46:40.766Z Compiling parse-display-derive v0.10.0
15382026-06-15T08:46:41.047Z Compiling rustls-native-certs v0.8.4
15392026-06-15T08:46:41.235Z Compiling backon v1.6.0
15402026-06-15T08:46:41.416Z Compiling rustix v0.38.44
15412026-06-15T08:46:41.428Z Compiling slog-json v2.6.1
15422026-06-15T08:46:41.441Z Compiling tower-http v0.6.11
15432026-06-15T08:46:41.864Z Compiling toml_parser v1.1.2+spec-1.1.0
15442026-06-15T08:46:41.876Z Compiling toml_datetime v1.1.1+spec-1.1.0
15452026-06-15T08:46:42.043Z Compiling either v1.16.0
15462026-06-15T08:46:42.185Z Compiling usdt v0.6.0
15472026-06-15T08:46:42.253Z Compiling toml v1.1.2+spec-1.1.0
15482026-06-15T08:46:42.467Z Compiling slog-bunyan v2.5.0
15492026-06-15T08:46:42.562Z Compiling slog-term v2.9.2
15502026-06-15T08:46:42.601Z Compiling backoff v0.4.0
15512026-06-15T08:46:42.807Z Compiling serde_with v3.21.0
15522026-06-15T08:46:42.837Z Compiling rusty-fork v0.3.1
15532026-06-15T08:46:43.021Z Compiling rustls-pemfile v2.2.0
15542026-06-15T08:46:43.101Z Compiling regress v0.10.5
15552026-06-15T08:46:43.194Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
15562026-06-15T08:46:43.212Z Compiling humantime v2.3.0
15572026-06-15T08:46:43.236Z Compiling proptest v1.11.0
15582026-06-15T08:46:43.674Z Compiling atomicwrites v0.4.4
15592026-06-15T08:46:43.799Z Compiling iddqd v0.4.4
15602026-06-15T08:46:43.855Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
15612026-06-15T08:46:43.976Z Compiling block-buffer v0.10.4
15622026-06-15T08:46:44.087Z Compiling parse-display v0.10.0
15632026-06-15T08:46:44.124Z Compiling digest v0.10.7
15642026-06-15T08:46:44.176Z Compiling itertools v0.14.0
15652026-06-15T08:46:44.334Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15662026-06-15T08:46:45.306Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15672026-06-15T08:46:45.411Z Compiling utf8parse v0.2.2
15682026-06-15T08:46:45.522Z Compiling anstyle-parse v1.0.0
15692026-06-15T08:46:45.878Z Compiling anstyle v1.0.14
15702026-06-15T08:46:45.916Z Compiling anstyle-query v1.1.5
15712026-06-15T08:46:45.951Z Compiling is_terminal_polyfill v1.70.2
15722026-06-15T08:46:46.021Z Compiling colorchoice v1.0.5
15732026-06-15T08:46:46.100Z Compiling anstream v1.0.0
15742026-06-15T08:46:46.323Z Compiling toml_datetime v0.6.11
15752026-06-15T08:46:46.461Z Compiling zerocopy-derive v0.7.35
15762026-06-15T08:46:46.598Z Compiling clap_lex v1.1.0
15772026-06-15T08:46:46.845Z Compiling cpufeatures v0.2.17
15782026-06-15T08:46:46.919Z Compiling convert_case v0.4.0
15792026-06-15T08:46:46.930Z Compiling toml_edit v0.25.12+spec-1.1.0
15802026-06-15T08:46:46.984Z Compiling unicode-width v0.2.2
15812026-06-15T08:46:47.216Z Compiling derive_more v0.99.20
15822026-06-15T08:46:47.324Z Compiling zerocopy v0.7.35
15832026-06-15T08:46:47.462Z Compiling proc-macro-crate v3.5.0
15842026-06-15T08:46:47.689Z Compiling regress v0.11.1
15852026-06-15T08:46:47.816Z Compiling secrecy v0.10.3
15862026-06-15T08:46:47.855Z Compiling clap_derive v4.6.1
15872026-06-15T08:46:47.926Z Compiling tinyvec_macros v0.1.1
15882026-06-15T08:46:47.945Z Compiling crucible-workspace-hack v0.1.0
15892026-06-15T08:46:48.167Z Compiling float-ord v0.3.2
15902026-06-15T08:46:48.314Z Compiling tinyvec v1.11.0
15912026-06-15T08:46:48.645Z Compiling num_enum_derive v0.7.6
15922026-06-15T08:46:49.546Z Compiling terminal_size v0.4.4
15932026-06-15T08:46:49.683Z Compiling dtrace-parser v0.2.0
15942026-06-15T08:46:49.686Z Compiling scroll_derive v0.12.1
15952026-06-15T08:46:49.746Z Compiling rustc_version v0.4.1
15962026-06-15T08:46:49.965Z Compiling num-integer v0.1.46
15972026-06-15T08:46:50.016Z Compiling usdt-impl v0.5.0
15982026-06-15T08:46:50.280Z Compiling thread-id v4.2.2
15992026-06-15T08:46:50.400Z Compiling scroll v0.12.0
16002026-06-15T08:46:50.463Z Compiling curve25519-dalek v4.1.3
16012026-06-15T08:46:50.543Z Compiling num_enum v0.7.6
16022026-06-15T08:46:50.659Z Compiling typify-impl v0.6.2
16032026-06-15T08:46:50.826Z Compiling dof v0.3.0
16042026-06-15T08:46:50.906Z Compiling hmac v0.12.1
16052026-06-15T08:46:51.044Z Compiling inout v0.1.4
16062026-06-15T08:46:51.067Z Compiling darling_core v0.21.3
16072026-06-15T08:46:51.139Z Compiling ff v0.13.1
16082026-06-15T08:46:51.169Z Compiling cipher v0.4.4
16092026-06-15T08:46:51.314Z Compiling group v0.13.0
16102026-06-15T08:46:51.413Z Compiling hkdf v0.12.4
16112026-06-15T08:46:51.554Z Compiling goblin v0.8.2
16122026-06-15T08:46:51.706Z Compiling num-rational v0.4.2
16132026-06-15T08:46:51.754Z Compiling num-iter v0.1.45
16142026-06-15T08:46:51.831Z Compiling clap_builder v4.6.0
16152026-06-15T08:46:52.260Z Compiling thiserror-impl-no-std v2.0.2
16162026-06-15T08:46:52.288Z Compiling universal-hash v0.5.1
16172026-06-15T08:46:52.316Z Compiling crypto-bigint v0.5.5
16182026-06-15T08:46:52.417Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
16192026-06-15T08:46:52.756Z Compiling crossbeam-epoch v0.9.18
16202026-06-15T08:46:53.176Z Compiling darling_macro v0.21.3
16212026-06-15T08:46:53.340Z Compiling half v2.7.1
16222026-06-15T08:46:53.418Z Compiling curve25519-dalek-derive v0.1.1
16232026-06-15T08:46:53.463Z Compiling num-complex v0.4.6
16242026-06-15T08:46:53.762Z Compiling base64ct v1.8.3
16252026-06-15T08:46:53.842Z Compiling base16ct v0.2.0
16262026-06-15T08:46:53.895Z Compiling opaque-debug v0.3.1
16272026-06-15T08:46:53.975Z Compiling ciborium-io v0.2.2
16282026-06-15T08:46:53.998Z Compiling password-hash v0.5.0
16292026-06-15T08:46:54.066Z Compiling ciborium-ll v0.2.2
16302026-06-15T08:46:54.066Z Compiling poly1305 v0.8.0
16312026-06-15T08:46:54.280Z Compiling elliptic-curve v0.13.8
16322026-06-15T08:46:54.492Z Compiling num v0.4.3
16332026-06-15T08:46:54.537Z Compiling darling v0.21.3
16342026-06-15T08:46:54.563Z Compiling clap v4.6.1
16352026-06-15T08:46:54.616Z Compiling thiserror-no-std v2.0.2
16362026-06-15T08:46:55.249Z Compiling chacha20 v0.9.1
16372026-06-15T08:46:55.386Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16382026-06-15T08:46:55.461Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
16392026-06-15T08:46:55.519Z Compiling blake2 v0.10.6
16402026-06-15T08:46:55.862Z Compiling aead v0.5.2
16412026-06-15T08:46:56.023Z Compiling byte-wrapper v0.1.0
16422026-06-15T08:46:56.069Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16432026-06-15T08:46:56.083Z Compiling proc-macro-error-attr v1.0.4
16442026-06-15T08:46:56.301Z Compiling keccak v0.1.6
16452026-06-15T08:46:56.357Z Compiling prettyplease v0.2.37
16462026-06-15T08:46:56.433Z Compiling heapless v0.8.0
16472026-06-15T08:46:56.486Z Compiling sha3 v0.10.9
16482026-06-15T08:46:56.540Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16492026-06-15T08:46:56.627Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
16502026-06-15T08:46:56.922Z Compiling chacha20poly1305 v0.10.1
16512026-06-15T08:46:56.990Z Compiling typify-macro v0.6.2
16522026-06-15T08:46:57.049Z Compiling argon2 v0.5.3
16532026-06-15T08:46:57.363Z Compiling vsss-rs v3.3.4
16542026-06-15T08:46:57.812Z Compiling ingot-macros v0.1.1
16552026-06-15T08:46:57.825Z Compiling ciborium v0.2.2
16562026-06-15T08:46:58.401Z Compiling usdt-macro v0.5.0
16572026-06-15T08:46:58.544Z Compiling usdt-attr-macro v0.5.0
16582026-06-15T08:46:59.361Z Compiling serde_spanned v0.6.9
16592026-06-15T08:46:59.375Z Compiling enum-as-inner v0.6.1
16602026-06-15T08:46:59.503Z Compiling hash32 v0.3.1
16612026-06-15T08:46:59.594Z Compiling proc-macro-error v1.0.4
16622026-06-15T08:46:59.656Z Compiling memmap v0.7.0
16632026-06-15T08:46:59.832Z Compiling memoffset v0.9.1
16642026-06-15T08:46:59.844Z Compiling indent_write v2.2.0
16652026-06-15T08:46:59.940Z Compiling toml_write v0.1.2
16662026-06-15T08:46:59.952Z Compiling smoltcp v0.11.0
16672026-06-15T08:46:59.973Z Compiling winnow v0.5.40
16682026-06-15T08:47:00.073Z Compiling data-encoding v2.11.0
16692026-06-15T08:47:00.102Z Compiling winnow v0.7.15
16702026-06-15T08:47:00.129Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16712026-06-15T08:47:00.291Z Compiling cfg_aliases v0.2.1
16722026-06-15T08:47:00.363Z Compiling nix v0.31.3
16732026-06-15T08:47:00.497Z Compiling usdt v0.5.0
16742026-06-15T08:47:00.555Z Compiling ingot-types v0.1.2
16752026-06-15T08:47:00.758Z Compiling typify v0.6.2
16762026-06-15T08:47:00.811Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
16772026-06-15T08:47:00.846Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16782026-06-15T08:47:00.904Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
16792026-06-15T08:47:00.947Z Compiling tabwriter v1.4.1
16802026-06-15T08:47:01.176Z Compiling cobs v0.3.0
16812026-06-15T08:47:01.338Z Compiling toml_edit v0.19.15
16822026-06-15T08:47:01.379Z Compiling serde_repr v0.1.20
16832026-06-15T08:47:01.383Z Compiling nom v8.0.0
16842026-06-15T08:47:01.434Z Compiling toml_edit v0.22.27
16852026-06-15T08:47:01.607Z Compiling managed v0.8.0
16862026-06-15T08:47:01.819Z Compiling unsafe-libyaml v0.2.11
16872026-06-15T08:47:01.977Z Compiling bitflags v1.3.2
16882026-06-15T08:47:02.053Z Compiling vcpkg v0.2.15
16892026-06-15T08:47:02.484Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16902026-06-15T08:47:02.601Z Compiling pkg-config v0.3.33
16912026-06-15T08:47:02.841Z Compiling toml v0.8.23
16922026-06-15T08:47:03.041Z Compiling openssl-sys v0.9.117
16932026-06-15T08:47:03.311Z Compiling proc-macro-crate v1.3.1
16942026-06-15T08:47:03.523Z Compiling serde_yaml v0.9.34+deprecated
16952026-06-15T08:47:03.638Z Compiling postcard v1.1.3
16962026-06-15T08:47:03.967Z Compiling ingot v0.1.1
16972026-06-15T08:47:04.623Z Compiling progenitor-impl v0.14.0
16982026-06-15T08:47:04.789Z Compiling hubpack_derive v0.1.1
16992026-06-15T08:47:04.860Z Compiling foreign-types-macros v0.2.3
17002026-06-15T08:47:05.408Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
17012026-06-15T08:47:05.460Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
17022026-06-15T08:47:05.527Z Compiling linked-hash-map v0.5.6
17032026-06-15T08:47:05.705Z Compiling resolv-conf v0.7.6
17042026-06-15T08:47:05.838Z Compiling semver v0.1.20
17052026-06-15T08:47:05.851Z Compiling swrite v0.1.0
17062026-06-15T08:47:05.944Z Compiling rayon-core v1.13.0
17072026-06-15T08:47:06.080Z Compiling static_assertions v1.1.0
17082026-06-15T08:47:06.098Z Compiling heck v0.4.1
17092026-06-15T08:47:06.156Z Compiling foreign-types-shared v0.3.1
17102026-06-15T08:47:06.219Z Compiling colored v3.1.1
17112026-06-15T08:47:06.273Z Compiling unicode-segmentation v1.13.3
17122026-06-15T08:47:06.332Z Compiling foreign-types v0.5.0
17132026-06-15T08:47:06.413Z Compiling rustc_version v0.1.7
17142026-06-15T08:47:06.469Z Compiling lru-cache v0.1.2
17152026-06-15T08:47:06.596Z Compiling newline-converter v0.3.0
17162026-06-15T08:47:06.615Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
17172026-06-15T08:47:06.701Z Compiling rustls-webpki v0.103.13
17182026-06-15T08:47:06.725Z Compiling hubpack v0.1.2
17192026-06-15T08:47:06.999Z Compiling num_enum_derive v0.5.11
17202026-06-15T08:47:07.908Z Compiling hickory-proto v0.24.4
17212026-06-15T08:47:08.037Z Compiling crossbeam-deque v0.8.6
17222026-06-15T08:47:08.209Z Compiling progenitor-macro v0.14.0
17232026-06-15T08:47:08.228Z Compiling console v0.15.11
17242026-06-15T08:47:08.684Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17252026-06-15T08:47:08.890Z Compiling camino-tempfile v1.4.1
17262026-06-15T08:47:09.148Z Compiling chacha20 v0.10.0
17272026-06-15T08:47:09.202Z Compiling serde-big-array v0.5.1
17282026-06-15T08:47:09.287Z Compiling pin-project-internal v1.1.13
17292026-06-15T08:47:09.345Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
17302026-06-15T08:47:09.407Z Compiling derive-where v1.6.1
17312026-06-15T08:47:09.871Z Compiling num-derive v0.4.2
17322026-06-15T08:47:10.378Z Compiling tokio-rustls v0.26.4
17332026-06-15T08:47:10.653Z Compiling hyper-rustls v0.27.9
17342026-06-15T08:47:10.665Z Compiling rustls-platform-verifier v0.7.0
17352026-06-15T08:47:10.902Z Compiling reqwest v0.13.4
17362026-06-15T08:47:11.393Z Compiling cstr-argument v0.1.2
17372026-06-15T08:47:11.567Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17382026-06-15T08:47:11.694Z Compiling minimal-lexical v0.2.1
17392026-06-15T08:47:11.808Z Compiling similar v2.7.0
17402026-06-15T08:47:11.960Z Compiling siphasher v1.0.3
17412026-06-15T08:47:12.162Z Compiling progenitor-client v0.14.0
17422026-06-15T08:47:12.473Z Compiling progenitor-extras v0.2.0
17432026-06-15T08:47:12.719Z Compiling expectorate v1.2.0
17442026-06-15T08:47:12.873Z Compiling phf_shared v0.12.1
17452026-06-15T08:47:13.089Z Compiling nom v7.1.3
17462026-06-15T08:47:13.307Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17472026-06-15T08:47:13.333Z Compiling progenitor v0.14.0
17482026-06-15T08:47:13.370Z Compiling pin-project v1.1.13
17492026-06-15T08:47:13.477Z Compiling hickory-resolver v0.24.4
17502026-06-15T08:47:13.565Z Compiling rand v0.10.1
17512026-06-15T08:47:13.961Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
17522026-06-15T08:47:14.444Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17532026-06-15T08:47:15.218Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17542026-06-15T08:47:15.783Z Compiling num_enum v0.5.11
17552026-06-15T08:47:15.905Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17562026-06-15T08:47:16.084Z Compiling newtype_derive v0.1.6
17572026-06-15T08:47:16.101Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
17582026-06-15T08:47:16.357Z Compiling unicode-normalization v0.1.25
17592026-06-15T08:47:16.835Z Compiling tokio-stream v0.1.18
17602026-06-15T08:47:17.328Z Compiling async-recursion v1.1.1
17612026-06-15T08:47:17.411Z Compiling snafu-derive v0.8.9
17622026-06-15T08:47:17.567Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17632026-06-15T08:47:17.813Z Compiling slog-dtrace v0.3.0
17642026-06-15T08:47:17.874Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
17652026-06-15T08:47:18.037Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
17662026-06-15T08:47:18.056Z Compiling bstr v1.12.1
17672026-06-15T08:47:18.138Z Compiling csv-core v0.1.13
17682026-06-15T08:47:18.546Z Compiling highway v1.3.0
17692026-06-15T08:47:18.933Z Compiling unicode-xid v0.2.6
17702026-06-15T08:47:19.064Z Compiling foldhash v0.1.5
17712026-06-15T08:47:19.152Z Compiling chrono-tz v0.10.4
17722026-06-15T08:47:19.250Z Compiling cancel-safe-futures v0.1.5
17732026-06-15T08:47:19.390Z Compiling same-file v1.0.6
17742026-06-15T08:47:19.521Z Compiling konst_macro_rules v0.2.19
17752026-06-15T08:47:19.570Z Compiling owo-colors v4.3.0
17762026-06-15T08:47:19.698Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
17772026-06-15T08:47:19.922Z Compiling openssl v0.10.81
17782026-06-15T08:47:19.961Z Compiling foreign-types-shared v0.1.1
17792026-06-15T08:47:19.983Z Compiling unicode-width v0.1.14
17802026-06-15T08:47:20.053Z Compiling foreign-types v0.3.2
17812026-06-15T08:47:20.262Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
17822026-06-15T08:47:20.274Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
17832026-06-15T08:47:20.376Z Compiling konst v0.2.20
17842026-06-15T08:47:20.634Z Compiling walkdir v2.5.0
17852026-06-15T08:47:20.911Z Compiling hashbrown v0.15.5
17862026-06-15T08:47:20.993Z Compiling snafu v0.8.9
17872026-06-15T08:47:21.417Z Compiling const_format_proc_macros v0.2.34
17882026-06-15T08:47:21.451Z Compiling globset v0.4.18
17892026-06-15T08:47:21.463Z Compiling csv v1.4.0
17902026-06-15T08:47:22.035Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
17912026-06-15T08:47:22.068Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
17922026-06-15T08:47:22.109Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
17932026-06-15T08:47:22.158Z Compiling qorb v0.4.1
17942026-06-15T08:47:22.226Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
17952026-06-15T08:47:22.294Z Compiling olpc-cjson v0.1.4
17962026-06-15T08:47:22.951Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17972026-06-15T08:47:22.990Z Compiling rayon v1.12.0
17982026-06-15T08:47:23.249Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
17992026-06-15T08:47:23.801Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
18002026-06-15T08:47:23.955Z Compiling phf v0.12.1
18012026-06-15T08:47:24.331Z Compiling zone_cfg_derive v0.3.1
18022026-06-15T08:47:24.435Z Compiling tokio-dtrace v0.1.1
18032026-06-15T08:47:24.507Z Compiling itertools v0.12.1
18042026-06-15T08:47:24.698Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18052026-06-15T08:47:24.746Z Compiling libsw-core v0.3.2
18062026-06-15T08:47:24.766Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18072026-06-15T08:47:24.895Z Compiling serde_plain v1.0.2
18082026-06-15T08:47:24.910Z Compiling openssl-macros v0.1.1
18092026-06-15T08:47:25.015Z Compiling pem v3.0.6
18102026-06-15T08:47:25.097Z Compiling cookie v0.18.1
18112026-06-15T08:47:25.165Z Compiling sigpipe v0.1.3
18122026-06-15T08:47:25.254Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18132026-06-15T08:47:25.347Z Compiling typed-path v0.9.3
18142026-06-15T08:47:25.363Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
18152026-06-15T08:47:25.387Z Compiling jiff v0.2.28
18162026-06-15T08:47:25.408Z Compiling bytecount v0.6.9
18172026-06-15T08:47:25.433Z Compiling fixedbitset v0.4.2
18182026-06-15T08:47:25.493Z Compiling glob v0.3.3
18192026-06-15T08:47:25.546Z Compiling fixedbitset v0.5.7
18202026-06-15T08:47:25.666Z Compiling zone v0.3.1
18212026-06-15T08:47:25.696Z Compiling petgraph v0.6.5
18222026-06-15T08:47:25.878Z Compiling petgraph v0.8.3
18232026-06-15T08:47:25.927Z Compiling papergrid v0.11.0
18242026-06-15T08:47:26.526Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18252026-06-15T08:47:26.719Z Compiling tough v0.22.0
18262026-06-15T08:47:27.245Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
18272026-06-15T08:47:27.832Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
18282026-06-15T08:47:28.802Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18292026-06-15T08:47:29.022Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18302026-06-15T08:47:29.038Z Compiling libsw v3.5.0
18312026-06-15T08:47:29.041Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18322026-06-15T08:47:29.235Z Compiling oxide-tokio-rt v0.1.6
18332026-06-15T08:47:29.551Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18342026-06-15T08:47:29.728Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18352026-06-15T08:47:29.933Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18362026-06-15T08:47:30.175Z Compiling const_format v0.2.36
18372026-06-15T08:47:30.514Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18382026-06-15T08:47:31.054Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
18392026-06-15T08:47:31.134Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18402026-06-15T08:47:31.155Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18412026-06-15T08:47:31.170Z Compiling tabled_derive v0.7.0
18422026-06-15T08:47:31.495Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18432026-06-15T08:47:31.506Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18442026-06-15T08:47:31.616Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18452026-06-15T08:47:31.630Z Compiling gethostname v0.5.0
18462026-06-15T08:47:31.641Z Compiling smf v0.2.3
18472026-06-15T08:47:31.653Z Compiling bcs v0.1.6
18482026-06-15T08:47:31.733Z Compiling termtree v0.5.1
18492026-06-15T08:47:31.748Z Compiling whoami v1.6.1
18502026-06-15T08:47:31.783Z Compiling unicode-linebreak v0.1.5
18512026-06-15T08:47:31.880Z Compiling smawk v0.3.2
18522026-06-15T08:47:31.972Z Compiling tagptr v0.2.0
18532026-06-15T08:47:32.020Z Compiling linear-map v1.2.0
18542026-06-15T08:47:32.035Z Compiling lazy_static v1.5.0
18552026-06-15T08:47:32.064Z Compiling textwrap v0.16.2
18562026-06-15T08:47:32.126Z Compiling steno v0.4.1
18572026-06-15T08:47:32.139Z Compiling moka v0.12.15
18582026-06-15T08:47:32.193Z Compiling tabled v0.15.0
18592026-06-15T08:47:32.204Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18602026-06-15T08:47:32.598Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18612026-06-15T08:47:32.934Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18622026-06-15T08:47:32.955Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18632026-06-15T08:47:33.899Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18642026-06-15T08:47:34.881Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18652026-06-15T08:47:34.965Z Compiling hickory-proto v0.25.2
18662026-06-15T08:47:35.334Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18672026-06-15T08:47:35.496Z Compiling parking_lot_core v0.8.6
18682026-06-15T08:47:35.810Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18692026-06-15T08:47:35.821Z Compiling libscf-sys v1.2.0
18702026-06-15T08:47:35.839Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18712026-06-15T08:47:35.960Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18722026-06-15T08:47:36.261Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18732026-06-15T08:47:36.371Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18742026-06-15T08:47:36.680Z Compiling parking_lot v0.11.2
18752026-06-15T08:47:36.715Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18762026-06-15T08:47:36.745Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18772026-06-15T08:47:36.762Z Compiling fxhash v0.2.1
18782026-06-15T08:47:36.903Z Compiling hickory-resolver v0.25.2
18792026-06-15T08:47:36.992Z Compiling internet-checksum v0.2.1
18802026-06-15T08:47:37.099Z Compiling sled v0.34.7
18812026-06-15T08:47:37.111Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18822026-06-15T08:47:37.828Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18832026-06-15T08:47:41.893Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18842026-06-15T08:47:43.038Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18852026-06-15T08:47:50.585Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18862026-06-15T08:47:52.193Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18872026-06-15T08:47:53.195Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18882026-06-15T08:47:54.087Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18892026-06-15T08:47:55.108Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18902026-06-15T08:48:17.384Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 02s
18912026-06-15T08:48:17.564Z────────────
18922026-06-15T08:48:17.565Z Nextest run ID d4cdf639-28bd-4ac9-96ce-4ef2612b331f with nextest profile: default
18932026-06-15T08:48:17.565Z Starting 13 tests across 1 binary (28 tests skipped)
18942026-06-15T08:48:34.382Z PASS [ 16.815s] rdb proptest::prop_ipv6_normalized_is_network_address
18952026-06-15T08:48:34.394Z PASS [ 16.827s] rdb proptest::prop_ipv4_default_contains_all
18962026-06-15T08:48:34.397Z PASS [ 16.830s] rdb proptest::prop_ipv4_normalized_is_network_address
18972026-06-15T08:48:34.408Z PASS [ 16.841s] rdb proptest::prop_ipv4_subnet_of_self
18982026-06-15T08:48:34.528Z PASS [ 16.961s] rdb proptest::prop_ipv6_default_contains_all
18992026-06-15T08:48:34.566Z PASS [ 16.999s] rdb proptest::prop_ipv6_subnet_of_self
19002026-06-15T08:48:43.509Z PASS [ 25.941s] rdb proptest::prop_static_route_key_deduplication
19012026-06-15T08:49:10.467Z PASS [ 36.054s] rdb proptest::prop_static_route_key_normalized_is_network_address
19022026-06-15T08:49:10.471Z PASS [ 36.072s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19032026-06-15T08:49:10.484Z PASS [ 36.096s] rdb proptest::prop_static_route_key_normalization_idempotent
19042026-06-15T08:49:10.639Z PASS [ 36.238s] rdb proptest::prop_static_route_key_normalization_preserves_length
19052026-06-15T08:49:17.576Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19062026-06-15T08:49:26.606Z PASS [ 52.071s] rdb proptest::prop_static_route_key_ord_consistency
19072026-06-15T08:50:17.581Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19082026-06-15T08:51:17.589Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19092026-06-15T08:52:17.597Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19102026-06-15T08:52:29.959Z PASS [ 252.365s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19112026-06-15T08:52:29.959Z────────────
19122026-06-15T08:52:29.960Z Summary [ 252.366s] 13 tests run: 13 passed (1 slow), 28 skipped
19132026-06-15T08:52:29.972Z+ cp './*.log' /work/
19142026-06-15T08:52:29.976Z+ true
19152026-06-15T08:52:29.976Z+ [[ -d proptest-regressions ]]
19162026-06-15T08:52:29.976Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19172026-06-15T08:52:29.978Z+ popd
19182026-06-15T08:52:29.978Z+ pushd bgp
19192026-06-15T08:52:29.978Z/work/oxidecomputer/maghemite
19202026-06-15T08:52:29.978Z+ PROPTEST_CASES=1000000
19212026-06-15T08:52:29.978Z+ cargo nextest run --lib proptest
19222026-06-15T08:52:29.978Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19232026-06-15T08:52:31.134Z Compiling smallvec v1.15.2
19242026-06-15T08:52:31.293Z Compiling crunchy v0.2.4
19252026-06-15T08:52:31.312Z Compiling tiny-keccak v2.0.2
19262026-06-15T08:52:31.321Z Compiling smartstring v1.0.1
19272026-06-15T08:52:31.325Z Compiling ahash v0.8.12
19282026-06-15T08:52:31.339Z Compiling thin-vec v0.2.18
19292026-06-15T08:52:31.339Z Compiling serial_test_derive v3.5.0
19302026-06-15T08:52:31.439Z Compiling icu_normalizer v2.2.0
19312026-06-15T08:52:31.454Z Compiling parking_lot_core v0.9.12
19322026-06-15T08:52:31.612Z Compiling parking_lot_core v0.8.6
19332026-06-15T08:52:31.666Z Compiling parking_lot v0.12.5
19342026-06-15T08:52:31.845Z Compiling idna_adapter v1.2.2
19352026-06-15T08:52:31.890Z Compiling tokio v1.52.3
19362026-06-15T08:52:32.031Z Compiling idna v1.1.0
19372026-06-15T08:52:32.077Z Compiling moka v0.12.15
19382026-06-15T08:52:32.081Z Compiling const-random-macro v0.1.16
19392026-06-15T08:52:32.165Z Compiling parking_lot v0.11.2
19402026-06-15T08:52:32.455Z Compiling url v2.5.8
19412026-06-15T08:52:32.573Z Compiling const-random v0.1.18
19422026-06-15T08:52:32.812Z Compiling sled v0.34.7
19432026-06-15T08:52:32.871Z Compiling rhai_codegen v3.2.0
19442026-06-15T08:52:32.882Z Compiling diff v0.1.13
19452026-06-15T08:52:32.895Z Compiling yansi v1.0.1
19462026-06-15T08:52:33.148Z Compiling schemars v0.8.22
19472026-06-15T08:52:33.167Z Compiling pretty_assertions v1.4.1
19482026-06-15T08:52:33.203Z Compiling serial_test v3.5.0
19492026-06-15T08:52:33.884Z Compiling ipnetwork v0.21.1
19502026-06-15T08:52:33.884Z Compiling newtype-uuid v1.3.2
19512026-06-15T08:52:33.884Z Compiling serde_with v3.21.0
19522026-06-15T08:52:33.916Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19532026-06-15T08:52:34.261Z Compiling oxnet v0.1.6
19542026-06-15T08:52:34.330Z Compiling byte-wrapper v0.1.0
19552026-06-15T08:52:34.610Z Compiling daft v0.1.7
19562026-06-15T08:52:34.700Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19572026-06-15T08:52:34.736Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19582026-06-15T08:52:34.882Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19592026-06-15T08:52:34.885Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19602026-06-15T08:52:35.028Z Compiling iddqd v0.4.4
19612026-06-15T08:52:35.150Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19622026-06-15T08:52:35.470Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19632026-06-15T08:52:35.504Z Compiling tokio-util v0.7.18
19642026-06-15T08:52:35.515Z Compiling tokio-rustls v0.26.4
19652026-06-15T08:52:35.663Z Compiling tower v0.5.3
19662026-06-15T08:52:35.786Z Compiling async-compression v0.4.42
19672026-06-15T08:52:36.108Z Compiling h2 v0.4.14
19682026-06-15T08:52:36.148Z Compiling tower-http v0.6.11
19692026-06-15T08:52:36.176Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19702026-06-15T08:52:36.313Z Compiling backoff v0.4.0
19712026-06-15T08:52:36.729Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19722026-06-15T08:52:37.044Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19732026-06-15T08:52:37.664Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19742026-06-15T08:52:37.678Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19752026-06-15T08:52:37.936Z Compiling typify-impl v0.6.2
19762026-06-15T08:52:37.947Z Compiling hickory-proto v0.24.4
19772026-06-15T08:52:38.352Z Compiling hyper v1.10.1
19782026-06-15T08:52:38.491Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
19792026-06-15T08:52:39.660Z Compiling hyper-util v0.1.20
19802026-06-15T08:52:39.672Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19812026-06-15T08:52:39.774Z Compiling typify v0.6.2
19822026-06-15T08:52:39.890Z Compiling progenitor-impl v0.14.0
19832026-06-15T08:52:39.995Z Compiling hickory-resolver v0.24.4
19842026-06-15T08:52:40.098Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
19852026-06-15T08:52:41.023Z Compiling hyper-rustls v0.27.9
19862026-06-15T08:52:41.247Z Compiling reqwest v0.13.4
19872026-06-15T08:52:41.385Z Compiling dropshot v0.17.1
19882026-06-15T08:52:41.417Z Compiling tokio-stream v0.1.18
19892026-06-15T08:52:41.643Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
19902026-06-15T08:52:42.707Z Compiling progenitor-client v0.14.0
19912026-06-15T08:52:43.029Z Compiling progenitor-extras v0.2.0
19922026-06-15T08:52:43.285Z Compiling progenitor v0.14.0
19932026-06-15T08:52:43.492Z Compiling qorb v0.4.1
19942026-06-15T08:52:43.982Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
19952026-06-15T08:52:44.287Z Compiling tokio-dtrace v0.1.1
19962026-06-15T08:52:44.569Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19972026-06-15T08:52:45.545Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19982026-06-15T08:52:45.684Z Compiling libsw-core v0.3.2
19992026-06-15T08:52:45.864Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20002026-06-15T08:52:46.476Z Compiling libsw v3.5.0
20012026-06-15T08:52:46.668Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
20022026-06-15T08:52:47.394Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20032026-06-15T08:52:47.587Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
20042026-06-15T08:52:47.849Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
20052026-06-15T08:52:47.966Z Compiling oxide-tokio-rt v0.1.6
20062026-06-15T08:52:48.287Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20072026-06-15T08:52:48.299Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20082026-06-15T08:52:48.348Z Compiling tough v0.22.0
20092026-06-15T08:52:48.426Z Compiling cancel-safe-futures v0.1.5
20102026-06-15T08:52:48.738Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20112026-06-15T08:52:48.807Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20122026-06-15T08:52:48.887Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20132026-06-15T08:52:49.826Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20142026-06-15T08:52:50.640Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20152026-06-15T08:52:50.917Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20162026-06-15T08:52:51.391Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20172026-06-15T08:52:51.823Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20182026-06-15T08:52:52.058Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20192026-06-15T08:52:52.366Z Compiling zone v0.3.1
20202026-06-15T08:52:52.561Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20212026-06-15T08:52:52.674Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20222026-06-15T08:52:52.815Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20232026-06-15T08:52:53.061Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20242026-06-15T08:52:53.175Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20252026-06-15T08:52:53.306Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20262026-06-15T08:52:53.318Z Compiling hickory-proto v0.25.2
20272026-06-15T08:52:53.369Z Compiling steno v0.4.1
20282026-06-15T08:52:53.572Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20292026-06-15T08:52:53.992Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20302026-06-15T08:52:54.462Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20312026-06-15T08:52:54.600Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20322026-06-15T08:52:54.849Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20332026-06-15T08:52:54.962Z Compiling rhai v1.25.1
20342026-06-15T08:52:55.379Z Compiling hickory-resolver v0.25.2
20352026-06-15T08:52:56.217Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20362026-06-15T08:52:57.140Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20372026-06-15T08:52:57.219Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20382026-06-15T08:52:58.019Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20392026-06-15T08:52:58.387Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20402026-06-15T08:52:59.666Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20412026-06-15T08:52:59.700Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20422026-06-15T08:52:59.941Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20432026-06-15T08:53:00.626Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20442026-06-15T08:53:07.405Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20452026-06-15T08:53:14.971Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20462026-06-15T08:53:16.569Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20472026-06-15T08:53:17.599Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20482026-06-15T08:53:18.531Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20492026-06-15T08:53:19.347Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20502026-06-15T08:53:21.351Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20512026-06-15T08:53:52.222Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s
20522026-06-15T08:53:52.391Z────────────
20532026-06-15T08:53:52.391Z Nextest run ID 4e8ea3da-615c-494f-9b62-317c97782336 with nextest profile: default
20542026-06-15T08:53:52.391Z Starting 17 tests across 1 binary (133 tests skipped)
20552026-06-15T08:54:09.403Z PASS [ 17.010s] bgp proptest::prop_ipv4_wire_format_roundtrip
20562026-06-15T08:54:11.346Z PASS [ 18.952s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20572026-06-15T08:54:11.444Z PASS [ 19.051s] bgp proptest::prop_ipv4_prefixes_roundtrip
20582026-06-15T08:54:12.575Z PASS [ 20.182s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20592026-06-15T08:54:13.119Z PASS [ 20.726s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20602026-06-15T08:54:13.332Z PASS [ 20.939s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20612026-06-15T08:54:21.263Z PASS [ 28.868s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20622026-06-15T08:54:26.508Z PASS [ 17.103s] bgp proptest::prop_ipv6_wire_format_roundtrip
20632026-06-15T08:54:31.457Z PASS [ 18.879s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20642026-06-15T08:54:31.576Z PASS [ 20.229s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20652026-06-15T08:54:32.302Z PASS [ 18.968s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20662026-06-15T08:54:32.701Z PASS [ 19.580s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20672026-06-15T08:54:52.400Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20682026-06-15T08:54:55.629Z PASS [ 29.116s] bgp proptest::prop_update_mp_unreach_roundtrip
20692026-06-15T08:55:00.773Z PASS [ 67.744s] bgp proptest::prop_encode_decode_semantic_equivalence
20702026-06-15T08:55:11.457Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20712026-06-15T08:55:21.281Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20722026-06-15T08:55:21.863Z PASS [ 70.397s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20732026-06-15T08:55:31.468Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20742026-06-15T08:55:33.700Z PASS [ 62.235s] bgp proptest::prop_update_traditional_roundtrip
20752026-06-15T08:55:35.370Z PASS [ 74.098s] bgp proptest::prop_update_mp_reach_roundtrip
20762026-06-15T08:55:35.374Z────────────
20772026-06-15T08:55:35.374Z Summary [ 102.967s] 17 tests run: 17 passed (4 slow), 133 skipped
20782026-06-15T08:55:35.383Z+ cp './*.log' /work/
20792026-06-15T08:55:35.386Z+ true
20802026-06-15T08:55:35.386Z+ [[ -d proptest-regressions ]]
20812026-06-15T08:55:35.386Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20822026-06-15T08:55:35.389Z+ popd
20832026-06-15T08:55:35.389Z/work/oxidecomputer/maghemite
20842026-06-15T08:55:35.390Zprocess exited: duration 713216 ms, exit code 0
 
20852026-06-15T08:55:35.396Zfound 0 output files