01KS31F1PRVWK5A2NJDSNKH1GY: 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: 01KS31FMSXSJ6XJPH4448EFP4H

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T15:55:34.581Zjob assigned to worker 01KS31HG1TRFNEQNRHTRJRGXQM [factory aws, i-0e5e87dc3ddf80f7f] (queued for 1 m 47 s)
 
22026-05-20T15:55:40.923Zstarting task 0: "setup"
32026-05-20T15:55:40.930Z++ uname -s
42026-05-20T15:55:40.934Z+ kern=SunOS
52026-05-20T15:55:40.934Z+ build_user=build
62026-05-20T15:55:40.934Z+ build_uid=12345
72026-05-20T15:55:40.934Z+ work_dir=/work
82026-05-20T15:55:40.934Z+ input_dir=/input
92026-05-20T15:55:40.934Z+ [[ 0 == 12345 ]]
102026-05-20T15:55:40.934Z+ case "$kern" in
112026-05-20T15:55:40.934Z+ groupadd -g 12345 build
122026-05-20T15:55:40.934Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T15:55:42.940Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T15:55:43.006Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T15:55:43.010Z+ home_fs=zfs
162026-05-20T15:55:43.010Z+ [[ zfs == autofs ]]
172026-05-20T15:55:43.010Z+ mkdir -p /home/build
182026-05-20T15:55:43.010Z+ chown build:build /home/build /work
192026-05-20T15:55:45.010Z+ chmod 0700 /home/build /work
202026-05-20T15:55:45.014Zprocess exited: duration 4088 ms, exit code 0
 
212026-05-20T15:55:45.024Zstarting task 1: "rust-toolchain"
222026-05-20T15:55:45.029Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T15:55:45.029Z * rust toolchain channel = "stable"
242026-05-20T15:55:45.029Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-20T15:55:45.029Z * rust toolchain profile = "default"
262026-05-20T15:55:45.029Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T15:55:45.029Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T15:55:45.032Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T15:55:45.032Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T15:55:45.150Zinfo: downloading installer
312026-05-20T15:55:46.643Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T15:55:46.643Zwarn: /opt/ooce/bin
332026-05-20T15:55:46.643Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T15:55:46.643Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T15:55:46.643Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T15:55:46.644Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T15:55:46.644Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T15:55:46.644Zerror: cannot install while Rust is installed
392026-05-20T15:55:46.644Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T15:55:46.644Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T15:55:46.644Zwarn: /home/build/.rustup/settings.toml
422026-05-20T15:55:46.644Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T15:55:46.644Zwarn: instead of the one inferred from the default host triple.
442026-05-20T15:55:46.674Zinfo: profile set to default
452026-05-20T15:55:46.674Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T15:55:46.682Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T15:55:46.819Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T15:55:46.824Zinfo: downloading 6 components
492026-05-20T15:56:01.696Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T15:56:01.696Z
512026-05-20T15:56:01.731Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T15:56:01.731Z
532026-05-20T15:56:01.731Z
542026-05-20T15:56:01.731ZRust is installed now. Great!
552026-05-20T15:56:01.731Z
562026-05-20T15:56:01.731ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T15:56:01.731Zenvironment variable. This has not been done automatically.
582026-05-20T15:56:01.731Z
592026-05-20T15:56:01.731ZTo configure your current shell, you need to source
602026-05-20T15:56:01.731Zthe corresponding env file under $HOME/.cargo.
612026-05-20T15:56:01.731Z
622026-05-20T15:56:01.731ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T15:56:01.731Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T15:56:01.731Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T15:56:01.731Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T15:56:01.732Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T15:56:01.732Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T15:56:01.732Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T15:56:01.735Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T15:56:01.735Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T15:56:01.815Z+ rustup --version
722026-05-20T15:56:01.824Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T15:56:01.827Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T15:56:01.847Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T15:56:01.850Z+ cargo --version
762026-05-20T15:56:01.861Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T15:56:01.864Z+ rustc --version
782026-05-20T15:56:01.882Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T15:56:01.885Zprocess exited: duration 16859 ms, exit code 0
 
802026-05-20T15:56:01.892Zstarting task 2: "authentication"
812026-05-20T15:56:01.908Zprocess exited: duration 16 ms, exit code 0
 
822026-05-20T15:56:01.915Zstarting task 3: "clone repository"
832026-05-20T15:56:01.919Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T15:56:01.923Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T15:56:02.026ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T15:56:03.165Z+ cd /work/oxidecomputer/maghemite
872026-05-20T15:56:03.165Z+ git fetch origin 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
882026-05-20T15:56:03.453ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T15:56:03.453Z * branch 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c -> FETCH_HEAD
902026-05-20T15:56:03.458Z+ [[ -n zl/mrib ]]
912026-05-20T15:56:03.461Z++ git branch --show-current
922026-05-20T15:56:03.461Z+ current=main
932026-05-20T15:56:03.461Z+ [[ main != zl/mrib ]]
942026-05-20T15:56:03.461Z+ git branch -f zl/mrib 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
952026-05-20T15:56:03.466Z+ git checkout -f zl/mrib
962026-05-20T15:56:03.481ZSwitched to branch 'zl/mrib'
972026-05-20T15:56:03.484Z+ git reset --hard 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
982026-05-20T15:56:03.488ZHEAD is now at 004e5cd [merge] merge main again (cleanup, lock maint, happy maps)
992026-05-20T15:56:03.491Zprocess exited: duration 1573 ms, exit code 0
 
1002026-05-20T15:56:03.498Zstarting task 4: "build"
1012026-05-20T15:56:03.501Z+ set -e
1022026-05-20T15:56:03.501Z+ NEXTEST_VERSION=0.9.97
1032026-05-20T15:56:03.501Z+ PLATFORM=illumos
1042026-05-20T15:56:03.501Z+ cargo --version
1052026-05-20T15:56:03.506Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-05-20T15:56:03.649Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-05-20T15:56:03.653Zinfo: downloading 6 components
1082026-05-20T15:56:18.580Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-05-20T15:56:18.584Z+ rustc --version
1102026-05-20T15:56:18.611Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-05-20T15:56:18.616Z+ cargo install cargo-nextest --version 0.9.97
1122026-05-20T15:56:18.659Z Updating crates.io index
1132026-05-20T15:56:18.763Z Downloading crates ...
1142026-05-20T15:56:18.810Z Downloaded cargo-nextest v0.9.97
1152026-05-20T15:56:18.874Z Installing cargo-nextest v0.9.97
1162026-05-20T15:56:18.974Z Updating crates.io index
1172026-05-20T15:56:21.425Z Locking 404 packages to latest compatible versions
1182026-05-20T15:56:21.429Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-05-20T15:56:21.433Z Adding duct v0.13.7 (available: v1.1.1)
1202026-05-20T15:56:21.433Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-05-20T15:56:21.433Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-05-20T15:56:21.436Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-05-20T15:56:21.436Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1242026-05-20T15:56:21.436Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-05-20T15:56:21.440Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1262026-05-20T15:56:21.440Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-05-20T15:56:21.458Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-05-20T15:56:21.467Z Downloading crates ...
1292026-05-20T15:56:21.533Z Downloaded addr2line v0.25.1
1302026-05-20T15:56:21.536Z Downloaded ahash v0.8.12
1312026-05-20T15:56:21.545Z Downloaded duct v0.13.7
1322026-05-20T15:56:21.548Z Downloaded errno v0.3.14
1332026-05-20T15:56:21.548Z Downloaded derive-where v1.6.1
1342026-05-20T15:56:21.551Z Downloaded home v0.5.12
1352026-05-20T15:56:21.554Z Downloaded futures-macro v0.3.32
1362026-05-20T15:56:21.554Z Downloaded colorchoice v1.0.5
1372026-05-20T15:56:21.558Z Downloaded color-spantrace v0.3.0
1382026-05-20T15:56:21.558Z Downloaded equivalent v1.0.2
1392026-05-20T15:56:21.561Z Downloaded cpufeatures v0.2.17
1402026-05-20T15:56:21.562Z Downloaded dialoguer v0.11.0
1412026-05-20T15:56:21.565Z Downloaded os_pipe v1.2.3
1422026-05-20T15:56:21.565Z Downloaded iana-time-zone v0.1.65
1432026-05-20T15:56:21.568Z Downloaded ed25519 v2.2.3
1442026-05-20T15:56:21.568Z Downloaded crc32fast v1.5.0
1452026-05-20T15:56:21.571Z Downloaded scopeguard v1.2.0
1462026-05-20T15:56:21.574Z Downloaded form_urlencoded v1.2.2
1472026-05-20T15:56:21.580Z Downloaded miniz_oxide v0.8.9
1482026-05-20T15:56:21.583Z Downloaded fnv v1.0.7
1492026-05-20T15:56:21.583Z Downloaded either v1.15.0
1502026-05-20T15:56:21.586Z Downloaded ron v0.12.1
1512026-05-20T15:56:21.589Z Downloaded console v0.15.11
1522026-05-20T15:56:21.593Z Downloaded config v0.15.23
1532026-05-20T15:56:21.596Z Downloaded generic-array v0.14.7
1542026-05-20T15:56:21.596Z Downloaded document-features v0.2.12
1552026-05-20T15:56:21.599Z Downloaded cfg_aliases v0.2.1
1562026-05-20T15:56:21.599Z Downloaded lock_api v0.4.14
1572026-05-20T15:56:21.599Z Downloaded jobserver v0.1.34
1582026-05-20T15:56:21.602Z Downloaded cfg-expr v0.20.7
1592026-05-20T15:56:21.602Z Downloaded clap_lex v1.1.0
1602026-05-20T15:56:21.606Z Downloaded enable-ansi-support v0.2.1
1612026-05-20T15:56:21.606Z Downloaded nested v0.1.1
1622026-05-20T15:56:21.606Z Downloaded http-body-util v0.1.3
1632026-05-20T15:56:21.609Z Downloaded adler2 v2.0.1
1642026-05-20T15:56:21.609Z Downloaded anstyle-query v1.1.5
1652026-05-20T15:56:21.609Z Downloaded cargo-platform v0.2.0
1662026-05-20T15:56:21.612Z Downloaded base64 v0.22.1
1672026-05-20T15:56:21.616Z Downloaded itoa v1.0.18
1682026-05-20T15:56:21.616Z Downloaded block-buffer v0.10.4
1692026-05-20T15:56:21.621Z Downloaded curve25519-dalek-derive v0.1.1
1702026-05-20T15:56:21.625Z Downloaded heck v0.5.0
1712026-05-20T15:56:21.625Z Downloaded guppy-workspace-hack v0.1.0
1722026-05-20T15:56:21.629Z Downloaded percent-encoding v2.3.2
1732026-05-20T15:56:21.629Z Downloaded rustc_version v0.4.1
1742026-05-20T15:56:21.629Z Downloaded openssl-probe v0.2.1
1752026-05-20T15:56:21.633Z Downloaded foreign-types-shared v0.1.1
1762026-05-20T15:56:21.633Z Downloaded number_prefix v0.4.0
1772026-05-20T15:56:21.633Z Downloaded crypto-common v0.1.7
1782026-05-20T15:56:21.633Z Downloaded pathdiff v0.2.3
1792026-05-20T15:56:21.636Z Downloaded hex v0.4.3
1802026-05-20T15:56:21.636Z Downloaded humantime-serde v1.1.1
1812026-05-20T15:56:21.636Z Downloaded futures-io v0.3.32
1822026-05-20T15:56:21.636Z Downloaded async-scoped v0.9.0
1832026-05-20T15:56:21.639Z Downloaded openssl-macros v0.1.1
1842026-05-20T15:56:21.639Z Downloaded http-body v1.0.1
1852026-05-20T15:56:21.639Z Downloaded cargo-platform v0.3.3
1862026-05-20T15:56:21.643Z Downloaded futures-task v0.3.32
1872026-05-20T15:56:21.643Z Downloaded mukti-metadata v0.3.0
1882026-05-20T15:56:21.643Z Downloaded futures-core v0.3.32
1892026-05-20T15:56:21.646Z Downloaded atomic-waker v1.1.2
1902026-05-20T15:56:21.646Z Downloaded hyper-tls v0.6.0
1912026-05-20T15:56:21.649Z Downloaded serde-value v0.7.0
1922026-05-20T15:56:21.649Z Downloaded foreign-types v0.3.2
1932026-05-20T15:56:21.649Z Downloaded atomicwrites v0.4.4
1942026-05-20T15:56:21.652Z Downloaded debug-ignore v1.0.5
1952026-05-20T15:56:21.656Z Downloaded shared_child v1.1.1
1962026-05-20T15:56:21.659Z Downloaded futures-sink v0.3.32
1972026-05-20T15:56:21.659Z Downloaded future-queue v0.4.0
1982026-05-20T15:56:21.662Z Downloaded is_ci v1.2.0
1992026-05-20T15:56:21.662Z Downloaded fixedbitset v0.5.7
2002026-05-20T15:56:21.662Z Downloaded fastrand v2.4.1
2012026-05-20T15:56:21.666Z Downloaded digest v0.10.7
2022026-05-20T15:56:21.666Z Downloaded derive_more v2.1.1
2032026-05-20T15:56:21.670Z Downloaded ppv-lite86 v0.2.21
2042026-05-20T15:56:21.673Z Downloaded ipnet v2.12.0
2052026-05-20T15:56:21.673Z Downloaded idna_adapter v1.0.0
2062026-05-20T15:56:21.677Z Downloaded serde_urlencoded v0.7.1
2072026-05-20T15:56:21.677Z Downloaded indenter v0.3.4
2082026-05-20T15:56:21.677Z Downloaded backtrace-ext v0.2.1
2092026-05-20T15:56:21.681Z Downloaded serde_spanned v0.6.9
2102026-05-20T15:56:21.681Z Downloaded sigchld v0.2.4
2112026-05-20T15:56:21.681Z Downloaded is_terminal_polyfill v1.70.2
2122026-05-20T15:56:21.684Z Downloaded shell-words v1.1.1
2132026-05-20T15:56:21.684Z Downloaded serde_spanned v1.1.1
2142026-05-20T15:56:21.684Z Downloaded lazy_static v1.5.0
2152026-05-20T15:56:21.687Z Downloaded nextest-workspace-hack v0.1.0
2162026-05-20T15:56:21.687Z Downloaded indent_write v2.2.0
2172026-05-20T15:56:21.687Z Downloaded ordered-float v2.10.1
2182026-05-20T15:56:21.691Z Downloaded signature v2.2.0
2192026-05-20T15:56:21.694Z Downloaded signal-hook-mio v0.2.5
2202026-05-20T15:56:21.694Z Downloaded anstream v1.0.0
2212026-05-20T15:56:21.698Z Downloaded globset v0.4.18
2222026-05-20T15:56:21.698Z Downloaded cargo-util-schemas v0.2.0
2232026-05-20T15:56:21.698Z Downloaded anstyle-parse v1.0.0
2242026-05-20T15:56:21.704Z Downloaded anstyle v1.0.14
2252026-05-20T15:56:21.704Z Downloaded strip-ansi-escapes v0.2.1
2262026-05-20T15:56:21.707Z Downloaded serde_ignored v0.1.14
2272026-05-20T15:56:21.708Z Downloaded convert_case v0.10.0
2282026-05-20T15:56:21.708Z Downloaded base64ct v1.8.3
2292026-05-20T15:56:21.708Z Downloaded sync_wrapper v1.0.2
2302026-05-20T15:56:21.708Z Downloaded strsim v0.11.1
2312026-05-20T15:56:21.708Z Downloaded lru-slab v0.1.2
2322026-05-20T15:56:21.711Z Downloaded foldhash v0.1.5
2332026-05-20T15:56:21.711Z Downloaded cargo_metadata v0.20.0
2342026-05-20T15:56:21.711Z Downloaded camino-tempfile v1.4.1
2352026-05-20T15:56:21.714Z Downloaded pin-project-internal v1.1.13
2362026-05-20T15:56:21.714Z Downloaded quote v1.0.45
2372026-05-20T15:56:21.714Z Downloaded find-msvc-tools v0.1.9
2382026-05-20T15:56:21.717Z Downloaded swrite v0.1.0
2392026-05-20T15:56:21.718Z Downloaded subtle v2.6.1
2402026-05-20T15:56:21.721Z Downloaded pin-project-lite v0.2.17
2412026-05-20T15:56:21.724Z Downloaded newtype-uuid v1.3.2
2422026-05-20T15:56:21.724Z Downloaded const-oid v0.9.6
2432026-05-20T15:56:21.727Z Downloaded serde-untagged v0.1.9
2442026-05-20T15:56:21.727Z Downloaded futures-executor v0.3.32
2452026-05-20T15:56:21.730Z Downloaded self-replace v1.5.0
2462026-05-20T15:56:21.730Z Downloaded owo-colors v4.3.0
2472026-05-20T15:56:21.730Z Downloaded supports-unicode v3.0.0
2482026-05-20T15:56:21.734Z Downloaded clap_derive v4.6.1
2492026-05-20T15:56:21.734Z Downloaded supports-hyperlinks v3.2.0
2502026-05-20T15:56:21.737Z Downloaded terminal_size v0.4.4
2512026-05-20T15:56:21.740Z Downloaded nextest-metadata v0.12.2
2522026-05-20T15:56:21.743Z Downloaded cargo_metadata v0.23.1
2532026-05-20T15:56:21.743Z Downloaded tokio-macros v2.7.0
2542026-05-20T15:56:21.746Z Downloaded sha2 v0.10.9
2552026-05-20T15:56:21.746Z Downloaded cfg-if v1.0.4
2562026-05-20T15:56:21.750Z Downloaded filetime v0.2.29
2572026-05-20T15:56:21.750Z Downloaded tinyvec_macros v0.1.1
2582026-05-20T15:56:21.750Z Downloaded shlex v1.3.0
2592026-05-20T15:56:21.750Z Downloaded serde_path_to_error v0.1.20
2602026-05-20T15:56:21.753Z Downloaded toml_datetime v0.6.11
2612026-05-20T15:56:21.756Z Downloaded hyper-rustls v0.27.9
2622026-05-20T15:56:21.759Z Downloaded native-tls v0.2.18
2632026-05-20T15:56:21.763Z Downloaded rand_core v0.9.5
2642026-05-20T15:56:21.763Z Downloaded tracing-error v0.2.1
2652026-05-20T15:56:21.763Z Downloaded tower-service v0.3.3
2662026-05-20T15:56:21.766Z Downloaded tower-layer v0.3.3
2672026-05-20T15:56:21.766Z Downloaded toml_write v0.1.2
2682026-05-20T15:56:21.766Z Downloaded rustc-hash v2.1.2
2692026-05-20T15:56:21.766Z Downloaded simd-adler32 v0.3.9
2702026-05-20T15:56:21.769Z Downloaded rand_chacha v0.9.0
2712026-05-20T15:56:21.769Z Downloaded static_assertions v1.1.0
2722026-05-20T15:56:21.769Z Downloaded pkcs8 v0.10.2
2732026-05-20T15:56:21.772Z Downloaded spki v0.7.3
2742026-05-20T15:56:21.773Z Downloaded pkg-config v0.3.33
2752026-05-20T15:56:21.773Z Downloaded humantime v2.3.0
2762026-05-20T15:56:21.776Z Downloaded eyre v0.6.12
2772026-05-20T15:56:21.776Z Downloaded slab v0.4.12
2782026-05-20T15:56:21.776Z Downloaded typeid v1.0.3
2792026-05-20T15:56:21.779Z Downloaded try-lock v0.2.5
2802026-05-20T15:56:21.779Z Downloaded signal-hook-registry v1.4.8
2812026-05-20T15:56:21.779Z Downloaded bitflags v2.11.1
2822026-05-20T15:56:21.782Z Downloaded untrusted v0.9.0
2832026-05-20T15:56:21.782Z Downloaded erased-serde v0.4.10
2842026-05-20T15:56:21.782Z Downloaded unicode-xid v0.2.6
2852026-05-20T15:56:21.786Z Downloaded utf8parse v0.2.2
2862026-05-20T15:56:21.786Z Downloaded urlencoding v2.1.3
2872026-05-20T15:56:21.786Z Downloaded supports-color v3.0.2
2882026-05-20T15:56:21.786Z Downloaded smol_str v0.3.6
2892026-05-20T15:56:21.789Z Downloaded autocfg v1.5.0
2902026-05-20T15:56:21.789Z Downloaded getrandom v0.2.17
2912026-05-20T15:56:21.792Z Downloaded litrs v1.0.0
2922026-05-20T15:56:21.792Z Downloaded camino v1.2.2
2932026-05-20T15:56:21.792Z Downloaded futures v0.3.32
2942026-05-20T15:56:21.796Z Downloaded miette-derive v7.6.0
2952026-05-20T15:56:21.799Z Downloaded rustc-demangle v0.1.27
2962026-05-20T15:56:21.799Z Downloaded rustls-pki-types v1.14.1
2972026-05-20T15:56:21.802Z Downloaded unicode-linebreak v0.1.5
2982026-05-20T15:56:21.802Z Downloaded httparse v1.10.1
2992026-05-20T15:56:21.802Z Downloaded target-spec-miette v0.4.6
3002026-05-20T15:56:21.805Z Downloaded utf8_iter v1.0.4
3012026-05-20T15:56:21.805Z Downloaded target-lexicon v0.13.3
3022026-05-20T15:56:21.805Z Downloaded quick-junit v0.5.2
3032026-05-20T15:56:21.809Z Downloaded parking_lot v0.12.5
3042026-05-20T15:56:21.809Z Downloaded want v0.3.1
3052026-05-20T15:56:21.812Z Downloaded xattr v1.6.1
3062026-05-20T15:56:21.815Z Downloaded semver v1.0.28
3072026-05-20T15:56:21.815Z Downloaded quinn-udp v0.5.14
3082026-05-20T15:56:21.815Z Downloaded proc-macro2 v1.0.106
3092026-05-20T15:56:21.819Z Downloaded once_cell v1.21.4
3102026-05-20T15:56:21.819Z Downloaded thiserror v2.0.18
3112026-05-20T15:56:21.822Z Downloaded thread_local v1.1.9
3122026-05-20T15:56:21.825Z Downloaded tokio-native-tls v0.3.1
3132026-05-20T15:56:21.825Z Downloaded thiserror-impl v2.0.18
3142026-05-20T15:56:21.825Z Downloaded thiserror-impl v1.0.69
3152026-05-20T15:56:21.825Z Downloaded thiserror v1.0.69
3162026-05-20T15:56:21.829Z Downloaded toml_writer v1.1.1+spec-1.1.0
3172026-05-20T15:56:21.832Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3182026-05-20T15:56:21.832Z Downloaded nextest-filtering v0.15.0
3192026-05-20T15:56:21.832Z Downloaded rand_core v0.6.4
3202026-05-20T15:56:21.835Z Downloaded smallvec v1.15.1
3212026-05-20T15:56:21.839Z Downloaded tracing-log v0.2.0
3222026-05-20T15:56:21.839Z Downloaded getrandom v0.4.2
3232026-05-20T15:56:21.842Z Downloaded parking_lot_core v0.9.12
3242026-05-20T15:56:21.842Z Downloaded self_update v0.42.0
3252026-05-20T15:56:21.845Z Downloaded getrandom v0.3.4
3262026-05-20T15:56:21.845Z Downloaded futures-channel v0.3.32
3272026-05-20T15:56:21.848Z Downloaded clap v4.6.1
3282026-05-20T15:56:21.852Z Downloaded serde_core v1.0.228
3292026-05-20T15:56:21.855Z Downloaded log v0.4.29
3302026-05-20T15:56:21.858Z Downloaded unicase v2.9.0
3312026-05-20T15:56:21.864Z Downloaded version_check v0.9.5
3322026-05-20T15:56:21.867Z Downloaded ryu v1.0.23
3332026-05-20T15:56:21.871Z Downloaded xxhash-rust v0.8.15
3342026-05-20T15:56:21.874Z Downloaded serde_derive v1.0.228
3352026-05-20T15:56:21.877Z Downloaded tokio-rustls v0.26.4
3362026-05-20T15:56:21.877Z Downloaded signal-hook v0.3.18
3372026-05-20T15:56:21.880Z Downloaded zmij v1.0.21
3382026-05-20T15:56:22.887Z Downloaded zstd v0.13.3
3392026-05-20T15:56:22.887Z Downloaded toml v0.8.23
3402026-05-20T15:56:22.892Z Downloaded zeroize v1.8.2
3412026-05-20T15:56:22.892Z Downloaded zipsign-api v0.1.5
3422026-05-20T15:56:22.892Z Downloaded num-traits v0.2.19
3432026-05-20T15:56:22.892Z Downloaded bytes v1.11.1
3442026-05-20T15:56:22.892Z Downloaded sharded-slab v0.1.7
3452026-05-20T15:56:22.892Z Downloaded der v0.7.10
3462026-05-20T15:56:22.892Z Downloaded hashbrown v0.17.1
3472026-05-20T15:56:22.892Z Downloaded pin-project v1.1.13
3482026-05-20T15:56:22.892Z Downloaded tempfile v3.27.0
3492026-05-20T15:56:22.892Z Downloaded tracing-attributes v0.1.31
3502026-05-20T15:56:22.892Z Downloaded toml_parser v1.1.2+spec-1.1.0
3512026-05-20T15:56:22.892Z Downloaded toml v1.1.2+spec-1.1.0
3522026-05-20T15:56:22.892Z Downloaded target-spec v3.6.0
3532026-05-20T15:56:22.892Z Downloaded tokio-stream v0.1.18
3542026-05-20T15:56:22.892Z Downloaded tinyvec v1.11.0
3552026-05-20T15:56:22.892Z Downloaded textwrap v0.16.2
3562026-05-20T15:56:22.892Z Downloaded zstd-safe v7.2.4
3572026-05-20T15:56:22.892Z Downloaded ed25519-dalek v2.2.0
3582026-05-20T15:56:22.892Z Downloaded derive_more-impl v2.1.1
3592026-05-20T15:56:22.893Z Downloaded socket2 v0.6.3
3602026-05-20T15:56:22.893Z Downloaded tar v0.4.46
3612026-05-20T15:56:22.893Z Downloaded openssl-sys v0.9.116
3622026-05-20T15:56:22.893Z Downloaded indicatif v0.17.11
3632026-05-20T15:56:22.893Z Downloaded vte v0.14.1
3642026-05-20T15:56:22.893Z Downloaded backtrace v0.3.76
3652026-05-20T15:56:22.893Z Downloaded unicode-ident v1.0.24
3662026-05-20T15:56:22.893Z Downloaded tracing-core v0.1.36
3672026-05-20T15:56:22.893Z Downloaded cc v1.2.62
3682026-05-20T15:56:22.893Z Downloaded borsh v1.6.1
3692026-05-20T15:56:22.893Z Downloaded rustls-webpki v0.103.13
3702026-05-20T15:56:22.893Z Downloaded quinn v0.11.9
3712026-05-20T15:56:22.893Z Downloaded memchr v2.8.0
3722026-05-20T15:56:22.893Z Downloaded flate2 v1.1.9
3732026-05-20T15:56:22.893Z Downloaded uuid v1.23.1
3742026-05-20T15:56:22.893Z Downloaded aho-corasick v1.1.4
3752026-05-20T15:56:22.893Z Downloaded serde v1.0.228
3762026-05-20T15:56:22.893Z Downloaded toml_edit v0.22.27
3772026-05-20T15:56:22.893Z Downloaded hyper-util v0.1.20
3782026-05-20T15:56:22.893Z Downloaded rand v0.9.4
3792026-05-20T15:56:22.893Z Downloaded mio v1.2.0
3802026-05-20T15:56:22.893Z Downloaded tower v0.5.3
3812026-05-20T15:56:22.893Z Downloaded indexmap v2.14.0
3822026-05-20T15:56:22.893Z Downloaded crossterm v0.29.0
3832026-05-20T15:56:22.893Z Downloaded typenum v1.20.0
3842026-05-20T15:56:22.893Z Downloaded http v1.4.0
3852026-05-20T15:56:22.893Z Downloaded url v2.5.8
3862026-05-20T15:56:22.893Z Downloaded guppy v0.17.25
3872026-05-20T15:56:22.893Z Downloaded hashbrown v0.15.5
3882026-05-20T15:56:22.893Z Downloaded miette v7.6.0
3892026-05-20T15:56:22.893Z Downloaded h2 v0.4.14
3902026-05-20T15:56:22.893Z Downloaded futures-util v0.3.32
3912026-05-20T15:56:22.893Z Downloaded serde_json v1.0.149
3922026-05-20T15:56:22.893Z Downloaded clap_builder v4.6.0
3932026-05-20T15:56:22.893Z Downloaded portable-atomic v1.13.1
3942026-05-20T15:56:22.893Z Downloaded regex-syntax v0.8.10
3952026-05-20T15:56:22.893Z Downloaded winnow v1.0.3
3962026-05-20T15:56:22.893Z Downloaded unicode-segmentation v1.13.2
3972026-05-20T15:56:22.893Z Downloaded regex v1.12.3
3982026-05-20T15:56:22.894Z Downloaded itertools v0.14.0
3992026-05-20T15:56:22.894Z Downloaded chrono v0.4.44
4002026-05-20T15:56:22.894Z Downloaded unicode-normalization v0.1.25
4012026-05-20T15:56:22.894Z Downloaded tokio-util v0.7.18
4022026-05-20T15:56:22.894Z Downloaded idna v1.1.0
4032026-05-20T15:56:22.894Z Downloaded hyper v1.9.0
4042026-05-20T15:56:22.894Z Downloaded pulldown-cmark v0.13.4
4052026-05-20T15:56:22.894Z Downloaded vcpkg v0.2.15
4062026-05-20T15:56:22.894Z Downloaded tower-http v0.6.11
4072026-05-20T15:56:22.894Z Downloaded unicode-width v0.2.2
4082026-05-20T15:56:22.894Z Downloaded unicode-width v0.1.14
4092026-05-20T15:56:22.894Z Downloaded zerocopy v0.8.48
4102026-05-20T15:56:22.894Z Downloaded reqwest v0.12.28
4112026-05-20T15:56:22.894Z Downloaded quick-xml v0.37.5
4122026-05-20T15:56:22.894Z Downloaded quinn-proto v0.11.14
4132026-05-20T15:56:22.894Z Downloaded bstr v1.12.1
4142026-05-20T15:56:22.894Z Downloaded gimli v0.32.3
4152026-05-20T15:56:22.894Z Downloaded curve25519-dalek v4.1.3
4162026-05-20T15:56:22.894Z Downloaded tracing v0.1.44
4172026-05-20T15:56:22.894Z Downloaded winnow v0.7.15
4182026-05-20T15:56:22.894Z Downloaded webpki-roots v1.0.7
4192026-05-20T15:56:22.894Z Downloaded quick-xml v0.38.4
4202026-05-20T15:56:22.894Z Downloaded tracing-subscriber v0.3.23
4212026-05-20T15:56:22.894Z Downloaded color-eyre v0.6.5
4222026-05-20T15:56:22.894Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4232026-05-20T15:56:22.894Z Downloaded syn v2.0.117
4242026-05-20T15:56:22.894Z Downloaded nextest-runner v0.80.0
4252026-05-20T15:56:22.894Z Downloaded openssl v0.10.80
4262026-05-20T15:56:22.894Z Downloaded nix v0.30.1
4272026-05-20T15:56:22.894Z Downloaded object v0.37.3
4282026-05-20T15:56:22.894Z Downloaded rustls v0.23.40
4292026-05-20T15:56:22.894Z Downloaded rustix v0.38.44
4302026-05-20T15:56:22.894Z Downloaded rustix v1.1.4
4312026-05-20T15:56:22.894Z Downloaded regex-automata v0.4.14
4322026-05-20T15:56:22.894Z Downloaded petgraph v0.8.3
4332026-05-20T15:56:22.894Z Downloaded libc v0.2.186
4342026-05-20T15:56:22.894Z Downloaded tokio v1.52.3
4352026-05-20T15:56:22.894Z Downloaded recursion v0.5.4
4362026-05-20T15:56:22.894Z Downloaded ring v0.17.14
4372026-05-20T15:56:22.895Z Compiling proc-macro2 v1.0.106
4382026-05-20T15:56:22.895Z Compiling libc v0.2.186
4392026-05-20T15:56:22.895Z Compiling unicode-ident v1.0.24
4402026-05-20T15:56:22.898Z Compiling quote v1.0.45
4412026-05-20T15:56:22.899Z Compiling serde_core v1.0.228
4422026-05-20T15:56:22.899Z Compiling cfg-if v1.0.4
4432026-05-20T15:56:22.899Z Compiling memchr v2.8.0
4442026-05-20T15:56:22.899Z Compiling once_cell v1.21.4
4452026-05-20T15:56:22.916Z Compiling log v0.4.29
4462026-05-20T15:56:22.941Z Compiling pin-project-lite v0.2.17
4472026-05-20T15:56:23.069Z Compiling serde v1.0.228
4482026-05-20T15:56:23.073Z Compiling itoa v1.0.18
4492026-05-20T15:56:23.269Z Compiling smallvec v1.15.1
4502026-05-20T15:56:23.297Z Compiling futures-core v0.3.32
4512026-05-20T15:56:23.383Z Compiling bitflags v2.11.1
4522026-05-20T15:56:23.456Z Compiling shlex v1.3.0
4532026-05-20T15:56:23.509Z Compiling hashbrown v0.17.1
4542026-05-20T15:56:23.645Z Compiling equivalent v1.0.2
4552026-05-20T15:56:23.734Z Compiling errno v0.3.14
4562026-05-20T15:56:23.778Z Compiling find-msvc-tools v0.1.9
4572026-05-20T15:56:23.782Z Compiling bytes v1.11.1
4582026-05-20T15:56:23.896Z Compiling signal-hook-registry v1.4.8
4592026-05-20T15:56:23.966Z Compiling jobserver v0.1.34
4602026-05-20T15:56:24.012Z Compiling mio v1.2.0
4612026-05-20T15:56:24.111Z Compiling syn v2.0.117
4622026-05-20T15:56:24.159Z Compiling cc v1.2.62
4632026-05-20T15:56:24.208Z Compiling rustix v1.1.4
4642026-05-20T15:56:24.287Z Compiling futures-sink v0.3.32
4652026-05-20T15:56:24.406Z Compiling socket2 v0.6.3
4662026-05-20T15:56:24.458Z Compiling zmij v1.0.21
4672026-05-20T15:56:24.666Z Compiling slab v0.4.12
4682026-05-20T15:56:24.721Z Compiling futures-channel v0.3.32
4692026-05-20T15:56:24.806Z Compiling tracing-core v0.1.36
4702026-05-20T15:56:24.870Z Compiling serde_json v1.0.149
4712026-05-20T15:56:24.976Z Compiling version_check v0.9.5
4722026-05-20T15:56:25.141Z Compiling indexmap v2.14.0
4732026-05-20T15:56:25.258Z Compiling getrandom v0.4.2
4742026-05-20T15:56:25.319Z Compiling futures-io v0.3.32
4752026-05-20T15:56:25.488Z Compiling futures-task v0.3.32
4762026-05-20T15:56:25.546Z Compiling unicode-width v0.2.2
4772026-05-20T15:56:25.558Z Compiling percent-encoding v2.3.2
4782026-05-20T15:56:25.657Z Compiling camino v1.2.2
4792026-05-20T15:56:25.850Z Compiling ring v0.17.14
4802026-05-20T15:56:25.912Z Compiling http v1.4.0
4812026-05-20T15:56:25.974Z Compiling simd-adler32 v0.3.9
4822026-05-20T15:56:25.988Z Compiling autocfg v1.5.0
4832026-05-20T15:56:26.040Z Compiling adler2 v2.0.1
4842026-05-20T15:56:26.202Z Compiling zeroize v1.8.2
4852026-05-20T15:56:26.328Z Compiling num-traits v0.2.19
4862026-05-20T15:56:26.394Z Compiling miniz_oxide v0.8.9
4872026-05-20T15:56:26.632Z Compiling object v0.37.3
4882026-05-20T15:56:26.801Z Compiling zerocopy v0.8.48
4892026-05-20T15:56:26.929Z Compiling target-lexicon v0.13.3
4902026-05-20T15:56:27.147Z Compiling getrandom v0.3.4
4912026-05-20T15:56:27.281Z Compiling http-body v1.0.1
4922026-05-20T15:56:27.446Z Compiling rustls-pki-types v1.14.1
4932026-05-20T15:56:27.495Z Compiling form_urlencoded v1.2.2
4942026-05-20T15:56:27.599Z Compiling semver v1.0.28
4952026-05-20T15:56:27.666Z Compiling serde_derive v1.0.228
4962026-05-20T15:56:27.774Z Compiling tokio-macros v2.7.0
4972026-05-20T15:56:27.816Z Compiling futures-macro v0.3.32
4982026-05-20T15:56:27.828Z Compiling tracing-attributes v0.1.31
4992026-05-20T15:56:28.146Z Compiling getrandom v0.2.17
5002026-05-20T15:56:28.260Z Compiling thiserror v2.0.18
5012026-05-20T15:56:28.312Z Compiling utf8_iter v1.0.4
5022026-05-20T15:56:28.323Z Compiling httparse v1.10.1
5032026-05-20T15:56:28.473Z Compiling signal-hook v0.3.18
5042026-05-20T15:56:28.504Z Compiling tokio v1.52.3
5052026-05-20T15:56:28.599Z Compiling idna_adapter v1.0.0
5062026-05-20T15:56:28.635Z Compiling futures-util v0.3.32
5072026-05-20T15:56:28.674Z Compiling fnv v1.0.7
5082026-05-20T15:56:28.695Z Compiling owo-colors v4.3.0
5092026-05-20T15:56:28.698Z Compiling gimli v0.32.3
5102026-05-20T15:56:28.771Z Compiling guppy-workspace-hack v0.1.0
5112026-05-20T15:56:28.993Z Compiling untrusted v0.9.0
5122026-05-20T15:56:29.013Z Compiling tracing v0.1.44
5132026-05-20T15:56:29.117Z Compiling idna v1.1.0
5142026-05-20T15:56:29.327Z Compiling thiserror-impl v2.0.18
5152026-05-20T15:56:30.750Z Compiling addr2line v0.25.1
5162026-05-20T15:56:30.887Z Compiling generic-array v0.14.7
5172026-05-20T15:56:31.082Z Compiling thiserror v1.0.69
5182026-05-20T15:56:31.172Z Compiling target-spec v3.6.0
5192026-05-20T15:56:31.217Z Compiling tower-service v0.3.3
5202026-05-20T15:56:31.286Z Compiling atomic-waker v1.1.2
5212026-05-20T15:56:31.311Z Compiling rustc-demangle v0.1.27
5222026-05-20T15:56:31.394Z Compiling pkg-config v0.3.33
5232026-05-20T15:56:31.413Z Compiling fastrand v2.4.1
5242026-05-20T15:56:31.458Z Compiling typeid v1.0.3
5252026-05-20T15:56:31.741Z Compiling rustls v0.23.40
5262026-05-20T15:56:31.752Z Compiling try-lock v0.2.5
5272026-05-20T15:56:31.830Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5282026-05-20T15:56:31.899Z Compiling want v0.3.1
5292026-05-20T15:56:32.013Z Compiling tempfile v3.27.0
5302026-05-20T15:56:32.285Z Compiling cfg-expr v0.20.7
5312026-05-20T15:56:32.306Z Compiling tokio-util v0.7.18
5322026-05-20T15:56:32.377Z Compiling url v2.5.8
5332026-05-20T15:56:32.906Z Compiling h2 v0.4.14
5342026-05-20T15:56:33.388Z Compiling backtrace v0.3.76
5352026-05-20T15:56:33.825Z Compiling thiserror-impl v1.0.69
5362026-05-20T15:56:34.146Z Compiling terminal_size v0.4.4
5372026-05-20T15:56:34.298Z Compiling aho-corasick v1.1.4
5382026-05-20T15:56:34.704Z Compiling winnow v0.7.15
5392026-05-20T15:56:34.816Z Compiling typenum v1.20.0
5402026-05-20T15:56:34.949Z Compiling regex-syntax v0.8.10
5412026-05-20T15:56:35.466Z Compiling subtle v2.6.1
5422026-05-20T15:56:35.630Z Compiling rustls-webpki v0.103.13
5432026-05-20T15:56:36.574Z Compiling erased-serde v0.4.10
5442026-05-20T15:56:36.937Z Compiling regex-automata v0.4.14
5452026-05-20T15:56:38.531Z Compiling hyper v1.9.0
5462026-05-20T15:56:39.738Z Compiling serde_spanned v0.6.9
5472026-05-20T15:56:39.900Z Compiling toml_datetime v0.6.11
5482026-05-20T15:56:40.274Z Compiling ahash v0.8.12
5492026-05-20T15:56:40.536Z Compiling sync_wrapper v1.0.2
5502026-05-20T15:56:40.648Z Compiling foldhash v0.1.5
5512026-05-20T15:56:40.865Z Compiling unicode-segmentation v1.13.2
5522026-05-20T15:56:41.250Z Compiling crc32fast v1.5.0
5532026-05-20T15:56:41.264Z Compiling ipnet v2.12.0
5542026-05-20T15:56:41.553Z Compiling either v1.15.0
5552026-05-20T15:56:41.775Z Compiling nextest-workspace-hack v0.1.0
5562026-05-20T15:56:42.002Z Compiling parking_lot_core v0.9.12
5572026-05-20T15:56:42.076Z Compiling unicode-linebreak v0.1.5
5582026-05-20T15:56:42.162Z Compiling lazy_static v1.5.0
5592026-05-20T15:56:42.269Z Compiling portable-atomic v1.13.1
5602026-05-20T15:56:42.280Z Compiling tower-layer v0.3.3
5612026-05-20T15:56:42.293Z Compiling toml_write v0.1.2
5622026-05-20T15:56:42.334Z Compiling is_ci v1.2.0
5632026-05-20T15:56:42.450Z Compiling base64 v0.22.1
5642026-05-20T15:56:42.479Z Compiling toml_edit v0.22.27
5652026-05-20T15:56:42.509Z Compiling supports-color v3.0.2
5662026-05-20T15:56:42.556Z Compiling tower v0.5.3
5672026-05-20T15:56:42.739Z Compiling hyper-util v0.1.20
5682026-05-20T15:56:42.755Z Compiling textwrap v0.16.2
5692026-05-20T15:56:42.944Z Compiling sharded-slab v0.1.7
5702026-05-20T15:56:43.212Z Compiling tokio-rustls v0.26.4
5712026-05-20T15:56:43.494Z Compiling convert_case v0.10.0
5722026-05-20T15:56:43.532Z Compiling hashbrown v0.15.5
5732026-05-20T15:56:44.143Z Compiling backtrace-ext v0.2.1
5742026-05-20T15:56:44.147Z Compiling ordered-float v2.10.1
5752026-05-20T15:56:44.367Z Compiling webpki-roots v1.0.7
5762026-05-20T15:56:44.398Z Compiling miette-derive v7.6.0
5772026-05-20T15:56:44.426Z Compiling pathdiff v0.2.3
5782026-05-20T15:56:44.481Z Compiling console v0.15.11
5792026-05-20T15:56:44.565Z Compiling tracing-log v0.2.0
5802026-05-20T15:56:44.923Z Compiling cargo-platform v0.3.3
5812026-05-20T15:56:45.336Z Compiling os_pipe v1.2.3
5822026-05-20T15:56:45.479Z Compiling thread_local v1.1.9
5832026-05-20T15:56:45.523Z Compiling fixedbitset v0.5.7
5842026-05-20T15:56:45.523Z Compiling pulldown-cmark v0.13.4
5852026-05-20T15:56:45.764Z Compiling ryu v1.0.23
5862026-05-20T15:56:45.800Z Compiling unicode-width v0.1.14
5872026-05-20T15:56:46.047Z Compiling debug-ignore v1.0.5
5882026-05-20T15:56:46.056Z Compiling scopeguard v1.2.0
5892026-05-20T15:56:46.095Z Compiling supports-unicode v3.0.0
5902026-05-20T15:56:46.130Z Compiling utf8parse v0.2.2
5912026-05-20T15:56:46.157Z Compiling supports-hyperlinks v3.2.0
5922026-05-20T15:56:46.198Z Compiling cfg_aliases v0.2.1
5932026-05-20T15:56:46.238Z Compiling rustix v0.38.44
5942026-05-20T15:56:46.259Z Compiling zstd-safe v7.2.4
5952026-05-20T15:56:46.270Z Compiling winnow v1.0.3
5962026-05-20T15:56:46.370Z Compiling nix v0.30.1
5972026-05-20T15:56:46.503Z Compiling miette v7.6.0
5982026-05-20T15:56:46.706Z Compiling anstyle-parse v1.0.0
5992026-05-20T15:56:46.839Z Compiling lock_api v0.4.14
6002026-05-20T15:56:46.918Z Compiling serde_urlencoded v0.7.1
6012026-05-20T15:56:47.089Z Compiling petgraph v0.8.3
6022026-05-20T15:56:47.194Z Compiling tracing-subscriber v0.3.23
6032026-05-20T15:56:47.695Z Compiling toml_parser v1.1.2+spec-1.1.0
6042026-05-20T15:56:48.063Z Compiling sigchld v0.2.4
6052026-05-20T15:56:48.256Z Compiling cargo_metadata v0.23.1
6062026-05-20T15:56:48.987Z Compiling hyper-rustls v0.27.9
6072026-05-20T15:56:49.004Z Compiling serde-value v0.7.0
6082026-05-20T15:56:49.642Z Compiling serde-untagged v0.1.9
6092026-05-20T15:56:49.757Z Compiling toml v0.8.23
6102026-05-20T15:56:50.270Z Compiling derive_more-impl v2.1.1
6112026-05-20T15:56:50.680Z Compiling tower-http v0.6.11
6122026-05-20T15:56:51.113Z Compiling itertools v0.14.0
6132026-05-20T15:56:51.324Z Compiling regex v1.12.3
6142026-05-20T15:56:51.773Z Compiling block-buffer v0.10.4
6152026-05-20T15:56:51.787Z Compiling crypto-common v0.1.7
6162026-05-20T15:56:51.916Z Compiling ppv-lite86 v0.2.21
6172026-05-20T15:56:51.931Z Compiling futures-executor v0.3.32
6182026-05-20T15:56:52.238Z Compiling rand_core v0.9.5
6192026-05-20T15:56:52.446Z Compiling pin-project-internal v1.1.13
6202026-05-20T15:56:52.482Z Compiling http-body-util v0.1.3
6212026-05-20T15:56:52.556Z Compiling uuid v1.23.1
6222026-05-20T15:56:52.571Z Compiling smol_str v0.3.6
6232026-05-20T15:56:52.728Z Compiling serde_spanned v1.1.1
6242026-05-20T15:56:52.743Z Compiling toml_datetime v1.1.1+spec-1.1.0
6252026-05-20T15:56:52.871Z Compiling filetime v0.2.29
6262026-05-20T15:56:52.893Z Compiling bstr v1.12.1
6272026-05-20T15:56:53.072Z Compiling vte v0.14.1
6282026-05-20T15:56:53.083Z Compiling self_update v0.42.0
6292026-05-20T15:56:53.155Z Compiling unicode-xid v0.2.6
6302026-05-20T15:56:53.283Z Compiling number_prefix v0.4.0
6312026-05-20T15:56:53.295Z Compiling anstyle v1.0.14
6322026-05-20T15:56:53.325Z Compiling colorchoice v1.0.5
6332026-05-20T15:56:53.424Z Compiling static_assertions v1.1.0
6342026-05-20T15:56:53.444Z Compiling eyre v0.6.12
6352026-05-20T15:56:53.492Z Compiling xattr v1.6.1
6362026-05-20T15:56:53.507Z Compiling is_terminal_polyfill v1.70.2
6372026-05-20T15:56:53.555Z Compiling tinyvec_macros v0.1.1
6382026-05-20T15:56:53.595Z Compiling anstyle-query v1.1.5
6392026-05-20T15:56:53.620Z Compiling color-spantrace v0.3.0
6402026-05-20T15:56:53.673Z Compiling iana-time-zone v0.1.65
6412026-05-20T15:56:53.694Z Compiling nested v0.1.1
6422026-05-20T15:56:53.750Z Compiling litrs v1.0.0
6432026-05-20T15:56:53.754Z Compiling unicase v2.9.0
6442026-05-20T15:56:53.924Z Compiling guppy v0.17.25
6452026-05-20T15:56:53.967Z Compiling chrono v0.4.44
6462026-05-20T15:56:54.007Z Compiling anstream v1.0.0
6472026-05-20T15:56:54.200Z Compiling document-features v0.2.12
6482026-05-20T15:56:54.237Z Compiling tinyvec v1.11.0
6492026-05-20T15:56:54.497Z Compiling tar v0.4.46
6502026-05-20T15:56:54.657Z Compiling pin-project v1.1.13
6512026-05-20T15:56:54.756Z Compiling indicatif v0.17.11
6522026-05-20T15:56:54.784Z Compiling globset v0.4.18
6532026-05-20T15:56:54.999Z Compiling cargo-util-schemas v0.2.0
6542026-05-20T15:56:56.959Z Compiling strip-ansi-escapes v0.2.1
6552026-05-20T15:56:57.269Z Compiling toml v1.1.2+spec-1.1.0
6562026-05-20T15:56:57.272Z Compiling newtype-uuid v1.3.2
6572026-05-20T15:56:57.387Z Compiling nextest-metadata v0.12.2
6582026-05-20T15:56:57.444Z Compiling reqwest v0.12.28
6592026-05-20T15:56:57.462Z Compiling rand_chacha v0.9.0
6602026-05-20T15:56:57.818Z Compiling futures v0.3.32
6612026-05-20T15:56:57.901Z Compiling digest v0.10.7
6622026-05-20T15:56:57.970Z Compiling derive_more v2.1.1
6632026-05-20T15:56:58.013Z Compiling parking_lot v0.12.5
6642026-05-20T15:56:58.049Z Compiling flate2 v1.1.9
6652026-05-20T15:56:58.118Z Compiling shared_child v1.1.1
6662026-05-20T15:56:58.449Z Compiling tracing-error v0.2.1
6672026-05-20T15:56:58.915Z Compiling signal-hook-mio v0.2.5
6682026-05-20T15:56:58.927Z Compiling self-replace v1.5.0
6692026-05-20T15:56:59.046Z Compiling cargo-platform v0.2.0
6702026-05-20T15:56:59.218Z Compiling quick-xml v0.38.4
6712026-05-20T15:56:59.598Z Compiling quick-xml v0.37.5
6722026-05-20T15:56:59.962Z Compiling heck v0.5.0
6732026-05-20T15:57:00.383Z Compiling clap_lex v1.1.0
6742026-05-20T15:57:00.433Z Compiling shell-words v1.1.1
6752026-05-20T15:57:00.678Z Compiling indenter v0.3.4
6762026-05-20T15:57:00.734Z Compiling strsim v0.11.1
6772026-05-20T15:57:00.806Z Compiling cpufeatures v0.2.17
6782026-05-20T15:57:00.847Z Compiling humantime v2.3.0
6792026-05-20T15:57:01.104Z Compiling urlencoding v2.1.3
6802026-05-20T15:57:01.128Z Compiling recursion v0.5.4
6812026-05-20T15:57:01.262Z Compiling nextest-filtering v0.15.0
6822026-05-20T15:57:01.341Z Compiling humantime-serde v1.1.1
6832026-05-20T15:57:01.497Z Compiling clap_builder v4.6.0
6842026-05-20T15:57:01.552Z Compiling sha2 v0.10.9
6852026-05-20T15:57:02.762Z Compiling clap_derive v4.6.1
6862026-05-20T15:57:03.008Z Compiling quick-junit v0.5.2
6872026-05-20T15:57:04.529Z Compiling atomicwrites v0.4.4
6882026-05-20T15:57:04.809Z Compiling cargo_metadata v0.20.0
6892026-05-20T15:57:05.155Z Compiling crossterm v0.29.0
6902026-05-20T15:57:06.114Z Compiling cargo-nextest v0.9.97
6912026-05-20T15:57:07.604Z Compiling duct v0.13.7
6922026-05-20T15:57:07.702Z Compiling zstd v0.13.3
6932026-05-20T15:57:07.715Z Compiling config v0.15.23
6942026-05-20T15:57:07.747Z Compiling async-scoped v0.9.0
6952026-05-20T15:57:07.933Z Compiling rand v0.9.4
6962026-05-20T15:57:08.119Z Compiling unicode-normalization v0.1.25
6972026-05-20T15:57:08.343Z Compiling target-spec-miette v0.4.6
6982026-05-20T15:57:08.682Z Compiling future-queue v0.4.0
6992026-05-20T15:57:08.702Z Compiling mukti-metadata v0.3.0
7002026-05-20T15:57:08.751Z Compiling tokio-stream v0.1.18
7012026-05-20T15:57:08.959Z Compiling camino-tempfile v1.4.1
7022026-05-20T15:57:09.188Z Compiling derive-where v1.6.1
7032026-05-20T15:57:09.266Z Compiling serde_ignored v0.1.14
7042026-05-20T15:57:09.312Z Compiling serde_path_to_error v0.1.20
7052026-05-20T15:57:09.378Z Compiling swrite v0.1.0
7062026-05-20T15:57:09.484Z Compiling xxhash-rust v0.8.15
7072026-05-20T15:57:09.616Z Compiling home v0.5.12
7082026-05-20T15:57:09.670Z Compiling hex v0.4.3
7092026-05-20T15:57:09.762Z Compiling indent_write v2.2.0
7102026-05-20T15:57:09.789Z Compiling color-eyre v0.6.5
7112026-05-20T15:57:09.923Z Compiling clap v4.6.1
7122026-05-20T15:57:09.935Z Compiling dialoguer v0.11.0
7132026-05-20T15:57:09.952Z Compiling enable-ansi-support v0.2.1
7142026-05-20T15:57:10.422Z Compiling nextest-runner v0.80.0
7152026-05-20T15:57:28.308Z Finished `release` profile [optimized] target(s) in 1m 09s
7162026-05-20T15:57:28.492Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-05-20T15:57:28.495Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-05-20T15:57:28.606Z+ source .github/buildomat/test-common.sh
7192026-05-20T15:57:28.609Z++ NEXTEST_VERSION=0.9.97
7202026-05-20T15:57:28.609Z++ PLATFORM=illumos
7212026-05-20T15:57:28.609Z++ banner install
7222026-05-20T15:57:28.610Z
7232026-05-20T15:57:28.610Z # # # #### ##### ## # #
7242026-05-20T15:57:28.610Z # ## # # # # # # #
7252026-05-20T15:57:28.610Z # # # # #### # # # # #
7262026-05-20T15:57:28.610Z # # # # # # ###### # #
7272026-05-20T15:57:28.610Z # # ## # # # # # # #
7282026-05-20T15:57:28.610Z # # # #### # # # ###### ######
7292026-05-20T15:57:28.610Z
7302026-05-20T15:57:28.610Z++ set +o errexit
7312026-05-20T15:57:28.610Z++ pkg info clang-15
7322026-05-20T15:57:28.613Z++ grep -qi installed
7332026-05-20T15:57:30.265Zpkg: info: no packages matching the following patterns you specified are
7342026-05-20T15:57:30.265Zinstalled on the system. Try querying remotely instead:
7352026-05-20T15:57:30.265Z
7362026-05-20T15:57:30.265Z clang-15
7372026-05-20T15:57:30.304Z++ [[ 1 != 0 ]]
7382026-05-20T15:57:30.304Z++ set -o errexit
7392026-05-20T15:57:30.307Z++ pfexec pkg install clang-15
7402026-05-20T15:57:37.147Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-05-20T15:57:44.788Z Startup: Caching catalogs ... Done
7422026-05-20T15:57:51.971ZPlanning: Solver setup ... Done
7432026-05-20T15:57:52.012ZPlanning: Running solver ... Done
7442026-05-20T15:57:52.159ZPlanning: Finding local manifests ... Done
7452026-05-20T15:57:52.179ZPlanning: Fetching manifests: 0/2 0% complete
7462026-05-20T15:57:52.680ZPlanning: Fetching manifests: 2/2 100% complete
7472026-05-20T15:57:52.709ZPlanning: Package planning ... Done
7482026-05-20T15:57:52.734ZPlanning: Merging actions ... Done
7492026-05-20T15:57:52.851ZPlanning: Checking for conflicting actions ... Done
7502026-05-20T15:57:52.857ZPlanning: Consolidating action changes ... Done
7512026-05-20T15:57:53.986ZPlanning: Evaluating mediators ... Done
7522026-05-20T15:57:53.990ZPlanning: Planning completed in 9.03 seconds
7532026-05-20T15:57:54.000Z Packages to install: 2
7542026-05-20T15:57:54.000Z Mediators to change: 2
7552026-05-20T15:57:54.006Z Services to change: 1
7562026-05-20T15:57:54.006Z Create boot environment: No
7572026-05-20T15:57:54.006ZCreate backup boot environment: No
7582026-05-20T15:57:54.050Z
7592026-05-20T15:57:54.050ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-05-20T15:57:59.051ZDownload: 1449/3076 items 115.2/211.3MB 54% complete (23.4M/s)
7612026-05-20T15:58:04.028ZDownload: Completed 211.31 MB in 9.95 seconds (21.2M/s)
7622026-05-20T15:58:04.414Z Actions: 1/3418 actions (Installing new actions)
7632026-05-20T15:58:07.557Z Actions: Completed 3418 actions in 3.14 seconds.
7642026-05-20T15:58:08.202Z Done
7652026-05-20T15:58:08.202Z Done
7662026-05-20T15:58:08.946Z Done
7672026-05-20T15:58:12.513Z Done
7682026-05-20T15:58:12.581Z Done
7692026-05-20T15:58:12.585Z Done
7702026-05-20T15:58:12.844Z Done
7712026-05-20T15:58:13.525Z++ set -o errexit
7722026-05-20T15:58:13.525Z++ cargo --version
7732026-05-20T15:58:13.533Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7742026-05-20T15:58:13.537Z++ rustc --version
7752026-05-20T15:58:13.555Zrustc 1.95.0 (59807616e 2026-04-14)
7762026-05-20T15:58:13.560Z++ cargo install cargo-nextest --version 0.9.97
7772026-05-20T15:58:13.609Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7782026-05-20T15:58:13.613Z+ pushd rdb
7792026-05-20T15:58:13.613Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7802026-05-20T15:58:13.613Z+ PROPTEST_CASES=1000000
7812026-05-20T15:58:13.613Z+ cargo nextest run --lib proptest
7822026-05-20T15:58:13.772Z Updating git repository `https://github.com/oxidecomputer/falcon`
7832026-05-20T15:58:14.414ZFrom https://github.com/oxidecomputer/falcon
7842026-05-20T15:58:14.414Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7852026-05-20T15:58:14.490Z Updating crates.io index
7862026-05-20T15:58:14.531Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7872026-05-20T15:58:15.305ZFrom https://github.com/oxidecomputer/dendrite
7882026-05-20T15:58:15.305Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7892026-05-20T15:58:15.335Z Updating git repository `https://github.com/oxidecomputer/ispf`
7902026-05-20T15:58:15.636ZFrom https://github.com/oxidecomputer/ispf
7912026-05-20T15:58:15.636Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7922026-05-20T15:58:15.691Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7932026-05-20T15:58:16.043ZFrom https://github.com/oxidecomputer/netadm-sys
7942026-05-20T15:58:16.043Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7952026-05-20T15:58:16.049Z Updating git repository `https://github.com/oxidecomputer/omicron`
7962026-05-20T15:58:23.730ZFrom https://github.com/oxidecomputer/omicron
7972026-05-20T15:58:23.730Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
7982026-05-20T15:58:24.135Z Updating git repository `https://github.com/oxidecomputer/opte`
7992026-05-20T15:58:24.805ZFrom https://github.com/oxidecomputer/opte
8002026-05-20T15:58:24.805Z * [new ref] 5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 -> refs/commit/5470aa15eaa06e5183c374c1f61e5e5ddd5e0350
8012026-05-20T15:58:24.836Z Updating git repository `https://github.com/illumos/smf-rs`
8022026-05-20T15:58:25.154ZFrom https://github.com/illumos/smf-rs
8032026-05-20T15:58:25.154Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8042026-05-20T15:58:25.293Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8052026-05-20T15:58:25.597ZFrom https://github.com/oxidecomputer/poptrie
8062026-05-20T15:58:25.597Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8072026-05-20T15:58:25.697Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8082026-05-20T15:58:26.008ZFrom https://github.com/oxidecomputer/network-interface
8092026-05-20T15:58:26.008Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8102026-05-20T15:58:26.021Z Updating git repository `https://github.com/oxidecomputer/zone`
8112026-05-20T15:58:26.379ZFrom https://github.com/oxidecomputer/zone
8122026-05-20T15:58:26.379Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8132026-05-20T15:58:26.404Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142026-05-20T15:58:27.104ZFrom https://github.com/oxidecomputer/propolis
8152026-05-20T15:58:27.104Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8162026-05-20T15:58:27.274Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8172026-05-20T15:58:27.881ZFrom https://github.com/oxidecomputer/transceiver-control
8182026-05-20T15:58:27.881Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8192026-05-20T15:58:27.887Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8202026-05-20T15:58:28.285ZFrom https://github.com/oxidecomputer/dlpi-sys
8212026-05-20T15:58:28.285Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8222026-05-20T15:58:28.296Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8232026-05-20T15:58:28.577ZFrom https://github.com/jmesmon/rust-libzfs
8242026-05-20T15:58:28.577Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8252026-05-20T15:58:28.608Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8262026-05-20T15:58:28.917ZFrom https://github.com/oxidecomputer/rusty-doors
8272026-05-20T15:58:28.918Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8282026-05-20T15:58:28.946Z Updating git repository `https://github.com/oxidecomputer/lldp`
8292026-05-20T15:58:29.283ZFrom https://github.com/oxidecomputer/lldp
8302026-05-20T15:58:29.283Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8312026-05-20T15:58:29.293Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8322026-05-20T15:58:29.616ZFrom https://github.com/oxidecomputer/slog-error-chain
8332026-05-20T15:58:29.616Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8342026-05-20T15:58:29.701Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8352026-05-20T15:58:30.023ZFrom https://github.com/oxidecomputer/tufaceous
8362026-05-20T15:58:30.023Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8372026-05-20T15:58:30.059Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8382026-05-20T15:58:30.549ZFrom https://github.com/oxidecomputer/management-gateway-service
8392026-05-20T15:58:30.549Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8402026-05-20T15:58:30.642Z Updating git repository `https://github.com/oxidecomputer/crucible`
8412026-05-20T15:58:31.518ZFrom https://github.com/oxidecomputer/crucible
8422026-05-20T15:58:31.518Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8432026-05-20T15:58:31.695Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8442026-05-20T15:58:31.945ZFrom https://github.com/oxidecomputer/serde_human_bytes
8452026-05-20T15:58:31.945Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8462026-05-20T15:58:31.962Z Updating git repository `https://github.com/oxidecomputer/propolis`
8472026-05-20T15:58:32.344ZFrom https://github.com/oxidecomputer/propolis
8482026-05-20T15:58:32.344Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8492026-05-20T15:58:32.743Z Updating git repository `https://github.com/oxidecomputer/tofino`
8502026-05-20T15:58:33.178ZFrom https://github.com/oxidecomputer/tofino
8512026-05-20T15:58:33.178Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8522026-05-20T15:58:33.187Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532026-05-20T15:58:34.430ZFrom https://github.com/oxidecomputer/maghemite
8542026-05-20T15:58:34.430Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8552026-05-20T15:58:34.472Z Updating git repository `https://github.com/oxidecomputer/clickward`
8562026-05-20T15:58:34.748ZFrom https://github.com/oxidecomputer/clickward
8572026-05-20T15:58:34.748Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8582026-05-20T15:58:34.788Z Updating git repository `https://github.com/oxidecomputer/crucible`
8592026-05-20T15:58:35.450ZFrom https://github.com/oxidecomputer/crucible
8602026-05-20T15:58:35.450Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8612026-05-20T15:58:35.617Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8622026-05-20T15:58:35.846ZFrom https://github.com/oxidecomputer/illumos-devinfo
8632026-05-20T15:58:35.846Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8642026-05-20T15:58:36.940Z Downloading crates ...
8652026-05-20T15:58:37.047Z Downloaded aead v0.5.2
8662026-05-20T15:58:37.047Z Downloaded allocator-api2 v0.2.21
8672026-05-20T15:58:37.064Z Downloaded compression-core v0.4.32
8682026-05-20T15:58:37.064Z Downloaded anyhow v1.0.102
8692026-05-20T15:58:37.065Z Downloaded blake2 v0.10.6
8702026-05-20T15:58:37.065Z Downloaded argon2 v0.5.3
8712026-05-20T15:58:37.065Z Downloaded cobs v0.3.0
8722026-05-20T15:58:37.065Z Downloaded dof v0.3.0
8732026-05-20T15:58:37.065Z Downloaded cipher v0.4.4
8742026-05-20T15:58:37.065Z Downloaded fxhash v0.2.1
8752026-05-20T15:58:37.065Z Downloaded const-random-macro v0.1.16
8762026-05-20T15:58:37.065Z Downloaded byte-wrapper v0.1.0
8772026-05-20T15:58:37.065Z Downloaded foreign-types-macros v0.2.3
8782026-05-20T15:58:37.065Z Downloaded fixedbitset v0.4.2
8792026-05-20T15:58:37.065Z Downloaded foreign-types v0.5.0
8802026-05-20T15:58:37.065Z Downloaded fs_extra v1.3.0
8812026-05-20T15:58:37.065Z Downloaded cstr-argument v0.1.2
8822026-05-20T15:58:37.065Z Downloaded fs-err v3.3.0
8832026-05-20T15:58:37.065Z Downloaded convert_case v0.4.0
8842026-05-20T15:58:37.065Z Downloaded arrayref v0.3.9
8852026-05-20T15:58:37.065Z Downloaded newline-converter v0.3.0
8862026-05-20T15:58:37.065Z Downloaded keccak v0.1.6
8872026-05-20T15:58:37.065Z Downloaded async-stream v0.3.6
8882026-05-20T15:58:37.065Z Downloaded ciborium-ll v0.2.2
8892026-05-20T15:58:37.065Z Downloaded memoffset v0.9.1
8902026-05-20T15:58:37.065Z Downloaded critical-section v1.2.0
8912026-05-20T15:58:37.065Z Downloaded darling_macro v0.21.3
8922026-05-20T15:58:37.065Z Downloaded foreign-types-shared v0.3.1
8932026-05-20T15:58:37.065Z Downloaded foldhash v0.2.0
8942026-05-20T15:58:37.065Z Downloaded expectorate v1.2.0
8952026-05-20T15:58:37.066Z Downloaded async-stream-impl v0.3.6
8962026-05-20T15:58:37.066Z Downloaded async-recursion v1.1.1
8972026-05-20T15:58:37.066Z Downloaded memmap v0.7.0
8982026-05-20T15:58:37.066Z Downloaded mime v0.3.17
8992026-05-20T15:58:37.066Z Downloaded lru-cache v0.1.2
9002026-05-20T15:58:37.066Z Downloaded bit-set v0.8.0
9012026-05-20T15:58:37.066Z Downloaded crucible-workspace-hack v0.1.0
9022026-05-20T15:58:37.066Z Downloaded bytecount v0.6.9
9032026-05-20T15:58:37.066Z Downloaded managed v0.8.0
9042026-05-20T15:58:37.066Z Downloaded dtrace-parser v0.2.0
9052026-05-20T15:58:37.066Z Downloaded const-random v0.1.18
9062026-05-20T15:58:37.066Z Downloaded darling_macro v0.23.0
9072026-05-20T15:58:37.066Z Downloaded base16ct v1.0.0
9082026-05-20T15:58:37.066Z Downloaded hash32 v0.3.1
9092026-05-20T15:58:37.066Z Downloaded is-terminal v0.4.17
9102026-05-20T15:58:37.066Z Downloaded dunce v1.0.5
9112026-05-20T15:58:37.066Z Downloaded httpdate v1.0.3
9122026-05-20T15:58:37.066Z Downloaded float-ord v0.3.2
9132026-05-20T15:58:37.066Z Downloaded compression-codecs v0.4.38
9142026-05-20T15:58:37.066Z Downloaded libscf-sys v1.2.0
9152026-05-20T15:58:37.066Z Downloaded internet-checksum v0.2.1
9162026-05-20T15:58:37.066Z Downloaded idna_adapter v1.2.2
9172026-05-20T15:58:37.066Z Downloaded const_format_proc_macros v0.2.34
9182026-05-20T15:58:37.067Z Downloaded konst_macro_rules v0.2.19
9192026-05-20T15:58:37.067Z Downloaded newtype-uuid-macros v0.1.0
9202026-05-20T15:58:37.067Z Downloaded hostname v0.3.1
9212026-05-20T15:58:37.067Z Downloaded enum-as-inner v0.6.1
9222026-05-20T15:58:37.067Z Downloaded dtrace-parser v0.3.0
9232026-05-20T15:58:37.067Z Downloaded inout v0.1.4
9242026-05-20T15:58:37.067Z Downloaded macaddr v1.0.1
9252026-05-20T15:58:37.067Z Downloaded dof v0.4.0
9262026-05-20T15:58:37.067Z Downloaded heck v0.4.1
9272026-05-20T15:58:37.067Z Downloaded cpufeatures v0.3.0
9282026-05-20T15:58:37.067Z Downloaded ciborium-io v0.2.2
9292026-05-20T15:58:37.067Z Downloaded highway v1.3.0
9302026-05-20T15:58:37.067Z Downloaded num-integer v0.1.46
9312026-05-20T15:58:37.067Z Downloaded hmac v0.12.1
9322026-05-20T15:58:37.067Z Downloaded crunchy v0.2.4
9332026-05-20T15:58:37.067Z Downloaded crc8 v0.1.1
9342026-05-20T15:58:37.067Z Downloaded ipnetwork v0.21.1
9352026-05-20T15:58:37.067Z Downloaded num-conv v0.2.1
9362026-05-20T15:58:37.067Z Downloaded natord v1.0.9
9372026-05-20T15:58:37.067Z Downloaded derive-ex v0.1.8
9382026-05-20T15:58:37.091Z Downloaded linked-hash-map v0.5.6
9392026-05-20T15:58:37.091Z Downloaded hubpack_derive v0.1.1
9402026-05-20T15:58:37.091Z Downloaded hostname v0.4.2
9412026-05-20T15:58:37.091Z Downloaded num_threads v0.1.7
9422026-05-20T15:58:37.091Z Downloaded defmt-parser v1.0.0
9432026-05-20T15:58:37.091Z Downloaded match_cfg v0.1.0
9442026-05-20T15:58:37.091Z Downloaded embedded-io v0.6.1
9452026-05-20T15:58:37.091Z Downloaded defmt v0.3.100
9462026-05-20T15:58:37.091Z Downloaded no-std-compat v0.4.1
9472026-05-20T15:58:37.091Z Downloaded omicron-workspace-hack v0.1.0
9482026-05-20T15:58:37.091Z Downloaded num-iter v0.1.45
9492026-05-20T15:58:37.091Z Downloaded instant v0.1.13
9502026-05-20T15:58:37.091Z Downloaded newtype_derive v0.1.6
9512026-05-20T15:58:37.091Z Downloaded ident_case v1.0.1
9522026-05-20T15:58:37.092Z Downloaded gethostname v0.5.0
9532026-05-20T15:58:37.092Z Downloaded olpc-cjson v0.1.4
9542026-05-20T15:58:37.092Z Downloaded bit-vec v0.8.0
9552026-05-20T15:58:37.092Z Downloaded hubpack v0.1.2
9562026-05-20T15:58:37.092Z Downloaded opaque-debug v0.3.1
9572026-05-20T15:58:37.107Z Downloaded base16ct v0.2.0
9582026-05-20T15:58:37.107Z Downloaded git-stub v1.0.0
9592026-05-20T15:58:37.107Z Downloaded cmake v0.1.58
9602026-05-20T15:58:37.107Z Downloaded deranged v0.5.8
9612026-05-20T15:58:37.107Z Downloaded num_enum_derive v0.5.11
9622026-05-20T15:58:37.107Z Downloaded num v0.4.3
9632026-05-20T15:58:37.107Z Downloaded cancel-safe-futures v0.1.5
9642026-05-20T15:58:37.107Z Downloaded bs58 v0.5.1
9652026-05-20T15:58:37.107Z Downloaded embedded-io v0.4.0
9662026-05-20T15:58:37.107Z Downloaded potential_utf v0.1.5
9672026-05-20T15:58:37.107Z Downloaded pretty-hex v0.4.2
9682026-05-20T15:58:37.107Z Downloaded dyn-clone v1.0.20
9692026-05-20T15:58:37.107Z Downloaded proc-macro-crate v3.5.0
9702026-05-20T15:58:37.107Z Downloaded proc-macro-crate v1.3.1
9712026-05-20T15:58:37.107Z Downloaded git-stub-vcs v0.1.0
9722026-05-20T15:58:37.107Z Downloaded dropshot-api-manager-types v0.7.1
9732026-05-20T15:58:37.107Z Downloaded chacha20 v0.10.0
9742026-05-20T15:58:37.107Z Downloaded num-derive v0.4.2
9752026-05-20T15:58:37.107Z Downloaded backoff v0.4.0
9762026-05-20T15:58:37.114Z Downloaded ingot v0.1.1
9772026-05-20T15:58:37.114Z Downloaded console v0.16.3
9782026-05-20T15:58:37.114Z Downloaded async-trait v0.1.89
9792026-05-20T15:58:37.115Z Downloaded plain v0.2.3
9802026-05-20T15:58:37.115Z Downloaded group v0.13.0
9812026-05-20T15:58:37.115Z Downloaded num_enum v0.7.6
9822026-05-20T15:58:37.115Z Downloaded proc-macro-error-attr v1.0.4
9832026-05-20T15:58:37.115Z Downloaded phf_shared v0.12.1
9842026-05-20T15:58:37.115Z Downloaded proc-macro-error-attr2 v2.0.0
9852026-05-20T15:58:37.115Z Downloaded darling v0.23.0
9862026-05-20T15:58:37.119Z Downloaded erased-serde v0.3.31
9872026-05-20T15:58:37.119Z Downloaded progenitor-macro v0.14.0
9882026-05-20T15:58:37.119Z Downloaded progenitor-macro v0.10.0
9892026-05-20T15:58:37.125Z Downloaded rand_chacha v0.3.1
9902026-05-20T15:58:37.125Z Downloaded progenitor-client v0.14.0
9912026-05-20T15:58:37.125Z Downloaded progenitor-client v0.10.0
9922026-05-20T15:58:37.125Z Downloaded progenitor-client v0.11.2
9932026-05-20T15:58:37.125Z Downloaded displaydoc v0.2.5
9942026-05-20T15:58:37.128Z Downloaded ref-cast-impl v1.0.25
9952026-05-20T15:58:37.128Z Downloaded glob v0.3.3
9962026-05-20T15:58:37.128Z Downloaded progenitor-macro v0.11.2
9972026-05-20T15:58:37.128Z Downloaded colored v3.1.1
9982026-05-20T15:58:37.132Z Downloaded daft-derive v0.1.7
9992026-05-20T15:58:37.132Z Downloaded parse-display v0.10.0
10002026-05-20T15:58:37.136Z Downloaded oxnet v0.1.5
10012026-05-20T15:58:37.136Z Downloaded parse-display-derive v0.10.0
10022026-05-20T15:58:37.136Z Downloaded ff v0.13.1
10032026-05-20T15:58:37.139Z Downloaded linear-map v1.2.0
10042026-05-20T15:58:37.139Z Downloaded num_enum_derive v0.7.6
10052026-05-20T15:58:37.139Z Downloaded pem v3.0.6
10062026-05-20T15:58:37.142Z Downloaded parking_lot_core v0.8.6
10072026-05-20T15:58:37.142Z Downloaded powerfmt v0.2.0
10082026-05-20T15:58:37.142Z Downloaded phf v0.12.1
10092026-05-20T15:58:37.146Z Downloaded rand_xorshift v0.4.0
10102026-05-20T15:58:37.146Z Downloaded num_enum v0.5.11
10112026-05-20T15:58:37.149Z Downloaded paste v1.0.15
10122026-05-20T15:58:37.152Z Downloaded ref-cast v1.0.25
10132026-05-20T15:58:37.152Z Downloaded rustc_version v0.1.7
10142026-05-20T15:58:37.152Z Downloaded daft v0.1.7
10152026-05-20T15:58:37.155Z Downloaded cookie v0.18.1
10162026-05-20T15:58:37.155Z Downloaded drift v0.1.4
10172026-05-20T15:58:37.161Z Downloaded secrecy v0.10.3
10182026-05-20T15:58:37.164Z Downloaded poly1305 v0.8.0
10192026-05-20T15:58:37.168Z Downloaded num-rational v0.4.2
10202026-05-20T15:58:37.168Z Downloaded same-file v1.0.6
10212026-05-20T15:58:37.171Z Downloaded ingot-types v0.1.2
10222026-05-20T15:58:37.171Z Downloaded byteorder v1.5.0
10232026-05-20T15:58:37.171Z Downloaded libsw v3.5.0
10242026-05-20T15:58:37.176Z Downloaded darling v0.21.3
10252026-05-20T15:58:37.179Z Downloaded defmt-macros v1.1.0
10262026-05-20T15:58:37.180Z Downloaded crossbeam-utils v0.8.21
10272026-05-20T15:58:37.180Z Downloaded crossbeam-epoch v0.9.18
10282026-05-20T15:58:37.183Z Downloaded ciborium v0.2.2
10292026-05-20T15:58:37.183Z Downloaded serde_repr v0.1.20
10302026-05-20T15:58:37.186Z Downloaded serde_plain v1.0.2
10312026-05-20T15:58:37.186Z Downloaded scroll_derive v0.13.1
10322026-05-20T15:58:37.186Z Downloaded semver v0.1.20
10332026-05-20T15:58:37.186Z Downloaded scroll_derive v0.12.1
10342026-05-20T15:58:37.189Z Downloaded progenitor v0.13.0
10352026-05-20T15:58:37.189Z Downloaded progenitor-extras v0.2.0
10362026-05-20T15:58:37.189Z Downloaded diff v0.1.13
10372026-05-20T15:58:37.192Z Downloaded quick-error v1.2.3
10382026-05-20T15:58:37.192Z Downloaded progenitor-client v0.13.0
10392026-05-20T15:58:37.193Z Downloaded progenitor v0.11.2
10402026-05-20T15:58:37.196Z Downloaded sha1 v0.10.6
10412026-05-20T15:58:37.196Z Downloaded oxide-tokio-rt v0.1.6
10422026-05-20T15:58:37.196Z Downloaded slog-envlogger v2.2.0
10432026-05-20T15:58:37.199Z Downloaded data-encoding v2.11.0
10442026-05-20T15:58:37.199Z Downloaded progenitor v0.10.0
10452026-05-20T15:58:37.199Z Downloaded proc-macro-error2 v2.0.1
10462026-05-20T15:58:37.202Z Downloaded pest_derive v2.8.6
10472026-05-20T15:58:37.202Z Downloaded progenitor-macro v0.13.0
10482026-05-20T15:58:37.206Z Downloaded parking_lot v0.11.2
10492026-05-20T15:58:37.206Z Downloaded serial_test_derive v3.4.0
10502026-05-20T15:58:37.206Z Downloaded rand_core v0.10.1
10512026-05-20T15:58:37.210Z Downloaded minimal-lexical v0.2.1
10522026-05-20T15:58:37.210Z Downloaded const_format v0.2.36
10532026-05-20T15:58:37.214Z Downloaded num-complex v0.4.6
10542026-05-20T15:58:37.214Z Downloaded memmap2 v0.9.10
10552026-05-20T15:58:37.218Z Downloaded defmt v1.1.0
10562026-05-20T15:58:37.218Z Downloaded proc-macro-error v1.0.4
10572026-05-20T15:58:37.222Z Downloaded siphasher v1.0.3
10582026-05-20T15:58:37.222Z Downloaded litemap v0.8.2
10592026-05-20T15:58:37.225Z Downloaded pest_generator v2.8.6
10602026-05-20T15:58:37.225Z Downloaded slog-bunyan v2.5.0
10612026-05-20T15:58:37.225Z Downloaded libsw-core v0.3.2
10622026-05-20T15:58:37.225Z Downloaded ingot-macros v0.1.1
10632026-05-20T15:58:37.228Z Downloaded structmeta v0.3.0
10642026-05-20T15:58:37.228Z Downloaded smawk v0.3.2
10652026-05-20T15:58:37.228Z Downloaded async-compression v0.4.42
10662026-05-20T15:58:37.234Z Downloaded strum v0.26.3
10672026-05-20T15:58:37.237Z Downloaded rustls-pemfile v2.2.0
10682026-05-20T15:58:37.238Z Downloaded spin v0.5.2
10692026-05-20T15:58:37.238Z Downloaded elliptic-curve v0.13.8
10702026-05-20T15:58:37.238Z Downloaded progenitor v0.14.0
10712026-05-20T15:58:37.238Z Downloaded scroll v0.13.0
10722026-05-20T15:58:37.241Z Downloaded postcard v1.1.3
10732026-05-20T15:58:37.241Z Downloaded sdd v3.0.10
10742026-05-20T15:58:37.245Z Downloaded scroll v0.12.0
10752026-05-20T15:58:37.245Z Downloaded rustversion v1.0.22
10762026-05-20T15:58:37.245Z Downloaded serde_derive_internals v0.29.1
10772026-05-20T15:58:37.245Z Downloaded serde-big-array v0.5.1
10782026-05-20T15:58:37.248Z Downloaded strum v0.27.2
10792026-05-20T15:58:37.248Z Downloaded stable_deref_trait v1.2.1
10802026-05-20T15:58:37.248Z Downloaded password-hash v0.5.0
10812026-05-20T15:58:37.248Z Downloaded structmeta-derive v0.3.0
10822026-05-20T15:58:37.252Z Downloaded take_mut v0.2.2
10832026-05-20T15:58:37.252Z Downloaded tagptr v0.2.0
10842026-05-20T15:58:37.252Z Downloaded dropshot_endpoint v0.17.0
10852026-05-20T15:58:37.256Z Downloaded omicron-zone-package v0.12.2
10862026-05-20T15:58:37.256Z Downloaded rusty-fork v0.3.1
10872026-05-20T15:58:37.256Z Downloaded hashbrown v0.12.3
10882026-05-20T15:58:37.259Z Downloaded derive_more v0.99.20
10892026-05-20T15:58:37.262Z Downloaded termtree v0.5.1
10902026-05-20T15:58:37.262Z Downloaded backon v1.6.0
10912026-05-20T15:58:37.265Z Downloaded serial_test v3.4.0
10922026-05-20T15:58:37.266Z Downloaded tabled_derive v0.11.0
10932026-05-20T15:58:37.266Z Downloaded serde_tokenstream v0.2.3
10942026-05-20T15:58:37.266Z Downloaded testing_table v0.3.0
10952026-05-20T15:58:37.272Z Downloaded thread-id v4.2.2
10962026-05-20T15:58:37.272Z Downloaded slog-dtrace v0.3.0
10972026-05-20T15:58:37.272Z Downloaded sigpipe v0.1.3
10982026-05-20T15:58:37.272Z Downloaded thiserror-impl-no-std v2.0.2
10992026-05-20T15:58:37.272Z Downloaded schemars_derive v0.8.22
11002026-05-20T15:58:37.276Z Downloaded papergrid v0.11.0
11012026-05-20T15:58:37.276Z Downloaded chacha20poly1305 v0.10.1
11022026-05-20T15:58:37.276Z Downloaded typify-macro v0.4.3
11032026-05-20T15:58:37.276Z Downloaded topological-sort v0.2.2
11042026-05-20T15:58:37.276Z Downloaded cargo_toml v0.22.3
11052026-05-20T15:58:37.276Z Downloaded slog-stdlog v4.1.1
11062026-05-20T15:58:37.279Z Downloaded slog-scope v4.4.1
11072026-05-20T15:58:37.279Z Downloaded bcs v0.1.6
11082026-05-20T15:58:37.280Z Downloaded tabwriter v1.4.1
11092026-05-20T15:58:37.283Z Downloaded slog-json v2.6.1
11102026-05-20T15:58:37.283Z Downloaded time-core v0.1.8
11112026-05-20T15:58:37.283Z Downloaded indexmap v1.9.3
11122026-05-20T15:58:37.286Z Downloaded slog-async v2.8.0
11132026-05-20T15:58:37.286Z Downloaded multer v3.1.0
11142026-05-20T15:58:37.286Z Downloaded thread-id v5.1.0
11152026-05-20T15:58:37.289Z Downloaded half v2.7.1
11162026-05-20T15:58:37.289Z Downloaded icu_properties v2.2.0
11172026-05-20T15:58:37.292Z Downloaded csv-core v0.1.13
11182026-05-20T15:58:37.292Z Downloaded crossbeam-deque v0.8.6
11192026-05-20T15:58:37.292Z Downloaded chacha20 v0.9.1
11202026-05-20T15:58:37.296Z Downloaded bitflags v1.3.2
11212026-05-20T15:58:37.296Z Downloaded slog-term v2.9.2
11222026-05-20T15:58:37.296Z Downloaded constant_time_eq v0.4.2
11232026-05-20T15:58:37.299Z Downloaded arrayvec v0.7.6
11242026-05-20T15:58:37.299Z Downloaded progenitor-impl v0.10.0
11252026-05-20T15:58:37.302Z Downloaded usdt-macro v0.5.0
11262026-05-20T15:58:37.302Z Downloaded usdt-attr-macro v0.5.0
11272026-05-20T15:58:37.302Z Downloaded resolv-conf v0.7.6
11282026-05-20T15:58:37.302Z Downloaded unarray v0.1.4
11292026-05-20T15:58:37.302Z Downloaded progenitor-impl v0.11.2
11302026-05-20T15:58:37.306Z Downloaded usdt v0.6.0
11312026-05-20T15:58:37.306Z Downloaded unit-prefix v0.5.2
11322026-05-20T15:58:37.306Z Downloaded rustls-native-certs v0.8.3
11332026-05-20T15:58:37.309Z Downloaded smartstring v1.0.1
11342026-05-20T15:58:37.314Z Downloaded icu_normalizer_data v2.2.0
11352026-05-20T15:58:37.322Z Downloaded heapless v0.8.0
11362026-05-20T15:58:37.322Z Downloaded snafu-derive v0.8.9
11372026-05-20T15:58:37.325Z Downloaded typify-macro v0.6.2
11382026-05-20T15:58:37.326Z Downloaded strum_macros v0.27.2
11392026-05-20T15:58:37.326Z Downloaded papergrid v0.17.0
11402026-05-20T15:58:37.326Z Downloaded usdt v0.5.0
11412026-05-20T15:58:37.326Z Downloaded progenitor-impl v0.13.0
11422026-05-20T15:58:37.326Z Downloaded synstructure v0.13.2
11432026-05-20T15:58:37.326Z Downloaded tabled_derive v0.7.0
11442026-05-20T15:58:37.329Z Downloaded smf v0.2.3
11452026-05-20T15:58:37.329Z Downloaded darling_core v0.23.0
11462026-05-20T15:58:37.329Z Downloaded serde_with_macros v3.20.0
11472026-05-20T15:58:37.333Z Downloaded untrusted v0.7.1
11482026-05-20T15:58:37.336Z Downloaded yoke-derive v0.8.2
11492026-05-20T15:58:37.340Z Downloaded zerofrom-derive v0.1.7
11502026-05-20T15:58:37.340Z Downloaded utf-8 v0.7.6
11512026-05-20T15:58:37.340Z Downloaded darling_core v0.21.3
11522026-05-20T15:58:37.343Z Downloaded arc-swap v1.9.1
11532026-05-20T15:58:37.343Z Downloaded pretty_assertions v1.4.1
11542026-05-20T15:58:37.347Z Downloaded usdt-attr-macro v0.6.0
11552026-05-20T15:58:37.347Z Downloaded progenitor-impl v0.14.0
11562026-05-20T15:58:37.347Z Downloaded waitgroup v0.1.2
11572026-05-20T15:58:37.347Z Downloaded wait-timeout v0.2.1
11582026-05-20T15:58:37.352Z Downloaded usdt-macro v0.6.0
11592026-05-20T15:58:37.352Z Downloaded tinystr v0.8.3
11602026-05-20T15:58:37.352Z Downloaded zone v0.3.1
11612026-05-20T15:58:37.352Z Downloaded tiny-keccak v2.0.2
11622026-05-20T15:58:37.355Z Downloaded zone_cfg_derive v0.3.1
11632026-05-20T15:58:37.355Z Downloaded rhai_codegen v3.1.0
11642026-05-20T15:58:37.358Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11652026-05-20T15:58:37.358Z Downloaded tokio-tungstenite v0.21.0
11662026-05-20T15:58:37.358Z Downloaded tokio-rustls v0.25.0
11672026-05-20T15:58:37.362Z Downloaded zeroize_derive v1.4.3
11682026-05-20T15:58:37.362Z Downloaded icu_provider v2.2.0
11692026-05-20T15:58:37.362Z Downloaded zerofrom v0.1.8
11702026-05-20T15:58:37.362Z Downloaded tokio-dtrace v0.1.1
11712026-05-20T15:58:37.365Z Downloaded time-macros v0.2.27
11722026-05-20T15:58:37.365Z Downloaded indicatif v0.18.4
11732026-05-20T15:58:37.369Z Downloaded spin v0.9.8
11742026-05-20T15:58:37.369Z Downloaded base64 v0.21.7
11752026-05-20T15:58:37.372Z Downloaded usdt-impl v0.5.0
11762026-05-20T15:58:37.373Z Downloaded universal-hash v0.5.1
11772026-05-20T15:58:37.373Z Downloaded strum_macros v0.26.4
11782026-05-20T15:58:37.373Z Downloaded thiserror-no-std v2.0.2
11792026-05-20T15:58:37.378Z Downloaded rustls-platform-verifier v0.7.0
11802026-05-20T15:58:37.378Z Downloaded hickory-resolver v0.24.4
11812026-05-20T15:58:37.381Z Downloaded pest_meta v2.8.6
11822026-05-20T15:58:37.381Z Downloaded konst v0.2.20
11832026-05-20T15:58:37.384Z Downloaded term v1.2.1
11842026-05-20T15:58:37.384Z Downloaded schemars v0.8.22
11852026-05-20T15:58:37.390Z Downloaded xz2 v0.1.7
11862026-05-20T15:58:37.393Z Downloaded whoami v1.6.1
11872026-05-20T15:58:37.393Z Downloaded walkdir v2.5.0
11882026-05-20T15:58:37.393Z Downloaded icu_collections v2.2.0
11892026-05-20T15:58:37.397Z Downloaded thin-vec v0.2.18
11902026-05-20T15:58:37.400Z Downloaded icu_normalizer v2.2.0
11912026-05-20T15:58:37.405Z Downloaded usdt-impl v0.6.0
11922026-05-20T15:58:37.405Z Downloaded crossbeam-channel v0.5.15
11932026-05-20T15:58:37.408Z Downloaded icu_locale_core v2.2.0
11942026-05-20T15:58:37.411Z Downloaded hickory-resolver v0.25.2
11952026-05-20T15:58:37.414Z Downloaded writeable v0.6.3
11962026-05-20T15:58:37.419Z Downloaded schemars v0.9.0
11972026-05-20T15:58:37.425Z Downloaded zerovec-derive v0.11.3
11982026-05-20T15:58:37.431Z Downloaded serde_yaml v0.9.34+deprecated
11992026-05-20T15:58:37.431Z Downloaded prettyplease v0.2.37
12002026-05-20T15:58:37.434Z Downloaded yoke v0.8.2
12012026-05-20T15:58:37.434Z Downloaded crypto-bigint v0.5.5
12022026-05-20T15:58:37.437Z Downloaded ucd-trie v0.1.7
12032026-05-20T15:58:37.441Z Downloaded similar v2.7.0
12042026-05-20T15:58:37.441Z Downloaded slog v2.8.2
12052026-05-20T15:58:37.444Z Downloaded rayon-core v1.13.0
12062026-05-20T15:58:37.444Z Downloaded vsss-rs v3.3.4
12072026-05-20T15:58:37.447Z Downloaded test-strategy v0.4.5
12082026-05-20T15:58:37.447Z Downloaded zerocopy-derive v0.7.35
12092026-05-20T15:58:37.451Z Downloaded toml v0.9.12+spec-1.1.0
12102026-05-20T15:58:37.454Z Downloaded toml v0.7.8
12112026-05-20T15:58:37.454Z Downloaded unsafe-libyaml v0.2.11
12122026-05-20T15:58:37.457Z Downloaded rand v0.8.6
12132026-05-20T15:58:37.460Z Downloaded snafu v0.8.9
12142026-05-20T15:58:37.463Z Downloaded schemars v1.2.1
12152026-05-20T15:58:37.468Z Downloaded typify v0.6.2
12162026-05-20T15:58:37.472Z Downloaded typify v0.4.3
12172026-05-20T15:58:37.476Z Downloaded dropshot-api-manager v0.7.1
12182026-05-20T15:58:37.476Z Downloaded tungstenite v0.21.0
12192026-05-20T15:58:37.480Z Downloaded toml_edit v0.25.11+spec-1.1.0
12202026-05-20T15:58:37.480Z Downloaded nom v7.1.3
12212026-05-20T15:58:37.483Z Downloaded tar v0.4.45
12222026-05-20T15:58:37.483Z Downloaded hkdf v0.12.4
12232026-05-20T15:58:37.486Z Downloaded yansi v1.0.1
12242026-05-20T15:58:37.486Z Downloaded steno v0.4.1
12252026-05-20T15:58:37.490Z Downloaded nom v8.0.0
12262026-05-20T15:58:37.493Z Downloaded itertools v0.12.1
12272026-05-20T15:58:37.496Z Downloaded pest v2.8.6
12282026-05-20T15:58:37.499Z Downloaded jiff-static v0.2.24
12292026-05-20T15:58:37.499Z Downloaded rand v0.10.1
12302026-05-20T15:58:37.502Z Downloaded blake3 v1.8.5
12312026-05-20T15:58:37.506Z Downloaded qorb v0.4.1
12322026-05-20T15:58:37.509Z Downloaded hashbrown v0.16.1
12332026-05-20T15:58:37.513Z Downloaded goblin v0.8.2
12342026-05-20T15:58:37.517Z Downloaded toml_edit v0.19.15
12352026-05-20T15:58:37.536Z Downloaded typed-path v0.9.3
12362026-05-20T15:58:37.539Z Downloaded libm v0.2.16
12372026-05-20T15:58:37.543Z Downloaded zerotrie v0.2.4
12382026-05-20T15:58:37.547Z Downloaded zerocopy-derive v0.8.48
12392026-05-20T15:58:37.553Z Downloaded scc v2.4.0
12402026-05-20T15:58:37.556Z Downloaded iddqd v0.3.18
12412026-05-20T15:58:37.566Z Downloaded reqwest v0.13.3
12422026-05-20T15:58:37.570Z Downloaded icu_properties_data v2.2.0
12432026-05-20T15:58:37.575Z Downloaded rayon v1.12.0
12442026-05-20T15:58:37.622Z Downloaded tough v0.22.0
12452026-05-20T15:58:37.626Z Downloaded zerovec v0.11.6
12462026-05-20T15:58:37.626Z Downloaded moka v0.12.15
12472026-05-20T15:58:37.626Z Downloaded tower-http v0.6.10
12482026-05-20T15:58:37.626Z Downloaded zerocopy v0.7.35
12492026-05-20T15:58:37.626Z Downloaded serde_with v3.20.0
12502026-05-20T15:58:37.626Z Downloaded winnow v0.5.40
12512026-05-20T15:58:37.626Z Downloaded aws-lc-rs v1.17.0
12522026-05-20T15:58:37.631Z Downloaded rustls-webpki v0.102.8
12532026-05-20T15:58:37.638Z Downloaded proptest v1.11.0
12542026-05-20T15:58:37.642Z Downloaded goblin v0.10.5
12552026-05-20T15:58:37.651Z Downloaded time v0.3.47
12562026-05-20T15:58:37.657Z Downloaded tabled v0.20.0
12572026-05-20T15:58:37.665Z Downloaded tabled v0.15.0
12582026-05-20T15:58:37.682Z Downloaded syn v1.0.109
12592026-05-20T15:58:37.687Z Downloaded nix v0.31.3
12602026-05-20T15:58:37.707Z Downloaded regress v0.10.5
12612026-05-20T15:58:37.718Z Downloaded hickory-proto v0.24.4
12622026-05-20T15:58:37.726Z Downloaded hickory-proto v0.25.2
12632026-05-20T15:58:37.743Z Downloaded dropshot v0.17.0
12642026-05-20T15:58:37.755Z Downloaded regress v0.11.1
12652026-05-20T15:58:37.759Z Downloaded typify-impl v0.6.2
12662026-05-20T15:58:37.766Z Downloaded rustls v0.22.4
12672026-05-20T15:58:37.773Z Downloaded rhai v1.24.0
12682026-05-20T15:58:37.779Z Downloaded smoltcp v0.11.0
12692026-05-20T15:58:37.787Z Downloaded openapiv3 v2.2.0
12702026-05-20T15:58:37.809Z Downloaded petgraph v0.6.5
12712026-05-20T15:58:37.817Z Downloaded sled v0.34.7
12722026-05-20T15:58:37.825Z Downloaded typify-impl v0.4.3
12732026-05-20T15:58:37.837Z Downloaded lzma-sys v0.1.20
12742026-05-20T15:58:37.846Z Downloaded jiff v0.2.24
12752026-05-20T15:58:37.854Z Downloaded sha3 v0.10.9
12762026-05-20T15:58:37.875Z Downloaded chrono-tz v0.10.4
12772026-05-20T15:58:37.889Z Downloaded csv v1.4.0
12782026-05-20T15:58:37.960Z Downloaded encoding_rs v0.8.35
12792026-05-20T15:58:38.497Z Downloaded aws-lc-sys v0.41.0
12802026-05-20T15:58:39.400Z Compiling proc-macro2 v1.0.106
12812026-05-20T15:58:39.400Z Compiling unicode-ident v1.0.24
12822026-05-20T15:58:39.400Z Compiling quote v1.0.45
12832026-05-20T15:58:39.400Z Compiling serde_core v1.0.228
12842026-05-20T15:58:39.400Z Compiling cfg-if v1.0.4
12852026-05-20T15:58:39.406Z Compiling serde v1.0.228
12862026-05-20T15:58:39.406Z Compiling libc v0.2.186
12872026-05-20T15:58:39.406Z Compiling memchr v2.8.0
12882026-05-20T15:58:39.605Z Compiling itoa v1.0.18
12892026-05-20T15:58:39.788Z Compiling smallvec v1.15.1
12902026-05-20T15:58:39.821Z Compiling zmij v1.0.21
12912026-05-20T15:58:39.894Z Compiling autocfg v1.5.0
12922026-05-20T15:58:39.985Z Compiling libm v0.2.16
12932026-05-20T15:58:40.200Z Compiling stable_deref_trait v1.2.1
12942026-05-20T15:58:40.234Z Compiling version_check v0.9.5
12952026-05-20T15:58:40.271Z Compiling writeable v0.6.3
12962026-05-20T15:58:40.290Z Compiling litemap v0.8.2
12972026-05-20T15:58:40.404Z Compiling percent-encoding v2.3.2
12982026-05-20T15:58:40.422Z Compiling icu_properties_data v2.2.0
12992026-05-20T15:58:40.476Z Compiling utf8_iter v1.0.4
13002026-05-20T15:58:40.502Z Compiling pin-project-lite v0.2.17
13012026-05-20T15:58:40.593Z Compiling icu_normalizer_data v2.2.0
13022026-05-20T15:58:40.598Z Compiling iana-time-zone v0.1.65
13032026-05-20T15:58:40.614Z Compiling equivalent v1.0.2
13042026-05-20T15:58:40.650Z Compiling syn v2.0.117
13052026-05-20T15:58:40.744Z Compiling form_urlencoded v1.2.2
13062026-05-20T15:58:40.812Z Compiling scopeguard v1.2.0
13072026-05-20T15:58:40.824Z Compiling parking_lot_core v0.9.12
13082026-05-20T15:58:40.846Z Compiling serde_json v1.0.149
13092026-05-20T15:58:40.916Z Compiling lock_api v0.4.14
13102026-05-20T15:58:40.925Z Compiling dyn-clone v1.0.20
13112026-05-20T15:58:40.928Z Compiling log v0.4.29
13122026-05-20T15:58:41.069Z Compiling num-traits v0.2.19
13132026-05-20T15:58:41.095Z Compiling jobserver v0.1.34
13142026-05-20T15:58:41.106Z Compiling find-msvc-tools v0.1.9
13152026-05-20T15:58:41.126Z Compiling shlex v1.3.0
13162026-05-20T15:58:41.137Z Compiling hashbrown v0.17.1
13172026-05-20T15:58:41.303Z Compiling thiserror v2.0.18
13182026-05-20T15:58:41.337Z Compiling cc v1.2.62
13192026-05-20T15:58:41.404Z Compiling rand_core v0.10.1
13202026-05-20T15:58:41.465Z Compiling getrandom v0.4.2
13212026-05-20T15:58:41.554Z Compiling semver v1.0.28
13222026-05-20T15:58:41.699Z Compiling indexmap v2.14.0
13232026-05-20T15:58:41.752Z Compiling errno v0.3.14
13242026-05-20T15:58:41.866Z Compiling futures-core v0.3.32
13252026-05-20T15:58:42.105Z Compiling zerocopy v0.8.48
13262026-05-20T15:58:42.115Z Compiling heck v0.5.0
13272026-05-20T15:58:42.115Z Compiling futures-sink v0.3.32
13282026-05-20T15:58:42.180Z Compiling slab v0.4.12
13292026-05-20T15:58:42.312Z Compiling fnv v1.0.7
13302026-05-20T15:58:42.323Z Compiling uuid v1.23.1
13312026-05-20T15:58:42.349Z Compiling futures-channel v0.3.32
13322026-05-20T15:58:42.410Z Compiling schemars v0.8.22
13332026-05-20T15:58:42.552Z Compiling socket2 v0.6.3
13342026-05-20T15:58:42.567Z Compiling futures-io v0.3.32
13352026-05-20T15:58:42.670Z Compiling futures-task v0.3.32
13362026-05-20T15:58:42.719Z Compiling parking_lot v0.12.5
13372026-05-20T15:58:42.730Z Compiling rustversion v1.0.22
13382026-05-20T15:58:42.778Z Compiling signal-hook-registry v1.4.8
13392026-05-20T15:58:42.814Z Compiling mio v1.2.0
13402026-05-20T15:58:42.885Z Compiling portable-atomic v1.13.1
13412026-05-20T15:58:43.059Z Compiling getrandom v0.2.17
13422026-05-20T15:58:43.079Z Compiling typenum v1.20.0
13432026-05-20T15:58:43.141Z Compiling subtle v2.6.1
13442026-05-20T15:58:43.152Z Compiling bitflags v2.11.1
13452026-05-20T15:58:43.245Z Compiling critical-section v1.2.0
13462026-05-20T15:58:43.305Z Compiling untrusted v0.9.0
13472026-05-20T15:58:43.325Z Compiling base64 v0.22.1
13482026-05-20T15:58:43.357Z Compiling byteorder v1.5.0
13492026-05-20T15:58:43.393Z Compiling rand_core v0.6.4
13502026-05-20T15:58:43.416Z Compiling synstructure v0.13.2
13512026-05-20T15:58:43.592Z Compiling serde_derive_internals v0.29.1
13522026-05-20T15:58:43.604Z Compiling regex-syntax v0.8.10
13532026-05-20T15:58:43.662Z Compiling cmake v0.1.58
13542026-05-20T15:58:43.728Z Compiling fs_extra v1.3.0
13552026-05-20T15:58:43.731Z Compiling dunce v1.0.5
13562026-05-20T15:58:43.831Z Compiling once_cell v1.21.4
13572026-05-20T15:58:43.896Z Compiling ipnet v2.12.0
13582026-05-20T15:58:43.914Z Compiling httparse v1.10.1
13592026-05-20T15:58:43.982Z Compiling atomic-waker v1.1.2
13602026-05-20T15:58:43.998Z Compiling aws-lc-sys v0.41.0
13612026-05-20T15:58:44.044Z Compiling tower-layer v0.3.3
13622026-05-20T15:58:44.106Z Compiling tower-service v0.3.3
13632026-05-20T15:58:44.201Z Compiling slog v2.8.2
13642026-05-20T15:58:44.210Z Compiling generic-array v0.14.7
13652026-05-20T15:58:44.334Z Compiling ucd-trie v0.1.7
13662026-05-20T15:58:44.433Z Compiling thiserror v1.0.69
13672026-05-20T15:58:44.444Z Compiling strsim v0.11.1
13682026-05-20T15:58:44.456Z Compiling rustix v1.1.4
13692026-05-20T15:58:44.637Z Compiling ryu v1.0.23
13702026-05-20T15:58:44.637Z Compiling try-lock v0.2.5
13712026-05-20T15:58:44.663Z Compiling serde_derive v1.0.228
13722026-05-20T15:58:44.796Z Compiling zerofrom-derive v0.1.7
13732026-05-20T15:58:44.808Z Compiling yoke-derive v0.8.2
13742026-05-20T15:58:44.869Z Compiling zerovec-derive v0.11.3
13752026-05-20T15:58:44.879Z Compiling displaydoc v0.2.5
13762026-05-20T15:58:44.904Z Compiling tokio-macros v2.7.0
13772026-05-20T15:58:44.959Z Compiling schemars_derive v0.8.22
13782026-05-20T15:58:45.627Z Compiling thiserror-impl v2.0.18
13792026-05-20T15:58:45.638Z Compiling zerocopy-derive v0.8.48
13802026-05-20T15:58:45.877Z Compiling zeroize_derive v1.4.3
13812026-05-20T15:58:45.950Z Compiling futures-macro v0.3.32
13822026-05-20T15:58:45.987Z Compiling zerofrom v0.1.8
13832026-05-20T15:58:46.106Z Compiling yoke v0.8.2
13842026-05-20T15:58:46.289Z Compiling zerovec v0.11.6
13852026-05-20T15:58:46.324Z Compiling zerotrie v0.2.4
13862026-05-20T15:58:46.562Z Compiling zeroize v1.8.2
13872026-05-20T15:58:46.757Z Compiling tinystr v0.8.3
13882026-05-20T15:58:46.773Z Compiling potential_utf v0.1.5
13892026-05-20T15:58:46.794Z Compiling futures-util v0.3.32
13902026-05-20T15:58:46.925Z Compiling icu_locale_core v2.2.0
13912026-05-20T15:58:46.936Z Compiling icu_collections v2.2.0
13922026-05-20T15:58:46.949Z Compiling want v0.3.1
13932026-05-20T15:58:46.968Z Compiling thiserror-impl v1.0.69
13942026-05-20T15:58:47.101Z Compiling pest v2.8.6
13952026-05-20T15:58:47.500Z Compiling httpdate v1.0.3
13962026-05-20T15:58:47.738Z Compiling icu_provider v2.2.0
13972026-05-20T15:58:47.950Z Compiling bytes v1.11.1
13982026-05-20T15:58:48.022Z Compiling icu_properties v2.2.0
13992026-05-20T15:58:48.069Z Compiling icu_normalizer v2.2.0
14002026-05-20T15:58:48.147Z Compiling chrono v0.4.44
14012026-05-20T15:58:48.413Z Compiling http v1.4.0
14022026-05-20T15:58:48.578Z Compiling tokio v1.52.3
14032026-05-20T15:58:48.651Z Compiling serde_tokenstream v0.2.3
14042026-05-20T15:58:48.927Z Compiling idna_adapter v1.2.2
14052026-05-20T15:58:49.064Z Compiling idna v1.1.0
14062026-05-20T15:58:49.120Z Compiling http-body v1.0.1
14072026-05-20T15:58:49.199Z Compiling erased-serde v0.3.31
14082026-05-20T15:58:49.267Z Compiling pest_meta v2.8.6
14092026-05-20T15:58:49.383Z Compiling url v2.5.8
14102026-05-20T15:58:49.821Z Compiling ppv-lite86 v0.2.21
14112026-05-20T15:58:50.040Z Compiling getrandom v0.3.4
14122026-05-20T15:58:50.129Z Compiling pest_generator v2.8.6
14132026-05-20T15:58:50.228Z Compiling pretty-hex v0.4.2
14142026-05-20T15:58:50.261Z Compiling plain v0.2.3
14152026-05-20T15:58:50.356Z Compiling paste v1.0.15
14162026-05-20T15:58:50.373Z Compiling allocator-api2 v0.2.21
14172026-05-20T15:58:50.392Z Compiling foldhash v0.2.0
14182026-05-20T15:58:50.525Z Compiling crypto-common v0.1.7
14192026-05-20T15:58:50.616Z Compiling tracing-attributes v0.1.31
14202026-05-20T15:58:50.657Z Compiling hashbrown v0.16.1
14212026-05-20T15:58:50.670Z Compiling tracing-core v0.1.36
14222026-05-20T15:58:50.688Z Compiling ident_case v1.0.1
14232026-05-20T15:58:50.720Z Compiling pest_derive v2.8.6
14242026-05-20T15:58:50.800Z Compiling omicron-workspace-hack v0.1.0
14252026-05-20T15:58:51.215Z Compiling http-body-util v0.1.3
14262026-05-20T15:58:51.261Z Compiling serde_urlencoded v0.7.1
14272026-05-20T15:58:51.273Z Compiling aho-corasick v1.1.4
14282026-05-20T15:58:51.439Z Compiling ipnetwork v0.21.1
14292026-05-20T15:58:51.484Z Compiling sync_wrapper v1.0.2
14302026-05-20T15:58:51.493Z Compiling rustls-pki-types v1.14.1
14312026-05-20T15:58:51.530Z Compiling daft-derive v0.1.7
14322026-05-20T15:58:51.580Z Compiling fastrand v2.4.1
14332026-05-20T15:58:51.807Z Compiling tracing v0.1.44
14342026-05-20T15:58:51.832Z Compiling winnow v1.0.3
14352026-05-20T15:58:51.866Z Compiling async-trait v0.1.89
14362026-05-20T15:58:51.952Z Compiling scroll_derive v0.13.1
14372026-05-20T15:58:52.038Z Compiling regex-automata v0.4.14
14382026-05-20T15:58:52.267Z Compiling tokio-util v0.7.18
14392026-05-20T15:58:52.623Z Compiling ring v0.17.14
14402026-05-20T15:58:52.917Z Compiling powerfmt v0.2.0
14412026-05-20T15:58:53.060Z Compiling cpufeatures v0.2.17
14422026-05-20T15:58:53.123Z Compiling time-core v0.1.8
14432026-05-20T15:58:53.134Z Compiling num-conv v0.2.1
14442026-05-20T15:58:53.146Z Compiling anyhow v1.0.102
14452026-05-20T15:58:53.273Z Compiling time-macros v0.2.27
14462026-05-20T15:58:53.416Z Compiling deranged v0.5.8
14472026-05-20T15:58:53.668Z Compiling scroll v0.13.0
14482026-05-20T15:58:53.929Z Compiling regex v1.12.3
14492026-05-20T15:58:54.236Z Compiling oxnet v0.1.5
14502026-05-20T15:58:54.350Z Compiling block-buffer v0.10.4
14512026-05-20T15:58:54.385Z Compiling openssl-probe v0.2.1
14522026-05-20T15:58:54.491Z Compiling num_threads v0.1.7
14532026-05-20T15:58:54.559Z Compiling hex v0.4.3
14542026-05-20T15:58:54.574Z Compiling digest v0.10.7
14552026-05-20T15:58:54.584Z Compiling goblin v0.10.5
14562026-05-20T15:58:54.804Z Compiling camino v1.2.2
14572026-05-20T15:58:55.001Z Compiling usdt-impl v0.6.0
14582026-05-20T15:58:55.024Z Compiling crc32fast v1.5.0
14592026-05-20T15:58:55.258Z Compiling h2 v0.4.14
14602026-05-20T15:58:55.345Z Compiling dtrace-parser v0.3.0
14612026-05-20T15:58:55.571Z Compiling aws-lc-rs v1.17.0
14622026-05-20T15:58:56.144Z Compiling crossbeam-utils v0.8.21
14632026-05-20T15:58:56.461Z Compiling futures-executor v0.3.32
14642026-05-20T15:58:56.474Z Compiling structmeta-derive v0.3.0
14652026-05-20T15:58:56.554Z Compiling thread-id v5.1.0
14662026-05-20T15:58:56.633Z Compiling rustls v0.22.4
14672026-05-20T15:58:56.731Z Compiling adler2 v2.0.1
14682026-05-20T15:58:56.852Z Compiling simd-adler32 v0.3.9
14692026-05-20T15:58:56.864Z Compiling futures v0.3.32
14702026-05-20T15:58:56.937Z Compiling rand_core v0.9.5
14712026-05-20T15:58:57.045Z Compiling miniz_oxide v0.8.9
14722026-05-20T15:58:57.146Z Compiling dof v0.4.0
14732026-05-20T15:58:57.233Z Compiling hyper v1.9.0
14742026-05-20T15:58:57.501Z Compiling structmeta v0.3.0
14752026-05-20T15:58:57.695Z Compiling darling_core v0.23.0
14762026-05-20T15:58:57.707Z Compiling newtype-uuid-macros v0.1.0
14772026-05-20T15:58:57.771Z Compiling thread_local v1.1.9
14782026-05-20T15:58:58.247Z Compiling untrusted v0.7.1
14792026-05-20T15:58:58.370Z Compiling hyper-util v0.1.20
14802026-05-20T15:58:58.542Z Compiling match_cfg v0.1.0
14812026-05-20T15:58:58.557Z Compiling flate2 v1.1.9
14822026-05-20T15:58:58.607Z Compiling newtype-uuid v1.3.2
14832026-05-20T15:58:58.907Z Compiling rustls v0.23.40
14842026-05-20T15:58:58.945Z Compiling compression-core v0.4.32
14852026-05-20T15:58:58.974Z Compiling quick-error v1.2.3
14862026-05-20T15:58:58.996Z Compiling slog-async v2.8.0
14872026-05-20T15:58:59.075Z Compiling ref-cast v1.0.25
14882026-05-20T15:58:59.097Z Compiling compression-codecs v0.4.38
14892026-05-20T15:58:59.126Z Compiling daft v0.1.7
14902026-05-20T15:58:59.333Z Compiling usdt-macro v0.6.0
14912026-05-20T15:58:59.337Z Compiling usdt-attr-macro v0.6.0
14922026-05-20T15:58:59.358Z Compiling rand_chacha v0.9.0
14932026-05-20T15:58:59.380Z Compiling strum_macros v0.26.4
14942026-05-20T15:58:59.433Z Compiling ref-cast-impl v1.0.25
14952026-05-20T15:58:59.772Z Compiling serde_spanned v1.1.1
14962026-05-20T15:58:59.808Z Compiling darling_macro v0.23.0
14972026-05-20T15:58:59.918Z Compiling multer v3.1.0
14982026-05-20T15:59:00.046Z Compiling debug-ignore v1.0.5
14992026-05-20T15:59:00.060Z Compiling term v1.2.1
15002026-05-20T15:59:00.147Z Compiling take_mut v0.2.2
15012026-05-20T15:59:00.151Z Compiling toml_writer v1.1.1+spec-1.1.0
15022026-05-20T15:59:00.253Z Compiling bit-vec v0.8.0
15032026-05-20T15:59:00.401Z Compiling darling v0.23.0
15042026-05-20T15:59:00.430Z Compiling bit-set v0.8.0
15052026-05-20T15:59:00.474Z Compiling serde_with_macros v3.20.0
15062026-05-20T15:59:00.486Z Compiling rand v0.9.4
15072026-05-20T15:59:00.507Z Compiling async-stream-impl v0.3.6
15082026-05-20T15:59:00.583Z Compiling dropshot v0.17.0
15092026-05-20T15:59:00.743Z Compiling encoding_rs v0.8.35
15102026-05-20T15:59:00.982Z Compiling strum v0.26.3
15112026-05-20T15:59:01.075Z Compiling unarray v0.1.4
15122026-05-20T15:59:01.082Z Compiling mime v0.3.17
15132026-05-20T15:59:01.104Z Compiling spin v0.9.8
15142026-05-20T15:59:01.146Z Compiling async-stream v0.3.6
15152026-05-20T15:59:01.229Z Compiling derive-ex v0.1.8
15162026-05-20T15:59:01.317Z Compiling tower v0.5.3
15172026-05-20T15:59:01.342Z Compiling dropshot_endpoint v0.17.0
15182026-05-20T15:59:01.593Z Compiling macaddr v1.0.1
15192026-05-20T15:59:01.617Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15202026-05-20T15:59:01.810Z Compiling waitgroup v0.1.2
15212026-05-20T15:59:01.946Z Compiling serde_path_to_error v0.1.20
15222026-05-20T15:59:02.280Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15232026-05-20T15:59:02.298Z Compiling tower-http v0.6.10
15242026-05-20T15:59:02.373Z Compiling tempfile v3.27.0
15252026-05-20T15:59:02.449Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15262026-05-20T15:59:02.576Z Compiling openapiv3 v2.2.0
15272026-05-20T15:59:02.690Z Compiling strum_macros v0.27.2
15282026-05-20T15:59:02.772Z Compiling test-strategy v0.4.5
15292026-05-20T15:59:03.070Z Compiling instant v0.1.13
15302026-05-20T15:59:03.175Z Compiling syn v1.0.109
15312026-05-20T15:59:03.467Z Compiling time v0.3.47
15322026-05-20T15:59:03.559Z Compiling rustls-native-certs v0.8.3
15332026-05-20T15:59:03.882Z Compiling rustc-hash v2.1.2
15342026-05-20T15:59:04.058Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15352026-05-20T15:59:04.160Z Compiling crossbeam-channel v0.5.15
15362026-05-20T15:59:04.542Z Compiling strum v0.27.2
15372026-05-20T15:59:04.665Z Compiling parse-display-derive v0.10.0
15382026-05-20T15:59:05.111Z Compiling backon v1.6.0
15392026-05-20T15:59:05.127Z Compiling rand_chacha v0.3.1
15402026-05-20T15:59:05.389Z Compiling rustls-webpki v0.102.8
15412026-05-20T15:59:06.247Z Compiling rand v0.8.6
15422026-05-20T15:59:06.261Z Compiling slog-json v2.6.1
15432026-05-20T15:59:06.271Z Compiling hostname v0.3.1
15442026-05-20T15:59:06.286Z Compiling toml_parser v1.1.2+spec-1.1.0
15452026-05-20T15:59:06.326Z Compiling toml_datetime v1.1.1+spec-1.1.0
15462026-05-20T15:59:06.453Z Compiling is-terminal v0.4.17
15472026-05-20T15:59:06.546Z Compiling wait-timeout v0.2.1
15482026-05-20T15:59:06.593Z Compiling memmap2 v0.9.10
15492026-05-20T15:59:06.696Z Compiling either v1.15.0
15502026-05-20T15:59:06.807Z Compiling usdt v0.6.0
15512026-05-20T15:59:06.839Z Compiling rusty-fork v0.3.1
15522026-05-20T15:59:06.865Z Compiling toml v1.1.2+spec-1.1.0
15532026-05-20T15:59:06.951Z Compiling slog-term v2.9.2
15542026-05-20T15:59:07.071Z Compiling slog-bunyan v2.5.0
15552026-05-20T15:59:07.204Z Compiling serde_with v3.20.0
15562026-05-20T15:59:07.284Z Compiling async-compression v0.4.42
15572026-05-20T15:59:07.540Z Compiling rand_xorshift v0.4.0
15582026-05-20T15:59:07.584Z Compiling sha1 v0.10.6
15592026-05-20T15:59:07.587Z Compiling rustls-pemfile v2.2.0
15602026-05-20T15:59:07.683Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15612026-05-20T15:59:07.722Z Compiling regress v0.10.5
15622026-05-20T15:59:07.831Z Compiling tokio-rustls v0.25.0
15632026-05-20T15:59:07.847Z Compiling hostname v0.4.2
15642026-05-20T15:59:08.488Z Compiling proptest v1.11.0
15652026-05-20T15:59:08.488Z Compiling iddqd v0.3.18
15662026-05-20T15:59:09.172Z Compiling reqwest v0.12.28
15672026-05-20T15:59:09.639Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15682026-05-20T15:59:10.009Z Compiling itertools v0.14.0
15692026-05-20T15:59:10.372Z Compiling progenitor-client v0.10.0
15702026-05-20T15:59:10.734Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15712026-05-20T15:59:11.217Z Compiling backoff v0.4.0
15722026-05-20T15:59:11.234Z Compiling parse-display v0.10.0
15732026-05-20T15:59:11.427Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15742026-05-20T15:59:12.601Z Compiling regress v0.11.1
15752026-05-20T15:59:12.623Z Compiling utf8parse v0.2.2
15762026-05-20T15:59:12.864Z Compiling anstyle-parse v1.0.0
15772026-05-20T15:59:13.280Z Compiling anstyle v1.0.14
15782026-05-20T15:59:13.507Z Compiling colorchoice v1.0.5
15792026-05-20T15:59:13.622Z Compiling anstyle-query v1.1.5
15802026-05-20T15:59:13.733Z Compiling is_terminal_polyfill v1.70.2
15812026-05-20T15:59:13.836Z Compiling anstream v1.0.0
15822026-05-20T15:59:14.274Z Compiling typify-impl v0.6.2
15832026-05-20T15:59:14.681Z Compiling toml_datetime v0.6.11
15842026-05-20T15:59:14.832Z Compiling zerocopy-derive v0.7.35
15852026-05-20T15:59:15.197Z Compiling clap_lex v1.1.0
15862026-05-20T15:59:15.209Z Compiling convert_case v0.4.0
15872026-05-20T15:59:15.498Z Compiling derive_more v0.99.20
15882026-05-20T15:59:15.698Z Compiling zerocopy v0.7.35
15892026-05-20T15:59:16.249Z Compiling unicode-width v0.2.2
15902026-05-20T15:59:16.620Z Compiling secrecy v0.10.3
15912026-05-20T15:59:16.771Z Compiling clap_derive v4.6.1
15922026-05-20T15:59:16.995Z Compiling crucible-workspace-hack v0.1.0
15932026-05-20T15:59:17.007Z Compiling tinyvec_macros v0.1.1
15942026-05-20T15:59:17.088Z Compiling float-ord v0.3.2
15952026-05-20T15:59:17.183Z Compiling tinyvec v1.11.0
15962026-05-20T15:59:17.724Z Compiling terminal_size v0.4.4
15972026-05-20T15:59:17.882Z Compiling dtrace-parser v0.2.0
15982026-05-20T15:59:17.906Z Compiling scroll_derive v0.12.1
15992026-05-20T15:59:17.990Z Compiling num-integer v0.1.46
16002026-05-20T15:59:18.307Z Compiling rustc_version v0.4.1
16012026-05-20T15:59:18.506Z Compiling usdt-impl v0.5.0
16022026-05-20T15:59:18.583Z Compiling curve25519-dalek v4.1.3
16032026-05-20T15:59:18.627Z Compiling scroll v0.12.0
16042026-05-20T15:59:19.042Z Compiling dof v0.3.0
16052026-05-20T15:59:19.309Z Compiling hmac v0.12.1
16062026-05-20T15:59:19.375Z Compiling darling_core v0.21.3
16072026-05-20T15:59:19.436Z Compiling inout v0.1.4
16082026-05-20T15:59:19.447Z Compiling ff v0.13.1
16092026-05-20T15:59:19.520Z Compiling thread-id v4.2.2
16102026-05-20T15:59:19.567Z Compiling cipher v0.4.4
16112026-05-20T15:59:19.612Z Compiling group v0.13.0
16122026-05-20T15:59:19.756Z Compiling hkdf v0.12.4
16132026-05-20T15:59:20.233Z Compiling goblin v0.8.2
16142026-05-20T15:59:20.276Z Compiling num-iter v0.1.45
16152026-05-20T15:59:20.390Z Compiling num-rational v0.4.2
16162026-05-20T15:59:20.441Z Compiling clap_builder v4.6.0
16172026-05-20T15:59:20.514Z Compiling typify-macro v0.6.2
16182026-05-20T15:59:20.638Z Compiling toml_edit v0.25.11+spec-1.1.0
16192026-05-20T15:59:20.987Z Compiling thiserror-impl-no-std v2.0.2
16202026-05-20T15:59:21.437Z Compiling darling_macro v0.21.3
16212026-05-20T15:59:21.505Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16222026-05-20T15:59:21.980Z Compiling crossbeam-epoch v0.9.18
16232026-05-20T15:59:22.074Z Compiling universal-hash v0.5.1
16242026-05-20T15:59:22.203Z Compiling crypto-bigint v0.5.5
16252026-05-20T15:59:22.323Z Compiling half v2.7.1
16262026-05-20T15:59:22.337Z Compiling curve25519-dalek-derive v0.1.1
16272026-05-20T15:59:22.541Z Compiling typify v0.6.2
16282026-05-20T15:59:22.612Z Compiling num-complex v0.4.6
16292026-05-20T15:59:23.053Z Compiling base16ct v0.2.0
16302026-05-20T15:59:23.149Z Compiling opaque-debug v0.3.1
16312026-05-20T15:59:23.160Z Compiling base64ct v1.8.3
16322026-05-20T15:59:23.214Z Compiling ciborium-io v0.2.2
16332026-05-20T15:59:23.226Z Compiling poly1305 v0.8.0
16342026-05-20T15:59:23.307Z Compiling ciborium-ll v0.2.2
16352026-05-20T15:59:23.393Z Compiling password-hash v0.5.0
16362026-05-20T15:59:23.450Z Compiling elliptic-curve v0.13.8
16372026-05-20T15:59:23.834Z Compiling num v0.4.3
16382026-05-20T15:59:23.934Z Compiling thiserror-no-std v2.0.2
16392026-05-20T15:59:24.000Z Compiling darling v0.21.3
16402026-05-20T15:59:24.015Z Compiling clap v4.6.1
16412026-05-20T15:59:24.090Z Compiling proc-macro-crate v3.5.0
16422026-05-20T15:59:24.379Z Compiling chacha20 v0.9.1
16432026-05-20T15:59:24.492Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16442026-05-20T15:59:24.738Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16452026-05-20T15:59:25.125Z Compiling byte-wrapper v0.1.0
16462026-05-20T15:59:25.137Z Compiling blake2 v0.10.6
16472026-05-20T15:59:25.156Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16482026-05-20T15:59:25.465Z Compiling aead v0.5.2
16492026-05-20T15:59:25.465Z Compiling proc-macro-error-attr v1.0.4
16502026-05-20T15:59:25.652Z Compiling rustix v0.38.44
16512026-05-20T15:59:25.699Z Compiling heapless v0.8.0
16522026-05-20T15:59:25.765Z Compiling prettyplease v0.2.37
16532026-05-20T15:59:26.009Z Compiling unsafe-libyaml v0.2.11
16542026-05-20T15:59:26.013Z Compiling keccak v0.1.6
16552026-05-20T15:59:26.257Z Compiling sha3 v0.10.9
16562026-05-20T15:59:26.504Z Compiling serde_yaml v0.9.34+deprecated
16572026-05-20T15:59:26.727Z Compiling chacha20poly1305 v0.10.1
16582026-05-20T15:59:27.117Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16592026-05-20T15:59:27.391Z Compiling argon2 v0.5.3
16602026-05-20T15:59:27.734Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16612026-05-20T15:59:27.920Z Compiling num_enum_derive v0.7.6
16622026-05-20T15:59:27.945Z Compiling vsss-rs v3.3.4
16632026-05-20T15:59:28.085Z Compiling ingot-macros v0.1.1
16642026-05-20T15:59:29.017Z Compiling ciborium v0.2.2
16652026-05-20T15:59:30.602Z Compiling usdt-attr-macro v0.5.0
16662026-05-20T15:59:30.606Z Compiling usdt-macro v0.5.0
16672026-05-20T15:59:30.606Z Compiling rustls-webpki v0.103.13
16682026-05-20T15:59:31.441Z Compiling serde_spanned v0.6.9
16692026-05-20T15:59:31.507Z Compiling enum-as-inner v0.6.1
16702026-05-20T15:59:31.537Z Compiling hash32 v0.3.1
16712026-05-20T15:59:31.582Z Compiling proc-macro-error v1.0.4
16722026-05-20T15:59:31.688Z Compiling memmap v0.7.0
16732026-05-20T15:59:31.826Z Compiling indent_write v2.2.0
16742026-05-20T15:59:31.875Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16752026-05-20T15:59:31.945Z Compiling winnow v0.7.15
16762026-05-20T15:59:31.958Z Compiling smoltcp v0.11.0
16772026-05-20T15:59:32.090Z Compiling winnow v0.5.40
16782026-05-20T15:59:32.206Z Compiling data-encoding v2.11.0
16792026-05-20T15:59:32.309Z Compiling toml_write v0.1.2
16802026-05-20T15:59:32.472Z Compiling usdt v0.5.0
16812026-05-20T15:59:32.866Z Compiling ingot-types v0.1.2
16822026-05-20T15:59:32.991Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16832026-05-20T15:59:33.041Z Compiling num_enum v0.7.6
16842026-05-20T15:59:33.158Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16852026-05-20T15:59:33.257Z Compiling toml_edit v0.22.27
16862026-05-20T15:59:33.280Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16872026-05-20T15:59:33.437Z Compiling toml_edit v0.19.15
16882026-05-20T15:59:33.530Z Compiling tabwriter v1.4.1
16892026-05-20T15:59:33.754Z Compiling tokio-rustls v0.26.4
16902026-05-20T15:59:33.770Z Compiling rustls-platform-verifier v0.7.0
16912026-05-20T15:59:34.004Z Compiling hyper-rustls v0.27.9
16922026-05-20T15:59:34.282Z Compiling reqwest v0.13.3
16932026-05-20T15:59:34.744Z Compiling cobs v0.3.0
16942026-05-20T15:59:34.943Z Compiling serde_repr v0.1.20
16952026-05-20T15:59:35.280Z Compiling memoffset v0.9.1
16962026-05-20T15:59:35.424Z Compiling bitflags v1.3.2
16972026-05-20T15:59:35.497Z Compiling progenitor-client v0.14.0
16982026-05-20T15:59:35.531Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
16992026-05-20T15:59:35.541Z Compiling vcpkg v0.2.15
17002026-05-20T15:59:35.763Z Compiling progenitor-extras v0.2.0
17012026-05-20T15:59:36.002Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17022026-05-20T15:59:36.095Z Compiling cfg_aliases v0.2.1
17032026-05-20T15:59:36.165Z Compiling pkg-config v0.3.33
17042026-05-20T15:59:36.476Z Compiling managed v0.8.0
17052026-05-20T15:59:36.621Z Compiling openssl-sys v0.9.116
17062026-05-20T15:59:36.972Z Compiling nix v0.31.3
17072026-05-20T15:59:37.156Z Compiling postcard v1.1.3
17082026-05-20T15:59:37.370Z Compiling toml v0.8.23
17092026-05-20T15:59:37.489Z Compiling proc-macro-crate v1.3.1
17102026-05-20T15:59:38.098Z Compiling ingot v0.1.1
17112026-05-20T15:59:38.156Z Compiling hubpack_derive v0.1.1
17122026-05-20T15:59:38.527Z Compiling foreign-types-macros v0.2.3
17132026-05-20T15:59:38.629Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17142026-05-20T15:59:38.711Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17152026-05-20T15:59:38.836Z Compiling static_assertions v1.1.0
17162026-05-20T15:59:38.908Z Compiling foreign-types-shared v0.3.1
17172026-05-20T15:59:38.928Z Compiling linked-hash-map v0.5.6
17182026-05-20T15:59:38.951Z Compiling colored v3.1.1
17192026-05-20T15:59:39.000Z Compiling swrite v0.1.0
17202026-05-20T15:59:39.093Z Compiling rayon-core v1.13.0
17212026-05-20T15:59:39.114Z Compiling unicode-segmentation v1.13.2
17222026-05-20T15:59:39.191Z Compiling cpufeatures v0.3.0
17232026-05-20T15:59:39.267Z Compiling resolv-conf v0.7.6
17242026-05-20T15:59:39.328Z Compiling semver v0.1.20
17252026-05-20T15:59:39.342Z Compiling heck v0.4.1
17262026-05-20T15:59:39.528Z Compiling rustc_version v0.1.7
17272026-05-20T15:59:39.544Z Compiling newline-converter v0.3.0
17282026-05-20T15:59:39.596Z Compiling chacha20 v0.10.0
17292026-05-20T15:59:39.644Z Compiling foreign-types v0.5.0
17302026-05-20T15:59:39.656Z Compiling lru-cache v0.1.2
17312026-05-20T15:59:39.722Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17322026-05-20T15:59:39.756Z Compiling hubpack v0.1.2
17332026-05-20T15:59:39.770Z Compiling num_enum_derive v0.5.11
17342026-05-20T15:59:39.934Z Compiling atomicwrites v0.4.4
17352026-05-20T15:59:39.945Z Compiling hickory-proto v0.24.4
17362026-05-20T15:59:39.975Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17372026-05-20T15:59:40.012Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17382026-05-20T15:59:40.876Z Compiling progenitor-impl v0.13.0
17392026-05-20T15:59:42.113Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17402026-05-20T15:59:42.312Z Compiling crossbeam-deque v0.8.6
17412026-05-20T15:59:42.359Z Compiling console v0.15.11
17422026-05-20T15:59:42.363Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17432026-05-20T15:59:42.508Z Compiling camino-tempfile v1.4.1
17442026-05-20T15:59:42.756Z Compiling serde-big-array v0.5.1
17452026-05-20T15:59:42.936Z Compiling pin-project-internal v1.1.13
17462026-05-20T15:59:42.954Z Compiling derive-where v1.6.1
17472026-05-20T15:59:43.009Z Compiling num-derive v0.4.2
17482026-05-20T15:59:43.030Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17492026-05-20T15:59:43.196Z Compiling cstr-argument v0.1.2
17502026-05-20T15:59:43.255Z Compiling similar v2.7.0
17512026-05-20T15:59:43.380Z Compiling siphasher v1.0.3
17522026-05-20T15:59:43.545Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17532026-05-20T15:59:43.573Z Compiling minimal-lexical v0.2.1
17542026-05-20T15:59:43.797Z Compiling nom v7.1.3
17552026-05-20T15:59:43.825Z Compiling expectorate v1.2.0
17562026-05-20T15:59:43.984Z Compiling phf_shared v0.12.1
17572026-05-20T15:59:44.038Z Compiling pin-project v1.1.13
17582026-05-20T15:59:44.133Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17592026-05-20T15:59:44.155Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17602026-05-20T15:59:44.217Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17612026-05-20T15:59:44.268Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17622026-05-20T15:59:44.389Z Compiling hickory-resolver v0.24.4
17632026-05-20T15:59:44.467Z Compiling num_enum v0.5.11
17642026-05-20T15:59:44.482Z Compiling progenitor-macro v0.13.0
17652026-05-20T15:59:44.578Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17662026-05-20T15:59:44.983Z Compiling rand v0.10.1
17672026-05-20T15:59:45.120Z Compiling newtype_derive v0.1.6
17682026-05-20T15:59:45.357Z Compiling progenitor-client v0.13.0
17692026-05-20T15:59:45.919Z Compiling progenitor-impl v0.14.0
17702026-05-20T15:59:46.254Z Compiling unicode-normalization v0.1.25
17712026-05-20T15:59:46.723Z Compiling tokio-stream v0.1.18
17722026-05-20T15:59:46.973Z Compiling async-recursion v1.1.1
17732026-05-20T15:59:47.015Z Compiling snafu-derive v0.8.9
17742026-05-20T15:59:47.027Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17752026-05-20T15:59:47.178Z Compiling slog-dtrace v0.3.0
17762026-05-20T15:59:47.326Z Compiling csv-core v0.1.13
17772026-05-20T15:59:47.423Z Compiling bstr v1.12.1
17782026-05-20T15:59:47.594Z Compiling same-file v1.0.6
17792026-05-20T15:59:47.672Z Compiling owo-colors v4.3.0
17802026-05-20T15:59:47.816Z Compiling cancel-safe-futures v0.1.5
17812026-05-20T15:59:47.990Z Compiling openssl v0.10.80
17822026-05-20T15:59:48.079Z Compiling unicode-xid v0.2.6
17832026-05-20T15:59:48.082Z Compiling highway v1.3.0
17842026-05-20T15:59:48.203Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17852026-05-20T15:59:48.277Z Compiling konst_macro_rules v0.2.19
17862026-05-20T15:59:48.457Z Compiling foldhash v0.1.5
17872026-05-20T15:59:48.481Z Compiling chrono-tz v0.10.4
17882026-05-20T15:59:48.652Z Compiling unicode-width v0.1.14
17892026-05-20T15:59:48.717Z Compiling foreign-types-shared v0.1.1
17902026-05-20T15:59:48.805Z Compiling foreign-types v0.3.2
17912026-05-20T15:59:48.809Z Compiling snafu v0.8.9
17922026-05-20T15:59:48.897Z Compiling hashbrown v0.15.5
17932026-05-20T15:59:48.923Z Compiling konst v0.2.20
17942026-05-20T15:59:49.167Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17952026-05-20T15:59:49.221Z Compiling const_format_proc_macros v0.2.34
17962026-05-20T15:59:49.330Z Compiling globset v0.4.18
17972026-05-20T15:59:49.430Z Compiling walkdir v2.5.0
17982026-05-20T15:59:49.470Z Compiling progenitor-macro v0.14.0
17992026-05-20T15:59:49.525Z Compiling progenitor v0.13.0
18002026-05-20T15:59:49.661Z Compiling csv v1.4.0
18012026-05-20T15:59:49.893Z Compiling qorb v0.4.1
18022026-05-20T15:59:50.037Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18032026-05-20T15:59:50.155Z Compiling olpc-cjson v0.1.4
18042026-05-20T15:59:50.320Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18052026-05-20T15:59:51.095Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18062026-05-20T15:59:51.645Z Compiling rayon v1.12.0
18072026-05-20T15:59:51.889Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18082026-05-20T15:59:52.065Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18092026-05-20T15:59:52.179Z Compiling phf v0.12.1
18102026-05-20T15:59:52.229Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18112026-05-20T15:59:52.268Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18122026-05-20T15:59:52.718Z Compiling zone_cfg_derive v0.3.1
18132026-05-20T15:59:53.238Z Compiling tokio-dtrace v0.1.1
18142026-05-20T15:59:53.469Z Compiling itertools v0.12.1
18152026-05-20T15:59:53.481Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18162026-05-20T15:59:53.504Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18172026-05-20T15:59:53.516Z Compiling libsw-core v0.3.2
18182026-05-20T15:59:53.677Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18192026-05-20T15:59:53.688Z Compiling serde_plain v1.0.2
18202026-05-20T15:59:53.881Z Compiling openssl-macros v0.1.1
18212026-05-20T15:59:53.895Z Compiling pem v3.0.6
18222026-05-20T15:59:54.282Z Compiling cookie v0.18.1
18232026-05-20T15:59:54.292Z Compiling sigpipe v0.1.3
18242026-05-20T15:59:54.376Z Compiling bytecount v0.6.9
18252026-05-20T15:59:54.383Z Compiling typed-path v0.9.3
18262026-05-20T15:59:54.570Z Compiling glob v0.3.3
18272026-05-20T15:59:54.579Z Compiling fixedbitset v0.4.2
18282026-05-20T15:59:54.579Z Compiling jiff v0.2.24
18292026-05-20T15:59:54.579Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18302026-05-20T15:59:54.689Z Compiling fixedbitset v0.5.7
18312026-05-20T15:59:54.751Z Compiling petgraph v0.6.5
18322026-05-20T15:59:54.790Z Compiling progenitor v0.14.0
18332026-05-20T15:59:54.923Z Compiling petgraph v0.8.3
18342026-05-20T15:59:54.942Z Compiling zone v0.3.1
18352026-05-20T15:59:55.065Z Compiling papergrid v0.11.0
18362026-05-20T15:59:55.720Z Compiling tough v0.22.0
18372026-05-20T15:59:56.252Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18382026-05-20T15:59:56.709Z Compiling libsw v3.5.0
18392026-05-20T15:59:56.833Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18402026-05-20T15:59:56.881Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18412026-05-20T15:59:56.999Z Compiling oxide-tokio-rt v0.1.6
18422026-05-20T15:59:57.021Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18432026-05-20T15:59:57.122Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18442026-05-20T15:59:57.306Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18452026-05-20T15:59:58.043Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18462026-05-20T15:59:58.297Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18472026-05-20T15:59:58.534Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18482026-05-20T15:59:58.547Z Compiling const_format v0.2.36
18492026-05-20T15:59:59.046Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18502026-05-20T15:59:59.214Z Compiling tabled_derive v0.7.0
18512026-05-20T15:59:59.328Z Compiling gethostname v0.5.0
18522026-05-20T15:59:59.440Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18532026-05-20T15:59:59.451Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18542026-05-20T15:59:59.455Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18552026-05-20T15:59:59.560Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18562026-05-20T15:59:59.572Z Compiling smf v0.2.3
18572026-05-20T15:59:59.607Z Compiling bcs v0.1.6
18582026-05-20T15:59:59.926Z Compiling linear-map v1.2.0
18592026-05-20T16:00:00.114Z Compiling unicode-linebreak v0.1.5
18602026-05-20T16:00:00.132Z Compiling termtree v0.5.1
18612026-05-20T16:00:00.172Z Compiling lazy_static v1.5.0
18622026-05-20T16:00:00.191Z Compiling whoami v1.6.1
18632026-05-20T16:00:00.267Z Compiling smawk v0.3.2
18642026-05-20T16:00:00.274Z Compiling tagptr v0.2.0
18652026-05-20T16:00:00.279Z Compiling steno v0.4.1
18662026-05-20T16:00:00.398Z Compiling moka v0.12.15
18672026-05-20T16:00:00.425Z Compiling textwrap v0.16.2
18682026-05-20T16:00:00.503Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18692026-05-20T16:00:00.906Z Compiling tabled v0.15.0
18702026-05-20T16:00:00.944Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18712026-05-20T16:00:01.184Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18722026-05-20T16:00:01.677Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18732026-05-20T16:00:02.557Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18742026-05-20T16:00:03.418Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18752026-05-20T16:00:03.520Z Compiling hickory-proto v0.25.2
18762026-05-20T16:00:03.582Z Compiling humantime v2.3.0
18772026-05-20T16:00:03.868Z Compiling parking_lot_core v0.8.6
18782026-05-20T16:00:04.119Z Compiling libscf-sys v1.2.0
18792026-05-20T16:00:04.173Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18802026-05-20T16:00:04.264Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18812026-05-20T16:00:04.362Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18822026-05-20T16:00:04.614Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18832026-05-20T16:00:04.725Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18842026-05-20T16:00:04.884Z Compiling nom v8.0.0
18852026-05-20T16:00:05.025Z Compiling parking_lot v0.11.2
18862026-05-20T16:00:05.146Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18872026-05-20T16:00:05.196Z Compiling fxhash v0.2.1
18882026-05-20T16:00:05.325Z Compiling internet-checksum v0.2.1
18892026-05-20T16:00:05.337Z Compiling sled v0.34.7
18902026-05-20T16:00:05.371Z Compiling hickory-resolver v0.25.2
18912026-05-20T16:00:05.426Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
18922026-05-20T16:00:06.214Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18932026-05-20T16:00:06.966Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18942026-05-20T16:00:10.331Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18952026-05-20T16:00:11.861Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18962026-05-20T16:00:18.121Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18972026-05-20T16:00:19.742Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18982026-05-20T16:00:20.739Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18992026-05-20T16:00:21.794Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19002026-05-20T16:00:22.763Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19012026-05-20T16:00:47.438Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
19022026-05-20T16:00:47.612Z────────────
19032026-05-20T16:00:47.612Z Nextest run ID 7d88f375-d68f-427d-8f32-82e0a06b2f57 with nextest profile: default
19042026-05-20T16:00:47.612Z Starting 39 tests across 1 binary (62 tests skipped)
19052026-05-20T16:01:04.578Z PASS [ 16.961s] rdb proptest::prop_ipv4_default_contains_all
19062026-05-20T16:01:04.583Z PASS [ 16.967s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19072026-05-20T16:01:04.652Z PASS [ 17.037s] rdb proptest::prop_ipv4_host_bits_always_unset
19082026-05-20T16:01:04.687Z PASS [ 17.047s] rdb proptest::prop_ipv4_within_self
19092026-05-20T16:01:04.691Z PASS [ 17.058s] rdb proptest::prop_ipv6_default_contains_all
19102026-05-20T16:01:04.691Z PASS [ 17.070s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19112026-05-20T16:01:04.698Z PASS [ 17.083s] rdb proptest::prop_ipv6_host_bits_always_unset
19122026-05-20T16:01:21.468Z PASS [ 16.867s] rdb proptest::prop_ipv6_within_self
19132026-05-20T16:01:21.802Z PASS [ 16.979s] rdb proptest::prop_multicast_addr_v4_rejects_link_local
19142026-05-20T16:01:22.160Z PASS [ 17.460s] rdb proptest::prop_multicast_addr_v6_arbitrary_valid
19152026-05-20T16:01:22.237Z PASS [ 17.582s] rdb proptest::prop_multicast_addr_ip_roundtrip_v6
19162026-05-20T16:01:30.945Z PASS [ 26.258s] rdb proptest::prop_multicast_addr_v4_rejects_unicast
19172026-05-20T16:01:38.607Z PASS [ 17.161s] rdb proptest::prop_multicast_addr_v6_rejects_interface_local
19182026-05-20T16:01:38.829Z PASS [ 17.173s] rdb proptest::prop_multicast_addr_v6_rejects_link_local
19192026-05-20T16:01:39.217Z PASS [ 17.056s] rdb proptest::prop_multicast_addr_v6_rejects_unicast
19202026-05-20T16:01:47.621Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19212026-05-20T16:01:48.205Z PASS [ 43.619s] rdb proptest::prop_multicast_addr_ip_roundtrip_v4
19222026-05-20T16:01:48.230Z PASS [ 43.563s] rdb proptest::prop_multicast_addr_v4_arbitrary_valid
19232026-05-20T16:01:48.829Z PASS [ 26.590s] rdb proptest::prop_non_admin_local_underlay_rejected
19242026-05-20T16:02:04.963Z PASS [ 16.746s] rdb proptest::prop_route_key_invalid_vni
19252026-05-20T16:02:06.378Z PASS [ 35.429s] rdb proptest::prop_route_admin_local_underlay_valid
19262026-05-20T16:02:06.500Z PASS [ 17.669s] rdb proptest::prop_route_key_sg_valid_v6
19272026-05-20T16:02:13.696Z PASS [ 34.864s] rdb proptest::prop_route_key_asm_star_g_valid_v4
19282026-05-20T16:02:14.775Z PASS [ 35.554s] rdb proptest::prop_route_key_asm_star_g_valid_v6
19292026-05-20T16:02:22.055Z PASS [ 17.095s] rdb proptest::prop_route_key_ssm_requires_source_v4
19302026-05-20T16:02:24.099Z PASS [ 17.615s] rdb proptest::prop_route_key_ssm_requires_source_v6
19312026-05-20T16:02:31.973Z PASS [ 17.588s] rdb proptest::prop_route_key_ssm_with_source_valid_v6
19322026-05-20T16:02:34.064Z PASS [ 26.554s] rdb proptest::prop_route_key_ssm_with_source_valid_v4
19332026-05-20T16:02:35.509Z PASS [ 56.895s] rdb proptest::prop_route_key_arbitrary_valid
19342026-05-20T16:02:37.797Z PASS [ 49.347s] rdb proptest::prop_route_key_sg_valid_v4
19352026-05-20T16:02:39.926Z PASS [ 17.864s] rdb proptest::prop_route_key_valid_vni_v6
19362026-05-20T16:02:47.627Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19372026-05-20T16:02:50.140Z PASS [ 26.143s] rdb proptest::prop_static_route_key_deduplication
19382026-05-20T16:03:04.232Z PASS [ 49.452s] rdb proptest::prop_route_key_valid_vni
19392026-05-20T16:03:07.225Z PASS [ 17.084s] rdb proptest::prop_unicast_addr_v4_rejects_class_e
19402026-05-20T16:03:07.698Z PASS [ 36.409s] rdb proptest::prop_static_route_key_normalization_idempotent
19412026-05-20T16:03:09.531Z PASS [ 36.471s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19422026-05-20T16:03:11.833Z PASS [ 36.322s] rdb proptest::prop_static_route_key_normalization_preserves_length
19432026-05-20T16:03:13.884Z PASS [ 36.299s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19442026-05-20T16:03:32.409Z PASS [ 52.490s] rdb proptest::prop_static_route_key_ord_consistency
19452026-05-20T16:03:47.635Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19462026-05-20T16:04:47.641Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19472026-05-20T16:05:05.508Z PASS [ 257.871s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19482026-05-20T16:05:05.508Z────────────
19492026-05-20T16:05:05.508Z Summary [ 257.872s] 39 tests run: 39 passed (1 slow), 62 skipped
19502026-05-20T16:05:05.521Z+ cp '*.log' /work/
19512026-05-20T16:05:05.526Z+ true
19522026-05-20T16:05:05.526Z+ '[' -d proptest-regressions ']'
19532026-05-20T16:05:05.526Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19542026-05-20T16:05:05.526Z+ popd
19552026-05-20T16:05:05.526Z/work/oxidecomputer/maghemite
19562026-05-20T16:05:05.526Z+ pushd bgp
19572026-05-20T16:05:05.526Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19582026-05-20T16:05:05.526Z+ PROPTEST_CASES=1000000
19592026-05-20T16:05:05.526Z+ cargo nextest run --lib proptest
19602026-05-20T16:05:06.684Z Compiling smallvec v1.15.1
19612026-05-20T16:05:06.844Z Compiling crunchy v0.2.4
19622026-05-20T16:05:06.862Z Compiling tiny-keccak v2.0.2
19632026-05-20T16:05:06.871Z Compiling ahash v0.8.12
19642026-05-20T16:05:06.874Z Compiling smartstring v1.0.1
19652026-05-20T16:05:06.888Z Compiling sdd v3.0.10
19662026-05-20T16:05:06.892Z Compiling thin-vec v0.2.18
19672026-05-20T16:05:06.980Z Compiling icu_normalizer v2.2.0
19682026-05-20T16:05:06.995Z Compiling parking_lot_core v0.9.12
19692026-05-20T16:05:07.152Z Compiling parking_lot_core v0.8.6
19702026-05-20T16:05:07.205Z Compiling parking_lot v0.12.5
19712026-05-20T16:05:07.371Z Compiling idna_adapter v1.2.2
19722026-05-20T16:05:07.436Z Compiling tokio v1.52.3
19732026-05-20T16:05:07.479Z Compiling idna v1.1.0
19742026-05-20T16:05:07.593Z Compiling moka v0.12.15
19752026-05-20T16:05:07.606Z Compiling const-random-macro v0.1.16
19762026-05-20T16:05:07.697Z Compiling parking_lot v0.11.2
19772026-05-20T16:05:07.992Z Compiling url v2.5.8
19782026-05-20T16:05:08.107Z Compiling const-random v0.1.18
19792026-05-20T16:05:08.118Z Compiling sled v0.34.7
19802026-05-20T16:05:08.266Z Compiling scc v2.4.0
19812026-05-20T16:05:08.398Z Compiling serial_test_derive v3.4.0
19822026-05-20T16:05:08.409Z Compiling rhai_codegen v3.1.0
19832026-05-20T16:05:08.666Z Compiling schemars v0.8.22
19842026-05-20T16:05:08.876Z Compiling yansi v1.0.1
19852026-05-20T16:05:09.122Z Compiling diff v0.1.13
19862026-05-20T16:05:09.241Z Compiling pretty_assertions v1.4.1
19872026-05-20T16:05:09.383Z Compiling serial_test v3.4.0
19882026-05-20T16:05:09.433Z Compiling ipnetwork v0.21.1
19892026-05-20T16:05:09.478Z Compiling newtype-uuid v1.3.2
19902026-05-20T16:05:09.597Z Compiling serde_with v3.20.0
19912026-05-20T16:05:09.823Z Compiling oxnet v0.1.5
19922026-05-20T16:05:09.867Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19932026-05-20T16:05:09.871Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
19942026-05-20T16:05:10.148Z Compiling daft v0.1.7
19952026-05-20T16:05:10.252Z Compiling byte-wrapper v0.1.0
19962026-05-20T16:05:10.357Z Compiling typify-impl v0.6.2
19972026-05-20T16:05:10.417Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19982026-05-20T16:05:10.613Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19992026-05-20T16:05:10.838Z Compiling iddqd v0.3.18
20002026-05-20T16:05:11.035Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20012026-05-20T16:05:11.208Z Compiling tokio-util v0.7.18
20022026-05-20T16:05:11.350Z Compiling tower v0.5.3
20032026-05-20T16:05:11.392Z Compiling tokio-rustls v0.26.4
20042026-05-20T16:05:11.658Z Compiling async-compression v0.4.42
20052026-05-20T16:05:11.830Z Compiling h2 v0.4.14
20062026-05-20T16:05:11.947Z Compiling tower-http v0.6.10
20072026-05-20T16:05:11.977Z Compiling tokio-rustls v0.25.0
20082026-05-20T16:05:11.980Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20092026-05-20T16:05:12.201Z Compiling backoff v0.4.0
20102026-05-20T16:05:12.970Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20112026-05-20T16:05:13.201Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20122026-05-20T16:05:13.242Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20132026-05-20T16:05:13.389Z Compiling typify v0.6.2
20142026-05-20T16:05:13.504Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20152026-05-20T16:05:13.864Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20162026-05-20T16:05:14.016Z Compiling hyper v1.9.0
20172026-05-20T16:05:14.031Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20182026-05-20T16:05:14.286Z Compiling hickory-proto v0.24.4
20192026-05-20T16:05:14.452Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20202026-05-20T16:05:15.586Z Compiling hyper-util v0.1.20
20212026-05-20T16:05:15.725Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20222026-05-20T16:05:15.784Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20232026-05-20T16:05:15.824Z Compiling progenitor-impl v0.13.0
20242026-05-20T16:05:16.278Z Compiling hickory-resolver v0.24.4
20252026-05-20T16:05:16.615Z Compiling tokio-stream v0.1.18
20262026-05-20T16:05:16.679Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20272026-05-20T16:05:17.080Z Compiling hyper-rustls v0.27.9
20282026-05-20T16:05:17.291Z Compiling reqwest v0.13.3
20292026-05-20T16:05:17.383Z Compiling dropshot v0.17.0
20302026-05-20T16:05:17.569Z Compiling reqwest v0.12.28
20312026-05-20T16:05:18.902Z Compiling progenitor-client v0.14.0
20322026-05-20T16:05:19.218Z Compiling progenitor-extras v0.2.0
20332026-05-20T16:05:19.425Z Compiling progenitor-client v0.10.0
20342026-05-20T16:05:19.949Z Compiling progenitor-client v0.13.0
20352026-05-20T16:05:20.046Z Compiling qorb v0.4.1
20362026-05-20T16:05:20.261Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20372026-05-20T16:05:21.262Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20382026-05-20T16:05:21.534Z Compiling progenitor v0.13.0
20392026-05-20T16:05:21.677Z Compiling progenitor-impl v0.14.0
20402026-05-20T16:05:22.273Z Compiling libsw-core v0.3.2
20412026-05-20T16:05:22.317Z Compiling tokio-dtrace v0.1.1
20422026-05-20T16:05:22.445Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20432026-05-20T16:05:22.591Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20442026-05-20T16:05:23.010Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20452026-05-20T16:05:23.201Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20462026-05-20T16:05:23.560Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20472026-05-20T16:05:23.930Z Compiling progenitor v0.14.0
20482026-05-20T16:05:24.075Z Compiling oxide-tokio-rt v0.1.6
20492026-05-20T16:05:24.112Z Compiling libsw v3.5.0
20502026-05-20T16:05:24.291Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20512026-05-20T16:05:24.388Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20522026-05-20T16:05:24.775Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20532026-05-20T16:05:24.882Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20542026-05-20T16:05:25.724Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20552026-05-20T16:05:26.346Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20562026-05-20T16:05:26.565Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20572026-05-20T16:05:26.944Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20582026-05-20T16:05:27.134Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20592026-05-20T16:05:27.310Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20602026-05-20T16:05:27.336Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20612026-05-20T16:05:27.461Z Compiling tough v0.22.0
20622026-05-20T16:05:27.924Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20632026-05-20T16:05:28.296Z Compiling cancel-safe-futures v0.1.5
20642026-05-20T16:05:28.309Z Compiling zone v0.3.1
20652026-05-20T16:05:28.495Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20662026-05-20T16:05:28.609Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20672026-05-20T16:05:28.878Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20682026-05-20T16:05:29.034Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20692026-05-20T16:05:29.118Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20702026-05-20T16:05:29.309Z Compiling steno v0.4.1
20712026-05-20T16:05:29.368Z Compiling hickory-proto v0.25.2
20722026-05-20T16:05:29.392Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20732026-05-20T16:05:30.220Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20742026-05-20T16:05:30.232Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20752026-05-20T16:05:30.834Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20762026-05-20T16:05:30.942Z Compiling rhai v1.24.0
20772026-05-20T16:05:31.740Z Compiling hickory-resolver v0.25.2
20782026-05-20T16:05:32.494Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20792026-05-20T16:05:32.497Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20802026-05-20T16:05:32.556Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20812026-05-20T16:05:34.062Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20822026-05-20T16:05:34.783Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20832026-05-20T16:05:35.102Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20842026-05-20T16:05:36.054Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20852026-05-20T16:05:36.559Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20862026-05-20T16:05:36.792Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20872026-05-20T16:05:42.323Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20882026-05-20T16:05:49.898Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20892026-05-20T16:05:51.485Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20902026-05-20T16:05:52.499Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20912026-05-20T16:05:53.581Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20922026-05-20T16:05:54.358Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20932026-05-20T16:05:56.867Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20942026-05-20T16:06:27.943Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s
20952026-05-20T16:06:28.116Z────────────
20962026-05-20T16:06:28.116Z Nextest run ID fdf0353c-db43-4860-938c-07545ad71e61 with nextest profile: default
20972026-05-20T16:06:28.116Z Starting 17 tests across 1 binary (133 tests skipped)
20982026-05-20T16:06:45.083Z PASS [ 16.965s] bgp proptest::prop_ipv4_wire_format_roundtrip
20992026-05-20T16:06:47.115Z PASS [ 18.997s] bgp proptest::prop_ipv4_withdrawn_roundtrip
21002026-05-20T16:06:47.227Z PASS [ 19.109s] bgp proptest::prop_ipv4_prefixes_roundtrip
21012026-05-20T16:06:48.455Z PASS [ 20.337s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
21022026-05-20T16:06:48.979Z PASS [ 20.861s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
21032026-05-20T16:06:49.112Z PASS [ 20.994s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
21042026-05-20T16:06:57.293Z PASS [ 29.166s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
21052026-05-20T16:07:02.162Z PASS [ 17.030s] bgp proptest::prop_ipv6_wire_format_roundtrip
21062026-05-20T16:07:07.515Z PASS [ 19.058s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
21072026-05-20T16:07:07.534Z PASS [ 20.417s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
21082026-05-20T16:07:08.310Z PASS [ 19.195s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
21092026-05-20T16:07:08.734Z PASS [ 19.746s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
21102026-05-20T16:07:28.124Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
21112026-05-20T16:07:31.216Z PASS [ 29.098s] bgp proptest::prop_update_mp_unreach_roundtrip
21122026-05-20T16:07:35.979Z PASS [ 67.857s] bgp proptest::prop_encode_decode_semantic_equivalence
21132026-05-20T16:07:47.236Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21142026-05-20T16:07:57.294Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21152026-05-20T16:07:57.730Z PASS [ 70.495s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21162026-05-20T16:08:07.523Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21172026-05-20T16:08:10.057Z PASS [ 62.535s] bgp proptest::prop_update_traditional_roundtrip
21182026-05-20T16:08:11.939Z PASS [ 74.648s] bgp proptest::prop_update_mp_reach_roundtrip
21192026-05-20T16:08:11.946Z────────────
21202026-05-20T16:08:11.946Z Summary [ 103.814s] 17 tests run: 17 passed (4 slow), 133 skipped
21212026-05-20T16:08:11.953Z+ cp '*.log' /work/
21222026-05-20T16:08:11.958Z+ true
21232026-05-20T16:08:11.958Z+ '[' -d proptest-regressions ']'
21242026-05-20T16:08:11.958Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21252026-05-20T16:08:11.958Z+ popd
21262026-05-20T16:08:11.958Z/work/oxidecomputer/maghemite
21272026-05-20T16:08:11.958Zprocess exited: duration 728389 ms, exit code 0
 
21282026-05-20T16:08:11.974Zfound 0 output files