01KTAYTRA7YP90D7X3DP1SVRXK: 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: 01KTAYWD3SF5PMX9KKS7W7BK2Y

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:59:11.261Zjob assigned to worker 01KTAYXCW330CGCPBYM4TS64M8 [factory aws, i-02e00e994e91d41d8] (queued for 1 m 14 s)
 
22026-06-05T03:59:18.264Zstarting task 0: "setup"
32026-06-05T03:59:18.270Z++ uname -s
42026-06-05T03:59:18.272Z+ kern=SunOS
52026-06-05T03:59:18.273Z+ build_user=build
62026-06-05T03:59:18.273Z+ build_uid=12345
72026-06-05T03:59:18.273Z+ work_dir=/work
82026-06-05T03:59:18.273Z+ input_dir=/input
92026-06-05T03:59:18.273Z+ [[ 0 == 12345 ]]
102026-06-05T03:59:18.273Z+ case "$kern" in
112026-06-05T03:59:18.273Z+ groupadd -g 12345 build
122026-06-05T03:59:18.280Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:59:20.284Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:59:20.422Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:59:20.458Z+ home_fs=zfs
162026-06-05T03:59:20.458Z+ [[ zfs == autofs ]]
172026-06-05T03:59:20.458Z+ mkdir -p /home/build
182026-06-05T03:59:20.458Z+ chown build:build /home/build /work
192026-06-05T03:59:22.383Z+ chmod 0700 /home/build /work
202026-06-05T03:59:22.386Zprocess exited: duration 4122 ms, exit code 0
 
212026-06-05T03:59:22.393Zstarting task 1: "rust-toolchain"
222026-06-05T03:59:22.397Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:59:22.397Z * rust toolchain channel = "stable"
242026-06-05T03:59:22.397Z * rust toolchain profile = "default"
252026-06-05T03:59:22.397Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T03:59:22.397Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:59:22.397Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:59:22.401Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:59:22.401Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:59:22.480Zinfo: downloading installer
312026-06-05T03:59:23.864Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:59:23.864Zwarn: /opt/ooce/bin
332026-06-05T03:59:23.864Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:59:23.864Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:59:23.864Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:59:23.864Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:59:23.864Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:59:23.864Zerror: cannot install while Rust is installed
392026-06-05T03:59:23.864Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:59:23.864Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:59:23.864Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:59:23.864Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:59:23.865Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:59:23.906Zinfo: profile set to default
452026-06-05T03:59:23.906Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:59:23.911Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:59:24.039Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:59:24.045Zinfo: downloading 6 components
492026-06-05T03:59:37.888Z
502026-06-05T03:59:37.888Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-05T03:59:37.917Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:59:37.917Z
532026-06-05T03:59:37.917Z
542026-06-05T03:59:37.917ZRust is installed now. Great!
552026-06-05T03:59:37.917Z
562026-06-05T03:59:37.917ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:59:37.917Zenvironment variable. This has not been done automatically.
582026-06-05T03:59:37.917Z
592026-06-05T03:59:37.917ZTo configure your current shell, you need to source
602026-06-05T03:59:37.917Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:59:37.917Z
622026-06-05T03:59:37.917ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:59:37.917Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:59:37.917Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:59:37.917Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:59:37.917Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:59:37.917Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:59:37.917Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:59:37.922Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:59:37.922Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:59:38.010Z+ rustup --version
722026-06-05T03:59:38.019Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:59:38.021Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:59:38.040Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:59:38.043Z+ cargo --version
762026-06-05T03:59:38.056Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:59:38.058Z+ rustc --version
782026-06-05T03:59:38.077Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:59:38.080Zprocess exited: duration 15686 ms, exit code 0
 
802026-06-05T03:59:38.086Zstarting task 2: "authentication"
812026-06-05T03:59:38.099ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-05T04:00:00.165Zprocess exited: duration 22077 ms, exit code 0
 
832026-06-05T04:00:00.174Zstarting task 3: "clone repository"
842026-06-05T04:00:00.177Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-05T04:00:00.180Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-05T04:00:00.238ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-05T04:00:02.019Z+ cd /work/oxidecomputer/maghemite
882026-06-05T04:00:02.020Z+ git fetch origin 67477e44dade6575731375fc4a3ddc8a728e6b47
892026-06-05T04:00:02.438ZFrom https://github.com/oxidecomputer/maghemite
902026-06-05T04:00:02.438Z * branch 67477e44dade6575731375fc4a3ddc8a728e6b47 -> FETCH_HEAD
912026-06-05T04:00:02.444Z+ [[ -n renovate/oxide-tokio-rt-0.x ]]
922026-06-05T04:00:02.444Z++ git branch --show-current
932026-06-05T04:00:02.444Z+ current=main
942026-06-05T04:00:02.444Z+ [[ main != renovate/oxide-tokio-rt-0.x ]]
952026-06-05T04:00:02.444Z+ git branch -f renovate/oxide-tokio-rt-0.x 67477e44dade6575731375fc4a3ddc8a728e6b47
962026-06-05T04:00:02.455Z+ git checkout -f renovate/oxide-tokio-rt-0.x
972026-06-05T04:00:02.469ZSwitched to branch 'renovate/oxide-tokio-rt-0.x'
982026-06-05T04:00:02.474Z+ git reset --hard 67477e44dade6575731375fc4a3ddc8a728e6b47
992026-06-05T04:00:02.474ZHEAD is now at 67477e4 Update Rust crate oxide-tokio-rt to 0.1.6
1002026-06-05T04:00:02.475Zprocess exited: duration 2290 ms, exit code 0
 
1012026-06-05T04:00:02.559Zstarting task 4: "build"
1022026-06-05T04:00:02.585Z+ set -e
1032026-06-05T04:00:02.585Z+ NEXTEST_VERSION=0.9.97
1042026-06-05T04:00:02.585Z+ PLATFORM=illumos
1052026-06-05T04:00:02.585Z+ cargo --version
1062026-06-05T04:00:02.585Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1072026-06-05T04:00:02.685Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1082026-06-05T04:00:02.708Zinfo: downloading 6 components
1092026-06-05T04:00:18.358Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1102026-06-05T04:00:18.362Z+ rustc --version
1112026-06-05T04:00:18.399Zrustc 1.95.0 (59807616e 2026-04-14)
1122026-06-05T04:00:18.415Z+ cargo install cargo-nextest --version 0.9.97
1132026-06-05T04:00:18.431Z Updating crates.io index
1142026-06-05T04:00:19.434Z Downloading crates ...
1152026-06-05T04:00:19.525Z Downloaded cargo-nextest v0.9.97
1162026-06-05T04:00:19.525Z Installing cargo-nextest v0.9.97
1172026-06-05T04:00:19.525Z Updating crates.io index
1182026-06-05T04:00:21.227Z Locking 404 packages to latest compatible versions
1192026-06-05T04:00:21.232Z Adding dialoguer v0.11.0 (available: v0.12.0)
1202026-06-05T04:00:21.236Z Adding duct v0.13.7 (available: v1.1.1)
1212026-06-05T04:00:21.236Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1222026-06-05T04:00:21.236Z Adding generic-array v0.14.7 (available: v0.14.9)
1232026-06-05T04:00:21.236Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1242026-06-05T04:00:21.240Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1252026-06-05T04:00:21.240Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1262026-06-05T04:00:21.240Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1272026-06-05T04:00:21.244Z Adding quick-junit v0.5.2 (available: v0.6.0)
1282026-06-05T04:00:21.271Z Downloading crates ...
1292026-06-05T04:00:21.345Z Downloaded atomicwrites v0.4.4
1302026-06-05T04:00:21.364Z Downloaded futures-core v0.3.32
1312026-06-05T04:00:21.372Z Downloaded indent_write v2.2.0
1322026-06-05T04:00:21.376Z Downloaded globset v0.4.18
1332026-06-05T04:00:21.376Z Downloaded der v0.7.10
1342026-06-05T04:00:21.392Z Downloaded const-oid v0.9.6
1352026-06-05T04:00:21.392Z Downloaded errno v0.3.14
1362026-06-05T04:00:21.392Z Downloaded document-features v0.2.12
1372026-06-05T04:00:21.392Z Downloaded hyper-rustls v0.27.9
1382026-06-05T04:00:21.392Z Downloaded backtrace v0.3.76
1392026-06-05T04:00:21.399Z Downloaded lazy_static v1.5.0
1402026-06-05T04:00:21.399Z Downloaded http v1.4.1
1412026-06-05T04:00:21.399Z Downloaded base64 v0.22.1
1422026-06-05T04:00:21.409Z Downloaded ordered-float v2.10.1
1432026-06-05T04:00:21.413Z Downloaded form_urlencoded v1.2.2
1442026-06-05T04:00:21.419Z Downloaded backtrace-ext v0.2.1
1452026-06-05T04:00:21.423Z Downloaded clap_lex v1.1.0
1462026-06-05T04:00:21.430Z Downloaded cfg-if v1.0.4
1472026-06-05T04:00:21.436Z Downloaded fastrand v2.4.1
1482026-06-05T04:00:21.436Z Downloaded idna_adapter v1.0.0
1492026-06-05T04:00:21.437Z Downloaded cfg_aliases v0.2.1
1502026-06-05T04:00:21.437Z Downloaded regex-syntax v0.8.10
1512026-06-05T04:00:21.443Z Downloaded openssl-macros v0.1.1
1522026-06-05T04:00:21.443Z Downloaded fixedbitset v0.5.7
1532026-06-05T04:00:21.443Z Downloaded erased-serde v0.4.10
1542026-06-05T04:00:21.443Z Downloaded nextest-workspace-hack v0.1.0
1552026-06-05T04:00:21.449Z Downloaded nextest-metadata v0.12.2
1562026-06-05T04:00:21.449Z Downloaded mukti-metadata v0.3.0
1572026-06-05T04:00:21.449Z Downloaded lru-slab v0.1.2
1582026-06-05T04:00:21.449Z Downloaded adler2 v2.0.1
1592026-06-05T04:00:21.453Z Downloaded futures-sink v0.3.32
1602026-06-05T04:00:21.453Z Downloaded crypto-common v0.1.7
1612026-06-05T04:00:21.453Z Downloaded foreign-types-shared v0.1.1
1622026-06-05T04:00:21.453Z Downloaded nix v0.30.1
1632026-06-05T04:00:21.460Z Downloaded scopeguard v1.2.0
1642026-06-05T04:00:21.465Z Downloaded hyper-tls v0.6.0
1652026-06-05T04:00:21.465Z Downloaded pin-project-lite v0.2.17
1662026-06-05T04:00:21.477Z Downloaded guppy-workspace-hack v0.1.0
1672026-06-05T04:00:21.477Z Downloaded log v0.4.32
1682026-06-05T04:00:21.477Z Downloaded enable-ansi-support v0.2.1
1692026-06-05T04:00:21.477Z Downloaded cpufeatures v0.2.17
1702026-06-05T04:00:21.487Z Downloaded cargo-platform v0.2.0
1712026-06-05T04:00:21.487Z Downloaded block-buffer v0.10.4
1722026-06-05T04:00:21.487Z Downloaded atomic-waker v1.1.2
1732026-06-05T04:00:21.487Z Downloaded hex v0.4.3
1742026-06-05T04:00:21.487Z Downloaded curve25519-dalek-derive v0.1.1
1752026-06-05T04:00:21.487Z Downloaded humantime v2.3.0
1762026-06-05T04:00:21.494Z Downloaded http-body-util v0.1.3
1772026-06-05T04:00:21.494Z Downloaded heck v0.5.0
1782026-06-05T04:00:21.511Z Downloaded itoa v1.0.18
1792026-06-05T04:00:21.511Z Downloaded openssl-probe v0.2.1
1802026-06-05T04:00:21.511Z Downloaded futures-io v0.3.32
1812026-06-05T04:00:21.511Z Downloaded fnv v1.0.7
1822026-06-05T04:00:21.511Z Downloaded is_terminal_polyfill v1.70.2
1832026-06-05T04:00:21.511Z Downloaded home v0.5.12
1842026-06-05T04:00:21.511Z Downloaded cargo-platform v0.3.3
1852026-06-05T04:00:21.511Z Downloaded humantime-serde v1.1.1
1862026-06-05T04:00:21.511Z Downloaded serde-value v0.7.0
1872026-06-05T04:00:21.511Z Downloaded number_prefix v0.4.0
1882026-06-05T04:00:21.511Z Downloaded async-scoped v0.9.0
1892026-06-05T04:00:21.511Z Downloaded generic-array v0.14.7
1902026-06-05T04:00:21.511Z Downloaded is_ci v1.2.0
1912026-06-05T04:00:21.511Z Downloaded os_pipe v1.2.3
1922026-06-05T04:00:21.511Z Downloaded http-body v1.0.1
1932026-06-05T04:00:21.539Z Downloaded cfg-expr v0.20.8
1942026-06-05T04:00:21.539Z Downloaded percent-encoding v2.3.2
1952026-06-05T04:00:21.539Z Downloaded cargo_metadata v0.20.0
1962026-06-05T04:00:21.539Z Downloaded rustc_version v0.4.1
1972026-06-05T04:00:21.539Z Downloaded anstream v1.0.0
1982026-06-05T04:00:21.539Z Downloaded rand_chacha v0.9.0
1992026-06-05T04:00:21.539Z Downloaded pathdiff v0.2.3
2002026-06-05T04:00:21.539Z Downloaded owo-colors v4.3.0
2012026-06-05T04:00:21.539Z Downloaded rustc-demangle v0.1.27
2022026-06-05T04:00:21.539Z Downloaded equivalent v1.0.2
2032026-06-05T04:00:21.539Z Downloaded debug-ignore v1.0.5
2042026-06-05T04:00:21.555Z Downloaded anstyle-query v1.1.5
2052026-06-05T04:00:21.555Z Downloaded futures-task v0.3.32
2062026-06-05T04:00:21.555Z Downloaded colorchoice v1.0.5
2072026-06-05T04:00:21.555Z Downloaded serde_urlencoded v0.7.1
2082026-06-05T04:00:21.555Z Downloaded serde_spanned v0.6.9
2092026-06-05T04:00:21.555Z Downloaded nested v0.1.1
2102026-06-05T04:00:21.555Z Downloaded futures-macro v0.3.32
2112026-06-05T04:00:21.555Z Downloaded serde_ignored v0.1.14
2122026-06-05T04:00:21.555Z Downloaded rustc-hash v2.1.2
2132026-06-05T04:00:21.555Z Downloaded indenter v0.3.4
2142026-06-05T04:00:21.555Z Downloaded foldhash v0.1.5
2152026-06-05T04:00:21.555Z Downloaded future-queue v0.4.0
2162026-06-05T04:00:21.555Z Downloaded camino-tempfile v1.4.1
2172026-06-05T04:00:21.555Z Downloaded strip-ansi-escapes v0.2.1
2182026-06-05T04:00:21.555Z Downloaded find-msvc-tools v0.1.9
2192026-06-05T04:00:21.555Z Downloaded foreign-types v0.3.2
2202026-06-05T04:00:21.555Z Downloaded ipnet v2.12.0
2212026-06-05T04:00:21.555Z Downloaded self-replace v1.5.0
2222026-06-05T04:00:21.566Z Downloaded pin-project-internal v1.1.13
2232026-06-05T04:00:21.566Z Downloaded jobserver v0.1.34
2242026-06-05T04:00:21.566Z Downloaded pkg-config v0.3.33
2252026-06-05T04:00:21.566Z Downloaded futures-executor v0.3.32
2262026-06-05T04:00:21.566Z Downloaded dialoguer v0.11.0
2272026-06-05T04:00:21.566Z Downloaded rand_core v0.9.5
2282026-06-05T04:00:21.566Z Downloaded anstyle v1.0.14
2292026-06-05T04:00:21.566Z Downloaded newtype-uuid v1.3.2
2302026-06-05T04:00:21.566Z Downloaded native-tls v0.2.18
2312026-06-05T04:00:21.566Z Downloaded ahash v0.8.12
2322026-06-05T04:00:21.596Z Downloaded rand_core v0.6.4
2332026-06-05T04:00:21.596Z Downloaded addr2line v0.25.1
2342026-06-05T04:00:21.597Z Downloaded lock_api v0.4.14
2352026-06-05T04:00:21.597Z Downloaded serde_spanned v1.1.1
2362026-06-05T04:00:21.597Z Downloaded futures-channel v0.3.32
2372026-06-05T04:00:21.597Z Downloaded camino v1.2.2
2382026-06-05T04:00:21.597Z Downloaded rustls-pki-types v1.14.1
2392026-06-05T04:00:21.597Z Downloaded miette-derive v7.6.0
2402026-06-05T04:00:21.597Z Downloaded iana-time-zone v0.1.65
2412026-06-05T04:00:21.597Z Downloaded sync_wrapper v1.0.2
2422026-06-05T04:00:21.597Z Downloaded quinn-udp v0.5.14
2432026-06-05T04:00:21.613Z Downloaded clap_derive v4.6.1
2442026-06-05T04:00:21.614Z Downloaded signal-hook-mio v0.2.5
2452026-06-05T04:00:21.614Z Downloaded bstr v1.12.1
2462026-06-05T04:00:21.614Z Downloaded supports-unicode v3.0.0
2472026-06-05T04:00:21.614Z Downloaded subtle v2.6.1
2482026-06-05T04:00:21.614Z Downloaded supports-hyperlinks v3.2.0
2492026-06-05T04:00:21.614Z Downloaded signature v2.2.0
2502026-06-05T04:00:21.614Z Downloaded shell-words v1.1.1
2512026-06-05T04:00:21.614Z Downloaded shared_child v1.1.1
2522026-06-05T04:00:21.614Z Downloaded once_cell v1.21.4
2532026-06-05T04:00:21.614Z Downloaded filetime v0.2.29
2542026-06-05T04:00:21.614Z Downloaded cargo-util-schemas v0.2.0
2552026-06-05T04:00:21.614Z Downloaded either v1.16.0
2562026-06-05T04:00:21.614Z Downloaded digest v0.10.7
2572026-06-05T04:00:21.614Z Downloaded swrite v0.1.0
2582026-06-05T04:00:21.614Z Downloaded static_assertions v1.1.0
2592026-06-05T04:00:21.614Z Downloaded convert_case v0.10.0
2602026-06-05T04:00:21.614Z Downloaded cargo_metadata v0.23.1
2612026-06-05T04:00:21.614Z Downloaded anstyle-parse v1.0.0
2622026-06-05T04:00:21.614Z Downloaded autocfg v1.5.1
2632026-06-05T04:00:21.819Z Downloaded tokio-macros v2.7.0
2642026-06-05T04:00:21.819Z Downloaded color-spantrace v0.3.0
2652026-06-05T04:00:21.819Z Downloaded crc32fast v1.5.0
2662026-06-05T04:00:21.820Z Downloaded spki v0.7.3
2672026-06-05T04:00:21.820Z Downloaded simd-adler32 v0.3.9
2682026-06-05T04:00:21.820Z Downloaded quote v1.0.45
2692026-06-05T04:00:21.820Z Downloaded duct v0.13.7
2702026-06-05T04:00:21.820Z Downloaded parking_lot v0.12.5
2712026-06-05T04:00:21.820Z Downloaded terminal_size v0.4.4
2722026-06-05T04:00:21.820Z Downloaded supports-color v3.0.2
2732026-06-05T04:00:21.820Z Downloaded serde_path_to_error v0.1.20
2742026-06-05T04:00:21.820Z Downloaded litrs v1.0.0
2752026-06-05T04:00:21.820Z Downloaded serde-untagged v0.1.9
2762026-06-05T04:00:21.868Z Downloaded ed25519 v2.2.3
2772026-06-05T04:00:21.868Z Downloaded ppv-lite86 v0.2.21
2782026-06-05T04:00:21.868Z Downloaded eyre v0.6.12
2792026-06-05T04:00:21.868Z Downloaded tower-service v0.3.3
2802026-06-05T04:00:21.868Z Downloaded parking_lot_core v0.9.12
2812026-06-05T04:00:21.868Z Downloaded toml_write v0.1.2
2822026-06-05T04:00:21.868Z Downloaded clap v4.6.1
2832026-06-05T04:00:21.868Z Downloaded tinyvec_macros v0.1.1
2842026-06-05T04:00:21.869Z Downloaded semver v1.0.28
2852026-06-05T04:00:21.869Z Downloaded self_update v0.42.0
2862026-06-05T04:00:21.869Z Downloaded tracing-error v0.2.1
2872026-06-05T04:00:21.869Z Downloaded nextest-filtering v0.15.0
2882026-06-05T04:00:21.869Z Downloaded try-lock v0.2.5
2892026-06-05T04:00:21.869Z Downloaded pkcs8 v0.10.2
2902026-06-05T04:00:21.869Z Downloaded smol_str v0.3.6
2912026-06-05T04:00:21.869Z Downloaded tower-layer v0.3.3
2922026-06-05T04:00:21.869Z Downloaded urlencoding v2.1.3
2932026-06-05T04:00:21.869Z Downloaded unicode-linebreak v0.1.5
2942026-06-05T04:00:21.869Z Downloaded strsim v0.11.1
2952026-06-05T04:00:21.869Z Downloaded want v0.3.1
2962026-06-05T04:00:21.869Z Downloaded version_check v0.9.5
2972026-06-05T04:00:21.869Z Downloaded shlex v2.0.1
2982026-06-05T04:00:21.869Z Downloaded untrusted v0.9.0
2992026-06-05T04:00:21.869Z Downloaded typeid v1.0.3
3002026-06-05T04:00:21.869Z Downloaded slab v0.4.12
3012026-06-05T04:00:21.869Z Downloaded quick-junit v0.5.2
3022026-06-05T04:00:21.869Z Downloaded unicode-xid v0.2.6
3032026-06-05T04:00:21.869Z Downloaded thiserror-impl v1.0.69
3042026-06-05T04:00:21.869Z Downloaded getrandom v0.2.17
3052026-06-05T04:00:21.869Z Downloaded base64ct v1.8.3
3062026-06-05T04:00:21.869Z Downloaded signal-hook-registry v1.4.8
3072026-06-05T04:00:21.869Z Downloaded sha2 v0.10.9
3082026-06-05T04:00:21.869Z Downloaded toml_datetime v0.6.11
3092026-06-05T04:00:21.869Z Downloaded target-lexicon v0.13.5
3102026-06-05T04:00:21.870Z Downloaded futures v0.3.32
3112026-06-05T04:00:21.870Z Downloaded thiserror v1.0.69
3122026-06-05T04:00:21.870Z Downloaded thiserror v2.0.18
3132026-06-05T04:00:21.870Z Downloaded xattr v1.6.1
3142026-06-05T04:00:21.870Z Downloaded utf8parse v0.2.2
3152026-06-05T04:00:21.870Z Downloaded num-traits v0.2.19
3162026-06-05T04:00:21.870Z Downloaded proc-macro2 v1.0.106
3172026-06-05T04:00:21.870Z Downloaded thread_local v1.1.9
3182026-06-05T04:00:21.870Z Downloaded indicatif v0.17.11
3192026-06-05T04:00:21.870Z Downloaded sigchld v0.2.4
3202026-06-05T04:00:21.870Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3212026-06-05T04:00:21.870Z Downloaded tokio-native-tls v0.3.1
3222026-06-05T04:00:21.870Z Downloaded thiserror-impl v2.0.18
3232026-06-05T04:00:21.870Z Downloaded target-spec-miette v0.4.8
3242026-06-05T04:00:21.870Z Downloaded derive-where v1.6.1
3252026-06-05T04:00:21.870Z Downloaded bytes v1.11.1
3262026-06-05T04:00:21.870Z Downloaded utf8_iter v1.0.4
3272026-06-05T04:00:21.870Z Downloaded tracing-log v0.2.0
3282026-06-05T04:00:21.870Z Downloaded smallvec v1.15.1
3292026-06-05T04:00:21.870Z Downloaded tempfile v3.27.0
3302026-06-05T04:00:21.870Z Downloaded serde_derive v1.0.228
3312026-06-05T04:00:21.870Z Downloaded httparse v1.10.1
3322026-06-05T04:00:21.870Z Downloaded console v0.15.11
3332026-06-05T04:00:21.870Z Downloaded toml v0.8.23
3342026-06-05T04:00:21.870Z Downloaded zipsign-api v0.1.5
3352026-06-05T04:00:21.870Z Downloaded target-spec v3.6.0
3362026-06-05T04:00:21.870Z Downloaded zmij v1.0.21
3372026-06-05T04:00:21.871Z Downloaded getrandom v0.3.4
3382026-06-05T04:00:21.871Z Downloaded zeroize v1.8.2
3392026-06-05T04:00:21.871Z Downloaded xxhash-rust v0.8.15
3402026-06-05T04:00:21.871Z Downloaded tokio-stream v0.1.18
3412026-06-05T04:00:21.871Z Downloaded pin-project v1.1.13
3422026-06-05T04:00:21.871Z Downloaded zstd-safe v7.2.4
3432026-06-05T04:00:21.871Z Downloaded toml_parser v1.1.2+spec-1.1.0
3442026-06-05T04:00:21.871Z Downloaded ryu v1.0.23
3452026-06-05T04:00:21.871Z Downloaded cc v1.2.63
3462026-06-05T04:00:21.871Z Downloaded toml_writer v1.1.1+spec-1.1.0
3472026-06-05T04:00:21.871Z Downloaded config v0.15.23
3482026-06-05T04:00:21.871Z Downloaded tracing-attributes v0.1.31
3492026-06-05T04:00:21.871Z Downloaded signal-hook v0.3.18
3502026-06-05T04:00:21.871Z Downloaded sharded-slab v0.1.7
3512026-06-05T04:00:21.871Z Downloaded unicase v2.9.0
3522026-06-05T04:00:21.871Z Downloaded getrandom v0.4.2
3532026-06-05T04:00:21.871Z Downloaded borsh v1.6.1
3542026-06-05T04:00:21.871Z Downloaded tokio-rustls v0.26.4
3552026-06-05T04:00:21.871Z Downloaded serde_core v1.0.228
3562026-06-05T04:00:21.871Z Downloaded idna v1.1.0
3572026-06-05T04:00:21.871Z Downloaded openssl-sys v0.9.116
3582026-06-05T04:00:21.871Z Downloaded ed25519-dalek v2.2.0
3592026-06-05T04:00:21.871Z Downloaded tinyvec v1.11.0
3602026-06-05T04:00:21.871Z Downloaded zstd v0.13.3
3612026-06-05T04:00:21.871Z Downloaded textwrap v0.16.2
3622026-06-05T04:00:21.871Z Downloaded derive_more v2.1.1
3632026-06-05T04:00:21.871Z Downloaded miniz_oxide v0.8.9
3642026-06-05T04:00:21.872Z Downloaded bitflags v2.12.1
3652026-06-05T04:00:21.872Z Downloaded toml v1.1.2+spec-1.1.0
3662026-06-05T04:00:21.872Z Downloaded socket2 v0.6.4
3672026-06-05T04:00:21.872Z Downloaded memchr v2.8.1
3682026-06-05T04:00:21.872Z Downloaded unicode-ident v1.0.24
3692026-06-05T04:00:21.872Z Downloaded uuid v1.23.2
3702026-06-05T04:00:21.872Z Downloaded vte v0.14.1
3712026-06-05T04:00:21.872Z Downloaded tar v0.4.46
3722026-06-05T04:00:21.872Z Downloaded serde v1.0.228
3732026-06-05T04:00:21.872Z Downloaded rustls-webpki v0.103.13
3742026-06-05T04:00:21.872Z Downloaded quinn v0.11.9
3752026-06-05T04:00:21.872Z Downloaded flate2 v1.1.9
3762026-06-05T04:00:21.893Z Downloaded mio v1.2.1
3772026-06-05T04:00:21.893Z Downloaded derive_more-impl v2.1.1
3782026-06-05T04:00:21.893Z Downloaded tracing-core v0.1.36
3792026-06-05T04:00:21.893Z Downloaded toml_edit v0.22.27
3802026-06-05T04:00:21.893Z Downloaded url v2.5.8
3812026-06-05T04:00:21.893Z Downloaded hyper-util v0.1.20
3822026-06-05T04:00:21.893Z Downloaded rand v0.9.4
3832026-06-05T04:00:21.894Z Downloaded indexmap v2.14.0
3842026-06-05T04:00:21.894Z Downloaded guppy v0.17.26
3852026-06-05T04:00:21.909Z Downloaded miette v7.6.0
3862026-06-05T04:00:21.909Z Downloaded hashbrown v0.15.5
3872026-06-05T04:00:21.909Z Downloaded hashbrown v0.17.1
3882026-06-05T04:00:21.909Z Downloaded typenum v1.20.1
3892026-06-05T04:00:21.909Z Downloaded tower v0.5.3
3902026-06-05T04:00:21.939Z Downloaded unicode-segmentation v1.13.3
3912026-06-05T04:00:21.939Z Downloaded unicode-normalization v0.1.25
3922026-06-05T04:00:21.939Z Downloaded ron v0.12.1
3932026-06-05T04:00:21.939Z Downloaded serde_json v1.0.150
3942026-06-05T04:00:21.940Z Downloaded futures-util v0.3.32
3952026-06-05T04:00:21.949Z Downloaded crossterm v0.29.0
3962026-06-05T04:00:21.949Z Downloaded h2 v0.4.14
3972026-06-05T04:00:21.949Z Downloaded aho-corasick v1.1.4
3982026-06-05T04:00:21.949Z Downloaded clap_builder v4.6.0
3992026-06-05T04:00:21.949Z Downloaded winnow v0.7.15
4002026-06-05T04:00:21.995Z Downloaded reqwest v0.12.28
4012026-06-05T04:00:21.995Z Downloaded winnow v1.0.3
4022026-06-05T04:00:21.995Z Downloaded pulldown-cmark v0.13.4
4032026-06-05T04:00:22.004Z Downloaded chrono v0.4.45
4042026-06-05T04:00:22.004Z Downloaded regex v1.12.3
4052026-06-05T04:00:22.004Z Downloaded itertools v0.14.0
4062026-06-05T04:00:22.004Z Downloaded tokio-util v0.7.18
4072026-06-05T04:00:22.005Z Downloaded gimli v0.32.3
4082026-06-05T04:00:22.005Z Downloaded portable-atomic v1.13.1
4092026-06-05T04:00:22.005Z Downloaded hyper v1.10.1
4102026-06-05T04:00:22.005Z Downloaded color-eyre v0.6.5
4112026-06-05T04:00:22.005Z Downloaded quick-xml v0.37.5
4122026-06-05T04:00:22.005Z Downloaded zerocopy v0.8.50
4132026-06-05T04:00:22.044Z Downloaded curve25519-dalek v4.1.3
4142026-06-05T04:00:22.085Z Downloaded tower-http v0.6.11
4152026-06-05T04:00:22.086Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4162026-06-05T04:00:22.086Z Downloaded quick-xml v0.38.4
4172026-06-05T04:00:22.120Z Downloaded nextest-runner v0.80.0
4182026-06-05T04:00:22.120Z Downloaded quinn-proto v0.11.14
4192026-06-05T04:00:22.120Z Downloaded webpki-roots v1.0.7
4202026-06-05T04:00:22.120Z Downloaded tracing-subscriber v0.3.23
4212026-06-05T04:00:22.120Z Downloaded vcpkg v0.2.15
4222026-06-05T04:00:22.149Z Downloaded object v0.37.3
4232026-06-05T04:00:22.165Z Downloaded unicode-width v0.2.2
4242026-06-05T04:00:22.165Z Downloaded unicode-width v0.1.14
4252026-06-05T04:00:22.165Z Downloaded openssl v0.10.80
4262026-06-05T04:00:22.201Z Downloaded syn v2.0.117
4272026-06-05T04:00:22.220Z Downloaded rustix v0.38.44
4282026-06-05T04:00:22.220Z Downloaded rustls v0.23.40
4292026-06-05T04:00:22.220Z Downloaded rustix v1.1.4
4302026-06-05T04:00:22.244Z Downloaded tracing v0.1.44
4312026-06-05T04:00:22.288Z Downloaded regex-automata v0.4.14
4322026-06-05T04:00:22.332Z Downloaded libc v0.2.186
4332026-06-05T04:00:22.354Z Downloaded petgraph v0.8.3
4342026-06-05T04:00:22.369Z Downloaded tokio v1.52.3
4352026-06-05T04:00:22.427Z Downloaded recursion v0.5.4
4362026-06-05T04:00:22.434Z Downloaded ring v0.17.14
4372026-06-05T04:00:22.508Z Compiling proc-macro2 v1.0.106
4382026-06-05T04:00:22.508Z Compiling libc v0.2.186
4392026-06-05T04:00:22.508Z Compiling quote v1.0.45
4402026-06-05T04:00:22.508Z Compiling unicode-ident v1.0.24
4412026-06-05T04:00:22.525Z Compiling serde_core v1.0.228
4422026-06-05T04:00:22.525Z Compiling cfg-if v1.0.4
4432026-06-05T04:00:22.525Z Compiling memchr v2.8.1
4442026-06-05T04:00:22.525Z Compiling once_cell v1.21.4
4452026-06-05T04:00:22.722Z Compiling log v0.4.32
4462026-06-05T04:00:22.745Z Compiling pin-project-lite v0.2.17
4472026-06-05T04:00:22.832Z Compiling serde v1.0.228
4482026-06-05T04:00:22.876Z Compiling itoa v1.0.18
4492026-06-05T04:00:23.126Z Compiling futures-core v0.3.32
4502026-06-05T04:00:23.258Z Compiling smallvec v1.15.1
4512026-06-05T04:00:23.336Z Compiling bitflags v2.12.1
4522026-06-05T04:00:23.359Z Compiling hashbrown v0.17.1
4532026-06-05T04:00:23.522Z Compiling shlex v2.0.1
4542026-06-05T04:00:23.721Z Compiling jobserver v0.1.34
4552026-06-05T04:00:23.754Z Compiling find-msvc-tools v0.1.9
4562026-06-05T04:00:23.754Z Compiling equivalent v1.0.2
4572026-06-05T04:00:23.765Z Compiling bytes v1.11.1
4582026-06-05T04:00:23.829Z Compiling errno v0.3.14
4592026-06-05T04:00:23.870Z Compiling cc v1.2.63
4602026-06-05T04:00:23.931Z Compiling signal-hook-registry v1.4.8
4612026-06-05T04:00:24.029Z Compiling mio v1.2.1
4622026-06-05T04:00:24.053Z Compiling futures-sink v0.3.32
4632026-06-05T04:00:24.149Z Compiling syn v2.0.117
4642026-06-05T04:00:24.161Z Compiling rustix v1.1.4
4652026-06-05T04:00:24.244Z Compiling socket2 v0.6.4
4662026-06-05T04:00:24.471Z Compiling zmij v1.0.21
4672026-06-05T04:00:24.604Z Compiling slab v0.4.12
4682026-06-05T04:00:24.676Z Compiling futures-channel v0.3.32
4692026-06-05T04:00:24.796Z Compiling tracing-core v0.1.36
4702026-06-05T04:00:24.806Z Compiling serde_json v1.0.150
4712026-06-05T04:00:24.928Z Compiling version_check v0.9.5
4722026-06-05T04:00:25.064Z Compiling futures-io v0.3.32
4732026-06-05T04:00:25.120Z Compiling indexmap v2.14.0
4742026-06-05T04:00:25.194Z Compiling getrandom v0.4.2
4752026-06-05T04:00:25.253Z Compiling futures-task v0.3.32
4762026-06-05T04:00:25.294Z Compiling percent-encoding v2.3.2
4772026-06-05T04:00:25.423Z Compiling camino v1.2.2
4782026-06-05T04:00:25.487Z Compiling unicode-width v0.2.2
4792026-06-05T04:00:25.735Z Compiling ring v0.17.14
4802026-06-05T04:00:25.815Z Compiling http v1.4.1
4812026-06-05T04:00:25.850Z Compiling zeroize v1.8.2
4822026-06-05T04:00:25.875Z Compiling adler2 v2.0.1
4832026-06-05T04:00:25.971Z Compiling autocfg v1.5.1
4842026-06-05T04:00:26.065Z Compiling simd-adler32 v0.3.9
4852026-06-05T04:00:27.347Z Compiling num-traits v0.2.19
4862026-06-05T04:00:27.474Z Compiling miniz_oxide v0.8.9
4872026-06-05T04:00:27.474Z Compiling getrandom v0.3.4
4882026-06-05T04:00:27.475Z Compiling object v0.37.3
4892026-06-05T04:00:27.475Z Compiling target-lexicon v0.13.5
4902026-06-05T04:00:27.475Z Compiling zerocopy v0.8.50
4912026-06-05T04:00:27.475Z Compiling http-body v1.0.1
4922026-06-05T04:00:27.509Z Compiling rustls-pki-types v1.14.1
4932026-06-05T04:00:27.509Z Compiling form_urlencoded v1.2.2
4942026-06-05T04:00:27.509Z Compiling semver v1.0.28
4952026-06-05T04:00:27.684Z Compiling serde_derive v1.0.228
4962026-06-05T04:00:27.694Z Compiling tokio-macros v2.7.0
4972026-06-05T04:00:27.784Z Compiling futures-macro v0.3.32
4982026-06-05T04:00:27.966Z Compiling tracing-attributes v0.1.31
4992026-06-05T04:00:27.985Z Compiling getrandom v0.2.17
5002026-06-05T04:00:28.077Z Compiling signal-hook v0.3.18
5012026-06-05T04:00:28.174Z Compiling thiserror v2.0.18
5022026-06-05T04:00:28.272Z Compiling guppy-workspace-hack v0.1.0
5032026-06-05T04:00:28.302Z Compiling untrusted v0.9.0
5042026-06-05T04:00:28.431Z Compiling owo-colors v4.3.0
5052026-06-05T04:00:28.436Z Compiling tokio v1.52.3
5062026-06-05T04:00:28.494Z Compiling idna_adapter v1.0.0
5072026-06-05T04:00:28.523Z Compiling fnv v1.0.7
5082026-06-05T04:00:28.596Z Compiling utf8_iter v1.0.4
5092026-06-05T04:00:28.623Z Compiling futures-util v0.3.32
5102026-06-05T04:00:28.626Z Compiling httparse v1.10.1
5112026-06-05T04:00:28.756Z Compiling gimli v0.32.3
5122026-06-05T04:00:28.807Z Compiling idna v1.1.0
5132026-06-05T04:00:29.177Z Compiling tracing v0.1.44
5142026-06-05T04:00:29.250Z Compiling thiserror-impl v2.0.18
5152026-06-05T04:00:30.671Z Compiling addr2line v0.25.1
5162026-06-05T04:00:31.098Z Compiling generic-array v0.14.7
5172026-06-05T04:00:31.207Z Compiling rustls v0.23.40
5182026-06-05T04:00:31.219Z Compiling pkg-config v0.3.33
5192026-06-05T04:00:31.333Z Compiling target-spec v3.6.0
5202026-06-05T04:00:31.387Z Compiling atomic-waker v1.1.2
5212026-06-05T04:00:31.428Z Compiling thiserror v1.0.69
5222026-06-05T04:00:31.513Z Compiling typeid v1.0.3
5232026-06-05T04:00:31.615Z Compiling fastrand v2.4.1
5242026-06-05T04:00:31.642Z Compiling tower-service v0.3.3
5252026-06-05T04:00:31.734Z Compiling rustc-demangle v0.1.27
5262026-06-05T04:00:31.737Z Compiling try-lock v0.2.5
5272026-06-05T04:00:31.839Z Compiling want v0.3.1
5282026-06-05T04:00:31.853Z Compiling tempfile v3.27.0
5292026-06-05T04:00:32.010Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5302026-06-05T04:00:32.296Z Compiling tokio-util v0.7.18
5312026-06-05T04:00:32.443Z Compiling cfg-expr v0.20.8
5322026-06-05T04:00:32.821Z Compiling h2 v0.4.14
5332026-06-05T04:00:32.997Z Compiling url v2.5.8
5342026-06-05T04:00:33.406Z Compiling thiserror-impl v1.0.69
5352026-06-05T04:00:33.641Z Compiling terminal_size v0.4.4
5362026-06-05T04:00:33.790Z Compiling backtrace v0.3.76
5372026-06-05T04:00:34.195Z Compiling aho-corasick v1.1.4
5382026-06-05T04:00:34.244Z Compiling typenum v1.20.1
5392026-06-05T04:00:34.522Z Compiling winnow v0.7.15
5402026-06-05T04:00:34.923Z Compiling erased-serde v0.4.10
5412026-06-05T04:00:35.221Z Compiling regex-syntax v0.8.10
5422026-06-05T04:00:35.442Z Compiling subtle v2.6.1
5432026-06-05T04:00:35.646Z Compiling hyper v1.10.1
5442026-06-05T04:00:36.406Z Compiling rustls-webpki v0.103.13
5452026-06-05T04:00:38.813Z Compiling regex-automata v0.4.14
5462026-06-05T04:00:39.511Z Compiling serde_spanned v0.6.9
5472026-06-05T04:00:39.568Z Compiling toml_datetime v0.6.11
5482026-06-05T04:00:39.666Z Compiling ahash v0.8.12
5492026-06-05T04:00:39.916Z Compiling sync_wrapper v1.0.2
5502026-06-05T04:00:39.927Z Compiling unicode-linebreak v0.1.5
5512026-06-05T04:00:40.026Z Compiling base64 v0.22.1
5522026-06-05T04:00:40.191Z Compiling lazy_static v1.5.0
5532026-06-05T04:00:40.296Z Compiling either v1.16.0
5542026-06-05T04:00:40.496Z Compiling toml_write v0.1.2
5552026-06-05T04:00:40.518Z Compiling parking_lot_core v0.9.12
5562026-06-05T04:00:40.742Z Compiling portable-atomic v1.13.1
5572026-06-05T04:00:40.794Z Compiling ipnet v2.12.0
5582026-06-05T04:00:41.194Z Compiling is_ci v1.2.0
5592026-06-05T04:00:41.245Z Compiling tower-layer v0.3.3
5602026-06-05T04:00:41.359Z Compiling unicode-segmentation v1.13.3
5612026-06-05T04:00:41.453Z Compiling foldhash v0.1.5
5622026-06-05T04:00:41.671Z Compiling crc32fast v1.5.0
5632026-06-05T04:00:41.758Z Compiling nextest-workspace-hack v0.1.0
5642026-06-05T04:00:41.966Z Compiling convert_case v0.10.0
5652026-06-05T04:00:42.006Z Compiling tokio-rustls v0.26.4
5662026-06-05T04:00:42.016Z Compiling hashbrown v0.15.5
5672026-06-05T04:00:42.225Z Compiling tower v0.5.3
5682026-06-05T04:00:42.288Z Compiling supports-color v3.0.2
5692026-06-05T04:00:42.376Z Compiling hyper-util v0.1.20
5702026-06-05T04:00:42.533Z Compiling toml_edit v0.22.27
5712026-06-05T04:00:42.650Z Compiling sharded-slab v0.1.7
5722026-06-05T04:00:42.656Z Compiling textwrap v0.16.2
5732026-06-05T04:00:43.198Z Compiling backtrace-ext v0.2.1
5742026-06-05T04:00:43.439Z Compiling ordered-float v2.10.1
5752026-06-05T04:00:43.450Z Compiling webpki-roots v1.0.7
5762026-06-05T04:00:43.559Z Compiling miette-derive v7.6.0
5772026-06-05T04:00:43.698Z Compiling pathdiff v0.2.3
5782026-06-05T04:00:43.822Z Compiling console v0.15.11
5792026-06-05T04:00:44.050Z Compiling tracing-log v0.2.0
5802026-06-05T04:00:44.408Z Compiling cargo-platform v0.3.3
5812026-06-05T04:00:44.642Z Compiling os_pipe v1.2.3
5822026-06-05T04:00:44.810Z Compiling thread_local v1.1.9
5832026-06-05T04:00:44.971Z Compiling ryu v1.0.23
5842026-06-05T04:00:44.982Z Compiling winnow v1.0.3
5852026-06-05T04:00:45.164Z Compiling supports-hyperlinks v3.2.0
5862026-06-05T04:00:45.258Z Compiling zstd-safe v7.2.4
5872026-06-05T04:00:45.382Z Compiling utf8parse v0.2.2
5882026-06-05T04:00:45.486Z Compiling supports-unicode v3.0.0
5892026-06-05T04:00:45.497Z Compiling unicode-width v0.1.14
5902026-06-05T04:00:45.507Z Compiling scopeguard v1.2.0
5912026-06-05T04:00:45.610Z Compiling fixedbitset v0.5.7
5922026-06-05T04:00:45.652Z Compiling cfg_aliases v0.2.1
5932026-06-05T04:00:45.723Z Compiling debug-ignore v1.0.5
5942026-06-05T04:00:45.784Z Compiling rustix v0.38.44
5952026-06-05T04:00:45.831Z Compiling pulldown-cmark v0.13.4
5962026-06-05T04:00:46.075Z Compiling toml_parser v1.1.2+spec-1.1.0
5972026-06-05T04:00:46.114Z Compiling petgraph v0.8.3
5982026-06-05T04:00:46.222Z Compiling nix v0.30.1
5992026-06-05T04:00:46.423Z Compiling miette v7.6.0
6002026-06-05T04:00:46.615Z Compiling lock_api v0.4.14
6012026-06-05T04:00:46.917Z Compiling anstyle-parse v1.0.0
6022026-06-05T04:00:47.131Z Compiling serde_urlencoded v0.7.1
6032026-06-05T04:00:47.392Z Compiling tracing-subscriber v0.3.23
6042026-06-05T04:00:47.403Z Compiling sigchld v0.2.4
6052026-06-05T04:00:47.607Z Compiling cargo_metadata v0.23.1
6062026-06-05T04:00:48.064Z Compiling toml v0.8.23
6072026-06-05T04:00:49.881Z Compiling serde-value v0.7.0
6082026-06-05T04:00:50.458Z Compiling hyper-rustls v0.27.9
6092026-06-05T04:00:50.630Z Compiling serde-untagged v0.1.9
6102026-06-05T04:00:50.891Z Compiling tower-http v0.6.11
6112026-06-05T04:00:51.123Z Compiling derive_more-impl v2.1.1
6122026-06-05T04:00:51.562Z Compiling regex v1.12.3
6132026-06-05T04:00:51.618Z Compiling itertools v0.14.0
6142026-06-05T04:00:51.685Z Compiling block-buffer v0.10.4
6152026-06-05T04:00:51.780Z Compiling crypto-common v0.1.7
6162026-06-05T04:00:51.835Z Compiling ppv-lite86 v0.2.21
6172026-06-05T04:00:51.913Z Compiling futures-executor v0.3.32
6182026-06-05T04:00:51.924Z Compiling rand_core v0.9.5
6192026-06-05T04:00:52.155Z Compiling pin-project-internal v1.1.13
6202026-06-05T04:00:52.192Z Compiling http-body-util v0.1.3
6212026-06-05T04:00:52.424Z Compiling uuid v1.23.2
6222026-06-05T04:00:52.435Z Compiling smol_str v0.3.6
6232026-06-05T04:00:52.754Z Compiling toml_datetime v1.1.1+spec-1.1.0
6242026-06-05T04:00:52.755Z Compiling serde_spanned v1.1.1
6252026-06-05T04:00:52.895Z Compiling filetime v0.2.29
6262026-06-05T04:00:52.943Z Compiling bstr v1.12.1
6272026-06-05T04:00:52.958Z Compiling vte v0.14.1
6282026-06-05T04:00:53.121Z Compiling xattr v1.6.1
6292026-06-05T04:00:53.131Z Compiling unicode-xid v0.2.6
6302026-06-05T04:00:53.173Z Compiling color-spantrace v0.3.0
6312026-06-05T04:00:53.189Z Compiling unicase v2.9.0
6322026-06-05T04:00:53.201Z Compiling anstyle-query v1.1.5
6332026-06-05T04:00:53.256Z Compiling anstyle v1.0.14
6342026-06-05T04:00:53.298Z Compiling tinyvec_macros v0.1.1
6352026-06-05T04:00:53.368Z Compiling eyre v0.6.12
6362026-06-05T04:00:53.379Z Compiling colorchoice v1.0.5
6372026-06-05T04:00:53.486Z Compiling nested v0.1.1
6382026-06-05T04:00:53.523Z Compiling is_terminal_polyfill v1.70.2
6392026-06-05T04:00:53.617Z Compiling number_prefix v0.4.0
6402026-06-05T04:00:53.640Z Compiling static_assertions v1.1.0
6412026-06-05T04:00:53.675Z Compiling self_update v0.42.0
6422026-06-05T04:00:53.686Z Compiling iana-time-zone v0.1.65
6432026-06-05T04:00:53.686Z Compiling litrs v1.0.0
6442026-06-05T04:00:53.708Z Compiling guppy v0.17.26
6452026-06-05T04:00:53.765Z Compiling indicatif v0.17.11
6462026-06-05T04:00:53.842Z Compiling chrono v0.4.45
6472026-06-05T04:00:54.130Z Compiling document-features v0.2.12
6482026-06-05T04:00:54.295Z Compiling anstream v1.0.0
6492026-06-05T04:00:54.730Z Compiling globset v0.4.18
6502026-06-05T04:00:54.784Z Compiling tinyvec v1.11.0
6512026-06-05T04:00:55.063Z Compiling tar v0.4.46
6522026-06-05T04:00:55.205Z Compiling cargo-util-schemas v0.2.0
6532026-06-05T04:00:56.848Z Compiling pin-project v1.1.13
6542026-06-05T04:00:56.951Z Compiling strip-ansi-escapes v0.2.1
6552026-06-05T04:00:57.173Z Compiling toml v1.1.2+spec-1.1.0
6562026-06-05T04:00:57.429Z Compiling newtype-uuid v1.3.2
6572026-06-05T04:00:57.528Z Compiling nextest-metadata v0.12.2
6582026-06-05T04:00:57.597Z Compiling reqwest v0.12.28
6592026-06-05T04:00:57.611Z Compiling rand_chacha v0.9.0
6602026-06-05T04:00:57.699Z Compiling futures v0.3.32
6612026-06-05T04:00:57.791Z Compiling derive_more v2.1.1
6622026-06-05T04:00:57.862Z Compiling digest v0.10.7
6632026-06-05T04:00:57.926Z Compiling flate2 v1.1.9
6642026-06-05T04:00:58.082Z Compiling parking_lot v0.12.5
6652026-06-05T04:00:58.161Z Compiling tracing-error v0.2.1
6662026-06-05T04:00:58.391Z Compiling shared_child v1.1.1
6672026-06-05T04:00:58.797Z Compiling signal-hook-mio v0.2.5
6682026-06-05T04:00:58.919Z Compiling self-replace v1.5.0
6692026-06-05T04:00:58.992Z Compiling cargo-platform v0.2.0
6702026-06-05T04:00:59.209Z Compiling quick-xml v0.38.4
6712026-06-05T04:00:59.538Z Compiling quick-xml v0.37.5
6722026-06-05T04:01:00.057Z Compiling shell-words v1.1.1
6732026-06-05T04:01:00.350Z Compiling indenter v0.3.4
6742026-06-05T04:01:00.487Z Compiling humantime v2.3.0
6752026-06-05T04:01:00.578Z Compiling clap_lex v1.1.0
6762026-06-05T04:01:00.846Z Compiling strsim v0.11.1
6772026-06-05T04:01:00.899Z Compiling urlencoding v2.1.3
6782026-06-05T04:01:00.954Z Compiling heck v0.5.0
6792026-06-05T04:01:01.049Z Compiling cpufeatures v0.2.17
6802026-06-05T04:01:01.151Z Compiling recursion v0.5.4
6812026-06-05T04:01:01.155Z Compiling sha2 v0.10.9
6822026-06-05T04:01:01.278Z Compiling nextest-filtering v0.15.0
6832026-06-05T04:01:01.331Z Compiling clap_derive v4.6.1
6842026-06-05T04:01:01.666Z Compiling clap_builder v4.6.0
6852026-06-05T04:01:02.650Z Compiling humantime-serde v1.1.1
6862026-06-05T04:01:03.150Z Compiling quick-junit v0.5.2
6872026-06-05T04:01:03.401Z Compiling atomicwrites v0.4.4
6882026-06-05T04:01:03.605Z Compiling cargo_metadata v0.20.0
6892026-06-05T04:01:05.237Z Compiling crossterm v0.29.0
6902026-06-05T04:01:06.208Z Compiling cargo-nextest v0.9.97
6912026-06-05T04:01:07.386Z Compiling duct v0.13.7
6922026-06-05T04:01:07.895Z Compiling config v0.15.23
6932026-06-05T04:01:08.073Z Compiling zstd v0.13.3
6942026-06-05T04:01:08.397Z Compiling rand v0.9.4
6952026-06-05T04:01:08.489Z Compiling async-scoped v0.9.0
6962026-06-05T04:01:08.691Z Compiling unicode-normalization v0.1.25
6972026-06-05T04:01:08.708Z Compiling target-spec-miette v0.4.8
6982026-06-05T04:01:08.774Z Compiling future-queue v0.4.0
6992026-06-05T04:01:09.071Z Compiling mukti-metadata v0.3.0
7002026-06-05T04:01:09.089Z Compiling tokio-stream v0.1.18
7012026-06-05T04:01:09.114Z Compiling camino-tempfile v1.4.1
7022026-06-05T04:01:09.160Z Compiling derive-where v1.6.1
7032026-06-05T04:01:09.243Z Compiling serde_path_to_error v0.1.20
7042026-06-05T04:01:09.534Z Compiling serde_ignored v0.1.14
7052026-06-05T04:01:09.546Z Compiling swrite v0.1.0
7062026-06-05T04:01:09.598Z Compiling xxhash-rust v0.8.15
7072026-06-05T04:01:09.648Z Compiling hex v0.4.3
7082026-06-05T04:01:09.683Z Compiling indent_write v2.2.0
7092026-06-05T04:01:09.769Z Compiling home v0.5.12
7102026-06-05T04:01:09.828Z Compiling color-eyre v0.6.5
7112026-06-05T04:01:09.886Z Compiling clap v4.6.1
7122026-06-05T04:01:09.930Z Compiling dialoguer v0.11.0
7132026-06-05T04:01:09.930Z Compiling enable-ansi-support v0.2.1
7142026-06-05T04:01:10.380Z Compiling nextest-runner v0.80.0
7152026-06-05T04:01:28.216Z Finished `release` profile [optimized] target(s) in 1m 09s
7162026-06-05T04:01:28.395Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-06-05T04:01:28.398Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-06-05T04:01:28.504Z+ source .github/buildomat/test-common.sh
7192026-06-05T04:01:28.508Z++ NEXTEST_VERSION=0.9.97
7202026-06-05T04:01:28.509Z++ PLATFORM=illumos
7212026-06-05T04:01:28.509Z++ banner install
7222026-06-05T04:01:28.509Z
7232026-06-05T04:01:28.509Z # # # #### ##### ## # #
7242026-06-05T04:01:28.509Z # ## # # # # # # #
7252026-06-05T04:01:28.509Z # # # # #### # # # # #
7262026-06-05T04:01:28.509Z # # # # # # ###### # #
7272026-06-05T04:01:28.509Z # # ## # # # # # # #
7282026-06-05T04:01:28.509Z # # # #### # # # ###### ######
7292026-06-05T04:01:28.509Z
7302026-06-05T04:01:28.509Z++ set +o errexit
7312026-06-05T04:01:28.509Z++ pkg info clang-15
7322026-06-05T04:01:28.509Z++ grep -qi installed
7332026-06-05T04:01:29.740Zpkg: info: no packages matching the following patterns you specified are
7342026-06-05T04:01:29.740Zinstalled on the system. Try querying remotely instead:
7352026-06-05T04:01:29.740Z
7362026-06-05T04:01:29.740Z clang-15
7372026-06-05T04:01:29.778Z++ [[ 1 != 0 ]]
7382026-06-05T04:01:29.778Z++ set -o errexit
7392026-06-05T04:01:29.782Z++ pfexec pkg install clang-15
7402026-06-05T04:01:37.029Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-06-05T04:01:44.699Z Startup: Caching catalogs ... Done
7422026-06-05T04:01:51.863ZPlanning: Solver setup ... Done
7432026-06-05T04:01:51.903ZPlanning: Running solver ... Done
7442026-06-05T04:01:52.045ZPlanning: Finding local manifests ... Done
7452026-06-05T04:01:52.064ZPlanning: Fetching manifests: 0/2 0% complete
7462026-06-05T04:01:52.155ZPlanning: Fetching manifests: 2/2 100% complete
7472026-06-05T04:01:52.184ZPlanning: Package planning ... Done
7482026-06-05T04:01:52.209ZPlanning: Merging actions ... Done
7492026-06-05T04:01:52.316ZPlanning: Checking for conflicting actions ... Done
7502026-06-05T04:01:52.323ZPlanning: Consolidating action changes ... Done
7512026-06-05T04:01:53.000ZPlanning: Evaluating mediators ... Done
7522026-06-05T04:01:53.005ZPlanning: Planning completed in 8.13 seconds
7532026-06-05T04:01:53.017Z Packages to install: 2
7542026-06-05T04:01:53.019Z Mediators to change: 2
7552026-06-05T04:01:53.019Z Services to change: 1
7562026-06-05T04:01:53.019Z Create boot environment: No
7572026-06-05T04:01:53.019ZCreate backup boot environment: No
7582026-06-05T04:01:53.058Z
7592026-06-05T04:01:53.058ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-06-05T04:01:58.058ZDownload: 892/3076 items 29.6/211.3MB 14% complete (5.8M/s)
7612026-06-05T04:02:04.267ZDownload: 983/3076 items 81.6/211.3MB 38% complete (13.5M/s)
7622026-06-05T04:02:18.194ZDownload: 984/3076 items 82.2/211.3MB 38% complete
7632026-06-05T04:02:23.282ZDownload: 1406/3076 items 115.8/211.3MB 54% complete (7.1M/s)
7642026-06-05T04:02:28.611ZDownload: 2006/3076 items 117.9/211.3MB 55% complete (3.9M/s)
7652026-06-05T04:02:33.618ZDownload: 2196/3076 items 118.8/211.3MB 56% complete (280k/s)
7662026-06-05T04:02:38.751ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (8.4M/s)
7672026-06-05T04:02:44.903ZDownload: 3068/3076 items 209.6/211.3MB 99% complete (9.7M/s)
7682026-06-05T04:02:51.307ZDownload: 3073/3076 items 211.2/211.3MB 99% complete (9.0M/s)
7692026-06-05T04:02:51.355ZDownload: Completed 211.31 MB in 58.22 seconds (3.6M/s)
7702026-06-05T04:02:51.425Z Actions: 1/3418 actions (Installing new actions)
7712026-06-05T04:02:54.570Z Actions: Completed 3418 actions in 3.16 seconds.
7722026-06-05T04:02:55.231Z Done
7732026-06-05T04:02:55.231Z Done
7742026-06-05T04:02:55.970Z Done
7752026-06-05T04:02:59.138Z Done
7762026-06-05T04:02:59.197Z Done
7772026-06-05T04:02:59.206Z Done
7782026-06-05T04:02:59.441Z Done
7792026-06-05T04:03:00.146Z++ set -o errexit
7802026-06-05T04:03:00.146Z++ cargo --version
7812026-06-05T04:03:00.155Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7822026-06-05T04:03:00.158Z++ rustc --version
7832026-06-05T04:03:00.221Zrustc 1.95.0 (59807616e 2026-04-14)
7842026-06-05T04:03:00.224Z++ cargo install cargo-nextest --version 0.9.97
7852026-06-05T04:03:00.281Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7862026-06-05T04:03:00.284Z+ pushd rdb
7872026-06-05T04:03:00.284Z+ PROPTEST_CASES=1000000
7882026-06-05T04:03:00.284Z+ cargo nextest run --lib proptest
7892026-06-05T04:03:00.284Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7902026-06-05T04:03:00.466Z Updating git repository `https://github.com/oxidecomputer/falcon`
7912026-06-05T04:03:01.316ZFrom https://github.com/oxidecomputer/falcon
7922026-06-05T04:03:01.316Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7932026-06-05T04:03:01.392Z Updating crates.io index
7942026-06-05T04:03:01.429Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7952026-06-05T04:03:02.326ZFrom https://github.com/oxidecomputer/dendrite
7962026-06-05T04:03:02.326Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7972026-06-05T04:03:02.406Z Updating git repository `https://github.com/oxidecomputer/ispf`
7982026-06-05T04:03:02.681ZFrom https://github.com/oxidecomputer/ispf
7992026-06-05T04:03:02.681Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8002026-06-05T04:03:02.687Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8012026-06-05T04:03:03.039ZFrom https://github.com/oxidecomputer/netadm-sys
8022026-06-05T04:03:03.039Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8032026-06-05T04:03:03.047Z Updating git repository `https://github.com/oxidecomputer/omicron`
8042026-06-05T04:03:10.548ZFrom https://github.com/oxidecomputer/omicron
8052026-06-05T04:03:10.548Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8062026-06-05T04:03:10.961Z Updating git repository `https://github.com/oxidecomputer/opte`
8072026-06-05T04:03:11.588ZFrom https://github.com/oxidecomputer/opte
8082026-06-05T04:03:11.588Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8092026-06-05T04:03:11.742Z Updating git repository `https://github.com/illumos/smf-rs`
8102026-06-05T04:03:12.017ZFrom https://github.com/illumos/smf-rs
8112026-06-05T04:03:12.017Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8122026-06-05T04:03:12.112Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8132026-06-05T04:03:12.374ZFrom https://github.com/oxidecomputer/network-interface
8142026-06-05T04:03:12.375Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8152026-06-05T04:03:12.384Z Updating git repository `https://github.com/oxidecomputer/zone`
8162026-06-05T04:03:12.665ZFrom https://github.com/oxidecomputer/zone
8172026-06-05T04:03:12.665Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8182026-06-05T04:03:12.776Z Updating git repository `https://github.com/oxidecomputer/propolis`
8192026-06-05T04:03:13.349ZFrom https://github.com/oxidecomputer/propolis
8202026-06-05T04:03:13.349Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8212026-06-05T04:03:13.448Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8222026-06-05T04:03:13.947ZFrom https://github.com/oxidecomputer/transceiver-control
8232026-06-05T04:03:13.947Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8242026-06-05T04:03:13.970Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8252026-06-05T04:03:14.226ZFrom https://github.com/oxidecomputer/dlpi-sys
8262026-06-05T04:03:14.226Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8272026-06-05T04:03:14.233Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8282026-06-05T04:03:14.503ZFrom https://github.com/jmesmon/rust-libzfs
8292026-06-05T04:03:14.503Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8302026-06-05T04:03:14.512Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8312026-06-05T04:03:14.744ZFrom https://github.com/oxidecomputer/rusty-doors
8322026-06-05T04:03:14.744Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8332026-06-05T04:03:14.785Z Updating git repository `https://github.com/oxidecomputer/lldp`
8342026-06-05T04:03:15.087ZFrom https://github.com/oxidecomputer/lldp
8352026-06-05T04:03:15.087Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8362026-06-05T04:03:15.204Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8372026-06-05T04:03:15.467ZFrom https://github.com/oxidecomputer/slog-error-chain
8382026-06-05T04:03:15.467Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8392026-06-05T04:03:15.486Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8402026-06-05T04:03:15.762ZFrom https://github.com/oxidecomputer/tufaceous
8412026-06-05T04:03:15.762Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8422026-06-05T04:03:15.838Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8432026-06-05T04:03:16.273ZFrom https://github.com/oxidecomputer/management-gateway-service
8442026-06-05T04:03:16.273Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8452026-06-05T04:03:16.299Z Updating git repository `https://github.com/oxidecomputer/crucible`
8462026-06-05T04:03:17.091ZFrom https://github.com/oxidecomputer/crucible
8472026-06-05T04:03:17.091Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8482026-06-05T04:03:17.236Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8492026-06-05T04:03:17.468ZFrom https://github.com/oxidecomputer/serde_human_bytes
8502026-06-05T04:03:17.468Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8512026-06-05T04:03:17.701Z Updating git repository `https://github.com/oxidecomputer/propolis`
8522026-06-05T04:03:18.106ZFrom https://github.com/oxidecomputer/propolis
8532026-06-05T04:03:18.106Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8542026-06-05T04:03:18.207Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-06-05T04:03:18.698ZFrom https://github.com/oxidecomputer/crucible
8562026-06-05T04:03:18.698Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8572026-06-05T04:03:18.765Z Updating git repository `https://github.com/oxidecomputer/tofino`
8582026-06-05T04:03:19.079ZFrom https://github.com/oxidecomputer/tofino
8592026-06-05T04:03:19.079Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8602026-06-05T04:03:19.089Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8612026-06-05T04:03:20.065ZFrom https://github.com/oxidecomputer/maghemite
8622026-06-05T04:03:20.065Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8632026-06-05T04:03:20.130Z Updating git repository `https://github.com/oxidecomputer/clickward`
8642026-06-05T04:03:20.402ZFrom https://github.com/oxidecomputer/clickward
8652026-06-05T04:03:20.402Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8662026-06-05T04:03:20.642Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8672026-06-05T04:03:20.888ZFrom https://github.com/oxidecomputer/illumos-devinfo
8682026-06-05T04:03:20.888Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8692026-06-05T04:03:21.650Z Downloading crates ...
8702026-06-05T04:03:21.757Z Downloaded block-buffer v0.12.0
8712026-06-05T04:03:21.770Z Downloaded ciborium-ll v0.2.2
8722026-06-05T04:03:21.810Z Downloaded compression-core v0.4.32
8732026-06-05T04:03:21.810Z Downloaded cipher v0.4.4
8742026-06-05T04:03:21.810Z Downloaded async-stream v0.3.6
8752026-06-05T04:03:21.810Z Downloaded byteorder v1.5.0
8762026-06-05T04:03:21.828Z Downloaded git-stub-vcs v0.1.0
8772026-06-05T04:03:21.828Z Downloaded git-stub v1.0.0
8782026-06-05T04:03:21.828Z Downloaded async-stream-impl v0.3.6
8792026-06-05T04:03:21.828Z Downloaded gethostname v0.5.0
8802026-06-05T04:03:21.828Z Downloaded byte-wrapper v0.1.0
8812026-06-05T04:03:21.828Z Downloaded mime v0.3.17
8822026-06-05T04:03:21.828Z Downloaded embedded-io v0.6.1
8832026-06-05T04:03:21.828Z Downloaded bcs v0.1.6
8842026-06-05T04:03:21.828Z Downloaded ff v0.13.1
8852026-06-05T04:03:21.829Z Downloaded cmake v0.1.58
8862026-06-05T04:03:21.829Z Downloaded macaddr v1.0.1
8872026-06-05T04:03:21.829Z Downloaded libscf-sys v1.2.0
8882026-06-05T04:03:21.829Z Downloaded fxhash v0.2.1
8892026-06-05T04:03:21.829Z Downloaded async-recursion v1.1.1
8902026-06-05T04:03:21.829Z Downloaded instant v0.1.13
8912026-06-05T04:03:21.829Z Downloaded memmap v0.7.0
8922026-06-05T04:03:21.829Z Downloaded foldhash v0.2.0
8932026-06-05T04:03:21.829Z Downloaded darling_macro v0.23.0
8942026-06-05T04:03:21.829Z Downloaded num-complex v0.4.6
8952026-06-05T04:03:21.829Z Downloaded ingot-macros v0.1.1
8962026-06-05T04:03:21.829Z Downloaded cargo_toml v0.22.3
8972026-06-05T04:03:21.829Z Downloaded chacha20 v0.10.0
8982026-06-05T04:03:21.829Z Downloaded hybrid-array v0.4.12
8992026-06-05T04:03:21.848Z Downloaded indexmap v1.9.3
9002026-06-05T04:03:21.848Z Downloaded litemap v0.8.2
9012026-06-05T04:03:21.848Z Downloaded derive_more v0.99.20
9022026-06-05T04:03:21.848Z Downloaded num-integer v0.1.46
9032026-06-05T04:03:21.848Z Downloaded is-terminal v0.4.17
9042026-06-05T04:03:21.848Z Downloaded konst v0.2.20
9052026-06-05T04:03:21.848Z Downloaded jiff-static v0.2.28
9062026-06-05T04:03:21.868Z Downloaded match_cfg v0.1.0
9072026-06-05T04:03:21.868Z Downloaded icu_properties v2.2.0
9082026-06-05T04:03:21.868Z Downloaded dtrace-parser v0.2.0
9092026-06-05T04:03:21.868Z Downloaded dropshot-api-manager-types v0.7.2
9102026-06-05T04:03:21.868Z Downloaded num-iter v0.1.45
9112026-06-05T04:03:21.868Z Downloaded inout v0.1.4
9122026-06-05T04:03:21.868Z Downloaded natord v1.0.9
9132026-06-05T04:03:21.868Z Downloaded keccak v0.1.6
9142026-06-05T04:03:21.868Z Downloaded crc8 v0.1.1
9152026-06-05T04:03:21.868Z Downloaded num_threads v0.1.7
9162026-06-05T04:03:21.868Z Downloaded dof v0.3.0
9172026-06-05T04:03:21.868Z Downloaded nom v7.1.3
9182026-06-05T04:03:21.873Z Downloaded memoffset v0.9.1
9192026-06-05T04:03:21.873Z Downloaded konst_macro_rules v0.2.19
9202026-06-05T04:03:21.873Z Downloaded num-conv v0.2.2
9212026-06-05T04:03:21.874Z Downloaded newtype-uuid-macros v0.1.0
9222026-06-05T04:03:21.874Z Downloaded lru-cache v0.1.2
9232026-06-05T04:03:21.874Z Downloaded float-ord v0.3.2
9242026-06-05T04:03:21.874Z Downloaded newtype_derive v0.1.6
9252026-06-05T04:03:21.874Z Downloaded num v0.4.3
9262026-06-05T04:03:21.874Z Downloaded no-std-compat v0.4.1
9272026-06-05T04:03:21.874Z Downloaded num_enum_derive v0.5.11
9282026-06-05T04:03:21.874Z Downloaded enum-as-inner v0.6.1
9292026-06-05T04:03:21.874Z Downloaded cancel-safe-futures v0.1.5
9302026-06-05T04:03:21.887Z Downloaded fs-err v3.3.0
9312026-06-05T04:03:21.887Z Downloaded digest v0.11.3
9322026-06-05T04:03:21.906Z Downloaded base16ct v1.0.0
9332026-06-05T04:03:21.907Z Downloaded hostname v0.3.1
9342026-06-05T04:03:21.907Z Downloaded parse-display v0.10.0
9352026-06-05T04:03:21.907Z Downloaded dyn-clone v1.0.20
9362026-06-05T04:03:21.907Z Downloaded num-derive v0.4.2
9372026-06-05T04:03:21.907Z Downloaded managed v0.8.0
9382026-06-05T04:03:21.907Z Downloaded data-encoding v2.11.0
9392026-06-05T04:03:21.907Z Downloaded constant_time_eq v0.4.2
9402026-06-05T04:03:21.907Z Downloaded linked-hash-map v0.5.6
9412026-06-05T04:03:21.913Z Downloaded omicron-workspace-hack v0.1.0
9422026-06-05T04:03:21.913Z Downloaded idna_adapter v1.2.2
9432026-06-05T04:03:21.913Z Downloaded hubpack_derive v0.1.1
9442026-06-05T04:03:21.913Z Downloaded arrayref v0.3.9
9452026-06-05T04:03:21.913Z Downloaded fixedbitset v0.4.2
9462026-06-05T04:03:21.913Z Downloaded ident_case v1.0.1
9472026-06-05T04:03:21.914Z Downloaded cobs v0.3.0
9482026-06-05T04:03:21.914Z Downloaded hubpack v0.1.2
9492026-06-05T04:03:21.914Z Downloaded cpufeatures v0.3.0
9502026-06-05T04:03:21.914Z Downloaded pretty-hex v0.4.2
9512026-06-05T04:03:21.914Z Downloaded opaque-debug v0.3.1
9522026-06-05T04:03:21.914Z Downloaded aead v0.5.2
9532026-06-05T04:03:21.914Z Downloaded ciborium-io v0.2.2
9542026-06-05T04:03:21.914Z Downloaded proc-macro-error-attr v1.0.4
9552026-06-05T04:03:21.914Z Downloaded defmt v1.1.0
9562026-06-05T04:03:21.928Z Downloaded phf_shared v0.12.1
9572026-06-05T04:03:21.928Z Downloaded compression-codecs v0.4.38
9582026-06-05T04:03:21.928Z Downloaded num_enum v0.7.6
9592026-06-05T04:03:21.944Z Downloaded powerfmt v0.2.0
9602026-06-05T04:03:21.944Z Downloaded libsw v3.5.0
9612026-06-05T04:03:21.944Z Downloaded defmt-parser v1.0.0
9622026-06-05T04:03:21.944Z Downloaded dof v0.4.0
9632026-06-05T04:03:21.944Z Downloaded defmt v0.3.100
9642026-06-05T04:03:21.944Z Downloaded num_enum v0.5.11
9652026-06-05T04:03:21.944Z Downloaded progenitor-macro v0.10.0
9662026-06-05T04:03:21.944Z Downloaded oxide-tokio-rt v0.1.6
9672026-06-05T04:03:21.961Z Downloaded progenitor-client v0.14.0
9682026-06-05T04:03:21.961Z Downloaded proc-macro-crate v3.5.0
9692026-06-05T04:03:21.961Z Downloaded bit-vec v0.8.0
9702026-06-05T04:03:21.961Z Downloaded plain v0.2.3
9712026-06-05T04:03:21.961Z Downloaded paste v1.0.15
9722026-06-05T04:03:21.961Z Downloaded linear-map v1.2.0
9732026-06-05T04:03:21.961Z Downloaded proc-macro-error-attr2 v2.0.0
9742026-06-05T04:03:21.961Z Downloaded crunchy v0.2.4
9752026-06-05T04:03:21.961Z Downloaded ipnetwork v0.21.1
9762026-06-05T04:03:21.961Z Downloaded parking_lot_core v0.8.6
9772026-06-05T04:03:21.961Z Downloaded rand_xorshift v0.4.0
9782026-06-05T04:03:21.961Z Downloaded quick-error v1.2.3
9792026-06-05T04:03:21.966Z Downloaded rand_chacha v0.3.1
9802026-06-05T04:03:21.966Z Downloaded pem v3.0.6
9812026-06-05T04:03:21.966Z Downloaded num_enum_derive v0.7.6
9822026-06-05T04:03:21.966Z Downloaded same-file v1.0.6
9832026-06-05T04:03:21.966Z Downloaded crossbeam-utils v0.8.21
9842026-06-05T04:03:21.966Z Downloaded progenitor-macro v0.14.0
9852026-06-05T04:03:21.966Z Downloaded ref-cast-impl v1.0.25
9862026-06-05T04:03:21.966Z Downloaded ref-cast v1.0.25
9872026-06-05T04:03:21.966Z Downloaded cstr-argument v0.1.2
9882026-06-05T04:03:21.966Z Downloaded multer v3.1.0
9892026-06-05T04:03:21.966Z Downloaded crossbeam-deque v0.8.6
9902026-06-05T04:03:21.966Z Downloaded oxnet v0.1.6
9912026-06-05T04:03:21.987Z Downloaded ingot v0.1.1
9922026-06-05T04:03:21.987Z Downloaded darling v0.21.3
9932026-06-05T04:03:21.994Z Downloaded parse-display-derive v0.10.0
9942026-06-05T04:03:21.994Z Downloaded ciborium v0.2.2
9952026-06-05T04:03:21.994Z Downloaded proc-macro-error2 v2.0.1
9962026-06-05T04:03:21.994Z Downloaded daft-derive v0.1.7
9972026-06-05T04:03:21.994Z Downloaded poly1305 v0.8.0
9982026-06-05T04:03:21.994Z Downloaded diff v0.1.13
9992026-06-05T04:03:21.994Z Downloaded semver v0.1.20
10002026-06-05T04:03:21.994Z Downloaded scroll_derive v0.12.1
10012026-06-05T04:03:21.994Z Downloaded rustc_version v0.1.7
10022026-06-05T04:03:21.994Z Downloaded allocator-api2 v0.2.21
10032026-06-05T04:03:21.994Z Downloaded sha1 v0.10.6
10042026-06-05T04:03:21.994Z Downloaded serde-big-array v0.5.1
10052026-06-05T04:03:22.009Z Downloaded password-hash v0.5.0
10062026-06-05T04:03:22.009Z Downloaded progenitor-macro v0.13.0
10072026-06-05T04:03:22.009Z Downloaded progenitor-client v0.10.0
10082026-06-05T04:03:22.009Z Downloaded highway v1.3.0
10092026-06-05T04:03:22.009Z Downloaded serde_repr v0.1.20
10102026-06-05T04:03:22.009Z Downloaded serial_test_derive v3.5.0
10112026-06-05T04:03:22.023Z Downloaded siphasher v1.0.3
10122026-06-05T04:03:22.023Z Downloaded progenitor v0.10.0
10132026-06-05T04:03:22.023Z Downloaded csv-core v0.1.13
10142026-06-05T04:03:22.023Z Downloaded critical-section v1.2.0
10152026-06-05T04:03:22.023Z Downloaded displaydoc v0.2.6
10162026-06-05T04:03:22.023Z Downloaded progenitor v0.14.0
10172026-06-05T04:03:22.023Z Downloaded serial_test v3.5.0
10182026-06-05T04:03:22.023Z Downloaded pest_derive v2.8.6
10192026-06-05T04:03:22.023Z Downloaded sha1 v0.11.0
10202026-06-05T04:03:22.023Z Downloaded slog-bunyan v2.5.0
10212026-06-05T04:03:22.023Z Downloaded progenitor v0.13.0
10222026-06-05T04:03:22.023Z Downloaded sigpipe v0.1.3
10232026-06-05T04:03:22.034Z Downloaded slog-envlogger v2.2.0
10242026-06-05T04:03:22.034Z Downloaded potential_utf v0.1.5
10252026-06-05T04:03:22.034Z Downloaded stable_deref_trait v1.2.1
10262026-06-05T04:03:22.034Z Downloaded resolv-conf v0.7.6
10272026-06-05T04:03:22.034Z Downloaded rustls-native-certs v0.8.4
10282026-06-05T04:03:22.034Z Downloaded rand_core v0.10.1
10292026-06-05T04:03:22.034Z Downloaded parking_lot v0.11.2
10302026-06-05T04:03:22.034Z Downloaded progenitor-extras v0.2.0
10312026-06-05T04:03:22.034Z Downloaded argon2 v0.5.3
10322026-06-05T04:03:22.034Z Downloaded blake2 v0.10.6
10332026-06-05T04:03:22.034Z Downloaded phf v0.12.1
10342026-06-05T04:03:22.451Z Downloaded scroll v0.13.0
10352026-06-05T04:03:22.451Z Downloaded rustversion v1.0.22
10362026-06-05T04:03:22.451Z Downloaded rustls-pemfile v2.2.0
10372026-06-05T04:03:22.451Z Downloaded strum v0.27.2
10382026-06-05T04:03:22.451Z Downloaded proc-macro-error v1.0.4
10392026-06-05T04:03:22.451Z Downloaded pest_generator v2.8.6
10402026-06-05T04:03:22.451Z Downloaded structmeta v0.3.0
10412026-06-05T04:03:22.451Z Downloaded spin v0.5.2
10422026-06-05T04:03:22.452Z Downloaded secrecy v0.10.3
10432026-06-05T04:03:22.460Z Downloaded icu_provider v2.2.0
10442026-06-05T04:03:22.460Z Downloaded darling v0.23.0
10452026-06-05T04:03:22.460Z Downloaded serde_plain v1.0.2
10462026-06-05T04:03:22.460Z Downloaded schemars_derive v0.8.22
10472026-06-05T04:03:22.460Z Downloaded structmeta-derive v0.3.0
10482026-06-05T04:03:22.461Z Downloaded thread-id v5.1.0
10492026-06-05T04:03:22.461Z Downloaded scroll_derive v0.13.1
10502026-06-05T04:03:22.461Z Downloaded time-core v0.1.8
10512026-06-05T04:03:22.461Z Downloaded postcard v1.1.3
10522026-06-05T04:03:22.461Z Downloaded serde_tokenstream v0.2.3
10532026-06-05T04:03:22.461Z Downloaded backon v1.6.0
10542026-06-05T04:03:22.461Z Downloaded tagptr v0.2.0
10552026-06-05T04:03:22.461Z Downloaded strum v0.26.3
10562026-06-05T04:03:22.461Z Downloaded tabled_derive v0.11.0
10572026-06-05T04:03:22.461Z Downloaded slog-async v2.8.0
10582026-06-05T04:03:22.461Z Downloaded half v2.7.1
10592026-06-05T04:03:22.461Z Downloaded progenitor-client v0.13.0
10602026-06-05T04:03:22.461Z Downloaded num-rational v0.4.2
10612026-06-05T04:03:22.461Z Downloaded memmap2 v0.9.10
10622026-06-05T04:03:22.461Z Downloaded group v0.13.0
10632026-06-05T04:03:22.461Z Downloaded dropshot_endpoint v0.17.1
10642026-06-05T04:03:22.461Z Downloaded deranged v0.5.8
10652026-06-05T04:03:22.461Z Downloaded chacha20 v0.9.1
10662026-06-05T04:03:22.461Z Downloaded const_format_proc_macros v0.2.34
10672026-06-05T04:03:22.461Z Downloaded slog-json v2.6.1
10682026-06-05T04:03:22.461Z Downloaded thiserror-impl-no-std v2.0.2
10692026-06-05T04:03:22.461Z Downloaded tabwriter v1.4.1
10702026-06-05T04:03:22.461Z Downloaded tabled_derive v0.7.0
10712026-06-05T04:03:22.461Z Downloaded smawk v0.3.2
10722026-06-05T04:03:22.461Z Downloaded slog-dtrace v0.3.0
10732026-06-05T04:03:22.461Z Downloaded testing_table v0.3.0
10742026-06-05T04:03:22.461Z Downloaded typify-macro v0.4.3
10752026-06-05T04:03:22.461Z Downloaded topological-sort v0.2.2
10762026-06-05T04:03:22.461Z Downloaded smf v0.2.3
10772026-06-05T04:03:22.461Z Downloaded rhai_codegen v3.2.0
10782026-06-05T04:03:22.461Z Downloaded universal-hash v0.5.1
10792026-06-05T04:03:22.461Z Downloaded slog-term v2.9.2
10802026-06-05T04:03:22.461Z Downloaded darling_core v0.21.3
10812026-06-05T04:03:22.461Z Downloaded slog-scope v4.4.1
10822026-06-05T04:03:22.462Z Downloaded scroll v0.12.0
10832026-06-05T04:03:22.462Z Downloaded crossbeam-channel v0.5.15
10842026-06-05T04:03:22.462Z Downloaded rusty-fork v0.3.1
10852026-06-05T04:03:22.462Z Downloaded synstructure v0.13.2
10862026-06-05T04:03:22.462Z Downloaded papergrid v0.11.0
10872026-06-05T04:03:22.462Z Downloaded unarray v0.1.4
10882026-06-05T04:03:22.462Z Downloaded typify-macro v0.6.2
10892026-06-05T04:03:22.462Z Downloaded slog-stdlog v4.1.1
10902026-06-05T04:03:22.462Z Downloaded serde_derive_internals v0.29.1
10912026-06-05T04:03:22.462Z Downloaded const-oid v0.10.2
10922026-06-05T04:03:22.462Z Downloaded omicron-zone-package v0.12.2
10932026-06-05T04:03:22.462Z Downloaded snafu-derive v0.8.9
10942026-06-05T04:03:22.462Z Downloaded waitgroup v0.1.2
10952026-06-05T04:03:22.462Z Downloaded usdt-macro v0.6.0
10962026-06-05T04:03:22.462Z Downloaded usdt-attr-macro v0.6.0
10972026-06-05T04:03:22.462Z Downloaded newline-converter v0.3.0
10982026-06-05T04:03:22.462Z Downloaded minimal-lexical v0.2.1
10992026-06-05T04:03:22.462Z Downloaded wait-timeout v0.2.1
11002026-06-05T04:03:22.462Z Downloaded usdt-macro v0.5.0
11012026-06-05T04:03:22.462Z Downloaded utf-8 v0.7.6
11022026-06-05T04:03:22.462Z Downloaded usdt-attr-macro v0.5.0
11032026-06-05T04:03:22.462Z Downloaded termtree v0.5.1
11042026-06-05T04:03:22.462Z Downloaded take_mut v0.2.2
11052026-06-05T04:03:22.462Z Downloaded defmt-macros v1.1.0
11062026-06-05T04:03:22.462Z Downloaded progenitor-impl v0.14.0
11072026-06-05T04:03:22.462Z Downloaded papergrid v0.18.0
11082026-06-05T04:03:22.462Z Downloaded untrusted v0.7.1
11092026-06-05T04:03:22.462Z Downloaded unit-prefix v0.5.2
11102026-06-05T04:03:22.462Z Downloaded hmac v0.12.1
11112026-06-05T04:03:22.462Z Downloaded usdt v0.6.0
11122026-06-05T04:03:22.462Z Downloaded const_format v0.2.36
11132026-06-05T04:03:22.462Z Downloaded icu_normalizer_data v2.2.0
11142026-06-05T04:03:22.462Z Downloaded crossbeam-epoch v0.9.18
11152026-06-05T04:03:22.462Z Downloaded strum_macros v0.27.2
11162026-06-05T04:03:22.462Z Downloaded usdt v0.5.0
11172026-06-05T04:03:22.462Z Downloaded cookie v0.18.1
11182026-06-05T04:03:22.463Z Downloaded async-trait v0.1.89
11192026-06-05T04:03:22.463Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11202026-06-05T04:03:22.463Z Downloaded chacha20poly1305 v0.10.1
11212026-06-05T04:03:22.463Z Downloaded tokio-dtrace v0.1.1
11222026-06-05T04:03:22.463Z Downloaded tokio-tungstenite v0.21.0
11232026-06-05T04:03:22.463Z Downloaded time-macros v0.2.27
11242026-06-05T04:03:22.463Z Downloaded serde_with_macros v3.20.0
11252026-06-05T04:03:22.463Z Downloaded tiny-keccak v2.0.2
11262026-06-05T04:03:22.463Z Downloaded zeroize_derive v1.4.3
11272026-06-05T04:03:22.463Z Downloaded tinystr v0.8.3
11282026-06-05T04:03:22.463Z Downloaded thread-id v4.2.2
11292026-06-05T04:03:22.463Z Downloaded console v0.16.3
11302026-06-05T04:03:22.463Z Downloaded glob v0.3.3
11312026-06-05T04:03:22.463Z Downloaded olpc-cjson v0.1.4
11322026-06-05T04:03:22.463Z Downloaded smartstring v1.0.1
11332026-06-05T04:03:22.463Z Downloaded zerofrom-derive v0.1.7
11342026-06-05T04:03:22.463Z Downloaded zone v0.3.1
11352026-06-05T04:03:22.463Z Downloaded progenitor-impl v0.10.0
11362026-06-05T04:03:22.463Z Downloaded drift v0.2.0
11372026-06-05T04:03:22.463Z Downloaded strum_macros v0.26.4
11382026-06-05T04:03:22.463Z Downloaded rustls-platform-verifier v0.7.0
11392026-06-05T04:03:22.463Z Downloaded vsss-rs v3.3.4
11402026-06-05T04:03:22.463Z Downloaded icu_collections v2.2.0
11412026-06-05T04:03:22.463Z Downloaded usdt-impl v0.5.0
11422026-06-05T04:03:22.463Z Downloaded zerofrom v0.1.8
11432026-06-05T04:03:22.468Z Downloaded progenitor-impl v0.13.0
11442026-06-05T04:03:22.468Z Downloaded pest_meta v2.8.6
11452026-06-05T04:03:22.468Z Downloaded fs_extra v1.3.0
11462026-06-05T04:03:22.468Z Downloaded proc-macro-crate v1.3.1
11472026-06-05T04:03:22.468Z Downloaded httpdate v1.0.3
11482026-06-05T04:03:22.468Z Downloaded foreign-types-shared v0.3.1
11492026-06-05T04:03:22.468Z Downloaded writeable v0.6.3
11502026-06-05T04:03:22.468Z Downloaded usdt-impl v0.6.0
11512026-06-05T04:03:22.468Z Downloaded hickory-resolver v0.25.2
11522026-06-05T04:03:22.468Z Downloaded yoke-derive v0.8.2
11532026-06-05T04:03:22.468Z Downloaded indicatif v0.18.4
11542026-06-05T04:03:22.468Z Downloaded zone_cfg_derive v0.3.1
11552026-06-05T04:03:22.468Z Downloaded whoami v1.6.1
11562026-06-05T04:03:22.468Z Downloaded darling_core v0.23.0
11572026-06-05T04:03:22.468Z Downloaded slog v2.8.2
11582026-06-05T04:03:22.468Z Downloaded arc-swap v1.9.1
11592026-06-05T04:03:22.468Z Downloaded thiserror-no-std v2.0.2
11602026-06-05T04:03:22.468Z Downloaded prettyplease v0.2.37
11612026-06-05T04:03:22.468Z Downloaded rayon-core v1.13.0
11622026-06-05T04:03:22.468Z Downloaded crypto-bigint v0.5.5
11632026-06-05T04:03:22.468Z Downloaded zerovec-derive v0.11.3
11642026-06-05T04:03:22.468Z Downloaded hickory-resolver v0.24.4
11652026-06-05T04:03:22.468Z Downloaded walkdir v2.5.0
11662026-06-05T04:03:22.468Z Downloaded spin v0.9.8
11672026-06-05T04:03:22.468Z Downloaded heapless v0.8.0
11682026-06-05T04:03:22.468Z Downloaded term v1.2.1
11692026-06-05T04:03:22.468Z Downloaded arrayvec v0.7.6
11702026-06-05T04:03:22.468Z Downloaded pretty_assertions v1.4.1
11712026-06-05T04:03:22.468Z Downloaded bitflags v1.3.2
11722026-06-05T04:03:22.468Z Downloaded yoke v0.8.3
11732026-06-05T04:03:22.468Z Downloaded ucd-trie v0.1.7
11742026-06-05T04:03:22.468Z Downloaded toml v0.9.12+spec-1.1.0
11752026-06-05T04:03:22.468Z Downloaded icu_locale_core v2.2.0
11762026-06-05T04:03:22.469Z Downloaded snafu v0.8.9
11772026-06-05T04:03:22.469Z Downloaded zerocopy-derive v0.7.35
11782026-06-05T04:03:22.469Z Downloaded similar v2.7.0
11792026-06-05T04:03:22.469Z Downloaded test-strategy v0.4.5
11802026-06-05T04:03:22.469Z Downloaded unsafe-libyaml v0.2.11
11812026-06-05T04:03:22.469Z Downloaded xz2 v0.1.7
11822026-06-05T04:03:22.469Z Downloaded schemars v0.9.0
11832026-06-05T04:03:22.469Z Downloaded typify v0.4.3
11842026-06-05T04:03:22.469Z Downloaded schemars v0.8.22
11852026-06-05T04:03:22.469Z Downloaded rand v0.8.6
11862026-06-05T04:03:22.469Z Downloaded schemars v1.2.1
11872026-06-05T04:03:22.469Z Downloaded tungstenite v0.21.0
11882026-06-05T04:03:22.469Z Downloaded goblin v0.10.7
11892026-06-05T04:03:22.469Z Downloaded steno v0.4.1
11902026-06-05T04:03:22.469Z Downloaded toml_edit v0.19.15
11912026-06-05T04:03:22.469Z Downloaded yansi v1.0.1
11922026-06-05T04:03:22.469Z Downloaded aws-lc-rs v1.17.0
11932026-06-05T04:03:22.469Z Downloaded toml_edit v0.25.12+spec-1.1.0
11942026-06-05T04:03:22.469Z Downloaded rand v0.10.1
11952026-06-05T04:03:22.469Z Downloaded itertools v0.12.1
11962026-06-05T04:03:22.469Z Downloaded typify v0.6.2
11972026-06-05T04:03:22.469Z Downloaded pest v2.8.6
11982026-06-05T04:03:22.469Z Downloaded libm v0.2.16
11992026-06-05T04:03:22.469Z Downloaded zerocopy-derive v0.8.50
12002026-06-05T04:03:22.469Z Downloaded goblin v0.8.2
12012026-06-05T04:03:22.469Z Downloaded iddqd v0.4.2
12022026-06-05T04:03:22.469Z Downloaded zerotrie v0.2.4
12032026-06-05T04:03:22.469Z Downloaded nom v8.0.0
12042026-06-05T04:03:22.469Z Downloaded icu_properties_data v2.2.0
12052026-06-05T04:03:22.469Z Downloaded hkdf v0.12.4
12062026-06-05T04:03:22.469Z Downloaded reqwest v0.13.4
12072026-06-05T04:03:22.469Z Downloaded blake3 v1.8.5
12082026-06-05T04:03:22.469Z Downloaded rayon v1.12.0
12092026-06-05T04:03:22.469Z Downloaded dropshot-api-manager v0.7.2
12102026-06-05T04:03:22.469Z Downloaded qorb v0.4.1
12112026-06-05T04:03:22.469Z Downloaded hashbrown v0.12.3
12122026-06-05T04:03:22.470Z Downloaded hashbrown v0.16.1
12132026-06-05T04:03:22.470Z Downloaded toml v0.7.8
12142026-06-05T04:03:22.470Z Downloaded typed-path v0.9.3
12152026-06-05T04:03:22.470Z Downloaded thin-vec v0.2.18
12162026-06-05T04:03:22.470Z Downloaded expectorate v1.2.0
12172026-06-05T04:03:22.470Z Downloaded daft v0.1.7
12182026-06-05T04:03:22.470Z Downloaded hash32 v0.3.1
12192026-06-05T04:03:22.470Z Downloaded zerovec v0.11.6
12202026-06-05T04:03:22.470Z Downloaded foreign-types v0.5.0
12212026-06-05T04:03:22.470Z Downloaded bit-set v0.8.0
12222026-06-05T04:03:22.470Z Downloaded heck v0.4.1
12232026-06-05T04:03:22.470Z Downloaded internet-checksum v0.2.1
12242026-06-05T04:03:22.470Z Downloaded libsw-core v0.3.2
12252026-06-05T04:03:22.470Z Downloaded winnow v0.5.40
12262026-06-05T04:03:22.470Z Downloaded tough v0.22.0
12272026-06-05T04:03:22.470Z Downloaded zerocopy v0.7.35
12282026-06-05T04:03:22.470Z Downloaded serde_with v3.20.0
12292026-06-05T04:03:22.470Z Downloaded moka v0.12.15
12302026-06-05T04:03:22.470Z Downloaded time v0.3.47
12312026-06-05T04:03:22.470Z Downloaded tabled v0.15.0
12322026-06-05T04:03:22.470Z Downloaded proptest v1.11.0
12332026-06-05T04:03:22.470Z Downloaded ingot-types v0.1.2
12342026-06-05T04:03:22.470Z Downloaded serde_yaml v0.9.34+deprecated
12352026-06-05T04:03:22.470Z Downloaded crypto-common v0.2.2
12362026-06-05T04:03:22.470Z Downloaded crucible-workspace-hack v0.1.0
12372026-06-05T04:03:22.470Z Downloaded hostname v0.4.2
12382026-06-05T04:03:22.470Z Downloaded convert_case v0.4.0
12392026-06-05T04:03:22.470Z Downloaded foreign-types-macros v0.2.3
12402026-06-05T04:03:22.470Z Downloaded derive-ex v0.1.8
12412026-06-05T04:03:22.470Z Downloaded base16ct v0.2.0
12422026-06-05T04:03:22.470Z Downloaded tabled v0.21.0
12432026-06-05T04:03:22.477Z Downloaded syn v1.0.109
12442026-06-05T04:03:22.477Z Downloaded embedded-io v0.4.0
12452026-06-05T04:03:22.477Z Downloaded darling_macro v0.21.3
12462026-06-05T04:03:22.477Z Downloaded const-random v0.1.18
12472026-06-05T04:03:22.477Z Downloaded elliptic-curve v0.13.8
12482026-06-05T04:03:22.477Z Downloaded hickory-proto v0.24.4
12492026-06-05T04:03:22.477Z Downloaded dunce v1.0.5
12502026-06-05T04:03:22.477Z Downloaded nix v0.31.3
12512026-06-05T04:03:22.482Z Downloaded regress v0.11.1
12522026-06-05T04:03:22.490Z Downloaded dtrace-parser v0.3.0
12532026-06-05T04:03:22.490Z Downloaded const-random-macro v0.1.16
12542026-06-05T04:03:22.494Z Downloaded base64 v0.21.7
12552026-06-05T04:03:22.494Z Downloaded icu_normalizer v2.2.0
12562026-06-05T04:03:22.494Z Downloaded rhai v1.25.1
12572026-06-05T04:03:22.503Z Downloaded smoltcp v0.11.0
12582026-06-05T04:03:22.511Z Downloaded regress v0.10.5
12592026-06-05T04:03:22.519Z Downloaded openapiv3 v2.2.0
12602026-06-05T04:03:22.523Z Downloaded hickory-proto v0.25.2
12612026-06-05T04:03:22.528Z Downloaded dropshot v0.17.1
12622026-06-05T04:03:22.538Z Downloaded erased-serde v0.3.31
12632026-06-05T04:03:22.543Z Downloaded async-compression v0.4.42
12642026-06-05T04:03:22.547Z Downloaded sled v0.34.7
12652026-06-05T04:03:22.551Z Downloaded anyhow v1.0.102
12662026-06-05T04:03:22.564Z Downloaded typify-impl v0.6.2
12672026-06-05T04:03:22.569Z Downloaded typify-impl v0.4.3
12682026-06-05T04:03:22.569Z Downloaded colored v3.1.1
12692026-06-05T04:03:22.569Z Downloaded bs58 v0.5.1
12702026-06-05T04:03:22.577Z Downloaded bytecount v0.6.9
12712026-06-05T04:03:22.577Z Downloaded backoff v0.4.0
12722026-06-05T04:03:22.591Z Downloaded chrono-tz v0.10.4
12732026-06-05T04:03:22.603Z Downloaded petgraph v0.6.5
12742026-06-05T04:03:22.611Z Downloaded jiff v0.2.28
12752026-06-05T04:03:22.631Z Downloaded lzma-sys v0.1.20
12762026-06-05T04:03:22.649Z Downloaded csv v1.4.0
12772026-06-05T04:03:22.658Z Downloaded sha3 v0.10.9
12782026-06-05T04:03:22.692Z Downloaded encoding_rs v0.8.35
12792026-06-05T04:03:23.187Z Downloaded aws-lc-sys v0.41.0
12802026-06-05T04:03:24.507Z Compiling proc-macro2 v1.0.106
12812026-06-05T04:03:24.507Z Compiling quote v1.0.45
12822026-06-05T04:03:24.507Z Compiling unicode-ident v1.0.24
12832026-06-05T04:03:24.507Z Compiling serde_core v1.0.228
12842026-06-05T04:03:24.507Z Compiling cfg-if v1.0.4
12852026-06-05T04:03:24.510Z Compiling serde v1.0.228
12862026-06-05T04:03:24.510Z Compiling libc v0.2.186
12872026-06-05T04:03:24.510Z Compiling memchr v2.8.1
12882026-06-05T04:03:24.510Z Compiling itoa v1.0.18
12892026-06-05T04:03:24.539Z Compiling smallvec v1.15.1
12902026-06-05T04:03:24.606Z Compiling zmij v1.0.21
12912026-06-05T04:03:24.681Z Compiling autocfg v1.5.1
12922026-06-05T04:03:24.758Z Compiling libm v0.2.16
12932026-06-05T04:03:24.991Z Compiling stable_deref_trait v1.2.1
12942026-06-05T04:03:25.059Z Compiling litemap v0.8.2
12952026-06-05T04:03:25.074Z Compiling writeable v0.6.3
12962026-06-05T04:03:25.242Z Compiling percent-encoding v2.3.2
12972026-06-05T04:03:25.253Z Compiling utf8_iter v1.0.4
12982026-06-05T04:03:25.264Z Compiling icu_properties_data v2.2.0
12992026-06-05T04:03:25.264Z Compiling icu_normalizer_data v2.2.0
13002026-06-05T04:03:25.300Z Compiling iana-time-zone v0.1.65
13012026-06-05T04:03:25.498Z Compiling equivalent v1.0.2
13022026-06-05T04:03:25.545Z Compiling form_urlencoded v1.2.2
13032026-06-05T04:03:25.555Z Compiling pin-project-lite v0.2.17
13042026-06-05T04:03:25.635Z Compiling syn v2.0.117
13052026-06-05T04:03:25.671Z Compiling version_check v0.9.5
13062026-06-05T04:03:25.691Z Compiling serde_json v1.0.150
13072026-06-05T04:03:25.718Z Compiling parking_lot_core v0.9.12
13082026-06-05T04:03:25.734Z Compiling dyn-clone v1.0.20
13092026-06-05T04:03:25.772Z Compiling scopeguard v1.2.0
13102026-06-05T04:03:25.885Z Compiling lock_api v0.4.14
13112026-06-05T04:03:25.892Z Compiling num-traits v0.2.19
13122026-06-05T04:03:25.955Z Compiling thiserror v2.0.18
13132026-06-05T04:03:25.968Z Compiling hashbrown v0.17.1
13142026-06-05T04:03:26.031Z Compiling log v0.4.32
13152026-06-05T04:03:26.125Z Compiling rand_core v0.10.1
13162026-06-05T04:03:26.240Z Compiling getrandom v0.4.2
13172026-06-05T04:03:26.296Z Compiling errno v0.3.14
13182026-06-05T04:03:26.373Z Compiling futures-core v0.3.32
13192026-06-05T04:03:26.462Z Compiling semver v1.0.28
13202026-06-05T04:03:26.556Z Compiling indexmap v2.14.0
13212026-06-05T04:03:27.053Z Compiling heck v0.5.0
13222026-06-05T04:03:27.060Z Compiling zerocopy v0.8.50
13232026-06-05T04:03:27.060Z Compiling futures-sink v0.3.32
13242026-06-05T04:03:27.060Z Compiling uuid v1.23.2
13252026-06-05T04:03:27.060Z Compiling slab v0.4.12
13262026-06-05T04:03:27.060Z Compiling jobserver v0.1.34
13272026-06-05T04:03:27.111Z Compiling shlex v2.0.1
13282026-06-05T04:03:27.198Z Compiling fnv v1.0.7
13292026-06-05T04:03:27.217Z Compiling find-msvc-tools v0.1.9
13302026-06-05T04:03:27.291Z Compiling schemars v0.8.22
13312026-06-05T04:03:27.303Z Compiling futures-channel v0.3.32
13322026-06-05T04:03:27.306Z Compiling rustversion v1.0.22
13332026-06-05T04:03:27.306Z Compiling futures-io v0.3.32
13342026-06-05T04:03:27.461Z Compiling cc v1.2.63
13352026-06-05T04:03:27.487Z Compiling futures-task v0.3.32
13362026-06-05T04:03:27.567Z Compiling socket2 v0.6.4
13372026-06-05T04:03:27.657Z Compiling bitflags v2.12.1
13382026-06-05T04:03:27.672Z Compiling signal-hook-registry v1.4.8
13392026-06-05T04:03:28.177Z Compiling parking_lot v0.12.5
13402026-06-05T04:03:28.180Z Compiling mio v1.2.1
13412026-06-05T04:03:28.180Z Compiling portable-atomic v1.13.1
13422026-06-05T04:03:28.180Z Compiling dunce v1.0.5
13432026-06-05T04:03:28.180Z Compiling typenum v1.20.1
13442026-06-05T04:03:28.180Z Compiling fs_extra v1.3.0
13452026-06-05T04:03:28.184Z Compiling cmake v0.1.58
13462026-06-05T04:03:28.306Z Compiling critical-section v1.2.0
13472026-06-05T04:03:28.341Z Compiling base64 v0.22.1
13482026-06-05T04:03:28.356Z Compiling byteorder v1.5.0
13492026-06-05T04:03:28.414Z Compiling synstructure v0.13.2
13502026-06-05T04:03:28.424Z Compiling serde_derive_internals v0.29.1
13512026-06-05T04:03:28.997Z Compiling subtle v2.6.1
13522026-06-05T04:03:29.001Z Compiling regex-syntax v0.8.10
13532026-06-05T04:03:29.001Z Compiling aws-lc-sys v0.41.0
13542026-06-05T04:03:29.001Z Compiling slog v2.8.2
13552026-06-05T04:03:29.001Z Compiling ipnet v2.12.0
13562026-06-05T04:03:29.001Z Compiling atomic-waker v1.1.2
13572026-06-05T04:03:29.013Z Compiling once_cell v1.21.4
13582026-06-05T04:03:29.041Z Compiling httparse v1.10.1
13592026-06-05T04:03:29.080Z Compiling strsim v0.11.1
13602026-06-05T04:03:29.155Z Compiling rustix v1.1.4
13612026-06-05T04:03:29.252Z Compiling tower-service v0.3.3
13622026-06-05T04:03:29.354Z Compiling tower-layer v0.3.3
13632026-06-05T04:03:29.406Z Compiling getrandom v0.2.17
13642026-06-05T04:03:29.523Z Compiling untrusted v0.9.0
13652026-06-05T04:03:29.569Z Compiling ryu v1.0.23
13662026-06-05T04:03:29.606Z Compiling try-lock v0.2.5
13672026-06-05T04:03:29.644Z Compiling serde_derive v1.0.228
13682026-06-05T04:03:29.651Z Compiling zerofrom-derive v0.1.7
13692026-06-05T04:03:29.719Z Compiling yoke-derive v0.8.2
13702026-06-05T04:03:29.757Z Compiling zerovec-derive v0.11.3
13712026-06-05T04:03:29.788Z Compiling displaydoc v0.2.6
13722026-06-05T04:03:29.853Z Compiling schemars_derive v0.8.22
13732026-06-05T04:03:30.608Z Compiling tokio-macros v2.7.0
13742026-06-05T04:03:30.816Z Compiling thiserror-impl v2.0.18
13752026-06-05T04:03:30.874Z Compiling zerocopy-derive v0.8.50
13762026-06-05T04:03:30.879Z Compiling zerofrom v0.1.8
13772026-06-05T04:03:31.020Z Compiling yoke v0.8.3
13782026-06-05T04:03:31.078Z Compiling zeroize_derive v1.4.3
13792026-06-05T04:03:31.239Z Compiling zerovec v0.11.6
13802026-06-05T04:03:31.368Z Compiling zerotrie v0.2.4
13812026-06-05T04:03:31.381Z Compiling futures-macro v0.3.32
13822026-06-05T04:03:31.678Z Compiling tinystr v0.8.3
13832026-06-05T04:03:32.147Z Compiling potential_utf v0.1.5
13842026-06-05T04:03:32.149Z Compiling zeroize v1.8.2
13852026-06-05T04:03:32.149Z Compiling icu_locale_core v2.2.0
13862026-06-05T04:03:32.149Z Compiling icu_collections v2.2.0
13872026-06-05T04:03:32.149Z Compiling thiserror v1.0.69
13882026-06-05T04:03:32.155Z Compiling ucd-trie v0.1.7
13892026-06-05T04:03:32.215Z Compiling futures-util v0.3.32
13902026-06-05T04:03:32.439Z Compiling pest v2.8.6
13912026-06-05T04:03:32.455Z Compiling want v0.3.1
13922026-06-05T04:03:32.490Z Compiling thiserror-impl v1.0.69
13932026-06-05T04:03:32.628Z Compiling icu_provider v2.2.0
13942026-06-05T04:03:32.827Z Compiling bytes v1.11.1
13952026-06-05T04:03:32.965Z Compiling icu_normalizer v2.2.0
13962026-06-05T04:03:32.976Z Compiling icu_properties v2.2.0
13972026-06-05T04:03:33.478Z Compiling chrono v0.4.45
13982026-06-05T04:03:33.563Z Compiling http v1.4.1
13992026-06-05T04:03:33.668Z Compiling tokio v1.52.3
14002026-06-05T04:03:33.706Z Compiling serde_tokenstream v0.2.3
14012026-06-05T04:03:34.008Z Compiling idna_adapter v1.2.2
14022026-06-05T04:03:34.152Z Compiling idna v1.1.0
14032026-06-05T04:03:34.162Z Compiling erased-serde v0.3.31
14042026-06-05T04:03:34.967Z Compiling url v2.5.8
14052026-06-05T04:03:34.969Z Compiling http-body v1.0.1
14062026-06-05T04:03:34.969Z Compiling rand_core v0.6.4
14072026-06-05T04:03:34.973Z Compiling httpdate v1.0.3
14082026-06-05T04:03:35.043Z Compiling pest_meta v2.8.6
14092026-06-05T04:03:35.147Z Compiling ppv-lite86 v0.2.21
14102026-06-05T04:03:35.256Z Compiling getrandom v0.3.4
14112026-06-05T04:03:35.271Z Compiling pretty-hex v0.4.2
14122026-06-05T04:03:35.389Z Compiling plain v0.2.3
14132026-06-05T04:03:35.459Z Compiling foldhash v0.2.0
14142026-06-05T04:03:35.472Z Compiling allocator-api2 v0.2.21
14152026-06-05T04:03:35.917Z Compiling paste v1.0.15
14162026-06-05T04:03:35.922Z Compiling tracing-attributes v0.1.31
14172026-06-05T04:03:35.922Z Compiling pest_generator v2.8.6
14182026-06-05T04:03:35.922Z Compiling hashbrown v0.16.1
14192026-06-05T04:03:35.922Z Compiling ipnetwork v0.21.1
14202026-06-05T04:03:36.320Z Compiling tracing-core v0.1.36
14212026-06-05T04:03:36.334Z Compiling ident_case v1.0.1
14222026-06-05T04:03:36.343Z Compiling pest_derive v2.8.6
14232026-06-05T04:03:36.404Z Compiling omicron-workspace-hack v0.1.0
14242026-06-05T04:03:36.576Z Compiling http-body-util v0.1.3
14252026-06-05T04:03:36.661Z Compiling serde_urlencoded v0.7.1
14262026-06-05T04:03:36.826Z Compiling aho-corasick v1.1.4
14272026-06-05T04:03:36.841Z Compiling tracing v0.1.44
14282026-06-05T04:03:36.918Z Compiling sync_wrapper v1.0.2
14292026-06-05T04:03:36.929Z Compiling winnow v1.0.3
14302026-06-05T04:03:36.974Z Compiling oxnet v0.1.6
14312026-06-05T04:03:36.978Z Compiling daft-derive v0.1.7
14322026-06-05T04:03:37.079Z Compiling fastrand v2.4.1
14332026-06-05T04:03:37.758Z Compiling scroll_derive v0.13.1
14342026-06-05T04:03:37.762Z Compiling tokio-util v0.7.18
14352026-06-05T04:03:37.762Z Compiling regex-automata v0.4.14
14362026-06-05T04:03:38.018Z Compiling async-trait v0.1.89
14372026-06-05T04:03:38.598Z Compiling powerfmt v0.2.0
14382026-06-05T04:03:38.608Z Compiling num-conv v0.2.2
14392026-06-05T04:03:38.608Z Compiling time-core v0.1.8
14402026-06-05T04:03:38.730Z Compiling aws-lc-rs v1.17.0
14412026-06-05T04:03:38.731Z Compiling anyhow v1.0.102
14422026-06-05T04:03:38.731Z Compiling time-macros v0.2.27
14432026-06-05T04:03:38.731Z Compiling deranged v0.5.8
14442026-06-05T04:03:38.938Z Compiling scroll v0.13.0
14452026-06-05T04:03:39.013Z Compiling rustls-pki-types v1.14.1
14462026-06-05T04:03:39.218Z Compiling openssl-probe v0.2.1
14472026-06-05T04:03:39.452Z Compiling hex v0.4.3
14482026-06-05T04:03:39.468Z Compiling regex v1.12.3
14492026-06-05T04:03:39.547Z Compiling num_threads v0.1.7
14502026-06-05T04:03:40.066Z Compiling goblin v0.10.7
14512026-06-05T04:03:40.089Z Compiling untrusted v0.7.1
14522026-06-05T04:03:40.235Z Compiling camino v1.2.2
14532026-06-05T04:03:40.261Z Compiling rustls v0.23.40
14542026-06-05T04:03:40.274Z Compiling crc32fast v1.5.0
14552026-06-05T04:03:40.368Z Compiling usdt-impl v0.6.0
14562026-06-05T04:03:40.629Z Compiling h2 v0.4.14
14572026-06-05T04:03:40.665Z Compiling dtrace-parser v0.3.0
14582026-06-05T04:03:40.675Z Compiling crossbeam-utils v0.8.21
14592026-06-05T04:03:41.062Z Compiling futures-executor v0.3.32
14602026-06-05T04:03:41.223Z Compiling structmeta-derive v0.3.0
14612026-06-05T04:03:41.229Z Compiling thread-id v5.1.0
14622026-06-05T04:03:41.308Z Compiling simd-adler32 v0.3.9
14632026-06-05T04:03:41.363Z Compiling cpufeatures v0.3.0
14642026-06-05T04:03:41.444Z Compiling adler2 v2.0.1
14652026-06-05T04:03:41.520Z Compiling futures v0.3.32
14662026-06-05T04:03:41.937Z Compiling rand_core v0.9.5
14672026-06-05T04:03:41.939Z Compiling miniz_oxide v0.8.9
14682026-06-05T04:03:41.939Z Compiling darling_core v0.23.0
14692026-06-05T04:03:42.119Z Compiling newtype-uuid-macros v0.1.0
14702026-06-05T04:03:42.275Z Compiling hybrid-array v0.4.12
14712026-06-05T04:03:42.288Z Compiling structmeta v0.3.0
14722026-06-05T04:03:42.502Z Compiling dof v0.4.0
14732026-06-05T04:03:42.640Z Compiling hyper v1.10.1
14742026-06-05T04:03:42.900Z Compiling thread_local v1.1.9
14752026-06-05T04:03:42.950Z Compiling match_cfg v0.1.0
14762026-06-05T04:03:43.033Z Compiling flate2 v1.1.9
14772026-06-05T04:03:43.680Z Compiling newtype-uuid v1.3.2
14782026-06-05T04:03:43.841Z Compiling hyper-util v0.1.20
14792026-06-05T04:03:43.854Z Compiling darling_macro v0.23.0
14802026-06-05T04:03:44.191Z Compiling ref-cast v1.0.25
14812026-06-05T04:03:44.301Z Compiling quick-error v1.2.3
14822026-06-05T04:03:44.401Z Compiling slog-async v2.8.0
14832026-06-05T04:03:44.472Z Compiling compression-core v0.4.32
14842026-06-05T04:03:44.518Z Compiling darling v0.23.0
14852026-06-05T04:03:44.607Z Compiling compression-codecs v0.4.38
14862026-06-05T04:03:44.638Z Compiling daft v0.1.7
14872026-06-05T04:03:44.654Z Compiling block-buffer v0.12.0
14882026-06-05T04:03:44.758Z Compiling usdt-attr-macro v0.6.0
14892026-06-05T04:03:44.776Z Compiling usdt-macro v0.6.0
14902026-06-05T04:03:44.796Z Compiling crypto-common v0.2.2
14912026-06-05T04:03:44.818Z Compiling rand_chacha v0.9.0
14922026-06-05T04:03:45.318Z Compiling ref-cast-impl v1.0.25
14932026-06-05T04:03:45.322Z Compiling strum_macros v0.26.4
14942026-06-05T04:03:45.322Z Compiling serde_spanned v1.1.1
14952026-06-05T04:03:45.478Z Compiling multer v3.1.0
14962026-06-05T04:03:45.553Z Compiling generic-array v0.14.7
14972026-06-05T04:03:45.639Z Compiling const-oid v0.10.2
14982026-06-05T04:03:45.737Z Compiling term v1.2.1
14992026-06-05T04:03:45.752Z Compiling take_mut v0.2.2
15002026-06-05T04:03:45.851Z Compiling debug-ignore v1.0.5
15012026-06-05T04:03:45.856Z Compiling bit-vec v0.8.0
15022026-06-05T04:03:45.917Z Compiling toml_writer v1.1.1+spec-1.1.0
15032026-06-05T04:03:46.369Z Compiling digest v0.11.3
15042026-06-05T04:03:46.374Z Compiling bit-set v0.8.0
15052026-06-05T04:03:46.374Z Compiling rand v0.9.4
15062026-06-05T04:03:46.374Z Compiling serde_with_macros v3.20.0
15072026-06-05T04:03:46.374Z Compiling async-stream-impl v0.3.6
15082026-06-05T04:03:46.374Z Compiling dropshot v0.17.1
15092026-06-05T04:03:46.437Z Compiling encoding_rs v0.8.35
15102026-06-05T04:03:46.927Z Compiling mime v0.3.17
15112026-06-05T04:03:46.931Z Compiling syn v1.0.109
15122026-06-05T04:03:46.931Z Compiling spin v0.9.8
15132026-06-05T04:03:46.931Z Compiling unarray v0.1.4
15142026-06-05T04:03:46.931Z Compiling async-stream v0.3.6
15152026-06-05T04:03:46.931Z Compiling strum v0.26.3
15162026-06-05T04:03:46.971Z Compiling sha1 v0.11.0
15172026-06-05T04:03:47.507Z Compiling derive-ex v0.1.8
15182026-06-05T04:03:47.510Z Compiling tower v0.5.3
15192026-06-05T04:03:47.510Z Compiling dropshot_endpoint v0.17.1
15202026-06-05T04:03:47.511Z Compiling macaddr v1.0.1
15212026-06-05T04:03:47.511Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15222026-06-05T04:03:47.574Z Compiling waitgroup v0.1.2
15232026-06-05T04:03:47.583Z Compiling serde_path_to_error v0.1.20
15242026-06-05T04:03:47.755Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15252026-06-05T04:03:47.897Z Compiling tower-http v0.6.11
15262026-06-05T04:03:47.969Z Compiling tempfile v3.27.0
15272026-06-05T04:03:48.116Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15282026-06-05T04:03:48.311Z Compiling openapiv3 v2.2.0
15292026-06-05T04:03:48.333Z Compiling strum_macros v0.27.2
15302026-06-05T04:03:48.400Z Compiling instant v0.1.13
15312026-06-05T04:03:49.066Z Compiling test-strategy v0.4.5
15322026-06-05T04:03:49.069Z Compiling time v0.3.47
15332026-06-05T04:03:50.168Z Compiling rustls-native-certs v0.8.4
15342026-06-05T04:03:50.171Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15352026-06-05T04:03:50.171Z Compiling crossbeam-channel v0.5.15
15362026-06-05T04:03:50.172Z Compiling crypto-common v0.1.7
15372026-06-05T04:03:50.172Z Compiling strum v0.27.2
15382026-06-05T04:03:50.304Z Compiling parse-display-derive v0.10.0
15392026-06-05T04:03:50.617Z Compiling backon v1.6.0
15402026-06-05T04:03:50.636Z Compiling rand_chacha v0.3.1
15412026-06-05T04:03:50.923Z Compiling rand v0.8.6
15422026-06-05T04:03:51.181Z Compiling slog-json v2.6.1
15432026-06-05T04:03:51.343Z Compiling hostname v0.3.1
15442026-06-05T04:03:51.613Z Compiling toml_parser v1.1.2+spec-1.1.0
15452026-06-05T04:03:51.862Z Compiling toml_datetime v1.1.1+spec-1.1.0
15462026-06-05T04:03:52.028Z Compiling memmap2 v0.9.10
15472026-06-05T04:03:52.043Z Compiling is-terminal v0.4.17
15482026-06-05T04:03:52.101Z Compiling wait-timeout v0.2.1
15492026-06-05T04:03:52.113Z Compiling either v1.16.0
15502026-06-05T04:03:52.113Z Compiling slog-term v2.9.2
15512026-06-05T04:03:52.172Z Compiling usdt v0.6.0
15522026-06-05T04:03:52.268Z Compiling rusty-fork v0.3.1
15532026-06-05T04:03:52.278Z Compiling toml v1.1.2+spec-1.1.0
15542026-06-05T04:03:52.357Z Compiling slog-bunyan v2.5.0
15552026-06-05T04:03:52.514Z Compiling serde_with v3.20.0
15562026-06-05T04:03:52.548Z Compiling async-compression v0.4.42
15572026-06-05T04:03:52.638Z Compiling rand_xorshift v0.4.0
15582026-06-05T04:03:52.676Z Compiling rustls-pemfile v2.2.0
15592026-06-05T04:03:52.778Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15602026-06-05T04:03:52.828Z Compiling regress v0.10.5
15612026-06-05T04:03:52.910Z Compiling hostname v0.4.2
15622026-06-05T04:03:52.976Z Compiling humantime v2.3.0
15632026-06-05T04:03:53.031Z Compiling proptest v1.11.0
15642026-06-05T04:03:53.255Z Compiling iddqd v0.4.2
15652026-06-05T04:03:53.503Z Compiling reqwest v0.12.28
15662026-06-05T04:03:53.828Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15672026-06-05T04:03:54.046Z Compiling block-buffer v0.10.4
15682026-06-05T04:03:54.221Z Compiling digest v0.10.7
15692026-06-05T04:03:54.426Z Compiling itertools v0.14.0
15702026-06-05T04:03:54.886Z Compiling progenitor-client v0.10.0
15712026-06-05T04:03:54.888Z Compiling parse-display v0.10.0
15722026-06-05T04:03:54.888Z Compiling backoff v0.4.0
15732026-06-05T04:03:54.923Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15742026-06-05T04:03:55.572Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15752026-06-05T04:03:56.864Z Compiling regress v0.11.1
15762026-06-05T04:03:56.968Z Compiling utf8parse v0.2.2
15772026-06-05T04:03:57.045Z Compiling anstyle-parse v1.0.0
15782026-06-05T04:03:57.239Z Compiling colorchoice v1.0.5
15792026-06-05T04:03:57.295Z Compiling is_terminal_polyfill v1.70.2
15802026-06-05T04:03:57.362Z Compiling anstyle v1.0.14
15812026-06-05T04:03:57.396Z Compiling anstyle-query v1.1.5
15822026-06-05T04:03:57.593Z Compiling anstream v1.0.0
15832026-06-05T04:03:58.085Z Compiling toml_datetime v0.6.11
15842026-06-05T04:03:58.289Z Compiling zerocopy-derive v0.7.35
15852026-06-05T04:03:58.375Z Compiling typify-impl v0.6.2
15862026-06-05T04:03:58.887Z Compiling clap_lex v1.1.0
15872026-06-05T04:03:58.890Z Compiling cpufeatures v0.2.17
15882026-06-05T04:03:58.890Z Compiling convert_case v0.4.0
15892026-06-05T04:03:59.169Z Compiling zerocopy v0.7.35
15902026-06-05T04:03:59.265Z Compiling derive_more v0.99.20
15912026-06-05T04:03:59.640Z Compiling unicode-width v0.2.2
15922026-06-05T04:04:00.005Z Compiling secrecy v0.10.3
15932026-06-05T04:04:00.178Z Compiling clap_derive v4.6.1
15942026-06-05T04:04:00.409Z Compiling tinyvec_macros v0.1.1
15952026-06-05T04:04:00.493Z Compiling crucible-workspace-hack v0.1.0
15962026-06-05T04:04:00.759Z Compiling float-ord v0.3.2
15972026-06-05T04:04:00.878Z Compiling tinyvec v1.11.0
15982026-06-05T04:04:01.330Z Compiling terminal_size v0.4.4
15992026-06-05T04:04:01.506Z Compiling dtrace-parser v0.2.0
16002026-06-05T04:04:01.543Z Compiling scroll_derive v0.12.1
16012026-06-05T04:04:01.590Z Compiling num-integer v0.1.46
16022026-06-05T04:04:01.864Z Compiling rustc_version v0.4.1
16032026-06-05T04:04:01.912Z Compiling usdt-impl v0.5.0
16042026-06-05T04:04:02.558Z Compiling curve25519-dalek v4.1.3
16052026-06-05T04:04:02.563Z Compiling scroll v0.12.0
16062026-06-05T04:04:02.563Z Compiling dof v0.3.0
16072026-06-05T04:04:02.563Z Compiling hmac v0.12.1
16082026-06-05T04:04:02.563Z Compiling inout v0.1.4
16092026-06-05T04:04:02.696Z Compiling darling_core v0.21.3
16102026-06-05T04:04:02.716Z Compiling ff v0.13.1
16112026-06-05T04:04:02.850Z Compiling thread-id v4.2.2
16122026-06-05T04:04:02.858Z Compiling group v0.13.0
16132026-06-05T04:04:03.151Z Compiling cipher v0.4.4
16142026-06-05T04:04:03.392Z Compiling hkdf v0.12.4
16152026-06-05T04:04:03.426Z Compiling goblin v0.8.2
16162026-06-05T04:04:03.525Z Compiling num-iter v0.1.45
16172026-06-05T04:04:03.572Z Compiling num-rational v0.4.2
16182026-06-05T04:04:03.664Z Compiling clap_builder v4.6.0
16192026-06-05T04:04:03.882Z Compiling toml_edit v0.25.12+spec-1.1.0
16202026-06-05T04:04:03.913Z Compiling thiserror-impl-no-std v2.0.2
16212026-06-05T04:04:04.211Z Compiling universal-hash v0.5.1
16222026-06-05T04:04:04.329Z Compiling crypto-bigint v0.5.5
16232026-06-05T04:04:04.750Z Compiling typify-macro v0.6.2
16242026-06-05T04:04:04.795Z Compiling darling_macro v0.21.3
16252026-06-05T04:04:04.808Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16262026-06-05T04:04:05.164Z Compiling crossbeam-epoch v0.9.18
16272026-06-05T04:04:05.407Z Compiling half v2.7.1
16282026-06-05T04:04:05.509Z Compiling curve25519-dalek-derive v0.1.1
16292026-06-05T04:04:05.519Z Compiling num-complex v0.4.6
16302026-06-05T04:04:05.902Z Compiling base64ct v1.8.3
16312026-06-05T04:04:05.914Z Compiling ciborium-io v0.2.2
16322026-06-05T04:04:06.346Z Compiling base16ct v0.2.0
16332026-06-05T04:04:06.351Z Compiling opaque-debug v0.3.1
16342026-06-05T04:04:06.351Z Compiling poly1305 v0.8.0
16352026-06-05T04:04:06.351Z Compiling elliptic-curve v0.13.8
16362026-06-05T04:04:06.351Z Compiling password-hash v0.5.0
16372026-06-05T04:04:06.796Z Compiling ciborium-ll v0.2.2
16382026-06-05T04:04:07.207Z Compiling num v0.4.3
16392026-06-05T04:04:07.210Z Compiling typify v0.6.2
16402026-06-05T04:04:07.210Z Compiling darling v0.21.3
16412026-06-05T04:04:07.210Z Compiling clap v4.6.1
16422026-06-05T04:04:07.210Z Compiling thiserror-no-std v2.0.2
16432026-06-05T04:04:07.210Z Compiling proc-macro-crate v3.5.0
16442026-06-05T04:04:07.272Z Compiling chacha20 v0.9.1
16452026-06-05T04:04:07.361Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16462026-06-05T04:04:07.543Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16472026-06-05T04:04:07.978Z Compiling blake2 v0.10.6
16482026-06-05T04:04:08.045Z Compiling aead v0.5.2
16492026-06-05T04:04:08.214Z Compiling byte-wrapper v0.1.0
16502026-06-05T04:04:08.263Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16512026-06-05T04:04:08.435Z Compiling proc-macro-error-attr v1.0.4
16522026-06-05T04:04:08.682Z Compiling unsafe-libyaml v0.2.11
16532026-06-05T04:04:09.086Z Compiling heapless v0.8.0
16542026-06-05T04:04:09.088Z Compiling prettyplease v0.2.37
16552026-06-05T04:04:09.089Z Compiling keccak v0.1.6
16562026-06-05T04:04:09.089Z Compiling rustix v0.38.44
16572026-06-05T04:04:09.235Z Compiling serde_yaml v0.9.34+deprecated
16582026-06-05T04:04:09.361Z Compiling sha3 v0.10.9
16592026-06-05T04:04:09.741Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16602026-06-05T04:04:10.038Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16612026-06-05T04:04:10.579Z Compiling argon2 v0.5.3
16622026-06-05T04:04:10.732Z Compiling chacha20poly1305 v0.10.1
16632026-06-05T04:04:10.883Z Compiling num_enum_derive v0.7.6
16642026-06-05T04:04:10.989Z Compiling vsss-rs v3.3.4
16652026-06-05T04:04:11.086Z Compiling ingot-macros v0.1.1
16662026-06-05T04:04:11.109Z Compiling ciborium v0.2.2
16672026-06-05T04:04:11.835Z Compiling usdt-macro v0.5.0
16682026-06-05T04:04:11.848Z Compiling usdt-attr-macro v0.5.0
16692026-06-05T04:04:13.365Z Compiling serde_spanned v0.6.9
16702026-06-05T04:04:13.529Z Compiling rustls-webpki v0.103.13
16712026-06-05T04:04:13.656Z Compiling enum-as-inner v0.6.1
16722026-06-05T04:04:13.793Z Compiling hash32 v0.3.1
16732026-06-05T04:04:13.844Z Compiling proc-macro-error v1.0.4
16742026-06-05T04:04:13.847Z Compiling memmap v0.7.0
16752026-06-05T04:04:13.959Z Compiling memoffset v0.9.1
16762026-06-05T04:04:13.995Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16772026-06-05T04:04:14.456Z Compiling toml_write v0.1.2
16782026-06-05T04:04:14.463Z Compiling data-encoding v2.11.0
16792026-06-05T04:04:14.463Z Compiling indent_write v2.2.0
16802026-06-05T04:04:14.463Z Compiling winnow v0.7.15
16812026-06-05T04:04:14.463Z Compiling winnow v0.5.40
16822026-06-05T04:04:14.490Z Compiling smoltcp v0.11.0
16832026-06-05T04:04:14.643Z Compiling cfg_aliases v0.2.1
16842026-06-05T04:04:14.724Z Compiling nix v0.31.3
16852026-06-05T04:04:14.875Z Compiling usdt v0.5.0
16862026-06-05T04:04:15.134Z Compiling ingot-types v0.1.2
16872026-06-05T04:04:15.165Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16882026-06-05T04:04:15.238Z Compiling num_enum v0.7.6
16892026-06-05T04:04:15.368Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16902026-06-05T04:04:15.401Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16912026-06-05T04:04:15.667Z Compiling toml_edit v0.22.27
16922026-06-05T04:04:15.685Z Compiling toml_edit v0.19.15
16932026-06-05T04:04:15.822Z Compiling tabwriter v1.4.1
16942026-06-05T04:04:16.073Z Compiling cobs v0.3.0
16952026-06-05T04:04:16.087Z Compiling serde_repr v0.1.20
16962026-06-05T04:04:16.293Z Compiling managed v0.8.0
16972026-06-05T04:04:16.475Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16982026-06-05T04:04:16.521Z Compiling pkg-config v0.3.33
16992026-06-05T04:04:16.704Z Compiling vcpkg v0.2.15
17002026-06-05T04:04:16.722Z Compiling bitflags v1.3.2
17012026-06-05T04:04:16.807Z Compiling proc-macro-crate v1.3.1
17022026-06-05T04:04:16.976Z Compiling tokio-rustls v0.26.4
17032026-06-05T04:04:17.158Z Compiling rustls-platform-verifier v0.7.0
17042026-06-05T04:04:17.257Z Compiling hyper-rustls v0.27.9
17052026-06-05T04:04:17.578Z Compiling reqwest v0.13.4
17062026-06-05T04:04:18.572Z Compiling openssl-sys v0.9.116
17072026-06-05T04:04:18.931Z Compiling progenitor-client v0.14.0
17082026-06-05T04:04:19.105Z Compiling toml v0.8.23
17092026-06-05T04:04:19.177Z Compiling progenitor-extras v0.2.0
17102026-06-05T04:04:19.868Z Compiling postcard v1.1.3
17112026-06-05T04:04:20.222Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17122026-06-05T04:04:20.587Z Compiling ingot v0.1.1
17132026-06-05T04:04:21.986Z Compiling hubpack_derive v0.1.1
17142026-06-05T04:04:22.209Z Compiling foreign-types-macros v0.2.3
17152026-06-05T04:04:22.432Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17162026-06-05T04:04:22.499Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17172026-06-05T04:04:22.554Z Compiling colored v3.1.1
17182026-06-05T04:04:22.762Z Compiling foreign-types-shared v0.3.1
17192026-06-05T04:04:22.772Z Compiling heck v0.4.1
17202026-06-05T04:04:22.905Z Compiling static_assertions v1.1.0
17212026-06-05T04:04:22.927Z Compiling swrite v0.1.0
17222026-06-05T04:04:22.954Z Compiling rayon-core v1.13.0
17232026-06-05T04:04:22.965Z Compiling linked-hash-map v0.5.6
17242026-06-05T04:04:23.397Z Compiling unicode-segmentation v1.13.3
17252026-06-05T04:04:23.401Z Compiling semver v0.1.20
17262026-06-05T04:04:23.401Z Compiling resolv-conf v0.7.6
17272026-06-05T04:04:23.401Z Compiling rustc_version v0.1.7
17282026-06-05T04:04:23.401Z Compiling lru-cache v0.1.2
17292026-06-05T04:04:23.483Z Compiling newline-converter v0.3.0
17302026-06-05T04:04:23.499Z Compiling foreign-types v0.5.0
17312026-06-05T04:04:23.506Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17322026-06-05T04:04:23.522Z Compiling hubpack v0.1.2
17332026-06-05T04:04:23.791Z Compiling num_enum_derive v0.5.11
17342026-06-05T04:04:23.828Z Compiling atomicwrites v0.4.4
17352026-06-05T04:04:24.179Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17362026-06-05T04:04:24.191Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-06-05T04:04:24.709Z Compiling hickory-proto v0.24.4
17382026-06-05T04:04:24.922Z Compiling progenitor-impl v0.13.0
17392026-06-05T04:04:25.377Z Compiling crossbeam-deque v0.8.6
17402026-06-05T04:04:26.340Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17412026-06-05T04:04:26.494Z Compiling console v0.15.11
17422026-06-05T04:04:26.641Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17432026-06-05T04:04:27.149Z Compiling camino-tempfile v1.4.1
17442026-06-05T04:04:27.205Z Compiling chacha20 v0.10.0
17452026-06-05T04:04:27.402Z Compiling serde-big-array v0.5.1
17462026-06-05T04:04:27.933Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17472026-06-05T04:04:27.978Z Compiling derive-where v1.6.1
17482026-06-05T04:04:27.978Z Compiling pin-project-internal v1.1.13
17492026-06-05T04:04:27.978Z Compiling num-derive v0.4.2
17502026-06-05T04:04:28.038Z Compiling cstr-argument v0.1.2
17512026-06-05T04:04:28.093Z Compiling siphasher v1.0.3
17522026-06-05T04:04:28.258Z Compiling similar v2.7.0
17532026-06-05T04:04:28.325Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17542026-06-05T04:04:28.573Z Compiling minimal-lexical v0.2.1
17552026-06-05T04:04:28.585Z Compiling progenitor-macro v0.13.0
17562026-06-05T04:04:28.615Z Compiling phf_shared v0.12.1
17572026-06-05T04:04:28.719Z Compiling expectorate v1.2.0
17582026-06-05T04:04:28.792Z Compiling pin-project v1.1.13
17592026-06-05T04:04:28.835Z Compiling nom v7.1.3
17602026-06-05T04:04:28.835Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17612026-06-05T04:04:28.844Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17622026-06-05T04:04:28.844Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-06-05T04:04:29.061Z Compiling rand v0.10.1
17642026-06-05T04:04:29.165Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17652026-06-05T04:04:29.274Z Compiling hickory-resolver v0.24.4
17662026-06-05T04:04:29.789Z Compiling num_enum v0.5.11
17672026-06-05T04:04:29.924Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17682026-06-05T04:04:30.113Z Compiling newtype_derive v0.1.6
17692026-06-05T04:04:30.144Z Compiling progenitor-client v0.13.0
17702026-06-05T04:04:30.464Z Compiling progenitor-impl v0.14.0
17712026-06-05T04:04:30.564Z Compiling unicode-normalization v0.1.25
17722026-06-05T04:04:31.066Z Compiling tokio-stream v0.1.18
17732026-06-05T04:04:31.557Z Compiling async-recursion v1.1.1
17742026-06-05T04:04:31.606Z Compiling snafu-derive v0.8.9
17752026-06-05T04:04:31.760Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17762026-06-05T04:04:31.980Z Compiling slog-dtrace v0.3.0
17772026-06-05T04:04:32.072Z Compiling csv-core v0.1.13
17782026-06-05T04:04:32.257Z Compiling bstr v1.12.1
17792026-06-05T04:04:32.280Z Compiling owo-colors v4.3.0
17802026-06-05T04:04:32.360Z Compiling unicode-xid v0.2.6
17812026-06-05T04:04:32.499Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17822026-06-05T04:04:32.659Z Compiling chrono-tz v0.10.4
17832026-06-05T04:04:32.826Z Compiling highway v1.3.0
17842026-06-05T04:04:32.915Z Compiling same-file v1.0.6
17852026-06-05T04:04:33.094Z Compiling foreign-types-shared v0.1.1
17862026-06-05T04:04:33.585Z Compiling cancel-safe-futures v0.1.5
17872026-06-05T04:04:33.588Z Compiling foldhash v0.1.5
17882026-06-05T04:04:33.588Z Compiling unicode-width v0.1.14
17892026-06-05T04:04:33.588Z Compiling openssl v0.10.80
17902026-06-05T04:04:33.588Z Compiling konst_macro_rules v0.2.19
17912026-06-05T04:04:33.646Z Compiling konst v0.2.20
17922026-06-05T04:04:33.673Z Compiling snafu v0.8.9
17932026-06-05T04:04:33.688Z Compiling progenitor v0.13.0
17942026-06-05T04:04:33.711Z Compiling hashbrown v0.15.5
17952026-06-05T04:04:33.831Z Compiling foreign-types v0.3.2
17962026-06-05T04:04:33.912Z Compiling walkdir v2.5.0
17972026-06-05T04:04:33.929Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-06-05T04:04:34.014Z Compiling globset v0.4.18
17992026-06-05T04:04:34.039Z Compiling progenitor-macro v0.14.0
18002026-06-05T04:04:34.075Z Compiling const_format_proc_macros v0.2.34
18012026-06-05T04:04:34.275Z Compiling csv v1.4.0
18022026-06-05T04:04:34.409Z Compiling qorb v0.4.1
18032026-06-05T04:04:34.894Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18042026-06-05T04:04:34.958Z Compiling olpc-cjson v0.1.4
18052026-06-05T04:04:35.041Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-06-05T04:04:35.182Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-06-05T04:04:35.954Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18082026-06-05T04:04:36.311Z Compiling rayon v1.12.0
18092026-06-05T04:04:36.672Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18102026-06-05T04:04:36.699Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-06-05T04:04:37.190Z Compiling phf v0.12.1
18122026-06-05T04:04:37.231Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-06-05T04:04:37.747Z Compiling zone_cfg_derive v0.3.1
18142026-06-05T04:04:37.763Z Compiling tokio-dtrace v0.1.1
18152026-06-05T04:04:38.084Z Compiling itertools v0.12.1
18162026-06-05T04:04:38.110Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18172026-06-05T04:04:38.565Z Compiling libsw-core v0.3.2
18182026-06-05T04:04:38.570Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18192026-06-05T04:04:38.570Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-06-05T04:04:38.570Z Compiling serde_plain v1.0.2
18212026-06-05T04:04:38.689Z Compiling openssl-macros v0.1.1
18222026-06-05T04:04:38.707Z Compiling pem v3.0.6
18232026-06-05T04:04:38.978Z Compiling cookie v0.18.1
18242026-06-05T04:04:39.527Z Compiling sigpipe v0.1.3
18252026-06-05T04:04:39.535Z Compiling typed-path v0.9.3
18262026-06-05T04:04:39.535Z Compiling bytecount v0.6.9
18272026-06-05T04:04:39.535Z Compiling fixedbitset v0.4.2
18282026-06-05T04:04:39.535Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-06-05T04:04:39.535Z Compiling jiff v0.2.28
18302026-06-05T04:04:39.536Z Compiling fixedbitset v0.5.7
18312026-06-05T04:04:39.536Z Compiling glob v0.3.3
18322026-06-05T04:04:39.544Z Compiling petgraph v0.6.5
18332026-06-05T04:04:39.558Z Compiling papergrid v0.11.0
18342026-06-05T04:04:39.765Z Compiling petgraph v0.8.3
18352026-06-05T04:04:40.581Z Compiling tough v0.22.0
18362026-06-05T04:04:41.117Z Compiling zone v0.3.1
18372026-06-05T04:04:41.381Z Compiling progenitor v0.14.0
18382026-06-05T04:04:41.531Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18392026-06-05T04:04:41.597Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-05T04:04:41.753Z Compiling libsw v3.5.0
18412026-06-05T04:04:41.806Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18422026-06-05T04:04:41.933Z Compiling oxide-tokio-rt v0.1.6
18432026-06-05T04:04:41.943Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18442026-06-05T04:04:42.070Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-06-05T04:04:42.169Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-05T04:04:42.247Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-06-05T04:04:42.826Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-06-05T04:04:43.253Z Compiling const_format v0.2.36
18492026-06-05T04:04:43.279Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-06-05T04:04:43.693Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18512026-06-05T04:04:43.923Z Compiling tabled_derive v0.7.0
18522026-06-05T04:04:44.124Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-05T04:04:44.182Z Compiling gethostname v0.5.0
18542026-06-05T04:04:44.188Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-05T04:04:44.218Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18562026-06-05T04:04:44.318Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-05T04:04:44.329Z Compiling smf v0.2.3
18582026-06-05T04:04:44.488Z Compiling bcs v0.1.6
18592026-06-05T04:04:44.741Z Compiling tagptr v0.2.0
18602026-06-05T04:04:44.848Z Compiling lazy_static v1.5.0
18612026-06-05T04:04:44.911Z Compiling termtree v0.5.1
18622026-06-05T04:04:44.951Z Compiling unicode-linebreak v0.1.5
18632026-06-05T04:04:45.007Z Compiling linear-map v1.2.0
18642026-06-05T04:04:45.056Z Compiling smawk v0.3.2
18652026-06-05T04:04:45.077Z Compiling whoami v1.6.1
18662026-06-05T04:04:45.091Z Compiling tabled v0.15.0
18672026-06-05T04:04:45.171Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-05T04:04:45.188Z Compiling textwrap v0.16.2
18692026-06-05T04:04:45.207Z Compiling steno v0.4.1
18702026-06-05T04:04:45.742Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-06-05T04:04:45.778Z Compiling moka v0.12.15
18722026-06-05T04:04:46.615Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-06-05T04:04:46.999Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-05T04:04:47.084Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-06-05T04:04:47.832Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-06-05T04:04:47.940Z Compiling hickory-proto v0.25.2
18772026-06-05T04:04:48.581Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18782026-06-05T04:04:48.941Z Compiling parking_lot_core v0.8.6
18792026-06-05T04:04:49.321Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18802026-06-05T04:04:50.307Z Compiling libscf-sys v1.2.0
18812026-06-05T04:04:50.416Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-05T04:04:50.416Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18832026-06-05T04:04:50.416Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18842026-06-05T04:04:50.416Z Compiling hickory-resolver v0.25.2
18852026-06-05T04:04:50.416Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18862026-06-05T04:04:50.416Z Compiling nom v8.0.0
18872026-06-05T04:04:50.416Z Compiling parking_lot v0.11.2
18882026-06-05T04:04:50.488Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18892026-06-05T04:04:50.741Z Compiling fxhash v0.2.1
18902026-06-05T04:04:50.763Z Compiling internet-checksum v0.2.1
18912026-06-05T04:04:51.189Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-05T04:04:51.215Z Compiling sled v0.34.7
18932026-06-05T04:04:51.215Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18942026-06-05T04:04:52.284Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18952026-06-05T04:04:55.608Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-05T04:04:56.541Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18972026-06-05T04:05:03.335Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-06-05T04:05:05.077Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-06-05T04:05:05.976Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19002026-06-05T04:05:06.924Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19012026-06-05T04:05:07.997Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19022026-06-05T04:05:30.425Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
19032026-06-05T04:05:30.596Z────────────
19042026-06-05T04:05:30.596Z Nextest run ID 65d462a8-43a0-4d04-8e9f-a5c74ad361e6 with nextest profile: default
19052026-06-05T04:05:30.596Z Starting 15 tests across 1 binary (28 tests skipped)
19062026-06-05T04:05:47.471Z PASS [ 16.871s] rdb proptest::prop_ipv4_within_self
19072026-06-05T04:05:47.526Z PASS [ 16.875s] rdb proptest::prop_ipv4_host_bits_always_unset
19082026-06-05T04:05:47.526Z PASS [ 16.899s] rdb proptest::prop_ipv4_default_contains_all
19092026-06-05T04:05:47.572Z PASS [ 16.929s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19102026-06-05T04:05:47.572Z PASS [ 16.963s] rdb proptest::prop_ipv6_default_contains_all
19112026-06-05T04:05:47.602Z PASS [ 17.010s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19122026-06-05T04:05:47.665Z PASS [ 17.059s] rdb proptest::prop_ipv6_host_bits_always_unset
19132026-06-05T04:06:04.420Z PASS [ 16.917s] rdb proptest::prop_ipv6_within_self
19142026-06-05T04:06:13.818Z PASS [ 26.310s] rdb proptest::prop_static_route_key_deduplication
19152026-06-05T04:06:24.277Z PASS [ 36.450s] rdb proptest::prop_static_route_key_normalization_idempotent
19162026-06-05T04:06:24.344Z PASS [ 36.464s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19172026-06-05T04:06:24.344Z PASS [ 36.440s] rdb proptest::prop_static_route_key_normalization_preserves_length
19182026-06-05T04:06:24.344Z PASS [ 36.416s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19192026-06-05T04:06:30.605Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19202026-06-05T04:06:40.895Z PASS [ 52.700s] rdb proptest::prop_static_route_key_ord_consistency
19212026-06-05T04:07:30.594Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19222026-06-05T04:08:30.585Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19232026-06-05T04:09:30.589Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19242026-06-05T04:09:48.278Z PASS [ 257.696s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19252026-06-05T04:09:48.281Z────────────
19262026-06-05T04:09:48.281Z Summary [ 257.697s] 15 tests run: 15 passed (1 slow), 28 skipped
19272026-06-05T04:09:48.291Z+ cp './*.log' /work/
19282026-06-05T04:09:48.294Z+ true
19292026-06-05T04:09:48.294Z+ [[ -d proptest-regressions ]]
19302026-06-05T04:09:48.294Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19312026-06-05T04:09:48.298Z+ popd
19322026-06-05T04:09:48.298Z/work/oxidecomputer/maghemite
19332026-06-05T04:09:48.298Z+ pushd bgp
19342026-06-05T04:09:48.298Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19352026-06-05T04:09:48.298Z+ PROPTEST_CASES=1000000
19362026-06-05T04:09:48.299Z+ cargo nextest run --lib proptest
19372026-06-05T04:09:49.459Z Compiling smallvec v1.15.1
19382026-06-05T04:09:49.619Z Compiling crunchy v0.2.4
19392026-06-05T04:09:49.639Z Compiling tiny-keccak v2.0.2
19402026-06-05T04:09:49.648Z Compiling ahash v0.8.12
19412026-06-05T04:09:49.651Z Compiling smartstring v1.0.1
19422026-06-05T04:09:49.664Z Compiling thin-vec v0.2.18
19432026-06-05T04:09:49.668Z Compiling rhai_codegen v3.2.0
19442026-06-05T04:09:49.758Z Compiling icu_normalizer v2.2.0
19452026-06-05T04:09:49.774Z Compiling parking_lot_core v0.9.12
19462026-06-05T04:09:49.929Z Compiling parking_lot_core v0.8.6
19472026-06-05T04:09:49.991Z Compiling parking_lot v0.12.5
19482026-06-05T04:09:50.156Z Compiling idna_adapter v1.2.2
19492026-06-05T04:09:50.220Z Compiling tokio v1.52.3
19502026-06-05T04:09:50.308Z Compiling idna v1.1.0
19512026-06-05T04:09:50.395Z Compiling moka v0.12.15
19522026-06-05T04:09:50.489Z Compiling const-random-macro v0.1.16
19532026-06-05T04:09:50.492Z Compiling parking_lot v0.11.2
19542026-06-05T04:09:50.874Z Compiling url v2.5.8
19552026-06-05T04:09:50.902Z Compiling const-random v0.1.18
19562026-06-05T04:09:51.084Z Compiling sled v0.34.7
19572026-06-05T04:09:51.197Z Compiling serial_test_derive v3.5.0
19582026-06-05T04:09:51.205Z Compiling diff v0.1.13
19592026-06-05T04:09:51.444Z Compiling schemars v0.8.22
19602026-06-05T04:09:51.496Z Compiling yansi v1.0.1
19612026-06-05T04:09:51.532Z Compiling rhai v1.25.1
19622026-06-05T04:09:51.739Z Compiling pretty_assertions v1.4.1
19632026-06-05T04:09:51.914Z Compiling serial_test v3.5.0
19642026-06-05T04:09:52.174Z Compiling ipnetwork v0.21.1
19652026-06-05T04:09:52.174Z Compiling newtype-uuid v1.3.2
19662026-06-05T04:09:52.205Z Compiling serde_with v3.20.0
19672026-06-05T04:09:52.527Z Compiling oxnet v0.1.6
19682026-06-05T04:09:52.613Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19692026-06-05T04:09:52.899Z Compiling daft v0.1.7
19702026-06-05T04:09:53.005Z Compiling byte-wrapper v0.1.0
19712026-06-05T04:09:53.172Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-06-05T04:09:53.372Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19732026-06-05T04:09:53.605Z Compiling iddqd v0.4.2
19742026-06-05T04:09:53.801Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19752026-06-05T04:09:53.925Z Compiling tokio-util v0.7.18
19762026-06-05T04:09:53.972Z Compiling tokio-rustls v0.26.4
19772026-06-05T04:09:54.155Z Compiling tower v0.5.3
19782026-06-05T04:09:54.239Z Compiling async-compression v0.4.42
19792026-06-05T04:09:54.608Z Compiling h2 v0.4.14
19802026-06-05T04:09:54.700Z Compiling tower-http v0.6.11
19812026-06-05T04:09:54.712Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19822026-06-05T04:09:54.961Z Compiling backoff v0.4.0
19832026-06-05T04:09:55.742Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19842026-06-05T04:09:55.956Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19852026-06-05T04:09:55.970Z Compiling typify-impl v0.6.2
19862026-06-05T04:09:56.074Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-06-05T04:09:56.490Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19882026-06-05T04:09:56.653Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19892026-06-05T04:09:56.695Z Compiling hyper v1.10.1
19902026-06-05T04:09:57.286Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-06-05T04:09:57.837Z Compiling hyper-util v0.1.20
19922026-06-05T04:09:58.437Z Compiling typify v0.6.2
19932026-06-05T04:09:58.495Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19942026-06-05T04:09:58.546Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19952026-06-05T04:09:58.595Z Compiling hickory-proto v0.24.4
19962026-06-05T04:09:59.097Z Compiling hyper-rustls v0.27.9
19972026-06-05T04:09:59.404Z Compiling reqwest v0.13.4
19982026-06-05T04:09:59.511Z Compiling dropshot v0.17.1
19992026-06-05T04:09:59.544Z Compiling reqwest v0.12.28
20002026-06-05T04:10:00.573Z Compiling progenitor-client v0.10.0
20012026-06-05T04:10:00.863Z Compiling progenitor-client v0.14.0
20022026-06-05T04:10:01.191Z Compiling progenitor-extras v0.2.0
20032026-06-05T04:10:02.337Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20042026-06-05T04:10:02.988Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20052026-06-05T04:10:03.978Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20062026-06-05T04:10:04.055Z Compiling progenitor-client v0.13.0
20072026-06-05T04:10:04.405Z Compiling hickory-resolver v0.24.4
20082026-06-05T04:10:04.510Z Compiling progenitor-impl v0.13.0
20092026-06-05T04:10:04.846Z Compiling tokio-stream v0.1.18
20102026-06-05T04:10:05.933Z Compiling progenitor v0.13.0
20112026-06-05T04:10:06.086Z Compiling qorb v0.4.1
20122026-06-05T04:10:06.459Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20132026-06-05T04:10:07.059Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20142026-06-05T04:10:07.853Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20152026-06-05T04:10:08.117Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-06-05T04:10:08.323Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20172026-06-05T04:10:08.818Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20182026-06-05T04:10:09.085Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-06-05T04:10:09.096Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20202026-06-05T04:10:09.198Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20212026-06-05T04:10:10.190Z Compiling progenitor-impl v0.14.0
20222026-06-05T04:10:10.813Z Compiling tokio-dtrace v0.1.1
20232026-06-05T04:10:11.031Z Compiling libsw-core v0.3.2
20242026-06-05T04:10:11.088Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20252026-06-05T04:10:11.102Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20262026-06-05T04:10:11.200Z Compiling libsw v3.5.0
20272026-06-05T04:10:11.385Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20282026-06-05T04:10:11.505Z Compiling progenitor v0.14.0
20292026-06-05T04:10:11.524Z Compiling oxide-tokio-rt v0.1.6
20302026-06-05T04:10:11.643Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-06-05T04:10:11.827Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-06-05T04:10:11.839Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-06-05T04:10:12.032Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20342026-06-05T04:10:12.558Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-06-05T04:10:12.795Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-05T04:10:12.927Z Compiling tough v0.22.0
20372026-06-05T04:10:13.050Z Compiling cancel-safe-futures v0.1.5
20382026-06-05T04:10:13.155Z Compiling zone v0.3.1
20392026-06-05T04:10:13.275Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20402026-06-05T04:10:13.374Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-06-05T04:10:13.410Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-06-05T04:10:13.735Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-06-05T04:10:13.951Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-06-05T04:10:14.151Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-06-05T04:10:14.239Z Compiling hickory-proto v0.25.2
20462026-06-05T04:10:14.708Z Compiling steno v0.4.1
20472026-06-05T04:10:15.442Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20482026-06-05T04:10:16.446Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-05T04:10:16.696Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-05T04:10:17.141Z Compiling hickory-resolver v0.25.2
20512026-06-05T04:10:17.399Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-05T04:10:17.752Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-05T04:10:17.931Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-05T04:10:18.917Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-06-05T04:10:18.996Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20562026-06-05T04:10:19.492Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-05T04:10:19.598Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20582026-06-05T04:10:19.707Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20592026-06-05T04:10:20.617Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-06-05T04:10:20.807Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-05T04:10:24.098Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20622026-06-05T04:10:26.293Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-06-05T04:10:33.870Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-06-05T04:10:35.474Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-06-05T04:10:36.494Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20662026-06-05T04:10:37.436Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20672026-06-05T04:10:38.251Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20682026-06-05T04:10:40.216Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20692026-06-05T04:11:10.569Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s
20702026-06-05T04:11:10.745Z────────────
20712026-06-05T04:11:10.745Z Nextest run ID cde78afb-6920-4268-ac38-921aa9bdfc93 with nextest profile: default
20722026-06-05T04:11:10.745Z Starting 17 tests across 1 binary (133 tests skipped)
20732026-06-05T04:11:27.866Z PASS [ 17.109s] bgp proptest::prop_ipv4_wire_format_roundtrip
20742026-06-05T04:11:29.826Z PASS [ 19.081s] bgp proptest::prop_ipv4_prefixes_roundtrip
20752026-06-05T04:11:29.924Z PASS [ 19.177s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20762026-06-05T04:11:30.994Z PASS [ 20.248s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20772026-06-05T04:11:31.513Z PASS [ 20.765s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20782026-06-05T04:11:31.735Z PASS [ 20.988s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20792026-06-05T04:11:39.556Z PASS [ 28.809s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20802026-06-05T04:11:45.006Z PASS [ 17.150s] bgp proptest::prop_ipv6_wire_format_roundtrip
20812026-06-05T04:11:50.034Z PASS [ 19.028s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20822026-06-05T04:11:50.244Z PASS [ 20.416s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20832026-06-05T04:11:50.853Z PASS [ 19.113s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20842026-06-05T04:11:51.348Z PASS [ 19.824s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20852026-06-05T04:12:10.750Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20862026-06-05T04:12:14.222Z PASS [ 29.214s] bgp proptest::prop_update_mp_unreach_roundtrip
20872026-06-05T04:12:18.616Z PASS [ 67.867s] bgp proptest::prop_encode_decode_semantic_equivalence
20882026-06-05T04:12:29.931Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20892026-06-05T04:12:39.564Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20902026-06-05T04:12:41.000Z PASS [ 71.007s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20912026-06-05T04:12:50.042Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20922026-06-05T04:12:52.636Z PASS [ 62.577s] bgp proptest::prop_update_traditional_roundtrip
20932026-06-05T04:12:54.223Z PASS [ 74.633s] bgp proptest::prop_update_mp_reach_roundtrip
20942026-06-05T04:12:54.238Z────────────
20952026-06-05T04:12:54.239Z Summary [ 103.442s] 17 tests run: 17 passed (4 slow), 133 skipped
20962026-06-05T04:12:54.239Z+ cp './*.log' /work/
20972026-06-05T04:12:54.239Z+ true
20982026-06-05T04:12:54.239Z+ [[ -d proptest-regressions ]]
20992026-06-05T04:12:54.239Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21002026-06-05T04:12:54.239Z+ popd
21012026-06-05T04:12:54.239Z/work/oxidecomputer/maghemite
21022026-06-05T04:12:54.239Zprocess exited: duration 771620 ms, exit code 0
 
21032026-06-05T04:12:54.248Zfound 0 output files