01KW0GE3A0SHXW49YGQXHN3RZE: 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: 01KW0GEPWRPPYYGDNH4FRXWVNC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T23:05:59.494Zjob assigned to worker 01KW0GFB548NMRY4Z51JTHV4B7 [factory aws, i-0abbe93fe0e871330] (queued for 1 m 12 s)
 
22026-06-25T23:06:06.694Zstarting task 0: "setup"
32026-06-25T23:06:06.699Z++ uname -s
42026-06-25T23:06:06.704Z+ kern=SunOS
52026-06-25T23:06:06.704Z+ build_user=build
62026-06-25T23:06:06.704Z+ build_uid=12345
72026-06-25T23:06:06.704Z+ work_dir=/work
82026-06-25T23:06:06.704Z+ input_dir=/input
92026-06-25T23:06:06.704Z+ [[ 0 == 12345 ]]
102026-06-25T23:06:06.704Z+ case "$kern" in
112026-06-25T23:06:06.704Z+ groupadd -g 12345 build
122026-06-25T23:06:06.704Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T23:06:08.708Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T23:06:08.840Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T23:06:08.846Z+ home_fs=zfs
162026-06-25T23:06:08.846Z+ [[ zfs == autofs ]]
172026-06-25T23:06:08.846Z+ mkdir -p /home/build
182026-06-25T23:06:08.846Z+ chown build:build /home/build /work
192026-06-25T23:06:10.843Z+ chmod 0700 /home/build /work
202026-06-25T23:06:10.846Zprocess exited: duration 4140 ms, exit code 0
 
212026-06-25T23:06:10.853Zstarting task 1: "rust-toolchain"
222026-06-25T23:06:10.857Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T23:06:10.857Z * rust toolchain channel = "stable"
242026-06-25T23:06:10.857Z * rust toolchain profile = "default"
252026-06-25T23:06:10.858Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T23:06:10.858Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T23:06:10.858Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T23:06:10.861Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T23:06:10.861Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T23:06:10.956Zinfo: downloading installer
312026-06-25T23:06:12.451Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T23:06:12.451Zwarn: /opt/ooce/bin
332026-06-25T23:06:12.451Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T23:06:12.451Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T23:06:12.451Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T23:06:12.451Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T23:06:12.451Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T23:06:12.451Zerror: cannot install while Rust is installed
392026-06-25T23:06:12.451Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T23:06:12.451Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T23:06:12.451Zwarn: /home/build/.rustup/settings.toml
422026-06-25T23:06:12.452Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T23:06:12.452Zwarn: instead of the one inferred from the default host triple.
442026-06-25T23:06:12.465Zinfo: profile set to default
452026-06-25T23:06:12.465Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T23:06:12.468Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T23:06:12.619Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T23:06:12.622Zinfo: downloading 6 components
492026-06-25T23:06:27.798Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T23:06:27.798Z
512026-06-25T23:06:27.827Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T23:06:27.827Z
532026-06-25T23:06:27.828Z
542026-06-25T23:06:27.828ZRust is installed now. Great!
552026-06-25T23:06:27.828Z
562026-06-25T23:06:27.832ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T23:06:27.832Zenvironment variable. This has not been done automatically.
582026-06-25T23:06:27.832Z
592026-06-25T23:06:27.832ZTo configure your current shell, you need to source
602026-06-25T23:06:27.832Zthe corresponding env file under $HOME/.cargo.
612026-06-25T23:06:27.832Z
622026-06-25T23:06:27.832ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T23:06:27.832Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T23:06:27.832Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T23:06:27.832Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T23:06:27.832Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T23:06:27.832Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T23:06:27.832Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T23:06:27.833Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T23:06:27.833Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T23:06:27.929Z+ rustup --version
722026-06-25T23:06:27.938Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T23:06:27.942Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T23:06:27.960Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T23:06:27.963Z+ cargo --version
762026-06-25T23:06:27.976Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T23:06:27.979Z+ rustc --version
782026-06-25T23:06:27.998Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T23:06:28.003Zprocess exited: duration 17143 ms, exit code 0
 
802026-06-25T23:06:28.010Zstarting task 2: "authentication"
812026-06-25T23:06:28.027Zprocess exited: duration 16 ms, exit code 0
 
822026-06-25T23:06:28.034Zstarting task 3: "clone repository"
832026-06-25T23:06:28.038Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T23:06:28.041Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T23:06:28.070ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T23:06:30.108Z+ cd /work/oxidecomputer/maghemite
872026-06-25T23:06:30.108Z+ git fetch origin 498ce1b8c2247d9261834cd245ed765e85ae5915
882026-06-25T23:06:30.522ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T23:06:30.523Z * branch 498ce1b8c2247d9261834cd245ed765e85ae5915 -> FETCH_HEAD
902026-06-25T23:06:30.530Z+ [[ -n trey/bgp-peer-config-dedupe ]]
912026-06-25T23:06:30.533Z++ git branch --show-current
922026-06-25T23:06:30.534Z+ current=main
932026-06-25T23:06:30.534Z+ [[ main != trey/bgp-peer-config-dedupe ]]
942026-06-25T23:06:30.534Z+ git branch -f trey/bgp-peer-config-dedupe 498ce1b8c2247d9261834cd245ed765e85ae5915
952026-06-25T23:06:30.537Z+ git checkout -f trey/bgp-peer-config-dedupe
962026-06-25T23:06:30.556ZSwitched to branch 'trey/bgp-peer-config-dedupe'
972026-06-25T23:06:30.559Z+ git reset --hard 498ce1b8c2247d9261834cd245ed765e85ae5915
982026-06-25T23:06:30.566ZHEAD is now at 498ce1b bgp: unify numbered and unnumbered peer config
992026-06-25T23:06:30.569Zprocess exited: duration 2532 ms, exit code 0
 
1002026-06-25T23:06:30.576Zstarting task 4: "build"
1012026-06-25T23:06:30.580Z+ set -e
1022026-06-25T23:06:30.580Z+ NEXTEST_VERSION=0.9.97
1032026-06-25T23:06:30.580Z+ PLATFORM=illumos
1042026-06-25T23:06:30.580Z+ cargo --version
1052026-06-25T23:06:30.585Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-25T23:06:30.738Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-25T23:06:30.742Zinfo: downloading 6 components
1082026-06-25T23:06:45.991Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-25T23:06:45.995Z+ rustc --version
1102026-06-25T23:06:46.021Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-25T23:06:46.024Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-25T23:06:46.068Z Updating crates.io index
1132026-06-25T23:06:46.165Z Downloading crates ...
1142026-06-25T23:06:46.221Z Downloaded cargo-nextest v0.9.97
1152026-06-25T23:06:46.281Z Installing cargo-nextest v0.9.97
1162026-06-25T23:06:46.321Z Updating crates.io index
1172026-06-25T23:06:49.100Z Locking 390 packages to latest compatible versions
1182026-06-25T23:06:49.105Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-25T23:06:49.108Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-25T23:06:49.108Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-25T23:06:49.108Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-25T23:06:49.112Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-25T23:06:49.112Z Adding itertools v0.14.0 (available: v0.15.0)
1242026-06-25T23:06:49.112Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1252026-06-25T23:06:49.112Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1262026-06-25T23:06:49.115Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1272026-06-25T23:06:49.116Z Adding quick-junit v0.5.2 (available: v0.6.0)
1282026-06-25T23:06:49.142Z Downloading crates ...
1292026-06-25T23:06:49.210Z Downloaded anstyle-query v1.1.5
1302026-06-25T23:06:49.220Z Downloaded anstyle-parse v1.0.0
1312026-06-25T23:06:49.223Z Downloaded addr2line v0.25.1
1322026-06-25T23:06:49.228Z Downloaded foreign-types-shared v0.1.1
1332026-06-25T23:06:49.232Z Downloaded fixedbitset v0.5.7
1342026-06-25T23:06:49.232Z Downloaded foldhash v0.1.5
1352026-06-25T23:06:49.239Z Downloaded getrandom v0.3.4
1362026-06-25T23:06:49.243Z Downloaded cfg-if v1.0.4
1372026-06-25T23:06:49.246Z Downloaded derive_more-impl v2.1.1
1382026-06-25T23:06:49.250Z Downloaded atomic-waker v1.1.2
1392026-06-25T23:06:49.250Z Downloaded cargo-platform v0.2.0
1402026-06-25T23:06:49.256Z Downloaded indenter v0.3.4
1412026-06-25T23:06:49.259Z Downloaded filetime v0.2.29
1422026-06-25T23:06:49.259Z Downloaded either v1.16.0
1432026-06-25T23:06:49.263Z Downloaded humantime-serde v1.1.1
1442026-06-25T23:06:49.263Z Downloaded future-queue v0.4.0
1452026-06-25T23:06:49.266Z Downloaded cargo-util-schemas v0.2.0
1462026-06-25T23:06:49.270Z Downloaded hyper-util v0.1.20
1472026-06-25T23:06:49.273Z Downloaded heck v0.5.0
1482026-06-25T23:06:49.277Z Downloaded futures-channel v0.3.32
1492026-06-25T23:06:49.277Z Downloaded curve25519-dalek-derive v0.1.1
1502026-06-25T23:06:49.280Z Downloaded itoa v1.0.18
1512026-06-25T23:06:49.280Z Downloaded http-body v1.0.1
1522026-06-25T23:06:49.296Z Downloaded is_ci v1.2.0
1532026-06-25T23:06:49.296Z Downloaded foreign-types v0.3.2
1542026-06-25T23:06:49.296Z Downloaded home v0.5.12
1552026-06-25T23:06:49.297Z Downloaded atomicwrites v0.4.4
1562026-06-25T23:06:49.297Z Downloaded futures-sink v0.3.32
1572026-06-25T23:06:49.297Z Downloaded ppv-lite86 v0.2.21
1582026-06-25T23:06:49.312Z Downloaded ipnet v2.12.0
1592026-06-25T23:06:49.312Z Downloaded idna_adapter v1.0.0
1602026-06-25T23:06:49.312Z Downloaded hyper-rustls v0.27.9
1612026-06-25T23:06:49.312Z Downloaded humantime v2.3.0
1622026-06-25T23:06:49.312Z Downloaded debug-ignore v1.0.5
1632026-06-25T23:06:49.312Z Downloaded http-body-util v0.1.3
1642026-06-25T23:06:49.312Z Downloaded cargo-platform v0.3.3
1652026-06-25T23:06:49.312Z Downloaded lru-slab v0.1.2
1662026-06-25T23:06:49.312Z Downloaded guppy v0.17.26
1672026-06-25T23:06:49.312Z Downloaded indent_write v2.2.0
1682026-06-25T23:06:49.317Z Downloaded duct v0.13.7
1692026-06-25T23:06:49.317Z Downloaded form_urlencoded v1.2.2
1702026-06-25T23:06:49.317Z Downloaded clap_lex v1.1.0
1712026-06-25T23:06:49.317Z Downloaded cfg_aliases v0.2.1
1722026-06-25T23:06:49.323Z Downloaded cpufeatures v0.2.17
1732026-06-25T23:06:49.324Z Downloaded colorchoice v1.0.5
1742026-06-25T23:06:49.324Z Downloaded equivalent v1.0.2
1752026-06-25T23:06:49.327Z Downloaded rustc_version v0.4.1
1762026-06-25T23:06:49.327Z Downloaded is_terminal_polyfill v1.70.2
1772026-06-25T23:06:49.330Z Downloaded guppy-workspace-hack v0.1.0
1782026-06-25T23:06:49.330Z Downloaded async-scoped v0.9.0
1792026-06-25T23:06:49.330Z Downloaded futures-macro v0.3.32
1802026-06-25T23:06:49.331Z Downloaded fnv v1.0.7
1812026-06-25T23:06:49.333Z Downloaded hyper-tls v0.6.0
1822026-06-25T23:06:49.334Z Downloaded block-buffer v0.10.4
1832026-06-25T23:06:49.337Z Downloaded futures-task v0.3.32
1842026-06-25T23:06:49.340Z Downloaded enable-ansi-support v0.2.1
1852026-06-25T23:06:49.340Z Downloaded futures-core v0.3.32
1862026-06-25T23:06:49.343Z Downloaded lazy_static v1.5.0
1872026-06-25T23:06:49.349Z Downloaded generic-array v0.14.7
1882026-06-25T23:06:49.352Z Downloaded ordered-float v2.10.1
1892026-06-25T23:06:49.352Z Downloaded backtrace-ext v0.2.1
1902026-06-25T23:06:49.356Z Downloaded hex v0.4.3
1912026-06-25T23:06:49.356Z Downloaded futures-io v0.3.32
1922026-06-25T23:06:49.360Z Downloaded serde_spanned v1.1.1
1932026-06-25T23:06:49.360Z Downloaded rand_core v0.6.4
1942026-06-25T23:06:49.360Z Downloaded quinn-udp v0.5.14
1952026-06-25T23:06:49.363Z Downloaded ed25519 v2.2.3
1962026-06-25T23:06:49.363Z Downloaded cargo_metadata v0.20.0
1972026-06-25T23:06:49.367Z Downloaded erased-serde v0.4.10
1982026-06-25T23:06:49.367Z Downloaded memchr v2.8.2
1992026-06-25T23:06:49.370Z Downloaded futures-executor v0.3.32
2002026-06-25T23:06:49.374Z Downloaded serde-value v0.7.0
2012026-06-25T23:06:49.374Z Downloaded crypto-common v0.1.7
2022026-06-25T23:06:49.374Z Downloaded log v0.4.33
2032026-06-25T23:06:49.394Z Downloaded mukti-metadata v0.3.0
2042026-06-25T23:06:49.394Z Downloaded serde_spanned v0.6.9
2052026-06-25T23:06:49.394Z Downloaded serde_ignored v0.1.14
2062026-06-25T23:06:49.394Z Downloaded rustc-hash v2.1.2
2072026-06-25T23:06:49.394Z Downloaded owo-colors v4.3.0
2082026-06-25T23:06:49.394Z Downloaded signature v2.2.0
2092026-06-25T23:06:49.394Z Downloaded signal-hook-mio v0.2.5
2102026-06-25T23:06:49.394Z Downloaded sigchld v0.2.4
2112026-06-25T23:06:49.394Z Downloaded shared_child v1.1.1
2122026-06-25T23:06:49.394Z Downloaded document-features v0.2.12
2132026-06-25T23:06:49.394Z Downloaded scopeguard v1.2.0
2142026-06-25T23:06:49.394Z Downloaded color-spantrace v0.3.0
2152026-06-25T23:06:49.394Z Downloaded camino-tempfile v1.4.1
2162026-06-25T23:06:49.399Z Downloaded pathdiff v0.2.3
2172026-06-25T23:06:49.399Z Downloaded os_pipe v1.2.3
2182026-06-25T23:06:49.399Z Downloaded digest v0.10.7
2192026-06-25T23:06:49.399Z Downloaded nested v0.1.1
2202026-06-25T23:06:49.405Z Downloaded openssl-probe v0.2.1
2212026-06-25T23:06:49.405Z Downloaded nextest-workspace-hack v0.1.0
2222026-06-25T23:06:49.406Z Downloaded find-msvc-tools v0.1.9
2232026-06-25T23:06:49.406Z Downloaded shell-words v1.1.1
2242026-06-25T23:06:49.406Z Downloaded autocfg v1.5.1
2252026-06-25T23:06:49.406Z Downloaded adler2 v2.0.1
2262026-06-25T23:06:49.409Z Downloaded pkg-config v0.3.33
2272026-06-25T23:06:49.413Z Downloaded self-replace v1.5.0
2282026-06-25T23:06:49.413Z Downloaded miette-derive v7.6.0
2292026-06-25T23:06:49.416Z Downloaded cargo_metadata v0.23.1
2302026-06-25T23:06:49.416Z Downloaded rustc-demangle v0.1.27
2312026-06-25T23:06:49.416Z Downloaded errno v0.3.14
2322026-06-25T23:06:49.420Z Downloaded strip-ansi-escapes v0.2.1
2332026-06-25T23:06:49.424Z Downloaded dialoguer v0.11.0
2342026-06-25T23:06:49.424Z Downloaded subtle v2.6.1
2352026-06-25T23:06:49.427Z Downloaded strsim v0.11.1
2362026-06-25T23:06:49.427Z Downloaded supports-color v3.0.2
2372026-06-25T23:06:49.427Z Downloaded percent-encoding v2.3.2
2382026-06-25T23:06:49.427Z Downloaded der v0.7.10
2392026-06-25T23:06:49.431Z Downloaded supports-unicode v3.0.0
2402026-06-25T23:06:49.431Z Downloaded number_prefix v0.4.0
2412026-06-25T23:06:49.431Z Downloaded const-oid v0.9.6
2422026-06-25T23:06:49.434Z Downloaded console v0.15.11
2432026-06-25T23:06:49.435Z Downloaded native-tls v0.2.18
2442026-06-25T23:06:49.435Z Downloaded anstyle v1.0.14
2452026-06-25T23:06:49.438Z Downloaded shlex v2.0.1
2462026-06-25T23:06:49.438Z Downloaded swrite v0.1.0
2472026-06-25T23:06:49.439Z Downloaded serde_urlencoded v0.7.1
2482026-06-25T23:06:49.439Z Downloaded serde_path_to_error v0.1.20
2492026-06-25T23:06:49.442Z Downloaded serde-untagged v0.1.9
2502026-06-25T23:06:49.442Z Downloaded fastrand v2.4.1
2512026-06-25T23:06:49.442Z Downloaded base64ct v1.8.3
2522026-06-25T23:06:49.445Z Downloaded tinyvec_macros v0.1.1
2532026-06-25T23:06:49.445Z Downloaded terminal_size v0.4.4
2542026-06-25T23:06:49.445Z Downloaded openssl-macros v0.1.1
2552026-06-25T23:06:49.445Z Downloaded anstream v1.0.0
2562026-06-25T23:06:49.449Z Downloaded sync_wrapper v1.0.2
2572026-06-25T23:06:49.454Z Downloaded supports-hyperlinks v3.2.0
2582026-06-25T23:06:49.458Z Downloaded smol_str v0.3.6
2592026-06-25T23:06:49.458Z Downloaded convert_case v0.10.0
2602026-06-25T23:06:49.461Z Downloaded clap_derive v4.6.1
2612026-06-25T23:06:49.464Z Downloaded lock_api v0.4.14
2622026-06-25T23:06:49.465Z Downloaded jobserver v0.1.34
2632026-06-25T23:06:49.465Z Downloaded cfg-expr v0.20.8
2642026-06-25T23:06:49.468Z Downloaded globset v0.4.18
2652026-06-25T23:06:49.468Z Downloaded eyre v0.6.12
2662026-06-25T23:06:49.472Z Downloaded tokio-macros v2.7.0
2672026-06-25T23:06:49.472Z Downloaded iana-time-zone v0.1.65
2682026-06-25T23:06:49.475Z Downloaded camino v1.2.3
2692026-06-25T23:06:49.475Z Downloaded signal-hook-registry v1.4.8
2702026-06-25T23:06:49.475Z Downloaded tower-layer v0.3.3
2712026-06-25T23:06:49.479Z Downloaded toml_datetime v0.6.11
2722026-06-25T23:06:49.479Z Downloaded pkcs8 v0.10.2
2732026-06-25T23:06:49.479Z Downloaded nextest-metadata v0.12.2
2742026-06-25T23:06:49.483Z Downloaded pin-project-lite v0.2.17
2752026-06-25T23:06:49.487Z Downloaded tower-service v0.3.3
2762026-06-25T23:06:49.487Z Downloaded static_assertions v1.1.0
2772026-06-25T23:06:49.487Z Downloaded spki v0.7.3
2782026-06-25T23:06:49.487Z Downloaded sha2 v0.10.9
2792026-06-25T23:06:49.492Z Downloaded derive-where v1.6.1
2802026-06-25T23:06:49.493Z Downloaded typeid v1.0.3
2812026-06-25T23:06:49.497Z Downloaded try-lock v0.2.5
2822026-06-25T23:06:49.497Z Downloaded slab v0.4.12
2832026-06-25T23:06:49.497Z Downloaded httparse v1.10.1
2842026-06-25T23:06:49.497Z Downloaded tracing-error v0.2.1
2852026-06-25T23:06:49.498Z Downloaded quote v1.0.46
2862026-06-25T23:06:49.501Z Downloaded toml_write v0.1.2
2872026-06-25T23:06:49.501Z Downloaded target-spec-miette v0.4.8
2882026-06-25T23:06:49.501Z Downloaded thread_local v1.1.9
2892026-06-25T23:06:49.505Z Downloaded thiserror v2.0.18
2902026-06-25T23:06:49.508Z Downloaded pin-project-internal v1.1.13
2912026-06-25T23:06:49.509Z Downloaded unicode-linebreak v0.1.5
2922026-06-25T23:06:49.509Z Downloaded thiserror v1.0.69
2932026-06-25T23:06:49.512Z Downloaded simd-adler32 v0.3.9
2942026-06-25T23:06:49.512Z Downloaded untrusted v0.9.0
2952026-06-25T23:06:49.512Z Downloaded bitflags v2.13.0
2962026-06-25T23:06:49.516Z Downloaded quick-junit v0.5.2
2972026-06-25T23:06:49.520Z Downloaded futures v0.3.32
2982026-06-25T23:06:49.520Z Downloaded crc32fast v1.5.0
2992026-06-25T23:06:49.524Z Downloaded parking_lot_core v0.9.12
3002026-06-25T23:06:49.524Z Downloaded rand_chacha v0.9.0
3012026-06-25T23:06:49.524Z Downloaded once_cell v1.21.4
3022026-06-25T23:06:49.527Z Downloaded utf8_iter v1.0.4
3032026-06-25T23:06:49.527Z Downloaded newtype-uuid v1.3.2
3042026-06-25T23:06:49.528Z Downloaded base64 v0.22.1
3052026-06-25T23:06:49.531Z Downloaded getrandom v0.2.17
3062026-06-25T23:06:49.531Z Downloaded thiserror-impl v2.0.18
3072026-06-25T23:06:49.536Z Downloaded config v0.15.24
3082026-06-25T23:06:49.536Z Downloaded thiserror-impl v1.0.69
3092026-06-25T23:06:49.536Z Downloaded getrandom v0.4.3
3102026-06-25T23:06:49.543Z Downloaded rand_core v0.9.5
3112026-06-25T23:06:49.543Z Downloaded nextest-filtering v0.15.0
3122026-06-25T23:06:49.543Z Downloaded ahash v0.8.12
3132026-06-25T23:06:49.547Z Downloaded utf8parse v0.2.2
3142026-06-25T23:06:49.547Z Downloaded tracing-log v0.2.0
3152026-06-25T23:06:49.547Z Downloaded want v0.3.1
3162026-06-25T23:06:49.547Z Downloaded version_check v0.9.5
3172026-06-25T23:06:49.547Z Downloaded urlencoding v2.1.3
3182026-06-25T23:06:49.547Z Downloaded rustls-pki-types v1.14.1
3192026-06-25T23:06:49.553Z Downloaded serde_derive v1.0.228
3202026-06-25T23:06:49.553Z Downloaded target-spec v3.6.0
3212026-06-25T23:06:49.557Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3222026-06-25T23:06:49.557Z Downloaded serde_core v1.0.228
3232026-06-25T23:06:49.557Z Downloaded target-lexicon v0.13.5
3242026-06-25T23:06:49.561Z Downloaded toml_writer v1.1.1+spec-1.1.0
3252026-06-25T23:06:49.566Z Downloaded unicode-xid v0.2.6
3262026-06-25T23:06:49.566Z Downloaded xattr v1.6.1
3272026-06-25T23:06:49.566Z Downloaded tokio-native-tls v0.3.1
3282026-06-25T23:06:49.566Z Downloaded tokio-stream v0.1.18
3292026-06-25T23:06:49.570Z Downloaded proc-macro2 v1.0.106
3302026-06-25T23:06:49.574Z Downloaded tokio-rustls v0.26.4
3312026-06-25T23:06:49.574Z Downloaded miniz_oxide v0.8.9
3322026-06-25T23:06:49.578Z Downloaded self_update v0.42.0
3332026-06-25T23:06:49.581Z Downloaded semver v1.0.28
3342026-06-25T23:06:49.585Z Downloaded miette v7.6.0
3352026-06-25T23:06:49.588Z Downloaded rand v0.9.4
3362026-06-25T23:06:49.592Z Downloaded xxhash-rust v0.8.15
3372026-06-25T23:06:49.592Z Downloaded indicatif v0.17.11
3382026-06-25T23:06:49.596Z Downloaded tracing-attributes v0.1.31
3392026-06-25T23:06:49.596Z Downloaded unicase v2.9.0
3402026-06-25T23:06:49.602Z Downloaded toml_parser v1.1.2+spec-1.1.0
3412026-06-25T23:06:49.602Z Downloaded zstd v0.13.3
3422026-06-25T23:06:49.605Z Downloaded zmij v1.0.21
3432026-06-25T23:06:49.605Z Downloaded num-traits v0.2.19
3442026-06-25T23:06:49.605Z Downloaded tinyvec v1.11.0
3452026-06-25T23:06:49.614Z Downloaded sharded-slab v0.1.7
3462026-06-25T23:06:49.617Z Downloaded ed25519-dalek v2.2.0
3472026-06-25T23:06:49.621Z Downloaded borsh v1.7.0
3482026-06-25T23:06:49.624Z Downloaded backtrace v0.3.76
3492026-06-25T23:06:49.625Z Downloaded flate2 v1.1.9
3502026-06-25T23:06:49.629Z Downloaded toml v1.1.2+spec-1.1.0
3512026-06-25T23:06:49.629Z Downloaded cc v1.2.65
3522026-06-25T23:06:49.632Z Downloaded zstd-safe v7.2.4
3532026-06-25T23:06:49.632Z Downloaded zeroize v1.9.0
3542026-06-25T23:06:49.632Z Downloaded bytes v1.12.0
3552026-06-25T23:06:49.636Z Downloaded zipsign-api v0.1.5
3562026-06-25T23:06:49.636Z Downloaded litrs v1.0.0
3572026-06-25T23:06:49.646Z Downloaded textwrap v0.16.2
3582026-06-25T23:06:49.646Z Downloaded openssl-sys v0.9.117
3592026-06-25T23:06:49.650Z Downloaded smallvec v1.15.2
3602026-06-25T23:06:49.650Z Downloaded parking_lot v0.12.5
3612026-06-25T23:06:49.650Z Downloaded derive_more v2.1.1
3622026-06-25T23:06:49.650Z Downloaded uuid v1.23.4
3632026-06-25T23:06:49.654Z Downloaded tempfile v3.27.0
3642026-06-25T23:06:49.654Z Downloaded pin-project v1.1.13
3652026-06-25T23:06:49.659Z Downloaded toml_edit v0.22.27
3662026-06-25T23:06:49.664Z Downloaded toml v0.8.23
3672026-06-25T23:06:49.664Z Downloaded crossterm v0.29.0
3682026-06-25T23:06:49.667Z Downloaded unicode-ident v1.0.24
3692026-06-25T23:06:49.670Z Downloaded tar v0.4.46
3702026-06-25T23:06:49.673Z Downloaded http v1.4.2
3712026-06-25T23:06:49.673Z Downloaded ryu v1.0.23
3722026-06-25T23:06:49.676Z Downloaded clap v4.6.1
3732026-06-25T23:06:49.681Z Downloaded quinn v0.11.11
3742026-06-25T23:06:49.684Z Downloaded bstr v1.12.3
3752026-06-25T23:06:49.688Z Downloaded url v2.5.8
3762026-06-25T23:06:49.691Z Downloaded signal-hook v0.3.18
3772026-06-25T23:06:49.694Z Downloaded mio v1.2.1
3782026-06-25T23:06:49.697Z Downloaded serde v1.0.228
3792026-06-25T23:06:49.697Z Downloaded socket2 v0.6.4
3802026-06-25T23:06:49.701Z Downloaded rustls-webpki v0.103.13
3812026-06-25T23:06:49.701Z Downloaded indexmap v2.14.0
3822026-06-25T23:06:49.704Z Downloaded unicode-segmentation v1.13.3
3832026-06-25T23:06:49.704Z Downloaded hashbrown v0.15.5
3842026-06-25T23:06:49.717Z Downloaded tracing-core v0.1.36
3852026-06-25T23:06:49.724Z Downloaded serde_json v1.0.150
3862026-06-25T23:06:49.728Z Downloaded idna v1.1.0
3872026-06-25T23:06:49.731Z Downloaded ron v0.12.2
3882026-06-25T23:06:49.735Z Downloaded unicode-normalization v0.1.25
3892026-06-25T23:06:49.738Z Downloaded vte v0.14.1
3902026-06-25T23:06:49.738Z Downloaded hashbrown v0.17.1
3912026-06-25T23:06:49.741Z Downloaded clap_builder v4.6.0
3922026-06-25T23:06:49.744Z Downloaded aho-corasick v1.1.4
3932026-06-25T23:06:49.748Z Downloaded tokio-util v0.7.18
3942026-06-25T23:06:49.751Z Downloaded h2 v0.4.15
3952026-06-25T23:06:49.755Z Downloaded hyper v1.10.1
3962026-06-25T23:06:49.775Z Downloaded futures-util v0.3.32
3972026-06-25T23:06:49.781Z Downloaded typenum v1.20.1
3982026-06-25T23:06:49.802Z Downloaded itertools v0.14.0
3992026-06-25T23:06:49.805Z Downloaded webpki-roots v1.0.8
4002026-06-25T23:06:49.809Z Downloaded chrono v0.4.45
4012026-06-25T23:06:49.816Z Downloaded vcpkg v0.2.15
4022026-06-25T23:06:49.839Z Downloaded tower v0.5.3
4032026-06-25T23:06:49.844Z Downloaded pulldown-cmark v0.13.4
4042026-06-25T23:06:49.848Z Downloaded zerocopy v0.8.52
4052026-06-25T23:06:49.858Z Downloaded unicode-width v0.1.14
4062026-06-25T23:06:49.861Z Downloaded regex v1.12.4
4072026-06-25T23:06:49.866Z Downloaded gimli v0.32.3
4082026-06-25T23:06:49.869Z Downloaded curve25519-dalek v4.1.3
4092026-06-25T23:06:49.872Z Downloaded reqwest v0.12.28
4102026-06-25T23:06:49.887Z Downloaded tracing v0.1.44
4112026-06-25T23:06:49.900Z Downloaded quick-xml v0.37.5
4122026-06-25T23:06:49.908Z Downloaded tower-http v0.6.11
4132026-06-25T23:06:49.912Z Downloaded color-eyre v0.6.5
4142026-06-25T23:06:49.919Z Downloaded portable-atomic v1.13.1
4152026-06-25T23:06:49.930Z Downloaded tokio v1.52.3
4162026-06-25T23:06:49.953Z Downloaded winnow v1.0.3
4172026-06-25T23:06:49.957Z Downloaded quick-xml v0.38.4
4182026-06-25T23:06:49.961Z Downloaded winnow v0.7.15
4192026-06-25T23:06:49.990Z Downloaded quinn-proto v0.11.15
4202026-06-25T23:06:49.994Z Downloaded tracing-subscriber v0.3.23
4212026-06-25T23:06:50.029Z Downloaded nextest-runner v0.80.0
4222026-06-25T23:06:50.052Z Downloaded openssl v0.10.81
4232026-06-25T23:06:50.058Z Downloaded unicode-width v0.2.2
4242026-06-25T23:06:50.074Z Downloaded nix v0.30.1
4252026-06-25T23:06:50.082Z Downloaded object v0.37.3
4262026-06-25T23:06:50.090Z Downloaded regex-syntax v0.8.11
4272026-06-25T23:06:50.097Z Downloaded syn v2.0.118
4282026-06-25T23:06:50.103Z Downloaded rustls v0.23.41
4292026-06-25T23:06:50.110Z Downloaded rustix v0.38.44
4302026-06-25T23:06:50.122Z Downloaded rustix v1.1.4
4312026-06-25T23:06:50.192Z Downloaded libc v0.2.186
4322026-06-25T23:06:50.211Z Downloaded regex-automata v0.4.14
4332026-06-25T23:06:50.250Z Downloaded petgraph v0.8.3
4342026-06-25T23:06:50.262Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4352026-06-25T23:06:50.335Z Downloaded ring v0.17.14
4362026-06-25T23:06:50.357Z Downloaded recursion v0.5.4
4372026-06-25T23:06:50.401Z Compiling libc v0.2.186
4382026-06-25T23:06:50.401Z Compiling proc-macro2 v1.0.106
4392026-06-25T23:06:50.401Z Compiling quote v1.0.46
4402026-06-25T23:06:50.404Z Compiling unicode-ident v1.0.24
4412026-06-25T23:06:50.404Z Compiling serde_core v1.0.228
4422026-06-25T23:06:50.404Z Compiling cfg-if v1.0.4
4432026-06-25T23:06:50.404Z Compiling memchr v2.8.2
4442026-06-25T23:06:50.404Z Compiling once_cell v1.21.4
4452026-06-25T23:06:50.641Z Compiling log v0.4.33
4462026-06-25T23:06:50.670Z Compiling pin-project-lite v0.2.17
4472026-06-25T23:06:50.761Z Compiling serde v1.0.228
4482026-06-25T23:06:50.789Z Compiling itoa v1.0.18
4492026-06-25T23:06:50.934Z Compiling smallvec v1.15.2
4502026-06-25T23:06:51.023Z Compiling futures-core v0.3.32
4512026-06-25T23:06:51.110Z Compiling bitflags v2.13.0
4522026-06-25T23:06:51.175Z Compiling equivalent v1.0.2
4532026-06-25T23:06:51.178Z Compiling hashbrown v0.17.1
4542026-06-25T23:06:51.267Z Compiling shlex v2.0.1
4552026-06-25T23:06:51.444Z Compiling errno v0.3.14
4562026-06-25T23:06:51.480Z Compiling find-msvc-tools v0.1.9
4572026-06-25T23:06:51.545Z Compiling bytes v1.12.0
4582026-06-25T23:06:51.619Z Compiling signal-hook-registry v1.4.8
4592026-06-25T23:06:51.685Z Compiling jobserver v0.1.34
4602026-06-25T23:06:51.712Z Compiling mio v1.2.1
4612026-06-25T23:06:51.761Z Compiling futures-sink v0.3.32
4622026-06-25T23:06:51.846Z Compiling syn v2.0.118
4632026-06-25T23:06:51.861Z Compiling rustix v1.1.4
4642026-06-25T23:06:51.872Z Compiling cc v1.2.65
4652026-06-25T23:06:51.995Z Compiling socket2 v0.6.4
4662026-06-25T23:06:52.171Z Compiling zmij v1.0.21
4672026-06-25T23:06:52.398Z Compiling slab v0.4.12
4682026-06-25T23:06:52.409Z Compiling futures-channel v0.3.32
4692026-06-25T23:06:52.511Z Compiling tracing-core v0.1.36
4702026-06-25T23:06:52.598Z Compiling version_check v0.9.5
4712026-06-25T23:06:52.656Z Compiling serde_json v1.0.150
4722026-06-25T23:06:52.786Z Compiling indexmap v2.14.0
4732026-06-25T23:06:52.912Z Compiling getrandom v0.4.3
4742026-06-25T23:06:52.968Z Compiling futures-task v0.3.32
4752026-06-25T23:06:53.108Z Compiling futures-io v0.3.32
4762026-06-25T23:06:53.185Z Compiling camino v1.2.3
4772026-06-25T23:06:53.207Z Compiling unicode-width v0.2.2
4782026-06-25T23:06:53.299Z Compiling percent-encoding v2.3.2
4792026-06-25T23:06:53.612Z Compiling ring v0.17.14
4802026-06-25T23:06:53.615Z Compiling http v1.4.2
4812026-06-25T23:06:53.615Z Compiling adler2 v2.0.1
4822026-06-25T23:06:53.657Z Compiling zeroize v1.9.0
4832026-06-25T23:06:53.729Z Compiling simd-adler32 v0.3.9
4842026-06-25T23:06:53.797Z Compiling autocfg v1.5.1
4852026-06-25T23:06:54.163Z Compiling num-traits v0.2.19
4862026-06-25T23:06:54.407Z Compiling miniz_oxide v0.8.9
4872026-06-25T23:06:54.419Z Compiling object v0.37.3
4882026-06-25T23:06:54.465Z Compiling target-lexicon v0.13.5
4892026-06-25T23:06:54.631Z Compiling getrandom v0.3.4
4902026-06-25T23:06:54.748Z Compiling zerocopy v0.8.52
4912026-06-25T23:06:55.049Z Compiling http-body v1.0.1
4922026-06-25T23:06:55.191Z Compiling rustls-pki-types v1.14.1
4932026-06-25T23:06:55.203Z Compiling form_urlencoded v1.2.2
4942026-06-25T23:06:55.215Z Compiling semver v1.0.28
4952026-06-25T23:06:55.469Z Compiling getrandom v0.2.17
4962026-06-25T23:06:55.481Z Compiling serde_derive v1.0.228
4972026-06-25T23:06:55.631Z Compiling tokio-macros v2.7.0
4982026-06-25T23:06:55.661Z Compiling futures-macro v0.3.32
4992026-06-25T23:06:55.855Z Compiling tracing-attributes v0.1.31
5002026-06-25T23:06:55.867Z Compiling utf8_iter v1.0.4
5012026-06-25T23:06:55.899Z Compiling gimli v0.32.3
5022026-06-25T23:06:56.028Z Compiling httparse v1.10.1
5032026-06-25T23:06:56.059Z Compiling thiserror v2.0.18
5042026-06-25T23:06:56.377Z Compiling tokio v1.52.3
5052026-06-25T23:06:56.389Z Compiling idna_adapter v1.0.0
5062026-06-25T23:06:56.410Z Compiling owo-colors v4.3.0
5072026-06-25T23:06:56.487Z Compiling fnv v1.0.7
5082026-06-25T23:06:56.498Z Compiling futures-util v0.3.32
5092026-06-25T23:06:56.587Z Compiling guppy-workspace-hack v0.1.0
5102026-06-25T23:06:56.733Z Compiling signal-hook v0.3.18
5112026-06-25T23:06:56.812Z Compiling untrusted v0.9.0
5122026-06-25T23:06:56.980Z Compiling idna v1.1.0
5132026-06-25T23:06:57.052Z Compiling tracing v0.1.44
5142026-06-25T23:06:57.231Z Compiling thiserror-impl v2.0.18
5152026-06-25T23:06:58.129Z Compiling addr2line v0.25.1
5162026-06-25T23:06:58.727Z Compiling generic-array v0.14.7
5172026-06-25T23:06:58.810Z Compiling atomic-waker v1.1.2
5182026-06-25T23:06:58.943Z Compiling thiserror v1.0.69
5192026-06-25T23:06:58.972Z Compiling typeid v1.0.3
5202026-06-25T23:06:59.121Z Compiling tower-service v0.3.3
5212026-06-25T23:06:59.151Z Compiling rustc-demangle v0.1.27
5222026-06-25T23:06:59.215Z Compiling rustls v0.23.41
5232026-06-25T23:06:59.255Z Compiling try-lock v0.2.5
5242026-06-25T23:06:59.266Z Compiling target-spec v3.6.0
5252026-06-25T23:06:59.368Z Compiling fastrand v2.4.1
5262026-06-25T23:06:59.441Z Compiling pkg-config v0.3.33
5272026-06-25T23:06:59.571Z Compiling tempfile v3.27.0
5282026-06-25T23:06:59.702Z Compiling want v0.3.1
5292026-06-25T23:06:59.887Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5302026-06-25T23:07:00.163Z Compiling cfg-expr v0.20.8
5312026-06-25T23:07:00.291Z Compiling tokio-util v0.7.18
5322026-06-25T23:07:00.306Z Compiling url v2.5.8
5332026-06-25T23:07:00.931Z Compiling h2 v0.4.15
5342026-06-25T23:07:01.359Z Compiling backtrace v0.3.76
5352026-06-25T23:07:01.858Z Compiling thiserror-impl v1.0.69
5362026-06-25T23:07:01.869Z Compiling terminal_size v0.4.4
5372026-06-25T23:07:01.993Z Compiling aho-corasick v1.1.4
5382026-06-25T23:07:02.032Z Compiling regex-syntax v0.8.11
5392026-06-25T23:07:02.794Z Compiling winnow v0.7.15
5402026-06-25T23:07:03.046Z Compiling erased-serde v0.4.10
5412026-06-25T23:07:03.350Z Compiling subtle v2.6.1
5422026-06-25T23:07:03.509Z Compiling rustls-webpki v0.103.13
5432026-06-25T23:07:04.684Z Compiling typenum v1.20.1
5442026-06-25T23:07:06.083Z Compiling regex-automata v0.4.14
5452026-06-25T23:07:06.202Z Compiling hyper v1.10.1
5462026-06-25T23:07:07.565Z Compiling serde_spanned v0.6.9
5472026-06-25T23:07:07.720Z Compiling toml_datetime v0.6.11
5482026-06-25T23:07:08.091Z Compiling ahash v0.8.12
5492026-06-25T23:07:08.357Z Compiling sync_wrapper v1.0.2
5502026-06-25T23:07:08.476Z Compiling base64 v0.22.1
5512026-06-25T23:07:08.953Z Compiling crc32fast v1.5.0
5522026-06-25T23:07:09.222Z Compiling ipnet v2.12.0
5532026-06-25T23:07:09.257Z Compiling is_ci v1.2.0
5542026-06-25T23:07:09.429Z Compiling nextest-workspace-hack v0.1.0
5552026-06-25T23:07:09.441Z Compiling toml_write v0.1.2
5562026-06-25T23:07:09.655Z Compiling parking_lot_core v0.9.12
5572026-06-25T23:07:09.683Z Compiling either v1.16.0
5582026-06-25T23:07:09.910Z Compiling tower-layer v0.3.3
5592026-06-25T23:07:09.924Z Compiling unicode-linebreak v0.1.5
5602026-06-25T23:07:09.924Z Compiling unicode-segmentation v1.13.3
5612026-06-25T23:07:09.948Z Compiling lazy_static v1.5.0
5622026-06-25T23:07:10.046Z Compiling portable-atomic v1.13.1
5632026-06-25T23:07:10.106Z Compiling foldhash v0.1.5
5642026-06-25T23:07:10.187Z Compiling textwrap v0.16.2
5652026-06-25T23:07:10.320Z Compiling convert_case v0.10.0
5662026-06-25T23:07:10.323Z Compiling hashbrown v0.15.5
5672026-06-25T23:07:10.425Z Compiling tower v0.5.3
5682026-06-25T23:07:10.545Z Compiling sharded-slab v0.1.7
5692026-06-25T23:07:10.609Z Compiling toml_edit v0.22.27
5702026-06-25T23:07:10.972Z Compiling hyper-util v0.1.20
5712026-06-25T23:07:11.019Z Compiling supports-color v3.0.2
5722026-06-25T23:07:11.198Z Compiling tokio-rustls v0.26.4
5732026-06-25T23:07:11.477Z Compiling backtrace-ext v0.2.1
5742026-06-25T23:07:11.617Z Compiling ordered-float v2.10.1
5752026-06-25T23:07:11.751Z Compiling webpki-roots v1.0.8
5762026-06-25T23:07:11.866Z Compiling miette-derive v7.6.0
5772026-06-25T23:07:11.878Z Compiling pathdiff v0.2.3
5782026-06-25T23:07:11.889Z Compiling console v0.15.11
5792026-06-25T23:07:11.996Z Compiling tracing-log v0.2.0
5802026-06-25T23:07:12.345Z Compiling cargo-platform v0.3.3
5812026-06-25T23:07:12.908Z Compiling os_pipe v1.2.3
5822026-06-25T23:07:12.962Z Compiling thread_local v1.1.9
5832026-06-25T23:07:13.076Z Compiling rustix v0.38.44
5842026-06-25T23:07:13.213Z Compiling pulldown-cmark v0.13.4
5852026-06-25T23:07:13.311Z Compiling winnow v1.0.3
5862026-06-25T23:07:13.440Z Compiling supports-hyperlinks v3.2.0
5872026-06-25T23:07:13.453Z Compiling cfg_aliases v0.2.1
5882026-06-25T23:07:13.523Z Compiling scopeguard v1.2.0
5892026-06-25T23:07:13.594Z Compiling zstd-safe v7.2.4
5902026-06-25T23:07:13.624Z Compiling supports-unicode v3.0.0
5912026-06-25T23:07:13.656Z Compiling utf8parse v0.2.2
5922026-06-25T23:07:13.764Z Compiling unicode-width v0.1.14
5932026-06-25T23:07:13.784Z Compiling ryu v1.0.23
5942026-06-25T23:07:13.842Z Compiling fixedbitset v0.5.7
5952026-06-25T23:07:14.076Z Compiling debug-ignore v1.0.5
5962026-06-25T23:07:14.184Z Compiling petgraph v0.8.3
5972026-06-25T23:07:14.357Z Compiling miette v7.6.0
5982026-06-25T23:07:14.451Z Compiling toml_parser v1.1.2+spec-1.1.0
5992026-06-25T23:07:14.791Z Compiling serde_urlencoded v0.7.1
6002026-06-25T23:07:15.062Z Compiling anstyle-parse v1.0.0
6012026-06-25T23:07:15.275Z Compiling lock_api v0.4.14
6022026-06-25T23:07:15.522Z Compiling nix v0.30.1
6032026-06-25T23:07:15.858Z Compiling tracing-subscriber v0.3.23
6042026-06-25T23:07:15.930Z Compiling sigchld v0.2.4
6052026-06-25T23:07:16.123Z Compiling cargo_metadata v0.23.1
6062026-06-25T23:07:16.163Z Compiling toml v0.8.23
6072026-06-25T23:07:17.283Z Compiling hyper-rustls v0.27.9
6082026-06-25T23:07:17.967Z Compiling serde-value v0.7.0
6092026-06-25T23:07:18.455Z Compiling serde-untagged v0.1.9
6102026-06-25T23:07:18.967Z Compiling tower-http v0.6.11
6112026-06-25T23:07:19.070Z Compiling derive_more-impl v2.1.1
6122026-06-25T23:07:19.456Z Compiling itertools v0.14.0
6132026-06-25T23:07:19.623Z Compiling regex v1.12.4
6142026-06-25T23:07:19.826Z Compiling block-buffer v0.10.4
6152026-06-25T23:07:19.895Z Compiling crypto-common v0.1.7
6162026-06-25T23:07:19.963Z Compiling ppv-lite86 v0.2.21
6172026-06-25T23:07:19.974Z Compiling futures-executor v0.3.32
6182026-06-25T23:07:20.024Z Compiling rand_core v0.9.5
6192026-06-25T23:07:20.271Z Compiling pin-project-internal v1.1.13
6202026-06-25T23:07:20.283Z Compiling http-body-util v0.1.3
6212026-06-25T23:07:20.499Z Compiling uuid v1.23.4
6222026-06-25T23:07:20.545Z Compiling serde_spanned v1.1.1
6232026-06-25T23:07:20.689Z Compiling toml_datetime v1.1.1+spec-1.1.0
6242026-06-25T23:07:20.941Z Compiling smol_str v0.3.6
6252026-06-25T23:07:21.029Z Compiling filetime v0.2.29
6262026-06-25T23:07:21.048Z Compiling vte v0.14.1
6272026-06-25T23:07:21.100Z Compiling bstr v1.12.3
6282026-06-25T23:07:21.264Z Compiling anstyle-query v1.1.5
6292026-06-25T23:07:21.274Z Compiling color-spantrace v0.3.0
6302026-06-25T23:07:21.304Z Compiling unicode-xid v0.2.6
6312026-06-25T23:07:21.317Z Compiling litrs v1.0.0
6322026-06-25T23:07:21.361Z Compiling colorchoice v1.0.5
6332026-06-25T23:07:21.439Z Compiling xattr v1.6.1
6342026-06-25T23:07:21.576Z Compiling static_assertions v1.1.0
6352026-06-25T23:07:21.628Z Compiling eyre v0.6.12
6362026-06-25T23:07:21.658Z Compiling number_prefix v0.4.0
6372026-06-25T23:07:21.675Z Compiling iana-time-zone v0.1.65
6382026-06-25T23:07:21.750Z Compiling unicase v2.9.0
6392026-06-25T23:07:21.771Z Compiling self_update v0.42.0
6402026-06-25T23:07:21.791Z Compiling nested v0.1.1
6412026-06-25T23:07:21.805Z Compiling tinyvec_macros v0.1.1
6422026-06-25T23:07:21.874Z Compiling anstyle v1.0.14
6432026-06-25T23:07:21.931Z Compiling is_terminal_polyfill v1.70.2
6442026-06-25T23:07:21.983Z Compiling guppy v0.17.26
6452026-06-25T23:07:22.038Z Compiling tinyvec v1.11.0
6462026-06-25T23:07:22.048Z Compiling chrono v0.4.45
6472026-06-25T23:07:22.136Z Compiling anstream v1.0.0
6482026-06-25T23:07:22.202Z Compiling indicatif v0.17.11
6492026-06-25T23:07:22.459Z Compiling document-features v0.2.12
6502026-06-25T23:07:22.673Z Compiling tar v0.4.46
6512026-06-25T23:07:23.023Z Compiling globset v0.4.18
6522026-06-25T23:07:23.161Z Compiling cargo-util-schemas v0.2.0
6532026-06-25T23:07:25.158Z Compiling pin-project v1.1.13
6542026-06-25T23:07:25.208Z Compiling strip-ansi-escapes v0.2.1
6552026-06-25T23:07:25.260Z Compiling nextest-metadata v0.12.2
6562026-06-25T23:07:25.286Z Compiling toml v1.1.2+spec-1.1.0
6572026-06-25T23:07:25.377Z Compiling newtype-uuid v1.3.2
6582026-06-25T23:07:25.567Z Compiling reqwest v0.12.28
6592026-06-25T23:07:25.624Z Compiling rand_chacha v0.9.0
6602026-06-25T23:07:25.689Z Compiling futures v0.3.32
6612026-06-25T23:07:25.772Z Compiling digest v0.10.7
6622026-06-25T23:07:26.000Z Compiling derive_more v2.1.1
6632026-06-25T23:07:26.083Z Compiling parking_lot v0.12.5
6642026-06-25T23:07:26.179Z Compiling flate2 v1.1.9
6652026-06-25T23:07:26.255Z Compiling tracing-error v0.2.1
6662026-06-25T23:07:26.486Z Compiling shared_child v1.1.1
6672026-06-25T23:07:26.989Z Compiling signal-hook-mio v0.2.5
6682026-06-25T23:07:27.120Z Compiling self-replace v1.5.0
6692026-06-25T23:07:27.141Z Compiling cargo-platform v0.2.0
6702026-06-25T23:07:27.407Z Compiling quick-xml v0.37.5
6712026-06-25T23:07:27.698Z Compiling quick-xml v0.38.4
6722026-06-25T23:07:28.085Z Compiling humantime v2.3.0
6732026-06-25T23:07:28.472Z Compiling urlencoding v2.1.3
6742026-06-25T23:07:28.510Z Compiling recursion v0.5.4
6752026-06-25T23:07:28.648Z Compiling cpufeatures v0.2.17
6762026-06-25T23:07:28.727Z Compiling heck v0.5.0
6772026-06-25T23:07:28.916Z Compiling strsim v0.11.1
6782026-06-25T23:07:28.940Z Compiling shell-words v1.1.1
6792026-06-25T23:07:29.184Z Compiling indenter v0.3.4
6802026-06-25T23:07:29.197Z Compiling clap_lex v1.1.0
6812026-06-25T23:07:29.350Z Compiling clap_derive v4.6.1
6822026-06-25T23:07:29.565Z Compiling clap_builder v4.6.0
6832026-06-25T23:07:29.753Z Compiling sha2 v0.10.9
6842026-06-25T23:07:29.818Z Compiling nextest-filtering v0.15.0
6852026-06-25T23:07:30.975Z Compiling quick-junit v0.5.2
6862026-06-25T23:07:31.097Z Compiling humantime-serde v1.1.1
6872026-06-25T23:07:31.258Z Compiling atomicwrites v0.4.4
6882026-06-25T23:07:31.548Z Compiling cargo_metadata v0.20.0
6892026-06-25T23:07:33.767Z Compiling cargo-nextest v0.9.97
6902026-06-25T23:07:34.105Z Compiling crossterm v0.29.0
6912026-06-25T23:07:34.982Z Compiling duct v0.13.7
6922026-06-25T23:07:36.072Z Compiling config v0.15.24
6932026-06-25T23:07:36.418Z Compiling zstd v0.13.3
6942026-06-25T23:07:36.673Z Compiling rand v0.9.4
6952026-06-25T23:07:36.686Z Compiling async-scoped v0.9.0
6962026-06-25T23:07:36.847Z Compiling unicode-normalization v0.1.25
6972026-06-25T23:07:36.876Z Compiling target-spec-miette v0.4.8
6982026-06-25T23:07:36.905Z Compiling future-queue v0.4.0
6992026-06-25T23:07:37.188Z Compiling mukti-metadata v0.3.0
7002026-06-25T23:07:37.301Z Compiling tokio-stream v0.1.18
7012026-06-25T23:07:37.319Z Compiling camino-tempfile v1.4.1
7022026-06-25T23:07:37.421Z Compiling derive-where v1.6.1
7032026-06-25T23:07:37.438Z Compiling serde_ignored v0.1.14
7042026-06-25T23:07:37.658Z Compiling serde_path_to_error v0.1.20
7052026-06-25T23:07:37.678Z Compiling xxhash-rust v0.8.15
7062026-06-25T23:07:37.747Z Compiling hex v0.4.3
7072026-06-25T23:07:37.827Z Compiling home v0.5.12
7082026-06-25T23:07:37.860Z Compiling swrite v0.1.0
7092026-06-25T23:07:37.965Z Compiling indent_write v2.2.0
7102026-06-25T23:07:38.031Z Compiling color-eyre v0.6.5
7112026-06-25T23:07:38.104Z Compiling clap v4.6.1
7122026-06-25T23:07:38.104Z Compiling dialoguer v0.11.0
7132026-06-25T23:07:38.139Z Compiling enable-ansi-support v0.2.1
7142026-06-25T23:07:38.663Z Compiling nextest-runner v0.80.0
7152026-06-25T23:07:56.737Z Finished `release` profile [optimized] target(s) in 1m 10s
7162026-06-25T23:07:56.917Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-06-25T23:07:56.924Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-06-25T23:07:57.029Z+ source .github/buildomat/test-common.sh
7192026-06-25T23:07:57.034Z++ NEXTEST_VERSION=0.9.97
7202026-06-25T23:07:57.034Z++ PLATFORM=illumos
7212026-06-25T23:07:57.034Z++ banner install
7222026-06-25T23:07:57.034Z
7232026-06-25T23:07:57.034Z # # # #### ##### ## # #
7242026-06-25T23:07:57.034Z # ## # # # # # # #
7252026-06-25T23:07:57.034Z # # # # #### # # # # #
7262026-06-25T23:07:57.034Z # # # # # # ###### # #
7272026-06-25T23:07:57.034Z # # ## # # # # # # #
7282026-06-25T23:07:57.034Z # # # #### # # # ###### ######
7292026-06-25T23:07:57.034Z
7302026-06-25T23:07:57.034Z++ set +o errexit
7312026-06-25T23:07:57.034Z++ pkg info clang-15
7322026-06-25T23:07:57.038Z++ grep -qi installed
7332026-06-25T23:07:58.221Zpkg: info: no packages matching the following patterns you specified are
7342026-06-25T23:07:58.221Zinstalled on the system. Try querying remotely instead:
7352026-06-25T23:07:58.221Z
7362026-06-25T23:07:58.221Z clang-15
7372026-06-25T23:07:58.260Z++ [[ 1 != 0 ]]
7382026-06-25T23:07:58.260Z++ set -o errexit
7392026-06-25T23:07:58.263Z++ pfexec pkg install clang-15
7402026-06-25T23:08:04.938Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-06-25T23:08:12.835Z Startup: Caching catalogs ... Done
7422026-06-25T23:08:20.660ZPlanning: Solver setup ... Done
7432026-06-25T23:08:20.709ZPlanning: Running solver ... Done
7442026-06-25T23:08:20.858ZPlanning: Finding local manifests ... Done
7452026-06-25T23:08:20.868ZPlanning: Fetching manifests: 0/2 0% complete
7462026-06-25T23:08:20.955ZPlanning: Fetching manifests: 2/2 100% complete
7472026-06-25T23:08:20.984ZPlanning: Package planning ... Done
7482026-06-25T23:08:21.010ZPlanning: Merging actions ... Done
7492026-06-25T23:08:21.118ZPlanning: Checking for conflicting actions ... Done
7502026-06-25T23:08:21.125ZPlanning: Consolidating action changes ... Done
7512026-06-25T23:08:21.920ZPlanning: Evaluating mediators ... Done
7522026-06-25T23:08:21.926ZPlanning: Planning completed in 8.92 seconds
7532026-06-25T23:08:21.937Z Packages to install: 2
7542026-06-25T23:08:21.940Z Mediators to change: 2
7552026-06-25T23:08:21.940Z Services to change: 1
7562026-06-25T23:08:21.940Z Create boot environment: No
7572026-06-25T23:08:21.940ZCreate backup boot environment: No
7582026-06-25T23:08:21.993Z
7592026-06-25T23:08:21.993ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-06-25T23:08:27.055ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (26.5M/s)
7612026-06-25T23:08:30.549ZDownload: Completed 211.31 MB in 8.55 seconds (24.7M/s)
7622026-06-25T23:08:30.793Z Actions: 1/3418 actions (Installing new actions)
7632026-06-25T23:08:33.942Z Actions: Completed 3418 actions in 3.15 seconds.
7642026-06-25T23:08:34.616Z Done
7652026-06-25T23:08:34.616Z Done
7662026-06-25T23:08:35.368Z Done
7672026-06-25T23:08:38.785Z Done
7682026-06-25T23:08:38.855Z Done
7692026-06-25T23:08:38.859Z Done
7702026-06-25T23:08:39.130Z Done
7712026-06-25T23:08:39.843Z++ set -o errexit
7722026-06-25T23:08:39.843Z++ cargo --version
7732026-06-25T23:08:39.851Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7742026-06-25T23:08:39.856Z++ rustc --version
7752026-06-25T23:08:39.874Zrustc 1.95.0 (59807616e 2026-04-14)
7762026-06-25T23:08:39.877Z++ cargo install cargo-nextest --version 0.9.97
7772026-06-25T23:08:39.928Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7782026-06-25T23:08:39.932Z+ pushd rdb
7792026-06-25T23:08:39.932Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7802026-06-25T23:08:39.932Z+ PROPTEST_CASES=1000000
7812026-06-25T23:08:39.932Z+ cargo nextest run --lib proptest
7822026-06-25T23:08:40.091Z Updating git repository `https://github.com/oxidecomputer/falcon`
7832026-06-25T23:08:40.987ZFrom https://github.com/oxidecomputer/falcon
7842026-06-25T23:08:40.987Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7852026-06-25T23:08:41.064Z Updating crates.io index
7862026-06-25T23:08:41.110Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7872026-06-25T23:08:41.508ZFrom https://github.com/oxidecomputer/dendrite
7882026-06-25T23:08:41.508Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7892026-06-25T23:08:41.540Z Updating git repository `https://github.com/oxidecomputer/ispf`
7902026-06-25T23:08:41.833ZFrom https://github.com/oxidecomputer/ispf
7912026-06-25T23:08:41.833Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7922026-06-25T23:08:41.866Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7932026-06-25T23:08:42.253ZFrom https://github.com/oxidecomputer/netadm-sys
7942026-06-25T23:08:42.253Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7952026-06-25T23:08:42.261Z Updating git repository `https://github.com/oxidecomputer/omicron`
7962026-06-25T23:08:48.325ZFrom https://github.com/oxidecomputer/omicron
7972026-06-25T23:08:48.325Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7982026-06-25T23:08:48.745Z Updating git repository `https://github.com/oxidecomputer/opte`
7992026-06-25T23:08:49.422ZFrom https://github.com/oxidecomputer/opte
8002026-06-25T23:08:49.422Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8012026-06-25T23:08:49.454Z Updating git repository `https://github.com/illumos/smf-rs`
8022026-06-25T23:08:49.693ZFrom https://github.com/illumos/smf-rs
8032026-06-25T23:08:49.693Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8042026-06-25T23:08:49.764Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8052026-06-25T23:08:50.028ZFrom https://github.com/oxidecomputer/network-interface
8062026-06-25T23:08:50.028Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8072026-06-25T23:08:50.072Z Updating git repository `https://github.com/oxidecomputer/zone`
8082026-06-25T23:08:50.361ZFrom https://github.com/oxidecomputer/zone
8092026-06-25T23:08:50.361Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8102026-06-25T23:08:50.418Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112026-06-25T23:08:51.056ZFrom https://github.com/oxidecomputer/propolis
8122026-06-25T23:08:51.056Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8132026-06-25T23:08:51.104Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8142026-06-25T23:08:51.622ZFrom https://github.com/oxidecomputer/transceiver-control
8152026-06-25T23:08:51.622Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8162026-06-25T23:08:51.673Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8172026-06-25T23:08:51.954ZFrom https://github.com/oxidecomputer/dlpi-sys
8182026-06-25T23:08:51.954Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8192026-06-25T23:08:51.957Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8202026-06-25T23:08:52.248ZFrom https://github.com/jmesmon/rust-libzfs
8212026-06-25T23:08:52.248Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8222026-06-25T23:08:52.256Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8232026-06-25T23:08:52.504ZFrom https://github.com/oxidecomputer/rusty-doors
8242026-06-25T23:08:52.504Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8252026-06-25T23:08:52.530Z Updating git repository `https://github.com/oxidecomputer/lldp`
8262026-06-25T23:08:52.862ZFrom https://github.com/oxidecomputer/lldp
8272026-06-25T23:08:52.862Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8282026-06-25T23:08:52.874Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8292026-06-25T23:08:53.145ZFrom https://github.com/oxidecomputer/slog-error-chain
8302026-06-25T23:08:53.145Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8312026-06-25T23:08:53.194Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8322026-06-25T23:08:53.500ZFrom https://github.com/oxidecomputer/tufaceous
8332026-06-25T23:08:53.500Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8342026-06-25T23:08:53.541Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8352026-06-25T23:08:53.968ZFrom https://github.com/oxidecomputer/management-gateway-service
8362026-06-25T23:08:53.968Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8372026-06-25T23:08:53.982Z Updating git repository `https://github.com/oxidecomputer/crucible`
8382026-06-25T23:08:54.822ZFrom https://github.com/oxidecomputer/crucible
8392026-06-25T23:08:54.822Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8402026-06-25T23:08:54.924Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8412026-06-25T23:08:55.188ZFrom https://github.com/oxidecomputer/serde_human_bytes
8422026-06-25T23:08:55.188Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8432026-06-25T23:08:55.204Z Updating git repository `https://github.com/oxidecomputer/propolis`
8442026-06-25T23:08:55.659ZFrom https://github.com/oxidecomputer/propolis
8452026-06-25T23:08:55.659Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8462026-06-25T23:08:55.837Z Updating git repository `https://github.com/oxidecomputer/crucible`
8472026-06-25T23:08:56.365ZFrom https://github.com/oxidecomputer/crucible
8482026-06-25T23:08:56.365Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8492026-06-25T23:08:56.466Z Updating git repository `https://github.com/oxidecomputer/tofino`
8502026-06-25T23:08:56.818ZFrom https://github.com/oxidecomputer/tofino
8512026-06-25T23:08:56.818Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8522026-06-25T23:08:56.830Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532026-06-25T23:08:57.491ZFrom https://github.com/oxidecomputer/maghemite
8542026-06-25T23:08:57.491Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8552026-06-25T23:08:57.536Z Updating git repository `https://github.com/oxidecomputer/clickward`
8562026-06-25T23:08:57.812ZFrom https://github.com/oxidecomputer/clickward
8572026-06-25T23:08:57.812Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8582026-06-25T23:08:57.845Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8592026-06-25T23:08:58.116ZFrom https://github.com/oxidecomputer/illumos-devinfo
8602026-06-25T23:08:58.116Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8612026-06-25T23:08:59.234Z Downloading crates ...
8622026-06-25T23:08:59.338Z Downloaded aead v0.5.2
8632026-06-25T23:08:59.344Z Downloaded async-trait v0.1.89
8642026-06-25T23:08:59.359Z Downloaded bit-set v0.8.0
8652026-06-25T23:08:59.363Z Downloaded compression-core v0.4.32
8662026-06-25T23:08:59.368Z Downloaded heck v0.4.1
8672026-06-25T23:08:59.368Z Downloaded blake2 v0.10.6
8682026-06-25T23:08:59.371Z Downloaded const-random-macro v0.1.16
8692026-06-25T23:08:59.371Z Downloaded elliptic-curve v0.13.8
8702026-06-25T23:08:59.374Z Downloaded const-oid v0.10.2
8712026-06-25T23:08:59.374Z Downloaded fixedbitset v0.4.2
8722026-06-25T23:08:59.377Z Downloaded fs-err v3.3.0
8732026-06-25T23:08:59.380Z Downloaded macaddr v1.0.1
8742026-06-25T23:08:59.380Z Downloaded icu_normalizer v2.2.0
8752026-06-25T23:08:59.383Z Downloaded crc8 v0.1.1
8762026-06-25T23:08:59.387Z Downloaded cancel-safe-futures v0.1.5
8772026-06-25T23:08:59.387Z Downloaded bit-vec v0.8.0
8782026-06-25T23:08:59.391Z Downloaded byte-wrapper v0.1.0
8792026-06-25T23:08:59.391Z Downloaded daft v0.1.7
8802026-06-25T23:08:59.395Z Downloaded cobs v0.3.0
8812026-06-25T23:08:59.395Z Downloaded bs58 v0.5.1
8822026-06-25T23:08:59.399Z Downloaded diff v0.1.13
8832026-06-25T23:08:59.423Z Downloaded no-std-compat v0.4.1
8842026-06-25T23:08:59.426Z Downloaded base16ct v0.2.0
8852026-06-25T23:08:59.429Z Downloaded match_cfg v0.1.0
8862026-06-25T23:08:59.429Z Downloaded managed v0.8.0
8872026-06-25T23:08:59.429Z Downloaded lru-cache v0.1.2
8882026-06-25T23:08:59.434Z Downloaded defmt v0.3.100
8892026-06-25T23:08:59.434Z Downloaded git-stub v1.0.0
8902026-06-25T23:08:59.437Z Downloaded cstr-argument v0.1.2
8912026-06-25T23:08:59.437Z Downloaded base16ct v1.0.0
8922026-06-25T23:08:59.437Z Downloaded dof v0.3.0
8932026-06-25T23:08:59.441Z Downloaded crucible-workspace-hack v0.1.0
8942026-06-25T23:08:59.441Z Downloaded hubpack v0.1.2
8952026-06-25T23:08:59.446Z Downloaded foreign-types-shared v0.3.1
8962026-06-25T23:08:59.446Z Downloaded darling_macro v0.23.0
8972026-06-25T23:08:59.449Z Downloaded instant v0.1.13
8982026-06-25T23:08:59.449Z Downloaded defmt-parser v1.0.0
8992026-06-25T23:08:59.449Z Downloaded httpdate v1.0.3
9002026-06-25T23:08:59.454Z Downloaded const-random v0.1.18
9012026-06-25T23:08:59.454Z Downloaded async-stream v0.3.6
9022026-06-25T23:08:59.458Z Downloaded gethostname v0.5.0
9032026-06-25T23:08:59.458Z Downloaded natord v1.0.9
9042026-06-25T23:08:59.461Z Downloaded dtrace-parser v0.3.0
9052026-06-25T23:08:59.461Z Downloaded konst_macro_rules v0.2.19
9062026-06-25T23:08:59.461Z Downloaded hubpack_derive v0.1.1
9072026-06-25T23:08:59.464Z Downloaded foreign-types v0.5.0
9082026-06-25T23:08:59.464Z Downloaded embedded-io v0.6.1
9092026-06-25T23:08:59.464Z Downloaded dyn-clone v1.0.20
9102026-06-25T23:08:59.468Z Downloaded embedded-io v0.4.0
9112026-06-25T23:08:59.468Z Downloaded dropshot-api-manager-types v0.7.2
9122026-06-25T23:08:59.472Z Downloaded crunchy v0.2.4
9132026-06-25T23:08:59.472Z Downloaded is-terminal v0.4.17
9142026-06-25T23:08:59.472Z Downloaded newtype-uuid-macros v0.1.0
9152026-06-25T23:08:59.475Z Downloaded hostname v0.3.1
9162026-06-25T23:08:59.475Z Downloaded async-recursion v1.1.1
9172026-06-25T23:08:59.479Z Downloaded foreign-types-macros v0.2.3
9182026-06-25T23:08:59.479Z Downloaded float-ord v0.3.2
9192026-06-25T23:08:59.479Z Downloaded newline-converter v0.3.0
9202026-06-25T23:08:59.482Z Downloaded cpufeatures v0.3.0
9212026-06-25T23:08:59.482Z Downloaded ciborium-io v0.2.2
9222026-06-25T23:08:59.485Z Downloaded async-stream-impl v0.3.6
9232026-06-25T23:08:59.485Z Downloaded enum-as-inner v0.6.1
9242026-06-25T23:08:59.485Z Downloaded mime v0.3.17
9252026-06-25T23:08:59.488Z Downloaded internet-checksum v0.2.1
9262026-06-25T23:08:59.488Z Downloaded ident_case v1.0.1
9272026-06-25T23:08:59.488Z Downloaded ciborium-ll v0.2.2
9282026-06-25T23:08:59.493Z Downloaded arrayref v0.3.9
9292026-06-25T23:08:59.493Z Downloaded memoffset v0.9.1
9302026-06-25T23:08:59.497Z Downloaded memmap v0.7.0
9312026-06-25T23:08:59.497Z Downloaded fxhash v0.2.1
9322026-06-25T23:08:59.497Z Downloaded libscf-sys v1.2.0
9332026-06-25T23:08:59.497Z Downloaded hash32 v0.3.1
9342026-06-25T23:08:59.501Z Downloaded hostname v0.4.2
9352026-06-25T23:08:59.501Z Downloaded inout v0.1.4
9362026-06-25T23:08:59.501Z Downloaded num-conv v0.2.2
9372026-06-25T23:08:59.504Z Downloaded dunce v1.0.5
9382026-06-25T23:08:59.504Z Downloaded const_format v0.2.36
9392026-06-25T23:08:59.508Z Downloaded num-derive v0.4.2
9402026-06-25T23:08:59.508Z Downloaded num v0.4.3
9412026-06-25T23:08:59.511Z Downloaded opaque-debug v0.3.1
9422026-06-25T23:08:59.512Z Downloaded omicron-workspace-hack v0.1.0
9432026-06-25T23:08:59.512Z Downloaded olpc-cjson v0.1.4
9442026-06-25T23:08:59.512Z Downloaded num-iter v0.1.45
9452026-06-25T23:08:59.515Z Downloaded critical-section v1.2.0
9462026-06-25T23:08:59.515Z Downloaded erased-serde v0.3.31
9472026-06-25T23:08:59.518Z Downloaded darling_macro v0.21.3
9482026-06-25T23:08:59.518Z Downloaded derive-ex v0.1.8
9492026-06-25T23:08:59.519Z Downloaded idna_adapter v1.2.2
9502026-06-25T23:08:59.523Z Downloaded dof v0.4.0
9512026-06-25T23:08:59.523Z Downloaded convert_case v0.4.0
9522026-06-25T23:08:59.523Z Downloaded dtrace-parser v0.2.0
9532026-06-25T23:08:59.526Z Downloaded block-buffer v0.12.0
9542026-06-25T23:08:59.526Z Downloaded constant_time_eq v0.4.2
9552026-06-25T23:08:59.526Z Downloaded deranged v0.5.8
9562026-06-25T23:08:59.530Z Downloaded newtype_derive v0.1.6
9572026-06-25T23:08:59.533Z Downloaded linear-map v1.2.0
9582026-06-25T23:08:59.533Z Downloaded fs_extra v1.3.0
9592026-06-25T23:08:59.533Z Downloaded backoff v0.4.0
9602026-06-25T23:08:59.538Z Downloaded cipher v0.4.4
9612026-06-25T23:08:59.538Z Downloaded keccak v0.1.6
9622026-06-25T23:08:59.541Z Downloaded num_threads v0.1.7
9632026-06-25T23:08:59.541Z Downloaded ingot-types v0.1.2
9642026-06-25T23:08:59.541Z Downloaded foldhash v0.2.0
9652026-06-25T23:08:59.541Z Downloaded powerfmt v0.2.0
9662026-06-25T23:08:59.545Z Downloaded ff v0.13.1
9672026-06-25T23:08:59.545Z Downloaded data-encoding v2.11.0
9682026-06-25T23:08:59.545Z Downloaded libsw v3.5.0
9692026-06-25T23:08:59.548Z Downloaded ipnetwork v0.21.1
9702026-06-25T23:08:59.548Z Downloaded libsw-core v0.3.2
9712026-06-25T23:08:59.551Z Downloaded compression-codecs v0.4.38
9722026-06-25T23:08:59.555Z Downloaded num_enum_derive v0.5.11
9732026-06-25T23:08:59.555Z Downloaded num_enum v0.7.6
9742026-06-25T23:08:59.558Z Downloaded const_format_proc_macros v0.2.34
9752026-06-25T23:08:59.561Z Downloaded git-stub-vcs v0.1.0
9762026-06-25T23:08:59.561Z Downloaded csv-core v0.1.13
9772026-06-25T23:08:59.564Z Downloaded crossbeam-deque v0.8.6
9782026-06-25T23:08:59.564Z Downloaded num_enum_derive v0.7.6
9792026-06-25T23:08:59.564Z Downloaded num-complex v0.4.6
9802026-06-25T23:08:59.567Z Downloaded multer v3.1.0
9812026-06-25T23:08:59.567Z Downloaded group v0.13.0
9822026-06-25T23:08:59.572Z Downloaded pretty-hex v0.4.2
9832026-06-25T23:08:59.572Z Downloaded chacha20 v0.9.1
9842026-06-25T23:08:59.575Z Downloaded proc-macro-crate v1.3.1
9852026-06-25T23:08:59.575Z Downloaded potential_utf v0.1.5
9862026-06-25T23:08:59.575Z Downloaded litemap v0.8.2
9872026-06-25T23:08:59.575Z Downloaded bcs v0.1.6
9882026-06-25T23:08:59.578Z Downloaded num_enum v0.5.11
9892026-06-25T23:08:59.581Z Downloaded num-integer v0.1.46
9902026-06-25T23:08:59.581Z Downloaded digest v0.11.3
9912026-06-25T23:08:59.584Z Downloaded arrayvec v0.7.6
9922026-06-25T23:08:59.585Z Downloaded argon2 v0.5.3
9932026-06-25T23:08:59.588Z Downloaded ingot-macros v0.1.1
9942026-06-25T23:08:59.588Z Downloaded plain v0.2.3
9952026-06-25T23:08:59.588Z Downloaded ingot v0.1.1
9962026-06-25T23:08:59.591Z Downloaded proc-macro-error-attr v1.0.4
9972026-06-25T23:08:59.591Z Downloaded parse-display v0.10.0
9982026-06-25T23:08:59.591Z Downloaded bytecount v0.6.9
9992026-06-25T23:08:59.594Z Downloaded byteorder v1.5.0
10002026-06-25T23:08:59.594Z Downloaded crypto-common v0.2.2
10012026-06-25T23:08:59.597Z Downloaded progenitor-macro v0.10.0
10022026-06-25T23:08:59.597Z Downloaded progenitor-client v0.10.0
10032026-06-25T23:08:59.597Z Downloaded quick-error v1.2.3
10042026-06-25T23:08:59.600Z Downloaded phf_shared v0.12.1
10052026-06-25T23:08:59.600Z Downloaded pem v3.0.6
10062026-06-25T23:08:59.600Z Downloaded ref-cast v1.0.25
10072026-06-25T23:08:59.604Z Downloaded progenitor-client v0.14.0
10082026-06-25T23:08:59.604Z Downloaded proc-macro-crate v3.5.0
10092026-06-25T23:08:59.607Z Downloaded cookie v0.18.1
10102026-06-25T23:08:59.607Z Downloaded progenitor-macro v0.14.0
10112026-06-25T23:08:59.607Z Downloaded progenitor-macro v0.13.0
10122026-06-25T23:08:59.610Z Downloaded parse-display-derive v0.10.0
10132026-06-25T23:08:59.610Z Downloaded oxide-tokio-rt v0.1.6
10142026-06-25T23:08:59.610Z Downloaded rand_xorshift v0.4.0
10152026-06-25T23:08:59.614Z Downloaded backon v1.6.0
10162026-06-25T23:08:59.614Z Downloaded ref-cast-impl v1.0.25
10172026-06-25T23:08:59.614Z Downloaded hmac v0.12.1
10182026-06-25T23:08:59.617Z Downloaded defmt v1.1.0
10192026-06-25T23:08:59.620Z Downloaded colored v3.1.1
10202026-06-25T23:08:59.620Z Downloaded memmap2 v0.9.10
10212026-06-25T23:08:59.624Z Downloaded hybrid-array v0.4.12
10222026-06-25T23:08:59.625Z Downloaded darling v0.23.0
10232026-06-25T23:08:59.629Z Downloaded camino v1.2.2
10242026-06-25T23:08:59.632Z Downloaded cmake v0.1.58
10252026-06-25T23:08:59.632Z Downloaded anyhow v1.0.102
10262026-06-25T23:08:59.632Z Downloaded darling v0.21.3
10272026-06-25T23:08:59.636Z Downloaded console v0.16.3
10282026-06-25T23:08:59.639Z Downloaded cargo_toml v0.22.3
10292026-06-25T23:08:59.639Z Downloaded phf v0.12.1
10302026-06-25T23:08:59.639Z Downloaded password-hash v0.5.0
10312026-06-25T23:08:59.642Z Downloaded parking_lot_core v0.8.6
10322026-06-25T23:08:59.642Z Downloaded oxnet v0.1.6
10332026-06-25T23:08:59.645Z Downloaded same-file v1.0.6
10342026-06-25T23:08:59.645Z Downloaded displaydoc v0.2.6
10352026-06-25T23:08:59.649Z Downloaded defmt-macros v1.1.0
10362026-06-25T23:08:59.649Z Downloaded indexmap v1.9.3
10372026-06-25T23:08:59.652Z Downloaded rustc_version v0.1.7
10382026-06-25T23:08:59.653Z Downloaded crossbeam-utils v0.8.21
10392026-06-25T23:08:59.653Z Downloaded ciborium v0.2.2
10402026-06-25T23:08:59.655Z Downloaded bitflags v1.3.2
10412026-06-25T23:08:59.655Z Downloaded linked-hash-map v0.5.6
10422026-06-25T23:08:59.658Z Downloaded paste v1.0.15
10432026-06-25T23:08:59.658Z Downloaded omicron-zone-package v0.12.2
10442026-06-25T23:08:59.661Z Downloaded num-rational v0.4.2
10452026-06-25T23:08:59.661Z Downloaded icu_properties v2.2.0
10462026-06-25T23:08:59.665Z Downloaded half v2.7.1
10472026-06-25T23:08:59.667Z Downloaded progenitor-extras v0.2.0
10482026-06-25T23:08:59.667Z Downloaded progenitor v0.13.0
10492026-06-25T23:08:59.667Z Downloaded proc-macro-error-attr2 v2.0.0
10502026-06-25T23:08:59.670Z Downloaded proc-macro-error v1.0.4
10512026-06-25T23:08:59.670Z Downloaded daft-derive v0.1.7
10522026-06-25T23:08:59.673Z Downloaded secrecy v0.10.3
10532026-06-25T23:08:59.676Z Downloaded serde-big-array v0.5.1
10542026-06-25T23:08:59.676Z Downloaded sha1 v0.10.6
10552026-06-25T23:08:59.679Z Downloaded rand_core v0.10.1
10562026-06-25T23:08:59.679Z Downloaded sha1 v0.11.0
10572026-06-25T23:08:59.679Z Downloaded sigpipe v0.1.3
10582026-06-25T23:08:59.682Z Downloaded serial_test v3.5.0
10592026-06-25T23:08:59.682Z Downloaded serde_repr v0.1.20
10602026-06-25T23:08:59.685Z Downloaded serde_plain v1.0.2
10612026-06-25T23:08:59.685Z Downloaded serial_test_derive v3.5.0
10622026-06-25T23:08:59.685Z Downloaded dropshot_endpoint v0.17.1
10632026-06-25T23:08:59.689Z Downloaded slog-bunyan v2.5.0
10642026-06-25T23:08:59.689Z Downloaded siphasher v1.0.3
10652026-06-25T23:08:59.689Z Downloaded drift v0.2.0
10662026-06-25T23:08:59.694Z Downloaded pest_derive v2.8.6
10672026-06-25T23:08:59.697Z Downloaded parking_lot v0.11.2
10682026-06-25T23:08:59.699Z Downloaded bitflags v2.12.1
10692026-06-25T23:08:59.702Z Downloaded crossbeam-epoch v0.9.18
10702026-06-25T23:08:59.702Z Downloaded icu_provider v2.2.0
10712026-06-25T23:08:59.705Z Downloaded getrandom v0.4.2
10722026-06-25T23:08:59.705Z Downloaded chacha20 v0.10.0
10732026-06-25T23:08:59.709Z Downloaded quote v1.0.45
10742026-06-25T23:08:59.712Z Downloaded slog-envlogger v2.2.0
10752026-06-25T23:08:59.712Z Downloaded smawk v0.3.2
10762026-06-25T23:08:59.712Z Downloaded derive_more v0.99.20
10772026-06-25T23:08:59.716Z Downloaded scroll_derive v0.13.1
10782026-06-25T23:08:59.716Z Downloaded rusty-fork v0.3.1
10792026-06-25T23:08:59.721Z Downloaded rustls-native-certs v0.8.4
10802026-06-25T23:08:59.721Z Downloaded indicatif v0.18.4
10812026-06-25T23:08:59.721Z Downloaded resolv-conf v0.7.6
10822026-06-25T23:08:59.725Z Downloaded glob v0.3.3
10832026-06-25T23:08:59.725Z Downloaded rand_chacha v0.3.1
10842026-06-25T23:08:59.725Z Downloaded progenitor-client v0.13.0
10852026-06-25T23:08:59.725Z Downloaded scroll_derive v0.12.1
10862026-06-25T23:08:59.725Z Downloaded icu_normalizer_data v2.2.0
10872026-06-25T23:08:59.725Z Downloaded progenitor v0.10.0
10882026-06-25T23:08:59.729Z Downloaded heapless v0.8.0
10892026-06-25T23:08:59.729Z Downloaded spin v0.5.2
10902026-06-25T23:08:59.734Z Downloaded rustversion v1.0.22
10912026-06-25T23:08:59.734Z Downloaded stable_deref_trait v1.2.1
10922026-06-25T23:08:59.734Z Downloaded scroll v0.13.0
10932026-06-25T23:08:59.737Z Downloaded strum v0.27.2
10942026-06-25T23:08:59.737Z Downloaded structmeta-derive v0.3.0
10952026-06-25T23:08:59.737Z Downloaded structmeta v0.3.0
10962026-06-25T23:08:59.737Z Downloaded scroll v0.12.0
10972026-06-25T23:08:59.737Z Downloaded proc-macro-error2 v2.0.1
10982026-06-25T23:08:59.737Z Downloaded progenitor v0.14.0
10992026-06-25T23:08:59.740Z Downloaded pest_generator v2.8.6
11002026-06-25T23:08:59.740Z Downloaded highway v1.3.0
11012026-06-25T23:08:59.744Z Downloaded slog-scope v4.4.1
11022026-06-25T23:08:59.744Z Downloaded slog-async v2.8.0
11032026-06-25T23:08:59.744Z Downloaded semver v0.1.20
11042026-06-25T23:08:59.756Z Downloaded postcard v1.1.3
11052026-06-25T23:08:59.756Z Downloaded take_mut v0.2.2
11062026-06-25T23:08:59.756Z Downloaded poly1305 v0.8.0
11072026-06-25T23:08:59.756Z Downloaded slog-json v2.6.1
11082026-06-25T23:08:59.756Z Downloaded papergrid v0.11.0
11092026-06-25T23:08:59.756Z Downloaded strum v0.26.3
11102026-06-25T23:08:59.756Z Downloaded schemars_derive v0.8.22
11112026-06-25T23:08:59.756Z Downloaded icu_locale_core v2.2.0
11122026-06-25T23:08:59.760Z Downloaded tagptr v0.2.0
11132026-06-25T23:08:59.760Z Downloaded testing_table v0.3.0
11142026-06-25T23:08:59.760Z Downloaded tabled_derive v0.7.0
11152026-06-25T23:08:59.763Z Downloaded konst v0.2.20
11162026-06-25T23:08:59.763Z Downloaded tabwriter v1.4.1
11172026-06-25T23:08:59.766Z Downloaded tabled_derive v0.11.0
11182026-06-25T23:08:59.766Z Downloaded thread-id v5.1.0
11192026-06-25T23:08:59.766Z Downloaded thread-id v4.2.2
11202026-06-25T23:08:59.770Z Downloaded time-core v0.1.8
11212026-06-25T23:08:59.773Z Downloaded icu_collections v2.2.0
11222026-06-25T23:08:59.777Z Downloaded chacha20poly1305 v0.10.1
11232026-06-25T23:08:59.780Z Downloaded bytes v1.11.1
11242026-06-25T23:08:59.785Z Downloaded allocator-api2 v0.2.21
11252026-06-25T23:08:59.785Z Downloaded rustls-pemfile v2.2.0
11262026-06-25T23:08:59.788Z Downloaded darling_core v0.23.0
11272026-06-25T23:08:59.788Z Downloaded arc-swap v1.9.1
11282026-06-25T23:08:59.791Z Downloaded progenitor-impl v0.10.0
11292026-06-25T23:08:59.791Z Downloaded strum_macros v0.27.2
11302026-06-25T23:08:59.795Z Downloaded serde_tokenstream v0.2.3
11312026-06-25T23:08:59.795Z Downloaded synstructure v0.13.2
11322026-06-25T23:08:59.798Z Downloaded slog-dtrace v0.3.0
11332026-06-25T23:08:59.801Z Downloaded usdt-attr-macro v0.6.0
11342026-06-25T23:08:59.801Z Downloaded tiny-keccak v2.0.2
11352026-06-25T23:08:59.801Z Downloaded thiserror-impl-no-std v2.0.2
11362026-06-25T23:08:59.804Z Downloaded typify-macro v0.6.2
11372026-06-25T23:08:59.804Z Downloaded usdt v0.5.0
11382026-06-25T23:08:59.808Z Downloaded crypto-bigint v0.5.5
11392026-06-25T23:08:59.811Z Downloaded usdt v0.6.0
11402026-06-25T23:08:59.811Z Downloaded snafu-derive v0.8.9
11412026-06-25T23:08:59.811Z Downloaded log v0.4.32
11422026-06-25T23:08:59.815Z Downloaded universal-hash v0.5.1
11432026-06-25T23:08:59.815Z Downloaded smartstring v1.0.1
11442026-06-25T23:08:59.815Z Downloaded slog-term v2.9.2
11452026-06-25T23:08:59.818Z Downloaded slog-stdlog v4.1.1
11462026-06-25T23:08:59.818Z Downloaded rhai_codegen v3.2.0
11472026-06-25T23:08:59.823Z Downloaded utf-8 v0.7.6
11482026-06-25T23:08:59.826Z Downloaded unit-prefix v0.5.2
11492026-06-25T23:08:59.826Z Downloaded wait-timeout v0.2.1
11502026-06-25T23:08:59.826Z Downloaded waitgroup v0.1.2
11512026-06-25T23:08:59.826Z Downloaded usdt-attr-macro v0.5.0
11522026-06-25T23:08:59.826Z Downloaded usdt-macro v0.6.0
11532026-06-25T23:08:59.826Z Downloaded usdt-macro v0.5.0
11542026-06-25T23:08:59.826Z Downloaded untrusted v0.7.1
11552026-06-25T23:08:59.829Z Downloaded unarray v0.1.4
11562026-06-25T23:08:59.829Z Downloaded topological-sort v0.2.2
11572026-06-25T23:08:59.829Z Downloaded papergrid v0.18.0
11582026-06-25T23:08:59.833Z Downloaded smf v0.2.3
11592026-06-25T23:08:59.833Z Downloaded hickory-resolver v0.25.2
11602026-06-25T23:08:59.836Z Downloaded hickory-resolver v0.24.4
11612026-06-25T23:08:59.839Z Downloaded spin v0.9.8
11622026-06-25T23:08:59.839Z Downloaded expectorate v1.2.0
11632026-06-25T23:08:59.839Z Downloaded prettyplease v0.2.37
11642026-06-25T23:08:59.842Z Downloaded progenitor-impl v0.14.0
11652026-06-25T23:08:59.846Z Downloaded jiff-static v0.2.28
11662026-06-25T23:08:59.850Z Downloaded serde_with_macros v3.20.0
11672026-06-25T23:08:59.850Z Downloaded termtree v0.5.1
11682026-06-25T23:08:59.850Z Downloaded strum_macros v0.26.4
11692026-06-25T23:08:59.853Z Downloaded serde_derive_internals v0.29.1
11702026-06-25T23:08:59.853Z Downloaded rustls-platform-verifier v0.7.0
11712026-06-25T23:08:59.858Z Downloaded zerofrom v0.1.8
11722026-06-25T23:08:59.862Z Downloaded yoke-derive v0.8.2
11732026-06-25T23:08:59.865Z Downloaded time-macros v0.2.27
11742026-06-25T23:08:59.865Z Downloaded base64 v0.21.7
11752026-06-25T23:08:59.868Z Downloaded thiserror-no-std v2.0.2
11762026-06-25T23:08:59.871Z Downloaded darling_core v0.21.3
11772026-06-25T23:08:59.874Z Downloaded zone v0.3.1
11782026-06-25T23:08:59.877Z Downloaded zerofrom-derive v0.1.7
11792026-06-25T23:08:59.881Z Downloaded tokio-tungstenite v0.21.0
11802026-06-25T23:08:59.885Z Downloaded zone_cfg_derive v0.3.1
11812026-06-25T23:08:59.885Z Downloaded minimal-lexical v0.2.1
11822026-06-25T23:08:59.885Z Downloaded zeroize_derive v1.4.3
11832026-06-25T23:08:59.885Z Downloaded http v1.4.1
11842026-06-25T23:08:59.888Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11852026-06-25T23:08:59.888Z Downloaded usdt-impl v0.6.0
11862026-06-25T23:08:59.891Z Downloaded similar v2.7.0
11872026-06-25T23:08:59.891Z Downloaded tokio-dtrace v0.1.1
11882026-06-25T23:08:59.895Z Downloaded xz2 v0.1.7
11892026-06-25T23:08:59.895Z Downloaded smallvec v1.15.1
11902026-06-25T23:08:59.895Z Downloaded typify-macro v0.4.3
11912026-06-25T23:08:59.898Z Downloaded tinystr v0.8.3
11922026-06-25T23:08:59.898Z Downloaded vsss-rs v3.3.4
11932026-06-25T23:08:59.898Z Downloaded openssl-sys v0.9.116
11942026-06-25T23:08:59.901Z Downloaded usdt-impl v0.5.0
11952026-06-25T23:08:59.904Z Downloaded term v1.2.1
11962026-06-25T23:08:59.904Z Downloaded walkdir v2.5.0
11972026-06-25T23:08:59.907Z Downloaded pest_meta v2.8.6
11982026-06-25T23:08:59.912Z Downloaded progenitor-impl v0.13.0
11992026-06-25T23:08:59.912Z Downloaded writeable v0.6.3
12002026-06-25T23:08:59.915Z Downloaded hashbrown v0.12.3
12012026-06-25T23:08:59.918Z Downloaded ucd-trie v0.1.7
12022026-06-25T23:08:59.918Z Downloaded schemars v0.8.22
12032026-06-25T23:08:59.923Z Downloaded zeroize v1.8.2
12042026-06-25T23:08:59.926Z Downloaded thin-vec v0.2.18
12052026-06-25T23:08:59.930Z Downloaded cc v1.2.63
12062026-06-25T23:08:59.930Z Downloaded rand v0.8.6
12072026-06-25T23:08:59.933Z Downloaded async-compression v0.4.42
12082026-06-25T23:08:59.937Z Downloaded crossbeam-channel v0.5.15
12092026-06-25T23:08:59.942Z Downloaded pretty_assertions v1.4.1
12102026-06-25T23:08:59.949Z Downloaded snafu v0.8.9
12112026-06-25T23:08:59.954Z Downloaded tungstenite v0.21.0
12122026-06-25T23:08:59.957Z Downloaded dropshot-api-manager v0.7.2
12132026-06-25T23:08:59.960Z Downloaded memchr v2.8.1
12142026-06-25T23:08:59.964Z Downloaded whoami v1.6.1
12152026-06-25T23:08:59.964Z Downloaded schemars v0.9.0
12162026-06-25T23:08:59.968Z Downloaded yoke v0.8.3
12172026-06-25T23:08:59.971Z Downloaded unsafe-libyaml v0.2.11
12182026-06-25T23:08:59.971Z Downloaded zerocopy-derive v0.7.35
12192026-06-25T23:08:59.974Z Downloaded rand v0.10.1
12202026-06-25T23:08:59.977Z Downloaded rayon-core v1.13.0
12212026-06-25T23:08:59.980Z Downloaded quinn v0.11.9
12222026-06-25T23:08:59.980Z Downloaded zerovec-derive v0.11.3
12232026-06-25T23:08:59.980Z Downloaded uuid v1.23.2
12242026-06-25T23:08:59.984Z Downloaded typify v0.6.2
12252026-06-25T23:08:59.987Z Downloaded slog v2.8.2
12262026-06-25T23:08:59.991Z Downloaded toml v0.9.12+spec-1.1.0
12272026-06-25T23:09:00.000Z Downloaded typify v0.4.3
12282026-06-25T23:09:00.006Z Downloaded hashbrown v0.16.1
12292026-06-25T23:09:00.009Z Downloaded schemars v1.2.1
12302026-06-25T23:09:00.016Z Downloaded serde_yaml v0.9.34+deprecated
12312026-06-25T23:09:00.019Z Downloaded test-strategy v0.4.5
12322026-06-25T23:09:00.022Z Downloaded toml v0.7.8
12332026-06-25T23:09:00.032Z Downloaded steno v0.4.1
12342026-06-25T23:09:00.044Z Downloaded itertools v0.12.1
12352026-06-25T23:09:00.050Z Downloaded pest v2.8.6
12362026-06-25T23:09:00.053Z Downloaded qorb v0.4.1
12372026-06-25T23:09:00.056Z Downloaded nom v7.1.3
12382026-06-25T23:09:00.059Z Downloaded yansi v1.0.1
12392026-06-25T23:09:00.070Z Downloaded icu_properties_data v2.2.0
12402026-06-25T23:09:00.075Z Downloaded zerocopy-derive v0.8.50
12412026-06-25T23:09:00.079Z Downloaded zerotrie v0.2.4
12422026-06-25T23:09:00.083Z Downloaded toml_edit v0.25.12+spec-1.1.0
12432026-06-25T23:09:00.086Z Downloaded nom v8.0.0
12442026-06-25T23:09:00.089Z Downloaded hkdf v0.12.4
12452026-06-25T23:09:00.089Z Downloaded libm v0.2.16
12462026-06-25T23:09:00.093Z Downloaded h2 v0.4.14
12472026-06-25T23:09:00.106Z Downloaded goblin v0.8.2
12482026-06-25T23:09:00.109Z Downloaded toml_edit v0.19.15
12492026-06-25T23:09:00.118Z Downloaded ron v0.12.1
12502026-06-25T23:09:00.122Z Downloaded rayon v1.12.0
12512026-06-25T23:09:00.127Z Downloaded regex v1.12.3
12522026-06-25T23:09:00.130Z Downloaded iddqd v0.4.2
12532026-06-25T23:09:00.153Z Downloaded typed-path v0.9.3
12542026-06-25T23:09:00.161Z Downloaded zerovec v0.11.6
12552026-06-25T23:09:00.169Z Downloaded tough v0.22.0
12562026-06-25T23:09:00.173Z Downloaded reqwest v0.13.4
12572026-06-25T23:09:00.176Z Downloaded winnow v0.5.40
12582026-06-25T23:09:00.180Z Downloaded moka v0.12.15
12592026-06-25T23:09:00.185Z Downloaded zerocopy v0.7.35
12602026-06-25T23:09:00.193Z Downloaded proptest v1.11.0
12612026-06-25T23:09:00.218Z Downloaded quinn-proto v0.11.14
12622026-06-25T23:09:00.223Z Downloaded goblin v0.10.7
12632026-06-25T23:09:00.230Z Downloaded blake3 v1.8.5
12642026-06-25T23:09:00.235Z Downloaded tabled v0.15.0
12652026-06-25T23:09:00.242Z Downloaded webpki-roots v1.0.7
12662026-06-25T23:09:00.290Z Downloaded aws-lc-rs v1.17.0
12672026-06-25T23:09:00.295Z Downloaded zerocopy v0.8.50
12682026-06-25T23:09:00.306Z Downloaded serde_with v3.20.0
12692026-06-25T23:09:00.312Z Downloaded hickory-proto v0.24.4
12702026-06-25T23:09:00.320Z Downloaded hickory-proto v0.25.2
12712026-06-25T23:09:00.329Z Downloaded rhai v1.25.1
12722026-06-25T23:09:00.348Z Downloaded time v0.3.47
12732026-06-25T23:09:00.355Z Downloaded tabled v0.21.0
12742026-06-25T23:09:00.369Z Downloaded syn v1.0.109
12752026-06-25T23:09:00.385Z Downloaded sled v0.34.7
12762026-06-25T23:09:00.390Z Downloaded typify-impl v0.6.2
12772026-06-25T23:09:00.397Z Downloaded typify-impl v0.4.3
12782026-06-25T23:09:00.421Z Downloaded nix v0.31.3
12792026-06-25T23:09:00.435Z Downloaded openssl v0.10.80
12802026-06-25T23:09:00.441Z Downloaded jiff v0.2.28
12812026-06-25T23:09:00.450Z Downloaded lzma-sys v0.1.20
12822026-06-25T23:09:00.466Z Downloaded smoltcp v0.11.0
12832026-06-25T23:09:00.472Z Downloaded syn v2.0.117
12842026-06-25T23:09:00.481Z Downloaded openapiv3 v2.2.0
12852026-06-25T23:09:00.484Z Downloaded regress v0.11.1
12862026-06-25T23:09:00.488Z Downloaded regress v0.10.5
12872026-06-25T23:09:00.492Z Downloaded dropshot v0.17.1
12882026-06-25T23:09:00.504Z Downloaded bstr v1.12.1
12892026-06-25T23:09:00.509Z Downloaded rustls v0.23.40
12902026-06-25T23:09:00.515Z Downloaded regex-syntax v0.8.10
12912026-06-25T23:09:00.541Z Downloaded encoding_rs v0.8.35
12922026-06-25T23:09:00.630Z Downloaded petgraph v0.6.5
12932026-06-25T23:09:00.655Z Downloaded chrono-tz v0.10.4
12942026-06-25T23:09:00.673Z Downloaded sha3 v0.10.9
12952026-06-25T23:09:00.677Z Downloaded csv v1.4.0
12962026-06-25T23:09:01.456Z Downloaded aws-lc-sys v0.41.0
12972026-06-25T23:09:02.366Z Compiling proc-macro2 v1.0.106
12982026-06-25T23:09:02.366Z Compiling unicode-ident v1.0.24
12992026-06-25T23:09:02.366Z Compiling quote v1.0.45
13002026-06-25T23:09:02.366Z Compiling serde_core v1.0.228
13012026-06-25T23:09:02.366Z Compiling cfg-if v1.0.4
13022026-06-25T23:09:02.370Z Compiling serde v1.0.228
13032026-06-25T23:09:02.370Z Compiling libc v0.2.186
13042026-06-25T23:09:02.370Z Compiling memchr v2.8.1
13052026-06-25T23:09:02.517Z Compiling itoa v1.0.18
13062026-06-25T23:09:02.693Z Compiling smallvec v1.15.1
13072026-06-25T23:09:02.784Z Compiling zmij v1.0.21
13082026-06-25T23:09:02.844Z Compiling autocfg v1.5.1
13092026-06-25T23:09:02.896Z Compiling libm v0.2.16
13102026-06-25T23:09:03.144Z Compiling stable_deref_trait v1.2.1
13112026-06-25T23:09:03.192Z Compiling litemap v0.8.2
13122026-06-25T23:09:03.213Z Compiling writeable v0.6.3
13132026-06-25T23:09:03.307Z Compiling percent-encoding v2.3.2
13142026-06-25T23:09:03.351Z Compiling icu_properties_data v2.2.0
13152026-06-25T23:09:03.364Z Compiling icu_normalizer_data v2.2.0
13162026-06-25T23:09:03.402Z Compiling utf8_iter v1.0.4
13172026-06-25T23:09:03.413Z Compiling iana-time-zone v0.1.65
13182026-06-25T23:09:03.543Z Compiling equivalent v1.0.2
13192026-06-25T23:09:03.631Z Compiling form_urlencoded v1.2.2
13202026-06-25T23:09:03.635Z Compiling version_check v0.9.5
13212026-06-25T23:09:03.691Z Compiling syn v2.0.117
13222026-06-25T23:09:03.751Z Compiling pin-project-lite v0.2.17
13232026-06-25T23:09:03.788Z Compiling serde_json v1.0.150
13242026-06-25T23:09:03.803Z Compiling parking_lot_core v0.9.12
13252026-06-25T23:09:03.813Z Compiling scopeguard v1.2.0
13262026-06-25T23:09:03.859Z Compiling dyn-clone v1.0.20
13272026-06-25T23:09:03.907Z Compiling lock_api v0.4.14
13282026-06-25T23:09:03.918Z Compiling num-traits v0.2.19
13292026-06-25T23:09:03.995Z Compiling getrandom v0.4.2
13302026-06-25T23:09:04.046Z Compiling thiserror v2.0.18
13312026-06-25T23:09:04.175Z Compiling rand_core v0.10.1
13322026-06-25T23:09:04.190Z Compiling hashbrown v0.17.1
13332026-06-25T23:09:04.329Z Compiling log v0.4.32
13342026-06-25T23:09:04.477Z Compiling errno v0.3.14
13352026-06-25T23:09:04.516Z Compiling futures-core v0.3.32
13362026-06-25T23:09:04.630Z Compiling semver v1.0.28
13372026-06-25T23:09:04.683Z Compiling heck v0.5.0
13382026-06-25T23:09:04.771Z Compiling indexmap v2.14.0
13392026-06-25T23:09:04.781Z Compiling zerocopy v0.8.50
13402026-06-25T23:09:04.947Z Compiling futures-sink v0.3.32
13412026-06-25T23:09:04.991Z Compiling uuid v1.23.2
13422026-06-25T23:09:05.046Z Compiling slab v0.4.12
13432026-06-25T23:09:05.058Z Compiling jobserver v0.1.34
13442026-06-25T23:09:05.223Z Compiling find-msvc-tools v0.1.9
13452026-06-25T23:09:05.234Z Compiling fnv v1.0.7
13462026-06-25T23:09:05.328Z Compiling shlex v2.0.1
13472026-06-25T23:09:05.380Z Compiling schemars v0.8.22
13482026-06-25T23:09:05.427Z Compiling futures-channel v0.3.32
13492026-06-25T23:09:05.439Z Compiling rustversion v1.0.22
13502026-06-25T23:09:05.463Z Compiling cc v1.2.63
13512026-06-25T23:09:05.513Z Compiling futures-io v0.3.32
13522026-06-25T23:09:05.650Z Compiling futures-task v0.3.32
13532026-06-25T23:09:05.672Z Compiling socket2 v0.6.4
13542026-06-25T23:09:05.781Z Compiling bitflags v2.12.1
13552026-06-25T23:09:05.825Z Compiling signal-hook-registry v1.4.8
13562026-06-25T23:09:05.866Z Compiling parking_lot v0.12.5
13572026-06-25T23:09:05.974Z Compiling mio v1.2.1
13582026-06-25T23:09:06.024Z Compiling portable-atomic v1.13.1
13592026-06-25T23:09:06.130Z Compiling dunce v1.0.5
13602026-06-25T23:09:06.141Z Compiling typenum v1.20.1
13612026-06-25T23:09:06.225Z Compiling cmake v0.1.58
13622026-06-25T23:09:06.282Z Compiling fs_extra v1.3.0
13632026-06-25T23:09:06.444Z Compiling critical-section v1.2.0
13642026-06-25T23:09:06.502Z Compiling base64 v0.22.1
13652026-06-25T23:09:06.546Z Compiling byteorder v1.5.0
13662026-06-25T23:09:06.555Z Compiling subtle v2.6.1
13672026-06-25T23:09:06.572Z Compiling regex-syntax v0.8.10
13682026-06-25T23:09:06.729Z Compiling synstructure v0.13.2
13692026-06-25T23:09:06.771Z Compiling serde_derive_internals v0.29.1
13702026-06-25T23:09:06.774Z Compiling aws-lc-sys v0.41.0
13712026-06-25T23:09:06.862Z Compiling slog v2.8.2
13722026-06-25T23:09:06.955Z Compiling once_cell v1.21.4
13732026-06-25T23:09:07.044Z Compiling strsim v0.11.1
13742026-06-25T23:09:07.099Z Compiling httparse v1.10.1
13752026-06-25T23:09:07.171Z Compiling ipnet v2.12.0
13762026-06-25T23:09:07.217Z Compiling atomic-waker v1.1.2
13772026-06-25T23:09:07.347Z Compiling rustix v1.1.4
13782026-06-25T23:09:07.467Z Compiling tower-service v0.3.3
13792026-06-25T23:09:07.487Z Compiling tower-layer v0.3.3
13802026-06-25T23:09:07.556Z Compiling getrandom v0.2.17
13812026-06-25T23:09:07.644Z Compiling try-lock v0.2.5
13822026-06-25T23:09:07.707Z Compiling ucd-trie v0.1.7
13832026-06-25T23:09:07.738Z Compiling thiserror v1.0.69
13842026-06-25T23:09:07.750Z Compiling ryu v1.0.23
13852026-06-25T23:09:07.798Z Compiling untrusted v0.9.0
13862026-06-25T23:09:07.810Z Compiling serde_derive v1.0.228
13872026-06-25T23:09:07.898Z Compiling zerofrom-derive v0.1.7
13882026-06-25T23:09:07.913Z Compiling yoke-derive v0.8.2
13892026-06-25T23:09:07.923Z Compiling zerovec-derive v0.11.3
13902026-06-25T23:09:07.997Z Compiling displaydoc v0.2.6
13912026-06-25T23:09:08.045Z Compiling schemars_derive v0.8.22
13922026-06-25T23:09:08.790Z Compiling tokio-macros v2.7.0
13932026-06-25T23:09:08.987Z Compiling thiserror-impl v2.0.18
13942026-06-25T23:09:09.021Z Compiling zerocopy-derive v0.8.50
13952026-06-25T23:09:09.148Z Compiling zerofrom v0.1.8
13962026-06-25T23:09:09.240Z Compiling zeroize_derive v1.4.3
13972026-06-25T23:09:09.269Z Compiling yoke v0.8.3
13982026-06-25T23:09:09.280Z Compiling futures-macro v0.3.32
13992026-06-25T23:09:09.456Z Compiling zerovec v0.11.6
14002026-06-25T23:09:09.617Z Compiling zerotrie v0.2.4
14012026-06-25T23:09:09.917Z Compiling tinystr v0.8.3
14022026-06-25T23:09:09.929Z Compiling potential_utf v0.1.5
14032026-06-25T23:09:09.983Z Compiling zeroize v1.8.2
14042026-06-25T23:09:10.089Z Compiling icu_locale_core v2.2.0
14052026-06-25T23:09:10.116Z Compiling icu_collections v2.2.0
14062026-06-25T23:09:10.131Z Compiling futures-util v0.3.32
14072026-06-25T23:09:10.352Z Compiling pest v2.8.6
14082026-06-25T23:09:10.368Z Compiling thiserror-impl v1.0.69
14092026-06-25T23:09:10.646Z Compiling want v0.3.1
14102026-06-25T23:09:10.807Z Compiling icu_provider v2.2.0
14112026-06-25T23:09:11.043Z Compiling bytes v1.11.1
14122026-06-25T23:09:11.123Z Compiling icu_properties v2.2.0
14132026-06-25T23:09:11.155Z Compiling icu_normalizer v2.2.0
14142026-06-25T23:09:11.516Z Compiling chrono v0.4.45
14152026-06-25T23:09:11.602Z Compiling http v1.4.1
14162026-06-25T23:09:11.689Z Compiling tokio v1.52.3
14172026-06-25T23:09:11.732Z Compiling serde_tokenstream v0.2.3
14182026-06-25T23:09:12.002Z Compiling idna_adapter v1.2.2
14192026-06-25T23:09:12.138Z Compiling idna v1.1.0
14202026-06-25T23:09:12.293Z Compiling http-body v1.0.1
14212026-06-25T23:09:12.406Z Compiling erased-serde v0.3.31
14222026-06-25T23:09:12.443Z Compiling url v2.5.8
14232026-06-25T23:09:12.570Z Compiling rand_core v0.6.4
14242026-06-25T23:09:12.884Z Compiling httpdate v1.0.3
14252026-06-25T23:09:13.094Z Compiling pest_meta v2.8.6
14262026-06-25T23:09:13.122Z Compiling getrandom v0.3.4
14272026-06-25T23:09:13.197Z Compiling ppv-lite86 v0.2.21
14282026-06-25T23:09:13.299Z Compiling pretty-hex v0.4.2
14292026-06-25T23:09:13.370Z Compiling plain v0.2.3
14302026-06-25T23:09:13.429Z Compiling allocator-api2 v0.2.21
14312026-06-25T23:09:13.475Z Compiling paste v1.0.15
14322026-06-25T23:09:13.488Z Compiling foldhash v0.2.0
14332026-06-25T23:09:13.506Z Compiling tracing-attributes v0.1.31
14342026-06-25T23:09:13.714Z Compiling pest_generator v2.8.6
14352026-06-25T23:09:13.740Z Compiling ipnetwork v0.21.1
14362026-06-25T23:09:13.814Z Compiling hashbrown v0.16.1
14372026-06-25T23:09:14.195Z Compiling tracing-core v0.1.36
14382026-06-25T23:09:14.349Z Compiling omicron-workspace-hack v0.1.0
14392026-06-25T23:09:14.403Z Compiling pest_derive v2.8.6
14402026-06-25T23:09:14.414Z Compiling ident_case v1.0.1
14412026-06-25T23:09:14.527Z Compiling http-body-util v0.1.3
14422026-06-25T23:09:14.587Z Compiling serde_urlencoded v0.7.1
14432026-06-25T23:09:14.766Z Compiling aho-corasick v1.1.4
14442026-06-25T23:09:14.777Z Compiling tracing v0.1.44
14452026-06-25T23:09:14.832Z Compiling sync_wrapper v1.0.2
14462026-06-25T23:09:14.877Z Compiling winnow v1.0.3
14472026-06-25T23:09:14.936Z Compiling oxnet v0.1.6
14482026-06-25T23:09:14.973Z Compiling daft-derive v0.1.7
14492026-06-25T23:09:15.008Z Compiling fastrand v2.4.1
14502026-06-25T23:09:15.272Z Compiling scroll_derive v0.13.1
14512026-06-25T23:09:15.403Z Compiling tokio-util v0.7.18
14522026-06-25T23:09:15.732Z Compiling regex-automata v0.4.14
14532026-06-25T23:09:15.975Z Compiling async-trait v0.1.89
14542026-06-25T23:09:16.109Z Compiling aws-lc-rs v1.17.0
14552026-06-25T23:09:16.145Z Compiling time-core v0.1.8
14562026-06-25T23:09:16.156Z Compiling num-conv v0.2.2
14572026-06-25T23:09:16.286Z Compiling powerfmt v0.2.0
14582026-06-25T23:09:16.299Z Compiling anyhow v1.0.102
14592026-06-25T23:09:16.421Z Compiling deranged v0.5.8
14602026-06-25T23:09:16.488Z Compiling time-macros v0.2.27
14612026-06-25T23:09:16.849Z Compiling scroll v0.13.0
14622026-06-25T23:09:16.952Z Compiling rustls-pki-types v1.14.1
14632026-06-25T23:09:17.116Z Compiling openssl-probe v0.2.1
14642026-06-25T23:09:17.302Z Compiling num_threads v0.1.7
14652026-06-25T23:09:17.393Z Compiling regex v1.12.3
14662026-06-25T23:09:17.405Z Compiling hex v0.4.3
14672026-06-25T23:09:17.435Z Compiling goblin v0.10.7
14682026-06-25T23:09:17.856Z Compiling camino v1.2.2
14692026-06-25T23:09:18.121Z Compiling untrusted v0.7.1
14702026-06-25T23:09:18.225Z Compiling usdt-impl v0.6.0
14712026-06-25T23:09:18.238Z Compiling rustls v0.23.40
14722026-06-25T23:09:18.249Z Compiling crc32fast v1.5.0
14732026-06-25T23:09:18.489Z Compiling h2 v0.4.14
14742026-06-25T23:09:18.586Z Compiling dtrace-parser v0.3.0
14752026-06-25T23:09:18.598Z Compiling crossbeam-utils v0.8.21
14762026-06-25T23:09:18.925Z Compiling futures-executor v0.3.32
14772026-06-25T23:09:18.939Z Compiling structmeta-derive v0.3.0
14782026-06-25T23:09:19.028Z Compiling thread-id v5.1.0
14792026-06-25T23:09:19.122Z Compiling adler2 v2.0.1
14802026-06-25T23:09:19.252Z Compiling cpufeatures v0.3.0
14812026-06-25T23:09:19.265Z Compiling simd-adler32 v0.3.9
14822026-06-25T23:09:19.327Z Compiling futures v0.3.32
14832026-06-25T23:09:19.406Z Compiling miniz_oxide v0.8.9
14842026-06-25T23:09:19.466Z Compiling rand_core v0.9.5
14852026-06-25T23:09:19.686Z Compiling darling_core v0.23.0
14862026-06-25T23:09:20.034Z Compiling newtype-uuid-macros v0.1.0
14872026-06-25T23:09:20.049Z Compiling structmeta v0.3.0
14882026-06-25T23:09:20.073Z Compiling hybrid-array v0.4.12
14892026-06-25T23:09:20.403Z Compiling dof v0.4.0
14902026-06-25T23:09:20.533Z Compiling thread_local v1.1.9
14912026-06-25T23:09:20.554Z Compiling match_cfg v0.1.0
14922026-06-25T23:09:20.624Z Compiling hyper v1.10.1
14932026-06-25T23:09:20.807Z Compiling flate2 v1.1.9
14942026-06-25T23:09:21.630Z Compiling newtype-uuid v1.3.2
14952026-06-25T23:09:21.752Z Compiling hyper-util v0.1.20
14962026-06-25T23:09:21.767Z Compiling darling_macro v0.23.0
14972026-06-25T23:09:21.939Z Compiling slog-async v2.8.0
14982026-06-25T23:09:21.971Z Compiling quick-error v1.2.3
14992026-06-25T23:09:22.076Z Compiling compression-core v0.4.32
15002026-06-25T23:09:22.248Z Compiling ref-cast v1.0.25
15012026-06-25T23:09:22.365Z Compiling darling v0.23.0
15022026-06-25T23:09:22.381Z Compiling compression-codecs v0.4.38
15032026-06-25T23:09:22.397Z Compiling daft v0.1.7
15042026-06-25T23:09:22.438Z Compiling crypto-common v0.2.2
15052026-06-25T23:09:22.490Z Compiling usdt-macro v0.6.0
15062026-06-25T23:09:22.516Z Compiling usdt-attr-macro v0.6.0
15072026-06-25T23:09:22.613Z Compiling block-buffer v0.12.0
15082026-06-25T23:09:22.630Z Compiling rand_chacha v0.9.0
15092026-06-25T23:09:22.767Z Compiling ref-cast-impl v1.0.25
15102026-06-25T23:09:23.059Z Compiling strum_macros v0.26.4
15112026-06-25T23:09:23.080Z Compiling serde_spanned v1.1.1
15122026-06-25T23:09:23.227Z Compiling generic-array v0.14.7
15132026-06-25T23:09:23.370Z Compiling multer v3.1.0
15142026-06-25T23:09:23.385Z Compiling take_mut v0.2.2
15152026-06-25T23:09:23.451Z Compiling toml_writer v1.1.1+spec-1.1.0
15162026-06-25T23:09:23.469Z Compiling term v1.2.1
15172026-06-25T23:09:23.486Z Compiling bit-vec v0.8.0
15182026-06-25T23:09:23.631Z Compiling debug-ignore v1.0.5
15192026-06-25T23:09:23.660Z Compiling const-oid v0.10.2
15202026-06-25T23:09:23.692Z Compiling bit-set v0.8.0
15212026-06-25T23:09:23.804Z Compiling digest v0.11.3
15222026-06-25T23:09:23.846Z Compiling rand v0.9.4
15232026-06-25T23:09:23.857Z Compiling serde_with_macros v3.20.0
15242026-06-25T23:09:23.868Z Compiling async-stream-impl v0.3.6
15252026-06-25T23:09:23.969Z Compiling dropshot v0.17.1
15262026-06-25T23:09:24.234Z Compiling encoding_rs v0.8.35
15272026-06-25T23:09:24.245Z Compiling unarray v0.1.4
15282026-06-25T23:09:24.351Z Compiling syn v1.0.109
15292026-06-25T23:09:24.491Z Compiling mime v0.3.17
15302026-06-25T23:09:24.566Z Compiling spin v0.9.8
15312026-06-25T23:09:24.677Z Compiling async-stream v0.3.6
15322026-06-25T23:09:24.750Z Compiling strum v0.26.3
15332026-06-25T23:09:24.767Z Compiling sha1 v0.11.0
15342026-06-25T23:09:24.854Z Compiling derive-ex v0.1.8
15352026-06-25T23:09:24.878Z Compiling tower v0.5.3
15362026-06-25T23:09:24.939Z Compiling dropshot_endpoint v0.17.1
15372026-06-25T23:09:25.011Z Compiling macaddr v1.0.1
15382026-06-25T23:09:25.049Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15392026-06-25T23:09:25.276Z Compiling waitgroup v0.1.2
15402026-06-25T23:09:25.359Z Compiling serde_path_to_error v0.1.20
15412026-06-25T23:09:25.543Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15422026-06-25T23:09:25.677Z Compiling tower-http v0.6.11
15432026-06-25T23:09:25.748Z Compiling tempfile v3.27.0
15442026-06-25T23:09:25.924Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15452026-06-25T23:09:26.093Z Compiling openapiv3 v2.2.0
15462026-06-25T23:09:26.105Z Compiling strum_macros v0.27.2
15472026-06-25T23:09:26.158Z Compiling instant v0.1.13
15482026-06-25T23:09:26.451Z Compiling test-strategy v0.4.5
15492026-06-25T23:09:26.616Z Compiling time v0.3.47
15502026-06-25T23:09:27.454Z Compiling rustls-native-certs v0.8.4
15512026-06-25T23:09:27.709Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15522026-06-25T23:09:27.806Z Compiling crossbeam-channel v0.5.15
15532026-06-25T23:09:27.818Z Compiling crypto-common v0.1.7
15542026-06-25T23:09:27.927Z Compiling strum v0.27.2
15552026-06-25T23:09:28.269Z Compiling parse-display-derive v0.10.0
15562026-06-25T23:09:28.282Z Compiling backon v1.6.0
15572026-06-25T23:09:28.323Z Compiling rand_chacha v0.3.1
15582026-06-25T23:09:28.568Z Compiling rand v0.8.6
15592026-06-25T23:09:29.003Z Compiling slog-json v2.6.1
15602026-06-25T23:09:29.156Z Compiling hostname v0.3.1
15612026-06-25T23:09:29.245Z Compiling toml_parser v1.1.2+spec-1.1.0
15622026-06-25T23:09:29.297Z Compiling toml_datetime v1.1.1+spec-1.1.0
15632026-06-25T23:09:29.448Z Compiling wait-timeout v0.2.1
15642026-06-25T23:09:29.516Z Compiling is-terminal v0.4.17
15652026-06-25T23:09:29.548Z Compiling memmap2 v0.9.10
15662026-06-25T23:09:29.719Z Compiling either v1.16.0
15672026-06-25T23:09:29.755Z Compiling usdt v0.6.0
15682026-06-25T23:09:29.766Z Compiling toml v1.1.2+spec-1.1.0
15692026-06-25T23:09:29.966Z Compiling slog-term v2.9.2
15702026-06-25T23:09:29.968Z Compiling rusty-fork v0.3.1
15712026-06-25T23:09:30.034Z Compiling slog-bunyan v2.5.0
15722026-06-25T23:09:30.116Z Compiling serde_with v3.20.0
15732026-06-25T23:09:30.165Z Compiling async-compression v0.4.42
15742026-06-25T23:09:30.332Z Compiling rand_xorshift v0.4.0
15752026-06-25T23:09:30.476Z Compiling rustls-pemfile v2.2.0
15762026-06-25T23:09:30.488Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15772026-06-25T23:09:30.562Z Compiling regress v0.10.5
15782026-06-25T23:09:30.623Z Compiling hostname v0.4.2
15792026-06-25T23:09:30.669Z Compiling humantime v2.3.0
15802026-06-25T23:09:30.759Z Compiling proptest v1.11.0
15812026-06-25T23:09:30.939Z Compiling iddqd v0.4.2
15822026-06-25T23:09:31.168Z Compiling reqwest v0.12.28
15832026-06-25T23:09:31.294Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15842026-06-25T23:09:31.536Z Compiling block-buffer v0.10.4
15852026-06-25T23:09:31.854Z Compiling digest v0.10.7
15862026-06-25T23:09:31.867Z Compiling parse-display v0.10.0
15872026-06-25T23:09:32.067Z Compiling itertools v0.14.0
15882026-06-25T23:09:32.194Z Compiling progenitor-client v0.10.0
15892026-06-25T23:09:32.230Z Compiling backoff v0.4.0
15902026-06-25T23:09:32.438Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15912026-06-25T23:09:33.016Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15922026-06-25T23:09:34.352Z Compiling regress v0.11.1
15932026-06-25T23:09:34.539Z Compiling utf8parse v0.2.2
15942026-06-25T23:09:34.628Z Compiling anstyle-parse v1.0.0
15952026-06-25T23:09:34.812Z Compiling anstyle-query v1.1.5
15962026-06-25T23:09:34.921Z Compiling anstyle v1.0.14
15972026-06-25T23:09:34.989Z Compiling colorchoice v1.0.5
15982026-06-25T23:09:35.109Z Compiling is_terminal_polyfill v1.70.2
15992026-06-25T23:09:35.199Z Compiling anstream v1.0.0
16002026-06-25T23:09:35.825Z Compiling toml_datetime v0.6.11
16012026-06-25T23:09:35.897Z Compiling typify-impl v0.6.2
16022026-06-25T23:09:36.061Z Compiling zerocopy-derive v0.7.35
16032026-06-25T23:09:36.091Z Compiling cpufeatures v0.2.17
16042026-06-25T23:09:36.163Z Compiling clap_lex v1.1.0
16052026-06-25T23:09:36.419Z Compiling convert_case v0.4.0
16062026-06-25T23:09:36.708Z Compiling derive_more v0.99.20
16072026-06-25T23:09:36.927Z Compiling zerocopy v0.7.35
16082026-06-25T23:09:37.605Z Compiling unicode-width v0.2.2
16092026-06-25T23:09:38.134Z Compiling secrecy v0.10.3
16102026-06-25T23:09:38.267Z Compiling clap_derive v4.6.1
16112026-06-25T23:09:38.291Z Compiling crucible-workspace-hack v0.1.0
16122026-06-25T23:09:38.312Z Compiling tinyvec_macros v0.1.1
16132026-06-25T23:09:38.385Z Compiling float-ord v0.3.2
16142026-06-25T23:09:38.497Z Compiling tinyvec v1.11.0
16152026-06-25T23:09:38.957Z Compiling terminal_size v0.4.4
16162026-06-25T23:09:39.012Z Compiling dtrace-parser v0.2.0
16172026-06-25T23:09:39.142Z Compiling scroll_derive v0.12.1
16182026-06-25T23:09:39.222Z Compiling num-integer v0.1.46
16192026-06-25T23:09:39.225Z Compiling rustc_version v0.4.1
16202026-06-25T23:09:39.511Z Compiling usdt-impl v0.5.0
16212026-06-25T23:09:39.875Z Compiling curve25519-dalek v4.1.3
16222026-06-25T23:09:39.886Z Compiling scroll v0.12.0
16232026-06-25T23:09:40.090Z Compiling dof v0.3.0
16242026-06-25T23:09:40.165Z Compiling hmac v0.12.1
16252026-06-25T23:09:40.181Z Compiling inout v0.1.4
16262026-06-25T23:09:40.297Z Compiling darling_core v0.21.3
16272026-06-25T23:09:40.323Z Compiling ff v0.13.1
16282026-06-25T23:09:40.417Z Compiling thread-id v4.2.2
16292026-06-25T23:09:40.449Z Compiling group v0.13.0
16302026-06-25T23:09:40.556Z Compiling cipher v0.4.4
16312026-06-25T23:09:40.578Z Compiling hkdf v0.12.4
16322026-06-25T23:09:40.840Z Compiling goblin v0.8.2
16332026-06-25T23:09:41.106Z Compiling num-rational v0.4.2
16342026-06-25T23:09:41.175Z Compiling num-iter v0.1.45
16352026-06-25T23:09:41.294Z Compiling clap_builder v4.6.0
16362026-06-25T23:09:41.456Z Compiling toml_edit v0.25.12+spec-1.1.0
16372026-06-25T23:09:41.480Z Compiling thiserror-impl-no-std v2.0.2
16382026-06-25T23:09:41.717Z Compiling universal-hash v0.5.1
16392026-06-25T23:09:41.857Z Compiling crypto-bigint v0.5.5
16402026-06-25T23:09:42.277Z Compiling typify-macro v0.6.2
16412026-06-25T23:09:42.342Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16422026-06-25T23:09:42.375Z Compiling darling_macro v0.21.3
16432026-06-25T23:09:42.685Z Compiling crossbeam-epoch v0.9.18
16442026-06-25T23:09:42.973Z Compiling half v2.7.1
16452026-06-25T23:09:43.011Z Compiling curve25519-dalek-derive v0.1.1
16462026-06-25T23:09:43.022Z Compiling num-complex v0.4.6
16472026-06-25T23:09:43.391Z Compiling opaque-debug v0.3.1
16482026-06-25T23:09:43.403Z Compiling base16ct v0.2.0
16492026-06-25T23:09:43.461Z Compiling base64ct v1.8.3
16502026-06-25T23:09:43.481Z Compiling ciborium-io v0.2.2
16512026-06-25T23:09:43.555Z Compiling ciborium-ll v0.2.2
16522026-06-25T23:09:43.574Z Compiling elliptic-curve v0.13.8
16532026-06-25T23:09:43.755Z Compiling password-hash v0.5.0
16542026-06-25T23:09:43.771Z Compiling poly1305 v0.8.0
16552026-06-25T23:09:44.238Z Compiling num v0.4.3
16562026-06-25T23:09:44.351Z Compiling darling v0.21.3
16572026-06-25T23:09:44.371Z Compiling typify v0.6.2
16582026-06-25T23:09:44.429Z Compiling clap v4.6.1
16592026-06-25T23:09:44.510Z Compiling thiserror-no-std v2.0.2
16602026-06-25T23:09:44.600Z Compiling proc-macro-crate v3.5.0
16612026-06-25T23:09:44.875Z Compiling chacha20 v0.9.1
16622026-06-25T23:09:44.939Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16632026-06-25T23:09:45.085Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16642026-06-25T23:09:45.575Z Compiling blake2 v0.10.6
16652026-06-25T23:09:45.629Z Compiling aead v0.5.2
16662026-06-25T23:09:45.774Z Compiling byte-wrapper v0.1.0
16672026-06-25T23:09:45.790Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16682026-06-25T23:09:46.022Z Compiling proc-macro-error-attr v1.0.4
16692026-06-25T23:09:46.191Z Compiling heapless v0.8.0
16702026-06-25T23:09:46.263Z Compiling rustix v0.38.44
16712026-06-25T23:09:46.266Z Compiling keccak v0.1.6
16722026-06-25T23:09:46.504Z Compiling unsafe-libyaml v0.2.11
16732026-06-25T23:09:46.504Z Compiling prettyplease v0.2.37
16742026-06-25T23:09:46.992Z Compiling sha3 v0.10.9
16752026-06-25T23:09:47.051Z Compiling serde_yaml v0.9.34+deprecated
16762026-06-25T23:09:47.265Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16772026-06-25T23:09:47.294Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16782026-06-25T23:09:48.206Z Compiling argon2 v0.5.3
16792026-06-25T23:09:48.301Z Compiling chacha20poly1305 v0.10.1
16802026-06-25T23:09:48.414Z Compiling num_enum_derive v0.7.6
16812026-06-25T23:09:48.427Z Compiling vsss-rs v3.3.4
16822026-06-25T23:09:48.464Z Compiling ingot-macros v0.1.1
16832026-06-25T23:09:48.562Z Compiling ciborium v0.2.2
16842026-06-25T23:09:49.204Z Compiling usdt-attr-macro v0.5.0
16852026-06-25T23:09:49.488Z Compiling usdt-macro v0.5.0
16862026-06-25T23:09:50.380Z Compiling serde_spanned v0.6.9
16872026-06-25T23:09:50.525Z Compiling enum-as-inner v0.6.1
16882026-06-25T23:09:51.037Z Compiling hash32 v0.3.1
16892026-06-25T23:09:51.126Z Compiling proc-macro-error v1.0.4
16902026-06-25T23:09:51.141Z Compiling memmap v0.7.0
16912026-06-25T23:09:51.191Z Compiling memoffset v0.9.1
16922026-06-25T23:09:51.286Z Compiling winnow v0.7.15
16932026-06-25T23:09:51.323Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16942026-06-25T23:09:51.366Z Compiling cfg_aliases v0.2.1
16952026-06-25T23:09:51.377Z Compiling smoltcp v0.11.0
16962026-06-25T23:09:51.428Z Compiling toml_write v0.1.2
16972026-06-25T23:09:51.439Z Compiling winnow v0.5.40
16982026-06-25T23:09:51.443Z Compiling indent_write v2.2.0
16992026-06-25T23:09:51.574Z Compiling data-encoding v2.11.0
17002026-06-25T23:09:51.602Z Compiling nix v0.31.3
17012026-06-25T23:09:51.719Z Compiling rustls-webpki v0.103.13
17022026-06-25T23:09:52.040Z Compiling ingot-types v0.1.2
17032026-06-25T23:09:52.113Z Compiling usdt v0.5.0
17042026-06-25T23:09:52.514Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17052026-06-25T23:09:52.746Z Compiling toml_edit v0.19.15
17062026-06-25T23:09:52.746Z Compiling toml_edit v0.22.27
17072026-06-25T23:09:52.798Z Compiling num_enum v0.7.6
17082026-06-25T23:09:52.827Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17092026-06-25T23:09:52.842Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17102026-06-25T23:09:53.089Z Compiling tabwriter v1.4.1
17112026-06-25T23:09:53.355Z Compiling cobs v0.3.0
17122026-06-25T23:09:53.466Z Compiling serde_repr v0.1.20
17132026-06-25T23:09:53.548Z Compiling vcpkg v0.2.15
17142026-06-25T23:09:53.821Z Compiling bitflags v1.3.2
17152026-06-25T23:09:53.901Z Compiling managed v0.8.0
17162026-06-25T23:09:54.071Z Compiling pkg-config v0.3.33
17172026-06-25T23:09:54.129Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17182026-06-25T23:09:54.393Z Compiling toml v0.8.23
17192026-06-25T23:09:54.583Z Compiling openssl-sys v0.9.116
17202026-06-25T23:09:54.812Z Compiling proc-macro-crate v1.3.1
17212026-06-25T23:09:55.116Z Compiling tokio-rustls v0.26.4
17222026-06-25T23:09:55.144Z Compiling rustls-platform-verifier v0.7.0
17232026-06-25T23:09:55.156Z Compiling postcard v1.1.3
17242026-06-25T23:09:55.383Z Compiling hyper-rustls v0.27.9
17252026-06-25T23:09:55.689Z Compiling reqwest v0.13.4
17262026-06-25T23:09:56.883Z Compiling progenitor-client v0.14.0
17272026-06-25T23:09:56.932Z Compiling ingot v0.1.1
17282026-06-25T23:09:57.184Z Compiling progenitor-extras v0.2.0
17292026-06-25T23:09:58.072Z Compiling hubpack_derive v0.1.1
17302026-06-25T23:09:58.446Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-06-25T23:09:58.614Z Compiling foreign-types-macros v0.2.3
17322026-06-25T23:09:58.646Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17332026-06-25T23:09:58.811Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17342026-06-25T23:09:59.078Z Compiling unicode-segmentation v1.13.3
17352026-06-25T23:09:59.325Z Compiling static_assertions v1.1.0
17362026-06-25T23:09:59.403Z Compiling rayon-core v1.13.0
17372026-06-25T23:09:59.554Z Compiling linked-hash-map v0.5.6
17382026-06-25T23:09:59.648Z Compiling resolv-conf v0.7.6
17392026-06-25T23:09:59.747Z Compiling colored v3.1.1
17402026-06-25T23:10:00.013Z Compiling semver v0.1.20
17412026-06-25T23:10:00.046Z Compiling foreign-types-shared v0.3.1
17422026-06-25T23:10:00.144Z Compiling heck v0.4.1
17432026-06-25T23:10:00.157Z Compiling swrite v0.1.0
17442026-06-25T23:10:00.253Z Compiling rustc_version v0.1.7
17452026-06-25T23:10:00.283Z Compiling foreign-types v0.5.0
17462026-06-25T23:10:00.350Z Compiling lru-cache v0.1.2
17472026-06-25T23:10:00.385Z Compiling newline-converter v0.3.0
17482026-06-25T23:10:00.480Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17492026-06-25T23:10:00.503Z Compiling hubpack v0.1.2
17502026-06-25T23:10:00.596Z Compiling num_enum_derive v0.5.11
17512026-06-25T23:10:00.916Z Compiling atomicwrites v0.4.4
17522026-06-25T23:10:01.122Z Compiling hickory-proto v0.24.4
17532026-06-25T23:10:01.750Z Compiling progenitor-impl v0.13.0
17542026-06-25T23:10:02.329Z Compiling crossbeam-deque v0.8.6
17552026-06-25T23:10:02.362Z Compiling console v0.15.11
17562026-06-25T23:10:02.546Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17572026-06-25T23:10:03.034Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17582026-06-25T23:10:03.040Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17592026-06-25T23:10:03.565Z Compiling camino-tempfile v1.4.1
17602026-06-25T23:10:03.816Z Compiling chacha20 v0.10.0
17612026-06-25T23:10:04.146Z Compiling serde-big-array v0.5.1
17622026-06-25T23:10:04.308Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17632026-06-25T23:10:04.507Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17642026-06-25T23:10:04.574Z Compiling pin-project-internal v1.1.13
17652026-06-25T23:10:04.700Z Compiling num-derive v0.4.2
17662026-06-25T23:10:05.172Z Compiling derive-where v1.6.1
17672026-06-25T23:10:05.312Z Compiling cstr-argument v0.1.2
17682026-06-25T23:10:05.380Z Compiling similar v2.7.0
17692026-06-25T23:10:05.468Z Compiling minimal-lexical v0.2.1
17702026-06-25T23:10:05.613Z Compiling siphasher v1.0.3
17712026-06-25T23:10:05.687Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17722026-06-25T23:10:05.702Z Compiling pin-project v1.1.13
17732026-06-25T23:10:05.725Z Compiling nom v7.1.3
17742026-06-25T23:10:05.801Z Compiling expectorate v1.2.0
17752026-06-25T23:10:05.812Z Compiling phf_shared v0.12.1
17762026-06-25T23:10:05.943Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17772026-06-25T23:10:05.955Z Compiling progenitor-macro v0.13.0
17782026-06-25T23:10:05.985Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17792026-06-25T23:10:06.203Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17802026-06-25T23:10:06.337Z Compiling rand v0.10.1
17812026-06-25T23:10:06.466Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17822026-06-25T23:10:06.588Z Compiling hickory-resolver v0.24.4
17832026-06-25T23:10:07.024Z Compiling num_enum v0.5.11
17842026-06-25T23:10:07.079Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17852026-06-25T23:10:07.139Z Compiling newtype_derive v0.1.6
17862026-06-25T23:10:07.277Z Compiling progenitor-client v0.13.0
17872026-06-25T23:10:07.580Z Compiling progenitor-impl v0.14.0
17882026-06-25T23:10:07.645Z Compiling unicode-normalization v0.1.25
17892026-06-25T23:10:08.113Z Compiling tokio-stream v0.1.18
17902026-06-25T23:10:08.579Z Compiling snafu-derive v0.8.9
17912026-06-25T23:10:08.772Z Compiling async-recursion v1.1.1
17922026-06-25T23:10:09.099Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17932026-06-25T23:10:09.282Z Compiling slog-dtrace v0.3.0
17942026-06-25T23:10:09.444Z Compiling csv-core v0.1.13
17952026-06-25T23:10:09.522Z Compiling bstr v1.12.1
17962026-06-25T23:10:09.545Z Compiling foreign-types-shared v0.1.1
17972026-06-25T23:10:09.637Z Compiling same-file v1.0.6
17982026-06-25T23:10:09.718Z Compiling chrono-tz v0.10.4
17992026-06-25T23:10:09.822Z Compiling unicode-xid v0.2.6
18002026-06-25T23:10:09.946Z Compiling openssl v0.10.80
18012026-06-25T23:10:09.960Z Compiling foldhash v0.1.5
18022026-06-25T23:10:10.034Z Compiling unicode-width v0.1.14
18032026-06-25T23:10:10.139Z Compiling owo-colors v4.3.0
18042026-06-25T23:10:10.239Z Compiling cancel-safe-futures v0.1.5
18052026-06-25T23:10:10.323Z Compiling highway v1.3.0
18062026-06-25T23:10:10.409Z Compiling konst_macro_rules v0.2.19
18072026-06-25T23:10:10.525Z Compiling snafu v0.8.9
18082026-06-25T23:10:10.539Z Compiling konst v0.2.20
18092026-06-25T23:10:10.590Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-06-25T23:10:10.737Z Compiling hashbrown v0.15.5
18112026-06-25T23:10:10.792Z Compiling const_format_proc_macros v0.2.34
18122026-06-25T23:10:10.915Z Compiling globset v0.4.18
18132026-06-25T23:10:11.018Z Compiling walkdir v2.5.0
18142026-06-25T23:10:11.134Z Compiling progenitor v0.13.0
18152026-06-25T23:10:11.212Z Compiling progenitor-macro v0.14.0
18162026-06-25T23:10:11.266Z Compiling csv v1.4.0
18172026-06-25T23:10:11.280Z Compiling foreign-types v0.3.2
18182026-06-25T23:10:11.397Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-25T23:10:11.430Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-06-25T23:10:11.604Z Compiling qorb v0.4.1
18212026-06-25T23:10:11.740Z Compiling olpc-cjson v0.1.4
18222026-06-25T23:10:11.907Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-06-25T23:10:13.526Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18242026-06-25T23:10:13.666Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-06-25T23:10:13.775Z Compiling rayon v1.12.0
18262026-06-25T23:10:13.854Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18272026-06-25T23:10:13.871Z Compiling phf v0.12.1
18282026-06-25T23:10:14.009Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-06-25T23:10:14.024Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-06-25T23:10:14.686Z Compiling zone_cfg_derive v0.3.1
18312026-06-25T23:10:15.006Z Compiling tokio-dtrace v0.1.1
18322026-06-25T23:10:15.324Z Compiling itertools v0.12.1
18332026-06-25T23:10:15.393Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18342026-06-25T23:10:15.598Z Compiling libsw-core v0.3.2
18352026-06-25T23:10:15.648Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18362026-06-25T23:10:15.768Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-06-25T23:10:16.032Z Compiling serde_plain v1.0.2
18382026-06-25T23:10:16.246Z Compiling openssl-macros v0.1.1
18392026-06-25T23:10:16.305Z Compiling pem v3.0.6
18402026-06-25T23:10:16.383Z Compiling cookie v0.18.1
18412026-06-25T23:10:16.559Z Compiling sigpipe v0.1.3
18422026-06-25T23:10:16.636Z Compiling fixedbitset v0.5.7
18432026-06-25T23:10:16.649Z Compiling glob v0.3.3
18442026-06-25T23:10:16.699Z Compiling bytecount v0.6.9
18452026-06-25T23:10:16.712Z Compiling jiff v0.2.28
18462026-06-25T23:10:16.766Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-06-25T23:10:16.780Z Compiling fixedbitset v0.4.2
18482026-06-25T23:10:16.842Z Compiling typed-path v0.9.3
18492026-06-25T23:10:16.974Z Compiling petgraph v0.6.5
18502026-06-25T23:10:17.018Z Compiling petgraph v0.8.3
18512026-06-25T23:10:17.021Z Compiling papergrid v0.11.0
18522026-06-25T23:10:18.171Z Compiling tough v0.22.0
18532026-06-25T23:10:18.554Z Compiling progenitor v0.14.0
18542026-06-25T23:10:18.693Z Compiling zone v0.3.1
18552026-06-25T23:10:18.780Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18562026-06-25T23:10:18.817Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-25T23:10:18.894Z Compiling libsw v3.5.0
18582026-06-25T23:10:19.011Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18592026-06-25T23:10:19.116Z Compiling oxide-tokio-rt v0.1.6
18602026-06-25T23:10:19.195Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-25T23:10:19.309Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18622026-06-25T23:10:19.418Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-25T23:10:19.496Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-25T23:10:20.460Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-25T23:10:20.531Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-25T23:10:20.596Z Compiling const_format v0.2.36
18672026-06-25T23:10:20.960Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18682026-06-25T23:10:21.243Z Compiling tabled_derive v0.7.0
18692026-06-25T23:10:21.369Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-25T23:10:21.427Z Compiling gethostname v0.5.0
18712026-06-25T23:10:21.457Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-06-25T23:10:21.550Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18732026-06-25T23:10:21.582Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-25T23:10:21.650Z Compiling smf v0.2.3
18752026-06-25T23:10:21.704Z Compiling bcs v0.1.6
18762026-06-25T23:10:21.960Z Compiling smawk v0.3.2
18772026-06-25T23:10:22.018Z Compiling unicode-linebreak v0.1.5
18782026-06-25T23:10:22.099Z Compiling tagptr v0.2.0
18792026-06-25T23:10:22.234Z Compiling linear-map v1.2.0
18802026-06-25T23:10:22.252Z Compiling lazy_static v1.5.0
18812026-06-25T23:10:22.252Z Compiling termtree v0.5.1
18822026-06-25T23:10:22.274Z Compiling whoami v1.6.1
18832026-06-25T23:10:22.355Z Compiling steno v0.4.1
18842026-06-25T23:10:22.410Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-06-25T23:10:22.425Z Compiling tabled v0.15.0
18862026-06-25T23:10:22.830Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-25T23:10:22.988Z Compiling moka v0.12.15
18882026-06-25T23:10:23.778Z Compiling textwrap v0.16.2
18892026-06-25T23:10:24.215Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-25T23:10:24.285Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-25T23:10:24.353Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-25T23:10:25.184Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-06-25T23:10:25.197Z Compiling hickory-proto v0.25.2
18942026-06-25T23:10:25.666Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18952026-06-25T23:10:26.131Z Compiling parking_lot_core v0.8.6
18962026-06-25T23:10:26.449Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18972026-06-25T23:10:26.693Z Compiling libscf-sys v1.2.0
18982026-06-25T23:10:26.841Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-06-25T23:10:26.982Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19002026-06-25T23:10:27.140Z Compiling hickory-resolver v0.25.2
19012026-06-25T23:10:27.223Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19022026-06-25T23:10:27.248Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19032026-06-25T23:10:27.538Z Compiling nom v8.0.0
19042026-06-25T23:10:27.634Z Compiling parking_lot v0.11.2
19052026-06-25T23:10:27.709Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19062026-06-25T23:10:27.955Z Compiling fxhash v0.2.1
19072026-06-25T23:10:27.998Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-06-25T23:10:28.043Z Compiling internet-checksum v0.2.1
19092026-06-25T23:10:28.090Z Compiling sled v0.34.7
19102026-06-25T23:10:28.181Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19112026-06-25T23:10:29.682Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19122026-06-25T23:10:32.760Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-06-25T23:10:34.912Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19142026-06-25T23:10:40.697Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-06-25T23:10:42.289Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-06-25T23:10:43.325Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19172026-06-25T23:10:44.280Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19182026-06-25T23:10:45.326Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19192026-06-25T23:11:09.174Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
19202026-06-25T23:11:09.174Z────────────
19212026-06-25T23:11:09.174Z Nextest run ID e2ba309a-363b-41da-90d3-2de3c36bfdea with nextest profile: default
19222026-06-25T23:11:09.174Z Starting 13 tests across 1 binary (28 tests skipped)
19232026-06-25T23:11:25.242Z PASS [ 17.074s] rdb proptest::prop_ipv6_normalized_is_network_address
19242026-06-25T23:11:25.263Z PASS [ 17.095s] rdb proptest::prop_ipv4_normalized_is_network_address
19252026-06-25T23:11:25.347Z PASS [ 17.180s] rdb proptest::prop_ipv4_subnet_of_self
19262026-06-25T23:11:25.353Z PASS [ 17.185s] rdb proptest::prop_ipv4_default_contains_all
19272026-06-25T23:11:25.408Z PASS [ 17.240s] rdb proptest::prop_ipv6_default_contains_all
19282026-06-25T23:11:25.440Z PASS [ 17.272s] rdb proptest::prop_ipv6_subnet_of_self
19292026-06-25T23:11:34.496Z PASS [ 26.327s] rdb proptest::prop_static_route_key_deduplication
19302026-06-25T23:12:01.753Z PASS [ 36.505s] rdb proptest::prop_static_route_key_normalization_idempotent
19312026-06-25T23:12:01.791Z PASS [ 36.523s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19322026-06-25T23:12:01.818Z PASS [ 36.465s] rdb proptest::prop_static_route_key_normalization_preserves_length
19332026-06-25T23:12:01.855Z PASS [ 36.496s] rdb proptest::prop_static_route_key_normalized_is_network_address
19342026-06-25T23:12:08.176Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19352026-06-25T23:12:18.530Z PASS [ 52.736s] rdb proptest::prop_static_route_key_ord_consistency
19362026-06-25T23:13:08.523Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19372026-06-25T23:14:08.195Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19382026-06-25T23:15:08.207Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19392026-06-25T23:15:37.388Z PASS [ 269.182s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19402026-06-25T23:15:37.391Z────────────
19412026-06-25T23:15:37.391Z Summary [ 269.183s] 13 tests run: 13 passed (1 slow), 28 skipped
19422026-06-25T23:15:37.401Z+ cp './*.log' /work/
19432026-06-25T23:15:37.404Z+ true
19442026-06-25T23:15:37.404Z+ [[ -d proptest-regressions ]]
19452026-06-25T23:15:37.404Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19462026-06-25T23:15:37.409Z+ popd
19472026-06-25T23:15:37.409Z/work/oxidecomputer/maghemite
19482026-06-25T23:15:37.409Z+ pushd bgp
19492026-06-25T23:15:37.409Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19502026-06-25T23:15:37.409Z+ PROPTEST_CASES=1000000
19512026-06-25T23:15:37.409Z+ cargo nextest run --lib proptest
19522026-06-25T23:15:38.582Z Compiling smallvec v1.15.1
19532026-06-25T23:15:38.745Z Compiling crunchy v0.2.4
19542026-06-25T23:15:38.765Z Compiling tiny-keccak v2.0.2
19552026-06-25T23:15:38.774Z Compiling smartstring v1.0.1
19562026-06-25T23:15:38.774Z Compiling ahash v0.8.12
19572026-06-25T23:15:38.792Z Compiling thin-vec v0.2.18
19582026-06-25T23:15:38.792Z Compiling serial_test_derive v3.5.0
19592026-06-25T23:15:38.892Z Compiling icu_normalizer v2.2.0
19602026-06-25T23:15:38.903Z Compiling parking_lot_core v0.9.12
19612026-06-25T23:15:39.058Z Compiling parking_lot_core v0.8.6
19622026-06-25T23:15:39.121Z Compiling parking_lot v0.12.5
19632026-06-25T23:15:39.301Z Compiling idna_adapter v1.2.2
19642026-06-25T23:15:39.373Z Compiling tokio v1.52.3
19652026-06-25T23:15:39.454Z Compiling idna v1.1.0
19662026-06-25T23:15:39.540Z Compiling moka v0.12.15
19672026-06-25T23:15:39.554Z Compiling const-random-macro v0.1.16
19682026-06-25T23:15:39.636Z Compiling parking_lot v0.11.2
19692026-06-25T23:15:39.923Z Compiling url v2.5.8
19702026-06-25T23:15:40.053Z Compiling const-random v0.1.18
19712026-06-25T23:15:40.247Z Compiling sled v0.34.7
19722026-06-25T23:15:40.345Z Compiling rhai_codegen v3.2.0
19732026-06-25T23:15:40.355Z Compiling diff v0.1.13
19742026-06-25T23:15:40.366Z Compiling yansi v1.0.1
19752026-06-25T23:15:40.635Z Compiling schemars v0.8.22
19762026-06-25T23:15:40.647Z Compiling pretty_assertions v1.4.1
19772026-06-25T23:15:40.680Z Compiling serial_test v3.5.0
19782026-06-25T23:15:41.362Z Compiling ipnetwork v0.21.1
19792026-06-25T23:15:41.362Z Compiling newtype-uuid v1.3.2
19802026-06-25T23:15:41.362Z Compiling serde_with v3.20.0
19812026-06-25T23:15:41.393Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19822026-06-25T23:15:41.719Z Compiling oxnet v0.1.6
19832026-06-25T23:15:41.826Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-06-25T23:15:42.106Z Compiling daft v0.1.7
19852026-06-25T23:15:42.194Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19862026-06-25T23:15:42.238Z Compiling byte-wrapper v0.1.0
19872026-06-25T23:15:42.381Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19882026-06-25T23:15:42.392Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19892026-06-25T23:15:42.524Z Compiling iddqd v0.4.2
19902026-06-25T23:15:42.607Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-06-25T23:15:42.963Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19922026-06-25T23:15:42.975Z Compiling typify-impl v0.6.2
19932026-06-25T23:15:43.005Z Compiling tokio-util v0.7.18
19942026-06-25T23:15:43.116Z Compiling tokio-rustls v0.26.4
19952026-06-25T23:15:43.388Z Compiling tower v0.5.3
19962026-06-25T23:15:43.665Z Compiling h2 v0.4.14
19972026-06-25T23:15:43.769Z Compiling async-compression v0.4.42
19982026-06-25T23:15:43.848Z Compiling tower-http v0.6.11
19992026-06-25T23:15:43.884Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20002026-06-25T23:15:44.091Z Compiling backoff v0.4.0
20012026-06-25T23:15:44.932Z Compiling typify v0.6.2
20022026-06-25T23:15:44.963Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20032026-06-25T23:15:45.042Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20042026-06-25T23:15:45.742Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20052026-06-25T23:15:45.875Z Compiling hyper v1.10.1
20062026-06-25T23:15:46.043Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20072026-06-25T23:15:46.160Z Compiling hickory-proto v0.24.4
20082026-06-25T23:15:46.312Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20092026-06-25T23:15:47.476Z Compiling hyper-util v0.1.20
20102026-06-25T23:15:47.642Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20112026-06-25T23:15:47.709Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20122026-06-25T23:15:47.745Z Compiling progenitor-impl v0.13.0
20132026-06-25T23:15:47.838Z Compiling tokio-stream v0.1.18
20142026-06-25T23:15:48.310Z Compiling hickory-resolver v0.24.4
20152026-06-25T23:15:48.597Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20162026-06-25T23:15:49.239Z Compiling hyper-rustls v0.27.9
20172026-06-25T23:15:49.406Z Compiling dropshot v0.17.1
20182026-06-25T23:15:49.490Z Compiling reqwest v0.13.4
20192026-06-25T23:15:49.556Z Compiling reqwest v0.12.28
20202026-06-25T23:15:51.000Z Compiling progenitor-client v0.14.0
20212026-06-25T23:15:51.319Z Compiling progenitor-extras v0.2.0
20222026-06-25T23:15:51.410Z Compiling progenitor-client v0.10.0
20232026-06-25T23:15:51.982Z Compiling progenitor-client v0.13.0
20242026-06-25T23:15:52.125Z Compiling qorb v0.4.1
20252026-06-25T23:15:52.297Z Compiling progenitor v0.13.0
20262026-06-25T23:15:52.441Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-06-25T23:15:52.993Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-06-25T23:15:53.773Z Compiling progenitor-impl v0.14.0
20292026-06-25T23:15:54.327Z Compiling libsw-core v0.3.2
20302026-06-25T23:15:54.432Z Compiling tokio-dtrace v0.1.1
20312026-06-25T23:15:54.510Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20322026-06-25T23:15:54.714Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20332026-06-25T23:15:54.904Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20342026-06-25T23:15:55.318Z Compiling progenitor v0.14.0
20352026-06-25T23:15:55.470Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-25T23:15:55.661Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20372026-06-25T23:15:56.193Z Compiling oxide-tokio-rt v0.1.6
20382026-06-25T23:15:56.409Z Compiling libsw v3.5.0
20392026-06-25T23:15:56.523Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-06-25T23:15:56.573Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-06-25T23:15:56.893Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-06-25T23:15:57.046Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-06-25T23:15:57.474Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-06-25T23:15:58.084Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-06-25T23:15:58.650Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-25T23:15:58.934Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-06-25T23:15:59.369Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-06-25T23:15:59.583Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-25T23:15:59.641Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-25T23:15:59.716Z Compiling tough v0.22.0
20512026-06-25T23:15:59.798Z Compiling zone v0.3.1
20522026-06-25T23:16:00.282Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20532026-06-25T23:16:00.612Z Compiling cancel-safe-futures v0.1.5
20542026-06-25T23:16:00.719Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-06-25T23:16:00.926Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-25T23:16:01.110Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-25T23:16:01.304Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-25T23:16:01.505Z Compiling hickory-proto v0.25.2
20592026-06-25T23:16:01.620Z Compiling steno v0.4.1
20602026-06-25T23:16:01.725Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20612026-06-25T23:16:01.747Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-06-25T23:16:02.575Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20632026-06-25T23:16:02.736Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-06-25T23:16:03.112Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20652026-06-25T23:16:03.223Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20662026-06-25T23:16:03.612Z Compiling hickory-resolver v0.25.2
20672026-06-25T23:16:04.043Z Compiling rhai v1.25.1
20682026-06-25T23:16:04.545Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-06-25T23:16:04.867Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-25T23:16:04.925Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-06-25T23:16:05.912Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-06-25T23:16:06.787Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-06-25T23:16:07.415Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-06-25T23:16:08.981Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20752026-06-25T23:16:09.164Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20762026-06-25T23:16:09.309Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20772026-06-25T23:16:14.971Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20782026-06-25T23:16:22.692Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-06-25T23:16:24.302Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-06-25T23:16:25.347Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20812026-06-25T23:16:26.291Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20822026-06-25T23:16:27.137Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20832026-06-25T23:16:29.152Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20842026-06-25T23:17:00.253Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
20852026-06-25T23:17:00.428Z────────────
20862026-06-25T23:17:00.428Z Nextest run ID b073d6e1-251a-4ed3-a7bd-cc61ae26486e with nextest profile: default
20872026-06-25T23:17:00.428Z Starting 17 tests across 1 binary (134 tests skipped)
20882026-06-25T23:17:17.726Z PASS [ 17.295s] bgp proptest::prop_ipv4_wire_format_roundtrip
20892026-06-25T23:17:19.579Z PASS [ 19.148s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20902026-06-25T23:17:19.635Z PASS [ 19.205s] bgp proptest::prop_ipv4_prefixes_roundtrip
20912026-06-25T23:17:20.847Z PASS [ 20.416s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20922026-06-25T23:17:21.361Z PASS [ 20.930s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20932026-06-25T23:17:21.443Z PASS [ 21.012s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20942026-06-25T23:17:29.727Z PASS [ 29.295s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20952026-06-25T23:17:34.903Z PASS [ 17.175s] bgp proptest::prop_ipv6_wire_format_roundtrip
20962026-06-25T23:17:39.991Z PASS [ 20.410s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20972026-06-25T23:17:40.002Z PASS [ 19.153s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20982026-06-25T23:17:40.617Z PASS [ 19.171s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20992026-06-25T23:17:41.231Z PASS [ 19.867s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
21002026-06-25T23:18:00.460Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
21012026-06-25T23:18:04.182Z PASS [ 29.257s] bgp proptest::prop_update_mp_unreach_roundtrip
21022026-06-25T23:18:08.411Z PASS [ 67.973s] bgp proptest::prop_encode_decode_semantic_equivalence
21032026-06-25T23:18:19.649Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21042026-06-25T23:18:29.739Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21052026-06-25T23:18:30.638Z PASS [ 70.991s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21062026-06-25T23:18:40.002Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21072026-06-25T23:18:42.984Z PASS [ 62.983s] bgp proptest::prop_update_traditional_roundtrip
21082026-06-25T23:18:44.601Z PASS [ 74.863s] bgp proptest::prop_update_mp_reach_roundtrip
21092026-06-25T23:18:44.601Z────────────
21102026-06-25T23:18:44.601Z Summary [ 104.158s] 17 tests run: 17 passed (4 slow), 134 skipped
21112026-06-25T23:18:44.613Z+ cp './*.log' /work/
21122026-06-25T23:18:44.617Z+ true
21132026-06-25T23:18:44.617Z+ [[ -d proptest-regressions ]]
21142026-06-25T23:18:44.617Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21152026-06-25T23:18:44.620Z+ popd
21162026-06-25T23:18:44.620Z/work/oxidecomputer/maghemite
21172026-06-25T23:18:44.620Zprocess exited: duration 733933 ms, exit code 0
 
21182026-06-25T23:18:44.626Zfound 0 output files