01KXFGS9DD0MZNZHBYHCKM7JDE: 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: 01KXFGSRXEWK8DCR4471WYPXW3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T05:16:17.746Zjob assigned to worker 01KXFGTBB1VCQMH593SGBZ9GJJ [factory aws, i-01a826716d505ac4f] (queued for 1 m 9 s)
 
22026-07-14T05:16:24.331Zstarting task 0: "setup"
32026-07-14T05:16:24.336Z++ uname -s
42026-07-14T05:16:24.338Z+ kern=SunOS
52026-07-14T05:16:24.338Z+ build_user=build
62026-07-14T05:16:24.338Z+ build_uid=12345
72026-07-14T05:16:24.338Z+ work_dir=/work
82026-07-14T05:16:24.338Z+ input_dir=/input
92026-07-14T05:16:24.339Z+ [[ 0 == 12345 ]]
102026-07-14T05:16:24.339Z+ case "$kern" in
112026-07-14T05:16:24.339Z+ groupadd -g 12345 build
122026-07-14T05:16:24.341Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T05:16:26.346Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T05:16:26.419Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T05:16:26.422Z+ home_fs=zfs
162026-07-14T05:16:26.422Z+ [[ zfs == autofs ]]
172026-07-14T05:16:26.422Z+ mkdir -p /home/build
182026-07-14T05:16:26.422Z+ chown build:build /home/build /work
192026-07-14T05:16:28.423Z+ chmod 0700 /home/build /work
202026-07-14T05:16:28.426Zprocess exited: duration 4096 ms, exit code 0
 
212026-07-14T05:16:28.432Zstarting task 1: "rust-toolchain"
222026-07-14T05:16:28.436Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T05:16:28.436Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-14T05:16:28.436Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-14T05:16:28.436Z * rust toolchain channel = "stable"
262026-07-14T05:16:28.436Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T05:16:28.436Z * rust toolchain profile = "default"
282026-07-14T05:16:28.439Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T05:16:28.439Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T05:16:28.513Zinfo: downloading installer
312026-07-14T05:16:29.904Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T05:16:29.904Zwarn: /opt/ooce/bin
332026-07-14T05:16:29.904Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T05:16:29.904Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T05:16:29.904Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T05:16:29.904Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T05:16:29.904Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T05:16:29.904Zerror: cannot install while Rust is installed
392026-07-14T05:16:29.904Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T05:16:29.904Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T05:16:29.904Zwarn: /home/build/.rustup/settings.toml
422026-07-14T05:16:29.904Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T05:16:29.904Zwarn: instead of the one inferred from the default host triple.
442026-07-14T05:16:29.917Zinfo: profile set to default
452026-07-14T05:16:29.917Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T05:16:29.920Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T05:16:30.055Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T05:16:30.058Zinfo: downloading 6 components
492026-07-14T05:16:45.468Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T05:16:45.468Z
512026-07-14T05:16:45.495Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T05:16:45.495Z
532026-07-14T05:16:45.498Z
542026-07-14T05:16:45.498ZRust is installed now. Great!
552026-07-14T05:16:45.498Z
562026-07-14T05:16:45.498ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T05:16:45.499Zenvironment variable. This has not been done automatically.
582026-07-14T05:16:45.499Z
592026-07-14T05:16:45.499ZTo configure your current shell, you need to source
602026-07-14T05:16:45.499Zthe corresponding env file under $HOME/.cargo.
612026-07-14T05:16:45.499Z
622026-07-14T05:16:45.499ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T05:16:45.499Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T05:16:45.499Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T05:16:45.499Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T05:16:45.499Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T05:16:45.499Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T05:16:45.499Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T05:16:45.499Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T05:16:45.499Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T05:16:45.598Z+ rustup --version
722026-07-14T05:16:45.608Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T05:16:45.611Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T05:16:45.628Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T05:16:45.631Z+ cargo --version
762026-07-14T05:16:45.646Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T05:16:45.649Z+ rustc --version
782026-07-14T05:16:45.668Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T05:16:45.671Zprocess exited: duration 17237 ms, exit code 0
 
802026-07-14T05:16:45.676Zstarting task 2: "authentication"
812026-07-14T05:16:45.693Zprocess exited: duration 16 ms, exit code 0
 
822026-07-14T05:16:45.698Zstarting task 3: "clone repository"
832026-07-14T05:16:45.701Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T05:16:45.704Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T05:16:45.739ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T05:16:46.927Z+ cd /work/oxidecomputer/maghemite
872026-07-14T05:16:46.927Z+ git fetch origin 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
882026-07-14T05:16:47.188ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T05:16:47.188Z * branch 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1 -> FETCH_HEAD
902026-07-14T05:16:47.193Z+ [[ -n renovate/socket2-0.x-lockfile ]]
912026-07-14T05:16:47.196Z++ git branch --show-current
922026-07-14T05:16:47.196Z+ current=main
932026-07-14T05:16:47.196Z+ [[ main != renovate/socket2-0.x-lockfile ]]
942026-07-14T05:16:47.196Z+ git branch -f renovate/socket2-0.x-lockfile 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
952026-07-14T05:16:47.199Z+ git checkout -f renovate/socket2-0.x-lockfile
962026-07-14T05:16:47.216ZSwitched to branch 'renovate/socket2-0.x-lockfile'
972026-07-14T05:16:47.219Z+ git reset --hard 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
982026-07-14T05:16:47.234ZHEAD is now at 2a6d1fd Update Rust crate socket2 to v0.6.5
992026-07-14T05:16:47.237Zprocess exited: duration 1536 ms, exit code 0
 
1002026-07-14T05:16:47.243Zstarting task 4: "build"
1012026-07-14T05:16:47.247Z+ set -e
1022026-07-14T05:16:47.247Z+ NEXTEST_VERSION=0.9.97
1032026-07-14T05:16:47.247Z+ PLATFORM=illumos
1042026-07-14T05:16:47.247Z+ cargo --version
1052026-07-14T05:16:47.252Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1062026-07-14T05:16:47.413Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1072026-07-14T05:16:47.416Zinfo: downloading 6 components
1082026-07-14T05:17:02.377Zcargo 1.96.1 (356927216 2026-06-26)
1092026-07-14T05:17:02.380Z+ rustc --version
1102026-07-14T05:17:02.408Zrustc 1.96.1 (31fca3adb 2026-06-26)
1112026-07-14T05:17:02.412Z+ cargo install cargo-nextest --version 0.9.97
1122026-07-14T05:17:02.456Z Updating crates.io index
1132026-07-14T05:17:02.554Z Downloading crates ...
1142026-07-14T05:17:02.613Z Downloaded cargo-nextest v0.9.97
1152026-07-14T05:17:02.671Z Installing cargo-nextest v0.9.97
1162026-07-14T05:17:02.674Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1172026-07-14T05:17:02.674Z |
1182026-07-14T05:17:02.674Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1192026-07-14T05:17:02.674Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1202026-07-14T05:17:02.711Z Updating crates.io index
1212026-07-14T05:17:04.724Z Locking 395 packages to latest compatible versions
1222026-07-14T05:17:04.729Z Adding dialoguer v0.11.0 (available: v0.12.0)
1232026-07-14T05:17:04.729Z Adding duct v0.13.7 (available: v1.1.1)
1242026-07-14T05:17:04.729Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1252026-07-14T05:17:04.729Z Adding generic-array v0.14.7 (available: v0.14.9)
1262026-07-14T05:17:04.729Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1272026-07-14T05:17:04.729Z Adding itertools v0.14.0 (available: v0.15.0)
1282026-07-14T05:17:04.729Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1292026-07-14T05:17:04.729Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1302026-07-14T05:17:04.729Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1312026-07-14T05:17:04.729Z Adding quick-junit v0.5.2 (available: v0.6.1)
1322026-07-14T05:17:04.750Z Downloading crates ...
1332026-07-14T05:17:04.815Z Downloaded atomic-waker v1.1.2
1342026-07-14T05:17:04.830Z Downloaded async-scoped v0.9.0
1352026-07-14T05:17:04.833Z Downloaded atomicwrites v0.4.4
1362026-07-14T05:17:04.833Z Downloaded anstyle v1.0.14
1372026-07-14T05:17:04.836Z Downloaded anstyle-query v1.1.5
1382026-07-14T05:17:04.836Z Downloaded backtrace v0.3.76
1392026-07-14T05:17:04.839Z Downloaded addr2line v0.25.1
1402026-07-14T05:17:04.842Z Downloaded heck v0.5.0
1412026-07-14T05:17:04.842Z Downloaded anstyle-parse v1.0.0
1422026-07-14T05:17:04.842Z Downloaded anstream v1.0.0
1432026-07-14T05:17:04.845Z Downloaded backtrace-ext v0.2.1
1442026-07-14T05:17:04.845Z Downloaded hyper-tls v0.6.0
1452026-07-14T05:17:04.849Z Downloaded cargo-platform v0.3.3
1462026-07-14T05:17:04.853Z Downloaded cfg-if v1.0.4
1472026-07-14T05:17:04.853Z Downloaded block-buffer v0.10.4
1482026-07-14T05:17:04.857Z Downloaded iana-time-zone v0.1.65
1492026-07-14T05:17:04.857Z Downloaded hyper-rustls v0.27.9
1502026-07-14T05:17:04.857Z Downloaded autocfg v1.5.1
1512026-07-14T05:17:04.861Z Downloaded cargo-platform v0.2.0
1522026-07-14T05:17:04.861Z Downloaded number_prefix v0.4.0
1532026-07-14T05:17:04.861Z Downloaded cpufeatures v0.3.0
1542026-07-14T05:17:04.865Z Downloaded humantime-serde v1.1.1
1552026-07-14T05:17:04.865Z Downloaded lru-slab v0.1.2
1562026-07-14T05:17:04.865Z Downloaded indent_write v2.2.0
1572026-07-14T05:17:04.865Z Downloaded http-body v1.1.0
1582026-07-14T05:17:04.868Z Downloaded futures-core v0.3.32
1592026-07-14T05:17:04.868Z Downloaded clap_lex v1.1.0
1602026-07-14T05:17:04.868Z Downloaded cargo_metadata v0.23.1
1612026-07-14T05:17:04.871Z Downloaded is_terminal_polyfill v1.70.2
1622026-07-14T05:17:04.871Z Downloaded idna_adapter v1.0.0
1632026-07-14T05:17:04.871Z Downloaded lock_api v0.4.14
1642026-07-14T05:17:04.874Z Downloaded camino-tempfile v1.4.1
1652026-07-14T05:17:04.874Z Downloaded itoa v1.0.18
1662026-07-14T05:17:04.881Z Downloaded mukti-metadata v0.3.0
1672026-07-14T05:17:04.884Z Downloaded cargo_metadata v0.20.0
1682026-07-14T05:17:04.888Z Downloaded nextest-metadata v0.12.2
1692026-07-14T05:17:04.888Z Downloaded http-body-util v0.1.4
1702026-07-14T05:17:04.893Z Downloaded nextest-workspace-hack v0.1.0
1712026-07-14T05:17:04.896Z Downloaded rand_pcg v0.10.2
1722026-07-14T05:17:04.896Z Downloaded nested v0.1.1
1732026-07-14T05:17:04.899Z Downloaded ed25519 v2.2.3
1742026-07-14T05:17:04.899Z Downloaded colorchoice v1.0.5
1752026-07-14T05:17:04.899Z Downloaded color-spantrace v0.3.0
1762026-07-14T05:17:04.902Z Downloaded adler2 v2.0.1
1772026-07-14T05:17:04.902Z Downloaded lazy_static v1.5.0
1782026-07-14T05:17:04.905Z Downloaded crypto-common v0.1.7
1792026-07-14T05:17:04.905Z Downloaded cpufeatures v0.2.17
1802026-07-14T05:17:04.905Z Downloaded cfg_aliases v0.2.1
1812026-07-14T05:17:04.908Z Downloaded fnv v1.0.7
1822026-07-14T05:17:04.908Z Downloaded hex v0.4.3
1832026-07-14T05:17:04.911Z Downloaded form_urlencoded v1.2.2
1842026-07-14T05:17:04.911Z Downloaded is_ci v1.2.0
1852026-07-14T05:17:04.914Z Downloaded futures-io v0.3.32
1862026-07-14T05:17:04.914Z Downloaded foreign-types v0.3.2
1872026-07-14T05:17:04.914Z Downloaded once_cell v1.21.4
1882026-07-14T05:17:04.919Z Downloaded config v0.15.25
1892026-07-14T05:17:04.922Z Downloaded hyper-util v0.1.20
1902026-07-14T05:17:04.926Z Downloaded pathdiff v0.2.3
1912026-07-14T05:17:04.929Z Downloaded os_pipe v1.2.3
1922026-07-14T05:17:04.929Z Downloaded openssl-probe v0.2.1
1932026-07-14T05:17:04.929Z Downloaded ipnet v2.12.0
1942026-07-14T05:17:04.932Z Downloaded curve25519-dalek-derive v0.1.1
1952026-07-14T05:17:04.933Z Downloaded openssl-macros v0.1.1
1962026-07-14T05:17:04.933Z Downloaded miette-derive v7.6.0
1972026-07-14T05:17:04.936Z Downloaded generic-array v0.14.7
1982026-07-14T05:17:04.936Z Downloaded indenter v0.3.4
1992026-07-14T05:17:04.936Z Downloaded bitflags v2.13.0
2002026-07-14T05:17:04.939Z Downloaded rustc-hash v2.1.3
2012026-07-14T05:17:04.941Z Downloaded percent-encoding v2.3.2
2022026-07-14T05:17:04.941Z Downloaded guppy-workspace-hack v0.1.0
2032026-07-14T05:17:04.941Z Downloaded futures-task v0.3.32
2042026-07-14T05:17:04.944Z Downloaded errno v0.3.14
2052026-07-14T05:17:04.944Z Downloaded foreign-types-shared v0.1.1
2062026-07-14T05:17:04.944Z Downloaded enable-ansi-support v0.2.1
2072026-07-14T05:17:04.948Z Downloaded futures-macro v0.3.32
2082026-07-14T05:17:04.951Z Downloaded equivalent v1.0.2
2092026-07-14T05:17:04.954Z Downloaded scopeguard v1.2.0
2102026-07-14T05:17:04.954Z Downloaded rustc_version v0.4.1
2112026-07-14T05:17:04.958Z Downloaded document-features v0.2.12
2122026-07-14T05:17:04.958Z Downloaded ordered-float v2.10.1
2132026-07-14T05:17:04.961Z Downloaded debug-ignore v1.0.5
2142026-07-14T05:17:04.970Z Downloaded serde_ignored v0.1.14
2152026-07-14T05:17:04.973Z Downloaded serde-value v0.7.0
2162026-07-14T05:17:04.976Z Downloaded serde_urlencoded v0.7.1
2172026-07-14T05:17:04.980Z Downloaded const-oid v0.9.6
2182026-07-14T05:17:04.983Z Downloaded ahash v0.8.12
2192026-07-14T05:17:04.985Z Downloaded jobserver v0.1.35
2202026-07-14T05:17:04.988Z Downloaded sigchld v0.2.4
2212026-07-14T05:17:04.989Z Downloaded home v0.5.12
2222026-07-14T05:17:04.989Z Downloaded find-msvc-tools v0.1.9
2232026-07-14T05:17:04.991Z Downloaded signature v2.2.0
2242026-07-14T05:17:04.991Z Downloaded signal-hook-mio v0.2.5
2252026-07-14T05:17:04.994Z Downloaded serde_spanned v0.6.9
2262026-07-14T05:17:04.994Z Downloaded litrs v1.0.0
2272026-07-14T05:17:04.997Z Downloaded shared_child v1.1.1
2282026-07-14T05:17:04.997Z Downloaded serde_spanned v1.1.1
2292026-07-14T05:17:05.000Z Downloaded rand_core v0.9.5
2302026-07-14T05:17:05.004Z Downloaded subtle v2.6.1
2312026-07-14T05:17:05.008Z Downloaded shell-words v1.1.1
2322026-07-14T05:17:05.011Z Downloaded strsim v0.11.1
2332026-07-14T05:17:05.011Z Downloaded supports-color v3.0.2
2342026-07-14T05:17:05.011Z Downloaded duct v0.13.7
2352026-07-14T05:17:05.011Z Downloaded digest v0.10.7
2362026-07-14T05:17:05.015Z Downloaded sync_wrapper v1.0.2
2372026-07-14T05:17:05.015Z Downloaded swrite v0.1.0
2382026-07-14T05:17:05.015Z Downloaded tokio-macros v2.7.0
2392026-07-14T05:17:05.020Z Downloaded terminal_size v0.4.4
2402026-07-14T05:17:05.020Z Downloaded thread_local v1.1.10
2412026-07-14T05:17:05.020Z Downloaded supports-unicode v3.0.0
2422026-07-14T05:17:05.020Z Downloaded native-tls v0.2.18
2432026-07-14T05:17:05.024Z Downloaded supports-hyperlinks v3.2.0
2442026-07-14T05:17:05.024Z Downloaded nextest-filtering v0.15.0
2452026-07-14T05:17:05.024Z Downloaded owo-colors v4.3.0
2462026-07-14T05:17:05.028Z Downloaded cargo-util-schemas v0.2.0
2472026-07-14T05:17:05.029Z Downloaded base64ct v1.8.3
2482026-07-14T05:17:05.029Z Downloaded rand_chacha v0.9.0
2492026-07-14T05:17:05.029Z Downloaded newtype-uuid v1.3.2
2502026-07-14T05:17:05.033Z Downloaded pkg-config v0.3.33
2512026-07-14T05:17:05.033Z Downloaded pin-project-lite v0.2.17
2522026-07-14T05:17:05.036Z Downloaded fixedbitset v0.5.7
2532026-07-14T05:17:05.036Z Downloaded quinn-udp v0.5.15
2542026-07-14T05:17:05.040Z Downloaded globset v0.4.18
2552026-07-14T05:17:05.040Z Downloaded either v1.16.0
2562026-07-14T05:17:05.040Z Downloaded futures-executor v0.3.32
2572026-07-14T05:17:05.044Z Downloaded rustc-demangle v0.1.28
2582026-07-14T05:17:05.044Z Downloaded pkcs8 v0.10.2
2592026-07-14T05:17:05.044Z Downloaded quote v1.0.46
2602026-07-14T05:17:05.049Z Downloaded self-replace v1.5.0
2612026-07-14T05:17:05.049Z Downloaded foldhash v0.1.5
2622026-07-14T05:17:05.049Z Downloaded ppv-lite86 v0.2.21
2632026-07-14T05:17:05.053Z Downloaded pin-project-internal v1.1.13
2642026-07-14T05:17:05.053Z Downloaded future-queue v0.4.0
2652026-07-14T05:17:05.053Z Downloaded dialoguer v0.11.0
2662026-07-14T05:17:05.056Z Downloaded filetime v0.2.29
2672026-07-14T05:17:05.056Z Downloaded fastrand v2.4.1
2682026-07-14T05:17:05.056Z Downloaded erased-serde v0.4.10
2692026-07-14T05:17:05.059Z Downloaded tinyvec_macros v0.1.1
2702026-07-14T05:17:05.059Z Downloaded serde-untagged v0.1.9
2712026-07-14T05:17:05.066Z Downloaded sha2 v0.10.9
2722026-07-14T05:17:05.069Z Downloaded clap v4.6.1
2732026-07-14T05:17:05.074Z Downloaded tower-layer v0.3.3
2742026-07-14T05:17:05.077Z Downloaded getrandom v0.2.17
2752026-07-14T05:17:05.077Z Downloaded parking_lot_core v0.9.12
2762026-07-14T05:17:05.080Z Downloaded shlex v2.0.1
2772026-07-14T05:17:05.080Z Downloaded serde_path_to_error v0.1.20
2782026-07-14T05:17:05.080Z Downloaded futures-channel v0.3.32
2792026-07-14T05:17:05.083Z Downloaded parking_lot v0.12.5
2802026-07-14T05:17:05.083Z Downloaded humantime v2.4.0
2812026-07-14T05:17:05.086Z Downloaded clap_derive v4.6.1
2822026-07-14T05:17:05.086Z Downloaded toml_write v0.1.2
2832026-07-14T05:17:05.089Z Downloaded target-spec-miette v0.4.8
2842026-07-14T05:17:05.092Z Downloaded tower-service v0.3.3
2852026-07-14T05:17:05.092Z Downloaded thiserror v1.0.69
2862026-07-14T05:17:05.094Z Downloaded try-lock v0.2.5
2872026-07-14T05:17:05.094Z Downloaded target-lexicon v0.13.5
2882026-07-14T05:17:05.097Z Downloaded slab v0.4.12
2892026-07-14T05:17:05.097Z Downloaded untrusted v0.9.0
2902026-07-14T05:17:05.097Z Downloaded urlencoding v2.1.3
2912026-07-14T05:17:05.102Z Downloaded thiserror v2.0.18
2922026-07-14T05:17:05.104Z Downloaded bytes v1.12.1
2932026-07-14T05:17:05.104Z Downloaded typeid v1.0.3
2942026-07-14T05:17:05.104Z Downloaded thiserror-impl v1.0.69
2952026-07-14T05:17:05.107Z Downloaded httparse v1.10.1
2962026-07-14T05:17:05.107Z Downloaded unicode-xid v0.2.6
2972026-07-14T05:17:05.110Z Downloaded version_check v0.9.5
2982026-07-14T05:17:05.110Z Downloaded utf8parse v0.2.2
2992026-07-14T05:17:05.110Z Downloaded rustls-pki-types v1.15.0
3002026-07-14T05:17:05.116Z Downloaded rand_core v0.10.1
3012026-07-14T05:17:05.116Z Downloaded rand_core v0.6.4
3022026-07-14T05:17:05.116Z Downloaded crc32fast v1.5.0
3032026-07-14T05:17:05.116Z Downloaded quick-junit v0.5.2
3042026-07-14T05:17:05.119Z Downloaded convert_case v0.10.0
3052026-07-14T05:17:05.119Z Downloaded utf8_iter v1.0.4
3062026-07-14T05:17:05.121Z Downloaded unicode-linebreak v0.1.5
3072026-07-14T05:17:05.121Z Downloaded strip-ansi-escapes v0.2.1
3082026-07-14T05:17:05.122Z Downloaded static_assertions v1.1.0
3092026-07-14T05:17:05.125Z Downloaded spki v0.7.3
3102026-07-14T05:17:05.125Z Downloaded futures-sink v0.3.32
3112026-07-14T05:17:05.128Z Downloaded smol_str v0.3.6
3122026-07-14T05:17:05.128Z Downloaded semver v1.0.28
3132026-07-14T05:17:05.128Z Downloaded cfg-expr v0.20.8
3142026-07-14T05:17:05.131Z Downloaded toml_datetime v0.6.11
3152026-07-14T05:17:05.131Z Downloaded tokio-native-tls v0.3.1
3162026-07-14T05:17:05.135Z Downloaded self_update v0.42.0
3172026-07-14T05:17:05.137Z Downloaded eyre v0.6.12
3182026-07-14T05:17:05.140Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3192026-07-14T05:17:05.140Z Downloaded want v0.3.1
3202026-07-14T05:17:05.145Z Downloaded camino v1.2.4
3212026-07-14T05:17:05.148Z Downloaded tracing-error v0.2.1
3222026-07-14T05:17:05.148Z Downloaded num-traits v0.2.19
3232026-07-14T05:17:05.151Z Downloaded toml_writer v1.1.1+spec-1.1.0
3242026-07-14T05:17:05.151Z Downloaded xattr v1.6.1
3252026-07-14T05:17:05.154Z Downloaded getrandom v0.3.4
3262026-07-14T05:17:05.156Z Downloaded signal-hook-registry v1.4.8
3272026-07-14T05:17:05.157Z Downloaded log v0.4.33
3282026-07-14T05:17:05.160Z Downloaded console v0.15.11
3292026-07-14T05:17:05.160Z Downloaded unicase v2.9.0
3302026-07-14T05:17:05.162Z Downloaded base64 v0.22.1
3312026-07-14T05:17:05.162Z Downloaded simd-adler32 v0.3.9
3322026-07-14T05:17:05.165Z Downloaded chacha20 v0.10.1
3332026-07-14T05:17:05.168Z Downloaded tracing-log v0.2.0
3342026-07-14T05:17:05.168Z Downloaded indicatif v0.17.11
3352026-07-14T05:17:05.171Z Downloaded tokio-rustls v0.26.4
3362026-07-14T05:17:05.174Z Downloaded smallvec v1.15.2
3372026-07-14T05:17:05.174Z Downloaded thiserror-impl v2.0.18
3382026-07-14T05:17:05.174Z Downloaded tempfile v3.27.0
3392026-07-14T05:17:05.177Z Downloaded target-spec v3.6.0
3402026-07-14T05:17:05.177Z Downloaded serde_core v1.0.228
3412026-07-14T05:17:05.180Z Downloaded proc-macro2 v1.0.106
3422026-07-14T05:17:05.185Z Downloaded pin-project v1.1.13
3432026-07-14T05:17:05.188Z Downloaded toml v0.8.23
3442026-07-14T05:17:05.191Z Downloaded tokio-stream v0.1.18
3452026-07-14T05:17:05.193Z Downloaded ryu v1.0.23
3462026-07-14T05:17:05.196Z Downloaded zipsign-api v0.1.5
3472026-07-14T05:17:05.196Z Downloaded zeroize v1.9.0
3482026-07-14T05:17:05.199Z Downloaded getrandom v0.4.3
3492026-07-14T05:17:05.201Z Downloaded futures v0.3.32
3502026-07-14T05:17:05.204Z Downloaded serde_derive v1.0.228
3512026-07-14T05:17:05.204Z Downloaded zstd-safe v7.2.4
3522026-07-14T05:17:05.207Z Downloaded sharded-slab v0.1.7
3532026-07-14T05:17:05.207Z Downloaded borsh v1.7.0
3542026-07-14T05:17:05.211Z Downloaded zmij v1.0.23
3552026-07-14T05:17:05.213Z Downloaded xxhash-rust v0.8.16
3562026-07-14T05:17:05.213Z Downloaded signal-hook v0.3.18
3572026-07-14T05:17:05.216Z Downloaded miniz_oxide v0.8.9
3582026-07-14T05:17:05.219Z Downloaded toml_parser v1.1.2+spec-1.1.0
3592026-07-14T05:17:05.219Z Downloaded tinyvec v1.12.0
3602026-07-14T05:17:05.222Z Downloaded tracing-attributes v0.1.31
3612026-07-14T05:17:05.222Z Downloaded socket2 v0.6.5
3622026-07-14T05:17:05.226Z Downloaded derive-where v1.6.1
3632026-07-14T05:17:05.226Z Downloaded textwrap v0.16.2
3642026-07-14T05:17:05.235Z Downloaded openssl-sys v0.9.117
3652026-07-14T05:17:05.244Z Downloaded toml v1.1.2+spec-1.1.0
3662026-07-14T05:17:05.251Z Downloaded zstd v0.13.3
3672026-07-14T05:17:05.264Z Downloaded http v1.4.2
3682026-07-14T05:17:05.267Z Downloaded unicode-ident v1.0.24
3692026-07-14T05:17:05.270Z Downloaded serde v1.0.228
3702026-07-14T05:17:05.273Z Downloaded tar v0.4.46
3712026-07-14T05:17:05.276Z Downloaded ed25519-dalek v2.2.0
3722026-07-14T05:17:05.278Z Downloaded der v0.7.10
3732026-07-14T05:17:05.278Z Downloaded vte v0.14.1
3742026-07-14T05:17:05.281Z Downloaded indexmap v2.14.0
3752026-07-14T05:17:05.284Z Downloaded rustls-webpki v0.103.13
3762026-07-14T05:17:05.284Z Downloaded cc v1.2.67
3772026-07-14T05:17:05.290Z Downloaded quinn v0.11.11
3782026-07-14T05:17:05.292Z Downloaded tracing-core v0.1.36
3792026-07-14T05:17:05.295Z Downloaded toml_edit v0.22.27
3802026-07-14T05:17:05.301Z Downloaded memchr v2.8.3
3812026-07-14T05:17:05.304Z Downloaded mio v1.2.2
3822026-07-14T05:17:05.307Z Downloaded derive_more v2.1.1
3832026-07-14T05:17:05.314Z Downloaded uuid v1.23.5
3842026-07-14T05:17:05.318Z Downloaded rand v0.9.5
3852026-07-14T05:17:05.320Z Downloaded flate2 v1.1.9
3862026-07-14T05:17:05.332Z Downloaded derive_more-impl v2.1.1
3872026-07-14T05:17:05.335Z Downloaded hyper v1.10.1
3882026-07-14T05:17:05.367Z Downloaded idna v1.1.0
3892026-07-14T05:17:05.369Z Downloaded typenum v1.20.1
3902026-07-14T05:17:05.372Z Downloaded itertools v0.14.0
3912026-07-14T05:17:05.376Z Downloaded url v2.5.8
3922026-07-14T05:17:05.379Z Downloaded rand v0.10.2
3932026-07-14T05:17:05.382Z Downloaded hashbrown v0.15.5
3942026-07-14T05:17:05.386Z Downloaded crossterm v0.29.0
3952026-07-14T05:17:05.388Z Downloaded tower v0.5.3
3962026-07-14T05:17:05.392Z Downloaded miette v7.6.0
3972026-07-14T05:17:05.394Z Downloaded hashbrown v0.17.1
3982026-07-14T05:17:05.397Z Downloaded guppy v0.17.26
3992026-07-14T05:17:05.407Z Downloaded ron v0.12.2
4002026-07-14T05:17:05.411Z Downloaded aho-corasick v1.1.4
4012026-07-14T05:17:05.427Z Downloaded futures-util v0.3.32
4022026-07-14T05:17:05.433Z Downloaded clap_builder v4.6.0
4032026-07-14T05:17:05.437Z Downloaded unicode-segmentation v1.13.3
4042026-07-14T05:17:05.442Z Downloaded regex v1.13.0
4052026-07-14T05:17:05.445Z Downloaded pulldown-cmark v0.13.4
4062026-07-14T05:17:05.448Z Downloaded chrono v0.4.45
4072026-07-14T05:17:05.453Z Downloaded tokio-util v0.7.18
4082026-07-14T05:17:05.459Z Downloaded h2 v0.4.15
4092026-07-14T05:17:05.465Z Downloaded unicode-normalization v0.1.25
4102026-07-14T05:17:05.470Z Downloaded reqwest v0.12.28
4112026-07-14T05:17:05.476Z Downloaded serde_json v1.0.150
4122026-07-14T05:17:05.481Z Downloaded tower-http v0.6.11
4132026-07-14T05:17:05.488Z Downloaded winnow v1.0.4
4142026-07-14T05:17:05.496Z Downloaded webpki-roots v1.0.8
4152026-07-14T05:17:05.501Z Downloaded quick-xml v0.37.5
4162026-07-14T05:17:05.507Z Downloaded curve25519-dalek v4.1.3
4172026-07-14T05:17:05.513Z Downloaded quick-xml v0.38.4
4182026-07-14T05:17:05.517Z Downloaded portable-atomic v1.13.1
4192026-07-14T05:17:05.530Z Downloaded syn v2.0.118
4202026-07-14T05:17:05.536Z Downloaded gimli v0.32.3
4212026-07-14T05:17:05.540Z Downloaded unicode-width v0.1.14
4222026-07-14T05:17:05.543Z Downloaded bstr v1.12.3
4232026-07-14T05:17:05.573Z Downloaded tracing-subscriber v0.3.23
4242026-07-14T05:17:05.580Z Downloaded winnow v0.7.15
4252026-07-14T05:17:05.587Z Downloaded quinn-proto v0.11.16
4262026-07-14T05:17:05.592Z Downloaded vcpkg v0.2.15
4272026-07-14T05:17:05.614Z Downloaded tracing v0.1.44
4282026-07-14T05:17:05.625Z Downloaded nextest-runner v0.80.0
4292026-07-14T05:17:05.632Z Downloaded openssl v0.10.81
4302026-07-14T05:17:05.651Z Downloaded unicode-width v0.2.2
4312026-07-14T05:17:05.656Z Downloaded color-eyre v0.6.5
4322026-07-14T05:17:05.660Z Downloaded zerocopy v0.8.54
4332026-07-14T05:17:05.671Z Downloaded regex-syntax v0.8.11
4342026-07-14T05:17:05.675Z Downloaded object v0.37.3
4352026-07-14T05:17:05.681Z Downloaded nix v0.30.1
4362026-07-14T05:17:05.687Z Downloaded rustls v0.23.42
4372026-07-14T05:17:05.694Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4382026-07-14T05:17:05.703Z Downloaded rustix v0.38.44
4392026-07-14T05:17:05.717Z Downloaded rustix v1.1.4
4402026-07-14T05:17:05.728Z Downloaded tokio v1.52.3
4412026-07-14T05:17:05.803Z Downloaded regex-automata v0.4.15
4422026-07-14T05:17:05.815Z Downloaded libc v0.2.186
4432026-07-14T05:17:05.833Z Downloaded petgraph v0.8.3
4442026-07-14T05:17:05.926Z Downloaded ring v0.17.14
4452026-07-14T05:17:05.949Z Downloaded recursion v0.5.4
4462026-07-14T05:17:05.992Z Compiling libc v0.2.186
4472026-07-14T05:17:05.992Z Compiling proc-macro2 v1.0.106
4482026-07-14T05:17:05.992Z Compiling unicode-ident v1.0.24
4492026-07-14T05:17:05.992Z Compiling quote v1.0.46
4502026-07-14T05:17:05.995Z Compiling serde_core v1.0.228
4512026-07-14T05:17:05.995Z Compiling cfg-if v1.0.4
4522026-07-14T05:17:05.996Z Compiling memchr v2.8.3
4532026-07-14T05:17:05.996Z Compiling once_cell v1.21.4
4542026-07-14T05:17:06.229Z Compiling log v0.4.33
4552026-07-14T05:17:06.244Z Compiling pin-project-lite v0.2.17
4562026-07-14T05:17:06.335Z Compiling serde v1.0.228
4572026-07-14T05:17:06.416Z Compiling itoa v1.0.18
4582026-07-14T05:17:06.549Z Compiling futures-core v0.3.32
4592026-07-14T05:17:06.658Z Compiling smallvec v1.15.2
4602026-07-14T05:17:06.707Z Compiling bitflags v2.13.0
4612026-07-14T05:17:06.719Z Compiling shlex v2.0.1
4622026-07-14T05:17:06.900Z Compiling find-msvc-tools v0.1.9
4632026-07-14T05:17:06.912Z Compiling hashbrown v0.17.1
4642026-07-14T05:17:07.111Z Compiling errno v0.3.14
4652026-07-14T05:17:07.111Z Compiling equivalent v1.0.2
4662026-07-14T05:17:07.139Z Compiling bytes v1.12.1
4672026-07-14T05:17:07.252Z Compiling signal-hook-registry v1.4.8
4682026-07-14T05:17:07.283Z Compiling jobserver v0.1.35
4692026-07-14T05:17:07.295Z Compiling mio v1.2.2
4702026-07-14T05:17:07.369Z Compiling futures-sink v0.3.32
4712026-07-14T05:17:07.460Z Compiling syn v2.0.118
4722026-07-14T05:17:07.480Z Compiling cc v1.2.67
4732026-07-14T05:17:07.602Z Compiling rustix v1.1.4
4742026-07-14T05:17:07.619Z Compiling socket2 v0.6.5
4752026-07-14T05:17:07.803Z Compiling zmij v1.0.23
4762026-07-14T05:17:07.989Z Compiling slab v0.4.12
4772026-07-14T05:17:08.010Z Compiling futures-channel v0.3.32
4782026-07-14T05:17:08.156Z Compiling tracing-core v0.1.36
4792026-07-14T05:17:08.195Z Compiling version_check v0.9.5
4802026-07-14T05:17:08.270Z Compiling serde_json v1.0.150
4812026-07-14T05:17:08.473Z Compiling indexmap v2.14.0
4822026-07-14T05:17:08.564Z Compiling futures-task v0.3.32
4832026-07-14T05:17:08.644Z Compiling futures-io v0.3.32
4842026-07-14T05:17:08.739Z Compiling getrandom v0.4.3
4852026-07-14T05:17:08.805Z Compiling percent-encoding v2.3.2
4862026-07-14T05:17:08.839Z Compiling unicode-width v0.2.2
4872026-07-14T05:17:09.038Z Compiling camino v1.2.4
4882026-07-14T05:17:09.155Z Compiling ring v0.17.14
4892026-07-14T05:17:09.248Z Compiling http v1.4.2
4902026-07-14T05:17:09.266Z Compiling autocfg v1.5.1
4912026-07-14T05:17:09.313Z Compiling simd-adler32 v0.3.9
4922026-07-14T05:17:09.426Z Compiling adler2 v2.0.1
4932026-07-14T05:17:09.595Z Compiling zeroize v1.9.0
4942026-07-14T05:17:09.616Z Compiling num-traits v0.2.19
4952026-07-14T05:17:09.795Z Compiling miniz_oxide v0.8.9
4962026-07-14T05:17:10.149Z Compiling zerocopy v0.8.54
4972026-07-14T05:17:10.204Z Compiling getrandom v0.3.4
4982026-07-14T05:17:10.516Z Compiling object v0.37.3
4992026-07-14T05:17:10.574Z Compiling target-lexicon v0.13.5
5002026-07-14T05:17:10.657Z Compiling http-body v1.1.0
5012026-07-14T05:17:10.890Z Compiling rustls-pki-types v1.15.0
5022026-07-14T05:17:11.011Z Compiling form_urlencoded v1.2.2
5032026-07-14T05:17:11.136Z Compiling semver v1.0.28
5042026-07-14T05:17:11.149Z Compiling serde_derive v1.0.228
5052026-07-14T05:17:11.297Z Compiling tokio-macros v2.7.0
5062026-07-14T05:17:11.300Z Compiling futures-macro v0.3.32
5072026-07-14T05:17:11.332Z Compiling tracing-attributes v0.1.31
5082026-07-14T05:17:11.552Z Compiling getrandom v0.2.17
5092026-07-14T05:17:11.770Z Compiling owo-colors v4.3.0
5102026-07-14T05:17:11.813Z Compiling signal-hook v0.3.18
5112026-07-14T05:17:11.831Z Compiling utf8_iter v1.0.4
5122026-07-14T05:17:12.003Z Compiling httparse v1.10.1
5132026-07-14T05:17:12.045Z Compiling thiserror v2.0.18
5142026-07-14T05:17:12.080Z Compiling tokio v1.52.3
5152026-07-14T05:17:12.110Z Compiling idna_adapter v1.0.0
5162026-07-14T05:17:12.166Z Compiling futures-util v0.3.32
5172026-07-14T05:17:12.210Z Compiling guppy-workspace-hack v0.1.0
5182026-07-14T05:17:12.357Z Compiling gimli v0.32.3
5192026-07-14T05:17:12.393Z Compiling untrusted v0.9.0
5202026-07-14T05:17:12.436Z Compiling fnv v1.0.7
5212026-07-14T05:17:12.572Z Compiling tracing v0.1.44
5222026-07-14T05:17:12.588Z Compiling idna v1.1.0
5232026-07-14T05:17:12.794Z Compiling thiserror-impl v2.0.18
5242026-07-14T05:17:14.268Z Compiling addr2line v0.25.1
5252026-07-14T05:17:14.485Z Compiling generic-array v0.14.7
5262026-07-14T05:17:14.708Z Compiling tower-service v0.3.3
5272026-07-14T05:17:14.729Z Compiling try-lock v0.2.5
5282026-07-14T05:17:14.806Z Compiling rustc-demangle v0.1.28
5292026-07-14T05:17:14.820Z Compiling target-spec v3.6.0
5302026-07-14T05:17:14.845Z Compiling rustls v0.23.42
5312026-07-14T05:17:15.072Z Compiling typeid v1.0.3
5322026-07-14T05:17:15.086Z Compiling pkg-config v0.3.33
5332026-07-14T05:17:15.115Z Compiling fastrand v2.4.1
5342026-07-14T05:17:15.386Z Compiling atomic-waker v1.1.2
5352026-07-14T05:17:15.460Z Compiling thiserror v1.0.69
5362026-07-14T05:17:15.537Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5372026-07-14T05:17:15.565Z Compiling tempfile v3.27.0
5382026-07-14T05:17:15.838Z Compiling want v0.3.1
5392026-07-14T05:17:15.996Z Compiling cfg-expr v0.20.8
5402026-07-14T05:17:16.024Z Compiling tokio-util v0.7.18
5412026-07-14T05:17:16.089Z Compiling url v2.5.8
5422026-07-14T05:17:16.934Z Compiling backtrace v0.3.76
5432026-07-14T05:17:16.968Z Compiling h2 v0.4.15
5442026-07-14T05:17:17.537Z Compiling thiserror-impl v1.0.69
5452026-07-14T05:17:17.878Z Compiling terminal_size v0.4.4
5462026-07-14T05:17:18.007Z Compiling aho-corasick v1.1.4
5472026-07-14T05:17:18.036Z Compiling typenum v1.20.1
5482026-07-14T05:17:18.526Z Compiling erased-serde v0.4.10
5492026-07-14T05:17:18.723Z Compiling winnow v0.7.15
5502026-07-14T05:17:18.736Z Compiling subtle v2.6.1
5512026-07-14T05:17:18.840Z Compiling regex-syntax v0.8.11
5522026-07-14T05:17:18.943Z Compiling rustls-webpki v0.103.13
5532026-07-14T05:17:20.673Z Compiling regex-automata v0.4.15
5542026-07-14T05:17:21.723Z Compiling hyper v1.10.1
5552026-07-14T05:17:23.574Z Compiling toml_datetime v0.6.11
5562026-07-14T05:17:23.962Z Compiling serde_spanned v0.6.9
5572026-07-14T05:17:24.128Z Compiling ahash v0.8.12
5582026-07-14T05:17:24.398Z Compiling sync_wrapper v1.0.2
5592026-07-14T05:17:24.522Z Compiling ipnet v2.12.0
5602026-07-14T05:17:25.013Z Compiling either v1.16.0
5612026-07-14T05:17:25.254Z Compiling tower-layer v0.3.3
5622026-07-14T05:17:25.457Z Compiling unicode-segmentation v1.13.3
5632026-07-14T05:17:25.469Z Compiling toml_write v0.1.2
5642026-07-14T05:17:25.717Z Compiling nextest-workspace-hack v0.1.0
5652026-07-14T05:17:25.755Z Compiling parking_lot_core v0.9.12
5662026-07-14T05:17:25.853Z Compiling unicode-linebreak v0.1.5
5672026-07-14T05:17:25.953Z Compiling base64 v0.22.1
5682026-07-14T05:17:26.049Z Compiling is_ci v1.2.0
5692026-07-14T05:17:26.126Z Compiling portable-atomic v1.13.1
5702026-07-14T05:17:26.154Z Compiling crc32fast v1.5.0
5712026-07-14T05:17:26.220Z Compiling foldhash v0.1.5
5722026-07-14T05:17:26.263Z Compiling lazy_static v1.5.0
5732026-07-14T05:17:26.369Z Compiling hashbrown v0.15.5
5742026-07-14T05:17:26.446Z Compiling sharded-slab v0.1.7
5752026-07-14T05:17:26.449Z Compiling hyper-util v0.1.20
5762026-07-14T05:17:26.511Z Compiling supports-color v3.0.2
5772026-07-14T05:17:26.642Z Compiling textwrap v0.16.2
5782026-07-14T05:17:26.782Z Compiling convert_case v0.10.0
5792026-07-14T05:17:27.011Z Compiling toml_edit v0.22.27
5802026-07-14T05:17:27.050Z Compiling tower v0.5.3
5812026-07-14T05:17:27.063Z Compiling tokio-rustls v0.26.4
5822026-07-14T05:17:27.632Z Compiling backtrace-ext v0.2.1
5832026-07-14T05:17:27.892Z Compiling ordered-float v2.10.1
5842026-07-14T05:17:28.006Z Compiling webpki-roots v1.0.8
5852026-07-14T05:17:28.052Z Compiling miette-derive v7.6.0
5862026-07-14T05:17:28.121Z Compiling pathdiff v0.2.3
5872026-07-14T05:17:28.171Z Compiling console v0.15.11
5882026-07-14T05:17:28.250Z Compiling tracing-log v0.2.0
5892026-07-14T05:17:28.607Z Compiling cargo-platform v0.3.3
5902026-07-14T05:17:29.103Z Compiling os_pipe v1.2.3
5912026-07-14T05:17:29.173Z Compiling thread_local v1.1.10
5922026-07-14T05:17:29.276Z Compiling winnow v1.0.4
5932026-07-14T05:17:29.502Z Compiling pulldown-cmark v0.13.4
5942026-07-14T05:17:29.536Z Compiling fixedbitset v0.5.7
5952026-07-14T05:17:29.539Z Compiling utf8parse v0.2.2
5962026-07-14T05:17:29.653Z Compiling debug-ignore v1.0.5
5972026-07-14T05:17:29.739Z Compiling ryu v1.0.23
5982026-07-14T05:17:29.762Z Compiling zstd-safe v7.2.4
5992026-07-14T05:17:30.019Z Compiling rustix v0.38.44
6002026-07-14T05:17:30.034Z Compiling unicode-width v0.1.14
6012026-07-14T05:17:30.068Z Compiling supports-hyperlinks v3.2.0
6022026-07-14T05:17:30.294Z Compiling scopeguard v1.2.0
6032026-07-14T05:17:30.347Z Compiling cfg_aliases v0.2.1
6042026-07-14T05:17:30.401Z Compiling supports-unicode v3.0.0
6052026-07-14T05:17:30.420Z Compiling nix v0.30.1
6062026-07-14T05:17:30.518Z Compiling miette v7.6.0
6072026-07-14T05:17:30.589Z Compiling lock_api v0.4.14
6082026-07-14T05:17:30.733Z Compiling toml_parser v1.1.2+spec-1.1.0
6092026-07-14T05:17:30.821Z Compiling serde_urlencoded v0.7.1
6102026-07-14T05:17:30.836Z Compiling petgraph v0.8.3
6112026-07-14T05:17:31.129Z Compiling anstyle-parse v1.0.0
6122026-07-14T05:17:31.396Z Compiling tracing-subscriber v0.3.23
6132026-07-14T05:17:31.953Z Compiling sigchld v0.2.4
6142026-07-14T05:17:33.065Z Compiling cargo_metadata v0.23.1
6152026-07-14T05:17:33.068Z Compiling toml v0.8.23
6162026-07-14T05:17:33.068Z Compiling serde-value v0.7.0
6172026-07-14T05:17:33.619Z Compiling hyper-rustls v0.27.9
6182026-07-14T05:17:34.295Z Compiling serde-untagged v0.1.9
6192026-07-14T05:17:34.603Z Compiling tower-http v0.6.11
6202026-07-14T05:17:34.700Z Compiling derive_more-impl v2.1.1
6212026-07-14T05:17:35.363Z Compiling itertools v0.14.0
6222026-07-14T05:17:35.518Z Compiling regex v1.13.0
6232026-07-14T05:17:35.541Z Compiling block-buffer v0.10.4
6242026-07-14T05:17:35.695Z Compiling crypto-common v0.1.7
6252026-07-14T05:17:35.735Z Compiling ppv-lite86 v0.2.21
6262026-07-14T05:17:35.833Z Compiling futures-executor v0.3.32
6272026-07-14T05:17:36.076Z Compiling rand_core v0.9.5
6282026-07-14T05:17:36.329Z Compiling pin-project-internal v1.1.13
6292026-07-14T05:17:36.365Z Compiling http-body-util v0.1.4
6302026-07-14T05:17:36.434Z Compiling uuid v1.23.5
6312026-07-14T05:17:36.655Z Compiling smol_str v0.3.6
6322026-07-14T05:17:36.880Z Compiling serde_spanned v1.1.1
6332026-07-14T05:17:36.945Z Compiling toml_datetime v1.1.1+spec-1.1.0
6342026-07-14T05:17:36.958Z Compiling filetime v0.2.29
6352026-07-14T05:17:37.000Z Compiling vte v0.14.1
6362026-07-14T05:17:37.031Z Compiling bstr v1.12.3
6372026-07-14T05:17:37.162Z Compiling eyre v0.6.12
6382026-07-14T05:17:37.217Z Compiling self_update v0.42.0
6392026-07-14T05:17:37.307Z Compiling nested v0.1.1
6402026-07-14T05:17:37.361Z Compiling is_terminal_polyfill v1.70.2
6412026-07-14T05:17:37.387Z Compiling litrs v1.0.0
6422026-07-14T05:17:37.457Z Compiling static_assertions v1.1.0
6432026-07-14T05:17:37.473Z Compiling colorchoice v1.0.5
6442026-07-14T05:17:37.485Z Compiling anstyle-query v1.1.5
6452026-07-14T05:17:37.501Z Compiling tinyvec_macros v0.1.1
6462026-07-14T05:17:37.527Z Compiling number_prefix v0.4.0
6472026-07-14T05:17:37.570Z Compiling color-spantrace v0.3.0
6482026-07-14T05:17:37.678Z Compiling unicode-xid v0.2.6
6492026-07-14T05:17:37.724Z Compiling anstyle v1.0.14
6502026-07-14T05:17:37.799Z Compiling iana-time-zone v0.1.65
6512026-07-14T05:17:37.817Z Compiling unicase v2.9.0
6522026-07-14T05:17:37.835Z Compiling xattr v1.6.1
6532026-07-14T05:17:37.934Z Compiling anstream v1.0.0
6542026-07-14T05:17:38.006Z Compiling tar v0.4.46
6552026-07-14T05:17:38.038Z Compiling chrono v0.4.45
6562026-07-14T05:17:38.142Z Compiling document-features v0.2.12
6572026-07-14T05:17:38.175Z Compiling cargo-util-schemas v0.2.0
6582026-07-14T05:17:38.459Z Compiling indicatif v0.17.11
6592026-07-14T05:17:38.711Z Compiling tinyvec v1.12.0
6602026-07-14T05:17:39.151Z Compiling guppy v0.17.26
6612026-07-14T05:17:39.487Z Compiling globset v0.4.18
6622026-07-14T05:17:40.543Z Compiling pin-project v1.1.13
6632026-07-14T05:17:40.610Z Compiling strip-ansi-escapes v0.2.1
6642026-07-14T05:17:40.648Z Compiling toml v1.1.2+spec-1.1.0
6652026-07-14T05:17:40.930Z Compiling nextest-metadata v0.12.2
6662026-07-14T05:17:41.092Z Compiling newtype-uuid v1.3.2
6672026-07-14T05:17:41.289Z Compiling reqwest v0.12.28
6682026-07-14T05:17:41.446Z Compiling rand_chacha v0.9.0
6692026-07-14T05:17:41.642Z Compiling futures v0.3.32
6702026-07-14T05:17:41.728Z Compiling digest v0.10.7
6712026-07-14T05:17:41.962Z Compiling derive_more v2.1.1
6722026-07-14T05:17:42.002Z Compiling flate2 v1.1.9
6732026-07-14T05:17:42.044Z Compiling parking_lot v0.12.5
6742026-07-14T05:17:42.549Z Compiling tracing-error v0.2.1
6752026-07-14T05:17:42.771Z Compiling shared_child v1.1.1
6762026-07-14T05:17:43.102Z Compiling signal-hook-mio v0.2.5
6772026-07-14T05:17:43.119Z Compiling self-replace v1.5.0
6782026-07-14T05:17:43.238Z Compiling cargo-platform v0.2.0
6792026-07-14T05:17:43.415Z Compiling quick-xml v0.37.5
6802026-07-14T05:17:43.811Z Compiling quick-xml v0.38.4
6812026-07-14T05:17:43.824Z Compiling indenter v0.3.4
6822026-07-14T05:17:43.956Z Compiling humantime v2.4.0
6832026-07-14T05:17:44.327Z Compiling recursion v0.5.4
6842026-07-14T05:17:44.388Z Compiling strsim v0.11.1
6852026-07-14T05:17:44.465Z Compiling clap_lex v1.1.0
6862026-07-14T05:17:44.836Z Compiling urlencoding v2.1.3
6872026-07-14T05:17:44.964Z Compiling heck v0.5.0
6882026-07-14T05:17:45.080Z Compiling cpufeatures v0.2.17
6892026-07-14T05:17:45.169Z Compiling shell-words v1.1.1
6902026-07-14T05:17:45.373Z Compiling clap_derive v4.6.1
6912026-07-14T05:17:45.417Z Compiling clap_builder v4.6.0
6922026-07-14T05:17:45.448Z Compiling sha2 v0.10.9
6932026-07-14T05:17:46.136Z Compiling nextest-filtering v0.15.0
6942026-07-14T05:17:46.667Z Compiling quick-junit v0.5.2
6952026-07-14T05:17:47.170Z Compiling humantime-serde v1.1.1
6962026-07-14T05:17:47.851Z Compiling atomicwrites v0.4.4
6972026-07-14T05:17:48.148Z Compiling cargo_metadata v0.20.0
6982026-07-14T05:17:49.791Z Compiling crossterm v0.29.0
6992026-07-14T05:17:50.077Z Compiling cargo-nextest v0.9.97
7002026-07-14T05:17:51.288Z Compiling duct v0.13.7
7012026-07-14T05:17:52.365Z Compiling async-scoped v0.9.0
7022026-07-14T05:17:52.563Z Compiling zstd v0.13.3
7032026-07-14T05:17:52.589Z Compiling rand v0.9.5
7042026-07-14T05:17:52.890Z Compiling config v0.15.25
7052026-07-14T05:17:52.996Z Compiling unicode-normalization v0.1.25
7062026-07-14T05:17:53.009Z Compiling target-spec-miette v0.4.8
7072026-07-14T05:17:53.021Z Compiling future-queue v0.4.0
7082026-07-14T05:17:53.309Z Compiling mukti-metadata v0.3.0
7092026-07-14T05:17:53.323Z Compiling tokio-stream v0.1.18
7102026-07-14T05:17:53.365Z Compiling camino-tempfile v1.4.1
7112026-07-14T05:17:53.438Z Compiling derive-where v1.6.1
7122026-07-14T05:17:53.587Z Compiling serde_path_to_error v0.1.20
7132026-07-14T05:17:53.791Z Compiling serde_ignored v0.1.14
7142026-07-14T05:17:53.804Z Compiling home v0.5.12
7152026-07-14T05:17:53.838Z Compiling swrite v0.1.0
7162026-07-14T05:17:53.946Z Compiling xxhash-rust v0.8.16
7172026-07-14T05:17:54.016Z Compiling hex v0.4.3
7182026-07-14T05:17:54.050Z Compiling indent_write v2.2.0
7192026-07-14T05:17:54.092Z Compiling color-eyre v0.6.5
7202026-07-14T05:17:54.144Z Compiling clap v4.6.1
7212026-07-14T05:17:54.201Z Compiling dialoguer v0.11.0
7222026-07-14T05:17:54.227Z Compiling enable-ansi-support v0.2.1
7232026-07-14T05:17:54.712Z Compiling nextest-runner v0.80.0
7242026-07-14T05:18:13.104Z Finished `release` profile [optimized] target(s) in 1m 10s
7252026-07-14T05:18:13.279Z Installing /home/build/.cargo/bin/cargo-nextest
7262026-07-14T05:18:13.282Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7272026-07-14T05:18:13.399Z+ source .github/buildomat/test-common.sh
7282026-07-14T05:18:13.402Z++ NEXTEST_VERSION=0.9.97
7292026-07-14T05:18:13.402Z++ PLATFORM=illumos
7302026-07-14T05:18:13.402Z++ banner install
7312026-07-14T05:18:13.407Z
7322026-07-14T05:18:13.407Z # # # #### ##### ## # #
7332026-07-14T05:18:13.407Z # ## # # # # # # #
7342026-07-14T05:18:13.407Z # # # # #### # # # # #
7352026-07-14T05:18:13.407Z # # # # # # ###### # #
7362026-07-14T05:18:13.407Z # # ## # # # # # # #
7372026-07-14T05:18:13.407Z # # # #### # # # ###### ######
7382026-07-14T05:18:13.407Z
7392026-07-14T05:18:13.407Z++ set +o errexit
7402026-07-14T05:18:13.407Z++ pkg info clang-15
7412026-07-14T05:18:13.407Z++ grep -qi installed
7422026-07-14T05:18:14.566Zpkg: info: no packages matching the following patterns you specified are
7432026-07-14T05:18:14.566Zinstalled on the system. Try querying remotely instead:
7442026-07-14T05:18:14.566Z
7452026-07-14T05:18:14.566Z clang-15
7462026-07-14T05:18:14.607Z++ [[ 1 != 0 ]]
7472026-07-14T05:18:14.607Z++ set -o errexit
7482026-07-14T05:18:14.610Z++ pfexec pkg install clang-15
7492026-07-14T05:18:21.673Z Startup: Refreshing catalog 'helios-dev' ... Done
7502026-07-14T05:18:29.552Z Startup: Caching catalogs ... Done
7512026-07-14T05:18:36.895ZPlanning: Solver setup ... Done
7522026-07-14T05:18:36.936ZPlanning: Running solver ... Done
7532026-07-14T05:18:37.087ZPlanning: Finding local manifests ... Done
7542026-07-14T05:18:37.111ZPlanning: Fetching manifests: 0/2 0% complete
7552026-07-14T05:18:37.198ZPlanning: Fetching manifests: 2/2 100% complete
7562026-07-14T05:18:37.226ZPlanning: Package planning ... Done
7572026-07-14T05:18:37.252ZPlanning: Merging actions ... Done
7582026-07-14T05:18:37.362ZPlanning: Checking for conflicting actions ... Done
7592026-07-14T05:18:37.367ZPlanning: Consolidating action changes ... Done
7602026-07-14T05:18:37.997ZPlanning: Evaluating mediators ... Done
7612026-07-14T05:18:38.003ZPlanning: Planning completed in 8.28 seconds
7622026-07-14T05:18:38.015Z Packages to install: 2
7632026-07-14T05:18:38.015Z Mediators to change: 2
7642026-07-14T05:18:38.015Z Services to change: 1
7652026-07-14T05:18:38.015Z Create boot environment: No
7662026-07-14T05:18:38.015ZCreate backup boot environment: No
7672026-07-14T05:18:38.057Z
7682026-07-14T05:18:38.057ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7692026-07-14T05:18:43.062ZDownload: 1221/3076 items 113.5/211.3MB 53% complete (23.1M/s)
7702026-07-14T05:18:48.062ZDownload: 2173/3076 items 118.7/211.3MB 56% complete (11.9M/s)
7712026-07-14T05:18:50.376ZDownload: Completed 211.31 MB in 12.32 seconds (17.1M/s)
7722026-07-14T05:18:51.504Z Actions: 1/3418 actions (Installing new actions)
7732026-07-14T05:18:54.678Z Actions: Completed 3418 actions in 3.18 seconds.
7742026-07-14T05:18:55.376Z Done
7752026-07-14T05:18:55.376Z Done
7762026-07-14T05:18:56.129Z Done
7772026-07-14T05:18:59.634Z Done
7782026-07-14T05:18:59.708Z Done
7792026-07-14T05:18:59.712Z Done
7802026-07-14T05:19:00.023Z Done
7812026-07-14T05:19:00.763Z++ set -o errexit
7822026-07-14T05:19:00.763Z++ cargo --version
7832026-07-14T05:19:00.774Zcargo 1.96.1 (356927216 2026-06-26)
7842026-07-14T05:19:00.777Z++ rustc --version
7852026-07-14T05:19:00.798Zrustc 1.96.1 (31fca3adb 2026-06-26)
7862026-07-14T05:19:00.801Z++ cargo install cargo-nextest --version 0.9.97
7872026-07-14T05:19:00.851Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7882026-07-14T05:19:00.854Z+ pushd rdb
7892026-07-14T05:19:00.854Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7902026-07-14T05:19:00.854Z+ PROPTEST_CASES=1000000
7912026-07-14T05:19:00.854Z+ cargo nextest run --lib proptest
7922026-07-14T05:19:01.020Z Updating git repository `https://github.com/oxidecomputer/falcon`
7932026-07-14T05:19:01.613ZFrom https://github.com/oxidecomputer/falcon
7942026-07-14T05:19:01.613Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7952026-07-14T05:19:01.689Z Updating crates.io index
7962026-07-14T05:19:01.692Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7972026-07-14T05:19:02.093ZFrom https://github.com/oxidecomputer/dendrite
7982026-07-14T05:19:02.094Z * [new ref] f9fba02fd5351f468b15bda21d83d6dedae90818 -> refs/commit/f9fba02fd5351f468b15bda21d83d6dedae90818
7992026-07-14T05:19:02.129Z Updating git repository `https://github.com/oxidecomputer/ispf`
8002026-07-14T05:19:02.422ZFrom https://github.com/oxidecomputer/ispf
8012026-07-14T05:19:02.422Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8022026-07-14T05:19:02.427Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8032026-07-14T05:19:02.799ZFrom https://github.com/oxidecomputer/netadm-sys
8042026-07-14T05:19:02.800Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8052026-07-14T05:19:02.807Z Updating git repository `https://github.com/oxidecomputer/omicron`
8062026-07-14T05:19:09.796ZFrom https://github.com/oxidecomputer/omicron
8072026-07-14T05:19:09.796Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8082026-07-14T05:19:10.234Z Updating git repository `https://github.com/oxidecomputer/opte`
8092026-07-14T05:19:10.886ZFrom https://github.com/oxidecomputer/opte
8102026-07-14T05:19:10.886Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8112026-07-14T05:19:10.917Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8122026-07-14T05:19:11.153ZFrom https://github.com/oxidecomputer/slog-error-chain
8132026-07-14T05:19:11.153Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8142026-07-14T05:19:11.163Z Updating git repository `https://github.com/illumos/smf-rs`
8152026-07-14T05:19:11.414ZFrom https://github.com/illumos/smf-rs
8162026-07-14T05:19:11.414Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8172026-07-14T05:19:11.423Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8182026-07-14T05:19:11.691ZFrom https://github.com/oxidecomputer/network-interface
8192026-07-14T05:19:11.691Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8202026-07-14T05:19:11.698Z Updating git repository `https://github.com/oxidecomputer/zone`
8212026-07-14T05:19:11.954ZFrom https://github.com/oxidecomputer/zone
8222026-07-14T05:19:11.954Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8232026-07-14T05:19:11.966Z Updating git repository `https://github.com/oxidecomputer/propolis`
8242026-07-14T05:19:12.555ZFrom https://github.com/oxidecomputer/propolis
8252026-07-14T05:19:12.555Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8262026-07-14T05:19:12.600Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8272026-07-14T05:19:13.067ZFrom https://github.com/oxidecomputer/transceiver-control
8282026-07-14T05:19:13.067Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8292026-07-14T05:19:13.078Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8302026-07-14T05:19:13.339ZFrom https://github.com/oxidecomputer/dlpi-sys
8312026-07-14T05:19:13.339Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8322026-07-14T05:19:13.345Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8332026-07-14T05:19:13.607ZFrom https://github.com/jmesmon/rust-libzfs
8342026-07-14T05:19:13.607Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8352026-07-14T05:19:13.615Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8362026-07-14T05:19:13.874ZFrom https://github.com/oxidecomputer/rusty-doors
8372026-07-14T05:19:13.874Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8382026-07-14T05:19:13.881Z Updating git repository `https://github.com/oxidecomputer/lldp`
8392026-07-14T05:19:14.188ZFrom https://github.com/oxidecomputer/lldp
8402026-07-14T05:19:14.188Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8412026-07-14T05:19:14.198Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8422026-07-14T05:19:14.513ZFrom https://github.com/oxidecomputer/tufaceous
8432026-07-14T05:19:14.513Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8442026-07-14T05:19:14.533Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8452026-07-14T05:19:14.987ZFrom https://github.com/oxidecomputer/management-gateway-service
8462026-07-14T05:19:14.987Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8472026-07-14T05:19:15.003Z Updating git repository `https://github.com/oxidecomputer/crucible`
8482026-07-14T05:19:16.134ZFrom https://github.com/oxidecomputer/crucible
8492026-07-14T05:19:16.134Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8502026-07-14T05:19:16.179Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8512026-07-14T05:19:16.423ZFrom https://github.com/oxidecomputer/serde_human_bytes
8522026-07-14T05:19:16.423Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8532026-07-14T05:19:16.436Z Updating git repository `https://github.com/oxidecomputer/propolis`
8542026-07-14T05:19:16.857ZFrom https://github.com/oxidecomputer/propolis
8552026-07-14T05:19:16.857Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8562026-07-14T05:19:16.945Z Updating git repository `https://github.com/oxidecomputer/crucible`
8572026-07-14T05:19:17.648ZFrom https://github.com/oxidecomputer/crucible
8582026-07-14T05:19:17.648Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8592026-07-14T05:19:17.716Z Updating git repository `https://github.com/oxidecomputer/tofino`
8602026-07-14T05:19:18.048ZFrom https://github.com/oxidecomputer/tofino
8612026-07-14T05:19:18.048Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8622026-07-14T05:19:18.063Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8632026-07-14T05:19:18.687ZFrom https://github.com/oxidecomputer/maghemite
8642026-07-14T05:19:18.687Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8652026-07-14T05:19:18.719Z Updating git repository `https://github.com/oxidecomputer/clickward`
8662026-07-14T05:19:19.128ZFrom https://github.com/oxidecomputer/clickward
8672026-07-14T05:19:19.128Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8682026-07-14T05:19:19.137Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8692026-07-14T05:19:19.392ZFrom https://github.com/oxidecomputer/illumos-devinfo
8702026-07-14T05:19:19.392Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8712026-07-14T05:19:20.316Z Downloading crates ...
8722026-07-14T05:19:20.414Z Downloaded arrayref v0.3.9
8732026-07-14T05:19:20.422Z Downloaded async-recursion v1.1.1
8742026-07-14T05:19:20.425Z Downloaded cobs v0.3.0
8752026-07-14T05:19:20.432Z Downloaded base16ct v1.0.0
8762026-07-14T05:19:20.434Z Downloaded dyn-clone v1.0.20
8772026-07-14T05:19:20.437Z Downloaded convert_case v0.4.0
8782026-07-14T05:19:20.437Z Downloaded ciborium-ll v0.2.2
8792026-07-14T05:19:20.440Z Downloaded cstr-argument v0.1.2
8802026-07-14T05:19:20.440Z Downloaded const-random v0.1.18
8812026-07-14T05:19:20.443Z Downloaded dunce v1.0.5
8822026-07-14T05:19:20.447Z Downloaded backoff v0.4.0
8832026-07-14T05:19:20.453Z Downloaded foreign-types-macros v0.2.3
8842026-07-14T05:19:20.456Z Downloaded gethostname v0.5.0
8852026-07-14T05:19:20.465Z Downloaded dof v0.4.0
8862026-07-14T05:19:20.467Z Downloaded inout v0.1.4
8872026-07-14T05:19:20.472Z Downloaded hubpack_derive v0.1.1
8882026-07-14T05:19:20.474Z Downloaded bcs v0.1.6
8892026-07-14T05:19:20.477Z Downloaded libscf-sys v1.2.0
8902026-07-14T05:19:20.477Z Downloaded foreign-types v0.5.0
8912026-07-14T05:19:20.477Z Downloaded chacha20 v0.10.0
8922026-07-14T05:19:20.483Z Downloaded hostname v0.4.2
8932026-07-14T05:19:20.483Z Downloaded const_format_proc_macros v0.2.34
8942026-07-14T05:19:20.486Z Downloaded multer v3.1.0
8952026-07-14T05:19:20.486Z Downloaded half v2.7.1
8962026-07-14T05:19:20.486Z Downloaded hash32 v0.3.1
8972026-07-14T05:19:20.490Z Downloaded httpdate v1.0.3
8982026-07-14T05:19:20.490Z Downloaded enum-as-inner v0.6.1
8992026-07-14T05:19:20.490Z Downloaded anyhow v1.0.103
9002026-07-14T05:19:20.494Z Downloaded data-encoding v2.11.0
9012026-07-14T05:19:20.494Z Downloaded critical-section v1.2.0
9022026-07-14T05:19:20.494Z Downloaded git-stub v1.0.0
9032026-07-14T05:19:20.497Z Downloaded async-trait v0.1.89
9042026-07-14T05:19:20.497Z Downloaded float-ord v0.3.2
9052026-07-14T05:19:20.502Z Downloaded bitflags v1.3.2
9062026-07-14T05:19:20.502Z Downloaded compression-core v0.4.32
9072026-07-14T05:19:20.505Z Downloaded glob v0.3.3
9082026-07-14T05:19:20.505Z Downloaded http-body v1.0.1
9092026-07-14T05:19:20.505Z Downloaded highway v1.3.0
9102026-07-14T05:19:20.508Z Downloaded hubpack v0.1.2
9112026-07-14T05:19:20.508Z Downloaded heck v0.4.1
9122026-07-14T05:19:20.514Z Downloaded ciborium-io v0.2.2
9132026-07-14T05:19:20.514Z Downloaded bit-set v0.8.0
9142026-07-14T05:19:20.514Z Downloaded fxhash v0.2.1
9152026-07-14T05:19:20.514Z Downloaded embedded-io v0.6.1
9162026-07-14T05:19:20.517Z Downloaded crypto-common v0.2.2
9172026-07-14T05:19:20.517Z Downloaded icu_locale_core v2.2.0
9182026-07-14T05:19:20.520Z Downloaded defmt-macros v1.1.0
9192026-07-14T05:19:20.520Z Downloaded cmake v0.1.58
9202026-07-14T05:19:20.524Z Downloaded derive-ex v0.1.8
9212026-07-14T05:19:20.524Z Downloaded linked-hash-map v0.5.6
9222026-07-14T05:19:20.527Z Downloaded arrayvec v0.7.6
9232026-07-14T05:19:20.527Z Downloaded group v0.13.0
9242026-07-14T05:19:20.527Z Downloaded crossbeam-epoch v0.9.18
9252026-07-14T05:19:20.531Z Downloaded erased-serde v0.3.31
9262026-07-14T05:19:20.531Z Downloaded fs_extra v1.3.0
9272026-07-14T05:19:20.534Z Downloaded fs-err v3.3.0
9282026-07-14T05:19:20.534Z Downloaded bs58 v0.5.1
9292026-07-14T05:19:20.537Z Downloaded digest v0.11.3
9302026-07-14T05:19:20.537Z Downloaded aead v0.5.2
9312026-07-14T05:19:20.540Z Downloaded foldhash v0.2.0
9322026-07-14T05:19:20.543Z Downloaded dropshot-api-manager-types v0.7.2
9332026-07-14T05:19:20.546Z Downloaded keccak v0.1.6
9342026-07-14T05:19:20.546Z Downloaded newtype_derive v0.1.6
9352026-07-14T05:19:20.546Z Downloaded const-random-macro v0.1.16
9362026-07-14T05:19:20.548Z Downloaded newline-converter v0.3.0
9372026-07-14T05:19:20.548Z Downloaded foreign-types-shared v0.3.1
9382026-07-14T05:19:20.548Z Downloaded fixedbitset v0.4.2
9392026-07-14T05:19:20.548Z Downloaded block-buffer v0.12.0
9402026-07-14T05:19:20.551Z Downloaded mime v0.3.17
9412026-07-14T05:19:20.551Z Downloaded is-terminal v0.4.17
9422026-07-14T05:19:20.551Z Downloaded embedded-io v0.4.0
9432026-07-14T05:19:20.554Z Downloaded async-stream-impl v0.3.6
9442026-07-14T05:19:20.554Z Downloaded dof v0.3.0
9452026-07-14T05:19:20.554Z Downloaded dtrace-parser v0.3.0
9462026-07-14T05:19:20.557Z Downloaded dtrace-parser v0.2.0
9472026-07-14T05:19:20.557Z Downloaded darling_macro v0.23.0
9482026-07-14T05:19:20.557Z Downloaded memmap v0.7.0
9492026-07-14T05:19:20.557Z Downloaded defmt v0.3.100
9502026-07-14T05:19:20.561Z Downloaded natord v1.0.9
9512026-07-14T05:19:20.561Z Downloaded match_cfg v0.1.0
9522026-07-14T05:19:20.561Z Downloaded crunchy v0.2.4
9532026-07-14T05:19:20.561Z Downloaded async-stream v0.3.6
9542026-07-14T05:19:20.563Z Downloaded darling_macro v0.21.3
9552026-07-14T05:19:20.564Z Downloaded defmt-parser v1.0.0
9562026-07-14T05:19:20.564Z Downloaded crucible-workspace-hack v0.1.0
9572026-07-14T05:19:20.564Z Downloaded crc8 v0.1.1
9582026-07-14T05:19:20.566Z Downloaded macaddr v1.0.1
9592026-07-14T05:19:20.572Z Downloaded memoffset v0.9.1
9602026-07-14T05:19:20.575Z Downloaded internet-checksum v0.2.1
9612026-07-14T05:19:20.575Z Downloaded num-conv v0.2.2
9622026-07-14T05:19:20.575Z Downloaded no-std-compat v0.4.1
9632026-07-14T05:19:20.579Z Downloaded managed v0.8.0
9642026-07-14T05:19:20.579Z Downloaded instant v0.1.13
9652026-07-14T05:19:20.581Z Downloaded chacha20 v0.9.1
9662026-07-14T05:19:20.582Z Downloaded idna_adapter v1.2.2
9672026-07-14T05:19:20.582Z Downloaded hostname v0.3.1
9682026-07-14T05:19:20.586Z Downloaded csv-core v0.1.13
9692026-07-14T05:19:20.589Z Downloaded compression-codecs v0.4.38
9702026-07-14T05:19:20.589Z Downloaded num-derive v0.4.2
9712026-07-14T05:19:20.589Z Downloaded num v0.4.3
9722026-07-14T05:19:20.593Z Downloaded bytecount v0.6.9
9732026-07-14T05:19:20.593Z Downloaded cipher v0.4.4
9742026-07-14T05:19:20.596Z Downloaded ident_case v1.0.1
9752026-07-14T05:19:20.596Z Downloaded num-iter v0.1.45
9762026-07-14T05:19:20.596Z Downloaded konst_macro_rules v0.2.19
9772026-07-14T05:19:20.596Z Downloaded daft v0.1.7
9782026-07-14T05:19:20.598Z Downloaded constant_time_eq v0.4.2
9792026-07-14T05:19:20.599Z Downloaded cargo_toml v0.22.3
9802026-07-14T05:19:20.603Z Downloaded git-stub-vcs v0.1.0
9812026-07-14T05:19:20.603Z Downloaded byteorder v1.5.0
9822026-07-14T05:19:20.606Z Downloaded omicron-workspace-hack v0.1.0
9832026-07-14T05:19:20.606Z Downloaded num_threads v0.1.7
9842026-07-14T05:19:20.606Z Downloaded ff v0.13.1
9852026-07-14T05:19:20.611Z Downloaded olpc-cjson v0.1.4
9862026-07-14T05:19:20.615Z Downloaded num_enum_derive v0.5.11
9872026-07-14T05:19:20.615Z Downloaded darling v0.23.0
9882026-07-14T05:19:20.618Z Downloaded argon2 v0.5.3
9892026-07-14T05:19:20.620Z Downloaded byte-wrapper v0.1.0
9902026-07-14T05:19:20.623Z Downloaded base16ct v0.2.0
9912026-07-14T05:19:20.626Z Downloaded parse-display v0.10.0
9922026-07-14T05:19:20.637Z Downloaded displaydoc v0.2.6
9932026-07-14T05:19:20.643Z Downloaded daft-derive v0.1.7
9942026-07-14T05:19:20.648Z Downloaded proc-macro-crate v1.3.1
9952026-07-14T05:19:20.648Z Downloaded plain v0.2.3
9962026-07-14T05:19:20.648Z Downloaded powerfmt v0.2.0
9972026-07-14T05:19:20.653Z Downloaded potential_utf v0.1.5
9982026-07-14T05:19:20.653Z Downloaded num-complex v0.4.6
9992026-07-14T05:19:20.657Z Downloaded newtype-uuid-macros v0.1.0
10002026-07-14T05:19:20.657Z Downloaded ciborium v0.2.2
10012026-07-14T05:19:20.657Z Downloaded lru-cache v0.1.2
10022026-07-14T05:19:20.657Z Downloaded humantime v2.3.0
10032026-07-14T05:19:20.660Z Downloaded ipnetwork v0.21.1
10042026-07-14T05:19:20.660Z Downloaded console v0.16.3
10052026-07-14T05:19:20.660Z Downloaded proc-macro-error-attr v1.0.4
10062026-07-14T05:19:20.663Z Downloaded num-integer v0.1.46
10072026-07-14T05:19:20.663Z Downloaded bit-vec v0.8.0
10082026-07-14T05:19:20.663Z Downloaded jobserver v0.1.34
10092026-07-14T05:19:20.666Z Downloaded ingot v0.1.1
10102026-07-14T05:19:20.668Z Downloaded linear-map v1.2.0
10112026-07-14T05:19:20.671Z Downloaded allocator-api2 v0.2.21
10122026-07-14T05:19:20.674Z Downloaded pretty-hex v0.4.2
10132026-07-14T05:19:20.676Z Downloaded progenitor-client v0.10.0
10142026-07-14T05:19:20.679Z Downloaded oxide-tokio-rt v0.1.6
10152026-07-14T05:19:20.681Z Downloaded num-rational v0.4.2
10162026-07-14T05:19:20.681Z Downloaded libsw v3.5.0
10172026-07-14T05:19:20.684Z Downloaded ingot-types v0.1.2
10182026-07-14T05:19:20.684Z Downloaded pem v3.0.6
10192026-07-14T05:19:20.688Z Downloaded hybrid-array v0.4.12
10202026-07-14T05:19:20.688Z Downloaded opaque-debug v0.3.1
10212026-07-14T05:19:20.692Z Downloaded proc-macro-error-attr2 v2.0.0
10222026-07-14T05:19:20.692Z Downloaded quick-error v1.2.3
10232026-07-14T05:19:20.692Z Downloaded progenitor-client v0.14.0
10242026-07-14T05:19:20.692Z Downloaded num_enum_derive v0.7.6
10252026-07-14T05:19:20.692Z Downloaded libsw-core v0.3.2
10262026-07-14T05:19:20.695Z Downloaded num_enum v0.5.11
10272026-07-14T05:19:20.696Z Downloaded ref-cast v1.0.25
10282026-07-14T05:19:20.698Z Downloaded proc-macro-crate v3.5.0
10292026-07-14T05:19:20.698Z Downloaded progenitor-macro v0.13.0
10302026-07-14T05:19:20.701Z Downloaded darling_core v0.23.0
10312026-07-14T05:19:20.703Z Downloaded rand_chacha v0.3.1
10322026-07-14T05:19:20.706Z Downloaded blake2 v0.10.6
10332026-07-14T05:19:20.706Z Downloaded arc-swap v1.9.1
10342026-07-14T05:19:20.709Z Downloaded rand_xorshift v0.4.0
10352026-07-14T05:19:20.713Z Downloaded cookie v0.18.1
10362026-07-14T05:19:20.713Z Downloaded defmt v1.1.0
10372026-07-14T05:19:20.716Z Downloaded deranged v0.5.8
10382026-07-14T05:19:20.716Z Downloaded log v0.4.32
10392026-07-14T05:19:20.716Z Downloaded cancel-safe-futures v0.1.5
10402026-07-14T05:19:20.719Z Downloaded diff v0.1.13
10412026-07-14T05:19:20.721Z Downloaded colored v3.1.1
10422026-07-14T05:19:20.724Z Downloaded backon v1.6.0
10432026-07-14T05:19:20.724Z Downloaded oxnet v0.1.6
10442026-07-14T05:19:20.727Z Downloaded phf_shared v0.12.1
10452026-07-14T05:19:20.727Z Downloaded password-hash v0.5.0
10462026-07-14T05:19:20.729Z Downloaded parse-display-derive v0.10.0
10472026-07-14T05:19:20.730Z Downloaded rustc_version v0.1.7
10482026-07-14T05:19:20.730Z Downloaded progenitor-macro v0.14.0
10492026-07-14T05:19:20.730Z Downloaded paste v1.0.15
10502026-07-14T05:19:20.733Z Downloaded crossbeam-utils v0.8.21
10512026-07-14T05:19:20.736Z Downloaded rustc-hash v2.1.2
10522026-07-14T05:19:20.740Z Downloaded elliptic-curve v0.13.8
10532026-07-14T05:19:20.742Z Downloaded crossbeam-deque v0.8.6
10542026-07-14T05:19:20.742Z Downloaded bitflags v2.12.1
10552026-07-14T05:19:20.745Z Downloaded proc-macro-error2 v2.0.1
10562026-07-14T05:19:20.749Z Downloaded same-file v1.0.6
10572026-07-14T05:19:20.749Z Downloaded progenitor v0.10.0
10582026-07-14T05:19:20.749Z Downloaded phf v0.12.1
10592026-07-14T05:19:20.752Z Downloaded memmap2 v0.9.10
10602026-07-14T05:19:20.759Z Downloaded progenitor v0.14.0
10612026-07-14T05:19:20.762Z Downloaded serde-big-array v0.5.1
10622026-07-14T05:19:20.762Z Downloaded serde_plain v1.0.2
10632026-07-14T05:19:20.765Z Downloaded parking_lot v0.11.2
10642026-07-14T05:19:20.765Z Downloaded semver v0.1.20
10652026-07-14T05:19:20.771Z Downloaded ingot-macros v0.1.1
10662026-07-14T05:19:20.774Z Downloaded ref-cast-impl v1.0.25
10672026-07-14T05:19:20.774Z Downloaded quote v1.0.45
10682026-07-14T05:19:20.777Z Downloaded port-file v0.1.0
10692026-07-14T05:19:20.779Z Downloaded secrecy v0.10.3
10702026-07-14T05:19:20.779Z Downloaded scroll_derive v0.13.1
10712026-07-14T05:19:20.779Z Downloaded scroll_derive v0.12.1
10722026-07-14T05:19:20.782Z Downloaded serial_test_derive v3.5.0
10732026-07-14T05:19:20.782Z Downloaded serial_test v3.5.0
10742026-07-14T05:19:20.785Z Downloaded sha1 v0.10.6
10752026-07-14T05:19:20.788Z Downloaded progenitor-client v0.13.0
10762026-07-14T05:19:20.788Z Downloaded num_enum v0.7.6
10772026-07-14T05:19:20.792Z Downloaded slog-bunyan v2.5.0
10782026-07-14T05:19:20.795Z Downloaded siphasher v1.0.3
10792026-07-14T05:19:20.795Z Downloaded progenitor-macro v0.10.0
10802026-07-14T05:19:20.795Z Downloaded progenitor v0.13.0
10812026-07-14T05:19:20.795Z Downloaded derive_more v0.99.20
10822026-07-14T05:19:20.798Z Downloaded sha1 v0.11.0
10832026-07-14T05:19:20.801Z Downloaded postcard v1.1.3
10842026-07-14T05:19:20.801Z Downloaded poly1305 v0.8.0
10852026-07-14T05:19:20.803Z Downloaded dropshot_endpoint v0.17.1
10862026-07-14T05:19:20.806Z Downloaded drift v0.2.0
10872026-07-14T05:19:20.810Z Downloaded smawk v0.3.2
10882026-07-14T05:19:20.814Z Downloaded spin v0.5.2
10892026-07-14T05:19:20.814Z Downloaded rustls-native-certs v0.8.4
10902026-07-14T05:19:20.816Z Downloaded litemap v0.8.2
10912026-07-14T05:19:20.816Z Downloaded pest_derive v2.8.6
10922026-07-14T05:19:20.816Z Downloaded rustls-pemfile v2.2.0
10932026-07-14T05:19:20.819Z Downloaded const-oid v0.10.2
10942026-07-14T05:19:20.819Z Downloaded chacha20poly1305 v0.10.1
10952026-07-14T05:19:20.823Z Downloaded parking_lot_core v0.8.6
10962026-07-14T05:19:20.823Z Downloaded darling v0.21.3
10972026-07-14T05:19:20.826Z Downloaded resolv-conf v0.7.6
10982026-07-14T05:19:20.826Z Downloaded structmeta v0.3.0
10992026-07-14T05:19:20.830Z Downloaded slog-envlogger v2.2.0
11002026-07-14T05:19:20.833Z Downloaded strum v0.26.3
11012026-07-14T05:19:20.835Z Downloaded stable_deref_trait v1.2.1
11022026-07-14T05:19:20.835Z Downloaded serde_derive_internals v0.29.1
11032026-07-14T05:19:20.838Z Downloaded base64 v0.21.7
11042026-07-14T05:19:20.841Z Downloaded strum v0.27.2
11052026-07-14T05:19:20.841Z Downloaded tabled_derive v0.7.0
11062026-07-14T05:19:20.844Z Downloaded tagptr v0.2.0
11072026-07-14T05:19:20.844Z Downloaded tabwriter v1.4.1
11082026-07-14T05:19:20.844Z Downloaded hmac v0.12.1
11092026-07-14T05:19:20.848Z Downloaded testing_table v0.3.0
11102026-07-14T05:19:20.848Z Downloaded termtree v0.5.1
11112026-07-14T05:19:20.850Z Downloaded rusty-fork v0.3.1
11122026-07-14T05:19:20.850Z Downloaded take_mut v0.2.2
11132026-07-14T05:19:20.860Z Downloaded quinn-udp v0.5.14
11142026-07-14T05:19:20.863Z Downloaded serde_tokenstream v0.2.3
11152026-07-14T05:19:20.865Z Downloaded slog-async v2.8.0
11162026-07-14T05:19:20.865Z Downloaded sigpipe v0.1.3
11172026-07-14T05:19:20.869Z Downloaded time-core v0.1.8
11182026-07-14T05:19:20.871Z Downloaded rustversion v1.0.22
11192026-07-14T05:19:20.875Z Downloaded tabled_derive v0.11.0
11202026-07-14T05:19:20.875Z Downloaded icu_normalizer_data v2.2.0
11212026-07-14T05:19:20.878Z Downloaded getrandom v0.4.2
11222026-07-14T05:19:20.878Z Downloaded serde_repr v0.1.20
11232026-07-14T05:19:20.880Z Downloaded structmeta-derive v0.3.0
11242026-07-14T05:19:20.880Z Downloaded thiserror-impl-no-std v2.0.2
11252026-07-14T05:19:20.883Z Downloaded const_format v0.2.36
11262026-07-14T05:19:20.886Z Downloaded proc-macro-error v1.0.4
11272026-07-14T05:19:20.886Z Downloaded smf v0.2.3
11282026-07-14T05:19:20.888Z Downloaded hickory-resolver v0.24.4
11292026-07-14T05:19:20.891Z Downloaded smartstring v1.0.1
11302026-07-14T05:19:20.894Z Downloaded slog-term v2.9.2
11312026-07-14T05:19:20.897Z Downloaded thread-id v5.1.0
11322026-07-14T05:19:20.897Z Downloaded thread-id v4.2.2
11332026-07-14T05:19:20.900Z Downloaded slog-dtrace v0.3.0
11342026-07-14T05:19:20.903Z Downloaded scroll v0.13.0
11352026-07-14T05:19:20.903Z Downloaded scroll v0.12.0
11362026-07-14T05:19:20.905Z Downloaded topological-sort v0.2.2
11372026-07-14T05:19:20.906Z Downloaded icu_normalizer v2.2.0
11382026-07-14T05:19:20.908Z Downloaded typify-macro v0.4.3
11392026-07-14T05:19:20.908Z Downloaded papergrid v0.18.0
11402026-07-14T05:19:20.911Z Downloaded papergrid v0.11.0
11412026-07-14T05:19:20.913Z Downloaded typify-macro v0.6.2
11422026-07-14T05:19:20.914Z Downloaded universal-hash v0.5.1
11432026-07-14T05:19:20.917Z Downloaded pest_generator v2.8.6
11442026-07-14T05:19:20.917Z Downloaded strum_macros v0.27.2
11452026-07-14T05:19:20.922Z Downloaded omicron-zone-package v0.12.3
11462026-07-14T05:19:20.922Z Downloaded jiff-static v0.2.28
11472026-07-14T05:19:20.922Z Downloaded expectorate v1.2.0
11482026-07-14T05:19:20.925Z Downloaded slog-json v2.6.1
11492026-07-14T05:19:20.925Z Downloaded usdt v0.5.0
11502026-07-14T05:19:20.927Z Downloaded thread_local v1.1.9
11512026-07-14T05:19:20.927Z Downloaded untrusted v0.7.1
11522026-07-14T05:19:20.927Z Downloaded strum_macros v0.26.4
11532026-07-14T05:19:20.930Z Downloaded slog-stdlog v4.1.1
11542026-07-14T05:19:20.930Z Downloaded progenitor-extras v0.2.0
11552026-07-14T05:19:20.930Z Downloaded usdt-macro v0.6.0
11562026-07-14T05:19:20.935Z Downloaded progenitor-impl v0.13.0
11572026-07-14T05:19:20.937Z Downloaded openssl-sys v0.9.116
11582026-07-14T05:19:20.937Z Downloaded unit-prefix v0.5.2
11592026-07-14T05:19:20.937Z Downloaded usdt-attr-macro v0.5.0
11602026-07-14T05:19:20.940Z Downloaded usdt v0.6.0
11612026-07-14T05:19:20.940Z Downloaded unarray v0.1.4
11622026-07-14T05:19:20.940Z Downloaded synstructure v0.13.2
11632026-07-14T05:19:20.943Z Downloaded heapless v0.8.0
11642026-07-14T05:19:20.949Z Downloaded time-macros v0.2.27
11652026-07-14T05:19:20.952Z Downloaded waitgroup v0.1.2
11662026-07-14T05:19:20.952Z Downloaded usdt-macro v0.5.0
11672026-07-14T05:19:20.955Z Downloaded indicatif v0.18.4
11682026-07-14T05:19:20.955Z Downloaded utf-8 v0.7.6
11692026-07-14T05:19:20.958Z Downloaded indexmap v1.9.3
11702026-07-14T05:19:20.958Z Downloaded icu_provider v2.2.0
11712026-07-14T05:19:20.961Z Downloaded konst v0.2.20
11722026-07-14T05:19:20.963Z Downloaded darling_core v0.21.3
11732026-07-14T05:19:20.966Z Downloaded icu_properties v2.2.0
11742026-07-14T05:19:20.966Z Downloaded crypto-bigint v0.5.5
11752026-07-14T05:19:20.969Z Downloaded wait-timeout v0.2.1
11762026-07-14T05:19:20.972Z Downloaded tokio-dtrace v0.1.1
11772026-07-14T05:19:20.972Z Downloaded rustls-pki-types v1.14.1
11782026-07-14T05:19:20.974Z Downloaded schemars_derive v0.8.22
11792026-07-14T05:19:20.974Z Downloaded pretty_assertions v1.4.1
11802026-07-14T05:19:20.974Z Downloaded yoke-derive v0.8.2
11812026-07-14T05:19:20.977Z Downloaded zerofrom v0.1.8
11822026-07-14T05:19:20.977Z Downloaded bytes v1.11.1
11832026-07-14T05:19:20.980Z Downloaded zeroize_derive v1.4.3
11842026-07-14T05:19:20.980Z Downloaded zerofrom-derive v0.1.7
11852026-07-14T05:19:20.980Z Downloaded smallvec v1.15.1
11862026-07-14T05:19:20.983Z Downloaded usdt-attr-macro v0.6.0
11872026-07-14T05:19:20.983Z Downloaded tinystr v0.8.3
11882026-07-14T05:19:20.983Z Downloaded thiserror-no-std v2.0.2
11892026-07-14T05:19:20.986Z Downloaded schemars v0.8.22
11902026-07-14T05:19:20.991Z Downloaded tiny-keccak v2.0.2
11912026-07-14T05:19:20.994Z Downloaded progenitor-impl v0.14.0
11922026-07-14T05:19:20.994Z Downloaded prettyplease v0.2.37
11932026-07-14T05:19:20.997Z Downloaded tokio-tungstenite v0.21.0
11942026-07-14T05:19:21.000Z Downloaded zone v0.3.1
11952026-07-14T05:19:21.003Z Downloaded pest_meta v2.8.6
11962026-07-14T05:19:21.010Z Downloaded term v1.2.1
11972026-07-14T05:19:21.017Z Downloaded snafu-derive v0.8.9
11982026-07-14T05:19:21.019Z Downloaded zone_cfg_derive v0.3.1
11992026-07-14T05:19:21.020Z Downloaded usdt-impl v0.5.0
12002026-07-14T05:19:21.020Z Downloaded spin v0.9.8
12012026-07-14T05:19:21.027Z Downloaded rayon-core v1.13.0
12022026-07-14T05:19:21.029Z Downloaded serde_yaml v0.9.34+deprecated
12032026-07-14T05:19:21.032Z Downloaded hashbrown v0.16.1
12042026-07-14T05:19:21.035Z Downloaded vsss-rs v3.3.4
12052026-07-14T05:19:21.039Z Downloaded whoami v1.6.1
12062026-07-14T05:19:21.039Z Downloaded minimal-lexical v0.2.1
12072026-07-14T05:19:21.042Z Downloaded crossbeam-channel v0.5.15
12082026-07-14T05:19:21.044Z Downloaded async-compression v0.4.42
12092026-07-14T05:19:21.047Z Downloaded xz2 v0.1.7
12102026-07-14T05:19:21.047Z Downloaded slog-scope v4.4.1
12112026-07-14T05:19:21.050Z Downloaded hickory-resolver v0.25.2
12122026-07-14T05:19:21.050Z Downloaded rhai_codegen v3.2.0
12132026-07-14T05:19:21.055Z Downloaded writeable v0.6.3
12142026-07-14T05:19:21.058Z Downloaded schemars v0.9.0
12152026-07-14T05:19:21.062Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12162026-07-14T05:19:21.065Z Downloaded serde_with_macros v3.20.0
12172026-07-14T05:19:21.065Z Downloaded cc v1.2.63
12182026-07-14T05:19:21.067Z Downloaded zerovec-derive v0.11.3
12192026-07-14T05:19:21.067Z Downloaded zmij v1.0.21
12202026-07-14T05:19:21.070Z Downloaded zeroize v1.8.2
12212026-07-14T05:19:21.070Z Downloaded rustls-platform-verifier v0.7.0
12222026-07-14T05:19:21.073Z Downloaded ucd-trie v0.1.7
12232026-07-14T05:19:21.073Z Downloaded icu_collections v2.2.0
12242026-07-14T05:19:21.076Z Downloaded thin-vec v0.2.18
12252026-07-14T05:19:21.079Z Downloaded similar v2.7.0
12262026-07-14T05:19:21.082Z Downloaded rand v0.8.6
12272026-07-14T05:19:21.082Z Downloaded quinn v0.11.9
12282026-07-14T05:19:21.085Z Downloaded progenitor-impl v0.10.0
12292026-07-14T05:19:21.093Z Downloaded tinyvec v1.11.0
12302026-07-14T05:19:21.098Z Downloaded test-strategy v0.4.5
12312026-07-14T05:19:21.101Z Downloaded yoke v0.8.3
12322026-07-14T05:19:21.101Z Downloaded hashbrown v0.12.3
12332026-07-14T05:19:21.101Z Downloaded mio v1.2.1
12342026-07-14T05:19:21.104Z Downloaded usdt-impl v0.6.0
12352026-07-14T05:19:21.106Z Downloaded schemars v1.2.1
12362026-07-14T05:19:21.112Z Downloaded walkdir v2.5.0
12372026-07-14T05:19:21.116Z Downloaded tungstenite v0.21.0
12382026-07-14T05:19:21.116Z Downloaded toml v0.9.12+spec-1.1.0
12392026-07-14T05:19:21.119Z Downloaded qorb v0.4.1
12402026-07-14T05:19:21.122Z Downloaded zerocopy-derive v0.7.35
12412026-07-14T05:19:21.122Z Downloaded unsafe-libyaml v0.2.11
12422026-07-14T05:19:21.126Z Downloaded toml v0.7.8
12432026-07-14T05:19:21.128Z Downloaded dropshot-api-manager v0.7.2
12442026-07-14T05:19:21.128Z Downloaded memchr v2.8.1
12452026-07-14T05:19:21.131Z Downloaded snafu v0.8.9
12462026-07-14T05:19:21.134Z Downloaded typify v0.6.2
12472026-07-14T05:19:21.140Z Downloaded slog v2.8.2
12482026-07-14T05:19:21.143Z Downloaded nom v7.1.3
12492026-07-14T05:19:21.146Z Downloaded toml_edit v0.25.12+spec-1.1.0
12502026-07-14T05:19:21.149Z Downloaded steno v0.4.1
12512026-07-14T05:19:21.177Z Downloaded typify v0.4.3
12522026-07-14T05:19:21.197Z Downloaded yansi v1.0.1
12532026-07-14T05:19:21.201Z Downloaded rand v0.9.4
12542026-07-14T05:19:21.204Z Downloaded h2 v0.4.14
12552026-07-14T05:19:21.213Z Downloaded zerocopy-derive v0.8.50
12562026-07-14T05:19:21.220Z Downloaded pest v2.8.6
12572026-07-14T05:19:21.222Z Downloaded toml_edit v0.19.15
12582026-07-14T05:19:21.231Z Downloaded nom v8.0.0
12592026-07-14T05:19:21.234Z Downloaded blake3 v1.8.5
12602026-07-14T05:19:21.276Z Downloaded ron v0.12.1
12612026-07-14T05:19:21.284Z Downloaded zerotrie v0.2.4
12622026-07-14T05:19:21.284Z Downloaded typed-path v0.9.3
12632026-07-14T05:19:21.284Z Downloaded libm v0.2.16
12642026-07-14T05:19:21.284Z Downloaded itertools v0.15.0
12652026-07-14T05:19:21.284Z Downloaded goblin v0.8.2
12662026-07-14T05:19:21.284Z Downloaded iddqd v0.4.5
12672026-07-14T05:19:21.284Z Downloaded itertools v0.12.1
12682026-07-14T05:19:21.289Z Downloaded icu_properties_data v2.2.0
12692026-07-14T05:19:21.294Z Downloaded rayon v1.12.0
12702026-07-14T05:19:21.300Z Downloaded regex v1.12.3
12712026-07-14T05:19:21.303Z Downloaded hkdf v0.12.4
12722026-07-14T05:19:21.328Z Downloaded reqwest v0.13.4
12732026-07-14T05:19:21.337Z Downloaded aws-lc-rs v1.17.0
12742026-07-14T05:19:21.342Z Downloaded zerovec v0.11.6
12752026-07-14T05:19:21.351Z Downloaded tough v0.22.0
12762026-07-14T05:19:21.357Z Downloaded zerocopy v0.7.35
12772026-07-14T05:19:21.366Z Downloaded winnow v0.5.40
12782026-07-14T05:19:21.371Z Downloaded serde_with v3.20.0
12792026-07-14T05:19:21.388Z Downloaded winnow v1.0.3
12802026-07-14T05:19:21.393Z Downloaded proptest v1.11.0
12812026-07-14T05:19:21.399Z Downloaded quinn-proto v0.11.14
12822026-07-14T05:19:21.405Z Downloaded moka v0.12.15
12832026-07-14T05:19:21.429Z Downloaded tabled v0.15.0
12842026-07-14T05:19:21.438Z Downloaded webpki-roots v1.0.7
12852026-07-14T05:19:21.441Z Downloaded time v0.3.47
12862026-07-14T05:19:21.447Z Downloaded goblin v0.10.7
12872026-07-14T05:19:21.451Z Downloaded tabled v0.21.0
12882026-07-14T05:19:21.461Z Downloaded syn v1.0.109
12892026-07-14T05:19:21.471Z Downloaded bstr v1.12.1
12902026-07-14T05:19:21.477Z Downloaded openssl v0.10.80
12912026-07-14T05:19:21.493Z Downloaded nix v0.31.3
12922026-07-14T05:19:21.501Z Downloaded syn v2.0.117
12932026-07-14T05:19:21.508Z Downloaded hickory-proto v0.24.4
12942026-07-14T05:19:21.516Z Downloaded zerocopy v0.8.50
12952026-07-14T05:19:21.527Z Downloaded regress v0.10.5
12962026-07-14T05:19:21.533Z Downloaded rhai v1.25.1
12972026-07-14T05:19:21.539Z Downloaded regress v0.11.1
12982026-07-14T05:19:21.544Z Downloaded dropshot v0.17.1
12992026-07-14T05:19:21.557Z Downloaded smoltcp v0.11.0
13002026-07-14T05:19:21.563Z Downloaded regex-syntax v0.8.10
13012026-07-14T05:19:21.568Z Downloaded openapiv3 v2.2.0
13022026-07-14T05:19:21.574Z Downloaded rustls v0.23.40
13032026-07-14T05:19:21.581Z Downloaded hickory-proto v0.25.2
13042026-07-14T05:19:21.590Z Downloaded sled v0.34.7
13052026-07-14T05:19:21.642Z Downloaded chrono-tz v0.10.4
13062026-07-14T05:19:21.651Z Downloaded typify-impl v0.6.2
13072026-07-14T05:19:21.658Z Downloaded csv v1.4.0
13082026-07-14T05:19:21.670Z Downloaded typify-impl v0.4.3
13092026-07-14T05:19:21.711Z Downloaded regex-automata v0.4.14
13102026-07-14T05:19:21.747Z Downloaded petgraph v0.6.5
13112026-07-14T05:19:21.758Z Downloaded jiff v0.2.28
13122026-07-14T05:19:21.767Z Downloaded lzma-sys v0.1.20
13132026-07-14T05:19:21.785Z Downloaded sha3 v0.10.9
13142026-07-14T05:19:21.820Z Downloaded encoding_rs v0.8.35
13152026-07-14T05:19:22.367Z Downloaded aws-lc-sys v0.41.0
13162026-07-14T05:19:23.273Z Compiling proc-macro2 v1.0.106
13172026-07-14T05:19:23.273Z Compiling unicode-ident v1.0.24
13182026-07-14T05:19:23.273Z Compiling quote v1.0.45
13192026-07-14T05:19:23.273Z Compiling serde_core v1.0.228
13202026-07-14T05:19:23.273Z Compiling cfg-if v1.0.4
13212026-07-14T05:19:23.273Z Compiling serde v1.0.228
13222026-07-14T05:19:23.276Z Compiling libc v0.2.186
13232026-07-14T05:19:23.276Z Compiling memchr v2.8.1
13242026-07-14T05:19:23.457Z Compiling itoa v1.0.18
13252026-07-14T05:19:23.636Z Compiling smallvec v1.15.1
13262026-07-14T05:19:23.732Z Compiling zmij v1.0.21
13272026-07-14T05:19:23.763Z Compiling autocfg v1.5.1
13282026-07-14T05:19:23.840Z Compiling libm v0.2.16
13292026-07-14T05:19:24.079Z Compiling stable_deref_trait v1.2.1
13302026-07-14T05:19:24.150Z Compiling writeable v0.6.3
13312026-07-14T05:19:24.157Z Compiling litemap v0.8.2
13322026-07-14T05:19:24.216Z Compiling percent-encoding v2.3.2
13332026-07-14T05:19:24.284Z Compiling icu_normalizer_data v2.2.0
13342026-07-14T05:19:24.316Z Compiling utf8_iter v1.0.4
13352026-07-14T05:19:24.331Z Compiling icu_properties_data v2.2.0
13362026-07-14T05:19:24.343Z Compiling iana-time-zone v0.1.65
13372026-07-14T05:19:24.460Z Compiling equivalent v1.0.2
13382026-07-14T05:19:24.552Z Compiling form_urlencoded v1.2.2
13392026-07-14T05:19:24.563Z Compiling version_check v0.9.5
13402026-07-14T05:19:24.588Z Compiling syn v2.0.117
13412026-07-14T05:19:24.700Z Compiling pin-project-lite v0.2.17
13422026-07-14T05:19:24.725Z Compiling serde_json v1.0.150
13432026-07-14T05:19:24.740Z Compiling parking_lot_core v0.9.12
13442026-07-14T05:19:24.749Z Compiling dyn-clone v1.0.20
13452026-07-14T05:19:24.790Z Compiling scopeguard v1.2.0
13462026-07-14T05:19:24.844Z Compiling num-traits v0.2.19
13472026-07-14T05:19:24.884Z Compiling thiserror v2.0.18
13482026-07-14T05:19:24.896Z Compiling lock_api v0.4.14
13492026-07-14T05:19:25.073Z Compiling log v0.4.32
13502026-07-14T05:19:25.085Z Compiling hashbrown v0.17.1
13512026-07-14T05:19:25.186Z Compiling errno v0.3.14
13522026-07-14T05:19:25.266Z Compiling futures-core v0.3.32
13532026-07-14T05:19:25.412Z Compiling zerocopy v0.8.50
13542026-07-14T05:19:25.497Z Compiling getrandom v0.4.2
13552026-07-14T05:19:25.507Z Compiling rand_core v0.10.1
13562026-07-14T05:19:25.585Z Compiling semver v1.0.28
13572026-07-14T05:19:25.666Z Compiling indexmap v2.14.0
13582026-07-14T05:19:25.871Z Compiling heck v0.5.0
13592026-07-14T05:19:25.941Z Compiling futures-sink v0.3.32
13602026-07-14T05:19:25.976Z Compiling uuid v1.23.5
13612026-07-14T05:19:25.989Z Compiling slab v0.4.12
13622026-07-14T05:19:26.043Z Compiling jobserver v0.1.34
13632026-07-14T05:19:26.140Z Compiling find-msvc-tools v0.1.9
13642026-07-14T05:19:26.165Z Compiling fnv v1.0.7
13652026-07-14T05:19:26.265Z Compiling shlex v2.0.1
13662026-07-14T05:19:26.330Z Compiling schemars v0.8.22
13672026-07-14T05:19:26.377Z Compiling futures-channel v0.3.32
13682026-07-14T05:19:26.380Z Compiling rustversion v1.0.22
13692026-07-14T05:19:26.420Z Compiling cc v1.2.63
13702026-07-14T05:19:26.463Z Compiling futures-io v0.3.32
13712026-07-14T05:19:26.611Z Compiling futures-task v0.3.32
13722026-07-14T05:19:26.624Z Compiling socket2 v0.6.5
13732026-07-14T05:19:26.753Z Compiling bitflags v2.12.1
13742026-07-14T05:19:26.788Z Compiling signal-hook-registry v1.4.8
13752026-07-14T05:19:26.847Z Compiling parking_lot v0.12.5
13762026-07-14T05:19:26.951Z Compiling mio v1.2.1
13772026-07-14T05:19:27.002Z Compiling portable-atomic v1.13.1
13782026-07-14T05:19:27.087Z Compiling fs_extra v1.3.0
13792026-07-14T05:19:27.099Z Compiling dunce v1.0.5
13802026-07-14T05:19:27.196Z Compiling cmake v0.1.58
13812026-07-14T05:19:27.270Z Compiling typenum v1.20.1
13822026-07-14T05:19:27.355Z Compiling base64 v0.22.1
13832026-07-14T05:19:27.409Z Compiling critical-section v1.2.0
13842026-07-14T05:19:27.509Z Compiling byteorder v1.5.0
13852026-07-14T05:19:27.526Z Compiling synstructure v0.13.2
13862026-07-14T05:19:27.538Z Compiling serde_derive_internals v0.29.1
13872026-07-14T05:19:27.706Z Compiling subtle v2.6.1
13882026-07-14T05:19:27.722Z Compiling getrandom v0.3.4
13892026-07-14T05:19:27.756Z Compiling aws-lc-sys v0.41.0
13902026-07-14T05:19:27.879Z Compiling regex-syntax v0.8.10
13912026-07-14T05:19:28.028Z Compiling once_cell v1.21.4
13922026-07-14T05:19:28.067Z Compiling slog v2.8.2
13932026-07-14T05:19:28.096Z Compiling rustix v1.1.4
13942026-07-14T05:19:28.115Z Compiling strsim v0.11.1
13952026-07-14T05:19:28.243Z Compiling atomic-waker v1.1.2
13962026-07-14T05:19:28.273Z Compiling httparse v1.10.1
13972026-07-14T05:19:28.310Z Compiling ipnet v2.12.0
13982026-07-14T05:19:28.386Z Compiling tower-layer v0.3.3
13992026-07-14T05:19:28.513Z Compiling tower-service v0.3.3
14002026-07-14T05:19:28.545Z Compiling getrandom v0.2.17
14012026-07-14T05:19:28.606Z Compiling try-lock v0.2.5
14022026-07-14T05:19:28.664Z Compiling ucd-trie v0.1.7
14032026-07-14T05:19:28.710Z Compiling untrusted v0.9.0
14042026-07-14T05:19:28.727Z Compiling ryu v1.0.23
14052026-07-14T05:19:28.741Z Compiling serde_derive v1.0.228
14062026-07-14T05:19:28.826Z Compiling zerofrom-derive v0.1.7
14072026-07-14T05:19:28.851Z Compiling yoke-derive v0.8.2
14082026-07-14T05:19:28.908Z Compiling zerovec-derive v0.11.3
14092026-07-14T05:19:28.960Z Compiling displaydoc v0.2.6
14102026-07-14T05:19:28.987Z Compiling schemars_derive v0.8.22
14112026-07-14T05:19:29.760Z Compiling tokio-macros v2.7.0
14122026-07-14T05:19:29.929Z Compiling thiserror-impl v2.0.18
14132026-07-14T05:19:30.054Z Compiling zerofrom v0.1.8
14142026-07-14T05:19:30.067Z Compiling zerocopy-derive v0.8.50
14152026-07-14T05:19:30.177Z Compiling yoke v0.8.3
14162026-07-14T05:19:30.262Z Compiling zeroize_derive v1.4.3
14172026-07-14T05:19:30.365Z Compiling zerovec v0.11.6
14182026-07-14T05:19:30.539Z Compiling zerotrie v0.2.4
14192026-07-14T05:19:30.582Z Compiling futures-macro v0.3.32
14202026-07-14T05:19:30.842Z Compiling tinystr v0.8.3
14212026-07-14T05:19:30.903Z Compiling potential_utf v0.1.5
14222026-07-14T05:19:30.962Z Compiling zeroize v1.8.2
14232026-07-14T05:19:31.049Z Compiling icu_locale_core v2.2.0
14242026-07-14T05:19:31.065Z Compiling icu_collections v2.2.0
14252026-07-14T05:19:31.231Z Compiling thiserror v1.0.69
14262026-07-14T05:19:31.311Z Compiling pest v2.8.6
14272026-07-14T05:19:31.438Z Compiling futures-util v0.3.32
14282026-07-14T05:19:31.586Z Compiling thiserror-impl v1.0.69
14292026-07-14T05:19:31.660Z Compiling want v0.3.1
14302026-07-14T05:19:31.827Z Compiling icu_provider v2.2.0
14312026-07-14T05:19:32.016Z Compiling bytes v1.11.1
14322026-07-14T05:19:32.131Z Compiling icu_normalizer v2.2.0
14332026-07-14T05:19:32.152Z Compiling icu_properties v2.2.0
14342026-07-14T05:19:32.564Z Compiling chrono v0.4.45
14352026-07-14T05:19:32.644Z Compiling http v1.4.2
14362026-07-14T05:19:32.719Z Compiling tokio v1.52.3
14372026-07-14T05:19:32.766Z Compiling serde_tokenstream v0.2.3
14382026-07-14T05:19:33.044Z Compiling idna_adapter v1.2.2
14392026-07-14T05:19:33.181Z Compiling idna v1.1.0
14402026-07-14T05:19:33.335Z Compiling http-body v1.0.1
14412026-07-14T05:19:33.488Z Compiling url v2.5.8
14422026-07-14T05:19:33.628Z Compiling erased-serde v0.3.31
14432026-07-14T05:19:33.763Z Compiling rand_core v0.6.4
14442026-07-14T05:19:33.945Z Compiling httpdate v1.0.3
14452026-07-14T05:19:34.184Z Compiling pest_meta v2.8.6
14462026-07-14T05:19:34.215Z Compiling pretty-hex v0.4.2
14472026-07-14T05:19:34.350Z Compiling ppv-lite86 v0.2.21
14482026-07-14T05:19:34.368Z Compiling plain v0.2.3
14492026-07-14T05:19:34.443Z Compiling foldhash v0.2.0
14502026-07-14T05:19:34.455Z Compiling paste v1.0.15
14512026-07-14T05:19:34.467Z Compiling allocator-api2 v0.2.21
14522026-07-14T05:19:34.660Z Compiling tracing-attributes v0.1.31
14532026-07-14T05:19:34.673Z Compiling tracing-core v0.1.36
14542026-07-14T05:19:34.754Z Compiling pest_generator v2.8.6
14552026-07-14T05:19:34.785Z Compiling ipnetwork v0.21.1
14562026-07-14T05:19:35.317Z Compiling hashbrown v0.16.1
14572026-07-14T05:19:35.360Z Compiling omicron-workspace-hack v0.1.0
14582026-07-14T05:19:35.417Z Compiling ident_case v1.0.1
14592026-07-14T05:19:35.520Z Compiling http-body-util v0.1.4
14602026-07-14T05:19:35.539Z Compiling pest_derive v2.8.6
14612026-07-14T05:19:35.599Z Compiling serde_urlencoded v0.7.1
14622026-07-14T05:19:35.803Z Compiling aho-corasick v1.1.4
14632026-07-14T05:19:35.917Z Compiling sync_wrapper v1.0.2
14642026-07-14T05:19:35.927Z Compiling winnow v1.0.3
14652026-07-14T05:19:35.985Z Compiling tracing v0.1.44
14662026-07-14T05:19:36.011Z Compiling oxnet v0.1.6
14672026-07-14T05:19:36.021Z Compiling daft-derive v0.1.7
14682026-07-14T05:19:36.231Z Compiling fastrand v2.4.1
14692026-07-14T05:19:36.494Z Compiling scroll_derive v0.13.1
14702026-07-14T05:19:36.655Z Compiling regex-automata v0.4.14
14712026-07-14T05:19:36.799Z Compiling tokio-util v0.7.18
14722026-07-14T05:19:37.027Z Compiling async-trait v0.1.89
14732026-07-14T05:19:37.205Z Compiling num-conv v0.2.2
14742026-07-14T05:19:37.355Z Compiling anyhow v1.0.103
14752026-07-14T05:19:37.358Z Compiling powerfmt v0.2.0
14762026-07-14T05:19:37.548Z Compiling time-core v0.1.8
14772026-07-14T05:19:37.564Z Compiling aws-lc-rs v1.17.0
14782026-07-14T05:19:37.688Z Compiling time-macros v0.2.27
14792026-07-14T05:19:37.888Z Compiling deranged v0.5.8
14802026-07-14T05:19:37.904Z Compiling scroll v0.13.0
14812026-07-14T05:19:38.014Z Compiling rustls-pki-types v1.14.1
14822026-07-14T05:19:38.178Z Compiling num_threads v0.1.7
14832026-07-14T05:19:38.278Z Compiling openssl-probe v0.2.1
14842026-07-14T05:19:38.466Z Compiling regex v1.12.3
14852026-07-14T05:19:38.509Z Compiling hex v0.4.3
14862026-07-14T05:19:38.685Z Compiling goblin v0.10.7
14872026-07-14T05:19:38.936Z Compiling camino v1.2.4
14882026-07-14T05:19:39.156Z Compiling untrusted v0.7.1
14892026-07-14T05:19:39.219Z Compiling crc32fast v1.5.0
14902026-07-14T05:19:39.276Z Compiling rustls v0.23.40
14912026-07-14T05:19:39.327Z Compiling usdt-impl v0.6.0
14922026-07-14T05:19:39.498Z Compiling h2 v0.4.14
14932026-07-14T05:19:39.563Z Compiling dtrace-parser v0.3.0
14942026-07-14T05:19:39.601Z Compiling crossbeam-utils v0.8.21
14952026-07-14T05:19:39.981Z Compiling futures-executor v0.3.32
14962026-07-14T05:19:40.000Z Compiling structmeta-derive v0.3.0
14972026-07-14T05:19:40.222Z Compiling thread-id v5.1.0
14982026-07-14T05:19:40.305Z Compiling cpufeatures v0.3.0
14992026-07-14T05:19:40.380Z Compiling adler2 v2.0.1
15002026-07-14T05:19:40.504Z Compiling simd-adler32 v0.3.9
15012026-07-14T05:19:40.519Z Compiling futures v0.3.32
15022026-07-14T05:19:40.608Z Compiling rand_core v0.9.5
15032026-07-14T05:19:40.704Z Compiling miniz_oxide v0.8.9
15042026-07-14T05:19:40.827Z Compiling darling_core v0.23.0
15052026-07-14T05:19:41.090Z Compiling structmeta v0.3.0
15062026-07-14T05:19:41.115Z Compiling newtype-uuid-macros v0.1.0
15072026-07-14T05:19:41.295Z Compiling hybrid-array v0.4.12
15082026-07-14T05:19:41.540Z Compiling thread_local v1.1.9
15092026-07-14T05:19:41.705Z Compiling hyper v1.10.1
15102026-07-14T05:19:41.764Z Compiling dof v0.4.0
15112026-07-14T05:19:41.810Z Compiling match_cfg v0.1.0
15122026-07-14T05:19:41.881Z Compiling flate2 v1.1.9
15132026-07-14T05:19:42.302Z Compiling newtype-uuid v1.3.2
15142026-07-14T05:19:42.667Z Compiling slog-async v2.8.0
15152026-07-14T05:19:42.957Z Compiling hyper-util v0.1.20
15162026-07-14T05:19:42.971Z Compiling darling_macro v0.23.0
15172026-07-14T05:19:43.360Z Compiling ref-cast v1.0.25
15182026-07-14T05:19:43.374Z Compiling quick-error v1.2.3
15192026-07-14T05:19:43.475Z Compiling compression-core v0.4.32
15202026-07-14T05:19:43.550Z Compiling daft v0.1.7
15212026-07-14T05:19:43.571Z Compiling darling v0.23.0
15222026-07-14T05:19:43.619Z Compiling compression-codecs v0.4.38
15232026-07-14T05:19:43.647Z Compiling crypto-common v0.2.2
15242026-07-14T05:19:43.734Z Compiling block-buffer v0.12.0
15252026-07-14T05:19:43.767Z Compiling usdt-macro v0.6.0
15262026-07-14T05:19:43.817Z Compiling usdt-attr-macro v0.6.0
15272026-07-14T05:19:43.869Z Compiling rand_chacha v0.9.0
15282026-07-14T05:19:43.888Z Compiling ref-cast-impl v1.0.25
15292026-07-14T05:19:44.051Z Compiling strum_macros v0.26.4
15302026-07-14T05:19:44.296Z Compiling serde_spanned v1.1.1
15312026-07-14T05:19:44.447Z Compiling multer v3.1.0
15322026-07-14T05:19:44.511Z Compiling generic-array v0.14.7
15332026-07-14T05:19:44.592Z Compiling take_mut v0.2.2
15342026-07-14T05:19:44.691Z Compiling const-oid v0.10.2
15352026-07-14T05:19:44.704Z Compiling bit-vec v0.8.0
15362026-07-14T05:19:44.753Z Compiling toml_writer v1.1.1+spec-1.1.0
15372026-07-14T05:19:44.862Z Compiling debug-ignore v1.0.5
15382026-07-14T05:19:44.902Z Compiling term v1.2.1
15392026-07-14T05:19:44.920Z Compiling bit-set v0.8.0
15402026-07-14T05:19:45.007Z Compiling digest v0.11.3
15412026-07-14T05:19:45.074Z Compiling rand v0.9.4
15422026-07-14T05:19:45.139Z Compiling serde_with_macros v3.20.0
15432026-07-14T05:19:45.160Z Compiling async-stream-impl v0.3.6
15442026-07-14T05:19:45.176Z Compiling dropshot v0.17.1
15452026-07-14T05:19:45.421Z Compiling encoding_rs v0.8.35
15462026-07-14T05:19:45.647Z Compiling mime v0.3.17
15472026-07-14T05:19:45.682Z Compiling spin v0.9.8
15482026-07-14T05:19:45.766Z Compiling strum v0.26.3
15492026-07-14T05:19:45.798Z Compiling syn v1.0.109
15502026-07-14T05:19:45.825Z Compiling unarray v0.1.4
15512026-07-14T05:19:45.893Z Compiling async-stream v0.3.6
15522026-07-14T05:19:45.935Z Compiling sha1 v0.11.0
15532026-07-14T05:19:46.070Z Compiling derive-ex v0.1.8
15542026-07-14T05:19:46.179Z Compiling tower v0.5.3
15552026-07-14T05:19:46.189Z Compiling dropshot_endpoint v0.17.1
15562026-07-14T05:19:46.224Z Compiling macaddr v1.0.1
15572026-07-14T05:19:46.301Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15582026-07-14T05:19:46.484Z Compiling waitgroup v0.1.2
15592026-07-14T05:19:46.625Z Compiling serde_path_to_error v0.1.20
15602026-07-14T05:19:46.799Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15612026-07-14T05:19:46.932Z Compiling tower-http v0.6.11
15622026-07-14T05:19:46.985Z Compiling tempfile v3.27.0
15632026-07-14T05:19:47.108Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15642026-07-14T05:19:47.352Z Compiling openapiv3 v2.2.0
15652026-07-14T05:19:47.358Z Compiling strum_macros v0.27.2
15662026-07-14T05:19:47.406Z Compiling instant v0.1.13
15672026-07-14T05:19:47.662Z Compiling test-strategy v0.4.5
15682026-07-14T05:19:47.890Z Compiling time v0.3.47
15692026-07-14T05:19:48.711Z Compiling rustls-native-certs v0.8.4
15702026-07-14T05:19:48.917Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15712026-07-14T05:19:49.053Z Compiling crossbeam-channel v0.5.15
15722026-07-14T05:19:49.056Z Compiling crypto-common v0.1.7
15732026-07-14T05:19:49.205Z Compiling strum v0.27.2
15742026-07-14T05:19:49.529Z Compiling parse-display-derive v0.10.0
15752026-07-14T05:19:49.541Z Compiling backon v1.6.0
15762026-07-14T05:19:49.591Z Compiling rand_chacha v0.3.1
15772026-07-14T05:19:49.828Z Compiling either v1.16.0
15782026-07-14T05:19:50.070Z Compiling rand v0.8.6
15792026-07-14T05:19:50.076Z Compiling slog-json v2.6.1
15802026-07-14T05:19:50.360Z Compiling hostname v0.3.1
15812026-07-14T05:19:50.457Z Compiling toml_parser v1.1.2+spec-1.1.0
15822026-07-14T05:19:50.759Z Compiling toml_datetime v1.1.1+spec-1.1.0
15832026-07-14T05:19:50.789Z Compiling memmap2 v0.9.10
15842026-07-14T05:19:50.826Z Compiling is-terminal v0.4.17
15852026-07-14T05:19:50.905Z Compiling wait-timeout v0.2.1
15862026-07-14T05:19:51.039Z Compiling rusty-fork v0.3.1
15872026-07-14T05:19:51.074Z Compiling toml v1.1.2+spec-1.1.0
15882026-07-14T05:19:51.175Z Compiling usdt v0.6.0
15892026-07-14T05:19:51.209Z Compiling slog-term v2.9.2
15902026-07-14T05:19:51.266Z Compiling slog-bunyan v2.5.0
15912026-07-14T05:19:51.437Z Compiling serde_with v3.20.0
15922026-07-14T05:19:51.507Z Compiling async-compression v0.4.42
15932026-07-14T05:19:51.543Z Compiling rand_xorshift v0.4.0
15942026-07-14T05:19:51.652Z Compiling rustls-pemfile v2.2.0
15952026-07-14T05:19:51.781Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15962026-07-14T05:19:51.793Z Compiling regress v0.10.5
15972026-07-14T05:19:51.832Z Compiling hostname v0.4.2
15982026-07-14T05:19:51.952Z Compiling humantime v2.3.0
15992026-07-14T05:19:52.044Z Compiling proptest v1.11.0
16002026-07-14T05:19:52.213Z Compiling iddqd v0.4.5
16012026-07-14T05:19:52.471Z Compiling reqwest v0.12.28
16022026-07-14T05:19:52.601Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16032026-07-14T05:19:52.849Z Compiling block-buffer v0.10.4
16042026-07-14T05:19:53.186Z Compiling digest v0.10.7
16052026-07-14T05:19:53.199Z Compiling parse-display v0.10.0
16062026-07-14T05:19:53.402Z Compiling backoff v0.4.0
16072026-07-14T05:19:53.462Z Compiling progenitor-client v0.10.0
16082026-07-14T05:19:53.529Z Compiling itertools v0.14.0
16092026-07-14T05:19:53.611Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16102026-07-14T05:19:54.284Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16112026-07-14T05:19:55.619Z Compiling regress v0.11.1
16122026-07-14T05:19:55.762Z Compiling utf8parse v0.2.2
16132026-07-14T05:19:55.918Z Compiling anstyle-parse v1.0.0
16142026-07-14T05:19:56.110Z Compiling anstyle v1.0.14
16152026-07-14T05:19:56.280Z Compiling anstyle-query v1.1.5
16162026-07-14T05:19:56.332Z Compiling colorchoice v1.0.5
16172026-07-14T05:19:56.388Z Compiling is_terminal_polyfill v1.70.2
16182026-07-14T05:19:56.478Z Compiling anstream v1.0.0
16192026-07-14T05:19:57.173Z Compiling typify-impl v0.6.2
16202026-07-14T05:19:57.337Z Compiling toml_datetime v0.6.11
16212026-07-14T05:19:57.349Z Compiling zerocopy-derive v0.7.35
16222026-07-14T05:19:57.612Z Compiling convert_case v0.4.0
16232026-07-14T05:19:57.919Z Compiling cpufeatures v0.2.17
16242026-07-14T05:19:57.990Z Compiling clap_lex v1.1.0
16252026-07-14T05:19:58.023Z Compiling derive_more v0.99.20
16262026-07-14T05:19:58.222Z Compiling zerocopy v0.7.35
16272026-07-14T05:19:58.824Z Compiling unicode-width v0.2.2
16282026-07-14T05:19:59.552Z Compiling secrecy v0.10.3
16292026-07-14T05:19:59.644Z Compiling clap_derive v4.6.1
16302026-07-14T05:19:59.696Z Compiling float-ord v0.3.2
16312026-07-14T05:19:59.709Z Compiling crucible-workspace-hack v0.1.0
16322026-07-14T05:19:59.806Z Compiling tinyvec_macros v0.1.1
16332026-07-14T05:19:59.875Z Compiling tinyvec v1.11.0
16342026-07-14T05:20:00.355Z Compiling terminal_size v0.4.4
16352026-07-14T05:20:00.446Z Compiling dtrace-parser v0.2.0
16362026-07-14T05:20:00.499Z Compiling scroll_derive v0.12.1
16372026-07-14T05:20:00.575Z Compiling num-integer v0.1.46
16382026-07-14T05:20:00.885Z Compiling rustc_version v0.4.1
16392026-07-14T05:20:00.911Z Compiling usdt-impl v0.5.0
16402026-07-14T05:20:01.248Z Compiling scroll v0.12.0
16412026-07-14T05:20:01.335Z Compiling curve25519-dalek v4.1.3
16422026-07-14T05:20:01.512Z Compiling dof v0.3.0
16432026-07-14T05:20:01.595Z Compiling hmac v0.12.1
16442026-07-14T05:20:01.645Z Compiling inout v0.1.4
16452026-07-14T05:20:01.749Z Compiling darling_core v0.21.3
16462026-07-14T05:20:01.785Z Compiling ff v0.13.1
16472026-07-14T05:20:01.869Z Compiling thread-id v4.2.2
16482026-07-14T05:20:01.913Z Compiling group v0.13.0
16492026-07-14T05:20:01.967Z Compiling cipher v0.4.4
16502026-07-14T05:20:02.155Z Compiling hkdf v0.12.4
16512026-07-14T05:20:02.380Z Compiling goblin v0.8.2
16522026-07-14T05:20:02.455Z Compiling num-iter v0.1.45
16532026-07-14T05:20:02.635Z Compiling num-rational v0.4.2
16542026-07-14T05:20:02.647Z Compiling clap_builder v4.6.0
16552026-07-14T05:20:02.874Z Compiling toml_edit v0.25.12+spec-1.1.0
16562026-07-14T05:20:02.956Z Compiling thiserror-impl-no-std v2.0.2
16572026-07-14T05:20:03.186Z Compiling universal-hash v0.5.1
16582026-07-14T05:20:03.315Z Compiling crypto-bigint v0.5.5
16592026-07-14T05:20:03.587Z Compiling typify-macro v0.6.2
16602026-07-14T05:20:03.781Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16612026-07-14T05:20:03.845Z Compiling darling_macro v0.21.3
16622026-07-14T05:20:04.131Z Compiling crossbeam-epoch v0.9.18
16632026-07-14T05:20:04.445Z Compiling half v2.7.1
16642026-07-14T05:20:04.462Z Compiling curve25519-dalek-derive v0.1.1
16652026-07-14T05:20:04.478Z Compiling num-complex v0.4.6
16662026-07-14T05:20:04.836Z Compiling base16ct v0.2.0
16672026-07-14T05:20:04.868Z Compiling opaque-debug v0.3.1
16682026-07-14T05:20:04.991Z Compiling base64ct v1.8.3
16692026-07-14T05:20:05.033Z Compiling heck v0.4.1
16702026-07-14T05:20:05.046Z Compiling ciborium-io v0.2.2
16712026-07-14T05:20:05.140Z Compiling ciborium-ll v0.2.2
16722026-07-14T05:20:05.239Z Compiling password-hash v0.5.0
16732026-07-14T05:20:05.294Z Compiling elliptic-curve v0.13.8
16742026-07-14T05:20:05.360Z Compiling poly1305 v0.8.0
16752026-07-14T05:20:05.731Z Compiling typify v0.6.2
16762026-07-14T05:20:05.795Z Compiling num v0.4.3
16772026-07-14T05:20:05.868Z Compiling darling v0.21.3
16782026-07-14T05:20:05.924Z Compiling clap v4.6.1
16792026-07-14T05:20:06.004Z Compiling thiserror-no-std v2.0.2
16802026-07-14T05:20:06.095Z Compiling proc-macro-crate v3.5.0
16812026-07-14T05:20:06.348Z Compiling chacha20 v0.9.1
16822026-07-14T05:20:06.428Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16832026-07-14T05:20:06.556Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16842026-07-14T05:20:07.057Z Compiling blake2 v0.10.6
16852026-07-14T05:20:07.131Z Compiling aead v0.5.2
16862026-07-14T05:20:07.257Z Compiling byte-wrapper v0.1.0
16872026-07-14T05:20:07.290Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16882026-07-14T05:20:07.509Z Compiling proc-macro-error-attr v1.0.4
16892026-07-14T05:20:07.696Z Compiling unsafe-libyaml v0.2.11
16902026-07-14T05:20:07.754Z Compiling keccak v0.1.6
16912026-07-14T05:20:07.765Z Compiling rustix v0.38.44
16922026-07-14T05:20:07.992Z Compiling prettyplease v0.2.37
16932026-07-14T05:20:08.132Z Compiling heapless v0.8.0
16942026-07-14T05:20:08.264Z Compiling serde_yaml v0.9.34+deprecated
16952026-07-14T05:20:08.544Z Compiling sha3 v0.10.9
16962026-07-14T05:20:08.843Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16972026-07-14T05:20:09.046Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16982026-07-14T05:20:09.510Z Compiling argon2 v0.5.3
16992026-07-14T05:20:09.658Z Compiling chacha20poly1305 v0.10.1
17002026-07-14T05:20:09.871Z Compiling num_enum_derive v0.7.6
17012026-07-14T05:20:09.940Z Compiling vsss-rs v3.3.4
17022026-07-14T05:20:10.039Z Compiling ingot-macros v0.1.1
17032026-07-14T05:20:10.073Z Compiling ciborium v0.2.2
17042026-07-14T05:20:10.801Z Compiling usdt-attr-macro v0.5.0
17052026-07-14T05:20:10.891Z Compiling usdt-macro v0.5.0
17062026-07-14T05:20:12.260Z Compiling serde_spanned v0.6.9
17072026-07-14T05:20:12.296Z Compiling enum-as-inner v0.6.1
17082026-07-14T05:20:12.410Z Compiling hash32 v0.3.1
17092026-07-14T05:20:12.568Z Compiling proc-macro-error v1.0.4
17102026-07-14T05:20:12.821Z Compiling memmap v0.7.0
17112026-07-14T05:20:12.850Z Compiling memoffset v0.9.1
17122026-07-14T05:20:12.872Z Compiling data-encoding v2.11.0
17132026-07-14T05:20:12.901Z Compiling cfg_aliases v0.2.1
17142026-07-14T05:20:12.920Z Compiling rustls-webpki v0.103.13
17152026-07-14T05:20:13.006Z Compiling winnow v0.7.15
17162026-07-14T05:20:13.076Z Compiling indent_write v2.2.0
17172026-07-14T05:20:13.099Z Compiling smoltcp v0.11.0
17182026-07-14T05:20:13.212Z Compiling winnow v0.5.40
17192026-07-14T05:20:13.257Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17202026-07-14T05:20:13.516Z Compiling toml_write v0.1.2
17212026-07-14T05:20:13.751Z Compiling nix v0.31.3
17222026-07-14T05:20:13.838Z Compiling usdt v0.5.0
17232026-07-14T05:20:13.958Z Compiling ingot-types v0.1.2
17242026-07-14T05:20:14.144Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17252026-07-14T05:20:14.184Z Compiling num_enum v0.7.6
17262026-07-14T05:20:14.299Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17272026-07-14T05:20:14.358Z Compiling toml_edit v0.22.27
17282026-07-14T05:20:14.396Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17292026-07-14T05:20:14.530Z Compiling toml_edit v0.19.15
17302026-07-14T05:20:14.653Z Compiling tabwriter v1.4.1
17312026-07-14T05:20:15.063Z Compiling cobs v0.3.0
17322026-07-14T05:20:15.090Z Compiling serde_repr v0.1.20
17332026-07-14T05:20:15.264Z Compiling vcpkg v0.2.15
17342026-07-14T05:20:15.631Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17352026-07-14T05:20:15.710Z Compiling managed v0.8.0
17362026-07-14T05:20:15.840Z Compiling pkg-config v0.3.33
17372026-07-14T05:20:15.870Z Compiling bitflags v1.3.2
17382026-07-14T05:20:15.963Z Compiling toml v0.8.23
17392026-07-14T05:20:16.307Z Compiling openssl-sys v0.9.116
17402026-07-14T05:20:16.601Z Compiling tokio-rustls v0.26.4
17412026-07-14T05:20:16.673Z Compiling rustls-platform-verifier v0.7.0
17422026-07-14T05:20:16.881Z Compiling hyper-rustls v0.27.9
17432026-07-14T05:20:17.180Z Compiling reqwest v0.13.4
17442026-07-14T05:20:17.873Z Compiling proc-macro-crate v1.3.1
17452026-07-14T05:20:17.993Z Compiling postcard v1.1.3
17462026-07-14T05:20:18.337Z Compiling ingot v0.1.1
17472026-07-14T05:20:18.477Z Compiling progenitor-client v0.14.0
17482026-07-14T05:20:18.791Z Compiling progenitor-extras v0.2.0
17492026-07-14T05:20:19.683Z Compiling hubpack_derive v0.1.1
17502026-07-14T05:20:19.730Z Compiling foreign-types-macros v0.2.3
17512026-07-14T05:20:20.285Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17522026-07-14T05:20:20.299Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17532026-07-14T05:20:20.459Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17542026-07-14T05:20:20.625Z Compiling resolv-conf v0.7.6
17552026-07-14T05:20:20.819Z Compiling linked-hash-map v0.5.6
17562026-07-14T05:20:21.013Z Compiling semver v0.1.20
17572026-07-14T05:20:21.039Z Compiling foreign-types-shared v0.3.1
17582026-07-14T05:20:21.135Z Compiling static_assertions v1.1.0
17592026-07-14T05:20:21.212Z Compiling unicode-segmentation v1.13.3
17602026-07-14T05:20:21.285Z Compiling colored v3.1.1
17612026-07-14T05:20:21.512Z Compiling rayon-core v1.13.0
17622026-07-14T05:20:21.667Z Compiling swrite v0.1.0
17632026-07-14T05:20:21.722Z Compiling newline-converter v0.3.0
17642026-07-14T05:20:21.767Z Compiling rustc_version v0.1.7
17652026-07-14T05:20:21.790Z Compiling foreign-types v0.5.0
17662026-07-14T05:20:21.842Z Compiling lru-cache v0.1.2
17672026-07-14T05:20:21.927Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17682026-07-14T05:20:21.958Z Compiling hubpack v0.1.2
17692026-07-14T05:20:22.062Z Compiling num_enum_derive v0.5.11
17702026-07-14T05:20:22.383Z Compiling atomicwrites v0.4.4
17712026-07-14T05:20:22.684Z Compiling hickory-proto v0.24.4
17722026-07-14T05:20:23.111Z Compiling progenitor-impl v0.13.0
17732026-07-14T05:20:23.800Z Compiling crossbeam-deque v0.8.6
17742026-07-14T05:20:23.814Z Compiling console v0.15.11
17752026-07-14T05:20:23.999Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17762026-07-14T05:20:24.493Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17772026-07-14T05:20:24.496Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17782026-07-14T05:20:24.529Z Compiling camino-tempfile v1.4.1
17792026-07-14T05:20:24.679Z Compiling chacha20 v0.10.0
17802026-07-14T05:20:24.969Z Compiling serde-big-array v0.5.1
17812026-07-14T05:20:25.121Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17822026-07-14T05:20:25.681Z Compiling num-derive v0.4.2
17832026-07-14T05:20:26.071Z Compiling derive-where v1.6.1
17842026-07-14T05:20:26.586Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17852026-07-14T05:20:26.737Z Compiling pin-project-internal v1.1.13
17862026-07-14T05:20:26.845Z Compiling cstr-argument v0.1.2
17872026-07-14T05:20:26.943Z Compiling minimal-lexical v0.2.1
17882026-07-14T05:20:26.997Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17892026-07-14T05:20:27.010Z Compiling siphasher v1.0.3
17902026-07-14T05:20:27.206Z Compiling similar v2.7.0
17912026-07-14T05:20:27.206Z Compiling phf_shared v0.12.1
17922026-07-14T05:20:27.257Z Compiling nom v7.1.3
17932026-07-14T05:20:27.376Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17942026-07-14T05:20:27.388Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17952026-07-14T05:20:27.639Z Compiling expectorate v1.2.0
17962026-07-14T05:20:27.652Z Compiling progenitor-macro v0.13.0
17972026-07-14T05:20:27.860Z Compiling pin-project v1.1.13
17982026-07-14T05:20:27.920Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17992026-07-14T05:20:27.960Z Compiling rand v0.10.2
18002026-07-14T05:20:28.183Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18012026-07-14T05:20:28.301Z Compiling hickory-resolver v0.24.4
18022026-07-14T05:20:28.624Z Compiling num_enum v0.5.11
18032026-07-14T05:20:28.640Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18042026-07-14T05:20:28.741Z Compiling newtype_derive v0.1.6
18052026-07-14T05:20:28.842Z Compiling progenitor-client v0.13.0
18062026-07-14T05:20:29.088Z Compiling progenitor-impl v0.14.0
18072026-07-14T05:20:29.145Z Compiling snafu-derive v0.8.9
18082026-07-14T05:20:30.484Z Compiling unicode-normalization v0.1.25
18092026-07-14T05:20:30.868Z Compiling tokio-stream v0.1.18
18102026-07-14T05:20:30.936Z Compiling async-recursion v1.1.1
18112026-07-14T05:20:30.980Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18122026-07-14T05:20:31.012Z Compiling slog-dtrace v0.3.0
18132026-07-14T05:20:31.263Z Compiling csv-core v0.1.13
18142026-07-14T05:20:31.293Z Compiling bstr v1.12.1
18152026-07-14T05:20:31.344Z Compiling konst_macro_rules v0.2.19
18162026-07-14T05:20:31.526Z Compiling unicode-xid v0.2.6
18172026-07-14T05:20:31.527Z Compiling same-file v1.0.6
18182026-07-14T05:20:31.650Z Compiling chrono-tz v0.10.4
18192026-07-14T05:20:31.655Z Compiling foldhash v0.1.5
18202026-07-14T05:20:31.712Z Compiling highway v1.3.0
18212026-07-14T05:20:31.787Z Compiling cancel-safe-futures v0.1.5
18222026-07-14T05:20:31.843Z Compiling owo-colors v4.3.0
18232026-07-14T05:20:31.889Z Compiling openssl v0.10.80
18242026-07-14T05:20:32.053Z Compiling unicode-width v0.1.14
18252026-07-14T05:20:32.115Z Compiling foreign-types-shared v0.1.1
18262026-07-14T05:20:32.207Z Compiling foreign-types v0.3.2
18272026-07-14T05:20:32.236Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18282026-07-14T05:20:32.266Z Compiling hashbrown v0.15.5
18292026-07-14T05:20:32.283Z Compiling const_format_proc_macros v0.2.34
18302026-07-14T05:20:32.340Z Compiling globset v0.4.18
18312026-07-14T05:20:32.708Z Compiling walkdir v2.5.0
18322026-07-14T05:20:32.739Z Compiling progenitor-macro v0.14.0
18332026-07-14T05:20:32.807Z Compiling konst v0.2.20
18342026-07-14T05:20:32.867Z Compiling progenitor v0.13.0
18352026-07-14T05:20:33.009Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-07-14T05:20:33.042Z Compiling csv v1.4.0
18372026-07-14T05:20:33.131Z Compiling qorb v0.4.1
18382026-07-14T05:20:33.151Z Compiling snafu v0.8.9
18392026-07-14T05:20:33.171Z Compiling olpc-cjson v0.1.4
18402026-07-14T05:20:33.338Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-07-14T05:20:33.606Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-07-14T05:20:35.299Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18432026-07-14T05:20:35.420Z Compiling rayon v1.12.0
18442026-07-14T05:20:35.590Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-07-14T05:20:35.653Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18462026-07-14T05:20:35.668Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-07-14T05:20:35.780Z Compiling phf v0.12.1
18482026-07-14T05:20:35.941Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-07-14T05:20:36.575Z Compiling zone_cfg_derive v0.3.1
18502026-07-14T05:20:36.903Z Compiling tokio-dtrace v0.1.1
18512026-07-14T05:20:37.184Z Compiling itertools v0.12.1
18522026-07-14T05:20:37.245Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18532026-07-14T05:20:37.286Z Compiling libsw-core v0.3.2
18542026-07-14T05:20:37.450Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18552026-07-14T05:20:37.464Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-07-14T05:20:37.831Z Compiling serde_plain v1.0.2
18572026-07-14T05:20:37.925Z Compiling openssl-macros v0.1.1
18582026-07-14T05:20:38.047Z Compiling pem v3.0.6
18592026-07-14T05:20:38.083Z Compiling cookie v0.18.1
18602026-07-14T05:20:38.308Z Compiling sigpipe v0.1.3
18612026-07-14T05:20:38.335Z Compiling bytecount v0.6.9
18622026-07-14T05:20:38.396Z Compiling fixedbitset v0.5.7
18632026-07-14T05:20:38.422Z Compiling typed-path v0.9.3
18642026-07-14T05:20:38.435Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-07-14T05:20:38.439Z Compiling glob v0.3.3
18662026-07-14T05:20:38.458Z Compiling jiff v0.2.28
18672026-07-14T05:20:38.472Z Compiling fixedbitset v0.4.2
18682026-07-14T05:20:38.702Z Compiling petgraph v0.6.5
18692026-07-14T05:20:38.706Z Compiling petgraph v0.8.3
18702026-07-14T05:20:38.880Z Compiling papergrid v0.11.0
18712026-07-14T05:20:39.777Z Compiling tough v0.22.0
18722026-07-14T05:20:40.317Z Compiling zone v0.3.1
18732026-07-14T05:20:40.485Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-07-14T05:20:40.596Z Compiling progenitor v0.14.0
18752026-07-14T05:20:40.710Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18762026-07-14T05:20:40.735Z Compiling libsw v3.5.0
18772026-07-14T05:20:40.748Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18782026-07-14T05:20:40.848Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-07-14T05:20:40.913Z Compiling oxide-tokio-rt v0.1.6
18802026-07-14T05:20:40.995Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18812026-07-14T05:20:41.038Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-07-14T05:20:41.128Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-07-14T05:20:42.145Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-07-14T05:20:42.225Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-07-14T05:20:42.288Z Compiling const_format v0.2.36
18862026-07-14T05:20:42.625Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18872026-07-14T05:20:42.892Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-07-14T05:20:43.041Z Compiling tabled_derive v0.7.0
18892026-07-14T05:20:43.054Z Compiling gethostname v0.5.0
18902026-07-14T05:20:43.116Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-07-14T05:20:43.175Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18922026-07-14T05:20:43.240Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-07-14T05:20:43.355Z Compiling bcs v0.1.6
18942026-07-14T05:20:43.368Z Compiling smf v0.2.3
18952026-07-14T05:20:43.481Z Compiling linear-map v1.2.0
18962026-07-14T05:20:43.669Z Compiling tagptr v0.2.0
18972026-07-14T05:20:43.681Z Compiling smawk v0.3.2
18982026-07-14T05:20:43.820Z Compiling whoami v1.6.1
18992026-07-14T05:20:43.820Z Compiling termtree v0.5.1
19002026-07-14T05:20:43.971Z Compiling unicode-linebreak v0.1.5
19012026-07-14T05:20:43.983Z Compiling lazy_static v1.5.0
19022026-07-14T05:20:44.016Z Compiling tabled v0.15.0
19032026-07-14T05:20:44.084Z Compiling steno v0.4.1
19042026-07-14T05:20:44.226Z Compiling textwrap v0.16.2
19052026-07-14T05:20:44.398Z Compiling moka v0.12.15
19062026-07-14T05:20:44.630Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-07-14T05:20:44.758Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-07-14T05:20:45.243Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-07-14T05:20:46.187Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-07-14T05:20:46.383Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-07-14T05:20:46.811Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-07-14T05:20:47.222Z Compiling hickory-proto v0.25.2
19132026-07-14T05:20:47.470Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19142026-07-14T05:20:47.772Z Compiling parking_lot_core v0.8.6
19152026-07-14T05:20:48.096Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19162026-07-14T05:20:48.253Z Compiling libscf-sys v1.2.0
19172026-07-14T05:20:48.404Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-07-14T05:20:48.502Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19192026-07-14T05:20:48.626Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19202026-07-14T05:20:48.737Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19212026-07-14T05:20:49.092Z Compiling nom v8.0.0
19222026-07-14T05:20:49.143Z Compiling hickory-resolver v0.25.2
19232026-07-14T05:20:49.163Z Compiling parking_lot v0.11.2
19242026-07-14T05:20:49.280Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19252026-07-14T05:20:49.528Z Compiling fxhash v0.2.1
19262026-07-14T05:20:49.531Z Compiling internet-checksum v0.2.1
19272026-07-14T05:20:49.585Z Compiling itertools v0.15.0
19282026-07-14T05:20:49.668Z Compiling sled v0.34.7
19292026-07-14T05:20:49.680Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19302026-07-14T05:20:50.523Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19312026-07-14T05:20:51.322Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19322026-07-14T05:20:54.907Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19332026-07-14T05:20:56.486Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19342026-07-14T05:21:02.923Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19352026-07-14T05:21:04.605Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-07-14T05:21:05.662Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19372026-07-14T05:21:06.635Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19382026-07-14T05:21:07.670Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19392026-07-14T05:21:30.777Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
19402026-07-14T05:21:30.967Z────────────
19412026-07-14T05:21:30.967Z Nextest run ID 6e4e3399-c755-4a81-9d82-c23eddd8e691 with nextest profile: default
19422026-07-14T05:21:30.967Z Starting 13 tests across 1 binary (28 tests skipped)
19432026-07-14T05:21:47.970Z PASS [ 16.999s] rdb proptest::prop_ipv6_normalized_is_network_address
19442026-07-14T05:21:47.983Z PASS [ 17.015s] rdb proptest::prop_ipv4_normalized_is_network_address
19452026-07-14T05:21:48.013Z PASS [ 17.045s] rdb proptest::prop_ipv4_default_contains_all
19462026-07-14T05:21:48.049Z PASS [ 17.081s] rdb proptest::prop_ipv4_subnet_of_self
19472026-07-14T05:21:48.153Z PASS [ 17.185s] rdb proptest::prop_ipv6_default_contains_all
19482026-07-14T05:21:48.304Z PASS [ 17.337s] rdb proptest::prop_ipv6_subnet_of_self
19492026-07-14T05:21:57.355Z PASS [ 26.387s] rdb proptest::prop_static_route_key_deduplication
19502026-07-14T05:22:24.673Z PASS [ 36.687s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19512026-07-14T05:22:24.689Z PASS [ 36.675s] rdb proptest::prop_static_route_key_normalization_preserves_length
19522026-07-14T05:22:24.724Z PASS [ 36.753s] rdb proptest::prop_static_route_key_normalization_idempotent
19532026-07-14T05:22:24.734Z PASS [ 36.684s] rdb proptest::prop_static_route_key_normalized_is_network_address
19542026-07-14T05:22:30.971Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19552026-07-14T05:22:41.172Z PASS [ 53.016s] rdb proptest::prop_static_route_key_ord_consistency
19562026-07-14T05:23:30.979Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19572026-07-14T05:24:30.979Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19582026-07-14T05:25:30.983Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19592026-07-14T05:25:49.840Z PASS [ 258.862s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19602026-07-14T05:25:49.843Z────────────
19612026-07-14T05:25:49.844Z Summary [ 258.863s] 13 tests run: 13 passed (1 slow), 28 skipped
19622026-07-14T05:25:49.855Z+ cp './*.log' /work/
19632026-07-14T05:25:49.858Z+ true
19642026-07-14T05:25:49.858Z+ [[ -d proptest-regressions ]]
19652026-07-14T05:25:49.858Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19662026-07-14T05:25:49.861Z+ popd
19672026-07-14T05:25:49.861Z/work/oxidecomputer/maghemite
19682026-07-14T05:25:49.861Z+ pushd bgp
19692026-07-14T05:25:49.861Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19702026-07-14T05:25:49.861Z+ PROPTEST_CASES=1000000
19712026-07-14T05:25:49.861Z+ cargo nextest run --lib proptest
19722026-07-14T05:25:51.063Z Compiling smallvec v1.15.1
19732026-07-14T05:25:51.231Z Compiling crunchy v0.2.4
19742026-07-14T05:25:51.252Z Compiling tiny-keccak v2.0.2
19752026-07-14T05:25:51.262Z Compiling smartstring v1.0.1
19762026-07-14T05:25:51.265Z Compiling ahash v0.8.12
19772026-07-14T05:25:51.282Z Compiling thin-vec v0.2.18
19782026-07-14T05:25:51.282Z Compiling rhai_codegen v3.2.0
19792026-07-14T05:25:51.370Z Compiling icu_normalizer v2.2.0
19802026-07-14T05:25:51.387Z Compiling parking_lot_core v0.9.12
19812026-07-14T05:25:51.548Z Compiling parking_lot_core v0.8.6
19822026-07-14T05:25:51.573Z Compiling parking_lot v0.12.5
19832026-07-14T05:25:51.781Z Compiling idna_adapter v1.2.2
19842026-07-14T05:25:51.847Z Compiling tokio v1.52.3
19852026-07-14T05:25:51.937Z Compiling idna v1.1.0
19862026-07-14T05:25:51.996Z Compiling moka v0.12.15
19872026-07-14T05:25:52.118Z Compiling const-random-macro v0.1.16
19882026-07-14T05:25:52.121Z Compiling parking_lot v0.11.2
19892026-07-14T05:25:52.518Z Compiling url v2.5.8
19902026-07-14T05:25:52.546Z Compiling const-random v0.1.18
19912026-07-14T05:25:52.725Z Compiling sled v0.34.7
19922026-07-14T05:25:52.846Z Compiling serial_test_derive v3.5.0
19932026-07-14T05:25:52.893Z Compiling yansi v1.0.1
19942026-07-14T05:25:53.097Z Compiling schemars v0.8.22
19952026-07-14T05:25:53.196Z Compiling diff v0.1.13
19962026-07-14T05:25:53.217Z Compiling rhai v1.25.1
19972026-07-14T05:25:53.402Z Compiling pretty_assertions v1.4.1
19982026-07-14T05:25:53.578Z Compiling serial_test v3.5.0
19992026-07-14T05:25:53.850Z Compiling ipnetwork v0.21.1
20002026-07-14T05:25:53.850Z Compiling newtype-uuid v1.3.2
20012026-07-14T05:25:53.877Z Compiling serde_with v3.20.0
20022026-07-14T05:25:54.213Z Compiling oxnet v0.1.6
20032026-07-14T05:25:54.305Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
20042026-07-14T05:25:54.592Z Compiling daft v0.1.7
20052026-07-14T05:25:54.698Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20062026-07-14T05:25:54.872Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20072026-07-14T05:25:55.057Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
20082026-07-14T05:25:55.342Z Compiling iddqd v0.4.5
20092026-07-14T05:25:55.565Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20102026-07-14T05:25:55.669Z Compiling tokio-util v0.7.18
20112026-07-14T05:25:55.670Z Compiling tokio-rustls v0.26.4
20122026-07-14T05:25:55.930Z Compiling tower v0.5.3
20132026-07-14T05:25:55.958Z Compiling async-compression v0.4.42
20142026-07-14T05:25:56.285Z Compiling h2 v0.4.14
20152026-07-14T05:25:56.433Z Compiling tower-http v0.6.11
20162026-07-14T05:25:56.436Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20172026-07-14T05:25:56.631Z Compiling backoff v0.4.0
20182026-07-14T05:25:57.426Z Compiling typify-impl v0.6.2
20192026-07-14T05:25:57.684Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20202026-07-14T05:25:57.707Z Compiling byte-wrapper v0.1.0
20212026-07-14T05:25:58.086Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20222026-07-14T05:25:58.399Z Compiling hyper v1.10.1
20232026-07-14T05:25:58.448Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-07-14T05:25:58.512Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20252026-07-14T05:25:59.057Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20262026-07-14T05:25:59.663Z Compiling hyper-util v0.1.20
20272026-07-14T05:26:00.222Z Compiling typify v0.6.2
20282026-07-14T05:26:00.293Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20292026-07-14T05:26:00.333Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-07-14T05:26:00.398Z Compiling hickory-proto v0.24.4
20312026-07-14T05:26:01.206Z Compiling hyper-rustls v0.27.9
20322026-07-14T05:26:01.274Z Compiling dropshot v0.17.1
20332026-07-14T05:26:01.480Z Compiling reqwest v0.13.4
20342026-07-14T05:26:01.518Z Compiling reqwest v0.12.28
20352026-07-14T05:26:02.665Z Compiling progenitor-client v0.10.0
20362026-07-14T05:26:02.971Z Compiling progenitor-client v0.14.0
20372026-07-14T05:26:03.297Z Compiling progenitor-extras v0.2.0
20382026-07-14T05:26:03.889Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20392026-07-14T05:26:04.972Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-07-14T05:26:05.847Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20412026-07-14T05:26:06.084Z Compiling progenitor-client v0.13.0
20422026-07-14T05:26:06.388Z Compiling hickory-resolver v0.24.4
20432026-07-14T05:26:06.406Z Compiling progenitor-impl v0.13.0
20442026-07-14T05:26:07.568Z Compiling tokio-stream v0.1.18
20452026-07-14T05:26:08.062Z Compiling qorb v0.4.1
20462026-07-14T05:26:08.322Z Compiling progenitor v0.13.0
20472026-07-14T05:26:08.476Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20482026-07-14T05:26:09.090Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-07-14T05:26:09.912Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-07-14T05:26:10.094Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-07-14T05:26:10.356Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-07-14T05:26:10.943Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-07-14T05:26:11.353Z Compiling progenitor-impl v0.14.0
20542026-07-14T05:26:11.483Z Compiling tokio-dtrace v0.1.1
20552026-07-14T05:26:11.770Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-07-14T05:26:11.874Z Compiling libsw-core v0.3.2
20572026-07-14T05:26:12.049Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-07-14T05:26:12.065Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-07-14T05:26:13.429Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20602026-07-14T05:26:13.719Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20612026-07-14T05:26:13.757Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-07-14T05:26:13.974Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20632026-07-14T05:26:13.990Z Compiling progenitor v0.14.0
20642026-07-14T05:26:14.103Z Compiling libsw v3.5.0
20652026-07-14T05:26:14.135Z Compiling oxide-tokio-rt v0.1.6
20662026-07-14T05:26:14.286Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20672026-07-14T05:26:14.409Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-07-14T05:26:14.452Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-07-14T05:26:14.635Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-07-14T05:26:14.925Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-07-14T05:26:14.972Z Compiling tough v0.22.0
20722026-07-14T05:26:15.107Z Compiling zone v0.3.1
20732026-07-14T05:26:15.122Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-07-14T05:26:15.275Z Compiling cancel-safe-futures v0.1.5
20752026-07-14T05:26:15.566Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20762026-07-14T05:26:15.593Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20772026-07-14T05:26:15.722Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20782026-07-14T05:26:15.953Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-07-14T05:26:16.506Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-07-14T05:26:16.708Z Compiling hickory-proto v0.25.2
20812026-07-14T05:26:17.021Z Compiling steno v0.4.1
20822026-07-14T05:26:17.386Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20832026-07-14T05:26:18.409Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20842026-07-14T05:26:18.928Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20852026-07-14T05:26:18.946Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20862026-07-14T05:26:19.413Z Compiling hickory-resolver v0.25.2
20872026-07-14T05:26:19.486Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20882026-07-14T05:26:20.293Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20892026-07-14T05:26:20.306Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20902026-07-14T05:26:20.440Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20912026-07-14T05:26:21.323Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20922026-07-14T05:26:21.607Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20932026-07-14T05:26:21.721Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20942026-07-14T05:26:22.477Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20952026-07-14T05:26:22.733Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20962026-07-14T05:26:27.107Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20972026-07-14T05:26:28.865Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20982026-07-14T05:26:36.684Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20992026-07-14T05:26:38.338Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21002026-07-14T05:26:39.387Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21012026-07-14T05:26:40.383Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21022026-07-14T05:26:41.196Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21032026-07-14T05:26:43.238Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21042026-07-14T05:27:15.342Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 24s
21052026-07-14T05:27:15.525Z────────────
21062026-07-14T05:27:15.525Z Nextest run ID eb4fe0ee-f540-4fa0-a633-824ee9fc1187 with nextest profile: default
21072026-07-14T05:27:15.525Z Starting 17 tests across 1 binary (133 tests skipped)
21082026-07-14T05:27:32.743Z PASS [ 17.218s] bgp proptest::prop_ipv4_wire_format_roundtrip
21092026-07-14T05:27:34.686Z PASS [ 19.161s] bgp proptest::prop_ipv4_withdrawn_roundtrip
21102026-07-14T05:27:34.699Z PASS [ 19.174s] bgp proptest::prop_ipv4_prefixes_roundtrip
21112026-07-14T05:27:36.041Z PASS [ 20.515s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
21122026-07-14T05:27:36.441Z PASS [ 20.916s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
21132026-07-14T05:27:36.540Z PASS [ 21.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
21142026-07-14T05:27:44.606Z PASS [ 29.080s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
21152026-07-14T05:27:49.969Z PASS [ 17.225s] bgp proptest::prop_ipv6_wire_format_roundtrip
21162026-07-14T05:27:55.083Z PASS [ 20.395s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
21172026-07-14T05:27:55.286Z PASS [ 19.245s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
21182026-07-14T05:27:55.793Z PASS [ 19.253s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
21192026-07-14T05:27:56.361Z PASS [ 19.919s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
21202026-07-14T05:28:16.118Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
21212026-07-14T05:28:19.194Z PASS [ 29.222s] bgp proptest::prop_update_mp_unreach_roundtrip
21222026-07-14T05:28:24.422Z PASS [ 68.637s] bgp proptest::prop_encode_decode_semantic_equivalence
21232026-07-14T05:28:34.705Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21242026-07-14T05:28:44.611Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21252026-07-14T05:28:45.807Z PASS [ 71.105s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21262026-07-14T05:28:55.088Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21272026-07-14T05:28:58.069Z PASS [ 62.984s] bgp proptest::prop_update_traditional_roundtrip
21282026-07-14T05:28:59.722Z PASS [ 75.113s] bgp proptest::prop_update_mp_reach_roundtrip
21292026-07-14T05:28:59.726Z────────────
21302026-07-14T05:28:59.726Z Summary [ 104.194s] 17 tests run: 17 passed (4 slow), 133 skipped
21312026-07-14T05:28:59.736Z+ cp './*.log' /work/
21322026-07-14T05:28:59.740Z+ true
21332026-07-14T05:28:59.740Z+ [[ -d proptest-regressions ]]
21342026-07-14T05:28:59.740Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21352026-07-14T05:28:59.740Z+ popd
21362026-07-14T05:28:59.740Z/work/oxidecomputer/maghemite
21372026-07-14T05:28:59.744Zprocess exited: duration 732465 ms, exit code 0
 
21382026-07-14T05:28:59.753Zfound 0 output files