01KV4MYBK3SFZH5J7SSXWAK08D: 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: 01KV4MYT985MG8Z9BT1S73Y7JP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T03:25:45.836Zjob assigned to worker 01KV4MZ3G3XCWDFRQ53JKKQNZ8 [factory aws, i-05921ab2788ef9c38] (queued for 1 m 0 s)
 
22026-06-15T03:25:52.274Zstarting task 0: "setup"
32026-06-15T03:25:52.279Z++ uname -s
42026-06-15T03:25:52.282Z+ kern=SunOS
52026-06-15T03:25:52.282Z+ build_user=build
62026-06-15T03:25:52.282Z+ build_uid=12345
72026-06-15T03:25:52.282Z+ work_dir=/work
82026-06-15T03:25:52.282Z+ input_dir=/input
92026-06-15T03:25:52.282Z+ [[ 0 == 12345 ]]
102026-06-15T03:25:52.282Z+ case "$kern" in
112026-06-15T03:25:52.282Z+ groupadd -g 12345 build
122026-06-15T03:25:52.285Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T03:25:54.289Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T03:25:54.362Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T03:25:54.365Z+ home_fs=zfs
162026-06-15T03:25:54.365Z+ [[ zfs == autofs ]]
172026-06-15T03:25:54.365Z+ mkdir -p /home/build
182026-06-15T03:25:54.365Z+ chown build:build /home/build /work
192026-06-15T03:25:56.366Z+ chmod 0700 /home/build /work
202026-06-15T03:25:56.369Zprocess exited: duration 4096 ms, exit code 0
 
212026-06-15T03:25:56.376Zstarting task 1: "rust-toolchain"
222026-06-15T03:25:56.380Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-15T03:25:56.380Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-15T03:25:56.380Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-15T03:25:56.380Z * rust toolchain channel = "stable"
262026-06-15T03:25:56.380Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-15T03:25:56.380Z * rust toolchain profile = "default"
282026-06-15T03:25:56.383Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T03:25:56.383Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-15T03:25:56.478Zinfo: downloading installer
312026-06-15T03:25:58.065Zwarn: It looks like you have an existing installation of Rust at:
322026-06-15T03:25:58.066Zwarn: /opt/ooce/bin
332026-06-15T03:25:58.066Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-15T03:25:58.066Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-15T03:25:58.066Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-15T03:25:58.066Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-15T03:25:58.066Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-15T03:25:58.066Zerror: cannot install while Rust is installed
392026-06-15T03:25:58.066Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-15T03:25:58.066Zwarn: It looks like you have an existing rustup settings file at:
412026-06-15T03:25:58.066Zwarn: /home/build/.rustup/settings.toml
422026-06-15T03:25:58.066Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-15T03:25:58.066Zwarn: instead of the one inferred from the default host triple.
442026-06-15T03:25:58.075Zinfo: profile set to default
452026-06-15T03:25:58.075Zinfo: default host triple is x86_64-unknown-illumos
462026-06-15T03:25:58.078Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-15T03:25:58.246Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-15T03:25:58.249Zinfo: downloading 6 components
492026-06-15T03:26:12.993Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-15T03:26:12.993Z
512026-06-15T03:26:13.034Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-15T03:26:13.034Z
532026-06-15T03:26:13.034Z
542026-06-15T03:26:13.034ZRust is installed now. Great!
552026-06-15T03:26:13.034Z
562026-06-15T03:26:13.035ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-15T03:26:13.035Zenvironment variable. This has not been done automatically.
582026-06-15T03:26:13.035Z
592026-06-15T03:26:13.035ZTo configure your current shell, you need to source
602026-06-15T03:26:13.035Zthe corresponding env file under $HOME/.cargo.
612026-06-15T03:26:13.035Z
622026-06-15T03:26:13.035ZThis is usually done by running one of the following (note the leading DOT):
632026-06-15T03:26:13.035Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-15T03:26:13.035Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-15T03:26:13.035Zsource "~/.cargo/env.nu" # For nushell
662026-06-15T03:26:13.035Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-15T03:26:13.035Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-15T03:26:13.035Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-15T03:26:13.041Zwarn: no default linker (`cc`) was found in your PATH
702026-06-15T03:26:13.041Zwarn: many Rust crates require a system C toolchain to build
712026-06-15T03:26:13.132Z+ rustup --version
722026-06-15T03:26:13.140Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-15T03:26:13.144Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-15T03:26:13.162Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-15T03:26:13.165Z+ cargo --version
762026-06-15T03:26:13.178Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-15T03:26:13.181Z+ rustc --version
782026-06-15T03:26:13.201Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-15T03:26:13.204Zprocess exited: duration 16825 ms, exit code 0
 
802026-06-15T03:26:13.211Zstarting task 2: "authentication"
812026-06-15T03:26:13.227Zprocess exited: duration 15 ms, exit code 0
 
822026-06-15T03:26:13.234Zstarting task 3: "clone repository"
832026-06-15T03:26:13.237Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-15T03:26:13.240Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-15T03:26:13.271ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-15T03:26:14.702Z+ cd /work/oxidecomputer/maghemite
872026-06-15T03:26:14.702Z+ git fetch origin 4cc569836dc1c5d13a5f2396de310220eafee2fe
882026-06-15T03:26:15.093ZFrom https://github.com/oxidecomputer/maghemite
892026-06-15T03:26:15.093Z * branch 4cc569836dc1c5d13a5f2396de310220eafee2fe -> FETCH_HEAD
902026-06-15T03:26:15.100Z+ [[ -n zl/ddm-mcast ]]
912026-06-15T03:26:15.105Z++ git branch --show-current
922026-06-15T03:26:15.105Z+ current=main
932026-06-15T03:26:15.105Z+ [[ main != zl/ddm-mcast ]]
942026-06-15T03:26:15.105Z+ git branch -f zl/ddm-mcast 4cc569836dc1c5d13a5f2396de310220eafee2fe
952026-06-15T03:26:15.105Z+ git checkout -f zl/ddm-mcast
962026-06-15T03:26:15.124ZSwitched to branch 'zl/ddm-mcast'
972026-06-15T03:26:15.127Z+ git reset --hard 4cc569836dc1c5d13a5f2396de310220eafee2fe
982026-06-15T03:26:15.134ZHEAD is now at 4cc5698 [merge] Merge upstream: includes MRIB/v12 update
992026-06-15T03:26:15.139Zprocess exited: duration 1899 ms, exit code 0
 
1002026-06-15T03:26:15.145Zstarting task 4: "build"
1012026-06-15T03:26:15.150Z+ set -e
1022026-06-15T03:26:15.150Z+ NEXTEST_VERSION=0.9.97
1032026-06-15T03:26:15.150Z+ PLATFORM=illumos
1042026-06-15T03:26:15.150Z+ cargo --version
1052026-06-15T03:26:15.154Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-15T03:26:15.314Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-15T03:26:15.318Zinfo: downloading 6 components
1082026-06-15T03:26:30.533Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-15T03:26:30.537Z+ rustc --version
1102026-06-15T03:26:30.562Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-15T03:26:30.566Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-15T03:26:30.608Z Updating crates.io index
1132026-06-15T03:26:30.724Z Downloading crates ...
1142026-06-15T03:26:30.793Z Downloaded cargo-nextest v0.9.97
1152026-06-15T03:26:30.858Z Installing cargo-nextest v0.9.97
1162026-06-15T03:26:30.898Z Updating crates.io index
1172026-06-15T03:26:34.133Z Locking 404 packages to latest compatible versions
1182026-06-15T03:26:34.138Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-15T03:26:34.141Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-15T03:26:34.141Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-15T03:26:34.141Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-15T03:26:34.144Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-15T03:26:34.144Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1242026-06-15T03:26:34.144Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-06-15T03:26:34.147Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1262026-06-15T03:26:34.150Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-06-15T03:26:34.176Z Downloading crates ...
1282026-06-15T03:26:34.258Z Downloaded atomic-waker v1.1.2
1292026-06-15T03:26:34.262Z Downloaded foreign-types-shared v0.1.1
1302026-06-15T03:26:34.275Z Downloaded crypto-common v0.1.7
1312026-06-15T03:26:34.280Z Downloaded borsh v1.6.1
1322026-06-15T03:26:34.283Z Downloaded cargo-platform v0.2.0
1332026-06-15T03:26:34.283Z Downloaded number_prefix v0.4.0
1342026-06-15T03:26:34.286Z Downloaded fastrand v2.4.1
1352026-06-15T03:26:34.286Z Downloaded cfg-expr v0.20.8
1362026-06-15T03:26:34.289Z Downloaded const-oid v0.9.6
1372026-06-15T03:26:34.289Z Downloaded duct v0.13.7
1382026-06-15T03:26:34.293Z Downloaded addr2line v0.25.1
1392026-06-15T03:26:34.293Z Downloaded backtrace-ext v0.2.1
1402026-06-15T03:26:34.296Z Downloaded adler2 v2.0.1
1412026-06-15T03:26:34.296Z Downloaded find-msvc-tools v0.1.9
1422026-06-15T03:26:34.299Z Downloaded home v0.5.12
1432026-06-15T03:26:34.299Z Downloaded ahash v0.8.12
1442026-06-15T03:26:34.302Z Downloaded form_urlencoded v1.2.2
1452026-06-15T03:26:34.305Z Downloaded equivalent v1.0.2
1462026-06-15T03:26:34.313Z Downloaded futures v0.3.32
1472026-06-15T03:26:34.326Z Downloaded cfg_aliases v0.2.1
1482026-06-15T03:26:34.329Z Downloaded block-buffer v0.10.4
1492026-06-15T03:26:34.333Z Downloaded anstream v1.0.0
1502026-06-15T03:26:34.337Z Downloaded cargo_metadata v0.20.0
1512026-06-15T03:26:34.346Z Downloaded futures-executor v0.3.32
1522026-06-15T03:26:34.360Z Downloaded nested v0.1.1
1532026-06-15T03:26:34.363Z Downloaded is_ci v1.2.0
1542026-06-15T03:26:34.363Z Downloaded indent_write v2.2.0
1552026-06-15T03:26:34.367Z Downloaded curve25519-dalek-derive v0.1.1
1562026-06-15T03:26:34.367Z Downloaded hyper-tls v0.6.0
1572026-06-15T03:26:34.367Z Downloaded mukti-metadata v0.3.0
1582026-06-15T03:26:34.370Z Downloaded lru-slab v0.1.2
1592026-06-15T03:26:34.370Z Downloaded lazy_static v1.5.0
1602026-06-15T03:26:34.370Z Downloaded is_terminal_polyfill v1.70.2
1612026-06-15T03:26:34.373Z Downloaded itoa v1.0.18
1622026-06-15T03:26:34.376Z Downloaded percent-encoding v2.3.2
1632026-06-15T03:26:34.380Z Downloaded ordered-float v2.10.1
1642026-06-15T03:26:34.387Z Downloaded futures-sink v0.3.32
1652026-06-15T03:26:34.390Z Downloaded rustc_version v0.4.1
1662026-06-15T03:26:34.390Z Downloaded openssl-macros v0.1.1
1672026-06-15T03:26:34.390Z Downloaded nextest-workspace-hack v0.1.0
1682026-06-15T03:26:34.394Z Downloaded http-body v1.0.1
1692026-06-15T03:26:34.394Z Downloaded clap v4.6.1
1702026-06-15T03:26:34.397Z Downloaded serde_spanned v1.1.1
1712026-06-15T03:26:34.400Z Downloaded newtype-uuid v1.3.2
1722026-06-15T03:26:34.400Z Downloaded lock_api v0.4.14
1732026-06-15T03:26:34.400Z Downloaded quote v1.0.45
1742026-06-15T03:26:34.403Z Downloaded scopeguard v1.2.0
1752026-06-15T03:26:34.403Z Downloaded jobserver v0.1.34
1762026-06-15T03:26:34.406Z Downloaded foreign-types v0.3.2
1772026-06-15T03:26:34.406Z Downloaded native-tls v0.2.18
1782026-06-15T03:26:34.409Z Downloaded futures-macro v0.3.32
1792026-06-15T03:26:34.409Z Downloaded colorchoice v1.0.5
1802026-06-15T03:26:34.409Z Downloaded clap_lex v1.1.0
1812026-06-15T03:26:34.413Z Downloaded cfg-if v1.0.4
1822026-06-15T03:26:34.413Z Downloaded miette-derive v7.6.0
1832026-06-15T03:26:34.413Z Downloaded rand_core v0.6.4
1842026-06-15T03:26:34.416Z Downloaded cargo-platform v0.3.3
1852026-06-15T03:26:34.416Z Downloaded hex v0.4.3
1862026-06-15T03:26:34.416Z Downloaded globset v0.4.18
1872026-06-15T03:26:34.419Z Downloaded atomicwrites v0.4.4
1882026-06-15T03:26:34.422Z Downloaded pathdiff v0.2.3
1892026-06-15T03:26:34.422Z Downloaded camino-tempfile v1.4.1
1902026-06-15T03:26:34.425Z Downloaded bytes v1.11.1
1912026-06-15T03:26:34.428Z Downloaded serde_urlencoded v0.7.1
1922026-06-15T03:26:34.428Z Downloaded humantime v2.3.0
1932026-06-15T03:26:34.431Z Downloaded debug-ignore v1.0.5
1942026-06-15T03:26:34.434Z Downloaded document-features v0.2.12
1952026-06-15T03:26:34.434Z Downloaded rustls-pki-types v1.14.1
1962026-06-15T03:26:34.439Z Downloaded pkcs8 v0.10.2
1972026-06-15T03:26:34.443Z Downloaded hyper-rustls v0.27.9
1982026-06-15T03:26:34.446Z Downloaded autocfg v1.5.1
1992026-06-15T03:26:34.446Z Downloaded shell-words v1.1.1
2002026-06-15T03:26:34.446Z Downloaded swrite v0.1.0
2012026-06-15T03:26:34.449Z Downloaded signal-hook-mio v0.2.5
2022026-06-15T03:26:34.449Z Downloaded serde_spanned v0.6.9
2032026-06-15T03:26:34.449Z Downloaded nextest-metadata v0.12.2
2042026-06-15T03:26:34.454Z Downloaded serde-value v0.7.0
2052026-06-15T03:26:34.454Z Downloaded filetime v0.2.29
2062026-06-15T03:26:34.457Z Downloaded anstyle-parse v1.0.0
2072026-06-15T03:26:34.460Z Downloaded shared_child v1.1.1
2082026-06-15T03:26:34.460Z Downloaded signature v2.2.0
2092026-06-15T03:26:34.463Z Downloaded color-spantrace v0.3.0
2102026-06-15T03:26:34.463Z Downloaded async-scoped v0.9.0
2112026-06-15T03:26:34.463Z Downloaded nextest-filtering v0.15.0
2122026-06-15T03:26:34.466Z Downloaded futures-core v0.3.32
2132026-06-15T03:26:34.466Z Downloaded litrs v1.0.0
2142026-06-15T03:26:34.469Z Downloaded cargo-util-schemas v0.2.0
2152026-06-15T03:26:34.473Z Downloaded future-queue v0.4.0
2162026-06-15T03:26:34.476Z Downloaded cargo_metadata v0.23.1
2172026-06-15T03:26:34.476Z Downloaded rustc-demangle v0.1.27
2182026-06-15T03:26:34.479Z Downloaded rand_chacha v0.9.0
2192026-06-15T03:26:34.479Z Downloaded indenter v0.3.4
2202026-06-15T03:26:34.482Z Downloaded futures-task v0.3.32
2212026-06-15T03:26:34.485Z Downloaded base64ct v1.8.3
2222026-06-15T03:26:34.488Z Downloaded fixedbitset v0.5.7
2232026-06-15T03:26:34.491Z Downloaded parking_lot v0.12.5
2242026-06-15T03:26:34.491Z Downloaded serde-untagged v0.1.9
2252026-06-15T03:26:34.494Z Downloaded foldhash v0.1.5
2262026-06-15T03:26:34.494Z Downloaded miniz_oxide v0.8.9
2272026-06-15T03:26:34.494Z Downloaded indicatif v0.17.11
2282026-06-15T03:26:34.498Z Downloaded strip-ansi-escapes v0.2.1
2292026-06-15T03:26:34.501Z Downloaded openssl-sys v0.9.117
2302026-06-15T03:26:34.501Z Downloaded sha2 v0.10.9
2312026-06-15T03:26:34.504Z Downloaded iana-time-zone v0.1.65
2322026-06-15T03:26:34.507Z Downloaded ppv-lite86 v0.2.21
2332026-06-15T03:26:34.507Z Downloaded camino v1.2.2
2342026-06-15T03:26:34.507Z Downloaded ipnet v2.12.0
2352026-06-15T03:26:34.510Z Downloaded anstyle-query v1.1.5
2362026-06-15T03:26:34.510Z Downloaded simd-adler32 v0.3.9
2372026-06-15T03:26:34.513Z Downloaded rustc-hash v2.1.2
2382026-06-15T03:26:34.513Z Downloaded owo-colors v4.3.0
2392026-06-15T03:26:34.513Z Downloaded openssl-probe v0.2.1
2402026-06-15T03:26:34.516Z Downloaded signal-hook-registry v1.4.8
2412026-06-15T03:26:34.516Z Downloaded either v1.16.0
2422026-06-15T03:26:34.518Z Downloaded enable-ansi-support v0.2.1
2432026-06-15T03:26:34.521Z Downloaded digest v0.10.7
2442026-06-15T03:26:34.525Z Downloaded proc-macro2 v1.0.106
2452026-06-15T03:26:34.528Z Downloaded getrandom v0.3.4
2462026-06-15T03:26:34.531Z Downloaded dialoguer v0.11.0
2472026-06-15T03:26:34.534Z Downloaded log v0.4.32
2482026-06-15T03:26:34.537Z Downloaded eyre v0.6.12
2492026-06-15T03:26:34.537Z Downloaded sync_wrapper v1.0.2
2502026-06-15T03:26:34.541Z Downloaded cpufeatures v0.2.17
2512026-06-15T03:26:34.544Z Downloaded quinn-udp v0.5.14
2522026-06-15T03:26:34.547Z Downloaded convert_case v0.10.0
2532026-06-15T03:26:34.547Z Downloaded mio v1.2.1
2542026-06-15T03:26:34.551Z Downloaded tinyvec_macros v0.1.1
2552026-06-15T03:26:34.551Z Downloaded quinn v0.11.9
2562026-06-15T03:26:34.554Z Downloaded tokio-macros v2.7.0
2572026-06-15T03:26:34.554Z Downloaded memchr v2.8.2
2582026-06-15T03:26:34.557Z Downloaded derive-where v1.6.1
2592026-06-15T03:26:34.560Z Downloaded terminal_size v0.4.4
2602026-06-15T03:26:34.560Z Downloaded supports-color v3.0.2
2612026-06-15T03:26:34.563Z Downloaded errno v0.3.14
2622026-06-15T03:26:34.563Z Downloaded config v0.15.23
2632026-06-15T03:26:34.566Z Downloaded typeid v1.0.3
2642026-06-15T03:26:34.566Z Downloaded anstyle v1.0.14
2652026-06-15T03:26:34.569Z Downloaded rustls-webpki v0.103.13
2662026-06-15T03:26:34.573Z Downloaded rand v0.9.4
2672026-06-15T03:26:34.576Z Downloaded smallvec v1.15.2
2682026-06-15T03:26:34.580Z Downloaded utf8_iter v1.0.4
2692026-06-15T03:26:34.580Z Downloaded toml_datetime v0.6.11
2702026-06-15T03:26:34.583Z Downloaded static_assertions v1.1.0
2712026-06-15T03:26:34.586Z Downloaded heck v0.5.0
2722026-06-15T03:26:34.589Z Downloaded tracing-error v0.2.1
2732026-06-15T03:26:34.592Z Downloaded clap_derive v4.6.1
2742026-06-15T03:26:34.595Z Downloaded toml_write v0.1.2
2752026-06-15T03:26:34.598Z Downloaded version_check v0.9.5
2762026-06-15T03:26:34.598Z Downloaded indexmap v2.14.0
2772026-06-15T03:26:34.601Z Downloaded signal-hook v0.3.18
2782026-06-15T03:26:34.601Z Downloaded http v1.4.2
2792026-06-15T03:26:34.604Z Downloaded urlencoding v2.1.3
2802026-06-15T03:26:34.604Z Downloaded xattr v1.6.1
2812026-06-15T03:26:34.607Z Downloaded strsim v0.11.1
2822026-06-15T03:26:34.610Z Downloaded fnv v1.0.7
2832026-06-15T03:26:34.610Z Downloaded serde_derive v1.0.228
2842026-06-15T03:26:34.614Z Downloaded rand_core v0.9.5
2852026-06-15T03:26:34.620Z Downloaded erased-serde v0.4.10
2862026-06-15T03:26:34.625Z Downloaded tokio-native-tls v0.3.1
2872026-06-15T03:26:34.628Z Downloaded tracing-log v0.2.0
2882026-06-15T03:26:34.631Z Downloaded target-spec v3.6.0
2892026-06-15T03:26:34.634Z Downloaded base64 v0.22.1
2902026-06-15T03:26:34.634Z Downloaded subtle v2.6.1
2912026-06-15T03:26:34.637Z Downloaded backtrace v0.3.76
2922026-06-15T03:26:34.640Z Downloaded tower-service v0.3.3
2932026-06-15T03:26:34.640Z Downloaded tower-layer v0.3.3
2942026-06-15T03:26:34.640Z Downloaded derive_more v2.1.1
2952026-06-15T03:26:34.645Z Downloaded unicode-xid v0.2.6
2962026-06-15T03:26:34.648Z Downloaded guppy-workspace-hack v0.1.0
2972026-06-15T03:26:34.648Z Downloaded pkg-config v0.3.33
2982026-06-15T03:26:34.651Z Downloaded futures-io v0.3.32
2992026-06-15T03:26:34.655Z Downloaded unicode-linebreak v0.1.5
3002026-06-15T03:26:34.657Z Downloaded miette v7.6.0
3012026-06-15T03:26:34.660Z Downloaded thiserror v1.0.69
3022026-06-15T03:26:34.663Z Downloaded pulldown-cmark v0.13.4
3032026-06-15T03:26:34.667Z Downloaded generic-array v0.14.7
3042026-06-15T03:26:34.667Z Downloaded flate2 v1.1.9
3052026-06-15T03:26:34.669Z Downloaded want v0.3.1
3062026-06-15T03:26:34.670Z Downloaded ed25519 v2.2.3
3072026-06-15T03:26:34.672Z Downloaded toml_parser v1.1.2+spec-1.1.0
3082026-06-15T03:26:34.672Z Downloaded os_pipe v1.2.3
3092026-06-15T03:26:34.676Z Downloaded untrusted v0.9.0
3102026-06-15T03:26:34.676Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3112026-06-15T03:26:34.676Z Downloaded thiserror-impl v1.0.69
3122026-06-15T03:26:34.676Z Downloaded target-spec-miette v0.4.8
3132026-06-15T03:26:34.679Z Downloaded serde v1.0.228
3142026-06-15T03:26:34.683Z Downloaded itertools v0.14.0
3152026-06-15T03:26:34.683Z Downloaded tracing-attributes v0.1.31
3162026-06-15T03:26:34.686Z Downloaded ed25519-dalek v2.2.0
3172026-06-15T03:26:34.689Z Downloaded regex v1.12.4
3182026-06-15T03:26:34.692Z Downloaded clap_builder v4.6.0
3192026-06-15T03:26:34.695Z Downloaded zmij v1.0.21
3202026-06-15T03:26:34.695Z Downloaded zipsign-api v0.1.5
3212026-06-15T03:26:34.695Z Downloaded tokio-rustls v0.26.4
3222026-06-15T03:26:34.698Z Downloaded uuid v1.23.3
3232026-06-15T03:26:34.698Z Downloaded textwrap v0.16.2
3242026-06-15T03:26:34.702Z Downloaded tar v0.4.46
3252026-06-15T03:26:34.702Z Downloaded bitflags v2.13.0
3262026-06-15T03:26:34.705Z Downloaded idna v1.1.0
3272026-06-15T03:26:34.708Z Downloaded pin-project-internal v1.1.13
3282026-06-15T03:26:34.708Z Downloaded hashbrown v0.15.5
3292026-06-15T03:26:34.711Z Downloaded cc v1.2.64
3302026-06-15T03:26:34.714Z Downloaded futures-channel v0.3.32
3312026-06-15T03:26:34.714Z Downloaded crc32fast v1.5.0
3322026-06-15T03:26:34.717Z Downloaded console v0.15.11
3332026-06-15T03:26:34.717Z Downloaded getrandom v0.4.2
3342026-06-15T03:26:34.720Z Downloaded tinyvec v1.11.0
3352026-06-15T03:26:34.723Z Downloaded serde_ignored v0.1.14
3362026-06-15T03:26:34.726Z Downloaded ron v0.12.1
3372026-06-15T03:26:34.729Z Downloaded vte v0.14.1
3382026-06-15T03:26:34.732Z Downloaded num-traits v0.2.19
3392026-06-15T03:26:34.733Z Downloaded idna_adapter v1.0.0
3402026-06-15T03:26:34.736Z Downloaded toml v1.1.2+spec-1.1.0
3412026-06-15T03:26:34.739Z Downloaded sigchld v0.2.4
3422026-06-15T03:26:34.739Z Downloaded shlex v2.0.1
3432026-06-15T03:26:34.739Z Downloaded humantime-serde v1.1.1
3442026-06-15T03:26:34.742Z Downloaded zstd-safe v7.2.4
3452026-06-15T03:26:34.742Z Downloaded zeroize v1.9.0
3462026-06-15T03:26:34.745Z Downloaded serde_path_to_error v0.1.20
3472026-06-15T03:26:34.745Z Downloaded getrandom v0.2.17
3482026-06-15T03:26:34.750Z Downloaded hyper v1.10.1
3492026-06-15T03:26:34.754Z Downloaded self-replace v1.5.0
3502026-06-15T03:26:34.758Z Downloaded hashbrown v0.17.1
3512026-06-15T03:26:34.761Z Downloaded quick-xml v0.37.5
3522026-06-15T03:26:34.762Z Downloaded pin-project-lite v0.2.17
3532026-06-15T03:26:34.766Z Downloaded slab v0.4.12
3542026-06-15T03:26:34.772Z Downloaded der v0.7.10
3552026-06-15T03:26:34.778Z Downloaded semver v1.0.28
3562026-06-15T03:26:34.783Z Downloaded socket2 v0.6.4
3572026-06-15T03:26:34.786Z Downloaded http-body-util v0.1.3
3582026-06-15T03:26:34.789Z Downloaded try-lock v0.2.5
3592026-06-15T03:26:34.789Z Downloaded self_update v0.42.0
3602026-06-15T03:26:34.789Z Downloaded guppy v0.17.26
3612026-06-15T03:26:34.792Z Downloaded thread_local v1.1.9
3622026-06-15T03:26:34.820Z Downloaded crossterm v0.29.0
3632026-06-15T03:26:34.820Z Downloaded sharded-slab v0.1.7
3642026-06-15T03:26:34.820Z Downloaded derive_more-impl v2.1.1
3652026-06-15T03:26:34.820Z Downloaded unicase v2.9.0
3662026-06-15T03:26:34.820Z Downloaded quick-junit v0.5.2
3672026-06-15T03:26:34.820Z Downloaded toml_writer v1.1.1+spec-1.1.0
3682026-06-15T03:26:34.820Z Downloaded supports-unicode v3.0.0
3692026-06-15T03:26:34.820Z Downloaded supports-hyperlinks v3.2.0
3702026-06-15T03:26:34.820Z Downloaded typenum v1.20.1
3712026-06-15T03:26:34.823Z Downloaded tokio-stream v0.1.18
3722026-06-15T03:26:34.823Z Downloaded once_cell v1.21.4
3732026-06-15T03:26:34.828Z Downloaded httparse v1.10.1
3742026-06-15T03:26:34.828Z Downloaded pin-project v1.1.13
3752026-06-15T03:26:34.832Z Downloaded xxhash-rust v0.8.15
3762026-06-15T03:26:34.835Z Downloaded serde_core v1.0.228
3772026-06-15T03:26:34.835Z Downloaded zstd v0.13.3
3782026-06-15T03:26:34.838Z Downloaded ryu v1.0.23
3792026-06-15T03:26:34.841Z Downloaded parking_lot_core v0.9.12
3802026-06-15T03:26:34.841Z Downloaded toml v0.8.23
3812026-06-15T03:26:34.844Z Downloaded thiserror v2.0.18
3822026-06-15T03:26:34.850Z Downloaded unicode-ident v1.0.24
3832026-06-15T03:26:34.856Z Downloaded tracing-core v0.1.36
3842026-06-15T03:26:34.856Z Downloaded unicode-normalization v0.1.25
3852026-06-15T03:26:34.859Z Downloaded smol_str v0.3.6
3862026-06-15T03:26:34.866Z Downloaded toml_edit v0.22.27
3872026-06-15T03:26:34.870Z Downloaded futures-util v0.3.32
3882026-06-15T03:26:34.878Z Downloaded spki v0.7.3
3892026-06-15T03:26:34.883Z Downloaded h2 v0.4.14
3902026-06-15T03:26:34.886Z Downloaded thiserror-impl v2.0.18
3912026-06-15T03:26:34.889Z Downloaded target-lexicon v0.13.5
3922026-06-15T03:26:34.893Z Downloaded utf8parse v0.2.2
3932026-06-15T03:26:34.896Z Downloaded url v2.5.8
3942026-06-15T03:26:34.896Z Downloaded unicode-segmentation v1.13.3
3952026-06-15T03:26:34.905Z Downloaded tower-http v0.6.11
3962026-06-15T03:26:34.910Z Downloaded tempfile v3.27.0
3972026-06-15T03:26:34.913Z Downloaded aho-corasick v1.1.4
3982026-06-15T03:26:34.925Z Downloaded hyper-util v0.1.20
3992026-06-15T03:26:34.928Z Downloaded color-eyre v0.6.5
4002026-06-15T03:26:34.945Z Downloaded tokio-util v0.7.18
4012026-06-15T03:26:34.948Z Downloaded winnow v0.7.15
4022026-06-15T03:26:34.954Z Downloaded chrono v0.4.45
4032026-06-15T03:26:34.958Z Downloaded quick-xml v0.38.4
4042026-06-15T03:26:34.963Z Downloaded tracing-subscriber v0.3.23
4052026-06-15T03:26:34.967Z Downloaded gimli v0.32.3
4062026-06-15T03:26:34.971Z Downloaded curve25519-dalek v4.1.3
4072026-06-15T03:26:34.977Z Downloaded vcpkg v0.2.15
4082026-06-15T03:26:35.000Z Downloaded bstr v1.12.1
4092026-06-15T03:26:35.004Z Downloaded zerocopy v0.8.52
4102026-06-15T03:26:35.029Z Downloaded nextest-runner v0.80.0
4112026-06-15T03:26:35.036Z Downloaded webpki-roots v1.0.7
4122026-06-15T03:26:35.042Z Downloaded winnow v1.0.3
4132026-06-15T03:26:35.047Z Downloaded reqwest v0.12.28
4142026-06-15T03:26:35.050Z Downloaded serde_json v1.0.150
4152026-06-15T03:26:35.078Z Downloaded portable-atomic v1.13.1
4162026-06-15T03:26:35.084Z Downloaded openssl v0.10.81
4172026-06-15T03:26:35.089Z Downloaded tower v0.5.3
4182026-06-15T03:26:35.094Z Downloaded unicode-width v0.1.14
4192026-06-15T03:26:35.121Z Downloaded syn v2.0.117
4202026-06-15T03:26:35.127Z Downloaded regex-syntax v0.8.11
4212026-06-15T03:26:35.155Z Downloaded quinn-proto v0.11.14
4222026-06-15T03:26:35.197Z Downloaded rustix v1.1.4
4232026-06-15T03:26:35.208Z Downloaded rustix v0.38.44
4242026-06-15T03:26:35.231Z Downloaded unicode-width v0.2.2
4252026-06-15T03:26:35.234Z Downloaded nix v0.30.1
4262026-06-15T03:26:35.240Z Downloaded object v0.37.3
4272026-06-15T03:26:35.259Z Downloaded rustls v0.23.40
4282026-06-15T03:26:35.266Z Downloaded tracing v0.1.44
4292026-06-15T03:26:35.295Z Downloaded regex-automata v0.4.14
4302026-06-15T03:26:35.302Z Downloaded libc v0.2.186
4312026-06-15T03:26:35.392Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4322026-06-15T03:26:35.401Z Downloaded petgraph v0.8.3
4332026-06-15T03:26:35.413Z Downloaded tokio v1.52.3
4342026-06-15T03:26:35.477Z Downloaded recursion v0.5.4
4352026-06-15T03:26:35.484Z Downloaded ring v0.17.14
4362026-06-15T03:26:35.543Z Compiling libc v0.2.186
4372026-06-15T03:26:35.543Z Compiling proc-macro2 v1.0.106
4382026-06-15T03:26:35.543Z Compiling unicode-ident v1.0.24
4392026-06-15T03:26:35.543Z Compiling quote v1.0.45
4402026-06-15T03:26:35.546Z Compiling serde_core v1.0.228
4412026-06-15T03:26:35.546Z Compiling cfg-if v1.0.4
4422026-06-15T03:26:35.547Z Compiling memchr v2.8.2
4432026-06-15T03:26:35.547Z Compiling once_cell v1.21.4
4442026-06-15T03:26:35.758Z Compiling log v0.4.32
4452026-06-15T03:26:35.790Z Compiling pin-project-lite v0.2.17
4462026-06-15T03:26:35.878Z Compiling serde v1.0.228
4472026-06-15T03:26:35.920Z Compiling itoa v1.0.18
4482026-06-15T03:26:36.063Z Compiling smallvec v1.15.2
4492026-06-15T03:26:36.154Z Compiling futures-core v0.3.32
4502026-06-15T03:26:36.227Z Compiling bitflags v2.13.0
4512026-06-15T03:26:36.302Z Compiling hashbrown v0.17.1
4522026-06-15T03:26:36.327Z Compiling equivalent v1.0.2
4532026-06-15T03:26:36.412Z Compiling find-msvc-tools v0.1.9
4542026-06-15T03:26:36.618Z Compiling errno v0.3.14
4552026-06-15T03:26:36.618Z Compiling shlex v2.0.1
4562026-06-15T03:26:36.639Z Compiling bytes v1.11.1
4572026-06-15T03:26:36.776Z Compiling signal-hook-registry v1.4.8
4582026-06-15T03:26:36.807Z Compiling jobserver v0.1.34
4592026-06-15T03:26:36.822Z Compiling mio v1.2.1
4602026-06-15T03:26:36.898Z Compiling syn v2.0.117
4612026-06-15T03:26:36.955Z Compiling futures-sink v0.3.32
4622026-06-15T03:26:36.981Z Compiling rustix v1.1.4
4632026-06-15T03:26:37.060Z Compiling cc v1.2.64
4642026-06-15T03:26:37.111Z Compiling socket2 v0.6.4
4652026-06-15T03:26:37.312Z Compiling zmij v1.0.21
4662026-06-15T03:26:37.494Z Compiling slab v0.4.12
4672026-06-15T03:26:37.508Z Compiling futures-channel v0.3.32
4682026-06-15T03:26:37.648Z Compiling tracing-core v0.1.36
4692026-06-15T03:26:37.693Z Compiling serde_json v1.0.150
4702026-06-15T03:26:37.751Z Compiling version_check v0.9.5
4712026-06-15T03:26:37.893Z Compiling indexmap v2.14.0
4722026-06-15T03:26:38.014Z Compiling futures-task v0.3.32
4732026-06-15T03:26:38.063Z Compiling getrandom v0.4.2
4742026-06-15T03:26:38.186Z Compiling futures-io v0.3.32
4752026-06-15T03:26:38.288Z Compiling unicode-width v0.2.2
4762026-06-15T03:26:38.350Z Compiling camino v1.2.2
4772026-06-15T03:26:38.392Z Compiling percent-encoding v2.3.2
4782026-06-15T03:26:38.710Z Compiling ring v0.17.14
4792026-06-15T03:26:38.764Z Compiling http v1.4.2
4802026-06-15T03:26:38.787Z Compiling autocfg v1.5.1
4812026-06-15T03:26:38.801Z Compiling zeroize v1.9.0
4822026-06-15T03:26:38.811Z Compiling simd-adler32 v0.3.9
4832026-06-15T03:26:39.006Z Compiling adler2 v2.0.1
4842026-06-15T03:26:39.133Z Compiling num-traits v0.2.19
4852026-06-15T03:26:39.176Z Compiling miniz_oxide v0.8.9
4862026-06-15T03:26:39.504Z Compiling target-lexicon v0.13.5
4872026-06-15T03:26:39.694Z Compiling object v0.37.3
4882026-06-15T03:26:39.977Z Compiling zerocopy v0.8.52
4892026-06-15T03:26:40.003Z Compiling getrandom v0.3.4
4902026-06-15T03:26:40.099Z Compiling http-body v1.0.1
4912026-06-15T03:26:40.348Z Compiling rustls-pki-types v1.14.1
4922026-06-15T03:26:40.418Z Compiling form_urlencoded v1.2.2
4932026-06-15T03:26:40.418Z Compiling semver v1.0.28
4942026-06-15T03:26:40.517Z Compiling serde_derive v1.0.228
4952026-06-15T03:26:40.615Z Compiling tokio-macros v2.7.0
4962026-06-15T03:26:40.680Z Compiling futures-macro v0.3.32
4972026-06-15T03:26:40.711Z Compiling tracing-attributes v0.1.31
4982026-06-15T03:26:41.030Z Compiling getrandom v0.2.17
4992026-06-15T03:26:41.072Z Compiling fnv v1.0.7
5002026-06-15T03:26:41.174Z Compiling httparse v1.10.1
5012026-06-15T03:26:41.208Z Compiling guppy-workspace-hack v0.1.0
5022026-06-15T03:26:41.219Z Compiling thiserror v2.0.18
5032026-06-15T03:26:41.353Z Compiling tokio v1.52.3
5042026-06-15T03:26:41.431Z Compiling untrusted v0.9.0
5052026-06-15T03:26:41.489Z Compiling futures-util v0.3.32
5062026-06-15T03:26:41.523Z Compiling signal-hook v0.3.18
5072026-06-15T03:26:41.556Z Compiling gimli v0.32.3
5082026-06-15T03:26:41.560Z Compiling utf8_iter v1.0.4
5092026-06-15T03:26:41.723Z Compiling owo-colors v4.3.0
5102026-06-15T03:26:41.748Z Compiling idna_adapter v1.0.0
5112026-06-15T03:26:41.850Z Compiling idna v1.1.0
5122026-06-15T03:26:41.910Z Compiling tracing v0.1.44
5132026-06-15T03:26:42.298Z Compiling thiserror-impl v2.0.18
5142026-06-15T03:26:43.476Z Compiling addr2line v0.25.1
5152026-06-15T03:26:43.912Z Compiling generic-array v0.14.7
5162026-06-15T03:26:44.106Z Compiling typeid v1.0.3
5172026-06-15T03:26:44.149Z Compiling pkg-config v0.3.33
5182026-06-15T03:26:44.160Z Compiling fastrand v2.4.1
5192026-06-15T03:26:44.322Z Compiling rustls v0.23.40
5202026-06-15T03:26:44.397Z Compiling rustc-demangle v0.1.27
5212026-06-15T03:26:44.479Z Compiling try-lock v0.2.5
5222026-06-15T03:26:44.541Z Compiling tower-service v0.3.3
5232026-06-15T03:26:44.569Z Compiling thiserror v1.0.69
5242026-06-15T03:26:44.591Z Compiling atomic-waker v1.1.2
5252026-06-15T03:26:44.633Z Compiling target-spec v3.6.0
5262026-06-15T03:26:44.716Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5272026-06-15T03:26:44.934Z Compiling want v0.3.1
5282026-06-15T03:26:45.092Z Compiling tempfile v3.27.0
5292026-06-15T03:26:45.127Z Compiling cfg-expr v0.20.8
5302026-06-15T03:26:45.266Z Compiling tokio-util v0.7.18
5312026-06-15T03:26:45.906Z Compiling h2 v0.4.14
5322026-06-15T03:26:45.968Z Compiling url v2.5.8
5332026-06-15T03:26:46.346Z Compiling thiserror-impl v1.0.69
5342026-06-15T03:26:46.448Z Compiling terminal_size v0.4.4
5352026-06-15T03:26:46.615Z Compiling backtrace v0.3.76
5362026-06-15T03:26:46.970Z Compiling aho-corasick v1.1.4
5372026-06-15T03:26:46.984Z Compiling winnow v0.7.15
5382026-06-15T03:26:47.481Z Compiling subtle v2.6.1
5392026-06-15T03:26:47.640Z Compiling regex-syntax v0.8.11
5402026-06-15T03:26:48.409Z Compiling rustls-webpki v0.103.13
5412026-06-15T03:26:48.873Z Compiling typenum v1.20.1
5422026-06-15T03:26:49.533Z Compiling erased-serde v0.4.10
5432026-06-15T03:26:50.404Z Compiling regex-automata v0.4.14
5442026-06-15T03:26:50.963Z Compiling hyper v1.10.1
5452026-06-15T03:26:52.402Z Compiling toml_datetime v0.6.11
5462026-06-15T03:26:52.769Z Compiling serde_spanned v0.6.9
5472026-06-15T03:26:52.934Z Compiling ahash v0.8.12
5482026-06-15T03:26:53.212Z Compiling sync_wrapper v1.0.2
5492026-06-15T03:26:53.325Z Compiling tower-layer v0.3.3
5502026-06-15T03:26:53.527Z Compiling parking_lot_core v0.9.12
5512026-06-15T03:26:53.813Z Compiling foldhash v0.1.5
5522026-06-15T03:26:54.037Z Compiling nextest-workspace-hack v0.1.0
5532026-06-15T03:26:54.055Z Compiling lazy_static v1.5.0
5542026-06-15T03:26:54.162Z Compiling portable-atomic v1.13.1
5552026-06-15T03:26:54.264Z Compiling ipnet v2.12.0
5562026-06-15T03:26:54.620Z Compiling toml_write v0.1.2
5572026-06-15T03:26:54.631Z Compiling base64 v0.22.1
5582026-06-15T03:26:54.863Z Compiling crc32fast v1.5.0
5592026-06-15T03:26:54.911Z Compiling unicode-segmentation v1.13.3
5602026-06-15T03:26:55.012Z Compiling either v1.16.0
5612026-06-15T03:26:55.112Z Compiling unicode-linebreak v0.1.5
5622026-06-15T03:26:55.160Z Compiling is_ci v1.2.0
5632026-06-15T03:26:55.236Z Compiling convert_case v0.10.0
5642026-06-15T03:26:55.295Z Compiling textwrap v0.16.2
5652026-06-15T03:26:55.326Z Compiling supports-color v3.0.2
5662026-06-15T03:26:55.417Z Compiling hyper-util v0.1.20
5672026-06-15T03:26:55.437Z Compiling toml_edit v0.22.27
5682026-06-15T03:26:55.553Z Compiling sharded-slab v0.1.7
5692026-06-15T03:26:55.565Z Compiling hashbrown v0.15.5
5702026-06-15T03:26:56.150Z Compiling tokio-rustls v0.26.4
5712026-06-15T03:26:56.173Z Compiling tower v0.5.3
5722026-06-15T03:26:56.688Z Compiling backtrace-ext v0.2.1
5732026-06-15T03:26:56.748Z Compiling ordered-float v2.10.1
5742026-06-15T03:26:56.944Z Compiling webpki-roots v1.0.7
5752026-06-15T03:26:57.016Z Compiling miette-derive v7.6.0
5762026-06-15T03:26:57.052Z Compiling pathdiff v0.2.3
5772026-06-15T03:26:57.064Z Compiling console v0.15.11
5782026-06-15T03:26:57.173Z Compiling tracing-log v0.2.0
5792026-06-15T03:26:57.547Z Compiling cargo-platform v0.3.3
5802026-06-15T03:26:58.023Z Compiling os_pipe v1.2.3
5812026-06-15T03:26:58.102Z Compiling thread_local v1.1.9
5822026-06-15T03:26:58.123Z Compiling scopeguard v1.2.0
5832026-06-15T03:26:58.189Z Compiling pulldown-cmark v0.13.4
5842026-06-15T03:26:58.228Z Compiling zstd-safe v7.2.4
5852026-06-15T03:26:58.351Z Compiling supports-hyperlinks v3.2.0
5862026-06-15T03:26:58.419Z Compiling winnow v1.0.3
5872026-06-15T03:26:58.453Z Compiling rustix v0.38.44
5882026-06-15T03:26:58.479Z Compiling supports-unicode v3.0.0
5892026-06-15T03:26:58.570Z Compiling debug-ignore v1.0.5
5902026-06-15T03:26:58.640Z Compiling fixedbitset v0.5.7
5912026-06-15T03:26:58.676Z Compiling utf8parse v0.2.2
5922026-06-15T03:26:58.787Z Compiling ryu v1.0.23
5932026-06-15T03:26:59.100Z Compiling unicode-width v0.1.14
5942026-06-15T03:26:59.151Z Compiling cfg_aliases v0.2.1
5952026-06-15T03:26:59.221Z Compiling nix v0.30.1
5962026-06-15T03:26:59.251Z Compiling serde_urlencoded v0.7.1
5972026-06-15T03:26:59.396Z Compiling miette v7.6.0
5982026-06-15T03:26:59.523Z Compiling toml_parser v1.1.2+spec-1.1.0
5992026-06-15T03:26:59.606Z Compiling petgraph v0.8.3
6002026-06-15T03:26:59.937Z Compiling anstyle-parse v1.0.0
6012026-06-15T03:27:00.169Z Compiling tracing-subscriber v0.3.23
6022026-06-15T03:27:00.842Z Compiling lock_api v0.4.14
6032026-06-15T03:27:01.089Z Compiling sigchld v0.2.4
6042026-06-15T03:27:01.278Z Compiling cargo_metadata v0.23.1
6052026-06-15T03:27:01.490Z Compiling hyper-rustls v0.27.9
6062026-06-15T03:27:01.502Z Compiling serde-value v0.7.0
6072026-06-15T03:27:02.161Z Compiling toml v0.8.23
6082026-06-15T03:27:02.268Z Compiling serde-untagged v0.1.9
6092026-06-15T03:27:02.633Z Compiling tower-http v0.6.11
6102026-06-15T03:27:03.558Z Compiling derive_more-impl v2.1.1
6112026-06-15T03:27:04.121Z Compiling itertools v0.14.0
6122026-06-15T03:27:04.254Z Compiling regex v1.12.4
6132026-06-15T03:27:04.386Z Compiling crypto-common v0.1.7
6142026-06-15T03:27:04.525Z Compiling block-buffer v0.10.4
6152026-06-15T03:27:04.681Z Compiling ppv-lite86 v0.2.21
6162026-06-15T03:27:04.706Z Compiling futures-executor v0.3.32
6172026-06-15T03:27:04.953Z Compiling rand_core v0.9.5
6182026-06-15T03:27:04.999Z Compiling pin-project-internal v1.1.13
6192026-06-15T03:27:05.199Z Compiling http-body-util v0.1.3
6202026-06-15T03:27:05.229Z Compiling uuid v1.23.3
6212026-06-15T03:27:05.461Z Compiling smol_str v0.3.6
6222026-06-15T03:27:05.569Z Compiling toml_datetime v1.1.1+spec-1.1.0
6232026-06-15T03:27:05.660Z Compiling serde_spanned v1.1.1
6242026-06-15T03:27:05.748Z Compiling filetime v0.2.29
6252026-06-15T03:27:05.794Z Compiling bstr v1.12.1
6262026-06-15T03:27:05.805Z Compiling vte v0.14.1
6272026-06-15T03:27:05.980Z Compiling color-spantrace v0.3.0
6282026-06-15T03:27:06.014Z Compiling anstyle v1.0.14
6292026-06-15T03:27:06.037Z Compiling number_prefix v0.4.0
6302026-06-15T03:27:06.135Z Compiling tinyvec_macros v0.1.1
6312026-06-15T03:27:06.186Z Compiling unicode-xid v0.2.6
6322026-06-15T03:27:06.204Z Compiling colorchoice v1.0.5
6332026-06-15T03:27:06.276Z Compiling eyre v0.6.12
6342026-06-15T03:27:06.288Z Compiling is_terminal_polyfill v1.70.2
6352026-06-15T03:27:06.316Z Compiling static_assertions v1.1.0
6362026-06-15T03:27:06.316Z Compiling iana-time-zone v0.1.65
6372026-06-15T03:27:06.376Z Compiling unicase v2.9.0
6382026-06-15T03:27:06.432Z Compiling litrs v1.0.0
6392026-06-15T03:27:06.464Z Compiling xattr v1.6.1
6402026-06-15T03:27:06.556Z Compiling nested v0.1.1
6412026-06-15T03:27:06.588Z Compiling anstyle-query v1.1.5
6422026-06-15T03:27:06.646Z Compiling self_update v0.42.0
6432026-06-15T03:27:06.665Z Compiling anstream v1.0.0
6442026-06-15T03:27:06.691Z Compiling guppy v0.17.26
6452026-06-15T03:27:06.864Z Compiling document-features v0.2.12
6462026-06-15T03:27:06.920Z Compiling tar v0.4.46
6472026-06-15T03:27:07.006Z Compiling chrono v0.4.45
6482026-06-15T03:27:07.211Z Compiling cargo-util-schemas v0.2.0
6492026-06-15T03:27:07.426Z Compiling globset v0.4.18
6502026-06-15T03:27:08.030Z Compiling tinyvec v1.11.0
6512026-06-15T03:27:08.452Z Compiling indicatif v0.17.11
6522026-06-15T03:27:09.385Z Compiling pin-project v1.1.13
6532026-06-15T03:27:09.487Z Compiling strip-ansi-escapes v0.2.1
6542026-06-15T03:27:09.587Z Compiling toml v1.1.2+spec-1.1.0
6552026-06-15T03:27:09.871Z Compiling nextest-metadata v0.12.2
6562026-06-15T03:27:09.966Z Compiling newtype-uuid v1.3.2
6572026-06-15T03:27:10.159Z Compiling reqwest v0.12.28
6582026-06-15T03:27:10.321Z Compiling rand_chacha v0.9.0
6592026-06-15T03:27:10.665Z Compiling futures v0.3.32
6602026-06-15T03:27:10.754Z Compiling digest v0.10.7
6612026-06-15T03:27:10.867Z Compiling derive_more v2.1.1
6622026-06-15T03:27:10.949Z Compiling flate2 v1.1.9
6632026-06-15T03:27:10.979Z Compiling parking_lot v0.12.5
6642026-06-15T03:27:11.487Z Compiling shared_child v1.1.1
6652026-06-15T03:27:11.541Z Compiling tracing-error v0.2.1
6662026-06-15T03:27:11.876Z Compiling signal-hook-mio v0.2.5
6672026-06-15T03:27:12.010Z Compiling self-replace v1.5.0
6682026-06-15T03:27:12.150Z Compiling cargo-platform v0.2.0
6692026-06-15T03:27:12.305Z Compiling quick-xml v0.38.4
6702026-06-15T03:27:12.694Z Compiling quick-xml v0.37.5
6712026-06-15T03:27:12.751Z Compiling humantime v2.3.0
6722026-06-15T03:27:13.071Z Compiling indenter v0.3.4
6732026-06-15T03:27:13.175Z Compiling heck v0.5.0
6742026-06-15T03:27:13.200Z Compiling urlencoding v2.1.3
6752026-06-15T03:27:13.372Z Compiling cpufeatures v0.2.17
6762026-06-15T03:27:13.439Z Compiling clap_lex v1.1.0
6772026-06-15T03:27:13.451Z Compiling strsim v0.11.1
6782026-06-15T03:27:13.798Z Compiling recursion v0.5.4
6792026-06-15T03:27:14.139Z Compiling shell-words v1.1.1
6802026-06-15T03:27:14.189Z Compiling clap_derive v4.6.1
6812026-06-15T03:27:14.200Z Compiling clap_builder v4.6.0
6822026-06-15T03:27:14.264Z Compiling nextest-filtering v0.15.0
6832026-06-15T03:27:14.387Z Compiling sha2 v0.10.9
6842026-06-15T03:27:15.962Z Compiling humantime-serde v1.1.1
6852026-06-15T03:27:16.102Z Compiling quick-junit v0.5.2
6862026-06-15T03:27:16.120Z Compiling atomicwrites v0.4.4
6872026-06-15T03:27:16.399Z Compiling cargo_metadata v0.20.0
6882026-06-15T03:27:18.168Z Compiling cargo-nextest v0.9.97
6892026-06-15T03:27:18.497Z Compiling crossterm v0.29.0
6902026-06-15T03:27:20.181Z Compiling duct v0.13.7
6912026-06-15T03:27:20.468Z Compiling async-scoped v0.9.0
6922026-06-15T03:27:20.659Z Compiling rand v0.9.4
6932026-06-15T03:27:20.760Z Compiling zstd v0.13.3
6942026-06-15T03:27:21.183Z Compiling config v0.15.23
6952026-06-15T03:27:21.420Z Compiling unicode-normalization v0.1.25
6962026-06-15T03:27:21.479Z Compiling target-spec-miette v0.4.8
6972026-06-15T03:27:21.540Z Compiling future-queue v0.4.0
6982026-06-15T03:27:21.691Z Compiling mukti-metadata v0.3.0
6992026-06-15T03:27:21.815Z Compiling camino-tempfile v1.4.1
7002026-06-15T03:27:21.876Z Compiling tokio-stream v0.1.18
7012026-06-15T03:27:21.907Z Compiling derive-where v1.6.1
7022026-06-15T03:27:21.992Z Compiling serde_ignored v0.1.14
7032026-06-15T03:27:22.170Z Compiling serde_path_to_error v0.1.20
7042026-06-15T03:27:22.213Z Compiling indent_write v2.2.0
7052026-06-15T03:27:22.236Z Compiling swrite v0.1.0
7062026-06-15T03:27:22.345Z Compiling xxhash-rust v0.8.15
7072026-06-15T03:27:22.388Z Compiling home v0.5.12
7082026-06-15T03:27:22.477Z Compiling hex v0.4.3
7092026-06-15T03:27:22.520Z Compiling color-eyre v0.6.5
7102026-06-15T03:27:22.571Z Compiling clap v4.6.1
7112026-06-15T03:27:22.620Z Compiling dialoguer v0.11.0
7122026-06-15T03:27:22.653Z Compiling enable-ansi-support v0.2.1
7132026-06-15T03:27:23.136Z Compiling nextest-runner v0.80.0
7142026-06-15T03:27:40.949Z Finished `release` profile [optimized] target(s) in 1m 10s
7152026-06-15T03:27:41.134Z Installing /home/build/.cargo/bin/cargo-nextest
7162026-06-15T03:27:41.137Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7172026-06-15T03:27:41.249Z+ source .github/buildomat/test-common.sh
7182026-06-15T03:27:41.252Z++ NEXTEST_VERSION=0.9.97
7192026-06-15T03:27:41.252Z++ PLATFORM=illumos
7202026-06-15T03:27:41.252Z++ banner install
7212026-06-15T03:27:41.252Z
7222026-06-15T03:27:41.252Z # # # #### ##### ## # #
7232026-06-15T03:27:41.252Z # ## # # # # # # #
7242026-06-15T03:27:41.252Z # # # # #### # # # # #
7252026-06-15T03:27:41.252Z # # # # # # ###### # #
7262026-06-15T03:27:41.252Z # # ## # # # # # # #
7272026-06-15T03:27:41.252Z # # # #### # # # ###### ######
7282026-06-15T03:27:41.252Z
7292026-06-15T03:27:41.252Z++ set +o errexit
7302026-06-15T03:27:41.252Z++ pkg info clang-15
7312026-06-15T03:27:41.255Z++ grep -qi installed
7322026-06-15T03:27:42.441Zpkg: info: no packages matching the following patterns you specified are
7332026-06-15T03:27:42.441Zinstalled on the system. Try querying remotely instead:
7342026-06-15T03:27:42.441Z
7352026-06-15T03:27:42.441Z clang-15
7362026-06-15T03:27:42.478Z++ [[ 1 != 0 ]]
7372026-06-15T03:27:42.482Z++ set -o errexit
7382026-06-15T03:27:42.482Z++ pfexec pkg install clang-15
7392026-06-15T03:27:49.248Z Startup: Refreshing catalog 'helios-dev' ... Done
7402026-06-15T03:27:56.871Z Startup: Caching catalogs ... Done
7412026-06-15T03:28:04.155ZPlanning: Solver setup ... Done
7422026-06-15T03:28:04.194ZPlanning: Running solver ... Done
7432026-06-15T03:28:04.345ZPlanning: Finding local manifests ... Done
7442026-06-15T03:28:04.356ZPlanning: Fetching manifests: 0/2 0% complete
7452026-06-15T03:28:04.434ZPlanning: Fetching manifests: 2/2 100% complete
7462026-06-15T03:28:04.463ZPlanning: Package planning ... Done
7472026-06-15T03:28:04.488ZPlanning: Merging actions ... Done
7482026-06-15T03:28:04.594ZPlanning: Checking for conflicting actions ... Done
7492026-06-15T03:28:04.602ZPlanning: Consolidating action changes ... Done
7502026-06-15T03:28:05.346ZPlanning: Evaluating mediators ... Done
7512026-06-15T03:28:05.352ZPlanning: Planning completed in 8.31 seconds
7522026-06-15T03:28:05.363Z Packages to install: 2
7532026-06-15T03:28:05.363Z Mediators to change: 2
7542026-06-15T03:28:05.371Z Services to change: 1
7552026-06-15T03:28:05.371Z Create boot environment: No
7562026-06-15T03:28:05.371ZCreate backup boot environment: No
7572026-06-15T03:28:05.406Z
7582026-06-15T03:28:05.406ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7592026-06-15T03:28:10.407ZDownload: 1404/3076 items 115.1/211.3MB 54% complete (23.9M/s)
7602026-06-15T03:28:15.410ZDownload: 2259/3076 items 118.6/211.3MB 56% complete (12.1M/s)
7612026-06-15T03:28:20.552ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (12.1M/s)
7622026-06-15T03:28:21.148ZDownload: Completed 211.31 MB in 15.74 seconds (13.4M/s)
7632026-06-15T03:28:21.286Z Actions: 1/3418 actions (Installing new actions)
7642026-06-15T03:28:24.416Z Actions: Completed 3418 actions in 3.13 seconds.
7652026-06-15T03:28:25.066Z Done
7662026-06-15T03:28:25.066Z Done
7672026-06-15T03:28:25.807Z Done
7682026-06-15T03:28:29.165Z Done
7692026-06-15T03:28:29.235Z Done
7702026-06-15T03:28:29.238Z Done
7712026-06-15T03:28:29.568Z Done
7722026-06-15T03:28:30.256Z++ set -o errexit
7732026-06-15T03:28:30.256Z++ cargo --version
7742026-06-15T03:28:30.265Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7752026-06-15T03:28:30.268Z++ rustc --version
7762026-06-15T03:28:30.287Zrustc 1.95.0 (59807616e 2026-04-14)
7772026-06-15T03:28:30.290Z++ cargo install cargo-nextest --version 0.9.97
7782026-06-15T03:28:30.348Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7792026-06-15T03:28:30.348Z+ pushd mgadm
7802026-06-15T03:28:30.348Z/work/oxidecomputer/maghemite/mgadm /work/oxidecomputer/maghemite
7812026-06-15T03:28:30.348Z+ cargo nextest run
7822026-06-15T03:28:30.502Z Updating crates.io index
7832026-06-15T03:28:30.505Z Updating git repository `https://github.com/oxidecomputer/omicron`
7842026-06-15T03:28:36.420ZFrom https://github.com/oxidecomputer/omicron
7852026-06-15T03:28:36.420Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7862026-06-15T03:28:36.908Z Updating git repository `https://github.com/oxidecomputer/falcon`
7872026-06-15T03:28:37.547ZFrom https://github.com/oxidecomputer/falcon
7882026-06-15T03:28:37.547Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7892026-06-15T03:28:37.622Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7902026-06-15T03:28:38.542ZFrom https://github.com/oxidecomputer/dendrite
7912026-06-15T03:28:38.542Z * [new ref] f27f612dde317f2f05716c761a14500e46581ff7 -> refs/commit/f27f612dde317f2f05716c761a14500e46581ff7
7922026-06-15T03:28:38.590Z Updating git repository `https://github.com/oxidecomputer/ispf`
7932026-06-15T03:28:38.838ZFrom https://github.com/oxidecomputer/ispf
7942026-06-15T03:28:38.838Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7952026-06-15T03:28:38.869Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7962026-06-15T03:28:39.194ZFrom https://github.com/oxidecomputer/netadm-sys
7972026-06-15T03:28:39.194Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7982026-06-15T03:28:39.201Z Updating git repository `https://github.com/oxidecomputer/opte`
7992026-06-15T03:28:39.866ZFrom https://github.com/oxidecomputer/opte
8002026-06-15T03:28:39.867Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8012026-06-15T03:28:39.897Z Updating git repository `https://github.com/illumos/smf-rs`
8022026-06-15T03:28:40.167ZFrom https://github.com/illumos/smf-rs
8032026-06-15T03:28:40.167Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8042026-06-15T03:28:40.208Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8052026-06-15T03:28:40.449ZFrom https://github.com/oxidecomputer/poptrie
8062026-06-15T03:28:40.449Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8072026-06-15T03:28:40.490Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8082026-06-15T03:28:40.756ZFrom https://github.com/oxidecomputer/network-interface
8092026-06-15T03:28:40.758Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8102026-06-15T03:28:40.777Z Updating git repository `https://github.com/oxidecomputer/zone`
8112026-06-15T03:28:41.016ZFrom https://github.com/oxidecomputer/zone
8122026-06-15T03:28:41.016Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8132026-06-15T03:28:41.046Z Updating git repository `https://github.com/oxidecomputer/lldp`
8142026-06-15T03:28:41.359ZFrom https://github.com/oxidecomputer/lldp
8152026-06-15T03:28:41.359Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8162026-06-15T03:28:41.430Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8172026-06-15T03:28:41.694ZFrom https://github.com/oxidecomputer/slog-error-chain
8182026-06-15T03:28:41.694Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8192026-06-15T03:28:41.743Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8202026-06-15T03:28:42.052ZFrom https://github.com/oxidecomputer/tufaceous
8212026-06-15T03:28:42.052Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8222026-06-15T03:28:42.075Z Updating git repository `https://github.com/oxidecomputer/propolis`
8232026-06-15T03:28:42.659ZFrom https://github.com/oxidecomputer/propolis
8242026-06-15T03:28:42.659Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8252026-06-15T03:28:42.713Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8262026-06-15T03:28:43.190ZFrom https://github.com/oxidecomputer/transceiver-control
8272026-06-15T03:28:43.190Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8282026-06-15T03:28:43.251Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8292026-06-15T03:28:43.476ZFrom https://github.com/oxidecomputer/dlpi-sys
8302026-06-15T03:28:43.476Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8312026-06-15T03:28:43.496Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8322026-06-15T03:28:43.763ZFrom https://github.com/jmesmon/rust-libzfs
8332026-06-15T03:28:43.763Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8342026-06-15T03:28:43.771Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8352026-06-15T03:28:44.029ZFrom https://github.com/oxidecomputer/rusty-doors
8362026-06-15T03:28:44.029Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8372026-06-15T03:28:44.047Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8382026-06-15T03:28:44.505ZFrom https://github.com/oxidecomputer/management-gateway-service
8392026-06-15T03:28:44.505Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8402026-06-15T03:28:44.600Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8412026-06-15T03:28:44.826ZFrom https://github.com/oxidecomputer/serde_human_bytes
8422026-06-15T03:28:44.826Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8432026-06-15T03:28:44.912Z Updating git repository `https://github.com/oxidecomputer/crucible`
8442026-06-15T03:28:45.745ZFrom https://github.com/oxidecomputer/crucible
8452026-06-15T03:28:45.746Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8462026-06-15T03:28:45.817Z Updating git repository `https://github.com/oxidecomputer/propolis`
8472026-06-15T03:28:46.220ZFrom https://github.com/oxidecomputer/propolis
8482026-06-15T03:28:46.220Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8492026-06-15T03:28:46.786Z Updating git repository `https://github.com/oxidecomputer/crucible`
8502026-06-15T03:28:47.280ZFrom https://github.com/oxidecomputer/crucible
8512026-06-15T03:28:47.280Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8522026-06-15T03:28:47.367Z Updating git repository `https://github.com/oxidecomputer/tofino`
8532026-06-15T03:28:47.666ZFrom https://github.com/oxidecomputer/tofino
8542026-06-15T03:28:47.666Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8552026-06-15T03:28:47.676Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8562026-06-15T03:28:48.297ZFrom https://github.com/oxidecomputer/maghemite
8572026-06-15T03:28:48.297Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8582026-06-15T03:28:48.345Z Updating git repository `https://github.com/oxidecomputer/clickward`
8592026-06-15T03:28:48.593ZFrom https://github.com/oxidecomputer/clickward
8602026-06-15T03:28:48.593Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8612026-06-15T03:28:48.646Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8622026-06-15T03:28:48.891ZFrom https://github.com/oxidecomputer/illumos-devinfo
8632026-06-15T03:28:48.891Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8642026-06-15T03:28:50.319Z Downloading crates ...
8652026-06-15T03:28:50.454Z Downloaded const-oid v0.10.2
8662026-06-15T03:28:50.456Z Downloaded constant_time_eq v0.4.2
8672026-06-15T03:28:50.461Z Downloaded crypto-bigint v0.5.5
8682026-06-15T03:28:50.465Z Downloaded dunce v1.0.5
8692026-06-15T03:28:50.465Z Downloaded cmake v0.1.58
8702026-06-15T03:28:50.468Z Downloaded derive-ex v0.1.8
8712026-06-15T03:28:50.471Z Downloaded bitflags v1.3.2
8722026-06-15T03:28:50.475Z Downloaded cpufeatures v0.3.0
8732026-06-15T03:28:50.478Z Downloaded konst_macro_rules v0.2.19
8742026-06-15T03:28:50.480Z Downloaded cstr-argument v0.1.2
8752026-06-15T03:28:50.480Z Downloaded linked-hash-map v0.5.6
8762026-06-15T03:28:50.483Z Downloaded byte-wrapper v0.1.0
8772026-06-15T03:28:50.483Z Downloaded const_format v0.2.36
8782026-06-15T03:28:50.486Z Downloaded base16ct v1.0.0
8792026-06-15T03:28:50.489Z Downloaded base16ct v0.2.0
8802026-06-15T03:28:50.491Z Downloaded async-trait v0.1.89
8812026-06-15T03:28:50.494Z Downloaded libsw v3.5.0
8822026-06-15T03:28:50.497Z Downloaded ingot-types v0.1.2
8832026-06-15T03:28:50.497Z Downloaded crossbeam-utils v0.8.21
8842026-06-15T03:28:50.502Z Downloaded chacha20 v0.10.0
8852026-06-15T03:28:50.505Z Downloaded ident_case v1.0.1
8862026-06-15T03:28:50.505Z Downloaded goblin v0.8.2
8872026-06-15T03:28:50.508Z Downloaded block-buffer v0.12.0
8882026-06-15T03:28:50.508Z Downloaded compression-core v0.4.32
8892026-06-15T03:28:50.508Z Downloaded darling v0.23.0
8902026-06-15T03:28:50.511Z Downloaded compression-codecs v0.4.38
8912026-06-15T03:28:50.514Z Downloaded console v0.16.3
8922026-06-15T03:28:50.516Z Downloaded convert_case v0.4.0
8932026-06-15T03:28:50.519Z Downloaded cipher v0.4.4
8942026-06-15T03:28:50.519Z Downloaded argon2 v0.5.3
8952026-06-15T03:28:50.522Z Downloaded hashbrown v0.12.3
8962026-06-15T03:28:50.525Z Downloaded bcs v0.1.6
8972026-06-15T03:28:50.525Z Downloaded crunchy v0.2.4
8982026-06-15T03:28:50.528Z Downloaded backon v1.6.0
8992026-06-15T03:28:50.531Z Downloaded cargo_toml v0.22.3
9002026-06-15T03:28:50.535Z Downloaded cobs v0.3.0
9012026-06-15T03:28:50.539Z Downloaded embedded-io v0.6.1
9022026-06-15T03:28:50.542Z Downloaded allocator-api2 v0.2.21
9032026-06-15T03:28:50.544Z Downloaded crc8 v0.1.1
9042026-06-15T03:28:50.544Z Downloaded chacha20poly1305 v0.10.1
9052026-06-15T03:28:50.549Z Downloaded bit-set v0.8.0
9062026-06-15T03:28:50.552Z Downloaded elliptic-curve v0.13.8
9072026-06-15T03:28:50.555Z Downloaded bitflags v2.12.1
9082026-06-15T03:28:50.558Z Downloaded foreign-types v0.5.0
9092026-06-15T03:28:50.560Z Downloaded indexmap v1.9.3
9102026-06-15T03:28:50.563Z Downloaded libscf-sys v1.2.0
9112026-06-15T03:28:50.563Z Downloaded keccak v0.1.6
9122026-06-15T03:28:50.566Z Downloaded crypto-common v0.2.2
9132026-06-15T03:28:50.566Z Downloaded const-random-macro v0.1.16
9142026-06-15T03:28:50.569Z Downloaded cc v1.2.63
9152026-06-15T03:28:50.571Z Downloaded ingot v0.1.1
9162026-06-15T03:28:50.571Z Downloaded poly1305 v0.8.0
9172026-06-15T03:28:50.574Z Downloaded icu_normalizer v2.2.0
9182026-06-15T03:28:50.577Z Downloaded data-encoding v2.11.0
9192026-06-15T03:28:50.577Z Downloaded arrayvec v0.7.6
9202026-06-15T03:28:50.580Z Downloaded darling_macro v0.23.0
9212026-06-15T03:28:50.580Z Downloaded const-random v0.1.18
9222026-06-15T03:28:50.582Z Downloaded ciborium-ll v0.2.2
9232026-06-15T03:28:50.582Z Downloaded ciborium-io v0.2.2
9242026-06-15T03:28:50.585Z Downloaded fs-err v3.3.0
9252026-06-15T03:28:50.585Z Downloaded async-recursion v1.1.1
9262026-06-15T03:28:50.588Z Downloaded crucible-workspace-hack v0.1.0
9272026-06-15T03:28:50.588Z Downloaded daft v0.1.7
9282026-06-15T03:28:50.591Z Downloaded dof v0.4.0
9292026-06-15T03:28:50.594Z Downloaded dtrace-parser v0.2.0
9302026-06-15T03:28:50.597Z Downloaded icu_provider v2.2.0
9312026-06-15T03:28:50.597Z Downloaded blake2 v0.10.6
9322026-06-15T03:28:50.599Z Downloaded async-stream-impl v0.3.6
9332026-06-15T03:28:50.599Z Downloaded idna_adapter v1.2.2
9342026-06-15T03:28:50.602Z Downloaded anyhow v1.0.102
9352026-06-15T03:28:50.605Z Downloaded arrayref v0.3.9
9362026-06-15T03:28:50.608Z Downloaded foreign-types-macros v0.2.3
9372026-06-15T03:28:50.608Z Downloaded async-stream v0.3.6
9382026-06-15T03:28:50.611Z Downloaded num-conv v0.2.2
9392026-06-15T03:28:50.615Z Downloaded defmt-macros v1.1.0
9402026-06-15T03:28:50.615Z Downloaded const_format_proc_macros v0.2.34
9412026-06-15T03:28:50.617Z Downloaded no-std-compat v0.4.1
9422026-06-15T03:28:50.617Z Downloaded dof v0.3.0
9432026-06-15T03:28:50.620Z Downloaded minimal-lexical v0.2.1
9442026-06-15T03:28:50.623Z Downloaded dyn-clone v1.0.20
9452026-06-15T03:28:50.623Z Downloaded heck v0.4.1
9462026-06-15T03:28:50.625Z Downloaded defmt-parser v1.0.0
9472026-06-15T03:28:50.626Z Downloaded num-iter v0.1.45
9482026-06-15T03:28:50.630Z Downloaded hubpack v0.1.2
9492026-06-15T03:28:50.630Z Downloaded git-stub-vcs v0.1.0
9502026-06-15T03:28:50.630Z Downloaded cookie v0.18.1
9512026-06-15T03:28:50.632Z Downloaded deranged v0.5.8
9522026-06-15T03:28:50.632Z Downloaded hmac v0.12.1
9532026-06-15T03:28:50.635Z Downloaded bs58 v0.5.1
9542026-06-15T03:28:50.637Z Downloaded crossbeam-deque v0.8.6
9552026-06-15T03:28:50.638Z Downloaded darling_macro v0.21.3
9562026-06-15T03:28:50.638Z Downloaded num_threads v0.1.7
9572026-06-15T03:28:50.641Z Downloaded internet-checksum v0.2.1
9582026-06-15T03:28:50.641Z Downloaded aead v0.5.2
9592026-06-15T03:28:50.644Z Downloaded dtrace-parser v0.3.0
9602026-06-15T03:28:50.644Z Downloaded defmt v0.3.100
9612026-06-15T03:28:50.644Z Downloaded bit-vec v0.8.0
9622026-06-15T03:28:50.644Z Downloaded goblin v0.10.7
9632026-06-15T03:28:50.649Z Downloaded natord v1.0.9
9642026-06-15T03:28:50.651Z Downloaded gethostname v0.5.0
9652026-06-15T03:28:50.651Z Downloaded opaque-debug v0.3.1
9662026-06-15T03:28:50.654Z Downloaded csv-core v0.1.13
9672026-06-15T03:28:50.654Z Downloaded colored v3.1.1
9682026-06-15T03:28:50.657Z Downloaded cancel-safe-futures v0.1.5
9692026-06-15T03:28:50.660Z Downloaded parse-display v0.10.0
9702026-06-15T03:28:50.660Z Downloaded powerfmt v0.2.0
9712026-06-15T03:28:50.660Z Downloaded potential_utf v0.1.5
9722026-06-15T03:28:50.662Z Downloaded hostname v0.3.1
9732026-06-15T03:28:50.662Z Downloaded lru-cache v0.1.2
9742026-06-15T03:28:50.665Z Downloaded daft-derive v0.1.7
9752026-06-15T03:28:50.668Z Downloaded chacha20 v0.9.1
9762026-06-15T03:28:50.668Z Downloaded plain v0.2.3
9772026-06-15T03:28:50.670Z Downloaded critical-section v1.2.0
9782026-06-15T03:28:50.671Z Downloaded backoff v0.4.0
9792026-06-15T03:28:50.674Z Downloaded dropshot-api-manager-types v0.7.2
9802026-06-15T03:28:50.674Z Downloaded fixedbitset v0.4.2
9812026-06-15T03:28:50.674Z Downloaded num-derive v0.4.2
9822026-06-15T03:28:50.677Z Downloaded mime v0.3.17
9832026-06-15T03:28:50.677Z Downloaded linear-map v1.2.0
9842026-06-15T03:28:50.679Z Downloaded proc-macro-crate v3.5.0
9852026-06-15T03:28:50.679Z Downloaded num-rational v0.4.2
9862026-06-15T03:28:50.680Z Downloaded defmt v1.1.0
9872026-06-15T03:28:50.682Z Downloaded foldhash v0.2.0
9882026-06-15T03:28:50.685Z Downloaded http v1.4.1
9892026-06-15T03:28:50.688Z Downloaded embedded-io v0.4.0
9902026-06-15T03:28:50.688Z Downloaded proc-macro-error-attr v1.0.4
9912026-06-15T03:28:50.690Z Downloaded ciborium v0.2.2
9922026-06-15T03:28:50.690Z Downloaded erased-serde v0.3.31
9932026-06-15T03:28:50.693Z Downloaded num_enum_derive v0.5.11
9942026-06-15T03:28:50.693Z Downloaded fxhash v0.2.1
9952026-06-15T03:28:50.693Z Downloaded float-ord v0.3.2
9962026-06-15T03:28:50.696Z Downloaded displaydoc v0.2.6
9972026-06-15T03:28:50.696Z Downloaded ipnetwork v0.21.1
9982026-06-15T03:28:50.698Z Downloaded darling v0.21.3
9992026-06-15T03:28:50.701Z Downloaded num_enum v0.5.11
10002026-06-15T03:28:50.703Z Downloaded num_enum_derive v0.7.6
10012026-06-15T03:28:50.706Z Downloaded bytecount v0.6.9
10022026-06-15T03:28:50.706Z Downloaded byteorder v1.5.0
10032026-06-15T03:28:50.709Z Downloaded digest v0.11.3
10042026-06-15T03:28:50.709Z Downloaded pretty-hex v0.4.2
10052026-06-15T03:28:50.711Z Downloaded instant v0.1.13
10062026-06-15T03:28:50.712Z Downloaded progenitor-macro v0.14.0
10072026-06-15T03:28:50.715Z Downloaded group v0.13.0
10082026-06-15T03:28:50.717Z Downloaded parking_lot_core v0.8.6
10092026-06-15T03:28:50.720Z Downloaded olpc-cjson v0.1.4
10102026-06-15T03:28:50.720Z Downloaded password-hash v0.5.0
10112026-06-15T03:28:50.723Z Downloaded is-terminal v0.4.17
10122026-06-15T03:28:50.723Z Downloaded memmap v0.7.0
10132026-06-15T03:28:50.725Z Downloaded num-complex v0.4.6
10142026-06-15T03:28:50.728Z Downloaded quick-error v1.2.3
10152026-06-15T03:28:50.730Z Downloaded progenitor-client v0.10.0
10162026-06-15T03:28:50.731Z Downloaded proc-macro-error-attr2 v2.0.0
10172026-06-15T03:28:50.737Z Downloaded newtype-uuid-macros v0.1.0
10182026-06-15T03:28:50.740Z Downloaded rand_chacha v0.3.1
10192026-06-15T03:28:50.743Z Downloaded dropshot_endpoint v0.17.1
10202026-06-15T03:28:50.748Z Downloaded derive_more v0.99.20
10212026-06-15T03:28:50.751Z Downloaded semver v0.1.20
10222026-06-15T03:28:50.754Z Downloaded progenitor v0.13.0
10232026-06-15T03:28:50.754Z Downloaded num-integer v0.1.46
10242026-06-15T03:28:50.756Z Downloaded num_enum v0.7.6
10252026-06-15T03:28:50.759Z Downloaded darling_core v0.21.3
10262026-06-15T03:28:50.762Z Downloaded jiff-static v0.2.28
10272026-06-15T03:28:50.764Z Downloaded arc-swap v1.9.1
10282026-06-15T03:28:50.767Z Downloaded pem v3.0.6
10292026-06-15T03:28:50.770Z Downloaded scroll_derive v0.12.1
10302026-06-15T03:28:50.770Z Downloaded ingot-macros v0.1.1
10312026-06-15T03:28:50.772Z Downloaded progenitor-extras v0.2.0
10322026-06-15T03:28:50.775Z Downloaded parse-display-derive v0.10.0
10332026-06-15T03:28:50.775Z Downloaded phf v0.12.1
10342026-06-15T03:28:50.778Z Downloaded parking_lot v0.11.2
10352026-06-15T03:28:50.778Z Downloaded diff v0.1.13
10362026-06-15T03:28:50.781Z Downloaded sha1 v0.11.0
10372026-06-15T03:28:50.781Z Downloaded postcard v1.1.3
10382026-06-15T03:28:50.784Z Downloaded serial_test v3.5.0
10392026-06-15T03:28:50.787Z Downloaded serde_repr v0.1.20
10402026-06-15T03:28:50.787Z Downloaded pest_generator v2.8.6
10412026-06-15T03:28:50.787Z Downloaded ref-cast-impl v1.0.25
10422026-06-15T03:28:50.790Z Downloaded hybrid-array v0.4.12
10432026-06-15T03:28:50.792Z Downloaded paste v1.0.15
10442026-06-15T03:28:50.792Z Downloaded ff v0.13.1
10452026-06-15T03:28:50.795Z Downloaded crossbeam-epoch v0.9.18
10462026-06-15T03:28:50.798Z Downloaded ref-cast v1.0.25
10472026-06-15T03:28:50.802Z Downloaded litemap v0.8.2
10482026-06-15T03:28:50.805Z Downloaded rustc_version v0.1.7
10492026-06-15T03:28:50.808Z Downloaded base64 v0.21.7
10502026-06-15T03:28:50.811Z Downloaded indicatif v0.18.4
10512026-06-15T03:28:50.815Z Downloaded icu_collections v2.2.0
10522026-06-15T03:28:50.819Z Downloaded rand_core v0.10.1
10532026-06-15T03:28:50.821Z Downloaded same-file v1.0.6
10542026-06-15T03:28:50.821Z Downloaded drift v0.2.0
10552026-06-15T03:28:50.827Z Downloaded serde-big-array v0.5.1
10562026-06-15T03:28:50.829Z Downloaded slog-envlogger v2.2.0
10572026-06-15T03:28:50.829Z Downloaded omicron-workspace-hack v0.1.0
10582026-06-15T03:28:50.832Z Downloaded memoffset v0.9.1
10592026-06-15T03:28:50.832Z Downloaded serial_test_derive v3.5.0
10602026-06-15T03:28:50.832Z Downloaded scroll_derive v0.13.1
10612026-06-15T03:28:50.832Z Downloaded omicron-zone-package v0.12.2
10622026-06-15T03:28:50.835Z Downloaded httpdate v1.0.3
10632026-06-15T03:28:50.835Z Downloaded progenitor-macro v0.10.0
10642026-06-15T03:28:50.838Z Downloaded proc-macro-error2 v2.0.1
10652026-06-15T03:28:50.838Z Downloaded progenitor v0.14.0
10662026-06-15T03:28:50.844Z Downloaded pest_derive v2.8.6
10672026-06-15T03:28:50.846Z Downloaded stable_deref_trait v1.2.1
10682026-06-15T03:28:50.846Z Downloaded num v0.4.3
10692026-06-15T03:28:50.849Z Downloaded newtype_derive v0.1.6
10702026-06-15T03:28:50.849Z Downloaded match_cfg v0.1.0
10712026-06-15T03:28:50.849Z Downloaded git-stub v1.0.0
10722026-06-15T03:28:50.852Z Downloaded structmeta-derive v0.3.0
10732026-06-15T03:28:50.852Z Downloaded tabled_derive v0.7.0
10742026-06-15T03:28:50.855Z Downloaded serde_plain v1.0.2
10752026-06-15T03:28:50.855Z Downloaded icu_locale_core v2.2.0
10762026-06-15T03:28:50.858Z Downloaded resolv-conf v0.7.6
10772026-06-15T03:28:50.860Z Downloaded inout v0.1.4
10782026-06-15T03:28:50.860Z Downloaded heapless v0.8.0
10792026-06-15T03:28:50.863Z Downloaded smartstring v1.0.1
10802026-06-15T03:28:50.866Z Downloaded serde_derive_internals v0.29.1
10812026-06-15T03:28:50.866Z Downloaded secrecy v0.10.3
10822026-06-15T03:28:50.868Z Downloaded macaddr v1.0.1
10832026-06-15T03:28:50.868Z Downloaded rustls-native-certs v0.8.4
10842026-06-15T03:28:50.871Z Downloaded take_mut v0.2.2
10852026-06-15T03:28:50.871Z Downloaded crossbeam-channel v0.5.15
10862026-06-15T03:28:50.875Z Downloaded progenitor-impl v0.13.0
10872026-06-15T03:28:50.878Z Downloaded rustversion v1.0.22
10882026-06-15T03:28:50.880Z Downloaded newline-converter v0.3.0
10892026-06-15T03:28:50.880Z Downloaded hostname v0.4.2
10902026-06-15T03:28:50.880Z Downloaded slog-json v2.6.1
10912026-06-15T03:28:50.883Z Downloaded schemars_derive v0.8.22
10922026-06-15T03:28:50.886Z Downloaded fs_extra v1.3.0
10932026-06-15T03:28:50.888Z Downloaded slog-stdlog v4.1.1
10942026-06-15T03:28:50.888Z Downloaded testing_table v0.3.0
10952026-06-15T03:28:50.888Z Downloaded typify-macro v0.4.3
10962026-06-15T03:28:50.888Z Downloaded thread-id v4.2.2
10972026-06-15T03:28:50.892Z Downloaded rustls-pemfile v2.2.0
10982026-06-15T03:28:50.892Z Downloaded managed v0.8.0
10992026-06-15T03:28:50.895Z Downloaded foreign-types-shared v0.3.1
11002026-06-15T03:28:50.898Z Downloaded tagptr v0.2.0
11012026-06-15T03:28:50.898Z Downloaded strum_macros v0.27.2
11022026-06-15T03:28:50.898Z Downloaded synstructure v0.13.2
11032026-06-15T03:28:50.901Z Downloaded slog-dtrace v0.3.0
11042026-06-15T03:28:50.901Z Downloaded thiserror-impl-no-std v2.0.2
11052026-06-15T03:28:50.903Z Downloaded progenitor-impl v0.10.0
11062026-06-15T03:28:50.906Z Downloaded progenitor-impl v0.14.0
11072026-06-15T03:28:50.906Z Downloaded darling_core v0.23.0
11082026-06-15T03:28:50.909Z Downloaded rusty-fork v0.3.1
11092026-06-15T03:28:50.911Z Downloaded proc-macro-crate v1.3.1
11102026-06-15T03:28:50.911Z Downloaded hubpack_derive v0.1.1
11112026-06-15T03:28:50.911Z Downloaded hash32 v0.3.1
11122026-06-15T03:28:50.914Z Downloaded glob v0.3.3
11132026-06-15T03:28:50.917Z Downloaded enum-as-inner v0.6.1
11142026-06-15T03:28:50.922Z Downloaded papergrid v0.11.0
11152026-06-15T03:28:50.928Z Downloaded progenitor-macro v0.13.0
11162026-06-15T03:28:50.930Z Downloaded usdt v0.6.0
11172026-06-15T03:28:50.930Z Downloaded async-compression v0.4.42
11182026-06-15T03:28:50.933Z Downloaded rustls-platform-verifier v0.7.0
11192026-06-15T03:28:50.936Z Downloaded openssl-sys v0.9.116
11202026-06-15T03:28:50.938Z Downloaded thiserror-no-std v2.0.2
11212026-06-15T03:28:50.941Z Downloaded smf v0.2.3
11222026-06-15T03:28:50.941Z Downloaded slog-scope v4.4.1
11232026-06-15T03:28:50.941Z Downloaded sha1 v0.10.6
11242026-06-15T03:28:50.944Z Downloaded progenitor-client v0.14.0
11252026-06-15T03:28:50.944Z Downloaded slog-async v2.8.0
11262026-06-15T03:28:50.944Z Downloaded schemars v0.9.0
11272026-06-15T03:28:50.952Z Downloaded slog v2.8.2
11282026-06-15T03:28:50.955Z Downloaded oxnet v0.1.6
11292026-06-15T03:28:50.955Z Downloaded hickory-resolver v0.25.2
11302026-06-15T03:28:50.958Z Downloaded libsw-core v0.3.2
11312026-06-15T03:28:50.958Z Downloaded unit-prefix v0.5.2
11322026-06-15T03:28:50.958Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11332026-06-15T03:28:50.960Z Downloaded prettyplease v0.2.37
11342026-06-15T03:28:50.960Z Downloaded serde_yaml v0.9.34+deprecated
11352026-06-15T03:28:50.963Z Downloaded hashbrown v0.16.1
11362026-06-15T03:28:50.966Z Downloaded highway v1.3.0
11372026-06-15T03:28:50.969Z Downloaded pest_meta v2.8.6
11382026-06-15T03:28:50.969Z Downloaded serde_with_macros v3.20.0
11392026-06-15T03:28:50.971Z Downloaded tiny-keccak v2.0.2
11402026-06-15T03:28:50.971Z Downloaded sigpipe v0.1.3
11412026-06-15T03:28:50.972Z Downloaded proc-macro-error v1.0.4
11422026-06-15T03:28:50.975Z Downloaded tokio-tungstenite v0.21.0
11432026-06-15T03:28:50.975Z Downloaded time-macros v0.2.27
11442026-06-15T03:28:50.977Z Downloaded hkdf v0.12.4
11452026-06-15T03:28:50.977Z Downloaded scroll v0.12.0
11462026-06-15T03:28:50.980Z Downloaded rand_xorshift v0.4.0
11472026-06-15T03:28:50.980Z Downloaded oxide-tokio-rt v0.1.6
11482026-06-15T03:28:50.980Z Downloaded papergrid v0.18.0
11492026-06-15T03:28:50.986Z Downloaded usdt-attr-macro v0.5.0
11502026-06-15T03:28:50.986Z Downloaded term v1.2.1
11512026-06-15T03:28:50.989Z Downloaded progenitor-client v0.13.0
11522026-06-15T03:28:50.991Z Downloaded itertools v0.12.1
11532026-06-15T03:28:50.994Z Downloaded snafu-derive v0.8.9
11542026-06-15T03:28:50.996Z Downloaded icu_properties v2.2.0
11552026-06-15T03:28:50.996Z Downloaded yoke-derive v0.8.2
11562026-06-15T03:28:50.997Z Downloaded wait-timeout v0.2.1
11572026-06-15T03:28:51.001Z Downloaded qorb v0.4.1
11582026-06-15T03:28:51.001Z Downloaded serde_tokenstream v0.2.3
11592026-06-15T03:28:51.004Z Downloaded test-strategy v0.4.5
11602026-06-15T03:28:51.007Z Downloaded phf_shared v0.12.1
11612026-06-15T03:28:51.007Z Downloaded multer v3.1.0
11622026-06-15T03:28:51.010Z Downloaded memmap2 v0.9.10
11632026-06-15T03:28:51.010Z Downloaded half v2.7.1
11642026-06-15T03:28:51.018Z Downloaded strum v0.27.2
11652026-06-15T03:28:51.020Z Downloaded strum v0.26.3
11662026-06-15T03:28:51.030Z Downloaded icu_normalizer_data v2.2.0
11672026-06-15T03:28:51.033Z Downloaded unarray v0.1.4
11682026-06-15T03:28:51.035Z Downloaded tungstenite v0.21.0
11692026-06-15T03:28:51.035Z Downloaded dropshot-api-manager v0.7.2
11702026-06-15T03:28:51.038Z Downloaded untrusted v0.7.1
11712026-06-15T03:28:51.041Z Downloaded rand v0.10.1
11722026-06-15T03:28:51.046Z Downloaded schemars v1.2.1
11732026-06-15T03:28:51.053Z Downloaded konst v0.2.20
11742026-06-15T03:28:51.056Z Downloaded progenitor v0.10.0
11752026-06-15T03:28:51.058Z Downloaded scroll v0.13.0
11762026-06-15T03:28:51.058Z Downloaded toml v0.7.8
11772026-06-15T03:28:51.061Z Downloaded rhai_codegen v3.2.0
11782026-06-15T03:28:51.063Z Downloaded zeroize_derive v1.4.3
11792026-06-15T03:28:51.066Z Downloaded zerofrom-derive v0.1.7
11802026-06-15T03:28:51.066Z Downloaded strum_macros v0.26.4
11812026-06-15T03:28:51.069Z Downloaded toml v0.9.12+spec-1.1.0
11822026-06-15T03:28:51.072Z Downloaded hickory-resolver v0.24.4
11832026-06-15T03:28:51.074Z Downloaded expectorate v1.2.0
11842026-06-15T03:28:51.081Z Downloaded snafu v0.8.9
11852026-06-15T03:28:51.086Z Downloaded spin v0.9.8
11862026-06-15T03:28:51.089Z Downloaded usdt-impl v0.6.0
11872026-06-15T03:28:51.089Z Downloaded usdt-impl v0.5.0
11882026-06-15T03:28:51.091Z Downloaded pest v2.8.6
11892026-06-15T03:28:51.098Z Downloaded thread-id v5.1.0
11902026-06-15T03:28:51.105Z Downloaded memchr v2.8.1
11912026-06-15T03:28:51.107Z Downloaded typify v0.4.3
11922026-06-15T03:28:51.115Z Downloaded zeroize v1.8.2
11932026-06-15T03:28:51.118Z Downloaded rayon-core v1.13.0
11942026-06-15T03:28:51.120Z Downloaded nom v7.1.3
11952026-06-15T03:28:51.123Z Downloaded uuid v1.23.2
11962026-06-15T03:28:51.126Z Downloaded icu_properties_data v2.2.0
11972026-06-15T03:28:51.130Z Downloaded tabwriter v1.4.1
11982026-06-15T03:28:51.132Z Downloaded pretty_assertions v1.4.1
11992026-06-15T03:28:51.137Z Downloaded zerovec-derive v0.11.3
12002026-06-15T03:28:51.139Z Downloaded zerocopy-derive v0.7.35
12012026-06-15T03:28:51.142Z Downloaded termtree v0.5.1
12022026-06-15T03:28:51.142Z Downloaded rand v0.8.6
12032026-06-15T03:28:51.145Z Downloaded thin-vec v0.2.18
12042026-06-15T03:28:51.145Z Downloaded nom v8.0.0
12052026-06-15T03:28:51.147Z Downloaded tinystr v0.8.3
12062026-06-15T03:28:51.150Z Downloaded typify-macro v0.6.2
12072026-06-15T03:28:51.150Z Downloaded libm v0.2.16
12082026-06-15T03:28:51.154Z Downloaded topological-sort v0.2.2
12092026-06-15T03:28:51.156Z Downloaded similar v2.7.0
12102026-06-15T03:28:51.165Z Downloaded usdt-attr-macro v0.6.0
12112026-06-15T03:28:51.168Z Downloaded usdt v0.5.0
12122026-06-15T03:28:51.171Z Downloaded toml_edit v0.25.12+spec-1.1.0
12132026-06-15T03:28:51.181Z Downloaded zone v0.3.1
12142026-06-15T03:28:51.184Z Downloaded steno v0.4.1
12152026-06-15T03:28:51.184Z Downloaded schemars v0.8.22
12162026-06-15T03:28:51.190Z Downloaded usdt-macro v0.5.0
12172026-06-15T03:28:51.193Z Downloaded regex v1.12.3
12182026-06-15T03:28:51.195Z Downloaded rayon v1.12.0
12192026-06-15T03:28:51.205Z Downloaded walkdir v2.5.0
12202026-06-15T03:28:51.208Z Downloaded moka v0.12.15
12212026-06-15T03:28:51.211Z Downloaded universal-hash v0.5.1
12222026-06-15T03:28:51.214Z Downloaded whoami v1.6.1
12232026-06-15T03:28:51.221Z Downloaded utf-8 v0.7.6
12242026-06-15T03:28:51.223Z Downloaded siphasher v1.0.3
12252026-06-15T03:28:51.231Z Downloaded ucd-trie v0.1.7
12262026-06-15T03:28:51.234Z Downloaded yoke v0.8.3
12272026-06-15T03:28:51.238Z Downloaded vsss-rs v3.3.4
12282026-06-15T03:28:51.242Z Downloaded smallvec v1.15.1
12292026-06-15T03:28:51.245Z Downloaded waitgroup v0.1.2
12302026-06-15T03:28:51.247Z Downloaded xz2 v0.1.7
12312026-06-15T03:28:51.247Z Downloaded typed-path v0.9.3
12322026-06-15T03:28:51.251Z Downloaded aws-lc-rs v1.17.0
12332026-06-15T03:28:51.255Z Downloaded blake3 v1.8.5
12342026-06-15T03:28:51.259Z Downloaded typify v0.6.2
12352026-06-15T03:28:51.262Z Downloaded proptest v1.11.0
12362026-06-15T03:28:51.266Z Downloaded writeable v0.6.3
12372026-06-15T03:28:51.269Z Downloaded serde_with v3.20.0
12382026-06-15T03:28:51.278Z Downloaded zerotrie v0.2.4
12392026-06-15T03:28:51.281Z Downloaded toml_edit v0.19.15
12402026-06-15T03:28:51.289Z Downloaded iddqd v0.4.2
12412026-06-15T03:28:51.294Z Downloaded unsafe-libyaml v0.2.11
12422026-06-15T03:28:51.318Z Downloaded zerocopy v0.7.35
12432026-06-15T03:28:51.353Z Downloaded slog-bunyan v2.5.0
12442026-06-15T03:28:51.357Z Downloaded tough v0.22.0
12452026-06-15T03:28:51.357Z Downloaded reqwest v0.13.4
12462026-06-15T03:28:51.357Z Downloaded zerocopy-derive v0.8.50
12472026-06-15T03:28:51.357Z Downloaded time v0.3.47
12482026-06-15T03:28:51.357Z Downloaded openssl v0.10.80
12492026-06-15T03:28:51.360Z Downloaded syn v1.0.109
12502026-06-15T03:28:51.365Z Downloaded spin v0.5.2
12512026-06-15T03:28:51.368Z Downloaded nix v0.31.3
12522026-06-15T03:28:51.373Z Downloaded smawk v0.3.2
12532026-06-15T03:28:51.386Z Downloaded openapiv3 v2.2.0
12542026-06-15T03:28:51.390Z Downloaded dropshot v0.17.1
12552026-06-15T03:28:51.402Z Downloaded zerovec v0.11.6
12562026-06-15T03:28:51.407Z Downloaded usdt-macro v0.6.0
12572026-06-15T03:28:51.410Z Downloaded zerofrom v0.1.8
12582026-06-15T03:28:51.410Z Downloaded tabled v0.15.0
12592026-06-15T03:28:51.414Z Downloaded slog-term v2.9.2
12602026-06-15T03:28:51.417Z Downloaded regress v0.11.1
12612026-06-15T03:28:51.420Z Downloaded structmeta v0.3.0
12622026-06-15T03:28:51.424Z Downloaded regress v0.10.5
12632026-06-15T03:28:51.427Z Downloaded rhai v1.25.1
12642026-06-15T03:28:51.434Z Downloaded time-core v0.1.8
12652026-06-15T03:28:51.438Z Downloaded regex-syntax v0.8.10
12662026-06-15T03:28:51.438Z Downloaded hickory-proto v0.24.4
12672026-06-15T03:28:51.444Z Downloaded tabled_derive v0.11.0
12682026-06-15T03:28:51.451Z Downloaded tabled v0.21.0
12692026-06-15T03:28:51.461Z Downloaded tokio-dtrace v0.1.1
12702026-06-15T03:28:51.466Z Downloaded hickory-proto v0.25.2
12712026-06-15T03:28:51.472Z Downloaded sled v0.34.7
12722026-06-15T03:28:51.477Z Downloaded zone_cfg_derive v0.3.1
12732026-06-15T03:28:51.485Z Downloaded smoltcp v0.11.0
12742026-06-15T03:28:51.509Z Downloaded zerocopy v0.8.50
12752026-06-15T03:28:51.531Z Downloaded yansi v1.0.1
12762026-06-15T03:28:51.534Z Downloaded petgraph v0.6.5
12772026-06-15T03:28:51.559Z Downloaded winnow v0.5.40
12782026-06-15T03:28:51.563Z Downloaded csv v1.4.0
12792026-06-15T03:28:51.574Z Downloaded chrono-tz v0.10.4
12802026-06-15T03:28:51.587Z Downloaded sha3 v0.10.9
12812026-06-15T03:28:51.600Z Downloaded typify-impl v0.4.3
12822026-06-15T03:28:51.646Z Downloaded lzma-sys v0.1.20
12832026-06-15T03:28:51.661Z Downloaded jiff v0.2.28
12842026-06-15T03:28:51.671Z Downloaded typify-impl v0.6.2
12852026-06-15T03:28:51.712Z Downloaded encoding_rs v0.8.35
12862026-06-15T03:28:52.296Z Downloaded aws-lc-sys v0.41.0
12872026-06-15T03:28:53.190Z Compiling proc-macro2 v1.0.106
12882026-06-15T03:28:53.190Z Compiling quote v1.0.45
12892026-06-15T03:28:53.190Z Compiling unicode-ident v1.0.24
12902026-06-15T03:28:53.190Z Compiling serde_core v1.0.228
12912026-06-15T03:28:53.193Z Compiling cfg-if v1.0.4
12922026-06-15T03:28:53.193Z Compiling serde v1.0.228
12932026-06-15T03:28:53.193Z Compiling libc v0.2.186
12942026-06-15T03:28:53.193Z Compiling memchr v2.8.1
12952026-06-15T03:28:53.357Z Compiling itoa v1.0.18
12962026-06-15T03:28:53.535Z Compiling zmij v1.0.21
12972026-06-15T03:28:53.629Z Compiling autocfg v1.5.1
12982026-06-15T03:28:53.655Z Compiling libm v0.2.16
12992026-06-15T03:28:53.970Z Compiling stable_deref_trait v1.2.1
13002026-06-15T03:28:53.991Z Compiling writeable v0.6.3
13012026-06-15T03:28:54.039Z Compiling litemap v0.8.2
13022026-06-15T03:28:54.125Z Compiling utf8_iter v1.0.4
13032026-06-15T03:28:54.138Z Compiling icu_normalizer_data v2.2.0
13042026-06-15T03:28:54.191Z Compiling percent-encoding v2.3.2
13052026-06-15T03:28:54.225Z Compiling icu_properties_data v2.2.0
13062026-06-15T03:28:54.263Z Compiling iana-time-zone v0.1.65
13072026-06-15T03:28:54.406Z Compiling syn v2.0.117
13082026-06-15T03:28:54.521Z Compiling version_check v0.9.5
13092026-06-15T03:28:54.546Z Compiling form_urlencoded v1.2.2
13102026-06-15T03:28:54.603Z Compiling serde_json v1.0.150
13112026-06-15T03:28:54.672Z Compiling equivalent v1.0.2
13122026-06-15T03:28:54.691Z Compiling pin-project-lite v0.2.17
13132026-06-15T03:28:54.724Z Compiling dyn-clone v1.0.20
13142026-06-15T03:28:54.757Z Compiling num-traits v0.2.19
13152026-06-15T03:28:54.783Z Compiling scopeguard v1.2.0
13162026-06-15T03:28:54.796Z Compiling parking_lot_core v0.9.12
13172026-06-15T03:28:54.867Z Compiling lock_api v0.4.14
13182026-06-15T03:28:54.881Z Compiling thiserror v2.0.18
13192026-06-15T03:28:54.892Z Compiling getrandom v0.4.2
13202026-06-15T03:28:55.141Z Compiling rand_core v0.10.1
13212026-06-15T03:28:55.155Z Compiling errno v0.3.14
13222026-06-15T03:28:55.194Z Compiling hashbrown v0.17.1
13232026-06-15T03:28:55.248Z Compiling zerocopy v0.8.50
13242026-06-15T03:28:55.271Z Compiling heck v0.5.0
13252026-06-15T03:28:55.432Z Compiling semver v1.0.28
13262026-06-15T03:28:55.580Z Compiling futures-core v0.3.32
13272026-06-15T03:28:55.710Z Compiling indexmap v2.14.0
13282026-06-15T03:28:55.740Z Compiling uuid v1.23.2
13292026-06-15T03:28:55.760Z Compiling rustversion v1.0.22
13302026-06-15T03:28:55.778Z Compiling schemars v0.8.22
13312026-06-15T03:28:55.801Z Compiling futures-sink v0.3.32
13322026-06-15T03:28:55.903Z Compiling fnv v1.0.7
13332026-06-15T03:28:56.000Z Compiling slab v0.4.12
13342026-06-15T03:28:56.048Z Compiling jobserver v0.1.34
13352026-06-15T03:28:56.181Z Compiling find-msvc-tools v0.1.9
13362026-06-15T03:28:56.184Z Compiling shlex v2.0.1
13372026-06-15T03:28:56.361Z Compiling cc v1.2.63
13382026-06-15T03:28:56.374Z Compiling futures-channel v0.3.32
13392026-06-15T03:28:56.378Z Compiling bitflags v2.12.1
13402026-06-15T03:28:56.414Z Compiling socket2 v0.6.4
13412026-06-15T03:28:56.596Z Compiling futures-task v0.3.32
13422026-06-15T03:28:56.617Z Compiling futures-io v0.3.32
13432026-06-15T03:28:56.630Z Compiling signal-hook-registry v1.4.8
13442026-06-15T03:28:56.757Z Compiling mio v1.2.1
13452026-06-15T03:28:56.769Z Compiling portable-atomic v1.13.1
13462026-06-15T03:28:56.772Z Compiling critical-section v1.2.0
13472026-06-15T03:28:56.790Z Compiling log v0.4.32
13482026-06-15T03:28:56.873Z Compiling dunce v1.0.5
13492026-06-15T03:28:56.884Z Compiling fs_extra v1.3.0
13502026-06-15T03:28:56.965Z Compiling base64 v0.22.1
13512026-06-15T03:28:56.976Z Compiling typenum v1.20.1
13522026-06-15T03:28:57.129Z Compiling cmake v0.1.58
13532026-06-15T03:28:57.146Z Compiling regex-syntax v0.8.10
13542026-06-15T03:28:57.232Z Compiling synstructure v0.13.2
13552026-06-15T03:28:57.264Z Compiling serde_derive_internals v0.29.1
13562026-06-15T03:28:57.463Z Compiling byteorder v1.5.0
13572026-06-15T03:28:57.624Z Compiling aws-lc-sys v0.41.0
13582026-06-15T03:28:57.685Z Compiling subtle v2.6.1
13592026-06-15T03:28:57.721Z Compiling rustix v1.1.4
13602026-06-15T03:28:57.747Z Compiling once_cell v1.21.4
13612026-06-15T03:28:57.843Z Compiling strsim v0.11.1
13622026-06-15T03:28:57.854Z Compiling atomic-waker v1.1.2
13632026-06-15T03:28:57.956Z Compiling ipnet v2.12.0
13642026-06-15T03:28:57.975Z Compiling httparse v1.10.1
13652026-06-15T03:28:57.989Z Compiling tower-service v0.3.3
13662026-06-15T03:28:58.079Z Compiling thiserror v1.0.69
13672026-06-15T03:28:58.235Z Compiling tower-layer v0.3.3
13682026-06-15T03:28:58.279Z Compiling try-lock v0.2.5
13692026-06-15T03:28:58.384Z Compiling getrandom v0.3.4
13702026-06-15T03:28:58.395Z Compiling ucd-trie v0.1.7
13712026-06-15T03:28:58.424Z Compiling serde_derive v1.0.228
13722026-06-15T03:28:58.483Z Compiling zerofrom-derive v0.1.7
13732026-06-15T03:28:58.493Z Compiling yoke-derive v0.8.2
13742026-06-15T03:28:58.569Z Compiling zerovec-derive v0.11.3
13752026-06-15T03:28:58.666Z Compiling displaydoc v0.2.6
13762026-06-15T03:28:58.682Z Compiling schemars_derive v0.8.22
13772026-06-15T03:28:58.712Z Compiling thiserror-impl v2.0.18
13782026-06-15T03:28:59.467Z Compiling tokio-macros v2.7.0
13792026-06-15T03:28:59.573Z Compiling zerocopy-derive v0.8.50
13802026-06-15T03:28:59.725Z Compiling zerofrom v0.1.8
13812026-06-15T03:28:59.736Z Compiling zeroize_derive v1.4.3
13822026-06-15T03:28:59.774Z Compiling futures-macro v0.3.32
13832026-06-15T03:28:59.846Z Compiling yoke v0.8.3
13842026-06-15T03:29:00.007Z Compiling zerovec v0.11.6
13852026-06-15T03:29:00.030Z Compiling zerotrie v0.2.4
13862026-06-15T03:29:00.326Z Compiling thiserror-impl v1.0.69
13872026-06-15T03:29:00.366Z Compiling ryu v1.0.23
13882026-06-15T03:29:00.457Z Compiling zeroize v1.8.2
13892026-06-15T03:29:00.539Z Compiling tinystr v0.8.3
13902026-06-15T03:29:00.551Z Compiling potential_utf v0.1.5
13912026-06-15T03:29:00.621Z Compiling futures-util v0.3.32
13922026-06-15T03:29:00.621Z Compiling untrusted v0.9.0
13932026-06-15T03:29:00.705Z Compiling icu_locale_core v2.2.0
13942026-06-15T03:29:00.736Z Compiling icu_collections v2.2.0
13952026-06-15T03:29:00.764Z Compiling pest v2.8.6
13962026-06-15T03:29:01.263Z Compiling want v0.3.1
13972026-06-15T03:29:01.429Z Compiling icu_provider v2.2.0
13982026-06-15T03:29:01.591Z Compiling bytes v1.11.1
13992026-06-15T03:29:01.658Z Compiling smallvec v1.15.1
14002026-06-15T03:29:01.749Z Compiling icu_properties v2.2.0
14012026-06-15T03:29:01.773Z Compiling chrono v0.4.45
14022026-06-15T03:29:01.887Z Compiling icu_normalizer v2.2.0
14032026-06-15T03:29:02.222Z Compiling parking_lot v0.12.5
14042026-06-15T03:29:02.301Z Compiling http v1.4.1
14052026-06-15T03:29:02.462Z Compiling tokio v1.52.3
14062026-06-15T03:29:02.620Z Compiling idna_adapter v1.2.2
14072026-06-15T03:29:02.767Z Compiling idna v1.1.0
14082026-06-15T03:29:02.877Z Compiling serde_tokenstream v0.2.3
14092026-06-15T03:29:02.910Z Compiling erased-serde v0.3.31
14102026-06-15T03:29:03.155Z Compiling url v2.5.8
14112026-06-15T03:29:03.239Z Compiling http-body v1.0.1
14122026-06-15T03:29:03.269Z Compiling httpdate v1.0.3
14132026-06-15T03:29:03.384Z Compiling pest_meta v2.8.6
14142026-06-15T03:29:03.384Z Compiling getrandom v0.2.17
14152026-06-15T03:29:03.509Z Compiling plain v0.2.3
14162026-06-15T03:29:03.530Z Compiling rand_core v0.6.4
14172026-06-15T03:29:03.570Z Compiling pretty-hex v0.4.2
14182026-06-15T03:29:03.613Z Compiling slog v2.8.2
14192026-06-15T03:29:03.752Z Compiling ppv-lite86 v0.2.21
14202026-06-15T03:29:03.877Z Compiling foldhash v0.2.0
14212026-06-15T03:29:03.883Z Compiling allocator-api2 v0.2.21
14222026-06-15T03:29:04.013Z Compiling pest_generator v2.8.6
14232026-06-15T03:29:04.080Z Compiling tracing-attributes v0.1.31
14242026-06-15T03:29:04.184Z Compiling hashbrown v0.16.1
14252026-06-15T03:29:04.522Z Compiling ipnetwork v0.21.1
14262026-06-15T03:29:04.656Z Compiling tracing-core v0.1.36
14272026-06-15T03:29:04.705Z Compiling pest_derive v2.8.6
14282026-06-15T03:29:04.829Z Compiling oxnet v0.1.6
14292026-06-15T03:29:04.962Z Compiling http-body-util v0.1.3
14302026-06-15T03:29:05.171Z Compiling serde_urlencoded v0.7.1
14312026-06-15T03:29:05.201Z Compiling aho-corasick v1.1.4
14322026-06-15T03:29:05.265Z Compiling paste v1.0.15
14332026-06-15T03:29:05.277Z Compiling sync_wrapper v1.0.2
14342026-06-15T03:29:05.296Z Compiling ident_case v1.0.1
14352026-06-15T03:29:05.366Z Compiling tracing v0.1.44
14362026-06-15T03:29:05.378Z Compiling omicron-workspace-hack v0.1.0
14372026-06-15T03:29:05.408Z Compiling winnow v1.0.3
14382026-06-15T03:29:05.607Z Compiling num-conv v0.2.2
14392026-06-15T03:29:05.627Z Compiling time-core v0.1.8
14402026-06-15T03:29:05.652Z Compiling powerfmt v0.2.0
14412026-06-15T03:29:05.763Z Compiling time-macros v0.2.27
14422026-06-15T03:29:05.857Z Compiling deranged v0.5.8
14432026-06-15T03:29:05.976Z Compiling scroll_derive v0.13.1
14442026-06-15T03:29:06.122Z Compiling regex-automata v0.4.14
14452026-06-15T03:29:06.729Z Compiling num_threads v0.1.7
14462026-06-15T03:29:06.804Z Compiling anyhow v1.0.102
14472026-06-15T03:29:06.817Z Compiling scroll v0.13.0
14482026-06-15T03:29:06.827Z Compiling tokio-util v0.7.18
14492026-06-15T03:29:07.331Z Compiling daft-derive v0.1.7
14502026-06-15T03:29:07.546Z Compiling aws-lc-rs v1.17.0
14512026-06-15T03:29:07.675Z Compiling fastrand v2.4.1
14522026-06-15T03:29:07.759Z Compiling regex v1.12.3
14532026-06-15T03:29:07.932Z Compiling rustls-pki-types v1.14.1
14542026-06-15T03:29:08.089Z Compiling async-trait v0.1.89
14552026-06-15T03:29:08.218Z Compiling openssl-probe v0.2.1
14562026-06-15T03:29:08.401Z Compiling untrusted v0.7.1
14572026-06-15T03:29:08.412Z Compiling crossbeam-utils v0.8.21
14582026-06-15T03:29:08.531Z Compiling hex v0.4.3
14592026-06-15T03:29:08.614Z Compiling usdt-impl v0.6.0
14602026-06-15T03:29:08.699Z Compiling rustls v0.23.40
14612026-06-15T03:29:08.882Z Compiling h2 v0.4.14
14622026-06-15T03:29:08.904Z Compiling goblin v0.10.7
14632026-06-15T03:29:08.917Z Compiling dtrace-parser v0.3.0
14642026-06-15T03:29:08.917Z Compiling thread_local v1.1.9
14652026-06-15T03:29:09.056Z Compiling camino v1.2.2
14662026-06-15T03:29:09.185Z Compiling thread-id v5.1.0
14672026-06-15T03:29:09.246Z Compiling crc32fast v1.5.0
14682026-06-15T03:29:09.264Z Compiling slog-async v2.8.0
14692026-06-15T03:29:09.621Z Compiling rand_core v0.9.5
14702026-06-15T03:29:09.654Z Compiling futures-executor v0.3.32
14712026-06-15T03:29:09.835Z Compiling match_cfg v0.1.0
14722026-06-15T03:29:09.838Z Compiling term v1.2.1
14732026-06-15T03:29:09.903Z Compiling take_mut v0.2.2
14742026-06-15T03:29:09.935Z Compiling futures v0.3.32
14752026-06-15T03:29:10.084Z Compiling structmeta-derive v0.3.0
14762026-06-15T03:29:10.442Z Compiling simd-adler32 v0.3.9
14772026-06-15T03:29:10.545Z Compiling adler2 v2.0.1
14782026-06-15T03:29:10.641Z Compiling syn v1.0.109
14792026-06-15T03:29:10.675Z Compiling cpufeatures v0.3.0
14802026-06-15T03:29:10.747Z Compiling miniz_oxide v0.8.9
14812026-06-15T03:29:10.983Z Compiling hyper v1.10.1
14822026-06-15T03:29:11.146Z Compiling structmeta v0.3.0
14832026-06-15T03:29:11.214Z Compiling rand_chacha v0.9.0
14842026-06-15T03:29:11.401Z Compiling darling_core v0.23.0
14852026-06-15T03:29:11.533Z Compiling newtype-uuid-macros v0.1.0
14862026-06-15T03:29:11.643Z Compiling hybrid-array v0.4.12
14872026-06-15T03:29:11.755Z Compiling dof v0.4.0
14882026-06-15T03:29:12.096Z Compiling hyper-util v0.1.20
14892026-06-15T03:29:12.345Z Compiling rand v0.9.4
14902026-06-15T03:29:13.079Z Compiling flate2 v1.1.9
14912026-06-15T03:29:13.219Z Compiling newtype-uuid v1.3.2
14922026-06-15T03:29:13.451Z Compiling darling_macro v0.23.0
14932026-06-15T03:29:13.490Z Compiling compression-core v0.4.32
14942026-06-15T03:29:13.560Z Compiling ref-cast v1.0.25
14952026-06-15T03:29:13.646Z Compiling quick-error v1.2.3
14962026-06-15T03:29:13.748Z Compiling compression-codecs v0.4.38
14972026-06-15T03:29:13.763Z Compiling daft v0.1.7
14982026-06-15T03:29:13.908Z Compiling usdt-macro v0.6.0
14992026-06-15T03:29:13.926Z Compiling usdt-attr-macro v0.6.0
15002026-06-15T03:29:13.997Z Compiling block-buffer v0.12.0
15012026-06-15T03:29:14.019Z Compiling crypto-common v0.2.2
15022026-06-15T03:29:14.033Z Compiling darling v0.23.0
15032026-06-15T03:29:14.113Z Compiling time v0.3.47
15042026-06-15T03:29:14.147Z Compiling tower v0.5.3
15052026-06-15T03:29:15.008Z Compiling ref-cast-impl v1.0.25
15062026-06-15T03:29:15.039Z Compiling strum_macros v0.26.4
15072026-06-15T03:29:15.155Z Compiling serde_spanned v1.1.1
15082026-06-15T03:29:15.307Z Compiling generic-array v0.14.7
15092026-06-15T03:29:15.476Z Compiling multer v3.1.0
15102026-06-15T03:29:15.548Z Compiling debug-ignore v1.0.5
15112026-06-15T03:29:15.629Z Compiling bit-vec v0.8.0
15122026-06-15T03:29:15.650Z Compiling toml_writer v1.1.1+spec-1.1.0
15132026-06-15T03:29:15.714Z Compiling const-oid v0.10.2
15142026-06-15T03:29:15.857Z Compiling digest v0.11.3
15152026-06-15T03:29:15.857Z Compiling bit-set v0.8.0
15162026-06-15T03:29:15.972Z Compiling tower-http v0.6.11
15172026-06-15T03:29:16.013Z Compiling serde_with_macros v3.20.0
15182026-06-15T03:29:16.013Z Compiling crossbeam-channel v0.5.15
15192026-06-15T03:29:16.019Z Compiling openapiv3 v2.2.0
15202026-06-15T03:29:16.259Z Compiling async-stream-impl v0.3.6
15212026-06-15T03:29:16.381Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15222026-06-15T03:29:16.483Z Compiling dropshot v0.17.1
15232026-06-15T03:29:16.659Z Compiling strum v0.26.3
15242026-06-15T03:29:16.720Z Compiling encoding_rs v0.8.35
15252026-06-15T03:29:16.785Z Compiling spin v0.9.8
15262026-06-15T03:29:16.867Z Compiling mime v0.3.17
15272026-06-15T03:29:16.896Z Compiling unarray v0.1.4
15282026-06-15T03:29:17.002Z Compiling async-stream v0.3.6
15292026-06-15T03:29:17.125Z Compiling sha1 v0.11.0
15302026-06-15T03:29:17.155Z Compiling derive-ex v0.1.8
15312026-06-15T03:29:17.174Z Compiling rustls-native-certs v0.8.4
15322026-06-15T03:29:17.364Z Compiling dropshot_endpoint v0.17.1
15332026-06-15T03:29:17.518Z Compiling macaddr v1.0.1
15342026-06-15T03:29:17.624Z Compiling waitgroup v0.1.2
15352026-06-15T03:29:17.634Z Compiling serde_path_to_error v0.1.20
15362026-06-15T03:29:17.984Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15372026-06-15T03:29:18.081Z Compiling tempfile v3.27.0
15382026-06-15T03:29:18.224Z Compiling strum_macros v0.27.2
15392026-06-15T03:29:18.248Z Compiling is-terminal v0.4.17
15402026-06-15T03:29:18.343Z Compiling instant v0.1.13
15412026-06-15T03:29:18.368Z Compiling slog-term v2.9.2
15422026-06-15T03:29:18.583Z Compiling slog-json v2.6.1
15432026-06-15T03:29:18.714Z Compiling test-strategy v0.4.5
15442026-06-15T03:29:18.789Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15452026-06-15T03:29:18.977Z Compiling hostname v0.3.1
15462026-06-15T03:29:18.997Z Compiling memmap2 v0.9.10
15472026-06-15T03:29:19.010Z Compiling either v1.16.0
15482026-06-15T03:29:19.110Z Compiling slog-bunyan v2.5.0
15492026-06-15T03:29:19.210Z Compiling crypto-common v0.1.7
15502026-06-15T03:29:19.243Z Compiling parse-display-derive v0.10.0
15512026-06-15T03:29:19.341Z Compiling backon v1.6.0
15522026-06-15T03:29:19.400Z Compiling rand_chacha v0.3.1
15532026-06-15T03:29:19.891Z Compiling rand v0.8.6
15542026-06-15T03:29:19.916Z Compiling toml_parser v1.1.2+spec-1.1.0
15552026-06-15T03:29:19.971Z Compiling regress v0.10.5
15562026-06-15T03:29:20.105Z Compiling strum v0.27.2
15572026-06-15T03:29:20.141Z Compiling toml_datetime v1.1.1+spec-1.1.0
15582026-06-15T03:29:20.235Z Compiling wait-timeout v0.2.1
15592026-06-15T03:29:20.585Z Compiling rusty-fork v0.3.1
15602026-06-15T03:29:20.618Z Compiling toml v1.1.2+spec-1.1.0
15612026-06-15T03:29:20.903Z Compiling serde_with v3.20.0
15622026-06-15T03:29:20.962Z Compiling async-compression v0.4.42
15632026-06-15T03:29:21.268Z Compiling rand_xorshift v0.4.0
15642026-06-15T03:29:21.418Z Compiling rustls-pemfile v2.2.0
15652026-06-15T03:29:21.611Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15662026-06-15T03:29:22.153Z Compiling hostname v0.4.2
15672026-06-15T03:29:22.294Z Compiling humantime v2.3.0
15682026-06-15T03:29:22.402Z Compiling proptest v1.11.0
15692026-06-15T03:29:22.566Z Compiling usdt v0.6.0
15702026-06-15T03:29:22.647Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15712026-06-15T03:29:22.783Z Compiling itertools v0.14.0
15722026-06-15T03:29:22.811Z Compiling iddqd v0.4.2
15732026-06-15T03:29:23.060Z Compiling utf8parse v0.2.2
15742026-06-15T03:29:23.170Z Compiling anstyle-parse v1.0.0
15752026-06-15T03:29:23.203Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15762026-06-15T03:29:23.351Z Compiling block-buffer v0.10.4
15772026-06-15T03:29:23.444Z Compiling reqwest v0.12.28
15782026-06-15T03:29:23.997Z Compiling anstyle v1.0.14
15792026-06-15T03:29:24.034Z Compiling colorchoice v1.0.5
15802026-06-15T03:29:24.072Z Compiling is_terminal_polyfill v1.70.2
15812026-06-15T03:29:24.144Z Compiling anstyle-query v1.1.5
15822026-06-15T03:29:24.159Z Compiling digest v0.10.7
15832026-06-15T03:29:24.217Z Compiling anstream v1.0.0
15842026-06-15T03:29:24.247Z Compiling parse-display v0.10.0
15852026-06-15T03:29:24.250Z Compiling backoff v0.4.0
15862026-06-15T03:29:24.374Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15872026-06-15T03:29:24.460Z Compiling progenitor-client v0.10.0
15882026-06-15T03:29:24.569Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15892026-06-15T03:29:24.989Z Compiling unicode-width v0.2.2
15902026-06-15T03:29:25.072Z Compiling clap_lex v1.1.0
15912026-06-15T03:29:25.569Z Compiling regress v0.11.1
15922026-06-15T03:29:25.981Z Compiling clap_derive v4.6.1
15932026-06-15T03:29:26.230Z Compiling terminal_size v0.4.4
15942026-06-15T03:29:27.137Z Compiling typify-impl v0.6.2
15952026-06-15T03:29:27.659Z Compiling clap_builder v4.6.0
15962026-06-15T03:29:27.775Z Compiling toml_datetime v0.6.11
15972026-06-15T03:29:28.043Z Compiling zerocopy-derive v0.7.35
15982026-06-15T03:29:28.169Z Compiling cpufeatures v0.2.17
15992026-06-15T03:29:28.242Z Compiling convert_case v0.4.0
16002026-06-15T03:29:28.909Z Compiling zerocopy v0.7.35
16012026-06-15T03:29:28.925Z Compiling derive_more v0.99.20
16022026-06-15T03:29:29.378Z Compiling clap v4.6.1
16032026-06-15T03:29:30.374Z Compiling secrecy v0.10.3
16042026-06-15T03:29:30.507Z Compiling tinyvec_macros v0.1.1
16052026-06-15T03:29:30.577Z Compiling crucible-workspace-hack v0.1.0
16062026-06-15T03:29:30.757Z Compiling float-ord v0.3.2
16072026-06-15T03:29:30.785Z Compiling tinyvec v1.11.0
16082026-06-15T03:29:31.208Z Compiling dtrace-parser v0.2.0
16092026-06-15T03:29:31.274Z Compiling scroll_derive v0.12.1
16102026-06-15T03:29:31.287Z Compiling num-integer v0.1.46
16112026-06-15T03:29:31.410Z Compiling rustc_version v0.4.1
16122026-06-15T03:29:31.448Z Compiling usdt-impl v0.5.0
16132026-06-15T03:29:31.677Z Compiling curve25519-dalek v4.1.3
16142026-06-15T03:29:31.978Z Compiling dof v0.3.0
16152026-06-15T03:29:31.989Z Compiling scroll v0.12.0
16162026-06-15T03:29:32.302Z Compiling hmac v0.12.1
16172026-06-15T03:29:32.312Z Compiling toml_edit v0.25.12+spec-1.1.0
16182026-06-15T03:29:32.315Z Compiling inout v0.1.4
16192026-06-15T03:29:32.404Z Compiling darling_core v0.21.3
16202026-06-15T03:29:32.435Z Compiling ff v0.13.1
16212026-06-15T03:29:32.489Z Compiling thread-id v4.2.2
16222026-06-15T03:29:32.560Z Compiling static_assertions v1.1.0
16232026-06-15T03:29:32.572Z Compiling unsafe-libyaml v0.2.11
16242026-06-15T03:29:33.013Z Compiling proc-macro-crate v3.5.0
16252026-06-15T03:29:33.211Z Compiling serde_yaml v0.9.34+deprecated
16262026-06-15T03:29:33.224Z Compiling group v0.13.0
16272026-06-15T03:29:33.272Z Compiling cipher v0.4.4
16282026-06-15T03:29:33.329Z Compiling hkdf v0.12.4
16292026-06-15T03:29:33.420Z Compiling typify-macro v0.6.2
16302026-06-15T03:29:33.483Z Compiling goblin v0.8.2
16312026-06-15T03:29:34.206Z Compiling num-rational v0.4.2
16322026-06-15T03:29:34.442Z Compiling num-iter v0.1.45
16332026-06-15T03:29:34.489Z Compiling darling_macro v0.21.3
16342026-06-15T03:29:34.590Z Compiling universal-hash v0.5.1
16352026-06-15T03:29:34.654Z Compiling crypto-bigint v0.5.5
16362026-06-15T03:29:34.723Z Compiling hubpack_derive v0.1.1
16372026-06-15T03:29:34.864Z Compiling thiserror-impl-no-std v2.0.2
16382026-06-15T03:29:35.094Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16392026-06-15T03:29:35.416Z Compiling crossbeam-epoch v0.9.18
16402026-06-15T03:29:35.498Z Compiling typify v0.6.2
16412026-06-15T03:29:35.693Z Compiling half v2.7.1
16422026-06-15T03:29:35.751Z Compiling curve25519-dalek-derive v0.1.1
16432026-06-15T03:29:35.766Z Compiling num-complex v0.4.6
16442026-06-15T03:29:36.059Z Compiling memoffset v0.9.1
16452026-06-15T03:29:36.062Z Compiling opaque-debug v0.3.1
16462026-06-15T03:29:36.136Z Compiling base16ct v0.2.0
16472026-06-15T03:29:36.148Z Compiling base64ct v1.8.3
16482026-06-15T03:29:36.203Z Compiling ciborium-io v0.2.2
16492026-06-15T03:29:36.294Z Compiling heck v0.4.1
16502026-06-15T03:29:36.294Z Compiling cfg_aliases v0.2.1
16512026-06-15T03:29:36.369Z Compiling nix v0.31.3
16522026-06-15T03:29:36.408Z Compiling password-hash v0.5.0
16532026-06-15T03:29:36.437Z Compiling ciborium-ll v0.2.2
16542026-06-15T03:29:36.498Z Compiling elliptic-curve v0.13.8
16552026-06-15T03:29:36.755Z Compiling poly1305 v0.8.0
16562026-06-15T03:29:36.766Z Compiling num v0.4.3
16572026-06-15T03:29:36.890Z Compiling thiserror-no-std v2.0.2
16582026-06-15T03:29:37.111Z Compiling hubpack v0.1.2
16592026-06-15T03:29:37.156Z Compiling darling v0.21.3
16602026-06-15T03:29:37.455Z Compiling chacha20 v0.9.1
16612026-06-15T03:29:37.543Z Compiling num_enum_derive v0.7.6
16622026-06-15T03:29:37.665Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16632026-06-15T03:29:37.867Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16642026-06-15T03:29:38.348Z Compiling blake2 v0.10.6
16652026-06-15T03:29:38.481Z Compiling aead v0.5.2
16662026-06-15T03:29:38.561Z Compiling byte-wrapper v0.1.0
16672026-06-15T03:29:38.574Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16682026-06-15T03:29:38.633Z Compiling proc-macro-error-attr v1.0.4
16692026-06-15T03:29:38.883Z Compiling heapless v0.8.0
16702026-06-15T03:29:38.883Z Compiling rustix v0.38.44
16712026-06-15T03:29:38.911Z Compiling prettyplease v0.2.37
16722026-06-15T03:29:39.007Z Compiling keccak v0.1.6
16732026-06-15T03:29:39.238Z Compiling sha3 v0.10.9
16742026-06-15T03:29:39.373Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16752026-06-15T03:29:39.608Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16762026-06-15T03:29:39.943Z Compiling chacha20poly1305 v0.10.1
16772026-06-15T03:29:40.073Z Compiling num_enum v0.7.6
16782026-06-15T03:29:40.076Z Compiling argon2 v0.5.3
16792026-06-15T03:29:40.341Z Compiling ingot-macros v0.1.1
16802026-06-15T03:29:40.414Z Compiling vsss-rs v3.3.4
16812026-06-15T03:29:40.600Z Compiling ciborium v0.2.2
16822026-06-15T03:29:41.160Z Compiling usdt-attr-macro v0.5.0
16832026-06-15T03:29:41.180Z Compiling usdt-macro v0.5.0
16842026-06-15T03:29:41.682Z Compiling tabwriter v1.4.1
16852026-06-15T03:29:42.031Z Compiling serde_spanned v0.6.9
16862026-06-15T03:29:42.121Z Compiling enum-as-inner v0.6.1
16872026-06-15T03:29:42.173Z Compiling num-derive v0.4.2
16882026-06-15T03:29:42.404Z Compiling hash32 v0.3.1
16892026-06-15T03:29:42.560Z Compiling proc-macro-error v1.0.4
16902026-06-15T03:29:42.716Z Compiling memmap v0.7.0
16912026-06-15T03:29:42.765Z Compiling winnow v0.7.15
16922026-06-15T03:29:42.905Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16932026-06-15T03:29:42.915Z Compiling smoltcp v0.11.0
16942026-06-15T03:29:43.060Z Compiling winnow v0.5.40
16952026-06-15T03:29:43.137Z Compiling toml_write v0.1.2
16962026-06-15T03:29:43.152Z Compiling indent_write v2.2.0
16972026-06-15T03:29:43.155Z Compiling data-encoding v2.11.0
16982026-06-15T03:29:43.293Z Compiling ingot-types v0.1.2
16992026-06-15T03:29:43.309Z Compiling usdt v0.5.0
17002026-06-15T03:29:43.647Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17012026-06-15T03:29:43.682Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17022026-06-15T03:29:43.779Z Compiling rustls-webpki v0.103.13
17032026-06-15T03:29:44.082Z Compiling toml_edit v0.22.27
17042026-06-15T03:29:44.236Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17052026-06-15T03:29:44.549Z Compiling toml_edit v0.19.15
17062026-06-15T03:29:45.475Z Compiling cobs v0.3.0
17072026-06-15T03:29:45.679Z Compiling serde_repr v0.1.20
17082026-06-15T03:29:45.763Z Compiling bitflags v1.3.2
17092026-06-15T03:29:45.840Z Compiling managed v0.8.0
17102026-06-15T03:29:45.906Z Compiling colored v3.1.1
17112026-06-15T03:29:46.057Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17122026-06-15T03:29:46.286Z Compiling pkg-config v0.3.33
17132026-06-15T03:29:46.289Z Compiling vcpkg v0.2.15
17142026-06-15T03:29:46.310Z Compiling bytecount v0.6.9
17152026-06-15T03:29:46.568Z Compiling proc-macro-crate v1.3.1
17162026-06-15T03:29:46.734Z Compiling postcard v1.1.3
17172026-06-15T03:29:46.846Z Compiling openssl-sys v0.9.116
17182026-06-15T03:29:46.903Z Compiling toml v0.8.23
17192026-06-15T03:29:47.383Z Compiling tokio-rustls v0.26.4
17202026-06-15T03:29:47.398Z Compiling rustls-platform-verifier v0.7.0
17212026-06-15T03:29:47.628Z Compiling hyper-rustls v0.27.9
17222026-06-15T03:29:47.854Z Compiling reqwest v0.13.4
17232026-06-15T03:29:48.604Z Compiling ingot v0.1.1
17242026-06-15T03:29:48.820Z Compiling progenitor-impl v0.13.0
17252026-06-15T03:29:49.567Z Compiling progenitor-client v0.14.0
17262026-06-15T03:29:49.881Z Compiling progenitor-extras v0.2.0
17272026-06-15T03:29:50.523Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17282026-06-15T03:29:50.550Z Compiling foreign-types-macros v0.2.3
17292026-06-15T03:29:50.670Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17302026-06-15T03:29:51.222Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17312026-06-15T03:29:51.478Z Compiling linked-hash-map v0.5.6
17322026-06-15T03:29:51.672Z Compiling swrite v0.1.0
17332026-06-15T03:29:51.771Z Compiling resolv-conf v0.7.6
17342026-06-15T03:29:52.126Z Compiling unicode-segmentation v1.13.3
17352026-06-15T03:29:52.159Z Compiling semver v0.1.20
17362026-06-15T03:29:52.387Z Compiling rayon-core v1.13.0
17372026-06-15T03:29:52.422Z Compiling foreign-types-shared v0.3.1
17382026-06-15T03:29:52.492Z Compiling newline-converter v0.3.0
17392026-06-15T03:29:52.517Z Compiling foreign-types v0.5.0
17402026-06-15T03:29:52.548Z Compiling progenitor-macro v0.13.0
17412026-06-15T03:29:52.600Z Compiling rustc_version v0.1.7
17422026-06-15T03:29:52.610Z Compiling lru-cache v0.1.2
17432026-06-15T03:29:52.687Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17442026-06-15T03:29:52.733Z Compiling progenitor-client v0.13.0
17452026-06-15T03:29:52.948Z Compiling num_enum_derive v0.5.11
17462026-06-15T03:29:53.153Z Compiling atomicwrites v0.4.4
17472026-06-15T03:29:53.356Z Compiling hickory-proto v0.24.4
17482026-06-15T03:29:54.458Z Compiling crossbeam-deque v0.8.6
17492026-06-15T03:29:54.691Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17502026-06-15T03:29:54.766Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17512026-06-15T03:29:56.676Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17522026-06-15T03:29:56.704Z Compiling progenitor-impl v0.14.0
17532026-06-15T03:29:56.936Z Compiling console v0.15.11
17542026-06-15T03:29:57.117Z Compiling camino-tempfile v1.4.1
17552026-06-15T03:29:57.563Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17562026-06-15T03:29:57.602Z Compiling chacha20 v0.10.0
17572026-06-15T03:29:57.616Z Compiling serde-big-array v0.5.1
17582026-06-15T03:29:57.617Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17592026-06-15T03:29:57.757Z Compiling pin-project-internal v1.1.13
17602026-06-15T03:29:57.770Z Compiling derive-where v1.6.1
17612026-06-15T03:29:57.859Z Compiling cstr-argument v0.1.2
17622026-06-15T03:29:58.017Z Compiling lazy_static v1.5.0
17632026-06-15T03:29:58.087Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17642026-06-15T03:29:58.119Z Compiling siphasher v1.0.3
17652026-06-15T03:29:58.155Z Compiling minimal-lexical v0.2.1
17662026-06-15T03:29:58.315Z Compiling similar v2.7.0
17672026-06-15T03:29:58.343Z Compiling nom v7.1.3
17682026-06-15T03:29:58.412Z Compiling phf_shared v0.12.1
17692026-06-15T03:29:58.584Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17702026-06-15T03:29:58.704Z Compiling expectorate v1.2.0
17712026-06-15T03:29:58.853Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17722026-06-15T03:29:58.865Z Compiling pin-project v1.1.13
17732026-06-15T03:29:58.964Z Compiling rand v0.10.1
17742026-06-15T03:29:58.966Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17752026-06-15T03:29:59.040Z Compiling progenitor v0.13.0
17762026-06-15T03:29:59.112Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17772026-06-15T03:29:59.174Z Compiling hickory-resolver v0.24.4
17782026-06-15T03:29:59.700Z Compiling num_enum v0.5.11
17792026-06-15T03:29:59.746Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17802026-06-15T03:29:59.820Z Compiling newtype_derive v0.1.6
17812026-06-15T03:30:00.068Z Compiling snafu-derive v0.8.9
17822026-06-15T03:30:00.289Z Compiling progenitor-macro v0.14.0
17832026-06-15T03:30:00.850Z Compiling unicode-normalization v0.1.25
17842026-06-15T03:30:01.316Z Compiling tokio-stream v0.1.18
17852026-06-15T03:30:01.347Z Compiling async-recursion v1.1.1
17862026-06-15T03:30:01.776Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17872026-06-15T03:30:01.816Z Compiling slog-dtrace v0.3.0
17882026-06-15T03:30:01.845Z Compiling bstr v1.12.1
17892026-06-15T03:30:01.857Z Compiling csv-core v0.1.13
17902026-06-15T03:30:02.043Z Compiling cancel-safe-futures v0.1.5
17912026-06-15T03:30:02.057Z Compiling foldhash v0.1.5
17922026-06-15T03:30:02.081Z Compiling openssl v0.10.80
17932026-06-15T03:30:02.116Z Compiling chrono-tz v0.10.4
17942026-06-15T03:30:02.234Z Compiling konst_macro_rules v0.2.19
17952026-06-15T03:30:02.297Z Compiling same-file v1.0.6
17962026-06-15T03:30:02.331Z Compiling highway v1.3.0
17972026-06-15T03:30:02.343Z Compiling unicode-width v0.1.14
17982026-06-15T03:30:02.356Z Compiling owo-colors v4.3.0
17992026-06-15T03:30:02.450Z Compiling foreign-types-shared v0.1.1
18002026-06-15T03:30:02.471Z Compiling unicode-xid v0.2.6
18012026-06-15T03:30:02.497Z Compiling foreign-types v0.3.2
18022026-06-15T03:30:02.571Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-06-15T03:30:02.590Z Compiling const_format_proc_macros v0.2.34
18042026-06-15T03:30:02.613Z Compiling walkdir v2.5.0
18052026-06-15T03:30:02.710Z Compiling konst v0.2.20
18062026-06-15T03:30:02.796Z Compiling globset v0.4.18
18072026-06-15T03:30:02.945Z Compiling hashbrown v0.15.5
18082026-06-15T03:30:02.970Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-06-15T03:30:03.475Z Compiling csv v1.4.0
18102026-06-15T03:30:03.510Z Compiling snafu v0.8.9
18112026-06-15T03:30:03.624Z Compiling qorb v0.4.1
18122026-06-15T03:30:03.646Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-06-15T03:30:03.896Z Compiling olpc-cjson v0.1.4
18142026-06-15T03:30:04.029Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-06-15T03:30:05.336Z Compiling progenitor v0.14.0
18162026-06-15T03:30:05.475Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18172026-06-15T03:30:05.517Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-06-15T03:30:05.793Z Compiling rayon v1.12.0
18192026-06-15T03:30:05.828Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-06-15T03:30:05.849Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18212026-06-15T03:30:05.951Z Compiling phf v0.12.1
18222026-06-15T03:30:06.003Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-06-15T03:30:06.104Z Compiling zone_cfg_derive v0.3.1
18242026-06-15T03:30:06.477Z Compiling tokio-dtrace v0.1.1
18252026-06-15T03:30:06.750Z Compiling itertools v0.12.1
18262026-06-15T03:30:06.820Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18272026-06-15T03:30:06.935Z Compiling libsw-core v0.3.2
18282026-06-15T03:30:07.021Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-06-15T03:30:07.100Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18302026-06-15T03:30:07.270Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18312026-06-15T03:30:07.403Z Compiling serde_plain v1.0.2
18322026-06-15T03:30:07.551Z Compiling openssl-macros v0.1.1
18332026-06-15T03:30:07.606Z Compiling pem v3.0.6
18342026-06-15T03:30:07.618Z Compiling cookie v0.18.1
18352026-06-15T03:30:07.621Z Compiling proc-macro-error-attr2 v2.0.0
18362026-06-15T03:30:07.872Z Compiling sigpipe v0.1.3
18372026-06-15T03:30:07.943Z Compiling jiff v0.2.28
18382026-06-15T03:30:07.962Z Compiling fixedbitset v0.4.2
18392026-06-15T03:30:07.987Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-15T03:30:08.046Z Compiling fixedbitset v0.5.7
18412026-06-15T03:30:08.066Z Compiling typed-path v0.9.3
18422026-06-15T03:30:08.172Z Compiling glob v0.3.3
18432026-06-15T03:30:08.194Z Compiling petgraph v0.6.5
18442026-06-15T03:30:08.235Z Compiling proc-macro-error2 v2.0.1
18452026-06-15T03:30:08.380Z Compiling petgraph v0.8.3
18462026-06-15T03:30:08.552Z Compiling zone v0.3.1
18472026-06-15T03:30:08.625Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18482026-06-15T03:30:09.350Z Compiling tough v0.22.0
18492026-06-15T03:30:09.414Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-06-15T03:30:09.653Z Compiling libsw v3.5.0
18512026-06-15T03:30:09.749Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18522026-06-15T03:30:09.834Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18532026-06-15T03:30:10.002Z Compiling oxide-tokio-rt v0.1.6
18542026-06-15T03:30:10.244Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-15T03:30:11.051Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-06-15T03:30:11.210Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-15T03:30:11.475Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-15T03:30:11.727Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-15T03:30:11.809Z Compiling const_format v0.2.36
18602026-06-15T03:30:12.127Z Compiling papergrid v0.11.0
18612026-06-15T03:30:12.140Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-15T03:30:12.602Z Compiling tabled_derive v0.7.0
18632026-06-15T03:30:12.724Z Compiling gethostname v0.5.0
18642026-06-15T03:30:12.757Z Compiling libscf-sys v1.2.0
18652026-06-15T03:30:12.795Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18662026-06-15T03:30:12.843Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-15T03:30:12.895Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18682026-06-15T03:30:12.962Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-15T03:30:13.086Z Compiling bcs v0.1.6
18702026-06-15T03:30:13.202Z Compiling smf v0.2.3
18712026-06-15T03:30:13.403Z Compiling smawk v0.3.2
18722026-06-15T03:30:13.546Z Compiling whoami v1.6.1
18732026-06-15T03:30:13.559Z Compiling linear-map v1.2.0
18742026-06-15T03:30:13.747Z Compiling crunchy v0.2.4
18752026-06-15T03:30:13.792Z Compiling tagptr v0.2.0
18762026-06-15T03:30:13.803Z Compiling unicode-linebreak v0.1.5
18772026-06-15T03:30:13.867Z Compiling termtree v0.5.1
18782026-06-15T03:30:13.927Z Compiling moka v0.12.15
18792026-06-15T03:30:13.941Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-15T03:30:14.016Z Compiling textwrap v0.16.2
18812026-06-15T03:30:14.040Z Compiling tabled v0.15.0
18822026-06-15T03:30:14.067Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-15T03:30:14.321Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-15T03:30:14.772Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-06-15T03:30:14.924Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-06-15T03:30:15.117Z Compiling steno v0.4.1
18872026-06-15T03:30:16.271Z Compiling tabled_derive v0.11.0
18882026-06-15T03:30:16.845Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-15T03:30:17.020Z Compiling papergrid v0.18.0
18902026-06-15T03:30:17.409Z Compiling hickory-proto v0.25.2
18912026-06-15T03:30:17.683Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
18922026-06-15T03:30:17.784Z Compiling testing_table v0.3.0
18932026-06-15T03:30:17.954Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
18942026-06-15T03:30:18.208Z Compiling tiny-keccak v2.0.2
18952026-06-15T03:30:18.390Z Compiling tabled v0.21.0
18962026-06-15T03:30:18.547Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
18972026-06-15T03:30:18.676Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18982026-06-15T03:30:18.803Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18992026-06-15T03:30:19.040Z Compiling parking_lot_core v0.8.6
19002026-06-15T03:30:19.065Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
19012026-06-15T03:30:19.330Z Compiling hickory-resolver v0.25.2
19022026-06-15T03:30:20.150Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19032026-06-15T03:30:20.936Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-06-15T03:30:21.098Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-06-15T03:30:21.184Z Compiling nom v8.0.0
19062026-06-15T03:30:21.267Z Compiling crc8 v0.1.1
19072026-06-15T03:30:21.387Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19082026-06-15T03:30:21.449Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
19092026-06-15T03:30:21.461Z Compiling const-random-macro v0.1.16
19102026-06-15T03:30:21.638Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19112026-06-15T03:30:21.741Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19122026-06-15T03:30:21.865Z Compiling smartstring v1.0.1
19132026-06-15T03:30:21.926Z Compiling ahash v0.8.12
19142026-06-15T03:30:21.948Z Compiling const-random v0.1.18
19152026-06-15T03:30:22.022Z Compiling parking_lot v0.11.2
19162026-06-15T03:30:22.237Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19172026-06-15T03:30:22.414Z Compiling fxhash v0.2.1
19182026-06-15T03:30:22.437Z Compiling arc-swap v1.9.1
19192026-06-15T03:30:22.449Z Compiling internet-checksum v0.2.1
19202026-06-15T03:30:22.548Z Compiling sled v0.34.7
19212026-06-15T03:30:22.753Z Compiling slog-scope v4.4.1
19222026-06-15T03:30:22.756Z Compiling thin-vec v0.2.18
19232026-06-15T03:30:22.820Z Compiling rhai_codegen v3.2.0
19242026-06-15T03:30:22.989Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19252026-06-15T03:30:23.037Z Compiling slog-stdlog v4.1.1
19262026-06-15T03:30:23.088Z Compiling natord v1.0.9
19272026-06-15T03:30:23.176Z Compiling slog-envlogger v2.2.0
19282026-06-15T03:30:23.260Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19292026-06-15T03:30:23.885Z Compiling rhai v1.25.1
19302026-06-15T03:30:24.641Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19312026-06-15T03:30:28.943Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19322026-06-15T03:30:28.943Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
19332026-06-15T03:30:33.336Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19342026-06-15T03:30:35.133Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19352026-06-15T03:30:36.168Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19362026-06-15T03:30:37.105Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19372026-06-15T03:30:37.877Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19382026-06-15T03:30:39.229Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19392026-06-15T03:30:44.861Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
19402026-06-15T03:31:11.467Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
19412026-06-15T03:31:11.653Z────────────
19422026-06-15T03:31:11.653Z Nextest run ID 31081c2c-e7cf-4d03-895c-92a8d887398d with nextest profile: default
19432026-06-15T03:31:11.653Z Starting 13 tests across 1 binary
19442026-06-15T03:31:11.665Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv4
19452026-06-15T03:31:11.668Z PASS [ 0.011s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_interface
19462026-06-15T03:31:11.668Z PASS [ 0.011s] mgadm::bin/mgadm bgp::tests::test_ipv4_prefix_parsing_in_cli
19472026-06-15T03:31:11.668Z PASS [ 0.011s] mgadm::bin/mgadm mrib::tests::test_status_imported_list_with_af
19482026-06-15T03:31:11.668Z PASS [ 0.011s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv6
19492026-06-15T03:31:11.668Z PASS [ 0.011s] mgadm::bin/mgadm bgp::tests::test_ipv6_prefix_parsing_in_cli
19502026-06-15T03:31:11.668Z PASS [ 0.011s] mgadm::bin/mgadm mrib::tests::test_rpf_set_interval
19512026-06-15T03:31:11.668Z PASS [ 0.012s] mgadm::bin/mgadm mrib::tests::test_status_imported_list_with_origin
19522026-06-15T03:31:11.673Z PASS [ 0.009s] mgadm::bin/mgadm static_routing::tests::test_route_conversion_to_api_types
19532026-06-15T03:31:11.676Z PASS [ 0.010s] mgadm::bin/mgadm mrib::tests::test_status_imported_specific_route
19542026-06-15T03:31:11.676Z PASS [ 0.010s] mgadm::bin/mgadm mrib::tests::test_status_selected_list_all
19552026-06-15T03:31:11.676Z PASS [ 0.009s] mgadm::bin/mgadm mrib::tests::test_status_selected_specific_route_ipv6
19562026-06-15T03:31:11.676Z PASS [ 0.010s] mgadm::bin/mgadm mrib::tests::test_status_imported_specific_route_all_flags
19572026-06-15T03:31:11.676Z────────────
19582026-06-15T03:31:11.676Z Summary [ 0.022s] 13 tests run: 13 passed, 0 skipped
19592026-06-15T03:31:11.686Zprocess exited: duration 296524 ms, exit code 0
 
19602026-06-15T03:31:11.694Zfound 0 output files