01KVB4XQ4H6YFCTG8CQ6Y9PHT2: 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: 01KVB4YJZ31EQHE9611388D5Y9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-17T16:00:46.709Zjob assigned to worker 01KVB4Z02D15KE8E9PFP5ZDNYN [factory aws, i-04bbbf88a795801e0] (queued for 1 m 5 s)
 
22026-06-17T16:00:53.631Zstarting task 0: "setup"
32026-06-17T16:00:53.636Z++ uname -s
42026-06-17T16:00:53.636Z+ kern=SunOS
52026-06-17T16:00:53.636Z+ build_user=build
62026-06-17T16:00:53.636Z+ build_uid=12345
72026-06-17T16:00:53.636Z+ work_dir=/work
82026-06-17T16:00:53.636Z+ input_dir=/input
92026-06-17T16:00:53.636Z+ [[ 0 == 12345 ]]
102026-06-17T16:00:53.636Z+ case "$kern" in
112026-06-17T16:00:53.636Z+ groupadd -g 12345 build
122026-06-17T16:00:53.636Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-17T16:00:55.639Z+ zfs create -o mountpoint=/work rpool/work
142026-06-17T16:00:55.712Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-17T16:00:55.716Z+ home_fs=zfs
162026-06-17T16:00:55.716Z+ [[ zfs == autofs ]]
172026-06-17T16:00:55.716Z+ mkdir -p /home/build
182026-06-17T16:00:55.716Z+ chown build:build /home/build /work
192026-06-17T16:00:57.716Z+ chmod 0700 /home/build /work
202026-06-17T16:00:57.720Zprocess exited: duration 4096 ms, exit code 0
 
212026-06-17T16:00:57.726Zstarting task 1: "rust-toolchain"
222026-06-17T16:00:57.731Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-17T16:00:57.731Z * rust toolchain channel = "stable"
242026-06-17T16:00:57.731Z * rust toolchain profile = "default"
252026-06-17T16:00:57.731Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-17T16:00:57.731Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-17T16:00:57.731Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-17T16:00:57.735Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-17T16:00:57.735Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-17T16:00:57.857Zinfo: downloading installer
312026-06-17T16:00:59.297Zwarn: It looks like you have an existing installation of Rust at:
322026-06-17T16:00:59.298Zwarn: /opt/ooce/bin
332026-06-17T16:00:59.298Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-17T16:00:59.298Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-17T16:00:59.298Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-17T16:00:59.298Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-17T16:00:59.298Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-17T16:00:59.298Zerror: cannot install while Rust is installed
392026-06-17T16:00:59.298Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-17T16:00:59.298Zwarn: It looks like you have an existing rustup settings file at:
412026-06-17T16:00:59.298Zwarn: /home/build/.rustup/settings.toml
422026-06-17T16:00:59.298Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-17T16:00:59.298Zwarn: instead of the one inferred from the default host triple.
442026-06-17T16:00:59.313Zinfo: profile set to default
452026-06-17T16:00:59.313Zinfo: default host triple is x86_64-unknown-illumos
462026-06-17T16:00:59.321Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-17T16:00:59.486Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-17T16:00:59.494Zinfo: downloading 6 components
492026-06-17T16:01:14.834Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-17T16:01:14.834Z
512026-06-17T16:01:14.840Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-17T16:01:14.840Z
532026-06-17T16:01:14.841Z
542026-06-17T16:01:14.841ZRust is installed now. Great!
552026-06-17T16:01:14.841Z
562026-06-17T16:01:14.841ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-17T16:01:14.841Zenvironment variable. This has not been done automatically.
582026-06-17T16:01:14.842Z
592026-06-17T16:01:14.842ZTo configure your current shell, you need to source
602026-06-17T16:01:14.842Zthe corresponding env file under $HOME/.cargo.
612026-06-17T16:01:14.842Z
622026-06-17T16:01:14.842ZThis is usually done by running one of the following (note the leading DOT):
632026-06-17T16:01:14.842Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-17T16:01:14.842Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-17T16:01:14.842Zsource "~/.cargo/env.nu" # For nushell
662026-06-17T16:01:14.842Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-17T16:01:14.843Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-17T16:01:14.843Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-17T16:01:14.845Zwarn: no default linker (`cc`) was found in your PATH
702026-06-17T16:01:14.845Zwarn: many Rust crates require a system C toolchain to build
712026-06-17T16:01:14.960Z+ rustup --version
722026-06-17T16:01:15.000Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-17T16:01:15.000Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-17T16:01:15.000Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-17T16:01:15.000Z+ cargo --version
762026-06-17T16:01:15.000Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-17T16:01:15.012Z+ rustc --version
782026-06-17T16:01:15.022Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-17T16:01:15.022Zprocess exited: duration 17260 ms, exit code 0
 
802026-06-17T16:01:15.067Zstarting task 2: "authentication"
812026-06-17T16:01:15.094Zprocess exited: duration 33 ms, exit code 0
 
822026-06-17T16:01:15.113Zstarting task 3: "clone repository"
832026-06-17T16:01:15.119Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-17T16:01:15.119Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-17T16:01:15.152ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-17T16:01:16.552Z+ cd /work/oxidecomputer/maghemite
872026-06-17T16:01:16.552Z+ git fetch origin 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
882026-06-17T16:01:16.824ZFrom https://github.com/oxidecomputer/maghemite
892026-06-17T16:01:16.824Z * branch 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 -> FETCH_HEAD
902026-06-17T16:01:16.829Z+ [[ -n trey/md5-auth-key ]]
912026-06-17T16:01:16.829Z++ git branch --show-current
922026-06-17T16:01:16.832Z+ current=main
932026-06-17T16:01:16.832Z+ [[ main != trey/md5-auth-key ]]
942026-06-17T16:01:16.832Z+ git branch -f trey/md5-auth-key 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
952026-06-17T16:01:16.832Z+ git checkout -f trey/md5-auth-key
962026-06-17T16:01:16.851ZSwitched to branch 'trey/md5-auth-key'
972026-06-17T16:01:16.854Z+ git reset --hard 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
982026-06-17T16:01:16.869ZHEAD is now at 2b5cf1e fmt: yank trailing newline
992026-06-17T16:01:16.878Zprocess exited: duration 1764 ms, exit code 0
 
1002026-06-17T16:01:16.902Zstarting task 4: "build"
1012026-06-17T16:01:16.909Z+ set -e
1022026-06-17T16:01:16.909Z+ NEXTEST_VERSION=0.9.97
1032026-06-17T16:01:16.909Z+ PLATFORM=illumos
1042026-06-17T16:01:16.909Z+ cargo --version
1052026-06-17T16:01:16.914Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-17T16:01:17.061Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-17T16:01:17.064Zinfo: downloading 6 components
1082026-06-17T16:01:32.275Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-17T16:01:32.281Z+ rustc --version
1102026-06-17T16:01:32.306Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-17T16:01:32.309Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-17T16:01:32.350Z Updating crates.io index
1132026-06-17T16:01:32.459Z Downloading crates ...
1142026-06-17T16:01:32.514Z Downloaded cargo-nextest v0.9.97
1152026-06-17T16:01:32.576Z Installing cargo-nextest v0.9.97
1162026-06-17T16:01:32.616Z Updating crates.io index
1172026-06-17T16:01:35.614Z Locking 404 packages to latest compatible versions
1182026-06-17T16:01:35.619Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-17T16:01:35.623Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-17T16:01:35.623Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-17T16:01:35.623Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-17T16:01:35.626Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-17T16:01:35.626Z Adding itertools v0.14.0 (available: v0.15.0)
1242026-06-17T16:01:35.626Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1252026-06-17T16:01:35.626Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1262026-06-17T16:01:35.629Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1272026-06-17T16:01:35.632Z Adding quick-junit v0.5.2 (available: v0.6.0)
1282026-06-17T16:01:35.660Z Downloading crates ...
1292026-06-17T16:01:35.732Z Downloaded backtrace-ext v0.2.1
1302026-06-17T16:01:35.737Z Downloaded adler2 v2.0.1
1312026-06-17T16:01:35.740Z Downloaded base64ct v1.8.3
1322026-06-17T16:01:35.745Z Downloaded addr2line v0.25.1
1332026-06-17T16:01:35.748Z Downloaded cargo-platform v0.2.0
1342026-06-17T16:01:35.751Z Downloaded home v0.5.12
1352026-06-17T16:01:35.751Z Downloaded color-spantrace v0.3.0
1362026-06-17T16:01:35.751Z Downloaded cfg-if v1.0.4
1372026-06-17T16:01:35.754Z Downloaded base64 v0.22.1
1382026-06-17T16:01:35.754Z Downloaded block-buffer v0.10.4
1392026-06-17T16:01:35.757Z Downloaded cargo_metadata v0.23.1
1402026-06-17T16:01:35.760Z Downloaded backtrace v0.3.76
1412026-06-17T16:01:35.763Z Downloaded atomicwrites v0.4.4
1422026-06-17T16:01:35.766Z Downloaded idna_adapter v1.0.0
1432026-06-17T16:01:35.768Z Downloaded clap_lex v1.1.0
1442026-06-17T16:01:35.769Z Downloaded camino-tempfile v1.4.1
1452026-06-17T16:01:35.773Z Downloaded foreign-types-shared v0.1.1
1462026-06-17T16:01:35.775Z Downloaded foreign-types v0.3.2
1472026-06-17T16:01:35.779Z Downloaded rand_core v0.6.4
1482026-06-17T16:01:35.779Z Downloaded http-body v1.0.1
1492026-06-17T16:01:35.779Z Downloaded hex v0.4.3
1502026-06-17T16:01:35.783Z Downloaded equivalent v1.0.2
1512026-06-17T16:01:35.783Z Downloaded curve25519-dalek-derive v0.1.1
1522026-06-17T16:01:35.783Z Downloaded quick-junit v0.5.2
1532026-06-17T16:01:35.786Z Downloaded foldhash v0.1.5
1542026-06-17T16:01:35.786Z Downloaded openssl-probe v0.2.1
1552026-06-17T16:01:35.788Z Downloaded clap v4.6.1
1562026-06-17T16:01:35.791Z Downloaded hyper-tls v0.6.0
1572026-06-17T16:01:35.794Z Downloaded colorchoice v1.0.5
1582026-06-17T16:01:35.794Z Downloaded cfg_aliases v0.2.1
1592026-06-17T16:01:35.797Z Downloaded find-msvc-tools v0.1.9
1602026-06-17T16:01:35.797Z Downloaded debug-ignore v1.0.5
1612026-06-17T16:01:35.800Z Downloaded pin-project-lite v0.2.17
1622026-06-17T16:01:35.803Z Downloaded is_ci v1.2.0
1632026-06-17T16:01:35.806Z Downloaded itoa v1.0.18
1642026-06-17T16:01:35.806Z Downloaded futures-io v0.3.32
1652026-06-17T16:01:35.809Z Downloaded percent-encoding v2.3.2
1662026-06-17T16:01:35.809Z Downloaded pathdiff v0.2.3
1672026-06-17T16:01:35.809Z Downloaded fnv v1.0.7
1682026-06-17T16:01:35.811Z Downloaded rustc-hash v2.1.2
1692026-06-17T16:01:35.814Z Downloaded generic-array v0.14.7
1702026-06-17T16:01:35.817Z Downloaded quinn-udp v0.5.14
1712026-06-17T16:01:35.817Z Downloaded pkcs8 v0.10.2
1722026-06-17T16:01:35.821Z Downloaded convert_case v0.10.0
1732026-06-17T16:01:35.824Z Downloaded eyre v0.6.12
1742026-06-17T16:01:35.827Z Downloaded ordered-float v2.10.1
1752026-06-17T16:01:35.827Z Downloaded futures-task v0.3.32
1762026-06-17T16:01:35.827Z Downloaded nextest-workspace-hack v0.1.0
1772026-06-17T16:01:35.830Z Downloaded nested v0.1.1
1782026-06-17T16:01:35.830Z Downloaded heck v0.5.0
1792026-06-17T16:01:35.830Z Downloaded atomic-waker v1.1.2
1802026-06-17T16:01:35.833Z Downloaded os_pipe v1.2.3
1812026-06-17T16:01:35.836Z Downloaded errno v0.3.14
1822026-06-17T16:01:35.836Z Downloaded guppy-workspace-hack v0.1.0
1832026-06-17T16:01:35.840Z Downloaded anstyle-query v1.1.5
1842026-06-17T16:01:35.843Z Downloaded futures-core v0.3.32
1852026-06-17T16:01:35.843Z Downloaded is_terminal_polyfill v1.70.2
1862026-06-17T16:01:35.847Z Downloaded futures-macro v0.3.32
1872026-06-17T16:01:35.847Z Downloaded indent_write v2.2.0
1882026-06-17T16:01:35.847Z Downloaded serde_spanned v1.1.1
1892026-06-17T16:01:35.850Z Downloaded lru-slab v0.1.2
1902026-06-17T16:01:35.850Z Downloaded form_urlencoded v1.2.2
1912026-06-17T16:01:35.850Z Downloaded enable-ansi-support v0.2.1
1922026-06-17T16:01:35.855Z Downloaded mukti-metadata v0.3.0
1932026-06-17T16:01:35.855Z Downloaded rustc_version v0.4.1
1942026-06-17T16:01:35.855Z Downloaded openssl-macros v0.1.1
1952026-06-17T16:01:35.855Z Downloaded indenter v0.3.4
1962026-06-17T16:01:35.862Z Downloaded async-scoped v0.9.0
1972026-06-17T16:01:35.862Z Downloaded document-features v0.2.12
1982026-06-17T16:01:35.862Z Downloaded crypto-common v0.1.7
1992026-06-17T16:01:35.862Z Downloaded futures-sink v0.3.32
2002026-06-17T16:01:35.865Z Downloaded number_prefix v0.4.0
2012026-06-17T16:01:35.867Z Downloaded serde-value v0.7.0
2022026-06-17T16:01:35.870Z Downloaded serde_urlencoded v0.7.1
2032026-06-17T16:01:35.870Z Downloaded serde_ignored v0.1.14
2042026-06-17T16:01:35.875Z Downloaded futures-channel v0.3.32
2052026-06-17T16:01:35.878Z Downloaded dialoguer v0.11.0
2062026-06-17T16:01:35.881Z Downloaded cargo-platform v0.3.3
2072026-06-17T16:01:35.881Z Downloaded futures-executor v0.3.32
2082026-06-17T16:01:35.881Z Downloaded cpufeatures v0.2.17
2092026-06-17T16:01:35.884Z Downloaded const-oid v0.9.6
2102026-06-17T16:01:35.884Z Downloaded camino v1.2.2
2112026-06-17T16:01:35.887Z Downloaded fastrand v2.4.1
2122026-06-17T16:01:35.887Z Downloaded cargo_metadata v0.20.0
2132026-06-17T16:01:35.890Z Downloaded anstyle v1.0.14
2142026-06-17T16:01:35.890Z Downloaded fixedbitset v0.5.7
2152026-06-17T16:01:35.893Z Downloaded erased-serde v0.4.10
2162026-06-17T16:01:35.893Z Downloaded shell-words v1.1.1
2172026-06-17T16:01:35.913Z Downloaded sigchld v0.2.4
2182026-06-17T16:01:35.913Z Downloaded quote v1.0.45
2192026-06-17T16:01:35.913Z Downloaded console v0.15.11
2202026-06-17T16:01:35.917Z Downloaded signature v2.2.0
2212026-06-17T16:01:35.917Z Downloaded owo-colors v4.3.0
2222026-06-17T16:01:35.917Z Downloaded subtle v2.6.1
2232026-06-17T16:01:35.917Z Downloaded rustc-demangle v0.1.27
2242026-06-17T16:01:35.917Z Downloaded humantime-serde v1.1.1
2252026-06-17T16:01:35.917Z Downloaded anstyle-parse v1.0.0
2262026-06-17T16:01:35.917Z Downloaded swrite v0.1.0
2272026-06-17T16:01:35.917Z Downloaded supports-color v3.0.2
2282026-06-17T16:01:35.917Z Downloaded parking_lot_core v0.9.12
2292026-06-17T16:01:35.917Z Downloaded digest v0.10.7
2302026-06-17T16:01:35.917Z Downloaded litrs v1.0.0
2312026-06-17T16:01:35.917Z Downloaded autocfg v1.5.1
2322026-06-17T16:01:35.917Z Downloaded strsim v0.11.1
2332026-06-17T16:01:35.917Z Downloaded cargo-util-schemas v0.2.0
2342026-06-17T16:01:35.917Z Downloaded signal-hook-mio v0.2.5
2352026-06-17T16:01:35.920Z Downloaded shared_child v1.1.1
2362026-06-17T16:01:35.920Z Downloaded filetime v0.2.29
2372026-06-17T16:01:35.920Z Downloaded sync_wrapper v1.0.2
2382026-06-17T16:01:35.923Z Downloaded duct v0.13.7
2392026-06-17T16:01:35.923Z Downloaded supports-unicode v3.0.0
2402026-06-17T16:01:35.923Z Downloaded supports-hyperlinks v3.2.0
2412026-06-17T16:01:35.927Z Downloaded strip-ansi-escapes v0.2.1
2422026-06-17T16:01:35.931Z Downloaded terminal_size v0.4.4
2432026-06-17T16:01:35.931Z Downloaded cfg-expr v0.20.8
2442026-06-17T16:01:35.932Z Downloaded lazy_static v1.5.0
2452026-06-17T16:01:35.935Z Downloaded rand_chacha v0.9.0
2462026-06-17T16:01:35.935Z Downloaded lock_api v0.4.14
2472026-06-17T16:01:35.935Z Downloaded humantime v2.3.0
2482026-06-17T16:01:35.935Z Downloaded either v1.16.0
2492026-06-17T16:01:35.938Z Downloaded serde-untagged v0.1.9
2502026-06-17T16:01:35.941Z Downloaded serde_spanned v0.6.9
2512026-06-17T16:01:35.944Z Downloaded serde_path_to_error v0.1.20
2522026-06-17T16:01:35.944Z Downloaded scopeguard v1.2.0
2532026-06-17T16:01:35.948Z Downloaded anstream v1.0.0
2542026-06-17T16:01:35.948Z Downloaded getrandom v0.2.17
2552026-06-17T16:01:35.948Z Downloaded sha2 v0.10.9
2562026-06-17T16:01:35.951Z Downloaded ahash v0.8.12
2572026-06-17T16:01:35.951Z Downloaded tinyvec_macros v0.1.1
2582026-06-17T16:01:35.953Z Downloaded jobserver v0.1.34
2592026-06-17T16:01:35.954Z Downloaded rand_core v0.9.5
2602026-06-17T16:01:35.956Z Downloaded toml_datetime v0.6.11
2612026-06-17T16:01:35.959Z Downloaded bytes v1.11.1
2622026-06-17T16:01:35.963Z Downloaded shlex v2.0.1
2632026-06-17T16:01:35.963Z Downloaded smol_str v0.3.6
2642026-06-17T16:01:35.963Z Downloaded simd-adler32 v0.3.9
2652026-06-17T16:01:35.966Z Downloaded static_assertions v1.1.0
2662026-06-17T16:01:35.966Z Downloaded native-tls v0.2.18
2672026-06-17T16:01:35.966Z Downloaded ipnet v2.12.0
2682026-06-17T16:01:35.970Z Downloaded http-body-util v0.1.3
2692026-06-17T16:01:35.970Z Downloaded bitflags v2.13.0
2702026-06-17T16:01:35.973Z Downloaded tower-layer v0.3.3
2712026-06-17T16:01:35.973Z Downloaded tracing-error v0.2.1
2722026-06-17T16:01:35.973Z Downloaded toml_write v0.1.2
2732026-06-17T16:01:35.973Z Downloaded signal-hook-registry v1.4.8
2742026-06-17T16:01:35.976Z Downloaded self-replace v1.5.0
2752026-06-17T16:01:35.976Z Downloaded nextest-metadata v0.12.2
2762026-06-17T16:01:35.976Z Downloaded miette-derive v7.6.0
2772026-06-17T16:01:35.976Z Downloaded hyper-rustls v0.27.9
2782026-06-17T16:01:35.981Z Downloaded crc32fast v1.5.0
2792026-06-17T16:01:35.984Z Downloaded self_update v0.42.0
2802026-06-17T16:01:35.984Z Downloaded ppv-lite86 v0.2.21
2812026-06-17T16:01:35.984Z Downloaded globset v0.4.18
2822026-06-17T16:01:35.987Z Downloaded ed25519 v2.2.3
2832026-06-17T16:01:35.987Z Downloaded clap_derive v4.6.1
2842026-06-17T16:01:35.990Z Downloaded target-spec-miette v0.4.8
2852026-06-17T16:01:35.990Z Downloaded target-lexicon v0.13.5
2862026-06-17T16:01:35.994Z Downloaded try-lock v0.2.5
2872026-06-17T16:01:35.994Z Downloaded unicode-linebreak v0.1.5
2882026-06-17T16:01:35.994Z Downloaded futures v0.3.32
2892026-06-17T16:01:35.998Z Downloaded tower-service v0.3.3
2902026-06-17T16:01:35.998Z Downloaded memchr v2.8.2
2912026-06-17T16:01:36.001Z Downloaded future-queue v0.4.0
2922026-06-17T16:01:36.002Z Downloaded pkg-config v0.3.33
2932026-06-17T16:01:36.002Z Downloaded iana-time-zone v0.1.65
2942026-06-17T16:01:36.005Z Downloaded spki v0.7.3
2952026-06-17T16:01:36.005Z Downloaded typeid v1.0.3
2962026-06-17T16:01:36.010Z Downloaded unicode-xid v0.2.6
2972026-06-17T16:01:36.013Z Downloaded thiserror-impl v1.0.69
2982026-06-17T16:01:36.013Z Downloaded utf8parse v0.2.2
2992026-06-17T16:01:36.013Z Downloaded version_check v0.9.5
3002026-06-17T16:01:36.013Z Downloaded untrusted v0.9.0
3012026-06-17T16:01:36.017Z Downloaded thread_local v1.1.9
3022026-06-17T16:01:36.020Z Downloaded newtype-uuid v1.3.2
3032026-06-17T16:01:36.020Z Downloaded rustls-pki-types v1.14.1
3042026-06-17T16:01:36.023Z Downloaded tokio-native-tls v0.3.1
3052026-06-17T16:01:36.023Z Downloaded tokio-macros v2.7.0
3062026-06-17T16:01:36.026Z Downloaded thiserror-impl v2.0.18
3072026-06-17T16:01:36.026Z Downloaded semver v1.0.28
3082026-06-17T16:01:36.026Z Downloaded utf8_iter v1.0.4
3092026-06-17T16:01:36.026Z Downloaded parking_lot v0.12.5
3102026-06-17T16:01:36.029Z Downloaded want v0.3.1
3112026-06-17T16:01:36.029Z Downloaded urlencoding v2.1.3
3122026-06-17T16:01:36.029Z Downloaded thiserror v2.0.18
3132026-06-17T16:01:36.034Z Downloaded xattr v1.6.1
3142026-06-17T16:01:36.037Z Downloaded borsh v1.6.1
3152026-06-17T16:01:36.041Z Downloaded slab v0.4.12
3162026-06-17T16:01:36.041Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3172026-06-17T16:01:36.046Z Downloaded toml_writer v1.1.1+spec-1.1.0
3182026-06-17T16:01:36.049Z Downloaded pin-project-internal v1.1.13
3192026-06-17T16:01:36.049Z Downloaded nextest-filtering v0.15.0
3202026-06-17T16:01:36.052Z Downloaded tracing-log v0.2.0
3212026-06-17T16:01:36.055Z Downloaded getrandom v0.4.2
3222026-06-17T16:01:36.058Z Downloaded derive-where v1.6.1
3232026-06-17T16:01:36.060Z Downloaded pin-project v1.1.13
3242026-06-17T16:01:36.064Z Downloaded config v0.15.24
3252026-06-17T16:01:36.068Z Downloaded unicase v2.9.0
3262026-06-17T16:01:36.072Z Downloaded serde_derive v1.0.228
3272026-06-17T16:01:36.072Z Downloaded serde_core v1.0.228
3282026-06-17T16:01:36.076Z Downloaded smallvec v1.15.2
3292026-06-17T16:01:36.076Z Downloaded tempfile v3.27.0
3302026-06-17T16:01:36.076Z Downloaded target-spec v3.6.0
3312026-06-17T16:01:36.084Z Downloaded thiserror v1.0.69
3322026-06-17T16:01:36.087Z Downloaded xxhash-rust v0.8.15
3332026-06-17T16:01:36.087Z Downloaded tokio-rustls v0.26.4
3342026-06-17T16:01:36.087Z Downloaded log v0.4.32
3352026-06-17T16:01:36.087Z Downloaded httparse v1.10.1
3362026-06-17T16:01:36.087Z Downloaded sharded-slab v0.1.7
3372026-06-17T16:01:36.091Z Downloaded once_cell v1.21.4
3382026-06-17T16:01:36.091Z Downloaded signal-hook v0.3.18
3392026-06-17T16:01:36.094Z Downloaded zeroize v1.9.0
3402026-06-17T16:01:36.094Z Downloaded tokio-stream v0.1.18
3412026-06-17T16:01:36.096Z Downloaded zmij v1.0.21
3422026-06-17T16:01:36.096Z Downloaded ryu v1.0.23
3432026-06-17T16:01:36.099Z Downloaded num-traits v0.2.19
3442026-06-17T16:01:36.099Z Downloaded getrandom v0.3.4
3452026-06-17T16:01:36.115Z Downloaded miniz_oxide v0.8.9
3462026-06-17T16:01:36.119Z Downloaded indicatif v0.17.11
3472026-06-17T16:01:36.119Z Downloaded toml v0.8.23
3482026-06-17T16:01:36.122Z Downloaded der v0.7.10
3492026-06-17T16:01:36.125Z Downloaded tracing-attributes v0.1.31
3502026-06-17T16:01:36.125Z Downloaded zstd v0.13.3
3512026-06-17T16:01:36.128Z Downloaded textwrap v0.16.2
3522026-06-17T16:01:36.133Z Downloaded zipsign-api v0.1.5
3532026-06-17T16:01:36.135Z Downloaded socket2 v0.6.4
3542026-06-17T16:01:36.135Z Downloaded tinyvec v1.11.0
3552026-06-17T16:01:36.142Z Downloaded derive_more v2.1.1
3562026-06-17T16:01:36.149Z Downloaded proc-macro2 v1.0.106
3572026-06-17T16:01:36.154Z Downloaded unicode-ident v1.0.24
3582026-06-17T16:01:36.158Z Downloaded openssl-sys v0.9.117
3592026-06-17T16:01:36.163Z Downloaded uuid v1.23.3
3602026-06-17T16:01:36.166Z Downloaded zstd-safe v7.2.4
3612026-06-17T16:01:36.169Z Downloaded toml v1.1.2+spec-1.1.0
3622026-06-17T16:01:36.172Z Downloaded toml_parser v1.1.2+spec-1.1.0
3632026-06-17T16:01:36.172Z Downloaded flate2 v1.1.9
3642026-06-17T16:01:36.175Z Downloaded cc v1.2.64
3652026-06-17T16:01:36.178Z Downloaded ed25519-dalek v2.2.0
3662026-06-17T16:01:36.181Z Downloaded vte v0.14.1
3672026-06-17T16:01:36.181Z Downloaded derive_more-impl v2.1.1
3682026-06-17T16:01:36.183Z Downloaded serde v1.0.228
3692026-06-17T16:01:36.194Z Downloaded quinn v0.11.9
3702026-06-17T16:01:36.209Z Downloaded toml_edit v0.22.27
3712026-06-17T16:01:36.212Z Downloaded url v2.5.8
3722026-06-17T16:01:36.215Z Downloaded hyper-util v0.1.20
3732026-06-17T16:01:36.220Z Downloaded tar v0.4.46
3742026-06-17T16:01:36.222Z Downloaded tracing-core v0.1.36
3752026-06-17T16:01:36.223Z Downloaded http v1.4.2
3762026-06-17T16:01:36.225Z Downloaded mio v1.2.1
3772026-06-17T16:01:36.228Z Downloaded crossterm v0.29.0
3782026-06-17T16:01:36.232Z Downloaded rand v0.9.4
3792026-06-17T16:01:36.236Z Downloaded indexmap v2.14.0
3802026-06-17T16:01:36.240Z Downloaded miette v7.6.0
3812026-06-17T16:01:36.248Z Downloaded tower v0.5.3
3822026-06-17T16:01:36.252Z Downloaded unicode-segmentation v1.13.3
3832026-06-17T16:01:36.255Z Downloaded typenum v1.20.1
3842026-06-17T16:01:36.259Z Downloaded hashbrown v0.15.5
3852026-06-17T16:01:36.262Z Downloaded guppy v0.17.26
3862026-06-17T16:01:36.265Z Downloaded rustls-webpki v0.103.13
3872026-06-17T16:01:36.278Z Downloaded serde_json v1.0.150
3882026-06-17T16:01:36.282Z Downloaded clap_builder v4.6.0
3892026-06-17T16:01:36.285Z Downloaded tokio-util v0.7.18
3902026-06-17T16:01:36.289Z Downloaded aho-corasick v1.1.4
3912026-06-17T16:01:36.292Z Downloaded unicode-normalization v0.1.25
3922026-06-17T16:01:36.297Z Downloaded h2 v0.4.15
3932026-06-17T16:01:36.299Z Downloaded hashbrown v0.17.1
3942026-06-17T16:01:36.302Z Downloaded futures-util v0.3.32
3952026-06-17T16:01:36.311Z Downloaded ron v0.12.1
3962026-06-17T16:01:36.341Z Downloaded regex v1.12.4
3972026-06-17T16:01:36.344Z Downloaded hyper v1.10.1
3982026-06-17T16:01:36.347Z Downloaded winnow v0.7.15
3992026-06-17T16:01:36.352Z Downloaded chrono v0.4.45
4002026-06-17T16:01:36.356Z Downloaded pulldown-cmark v0.13.4
4012026-06-17T16:01:36.359Z Downloaded winnow v1.0.3
4022026-06-17T16:01:36.364Z Downloaded tracing-subscriber v0.3.23
4032026-06-17T16:01:36.369Z Downloaded reqwest v0.12.28
4042026-06-17T16:01:36.373Z Downloaded idna v1.1.0
4052026-06-17T16:01:36.376Z Downloaded itertools v0.14.0
4062026-06-17T16:01:36.379Z Downloaded vcpkg v0.2.15
4072026-06-17T16:01:36.402Z Downloaded tower-http v0.6.11
4082026-06-17T16:01:36.406Z Downloaded unicode-width v0.1.14
4092026-06-17T16:01:36.409Z Downloaded unicode-width v0.2.2
4102026-06-17T16:01:36.412Z Downloaded portable-atomic v1.13.1
4112026-06-17T16:01:36.416Z Downloaded curve25519-dalek v4.1.3
4122026-06-17T16:01:36.422Z Downloaded quick-xml v0.37.5
4132026-06-17T16:01:36.426Z Downloaded bstr v1.12.1
4142026-06-17T16:01:36.430Z Downloaded gimli v0.32.3
4152026-06-17T16:01:36.442Z Downloaded quick-xml v0.38.4
4162026-06-17T16:01:36.456Z Downloaded color-eyre v0.6.5
4172026-06-17T16:01:36.464Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4182026-06-17T16:01:36.474Z Downloaded quinn-proto v0.11.14
4192026-06-17T16:01:36.493Z Downloaded webpki-roots v1.0.8
4202026-06-17T16:01:36.549Z Downloaded syn v2.0.118
4212026-06-17T16:01:36.554Z Downloaded nextest-runner v0.80.0
4222026-06-17T16:01:36.562Z Downloaded zerocopy v0.8.52
4232026-06-17T16:01:36.572Z Downloaded openssl v0.10.81
4242026-06-17T16:01:36.584Z Downloaded object v0.37.3
4252026-06-17T16:01:36.595Z Downloaded nix v0.30.1
4262026-06-17T16:01:36.604Z Downloaded rustix v0.38.44
4272026-06-17T16:01:36.616Z Downloaded regex-syntax v0.8.11
4282026-06-17T16:01:36.630Z Downloaded rustls v0.23.40
4292026-06-17T16:01:36.637Z Downloaded rustix v1.1.4
4302026-06-17T16:01:36.667Z Downloaded tracing v0.1.44
4312026-06-17T16:01:36.737Z Downloaded regex-automata v0.4.14
4322026-06-17T16:01:36.785Z Downloaded petgraph v0.8.3
4332026-06-17T16:01:36.797Z Downloaded libc v0.2.186
4342026-06-17T16:01:36.832Z Downloaded tokio v1.52.3
4352026-06-17T16:01:36.888Z Downloaded recursion v0.5.4
4362026-06-17T16:01:36.897Z Downloaded ring v0.17.14
4372026-06-17T16:01:36.956Z Compiling proc-macro2 v1.0.106
4382026-06-17T16:01:36.956Z Compiling libc v0.2.186
4392026-06-17T16:01:36.959Z Compiling unicode-ident v1.0.24
4402026-06-17T16:01:36.959Z Compiling quote v1.0.45
4412026-06-17T16:01:36.959Z Compiling serde_core v1.0.228
4422026-06-17T16:01:36.959Z Compiling cfg-if v1.0.4
4432026-06-17T16:01:36.959Z Compiling memchr v2.8.2
4442026-06-17T16:01:37.096Z Compiling once_cell v1.21.4
4452026-06-17T16:01:37.196Z Compiling log v0.4.32
4462026-06-17T16:01:37.235Z Compiling pin-project-lite v0.2.17
4472026-06-17T16:01:37.327Z Compiling itoa v1.0.18
4482026-06-17T16:01:37.374Z Compiling serde v1.0.228
4492026-06-17T16:01:37.505Z Compiling futures-core v0.3.32
4502026-06-17T16:01:37.560Z Compiling smallvec v1.15.2
4512026-06-17T16:01:37.658Z Compiling bitflags v2.13.0
4522026-06-17T16:01:37.731Z Compiling hashbrown v0.17.1
4532026-06-17T16:01:37.808Z Compiling shlex v2.0.1
4542026-06-17T16:01:37.986Z Compiling errno v0.3.14
4552026-06-17T16:01:38.050Z Compiling find-msvc-tools v0.1.9
4562026-06-17T16:01:38.062Z Compiling equivalent v1.0.2
4572026-06-17T16:01:38.173Z Compiling signal-hook-registry v1.4.8
4582026-06-17T16:01:38.210Z Compiling jobserver v0.1.34
4592026-06-17T16:01:38.223Z Compiling bytes v1.11.1
4602026-06-17T16:01:38.288Z Compiling mio v1.2.1
4612026-06-17T16:01:38.309Z Compiling futures-sink v0.3.32
4622026-06-17T16:01:38.396Z Compiling syn v2.0.118
4632026-06-17T16:01:38.411Z Compiling cc v1.2.64
4642026-06-17T16:01:38.420Z Compiling rustix v1.1.4
4652026-06-17T16:01:38.524Z Compiling socket2 v0.6.4
4662026-06-17T16:01:38.715Z Compiling slab v0.4.12
4672026-06-17T16:01:38.923Z Compiling zmij v1.0.21
4682026-06-17T16:01:38.987Z Compiling futures-channel v0.3.32
4692026-06-17T16:01:39.081Z Compiling tracing-core v0.1.36
4702026-06-17T16:01:39.241Z Compiling version_check v0.9.5
4712026-06-17T16:01:39.271Z Compiling serde_json v1.0.150
4722026-06-17T16:01:39.507Z Compiling indexmap v2.14.0
4732026-06-17T16:01:39.534Z Compiling futures-io v0.3.32
4742026-06-17T16:01:39.546Z Compiling futures-task v0.3.32
4752026-06-17T16:01:39.640Z Compiling getrandom v0.4.2
4762026-06-17T16:01:39.710Z Compiling percent-encoding v2.3.2
4772026-06-17T16:01:39.725Z Compiling unicode-width v0.2.2
4782026-06-17T16:01:39.968Z Compiling camino v1.2.2
4792026-06-17T16:01:40.065Z Compiling ring v0.17.14
4802026-06-17T16:01:40.213Z Compiling http v1.4.2
4812026-06-17T16:01:40.216Z Compiling autocfg v1.5.1
4822026-06-17T16:01:40.369Z Compiling simd-adler32 v0.3.9
4832026-06-17T16:01:40.381Z Compiling zeroize v1.9.0
4842026-06-17T16:01:40.579Z Compiling adler2 v2.0.1
4852026-06-17T16:01:40.591Z Compiling num-traits v0.2.19
4862026-06-17T16:01:40.747Z Compiling miniz_oxide v0.8.9
4872026-06-17T16:01:41.001Z Compiling zerocopy v0.8.52
4882026-06-17T16:01:41.253Z Compiling target-lexicon v0.13.5
4892026-06-17T16:01:41.429Z Compiling object v0.37.3
4902026-06-17T16:01:41.451Z Compiling getrandom v0.3.4
4912026-06-17T16:01:41.799Z Compiling http-body v1.0.1
4922026-06-17T16:01:41.827Z Compiling rustls-pki-types v1.14.1
4932026-06-17T16:01:41.961Z Compiling form_urlencoded v1.2.2
4942026-06-17T16:01:41.975Z Compiling semver v1.0.28
4952026-06-17T16:01:42.061Z Compiling serde_derive v1.0.228
4962026-06-17T16:01:42.211Z Compiling tokio-macros v2.7.0
4972026-06-17T16:01:42.224Z Compiling futures-macro v0.3.32
4982026-06-17T16:01:42.235Z Compiling tracing-attributes v0.1.31
4992026-06-17T16:01:42.390Z Compiling getrandom v0.2.17
5002026-06-17T16:01:42.584Z Compiling guppy-workspace-hack v0.1.0
5012026-06-17T16:01:42.629Z Compiling utf8_iter v1.0.4
5022026-06-17T16:01:42.693Z Compiling gimli v0.32.3
5032026-06-17T16:01:42.792Z Compiling fnv v1.0.7
5042026-06-17T16:01:42.813Z Compiling owo-colors v4.3.0
5052026-06-17T16:01:42.897Z Compiling signal-hook v0.3.18
5062026-06-17T16:01:42.959Z Compiling tokio v1.52.3
5072026-06-17T16:01:43.043Z Compiling futures-util v0.3.32
5082026-06-17T16:01:43.121Z Compiling thiserror v2.0.18
5092026-06-17T16:01:43.145Z Compiling untrusted v0.9.0
5102026-06-17T16:01:43.273Z Compiling idna_adapter v1.0.0
5112026-06-17T16:01:43.376Z Compiling httparse v1.10.1
5122026-06-17T16:01:43.433Z Compiling tracing v0.1.44
5132026-06-17T16:01:43.657Z Compiling idna v1.1.0
5142026-06-17T16:01:43.813Z Compiling thiserror-impl v2.0.18
5152026-06-17T16:01:44.559Z Compiling addr2line v0.25.1
5162026-06-17T16:01:45.290Z Compiling generic-array v0.14.7
5172026-06-17T16:01:45.336Z Compiling fastrand v2.4.1
5182026-06-17T16:01:45.529Z Compiling pkg-config v0.3.33
5192026-06-17T16:01:45.666Z Compiling thiserror v1.0.69
5202026-06-17T16:01:45.683Z Compiling atomic-waker v1.1.2
5212026-06-17T16:01:45.792Z Compiling try-lock v0.2.5
5222026-06-17T16:01:45.816Z Compiling rustc-demangle v0.1.27
5232026-06-17T16:01:45.910Z Compiling typeid v1.0.3
5242026-06-17T16:01:45.965Z Compiling rustls v0.23.40
5252026-06-17T16:01:45.980Z Compiling target-spec v3.6.0
5262026-06-17T16:01:46.192Z Compiling tower-service v0.3.3
5272026-06-17T16:01:46.289Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5282026-06-17T16:01:46.301Z Compiling want v0.3.1
5292026-06-17T16:01:46.469Z Compiling tempfile v3.27.0
5302026-06-17T16:01:46.481Z Compiling cfg-expr v0.20.8
5312026-06-17T16:01:46.808Z Compiling url v2.5.8
5322026-06-17T16:01:46.889Z Compiling tokio-util v0.7.18
5332026-06-17T16:01:47.365Z Compiling h2 v0.4.15
5342026-06-17T16:01:48.320Z Compiling backtrace v0.3.76
5352026-06-17T16:01:48.432Z Compiling thiserror-impl v1.0.69
5362026-06-17T16:01:48.444Z Compiling terminal_size v0.4.4
5372026-06-17T16:01:48.596Z Compiling aho-corasick v1.1.4
5382026-06-17T16:01:48.649Z Compiling winnow v0.7.15
5392026-06-17T16:01:49.248Z Compiling regex-syntax v0.8.11
5402026-06-17T16:01:49.597Z Compiling subtle v2.6.1
5412026-06-17T16:01:49.756Z Compiling typenum v1.20.1
5422026-06-17T16:01:50.443Z Compiling rustls-webpki v0.103.13
5432026-06-17T16:01:50.572Z Compiling erased-serde v0.4.10
5442026-06-17T16:01:50.938Z Compiling regex-automata v0.4.14
5452026-06-17T16:01:53.135Z Compiling hyper v1.10.1
5462026-06-17T16:01:54.106Z Compiling toml_datetime v0.6.11
5472026-06-17T16:01:54.481Z Compiling serde_spanned v0.6.9
5482026-06-17T16:01:54.651Z Compiling ahash v0.8.12
5492026-06-17T16:01:54.914Z Compiling sync_wrapper v1.0.2
5502026-06-17T16:01:55.030Z Compiling toml_write v0.1.2
5512026-06-17T16:01:55.273Z Compiling foldhash v0.1.5
5522026-06-17T16:01:55.499Z Compiling nextest-workspace-hack v0.1.0
5532026-06-17T16:01:55.730Z Compiling lazy_static v1.5.0
5542026-06-17T16:01:55.770Z Compiling portable-atomic v1.13.1
5552026-06-17T16:01:55.839Z Compiling crc32fast v1.5.0
5562026-06-17T16:01:56.144Z Compiling unicode-segmentation v1.13.3
5572026-06-17T16:01:56.227Z Compiling base64 v0.22.1
5582026-06-17T16:01:56.539Z Compiling is_ci v1.2.0
5592026-06-17T16:01:56.678Z Compiling ipnet v2.12.0
5602026-06-17T16:01:56.709Z Compiling parking_lot_core v0.9.12
5612026-06-17T16:01:56.722Z Compiling unicode-linebreak v0.1.5
5622026-06-17T16:01:56.828Z Compiling either v1.16.0
5632026-06-17T16:01:56.989Z Compiling tower-layer v0.3.3
5642026-06-17T16:01:57.031Z Compiling hyper-util v0.1.20
5652026-06-17T16:01:57.060Z Compiling textwrap v0.16.2
5662026-06-17T16:01:57.063Z Compiling supports-color v3.0.2
5672026-06-17T16:01:57.197Z Compiling tower v0.5.3
5682026-06-17T16:01:57.304Z Compiling convert_case v0.10.0
5692026-06-17T16:01:57.661Z Compiling tokio-rustls v0.26.4
5702026-06-17T16:01:57.780Z Compiling sharded-slab v0.1.7
5712026-06-17T16:01:57.891Z Compiling hashbrown v0.15.5
5722026-06-17T16:01:57.945Z Compiling toml_edit v0.22.27
5732026-06-17T16:01:58.485Z Compiling backtrace-ext v0.2.1
5742026-06-17T16:01:58.519Z Compiling ordered-float v2.10.1
5752026-06-17T16:01:58.744Z Compiling webpki-roots v1.0.8
5762026-06-17T16:01:58.787Z Compiling miette-derive v7.6.0
5772026-06-17T16:01:58.862Z Compiling pathdiff v0.2.3
5782026-06-17T16:01:58.991Z Compiling console v0.15.11
5792026-06-17T16:01:59.049Z Compiling tracing-log v0.2.0
5802026-06-17T16:01:59.411Z Compiling cargo-platform v0.3.3
5812026-06-17T16:01:59.660Z Compiling os_pipe v1.2.3
5822026-06-17T16:01:59.838Z Compiling thread_local v1.1.9
5832026-06-17T16:01:59.897Z Compiling cfg_aliases v0.2.1
5842026-06-17T16:01:59.975Z Compiling pulldown-cmark v0.13.4
5852026-06-17T16:01:59.987Z Compiling utf8parse v0.2.2
5862026-06-17T16:02:00.100Z Compiling scopeguard v1.2.0
5872026-06-17T16:02:00.192Z Compiling unicode-width v0.1.14
5882026-06-17T16:02:00.209Z Compiling winnow v1.0.3
5892026-06-17T16:02:00.313Z Compiling ryu v1.0.23
5902026-06-17T16:02:00.493Z Compiling zstd-safe v7.2.4
5912026-06-17T16:02:00.542Z Compiling debug-ignore v1.0.5
5922026-06-17T16:02:00.607Z Compiling supports-hyperlinks v3.2.0
5932026-06-17T16:02:00.675Z Compiling fixedbitset v0.5.7
5942026-06-17T16:02:00.771Z Compiling rustix v0.38.44
5952026-06-17T16:02:00.847Z Compiling supports-unicode v3.0.0
5962026-06-17T16:02:01.023Z Compiling miette v7.6.0
5972026-06-17T16:02:01.193Z Compiling petgraph v0.8.3
5982026-06-17T16:02:01.271Z Compiling serde_urlencoded v0.7.1
5992026-06-17T16:02:01.551Z Compiling toml_parser v1.1.2+spec-1.1.0
6002026-06-17T16:02:01.715Z Compiling lock_api v0.4.14
6012026-06-17T16:02:01.960Z Compiling anstyle-parse v1.0.0
6022026-06-17T16:02:02.186Z Compiling tracing-subscriber v0.3.23
6032026-06-17T16:02:02.238Z Compiling nix v0.30.1
6042026-06-17T16:02:02.636Z Compiling sigchld v0.2.4
6052026-06-17T16:02:02.836Z Compiling cargo_metadata v0.23.1
6062026-06-17T16:02:02.877Z Compiling toml v0.8.23
6072026-06-17T16:02:03.131Z Compiling serde-untagged v0.1.9
6082026-06-17T16:02:03.540Z Compiling hyper-rustls v0.27.9
6092026-06-17T16:02:04.218Z Compiling serde-value v0.7.0
6102026-06-17T16:02:05.474Z Compiling tower-http v0.6.11
6112026-06-17T16:02:05.513Z Compiling derive_more-impl v2.1.1
6122026-06-17T16:02:05.779Z Compiling itertools v0.14.0
6132026-06-17T16:02:06.142Z Compiling block-buffer v0.10.4
6142026-06-17T16:02:06.300Z Compiling crypto-common v0.1.7
6152026-06-17T16:02:06.348Z Compiling regex v1.12.4
6162026-06-17T16:02:06.348Z Compiling ppv-lite86 v0.2.21
6172026-06-17T16:02:06.436Z Compiling futures-executor v0.3.32
6182026-06-17T16:02:06.674Z Compiling rand_core v0.9.5
6192026-06-17T16:02:06.929Z Compiling pin-project-internal v1.1.13
6202026-06-17T16:02:06.963Z Compiling http-body-util v0.1.3
6212026-06-17T16:02:07.228Z Compiling uuid v1.23.3
6222026-06-17T16:02:07.252Z Compiling smol_str v0.3.6
6232026-06-17T16:02:07.319Z Compiling serde_spanned v1.1.1
6242026-06-17T16:02:07.471Z Compiling toml_datetime v1.1.1+spec-1.1.0
6252026-06-17T16:02:07.589Z Compiling filetime v0.2.29
6262026-06-17T16:02:07.768Z Compiling vte v0.14.1
6272026-06-17T16:02:07.782Z Compiling bstr v1.12.1
6282026-06-17T16:02:07.800Z Compiling is_terminal_polyfill v1.70.2
6292026-06-17T16:02:07.879Z Compiling anstyle v1.0.14
6302026-06-17T16:02:07.893Z Compiling litrs v1.0.0
6312026-06-17T16:02:07.992Z Compiling number_prefix v0.4.0
6322026-06-17T16:02:08.008Z Compiling nested v0.1.1
6332026-06-17T16:02:08.020Z Compiling unicode-xid v0.2.6
6342026-06-17T16:02:08.141Z Compiling tinyvec_macros v0.1.1
6352026-06-17T16:02:08.153Z Compiling color-spantrace v0.3.0
6362026-06-17T16:02:08.165Z Compiling self_update v0.42.0
6372026-06-17T16:02:08.215Z Compiling unicase v2.9.0
6382026-06-17T16:02:08.234Z Compiling static_assertions v1.1.0
6392026-06-17T16:02:08.308Z Compiling xattr v1.6.1
6402026-06-17T16:02:08.353Z Compiling anstyle-query v1.1.5
6412026-06-17T16:02:08.396Z Compiling iana-time-zone v0.1.65
6422026-06-17T16:02:08.419Z Compiling eyre v0.6.12
6432026-06-17T16:02:08.482Z Compiling colorchoice v1.0.5
6442026-06-17T16:02:08.537Z Compiling chrono v0.4.45
6452026-06-17T16:02:08.601Z Compiling anstream v1.0.0
6462026-06-17T16:02:08.647Z Compiling tar v0.4.46
6472026-06-17T16:02:08.768Z Compiling document-features v0.2.12
6482026-06-17T16:02:09.022Z Compiling guppy v0.17.26
6492026-06-17T16:02:09.093Z Compiling tinyvec v1.11.0
6502026-06-17T16:02:09.326Z Compiling globset v0.4.18
6512026-06-17T16:02:09.517Z Compiling cargo-util-schemas v0.2.0
6522026-06-17T16:02:10.154Z Compiling indicatif v0.17.11
6532026-06-17T16:02:11.162Z Compiling pin-project v1.1.13
6542026-06-17T16:02:11.266Z Compiling strip-ansi-escapes v0.2.1
6552026-06-17T16:02:11.761Z Compiling toml v1.1.2+spec-1.1.0
6562026-06-17T16:02:11.910Z Compiling newtype-uuid v1.3.2
6572026-06-17T16:02:11.943Z Compiling nextest-metadata v0.12.2
6582026-06-17T16:02:12.100Z Compiling reqwest v0.12.28
6592026-06-17T16:02:12.164Z Compiling rand_chacha v0.9.0
6602026-06-17T16:02:12.575Z Compiling futures v0.3.32
6612026-06-17T16:02:12.661Z Compiling digest v0.10.7
6622026-06-17T16:02:12.726Z Compiling derive_more v2.1.1
6632026-06-17T16:02:12.810Z Compiling parking_lot v0.12.5
6642026-06-17T16:02:12.886Z Compiling flate2 v1.1.9
6652026-06-17T16:02:13.293Z Compiling tracing-error v0.2.1
6662026-06-17T16:02:13.423Z Compiling shared_child v1.1.1
6672026-06-17T16:02:13.761Z Compiling signal-hook-mio v0.2.5
6682026-06-17T16:02:13.876Z Compiling self-replace v1.5.0
6692026-06-17T16:02:13.896Z Compiling cargo-platform v0.2.0
6702026-06-17T16:02:14.169Z Compiling quick-xml v0.37.5
6712026-06-17T16:02:14.463Z Compiling quick-xml v0.38.4
6722026-06-17T16:02:15.040Z Compiling clap_lex v1.1.0
6732026-06-17T16:02:15.217Z Compiling heck v0.5.0
6742026-06-17T16:02:15.401Z Compiling shell-words v1.1.1
6752026-06-17T16:02:15.422Z Compiling humantime v2.3.0
6762026-06-17T16:02:15.702Z Compiling indenter v0.3.4
6772026-06-17T16:02:15.835Z Compiling urlencoding v2.1.3
6782026-06-17T16:02:15.845Z Compiling strsim v0.11.1
6792026-06-17T16:02:15.863Z Compiling recursion v0.5.4
6802026-06-17T16:02:16.008Z Compiling cpufeatures v0.2.17
6812026-06-17T16:02:16.075Z Compiling sha2 v0.10.9
6822026-06-17T16:02:16.088Z Compiling clap_builder v4.6.0
6832026-06-17T16:02:16.099Z Compiling nextest-filtering v0.15.0
6842026-06-17T16:02:17.157Z Compiling clap_derive v4.6.1
6852026-06-17T16:02:17.796Z Compiling humantime-serde v1.1.1
6862026-06-17T16:02:17.959Z Compiling quick-junit v0.5.2
6872026-06-17T16:02:18.950Z Compiling atomicwrites v0.4.4
6882026-06-17T16:02:19.242Z Compiling cargo_metadata v0.20.0
6892026-06-17T16:02:20.067Z Compiling cargo-nextest v0.9.97
6902026-06-17T16:02:20.398Z Compiling crossterm v0.29.0
6912026-06-17T16:02:21.084Z Compiling duct v0.13.7
6922026-06-17T16:02:22.945Z Compiling zstd v0.13.3
6932026-06-17T16:02:23.185Z Compiling async-scoped v0.9.0
6942026-06-17T16:02:23.222Z Compiling config v0.15.24
6952026-06-17T16:02:23.370Z Compiling rand v0.9.4
6962026-06-17T16:02:23.370Z Compiling unicode-normalization v0.1.25
6972026-06-17T16:02:23.536Z Compiling target-spec-miette v0.4.8
6982026-06-17T16:02:23.660Z Compiling future-queue v0.4.0
6992026-06-17T16:02:23.941Z Compiling mukti-metadata v0.3.0
7002026-06-17T16:02:23.957Z Compiling tokio-stream v0.1.18
7012026-06-17T16:02:23.976Z Compiling camino-tempfile v1.4.1
7022026-06-17T16:02:24.140Z Compiling derive-where v1.6.1
7032026-06-17T16:02:24.403Z Compiling serde_path_to_error v0.1.20
7042026-06-17T16:02:24.433Z Compiling serde_ignored v0.1.14
7052026-06-17T16:02:24.464Z Compiling home v0.5.12
7062026-06-17T16:02:24.595Z Compiling indent_write v2.2.0
7072026-06-17T16:02:24.629Z Compiling swrite v0.1.0
7082026-06-17T16:02:24.649Z Compiling hex v0.4.3
7092026-06-17T16:02:24.733Z Compiling xxhash-rust v0.8.15
7102026-06-17T16:02:24.745Z Compiling color-eyre v0.6.5
7112026-06-17T16:02:24.864Z Compiling clap v4.6.1
7122026-06-17T16:02:24.914Z Compiling dialoguer v0.11.0
7132026-06-17T16:02:24.940Z Compiling enable-ansi-support v0.2.1
7142026-06-17T16:02:25.374Z Compiling nextest-runner v0.80.0
7152026-06-17T16:02:43.449Z Finished `release` profile [optimized] target(s) in 1m 11s
7162026-06-17T16:02:43.639Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-06-17T16:02:43.642Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-06-17T16:02:43.755Z+ source .github/buildomat/test-common.sh
7192026-06-17T16:02:43.758Z++ NEXTEST_VERSION=0.9.97
7202026-06-17T16:02:43.758Z++ PLATFORM=illumos
7212026-06-17T16:02:43.758Z++ banner install
7222026-06-17T16:02:43.758Z
7232026-06-17T16:02:43.758Z # # # #### ##### ## # #
7242026-06-17T16:02:43.758Z # ## # # # # # # #
7252026-06-17T16:02:43.758Z # # # # #### # # # # #
7262026-06-17T16:02:43.758Z # # # # # # ###### # #
7272026-06-17T16:02:43.758Z # # ## # # # # # # #
7282026-06-17T16:02:43.758Z # # # #### # # # ###### ######
7292026-06-17T16:02:43.758Z
7302026-06-17T16:02:43.758Z++ set +o errexit
7312026-06-17T16:02:43.761Z++ pkg info clang-15
7322026-06-17T16:02:43.762Z++ grep -qi installed
7332026-06-17T16:02:44.921Zpkg: info: no packages matching the following patterns you specified are
7342026-06-17T16:02:44.921Zinstalled on the system. Try querying remotely instead:
7352026-06-17T16:02:44.921Z
7362026-06-17T16:02:44.921Z clang-15
7372026-06-17T16:02:44.965Z++ [[ 1 != 0 ]]
7382026-06-17T16:02:44.965Z++ set -o errexit
7392026-06-17T16:02:44.965Z++ pfexec pkg install clang-15
7402026-06-17T16:02:51.451Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-06-17T16:02:59.200Z Startup: Caching catalogs ... Done
7422026-06-17T16:03:06.661ZPlanning: Solver setup ... Done
7432026-06-17T16:03:06.702ZPlanning: Running solver ... Done
7442026-06-17T16:03:06.852ZPlanning: Finding local manifests ... Done
7452026-06-17T16:03:06.866ZPlanning: Fetching manifests: 0/2 0% complete
7462026-06-17T16:03:06.951ZPlanning: Fetching manifests: 2/2 100% complete
7472026-06-17T16:03:06.981ZPlanning: Package planning ... Done
7482026-06-17T16:03:07.006ZPlanning: Merging actions ... Done
7492026-06-17T16:03:07.116ZPlanning: Checking for conflicting actions ... Done
7502026-06-17T16:03:07.122ZPlanning: Consolidating action changes ... Done
7512026-06-17T16:03:07.817ZPlanning: Evaluating mediators ... Done
7522026-06-17T16:03:07.824ZPlanning: Planning completed in 8.44 seconds
7532026-06-17T16:03:07.834Z Packages to install: 2
7542026-06-17T16:03:07.837Z Mediators to change: 2
7552026-06-17T16:03:07.837Z Services to change: 1
7562026-06-17T16:03:07.837Z Create boot environment: No
7572026-06-17T16:03:07.837ZCreate backup boot environment: No
7582026-06-17T16:03:07.877Z
7592026-06-17T16:03:07.877ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-06-17T16:03:12.890ZDownload: 1386/3076 items 114.3/211.3MB 54% complete (23.8M/s)
7612026-06-17T16:03:17.888ZDownload: 2516/3076 items 119.5/211.3MB 56% complete (12.0M/s)
7622026-06-17T16:03:19.853ZDownload: Completed 211.31 MB in 11.97 seconds (17.6M/s)
7632026-06-17T16:03:20.085Z Actions: 1/3418 actions (Installing new actions)
7642026-06-17T16:03:23.248Z Actions: Completed 3418 actions in 3.16 seconds.
7652026-06-17T16:03:23.935Z Done
7662026-06-17T16:03:23.935Z Done
7672026-06-17T16:03:24.682Z Done
7682026-06-17T16:03:28.161Z Done
7692026-06-17T16:03:28.238Z Done
7702026-06-17T16:03:28.241Z Done
7712026-06-17T16:03:28.403Z Done
7722026-06-17T16:03:29.105Z++ set -o errexit
7732026-06-17T16:03:29.105Z++ cargo --version
7742026-06-17T16:03:29.112Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7752026-06-17T16:03:29.115Z++ rustc --version
7762026-06-17T16:03:29.135Zrustc 1.95.0 (59807616e 2026-04-14)
7772026-06-17T16:03:29.138Z++ cargo install cargo-nextest --version 0.9.97
7782026-06-17T16:03:29.190Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7792026-06-17T16:03:29.193Z+ pushd mg-api-types/versions
7802026-06-17T16:03:29.193Z+ PROPTEST_CASES=1000000
7812026-06-17T16:03:29.193Z/work/oxidecomputer/maghemite/mg-api-types/versions /work/oxidecomputer/maghemite
7822026-06-17T16:03:29.193Z+ cargo nextest run --lib proptest
7832026-06-17T16:03:29.359Z Updating git repository `https://github.com/oxidecomputer/falcon`
7842026-06-17T16:03:31.074ZFrom https://github.com/oxidecomputer/falcon
7852026-06-17T16:03:31.074Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7862026-06-17T16:03:31.150Z Updating crates.io index
7872026-06-17T16:03:31.153Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7882026-06-17T16:03:31.553ZFrom https://github.com/oxidecomputer/dendrite
7892026-06-17T16:03:31.553Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7902026-06-17T16:03:31.610Z Updating git repository `https://github.com/oxidecomputer/ispf`
7912026-06-17T16:03:31.906ZFrom https://github.com/oxidecomputer/ispf
7922026-06-17T16:03:31.906Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7932026-06-17T16:03:31.972Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7942026-06-17T16:03:32.402ZFrom https://github.com/oxidecomputer/netadm-sys
7952026-06-17T16:03:32.402Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
7962026-06-17T16:03:32.411Z Updating git repository `https://github.com/oxidecomputer/omicron`
7972026-06-17T16:03:43.269ZFrom https://github.com/oxidecomputer/omicron
7982026-06-17T16:03:43.270Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7992026-06-17T16:03:43.698Z Updating git repository `https://github.com/oxidecomputer/opte`
8002026-06-17T16:03:44.377ZFrom https://github.com/oxidecomputer/opte
8012026-06-17T16:03:44.377Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8022026-06-17T16:03:44.608Z Updating git repository `https://github.com/illumos/smf-rs`
8032026-06-17T16:03:44.851ZFrom https://github.com/illumos/smf-rs
8042026-06-17T16:03:44.851Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8052026-06-17T16:03:44.860Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8062026-06-17T16:03:45.115ZFrom https://github.com/oxidecomputer/network-interface
8072026-06-17T16:03:45.115Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8082026-06-17T16:03:45.264Z Updating git repository `https://github.com/oxidecomputer/zone`
8092026-06-17T16:03:45.575ZFrom https://github.com/oxidecomputer/zone
8102026-06-17T16:03:45.575Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8112026-06-17T16:03:45.707Z Updating git repository `https://github.com/oxidecomputer/propolis`
8122026-06-17T16:03:46.520ZFrom https://github.com/oxidecomputer/propolis
8132026-06-17T16:03:46.520Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8142026-06-17T16:03:46.657Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8152026-06-17T16:03:47.237ZFrom https://github.com/oxidecomputer/transceiver-control
8162026-06-17T16:03:47.237Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8172026-06-17T16:03:47.262Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8182026-06-17T16:03:47.520ZFrom https://github.com/oxidecomputer/dlpi-sys
8192026-06-17T16:03:47.520Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8202026-06-17T16:03:47.526Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8212026-06-17T16:03:47.831ZFrom https://github.com/jmesmon/rust-libzfs
8222026-06-17T16:03:47.831Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8232026-06-17T16:03:47.840Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8242026-06-17T16:03:48.112ZFrom https://github.com/oxidecomputer/rusty-doors
8252026-06-17T16:03:48.112Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8262026-06-17T16:03:48.121Z Updating git repository `https://github.com/oxidecomputer/lldp`
8272026-06-17T16:03:48.427ZFrom https://github.com/oxidecomputer/lldp
8282026-06-17T16:03:48.428Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8292026-06-17T16:03:48.635Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8302026-06-17T16:03:48.900ZFrom https://github.com/oxidecomputer/slog-error-chain
8312026-06-17T16:03:48.900Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8322026-06-17T16:03:48.909Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8332026-06-17T16:03:49.210ZFrom https://github.com/oxidecomputer/tufaceous
8342026-06-17T16:03:49.210Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8352026-06-17T16:03:49.245Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8362026-06-17T16:03:50.021ZFrom https://github.com/oxidecomputer/management-gateway-service
8372026-06-17T16:03:50.021Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8382026-06-17T16:03:50.124Z Updating git repository `https://github.com/oxidecomputer/crucible`
8392026-06-17T16:03:51.314ZFrom https://github.com/oxidecomputer/crucible
8402026-06-17T16:03:51.314Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8412026-06-17T16:03:51.523Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8422026-06-17T16:03:51.760ZFrom https://github.com/oxidecomputer/serde_human_bytes
8432026-06-17T16:03:51.760Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8442026-06-17T16:03:52.132Z Updating git repository `https://github.com/oxidecomputer/propolis`
8452026-06-17T16:03:52.750ZFrom https://github.com/oxidecomputer/propolis
8462026-06-17T16:03:52.750Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8472026-06-17T16:03:52.863Z Updating git repository `https://github.com/oxidecomputer/crucible`
8482026-06-17T16:03:53.392ZFrom https://github.com/oxidecomputer/crucible
8492026-06-17T16:03:53.392Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8502026-06-17T16:03:53.461Z Updating git repository `https://github.com/oxidecomputer/tofino`
8512026-06-17T16:03:53.802ZFrom https://github.com/oxidecomputer/tofino
8522026-06-17T16:03:53.802Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8532026-06-17T16:03:53.830Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8542026-06-17T16:03:54.512ZFrom https://github.com/oxidecomputer/maghemite
8552026-06-17T16:03:54.512Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8562026-06-17T16:03:54.586Z Updating git repository `https://github.com/oxidecomputer/clickward`
8572026-06-17T16:03:54.903ZFrom https://github.com/oxidecomputer/clickward
8582026-06-17T16:03:54.903Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8592026-06-17T16:03:55.201Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8602026-06-17T16:03:55.498ZFrom https://github.com/oxidecomputer/illumos-devinfo
8612026-06-17T16:03:55.498Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8622026-06-17T16:03:56.471Z Downloading crates ...
8632026-06-17T16:03:56.512Z Downloaded chacha20 v0.9.1
8642026-06-17T16:03:56.521Z Downloaded dof v0.4.0
8652026-06-17T16:03:56.528Z Downloaded const_format v0.2.36
8662026-06-17T16:03:56.528Z Downloaded cmake v0.1.58
8672026-06-17T16:03:56.528Z Downloaded arrayvec v0.7.6
8682026-06-17T16:03:56.533Z Downloaded ciborium-io v0.2.2
8692026-06-17T16:03:56.533Z Downloaded async-stream v0.3.6
8702026-06-17T16:03:56.539Z Downloaded bcs v0.1.6
8712026-06-17T16:03:56.539Z Downloaded base16ct v0.2.0
8722026-06-17T16:03:56.539Z Downloaded byte-wrapper v0.1.0
8732026-06-17T16:03:56.539Z Downloaded block-buffer v0.12.0
8742026-06-17T16:03:56.542Z Downloaded async-recursion v1.1.1
8752026-06-17T16:03:56.547Z Downloaded chacha20 v0.10.0
8762026-06-17T16:03:56.547Z Downloaded heck v0.4.1
8772026-06-17T16:03:56.547Z Downloaded base16ct v1.0.0
8782026-06-17T16:03:56.551Z Downloaded arc-swap v1.9.1
8792026-06-17T16:03:56.551Z Downloaded embedded-io v0.6.1
8802026-06-17T16:03:56.655Z Downloaded anyhow v1.0.102
8812026-06-17T16:03:56.655Z Downloaded argon2 v0.5.3
8822026-06-17T16:03:56.659Z Downloaded embedded-io v0.4.0
8832026-06-17T16:03:56.659Z Downloaded console v0.16.3
8842026-06-17T16:03:56.659Z Downloaded aead v0.5.2
8852026-06-17T16:03:56.659Z Downloaded bytecount v0.6.9
8862026-06-17T16:03:56.660Z Downloaded async-stream-impl v0.3.6
8872026-06-17T16:03:56.660Z Downloaded bs58 v0.5.1
8882026-06-17T16:03:56.660Z Downloaded is-terminal v0.4.17
8892026-06-17T16:03:56.660Z Downloaded fixedbitset v0.4.2
8902026-06-17T16:03:56.660Z Downloaded enum-as-inner v0.6.1
8912026-06-17T16:03:56.660Z Downloaded cobs v0.3.0
8922026-06-17T16:03:56.660Z Downloaded const-random v0.1.18
8932026-06-17T16:03:56.660Z Downloaded daft-derive v0.1.7
8942026-06-17T16:03:56.660Z Downloaded memmap v0.7.0
8952026-06-17T16:03:56.660Z Downloaded macaddr v1.0.1
8962026-06-17T16:03:56.660Z Downloaded managed v0.8.0
8972026-06-17T16:03:56.660Z Downloaded instant v0.1.13
8982026-06-17T16:03:56.660Z Downloaded linked-hash-map v0.5.6
8992026-06-17T16:03:56.660Z Downloaded inout v0.1.4
9002026-06-17T16:03:56.660Z Downloaded const-random-macro v0.1.16
9012026-06-17T16:03:56.660Z Downloaded lru-cache v0.1.2
9022026-06-17T16:03:56.660Z Downloaded num v0.4.3
9032026-06-17T16:03:56.660Z Downloaded newline-converter v0.3.0
9042026-06-17T16:03:56.660Z Downloaded konst_macro_rules v0.2.19
9052026-06-17T16:03:56.660Z Downloaded httpdate v1.0.3
9062026-06-17T16:03:56.660Z Downloaded darling_macro v0.23.0
9072026-06-17T16:03:56.660Z Downloaded internet-checksum v0.2.1
9082026-06-17T16:03:56.660Z Downloaded ciborium-ll v0.2.2
9092026-06-17T16:03:56.660Z Downloaded darling_macro v0.21.3
9102026-06-17T16:03:56.660Z Downloaded ipnetwork v0.21.1
9112026-06-17T16:03:56.660Z Downloaded crunchy v0.2.4
9122026-06-17T16:03:56.660Z Downloaded arrayref v0.3.9
9132026-06-17T16:03:56.661Z Downloaded data-encoding v2.11.0
9142026-06-17T16:03:56.661Z Downloaded daft v0.1.7
9152026-06-17T16:03:56.661Z Downloaded float-ord v0.3.2
9162026-06-17T16:03:56.661Z Downloaded critical-section v1.2.0
9172026-06-17T16:03:56.661Z Downloaded natord v1.0.9
9182026-06-17T16:03:56.661Z Downloaded hostname v0.3.1
9192026-06-17T16:03:56.661Z Downloaded convert_case v0.4.0
9202026-06-17T16:03:56.661Z Downloaded compression-core v0.4.32
9212026-06-17T16:03:56.661Z Downloaded defmt-parser v1.0.0
9222026-06-17T16:03:56.661Z Downloaded dropshot-api-manager-types v0.7.2
9232026-06-17T16:03:56.661Z Downloaded newtype-uuid-macros v0.1.0
9242026-06-17T16:03:56.661Z Downloaded ident_case v1.0.1
9252026-06-17T16:03:56.661Z Downloaded foreign-types-macros v0.2.3
9262026-06-17T16:03:56.661Z Downloaded bit-set v0.8.0
9272026-06-17T16:03:56.661Z Downloaded dof v0.3.0
9282026-06-17T16:03:56.661Z Downloaded newtype_derive v0.1.6
9292026-06-17T16:03:56.661Z Downloaded keccak v0.1.6
9302026-06-17T16:03:56.661Z Downloaded hubpack_derive v0.1.1
9312026-06-17T16:03:56.661Z Downloaded hash32 v0.3.1
9322026-06-17T16:03:56.661Z Downloaded crc8 v0.1.1
9332026-06-17T16:03:56.661Z Downloaded fxhash v0.2.1
9342026-06-17T16:03:56.661Z Downloaded foreign-types-shared v0.3.1
9352026-06-17T16:03:56.661Z Downloaded libscf-sys v1.2.0
9362026-06-17T16:03:56.666Z Downloaded idna_adapter v1.2.2
9372026-06-17T16:03:56.666Z Downloaded dyn-clone v1.0.20
9382026-06-17T16:03:56.666Z Downloaded hubpack v0.1.2
9392026-06-17T16:03:56.666Z Downloaded highway v1.3.0
9402026-06-17T16:03:56.666Z Downloaded crypto-common v0.2.2
9412026-06-17T16:03:56.670Z Downloaded crucible-workspace-hack v0.1.0
9422026-06-17T16:03:56.670Z Downloaded ff v0.13.1
9432026-06-17T16:03:56.670Z Downloaded dtrace-parser v0.3.0
9442026-06-17T16:03:56.670Z Downloaded num-conv v0.2.2
9452026-06-17T16:03:56.674Z Downloaded dunce v1.0.5
9462026-06-17T16:03:56.674Z Downloaded match_cfg v0.1.0
9472026-06-17T16:03:56.674Z Downloaded gethostname v0.5.0
9482026-06-17T16:03:56.678Z Downloaded num-derive v0.4.2
9492026-06-17T16:03:56.678Z Downloaded mime v0.3.17
9502026-06-17T16:03:56.681Z Downloaded memoffset v0.9.1
9512026-06-17T16:03:56.681Z Downloaded defmt v0.3.100
9522026-06-17T16:03:56.681Z Downloaded num_enum_derive v0.5.11
9532026-06-17T16:03:56.681Z Downloaded num-iter v0.1.45
9542026-06-17T16:03:56.685Z Downloaded dtrace-parser v0.2.0
9552026-06-17T16:03:56.685Z Downloaded byteorder v1.5.0
9562026-06-17T16:03:56.685Z Downloaded bit-vec v0.8.0
9572026-06-17T16:03:56.689Z Downloaded elliptic-curve v0.13.8
9582026-06-17T16:03:56.689Z Downloaded async-trait v0.1.89
9592026-06-17T16:03:56.695Z Downloaded bitflags v1.3.2
9602026-06-17T16:03:56.699Z Downloaded displaydoc v0.2.6
9612026-06-17T16:03:56.699Z Downloaded backoff v0.4.0
9622026-06-17T16:03:56.703Z Downloaded opaque-debug v0.3.1
9632026-06-17T16:03:56.703Z Downloaded num_threads v0.1.7
9642026-06-17T16:03:56.706Z Downloaded foreign-types v0.5.0
9652026-06-17T16:03:56.706Z Downloaded no-std-compat v0.4.1
9662026-06-17T16:03:56.711Z Downloaded hostname v0.4.2
9672026-06-17T16:03:56.711Z Downloaded olpc-cjson v0.1.4
9682026-06-17T16:03:56.711Z Downloaded omicron-workspace-hack v0.1.0
9692026-06-17T16:03:56.714Z Downloaded parse-display v0.10.0
9702026-06-17T16:03:56.719Z Downloaded num_enum v0.5.11
9712026-06-17T16:03:56.722Z Downloaded git-stub-vcs v0.1.0
9722026-06-17T16:03:56.725Z Downloaded derive-ex v0.1.8
9732026-06-17T16:03:56.725Z Downloaded cpufeatures v0.3.0
9742026-06-17T16:03:56.814Z Downloaded constant_time_eq v0.4.2
9752026-06-17T16:03:56.814Z Downloaded const_format_proc_macros v0.2.34
9762026-06-17T16:03:56.829Z Downloaded defmt-macros v1.1.0
9772026-06-17T16:03:56.829Z Downloaded cstr-argument v0.1.2
9782026-06-17T16:03:56.829Z Downloaded foldhash v0.2.0
9792026-06-17T16:03:56.829Z Downloaded erased-serde v0.3.31
9802026-06-17T16:03:56.829Z Downloaded git-stub v1.0.0
9812026-06-17T16:03:56.829Z Downloaded compression-codecs v0.4.38
9822026-06-17T16:03:56.829Z Downloaded num-integer v0.1.46
9832026-06-17T16:03:56.830Z Downloaded multer v3.1.0
9842026-06-17T16:03:56.830Z Downloaded libsw v3.5.0
9852026-06-17T16:03:56.830Z Downloaded crossbeam-deque v0.8.6
9862026-06-17T16:03:56.830Z Downloaded ingot-types v0.1.2
9872026-06-17T16:03:56.830Z Downloaded glob v0.3.3
9882026-06-17T16:03:56.830Z Downloaded powerfmt v0.2.0
9892026-06-17T16:03:56.830Z Downloaded num-complex v0.4.6
9902026-06-17T16:03:56.830Z Downloaded deranged v0.5.8
9912026-06-17T16:03:56.830Z Downloaded proc-macro-crate v1.3.1
9922026-06-17T16:03:56.830Z Downloaded digest v0.11.3
9932026-06-17T16:03:56.830Z Downloaded libsw-core v0.3.2
9942026-06-17T16:03:56.830Z Downloaded csv-core v0.1.13
9952026-06-17T16:03:56.830Z Downloaded colored v3.1.1
9962026-06-17T16:03:56.830Z Downloaded num_enum v0.7.6
9972026-06-17T16:03:56.830Z Downloaded linear-map v1.2.0
9982026-06-17T16:03:56.830Z Downloaded ciborium v0.2.2
9992026-06-17T16:03:56.830Z Downloaded crossbeam-epoch v0.9.18
10002026-06-17T16:03:56.830Z Downloaded proc-macro-crate v3.5.0
10012026-06-17T16:03:56.830Z Downloaded proc-macro-error-attr2 v2.0.0
10022026-06-17T16:03:56.830Z Downloaded proc-macro-error-attr v1.0.4
10032026-06-17T16:03:56.830Z Downloaded hybrid-array v0.4.12
10042026-06-17T16:03:56.830Z Downloaded pretty-hex v0.4.2
10052026-06-17T16:03:56.830Z Downloaded phf_shared v0.12.1
10062026-06-17T16:03:56.830Z Downloaded cipher v0.4.4
10072026-06-17T16:03:56.830Z Downloaded plain v0.2.3
10082026-06-17T16:03:56.830Z Downloaded oxide-tokio-rt v0.1.6
10092026-06-17T16:03:56.830Z Downloaded crypto-bigint v0.5.5
10102026-06-17T16:03:56.830Z Downloaded progenitor-client v0.14.0
10112026-06-17T16:03:56.830Z Downloaded progenitor-client v0.10.0
10122026-06-17T16:03:56.830Z Downloaded group v0.13.0
10132026-06-17T16:03:56.830Z Downloaded fs_extra v1.3.0
10142026-06-17T16:03:56.830Z Downloaded cargo_toml v0.22.3
10152026-06-17T16:03:56.830Z Downloaded crossbeam-utils v0.8.21
10162026-06-17T16:03:56.830Z Downloaded progenitor-macro v0.10.0
10172026-06-17T16:03:56.830Z Downloaded fs-err v3.3.0
10182026-06-17T16:03:56.830Z Downloaded pem v3.0.6
10192026-06-17T16:03:56.830Z Downloaded quick-error v1.2.3
10202026-06-17T16:03:56.831Z Downloaded hmac v0.12.1
10212026-06-17T16:03:56.831Z Downloaded diff v0.1.13
10222026-06-17T16:03:56.831Z Downloaded darling v0.21.3
10232026-06-17T16:03:56.831Z Downloaded progenitor-macro v0.14.0
10242026-06-17T16:03:56.831Z Downloaded hashbrown v0.12.3
10252026-06-17T16:03:56.831Z Downloaded rand_chacha v0.3.1
10262026-06-17T16:03:56.831Z Downloaded backon v1.6.0
10272026-06-17T16:03:56.831Z Downloaded parking_lot_core v0.8.6
10282026-06-17T16:03:56.831Z Downloaded oxnet v0.1.6
10292026-06-17T16:03:56.831Z Downloaded blake2 v0.10.6
10302026-06-17T16:03:56.843Z Downloaded progenitor-macro v0.13.0
10312026-06-17T16:03:56.843Z Downloaded defmt v1.1.0
10322026-06-17T16:03:56.843Z Downloaded ref-cast v1.0.25
10332026-06-17T16:03:56.843Z Downloaded cancel-safe-futures v0.1.5
10342026-06-17T16:03:56.843Z Downloaded rand_xorshift v0.4.0
10352026-06-17T16:03:56.843Z Downloaded num-rational v0.4.2
10362026-06-17T16:03:56.843Z Downloaded darling v0.23.0
10372026-06-17T16:03:56.843Z Downloaded ref-cast-impl v1.0.25
10382026-06-17T16:03:56.843Z Downloaded paste v1.0.15
10392026-06-17T16:03:56.843Z Downloaded ingot v0.1.1
10402026-06-17T16:03:56.849Z Downloaded cookie v0.18.1
10412026-06-17T16:03:56.849Z Downloaded ingot-macros v0.1.1
10422026-06-17T16:03:56.849Z Downloaded same-file v1.0.6
10432026-06-17T16:03:56.849Z Downloaded scroll_derive v0.13.1
10442026-06-17T16:03:56.849Z Downloaded password-hash v0.5.0
10452026-06-17T16:03:56.861Z Downloaded parse-display-derive v0.10.0
10462026-06-17T16:03:56.861Z Downloaded secrecy v0.10.3
10472026-06-17T16:03:56.861Z Downloaded scroll_derive v0.12.1
10482026-06-17T16:03:56.861Z Downloaded rustc_version v0.1.7
10492026-06-17T16:03:56.861Z Downloaded serde-big-array v0.5.1
10502026-06-17T16:03:56.871Z Downloaded omicron-zone-package v0.12.2
10512026-06-17T16:03:56.872Z Downloaded proc-macro-error v1.0.4
10522026-06-17T16:03:56.872Z Downloaded num_enum_derive v0.7.6
10532026-06-17T16:03:56.872Z Downloaded phf v0.12.1
10542026-06-17T16:03:56.872Z Downloaded progenitor-client v0.13.0
10552026-06-17T16:03:56.872Z Downloaded progenitor v0.10.0
10562026-06-17T16:03:56.872Z Downloaded progenitor v0.14.0
10572026-06-17T16:03:56.872Z Downloaded progenitor v0.13.0
10582026-06-17T16:03:56.887Z Downloaded parking_lot v0.11.2
10592026-06-17T16:03:56.887Z Downloaded proc-macro-error2 v2.0.1
10602026-06-17T16:03:56.887Z Downloaded derive_more v0.99.20
10612026-06-17T16:03:56.894Z Downloaded sigpipe v0.1.3
10622026-06-17T16:03:56.894Z Downloaded serde_plain v1.0.2
10632026-06-17T16:03:56.894Z Downloaded potential_utf v0.1.5
10642026-06-17T16:03:56.894Z Downloaded hickory-resolver v0.25.2
10652026-06-17T16:03:56.894Z Downloaded progenitor-extras v0.2.0
10662026-06-17T16:03:56.894Z Downloaded allocator-api2 v0.2.21
10672026-06-17T16:03:56.894Z Downloaded dropshot_endpoint v0.17.1
10682026-06-17T16:03:56.894Z Downloaded hickory-resolver v0.24.4
10692026-06-17T16:03:56.894Z Downloaded memmap2 v0.9.10
10702026-06-17T16:03:56.894Z Downloaded serial_test_derive v3.5.0
10712026-06-17T16:03:56.901Z Downloaded siphasher v1.0.3
10722026-06-17T16:03:56.901Z Downloaded sha1 v0.11.0
10732026-06-17T16:03:56.901Z Downloaded heapless v0.8.0
10742026-06-17T16:03:56.913Z Downloaded slog-envlogger v2.2.0
10752026-06-17T16:03:56.913Z Downloaded resolv-conf v0.7.6
10762026-06-17T16:03:56.913Z Downloaded rand_core v0.10.1
10772026-06-17T16:03:56.914Z Downloaded slog-bunyan v2.5.0
10782026-06-17T16:03:56.914Z Downloaded sha1 v0.10.6
10792026-06-17T16:03:56.914Z Downloaded bitflags v2.12.1
10802026-06-17T16:03:56.979Z Downloaded serial_test v3.5.0
10812026-06-17T16:03:56.979Z Downloaded smawk v0.3.2
10822026-06-17T16:03:56.979Z Downloaded rustls-pemfile v2.2.0
10832026-06-17T16:03:56.979Z Downloaded postcard v1.1.3
10842026-06-17T16:03:56.979Z Downloaded pest_derive v2.8.6
10852026-06-17T16:03:56.979Z Downloaded base64 v0.21.7
10862026-06-17T16:03:56.997Z Downloaded schemars_derive v0.8.22
10872026-06-17T16:03:56.997Z Downloaded spin v0.5.2
10882026-06-17T16:03:56.997Z Downloaded strum v0.27.2
10892026-06-17T16:03:56.997Z Downloaded structmeta v0.3.0
10902026-06-17T16:03:56.998Z Downloaded stable_deref_trait v1.2.1
10912026-06-17T16:03:56.998Z Downloaded papergrid v0.11.0
10922026-06-17T16:03:56.998Z Downloaded semver v0.1.20
10932026-06-17T16:03:56.998Z Downloaded rustversion v1.0.22
10942026-06-17T16:03:56.998Z Downloaded rustls-native-certs v0.8.4
10952026-06-17T16:03:56.998Z Downloaded strum v0.26.3
10962026-06-17T16:03:56.998Z Downloaded tabled_derive v0.7.0
10972026-06-17T16:03:56.998Z Downloaded take_mut v0.2.2
10982026-06-17T16:03:56.998Z Downloaded tagptr v0.2.0
10992026-06-17T16:03:56.998Z Downloaded litemap v0.8.2
11002026-06-17T16:03:56.998Z Downloaded serde_repr v0.1.20
11012026-06-17T16:03:56.998Z Downloaded scroll v0.12.0
11022026-06-17T16:03:56.998Z Downloaded rusty-fork v0.3.1
11032026-06-17T16:03:56.998Z Downloaded tabled_derive v0.11.0
11042026-06-17T16:03:56.998Z Downloaded const-oid v0.10.2
11052026-06-17T16:03:56.998Z Downloaded poly1305 v0.8.0
11062026-06-17T16:03:56.998Z Downloaded drift v0.2.0
11072026-06-17T16:03:56.998Z Downloaded thread-id v5.1.0
11082026-06-17T16:03:56.998Z Downloaded tabwriter v1.4.1
11092026-06-17T16:03:56.998Z Downloaded time-core v0.1.8
11102026-06-17T16:03:56.998Z Downloaded pest_generator v2.8.6
11112026-06-17T16:03:56.998Z Downloaded thiserror-impl-no-std v2.0.2
11122026-06-17T16:03:56.998Z Downloaded testing_table v0.3.0
11132026-06-17T16:03:56.998Z Downloaded icu_properties v2.2.0
11142026-06-17T16:03:56.998Z Downloaded darling_core v0.21.3
11152026-06-17T16:03:56.998Z Downloaded chacha20poly1305 v0.10.1
11162026-06-17T16:03:56.998Z Downloaded thread-id v4.2.2
11172026-06-17T16:03:56.998Z Downloaded termtree v0.5.1
11182026-06-17T16:03:56.998Z Downloaded serde_derive_internals v0.29.1
11192026-06-17T16:03:56.998Z Downloaded topological-sort v0.2.2
11202026-06-17T16:03:57.007Z Downloaded smf v0.2.3
11212026-06-17T16:03:57.007Z Downloaded expectorate v1.2.0
11222026-06-17T16:03:57.007Z Downloaded slog-stdlog v4.1.1
11232026-06-17T16:03:57.007Z Downloaded scroll v0.13.0
11242026-06-17T16:03:57.007Z Downloaded snafu-derive v0.8.9
11252026-06-17T16:03:57.007Z Downloaded smartstring v1.0.1
11262026-06-17T16:03:57.007Z Downloaded icu_provider v2.2.0
11272026-06-17T16:03:57.007Z Downloaded universal-hash v0.5.1
11282026-06-17T16:03:57.007Z Downloaded slog-json v2.6.1
11292026-06-17T16:03:57.007Z Downloaded synstructure v0.13.2
11302026-06-17T16:03:57.013Z Downloaded papergrid v0.18.0
11312026-06-17T16:03:57.013Z Downloaded progenitor-impl v0.14.0
11322026-06-17T16:03:57.014Z Downloaded darling_core v0.23.0
11332026-06-17T16:03:57.014Z Downloaded slog-dtrace v0.3.0
11342026-06-17T16:03:57.014Z Downloaded unarray v0.1.4
11352026-06-17T16:03:57.022Z Downloaded strum_macros v0.27.2
11362026-06-17T16:03:57.022Z Downloaded strum_macros v0.26.4
11372026-06-17T16:03:57.022Z Downloaded typify-macro v0.4.3
11382026-06-17T16:03:57.022Z Downloaded slog-async v2.8.0
11392026-06-17T16:03:57.022Z Downloaded serde_with_macros v3.20.0
11402026-06-17T16:03:57.022Z Downloaded serde_tokenstream v0.2.3
11412026-06-17T16:03:57.031Z Downloaded typify-macro v0.6.2
11422026-06-17T16:03:57.031Z Downloaded untrusted v0.7.1
11432026-06-17T16:03:57.031Z Downloaded usdt-attr-macro v0.6.0
11442026-06-17T16:03:57.031Z Downloaded usdt-attr-macro v0.5.0
11452026-06-17T16:03:57.031Z Downloaded usdt v0.6.0
11462026-06-17T16:03:57.031Z Downloaded usdt v0.5.0
11472026-06-17T16:03:57.044Z Downloaded slog-scope v4.4.1
11482026-06-17T16:03:57.050Z Downloaded structmeta-derive v0.3.0
11492026-06-17T16:03:57.050Z Downloaded slog-term v2.9.2
11502026-06-17T16:03:57.051Z Downloaded utf-8 v0.7.6
11512026-06-17T16:03:57.051Z Downloaded usdt-macro v0.6.0
11522026-06-17T16:03:57.051Z Downloaded usdt-macro v0.5.0
11532026-06-17T16:03:57.051Z Downloaded unit-prefix v0.5.2
11542026-06-17T16:03:57.051Z Downloaded waitgroup v0.1.2
11552026-06-17T16:03:57.058Z Downloaded tiny-keccak v2.0.2
11562026-06-17T16:03:57.061Z Downloaded yoke-derive v0.8.2
11572026-06-17T16:03:57.061Z Downloaded konst v0.2.20
11582026-06-17T16:03:57.064Z Downloaded icu_normalizer v2.2.0
11592026-06-17T16:03:57.064Z Downloaded rhai_codegen v3.2.0
11602026-06-17T16:03:57.068Z Downloaded wait-timeout v0.2.1
11612026-06-17T16:03:57.072Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11622026-06-17T16:03:57.072Z Downloaded rustls-platform-verifier v0.7.0
11632026-06-17T16:03:57.075Z Downloaded icu_locale_core v2.2.0
11642026-06-17T16:03:57.075Z Downloaded jiff-static v0.2.28
11652026-06-17T16:03:57.078Z Downloaded zerofrom-derive v0.1.7
11662026-06-17T16:03:57.079Z Downloaded zerofrom v0.1.8
11672026-06-17T16:03:57.082Z Downloaded zeroize_derive v1.4.3
11682026-06-17T16:03:57.087Z Downloaded zone v0.3.1
11692026-06-17T16:03:57.091Z Downloaded half v2.7.1
11702026-06-17T16:03:57.091Z Downloaded tinystr v0.8.3
11712026-06-17T16:03:57.091Z Downloaded thiserror-no-std v2.0.2
11722026-06-17T16:03:57.094Z Downloaded spin v0.9.8
11732026-06-17T16:03:57.094Z Downloaded tokio-tungstenite v0.21.0
11742026-06-17T16:03:57.094Z Downloaded progenitor-impl v0.13.0
11752026-06-17T16:03:57.097Z Downloaded zone_cfg_derive v0.3.1
11762026-06-17T16:03:57.097Z Downloaded tokio-dtrace v0.1.1
11772026-06-17T16:03:57.101Z Downloaded hashbrown v0.16.1
11782026-06-17T16:03:57.105Z Downloaded cc v1.2.63
11792026-06-17T16:03:57.105Z Downloaded usdt-impl v0.6.0
11802026-06-17T16:03:57.108Z Downloaded usdt-impl v0.5.0
11812026-06-17T16:03:57.108Z Downloaded progenitor-impl v0.10.0
11822026-06-17T16:03:57.108Z Downloaded serde_yaml v0.9.34+deprecated
11832026-06-17T16:03:57.115Z Downloaded crossbeam-channel v0.5.15
11842026-06-17T16:03:57.118Z Downloaded smallvec v1.15.1
11852026-06-17T16:03:57.122Z Downloaded similar v2.7.0
11862026-06-17T16:03:57.128Z Downloaded xz2 v0.1.7
11872026-06-17T16:03:57.131Z Downloaded time-macros v0.2.27
11882026-06-17T16:03:57.137Z Downloaded schemars v0.8.22
11892026-06-17T16:03:57.143Z Downloaded zerovec-derive v0.11.3
11902026-06-17T16:03:57.148Z Downloaded zeroize v1.8.2
11912026-06-17T16:03:57.148Z Downloaded schemars v0.9.0
11922026-06-17T16:03:57.154Z Downloaded openssl-sys v0.9.116
11932026-06-17T16:03:57.160Z Downloaded indexmap v1.9.3
11942026-06-17T16:03:57.160Z Downloaded icu_collections v2.2.0
11952026-06-17T16:03:57.163Z Downloaded indicatif v0.18.4
11962026-06-17T16:03:57.163Z Downloaded async-compression v0.4.42
11972026-06-17T16:03:57.166Z Downloaded writeable v0.6.3
11982026-06-17T16:03:57.166Z Downloaded whoami v1.6.1
11992026-06-17T16:03:57.170Z Downloaded thin-vec v0.2.18
12002026-06-17T16:03:57.170Z Downloaded test-strategy v0.4.5
12012026-06-17T16:03:57.175Z Downloaded walkdir v2.5.0
12022026-06-17T16:03:57.175Z Downloaded yoke v0.8.3
12032026-06-17T16:03:57.175Z Downloaded vsss-rs v3.3.4
12042026-06-17T16:03:57.178Z Downloaded prettyplease v0.2.37
12052026-06-17T16:03:57.178Z Downloaded pretty_assertions v1.4.1
12062026-06-17T16:03:57.178Z Downloaded toml v0.9.12+spec-1.1.0
12072026-06-17T16:03:57.181Z Downloaded zerocopy-derive v0.7.35
12082026-06-17T16:03:57.184Z Downloaded pest_meta v2.8.6
12092026-06-17T16:03:57.190Z Downloaded ucd-trie v0.1.7
12102026-06-17T16:03:57.214Z Downloaded schemars v1.2.1
12112026-06-17T16:03:57.222Z Downloaded rayon-core v1.13.0
12122026-06-17T16:03:57.225Z Downloaded typify v0.6.2
12132026-06-17T16:03:57.240Z Downloaded unsafe-libyaml v0.2.11
12142026-06-17T16:03:57.249Z Downloaded qorb v0.4.1
12152026-06-17T16:03:57.249Z Downloaded minimal-lexical v0.2.1
12162026-06-17T16:03:57.249Z Downloaded nom v7.1.3
12172026-06-17T16:03:57.249Z Downloaded term v1.2.1
12182026-06-17T16:03:57.249Z Downloaded pest v2.8.6
12192026-06-17T16:03:57.249Z Downloaded memchr v2.8.1
12202026-06-17T16:03:57.253Z Downloaded yansi v1.0.1
12212026-06-17T16:03:57.253Z Downloaded tungstenite v0.21.0
12222026-06-17T16:03:57.253Z Downloaded slog v2.8.2
12232026-06-17T16:03:57.253Z Downloaded icu_normalizer_data v2.2.0
12242026-06-17T16:03:57.253Z Downloaded steno v0.4.1
12252026-06-17T16:03:57.256Z Downloaded typify v0.4.3
12262026-06-17T16:03:57.264Z Downloaded rand v0.8.6
12272026-06-17T16:03:57.267Z Downloaded snafu v0.8.9
12282026-06-17T16:03:57.275Z Downloaded uuid v1.23.2
12292026-06-17T16:03:57.283Z Downloaded zerotrie v0.2.4
12302026-06-17T16:03:57.292Z Downloaded toml v0.7.8
12312026-06-17T16:03:57.296Z Downloaded dropshot-api-manager v0.7.2
12322026-06-17T16:03:57.299Z Downloaded zerocopy-derive v0.8.50
12332026-06-17T16:03:57.310Z Downloaded regex v1.12.3
12342026-06-17T16:03:57.313Z Downloaded http v1.4.1
12352026-06-17T16:03:57.316Z Downloaded rand v0.10.1
12362026-06-17T16:03:57.320Z Downloaded reqwest v0.13.4
12372026-06-17T16:03:57.333Z Downloaded toml_edit v0.25.12+spec-1.1.0
12382026-06-17T16:03:57.343Z Downloaded toml_edit v0.19.15
12392026-06-17T16:03:57.356Z Downloaded zerovec v0.11.6
12402026-06-17T16:03:57.363Z Downloaded blake3 v1.8.5
12412026-06-17T16:03:57.380Z Downloaded nom v8.0.0
12422026-06-17T16:03:57.383Z Downloaded itertools v0.12.1
12432026-06-17T16:03:57.387Z Downloaded libm v0.2.16
12442026-06-17T16:03:57.391Z Downloaded tough v0.22.0
12452026-06-17T16:03:57.403Z Downloaded serde_with v3.20.0
12462026-06-17T16:03:57.410Z Downloaded winnow v0.5.40
12472026-06-17T16:03:57.414Z Downloaded aws-lc-rs v1.17.0
12482026-06-17T16:03:57.419Z Downloaded proptest v1.11.0
12492026-06-17T16:03:57.424Z Downloaded icu_properties_data v2.2.0
12502026-06-17T16:03:57.444Z Downloaded hkdf v0.12.4
12512026-06-17T16:03:57.449Z Downloaded tabled v0.15.0
12522026-06-17T16:03:57.459Z Downloaded h2 v0.4.14
12532026-06-17T16:03:57.462Z Downloaded webpki-roots v1.0.7
12542026-06-17T16:03:57.465Z Downloaded typed-path v0.9.3
12552026-06-17T16:03:57.481Z Downloaded openssl v0.10.80
12562026-06-17T16:03:57.489Z Downloaded iddqd v0.4.2
12572026-06-17T16:03:57.510Z Downloaded rayon v1.12.0
12582026-06-17T16:03:57.515Z Downloaded dropshot v0.17.1
12592026-06-17T16:03:57.526Z Downloaded zerocopy v0.8.50
12602026-06-17T16:03:57.536Z Downloaded goblin v0.8.2
12612026-06-17T16:03:57.539Z Downloaded rhai v1.25.1
12622026-06-17T16:03:57.552Z Downloaded zerocopy v0.7.35
12632026-06-17T16:03:57.607Z Downloaded typify-impl v0.4.3
12642026-06-17T16:03:57.615Z Downloaded moka v0.12.15
12652026-06-17T16:03:57.618Z Downloaded chrono-tz v0.10.4
12662026-06-17T16:03:57.659Z Downloaded tabled v0.21.0
12672026-06-17T16:03:57.689Z Downloaded time v0.3.47
12682026-06-17T16:03:57.698Z Downloaded csv v1.4.0
12692026-06-17T16:03:57.708Z Downloaded goblin v0.10.7
12702026-06-17T16:03:57.712Z Downloaded syn v1.0.109
12712026-06-17T16:03:57.722Z Downloaded sha3 v0.10.9
12722026-06-17T16:03:57.778Z Downloaded syn v2.0.117
12732026-06-17T16:03:57.791Z Downloaded smoltcp v0.11.0
12742026-06-17T16:03:57.797Z Downloaded hickory-proto v0.24.4
12752026-06-17T16:03:57.806Z Downloaded nix v0.31.3
12762026-06-17T16:03:57.820Z Downloaded regress v0.10.5
12772026-06-17T16:03:57.837Z Downloaded regress v0.11.1
12782026-06-17T16:03:57.842Z Downloaded openapiv3 v2.2.0
12792026-06-17T16:03:57.848Z Downloaded regex-syntax v0.8.10
12802026-06-17T16:03:57.854Z Downloaded hickory-proto v0.25.2
12812026-06-17T16:03:57.916Z Downloaded sled v0.34.7
12822026-06-17T16:03:57.922Z Downloaded typify-impl v0.6.2
12832026-06-17T16:03:57.997Z Downloaded lzma-sys v0.1.20
12842026-06-17T16:03:58.019Z Downloaded jiff v0.2.28
12852026-06-17T16:03:58.029Z Downloaded petgraph v0.6.5
12862026-06-17T16:03:58.076Z Downloaded encoding_rs v0.8.35
12872026-06-17T16:03:58.514Z Downloaded aws-lc-sys v0.41.0
12882026-06-17T16:03:59.206Z Compiling libc v0.2.186
12892026-06-17T16:03:59.206Z Compiling proc-macro2 v1.0.106
12902026-06-17T16:03:59.206Z Compiling quote v1.0.45
12912026-06-17T16:03:59.210Z Compiling unicode-ident v1.0.24
12922026-06-17T16:03:59.210Z Compiling cfg-if v1.0.4
12932026-06-17T16:03:59.210Z Compiling serde_core v1.0.228
12942026-06-17T16:03:59.210Z Compiling getrandom v0.4.2
12952026-06-17T16:03:59.210Z Compiling serde v1.0.228
12962026-06-17T16:03:59.312Z Compiling getrandom v0.3.4
12972026-06-17T16:03:59.366Z Compiling autocfg v1.5.1
12982026-06-17T16:03:59.543Z Compiling rustversion v1.0.22
12992026-06-17T16:03:59.594Z Compiling zerocopy v0.8.50
13002026-06-17T16:03:59.612Z Compiling zmij v1.0.21
13012026-06-17T16:03:59.658Z Compiling hashbrown v0.17.1
13022026-06-17T16:03:59.715Z Compiling num-traits v0.2.19
13032026-06-17T16:03:59.912Z Compiling equivalent v1.0.2
13042026-06-17T16:03:59.939Z Compiling rustix v1.1.4
13052026-06-17T16:04:00.025Z Compiling winnow v1.0.3
13062026-06-17T16:04:00.128Z Compiling rand_core v0.9.5
13072026-06-17T16:04:00.157Z Compiling indexmap v2.14.0
13082026-06-17T16:04:00.251Z Compiling errno v0.3.14
13092026-06-17T16:04:00.480Z Compiling syn v2.0.117
13102026-06-17T16:04:00.510Z Compiling serde_json v1.0.150
13112026-06-17T16:04:00.534Z Compiling toml_datetime v1.1.1+spec-1.1.0
13122026-06-17T16:04:00.698Z Compiling memchr v2.8.1
13132026-06-17T16:04:00.740Z Compiling bitflags v2.12.1
13142026-06-17T16:04:00.948Z Compiling toml_parser v1.1.2+spec-1.1.0
13152026-06-17T16:04:01.023Z Compiling iana-time-zone v0.1.65
13162026-06-17T16:04:01.033Z Compiling itoa v1.0.18
13172026-06-17T16:04:01.229Z Compiling once_cell v1.21.4
13182026-06-17T16:04:01.242Z Compiling schemars v0.8.22
13192026-06-17T16:04:01.374Z Compiling toml_edit v0.25.12+spec-1.1.0
13202026-06-17T16:04:01.440Z Compiling fastrand v2.4.1
13212026-06-17T16:04:01.455Z Compiling uuid v1.23.2
13222026-06-17T16:04:01.502Z Compiling slog v2.8.2
13232026-06-17T16:04:01.691Z Compiling tempfile v3.27.0
13242026-06-17T16:04:01.729Z Compiling wait-timeout v0.2.1
13252026-06-17T16:04:01.871Z Compiling quick-error v1.2.3
13262026-06-17T16:04:01.889Z Compiling proc-macro-crate v3.5.0
13272026-06-17T16:04:01.968Z Compiling serde_derive_internals v0.29.1
13282026-06-17T16:04:02.022Z Compiling dyn-clone v1.0.20
13292026-06-17T16:04:02.102Z Compiling fnv v1.0.7
13302026-06-17T16:04:02.156Z Compiling thiserror v2.0.18
13312026-06-17T16:04:02.192Z Compiling bit-vec v0.8.0
13322026-06-17T16:04:02.252Z Compiling rusty-fork v0.3.1
13332026-06-17T16:04:02.317Z Compiling rand v0.9.4
13342026-06-17T16:04:02.419Z Compiling bit-set v0.8.0
13352026-06-17T16:04:02.570Z Compiling rand_xorshift v0.4.0
13362026-06-17T16:04:02.611Z Compiling regex-syntax v0.8.10
13372026-06-17T16:04:02.628Z Compiling unarray v0.1.4
13382026-06-17T16:04:02.688Z Compiling nom v8.0.0
13392026-06-17T16:04:02.696Z Compiling serde_derive v1.0.228
13402026-06-17T16:04:02.696Z Compiling schemars_derive v0.8.22
13412026-06-17T16:04:02.710Z Compiling num_enum_derive v0.7.6
13422026-06-17T16:04:02.721Z Compiling thiserror-impl v2.0.18
13432026-06-17T16:04:03.426Z Compiling ppv-lite86 v0.2.21
13442026-06-17T16:04:03.568Z Compiling num_enum v0.7.6
13452026-06-17T16:04:03.687Z Compiling rand_chacha v0.9.0
13462026-06-17T16:04:04.044Z Compiling proptest v1.11.0
13472026-06-17T16:04:05.125Z Compiling chrono v0.4.45
13482026-06-17T16:04:05.125Z Compiling erased-serde v0.3.31
13492026-06-17T16:04:06.605Z Compiling oxnet v0.1.6
13502026-06-17T16:04:06.939Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
13512026-06-17T16:04:12.860Z Finished `test` profile [unoptimized + debuginfo] target(s) in 14.01s
13522026-06-17T16:04:12.961Z────────────
13532026-06-17T16:04:12.961Z Nextest run ID bc0e571b-5390-4681-aefd-2f32fa07a96c with nextest profile: default
13542026-06-17T16:04:12.961Z Starting 5 tests across 1 binary (4 tests skipped)
13552026-06-17T16:04:12.967Z PASS [ 0.005s] mg-api-types-versions v12::bgp::config::proptests::debug_redacts_inner_string
13562026-06-17T16:04:43.840Z PASS [ 30.877s] mg-api-types-versions v12::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes
13572026-06-17T16:04:46.841Z PASS [ 33.877s] mg-api-types-versions v12::bgp::config::proptests::valid_md5_auth_string_json_round_trips
13582026-06-17T16:05:12.966Z SLOW [> 60.000s] mg-api-types-versions v12::bgp::config::proptests::constructor_rejects_all_other_strings
13592026-06-17T16:05:12.966Z SLOW [> 60.000s] mg-api-types-versions v12::bgp::config::proptests::serde_round_trip_matches_constructor_invariants
13602026-06-17T16:05:18.973Z PASS [ 66.008s] mg-api-types-versions v12::bgp::config::proptests::constructor_rejects_all_other_strings
13612026-06-17T16:05:52.126Z PASS [ 99.159s] mg-api-types-versions v12::bgp::config::proptests::serde_round_trip_matches_constructor_invariants
13622026-06-17T16:05:52.126Z────────────
13632026-06-17T16:05:52.126Z Summary [ 99.160s] 5 tests run: 5 passed (2 slow), 4 skipped
13642026-06-17T16:05:52.139Z+ [[ -d proptest-regressions ]]
13652026-06-17T16:05:52.139Z+ popd
13662026-06-17T16:05:52.143Z+ pushd rdb
13672026-06-17T16:05:52.143Z/work/oxidecomputer/maghemite
13682026-06-17T16:05:52.143Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
13692026-06-17T16:05:52.143Z+ PROPTEST_CASES=1000000
13702026-06-17T16:05:52.143Z+ cargo nextest run --lib proptest
13712026-06-17T16:05:53.282Z Compiling proc-macro2 v1.0.106
13722026-06-17T16:05:53.282Z Compiling unicode-ident v1.0.24
13732026-06-17T16:05:53.282Z Compiling serde_core v1.0.228
13742026-06-17T16:05:53.285Z Compiling serde v1.0.228
13752026-06-17T16:05:53.286Z Compiling libc v0.2.186
13762026-06-17T16:05:53.286Z Compiling memchr v2.8.1
13772026-06-17T16:05:53.286Z Compiling quote v1.0.45
13782026-06-17T16:05:53.453Z Compiling smallvec v1.15.1
13792026-06-17T16:05:53.484Z Compiling libm v0.2.16
13802026-06-17T16:05:53.659Z Compiling stable_deref_trait v1.2.1
13812026-06-17T16:05:53.729Z Compiling litemap v0.8.2
13822026-06-17T16:05:53.749Z Compiling percent-encoding v2.3.2
13832026-06-17T16:05:53.762Z Compiling writeable v0.6.3
13842026-06-17T16:05:53.906Z Compiling utf8_iter v1.0.4
13852026-06-17T16:05:53.937Z Compiling icu_normalizer_data v2.2.0
13862026-06-17T16:05:53.959Z Compiling icu_properties_data v2.2.0
13872026-06-17T16:05:54.077Z Compiling equivalent v1.0.2
13882026-06-17T16:05:54.162Z Compiling form_urlencoded v1.2.2
13892026-06-17T16:05:54.218Z Compiling syn v2.0.117
13902026-06-17T16:05:54.263Z Compiling pin-project-lite v0.2.17
13912026-06-17T16:05:54.329Z Compiling version_check v0.9.5
13922026-06-17T16:05:54.341Z Compiling serde_json v1.0.150
13932026-06-17T16:05:54.363Z Compiling parking_lot_core v0.9.12
13942026-06-17T16:05:54.393Z Compiling scopeguard v1.2.0
13952026-06-17T16:05:54.411Z Compiling num-traits v0.2.19
13962026-06-17T16:05:54.498Z Compiling lock_api v0.4.14
13972026-06-17T16:05:54.590Z Compiling rand_core v0.10.1
13982026-06-17T16:05:54.602Z Compiling log v0.4.32
13992026-06-17T16:05:54.667Z Compiling getrandom v0.4.2
14002026-06-17T16:05:54.724Z Compiling hashbrown v0.17.1
14012026-06-17T16:05:54.740Z Compiling errno v0.3.14
14022026-06-17T16:05:54.784Z Compiling futures-core v0.3.32
14032026-06-17T16:05:54.903Z Compiling heck v0.5.0
14042026-06-17T16:05:54.931Z Compiling zerocopy v0.8.50
14052026-06-17T16:05:54.971Z Compiling futures-sink v0.3.32
14062026-06-17T16:05:55.068Z Compiling slab v0.4.12
14072026-06-17T16:05:55.137Z Compiling jobserver v0.1.34
14082026-06-17T16:05:55.152Z Compiling find-msvc-tools v0.1.9
14092026-06-17T16:05:55.237Z Compiling shlex v2.0.1
14102026-06-17T16:05:55.272Z Compiling schemars v0.8.22
14112026-06-17T16:05:55.370Z Compiling cc v1.2.63
14122026-06-17T16:05:55.381Z Compiling semver v1.0.28
14132026-06-17T16:05:55.417Z Compiling indexmap v2.14.0
14142026-06-17T16:05:55.520Z Compiling uuid v1.23.2
14152026-06-17T16:05:55.575Z Compiling futures-channel v0.3.32
14162026-06-17T16:05:55.717Z Compiling futures-io v0.3.32
14172026-06-17T16:05:55.792Z Compiling futures-task v0.3.32
14182026-06-17T16:05:55.929Z Compiling socket2 v0.6.4
14192026-06-17T16:05:55.959Z Compiling bitflags v2.12.1
14202026-06-17T16:05:56.031Z Compiling signal-hook-registry v1.4.8
14212026-06-17T16:05:56.169Z Compiling parking_lot v0.12.5
14222026-06-17T16:05:56.191Z Compiling mio v1.2.1
14232026-06-17T16:05:56.326Z Compiling portable-atomic v1.13.1
14242026-06-17T16:05:56.344Z Compiling cmake v0.1.58
14252026-06-17T16:05:56.369Z Compiling typenum v1.20.1
14262026-06-17T16:05:56.525Z Compiling dunce v1.0.5
14272026-06-17T16:05:56.566Z Compiling fs_extra v1.3.0
14282026-06-17T16:05:56.579Z Compiling critical-section v1.2.0
14292026-06-17T16:05:56.615Z Compiling base64 v0.22.1
14302026-06-17T16:05:56.679Z Compiling byteorder v1.5.0
14312026-06-17T16:05:56.683Z Compiling subtle v2.6.1
14322026-06-17T16:05:56.704Z Compiling slog v2.8.2
14332026-06-17T16:05:56.823Z Compiling aws-lc-sys v0.41.0
14342026-06-17T16:05:56.861Z Compiling rustix v1.1.4
14352026-06-17T16:05:56.922Z Compiling httparse v1.10.1
14362026-06-17T16:05:56.957Z Compiling synstructure v0.13.2
14372026-06-17T16:05:56.970Z Compiling serde_derive_internals v0.29.1
14382026-06-17T16:05:57.175Z Compiling strsim v0.11.1
14392026-06-17T16:05:57.235Z Compiling once_cell v1.21.4
14402026-06-17T16:05:57.282Z Compiling atomic-waker v1.1.2
14412026-06-17T16:05:57.341Z Compiling ipnet v2.12.0
14422026-06-17T16:05:57.466Z Compiling tower-layer v0.3.3
14432026-06-17T16:05:57.480Z Compiling tower-service v0.3.3
14442026-06-17T16:05:57.568Z Compiling getrandom v0.2.17
14452026-06-17T16:05:57.619Z Compiling untrusted v0.9.0
14462026-06-17T16:05:57.632Z Compiling ryu v1.0.23
14472026-06-17T16:05:57.695Z Compiling ucd-trie v0.1.7
14482026-06-17T16:05:57.736Z Compiling thiserror v1.0.69
14492026-06-17T16:05:57.755Z Compiling try-lock v0.2.5
14502026-06-17T16:05:57.809Z Compiling rand_core v0.6.4
14512026-06-17T16:05:57.868Z Compiling want v0.3.1
14522026-06-17T16:05:57.873Z Compiling pest v2.8.6
14532026-06-17T16:05:57.876Z Compiling httpdate v1.0.3
14542026-06-17T16:05:57.987Z Compiling pretty-hex v0.4.2
14552026-06-17T16:05:58.020Z Compiling plain v0.2.3
14562026-06-17T16:05:58.024Z Compiling paste v1.0.15
14572026-06-17T16:05:58.110Z Compiling allocator-api2 v0.2.21
14582026-06-17T16:05:58.121Z Compiling foldhash v0.2.0
14592026-06-17T16:05:58.132Z Compiling tracing-core v0.1.36
14602026-06-17T16:05:58.151Z Compiling serde_derive v1.0.228
14612026-06-17T16:05:58.215Z Compiling zerofrom-derive v0.1.7
14622026-06-17T16:05:58.322Z Compiling yoke-derive v0.8.2
14632026-06-17T16:05:58.385Z Compiling zerovec-derive v0.11.3
14642026-06-17T16:05:58.421Z Compiling displaydoc v0.2.6
14652026-06-17T16:05:58.783Z Compiling schemars_derive v0.8.22
14662026-06-17T16:05:59.178Z Compiling tokio-macros v2.7.0
14672026-06-17T16:05:59.217Z Compiling thiserror-impl v2.0.18
14682026-06-17T16:05:59.438Z Compiling zerofrom v0.1.8
14692026-06-17T16:05:59.450Z Compiling zerocopy-derive v0.8.50
14702026-06-17T16:05:59.497Z Compiling zeroize_derive v1.4.3
14712026-06-17T16:05:59.556Z Compiling yoke v0.8.3
14722026-06-17T16:05:59.738Z Compiling zerovec v0.11.6
14732026-06-17T16:05:59.929Z Compiling zerotrie v0.2.4
14742026-06-17T16:05:59.984Z Compiling futures-macro v0.3.32
14752026-06-17T16:06:00.168Z Compiling zeroize v1.8.2
14762026-06-17T16:06:00.221Z Compiling tinystr v0.8.3
14772026-06-17T16:06:00.254Z Compiling potential_utf v0.1.5
14782026-06-17T16:06:00.365Z Compiling icu_collections v2.2.0
14792026-06-17T16:06:00.410Z Compiling icu_locale_core v2.2.0
14802026-06-17T16:06:00.410Z Compiling thiserror-impl v1.0.69
14812026-06-17T16:06:00.435Z Compiling thiserror v2.0.18
14822026-06-17T16:06:00.530Z Compiling pest_meta v2.8.6
14832026-06-17T16:06:00.820Z Compiling futures-util v0.3.32
14842026-06-17T16:06:00.869Z Compiling hashbrown v0.16.1
14852026-06-17T16:06:01.357Z Compiling bytes v1.11.1
14862026-06-17T16:06:01.434Z Compiling icu_provider v2.2.0
14872026-06-17T16:06:01.452Z Compiling chrono v0.4.45
14882026-06-17T16:06:01.559Z Compiling serde_tokenstream v0.2.3
14892026-06-17T16:06:01.748Z Compiling icu_normalizer v2.2.0
14902026-06-17T16:06:01.791Z Compiling icu_properties v2.2.0
14912026-06-17T16:06:01.837Z Compiling http v1.4.1
14922026-06-17T16:06:01.975Z Compiling tokio v1.52.3
14932026-06-17T16:06:02.332Z Compiling erased-serde v0.3.31
14942026-06-17T16:06:02.800Z Compiling idna_adapter v1.2.2
14952026-06-17T16:06:02.820Z Compiling http-body v1.0.1
14962026-06-17T16:06:02.917Z Compiling idna v1.1.0
14972026-06-17T16:06:02.963Z Compiling pest_generator v2.8.6
14982026-06-17T16:06:03.052Z Compiling tracing-attributes v0.1.31
14992026-06-17T16:06:03.083Z Compiling ident_case v1.0.1
15002026-06-17T16:06:03.201Z Compiling url v2.5.8
15012026-06-17T16:06:03.325Z Compiling omicron-workspace-hack v0.1.0
15022026-06-17T16:06:03.597Z Compiling ppv-lite86 v0.2.21
15032026-06-17T16:06:03.614Z Compiling pest_derive v2.8.6
15042026-06-17T16:06:03.914Z Compiling http-body-util v0.1.3
15052026-06-17T16:06:04.085Z Compiling serde_urlencoded v0.7.1
15062026-06-17T16:06:04.152Z Compiling aho-corasick v1.1.4
15072026-06-17T16:06:04.253Z Compiling sync_wrapper v1.0.2
15082026-06-17T16:06:04.284Z Compiling winnow v1.0.3
15092026-06-17T16:06:04.306Z Compiling tracing v0.1.44
15102026-06-17T16:06:04.327Z Compiling daft-derive v0.1.7
15112026-06-17T16:06:04.540Z Compiling ipnetwork v0.21.1
15122026-06-17T16:06:04.752Z Compiling oxnet v0.1.6
15132026-06-17T16:06:04.972Z Compiling regex-automata v0.4.14
15142026-06-17T16:06:05.208Z Compiling async-trait v0.1.89
15152026-06-17T16:06:05.220Z Compiling scroll_derive v0.13.1
15162026-06-17T16:06:05.528Z Compiling anyhow v1.0.102
15172026-06-17T16:06:05.660Z Compiling tokio-util v0.7.18
15182026-06-17T16:06:05.855Z Compiling num-conv v0.2.2
15192026-06-17T16:06:06.005Z Compiling aws-lc-rs v1.17.0
15202026-06-17T16:06:06.044Z Compiling time-core v0.1.8
15212026-06-17T16:06:06.173Z Compiling powerfmt v0.2.0
15222026-06-17T16:06:06.186Z Compiling time-macros v0.2.27
15232026-06-17T16:06:06.325Z Compiling deranged v0.5.8
15242026-06-17T16:06:06.377Z Compiling scroll v0.13.0
15252026-06-17T16:06:06.599Z Compiling regex v1.12.3
15262026-06-17T16:06:06.638Z Compiling rustls-pki-types v1.14.1
15272026-06-17T16:06:07.066Z Compiling num_threads v0.1.7
15282026-06-17T16:06:07.114Z Compiling hex v0.4.3
15292026-06-17T16:06:07.156Z Compiling openssl-probe v0.2.1
15302026-06-17T16:06:07.284Z Compiling goblin v0.10.7
15312026-06-17T16:06:07.366Z Compiling camino v1.2.2
15322026-06-17T16:06:07.450Z Compiling untrusted v0.7.1
15332026-06-17T16:06:07.558Z Compiling usdt-impl v0.6.0
15342026-06-17T16:06:07.572Z Compiling rustls v0.23.40
15352026-06-17T16:06:07.744Z Compiling crc32fast v1.5.0
15362026-06-17T16:06:07.972Z Compiling h2 v0.4.14
15372026-06-17T16:06:08.083Z Compiling dtrace-parser v0.3.0
15382026-06-17T16:06:08.201Z Compiling crossbeam-utils v0.8.21
15392026-06-17T16:06:08.598Z Compiling futures-executor v0.3.32
15402026-06-17T16:06:08.631Z Compiling structmeta-derive v0.3.0
15412026-06-17T16:06:08.681Z Compiling getrandom v0.3.4
15422026-06-17T16:06:08.864Z Compiling thread-id v5.1.0
15432026-06-17T16:06:08.880Z Compiling adler2 v2.0.1
15442026-06-17T16:06:08.988Z Compiling cpufeatures v0.3.0
15452026-06-17T16:06:09.013Z Compiling simd-adler32 v0.3.9
15462026-06-17T16:06:09.021Z Compiling rand_core v0.9.5
15472026-06-17T16:06:09.028Z Compiling futures v0.3.32
15482026-06-17T16:06:09.231Z Compiling miniz_oxide v0.8.9
15492026-06-17T16:06:09.237Z Compiling darling_core v0.23.0
15502026-06-17T16:06:09.624Z Compiling newtype-uuid-macros v0.1.0
15512026-06-17T16:06:09.691Z Compiling structmeta v0.3.0
15522026-06-17T16:06:09.876Z Compiling hybrid-array v0.4.12
15532026-06-17T16:06:09.899Z Compiling thread_local v1.1.9
15542026-06-17T16:06:10.037Z Compiling hyper v1.10.1
15552026-06-17T16:06:10.162Z Compiling dof v0.4.0
15562026-06-17T16:06:10.341Z Compiling match_cfg v0.1.0
15572026-06-17T16:06:11.127Z Compiling flate2 v1.1.9
15582026-06-17T16:06:11.127Z Compiling newtype-uuid v1.3.2
15592026-06-17T16:06:11.160Z Compiling hyper-util v0.1.20
15602026-06-17T16:06:11.294Z Compiling darling_macro v0.23.0
15612026-06-17T16:06:11.751Z Compiling ref-cast v1.0.25
15622026-06-17T16:06:11.756Z Compiling slog-async v2.8.0
15632026-06-17T16:06:11.782Z Compiling compression-core v0.4.32
15642026-06-17T16:06:11.883Z Compiling darling v0.23.0
15652026-06-17T16:06:11.919Z Compiling compression-codecs v0.4.38
15662026-06-17T16:06:11.947Z Compiling daft v0.1.7
15672026-06-17T16:06:11.961Z Compiling crypto-common v0.2.2
15682026-06-17T16:06:12.103Z Compiling block-buffer v0.12.0
15692026-06-17T16:06:12.119Z Compiling rand_chacha v0.9.0
15702026-06-17T16:06:12.207Z Compiling strum_macros v0.26.4
15712026-06-17T16:06:12.245Z Compiling usdt-macro v0.6.0
15722026-06-17T16:06:12.257Z Compiling usdt-attr-macro v0.6.0
15732026-06-17T16:06:12.542Z Compiling ref-cast-impl v1.0.25
15742026-06-17T16:06:12.575Z Compiling serde_spanned v1.1.1
15752026-06-17T16:06:12.721Z Compiling multer v3.1.0
15762026-06-17T16:06:12.829Z Compiling generic-array v0.14.7
15772026-06-17T16:06:12.903Z Compiling take_mut v0.2.2
15782026-06-17T16:06:12.956Z Compiling debug-ignore v1.0.5
15792026-06-17T16:06:13.012Z Compiling const-oid v0.10.2
15802026-06-17T16:06:13.060Z Compiling toml_writer v1.1.1+spec-1.1.0
15812026-06-17T16:06:13.070Z Compiling term v1.2.1
15822026-06-17T16:06:13.266Z Compiling digest v0.11.3
15832026-06-17T16:06:13.438Z Compiling rand v0.9.4
15842026-06-17T16:06:13.449Z Compiling serde_with_macros v3.20.0
15852026-06-17T16:06:13.452Z Compiling async-stream-impl v0.3.6
15862026-06-17T16:06:13.498Z Compiling dropshot v0.17.1
15872026-06-17T16:06:13.760Z Compiling encoding_rs v0.8.35
15882026-06-17T16:06:13.864Z Compiling syn v1.0.109
15892026-06-17T16:06:13.935Z Compiling strum v0.26.3
15902026-06-17T16:06:14.058Z Compiling mime v0.3.17
15912026-06-17T16:06:14.111Z Compiling spin v0.9.8
15922026-06-17T16:06:14.117Z Compiling async-stream v0.3.6
15932026-06-17T16:06:14.219Z Compiling sha1 v0.11.0
15942026-06-17T16:06:14.267Z Compiling derive-ex v0.1.8
15952026-06-17T16:06:14.294Z Compiling tower v0.5.3
15962026-06-17T16:06:14.464Z Compiling dropshot_endpoint v0.17.1
15972026-06-17T16:06:14.515Z Compiling macaddr v1.0.1
15982026-06-17T16:06:14.570Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15992026-06-17T16:06:14.732Z Compiling waitgroup v0.1.2
16002026-06-17T16:06:14.768Z Compiling serde_path_to_error v0.1.20
16012026-06-17T16:06:15.060Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16022026-06-17T16:06:15.122Z Compiling tower-http v0.6.11
16032026-06-17T16:06:15.232Z Compiling tempfile v3.27.0
16042026-06-17T16:06:15.384Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
16052026-06-17T16:06:15.538Z Compiling openapiv3 v2.2.0
16062026-06-17T16:06:15.562Z Compiling strum_macros v0.27.2
16072026-06-17T16:06:15.647Z Compiling instant v0.1.13
16082026-06-17T16:06:15.849Z Compiling test-strategy v0.4.5
16092026-06-17T16:06:16.111Z Compiling rustls-native-certs v0.8.4
16102026-06-17T16:06:17.250Z Compiling time v0.3.47
16112026-06-17T16:06:17.305Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16122026-06-17T16:06:17.305Z Compiling crossbeam-channel v0.5.15
16132026-06-17T16:06:17.305Z Compiling crypto-common v0.1.7
16142026-06-17T16:06:17.349Z Compiling strum v0.27.2
16152026-06-17T16:06:17.496Z Compiling parse-display-derive v0.10.0
16162026-06-17T16:06:17.607Z Compiling backon v1.6.0
16172026-06-17T16:06:17.813Z Compiling rand_chacha v0.3.1
16182026-06-17T16:06:18.261Z Compiling rand v0.8.6
16192026-06-17T16:06:18.493Z Compiling slog-json v2.6.1
16202026-06-17T16:06:18.694Z Compiling hostname v0.3.1
16212026-06-17T16:06:18.707Z Compiling toml_parser v1.1.2+spec-1.1.0
16222026-06-17T16:06:18.840Z Compiling toml_datetime v1.1.1+spec-1.1.0
16232026-06-17T16:06:18.949Z Compiling memmap2 v0.9.10
16242026-06-17T16:06:18.955Z Compiling is-terminal v0.4.17
16252026-06-17T16:06:19.008Z Compiling wait-timeout v0.2.1
16262026-06-17T16:06:19.157Z Compiling either v1.16.0
16272026-06-17T16:06:19.173Z Compiling rusty-fork v0.3.1
16282026-06-17T16:06:19.173Z Compiling usdt v0.6.0
16292026-06-17T16:06:19.308Z Compiling toml v1.1.2+spec-1.1.0
16302026-06-17T16:06:19.358Z Compiling slog-term v2.9.2
16312026-06-17T16:06:19.451Z Compiling slog-bunyan v2.5.0
16322026-06-17T16:06:19.554Z Compiling serde_with v3.20.0
16332026-06-17T16:06:19.576Z Compiling async-compression v0.4.42
16342026-06-17T16:06:19.610Z Compiling rand_xorshift v0.4.0
16352026-06-17T16:06:19.731Z Compiling rustls-pemfile v2.2.0
16362026-06-17T16:06:19.883Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16372026-06-17T16:06:19.925Z Compiling regress v0.10.5
16382026-06-17T16:06:19.958Z Compiling hostname v0.4.2
16392026-06-17T16:06:20.055Z Compiling humantime v2.3.0
16402026-06-17T16:06:20.094Z Compiling proptest v1.11.0
16412026-06-17T16:06:20.370Z Compiling iddqd v0.4.2
16422026-06-17T16:06:20.575Z Compiling reqwest v0.12.28
16432026-06-17T16:06:20.863Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16442026-06-17T16:06:21.082Z Compiling block-buffer v0.10.4
16452026-06-17T16:06:22.051Z Compiling digest v0.10.7
16462026-06-17T16:06:22.153Z Compiling itertools v0.14.0
16472026-06-17T16:06:22.153Z Compiling parse-display v0.10.0
16482026-06-17T16:06:22.153Z Compiling progenitor-client v0.10.0
16492026-06-17T16:06:22.153Z Compiling backoff v0.4.0
16502026-06-17T16:06:22.153Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16512026-06-17T16:06:22.563Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16522026-06-17T16:06:23.776Z Compiling regress v0.11.1
16532026-06-17T16:06:23.794Z Compiling utf8parse v0.2.2
16542026-06-17T16:06:23.973Z Compiling anstyle-parse v1.0.0
16552026-06-17T16:06:24.157Z Compiling anstyle v1.0.14
16562026-06-17T16:06:24.184Z Compiling is_terminal_polyfill v1.70.2
16572026-06-17T16:06:24.261Z Compiling anstyle-query v1.1.5
16582026-06-17T16:06:24.386Z Compiling colorchoice v1.0.5
16592026-06-17T16:06:24.502Z Compiling anstream v1.0.0
16602026-06-17T16:06:25.063Z Compiling toml_datetime v0.6.11
16612026-06-17T16:06:25.335Z Compiling typify-impl v0.6.2
16622026-06-17T16:06:25.354Z Compiling zerocopy-derive v0.7.35
16632026-06-17T16:06:25.370Z Compiling convert_case v0.4.0
16642026-06-17T16:06:25.684Z Compiling clap_lex v1.1.0
16652026-06-17T16:06:25.780Z Compiling cpufeatures v0.2.17
16662026-06-17T16:06:25.865Z Compiling derive_more v0.99.20
16672026-06-17T16:06:26.211Z Compiling zerocopy v0.7.35
16682026-06-17T16:06:26.973Z Compiling unicode-width v0.2.2
16692026-06-17T16:06:28.901Z Compiling secrecy v0.10.3
16702026-06-17T16:06:28.927Z Compiling clap_derive v4.6.1
16712026-06-17T16:06:28.927Z Compiling tinyvec_macros v0.1.1
16722026-06-17T16:06:28.927Z Compiling crucible-workspace-hack v0.1.0
16732026-06-17T16:06:28.927Z Compiling float-ord v0.3.2
16742026-06-17T16:06:28.927Z Compiling tinyvec v1.11.0
16752026-06-17T16:06:28.927Z Compiling terminal_size v0.4.4
16762026-06-17T16:06:28.927Z Compiling dtrace-parser v0.2.0
16772026-06-17T16:06:28.927Z Compiling scroll_derive v0.12.1
16782026-06-17T16:06:28.927Z Compiling rustc_version v0.4.1
16792026-06-17T16:06:28.927Z Compiling num-integer v0.1.46
16802026-06-17T16:06:28.928Z Compiling usdt-impl v0.5.0
16812026-06-17T16:06:29.283Z Compiling scroll v0.12.0
16822026-06-17T16:06:29.301Z Compiling curve25519-dalek v4.1.3
16832026-06-17T16:06:29.540Z Compiling dof v0.3.0
16842026-06-17T16:06:29.599Z Compiling hmac v0.12.1
16852026-06-17T16:06:29.611Z Compiling inout v0.1.4
16862026-06-17T16:06:29.733Z Compiling darling_core v0.21.3
16872026-06-17T16:06:29.751Z Compiling ff v0.13.1
16882026-06-17T16:06:29.821Z Compiling thread-id v4.2.2
16892026-06-17T16:06:29.875Z Compiling group v0.13.0
16902026-06-17T16:06:29.912Z Compiling cipher v0.4.4
16912026-06-17T16:06:29.983Z Compiling hkdf v0.12.4
16922026-06-17T16:06:30.255Z Compiling goblin v0.8.2
16932026-06-17T16:06:30.504Z Compiling num-iter v0.1.45
16942026-06-17T16:06:30.619Z Compiling num-rational v0.4.2
16952026-06-17T16:06:30.630Z Compiling clap_builder v4.6.0
16962026-06-17T16:06:30.863Z Compiling toml_edit v0.25.12+spec-1.1.0
16972026-06-17T16:06:30.880Z Compiling thiserror-impl-no-std v2.0.2
16982026-06-17T16:06:31.229Z Compiling universal-hash v0.5.1
16992026-06-17T16:06:31.357Z Compiling crypto-bigint v0.5.5
17002026-06-17T16:06:31.689Z Compiling typify-macro v0.6.2
17012026-06-17T16:06:31.735Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17022026-06-17T16:06:31.795Z Compiling darling_macro v0.21.3
17032026-06-17T16:06:32.073Z Compiling crossbeam-epoch v0.9.18
17042026-06-17T16:06:32.397Z Compiling half v2.7.1
17052026-06-17T16:06:32.413Z Compiling curve25519-dalek-derive v0.1.1
17062026-06-17T16:06:32.424Z Compiling num-complex v0.4.6
17072026-06-17T16:06:32.785Z Compiling base16ct v0.2.0
17082026-06-17T16:06:32.801Z Compiling opaque-debug v0.3.1
17092026-06-17T16:06:32.871Z Compiling base64ct v1.8.3
17102026-06-17T16:06:32.935Z Compiling ciborium-io v0.2.2
17112026-06-17T16:06:33.029Z Compiling ciborium-ll v0.2.2
17122026-06-17T16:06:33.165Z Compiling password-hash v0.5.0
17132026-06-17T16:06:33.243Z Compiling elliptic-curve v0.13.8
17142026-06-17T16:06:33.255Z Compiling poly1305 v0.8.0
17152026-06-17T16:06:33.713Z Compiling num v0.4.3
17162026-06-17T16:06:33.756Z Compiling darling v0.21.3
17172026-06-17T16:06:33.768Z Compiling typify v0.6.2
17182026-06-17T16:06:33.836Z Compiling clap v4.6.1
17192026-06-17T16:06:33.917Z Compiling thiserror-no-std v2.0.2
17202026-06-17T16:06:33.992Z Compiling proc-macro-crate v3.5.0
17212026-06-17T16:06:34.216Z Compiling chacha20 v0.9.1
17222026-06-17T16:06:34.291Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17232026-06-17T16:06:34.435Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17242026-06-17T16:06:34.920Z Compiling blake2 v0.10.6
17252026-06-17T16:06:34.978Z Compiling aead v0.5.2
17262026-06-17T16:06:35.125Z Compiling byte-wrapper v0.1.0
17272026-06-17T16:06:35.188Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17282026-06-17T16:06:35.364Z Compiling proc-macro-error-attr v1.0.4
17292026-06-17T16:06:35.528Z Compiling prettyplease v0.2.37
17302026-06-17T16:06:35.600Z Compiling heapless v0.8.0
17312026-06-17T16:06:35.612Z Compiling unsafe-libyaml v0.2.11
17322026-06-17T16:06:35.769Z Compiling keccak v0.1.6
17332026-06-17T16:06:35.907Z Compiling rustix v0.38.44
17342026-06-17T16:06:36.324Z Compiling serde_yaml v0.9.34+deprecated
17352026-06-17T16:06:36.359Z Compiling sha3 v0.10.9
17362026-06-17T16:06:36.568Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17372026-06-17T16:06:36.925Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-06-17T16:06:37.250Z Compiling argon2 v0.5.3
17392026-06-17T16:06:37.560Z Compiling chacha20poly1305 v0.10.1
17402026-06-17T16:06:37.724Z Compiling num_enum_derive v0.7.6
17412026-06-17T16:06:37.756Z Compiling vsss-rs v3.3.4
17422026-06-17T16:06:37.781Z Compiling ingot-macros v0.1.1
17432026-06-17T16:06:37.898Z Compiling ciborium v0.2.2
17442026-06-17T16:06:38.648Z Compiling usdt-attr-macro v0.5.0
17452026-06-17T16:06:38.766Z Compiling usdt-macro v0.5.0
17462026-06-17T16:06:39.758Z Compiling serde_spanned v0.6.9
17472026-06-17T16:06:39.902Z Compiling enum-as-inner v0.6.1
17482026-06-17T16:06:40.067Z Compiling hash32 v0.3.1
17492026-06-17T16:06:40.082Z Compiling proc-macro-error v1.0.4
17502026-06-17T16:06:40.220Z Compiling memmap v0.7.0
17512026-06-17T16:06:40.329Z Compiling memoffset v0.9.1
17522026-06-17T16:06:40.418Z Compiling smoltcp v0.11.0
17532026-06-17T16:06:40.503Z Compiling winnow v0.7.15
17542026-06-17T16:06:40.515Z Compiling toml_write v0.1.2
17552026-06-17T16:06:40.560Z Compiling data-encoding v2.11.0
17562026-06-17T16:06:40.583Z Compiling indent_write v2.2.0
17572026-06-17T16:06:40.725Z Compiling cfg_aliases v0.2.1
17582026-06-17T16:06:40.769Z Compiling winnow v0.5.40
17592026-06-17T16:06:40.784Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17602026-06-17T16:06:40.798Z Compiling nix v0.31.3
17612026-06-17T16:06:40.861Z Compiling ingot-types v0.1.2
17622026-06-17T16:06:40.918Z Compiling usdt v0.5.0
17632026-06-17T16:06:41.268Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17642026-06-17T16:06:41.328Z Compiling num_enum v0.7.6
17652026-06-17T16:06:41.406Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17662026-06-17T16:06:41.440Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17672026-06-17T16:06:41.694Z Compiling tabwriter v1.4.1
17682026-06-17T16:06:41.936Z Compiling toml_edit v0.22.27
17692026-06-17T16:06:42.005Z Compiling toml_edit v0.19.15
17702026-06-17T16:06:42.083Z Compiling rustls-webpki v0.103.13
17712026-06-17T16:06:42.378Z Compiling cobs v0.3.0
17722026-06-17T16:06:42.523Z Compiling serde_repr v0.1.20
17732026-06-17T16:06:43.100Z Compiling pkg-config v0.3.33
17742026-06-17T16:06:43.126Z Compiling bitflags v1.3.2
17752026-06-17T16:06:43.160Z Compiling managed v0.8.0
17762026-06-17T16:06:43.201Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17772026-06-17T16:06:43.406Z Compiling vcpkg v0.2.15
17782026-06-17T16:06:43.606Z Compiling toml v0.8.23
17792026-06-17T16:06:43.981Z Compiling openssl-sys v0.9.116
17802026-06-17T16:06:44.089Z Compiling proc-macro-crate v1.3.1
17812026-06-17T16:06:44.324Z Compiling postcard v1.1.3
17822026-06-17T16:06:44.668Z Compiling ingot v0.1.1
17832026-06-17T16:06:44.925Z Compiling hubpack_derive v0.1.1
17842026-06-17T16:06:45.224Z Compiling foreign-types-macros v0.2.3
17852026-06-17T16:06:45.337Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17862026-06-17T16:06:45.470Z Compiling tokio-rustls v0.26.4
17872026-06-17T16:06:45.482Z Compiling rustls-platform-verifier v0.7.0
17882026-06-17T16:06:45.712Z Compiling hyper-rustls v0.27.9
17892026-06-17T16:06:45.912Z Compiling reqwest v0.13.4
17902026-06-17T16:06:46.559Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17912026-06-17T16:06:46.809Z Compiling heck v0.4.1
17922026-06-17T16:06:46.967Z Compiling linked-hash-map v0.5.6
17932026-06-17T16:06:47.015Z Compiling resolv-conf v0.7.6
17942026-06-17T16:06:47.151Z Compiling progenitor-client v0.14.0
17952026-06-17T16:06:47.187Z Compiling rayon-core v1.13.0
17962026-06-17T16:06:47.399Z Compiling progenitor-extras v0.2.0
17972026-06-17T16:06:47.452Z Compiling foreign-types-shared v0.3.1
17982026-06-17T16:06:47.548Z Compiling semver v0.1.20
17992026-06-17T16:06:47.712Z Compiling colored v3.1.1
18002026-06-17T16:06:47.811Z Compiling swrite v0.1.0
18012026-06-17T16:06:47.872Z Compiling static_assertions v1.1.0
18022026-06-17T16:06:47.907Z Compiling unicode-segmentation v1.13.3
18032026-06-17T16:06:47.948Z Compiling rustc_version v0.1.7
18042026-06-17T16:06:48.109Z Compiling foreign-types v0.5.0
18052026-06-17T16:06:48.171Z Compiling lru-cache v0.1.2
18062026-06-17T16:06:48.239Z Compiling newline-converter v0.3.0
18072026-06-17T16:06:48.297Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18082026-06-17T16:06:48.391Z Compiling hubpack v0.1.2
18092026-06-17T16:06:48.686Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-06-17T16:06:48.811Z Compiling num_enum_derive v0.5.11
18112026-06-17T16:06:49.997Z Compiling atomicwrites v0.4.4
18122026-06-17T16:06:50.218Z Compiling hickory-proto v0.24.4
18132026-06-17T16:06:50.321Z Compiling progenitor-impl v0.13.0
18142026-06-17T16:06:50.479Z Compiling crossbeam-deque v0.8.6
18152026-06-17T16:06:50.680Z Compiling console v0.15.11
18162026-06-17T16:06:51.361Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18172026-06-17T16:06:51.622Z Compiling camino-tempfile v1.4.1
18182026-06-17T16:06:51.881Z Compiling chacha20 v0.10.0
18192026-06-17T16:06:51.900Z Compiling serde-big-array v0.5.1
18202026-06-17T16:06:52.046Z Compiling derive-where v1.6.1
18212026-06-17T16:06:52.145Z Compiling num-derive v0.4.2
18222026-06-17T16:06:52.626Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18232026-06-17T16:06:53.132Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-06-17T16:06:53.158Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-06-17T16:06:53.171Z Compiling pin-project-internal v1.1.13
18262026-06-17T16:06:53.319Z Compiling cstr-argument v0.1.2
18272026-06-17T16:06:53.515Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
18282026-06-17T16:06:53.757Z Compiling similar v2.7.0
18292026-06-17T16:06:53.907Z Compiling minimal-lexical v0.2.1
18302026-06-17T16:06:54.186Z Compiling siphasher v1.0.3
18312026-06-17T16:06:54.345Z Compiling pin-project v1.1.13
18322026-06-17T16:06:54.392Z Compiling phf_shared v0.12.1
18332026-06-17T16:06:54.452Z Compiling expectorate v1.2.0
18342026-06-17T16:06:54.574Z Compiling nom v7.1.3
18352026-06-17T16:06:54.607Z Compiling progenitor-macro v0.13.0
18362026-06-17T16:06:54.758Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18372026-06-17T16:06:55.025Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-06-17T16:06:55.402Z Compiling rand v0.10.1
18392026-06-17T16:06:55.545Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-17T16:06:55.714Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18412026-06-17T16:06:55.928Z Compiling hickory-resolver v0.24.4
18422026-06-17T16:06:56.077Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18432026-06-17T16:06:56.233Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18442026-06-17T16:06:56.440Z Compiling num_enum v0.5.11
18452026-06-17T16:06:56.559Z Compiling newtype_derive v0.1.6
18462026-06-17T16:06:56.604Z Compiling progenitor-client v0.13.0
18472026-06-17T16:06:56.948Z Compiling progenitor-impl v0.14.0
18482026-06-17T16:06:57.218Z Compiling unicode-normalization v0.1.25
18492026-06-17T16:06:57.692Z Compiling tokio-stream v0.1.18
18502026-06-17T16:06:58.163Z Compiling snafu-derive v0.8.9
18512026-06-17T16:06:58.190Z Compiling async-recursion v1.1.1
18522026-06-17T16:06:58.546Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18532026-06-17T16:06:58.606Z Compiling slog-dtrace v0.3.0
18542026-06-17T16:06:58.862Z Compiling bstr v1.12.1
18552026-06-17T16:06:58.867Z Compiling csv-core v0.1.13
18562026-06-17T16:06:58.965Z Compiling highway v1.3.0
18572026-06-17T16:06:59.147Z Compiling konst_macro_rules v0.2.19
18582026-06-17T16:06:59.331Z Compiling cancel-safe-futures v0.1.5
18592026-06-17T16:06:59.363Z Compiling owo-colors v4.3.0
18602026-06-17T16:06:59.375Z Compiling openssl v0.10.80
18612026-06-17T16:06:59.591Z Compiling foreign-types-shared v0.1.1
18622026-06-17T16:06:59.658Z Compiling chrono-tz v0.10.4
18632026-06-17T16:06:59.681Z Compiling unicode-width v0.1.14
18642026-06-17T16:06:59.697Z Compiling foldhash v0.1.5
18652026-06-17T16:06:59.708Z Compiling same-file v1.0.6
18662026-06-17T16:06:59.876Z Compiling unicode-xid v0.2.6
18672026-06-17T16:06:59.876Z Compiling hashbrown v0.15.5
18682026-06-17T16:06:59.916Z Compiling walkdir v2.5.0
18692026-06-17T16:06:59.953Z Compiling snafu v0.8.9
18702026-06-17T16:06:59.996Z Compiling const_format_proc_macros v0.2.34
18712026-06-17T16:07:00.010Z Compiling progenitor v0.13.0
18722026-06-17T16:07:00.166Z Compiling foreign-types v0.3.2
18732026-06-17T16:07:00.258Z Compiling konst v0.2.20
18742026-06-17T16:07:00.270Z Compiling globset v0.4.18
18752026-06-17T16:07:00.339Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-06-17T16:07:00.415Z Compiling csv v1.4.0
18772026-06-17T16:07:00.551Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-17T16:07:00.563Z Compiling progenitor-macro v0.14.0
18792026-06-17T16:07:00.574Z Compiling qorb v0.4.1
18802026-06-17T16:07:00.821Z Compiling olpc-cjson v0.1.4
18812026-06-17T16:07:00.987Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-17T16:07:01.152Z Compiling rayon v1.12.0
18832026-06-17T16:07:02.215Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-17T16:07:02.627Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18852026-06-17T16:07:02.785Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-06-17T16:07:02.937Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18872026-06-17T16:07:02.973Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-17T16:07:03.405Z Compiling phf v0.12.1
18892026-06-17T16:07:03.564Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-17T16:07:04.438Z Compiling zone_cfg_derive v0.3.1
18912026-06-17T16:07:04.522Z Compiling tokio-dtrace v0.1.1
18922026-06-17T16:07:04.773Z Compiling itertools v0.12.1
18932026-06-17T16:07:04.793Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18942026-06-17T16:07:05.001Z Compiling libsw-core v0.3.2
18952026-06-17T16:07:05.172Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18962026-06-17T16:07:05.187Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-17T16:07:05.553Z Compiling serde_plain v1.0.2
18982026-06-17T16:07:05.666Z Compiling openssl-macros v0.1.1
18992026-06-17T16:07:05.768Z Compiling pem v3.0.6
19002026-06-17T16:07:05.773Z Compiling cookie v0.18.1
19012026-06-17T16:07:05.792Z Compiling sigpipe v0.1.3
19022026-06-17T16:07:05.881Z Compiling fixedbitset v0.4.2
19032026-06-17T16:07:06.018Z Compiling glob v0.3.3
19042026-06-17T16:07:06.030Z Compiling typed-path v0.9.3
19052026-06-17T16:07:06.121Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-06-17T16:07:06.157Z Compiling bytecount v0.6.9
19072026-06-17T16:07:06.175Z Compiling fixedbitset v0.5.7
19082026-06-17T16:07:06.299Z Compiling jiff v0.2.28
19092026-06-17T16:07:06.378Z Compiling petgraph v0.8.3
19102026-06-17T16:07:06.472Z Compiling papergrid v0.11.0
19112026-06-17T16:07:06.737Z Compiling petgraph v0.6.5
19122026-06-17T16:07:07.371Z Compiling tough v0.22.0
19132026-06-17T16:07:08.217Z Compiling zone v0.3.1
19142026-06-17T16:07:08.230Z Compiling progenitor v0.14.0
19152026-06-17T16:07:08.262Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19162026-06-17T16:07:08.285Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-06-17T16:07:08.339Z Compiling libsw v3.5.0
19182026-06-17T16:07:08.470Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19192026-06-17T16:07:08.576Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-06-17T16:07:08.588Z Compiling oxide-tokio-rt v0.1.6
19212026-06-17T16:07:08.713Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19222026-06-17T16:07:08.770Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-06-17T16:07:09.104Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-06-17T16:07:09.872Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-06-17T16:07:09.994Z Compiling const_format v0.2.36
19262026-06-17T16:07:10.013Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19272026-06-17T16:07:10.369Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19282026-06-17T16:07:10.482Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19292026-06-17T16:07:10.778Z Compiling tabled_derive v0.7.0
19302026-06-17T16:07:10.918Z Compiling gethostname v0.5.0
19312026-06-17T16:07:11.046Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19322026-06-17T16:07:11.062Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19332026-06-17T16:07:11.076Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19342026-06-17T16:07:11.165Z Compiling bcs v0.1.6
19352026-06-17T16:07:11.196Z Compiling smf v0.2.3
19362026-06-17T16:07:11.220Z Compiling termtree v0.5.1
19372026-06-17T16:07:11.370Z Compiling tagptr v0.2.0
19382026-06-17T16:07:11.479Z Compiling lazy_static v1.5.0
19392026-06-17T16:07:11.524Z Compiling unicode-linebreak v0.1.5
19402026-06-17T16:07:11.582Z Compiling whoami v1.6.1
19412026-06-17T16:07:11.753Z Compiling linear-map v1.2.0
19422026-06-17T16:07:11.774Z Compiling smawk v0.3.2
19432026-06-17T16:07:11.903Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19442026-06-17T16:07:11.915Z Compiling textwrap v0.16.2
19452026-06-17T16:07:11.935Z Compiling tabled v0.15.0
19462026-06-17T16:07:11.935Z Compiling steno v0.4.1
19472026-06-17T16:07:12.446Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19482026-06-17T16:07:12.499Z Compiling moka v0.12.15
19492026-06-17T16:07:13.518Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19502026-06-17T16:07:13.574Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19512026-06-17T16:07:13.751Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19522026-06-17T16:07:14.587Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19532026-06-17T16:07:14.709Z Compiling hickory-proto v0.25.2
19542026-06-17T16:07:15.241Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19552026-06-17T16:07:15.538Z Compiling parking_lot_core v0.8.6
19562026-06-17T16:07:15.857Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19572026-06-17T16:07:16.249Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19582026-06-17T16:07:16.390Z Compiling libscf-sys v1.2.0
19592026-06-17T16:07:16.433Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19602026-06-17T16:07:16.511Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19612026-06-17T16:07:16.536Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19622026-06-17T16:07:16.615Z Compiling hickory-resolver v0.25.2
19632026-06-17T16:07:16.708Z Compiling nom v8.0.0
19642026-06-17T16:07:16.927Z Compiling parking_lot v0.11.2
19652026-06-17T16:07:17.110Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19662026-06-17T16:07:17.330Z Compiling fxhash v0.2.1
19672026-06-17T16:07:17.342Z Compiling internet-checksum v0.2.1
19682026-06-17T16:07:17.346Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19692026-06-17T16:07:17.466Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19702026-06-17T16:07:17.491Z Compiling sled v0.34.7
19712026-06-17T16:07:18.816Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19722026-06-17T16:07:22.261Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19732026-06-17T16:07:24.210Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19742026-06-17T16:07:30.160Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19752026-06-17T16:07:31.708Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19762026-06-17T16:07:32.754Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19772026-06-17T16:07:33.727Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19782026-06-17T16:07:34.740Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19792026-06-17T16:07:57.429Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
19802026-06-17T16:07:57.609Z────────────
19812026-06-17T16:07:57.609Z Nextest run ID 84dd61e1-0cdc-4def-859a-243e9e005745 with nextest profile: default
19822026-06-17T16:07:57.609Z Starting 13 tests across 1 binary (28 tests skipped)
19832026-06-17T16:08:14.689Z PASS [ 17.078s] rdb proptest::prop_ipv6_normalized_is_network_address
19842026-06-17T16:08:14.720Z PASS [ 17.110s] rdb proptest::prop_ipv4_normalized_is_network_address
19852026-06-17T16:08:14.768Z PASS [ 17.157s] rdb proptest::prop_ipv4_subnet_of_self
19862026-06-17T16:08:14.807Z PASS [ 17.196s] rdb proptest::prop_ipv4_default_contains_all
19872026-06-17T16:08:14.918Z PASS [ 17.307s] rdb proptest::prop_ipv6_subnet_of_self
19882026-06-17T16:08:14.923Z PASS [ 17.309s] rdb proptest::prop_ipv6_default_contains_all
19892026-06-17T16:08:23.896Z PASS [ 26.285s] rdb proptest::prop_static_route_key_deduplication
19902026-06-17T16:08:51.218Z PASS [ 36.527s] rdb proptest::prop_static_route_key_normalization_idempotent
19912026-06-17T16:08:51.256Z PASS [ 36.534s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19922026-06-17T16:08:51.260Z PASS [ 36.490s] rdb proptest::prop_static_route_key_normalization_preserves_length
19932026-06-17T16:08:51.305Z PASS [ 36.495s] rdb proptest::prop_static_route_key_normalized_is_network_address
19942026-06-17T16:08:57.615Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19952026-06-17T16:09:07.609Z PASS [ 52.684s] rdb proptest::prop_static_route_key_ord_consistency
19962026-06-17T16:09:57.619Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19972026-06-17T16:10:58.741Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19982026-06-17T16:11:57.633Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19992026-06-17T16:12:15.084Z PASS [ 257.459s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
20002026-06-17T16:12:15.084Z────────────
20012026-06-17T16:12:15.084Z Summary [ 257.460s] 13 tests run: 13 passed (1 slow), 28 skipped
20022026-06-17T16:12:15.097Z+ cp './*.log' /work/
20032026-06-17T16:12:15.100Z+ true
20042026-06-17T16:12:15.100Z+ [[ -d proptest-regressions ]]
20052026-06-17T16:12:15.100Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
20062026-06-17T16:12:15.104Z+ popd
20072026-06-17T16:12:15.104Z+ pushd bgp
20082026-06-17T16:12:15.104Z/work/oxidecomputer/maghemite
20092026-06-17T16:12:15.104Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
20102026-06-17T16:12:15.104Z+ PROPTEST_CASES=1000000
20112026-06-17T16:12:15.104Z+ cargo nextest run --lib proptest
20122026-06-17T16:12:16.236Z Compiling smallvec v1.15.1
20132026-06-17T16:12:16.398Z Compiling crunchy v0.2.4
20142026-06-17T16:12:16.420Z Compiling tiny-keccak v2.0.2
20152026-06-17T16:12:16.429Z Compiling smartstring v1.0.1
20162026-06-17T16:12:16.433Z Compiling ahash v0.8.12
20172026-06-17T16:12:16.448Z Compiling thin-vec v0.2.18
20182026-06-17T16:12:16.448Z Compiling rhai_codegen v3.2.0
20192026-06-17T16:12:16.567Z Compiling icu_normalizer v2.2.0
20202026-06-17T16:12:16.573Z Compiling parking_lot_core v0.9.12
20212026-06-17T16:12:16.720Z Compiling parking_lot_core v0.8.6
20222026-06-17T16:12:16.777Z Compiling parking_lot v0.12.5
20232026-06-17T16:12:16.939Z Compiling idna_adapter v1.2.2
20242026-06-17T16:12:16.996Z Compiling tokio v1.52.3
20252026-06-17T16:12:17.089Z Compiling idna v1.1.0
20262026-06-17T16:12:17.191Z Compiling moka v0.12.15
20272026-06-17T16:12:17.265Z Compiling const-random-macro v0.1.16
20282026-06-17T16:12:17.277Z Compiling parking_lot v0.11.2
20292026-06-17T16:12:17.658Z Compiling url v2.5.8
20302026-06-17T16:12:17.675Z Compiling const-random v0.1.18
20312026-06-17T16:12:17.872Z Compiling sled v0.34.7
20322026-06-17T16:12:17.969Z Compiling serial_test_derive v3.5.0
20332026-06-17T16:12:18.014Z Compiling diff v0.1.13
20342026-06-17T16:12:18.312Z Compiling schemars v0.8.22
20352026-06-17T16:12:18.447Z Compiling yansi v1.0.1
20362026-06-17T16:12:18.557Z Compiling rhai v1.25.1
20372026-06-17T16:12:18.662Z Compiling pretty_assertions v1.4.1
20382026-06-17T16:12:18.913Z Compiling serial_test v3.5.0
20392026-06-17T16:12:19.108Z Compiling ipnetwork v0.21.1
20402026-06-17T16:12:19.108Z Compiling newtype-uuid v1.3.2
20412026-06-17T16:12:19.108Z Compiling serde_with v3.20.0
20422026-06-17T16:12:19.435Z Compiling oxnet v0.1.6
20432026-06-17T16:12:19.499Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
20442026-06-17T16:12:19.756Z Compiling daft v0.1.7
20452026-06-17T16:12:19.858Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-17T16:12:20.023Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-06-17T16:12:20.268Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
20482026-06-17T16:12:20.456Z Compiling iddqd v0.4.2
20492026-06-17T16:12:20.647Z Compiling tokio-util v0.7.18
20502026-06-17T16:12:20.776Z Compiling tokio-rustls v0.26.4
20512026-06-17T16:12:20.858Z Compiling tower v0.5.3
20522026-06-17T16:12:21.048Z Compiling async-compression v0.4.42
20532026-06-17T16:12:21.344Z Compiling h2 v0.4.14
20542026-06-17T16:12:21.371Z Compiling tower-http v0.6.11
20552026-06-17T16:12:21.401Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-17T16:12:21.663Z Compiling backoff v0.4.0
20572026-06-17T16:12:22.146Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-17T16:12:22.521Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20592026-06-17T16:12:22.746Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20602026-06-17T16:12:22.830Z Compiling typify-impl v0.6.2
20612026-06-17T16:12:23.078Z Compiling byte-wrapper v0.1.0
20622026-06-17T16:12:23.213Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20632026-06-17T16:12:23.492Z Compiling hyper v1.10.1
20642026-06-17T16:12:23.507Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-06-17T16:12:24.126Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-06-17T16:12:24.709Z Compiling hyper-util v0.1.20
20672026-06-17T16:12:25.266Z Compiling typify v0.6.2
20682026-06-17T16:12:25.358Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20692026-06-17T16:12:25.379Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-17T16:12:25.461Z Compiling hickory-proto v0.24.4
20712026-06-17T16:12:25.905Z Compiling hyper-rustls v0.27.9
20722026-06-17T16:12:26.214Z Compiling reqwest v0.13.4
20732026-06-17T16:12:26.241Z Compiling dropshot v0.17.1
20742026-06-17T16:12:26.412Z Compiling reqwest v0.12.28
20752026-06-17T16:12:27.639Z Compiling progenitor-client v0.14.0
20762026-06-17T16:12:27.959Z Compiling progenitor-extras v0.2.0
20772026-06-17T16:12:28.138Z Compiling progenitor-client v0.10.0
20782026-06-17T16:12:29.234Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-06-17T16:12:30.504Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20802026-06-17T16:12:30.673Z Compiling progenitor-client v0.13.0
20812026-06-17T16:12:30.984Z Compiling hickory-resolver v0.24.4
20822026-06-17T16:12:31.880Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20832026-06-17T16:12:32.395Z Compiling progenitor-impl v0.13.0
20842026-06-17T16:12:32.547Z Compiling tokio-stream v0.1.18
20852026-06-17T16:12:33.030Z Compiling qorb v0.4.1
20862026-06-17T16:12:33.166Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20872026-06-17T16:12:33.641Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20882026-06-17T16:12:34.594Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20892026-06-17T16:12:35.329Z Compiling progenitor v0.13.0
20902026-06-17T16:12:35.477Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20912026-06-17T16:12:35.490Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20922026-06-17T16:12:35.693Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20932026-06-17T16:12:36.049Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20942026-06-17T16:12:36.721Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20952026-06-17T16:12:36.743Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20962026-06-17T16:12:37.386Z Compiling progenitor-impl v0.14.0
20972026-06-17T16:12:37.915Z Compiling tokio-dtrace v0.1.1
20982026-06-17T16:12:37.937Z Compiling libsw-core v0.3.2
20992026-06-17T16:12:38.108Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
21002026-06-17T16:12:38.188Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21012026-06-17T16:12:38.199Z Compiling oxide-tokio-rt v0.1.6
21022026-06-17T16:12:38.556Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21032026-06-17T16:12:38.590Z Compiling progenitor v0.14.0
21042026-06-17T16:12:38.734Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21052026-06-17T16:12:38.808Z Compiling libsw v3.5.0
21062026-06-17T16:12:38.915Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-06-17T16:12:38.996Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21082026-06-17T16:12:39.046Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21092026-06-17T16:12:39.261Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21102026-06-17T16:12:39.598Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-06-17T16:12:39.649Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21122026-06-17T16:12:39.778Z Compiling tough v0.22.0
21132026-06-17T16:12:39.860Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21142026-06-17T16:12:40.158Z Compiling zone v0.3.1
21152026-06-17T16:12:40.222Z Compiling cancel-safe-futures v0.1.5
21162026-06-17T16:12:40.525Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21172026-06-17T16:12:40.960Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-06-17T16:12:41.017Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21192026-06-17T16:12:41.211Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21202026-06-17T16:12:41.281Z Compiling steno v0.4.1
21212026-06-17T16:12:41.417Z Compiling hickory-proto v0.25.2
21222026-06-17T16:12:42.591Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21232026-06-17T16:12:43.648Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-06-17T16:12:43.867Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21252026-06-17T16:12:44.175Z Compiling hickory-resolver v0.25.2
21262026-06-17T16:12:44.222Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21272026-06-17T16:12:44.553Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-06-17T16:12:44.760Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-06-17T16:12:44.970Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-06-17T16:12:45.443Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21312026-06-17T16:12:46.243Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-17T16:12:46.430Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
21332026-06-17T16:12:46.480Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21342026-06-17T16:12:46.785Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21352026-06-17T16:12:47.033Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21362026-06-17T16:12:52.063Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21372026-06-17T16:12:53.516Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-06-17T16:13:01.171Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-17T16:13:02.756Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21402026-06-17T16:13:03.788Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21412026-06-17T16:13:04.786Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21422026-06-17T16:13:05.679Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21432026-06-17T16:13:07.670Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21442026-06-17T16:13:38.270Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
21452026-06-17T16:13:38.439Z────────────
21462026-06-17T16:13:38.439Z Nextest run ID a53e1cb6-1b5c-4c18-a212-9ae6f6c4301b with nextest profile: default
21472026-06-17T16:13:38.439Z Starting 17 tests across 1 binary (133 tests skipped)
21482026-06-17T16:13:55.581Z PASS [ 17.127s] bgp proptest::prop_ipv4_wire_format_roundtrip
21492026-06-17T16:13:57.555Z PASS [ 19.108s] bgp proptest::prop_ipv4_withdrawn_roundtrip
21502026-06-17T16:13:57.572Z PASS [ 19.129s] bgp proptest::prop_ipv4_prefixes_roundtrip
21512026-06-17T16:13:58.798Z PASS [ 20.341s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
21522026-06-17T16:13:59.249Z PASS [ 20.801s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
21532026-06-17T16:13:59.339Z PASS [ 20.883s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
21542026-06-17T16:14:07.563Z PASS [ 29.122s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
21552026-06-17T16:14:12.715Z PASS [ 17.136s] bgp proptest::prop_ipv6_wire_format_roundtrip
21562026-06-17T16:14:17.775Z PASS [ 18.976s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
21572026-06-17T16:14:17.895Z PASS [ 20.339s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
21582026-06-17T16:14:18.362Z PASS [ 19.025s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
21592026-06-17T16:14:18.952Z PASS [ 19.703s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
21602026-06-17T16:14:38.473Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
21612026-06-17T16:14:41.789Z PASS [ 29.065s] bgp proptest::prop_update_mp_unreach_roundtrip
21622026-06-17T16:14:46.875Z PASS [ 68.380s] bgp proptest::prop_encode_decode_semantic_equivalence
21632026-06-17T16:15:00.012Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21642026-06-17T16:15:07.570Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21652026-06-17T16:15:08.155Z PASS [ 70.577s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21662026-06-17T16:15:17.782Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21672026-06-17T16:15:20.230Z PASS [ 62.449s] bgp proptest::prop_update_traditional_roundtrip
21682026-06-17T16:15:22.120Z PASS [ 74.553s] bgp proptest::prop_update_mp_reach_roundtrip
21692026-06-17T16:15:22.121Z────────────
21702026-06-17T16:15:22.121Z Summary [ 103.676s] 17 tests run: 17 passed (4 slow), 133 skipped
21712026-06-17T16:15:22.133Z+ cp './*.log' /work/
21722026-06-17T16:15:22.137Z+ true
21732026-06-17T16:15:22.137Z+ [[ -d proptest-regressions ]]
21742026-06-17T16:15:22.137Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21752026-06-17T16:15:22.140Z+ popd
21762026-06-17T16:15:22.140Z/work/oxidecomputer/maghemite
21772026-06-17T16:15:22.140Zprocess exited: duration 845183 ms, exit code 0
 
21782026-06-17T16:15:22.151Zfound 0 output files