01KYRJ298KNZ1M6BAD7ZEE03PZ: test-mgadm

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KYRJ2W7QKEXNVR03RTX88NAB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-30T03:47:31.854Zjob assigned to worker 01KYRJ3JN50VXZM56SW3Z74ZP2 [factory aws, i-01ebeec78928a3f0d] (queued for 1 m 5 s)
 
22026-07-30T03:47:38.484Zstarting task 0: "setup"
32026-07-30T03:47:38.487Z++ uname -s
42026-07-30T03:47:38.492Z+ kern=SunOS
52026-07-30T03:47:38.492Z+ build_user=build
62026-07-30T03:47:38.492Z+ build_uid=12345
72026-07-30T03:47:38.492Z+ work_dir=/work
82026-07-30T03:47:38.492Z+ input_dir=/input
92026-07-30T03:47:38.492Z+ [[ 0 == 12345 ]]
102026-07-30T03:47:38.492Z+ case "$kern" in
112026-07-30T03:47:38.492Z+ groupadd -g 12345 build
122026-07-30T03:47:38.495Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-30T03:47:40.496Z+ zfs create -o mountpoint=/work rpool/work
142026-07-30T03:47:40.608Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-30T03:47:40.611Z+ home_fs=zfs
162026-07-30T03:47:40.611Z+ [[ zfs == autofs ]]
172026-07-30T03:47:40.611Z+ mkdir -p /home/build
182026-07-30T03:47:40.611Z+ chown build:build /home/build /work
192026-07-30T03:47:42.612Z+ chmod 0700 /home/build /work
202026-07-30T03:47:42.615Zprocess exited: duration 4130 ms, exit code 0
 
212026-07-30T03:47:42.621Zstarting task 1: "rust-toolchain"
222026-07-30T03:47:42.624Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-30T03:47:42.624Z * rust toolchain channel = "stable"
242026-07-30T03:47:42.624Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-30T03:47:42.624Z * rust toolchain profile = "default"
262026-07-30T03:47:42.624Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-30T03:47:42.624Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-30T03:47:42.628Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-30T03:47:42.628Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-30T03:47:42.745Zinfo: downloading installer
312026-07-30T03:47:44.189Zwarn: It looks like you have an existing installation of Rust at:
322026-07-30T03:47:44.189Zwarn: /opt/ooce/bin
332026-07-30T03:47:44.189Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-30T03:47:44.189Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-30T03:47:44.189Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-30T03:47:44.189Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-30T03:47:44.189Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-30T03:47:44.189Zerror: cannot install while Rust is installed
392026-07-30T03:47:44.189Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-30T03:47:44.189Zwarn: It looks like you have an existing rustup settings file at:
412026-07-30T03:47:44.189Zwarn: /home/build/.rustup/settings.toml
422026-07-30T03:47:44.189Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-30T03:47:44.189Zwarn: instead of the one inferred from the default host triple.
442026-07-30T03:47:44.202Zinfo: profile set to default
452026-07-30T03:47:44.203Zinfo: default host triple is x86_64-unknown-illumos
462026-07-30T03:47:44.205Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-30T03:47:44.357Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-30T03:47:44.360Zinfo: downloading 6 components
492026-07-30T03:47:59.404Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-30T03:47:59.404Z
512026-07-30T03:47:59.441Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-30T03:47:59.441Z
532026-07-30T03:47:59.481Z
542026-07-30T03:47:59.481ZRust is installed now. Great!
552026-07-30T03:47:59.481Z
562026-07-30T03:47:59.481ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-30T03:47:59.481Zenvironment variable. This has not been done automatically.
582026-07-30T03:47:59.482Z
592026-07-30T03:47:59.482ZTo configure your current shell, you need to source
602026-07-30T03:47:59.482Zthe corresponding env file under $HOME/.cargo.
612026-07-30T03:47:59.482Z
622026-07-30T03:47:59.482ZThis is usually done by running one of the following (note the leading DOT):
632026-07-30T03:47:59.482Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-30T03:47:59.482Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-30T03:47:59.482Zsource "~/.cargo/env.nu" # For nushell
662026-07-30T03:47:59.482Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-30T03:47:59.482Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-30T03:47:59.482Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-30T03:47:59.482Zwarn: no default linker (`cc`) was found in your PATH
702026-07-30T03:47:59.482Zwarn: many Rust crates require a system C toolchain to build
712026-07-30T03:47:59.542Z+ rustup --version
722026-07-30T03:47:59.548Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-30T03:47:59.548Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-30T03:47:59.548Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-30T03:47:59.548Z+ cargo --version
762026-07-30T03:47:59.572Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-30T03:47:59.595Z+ rustc --version
782026-07-30T03:47:59.595Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-30T03:47:59.599Zprocess exited: duration 16962 ms, exit code 0
 
802026-07-30T03:47:59.613Zstarting task 2: "authentication"
812026-07-30T03:47:59.639Zprocess exited: duration 18 ms, exit code 0
 
822026-07-30T03:47:59.685Zstarting task 3: "clone repository"
832026-07-30T03:47:59.725Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-30T03:47:59.725Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-30T03:47:59.741ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-30T03:48:00.950Z+ cd /work/oxidecomputer/maghemite
872026-07-30T03:48:00.950Z+ git fetch origin 13930996f491d7f5c9228053037833abef8d71a8
882026-07-30T03:48:01.200ZFrom https://github.com/oxidecomputer/maghemite
892026-07-30T03:48:01.200Z * branch 13930996f491d7f5c9228053037833abef8d71a8 -> FETCH_HEAD
902026-07-30T03:48:01.206Z+ [[ -n trey/bgp-peer-config-dedupe ]]
912026-07-30T03:48:01.209Z++ git branch --show-current
922026-07-30T03:48:01.209Z+ current=main
932026-07-30T03:48:01.209Z+ [[ main != trey/bgp-peer-config-dedupe ]]
942026-07-30T03:48:01.209Z+ git branch -f trey/bgp-peer-config-dedupe 13930996f491d7f5c9228053037833abef8d71a8
952026-07-30T03:48:01.212Z+ git checkout -f trey/bgp-peer-config-dedupe
962026-07-30T03:48:01.232ZSwitched to branch 'trey/bgp-peer-config-dedupe'
972026-07-30T03:48:01.236Z+ git reset --hard 13930996f491d7f5c9228053037833abef8d71a8
982026-07-30T03:48:01.249ZHEAD is now at 1393099 Address review feedback around the unified BGP peer configuration:
992026-07-30T03:48:01.252Zprocess exited: duration 1572 ms, exit code 0
 
1002026-07-30T03:48:01.259Zstarting task 4: "build"
1012026-07-30T03:48:01.262Z+ set -e
1022026-07-30T03:48:01.262Z+ NEXTEST_VERSION=0.9.97
1032026-07-30T03:48:01.262Z+ PLATFORM=illumos
1042026-07-30T03:48:01.262Z+ cargo --version
1052026-07-30T03:48:01.266Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1062026-07-30T03:48:01.418Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1072026-07-30T03:48:01.422Zinfo: downloading 6 components
1082026-07-30T03:48:15.712Zcargo 1.96.1 (356927216 2026-06-26)
1092026-07-30T03:48:15.715Z+ rustc --version
1102026-07-30T03:48:15.746Zrustc 1.96.1 (31fca3adb 2026-06-26)
1112026-07-30T03:48:15.751Z+ cargo install cargo-nextest --version 0.9.97
1122026-07-30T03:48:15.795Z Updating crates.io index
1132026-07-30T03:48:15.888Z Downloading crates ...
1142026-07-30T03:48:15.959Z Downloaded cargo-nextest v0.9.97
1152026-07-30T03:48:16.020Z Installing cargo-nextest v0.9.97
1162026-07-30T03:48:16.023Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1172026-07-30T03:48:16.023Z |
1182026-07-30T03:48:16.023Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1192026-07-30T03:48:16.023Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1202026-07-30T03:48:16.065Z Updating crates.io index
1212026-07-30T03:48:18.052Z Locking 396 packages to latest compatible versions
1222026-07-30T03:48:18.056Z Adding dialoguer v0.11.0 (available: v0.12.0)
1232026-07-30T03:48:18.060Z Adding duct v0.13.7 (available: v1.1.1)
1242026-07-30T03:48:18.060Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1252026-07-30T03:48:18.060Z Adding generic-array v0.14.7 (available: v0.14.9)
1262026-07-30T03:48:18.063Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1272026-07-30T03:48:18.063Z Adding itertools v0.14.0 (available: v0.15.0)
1282026-07-30T03:48:18.063Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1292026-07-30T03:48:18.063Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1302026-07-30T03:48:18.066Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1312026-07-30T03:48:18.069Z Adding quick-junit v0.5.2 (available: v0.7.0)
1322026-07-30T03:48:18.093Z Downloading crates ...
1332026-07-30T03:48:18.156Z Downloaded cfg-if v1.0.4
1342026-07-30T03:48:18.159Z Downloaded adler2 v2.0.1
1352026-07-30T03:48:18.165Z Downloaded anstream v1.0.0
1362026-07-30T03:48:18.170Z Downloaded addr2line v0.25.1
1372026-07-30T03:48:18.173Z Downloaded cc v1.4.0
1382026-07-30T03:48:18.176Z Downloaded form_urlencoded v1.2.2
1392026-07-30T03:48:18.176Z Downloaded equivalent v1.0.2
1402026-07-30T03:48:18.180Z Downloaded atomicwrites v0.4.4
1412026-07-30T03:48:18.183Z Downloaded futures-io v0.3.33
1422026-07-30T03:48:18.183Z Downloaded anstyle-query v1.1.5
1432026-07-30T03:48:18.186Z Downloaded backtrace-ext v0.2.1
1442026-07-30T03:48:18.189Z Downloaded cfg_aliases v0.2.2
1452026-07-30T03:48:18.192Z Downloaded block-buffer v0.10.4
1462026-07-30T03:48:18.195Z Downloaded fastrand v2.5.0
1472026-07-30T03:48:18.195Z Downloaded camino-tempfile v1.4.1
1482026-07-30T03:48:18.198Z Downloaded home v0.5.12
1492026-07-30T03:48:18.198Z Downloaded async-scoped v0.9.0
1502026-07-30T03:48:18.201Z Downloaded is_ci v1.2.0
1512026-07-30T03:48:18.203Z Downloaded base64ct v1.8.3
1522026-07-30T03:48:18.206Z Downloaded console v0.15.11
1532026-07-30T03:48:18.206Z Downloaded heck v0.5.0
1542026-07-30T03:48:18.211Z Downloaded hyper-tls v0.6.0
1552026-07-30T03:48:18.214Z Downloaded clap_lex v1.1.0
1562026-07-30T03:48:18.214Z Downloaded is_terminal_polyfill v1.70.2
1572026-07-30T03:48:18.214Z Downloaded nested v0.1.1
1582026-07-30T03:48:18.214Z Downloaded hyper-rustls v0.27.9
1592026-07-30T03:48:18.218Z Downloaded colorchoice v1.0.5
1602026-07-30T03:48:18.218Z Downloaded guppy-workspace-hack v0.1.0
1612026-07-30T03:48:18.221Z Downloaded clap_derive v4.6.4
1622026-07-30T03:48:18.221Z Downloaded chacha20 v0.10.1
1632026-07-30T03:48:18.221Z Downloaded cargo-platform v0.3.3
1642026-07-30T03:48:18.224Z Downloaded pathdiff v0.2.3
1652026-07-30T03:48:18.224Z Downloaded humantime-serde v1.1.1
1662026-07-30T03:48:18.224Z Downloaded cargo-util-schemas v0.2.0
1672026-07-30T03:48:18.227Z Downloaded indent_write v2.2.0
1682026-07-30T03:48:18.227Z Downloaded bitflags v2.13.1
1692026-07-30T03:48:18.231Z Downloaded atomic-waker v1.1.2
1702026-07-30T03:48:18.231Z Downloaded enable-ansi-support v0.2.1
1712026-07-30T03:48:18.233Z Downloaded futures-task v0.3.33
1722026-07-30T03:48:18.233Z Downloaded anstyle-parse v1.0.0
1732026-07-30T03:48:18.237Z Downloaded native-tls v0.2.18
1742026-07-30T03:48:18.237Z Downloaded cargo_metadata v0.23.1
1752026-07-30T03:48:18.239Z Downloaded nextest-workspace-hack v0.1.0
1762026-07-30T03:48:18.239Z Downloaded http-body v1.1.0
1772026-07-30T03:48:18.239Z Downloaded crypto-common v0.1.7
1782026-07-30T03:48:18.242Z Downloaded hex v0.4.3
1792026-07-30T03:48:18.242Z Downloaded camino v1.2.5
1802026-07-30T03:48:18.245Z Downloaded pin-project-lite v0.2.17
1812026-07-30T03:48:18.248Z Downloaded quinn-udp v0.5.15
1822026-07-30T03:48:18.248Z Downloaded humantime v2.4.0
1832026-07-30T03:48:18.248Z Downloaded scopeguard v1.2.0
1842026-07-30T03:48:18.251Z Downloaded generic-array v0.14.7
1852026-07-30T03:48:18.251Z Downloaded color-spantrace v0.3.0
1862026-07-30T03:48:18.251Z Downloaded futures-macro v0.3.33
1872026-07-30T03:48:18.254Z Downloaded number_prefix v0.4.0
1882026-07-30T03:48:18.254Z Downloaded foreign-types-shared v0.1.1
1892026-07-30T03:48:18.254Z Downloaded httparse v1.10.1
1902026-07-30T03:48:18.257Z Downloaded fnv v1.0.7
1912026-07-30T03:48:18.257Z Downloaded cargo-platform v0.2.0
1922026-07-30T03:48:18.257Z Downloaded document-features v0.2.12
1932026-07-30T03:48:18.260Z Downloaded indenter v0.3.4
1942026-07-30T03:48:18.263Z Downloaded lazy_static v1.5.0
1952026-07-30T03:48:18.264Z Downloaded futures-sink v0.3.33
1962026-07-30T03:48:18.269Z Downloaded errno v0.3.14
1972026-07-30T03:48:18.269Z Downloaded autocfg v1.5.1
1982026-07-30T03:48:18.272Z Downloaded rand_core v0.10.1
1992026-07-30T03:48:18.272Z Downloaded serde-value v0.7.0
2002026-07-30T03:48:18.272Z Downloaded once_cell v1.21.4
2012026-07-30T03:48:18.275Z Downloaded idna_adapter v1.0.0
2022026-07-30T03:48:18.275Z Downloaded foreign-types v0.3.2
2032026-07-30T03:48:18.275Z Downloaded indicatif v0.17.11
2042026-07-30T03:48:18.280Z Downloaded newtype-uuid v1.4.0
2052026-07-30T03:48:18.280Z Downloaded debug-ignore v1.0.5
2062026-07-30T03:48:18.285Z Downloaded cpufeatures v0.3.0
2072026-07-30T03:48:18.285Z Downloaded openssl-probe v0.2.1
2082026-07-30T03:48:18.285Z Downloaded lru-slab v0.1.2
2092026-07-30T03:48:18.285Z Downloaded filetime v0.2.29
2102026-07-30T03:48:18.285Z Downloaded cfg-expr v0.20.8
2112026-07-30T03:48:18.288Z Downloaded futures-core v0.3.33
2122026-07-30T03:48:18.288Z Downloaded lock_api v0.4.14
2132026-07-30T03:48:18.288Z Downloaded curve25519-dalek-derive v0.1.1
2142026-07-30T03:48:18.288Z Downloaded cpufeatures v0.2.17
2152026-07-30T03:48:18.288Z Downloaded anstyle v1.0.14
2162026-07-30T03:48:18.291Z Downloaded rustc_version v0.4.1
2172026-07-30T03:48:18.291Z Downloaded nextest-metadata v0.12.2
2182026-07-30T03:48:18.294Z Downloaded itoa v1.0.18
2192026-07-30T03:48:18.296Z Downloaded litrs v1.0.0
2202026-07-30T03:48:18.299Z Downloaded either v1.17.0
2212026-07-30T03:48:18.302Z Downloaded rustls-pki-types v1.15.1
2222026-07-30T03:48:18.302Z Downloaded serde_spanned v1.1.1
2232026-07-30T03:48:18.305Z Downloaded serde_ignored v0.1.14
2242026-07-30T03:48:18.305Z Downloaded shared_child v1.1.1
2252026-07-30T03:48:18.305Z Downloaded bytes v1.12.1
2262026-07-30T03:48:18.308Z Downloaded jobserver v0.1.35
2272026-07-30T03:48:18.308Z Downloaded ordered-float v2.10.1
2282026-07-30T03:48:18.312Z Downloaded fixedbitset v0.5.7
2292026-07-30T03:48:18.312Z Downloaded self-replace v1.5.0
2302026-07-30T03:48:18.315Z Downloaded globset v0.4.19
2312026-07-30T03:48:18.315Z Downloaded shell-words v1.1.1
2322026-07-30T03:48:18.315Z Downloaded http-body-util v0.1.4
2332026-07-30T03:48:18.317Z Downloaded foldhash v0.1.5
2342026-07-30T03:48:18.317Z Downloaded swrite v0.1.0
2352026-07-30T03:48:18.320Z Downloaded sigchld v0.2.4
2362026-07-30T03:48:18.320Z Downloaded duct v0.13.7
2372026-07-30T03:48:18.320Z Downloaded percent-encoding v2.3.2
2382026-07-30T03:48:18.323Z Downloaded strsim v0.11.1
2392026-07-30T03:48:18.323Z Downloaded subtle v2.6.1
2402026-07-30T03:48:18.326Z Downloaded supports-hyperlinks v3.2.0
2412026-07-30T03:48:18.326Z Downloaded der v0.7.10
2422026-07-30T03:48:18.329Z Downloaded ipnet v2.12.0
2432026-07-30T03:48:18.332Z Downloaded const-oid v0.9.6
2442026-07-30T03:48:18.332Z Downloaded ed25519 v2.2.3
2452026-07-30T03:48:18.335Z Downloaded find-msvc-tools v0.1.9
2462026-07-30T03:48:18.335Z Downloaded cargo_metadata v0.20.0
2472026-07-30T03:48:18.337Z Downloaded supports-color v3.0.2
2482026-07-30T03:48:18.340Z Downloaded supports-unicode v3.0.0
2492026-07-30T03:48:18.343Z Downloaded strip-ansi-escapes v0.2.1
2502026-07-30T03:48:18.343Z Downloaded mukti-metadata v0.3.0
2512026-07-30T03:48:18.346Z Downloaded futures-channel v0.3.33
2522026-07-30T03:48:18.349Z Downloaded serde_spanned v0.6.9
2532026-07-30T03:48:18.349Z Downloaded quote v1.0.47
2542026-07-30T03:48:18.349Z Downloaded serde-untagged v0.1.9
2552026-07-30T03:48:18.352Z Downloaded future-queue v0.4.0
2562026-07-30T03:48:18.352Z Downloaded convert_case v0.10.0
2572026-07-30T03:48:18.355Z Downloaded eyre v0.6.12
2582026-07-30T03:48:18.355Z Downloaded tinyvec_macros v0.1.1
2592026-07-30T03:48:18.357Z Downloaded thread_local v1.1.10
2602026-07-30T03:48:18.358Z Downloaded futures-executor v0.3.33
2612026-07-30T03:48:18.361Z Downloaded digest v0.10.7
2622026-07-30T03:48:18.366Z Downloaded openssl-macros v0.1.1
2632026-07-30T03:48:18.366Z Downloaded crc32fast v1.5.0
2642026-07-30T03:48:18.366Z Downloaded ahash v0.8.12
2652026-07-30T03:48:18.373Z Downloaded serde_path_to_error v0.1.20
2662026-07-30T03:48:18.376Z Downloaded getrandom v0.2.17
2672026-07-30T03:48:18.379Z Downloaded indexmap v2.14.0
2682026-07-30T03:48:18.382Z Downloaded spki v0.7.3
2692026-07-30T03:48:18.385Z Downloaded tracing-error v0.2.1
2702026-07-30T03:48:18.385Z Downloaded simd-adler32 v0.3.10
2712026-07-30T03:48:18.385Z Downloaded rand_core v0.9.5
2722026-07-30T03:48:18.388Z Downloaded sha2 v0.10.9
2732026-07-30T03:48:18.388Z Downloaded signature v2.2.0
2742026-07-30T03:48:18.388Z Downloaded typeid v1.0.3
2752026-07-30T03:48:18.391Z Downloaded slab v0.4.12
2762026-07-30T03:48:18.391Z Downloaded futures v0.3.33
2772026-07-30T03:48:18.394Z Downloaded sync_wrapper v1.0.2
2782026-07-30T03:48:18.394Z Downloaded os_pipe v1.2.3
2792026-07-30T03:48:18.394Z Downloaded smol_str v0.3.6
2802026-07-30T03:48:18.397Z Downloaded rand_pcg v0.10.2
2812026-07-30T03:48:18.397Z Downloaded erased-serde v0.4.10
2822026-07-30T03:48:18.400Z Downloaded untrusted v0.9.0
2832026-07-30T03:48:18.400Z Downloaded toml_datetime v0.6.11
2842026-07-30T03:48:18.400Z Downloaded derive_more-impl v2.1.1
2852026-07-30T03:48:18.403Z Downloaded clap v4.6.4
2862026-07-30T03:48:18.407Z Downloaded toml_write v0.1.2
2872026-07-30T03:48:18.410Z Downloaded thiserror-impl v1.0.69
2882026-07-30T03:48:18.410Z Downloaded terminal_size v0.4.4
2892026-07-30T03:48:18.410Z Downloaded tower-layer v0.3.3
2902026-07-30T03:48:18.413Z Downloaded serde_urlencoded v0.7.1
2912026-07-30T03:48:18.413Z Downloaded target-spec-miette v0.4.8
2922026-07-30T03:48:18.416Z Downloaded version_check v0.9.5
2932026-07-30T03:48:18.416Z Downloaded utf8parse v0.2.2
2942026-07-30T03:48:18.416Z Downloaded utf8_iter v1.0.4
2952026-07-30T03:48:18.416Z Downloaded config v0.15.25
2962026-07-30T03:48:18.419Z Downloaded rustc-demangle v0.1.28
2972026-07-30T03:48:18.422Z Downloaded self_update v0.42.0
2982026-07-30T03:48:18.422Z Downloaded semver v1.0.28
2992026-07-30T03:48:18.425Z Downloaded rustc-hash v2.1.3
3002026-07-30T03:48:18.425Z Downloaded signal-hook-mio v0.2.5
3012026-07-30T03:48:18.425Z Downloaded rand_chacha v0.9.0
3022026-07-30T03:48:18.428Z Downloaded try-lock v0.2.5
3032026-07-30T03:48:18.428Z Downloaded tokio-native-tls v0.3.1
3042026-07-30T03:48:18.432Z Downloaded xattr v1.6.1
3052026-07-30T03:48:18.435Z Downloaded backtrace v0.3.76
3062026-07-30T03:48:18.438Z Downloaded tower-service v0.3.3
3072026-07-30T03:48:18.441Z Downloaded getrandom v0.3.4
3082026-07-30T03:48:18.444Z Downloaded smallvec v1.15.2
3092026-07-30T03:48:18.448Z Downloaded owo-colors v4.3.0
3102026-07-30T03:48:18.451Z Downloaded tracing-log v0.2.0
3112026-07-30T03:48:18.454Z Downloaded static_assertions v1.1.0
3122026-07-30T03:48:18.458Z Downloaded unicode-xid v0.2.6
3132026-07-30T03:48:18.461Z Downloaded base64 v0.22.1
3142026-07-30T03:48:18.464Z Downloaded pin-project-internal v1.1.13
3152026-07-30T03:48:18.468Z Downloaded dialoguer v0.11.0
3162026-07-30T03:48:18.468Z Downloaded serde_derive v1.0.229
3172026-07-30T03:48:18.473Z Downloaded want v0.3.1
3182026-07-30T03:48:18.473Z Downloaded urlencoding v2.1.3
3192026-07-30T03:48:18.473Z Downloaded target-lexicon v0.13.5
3202026-07-30T03:48:18.476Z Downloaded xxhash-rust v0.8.18
3212026-07-30T03:48:18.478Z Downloaded thiserror-impl v2.0.19
3222026-07-30T03:48:18.481Z Downloaded signal-hook-registry v1.4.8
3232026-07-30T03:48:18.481Z Downloaded zeroize v1.9.0
3242026-07-30T03:48:18.481Z Downloaded toml v0.8.23
3252026-07-30T03:48:18.484Z Downloaded miette-derive v7.6.0
3262026-07-30T03:48:18.487Z Downloaded tokio-macros v2.7.2
3272026-07-30T03:48:18.487Z Downloaded ppv-lite86 v0.2.21
3282026-07-30T03:48:18.487Z Downloaded zstd-safe v7.2.4
3292026-07-30T03:48:18.487Z Downloaded zstd v0.13.3
3302026-07-30T03:48:18.490Z Downloaded toml_parser v1.1.3+spec-1.1.0
3312026-07-30T03:48:18.490Z Downloaded zipsign-api v0.1.5
3322026-07-30T03:48:18.495Z Downloaded borsh v1.8.0
3332026-07-30T03:48:18.498Z Downloaded thiserror v2.0.19
3342026-07-30T03:48:18.498Z Downloaded tracing-attributes v0.1.31
3352026-07-30T03:48:18.501Z Downloaded socket2 v0.6.5
3362026-07-30T03:48:18.501Z Downloaded signal-hook v0.3.18
3372026-07-30T03:48:18.504Z Downloaded rand_core v0.6.4
3382026-07-30T03:48:18.504Z Downloaded pkg-config v0.3.33
3392026-07-30T03:48:18.507Z Downloaded textwrap v0.16.2
3402026-07-30T03:48:18.507Z Downloaded getrandom v0.4.3
3412026-07-30T03:48:18.510Z Downloaded thiserror v1.0.69
3422026-07-30T03:48:18.518Z Downloaded unicode-linebreak v0.1.5
3432026-07-30T03:48:18.521Z Downloaded toml v1.1.4+spec-1.1.0
3442026-07-30T03:48:18.523Z Downloaded tinyvec v1.12.0
3452026-07-30T03:48:18.523Z Downloaded serde_core v1.0.229
3462026-07-30T03:48:18.527Z Downloaded unicase v2.9.0
3472026-07-30T03:48:18.527Z Downloaded flate2 v1.1.9
3482026-07-30T03:48:18.531Z Downloaded quick-junit v0.5.2
3492026-07-30T03:48:18.531Z Downloaded toml_writer v1.1.2+spec-1.1.0
3502026-07-30T03:48:18.533Z Downloaded pkcs8 v0.10.2
3512026-07-30T03:48:18.534Z Downloaded derive-where v1.6.1
3522026-07-30T03:48:18.536Z Downloaded hyper-util v0.1.20
3532026-07-30T03:48:18.540Z Downloaded shlex v2.0.1
3542026-07-30T03:48:18.542Z Downloaded ed25519-dalek v2.2.0
3552026-07-30T03:48:18.543Z Downloaded ryu v1.0.23
3562026-07-30T03:48:18.546Z Downloaded iana-time-zone v0.1.65
3572026-07-30T03:48:18.549Z Downloaded parking_lot v0.12.5
3582026-07-30T03:48:18.549Z Downloaded uuid v1.24.0
3592026-07-30T03:48:18.552Z Downloaded serde v1.0.229
3602026-07-30T03:48:18.556Z Downloaded derive_more v2.1.1
3612026-07-30T03:48:18.559Z Downloaded zmij v1.0.23
3622026-07-30T03:48:18.562Z Downloaded tokio-stream v0.1.19
3632026-07-30T03:48:18.565Z Downloaded tokio-rustls v0.26.4
3642026-07-30T03:48:18.565Z Downloaded toml_edit v0.22.27
3652026-07-30T03:48:18.568Z Downloaded parking_lot_core v0.9.12
3662026-07-30T03:48:18.568Z Downloaded target-spec v3.6.0
3672026-07-30T03:48:18.571Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3682026-07-30T03:48:18.571Z Downloaded miniz_oxide v0.8.9
3692026-07-30T03:48:18.576Z Downloaded tar v0.4.46
3702026-07-30T03:48:18.581Z Downloaded vte v0.14.1
3712026-07-30T03:48:18.593Z Downloaded log v0.4.33
3722026-07-30T03:48:18.599Z Downloaded num-traits v0.2.19
3732026-07-30T03:48:18.610Z Downloaded tempfile v3.27.0
3742026-07-30T03:48:18.615Z Downloaded nextest-filtering v0.15.0
3752026-07-30T03:48:18.619Z Downloaded url v2.5.8
3762026-07-30T03:48:18.622Z Downloaded pin-project v1.1.13
3772026-07-30T03:48:18.627Z Downloaded sharded-slab v0.1.7
3782026-07-30T03:48:18.630Z Downloaded aho-corasick v1.1.4
3792026-07-30T03:48:18.632Z Downloaded tower v0.5.3
3802026-07-30T03:48:18.637Z Downloaded proc-macro2 v1.0.107
3812026-07-30T03:48:18.640Z Downloaded mio v1.2.2
3822026-07-30T03:48:18.642Z Downloaded clap_builder v4.6.2
3832026-07-30T03:48:18.646Z Downloaded memchr v2.8.3
3842026-07-30T03:48:18.649Z Downloaded unicode-ident v1.0.24
3852026-07-30T03:48:18.652Z Downloaded hashbrown v0.15.5
3862026-07-30T03:48:18.665Z Downloaded unicode-normalization v0.1.25
3872026-07-30T03:48:18.665Z Downloaded http v1.5.0
3882026-07-30T03:48:18.665Z Downloaded idna v1.1.0
3892026-07-30T03:48:18.665Z Downloaded crossterm v0.29.0
3902026-07-30T03:48:18.665Z Downloaded openssl-sys v0.9.117
3912026-07-30T03:48:18.669Z Downloaded serde_json v1.0.151
3922026-07-30T03:48:18.672Z Downloaded rand v0.10.2
3932026-07-30T03:48:18.672Z Downloaded tracing-core v0.1.36
3942026-07-30T03:48:18.675Z Downloaded miette v7.6.0
3952026-07-30T03:48:18.678Z Downloaded hashbrown v0.17.1
3962026-07-30T03:48:18.682Z Downloaded tokio-util v0.7.19
3972026-07-30T03:48:18.685Z Downloaded tower-http v0.6.11
3982026-07-30T03:48:18.689Z Downloaded h2 v0.4.15
3992026-07-30T03:48:18.692Z Downloaded quinn v0.11.11
4002026-07-30T03:48:18.695Z Downloaded rustls-webpki v0.103.13
4012026-07-30T03:48:18.695Z Downloaded rand v0.9.5
4022026-07-30T03:48:18.698Z Downloaded futures-util v0.3.33
4032026-07-30T03:48:18.702Z Downloaded guppy v0.17.26
4042026-07-30T03:48:18.722Z Downloaded chrono v0.4.45
4052026-07-30T03:48:18.741Z Downloaded tracing-subscriber v0.3.23
4062026-07-30T03:48:18.746Z Downloaded typenum v1.20.1
4072026-07-30T03:48:18.750Z Downloaded webpki-roots v1.0.9
4082026-07-30T03:48:18.753Z Downloaded vcpkg v0.2.15
4092026-07-30T03:48:18.775Z Downloaded pulldown-cmark v0.13.4
4102026-07-30T03:48:18.779Z Downloaded unicode-width v0.1.14
4112026-07-30T03:48:18.782Z Downloaded itertools v0.14.0
4122026-07-30T03:48:18.785Z Downloaded gimli v0.32.3
4132026-07-30T03:48:18.789Z Downloaded curve25519-dalek v4.1.3
4142026-07-30T03:48:18.794Z Downloaded zerocopy v0.8.55
4152026-07-30T03:48:18.804Z Downloaded unicode-segmentation v1.13.3
4162026-07-30T03:48:18.807Z Downloaded syn v3.0.3
4172026-07-30T03:48:18.812Z Downloaded regex v1.13.1
4182026-07-30T03:48:18.815Z Downloaded bstr v1.13.0
4192026-07-30T03:48:18.819Z Downloaded ron v0.12.2
4202026-07-30T03:48:18.824Z Downloaded unicode-width v0.2.2
4212026-07-30T03:48:18.828Z Downloaded portable-atomic v1.14.0
4222026-07-30T03:48:18.834Z Downloaded reqwest v0.12.28
4232026-07-30T03:48:18.851Z Downloaded color-eyre v0.6.5
4242026-07-30T03:48:18.859Z Downloaded quick-xml v0.38.4
4252026-07-30T03:48:18.865Z Downloaded hyper v1.11.0
4262026-07-30T03:48:18.875Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4272026-07-30T03:48:18.885Z Downloaded tokio v1.53.1
4282026-07-30T03:48:18.907Z Downloaded winnow v1.0.4
4292026-07-30T03:48:18.915Z Downloaded winnow v0.7.15
4302026-07-30T03:48:18.926Z Downloaded quick-xml v0.37.5
4312026-07-30T03:48:18.949Z Downloaded quinn-proto v0.11.16
4322026-07-30T03:48:18.975Z Downloaded nextest-runner v0.80.0
4332026-07-30T03:48:19.036Z Downloaded nix v0.30.1
4342026-07-30T03:48:19.044Z Downloaded openssl v0.10.81
4352026-07-30T03:48:19.056Z Downloaded syn v2.0.119
4362026-07-30T03:48:19.063Z Downloaded object v0.37.3
4372026-07-30T03:48:19.081Z Downloaded regex-syntax v0.8.11
4382026-07-30T03:48:19.092Z Downloaded rustix v0.38.44
4392026-07-30T03:48:19.104Z Downloaded rustls v0.23.43
4402026-07-30T03:48:19.110Z Downloaded rustix v1.1.4
4412026-07-30T03:48:19.141Z Downloaded tracing v0.1.44
4422026-07-30T03:48:19.177Z Downloaded regex-automata v0.4.16
4432026-07-30T03:48:19.240Z Downloaded petgraph v0.8.3
4442026-07-30T03:48:19.255Z Downloaded libc v0.2.189
4452026-07-30T03:48:19.333Z Downloaded recursion v0.5.4
4462026-07-30T03:48:19.339Z Downloaded ring v0.17.14
4472026-07-30T03:48:19.399Z Compiling proc-macro2 v1.0.107
4482026-07-30T03:48:19.399Z Compiling quote v1.0.47
4492026-07-30T03:48:19.399Z Compiling libc v0.2.189
4502026-07-30T03:48:19.399Z Compiling unicode-ident v1.0.24
4512026-07-30T03:48:19.402Z Compiling serde_core v1.0.229
4522026-07-30T03:48:19.402Z Compiling cfg-if v1.0.4
4532026-07-30T03:48:19.402Z Compiling memchr v2.8.3
4542026-07-30T03:48:19.529Z Compiling once_cell v1.21.4
4552026-07-30T03:48:19.607Z Compiling log v0.4.33
4562026-07-30T03:48:19.678Z Compiling pin-project-lite v0.2.17
4572026-07-30T03:48:19.774Z Compiling serde v1.0.229
4582026-07-30T03:48:19.800Z Compiling itoa v1.0.18
4592026-07-30T03:48:19.928Z Compiling smallvec v1.15.2
4602026-07-30T03:48:20.039Z Compiling futures-core v0.3.33
4612026-07-30T03:48:20.121Z Compiling bitflags v2.13.1
4622026-07-30T03:48:20.166Z Compiling hashbrown v0.17.1
4632026-07-30T03:48:20.195Z Compiling find-msvc-tools v0.1.9
4642026-07-30T03:48:20.448Z Compiling errno v0.3.14
4652026-07-30T03:48:20.553Z Compiling signal-hook-registry v1.4.8
4662026-07-30T03:48:20.615Z Compiling jobserver v0.1.35
4672026-07-30T03:48:20.662Z Compiling equivalent v1.0.2
4682026-07-30T03:48:20.739Z Compiling syn v3.0.3
4692026-07-30T03:48:20.752Z Compiling syn v2.0.119
4702026-07-30T03:48:20.763Z Compiling shlex v2.0.1
4712026-07-30T03:48:20.819Z Compiling bytes v1.12.1
4722026-07-30T03:48:20.911Z Compiling cc v1.4.0
4732026-07-30T03:48:20.946Z Compiling mio v1.2.2
4742026-07-30T03:48:20.959Z Compiling futures-sink v0.3.33
4752026-07-30T03:48:21.071Z Compiling rustix v1.1.4
4762026-07-30T03:48:21.131Z Compiling socket2 v0.6.5
4772026-07-30T03:48:21.676Z Compiling slab v0.4.12
4782026-07-30T03:48:21.724Z Compiling zmij v1.0.23
4792026-07-30T03:48:21.888Z Compiling futures-channel v0.3.33
4802026-07-30T03:48:21.950Z Compiling indexmap v2.14.0
4812026-07-30T03:48:22.088Z Compiling tracing-core v0.1.36
4822026-07-30T03:48:22.100Z Compiling serde_json v1.0.151
4832026-07-30T03:48:22.151Z Compiling version_check v0.9.5
4842026-07-30T03:48:22.358Z Compiling getrandom v0.4.3
4852026-07-30T03:48:22.418Z Compiling futures-task v0.3.33
4862026-07-30T03:48:22.592Z Compiling futures-io v0.3.33
4872026-07-30T03:48:22.646Z Compiling percent-encoding v2.3.2
4882026-07-30T03:48:22.775Z Compiling unicode-width v0.2.2
4892026-07-30T03:48:22.792Z Compiling camino v1.2.5
4902026-07-30T03:48:23.080Z Compiling ring v0.17.14
4912026-07-30T03:48:23.092Z Compiling http v1.5.0
4922026-07-30T03:48:23.155Z Compiling autocfg v1.5.1
4932026-07-30T03:48:23.166Z Compiling zeroize v1.9.0
4942026-07-30T03:48:23.363Z Compiling simd-adler32 v0.3.10
4952026-07-30T03:48:23.514Z Compiling adler2 v2.0.1
4962026-07-30T03:48:23.594Z Compiling miniz_oxide v0.8.9
4972026-07-30T03:48:23.607Z Compiling serde_derive v1.0.229
4982026-07-30T03:48:23.661Z Compiling tokio-macros v2.7.2
4992026-07-30T03:48:24.195Z Compiling num-traits v0.2.19
5002026-07-30T03:48:24.328Z Compiling futures-macro v0.3.33
5012026-07-30T03:48:24.396Z Compiling tokio v1.53.1
5022026-07-30T03:48:24.437Z Compiling tracing-attributes v0.1.31
5032026-07-30T03:48:25.009Z Compiling getrandom v0.3.4
5042026-07-30T03:48:25.172Z Compiling futures-util v0.3.33
5052026-07-30T03:48:25.246Z Compiling object v0.37.3
5062026-07-30T03:48:25.346Z Compiling zerocopy v0.8.55
5072026-07-30T03:48:25.552Z Compiling target-lexicon v0.13.5
5082026-07-30T03:48:25.647Z Compiling tracing v0.1.44
5092026-07-30T03:48:25.780Z Compiling http-body v1.1.0
5102026-07-30T03:48:25.839Z Compiling rustls-pki-types v1.15.1
5112026-07-30T03:48:25.939Z Compiling form_urlencoded v1.2.2
5122026-07-30T03:48:25.988Z Compiling semver v1.0.28
5132026-07-30T03:48:26.067Z Compiling getrandom v0.2.17
5142026-07-30T03:48:26.206Z Compiling idna_adapter v1.0.0
5152026-07-30T03:48:26.254Z Compiling guppy-workspace-hack v0.1.0
5162026-07-30T03:48:26.300Z Compiling gimli v0.32.3
5172026-07-30T03:48:26.472Z Compiling httparse v1.10.1
5182026-07-30T03:48:26.627Z Compiling utf8_iter v1.0.4
5192026-07-30T03:48:26.702Z Compiling thiserror v2.0.19
5202026-07-30T03:48:26.790Z Compiling fnv v1.0.7
5212026-07-30T03:48:26.822Z Compiling owo-colors v4.3.0
5222026-07-30T03:48:26.842Z Compiling signal-hook v0.3.18
5232026-07-30T03:48:26.899Z Compiling untrusted v0.9.0
5242026-07-30T03:48:27.087Z Compiling idna v1.1.0
5252026-07-30T03:48:27.876Z Compiling thiserror-impl v2.0.19
5262026-07-30T03:48:27.935Z Compiling generic-array v0.14.7
5272026-07-30T03:48:28.173Z Compiling rustc-demangle v0.1.28
5282026-07-30T03:48:28.708Z Compiling tokio-util v0.7.19
5292026-07-30T03:48:28.980Z Compiling addr2line v0.25.1
5302026-07-30T03:48:29.063Z Compiling typeid v1.0.3
5312026-07-30T03:48:29.165Z Compiling target-spec v3.6.0
5322026-07-30T03:48:29.353Z Compiling fastrand v2.5.0
5332026-07-30T03:48:29.402Z Compiling try-lock v0.2.5
5342026-07-30T03:48:29.455Z Compiling rustls v0.23.43
5352026-07-30T03:48:29.516Z Compiling thiserror v1.0.69
5362026-07-30T03:48:29.675Z Compiling tower-service v0.3.3
5372026-07-30T03:48:29.678Z Compiling atomic-waker v1.1.2
5382026-07-30T03:48:29.782Z Compiling pkg-config v0.3.33
5392026-07-30T03:48:29.805Z Compiling h2 v0.4.15
5402026-07-30T03:48:29.808Z Compiling tempfile v3.27.0
5412026-07-30T03:48:30.003Z Compiling want v0.3.1
5422026-07-30T03:48:30.212Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5432026-07-30T03:48:30.284Z Compiling url v2.5.8
5442026-07-30T03:48:30.326Z Compiling cfg-expr v0.20.8
5452026-07-30T03:48:30.632Z Compiling backtrace v0.3.76
5462026-07-30T03:48:31.604Z Compiling thiserror-impl v1.0.69
5472026-07-30T03:48:31.636Z Compiling terminal_size v0.4.4
5482026-07-30T03:48:31.778Z Compiling aho-corasick v1.1.4
5492026-07-30T03:48:31.794Z Compiling typenum v1.20.1
5502026-07-30T03:48:32.477Z Compiling rustls-webpki v0.103.13
5512026-07-30T03:48:32.722Z Compiling subtle v2.6.1
5522026-07-30T03:48:32.761Z Compiling regex-syntax v0.8.11
5532026-07-30T03:48:32.881Z Compiling erased-serde v0.4.10
5542026-07-30T03:48:33.202Z Compiling winnow v0.7.15
5552026-07-30T03:48:35.031Z Compiling regex-automata v0.4.16
5562026-07-30T03:48:35.421Z Compiling hyper v1.11.0
5572026-07-30T03:48:37.316Z Compiling toml_datetime v0.6.11
5582026-07-30T03:48:37.374Z Compiling serde_spanned v0.6.9
5592026-07-30T03:48:37.534Z Compiling ahash v0.8.12
5602026-07-30T03:48:37.700Z Compiling sync_wrapper v1.0.2
5612026-07-30T03:48:37.793Z Compiling unicode-linebreak v0.1.5
5622026-07-30T03:48:37.814Z Compiling foldhash v0.1.5
5632026-07-30T03:48:38.035Z Compiling base64 v0.22.1
5642026-07-30T03:48:38.059Z Compiling is_ci v1.2.0
5652026-07-30T03:48:38.229Z Compiling tower-layer v0.3.3
5662026-07-30T03:48:38.432Z Compiling unicode-segmentation v1.13.3
5672026-07-30T03:48:38.518Z Compiling either v1.17.0
5682026-07-30T03:48:38.752Z Compiling portable-atomic v1.14.0
5692026-07-30T03:48:38.826Z Compiling nextest-workspace-hack v0.1.0
5702026-07-30T03:48:39.057Z Compiling crc32fast v1.5.0
5712026-07-30T03:48:39.218Z Compiling parking_lot_core v0.9.12
5722026-07-30T03:48:39.235Z Compiling ipnet v2.12.0
5732026-07-30T03:48:39.267Z Compiling toml_write v0.1.2
5742026-07-30T03:48:39.362Z Compiling lazy_static v1.5.0
5752026-07-30T03:48:39.469Z Compiling sharded-slab v0.1.7
5762026-07-30T03:48:39.510Z Compiling hyper-util v0.1.20
5772026-07-30T03:48:39.523Z Compiling toml_edit v0.22.27
5782026-07-30T03:48:40.147Z Compiling convert_case v0.10.0
5792026-07-30T03:48:40.163Z Compiling tower v0.5.3
5802026-07-30T03:48:40.403Z Compiling tokio-rustls v0.26.4
5812026-07-30T03:48:40.470Z Compiling supports-color v3.0.2
5822026-07-30T03:48:40.694Z Compiling textwrap v0.16.2
5832026-07-30T03:48:40.705Z Compiling hashbrown v0.15.5
5842026-07-30T03:48:41.330Z Compiling backtrace-ext v0.2.1
5852026-07-30T03:48:41.366Z Compiling ordered-float v2.10.1
5862026-07-30T03:48:41.591Z Compiling webpki-roots v1.0.9
5872026-07-30T03:48:41.659Z Compiling pathdiff v0.2.3
5882026-07-30T03:48:41.717Z Compiling miette-derive v7.6.0
5892026-07-30T03:48:41.789Z Compiling console v0.15.11
5902026-07-30T03:48:42.092Z Compiling tracing-log v0.2.0
5912026-07-30T03:48:42.176Z Compiling cargo-platform v0.3.3
5922026-07-30T03:48:42.619Z Compiling os_pipe v1.2.3
5932026-07-30T03:48:42.631Z Compiling thread_local v1.1.10
5942026-07-30T03:48:42.727Z Compiling rustix v0.38.44
5952026-07-30T03:48:42.823Z Compiling debug-ignore v1.0.5
5962026-07-30T03:48:42.935Z Compiling scopeguard v1.2.0
5972026-07-30T03:48:42.972Z Compiling fixedbitset v0.5.7
5982026-07-30T03:48:43.044Z Compiling cfg_aliases v0.2.2
5992026-07-30T03:48:43.091Z Compiling supports-unicode v3.0.0
6002026-07-30T03:48:43.103Z Compiling utf8parse v0.2.2
6012026-07-30T03:48:43.114Z Compiling pulldown-cmark v0.13.4
6022026-07-30T03:48:43.211Z Compiling unicode-width v0.1.14
6032026-07-30T03:48:43.341Z Compiling supports-hyperlinks v3.2.0
6042026-07-30T03:48:43.483Z Compiling winnow v1.0.4
6052026-07-30T03:48:43.514Z Compiling ryu v1.0.23
6062026-07-30T03:48:43.591Z Compiling zstd-safe v7.2.4
6072026-07-30T03:48:43.648Z Compiling serde_urlencoded v0.7.1
6082026-07-30T03:48:43.803Z Compiling miette v7.6.0
6092026-07-30T03:48:43.859Z Compiling petgraph v0.8.3
6102026-07-30T03:48:43.923Z Compiling anstyle-parse v1.0.0
6112026-07-30T03:48:44.138Z Compiling nix v0.30.1
6122026-07-30T03:48:44.530Z Compiling toml_parser v1.1.3+spec-1.1.0
6132026-07-30T03:48:45.011Z Compiling lock_api v0.4.14
6142026-07-30T03:48:45.260Z Compiling tracing-subscriber v0.3.23
6152026-07-30T03:48:45.785Z Compiling sigchld v0.2.4
6162026-07-30T03:48:45.868Z Compiling cargo_metadata v0.23.1
6172026-07-30T03:48:45.985Z Compiling hyper-rustls v0.27.9
6182026-07-30T03:48:46.400Z Compiling serde-value v0.7.0
6192026-07-30T03:48:46.655Z Compiling serde-untagged v0.1.9
6202026-07-30T03:48:47.028Z Compiling toml v0.8.23
6212026-07-30T03:48:47.422Z Compiling tower-http v0.6.11
6222026-07-30T03:48:47.887Z Compiling derive_more-impl v2.1.1
6232026-07-30T03:48:48.795Z Compiling itertools v0.14.0
6242026-07-30T03:48:48.838Z Compiling regex v1.13.1
6252026-07-30T03:48:48.872Z Compiling block-buffer v0.10.4
6262026-07-30T03:48:49.020Z Compiling crypto-common v0.1.7
6272026-07-30T03:48:49.088Z Compiling ppv-lite86 v0.2.21
6282026-07-30T03:48:49.150Z Compiling rand_core v0.9.5
6292026-07-30T03:48:49.397Z Compiling futures-executor v0.3.33
6302026-07-30T03:48:49.413Z Compiling http-body-util v0.1.4
6312026-07-30T03:48:49.700Z Compiling pin-project-internal v1.1.13
6322026-07-30T03:48:49.825Z Compiling uuid v1.24.0
6332026-07-30T03:48:49.922Z Compiling smol_str v0.3.6
6342026-07-30T03:48:50.245Z Compiling serde_spanned v1.1.1
6352026-07-30T03:48:50.258Z Compiling toml_datetime v1.1.1+spec-1.1.0
6362026-07-30T03:48:50.290Z Compiling filetime v0.2.29
6372026-07-30T03:48:50.364Z Compiling vte v0.14.1
6382026-07-30T03:48:50.393Z Compiling bstr v1.13.0
6392026-07-30T03:48:50.496Z Compiling anstyle v1.0.14
6402026-07-30T03:48:50.581Z Compiling is_terminal_polyfill v1.70.2
6412026-07-30T03:48:50.671Z Compiling static_assertions v1.1.0
6422026-07-30T03:48:50.685Z Compiling eyre v0.6.12
6432026-07-30T03:48:50.759Z Compiling unicase v2.9.0
6442026-07-30T03:48:50.762Z Compiling tinyvec_macros v0.1.1
6452026-07-30T03:48:50.844Z Compiling nested v0.1.1
6462026-07-30T03:48:50.937Z Compiling color-spantrace v0.3.0
6472026-07-30T03:48:50.999Z Compiling anstyle-query v1.1.5
6482026-07-30T03:48:51.031Z Compiling unicode-xid v0.2.6
6492026-07-30T03:48:51.034Z Compiling xattr v1.6.1
6502026-07-30T03:48:51.082Z Compiling iana-time-zone v0.1.65
6512026-07-30T03:48:51.102Z Compiling litrs v1.0.0
6522026-07-30T03:48:51.174Z Compiling self_update v0.42.0
6532026-07-30T03:48:51.212Z Compiling colorchoice v1.0.5
6542026-07-30T03:48:51.240Z Compiling number_prefix v0.4.0
6552026-07-30T03:48:51.387Z Compiling indicatif v0.17.11
6562026-07-30T03:48:51.414Z Compiling anstream v1.0.0
6572026-07-30T03:48:51.477Z Compiling chrono v0.4.45
6582026-07-30T03:48:51.489Z Compiling tar v0.4.46
6592026-07-30T03:48:51.532Z Compiling document-features v0.2.12
6602026-07-30T03:48:51.907Z Compiling cargo-util-schemas v0.2.0
6612026-07-30T03:48:52.370Z Compiling guppy v0.17.26
6622026-07-30T03:48:52.463Z Compiling tinyvec v1.12.0
6632026-07-30T03:48:52.900Z Compiling globset v0.4.19
6642026-07-30T03:48:54.023Z Compiling pin-project v1.1.13
6652026-07-30T03:48:54.129Z Compiling strip-ansi-escapes v0.2.1
6662026-07-30T03:48:54.307Z Compiling toml v1.1.4+spec-1.1.0
6672026-07-30T03:48:54.355Z Compiling nextest-metadata v0.12.2
6682026-07-30T03:48:54.478Z Compiling newtype-uuid v1.4.0
6692026-07-30T03:48:54.627Z Compiling reqwest v0.12.28
6702026-07-30T03:48:54.666Z Compiling futures v0.3.33
6712026-07-30T03:48:54.748Z Compiling rand_chacha v0.9.0
6722026-07-30T03:48:54.822Z Compiling digest v0.10.7
6732026-07-30T03:48:55.048Z Compiling parking_lot v0.12.5
6742026-07-30T03:48:55.307Z Compiling flate2 v1.1.9
6752026-07-30T03:48:55.858Z Compiling derive_more v2.1.1
6762026-07-30T03:48:55.941Z Compiling tracing-error v0.2.1
6772026-07-30T03:48:55.962Z Compiling shared_child v1.1.1
6782026-07-30T03:48:56.296Z Compiling signal-hook-mio v0.2.5
6792026-07-30T03:48:56.430Z Compiling self-replace v1.5.0
6802026-07-30T03:48:56.542Z Compiling cargo-platform v0.2.0
6812026-07-30T03:48:56.717Z Compiling quick-xml v0.37.5
6822026-07-30T03:48:57.104Z Compiling quick-xml v0.38.4
6832026-07-30T03:48:57.505Z Compiling clap_lex v1.1.0
6842026-07-30T03:48:57.746Z Compiling shell-words v1.1.1
6852026-07-30T03:48:57.866Z Compiling cpufeatures v0.2.17
6862026-07-30T03:48:57.885Z Compiling urlencoding v2.1.3
6872026-07-30T03:48:57.940Z Compiling strsim v0.11.1
6882026-07-30T03:48:58.127Z Compiling humantime v2.4.0
6892026-07-30T03:48:58.234Z Compiling heck v0.5.0
6902026-07-30T03:48:58.550Z Compiling recursion v0.5.4
6912026-07-30T03:48:58.695Z Compiling indenter v0.3.4
6922026-07-30T03:48:58.695Z Compiling nextest-filtering v0.15.0
6932026-07-30T03:48:58.738Z Compiling clap_builder v4.6.2
6942026-07-30T03:48:58.755Z Compiling clap_derive v4.6.4
6952026-07-30T03:48:59.343Z Compiling humantime-serde v1.1.1
6962026-07-30T03:48:59.500Z Compiling sha2 v0.10.9
6972026-07-30T03:49:00.510Z Compiling quick-junit v0.5.2
6982026-07-30T03:49:00.723Z Compiling atomicwrites v0.4.4
6992026-07-30T03:49:01.004Z Compiling cargo_metadata v0.20.0
7002026-07-30T03:49:02.619Z Compiling cargo-nextest v0.9.97
7012026-07-30T03:49:02.943Z Compiling crossterm v0.29.0
7022026-07-30T03:49:04.502Z Compiling duct v0.13.7
7032026-07-30T03:49:04.848Z Compiling zstd v0.13.3
7042026-07-30T03:49:05.708Z Compiling rand v0.9.5
7052026-07-30T03:49:05.960Z Compiling config v0.15.25
7062026-07-30T03:49:06.027Z Compiling async-scoped v0.9.0
7072026-07-30T03:49:06.106Z Compiling unicode-normalization v0.1.25
7082026-07-30T03:49:06.118Z Compiling target-spec-miette v0.4.8
7092026-07-30T03:49:06.212Z Compiling future-queue v0.4.0
7102026-07-30T03:49:06.212Z Compiling mukti-metadata v0.3.0
7112026-07-30T03:49:06.469Z Compiling camino-tempfile v1.4.1
7122026-07-30T03:49:06.488Z Compiling tokio-stream v0.1.19
7132026-07-30T03:49:06.540Z Compiling derive-where v1.6.1
7142026-07-30T03:49:06.672Z Compiling serde_path_to_error v0.1.20
7152026-07-30T03:49:06.702Z Compiling serde_ignored v0.1.14
7162026-07-30T03:49:06.898Z Compiling swrite v0.1.0
7172026-07-30T03:49:06.925Z Compiling home v0.5.12
7182026-07-30T03:49:07.003Z Compiling xxhash-rust v0.8.18
7192026-07-30T03:49:07.030Z Compiling hex v0.4.3
7202026-07-30T03:49:07.099Z Compiling indent_write v2.2.0
7212026-07-30T03:49:07.178Z Compiling color-eyre v0.6.5
7222026-07-30T03:49:07.240Z Compiling clap v4.6.4
7232026-07-30T03:49:07.266Z Compiling dialoguer v0.11.0
7242026-07-30T03:49:07.317Z Compiling enable-ansi-support v0.2.1
7252026-07-30T03:49:07.780Z Compiling nextest-runner v0.80.0
7262026-07-30T03:49:25.909Z Finished `release` profile [optimized] target(s) in 1m 10s
7272026-07-30T03:49:26.086Z Installing /home/build/.cargo/bin/cargo-nextest
7282026-07-30T03:49:26.090Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7292026-07-30T03:49:26.207Z+ source .github/buildomat/test-common.sh
7302026-07-30T03:49:26.210Z++ NEXTEST_VERSION=0.9.97
7312026-07-30T03:49:26.210Z++ PLATFORM=illumos
7322026-07-30T03:49:26.210Z++ banner install
7332026-07-30T03:49:26.210Z
7342026-07-30T03:49:26.211Z # # # #### ##### ## # #
7352026-07-30T03:49:26.211Z # ## # # # # # # #
7362026-07-30T03:49:26.211Z # # # # #### # # # # #
7372026-07-30T03:49:26.211Z # # # # # # ###### # #
7382026-07-30T03:49:26.211Z # # ## # # # # # # #
7392026-07-30T03:49:26.211Z # # # #### # # # ###### ######
7402026-07-30T03:49:26.211Z
7412026-07-30T03:49:26.211Z++ set +o errexit
7422026-07-30T03:49:26.211Z++ pkg info clang-15
7432026-07-30T03:49:26.211Z++ grep -qi installed
7442026-07-30T03:49:27.335Zpkg: info: no packages matching the following patterns you specified are
7452026-07-30T03:49:27.335Zinstalled on the system. Try querying remotely instead:
7462026-07-30T03:49:27.335Z
7472026-07-30T03:49:27.335Z clang-15
7482026-07-30T03:49:27.375Z++ [[ 1 != 0 ]]
7492026-07-30T03:49:27.375Z++ set -o errexit
7502026-07-30T03:49:27.378Z++ pfexec pkg install clang-15
7512026-07-30T03:49:34.192Z Startup: Refreshing catalog 'helios-dev' ... Done
7522026-07-30T03:49:41.900Z Startup: Caching catalogs ... Done
7532026-07-30T03:49:49.216ZPlanning: Solver setup ... Done
7542026-07-30T03:49:49.255ZPlanning: Running solver ... Done
7552026-07-30T03:49:49.402ZPlanning: Finding local manifests ... Done
7562026-07-30T03:49:49.414ZPlanning: Fetching manifests: 0/2 0% complete
7572026-07-30T03:49:49.496ZPlanning: Fetching manifests: 2/2 100% complete
7582026-07-30T03:49:49.524ZPlanning: Package planning ... Done
7592026-07-30T03:49:49.550ZPlanning: Merging actions ... Done
7602026-07-30T03:49:49.660ZPlanning: Checking for conflicting actions ... Done
7612026-07-30T03:49:49.664ZPlanning: Consolidating action changes ... Done
7622026-07-30T03:49:50.316ZPlanning: Evaluating mediators ... Done
7632026-07-30T03:49:50.324ZPlanning: Planning completed in 8.25 seconds
7642026-07-30T03:49:50.331Z Packages to install: 2
7652026-07-30T03:49:50.331Z Mediators to change: 2
7662026-07-30T03:49:50.335Z Services to change: 1
7672026-07-30T03:49:50.335Z Create boot environment: No
7682026-07-30T03:49:50.335ZCreate backup boot environment: No
7692026-07-30T03:49:50.399Z
7702026-07-30T03:49:50.399ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7712026-07-30T03:49:56.261ZDownload: 2007/3076 items 117.3/211.3MB 55% complete (26.1M/s)
7722026-07-30T03:50:02.220ZDownload: 3072/3076 items 211.1/211.3MB 99% complete (20.4M/s)
7732026-07-30T03:50:02.239ZDownload: Completed 211.31 MB in 11.84 seconds (17.9M/s)
7742026-07-30T03:50:02.365Z Actions: 1/3418 actions (Installing new actions)
7752026-07-30T03:50:05.506Z Actions: Completed 3418 actions in 3.14 seconds.
7762026-07-30T03:50:06.163Z Done
7772026-07-30T03:50:06.163Z Done
7782026-07-30T03:50:06.899Z Done
7792026-07-30T03:50:10.253Z Done
7802026-07-30T03:50:10.323Z Done
7812026-07-30T03:50:10.326Z Done
7822026-07-30T03:50:10.623Z Done
7832026-07-30T03:50:11.322Z++ set -o errexit
7842026-07-30T03:50:11.322Z++ cargo --version
7852026-07-30T03:50:11.331Zcargo 1.96.1 (356927216 2026-06-26)
7862026-07-30T03:50:11.334Z++ rustc --version
7872026-07-30T03:50:11.354Zrustc 1.96.1 (31fca3adb 2026-06-26)
7882026-07-30T03:50:11.357Z++ cargo install cargo-nextest --version 0.9.97
7892026-07-30T03:50:11.412Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7902026-07-30T03:50:11.415Z+ pushd mgadm
7912026-07-30T03:50:11.415Z/work/oxidecomputer/maghemite/mgadm /work/oxidecomputer/maghemite
7922026-07-30T03:50:11.415Z+ cargo nextest run
7932026-07-30T03:50:11.578Z Updating git repository `https://github.com/oxidecomputer/falcon`
7942026-07-30T03:50:12.465ZFrom https://github.com/oxidecomputer/falcon
7952026-07-30T03:50:12.465Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7962026-07-30T03:50:12.542Z Updating crates.io index
7972026-07-30T03:50:12.545Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7982026-07-30T03:50:12.993ZFrom https://github.com/oxidecomputer/dendrite
7992026-07-30T03:50:12.993Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
8002026-07-30T03:50:13.027Z Updating git repository `https://github.com/oxidecomputer/ispf`
8012026-07-30T03:50:13.298ZFrom https://github.com/oxidecomputer/ispf
8022026-07-30T03:50:13.298Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8032026-07-30T03:50:13.304Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8042026-07-30T03:50:13.682ZFrom https://github.com/oxidecomputer/netadm-sys
8052026-07-30T03:50:13.682Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8062026-07-30T03:50:13.690Z Updating git repository `https://github.com/oxidecomputer/omicron`
8072026-07-30T03:50:19.799ZFrom https://github.com/oxidecomputer/omicron
8082026-07-30T03:50:19.799Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8092026-07-30T03:50:20.218Z Updating git repository `https://github.com/oxidecomputer/opte`
8102026-07-30T03:50:20.921ZFrom https://github.com/oxidecomputer/opte
8112026-07-30T03:50:20.922Z * [new ref] 3ddd7e684a78ad33be66717408c381b1962ae04e -> refs/commit/3ddd7e684a78ad33be66717408c381b1962ae04e
8122026-07-30T03:50:20.952Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8132026-07-30T03:50:21.248ZFrom https://github.com/oxidecomputer/slog-error-chain
8142026-07-30T03:50:21.248Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8152026-07-30T03:50:21.259Z Updating git repository `https://github.com/illumos/smf-rs`
8162026-07-30T03:50:21.517ZFrom https://github.com/illumos/smf-rs
8172026-07-30T03:50:21.518Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8182026-07-30T03:50:21.526Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8192026-07-30T03:50:21.820ZFrom https://github.com/oxidecomputer/network-interface
8202026-07-30T03:50:21.820Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8212026-07-30T03:50:21.827Z Updating git repository `https://github.com/oxidecomputer/zone`
8222026-07-30T03:50:22.096ZFrom https://github.com/oxidecomputer/zone
8232026-07-30T03:50:22.096Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8242026-07-30T03:50:22.102Z Updating git repository `https://github.com/oxidecomputer/propolis`
8252026-07-30T03:50:22.709ZFrom https://github.com/oxidecomputer/propolis
8262026-07-30T03:50:22.709Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8272026-07-30T03:50:22.754Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8282026-07-30T03:50:23.318ZFrom https://github.com/oxidecomputer/transceiver-control
8292026-07-30T03:50:23.318Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8302026-07-30T03:50:23.327Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8312026-07-30T03:50:23.571ZFrom https://github.com/oxidecomputer/dlpi-sys
8322026-07-30T03:50:23.571Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8332026-07-30T03:50:23.578Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8342026-07-30T03:50:23.881ZFrom https://github.com/jmesmon/rust-libzfs
8352026-07-30T03:50:23.881Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8362026-07-30T03:50:23.889Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8372026-07-30T03:50:24.163ZFrom https://github.com/oxidecomputer/rusty-doors
8382026-07-30T03:50:24.163Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8392026-07-30T03:50:24.170Z Updating git repository `https://github.com/oxidecomputer/lldp`
8402026-07-30T03:50:24.502ZFrom https://github.com/oxidecomputer/lldp
8412026-07-30T03:50:24.502Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8422026-07-30T03:50:24.513Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8432026-07-30T03:50:24.832ZFrom https://github.com/oxidecomputer/tufaceous
8442026-07-30T03:50:24.832Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8452026-07-30T03:50:24.852Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8462026-07-30T03:50:25.326ZFrom https://github.com/oxidecomputer/management-gateway-service
8472026-07-30T03:50:25.326Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8482026-07-30T03:50:25.340Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-07-30T03:50:26.152ZFrom https://github.com/oxidecomputer/crucible
8502026-07-30T03:50:26.152Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8512026-07-30T03:50:26.199Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8522026-07-30T03:50:26.442ZFrom https://github.com/oxidecomputer/serde_human_bytes
8532026-07-30T03:50:26.442Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8542026-07-30T03:50:26.455Z Updating git repository `https://github.com/oxidecomputer/propolis`
8552026-07-30T03:50:26.877ZFrom https://github.com/oxidecomputer/propolis
8562026-07-30T03:50:26.877Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8572026-07-30T03:50:26.924Z Updating git repository `https://github.com/oxidecomputer/crucible`
8582026-07-30T03:50:27.456ZFrom https://github.com/oxidecomputer/crucible
8592026-07-30T03:50:27.456Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8602026-07-30T03:50:27.518Z Updating git repository `https://github.com/oxidecomputer/tofino`
8612026-07-30T03:50:27.845ZFrom https://github.com/oxidecomputer/tofino
8622026-07-30T03:50:27.845Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8632026-07-30T03:50:27.855Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8642026-07-30T03:50:28.595ZFrom https://github.com/oxidecomputer/maghemite
8652026-07-30T03:50:28.595Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8662026-07-30T03:50:28.595Z Updating git repository `https://github.com/oxidecomputer/clickward`
8672026-07-30T03:50:29.001ZFrom https://github.com/oxidecomputer/clickward
8682026-07-30T03:50:29.001Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8692026-07-30T03:50:29.009Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8702026-07-30T03:50:29.420ZFrom https://github.com/oxidecomputer/illumos-devinfo
8712026-07-30T03:50:29.420Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8722026-07-30T03:50:30.250Z Downloading crates ...
8732026-07-30T03:50:30.350Z Downloaded ciborium v0.2.2
8742026-07-30T03:50:30.353Z Downloaded blake2 v0.10.6
8752026-07-30T03:50:30.356Z Downloaded bs58 v0.5.1
8762026-07-30T03:50:30.356Z Downloaded base16ct v0.2.0
8772026-07-30T03:50:30.359Z Downloaded aead v0.5.2
8782026-07-30T03:50:30.362Z Downloaded bitflags v1.3.2
8792026-07-30T03:50:30.365Z Downloaded cipher v0.4.4
8802026-07-30T03:50:30.368Z Downloaded allocator-api2 v0.2.21
8812026-07-30T03:50:30.372Z Downloaded ciborium-ll v0.2.2
8822026-07-30T03:50:30.374Z Downloaded futures-task v0.3.32
8832026-07-30T03:50:30.377Z Downloaded cc v1.2.63
8842026-07-30T03:50:30.377Z Downloaded block-buffer v0.12.0
8852026-07-30T03:50:30.381Z Downloaded async-trait v0.1.89
8862026-07-30T03:50:30.384Z Downloaded float-ord v0.3.2
8872026-07-30T03:50:30.384Z Downloaded bcs v0.1.6
8882026-07-30T03:50:30.387Z Downloaded futures-core v0.3.32
8892026-07-30T03:50:30.387Z Downloaded cargo_toml v0.22.3
8902026-07-30T03:50:30.387Z Downloaded base16ct v1.0.0
8912026-07-30T03:50:30.389Z Downloaded arrayvec v0.7.6
8922026-07-30T03:50:30.389Z Downloaded heck v0.4.1
8932026-07-30T03:50:30.392Z Downloaded foreign-types-macros v0.2.3
8942026-07-30T03:50:30.392Z Downloaded darling_macro v0.21.3
8952026-07-30T03:50:30.392Z Downloaded hubpack v0.1.2
8962026-07-30T03:50:30.395Z Downloaded byte-wrapper v0.1.0
8972026-07-30T03:50:30.395Z Downloaded arrayref v0.3.9
8982026-07-30T03:50:30.395Z Downloaded keccak v0.1.6
8992026-07-30T03:50:30.398Z Downloaded console v0.16.3
9002026-07-30T03:50:30.398Z Downloaded highway v1.3.0
9012026-07-30T03:50:30.401Z Downloaded futures-io v0.3.32
9022026-07-30T03:50:30.401Z Downloaded globset v0.4.18
9032026-07-30T03:50:30.401Z Downloaded arc-swap v1.9.1
9042026-07-30T03:50:30.404Z Downloaded fs_extra v1.3.0
9052026-07-30T03:50:30.404Z Downloaded ciborium-io v0.2.2
9062026-07-30T03:50:30.407Z Downloaded chacha20 v0.10.0
9072026-07-30T03:50:30.410Z Downloaded crypto-common v0.2.2
9082026-07-30T03:50:30.414Z Downloaded foreign-types-shared v0.3.1
9092026-07-30T03:50:30.415Z Downloaded crucible-workspace-hack v0.1.0
9102026-07-30T03:50:30.418Z Downloaded async-stream-impl v0.3.6
9112026-07-30T03:50:30.418Z Downloaded bytecount v0.6.9
9122026-07-30T03:50:30.418Z Downloaded backon v1.6.0
9132026-07-30T03:50:30.420Z Downloaded hash32 v0.3.1
9142026-07-30T03:50:30.421Z Downloaded git-stub-vcs v0.1.0
9152026-07-30T03:50:30.423Z Downloaded ingot-types v0.1.2
9162026-07-30T03:50:30.423Z Downloaded futures-sink v0.3.32
9172026-07-30T03:50:30.423Z Downloaded convert_case v0.4.0
9182026-07-30T03:50:30.426Z Downloaded libsw-core v0.3.2
9192026-07-30T03:50:30.426Z Downloaded const-random-macro v0.1.16
9202026-07-30T03:50:30.426Z Downloaded const-random v0.1.18
9212026-07-30T03:50:30.429Z Downloaded cfg_aliases v0.2.1
9222026-07-30T03:50:30.429Z Downloaded ingot v0.1.1
9232026-07-30T03:50:30.429Z Downloaded idna_adapter v1.2.2
9242026-07-30T03:50:30.429Z Downloaded fxhash v0.2.1
9252026-07-30T03:50:30.432Z Downloaded crc8 v0.1.1
9262026-07-30T03:50:30.438Z Downloaded half v2.7.1
9272026-07-30T03:50:30.440Z Downloaded dunce v1.0.5
9282026-07-30T03:50:30.440Z Downloaded backoff v0.4.0
9292026-07-30T03:50:30.443Z Downloaded darling v0.21.3
9302026-07-30T03:50:30.446Z Downloaded futures-executor v0.3.32
9312026-07-30T03:50:30.448Z Downloaded hmac v0.12.1
9322026-07-30T03:50:30.449Z Downloaded dtrace-parser v0.2.0
9332026-07-30T03:50:30.451Z Downloaded cstr-argument v0.1.2
9342026-07-30T03:50:30.454Z Downloaded defmt v0.3.100
9352026-07-30T03:50:30.454Z Downloaded compression-core v0.4.32
9362026-07-30T03:50:30.456Z Downloaded dyn-clone v1.0.20
9372026-07-30T03:50:30.456Z Downloaded newline-converter v0.3.0
9382026-07-30T03:50:30.459Z Downloaded newtype_derive v0.1.6
9392026-07-30T03:50:30.459Z Downloaded hostname v0.4.2
9402026-07-30T03:50:30.461Z Downloaded futures-macro v0.3.32
9412026-07-30T03:50:30.462Z Downloaded instant v0.1.13
9422026-07-30T03:50:30.462Z Downloaded http-body v1.0.1
9432026-07-30T03:50:30.465Z Downloaded csv-core v0.1.13
9442026-07-30T03:50:30.465Z Downloaded embedded-io v0.6.1
9452026-07-30T03:50:30.465Z Downloaded git-stub v1.0.0
9462026-07-30T03:50:30.467Z Downloaded dtrace-parser v0.3.0
9472026-07-30T03:50:30.467Z Downloaded daft v0.1.7
9482026-07-30T03:50:30.468Z Downloaded konst_macro_rules v0.2.19
9492026-07-30T03:50:30.470Z Downloaded hybrid-array v0.4.12
9502026-07-30T03:50:30.470Z Downloaded defmt-parser v1.0.0
9512026-07-30T03:50:30.470Z Downloaded icu_provider v2.2.0
9522026-07-30T03:50:30.474Z Downloaded fastrand v2.4.1
9532026-07-30T03:50:30.474Z Downloaded digest v0.11.3
9542026-07-30T03:50:30.476Z Downloaded erased-serde v0.3.31
9552026-07-30T03:50:30.477Z Downloaded ident_case v1.0.1
9562026-07-30T03:50:30.480Z Downloaded hubpack_derive v0.1.1
9572026-07-30T03:50:30.480Z Downloaded match_cfg v0.1.0
9582026-07-30T03:50:30.480Z Downloaded fixedbitset v0.4.2
9592026-07-30T03:50:30.480Z Downloaded colored v3.1.1
9602026-07-30T03:50:30.483Z Downloaded data-encoding v2.11.0
9612026-07-30T03:50:30.483Z Downloaded embedded-io v0.4.0
9622026-07-30T03:50:30.485Z Downloaded linked-hash-map v0.5.6
9632026-07-30T03:50:30.486Z Downloaded gethostname v0.5.0
9642026-07-30T03:50:30.486Z Downloaded managed v0.8.0
9652026-07-30T03:50:30.489Z Downloaded foreign-types v0.5.0
9662026-07-30T03:50:30.489Z Downloaded mime v0.3.17
9672026-07-30T03:50:30.489Z Downloaded bit-set v0.8.0
9682026-07-30T03:50:30.492Z Downloaded cobs v0.3.0
9692026-07-30T03:50:30.492Z Downloaded lru-cache v0.1.2
9702026-07-30T03:50:30.492Z Downloaded libscf-sys v1.2.0
9712026-07-30T03:50:30.492Z Downloaded crossbeam-deque v0.8.6
9722026-07-30T03:50:30.495Z Downloaded async-stream v0.3.6
9732026-07-30T03:50:30.495Z Downloaded newtype-uuid-macros v0.1.0
9742026-07-30T03:50:30.495Z Downloaded hostname v0.3.1
9752026-07-30T03:50:30.498Z Downloaded olpc-cjson v0.1.4
9762026-07-30T03:50:30.498Z Downloaded num-conv v0.2.2
9772026-07-30T03:50:30.498Z Downloaded no-std-compat v0.4.1
9782026-07-30T03:50:30.501Z Downloaded ff v0.13.1
9792026-07-30T03:50:30.501Z Downloaded crunchy v0.2.4
9802026-07-30T03:50:30.501Z Downloaded cookie v0.18.1
9812026-07-30T03:50:30.505Z Downloaded displaydoc v0.2.6
9822026-07-30T03:50:30.509Z Downloaded num-iter v0.1.45
9832026-07-30T03:50:30.512Z Downloaded const_format_proc_macros v0.2.34
9842026-07-30T03:50:30.512Z Downloaded natord v1.0.9
9852026-07-30T03:50:30.515Z Downloaded enum-as-inner v0.6.1
9862026-07-30T03:50:30.515Z Downloaded defmt-macros v1.1.0
9872026-07-30T03:50:30.518Z Downloaded num-derive v0.4.2
9882026-07-30T03:50:30.521Z Downloaded darling_macro v0.23.0
9892026-07-30T03:50:30.521Z Downloaded num_threads v0.1.7
9902026-07-30T03:50:30.521Z Downloaded is-terminal v0.4.17
9912026-07-30T03:50:30.524Z Downloaded bitflags v2.12.1
9922026-07-30T03:50:30.527Z Downloaded futures v0.3.32
9932026-07-30T03:50:30.530Z Downloaded glob v0.3.3
9942026-07-30T03:50:30.530Z Downloaded fs-err v3.3.0
9952026-07-30T03:50:30.532Z Downloaded inout v0.1.4
9962026-07-30T03:50:30.532Z Downloaded elliptic-curve v0.13.8
9972026-07-30T03:50:30.535Z Downloaded icu_normalizer_data v2.2.0
9982026-07-30T03:50:30.535Z Downloaded dof v0.4.0
9992026-07-30T03:50:30.538Z Downloaded num v0.4.3
10002026-07-30T03:50:30.538Z Downloaded cmake v0.1.58
10012026-07-30T03:50:30.541Z Downloaded parse-display v0.10.0
10022026-07-30T03:50:30.541Z Downloaded deranged v0.5.8
10032026-07-30T03:50:30.544Z Downloaded compression-codecs v0.4.38
10042026-07-30T03:50:30.544Z Downloaded bit-vec v0.8.0
10052026-07-30T03:50:30.547Z Downloaded memmap v0.7.0
10062026-07-30T03:50:30.547Z Downloaded opaque-debug v0.3.1
10072026-07-30T03:50:30.550Z Downloaded omicron-workspace-hack v0.1.0
10082026-07-30T03:50:30.550Z Downloaded macaddr v1.0.1
10092026-07-30T03:50:30.550Z Downloaded httpdate v1.0.3
10102026-07-30T03:50:30.552Z Downloaded dof v0.3.0
10112026-07-30T03:50:30.552Z Downloaded dropshot-api-manager-types v0.7.2
10122026-07-30T03:50:30.555Z Downloaded foldhash v0.2.0
10132026-07-30T03:50:30.558Z Downloaded multer v3.1.0
10142026-07-30T03:50:30.558Z Downloaded newtype-uuid v1.3.2
10152026-07-30T03:50:30.561Z Downloaded anyhow v1.0.104
10162026-07-30T03:50:30.561Z Downloaded potential_utf v0.1.5
10172026-07-30T03:50:30.564Z Downloaded defmt v1.1.0
10182026-07-30T03:50:30.567Z Downloaded pretty-hex v0.4.2
10192026-07-30T03:50:30.567Z Downloaded powerfmt v0.2.0
10202026-07-30T03:50:30.567Z Downloaded proc-macro-error-attr2 v2.0.0
10212026-07-30T03:50:30.569Z Downloaded proc-macro-crate v1.3.1
10222026-07-30T03:50:30.569Z Downloaded derive_more v0.99.20
10232026-07-30T03:50:30.572Z Downloaded num-integer v0.1.46
10242026-07-30T03:50:30.575Z Downloaded internet-checksum v0.2.1
10252026-07-30T03:50:30.575Z Downloaded phf_shared v0.12.1
10262026-07-30T03:50:30.575Z Downloaded constant_time_eq v0.4.2
10272026-07-30T03:50:30.578Z Downloaded crossbeam-utils v0.8.21
10282026-07-30T03:50:30.578Z Downloaded jobserver v0.1.34
10292026-07-30T03:50:30.580Z Downloaded quick-error v1.2.3
10302026-07-30T03:50:30.580Z Downloaded humantime v2.3.0
10312026-07-30T03:50:30.580Z Downloaded critical-section v1.2.0
10322026-07-30T03:50:30.585Z Downloaded linear-map v1.2.0
10332026-07-30T03:50:30.585Z Downloaded libsw v3.5.0
10342026-07-30T03:50:30.587Z Downloaded byteorder v1.5.0
10352026-07-30T03:50:30.587Z Downloaded num_enum v0.7.6
10362026-07-30T03:50:30.590Z Downloaded progenitor-macro v0.14.0
10372026-07-30T03:50:30.590Z Downloaded proc-macro-crate v3.5.0
10382026-07-30T03:50:30.590Z Downloaded num-complex v0.4.6
10392026-07-30T03:50:30.594Z Downloaded memoffset v0.9.1
10402026-07-30T03:50:30.597Z Downloaded rand_chacha v0.3.1
10412026-07-30T03:50:30.597Z Downloaded either v1.16.0
10422026-07-30T03:50:30.597Z Downloaded progenitor-macro v0.10.0
10432026-07-30T03:50:30.600Z Downloaded progenitor-client v0.14.0
10442026-07-30T03:50:30.600Z Downloaded progenitor-client v0.10.0
10452026-07-30T03:50:30.602Z Downloaded daft-derive v0.1.7
10462026-07-30T03:50:30.605Z Downloaded argon2 v0.5.3
10472026-07-30T03:50:30.605Z Downloaded chacha20 v0.9.1
10482026-07-30T03:50:30.608Z Downloaded num_enum_derive v0.5.11
10492026-07-30T03:50:30.611Z Downloaded parking_lot_core v0.8.6
10502026-07-30T03:50:30.611Z Downloaded password-hash v0.5.0
10512026-07-30T03:50:30.611Z Downloaded parse-display-derive v0.10.0
10522026-07-30T03:50:30.613Z Downloaded oxide-tokio-rt v0.1.6
10532026-07-30T03:50:30.613Z Downloaded group v0.13.0
10542026-07-30T03:50:30.616Z Downloaded ref-cast v1.0.25
10552026-07-30T03:50:30.616Z Downloaded oxnet v0.1.6
10562026-07-30T03:50:30.619Z Downloaded ref-cast-impl v1.0.25
10572026-07-30T03:50:30.619Z Downloaded rustc-hash v2.1.2
10582026-07-30T03:50:30.621Z Downloaded progenitor-macro v0.13.0
10592026-07-30T03:50:30.621Z Downloaded phf v0.12.1
10602026-07-30T03:50:30.622Z Downloaded num_enum_derive v0.7.6
10612026-07-30T03:50:30.624Z Downloaded paste v1.0.15
10622026-07-30T03:50:30.625Z Downloaded pem v3.0.6
10632026-07-30T03:50:30.627Z Downloaded rustc_version v0.1.7
10642026-07-30T03:50:30.627Z Downloaded ingot-macros v0.1.1
10652026-07-30T03:50:30.627Z Downloaded futures-channel v0.3.32
10662026-07-30T03:50:30.630Z Downloaded litemap v0.8.2
10672026-07-30T03:50:30.632Z Downloaded diff v0.1.13
10682026-07-30T03:50:30.632Z Downloaded proc-macro-error2 v2.0.1
10692026-07-30T03:50:30.635Z Downloaded plain v0.2.3
10702026-07-30T03:50:30.635Z Downloaded ipnetwork v0.21.1
10712026-07-30T03:50:30.638Z Downloaded port-file v0.1.0
10722026-07-30T03:50:30.641Z Downloaded cancel-safe-futures v0.1.5
10732026-07-30T03:50:30.644Z Downloaded aws-lc-rs v1.17.0
10742026-07-30T03:50:30.650Z Downloaded crossbeam-channel v0.5.15
10752026-07-30T03:50:30.653Z Downloaded async-compression v0.4.42
10762026-07-30T03:50:30.658Z Downloaded progenitor-client v0.13.0
10772026-07-30T03:50:30.661Z Downloaded scroll_derive v0.12.1
10782026-07-30T03:50:30.661Z Downloaded progenitor-extras v0.2.0
10792026-07-30T03:50:30.661Z Downloaded secrecy v0.10.3
10802026-07-30T03:50:30.664Z Downloaded jiff-static v0.2.28
10812026-07-30T03:50:30.664Z Downloaded progenitor v0.13.0
10822026-07-30T03:50:30.669Z Downloaded num_enum v0.5.11
10832026-07-30T03:50:30.671Z Downloaded serde_plain v1.0.2
10842026-07-30T03:50:30.672Z Downloaded semver v0.1.20
10852026-07-30T03:50:30.672Z Downloaded getrandom v0.4.2
10862026-07-30T03:50:30.672Z Downloaded serial_test v4.0.1
10872026-07-30T03:50:30.675Z Downloaded num-rational v0.4.2
10882026-07-30T03:50:30.675Z Downloaded serde_repr v0.1.21
10892026-07-30T03:50:30.678Z Downloaded progenitor v0.10.0
10902026-07-30T03:50:30.678Z Downloaded scroll_derive v0.13.1
10912026-07-30T03:50:30.678Z Downloaded progenitor v0.14.0
10922026-07-30T03:50:30.682Z Downloaded proc-macro-error-attr v1.0.4
10932026-07-30T03:50:30.682Z Downloaded pest_derive v2.8.6
10942026-07-30T03:50:30.685Z Downloaded parking_lot v0.11.2
10952026-07-30T03:50:30.685Z Downloaded quote v1.0.45
10962026-07-30T03:50:30.688Z Downloaded rand_xorshift v0.4.0
10972026-07-30T03:50:30.688Z Downloaded serde-big-array v0.5.1
10982026-07-30T03:50:30.688Z Downloaded siphasher v1.0.3
10992026-07-30T03:50:30.691Z Downloaded sha1 v0.11.0
11002026-07-30T03:50:30.691Z Downloaded memmap2 v0.9.10
11012026-07-30T03:50:30.694Z Downloaded slog-envlogger v2.2.0
11022026-07-30T03:50:30.694Z Downloaded darling v0.23.0
11032026-07-30T03:50:30.697Z Downloaded crossbeam-epoch v0.9.18
11042026-07-30T03:50:30.697Z Downloaded dropshot_endpoint v0.17.1
11052026-07-30T03:50:30.700Z Downloaded sha1 v0.10.6
11062026-07-30T03:50:30.702Z Downloaded const-oid v0.10.2
11072026-07-30T03:50:30.703Z Downloaded proc-macro-error v1.0.4
11082026-07-30T03:50:30.705Z Downloaded same-file v1.0.6
11092026-07-30T03:50:30.705Z Downloaded rusty-fork v0.3.1
11102026-07-30T03:50:30.708Z Downloaded rustls-pemfile v2.2.0
11112026-07-30T03:50:30.708Z Downloaded chacha20poly1305 v0.10.1
11122026-07-30T03:50:30.711Z Downloaded const_format v0.2.36
11132026-07-30T03:50:30.714Z Downloaded spin v0.5.2
11142026-07-30T03:50:30.714Z Downloaded smawk v0.3.2
11152026-07-30T03:50:30.717Z Downloaded resolv-conf v0.7.6
11162026-07-30T03:50:30.717Z Downloaded slog-bunyan v2.5.0
11172026-07-30T03:50:30.720Z Downloaded sigpipe v0.1.3
11182026-07-30T03:50:30.720Z Downloaded darling_core v0.23.0
11192026-07-30T03:50:30.723Z Downloaded postcard v1.1.3
11202026-07-30T03:50:30.725Z Downloaded icu_properties v2.2.0
11212026-07-30T03:50:30.725Z Downloaded rustls-native-certs v0.8.4
11222026-07-30T03:50:30.728Z Downloaded rustversion v1.0.22
11232026-07-30T03:50:30.731Z Downloaded async-recursion v1.1.1
11242026-07-30T03:50:30.734Z Downloaded strum v0.26.3
11252026-07-30T03:50:30.734Z Downloaded scroll v0.12.0
11262026-07-30T03:50:30.737Z Downloaded serial_test_derive v4.0.1
11272026-07-30T03:50:30.737Z Downloaded structmeta v0.3.0
11282026-07-30T03:50:30.737Z Downloaded serde_derive_internals v0.29.1
11292026-07-30T03:50:30.740Z Downloaded stable_deref_trait v1.2.1
11302026-07-30T03:50:30.740Z Downloaded structmeta-derive v0.3.0
11312026-07-30T03:50:30.742Z Downloaded drift v0.2.0
11322026-07-30T03:50:30.746Z Downloaded strum v0.27.2
11332026-07-30T03:50:30.748Z Downloaded papergrid v0.18.0
11342026-07-30T03:50:30.751Z Downloaded thread-id v4.2.2
11352026-07-30T03:50:30.751Z Downloaded thiserror-impl-no-std v2.0.2
11362026-07-30T03:50:30.756Z Downloaded testing_table v0.3.0
11372026-07-30T03:50:30.756Z Downloaded termtree v0.5.1
11382026-07-30T03:50:30.756Z Downloaded papergrid v0.11.0
11392026-07-30T03:50:30.759Z Downloaded serde_tokenstream v0.2.3
11402026-07-30T03:50:30.759Z Downloaded quinn-udp v0.5.14
11412026-07-30T03:50:30.759Z Downloaded tabled_derive v0.7.0
11422026-07-30T03:50:30.763Z Downloaded poly1305 v0.8.0
11432026-07-30T03:50:30.763Z Downloaded omicron-zone-package v0.12.3
11442026-07-30T03:50:30.765Z Downloaded slog-dtrace v0.3.0
11452026-07-30T03:50:30.765Z Downloaded derive-ex v0.1.8
11462026-07-30T03:50:30.766Z Downloaded darling_core v0.21.3
11472026-07-30T03:50:30.769Z Downloaded slog-async v2.8.0
11482026-07-30T03:50:30.772Z Downloaded slog-scope v4.4.1
11492026-07-30T03:50:30.772Z Downloaded thread-id v5.1.0
11502026-07-30T03:50:30.772Z Downloaded bytes v1.11.1
11512026-07-30T03:50:30.775Z Downloaded slog-stdlog v4.1.1
11522026-07-30T03:50:30.778Z Downloaded tokio-macros v2.7.0
11532026-07-30T03:50:30.778Z Downloaded time-core v0.1.8
11542026-07-30T03:50:30.778Z Downloaded rustls-pki-types v1.14.1
11552026-07-30T03:50:30.781Z Downloaded smf v0.2.3
11562026-07-30T03:50:30.781Z Downloaded smartstring v1.0.1
11572026-07-30T03:50:30.784Z Downloaded tabwriter v1.4.1
11582026-07-30T03:50:30.784Z Downloaded slog-term v2.9.2
11592026-07-30T03:50:30.784Z Downloaded rhai_codegen v3.2.0
11602026-07-30T03:50:30.802Z Downloaded topological-sort v0.2.2
11612026-07-30T03:50:30.802Z Downloaded heapless v0.8.0
11622026-07-30T03:50:30.802Z Downloaded slog-json v2.6.1
11632026-07-30T03:50:30.802Z Downloaded snafu-derive v0.8.9
11642026-07-30T03:50:30.802Z Downloaded icu_locale_core v2.2.0
11652026-07-30T03:50:30.802Z Downloaded proc-macro2 v1.0.106
11662026-07-30T03:50:30.806Z Downloaded indexmap v1.9.3
11672026-07-30T03:50:30.806Z Downloaded icu_normalizer v2.2.0
11682026-07-30T03:50:30.809Z Downloaded unit-prefix v0.5.2
11692026-07-30T03:50:30.809Z Downloaded usdt-attr-macro v0.5.0
11702026-07-30T03:50:30.809Z Downloaded progenitor-impl v0.14.0
11712026-07-30T03:50:30.809Z Downloaded unarray v0.1.4
11722026-07-30T03:50:30.812Z Downloaded typify-macro v0.6.2
11732026-07-30T03:50:30.812Z Downloaded progenitor-impl v0.10.0
11742026-07-30T03:50:30.812Z Downloaded typify-macro v0.4.3
11752026-07-30T03:50:30.815Z Downloaded tagptr v0.2.0
11762026-07-30T03:50:30.815Z Downloaded schemars_derive v0.8.22
11772026-07-30T03:50:30.815Z Downloaded tabled_derive v0.11.0
11782026-07-30T03:50:30.818Z Downloaded synstructure v0.13.2
11792026-07-30T03:50:30.818Z Downloaded konst v0.2.20
11802026-07-30T03:50:30.821Z Downloaded take_mut v0.2.2
11812026-07-30T03:50:30.821Z Downloaded strum_macros v0.27.2
11822026-07-30T03:50:30.824Z Downloaded usdt-macro v0.5.0
11832026-07-30T03:50:30.824Z Downloaded usdt-attr-macro v0.6.0
11842026-07-30T03:50:30.824Z Downloaded usdt v0.6.0
11852026-07-30T03:50:30.824Z Downloaded untrusted v0.7.1
11862026-07-30T03:50:30.827Z Downloaded universal-hash v0.5.1
11872026-07-30T03:50:30.827Z Downloaded serde_with_macros v3.21.0
11882026-07-30T03:50:30.827Z Downloaded pest_generator v2.8.6
11892026-07-30T03:50:30.830Z Downloaded thread_local v1.1.9
11902026-07-30T03:50:30.830Z Downloaded thiserror-no-std v2.0.2
11912026-07-30T03:50:30.833Z Downloaded indicatif v0.18.4
11922026-07-30T03:50:30.835Z Downloaded waitgroup v0.1.2
11932026-07-30T03:50:30.835Z Downloaded utf-8 v0.7.6
11942026-07-30T03:50:30.838Z Downloaded wait-timeout v0.2.1
11952026-07-30T03:50:30.838Z Downloaded usdt v0.5.0
11962026-07-30T03:50:30.839Z Downloaded usdt-macro v0.6.0
11972026-07-30T03:50:30.839Z Downloaded smallvec v1.15.1
11982026-07-30T03:50:30.841Z Downloaded simd-adler32 v0.3.9
11992026-07-30T03:50:30.842Z Downloaded openssl-sys v0.9.116
12002026-07-30T03:50:30.845Z Downloaded pest_meta v2.8.6
12012026-07-30T03:50:30.847Z Downloaded icu_collections v2.2.0
12022026-07-30T03:50:30.850Z Downloaded tiny-keccak v2.0.2
12032026-07-30T03:50:30.853Z Downloaded time-macros v0.2.27
12042026-07-30T03:50:30.853Z Downloaded rustls-platform-verifier v0.7.0
12052026-07-30T03:50:30.856Z Downloaded hickory-resolver v0.25.2
12062026-07-30T03:50:30.858Z Downloaded zerofrom-derive v0.1.7
12072026-07-30T03:50:30.858Z Downloaded yoke-derive v0.8.2
12082026-07-30T03:50:30.861Z Downloaded scroll v0.13.0
12092026-07-30T03:50:30.861Z Downloaded log v0.4.32
12102026-07-30T03:50:30.862Z Downloaded zerofrom v0.1.8
12112026-07-30T03:50:30.864Z Downloaded tokio-dtrace v0.1.1
12122026-07-30T03:50:30.864Z Downloaded expectorate v1.2.0
12132026-07-30T03:50:30.867Z Downloaded hickory-resolver v0.24.4
12142026-07-30T03:50:30.870Z Downloaded progenitor-impl v0.13.0
12152026-07-30T03:50:30.873Z Downloaded pretty_assertions v1.4.1
12162026-07-30T03:50:30.873Z Downloaded toml_writer v1.1.1+spec-1.1.0
12172026-07-30T03:50:30.873Z Downloaded schemars v0.8.22
12182026-07-30T03:50:30.879Z Downloaded zone_cfg_derive v0.3.1
12192026-07-30T03:50:30.882Z Downloaded zeroize_derive v1.4.3
12202026-07-30T03:50:30.882Z Downloaded memchr v2.8.1
12212026-07-30T03:50:30.886Z Downloaded serde_yaml v0.9.34+deprecated
12222026-07-30T03:50:30.889Z Downloaded strum_macros v0.26.4
12232026-07-30T03:50:30.889Z Downloaded thin-vec v0.2.18
12242026-07-30T03:50:30.889Z Downloaded term v1.2.1
12252026-07-30T03:50:30.893Z Downloaded crypto-bigint v0.5.5
12262026-07-30T03:50:30.895Z Downloaded usdt-impl v0.6.0
12272026-07-30T03:50:30.896Z Downloaded zone v0.3.1
12282026-07-30T03:50:30.896Z Downloaded tokio-tungstenite v0.21.0
12292026-07-30T03:50:30.899Z Downloaded serde_derive v1.0.228
12302026-07-30T03:50:30.899Z Downloaded serde_core v1.0.228
12312026-07-30T03:50:30.902Z Downloaded hashbrown v0.12.3
12322026-07-30T03:50:30.905Z Downloaded rayon-core v1.13.0
12332026-07-30T03:50:30.905Z Downloaded walkdir v2.5.0
12342026-07-30T03:50:30.908Z Downloaded vsss-rs v3.3.4
12352026-07-30T03:50:30.908Z Downloaded slog v2.8.2
12362026-07-30T03:50:30.910Z Downloaded http v1.4.2
12372026-07-30T03:50:30.913Z Downloaded usdt-impl v0.5.0
12382026-07-30T03:50:30.913Z Downloaded tokio-stream v0.1.18
12392026-07-30T03:50:30.916Z Downloaded schemars v0.9.0
12402026-07-30T03:50:30.922Z Downloaded xz2 v0.1.7
12412026-07-30T03:50:30.925Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12422026-07-30T03:50:30.925Z Downloaded writeable v0.6.3
12432026-07-30T03:50:30.928Z Downloaded minimal-lexical v0.2.1
12442026-07-30T03:50:30.928Z Downloaded zerovec-derive v0.11.3
12452026-07-30T03:50:30.931Z Downloaded zeroize v1.8.2
12462026-07-30T03:50:30.931Z Downloaded prettyplease v0.2.37
12472026-07-30T03:50:30.934Z Downloaded spin v0.9.8
12482026-07-30T03:50:30.934Z Downloaded toml_parser v1.1.2+spec-1.1.0
12492026-07-30T03:50:30.937Z Downloaded quinn v0.11.9
12502026-07-30T03:50:30.940Z Downloaded base64 v0.21.7
12512026-07-30T03:50:30.940Z Downloaded test-strategy v0.4.5
12522026-07-30T03:50:30.943Z Downloaded zmij v1.0.21
12532026-07-30T03:50:30.943Z Downloaded similar v2.7.0
12542026-07-30T03:50:30.946Z Downloaded itertools v0.12.1
12552026-07-30T03:50:30.950Z Downloaded whoami v1.6.1
12562026-07-30T03:50:30.953Z Downloaded nom v7.1.3
12572026-07-30T03:50:30.956Z Downloaded hashbrown v0.16.1
12582026-07-30T03:50:30.959Z Downloaded tungstenite v0.21.0
12592026-07-30T03:50:30.961Z Downloaded toml v1.1.2+spec-1.1.0
12602026-07-30T03:50:30.966Z Downloaded yoke v0.8.3
12612026-07-30T03:50:30.966Z Downloaded tinystr v0.8.3
12622026-07-30T03:50:30.966Z Downloaded zerocopy-derive v0.7.35
12632026-07-30T03:50:30.969Z Downloaded tinyvec v1.11.0
12642026-07-30T03:50:30.972Z Downloaded typify v0.6.2
12652026-07-30T03:50:30.972Z Downloaded serde v1.0.228
12662026-07-30T03:50:30.974Z Downloaded rand v0.9.4
12672026-07-30T03:50:30.976Z Downloaded mio v1.2.1
12682026-07-30T03:50:30.979Z Downloaded ucd-trie v0.1.7
12692026-07-30T03:50:30.981Z Downloaded toml v0.9.12+spec-1.1.0
12702026-07-30T03:50:30.984Z Downloaded toml v0.7.8
12712026-07-30T03:50:30.984Z Downloaded typify v0.4.3
12722026-07-30T03:50:30.987Z Downloaded rand v0.8.6
12732026-07-30T03:50:30.989Z Downloaded qorb v0.4.1
12742026-07-30T03:50:30.992Z Downloaded dropshot-api-manager v0.7.2
12752026-07-30T03:50:30.995Z Downloaded toml_edit v0.25.12+spec-1.1.0
12762026-07-30T03:50:31.003Z Downloaded schemars v1.2.1
12772026-07-30T03:50:31.011Z Downloaded unsafe-libyaml v0.2.11
12782026-07-30T03:50:31.013Z Downloaded libm v0.2.16
12792026-07-30T03:50:31.019Z Downloaded pest v2.8.6
12802026-07-30T03:50:31.022Z Downloaded yansi v1.0.1
12812026-07-30T03:50:31.025Z Downloaded snafu v0.8.9
12822026-07-30T03:50:31.045Z Downloaded nom v8.0.0
12832026-07-30T03:50:31.048Z Downloaded steno v0.4.1
12842026-07-30T03:50:31.054Z Downloaded toml_edit v0.19.15
12852026-07-30T03:50:31.062Z Downloaded zerotrie v0.2.4
12862026-07-30T03:50:31.065Z Downloaded zerocopy-derive v0.8.50
12872026-07-30T03:50:31.072Z Downloaded typed-path v0.9.3
12882026-07-30T03:50:31.075Z Downloaded ron v0.12.1
12892026-07-30T03:50:31.078Z Downloaded itertools v0.15.0
12902026-07-30T03:50:31.083Z Downloaded goblin v0.8.2
12912026-07-30T03:50:31.086Z Downloaded icu_properties_data v2.2.0
12922026-07-30T03:50:31.091Z Downloaded hkdf v0.12.4
12932026-07-30T03:50:31.093Z Downloaded h2 v0.4.14
12942026-07-30T03:50:31.096Z Downloaded futures-util v0.3.32
12952026-07-30T03:50:31.105Z Downloaded reqwest v0.13.4
12962026-07-30T03:50:31.110Z Downloaded blake3 v1.8.5
12972026-07-30T03:50:31.115Z Downloaded regex v1.12.3
12982026-07-30T03:50:31.118Z Downloaded rayon v1.12.0
12992026-07-30T03:50:31.122Z Downloaded tokio-util v0.7.18
13002026-07-30T03:50:31.126Z Downloaded tough v0.22.0
13012026-07-30T03:50:31.131Z Downloaded iddqd v0.4.6
13022026-07-30T03:50:31.154Z Downloaded zerovec v0.11.6
13032026-07-30T03:50:31.160Z Downloaded goblin v0.10.7
13042026-07-30T03:50:31.176Z Downloaded proptest v1.11.0
13052026-07-30T03:50:31.191Z Downloaded zerocopy v0.7.35
13062026-07-30T03:50:31.201Z Downloaded portable-atomic v1.13.1
13072026-07-30T03:50:31.205Z Downloaded winnow v0.5.40
13082026-07-30T03:50:31.210Z Downloaded tabled v0.21.0
13092026-07-30T03:50:31.220Z Downloaded syn v1.0.109
13102026-07-30T03:50:31.226Z Downloaded moka v0.12.15
13112026-07-30T03:50:31.230Z Downloaded serde_with v3.21.0
13122026-07-30T03:50:31.237Z Downloaded winnow v1.0.3
13132026-07-30T03:50:31.242Z Downloaded tabled v0.15.0
13142026-07-30T03:50:31.252Z Downloaded webpki-roots v1.0.7
13152026-07-30T03:50:31.255Z Downloaded syn v2.0.117
13162026-07-30T03:50:31.270Z Downloaded zerocopy v0.8.50
13172026-07-30T03:50:31.280Z Downloaded time v0.3.47
13182026-07-30T03:50:31.288Z Downloaded hickory-proto v0.25.2
13192026-07-30T03:50:31.295Z Downloaded hickory-proto v0.24.4
13202026-07-30T03:50:31.303Z Downloaded rhai v1.25.1
13212026-07-30T03:50:31.309Z Downloaded regress v0.11.1
13222026-07-30T03:50:31.314Z Downloaded bstr v1.12.1
13232026-07-30T03:50:31.319Z Downloaded openssl v0.10.80
13242026-07-30T03:50:31.325Z Downloaded dropshot v0.17.1
13252026-07-30T03:50:31.337Z Downloaded sled v0.34.7
13262026-07-30T03:50:31.342Z Downloaded nix v0.31.3
13272026-07-30T03:50:31.349Z Downloaded smoltcp v0.11.0
13282026-07-30T03:50:31.355Z Downloaded regress v0.10.5
13292026-07-30T03:50:31.363Z Downloaded openapiv3 v2.2.0
13302026-07-30T03:50:31.370Z Downloaded regex-syntax v0.8.10
13312026-07-30T03:50:31.385Z Downloaded rustls v0.23.40
13322026-07-30T03:50:31.391Z Downloaded lzma-sys v0.1.20
13332026-07-30T03:50:31.406Z Downloaded jiff v0.2.28
13342026-07-30T03:50:31.425Z Downloaded sha3 v0.10.9
13352026-07-30T03:50:31.430Z Downloaded typify-impl v0.6.2
13362026-07-30T03:50:31.436Z Downloaded typify-impl v0.4.3
13372026-07-30T03:50:31.455Z Downloaded encoding_rs v0.8.35
13382026-07-30T03:50:31.482Z Downloaded regex-automata v0.4.14
13392026-07-30T03:50:31.490Z Downloaded petgraph v0.6.5
13402026-07-30T03:50:31.504Z Downloaded chrono-tz v0.10.4
13412026-07-30T03:50:31.513Z Downloaded csv v1.4.0
13422026-07-30T03:50:32.089Z Downloaded aws-lc-sys v0.41.0
13432026-07-30T03:50:32.993Z Compiling proc-macro2 v1.0.106
13442026-07-30T03:50:32.993Z Compiling quote v1.0.45
13452026-07-30T03:50:32.993Z Compiling unicode-ident v1.0.24
13462026-07-30T03:50:32.993Z Compiling serde_core v1.0.228
13472026-07-30T03:50:32.996Z Compiling cfg-if v1.0.4
13482026-07-30T03:50:32.996Z Compiling serde v1.0.228
13492026-07-30T03:50:32.996Z Compiling libc v0.2.189
13502026-07-30T03:50:32.996Z Compiling memchr v2.8.1
13512026-07-30T03:50:33.154Z Compiling itoa v1.0.18
13522026-07-30T03:50:33.329Z Compiling zmij v1.0.21
13532026-07-30T03:50:33.415Z Compiling autocfg v1.5.1
13542026-07-30T03:50:33.485Z Compiling libm v0.2.16
13552026-07-30T03:50:33.745Z Compiling stable_deref_trait v1.2.1
13562026-07-30T03:50:33.789Z Compiling litemap v0.8.2
13572026-07-30T03:50:33.815Z Compiling writeable v0.6.3
13582026-07-30T03:50:33.939Z Compiling utf8_iter v1.0.4
13592026-07-30T03:50:33.955Z Compiling icu_normalizer_data v2.2.0
13602026-07-30T03:50:33.966Z Compiling percent-encoding v2.3.2
13612026-07-30T03:50:34.007Z Compiling version_check v0.9.5
13622026-07-30T03:50:34.019Z Compiling icu_properties_data v2.2.0
13632026-07-30T03:50:34.152Z Compiling iana-time-zone v0.1.65
13642026-07-30T03:50:34.246Z Compiling syn v2.0.117
13652026-07-30T03:50:34.279Z Compiling equivalent v1.0.2
13662026-07-30T03:50:34.360Z Compiling form_urlencoded v1.2.2
13672026-07-30T03:50:34.371Z Compiling allocator-api2 v0.2.21
13682026-07-30T03:50:34.383Z Compiling pin-project-lite v0.2.17
13692026-07-30T03:50:34.414Z Compiling serde_json v1.0.151
13702026-07-30T03:50:34.425Z Compiling syn v3.0.3
13712026-07-30T03:50:34.469Z Compiling dyn-clone v1.0.20
13722026-07-30T03:50:34.536Z Compiling scopeguard v1.2.0
13732026-07-30T03:50:34.607Z Compiling parking_lot_core v0.9.12
13742026-07-30T03:50:34.642Z Compiling lock_api v0.4.14
13752026-07-30T03:50:34.673Z Compiling hashbrown v0.17.1
13762026-07-30T03:50:34.683Z Compiling num-traits v0.2.19
13772026-07-30T03:50:34.870Z Compiling thiserror v2.0.19
13782026-07-30T03:50:34.903Z Compiling getrandom v0.4.2
13792026-07-30T03:50:34.983Z Compiling rand_core v0.10.1
13802026-07-30T03:50:35.133Z Compiling semver v1.0.28
13812026-07-30T03:50:35.242Z Compiling indexmap v2.14.0
13822026-07-30T03:50:35.403Z Compiling errno v0.3.14
13832026-07-30T03:50:35.458Z Compiling futures-core v0.3.32
13842026-07-30T03:50:35.595Z Compiling zerocopy v0.8.50
13852026-07-30T03:50:35.689Z Compiling heck v0.5.0
13862026-07-30T03:50:35.743Z Compiling futures-sink v0.3.32
13872026-07-30T03:50:35.845Z Compiling uuid v1.24.0
13882026-07-30T03:50:35.955Z Compiling slab v0.4.12
13892026-07-30T03:50:35.990Z Compiling jobserver v0.1.34
13902026-07-30T03:50:36.073Z Compiling fnv v1.0.7
13912026-07-30T03:50:36.132Z Compiling shlex v2.0.1
13922026-07-30T03:50:36.170Z Compiling rustversion v1.0.22
13932026-07-30T03:50:36.296Z Compiling find-msvc-tools v0.1.9
13942026-07-30T03:50:36.318Z Compiling schemars v0.8.22
13952026-07-30T03:50:36.318Z Compiling futures-channel v0.3.32
13962026-07-30T03:50:36.374Z Compiling futures-task v0.3.32
13972026-07-30T03:50:36.530Z Compiling cc v1.2.63
13982026-07-30T03:50:36.555Z Compiling futures-io v0.3.32
13992026-07-30T03:50:36.558Z Compiling socket2 v0.6.5
14002026-07-30T03:50:36.604Z Compiling portable-atomic v1.13.1
14012026-07-30T03:50:36.710Z Compiling bitflags v2.12.1
14022026-07-30T03:50:36.743Z Compiling signal-hook-registry v1.4.8
14032026-07-30T03:50:36.961Z Compiling mio v1.2.1
14042026-07-30T03:50:37.023Z Compiling critical-section v1.2.0
14052026-07-30T03:50:37.046Z Compiling fs_extra v1.3.0
14062026-07-30T03:50:37.126Z Compiling synstructure v0.13.2
14072026-07-30T03:50:37.174Z Compiling serde_derive_internals v0.29.1
14082026-07-30T03:50:37.304Z Compiling cmake v0.1.58
14092026-07-30T03:50:37.445Z Compiling thiserror-impl v2.0.19
14102026-07-30T03:50:37.491Z Compiling dunce v1.0.5
14112026-07-30T03:50:37.587Z Compiling once_cell v1.21.4
14122026-07-30T03:50:37.636Z Compiling typenum v1.20.1
14132026-07-30T03:50:37.639Z Compiling base64 v0.22.1
14142026-07-30T03:50:37.658Z Compiling log v0.4.32
14152026-07-30T03:50:37.833Z Compiling aws-lc-sys v0.41.0
14162026-07-30T03:50:37.837Z Compiling subtle v2.6.1
14172026-07-30T03:50:37.922Z Compiling regex-syntax v0.8.10
14182026-07-30T03:50:37.986Z Compiling slog v2.8.2
14192026-07-30T03:50:38.008Z Compiling byteorder v1.5.0
14202026-07-30T03:50:38.019Z Compiling atomic-waker v1.1.2
14212026-07-30T03:50:38.142Z Compiling strsim v0.11.1
14222026-07-30T03:50:38.240Z Compiling ipnet v2.12.0
14232026-07-30T03:50:38.251Z Compiling rustix v1.1.4
14242026-07-30T03:50:38.355Z Compiling serde_derive v1.0.228
14252026-07-30T03:50:38.462Z Compiling zerofrom-derive v0.1.7
14262026-07-30T03:50:38.551Z Compiling yoke-derive v0.8.2
14272026-07-30T03:50:38.626Z Compiling zerovec-derive v0.11.3
14282026-07-30T03:50:38.722Z Compiling displaydoc v0.2.6
14292026-07-30T03:50:38.737Z Compiling schemars_derive v0.8.22
14302026-07-30T03:50:38.775Z Compiling tokio-macros v2.7.0
14312026-07-30T03:50:39.528Z Compiling zerocopy-derive v0.8.50
14322026-07-30T03:50:39.633Z Compiling zeroize_derive v1.4.3
14332026-07-30T03:50:39.633Z Compiling futures-macro v0.3.32
14342026-07-30T03:50:39.684Z Compiling zerofrom v0.1.8
14352026-07-30T03:50:39.802Z Compiling yoke v0.8.3
14362026-07-30T03:50:39.951Z Compiling httparse v1.10.1
14372026-07-30T03:50:39.984Z Compiling zerovec v0.11.6
14382026-07-30T03:50:40.306Z Compiling zerotrie v0.2.4
14392026-07-30T03:50:40.314Z Compiling zeroize v1.8.2
14402026-07-30T03:50:40.527Z Compiling tinystr v0.8.3
14412026-07-30T03:50:40.535Z Compiling potential_utf v0.1.5
14422026-07-30T03:50:40.556Z Compiling futures-util v0.3.32
14432026-07-30T03:50:40.653Z Compiling tower-service v0.3.3
14442026-07-30T03:50:40.714Z Compiling icu_locale_core v2.2.0
14452026-07-30T03:50:40.727Z Compiling icu_collections v2.2.0
14462026-07-30T03:50:40.740Z Compiling tower-layer v0.3.3
14472026-07-30T03:50:40.893Z Compiling try-lock v0.2.5
14482026-07-30T03:50:40.997Z Compiling ryu v1.0.23
14492026-07-30T03:50:41.118Z Compiling untrusted v0.9.0
14502026-07-30T03:50:41.175Z Compiling want v0.3.1
14512026-07-30T03:50:41.232Z Compiling getrandom v0.2.17
14522026-07-30T03:50:41.244Z Compiling thiserror v1.0.69
14532026-07-30T03:50:41.332Z Compiling getrandom v0.3.4
14542026-07-30T03:50:41.409Z Compiling icu_provider v2.2.0
14552026-07-30T03:50:41.557Z Compiling bytes v1.11.1
14562026-07-30T03:50:41.573Z Compiling smallvec v1.15.1
14572026-07-30T03:50:41.664Z Compiling icu_properties v2.2.0
14582026-07-30T03:50:41.730Z Compiling chrono v0.4.45
14592026-07-30T03:50:41.788Z Compiling icu_normalizer v2.2.0
14602026-07-30T03:50:42.103Z Compiling http v1.4.2
14612026-07-30T03:50:42.195Z Compiling parking_lot v0.12.5
14622026-07-30T03:50:42.375Z Compiling serde_tokenstream v0.2.3
14632026-07-30T03:50:42.595Z Compiling idna_adapter v1.2.2
14642026-07-30T03:50:42.653Z Compiling tokio v1.53.1
14652026-07-30T03:50:42.741Z Compiling idna v1.1.0
14662026-07-30T03:50:42.838Z Compiling erased-serde v0.3.31
14672026-07-30T03:50:42.886Z Compiling http-body v1.0.1
14682026-07-30T03:50:43.035Z Compiling url v2.5.8
14692026-07-30T03:50:43.066Z Compiling ucd-trie v0.1.7
14702026-07-30T03:50:43.213Z Compiling httpdate v1.0.3
14712026-07-30T03:50:43.357Z Compiling pest v2.8.6
14722026-07-30T03:50:43.730Z Compiling rand_core v0.6.4
14732026-07-30T03:50:43.736Z Compiling ppv-lite86 v0.2.21
14742026-07-30T03:50:43.858Z Compiling thiserror-impl v1.0.69
14752026-07-30T03:50:43.874Z Compiling paste v1.0.15
14762026-07-30T03:50:43.902Z Compiling foldhash v0.2.0
14772026-07-30T03:50:44.029Z Compiling plain v0.2.3
14782026-07-30T03:50:44.125Z Compiling pretty-hex v0.4.2
14792026-07-30T03:50:44.137Z Compiling tracing-attributes v0.1.31
14802026-07-30T03:50:44.253Z Compiling ipnetwork v0.21.1
14812026-07-30T03:50:44.602Z Compiling pest_meta v2.8.6
14822026-07-30T03:50:44.678Z Compiling tracing-core v0.1.36
14832026-07-30T03:50:44.704Z Compiling http-body-util v0.1.4
14842026-07-30T03:50:44.945Z Compiling serde_urlencoded v0.7.1
14852026-07-30T03:50:44.958Z Compiling daft-derive v0.1.7
14862026-07-30T03:50:45.096Z Compiling aho-corasick v1.1.4
14872026-07-30T03:50:45.179Z Compiling pest_generator v2.8.6
14882026-07-30T03:50:45.279Z Compiling ident_case v1.0.1
14892026-07-30T03:50:45.347Z Compiling tracing v0.1.44
14902026-07-30T03:50:45.393Z Compiling omicron-workspace-hack v0.1.0
14912026-07-30T03:50:45.607Z Compiling sync_wrapper v1.0.2
14922026-07-30T03:50:45.643Z Compiling winnow v1.0.3
14932026-07-30T03:50:45.726Z Compiling oxnet v0.1.6
14942026-07-30T03:50:45.831Z Compiling hashbrown v0.16.1
14952026-07-30T03:50:45.893Z Compiling pest_derive v2.8.6
14962026-07-30T03:50:46.020Z Compiling regex-automata v0.4.14
14972026-07-30T03:50:46.355Z Compiling fastrand v2.4.1
14982026-07-30T03:50:46.417Z Compiling tokio-util v0.7.18
14992026-07-30T03:50:46.553Z Compiling scroll_derive v0.13.1
15002026-07-30T03:50:46.740Z Compiling time-core v0.1.8
15012026-07-30T03:50:46.881Z Compiling powerfmt v0.2.0
15022026-07-30T03:50:47.045Z Compiling num-conv v0.2.2
15032026-07-30T03:50:47.090Z Compiling aws-lc-rs v1.17.0
15042026-07-30T03:50:47.156Z Compiling deranged v0.5.8
15052026-07-30T03:50:47.190Z Compiling time-macros v0.2.27
15062026-07-30T03:50:47.389Z Compiling scroll v0.13.0
15072026-07-30T03:50:47.402Z Compiling rustls-pki-types v1.14.1
15082026-07-30T03:50:47.650Z Compiling regex v1.12.3
15092026-07-30T03:50:47.877Z Compiling async-trait v0.1.89
15102026-07-30T03:50:48.108Z Compiling anyhow v1.0.104
15112026-07-30T03:50:48.121Z Compiling openssl-probe v0.2.1
15122026-07-30T03:50:48.178Z Compiling num_threads v0.1.7
15132026-07-30T03:50:48.516Z Compiling untrusted v0.7.1
15142026-07-30T03:50:48.579Z Compiling hex v0.4.3
15152026-07-30T03:50:48.661Z Compiling camino v1.2.5
15162026-07-30T03:50:48.830Z Compiling rustls v0.23.40
15172026-07-30T03:50:48.992Z Compiling h2 v0.4.14
15182026-07-30T03:50:49.045Z Compiling usdt-impl v0.6.0
15192026-07-30T03:50:49.057Z Compiling crossbeam-utils v0.8.21
15202026-07-30T03:50:49.194Z Compiling crc32fast v1.5.0
15212026-07-30T03:50:49.311Z Compiling goblin v0.10.7
15222026-07-30T03:50:49.387Z Compiling dtrace-parser v0.3.0
15232026-07-30T03:50:49.535Z Compiling newtype-uuid v1.3.2
15242026-07-30T03:50:49.619Z Compiling ref-cast v1.0.25
15252026-07-30T03:50:49.747Z Compiling daft v0.1.7
15262026-07-30T03:50:50.010Z Compiling futures-executor v0.3.32
15272026-07-30T03:50:50.052Z Compiling ref-cast-impl v1.0.25
15282026-07-30T03:50:50.253Z Compiling structmeta-derive v0.3.0
15292026-07-30T03:50:50.284Z Compiling thread-id v5.1.0
15302026-07-30T03:50:50.383Z Compiling thread_local v1.1.9
15312026-07-30T03:50:50.503Z Compiling simd-adler32 v0.3.9
15322026-07-30T03:50:50.680Z Compiling cpufeatures v0.3.0
15332026-07-30T03:50:50.718Z Compiling adler2 v2.0.1
15342026-07-30T03:50:50.751Z Compiling futures v0.3.32
15352026-07-30T03:50:50.826Z Compiling miniz_oxide v0.8.9
15362026-07-30T03:50:50.838Z Compiling rand_core v0.9.5
15372026-07-30T03:50:51.053Z Compiling darling_core v0.23.0
15382026-07-30T03:50:51.098Z Compiling hyper v1.11.0
15392026-07-30T03:50:51.338Z Compiling structmeta v0.3.0
15402026-07-30T03:50:51.493Z Compiling newtype-uuid-macros v0.1.0
15412026-07-30T03:50:51.539Z Compiling hybrid-array v0.4.12
15422026-07-30T03:50:52.146Z Compiling dof v0.4.0
15432026-07-30T03:50:52.157Z Compiling match_cfg v0.1.0
15442026-07-30T03:50:52.223Z Compiling hyper-util v0.1.20
15452026-07-30T03:50:52.365Z Compiling slog-async v2.8.0
15462026-07-30T03:50:52.570Z Compiling flate2 v1.1.9
15472026-07-30T03:50:52.987Z Compiling quick-error v1.2.3
15482026-07-30T03:50:53.094Z Compiling take_mut v0.2.2
15492026-07-30T03:50:53.122Z Compiling darling_macro v0.23.0
15502026-07-30T03:50:53.134Z Compiling compression-core v0.4.32
15512026-07-30T03:50:53.197Z Compiling term v1.2.1
15522026-07-30T03:50:53.289Z Compiling compression-codecs v0.4.38
15532026-07-30T03:50:53.545Z Compiling block-buffer v0.12.0
15542026-07-30T03:50:53.557Z Compiling crypto-common v0.2.2
15552026-07-30T03:50:53.698Z Compiling rand_chacha v0.9.0
15562026-07-30T03:50:53.714Z Compiling darling v0.23.0
15572026-07-30T03:50:53.792Z Compiling strum_macros v0.26.4
15582026-07-30T03:50:53.892Z Compiling serde_spanned v1.1.1
15592026-07-30T03:50:53.904Z Compiling multer v3.1.0
15602026-07-30T03:50:54.038Z Compiling generic-array v0.14.7
15612026-07-30T03:50:54.136Z Compiling const-oid v0.10.2
15622026-07-30T03:50:54.279Z Compiling toml_writer v1.1.1+spec-1.1.0
15632026-07-30T03:50:54.344Z Compiling bit-vec v0.8.0
15642026-07-30T03:50:54.356Z Compiling usdt-macro v0.6.0
15652026-07-30T03:50:54.487Z Compiling usdt-attr-macro v0.6.0
15662026-07-30T03:50:54.510Z Compiling debug-ignore v1.0.5
15672026-07-30T03:50:54.578Z Compiling bit-set v0.8.0
15682026-07-30T03:50:54.607Z Compiling digest v0.11.3
15692026-07-30T03:50:54.683Z Compiling rand v0.9.4
15702026-07-30T03:50:54.735Z Compiling serde_with_macros v3.21.0
15712026-07-30T03:50:54.765Z Compiling tower v0.5.3
15722026-07-30T03:50:55.278Z Compiling async-stream-impl v0.3.6
15732026-07-30T03:50:55.419Z Compiling strum v0.26.3
15742026-07-30T03:50:55.475Z Compiling dropshot v0.17.1
15752026-07-30T03:50:55.556Z Compiling encoding_rs v0.8.35
15762026-07-30T03:50:55.686Z Compiling spin v0.9.8
15772026-07-30T03:50:55.743Z Compiling unarray v0.1.4
15782026-07-30T03:50:55.853Z Compiling mime v0.3.17
15792026-07-30T03:50:55.891Z Compiling syn v1.0.109
15802026-07-30T03:50:55.985Z Compiling async-stream v0.3.6
15812026-07-30T03:50:56.054Z Compiling tower-http v0.6.11
15822026-07-30T03:50:56.129Z Compiling sha1 v0.11.0
15832026-07-30T03:50:56.217Z Compiling derive-ex v0.1.8
15842026-07-30T03:50:56.269Z Compiling dropshot_endpoint v0.17.1
15852026-07-30T03:50:56.369Z Compiling macaddr v1.0.1
15862026-07-30T03:50:56.479Z Compiling openapiv3 v2.2.0
15872026-07-30T03:50:56.655Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15882026-07-30T03:50:57.097Z Compiling waitgroup v0.1.2
15892026-07-30T03:50:57.149Z Compiling serde_path_to_error v0.1.20
15902026-07-30T03:50:57.233Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15912026-07-30T03:50:57.368Z Compiling tempfile v3.27.0
15922026-07-30T03:50:57.498Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15932026-07-30T03:50:57.683Z Compiling time v0.3.47
15942026-07-30T03:50:57.787Z Compiling rustls-native-certs v0.8.4
15952026-07-30T03:50:57.791Z Compiling test-strategy v0.4.5
15962026-07-30T03:50:57.938Z Compiling strum_macros v0.27.2
15972026-07-30T03:50:58.095Z Compiling instant v0.1.13
15982026-07-30T03:50:58.205Z Compiling crossbeam-channel v0.5.15
15992026-07-30T03:50:58.595Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16002026-07-30T03:50:58.877Z Compiling crypto-common v0.1.7
16012026-07-30T03:50:59.156Z Compiling parse-display-derive v0.10.0
16022026-07-30T03:50:59.198Z Compiling backon v1.6.0
16032026-07-30T03:50:59.209Z Compiling rand_chacha v0.3.1
16042026-07-30T03:50:59.398Z Compiling is-terminal v0.4.17
16052026-07-30T03:50:59.424Z Compiling either v1.16.0
16062026-07-30T03:50:59.491Z Compiling slog-term v2.9.2
16072026-07-30T03:50:59.636Z Compiling rand v0.8.6
16082026-07-30T03:50:59.758Z Compiling strum v0.27.2
16092026-07-30T03:50:59.882Z Compiling slog-json v2.6.1
16102026-07-30T03:51:00.087Z Compiling hostname v0.3.1
16112026-07-30T03:51:00.222Z Compiling toml_parser v1.1.2+spec-1.1.0
16122026-07-30T03:51:00.277Z Compiling toml_datetime v1.1.1+spec-1.1.0
16132026-07-30T03:51:00.391Z Compiling memmap2 v0.9.10
16142026-07-30T03:51:00.552Z Compiling wait-timeout v0.2.1
16152026-07-30T03:51:00.666Z Compiling toml v1.1.2+spec-1.1.0
16162026-07-30T03:51:00.843Z Compiling rusty-fork v0.3.1
16172026-07-30T03:51:00.866Z Compiling slog-bunyan v2.5.0
16182026-07-30T03:51:00.998Z Compiling serde_with v3.21.0
16192026-07-30T03:51:01.103Z Compiling async-compression v0.4.42
16202026-07-30T03:51:01.121Z Compiling rand_xorshift v0.4.0
16212026-07-30T03:51:01.206Z Compiling iddqd v0.4.6
16222026-07-30T03:51:01.264Z Compiling rustls-pemfile v2.2.0
16232026-07-30T03:51:01.417Z Compiling regress v0.10.5
16242026-07-30T03:51:01.458Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16252026-07-30T03:51:02.216Z Compiling hostname v0.4.2
16262026-07-30T03:51:02.360Z Compiling humantime v2.3.0
16272026-07-30T03:51:02.483Z Compiling proptest v1.11.0
16282026-07-30T03:51:02.839Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16292026-07-30T03:51:03.085Z Compiling block-buffer v0.10.4
16302026-07-30T03:51:03.236Z Compiling usdt v0.6.0
16312026-07-30T03:51:03.303Z Compiling reqwest v0.12.28
16322026-07-30T03:51:03.778Z Compiling digest v0.10.7
16332026-07-30T03:51:03.899Z Compiling parse-display v0.10.0
16342026-07-30T03:51:03.994Z Compiling backoff v0.4.0
16352026-07-30T03:51:04.054Z Compiling itertools v0.14.0
16362026-07-30T03:51:04.204Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16372026-07-30T03:51:04.547Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16382026-07-30T03:51:05.126Z Compiling progenitor-client v0.10.0
16392026-07-30T03:51:05.900Z Compiling regress v0.11.1
16402026-07-30T03:51:05.917Z Compiling utf8parse v0.2.2
16412026-07-30T03:51:06.013Z Compiling anstyle-parse v1.0.0
16422026-07-30T03:51:06.349Z Compiling anstyle-query v1.1.5
16432026-07-30T03:51:06.663Z Compiling anstyle v1.0.14
16442026-07-30T03:51:06.802Z Compiling is_terminal_polyfill v1.70.2
16452026-07-30T03:51:06.888Z Compiling colorchoice v1.0.5
16462026-07-30T03:51:06.976Z Compiling anstream v1.0.0
16472026-07-30T03:51:07.180Z Compiling clap_lex v1.1.0
16482026-07-30T03:51:07.422Z Compiling toml_datetime v0.6.11
16492026-07-30T03:51:07.523Z Compiling typify-impl v0.6.2
16502026-07-30T03:51:07.689Z Compiling zerocopy-derive v0.7.35
16512026-07-30T03:51:07.716Z Compiling cpufeatures v0.2.17
16522026-07-30T03:51:07.789Z Compiling unicode-width v0.2.2
16532026-07-30T03:51:08.126Z Compiling convert_case v0.4.0
16542026-07-30T03:51:08.428Z Compiling derive_more v0.99.20
16552026-07-30T03:51:08.548Z Compiling zerocopy v0.7.35
16562026-07-30T03:51:09.286Z Compiling clap_derive v4.6.4
16572026-07-30T03:51:10.004Z Compiling terminal_size v0.4.4
16582026-07-30T03:51:10.057Z Compiling secrecy v0.10.3
16592026-07-30T03:51:10.143Z Compiling tinyvec_macros v0.1.1
16602026-07-30T03:51:10.209Z Compiling crucible-workspace-hack v0.1.0
16612026-07-30T03:51:10.304Z Compiling float-ord v0.3.2
16622026-07-30T03:51:10.419Z Compiling tinyvec v1.11.0
16632026-07-30T03:51:10.936Z Compiling dtrace-parser v0.2.0
16642026-07-30T03:51:10.942Z Compiling scroll_derive v0.12.1
16652026-07-30T03:51:10.957Z Compiling num-integer v0.1.46
16662026-07-30T03:51:11.015Z Compiling rustc_version v0.4.1
16672026-07-30T03:51:11.046Z Compiling usdt-impl v0.5.0
16682026-07-30T03:51:11.289Z Compiling curve25519-dalek v4.1.3
16692026-07-30T03:51:11.587Z Compiling clap_builder v4.6.2
16702026-07-30T03:51:11.671Z Compiling scroll v0.12.0
16712026-07-30T03:51:11.785Z Compiling dof v0.3.0
16722026-07-30T03:51:11.938Z Compiling hmac v0.12.1
16732026-07-30T03:51:12.031Z Compiling toml_edit v0.25.12+spec-1.1.0
16742026-07-30T03:51:12.067Z Compiling inout v0.1.4
16752026-07-30T03:51:12.088Z Compiling darling_core v0.21.3
16762026-07-30T03:51:12.123Z Compiling ff v0.13.1
16772026-07-30T03:51:12.224Z Compiling thread-id v4.2.2
16782026-07-30T03:51:12.248Z Compiling group v0.13.0
16792026-07-30T03:51:12.501Z Compiling cipher v0.4.4
16802026-07-30T03:51:12.717Z Compiling proc-macro-crate v3.5.0
16812026-07-30T03:51:12.742Z Compiling hkdf v0.12.4
16822026-07-30T03:51:12.882Z Compiling goblin v0.8.2
16832026-07-30T03:51:13.257Z Compiling clap v4.6.4
16842026-07-30T03:51:13.547Z Compiling num-rational v0.4.2
16852026-07-30T03:51:13.589Z Compiling num-iter v0.1.45
16862026-07-30T03:51:13.758Z Compiling thiserror-impl-no-std v2.0.2
16872026-07-30T03:51:13.800Z Compiling typify-macro v0.6.2
16882026-07-30T03:51:14.157Z Compiling universal-hash v0.5.1
16892026-07-30T03:51:14.160Z Compiling darling_macro v0.21.3
16902026-07-30T03:51:14.283Z Compiling crypto-bigint v0.5.5
16912026-07-30T03:51:14.852Z Compiling crossbeam-epoch v0.9.18
16922026-07-30T03:51:14.904Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16932026-07-30T03:51:15.202Z Compiling half v2.7.1
16942026-07-30T03:51:15.248Z Compiling curve25519-dalek-derive v0.1.1
16952026-07-30T03:51:15.426Z Compiling num-complex v0.4.6
16962026-07-30T03:51:15.777Z Compiling opaque-debug v0.3.1
16972026-07-30T03:51:15.836Z Compiling base64ct v1.8.3
16982026-07-30T03:51:15.836Z Compiling unsafe-libyaml v0.2.11
16992026-07-30T03:51:15.858Z Compiling base16ct v0.2.0
17002026-07-30T03:51:15.909Z Compiling typify v0.6.2
17012026-07-30T03:51:15.972Z Compiling ciborium-io v0.2.2
17022026-07-30T03:51:15.997Z Compiling elliptic-curve v0.13.8
17032026-07-30T03:51:16.062Z Compiling ciborium-ll v0.2.2
17042026-07-30T03:51:16.145Z Compiling password-hash v0.5.0
17052026-07-30T03:51:16.286Z Compiling poly1305 v0.8.0
17062026-07-30T03:51:16.379Z Compiling serde_yaml v0.9.34+deprecated
17072026-07-30T03:51:16.507Z Compiling num v0.4.3
17082026-07-30T03:51:16.931Z Compiling thiserror-no-std v2.0.2
17092026-07-30T03:51:17.011Z Compiling darling v0.21.3
17102026-07-30T03:51:17.147Z Compiling num_enum_derive v0.7.6
17112026-07-30T03:51:17.530Z Compiling chacha20 v0.9.1
17122026-07-30T03:51:17.629Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17132026-07-30T03:51:17.742Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17142026-07-30T03:51:18.143Z Compiling blake2 v0.10.6
17152026-07-30T03:51:18.319Z Compiling aead v0.5.2
17162026-07-30T03:51:18.431Z Compiling byte-wrapper v0.1.0
17172026-07-30T03:51:18.478Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17182026-07-30T03:51:18.588Z Compiling proc-macro-error-attr v1.0.4
17192026-07-30T03:51:18.824Z Compiling rustix v0.38.44
17202026-07-30T03:51:18.869Z Compiling heapless v0.8.0
17212026-07-30T03:51:18.934Z Compiling keccak v0.1.6
17222026-07-30T03:51:19.168Z Compiling prettyplease v0.2.37
17232026-07-30T03:51:19.269Z Compiling sha3 v0.10.9
17242026-07-30T03:51:19.621Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17252026-07-30T03:51:19.669Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17262026-07-30T03:51:19.966Z Compiling chacha20poly1305 v0.10.1
17272026-07-30T03:51:20.094Z Compiling argon2 v0.5.3
17282026-07-30T03:51:20.135Z Compiling num_enum v0.7.6
17292026-07-30T03:51:20.250Z Compiling ingot-macros v0.1.1
17302026-07-30T03:51:20.372Z Compiling vsss-rs v3.3.4
17312026-07-30T03:51:20.652Z Compiling ciborium v0.2.2
17322026-07-30T03:51:20.942Z Compiling usdt-attr-macro v0.5.0
17332026-07-30T03:51:20.972Z Compiling usdt-macro v0.5.0
17342026-07-30T03:51:21.716Z Compiling tabwriter v1.4.1
17352026-07-30T03:51:22.082Z Compiling serde_spanned v0.6.9
17362026-07-30T03:51:22.229Z Compiling enum-as-inner v0.6.1
17372026-07-30T03:51:22.288Z Compiling hash32 v0.3.1
17382026-07-30T03:51:22.352Z Compiling proc-macro-error v1.0.4
17392026-07-30T03:51:22.517Z Compiling memmap v0.7.0
17402026-07-30T03:51:22.596Z Compiling memoffset v0.9.1
17412026-07-30T03:51:22.703Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17422026-07-30T03:51:22.719Z Compiling indent_write v2.2.0
17432026-07-30T03:51:22.816Z Compiling winnow v0.7.15
17442026-07-30T03:51:22.939Z Compiling toml_write v0.1.2
17452026-07-30T03:51:22.957Z Compiling smoltcp v0.11.0
17462026-07-30T03:51:22.968Z Compiling cfg_aliases v0.2.1
17472026-07-30T03:51:23.038Z Compiling winnow v0.5.40
17482026-07-30T03:51:23.060Z Compiling data-encoding v2.11.0
17492026-07-30T03:51:23.089Z Compiling static_assertions v1.1.0
17502026-07-30T03:51:23.132Z Compiling ingot-types v0.1.2
17512026-07-30T03:51:23.158Z Compiling nix v0.31.3
17522026-07-30T03:51:23.437Z Compiling usdt v0.5.0
17532026-07-30T03:51:23.699Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17542026-07-30T03:51:23.714Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17552026-07-30T03:51:23.808Z Compiling rustls-webpki v0.103.13
17562026-07-30T03:51:23.976Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17572026-07-30T03:51:24.230Z Compiling toml_edit v0.22.27
17582026-07-30T03:51:24.416Z Compiling toml_edit v0.19.15
17592026-07-30T03:51:24.899Z Compiling cobs v0.3.0
17602026-07-30T03:51:24.970Z Compiling serde_repr v0.1.21
17612026-07-30T03:51:25.091Z Compiling vcpkg v0.2.15
17622026-07-30T03:51:25.405Z Compiling managed v0.8.0
17632026-07-30T03:51:25.630Z Compiling colored v3.1.1
17642026-07-30T03:51:25.689Z Compiling bitflags v1.3.2
17652026-07-30T03:51:25.717Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17662026-07-30T03:51:25.765Z Compiling pkg-config v0.3.33
17672026-07-30T03:51:26.036Z Compiling toml v0.8.23
17682026-07-30T03:51:26.227Z Compiling openssl-sys v0.9.116
17692026-07-30T03:51:26.507Z Compiling proc-macro-crate v1.3.1
17702026-07-30T03:51:26.749Z Compiling postcard v1.1.3
17712026-07-30T03:51:27.111Z Compiling ingot v0.1.1
17722026-07-30T03:51:27.208Z Compiling hubpack_derive v0.1.1
17732026-07-30T03:51:27.530Z Compiling tokio-rustls v0.26.4
17742026-07-30T03:51:27.675Z Compiling rustls-platform-verifier v0.7.0
17752026-07-30T03:51:27.745Z Compiling hyper-rustls v0.27.9
17762026-07-30T03:51:28.037Z Compiling reqwest v0.13.4
17772026-07-30T03:51:28.827Z Compiling foreign-types-macros v0.2.3
17782026-07-30T03:51:28.990Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17792026-07-30T03:51:29.307Z Compiling progenitor-client v0.14.0
17802026-07-30T03:51:29.321Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17812026-07-30T03:51:29.501Z Compiling rayon-core v1.13.0
17822026-07-30T03:51:29.565Z Compiling progenitor-extras v0.2.0
17832026-07-30T03:51:29.736Z Compiling semver v0.1.20
17842026-07-30T03:51:29.808Z Compiling resolv-conf v0.7.6
17852026-07-30T03:51:29.996Z Compiling unicode-segmentation v1.13.3
17862026-07-30T03:51:30.137Z Compiling foreign-types-shared v0.3.1
17872026-07-30T03:51:30.189Z Compiling heck v0.4.1
17882026-07-30T03:51:30.231Z Compiling swrite v0.1.0
17892026-07-30T03:51:30.327Z Compiling linked-hash-map v0.5.6
17902026-07-30T03:51:30.394Z Compiling newline-converter v0.3.0
17912026-07-30T03:51:30.423Z Compiling foreign-types v0.5.0
17922026-07-30T03:51:30.503Z Compiling lru-cache v0.1.2
17932026-07-30T03:51:30.516Z Compiling rustc_version v0.1.7
17942026-07-30T03:51:30.578Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17952026-07-30T03:51:30.672Z Compiling hubpack v0.1.2
17962026-07-30T03:51:30.727Z Compiling num_enum_derive v0.5.11
17972026-07-30T03:51:30.902Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-07-30T03:51:31.964Z Compiling atomicwrites v0.4.4
17992026-07-30T03:51:32.285Z Compiling hickory-proto v0.24.4
18002026-07-30T03:51:32.473Z Compiling progenitor-impl v0.14.0
18012026-07-30T03:51:32.703Z Compiling progenitor-impl v0.13.0
18022026-07-30T03:51:33.756Z Compiling crossbeam-deque v0.8.6
18032026-07-30T03:51:33.955Z Compiling console v0.15.11
18042026-07-30T03:51:34.630Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18052026-07-30T03:51:34.740Z Compiling camino-tempfile v1.4.1
18062026-07-30T03:51:34.986Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-07-30T03:51:35.075Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18082026-07-30T03:51:35.151Z Compiling chacha20 v0.10.0
18092026-07-30T03:51:35.419Z Compiling serde-big-array v0.5.1
18102026-07-30T03:51:35.566Z Compiling derive-where v1.6.1
18112026-07-30T03:51:35.627Z Compiling pin-project-internal v1.1.13
18122026-07-30T03:51:36.305Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18132026-07-30T03:51:36.751Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-07-30T03:51:36.853Z Compiling num-derive v0.4.2
18152026-07-30T03:51:36.884Z Compiling cstr-argument v0.1.2
18162026-07-30T03:51:37.014Z Compiling lazy_static v1.5.0
18172026-07-30T03:51:37.039Z Compiling siphasher v1.0.3
18182026-07-30T03:51:37.108Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18192026-07-30T03:51:37.121Z Compiling similar v2.7.0
18202026-07-30T03:51:37.240Z Compiling minimal-lexical v0.2.1
18212026-07-30T03:51:37.409Z Compiling phf_shared v0.12.1
18222026-07-30T03:51:37.501Z Compiling nom v7.1.3
18232026-07-30T03:51:37.540Z Compiling expectorate v1.2.0
18242026-07-30T03:51:37.709Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18252026-07-30T03:51:37.961Z Compiling pin-project v1.1.13
18262026-07-30T03:51:38.054Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-07-30T03:51:38.074Z Compiling progenitor-macro v0.13.0
18282026-07-30T03:51:38.080Z Compiling progenitor-macro v0.14.0
18292026-07-30T03:51:38.081Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18302026-07-30T03:51:38.410Z Compiling rand v0.10.2
18312026-07-30T03:51:38.877Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18322026-07-30T03:51:39.006Z Compiling hickory-resolver v0.24.4
18332026-07-30T03:51:39.102Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18342026-07-30T03:51:39.307Z Compiling num_enum v0.5.11
18352026-07-30T03:51:39.424Z Compiling newtype_derive v0.1.6
18362026-07-30T03:51:39.669Z Compiling progenitor-client v0.13.0
18372026-07-30T03:51:40.963Z Compiling unicode-normalization v0.1.25
18382026-07-30T03:51:41.099Z Compiling tokio-stream v0.1.18
18392026-07-30T03:51:41.435Z Compiling async-recursion v1.1.1
18402026-07-30T03:51:41.578Z Compiling snafu-derive v0.8.9
18412026-07-30T03:51:41.666Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18422026-07-30T03:51:41.989Z Compiling slog-dtrace v0.3.0
18432026-07-30T03:51:42.139Z Compiling bstr v1.12.1
18442026-07-30T03:51:42.239Z Compiling csv-core v0.1.13
18452026-07-30T03:51:42.507Z Compiling chrono-tz v0.10.4
18462026-07-30T03:51:42.638Z Compiling openssl v0.10.80
18472026-07-30T03:51:42.739Z Compiling same-file v1.0.6
18482026-07-30T03:51:42.919Z Compiling unicode-width v0.1.14
18492026-07-30T03:51:42.932Z Compiling highway v1.3.0
18502026-07-30T03:51:43.196Z Compiling konst_macro_rules v0.2.19
18512026-07-30T03:51:43.234Z Compiling unicode-xid v0.2.6
18522026-07-30T03:51:43.248Z Compiling foldhash v0.1.5
18532026-07-30T03:51:43.315Z Compiling foreign-types-shared v0.1.1
18542026-07-30T03:51:43.331Z Compiling owo-colors v4.3.0
18552026-07-30T03:51:43.352Z Compiling cancel-safe-futures v0.1.5
18562026-07-30T03:51:43.372Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-07-30T03:51:43.401Z Compiling foreign-types v0.3.2
18582026-07-30T03:51:43.426Z Compiling hashbrown v0.15.5
18592026-07-30T03:51:43.470Z Compiling const_format_proc_macros v0.2.34
18602026-07-30T03:51:43.482Z Compiling snafu v0.8.9
18612026-07-30T03:51:43.616Z Compiling konst v0.2.20
18622026-07-30T03:51:43.630Z Compiling progenitor v0.14.0
18632026-07-30T03:51:43.718Z Compiling progenitor v0.13.0
18642026-07-30T03:51:43.760Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-07-30T03:51:43.849Z Compiling walkdir v2.5.0
18662026-07-30T03:51:43.883Z Compiling globset v0.4.18
18672026-07-30T03:51:43.899Z Compiling csv v1.4.0
18682026-07-30T03:51:44.050Z Compiling qorb v0.4.1
18692026-07-30T03:51:44.393Z Compiling olpc-cjson v0.1.4
18702026-07-30T03:51:44.410Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-07-30T03:51:44.458Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-07-30T03:51:44.762Z Compiling rayon v1.12.0
18732026-07-30T03:51:45.704Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18742026-07-30T03:51:46.059Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-07-30T03:51:46.143Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18762026-07-30T03:51:46.363Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-07-30T03:51:46.594Z Compiling phf v0.12.1
18782026-07-30T03:51:46.626Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-07-30T03:51:46.747Z Compiling zone_cfg_derive v0.3.1
18802026-07-30T03:51:47.071Z Compiling tokio-dtrace v0.1.1
18812026-07-30T03:51:47.346Z Compiling itertools v0.12.1
18822026-07-30T03:51:47.450Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18832026-07-30T03:51:47.464Z Compiling libsw-core v0.3.2
18842026-07-30T03:51:47.572Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18852026-07-30T03:51:47.585Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-07-30T03:51:47.623Z Compiling serde_plain v1.0.2
18872026-07-30T03:51:47.651Z Compiling openssl-macros v0.1.1
18882026-07-30T03:51:47.835Z Compiling pem v3.0.6
18892026-07-30T03:51:47.946Z Compiling cookie v0.18.1
18902026-07-30T03:51:48.159Z Compiling sigpipe v0.1.3
18912026-07-30T03:51:48.173Z Compiling glob v0.3.3
18922026-07-30T03:51:48.194Z Compiling typed-path v0.9.3
18932026-07-30T03:51:48.210Z Compiling bytecount v0.6.9
18942026-07-30T03:51:48.241Z Compiling fixedbitset v0.5.7
18952026-07-30T03:51:48.351Z Compiling jiff v0.2.28
18962026-07-30T03:51:48.550Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-07-30T03:51:48.576Z Compiling fixedbitset v0.4.2
18982026-07-30T03:51:48.579Z Compiling zone v0.3.1
18992026-07-30T03:51:48.609Z Compiling petgraph v0.8.3
19002026-07-30T03:51:48.806Z Compiling petgraph v0.6.5
19012026-07-30T03:51:48.817Z Compiling papergrid v0.11.0
19022026-07-30T03:51:49.123Z Compiling tough v0.22.0
19032026-07-30T03:51:49.534Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-07-30T03:51:49.727Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19052026-07-30T03:51:50.321Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19062026-07-30T03:51:50.442Z Compiling libsw v3.5.0
19072026-07-30T03:51:50.610Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19082026-07-30T03:51:50.641Z Compiling oxide-tokio-rt v0.1.6
19092026-07-30T03:51:50.663Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-07-30T03:51:50.952Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-07-30T03:51:51.674Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-07-30T03:51:51.855Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-07-30T03:51:51.988Z Compiling const_format v0.2.36
19142026-07-30T03:51:52.016Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-07-30T03:51:52.793Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19162026-07-30T03:51:52.849Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-07-30T03:51:52.907Z Compiling tabled_derive v0.7.0
19182026-07-30T03:51:53.046Z Compiling gethostname v0.5.0
19192026-07-30T03:51:53.169Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-07-30T03:51:53.181Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19212026-07-30T03:51:53.204Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-07-30T03:51:53.290Z Compiling bcs v0.1.6
19232026-07-30T03:51:53.321Z Compiling smf v0.2.3
19242026-07-30T03:51:53.432Z Compiling crunchy v0.2.4
19252026-07-30T03:51:53.598Z Compiling smawk v0.3.2
19262026-07-30T03:51:53.610Z Compiling unicode-linebreak v0.1.5
19272026-07-30T03:51:53.736Z Compiling linear-map v1.2.0
19282026-07-30T03:51:53.748Z Compiling tagptr v0.2.0
19292026-07-30T03:51:53.859Z Compiling termtree v0.5.1
19302026-07-30T03:51:53.882Z Compiling whoami v1.6.1
19312026-07-30T03:51:53.893Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19322026-07-30T03:51:53.920Z Compiling tabled v0.15.0
19332026-07-30T03:51:53.924Z Compiling moka v0.12.15
19342026-07-30T03:51:54.007Z Compiling textwrap v0.16.2
19352026-07-30T03:51:54.553Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-07-30T03:51:54.603Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19372026-07-30T03:51:54.726Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-07-30T03:51:55.182Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-07-30T03:51:55.374Z Compiling steno v0.4.1
19402026-07-30T03:51:56.395Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19412026-07-30T03:51:56.717Z Compiling hickory-proto v0.25.2
19422026-07-30T03:51:57.365Z Compiling tiny-keccak v2.0.2
19432026-07-30T03:51:57.594Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19442026-07-30T03:51:57.622Z Compiling parking_lot_core v0.8.6
19452026-07-30T03:51:57.934Z Compiling libscf-sys v1.2.0
19462026-07-30T03:51:57.945Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19472026-07-30T03:51:58.080Z Compiling nom v8.0.0
19482026-07-30T03:51:58.620Z Compiling hickory-resolver v0.25.2
19492026-07-30T03:51:58.690Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19502026-07-30T03:51:58.797Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19512026-07-30T03:51:59.053Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19522026-07-30T03:51:59.158Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19532026-07-30T03:51:59.198Z Compiling const-random-macro v0.1.16
19542026-07-30T03:51:59.623Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19552026-07-30T03:51:59.638Z Compiling ahash v0.8.12
19562026-07-30T03:51:59.638Z Compiling smartstring v1.0.1
19572026-07-30T03:51:59.869Z Compiling const-random v0.1.18
19582026-07-30T03:51:59.944Z Compiling parking_lot v0.11.2
19592026-07-30T03:52:00.254Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19602026-07-30T03:52:00.367Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19612026-07-30T03:52:00.379Z Compiling fxhash v0.2.1
19622026-07-30T03:52:00.503Z Compiling arc-swap v1.9.1
19632026-07-30T03:52:00.516Z Compiling internet-checksum v0.2.1
19642026-07-30T03:52:00.639Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19652026-07-30T03:52:00.669Z Compiling sled v0.34.7
19662026-07-30T03:52:00.871Z Compiling slog-scope v4.4.1
19672026-07-30T03:52:01.011Z Compiling itertools v0.15.0
19682026-07-30T03:52:01.152Z Compiling thin-vec v0.2.18
19692026-07-30T03:52:01.181Z Compiling rhai_codegen v3.2.0
19702026-07-30T03:52:01.456Z Compiling slog-stdlog v4.1.1
19712026-07-30T03:52:01.689Z Compiling slog-envlogger v2.2.0
19722026-07-30T03:52:01.773Z Compiling natord v1.0.9
19732026-07-30T03:52:02.438Z Compiling rhai v1.25.1
19742026-07-30T03:52:04.710Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19752026-07-30T03:52:05.961Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19762026-07-30T03:52:05.961Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
19772026-07-30T03:52:13.171Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19782026-07-30T03:52:14.800Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19792026-07-30T03:52:15.845Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19802026-07-30T03:52:16.773Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19812026-07-30T03:52:17.572Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19822026-07-30T03:52:18.696Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19832026-07-30T03:52:24.419Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
19842026-07-30T03:52:49.019Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 16s
19852026-07-30T03:52:49.203Z────────────
19862026-07-30T03:52:49.203Z Nextest run ID c3150fd3-da10-483e-8fa8-91197d290f77 with nextest profile: default
19872026-07-30T03:52:49.203Z Starting 6 tests across 1 binary
19882026-07-30T03:52:49.212Z PASS [ 0.009s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv4
19892026-07-30T03:52:49.216Z PASS [ 0.010s] mgadm::bin/mgadm static_routing::tests::test_route_conversion_to_api_types
19902026-07-30T03:52:49.216Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv6
19912026-07-30T03:52:49.216Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_interface
19922026-07-30T03:52:49.216Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_ipv6_prefix_parsing_in_cli
19932026-07-30T03:52:49.216Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_ipv4_prefix_parsing_in_cli
19942026-07-30T03:52:49.216Z────────────
19952026-07-30T03:52:49.216Z Summary [ 0.011s] 6 tests run: 6 passed, 0 skipped
19962026-07-30T03:52:49.226Zprocess exited: duration 287909 ms, exit code 0
 
19972026-07-30T03:52:49.236Zfound 0 output files