01KVY1A3M2BQ7CRJDNV8R12847: 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: 01KVY1AS35MR3TGQTWEN6WJJ9A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:03:19.516Zjob assigned to worker 01KVY1BHZ823E8N5DK8J891JKR [factory aws, i-07d4112a817b5a1c0] (queued for 1 m 18 s)
 
22026-06-25T00:03:26.033Zstarting task 0: "setup"
32026-06-25T00:03:26.039Z++ uname -s
42026-06-25T00:03:26.043Z+ kern=SunOS
52026-06-25T00:03:26.044Z+ build_user=build
62026-06-25T00:03:26.044Z+ build_uid=12345
72026-06-25T00:03:26.044Z+ work_dir=/work
82026-06-25T00:03:26.044Z+ input_dir=/input
92026-06-25T00:03:26.044Z+ [[ 0 == 12345 ]]
102026-06-25T00:03:26.044Z+ case "$kern" in
112026-06-25T00:03:26.044Z+ groupadd -g 12345 build
122026-06-25T00:03:26.044Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:03:28.893Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:03:28.911Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:03:28.911Z+ home_fs=zfs
162026-06-25T00:03:28.911Z+ [[ zfs == autofs ]]
172026-06-25T00:03:28.911Z+ mkdir -p /home/build
182026-06-25T00:03:28.911Z+ chown build:build /home/build /work
192026-06-25T00:03:29.169Z+ chmod 0700 /home/build /work
202026-06-25T00:03:29.174Zprocess exited: duration 3136 ms, exit code 0
 
212026-06-25T00:03:29.181Zstarting task 1: "rust-toolchain"
222026-06-25T00:03:29.185Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T00:03:29.185Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T00:03:29.185Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-25T00:03:29.185Z * rust toolchain channel = "stable"
262026-06-25T00:03:29.185Z * rust toolchain profile = "default"
272026-06-25T00:03:29.185Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T00:03:29.187Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:03:29.187Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T00:03:29.291Zinfo: downloading installer
312026-06-25T00:03:30.799Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T00:03:30.799Zwarn: /opt/ooce/bin
332026-06-25T00:03:30.799Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T00:03:30.799Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T00:03:30.799Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T00:03:30.799Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T00:03:30.799Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T00:03:30.799Zerror: cannot install while Rust is installed
392026-06-25T00:03:30.799Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T00:03:30.799Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T00:03:30.799Zwarn: /home/build/.rustup/settings.toml
422026-06-25T00:03:30.799Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T00:03:30.799Zwarn: instead of the one inferred from the default host triple.
442026-06-25T00:03:30.833Zinfo: profile set to default
452026-06-25T00:03:30.833Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T00:03:30.838Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T00:03:30.970Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T00:03:30.975Zinfo: downloading 6 components
492026-06-25T00:03:46.203Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T00:03:46.203Z
512026-06-25T00:03:46.214Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T00:03:46.214Z
532026-06-25T00:03:46.214Z
542026-06-25T00:03:46.214ZRust is installed now. Great!
552026-06-25T00:03:46.214Z
562026-06-25T00:03:46.214ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T00:03:46.214Zenvironment variable. This has not been done automatically.
582026-06-25T00:03:46.214Z
592026-06-25T00:03:46.214ZTo configure your current shell, you need to source
602026-06-25T00:03:46.214Zthe corresponding env file under $HOME/.cargo.
612026-06-25T00:03:46.214Z
622026-06-25T00:03:46.214ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T00:03:46.214Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T00:03:46.214Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T00:03:46.214Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T00:03:46.214Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T00:03:46.214Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T00:03:46.214Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T00:03:46.214Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T00:03:46.214Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T00:03:46.214Z+ rustup --version
722026-06-25T00:03:46.215Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T00:03:46.215Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T00:03:46.215Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T00:03:46.215Z+ cargo --version
762026-06-25T00:03:46.215Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T00:03:46.215Z+ rustc --version
782026-06-25T00:03:46.215Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T00:03:46.215Zprocess exited: duration 16396 ms, exit code 0
 
802026-06-25T00:03:46.233Zstarting task 2: "authentication"
812026-06-25T00:03:46.249Zprocess exited: duration 21 ms, exit code 0
 
822026-06-25T00:03:46.256Zstarting task 3: "clone repository"
832026-06-25T00:03:46.260Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T00:03:46.263Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T00:03:46.386ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T00:03:47.668Z+ cd /work/oxidecomputer/maghemite
872026-06-25T00:03:47.668Z+ git fetch origin 259f208a5992ccc766de2134939801cc26f9ae0e
882026-06-25T00:03:47.905ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T00:03:47.905Z * branch 259f208a5992ccc766de2134939801cc26f9ae0e -> FETCH_HEAD
902026-06-25T00:03:47.916Z+ [[ -n trey/ndp-demux ]]
912026-06-25T00:03:47.916Z++ git branch --show-current
922026-06-25T00:03:47.916Z+ current=main
932026-06-25T00:03:47.916Z+ [[ main != trey/ndp-demux ]]
942026-06-25T00:03:47.916Z+ git branch -f trey/ndp-demux 259f208a5992ccc766de2134939801cc26f9ae0e
952026-06-25T00:03:47.916Z+ git checkout -f trey/ndp-demux
962026-06-25T00:03:47.939ZSwitched to branch 'trey/ndp-demux'
972026-06-25T00:03:47.994Z+ git reset --hard 259f208a5992ccc766de2134939801cc26f9ae0e
982026-06-25T00:03:47.998ZHEAD is now at 259f208 Merge branch 'main' into trey/ndp-demux
992026-06-25T00:03:47.998Zprocess exited: duration 1691 ms, exit code 0
 
1002026-06-25T00:03:48.033Zstarting task 4: "build"
1012026-06-25T00:03:48.041Z+ set -e
1022026-06-25T00:03:48.041Z+ NEXTEST_VERSION=0.9.97
1032026-06-25T00:03:48.042Z+ PLATFORM=illumos
1042026-06-25T00:03:48.042Z+ cargo --version
1052026-06-25T00:03:48.042Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-25T00:03:48.212Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-25T00:03:48.216Zinfo: downloading 6 components
1082026-06-25T00:04:04.418Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-25T00:04:04.421Z+ rustc --version
1102026-06-25T00:04:04.447Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-25T00:04:04.450Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-25T00:04:04.491Z Updating crates.io index
1132026-06-25T00:04:04.602Z Downloading crates ...
1142026-06-25T00:04:04.708Z Downloaded cargo-nextest v0.9.97
1152026-06-25T00:04:04.771Z Installing cargo-nextest v0.9.97
1162026-06-25T00:04:04.810Z Updating crates.io index
1172026-06-25T00:04:07.303Z Locking 390 packages to latest compatible versions
1182026-06-25T00:04:07.308Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-25T00:04:07.311Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-25T00:04:07.311Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-25T00:04:07.311Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-25T00:04:07.314Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-25T00:04:07.314Z Adding itertools v0.14.0 (available: v0.15.0)
1242026-06-25T00:04:07.314Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1252026-06-25T00:04:07.314Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1262026-06-25T00:04:07.317Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1272026-06-25T00:04:07.319Z Adding quick-junit v0.5.2 (available: v0.6.0)
1282026-06-25T00:04:07.345Z Downloading crates ...
1292026-06-25T00:04:07.430Z Downloaded atomic-waker v1.1.2
1302026-06-25T00:04:07.434Z Downloaded equivalent v1.0.2
1312026-06-25T00:04:07.437Z Downloaded document-features v0.2.12
1322026-06-25T00:04:07.437Z Downloaded futures-sink v0.3.32
1332026-06-25T00:04:07.440Z Downloaded anstyle-parse v1.0.0
1342026-06-25T00:04:07.440Z Downloaded foreign-types-shared v0.1.1
1352026-06-25T00:04:07.443Z Downloaded guppy-workspace-hack v0.1.0
1362026-06-25T00:04:07.445Z Downloaded generic-array v0.14.7
1372026-06-25T00:04:07.450Z Downloaded fnv v1.0.7
1382026-06-25T00:04:07.453Z Downloaded os_pipe v1.2.3
1392026-06-25T00:04:07.461Z Downloaded is_ci v1.2.0
1402026-06-25T00:04:07.464Z Downloaded idna_adapter v1.0.0
1412026-06-25T00:04:07.464Z Downloaded debug-ignore v1.0.5
1422026-06-25T00:04:07.464Z Downloaded colorchoice v1.0.5
1432026-06-25T00:04:07.467Z Downloaded home v0.5.12
1442026-06-25T00:04:07.467Z Downloaded cfg_aliases v0.2.1
1452026-06-25T00:04:07.470Z Downloaded nextest-workspace-hack v0.1.0
1462026-06-25T00:04:07.470Z Downloaded native-tls v0.2.18
1472026-06-25T00:04:07.470Z Downloaded base64ct v1.8.3
1482026-06-25T00:04:07.474Z Downloaded cargo_metadata v0.23.1
1492026-06-25T00:04:07.478Z Downloaded scopeguard v1.2.0
1502026-06-25T00:04:07.481Z Downloaded hyper-tls v0.6.0
1512026-06-25T00:04:07.484Z Downloaded curve25519-dalek-derive v0.1.1
1522026-06-25T00:04:07.487Z Downloaded color-spantrace v0.3.0
1532026-06-25T00:04:07.489Z Downloaded iana-time-zone v0.1.65
1542026-06-25T00:04:07.492Z Downloaded find-msvc-tools v0.1.9
1552026-06-25T00:04:07.494Z Downloaded addr2line v0.25.1
1562026-06-25T00:04:07.497Z Downloaded crc32fast v1.5.0
1572026-06-25T00:04:07.497Z Downloaded foreign-types v0.3.2
1582026-06-25T00:04:07.500Z Downloaded crypto-common v0.1.7
1592026-06-25T00:04:07.500Z Downloaded adler2 v2.0.1
1602026-06-25T00:04:07.504Z Downloaded cargo-platform v0.2.0
1612026-06-25T00:04:07.506Z Downloaded httparse v1.10.1
1622026-06-25T00:04:07.509Z Downloaded futures-core v0.3.32
1632026-06-25T00:04:07.511Z Downloaded cfg-if v1.0.4
1642026-06-25T00:04:07.514Z Downloaded parking_lot_core v0.9.12
1652026-06-25T00:04:07.514Z Downloaded hex v0.4.3
1662026-06-25T00:04:07.517Z Downloaded clap_lex v1.1.0
1672026-06-25T00:04:07.517Z Downloaded cargo-platform v0.3.3
1682026-06-25T00:04:07.520Z Downloaded semver v1.0.28
1692026-06-25T00:04:07.520Z Downloaded rustc-hash v2.1.2
1702026-06-25T00:04:07.522Z Downloaded nextest-filtering v0.15.0
1712026-06-25T00:04:07.522Z Downloaded futures-io v0.3.32
1722026-06-25T00:04:07.525Z Downloaded errno v0.3.14
1732026-06-25T00:04:07.525Z Downloaded rand_chacha v0.9.0
1742026-06-25T00:04:07.528Z Downloaded humantime-serde v1.1.1
1752026-06-25T00:04:07.528Z Downloaded ppv-lite86 v0.2.21
1762026-06-25T00:04:07.528Z Downloaded serde_ignored v0.1.14
1772026-06-25T00:04:07.530Z Downloaded serde-value v0.7.0
1782026-06-25T00:04:07.530Z Downloaded number_prefix v0.4.0
1792026-06-25T00:04:07.531Z Downloaded async-scoped v0.9.0
1802026-06-25T00:04:07.534Z Downloaded pkg-config v0.3.33
1812026-06-25T00:04:07.534Z Downloaded form_urlencoded v1.2.2
1822026-06-25T00:04:07.537Z Downloaded http-body-util v0.1.3
1832026-06-25T00:04:07.537Z Downloaded futures-macro v0.3.32
1842026-06-25T00:04:07.537Z Downloaded enable-ansi-support v0.2.1
1852026-06-25T00:04:07.540Z Downloaded futures-task v0.3.32
1862026-06-25T00:04:07.540Z Downloaded anstyle-query v1.1.5
1872026-06-25T00:04:07.540Z Downloaded heck v0.5.0
1882026-06-25T00:04:07.543Z Downloaded block-buffer v0.10.4
1892026-06-25T00:04:07.546Z Downloaded backtrace-ext v0.2.1
1902026-06-25T00:04:07.546Z Downloaded ed25519 v2.2.3
1912026-06-25T00:04:07.548Z Downloaded dialoguer v0.11.0
1922026-06-25T00:04:07.548Z Downloaded percent-encoding v2.3.2
1932026-06-25T00:04:07.551Z Downloaded http-body v1.0.1
1942026-06-25T00:04:07.551Z Downloaded itoa v1.0.18
1952026-06-25T00:04:07.553Z Downloaded globset v0.4.18
1962026-06-25T00:04:07.553Z Downloaded clap_derive v4.6.1
1972026-06-25T00:04:07.556Z Downloaded cfg-expr v0.20.8
1982026-06-25T00:04:07.556Z Downloaded ordered-float v2.10.1
1992026-06-25T00:04:07.559Z Downloaded cargo-util-schemas v0.2.0
2002026-06-25T00:04:07.559Z Downloaded fastrand v2.4.1
2012026-06-25T00:04:07.562Z Downloaded anstyle v1.0.14
2022026-06-25T00:04:07.562Z Downloaded rustc_version v0.4.1
2032026-06-25T00:04:07.562Z Downloaded nested v0.1.1
2042026-06-25T00:04:07.562Z Downloaded mukti-metadata v0.3.0
2052026-06-25T00:04:07.565Z Downloaded is_terminal_polyfill v1.70.2
2062026-06-25T00:04:07.565Z Downloaded serde_urlencoded v0.7.1
2072026-06-25T00:04:07.565Z Downloaded shell-words v1.1.1
2082026-06-25T00:04:07.568Z Downloaded serde_spanned v0.6.9
2092026-06-25T00:04:07.568Z Downloaded camino v1.2.3
2102026-06-25T00:04:07.571Z Downloaded atomicwrites v0.4.4
2112026-06-25T00:04:07.571Z Downloaded lazy_static v1.5.0
2122026-06-25T00:04:07.571Z Downloaded anstream v1.0.0
2132026-06-25T00:04:07.574Z Downloaded autocfg v1.5.1
2142026-06-25T00:04:07.574Z Downloaded indent_write v2.2.0
2152026-06-25T00:04:07.576Z Downloaded openssl-macros v0.1.1
2162026-06-25T00:04:07.576Z Downloaded future-queue v0.4.0
2172026-06-25T00:04:07.579Z Downloaded lru-slab v0.1.2
2182026-06-25T00:04:07.579Z Downloaded foldhash v0.1.5
2192026-06-25T00:04:07.579Z Downloaded convert_case v0.10.0
2202026-06-25T00:04:07.582Z Downloaded either v1.16.0
2212026-06-25T00:04:07.582Z Downloaded cpufeatures v0.2.17
2222026-06-25T00:04:07.582Z Downloaded openssl-probe v0.2.1
2232026-06-25T00:04:07.585Z Downloaded pathdiff v0.2.3
2242026-06-25T00:04:07.585Z Downloaded duct v0.13.7
2252026-06-25T00:04:07.588Z Downloaded cargo_metadata v0.20.0
2262026-06-25T00:04:07.591Z Downloaded serde-untagged v0.1.9
2272026-06-25T00:04:07.594Z Downloaded indenter v0.3.4
2282026-06-25T00:04:07.594Z Downloaded futures-executor v0.3.32
2292026-06-25T00:04:07.594Z Downloaded camino-tempfile v1.4.1
2302026-06-25T00:04:07.594Z Downloaded pin-project-internal v1.1.13
2312026-06-25T00:04:07.597Z Downloaded serde_spanned v1.1.1
2322026-06-25T00:04:07.600Z Downloaded sigchld v0.2.4
2332026-06-25T00:04:07.600Z Downloaded shared_child v1.1.1
2342026-06-25T00:04:07.603Z Downloaded strsim v0.11.1
2352026-06-25T00:04:07.606Z Downloaded lock_api v0.4.14
2362026-06-25T00:04:07.606Z Downloaded subtle v2.6.1
2372026-06-25T00:04:07.609Z Downloaded hyper-rustls v0.27.9
2382026-06-25T00:04:07.609Z Downloaded newtype-uuid v1.3.2
2392026-06-25T00:04:07.611Z Downloaded log v0.4.33
2402026-06-25T00:04:07.611Z Downloaded signal-hook-mio v0.2.5
2412026-06-25T00:04:07.614Z Downloaded quinn-udp v0.5.14
2422026-06-25T00:04:07.614Z Downloaded miniz_oxide v0.8.9
2432026-06-25T00:04:07.617Z Downloaded digest v0.10.7
2442026-06-25T00:04:07.617Z Downloaded filetime v0.2.29
2452026-06-25T00:04:07.620Z Downloaded erased-serde v0.4.10
2462026-06-25T00:04:07.620Z Downloaded signature v2.2.0
2472026-06-25T00:04:07.623Z Downloaded rustc-demangle v0.1.27
2482026-06-25T00:04:07.623Z Downloaded derive-where v1.6.1
2492026-06-25T00:04:07.626Z Downloaded strip-ansi-escapes v0.2.1
2502026-06-25T00:04:07.626Z Downloaded sync_wrapper v1.0.2
2512026-06-25T00:04:07.626Z Downloaded pkcs8 v0.10.2
2522026-06-25T00:04:07.629Z Downloaded miette-derive v7.6.0
2532026-06-25T00:04:07.629Z Downloaded swrite v0.1.0
2542026-06-25T00:04:07.632Z Downloaded supports-unicode v3.0.0
2552026-06-25T00:04:07.632Z Downloaded supports-color v3.0.2
2562026-06-25T00:04:07.632Z Downloaded humantime v2.3.0
2572026-06-25T00:04:07.633Z Downloaded serde_path_to_error v0.1.20
2582026-06-25T00:04:07.635Z Downloaded self-replace v1.5.0
2592026-06-25T00:04:07.635Z Downloaded tinyvec_macros v0.1.1
2602026-06-25T00:04:07.635Z Downloaded quote v1.0.46
2612026-06-25T00:04:07.638Z Downloaded nextest-metadata v0.12.2
2622026-06-25T00:04:07.638Z Downloaded ipnet v2.12.0
2632026-06-25T00:04:07.638Z Downloaded fixedbitset v0.5.7
2642026-06-25T00:04:07.646Z Downloaded futures-channel v0.3.32
2652026-06-25T00:04:07.649Z Downloaded ahash v0.8.12
2662026-06-25T00:04:07.650Z Downloaded owo-colors v4.3.0
2672026-06-25T00:04:07.653Z Downloaded rand_core v0.6.4
2682026-06-25T00:04:07.655Z Downloaded jobserver v0.1.34
2692026-06-25T00:04:07.655Z Downloaded num-traits v0.2.19
2702026-06-25T00:04:07.659Z Downloaded supports-hyperlinks v3.2.0
2712026-06-25T00:04:07.662Z Downloaded signal-hook-registry v1.4.8
2722026-06-25T00:04:07.665Z Downloaded sha2 v0.10.9
2732026-06-25T00:04:07.665Z Downloaded tower-service v0.3.3
2742026-06-25T00:04:07.668Z Downloaded tracing-error v0.2.1
2752026-06-25T00:04:07.668Z Downloaded shlex v2.0.1
2762026-06-25T00:04:07.668Z Downloaded tower-layer v0.3.3
2772026-06-25T00:04:07.671Z Downloaded simd-adler32 v0.3.9
2782026-06-25T00:04:07.674Z Downloaded terminal_size v0.4.4
2792026-06-25T00:04:07.674Z Downloaded console v0.15.11
2802026-06-25T00:04:07.678Z Downloaded smol_str v0.3.6
2812026-06-25T00:04:07.685Z Downloaded unicode-linebreak v0.1.5
2822026-06-25T00:04:07.689Z Downloaded self_update v0.42.0
2832026-06-25T00:04:07.691Z Downloaded backtrace v0.3.76
2842026-06-25T00:04:07.695Z Downloaded untrusted v0.9.0
2852026-06-25T00:04:07.700Z Downloaded target-lexicon v0.13.5
2862026-06-25T00:04:07.700Z Downloaded static_assertions v1.1.0
2872026-06-25T00:04:07.700Z Downloaded spki v0.7.3
2882026-06-25T00:04:07.700Z Downloaded typeid v1.0.3
2892026-06-25T00:04:07.700Z Downloaded try-lock v0.2.5
2902026-06-25T00:04:07.703Z Downloaded target-spec-miette v0.4.8
2912026-06-25T00:04:07.703Z Downloaded unicode-xid v0.2.6
2922026-06-25T00:04:07.704Z Downloaded urlencoding v2.1.3
2932026-06-25T00:04:07.712Z Downloaded const-oid v0.9.6
2942026-06-25T00:04:07.717Z Downloaded thread_local v1.1.9
2952026-06-25T00:04:07.717Z Downloaded utf8parse v0.2.2
2962026-06-25T00:04:07.720Z Downloaded openssl-sys v0.9.117
2972026-06-25T00:04:07.723Z Downloaded bitflags v2.13.0
2982026-06-25T00:04:07.725Z Downloaded version_check v0.9.5
2992026-06-25T00:04:07.725Z Downloaded config v0.15.24
3002026-06-25T00:04:07.728Z Downloaded want v0.3.1
3012026-06-25T00:04:07.728Z Downloaded utf8_iter v1.0.4
3022026-06-25T00:04:07.728Z Downloaded serde_core v1.0.228
3032026-06-25T00:04:07.731Z Downloaded getrandom v0.2.17
3042026-06-25T00:04:07.733Z Downloaded rand v0.9.4
3052026-06-25T00:04:07.736Z Downloaded clap v4.6.1
3062026-06-25T00:04:07.740Z Downloaded slab v0.4.12
3072026-06-25T00:04:07.742Z Downloaded xattr v1.6.1
3082026-06-25T00:04:07.746Z Downloaded smallvec v1.15.2
3092026-06-25T00:04:07.749Z Downloaded rustls-pki-types v1.14.1
3102026-06-25T00:04:07.749Z Downloaded hyper-util v0.1.20
3112026-06-25T00:04:07.752Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3122026-06-25T00:04:07.754Z Downloaded thiserror v2.0.18
3132026-06-25T00:04:07.757Z Downloaded tokio-macros v2.7.0
3142026-06-25T00:04:07.757Z Downloaded ryu v1.0.23
3152026-06-25T00:04:07.760Z Downloaded parking_lot v0.12.5
3162026-06-25T00:04:07.760Z Downloaded once_cell v1.21.4
3172026-06-25T00:04:07.763Z Downloaded litrs v1.0.0
3182026-06-25T00:04:07.763Z Downloaded thiserror-impl v2.0.18
3192026-06-25T00:04:07.765Z Downloaded tracing-log v0.2.0
3202026-06-25T00:04:07.765Z Downloaded toml_writer v1.1.1+spec-1.1.0
3212026-06-25T00:04:07.766Z Downloaded thiserror v1.0.69
3222026-06-25T00:04:07.768Z Downloaded pin-project-lite v0.2.17
3232026-06-25T00:04:07.771Z Downloaded zipsign-api v0.1.5
3242026-06-25T00:04:07.774Z Downloaded tempfile v3.27.0
3252026-06-25T00:04:07.774Z Downloaded getrandom v0.3.4
3262026-06-25T00:04:07.777Z Downloaded zmij v1.0.21
3272026-06-25T00:04:07.777Z Downloaded toml v0.8.23
3282026-06-25T00:04:07.780Z Downloaded tokio-rustls v0.26.4
3292026-06-25T00:04:07.780Z Downloaded tokio-stream v0.1.18
3302026-06-25T00:04:07.783Z Downloaded tokio-native-tls v0.3.1
3312026-06-25T00:04:07.785Z Downloaded thiserror-impl v1.0.69
3322026-06-25T00:04:07.785Z Downloaded unicase v2.9.0
3332026-06-25T00:04:07.788Z Downloaded miette v7.6.0
3342026-06-25T00:04:07.791Z Downloaded target-spec v3.6.0
3352026-06-25T00:04:07.791Z Downloaded quick-junit v0.5.2
3362026-06-25T00:04:07.794Z Downloaded pin-project v1.1.13
3372026-06-25T00:04:07.797Z Downloaded indexmap v2.14.0
3382026-06-25T00:04:07.800Z Downloaded base64 v0.22.1
3392026-06-25T00:04:07.803Z Downloaded socket2 v0.6.4
3402026-06-25T00:04:07.803Z Downloaded zstd-safe v7.2.4
3412026-06-25T00:04:07.806Z Downloaded cc v1.2.65
3422026-06-25T00:04:07.806Z Downloaded zeroize v1.9.0
3432026-06-25T00:04:07.809Z Downloaded xxhash-rust v0.8.15
3442026-06-25T00:04:07.811Z Downloaded toml_write v0.1.2
3452026-06-25T00:04:07.811Z Downloaded toml_datetime v0.6.11
3462026-06-25T00:04:07.815Z Downloaded signal-hook v0.3.18
3472026-06-25T00:04:07.818Z Downloaded eyre v0.6.12
3482026-06-25T00:04:07.818Z Downloaded sharded-slab v0.1.7
3492026-06-25T00:04:07.821Z Downloaded getrandom v0.4.3
3502026-06-25T00:04:07.824Z Downloaded textwrap v0.16.2
3512026-06-25T00:04:07.826Z Downloaded der v0.7.10
3522026-06-25T00:04:07.829Z Downloaded proc-macro2 v1.0.106
3532026-06-25T00:04:07.832Z Downloaded borsh v1.7.0
3542026-06-25T00:04:07.835Z Downloaded quinn v0.11.11
3552026-06-25T00:04:07.838Z Downloaded indicatif v0.17.11
3562026-06-25T00:04:07.841Z Downloaded derive_more v2.1.1
3572026-06-25T00:04:07.846Z Downloaded toml v1.1.2+spec-1.1.0
3582026-06-25T00:04:07.849Z Downloaded zstd v0.13.3
3592026-06-25T00:04:07.852Z Downloaded flate2 v1.1.9
3602026-06-25T00:04:07.852Z Downloaded toml_parser v1.1.2+spec-1.1.0
3612026-06-25T00:04:07.855Z Downloaded tar v0.4.46
3622026-06-25T00:04:07.855Z Downloaded unicode-ident v1.0.24
3632026-06-25T00:04:07.858Z Downloaded tracing-attributes v0.1.31
3642026-06-25T00:04:07.858Z Downloaded tracing-core v0.1.36
3652026-06-25T00:04:07.860Z Downloaded serde_derive v1.0.228
3662026-06-25T00:04:07.863Z Downloaded ed25519-dalek v2.2.0
3672026-06-25T00:04:07.863Z Downloaded futures v0.3.32
3682026-06-25T00:04:07.875Z Downloaded serde v1.0.228
3692026-06-25T00:04:07.884Z Downloaded rand_core v0.9.5
3702026-06-25T00:04:07.887Z Downloaded toml_edit v0.22.27
3712026-06-25T00:04:07.887Z Downloaded uuid v1.23.4
3722026-06-25T00:04:07.889Z Downloaded idna v1.1.0
3732026-06-25T00:04:07.892Z Downloaded hyper v1.10.1
3742026-06-25T00:04:07.895Z Downloaded memchr v2.8.2
3752026-06-25T00:04:07.898Z Downloaded bytes v1.12.0
3762026-06-25T00:04:07.903Z Downloaded vte v0.14.1
3772026-06-25T00:04:07.909Z Downloaded rustls-webpki v0.103.13
3782026-06-25T00:04:07.913Z Downloaded http v1.4.2
3792026-06-25T00:04:07.924Z Downloaded url v2.5.8
3802026-06-25T00:04:07.927Z Downloaded derive_more-impl v2.1.1
3812026-06-25T00:04:07.929Z Downloaded crossterm v0.29.0
3822026-06-25T00:04:07.934Z Downloaded mio v1.2.1
3832026-06-25T00:04:07.940Z Downloaded aho-corasick v1.1.4
3842026-06-25T00:04:07.943Z Downloaded tinyvec v1.11.0
3852026-06-25T00:04:07.946Z Downloaded portable-atomic v1.13.1
3862026-06-25T00:04:07.976Z Downloaded tower v0.5.3
3872026-06-25T00:04:07.976Z Downloaded hashbrown v0.15.5
3882026-06-25T00:04:07.976Z Downloaded ron v0.12.2
3892026-06-25T00:04:07.976Z Downloaded guppy v0.17.26
3902026-06-25T00:04:07.981Z Downloaded unicode-normalization v0.1.25
3912026-06-25T00:04:07.985Z Downloaded unicode-segmentation v1.13.3
3922026-06-25T00:04:07.993Z Downloaded tokio-util v0.7.18
3932026-06-25T00:04:07.998Z Downloaded serde_json v1.0.150
3942026-06-25T00:04:08.001Z Downloaded pulldown-cmark v0.13.4
3952026-06-25T00:04:08.004Z Downloaded typenum v1.20.1
3962026-06-25T00:04:08.007Z Downloaded reqwest v0.12.28
3972026-06-25T00:04:08.010Z Downloaded regex v1.12.4
3982026-06-25T00:04:08.015Z Downloaded hashbrown v0.17.1
3992026-06-25T00:04:08.017Z Downloaded h2 v0.4.15
4002026-06-25T00:04:08.020Z Downloaded futures-util v0.3.32
4012026-06-25T00:04:08.027Z Downloaded chrono v0.4.45
4022026-06-25T00:04:08.031Z Downloaded clap_builder v4.6.0
4032026-06-25T00:04:08.035Z Downloaded itertools v0.14.0
4042026-06-25T00:04:08.039Z Downloaded quick-xml v0.38.4
4052026-06-25T00:04:08.044Z Downloaded tower-http v0.6.11
4062026-06-25T00:04:08.049Z Downloaded winnow v1.0.3
4072026-06-25T00:04:08.056Z Downloaded winnow v0.7.15
4082026-06-25T00:04:08.063Z Downloaded tracing-subscriber v0.3.23
4092026-06-25T00:04:08.071Z Downloaded quick-xml v0.37.5
4102026-06-25T00:04:08.084Z Downloaded webpki-roots v1.0.8
4112026-06-25T00:04:08.088Z Downloaded gimli v0.32.3
4122026-06-25T00:04:08.094Z Downloaded vcpkg v0.2.15
4132026-06-25T00:04:08.116Z Downloaded curve25519-dalek v4.1.3
4142026-06-25T00:04:08.122Z Downloaded syn v2.0.118
4152026-06-25T00:04:08.128Z Downloaded unicode-width v0.2.2
4162026-06-25T00:04:08.131Z Downloaded bstr v1.12.2
4172026-06-25T00:04:08.145Z Downloaded quinn-proto v0.11.15
4182026-06-25T00:04:08.151Z Downloaded tracing v0.1.44
4192026-06-25T00:04:08.172Z Downloaded color-eyre v0.6.5
4202026-06-25T00:04:08.193Z Downloaded nextest-runner v0.80.0
4212026-06-25T00:04:08.196Z Downloaded zerocopy v0.8.52
4222026-06-25T00:04:08.207Z Downloaded tokio v1.52.3
4232026-06-25T00:04:08.227Z Downloaded unicode-width v0.1.14
4242026-06-25T00:04:08.230Z Downloaded object v0.37.3
4252026-06-25T00:04:08.236Z Downloaded openssl v0.10.81
4262026-06-25T00:04:08.252Z Downloaded nix v0.30.1
4272026-06-25T00:04:08.259Z Downloaded rustls v0.23.41
4282026-06-25T00:04:08.267Z Downloaded regex-syntax v0.8.11
4292026-06-25T00:04:08.270Z Downloaded rustix v0.38.44
4302026-06-25T00:04:08.282Z Downloaded rustix v1.1.4
4312026-06-25T00:04:08.331Z Downloaded regex-automata v0.4.14
4322026-06-25T00:04:08.417Z Downloaded petgraph v0.8.3
4332026-06-25T00:04:08.439Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4342026-06-25T00:04:08.448Z Downloaded libc v0.2.186
4352026-06-25T00:04:08.518Z Downloaded recursion v0.5.4
4362026-06-25T00:04:08.525Z Downloaded ring v0.17.14
4372026-06-25T00:04:08.586Z Compiling libc v0.2.186
4382026-06-25T00:04:08.586Z Compiling proc-macro2 v1.0.106
4392026-06-25T00:04:08.590Z Compiling quote v1.0.46
4402026-06-25T00:04:08.590Z Compiling unicode-ident v1.0.24
4412026-06-25T00:04:08.590Z Compiling serde_core v1.0.228
4422026-06-25T00:04:08.590Z Compiling cfg-if v1.0.4
4432026-06-25T00:04:08.590Z Compiling memchr v2.8.2
4442026-06-25T00:04:08.590Z Compiling once_cell v1.21.4
4452026-06-25T00:04:08.830Z Compiling log v0.4.33
4462026-06-25T00:04:08.848Z Compiling pin-project-lite v0.2.17
4472026-06-25T00:04:08.933Z Compiling serde v1.0.228
4482026-06-25T00:04:09.001Z Compiling itoa v1.0.18
4492026-06-25T00:04:09.133Z Compiling futures-core v0.3.32
4502026-06-25T00:04:09.239Z Compiling smallvec v1.15.2
4512026-06-25T00:04:09.286Z Compiling bitflags v2.13.0
4522026-06-25T00:04:09.300Z Compiling shlex v2.0.1
4532026-06-25T00:04:09.468Z Compiling hashbrown v0.17.1
4542026-06-25T00:04:09.480Z Compiling equivalent v1.0.2
4552026-06-25T00:04:09.573Z Compiling errno v0.3.14
4562026-06-25T00:04:09.663Z Compiling find-msvc-tools v0.1.9
4572026-06-25T00:04:09.666Z Compiling bytes v1.12.0
4582026-06-25T00:04:09.792Z Compiling signal-hook-registry v1.4.8
4592026-06-25T00:04:09.880Z Compiling jobserver v0.1.34
4602026-06-25T00:04:09.896Z Compiling mio v1.2.1
4612026-06-25T00:04:09.922Z Compiling futures-sink v0.3.32
4622026-06-25T00:04:09.966Z Compiling syn v2.0.118
4632026-06-25T00:04:10.028Z Compiling rustix v1.1.4
4642026-06-25T00:04:10.115Z Compiling cc v1.2.65
4652026-06-25T00:04:10.190Z Compiling socket2 v0.6.4
4662026-06-25T00:04:10.325Z Compiling zmij v1.0.21
4672026-06-25T00:04:10.525Z Compiling slab v0.4.12
4682026-06-25T00:04:10.596Z Compiling futures-channel v0.3.32
4692026-06-25T00:04:10.661Z Compiling tracing-core v0.1.36
4702026-06-25T00:04:10.722Z Compiling version_check v0.9.5
4712026-06-25T00:04:10.845Z Compiling serde_json v1.0.150
4722026-06-25T00:04:11.003Z Compiling indexmap v2.14.0
4732026-06-25T00:04:11.142Z Compiling futures-task v0.3.32
4742026-06-25T00:04:11.155Z Compiling getrandom v0.4.3
4752026-06-25T00:04:11.322Z Compiling futures-io v0.3.32
4762026-06-25T00:04:11.436Z Compiling percent-encoding v2.3.2
4772026-06-25T00:04:11.462Z Compiling unicode-width v0.2.2
4782026-06-25T00:04:11.524Z Compiling camino v1.2.3
4792026-06-25T00:04:11.779Z Compiling ring v0.17.14
4802026-06-25T00:04:11.880Z Compiling http v1.4.2
4812026-06-25T00:04:11.917Z Compiling zeroize v1.9.0
4822026-06-25T00:04:11.921Z Compiling adler2 v2.0.1
4832026-06-25T00:04:11.940Z Compiling simd-adler32 v0.3.9
4842026-06-25T00:04:12.091Z Compiling autocfg v1.5.1
4852026-06-25T00:04:12.121Z Compiling miniz_oxide v0.8.9
4862026-06-25T00:04:12.448Z Compiling num-traits v0.2.19
4872026-06-25T00:04:12.686Z Compiling zerocopy v0.8.52
4882026-06-25T00:04:12.789Z Compiling getrandom v0.3.4
4892026-06-25T00:04:13.073Z Compiling object v0.37.3
4902026-06-25T00:04:13.133Z Compiling target-lexicon v0.13.5
4912026-06-25T00:04:13.401Z Compiling http-body v1.0.1
4922026-06-25T00:04:13.418Z Compiling rustls-pki-types v1.14.1
4932026-06-25T00:04:13.540Z Compiling form_urlencoded v1.2.2
4942026-06-25T00:04:13.563Z Compiling semver v1.0.28
4952026-06-25T00:04:13.603Z Compiling serde_derive v1.0.228
4962026-06-25T00:04:13.620Z Compiling tokio-macros v2.7.0
4972026-06-25T00:04:13.793Z Compiling futures-macro v0.3.32
4982026-06-25T00:04:13.806Z Compiling tracing-attributes v0.1.31
4992026-06-25T00:04:14.112Z Compiling getrandom v0.2.17
5002026-06-25T00:04:14.210Z Compiling thiserror v2.0.18
5012026-06-25T00:04:14.281Z Compiling idna_adapter v1.0.0
5022026-06-25T00:04:14.303Z Compiling fnv v1.0.7
5032026-06-25T00:04:14.367Z Compiling tokio v1.52.3
5042026-06-25T00:04:14.381Z Compiling untrusted v0.9.0
5052026-06-25T00:04:14.406Z Compiling owo-colors v4.3.0
5062026-06-25T00:04:14.512Z Compiling utf8_iter v1.0.4
5072026-06-25T00:04:14.554Z Compiling signal-hook v0.3.18
5082026-06-25T00:04:14.611Z Compiling futures-util v0.3.32
5092026-06-25T00:04:14.674Z Compiling guppy-workspace-hack v0.1.0
5102026-06-25T00:04:14.739Z Compiling gimli v0.32.3
5112026-06-25T00:04:14.781Z Compiling httparse v1.10.1
5122026-06-25T00:04:14.967Z Compiling idna v1.1.0
5132026-06-25T00:04:15.009Z Compiling tracing v0.1.44
5142026-06-25T00:04:15.365Z Compiling thiserror-impl v2.0.18
5152026-06-25T00:04:16.599Z Compiling addr2line v0.25.1
5162026-06-25T00:04:17.219Z Compiling generic-array v0.14.7
5172026-06-25T00:04:17.223Z Compiling rustc-demangle v0.1.27
5182026-06-25T00:04:17.273Z Compiling thiserror v1.0.69
5192026-06-25T00:04:17.355Z Compiling tower-service v0.3.3
5202026-06-25T00:04:17.439Z Compiling target-spec v3.6.0
5212026-06-25T00:04:17.476Z Compiling try-lock v0.2.5
5222026-06-25T00:04:17.582Z Compiling atomic-waker v1.1.2
5232026-06-25T00:04:17.595Z Compiling fastrand v2.4.1
5242026-06-25T00:04:17.714Z Compiling rustls v0.23.41
5252026-06-25T00:04:17.725Z Compiling typeid v1.0.3
5262026-06-25T00:04:17.918Z Compiling pkg-config v0.3.33
5272026-06-25T00:04:17.944Z Compiling tempfile v3.27.0
5282026-06-25T00:04:18.246Z Compiling tokio-util v0.7.18
5292026-06-25T00:04:18.259Z Compiling want v0.3.1
5302026-06-25T00:04:18.351Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5312026-06-25T00:04:18.593Z Compiling cfg-expr v0.20.8
5322026-06-25T00:04:18.769Z Compiling h2 v0.4.15
5332026-06-25T00:04:18.832Z Compiling backtrace v0.3.76
5342026-06-25T00:04:19.198Z Compiling url v2.5.8
5352026-06-25T00:04:19.863Z Compiling thiserror-impl v1.0.69
5362026-06-25T00:04:20.230Z Compiling terminal_size v0.4.4
5372026-06-25T00:04:20.404Z Compiling aho-corasick v1.1.4
5382026-06-25T00:04:20.437Z Compiling subtle v2.6.1
5392026-06-25T00:04:20.603Z Compiling winnow v0.7.15
5402026-06-25T00:04:21.003Z Compiling regex-syntax v0.8.11
5412026-06-25T00:04:21.642Z Compiling rustls-webpki v0.103.13
5422026-06-25T00:04:22.525Z Compiling erased-serde v0.4.10
5432026-06-25T00:04:22.822Z Compiling typenum v1.20.1
5442026-06-25T00:04:23.598Z Compiling regex-automata v0.4.14
5452026-06-25T00:04:24.235Z Compiling hyper v1.10.1
5462026-06-25T00:04:25.828Z Compiling toml_datetime v0.6.11
5472026-06-25T00:04:26.204Z Compiling serde_spanned v0.6.9
5482026-06-25T00:04:26.369Z Compiling ahash v0.8.12
5492026-06-25T00:04:26.630Z Compiling sync_wrapper v1.0.2
5502026-06-25T00:04:26.748Z Compiling crc32fast v1.5.0
5512026-06-25T00:04:27.038Z Compiling is_ci v1.2.0
5522026-06-25T00:04:27.052Z Compiling either v1.16.0
5532026-06-25T00:04:27.209Z Compiling unicode-segmentation v1.13.3
5542026-06-25T00:04:27.276Z Compiling base64 v0.22.1
5552026-06-25T00:04:27.601Z Compiling lazy_static v1.5.0
5562026-06-25T00:04:27.710Z Compiling portable-atomic v1.13.1
5572026-06-25T00:04:27.760Z Compiling tower-layer v0.3.3
5582026-06-25T00:04:27.906Z Compiling ipnet v2.12.0
5592026-06-25T00:04:27.962Z Compiling foldhash v0.1.5
5602026-06-25T00:04:28.122Z Compiling parking_lot_core v0.9.12
5612026-06-25T00:04:28.166Z Compiling toml_write v0.1.2
5622026-06-25T00:04:28.177Z Compiling nextest-workspace-hack v0.1.0
5632026-06-25T00:04:28.328Z Compiling unicode-linebreak v0.1.5
5642026-06-25T00:04:28.409Z Compiling toml_edit v0.22.27
5652026-06-25T00:04:28.454Z Compiling hyper-util v0.1.20
5662026-06-25T00:04:28.487Z Compiling hashbrown v0.15.5
5672026-06-25T00:04:28.607Z Compiling textwrap v0.16.2
5682026-06-25T00:04:29.097Z Compiling tower v0.5.3
5692026-06-25T00:04:29.097Z Compiling sharded-slab v0.1.7
5702026-06-25T00:04:29.679Z Compiling convert_case v0.10.0
5712026-06-25T00:04:29.691Z Compiling supports-color v3.0.2
5722026-06-25T00:04:29.917Z Compiling tokio-rustls v0.26.4
5732026-06-25T00:04:30.013Z Compiling backtrace-ext v0.2.1
5742026-06-25T00:04:30.207Z Compiling ordered-float v2.10.1
5752026-06-25T00:04:30.337Z Compiling webpki-roots v1.0.8
5762026-06-25T00:04:30.456Z Compiling miette-derive v7.6.0
5772026-06-25T00:04:30.510Z Compiling pathdiff v0.2.3
5782026-06-25T00:04:30.569Z Compiling console v0.15.11
5792026-06-25T00:04:30.635Z Compiling tracing-log v0.2.0
5802026-06-25T00:04:30.993Z Compiling cargo-platform v0.3.3
5812026-06-25T00:04:31.043Z Compiling os_pipe v1.2.3
5822026-06-25T00:04:31.214Z Compiling thread_local v1.1.9
5832026-06-25T00:04:31.543Z Compiling supports-unicode v3.0.0
5842026-06-25T00:04:31.546Z Compiling ryu v1.0.23
5852026-06-25T00:04:31.566Z Compiling debug-ignore v1.0.5
5862026-06-25T00:04:31.672Z Compiling winnow v1.0.3
5872026-06-25T00:04:31.831Z Compiling cfg_aliases v0.2.1
5882026-06-25T00:04:31.875Z Compiling fixedbitset v0.5.7
5892026-06-25T00:04:31.901Z Compiling zstd-safe v7.2.4
5902026-06-25T00:04:32.059Z Compiling pulldown-cmark v0.13.4
5912026-06-25T00:04:32.156Z Compiling rustix v0.38.44
5922026-06-25T00:04:32.295Z Compiling supports-hyperlinks v3.2.0
5932026-06-25T00:04:32.384Z Compiling unicode-width v0.1.14
5942026-06-25T00:04:32.517Z Compiling scopeguard v1.2.0
5952026-06-25T00:04:32.529Z Compiling utf8parse v0.2.2
5962026-06-25T00:04:32.626Z Compiling miette v7.6.0
5972026-06-25T00:04:32.640Z Compiling anstyle-parse v1.0.0
5982026-06-25T00:04:32.678Z Compiling lock_api v0.4.14
5992026-06-25T00:04:32.848Z Compiling toml_parser v1.1.2+spec-1.1.0
6002026-06-25T00:04:33.024Z Compiling petgraph v0.8.3
6012026-06-25T00:04:33.139Z Compiling nix v0.30.1
6022026-06-25T00:04:33.530Z Compiling serde_urlencoded v0.7.1
6032026-06-25T00:04:33.807Z Compiling tracing-subscriber v0.3.23
6042026-06-25T00:04:34.169Z Compiling cargo_metadata v0.23.1
6052026-06-25T00:04:34.737Z Compiling sigchld v0.2.4
6062026-06-25T00:04:34.931Z Compiling serde-value v0.7.0
6072026-06-25T00:04:34.950Z Compiling hyper-rustls v0.27.9
6082026-06-25T00:04:35.621Z Compiling serde-untagged v0.1.9
6092026-06-25T00:04:35.980Z Compiling toml v0.8.23
6102026-06-25T00:04:36.198Z Compiling derive_more-impl v2.1.1
6112026-06-25T00:04:36.731Z Compiling tower-http v0.6.11
6122026-06-25T00:04:37.468Z Compiling itertools v0.14.0
6132026-06-25T00:04:37.483Z Compiling regex v1.12.4
6142026-06-25T00:04:37.706Z Compiling crypto-common v0.1.7
6152026-06-25T00:04:37.721Z Compiling block-buffer v0.10.4
6162026-06-25T00:04:37.839Z Compiling ppv-lite86 v0.2.21
6172026-06-25T00:04:37.867Z Compiling rand_core v0.9.5
6182026-06-25T00:04:38.110Z Compiling futures-executor v0.3.32
6192026-06-25T00:04:38.158Z Compiling pin-project-internal v1.1.13
6202026-06-25T00:04:38.633Z Compiling http-body-util v0.1.3
6212026-06-25T00:04:38.790Z Compiling uuid v1.23.4
6222026-06-25T00:04:38.879Z Compiling toml_datetime v1.1.1+spec-1.1.0
6232026-06-25T00:04:38.910Z Compiling smol_str v0.3.6
6242026-06-25T00:04:38.949Z Compiling serde_spanned v1.1.1
6252026-06-25T00:04:39.099Z Compiling filetime v0.2.29
6262026-06-25T00:04:39.207Z Compiling bstr v1.12.2
6272026-06-25T00:04:39.245Z Compiling vte v0.14.1
6282026-06-25T00:04:39.298Z Compiling static_assertions v1.1.0
6292026-06-25T00:04:39.333Z Compiling anstyle v1.0.14
6302026-06-25T00:04:39.333Z Compiling anstyle-query v1.1.5
6312026-06-25T00:04:39.368Z Compiling unicase v2.9.0
6322026-06-25T00:04:39.446Z Compiling tinyvec_macros v0.1.1
6332026-06-25T00:04:39.458Z Compiling colorchoice v1.0.5
6342026-06-25T00:04:39.515Z Compiling self_update v0.42.0
6352026-06-25T00:04:39.546Z Compiling unicode-xid v0.2.6
6362026-06-25T00:04:39.572Z Compiling color-spantrace v0.3.0
6372026-06-25T00:04:39.591Z Compiling xattr v1.6.1
6382026-06-25T00:04:39.681Z Compiling eyre v0.6.12
6392026-06-25T00:04:39.759Z Compiling litrs v1.0.0
6402026-06-25T00:04:39.783Z Compiling nested v0.1.1
6412026-06-25T00:04:39.825Z Compiling number_prefix v0.4.0
6422026-06-25T00:04:39.881Z Compiling iana-time-zone v0.1.65
6432026-06-25T00:04:39.893Z Compiling is_terminal_polyfill v1.70.2
6442026-06-25T00:04:39.971Z Compiling anstream v1.0.0
6452026-06-25T00:04:39.992Z Compiling chrono v0.4.45
6462026-06-25T00:04:40.192Z Compiling document-features v0.2.12
6472026-06-25T00:04:40.217Z Compiling indicatif v0.17.11
6482026-06-25T00:04:40.255Z Compiling guppy v0.17.26
6492026-06-25T00:04:40.554Z Compiling tar v0.4.46
6502026-06-25T00:04:40.771Z Compiling cargo-util-schemas v0.2.0
6512026-06-25T00:04:41.309Z Compiling globset v0.4.18
6522026-06-25T00:04:43.045Z Compiling tinyvec v1.11.0
6532026-06-25T00:04:43.161Z Compiling strip-ansi-escapes v0.2.1
6542026-06-25T00:04:43.173Z Compiling pin-project v1.1.13
6552026-06-25T00:04:43.271Z Compiling nextest-metadata v0.12.2
6562026-06-25T00:04:43.297Z Compiling toml v1.1.2+spec-1.1.0
6572026-06-25T00:04:43.313Z Compiling newtype-uuid v1.3.2
6582026-06-25T00:04:43.469Z Compiling reqwest v0.12.28
6592026-06-25T00:04:43.492Z Compiling futures v0.3.32
6602026-06-25T00:04:43.572Z Compiling rand_chacha v0.9.0
6612026-06-25T00:04:43.632Z Compiling digest v0.10.7
6622026-06-25T00:04:43.862Z Compiling parking_lot v0.12.5
6632026-06-25T00:04:44.130Z Compiling derive_more v2.1.1
6642026-06-25T00:04:44.212Z Compiling flate2 v1.1.9
6652026-06-25T00:04:44.504Z Compiling shared_child v1.1.1
6662026-06-25T00:04:44.771Z Compiling tracing-error v0.2.1
6672026-06-25T00:04:45.002Z Compiling signal-hook-mio v0.2.5
6682026-06-25T00:04:45.122Z Compiling self-replace v1.5.0
6692026-06-25T00:04:45.138Z Compiling cargo-platform v0.2.0
6702026-06-25T00:04:45.408Z Compiling quick-xml v0.38.4
6712026-06-25T00:04:45.695Z Compiling quick-xml v0.37.5
6722026-06-25T00:04:46.144Z Compiling urlencoding v2.1.3
6732026-06-25T00:04:46.390Z Compiling strsim v0.11.1
6742026-06-25T00:04:46.675Z Compiling recursion v0.5.4
6752026-06-25T00:04:46.813Z Compiling cpufeatures v0.2.17
6762026-06-25T00:04:46.890Z Compiling indenter v0.3.4
6772026-06-25T00:04:47.023Z Compiling clap_lex v1.1.0
6782026-06-25T00:04:47.037Z Compiling shell-words v1.1.1
6792026-06-25T00:04:47.209Z Compiling heck v0.5.0
6802026-06-25T00:04:47.278Z Compiling humantime v2.3.0
6812026-06-25T00:04:47.377Z Compiling clap_builder v4.6.0
6822026-06-25T00:04:47.409Z Compiling clap_derive v4.6.1
6832026-06-25T00:04:47.705Z Compiling humantime-serde v1.1.1
6842026-06-25T00:04:47.863Z Compiling sha2 v0.10.9
6852026-06-25T00:04:47.964Z Compiling nextest-filtering v0.15.0
6862026-06-25T00:04:49.075Z Compiling quick-junit v0.5.2
6872026-06-25T00:04:49.160Z Compiling atomicwrites v0.4.4
6882026-06-25T00:04:49.450Z Compiling cargo_metadata v0.20.0
6892026-06-25T00:04:51.886Z Compiling cargo-nextest v0.9.97
6902026-06-25T00:04:52.158Z Compiling crossterm v0.29.0
6912026-06-25T00:04:53.462Z Compiling duct v0.13.7
6922026-06-25T00:04:53.736Z Compiling config v0.15.24
6932026-06-25T00:04:54.071Z Compiling zstd v0.13.3
6942026-06-25T00:04:54.509Z Compiling rand v0.9.4
6952026-06-25T00:04:54.552Z Compiling async-scoped v0.9.0
6962026-06-25T00:04:54.747Z Compiling unicode-normalization v0.1.25
6972026-06-25T00:04:54.844Z Compiling target-spec-miette v0.4.8
6982026-06-25T00:04:55.198Z Compiling future-queue v0.4.0
6992026-06-25T00:04:55.270Z Compiling mukti-metadata v0.3.0
7002026-06-25T00:04:55.357Z Compiling tokio-stream v0.1.18
7012026-06-25T00:04:55.443Z Compiling camino-tempfile v1.4.1
7022026-06-25T00:04:55.443Z Compiling derive-where v1.6.1
7032026-06-25T00:04:55.522Z Compiling serde_ignored v0.1.14
7042026-06-25T00:04:55.697Z Compiling serde_path_to_error v0.1.20
7052026-06-25T00:04:55.745Z Compiling hex v0.4.3
7062026-06-25T00:04:55.764Z Compiling home v0.5.12
7072026-06-25T00:04:55.802Z Compiling swrite v0.1.0
7082026-06-25T00:04:55.952Z Compiling indent_write v2.2.0
7092026-06-25T00:04:56.065Z Compiling xxhash-rust v0.8.15
7102026-06-25T00:04:56.170Z Compiling color-eyre v0.6.5
7112026-06-25T00:04:56.230Z Compiling clap v4.6.1
7122026-06-25T00:04:56.230Z Compiling dialoguer v0.11.0
7132026-06-25T00:04:56.230Z Compiling enable-ansi-support v0.2.1
7142026-06-25T00:04:56.601Z Compiling nextest-runner v0.80.0
7152026-06-25T00:05:14.574Z Finished `release` profile [optimized] target(s) in 1m 10s
7162026-06-25T00:05:14.759Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-06-25T00:05:14.762Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-06-25T00:05:14.878Z+ source .github/buildomat/test-common.sh
7192026-06-25T00:05:14.881Z++ NEXTEST_VERSION=0.9.97
7202026-06-25T00:05:14.881Z++ PLATFORM=illumos
7212026-06-25T00:05:14.882Z++ banner install
7222026-06-25T00:05:14.882Z
7232026-06-25T00:05:14.882Z # # # #### ##### ## # #
7242026-06-25T00:05:14.882Z # ## # # # # # # #
7252026-06-25T00:05:14.882Z # # # # #### # # # # #
7262026-06-25T00:05:14.882Z # # # # # # ###### # #
7272026-06-25T00:05:14.882Z # # ## # # # # # # #
7282026-06-25T00:05:14.882Z # # # #### # # # ###### ######
7292026-06-25T00:05:14.882Z
7302026-06-25T00:05:14.882Z++ set +o errexit
7312026-06-25T00:05:14.882Z++ pkg info clang-15
7322026-06-25T00:05:14.885Z++ grep -qi installed
7332026-06-25T00:05:17.288Zpkg: info: no packages matching the following patterns you specified are
7342026-06-25T00:05:17.288Zinstalled on the system. Try querying remotely instead:
7352026-06-25T00:05:17.288Z
7362026-06-25T00:05:17.288Z clang-15
7372026-06-25T00:05:17.326Z++ [[ 1 != 0 ]]
7382026-06-25T00:05:17.326Z++ set -o errexit
7392026-06-25T00:05:17.330Z++ pfexec pkg install clang-15
7402026-06-25T00:05:23.767Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-06-25T00:05:31.631Z Startup: Caching catalogs ... Done
7422026-06-25T00:05:38.837ZPlanning: Solver setup ... Done
7432026-06-25T00:05:38.876ZPlanning: Running solver ... Done
7442026-06-25T00:05:39.024ZPlanning: Finding local manifests ... Done
7452026-06-25T00:05:39.048ZPlanning: Fetching manifests: 0/2 0% complete
7462026-06-25T00:05:39.151ZPlanning: Fetching manifests: 2/2 100% complete
7472026-06-25T00:05:39.180ZPlanning: Package planning ... Done
7482026-06-25T00:05:39.206ZPlanning: Merging actions ... Done
7492026-06-25T00:05:39.482ZPlanning: Checking for conflicting actions ... Done
7502026-06-25T00:05:39.489ZPlanning: Consolidating action changes ... Done
7512026-06-25T00:05:41.524ZPlanning: Evaluating mediators ... Done
7522026-06-25T00:05:41.530ZPlanning: Planning completed in 9.73 seconds
7532026-06-25T00:05:41.669Z Packages to install: 2
7542026-06-25T00:05:41.669Z Mediators to change: 2
7552026-06-25T00:05:41.669Z Services to change: 1
7562026-06-25T00:05:41.672Z Create boot environment: No
7572026-06-25T00:05:41.672ZCreate backup boot environment: No
7582026-06-25T00:05:41.742Z
7592026-06-25T00:05:41.742ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-06-25T00:05:46.745ZDownload: 1475/3076 items 116.7/211.3MB 55% complete (24.0M/s)
7612026-06-25T00:05:51.754ZDownload: 2011/3076 items 117.9/211.3MB 55% complete (11.8M/s)
7622026-06-25T00:05:54.441ZDownload: Completed 211.31 MB in 12.70 seconds (16.6M/s)
7632026-06-25T00:05:54.696Z Actions: 1/3418 actions (Installing new actions)
7642026-06-25T00:05:57.992Z Actions: Completed 3418 actions in 3.29 seconds.
7652026-06-25T00:05:58.653Z Done
7662026-06-25T00:05:58.653Z Done
7672026-06-25T00:05:59.395Z Done
7682026-06-25T00:06:03.586Z Done
7692026-06-25T00:06:03.689Z Done
7702026-06-25T00:06:03.709Z Done
7712026-06-25T00:06:03.863Z Done
7722026-06-25T00:06:04.547Z++ set -o errexit
7732026-06-25T00:06:04.547Z++ cargo --version
7742026-06-25T00:06:04.561Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7752026-06-25T00:06:04.561Z++ rustc --version
7762026-06-25T00:06:04.578Zrustc 1.95.0 (59807616e 2026-04-14)
7772026-06-25T00:06:04.594Z++ cargo install cargo-nextest --version 0.9.97
7782026-06-25T00:06:04.638Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7792026-06-25T00:06:04.649Z+ pushd rdb
7802026-06-25T00:06:04.649Z+ PROPTEST_CASES=1000000
7812026-06-25T00:06:04.649Z+ cargo nextest run --lib proptest
7822026-06-25T00:06:04.649Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7832026-06-25T00:06:04.811Z Updating git repository `https://github.com/oxidecomputer/falcon`
7842026-06-25T00:06:05.370ZFrom https://github.com/oxidecomputer/falcon
7852026-06-25T00:06:05.370Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7862026-06-25T00:06:05.443Z Updating crates.io index
7872026-06-25T00:06:05.503Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7882026-06-25T00:06:05.907ZFrom https://github.com/oxidecomputer/dendrite
7892026-06-25T00:06:05.907Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7902026-06-25T00:06:05.990Z Updating git repository `https://github.com/oxidecomputer/ispf`
7912026-06-25T00:06:06.240ZFrom https://github.com/oxidecomputer/ispf
7922026-06-25T00:06:06.240Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7932026-06-25T00:06:06.294Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7942026-06-25T00:06:06.560ZFrom https://github.com/oxidecomputer/netadm-sys
7952026-06-25T00:06:06.560Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7962026-06-25T00:06:06.565Z Updating git repository `https://github.com/oxidecomputer/omicron`
7972026-06-25T00:06:12.452ZFrom https://github.com/oxidecomputer/omicron
7982026-06-25T00:06:12.452Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7992026-06-25T00:06:12.869Z Updating git repository `https://github.com/oxidecomputer/opte`
8002026-06-25T00:06:13.509ZFrom https://github.com/oxidecomputer/opte
8012026-06-25T00:06:13.509Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8022026-06-25T00:06:13.594Z Updating git repository `https://github.com/illumos/smf-rs`
8032026-06-25T00:06:13.845ZFrom https://github.com/illumos/smf-rs
8042026-06-25T00:06:13.845Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8052026-06-25T00:06:13.853Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8062026-06-25T00:06:14.138ZFrom https://github.com/oxidecomputer/network-interface
8072026-06-25T00:06:14.138Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8082026-06-25T00:06:14.193Z Updating git repository `https://github.com/oxidecomputer/zone`
8092026-06-25T00:06:14.468ZFrom https://github.com/oxidecomputer/zone
8102026-06-25T00:06:14.469Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8112026-06-25T00:06:14.476Z Updating git repository `https://github.com/oxidecomputer/propolis`
8122026-06-25T00:06:15.119ZFrom https://github.com/oxidecomputer/propolis
8132026-06-25T00:06:15.119Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8142026-06-25T00:06:15.203Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8152026-06-25T00:06:15.717ZFrom https://github.com/oxidecomputer/transceiver-control
8162026-06-25T00:06:15.717Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8172026-06-25T00:06:15.763Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8182026-06-25T00:06:16.039ZFrom https://github.com/oxidecomputer/dlpi-sys
8192026-06-25T00:06:16.039Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8202026-06-25T00:06:16.044Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8212026-06-25T00:06:16.338ZFrom https://github.com/jmesmon/rust-libzfs
8222026-06-25T00:06:16.339Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8232026-06-25T00:06:16.347Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8242026-06-25T00:06:16.612ZFrom https://github.com/oxidecomputer/rusty-doors
8252026-06-25T00:06:16.612Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8262026-06-25T00:06:16.630Z Updating git repository `https://github.com/oxidecomputer/lldp`
8272026-06-25T00:06:16.942ZFrom https://github.com/oxidecomputer/lldp
8282026-06-25T00:06:16.942Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8292026-06-25T00:06:17.072Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8302026-06-25T00:06:17.339ZFrom https://github.com/oxidecomputer/slog-error-chain
8312026-06-25T00:06:17.340Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8322026-06-25T00:06:17.358Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8332026-06-25T00:06:17.652ZFrom https://github.com/oxidecomputer/tufaceous
8342026-06-25T00:06:17.652Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8352026-06-25T00:06:17.673Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8362026-06-25T00:06:18.158ZFrom https://github.com/oxidecomputer/management-gateway-service
8372026-06-25T00:06:18.158Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8382026-06-25T00:06:18.204Z Updating git repository `https://github.com/oxidecomputer/crucible`
8392026-06-25T00:06:19.040ZFrom https://github.com/oxidecomputer/crucible
8402026-06-25T00:06:19.040Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8412026-06-25T00:06:19.179Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8422026-06-25T00:06:19.452ZFrom https://github.com/oxidecomputer/serde_human_bytes
8432026-06-25T00:06:19.453Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8442026-06-25T00:06:19.469Z Updating git repository `https://github.com/oxidecomputer/propolis`
8452026-06-25T00:06:19.919ZFrom https://github.com/oxidecomputer/propolis
8462026-06-25T00:06:19.919Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8472026-06-25T00:06:20.269Z Updating git repository `https://github.com/oxidecomputer/crucible`
8482026-06-25T00:06:20.754ZFrom https://github.com/oxidecomputer/crucible
8492026-06-25T00:06:20.754Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8502026-06-25T00:06:20.818Z Updating git repository `https://github.com/oxidecomputer/tofino`
8512026-06-25T00:06:21.151ZFrom https://github.com/oxidecomputer/tofino
8522026-06-25T00:06:21.151Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8532026-06-25T00:06:21.195Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8542026-06-25T00:06:21.839ZFrom https://github.com/oxidecomputer/maghemite
8552026-06-25T00:06:21.840Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8562026-06-25T00:06:21.908Z Updating git repository `https://github.com/oxidecomputer/clickward`
8572026-06-25T00:06:22.195ZFrom https://github.com/oxidecomputer/clickward
8582026-06-25T00:06:22.195Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8592026-06-25T00:06:22.213Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8602026-06-25T00:06:22.565ZFrom https://github.com/oxidecomputer/illumos-devinfo
8612026-06-25T00:06:22.565Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8622026-06-25T00:06:23.808Z Downloading crates ...
8632026-06-25T00:06:23.920Z Downloaded camino v1.2.2
8642026-06-25T00:06:23.923Z Downloaded bytecount v0.6.9
8652026-06-25T00:06:23.927Z Downloaded async-stream-impl v0.3.6
8662026-06-25T00:06:23.930Z Downloaded derive_more v0.99.20
8672026-06-25T00:06:23.940Z Downloaded async-stream v0.3.6
8682026-06-25T00:06:23.943Z Downloaded byte-wrapper v0.1.0
8692026-06-25T00:06:23.948Z Downloaded bitflags v1.3.2
8702026-06-25T00:06:23.951Z Downloaded multer v3.1.0
8712026-06-25T00:06:23.951Z Downloaded async-recursion v1.1.1
8722026-06-25T00:06:23.955Z Downloaded byteorder v1.5.0
8732026-06-25T00:06:23.955Z Downloaded block-buffer v0.12.0
8742026-06-25T00:06:23.961Z Downloaded chacha20 v0.10.0
8752026-06-25T00:06:23.961Z Downloaded compression-core v0.4.32
8762026-06-25T00:06:23.965Z Downloaded heck v0.4.1
8772026-06-25T00:06:23.969Z Downloaded fs_extra v1.3.0
8782026-06-25T00:06:23.978Z Downloaded hash32 v0.3.1
8792026-06-25T00:06:23.987Z Downloaded fxhash v0.2.1
8802026-06-25T00:06:23.987Z Downloaded dunce v1.0.5
8812026-06-25T00:06:23.987Z Downloaded enum-as-inner v0.6.1
8822026-06-25T00:06:23.987Z Downloaded litemap v0.8.2
8832026-06-25T00:06:23.991Z Downloaded elliptic-curve v0.13.8
8842026-06-25T00:06:23.991Z Downloaded fixedbitset v0.4.2
8852026-06-25T00:06:24.002Z Downloaded ff v0.13.1
8862026-06-25T00:06:24.002Z Downloaded natord v1.0.9
8872026-06-25T00:06:24.002Z Downloaded inout v0.1.4
8882026-06-25T00:06:24.008Z Downloaded embedded-io v0.6.1
8892026-06-25T00:06:24.008Z Downloaded glob v0.3.3
8902026-06-25T00:06:24.008Z Downloaded log v0.4.32
8912026-06-25T00:06:24.008Z Downloaded httpdate v1.0.3
8922026-06-25T00:06:24.011Z Downloaded hostname v0.3.1
8932026-06-25T00:06:24.011Z Downloaded embedded-io v0.4.0
8942026-06-25T00:06:24.011Z Downloaded getrandom v0.4.2
8952026-06-25T00:06:24.014Z Downloaded dropshot-api-manager-types v0.7.2
8962026-06-25T00:06:24.016Z Downloaded newtype_derive v0.1.6
8972026-06-25T00:06:24.017Z Downloaded convert_case v0.4.0
8982026-06-25T00:06:24.019Z Downloaded libsw v3.5.0
8992026-06-25T00:06:24.022Z Downloaded icu_properties v2.2.0
9002026-06-25T00:06:24.027Z Downloaded keccak v0.1.6
9012026-06-25T00:06:24.027Z Downloaded hubpack v0.1.2
9022026-06-25T00:06:24.029Z Downloaded linear-map v1.2.0
9032026-06-25T00:06:24.030Z Downloaded dtrace-parser v0.3.0
9042026-06-25T00:06:24.030Z Downloaded cstr-argument v0.1.2
9052026-06-25T00:06:24.032Z Downloaded crunchy v0.2.4
9062026-06-25T00:06:24.032Z Downloaded const-random v0.1.18
9072026-06-25T00:06:24.035Z Downloaded ciborium-ll v0.2.2
9082026-06-25T00:06:24.035Z Downloaded dyn-clone v1.0.20
9092026-06-25T00:06:24.038Z Downloaded float-ord v0.3.2
9102026-06-25T00:06:24.042Z Downloaded defmt-parser v1.0.0
9112026-06-25T00:06:24.046Z Downloaded cobs v0.3.0
9122026-06-25T00:06:24.047Z Downloaded ipnetwork v0.21.1
9132026-06-25T00:06:24.049Z Downloaded dof v0.4.0
9142026-06-25T00:06:24.049Z Downloaded gethostname v0.5.0
9152026-06-25T00:06:24.049Z Downloaded internet-checksum v0.2.1
9162026-06-25T00:06:24.052Z Downloaded konst_macro_rules v0.2.19
9172026-06-25T00:06:24.052Z Downloaded const-random-macro v0.1.16
9182026-06-25T00:06:24.055Z Downloaded defmt v0.3.100
9192026-06-25T00:06:24.055Z Downloaded foreign-types-macros v0.2.3
9202026-06-25T00:06:24.058Z Downloaded ciborium-io v0.2.2
9212026-06-25T00:06:24.058Z Downloaded base16ct v1.0.0
9222026-06-25T00:06:24.058Z Downloaded compression-codecs v0.4.38
9232026-06-25T00:06:24.061Z Downloaded git-stub v1.0.0
9242026-06-25T00:06:24.063Z Downloaded argon2 v0.5.3
9252026-06-25T00:06:24.063Z Downloaded aead v0.5.2
9262026-06-25T00:06:24.067Z Downloaded match_cfg v0.1.0
9272026-06-25T00:06:24.067Z Downloaded no-std-compat v0.4.1
9282026-06-25T00:06:24.067Z Downloaded crc8 v0.1.1
9292026-06-25T00:06:24.070Z Downloaded cargo_toml v0.22.3
9302026-06-25T00:06:24.070Z Downloaded bit-set v0.8.0
9312026-06-25T00:06:24.073Z Downloaded foreign-types-shared v0.3.1
9322026-06-25T00:06:24.073Z Downloaded libscf-sys v1.2.0
9332026-06-25T00:06:24.075Z Downloaded darling_macro v0.23.0
9342026-06-25T00:06:24.076Z Downloaded opaque-debug v0.3.1
9352026-06-25T00:06:24.078Z Downloaded dtrace-parser v0.2.0
9362026-06-25T00:06:24.078Z Downloaded instant v0.1.13
9372026-06-25T00:06:24.081Z Downloaded dof v0.3.0
9382026-06-25T00:06:24.084Z Downloaded num-iter v0.1.45
9392026-06-25T00:06:24.084Z Downloaded managed v0.8.0
9402026-06-25T00:06:24.087Z Downloaded linked-hash-map v0.5.6
9412026-06-25T00:06:24.087Z Downloaded num_enum_derive v0.5.11
9422026-06-25T00:06:24.090Z Downloaded memoffset v0.9.1
9432026-06-25T00:06:24.090Z Downloaded base16ct v0.2.0
9442026-06-25T00:06:24.093Z Downloaded hostname v0.4.2
9452026-06-25T00:06:24.093Z Downloaded darling_macro v0.21.3
9462026-06-25T00:06:24.093Z Downloaded arrayref v0.3.9
9472026-06-25T00:06:24.096Z Downloaded newline-converter v0.3.0
9482026-06-25T00:06:24.096Z Downloaded ident_case v1.0.1
9492026-06-25T00:06:24.099Z Downloaded crucible-workspace-hack v0.1.0
9502026-06-25T00:06:24.099Z Downloaded erased-serde v0.3.31
9512026-06-25T00:06:24.102Z Downloaded is-terminal v0.4.17
9522026-06-25T00:06:24.102Z Downloaded macaddr v1.0.1
9532026-06-25T00:06:24.102Z Downloaded num v0.4.3
9542026-06-25T00:06:24.109Z Downloaded bs58 v0.5.1
9552026-06-25T00:06:24.109Z Downloaded crypto-common v0.2.2
9562026-06-25T00:06:24.117Z Downloaded data-encoding v2.11.0
9572026-06-25T00:06:24.117Z Downloaded cmake v0.1.58
9582026-06-25T00:06:24.117Z Downloaded arrayvec v0.7.6
9592026-06-25T00:06:24.117Z Downloaded bcs v0.1.6
9602026-06-25T00:06:24.128Z Downloaded deranged v0.5.8
9612026-06-25T00:06:24.128Z Downloaded crossbeam-deque v0.8.6
9622026-06-25T00:06:24.128Z Downloaded newtype-uuid-macros v0.1.0
9632026-06-25T00:06:24.128Z Downloaded memmap v0.7.0
9642026-06-25T00:06:24.128Z Downloaded displaydoc v0.2.6
9652026-06-25T00:06:24.128Z Downloaded derive-ex v0.1.8
9662026-06-25T00:06:24.128Z Downloaded omicron-workspace-hack v0.1.0
9672026-06-25T00:06:24.128Z Downloaded num_threads v0.1.7
9682026-06-25T00:06:24.128Z Downloaded hubpack_derive v0.1.1
9692026-06-25T00:06:24.140Z Downloaded foreign-types v0.5.0
9702026-06-25T00:06:24.140Z Downloaded defmt-macros v1.1.0
9712026-06-25T00:06:24.140Z Downloaded constant_time_eq v0.4.2
9722026-06-25T00:06:24.140Z Downloaded backoff v0.4.0
9732026-06-25T00:06:24.144Z Downloaded parse-display v0.10.0
9742026-06-25T00:06:24.144Z Downloaded crossbeam-epoch v0.9.18
9752026-06-25T00:06:24.144Z Downloaded anyhow v1.0.102
9762026-06-25T00:06:24.144Z Downloaded ingot-types v0.1.2
9772026-06-25T00:06:24.144Z Downloaded group v0.13.0
9782026-06-25T00:06:24.144Z Downloaded highway v1.3.0
9792026-06-25T00:06:24.148Z Downloaded csv-core v0.1.13
9802026-06-25T00:06:24.148Z Downloaded digest v0.11.3
9812026-06-25T00:06:24.148Z Downloaded lru-cache v0.1.2
9822026-06-25T00:06:24.151Z Downloaded fs-err v3.3.0
9832026-06-25T00:06:24.152Z Downloaded num_enum v0.5.11
9842026-06-25T00:06:24.155Z Downloaded idna_adapter v1.2.2
9852026-06-25T00:06:24.155Z Downloaded ingot v0.1.1
9862026-06-25T00:06:24.158Z Downloaded daft v0.1.7
9872026-06-25T00:06:24.158Z Downloaded critical-section v1.2.0
9882026-06-25T00:06:24.160Z Downloaded plain v0.2.3
9892026-06-25T00:06:24.160Z Downloaded libsw-core v0.3.2
9902026-06-25T00:06:24.160Z Downloaded pretty-hex v0.4.2
9912026-06-25T00:06:24.164Z Downloaded powerfmt v0.2.0
9922026-06-25T00:06:24.164Z Downloaded num-conv v0.2.2
9932026-06-25T00:06:24.169Z Downloaded const_format_proc_macros v0.2.34
9942026-06-25T00:06:24.169Z Downloaded cpufeatures v0.3.0
9952026-06-25T00:06:24.169Z Downloaded num-complex v0.4.6
9962026-06-25T00:06:24.174Z Downloaded console v0.16.3
9972026-06-25T00:06:24.174Z Downloaded darling v0.23.0
9982026-06-25T00:06:24.180Z Downloaded chacha20 v0.9.1
9992026-06-25T00:06:24.180Z Downloaded daft-derive v0.1.7
10002026-06-25T00:06:24.180Z Downloaded defmt v1.1.0
10012026-06-25T00:06:24.187Z Downloaded phf_shared v0.12.1
10022026-06-25T00:06:24.187Z Downloaded cancel-safe-futures v0.1.5
10032026-06-25T00:06:24.187Z Downloaded proc-macro-error-attr2 v2.0.0
10042026-06-25T00:06:24.191Z Downloaded cookie v0.18.1
10052026-06-25T00:06:24.191Z Downloaded potential_utf v0.1.5
10062026-06-25T00:06:24.191Z Downloaded progenitor-client v0.14.0
10072026-06-25T00:06:24.191Z Downloaded progenitor-client v0.10.0
10082026-06-25T00:06:24.191Z Downloaded crossbeam-utils v0.8.21
10092026-06-25T00:06:24.195Z Downloaded allocator-api2 v0.2.21
10102026-06-25T00:06:24.195Z Downloaded proc-macro-error-attr v1.0.4
10112026-06-25T00:06:24.195Z Downloaded proc-macro-crate v3.5.0
10122026-06-25T00:06:24.199Z Downloaded olpc-cjson v0.1.4
10132026-06-25T00:06:24.200Z Downloaded num_enum_derive v0.7.6
10142026-06-25T00:06:24.200Z Downloaded mime v0.3.17
10152026-06-25T00:06:24.200Z Downloaded num-integer v0.1.46
10162026-06-25T00:06:24.202Z Downloaded git-stub-vcs v0.1.0
10172026-06-25T00:06:24.202Z Downloaded proc-macro-crate v1.3.1
10182026-06-25T00:06:24.202Z Downloaded oxide-tokio-rt v0.1.6
10192026-06-25T00:06:24.207Z Downloaded blake2 v0.10.6
10202026-06-25T00:06:24.207Z Downloaded async-trait v0.1.89
10212026-06-25T00:06:24.211Z Downloaded num_enum v0.7.6
10222026-06-25T00:06:24.215Z Downloaded ref-cast-impl v1.0.25
10232026-06-25T00:06:24.215Z Downloaded darling v0.21.3
10242026-06-25T00:06:24.217Z Downloaded rand_xorshift v0.4.0
10252026-06-25T00:06:24.217Z Downloaded quick-error v1.2.3
10262026-06-25T00:06:24.218Z Downloaded progenitor-macro v0.10.0
10272026-06-25T00:06:24.220Z Downloaded oxnet v0.1.6
10282026-06-25T00:06:24.220Z Downloaded ciborium v0.2.2
10292026-06-25T00:06:24.223Z Downloaded bit-vec v0.8.0
10302026-06-25T00:06:24.223Z Downloaded progenitor-macro v0.13.0
10312026-06-25T00:06:24.223Z Downloaded poly1305 v0.8.0
10322026-06-25T00:06:24.227Z Downloaded parse-display-derive v0.10.0
10332026-06-25T00:06:24.227Z Downloaded ingot-macros v0.1.1
10342026-06-25T00:06:24.227Z Downloaded cipher v0.4.4
10352026-06-25T00:06:24.230Z Downloaded password-hash v0.5.0
10362026-06-25T00:06:24.230Z Downloaded foldhash v0.2.0
10372026-06-25T00:06:24.234Z Downloaded hybrid-array v0.4.12
10382026-06-25T00:06:24.234Z Downloaded diff v0.1.13
10392026-06-25T00:06:24.242Z Downloaded colored v3.1.1
10402026-06-25T00:06:24.242Z Downloaded num-derive v0.4.2
10412026-06-25T00:06:24.242Z Downloaded rustc_version v0.1.7
10422026-06-25T00:06:24.242Z Downloaded omicron-zone-package v0.12.2
10432026-06-25T00:06:24.247Z Downloaded progenitor v0.14.0
10442026-06-25T00:06:24.247Z Downloaded num-rational v0.4.2
10452026-06-25T00:06:24.250Z Downloaded progenitor-macro v0.14.0
10462026-06-25T00:06:24.251Z Downloaded proc-macro-error v1.0.4
10472026-06-25T00:06:24.255Z Downloaded paste v1.0.15
10482026-06-25T00:06:24.258Z Downloaded progenitor-extras v0.2.0
10492026-06-25T00:06:24.258Z Downloaded hmac v0.12.1
10502026-06-25T00:06:24.258Z Downloaded ref-cast v1.0.25
10512026-06-25T00:06:24.261Z Downloaded rand_chacha v0.3.1
10522026-06-25T00:06:24.266Z Downloaded same-file v1.0.6
10532026-06-25T00:06:24.269Z Downloaded progenitor-client v0.13.0
10542026-06-25T00:06:24.269Z Downloaded drift v0.2.0
10552026-06-25T00:06:24.278Z Downloaded serde-big-array v0.5.1
10562026-06-25T00:06:24.281Z Downloaded slog-bunyan v2.5.0
10572026-06-25T00:06:24.281Z Downloaded serde_repr v0.1.20
10582026-06-25T00:06:24.281Z Downloaded bitflags v2.12.1
10592026-06-25T00:06:24.281Z Downloaded secrecy v0.10.3
10602026-06-25T00:06:24.281Z Downloaded sha1 v0.11.0
10612026-06-25T00:06:24.290Z Downloaded sha1 v0.10.6
10622026-06-25T00:06:24.290Z Downloaded phf v0.12.1
10632026-06-25T00:06:24.290Z Downloaded pem v3.0.6
10642026-06-25T00:06:24.290Z Downloaded const-oid v0.10.2
10652026-06-25T00:06:24.290Z Downloaded scroll_derive v0.13.1
10662026-06-25T00:06:24.297Z Downloaded progenitor v0.13.0
10672026-06-25T00:06:24.297Z Downloaded proc-macro-error2 v2.0.1
10682026-06-25T00:06:24.297Z Downloaded dropshot_endpoint v0.17.1
10692026-06-25T00:06:24.297Z Downloaded darling_core v0.23.0
10702026-06-25T00:06:24.298Z Downloaded sigpipe v0.1.3
10712026-06-25T00:06:24.298Z Downloaded parking_lot_core v0.8.6
10722026-06-25T00:06:24.305Z Downloaded bytes v1.11.1
10732026-06-25T00:06:24.305Z Downloaded semver v0.1.20
10742026-06-25T00:06:24.305Z Downloaded backon v1.6.0
10752026-06-25T00:06:24.310Z Downloaded resolv-conf v0.7.6
10762026-06-25T00:06:24.310Z Downloaded scroll_derive v0.12.1
10772026-06-25T00:06:24.310Z Downloaded rusty-fork v0.3.1
10782026-06-25T00:06:24.310Z Downloaded rustls-native-certs v0.8.4
10792026-06-25T00:06:24.310Z Downloaded rand_core v0.10.1
10802026-06-25T00:06:24.317Z Downloaded base64 v0.21.7
10812026-06-25T00:06:24.317Z Downloaded serde_plain v1.0.2
10822026-06-25T00:06:24.317Z Downloaded rustversion v1.0.22
10832026-06-25T00:06:24.324Z Downloaded stable_deref_trait v1.2.1
10842026-06-25T00:06:24.324Z Downloaded icu_provider v2.2.0
10852026-06-25T00:06:24.324Z Downloaded serial_test_derive v3.5.0
10862026-06-25T00:06:24.324Z Downloaded progenitor v0.10.0
10872026-06-25T00:06:24.324Z Downloaded structmeta v0.3.0
10882026-06-25T00:06:24.324Z Downloaded pest_derive v2.8.6
10892026-06-25T00:06:24.324Z Downloaded siphasher v1.0.3
10902026-06-25T00:06:24.330Z Downloaded parking_lot v0.11.2
10912026-06-25T00:06:24.330Z Downloaded strum v0.27.2
10922026-06-25T00:06:24.330Z Downloaded serde_derive_internals v0.29.1
10932026-06-25T00:06:24.332Z Downloaded half v2.7.1
10942026-06-25T00:06:24.335Z Downloaded structmeta-derive v0.3.0
10952026-06-25T00:06:24.335Z Downloaded memmap2 v0.9.10
10962026-06-25T00:06:24.341Z Downloaded smawk v0.3.2
10972026-06-25T00:06:24.343Z Downloaded postcard v1.1.3
10982026-06-25T00:06:24.349Z Downloaded thread-id v4.2.2
10992026-06-25T00:06:24.352Z Downloaded spin v0.5.2
11002026-06-25T00:06:24.352Z Downloaded take_mut v0.2.2
11012026-06-25T00:06:24.352Z Downloaded rustls-pemfile v2.2.0
11022026-06-25T00:06:24.355Z Downloaded strum v0.26.3
11032026-06-25T00:06:24.355Z Downloaded pest_generator v2.8.6
11042026-06-25T00:06:24.355Z Downloaded scroll v0.12.0
11052026-06-25T00:06:24.358Z Downloaded schemars_derive v0.8.22
11062026-06-25T00:06:24.362Z Downloaded tabled_derive v0.7.0
11072026-06-25T00:06:24.364Z Downloaded thiserror-impl-no-std v2.0.2
11082026-06-25T00:06:24.365Z Downloaded tagptr v0.2.0
11092026-06-25T00:06:24.365Z Downloaded crypto-bigint v0.5.5
11102026-06-25T00:06:24.371Z Downloaded tabled_derive v0.11.0
11112026-06-25T00:06:24.374Z Downloaded chacha20poly1305 v0.10.1
11122026-06-25T00:06:24.374Z Downloaded cc v1.2.63
11132026-06-25T00:06:24.374Z Downloaded expectorate v1.2.0
11142026-06-25T00:06:24.378Z Downloaded slog-dtrace v0.3.0
11152026-06-25T00:06:24.381Z Downloaded arc-swap v1.9.1
11162026-06-25T00:06:24.387Z Downloaded quote v1.0.45
11172026-06-25T00:06:24.391Z Downloaded slog-json v2.6.1
11182026-06-25T00:06:24.391Z Downloaded snafu-derive v0.8.9
11192026-06-25T00:06:24.391Z Downloaded serial_test v3.5.0
11202026-06-25T00:06:24.391Z Downloaded scroll v0.13.0
11212026-06-25T00:06:24.394Z Downloaded slog-stdlog v4.1.1
11222026-06-25T00:06:24.394Z Downloaded slog-async v2.8.0
11232026-06-25T00:06:24.397Z Downloaded termtree v0.5.1
11242026-06-25T00:06:24.397Z Downloaded papergrid v0.11.0
11252026-06-25T00:06:24.400Z Downloaded darling_core v0.21.3
11262026-06-25T00:06:24.404Z Downloaded slog-scope v4.4.1
11272026-06-25T00:06:24.408Z Downloaded icu_normalizer_data v2.2.0
11282026-06-25T00:06:24.408Z Downloaded konst v0.2.20
11292026-06-25T00:06:24.411Z Downloaded smartstring v1.0.1
11302026-06-25T00:06:24.414Z Downloaded untrusted v0.7.1
11312026-06-25T00:06:24.414Z Downloaded typify-macro v0.4.3
11322026-06-25T00:06:24.414Z Downloaded const_format v0.2.36
11332026-06-25T00:06:24.416Z Downloaded testing_table v0.3.0
11342026-06-25T00:06:24.416Z Downloaded strum_macros v0.26.4
11352026-06-25T00:06:24.421Z Downloaded indexmap v1.9.3
11362026-06-25T00:06:24.423Z Downloaded smallvec v1.15.1
11372026-06-25T00:06:24.423Z Downloaded tabwriter v1.4.1
11382026-06-25T00:06:24.424Z Downloaded async-compression v0.4.42
11392026-06-25T00:06:24.429Z Downloaded unit-prefix v0.5.2
11402026-06-25T00:06:24.430Z Downloaded time-core v0.1.8
11412026-06-25T00:06:24.432Z Downloaded thread-id v5.1.0
11422026-06-25T00:06:24.432Z Downloaded usdt-macro v0.6.0
11432026-06-25T00:06:24.433Z Downloaded universal-hash v0.5.1
11442026-06-25T00:06:24.433Z Downloaded slog-envlogger v2.2.0
11452026-06-25T00:06:24.433Z Downloaded typify-macro v0.6.2
11462026-06-25T00:06:24.433Z Downloaded h2 v0.4.14
11472026-06-25T00:06:24.435Z Downloaded synstructure v0.13.2
11482026-06-25T00:06:24.438Z Downloaded tiny-keccak v2.0.2
11492026-06-25T00:06:24.438Z Downloaded wait-timeout v0.2.1
11502026-06-25T00:06:24.441Z Downloaded serde_with_macros v3.20.0
11512026-06-25T00:06:24.441Z Downloaded serde_tokenstream v0.2.3
11522026-06-25T00:06:24.442Z Downloaded usdt v0.6.0
11532026-06-25T00:06:24.445Z Downloaded smf v0.2.3
11542026-06-25T00:06:24.445Z Downloaded utf-8 v0.7.6
11552026-06-25T00:06:24.449Z Downloaded unarray v0.1.4
11562026-06-25T00:06:24.450Z Downloaded prettyplease v0.2.37
11572026-06-25T00:06:24.450Z Downloaded heapless v0.8.0
11582026-06-25T00:06:24.453Z Downloaded tokio-dtrace v0.1.1
11592026-06-25T00:06:24.457Z Downloaded tokio-tungstenite v0.21.0
11602026-06-25T00:06:24.457Z Downloaded usdt-attr-macro v0.6.0
11612026-06-25T00:06:24.457Z Downloaded indicatif v0.18.4
11622026-06-25T00:06:24.465Z Downloaded papergrid v0.18.0
11632026-06-25T00:06:24.465Z Downloaded openssl-sys v0.9.116
11642026-06-25T00:06:24.465Z Downloaded zeroize_derive v1.4.3
11652026-06-25T00:06:24.469Z Downloaded rhai_codegen v3.2.0
11662026-06-25T00:06:24.471Z Downloaded pretty_assertions v1.4.1
11672026-06-25T00:06:24.471Z Downloaded progenitor-impl v0.13.0
11682026-06-25T00:06:24.474Z Downloaded crossbeam-channel v0.5.15
11692026-06-25T00:06:24.477Z Downloaded usdt-attr-macro v0.5.0
11702026-06-25T00:06:24.482Z Downloaded strum_macros v0.27.2
11712026-06-25T00:06:25.488Z Downloaded topological-sort v0.2.2
11722026-06-25T00:06:25.488Z Downloaded jiff-static v0.2.28
11732026-06-25T00:06:25.492Z Downloaded icu_collections v2.2.0
11742026-06-25T00:06:25.492Z Downloaded time-macros v0.2.27
11752026-06-25T00:06:25.492Z Downloaded slog-term v2.9.2
11762026-06-25T00:06:25.492Z Downloaded hickory-resolver v0.25.2
11772026-06-25T00:06:25.492Z Downloaded zone v0.3.1
11782026-06-25T00:06:25.492Z Downloaded minimal-lexical v0.2.1
11792026-06-25T00:06:25.492Z Downloaded hashbrown v0.16.1
11802026-06-25T00:06:25.492Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11812026-06-25T00:06:25.492Z Downloaded rustls-platform-verifier v0.7.0
11822026-06-25T00:06:25.492Z Downloaded spin v0.9.8
11832026-06-25T00:06:25.492Z Downloaded pest_meta v2.8.6
11842026-06-25T00:06:25.492Z Downloaded zerofrom-derive v0.1.7
11852026-06-25T00:06:25.492Z Downloaded usdt-impl v0.6.0
11862026-06-25T00:06:25.492Z Downloaded progenitor-impl v0.10.0
11872026-06-25T00:06:25.492Z Downloaded schemars v0.9.0
11882026-06-25T00:06:25.492Z Downloaded zerofrom v0.1.8
11892026-06-25T00:06:25.492Z Downloaded yoke-derive v0.8.2
11902026-06-25T00:06:25.492Z Downloaded walkdir v2.5.0
11912026-06-25T00:06:25.492Z Downloaded usdt-macro v0.5.0
11922026-06-25T00:06:25.492Z Downloaded tinystr v0.8.3
11932026-06-25T00:06:25.492Z Downloaded thiserror-no-std v2.0.2
11942026-06-25T00:06:25.492Z Downloaded thin-vec v0.2.18
11952026-06-25T00:06:25.492Z Downloaded usdt-impl v0.5.0
11962026-06-25T00:06:25.492Z Downloaded serde_yaml v0.9.34+deprecated
11972026-06-25T00:06:25.492Z Downloaded progenitor-impl v0.14.0
11982026-06-25T00:06:25.492Z Downloaded rayon-core v1.13.0
11992026-06-25T00:06:25.492Z Downloaded zeroize v1.8.2
12002026-06-25T00:06:25.492Z Downloaded nom v7.1.3
12012026-06-25T00:06:25.492Z Downloaded usdt v0.5.0
12022026-06-25T00:06:25.492Z Downloaded slog v2.8.2
12032026-06-25T00:06:25.492Z Downloaded icu_locale_core v2.2.0
12042026-06-25T00:06:25.492Z Downloaded rand v0.8.6
12052026-06-25T00:06:25.492Z Downloaded whoami v1.6.1
12062026-06-25T00:06:25.492Z Downloaded icu_normalizer v2.2.0
12072026-06-25T00:06:25.493Z Downloaded hickory-resolver v0.24.4
12082026-06-25T00:06:25.493Z Downloaded zone_cfg_derive v0.3.1
12092026-06-25T00:06:25.493Z Downloaded waitgroup v0.1.2
12102026-06-25T00:06:25.493Z Downloaded snafu v0.8.9
12112026-06-25T00:06:25.493Z Downloaded similar v2.7.0
12122026-06-25T00:06:25.493Z Downloaded toml v0.9.12+spec-1.1.0
12132026-06-25T00:06:25.493Z Downloaded schemars v0.8.22
12142026-06-25T00:06:25.493Z Downloaded writeable v0.6.3
12152026-06-25T00:06:25.493Z Downloaded memchr v2.8.1
12162026-06-25T00:06:25.493Z Downloaded ucd-trie v0.1.7
12172026-06-25T00:06:25.493Z Downloaded term v1.2.1
12182026-06-25T00:06:25.493Z Downloaded qorb v0.4.1
12192026-06-25T00:06:25.493Z Downloaded typify v0.6.2
12202026-06-25T00:06:25.493Z Downloaded zerovec-derive v0.11.3
12212026-06-25T00:06:25.493Z Downloaded vsss-rs v3.3.4
12222026-06-25T00:06:25.493Z Downloaded http v1.4.1
12232026-06-25T00:06:25.493Z Downloaded xz2 v0.1.7
12242026-06-25T00:06:25.493Z Downloaded yoke v0.8.3
12252026-06-25T00:06:25.493Z Downloaded libm v0.2.16
12262026-06-25T00:06:25.493Z Downloaded zerocopy-derive v0.7.35
12272026-06-25T00:06:25.493Z Downloaded unsafe-libyaml v0.2.11
12282026-06-25T00:06:25.493Z Downloaded toml v0.7.8
12292026-06-25T00:06:25.493Z Downloaded typify v0.4.3
12302026-06-25T00:06:25.493Z Downloaded schemars v1.2.1
12312026-06-25T00:06:25.493Z Downloaded steno v0.4.1
12322026-06-25T00:06:25.493Z Downloaded quinn v0.11.9
12332026-06-25T00:06:25.493Z Downloaded nom v8.0.0
12342026-06-25T00:06:25.493Z Downloaded rand v0.10.1
12352026-06-25T00:06:25.493Z Downloaded toml_edit v0.25.12+spec-1.1.0
12362026-06-25T00:06:25.493Z Downloaded hashbrown v0.12.3
12372026-06-25T00:06:25.493Z Downloaded uuid v1.23.2
12382026-06-25T00:06:25.493Z Downloaded toml_edit v0.19.15
12392026-06-25T00:06:25.493Z Downloaded dropshot-api-manager v0.7.2
12402026-06-25T00:06:25.493Z Downloaded tungstenite v0.21.0
12412026-06-25T00:06:25.493Z Downloaded test-strategy v0.4.5
12422026-06-25T00:06:25.493Z Downloaded pest v2.8.6
12432026-06-25T00:06:25.493Z Downloaded yansi v1.0.1
12442026-06-25T00:06:25.493Z Downloaded typed-path v0.9.3
12452026-06-25T00:06:25.493Z Downloaded itertools v0.12.1
12462026-06-25T00:06:25.494Z Downloaded ron v0.12.1
12472026-06-25T00:06:25.494Z Downloaded reqwest v0.13.4
12482026-06-25T00:06:25.494Z Downloaded blake3 v1.8.5
12492026-06-25T00:06:25.494Z Downloaded zerotrie v0.2.4
12502026-06-25T00:06:25.494Z Downloaded tough v0.22.0
12512026-06-25T00:06:25.494Z Downloaded hkdf v0.12.4
12522026-06-25T00:06:25.494Z Downloaded zerocopy-derive v0.8.50
12532026-06-25T00:06:25.494Z Downloaded iddqd v0.4.2
12542026-06-25T00:06:25.494Z Downloaded proptest v1.11.0
12552026-06-25T00:06:25.494Z Downloaded icu_properties_data v2.2.0
12562026-06-25T00:06:25.494Z Downloaded aws-lc-rs v1.17.0
12572026-06-25T00:06:25.494Z Downloaded winnow v0.5.40
12582026-06-25T00:06:25.494Z Downloaded regex v1.12.3
12592026-06-25T00:06:25.494Z Downloaded rayon v1.12.0
12602026-06-25T00:06:25.494Z Downloaded goblin v0.8.2
12612026-06-25T00:06:25.494Z Downloaded quinn-proto v0.11.14
12622026-06-25T00:06:25.494Z Downloaded zerovec v0.11.6
12632026-06-25T00:06:25.494Z Downloaded serde_with v3.20.0
12642026-06-25T00:06:25.494Z Downloaded webpki-roots v1.0.7
12652026-06-25T00:06:25.494Z Downloaded zerocopy v0.7.35
12662026-06-25T00:06:25.494Z Downloaded moka v0.12.15
12672026-06-25T00:06:25.494Z Downloaded tabled v0.15.0
12682026-06-25T00:06:25.494Z Downloaded time v0.3.47
12692026-06-25T00:06:25.494Z Downloaded tabled v0.21.0
12702026-06-25T00:06:25.494Z Downloaded syn v1.0.109
12712026-06-25T00:06:25.494Z Downloaded bstr v1.12.1
12722026-06-25T00:06:25.494Z Downloaded nix v0.31.3
12732026-06-25T00:06:25.497Z Downloaded zerocopy v0.8.50
12742026-06-25T00:06:25.498Z Downloaded goblin v0.10.7
12752026-06-25T00:06:25.498Z Downloaded regress v0.10.5
12762026-06-25T00:06:25.498Z Downloaded smoltcp v0.11.0
12772026-06-25T00:06:25.498Z Downloaded openssl v0.10.80
12782026-06-25T00:06:25.498Z Downloaded rustls v0.23.40
12792026-06-25T00:06:25.498Z Downloaded syn v2.0.117
12802026-06-25T00:06:25.498Z Downloaded regress v0.11.1
12812026-06-25T00:06:25.498Z Downloaded dropshot v0.17.1
12822026-06-25T00:06:25.498Z Downloaded rhai v1.25.1
12832026-06-25T00:06:25.498Z Downloaded hickory-proto v0.24.4
12842026-06-25T00:06:25.498Z Downloaded regex-syntax v0.8.10
12852026-06-25T00:06:25.498Z Downloaded openapiv3 v2.2.0
12862026-06-25T00:06:25.498Z Downloaded sled v0.34.7
12872026-06-25T00:06:25.498Z Downloaded hickory-proto v0.25.2
12882026-06-25T00:06:25.498Z Downloaded typify-impl v0.6.2
12892026-06-25T00:06:25.498Z Downloaded typify-impl v0.4.3
12902026-06-25T00:06:25.498Z Downloaded chrono-tz v0.10.4
12912026-06-25T00:06:25.498Z Downloaded csv v1.4.0
12922026-06-25T00:06:25.498Z Downloaded jiff v0.2.28
12932026-06-25T00:06:25.498Z Downloaded petgraph v0.6.5
12942026-06-25T00:06:25.498Z Downloaded lzma-sys v0.1.20
12952026-06-25T00:06:25.498Z Downloaded sha3 v0.10.9
12962026-06-25T00:06:25.498Z Downloaded encoding_rs v0.8.35
12972026-06-25T00:06:25.836Z Downloaded aws-lc-sys v0.41.0
12982026-06-25T00:06:26.735Z Compiling proc-macro2 v1.0.106
12992026-06-25T00:06:26.735Z Compiling unicode-ident v1.0.24
13002026-06-25T00:06:26.735Z Compiling quote v1.0.45
13012026-06-25T00:06:26.735Z Compiling serde_core v1.0.228
13022026-06-25T00:06:26.735Z Compiling cfg-if v1.0.4
13032026-06-25T00:06:26.738Z Compiling serde v1.0.228
13042026-06-25T00:06:26.738Z Compiling libc v0.2.186
13052026-06-25T00:06:26.738Z Compiling memchr v2.8.1
13062026-06-25T00:06:26.886Z Compiling itoa v1.0.18
13072026-06-25T00:06:27.061Z Compiling smallvec v1.15.1
13082026-06-25T00:06:27.147Z Compiling zmij v1.0.21
13092026-06-25T00:06:27.214Z Compiling autocfg v1.5.1
13102026-06-25T00:06:27.262Z Compiling libm v0.2.16
13112026-06-25T00:06:27.536Z Compiling stable_deref_trait v1.2.1
13122026-06-25T00:06:27.557Z Compiling litemap v0.8.2
13132026-06-25T00:06:27.606Z Compiling percent-encoding v2.3.2
13142026-06-25T00:06:27.704Z Compiling writeable v0.6.3
13152026-06-25T00:06:27.718Z Compiling icu_properties_data v2.2.0
13162026-06-25T00:06:27.759Z Compiling icu_normalizer_data v2.2.0
13172026-06-25T00:06:27.772Z Compiling utf8_iter v1.0.4
13182026-06-25T00:06:27.909Z Compiling iana-time-zone v0.1.65
13192026-06-25T00:06:27.931Z Compiling equivalent v1.0.2
13202026-06-25T00:06:27.968Z Compiling syn v2.0.117
13212026-06-25T00:06:28.087Z Compiling form_urlencoded v1.2.2
13222026-06-25T00:06:28.093Z Compiling version_check v0.9.5
13232026-06-25T00:06:28.125Z Compiling pin-project-lite v0.2.17
13242026-06-25T00:06:28.161Z Compiling serde_json v1.0.150
13252026-06-25T00:06:28.173Z Compiling scopeguard v1.2.0
13262026-06-25T00:06:28.214Z Compiling parking_lot_core v0.9.12
13272026-06-25T00:06:28.252Z Compiling dyn-clone v1.0.20
13282026-06-25T00:06:28.274Z Compiling lock_api v0.4.14
13292026-06-25T00:06:28.355Z Compiling num-traits v0.2.19
13302026-06-25T00:06:28.389Z Compiling hashbrown v0.17.1
13312026-06-25T00:06:28.418Z Compiling getrandom v0.4.2
13322026-06-25T00:06:28.499Z Compiling log v0.4.32
13332026-06-25T00:06:28.510Z Compiling thiserror v2.0.18
13342026-06-25T00:06:28.682Z Compiling rand_core v0.10.1
13352026-06-25T00:06:28.710Z Compiling errno v0.3.14
13362026-06-25T00:06:28.749Z Compiling futures-core v0.3.32
13372026-06-25T00:06:28.919Z Compiling heck v0.5.0
13382026-06-25T00:06:28.950Z Compiling semver v1.0.28
13392026-06-25T00:06:29.101Z Compiling indexmap v2.14.0
13402026-06-25T00:06:29.184Z Compiling zerocopy v0.8.50
13412026-06-25T00:06:29.306Z Compiling futures-sink v0.3.32
13422026-06-25T00:06:29.317Z Compiling uuid v1.23.2
13432026-06-25T00:06:29.413Z Compiling slab v0.4.12
13442026-06-25T00:06:29.424Z Compiling jobserver v0.1.34
13452026-06-25T00:06:29.587Z Compiling fnv v1.0.7
13462026-06-25T00:06:29.643Z Compiling shlex v2.0.1
13472026-06-25T00:06:29.689Z Compiling find-msvc-tools v0.1.9
13482026-06-25T00:06:29.742Z Compiling schemars v0.8.22
13492026-06-25T00:06:29.754Z Compiling futures-channel v0.3.32
13502026-06-25T00:06:29.766Z Compiling rustversion v1.0.22
13512026-06-25T00:06:29.828Z Compiling cc v1.2.63
13522026-06-25T00:06:29.922Z Compiling futures-io v0.3.32
13532026-06-25T00:06:30.006Z Compiling futures-task v0.3.32
13542026-06-25T00:06:30.085Z Compiling socket2 v0.6.4
13552026-06-25T00:06:30.155Z Compiling bitflags v2.12.1
13562026-06-25T00:06:30.183Z Compiling signal-hook-registry v1.4.8
13572026-06-25T00:06:30.195Z Compiling mio v1.2.1
13582026-06-25T00:06:30.328Z Compiling parking_lot v0.12.5
13592026-06-25T00:06:30.405Z Compiling portable-atomic v1.13.1
13602026-06-25T00:06:30.483Z Compiling dunce v1.0.5
13612026-06-25T00:06:30.546Z Compiling typenum v1.20.1
13622026-06-25T00:06:30.576Z Compiling cmake v0.1.58
13632026-06-25T00:06:30.712Z Compiling fs_extra v1.3.0
13642026-06-25T00:06:30.751Z Compiling critical-section v1.2.0
13652026-06-25T00:06:30.763Z Compiling base64 v0.22.1
13662026-06-25T00:06:30.856Z Compiling subtle v2.6.1
13672026-06-25T00:06:30.868Z Compiling synstructure v0.13.2
13682026-06-25T00:06:30.920Z Compiling serde_derive_internals v0.29.1
13692026-06-25T00:06:31.027Z Compiling byteorder v1.5.0
13702026-06-25T00:06:31.102Z Compiling regex-syntax v0.8.10
13712026-06-25T00:06:31.128Z Compiling aws-lc-sys v0.41.0
13722026-06-25T00:06:31.268Z Compiling slog v2.8.2
13732026-06-25T00:06:31.364Z Compiling strsim v0.11.1
13742026-06-25T00:06:31.381Z Compiling atomic-waker v1.1.2
13752026-06-25T00:06:31.506Z Compiling once_cell v1.21.4
13762026-06-25T00:06:31.509Z Compiling httparse v1.10.1
13772026-06-25T00:06:31.533Z Compiling ipnet v2.12.0
13782026-06-25T00:06:31.684Z Compiling rustix v1.1.4
13792026-06-25T00:06:31.741Z Compiling tower-service v0.3.3
13802026-06-25T00:06:31.766Z Compiling tower-layer v0.3.3
13812026-06-25T00:06:31.829Z Compiling getrandom v0.2.17
13822026-06-25T00:06:31.930Z Compiling untrusted v0.9.0
13832026-06-25T00:06:32.012Z Compiling thiserror v1.0.69
13842026-06-25T00:06:32.044Z Compiling ucd-trie v0.1.7
13852026-06-25T00:06:32.071Z Compiling ryu v1.0.23
13862026-06-25T00:06:32.090Z Compiling serde_derive v1.0.228
13872026-06-25T00:06:32.224Z Compiling zerofrom-derive v0.1.7
13882026-06-25T00:06:32.235Z Compiling yoke-derive v0.8.2
13892026-06-25T00:06:32.246Z Compiling zerovec-derive v0.11.3
13902026-06-25T00:06:32.317Z Compiling displaydoc v0.2.6
13912026-06-25T00:06:32.334Z Compiling schemars_derive v0.8.22
13922026-06-25T00:06:33.107Z Compiling tokio-macros v2.7.0
13932026-06-25T00:06:33.294Z Compiling thiserror-impl v2.0.18
13942026-06-25T00:06:33.331Z Compiling zerocopy-derive v0.8.50
13952026-06-25T00:06:33.399Z Compiling zerofrom v0.1.8
13962026-06-25T00:06:33.509Z Compiling yoke v0.8.3
13972026-06-25T00:06:33.521Z Compiling zeroize_derive v1.4.3
13982026-06-25T00:06:33.690Z Compiling zerovec v0.11.6
13992026-06-25T00:06:33.722Z Compiling zerotrie v0.2.4
14002026-06-25T00:06:33.910Z Compiling futures-macro v0.3.32
14012026-06-25T00:06:34.063Z Compiling try-lock v0.2.5
14022026-06-25T00:06:34.173Z Compiling tinystr v0.8.3
14032026-06-25T00:06:34.220Z Compiling potential_utf v0.1.5
14042026-06-25T00:06:34.242Z Compiling zeroize v1.8.2
14052026-06-25T00:06:34.367Z Compiling icu_locale_core v2.2.0
14062026-06-25T00:06:34.379Z Compiling icu_collections v2.2.0
14072026-06-25T00:06:34.437Z Compiling want v0.3.1
14082026-06-25T00:06:34.628Z Compiling pest v2.8.6
14092026-06-25T00:06:34.744Z Compiling futures-util v0.3.32
14102026-06-25T00:06:34.780Z Compiling thiserror-impl v1.0.69
14112026-06-25T00:06:34.905Z Compiling rand_core v0.6.4
14122026-06-25T00:06:35.120Z Compiling icu_provider v2.2.0
14132026-06-25T00:06:35.272Z Compiling bytes v1.11.1
14142026-06-25T00:06:35.445Z Compiling icu_properties v2.2.0
14152026-06-25T00:06:35.458Z Compiling icu_normalizer v2.2.0
14162026-06-25T00:06:35.881Z Compiling chrono v0.4.45
14172026-06-25T00:06:35.904Z Compiling http v1.4.1
14182026-06-25T00:06:35.938Z Compiling tokio v1.52.3
14192026-06-25T00:06:36.032Z Compiling serde_tokenstream v0.2.3
14202026-06-25T00:06:36.303Z Compiling idna_adapter v1.2.2
14212026-06-25T00:06:36.438Z Compiling idna v1.1.0
14222026-06-25T00:06:36.606Z Compiling http-body v1.0.1
14232026-06-25T00:06:36.754Z Compiling url v2.5.8
14242026-06-25T00:06:36.849Z Compiling erased-serde v0.3.31
14252026-06-25T00:06:37.008Z Compiling httpdate v1.0.3
14262026-06-25T00:06:37.327Z Compiling pest_meta v2.8.6
14272026-06-25T00:06:37.341Z Compiling getrandom v0.3.4
14282026-06-25T00:06:37.618Z Compiling ppv-lite86 v0.2.21
14292026-06-25T00:06:37.671Z Compiling pretty-hex v0.4.2
14302026-06-25T00:06:37.683Z Compiling plain v0.2.3
14312026-06-25T00:06:37.708Z Compiling foldhash v0.2.0
14322026-06-25T00:06:37.784Z Compiling paste v1.0.15
14332026-06-25T00:06:37.798Z Compiling allocator-api2 v0.2.21
14342026-06-25T00:06:37.926Z Compiling pest_generator v2.8.6
14352026-06-25T00:06:37.930Z Compiling tracing-attributes v0.1.31
14362026-06-25T00:06:38.085Z Compiling ipnetwork v0.21.1
14372026-06-25T00:06:38.147Z Compiling hashbrown v0.16.1
14382026-06-25T00:06:38.522Z Compiling tracing-core v0.1.36
14392026-06-25T00:06:38.539Z Compiling omicron-workspace-hack v0.1.0
14402026-06-25T00:06:38.577Z Compiling pest_derive v2.8.6
14412026-06-25T00:06:38.683Z Compiling ident_case v1.0.1
14422026-06-25T00:06:38.821Z Compiling http-body-util v0.1.3
14432026-06-25T00:06:38.855Z Compiling serde_urlencoded v0.7.1
14442026-06-25T00:06:39.058Z Compiling aho-corasick v1.1.4
14452026-06-25T00:06:39.158Z Compiling sync_wrapper v1.0.2
14462026-06-25T00:06:39.170Z Compiling winnow v1.0.3
14472026-06-25T00:06:39.173Z Compiling tracing v0.1.44
14482026-06-25T00:06:39.191Z Compiling oxnet v0.1.6
14492026-06-25T00:06:39.253Z Compiling daft-derive v0.1.7
14502026-06-25T00:06:39.417Z Compiling fastrand v2.4.1
14512026-06-25T00:06:39.659Z Compiling tokio-util v0.7.18
14522026-06-25T00:06:39.682Z Compiling scroll_derive v0.13.1
14532026-06-25T00:06:40.017Z Compiling regex-automata v0.4.14
14542026-06-25T00:06:40.305Z Compiling async-trait v0.1.89
14552026-06-25T00:06:40.401Z Compiling powerfmt v0.2.0
14562026-06-25T00:06:40.445Z Compiling anyhow v1.0.102
14572026-06-25T00:06:40.516Z Compiling num-conv v0.2.2
14582026-06-25T00:06:40.604Z Compiling time-core v0.1.8
14592026-06-25T00:06:40.661Z Compiling aws-lc-rs v1.17.0
14602026-06-25T00:06:40.746Z Compiling time-macros v0.2.27
14612026-06-25T00:06:40.972Z Compiling deranged v0.5.8
14622026-06-25T00:06:40.983Z Compiling scroll v0.13.0
14632026-06-25T00:06:41.225Z Compiling rustls-pki-types v1.14.1
14642026-06-25T00:06:41.247Z Compiling openssl-probe v0.2.1
14652026-06-25T00:06:41.435Z Compiling num_threads v0.1.7
14662026-06-25T00:06:41.529Z Compiling hex v0.4.3
14672026-06-25T00:06:41.697Z Compiling regex v1.12.3
14682026-06-25T00:06:41.738Z Compiling goblin v0.10.7
14692026-06-25T00:06:42.164Z Compiling camino v1.2.2
14702026-06-25T00:06:42.400Z Compiling untrusted v0.7.1
14712026-06-25T00:06:42.440Z Compiling crc32fast v1.5.0
14722026-06-25T00:06:42.515Z Compiling usdt-impl v0.6.0
14732026-06-25T00:06:42.527Z Compiling rustls v0.23.40
14742026-06-25T00:06:42.775Z Compiling h2 v0.4.14
14752026-06-25T00:06:42.787Z Compiling dtrace-parser v0.3.0
14762026-06-25T00:06:42.883Z Compiling crossbeam-utils v0.8.21
14772026-06-25T00:06:43.176Z Compiling futures-executor v0.3.32
14782026-06-25T00:06:43.208Z Compiling structmeta-derive v0.3.0
14792026-06-25T00:06:43.299Z Compiling thread-id v5.1.0
14802026-06-25T00:06:43.380Z Compiling adler2 v2.0.1
14812026-06-25T00:06:43.451Z Compiling simd-adler32 v0.3.9
14822026-06-25T00:06:43.510Z Compiling cpufeatures v0.3.0
14832026-06-25T00:06:43.582Z Compiling miniz_oxide v0.8.9
14842026-06-25T00:06:43.647Z Compiling futures v0.3.32
14852026-06-25T00:06:43.650Z Compiling rand_core v0.9.5
14862026-06-25T00:06:43.922Z Compiling darling_core v0.23.0
14872026-06-25T00:06:44.317Z Compiling newtype-uuid-macros v0.1.0
14882026-06-25T00:06:44.332Z Compiling hybrid-array v0.4.12
14892026-06-25T00:06:44.332Z Compiling structmeta v0.3.0
14902026-06-25T00:06:44.511Z Compiling dof v0.4.0
14912026-06-25T00:06:44.787Z Compiling thread_local v1.1.9
14922026-06-25T00:06:44.886Z Compiling hyper v1.10.1
14932026-06-25T00:06:45.058Z Compiling match_cfg v0.1.0
14942026-06-25T00:06:45.070Z Compiling flate2 v1.1.9
14952026-06-25T00:06:45.866Z Compiling newtype-uuid v1.3.2
14962026-06-25T00:06:46.016Z Compiling hyper-util v0.1.20
14972026-06-25T00:06:46.137Z Compiling darling_macro v0.23.0
14982026-06-25T00:06:46.185Z Compiling quick-error v1.2.3
14992026-06-25T00:06:46.197Z Compiling slog-async v2.8.0
15002026-06-25T00:06:46.288Z Compiling compression-core v0.4.32
15012026-06-25T00:06:46.446Z Compiling ref-cast v1.0.25
15022026-06-25T00:06:46.536Z Compiling compression-codecs v0.4.38
15032026-06-25T00:06:46.627Z Compiling daft v0.1.7
15042026-06-25T00:06:46.652Z Compiling block-buffer v0.12.0
15052026-06-25T00:06:46.697Z Compiling usdt-macro v0.6.0
15062026-06-25T00:06:46.726Z Compiling darling v0.23.0
15072026-06-25T00:06:46.783Z Compiling usdt-attr-macro v0.6.0
15082026-06-25T00:06:46.799Z Compiling crypto-common v0.2.2
15092026-06-25T00:06:46.802Z Compiling rand_chacha v0.9.0
15102026-06-25T00:06:46.896Z Compiling ref-cast-impl v1.0.25
15112026-06-25T00:06:47.220Z Compiling strum_macros v0.26.4
15122026-06-25T00:06:47.236Z Compiling serde_spanned v1.1.1
15132026-06-25T00:06:47.381Z Compiling multer v3.1.0
15142026-06-25T00:06:47.513Z Compiling generic-array v0.14.7
15152026-06-25T00:06:47.695Z Compiling bit-vec v0.8.0
15162026-06-25T00:06:47.738Z Compiling term v1.2.1
15172026-06-25T00:06:47.752Z Compiling take_mut v0.2.2
15182026-06-25T00:06:47.805Z Compiling toml_writer v1.1.1+spec-1.1.0
15192026-06-25T00:06:47.819Z Compiling debug-ignore v1.0.5
15202026-06-25T00:06:47.850Z Compiling const-oid v0.10.2
15212026-06-25T00:06:47.912Z Compiling bit-set v0.8.0
15222026-06-25T00:06:47.989Z Compiling digest v0.11.3
15232026-06-25T00:06:48.054Z Compiling rand v0.9.4
15242026-06-25T00:06:48.058Z Compiling serde_with_macros v3.20.0
15252026-06-25T00:06:48.076Z Compiling async-stream-impl v0.3.6
15262026-06-25T00:06:48.149Z Compiling dropshot v0.17.1
15272026-06-25T00:06:48.387Z Compiling encoding_rs v0.8.35
15282026-06-25T00:06:48.427Z Compiling unarray v0.1.4
15292026-06-25T00:06:48.550Z Compiling spin v0.9.8
15302026-06-25T00:06:48.640Z Compiling syn v1.0.109
15312026-06-25T00:06:48.651Z Compiling mime v0.3.17
15322026-06-25T00:06:48.713Z Compiling async-stream v0.3.6
15332026-06-25T00:06:48.899Z Compiling strum v0.26.3
15342026-06-25T00:06:48.966Z Compiling sha1 v0.11.0
15352026-06-25T00:06:49.026Z Compiling derive-ex v0.1.8
15362026-06-25T00:06:49.088Z Compiling tower v0.5.3
15372026-06-25T00:06:49.133Z Compiling dropshot_endpoint v0.17.1
15382026-06-25T00:06:49.211Z Compiling macaddr v1.0.1
15392026-06-25T00:06:49.260Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15402026-06-25T00:06:49.483Z Compiling waitgroup v0.1.2
15412026-06-25T00:06:49.560Z Compiling serde_path_to_error v0.1.20
15422026-06-25T00:06:49.742Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15432026-06-25T00:06:49.872Z Compiling tower-http v0.6.11
15442026-06-25T00:06:49.927Z Compiling tempfile v3.27.0
15452026-06-25T00:06:50.093Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15462026-06-25T00:06:50.271Z Compiling openapiv3 v2.2.0
15472026-06-25T00:06:50.295Z Compiling strum_macros v0.27.2
15482026-06-25T00:06:50.350Z Compiling instant v0.1.13
15492026-06-25T00:06:50.600Z Compiling test-strategy v0.4.5
15502026-06-25T00:06:50.789Z Compiling time v0.3.47
15512026-06-25T00:06:51.642Z Compiling rustls-native-certs v0.8.4
15522026-06-25T00:06:51.865Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15532026-06-25T00:06:51.971Z Compiling crossbeam-channel v0.5.15
15542026-06-25T00:06:51.987Z Compiling crypto-common v0.1.7
15552026-06-25T00:06:52.110Z Compiling strum v0.27.2
15562026-06-25T00:06:52.238Z Compiling parse-display-derive v0.10.0
15572026-06-25T00:06:52.452Z Compiling backon v1.6.0
15582026-06-25T00:06:52.474Z Compiling rand_chacha v0.3.1
15592026-06-25T00:06:52.728Z Compiling rand v0.8.6
15602026-06-25T00:06:52.923Z Compiling slog-json v2.6.1
15612026-06-25T00:06:53.210Z Compiling hostname v0.3.1
15622026-06-25T00:06:53.342Z Compiling toml_parser v1.1.2+spec-1.1.0
15632026-06-25T00:06:53.372Z Compiling toml_datetime v1.1.1+spec-1.1.0
15642026-06-25T00:06:53.788Z Compiling memmap2 v0.9.10
15652026-06-25T00:06:53.902Z Compiling is-terminal v0.4.17
15662026-06-25T00:06:53.913Z Compiling wait-timeout v0.2.1
15672026-06-25T00:06:53.914Z Compiling either v1.16.0
15682026-06-25T00:06:53.961Z Compiling usdt v0.6.0
15692026-06-25T00:06:54.012Z Compiling rusty-fork v0.3.1
15702026-06-25T00:06:54.081Z Compiling slog-term v2.9.2
15712026-06-25T00:06:54.092Z Compiling toml v1.1.2+spec-1.1.0
15722026-06-25T00:06:54.176Z Compiling slog-bunyan v2.5.0
15732026-06-25T00:06:54.257Z Compiling serde_with v3.20.0
15742026-06-25T00:06:54.315Z Compiling async-compression v0.4.42
15752026-06-25T00:06:54.383Z Compiling rand_xorshift v0.4.0
15762026-06-25T00:06:54.531Z Compiling rustls-pemfile v2.2.0
15772026-06-25T00:06:54.635Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15782026-06-25T00:06:54.698Z Compiling regress v0.10.5
15792026-06-25T00:06:54.728Z Compiling hostname v0.4.2
15802026-06-25T00:06:54.801Z Compiling humantime v2.3.0
15812026-06-25T00:06:54.861Z Compiling proptest v1.11.0
15822026-06-25T00:06:55.070Z Compiling iddqd v0.4.2
15832026-06-25T00:06:55.327Z Compiling reqwest v0.12.28
15842026-06-25T00:06:55.644Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15852026-06-25T00:06:55.880Z Compiling block-buffer v0.10.4
15862026-06-25T00:06:56.027Z Compiling digest v0.10.7
15872026-06-25T00:06:56.186Z Compiling itertools v0.14.0
15882026-06-25T00:06:56.234Z Compiling parse-display v0.10.0
15892026-06-25T00:06:56.347Z Compiling progenitor-client v0.10.0
15902026-06-25T00:06:56.563Z Compiling backoff v0.4.0
15912026-06-25T00:06:56.617Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15922026-06-25T00:06:57.313Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15932026-06-25T00:06:58.483Z Compiling regress v0.11.1
15942026-06-25T00:06:58.632Z Compiling utf8parse v0.2.2
15952026-06-25T00:06:58.736Z Compiling anstyle-parse v1.0.0
15962026-06-25T00:06:58.911Z Compiling colorchoice v1.0.5
15972026-06-25T00:06:58.943Z Compiling anstyle-query v1.1.5
15982026-06-25T00:06:59.082Z Compiling anstyle v1.0.14
15992026-06-25T00:06:59.171Z Compiling is_terminal_polyfill v1.70.2
16002026-06-25T00:06:59.258Z Compiling anstream v1.0.0
16012026-06-25T00:06:59.802Z Compiling toml_datetime v0.6.11
16022026-06-25T00:06:59.964Z Compiling zerocopy-derive v0.7.35
16032026-06-25T00:07:00.069Z Compiling typify-impl v0.6.2
16042026-06-25T00:07:00.111Z Compiling clap_lex v1.1.0
16052026-06-25T00:07:00.351Z Compiling cpufeatures v0.2.17
16062026-06-25T00:07:00.424Z Compiling convert_case v0.4.0
16072026-06-25T00:07:00.716Z Compiling derive_more v0.99.20
16082026-06-25T00:07:01.005Z Compiling zerocopy v0.7.35
16092026-06-25T00:07:01.348Z Compiling unicode-width v0.2.2
16102026-06-25T00:07:01.788Z Compiling secrecy v0.10.3
16112026-06-25T00:07:02.040Z Compiling clap_derive v4.6.1
16122026-06-25T00:07:02.172Z Compiling crucible-workspace-hack v0.1.0
16132026-06-25T00:07:02.395Z Compiling float-ord v0.3.2
16142026-06-25T00:07:02.438Z Compiling tinyvec_macros v0.1.1
16152026-06-25T00:07:02.502Z Compiling tinyvec v1.11.0
16162026-06-25T00:07:02.955Z Compiling terminal_size v0.4.4
16172026-06-25T00:07:03.092Z Compiling dtrace-parser v0.2.0
16182026-06-25T00:07:03.165Z Compiling scroll_derive v0.12.1
16192026-06-25T00:07:03.168Z Compiling num-integer v0.1.46
16202026-06-25T00:07:03.488Z Compiling rustc_version v0.4.1
16212026-06-25T00:07:03.612Z Compiling usdt-impl v0.5.0
16222026-06-25T00:07:03.759Z Compiling curve25519-dalek v4.1.3
16232026-06-25T00:07:03.929Z Compiling scroll v0.12.0
16242026-06-25T00:07:04.105Z Compiling dof v0.3.0
16252026-06-25T00:07:04.190Z Compiling hmac v0.12.1
16262026-06-25T00:07:04.233Z Compiling inout v0.1.4
16272026-06-25T00:07:04.323Z Compiling darling_core v0.21.3
16282026-06-25T00:07:04.376Z Compiling ff v0.13.1
16292026-06-25T00:07:04.440Z Compiling thread-id v4.2.2
16302026-06-25T00:07:04.511Z Compiling group v0.13.0
16312026-06-25T00:07:04.522Z Compiling cipher v0.4.4
16322026-06-25T00:07:04.735Z Compiling hkdf v0.12.4
16332026-06-25T00:07:04.875Z Compiling goblin v0.8.2
16342026-06-25T00:07:05.064Z Compiling num-rational v0.4.2
16352026-06-25T00:07:05.231Z Compiling num-iter v0.1.45
16362026-06-25T00:07:05.346Z Compiling clap_builder v4.6.0
16372026-06-25T00:07:05.465Z Compiling toml_edit v0.25.12+spec-1.1.0
16382026-06-25T00:07:05.498Z Compiling thiserror-impl-no-std v2.0.2
16392026-06-25T00:07:05.666Z Compiling universal-hash v0.5.1
16402026-06-25T00:07:05.795Z Compiling crypto-bigint v0.5.5
16412026-06-25T00:07:06.341Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16422026-06-25T00:07:06.370Z Compiling typify-macro v0.6.2
16432026-06-25T00:07:06.406Z Compiling darling_macro v0.21.3
16442026-06-25T00:07:06.677Z Compiling crossbeam-epoch v0.9.18
16452026-06-25T00:07:06.930Z Compiling half v2.7.1
16462026-06-25T00:07:06.991Z Compiling curve25519-dalek-derive v0.1.1
16472026-06-25T00:07:07.011Z Compiling num-complex v0.4.6
16482026-06-25T00:07:07.318Z Compiling base16ct v0.2.0
16492026-06-25T00:07:07.390Z Compiling ciborium-io v0.2.2
16502026-06-25T00:07:07.509Z Compiling opaque-debug v0.3.1
16512026-06-25T00:07:07.521Z Compiling base64ct v1.8.3
16522026-06-25T00:07:07.521Z Compiling ciborium-ll v0.2.2
16532026-06-25T00:07:07.536Z Compiling poly1305 v0.8.0
16542026-06-25T00:07:07.705Z Compiling password-hash v0.5.0
16552026-06-25T00:07:07.952Z Compiling elliptic-curve v0.13.8
16562026-06-25T00:07:08.053Z Compiling num v0.4.3
16572026-06-25T00:07:08.238Z Compiling darling v0.21.3
16582026-06-25T00:07:08.316Z Compiling clap v4.6.1
16592026-06-25T00:07:08.423Z Compiling typify v0.6.2
16602026-06-25T00:07:08.512Z Compiling thiserror-no-std v2.0.2
16612026-06-25T00:07:08.529Z Compiling proc-macro-crate v3.5.0
16622026-06-25T00:07:08.889Z Compiling chacha20 v0.9.1
16632026-06-25T00:07:08.923Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16642026-06-25T00:07:09.097Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16652026-06-25T00:07:09.549Z Compiling blake2 v0.10.6
16662026-06-25T00:07:09.619Z Compiling aead v0.5.2
16672026-06-25T00:07:09.757Z Compiling byte-wrapper v0.1.0
16682026-06-25T00:07:09.776Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16692026-06-25T00:07:10.039Z Compiling proc-macro-error-attr v1.0.4
16702026-06-25T00:07:10.196Z Compiling unsafe-libyaml v0.2.11
16712026-06-25T00:07:10.229Z Compiling heapless v0.8.0
16722026-06-25T00:07:10.246Z Compiling keccak v0.1.6
16732026-06-25T00:07:10.483Z Compiling rustix v0.38.44
16742026-06-25T00:07:10.532Z Compiling prettyplease v0.2.37
16752026-06-25T00:07:10.849Z Compiling serde_yaml v0.9.34+deprecated
16762026-06-25T00:07:10.998Z Compiling sha3 v0.10.9
16772026-06-25T00:07:11.289Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16782026-06-25T00:07:11.715Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16792026-06-25T00:07:11.821Z Compiling argon2 v0.5.3
16802026-06-25T00:07:12.072Z Compiling chacha20poly1305 v0.10.1
16812026-06-25T00:07:12.329Z Compiling num_enum_derive v0.7.6
16822026-06-25T00:07:12.344Z Compiling vsss-rs v3.3.4
16832026-06-25T00:07:12.410Z Compiling ingot-macros v0.1.1
16842026-06-25T00:07:12.420Z Compiling ciborium v0.2.2
16852026-06-25T00:07:13.001Z Compiling usdt-macro v0.5.0
16862026-06-25T00:07:13.357Z Compiling usdt-attr-macro v0.5.0
16872026-06-25T00:07:14.224Z Compiling serde_spanned v0.6.9
16882026-06-25T00:07:14.371Z Compiling enum-as-inner v0.6.1
16892026-06-25T00:07:14.588Z Compiling hash32 v0.3.1
16902026-06-25T00:07:14.745Z Compiling proc-macro-error v1.0.4
16912026-06-25T00:07:14.973Z Compiling memmap v0.7.0
16922026-06-25T00:07:14.996Z Compiling memoffset v0.9.1
16932026-06-25T00:07:15.010Z Compiling winnow v0.5.40
16942026-06-25T00:07:15.158Z Compiling winnow v0.7.15
16952026-06-25T00:07:15.169Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16962026-06-25T00:07:15.237Z Compiling smoltcp v0.11.0
16972026-06-25T00:07:15.249Z Compiling indent_write v2.2.0
16982026-06-25T00:07:15.372Z Compiling toml_write v0.1.2
16992026-06-25T00:07:15.383Z Compiling cfg_aliases v0.2.1
17002026-06-25T00:07:15.414Z Compiling data-encoding v2.11.0
17012026-06-25T00:07:15.451Z Compiling nix v0.31.3
17022026-06-25T00:07:15.583Z Compiling ingot-types v0.1.2
17032026-06-25T00:07:15.657Z Compiling usdt v0.5.0
17042026-06-25T00:07:15.966Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17052026-06-25T00:07:16.006Z Compiling num_enum v0.7.6
17062026-06-25T00:07:16.119Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17072026-06-25T00:07:16.217Z Compiling rustls-webpki v0.103.13
17082026-06-25T00:07:16.231Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17092026-06-25T00:07:16.379Z Compiling toml_edit v0.19.15
17102026-06-25T00:07:16.482Z Compiling toml_edit v0.22.27
17112026-06-25T00:07:17.241Z Compiling tabwriter v1.4.1
17122026-06-25T00:07:17.486Z Compiling cobs v0.3.0
17132026-06-25T00:07:17.513Z Compiling serde_repr v0.1.20
17142026-06-25T00:07:17.535Z Compiling vcpkg v0.2.15
17152026-06-25T00:07:17.680Z Compiling pkg-config v0.3.33
17162026-06-25T00:07:18.076Z Compiling bitflags v1.3.2
17172026-06-25T00:07:18.115Z Compiling managed v0.8.0
17182026-06-25T00:07:18.126Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17192026-06-25T00:07:18.152Z Compiling openssl-sys v0.9.116
17202026-06-25T00:07:18.352Z Compiling toml v0.8.23
17212026-06-25T00:07:18.378Z Compiling postcard v1.1.3
17222026-06-25T00:07:18.707Z Compiling proc-macro-crate v1.3.1
17232026-06-25T00:07:19.124Z Compiling ingot v0.1.1
17242026-06-25T00:07:19.491Z Compiling hubpack_derive v0.1.1
17252026-06-25T00:07:19.751Z Compiling tokio-rustls v0.26.4
17262026-06-25T00:07:19.978Z Compiling rustls-platform-verifier v0.7.0
17272026-06-25T00:07:20.026Z Compiling hyper-rustls v0.27.9
17282026-06-25T00:07:20.216Z Compiling reqwest v0.13.4
17292026-06-25T00:07:21.015Z Compiling foreign-types-macros v0.2.3
17302026-06-25T00:07:21.286Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17312026-06-25T00:07:21.505Z Compiling progenitor-client v0.14.0
17322026-06-25T00:07:21.596Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17332026-06-25T00:07:21.680Z Compiling linked-hash-map v0.5.6
17342026-06-25T00:07:21.804Z Compiling progenitor-extras v0.2.0
17352026-06-25T00:07:21.842Z Compiling rayon-core v1.13.0
17362026-06-25T00:07:21.862Z Compiling static_assertions v1.1.0
17372026-06-25T00:07:21.936Z Compiling semver v0.1.20
17382026-06-25T00:07:22.071Z Compiling swrite v0.1.0
17392026-06-25T00:07:22.166Z Compiling unicode-segmentation v1.13.3
17402026-06-25T00:07:22.193Z Compiling heck v0.4.1
17412026-06-25T00:07:22.397Z Compiling foreign-types-shared v0.3.1
17422026-06-25T00:07:22.492Z Compiling resolv-conf v0.7.6
17432026-06-25T00:07:22.566Z Compiling colored v3.1.1
17442026-06-25T00:07:22.590Z Compiling newline-converter v0.3.0
17452026-06-25T00:07:22.706Z Compiling foreign-types v0.5.0
17462026-06-25T00:07:22.787Z Compiling rustc_version v0.1.7
17472026-06-25T00:07:22.888Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17482026-06-25T00:07:22.986Z Compiling lru-cache v0.1.2
17492026-06-25T00:07:23.001Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17502026-06-25T00:07:23.089Z Compiling hubpack v0.1.2
17512026-06-25T00:07:23.318Z Compiling num_enum_derive v0.5.11
17522026-06-25T00:07:24.521Z Compiling atomicwrites v0.4.4
17532026-06-25T00:07:24.584Z Compiling hickory-proto v0.24.4
17542026-06-25T00:07:24.942Z Compiling progenitor-impl v0.13.0
17552026-06-25T00:07:25.094Z Compiling crossbeam-deque v0.8.6
17562026-06-25T00:07:25.299Z Compiling console v0.15.11
17572026-06-25T00:07:25.969Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17582026-06-25T00:07:26.235Z Compiling camino-tempfile v1.4.1
17592026-06-25T00:07:26.484Z Compiling chacha20 v0.10.0
17602026-06-25T00:07:26.490Z Compiling serde-big-array v0.5.1
17612026-06-25T00:07:26.642Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17622026-06-25T00:07:26.748Z Compiling pin-project-internal v1.1.13
17632026-06-25T00:07:26.886Z Compiling num-derive v0.4.2
17642026-06-25T00:07:27.170Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17652026-06-25T00:07:27.352Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17662026-06-25T00:07:27.820Z Compiling derive-where v1.6.1
17672026-06-25T00:07:27.853Z Compiling cstr-argument v0.1.2
17682026-06-25T00:07:27.864Z Compiling similar v2.7.0
17692026-06-25T00:07:28.011Z Compiling minimal-lexical v0.2.1
17702026-06-25T00:07:28.471Z Compiling siphasher v1.0.3
17712026-06-25T00:07:28.667Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17722026-06-25T00:07:28.877Z Compiling phf_shared v0.12.1
17732026-06-25T00:07:28.964Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17742026-06-25T00:07:29.074Z Compiling progenitor-macro v0.13.0
17752026-06-25T00:07:29.120Z Compiling expectorate v1.2.0
17762026-06-25T00:07:29.137Z Compiling nom v7.1.3
17772026-06-25T00:07:29.227Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17782026-06-25T00:07:29.271Z Compiling pin-project v1.1.13
17792026-06-25T00:07:29.498Z Compiling rand v0.10.1
17802026-06-25T00:07:29.880Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17812026-06-25T00:07:30.280Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17822026-06-25T00:07:30.356Z Compiling hickory-resolver v0.24.4
17832026-06-25T00:07:30.397Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17842026-06-25T00:07:30.505Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17852026-06-25T00:07:30.706Z Compiling num_enum v0.5.11
17862026-06-25T00:07:30.826Z Compiling newtype_derive v0.1.6
17872026-06-25T00:07:31.072Z Compiling progenitor-client v0.13.0
17882026-06-25T00:07:31.368Z Compiling progenitor-impl v0.14.0
17892026-06-25T00:07:32.036Z Compiling unicode-normalization v0.1.25
17902026-06-25T00:07:32.514Z Compiling tokio-stream v0.1.18
17912026-06-25T00:07:32.701Z Compiling snafu-derive v0.8.9
17922026-06-25T00:07:32.755Z Compiling async-recursion v1.1.1
17932026-06-25T00:07:32.970Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17942026-06-25T00:07:32.984Z Compiling slog-dtrace v0.3.0
17952026-06-25T00:07:33.234Z Compiling bstr v1.12.1
17962026-06-25T00:07:33.284Z Compiling csv-core v0.1.13
17972026-06-25T00:07:33.453Z Compiling konst_macro_rules v0.2.19
17982026-06-25T00:07:33.546Z Compiling foreign-types-shared v0.1.1
17992026-06-25T00:07:33.632Z Compiling owo-colors v4.3.0
18002026-06-25T00:07:33.644Z Compiling unicode-xid v0.2.6
18012026-06-25T00:07:33.726Z Compiling unicode-width v0.1.14
18022026-06-25T00:07:33.763Z Compiling chrono-tz v0.10.4
18032026-06-25T00:07:33.999Z Compiling cancel-safe-futures v0.1.5
18042026-06-25T00:07:34.017Z Compiling highway v1.3.0
18052026-06-25T00:07:34.060Z Compiling foldhash v0.1.5
18062026-06-25T00:07:34.149Z Compiling same-file v1.0.6
18072026-06-25T00:07:34.241Z Compiling openssl v0.10.80
18082026-06-25T00:07:34.276Z Compiling walkdir v2.5.0
18092026-06-25T00:07:34.327Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-06-25T00:07:34.413Z Compiling hashbrown v0.15.5
18112026-06-25T00:07:34.508Z Compiling snafu v0.8.9
18122026-06-25T00:07:34.538Z Compiling progenitor v0.13.0
18132026-06-25T00:07:34.674Z Compiling const_format_proc_macros v0.2.34
18142026-06-25T00:07:34.703Z Compiling foreign-types v0.3.2
18152026-06-25T00:07:34.777Z Compiling globset v0.4.18
18162026-06-25T00:07:34.788Z Compiling konst v0.2.20
18172026-06-25T00:07:34.896Z Compiling csv v1.4.0
18182026-06-25T00:07:34.962Z Compiling progenitor-macro v0.14.0
18192026-06-25T00:07:35.019Z Compiling qorb v0.4.1
18202026-06-25T00:07:35.052Z Compiling olpc-cjson v0.1.4
18212026-06-25T00:07:35.214Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-06-25T00:07:35.459Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-06-25T00:07:35.619Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-06-25T00:07:36.277Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18252026-06-25T00:07:36.617Z Compiling rayon v1.12.0
18262026-06-25T00:07:37.190Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-06-25T00:07:37.448Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18282026-06-25T00:07:37.740Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-06-25T00:07:38.069Z Compiling phf v0.12.1
18302026-06-25T00:07:38.226Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-06-25T00:07:38.602Z Compiling zone_cfg_derive v0.3.1
18322026-06-25T00:07:38.825Z Compiling tokio-dtrace v0.1.1
18332026-06-25T00:07:39.127Z Compiling itertools v0.12.1
18342026-06-25T00:07:39.177Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18352026-06-25T00:07:39.366Z Compiling libsw-core v0.3.2
18362026-06-25T00:07:39.385Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18372026-06-25T00:07:39.537Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-06-25T00:07:39.765Z Compiling serde_plain v1.0.2
18392026-06-25T00:07:39.981Z Compiling openssl-macros v0.1.1
18402026-06-25T00:07:40.037Z Compiling pem v3.0.6
18412026-06-25T00:07:40.149Z Compiling cookie v0.18.1
18422026-06-25T00:07:40.369Z Compiling sigpipe v0.1.3
18432026-06-25T00:07:40.402Z Compiling fixedbitset v0.5.7
18442026-06-25T00:07:40.435Z Compiling bytecount v0.6.9
18452026-06-25T00:07:40.460Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-25T00:07:40.498Z Compiling glob v0.3.3
18472026-06-25T00:07:40.573Z Compiling fixedbitset v0.4.2
18482026-06-25T00:07:40.588Z Compiling jiff v0.2.28
18492026-06-25T00:07:40.699Z Compiling typed-path v0.9.3
18502026-06-25T00:07:40.738Z Compiling petgraph v0.6.5
18512026-06-25T00:07:40.766Z Compiling petgraph v0.8.3
18522026-06-25T00:07:40.803Z Compiling papergrid v0.11.0
18532026-06-25T00:07:42.031Z Compiling tough v0.22.0
18542026-06-25T00:07:42.284Z Compiling zone v0.3.1
18552026-06-25T00:07:42.529Z Compiling progenitor v0.14.0
18562026-06-25T00:07:42.553Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18572026-06-25T00:07:42.553Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-25T00:07:42.641Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-25T00:07:42.655Z Compiling libsw v3.5.0
18602026-06-25T00:07:42.740Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18612026-06-25T00:07:42.823Z Compiling oxide-tokio-rt v0.1.6
18622026-06-25T00:07:42.853Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-25T00:07:42.985Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18642026-06-25T00:07:43.125Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-25T00:07:43.981Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-25T00:07:44.244Z Compiling const_format v0.2.36
18672026-06-25T00:07:44.264Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-25T00:07:44.614Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18692026-06-25T00:07:44.882Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-25T00:07:45.027Z Compiling tabled_derive v0.7.0
18712026-06-25T00:07:45.174Z Compiling gethostname v0.5.0
18722026-06-25T00:07:45.223Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-06-25T00:07:45.299Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18742026-06-25T00:07:45.343Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-06-25T00:07:45.418Z Compiling bcs v0.1.6
18762026-06-25T00:07:45.464Z Compiling smf v0.2.3
18772026-06-25T00:07:45.482Z Compiling tagptr v0.2.0
18782026-06-25T00:07:45.636Z Compiling smawk v0.3.2
18792026-06-25T00:07:45.734Z Compiling termtree v0.5.1
18802026-06-25T00:07:45.776Z Compiling linear-map v1.2.0
18812026-06-25T00:07:45.887Z Compiling whoami v1.6.1
18822026-06-25T00:07:45.959Z Compiling lazy_static v1.5.0
18832026-06-25T00:07:46.004Z Compiling unicode-linebreak v0.1.5
18842026-06-25T00:07:46.074Z Compiling steno v0.4.1
18852026-06-25T00:07:46.207Z Compiling textwrap v0.16.2
18862026-06-25T00:07:46.256Z Compiling tabled v0.15.0
18872026-06-25T00:07:46.541Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-25T00:07:46.741Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-25T00:07:46.744Z Compiling moka v0.12.15
18902026-06-25T00:07:47.646Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-25T00:07:48.016Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-25T00:07:48.179Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-06-25T00:07:48.962Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-06-25T00:07:48.999Z Compiling hickory-proto v0.25.2
18952026-06-25T00:07:49.344Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18962026-06-25T00:07:49.918Z Compiling parking_lot_core v0.8.6
18972026-06-25T00:07:50.244Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18982026-06-25T00:07:50.369Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-06-25T00:07:50.623Z Compiling libscf-sys v1.2.0
19002026-06-25T00:07:50.761Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19012026-06-25T00:07:50.773Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19022026-06-25T00:07:50.941Z Compiling hickory-resolver v0.25.2
19032026-06-25T00:07:51.006Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19042026-06-25T00:07:51.108Z Compiling nom v8.0.0
19052026-06-25T00:07:51.237Z Compiling parking_lot v0.11.2
19062026-06-25T00:07:51.334Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19072026-06-25T00:07:51.484Z Compiling fxhash v0.2.1
19082026-06-25T00:07:51.575Z Compiling internet-checksum v0.2.1
19092026-06-25T00:07:51.624Z Compiling sled v0.34.7
19102026-06-25T00:07:51.649Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19112026-06-25T00:07:51.842Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-06-25T00:07:53.174Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19132026-06-25T00:07:56.561Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-06-25T00:07:58.200Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19152026-06-25T00:08:04.329Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-06-25T00:08:05.968Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-06-25T00:08:07.020Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19182026-06-25T00:08:07.938Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19192026-06-25T00:08:08.979Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19202026-06-25T00:08:31.682Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
19212026-06-25T00:08:31.862Z────────────
19222026-06-25T00:08:31.862Z Nextest run ID 8f0798ca-7790-46b6-b5c8-aa7abd06c8c7 with nextest profile: default
19232026-06-25T00:08:31.862Z Starting 13 tests across 1 binary (28 tests skipped)
19242026-06-25T00:08:48.770Z PASS [ 16.903s] rdb proptest::prop_ipv4_normalized_is_network_address
19252026-06-25T00:08:48.805Z PASS [ 16.939s] rdb proptest::prop_ipv4_default_contains_all
19262026-06-25T00:08:48.830Z PASS [ 16.964s] rdb proptest::prop_ipv6_normalized_is_network_address
19272026-06-25T00:08:48.901Z PASS [ 17.035s] rdb proptest::prop_ipv4_subnet_of_self
19282026-06-25T00:08:48.972Z PASS [ 17.106s] rdb proptest::prop_ipv6_subnet_of_self
19292026-06-25T00:08:48.975Z PASS [ 17.106s] rdb proptest::prop_ipv6_default_contains_all
19302026-06-25T00:08:57.983Z PASS [ 26.114s] rdb proptest::prop_static_route_key_deduplication
19312026-06-25T00:09:24.996Z PASS [ 36.178s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19322026-06-25T00:09:25.020Z PASS [ 36.178s] rdb proptest::prop_static_route_key_normalization_preserves_length
19332026-06-25T00:09:25.125Z PASS [ 36.344s] rdb proptest::prop_static_route_key_normalization_idempotent
19342026-06-25T00:09:25.134Z PASS [ 36.221s] rdb proptest::prop_static_route_key_normalized_is_network_address
19352026-06-25T00:09:31.883Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19362026-06-25T00:09:41.356Z PASS [ 52.364s] rdb proptest::prop_static_route_key_ord_consistency
19372026-06-25T00:10:31.904Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19382026-06-25T00:11:31.925Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19392026-06-25T00:12:31.945Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19402026-06-25T00:12:48.589Z PASS [ 256.641s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19412026-06-25T00:12:48.593Z────────────
19422026-06-25T00:12:48.593Z Summary [ 256.642s] 13 tests run: 13 passed (1 slow), 28 skipped
19432026-06-25T00:12:48.600Z+ cp './*.log' /work/
19442026-06-25T00:12:48.604Z+ true
19452026-06-25T00:12:48.604Z+ [[ -d proptest-regressions ]]
19462026-06-25T00:12:48.604Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19472026-06-25T00:12:48.607Z+ popd
19482026-06-25T00:12:48.607Z/work/oxidecomputer/maghemite
19492026-06-25T00:12:48.607Z+ pushd bgp
19502026-06-25T00:12:48.607Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19512026-06-25T00:12:48.607Z+ PROPTEST_CASES=1000000
19522026-06-25T00:12:48.607Z+ cargo nextest run --lib proptest
19532026-06-25T00:12:49.765Z Compiling smallvec v1.15.1
19542026-06-25T00:12:49.927Z Compiling crunchy v0.2.4
19552026-06-25T00:12:49.946Z Compiling tiny-keccak v2.0.2
19562026-06-25T00:12:49.955Z Compiling ahash v0.8.12
19572026-06-25T00:12:49.959Z Compiling smartstring v1.0.1
19582026-06-25T00:12:49.974Z Compiling thin-vec v0.2.18
19592026-06-25T00:12:49.974Z Compiling rhai_codegen v3.2.0
19602026-06-25T00:12:50.065Z Compiling icu_normalizer v2.2.0
19612026-06-25T00:12:50.085Z Compiling parking_lot_core v0.9.12
19622026-06-25T00:12:50.234Z Compiling parking_lot_core v0.8.6
19632026-06-25T00:12:50.314Z Compiling parking_lot v0.12.5
19642026-06-25T00:12:50.471Z Compiling idna_adapter v1.2.2
19652026-06-25T00:12:50.526Z Compiling tokio v1.52.3
19662026-06-25T00:12:50.621Z Compiling idna v1.1.0
19672026-06-25T00:12:50.729Z Compiling moka v0.12.15
19682026-06-25T00:12:50.793Z Compiling parking_lot v0.11.2
19692026-06-25T00:12:50.986Z Compiling url v2.5.8
19702026-06-25T00:12:51.200Z Compiling const-random-macro v0.1.16
19712026-06-25T00:12:51.256Z Compiling sled v0.34.7
19722026-06-25T00:12:51.500Z Compiling schemars v0.8.22
19732026-06-25T00:12:51.618Z Compiling const-random v0.1.18
19742026-06-25T00:12:51.693Z Compiling serial_test_derive v3.5.0
19752026-06-25T00:12:51.851Z Compiling diff v0.1.13
19762026-06-25T00:12:51.874Z Compiling yansi v1.0.1
19772026-06-25T00:12:51.910Z Compiling rhai v1.25.1
19782026-06-25T00:12:52.137Z Compiling pretty_assertions v1.4.1
19792026-06-25T00:12:52.254Z Compiling ipnetwork v0.21.1
19802026-06-25T00:12:52.405Z Compiling newtype-uuid v1.3.2
19812026-06-25T00:12:52.416Z Compiling serde_with v3.20.0
19822026-06-25T00:12:52.689Z Compiling oxnet v0.1.6
19832026-06-25T00:12:52.757Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19842026-06-25T00:12:52.987Z Compiling daft v0.1.7
19852026-06-25T00:12:53.157Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19862026-06-25T00:12:53.259Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-06-25T00:12:53.488Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19882026-06-25T00:12:53.732Z Compiling iddqd v0.4.2
19892026-06-25T00:12:53.889Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19902026-06-25T00:12:54.103Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-06-25T00:12:54.188Z Compiling typify-impl v0.6.2
19922026-06-25T00:12:54.277Z Compiling tokio-util v0.7.18
19932026-06-25T00:12:54.530Z Compiling tokio-rustls v0.26.4
19942026-06-25T00:12:54.806Z Compiling tower v0.5.3
19952026-06-25T00:12:55.037Z Compiling h2 v0.4.14
19962026-06-25T00:12:55.091Z Compiling async-compression v0.4.42
19972026-06-25T00:12:55.294Z Compiling tower-http v0.6.11
19982026-06-25T00:12:55.412Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19992026-06-25T00:12:55.671Z Compiling backoff v0.4.0
20002026-06-25T00:12:56.693Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20012026-06-25T00:12:56.728Z Compiling byte-wrapper v0.1.0
20022026-06-25T00:12:57.033Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20032026-06-25T00:12:57.101Z Compiling hyper v1.10.1
20042026-06-25T00:12:57.132Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20052026-06-25T00:12:57.401Z Compiling typify v0.6.2
20062026-06-25T00:12:57.986Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20072026-06-25T00:12:58.082Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20082026-06-25T00:12:58.222Z Compiling hyper-util v0.1.20
20092026-06-25T00:12:58.859Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20102026-06-25T00:12:58.987Z Compiling hickory-proto v0.24.4
20112026-06-25T00:12:59.274Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20122026-06-25T00:12:59.800Z Compiling hyper-rustls v0.27.9
20132026-06-25T00:12:59.971Z Compiling dropshot v0.17.1
20142026-06-25T00:13:00.102Z Compiling reqwest v0.13.4
20152026-06-25T00:13:00.166Z Compiling reqwest v0.12.28
20162026-06-25T00:13:00.515Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20172026-06-25T00:13:01.024Z Compiling hickory-resolver v0.24.4
20182026-06-25T00:13:02.001Z Compiling progenitor-client v0.14.0
20192026-06-25T00:13:02.147Z Compiling progenitor-client v0.10.0
20202026-06-25T00:13:02.298Z Compiling progenitor-extras v0.2.0
20212026-06-25T00:13:03.576Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20222026-06-25T00:13:04.372Z Compiling progenitor-client v0.13.0
20232026-06-25T00:13:04.547Z Compiling progenitor-impl v0.13.0
20242026-06-25T00:13:04.686Z Compiling tokio-stream v0.1.18
20252026-06-25T00:13:05.164Z Compiling qorb v0.4.1
20262026-06-25T00:13:06.821Z Compiling progenitor v0.13.0
20272026-06-25T00:13:06.824Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-06-25T00:13:06.964Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20292026-06-25T00:13:07.394Z Compiling progenitor-impl v0.14.0
20302026-06-25T00:13:08.115Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-06-25T00:13:08.328Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-06-25T00:13:09.106Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-06-25T00:13:09.533Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-06-25T00:13:09.845Z Compiling tokio-dtrace v0.1.1
20352026-06-25T00:13:10.124Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-25T00:13:10.137Z Compiling libsw-core v0.3.2
20372026-06-25T00:13:10.309Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20382026-06-25T00:13:10.394Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-25T00:13:11.031Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-06-25T00:13:11.232Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20412026-06-25T00:13:11.617Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20422026-06-25T00:13:12.064Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-06-25T00:13:12.077Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20442026-06-25T00:13:12.222Z Compiling libsw v3.5.0
20452026-06-25T00:13:12.267Z Compiling oxide-tokio-rt v0.1.6
20462026-06-25T00:13:12.402Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-06-25T00:13:12.585Z Compiling progenitor v0.14.0
20482026-06-25T00:13:12.733Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-25T00:13:12.913Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-25T00:13:12.926Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-25T00:13:13.055Z Compiling tough v0.22.0
20522026-06-25T00:13:13.086Z Compiling cancel-safe-futures v0.1.5
20532026-06-25T00:13:13.283Z Compiling zone v0.3.1
20542026-06-25T00:13:13.393Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20552026-06-25T00:13:13.506Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-25T00:13:13.637Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-25T00:13:13.687Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-25T00:13:14.105Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-06-25T00:13:14.302Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-06-25T00:13:14.437Z Compiling steno v0.4.1
20612026-06-25T00:13:14.871Z Compiling hickory-proto v0.25.2
20622026-06-25T00:13:15.319Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20632026-06-25T00:13:16.330Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20642026-06-25T00:13:16.851Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-06-25T00:13:16.927Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-06-25T00:13:17.166Z Compiling hickory-resolver v0.25.2
20672026-06-25T00:13:17.466Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-06-25T00:13:17.606Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20692026-06-25T00:13:17.711Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-25T00:13:18.396Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-06-25T00:13:18.401Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-06-25T00:13:19.365Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-06-25T00:13:19.391Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20742026-06-25T00:13:19.513Z Compiling serial_test v3.5.0
20752026-06-25T00:13:20.875Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20762026-06-25T00:13:21.062Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20772026-06-25T00:13:24.647Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20782026-06-25T00:13:26.576Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-06-25T00:13:34.165Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-06-25T00:13:35.754Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20812026-06-25T00:13:36.788Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20822026-06-25T00:13:37.715Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20832026-06-25T00:13:38.543Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20842026-06-25T00:13:40.575Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20852026-06-25T00:14:11.258Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s
20862026-06-25T00:14:11.432Z────────────
20872026-06-25T00:14:11.432Z Nextest run ID ea0159d3-5947-4560-97d7-2fadb997a79d with nextest profile: default
20882026-06-25T00:14:11.432Z Starting 17 tests across 1 binary (133 tests skipped)
20892026-06-25T00:14:28.791Z PASS [ 17.352s] bgp proptest::prop_ipv4_wire_format_roundtrip
20902026-06-25T00:14:30.552Z PASS [ 19.113s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20912026-06-25T00:14:30.718Z PASS [ 19.278s] bgp proptest::prop_ipv4_prefixes_roundtrip
20922026-06-25T00:14:31.794Z PASS [ 20.355s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20932026-06-25T00:14:32.442Z PASS [ 21.003s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20942026-06-25T00:14:32.448Z PASS [ 21.008s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20952026-06-25T00:14:40.412Z PASS [ 28.970s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20962026-06-25T00:14:45.875Z PASS [ 17.078s] bgp proptest::prop_ipv6_wire_format_roundtrip
20972026-06-25T00:14:50.827Z PASS [ 19.004s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20982026-06-25T00:14:51.026Z PASS [ 20.427s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20992026-06-25T00:14:53.166Z PASS [ 19.115s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
21002026-06-25T00:14:53.219Z PASS [ 19.661s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
21012026-06-25T00:15:11.702Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
21022026-06-25T00:15:14.931Z PASS [ 29.046s] bgp proptest::prop_update_mp_unreach_roundtrip
21032026-06-25T00:15:19.295Z PASS [ 67.840s] bgp proptest::prop_encode_decode_semantic_equivalence
21042026-06-25T00:15:30.740Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21052026-06-25T00:15:40.436Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21062026-06-25T00:15:41.276Z PASS [ 70.535s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21072026-06-25T00:15:50.827Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21082026-06-25T00:15:53.293Z PASS [ 62.467s] bgp proptest::prop_update_traditional_roundtrip
21092026-06-25T00:15:54.656Z PASS [ 74.219s] bgp proptest::prop_update_mp_reach_roundtrip
21102026-06-25T00:15:54.659Z────────────
21112026-06-25T00:15:54.659Z Summary [ 103.189s] 17 tests run: 17 passed (4 slow), 133 skipped
21122026-06-25T00:15:54.668Z+ cp './*.log' /work/
21132026-06-25T00:15:54.670Z+ true
21142026-06-25T00:15:54.671Z+ [[ -d proptest-regressions ]]
21152026-06-25T00:15:54.671Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21162026-06-25T00:15:54.673Z+ popd
21172026-06-25T00:15:54.673Z/work/oxidecomputer/maghemite
21182026-06-25T00:15:54.673Zprocess exited: duration 726398 ms, exit code 0
 
21192026-06-25T00:15:54.679Zfound 0 output files