01KTAYRFCFASKVP4ADHG5DN2F1: 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: 01KTAYSXKY6DTDPCKX2VX0N3F0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:57:42.173Zjob assigned to worker 01KTAYTCYM6Q53MSXYMV3H68WV [factory aws, i-01c859cecd40715f6] (queued for 1 m 6 s)
 
22026-06-05T03:57:48.592Zstarting task 0: "setup"
32026-06-05T03:57:48.595Z++ uname -s
42026-06-05T03:57:48.598Z+ kern=SunOS
52026-06-05T03:57:48.598Z+ build_user=build
62026-06-05T03:57:48.598Z+ build_uid=12345
72026-06-05T03:57:48.598Z+ work_dir=/work
82026-06-05T03:57:48.598Z+ input_dir=/input
92026-06-05T03:57:48.598Z+ [[ 0 == 12345 ]]
102026-06-05T03:57:48.598Z+ case "$kern" in
112026-06-05T03:57:48.598Z+ groupadd -g 12345 build
122026-06-05T03:57:48.601Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:57:50.603Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:57:50.706Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:57:50.709Z+ home_fs=zfs
162026-06-05T03:57:50.709Z+ [[ zfs == autofs ]]
172026-06-05T03:57:50.709Z+ mkdir -p /home/build
182026-06-05T03:57:50.709Z+ chown build:build /home/build /work
192026-06-05T03:57:52.710Z+ chmod 0700 /home/build /work
202026-06-05T03:57:52.713Zprocess exited: duration 4121 ms, exit code 0
 
212026-06-05T03:57:52.719Zstarting task 1: "rust-toolchain"
222026-06-05T03:57:52.723Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:57:52.723Z * rust toolchain channel = "stable"
242026-06-05T03:57:52.723Z * rust toolchain profile = "default"
252026-06-05T03:57:52.723Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T03:57:52.723Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:57:52.726Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:57:52.726Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:57:52.726Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:57:52.884Zinfo: downloading installer
312026-06-05T03:57:54.253Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:57:54.253Zwarn: /opt/ooce/bin
332026-06-05T03:57:54.253Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:57:54.253Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:57:54.253Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:57:54.253Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:57:54.253Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:57:54.253Zerror: cannot install while Rust is installed
392026-06-05T03:57:54.253Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:57:54.253Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:57:54.253Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:57:54.253Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:57:54.253Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:57:54.263Zinfo: profile set to default
452026-06-05T03:57:54.263Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:57:54.266Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:57:54.395Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:57:54.398Zinfo: downloading 6 components
492026-06-05T03:58:08.954Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:58:08.954Z
512026-06-05T03:58:08.992Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:58:08.992Z
532026-06-05T03:58:08.992Z
542026-06-05T03:58:08.992ZRust is installed now. Great!
552026-06-05T03:58:08.992Z
562026-06-05T03:58:08.995ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:58:08.995Zenvironment variable. This has not been done automatically.
582026-06-05T03:58:08.995Z
592026-06-05T03:58:08.995ZTo configure your current shell, you need to source
602026-06-05T03:58:08.995Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:58:08.995Z
622026-06-05T03:58:08.995ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:58:08.995Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:58:08.995Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:58:08.995Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:58:08.995Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:58:08.995Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:58:08.995Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:58:08.995Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:58:08.995Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:58:09.098Z+ rustup --version
722026-06-05T03:58:09.106Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:58:09.109Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:58:09.128Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:58:09.131Z+ cargo --version
762026-06-05T03:58:09.144Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:58:09.146Z+ rustc --version
782026-06-05T03:58:09.166Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:58:09.169Zprocess exited: duration 16447 ms, exit code 0
 
802026-06-05T03:58:09.176Zstarting task 2: "authentication"
812026-06-05T03:58:09.190ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-05T03:58:29.229Zprocess exited: duration 20050 ms, exit code 0
 
832026-06-05T03:58:29.235Zstarting task 3: "clone repository"
842026-06-05T03:58:29.238Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-05T03:58:29.241Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-05T03:58:29.279ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-05T03:58:30.352Z+ cd /work/oxidecomputer/maghemite
882026-06-05T03:58:30.352Z+ git fetch origin c6b42e3669f55d526156dbc99cdc4d72981075ee
892026-06-05T03:58:30.574ZFrom https://github.com/oxidecomputer/maghemite
902026-06-05T03:58:30.574Z * branch c6b42e3669f55d526156dbc99cdc4d72981075ee -> FETCH_HEAD
912026-06-05T03:58:30.578Z+ [[ -n renovate/dropshot ]]
922026-06-05T03:58:30.582Z++ git branch --show-current
932026-06-05T03:58:30.583Z+ current=main
942026-06-05T03:58:30.583Z+ [[ main != renovate/dropshot ]]
952026-06-05T03:58:30.583Z+ git branch -f renovate/dropshot c6b42e3669f55d526156dbc99cdc4d72981075ee
962026-06-05T03:58:30.587Z+ git checkout -f renovate/dropshot
972026-06-05T03:58:30.600ZSwitched to branch 'renovate/dropshot'
982026-06-05T03:58:30.603Z+ git reset --hard c6b42e3669f55d526156dbc99cdc4d72981075ee
992026-06-05T03:58:30.618ZHEAD is now at c6b42e3 Update dropshot to 0.17.1
1002026-06-05T03:58:30.621Zprocess exited: duration 1383 ms, exit code 0
 
1012026-06-05T03:58:30.629Zstarting task 4: "build"
1022026-06-05T03:58:30.634Z+ set -e
1032026-06-05T03:58:30.634Z+ NEXTEST_VERSION=0.9.97
1042026-06-05T03:58:30.635Z+ PLATFORM=illumos
1052026-06-05T03:58:30.635Z+ cargo --version
1062026-06-05T03:58:30.639Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1072026-06-05T03:58:30.806Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1082026-06-05T03:58:30.810Zinfo: downloading 6 components
1092026-06-05T03:58:45.664Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1102026-06-05T03:58:45.667Z+ rustc --version
1112026-06-05T03:58:45.695Zrustc 1.95.0 (59807616e 2026-04-14)
1122026-06-05T03:58:45.698Z+ cargo install cargo-nextest --version 0.9.97
1132026-06-05T03:58:45.742Z Updating crates.io index
1142026-06-05T03:58:45.850Z Downloading crates ...
1152026-06-05T03:58:45.972Z Downloaded cargo-nextest v0.9.97
1162026-06-05T03:58:46.035Z Installing cargo-nextest v0.9.97
1172026-06-05T03:58:46.077Z Updating crates.io index
1182026-06-05T03:58:48.534Z Locking 404 packages to latest compatible versions
1192026-06-05T03:58:48.544Z Adding dialoguer v0.11.0 (available: v0.12.0)
1202026-06-05T03:58:48.544Z Adding duct v0.13.7 (available: v1.1.1)
1212026-06-05T03:58:48.544Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1222026-06-05T03:58:48.544Z Adding generic-array v0.14.7 (available: v0.14.9)
1232026-06-05T03:58:48.544Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1242026-06-05T03:58:48.544Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1252026-06-05T03:58:48.544Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1262026-06-05T03:58:48.544Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1272026-06-05T03:58:48.544Z Adding quick-junit v0.5.2 (available: v0.6.0)
1282026-06-05T03:58:48.556Z Downloading crates ...
1292026-06-05T03:58:48.622Z Downloaded atomic-waker v1.1.2
1302026-06-05T03:58:48.626Z Downloaded fastrand v2.4.1
1312026-06-05T03:58:48.635Z Downloaded anstyle v1.0.14
1322026-06-05T03:58:48.639Z Downloaded cfg_aliases v0.2.1
1332026-06-05T03:58:48.639Z Downloaded colorchoice v1.0.5
1342026-06-05T03:58:48.649Z Downloaded const-oid v0.9.6
1352026-06-05T03:58:48.654Z Downloaded ahash v0.8.12
1362026-06-05T03:58:48.655Z Downloaded crc32fast v1.5.0
1372026-06-05T03:58:48.655Z Downloaded addr2line v0.25.1
1382026-06-05T03:58:48.657Z Downloaded der v0.7.10
1392026-06-05T03:58:48.661Z Downloaded crossterm v0.29.0
1402026-06-05T03:58:48.665Z Downloaded document-features v0.2.12
1412026-06-05T03:58:48.669Z Downloaded home v0.5.12
1422026-06-05T03:58:48.677Z Downloaded debug-ignore v1.0.5
1432026-06-05T03:58:48.681Z Downloaded enable-ansi-support v0.2.1
1442026-06-05T03:58:48.681Z Downloaded anstyle-query v1.1.5
1452026-06-05T03:58:48.681Z Downloaded generic-array v0.14.7
1462026-06-05T03:58:48.684Z Downloaded base64 v0.22.1
1472026-06-05T03:58:48.688Z Downloaded futures-core v0.3.32
1482026-06-05T03:58:48.695Z Downloaded cargo-platform v0.2.0
1492026-06-05T03:58:48.700Z Downloaded is_ci v1.2.0
1502026-06-05T03:58:48.707Z Downloaded nextest-workspace-hack v0.1.0
1512026-06-05T03:58:48.707Z Downloaded scopeguard v1.2.0
1522026-06-05T03:58:48.707Z Downloaded pathdiff v0.2.3
1532026-06-05T03:58:48.713Z Downloaded futures-io v0.3.32
1542026-06-05T03:58:48.713Z Downloaded foreign-types-shared v0.1.1
1552026-06-05T03:58:48.713Z Downloaded errno v0.3.14
1562026-06-05T03:58:48.713Z Downloaded rustc_version v0.4.1
1572026-06-05T03:58:48.713Z Downloaded form_urlencoded v1.2.2
1582026-06-05T03:58:48.713Z Downloaded http-body v1.0.1
1592026-06-05T03:58:48.720Z Downloaded futures-macro v0.3.32
1602026-06-05T03:58:48.720Z Downloaded futures v0.3.32
1612026-06-05T03:58:48.720Z Downloaded serde_urlencoded v0.7.1
1622026-06-05T03:58:48.724Z Downloaded openssl-probe v0.2.1
1632026-06-05T03:58:48.724Z Downloaded openssl-macros v0.1.1
1642026-06-05T03:58:48.724Z Downloaded color-spantrace v0.3.0
1652026-06-05T03:58:48.724Z Downloaded bytes v1.11.1
1662026-06-05T03:58:48.724Z Downloaded guppy-workspace-hack v0.1.0
1672026-06-05T03:58:48.728Z Downloaded foreign-types v0.3.2
1682026-06-05T03:58:48.728Z Downloaded autocfg v1.5.1
1692026-06-05T03:58:48.728Z Downloaded adler2 v2.0.1
1702026-06-05T03:58:48.728Z Downloaded curve25519-dalek-derive v0.1.1
1712026-06-05T03:58:48.733Z Downloaded async-scoped v0.9.0
1722026-06-05T03:58:48.733Z Downloaded os_pipe v1.2.3
1732026-06-05T03:58:48.733Z Downloaded humantime-serde v1.1.1
1742026-06-05T03:58:48.733Z Downloaded futures-task v0.3.32
1752026-06-05T03:58:48.736Z Downloaded backtrace-ext v0.2.1
1762026-06-05T03:58:48.736Z Downloaded hyper-tls v0.6.0
1772026-06-05T03:58:48.736Z Downloaded futures-sink v0.3.32
1782026-06-05T03:58:48.740Z Downloaded equivalent v1.0.2
1792026-06-05T03:58:48.740Z Downloaded rustc-hash v2.1.2
1802026-06-05T03:58:48.743Z Downloaded clap_lex v1.1.0
1812026-06-05T03:58:48.743Z Downloaded crypto-common v0.1.7
1822026-06-05T03:58:48.748Z Downloaded percent-encoding v2.3.2
1832026-06-05T03:58:48.752Z Downloaded pkcs8 v0.10.2
1842026-06-05T03:58:48.752Z Downloaded rustc-demangle v0.1.27
1852026-06-05T03:58:48.757Z Downloaded hex v0.4.3
1862026-06-05T03:58:48.757Z Downloaded heck v0.5.0
1872026-06-05T03:58:48.757Z Downloaded hyper-rustls v0.27.9
1882026-06-05T03:58:48.761Z Downloaded atomicwrites v0.4.4
1892026-06-05T03:58:48.761Z Downloaded rand_core v0.6.4
1902026-06-05T03:58:48.761Z Downloaded serde_ignored v0.1.14
1912026-06-05T03:58:48.761Z Downloaded serde_spanned v0.6.9
1922026-06-05T03:58:48.764Z Downloaded serde-value v0.7.0
1932026-06-05T03:58:48.764Z Downloaded pin-project-lite v0.2.17
1942026-06-05T03:58:48.767Z Downloaded pin-project-internal v1.1.13
1952026-06-05T03:58:48.769Z Downloaded serde_spanned v1.1.1
1962026-06-05T03:58:48.769Z Downloaded itoa v1.0.18
1972026-06-05T03:58:48.769Z Downloaded idna_adapter v1.0.0
1982026-06-05T03:58:48.772Z Downloaded cargo-platform v0.3.3
1992026-06-05T03:58:48.772Z Downloaded fnv v1.0.7
2002026-06-05T03:58:48.772Z Downloaded nested v0.1.1
2012026-06-05T03:58:48.775Z Downloaded digest v0.10.7
2022026-06-05T03:58:48.775Z Downloaded fixedbitset v0.5.7
2032026-06-05T03:58:48.778Z Downloaded backtrace v0.3.76
2042026-06-05T03:58:48.785Z Downloaded shell-words v1.1.1
2052026-06-05T03:58:48.785Z Downloaded signal-hook-mio v0.2.5
2062026-06-05T03:58:48.791Z Downloaded sigchld v0.2.4
2072026-06-05T03:58:48.791Z Downloaded shared_child v1.1.1
2082026-06-05T03:58:48.791Z Downloaded anstyle-parse v1.0.0
2092026-06-05T03:58:48.791Z Downloaded block-buffer v0.10.4
2102026-06-05T03:58:48.791Z Downloaded ppv-lite86 v0.2.21
2112026-06-05T03:58:48.791Z Downloaded cpufeatures v0.2.17
2122026-06-05T03:58:48.791Z Downloaded number_prefix v0.4.0
2132026-06-05T03:58:48.795Z Downloaded is_terminal_polyfill v1.70.2
2142026-06-05T03:58:48.796Z Downloaded mukti-metadata v0.3.0
2152026-06-05T03:58:48.796Z Downloaded foldhash v0.1.5
2162026-06-05T03:58:48.796Z Downloaded either v1.16.0
2172026-06-05T03:58:48.796Z Downloaded indent_write v2.2.0
2182026-06-05T03:58:48.796Z Downloaded globset v0.4.18
2192026-06-05T03:58:48.800Z Downloaded ordered-float v2.10.1
2202026-06-05T03:58:48.800Z Downloaded newtype-uuid v1.3.2
2212026-06-05T03:58:48.800Z Downloaded dialoguer v0.11.0
2222026-06-05T03:58:48.805Z Downloaded futures-executor v0.3.32
2232026-06-05T03:58:48.805Z Downloaded filetime v0.2.29
2242026-06-05T03:58:48.805Z Downloaded convert_case v0.10.0
2252026-06-05T03:58:48.815Z Downloaded self-replace v1.5.0
2262026-06-05T03:58:48.815Z Downloaded rand_chacha v0.9.0
2272026-06-05T03:58:48.815Z Downloaded indenter v0.3.4
2282026-06-05T03:58:48.815Z Downloaded future-queue v0.4.0
2292026-06-05T03:58:48.820Z Downloaded anstream v1.0.0
2302026-06-05T03:58:48.821Z Downloaded http-body-util v0.1.3
2312026-06-05T03:58:48.821Z Downloaded cargo_metadata v0.23.1
2322026-06-05T03:58:48.821Z Downloaded base64ct v1.8.3
2332026-06-05T03:58:48.821Z Downloaded duct v0.13.7
2342026-06-05T03:58:48.821Z Downloaded serde_path_to_error v0.1.20
2352026-06-05T03:58:48.828Z Downloaded console v0.15.11
2362026-06-05T03:58:48.828Z Downloaded signature v2.2.0
2372026-06-05T03:58:48.828Z Downloaded ed25519 v2.2.3
2382026-06-05T03:58:48.828Z Downloaded serde-untagged v0.1.9
2392026-06-05T03:58:48.828Z Downloaded subtle v2.6.1
2402026-06-05T03:58:48.833Z Downloaded lru-slab v0.1.2
2412026-06-05T03:58:48.833Z Downloaded getrandom v0.3.4
2422026-06-05T03:58:48.833Z Downloaded strsim v0.11.1
2432026-06-05T03:58:48.833Z Downloaded strip-ansi-escapes v0.2.1
2442026-06-05T03:58:48.833Z Downloaded sync_wrapper v1.0.2
2452026-06-05T03:58:48.833Z Downloaded supports-unicode v3.0.0
2462026-06-05T03:58:48.842Z Downloaded supports-hyperlinks v3.2.0
2472026-06-05T03:58:48.842Z Downloaded terminal_size v0.4.4
2482026-06-05T03:58:48.842Z Downloaded litrs v1.0.0
2492026-06-05T03:58:48.842Z Downloaded tokio-macros v2.7.0
2502026-06-05T03:58:48.851Z Downloaded supports-color v3.0.2
2512026-06-05T03:58:48.851Z Downloaded rustls-pki-types v1.14.1
2522026-06-05T03:58:48.851Z Downloaded static_assertions v1.1.0
2532026-06-05T03:58:48.851Z Downloaded spki v0.7.3
2542026-06-05T03:58:48.851Z Downloaded futures-channel v0.3.32
2552026-06-05T03:58:48.851Z Downloaded self_update v0.42.0
2562026-06-05T03:58:48.851Z Downloaded quote v1.0.45
2572026-06-05T03:58:48.855Z Downloaded clap_derive v4.6.1
2582026-06-05T03:58:48.855Z Downloaded pkg-config v0.3.33
2592026-06-05T03:58:48.855Z Downloaded camino v1.2.2
2602026-06-05T03:58:48.855Z Downloaded find-msvc-tools v0.1.9
2612026-06-05T03:58:48.855Z Downloaded cargo_metadata v0.20.0
2622026-06-05T03:58:48.855Z Downloaded smol_str v0.3.6
2632026-06-05T03:58:48.864Z Downloaded signal-hook-registry v1.4.8
2642026-06-05T03:58:48.864Z Downloaded num-traits v0.2.19
2652026-06-05T03:58:48.864Z Downloaded erased-serde v0.4.10
2662026-06-05T03:58:48.864Z Downloaded eyre v0.6.12
2672026-06-05T03:58:48.867Z Downloaded tinyvec_macros v0.1.1
2682026-06-05T03:58:48.867Z Downloaded ipnet v2.12.0
2692026-06-05T03:58:48.868Z Downloaded humantime v2.3.0
2702026-06-05T03:58:48.868Z Downloaded nextest-metadata v0.12.2
2712026-06-05T03:58:48.868Z Downloaded lock_api v0.4.14
2722026-06-05T03:58:48.868Z Downloaded shlex v2.0.1
2732026-06-05T03:58:48.868Z Downloaded sha2 v0.10.9
2742026-06-05T03:58:48.871Z Downloaded toml_write v0.1.2
2752026-06-05T03:58:48.871Z Downloaded cargo-util-schemas v0.2.0
2762026-06-05T03:58:48.871Z Downloaded camino-tempfile v1.4.1
2772026-06-05T03:58:48.877Z Downloaded cfg-if v1.0.4
2782026-06-05T03:58:48.885Z Downloaded httparse v1.10.1
2792026-06-05T03:58:48.885Z Downloaded tower-layer v0.3.3
2802026-06-05T03:58:48.885Z Downloaded quick-junit v0.5.2
2812026-06-05T03:58:48.885Z Downloaded toml_datetime v0.6.11
2822026-06-05T03:58:48.890Z Downloaded iana-time-zone v0.1.65
2832026-06-05T03:58:48.895Z Downloaded rand_core v0.9.5
2842026-06-05T03:58:48.895Z Downloaded unicode-linebreak v0.1.5
2852026-06-05T03:58:48.895Z Downloaded native-tls v0.2.18
2862026-06-05T03:58:48.895Z Downloaded miette-derive v7.6.0
2872026-06-05T03:58:48.895Z Downloaded simd-adler32 v0.3.9
2882026-06-05T03:58:48.899Z Downloaded lazy_static v1.5.0
2892026-06-05T03:58:48.899Z Downloaded typeid v1.0.3
2902026-06-05T03:58:48.899Z Downloaded target-lexicon v0.13.5
2912026-06-05T03:58:48.906Z Downloaded tracing-error v0.2.1
2922026-06-05T03:58:48.906Z Downloaded nextest-filtering v0.15.0
2932026-06-05T03:58:48.906Z Downloaded slab v0.4.12
2942026-06-05T03:58:48.909Z Downloaded tower-service v0.3.3
2952026-06-05T03:58:48.909Z Downloaded derive-where v1.6.1
2962026-06-05T03:58:48.909Z Downloaded target-spec-miette v0.4.8
2972026-06-05T03:58:48.909Z Downloaded serde_derive v1.0.228
2982026-06-05T03:58:48.912Z Downloaded getrandom v0.2.17
2992026-06-05T03:58:48.912Z Downloaded swrite v0.1.0
3002026-06-05T03:58:48.928Z Downloaded once_cell v1.21.4
3012026-06-05T03:58:48.929Z Downloaded cfg-expr v0.20.8
3022026-06-05T03:58:48.929Z Downloaded want v0.3.1
3032026-06-05T03:58:48.934Z Downloaded unicode-xid v0.2.6
3042026-06-05T03:58:48.934Z Downloaded untrusted v0.9.0
3052026-06-05T03:58:48.934Z Downloaded thiserror v1.0.69
3062026-06-05T03:58:48.934Z Downloaded getrandom v0.4.2
3072026-06-05T03:58:48.934Z Downloaded version_check v0.9.5
3082026-06-05T03:58:48.934Z Downloaded utf8_iter v1.0.4
3092026-06-05T03:58:48.934Z Downloaded utf8parse v0.2.2
3102026-06-05T03:58:48.934Z Downloaded thread_local v1.1.9
3112026-06-05T03:58:48.934Z Downloaded thiserror v2.0.18
3122026-06-05T03:58:48.934Z Downloaded urlencoding v2.1.3
3132026-06-05T03:58:48.934Z Downloaded toml_writer v1.1.1+spec-1.1.0
3142026-06-05T03:58:48.943Z Downloaded xattr v1.6.1
3152026-06-05T03:58:48.943Z Downloaded bitflags v2.12.1
3162026-06-05T03:58:48.943Z Downloaded thiserror-impl v2.0.18
3172026-06-05T03:58:48.943Z Downloaded thiserror-impl v1.0.69
3182026-06-05T03:58:48.947Z Downloaded signal-hook v0.3.18
3192026-06-05T03:58:48.947Z Downloaded semver v1.0.28
3202026-06-05T03:58:48.948Z Downloaded owo-colors v4.3.0
3212026-06-05T03:58:48.948Z Downloaded jobserver v0.1.34
3222026-06-05T03:58:48.948Z Downloaded pin-project v1.1.13
3232026-06-05T03:58:48.964Z Downloaded unicase v2.9.0
3242026-06-05T03:58:48.972Z Downloaded try-lock v0.2.5
3252026-06-05T03:58:48.972Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3262026-06-05T03:58:48.973Z Downloaded target-spec v3.6.0
3272026-06-05T03:58:48.973Z Downloaded socket2 v0.6.4
3282026-06-05T03:58:48.973Z Downloaded config v0.15.23
3292026-06-05T03:58:48.973Z Downloaded log v0.4.32
3302026-06-05T03:58:48.973Z Downloaded clap v4.6.1
3312026-06-05T03:58:48.973Z Downloaded tempfile v3.27.0
3322026-06-05T03:58:48.973Z Downloaded smallvec v1.15.1
3332026-06-05T03:58:48.981Z Downloaded openssl-sys v0.9.116
3342026-06-05T03:58:48.981Z Downloaded zmij v1.0.21
3352026-06-05T03:58:49.004Z Downloaded tracing-log v0.2.0
3362026-06-05T03:58:49.004Z Downloaded quinn-udp v0.5.14
3372026-06-05T03:58:49.004Z Downloaded quinn v0.11.9
3382026-06-05T03:58:49.004Z Downloaded zipsign-api v0.1.5
3392026-06-05T03:58:49.015Z Downloaded parking_lot_core v0.9.12
3402026-06-05T03:58:49.015Z Downloaded xxhash-rust v0.8.15
3412026-06-05T03:58:49.015Z Downloaded serde v1.0.228
3422026-06-05T03:58:49.015Z Downloaded toml v0.8.23
3432026-06-05T03:58:49.015Z Downloaded zstd v0.13.3
3442026-06-05T03:58:49.015Z Downloaded tracing-attributes v0.1.31
3452026-06-05T03:58:49.016Z Downloaded ryu v1.0.23
3462026-06-05T03:58:49.016Z Downloaded proc-macro2 v1.0.106
3472026-06-05T03:58:49.016Z Downloaded flate2 v1.1.9
3482026-06-05T03:58:49.021Z Downloaded derive_more v2.1.1
3492026-06-05T03:58:49.021Z Downloaded textwrap v0.16.2
3502026-06-05T03:58:49.021Z Downloaded toml v1.1.2+spec-1.1.0
3512026-06-05T03:58:49.029Z Downloaded rustls-webpki v0.103.13
3522026-06-05T03:58:49.029Z Downloaded parking_lot v0.12.5
3532026-06-05T03:58:49.043Z Downloaded zstd-safe v7.2.4
3542026-06-05T03:58:49.044Z Downloaded ed25519-dalek v2.2.0
3552026-06-05T03:58:49.044Z Downloaded toml_parser v1.1.2+spec-1.1.0
3562026-06-05T03:58:49.044Z Downloaded tokio-stream v0.1.18
3572026-06-05T03:58:49.044Z Downloaded tokio-rustls v0.26.4
3582026-06-05T03:58:49.052Z Downloaded cc v1.2.63
3592026-06-05T03:58:49.052Z Downloaded zeroize v1.8.2
3602026-06-05T03:58:49.052Z Downloaded tokio-native-tls v0.3.1
3612026-06-05T03:58:49.053Z Downloaded serde_core v1.0.228
3622026-06-05T03:58:49.053Z Downloaded derive_more-impl v2.1.1
3632026-06-05T03:58:49.053Z Downloaded toml_edit v0.22.27
3642026-06-05T03:58:49.053Z Downloaded miniz_oxide v0.8.9
3652026-06-05T03:58:49.054Z Downloaded unicode-ident v1.0.24
3662026-06-05T03:58:49.054Z Downloaded tracing-core v0.1.36
3672026-06-05T03:58:49.065Z Downloaded tinyvec v1.11.0
3682026-06-05T03:58:49.065Z Downloaded indicatif v0.17.11
3692026-06-05T03:58:49.065Z Downloaded borsh v1.6.1
3702026-06-05T03:58:49.065Z Downloaded vte v0.14.1
3712026-06-05T03:58:49.065Z Downloaded rand v0.9.4
3722026-06-05T03:58:49.076Z Downloaded sharded-slab v0.1.7
3732026-06-05T03:58:49.077Z Downloaded aho-corasick v1.1.4
3742026-06-05T03:58:49.077Z Downloaded uuid v1.23.2
3752026-06-05T03:58:49.086Z Downloaded mio v1.2.1
3762026-06-05T03:58:49.093Z Downloaded tar v0.4.46
3772026-06-05T03:58:49.093Z Downloaded memchr v2.8.1
3782026-06-05T03:58:49.099Z Downloaded indexmap v2.14.0
3792026-06-05T03:58:49.099Z Downloaded url v2.5.8
3802026-06-05T03:58:49.099Z Downloaded miette v7.6.0
3812026-06-05T03:58:49.114Z Downloaded hyper-util v0.1.20
3822026-06-05T03:58:49.120Z Downloaded tower v0.5.3
3832026-06-05T03:58:49.120Z Downloaded ron v0.12.1
3842026-06-05T03:58:49.123Z Downloaded http v1.4.1
3852026-06-05T03:58:49.138Z Downloaded typenum v1.20.1
3862026-06-05T03:58:49.142Z Downloaded pulldown-cmark v0.13.4
3872026-06-05T03:58:49.145Z Downloaded hashbrown v0.17.1
3882026-06-05T03:58:49.148Z Downloaded unicode-segmentation v1.13.3
3892026-06-05T03:58:49.151Z Downloaded futures-util v0.3.32
3902026-06-05T03:58:49.157Z Downloaded hashbrown v0.15.5
3912026-06-05T03:58:49.160Z Downloaded unicode-normalization v0.1.25
3922026-06-05T03:58:49.164Z Downloaded hyper v1.10.1
3932026-06-05T03:58:49.170Z Downloaded serde_json v1.0.150
3942026-06-05T03:58:49.173Z Downloaded idna v1.1.0
3952026-06-05T03:58:49.173Z Downloaded tokio-util v0.7.18
3962026-06-05T03:58:49.178Z Downloaded reqwest v0.12.28
3972026-06-05T03:58:49.181Z Downloaded itertools v0.14.0
3982026-06-05T03:58:49.184Z Downloaded h2 v0.4.14
3992026-06-05T03:58:49.188Z Downloaded clap_builder v4.6.0
4002026-06-05T03:58:49.191Z Downloaded tower-http v0.6.11
4012026-06-05T03:58:49.197Z Downloaded portable-atomic v1.13.1
4022026-06-05T03:58:49.200Z Downloaded regex v1.12.3
4032026-06-05T03:58:49.204Z Downloaded guppy v0.17.26
4042026-06-05T03:58:49.211Z Downloaded quick-xml v0.37.5
4052026-06-05T03:58:49.227Z Downloaded chrono v0.4.45
4062026-06-05T03:58:49.258Z Downloaded winnow v0.7.15
4072026-06-05T03:58:49.258Z Downloaded quick-xml v0.38.4
4082026-06-05T03:58:49.258Z Downloaded winnow v1.0.3
4092026-06-05T03:58:49.258Z Downloaded webpki-roots v1.0.7
4102026-06-05T03:58:49.258Z Downloaded tracing-subscriber v0.3.23
4112026-06-05T03:58:49.275Z Downloaded quinn-proto v0.11.14
4122026-06-05T03:58:49.285Z Downloaded gimli v0.32.3
4132026-06-05T03:58:49.296Z Downloaded vcpkg v0.2.15
4142026-06-05T03:58:49.311Z Downloaded unicode-width v0.1.14
4152026-06-05T03:58:49.319Z Downloaded syn v2.0.117
4162026-06-05T03:58:49.319Z Downloaded bstr v1.12.1
4172026-06-05T03:58:49.332Z Downloaded curve25519-dalek v4.1.3
4182026-06-05T03:58:49.340Z Downloaded nextest-runner v0.80.0
4192026-06-05T03:58:49.355Z Downloaded openssl v0.10.80
4202026-06-05T03:58:49.361Z Downloaded unicode-width v0.2.2
4212026-06-05T03:58:49.361Z Downloaded zerocopy v0.8.50
4222026-06-05T03:58:49.366Z Downloaded regex-syntax v0.8.10
4232026-06-05T03:58:49.370Z Downloaded tracing v0.1.44
4242026-06-05T03:58:49.382Z Downloaded rustix v0.38.44
4252026-06-05T03:58:49.391Z Downloaded nix v0.30.1
4262026-06-05T03:58:49.398Z Downloaded rustls v0.23.40
4272026-06-05T03:58:49.406Z Downloaded rustix v1.1.4
4282026-06-05T03:58:49.416Z Downloaded color-eyre v0.6.5
4292026-06-05T03:58:49.420Z Downloaded object v0.37.3
4302026-06-05T03:58:49.447Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4312026-06-05T03:58:49.456Z Downloaded tokio v1.52.3
4322026-06-05T03:58:49.479Z Downloaded regex-automata v0.4.14
4332026-06-05T03:58:49.526Z Downloaded petgraph v0.8.3
4342026-06-05T03:58:49.539Z Downloaded libc v0.2.186
4352026-06-05T03:58:49.604Z Downloaded recursion v0.5.4
4362026-06-05T03:58:49.608Z Downloaded ring v0.17.14
4372026-06-05T03:58:49.667Z Compiling libc v0.2.186
4382026-06-05T03:58:49.667Z Compiling proc-macro2 v1.0.106
4392026-06-05T03:58:49.667Z Compiling quote v1.0.45
4402026-06-05T03:58:49.671Z Compiling unicode-ident v1.0.24
4412026-06-05T03:58:49.671Z Compiling serde_core v1.0.228
4422026-06-05T03:58:49.671Z Compiling cfg-if v1.0.4
4432026-06-05T03:58:49.671Z Compiling memchr v2.8.1
4442026-06-05T03:58:49.671Z Compiling once_cell v1.21.4
4452026-06-05T03:58:49.889Z Compiling log v0.4.32
4462026-06-05T03:58:49.917Z Compiling pin-project-lite v0.2.17
4472026-06-05T03:58:50.035Z Compiling serde v1.0.228
4482026-06-05T03:58:50.116Z Compiling itoa v1.0.18
4492026-06-05T03:58:50.220Z Compiling futures-core v0.3.32
4502026-06-05T03:58:50.328Z Compiling smallvec v1.15.1
4512026-06-05T03:58:50.384Z Compiling bitflags v2.12.1
4522026-06-05T03:58:50.410Z Compiling find-msvc-tools v0.1.9
4532026-06-05T03:58:50.605Z Compiling shlex v2.0.1
4542026-06-05T03:58:50.619Z Compiling hashbrown v0.17.1
4552026-06-05T03:58:50.768Z Compiling errno v0.3.14
4562026-06-05T03:58:50.778Z Compiling equivalent v1.0.2
4572026-06-05T03:58:50.800Z Compiling bytes v1.11.1
4582026-06-05T03:58:50.865Z Compiling jobserver v0.1.34
4592026-06-05T03:58:50.934Z Compiling signal-hook-registry v1.4.8
4602026-06-05T03:58:51.010Z Compiling mio v1.2.1
4612026-06-05T03:58:51.074Z Compiling cc v1.2.63
4622026-06-05T03:58:51.154Z Compiling syn v2.0.117
4632026-06-05T03:58:51.192Z Compiling futures-sink v0.3.32
4642026-06-05T03:58:51.302Z Compiling rustix v1.1.4
4652026-06-05T03:58:51.314Z Compiling socket2 v0.6.4
4662026-06-05T03:58:51.481Z Compiling zmij v1.0.21
4672026-06-05T03:58:51.666Z Compiling slab v0.4.12
4682026-06-05T03:58:51.700Z Compiling futures-channel v0.3.32
4692026-06-05T03:58:51.826Z Compiling tracing-core v0.1.36
4702026-06-05T03:58:51.857Z Compiling serde_json v1.0.150
4712026-06-05T03:58:51.948Z Compiling version_check v0.9.5
4722026-06-05T03:58:52.085Z Compiling indexmap v2.14.0
4732026-06-05T03:58:52.217Z Compiling futures-task v0.3.32
4742026-06-05T03:58:52.251Z Compiling getrandom v0.4.2
4752026-06-05T03:58:52.308Z Compiling futures-io v0.3.32
4762026-06-05T03:58:52.445Z Compiling unicode-width v0.2.2
4772026-06-05T03:58:52.501Z Compiling camino v1.2.2
4782026-06-05T03:58:52.534Z Compiling percent-encoding v2.3.2
4792026-06-05T03:58:52.796Z Compiling ring v0.17.14
4802026-06-05T03:58:52.880Z Compiling http v1.4.1
4812026-06-05T03:58:52.894Z Compiling simd-adler32 v0.3.9
4822026-06-05T03:58:52.904Z Compiling autocfg v1.5.1
4832026-06-05T03:58:52.916Z Compiling zeroize v1.8.2
4842026-06-05T03:58:53.108Z Compiling adler2 v2.0.1
4852026-06-05T03:58:53.243Z Compiling num-traits v0.2.19
4862026-06-05T03:58:53.267Z Compiling miniz_oxide v0.8.9
4872026-06-05T03:58:53.723Z Compiling zerocopy v0.8.50
4882026-06-05T03:58:53.739Z Compiling object v0.37.3
4892026-06-05T03:58:54.068Z Compiling getrandom v0.3.4
4902026-06-05T03:58:54.106Z Compiling target-lexicon v0.13.5
4912026-06-05T03:58:54.208Z Compiling http-body v1.0.1
4922026-06-05T03:58:54.429Z Compiling rustls-pki-types v1.14.1
4932026-06-05T03:58:54.536Z Compiling form_urlencoded v1.2.2
4942026-06-05T03:58:54.637Z Compiling semver v1.0.28
4952026-06-05T03:58:54.699Z Compiling serde_derive v1.0.228
4962026-06-05T03:58:54.757Z Compiling tokio-macros v2.7.0
4972026-06-05T03:58:54.797Z Compiling futures-macro v0.3.32
4982026-06-05T03:58:54.813Z Compiling tracing-attributes v0.1.31
4992026-06-05T03:58:55.074Z Compiling getrandom v0.2.17
5002026-06-05T03:58:55.273Z Compiling gimli v0.32.3
5012026-06-05T03:58:55.327Z Compiling idna_adapter v1.0.0
5022026-06-05T03:58:55.336Z Compiling thiserror v2.0.18
5032026-06-05T03:58:55.426Z Compiling utf8_iter v1.0.4
5042026-06-05T03:58:55.530Z Compiling tokio v1.52.3
5052026-06-05T03:58:55.587Z Compiling signal-hook v0.3.18
5062026-06-05T03:58:55.635Z Compiling futures-util v0.3.32
5072026-06-05T03:58:55.678Z Compiling httparse v1.10.1
5082026-06-05T03:58:55.809Z Compiling untrusted v0.9.0
5092026-06-05T03:58:55.939Z Compiling fnv v1.0.7
5102026-06-05T03:58:56.018Z Compiling tracing v0.1.44
5112026-06-05T03:58:56.028Z Compiling guppy-workspace-hack v0.1.0
5122026-06-05T03:58:56.037Z Compiling owo-colors v4.3.0
5132026-06-05T03:58:56.346Z Compiling idna v1.1.0
5142026-06-05T03:58:56.399Z Compiling thiserror-impl v2.0.18
5152026-06-05T03:58:57.597Z Compiling addr2line v0.25.1
5162026-06-05T03:58:57.985Z Compiling generic-array v0.14.7
5172026-06-05T03:58:57.988Z Compiling typeid v1.0.3
5182026-06-05T03:58:58.013Z Compiling fastrand v2.4.1
5192026-06-05T03:58:58.224Z Compiling rustc-demangle v0.1.27
5202026-06-05T03:58:58.254Z Compiling rustls v0.23.40
5212026-06-05T03:58:58.284Z Compiling try-lock v0.2.5
5222026-06-05T03:58:58.337Z Compiling atomic-waker v1.1.2
5232026-06-05T03:58:58.396Z Compiling thiserror v1.0.69
5242026-06-05T03:58:58.467Z Compiling tower-service v0.3.3
5252026-06-05T03:58:58.478Z Compiling target-spec v3.6.0
5262026-06-05T03:58:58.566Z Compiling pkg-config v0.3.33
5272026-06-05T03:58:58.785Z Compiling want v0.3.1
5282026-06-05T03:58:58.973Z Compiling tempfile v3.27.0
5292026-06-05T03:58:59.001Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5302026-06-05T03:58:59.101Z Compiling cfg-expr v0.20.8
5312026-06-05T03:58:59.215Z Compiling url v2.5.8
5322026-06-05T03:58:59.456Z Compiling tokio-util v0.7.18
5332026-06-05T03:59:00.059Z Compiling h2 v0.4.14
5342026-06-05T03:59:00.744Z Compiling backtrace v0.3.76
5352026-06-05T03:59:01.057Z Compiling thiserror-impl v1.0.69
5362026-06-05T03:59:01.171Z Compiling terminal_size v0.4.4
5372026-06-05T03:59:01.341Z Compiling aho-corasick v1.1.4
5382026-06-05T03:59:01.358Z Compiling typenum v1.20.1
5392026-06-05T03:59:01.643Z Compiling regex-syntax v0.8.10
5402026-06-05T03:59:02.020Z Compiling subtle v2.6.1
5412026-06-05T03:59:02.180Z Compiling winnow v0.7.15
5422026-06-05T03:59:02.222Z Compiling erased-serde v0.4.10
5432026-06-05T03:59:02.540Z Compiling rustls-webpki v0.103.13
5442026-06-05T03:59:04.030Z Compiling regex-automata v0.4.14
5452026-06-05T03:59:05.459Z Compiling hyper v1.10.1
5462026-06-05T03:59:06.789Z Compiling serde_spanned v0.6.9
5472026-06-05T03:59:06.976Z Compiling toml_datetime v0.6.11
5482026-06-05T03:59:07.339Z Compiling ahash v0.8.12
5492026-06-05T03:59:07.607Z Compiling sync_wrapper v1.0.2
5502026-06-05T03:59:07.697Z Compiling either v1.16.0
5512026-06-05T03:59:07.941Z Compiling ipnet v2.12.0
5522026-06-05T03:59:08.390Z Compiling crc32fast v1.5.0
5532026-06-05T03:59:08.689Z Compiling foldhash v0.1.5
5542026-06-05T03:59:08.744Z Compiling tower-layer v0.3.3
5552026-06-05T03:59:08.908Z Compiling toml_write v0.1.2
5562026-06-05T03:59:08.945Z Compiling parking_lot_core v0.9.12
5572026-06-05T03:59:09.100Z Compiling unicode-segmentation v1.13.3
5582026-06-05T03:59:09.122Z Compiling base64 v0.22.1
5592026-06-05T03:59:09.151Z Compiling is_ci v1.2.0
5602026-06-05T03:59:09.240Z Compiling nextest-workspace-hack v0.1.0
5612026-06-05T03:59:09.315Z Compiling lazy_static v1.5.0
5622026-06-05T03:59:09.422Z Compiling portable-atomic v1.13.1
5632026-06-05T03:59:09.471Z Compiling unicode-linebreak v0.1.5
5642026-06-05T03:59:09.526Z Compiling convert_case v0.10.0
5652026-06-05T03:59:09.590Z Compiling sharded-slab v0.1.7
5662026-06-05T03:59:09.615Z Compiling hyper-util v0.1.20
5672026-06-05T03:59:09.720Z Compiling textwrap v0.16.2
5682026-06-05T03:59:09.776Z Compiling supports-color v3.0.2
5692026-06-05T03:59:09.939Z Compiling toml_edit v0.22.27
5702026-06-05T03:59:10.003Z Compiling tower v0.5.3
5712026-06-05T03:59:10.184Z Compiling hashbrown v0.15.5
5722026-06-05T03:59:10.627Z Compiling tokio-rustls v0.26.4
5732026-06-05T03:59:10.911Z Compiling backtrace-ext v0.2.1
5742026-06-05T03:59:11.120Z Compiling ordered-float v2.10.1
5752026-06-05T03:59:11.171Z Compiling webpki-roots v1.0.7
5762026-06-05T03:59:11.285Z Compiling miette-derive v7.6.0
5772026-06-05T03:59:11.390Z Compiling pathdiff v0.2.3
5782026-06-05T03:59:11.436Z Compiling console v0.15.11
5792026-06-05T03:59:11.527Z Compiling tracing-log v0.2.0
5802026-06-05T03:59:11.878Z Compiling cargo-platform v0.3.3
5812026-06-05T03:59:12.215Z Compiling os_pipe v1.2.3
5822026-06-05T03:59:12.382Z Compiling thread_local v1.1.9
5832026-06-05T03:59:12.382Z Compiling ryu v1.0.23
5842026-06-05T03:59:12.669Z Compiling cfg_aliases v0.2.1
5852026-06-05T03:59:12.719Z Compiling supports-unicode v3.0.0
5862026-06-05T03:59:12.740Z Compiling pulldown-cmark v0.13.4
5872026-06-05T03:59:12.752Z Compiling unicode-width v0.1.14
5882026-06-05T03:59:12.768Z Compiling rustix v0.38.44
5892026-06-05T03:59:12.886Z Compiling utf8parse v0.2.2
5902026-06-05T03:59:12.968Z Compiling supports-hyperlinks v3.2.0
5912026-06-05T03:59:12.994Z Compiling winnow v1.0.3
5922026-06-05T03:59:13.045Z Compiling scopeguard v1.2.0
5932026-06-05T03:59:13.123Z Compiling fixedbitset v0.5.7
5942026-06-05T03:59:13.152Z Compiling debug-ignore v1.0.5
5952026-06-05T03:59:13.184Z Compiling zstd-safe v7.2.4
5962026-06-05T03:59:13.390Z Compiling petgraph v0.8.3
5972026-06-05T03:59:13.441Z Compiling lock_api v0.4.14
5982026-06-05T03:59:13.681Z Compiling miette v7.6.0
5992026-06-05T03:59:13.743Z Compiling anstyle-parse v1.0.0
6002026-06-05T03:59:14.001Z Compiling nix v0.30.1
6012026-06-05T03:59:14.392Z Compiling toml_parser v1.1.2+spec-1.1.0
6022026-06-05T03:59:14.431Z Compiling tracing-subscriber v0.3.23
6032026-06-05T03:59:15.221Z Compiling serde_urlencoded v0.7.1
6042026-06-05T03:59:16.446Z Compiling sigchld v0.2.4
6052026-06-05T03:59:16.446Z Compiling cargo_metadata v0.23.1
6062026-06-05T03:59:16.446Z Compiling toml v0.8.23
6072026-06-05T03:59:16.446Z Compiling serde-value v0.7.0
6082026-06-05T03:59:16.569Z Compiling serde-untagged v0.1.9
6092026-06-05T03:59:16.833Z Compiling hyper-rustls v0.27.9
6102026-06-05T03:59:17.728Z Compiling tower-http v0.6.11
6112026-06-05T03:59:18.150Z Compiling derive_more-impl v2.1.1
6122026-06-05T03:59:18.380Z Compiling itertools v0.14.0
6132026-06-05T03:59:18.433Z Compiling block-buffer v0.10.4
6142026-06-05T03:59:18.587Z Compiling crypto-common v0.1.7
6152026-06-05T03:59:18.636Z Compiling regex v1.12.3
6162026-06-05T03:59:18.718Z Compiling ppv-lite86 v0.2.21
6172026-06-05T03:59:18.967Z Compiling rand_core v0.9.5
6182026-06-05T03:59:19.044Z Compiling futures-executor v0.3.32
6192026-06-05T03:59:19.208Z Compiling pin-project-internal v1.1.13
6202026-06-05T03:59:19.211Z Compiling http-body-util v0.1.3
6212026-06-05T03:59:19.490Z Compiling uuid v1.23.2
6222026-06-05T03:59:19.565Z Compiling smol_str v0.3.6
6232026-06-05T03:59:19.834Z Compiling toml_datetime v1.1.1+spec-1.1.0
6242026-06-05T03:59:19.902Z Compiling serde_spanned v1.1.1
6252026-06-05T03:59:20.021Z Compiling filetime v0.2.29
6262026-06-05T03:59:20.040Z Compiling bstr v1.12.1
6272026-06-05T03:59:20.073Z Compiling vte v0.14.1
6282026-06-05T03:59:20.221Z Compiling colorchoice v1.0.5
6292026-06-05T03:59:20.238Z Compiling color-spantrace v0.3.0
6302026-06-05T03:59:20.251Z Compiling tinyvec_macros v0.1.1
6312026-06-05T03:59:20.262Z Compiling xattr v1.6.1
6322026-06-05T03:59:20.418Z Compiling anstyle-query v1.1.5
6332026-06-05T03:59:20.453Z Compiling anstyle v1.0.14
6342026-06-05T03:59:20.462Z Compiling unicase v2.9.0
6352026-06-05T03:59:20.543Z Compiling litrs v1.0.0
6362026-06-05T03:59:20.628Z Compiling eyre v0.6.12
6372026-06-05T03:59:20.674Z Compiling unicode-xid v0.2.6
6382026-06-05T03:59:20.685Z Compiling nested v0.1.1
6392026-06-05T03:59:20.711Z Compiling static_assertions v1.1.0
6402026-06-05T03:59:20.784Z Compiling number_prefix v0.4.0
6412026-06-05T03:59:20.873Z Compiling self_update v0.42.0
6422026-06-05T03:59:20.884Z Compiling iana-time-zone v0.1.65
6432026-06-05T03:59:20.934Z Compiling is_terminal_polyfill v1.70.2
6442026-06-05T03:59:20.984Z Compiling document-features v0.2.12
6452026-06-05T03:59:20.995Z Compiling chrono v0.4.45
6462026-06-05T03:59:21.024Z Compiling anstream v1.0.0
6472026-06-05T03:59:21.201Z Compiling indicatif v0.17.11
6482026-06-05T03:59:21.225Z Compiling guppy v0.17.26
6492026-06-05T03:59:21.518Z Compiling cargo-util-schemas v0.2.0
6502026-06-05T03:59:21.587Z Compiling globset v0.4.18
6512026-06-05T03:59:22.254Z Compiling tar v0.4.46
6522026-06-05T03:59:23.903Z Compiling tinyvec v1.11.0
6532026-06-05T03:59:24.273Z Compiling pin-project v1.1.13
6542026-06-05T03:59:24.312Z Compiling strip-ansi-escapes v0.2.1
6552026-06-05T03:59:24.334Z Compiling toml v1.1.2+spec-1.1.0
6562026-06-05T03:59:24.346Z Compiling nextest-metadata v0.12.2
6572026-06-05T03:59:24.366Z Compiling newtype-uuid v1.3.2
6582026-06-05T03:59:24.556Z Compiling reqwest v0.12.28
6592026-06-05T03:59:24.758Z Compiling futures v0.3.32
6602026-06-05T03:59:24.786Z Compiling rand_chacha v0.9.0
6612026-06-05T03:59:24.800Z Compiling derive_more v2.1.1
6622026-06-05T03:59:24.838Z Compiling digest v0.10.7
6632026-06-05T03:59:24.874Z Compiling parking_lot v0.12.5
6642026-06-05T03:59:25.057Z Compiling flate2 v1.1.9
6652026-06-05T03:59:25.323Z Compiling shared_child v1.1.1
6662026-06-05T03:59:25.612Z Compiling tracing-error v0.2.1
6672026-06-05T03:59:25.836Z Compiling signal-hook-mio v0.2.5
6682026-06-05T03:59:25.971Z Compiling self-replace v1.5.0
6692026-06-05T03:59:26.009Z Compiling cargo-platform v0.2.0
6702026-06-05T03:59:26.263Z Compiling quick-xml v0.37.5
6712026-06-05T03:59:26.569Z Compiling quick-xml v0.38.4
6722026-06-05T03:59:27.071Z Compiling cpufeatures v0.2.17
6732026-06-05T03:59:27.358Z Compiling indenter v0.3.4
6742026-06-05T03:59:27.483Z Compiling strsim v0.11.1
6752026-06-05T03:59:27.496Z Compiling recursion v0.5.4
6762026-06-05T03:59:27.627Z Compiling shell-words v1.1.1
6772026-06-05T03:59:27.783Z Compiling humantime v2.3.0
6782026-06-05T03:59:27.877Z Compiling urlencoding v2.1.3
6792026-06-05T03:59:28.173Z Compiling heck v0.5.0
6802026-06-05T03:59:28.204Z Compiling clap_lex v1.1.0
6812026-06-05T03:59:28.363Z Compiling clap_derive v4.6.1
6822026-06-05T03:59:28.372Z Compiling clap_builder v4.6.0
6832026-06-05T03:59:28.560Z Compiling humantime-serde v1.1.1
6842026-06-05T03:59:28.718Z Compiling nextest-filtering v0.15.0
6852026-06-05T03:59:30.008Z Compiling quick-junit v0.5.2
6862026-06-05T03:59:30.171Z Compiling sha2 v0.10.9
6872026-06-05T03:59:31.367Z Compiling atomicwrites v0.4.4
6882026-06-05T03:59:31.653Z Compiling cargo_metadata v0.20.0
6892026-06-05T03:59:32.655Z Compiling cargo-nextest v0.9.97
6902026-06-05T03:59:32.979Z Compiling crossterm v0.29.0
6912026-06-05T03:59:34.400Z Compiling duct v0.13.7
6922026-06-05T03:59:34.773Z Compiling zstd v0.13.3
6932026-06-05T03:59:34.813Z Compiling rand v0.9.4
6942026-06-05T03:59:35.053Z Compiling config v0.15.23
6952026-06-05T03:59:35.205Z Compiling async-scoped v0.9.0
6962026-06-05T03:59:35.412Z Compiling unicode-normalization v0.1.25
6972026-06-05T03:59:35.572Z Compiling target-spec-miette v0.4.8
6982026-06-05T03:59:35.997Z Compiling future-queue v0.4.0
6992026-06-05T03:59:36.016Z Compiling mukti-metadata v0.3.0
7002026-06-05T03:59:36.105Z Compiling tokio-stream v0.1.18
7012026-06-05T03:59:36.177Z Compiling camino-tempfile v1.4.1
7022026-06-05T03:59:36.273Z Compiling derive-where v1.6.1
7032026-06-05T03:59:36.497Z Compiling serde_path_to_error v0.1.20
7042026-06-05T03:59:36.606Z Compiling serde_ignored v0.1.14
7052026-06-05T03:59:36.624Z Compiling xxhash-rust v0.8.15
7062026-06-05T03:59:36.808Z Compiling hex v0.4.3
7072026-06-05T03:59:36.825Z Compiling indent_write v2.2.0
7082026-06-05T03:59:36.825Z Compiling swrite v0.1.0
7092026-06-05T03:59:36.956Z Compiling home v0.5.12
7102026-06-05T03:59:36.973Z Compiling color-eyre v0.6.5
7112026-06-05T03:59:37.080Z Compiling clap v4.6.1
7122026-06-05T03:59:37.092Z Compiling dialoguer v0.11.0
7132026-06-05T03:59:37.116Z Compiling enable-ansi-support v0.2.1
7142026-06-05T03:59:37.538Z Compiling nextest-runner v0.80.0
7152026-06-05T03:59:55.505Z Finished `release` profile [optimized] target(s) in 1m 09s
7162026-06-05T03:59:55.693Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-06-05T03:59:55.697Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-06-05T03:59:55.811Z+ source .github/buildomat/test-common.sh
7192026-06-05T03:59:55.814Z++ NEXTEST_VERSION=0.9.97
7202026-06-05T03:59:55.814Z++ PLATFORM=illumos
7212026-06-05T03:59:55.814Z++ banner install
7222026-06-05T03:59:55.814Z
7232026-06-05T03:59:55.814Z # # # #### ##### ## # #
7242026-06-05T03:59:55.814Z # ## # # # # # # #
7252026-06-05T03:59:55.814Z # # # # #### # # # # #
7262026-06-05T03:59:55.814Z # # # # # # ###### # #
7272026-06-05T03:59:55.814Z # # ## # # # # # # #
7282026-06-05T03:59:55.814Z # # # #### # # # ###### ######
7292026-06-05T03:59:55.814Z
7302026-06-05T03:59:55.814Z++ set +o errexit
7312026-06-05T03:59:55.817Z++ pkg info clang-15
7322026-06-05T03:59:55.817Z++ grep -qi installed
7332026-06-05T03:59:57.007Zpkg: info: no packages matching the following patterns you specified are
7342026-06-05T03:59:57.007Zinstalled on the system. Try querying remotely instead:
7352026-06-05T03:59:57.007Z
7362026-06-05T03:59:57.007Z clang-15
7372026-06-05T03:59:57.048Z++ [[ 1 != 0 ]]
7382026-06-05T03:59:57.048Z++ set -o errexit
7392026-06-05T03:59:57.051Z++ pfexec pkg install clang-15
7402026-06-05T04:00:05.792Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-06-05T04:00:14.007Z Startup: Caching catalogs ... Done
7422026-06-05T04:00:20.726ZPlanning: Solver setup ... Done
7432026-06-05T04:00:20.765ZPlanning: Running solver ... Done
7442026-06-05T04:00:20.919ZPlanning: Finding local manifests ... Done
7452026-06-05T04:00:20.943ZPlanning: Fetching manifests: 0/2 0% complete
7462026-06-05T04:00:21.049ZPlanning: Fetching manifests: 2/2 100% complete
7472026-06-05T04:00:21.078ZPlanning: Package planning ... Done
7482026-06-05T04:00:21.101ZPlanning: Merging actions ... Done
7492026-06-05T04:00:21.218ZPlanning: Checking for conflicting actions ... Done
7502026-06-05T04:00:21.221ZPlanning: Consolidating action changes ... Done
7512026-06-05T04:00:21.890ZPlanning: Evaluating mediators ... Done
7522026-06-05T04:00:21.917ZPlanning: Planning completed in 8.17 seconds
7532026-06-05T04:00:21.917Z Packages to install: 2
7542026-06-05T04:00:21.917Z Mediators to change: 2
7552026-06-05T04:00:21.917Z Services to change: 1
7562026-06-05T04:00:21.917Z Create boot environment: No
7572026-06-05T04:00:21.917ZCreate backup boot environment: No
7582026-06-05T04:00:21.946Z
7592026-06-05T04:00:21.946ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-06-05T04:00:27.324ZDownload: 258/3076 items 15.8/211.3MB 7% complete (4.9M/s)
7612026-06-05T04:00:32.121ZDownload: 376/3076 items 16.4/211.3MB 7% complete (1.8M/s)
7622026-06-05T04:00:37.132ZDownload: 620/3076 items 17.5/211.3MB 8% complete (166k/s)
7632026-06-05T04:00:42.293ZDownload: 663/3076 items 17.6/211.3MB 8% complete (160k/s)
7642026-06-05T04:00:47.305ZDownload: 714/3076 items 17.7/211.3MB 8% complete (56.8k/s)
7652026-06-05T04:00:52.401ZDownload: 884/3076 items 18.3/211.3MB 8% complete (75.2k/s)
7662026-06-05T04:00:57.868ZDownload: 973/3076 items 82.1/211.3MB 38% complete (6.5M/s)
7672026-06-05T04:01:05.250ZDownload: 978/3076 items 82.1/211.3MB 38% complete (6.3M/s)
7682026-06-05T04:01:10.770ZDownload: 980/3076 items 82.2/211.3MB 38% complete (5.2M/s)
7692026-06-05T04:01:15.811ZDownload: 1555/3076 items 116.9/211.3MB 55% complete (3.9M/s)
7702026-06-05T04:01:20.840ZDownload: 1622/3076 items 117.1/211.3MB 55% complete (3.9M/s)
7712026-06-05T04:01:25.842ZDownload: 1756/3076 items 117.4/211.3MB 55% complete (82.5k/s)
7722026-06-05T04:01:30.844ZDownload: 1963/3076 items 117.8/211.3MB 55% complete (69.5k/s)
7732026-06-05T04:01:36.849ZDownload: 2004/3076 items 117.9/211.3MB 55% complete (72.7k/s)
7742026-06-05T04:01:43.037ZDownload: 2007/3076 items 117.9/211.3MB 55% complete (67.2k/s)
7752026-06-05T04:01:52.946ZDownload: 2008/3076 items 117.9/211.3MB 55% complete
7762026-06-05T04:01:57.949ZDownload: 2212/3076 items 118.8/211.3MB 56% complete (191k/s)
7772026-06-05T04:02:02.963ZDownload: 2656/3076 items 119.9/211.3MB 56% complete (201k/s)
7782026-06-05T04:02:08.202ZDownload: 2951/3076 items 179.0/211.3MB 84% complete (6.0M/s)
7792026-06-05T04:02:14.280ZDownload: 3030/3076 items 201.7/211.3MB 95% complete (8.2M/s)
7802026-06-05T04:02:26.450ZDownload: 3032/3076 items 201.8/211.3MB 95% complete
7812026-06-05T04:02:32.724ZDownload: 3075/3076 items 211.2/211.3MB 99% complete (1.8M/s)
7822026-06-05T04:02:32.742ZDownload: Completed 211.31 MB in 130.81 seconds (1.6M/s)
7832026-06-05T04:02:32.862Z Actions: 1/3418 actions (Installing new actions)
7842026-06-05T04:02:36.006Z Actions: Completed 3418 actions in 3.14 seconds.
7852026-06-05T04:02:36.662Z Done
7862026-06-05T04:02:36.662Z Done
7872026-06-05T04:02:37.399Z Done
7882026-06-05T04:02:40.751Z Done
7892026-06-05T04:02:40.824Z Done
7902026-06-05T04:02:40.827Z Done
7912026-06-05T04:02:41.015Z Done
7922026-06-05T04:02:41.712Z++ set -o errexit
7932026-06-05T04:02:41.712Z++ cargo --version
7942026-06-05T04:02:41.720Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7952026-06-05T04:02:41.723Z++ rustc --version
7962026-06-05T04:02:41.743Zrustc 1.95.0 (59807616e 2026-04-14)
7972026-06-05T04:02:41.746Z++ cargo install cargo-nextest --version 0.9.97
7982026-06-05T04:02:41.799Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7992026-06-05T04:02:41.801Z+ pushd rdb
8002026-06-05T04:02:41.801Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
8012026-06-05T04:02:41.801Z+ PROPTEST_CASES=1000000
8022026-06-05T04:02:41.801Z+ cargo nextest run --lib proptest
8032026-06-05T04:02:41.964Z Updating git repository `https://github.com/oxidecomputer/falcon`
8042026-06-05T04:02:42.538ZFrom https://github.com/oxidecomputer/falcon
8052026-06-05T04:02:42.538Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
8062026-06-05T04:02:42.615Z Updating crates.io index
8072026-06-05T04:02:42.649Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8082026-06-05T04:02:43.566ZFrom https://github.com/oxidecomputer/dendrite
8092026-06-05T04:02:43.566Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
8102026-06-05T04:02:43.656Z Updating git repository `https://github.com/oxidecomputer/ispf`
8112026-06-05T04:02:43.929ZFrom https://github.com/oxidecomputer/ispf
8122026-06-05T04:02:43.929Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8132026-06-05T04:02:43.935Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8142026-06-05T04:02:44.280ZFrom https://github.com/oxidecomputer/netadm-sys
8152026-06-05T04:02:44.280Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8162026-06-05T04:02:44.290Z Updating git repository `https://github.com/oxidecomputer/omicron`
8172026-06-05T04:02:51.924ZFrom https://github.com/oxidecomputer/omicron
8182026-06-05T04:02:51.924Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8192026-06-05T04:02:52.320Z Updating git repository `https://github.com/oxidecomputer/opte`
8202026-06-05T04:02:52.973ZFrom https://github.com/oxidecomputer/opte
8212026-06-05T04:02:52.973Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8222026-06-05T04:02:53.177Z Updating git repository `https://github.com/illumos/smf-rs`
8232026-06-05T04:02:53.450ZFrom https://github.com/illumos/smf-rs
8242026-06-05T04:02:53.450Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8252026-06-05T04:02:53.563Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8262026-06-05T04:02:53.872ZFrom https://github.com/oxidecomputer/network-interface
8272026-06-05T04:02:53.872Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8282026-06-05T04:02:53.905Z Updating git repository `https://github.com/oxidecomputer/zone`
8292026-06-05T04:02:54.164ZFrom https://github.com/oxidecomputer/zone
8302026-06-05T04:02:54.164Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8312026-06-05T04:02:54.320Z Updating git repository `https://github.com/oxidecomputer/propolis`
8322026-06-05T04:02:54.913ZFrom https://github.com/oxidecomputer/propolis
8332026-06-05T04:02:54.913Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8342026-06-05T04:02:55.047Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8352026-06-05T04:02:55.543ZFrom https://github.com/oxidecomputer/transceiver-control
8362026-06-05T04:02:55.543Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8372026-06-05T04:02:55.565Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8382026-06-05T04:02:56.671ZFrom https://github.com/oxidecomputer/dlpi-sys
8392026-06-05T04:02:56.671Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8402026-06-05T04:02:56.677Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8412026-06-05T04:02:57.257ZFrom https://github.com/jmesmon/rust-libzfs
8422026-06-05T04:02:57.257Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8432026-06-05T04:02:57.266Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8442026-06-05T04:02:57.503ZFrom https://github.com/oxidecomputer/rusty-doors
8452026-06-05T04:02:57.504Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8462026-06-05T04:02:57.564Z Updating git repository `https://github.com/oxidecomputer/lldp`
8472026-06-05T04:02:57.868ZFrom https://github.com/oxidecomputer/lldp
8482026-06-05T04:02:57.868Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8492026-06-05T04:02:58.053Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8502026-06-05T04:02:58.329ZFrom https://github.com/oxidecomputer/slog-error-chain
8512026-06-05T04:02:58.329Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8522026-06-05T04:02:58.355Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8532026-06-05T04:02:58.687ZFrom https://github.com/oxidecomputer/tufaceous
8542026-06-05T04:02:58.687Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8552026-06-05T04:02:58.823Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8562026-06-05T04:02:59.278ZFrom https://github.com/oxidecomputer/management-gateway-service
8572026-06-05T04:02:59.278Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8582026-06-05T04:02:59.308Z Updating git repository `https://github.com/oxidecomputer/crucible`
8592026-06-05T04:03:00.091ZFrom https://github.com/oxidecomputer/crucible
8602026-06-05T04:03:00.091Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8612026-06-05T04:03:00.377Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8622026-06-05T04:03:00.631ZFrom https://github.com/oxidecomputer/serde_human_bytes
8632026-06-05T04:03:00.632Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8642026-06-05T04:03:00.919Z Updating git repository `https://github.com/oxidecomputer/propolis`
8652026-06-05T04:03:01.492ZFrom https://github.com/oxidecomputer/propolis
8662026-06-05T04:03:01.492Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8672026-06-05T04:03:01.596Z Updating git repository `https://github.com/oxidecomputer/crucible`
8682026-06-05T04:03:02.080ZFrom https://github.com/oxidecomputer/crucible
8692026-06-05T04:03:02.080Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8702026-06-05T04:03:02.146Z Updating git repository `https://github.com/oxidecomputer/tofino`
8712026-06-05T04:03:02.469ZFrom https://github.com/oxidecomputer/tofino
8722026-06-05T04:03:02.469Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8732026-06-05T04:03:02.497Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8742026-06-05T04:03:03.142ZFrom https://github.com/oxidecomputer/maghemite
8752026-06-05T04:03:03.142Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8762026-06-05T04:03:03.173Z Updating git repository `https://github.com/oxidecomputer/clickward`
8772026-06-05T04:03:03.621ZFrom https://github.com/oxidecomputer/clickward
8782026-06-05T04:03:03.621Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8792026-06-05T04:03:03.660Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8802026-06-05T04:03:03.932ZFrom https://github.com/oxidecomputer/illumos-devinfo
8812026-06-05T04:03:03.932Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8822026-06-05T04:03:04.971Z Downloading crates ...
8832026-06-05T04:03:05.092Z Downloaded crossbeam-deque v0.8.6
8842026-06-05T04:03:05.095Z Downloaded hubpack v0.1.2
8852026-06-05T04:03:05.098Z Downloaded const-oid v0.10.2
8862026-06-05T04:03:05.101Z Downloaded dtrace-parser v0.3.0
8872026-06-05T04:03:05.101Z Downloaded compression-codecs v0.4.38
8882026-06-05T04:03:05.105Z Downloaded data-encoding v2.11.0
8892026-06-05T04:03:05.110Z Downloaded bit-vec v0.8.0
8902026-06-05T04:03:05.110Z Downloaded memmap2 v0.9.10
8912026-06-05T04:03:05.114Z Downloaded git-stub-vcs v0.1.0
8922026-06-05T04:03:05.115Z Downloaded keccak v0.1.6
8932026-06-05T04:03:05.115Z Downloaded crypto-bigint v0.5.5
8942026-06-05T04:03:05.119Z Downloaded num-complex v0.4.6
8952026-06-05T04:03:05.122Z Downloaded newtype-uuid-macros v0.1.0
8962026-06-05T04:03:05.122Z Downloaded libm v0.2.16
8972026-06-05T04:03:05.125Z Downloaded hmac v0.12.1
8982026-06-05T04:03:05.131Z Downloaded highway v1.3.0
8992026-06-05T04:03:05.137Z Downloaded enum-as-inner v0.6.1
9002026-06-05T04:03:05.137Z Downloaded ingot-types v0.1.2
9012026-06-05T04:03:05.137Z Downloaded block-buffer v0.12.0
9022026-06-05T04:03:05.137Z Downloaded embedded-io v0.6.1
9032026-06-05T04:03:05.137Z Downloaded multer v3.1.0
9042026-06-05T04:03:05.140Z Downloaded heck v0.4.1
9052026-06-05T04:03:05.140Z Downloaded argon2 v0.5.3
9062026-06-05T04:03:05.140Z Downloaded match_cfg v0.1.0
9072026-06-05T04:03:05.145Z Downloaded ident_case v1.0.1
9082026-06-05T04:03:05.145Z Downloaded linked-hash-map v0.5.6
9092026-06-05T04:03:05.145Z Downloaded num-integer v0.1.46
9102026-06-05T04:03:05.148Z Downloaded crc8 v0.1.1
9112026-06-05T04:03:05.148Z Downloaded macaddr v1.0.1
9122026-06-05T04:03:05.148Z Downloaded idna_adapter v1.2.2
9132026-06-05T04:03:05.152Z Downloaded group v0.13.0
9142026-06-05T04:03:05.152Z Downloaded num-conv v0.2.2
9152026-06-05T04:03:05.156Z Downloaded fs_extra v1.3.0
9162026-06-05T04:03:05.156Z Downloaded is-terminal v0.4.17
9172026-06-05T04:03:05.156Z Downloaded ipnetwork v0.21.1
9182026-06-05T04:03:05.161Z Downloaded inout v0.1.4
9192026-06-05T04:03:05.161Z Downloaded ff v0.13.1
9202026-06-05T04:03:05.161Z Downloaded foreign-types-macros v0.2.3
9212026-06-05T04:03:05.161Z Downloaded heapless v0.8.0
9222026-06-05T04:03:05.164Z Downloaded float-ord v0.3.2
9232026-06-05T04:03:05.167Z Downloaded num-iter v0.1.45
9242026-06-05T04:03:05.167Z Downloaded hostname v0.3.1
9252026-06-05T04:03:05.172Z Downloaded hickory-resolver v0.25.2
9262026-06-05T04:03:05.172Z Downloaded blake2 v0.10.6
9272026-06-05T04:03:05.175Z Downloaded cobs v0.3.0
9282026-06-05T04:03:05.175Z Downloaded lru-cache v0.1.2
9292026-06-05T04:03:05.175Z Downloaded libscf-sys v1.2.0
9302026-06-05T04:03:05.181Z Downloaded no-std-compat v0.4.1
9312026-06-05T04:03:05.181Z Downloaded instant v0.1.13
9322026-06-05T04:03:05.184Z Downloaded foreign-types-shared v0.3.1
9332026-06-05T04:03:05.184Z Downloaded bit-set v0.8.0
9342026-06-05T04:03:05.184Z Downloaded async-trait v0.1.89
9352026-06-05T04:03:05.184Z Downloaded crucible-workspace-hack v0.1.0
9362026-06-05T04:03:05.189Z Downloaded mime v0.3.17
9372026-06-05T04:03:05.189Z Downloaded dyn-clone v1.0.20
9382026-06-05T04:03:05.193Z Downloaded newline-converter v0.3.0
9392026-06-05T04:03:05.193Z Downloaded fxhash v0.2.1
9402026-06-05T04:03:05.193Z Downloaded fixedbitset v0.4.2
9412026-06-05T04:03:05.194Z Downloaded cstr-argument v0.1.2
9422026-06-05T04:03:05.196Z Downloaded hubpack_derive v0.1.1
9432026-06-05T04:03:05.196Z Downloaded erased-serde v0.3.31
9442026-06-05T04:03:05.196Z Downloaded convert_case v0.4.0
9452026-06-05T04:03:05.197Z Downloaded defmt-parser v1.0.0
9462026-06-05T04:03:05.199Z Downloaded gethostname v0.5.0
9472026-06-05T04:03:05.199Z Downloaded foreign-types v0.5.0
9482026-06-05T04:03:05.204Z Downloaded const-random-macro v0.1.16
9492026-06-05T04:03:05.207Z Downloaded cipher v0.4.4
9502026-06-05T04:03:05.207Z Downloaded num-derive v0.4.2
9512026-06-05T04:03:05.207Z Downloaded linear-map v1.2.0
9522026-06-05T04:03:05.210Z Downloaded daft-derive v0.1.7
9532026-06-05T04:03:05.213Z Downloaded password-hash v0.5.0
9542026-06-05T04:03:05.213Z Downloaded memmap v0.7.0
9552026-06-05T04:03:05.217Z Downloaded natord v1.0.9
9562026-06-05T04:03:05.217Z Downloaded memoffset v0.9.1
9572026-06-05T04:03:05.217Z Downloaded critical-section v1.2.0
9582026-06-05T04:03:05.221Z Downloaded hash32 v0.3.1
9592026-06-05T04:03:05.221Z Downloaded num v0.4.3
9602026-06-05T04:03:05.221Z Downloaded glob v0.3.3
9612026-06-05T04:03:05.229Z Downloaded ingot v0.1.1
9622026-06-05T04:03:05.229Z Downloaded digest v0.11.3
9632026-06-05T04:03:05.229Z Downloaded httpdate v1.0.3
9642026-06-05T04:03:05.248Z Downloaded dunce v1.0.5
9652026-06-05T04:03:05.248Z Downloaded ciborium-io v0.2.2
9662026-06-05T04:03:05.248Z Downloaded drift v0.2.0
9672026-06-05T04:03:05.254Z Downloaded parse-display v0.10.0
9682026-06-05T04:03:05.254Z Downloaded managed v0.8.0
9692026-06-05T04:03:05.254Z Downloaded foldhash v0.2.0
9702026-06-05T04:03:05.254Z Downloaded base16ct v0.2.0
9712026-06-05T04:03:05.254Z Downloaded git-stub v1.0.0
9722026-06-05T04:03:05.254Z Downloaded embedded-io v0.4.0
9732026-06-05T04:03:05.254Z Downloaded console v0.16.3
9742026-06-05T04:03:05.254Z Downloaded omicron-workspace-hack v0.1.0
9752026-06-05T04:03:05.254Z Downloaded backon v1.6.0
9762026-06-05T04:03:05.254Z Downloaded konst_macro_rules v0.2.19
9772026-06-05T04:03:05.254Z Downloaded base16ct v1.0.0
9782026-06-05T04:03:05.255Z Downloaded csv-core v0.1.13
9792026-06-05T04:03:05.255Z Downloaded cpufeatures v0.3.0
9802026-06-05T04:03:05.255Z Downloaded newtype_derive v0.1.6
9812026-06-05T04:03:05.255Z Downloaded hostname v0.4.2
9822026-06-05T04:03:05.262Z Downloaded colored v3.1.1
9832026-06-05T04:03:05.262Z Downloaded chacha20 v0.10.0
9842026-06-05T04:03:05.262Z Downloaded darling v0.23.0
9852026-06-05T04:03:05.265Z Downloaded pem v3.0.6
9862026-06-05T04:03:05.265Z Downloaded fs-err v3.3.0
9872026-06-05T04:03:05.265Z Downloaded arrayref v0.3.9
9882026-06-05T04:03:05.265Z Downloaded libsw v3.5.0
9892026-06-05T04:03:05.265Z Downloaded cookie v0.18.1
9902026-06-05T04:03:05.304Z Downloaded internet-checksum v0.2.1
9912026-06-05T04:03:05.304Z Downloaded crunchy v0.2.4
9922026-06-05T04:03:05.304Z Downloaded plain v0.2.3
9932026-06-05T04:03:05.304Z Downloaded chacha20poly1305 v0.10.1
9942026-06-05T04:03:05.311Z Downloaded displaydoc v0.2.6
9952026-06-05T04:03:05.311Z Downloaded jiff-static v0.2.28
9962026-06-05T04:03:05.312Z Downloaded pretty-hex v0.4.2
9972026-06-05T04:03:05.312Z Downloaded potential_utf v0.1.5
9982026-06-05T04:03:05.312Z Downloaded darling_core v0.21.3
9992026-06-05T04:03:05.312Z Downloaded async-stream v0.3.6
10002026-06-05T04:03:05.312Z Downloaded half v2.7.1
10012026-06-05T04:03:05.312Z Downloaded chacha20 v0.9.1
10022026-06-05T04:03:05.312Z Downloaded proc-macro-error-attr2 v2.0.0
10032026-06-05T04:03:05.312Z Downloaded proc-macro-crate v3.5.0
10042026-06-05T04:03:05.312Z Downloaded proc-macro-crate v1.3.1
10052026-06-05T04:03:05.312Z Downloaded powerfmt v0.2.0
10062026-06-05T04:03:05.312Z Downloaded defmt v0.3.100
10072026-06-05T04:03:05.312Z Downloaded ciborium-ll v0.2.2
10082026-06-05T04:03:05.312Z Downloaded async-compression v0.4.42
10092026-06-05T04:03:05.312Z Downloaded progenitor-client v0.14.0
10102026-06-05T04:03:05.312Z Downloaded proc-macro-error-attr v1.0.4
10112026-06-05T04:03:05.312Z Downloaded dof v0.3.0
10122026-06-05T04:03:05.312Z Downloaded darling_macro v0.23.0
10132026-06-05T04:03:05.312Z Downloaded progenitor v0.14.0
10142026-06-05T04:03:05.312Z Downloaded libsw-core v0.3.2
10152026-06-05T04:03:05.312Z Downloaded dtrace-parser v0.2.0
10162026-06-05T04:03:05.312Z Downloaded dropshot_endpoint v0.17.1
10172026-06-05T04:03:05.312Z Downloaded deranged v0.5.8
10182026-06-05T04:03:05.312Z Downloaded parking_lot_core v0.8.6
10192026-06-05T04:03:05.312Z Downloaded arc-swap v1.9.1
10202026-06-05T04:03:05.320Z Downloaded crossbeam-epoch v0.9.18
10212026-06-05T04:03:05.320Z Downloaded darling v0.21.3
10222026-06-05T04:03:05.320Z Downloaded sha1 v0.10.6
10232026-06-05T04:03:05.320Z Downloaded num_enum_derive v0.5.11
10242026-06-05T04:03:05.320Z Downloaded scroll v0.12.0
10252026-06-05T04:03:05.320Z Downloaded bitflags v1.3.2
10262026-06-05T04:03:05.325Z Downloaded csv v1.4.0
10272026-06-05T04:03:05.328Z Downloaded paste v1.0.15
10282026-06-05T04:03:05.332Z Downloaded litemap v0.8.2
10292026-06-05T04:03:05.334Z Downloaded parse-display-derive v0.10.0
10302026-06-05T04:03:05.334Z Downloaded icu_collections v2.2.0
10312026-06-05T04:03:05.337Z Downloaded rand_chacha v0.3.1
10322026-06-05T04:03:05.337Z Downloaded cargo_toml v0.22.3
10332026-06-05T04:03:05.341Z Downloaded omicron-zone-package v0.12.2
10342026-06-05T04:03:05.341Z Downloaded defmt v1.1.0
10352026-06-05T04:03:05.344Z Downloaded num_enum_derive v0.7.6
10362026-06-05T04:03:05.344Z Downloaded num_threads v0.1.7
10372026-06-05T04:03:05.348Z Downloaded defmt-macros v1.1.0
10382026-06-05T04:03:05.348Z Downloaded rhai_codegen v3.2.0
10392026-06-05T04:03:05.351Z Downloaded proc-macro-error2 v2.0.1
10402026-06-05T04:03:05.354Z Downloaded poly1305 v0.8.0
10412026-06-05T04:03:05.357Z Downloaded derive-ex v0.1.8
10422026-06-05T04:03:05.357Z Downloaded phf v0.12.1
10432026-06-05T04:03:05.357Z Downloaded same-file v1.0.6
10442026-06-05T04:03:05.362Z Downloaded elliptic-curve v0.13.8
10452026-06-05T04:03:05.362Z Downloaded rustc_version v0.1.7
10462026-06-05T04:03:05.367Z Downloaded arrayvec v0.7.6
10472026-06-05T04:03:05.367Z Downloaded dof v0.4.0
10482026-06-05T04:03:05.367Z Downloaded cancel-safe-futures v0.1.5
10492026-06-05T04:03:05.367Z Downloaded slog-term v2.9.2
10502026-06-05T04:03:05.374Z Downloaded thread-id v4.2.2
10512026-06-05T04:03:05.374Z Downloaded sha1 v0.11.0
10522026-06-05T04:03:05.374Z Downloaded progenitor-extras v0.2.0
10532026-06-05T04:03:05.374Z Downloaded num_enum v0.5.11
10542026-06-05T04:03:05.378Z Downloaded serial_test_derive v3.5.0
10552026-06-05T04:03:05.378Z Downloaded const_format v0.2.36
10562026-06-05T04:03:05.378Z Downloaded proc-macro-error v1.0.4
10572026-06-05T04:03:05.381Z Downloaded ciborium v0.2.2
10582026-06-05T04:03:05.381Z Downloaded derive_more v0.99.20
10592026-06-05T04:03:05.384Z Downloaded siphasher v1.0.3
10602026-06-05T04:03:05.384Z Downloaded schemars v1.2.1
10612026-06-05T04:03:05.390Z Downloaded thiserror-no-std v2.0.2
10622026-06-05T04:03:05.395Z Downloaded blake3 v1.8.5
10632026-06-05T04:03:05.400Z Downloaded papergrid v0.18.0
10642026-06-05T04:03:05.406Z Downloaded icu_normalizer v2.2.0
10652026-06-05T04:03:05.406Z Downloaded usdt v0.6.0
10662026-06-05T04:03:05.406Z Downloaded dropshot-api-manager v0.7.2
10672026-06-05T04:03:05.410Z Downloaded strum v0.27.2
10682026-06-05T04:03:05.411Z Downloaded stable_deref_trait v1.2.1
10692026-06-05T04:03:05.411Z Downloaded hybrid-array v0.4.12
10702026-06-05T04:03:05.411Z Downloaded tabled_derive v0.11.0
10712026-06-05T04:03:05.411Z Downloaded base64 v0.21.7
10722026-06-05T04:03:05.414Z Downloaded pest_generator v2.8.6
10732026-06-05T04:03:05.414Z Downloaded pest_derive v2.8.6
10742026-06-05T04:03:05.418Z Downloaded aws-lc-rs v1.17.0
10752026-06-05T04:03:05.422Z Downloaded wait-timeout v0.2.1
10762026-06-05T04:03:05.422Z Downloaded schemars_derive v0.8.22
10772026-06-05T04:03:05.425Z Downloaded serde_tokenstream v0.2.3
10782026-06-05T04:03:05.425Z Downloaded strum v0.26.3
10792026-06-05T04:03:05.425Z Downloaded testing_table v0.3.0
10802026-06-05T04:03:05.425Z Downloaded tabled_derive v0.7.0
10812026-06-05T04:03:05.425Z Downloaded rand_xorshift v0.4.0
10822026-06-05T04:03:05.431Z Downloaded serde_repr v0.1.20
10832026-06-05T04:03:05.431Z Downloaded rusty-fork v0.3.1
10842026-06-05T04:03:05.431Z Downloaded rustls-pemfile v2.2.0
10852026-06-05T04:03:05.435Z Downloaded papergrid v0.11.0
10862026-06-05T04:03:05.435Z Downloaded itertools v0.12.1
10872026-06-05T04:03:05.440Z Downloaded indexmap v1.9.3
10882026-06-05T04:03:05.440Z Downloaded icu_provider v2.2.0
10892026-06-05T04:03:05.440Z Downloaded num_enum v0.7.6
10902026-06-05T04:03:05.446Z Downloaded rustls-native-certs v0.8.4
10912026-06-05T04:03:05.446Z Downloaded smawk v0.3.2
10922026-06-05T04:03:05.446Z Downloaded resolv-conf v0.7.6
10932026-06-05T04:03:05.446Z Downloaded progenitor v0.10.0
10942026-06-05T04:03:05.446Z Downloaded slog-dtrace v0.3.0
10952026-06-05T04:03:05.450Z Downloaded const_format_proc_macros v0.2.34
10962026-06-05T04:03:05.450Z Downloaded dropshot v0.17.1
10972026-06-05T04:03:05.459Z Downloaded topological-sort v0.2.2
10982026-06-05T04:03:05.463Z Downloaded dropshot-api-manager-types v0.7.2
10992026-06-05T04:03:05.463Z Downloaded smartstring v1.0.1
11002026-06-05T04:03:05.463Z Downloaded serde_plain v1.0.2
11012026-06-05T04:03:05.463Z Downloaded serial_test v3.5.0
11022026-06-05T04:03:05.467Z Downloaded quick-error v1.2.3
11032026-06-05T04:03:05.467Z Downloaded oxide-tokio-rt v0.1.6
11042026-06-05T04:03:05.467Z Downloaded icu_properties v2.2.0
11052026-06-05T04:03:05.471Z Downloaded usdt-attr-macro v0.6.0
11062026-06-05T04:03:05.471Z Downloaded usdt-attr-macro v0.5.0
11072026-06-05T04:03:05.471Z Downloaded unit-prefix v0.5.2
11082026-06-05T04:03:05.471Z Downloaded slog-json v2.6.1
11092026-06-05T04:03:05.471Z Downloaded progenitor-macro v0.10.0
11102026-06-05T04:03:05.476Z Downloaded darling_macro v0.21.3
11112026-06-05T04:03:05.476Z Downloaded crossbeam-utils v0.8.21
11122026-06-05T04:03:05.476Z Downloaded ref-cast v1.0.25
11132026-06-05T04:03:05.476Z Downloaded indicatif v0.18.4
11142026-06-05T04:03:05.486Z Downloaded icu_locale_core v2.2.0
11152026-06-05T04:03:05.486Z Downloaded universal-hash v0.5.1
11162026-06-05T04:03:05.501Z Downloaded usdt-macro v0.5.0
11172026-06-05T04:03:05.501Z Downloaded rustversion v1.0.22
11182026-06-05T04:03:05.501Z Downloaded minimal-lexical v0.2.1
11192026-06-05T04:03:05.501Z Downloaded parking_lot v0.11.2
11202026-06-05T04:03:05.501Z Downloaded slog-stdlog v4.1.1
11212026-06-05T04:03:05.501Z Downloaded strum_macros v0.26.4
11222026-06-05T04:03:05.501Z Downloaded scroll v0.13.0
11232026-06-05T04:03:05.501Z Downloaded olpc-cjson v0.1.4
11242026-06-05T04:03:05.501Z Downloaded konst v0.2.20
11252026-06-05T04:03:05.506Z Downloaded yoke-derive v0.8.2
11262026-06-05T04:03:05.506Z Downloaded ucd-trie v0.1.7
11272026-06-05T04:03:05.506Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11282026-06-05T04:03:05.506Z Downloaded tiny-keccak v2.0.2
11292026-06-05T04:03:05.506Z Downloaded progenitor-impl v0.14.0
11302026-06-05T04:03:05.506Z Downloaded progenitor-impl v0.13.0
11312026-06-05T04:03:05.506Z Downloaded progenitor-client v0.10.0
11322026-06-05T04:03:05.515Z Downloaded opaque-debug v0.3.1
11332026-06-05T04:03:05.515Z Downloaded semver v0.1.20
11342026-06-05T04:03:05.516Z Downloaded icu_normalizer_data v2.2.0
11352026-06-05T04:03:05.516Z Downloaded scroll_derive v0.12.1
11362026-06-05T04:03:05.516Z Downloaded rand_core v0.10.1
11372026-06-05T04:03:05.516Z Downloaded zeroize_derive v1.4.3
11382026-06-05T04:03:05.516Z Downloaded zerofrom-derive v0.1.7
11392026-06-05T04:03:05.519Z Downloaded zerofrom v0.1.8
11402026-06-05T04:03:05.519Z Downloaded darling_core v0.23.0
11412026-06-05T04:03:05.519Z Downloaded zone v0.3.1
11422026-06-05T04:03:05.519Z Downloaded byte-wrapper v0.1.0
11432026-06-05T04:03:05.519Z Downloaded spin v0.9.8
11442026-06-05T04:03:05.519Z Downloaded snafu-derive v0.8.9
11452026-06-05T04:03:05.519Z Downloaded tokio-dtrace v0.1.1
11462026-06-05T04:03:05.519Z Downloaded zone_cfg_derive v0.3.1
11472026-06-05T04:03:05.519Z Downloaded postcard v1.1.3
11482026-06-05T04:03:05.523Z Downloaded utf-8 v0.7.6
11492026-06-05T04:03:05.523Z Downloaded hickory-resolver v0.24.4
11502026-06-05T04:03:05.526Z Downloaded pretty_assertions v1.4.1
11512026-06-05T04:03:05.526Z Downloaded slog-async v2.8.0
11522026-06-05T04:03:05.526Z Downloaded pest_meta v2.8.6
11532026-06-05T04:03:05.536Z Downloaded backoff v0.4.0
11542026-06-05T04:03:05.536Z Downloaded whoami v1.6.1
11552026-06-05T04:03:05.536Z Downloaded usdt-impl v0.5.0
11562026-06-05T04:03:05.536Z Downloaded thin-vec v0.2.18
11572026-06-05T04:03:05.536Z Downloaded strum_macros v0.27.2
11582026-06-05T04:03:05.536Z Downloaded waitgroup v0.1.2
11592026-06-05T04:03:05.539Z Downloaded serde_with_macros v3.20.0
11602026-06-05T04:03:05.540Z Downloaded spin v0.5.2
11612026-06-05T04:03:05.540Z Downloaded progenitor-impl v0.10.0
11622026-06-05T04:03:05.540Z Downloaded rayon-core v1.13.0
11632026-06-05T04:03:05.540Z Downloaded sigpipe v0.1.3
11642026-06-05T04:03:05.540Z Downloaded serde_yaml v0.9.34+deprecated
11652026-06-05T04:03:05.545Z Downloaded xz2 v0.1.7
11662026-06-05T04:03:05.545Z Downloaded walkdir v2.5.0
11672026-06-05T04:03:05.546Z Downloaded hashbrown v0.12.3
11682026-06-05T04:03:05.554Z Downloaded serde_derive_internals v0.29.1
11692026-06-05T04:03:05.554Z Downloaded serde-big-array v0.5.1
11702026-06-05T04:03:05.554Z Downloaded oxnet v0.1.6
11712026-06-05T04:03:05.554Z Downloaded tagptr v0.2.0
11722026-06-05T04:03:05.554Z Downloaded untrusted v0.7.1
11732026-06-05T04:03:05.554Z Downloaded thread-id v5.1.0
11742026-06-05T04:03:05.564Z Downloaded diff v0.1.13
11752026-06-05T04:03:05.564Z Downloaded byteorder v1.5.0
11762026-06-05T04:03:05.564Z Downloaded bytecount v0.6.9
11772026-06-05T04:03:05.564Z Downloaded aead v0.5.2
11782026-06-05T04:03:05.564Z Downloaded num-rational v0.4.2
11792026-06-05T04:03:05.564Z Downloaded daft v0.1.7
11802026-06-05T04:03:05.564Z Downloaded tinystr v0.8.3
11812026-06-05T04:03:05.564Z Downloaded slog-scope v4.4.1
11822026-06-05T04:03:05.565Z Downloaded crossbeam-channel v0.5.15
11832026-06-05T04:03:05.568Z Downloaded constant_time_eq v0.4.2
11842026-06-05T04:03:05.568Z Downloaded cmake v0.1.58
11852026-06-05T04:03:05.568Z Downloaded termtree v0.5.1
11862026-06-05T04:03:05.568Z Downloaded tabwriter v1.4.1
11872026-06-05T04:03:05.568Z Downloaded schemars v0.9.0
11882026-06-05T04:03:05.572Z Downloaded writeable v0.6.3
11892026-06-05T04:03:05.572Z Downloaded expectorate v1.2.0
11902026-06-05T04:03:05.572Z Downloaded yoke v0.8.3
11912026-06-05T04:03:05.576Z Downloaded vsss-rs v3.3.4
11922026-06-05T04:03:05.577Z Downloaded time-macros v0.2.27
11932026-06-05T04:03:05.584Z Downloaded zerovec-derive v0.11.3
11942026-06-05T04:03:05.584Z Downloaded rand v0.8.6
11952026-06-05T04:03:05.584Z Downloaded smf v0.2.3
11962026-06-05T04:03:05.584Z Downloaded usdt-macro v0.6.0
11972026-06-05T04:03:05.584Z Downloaded structmeta v0.3.0
11982026-06-05T04:03:05.584Z Downloaded secrecy v0.10.3
11992026-06-05T04:03:05.584Z Downloaded zerocopy-derive v0.7.35
12002026-06-05T04:03:05.593Z Downloaded tungstenite v0.21.0
12012026-06-05T04:03:05.593Z Downloaded typify-macro v0.4.3
12022026-06-05T04:03:05.593Z Downloaded slog-bunyan v2.5.0
12032026-06-05T04:03:05.593Z Downloaded prettyplease v0.2.37
12042026-06-05T04:03:05.599Z Downloaded typify v0.4.3
12052026-06-05T04:03:05.599Z Downloaded snafu v0.8.9
12062026-06-05T04:03:05.599Z Downloaded schemars v0.8.22
12072026-06-05T04:03:05.602Z Downloaded rand v0.10.1
12082026-06-05T04:03:05.602Z Downloaded async-stream-impl v0.3.6
12092026-06-05T04:03:05.602Z Downloaded crypto-common v0.2.2
12102026-06-05T04:03:05.602Z Downloaded const-random v0.1.18
12112026-06-05T04:03:05.609Z Downloaded bs58 v0.5.1
12122026-06-05T04:03:05.609Z Downloaded allocator-api2 v0.2.21
12132026-06-05T04:03:05.609Z Downloaded typify v0.6.2
12142026-06-05T04:03:05.609Z Downloaded pest v2.8.6
12152026-06-05T04:03:05.613Z Downloaded synstructure v0.13.2
12162026-06-05T04:03:05.613Z Downloaded similar v2.7.0
12172026-06-05T04:03:05.613Z Downloaded rustls-platform-verifier v0.7.0
12182026-06-05T04:03:05.618Z Downloaded bcs v0.1.6
12192026-06-05T04:03:05.618Z Downloaded compression-core v0.4.32
12202026-06-05T04:03:05.618Z Downloaded qorb v0.4.1
12212026-06-05T04:03:05.621Z Downloaded async-recursion v1.1.1
12222026-06-05T04:03:05.621Z Downloaded nom v7.1.3
12232026-06-05T04:03:05.626Z Downloaded nom v8.0.0
12242026-06-05T04:03:05.633Z Downloaded ingot-macros v0.1.1
12252026-06-05T04:03:05.633Z Downloaded yansi v1.0.1
12262026-06-05T04:03:05.633Z Downloaded anyhow v1.0.102
12272026-06-05T04:03:05.637Z Downloaded tokio-tungstenite v0.21.0
12282026-06-05T04:03:05.637Z Downloaded test-strategy v0.4.5
12292026-06-05T04:03:05.637Z Downloaded zerocopy-derive v0.8.50
12302026-06-05T04:03:05.646Z Downloaded hashbrown v0.16.1
12312026-06-05T04:03:05.649Z Downloaded toml_edit v0.25.12+spec-1.1.0
12322026-06-05T04:03:05.649Z Downloaded zerotrie v0.2.4
12332026-06-05T04:03:05.649Z Downloaded toml_edit v0.19.15
12342026-06-05T04:03:05.660Z Downloaded phf_shared v0.12.1
12352026-06-05T04:03:05.664Z Downloaded hkdf v0.12.4
12362026-06-05T04:03:05.664Z Downloaded typed-path v0.9.3
12372026-06-05T04:03:05.667Z Downloaded icu_properties_data v2.2.0
12382026-06-05T04:03:05.671Z Downloaded unsafe-libyaml v0.2.11
12392026-06-05T04:03:05.677Z Downloaded steno v0.4.1
12402026-06-05T04:03:05.683Z Downloaded goblin v0.8.2
12412026-06-05T04:03:05.700Z Downloaded ref-cast-impl v1.0.25
12422026-06-05T04:03:05.703Z Downloaded tough v0.22.0
12432026-06-05T04:03:05.703Z Downloaded iddqd v0.4.2
12442026-06-05T04:03:05.706Z Downloaded structmeta-derive v0.3.0
12452026-06-05T04:03:05.706Z Downloaded rayon v1.12.0
12462026-06-05T04:03:05.710Z Downloaded zerocopy v0.7.35
12472026-06-05T04:03:05.719Z Downloaded usdt v0.5.0
12482026-06-05T04:03:05.723Z Downloaded typify-macro v0.6.2
12492026-06-05T04:03:05.723Z Downloaded time-core v0.1.8
12502026-06-05T04:03:05.724Z Downloaded thiserror-impl-no-std v2.0.2
12512026-06-05T04:03:05.724Z Downloaded take_mut v0.2.2
12522026-06-05T04:03:05.724Z Downloaded slog-envlogger v2.2.0
12532026-06-05T04:03:05.724Z Downloaded scroll_derive v0.13.1
12542026-06-05T04:03:05.724Z Downloaded progenitor-client v0.13.0
12552026-06-05T04:03:05.724Z Downloaded progenitor v0.13.0
12562026-06-05T04:03:05.731Z Downloaded moka v0.12.15
12572026-06-05T04:03:05.731Z Downloaded progenitor-macro v0.14.0
12582026-06-05T04:03:05.737Z Downloaded usdt-impl v0.6.0
12592026-06-05T04:03:05.737Z Downloaded progenitor-macro v0.13.0
12602026-06-05T04:03:05.737Z Downloaded serde_with v3.20.0
12612026-06-05T04:03:05.737Z Downloaded unarray v0.1.4
12622026-06-05T04:03:05.741Z Downloaded proptest v1.11.0
12632026-06-05T04:03:05.753Z Downloaded term v1.2.1
12642026-06-05T04:03:05.762Z Downloaded winnow v0.5.40
12652026-06-05T04:03:05.763Z Downloaded toml v0.9.12+spec-1.1.0
12662026-06-05T04:03:05.766Z Downloaded zerovec v0.11.6
12672026-06-05T04:03:05.766Z Downloaded typify-impl v0.6.2
12682026-06-05T04:03:05.775Z Downloaded reqwest v0.13.4
12692026-06-05T04:03:05.778Z Downloaded hickory-proto v0.25.2
12702026-06-05T04:03:05.778Z Downloaded slog v2.8.2
12712026-06-05T04:03:05.786Z Downloaded tabled v0.21.0
12722026-06-05T04:03:05.790Z Downloaded goblin v0.10.7
12732026-06-05T04:03:05.793Z Downloaded nix v0.31.3
12742026-06-05T04:03:05.799Z Downloaded toml v0.7.8
12752026-06-05T04:03:05.802Z Downloaded tabled v0.15.0
12762026-06-05T04:03:05.808Z Downloaded hickory-proto v0.24.4
12772026-06-05T04:03:05.815Z Downloaded time v0.3.47
12782026-06-05T04:03:05.822Z Downloaded regress v0.10.5
12792026-06-05T04:03:05.826Z Downloaded openapiv3 v2.2.0
12802026-06-05T04:03:05.831Z Downloaded smoltcp v0.11.0
12812026-06-05T04:03:05.837Z Downloaded regress v0.11.1
12822026-06-05T04:03:05.843Z Downloaded rhai v1.25.1
12832026-06-05T04:03:05.848Z Downloaded chrono-tz v0.10.4
12842026-06-05T04:03:05.857Z Downloaded syn v1.0.109
12852026-06-05T04:03:05.863Z Downloaded sled v0.34.7
12862026-06-05T04:03:05.868Z Downloaded typify-impl v0.4.3
12872026-06-05T04:03:05.905Z Downloaded lzma-sys v0.1.20
12882026-06-05T04:03:05.921Z Downloaded petgraph v0.6.5
12892026-06-05T04:03:05.944Z Downloaded jiff v0.2.28
12902026-06-05T04:03:05.987Z Downloaded sha3 v0.10.9
12912026-06-05T04:03:05.996Z Downloaded encoding_rs v0.8.35
12922026-06-05T04:03:06.478Z Downloaded aws-lc-sys v0.41.0
12932026-06-05T04:03:07.461Z Compiling proc-macro2 v1.0.106
12942026-06-05T04:03:07.461Z Compiling quote v1.0.45
12952026-06-05T04:03:07.461Z Compiling unicode-ident v1.0.24
12962026-06-05T04:03:07.461Z Compiling serde_core v1.0.228
12972026-06-05T04:03:07.465Z Compiling cfg-if v1.0.4
12982026-06-05T04:03:07.465Z Compiling serde v1.0.228
12992026-06-05T04:03:07.465Z Compiling libc v0.2.186
13002026-06-05T04:03:07.465Z Compiling memchr v2.8.1
13012026-06-05T04:03:07.632Z Compiling itoa v1.0.18
13022026-06-05T04:03:07.820Z Compiling smallvec v1.15.1
13032026-06-05T04:03:07.917Z Compiling zmij v1.0.21
13042026-06-05T04:03:07.937Z Compiling autocfg v1.5.1
13052026-06-05T04:03:08.031Z Compiling libm v0.2.16
13062026-06-05T04:03:08.276Z Compiling stable_deref_trait v1.2.1
13072026-06-05T04:03:08.290Z Compiling litemap v0.8.2
13082026-06-05T04:03:08.346Z Compiling percent-encoding v2.3.2
13092026-06-05T04:03:08.461Z Compiling writeable v0.6.3
13102026-06-05T04:03:08.474Z Compiling icu_normalizer_data v2.2.0
13112026-06-05T04:03:08.483Z Compiling utf8_iter v1.0.4
13122026-06-05T04:03:08.527Z Compiling icu_properties_data v2.2.0
13132026-06-05T04:03:08.540Z Compiling iana-time-zone v0.1.65
13142026-06-05T04:03:08.660Z Compiling equivalent v1.0.2
13152026-06-05T04:03:08.750Z Compiling form_urlencoded v1.2.2
13162026-06-05T04:03:08.758Z Compiling version_check v0.9.5
13172026-06-05T04:03:08.795Z Compiling syn v2.0.117
13182026-06-05T04:03:08.913Z Compiling pin-project-lite v0.2.17
13192026-06-05T04:03:08.916Z Compiling serde_json v1.0.150
13202026-06-05T04:03:08.921Z Compiling parking_lot_core v0.9.12
13212026-06-05T04:03:08.977Z Compiling scopeguard v1.2.0
13222026-06-05T04:03:09.035Z Compiling dyn-clone v1.0.20
13232026-06-05T04:03:09.035Z Compiling num-traits v0.2.19
13242026-06-05T04:03:09.080Z Compiling lock_api v0.4.14
13252026-06-05T04:03:09.180Z Compiling log v0.4.32
13262026-06-05T04:03:09.220Z Compiling hashbrown v0.17.1
13272026-06-05T04:03:09.248Z Compiling thiserror v2.0.18
13282026-06-05T04:03:09.311Z Compiling getrandom v0.4.2
13292026-06-05T04:03:09.367Z Compiling rand_core v0.10.1
13302026-06-05T04:03:09.524Z Compiling errno v0.3.14
13312026-06-05T04:03:09.545Z Compiling futures-core v0.3.32
13322026-06-05T04:03:09.605Z Compiling semver v1.0.28
13332026-06-05T04:03:09.765Z Compiling indexmap v2.14.0
13342026-06-05T04:03:09.870Z Compiling heck v0.5.0
13352026-06-05T04:03:09.884Z Compiling zerocopy v0.8.50
13362026-06-05T04:03:09.933Z Compiling futures-sink v0.3.32
13372026-06-05T04:03:10.084Z Compiling uuid v1.23.2
13382026-06-05T04:03:10.107Z Compiling slab v0.4.12
13392026-06-05T04:03:10.159Z Compiling jobserver v0.1.34
13402026-06-05T04:03:10.279Z Compiling fnv v1.0.7
13412026-06-05T04:03:10.369Z Compiling find-msvc-tools v0.1.9
13422026-06-05T04:03:10.384Z Compiling shlex v2.0.1
13432026-06-05T04:03:10.418Z Compiling schemars v0.8.22
13442026-06-05T04:03:10.474Z Compiling futures-channel v0.3.32
13452026-06-05T04:03:10.504Z Compiling rustversion v1.0.22
13462026-06-05T04:03:10.559Z Compiling cc v1.2.63
13472026-06-05T04:03:10.604Z Compiling futures-io v0.3.32
13482026-06-05T04:03:10.682Z Compiling futures-task v0.3.32
13492026-06-05T04:03:10.762Z Compiling socket2 v0.6.4
13502026-06-05T04:03:10.787Z Compiling signal-hook-registry v1.4.8
13512026-06-05T04:03:10.855Z Compiling bitflags v2.12.1
13522026-06-05T04:03:11.063Z Compiling parking_lot v0.12.5
13532026-06-05T04:03:11.074Z Compiling mio v1.2.1
13542026-06-05T04:03:11.136Z Compiling portable-atomic v1.13.1
13552026-06-05T04:03:11.136Z Compiling dunce v1.0.5
13562026-06-05T04:03:11.244Z Compiling typenum v1.20.1
13572026-06-05T04:03:11.291Z Compiling fs_extra v1.3.0
13582026-06-05T04:03:11.475Z Compiling cmake v0.1.58
13592026-06-05T04:03:11.511Z Compiling critical-section v1.2.0
13602026-06-05T04:03:11.539Z Compiling base64 v0.22.1
13612026-06-05T04:03:11.581Z Compiling synstructure v0.13.2
13622026-06-05T04:03:11.604Z Compiling serde_derive_internals v0.29.1
13632026-06-05T04:03:11.818Z Compiling byteorder v1.5.0
13642026-06-05T04:03:11.841Z Compiling aws-lc-sys v0.41.0
13652026-06-05T04:03:11.874Z Compiling subtle v2.6.1
13662026-06-05T04:03:12.048Z Compiling regex-syntax v0.8.10
13672026-06-05T04:03:12.051Z Compiling slog v2.8.2
13682026-06-05T04:03:12.051Z Compiling strsim v0.11.1
13692026-06-05T04:03:12.085Z Compiling once_cell v1.21.4
13702026-06-05T04:03:12.182Z Compiling rustix v1.1.4
13712026-06-05T04:03:12.304Z Compiling httparse v1.10.1
13722026-06-05T04:03:12.318Z Compiling ipnet v2.12.0
13732026-06-05T04:03:12.370Z Compiling atomic-waker v1.1.2
13742026-06-05T04:03:12.481Z Compiling tower-service v0.3.3
13752026-06-05T04:03:12.494Z Compiling tower-layer v0.3.3
13762026-06-05T04:03:12.576Z Compiling getrandom v0.2.17
13772026-06-05T04:03:12.666Z Compiling untrusted v0.9.0
13782026-06-05T04:03:12.756Z Compiling try-lock v0.2.5
13792026-06-05T04:03:12.770Z Compiling thiserror v1.0.69
13802026-06-05T04:03:12.780Z Compiling ucd-trie v0.1.7
13812026-06-05T04:03:12.794Z Compiling serde_derive v1.0.228
13822026-06-05T04:03:12.851Z Compiling zerofrom-derive v0.1.7
13832026-06-05T04:03:12.862Z Compiling yoke-derive v0.8.2
13842026-06-05T04:03:13.026Z Compiling zerovec-derive v0.11.3
13852026-06-05T04:03:13.073Z Compiling displaydoc v0.2.6
13862026-06-05T04:03:13.084Z Compiling schemars_derive v0.8.22
13872026-06-05T04:03:13.877Z Compiling tokio-macros v2.7.0
13882026-06-05T04:03:13.985Z Compiling thiserror-impl v2.0.18
13892026-06-05T04:03:14.069Z Compiling zerofrom v0.1.8
13902026-06-05T04:03:14.142Z Compiling zerocopy-derive v0.8.50
13912026-06-05T04:03:14.190Z Compiling yoke v0.8.3
13922026-06-05T04:03:14.280Z Compiling zeroize_derive v1.4.3
13932026-06-05T04:03:14.373Z Compiling zerovec v0.11.6
13942026-06-05T04:03:14.633Z Compiling zerotrie v0.2.4
13952026-06-05T04:03:14.675Z Compiling futures-macro v0.3.32
13962026-06-05T04:03:14.897Z Compiling tinystr v0.8.3
13972026-06-05T04:03:14.927Z Compiling potential_utf v0.1.5
13982026-06-05T04:03:14.962Z Compiling zeroize v1.8.2
13992026-06-05T04:03:15.091Z Compiling icu_locale_core v2.2.0
14002026-06-05T04:03:15.104Z Compiling icu_collections v2.2.0
14012026-06-05T04:03:15.164Z Compiling ryu v1.0.23
14022026-06-05T04:03:15.339Z Compiling pest v2.8.6
14032026-06-05T04:03:15.473Z Compiling want v0.3.1
14042026-06-05T04:03:15.499Z Compiling futures-util v0.3.32
14052026-06-05T04:03:15.619Z Compiling thiserror-impl v1.0.69
14062026-06-05T04:03:15.639Z Compiling rand_core v0.6.4
14072026-06-05T04:03:15.867Z Compiling bytes v1.11.1
14082026-06-05T04:03:15.928Z Compiling icu_provider v2.2.0
14092026-06-05T04:03:16.212Z Compiling icu_normalizer v2.2.0
14102026-06-05T04:03:16.256Z Compiling icu_properties v2.2.0
14112026-06-05T04:03:16.547Z Compiling chrono v0.4.45
14122026-06-05T04:03:16.657Z Compiling http v1.4.1
14132026-06-05T04:03:16.805Z Compiling tokio v1.52.3
14142026-06-05T04:03:16.834Z Compiling serde_tokenstream v0.2.3
14152026-06-05T04:03:17.116Z Compiling erased-serde v0.3.31
14162026-06-05T04:03:17.446Z Compiling idna_adapter v1.2.2
14172026-06-05T04:03:17.586Z Compiling idna v1.1.0
14182026-06-05T04:03:17.606Z Compiling http-body v1.0.1
14192026-06-05T04:03:17.757Z Compiling httpdate v1.0.3
14202026-06-05T04:03:17.930Z Compiling url v2.5.8
14212026-06-05T04:03:18.001Z Compiling pest_meta v2.8.6
14222026-06-05T04:03:18.036Z Compiling getrandom v0.3.4
14232026-06-05T04:03:18.048Z Compiling pretty-hex v0.4.2
14242026-06-05T04:03:18.183Z Compiling plain v0.2.3
14252026-06-05T04:03:18.296Z Compiling ppv-lite86 v0.2.21
14262026-06-05T04:03:18.341Z Compiling paste v1.0.15
14272026-06-05T04:03:18.479Z Compiling foldhash v0.2.0
14282026-06-05T04:03:18.613Z Compiling pest_generator v2.8.6
14292026-06-05T04:03:18.638Z Compiling allocator-api2 v0.2.21
14302026-06-05T04:03:18.760Z Compiling tracing-attributes v0.1.31
14312026-06-05T04:03:18.780Z Compiling tracing-core v0.1.36
14322026-06-05T04:03:18.952Z Compiling hashbrown v0.16.1
14332026-06-05T04:03:19.209Z Compiling ipnetwork v0.21.1
14342026-06-05T04:03:19.264Z Compiling pest_derive v2.8.6
14352026-06-05T04:03:19.388Z Compiling ident_case v1.0.1
14362026-06-05T04:03:19.506Z Compiling omicron-workspace-hack v0.1.0
14372026-06-05T04:03:19.647Z Compiling http-body-util v0.1.3
14382026-06-05T04:03:19.751Z Compiling serde_urlencoded v0.7.1
14392026-06-05T04:03:19.821Z Compiling aho-corasick v1.1.4
14402026-06-05T04:03:19.893Z Compiling sync_wrapper v1.0.2
14412026-06-05T04:03:19.902Z Compiling winnow v1.0.3
14422026-06-05T04:03:19.966Z Compiling tracing v0.1.44
14432026-06-05T04:03:19.990Z Compiling oxnet v0.1.6
14442026-06-05T04:03:19.990Z Compiling daft-derive v0.1.7
14452026-06-05T04:03:20.205Z Compiling fastrand v2.4.1
14462026-06-05T04:03:20.460Z Compiling tokio-util v0.7.18
14472026-06-05T04:03:20.475Z Compiling scroll_derive v0.13.1
14482026-06-05T04:03:20.781Z Compiling regex-automata v0.4.14
14492026-06-05T04:03:20.966Z Compiling async-trait v0.1.89
14502026-06-05T04:03:21.213Z Compiling time-core v0.1.8
14512026-06-05T04:03:21.259Z Compiling anyhow v1.0.102
14522026-06-05T04:03:21.331Z Compiling powerfmt v0.2.0
14532026-06-05T04:03:21.358Z Compiling num-conv v0.2.2
14542026-06-05T04:03:21.518Z Compiling aws-lc-rs v1.17.0
14552026-06-05T04:03:21.550Z Compiling time-macros v0.2.27
14562026-06-05T04:03:21.820Z Compiling deranged v0.5.8
14572026-06-05T04:03:21.846Z Compiling scroll v0.13.0
14582026-06-05T04:03:21.972Z Compiling rustls-pki-types v1.14.1
14592026-06-05T04:03:22.105Z Compiling openssl-probe v0.2.1
14602026-06-05T04:03:22.350Z Compiling num_threads v0.1.7
14612026-06-05T04:03:22.411Z Compiling hex v0.4.3
14622026-06-05T04:03:22.465Z Compiling goblin v0.10.7
14632026-06-05T04:03:22.554Z Compiling regex v1.12.3
14642026-06-05T04:03:23.033Z Compiling untrusted v0.7.1
14652026-06-05T04:03:23.135Z Compiling camino v1.2.2
14662026-06-05T04:03:23.282Z Compiling crc32fast v1.5.0
14672026-06-05T04:03:23.330Z Compiling usdt-impl v0.6.0
14682026-06-05T04:03:23.367Z Compiling rustls v0.23.40
14692026-06-05T04:03:23.617Z Compiling h2 v0.4.14
14702026-06-05T04:03:23.635Z Compiling dtrace-parser v0.3.0
14712026-06-05T04:03:23.746Z Compiling crossbeam-utils v0.8.21
14722026-06-05T04:03:24.079Z Compiling futures-executor v0.3.32
14732026-06-05T04:03:24.105Z Compiling structmeta-derive v0.3.0
14742026-06-05T04:03:24.159Z Compiling thread-id v5.1.0
14752026-06-05T04:03:24.649Z Compiling cpufeatures v0.3.0
14762026-06-05T04:03:24.652Z Compiling adler2 v2.0.1
14772026-06-05T04:03:24.652Z Compiling simd-adler32 v0.3.9
14782026-06-05T04:03:24.652Z Compiling futures v0.3.32
14792026-06-05T04:03:24.652Z Compiling miniz_oxide v0.8.9
14802026-06-05T04:03:24.652Z Compiling rand_core v0.9.5
14812026-06-05T04:03:24.755Z Compiling darling_core v0.23.0
14822026-06-05T04:03:25.079Z Compiling newtype-uuid-macros v0.1.0
14832026-06-05T04:03:25.165Z Compiling dof v0.4.0
14842026-06-05T04:03:25.173Z Compiling structmeta v0.3.0
14852026-06-05T04:03:25.360Z Compiling hybrid-array v0.4.12
14862026-06-05T04:03:26.101Z Compiling hyper v1.10.1
14872026-06-05T04:03:26.108Z Compiling thread_local v1.1.9
14882026-06-05T04:03:26.136Z Compiling match_cfg v0.1.0
14892026-06-05T04:03:26.213Z Compiling flate2 v1.1.9
14902026-06-05T04:03:26.623Z Compiling newtype-uuid v1.3.2
14912026-06-05T04:03:26.634Z Compiling slog-async v2.8.0
14922026-06-05T04:03:26.640Z Compiling compression-core v0.4.32
14932026-06-05T04:03:26.794Z Compiling ref-cast v1.0.25
14942026-06-05T04:03:26.902Z Compiling hyper-util v0.1.20
14952026-06-05T04:03:26.945Z Compiling darling_macro v0.23.0
14962026-06-05T04:03:26.970Z Compiling quick-error v1.2.3
14972026-06-05T04:03:27.212Z Compiling daft v0.1.7
14982026-06-05T04:03:27.346Z Compiling compression-codecs v0.4.38
14992026-06-05T04:03:27.404Z Compiling usdt-macro v0.6.0
15002026-06-05T04:03:27.482Z Compiling usdt-attr-macro v0.6.0
15012026-06-05T04:03:27.514Z Compiling block-buffer v0.12.0
15022026-06-05T04:03:27.538Z Compiling darling v0.23.0
15032026-06-05T04:03:27.601Z Compiling crypto-common v0.2.2
15042026-06-05T04:03:27.618Z Compiling rand_chacha v0.9.0
15052026-06-05T04:03:28.055Z Compiling strum_macros v0.26.4
15062026-06-05T04:03:28.116Z Compiling ref-cast-impl v1.0.25
15072026-06-05T04:03:28.127Z Compiling serde_spanned v1.1.1
15082026-06-05T04:03:28.249Z Compiling multer v3.1.0
15092026-06-05T04:03:28.496Z Compiling generic-array v0.14.7
15102026-06-05T04:03:28.533Z Compiling term v1.2.1
15112026-06-05T04:03:28.579Z Compiling toml_writer v1.1.1+spec-1.1.0
15122026-06-05T04:03:28.646Z Compiling bit-vec v0.8.0
15132026-06-05T04:03:28.702Z Compiling const-oid v0.10.2
15142026-06-05T04:03:28.714Z Compiling take_mut v0.2.2
15152026-06-05T04:03:28.726Z Compiling debug-ignore v1.0.5
15162026-06-05T04:03:28.829Z Compiling bit-set v0.8.0
15172026-06-05T04:03:28.877Z Compiling digest v0.11.3
15182026-06-05T04:03:29.317Z Compiling rand v0.9.4
15192026-06-05T04:03:29.321Z Compiling serde_with_macros v3.20.0
15202026-06-05T04:03:29.321Z Compiling async-stream-impl v0.3.6
15212026-06-05T04:03:29.321Z Compiling dropshot v0.17.1
15222026-06-05T04:03:29.321Z Compiling encoding_rs v0.8.35
15232026-06-05T04:03:29.321Z Compiling spin v0.9.8
15242026-06-05T04:03:29.393Z Compiling mime v0.3.17
15252026-06-05T04:03:29.501Z Compiling syn v1.0.109
15262026-06-05T04:03:30.038Z Compiling unarray v0.1.4
15272026-06-05T04:03:30.447Z Compiling async-stream v0.3.6
15282026-06-05T04:03:30.447Z Compiling strum v0.26.3
15292026-06-05T04:03:30.447Z Compiling sha1 v0.11.0
15302026-06-05T04:03:30.447Z Compiling derive-ex v0.1.8
15312026-06-05T04:03:30.447Z Compiling tower v0.5.3
15322026-06-05T04:03:30.447Z Compiling dropshot_endpoint v0.17.1
15332026-06-05T04:03:30.447Z Compiling macaddr v1.0.1
15342026-06-05T04:03:30.447Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15352026-06-05T04:03:30.451Z Compiling waitgroup v0.1.2
15362026-06-05T04:03:30.451Z Compiling serde_path_to_error v0.1.20
15372026-06-05T04:03:30.514Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15382026-06-05T04:03:30.649Z Compiling tower-http v0.6.11
15392026-06-05T04:03:30.735Z Compiling tempfile v3.27.0
15402026-06-05T04:03:30.885Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15412026-06-05T04:03:31.112Z Compiling openapiv3 v2.2.0
15422026-06-05T04:03:31.123Z Compiling strum_macros v0.27.2
15432026-06-05T04:03:31.246Z Compiling instant v0.1.13
15442026-06-05T04:03:31.475Z Compiling test-strategy v0.4.5
15452026-06-05T04:03:31.613Z Compiling time v0.3.47
15462026-06-05T04:03:32.542Z Compiling rustls-native-certs v0.8.4
15472026-06-05T04:03:32.720Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15482026-06-05T04:03:32.870Z Compiling crossbeam-channel v0.5.15
15492026-06-05T04:03:32.891Z Compiling crypto-common v0.1.7
15502026-06-05T04:03:32.966Z Compiling strum v0.27.2
15512026-06-05T04:03:33.094Z Compiling parse-display-derive v0.10.0
15522026-06-05T04:03:33.336Z Compiling backon v1.6.0
15532026-06-05T04:03:33.336Z Compiling rand_chacha v0.3.1
15542026-06-05T04:03:33.629Z Compiling rand v0.8.6
15552026-06-05T04:03:33.791Z Compiling slog-json v2.6.1
15562026-06-05T04:03:34.476Z Compiling hostname v0.3.1
15572026-06-05T04:03:34.479Z Compiling toml_parser v1.1.2+spec-1.1.0
15582026-06-05T04:03:34.480Z Compiling toml_datetime v1.1.1+spec-1.1.0
15592026-06-05T04:03:34.636Z Compiling wait-timeout v0.2.1
15602026-06-05T04:03:34.701Z Compiling is-terminal v0.4.17
15612026-06-05T04:03:34.713Z Compiling memmap2 v0.9.10
15622026-06-05T04:03:34.716Z Compiling either v1.16.0
15632026-06-05T04:03:34.796Z Compiling slog-term v2.9.2
15642026-06-05T04:03:34.899Z Compiling usdt v0.6.0
15652026-06-05T04:03:34.925Z Compiling rusty-fork v0.3.1
15662026-06-05T04:03:34.946Z Compiling toml v1.1.2+spec-1.1.0
15672026-06-05T04:03:34.984Z Compiling slog-bunyan v2.5.0
15682026-06-05T04:03:35.119Z Compiling serde_with v3.20.0
15692026-06-05T04:03:35.167Z Compiling async-compression v0.4.42
15702026-06-05T04:03:35.283Z Compiling rand_xorshift v0.4.0
15712026-06-05T04:03:35.391Z Compiling rustls-pemfile v2.2.0
15722026-06-05T04:03:35.430Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15732026-06-05T04:03:35.476Z Compiling regress v0.10.5
15742026-06-05T04:03:35.569Z Compiling hostname v0.4.2
15752026-06-05T04:03:35.587Z Compiling humantime v2.3.0
15762026-06-05T04:03:35.712Z Compiling proptest v1.11.0
15772026-06-05T04:03:36.268Z Compiling iddqd v0.4.2
15782026-06-05T04:03:36.271Z Compiling reqwest v0.12.28
15792026-06-05T04:03:36.487Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15802026-06-05T04:03:36.738Z Compiling block-buffer v0.10.4
15812026-06-05T04:03:36.927Z Compiling digest v0.10.7
15822026-06-05T04:03:37.067Z Compiling itertools v0.14.0
15832026-06-05T04:03:37.148Z Compiling progenitor-client v0.10.0
15842026-06-05T04:03:37.202Z Compiling parse-display v0.10.0
15852026-06-05T04:03:37.423Z Compiling backoff v0.4.0
15862026-06-05T04:03:37.539Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15872026-06-05T04:03:38.191Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15882026-06-05T04:03:39.382Z Compiling regress v0.11.1
15892026-06-05T04:03:39.558Z Compiling utf8parse v0.2.2
15902026-06-05T04:03:39.670Z Compiling anstyle-parse v1.0.0
15912026-06-05T04:03:39.697Z Compiling anstyle v1.0.14
15922026-06-05T04:03:39.855Z Compiling anstyle-query v1.1.5
15932026-06-05T04:03:39.925Z Compiling colorchoice v1.0.5
15942026-06-05T04:03:40.446Z Compiling is_terminal_polyfill v1.70.2
15952026-06-05T04:03:40.449Z Compiling anstream v1.0.0
15962026-06-05T04:03:40.659Z Compiling toml_datetime v0.6.11
15972026-06-05T04:03:40.853Z Compiling zerocopy-derive v0.7.35
15982026-06-05T04:03:41.336Z Compiling typify-impl v0.6.2
15992026-06-05T04:03:41.339Z Compiling clap_lex v1.1.0
16002026-06-05T04:03:41.340Z Compiling cpufeatures v0.2.17
16012026-06-05T04:03:41.340Z Compiling convert_case v0.4.0
16022026-06-05T04:03:41.780Z Compiling zerocopy v0.7.35
16032026-06-05T04:03:41.885Z Compiling derive_more v0.99.20
16042026-06-05T04:03:42.228Z Compiling unicode-width v0.2.2
16052026-06-05T04:03:42.620Z Compiling secrecy v0.10.3
16062026-06-05T04:03:42.925Z Compiling clap_derive v4.6.1
16072026-06-05T04:03:42.968Z Compiling tinyvec_macros v0.1.1
16082026-06-05T04:03:43.038Z Compiling crucible-workspace-hack v0.1.0
16092026-06-05T04:03:43.265Z Compiling float-ord v0.3.2
16102026-06-05T04:03:43.442Z Compiling tinyvec v1.11.0
16112026-06-05T04:03:43.856Z Compiling terminal_size v0.4.4
16122026-06-05T04:03:44.012Z Compiling dtrace-parser v0.2.0
16132026-06-05T04:03:44.054Z Compiling scroll_derive v0.12.1
16142026-06-05T04:03:44.113Z Compiling num-integer v0.1.46
16152026-06-05T04:03:44.442Z Compiling rustc_version v0.4.1
16162026-06-05T04:03:44.470Z Compiling usdt-impl v0.5.0
16172026-06-05T04:03:44.743Z Compiling curve25519-dalek v4.1.3
16182026-06-05T04:03:44.790Z Compiling scroll v0.12.0
16192026-06-05T04:03:45.013Z Compiling dof v0.3.0
16202026-06-05T04:03:45.049Z Compiling hmac v0.12.1
16212026-06-05T04:03:45.076Z Compiling inout v0.1.4
16222026-06-05T04:03:45.185Z Compiling darling_core v0.21.3
16232026-06-05T04:03:45.219Z Compiling ff v0.13.1
16242026-06-05T04:03:45.341Z Compiling thread-id v4.2.2
16252026-06-05T04:03:45.352Z Compiling group v0.13.0
16262026-06-05T04:03:45.459Z Compiling cipher v0.4.4
16272026-06-05T04:03:45.731Z Compiling hkdf v0.12.4
16282026-06-05T04:03:45.828Z Compiling goblin v0.8.2
16292026-06-05T04:03:45.926Z Compiling num-iter v0.1.45
16302026-06-05T04:03:46.097Z Compiling num-rational v0.4.2
16312026-06-05T04:03:46.121Z Compiling clap_builder v4.6.0
16322026-06-05T04:03:46.404Z Compiling toml_edit v0.25.12+spec-1.1.0
16332026-06-05T04:03:46.422Z Compiling thiserror-impl-no-std v2.0.2
16342026-06-05T04:03:47.116Z Compiling universal-hash v0.5.1
16352026-06-05T04:03:47.121Z Compiling crypto-bigint v0.5.5
16362026-06-05T04:03:47.249Z Compiling typify-macro v0.6.2
16372026-06-05T04:03:47.314Z Compiling darling_macro v0.21.3
16382026-06-05T04:03:47.314Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16392026-06-05T04:03:47.654Z Compiling crossbeam-epoch v0.9.18
16402026-06-05T04:03:47.920Z Compiling half v2.7.1
16412026-06-05T04:03:47.986Z Compiling curve25519-dalek-derive v0.1.1
16422026-06-05T04:03:48.006Z Compiling num-complex v0.4.6
16432026-06-05T04:03:48.317Z Compiling base64ct v1.8.3
16442026-06-05T04:03:48.377Z Compiling ciborium-io v0.2.2
16452026-06-05T04:03:48.473Z Compiling base16ct v0.2.0
16462026-06-05T04:03:48.476Z Compiling opaque-debug v0.3.1
16472026-06-05T04:03:48.554Z Compiling poly1305 v0.8.0
16482026-06-05T04:03:48.616Z Compiling elliptic-curve v0.13.8
16492026-06-05T04:03:48.637Z Compiling password-hash v0.5.0
16502026-06-05T04:03:48.895Z Compiling ciborium-ll v0.2.2
16512026-06-05T04:03:49.072Z Compiling num v0.4.3
16522026-06-05T04:03:49.260Z Compiling darling v0.21.3
16532026-06-05T04:03:49.291Z Compiling typify v0.6.2
16542026-06-05T04:03:49.340Z Compiling clap v4.6.1
16552026-06-05T04:03:49.420Z Compiling thiserror-no-std v2.0.2
16562026-06-05T04:03:49.514Z Compiling proc-macro-crate v3.5.0
16572026-06-05T04:03:49.782Z Compiling chacha20 v0.9.1
16582026-06-05T04:03:49.795Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16592026-06-05T04:03:49.997Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16602026-06-05T04:03:50.445Z Compiling blake2 v0.10.6
16612026-06-05T04:03:50.472Z Compiling aead v0.5.2
16622026-06-05T04:03:50.634Z Compiling byte-wrapper v0.1.0
16632026-06-05T04:03:50.646Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16642026-06-05T04:03:50.890Z Compiling proc-macro-error-attr v1.0.4
16652026-06-05T04:03:51.165Z Compiling heapless v0.8.0
16662026-06-05T04:03:51.189Z Compiling rustix v0.38.44
16672026-06-05T04:03:51.206Z Compiling keccak v0.1.6
16682026-06-05T04:03:51.446Z Compiling unsafe-libyaml v0.2.11
16692026-06-05T04:03:51.645Z Compiling prettyplease v0.2.37
16702026-06-05T04:03:52.024Z Compiling serde_yaml v0.9.34+deprecated
16712026-06-05T04:03:52.042Z Compiling sha3 v0.10.9
16722026-06-05T04:03:52.166Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16732026-06-05T04:03:52.580Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16742026-06-05T04:03:52.863Z Compiling argon2 v0.5.3
16752026-06-05T04:03:53.193Z Compiling chacha20poly1305 v0.10.1
16762026-06-05T04:03:53.311Z Compiling num_enum_derive v0.7.6
16772026-06-05T04:03:53.334Z Compiling vsss-rs v3.3.4
16782026-06-05T04:03:53.374Z Compiling ingot-macros v0.1.1
16792026-06-05T04:03:53.929Z Compiling ciborium v0.2.2
16802026-06-05T04:03:54.626Z Compiling usdt-attr-macro v0.5.0
16812026-06-05T04:03:54.629Z Compiling usdt-macro v0.5.0
16822026-06-05T04:03:55.345Z Compiling serde_spanned v0.6.9
16832026-06-05T04:03:55.451Z Compiling enum-as-inner v0.6.1
16842026-06-05T04:03:55.885Z Compiling hash32 v0.3.1
16852026-06-05T04:03:56.058Z Compiling proc-macro-error v1.0.4
16862026-06-05T04:03:56.070Z Compiling memmap v0.7.0
16872026-06-05T04:03:56.109Z Compiling memoffset v0.9.1
16882026-06-05T04:03:56.127Z Compiling indent_write v2.2.0
16892026-06-05T04:03:56.257Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16902026-06-05T04:03:56.268Z Compiling smoltcp v0.11.0
16912026-06-05T04:03:56.688Z Compiling winnow v0.7.15
16922026-06-05T04:03:56.692Z Compiling data-encoding v2.11.0
16932026-06-05T04:03:56.692Z Compiling cfg_aliases v0.2.1
16942026-06-05T04:03:56.692Z Compiling winnow v0.5.40
16952026-06-05T04:03:56.692Z Compiling toml_write v0.1.2
16962026-06-05T04:03:56.692Z Compiling nix v0.31.3
16972026-06-05T04:03:56.692Z Compiling rustls-webpki v0.103.13
16982026-06-05T04:03:57.026Z Compiling usdt v0.5.0
16992026-06-05T04:03:57.054Z Compiling ingot-types v0.1.2
17002026-06-05T04:03:57.540Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17012026-06-05T04:03:57.649Z Compiling toml_edit v0.19.15
17022026-06-05T04:03:57.681Z Compiling toml_edit v0.22.27
17032026-06-05T04:03:57.729Z Compiling num_enum v0.7.6
17042026-06-05T04:03:57.774Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17052026-06-05T04:03:57.791Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17062026-06-05T04:03:58.044Z Compiling tabwriter v1.4.1
17072026-06-05T04:03:58.293Z Compiling cobs v0.3.0
17082026-06-05T04:03:58.423Z Compiling serde_repr v0.1.20
17092026-06-05T04:03:58.485Z Compiling vcpkg v0.2.15
17102026-06-05T04:03:58.769Z Compiling managed v0.8.0
17112026-06-05T04:03:58.991Z Compiling pkg-config v0.3.33
17122026-06-05T04:03:59.030Z Compiling bitflags v1.3.2
17132026-06-05T04:03:59.054Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17142026-06-05T04:03:59.307Z Compiling toml v0.8.23
17152026-06-05T04:03:59.439Z Compiling openssl-sys v0.9.116
17162026-06-05T04:03:59.624Z Compiling proc-macro-crate v1.3.1
17172026-06-05T04:03:59.992Z Compiling tokio-rustls v0.26.4
17182026-06-05T04:04:00.012Z Compiling rustls-platform-verifier v0.7.0
17192026-06-05T04:04:00.227Z Compiling hyper-rustls v0.27.9
17202026-06-05T04:04:00.529Z Compiling reqwest v0.13.4
17212026-06-05T04:04:01.001Z Compiling postcard v1.1.3
17222026-06-05T04:04:01.564Z Compiling ingot v0.1.1
17232026-06-05T04:04:01.870Z Compiling progenitor-client v0.14.0
17242026-06-05T04:04:02.184Z Compiling progenitor-extras v0.2.0
17252026-06-05T04:04:02.994Z Compiling hubpack_derive v0.1.1
17262026-06-05T04:04:03.427Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17272026-06-05T04:04:03.454Z Compiling foreign-types-macros v0.2.3
17282026-06-05T04:04:03.550Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17292026-06-05T04:04:03.887Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17302026-06-05T04:04:04.114Z Compiling unicode-segmentation v1.13.3
17312026-06-05T04:04:04.137Z Compiling swrite v0.1.0
17322026-06-05T04:04:04.227Z Compiling linked-hash-map v0.5.6
17332026-06-05T04:04:04.826Z Compiling colored v3.1.1
17342026-06-05T04:04:04.831Z Compiling semver v0.1.20
17352026-06-05T04:04:04.831Z Compiling resolv-conf v0.7.6
17362026-06-05T04:04:04.831Z Compiling heck v0.4.1
17372026-06-05T04:04:04.831Z Compiling foreign-types-shared v0.3.1
17382026-06-05T04:04:04.922Z Compiling rayon-core v1.13.0
17392026-06-05T04:04:05.020Z Compiling static_assertions v1.1.0
17402026-06-05T04:04:05.082Z Compiling foreign-types v0.5.0
17412026-06-05T04:04:05.098Z Compiling rustc_version v0.1.7
17422026-06-05T04:04:05.170Z Compiling newline-converter v0.3.0
17432026-06-05T04:04:05.185Z Compiling lru-cache v0.1.2
17442026-06-05T04:04:05.236Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17452026-06-05T04:04:05.290Z Compiling hubpack v0.1.2
17462026-06-05T04:04:05.457Z Compiling num_enum_derive v0.5.11
17472026-06-05T04:04:05.650Z Compiling atomicwrites v0.4.4
17482026-06-05T04:04:05.858Z Compiling hickory-proto v0.24.4
17492026-06-05T04:04:06.603Z Compiling progenitor-impl v0.13.0
17502026-06-05T04:04:07.092Z Compiling crossbeam-deque v0.8.6
17512026-06-05T04:04:07.115Z Compiling console v0.15.11
17522026-06-05T04:04:07.282Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17532026-06-05T04:04:07.745Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17542026-06-05T04:04:07.783Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17552026-06-05T04:04:07.937Z Compiling camino-tempfile v1.4.1
17562026-06-05T04:04:08.186Z Compiling chacha20 v0.10.0
17572026-06-05T04:04:08.461Z Compiling serde-big-array v0.5.1
17582026-06-05T04:04:08.610Z Compiling num-derive v0.4.2
17592026-06-05T04:04:09.195Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17602026-06-05T04:04:09.846Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17612026-06-05T04:04:10.256Z Compiling derive-where v1.6.1
17622026-06-05T04:04:10.256Z Compiling pin-project-internal v1.1.13
17632026-06-05T04:04:10.256Z Compiling cstr-argument v0.1.2
17642026-06-05T04:04:10.260Z Compiling similar v2.7.0
17652026-06-05T04:04:10.260Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17662026-06-05T04:04:10.260Z Compiling minimal-lexical v0.2.1
17672026-06-05T04:04:10.260Z Compiling siphasher v1.0.3
17682026-06-05T04:04:10.387Z Compiling expectorate v1.2.0
17692026-06-05T04:04:10.856Z Compiling phf_shared v0.12.1
17702026-06-05T04:04:10.862Z Compiling nom v7.1.3
17712026-06-05T04:04:10.862Z Compiling progenitor-macro v0.13.0
17722026-06-05T04:04:10.862Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17732026-06-05T04:04:10.862Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17742026-06-05T04:04:10.862Z Compiling pin-project v1.1.13
17752026-06-05T04:04:10.917Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17762026-06-05T04:04:10.962Z Compiling rand v0.10.1
17772026-06-05T04:04:11.035Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17782026-06-05T04:04:11.163Z Compiling hickory-resolver v0.24.4
17792026-06-05T04:04:11.700Z Compiling num_enum v0.5.11
17802026-06-05T04:04:12.236Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17812026-06-05T04:04:12.239Z Compiling newtype_derive v0.1.6
17822026-06-05T04:04:12.239Z Compiling progenitor-client v0.13.0
17832026-06-05T04:04:12.345Z Compiling progenitor-impl v0.14.0
17842026-06-05T04:04:12.433Z Compiling unicode-normalization v0.1.25
17852026-06-05T04:04:12.913Z Compiling tokio-stream v0.1.18
17862026-06-05T04:04:13.368Z Compiling snafu-derive v0.8.9
17872026-06-05T04:04:13.619Z Compiling async-recursion v1.1.1
17882026-06-05T04:04:13.774Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17892026-06-05T04:04:13.853Z Compiling slog-dtrace v0.3.0
17902026-06-05T04:04:14.086Z Compiling csv-core v0.1.13
17912026-06-05T04:04:14.107Z Compiling bstr v1.12.1
17922026-06-05T04:04:14.333Z Compiling unicode-width v0.1.14
17932026-06-05T04:04:14.365Z Compiling cancel-safe-futures v0.1.5
17942026-06-05T04:04:14.613Z Compiling owo-colors v4.3.0
17952026-06-05T04:04:14.617Z Compiling openssl v0.10.80
17962026-06-05T04:04:15.045Z Compiling konst_macro_rules v0.2.19
17972026-06-05T04:04:15.049Z Compiling same-file v1.0.6
17982026-06-05T04:04:15.049Z Compiling unicode-xid v0.2.6
17992026-06-05T04:04:15.049Z Compiling chrono-tz v0.10.4
18002026-06-05T04:04:15.049Z Compiling foreign-types-shared v0.1.1
18012026-06-05T04:04:15.049Z Compiling highway v1.3.0
18022026-06-05T04:04:15.100Z Compiling foldhash v0.1.5
18032026-06-05T04:04:15.109Z Compiling snafu v0.8.9
18042026-06-05T04:04:15.219Z Compiling hashbrown v0.15.5
18052026-06-05T04:04:15.280Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-06-05T04:04:15.462Z Compiling foreign-types v0.3.2
18072026-06-05T04:04:15.497Z Compiling const_format_proc_macros v0.2.34
18082026-06-05T04:04:15.555Z Compiling walkdir v2.5.0
18092026-06-05T04:04:15.691Z Compiling progenitor v0.13.0
18102026-06-05T04:04:15.741Z Compiling konst v0.2.20
18112026-06-05T04:04:15.769Z Compiling globset v0.4.18
18122026-06-05T04:04:15.829Z Compiling csv v1.4.0
18132026-06-05T04:04:15.853Z Compiling progenitor-macro v0.14.0
18142026-06-05T04:04:16.005Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-06-05T04:04:16.057Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-05T04:04:16.366Z Compiling qorb v0.4.1
18172026-06-05T04:04:16.652Z Compiling olpc-cjson v0.1.4
18182026-06-05T04:04:16.829Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-05T04:04:18.132Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-06-05T04:04:18.262Z Compiling rayon v1.12.0
18212026-06-05T04:04:18.574Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18222026-06-05T04:04:18.615Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18232026-06-05T04:04:18.699Z Compiling phf v0.12.1
18242026-06-05T04:04:18.719Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-06-05T04:04:18.886Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-06-05T04:04:19.690Z Compiling zone_cfg_derive v0.3.1
18272026-06-05T04:04:19.772Z Compiling tokio-dtrace v0.1.1
18282026-06-05T04:04:19.978Z Compiling itertools v0.12.1
18292026-06-05T04:04:20.035Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18302026-06-05T04:04:20.047Z Compiling libsw-core v0.3.2
18312026-06-05T04:04:20.216Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18322026-06-05T04:04:20.240Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18332026-06-05T04:04:20.596Z Compiling serde_plain v1.0.2
18342026-06-05T04:04:20.814Z Compiling openssl-macros v0.1.1
18352026-06-05T04:04:20.848Z Compiling pem v3.0.6
18362026-06-05T04:04:20.942Z Compiling cookie v0.18.1
18372026-06-05T04:04:21.228Z Compiling sigpipe v0.1.3
18382026-06-05T04:04:21.253Z Compiling fixedbitset v0.4.2
18392026-06-05T04:04:21.271Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-05T04:04:21.286Z Compiling typed-path v0.9.3
18412026-06-05T04:04:21.319Z Compiling jiff v0.2.28
18422026-06-05T04:04:21.390Z Compiling bytecount v0.6.9
18432026-06-05T04:04:21.457Z Compiling fixedbitset v0.5.7
18442026-06-05T04:04:21.497Z Compiling glob v0.3.3
18452026-06-05T04:04:21.935Z Compiling papergrid v0.11.0
18462026-06-05T04:04:21.938Z Compiling petgraph v0.6.5
18472026-06-05T04:04:21.939Z Compiling petgraph v0.8.3
18482026-06-05T04:04:22.640Z Compiling tough v0.22.0
18492026-06-05T04:04:23.101Z Compiling zone v0.3.1
18502026-06-05T04:04:23.318Z Compiling progenitor v0.14.0
18512026-06-05T04:04:23.459Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18522026-06-05T04:04:23.547Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-05T04:04:23.608Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18542026-06-05T04:04:23.742Z Compiling libsw v3.5.0
18552026-06-05T04:04:23.843Z Compiling oxide-tokio-rt v0.1.6
18562026-06-05T04:04:23.977Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-05T04:04:23.989Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18582026-06-05T04:04:24.036Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-05T04:04:24.148Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-05T04:04:25.017Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-05T04:04:25.212Z Compiling const_format v0.2.36
18622026-06-05T04:04:25.234Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-05T04:04:25.546Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18642026-06-05T04:04:25.673Z Compiling tabled_derive v0.7.0
18652026-06-05T04:04:25.955Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-05T04:04:26.099Z Compiling gethostname v0.5.0
18672026-06-05T04:04:26.170Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-05T04:04:26.224Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18692026-06-05T04:04:26.283Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-05T04:04:26.294Z Compiling smf v0.2.3
18712026-06-05T04:04:26.912Z Compiling bcs v0.1.6
18722026-06-05T04:04:26.984Z Compiling smawk v0.3.2
18732026-06-05T04:04:26.984Z Compiling lazy_static v1.5.0
18742026-06-05T04:04:26.984Z Compiling linear-map v1.2.0
18752026-06-05T04:04:26.984Z Compiling unicode-linebreak v0.1.5
18762026-06-05T04:04:26.984Z Compiling whoami v1.6.1
18772026-06-05T04:04:26.984Z Compiling termtree v0.5.1
18782026-06-05T04:04:26.984Z Compiling tagptr v0.2.0
18792026-06-05T04:04:27.073Z Compiling textwrap v0.16.2
18802026-06-05T04:04:27.174Z Compiling moka v0.12.15
18812026-06-05T04:04:27.218Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-05T04:04:27.218Z Compiling steno v0.4.1
18832026-06-05T04:04:27.636Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-05T04:04:27.709Z Compiling tabled v0.15.0
18852026-06-05T04:04:27.938Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-06-05T04:04:28.880Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-05T04:04:28.946Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-05T04:04:29.731Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-05T04:04:30.360Z Compiling hickory-proto v0.25.2
18902026-06-05T04:04:30.384Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18912026-06-05T04:04:30.678Z Compiling parking_lot_core v0.8.6
18922026-06-05T04:04:30.813Z Compiling libscf-sys v1.2.0
18932026-06-05T04:04:30.954Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18942026-06-05T04:04:31.015Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-05T04:04:31.432Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18962026-06-05T04:04:31.492Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18972026-06-05T04:04:31.727Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18982026-06-05T04:04:31.797Z Compiling nom v8.0.0
18992026-06-05T04:04:32.295Z Compiling parking_lot v0.11.2
19002026-06-05T04:04:32.303Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19012026-06-05T04:04:32.303Z Compiling fxhash v0.2.1
19022026-06-05T04:04:32.303Z Compiling internet-checksum v0.2.1
19032026-06-05T04:04:32.303Z Compiling sled v0.34.7
19042026-06-05T04:04:32.303Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19052026-06-05T04:04:32.316Z Compiling hickory-resolver v0.25.2
19062026-06-05T04:04:33.184Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-05T04:04:33.904Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19082026-06-05T04:04:37.297Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-06-05T04:04:38.080Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19102026-06-05T04:04:44.949Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-06-05T04:04:46.602Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-06-05T04:04:47.599Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19132026-06-05T04:04:48.592Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19142026-06-05T04:04:50.310Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19152026-06-05T04:05:11.553Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
19162026-06-05T04:05:11.740Z────────────
19172026-06-05T04:05:11.740Z Nextest run ID 82e164e3-74d6-400a-bd6c-4e2fd0cebd84 with nextest profile: default
19182026-06-05T04:05:11.740Z Starting 15 tests across 1 binary (28 tests skipped)
19192026-06-05T04:05:28.892Z PASS [ 16.769s] rdb proptest::prop_ipv4_default_contains_all
19202026-06-05T04:05:30.187Z PASS [ 16.790s] rdb proptest::prop_ipv4_host_bits_always_unset
19212026-06-05T04:05:30.187Z PASS [ 16.801s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19222026-06-05T04:05:30.187Z PASS [ 16.848s] rdb proptest::prop_ipv6_host_bits_always_unset
19232026-06-05T04:05:30.187Z PASS [ 16.883s] rdb proptest::prop_ipv6_default_contains_all
19242026-06-05T04:05:30.187Z PASS [ 16.890s] rdb proptest::prop_ipv4_within_self
19252026-06-05T04:05:30.304Z PASS [ 16.934s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19262026-06-05T04:05:45.381Z PASS [ 16.844s] rdb proptest::prop_ipv6_within_self
19272026-06-05T04:05:54.445Z PASS [ 25.925s] rdb proptest::prop_static_route_key_deduplication
19282026-06-05T04:06:04.790Z PASS [ 36.251s] rdb proptest::prop_static_route_key_normalization_idempotent
19292026-06-05T04:06:05.106Z PASS [ 36.222s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19302026-06-05T04:06:05.316Z PASS [ 36.229s] rdb proptest::prop_static_route_key_normalization_preserves_length
19312026-06-05T04:06:05.316Z PASS [ 36.222s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19322026-06-05T04:06:11.778Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19332026-06-05T04:06:21.092Z PASS [ 52.423s] rdb proptest::prop_static_route_key_ord_consistency
19342026-06-05T04:07:11.937Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19352026-06-05T04:08:11.730Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19362026-06-05T04:09:11.755Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19372026-06-05T04:09:28.946Z PASS [ 257.198s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19382026-06-05T04:09:28.952Z────────────
19392026-06-05T04:09:28.952Z Summary [ 257.199s] 15 tests run: 15 passed (1 slow), 28 skipped
19402026-06-05T04:09:28.952Z+ cp './*.log' /work/
19412026-06-05T04:09:28.952Z+ true
19422026-06-05T04:09:28.952Z+ [[ -d proptest-regressions ]]
19432026-06-05T04:09:28.952Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19442026-06-05T04:09:28.952Z+ popd
19452026-06-05T04:09:28.952Z+ pushd bgp
19462026-06-05T04:09:28.952Z/work/oxidecomputer/maghemite
19472026-06-05T04:09:28.952Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19482026-06-05T04:09:28.952Z+ PROPTEST_CASES=1000000
19492026-06-05T04:09:28.952Z+ cargo nextest run --lib proptest
19502026-06-05T04:09:30.112Z Compiling smallvec v1.15.1
19512026-06-05T04:09:30.347Z Compiling crunchy v0.2.4
19522026-06-05T04:09:30.351Z Compiling tiny-keccak v2.0.2
19532026-06-05T04:09:30.351Z Compiling ahash v0.8.12
19542026-06-05T04:09:30.352Z Compiling smartstring v1.0.1
19552026-06-05T04:09:30.352Z Compiling thin-vec v0.2.18
19562026-06-05T04:09:30.352Z Compiling serial_test_derive v3.5.0
19572026-06-05T04:09:30.412Z Compiling icu_normalizer v2.2.0
19582026-06-05T04:09:30.432Z Compiling parking_lot_core v0.9.12
19592026-06-05T04:09:30.585Z Compiling parking_lot_core v0.8.6
19602026-06-05T04:09:30.681Z Compiling parking_lot v0.12.5
19612026-06-05T04:09:30.804Z Compiling idna_adapter v1.2.2
19622026-06-05T04:09:30.961Z Compiling tokio v1.52.3
19632026-06-05T04:09:30.987Z Compiling idna v1.1.0
19642026-06-05T04:09:31.067Z Compiling moka v0.12.15
19652026-06-05T04:09:31.150Z Compiling parking_lot v0.11.2
19662026-06-05T04:09:31.304Z Compiling url v2.5.8
19672026-06-05T04:09:31.572Z Compiling const-random-macro v0.1.16
19682026-06-05T04:09:31.605Z Compiling sled v0.34.7
19692026-06-05T04:09:31.759Z Compiling rhai_codegen v3.2.0
19702026-06-05T04:09:31.864Z Compiling schemars v0.8.22
19712026-06-05T04:09:31.951Z Compiling const-random v0.1.18
19722026-06-05T04:09:32.136Z Compiling diff v0.1.13
19732026-06-05T04:09:32.188Z Compiling yansi v1.0.1
19742026-06-05T04:09:32.280Z Compiling serial_test v3.5.0
19752026-06-05T04:09:32.426Z Compiling pretty_assertions v1.4.1
19762026-06-05T04:09:33.799Z Compiling ipnetwork v0.21.1
19772026-06-05T04:09:33.852Z Compiling newtype-uuid v1.3.2
19782026-06-05T04:09:33.852Z Compiling serde_with v3.20.0
19792026-06-05T04:09:33.852Z Compiling oxnet v0.1.6
19802026-06-05T04:09:33.852Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19812026-06-05T04:09:33.852Z Compiling byte-wrapper v0.1.0
19822026-06-05T04:09:33.852Z Compiling daft v0.1.7
19832026-06-05T04:09:33.852Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19842026-06-05T04:09:33.852Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19852026-06-05T04:09:33.852Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19862026-06-05T04:09:33.873Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19872026-06-05T04:09:33.966Z Compiling iddqd v0.4.2
19882026-06-05T04:09:34.099Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19892026-06-05T04:09:34.226Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19902026-06-05T04:09:34.335Z Compiling typify-impl v0.6.2
19912026-06-05T04:09:34.383Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19922026-06-05T04:09:34.453Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19932026-06-05T04:09:34.638Z Compiling tokio-util v0.7.18
19942026-06-05T04:09:34.721Z Compiling tokio-rustls v0.26.4
19952026-06-05T04:09:34.986Z Compiling tower v0.5.3
19962026-06-05T04:09:35.303Z Compiling h2 v0.4.14
19972026-06-05T04:09:35.386Z Compiling async-compression v0.4.42
19982026-06-05T04:09:35.478Z Compiling tower-http v0.6.11
19992026-06-05T04:09:35.707Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20002026-06-05T04:09:35.915Z Compiling backoff v0.4.0
20012026-06-05T04:09:36.974Z Compiling typify v0.6.2
20022026-06-05T04:09:37.005Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20032026-06-05T04:09:37.304Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20042026-06-05T04:09:37.309Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20052026-06-05T04:09:37.356Z Compiling hickory-proto v0.24.4
20062026-06-05T04:09:37.408Z Compiling hyper v1.10.1
20072026-06-05T04:09:37.503Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20082026-06-05T04:09:38.197Z Compiling progenitor-impl v0.13.0
20092026-06-05T04:09:38.409Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20102026-06-05T04:09:38.666Z Compiling hyper-util v0.1.20
20112026-06-05T04:09:39.166Z Compiling hickory-resolver v0.24.4
20122026-06-05T04:09:39.630Z Compiling tokio-stream v0.1.18
20132026-06-05T04:09:40.111Z Compiling hyper-rustls v0.27.9
20142026-06-05T04:09:40.403Z Compiling reqwest v0.13.4
20152026-06-05T04:09:40.432Z Compiling dropshot v0.17.1
20162026-06-05T04:09:40.867Z Compiling reqwest v0.12.28
20172026-06-05T04:09:40.892Z Compiling qorb v0.4.1
20182026-06-05T04:09:41.330Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20192026-06-05T04:09:41.894Z Compiling progenitor-client v0.14.0
20202026-06-05T04:09:41.901Z Compiling progenitor-client v0.10.0
20212026-06-05T04:09:42.092Z Compiling progenitor-extras v0.2.0
20222026-06-05T04:09:42.736Z Compiling progenitor-client v0.13.0
20232026-06-05T04:09:42.972Z Compiling progenitor v0.13.0
20242026-06-05T04:09:43.049Z Compiling progenitor-impl v0.14.0
20252026-06-05T04:09:43.113Z Compiling libsw-core v0.3.2
20262026-06-05T04:09:43.291Z Compiling tokio-dtrace v0.1.1
20272026-06-05T04:09:43.565Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-06-05T04:09:44.711Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-06-05T04:09:44.961Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20302026-06-05T04:09:46.439Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20312026-06-05T04:09:46.623Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-06-05T04:09:46.675Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20332026-06-05T04:09:46.813Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20342026-06-05T04:09:46.826Z Compiling progenitor v0.14.0
20352026-06-05T04:09:46.972Z Compiling oxide-tokio-rt v0.1.6
20362026-06-05T04:09:47.018Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-06-05T04:09:47.294Z Compiling libsw v3.5.0
20382026-06-05T04:09:47.321Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-05T04:09:47.453Z Compiling tough v0.22.0
20402026-06-05T04:09:47.476Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20412026-06-05T04:09:47.613Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-06-05T04:09:47.905Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-06-05T04:09:48.899Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-06-05T04:09:49.249Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-06-05T04:09:49.750Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-05T04:09:50.019Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-06-05T04:09:50.613Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-06-05T04:09:51.931Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-05T04:09:51.958Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-05T04:09:52.026Z Compiling cancel-safe-futures v0.1.5
20512026-06-05T04:09:52.146Z Compiling zone v0.3.1
20522026-06-05T04:09:52.155Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-05T04:09:52.325Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-05T04:09:52.368Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-06-05T04:09:52.917Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-05T04:09:52.940Z Compiling hickory-proto v0.25.2
20572026-06-05T04:09:53.077Z Compiling steno v0.4.1
20582026-06-05T04:09:53.113Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20592026-06-05T04:09:53.164Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-06-05T04:09:53.806Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-05T04:09:53.989Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20622026-06-05T04:09:54.020Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20632026-06-05T04:09:54.129Z Compiling rhai v1.25.1
20642026-06-05T04:09:54.509Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20652026-06-05T04:09:54.891Z Compiling hickory-resolver v0.25.2
20662026-06-05T04:09:55.767Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-06-05T04:09:56.141Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-06-05T04:09:56.156Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-06-05T04:09:57.342Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-05T04:09:58.014Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-06-05T04:09:58.673Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-06-05T04:09:59.005Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20732026-06-05T04:10:00.992Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-06-05T04:10:01.195Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20752026-06-05T04:10:05.999Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20762026-06-05T04:10:13.561Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20772026-06-05T04:10:15.149Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20782026-06-05T04:10:16.209Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20792026-06-05T04:10:17.113Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20802026-06-05T04:10:17.946Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20812026-06-05T04:10:19.890Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20822026-06-05T04:10:50.170Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 20s
20832026-06-05T04:10:50.347Z────────────
20842026-06-05T04:10:50.347Z Nextest run ID d2de3cf9-2eb0-4876-8e07-1b91b1c37897 with nextest profile: default
20852026-06-05T04:10:50.348Z Starting 17 tests across 1 binary (133 tests skipped)
20862026-06-05T04:11:07.569Z PASS [ 17.220s] bgp proptest::prop_ipv4_wire_format_roundtrip
20872026-06-05T04:11:09.431Z PASS [ 19.067s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20882026-06-05T04:11:09.435Z PASS [ 19.071s] bgp proptest::prop_ipv4_prefixes_roundtrip
20892026-06-05T04:11:10.688Z PASS [ 20.338s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20902026-06-05T04:11:11.069Z PASS [ 20.719s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20912026-06-05T04:11:11.297Z PASS [ 20.947s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20922026-06-05T04:11:18.983Z PASS [ 28.633s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20932026-06-05T04:11:27.071Z PASS [ 17.100s] bgp proptest::prop_ipv6_wire_format_roundtrip
20942026-06-05T04:11:29.591Z PASS [ 18.902s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20952026-06-05T04:11:29.693Z PASS [ 20.275s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20962026-06-05T04:11:30.320Z PASS [ 19.022s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20972026-06-05T04:11:30.710Z PASS [ 19.640s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20982026-06-05T04:11:50.356Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20992026-06-05T04:11:53.728Z PASS [ 29.055s] bgp proptest::prop_update_mp_unreach_roundtrip
21002026-06-05T04:11:57.881Z PASS [ 67.527s] bgp proptest::prop_encode_decode_semantic_equivalence
21012026-06-05T04:12:09.428Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21022026-06-05T04:12:18.991Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21032026-06-05T04:12:19.748Z PASS [ 70.321s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21042026-06-05T04:12:29.600Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21052026-06-05T04:12:31.801Z PASS [ 62.201s] bgp proptest::prop_update_traditional_roundtrip
21062026-06-05T04:12:33.187Z PASS [ 74.190s] bgp proptest::prop_update_mp_reach_roundtrip
21072026-06-05T04:12:33.187Z────────────
21082026-06-05T04:12:33.187Z Summary [ 102.824s] 17 tests run: 17 passed (4 slow), 133 skipped
21092026-06-05T04:12:33.193Z+ cp './*.log' /work/
21102026-06-05T04:12:33.197Z+ true
21112026-06-05T04:12:33.197Z+ [[ -d proptest-regressions ]]
21122026-06-05T04:12:33.197Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21132026-06-05T04:12:33.197Z+ popd
21142026-06-05T04:12:33.202Z/work/oxidecomputer/maghemite
21152026-06-05T04:12:33.202Zprocess exited: duration 842485 ms, exit code 0
 
21162026-06-05T04:12:33.209Zfound 0 output files