01KTCTAH3T1QE7BBM9XQMWD0HK: 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: 01KTCTB57DNRN22CTAVJXH24P8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T21:18:06.958Zjob assigned to worker 01KTCTBEF4HDSSFDHB3YDCJMWF [factory aws, i-0e33526a86f10a360] (queued for 1 m 0 s)
 
22026-06-05T21:18:14.229Zstarting task 0: "setup"
32026-06-05T21:18:14.234Z++ uname -s
42026-06-05T21:18:14.238Z+ kern=SunOS
52026-06-05T21:18:14.239Z+ build_user=build
62026-06-05T21:18:14.239Z+ build_uid=12345
72026-06-05T21:18:14.239Z+ work_dir=/work
82026-06-05T21:18:14.239Z+ input_dir=/input
92026-06-05T21:18:14.239Z+ [[ 0 == 12345 ]]
102026-06-05T21:18:14.239Z+ case "$kern" in
112026-06-05T21:18:14.239Z+ groupadd -g 12345 build
122026-06-05T21:18:14.239Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T21:18:16.243Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T21:18:16.356Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T21:18:16.359Z+ home_fs=zfs
162026-06-05T21:18:16.359Z+ [[ zfs == autofs ]]
172026-06-05T21:18:16.359Z+ mkdir -p /home/build
182026-06-05T21:18:16.361Z+ chown build:build /home/build /work
192026-06-05T21:18:18.361Z+ chmod 0700 /home/build /work
202026-06-05T21:18:18.364Zprocess exited: duration 4131 ms, exit code 0
 
212026-06-05T21:18:18.370Zstarting task 1: "rust-toolchain"
222026-06-05T21:18:18.489Z * rust toolchain channel = "stable"
232026-06-05T21:18:18.489Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-06-05T21:18:18.489Z * rust toolchain profile = "default"
252026-06-05T21:18:18.489Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T21:18:18.489Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T21:18:18.489Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T21:18:18.495Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T21:18:18.495Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T21:18:18.521Zinfo: downloading installer
312026-06-05T21:18:20.099Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T21:18:20.099Zwarn: /opt/ooce/bin
332026-06-05T21:18:20.099Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T21:18:20.099Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T21:18:20.099Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T21:18:20.099Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T21:18:20.099Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T21:18:20.099Zerror: cannot install while Rust is installed
392026-06-05T21:18:20.099Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T21:18:20.099Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T21:18:20.099Zwarn: /home/build/.rustup/settings.toml
422026-06-05T21:18:20.099Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T21:18:20.099Zwarn: instead of the one inferred from the default host triple.
442026-06-05T21:18:20.112Zinfo: profile set to default
452026-06-05T21:18:20.113Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T21:18:20.115Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T21:18:20.260Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T21:18:20.262Zinfo: downloading 6 components
492026-06-05T21:18:34.627Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T21:18:34.627Z
512026-06-05T21:18:34.657Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T21:18:34.658Z
532026-06-05T21:18:34.682Z
542026-06-05T21:18:34.682ZRust is installed now. Great!
552026-06-05T21:18:34.682Z
562026-06-05T21:18:34.682ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T21:18:34.682Zenvironment variable. This has not been done automatically.
582026-06-05T21:18:34.682Z
592026-06-05T21:18:34.682ZTo configure your current shell, you need to source
602026-06-05T21:18:34.682Zthe corresponding env file under $HOME/.cargo.
612026-06-05T21:18:34.682Z
622026-06-05T21:18:34.682ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T21:18:34.683Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T21:18:34.683Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T21:18:34.683Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T21:18:34.683Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T21:18:34.683Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T21:18:34.683Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T21:18:34.683Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T21:18:34.683Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T21:18:34.781Z+ rustup --version
722026-06-05T21:18:34.804Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T21:18:34.804Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T21:18:34.804Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T21:18:34.804Z+ cargo --version
762026-06-05T21:18:34.810Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T21:18:34.845Z+ rustc --version
782026-06-05T21:18:34.882Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T21:18:34.882Zprocess exited: duration 16459 ms, exit code 0
 
802026-06-05T21:18:34.920Zstarting task 2: "authentication"
812026-06-05T21:18:34.959Zprocess exited: duration 36 ms, exit code 0
 
822026-06-05T21:18:34.989Zstarting task 3: "clone repository"
832026-06-05T21:18:35.006Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T21:18:35.006Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T21:18:35.025ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T21:18:36.082Z+ cd /work/oxidecomputer/maghemite
872026-06-05T21:18:36.082Z+ git fetch origin 28cc72cd5873adf4359355c13a325e524897aa25
882026-06-05T21:18:36.331ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T21:18:36.331Z * branch 28cc72cd5873adf4359355c13a325e524897aa25 -> FETCH_HEAD
902026-06-05T21:18:36.336Z+ [[ -n trey/ndp-demux ]]
912026-06-05T21:18:36.339Z++ git branch --show-current
922026-06-05T21:18:36.339Z+ current=main
932026-06-05T21:18:36.340Z+ [[ main != trey/ndp-demux ]]
942026-06-05T21:18:36.340Z+ git branch -f trey/ndp-demux 28cc72cd5873adf4359355c13a325e524897aa25
952026-06-05T21:18:36.343Z+ git checkout -f trey/ndp-demux
962026-06-05T21:18:36.360ZSwitched to branch 'trey/ndp-demux'
972026-06-05T21:18:36.364Z+ git reset --hard 28cc72cd5873adf4359355c13a325e524897aa25
982026-06-05T21:18:36.377ZHEAD is now at 28cc72c bump ispf dependency
992026-06-05T21:18:36.381Zprocess exited: duration 1402 ms, exit code 0
 
1002026-06-05T21:18:36.391Zstarting task 4: "build"
1012026-06-05T21:18:36.395Z+ set -e
1022026-06-05T21:18:36.395Z+ NEXTEST_VERSION=0.9.97
1032026-06-05T21:18:36.395Z+ PLATFORM=illumos
1042026-06-05T21:18:36.395Z+ cargo --version
1052026-06-05T21:18:36.399Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-05T21:18:36.556Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-05T21:18:36.560Zinfo: downloading 6 components
1082026-06-05T21:18:50.969Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-05T21:18:50.972Z+ rustc --version
1102026-06-05T21:18:51.001Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-05T21:18:51.005Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-05T21:18:51.048Z Updating crates.io index
1132026-06-05T21:18:51.143Z Downloading crates ...
1142026-06-05T21:18:51.408Z Downloaded cargo-nextest v0.9.97
1152026-06-05T21:18:51.473Z Installing cargo-nextest v0.9.97
1162026-06-05T21:18:51.519Z Updating crates.io index
1172026-06-05T21:18:54.282Z Locking 404 packages to latest compatible versions
1182026-06-05T21:18:54.287Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-05T21:18:54.290Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-05T21:18:54.290Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-05T21:18:54.290Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-05T21:18:54.293Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-05T21:18:54.293Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1242026-06-05T21:18:54.293Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-06-05T21:18:54.296Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1262026-06-05T21:18:54.299Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-06-05T21:18:54.326Z Downloading crates ...
1282026-06-05T21:18:54.410Z Downloaded base64ct v1.8.3
1292026-06-05T21:18:54.413Z Downloaded backtrace-ext v0.2.1
1302026-06-05T21:18:54.420Z Downloaded atomicwrites v0.4.4
1312026-06-05T21:18:54.423Z Downloaded rustc-hash v2.1.2
1322026-06-05T21:18:54.426Z Downloaded cargo-platform v0.3.3
1332026-06-05T21:18:54.426Z Downloaded hyper-tls v0.6.0
1342026-06-05T21:18:54.429Z Downloaded enable-ansi-support v0.2.1
1352026-06-05T21:18:54.429Z Downloaded crypto-common v0.1.7
1362026-06-05T21:18:54.432Z Downloaded camino-tempfile v1.4.1
1372026-06-05T21:18:54.435Z Downloaded block-buffer v0.10.4
1382026-06-05T21:18:54.435Z Downloaded humantime v2.3.0
1392026-06-05T21:18:54.442Z Downloaded rand_core v0.6.4
1402026-06-05T21:18:54.445Z Downloaded futures-sink v0.3.32
1412026-06-05T21:18:54.445Z Downloaded foreign-types-shared v0.1.1
1422026-06-05T21:18:54.448Z Downloaded http-body-util v0.1.3
1432026-06-05T21:18:54.448Z Downloaded futures-core v0.3.32
1442026-06-05T21:18:54.448Z Downloaded autocfg v1.5.1
1452026-06-05T21:18:54.451Z Downloaded hyper-util v0.1.20
1462026-06-05T21:18:54.454Z Downloaded convert_case v0.10.0
1472026-06-05T21:18:54.457Z Downloaded futures-task v0.3.32
1482026-06-05T21:18:54.457Z Downloaded form_urlencoded v1.2.2
1492026-06-05T21:18:54.457Z Downloaded cargo-platform v0.2.0
1502026-06-05T21:18:54.460Z Downloaded backtrace v0.3.76
1512026-06-05T21:18:54.463Z Downloaded proc-macro2 v1.0.106
1522026-06-05T21:18:54.464Z Downloaded futures-io v0.3.32
1532026-06-05T21:18:54.467Z Downloaded fnv v1.0.7
1542026-06-05T21:18:54.467Z Downloaded async-scoped v0.9.0
1552026-06-05T21:18:54.468Z Downloaded percent-encoding v2.3.2
1562026-06-05T21:18:54.468Z Downloaded itoa v1.0.18
1572026-06-05T21:18:54.471Z Downloaded color-spantrace v0.3.0
1582026-06-05T21:18:54.471Z Downloaded indent_write v2.2.0
1592026-06-05T21:18:54.471Z Downloaded curve25519-dalek-derive v0.1.1
1602026-06-05T21:18:54.474Z Downloaded heck v0.5.0
1612026-06-05T21:18:54.474Z Downloaded colorchoice v1.0.5
1622026-06-05T21:18:54.474Z Downloaded semver v1.0.28
1632026-06-05T21:18:54.477Z Downloaded rustc-demangle v0.1.27
1642026-06-05T21:18:54.477Z Downloaded foreign-types v0.3.2
1652026-06-05T21:18:54.480Z Downloaded debug-ignore v1.0.5
1662026-06-05T21:18:54.480Z Downloaded ppv-lite86 v0.2.21
1672026-06-05T21:18:54.480Z Downloaded cpufeatures v0.2.17
1682026-06-05T21:18:54.483Z Downloaded cfg-if v1.0.4
1692026-06-05T21:18:54.483Z Downloaded ed25519 v2.2.3
1702026-06-05T21:18:54.485Z Downloaded rustls-webpki v0.103.13
1712026-06-05T21:18:54.486Z Downloaded dialoguer v0.11.0
1722026-06-05T21:18:54.488Z Downloaded idna_adapter v1.0.0
1732026-06-05T21:18:54.488Z Downloaded clap_lex v1.1.0
1742026-06-05T21:18:54.491Z Downloaded addr2line v0.25.1
1752026-06-05T21:18:54.492Z Downloaded camino v1.2.2
1762026-06-05T21:18:54.494Z Downloaded ryu v1.0.23
1772026-06-05T21:18:54.494Z Downloaded bitflags v2.12.1
1782026-06-05T21:18:54.497Z Downloaded cfg_aliases v0.2.1
1792026-06-05T21:18:54.500Z Downloaded atomic-waker v1.1.2
1802026-06-05T21:18:54.501Z Downloaded openssl-macros v0.1.1
1812026-06-05T21:18:54.501Z Downloaded adler2 v2.0.1
1822026-06-05T21:18:54.504Z Downloaded anstyle-query v1.1.5
1832026-06-05T21:18:54.504Z Downloaded http-body v1.0.1
1842026-06-05T21:18:54.504Z Downloaded lazy_static v1.5.0
1852026-06-05T21:18:54.507Z Downloaded hex v0.4.3
1862026-06-05T21:18:54.507Z Downloaded errno v0.3.14
1872026-06-05T21:18:54.510Z Downloaded rand_core v0.9.5
1882026-06-05T21:18:54.510Z Downloaded nested v0.1.1
1892026-06-05T21:18:54.510Z Downloaded mukti-metadata v0.3.0
1902026-06-05T21:18:54.513Z Downloaded guppy-workspace-hack v0.1.0
1912026-06-05T21:18:54.513Z Downloaded generic-array v0.14.7
1922026-06-05T21:18:54.513Z Downloaded futures-macro v0.3.32
1932026-06-05T21:18:54.522Z Downloaded document-features v0.2.12
1942026-06-05T21:18:54.525Z Downloaded indenter v0.3.4
1952026-06-05T21:18:54.530Z Downloaded cargo_metadata v0.20.0
1962026-06-05T21:18:54.533Z Downloaded pathdiff v0.2.3
1972026-06-05T21:18:54.537Z Downloaded humantime-serde v1.1.1
1982026-06-05T21:18:54.540Z Downloaded digest v0.10.7
1992026-06-05T21:18:54.540Z Downloaded fastrand v2.4.1
2002026-06-05T21:18:54.543Z Downloaded cargo_metadata v0.23.1
2012026-06-05T21:18:54.543Z Downloaded is_terminal_polyfill v1.70.2
2022026-06-05T21:18:54.544Z Downloaded home v0.5.12
2032026-06-05T21:18:54.547Z Downloaded cargo-util-schemas v0.2.0
2042026-06-05T21:18:54.547Z Downloaded serde-value v0.7.0
2052026-06-05T21:18:54.551Z Downloaded find-msvc-tools v0.1.9
2062026-06-05T21:18:54.551Z Downloaded cfg-expr v0.20.8
2072026-06-05T21:18:54.555Z Downloaded ordered-float v2.10.1
2082026-06-05T21:18:54.558Z Downloaded serde_spanned v0.6.9
2092026-06-05T21:18:54.558Z Downloaded number_prefix v0.4.0
2102026-06-05T21:18:54.558Z Downloaded rustc_version v0.4.1
2112026-06-05T21:18:54.561Z Downloaded is_ci v1.2.0
2122026-06-05T21:18:54.564Z Downloaded shell-words v1.1.1
2132026-06-05T21:18:54.564Z Downloaded strsim v0.11.1
2142026-06-05T21:18:54.564Z Downloaded signature v2.2.0
2152026-06-05T21:18:54.567Z Downloaded sigchld v0.2.4
2162026-06-05T21:18:54.567Z Downloaded openssl-probe v0.2.1
2172026-06-05T21:18:54.567Z Downloaded nextest-workspace-hack v0.1.0
2182026-06-05T21:18:54.567Z Downloaded lru-slab v0.1.2
2192026-06-05T21:18:54.570Z Downloaded shared_child v1.1.1
2202026-06-05T21:18:54.570Z Downloaded signal-hook-mio v0.2.5
2212026-06-05T21:18:54.570Z Downloaded strip-ansi-escapes v0.2.1
2222026-06-05T21:18:54.573Z Downloaded serde_spanned v1.1.1
2232026-06-05T21:18:54.573Z Downloaded swrite v0.1.0
2242026-06-05T21:18:54.576Z Downloaded subtle v2.6.1
2252026-06-05T21:18:54.576Z Downloaded pin-project-internal v1.1.13
2262026-06-05T21:18:54.576Z Downloaded globset v0.4.18
2272026-06-05T21:18:54.579Z Downloaded duct v0.13.7
2282026-06-05T21:18:54.579Z Downloaded anstream v1.0.0
2292026-06-05T21:18:54.580Z Downloaded http v1.4.1
2302026-06-05T21:18:54.582Z Downloaded anstyle-parse v1.0.0
2312026-06-05T21:18:54.585Z Downloaded foldhash v0.1.5
2322026-06-05T21:18:54.585Z Downloaded fixedbitset v0.5.7
2332026-06-05T21:18:54.585Z Downloaded httparse v1.10.1
2342026-06-05T21:18:54.588Z Downloaded serde-untagged v0.1.9
2352026-06-05T21:18:54.591Z Downloaded supports-unicode v3.0.0
2362026-06-05T21:18:54.591Z Downloaded os_pipe v1.2.3
2372026-06-05T21:18:54.596Z Downloaded tinyvec_macros v0.1.1
2382026-06-05T21:18:54.598Z Downloaded futures-executor v0.3.32
2392026-06-05T21:18:54.598Z Downloaded serde_urlencoded v0.7.1
2402026-06-05T21:18:54.598Z Downloaded serde_ignored v0.1.14
2412026-06-05T21:18:54.601Z Downloaded equivalent v1.0.2
2422026-06-05T21:18:54.601Z Downloaded supports-hyperlinks v3.2.0
2432026-06-05T21:18:54.604Z Downloaded erased-serde v0.4.10
2442026-06-05T21:18:54.604Z Downloaded filetime v0.2.29
2452026-06-05T21:18:54.607Z Downloaded supports-color v3.0.2
2462026-06-05T21:18:54.607Z Downloaded anstyle v1.0.14
2472026-06-05T21:18:54.607Z Downloaded crc32fast v1.5.0
2482026-06-05T21:18:54.610Z Downloaded sync_wrapper v1.0.2
2492026-06-05T21:18:54.610Z Downloaded serde_path_to_error v0.1.20
2502026-06-05T21:18:54.613Z Downloaded terminal_size v0.4.4
2512026-06-05T21:18:54.613Z Downloaded derive-where v1.6.1
2522026-06-05T21:18:54.613Z Downloaded futures v0.3.32
2532026-06-05T21:18:54.617Z Downloaded tokio-macros v2.7.0
2542026-06-05T21:18:54.617Z Downloaded toml_datetime v0.6.11
2552026-06-05T21:18:54.622Z Downloaded toml_write v0.1.2
2562026-06-05T21:18:54.622Z Downloaded const-oid v0.9.6
2572026-06-05T21:18:54.625Z Downloaded slab v0.4.12
2582026-06-05T21:18:54.625Z Downloaded simd-adler32 v0.3.9
2592026-06-05T21:18:54.627Z Downloaded shlex v2.0.1
2602026-06-05T21:18:54.627Z Downloaded rand_chacha v0.9.0
2612026-06-05T21:18:54.628Z Downloaded tower-layer v0.3.3
2622026-06-05T21:18:54.630Z Downloaded pkg-config v0.3.33
2632026-06-05T21:18:54.630Z Downloaded tracing-error v0.2.1
2642026-06-05T21:18:54.633Z Downloaded typeid v1.0.3
2652026-06-05T21:18:54.636Z Downloaded hyper-rustls v0.27.9
2662026-06-05T21:18:54.636Z Downloaded owo-colors v4.3.0
2672026-06-05T21:18:54.639Z Downloaded quote v1.0.45
2682026-06-05T21:18:54.639Z Downloaded lock_api v0.4.14
2692026-06-05T21:18:54.642Z Downloaded newtype-uuid v1.3.2
2702026-06-05T21:18:54.642Z Downloaded futures-channel v0.3.32
2712026-06-05T21:18:54.645Z Downloaded either v1.16.0
2722026-06-05T21:18:54.645Z Downloaded console v0.15.11
2732026-06-05T21:18:54.645Z Downloaded future-queue v0.4.0
2742026-06-05T21:18:54.648Z Downloaded clap_derive v4.6.1
2752026-06-05T21:18:54.651Z Downloaded self-replace v1.5.0
2762026-06-05T21:18:54.651Z Downloaded thiserror-impl v2.0.18
2772026-06-05T21:18:54.651Z Downloaded thiserror v1.0.69
2782026-06-05T21:18:54.653Z Downloaded thiserror v2.0.18
2792026-06-05T21:18:54.658Z Downloaded urlencoding v2.1.3
2802026-06-05T21:18:54.658Z Downloaded quinn-udp v0.5.14
2812026-06-05T21:18:54.660Z Downloaded jobserver v0.1.34
2822026-06-05T21:18:54.660Z Downloaded untrusted v0.9.0
2832026-06-05T21:18:54.660Z Downloaded tower-service v0.3.3
2842026-06-05T21:18:54.661Z Downloaded thiserror-impl v1.0.69
2852026-06-05T21:18:54.663Z Downloaded eyre v0.6.12
2862026-06-05T21:18:54.664Z Downloaded getrandom v0.4.2
2872026-06-05T21:18:54.667Z Downloaded quinn v0.11.9
2882026-06-05T21:18:54.669Z Downloaded version_check v0.9.5
2892026-06-05T21:18:54.670Z Downloaded try-lock v0.2.5
2902026-06-05T21:18:54.670Z Downloaded utf8_iter v1.0.4
2912026-06-05T21:18:54.670Z Downloaded base64 v0.22.1
2922026-06-05T21:18:54.673Z Downloaded bytes v1.11.1
2932026-06-05T21:18:54.676Z Downloaded parking_lot_core v0.9.12
2942026-06-05T21:18:54.676Z Downloaded unicode-xid v0.2.6
2952026-06-05T21:18:54.676Z Downloaded tokio-native-tls v0.3.1
2962026-06-05T21:18:54.679Z Downloaded scopeguard v1.2.0
2972026-06-05T21:18:54.679Z Downloaded ipnet v2.12.0
2982026-06-05T21:18:54.683Z Downloaded unicode-linebreak v0.1.5
2992026-06-05T21:18:54.683Z Downloaded target-spec-miette v0.4.8
3002026-06-05T21:18:54.683Z Downloaded xattr v1.6.1
3012026-06-05T21:18:54.687Z Downloaded want v0.3.1
3022026-06-05T21:18:54.687Z Downloaded smol_str v0.3.6
3032026-06-05T21:18:54.687Z Downloaded der v0.7.10
3042026-06-05T21:18:54.691Z Downloaded toml_writer v1.1.1+spec-1.1.0
3052026-06-05T21:18:54.691Z Downloaded thread_local v1.1.9
3062026-06-05T21:18:54.691Z Downloaded target-lexicon v0.13.5
3072026-06-05T21:18:54.691Z Downloaded tracing-log v0.2.0
3082026-06-05T21:18:54.694Z Downloaded static_assertions v1.1.0
3092026-06-05T21:18:54.694Z Downloaded smallvec v1.15.1
3102026-06-05T21:18:54.694Z Downloaded sha2 v0.10.9
3112026-06-05T21:18:54.696Z Downloaded signal-hook-registry v1.4.8
3122026-06-05T21:18:54.697Z Downloaded borsh v1.6.1
3132026-06-05T21:18:54.699Z Downloaded utf8parse v0.2.2
3142026-06-05T21:18:54.699Z Downloaded iana-time-zone v0.1.65
3152026-06-05T21:18:54.702Z Downloaded nextest-metadata v0.12.2
3162026-06-05T21:18:54.702Z Downloaded getrandom v0.2.17
3172026-06-05T21:18:54.705Z Downloaded ahash v0.8.12
3182026-06-05T21:18:54.705Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3192026-06-05T21:18:54.708Z Downloaded config v0.15.23
3202026-06-05T21:18:54.711Z Downloaded target-spec v3.6.0
3212026-06-05T21:18:54.711Z Downloaded parking_lot v0.12.5
3222026-06-05T21:18:54.711Z Downloaded pin-project-lite v0.2.17
3232026-06-05T21:18:54.714Z Downloaded nextest-filtering v0.15.0
3242026-06-05T21:18:54.716Z Downloaded native-tls v0.2.18
3252026-06-05T21:18:54.719Z Downloaded getrandom v0.3.4
3262026-06-05T21:18:54.722Z Downloaded miette-derive v7.6.0
3272026-06-05T21:18:54.722Z Downloaded rustls-pki-types v1.14.1
3282026-06-05T21:18:54.722Z Downloaded serde_derive v1.0.228
3292026-06-05T21:18:54.725Z Downloaded quick-junit v0.5.2
3302026-06-05T21:18:54.728Z Downloaded ed25519-dalek v2.2.0
3312026-06-05T21:18:54.732Z Downloaded pkcs8 v0.10.2
3322026-06-05T21:18:54.732Z Downloaded pin-project v1.1.13
3332026-06-05T21:18:54.736Z Downloaded xxhash-rust v0.8.15
3342026-06-05T21:18:54.738Z Downloaded toml_parser v1.1.2+spec-1.1.0
3352026-06-05T21:18:54.738Z Downloaded socket2 v0.6.4
3362026-06-05T21:18:54.741Z Downloaded zstd-safe v7.2.4
3372026-06-05T21:18:54.741Z Downloaded zipsign-api v0.1.5
3382026-06-05T21:18:54.741Z Downloaded zeroize v1.8.2
3392026-06-05T21:18:54.744Z Downloaded unicase v2.9.0
3402026-06-05T21:18:54.747Z Downloaded once_cell v1.21.4
3412026-06-05T21:18:54.752Z Downloaded litrs v1.0.0
3422026-06-05T21:18:54.755Z Downloaded clap v4.6.1
3432026-06-05T21:18:54.759Z Downloaded tokio-rustls v0.26.4
3442026-06-05T21:18:54.762Z Downloaded spki v0.7.3
3452026-06-05T21:18:54.765Z Downloaded derive_more v2.1.1
3462026-06-05T21:18:54.771Z Downloaded toml v1.1.2+spec-1.1.0
3472026-06-05T21:18:54.774Z Downloaded zmij v1.0.21
3482026-06-05T21:18:54.777Z Downloaded tracing-core v0.1.36
3492026-06-05T21:18:54.777Z Downloaded flate2 v1.1.9
3502026-06-05T21:18:54.781Z Downloaded tracing-attributes v0.1.31
3512026-06-05T21:18:54.783Z Downloaded toml v0.8.23
3522026-06-05T21:18:54.783Z Downloaded serde v1.0.228
3532026-06-05T21:18:54.786Z Downloaded self_update v0.42.0
3542026-06-05T21:18:54.786Z Downloaded tempfile v3.27.0
3552026-06-05T21:18:54.789Z Downloaded cc v1.2.63
3562026-06-05T21:18:54.796Z Downloaded tinyvec v1.11.0
3572026-06-05T21:18:54.799Z Downloaded num-traits v0.2.19
3582026-06-05T21:18:54.799Z Downloaded vte v0.14.1
3592026-06-05T21:18:54.815Z Downloaded signal-hook v0.3.18
3602026-06-05T21:18:54.818Z Downloaded tokio-stream v0.1.18
3612026-06-05T21:18:54.821Z Downloaded textwrap v0.16.2
3622026-06-05T21:18:54.821Z Downloaded sharded-slab v0.1.7
3632026-06-05T21:18:54.829Z Downloaded openssl-sys v0.9.116
3642026-06-05T21:18:54.832Z Downloaded url v2.5.8
3652026-06-05T21:18:54.835Z Downloaded miniz_oxide v0.8.9
3662026-06-05T21:18:54.838Z Downloaded derive_more-impl v2.1.1
3672026-06-05T21:18:54.838Z Downloaded indicatif v0.17.11
3682026-06-05T21:18:54.841Z Downloaded log v0.4.32
3692026-06-05T21:18:54.854Z Downloaded miette v7.6.0
3702026-06-05T21:18:54.858Z Downloaded unicode-ident v1.0.24
3712026-06-05T21:18:54.858Z Downloaded typenum v1.20.1
3722026-06-05T21:18:54.863Z Downloaded serde_core v1.0.228
3732026-06-05T21:18:54.867Z Downloaded hashbrown v0.15.5
3742026-06-05T21:18:54.867Z Downloaded tower v0.5.3
3752026-06-05T21:18:54.874Z Downloaded crossterm v0.29.0
3762026-06-05T21:18:54.877Z Downloaded zstd v0.13.3
3772026-06-05T21:18:54.890Z Downloaded hashbrown v0.17.1
3782026-06-05T21:18:54.893Z Downloaded guppy v0.17.26
3792026-06-05T21:18:54.901Z Downloaded tokio-util v0.7.18
3802026-06-05T21:18:54.905Z Downloaded aho-corasick v1.1.4
3812026-06-05T21:18:54.919Z Downloaded uuid v1.23.2
3822026-06-05T21:18:54.922Z Downloaded memchr v2.8.1
3832026-06-05T21:18:54.925Z Downloaded h2 v0.4.14
3842026-06-05T21:18:54.928Z Downloaded serde_json v1.0.150
3852026-06-05T21:18:54.930Z Downloaded rand v0.9.4
3862026-06-05T21:18:54.933Z Downloaded clap_builder v4.6.0
3872026-06-05T21:18:54.936Z Downloaded toml_edit v0.22.27
3882026-06-05T21:18:54.940Z Downloaded futures-util v0.3.32
3892026-06-05T21:18:54.949Z Downloaded tar v0.4.46
3902026-06-05T21:18:54.958Z Downloaded bstr v1.12.1
3912026-06-05T21:18:54.963Z Downloaded indexmap v2.14.0
3922026-06-05T21:18:54.967Z Downloaded chrono v0.4.45
3932026-06-05T21:18:54.970Z Downloaded webpki-roots v1.0.7
3942026-06-05T21:18:54.973Z Downloaded ron v0.12.1
3952026-06-05T21:18:54.987Z Downloaded gimli v0.32.3
3962026-06-05T21:18:54.991Z Downloaded reqwest v0.12.28
3972026-06-05T21:18:54.994Z Downloaded mio v1.2.1
3982026-06-05T21:18:54.998Z Downloaded portable-atomic v1.13.1
3992026-06-05T21:18:55.002Z Downloaded syn v2.0.117
4002026-06-05T21:18:55.008Z Downloaded curve25519-dalek v4.1.3
4012026-06-05T21:18:55.012Z Downloaded zerocopy v0.8.50
4022026-06-05T21:18:55.022Z Downloaded unicode-segmentation v1.13.3
4032026-06-05T21:18:55.025Z Downloaded unicode-width v0.2.2
4042026-06-05T21:18:55.028Z Downloaded idna v1.1.0
4052026-06-05T21:18:55.042Z Downloaded regex v1.12.3
4062026-06-05T21:18:55.045Z Downloaded unicode-normalization v0.1.25
4072026-06-05T21:18:55.048Z Downloaded pulldown-cmark v0.13.4
4082026-06-05T21:18:55.053Z Downloaded hyper v1.10.1
4092026-06-05T21:18:55.061Z Downloaded color-eyre v0.6.5
4102026-06-05T21:18:55.119Z Downloaded quick-xml v0.37.5
4112026-06-05T21:18:55.119Z Downloaded itertools v0.14.0
4122026-06-05T21:18:55.119Z Downloaded tower-http v0.6.11
4132026-06-05T21:18:55.119Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4142026-06-05T21:18:55.119Z Downloaded tokio v1.52.3
4152026-06-05T21:18:55.151Z Downloaded winnow v0.7.15
4162026-06-05T21:18:55.161Z Downloaded tracing-subscriber v0.3.23
4172026-06-05T21:18:55.167Z Downloaded winnow v1.0.3
4182026-06-05T21:18:55.172Z Downloaded quick-xml v0.38.4
4192026-06-05T21:18:55.193Z Downloaded vcpkg v0.2.15
4202026-06-05T21:18:55.215Z Downloaded quinn-proto v0.11.14
4212026-06-05T21:18:55.247Z Downloaded unicode-width v0.1.14
4222026-06-05T21:18:55.263Z Downloaded nix v0.30.1
4232026-06-05T21:18:55.269Z Downloaded regex-syntax v0.8.10
4242026-06-05T21:18:55.273Z Downloaded nextest-runner v0.80.0
4252026-06-05T21:18:55.279Z Downloaded openssl v0.10.80
4262026-06-05T21:18:55.284Z Downloaded object v0.37.3
4272026-06-05T21:18:55.297Z Downloaded rustix v0.38.44
4282026-06-05T21:18:55.308Z Downloaded rustls v0.23.40
4292026-06-05T21:18:55.315Z Downloaded rustix v1.1.4
4302026-06-05T21:18:55.346Z Downloaded tracing v0.1.44
4312026-06-05T21:18:55.379Z Downloaded regex-automata v0.4.14
4322026-06-05T21:18:55.452Z Downloaded petgraph v0.8.3
4332026-06-05T21:18:55.463Z Downloaded libc v0.2.186
4342026-06-05T21:18:55.529Z Downloaded recursion v0.5.4
4352026-06-05T21:18:55.535Z Downloaded ring v0.17.14
4362026-06-05T21:18:55.599Z Compiling libc v0.2.186
4372026-06-05T21:18:56.606Z Compiling proc-macro2 v1.0.106
4382026-06-05T21:18:56.606Z Compiling unicode-ident v1.0.24
4392026-06-05T21:18:56.606Z Compiling quote v1.0.45
4402026-06-05T21:18:56.606Z Compiling serde_core v1.0.228
4412026-06-05T21:18:56.606Z Compiling cfg-if v1.0.4
4422026-06-05T21:18:56.606Z Compiling memchr v2.8.1
4432026-06-05T21:18:56.606Z Compiling once_cell v1.21.4
4442026-06-05T21:18:56.609Z Compiling log v0.4.32
4452026-06-05T21:18:56.609Z Compiling pin-project-lite v0.2.17
4462026-06-05T21:18:56.609Z Compiling itoa v1.0.18
4472026-06-05T21:18:56.610Z Compiling serde v1.0.228
4482026-06-05T21:18:56.610Z Compiling futures-core v0.3.32
4492026-06-05T21:18:56.610Z Compiling smallvec v1.15.1
4502026-06-05T21:18:56.610Z Compiling bitflags v2.12.1
4512026-06-05T21:18:56.610Z Compiling shlex v2.0.1
4522026-06-05T21:18:56.610Z Compiling equivalent v1.0.2
4532026-06-05T21:18:56.610Z Compiling find-msvc-tools v0.1.9
4542026-06-05T21:18:56.610Z Compiling hashbrown v0.17.1
4552026-06-05T21:18:56.722Z Compiling errno v0.3.14
4562026-06-05T21:18:56.783Z Compiling bytes v1.11.1
4572026-06-05T21:18:56.804Z Compiling mio v1.2.1
4582026-06-05T21:18:56.892Z Compiling signal-hook-registry v1.4.8
4592026-06-05T21:18:56.918Z Compiling jobserver v0.1.34
4602026-06-05T21:18:57.043Z Compiling rustix v1.1.4
4612026-06-05T21:18:57.115Z Compiling syn v2.0.117
4622026-06-05T21:18:57.238Z Compiling cc v1.2.63
4632026-06-05T21:18:57.275Z Compiling futures-sink v0.3.32
4642026-06-05T21:18:57.436Z Compiling socket2 v0.6.4
4652026-06-05T21:18:57.458Z Compiling zmij v1.0.21
4662026-06-05T21:18:57.534Z Compiling slab v0.4.12
4672026-06-05T21:18:57.681Z Compiling futures-channel v0.3.32
4682026-06-05T21:18:57.740Z Compiling tracing-core v0.1.36
4692026-06-05T21:18:57.802Z Compiling serde_json v1.0.150
4702026-06-05T21:18:57.932Z Compiling version_check v0.9.5
4712026-06-05T21:18:58.061Z Compiling indexmap v2.14.0
4722026-06-05T21:18:58.210Z Compiling futures-io v0.3.32
4732026-06-05T21:18:58.249Z Compiling getrandom v0.4.2
4742026-06-05T21:18:58.403Z Compiling futures-task v0.3.32
4752026-06-05T21:18:58.526Z Compiling unicode-width v0.2.2
4762026-06-05T21:18:58.551Z Compiling percent-encoding v2.3.2
4772026-06-05T21:18:58.571Z Compiling camino v1.2.2
4782026-06-05T21:18:58.835Z Compiling ring v0.17.14
4792026-06-05T21:18:58.846Z Compiling http v1.4.1
4802026-06-05T21:18:58.887Z Compiling adler2 v2.0.1
4812026-06-05T21:18:58.965Z Compiling autocfg v1.5.1
4822026-06-05T21:18:59.003Z Compiling zeroize v1.8.2
4832026-06-05T21:18:59.045Z Compiling simd-adler32 v0.3.9
4842026-06-05T21:18:59.198Z Compiling miniz_oxide v0.8.9
4852026-06-05T21:18:59.309Z Compiling num-traits v0.2.19
4862026-06-05T21:18:59.578Z Compiling zerocopy v0.8.50
4872026-06-05T21:18:59.892Z Compiling object v0.37.3
4882026-06-05T21:18:59.976Z Compiling target-lexicon v0.13.5
4892026-06-05T21:19:00.135Z Compiling getrandom v0.3.4
4902026-06-05T21:19:00.292Z Compiling http-body v1.0.1
4912026-06-05T21:19:00.491Z Compiling rustls-pki-types v1.14.1
4922026-06-05T21:19:00.503Z Compiling form_urlencoded v1.2.2
4932026-06-05T21:19:00.617Z Compiling semver v1.0.28
4942026-06-05T21:19:00.633Z Compiling getrandom v0.2.17
4952026-06-05T21:19:00.677Z Compiling serde_derive v1.0.228
4962026-06-05T21:19:00.751Z Compiling tokio-macros v2.7.0
4972026-06-05T21:19:00.781Z Compiling futures-macro v0.3.32
4982026-06-05T21:19:00.813Z Compiling tracing-attributes v0.1.31
4992026-06-05T21:19:01.157Z Compiling owo-colors v4.3.0
5002026-06-05T21:19:01.288Z Compiling fnv v1.0.7
5012026-06-05T21:19:01.374Z Compiling thiserror v2.0.18
5022026-06-05T21:19:01.393Z Compiling gimli v0.32.3
5032026-06-05T21:19:01.492Z Compiling idna_adapter v1.0.0
5042026-06-05T21:19:01.503Z Compiling tokio v1.52.3
5052026-06-05T21:19:01.594Z Compiling httparse v1.10.1
5062026-06-05T21:19:01.605Z Compiling futures-util v0.3.32
5072026-06-05T21:19:01.723Z Compiling utf8_iter v1.0.4
5082026-06-05T21:19:01.901Z Compiling signal-hook v0.3.18
5092026-06-05T21:19:01.945Z Compiling untrusted v0.9.0
5102026-06-05T21:19:02.031Z Compiling tracing v0.1.44
5112026-06-05T21:19:02.068Z Compiling guppy-workspace-hack v0.1.0
5122026-06-05T21:19:02.175Z Compiling idna v1.1.0
5132026-06-05T21:19:02.411Z Compiling thiserror-impl v2.0.18
5142026-06-05T21:19:03.247Z Compiling addr2line v0.25.1
5152026-06-05T21:19:03.920Z Compiling generic-array v0.14.7
5162026-06-05T21:19:04.029Z Compiling try-lock v0.2.5
5172026-06-05T21:19:04.146Z Compiling typeid v1.0.3
5182026-06-05T21:19:04.157Z Compiling rustls v0.23.40
5192026-06-05T21:19:04.175Z Compiling tower-service v0.3.3
5202026-06-05T21:19:04.207Z Compiling target-spec v3.6.0
5212026-06-05T21:19:04.267Z Compiling fastrand v2.4.1
5222026-06-05T21:19:04.379Z Compiling pkg-config v0.3.33
5232026-06-05T21:19:04.433Z Compiling rustc-demangle v0.1.27
5242026-06-05T21:19:04.497Z Compiling thiserror v1.0.69
5252026-06-05T21:19:04.597Z Compiling atomic-waker v1.1.2
5262026-06-05T21:19:04.747Z Compiling tempfile v3.27.0
5272026-06-05T21:19:04.814Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5282026-06-05T21:19:05.096Z Compiling want v0.3.1
5292026-06-05T21:19:05.231Z Compiling cfg-expr v0.20.8
5302026-06-05T21:19:05.393Z Compiling tokio-util v0.7.18
5312026-06-05T21:19:05.426Z Compiling url v2.5.8
5322026-06-05T21:19:06.215Z Compiling h2 v0.4.14
5332026-06-05T21:19:06.807Z Compiling backtrace v0.3.76
5342026-06-05T21:19:06.998Z Compiling thiserror-impl v1.0.69
5352026-06-05T21:19:07.011Z Compiling terminal_size v0.4.4
5362026-06-05T21:19:07.165Z Compiling aho-corasick v1.1.4
5372026-06-05T21:19:07.195Z Compiling winnow v0.7.15
5382026-06-05T21:19:07.906Z Compiling erased-serde v0.4.10
5392026-06-05T21:19:08.146Z Compiling subtle v2.6.1
5402026-06-05T21:19:08.211Z Compiling regex-syntax v0.8.10
5412026-06-05T21:19:08.307Z Compiling typenum v1.20.1
5422026-06-05T21:19:08.999Z Compiling rustls-webpki v0.103.13
5432026-06-05T21:19:11.556Z Compiling regex-automata v0.4.14
5442026-06-05T21:19:11.570Z Compiling hyper v1.10.1
5452026-06-05T21:19:12.693Z Compiling toml_datetime v0.6.11
5462026-06-05T21:19:13.074Z Compiling serde_spanned v0.6.9
5472026-06-05T21:19:13.240Z Compiling ahash v0.8.12
5482026-06-05T21:19:13.508Z Compiling sync_wrapper v1.0.2
5492026-06-05T21:19:13.627Z Compiling nextest-workspace-hack v0.1.0
5502026-06-05T21:19:13.858Z Compiling tower-layer v0.3.3
5512026-06-05T21:19:14.063Z Compiling foldhash v0.1.5
5522026-06-05T21:19:14.287Z Compiling toml_write v0.1.2
5532026-06-05T21:19:14.374Z Compiling base64 v0.22.1
5542026-06-05T21:19:14.537Z Compiling portable-atomic v1.13.1
5552026-06-05T21:19:14.872Z Compiling parking_lot_core v0.9.12
5562026-06-05T21:19:14.997Z Compiling unicode-segmentation v1.13.3
5572026-06-05T21:19:15.162Z Compiling lazy_static v1.5.0
5582026-06-05T21:19:15.258Z Compiling crc32fast v1.5.0
5592026-06-05T21:19:15.270Z Compiling is_ci v1.2.0
5602026-06-05T21:19:15.270Z Compiling either v1.16.0
5612026-06-05T21:19:15.390Z Compiling unicode-linebreak v0.1.5
5622026-06-05T21:19:15.402Z Compiling ipnet v2.12.0
5632026-06-05T21:19:15.436Z Compiling supports-color v3.0.2
5642026-06-05T21:19:15.506Z Compiling convert_case v0.10.0
5652026-06-05T21:19:15.602Z Compiling textwrap v0.16.2
5662026-06-05T21:19:15.651Z Compiling sharded-slab v0.1.7
5672026-06-05T21:19:15.671Z Compiling hyper-util v0.1.20
5682026-06-05T21:19:15.832Z Compiling toml_edit v0.22.27
5692026-06-05T21:19:16.265Z Compiling hashbrown v0.15.5
5702026-06-05T21:19:16.603Z Compiling tower v0.5.3
5712026-06-05T21:19:16.970Z Compiling tokio-rustls v0.26.4
5722026-06-05T21:19:17.196Z Compiling backtrace-ext v0.2.1
5732026-06-05T21:19:17.252Z Compiling ordered-float v2.10.1
5742026-06-05T21:19:17.453Z Compiling webpki-roots v1.0.7
5752026-06-05T21:19:17.538Z Compiling miette-derive v7.6.0
5762026-06-05T21:19:17.570Z Compiling pathdiff v0.2.3
5772026-06-05T21:19:17.601Z Compiling console v0.15.11
5782026-06-05T21:19:17.695Z Compiling tracing-log v0.2.0
5792026-06-05T21:19:18.063Z Compiling cargo-platform v0.3.3
5802026-06-05T21:19:18.299Z Compiling os_pipe v1.2.3
5812026-06-05T21:19:18.470Z Compiling thread_local v1.1.9
5822026-06-05T21:19:18.653Z Compiling debug-ignore v1.0.5
5832026-06-05T21:19:18.656Z Compiling supports-hyperlinks v3.2.0
5842026-06-05T21:19:18.764Z Compiling supports-unicode v3.0.0
5852026-06-05T21:19:18.831Z Compiling scopeguard v1.2.0
5862026-06-05T21:19:18.876Z Compiling fixedbitset v0.5.7
5872026-06-05T21:19:18.927Z Compiling rustix v0.38.44
5882026-06-05T21:19:18.927Z Compiling zstd-safe v7.2.4
5892026-06-05T21:19:18.951Z Compiling pulldown-cmark v0.13.4
5902026-06-05T21:19:19.179Z Compiling winnow v1.0.3
5912026-06-05T21:19:19.303Z Compiling ryu v1.0.23
5922026-06-05T21:19:19.386Z Compiling utf8parse v0.2.2
5932026-06-05T21:19:19.502Z Compiling cfg_aliases v0.2.1
5942026-06-05T21:19:19.522Z Compiling unicode-width v0.1.14
5952026-06-05T21:19:19.577Z Compiling nix v0.30.1
5962026-06-05T21:19:19.647Z Compiling anstyle-parse v1.0.0
5972026-06-05T21:19:19.825Z Compiling miette v7.6.0
5982026-06-05T21:19:19.869Z Compiling serde_urlencoded v0.7.1
5992026-06-05T21:19:20.072Z Compiling petgraph v0.8.3
6002026-06-05T21:19:20.142Z Compiling lock_api v0.4.14
6012026-06-05T21:19:20.381Z Compiling toml_parser v1.1.2+spec-1.1.0
6022026-06-05T21:19:20.666Z Compiling tracing-subscriber v0.3.23
6032026-06-05T21:19:21.727Z Compiling sigchld v0.2.4
6042026-06-05T21:19:21.922Z Compiling cargo_metadata v0.23.1
6052026-06-05T21:19:22.006Z Compiling hyper-rustls v0.27.9
6062026-06-05T21:19:22.712Z Compiling serde-value v0.7.0
6072026-06-05T21:19:22.816Z Compiling serde-untagged v0.1.9
6082026-06-05T21:19:23.179Z Compiling toml v0.8.23
6092026-06-05T21:19:23.508Z Compiling tower-http v0.6.11
6102026-06-05T21:19:24.174Z Compiling derive_more-impl v2.1.1
6112026-06-05T21:19:24.766Z Compiling itertools v0.14.0
6122026-06-05T21:19:24.842Z Compiling regex v1.12.3
6132026-06-05T21:19:24.991Z Compiling crypto-common v0.1.7
6142026-06-05T21:19:25.127Z Compiling block-buffer v0.10.4
6152026-06-05T21:19:25.235Z Compiling ppv-lite86 v0.2.21
6162026-06-05T21:19:25.276Z Compiling futures-executor v0.3.32
6172026-06-05T21:19:25.558Z Compiling rand_core v0.9.5
6182026-06-05T21:19:25.806Z Compiling pin-project-internal v1.1.13
6192026-06-05T21:19:25.807Z Compiling http-body-util v0.1.3
6202026-06-05T21:19:26.032Z Compiling uuid v1.23.2
6212026-06-05T21:19:26.075Z Compiling smol_str v0.3.6
6222026-06-05T21:19:26.263Z Compiling serde_spanned v1.1.1
6232026-06-05T21:19:26.265Z Compiling toml_datetime v1.1.1+spec-1.1.0
6242026-06-05T21:19:26.410Z Compiling filetime v0.2.29
6252026-06-05T21:19:26.413Z Compiling vte v0.14.1
6262026-06-05T21:19:26.576Z Compiling bstr v1.12.1
6272026-06-05T21:19:26.616Z Compiling unicode-xid v0.2.6
6282026-06-05T21:19:26.636Z Compiling anstyle-query v1.1.5
6292026-06-05T21:19:26.685Z Compiling xattr v1.6.1
6302026-06-05T21:19:26.744Z Compiling self_update v0.42.0
6312026-06-05T21:19:26.872Z Compiling litrs v1.0.0
6322026-06-05T21:19:26.891Z Compiling is_terminal_polyfill v1.70.2
6332026-06-05T21:19:26.987Z Compiling static_assertions v1.1.0
6342026-06-05T21:19:27.001Z Compiling eyre v0.6.12
6352026-06-05T21:19:27.062Z Compiling nested v0.1.1
6362026-06-05T21:19:27.148Z Compiling unicase v2.9.0
6372026-06-05T21:19:27.257Z Compiling tinyvec_macros v0.1.1
6382026-06-05T21:19:27.296Z Compiling colorchoice v1.0.5
6392026-06-05T21:19:27.316Z Compiling color-spantrace v0.3.0
6402026-06-05T21:19:27.316Z Compiling iana-time-zone v0.1.65
6412026-06-05T21:19:27.329Z Compiling number_prefix v0.4.0
6422026-06-05T21:19:27.352Z Compiling anstyle v1.0.14
6432026-06-05T21:19:27.473Z Compiling indicatif v0.17.11
6442026-06-05T21:19:27.517Z Compiling chrono v0.4.45
6452026-06-05T21:19:27.646Z Compiling anstream v1.0.0
6462026-06-05T21:19:27.707Z Compiling document-features v0.2.12
6472026-06-05T21:19:27.968Z Compiling tinyvec v1.11.0
6482026-06-05T21:19:28.153Z Compiling guppy v0.17.26
6492026-06-05T21:19:28.304Z Compiling globset v0.4.18
6502026-06-05T21:19:28.386Z Compiling pin-project v1.1.13
6512026-06-05T21:19:28.492Z Compiling tar v0.4.46
6522026-06-05T21:19:28.580Z Compiling cargo-util-schemas v0.2.0
6532026-06-05T21:19:29.120Z Compiling strip-ansi-escapes v0.2.1
6542026-06-05T21:19:29.611Z Compiling toml v1.1.2+spec-1.1.0
6552026-06-05T21:19:30.585Z Compiling nextest-metadata v0.12.2
6562026-06-05T21:19:30.868Z Compiling newtype-uuid v1.3.2
6572026-06-05T21:19:31.004Z Compiling reqwest v0.12.28
6582026-06-05T21:19:31.021Z Compiling rand_chacha v0.9.0
6592026-06-05T21:19:31.062Z Compiling futures v0.3.32
6602026-06-05T21:19:31.145Z Compiling digest v0.10.7
6612026-06-05T21:19:31.375Z Compiling derive_more v2.1.1
6622026-06-05T21:19:31.463Z Compiling flate2 v1.1.9
6632026-06-05T21:19:31.568Z Compiling parking_lot v0.12.5
6642026-06-05T21:19:31.568Z Compiling shared_child v1.1.1
6652026-06-05T21:19:31.929Z Compiling tracing-error v0.2.1
6662026-06-05T21:19:32.484Z Compiling signal-hook-mio v0.2.5
6672026-06-05T21:19:32.531Z Compiling self-replace v1.5.0
6682026-06-05T21:19:32.620Z Compiling cargo-platform v0.2.0
6692026-06-05T21:19:32.817Z Compiling quick-xml v0.37.5
6702026-06-05T21:19:32.820Z Compiling quick-xml v0.38.4
6712026-06-05T21:19:33.172Z Compiling indenter v0.3.4
6722026-06-05T21:19:33.302Z Compiling recursion v0.5.4
6732026-06-05T21:19:33.441Z Compiling cpufeatures v0.2.17
6742026-06-05T21:19:33.519Z Compiling strsim v0.11.1
6752026-06-05T21:19:33.549Z Compiling humantime v2.3.0
6762026-06-05T21:19:33.973Z Compiling shell-words v1.1.1
6772026-06-05T21:19:34.233Z Compiling urlencoding v2.1.3
6782026-06-05T21:19:34.326Z Compiling heck v0.5.0
6792026-06-05T21:19:34.340Z Compiling clap_lex v1.1.0
6802026-06-05T21:19:34.521Z Compiling clap_derive v4.6.1
6812026-06-05T21:19:34.696Z Compiling clap_builder v4.6.0
6822026-06-05T21:19:34.716Z Compiling humantime-serde v1.1.1
6832026-06-05T21:19:34.875Z Compiling sha2 v0.10.9
6842026-06-05T21:19:35.769Z Compiling quick-junit v0.5.2
6852026-06-05T21:19:36.097Z Compiling nextest-filtering v0.15.0
6862026-06-05T21:19:36.832Z Compiling cargo_metadata v0.20.0
6872026-06-05T21:19:38.898Z Compiling atomicwrites v0.4.4
6882026-06-05T21:19:39.180Z Compiling crossterm v0.29.0
6892026-06-05T21:19:40.081Z Compiling cargo-nextest v0.9.97
6902026-06-05T21:19:41.121Z Compiling zstd v0.13.3
6912026-06-05T21:19:41.278Z Compiling duct v0.13.7
6922026-06-05T21:19:41.433Z Compiling rand v0.9.4
6932026-06-05T21:19:41.547Z Compiling async-scoped v0.9.0
6942026-06-05T21:19:41.748Z Compiling config v0.15.23
6952026-06-05T21:19:41.995Z Compiling unicode-normalization v0.1.25
6962026-06-05T21:19:42.035Z Compiling target-spec-miette v0.4.8
6972026-06-05T21:19:42.185Z Compiling future-queue v0.4.0
6982026-06-05T21:19:42.417Z Compiling mukti-metadata v0.3.0
6992026-06-05T21:19:42.463Z Compiling tokio-stream v0.1.18
7002026-06-05T21:19:42.475Z Compiling camino-tempfile v1.4.1
7012026-06-05T21:19:42.596Z Compiling derive-where v1.6.1
7022026-06-05T21:19:42.899Z Compiling serde_path_to_error v0.1.20
7032026-06-05T21:19:42.911Z Compiling serde_ignored v0.1.14
7042026-06-05T21:19:42.994Z Compiling indent_write v2.2.0
7052026-06-05T21:19:43.103Z Compiling home v0.5.12
7062026-06-05T21:19:43.130Z Compiling hex v0.4.3
7072026-06-05T21:19:43.143Z Compiling xxhash-rust v0.8.15
7082026-06-05T21:19:43.269Z Compiling swrite v0.1.0
7092026-06-05T21:19:43.324Z Compiling color-eyre v0.6.5
7102026-06-05T21:19:43.360Z Compiling clap v4.6.1
7112026-06-05T21:19:43.374Z Compiling dialoguer v0.11.0
7122026-06-05T21:19:43.414Z Compiling enable-ansi-support v0.2.1
7132026-06-05T21:19:43.862Z Compiling nextest-runner v0.80.0
7142026-06-05T21:20:01.926Z Finished `release` profile [optimized] target(s) in 1m 10s
7152026-06-05T21:20:02.113Z Installing /home/build/.cargo/bin/cargo-nextest
7162026-06-05T21:20:02.116Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7172026-06-05T21:20:02.228Z+ source .github/buildomat/test-common.sh
7182026-06-05T21:20:02.231Z++ NEXTEST_VERSION=0.9.97
7192026-06-05T21:20:02.231Z++ PLATFORM=illumos
7202026-06-05T21:20:02.231Z++ banner install
7212026-06-05T21:20:02.231Z
7222026-06-05T21:20:02.231Z # # # #### ##### ## # #
7232026-06-05T21:20:02.231Z # ## # # # # # # #
7242026-06-05T21:20:02.231Z # # # # #### # # # # #
7252026-06-05T21:20:02.231Z # # # # # # ###### # #
7262026-06-05T21:20:02.232Z # # ## # # # # # # #
7272026-06-05T21:20:02.232Z # # # #### # # # ###### ######
7282026-06-05T21:20:02.232Z
7292026-06-05T21:20:02.232Z++ set +o errexit
7302026-06-05T21:20:02.232Z++ pkg info clang-15
7312026-06-05T21:20:02.232Z++ grep -qi installed
7322026-06-05T21:20:03.420Zpkg: info: no packages matching the following patterns you specified are
7332026-06-05T21:20:03.420Zinstalled on the system. Try querying remotely instead:
7342026-06-05T21:20:03.420Z
7352026-06-05T21:20:03.420Z clang-15
7362026-06-05T21:20:03.459Z++ [[ 1 != 0 ]]
7372026-06-05T21:20:03.459Z++ set -o errexit
7382026-06-05T21:20:03.463Z++ pfexec pkg install clang-15
7392026-06-05T21:20:10.011Z Startup: Refreshing catalog 'helios-dev' ... Done
7402026-06-05T21:20:17.835Z Startup: Caching catalogs ... Done
7412026-06-05T21:20:25.247ZPlanning: Solver setup ... Done
7422026-06-05T21:20:25.289ZPlanning: Running solver ... Done
7432026-06-05T21:20:25.439ZPlanning: Finding local manifests ... Done
7442026-06-05T21:20:25.451ZPlanning: Fetching manifests: 0/2 0% complete
7452026-06-05T21:20:25.532ZPlanning: Fetching manifests: 2/2 100% complete
7462026-06-05T21:20:25.561ZPlanning: Package planning ... Done
7472026-06-05T21:20:25.589ZPlanning: Merging actions ... Done
7482026-06-05T21:20:25.698ZPlanning: Checking for conflicting actions ... Done
7492026-06-05T21:20:25.703ZPlanning: Consolidating action changes ... Done
7502026-06-05T21:20:26.479ZPlanning: Evaluating mediators ... Done
7512026-06-05T21:20:26.484ZPlanning: Planning completed in 8.47 seconds
7522026-06-05T21:20:26.495Z Packages to install: 2
7532026-06-05T21:20:26.499Z Mediators to change: 2
7542026-06-05T21:20:26.499Z Services to change: 1
7552026-06-05T21:20:26.499Z Create boot environment: No
7562026-06-05T21:20:26.499ZCreate backup boot environment: No
7572026-06-05T21:20:26.539Z
7582026-06-05T21:20:26.539ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7592026-06-05T21:20:31.546ZDownload: 1523/3076 items 115.9/211.3MB 54% complete (24.0M/s)
7602026-06-05T21:20:36.547ZDownload: 3035/3076 items 201.8/211.3MB 95% complete (20.3M/s)
7612026-06-05T21:20:37.873ZDownload: Completed 211.31 MB in 11.33 seconds (18.6M/s)
7622026-06-05T21:20:38.008Z Actions: 1/3418 actions (Installing new actions)
7632026-06-05T21:20:41.369Z Actions: Completed 3418 actions in 3.36 seconds.
7642026-06-05T21:20:42.049Z Done
7652026-06-05T21:20:42.049Z Done
7662026-06-05T21:20:42.809Z Done
7672026-06-05T21:20:46.264Z Done
7682026-06-05T21:20:46.340Z Done
7692026-06-05T21:20:46.343Z Done
7702026-06-05T21:20:46.639Z Done
7712026-06-05T21:20:47.344Z++ set -o errexit
7722026-06-05T21:20:47.344Z++ cargo --version
7732026-06-05T21:20:47.353Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7742026-06-05T21:20:47.356Z++ rustc --version
7752026-06-05T21:20:47.375Zrustc 1.95.0 (59807616e 2026-04-14)
7762026-06-05T21:20:47.379Z++ cargo install cargo-nextest --version 0.9.97
7772026-06-05T21:20:47.429Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7782026-06-05T21:20:47.433Z+ pushd mgadm
7792026-06-05T21:20:47.433Z/work/oxidecomputer/maghemite/mgadm /work/oxidecomputer/maghemite
7802026-06-05T21:20:47.433Z+ cargo nextest run
7812026-06-05T21:20:47.592Z Updating git repository `https://github.com/oxidecomputer/falcon`
7822026-06-05T21:20:48.216ZFrom https://github.com/oxidecomputer/falcon
7832026-06-05T21:20:48.216Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7842026-06-05T21:20:48.292Z Updating crates.io index
7852026-06-05T21:20:48.295Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7862026-06-05T21:20:49.218ZFrom https://github.com/oxidecomputer/dendrite
7872026-06-05T21:20:49.218Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7882026-06-05T21:20:49.285Z Updating git repository `https://github.com/oxidecomputer/ispf`
7892026-06-05T21:20:49.560ZFrom https://github.com/oxidecomputer/ispf
7902026-06-05T21:20:49.560Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7912026-06-05T21:20:49.589Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7922026-06-05T21:20:49.945ZFrom https://github.com/oxidecomputer/netadm-sys
7932026-06-05T21:20:49.945Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7942026-06-05T21:20:49.952Z Updating git repository `https://github.com/oxidecomputer/omicron`
7952026-06-05T21:20:57.501ZFrom https://github.com/oxidecomputer/omicron
7962026-06-05T21:20:57.501Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7972026-06-05T21:20:57.911Z Updating git repository `https://github.com/oxidecomputer/opte`
7982026-06-05T21:20:58.547ZFrom https://github.com/oxidecomputer/opte
7992026-06-05T21:20:58.547Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8002026-06-05T21:20:58.578Z Updating git repository `https://github.com/illumos/smf-rs`
8012026-06-05T21:20:58.841ZFrom https://github.com/illumos/smf-rs
8022026-06-05T21:20:58.841Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8032026-06-05T21:20:58.894Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8042026-06-05T21:20:59.160ZFrom https://github.com/oxidecomputer/network-interface
8052026-06-05T21:20:59.161Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8062026-06-05T21:20:59.193Z Updating git repository `https://github.com/oxidecomputer/zone`
8072026-06-05T21:20:59.476ZFrom https://github.com/oxidecomputer/zone
8082026-06-05T21:20:59.476Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8092026-06-05T21:20:59.497Z Updating git repository `https://github.com/oxidecomputer/propolis`
8102026-06-05T21:21:00.365ZFrom https://github.com/oxidecomputer/propolis
8112026-06-05T21:21:00.366Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8122026-06-05T21:21:00.445Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8132026-06-05T21:21:00.945ZFrom https://github.com/oxidecomputer/transceiver-control
8142026-06-05T21:21:00.945Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8152026-06-05T21:21:00.986Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8162026-06-05T21:21:01.271ZFrom https://github.com/oxidecomputer/dlpi-sys
8172026-06-05T21:21:01.271Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8182026-06-05T21:21:01.284Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8192026-06-05T21:21:01.586ZFrom https://github.com/jmesmon/rust-libzfs
8202026-06-05T21:21:01.586Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8212026-06-05T21:21:01.594Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8222026-06-05T21:21:01.875ZFrom https://github.com/oxidecomputer/rusty-doors
8232026-06-05T21:21:01.876Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8242026-06-05T21:21:01.883Z Updating git repository `https://github.com/oxidecomputer/lldp`
8252026-06-05T21:21:02.439ZFrom https://github.com/oxidecomputer/lldp
8262026-06-05T21:21:02.439Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8272026-06-05T21:21:02.463Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8282026-06-05T21:21:02.740ZFrom https://github.com/oxidecomputer/slog-error-chain
8292026-06-05T21:21:02.740Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8302026-06-05T21:21:02.781Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8312026-06-05T21:21:03.235ZFrom https://github.com/oxidecomputer/tufaceous
8322026-06-05T21:21:03.236Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8332026-06-05T21:21:03.286Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8342026-06-05T21:21:03.761ZFrom https://github.com/oxidecomputer/management-gateway-service
8352026-06-05T21:21:03.761Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8362026-06-05T21:21:03.776Z Updating git repository `https://github.com/oxidecomputer/crucible`
8372026-06-05T21:21:04.593ZFrom https://github.com/oxidecomputer/crucible
8382026-06-05T21:21:04.593Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8392026-06-05T21:21:04.650Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8402026-06-05T21:21:04.912ZFrom https://github.com/oxidecomputer/serde_human_bytes
8412026-06-05T21:21:04.912Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8422026-06-05T21:21:04.973Z Updating git repository `https://github.com/oxidecomputer/propolis`
8432026-06-05T21:21:05.410ZFrom https://github.com/oxidecomputer/propolis
8442026-06-05T21:21:05.410Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8452026-06-05T21:21:05.600Z Updating git repository `https://github.com/oxidecomputer/crucible`
8462026-06-05T21:21:06.198ZFrom https://github.com/oxidecomputer/crucible
8472026-06-05T21:21:06.198Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8482026-06-05T21:21:06.381Z Updating git repository `https://github.com/oxidecomputer/tofino`
8492026-06-05T21:21:06.753ZFrom https://github.com/oxidecomputer/tofino
8502026-06-05T21:21:06.754Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8512026-06-05T21:21:06.764Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8522026-06-05T21:21:07.410ZFrom https://github.com/oxidecomputer/maghemite
8532026-06-05T21:21:07.410Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8542026-06-05T21:21:07.456Z Updating git repository `https://github.com/oxidecomputer/clickward`
8552026-06-05T21:21:07.895ZFrom https://github.com/oxidecomputer/clickward
8562026-06-05T21:21:07.895Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8572026-06-05T21:21:08.178Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8582026-06-05T21:21:08.428ZFrom https://github.com/oxidecomputer/illumos-devinfo
8592026-06-05T21:21:08.428Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8602026-06-05T21:21:09.326Z Downloading crates ...
8612026-06-05T21:21:09.427Z Downloaded aead v0.5.2
8622026-06-05T21:21:09.430Z Downloaded async-stream-impl v0.3.6
8632026-06-05T21:21:09.434Z Downloaded async-trait v0.1.89
8642026-06-05T21:21:09.440Z Downloaded ciborium-io v0.2.2
8652026-06-05T21:21:09.443Z Downloaded base16ct v0.2.0
8662026-06-05T21:21:09.443Z Downloaded anyhow v1.0.102
8672026-06-05T21:21:09.446Z Downloaded daft v0.1.7
8682026-06-05T21:21:09.449Z Downloaded const-random-macro v0.1.16
8692026-06-05T21:21:09.452Z Downloaded foreign-types v0.5.0
8702026-06-05T21:21:09.452Z Downloaded ciborium-ll v0.2.2
8712026-06-05T21:21:09.455Z Downloaded async-stream v0.3.6
8722026-06-05T21:21:09.455Z Downloaded float-ord v0.3.2
8732026-06-05T21:21:09.458Z Downloaded foreign-types-shared v0.3.1
8742026-06-05T21:21:09.458Z Downloaded crunchy v0.2.4
8752026-06-05T21:21:09.460Z Downloaded linked-hash-map v0.5.6
8762026-06-05T21:21:09.460Z Downloaded embedded-io v0.6.1
8772026-06-05T21:21:09.463Z Downloaded instant v0.1.13
8782026-06-05T21:21:09.466Z Downloaded fxhash v0.2.1
8792026-06-05T21:21:09.466Z Downloaded is-terminal v0.4.17
8802026-06-05T21:21:09.470Z Downloaded fs-err v3.3.0
8812026-06-05T21:21:09.470Z Downloaded dtrace-parser v0.2.0
8822026-06-05T21:21:09.470Z Downloaded foldhash v0.2.0
8832026-06-05T21:21:09.474Z Downloaded newtype_derive v0.1.6
8842026-06-05T21:21:09.474Z Downloaded compression-core v0.4.32
8852026-06-05T21:21:09.477Z Downloaded natord v1.0.9
8862026-06-05T21:21:09.477Z Downloaded data-encoding v2.11.0
8872026-06-05T21:21:09.480Z Downloaded num-derive v0.4.2
8882026-06-05T21:21:09.480Z Downloaded hash32 v0.3.1
8892026-06-05T21:21:09.482Z Downloaded httpdate v1.0.3
8902026-06-05T21:21:09.482Z Downloaded crossbeam-deque v0.8.6
8912026-06-05T21:21:09.485Z Downloaded num v0.4.3
8922026-06-05T21:21:09.485Z Downloaded bytecount v0.6.9
8932026-06-05T21:21:09.488Z Downloaded bit-set v0.8.0
8942026-06-05T21:21:09.491Z Downloaded ingot-macros v0.1.1
8952026-06-05T21:21:09.491Z Downloaded libsw v3.5.0
8962026-06-05T21:21:09.494Z Downloaded highway v1.3.0
8972026-06-05T21:21:09.494Z Downloaded memmap2 v0.9.10
8982026-06-05T21:21:09.497Z Downloaded dunce v1.0.5
8992026-06-05T21:21:09.500Z Downloaded dtrace-parser v0.3.0
9002026-06-05T21:21:09.500Z Downloaded defmt-macros v1.1.0
9012026-06-05T21:21:09.503Z Downloaded crucible-workspace-hack v0.1.0
9022026-06-05T21:21:09.503Z Downloaded critical-section v1.2.0
9032026-06-05T21:21:09.506Z Downloaded const_format_proc_macros v0.2.34
9042026-06-05T21:21:09.509Z Downloaded darling v0.23.0
9052026-06-05T21:21:09.512Z Downloaded num-conv v0.2.2
9062026-06-05T21:21:09.512Z Downloaded memoffset v0.9.1
9072026-06-05T21:21:09.515Z Downloaded hmac v0.12.1
9082026-06-05T21:21:09.518Z Downloaded hubpack v0.1.2
9092026-06-05T21:21:09.518Z Downloaded hostname v0.4.2
9102026-06-05T21:21:09.521Z Downloaded expectorate v1.2.0
9112026-06-05T21:21:09.524Z Downloaded darling_macro v0.23.0
9122026-06-05T21:21:09.524Z Downloaded num_enum_derive v0.5.11
9132026-06-05T21:21:09.527Z Downloaded dyn-clone v1.0.20
9142026-06-05T21:21:09.527Z Downloaded defmt v0.3.100
9152026-06-05T21:21:09.527Z Downloaded memmap v0.7.0
9162026-06-05T21:21:09.530Z Downloaded gethostname v0.5.0
9172026-06-05T21:21:09.530Z Downloaded num_threads v0.1.7
9182026-06-05T21:21:09.533Z Downloaded newtype-uuid-macros v0.1.0
9192026-06-05T21:21:09.533Z Downloaded compression-codecs v0.4.38
9202026-06-05T21:21:09.536Z Downloaded hubpack_derive v0.1.1
9212026-06-05T21:21:09.539Z Downloaded mime v0.3.17
9222026-06-05T21:21:09.539Z Downloaded idna_adapter v1.2.2
9232026-06-05T21:21:09.541Z Downloaded macaddr v1.0.1
9242026-06-05T21:21:09.541Z Downloaded defmt-parser v1.0.0
9252026-06-05T21:21:09.545Z Downloaded colored v3.1.1
9262026-06-05T21:21:09.545Z Downloaded fs_extra v1.3.0
9272026-06-05T21:21:09.548Z Downloaded num-rational v0.4.2
9282026-06-05T21:21:09.550Z Downloaded chacha20 v0.9.1
9292026-06-05T21:21:09.550Z Downloaded byteorder v1.5.0
9302026-06-05T21:21:09.553Z Downloaded keccak v0.1.6
9312026-06-05T21:21:09.553Z Downloaded lru-cache v0.1.2
9322026-06-05T21:21:09.557Z Downloaded dof v0.4.0
9332026-06-05T21:21:09.557Z Downloaded inout v0.1.4
9342026-06-05T21:21:09.557Z Downloaded dropshot-api-manager-types v0.7.2
9352026-06-05T21:21:09.560Z Downloaded crypto-common v0.2.2
9362026-06-05T21:21:09.560Z Downloaded darling_macro v0.21.3
9372026-06-05T21:21:09.562Z Downloaded git-stub v1.0.0
9382026-06-05T21:21:09.562Z Downloaded internet-checksum v0.2.1
9392026-06-05T21:21:09.562Z Downloaded managed v0.8.0
9402026-06-05T21:21:09.565Z Downloaded cstr-argument v0.1.2
9412026-06-05T21:21:09.565Z Downloaded hostname v0.3.1
9422026-06-05T21:21:09.568Z Downloaded cipher v0.4.4
9432026-06-05T21:21:09.568Z Downloaded bcs v0.1.6
9442026-06-05T21:21:09.571Z Downloaded arrayvec v0.7.6
9452026-06-05T21:21:09.571Z Downloaded no-std-compat v0.4.1
9462026-06-05T21:21:09.574Z Downloaded cpufeatures v0.3.0
9472026-06-05T21:21:09.574Z Downloaded console v0.16.3
9482026-06-05T21:21:09.577Z Downloaded ciborium v0.2.2
9492026-06-05T21:21:09.580Z Downloaded num-iter v0.1.45
9502026-06-05T21:21:09.580Z Downloaded pretty-hex v0.4.2
9512026-06-05T21:21:09.580Z Downloaded opaque-debug v0.3.1
9522026-06-05T21:21:09.583Z Downloaded powerfmt v0.2.0
9532026-06-05T21:21:09.584Z Downloaded derive_more v0.99.20
9542026-06-05T21:21:09.587Z Downloaded plain v0.2.3
9552026-06-05T21:21:09.587Z Downloaded enum-as-inner v0.6.1
9562026-06-05T21:21:09.590Z Downloaded num_enum_derive v0.7.6
9572026-06-05T21:21:09.590Z Downloaded num_enum v0.5.11
9582026-06-05T21:21:09.594Z Downloaded multer v3.1.0
9592026-06-05T21:21:09.596Z Downloaded erased-serde v0.3.31
9602026-06-05T21:21:09.600Z Downloaded crossbeam-utils v0.8.21
9612026-06-05T21:21:09.602Z Downloaded proc-macro-crate v1.3.1
9622026-06-05T21:21:09.603Z Downloaded potential_utf v0.1.5
9632026-06-05T21:21:09.606Z Downloaded olpc-cjson v0.1.4
9642026-06-05T21:21:09.606Z Downloaded num_enum v0.7.6
9652026-06-05T21:21:09.609Z Downloaded progenitor-macro v0.14.0
9662026-06-05T21:21:09.609Z Downloaded progenitor-macro v0.13.0
9672026-06-05T21:21:09.611Z Downloaded progenitor-client v0.10.0
9682026-06-05T21:21:09.611Z Downloaded num-integer v0.1.46
9692026-06-05T21:21:09.614Z Downloaded ref-cast-impl v1.0.25
9702026-06-05T21:21:09.614Z Downloaded quick-error v1.2.3
9712026-06-05T21:21:09.614Z Downloaded diff v0.1.13
9722026-06-05T21:21:09.617Z Downloaded derive-ex v0.1.8
9732026-06-05T21:21:09.618Z Downloaded csv-core v0.1.13
9742026-06-05T21:21:09.621Z Downloaded ref-cast v1.0.25
9752026-06-05T21:21:09.625Z Downloaded proc-macro-crate v3.5.0
9762026-06-05T21:21:09.625Z Downloaded phf v0.12.1
9772026-06-05T21:21:09.625Z Downloaded pem v3.0.6
9782026-06-05T21:21:09.627Z Downloaded cargo_toml v0.22.3
9792026-06-05T21:21:09.628Z Downloaded scroll_derive v0.12.1
9802026-06-05T21:21:09.628Z Downloaded elliptic-curve v0.13.8
9812026-06-05T21:21:09.630Z Downloaded chacha20 v0.10.0
9822026-06-05T21:21:09.633Z Downloaded byte-wrapper v0.1.0
9832026-06-05T21:21:09.636Z Downloaded rustc_version v0.1.7
9842026-06-05T21:21:09.636Z Downloaded progenitor-extras v0.2.0
9852026-06-05T21:21:09.636Z Downloaded argon2 v0.5.3
9862026-06-05T21:21:09.639Z Downloaded serde_plain v1.0.2
9872026-06-05T21:21:09.639Z Downloaded displaydoc v0.2.6
9882026-06-05T21:21:09.642Z Downloaded semver v0.1.20
9892026-06-05T21:21:09.642Z Downloaded sha1 v0.10.6
9902026-06-05T21:21:09.645Z Downloaded glob v0.3.3
9912026-06-05T21:21:09.645Z Downloaded git-stub-vcs v0.1.0
9922026-06-05T21:21:09.645Z Downloaded num-complex v0.4.6
9932026-06-05T21:21:09.648Z Downloaded same-file v1.0.6
9942026-06-05T21:21:09.648Z Downloaded linear-map v1.2.0
9952026-06-05T21:21:09.651Z Downloaded oxnet v0.1.6
9962026-06-05T21:21:09.651Z Downloaded oxide-tokio-rt v0.1.6
9972026-06-05T21:21:09.654Z Downloaded phf_shared v0.12.1
9982026-06-05T21:21:09.654Z Downloaded paste v1.0.15
9992026-06-05T21:21:09.657Z Downloaded serial_test v3.5.0
10002026-06-05T21:21:09.657Z Downloaded password-hash v0.5.0
10012026-06-05T21:21:09.660Z Downloaded serde_repr v0.1.20
10022026-06-05T21:21:09.663Z Downloaded drift v0.2.0
10032026-06-05T21:21:09.667Z Downloaded pest_derive v2.8.6
10042026-06-05T21:21:09.670Z Downloaded slog-envlogger v2.2.0
10052026-06-05T21:21:09.673Z Downloaded proc-macro-error v1.0.4
10062026-06-05T21:21:09.673Z Downloaded siphasher v1.0.3
10072026-06-05T21:21:09.676Z Downloaded parking_lot v0.11.2
10082026-06-05T21:21:09.678Z Downloaded smawk v0.3.2
10092026-06-05T21:21:09.678Z Downloaded serial_test_derive v3.5.0
10102026-06-05T21:21:09.678Z Downloaded nom v7.1.3
10112026-06-05T21:21:09.682Z Downloaded rand_chacha v0.3.1
10122026-06-05T21:21:09.684Z Downloaded structmeta-derive v0.3.0
10132026-06-05T21:21:09.684Z Downloaded rand_core v0.10.1
10142026-06-05T21:21:09.689Z Downloaded stable_deref_trait v1.2.1
10152026-06-05T21:21:09.689Z Downloaded crossbeam-channel v0.5.15
10162026-06-05T21:21:09.689Z Downloaded progenitor v0.14.0
10172026-06-05T21:21:09.692Z Downloaded progenitor v0.13.0
10182026-06-05T21:21:09.692Z Downloaded parse-display v0.10.0
10192026-06-05T21:21:09.692Z Downloaded strum v0.27.2
10202026-06-05T21:21:09.695Z Downloaded progenitor-client v0.13.0
10212026-06-05T21:21:09.695Z Downloaded serde_derive_internals v0.29.1
10222026-06-05T21:21:09.695Z Downloaded scroll v0.12.0
10232026-06-05T21:21:09.698Z Downloaded proc-macro-error-attr v1.0.4
10242026-06-05T21:21:09.698Z Downloaded bit-vec v0.8.0
10252026-06-05T21:21:09.698Z Downloaded resolv-conf v0.7.6
10262026-06-05T21:21:09.701Z Downloaded tabled_derive v0.7.0
10272026-06-05T21:21:09.701Z Downloaded structmeta v0.3.0
10282026-06-05T21:21:09.701Z Downloaded rustls-native-certs v0.8.4
10292026-06-05T21:21:09.704Z Downloaded defmt v1.1.0
10302026-06-05T21:21:09.707Z Downloaded darling_core v0.21.3
10312026-06-05T21:21:09.710Z Downloaded dropshot_endpoint v0.17.1
10322026-06-05T21:21:09.713Z Downloaded serde-big-array v0.5.1
10332026-06-05T21:21:09.713Z Downloaded take_mut v0.2.2
10342026-06-05T21:21:09.716Z Downloaded tabwriter v1.4.1
10352026-06-05T21:21:09.716Z Downloaded testing_table v0.3.0
10362026-06-05T21:21:09.717Z Downloaded cookie v0.18.1
10372026-06-05T21:21:09.721Z Downloaded progenitor-macro v0.10.0
10382026-06-05T21:21:09.721Z Downloaded rustls-pemfile v2.2.0
10392026-06-05T21:21:09.721Z Downloaded progenitor v0.10.0
10402026-06-05T21:21:09.722Z Downloaded proc-macro-error2 v2.0.1
10412026-06-05T21:21:09.725Z Downloaded slog-json v2.6.1
10422026-06-05T21:21:09.725Z Downloaded omicron-zone-package v0.12.2
10432026-06-05T21:21:09.728Z Downloaded pest_generator v2.8.6
10442026-06-05T21:21:09.728Z Downloaded thread-id v5.1.0
10452026-06-05T21:21:09.731Z Downloaded termtree v0.5.1
10462026-06-05T21:21:09.731Z Downloaded secrecy v0.10.3
10472026-06-05T21:21:09.731Z Downloaded thiserror-impl-no-std v2.0.2
10482026-06-05T21:21:09.735Z Downloaded strum v0.26.3
10492026-06-05T21:21:09.735Z Downloaded scroll v0.13.0
10502026-06-05T21:21:09.735Z Downloaded rustversion v1.0.22
10512026-06-05T21:21:09.738Z Downloaded rusty-fork v0.3.1
10522026-06-05T21:21:09.738Z Downloaded sha1 v0.11.0
10532026-06-05T21:21:09.738Z Downloaded serde_tokenstream v0.2.3
10542026-06-05T21:21:09.741Z Downloaded smf v0.2.3
10552026-06-05T21:21:09.741Z Downloaded slog-term v2.9.2
10562026-06-05T21:21:09.741Z Downloaded time-core v0.1.8
10572026-06-05T21:21:09.745Z Downloaded typify-macro v0.6.2
10582026-06-05T21:21:09.745Z Downloaded typify-macro v0.4.3
10592026-06-05T21:21:09.745Z Downloaded topological-sort v0.2.2
10602026-06-05T21:21:09.745Z Downloaded slog-dtrace v0.3.0
10612026-06-05T21:21:09.748Z Downloaded unarray v0.1.4
10622026-06-05T21:21:09.748Z Downloaded tagptr v0.2.0
10632026-06-05T21:21:09.748Z Downloaded tabled_derive v0.11.0
10642026-06-05T21:21:09.748Z Downloaded sigpipe v0.1.3
10652026-06-05T21:21:09.751Z Downloaded parking_lot_core v0.8.6
10662026-06-05T21:21:09.751Z Downloaded indexmap v1.9.3
10672026-06-05T21:21:09.754Z Downloaded parse-display-derive v0.10.0
10682026-06-05T21:21:09.754Z Downloaded litemap v0.8.2
10692026-06-05T21:21:09.758Z Downloaded progenitor-impl v0.10.0
10702026-06-05T21:21:09.758Z Downloaded progenitor-client v0.14.0
10712026-06-05T21:21:09.761Z Downloaded spin v0.5.2
10722026-06-05T21:21:09.761Z Downloaded strum_macros v0.27.2
10732026-06-05T21:21:09.761Z Downloaded synstructure v0.13.2
10742026-06-05T21:21:09.761Z Downloaded schemars_derive v0.8.22
10752026-06-05T21:21:09.766Z Downloaded usdt v0.5.0
10762026-06-05T21:21:09.766Z Downloaded progenitor-impl v0.13.0
10772026-06-05T21:21:09.769Z Downloaded unit-prefix v0.5.2
10782026-06-05T21:21:09.769Z Downloaded usdt v0.6.0
10792026-06-05T21:21:09.769Z Downloaded universal-hash v0.5.1
10802026-06-05T21:21:09.769Z Downloaded strum_macros v0.26.4
10812026-06-05T21:21:09.769Z Downloaded waitgroup v0.1.2
10822026-06-05T21:21:09.769Z Downloaded thiserror-no-std v2.0.2
10832026-06-05T21:21:09.773Z Downloaded usdt-macro v0.6.0
10842026-06-05T21:21:09.773Z Downloaded usdt-attr-macro v0.6.0
10852026-06-05T21:21:09.773Z Downloaded usdt-attr-macro v0.5.0
10862026-06-05T21:21:09.773Z Downloaded wait-timeout v0.2.1
10872026-06-05T21:21:09.777Z Downloaded papergrid v0.11.0
10882026-06-05T21:21:09.780Z Downloaded yoke-derive v0.8.2
10892026-06-05T21:21:09.780Z Downloaded usdt-macro v0.5.0
10902026-06-05T21:21:09.780Z Downloaded crypto-bigint v0.5.5
10912026-06-05T21:21:09.783Z Downloaded rhai_codegen v3.2.0
10922026-06-05T21:21:09.787Z Downloaded smartstring v1.0.1
10932026-06-05T21:21:09.858Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10942026-06-05T21:21:09.858Z Downloaded zeroize_derive v1.4.3
10952026-06-05T21:21:09.858Z Downloaded tinystr v0.8.3
10962026-06-05T21:21:09.858Z Downloaded time-macros v0.2.27
10972026-06-05T21:21:09.858Z Downloaded icu_properties v2.2.0
10982026-06-05T21:21:09.858Z Downloaded icu_provider v2.2.0
10992026-06-05T21:21:09.858Z Downloaded darling_core v0.23.0
11002026-06-05T21:21:09.858Z Downloaded const_format v0.2.36
11012026-06-05T21:21:09.858Z Downloaded zone_cfg_derive v0.3.1
11022026-06-05T21:21:09.858Z Downloaded thread-id v4.2.2
11032026-06-05T21:21:09.858Z Downloaded const-oid v0.10.2
11042026-06-05T21:21:09.858Z Downloaded serde_with_macros v3.20.0
11052026-06-05T21:21:09.858Z Downloaded rustls-platform-verifier v0.7.0
11062026-06-05T21:21:09.858Z Downloaded zerofrom-derive v0.1.7
11072026-06-05T21:21:09.859Z Downloaded zerofrom v0.1.8
11082026-06-05T21:21:09.859Z Downloaded tiny-keccak v2.0.2
11092026-06-05T21:21:09.859Z Downloaded konst v0.2.20
11102026-06-05T21:21:09.859Z Downloaded arc-swap v1.9.1
11112026-06-05T21:21:09.859Z Downloaded zone v0.3.1
11122026-06-05T21:21:09.859Z Downloaded term v1.2.1
11132026-06-05T21:21:09.859Z Downloaded postcard v1.1.3
11142026-06-05T21:21:09.859Z Downloaded utf-8 v0.7.6
11152026-06-05T21:21:09.859Z Downloaded tokio-tungstenite v0.21.0
11162026-06-05T21:21:09.859Z Downloaded base64 v0.21.7
11172026-06-05T21:21:09.859Z Downloaded xz2 v0.1.7
11182026-06-05T21:21:09.859Z Downloaded writeable v0.6.3
11192026-06-05T21:21:09.859Z Downloaded similar v2.7.0
11202026-06-05T21:21:09.859Z Downloaded untrusted v0.7.1
11212026-06-05T21:21:09.859Z Downloaded spin v0.9.8
11222026-06-05T21:21:09.859Z Downloaded serde_yaml v0.9.34+deprecated
11232026-06-05T21:21:09.859Z Downloaded whoami v1.6.1
11242026-06-05T21:21:09.859Z Downloaded vsss-rs v3.3.4
11252026-06-05T21:21:09.859Z Downloaded usdt-impl v0.5.0
11262026-06-05T21:21:09.859Z Downloaded progenitor-impl v0.14.0
11272026-06-05T21:21:09.859Z Downloaded poly1305 v0.8.0
11282026-06-05T21:21:09.859Z Downloaded indicatif v0.18.4
11292026-06-05T21:21:09.861Z Downloaded ucd-trie v0.1.7
11302026-06-05T21:21:09.861Z Downloaded papergrid v0.18.0
11312026-06-05T21:21:09.861Z Downloaded schemars v0.9.0
11322026-06-05T21:21:09.861Z Downloaded tokio-dtrace v0.1.1
11332026-06-05T21:21:09.865Z Downloaded icu_normalizer_data v2.2.0
11342026-06-05T21:21:09.865Z Downloaded test-strategy v0.4.5
11352026-06-05T21:21:09.865Z Downloaded schemars v0.8.22
11362026-06-05T21:21:09.869Z Downloaded zerovec-derive v0.11.3
11372026-06-05T21:21:09.871Z Downloaded zerocopy-derive v0.7.35
11382026-06-05T21:21:09.874Z Downloaded walkdir v2.5.0
11392026-06-05T21:21:09.874Z Downloaded toml v0.7.8
11402026-06-05T21:21:09.877Z Downloaded typify v0.4.3
11412026-06-05T21:21:09.880Z Downloaded rayon-core v1.13.0
11422026-06-05T21:21:09.883Z Downloaded schemars v1.2.1
11432026-06-05T21:21:09.889Z Downloaded yoke v0.8.3
11442026-06-05T21:21:09.892Z Downloaded usdt-impl v0.6.0
11452026-06-05T21:21:09.892Z Downloaded tungstenite v0.21.0
11462026-06-05T21:21:09.895Z Downloaded toml v0.9.12+spec-1.1.0
11472026-06-05T21:21:09.897Z Downloaded toml_edit v0.25.12+spec-1.1.0
11482026-06-05T21:21:09.902Z Downloaded jiff-static v0.2.28
11492026-06-05T21:21:09.902Z Downloaded icu_locale_core v2.2.0
11502026-06-05T21:21:09.904Z Downloaded heapless v0.8.0
11512026-06-05T21:21:09.907Z Downloaded pretty_assertions v1.4.1
11522026-06-05T21:21:09.907Z Downloaded hickory-resolver v0.25.2
11532026-06-05T21:21:09.910Z Downloaded dropshot-api-manager v0.7.2
11542026-06-05T21:21:09.914Z Downloaded unsafe-libyaml v0.2.11
11552026-06-05T21:21:09.917Z Downloaded rand v0.8.6
11562026-06-05T21:21:09.917Z Downloaded toml_edit v0.19.15
11572026-06-05T21:21:09.928Z Downloaded zerotrie v0.2.4
11582026-06-05T21:21:09.930Z Downloaded hashbrown v0.12.3
11592026-06-05T21:21:09.933Z Downloaded aws-lc-rs v1.17.0
11602026-06-05T21:21:09.938Z Downloaded steno v0.4.1
11612026-06-05T21:21:09.941Z Downloaded typify v0.6.2
11622026-06-05T21:21:09.944Z Downloaded pest_meta v2.8.6
11632026-06-05T21:21:09.949Z Downloaded thin-vec v0.2.18
11642026-06-05T21:21:09.949Z Downloaded slog v2.8.2
11652026-06-05T21:21:09.949Z Downloaded icu_properties_data v2.2.0
11662026-06-05T21:21:09.953Z Downloaded typed-path v0.9.3
11672026-06-05T21:21:09.957Z Downloaded prettyplease v0.2.37
11682026-06-05T21:21:09.960Z Downloaded snafu v0.8.9
11692026-06-05T21:21:09.963Z Downloaded reqwest v0.13.4
11702026-06-05T21:21:09.966Z Downloaded zerovec v0.11.6
11712026-06-05T21:21:09.971Z Downloaded rand v0.10.1
11722026-06-05T21:21:09.974Z Downloaded blake3 v1.8.5
11732026-06-05T21:21:09.978Z Downloaded qorb v0.4.1
11742026-06-05T21:21:09.981Z Downloaded yansi v1.0.1
11752026-06-05T21:21:09.984Z Downloaded tough v0.22.0
11762026-06-05T21:21:09.991Z Downloaded zerocopy-derive v0.8.50
11772026-06-05T21:21:09.994Z Downloaded pest v2.8.6
11782026-06-05T21:21:09.997Z Downloaded proptest v1.11.0
11792026-06-05T21:21:10.003Z Downloaded hickory-resolver v0.24.4
11802026-06-05T21:21:10.006Z Downloaded minimal-lexical v0.2.1
11812026-06-05T21:21:10.009Z Downloaded nom v8.0.0
11822026-06-05T21:21:10.012Z Downloaded itertools v0.12.1
11832026-06-05T21:21:10.015Z Downloaded time v0.3.47
11842026-06-05T21:21:10.021Z Downloaded hashbrown v0.16.1
11852026-06-05T21:21:10.025Z Downloaded icu_collections v2.2.0
11862026-06-05T21:21:10.029Z Downloaded half v2.7.1
11872026-06-05T21:21:10.032Z Downloaded async-compression v0.4.42
11882026-06-05T21:21:10.035Z Downloaded chacha20poly1305 v0.10.1
11892026-06-05T21:21:10.038Z Downloaded snafu-derive v0.8.9
11902026-06-05T21:21:10.038Z Downloaded slog-stdlog v4.1.1
11912026-06-05T21:21:10.038Z Downloaded slog-scope v4.4.1
11922026-06-05T21:21:10.041Z Downloaded slog-async v2.8.0
11932026-06-05T21:21:10.041Z Downloaded slog-bunyan v2.5.0
11942026-06-05T21:21:10.041Z Downloaded rand_xorshift v0.4.0
11952026-06-05T21:21:10.041Z Downloaded proc-macro-error-attr2 v2.0.0
11962026-06-05T21:21:10.041Z Downloaded ipnetwork v0.21.1
11972026-06-05T21:21:10.044Z Downloaded crossbeam-epoch v0.9.18
11982026-06-05T21:21:10.044Z Downloaded group v0.13.0
11992026-06-05T21:21:10.044Z Downloaded scroll_derive v0.13.1
12002026-06-05T21:21:10.047Z Downloaded cancel-safe-futures v0.1.5
12012026-06-05T21:21:10.047Z Downloaded bitflags v1.3.2
12022026-06-05T21:21:10.050Z Downloaded libm v0.2.16
12032026-06-05T21:21:10.054Z Downloaded hkdf v0.12.4
12042026-06-05T21:21:10.058Z Downloaded libsw-core v0.3.2
12052026-06-05T21:21:10.058Z Downloaded libscf-sys v1.2.0
12062026-06-05T21:21:10.058Z Downloaded ingot-types v0.1.2
12072026-06-05T21:21:10.061Z Downloaded ingot v0.1.1
12082026-06-05T21:21:10.061Z Downloaded smoltcp v0.11.0
12092026-06-05T21:21:10.069Z Downloaded dropshot v0.17.1
12102026-06-05T21:21:10.080Z Downloaded embedded-io v0.4.0
12112026-06-05T21:21:10.082Z Downloaded openapiv3 v2.2.0
12122026-06-05T21:21:10.086Z Downloaded winnow v0.5.40
12132026-06-05T21:21:10.092Z Downloaded goblin v0.10.7
12142026-06-05T21:21:10.098Z Downloaded iddqd v0.4.2
12152026-06-05T21:21:10.102Z Downloaded goblin v0.8.2
12162026-06-05T21:21:10.105Z Downloaded zerocopy v0.7.35
12172026-06-05T21:21:10.114Z Downloaded rayon v1.12.0
12182026-06-05T21:21:10.120Z Downloaded daft-derive v0.1.7
12192026-06-05T21:21:10.123Z Downloaded moka v0.12.15
12202026-06-05T21:21:10.127Z Downloaded sled v0.34.7
12212026-06-05T21:21:10.133Z Downloaded tabled v0.15.0
12222026-06-05T21:21:10.143Z Downloaded tabled v0.21.0
12232026-06-05T21:21:10.153Z Downloaded syn v1.0.109
12242026-06-05T21:21:10.159Z Downloaded serde_with v3.20.0
12252026-06-05T21:21:10.167Z Downloaded bs58 v0.5.1
12262026-06-05T21:21:10.170Z Downloaded omicron-workspace-hack v0.1.0
12272026-06-05T21:21:10.171Z Downloaded convert_case v0.4.0
12282026-06-05T21:21:10.171Z Downloaded constant_time_eq v0.4.2
12292026-06-05T21:21:10.171Z Downloaded block-buffer v0.12.0
12302026-06-05T21:21:10.171Z Downloaded dof v0.3.0
12312026-06-05T21:21:10.171Z Downloaded backon v1.6.0
12322026-06-05T21:21:10.175Z Downloaded crc8 v0.1.1
12332026-06-05T21:21:10.175Z Downloaded cobs v0.3.0
12342026-06-05T21:21:10.175Z Downloaded async-recursion v1.1.1
12352026-06-05T21:21:10.180Z Downloaded cmake v0.1.58
12362026-06-05T21:21:10.180Z Downloaded heck v0.4.1
12372026-06-05T21:21:10.180Z Downloaded const-random v0.1.18
12382026-06-05T21:21:10.180Z Downloaded match_cfg v0.1.0
12392026-06-05T21:21:10.180Z Downloaded newline-converter v0.3.0
12402026-06-05T21:21:10.180Z Downloaded ident_case v1.0.1
12412026-06-05T21:21:10.180Z Downloaded icu_normalizer v2.2.0
12422026-06-05T21:21:10.183Z Downloaded allocator-api2 v0.2.21
12432026-06-05T21:21:10.183Z Downloaded darling v0.21.3
12442026-06-05T21:21:10.186Z Downloaded blake2 v0.10.6
12452026-06-05T21:21:10.186Z Downloaded hybrid-array v0.4.12
12462026-06-05T21:21:10.189Z Downloaded deranged v0.5.8
12472026-06-05T21:21:10.189Z Downloaded base16ct v1.0.0
12482026-06-05T21:21:10.189Z Downloaded konst_macro_rules v0.2.19
12492026-06-05T21:21:10.192Z Downloaded ff v0.13.1
12502026-06-05T21:21:10.192Z Downloaded digest v0.11.3
12512026-06-05T21:21:10.192Z Downloaded foreign-types-macros v0.2.3
12522026-06-05T21:21:10.195Z Downloaded fixedbitset v0.4.2
12532026-06-05T21:21:10.196Z Downloaded chrono-tz v0.10.4
12542026-06-05T21:21:10.204Z Downloaded backoff v0.4.0
12552026-06-05T21:21:10.208Z Downloaded arrayref v0.3.9
12562026-06-05T21:21:10.214Z Downloaded csv v1.4.0
12572026-06-05T21:21:10.223Z Downloaded nix v0.31.3
12582026-06-05T21:21:10.230Z Downloaded rhai v1.25.1
12592026-06-05T21:21:10.236Z Downloaded regress v0.11.1
12602026-06-05T21:21:10.244Z Downloaded regress v0.10.5
12612026-06-05T21:21:10.247Z Downloaded sha3 v0.10.9
12622026-06-05T21:21:10.251Z Downloaded hickory-proto v0.24.4
12632026-06-05T21:21:10.257Z Downloaded hickory-proto v0.25.2
12642026-06-05T21:21:10.273Z Downloaded typify-impl v0.6.2
12652026-06-05T21:21:10.297Z Downloaded typify-impl v0.4.3
12662026-06-05T21:21:10.329Z Downloaded petgraph v0.6.5
12672026-06-05T21:21:10.342Z Downloaded jiff v0.2.28
12682026-06-05T21:21:10.349Z Downloaded lzma-sys v0.1.20
12692026-06-05T21:21:10.381Z Downloaded encoding_rs v0.8.35
12702026-06-05T21:21:10.816Z Downloaded aws-lc-sys v0.41.0
12712026-06-05T21:21:11.736Z Compiling proc-macro2 v1.0.106
12722026-06-05T21:21:11.736Z Compiling quote v1.0.45
12732026-06-05T21:21:11.736Z Compiling unicode-ident v1.0.24
12742026-06-05T21:21:11.736Z Compiling serde_core v1.0.228
12752026-06-05T21:21:11.741Z Compiling cfg-if v1.0.4
12762026-06-05T21:21:11.741Z Compiling serde v1.0.228
12772026-06-05T21:21:11.741Z Compiling libc v0.2.186
12782026-06-05T21:21:11.741Z Compiling memchr v2.8.1
12792026-06-05T21:21:11.939Z Compiling itoa v1.0.18
12802026-06-05T21:21:12.124Z Compiling zmij v1.0.21
12812026-06-05T21:21:12.177Z Compiling autocfg v1.5.1
12822026-06-05T21:21:12.189Z Compiling libm v0.2.16
12832026-06-05T21:21:12.547Z Compiling stable_deref_trait v1.2.1
12842026-06-05T21:21:12.550Z Compiling writeable v0.6.3
12852026-06-05T21:21:12.635Z Compiling litemap v0.8.2
12862026-06-05T21:21:12.757Z Compiling icu_normalizer_data v2.2.0
12872026-06-05T21:21:12.770Z Compiling utf8_iter v1.0.4
12882026-06-05T21:21:12.773Z Compiling version_check v0.9.5
12892026-06-05T21:21:12.773Z Compiling icu_properties_data v2.2.0
12902026-06-05T21:21:12.823Z Compiling percent-encoding v2.3.2
12912026-06-05T21:21:13.031Z Compiling iana-time-zone v0.1.65
12922026-06-05T21:21:13.050Z Compiling equivalent v1.0.2
12932026-06-05T21:21:13.091Z Compiling syn v2.0.117
12942026-06-05T21:21:13.131Z Compiling form_urlencoded v1.2.2
12952026-06-05T21:21:13.196Z Compiling pin-project-lite v0.2.17
12962026-06-05T21:21:13.213Z Compiling serde_json v1.0.150
12972026-06-05T21:21:13.265Z Compiling scopeguard v1.2.0
12982026-06-05T21:21:13.278Z Compiling parking_lot_core v0.9.12
12992026-06-05T21:21:13.289Z Compiling dyn-clone v1.0.20
13002026-06-05T21:21:13.312Z Compiling num-traits v0.2.19
13012026-06-05T21:21:13.370Z Compiling lock_api v0.4.14
13022026-06-05T21:21:13.428Z Compiling thiserror v2.0.18
13032026-06-05T21:21:13.474Z Compiling hashbrown v0.17.1
13042026-06-05T21:21:13.584Z Compiling getrandom v0.4.2
13052026-06-05T21:21:13.604Z Compiling rand_core v0.10.1
13062026-06-05T21:21:13.764Z Compiling errno v0.3.14
13072026-06-05T21:21:13.798Z Compiling futures-core v0.3.32
13082026-06-05T21:21:13.946Z Compiling heck v0.5.0
13092026-06-05T21:21:13.985Z Compiling zerocopy v0.8.50
13102026-06-05T21:21:14.044Z Compiling semver v1.0.28
13112026-06-05T21:21:14.157Z Compiling indexmap v2.14.0
13122026-06-05T21:21:14.208Z Compiling futures-sink v0.3.32
13132026-06-05T21:21:14.308Z Compiling uuid v1.23.2
13142026-06-05T21:21:14.348Z Compiling slab v0.4.12
13152026-06-05T21:21:14.390Z Compiling jobserver v0.1.34
13162026-06-05T21:21:14.422Z Compiling shlex v2.0.1
13172026-06-05T21:21:14.523Z Compiling find-msvc-tools v0.1.9
13182026-06-05T21:21:14.596Z Compiling fnv v1.0.7
13192026-06-05T21:21:14.715Z Compiling rustversion v1.0.22
13202026-06-05T21:21:14.719Z Compiling cc v1.2.63
13212026-06-05T21:21:14.750Z Compiling schemars v0.8.22
13222026-06-05T21:21:14.753Z Compiling futures-channel v0.3.32
13232026-06-05T21:21:14.784Z Compiling futures-io v0.3.32
13242026-06-05T21:21:14.941Z Compiling futures-task v0.3.32
13252026-06-05T21:21:14.970Z Compiling socket2 v0.6.4
13262026-06-05T21:21:15.023Z Compiling portable-atomic v1.13.1
13272026-06-05T21:21:15.108Z Compiling bitflags v2.12.1
13282026-06-05T21:21:15.111Z Compiling signal-hook-registry v1.4.8
13292026-06-05T21:21:15.194Z Compiling mio v1.2.1
13302026-06-05T21:21:15.342Z Compiling critical-section v1.2.0
13312026-06-05T21:21:15.411Z Compiling cmake v0.1.58
13322026-06-05T21:21:15.421Z Compiling fs_extra v1.3.0
13332026-06-05T21:21:15.445Z Compiling dunce v1.0.5
13342026-06-05T21:21:15.537Z Compiling base64 v0.22.1
13352026-06-05T21:21:15.659Z Compiling typenum v1.20.1
13362026-06-05T21:21:15.674Z Compiling log v0.4.32
13372026-06-05T21:21:15.743Z Compiling regex-syntax v0.8.10
13382026-06-05T21:21:15.852Z Compiling synstructure v0.13.2
13392026-06-05T21:21:15.874Z Compiling serde_derive_internals v0.29.1
13402026-06-05T21:21:15.905Z Compiling once_cell v1.21.4
13412026-06-05T21:21:15.934Z Compiling aws-lc-sys v0.41.0
13422026-06-05T21:21:16.016Z Compiling subtle v2.6.1
13432026-06-05T21:21:16.115Z Compiling slog v2.8.2
13442026-06-05T21:21:16.191Z Compiling byteorder v1.5.0
13452026-06-05T21:21:16.337Z Compiling ipnet v2.12.0
13462026-06-05T21:21:16.367Z Compiling strsim v0.11.1
13472026-06-05T21:21:16.416Z Compiling httparse v1.10.1
13482026-06-05T21:21:16.451Z Compiling rustix v1.1.4
13492026-06-05T21:21:16.644Z Compiling atomic-waker v1.1.2
13502026-06-05T21:21:16.783Z Compiling tower-layer v0.3.3
13512026-06-05T21:21:16.800Z Compiling tower-service v0.3.3
13522026-06-05T21:21:16.888Z Compiling ryu v1.0.23
13532026-06-05T21:21:16.942Z Compiling untrusted v0.9.0
13542026-06-05T21:21:16.952Z Compiling try-lock v0.2.5
13552026-06-05T21:21:17.009Z Compiling getrandom v0.2.17
13562026-06-05T21:21:17.051Z Compiling want v0.3.1
13572026-06-05T21:21:17.062Z Compiling ucd-trie v0.1.7
13582026-06-05T21:21:17.072Z Compiling thiserror v1.0.69
13592026-06-05T21:21:17.084Z Compiling serde_derive v1.0.228
13602026-06-05T21:21:17.168Z Compiling zerofrom-derive v0.1.7
13612026-06-05T21:21:17.190Z Compiling yoke-derive v0.8.2
13622026-06-05T21:21:17.214Z Compiling zerovec-derive v0.11.3
13632026-06-05T21:21:17.354Z Compiling displaydoc v0.2.6
13642026-06-05T21:21:17.387Z Compiling schemars_derive v0.8.22
13652026-06-05T21:21:18.160Z Compiling tokio-macros v2.7.0
13662026-06-05T21:21:18.339Z Compiling thiserror-impl v2.0.18
13672026-06-05T21:21:18.342Z Compiling zerocopy-derive v0.8.50
13682026-06-05T21:21:18.370Z Compiling zerofrom v0.1.8
13692026-06-05T21:21:18.477Z Compiling yoke v0.8.3
13702026-06-05T21:21:18.488Z Compiling zeroize_derive v1.4.3
13712026-06-05T21:21:18.601Z Compiling futures-macro v0.3.32
13722026-06-05T21:21:18.657Z Compiling zerovec v0.11.6
13732026-06-05T21:21:18.922Z Compiling zerotrie v0.2.4
13742026-06-05T21:21:19.163Z Compiling tinystr v0.8.3
13752026-06-05T21:21:19.175Z Compiling potential_utf v0.1.5
13762026-06-05T21:21:19.217Z Compiling zeroize v1.8.2
13772026-06-05T21:21:19.333Z Compiling icu_locale_core v2.2.0
13782026-06-05T21:21:19.360Z Compiling icu_collections v2.2.0
13792026-06-05T21:21:19.413Z Compiling getrandom v0.3.4
13802026-06-05T21:21:19.433Z Compiling futures-util v0.3.32
13812026-06-05T21:21:19.591Z Compiling httpdate v1.0.3
13822026-06-05T21:21:19.826Z Compiling pest v2.8.6
13832026-06-05T21:21:19.877Z Compiling rand_core v0.6.4
13842026-06-05T21:21:19.937Z Compiling thiserror-impl v1.0.69
13852026-06-05T21:21:20.094Z Compiling icu_provider v2.2.0
13862026-06-05T21:21:20.257Z Compiling bytes v1.11.1
13872026-06-05T21:21:20.411Z Compiling smallvec v1.15.1
13882026-06-05T21:21:20.414Z Compiling icu_properties v2.2.0
13892026-06-05T21:21:20.641Z Compiling icu_normalizer v2.2.0
13902026-06-05T21:21:20.903Z Compiling chrono v0.4.45
13912026-06-05T21:21:21.112Z Compiling http v1.4.1
13922026-06-05T21:21:21.244Z Compiling serde_tokenstream v0.2.3
13932026-06-05T21:21:21.391Z Compiling idna_adapter v1.2.2
13942026-06-05T21:21:21.585Z Compiling idna v1.1.0
13952026-06-05T21:21:21.604Z Compiling parking_lot v0.12.5
13962026-06-05T21:21:21.634Z Compiling erased-serde v0.3.31
13972026-06-05T21:21:21.844Z Compiling tokio v1.52.3
13982026-06-05T21:21:22.004Z Compiling url v2.5.8
13992026-06-05T21:21:22.132Z Compiling http-body v1.0.1
14002026-06-05T21:21:22.284Z Compiling pest_meta v2.8.6
14012026-06-05T21:21:22.358Z Compiling pretty-hex v0.4.2
14022026-06-05T21:21:22.475Z Compiling ppv-lite86 v0.2.21
14032026-06-05T21:21:22.532Z Compiling plain v0.2.3
14042026-06-05T21:21:22.638Z Compiling allocator-api2 v0.2.21
14052026-06-05T21:21:22.651Z Compiling foldhash v0.2.0
14062026-06-05T21:21:22.796Z Compiling tracing-attributes v0.1.31
14072026-06-05T21:21:22.885Z Compiling pest_generator v2.8.6
14082026-06-05T21:21:22.890Z Compiling tracing-core v0.1.36
14092026-06-05T21:21:22.965Z Compiling hashbrown v0.16.1
14102026-06-05T21:21:23.489Z Compiling ipnetwork v0.21.1
14112026-06-05T21:21:23.501Z Compiling paste v1.0.15
14122026-06-05T21:21:23.551Z Compiling http-body-util v0.1.3
14132026-06-05T21:21:23.577Z Compiling pest_derive v2.8.6
14142026-06-05T21:21:23.785Z Compiling serde_urlencoded v0.7.1
14152026-06-05T21:21:23.839Z Compiling aho-corasick v1.1.4
14162026-06-05T21:21:23.925Z Compiling ident_case v1.0.1
14172026-06-05T21:21:23.957Z Compiling omicron-workspace-hack v0.1.0
14182026-06-05T21:21:24.034Z Compiling tracing v0.1.44
14192026-06-05T21:21:24.045Z Compiling sync_wrapper v1.0.2
14202026-06-05T21:21:24.134Z Compiling winnow v1.0.3
14212026-06-05T21:21:24.147Z Compiling oxnet v0.1.6
14222026-06-05T21:21:24.269Z Compiling daft-derive v0.1.7
14232026-06-05T21:21:24.526Z Compiling fastrand v2.4.1
14242026-06-05T21:21:24.607Z Compiling scroll_derive v0.13.1
14252026-06-05T21:21:24.656Z Compiling regex-automata v0.4.14
14262026-06-05T21:21:25.206Z Compiling time-core v0.1.8
14272026-06-05T21:21:25.219Z Compiling num-conv v0.2.2
14282026-06-05T21:21:25.347Z Compiling powerfmt v0.2.0
14292026-06-05T21:21:25.364Z Compiling aws-lc-rs v1.17.0
14302026-06-05T21:21:25.379Z Compiling time-macros v0.2.27
14312026-06-05T21:21:25.444Z Compiling scroll v0.13.0
14322026-06-05T21:21:25.553Z Compiling tokio-util v0.7.18
14332026-06-05T21:21:25.676Z Compiling deranged v0.5.8
14342026-06-05T21:21:25.706Z Compiling rustls-pki-types v1.14.1
14352026-06-05T21:21:26.185Z Compiling async-trait v0.1.89
14362026-06-05T21:21:26.326Z Compiling regex v1.12.3
14372026-06-05T21:21:26.353Z Compiling num_threads v0.1.7
14382026-06-05T21:21:26.452Z Compiling openssl-probe v0.2.1
14392026-06-05T21:21:26.677Z Compiling anyhow v1.0.102
14402026-06-05T21:21:27.124Z Compiling untrusted v0.7.1
14412026-06-05T21:21:27.218Z Compiling hex v0.4.3
14422026-06-05T21:21:27.253Z Compiling rustls v0.23.40
14432026-06-05T21:21:27.262Z Compiling camino v1.2.2
14442026-06-05T21:21:27.473Z Compiling h2 v0.4.14
14452026-06-05T21:21:27.632Z Compiling crc32fast v1.5.0
14462026-06-05T21:21:27.643Z Compiling crossbeam-utils v0.8.21
14472026-06-05T21:21:27.802Z Compiling usdt-impl v0.6.0
14482026-06-05T21:21:27.988Z Compiling goblin v0.10.7
14492026-06-05T21:21:27.998Z Compiling dtrace-parser v0.3.0
14502026-06-05T21:21:28.401Z Compiling futures-executor v0.3.32
14512026-06-05T21:21:28.469Z Compiling structmeta-derive v0.3.0
14522026-06-05T21:21:28.685Z Compiling thread-id v5.1.0
14532026-06-05T21:21:28.783Z Compiling thread_local v1.1.9
14542026-06-05T21:21:28.869Z Compiling simd-adler32 v0.3.9
14552026-06-05T21:21:28.903Z Compiling adler2 v2.0.1
14562026-06-05T21:21:29.036Z Compiling cpufeatures v0.3.0
14572026-06-05T21:21:29.039Z Compiling miniz_oxide v0.8.9
14582026-06-05T21:21:29.068Z Compiling futures v0.3.32
14592026-06-05T21:21:29.109Z Compiling rand_core v0.9.5
14602026-06-05T21:21:29.325Z Compiling darling_core v0.23.0
14612026-06-05T21:21:29.526Z Compiling hyper v1.10.1
14622026-06-05T21:21:29.567Z Compiling structmeta v0.3.0
14632026-06-05T21:21:29.710Z Compiling newtype-uuid-macros v0.1.0
14642026-06-05T21:21:29.768Z Compiling hybrid-array v0.4.12
14652026-06-05T21:21:30.532Z Compiling match_cfg v0.1.0
14662026-06-05T21:21:30.543Z Compiling slog-async v2.8.0
14672026-06-05T21:21:30.601Z Compiling hyper-util v0.1.20
14682026-06-05T21:21:30.651Z Compiling flate2 v1.1.9
14692026-06-05T21:21:30.840Z Compiling dof v0.4.0
14702026-06-05T21:21:31.082Z Compiling newtype-uuid v1.3.2
14712026-06-05T21:21:31.103Z Compiling compression-core v0.4.32
14722026-06-05T21:21:31.256Z Compiling take_mut v0.2.2
14732026-06-05T21:21:31.269Z Compiling ref-cast v1.0.25
14742026-06-05T21:21:31.364Z Compiling quick-error v1.2.3
14752026-06-05T21:21:31.392Z Compiling darling_macro v0.23.0
14762026-06-05T21:21:31.420Z Compiling term v1.2.1
14772026-06-05T21:21:31.465Z Compiling daft v0.1.7
14782026-06-05T21:21:31.833Z Compiling compression-codecs v0.4.38
14792026-06-05T21:21:32.044Z Compiling darling v0.23.0
14802026-06-05T21:21:32.127Z Compiling block-buffer v0.12.0
14812026-06-05T21:21:32.157Z Compiling crypto-common v0.2.2
14822026-06-05T21:21:32.246Z Compiling rand_chacha v0.9.0
14832026-06-05T21:21:32.282Z Compiling ref-cast-impl v1.0.25
14842026-06-05T21:21:32.348Z Compiling strum_macros v0.26.4
14852026-06-05T21:21:32.360Z Compiling serde_spanned v1.1.1
14862026-06-05T21:21:32.503Z Compiling multer v3.1.0
14872026-06-05T21:21:32.677Z Compiling generic-array v0.14.7
14882026-06-05T21:21:32.909Z Compiling const-oid v0.10.2
14892026-06-05T21:21:32.923Z Compiling toml_writer v1.1.1+spec-1.1.0
14902026-06-05T21:21:33.026Z Compiling usdt-attr-macro v0.6.0
14912026-06-05T21:21:33.113Z Compiling usdt-macro v0.6.0
14922026-06-05T21:21:33.113Z Compiling bit-vec v0.8.0
14932026-06-05T21:21:33.136Z Compiling debug-ignore v1.0.5
14942026-06-05T21:21:33.222Z Compiling digest v0.11.3
14952026-06-05T21:21:33.349Z Compiling bit-set v0.8.0
14962026-06-05T21:21:33.434Z Compiling rand v0.9.4
14972026-06-05T21:21:33.450Z Compiling serde_with_macros v3.20.0
14982026-06-05T21:21:33.506Z Compiling tower v0.5.3
14992026-06-05T21:21:33.985Z Compiling async-stream-impl v0.3.6
15002026-06-05T21:21:34.005Z Compiling strum v0.26.3
15012026-06-05T21:21:34.134Z Compiling dropshot v0.17.1
15022026-06-05T21:21:34.208Z Compiling encoding_rs v0.8.35
15032026-06-05T21:21:34.243Z Compiling unarray v0.1.4
15042026-06-05T21:21:34.351Z Compiling spin v0.9.8
15052026-06-05T21:21:34.464Z Compiling syn v1.0.109
15062026-06-05T21:21:34.544Z Compiling mime v0.3.17
15072026-06-05T21:21:34.624Z Compiling tower-http v0.6.11
15082026-06-05T21:21:34.642Z Compiling async-stream v0.3.6
15092026-06-05T21:21:34.778Z Compiling sha1 v0.11.0
15102026-06-05T21:21:34.811Z Compiling derive-ex v0.1.8
15112026-06-05T21:21:34.833Z Compiling dropshot_endpoint v0.17.1
15122026-06-05T21:21:35.025Z Compiling openapiv3 v2.2.0
15132026-06-05T21:21:35.075Z Compiling macaddr v1.0.1
15142026-06-05T21:21:35.312Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15152026-06-05T21:21:35.767Z Compiling waitgroup v0.1.2
15162026-06-05T21:21:35.809Z Compiling serde_path_to_error v0.1.20
15172026-06-05T21:21:35.860Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15182026-06-05T21:21:35.990Z Compiling tempfile v3.27.0
15192026-06-05T21:21:36.165Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15202026-06-05T21:21:36.353Z Compiling time v0.3.47
15212026-06-05T21:21:36.382Z Compiling test-strategy v0.4.5
15222026-06-05T21:21:36.417Z Compiling rustls-native-certs v0.8.4
15232026-06-05T21:21:36.476Z Compiling strum_macros v0.27.2
15242026-06-05T21:21:36.736Z Compiling instant v0.1.13
15252026-06-05T21:21:36.845Z Compiling crossbeam-channel v0.5.15
15262026-06-05T21:21:37.301Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15272026-06-05T21:21:37.474Z Compiling crypto-common v0.1.7
15282026-06-05T21:21:37.828Z Compiling parse-display-derive v0.10.0
15292026-06-05T21:21:37.919Z Compiling backon v1.6.0
15302026-06-05T21:21:37.934Z Compiling rand_chacha v0.3.1
15312026-06-05T21:21:38.120Z Compiling is-terminal v0.4.17
15322026-06-05T21:21:38.216Z Compiling slog-term v2.9.2
15332026-06-05T21:21:38.228Z Compiling rand v0.8.6
15342026-06-05T21:21:38.355Z Compiling strum v0.27.2
15352026-06-05T21:21:38.488Z Compiling slog-json v2.6.1
15362026-06-05T21:21:38.780Z Compiling hostname v0.3.1
15372026-06-05T21:21:38.869Z Compiling toml_parser v1.1.2+spec-1.1.0
15382026-06-05T21:21:38.916Z Compiling toml_datetime v1.1.1+spec-1.1.0
15392026-06-05T21:21:39.235Z Compiling memmap2 v0.9.10
15402026-06-05T21:21:39.326Z Compiling wait-timeout v0.2.1
15412026-06-05T21:21:39.451Z Compiling either v1.16.0
15422026-06-05T21:21:39.451Z Compiling toml v1.1.2+spec-1.1.0
15432026-06-05T21:21:39.559Z Compiling rusty-fork v0.3.1
15442026-06-05T21:21:39.627Z Compiling slog-bunyan v2.5.0
15452026-06-05T21:21:39.654Z Compiling serde_with v3.20.0
15462026-06-05T21:21:39.657Z Compiling async-compression v0.4.42
15472026-06-05T21:21:39.751Z Compiling rand_xorshift v0.4.0
15482026-06-05T21:21:39.897Z Compiling rustls-pemfile v2.2.0
15492026-06-05T21:21:39.910Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15502026-06-05T21:21:39.971Z Compiling regress v0.10.5
15512026-06-05T21:21:40.389Z Compiling hostname v0.4.2
15522026-06-05T21:21:40.527Z Compiling humantime v2.3.0
15532026-06-05T21:21:40.976Z Compiling proptest v1.11.0
15542026-06-05T21:21:41.397Z Compiling usdt v0.6.0
15552026-06-05T21:21:41.439Z Compiling iddqd v0.4.2
15562026-06-05T21:21:41.718Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15572026-06-05T21:21:41.753Z Compiling block-buffer v0.10.4
15582026-06-05T21:21:41.904Z Compiling reqwest v0.12.28
15592026-06-05T21:21:42.647Z Compiling digest v0.10.7
15602026-06-05T21:21:42.697Z Compiling itertools v0.14.0
15612026-06-05T21:21:42.746Z Compiling parse-display v0.10.0
15622026-06-05T21:21:42.855Z Compiling progenitor-client v0.10.0
15632026-06-05T21:21:43.084Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15642026-06-05T21:21:43.127Z Compiling backoff v0.4.0
15652026-06-05T21:21:43.337Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15662026-06-05T21:21:44.555Z Compiling regress v0.11.1
15672026-06-05T21:21:44.558Z Compiling utf8parse v0.2.2
15682026-06-05T21:21:44.667Z Compiling anstyle-parse v1.0.0
15692026-06-05T21:21:44.956Z Compiling anstyle v1.0.14
15702026-06-05T21:21:45.182Z Compiling is_terminal_polyfill v1.70.2
15712026-06-05T21:21:45.257Z Compiling anstyle-query v1.1.5
15722026-06-05T21:21:45.365Z Compiling colorchoice v1.0.5
15732026-06-05T21:21:45.475Z Compiling anstream v1.0.0
15742026-06-05T21:21:45.727Z Compiling clap_lex v1.1.0
15752026-06-05T21:21:45.969Z Compiling toml_datetime v0.6.11
15762026-06-05T21:21:46.159Z Compiling typify-impl v0.6.2
15772026-06-05T21:21:46.239Z Compiling zerocopy-derive v0.7.35
15782026-06-05T21:21:46.402Z Compiling convert_case v0.4.0
15792026-06-05T21:21:46.735Z Compiling unicode-width v0.2.2
15802026-06-05T21:21:46.773Z Compiling cpufeatures v0.2.17
15812026-06-05T21:21:46.848Z Compiling derive_more v0.99.20
15822026-06-05T21:21:47.107Z Compiling zerocopy v0.7.35
15832026-06-05T21:21:47.953Z Compiling clap_derive v4.6.1
15842026-06-05T21:21:48.709Z Compiling terminal_size v0.4.4
15852026-06-05T21:21:48.782Z Compiling secrecy v0.10.3
15862026-06-05T21:21:48.846Z Compiling crucible-workspace-hack v0.1.0
15872026-06-05T21:21:48.935Z Compiling float-ord v0.3.2
15882026-06-05T21:21:49.052Z Compiling tinyvec_macros v0.1.1
15892026-06-05T21:21:49.112Z Compiling tinyvec v1.11.0
15902026-06-05T21:21:49.458Z Compiling dtrace-parser v0.2.0
15912026-06-05T21:21:49.527Z Compiling scroll_derive v0.12.1
15922026-06-05T21:21:49.636Z Compiling rustc_version v0.4.1
15932026-06-05T21:21:49.683Z Compiling num-integer v0.1.46
15942026-06-05T21:21:49.832Z Compiling usdt-impl v0.5.0
15952026-06-05T21:21:49.906Z Compiling curve25519-dalek v4.1.3
15962026-06-05T21:21:50.247Z Compiling scroll v0.12.0
15972026-06-05T21:21:50.258Z Compiling clap_builder v4.6.0
15982026-06-05T21:21:50.327Z Compiling dof v0.3.0
15992026-06-05T21:21:50.642Z Compiling hmac v0.12.1
16002026-06-05T21:21:50.672Z Compiling toml_edit v0.25.12+spec-1.1.0
16012026-06-05T21:21:50.702Z Compiling inout v0.1.4
16022026-06-05T21:21:50.735Z Compiling darling_core v0.21.3
16032026-06-05T21:21:50.777Z Compiling ff v0.13.1
16042026-06-05T21:21:50.843Z Compiling thread-id v4.2.2
16052026-06-05T21:21:50.935Z Compiling group v0.13.0
16062026-06-05T21:21:51.164Z Compiling cipher v0.4.4
16072026-06-05T21:21:51.380Z Compiling proc-macro-crate v3.5.0
16082026-06-05T21:21:51.426Z Compiling hkdf v0.12.4
16092026-06-05T21:21:51.611Z Compiling goblin v0.8.2
16102026-06-05T21:21:51.909Z Compiling clap v4.6.1
16112026-06-05T21:21:52.177Z Compiling num-iter v0.1.45
16122026-06-05T21:21:52.205Z Compiling num-rational v0.4.2
16132026-06-05T21:21:52.464Z Compiling thiserror-impl-no-std v2.0.2
16142026-06-05T21:21:52.548Z Compiling typify-macro v0.6.2
16152026-06-05T21:21:52.827Z Compiling universal-hash v0.5.1
16162026-06-05T21:21:52.863Z Compiling darling_macro v0.21.3
16172026-06-05T21:21:52.957Z Compiling crypto-bigint v0.5.5
16182026-06-05T21:21:53.463Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16192026-06-05T21:21:53.716Z Compiling crossbeam-epoch v0.9.18
16202026-06-05T21:21:53.935Z Compiling half v2.7.1
16212026-06-05T21:21:54.060Z Compiling curve25519-dalek-derive v0.1.1
16222026-06-05T21:21:54.095Z Compiling num-complex v0.4.6
16232026-06-05T21:21:54.393Z Compiling base64ct v1.8.3
16242026-06-05T21:21:54.473Z Compiling unsafe-libyaml v0.2.11
16252026-06-05T21:21:54.551Z Compiling opaque-debug v0.3.1
16262026-06-05T21:21:54.618Z Compiling ciborium-io v0.2.2
16272026-06-05T21:21:54.630Z Compiling typify v0.6.2
16282026-06-05T21:21:54.692Z Compiling base16ct v0.2.0
16292026-06-05T21:21:54.711Z Compiling ciborium-ll v0.2.2
16302026-06-05T21:21:54.820Z Compiling elliptic-curve v0.13.8
16312026-06-05T21:21:54.844Z Compiling password-hash v0.5.0
16322026-06-05T21:21:54.917Z Compiling poly1305 v0.8.0
16332026-06-05T21:21:55.089Z Compiling serde_yaml v0.9.34+deprecated
16342026-06-05T21:21:55.281Z Compiling num v0.4.3
16352026-06-05T21:21:55.561Z Compiling thiserror-no-std v2.0.2
16362026-06-05T21:21:55.598Z Compiling darling v0.21.3
16372026-06-05T21:21:55.857Z Compiling num_enum_derive v0.7.6
16382026-06-05T21:21:56.222Z Compiling chacha20 v0.9.1
16392026-06-05T21:21:56.249Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16402026-06-05T21:21:56.434Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16412026-06-05T21:21:56.868Z Compiling blake2 v0.10.6
16422026-06-05T21:21:57.003Z Compiling aead v0.5.2
16432026-06-05T21:21:57.164Z Compiling byte-wrapper v0.1.0
16442026-06-05T21:21:57.176Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16452026-06-05T21:21:57.331Z Compiling proc-macro-error-attr v1.0.4
16462026-06-05T21:21:57.573Z Compiling prettyplease v0.2.37
16472026-06-05T21:21:57.627Z Compiling rustix v0.38.44
16482026-06-05T21:21:57.639Z Compiling heapless v0.8.0
16492026-06-05T21:21:57.822Z Compiling keccak v0.1.6
16502026-06-05T21:21:58.059Z Compiling sha3 v0.10.9
16512026-06-05T21:21:58.409Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16522026-06-05T21:21:58.453Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16532026-06-05T21:21:58.737Z Compiling chacha20poly1305 v0.10.1
16542026-06-05T21:21:58.824Z Compiling argon2 v0.5.3
16552026-06-05T21:21:58.866Z Compiling num_enum v0.7.6
16562026-06-05T21:21:58.981Z Compiling ingot-macros v0.1.1
16572026-06-05T21:21:59.118Z Compiling vsss-rs v3.3.4
16582026-06-05T21:21:59.337Z Compiling ciborium v0.2.2
16592026-06-05T21:21:59.759Z Compiling usdt-macro v0.5.0
16602026-06-05T21:21:59.830Z Compiling usdt-attr-macro v0.5.0
16612026-06-05T21:22:00.540Z Compiling tabwriter v1.4.1
16622026-06-05T21:22:01.117Z Compiling rustls-webpki v0.103.13
16632026-06-05T21:22:01.405Z Compiling serde_spanned v0.6.9
16642026-06-05T21:22:01.444Z Compiling enum-as-inner v0.6.1
16652026-06-05T21:22:01.598Z Compiling hash32 v0.3.1
16662026-06-05T21:22:01.782Z Compiling proc-macro-error v1.0.4
16672026-06-05T21:22:02.035Z Compiling memmap v0.7.0
16682026-06-05T21:22:02.047Z Compiling memoffset v0.9.1
16692026-06-05T21:22:02.100Z Compiling static_assertions v1.1.0
16702026-06-05T21:22:02.175Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16712026-06-05T21:22:02.177Z Compiling indent_write v2.2.0
16722026-06-05T21:22:02.223Z Compiling data-encoding v2.11.0
16732026-06-05T21:22:02.226Z Compiling winnow v0.7.15
16742026-06-05T21:22:02.298Z Compiling cfg_aliases v0.2.1
16752026-06-05T21:22:02.309Z Compiling toml_write v0.1.2
16762026-06-05T21:22:02.319Z Compiling winnow v0.5.40
16772026-06-05T21:22:02.370Z Compiling smoltcp v0.11.0
16782026-06-05T21:22:02.449Z Compiling nix v0.31.3
16792026-06-05T21:22:02.601Z Compiling usdt v0.5.0
16802026-06-05T21:22:02.845Z Compiling ingot-types v0.1.2
16812026-06-05T21:22:02.949Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16822026-06-05T21:22:03.076Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16832026-06-05T21:22:03.176Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16842026-06-05T21:22:03.577Z Compiling toml_edit v0.19.15
16852026-06-05T21:22:03.706Z Compiling toml_edit v0.22.27
16862026-06-05T21:22:03.719Z Compiling cobs v0.3.0
16872026-06-05T21:22:03.731Z Compiling serde_repr v0.1.20
16882026-06-05T21:22:03.911Z Compiling colored v3.1.1
16892026-06-05T21:22:04.201Z Compiling vcpkg v0.2.15
16902026-06-05T21:22:04.316Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16912026-06-05T21:22:04.334Z Compiling pkg-config v0.3.33
16922026-06-05T21:22:04.551Z Compiling tokio-rustls v0.26.4
16932026-06-05T21:22:04.758Z Compiling rustls-platform-verifier v0.7.0
16942026-06-05T21:22:04.780Z Compiling hyper-rustls v0.27.9
16952026-06-05T21:22:04.997Z Compiling reqwest v0.13.4
16962026-06-05T21:22:06.210Z Compiling progenitor-client v0.14.0
16972026-06-05T21:22:06.516Z Compiling progenitor-extras v0.2.0
16982026-06-05T21:22:06.773Z Compiling bitflags v1.3.2
16992026-06-05T21:22:06.854Z Compiling managed v0.8.0
17002026-06-05T21:22:06.988Z Compiling toml v0.8.23
17012026-06-05T21:22:07.034Z Compiling openssl-sys v0.9.116
17022026-06-05T21:22:07.701Z Compiling proc-macro-crate v1.3.1
17032026-06-05T21:22:07.923Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17042026-06-05T21:22:08.059Z Compiling postcard v1.1.3
17052026-06-05T21:22:08.480Z Compiling ingot v0.1.1
17062026-06-05T21:22:09.432Z Compiling hubpack_derive v0.1.1
17072026-06-05T21:22:09.990Z Compiling foreign-types-macros v0.2.3
17082026-06-05T21:22:10.172Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17092026-06-05T21:22:10.360Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17102026-06-05T21:22:10.499Z Compiling swrite v0.1.0
17112026-06-05T21:22:10.600Z Compiling semver v0.1.20
17122026-06-05T21:22:10.615Z Compiling foreign-types-shared v0.3.1
17132026-06-05T21:22:10.666Z Compiling heck v0.4.1
17142026-06-05T21:22:10.708Z Compiling unicode-segmentation v1.13.3
17152026-06-05T21:22:10.868Z Compiling linked-hash-map v0.5.6
17162026-06-05T21:22:10.882Z Compiling rayon-core v1.13.0
17172026-06-05T21:22:10.955Z Compiling resolv-conf v0.7.6
17182026-06-05T21:22:11.054Z Compiling newline-converter v0.3.0
17192026-06-05T21:22:11.134Z Compiling lru-cache v0.1.2
17202026-06-05T21:22:11.146Z Compiling rustc_version v0.1.7
17212026-06-05T21:22:11.173Z Compiling foreign-types v0.5.0
17222026-06-05T21:22:11.267Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17232026-06-05T21:22:11.341Z Compiling hubpack v0.1.2
17242026-06-05T21:22:11.503Z Compiling num_enum_derive v0.5.11
17252026-06-05T21:22:11.700Z Compiling atomicwrites v0.4.4
17262026-06-05T21:22:11.836Z Compiling hickory-proto v0.24.4
17272026-06-05T21:22:12.022Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17282026-06-05T21:22:12.471Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17292026-06-05T21:22:12.687Z Compiling progenitor-impl v0.14.0
17302026-06-05T21:22:13.971Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-06-05T21:22:14.127Z Compiling progenitor-impl v0.13.0
17322026-06-05T21:22:14.231Z Compiling crossbeam-deque v0.8.6
17332026-06-05T21:22:14.435Z Compiling console v0.15.11
17342026-06-05T21:22:15.117Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17352026-06-05T21:22:15.196Z Compiling camino-tempfile v1.4.1
17362026-06-05T21:22:15.209Z Compiling chacha20 v0.10.0
17372026-06-05T21:22:15.351Z Compiling serde-big-array v0.5.1
17382026-06-05T21:22:15.442Z Compiling pin-project-internal v1.1.13
17392026-06-05T21:22:15.469Z Compiling derive-where v1.6.1
17402026-06-05T21:22:15.497Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17412026-06-05T21:22:15.635Z Compiling num-derive v0.4.2
17422026-06-05T21:22:16.043Z Compiling cstr-argument v0.1.2
17432026-06-05T21:22:16.204Z Compiling lazy_static v1.5.0
17442026-06-05T21:22:16.261Z Compiling minimal-lexical v0.2.1
17452026-06-05T21:22:16.273Z Compiling similar v2.7.0
17462026-06-05T21:22:16.305Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17472026-06-05T21:22:16.525Z Compiling siphasher v1.0.3
17482026-06-05T21:22:16.569Z Compiling pin-project v1.1.13
17492026-06-05T21:22:16.622Z Compiling nom v7.1.3
17502026-06-05T21:22:16.633Z Compiling progenitor-macro v0.14.0
17512026-06-05T21:22:16.667Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17522026-06-05T21:22:16.757Z Compiling expectorate v1.2.0
17532026-06-05T21:22:16.772Z Compiling phf_shared v0.12.1
17542026-06-05T21:22:16.937Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17552026-06-05T21:22:16.953Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17562026-06-05T21:22:17.061Z Compiling rand v0.10.1
17572026-06-05T21:22:17.299Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17582026-06-05T21:22:17.752Z Compiling hickory-resolver v0.24.4
17592026-06-05T21:22:17.785Z Compiling progenitor-macro v0.13.0
17602026-06-05T21:22:18.014Z Compiling num_enum v0.5.11
17612026-06-05T21:22:18.136Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17622026-06-05T21:22:18.198Z Compiling newtype_derive v0.1.6
17632026-06-05T21:22:18.338Z Compiling progenitor-client v0.13.0
17642026-06-05T21:22:19.857Z Compiling unicode-normalization v0.1.25
17652026-06-05T21:22:19.880Z Compiling tokio-stream v0.1.18
17662026-06-05T21:22:20.341Z Compiling snafu-derive v0.8.9
17672026-06-05T21:22:20.353Z Compiling async-recursion v1.1.1
17682026-06-05T21:22:20.391Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17692026-06-05T21:22:20.708Z Compiling slog-dtrace v0.3.0
17702026-06-05T21:22:20.963Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17712026-06-05T21:22:21.058Z Compiling csv-core v0.1.13
17722026-06-05T21:22:21.339Z Compiling bstr v1.12.1
17732026-06-05T21:22:21.771Z Compiling chrono-tz v0.10.4
17742026-06-05T21:22:21.923Z Compiling highway v1.3.0
17752026-06-05T21:22:22.017Z Compiling same-file v1.0.6
17762026-06-05T21:22:22.127Z Compiling owo-colors v4.3.0
17772026-06-05T21:22:22.204Z Compiling foreign-types-shared v0.1.1
17782026-06-05T21:22:22.300Z Compiling cancel-safe-futures v0.1.5
17792026-06-05T21:22:22.312Z Compiling unicode-width v0.1.14
17802026-06-05T21:22:22.321Z Compiling openssl v0.10.80
17812026-06-05T21:22:22.486Z Compiling unicode-xid v0.2.6
17822026-06-05T21:22:22.569Z Compiling konst_macro_rules v0.2.19
17832026-06-05T21:22:22.597Z Compiling foldhash v0.1.5
17842026-06-05T21:22:22.619Z Compiling const_format_proc_macros v0.2.34
17852026-06-05T21:22:22.663Z Compiling foreign-types v0.3.2
17862026-06-05T21:22:22.697Z Compiling konst v0.2.20
17872026-06-05T21:22:22.735Z Compiling hashbrown v0.15.5
17882026-06-05T21:22:22.749Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17892026-06-05T21:22:22.784Z Compiling walkdir v2.5.0
17902026-06-05T21:22:22.925Z Compiling progenitor v0.13.0
17912026-06-05T21:22:22.940Z Compiling snafu v0.8.9
17922026-06-05T21:22:23.084Z Compiling globset v0.4.18
17932026-06-05T21:22:23.151Z Compiling progenitor v0.14.0
17942026-06-05T21:22:23.278Z Compiling csv v1.4.0
17952026-06-05T21:22:23.337Z Compiling qorb v0.4.1
17962026-06-05T21:22:23.400Z Compiling olpc-cjson v0.1.4
17972026-06-05T21:22:23.455Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-06-05T21:22:23.582Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17992026-06-05T21:22:23.931Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18002026-06-05T21:22:24.286Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-06-05T21:22:24.672Z Compiling rayon v1.12.0
18022026-06-05T21:22:24.834Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18032026-06-05T21:22:25.254Z Compiling phf v0.12.1
18042026-06-05T21:22:25.366Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-06-05T21:22:25.408Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-06-05T21:22:25.721Z Compiling zone_cfg_derive v0.3.1
18072026-06-05T21:22:25.975Z Compiling tokio-dtrace v0.1.1
18082026-06-05T21:22:26.073Z Compiling itertools v0.12.1
18092026-06-05T21:22:26.201Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18102026-06-05T21:22:26.243Z Compiling libsw-core v0.3.2
18112026-06-05T21:22:26.330Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18122026-06-05T21:22:26.398Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-06-05T21:22:26.413Z Compiling serde_plain v1.0.2
18142026-06-05T21:22:26.421Z Compiling openssl-macros v0.1.1
18152026-06-05T21:22:26.445Z Compiling pem v3.0.6
18162026-06-05T21:22:26.651Z Compiling cookie v0.18.1
18172026-06-05T21:22:26.748Z Compiling sigpipe v0.1.3
18182026-06-05T21:22:26.838Z Compiling jiff v0.2.28
18192026-06-05T21:22:26.906Z Compiling glob v0.3.3
18202026-06-05T21:22:26.918Z Compiling bytecount v0.6.9
18212026-06-05T21:22:26.971Z Compiling fixedbitset v0.5.7
18222026-06-05T21:22:27.055Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-06-05T21:22:27.067Z Compiling fixedbitset v0.4.2
18242026-06-05T21:22:27.301Z Compiling typed-path v0.9.3
18252026-06-05T21:22:27.312Z Compiling petgraph v0.6.5
18262026-06-05T21:22:27.334Z Compiling zone v0.3.1
18272026-06-05T21:22:27.345Z Compiling petgraph v0.8.3
18282026-06-05T21:22:27.357Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-06-05T21:22:27.557Z Compiling papergrid v0.11.0
18302026-06-05T21:22:28.208Z Compiling tough v0.22.0
18312026-06-05T21:22:28.709Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18322026-06-05T21:22:28.824Z Compiling libsw v3.5.0
18332026-06-05T21:22:29.003Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18342026-06-05T21:22:29.185Z Compiling oxide-tokio-rt v0.1.6
18352026-06-05T21:22:29.256Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-06-05T21:22:29.378Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18372026-06-05T21:22:29.499Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-06-05T21:22:30.468Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-06-05T21:22:30.715Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-05T21:22:30.835Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-05T21:22:30.930Z Compiling const_format v0.2.36
18422026-06-05T21:22:31.446Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18432026-06-05T21:22:31.682Z Compiling tabled_derive v0.7.0
18442026-06-05T21:22:31.727Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-06-05T21:22:31.772Z Compiling gethostname v0.5.0
18462026-06-05T21:22:31.869Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-06-05T21:22:31.895Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18482026-06-05T21:22:31.995Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-06-05T21:22:32.061Z Compiling smf v0.2.3
18502026-06-05T21:22:32.119Z Compiling bcs v0.1.6
18512026-06-05T21:22:32.328Z Compiling smawk v0.3.2
18522026-06-05T21:22:32.450Z Compiling linear-map v1.2.0
18532026-06-05T21:22:32.474Z Compiling tagptr v0.2.0
18542026-06-05T21:22:32.630Z Compiling crunchy v0.2.4
18552026-06-05T21:22:32.642Z Compiling whoami v1.6.1
18562026-06-05T21:22:32.674Z Compiling termtree v0.5.1
18572026-06-05T21:22:32.677Z Compiling unicode-linebreak v0.1.5
18582026-06-05T21:22:32.780Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-05T21:22:32.931Z Compiling textwrap v0.16.2
18602026-06-05T21:22:32.954Z Compiling tabled v0.15.0
18612026-06-05T21:22:32.968Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-05T21:22:33.357Z Compiling moka v0.12.15
18632026-06-05T21:22:33.484Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-05T21:22:34.149Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-05T21:22:34.182Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-05T21:22:34.374Z Compiling steno v0.4.1
18672026-06-05T21:22:35.502Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-05T21:22:35.681Z Compiling hickory-proto v0.25.2
18692026-06-05T21:22:36.390Z Compiling tiny-keccak v2.0.2
18702026-06-05T21:22:36.557Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18712026-06-05T21:22:36.699Z Compiling parking_lot_core v0.8.6
18722026-06-05T21:22:37.089Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18732026-06-05T21:22:37.244Z Compiling libscf-sys v1.2.0
18742026-06-05T21:22:37.397Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-06-05T21:22:37.612Z Compiling nom v8.0.0
18762026-06-05T21:22:37.625Z Compiling hickory-resolver v0.25.2
18772026-06-05T21:22:37.628Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18782026-06-05T21:22:37.729Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18792026-06-05T21:22:37.837Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18802026-06-05T21:22:37.891Z Compiling const-random-macro v0.1.16
18812026-06-05T21:22:38.279Z Compiling smartstring v1.0.1
18822026-06-05T21:22:38.301Z Compiling ahash v0.8.12
18832026-06-05T21:22:38.544Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-05T21:22:38.620Z Compiling parking_lot v0.11.2
18852026-06-05T21:22:38.840Z Compiling const-random v0.1.18
18862026-06-05T21:22:39.050Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18872026-06-05T21:22:39.250Z Compiling fxhash v0.2.1
18882026-06-05T21:22:39.277Z Compiling arc-swap v1.9.1
18892026-06-05T21:22:39.297Z Compiling internet-checksum v0.2.1
18902026-06-05T21:22:39.388Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18912026-06-05T21:22:39.436Z Compiling sled v0.34.7
18922026-06-05T21:22:39.587Z Compiling slog-scope v4.4.1
18932026-06-05T21:22:39.868Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18942026-06-05T21:22:39.895Z Compiling thin-vec v0.2.18
18952026-06-05T21:22:39.898Z Compiling rhai_codegen v3.2.0
18962026-06-05T21:22:39.989Z Compiling slog-stdlog v4.1.1
18972026-06-05T21:22:40.188Z Compiling slog-envlogger v2.2.0
18982026-06-05T21:22:40.218Z Compiling natord v1.0.9
18992026-06-05T21:22:41.065Z Compiling rhai v1.25.1
19002026-06-05T21:22:42.985Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-06-05T21:22:44.349Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19022026-06-05T21:22:44.349Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
19032026-06-05T21:22:51.401Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-06-05T21:22:53.060Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-06-05T21:22:54.086Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19062026-06-05T21:22:55.020Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19072026-06-05T21:22:55.849Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19082026-06-05T21:22:57.018Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19092026-06-05T21:23:02.622Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
19102026-06-05T21:23:28.413Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 17s
19112026-06-05T21:23:28.595Z────────────
19122026-06-05T21:23:28.595Z Nextest run ID 9488d22d-610c-4acb-ac9b-89779e255ded with nextest profile: default
19132026-06-05T21:23:28.595Z Starting 6 tests across 1 binary
19142026-06-05T21:23:28.604Z PASS [ 0.009s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv4
19152026-06-05T21:23:28.607Z PASS [ 0.009s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv6
19162026-06-05T21:23:28.607Z PASS [ 0.009s] mgadm::bin/mgadm static_routing::tests::test_route_conversion_to_api_types
19172026-06-05T21:23:28.607Z PASS [ 0.009s] mgadm::bin/mgadm bgp::tests::test_ipv4_prefix_parsing_in_cli
19182026-06-05T21:23:28.607Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_interface
19192026-06-05T21:23:28.607Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_ipv6_prefix_parsing_in_cli
19202026-06-05T21:23:28.607Z────────────
19212026-06-05T21:23:28.607Z Summary [ 0.011s] 6 tests run: 6 passed, 0 skipped
19222026-06-05T21:23:28.618Zprocess exited: duration 292180 ms, exit code 0
 
19232026-06-05T21:23:28.624Zfound 0 output files