01KTESFJE2KPPRTXFAW1SJTQEZ: 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: 01KTESG1QJD7W62Q7EJK9T9MPH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-06T15:41:53.605Zjob assigned to worker 01KTESGHN1NBEY9C15XPNY5XQP [factory aws, i-0d5c5131657585804] (queued for 1 m 6 s)
 
22026-06-06T15:42:00.762Zstarting task 0: "setup"
32026-06-06T15:42:00.765Z++ uname -s
42026-06-06T15:42:00.768Z+ kern=SunOS
52026-06-06T15:42:00.768Z+ build_user=build
62026-06-06T15:42:00.769Z+ build_uid=12345
72026-06-06T15:42:00.769Z+ work_dir=/work
82026-06-06T15:42:00.769Z+ input_dir=/input
92026-06-06T15:42:00.769Z+ [[ 0 == 12345 ]]
102026-06-06T15:42:00.769Z+ case "$kern" in
112026-06-06T15:42:00.769Z+ groupadd -g 12345 build
122026-06-06T15:42:00.772Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-06T15:42:02.775Z+ zfs create -o mountpoint=/work rpool/work
142026-06-06T15:42:02.903Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-06T15:42:02.906Z+ home_fs=zfs
162026-06-06T15:42:02.906Z+ [[ zfs == autofs ]]
172026-06-06T15:42:02.906Z+ mkdir -p /home/build
182026-06-06T15:42:02.906Z+ chown build:build /home/build /work
192026-06-06T15:42:04.907Z+ chmod 0700 /home/build /work
202026-06-06T15:42:04.911Zprocess exited: duration 4150 ms, exit code 0
 
212026-06-06T15:42:04.917Zstarting task 1: "rust-toolchain"
222026-06-06T15:42:04.921Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-06T15:42:04.921Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-06T15:42:04.921Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-06T15:42:04.921Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-06T15:42:04.921Z * rust toolchain channel = "stable"
272026-06-06T15:42:04.921Z * rust toolchain profile = "default"
282026-06-06T15:42:04.924Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-06T15:42:04.924Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-06T15:42:05.020Zinfo: downloading installer
312026-06-06T15:42:06.409Zwarn: It looks like you have an existing installation of Rust at:
322026-06-06T15:42:06.409Zwarn: /opt/ooce/bin
332026-06-06T15:42:06.409Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-06T15:42:06.409Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-06T15:42:06.409Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-06T15:42:06.409Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-06T15:42:06.409Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-06T15:42:06.409Zerror: cannot install while Rust is installed
392026-06-06T15:42:06.409Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-06T15:42:06.409Zwarn: It looks like you have an existing rustup settings file at:
412026-06-06T15:42:06.409Zwarn: /home/build/.rustup/settings.toml
422026-06-06T15:42:06.409Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-06T15:42:06.409Zwarn: instead of the one inferred from the default host triple.
442026-06-06T15:42:06.422Zinfo: profile set to default
452026-06-06T15:42:06.423Zinfo: default host triple is x86_64-unknown-illumos
462026-06-06T15:42:06.426Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-06T15:42:06.556Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-06T15:42:06.559Zinfo: downloading 6 components
492026-06-06T15:42:21.315Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-06T15:42:21.315Z
512026-06-06T15:42:21.357Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-06T15:42:21.357Z
532026-06-06T15:42:21.357Z
542026-06-06T15:42:21.357ZRust is installed now. Great!
552026-06-06T15:42:21.357Z
562026-06-06T15:42:21.357ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-06T15:42:21.357Zenvironment variable. This has not been done automatically.
582026-06-06T15:42:21.357Z
592026-06-06T15:42:21.357ZTo configure your current shell, you need to source
602026-06-06T15:42:21.357Zthe corresponding env file under $HOME/.cargo.
612026-06-06T15:42:21.357Z
622026-06-06T15:42:21.357ZThis is usually done by running one of the following (note the leading DOT):
632026-06-06T15:42:21.357Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-06T15:42:21.357Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-06T15:42:21.357Zsource "~/.cargo/env.nu" # For nushell
662026-06-06T15:42:21.357Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-06T15:42:21.357Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-06T15:42:21.357Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-06T15:42:21.360Zwarn: no default linker (`cc`) was found in your PATH
702026-06-06T15:42:21.360Zwarn: many Rust crates require a system C toolchain to build
712026-06-06T15:42:21.454Z+ rustup --version
722026-06-06T15:42:21.463Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-06T15:42:21.466Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-06T15:42:21.486Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-06T15:42:21.489Z+ cargo --version
762026-06-06T15:42:21.500Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-06T15:42:21.503Z+ rustc --version
782026-06-06T15:42:21.524Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-06T15:42:21.527Zprocess exited: duration 16606 ms, exit code 0
 
802026-06-06T15:42:21.533Zstarting task 2: "authentication"
812026-06-06T15:42:21.550Zprocess exited: duration 16 ms, exit code 0
 
822026-06-06T15:42:21.556Zstarting task 3: "clone repository"
832026-06-06T15:42:21.559Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-06T15:42:21.562Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-06T15:42:21.601ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-06T15:42:22.976Z+ cd /work/oxidecomputer/maghemite
872026-06-06T15:42:22.976Z+ git fetch origin 657e9155e12dee27b05882e8bb208595085648aa
882026-06-06T15:42:23.376ZFrom https://github.com/oxidecomputer/maghemite
892026-06-06T15:42:23.376Z * branch 657e9155e12dee27b05882e8bb208595085648aa -> FETCH_HEAD
902026-06-06T15:42:23.382Z+ [[ -n die-prefix-die ]]
912026-06-06T15:42:23.385Z++ git branch --show-current
922026-06-06T15:42:23.386Z+ current=main
932026-06-06T15:42:23.386Z+ [[ main != die-prefix-die ]]
942026-06-06T15:42:23.386Z+ git branch -f die-prefix-die 657e9155e12dee27b05882e8bb208595085648aa
952026-06-06T15:42:23.389Z+ git checkout -f die-prefix-die
962026-06-06T15:42:23.405ZSwitched to branch 'die-prefix-die'
972026-06-06T15:42:23.409Z+ git reset --hard 657e9155e12dee27b05882e8bb208595085648aa
982026-06-06T15:42:23.418ZHEAD is now at 657e915 Merge branch 'main' into die-prefix-die
992026-06-06T15:42:23.421Zprocess exited: duration 1861 ms, exit code 0
 
1002026-06-06T15:42:23.428Zstarting task 4: "build"
1012026-06-06T15:42:23.431Z+ set -e
1022026-06-06T15:42:23.431Z+ NEXTEST_VERSION=0.9.97
1032026-06-06T15:42:23.431Z+ PLATFORM=illumos
1042026-06-06T15:42:23.431Z+ cargo --version
1052026-06-06T15:42:23.437Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-06T15:42:23.573Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-06T15:42:23.576Zinfo: downloading 6 components
1082026-06-06T15:42:37.913Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-06T15:42:37.917Z+ rustc --version
1102026-06-06T15:42:37.944Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-06T15:42:37.949Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-06T15:42:37.991Z Updating crates.io index
1132026-06-06T15:42:38.090Z Downloading crates ...
1142026-06-06T15:42:38.151Z Downloaded cargo-nextest v0.9.97
1152026-06-06T15:42:38.212Z Installing cargo-nextest v0.9.97
1162026-06-06T15:42:38.256Z Updating crates.io index
1172026-06-06T15:42:40.734Z Locking 404 packages to latest compatible versions
1182026-06-06T15:42:40.738Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-06T15:42:40.741Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-06T15:42:40.741Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-06T15:42:40.741Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-06T15:42:40.744Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-06T15:42:40.744Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1242026-06-06T15:42:40.744Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-06-06T15:42:40.748Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1262026-06-06T15:42:40.751Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-06-06T15:42:40.776Z Downloading crates ...
1282026-06-06T15:42:40.839Z Downloaded backtrace-ext v0.2.1
1292026-06-06T15:42:40.847Z Downloaded async-scoped v0.9.0
1302026-06-06T15:42:40.851Z Downloaded atomicwrites v0.4.4
1312026-06-06T15:42:40.854Z Downloaded adler2 v2.0.1
1322026-06-06T15:42:40.856Z Downloaded autocfg v1.5.1
1332026-06-06T15:42:40.856Z Downloaded base64ct v1.8.3
1342026-06-06T15:42:40.859Z Downloaded bitflags v2.13.0
1352026-06-06T15:42:40.862Z Downloaded foreign-types-shared v0.1.1
1362026-06-06T15:42:40.862Z Downloaded curve25519-dalek-derive v0.1.1
1372026-06-06T15:42:40.865Z Downloaded crypto-common v0.1.7
1382026-06-06T15:42:40.865Z Downloaded form_urlencoded v1.2.2
1392026-06-06T15:42:40.865Z Downloaded clap_lex v1.1.0
1402026-06-06T15:42:40.868Z Downloaded ed25519 v2.2.3
1412026-06-06T15:42:40.868Z Downloaded base64 v0.22.1
1422026-06-06T15:42:40.871Z Downloaded digest v0.10.7
1432026-06-06T15:42:40.871Z Downloaded home v0.5.12
1442026-06-06T15:42:40.875Z Downloaded crc32fast v1.5.0
1452026-06-06T15:42:40.875Z Downloaded colorchoice v1.0.5
1462026-06-06T15:42:40.878Z Downloaded future-queue v0.4.0
1472026-06-06T15:42:40.878Z Downloaded block-buffer v0.10.4
1482026-06-06T15:42:40.878Z Downloaded httparse v1.10.1
1492026-06-06T15:42:40.881Z Downloaded atomic-waker v1.1.2
1502026-06-06T15:42:40.881Z Downloaded addr2line v0.25.1
1512026-06-06T15:42:40.884Z Downloaded mukti-metadata v0.3.0
1522026-06-06T15:42:40.884Z Downloaded percent-encoding v2.3.2
1532026-06-06T15:42:40.884Z Downloaded errno v0.3.14
1542026-06-06T15:42:40.887Z Downloaded console v0.15.11
1552026-06-06T15:42:40.887Z Downloaded anstyle-query v1.1.5
1562026-06-06T15:42:40.890Z Downloaded futures-macro v0.3.32
1572026-06-06T15:42:40.890Z Downloaded rustc-demangle v0.1.27
1582026-06-06T15:42:40.893Z Downloaded futures-task v0.3.32
1592026-06-06T15:42:40.893Z Downloaded pkg-config v0.3.33
1602026-06-06T15:42:40.893Z Downloaded foreign-types v0.3.2
1612026-06-06T15:42:40.896Z Downloaded cpufeatures v0.2.17
1622026-06-06T15:42:40.896Z Downloaded anstyle-parse v1.0.0
1632026-06-06T15:42:40.896Z Downloaded fnv v1.0.7
1642026-06-06T15:42:40.899Z Downloaded once_cell v1.21.4
1652026-06-06T15:42:40.903Z Downloaded semver v1.0.28
1662026-06-06T15:42:40.908Z Downloaded cfg-if v1.0.4
1672026-06-06T15:42:40.911Z Downloaded futures-sink v0.3.32
1682026-06-06T15:42:40.914Z Downloaded log v0.4.32
1692026-06-06T15:42:40.914Z Downloaded equivalent v1.0.2
1702026-06-06T15:42:40.917Z Downloaded is_ci v1.2.0
1712026-06-06T15:42:40.917Z Downloaded hyper-tls v0.6.0
1722026-06-06T15:42:40.917Z Downloaded guppy-workspace-hack v0.1.0
1732026-06-06T15:42:40.917Z Downloaded document-features v0.2.12
1742026-06-06T15:42:40.920Z Downloaded debug-ignore v1.0.5
1752026-06-06T15:42:40.920Z Downloaded itoa v1.0.18
1762026-06-06T15:42:40.923Z Downloaded eyre v0.6.12
1772026-06-06T15:42:40.924Z Downloaded idna_adapter v1.0.0
1782026-06-06T15:42:40.928Z Downloaded humantime-serde v1.1.1
1792026-06-06T15:42:40.928Z Downloaded dialoguer v0.11.0
1802026-06-06T15:42:40.931Z Downloaded nested v0.1.1
1812026-06-06T15:42:40.931Z Downloaded lazy_static v1.5.0
1822026-06-06T15:42:40.931Z Downloaded serde-value v0.7.0
1832026-06-06T15:42:40.931Z Downloaded futures-io v0.3.32
1842026-06-06T15:42:40.931Z Downloaded enable-ansi-support v0.2.1
1852026-06-06T15:42:40.934Z Downloaded convert_case v0.10.0
1862026-06-06T15:42:40.934Z Downloaded os_pipe v1.2.3
1872026-06-06T15:42:40.934Z Downloaded duct v0.13.7
1882026-06-06T15:42:40.939Z Downloaded cargo-platform v0.2.0
1892026-06-06T15:42:40.939Z Downloaded cargo-platform v0.3.3
1902026-06-06T15:42:40.942Z Downloaded indent_write v2.2.0
1912026-06-06T15:42:40.942Z Downloaded hyper-util v0.1.20
1922026-06-06T15:42:40.942Z Downloaded serde_urlencoded v0.7.1
1932026-06-06T15:42:40.945Z Downloaded pin-project-internal v1.1.13
1942026-06-06T15:42:40.945Z Downloaded generic-array v0.14.7
1952026-06-06T15:42:40.948Z Downloaded pkcs8 v0.10.2
1962026-06-06T15:42:40.948Z Downloaded quote v1.0.45
1972026-06-06T15:42:40.951Z Downloaded serde_spanned v0.6.9
1982026-06-06T15:42:40.951Z Downloaded filetime v0.2.29
1992026-06-06T15:42:40.955Z Downloaded cargo_metadata v0.20.0
2002026-06-06T15:42:40.955Z Downloaded cargo-util-schemas v0.2.0
2012026-06-06T15:42:40.955Z Downloaded owo-colors v4.3.0
2022026-06-06T15:42:40.958Z Downloaded indenter v0.3.4
2032026-06-06T15:42:40.958Z Downloaded foldhash v0.1.5
2042026-06-06T15:42:40.958Z Downloaded rustc-hash v2.1.2
2052026-06-06T15:42:40.958Z Downloaded erased-serde v0.4.10
2062026-06-06T15:42:40.962Z Downloaded futures-executor v0.3.32
2072026-06-06T15:42:40.962Z Downloaded openssl-macros v0.1.1
2082026-06-06T15:42:40.962Z Downloaded nextest-workspace-hack v0.1.0
2092026-06-06T15:42:40.962Z Downloaded find-msvc-tools v0.1.9
2102026-06-06T15:42:40.965Z Downloaded sigchld v0.2.4
2112026-06-06T15:42:40.965Z Downloaded lru-slab v0.1.2
2122026-06-06T15:42:40.965Z Downloaded shell-words v1.1.1
2132026-06-06T15:42:40.968Z Downloaded hex v0.4.3
2142026-06-06T15:42:40.968Z Downloaded cfg_aliases v0.2.1
2152026-06-06T15:42:40.968Z Downloaded pathdiff v0.2.3
2162026-06-06T15:42:40.968Z Downloaded shared_child v1.1.1
2172026-06-06T15:42:40.971Z Downloaded serde_spanned v1.1.1
2182026-06-06T15:42:40.971Z Downloaded cargo_metadata v0.23.1
2192026-06-06T15:42:40.974Z Downloaded color-spantrace v0.3.0
2202026-06-06T15:42:40.974Z Downloaded ordered-float v2.10.1
2212026-06-06T15:42:40.977Z Downloaded is_terminal_polyfill v1.70.2
2222026-06-06T15:42:40.980Z Downloaded ppv-lite86 v0.2.21
2232026-06-06T15:42:40.980Z Downloaded http v1.4.1
2242026-06-06T15:42:40.983Z Downloaded signal-hook-mio v0.2.5
2252026-06-06T15:42:40.987Z Downloaded futures-core v0.3.32
2262026-06-06T15:42:40.990Z Downloaded number_prefix v0.4.0
2272026-06-06T15:42:40.990Z Downloaded supports-hyperlinks v3.2.0
2282026-06-06T15:42:40.990Z Downloaded supports-color v3.0.2
2292026-06-06T15:42:40.993Z Downloaded strsim v0.11.1
2302026-06-06T15:42:40.993Z Downloaded signature v2.2.0
2312026-06-06T15:42:40.996Z Downloaded openssl-probe v0.2.1
2322026-06-06T15:42:40.999Z Downloaded http-body v1.0.1
2332026-06-06T15:42:41.003Z Downloaded rand_core v0.9.5
2342026-06-06T15:42:41.003Z Downloaded fastrand v2.4.1
2352026-06-06T15:42:41.006Z Downloaded serde-untagged v0.1.9
2362026-06-06T15:42:41.009Z Downloaded either v1.16.0
2372026-06-06T15:42:41.009Z Downloaded rustc_version v0.4.1
2382026-06-06T15:42:41.009Z Downloaded subtle v2.6.1
2392026-06-06T15:42:41.013Z Downloaded serde_ignored v0.1.14
2402026-06-06T15:42:41.013Z Downloaded globset v0.4.18
2412026-06-06T15:42:41.016Z Downloaded sync_wrapper v1.0.2
2422026-06-06T15:42:41.016Z Downloaded swrite v0.1.0
2432026-06-06T15:42:41.016Z Downloaded supports-unicode v3.0.0
2442026-06-06T15:42:41.016Z Downloaded terminal_size v0.4.4
2452026-06-06T15:42:41.021Z Downloaded ipnet v2.12.0
2462026-06-06T15:42:41.024Z Downloaded futures-channel v0.3.32
2472026-06-06T15:42:41.024Z Downloaded sha2 v0.10.9
2482026-06-06T15:42:41.027Z Downloaded humantime v2.3.0
2492026-06-06T15:42:41.027Z Downloaded der v0.7.10
2502026-06-06T15:42:41.030Z Downloaded tinyvec_macros v0.1.1
2512026-06-06T15:42:41.030Z Downloaded scopeguard v1.2.0
2522026-06-06T15:42:41.030Z Downloaded jobserver v0.1.34
2532026-06-06T15:42:41.033Z Downloaded http-body-util v0.1.3
2542026-06-06T15:42:41.033Z Downloaded fixedbitset v0.5.7
2552026-06-06T15:42:41.033Z Downloaded clap_derive v4.6.1
2562026-06-06T15:42:41.037Z Downloaded tokio-macros v2.7.0
2572026-06-06T15:42:41.037Z Downloaded rand_core v0.6.4
2582026-06-06T15:42:41.037Z Downloaded rand_chacha v0.9.0
2592026-06-06T15:42:41.040Z Downloaded camino v1.2.2
2602026-06-06T15:42:41.040Z Downloaded anstream v1.0.0
2612026-06-06T15:42:41.043Z Downloaded toml_datetime v0.6.11
2622026-06-06T15:42:41.043Z Downloaded serde_path_to_error v0.1.20
2632026-06-06T15:42:41.043Z Downloaded slab v0.4.12
2642026-06-06T15:42:41.043Z Downloaded shlex v2.0.1
2652026-06-06T15:42:41.046Z Downloaded heck v0.5.0
2662026-06-06T15:42:41.046Z Downloaded newtype-uuid v1.3.2
2672026-06-06T15:42:41.046Z Downloaded native-tls v0.2.18
2682026-06-06T15:42:41.046Z Downloaded self-replace v1.5.0
2692026-06-06T15:42:41.049Z Downloaded try-lock v0.2.5
2702026-06-06T15:42:41.049Z Downloaded typeid v1.0.3
2712026-06-06T15:42:41.049Z Downloaded smol_str v0.3.6
2722026-06-06T15:42:41.052Z Downloaded nextest-metadata v0.12.2
2732026-06-06T15:42:41.052Z Downloaded tower-service v0.3.3
2742026-06-06T15:42:41.053Z Downloaded static_assertions v1.1.0
2752026-06-06T15:42:41.053Z Downloaded anstyle v1.0.14
2762026-06-06T15:42:41.056Z Downloaded ahash v0.8.12
2772026-06-06T15:42:41.056Z Downloaded getrandom v0.2.17
2782026-06-06T15:42:41.059Z Downloaded ed25519-dalek v2.2.0
2792026-06-06T15:42:41.062Z Downloaded camino-tempfile v1.4.1
2802026-06-06T15:42:41.065Z Downloaded tower-layer v0.3.3
2812026-06-06T15:42:41.068Z Downloaded pin-project-lite v0.2.17
2822026-06-06T15:42:41.074Z Downloaded unicode-xid v0.2.6
2832026-06-06T15:42:41.077Z Downloaded utf8_iter v1.0.4
2842026-06-06T15:42:41.077Z Downloaded urlencoding v2.1.3
2852026-06-06T15:42:41.077Z Downloaded unicode-linebreak v0.1.5
2862026-06-06T15:42:41.077Z Downloaded thiserror v2.0.18
2872026-06-06T15:42:41.080Z Downloaded tracing-error v0.2.1
2882026-06-06T15:42:41.084Z Downloaded untrusted v0.9.0
2892026-06-06T15:42:41.084Z Downloaded tokio-native-tls v0.3.1
2902026-06-06T15:42:41.084Z Downloaded miette-derive v7.6.0
2912026-06-06T15:42:41.084Z Downloaded thiserror v1.0.69
2922026-06-06T15:42:41.087Z Downloaded xattr v1.6.1
2932026-06-06T15:42:41.090Z Downloaded const-oid v0.9.6
2942026-06-06T15:42:41.090Z Downloaded strip-ansi-escapes v0.2.1
2952026-06-06T15:42:41.090Z Downloaded spki v0.7.3
2962026-06-06T15:42:41.093Z Downloaded simd-adler32 v0.3.9
2972026-06-06T15:42:41.093Z Downloaded hyper-rustls v0.27.9
2982026-06-06T15:42:41.096Z Downloaded utf8parse v0.2.2
2992026-06-06T15:42:41.096Z Downloaded want v0.3.1
3002026-06-06T15:42:41.096Z Downloaded version_check v0.9.5
3012026-06-06T15:42:41.122Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3022026-06-06T15:42:41.122Z Downloaded thiserror-impl v2.0.18
3032026-06-06T15:42:41.122Z Downloaded smallvec v1.15.1
3042026-06-06T15:42:41.122Z Downloaded thiserror-impl v1.0.69
3052026-06-06T15:42:41.122Z Downloaded target-spec-miette v0.4.8
3062026-06-06T15:42:41.122Z Downloaded unicase v2.9.0
3072026-06-06T15:42:41.122Z Downloaded toml_write v0.1.2
3082026-06-06T15:42:41.122Z Downloaded futures v0.3.32
3092026-06-06T15:42:41.122Z Downloaded lock_api v0.4.14
3102026-06-06T15:42:41.122Z Downloaded iana-time-zone v0.1.65
3112026-06-06T15:42:41.122Z Downloaded quick-junit v0.5.2
3122026-06-06T15:42:41.122Z Downloaded clap v4.6.1
3132026-06-06T15:42:41.126Z Downloaded parking_lot_core v0.9.12
3142026-06-06T15:42:41.126Z Downloaded target-spec v3.6.0
3152026-06-06T15:42:41.126Z Downloaded target-lexicon v0.13.5
3162026-06-06T15:42:41.129Z Downloaded signal-hook-registry v1.4.8
3172026-06-06T15:42:41.129Z Downloaded getrandom v0.3.4
3182026-06-06T15:42:41.132Z Downloaded cfg-expr v0.20.8
3192026-06-06T15:42:41.132Z Downloaded config v0.15.23
3202026-06-06T15:42:41.135Z Downloaded signal-hook v0.3.18
3212026-06-06T15:42:41.138Z Downloaded serde_core v1.0.228
3222026-06-06T15:42:41.138Z Downloaded proc-macro2 v1.0.106
3232026-06-06T15:42:41.141Z Downloaded nextest-filtering v0.15.0
3242026-06-06T15:42:41.141Z Downloaded derive_more v2.1.1
3252026-06-06T15:42:41.147Z Downloaded zeroize v1.8.2
3262026-06-06T15:42:41.150Z Downloaded xxhash-rust v0.8.15
3272026-06-06T15:42:41.150Z Downloaded toml_writer v1.1.1+spec-1.1.0
3282026-06-06T15:42:41.150Z Downloaded zstd-safe v7.2.4
3292026-06-06T15:42:41.153Z Downloaded litrs v1.0.0
3302026-06-06T15:42:41.153Z Downloaded toml_parser v1.1.2+spec-1.1.0
3312026-06-06T15:42:41.156Z Downloaded socket2 v0.6.4
3322026-06-06T15:42:41.156Z Downloaded sharded-slab v0.1.7
3332026-06-06T15:42:41.159Z Downloaded serde_derive v1.0.228
3342026-06-06T15:42:41.159Z Downloaded tracing-log v0.2.0
3352026-06-06T15:42:41.159Z Downloaded rustls-pki-types v1.14.1
3362026-06-06T15:42:41.162Z Downloaded quinn-udp v0.5.14
3372026-06-06T15:42:41.162Z Downloaded parking_lot v0.12.5
3382026-06-06T15:42:41.165Z Downloaded derive-where v1.6.1
3392026-06-06T15:42:41.168Z Downloaded thread_local v1.1.9
3402026-06-06T15:42:41.168Z Downloaded tempfile v3.27.0
3412026-06-06T15:42:41.171Z Downloaded textwrap v0.16.2
3422026-06-06T15:42:41.180Z Downloaded self_update v0.42.0
3432026-06-06T15:42:41.183Z Downloaded num-traits v0.2.19
3442026-06-06T15:42:41.186Z Downloaded toml v1.1.2+spec-1.1.0
3452026-06-06T15:42:41.189Z Downloaded tokio-rustls v0.26.4
3462026-06-06T15:42:41.189Z Downloaded toml v0.8.23
3472026-06-06T15:42:41.189Z Downloaded zmij v1.0.21
3482026-06-06T15:42:41.191Z Downloaded getrandom v0.4.2
3492026-06-06T15:42:41.195Z Downloaded zstd v0.13.3
3502026-06-06T15:42:41.195Z Downloaded openssl-sys v0.9.116
3512026-06-06T15:42:41.198Z Downloaded hyper v1.10.1
3522026-06-06T15:42:41.201Z Downloaded tracing-attributes v0.1.31
3532026-06-06T15:42:41.204Z Downloaded tokio-stream v0.1.18
3542026-06-06T15:42:41.204Z Downloaded uuid v1.23.2
3552026-06-06T15:42:41.207Z Downloaded flate2 v1.1.9
3562026-06-06T15:42:41.210Z Downloaded bytes v1.11.1
3572026-06-06T15:42:41.210Z Downloaded zipsign-api v0.1.5
3582026-06-06T15:42:41.214Z Downloaded derive_more-impl v2.1.1
3592026-06-06T15:42:41.218Z Downloaded backtrace v0.3.76
3602026-06-06T15:42:41.221Z Downloaded borsh v1.6.1
3612026-06-06T15:42:41.224Z Downloaded cc v1.2.63
3622026-06-06T15:42:41.224Z Downloaded quinn v0.11.9
3632026-06-06T15:42:41.227Z Downloaded miniz_oxide v0.8.9
3642026-06-06T15:42:41.227Z Downloaded indicatif v0.17.11
3652026-06-06T15:42:41.231Z Downloaded serde v1.0.228
3662026-06-06T15:42:41.234Z Downloaded pin-project v1.1.13
3672026-06-06T15:42:41.238Z Downloaded tinyvec v1.11.0
3682026-06-06T15:42:41.250Z Downloaded futures-util v0.3.32
3692026-06-06T15:42:41.256Z Downloaded unicode-ident v1.0.24
3702026-06-06T15:42:41.259Z Downloaded tar v0.4.46
3712026-06-06T15:42:41.259Z Downloaded ryu v1.0.23
3722026-06-06T15:42:41.262Z Downloaded tower v0.5.3
3732026-06-06T15:42:41.265Z Downloaded vte v0.14.1
3742026-06-06T15:42:41.275Z Downloaded typenum v1.20.1
3752026-06-06T15:42:41.278Z Downloaded crossterm v0.29.0
3762026-06-06T15:42:41.283Z Downloaded hashbrown v0.15.5
3772026-06-06T15:42:41.286Z Downloaded miette v7.6.0
3782026-06-06T15:42:41.289Z Downloaded tracing-core v0.1.36
3792026-06-06T15:42:41.292Z Downloaded indexmap v2.14.0
3802026-06-06T15:42:41.295Z Downloaded rustls-webpki v0.103.13
3812026-06-06T15:42:41.298Z Downloaded guppy v0.17.26
3822026-06-06T15:42:41.301Z Downloaded serde_json v1.0.150
3832026-06-06T15:42:41.305Z Downloaded mio v1.2.1
3842026-06-06T15:42:41.308Z Downloaded rand v0.9.4
3852026-06-06T15:42:41.311Z Downloaded clap_builder v4.6.0
3862026-06-06T15:42:41.314Z Downloaded aho-corasick v1.1.4
3872026-06-06T15:42:41.317Z Downloaded unicode-normalization v0.1.25
3882026-06-06T15:42:41.320Z Downloaded regex v1.12.3
3892026-06-06T15:42:41.323Z Downloaded toml_edit v0.22.27
3902026-06-06T15:42:41.326Z Downloaded hashbrown v0.17.1
3912026-06-06T15:42:41.329Z Downloaded url v2.5.8
3922026-06-06T15:42:41.333Z Downloaded h2 v0.4.14
3932026-06-06T15:42:41.338Z Downloaded memchr v2.8.1
3942026-06-06T15:42:41.348Z Downloaded tower-http v0.6.11
3952026-06-06T15:42:41.367Z Downloaded ron v0.12.1
3962026-06-06T15:42:41.371Z Downloaded winnow v0.7.15
3972026-06-06T15:42:41.377Z Downloaded tracing-subscriber v0.3.23
3982026-06-06T15:42:41.380Z Downloaded chrono v0.4.45
3992026-06-06T15:42:41.384Z Downloaded webpki-roots v1.0.7
4002026-06-06T15:42:41.387Z Downloaded idna v1.1.0
4012026-06-06T15:42:41.397Z Downloaded itertools v0.14.0
4022026-06-06T15:42:41.400Z Downloaded unicode-segmentation v1.13.3
4032026-06-06T15:42:41.403Z Downloaded gimli v0.32.3
4042026-06-06T15:42:41.409Z Downloaded curve25519-dalek v4.1.3
4052026-06-06T15:42:41.413Z Downloaded pulldown-cmark v0.13.4
4062026-06-06T15:42:41.417Z Downloaded tokio-util v0.7.18
4072026-06-06T15:42:41.421Z Downloaded zerocopy v0.8.50
4082026-06-06T15:42:41.432Z Downloaded syn v2.0.117
4092026-06-06T15:42:41.438Z Downloaded unicode-width v0.2.2
4102026-06-06T15:42:41.443Z Downloaded bstr v1.12.1
4112026-06-06T15:42:41.447Z Downloaded reqwest v0.12.28
4122026-06-06T15:42:41.474Z Downloaded quick-xml v0.37.5
4132026-06-06T15:42:41.481Z Downloaded portable-atomic v1.13.1
4142026-06-06T15:42:41.485Z Downloaded color-eyre v0.6.5
4152026-06-06T15:42:41.489Z Downloaded quick-xml v0.38.4
4162026-06-06T15:42:41.493Z Downloaded winnow v1.0.3
4172026-06-06T15:42:41.506Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4182026-06-06T15:42:41.517Z Downloaded tokio v1.52.3
4192026-06-06T15:42:41.539Z Downloaded quinn-proto v0.11.14
4202026-06-06T15:42:41.546Z Downloaded vcpkg v0.2.15
4212026-06-06T15:42:41.575Z Downloaded nextest-runner v0.80.0
4222026-06-06T15:42:41.608Z Downloaded unicode-width v0.1.14
4232026-06-06T15:42:41.611Z Downloaded rustix v0.38.44
4242026-06-06T15:42:41.625Z Downloaded openssl v0.10.80
4252026-06-06T15:42:41.630Z Downloaded object v0.37.3
4262026-06-06T15:42:41.644Z Downloaded nix v0.30.1
4272026-06-06T15:42:41.651Z Downloaded regex-syntax v0.8.10
4282026-06-06T15:42:41.655Z Downloaded rustls v0.23.40
4292026-06-06T15:42:41.674Z Downloaded rustix v1.1.4
4302026-06-06T15:42:41.698Z Downloaded tracing v0.1.44
4312026-06-06T15:42:41.737Z Downloaded regex-automata v0.4.14
4322026-06-06T15:42:41.780Z Downloaded petgraph v0.8.3
4332026-06-06T15:42:41.793Z Downloaded libc v0.2.186
4342026-06-06T15:42:41.862Z Downloaded recursion v0.5.4
4352026-06-06T15:42:41.868Z Downloaded ring v0.17.14
4362026-06-06T15:42:41.928Z Compiling libc v0.2.186
4372026-06-06T15:42:41.928Z Compiling proc-macro2 v1.0.106
4382026-06-06T15:42:41.928Z Compiling quote v1.0.45
4392026-06-06T15:42:41.931Z Compiling unicode-ident v1.0.24
4402026-06-06T15:42:41.932Z Compiling serde_core v1.0.228
4412026-06-06T15:42:41.932Z Compiling cfg-if v1.0.4
4422026-06-06T15:42:41.932Z Compiling memchr v2.8.1
4432026-06-06T15:42:41.932Z Compiling once_cell v1.21.4
4442026-06-06T15:42:42.135Z Compiling log v0.4.32
4452026-06-06T15:42:42.192Z Compiling pin-project-lite v0.2.17
4462026-06-06T15:42:42.311Z Compiling serde v1.0.228
4472026-06-06T15:42:42.368Z Compiling itoa v1.0.18
4482026-06-06T15:42:42.514Z Compiling futures-core v0.3.32
4492026-06-06T15:42:42.609Z Compiling smallvec v1.15.1
4502026-06-06T15:42:42.666Z Compiling bitflags v2.13.0
4512026-06-06T15:42:42.676Z Compiling equivalent v1.0.2
4522026-06-06T15:42:42.757Z Compiling hashbrown v0.17.1
4532026-06-06T15:42:42.854Z Compiling shlex v2.0.1
4542026-06-06T15:42:43.036Z Compiling errno v0.3.14
4552026-06-06T15:42:43.055Z Compiling find-msvc-tools v0.1.9
4562026-06-06T15:42:43.111Z Compiling bytes v1.11.1
4572026-06-06T15:42:43.215Z Compiling signal-hook-registry v1.4.8
4582026-06-06T15:42:43.295Z Compiling jobserver v0.1.34
4592026-06-06T15:42:43.307Z Compiling mio v1.2.1
4602026-06-06T15:42:43.384Z Compiling syn v2.0.117
4612026-06-06T15:42:43.451Z Compiling futures-sink v0.3.32
4622026-06-06T15:42:43.461Z Compiling rustix v1.1.4
4632026-06-06T15:42:43.558Z Compiling cc v1.2.63
4642026-06-06T15:42:43.614Z Compiling socket2 v0.6.4
4652026-06-06T15:42:43.791Z Compiling slab v0.4.12
4662026-06-06T15:42:43.995Z Compiling zmij v1.0.21
4672026-06-06T15:42:44.006Z Compiling futures-channel v0.3.32
4682026-06-06T15:42:44.023Z Compiling tracing-core v0.1.36
4692026-06-06T15:42:44.262Z Compiling version_check v0.9.5
4702026-06-06T15:42:44.337Z Compiling serde_json v1.0.150
4712026-06-06T15:42:44.416Z Compiling indexmap v2.14.0
4722026-06-06T15:42:44.592Z Compiling futures-io v0.3.32
4732026-06-06T15:42:44.604Z Compiling getrandom v0.4.2
4742026-06-06T15:42:44.785Z Compiling futures-task v0.3.32
4752026-06-06T15:42:44.872Z Compiling camino v1.2.2
4762026-06-06T15:42:44.908Z Compiling unicode-width v0.2.2
4772026-06-06T15:42:44.950Z Compiling percent-encoding v2.3.2
4782026-06-06T15:42:45.208Z Compiling ring v0.17.14
4792026-06-06T15:42:45.230Z Compiling http v1.4.1
4802026-06-06T15:42:45.234Z Compiling autocfg v1.5.1
4812026-06-06T15:42:45.252Z Compiling adler2 v2.0.1
4822026-06-06T15:42:45.284Z Compiling simd-adler32 v0.3.9
4832026-06-06T15:42:45.409Z Compiling zeroize v1.8.2
4842026-06-06T15:42:45.571Z Compiling num-traits v0.2.19
4852026-06-06T15:42:45.603Z Compiling miniz_oxide v0.8.9
4862026-06-06T15:42:45.985Z Compiling zerocopy v0.8.50
4872026-06-06T15:42:46.112Z Compiling target-lexicon v0.13.5
4882026-06-06T15:42:46.385Z Compiling getrandom v0.3.4
4892026-06-06T15:42:46.397Z Compiling object v0.37.3
4902026-06-06T15:42:46.672Z Compiling http-body v1.0.1
4912026-06-06T15:42:46.740Z Compiling rustls-pki-types v1.14.1
4922026-06-06T15:42:46.828Z Compiling form_urlencoded v1.2.2
4932026-06-06T15:42:46.887Z Compiling semver v1.0.28
4942026-06-06T15:42:46.906Z Compiling serde_derive v1.0.228
4952026-06-06T15:42:47.019Z Compiling tokio-macros v2.7.0
4962026-06-06T15:42:47.092Z Compiling futures-macro v0.3.32
4972026-06-06T15:42:47.104Z Compiling tracing-attributes v0.1.31
4982026-06-06T15:42:47.483Z Compiling getrandom v0.2.17
4992026-06-06T15:42:47.540Z Compiling guppy-workspace-hack v0.1.0
5002026-06-06T15:42:47.597Z Compiling fnv v1.0.7
5012026-06-06T15:42:47.668Z Compiling signal-hook v0.3.18
5022026-06-06T15:42:47.698Z Compiling idna_adapter v1.0.0
5032026-06-06T15:42:47.760Z Compiling thiserror v2.0.18
5042026-06-06T15:42:47.760Z Compiling tokio v1.52.3
5052026-06-06T15:42:47.793Z Compiling untrusted v0.9.0
5062026-06-06T15:42:47.889Z Compiling owo-colors v4.3.0
5072026-06-06T15:42:47.911Z Compiling futures-util v0.3.32
5082026-06-06T15:42:47.924Z Compiling gimli v0.32.3
5092026-06-06T15:42:48.104Z Compiling utf8_iter v1.0.4
5102026-06-06T15:42:48.211Z Compiling httparse v1.10.1
5112026-06-06T15:42:48.267Z Compiling idna v1.1.0
5122026-06-06T15:42:48.306Z Compiling tracing v0.1.44
5132026-06-06T15:42:48.671Z Compiling thiserror-impl v2.0.18
5142026-06-06T15:42:49.766Z Compiling addr2line v0.25.1
5152026-06-06T15:42:50.184Z Compiling generic-array v0.14.7
5162026-06-06T15:42:50.421Z Compiling fastrand v2.4.1
5172026-06-06T15:42:50.506Z Compiling atomic-waker v1.1.2
5182026-06-06T15:42:50.524Z Compiling rustls v0.23.40
5192026-06-06T15:42:50.636Z Compiling typeid v1.0.3
5202026-06-06T15:42:50.693Z Compiling tower-service v0.3.3
5212026-06-06T15:42:50.745Z Compiling pkg-config v0.3.33
5222026-06-06T15:42:50.748Z Compiling rustc-demangle v0.1.27
5232026-06-06T15:42:50.787Z Compiling target-spec v3.6.0
5242026-06-06T15:42:50.920Z Compiling try-lock v0.2.5
5252026-06-06T15:42:51.033Z Compiling thiserror v1.0.69
5262026-06-06T15:42:51.082Z Compiling want v0.3.1
5272026-06-06T15:42:51.162Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5282026-06-06T15:42:51.299Z Compiling tempfile v3.27.0
5292026-06-06T15:42:51.554Z Compiling cfg-expr v0.20.8
5302026-06-06T15:42:51.675Z Compiling tokio-util v0.7.18
5312026-06-06T15:42:52.178Z Compiling h2 v0.4.14
5322026-06-06T15:42:52.754Z Compiling backtrace v0.3.76
5332026-06-06T15:42:52.823Z Compiling url v2.5.8
5342026-06-06T15:42:53.032Z Compiling thiserror-impl v1.0.69
5352026-06-06T15:42:53.100Z Compiling terminal_size v0.4.4
5362026-06-06T15:42:53.112Z Compiling aho-corasick v1.1.4
5372026-06-06T15:42:53.250Z Compiling subtle v2.6.1
5382026-06-06T15:42:53.406Z Compiling typenum v1.20.1
5392026-06-06T15:42:54.057Z Compiling regex-syntax v0.8.10
5402026-06-06T15:42:54.169Z Compiling winnow v0.7.15
5412026-06-06T15:42:55.264Z Compiling rustls-webpki v0.103.13
5422026-06-06T15:42:56.080Z Compiling erased-serde v0.4.10
5432026-06-06T15:42:57.142Z Compiling regex-automata v0.4.14
5442026-06-06T15:42:57.483Z Compiling hyper v1.10.1
5452026-06-06T15:42:58.579Z Compiling toml_datetime v0.6.11
5462026-06-06T15:42:58.946Z Compiling serde_spanned v0.6.9
5472026-06-06T15:42:59.103Z Compiling ahash v0.8.12
5482026-06-06T15:42:59.362Z Compiling sync_wrapper v1.0.2
5492026-06-06T15:42:59.476Z Compiling base64 v0.22.1
5502026-06-06T15:42:59.973Z Compiling unicode-segmentation v1.13.3
5512026-06-06T15:43:00.366Z Compiling is_ci v1.2.0
5522026-06-06T15:43:00.521Z Compiling lazy_static v1.5.0
5532026-06-06T15:43:00.532Z Compiling portable-atomic v1.13.1
5542026-06-06T15:43:00.625Z Compiling parking_lot_core v0.9.12
5552026-06-06T15:43:00.908Z Compiling ipnet v2.12.0
5562026-06-06T15:43:00.978Z Compiling either v1.16.0
5572026-06-06T15:43:01.126Z Compiling tower-layer v0.3.3
5582026-06-06T15:43:01.189Z Compiling foldhash v0.1.5
5592026-06-06T15:43:01.202Z Compiling crc32fast v1.5.0
5602026-06-06T15:43:01.325Z Compiling unicode-linebreak v0.1.5
5612026-06-06T15:43:01.405Z Compiling nextest-workspace-hack v0.1.0
5622026-06-06T15:43:01.498Z Compiling toml_write v0.1.2
5632026-06-06T15:43:01.585Z Compiling textwrap v0.16.2
5642026-06-06T15:43:01.642Z Compiling hashbrown v0.15.5
5652026-06-06T15:43:01.652Z Compiling tower v0.5.3
5662026-06-06T15:43:01.736Z Compiling toml_edit v0.22.27
5672026-06-06T15:43:02.107Z Compiling hyper-util v0.1.20
5682026-06-06T15:43:02.282Z Compiling sharded-slab v0.1.7
5692026-06-06T15:43:02.295Z Compiling supports-color v3.0.2
5702026-06-06T15:43:02.516Z Compiling convert_case v0.10.0
5712026-06-06T15:43:02.768Z Compiling tokio-rustls v0.26.4
5722026-06-06T15:43:02.982Z Compiling backtrace-ext v0.2.1
5732026-06-06T15:43:03.053Z Compiling ordered-float v2.10.1
5742026-06-06T15:43:03.239Z Compiling webpki-roots v1.0.7
5752026-06-06T15:43:03.326Z Compiling miette-derive v7.6.0
5762026-06-06T15:43:03.352Z Compiling pathdiff v0.2.3
5772026-06-06T15:43:03.471Z Compiling console v0.15.11
5782026-06-06T15:43:03.474Z Compiling cargo-platform v0.3.3
5792026-06-06T15:43:04.026Z Compiling tracing-log v0.2.0
5802026-06-06T15:43:04.396Z Compiling os_pipe v1.2.3
5812026-06-06T15:43:04.407Z Compiling thread_local v1.1.9
5822026-06-06T15:43:04.568Z Compiling scopeguard v1.2.0
5832026-06-06T15:43:04.672Z Compiling debug-ignore v1.0.5
5842026-06-06T15:43:04.715Z Compiling fixedbitset v0.5.7
5852026-06-06T15:43:04.759Z Compiling winnow v1.0.3
5862026-06-06T15:43:04.774Z Compiling unicode-width v0.1.14
5872026-06-06T15:43:04.796Z Compiling ryu v1.0.23
5882026-06-06T15:43:05.064Z Compiling cfg_aliases v0.2.1
5892026-06-06T15:43:05.078Z Compiling zstd-safe v7.2.4
5902026-06-06T15:43:05.134Z Compiling pulldown-cmark v0.13.4
5912026-06-06T15:43:05.208Z Compiling rustix v0.38.44
5922026-06-06T15:43:05.362Z Compiling supports-unicode v3.0.0
5932026-06-06T15:43:05.527Z Compiling utf8parse v0.2.2
5942026-06-06T15:43:05.566Z Compiling supports-hyperlinks v3.2.0
5952026-06-06T15:43:05.637Z Compiling anstyle-parse v1.0.0
5962026-06-06T15:43:05.701Z Compiling miette v7.6.0
5972026-06-06T15:43:05.850Z Compiling toml_parser v1.1.2+spec-1.1.0
5982026-06-06T15:43:05.880Z Compiling nix v0.30.1
5992026-06-06T15:43:06.199Z Compiling petgraph v0.8.3
6002026-06-06T15:43:06.265Z Compiling serde_urlencoded v0.7.1
6012026-06-06T15:43:06.534Z Compiling lock_api v0.4.14
6022026-06-06T15:43:06.773Z Compiling tracing-subscriber v0.3.23
6032026-06-06T15:43:07.156Z Compiling sigchld v0.2.4
6042026-06-06T15:43:07.350Z Compiling cargo_metadata v0.23.1
6052026-06-06T15:43:08.097Z Compiling hyper-rustls v0.27.9
6062026-06-06T15:43:08.285Z Compiling serde-untagged v0.1.9
6072026-06-06T15:43:08.643Z Compiling serde-value v0.7.0
6082026-06-06T15:43:08.767Z Compiling toml v0.8.23
6092026-06-06T15:43:09.646Z Compiling derive_more-impl v2.1.1
6102026-06-06T15:43:10.149Z Compiling tower-http v0.6.11
6112026-06-06T15:43:10.748Z Compiling itertools v0.14.0
6122026-06-06T15:43:10.776Z Compiling regex v1.12.3
6132026-06-06T15:43:10.802Z Compiling crypto-common v0.1.7
6142026-06-06T15:43:10.935Z Compiling block-buffer v0.10.4
6152026-06-06T15:43:11.030Z Compiling ppv-lite86 v0.2.21
6162026-06-06T15:43:11.080Z Compiling futures-executor v0.3.32
6172026-06-06T15:43:11.354Z Compiling rand_core v0.9.5
6182026-06-06T15:43:11.596Z Compiling pin-project-internal v1.1.13
6192026-06-06T15:43:11.597Z Compiling http-body-util v0.1.3
6202026-06-06T15:43:11.618Z Compiling uuid v1.23.2
6212026-06-06T15:43:11.860Z Compiling serde_spanned v1.1.1
6222026-06-06T15:43:12.035Z Compiling toml_datetime v1.1.1+spec-1.1.0
6232026-06-06T15:43:12.140Z Compiling smol_str v0.3.6
6242026-06-06T15:43:12.181Z Compiling filetime v0.2.29
6252026-06-06T15:43:12.199Z Compiling bstr v1.12.1
6262026-06-06T15:43:12.383Z Compiling vte v0.14.1
6272026-06-06T15:43:12.465Z Compiling unicase v2.9.0
6282026-06-06T15:43:12.478Z Compiling colorchoice v1.0.5
6292026-06-06T15:43:12.496Z Compiling self_update v0.42.0
6302026-06-06T15:43:12.590Z Compiling iana-time-zone v0.1.65
6312026-06-06T15:43:12.601Z Compiling eyre v0.6.12
6322026-06-06T15:43:12.640Z Compiling xattr v1.6.1
6332026-06-06T15:43:12.652Z Compiling color-spantrace v0.3.0
6342026-06-06T15:43:12.744Z Compiling static_assertions v1.1.0
6352026-06-06T15:43:12.815Z Compiling anstyle-query v1.1.5
6362026-06-06T15:43:12.826Z Compiling anstyle v1.0.14
6372026-06-06T15:43:12.873Z Compiling tinyvec_macros v0.1.1
6382026-06-06T15:43:12.911Z Compiling nested v0.1.1
6392026-06-06T15:43:12.934Z Compiling unicode-xid v0.2.6
6402026-06-06T15:43:12.944Z Compiling litrs v1.0.0
6412026-06-06T15:43:12.955Z Compiling number_prefix v0.4.0
6422026-06-06T15:43:13.063Z Compiling is_terminal_polyfill v1.70.2
6432026-06-06T15:43:13.101Z Compiling indicatif v0.17.11
6442026-06-06T15:43:13.112Z Compiling guppy v0.17.26
6452026-06-06T15:43:13.151Z Compiling anstream v1.0.0
6462026-06-06T15:43:13.297Z Compiling cargo-util-schemas v0.2.0
6472026-06-06T15:43:13.404Z Compiling document-features v0.2.12
6482026-06-06T15:43:13.722Z Compiling tinyvec v1.11.0
6492026-06-06T15:43:14.139Z Compiling tar v0.4.46
6502026-06-06T15:43:14.241Z Compiling chrono v0.4.45
6512026-06-06T15:43:14.608Z Compiling pin-project v1.1.13
6522026-06-06T15:43:14.708Z Compiling globset v0.4.18
6532026-06-06T15:43:15.537Z Compiling strip-ansi-escapes v0.2.1
6542026-06-06T15:43:15.694Z Compiling nextest-metadata v0.12.2
6552026-06-06T15:43:16.015Z Compiling toml v1.1.2+spec-1.1.0
6562026-06-06T15:43:16.227Z Compiling newtype-uuid v1.3.2
6572026-06-06T15:43:16.417Z Compiling reqwest v0.12.28
6582026-06-06T15:43:16.630Z Compiling rand_chacha v0.9.0
6592026-06-06T15:43:17.174Z Compiling futures v0.3.32
6602026-06-06T15:43:17.255Z Compiling digest v0.10.7
6612026-06-06T15:43:17.487Z Compiling flate2 v1.1.9
6622026-06-06T15:43:17.584Z Compiling derive_more v2.1.1
6632026-06-06T15:43:17.664Z Compiling parking_lot v0.12.5
6642026-06-06T15:43:17.931Z Compiling tracing-error v0.2.1
6652026-06-06T15:43:18.029Z Compiling shared_child v1.1.1
6662026-06-06T15:43:18.562Z Compiling signal-hook-mio v0.2.5
6672026-06-06T15:43:18.684Z Compiling self-replace v1.5.0
6682026-06-06T15:43:18.695Z Compiling cargo-platform v0.2.0
6692026-06-06T15:43:18.963Z Compiling quick-xml v0.37.5
6702026-06-06T15:43:19.185Z Compiling quick-xml v0.38.4
6712026-06-06T15:43:19.235Z Compiling urlencoding v2.1.3
6722026-06-06T15:43:19.473Z Compiling heck v0.5.0
6732026-06-06T15:43:19.497Z Compiling recursion v0.5.4
6742026-06-06T15:43:19.632Z Compiling cpufeatures v0.2.17
6752026-06-06T15:43:19.702Z Compiling humantime v2.3.0
6762026-06-06T15:43:19.920Z Compiling clap_lex v1.1.0
6772026-06-06T15:43:20.116Z Compiling indenter v0.3.4
6782026-06-06T15:43:20.294Z Compiling strsim v0.11.1
6792026-06-06T15:43:20.455Z Compiling shell-words v1.1.1
6802026-06-06T15:43:20.466Z Compiling clap_derive v4.6.1
6812026-06-06T15:43:20.701Z Compiling clap_builder v4.6.0
6822026-06-06T15:43:20.834Z Compiling humantime-serde v1.1.1
6832026-06-06T15:43:20.987Z Compiling quick-junit v0.5.2
6842026-06-06T15:43:21.130Z Compiling sha2 v0.10.9
6852026-06-06T15:43:21.294Z Compiling nextest-filtering v0.15.0
6862026-06-06T15:43:22.340Z Compiling atomicwrites v0.4.4
6872026-06-06T15:43:22.627Z Compiling cargo_metadata v0.20.0
6882026-06-06T15:43:24.065Z Compiling cargo-nextest v0.9.97
6892026-06-06T15:43:24.387Z Compiling crossterm v0.29.0
6902026-06-06T15:43:26.038Z Compiling duct v0.13.7
6912026-06-06T15:43:27.181Z Compiling zstd v0.13.3
6922026-06-06T15:43:27.351Z Compiling async-scoped v0.9.0
6932026-06-06T15:43:27.542Z Compiling rand v0.9.4
6942026-06-06T15:43:27.564Z Compiling config v0.15.23
6952026-06-06T15:43:27.600Z Compiling unicode-normalization v0.1.25
6962026-06-06T15:43:27.721Z Compiling target-spec-miette v0.4.8
6972026-06-06T15:43:27.751Z Compiling future-queue v0.4.0
6982026-06-06T15:43:28.020Z Compiling mukti-metadata v0.3.0
6992026-06-06T15:43:28.142Z Compiling tokio-stream v0.1.18
7002026-06-06T15:43:28.164Z Compiling camino-tempfile v1.4.1
7012026-06-06T15:43:28.295Z Compiling derive-where v1.6.1
7022026-06-06T15:43:28.503Z Compiling serde_ignored v0.1.14
7032026-06-06T15:43:28.587Z Compiling serde_path_to_error v0.1.20
7042026-06-06T15:43:28.662Z Compiling indent_write v2.2.0
7052026-06-06T15:43:28.676Z Compiling xxhash-rust v0.8.15
7062026-06-06T15:43:28.809Z Compiling home v0.5.12
7072026-06-06T15:43:28.839Z Compiling swrite v0.1.0
7082026-06-06T15:43:28.850Z Compiling hex v0.4.3
7092026-06-06T15:43:28.939Z Compiling color-eyre v0.6.5
7102026-06-06T15:43:28.989Z Compiling clap v4.6.1
7112026-06-06T15:43:29.042Z Compiling dialoguer v0.11.0
7122026-06-06T15:43:29.070Z Compiling enable-ansi-support v0.2.1
7132026-06-06T15:43:29.526Z Compiling nextest-runner v0.80.0
7142026-06-06T15:43:47.388Z Finished `release` profile [optimized] target(s) in 1m 09s
7152026-06-06T15:43:47.575Z Installing /home/build/.cargo/bin/cargo-nextest
7162026-06-06T15:43:47.578Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7172026-06-06T15:43:47.691Z+ source .github/buildomat/test-common.sh
7182026-06-06T15:43:47.694Z++ NEXTEST_VERSION=0.9.97
7192026-06-06T15:43:47.694Z++ PLATFORM=illumos
7202026-06-06T15:43:47.694Z++ banner install
7212026-06-06T15:43:47.694Z
7222026-06-06T15:43:47.694Z # # # #### ##### ## # #
7232026-06-06T15:43:47.694Z # ## # # # # # # #
7242026-06-06T15:43:47.694Z # # # # #### # # # # #
7252026-06-06T15:43:47.694Z # # # # # # ###### # #
7262026-06-06T15:43:47.694Z # # ## # # # # # # #
7272026-06-06T15:43:47.694Z # # # #### # # # ###### ######
7282026-06-06T15:43:47.694Z
7292026-06-06T15:43:47.694Z++ set +o errexit
7302026-06-06T15:43:47.698Z++ pkg info clang-15
7312026-06-06T15:43:47.698Z++ grep -qi installed
7322026-06-06T15:43:48.895Zpkg: info: no packages matching the following patterns you specified are
7332026-06-06T15:43:48.895Zinstalled on the system. Try querying remotely instead:
7342026-06-06T15:43:48.895Z
7352026-06-06T15:43:48.895Z clang-15
7362026-06-06T15:43:48.934Z++ [[ 1 != 0 ]]
7372026-06-06T15:43:48.934Z++ set -o errexit
7382026-06-06T15:43:48.937Z++ pfexec pkg install clang-15
7392026-06-06T15:43:55.741Z Startup: Refreshing catalog 'helios-dev' ... Done
7402026-06-06T15:44:03.593Z Startup: Caching catalogs ... Done
7412026-06-06T15:44:10.841ZPlanning: Solver setup ... Done
7422026-06-06T15:44:10.879ZPlanning: Running solver ... Done
7432026-06-06T15:44:11.027ZPlanning: Finding local manifests ... Done
7442026-06-06T15:44:11.040ZPlanning: Fetching manifests: 0/2 0% complete
7452026-06-06T15:44:11.131ZPlanning: Fetching manifests: 2/2 100% complete
7462026-06-06T15:44:11.160ZPlanning: Package planning ... Done
7472026-06-06T15:44:11.186ZPlanning: Merging actions ... Done
7482026-06-06T15:44:11.292ZPlanning: Checking for conflicting actions ... Done
7492026-06-06T15:44:11.298ZPlanning: Consolidating action changes ... Done
7502026-06-06T15:44:11.956ZPlanning: Evaluating mediators ... Done
7512026-06-06T15:44:11.961ZPlanning: Planning completed in 8.19 seconds
7522026-06-06T15:44:11.972Z Packages to install: 2
7532026-06-06T15:44:11.972Z Mediators to change: 2
7542026-06-06T15:44:11.976Z Services to change: 1
7552026-06-06T15:44:11.976Z Create boot environment: No
7562026-06-06T15:44:11.976ZCreate backup boot environment: No
7572026-06-06T15:44:12.013Z
7582026-06-06T15:44:12.013ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7592026-06-06T15:44:17.014ZDownload: 1327/3076 items 116.2/211.3MB 54% complete (23.7M/s)
7602026-06-06T15:44:22.278ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (18.1M/s)
7612026-06-06T15:44:28.375ZDownload: 3032/3076 items 201.8/211.3MB 95% complete (13.7M/s)
7622026-06-06T15:44:29.748ZDownload: Completed 211.31 MB in 17.73 seconds (11.9M/s)
7632026-06-06T15:44:29.941Z Actions: 1/3418 actions (Installing new actions)
7642026-06-06T15:44:33.069Z Actions: Completed 3418 actions in 3.13 seconds.
7652026-06-06T15:44:33.724Z Done
7662026-06-06T15:44:33.725Z Done
7672026-06-06T15:44:34.483Z Done
7682026-06-06T15:44:37.866Z Done
7692026-06-06T15:44:37.938Z Done
7702026-06-06T15:44:37.942Z Done
7712026-06-06T15:44:38.234Z Done
7722026-06-06T15:44:38.923Z++ set -o errexit
7732026-06-06T15:44:38.924Z++ cargo --version
7742026-06-06T15:44:38.933Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7752026-06-06T15:44:38.936Z++ rustc --version
7762026-06-06T15:44:38.956Zrustc 1.95.0 (59807616e 2026-04-14)
7772026-06-06T15:44:38.959Z++ cargo install cargo-nextest --version 0.9.97
7782026-06-06T15:44:39.010Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7792026-06-06T15:44:39.013Z+ pushd rdb
7802026-06-06T15:44:39.013Z+ PROPTEST_CASES=1000000
7812026-06-06T15:44:39.013Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7822026-06-06T15:44:39.013Z+ cargo nextest run --lib proptest
7832026-06-06T15:44:39.173Z Updating git repository `https://github.com/oxidecomputer/falcon`
7842026-06-06T15:44:39.802ZFrom https://github.com/oxidecomputer/falcon
7852026-06-06T15:44:39.802Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7862026-06-06T15:44:39.880Z Updating crates.io index
7872026-06-06T15:44:39.914Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7882026-06-06T15:44:40.856ZFrom https://github.com/oxidecomputer/dendrite
7892026-06-06T15:44:40.856Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7902026-06-06T15:44:40.941Z Updating git repository `https://github.com/oxidecomputer/ispf`
7912026-06-06T15:44:41.223ZFrom https://github.com/oxidecomputer/ispf
7922026-06-06T15:44:41.224Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7932026-06-06T15:44:41.229Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7942026-06-06T15:44:41.606ZFrom https://github.com/oxidecomputer/netadm-sys
7952026-06-06T15:44:41.606Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7962026-06-06T15:44:41.613Z Updating git repository `https://github.com/oxidecomputer/omicron`
7972026-06-06T15:44:50.020ZFrom https://github.com/oxidecomputer/omicron
7982026-06-06T15:44:50.020Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7992026-06-06T15:44:50.432Z Updating git repository `https://github.com/oxidecomputer/opte`
8002026-06-06T15:44:51.338ZFrom https://github.com/oxidecomputer/opte
8012026-06-06T15:44:51.338Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8022026-06-06T15:44:51.503Z Updating git repository `https://github.com/illumos/smf-rs`
8032026-06-06T15:44:51.796ZFrom https://github.com/illumos/smf-rs
8042026-06-06T15:44:51.796Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8052026-06-06T15:44:51.898Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8062026-06-06T15:44:52.190ZFrom https://github.com/oxidecomputer/network-interface
8072026-06-06T15:44:52.190Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8082026-06-06T15:44:52.217Z Updating git repository `https://github.com/oxidecomputer/zone`
8092026-06-06T15:44:52.509ZFrom https://github.com/oxidecomputer/zone
8102026-06-06T15:44:52.509Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8112026-06-06T15:44:52.518Z Updating git repository `https://github.com/oxidecomputer/propolis`
8122026-06-06T15:44:53.151ZFrom https://github.com/oxidecomputer/propolis
8132026-06-06T15:44:53.151Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8142026-06-06T15:44:53.323Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8152026-06-06T15:44:53.974ZFrom https://github.com/oxidecomputer/transceiver-control
8162026-06-06T15:44:53.974Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8172026-06-06T15:44:53.996Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8182026-06-06T15:44:54.296ZFrom https://github.com/oxidecomputer/dlpi-sys
8192026-06-06T15:44:54.296Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8202026-06-06T15:44:54.301Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8212026-06-06T15:44:54.617ZFrom https://github.com/jmesmon/rust-libzfs
8222026-06-06T15:44:54.617Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8232026-06-06T15:44:54.625Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8242026-06-06T15:44:54.909ZFrom https://github.com/oxidecomputer/rusty-doors
8252026-06-06T15:44:54.909Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8262026-06-06T15:44:55.036Z Updating git repository `https://github.com/oxidecomputer/lldp`
8272026-06-06T15:44:55.383ZFrom https://github.com/oxidecomputer/lldp
8282026-06-06T15:44:55.383Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8292026-06-06T15:44:55.447Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8302026-06-06T15:44:55.730ZFrom https://github.com/oxidecomputer/slog-error-chain
8312026-06-06T15:44:55.730Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8322026-06-06T15:44:55.750Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8332026-06-06T15:44:56.062ZFrom https://github.com/oxidecomputer/tufaceous
8342026-06-06T15:44:56.062Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8352026-06-06T15:44:56.126Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8362026-06-06T15:44:56.601ZFrom https://github.com/oxidecomputer/management-gateway-service
8372026-06-06T15:44:56.601Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8382026-06-06T15:44:56.627Z Updating git repository `https://github.com/oxidecomputer/crucible`
8392026-06-06T15:44:57.451ZFrom https://github.com/oxidecomputer/crucible
8402026-06-06T15:44:57.451Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8412026-06-06T15:44:57.499Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8422026-06-06T15:44:57.787ZFrom https://github.com/oxidecomputer/serde_human_bytes
8432026-06-06T15:44:57.787Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8442026-06-06T15:44:57.913Z Updating git repository `https://github.com/oxidecomputer/propolis`
8452026-06-06T15:44:58.337ZFrom https://github.com/oxidecomputer/propolis
8462026-06-06T15:44:58.337Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8472026-06-06T15:44:58.649Z Updating git repository `https://github.com/oxidecomputer/crucible`
8482026-06-06T15:44:59.001ZFrom https://github.com/oxidecomputer/crucible
8492026-06-06T15:44:59.001Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8502026-06-06T15:44:59.067Z Updating git repository `https://github.com/oxidecomputer/tofino`
8512026-06-06T15:44:59.443ZFrom https://github.com/oxidecomputer/tofino
8522026-06-06T15:44:59.443Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8532026-06-06T15:44:59.468Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8542026-06-06T15:45:00.139ZFrom https://github.com/oxidecomputer/maghemite
8552026-06-06T15:45:00.139Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8562026-06-06T15:45:00.170Z Updating git repository `https://github.com/oxidecomputer/clickward`
8572026-06-06T15:45:00.794ZFrom https://github.com/oxidecomputer/clickward
8582026-06-06T15:45:00.794Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8592026-06-06T15:45:01.084Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8602026-06-06T15:45:01.368ZFrom https://github.com/oxidecomputer/illumos-devinfo
8612026-06-06T15:45:01.368Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8622026-06-06T15:45:02.242Z Downloading crates ...
8632026-06-06T15:45:02.344Z Downloaded anyhow v1.0.102
8642026-06-06T15:45:02.348Z Downloaded bcs v0.1.6
8652026-06-06T15:45:02.351Z Downloaded base16ct v0.2.0
8662026-06-06T15:45:02.354Z Downloaded diff v0.1.13
8672026-06-06T15:45:02.354Z Downloaded aead v0.5.2
8682026-06-06T15:45:02.357Z Downloaded darling v0.21.3
8692026-06-06T15:45:02.361Z Downloaded embedded-io v0.4.0
8702026-06-06T15:45:02.364Z Downloaded arrayref v0.3.9
8712026-06-06T15:45:02.367Z Downloaded compression-core v0.4.32
8722026-06-06T15:45:02.367Z Downloaded async-recursion v1.1.1
8732026-06-06T15:45:02.370Z Downloaded colored v3.1.1
8742026-06-06T15:45:02.373Z Downloaded foreign-types v0.5.0
8752026-06-06T15:45:02.373Z Downloaded allocator-api2 v0.2.21
8762026-06-06T15:45:02.376Z Downloaded argon2 v0.5.3
8772026-06-06T15:45:02.376Z Downloaded float-ord v0.3.2
8782026-06-06T15:45:02.379Z Downloaded defmt v1.1.0
8792026-06-06T15:45:02.382Z Downloaded foreign-types-macros v0.2.3
8802026-06-06T15:45:02.382Z Downloaded console v0.16.3
8812026-06-06T15:45:02.385Z Downloaded ciborium-ll v0.2.2
8822026-06-06T15:45:02.385Z Downloaded cipher v0.4.4
8832026-06-06T15:45:02.388Z Downloaded num_enum_derive v0.7.6
8842026-06-06T15:45:02.389Z Downloaded ciborium-io v0.2.2
8852026-06-06T15:45:02.392Z Downloaded foreign-types-shared v0.3.1
8862026-06-06T15:45:02.392Z Downloaded bit-vec v0.8.0
8872026-06-06T15:45:02.395Z Downloaded highway v1.3.0
8882026-06-06T15:45:02.395Z Downloaded embedded-io v0.6.1
8892026-06-06T15:45:02.398Z Downloaded blake2 v0.10.6
8902026-06-06T15:45:02.398Z Downloaded cmake v0.1.58
8912026-06-06T15:45:02.401Z Downloaded group v0.13.0
8922026-06-06T15:45:02.401Z Downloaded cargo_toml v0.22.3
8932026-06-06T15:45:02.404Z Downloaded git-stub v1.0.0
8942026-06-06T15:45:02.404Z Downloaded fs-err v3.3.0
8952026-06-06T15:45:02.407Z Downloaded foldhash v0.2.0
8962026-06-06T15:45:02.407Z Downloaded backoff v0.4.0
8972026-06-06T15:45:02.410Z Downloaded libsw v3.5.0
8982026-06-06T15:45:02.410Z Downloaded is-terminal v0.4.17
8992026-06-06T15:45:02.413Z Downloaded digest v0.11.3
9002026-06-06T15:45:02.413Z Downloaded mime v0.3.17
9012026-06-06T15:45:02.416Z Downloaded memoffset v0.9.1
9022026-06-06T15:45:02.416Z Downloaded half v2.7.1
9032026-06-06T15:45:02.419Z Downloaded konst_macro_rules v0.2.19
9042026-06-06T15:45:02.422Z Downloaded idna_adapter v1.2.2
9052026-06-06T15:45:02.422Z Downloaded crucible-workspace-hack v0.1.0
9062026-06-06T15:45:02.422Z Downloaded linked-hash-map v0.5.6
9072026-06-06T15:45:02.425Z Downloaded ident_case v1.0.1
9082026-06-06T15:45:02.425Z Downloaded dof v0.3.0
9092026-06-06T15:45:02.425Z Downloaded hubpack_derive v0.1.1
9102026-06-06T15:45:02.428Z Downloaded defmt v0.3.100
9112026-06-06T15:45:02.428Z Downloaded convert_case v0.4.0
9122026-06-06T15:45:02.431Z Downloaded macaddr v1.0.1
9132026-06-06T15:45:02.431Z Downloaded internet-checksum v0.2.1
9142026-06-06T15:45:02.431Z Downloaded dyn-clone v1.0.20
9152026-06-06T15:45:02.434Z Downloaded cstr-argument v0.1.2
9162026-06-06T15:45:02.434Z Downloaded block-buffer v0.12.0
9172026-06-06T15:45:02.437Z Downloaded num v0.4.3
9182026-06-06T15:45:02.437Z Downloaded async-stream-impl v0.3.6
9192026-06-06T15:45:02.437Z Downloaded num-integer v0.1.46
9202026-06-06T15:45:02.440Z Downloaded hubpack v0.1.2
9212026-06-06T15:45:02.440Z Downloaded crypto-common v0.2.2
9222026-06-06T15:45:02.443Z Downloaded crunchy v0.2.4
9232026-06-06T15:45:02.443Z Downloaded cobs v0.3.0
9242026-06-06T15:45:02.443Z Downloaded dtrace-parser v0.3.0
9252026-06-06T15:45:02.446Z Downloaded byte-wrapper v0.1.0
9262026-06-06T15:45:02.446Z Downloaded crc8 v0.1.1
9272026-06-06T15:45:02.450Z Downloaded defmt-macros v1.1.0
9282026-06-06T15:45:02.450Z Downloaded num-conv v0.2.2
9292026-06-06T15:45:02.453Z Downloaded newline-converter v0.3.0
9302026-06-06T15:45:02.453Z Downloaded natord v1.0.9
9312026-06-06T15:45:02.453Z Downloaded lru-cache v0.1.2
9322026-06-06T15:45:02.456Z Downloaded darling_core v0.23.0
9332026-06-06T15:45:02.459Z Downloaded libscf-sys v1.2.0
9342026-06-06T15:45:02.459Z Downloaded httpdate v1.0.3
9352026-06-06T15:45:02.459Z Downloaded instant v0.1.13
9362026-06-06T15:45:02.462Z Downloaded fxhash v0.2.1
9372026-06-06T15:45:02.462Z Downloaded num-iter v0.1.45
9382026-06-06T15:45:02.465Z Downloaded dropshot-api-manager-types v0.7.2
9392026-06-06T15:45:02.465Z Downloaded dunce v1.0.5
9402026-06-06T15:45:02.465Z Downloaded darling_macro v0.21.3
9412026-06-06T15:45:02.469Z Downloaded gethostname v0.5.0
9422026-06-06T15:45:02.470Z Downloaded keccak v0.1.6
9432026-06-06T15:45:02.470Z Downloaded hostname v0.3.1
9442026-06-06T15:45:02.473Z Downloaded newtype_derive v0.1.6
9452026-06-06T15:45:02.473Z Downloaded async-stream v0.3.6
9462026-06-06T15:45:02.473Z Downloaded defmt-parser v1.0.0
9472026-06-06T15:45:02.476Z Downloaded num-derive v0.4.2
9482026-06-06T15:45:02.476Z Downloaded num_threads v0.1.7
9492026-06-06T15:45:02.476Z Downloaded no-std-compat v0.4.1
9502026-06-06T15:45:02.479Z Downloaded const-random v0.1.18
9512026-06-06T15:45:02.479Z Downloaded match_cfg v0.1.0
9522026-06-06T15:45:02.479Z Downloaded hostname v0.4.2
9532026-06-06T15:45:02.482Z Downloaded enum-as-inner v0.6.1
9542026-06-06T15:45:02.482Z Downloaded num_enum_derive v0.5.11
9552026-06-06T15:45:02.485Z Downloaded omicron-workspace-hack v0.1.0
9562026-06-06T15:45:02.485Z Downloaded ipnetwork v0.21.1
9572026-06-06T15:45:02.485Z Downloaded inout v0.1.4
9582026-06-06T15:45:02.488Z Downloaded managed v0.8.0
9592026-06-06T15:45:02.488Z Downloaded heck v0.4.1
9602026-06-06T15:45:02.491Z Downloaded num-complex v0.4.6
9612026-06-06T15:45:02.491Z Downloaded data-encoding v2.11.0
9622026-06-06T15:45:02.491Z Downloaded ingot v0.1.1
9632026-06-06T15:45:02.494Z Downloaded critical-section v1.2.0
9642026-06-06T15:45:02.494Z Downloaded cpufeatures v0.3.0
9652026-06-06T15:45:02.497Z Downloaded newtype-uuid-macros v0.1.0
9662026-06-06T15:45:02.497Z Downloaded bytecount v0.6.9
9672026-06-06T15:45:02.497Z Downloaded dtrace-parser v0.2.0
9682026-06-06T15:45:02.500Z Downloaded base16ct v1.0.0
9692026-06-06T15:45:02.500Z Downloaded bs58 v0.5.1
9702026-06-06T15:45:02.503Z Downloaded bitflags v1.3.2
9712026-06-06T15:45:02.503Z Downloaded indexmap v1.9.3
9722026-06-06T15:45:02.506Z Downloaded opaque-debug v0.3.1
9732026-06-06T15:45:02.506Z Downloaded const-random-macro v0.1.16
9742026-06-06T15:45:02.509Z Downloaded fixedbitset v0.4.2
9752026-06-06T15:45:02.509Z Downloaded potential_utf v0.1.5
9762026-06-06T15:45:02.509Z Downloaded phf_shared v0.12.1
9772026-06-06T15:45:02.512Z Downloaded pretty-hex v0.4.2
9782026-06-06T15:45:02.512Z Downloaded darling_macro v0.23.0
9792026-06-06T15:45:02.512Z Downloaded cancel-safe-futures v0.1.5
9802026-06-06T15:45:02.515Z Downloaded powerfmt v0.2.0
9812026-06-06T15:45:02.515Z Downloaded proc-macro-crate v3.5.0
9822026-06-06T15:45:02.518Z Downloaded proc-macro-crate v1.3.1
9832026-06-06T15:45:02.518Z Downloaded proc-macro-error-attr v1.0.4
9842026-06-06T15:45:02.518Z Downloaded hash32 v0.3.1
9852026-06-06T15:45:02.521Z Downloaded progenitor-client v0.10.0
9862026-06-06T15:45:02.521Z Downloaded proc-macro-error-attr2 v2.0.0
9872026-06-06T15:45:02.521Z Downloaded progenitor-macro v0.14.0
9882026-06-06T15:45:02.525Z Downloaded progenitor-macro v0.10.0
9892026-06-06T15:45:02.525Z Downloaded plain v0.2.3
9902026-06-06T15:45:02.525Z Downloaded crossbeam-deque v0.8.6
9912026-06-06T15:45:02.529Z Downloaded progenitor-macro v0.13.0
9922026-06-06T15:45:02.529Z Downloaded progenitor-client v0.14.0
9932026-06-06T15:45:02.529Z Downloaded daft v0.1.7
9942026-06-06T15:45:02.529Z Downloaded multer v3.1.0
9952026-06-06T15:45:02.532Z Downloaded libsw-core v0.3.2
9962026-06-06T15:45:02.532Z Downloaded linear-map v1.2.0
9972026-06-06T15:45:02.532Z Downloaded memmap v0.7.0
9982026-06-06T15:45:02.535Z Downloaded csv-core v0.1.13
9992026-06-06T15:45:02.535Z Downloaded const_format_proc_macros v0.2.34
10002026-06-06T15:45:02.539Z Downloaded async-trait v0.1.89
10012026-06-06T15:45:02.544Z Downloaded num_enum v0.7.6
10022026-06-06T15:45:02.544Z Downloaded git-stub-vcs v0.1.0
10032026-06-06T15:45:02.547Z Downloaded erased-serde v0.3.31
10042026-06-06T15:45:02.547Z Downloaded chacha20 v0.9.1
10052026-06-06T15:45:02.547Z Downloaded fs_extra v1.3.0
10062026-06-06T15:45:02.547Z Downloaded byteorder v1.5.0
10072026-06-06T15:45:02.550Z Downloaded rand_chacha v0.3.1
10082026-06-06T15:45:02.550Z Downloaded quick-error v1.2.3
10092026-06-06T15:45:02.550Z Downloaded daft-derive v0.1.7
10102026-06-06T15:45:02.553Z Downloaded rand_xorshift v0.4.0
10112026-06-06T15:45:02.556Z Downloaded ingot-macros v0.1.1
10122026-06-06T15:45:02.556Z Downloaded num-rational v0.4.2
10132026-06-06T15:45:02.556Z Downloaded litemap v0.8.2
10142026-06-06T15:45:02.561Z Downloaded ref-cast v1.0.25
10152026-06-06T15:45:02.561Z Downloaded ingot-types v0.1.2
10162026-06-06T15:45:02.567Z Downloaded crossbeam-utils v0.8.21
10172026-06-06T15:45:02.567Z Downloaded backon v1.6.0
10182026-06-06T15:45:02.570Z Downloaded icu_normalizer v2.2.0
10192026-06-06T15:45:02.570Z Downloaded scroll_derive v0.12.1
10202026-06-06T15:45:02.570Z Downloaded phf v0.12.1
10212026-06-06T15:45:02.570Z Downloaded elliptic-curve v0.13.8
10222026-06-06T15:45:02.573Z Downloaded ref-cast-impl v1.0.25
10232026-06-06T15:45:02.573Z Downloaded darling v0.23.0
10242026-06-06T15:45:02.576Z Downloaded same-file v1.0.6
10252026-06-06T15:45:02.576Z Downloaded rustc_version v0.1.7
10262026-06-06T15:45:02.576Z Downloaded hybrid-array v0.4.12
10272026-06-06T15:45:02.580Z Downloaded semver v0.1.20
10282026-06-06T15:45:02.580Z Downloaded password-hash v0.5.0
10292026-06-06T15:45:02.580Z Downloaded parse-display-derive v0.10.0
10302026-06-06T15:45:02.583Z Downloaded parse-display v0.10.0
10312026-06-06T15:45:02.583Z Downloaded paste v1.0.15
10322026-06-06T15:45:02.586Z Downloaded pem v3.0.6
10332026-06-06T15:45:02.586Z Downloaded progenitor v0.13.0
10342026-06-06T15:45:02.586Z Downloaded oxnet v0.1.6
10352026-06-06T15:45:02.589Z Downloaded progenitor-extras v0.2.0
10362026-06-06T15:45:02.589Z Downloaded scroll_derive v0.13.1
10372026-06-06T15:45:02.589Z Downloaded progenitor-client v0.13.0
10382026-06-06T15:45:02.593Z Downloaded poly1305 v0.8.0
10392026-06-06T15:45:02.594Z Downloaded progenitor v0.10.0
10402026-06-06T15:45:02.594Z Downloaded serde-big-array v0.5.1
10412026-06-06T15:45:02.598Z Downloaded serde_repr v0.1.20
10422026-06-06T15:45:02.598Z Downloaded serial_test v3.5.0
10432026-06-06T15:45:02.598Z Downloaded serde_plain v1.0.2
10442026-06-06T15:45:02.598Z Downloaded secrecy v0.10.3
10452026-06-06T15:45:02.601Z Downloaded slog-envlogger v2.2.0
10462026-06-06T15:45:02.601Z Downloaded sigpipe v0.1.3
10472026-06-06T15:45:02.601Z Downloaded sha1 v0.11.0
10482026-06-06T15:45:02.601Z Downloaded proc-macro-error2 v2.0.1
10492026-06-06T15:45:02.605Z Downloaded slog-bunyan v2.5.0
10502026-06-06T15:45:02.605Z Downloaded siphasher v1.0.3
10512026-06-06T15:45:02.605Z Downloaded compression-codecs v0.4.38
10522026-06-06T15:45:02.608Z Downloaded displaydoc v0.2.6
10532026-06-06T15:45:02.608Z Downloaded crossbeam-epoch v0.9.18
10542026-06-06T15:45:02.611Z Downloaded deranged v0.5.8
10552026-06-06T15:45:02.611Z Downloaded progenitor v0.14.0
10562026-06-06T15:45:02.614Z Downloaded chacha20 v0.10.0
10572026-06-06T15:45:02.614Z Downloaded ciborium v0.2.2
10582026-06-06T15:45:02.614Z Downloaded sha1 v0.10.6
10592026-06-06T15:45:02.617Z Downloaded serial_test_derive v3.5.0
10602026-06-06T15:45:02.617Z Downloaded oxide-tokio-rt v0.1.6
10612026-06-06T15:45:02.620Z Downloaded olpc-cjson v0.1.4
10622026-06-06T15:45:02.620Z Downloaded num_enum v0.5.11
10632026-06-06T15:45:02.623Z Downloaded derive-ex v0.1.8
10642026-06-06T15:45:02.623Z Downloaded arrayvec v0.7.6
10652026-06-06T15:45:02.623Z Downloaded constant_time_eq v0.4.2
10662026-06-06T15:45:02.626Z Downloaded icu_provider v2.2.0
10672026-06-06T15:45:02.626Z Downloaded dropshot_endpoint v0.17.1
10682026-06-06T15:45:02.629Z Downloaded memmap2 v0.9.10
10692026-06-06T15:45:02.629Z Downloaded cookie v0.18.1
10702026-06-06T15:45:02.632Z Downloaded stable_deref_trait v1.2.1
10712026-06-06T15:45:02.632Z Downloaded spin v0.5.2
10722026-06-06T15:45:02.632Z Downloaded drift v0.2.0
10732026-06-06T15:45:02.640Z Downloaded scroll v0.13.0
10742026-06-06T15:45:02.644Z Downloaded structmeta-derive v0.3.0
10752026-06-06T15:45:02.645Z Downloaded resolv-conf v0.7.6
10762026-06-06T15:45:02.645Z Downloaded structmeta v0.3.0
10772026-06-06T15:45:02.645Z Downloaded bit-set v0.8.0
10782026-06-06T15:45:02.645Z Downloaded strum v0.27.2
10792026-06-06T15:45:02.645Z Downloaded strum v0.26.3
10802026-06-06T15:45:02.645Z Downloaded rusty-fork v0.3.1
10812026-06-06T15:45:02.648Z Downloaded rustls-native-certs v0.8.4
10822026-06-06T15:45:02.648Z Downloaded glob v0.3.3
10832026-06-06T15:45:02.648Z Downloaded termtree v0.5.1
10842026-06-06T15:45:02.648Z Downloaded take_mut v0.2.2
10852026-06-06T15:45:02.648Z Downloaded tabwriter v1.4.1
10862026-06-06T15:45:02.648Z Downloaded tabled_derive v0.11.0
10872026-06-06T15:45:02.651Z Downloaded tabled_derive v0.7.0
10882026-06-06T15:45:02.651Z Downloaded ff v0.13.1
10892026-06-06T15:45:02.651Z Downloaded thread-id v4.2.2
10902026-06-06T15:45:02.654Z Downloaded testing_table v0.3.0
10912026-06-06T15:45:02.654Z Downloaded pest_derive v2.8.6
10922026-06-06T15:45:02.654Z Downloaded proc-macro-error v1.0.4
10932026-06-06T15:45:02.657Z Downloaded rustls-pemfile v2.2.0
10942026-06-06T15:45:02.657Z Downloaded pest_generator v2.8.6
10952026-06-06T15:45:02.657Z Downloaded parking_lot_core v0.8.6
10962026-06-06T15:45:02.660Z Downloaded postcard v1.1.3
10972026-06-06T15:45:02.660Z Downloaded serde_tokenstream v0.2.3
10982026-06-06T15:45:02.663Z Downloaded schemars_derive v0.8.22
10992026-06-06T15:45:02.664Z Downloaded serde_derive_internals v0.29.1
11002026-06-06T15:45:02.664Z Downloaded scroll v0.12.0
11012026-06-06T15:45:02.667Z Downloaded slog-dtrace v0.3.0
11022026-06-06T15:45:02.667Z Downloaded time-core v0.1.8
11032026-06-06T15:45:02.667Z Downloaded slog-term v2.9.2
11042026-06-06T15:45:02.670Z Downloaded thread-id v5.1.0
11052026-06-06T15:45:02.670Z Downloaded slog-async v2.8.0
11062026-06-06T15:45:02.670Z Downloaded rustversion v1.0.22
11072026-06-06T15:45:02.673Z Downloaded omicron-zone-package v0.12.2
11082026-06-06T15:45:02.673Z Downloaded const-oid v0.10.2
11092026-06-06T15:45:02.678Z Downloaded dof v0.4.0
11102026-06-06T15:45:02.678Z Downloaded derive_more v0.99.20
11112026-06-06T15:45:02.682Z Downloaded universal-hash v0.5.1
11122026-06-06T15:45:02.682Z Downloaded icu_properties v2.2.0
11132026-06-06T15:45:02.682Z Downloaded smawk v0.3.2
11142026-06-06T15:45:02.682Z Downloaded slog-stdlog v4.1.1
11152026-06-06T15:45:02.685Z Downloaded typify-macro v0.6.2
11162026-06-06T15:45:02.685Z Downloaded topological-sort v0.2.2
11172026-06-06T15:45:02.685Z Downloaded slog-scope v4.4.1
11182026-06-06T15:45:02.685Z Downloaded rand_core v0.10.1
11192026-06-06T15:45:02.685Z Downloaded unarray v0.1.4
11202026-06-06T15:45:02.690Z Downloaded papergrid v0.18.0
11212026-06-06T15:45:02.693Z Downloaded parking_lot v0.11.2
11222026-06-06T15:45:02.693Z Downloaded darling_core v0.21.3
11232026-06-06T15:45:02.696Z Downloaded usdt v0.5.0
11242026-06-06T15:45:02.696Z Downloaded hmac v0.12.1
11252026-06-06T15:45:02.699Z Downloaded utf-8 v0.7.6
11262026-06-06T15:45:02.699Z Downloaded usdt-macro v0.6.0
11272026-06-06T15:45:02.699Z Downloaded untrusted v0.7.1
11282026-06-06T15:45:02.699Z Downloaded chacha20poly1305 v0.10.1
11292026-06-06T15:45:02.702Z Downloaded usdt v0.6.0
11302026-06-06T15:45:02.702Z Downloaded bitflags v2.12.1
11312026-06-06T15:45:02.705Z Downloaded usdt-attr-macro v0.6.0
11322026-06-06T15:45:02.706Z Downloaded unit-prefix v0.5.2
11332026-06-06T15:45:02.706Z Downloaded strum_macros v0.26.4
11342026-06-06T15:45:02.706Z Downloaded typify-macro v0.4.3
11352026-06-06T15:45:02.706Z Downloaded smartstring v1.0.1
11362026-06-06T15:45:02.709Z Downloaded smf v0.2.3
11372026-06-06T15:45:02.709Z Downloaded slog-json v2.6.1
11382026-06-06T15:45:02.709Z Downloaded tagptr v0.2.0
11392026-06-06T15:45:02.712Z Downloaded usdt-macro v0.5.0
11402026-06-06T15:45:02.712Z Downloaded usdt-attr-macro v0.5.0
11412026-06-06T15:45:02.712Z Downloaded synstructure v0.13.2
11422026-06-06T15:45:02.716Z Downloaded rhai_codegen v3.2.0
11432026-06-06T15:45:02.720Z Downloaded wait-timeout v0.2.1
11442026-06-06T15:45:02.723Z Downloaded zerofrom v0.1.8
11452026-06-06T15:45:02.723Z Downloaded thiserror-impl-no-std v2.0.2
11462026-06-06T15:45:02.723Z Downloaded yoke-derive v0.8.2
11472026-06-06T15:45:02.726Z Downloaded waitgroup v0.1.2
11482026-06-06T15:45:02.726Z Downloaded zeroize_derive v1.4.3
11492026-06-06T15:45:02.726Z Downloaded strum_macros v0.27.2
11502026-06-06T15:45:02.729Z Downloaded zone v0.3.1
11512026-06-06T15:45:02.729Z Downloaded thiserror-no-std v2.0.2
11522026-06-06T15:45:02.732Z Downloaded time-macros v0.2.27
11532026-06-06T15:45:02.732Z Downloaded papergrid v0.11.0
11542026-06-06T15:45:02.735Z Downloaded progenitor-impl v0.14.0
11552026-06-06T15:45:02.740Z Downloaded zerofrom-derive v0.1.7
11562026-06-06T15:45:02.740Z Downloaded progenitor-impl v0.10.0
11572026-06-06T15:45:02.740Z Downloaded serde_with_macros v3.20.0
11582026-06-06T15:45:02.744Z Downloaded tokio-tungstenite v0.21.0
11592026-06-06T15:45:02.744Z Downloaded tokio-dtrace v0.1.1
11602026-06-06T15:45:02.744Z Downloaded tinystr v0.8.3
11612026-06-06T15:45:02.747Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11622026-06-06T15:45:02.747Z Downloaded zone_cfg_derive v0.3.1
11632026-06-06T15:45:02.747Z Downloaded tiny-keccak v2.0.2
11642026-06-06T15:45:02.750Z Downloaded indicatif v0.18.4
11652026-06-06T15:45:02.755Z Downloaded icu_locale_core v2.2.0
11662026-06-06T15:45:02.758Z Downloaded konst v0.2.20
11672026-06-06T15:45:02.758Z Downloaded usdt-impl v0.5.0
11682026-06-06T15:45:02.761Z Downloaded spin v0.9.8
11692026-06-06T15:45:02.761Z Downloaded usdt-impl v0.6.0
11702026-06-06T15:45:02.761Z Downloaded whoami v1.6.1
11712026-06-06T15:45:02.764Z Downloaded dropshot-api-manager v0.7.2
11722026-06-06T15:45:02.764Z Downloaded heapless v0.8.0
11732026-06-06T15:45:02.768Z Downloaded async-compression v0.4.42
11742026-06-06T15:45:02.771Z Downloaded thin-vec v0.2.18
11752026-06-06T15:45:02.771Z Downloaded term v1.2.1
11762026-06-06T15:45:02.774Z Downloaded writeable v0.6.3
11772026-06-06T15:45:02.774Z Downloaded xz2 v0.1.7
11782026-06-06T15:45:02.777Z Downloaded snafu-derive v0.8.9
11792026-06-06T15:45:02.777Z Downloaded minimal-lexical v0.2.1
11802026-06-06T15:45:02.781Z Downloaded arc-swap v1.9.1
11812026-06-06T15:45:02.781Z Downloaded goblin v0.8.2
11822026-06-06T15:45:02.785Z Downloaded icu_normalizer_data v2.2.0
11832026-06-06T15:45:02.789Z Downloaded walkdir v2.5.0
11842026-06-06T15:45:02.792Z Downloaded vsss-rs v3.3.4
11852026-06-06T15:45:02.792Z Downloaded base64 v0.21.7
11862026-06-06T15:45:02.797Z Downloaded rustls-platform-verifier v0.7.0
11872026-06-06T15:45:02.801Z Downloaded similar v2.7.0
11882026-06-06T15:45:02.801Z Downloaded zerovec-derive v0.11.3
11892026-06-06T15:45:02.801Z Downloaded icu_collections v2.2.0
11902026-06-06T15:45:02.805Z Downloaded crypto-bigint v0.5.5
11912026-06-06T15:45:02.808Z Downloaded schemars v0.9.0
11922026-06-06T15:45:02.813Z Downloaded yoke v0.8.3
11932026-06-06T15:45:02.816Z Downloaded test-strategy v0.4.5
11942026-06-06T15:45:02.816Z Downloaded pretty_assertions v1.4.1
11952026-06-06T15:45:02.820Z Downloaded jiff-static v0.2.28
11962026-06-06T15:45:02.820Z Downloaded ucd-trie v0.1.7
11972026-06-06T15:45:02.820Z Downloaded crossbeam-channel v0.5.15
11982026-06-06T15:45:02.823Z Downloaded toml v0.9.12+spec-1.1.0
11992026-06-06T15:45:02.826Z Downloaded toml v0.7.8
12002026-06-06T15:45:02.826Z Downloaded slog v2.8.2
12012026-06-06T15:45:02.829Z Downloaded prettyplease v0.2.37
12022026-06-06T15:45:02.829Z Downloaded pest_meta v2.8.6
12032026-06-06T15:45:02.832Z Downloaded const_format v0.2.36
12042026-06-06T15:45:02.835Z Downloaded zerocopy-derive v0.7.35
12052026-06-06T15:45:02.835Z Downloaded serde_yaml v0.9.34+deprecated
12062026-06-06T15:45:02.838Z Downloaded tungstenite v0.21.0
12072026-06-06T15:45:02.838Z Downloaded typify v0.4.3
12082026-06-06T15:45:02.844Z Downloaded rayon-core v1.13.0
12092026-06-06T15:45:02.849Z Downloaded hickory-resolver v0.25.2
12102026-06-06T15:45:02.849Z Downloaded schemars v1.2.1
12112026-06-06T15:45:02.872Z Downloaded rand v0.8.6
12122026-06-06T15:45:02.877Z Downloaded qorb v0.4.1
12132026-06-06T15:45:02.877Z Downloaded snafu v0.8.9
12142026-06-06T15:45:02.877Z Downloaded steno v0.4.1
12152026-06-06T15:45:02.877Z Downloaded hickory-resolver v0.24.4
12162026-06-06T15:45:02.877Z Downloaded progenitor-impl v0.13.0
12172026-06-06T15:45:02.878Z Downloaded schemars v0.8.22
12182026-06-06T15:45:02.878Z Downloaded unsafe-libyaml v0.2.11
12192026-06-06T15:45:02.878Z Downloaded typify v0.6.2
12202026-06-06T15:45:02.881Z Downloaded hashbrown v0.12.3
12212026-06-06T15:45:02.882Z Downloaded toml_edit v0.25.12+spec-1.1.0
12222026-06-06T15:45:02.882Z Downloaded rand v0.10.1
12232026-06-06T15:45:02.885Z Downloaded nom v7.1.3
12242026-06-06T15:45:02.888Z Downloaded moka v0.12.15
12252026-06-06T15:45:02.891Z Downloaded zerotrie v0.2.4
12262026-06-06T15:45:02.894Z Downloaded expectorate v1.2.0
12272026-06-06T15:45:02.897Z Downloaded pest v2.8.6
12282026-06-06T15:45:02.903Z Downloaded hashbrown v0.16.1
12292026-06-06T15:45:02.907Z Downloaded zerocopy-derive v0.8.50
12302026-06-06T15:45:02.910Z Downloaded yansi v1.0.1
12312026-06-06T15:45:02.913Z Downloaded toml_edit v0.19.15
12322026-06-06T15:45:02.921Z Downloaded nom v8.0.0
12332026-06-06T15:45:02.924Z Downloaded itertools v0.12.1
12342026-06-06T15:45:02.935Z Downloaded libm v0.2.16
12352026-06-06T15:45:02.944Z Downloaded reqwest v0.13.4
12362026-06-06T15:45:02.947Z Downloaded typed-path v0.9.3
12372026-06-06T15:45:02.951Z Downloaded icu_properties_data v2.2.0
12382026-06-06T15:45:02.957Z Downloaded zerovec v0.11.6
12392026-06-06T15:45:02.966Z Downloaded tough v0.22.0
12402026-06-06T15:45:02.973Z Downloaded hkdf v0.12.4
12412026-06-06T15:45:02.979Z Downloaded rayon v1.12.0
12422026-06-06T15:45:02.988Z Downloaded zerocopy v0.7.35
12432026-06-06T15:45:02.996Z Downloaded iddqd v0.4.2
12442026-06-06T15:45:03.002Z Downloaded winnow v0.5.40
12452026-06-06T15:45:03.009Z Downloaded serde_with v3.20.0
12462026-06-06T15:45:03.018Z Downloaded blake3 v1.8.5
12472026-06-06T15:45:03.021Z Downloaded goblin v0.10.7
12482026-06-06T15:45:03.027Z Downloaded proptest v1.11.0
12492026-06-06T15:45:03.034Z Downloaded aws-lc-rs v1.17.0
12502026-06-06T15:45:03.042Z Downloaded tabled v0.15.0
12512026-06-06T15:45:03.051Z Downloaded tabled v0.21.0
12522026-06-06T15:45:03.060Z Downloaded syn v1.0.109
12532026-06-06T15:45:03.066Z Downloaded time v0.3.47
12542026-06-06T15:45:03.107Z Downloaded rhai v1.25.1
12552026-06-06T15:45:03.111Z Downloaded smoltcp v0.11.0
12562026-06-06T15:45:03.118Z Downloaded regress v0.10.5
12572026-06-06T15:45:03.121Z Downloaded regress v0.11.1
12582026-06-06T15:45:03.128Z Downloaded openapiv3 v2.2.0
12592026-06-06T15:45:03.146Z Downloaded dropshot v0.17.1
12602026-06-06T15:45:03.159Z Downloaded hickory-proto v0.25.2
12612026-06-06T15:45:03.167Z Downloaded hickory-proto v0.24.4
12622026-06-06T15:45:03.177Z Downloaded nix v0.31.3
12632026-06-06T15:45:03.182Z Downloaded sled v0.34.7
12642026-06-06T15:45:03.197Z Downloaded typify-impl v0.6.2
12652026-06-06T15:45:03.206Z Downloaded typify-impl v0.4.3
12662026-06-06T15:45:03.253Z Downloaded chrono-tz v0.10.4
12672026-06-06T15:45:03.264Z Downloaded jiff v0.2.28
12682026-06-06T15:45:03.274Z Downloaded petgraph v0.6.5
12692026-06-06T15:45:03.284Z Downloaded lzma-sys v0.1.20
12702026-06-06T15:45:03.299Z Downloaded csv v1.4.0
12712026-06-06T15:45:03.325Z Downloaded sha3 v0.10.9
12722026-06-06T15:45:03.353Z Downloaded encoding_rs v0.8.35
12732026-06-06T15:45:03.867Z Downloaded aws-lc-sys v0.41.0
12742026-06-06T15:45:04.771Z Compiling proc-macro2 v1.0.106
12752026-06-06T15:45:04.771Z Compiling quote v1.0.45
12762026-06-06T15:45:04.771Z Compiling unicode-ident v1.0.24
12772026-06-06T15:45:04.771Z Compiling serde_core v1.0.228
12782026-06-06T15:45:04.771Z Compiling cfg-if v1.0.4
12792026-06-06T15:45:04.771Z Compiling serde v1.0.228
12802026-06-06T15:45:04.771Z Compiling libc v0.2.186
12812026-06-06T15:45:04.771Z Compiling memchr v2.8.1
12822026-06-06T15:45:04.931Z Compiling itoa v1.0.18
12832026-06-06T15:45:05.104Z Compiling smallvec v1.15.1
12842026-06-06T15:45:05.181Z Compiling zmij v1.0.21
12852026-06-06T15:45:05.240Z Compiling autocfg v1.5.1
12862026-06-06T15:45:05.302Z Compiling libm v0.2.16
12872026-06-06T15:45:05.567Z Compiling stable_deref_trait v1.2.1
12882026-06-06T15:45:05.578Z Compiling writeable v0.6.3
12892026-06-06T15:45:05.636Z Compiling percent-encoding v2.3.2
12902026-06-06T15:45:05.694Z Compiling litemap v0.8.2
12912026-06-06T15:45:05.763Z Compiling icu_properties_data v2.2.0
12922026-06-06T15:45:05.776Z Compiling utf8_iter v1.0.4
12932026-06-06T15:45:05.828Z Compiling icu_normalizer_data v2.2.0
12942026-06-06T15:45:05.878Z Compiling iana-time-zone v0.1.65
12952026-06-06T15:45:05.935Z Compiling equivalent v1.0.2
12962026-06-06T15:45:06.015Z Compiling syn v2.0.117
12972026-06-06T15:45:06.091Z Compiling form_urlencoded v1.2.2
12982026-06-06T15:45:06.098Z Compiling pin-project-lite v0.2.17
12992026-06-06T15:45:06.144Z Compiling version_check v0.9.5
13002026-06-06T15:45:06.169Z Compiling serde_json v1.0.150
13012026-06-06T15:45:06.181Z Compiling parking_lot_core v0.9.12
13022026-06-06T15:45:06.192Z Compiling scopeguard v1.2.0
13032026-06-06T15:45:06.260Z Compiling dyn-clone v1.0.20
13042026-06-06T15:45:06.289Z Compiling lock_api v0.4.14
13052026-06-06T15:45:06.393Z Compiling num-traits v0.2.19
13062026-06-06T15:45:06.406Z Compiling hashbrown v0.17.1
13072026-06-06T15:45:06.433Z Compiling getrandom v0.4.2
13082026-06-06T15:45:06.467Z Compiling log v0.4.32
13092026-06-06T15:45:06.521Z Compiling rand_core v0.10.1
13102026-06-06T15:45:06.650Z Compiling thiserror v2.0.18
13112026-06-06T15:45:06.667Z Compiling errno v0.3.14
13122026-06-06T15:45:06.804Z Compiling futures-core v0.3.32
13132026-06-06T15:45:06.889Z Compiling semver v1.0.28
13142026-06-06T15:45:06.959Z Compiling indexmap v2.14.0
13152026-06-06T15:45:07.042Z Compiling heck v0.5.0
13162026-06-06T15:45:07.173Z Compiling zerocopy v0.8.50
13172026-06-06T15:45:07.222Z Compiling futures-sink v0.3.32
13182026-06-06T15:45:07.289Z Compiling uuid v1.23.2
13192026-06-06T15:45:07.320Z Compiling slab v0.4.12
13202026-06-06T15:45:07.372Z Compiling jobserver v0.1.34
13212026-06-06T15:45:07.487Z Compiling fnv v1.0.7
13222026-06-06T15:45:07.575Z Compiling find-msvc-tools v0.1.9
13232026-06-06T15:45:07.578Z Compiling shlex v2.0.1
13242026-06-06T15:45:07.602Z Compiling schemars v0.8.22
13252026-06-06T15:45:07.680Z Compiling futures-channel v0.3.32
13262026-06-06T15:45:07.697Z Compiling rustversion v1.0.22
13272026-06-06T15:45:07.761Z Compiling cc v1.2.63
13282026-06-06T15:45:07.802Z Compiling futures-task v0.3.32
13292026-06-06T15:45:07.862Z Compiling futures-io v0.3.32
13302026-06-06T15:45:07.966Z Compiling socket2 v0.6.4
13312026-06-06T15:45:07.978Z Compiling bitflags v2.12.1
13322026-06-06T15:45:08.014Z Compiling signal-hook-registry v1.4.8
13332026-06-06T15:45:08.059Z Compiling mio v1.2.1
13342026-06-06T15:45:08.247Z Compiling parking_lot v0.12.5
13352026-06-06T15:45:08.282Z Compiling portable-atomic v1.13.1
13362026-06-06T15:45:08.331Z Compiling fs_extra v1.3.0
13372026-06-06T15:45:08.468Z Compiling typenum v1.20.1
13382026-06-06T15:45:08.569Z Compiling cmake v0.1.58
13392026-06-06T15:45:08.584Z Compiling dunce v1.0.5
13402026-06-06T15:45:08.652Z Compiling base64 v0.22.1
13412026-06-06T15:45:08.676Z Compiling critical-section v1.2.0
13422026-06-06T15:45:08.709Z Compiling byteorder v1.5.0
13432026-06-06T15:45:08.777Z Compiling synstructure v0.13.2
13442026-06-06T15:45:08.789Z Compiling serde_derive_internals v0.29.1
13452026-06-06T15:45:08.931Z Compiling subtle v2.6.1
13462026-06-06T15:45:08.988Z Compiling regex-syntax v0.8.10
13472026-06-06T15:45:09.096Z Compiling slog v2.8.2
13482026-06-06T15:45:09.107Z Compiling aws-lc-sys v0.41.0
13492026-06-06T15:45:09.265Z Compiling rustix v1.1.4
13502026-06-06T15:45:09.279Z Compiling ipnet v2.12.0
13512026-06-06T15:45:09.333Z Compiling once_cell v1.21.4
13522026-06-06T15:45:09.410Z Compiling httparse v1.10.1
13532026-06-06T15:45:09.530Z Compiling atomic-waker v1.1.2
13542026-06-06T15:45:09.545Z Compiling strsim v0.11.1
13552026-06-06T15:45:09.673Z Compiling tower-layer v0.3.3
13562026-06-06T15:45:09.817Z Compiling tower-service v0.3.3
13572026-06-06T15:45:09.829Z Compiling getrandom v0.2.17
13582026-06-06T15:45:09.849Z Compiling thiserror v1.0.69
13592026-06-06T15:45:09.908Z Compiling ucd-trie v0.1.7
13602026-06-06T15:45:09.949Z Compiling ryu v1.0.23
13612026-06-06T15:45:10.016Z Compiling serde_derive v1.0.228
13622026-06-06T15:45:10.028Z Compiling zerofrom-derive v0.1.7
13632026-06-06T15:45:10.134Z Compiling yoke-derive v0.8.2
13642026-06-06T15:45:10.146Z Compiling zerovec-derive v0.11.3
13652026-06-06T15:45:10.165Z Compiling displaydoc v0.2.6
13662026-06-06T15:45:10.215Z Compiling schemars_derive v0.8.22
13672026-06-06T15:45:10.947Z Compiling tokio-macros v2.7.0
13682026-06-06T15:45:11.183Z Compiling thiserror-impl v2.0.18
13692026-06-06T15:45:11.204Z Compiling zerofrom v0.1.8
13702026-06-06T15:45:11.217Z Compiling zerocopy-derive v0.8.50
13712026-06-06T15:45:11.322Z Compiling yoke v0.8.3
13722026-06-06T15:45:11.400Z Compiling zeroize_derive v1.4.3
13732026-06-06T15:45:11.501Z Compiling zerovec v0.11.6
13742026-06-06T15:45:11.613Z Compiling zerotrie v0.2.4
13752026-06-06T15:45:11.700Z Compiling futures-macro v0.3.32
13762026-06-06T15:45:11.899Z Compiling try-lock v0.2.5
13772026-06-06T15:45:12.003Z Compiling tinystr v0.8.3
13782026-06-06T15:45:12.015Z Compiling potential_utf v0.1.5
13792026-06-06T15:45:12.067Z Compiling zeroize v1.8.2
13802026-06-06T15:45:12.167Z Compiling icu_locale_core v2.2.0
13812026-06-06T15:45:12.194Z Compiling icu_collections v2.2.0
13822026-06-06T15:45:12.261Z Compiling untrusted v0.9.0
13832026-06-06T15:45:12.376Z Compiling want v0.3.1
13842026-06-06T15:45:12.516Z Compiling futures-util v0.3.32
13852026-06-06T15:45:12.537Z Compiling pest v2.8.6
13862026-06-06T15:45:12.649Z Compiling thiserror-impl v1.0.69
13872026-06-06T15:45:12.695Z Compiling rand_core v0.6.4
13882026-06-06T15:45:12.913Z Compiling icu_provider v2.2.0
13892026-06-06T15:45:13.120Z Compiling bytes v1.11.1
13902026-06-06T15:45:13.263Z Compiling icu_normalizer v2.2.0
13912026-06-06T15:45:13.294Z Compiling icu_properties v2.2.0
13922026-06-06T15:45:13.758Z Compiling chrono v0.4.45
13932026-06-06T15:45:13.847Z Compiling http v1.4.1
13942026-06-06T15:45:13.859Z Compiling tokio v1.52.3
13952026-06-06T15:45:13.874Z Compiling serde_tokenstream v0.2.3
13962026-06-06T15:45:14.147Z Compiling erased-serde v0.3.31
13972026-06-06T15:45:14.471Z Compiling idna_adapter v1.2.2
13982026-06-06T15:45:14.604Z Compiling idna v1.1.0
13992026-06-06T15:45:14.629Z Compiling http-body v1.0.1
14002026-06-06T15:45:14.813Z Compiling httpdate v1.0.3
14012026-06-06T15:45:14.923Z Compiling url v2.5.8
14022026-06-06T15:45:15.046Z Compiling pest_meta v2.8.6
14032026-06-06T15:45:15.173Z Compiling getrandom v0.3.4
14042026-06-06T15:45:15.234Z Compiling pretty-hex v0.4.2
14052026-06-06T15:45:15.357Z Compiling ppv-lite86 v0.2.21
14062026-06-06T15:45:15.368Z Compiling plain v0.2.3
14072026-06-06T15:45:15.498Z Compiling paste v1.0.15
14082026-06-06T15:45:15.525Z Compiling foldhash v0.2.0
14092026-06-06T15:45:15.661Z Compiling pest_generator v2.8.6
14102026-06-06T15:45:15.750Z Compiling allocator-api2 v0.2.21
14112026-06-06T15:45:15.779Z Compiling tracing-attributes v0.1.31
14122026-06-06T15:45:15.834Z Compiling tracing-core v0.1.36
14132026-06-06T15:45:16.060Z Compiling hashbrown v0.16.1
14142026-06-06T15:45:16.253Z Compiling ipnetwork v0.21.1
14152026-06-06T15:45:16.297Z Compiling pest_derive v2.8.6
14162026-06-06T15:45:16.436Z Compiling ident_case v1.0.1
14172026-06-06T15:45:16.552Z Compiling omicron-workspace-hack v0.1.0
14182026-06-06T15:45:16.676Z Compiling http-body-util v0.1.3
14192026-06-06T15:45:16.790Z Compiling serde_urlencoded v0.7.1
14202026-06-06T15:45:16.850Z Compiling aho-corasick v1.1.4
14212026-06-06T15:45:16.915Z Compiling sync_wrapper v1.0.2
14222026-06-06T15:45:16.968Z Compiling winnow v1.0.3
14232026-06-06T15:45:16.997Z Compiling tracing v0.1.44
14242026-06-06T15:45:17.013Z Compiling oxnet v0.1.6
14252026-06-06T15:45:17.024Z Compiling daft-derive v0.1.7
14262026-06-06T15:45:17.225Z Compiling fastrand v2.4.1
14272026-06-06T15:45:17.460Z Compiling scroll_derive v0.13.1
14282026-06-06T15:45:17.477Z Compiling tokio-util v0.7.18
14292026-06-06T15:45:17.776Z Compiling regex-automata v0.4.14
14302026-06-06T15:45:18.042Z Compiling async-trait v0.1.89
14312026-06-06T15:45:18.252Z Compiling aws-lc-rs v1.17.0
14322026-06-06T15:45:18.266Z Compiling time-core v0.1.8
14332026-06-06T15:45:18.359Z Compiling num-conv v0.2.2
14342026-06-06T15:45:18.403Z Compiling powerfmt v0.2.0
14352026-06-06T15:45:18.502Z Compiling anyhow v1.0.102
14362026-06-06T15:45:18.563Z Compiling deranged v0.5.8
14372026-06-06T15:45:18.609Z Compiling time-macros v0.2.27
14382026-06-06T15:45:19.036Z Compiling scroll v0.13.0
14392026-06-06T15:45:19.079Z Compiling rustls-pki-types v1.14.1
14402026-06-06T15:45:19.297Z Compiling hex v0.4.3
14412026-06-06T15:45:19.514Z Compiling regex v1.12.3
14422026-06-06T15:45:19.549Z Compiling num_threads v0.1.7
14432026-06-06T15:45:19.569Z Compiling openssl-probe v0.2.1
14442026-06-06T15:45:19.599Z Compiling goblin v0.10.7
14452026-06-06T15:45:19.963Z Compiling untrusted v0.7.1
14462026-06-06T15:45:20.011Z Compiling camino v1.2.2
14472026-06-06T15:45:20.300Z Compiling rustls v0.23.40
14482026-06-06T15:45:20.337Z Compiling usdt-impl v0.6.0
14492026-06-06T15:45:20.376Z Compiling crc32fast v1.5.0
14502026-06-06T15:45:20.599Z Compiling h2 v0.4.14
14512026-06-06T15:45:20.654Z Compiling dtrace-parser v0.3.0
14522026-06-06T15:45:20.709Z Compiling crossbeam-utils v0.8.21
14532026-06-06T15:45:20.999Z Compiling futures-executor v0.3.32
14542026-06-06T15:45:21.029Z Compiling structmeta-derive v0.3.0
14552026-06-06T15:45:21.144Z Compiling thread-id v5.1.0
14562026-06-06T15:45:21.224Z Compiling simd-adler32 v0.3.9
14572026-06-06T15:45:21.275Z Compiling cpufeatures v0.3.0
14582026-06-06T15:45:21.346Z Compiling adler2 v2.0.1
14592026-06-06T15:45:21.418Z Compiling futures v0.3.32
14602026-06-06T15:45:21.473Z Compiling miniz_oxide v0.8.9
14612026-06-06T15:45:21.493Z Compiling rand_core v0.9.5
14622026-06-06T15:45:21.701Z Compiling darling_core v0.23.0
14632026-06-06T15:45:22.007Z Compiling newtype-uuid-macros v0.1.0
14642026-06-06T15:45:22.076Z Compiling structmeta v0.3.0
14652026-06-06T15:45:22.114Z Compiling hybrid-array v0.4.12
14662026-06-06T15:45:22.415Z Compiling dof v0.4.0
14672026-06-06T15:45:22.562Z Compiling hyper v1.10.1
14682026-06-06T15:45:22.591Z Compiling thread_local v1.1.9
14692026-06-06T15:45:22.812Z Compiling match_cfg v0.1.0
14702026-06-06T15:45:22.854Z Compiling flate2 v1.1.9
14712026-06-06T15:45:23.650Z Compiling newtype-uuid v1.3.2
14722026-06-06T15:45:23.753Z Compiling hyper-util v0.1.20
14732026-06-06T15:45:23.811Z Compiling darling_macro v0.23.0
14742026-06-06T15:45:23.991Z Compiling slog-async v2.8.0
14752026-06-06T15:45:24.011Z Compiling quick-error v1.2.3
14762026-06-06T15:45:24.116Z Compiling ref-cast v1.0.25
14772026-06-06T15:45:24.336Z Compiling compression-core v0.4.32
14782026-06-06T15:45:24.402Z Compiling darling v0.23.0
14792026-06-06T15:45:24.458Z Compiling compression-codecs v0.4.38
14802026-06-06T15:45:24.490Z Compiling daft v0.1.7
14812026-06-06T15:45:24.490Z Compiling block-buffer v0.12.0
14822026-06-06T15:45:24.521Z Compiling crypto-common v0.2.2
14832026-06-06T15:45:24.552Z Compiling rand_chacha v0.9.0
14842026-06-06T15:45:24.568Z Compiling usdt-attr-macro v0.6.0
14852026-06-06T15:45:24.644Z Compiling usdt-macro v0.6.0
14862026-06-06T15:45:24.740Z Compiling strum_macros v0.26.4
14872026-06-06T15:45:24.971Z Compiling ref-cast-impl v1.0.25
14882026-06-06T15:45:25.119Z Compiling serde_spanned v1.1.1
14892026-06-06T15:45:25.267Z Compiling generic-array v0.14.7
14902026-06-06T15:45:25.432Z Compiling multer v3.1.0
14912026-06-06T15:45:25.446Z Compiling bit-vec v0.8.0
14922026-06-06T15:45:25.499Z Compiling const-oid v0.10.2
14932026-06-06T15:45:25.663Z Compiling debug-ignore v1.0.5
14942026-06-06T15:45:25.675Z Compiling term v1.2.1
14952026-06-06T15:45:25.700Z Compiling take_mut v0.2.2
14962026-06-06T15:45:25.739Z Compiling toml_writer v1.1.1+spec-1.1.0
14972026-06-06T15:45:25.762Z Compiling digest v0.11.3
14982026-06-06T15:45:25.779Z Compiling bit-set v0.8.0
14992026-06-06T15:45:25.890Z Compiling rand v0.9.4
15002026-06-06T15:45:25.912Z Compiling serde_with_macros v3.20.0
15012026-06-06T15:45:25.924Z Compiling async-stream-impl v0.3.6
15022026-06-06T15:45:25.938Z Compiling dropshot v0.17.1
15032026-06-06T15:45:26.175Z Compiling encoding_rs v0.8.35
15042026-06-06T15:45:26.363Z Compiling spin v0.9.8
15052026-06-06T15:45:26.367Z Compiling strum v0.26.3
15062026-06-06T15:45:26.471Z Compiling syn v1.0.109
15072026-06-06T15:45:26.483Z Compiling mime v0.3.17
15082026-06-06T15:45:26.486Z Compiling unarray v0.1.4
15092026-06-06T15:45:26.553Z Compiling async-stream v0.3.6
15102026-06-06T15:45:26.627Z Compiling sha1 v0.11.0
15112026-06-06T15:45:26.756Z Compiling derive-ex v0.1.8
15122026-06-06T15:45:26.832Z Compiling tower v0.5.3
15132026-06-06T15:45:26.865Z Compiling dropshot_endpoint v0.17.1
15142026-06-06T15:45:26.942Z Compiling macaddr v1.0.1
15152026-06-06T15:45:27.020Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15162026-06-06T15:45:27.212Z Compiling waitgroup v0.1.2
15172026-06-06T15:45:27.298Z Compiling serde_path_to_error v0.1.20
15182026-06-06T15:45:27.496Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15192026-06-06T15:45:27.620Z Compiling tower-http v0.6.11
15202026-06-06T15:45:27.651Z Compiling tempfile v3.27.0
15212026-06-06T15:45:27.804Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15222026-06-06T15:45:27.978Z Compiling openapiv3 v2.2.0
15232026-06-06T15:45:28.019Z Compiling strum_macros v0.27.2
15242026-06-06T15:45:28.050Z Compiling instant v0.1.13
15252026-06-06T15:45:28.384Z Compiling test-strategy v0.4.5
15262026-06-06T15:45:28.568Z Compiling rustls-native-certs v0.8.4
15272026-06-06T15:45:28.915Z Compiling time v0.3.47
15282026-06-06T15:45:29.370Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15292026-06-06T15:45:29.672Z Compiling crossbeam-channel v0.5.15
15302026-06-06T15:45:29.772Z Compiling crypto-common v0.1.7
15312026-06-06T15:45:29.889Z Compiling strum v0.27.2
15322026-06-06T15:45:30.014Z Compiling parse-display-derive v0.10.0
15332026-06-06T15:45:30.150Z Compiling backon v1.6.0
15342026-06-06T15:45:30.345Z Compiling rand_chacha v0.3.1
15352026-06-06T15:45:30.786Z Compiling rand v0.8.6
15362026-06-06T15:45:30.930Z Compiling slog-json v2.6.1
15372026-06-06T15:45:31.051Z Compiling hostname v0.3.1
15382026-06-06T15:45:31.183Z Compiling toml_parser v1.1.2+spec-1.1.0
15392026-06-06T15:45:31.303Z Compiling toml_datetime v1.1.1+spec-1.1.0
15402026-06-06T15:45:31.376Z Compiling wait-timeout v0.2.1
15412026-06-06T15:45:31.418Z Compiling memmap2 v0.9.10
15422026-06-06T15:45:31.430Z Compiling is-terminal v0.4.17
15432026-06-06T15:45:31.613Z Compiling either v1.16.0
15442026-06-06T15:45:31.631Z Compiling usdt v0.6.0
15452026-06-06T15:45:31.644Z Compiling toml v1.1.2+spec-1.1.0
15462026-06-06T15:45:31.668Z Compiling rusty-fork v0.3.1
15472026-06-06T15:45:31.807Z Compiling slog-term v2.9.2
15482026-06-06T15:45:31.865Z Compiling slog-bunyan v2.5.0
15492026-06-06T15:45:31.994Z Compiling serde_with v3.20.0
15502026-06-06T15:45:32.016Z Compiling async-compression v0.4.42
15512026-06-06T15:45:32.089Z Compiling rand_xorshift v0.4.0
15522026-06-06T15:45:32.230Z Compiling rustls-pemfile v2.2.0
15532026-06-06T15:45:32.316Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15542026-06-06T15:45:32.401Z Compiling regress v0.10.5
15552026-06-06T15:45:32.421Z Compiling hostname v0.4.2
15562026-06-06T15:45:32.490Z Compiling humantime v2.3.0
15572026-06-06T15:45:32.553Z Compiling proptest v1.11.0
15582026-06-06T15:45:32.752Z Compiling iddqd v0.4.2
15592026-06-06T15:45:32.993Z Compiling reqwest v0.12.28
15602026-06-06T15:45:33.155Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15612026-06-06T15:45:33.426Z Compiling block-buffer v0.10.4
15622026-06-06T15:45:33.743Z Compiling digest v0.10.7
15632026-06-06T15:45:33.770Z Compiling itertools v0.14.0
15642026-06-06T15:45:33.954Z Compiling progenitor-client v0.10.0
15652026-06-06T15:45:34.089Z Compiling parse-display v0.10.0
15662026-06-06T15:45:34.224Z Compiling backoff v0.4.0
15672026-06-06T15:45:34.443Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15682026-06-06T15:45:34.973Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15692026-06-06T15:45:36.159Z Compiling regress v0.11.1
15702026-06-06T15:45:36.222Z Compiling utf8parse v0.2.2
15712026-06-06T15:45:36.389Z Compiling anstyle-parse v1.0.0
15722026-06-06T15:45:36.575Z Compiling anstyle-query v1.1.5
15732026-06-06T15:45:36.688Z Compiling colorchoice v1.0.5
15742026-06-06T15:45:36.718Z Compiling is_terminal_polyfill v1.70.2
15752026-06-06T15:45:36.797Z Compiling anstyle v1.0.14
15762026-06-06T15:45:37.016Z Compiling anstream v1.0.0
15772026-06-06T15:45:37.445Z Compiling toml_datetime v0.6.11
15782026-06-06T15:45:37.713Z Compiling typify-impl v0.6.2
15792026-06-06T15:45:37.792Z Compiling zerocopy-derive v0.7.35
15802026-06-06T15:45:37.861Z Compiling cpufeatures v0.2.17
15812026-06-06T15:45:37.929Z Compiling convert_case v0.4.0
15822026-06-06T15:45:38.026Z Compiling clap_lex v1.1.0
15832026-06-06T15:45:38.262Z Compiling derive_more v0.99.20
15842026-06-06T15:45:38.671Z Compiling zerocopy v0.7.35
15852026-06-06T15:45:39.370Z Compiling unicode-width v0.2.2
15862026-06-06T15:45:39.814Z Compiling secrecy v0.10.3
15872026-06-06T15:45:39.968Z Compiling clap_derive v4.6.1
15882026-06-06T15:45:40.063Z Compiling tinyvec_macros v0.1.1
15892026-06-06T15:45:40.111Z Compiling crucible-workspace-hack v0.1.0
15902026-06-06T15:45:40.137Z Compiling float-ord v0.3.2
15912026-06-06T15:45:40.238Z Compiling tinyvec v1.11.0
15922026-06-06T15:45:40.568Z Compiling terminal_size v0.4.4
15932026-06-06T15:45:40.795Z Compiling dtrace-parser v0.2.0
15942026-06-06T15:45:40.810Z Compiling scroll_derive v0.12.1
15952026-06-06T15:45:40.825Z Compiling num-integer v0.1.46
15962026-06-06T15:45:41.140Z Compiling rustc_version v0.4.1
15972026-06-06T15:45:41.310Z Compiling usdt-impl v0.5.0
15982026-06-06T15:45:41.520Z Compiling scroll v0.12.0
15992026-06-06T15:45:41.633Z Compiling curve25519-dalek v4.1.3
16002026-06-06T15:45:41.776Z Compiling dof v0.3.0
16012026-06-06T15:45:41.897Z Compiling hmac v0.12.1
16022026-06-06T15:45:41.921Z Compiling inout v0.1.4
16032026-06-06T15:45:42.029Z Compiling darling_core v0.21.3
16042026-06-06T15:45:42.064Z Compiling ff v0.13.1
16052026-06-06T15:45:42.109Z Compiling thread-id v4.2.2
16062026-06-06T15:45:42.184Z Compiling group v0.13.0
16072026-06-06T15:45:42.187Z Compiling cipher v0.4.4
16082026-06-06T15:45:42.216Z Compiling hkdf v0.12.4
16092026-06-06T15:45:42.662Z Compiling goblin v0.8.2
16102026-06-06T15:45:42.818Z Compiling num-iter v0.1.45
16112026-06-06T15:45:42.873Z Compiling num-rational v0.4.2
16122026-06-06T15:45:42.922Z Compiling clap_builder v4.6.0
16132026-06-06T15:45:42.991Z Compiling toml_edit v0.25.12+spec-1.1.0
16142026-06-06T15:45:43.074Z Compiling thiserror-impl-no-std v2.0.2
16152026-06-06T15:45:43.534Z Compiling universal-hash v0.5.1
16162026-06-06T15:45:43.666Z Compiling crypto-bigint v0.5.5
16172026-06-06T15:45:43.924Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16182026-06-06T15:45:44.039Z Compiling typify-macro v0.6.2
16192026-06-06T15:45:44.145Z Compiling darling_macro v0.21.3
16202026-06-06T15:45:44.263Z Compiling crossbeam-epoch v0.9.18
16212026-06-06T15:45:44.602Z Compiling half v2.7.1
16222026-06-06T15:45:44.652Z Compiling curve25519-dalek-derive v0.1.1
16232026-06-06T15:45:44.732Z Compiling num-complex v0.4.6
16242026-06-06T15:45:45.056Z Compiling base64ct v1.8.3
16252026-06-06T15:45:45.108Z Compiling opaque-debug v0.3.1
16262026-06-06T15:45:45.177Z Compiling base16ct v0.2.0
16272026-06-06T15:45:45.193Z Compiling ciborium-io v0.2.2
16282026-06-06T15:45:45.285Z Compiling elliptic-curve v0.13.8
16292026-06-06T15:45:45.336Z Compiling password-hash v0.5.0
16302026-06-06T15:45:45.345Z Compiling ciborium-ll v0.2.2
16312026-06-06T15:45:45.547Z Compiling poly1305 v0.8.0
16322026-06-06T15:45:45.827Z Compiling num v0.4.3
16332026-06-06T15:45:45.966Z Compiling darling v0.21.3
16342026-06-06T15:45:46.044Z Compiling clap v4.6.1
16352026-06-06T15:45:46.068Z Compiling typify v0.6.2
16362026-06-06T15:45:46.156Z Compiling thiserror-no-std v2.0.2
16372026-06-06T15:45:46.241Z Compiling proc-macro-crate v3.5.0
16382026-06-06T15:45:46.536Z Compiling chacha20 v0.9.1
16392026-06-06T15:45:46.638Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16402026-06-06T15:45:46.727Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16412026-06-06T15:45:47.184Z Compiling blake2 v0.10.6
16422026-06-06T15:45:47.314Z Compiling aead v0.5.2
16432026-06-06T15:45:47.401Z Compiling byte-wrapper v0.1.0
16442026-06-06T15:45:47.469Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16452026-06-06T15:45:47.624Z Compiling proc-macro-error-attr v1.0.4
16462026-06-06T15:45:47.835Z Compiling prettyplease v0.2.37
16472026-06-06T15:45:47.858Z Compiling heapless v0.8.0
16482026-06-06T15:45:47.918Z Compiling rustix v0.38.44
16492026-06-06T15:45:48.076Z Compiling keccak v0.1.6
16502026-06-06T15:45:48.221Z Compiling unsafe-libyaml v0.2.11
16512026-06-06T15:45:48.482Z Compiling sha3 v0.10.9
16522026-06-06T15:45:48.779Z Compiling serde_yaml v0.9.34+deprecated
16532026-06-06T15:45:48.888Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16542026-06-06T15:45:49.070Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16552026-06-06T15:45:49.701Z Compiling chacha20poly1305 v0.10.1
16562026-06-06T15:45:49.830Z Compiling argon2 v0.5.3
16572026-06-06T15:45:50.030Z Compiling num_enum_derive v0.7.6
16582026-06-06T15:45:50.056Z Compiling vsss-rs v3.3.4
16592026-06-06T15:45:50.204Z Compiling ingot-macros v0.1.1
16602026-06-06T15:45:50.235Z Compiling ciborium v0.2.2
16612026-06-06T15:45:50.921Z Compiling usdt-macro v0.5.0
16622026-06-06T15:45:50.937Z Compiling usdt-attr-macro v0.5.0
16632026-06-06T15:45:51.998Z Compiling serde_spanned v0.6.9
16642026-06-06T15:45:52.237Z Compiling enum-as-inner v0.6.1
16652026-06-06T15:45:52.283Z Compiling hash32 v0.3.1
16662026-06-06T15:45:52.306Z Compiling proc-macro-error v1.0.4
16672026-06-06T15:45:52.433Z Compiling memmap v0.7.0
16682026-06-06T15:45:52.550Z Compiling memoffset v0.9.1
16692026-06-06T15:45:52.743Z Compiling smoltcp v0.11.0
16702026-06-06T15:45:52.803Z Compiling data-encoding v2.11.0
16712026-06-06T15:45:52.825Z Compiling indent_write v2.2.0
16722026-06-06T15:45:52.912Z Compiling winnow v0.7.15
16732026-06-06T15:45:52.935Z Compiling toml_write v0.1.2
16742026-06-06T15:45:52.952Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16752026-06-06T15:45:52.964Z Compiling winnow v0.5.40
16762026-06-06T15:45:53.088Z Compiling cfg_aliases v0.2.1
16772026-06-06T15:45:53.161Z Compiling ingot-types v0.1.2
16782026-06-06T15:45:53.182Z Compiling nix v0.31.3
16792026-06-06T15:45:53.469Z Compiling usdt v0.5.0
16802026-06-06T15:45:53.659Z Compiling rustls-webpki v0.103.13
16812026-06-06T15:45:53.739Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16822026-06-06T15:45:53.993Z Compiling num_enum v0.7.6
16832026-06-06T15:45:54.004Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16842026-06-06T15:45:54.102Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16852026-06-06T15:45:54.415Z Compiling toml_edit v0.22.27
16862026-06-06T15:45:54.477Z Compiling toml_edit v0.19.15
16872026-06-06T15:45:54.714Z Compiling tabwriter v1.4.1
16882026-06-06T15:45:54.881Z Compiling cobs v0.3.0
16892026-06-06T15:45:54.949Z Compiling serde_repr v0.1.20
16902026-06-06T15:45:55.071Z Compiling managed v0.8.0
16912026-06-06T15:45:55.281Z Compiling pkg-config v0.3.33
16922026-06-06T15:45:55.455Z Compiling vcpkg v0.2.15
16932026-06-06T15:45:55.540Z Compiling bitflags v1.3.2
16942026-06-06T15:45:55.614Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16952026-06-06T15:45:55.729Z Compiling proc-macro-crate v1.3.1
16962026-06-06T15:45:55.861Z Compiling toml v0.8.23
16972026-06-06T15:45:56.002Z Compiling openssl-sys v0.9.116
16982026-06-06T15:45:56.467Z Compiling postcard v1.1.3
16992026-06-06T15:45:56.812Z Compiling ingot v0.1.1
17002026-06-06T15:45:56.906Z Compiling hubpack_derive v0.1.1
17012026-06-06T15:45:57.442Z Compiling tokio-rustls v0.26.4
17022026-06-06T15:45:57.590Z Compiling rustls-platform-verifier v0.7.0
17032026-06-06T15:45:57.701Z Compiling hyper-rustls v0.27.9
17042026-06-06T15:45:57.921Z Compiling reqwest v0.13.4
17052026-06-06T15:45:58.685Z Compiling foreign-types-macros v0.2.3
17062026-06-06T15:45:58.752Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17072026-06-06T15:45:59.067Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17082026-06-06T15:45:59.117Z Compiling swrite v0.1.0
17092026-06-06T15:45:59.212Z Compiling progenitor-client v0.14.0
17102026-06-06T15:45:59.315Z Compiling semver v0.1.20
17112026-06-06T15:45:59.355Z Compiling linked-hash-map v0.5.6
17122026-06-06T15:45:59.511Z Compiling progenitor-extras v0.2.0
17132026-06-06T15:45:59.535Z Compiling resolv-conf v0.7.6
17142026-06-06T15:45:59.575Z Compiling heck v0.4.1
17152026-06-06T15:45:59.773Z Compiling static_assertions v1.1.0
17162026-06-06T15:45:59.847Z Compiling unicode-segmentation v1.13.3
17172026-06-06T15:45:59.901Z Compiling foreign-types-shared v0.3.1
17182026-06-06T15:46:00.037Z Compiling colored v3.1.1
17192026-06-06T15:46:00.227Z Compiling rayon-core v1.13.0
17202026-06-06T15:46:00.266Z Compiling newline-converter v0.3.0
17212026-06-06T15:46:00.307Z Compiling foreign-types v0.5.0
17222026-06-06T15:46:00.378Z Compiling lru-cache v0.1.2
17232026-06-06T15:46:00.390Z Compiling rustc_version v0.1.7
17242026-06-06T15:46:00.472Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17252026-06-06T15:46:00.505Z Compiling hubpack v0.1.2
17262026-06-06T15:46:00.642Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17272026-06-06T15:46:00.729Z Compiling num_enum_derive v0.5.11
17282026-06-06T15:46:01.871Z Compiling atomicwrites v0.4.4
17292026-06-06T15:46:02.190Z Compiling hickory-proto v0.24.4
17302026-06-06T15:46:02.288Z Compiling progenitor-impl v0.13.0
17312026-06-06T15:46:02.614Z Compiling crossbeam-deque v0.8.6
17322026-06-06T15:46:02.810Z Compiling console v0.15.11
17332026-06-06T15:46:03.550Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17342026-06-06T15:46:03.621Z Compiling camino-tempfile v1.4.1
17352026-06-06T15:46:03.872Z Compiling chacha20 v0.10.0
17362026-06-06T15:46:04.078Z Compiling serde-big-array v0.5.1
17372026-06-06T15:46:04.138Z Compiling pin-project-internal v1.1.13
17382026-06-06T15:46:04.225Z Compiling derive-where v1.6.1
17392026-06-06T15:46:04.617Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17402026-06-06T15:46:05.145Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17412026-06-06T15:46:05.259Z Compiling num-derive v0.4.2
17422026-06-06T15:46:05.500Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17432026-06-06T15:46:05.532Z Compiling cstr-argument v0.1.2
17442026-06-06T15:46:05.882Z Compiling minimal-lexical v0.2.1
17452026-06-06T15:46:06.028Z Compiling siphasher v1.0.3
17462026-06-06T15:46:06.148Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17472026-06-06T15:46:06.225Z Compiling similar v2.7.0
17482026-06-06T15:46:06.237Z Compiling phf_shared v0.12.1
17492026-06-06T15:46:06.382Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17502026-06-06T15:46:06.431Z Compiling nom v7.1.3
17512026-06-06T15:46:06.641Z Compiling expectorate v1.2.0
17522026-06-06T15:46:06.790Z Compiling progenitor-macro v0.13.0
17532026-06-06T15:46:07.173Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17542026-06-06T15:46:07.259Z Compiling pin-project v1.1.13
17552026-06-06T15:46:07.438Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17562026-06-06T15:46:07.609Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17572026-06-06T15:46:07.642Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17582026-06-06T15:46:07.705Z Compiling rand v0.10.1
17592026-06-06T15:46:07.760Z Compiling hickory-resolver v0.24.4
17602026-06-06T15:46:08.381Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17612026-06-06T15:46:08.550Z Compiling num_enum v0.5.11
17622026-06-06T15:46:08.584Z Compiling newtype_derive v0.1.6
17632026-06-06T15:46:08.668Z Compiling progenitor-client v0.13.0
17642026-06-06T15:46:08.969Z Compiling progenitor-impl v0.14.0
17652026-06-06T15:46:09.315Z Compiling unicode-normalization v0.1.25
17662026-06-06T15:46:09.783Z Compiling tokio-stream v0.1.18
17672026-06-06T15:46:10.149Z Compiling async-recursion v1.1.1
17682026-06-06T15:46:10.251Z Compiling snafu-derive v0.8.9
17692026-06-06T15:46:10.384Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17702026-06-06T15:46:10.449Z Compiling slog-dtrace v0.3.0
17712026-06-06T15:46:10.689Z Compiling bstr v1.12.1
17722026-06-06T15:46:10.702Z Compiling csv-core v0.1.13
17732026-06-06T15:46:10.849Z Compiling chrono-tz v0.10.4
17742026-06-06T15:46:10.961Z Compiling foldhash v0.1.5
17752026-06-06T15:46:11.080Z Compiling owo-colors v4.3.0
17762026-06-06T15:46:11.141Z Compiling unicode-xid v0.2.6
17772026-06-06T15:46:11.184Z Compiling konst_macro_rules v0.2.19
17782026-06-06T15:46:11.261Z Compiling openssl v0.10.80
17792026-06-06T15:46:11.362Z Compiling same-file v1.0.6
17802026-06-06T15:46:11.426Z Compiling cancel-safe-futures v0.1.5
17812026-06-06T15:46:11.538Z Compiling highway v1.3.0
17822026-06-06T15:46:11.550Z Compiling foreign-types-shared v0.1.1
17832026-06-06T15:46:11.637Z Compiling unicode-width v0.1.14
17842026-06-06T15:46:11.702Z Compiling foreign-types v0.3.2
17852026-06-06T15:46:11.773Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17862026-06-06T15:46:11.814Z Compiling progenitor v0.13.0
17872026-06-06T15:46:11.929Z Compiling walkdir v2.5.0
17882026-06-06T15:46:11.954Z Compiling konst v0.2.20
17892026-06-06T15:46:11.982Z Compiling snafu v0.8.9
17902026-06-06T15:46:11.997Z Compiling const_format_proc_macros v0.2.34
17912026-06-06T15:46:12.205Z Compiling hashbrown v0.15.5
17922026-06-06T15:46:12.286Z Compiling globset v0.4.18
17932026-06-06T15:46:12.352Z Compiling csv v1.4.0
17942026-06-06T15:46:12.466Z Compiling qorb v0.4.1
17952026-06-06T15:46:12.492Z Compiling progenitor-macro v0.14.0
17962026-06-06T15:46:12.723Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17972026-06-06T15:46:12.812Z Compiling olpc-cjson v0.1.4
17982026-06-06T15:46:12.976Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17992026-06-06T15:46:13.201Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18002026-06-06T15:46:13.556Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-06-06T15:46:14.647Z Compiling rayon v1.12.0
18022026-06-06T15:46:14.749Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-06-06T15:46:15.052Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18042026-06-06T15:46:15.128Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-06-06T15:46:15.288Z Compiling phf v0.12.1
18062026-06-06T15:46:15.435Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-06-06T15:46:16.353Z Compiling zone_cfg_derive v0.3.1
18082026-06-06T15:46:16.399Z Compiling tokio-dtrace v0.1.1
18092026-06-06T15:46:16.434Z Compiling itertools v0.12.1
18102026-06-06T15:46:16.664Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18112026-06-06T15:46:16.860Z Compiling libsw-core v0.3.2
18122026-06-06T15:46:17.029Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18132026-06-06T15:46:17.046Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-06-06T15:46:17.406Z Compiling serde_plain v1.0.2
18152026-06-06T15:46:17.507Z Compiling openssl-macros v0.1.1
18162026-06-06T15:46:17.620Z Compiling pem v3.0.6
18172026-06-06T15:46:17.640Z Compiling cookie v0.18.1
18182026-06-06T15:46:17.652Z Compiling sigpipe v0.1.3
18192026-06-06T15:46:17.744Z Compiling typed-path v0.9.3
18202026-06-06T15:46:17.835Z Compiling bytecount v0.6.9
18212026-06-06T15:46:17.883Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-06-06T15:46:17.972Z Compiling fixedbitset v0.5.7
18232026-06-06T15:46:18.001Z Compiling fixedbitset v0.4.2
18242026-06-06T15:46:18.014Z Compiling jiff v0.2.28
18252026-06-06T15:46:18.121Z Compiling glob v0.3.3
18262026-06-06T15:46:18.293Z Compiling petgraph v0.8.3
18272026-06-06T15:46:18.351Z Compiling petgraph v0.6.5
18282026-06-06T15:46:18.719Z Compiling tough v0.22.0
18292026-06-06T15:46:19.145Z Compiling papergrid v0.11.0
18302026-06-06T15:46:19.918Z Compiling progenitor v0.14.0
18312026-06-06T15:46:20.021Z Compiling zone v0.3.1
18322026-06-06T15:46:20.053Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18332026-06-06T15:46:20.086Z Compiling libsw v3.5.0
18342026-06-06T15:46:20.190Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-06-06T15:46:20.253Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18362026-06-06T15:46:20.403Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-06-06T15:46:20.493Z Compiling oxide-tokio-rt v0.1.6
18382026-06-06T15:46:20.589Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18392026-06-06T15:46:20.795Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-06T15:46:20.807Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-06T15:46:21.561Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-06T15:46:21.850Z Compiling const_format v0.2.36
18432026-06-06T15:46:21.870Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-06-06T15:46:22.316Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18452026-06-06T15:46:22.481Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-06T15:46:22.713Z Compiling tabled_derive v0.7.0
18472026-06-06T15:46:22.750Z Compiling gethostname v0.5.0
18482026-06-06T15:46:22.776Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-06-06T15:46:22.798Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18502026-06-06T15:46:22.865Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-06-06T15:46:22.895Z Compiling bcs v0.1.6
18522026-06-06T15:46:22.984Z Compiling smf v0.2.3
18532026-06-06T15:46:23.055Z Compiling linear-map v1.2.0
18542026-06-06T15:46:23.077Z Compiling unicode-linebreak v0.1.5
18552026-06-06T15:46:23.269Z Compiling lazy_static v1.5.0
18562026-06-06T15:46:23.306Z Compiling tagptr v0.2.0
18572026-06-06T15:46:23.371Z Compiling smawk v0.3.2
18582026-06-06T15:46:23.382Z Compiling whoami v1.6.1
18592026-06-06T15:46:23.453Z Compiling termtree v0.5.1
18602026-06-06T15:46:23.505Z Compiling textwrap v0.16.2
18612026-06-06T15:46:23.635Z Compiling moka v0.12.15
18622026-06-06T15:46:23.693Z Compiling steno v0.4.1
18632026-06-06T15:46:23.763Z Compiling tabled v0.15.0
18642026-06-06T15:46:24.053Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-06T15:46:24.241Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-06T15:46:24.431Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-06T15:46:25.547Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-06T15:46:25.914Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-06T15:46:26.458Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-06T15:46:26.720Z Compiling hickory-proto v0.25.2
18712026-06-06T15:46:26.898Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18722026-06-06T15:46:27.328Z Compiling parking_lot_core v0.8.6
18732026-06-06T15:46:27.389Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-06T15:46:27.633Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18752026-06-06T15:46:27.921Z Compiling libscf-sys v1.2.0
18762026-06-06T15:46:28.069Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18772026-06-06T15:46:28.151Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18782026-06-06T15:46:28.292Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18792026-06-06T15:46:28.394Z Compiling nom v8.0.0
18802026-06-06T15:46:28.458Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18812026-06-06T15:46:28.570Z Compiling parking_lot v0.11.2
18822026-06-06T15:46:28.679Z Compiling hickory-resolver v0.25.2
18832026-06-06T15:46:28.691Z Compiling fxhash v0.2.1
18842026-06-06T15:46:28.771Z Compiling internet-checksum v0.2.1
18852026-06-06T15:46:28.823Z Compiling sled v0.34.7
18862026-06-06T15:46:28.906Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18872026-06-06T15:46:29.666Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-06T15:46:30.471Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18892026-06-06T15:46:33.826Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-06T15:46:35.476Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18912026-06-06T15:46:41.613Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-06T15:46:43.182Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-06-06T15:46:44.190Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18942026-06-06T15:46:45.112Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18952026-06-06T15:46:46.122Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18962026-06-06T15:47:09.043Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
18972026-06-06T15:47:09.225Z────────────
18982026-06-06T15:47:09.225Z Nextest run ID 03f62d7d-72db-4857-a8db-fbc8449514f4 with nextest profile: default
18992026-06-06T15:47:09.225Z Starting 13 tests across 1 binary (28 tests skipped)
19002026-06-06T15:47:26.065Z PASS [ 16.837s] rdb proptest::prop_ipv4_normalized_is_network_address
19012026-06-06T15:47:26.097Z PASS [ 16.870s] rdb proptest::prop_ipv4_subnet_of_self
19022026-06-06T15:47:26.110Z PASS [ 16.882s] rdb proptest::prop_ipv4_default_contains_all
19032026-06-06T15:47:26.129Z PASS [ 16.901s] rdb proptest::prop_ipv6_normalized_is_network_address
19042026-06-06T15:47:26.328Z PASS [ 17.101s] rdb proptest::prop_ipv6_default_contains_all
19052026-06-06T15:47:26.334Z PASS [ 17.106s] rdb proptest::prop_ipv6_subnet_of_self
19062026-06-06T15:47:35.292Z PASS [ 26.064s] rdb proptest::prop_static_route_key_deduplication
19072026-06-06T15:48:02.344Z PASS [ 36.231s] rdb proptest::prop_static_route_key_normalization_preserves_length
19082026-06-06T15:48:02.364Z PASS [ 36.296s] rdb proptest::prop_static_route_key_normalization_idempotent
19092026-06-06T15:48:02.377Z PASS [ 36.245s] rdb proptest::prop_static_route_key_normalized_is_network_address
19102026-06-06T15:48:02.485Z PASS [ 36.383s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19112026-06-06T15:48:09.234Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19122026-06-06T15:48:18.709Z PASS [ 52.375s] rdb proptest::prop_static_route_key_ord_consistency
19132026-06-06T15:49:09.241Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19142026-06-06T15:50:09.248Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19152026-06-06T15:51:09.255Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19162026-06-06T15:51:25.281Z PASS [ 256.029s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19172026-06-06T15:51:25.281Z────────────
19182026-06-06T15:51:25.281Z Summary [ 256.031s] 13 tests run: 13 passed (1 slow), 28 skipped
19192026-06-06T15:51:25.294Z+ cp './*.log' /work/
19202026-06-06T15:51:25.297Z+ true
19212026-06-06T15:51:25.298Z+ [[ -d proptest-regressions ]]
19222026-06-06T15:51:25.298Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19232026-06-06T15:51:25.301Z+ popd
19242026-06-06T15:51:25.301Z/work/oxidecomputer/maghemite
19252026-06-06T15:51:25.301Z+ pushd bgp
19262026-06-06T15:51:25.301Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19272026-06-06T15:51:25.301Z+ PROPTEST_CASES=1000000
19282026-06-06T15:51:25.301Z+ cargo nextest run --lib proptest
19292026-06-06T15:51:26.452Z Compiling smallvec v1.15.1
19302026-06-06T15:51:26.612Z Compiling crunchy v0.2.4
19312026-06-06T15:51:26.631Z Compiling tiny-keccak v2.0.2
19322026-06-06T15:51:26.641Z Compiling ahash v0.8.12
19332026-06-06T15:51:26.644Z Compiling smartstring v1.0.1
19342026-06-06T15:51:26.657Z Compiling thin-vec v0.2.18
19352026-06-06T15:51:26.657Z Compiling rhai_codegen v3.2.0
19362026-06-06T15:51:26.747Z Compiling icu_normalizer v2.2.0
19372026-06-06T15:51:26.765Z Compiling parking_lot_core v0.9.12
19382026-06-06T15:51:26.919Z Compiling parking_lot_core v0.8.6
19392026-06-06T15:51:26.997Z Compiling parking_lot v0.12.5
19402026-06-06T15:51:27.153Z Compiling idna_adapter v1.2.2
19412026-06-06T15:51:27.205Z Compiling tokio v1.52.3
19422026-06-06T15:51:27.326Z Compiling idna v1.1.0
19432026-06-06T15:51:27.405Z Compiling moka v0.12.15
19442026-06-06T15:51:27.473Z Compiling parking_lot v0.11.2
19452026-06-06T15:51:27.665Z Compiling url v2.5.8
19462026-06-06T15:51:27.870Z Compiling const-random-macro v0.1.16
19472026-06-06T15:51:27.935Z Compiling sled v0.34.7
19482026-06-06T15:51:28.181Z Compiling schemars v0.8.22
19492026-06-06T15:51:28.297Z Compiling const-random v0.1.18
19502026-06-06T15:51:28.389Z Compiling serial_test_derive v3.5.0
19512026-06-06T15:51:28.545Z Compiling yansi v1.0.1
19522026-06-06T15:51:28.572Z Compiling diff v0.1.13
19532026-06-06T15:51:28.602Z Compiling rhai v1.25.1
19542026-06-06T15:51:28.853Z Compiling pretty_assertions v1.4.1
19552026-06-06T15:51:28.948Z Compiling ipnetwork v0.21.1
19562026-06-06T15:51:29.111Z Compiling newtype-uuid v1.3.2
19572026-06-06T15:51:29.123Z Compiling serde_with v3.20.0
19582026-06-06T15:51:29.392Z Compiling oxnet v0.1.6
19592026-06-06T15:51:29.457Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19602026-06-06T15:51:29.668Z Compiling daft v0.1.7
19612026-06-06T15:51:29.861Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19622026-06-06T15:51:29.935Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19632026-06-06T15:51:30.435Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19642026-06-06T15:51:30.559Z Compiling iddqd v0.4.2
19652026-06-06T15:51:30.571Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19662026-06-06T15:51:30.836Z Compiling tokio-util v0.7.18
19672026-06-06T15:51:30.913Z Compiling tokio-rustls v0.26.4
19682026-06-06T15:51:31.023Z Compiling tower v0.5.3
19692026-06-06T15:51:31.180Z Compiling async-compression v0.4.42
19702026-06-06T15:51:31.497Z Compiling h2 v0.4.14
19712026-06-06T15:51:31.510Z Compiling tower-http v0.6.11
19722026-06-06T15:51:31.575Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19732026-06-06T15:51:31.825Z Compiling backoff v0.4.0
19742026-06-06T15:51:32.551Z Compiling byte-wrapper v0.1.0
19752026-06-06T15:51:32.739Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19762026-06-06T15:51:32.822Z Compiling typify-impl v0.6.2
19772026-06-06T15:51:32.917Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19782026-06-06T15:51:33.154Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19792026-06-06T15:51:33.263Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19802026-06-06T15:51:33.641Z Compiling hyper v1.10.1
19812026-06-06T15:51:34.270Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19822026-06-06T15:51:34.598Z Compiling typify v0.6.2
19832026-06-06T15:51:34.707Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-06-06T15:51:34.963Z Compiling hyper-util v0.1.20
19852026-06-06T15:51:35.376Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19862026-06-06T15:51:35.388Z Compiling hickory-proto v0.24.4
19872026-06-06T15:51:35.476Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19882026-06-06T15:51:36.187Z Compiling hyper-rustls v0.27.9
19892026-06-06T15:51:36.495Z Compiling reqwest v0.13.4
19902026-06-06T15:51:36.617Z Compiling dropshot v0.17.1
19912026-06-06T15:51:36.655Z Compiling reqwest v0.12.28
19922026-06-06T15:51:37.828Z Compiling progenitor-client v0.14.0
19932026-06-06T15:51:38.141Z Compiling progenitor-extras v0.2.0
19942026-06-06T15:51:38.229Z Compiling progenitor-client v0.10.0
19952026-06-06T15:51:39.137Z Compiling progenitor-client v0.13.0
19962026-06-06T15:51:39.751Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19972026-06-06T15:51:40.617Z Compiling hickory-resolver v0.24.4
19982026-06-06T15:51:40.735Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19992026-06-06T15:51:41.244Z Compiling progenitor-impl v0.13.0
20002026-06-06T15:51:42.665Z Compiling tokio-stream v0.1.18
20012026-06-06T15:51:43.141Z Compiling qorb v0.4.1
20022026-06-06T15:51:43.242Z Compiling progenitor v0.13.0
20032026-06-06T15:51:43.385Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20042026-06-06T15:51:43.599Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20052026-06-06T15:51:44.792Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20062026-06-06T15:51:44.865Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20072026-06-06T15:51:45.411Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20082026-06-06T15:51:45.578Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20092026-06-06T15:51:45.851Z Compiling progenitor-impl v0.14.0
20102026-06-06T15:51:45.871Z Compiling libsw-core v0.3.2
20112026-06-06T15:51:46.526Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20122026-06-06T15:51:46.755Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20132026-06-06T15:51:46.789Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20142026-06-06T15:51:48.082Z Compiling tokio-dtrace v0.1.1
20152026-06-06T15:51:48.094Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20162026-06-06T15:51:48.401Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20172026-06-06T15:51:48.447Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20182026-06-06T15:51:48.534Z Compiling oxide-tokio-rt v0.1.6
20192026-06-06T15:51:48.712Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20202026-06-06T15:51:48.853Z Compiling progenitor v0.14.0
20212026-06-06T15:51:48.933Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20222026-06-06T15:51:48.994Z Compiling libsw v3.5.0
20232026-06-06T15:51:49.098Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-06-06T15:51:49.172Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20252026-06-06T15:51:49.278Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20262026-06-06T15:51:49.452Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-06-06T15:51:49.582Z Compiling tough v0.22.0
20282026-06-06T15:51:49.769Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20292026-06-06T15:51:49.820Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-06-06T15:51:49.868Z Compiling cancel-safe-futures v0.1.5
20312026-06-06T15:51:50.156Z Compiling zone v0.3.1
20322026-06-06T15:51:50.169Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-06-06T15:51:50.491Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-06-06T15:51:50.953Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-06-06T15:51:51.037Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-06T15:51:51.146Z Compiling hickory-proto v0.25.2
20372026-06-06T15:51:51.171Z Compiling steno v0.4.1
20382026-06-06T15:51:52.121Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20392026-06-06T15:51:53.132Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-06-06T15:51:53.690Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-06-06T15:51:53.949Z Compiling hickory-resolver v0.25.2
20422026-06-06T15:51:53.962Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20432026-06-06T15:51:54.368Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-06-06T15:51:54.500Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-06-06T15:51:54.629Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-06T15:51:55.588Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-06-06T15:51:55.686Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-06-06T15:51:56.263Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20492026-06-06T15:51:56.382Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20502026-06-06T15:51:56.563Z Compiling serial_test v3.5.0
20512026-06-06T15:51:57.082Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-06T15:51:57.329Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-06T15:52:01.532Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20542026-06-06T15:52:03.402Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-06-06T15:52:10.908Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-06T15:52:12.541Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-06T15:52:13.560Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20582026-06-06T15:52:14.482Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20592026-06-06T15:52:15.290Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20602026-06-06T15:52:17.264Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20612026-06-06T15:52:48.195Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
20622026-06-06T15:52:48.373Z────────────
20632026-06-06T15:52:48.373Z Nextest run ID ac08ca54-fe5c-4576-afc4-d23a1be19043 with nextest profile: default
20642026-06-06T15:52:48.373Z Starting 17 tests across 1 binary (133 tests skipped)
20652026-06-06T15:53:05.504Z PASS [ 17.130s] bgp proptest::prop_ipv4_wire_format_roundtrip
20662026-06-06T15:53:07.377Z PASS [ 19.002s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20672026-06-06T15:53:07.444Z PASS [ 19.069s] bgp proptest::prop_ipv4_prefixes_roundtrip
20682026-06-06T15:53:08.553Z PASS [ 20.179s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20692026-06-06T15:53:09.092Z PASS [ 20.717s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20702026-06-06T15:53:09.196Z PASS [ 20.821s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20712026-06-06T15:53:17.274Z PASS [ 28.899s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20722026-06-06T15:53:22.600Z PASS [ 17.094s] bgp proptest::prop_ipv6_wire_format_roundtrip
20732026-06-06T15:53:27.526Z PASS [ 18.971s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20742026-06-06T15:53:27.612Z PASS [ 20.233s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20752026-06-06T15:53:28.253Z PASS [ 19.056s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20762026-06-06T15:53:28.763Z PASS [ 19.669s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20772026-06-06T15:53:48.382Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20782026-06-06T15:53:51.936Z PASS [ 28.995s] bgp proptest::prop_update_mp_unreach_roundtrip
20792026-06-06T15:53:55.862Z PASS [ 67.453s] bgp proptest::prop_encode_decode_semantic_equivalence
20802026-06-06T15:54:07.454Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20812026-06-06T15:54:17.284Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20822026-06-06T15:54:17.947Z PASS [ 70.496s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20832026-06-06T15:54:27.548Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20842026-06-06T15:54:30.033Z PASS [ 62.500s] bgp proptest::prop_update_traditional_roundtrip
20852026-06-06T15:54:31.581Z PASS [ 74.299s] bgp proptest::prop_update_mp_reach_roundtrip
20862026-06-06T15:54:31.581Z────────────
20872026-06-06T15:54:31.582Z Summary [ 103.198s] 17 tests run: 17 passed (4 slow), 133 skipped
20882026-06-06T15:54:31.594Z+ cp './*.log' /work/
20892026-06-06T15:54:31.597Z+ true
20902026-06-06T15:54:31.597Z+ [[ -d proptest-regressions ]]
20912026-06-06T15:54:31.598Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20922026-06-06T15:54:31.601Z+ popd
20932026-06-06T15:54:31.601Z/work/oxidecomputer/maghemite
20942026-06-06T15:54:31.601Zprocess exited: duration 728098 ms, exit code 0
 
20952026-06-06T15:54:31.608Zfound 0 output files