01KPHZQ2BTJ4YXCDFT0MMGVSJZ: clippy (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KPHZQBNKQX9NPQB5B5TM7VY8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-19T04:25:28.697Zjob assigned to worker 01KPHZQGFX1ZJ7S1JWDQCYPD7G [factory aws, i-0c5b8b05bf1f05a5d] (queued for 54 s)
 
22026-04-19T04:25:35.829Zstarting task 0: "setup"
32026-04-19T04:25:35.835Z++ uname -s
42026-04-19T04:25:35.839Z+ kern=SunOS
52026-04-19T04:25:35.839Z+ build_user=build
62026-04-19T04:25:35.839Z+ build_uid=12345
72026-04-19T04:25:35.839Z+ work_dir=/work
82026-04-19T04:25:35.839Z+ input_dir=/input
92026-04-19T04:25:35.839Z+ [[ 0 == 12345 ]]
102026-04-19T04:25:35.839Z+ case "$kern" in
112026-04-19T04:25:35.839Z+ groupadd -g 12345 build
122026-04-19T04:25:35.839Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-19T04:25:37.846Z+ zfs create -o mountpoint=/work rpool/work
142026-04-19T04:25:37.952Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-19T04:25:37.955Z+ home_fs=zfs
162026-04-19T04:25:37.955Z+ [[ zfs == autofs ]]
172026-04-19T04:25:37.955Z+ mkdir -p /home/build
182026-04-19T04:25:37.955Z+ chown build:build /home/build /work
192026-04-19T04:25:39.956Z+ chmod 0700 /home/build /work
202026-04-19T04:25:39.959Zprocess exited: duration 4129 ms, exit code 0
 
212026-04-19T04:25:39.964Zstarting task 1: "rust-toolchain"
222026-04-19T04:25:39.969Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-19T04:25:39.969Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-19T04:25:39.969Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-19T04:25:39.969Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-19T04:25:39.969Z * rust toolchain channel = "1.94.0"
272026-04-19T04:25:39.969Z * rust toolchain profile = "default"
282026-04-19T04:25:39.971Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-19T04:25:39.972Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-19T04:25:40.088Zinfo: downloading installer
312026-04-19T04:25:41.502Zwarn: It looks like you have an existing installation of Rust at:
322026-04-19T04:25:41.502Zwarn: /opt/ooce/bin
332026-04-19T04:25:41.502Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-19T04:25:41.502Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-19T04:25:41.502Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-19T04:25:41.502Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-19T04:25:41.502Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-19T04:25:41.502Zerror: cannot install while Rust is installed
392026-04-19T04:25:41.502Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-19T04:25:41.502Zwarn: It looks like you have an existing rustup settings file at:
412026-04-19T04:25:41.502Zwarn: /home/build/.rustup/settings.toml
422026-04-19T04:25:41.502Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-19T04:25:41.502Zwarn: instead of the one inferred from the default host triple.
442026-04-19T04:25:41.515Zinfo: profile set to default
452026-04-19T04:25:41.515Zinfo: default host triple is x86_64-unknown-illumos
462026-04-19T04:25:41.518Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-19T04:25:41.653Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-19T04:25:41.656Zinfo: downloading 6 components
492026-04-19T04:25:55.938Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-19T04:25:55.938Z
512026-04-19T04:25:55.977Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-19T04:25:55.977Z
532026-04-19T04:25:55.977Z
542026-04-19T04:25:55.977ZRust is installed now. Great!
552026-04-19T04:25:55.977Z
562026-04-19T04:25:55.977ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-19T04:25:55.977Zenvironment variable. This has not been done automatically.
582026-04-19T04:25:55.977Z
592026-04-19T04:25:55.977ZTo configure your current shell, you need to source
602026-04-19T04:25:55.977Zthe corresponding env file under $HOME/.cargo.
612026-04-19T04:25:55.977Z
622026-04-19T04:25:55.977ZThis is usually done by running one of the following (note the leading DOT):
632026-04-19T04:25:55.977Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-19T04:25:55.977Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-19T04:25:55.977Zsource "~/.cargo/env.nu" # For nushell
662026-04-19T04:25:55.977Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-19T04:25:55.977Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-19T04:25:55.977Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-19T04:25:55.980Zwarn: no default linker (`cc`) was found in your PATH
702026-04-19T04:25:55.980Zwarn: many Rust crates require a system C toolchain to build
712026-04-19T04:25:56.074Z+ rustup --version
722026-04-19T04:25:56.083Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-19T04:25:56.086Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-19T04:25:56.105Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-19T04:25:56.107Z+ cargo --version
762026-04-19T04:25:56.120Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-19T04:25:56.123Z+ rustc --version
782026-04-19T04:25:56.143Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-19T04:25:56.146Zprocess exited: duration 16178 ms, exit code 0
 
802026-04-19T04:25:56.151Zstarting task 2: "authentication"
812026-04-19T04:25:56.167Zprocess exited: duration 15 ms, exit code 0
 
822026-04-19T04:25:56.173Zstarting task 3: "clone repository"
832026-04-19T04:25:56.176Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-19T04:25:56.178Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-19T04:25:56.210ZCloning into '/work/oxidecomputer/omicron'...
862026-04-19T04:26:06.916Z+ cd /work/oxidecomputer/omicron
872026-04-19T04:26:06.916Z+ git fetch origin 7c22936169700c16b5f2556649fbf97a00265ee7
882026-04-19T04:26:07.182ZFrom https://github.com/oxidecomputer/omicron
892026-04-19T04:26:07.182Z * branch 7c22936169700c16b5f2556649fbf97a00265ee7 -> FETCH_HEAD
902026-04-19T04:26:07.191Z+ [[ -n inline-schema ]]
912026-04-19T04:26:07.195Z++ git branch --show-current
922026-04-19T04:26:07.195Z+ current=main
932026-04-19T04:26:07.195Z+ [[ main != inline-schema ]]
942026-04-19T04:26:07.196Z+ git branch -f inline-schema 7c22936169700c16b5f2556649fbf97a00265ee7
952026-04-19T04:26:07.198Z+ git checkout -f inline-schema
962026-04-19T04:26:07.423ZSwitched to branch 'inline-schema'
972026-04-19T04:26:07.425Z+ git reset --hard 7c22936169700c16b5f2556649fbf97a00265ee7
982026-04-19T04:26:07.654ZHEAD is now at 7c2293616 inline the schemas for RouterPeerIpAddr and UplinkIpNet
992026-04-19T04:26:07.657Zprocess exited: duration 11480 ms, exit code 0
 
1002026-04-19T04:26:07.663Zstarting task 4: "build"
1012026-04-19T04:26:07.667Z+ source ./env.sh
1022026-04-19T04:26:07.667Z++ OLD_SHELL_OPTS=ehxB
1032026-04-19T04:26:07.667Z++ set -o xtrace
1042026-04-19T04:26:07.670Z++++ dirname ./env.sh
1052026-04-19T04:26:07.672Z+++ readlink -f .
1062026-04-19T04:26:07.675Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-19T04:26:07.675Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-04-19T04:26:07.675Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-19T04:26:07.675Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-04-19T04:26:07.675Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-04-19T04:26:07.675Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-04-19T04:26:07.675Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-04-19T04:26:07.675Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-04-19T04:26:07.675Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-19T04:26:07.675Z++ case $OLD_SHELL_OPTS in
1162026-04-19T04:26:07.675Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-19T04:26:07.675Z+ source .github/buildomat/ci-env.sh
1182026-04-19T04:26:07.675Z++ export CARGO_TERM_COLOR=always
1192026-04-19T04:26:07.675Z++ CARGO_TERM_COLOR=always
1202026-04-19T04:26:07.675Z+ cargo --version
1212026-04-19T04:26:07.683Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-19T04:26:07.686Z+ rustc --version
1232026-04-19T04:26:07.707Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-19T04:26:07.709Z+ banner prerequisites
1252026-04-19T04:26:07.712Z
1262026-04-19T04:26:07.712Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-19T04:26:07.712Z # # # # # # # # # # # # # # #
1282026-04-19T04:26:07.712Z # # # # ##### # # ##### # # # # # #### #
1292026-04-19T04:26:07.712Z ##### ##### # ##### # # # # # # # # #
1302026-04-19T04:26:07.712Z # # # # # # # # # # # # # # #
1312026-04-19T04:26:07.712Z # # # ###### # # ###### ### # #### # #### #
1322026-04-19T04:26:07.712Z
1332026-04-19T04:26:07.712Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-19T04:26:17.786Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-19T04:26:25.055Z Startup: Caching catalogs ... Done
1362026-04-19T04:26:30.707ZPlanning: Solver setup ... Done (4.417s)
1372026-04-19T04:26:30.738ZPlanning: Running solver ... Done (0.031s)
1382026-04-19T04:26:30.865ZPlanning: Finding local manifests ... Done (0.003s)
1392026-04-19T04:26:30.885ZPlanning: Fetching manifests: 0/5 0% complete
1402026-04-19T04:26:31.014ZPlanning: Fetching manifests: 5/5 100% complete
1412026-04-19T04:26:31.050ZPlanning: Package planning ... Done (0.037s)
1422026-04-19T04:26:31.086ZPlanning: Merging actions ... Done (0.036s)
1432026-04-19T04:26:31.267ZPlanning: Checking for conflicting actions ... Done (0.181s)
1442026-04-19T04:26:31.276ZPlanning: Consolidating action changes ... Done (0.009s)
1452026-04-19T04:26:32.053ZPlanning: Evaluating mediators ... Done (0.776s)
1462026-04-19T04:26:32.060ZPlanning: Planning completed in 6.84 seconds
1472026-04-19T04:26:32.071Z Packages to install: 5
1482026-04-19T04:26:32.071Z Mediators to change: 3
1492026-04-19T04:26:32.074Z Services to change: 1
1502026-04-19T04:26:32.074Z Estimated space available: 155.35 GB
1512026-04-19T04:26:32.074ZEstimated space to be consumed: 1.89 GB
1522026-04-19T04:26:32.074Z Create boot environment: No
1532026-04-19T04:26:32.074ZCreate backup boot environment: No
1542026-04-19T04:26:32.074Z Rebuild boot archive: No
1552026-04-19T04:26:32.075Z
1562026-04-19T04:26:32.075ZChanged mediators:
1572026-04-19T04:26:32.075Z mediator clang:
1582026-04-19T04:26:32.075Z version: None -> 15 (system default)
1592026-04-19T04:26:32.075Z
1602026-04-19T04:26:32.075Z mediator llvm:
1612026-04-19T04:26:32.075Z version: 14 (system default) -> 15 (system default)
1622026-04-19T04:26:32.075Z
1632026-04-19T04:26:32.075Z mediator postgresql:
1642026-04-19T04:26:32.075Z version: 15 (system default) -> 18 (system default)
1652026-04-19T04:26:32.075Z
1662026-04-19T04:26:32.075ZChanged packages:
1672026-04-19T04:26:32.075Zhelios-dev
1682026-04-19T04:26:32.075Z developer/build-essential
1692026-04-19T04:26:32.075Z None -> 11-2.0
1702026-04-19T04:26:32.075Z library/libxmlsec1
1712026-04-19T04:26:32.075Z None -> 1.2.35-2.0
1722026-04-19T04:26:32.075Z ooce/developer/clang-15
1732026-04-19T04:26:32.075Z None -> 15.0.7-2.0
1742026-04-19T04:26:32.075Z ooce/developer/llvm-15
1752026-04-19T04:26:32.075Z None -> 15.0.7-2.0
1762026-04-19T04:26:32.075Z ooce/library/postgresql-18
1772026-04-19T04:26:32.075Z None -> 18.1-2.0
1782026-04-19T04:26:32.075Z
1792026-04-19T04:26:32.075ZServices:
1802026-04-19T04:26:32.075Z restart_fmri:
1812026-04-19T04:26:32.075Z svc:/system/update-man-index:default
1822026-04-19T04:26:32.115Z
1832026-04-19T04:26:32.115ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1842026-04-19T04:26:40.066ZDownload: 212/4272 items 1.3/219.0MB 0% complete (1.5M/s)
1852026-04-19T04:26:45.068ZDownload: 1199/4272 items 83.5/219.0MB 38% complete (8.7M/s)
1862026-04-19T04:26:50.721ZDownload: 3239/4272 items 202.2/219.0MB 92% complete (20.1M/s)
1872026-04-19T04:26:56.258ZDownload: 3595/4272 items 213.1/219.0MB 97% complete (11.4M/s)
1882026-04-19T04:27:02.237ZDownload: 4253/4272 items 218.9/219.0MB 99% complete (10.6M/s)
1892026-04-19T04:27:02.279ZDownload: Completed 218.99 MB in 30.16 seconds (7.3M/s)
1902026-04-19T04:27:02.416Z Actions: 1/4789 actions (Installing new actions)
1912026-04-19T04:27:05.756Z Actions: Completed 4789 actions in 3.34 seconds.
1922026-04-19T04:27:06.387Z Done (0.626s)
1932026-04-19T04:27:06.387Z Done (0.000s)
1942026-04-19T04:27:07.121Z Done (0.735s)
1952026-04-19T04:27:10.227Z Done (2.763s)
1962026-04-19T04:27:10.298Z Done (0.012s)
1972026-04-19T04:27:10.301Z Done (0.000s)
1982026-04-19T04:27:10.655Z Done (0.000s)
1992026-04-19T04:27:11.506ZPlanning: Evaluating mediator changes ... Done
2002026-04-19T04:27:11.613ZPlanning: Checking for conflicting actions ... Done
2012026-04-19T04:27:11.616ZPlanning: Consolidating action changes ... Done
2022026-04-19T04:27:11.774ZPlanning: Evaluating mediators ... Done
2032026-04-19T04:27:11.777ZPlanning: Planning completed in 0.27 seconds
2042026-04-19T04:27:11.796Z Mediators to change: 2
2052026-04-19T04:27:11.796Z Create boot environment: No
2062026-04-19T04:27:11.796ZCreate backup boot environment: No
2072026-04-19T04:27:11.871Z Done
2082026-04-19T04:27:11.871Z Done
2092026-04-19T04:27:12.470Z Done
2102026-04-19T04:27:14.961Z Done
2112026-04-19T04:27:15.039Z Done
2122026-04-19T04:27:15.042Z Done
2132026-04-19T04:27:15.193Z Done
2142026-04-19T04:27:15.455ZPlanning: Evaluating mediator changes ... Done
2152026-04-19T04:27:15.563ZPlanning: Checking for conflicting actions ... Done
2162026-04-19T04:27:15.565ZPlanning: Consolidating action changes ... Done
2172026-04-19T04:27:15.721ZPlanning: Evaluating mediators ... Done
2182026-04-19T04:27:15.724ZPlanning: Planning completed in 0.27 seconds
2192026-04-19T04:27:15.743Z Mediators to change: 1
2202026-04-19T04:27:15.743Z Create boot environment: No
2212026-04-19T04:27:15.743ZCreate backup boot environment: No
2222026-04-19T04:27:15.796Z Done
2232026-04-19T04:27:15.796Z Done
2242026-04-19T04:27:16.384Z Done
2252026-04-19T04:27:18.823Z Done
2262026-04-19T04:27:18.898Z Done
2272026-04-19T04:27:18.898Z Done
2282026-04-19T04:27:19.036Z Done
2292026-04-19T04:27:19.323ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-04-19T04:27:19.323Zclang system 15 system
2312026-04-19T04:27:19.323Zcsh system system illumos
2322026-04-19T04:27:19.323Zctags system system illumos
2332026-04-19T04:27:19.323Zfile system system illumos
2342026-04-19T04:27:19.323Zgcc vendor 12 vendor
2352026-04-19T04:27:19.323Zgcc system 14 system
2362026-04-19T04:27:19.323Zgcc system 10 system
2372026-04-19T04:27:19.323Zgo system 1.20 system
2382026-04-19T04:27:19.323Zgo system 1.19 system
2392026-04-19T04:27:19.323Zllvm system 15 system
2402026-04-19T04:27:19.323Zllvm system 14 system
2412026-04-19T04:27:19.323Zmariadb system 10.6 system
2422026-04-19T04:27:19.323Zmta vendor vendor dma
2432026-04-19T04:27:19.324Zopenjdk system 17 system
2442026-04-19T04:27:19.324Zopenjdk system 11 system
2452026-04-19T04:27:19.324Zopenjdk system 1.8 system
2462026-04-19T04:27:19.324Zopenssl vendor 3 vendor
2472026-04-19T04:27:19.324Zperl system 5.36 system
2482026-04-19T04:27:19.324Zpostgresql system 18 system
2492026-04-19T04:27:19.324Zpostgresql system 15 system
2502026-04-19T04:27:19.324Zpostgresql system 13 system
2512026-04-19T04:27:19.324Zpython vendor 3 vendor
2522026-04-19T04:27:19.324Zpython system 2 system
2532026-04-19T04:27:19.324Zpython3 system 3.11 system
2542026-04-19T04:27:19.324Zruby system 3.0 system
2552026-04-19T04:27:19.324Zwords vendor vendor american-english
2562026-04-19T04:27:19.324Zwords system system australian-english
2572026-04-19T04:27:19.324Zwords system system british-english
2582026-04-19T04:27:19.324Zwords system system canadian-english
2592026-04-19T04:27:19.324Zwords system system french
2602026-04-19T04:27:19.324Zwords system system italian
2612026-04-19T04:27:19.324Zwords system system ngerman
2622026-04-19T04:27:19.324Zwords system system ogerman
2632026-04-19T04:27:19.324Zwords system system spanish
2642026-04-19T04:27:19.547ZPUBLISHER TYPE STATUS P LOCATION
2652026-04-19T04:27:19.547Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-04-19T04:27:24.062ZFMRI IFO
2672026-04-19T04:27:24.062Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-04-19T04:27:24.062Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-04-19T04:27:24.062Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-04-19T04:27:24.062Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-04-19T04:27:24.062Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-04-19T04:27:24.062Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-04-19T04:27:24.062Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2742026-04-19T04:27:24.062Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2752026-04-19T04:27:24.062Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762026-04-19T04:27:24.062Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772026-04-19T04:27:24.062Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782026-04-19T04:27:24.062Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792026-04-19T04:27:24.062Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802026-04-19T04:27:24.062Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812026-04-19T04:27:24.062Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822026-04-19T04:27:24.062Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832026-04-19T04:27:24.062Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842026-04-19T04:27:25.170Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852026-04-19T04:27:25.421Z Updating crates.io index
2862026-04-19T04:27:25.453Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872026-04-19T04:27:26.152Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882026-04-19T04:27:26.766Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-04-19T04:27:27.485Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-04-19T04:27:28.274Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912026-04-19T04:27:28.749Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-04-19T04:27:30.081Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-04-19T04:27:30.872Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-04-19T04:27:31.162Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-04-19T04:27:31.940Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-04-19T04:27:32.359Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-04-19T04:27:32.681Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-04-19T04:27:33.071Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-04-19T04:27:33.923Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-04-19T04:27:34.421Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-04-19T04:27:34.754Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-04-19T04:27:35.120Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-04-19T04:27:35.510Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-04-19T04:27:35.864Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-04-19T04:27:36.077Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-04-19T04:27:36.331Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-04-19T04:27:36.709Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-04-19T04:27:37.140Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-04-19T04:27:37.560Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-04-19T04:27:37.793Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-04-19T04:27:38.278Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-04-19T04:27:39.256Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132026-04-19T04:27:39.490Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-04-19T04:27:40.290Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-04-19T04:27:40.711Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-04-19T04:27:41.007Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-04-19T04:27:41.295Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-04-19T04:27:41.604Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-04-19T04:27:42.100Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-04-19T04:27:42.310Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-04-19T04:27:42.543Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-04-19T04:27:42.786Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-04-19T04:27:43.086Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-04-19T04:27:54.396Z Downloading crates ...
3252026-04-19T04:27:54.444Z Downloaded anstyle-query v1.1.5
3262026-04-19T04:27:54.450Z Downloaded plain v0.2.3
3272026-04-19T04:27:54.453Z Downloaded anstream v0.6.21
3282026-04-19T04:27:54.458Z Downloaded pest_derive v2.8.6
3292026-04-19T04:27:54.461Z Downloaded litemap v0.8.1
3302026-04-19T04:27:54.461Z Downloaded terminal_size v0.4.3
3312026-04-19T04:27:54.465Z Downloaded ordered-float v2.10.1
3322026-04-19T04:27:54.469Z Downloaded serde-value v0.7.0
3332026-04-19T04:27:54.472Z Downloaded thiserror-impl v2.0.18
3342026-04-19T04:27:54.472Z Downloaded smawk v0.3.2
3352026-04-19T04:27:54.474Z Downloaded url v2.5.8
3362026-04-19T04:27:54.474Z Downloaded typeid v1.0.3
3372026-04-19T04:27:54.477Z Downloaded camino-tempfile v1.4.1
3382026-04-19T04:27:54.477Z Downloaded sha2 v0.10.9
3392026-04-19T04:27:54.480Z Downloaded scroll v0.12.0
3402026-04-19T04:27:54.480Z Downloaded byteorder v1.5.0
3412026-04-19T04:27:54.482Z Downloaded utf8parse v0.2.2
3422026-04-19T04:27:54.482Z Downloaded quote v1.0.44
3432026-04-19T04:27:54.486Z Downloaded proc-macro2 v1.0.106
3442026-04-19T04:27:54.486Z Downloaded autocfg v1.5.0
3452026-04-19T04:27:54.489Z Downloaded thread-id v4.2.2
3462026-04-19T04:27:54.489Z Downloaded proc-macro-error-attr v1.0.4
3472026-04-19T04:27:54.489Z Downloaded yoke-derive v0.8.1
3482026-04-19T04:27:54.489Z Downloaded thiserror v2.0.18
3492026-04-19T04:27:54.492Z Downloaded tinystr v0.8.2
3502026-04-19T04:27:54.492Z Downloaded num-traits v0.2.19
3512026-04-19T04:27:54.494Z Downloaded anyhow v1.0.102
3522026-04-19T04:27:54.497Z Downloaded zerofrom v0.1.6
3532026-04-19T04:27:54.497Z Downloaded proc-macro-error v1.0.4
3542026-04-19T04:27:54.499Z Downloaded memmap v0.7.0
3552026-04-19T04:27:54.500Z Downloaded fastrand v2.3.0
3562026-04-19T04:27:54.500Z Downloaded yoke v0.8.1
3572026-04-19T04:27:54.500Z Downloaded toml_datetime v0.6.11
3582026-04-19T04:27:54.502Z Downloaded tabled_derive v0.7.0
3592026-04-19T04:27:54.502Z Downloaded version_check v0.9.5
3602026-04-19T04:27:54.502Z Downloaded unicode-linebreak v0.1.5
3612026-04-19T04:27:54.502Z Downloaded dtrace-parser v0.2.0
3622026-04-19T04:27:54.505Z Downloaded anstyle-parse v0.2.7
3632026-04-19T04:27:54.505Z Downloaded zmij v1.0.21
3642026-04-19T04:27:54.505Z Downloaded anstyle v1.0.13
3652026-04-19T04:27:54.509Z Downloaded crypto-common v0.1.7
3662026-04-19T04:27:54.509Z Downloaded clap_lex v1.0.0
3672026-04-19T04:27:54.509Z Downloaded icu_normalizer v2.1.1
3682026-04-19T04:27:54.509Z Downloaded zerofrom-derive v0.1.6
3692026-04-19T04:27:54.512Z Downloaded usdt-macro v0.5.0
3702026-04-19T04:27:54.513Z Downloaded strsim v0.11.1
3712026-04-19T04:27:54.513Z Downloaded bitflags v2.11.0
3722026-04-19T04:27:54.513Z Downloaded usdt-attr-macro v0.5.0
3732026-04-19T04:27:54.521Z Downloaded toml_write v0.1.2
3742026-04-19T04:27:54.521Z Downloaded macaddr v1.0.1
3752026-04-19T04:27:54.521Z Downloaded cfg-if v1.0.4
3762026-04-19T04:27:54.522Z Downloaded usdt v0.5.0
3772026-04-19T04:27:54.522Z Downloaded unicode-xid v0.2.6
3782026-04-19T04:27:54.522Z Downloaded stable_deref_trait v1.2.1
3792026-04-19T04:27:54.526Z Downloaded dof v0.3.0
3802026-04-19T04:27:54.527Z Downloaded utf8_iter v1.0.4
3812026-04-19T04:27:54.527Z Downloaded unicode-ident v1.0.24
3822026-04-19T04:27:54.527Z Downloaded cargo-platform v0.2.0
3832026-04-19T04:27:54.527Z Downloaded zerocopy-derive v0.7.35
3842026-04-19T04:27:54.527Z Downloaded usdt-impl v0.5.0
3852026-04-19T04:27:54.527Z Downloaded form_urlencoded v1.2.2
3862026-04-19T04:27:54.527Z Downloaded toml v0.8.23
3872026-04-19T04:27:54.527Z Downloaded zerovec-derive v0.11.2
3882026-04-19T04:27:54.530Z Downloaded thiserror-impl v1.0.69
3892026-04-19T04:27:54.530Z Downloaded swrite v0.1.0
3902026-04-19T04:27:54.530Z Downloaded thiserror v1.0.69
3912026-04-19T04:27:54.530Z Downloaded ucd-trie v0.1.7
3922026-04-19T04:27:54.530Z Downloaded potential_utf v0.1.4
3932026-04-19T04:27:54.534Z Downloaded percent-encoding v2.3.2
3942026-04-19T04:27:54.534Z Downloaded generic-array v0.14.7
3952026-04-19T04:27:54.537Z Downloaded heck v0.4.1
3962026-04-19T04:27:54.537Z Downloaded textwrap v0.16.2
3972026-04-19T04:27:54.539Z Downloaded errno v0.3.14
3982026-04-19T04:27:54.542Z Downloaded scroll_derive v0.12.1
3992026-04-19T04:27:54.542Z Downloaded is_terminal_polyfill v1.70.2
4002026-04-19T04:27:54.542Z Downloaded heck v0.5.0
4012026-04-19T04:27:54.542Z Downloaded writeable v0.6.2
4022026-04-19T04:27:54.545Z Downloaded fnv v1.0.7
4032026-04-19T04:27:54.547Z Downloaded idna_adapter v1.2.1
4042026-04-19T04:27:54.551Z Downloaded zerotrie v0.2.3
4052026-04-19T04:27:54.554Z Downloaded serde_spanned v0.6.9
4062026-04-19T04:27:54.554Z Downloaded typenum v1.19.0
4072026-04-19T04:27:54.557Z Downloaded toml_edit v0.22.27
4082026-04-19T04:27:54.559Z Downloaded pretty-hex v0.4.1
4092026-04-19T04:27:54.559Z Downloaded equivalent v1.0.2
4102026-04-19T04:27:54.559Z Downloaded colorchoice v1.0.4
4112026-04-19T04:27:54.563Z Downloaded block-buffer v0.10.4
4122026-04-19T04:27:54.565Z Downloaded cpufeatures v0.2.17
4132026-04-19T04:27:54.569Z Downloaded itoa v1.0.17
4142026-04-19T04:27:54.572Z Downloaded semver v1.0.27
4152026-04-19T04:27:54.574Z Downloaded zerovec v0.11.5
4162026-04-19T04:27:54.577Z Downloaded zerocopy v0.7.35
4172026-04-19T04:27:54.584Z Downloaded synstructure v0.13.2
4182026-04-19T04:27:54.587Z Downloaded serde-untagged v0.1.9
4192026-04-19T04:27:54.587Z Downloaded winnow v0.7.14
4202026-04-19T04:27:54.590Z Downloaded serde_tokenstream v0.2.3
4212026-04-19T04:27:54.593Z Downloaded unicode-width v0.1.14
4222026-04-19T04:27:54.596Z Downloaded displaydoc v0.2.5
4232026-04-19T04:27:54.596Z Downloaded unicode-width v0.2.0
4242026-04-19T04:27:54.598Z Downloaded fs-err v3.3.0
4252026-04-19T04:27:54.601Z Downloaded cargo_metadata v0.21.0
4262026-04-19T04:27:54.601Z Downloaded cargo_toml v0.21.0
4272026-04-19T04:27:54.605Z Downloaded erased-serde v0.4.9
4282026-04-19T04:27:54.608Z Downloaded digest v0.10.7
4292026-04-19T04:27:54.610Z Downloaded camino v1.2.2
4302026-04-19T04:27:54.613Z Downloaded bytecount v0.6.9
4312026-04-19T04:27:54.616Z Downloaded once_cell v1.21.3
4322026-04-19T04:27:54.622Z Downloaded tempfile v3.25.0
4332026-04-19T04:27:54.630Z Downloaded serde_derive v1.0.228
4342026-04-19T04:27:54.633Z Downloaded smallvec v1.15.1
4352026-04-19T04:27:54.636Z Downloaded pest_generator v2.8.6
4362026-04-19T04:27:54.639Z Downloaded log v0.4.29
4372026-04-19T04:27:54.642Z Downloaded clap_derive v4.5.55
4382026-04-19T04:27:54.648Z Downloaded cargo-util-schemas v0.8.2
4392026-04-19T04:27:54.651Z Downloaded icu_provider v2.1.1
4402026-04-19T04:27:54.651Z Downloaded getrandom v0.4.1
4412026-04-19T04:27:54.657Z Downloaded icu_properties v2.1.2
4422026-04-19T04:27:54.660Z Downloaded clap v4.5.60
4432026-04-19T04:27:54.663Z Downloaded serde_core v1.0.228
4442026-04-19T04:27:54.666Z Downloaded papergrid v0.11.0
4452026-04-19T04:27:54.672Z Downloaded icu_locale_core v2.1.1
4462026-04-19T04:27:54.684Z Downloaded pest_meta v2.8.6
4472026-04-19T04:27:54.694Z Downloaded memchr v2.8.0
4482026-04-19T04:27:54.694Z Downloaded icu_normalizer_data v2.1.1
4492026-04-19T04:27:54.698Z Downloaded icu_collections v2.1.1
4502026-04-19T04:27:54.698Z Downloaded serde v1.0.228
4512026-04-19T04:27:54.698Z Downloaded indexmap v2.13.0
4522026-04-19T04:27:54.698Z Downloaded idna v1.1.0
4532026-04-19T04:27:54.717Z Downloaded hashbrown v0.16.1
4542026-04-19T04:27:54.723Z Downloaded clap_builder v4.5.60
4552026-04-19T04:27:54.730Z Downloaded pest v2.8.6
4562026-04-19T04:27:54.733Z Downloaded serde_json v1.0.149
4572026-04-19T04:27:54.736Z Downloaded icu_properties_data v2.1.2
4582026-04-19T04:27:54.745Z Downloaded goblin v0.8.2
4592026-04-19T04:27:54.764Z Downloaded tabled v0.15.0
4602026-04-19T04:27:54.772Z Downloaded syn v1.0.109
4612026-04-19T04:27:54.777Z Downloaded syn v2.0.117
4622026-04-19T04:27:54.792Z Downloaded rustix v1.1.3
4632026-04-19T04:27:54.820Z Downloaded libc v0.2.185
4642026-04-19T04:27:54.887Z Compiling proc-macro2 v1.0.106
4652026-04-19T04:27:54.887Z Compiling unicode-ident v1.0.24
4662026-04-19T04:27:54.890Z Compiling quote v1.0.44
4672026-04-19T04:27:54.890Z Compiling serde_core v1.0.228
4682026-04-19T04:27:54.890Z Compiling libc v0.2.185
4692026-04-19T04:27:54.890Z Compiling version_check v0.9.5
4702026-04-19T04:27:54.890Z Compiling stable_deref_trait v1.2.1
4712026-04-19T04:27:54.890Z Compiling memchr v2.8.0
4722026-04-19T04:27:55.209Z Compiling serde v1.0.228
4732026-04-19T04:27:55.225Z Compiling zmij v1.0.21
4742026-04-19T04:27:55.444Z Compiling itoa v1.0.17
4752026-04-19T04:27:55.481Z Compiling thiserror v1.0.69
4762026-04-19T04:27:55.572Z Compiling autocfg v1.5.0
4772026-04-19T04:27:55.623Z Compiling ucd-trie v0.1.7
4782026-04-19T04:27:55.769Z Compiling pest v2.8.6
4792026-04-19T04:27:55.866Z Compiling litemap v0.8.1
4802026-04-19T04:27:55.888Z Compiling writeable v0.6.2
4812026-04-19T04:27:55.991Z Compiling rustix v1.1.3
4822026-04-19T04:27:56.013Z Compiling icu_normalizer_data v2.1.1
4832026-04-19T04:27:56.063Z Compiling icu_properties_data v2.1.2
4842026-04-19T04:27:56.193Z Compiling byteorder v1.5.0
4852026-04-19T04:27:56.336Z Compiling syn v2.0.117
4862026-04-19T04:27:56.433Z Compiling errno v0.3.14
4872026-04-19T04:27:56.436Z Compiling bitflags v2.11.0
4882026-04-19T04:27:56.594Z Compiling serde_json v1.0.149
4892026-04-19T04:27:56.707Z Compiling num-traits v0.2.19
4902026-04-19T04:27:56.809Z Compiling pest_meta v2.8.6
4912026-04-19T04:27:56.891Z Compiling hashbrown v0.16.1
4922026-04-19T04:27:57.016Z Compiling typeid v1.0.3
4932026-04-19T04:27:57.035Z Compiling smallvec v1.15.1
4942026-04-19T04:27:57.250Z Compiling equivalent v1.0.2
4952026-04-19T04:27:57.341Z Compiling thread-id v4.2.2
4962026-04-19T04:27:57.343Z Compiling proc-macro-error-attr v1.0.4
4972026-04-19T04:27:57.419Z Compiling indexmap v2.13.0
4982026-04-19T04:27:57.436Z Compiling usdt-impl v0.5.0
4992026-04-19T04:27:57.489Z Compiling winnow v0.7.14
5002026-04-19T04:27:57.531Z Compiling syn v1.0.109
5012026-04-19T04:27:57.643Z Compiling erased-serde v0.4.9
5022026-04-19T04:27:57.702Z Compiling toml_write v0.1.2
5032026-04-19T04:27:58.046Z Compiling proc-macro-error v1.0.4
5042026-04-19T04:27:58.096Z Compiling utf8_iter v1.0.4
5052026-04-19T04:27:58.231Z Compiling log v0.4.29
5062026-04-19T04:27:58.248Z Compiling getrandom v0.4.1
5072026-04-19T04:27:58.417Z Compiling utf8parse v0.2.2
5082026-04-19T04:27:58.433Z Compiling plain v0.2.3
5092026-04-19T04:27:58.536Z Compiling camino v1.2.2
5102026-04-19T04:27:58.553Z Compiling percent-encoding v2.3.2
5112026-04-19T04:27:58.580Z Compiling thiserror v2.0.18
5122026-04-19T04:27:58.620Z Compiling anstyle-parse v0.2.7
5132026-04-19T04:27:58.750Z Compiling form_urlencoded v1.2.2
5142026-04-19T04:27:58.807Z Compiling ordered-float v2.10.1
5152026-04-19T04:27:58.907Z Compiling synstructure v0.13.2
5162026-04-19T04:27:58.923Z Compiling pest_generator v2.8.6
5172026-04-19T04:27:59.144Z Compiling terminal_size v0.4.3
5182026-04-19T04:27:59.291Z Compiling is_terminal_polyfill v1.70.2
5192026-04-19T04:27:59.409Z Compiling anstyle v1.0.13
5202026-04-19T04:27:59.439Z Compiling cfg-if v1.0.4
5212026-04-19T04:27:59.477Z Compiling anstyle-query v1.1.5
5222026-04-19T04:27:59.495Z Compiling pretty-hex v0.4.1
5232026-04-19T04:27:59.512Z Compiling colorchoice v1.0.4
5242026-04-19T04:27:59.631Z Compiling anstream v0.6.21
5252026-04-19T04:27:59.634Z Compiling serde-untagged v0.1.9
5262026-04-19T04:27:59.695Z Compiling semver v1.0.27
5272026-04-19T04:27:59.729Z Compiling fs-err v3.3.0
5282026-04-19T04:27:59.893Z Compiling unicode-xid v0.2.6
5292026-04-19T04:27:59.920Z Compiling bytecount v0.6.9
5302026-04-19T04:27:59.939Z Compiling strsim v0.11.1
5312026-04-19T04:28:00.025Z Compiling anyhow v1.0.102
5322026-04-19T04:28:00.034Z Compiling heck v0.4.1
5332026-04-19T04:28:00.057Z Compiling fastrand v2.3.0
5342026-04-19T04:28:00.073Z Compiling once_cell v1.21.3
5352026-04-19T04:28:00.292Z Compiling heck v0.5.0
5362026-04-19T04:28:00.310Z Compiling fnv v1.0.7
5372026-04-19T04:28:00.326Z Compiling unicode-width v0.1.14
5382026-04-19T04:28:00.342Z Compiling clap_lex v1.0.0
5392026-04-19T04:28:00.540Z Compiling clap_builder v4.5.60
5402026-04-19T04:28:00.580Z Compiling papergrid v0.11.0
5412026-04-19T04:28:00.582Z Compiling tempfile v3.25.0
5422026-04-19T04:28:00.629Z Compiling serde_derive v1.0.228
5432026-04-19T04:28:00.646Z Compiling zerofrom-derive v0.1.6
5442026-04-19T04:28:00.716Z Compiling yoke-derive v0.8.1
5452026-04-19T04:28:00.983Z Compiling zerovec-derive v0.11.2
5462026-04-19T04:28:01.155Z Compiling displaydoc v0.2.5
5472026-04-19T04:28:01.859Z Compiling thiserror-impl v1.0.69
5482026-04-19T04:28:01.882Z Compiling zerocopy-derive v0.7.35
5492026-04-19T04:28:01.988Z Compiling pest_derive v2.8.6
5502026-04-19T04:28:02.009Z Compiling zerofrom v0.1.6
5512026-04-19T04:28:02.077Z Compiling scroll_derive v0.12.1
5522026-04-19T04:28:02.140Z Compiling yoke v0.8.1
5532026-04-19T04:28:02.336Z Compiling zerovec v0.11.5
5542026-04-19T04:28:02.423Z Compiling zerotrie v0.2.3
5552026-04-19T04:28:02.730Z Compiling thiserror-impl v2.0.18
5562026-04-19T04:28:02.748Z Compiling scroll v0.12.0
5572026-04-19T04:28:02.748Z Compiling zerocopy v0.7.35
5582026-04-19T04:28:02.857Z Compiling tinystr v0.8.2
5592026-04-19T04:28:03.033Z Compiling potential_utf v0.1.4
5602026-04-19T04:28:03.064Z Compiling icu_locale_core v2.1.1
5612026-04-19T04:28:03.201Z Compiling icu_collections v2.1.1
5622026-04-19T04:28:03.201Z Compiling dtrace-parser v0.2.0
5632026-04-19T04:28:03.290Z Compiling goblin v0.8.2
5642026-04-19T04:28:03.624Z Compiling tabled_derive v0.7.0
5652026-04-19T04:28:03.677Z Compiling icu_provider v2.1.1
5662026-04-19T04:28:03.951Z Compiling icu_normalizer v2.1.1
5672026-04-19T04:28:04.011Z Compiling serde_spanned v0.6.9
5682026-04-19T04:28:04.046Z Compiling toml_datetime v0.6.11
5692026-04-19T04:28:04.074Z Compiling icu_properties v2.1.2
5702026-04-19T04:28:04.077Z Compiling dof v0.3.0
5712026-04-19T04:28:04.108Z Compiling serde_tokenstream v0.2.3
5722026-04-19T04:28:04.275Z Compiling toml_edit v0.22.27
5732026-04-19T04:28:04.316Z Compiling serde-value v0.7.0
5742026-04-19T04:28:04.482Z Compiling cargo-platform v0.2.0
5752026-04-19T04:28:04.543Z Compiling clap_derive v4.5.55
5762026-04-19T04:28:04.573Z Compiling memmap v0.7.0
5772026-04-19T04:28:04.688Z Compiling smawk v0.3.2
5782026-04-19T04:28:04.757Z Compiling unicode-linebreak v0.1.5
5792026-04-19T04:28:04.776Z Compiling unicode-width v0.2.0
5802026-04-19T04:28:04.830Z Compiling tabled v0.15.0
5812026-04-19T04:28:05.010Z Compiling idna_adapter v1.2.1
5822026-04-19T04:28:05.048Z Compiling usdt-macro v0.5.0
5832026-04-19T04:28:05.065Z Compiling usdt-attr-macro v0.5.0
5842026-04-19T04:28:05.164Z Compiling idna v1.1.0
5852026-04-19T04:28:05.182Z Compiling textwrap v0.16.2
5862026-04-19T04:28:05.687Z Compiling toml v0.8.23
5872026-04-19T04:28:05.751Z Compiling url v2.5.8
5882026-04-19T04:28:05.829Z Compiling macaddr v1.0.1
5892026-04-19T04:28:06.294Z Compiling cargo-util-schemas v0.8.2
5902026-04-19T04:28:06.313Z Compiling clap v4.5.60
5912026-04-19T04:28:06.359Z Compiling cargo_toml v0.21.0
5922026-04-19T04:28:06.398Z Compiling camino-tempfile v1.4.1
5932026-04-19T04:28:06.486Z Compiling usdt v0.5.0
5942026-04-19T04:28:06.749Z Compiling swrite v0.1.0
5952026-04-19T04:28:06.768Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5962026-04-19T04:28:07.193Z Compiling cargo_metadata v0.21.0
5972026-04-19T04:28:08.125Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-04-19T04:28:10.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.20s
5992026-04-19T04:28:10.429Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-04-19T04:28:10.989Z Downloading crates ...
6012026-04-19T04:28:11.096Z Downloaded async-stream v0.3.6
6022026-04-19T04:28:11.101Z Downloaded crunchy v0.2.4
6032026-04-19T04:28:11.104Z Downloaded crucible-workspace-hack v0.1.0
6042026-04-19T04:28:11.107Z Downloaded cstr-argument v0.1.2
6052026-04-19T04:28:11.110Z Downloaded async-stream-impl v0.3.6
6062026-04-19T04:28:11.113Z Downloaded block-padding v0.3.3
6072026-04-19T04:28:11.113Z Downloaded bit-set v0.8.0
6082026-04-19T04:28:11.116Z Downloaded ctr v0.9.2
6092026-04-19T04:28:11.116Z Downloaded crc32fast v1.5.0
6102026-04-19T04:28:11.119Z Downloaded bcrypt-pbkdf v0.10.0
6112026-04-19T04:28:11.119Z Downloaded cfg_aliases v0.1.1
6122026-04-19T04:28:11.119Z Downloaded bb8 v0.8.6
6132026-04-19T04:28:11.123Z Downloaded arrayref v0.3.9
6142026-04-19T04:28:11.126Z Downloaded aead v0.5.2
6152026-04-19T04:28:11.126Z Downloaded csv-core v0.1.13
6162026-04-19T04:28:11.132Z Downloaded cfg_aliases v0.2.1
6172026-04-19T04:28:11.134Z Downloaded debug-ignore v1.0.5
6182026-04-19T04:28:11.134Z Downloaded atty v0.2.14
6192026-04-19T04:28:11.134Z Downloaded atomic-waker v1.1.2
6202026-04-19T04:28:11.135Z Downloaded cargo-platform v0.1.9
6212026-04-19T04:28:11.137Z Downloaded crypto-bigint v0.5.5
6222026-04-19T04:28:11.140Z Downloaded defmt-parser v1.0.0
6232026-04-19T04:28:11.140Z Downloaded curve25519-dalek-derive v0.1.1
6242026-04-19T04:28:11.143Z Downloaded atomicwrites v0.4.4
6252026-04-19T04:28:11.143Z Downloaded async-recursion v1.1.1
6262026-04-19T04:28:11.146Z Downloaded darling v0.20.11
6272026-04-19T04:28:11.148Z Downloaded array-init v0.0.4
6282026-04-19T04:28:11.148Z Downloaded assert_matches v1.5.0
6292026-04-19T04:28:11.148Z Downloaded ascii-canvas v3.0.0
6302026-04-19T04:28:11.148Z Downloaded defmt v0.3.100
6312026-04-19T04:28:11.153Z Downloaded derive_builder_macro v0.20.2
6322026-04-19T04:28:11.157Z Downloaded castaway v0.2.4
6332026-04-19T04:28:11.157Z Downloaded bitfield-macros v0.19.4
6342026-04-19T04:28:11.160Z Downloaded either v1.15.0
6352026-04-19T04:28:11.160Z Downloaded fallible-iterator v0.2.0
6362026-04-19T04:28:11.160Z Downloaded blowfish v0.9.1
6372026-04-19T04:28:11.163Z Downloaded bit-vec v0.6.3
6382026-04-19T04:28:11.163Z Downloaded erased-serde v0.3.31
6392026-04-19T04:28:11.163Z Downloaded ed25519 v2.2.3
6402026-04-19T04:28:11.166Z Downloaded dunce v1.0.5
6412026-04-19T04:28:11.166Z Downloaded document-features v0.2.12
6422026-04-19T04:28:11.166Z Downloaded dirs-next v2.0.0
6432026-04-19T04:28:11.169Z Downloaded bitfield-struct v0.6.2
6442026-04-19T04:28:11.169Z Downloaded chacha20 v0.9.1
6452026-04-19T04:28:11.169Z Downloaded cassowary v0.3.0
6462026-04-19T04:28:11.173Z Downloaded base16ct v0.2.0
6472026-04-19T04:28:11.176Z Downloaded foreign-types v0.3.2
6482026-04-19T04:28:11.176Z Downloaded crc-catalog v2.4.0
6492026-04-19T04:28:11.179Z Downloaded display-error-chain v0.2.2
6502026-04-19T04:28:11.182Z Downloaded diesel_table_macro_syntax v0.3.0
6512026-04-19T04:28:11.182Z Downloaded compression-core v0.4.31
6522026-04-19T04:28:11.185Z Downloaded downcast-rs v2.0.2
6532026-04-19T04:28:11.190Z Downloaded darling_macro v0.23.0
6542026-04-19T04:28:11.190Z Downloaded crc v3.4.0
6552026-04-19T04:28:11.193Z Downloaded convert_case v0.4.0
6562026-04-19T04:28:11.193Z Downloaded dof v0.4.0
6572026-04-19T04:28:11.193Z Downloaded ciborium-io v0.2.2
6582026-04-19T04:28:11.193Z Downloaded darling_macro v0.21.3
6592026-04-19T04:28:11.196Z Downloaded enum-as-inner v0.6.1
6602026-04-19T04:28:11.196Z Downloaded ciborium-ll v0.2.2
6612026-04-19T04:28:11.200Z Downloaded foreign-types v0.5.0
6622026-04-19T04:28:11.200Z Downloaded difflib v0.4.0
6632026-04-19T04:28:11.200Z Downloaded daft-derive v0.1.5
6642026-04-19T04:28:11.205Z Downloaded futures-core v0.3.32
6652026-04-19T04:28:11.205Z Downloaded foreign-types-shared v0.3.1
6662026-04-19T04:28:11.205Z Downloaded embedded-io v0.6.1
6672026-04-19T04:28:11.209Z Downloaded dtrace-parser v0.3.0
6682026-04-19T04:28:11.209Z Downloaded derive_builder_core v0.20.2
6692026-04-19T04:28:11.209Z Downloaded dyn-clone v1.0.20
6702026-04-19T04:28:11.209Z Downloaded dirs-sys-next v0.1.2
6712026-04-19T04:28:11.209Z Downloaded float-ord v0.3.2
6722026-04-19T04:28:11.212Z Downloaded backoff v0.4.0
6732026-04-19T04:28:11.212Z Downloaded bit-set v0.5.3
6742026-04-19T04:28:11.212Z Downloaded argon2 v0.5.3
6752026-04-19T04:28:11.212Z Downloaded ar_archive_writer v0.5.1
6762026-04-19T04:28:11.215Z Downloaded env_filter v1.0.0
6772026-04-19T04:28:11.215Z Downloaded foreign-types-shared v0.1.1
6782026-04-19T04:28:11.218Z Downloaded constant_time_eq v0.4.2
6792026-04-19T04:28:11.218Z Downloaded foreign-types-macros v0.2.3
6802026-04-19T04:28:11.218Z Downloaded crc8 v0.1.1
6812026-04-19T04:28:11.221Z Downloaded endian-type v0.1.2
6822026-04-19T04:28:11.221Z Downloaded embedded-io v0.4.0
6832026-04-19T04:28:11.221Z Downloaded darling_macro v0.20.11
6842026-04-19T04:28:11.221Z Downloaded compression-codecs v0.4.37
6852026-04-19T04:28:11.224Z Downloaded gethostname v0.5.0
6862026-04-19T04:28:11.224Z Downloaded futures-sink v0.3.32
6872026-04-19T04:28:11.227Z Downloaded fxhash v0.2.1
6882026-04-19T04:28:11.227Z Downloaded futures-task v0.3.32
6892026-04-19T04:28:11.227Z Downloaded ghash v0.5.1
6902026-04-19T04:28:11.230Z Downloaded fixedbitset v0.4.2
6912026-04-19T04:28:11.230Z Downloaded flagset v0.4.7
6922026-04-19T04:28:11.230Z Downloaded ahash v0.8.12
6932026-04-19T04:28:11.233Z Downloaded cpufeatures v0.3.0
6942026-04-19T04:28:11.233Z Downloaded cobs v0.3.0
6952026-04-19T04:28:11.233Z Downloaded bit-vec v0.8.0
6962026-04-19T04:28:11.236Z Downloaded dropshot-api-manager-types v0.6.0
6972026-04-19T04:28:11.236Z Downloaded async-trait v0.1.89
6982026-04-19T04:28:11.240Z Downloaded futures-macro v0.3.32
6992026-04-19T04:28:11.240Z Downloaded futures-io v0.3.32
7002026-04-19T04:28:11.240Z Downloaded byte-wrapper v0.1.0
7012026-04-19T04:28:11.245Z Downloaded cmake v0.1.57
7022026-04-19T04:28:11.245Z Downloaded cexpr v0.6.0
7032026-04-19T04:28:11.245Z Downloaded drift v0.1.3
7042026-04-19T04:28:11.248Z Downloaded funty v2.0.0
7052026-04-19T04:28:11.249Z Downloaded const_format_proc_macros v0.2.34
7062026-04-19T04:28:11.249Z Downloaded float-cmp v0.10.0
7072026-04-19T04:28:11.249Z Downloaded cargo_metadata v0.19.2
7082026-04-19T04:28:11.251Z Downloaded cbc v0.1.2
7092026-04-19T04:28:11.252Z Downloaded buf-list v1.1.2
7102026-04-19T04:28:11.252Z Downloaded bitfield v0.19.4
7112026-04-19T04:28:11.254Z Downloaded dsl_auto_type v0.2.0
7122026-04-19T04:28:11.254Z Downloaded bitflags v1.3.2
7132026-04-19T04:28:11.257Z Downloaded globwalk v0.9.1
7142026-04-19T04:28:11.257Z Downloaded bcs v0.1.6
7152026-04-19T04:28:11.257Z Downloaded arrayvec v0.7.6
7162026-04-19T04:28:11.260Z Downloaded data-encoding v2.10.0
7172026-04-19T04:28:11.260Z Downloaded cipher v0.4.4
7182026-04-19T04:28:11.263Z Downloaded crossbeam-deque v0.8.6
7192026-04-19T04:28:11.263Z Downloaded camino-tempfile-ext v0.3.3
7202026-04-19T04:28:11.263Z Downloaded fixedbitset v0.5.7
7212026-04-19T04:28:11.266Z Downloaded ena v0.14.4
7222026-04-19T04:28:11.266Z Downloaded derive-ex v0.1.8
7232026-04-19T04:28:11.266Z Downloaded hash32 v0.2.1
7242026-04-19T04:28:11.269Z Downloaded headers-core v0.3.0
7252026-04-19T04:28:11.269Z Downloaded chacha20 v0.10.0
7262026-04-19T04:28:11.269Z Downloaded async-bb8-diesel v0.2.1
7272026-04-19T04:28:11.272Z Downloaded fs_extra v1.3.0
7282026-04-19T04:28:11.272Z Downloaded hash32 v0.3.1
7292026-04-19T04:28:11.277Z Downloaded base64ct v1.8.3
7302026-04-19T04:28:11.277Z Downloaded hex-literal v0.4.1
7312026-04-19T04:28:11.277Z Downloaded adler2 v2.0.1
7322026-04-19T04:28:11.281Z Downloaded defmt-macros v1.0.1
7332026-04-19T04:28:11.281Z Downloaded defmt v1.0.1
7342026-04-19T04:28:11.281Z Downloaded deranged v0.5.8
7352026-04-19T04:28:11.284Z Downloaded der_derive v0.7.3
7362026-04-19T04:28:11.284Z Downloaded bzip2 v0.6.1
7372026-04-19T04:28:11.284Z Downloaded daft v0.1.5
7382026-04-19T04:28:11.287Z Downloaded foldhash v0.1.5
7392026-04-19T04:28:11.290Z Downloaded http-body v1.0.1
7402026-04-19T04:28:11.290Z Downloaded hostname v0.4.2
7412026-04-19T04:28:11.293Z Downloaded home v0.5.12
7422026-04-19T04:28:11.293Z Downloaded ident_case v1.0.1
7432026-04-19T04:28:11.293Z Downloaded hex v0.4.3
7442026-04-19T04:28:11.293Z Downloaded futures-executor v0.3.32
7452026-04-19T04:28:11.297Z Downloaded foldhash v0.2.0
7462026-04-19T04:28:11.297Z Downloaded curve25519-dalek v4.1.3
7472026-04-19T04:28:11.300Z Downloaded find-msvc-tools v0.1.9
7482026-04-19T04:28:11.303Z Downloaded backon v1.6.0
7492026-04-19T04:28:11.303Z Downloaded crossterm v0.29.0
7502026-04-19T04:28:11.307Z Downloaded hostname v0.3.1
7512026-04-19T04:28:11.312Z Downloaded cookie_store v0.22.1
7522026-04-19T04:28:11.312Z Downloaded httpdate v1.0.3
7532026-04-19T04:28:11.312Z Downloaded cookie v0.18.1
7542026-04-19T04:28:11.315Z Downloaded http-range v0.1.5
7552026-04-19T04:28:11.315Z Downloaded git-stub v1.0.0
7562026-04-19T04:28:11.315Z Downloaded hubpack_derive v0.1.1
7572026-04-19T04:28:11.315Z Downloaded hubpack v0.1.2
7582026-04-19T04:28:11.315Z Downloaded console v0.15.11
7592026-04-19T04:28:11.318Z Downloaded indent_write v2.2.0
7602026-04-19T04:28:11.318Z Downloaded hyper-tls v0.6.0
7612026-04-19T04:28:11.318Z Downloaded git-stub-vcs v0.1.0
7622026-04-19T04:28:11.321Z Downloaded colored v2.2.0
7632026-04-19T04:28:11.321Z Downloaded inout v0.1.4
7642026-04-19T04:28:11.324Z Downloaded futures-channel v0.3.32
7652026-04-19T04:28:11.324Z Downloaded bzip2 v0.4.4
7662026-04-19T04:28:11.324Z Downloaded instant v0.1.13
7672026-04-19T04:28:11.328Z Downloaded indoc v1.0.9
7682026-04-19T04:28:11.328Z Downloaded is-terminal v0.4.17
7692026-04-19T04:28:11.328Z Downloaded corncobs v0.1.4
7702026-04-19T04:28:11.331Z Downloaded const-oid v0.9.6
7712026-04-19T04:28:11.331Z Downloaded console v0.16.2
7722026-04-19T04:28:11.331Z Downloaded instability v0.3.11
7732026-04-19T04:28:11.334Z Downloaded kstat-rs v0.2.4
7742026-04-19T04:28:11.334Z Downloaded darling v0.23.0
7752026-04-19T04:28:11.336Z Downloaded globset v0.4.18
7762026-04-19T04:28:11.336Z Downloaded glob v0.3.3
7772026-04-19T04:28:11.339Z Downloaded libscf-sys v1.1.0
7782026-04-19T04:28:11.339Z Downloaded filetime v0.2.27
7792026-04-19T04:28:11.339Z Downloaded env_logger v0.11.9
7802026-04-19T04:28:11.342Z Downloaded group v0.13.0
7812026-04-19T04:28:11.342Z Downloaded fs-err v2.11.0
7822026-04-19T04:28:11.346Z Downloaded lalrpop-util v0.19.12
7832026-04-19T04:28:11.346Z Downloaded blake2 v0.10.6
7842026-04-19T04:28:11.351Z Downloaded allocator-api2 v0.2.21
7852026-04-19T04:28:11.351Z Downloaded dropshot_endpoint v0.17.0
7862026-04-19T04:28:11.351Z Downloaded crossbeam-utils v0.8.21
7872026-04-19T04:28:11.356Z Downloaded ecdsa v0.16.9
7882026-04-19T04:28:11.356Z Downloaded keccak v0.1.6
7892026-04-19T04:28:11.356Z Downloaded internet-checksum v0.2.1
7902026-04-19T04:28:11.356Z Downloaded colored v3.1.1
7912026-04-19T04:28:11.359Z Downloaded cancel-safe-futures v0.1.5
7922026-04-19T04:28:11.359Z Downloaded diesel-dtrace v0.5.0
7932026-04-19T04:28:11.359Z Downloaded critical-section v1.2.0
7942026-04-19T04:28:11.359Z Downloaded ff v0.13.1
7952026-04-19T04:28:11.362Z Downloaded fd-lock v4.0.4
7962026-04-19T04:28:11.365Z Downloaded derive_builder v0.20.2
7972026-04-19T04:28:11.369Z Downloaded lru v0.12.5
7982026-04-19T04:28:11.373Z Downloaded memoffset v0.9.1
7992026-04-19T04:28:11.375Z Downloaded match_cfg v0.1.0
8002026-04-19T04:28:11.376Z Downloaded lzss v0.8.2
8012026-04-19T04:28:11.380Z Downloaded md5 v0.7.0
8022026-04-19T04:28:11.380Z Downloaded convert_case v0.10.0
8032026-04-19T04:28:11.380Z Downloaded md-5 v0.10.6
8042026-04-19T04:28:11.384Z Downloaded maybe-uninit v2.0.0
8052026-04-19T04:28:11.384Z Downloaded lru-cache v0.1.2
8062026-04-19T04:28:11.384Z Downloaded humantime v2.3.0
8072026-04-19T04:28:11.384Z Downloaded crc-any v2.5.0
8082026-04-19T04:28:11.384Z Downloaded http-body-util v0.1.3
8092026-04-19T04:28:11.387Z Downloaded base64 v0.22.1
8102026-04-19T04:28:11.387Z Downloaded maplit v1.0.2
8112026-04-19T04:28:11.387Z Downloaded is_ci v1.2.0
8122026-04-19T04:28:11.390Z Downloaded ingot-types v0.1.2
8132026-04-19T04:28:11.390Z Downloaded mime v0.3.17
8142026-04-19T04:28:11.390Z Downloaded ingot v0.1.1
8152026-04-19T04:28:11.390Z Downloaded impl-trait-for-tuples v0.2.3
8162026-04-19T04:28:11.395Z Downloaded multimap v0.10.1
8172026-04-19T04:28:11.395Z Downloaded managed v0.8.0
8182026-04-19T04:28:11.399Z Downloaded lru-slab v0.1.2
8192026-04-19T04:28:11.399Z Downloaded nibble_vec v0.1.0
8202026-04-19T04:28:11.399Z Downloaded newtype_derive v0.1.6
8212026-04-19T04:28:11.399Z Downloaded newtype-uuid-macros v0.1.0
8222026-04-19T04:28:11.402Z Downloaded new_debug_unreachable v1.0.6
8232026-04-19T04:28:11.402Z Downloaded ipnet v2.11.0
8242026-04-19T04:28:11.402Z Downloaded lazy_static v1.5.0
8252026-04-19T04:28:11.402Z Downloaded ipnetwork v0.21.1
8262026-04-19T04:28:11.405Z Downloaded elliptic-curve v0.13.8
8272026-04-19T04:28:11.409Z Downloaded des v0.8.1
8282026-04-19T04:28:11.409Z Downloaded jobserver v0.1.34
8292026-04-19T04:28:11.409Z Downloaded getrandom v0.2.17
8302026-04-19T04:28:11.412Z Downloaded num v0.4.3
8312026-04-19T04:28:11.412Z Downloaded normalize-line-endings v0.3.0
8322026-04-19T04:28:11.412Z Downloaded nodrop v0.1.14
8332026-04-19T04:28:11.412Z Downloaded libefi-sys v0.1.0
8342026-04-19T04:28:11.415Z Downloaded newline-converter v0.3.0
8352026-04-19T04:28:11.415Z Downloaded num-derive v0.4.2
8362026-04-19T04:28:11.415Z Downloaded derive-where v1.6.0
8372026-04-19T04:28:11.418Z Downloaded num-derive v0.3.3
8382026-04-19T04:28:11.418Z Downloaded num-conv v0.2.0
8392026-04-19T04:28:11.418Z Downloaded nonempty v0.12.0
8402026-04-19T04:28:11.421Z Downloaded half v1.8.3
8412026-04-19T04:28:11.421Z Downloaded darling v0.21.3
8422026-04-19T04:28:11.424Z Downloaded derive_more v0.99.20
8432026-04-19T04:28:11.427Z Downloaded libsw-core v0.3.2
8442026-04-19T04:28:11.431Z Downloaded highway v1.3.0
8452026-04-19T04:28:11.431Z Downloaded ciborium v0.2.2
8462026-04-19T04:28:11.435Z Downloaded num_enum_derive v0.5.11
8472026-04-19T04:28:11.435Z Downloaded httparse v1.10.1
8482026-04-19T04:28:11.435Z Downloaded fatfs v0.3.6
8492026-04-19T04:28:11.439Z Downloaded lock_api v0.4.14
8502026-04-19T04:28:11.440Z Downloaded linked-hash-map v0.5.6
8512026-04-19T04:28:11.440Z Downloaded num_threads v0.1.7
8522026-04-19T04:28:11.440Z Downloaded olpc-cjson v0.1.4
8532026-04-19T04:28:11.440Z Downloaded opaque-debug v0.3.1
8542026-04-19T04:28:11.443Z Downloaded num-iter v0.1.45
8552026-04-19T04:28:11.443Z Downloaded linear-map v1.2.0
8562026-04-19T04:28:11.443Z Downloaded libsw v3.5.0
8572026-04-19T04:28:11.443Z Downloaded oso-derive v0.27.3
8582026-04-19T04:28:11.443Z Downloaded openssl-probe v0.1.6
8592026-04-19T04:28:11.446Z Downloaded openssl-macros v0.1.1
8602026-04-19T04:28:11.446Z Downloaded darling_core v0.23.0
8612026-04-19T04:28:11.450Z Downloaded bytes v1.11.1
8622026-04-19T04:28:11.453Z Downloaded hyper-staticfile v0.10.1
8632026-04-19T04:28:11.453Z Downloaded hyper-rustls v0.27.7
8642026-04-19T04:28:11.453Z Downloaded iana-time-zone v0.1.65
8652026-04-19T04:28:11.455Z Downloaded const_format v0.2.35
8662026-04-19T04:28:11.459Z Downloaded openssl-probe v0.2.1
8672026-04-19T04:28:11.459Z Downloaded packed_struct_codegen v0.10.1
8682026-04-19T04:28:11.459Z Downloaded compact_str v0.8.1
8692026-04-19T04:28:11.470Z Downloaded clang-sys v1.8.1
8702026-04-19T04:28:11.470Z Downloaded arc-swap v1.8.2
8712026-04-19T04:28:11.474Z Downloaded indoc v2.0.7
8722026-04-19T04:28:11.474Z Downloaded half v2.7.1
8732026-04-19T04:28:11.474Z Downloaded nanorand v0.7.0
8742026-04-19T04:28:11.474Z Downloaded getrandom v0.3.4
8752026-04-19T04:28:11.474Z Downloaded ingot-macros v0.1.1
8762026-04-19T04:28:11.474Z Downloaded native-tls v0.2.18
8772026-04-19T04:28:11.474Z Downloaded diff v0.1.13
8782026-04-19T04:28:11.477Z Downloaded base64 v0.21.7
8792026-04-19T04:28:11.480Z Downloaded pbkdf2 v0.12.2
8802026-04-19T04:28:11.480Z Downloaded parse-display v0.10.0
8812026-04-19T04:28:11.480Z Downloaded num-complex v0.4.6
8822026-04-19T04:28:11.484Z Downloaded nu-ansi-term v0.50.3
8832026-04-19T04:28:11.484Z Downloaded newtype-uuid v1.3.2
8842026-04-19T04:28:11.485Z Downloaded peg-runtime v0.8.5
8852026-04-19T04:28:11.487Z Downloaded hmac v0.12.1
8862026-04-19T04:28:11.487Z Downloaded darling_core v0.20.11
8872026-04-19T04:28:11.488Z Downloaded phf_shared v0.13.1
8882026-04-19T04:28:11.490Z Downloaded futures v0.3.32
8892026-04-19T04:28:11.493Z Downloaded parse-size v1.1.0
8902026-04-19T04:28:11.493Z Downloaded chacha20poly1305 v0.10.1
8912026-04-19T04:28:11.493Z Downloaded phf_shared v0.11.3
8922026-04-19T04:28:11.507Z Downloaded phf_shared v0.12.1
8932026-04-19T04:28:11.512Z Downloaded crossbeam-channel v0.5.15
8942026-04-19T04:28:11.515Z Downloaded pin-utils v0.1.0
8952026-04-19T04:28:11.515Z Downloaded owo-colors v4.3.0
8962026-04-19T04:28:11.515Z Downloaded num_enum_derive v0.7.5
8972026-04-19T04:28:11.515Z Downloaded num_enum v0.7.5
8982026-04-19T04:28:11.518Z Downloaded predicates-core v1.0.10
8992026-04-19T04:28:11.518Z Downloaded ignore v0.4.25
9002026-04-19T04:28:11.521Z Downloaded num_enum v0.5.11
9012026-04-19T04:28:11.524Z Downloaded num-integer v0.1.46
9022026-04-19T04:28:11.524Z Downloaded litrs v1.0.0
9032026-04-19T04:28:11.528Z Downloaded oxnet v0.1.4
9042026-04-19T04:28:11.528Z Downloaded oxide-tokio-rt v0.1.4
9052026-04-19T04:28:11.528Z Downloaded multer v3.1.0
9062026-04-19T04:28:11.531Z Downloaded packed_struct v0.10.1
9072026-04-19T04:28:11.531Z Downloaded mime_guess v2.0.5
9082026-04-19T04:28:11.531Z Downloaded parking_lot_core v0.8.6
9092026-04-19T04:28:11.534Z Downloaded precomputed-hash v0.1.1
9102026-04-19T04:28:11.534Z Downloaded powerfmt v0.2.0
9112026-04-19T04:28:11.534Z Downloaded memmap2 v0.9.10
9122026-04-19T04:28:11.539Z Downloaded predicates-tree v1.0.13
9132026-04-19T04:28:11.539Z Downloaded proc-macro-error-attr2 v2.0.0
9142026-04-19T04:28:11.539Z Downloaded flume v0.11.1
9152026-04-19T04:28:11.544Z Downloaded derive_more-impl v2.1.1
9162026-04-19T04:28:11.544Z Downloaded darling_core v0.21.3
9172026-04-19T04:28:11.547Z Downloaded paste v1.0.15
9182026-04-19T04:28:11.547Z Downloaded libloading v0.8.9
9192026-04-19T04:28:11.550Z Downloaded proc-macro-crate v1.3.1
9202026-04-19T04:28:11.550Z Downloaded libbz2-rs-sys v0.2.2
9212026-04-19T04:28:11.550Z Downloaded progenitor-macro v0.13.0
9222026-04-19T04:28:11.553Z Downloaded progenitor-client v0.10.0
9232026-04-19T04:28:11.553Z Downloaded pbkdf2 v0.11.0
9242026-04-19T04:28:11.553Z Downloaded progenitor-macro v0.11.2
9252026-04-19T04:28:11.559Z Downloaded der v0.7.10
9262026-04-19T04:28:11.562Z Downloaded radium v0.7.0
9272026-04-19T04:28:11.562Z Downloaded psl-types v2.0.11
9282026-04-19T04:28:11.562Z Downloaded progenitor-macro v0.10.0
9292026-04-19T04:28:11.562Z Downloaded ed25519-dalek v2.2.0
9302026-04-19T04:28:11.562Z Downloaded pem-rfc7468 v0.7.0
9312026-04-19T04:28:11.562Z Downloaded password-hash v0.4.2
9322026-04-19T04:28:11.565Z Downloaded pem v3.0.6
9332026-04-19T04:28:11.565Z Downloaded quick-error v1.2.3
9342026-04-19T04:28:11.568Z Downloaded heapless v0.8.0
9352026-04-19T04:28:11.568Z Downloaded heapless v0.7.17
9362026-04-19T04:28:11.571Z Downloaded peg v0.8.5
9372026-04-19T04:28:11.575Z Downloaded phf v0.13.1
9382026-04-19T04:28:11.575Z Downloaded parse-display-derive v0.10.0
9392026-04-19T04:28:11.575Z Downloaded pkg-config v0.3.32
9402026-04-19T04:28:11.579Z Downloaded async-compression v0.4.41
9412026-04-19T04:28:11.582Z Downloaded pin-project-lite v0.2.17
9422026-04-19T04:28:11.582Z Downloaded rand_xorshift v0.4.0
9432026-04-19T04:28:11.585Z Downloaded peg-macros v0.8.5
9442026-04-19T04:28:11.585Z Downloaded recursive-proc-macro-impl v0.1.1
9452026-04-19T04:28:11.586Z Downloaded derive_more v2.1.1
9462026-04-19T04:28:11.593Z Downloaded indexmap v1.9.3
9472026-04-19T04:28:11.600Z Downloaded polyval v0.6.2
9482026-04-19T04:28:11.600Z Downloaded flate2 v1.1.9
9492026-04-19T04:28:11.603Z Downloaded parking_lot v0.11.2
9502026-04-19T04:28:11.603Z Downloaded omicron-zone-package v0.12.2
9512026-04-19T04:28:11.603Z Downloaded ref-cast-impl v1.0.25
9522026-04-19T04:28:11.603Z Downloaded proc-macro-crate v3.4.0
9532026-04-19T04:28:11.603Z Downloaded predicates v3.1.4
9542026-04-19T04:28:11.606Z Downloaded rand_chacha v0.3.1
9552026-04-19T04:28:11.606Z Downloaded postgres-protocol v0.6.10
9562026-04-19T04:28:11.606Z Downloaded pkcs8 v0.10.2
9572026-04-19T04:28:11.610Z Downloaded primeorder v0.13.6
9582026-04-19T04:28:11.610Z Downloaded parking_lot_core v0.9.12
9592026-04-19T04:28:11.615Z Downloaded ppv-lite86 v0.2.21
9602026-04-19T04:28:11.615Z Downloaded parking_lot v0.12.5
9612026-04-19T04:28:11.615Z Downloaded num-rational v0.4.2
9622026-04-19T04:28:11.615Z Downloaded path-slash v0.1.5
9632026-04-19T04:28:11.618Z Downloaded proc-macro-error2 v2.0.1
9642026-04-19T04:28:11.618Z Downloaded ref-cast v1.0.25
9652026-04-19T04:28:11.618Z Downloaded rustc_version v0.1.7
9662026-04-19T04:28:11.622Z Downloaded progenitor v0.13.0
9672026-04-19T04:28:11.623Z Downloaded rfc6979 v0.4.0
9682026-04-19T04:28:11.623Z Downloaded indicatif v0.18.4
9692026-04-19T04:28:11.627Z Downloaded russh-cryptovec v0.7.3
9702026-04-19T04:28:11.627Z Downloaded headers v0.4.1
9712026-04-19T04:28:11.627Z Downloaded rtoolbox v0.0.3
9722026-04-19T04:28:11.631Z Downloaded progenitor v0.11.2
9732026-04-19T04:28:11.631Z Downloaded progenitor-extras v0.1.1
9742026-04-19T04:28:11.631Z Downloaded progenitor-client v0.13.0
9752026-04-19T04:28:11.631Z Downloaded progenitor-client v0.11.2
9762026-04-19T04:28:11.635Z Downloaded recursive v0.1.1
9772026-04-19T04:28:11.636Z Downloaded progenitor v0.10.0
9782026-04-19T04:28:11.636Z Downloaded password-hash v0.5.0
9792026-04-19T04:28:11.636Z Downloaded cc v1.2.56
9802026-04-19T04:28:11.640Z Downloaded bumpalo v3.20.2
9812026-04-19T04:28:11.640Z Downloaded rustc-hash v2.1.1
9822026-04-19T04:28:11.640Z Downloaded psm v0.1.30
9832026-04-19T04:28:11.643Z Downloaded dropshot_endpoint v0.16.7
9842026-04-19T04:28:11.643Z Downloaded crossbeam-epoch v0.9.18
9852026-04-19T04:28:11.643Z Downloaded rustc_version v0.4.1
9862026-04-19T04:28:11.646Z Downloaded phf v0.12.1
9872026-04-19T04:28:11.646Z Downloaded dropshot-api-manager v0.6.0
9882026-04-19T04:28:11.649Z Downloaded hickory-resolver v0.24.4
9892026-04-19T04:28:11.651Z Downloaded pkcs1 v0.7.5
9902026-04-19T04:28:11.655Z Downloaded rand_core v0.9.5
9912026-04-19T04:28:11.655Z Downloaded rand_core v0.6.4
9922026-04-19T04:28:11.657Z Downloaded rand_chacha v0.9.0
9932026-04-19T04:28:11.658Z Downloaded postcard v1.1.3
9942026-04-19T04:28:11.658Z Downloaded r2d2 v0.8.10
9952026-04-19T04:28:11.689Z Downloaded pkcs5 v0.7.1
9962026-04-19T04:28:11.690Z Downloaded poly1305 v0.8.0
9972026-04-19T04:28:11.699Z Downloaded pin-project-internal v1.1.11
9982026-04-19T04:28:11.699Z Downloaded miniz_oxide v0.8.9
9992026-04-19T04:28:11.699Z Downloaded postgres-types v0.2.12
10002026-04-19T04:28:11.699Z Downloaded oso v0.27.3
10012026-04-19T04:28:11.699Z Downloaded same-file v1.0.6
10022026-04-19T04:28:11.699Z Downloaded rand_core v0.10.0
10032026-04-19T04:28:11.699Z Downloaded scrypt v0.11.0
10042026-04-19T04:28:11.699Z Downloaded papergrid v0.17.0
10052026-04-19T04:28:11.699Z Downloaded secrecy v0.8.0
10062026-04-19T04:28:11.699Z Downloaded scopeguard v1.2.0
10072026-04-19T04:28:11.700Z Downloaded scheduled-thread-pool v0.2.7
10082026-04-19T04:28:11.706Z Downloaded scroll_derive v0.13.1
10092026-04-19T04:28:11.706Z Downloaded secrecy v0.10.3
10102026-04-19T04:28:11.707Z Downloaded semver v0.1.20
10112026-04-19T04:28:11.707Z Downloaded serde_bytes v0.11.19
10122026-04-19T04:28:11.707Z Downloaded serde-big-array v0.5.1
10132026-04-19T04:28:11.712Z Downloaded diesel_derives v2.3.7
10142026-04-19T04:28:11.712Z Downloaded expectorate v1.2.0
10152026-04-19T04:28:11.712Z Downloaded jiff-static v0.2.21
10162026-04-19T04:28:11.717Z Downloaded rustls-pemfile v1.0.4
10172026-04-19T04:28:11.721Z Downloaded seq-macro v0.3.6
10182026-04-19T04:28:11.721Z Downloaded signal-hook-tokio v0.3.1
10192026-04-19T04:28:11.721Z Downloaded sha1 v0.10.6
10202026-04-19T04:28:11.721Z Downloaded serde_urlencoded v0.7.1
10212026-04-19T04:28:11.721Z Downloaded serde_spanned v1.0.4
10222026-04-19T04:28:11.726Z Downloaded serde_repr v0.1.20
10232026-04-19T04:28:11.726Z Downloaded serde_plain v1.0.2
10242026-04-19T04:28:11.726Z Downloaded resolv-conf v0.7.6
10252026-04-19T04:28:11.726Z Downloaded hickory-resolver v0.25.2
10262026-04-19T04:28:11.729Z Downloaded pin-project v1.1.11
10272026-04-19T04:28:11.736Z Downloaded signal-hook-mio v0.2.5
10282026-04-19T04:28:11.738Z Downloaded salsa20 v0.10.2
10292026-04-19T04:28:11.738Z Downloaded siphasher v1.0.2
10302026-04-19T04:28:11.738Z Downloaded sigpipe v0.1.3
10312026-04-19T04:28:11.738Z Downloaded rustversion v1.0.22
10322026-04-19T04:28:11.739Z Downloaded rustls-pemfile v2.2.0
10332026-04-19T04:28:11.742Z Downloaded rusty-fork v0.3.1
10342026-04-19T04:28:11.743Z Downloaded rustls-native-certs v0.8.3
10352026-04-19T04:28:11.743Z Downloaded rand_seeder v0.4.0
10362026-04-19T04:28:11.745Z Downloaded quinn-udp v0.5.14
10372026-04-19T04:28:11.745Z Downloaded openssl-sys v0.9.111
10382026-04-19T04:28:11.749Z Downloaded p256 v0.13.2
10392026-04-19T04:28:11.753Z Downloaded aes v0.8.4
10402026-04-19T04:28:11.759Z Downloaded signature v2.2.0
10412026-04-19T04:28:11.759Z Downloaded slog-envlogger v2.2.0
10422026-04-19T04:28:11.760Z Downloaded slog-bunyan v2.5.0
10432026-04-19T04:28:11.777Z Downloaded hashbrown v0.13.2
10442026-04-19T04:28:11.777Z Downloaded progenitor-impl v0.13.0
10452026-04-19T04:28:11.777Z Downloaded sec1 v0.7.3
10462026-04-19T04:28:11.777Z Downloaded sct v0.7.1
10472026-04-19T04:28:11.789Z Downloaded schemars_derive v0.8.22
10482026-04-19T04:28:11.789Z Downloaded serde_derive_internals v0.29.1
10492026-04-19T04:28:11.789Z Downloaded sapling-renderdag v0.1.0
10502026-04-19T04:28:11.789Z Downloaded sqlparser_derive v0.5.0
10512026-04-19T04:28:11.789Z Downloaded prefix-trie v0.7.0
10522026-04-19T04:28:11.789Z Downloaded scroll v0.13.0
10532026-04-19T04:28:11.795Z Downloaded shell-words v1.1.1
10542026-04-19T04:28:11.795Z Downloaded serde-hex v0.1.0
10552026-04-19T04:28:11.795Z Downloaded russh-keys v0.45.0
10562026-04-19T04:28:11.795Z Downloaded serde_path_to_error v0.1.20
10572026-04-19T04:28:11.799Z Downloaded ssh-cipher v0.2.0
10582026-04-19T04:28:11.803Z Downloaded http v1.4.0
10592026-04-19T04:28:11.807Z Downloaded rustls-pki-types v1.14.0
10602026-04-19T04:28:11.810Z Downloaded ssh-encoding v0.2.0
10612026-04-19T04:28:11.812Z Downloaded strip-ansi-escapes v0.2.1
10622026-04-19T04:28:11.812Z Downloaded strum v0.27.2
10632026-04-19T04:28:11.812Z Downloaded structmeta v0.3.0
10642026-04-19T04:28:11.812Z Downloaded slab v0.4.12
10652026-04-19T04:28:11.817Z Downloaded signal-hook-registry v1.4.8
10662026-04-19T04:28:11.818Z Downloaded shlex v1.3.0
10672026-04-19T04:28:11.818Z Downloaded hyper-util v0.1.20
10682026-04-19T04:28:11.840Z Downloaded itertools v0.10.5
10692026-04-19T04:28:11.840Z Downloaded simd-adler32 v0.3.8
10702026-04-19T04:28:11.840Z Downloaded subtle v2.6.1
10712026-04-19T04:28:11.853Z Downloaded strum v0.26.3
10722026-04-19T04:28:11.853Z Downloaded supports-color v3.0.2
10732026-04-19T04:28:11.853Z Downloaded slog-scope v4.4.1
10742026-04-19T04:28:11.853Z Downloaded slog-async v2.8.0
10752026-04-19T04:28:11.853Z Downloaded structmeta-derive v0.3.0
10762026-04-19T04:28:11.853Z Downloaded slog-json v2.6.1
10772026-04-19T04:28:11.853Z Downloaded tap v1.0.1
10782026-04-19T04:28:11.853Z Downloaded slog-dtrace v0.3.0
10792026-04-19T04:28:11.853Z Downloaded prettyplease v0.2.37
10802026-04-19T04:28:11.853Z Downloaded progenitor-impl v0.11.2
10812026-04-19T04:28:11.853Z Downloaded slog-stdlog v4.1.1
10822026-04-19T04:28:11.853Z Downloaded hashbrown v0.12.3
10832026-04-19T04:28:11.853Z Downloaded tabwriter v1.4.1
10842026-04-19T04:28:11.853Z Downloaded tabled_derive v0.11.0
10852026-04-19T04:28:11.854Z Downloaded sync_wrapper v1.0.2
10862026-04-19T04:28:11.867Z Downloaded ron v0.8.1
10872026-04-19T04:28:11.867Z Downloaded sync-ptr v0.1.4
10882026-04-19T04:28:11.868Z Downloaded slog-term v2.9.2
10892026-04-19T04:28:11.868Z Downloaded spki v0.7.3
10902026-04-19T04:28:11.868Z Downloaded smallvec v0.6.14
10912026-04-19T04:28:11.869Z Downloaded take_mut v0.2.2
10922026-04-19T04:28:11.869Z Downloaded tagptr v0.2.0
10932026-04-19T04:28:11.869Z Downloaded progenitor-impl v0.10.0
10942026-04-19T04:28:11.870Z Downloaded testing_table v0.3.0
10952026-04-19T04:28:11.870Z Downloaded termtree v0.5.1
10962026-04-19T04:28:11.870Z Downloaded snafu-derive v0.8.9
10972026-04-19T04:28:11.885Z Downloaded stacker v0.1.23
10982026-04-19T04:28:11.885Z Downloaded serde_cbor v0.11.2
10992026-04-19T04:28:11.885Z Downloaded tinyvec_macros v0.1.1
11002026-04-19T04:28:11.885Z Downloaded thread-id v5.1.0
11012026-04-19T04:28:11.885Z Downloaded static_assertions v1.1.0
11022026-04-19T04:28:11.885Z Downloaded crossterm v0.28.1
11032026-04-19T04:28:11.885Z Downloaded serde_with_macros v3.17.0
11042026-04-19T04:28:11.885Z Downloaded thiserror-impl-no-std v2.0.2
11052026-04-19T04:28:11.885Z Downloaded time-core v0.1.8
11062026-04-19T04:28:11.885Z Downloaded string_cache v0.8.9
11072026-04-19T04:28:11.885Z Downloaded sqlformat v0.3.5
11082026-04-19T04:28:11.898Z Downloaded rustls-platform-verifier v0.6.2
11092026-04-19T04:28:11.905Z Downloaded stringprep v0.1.5
11102026-04-19T04:28:11.905Z Downloaded tokio-macros v2.7.0
11112026-04-19T04:28:11.905Z Downloaded ryu v1.0.23
11122026-04-19T04:28:11.905Z Downloaded strum_macros v0.27.2
11132026-04-19T04:28:11.911Z Downloaded minimal-lexical v0.2.1
11142026-04-19T04:28:11.912Z Downloaded strum_macros v0.24.3
11152026-04-19T04:28:11.912Z Downloaded support-bundle-viewer v0.1.2
11162026-04-19T04:28:11.912Z Downloaded strum_macros v0.26.4
11172026-04-19T04:28:11.912Z Downloaded rcgen v0.12.1
11182026-04-19T04:28:11.919Z Downloaded hashbrown v0.15.5
11192026-04-19T04:28:11.919Z Downloaded rayon-core v1.13.0
11202026-04-19T04:28:11.923Z Downloaded schemars v0.8.22
11212026-04-19T04:28:11.923Z Downloaded smf v0.2.3
11222026-04-19T04:28:11.923Z Downloaded publicsuffix v2.3.0
11232026-04-19T04:28:11.927Z Downloaded pretty_assertions v1.4.1
11242026-04-19T04:28:11.927Z Downloaded termios v0.3.3
11252026-04-19T04:28:11.927Z Downloaded mio v1.2.0
11262026-04-19T04:28:11.930Z Downloaded spin v0.9.8
11272026-04-19T04:28:11.933Z Downloaded quinn v0.11.9
11282026-04-19T04:28:11.934Z Downloaded time-macros v0.2.27
11292026-04-19T04:28:11.938Z Downloaded num-bigint v0.4.6
11302026-04-19T04:28:11.938Z Downloaded try-lock v0.2.5
11312026-04-19T04:28:11.942Z Downloaded thread_local v1.1.9
11322026-04-19T04:28:11.942Z Downloaded thiserror-no-std v2.0.2
11332026-04-19T04:28:11.946Z Downloaded tiny-keccak v2.0.2
11342026-04-19T04:28:11.946Z Downloaded hickory-server v0.25.2
11352026-04-19T04:28:11.949Z Downloaded libxml v0.3.3
11362026-04-19T04:28:11.952Z Downloaded trait-variant v0.1.2
11372026-04-19T04:28:11.952Z Downloaded tls_codec_derive v0.4.2
11382026-04-19T04:28:11.958Z Downloaded rand v0.8.5
11392026-04-19T04:28:11.958Z Downloaded signal-hook v0.3.18
11402026-04-19T04:28:11.960Z Downloaded slog v2.8.2
11412026-04-19T04:28:11.963Z Downloaded iddqd v0.3.17
11422026-04-19T04:28:11.966Z Downloaded unarray v0.1.4
11432026-04-19T04:28:11.966Z Downloaded typify-macro v0.4.3
11442026-04-19T04:28:11.969Z Downloaded tower-layer v0.3.3
11452026-04-19T04:28:11.972Z Downloaded typify-macro v0.6.1
11462026-04-19T04:28:11.976Z Downloaded tokio-dtrace v0.1.1
11472026-04-19T04:28:11.979Z Downloaded similar v2.7.0
11482026-04-19T04:28:11.979Z Downloaded usdt-attr-macro v0.6.0
11492026-04-19T04:28:11.982Z Downloaded unit-prefix v0.5.2
11502026-04-19T04:28:11.982Z Downloaded unicode-truncate v1.1.0
11512026-04-19T04:28:11.982Z Downloaded tokio-native-tls v0.3.1
11522026-04-19T04:28:11.986Z Downloaded untrusted v0.9.0
11532026-04-19T04:28:11.986Z Downloaded untrusted v0.7.1
11542026-04-19T04:28:11.986Z Downloaded universal-hash v0.5.1
11552026-04-19T04:28:11.986Z Downloaded tokio-tungstenite v0.23.1
11562026-04-19T04:28:11.989Z Downloaded term v0.7.0
11572026-04-19T04:28:11.989Z Downloaded rsa v0.9.10
11582026-04-19T04:28:11.992Z Downloaded itertools v0.12.1
11592026-04-19T04:28:11.996Z Downloaded usdt-macro v0.6.0
11602026-04-19T04:28:11.999Z Downloaded toml_writer v1.0.6+spec-1.1.0
11612026-04-19T04:28:11.999Z Downloaded utf-8 v0.7.6
11622026-04-19T04:28:11.999Z Downloaded tokio-tungstenite v0.21.0
11632026-04-19T04:28:11.999Z Downloaded term v1.2.1
11642026-04-19T04:28:12.002Z Downloaded socket2 v0.5.10
11652026-04-19T04:28:12.002Z Downloaded usdt v0.6.0
11662026-04-19T04:28:12.002Z Downloaded iri-string v0.7.10
11672026-04-19T04:28:12.006Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11682026-04-19T04:28:12.010Z Downloaded socket2 v0.6.3
11692026-04-19T04:28:12.010Z Downloaded num-bigint-dig v0.8.6
11702026-04-19T04:28:12.013Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11712026-04-19T04:28:12.013Z Downloaded tokio-rustls v0.25.0
11722026-04-19T04:28:12.016Z Downloaded wait-timeout v0.2.1
11732026-04-19T04:28:12.016Z Downloaded serde_yaml v0.9.34+deprecated
11742026-04-19T04:28:12.019Z Downloaded schemars v0.9.0
11752026-04-19T04:28:12.023Z Downloaded tls_codec v0.4.2
11762026-04-19T04:28:12.027Z Downloaded void v1.0.2
11772026-04-19T04:28:12.027Z Downloaded aes-gcm v0.10.3
11782026-04-19T04:28:12.030Z Downloaded nom v7.1.3
11792026-04-19T04:28:12.030Z Downloaded hyper v1.8.1
11802026-04-19T04:28:12.033Z Downloaded futures-util v0.3.32
11812026-04-19T04:28:12.039Z Downloaded waitgroup v0.1.2
11822026-04-19T04:28:12.042Z Downloaded tui-tree-widget v0.23.1
11832026-04-19T04:28:12.042Z Downloaded subprocess v0.2.15
11842026-04-19T04:28:12.045Z Downloaded tower-service v0.3.3
11852026-04-19T04:28:12.045Z Downloaded rand v0.9.2
11862026-04-19T04:28:12.050Z Downloaded xattr v1.6.1
11872026-04-19T04:28:12.055Z Downloaded tokio-rustls v0.24.1
11882026-04-19T04:28:12.055Z Downloaded tokio-rustls v0.26.4
11892026-04-19T04:28:12.057Z Downloaded xshell-macros v0.2.7
11902026-04-19T04:28:12.057Z Downloaded itertools v0.13.0
11912026-04-19T04:28:12.060Z Downloaded test-strategy v0.4.5
11922026-04-19T04:28:12.060Z Downloaded usdt-impl v0.6.0
11932026-04-19T04:28:12.063Z Downloaded blake3 v1.8.3
11942026-04-19T04:28:12.066Z Downloaded zeroize_derive v1.4.3
11952026-04-19T04:28:12.069Z Downloaded uzers v0.12.2
11962026-04-19T04:28:12.069Z Downloaded tokio-stream v0.1.18
11972026-04-19T04:28:12.072Z Downloaded snafu v0.8.9
11982026-04-19T04:28:12.075Z Downloaded qorb v0.4.1
11992026-04-19T04:28:12.078Z Downloaded toml_parser v1.0.9+spec-1.1.0
12002026-04-19T04:28:12.078Z Downloaded zone v0.3.1
12012026-04-19T04:28:12.085Z Downloaded topological-sort v0.2.2
12022026-04-19T04:28:12.088Z Downloaded vergen-lib v0.1.6
12032026-04-19T04:28:12.092Z Downloaded zone_cfg_derive v0.3.1
12042026-04-19T04:28:12.095Z Downloaded want v0.3.1
12052026-04-19T04:28:12.095Z Downloaded walkdir v2.5.0
12062026-04-19T04:28:12.098Z Downloaded twox-hash v2.1.2
12072026-04-19T04:28:12.098Z Downloaded vsss-rs v3.3.4
12082026-04-19T04:28:12.100Z Downloaded wyz v0.5.1
12092026-04-19T04:28:12.101Z Downloaded whoami v1.6.1
12102026-04-19T04:28:12.101Z Downloaded vergen-git2 v1.0.7
12112026-04-19T04:28:12.103Z Downloaded itertools v0.14.0
12122026-04-19T04:28:12.108Z Downloaded libm v0.2.16
12132026-04-19T04:28:12.110Z Downloaded tinyvec v1.10.0
12142026-04-19T04:28:12.114Z Downloaded hkdf v0.12.4
12152026-04-19T04:28:12.115Z Downloaded unicode-properties v0.1.4
12162026-04-19T04:28:12.115Z Downloaded unicase v2.9.0
12172026-04-19T04:28:12.118Z Downloaded tracing-attributes v0.1.31
12182026-04-19T04:28:12.121Z Downloaded h2 v0.4.13
12192026-04-19T04:28:12.123Z Downloaded toml v0.7.8
12202026-04-19T04:28:12.128Z Downloaded aho-corasick v1.1.4
12212026-04-19T04:28:12.130Z Downloaded russh v0.45.0
12222026-04-19T04:28:12.133Z Downloaded zeroize v1.8.2
12232026-04-19T04:28:12.133Z Downloaded whoami v2.1.0
12242026-04-19T04:28:12.133Z Downloaded rand v0.10.0
12252026-04-19T04:28:12.136Z Downloaded p521 v0.13.3
12262026-04-19T04:28:12.140Z Downloaded zstd-safe v7.2.4
12272026-04-19T04:28:12.142Z Downloaded xshell v0.2.7
12282026-04-19T04:28:12.142Z Downloaded tungstenite v0.21.0
12292026-04-19T04:28:12.145Z Downloaded vergen v9.0.6
12302026-04-19T04:28:12.145Z Downloaded tar v0.4.45
12312026-04-19T04:28:12.150Z Downloaded vergen-gitcl v1.0.8
12322026-04-19T04:28:12.154Z Downloaded toml v1.0.6+spec-1.1.0
12332026-04-19T04:28:12.157Z Downloaded samael v0.0.19
12342026-04-19T04:28:12.160Z Downloaded typify v0.6.1
12352026-04-19T04:28:12.163Z Downloaded unicode-bidi v0.3.18
12362026-04-19T04:28:12.166Z Downloaded yasna v0.5.2
12372026-04-19T04:28:12.166Z Downloaded schemars v1.2.1
12382026-04-19T04:28:12.173Z Downloaded unsafe-libyaml v0.2.11
12392026-04-19T04:28:12.175Z Downloaded tungstenite v0.23.0
12402026-04-19T04:28:12.180Z Downloaded steno v0.4.1
12412026-04-19T04:28:12.182Z Downloaded rustls-webpki v0.103.9
12422026-04-19T04:28:12.183Z Downloaded tracing-core v0.1.36
12432026-04-19T04:28:12.183Z Downloaded rpassword v7.4.0
12442026-04-19T04:28:12.196Z Downloaded rustyline v14.0.0
12452026-04-19T04:28:12.200Z Downloaded zerocopy v0.6.6
12462026-04-19T04:28:12.200Z Downloaded tokio-postgres v0.7.16
12472026-04-19T04:28:12.208Z Downloaded uuid v1.23.0
12482026-04-19T04:28:12.214Z Downloaded zstd v0.13.3
12492026-04-19T04:28:12.218Z Downloaded toml_edit v0.23.10+spec-1.0.0
12502026-04-19T04:28:12.225Z Downloaded vte v0.14.1
12512026-04-19T04:28:12.227Z Downloaded typify v0.4.3
12522026-04-19T04:28:12.233Z Downloaded aws-lc-rs v1.16.0
12532026-04-19T04:28:12.239Z Downloaded reqwest v0.12.28
12542026-04-19T04:28:12.243Z Downloaded reedline v0.40.0
12552026-04-19T04:28:12.247Z Downloaded toml v0.9.12+spec-1.1.0
12562026-04-19T04:28:12.256Z Downloaded ssh-key v0.6.7
12572026-04-19T04:28:12.259Z Downloaded zopfli v0.8.3
12582026-04-19T04:28:12.262Z Downloaded tower v0.5.3
12592026-04-19T04:28:12.265Z Downloaded bitvec v1.0.1
12602026-04-19T04:28:12.272Z Downloaded typed-path v0.9.3
12612026-04-19T04:28:12.276Z Downloaded unicode_categories v0.1.1
12622026-04-19T04:28:12.279Z Downloaded unicode-segmentation v1.12.0
12632026-04-19T04:28:12.286Z Downloaded quick-xml v0.37.5
12642026-04-19T04:28:12.290Z Downloaded rustls-webpki v0.101.7
12652026-04-19T04:28:12.298Z Downloaded p384 v0.13.1
12662026-04-19T04:28:12.301Z Downloaded toml_edit v0.19.15
12672026-04-19T04:28:12.310Z Downloaded zip v0.6.6
12682026-04-19T04:28:12.313Z Downloaded regex v1.12.3
12692026-04-19T04:28:12.315Z Downloaded reqwest v0.13.2
12702026-04-19T04:28:12.318Z Downloaded portable-atomic v1.13.1
12712026-04-19T04:28:12.323Z Downloaded bindgen v0.71.1
12722026-04-19T04:28:12.326Z Downloaded yansi v1.0.1
12732026-04-19T04:28:12.329Z Downloaded rayon v1.11.0
12742026-04-19T04:28:12.333Z Downloaded zerocopy-derive v0.8.40
12752026-04-19T04:28:12.338Z Downloaded lalrpop v0.19.12
12762026-04-19T04:28:12.346Z Downloaded unicode-normalization v0.1.25
12772026-04-19T04:28:12.349Z Downloaded chrono v0.4.44
12782026-04-19T04:28:12.352Z Downloaded git2 v0.20.4
12792026-04-19T04:28:12.355Z Downloaded rustls-webpki v0.102.8
12802026-04-19T04:28:12.365Z Downloaded x509-cert v0.2.5
12812026-04-19T04:28:12.370Z Downloaded tokio-util v0.7.18
12822026-04-19T04:28:12.373Z Downloaded serde_with v3.17.0
12832026-04-19T04:28:12.379Z Downloaded salty v0.3.0
12842026-04-19T04:28:12.382Z Downloaded goblin v0.10.5
12852026-04-19T04:28:12.387Z Downloaded nix v0.27.1
12862026-04-19T04:28:12.396Z Downloaded moka v0.12.13
12872026-04-19T04:28:12.402Z Downloaded proptest v1.10.0
12882026-04-19T04:28:12.407Z Downloaded zip v4.6.1
12892026-04-19T04:28:12.410Z Downloaded object v0.30.4
12902026-04-19T04:28:12.414Z Downloaded petname v2.0.2
12912026-04-19T04:28:12.431Z Downloaded tough v0.20.0
12922026-04-19T04:28:12.436Z Downloaded winnow v0.6.26
12932026-04-19T04:28:12.442Z Downloaded nix v0.28.0
12942026-04-19T04:28:12.450Z Downloaded tower-http v0.6.8
12952026-04-19T04:28:12.464Z Downloaded quinn-proto v0.11.13
12962026-04-19T04:28:12.471Z Downloaded regex-syntax v0.6.29
12972026-04-19T04:28:12.479Z Downloaded winnow v0.5.40
12982026-04-19T04:28:12.485Z Downloaded rustls v0.21.12
12992026-04-19T04:28:12.492Z Downloaded zlib-rs v0.6.2
13002026-04-19T04:28:12.495Z Downloaded radix_trie v0.2.1
13012026-04-19T04:28:12.498Z Downloaded smoltcp v0.9.1
13022026-04-19T04:28:12.506Z Downloaded polar-core v0.27.3
13032026-04-19T04:28:12.510Z Downloaded dropshot v0.16.7
13042026-04-19T04:28:12.523Z Downloaded vcpkg v0.2.15
13052026-04-19T04:28:12.548Z Downloaded tabled v0.20.0
13062026-04-19T04:28:12.557Z Downloaded object v0.37.3
13072026-04-19T04:28:12.564Z Downloaded time v0.3.47
13082026-04-19T04:28:12.571Z Downloaded openssl v0.10.75
13092026-04-19T04:28:12.583Z Downloaded bstr v1.12.1
13102026-04-19T04:28:12.586Z Downloaded regress v0.10.5
13112026-04-19T04:28:12.589Z Downloaded zerocopy v0.8.40
13122026-04-19T04:28:12.599Z Downloaded nix v0.31.2
13132026-04-19T04:28:12.602Z Downloaded regex-syntax v0.8.10
13142026-04-19T04:28:12.607Z Downloaded webpki-roots v1.0.6
13152026-04-19T04:28:12.610Z Downloaded rustix v0.38.44
13162026-04-19T04:28:12.623Z Downloaded openapiv3 v2.2.0
13172026-04-19T04:28:12.629Z Downloaded hickory-proto v0.24.4
13182026-04-19T04:28:12.639Z Downloaded rustls v0.22.4
13192026-04-19T04:28:12.647Z Downloaded smoltcp v0.11.0
13202026-04-19T04:28:12.654Z Downloaded rustls v0.23.37
13212026-04-19T04:28:12.661Z Downloaded hickory-proto v0.25.2
13222026-04-19T04:28:12.670Z Downloaded diesel v2.3.7
13232026-04-19T04:28:12.683Z Downloaded sled v0.34.7
13242026-04-19T04:28:12.689Z Downloaded ratatui v0.29.0
13252026-04-19T04:28:12.701Z Downloaded nix v0.29.0
13262026-04-19T04:28:12.708Z Downloaded dropshot v0.17.0
13272026-04-19T04:28:12.721Z Downloaded sqlparser v0.61.0
13282026-04-19T04:28:12.727Z Downloaded zerocopy-derive v0.6.6
13292026-04-19T04:28:12.733Z Downloaded csv v1.4.0
13302026-04-19T04:28:12.789Z Downloaded typify-impl v0.6.1
13312026-04-19T04:28:12.799Z Downloaded tracing v0.1.44
13322026-04-19T04:28:12.813Z Downloaded bzip2-sys v0.1.13+1.0.8
13332026-04-19T04:28:12.820Z Downloaded typify-impl v0.4.3
13342026-04-19T04:28:12.832Z Downloaded libz-sys v1.1.24
13352026-04-19T04:28:12.843Z Downloaded regex-automata v0.4.14
13362026-04-19T04:28:12.852Z Downloaded sha3 v0.10.8
13372026-04-19T04:28:12.873Z Downloaded petgraph v0.6.5
13382026-04-19T04:28:12.886Z Downloaded jiff v0.2.21
13392026-04-19T04:28:12.895Z Downloaded chrono-tz v0.10.4
13402026-04-19T04:28:12.913Z Downloaded petgraph v0.8.3
13412026-04-19T04:28:12.928Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13422026-04-19T04:28:12.947Z Downloaded tokio v1.52.1
13432026-04-19T04:28:12.969Z Downloaded encoding_rs v0.8.35
13442026-04-19T04:28:12.990Z Downloaded ring v0.17.14
13452026-04-19T04:28:13.023Z Downloaded libgit2-sys v0.18.3+1.9.2
13462026-04-19T04:28:13.549Z Downloaded aws-lc-sys v0.37.1
13472026-04-19T04:28:13.793Z Compiling libc v0.2.185
13482026-04-19T04:28:13.793Z Compiling serde v1.0.228
13492026-04-19T04:28:13.796Z Compiling find-msvc-tools v0.1.9
13502026-04-19T04:28:13.796Z Compiling log v0.4.29
13512026-04-19T04:28:14.061Z Compiling shlex v1.3.0
13522026-04-19T04:28:14.061Z Compiling smallvec v1.15.1
13532026-04-19T04:28:14.077Z Compiling syn v2.0.117
13542026-04-19T04:28:14.085Z Compiling typenum v1.19.0
13552026-04-19T04:28:14.258Z Compiling generic-array v0.14.7
13562026-04-19T04:28:14.271Z Compiling subtle v2.6.1
13572026-04-19T04:28:14.283Z Compiling scopeguard v1.2.0
13582026-04-19T04:28:14.295Z Compiling const-oid v0.9.6
13592026-04-19T04:28:14.309Z Compiling portable-atomic v1.13.1
13602026-04-19T04:28:14.386Z Compiling lock_api v0.4.14
13612026-04-19T04:28:14.469Z Compiling zerocopy v0.8.40
13622026-04-19T04:28:14.505Z Compiling serde_json v1.0.149
13632026-04-19T04:28:14.618Z Compiling critical-section v1.2.0
13642026-04-19T04:28:14.711Z Compiling parking_lot_core v0.9.12
13652026-04-19T04:28:14.733Z Compiling pin-project-lite v0.2.17
13662026-04-19T04:28:14.822Z Compiling getrandom v0.2.17
13672026-04-19T04:28:14.836Z Compiling jobserver v0.1.34
13682026-04-19T04:28:14.865Z Compiling errno v0.3.14
13692026-04-19T04:28:14.971Z Compiling rand_core v0.6.4
13702026-04-19T04:28:15.029Z Compiling pkg-config v0.3.32
13712026-04-19T04:28:15.068Z Compiling signal-hook-registry v1.4.8
13722026-04-19T04:28:15.220Z Compiling cc v1.2.56
13732026-04-19T04:28:15.262Z Compiling bitflags v2.11.0
13742026-04-19T04:28:15.349Z Compiling once_cell v1.21.3
13752026-04-19T04:28:15.352Z Compiling libm v0.2.16
13762026-04-19T04:28:15.444Z Compiling parking_lot v0.12.5
13772026-04-19T04:28:15.495Z Compiling mio v1.2.0
13782026-04-19T04:28:15.581Z Compiling num-traits v0.2.19
13792026-04-19T04:28:15.596Z Compiling futures-core v0.3.32
13802026-04-19T04:28:15.748Z Compiling percent-encoding v2.3.2
13812026-04-19T04:28:15.824Z Compiling socket2 v0.6.3
13822026-04-19T04:28:15.942Z Compiling allocator-api2 v0.2.21
13832026-04-19T04:28:15.959Z Compiling futures-sink v0.3.32
13842026-04-19T04:28:15.982Z Compiling foldhash v0.2.0
13852026-04-19T04:28:16.069Z Compiling cpufeatures v0.2.17
13862026-04-19T04:28:16.153Z Compiling futures-channel v0.3.32
13872026-04-19T04:28:16.182Z Compiling futures-io v0.3.32
13882026-04-19T04:28:16.208Z Compiling getrandom v0.4.1
13892026-04-19T04:28:16.255Z Compiling hashbrown v0.16.1
13902026-04-19T04:28:16.286Z Compiling slab v0.4.12
13912026-04-19T04:28:16.342Z Compiling futures-task v0.3.32
13922026-04-19T04:28:16.388Z Compiling getrandom v0.3.4
13932026-04-19T04:28:16.525Z Compiling rand_core v0.10.0
13942026-04-19T04:28:16.566Z Compiling rustversion v1.0.22
13952026-04-19T04:28:16.809Z Compiling indexmap v2.13.0
13962026-04-19T04:28:16.815Z Compiling cmake v0.1.57
13972026-04-19T04:28:16.858Z Compiling form_urlencoded v1.2.2
13982026-04-19T04:28:16.933Z Compiling synstructure v0.13.2
13992026-04-19T04:28:17.038Z Compiling dunce v1.0.5
14002026-04-19T04:28:17.113Z Compiling fs_extra v1.3.0
14012026-04-19T04:28:17.142Z Compiling ident_case v1.0.1
14022026-04-19T04:28:17.228Z Compiling base64ct v1.8.3
14032026-04-19T04:28:17.275Z Compiling flagset v0.4.7
14042026-04-19T04:28:17.383Z Compiling rand_core v0.9.5
14052026-04-19T04:28:17.397Z Compiling aws-lc-sys v0.37.1
14062026-04-19T04:28:17.410Z Compiling rustix v1.1.3
14072026-04-19T04:28:17.468Z Compiling iana-time-zone v0.1.65
14082026-04-19T04:28:17.533Z Compiling pem-rfc7468 v0.7.0
14092026-04-19T04:28:17.562Z Compiling uuid v1.23.0
14102026-04-19T04:28:17.577Z Compiling ring v0.17.14
14112026-04-19T04:28:17.690Z Compiling rustc_version v0.4.1
14122026-04-19T04:28:17.705Z Compiling vcpkg v0.2.15
14132026-04-19T04:28:17.844Z Compiling regex-syntax v0.8.10
14142026-04-19T04:28:18.006Z Compiling aws-lc-rs v1.16.0
14152026-04-19T04:28:18.282Z Compiling tracing-core v0.1.36
14162026-04-19T04:28:18.298Z Compiling pest_generator v2.8.6
14172026-04-19T04:28:18.446Z Compiling openssl-sys v0.9.111
14182026-04-19T04:28:18.697Z Compiling serde_derive v1.0.228
14192026-04-19T04:28:18.817Z Compiling zeroize_derive v1.4.3
14202026-04-19T04:28:18.980Z Compiling zerofrom-derive v0.1.6
14212026-04-19T04:28:19.017Z Compiling yoke-derive v0.8.1
14222026-04-19T04:28:19.186Z Compiling zerocopy-derive v0.8.40
14232026-04-19T04:28:19.461Z Compiling zeroize v1.8.2
14242026-04-19T04:28:20.167Z Compiling zerovec-derive v0.11.2
14252026-04-19T04:28:20.183Z Compiling crypto-common v0.1.7
14262026-04-19T04:28:20.228Z Compiling block-buffer v0.10.4
14272026-04-19T04:28:20.329Z Compiling displaydoc v0.2.5
14282026-04-19T04:28:20.364Z Compiling zerofrom v0.1.6
14292026-04-19T04:28:20.396Z Compiling digest v0.10.7
14302026-04-19T04:28:20.488Z Compiling yoke v0.8.1
14312026-04-19T04:28:20.642Z Compiling tokio-macros v2.7.0
14322026-04-19T04:28:20.679Z Compiling hmac v0.12.1
14332026-04-19T04:28:20.835Z Compiling futures-macro v0.3.32
14342026-04-19T04:28:21.056Z Compiling zerotrie v0.2.3
14352026-04-19T04:28:21.237Z Compiling zerovec v0.11.5
14362026-04-19T04:28:21.351Z Compiling block-padding v0.3.3
14372026-04-19T04:28:21.363Z Compiling sha2 v0.10.9
14382026-04-19T04:28:21.504Z Compiling inout v0.1.4
14392026-04-19T04:28:21.623Z Compiling futures-util v0.3.32
14402026-04-19T04:28:21.672Z Compiling tinystr v0.8.2
14412026-04-19T04:28:21.728Z Compiling potential_utf v0.1.4
14422026-04-19T04:28:21.871Z Compiling icu_locale_core v2.1.1
14432026-04-19T04:28:21.889Z Compiling icu_collections v2.1.1
14442026-04-19T04:28:22.138Z Compiling bytes v1.11.1
14452026-04-19T04:28:22.218Z Compiling cipher v0.4.4
14462026-04-19T04:28:22.366Z Compiling der_derive v0.7.3
14472026-04-19T04:28:22.487Z Compiling icu_provider v2.1.1
14482026-04-19T04:28:22.614Z Compiling tokio v1.52.1
14492026-04-19T04:28:22.717Z Compiling icu_properties v2.1.2
14502026-04-19T04:28:22.739Z Compiling icu_normalizer v2.1.1
14512026-04-19T04:28:22.785Z Compiling http v1.4.0
14522026-04-19T04:28:23.273Z Compiling salsa20 v0.10.2
14532026-04-19T04:28:23.318Z Compiling der v0.7.10
14542026-04-19T04:28:23.411Z Compiling ppv-lite86 v0.2.21
14552026-04-19T04:28:23.528Z Compiling chrono v0.4.44
14562026-04-19T04:28:23.682Z Compiling idna_adapter v1.2.1
14572026-04-19T04:28:23.730Z Compiling pbkdf2 v0.12.2
14582026-04-19T04:28:23.796Z Compiling idna v1.1.0
14592026-04-19T04:28:23.823Z Compiling thiserror-impl v2.0.18
14602026-04-19T04:28:23.843Z Compiling scrypt v0.11.0
14612026-04-19T04:28:23.860Z Compiling rand_chacha v0.9.0
14622026-04-19T04:28:24.144Z Compiling url v2.5.8
14632026-04-19T04:28:24.490Z Compiling spki v0.7.3
14642026-04-19T04:28:24.536Z Compiling aes v0.8.4
14652026-04-19T04:28:24.611Z Compiling cbc v0.1.2
14662026-04-19T04:28:24.700Z Compiling rustls-pki-types v1.14.0
14672026-04-19T04:28:24.759Z Compiling tracing-attributes v0.1.31
14682026-04-19T04:28:24.936Z Compiling pkcs5 v0.7.1
14692026-04-19T04:28:24.952Z Compiling rand v0.9.2
14702026-04-19T04:28:25.157Z Compiling thiserror v2.0.18
14712026-04-19T04:28:25.157Z Compiling http-body v1.0.1
14722026-04-19T04:28:25.320Z Compiling serde_derive_internals v0.29.1
14732026-04-19T04:28:25.339Z Compiling schemars v0.8.22
14742026-04-19T04:28:25.420Z Compiling base64 v0.22.1
14752026-04-19T04:28:25.534Z Compiling untrusted v0.7.1
14762026-04-19T04:28:25.592Z Compiling openssl-probe v0.2.1
14772026-04-19T04:28:25.660Z Compiling untrusted v0.9.0
14782026-04-19T04:28:25.732Z Compiling httparse v1.10.1
14792026-04-19T04:28:25.778Z Compiling pkcs8 v0.10.2
14802026-04-19T04:28:25.802Z Compiling pest_derive v2.8.6
14812026-04-19T04:28:26.049Z Compiling tracing v0.1.44
14822026-04-19T04:28:26.090Z Compiling scroll_derive v0.13.1
14832026-04-19T04:28:26.111Z Compiling darling_core v0.20.11
14842026-04-19T04:28:26.204Z Compiling tower-layer v0.3.3
14852026-04-19T04:28:26.228Z Compiling schemars_derive v0.8.22
14862026-04-19T04:28:26.313Z Compiling tokio-util v0.7.18
14872026-04-19T04:28:26.364Z Compiling rustls v0.23.37
14882026-04-19T04:28:26.535Z Compiling dyn-clone v1.0.20
14892026-04-19T04:28:26.677Z Compiling tinyvec_macros v0.1.1
14902026-04-19T04:28:26.752Z Compiling atomic-waker v1.1.2
14912026-04-19T04:28:26.873Z Compiling tower-service v0.3.3
14922026-04-19T04:28:26.887Z Compiling try-lock v0.2.5
14932026-04-19T04:28:26.971Z Compiling want v0.3.1
14942026-04-19T04:28:26.997Z Compiling h2 v0.4.13
14952026-04-19T04:28:27.141Z Compiling scroll v0.13.0
14962026-04-19T04:28:27.317Z Compiling tinyvec v1.10.0
14972026-04-19T04:28:27.496Z Compiling ipnet v2.11.0
14982026-04-19T04:28:27.654Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-04-19T04:28:27.696Z Compiling spin v0.9.8
15002026-04-19T04:28:27.903Z Compiling aho-corasick v1.1.4
15012026-04-19T04:28:27.983Z Compiling foreign-types-shared v0.1.1
15022026-04-19T04:28:28.040Z Compiling time-core v0.1.8
15032026-04-19T04:28:28.075Z Compiling crc32fast v1.5.0
15042026-04-19T04:28:28.183Z Compiling powerfmt v0.2.0
15052026-04-19T04:28:28.201Z Compiling pin-utils v0.1.0
15062026-04-19T04:28:28.280Z Compiling httpdate v1.0.3
15072026-04-19T04:28:28.342Z Compiling openssl v0.10.75
15082026-04-19T04:28:28.346Z Compiling darling_macro v0.20.11
15092026-04-19T04:28:28.382Z Compiling num-conv v0.2.0
15102026-04-19T04:28:28.516Z Compiling time-macros v0.2.27
15112026-04-19T04:28:28.543Z Compiling deranged v0.5.8
15122026-04-19T04:28:28.591Z Compiling tempfile v3.25.0
15132026-04-19T04:28:28.705Z Compiling regex-automata v0.4.14
15142026-04-19T04:28:28.819Z Compiling darling v0.20.11
15152026-04-19T04:28:28.906Z Compiling foreign-types v0.3.2
15162026-04-19T04:28:29.007Z Compiling goblin v0.10.5
15172026-04-19T04:28:29.577Z Compiling openssl-macros v0.1.1
15182026-04-19T04:28:29.615Z Compiling socket2 v0.5.10
15192026-04-19T04:28:29.963Z Compiling hyper v1.8.1
15202026-04-19T04:28:30.023Z Compiling wait-timeout v0.2.1
15212026-04-19T04:28:30.065Z Compiling quick-error v1.2.3
15222026-04-19T04:28:30.178Z Compiling siphasher v1.0.2
15232026-04-19T04:28:30.299Z Compiling syn v1.0.109
15242026-04-19T04:28:30.367Z Compiling crossbeam-utils v0.8.21
15252026-04-19T04:28:30.599Z Compiling native-tls v0.2.18
15262026-04-19T04:28:30.653Z Compiling simd-adler32 v0.3.8
15272026-04-19T04:28:30.803Z Compiling bit-vec v0.8.0
15282026-04-19T04:28:30.896Z Compiling usdt-impl v0.6.0
15292026-04-19T04:28:30.960Z Compiling num_threads v0.1.7
15302026-04-19T04:28:31.038Z Compiling time v0.3.47
15312026-04-19T04:28:31.058Z Compiling hyper-util v0.1.20
15322026-04-19T04:28:31.118Z Compiling bit-set v0.8.0
15332026-04-19T04:28:31.372Z Compiling rusty-fork v0.3.1
15342026-04-19T04:28:31.693Z Compiling dof v0.4.0
15352026-04-19T04:28:32.587Z Compiling derive_builder_core v0.20.2
15362026-04-19T04:28:32.801Z Compiling unicode-normalization v0.1.25
15372026-04-19T04:28:32.834Z Compiling dtrace-parser v0.3.0
15382026-04-19T04:28:32.944Z Compiling rustls-native-certs v0.8.3
15392026-04-19T04:28:33.192Z Compiling signature v2.2.0
15402026-04-19T04:28:33.231Z Compiling scroll_derive v0.12.1
15412026-04-19T04:28:33.244Z Compiling thiserror-impl v1.0.69
15422026-04-19T04:28:33.368Z Compiling heapless v0.7.17
15432026-04-19T04:28:33.438Z Compiling slog v2.8.2
15442026-04-19T04:28:33.570Z Compiling rand_xorshift v0.4.0
15452026-04-19T04:28:33.609Z Compiling darling_core v0.21.3
15462026-04-19T04:28:33.625Z Compiling bzip2-sys v0.1.13+1.0.8
15472026-04-19T04:28:33.732Z Compiling sync_wrapper v1.0.2
15482026-04-19T04:28:33.847Z Compiling thread-id v5.1.0
15492026-04-19T04:28:33.887Z Compiling cookie v0.18.1
15502026-04-19T04:28:33.901Z Compiling unarray v0.1.4
15512026-04-19T04:28:33.934Z Compiling signal-hook v0.3.18
15522026-04-19T04:28:34.034Z Compiling unicode-bidi v0.3.18
15532026-04-19T04:28:34.102Z Compiling adler2 v2.0.1
15542026-04-19T04:28:34.149Z Compiling anyhow v1.0.102
15552026-04-19T04:28:34.237Z Compiling zstd-safe v7.2.4
15562026-04-19T04:28:34.432Z Compiling paste v1.0.15
15572026-04-19T04:28:34.448Z Compiling unicode-properties v0.1.4
15582026-04-19T04:28:34.524Z Compiling thiserror v1.0.69
15592026-04-19T04:28:34.574Z Compiling miniz_oxide v0.8.9
15602026-04-19T04:28:34.631Z Compiling stringprep v0.1.5
15612026-04-19T04:28:34.690Z Compiling proptest v1.10.0
15622026-04-19T04:28:35.072Z Compiling scroll v0.12.0
15632026-04-19T04:28:35.180Z Compiling tower v0.5.3
15642026-04-19T04:28:35.390Z Compiling derive_builder_macro v0.20.2
15652026-04-19T04:28:35.617Z Compiling ipnetwork v0.21.1
15662026-04-19T04:28:35.632Z Compiling http-body-util v0.1.3
15672026-04-19T04:28:35.836Z Compiling webpki-roots v1.0.6
15682026-04-19T04:28:35.870Z Compiling rand_chacha v0.3.1
15692026-04-19T04:28:35.960Z Compiling serde_tokenstream v0.2.3
15702026-04-19T04:28:35.973Z Compiling toml_datetime v0.6.11
15712026-04-19T04:28:36.004Z Compiling erased-serde v0.3.31
15722026-04-19T04:28:36.179Z Compiling darling_macro v0.21.3
15732026-04-19T04:28:36.229Z Compiling serde_spanned v0.6.9
15742026-04-19T04:28:36.269Z Compiling md-5 v0.10.6
15752026-04-19T04:28:36.377Z Compiling zerocopy-derive v0.7.35
15762026-04-19T04:28:36.428Z Compiling curve25519-dalek v4.1.3
15772026-04-19T04:28:36.473Z Compiling vergen-lib v0.1.6
15782026-04-19T04:28:36.625Z Compiling num-integer v0.1.46
15792026-04-19T04:28:36.663Z Compiling hash32 v0.2.1
15802026-04-19T04:28:36.671Z Compiling ff v0.13.1
15812026-04-19T04:28:36.772Z Compiling memoffset v0.9.1
15822026-04-19T04:28:36.807Z Compiling zlib-rs v0.6.2
15832026-04-19T04:28:36.849Z Compiling ref-cast v1.0.25
15842026-04-19T04:28:36.943Z Compiling ryu v1.0.23
15852026-04-19T04:28:36.965Z Compiling psl-types v2.0.11
15862026-04-19T04:28:37.090Z Compiling rustix v0.38.44
15872026-04-19T04:28:37.123Z Compiling iri-string v0.7.10
15882026-04-19T04:28:37.148Z Compiling smoltcp v0.9.1
15892026-04-19T04:28:37.226Z Compiling litrs v1.0.0
15902026-04-19T04:28:37.432Z Compiling cfg_aliases v0.2.1
15912026-04-19T04:28:37.475Z Compiling fallible-iterator v0.2.0
15922026-04-19T04:28:37.511Z Compiling base16ct v0.2.0
15932026-04-19T04:28:37.694Z Compiling num-bigint-dig v0.8.6
15942026-04-19T04:28:37.736Z Compiling document-features v0.2.12
15952026-04-19T04:28:37.784Z Compiling postgres-protocol v0.6.10
15962026-04-19T04:28:37.903Z Compiling sec1 v0.7.3
15972026-04-19T04:28:38.177Z Compiling nix v0.31.2
15982026-04-19T04:28:38.306Z Compiling tower-http v0.6.8
15992026-04-19T04:28:38.434Z Compiling zerocopy v0.7.35
16002026-04-19T04:28:38.593Z Compiling publicsuffix v2.3.0
16012026-04-19T04:28:38.606Z Compiling serde_urlencoded v0.7.1
16022026-04-19T04:28:38.757Z Compiling newtype-uuid v1.3.2
16032026-04-19T04:28:38.802Z Compiling num-iter v0.1.45
16042026-04-19T04:28:38.926Z Compiling group v0.13.0
16052026-04-19T04:28:39.101Z Compiling darling v0.21.3
16062026-04-19T04:28:39.156Z Compiling rand v0.8.5
16072026-04-19T04:28:39.176Z Compiling hubpack_derive v0.1.1
16082026-04-19T04:28:39.190Z Compiling derive_builder v0.20.2
16092026-04-19T04:28:39.320Z Compiling oxnet v0.1.4
16102026-04-19T04:28:39.495Z Compiling tokio-native-tls v0.3.1
16112026-04-19T04:28:39.606Z Compiling goblin v0.8.2
16122026-04-19T04:28:39.672Z Compiling flate2 v1.1.9
16132026-04-19T04:28:40.089Z Compiling regex v1.12.3
16142026-04-19T04:28:40.229Z Compiling phf_shared v0.13.1
16152026-04-19T04:28:40.304Z Compiling lazy_static v1.5.0
16162026-04-19T04:28:40.320Z Compiling cargo-platform v0.1.9
16172026-04-19T04:28:40.358Z Compiling hkdf v0.12.4
16182026-04-19T04:28:40.405Z Compiling crypto-bigint v0.5.5
16192026-04-19T04:28:40.475Z Compiling terminal_size v0.4.3
16202026-04-19T04:28:40.523Z Compiling ref-cast-impl v1.0.25
16212026-04-19T04:28:40.544Z Compiling daft-derive v0.1.5
16222026-04-19T04:28:40.565Z Compiling async-trait v0.1.89
16232026-04-19T04:28:40.611Z Compiling strum_macros v0.27.2
16242026-04-19T04:28:41.094Z Compiling curve25519-dalek-derive v0.1.1
16252026-04-19T04:28:41.235Z Compiling vergen v9.0.6
16262026-04-19T04:28:41.419Z Compiling fs-err v3.3.0
16272026-04-19T04:28:41.577Z Compiling ahash v0.8.12
16282026-04-19T04:28:41.613Z Compiling foldhash v0.1.5
16292026-04-19T04:28:41.683Z Compiling object v0.37.3
16302026-04-19T04:28:41.777Z Compiling bitflags v1.3.2
16312026-04-19T04:28:41.793Z Compiling libbz2-rs-sys v0.2.2
16322026-04-19T04:28:41.860Z Compiling managed v0.8.0
16332026-04-19T04:28:41.949Z Compiling bumpalo v3.20.2
16342026-04-19T04:28:42.076Z Compiling winnow v0.5.40
16352026-04-19T04:28:42.204Z Compiling unicode-segmentation v1.12.0
16362026-04-19T04:28:42.472Z Compiling clap_builder v4.5.60
16372026-04-19T04:28:42.489Z Compiling bzip2 v0.6.1
16382026-04-19T04:28:42.542Z Compiling strum v0.27.2
16392026-04-19T04:28:42.593Z Compiling zopfli v0.8.3
16402026-04-19T04:28:42.741Z Compiling dof v0.3.0
16412026-04-19T04:28:43.108Z Compiling hashbrown v0.15.5
16422026-04-19T04:28:43.448Z Compiling toml_edit v0.19.15
16432026-04-19T04:28:43.501Z Compiling elliptic-curve v0.13.8
16442026-04-19T04:28:43.562Z Compiling daft v0.1.5
16452026-04-19T04:28:43.757Z Compiling cargo_metadata v0.19.2
16462026-04-19T04:28:43.839Z Compiling phf v0.13.1
16472026-04-19T04:28:44.024Z Compiling signal-hook-mio v0.2.5
16482026-04-19T04:28:44.522Z Compiling cookie_store v0.22.1
16492026-04-19T04:28:45.117Z Compiling zstd v0.13.3
16502026-04-19T04:28:45.186Z Compiling hyper-tls v0.6.0
16512026-04-19T04:28:45.385Z Compiling hubpack v0.1.2
16522026-04-19T04:28:45.420Z Compiling bzip2 v0.4.4
16532026-04-19T04:28:45.461Z Compiling serde_with_macros v3.17.0
16542026-04-19T04:28:45.640Z Compiling postgres-types v0.2.12
16552026-04-19T04:28:45.665Z Compiling usdt-attr-macro v0.6.0
16562026-04-19T04:28:46.148Z Compiling usdt-macro v0.6.0
16572026-04-19T04:28:46.194Z Compiling dtrace-parser v0.2.0
16582026-04-19T04:28:46.277Z Compiling ed25519 v2.2.3
16592026-04-19T04:28:46.444Z Compiling bstr v1.12.1
16602026-04-19T04:28:46.574Z Compiling phf_shared v0.11.3
16612026-04-19T04:28:46.712Z Compiling pkcs1 v0.7.5
16622026-04-19T04:28:46.765Z Compiling hex v0.4.3
16632026-04-19T04:28:46.875Z Compiling serde-big-array v0.5.1
16642026-04-19T04:28:46.940Z Compiling rfc6979 v0.4.0
16652026-04-19T04:28:47.024Z Compiling serde_repr v0.1.20
16662026-04-19T04:28:47.041Z Compiling enum-as-inner v0.6.1
16672026-04-19T04:28:47.068Z Compiling clap_derive v4.5.55
16682026-04-19T04:28:47.105Z Compiling strum_macros v0.26.4
16692026-04-19T04:28:47.120Z Compiling float-cmp v0.10.0
16702026-04-19T04:28:47.167Z Compiling memmap2 v0.9.10
16712026-04-19T04:28:47.262Z Compiling thread-id v4.2.2
16722026-04-19T04:28:47.350Z Compiling env_filter v1.0.0
16732026-04-19T04:28:47.377Z Compiling encoding_rs v0.8.35
16742026-04-19T04:28:47.530Z Compiling precomputed-hash v0.1.1
16752026-04-19T04:28:47.544Z Compiling jiff v0.2.21
16762026-04-19T04:28:47.624Z Compiling difflib v0.4.0
16772026-04-19T04:28:47.652Z Compiling fixedbitset v0.4.2
16782026-04-19T04:28:47.869Z Compiling mime v0.3.17
16792026-04-19T04:28:48.128Z Compiling predicates-core v1.0.10
16802026-04-19T04:28:48.175Z Compiling static_assertions v1.1.0
16812026-04-19T04:28:48.256Z Compiling whoami v2.1.0
16822026-04-19T04:28:48.306Z Compiling either v1.15.0
16832026-04-19T04:28:48.524Z Compiling rustc-hash v2.1.1
16842026-04-19T04:28:48.635Z Compiling normalize-line-endings v0.3.0
16852026-04-19T04:28:48.655Z Compiling data-encoding v2.10.0
16862026-04-19T04:28:48.739Z Compiling fixedbitset v0.5.7
16872026-04-19T04:28:48.802Z Compiling new_debug_unreachable v1.0.6
16882026-04-19T04:28:48.848Z Compiling keccak v0.1.6
16892026-04-19T04:28:48.880Z Compiling string_cache v0.8.9
16902026-04-19T04:28:48.907Z Compiling strum v0.26.3
16912026-04-19T04:28:49.068Z Compiling sha3 v0.10.8
16922026-04-19T04:28:49.082Z Compiling petgraph v0.8.3
16932026-04-19T04:28:49.123Z Compiling hickory-proto v0.25.2
16942026-04-19T04:28:49.406Z Compiling clap v4.5.60
16952026-04-19T04:28:49.499Z Compiling predicates v3.1.4
16962026-04-19T04:28:49.525Z Compiling iddqd v0.3.17
16972026-04-19T04:28:49.541Z Compiling toml_edit v0.22.27
16982026-04-19T04:28:49.718Z Compiling itertools v0.13.0
16992026-04-19T04:28:50.157Z Compiling tokio-postgres v0.7.16
17002026-04-19T04:28:50.655Z Compiling zip v4.6.1
17012026-04-19T04:28:50.957Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-04-19T04:28:51.006Z Compiling petgraph v0.6.5
17032026-04-19T04:28:51.612Z Compiling env_logger v0.11.9
17042026-04-19T04:28:51.767Z Compiling usdt-impl v0.5.0
17052026-04-19T04:28:51.965Z Compiling usdt v0.6.0
17062026-04-19T04:28:52.235Z Compiling ecdsa v0.16.9
17072026-04-19T04:28:52.250Z Compiling serde_with v3.17.0
17082026-04-19T04:28:52.333Z Compiling rsa v0.9.10
17092026-04-19T04:28:52.348Z Compiling similar v2.7.0
17102026-04-19T04:28:52.474Z Compiling crossterm v0.28.1
17112026-04-19T04:28:52.629Z Compiling ed25519-dalek v2.2.0
17122026-04-19T04:28:53.281Z Compiling zip v0.6.6
17132026-04-19T04:28:53.665Z Compiling toml v0.7.8
17142026-04-19T04:28:54.104Z Compiling heck v0.4.1
17152026-04-19T04:28:54.165Z Compiling toml_parser v1.0.9+spec-1.1.0
17162026-04-19T04:28:54.193Z Compiling crossbeam-epoch v0.9.18
17172026-04-19T04:28:54.326Z Compiling tokio-stream v0.1.18
17182026-04-19T04:28:54.341Z Compiling buf-list v1.1.2
17192026-04-19T04:28:54.527Z Compiling x509-cert v0.2.5
17202026-04-19T04:28:54.623Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17212026-04-19T04:28:54.702Z Compiling openapiv3 v2.2.0
17222026-04-19T04:28:54.798Z Compiling sha1 v0.10.6
17232026-04-19T04:28:54.801Z Compiling toml_datetime v0.7.5+spec-1.1.0
17242026-04-19T04:28:54.930Z Compiling peg-runtime v0.8.5
17252026-04-19T04:28:55.026Z Compiling lalrpop-util v0.19.12
17262026-04-19T04:28:55.108Z Compiling thread_local v1.1.9
17272026-04-19T04:28:55.222Z Compiling slog-async v2.8.0
17282026-04-19T04:28:55.222Z Compiling crossbeam-channel v0.5.15
17292026-04-19T04:28:55.370Z Compiling futures-executor v0.3.32
17302026-04-19T04:28:55.543Z Compiling filetime v0.2.27
17312026-04-19T04:28:55.632Z Compiling is-terminal v0.4.17
17322026-04-19T04:28:55.652Z Compiling term v1.2.1
17332026-04-19T04:28:55.685Z Compiling take_mut v0.2.2
17342026-04-19T04:28:55.726Z Compiling xattr v1.6.1
17352026-04-19T04:28:55.733Z Compiling futures v0.3.32
17362026-04-19T04:28:55.897Z Compiling tar v0.4.45
17372026-04-19T04:28:56.148Z Compiling slog-term v2.9.2
17382026-04-19T04:29:02.606Z Compiling rustls-webpki v0.103.9
17392026-04-19T04:29:05.413Z Compiling tokio-rustls v0.26.4
17402026-04-19T04:29:05.413Z Compiling rustls-platform-verifier v0.6.2
17412026-04-19T04:29:05.619Z Compiling hyper-rustls v0.27.7
17422026-04-19T04:29:05.820Z Compiling reqwest v0.12.28
17432026-04-19T04:29:05.820Z Compiling reqwest v0.13.2
17442026-04-19T04:29:07.863Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17452026-04-19T04:29:08.088Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17462026-04-19T04:29:10.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17472026-04-19T04:29:11.064Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17482026-04-19T04:29:11.121ZApr 19 04:29:09.500 INFO Starting download, target: Cockroach
17492026-04-19T04:29:11.121ZApr 19 04:29:09.500 INFO Starting download, target: Clickhouse
17502026-04-19T04:29:11.121ZApr 19 04:29:09.500 INFO Starting download, target: Console
17512026-04-19T04:29:11.121ZApr 19 04:29:09.500 INFO Starting download, target: DendriteStub
17522026-04-19T04:29:11.121ZApr 19 04:29:09.500 INFO Starting download, target: MaghemiteMgd
17532026-04-19T04:29:11.124ZApr 19 04:29:09.500 INFO Starting download, target: TransceiverControl
17542026-04-19T04:29:11.124ZApr 19 04:29:09.500 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17552026-04-19T04:29:11.124ZApr 19 04:29:09.500 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-04-19T04:29:11.124ZApr 19 04:29:09.500 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17572026-04-19T04:29:11.124ZApr 19 04:29:09.501 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17582026-04-19T04:29:11.124ZApr 19 04:29:09.501 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-04-19T04:29:11.124ZApr 19 04:29:09.501 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17602026-04-19T04:29:11.451ZApr 19 04:29:09.830 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17612026-04-19T04:29:11.666ZApr 19 04:29:10.036 INFO Download complete, target: TransceiverControl
17622026-04-19T04:29:12.187ZApr 19 04:29:10.544 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17632026-04-19T04:29:12.418ZApr 19 04:29:10.774 INFO Download complete, target: Console
17642026-04-19T04:29:12.761ZApr 19 04:29:11.133 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17652026-04-19T04:29:12.992ZApr 19 04:29:11.354 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17662026-04-19T04:29:13.230ZApr 19 04:29:11.605 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-04-19T04:29:13.716ZApr 19 04:29:12.092 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17682026-04-19T04:29:13.716ZApr 19 04:29:12.092 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17692026-04-19T04:29:14.924ZApr 19 04:29:13.304 INFO Download complete, target: MaghemiteMgd
17702026-04-19T04:29:15.632ZApr 19 04:29:14.011 INFO Download complete, target: DendriteStub
17712026-04-19T04:29:18.248ZApr 19 04:29:16.627 INFO Checking that binary works, target: Cockroach
17722026-04-19T04:29:18.342ZApr 19 04:29:16.721 INFO Download complete, target: Cockroach
17732026-04-19T04:29:19.643ZApr 19 04:29:18.022 INFO Checking that binary works, target: Clickhouse
17742026-04-19T04:29:19.732ZApr 19 04:29:18.110 INFO Download complete, target: Clickhouse
17752026-04-19T04:29:19.744ZAll builder prerequisites installed successfully, and PATH looks valid
17762026-04-19T04:29:19.747Z
17772026-04-19T04:29:19.747Zreal 3:11.999299348
17782026-04-19T04:29:19.747Zuser 7:12.605855227
17792026-04-19T04:29:19.747Zsys 1:24.804064978
17802026-04-19T04:29:19.747Ztrap 0.222436277
17812026-04-19T04:29:19.747Ztflt 0.560704919
17822026-04-19T04:29:19.747Zdflt 0.519355240
17832026-04-19T04:29:19.747Zkflt 0.021162448
17842026-04-19T04:29:19.747Zlock 20:46.927637922
17852026-04-19T04:29:19.747Zslp 21:52.947004684
17862026-04-19T04:29:19.747Zlat 43.232776137
17872026-04-19T04:29:19.747Zstop 1:57.774662163
17882026-04-19T04:29:19.747Z+ banner clippy
17892026-04-19T04:29:19.747Z
17902026-04-19T04:29:19.747Z #### # # ##### ##### # #
17912026-04-19T04:29:19.747Z # # # # # # # # # #
17922026-04-19T04:29:19.747Z # # # # # # # #
17932026-04-19T04:29:19.747Z # # # ##### ##### #
17942026-04-19T04:29:19.747Z # # # # # # #
17952026-04-19T04:29:19.747Z #### ###### # # # #
17962026-04-19T04:29:19.747Z
17972026-04-19T04:29:19.748Z+ export CARGO_INCREMENTAL=0
17982026-04-19T04:29:19.748Z+ CARGO_INCREMENTAL=0
17992026-04-19T04:29:19.748Z+ ptime -m cargo xtask clippy
18002026-04-19T04:29:20.269Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18012026-04-19T04:29:20.490Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18022026-04-19T04:29:22.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18032026-04-19T04:29:22.426Z Running `target/debug/xtask clippy`
18042026-04-19T04:29:22.452Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18052026-04-19T04:29:23.056Z Downloading crates ...
18062026-04-19T04:29:23.253Z Downloaded tokio-test v0.4.5
18072026-04-19T04:29:23.257Z Downloaded async-lock v3.4.2
18082026-04-19T04:29:23.259Z Downloaded plotters-svg v0.3.7
18092026-04-19T04:29:23.259Z Downloaded anes v0.1.6
18102026-04-19T04:29:23.262Z Downloaded guppy-workspace-hack v0.1.0
18112026-04-19T04:29:23.262Z Downloaded assert-json-diff v2.0.2
18122026-04-19T04:29:23.265Z Downloaded cast v0.3.0
18132026-04-19T04:29:23.268Z Downloaded cargo-platform v0.3.2
18142026-04-19T04:29:23.271Z Downloaded async-object-pool v0.2.0
18152026-04-19T04:29:23.273Z Downloaded target-triple v1.0.0
18162026-04-19T04:29:23.273Z Downloaded event-listener-strategy v0.5.4
18172026-04-19T04:29:23.276Z Downloaded assert_cmd v2.1.2
18182026-04-19T04:29:23.288Z Downloaded plotters-backend v0.3.7
18192026-04-19T04:29:23.291Z Downloaded constant_time_eq v0.3.1
18202026-04-19T04:29:23.291Z Downloaded backtrace-ext v0.2.1
18212026-04-19T04:29:23.294Z Downloaded hickory-client v0.25.2
18222026-04-19T04:29:23.297Z Downloaded termcolor v1.4.1
18232026-04-19T04:29:23.300Z Downloaded cargo_metadata v0.23.1
18242026-04-19T04:29:23.300Z Downloaded blake2b_simd v1.0.4
18252026-04-19T04:29:23.304Z Downloaded futures-timer v3.0.3
18262026-04-19T04:29:23.306Z Downloaded chumsky v0.9.3
18272026-04-19T04:29:23.309Z Downloaded linkme-impl v0.3.35
18282026-04-19T04:29:23.309Z Downloaded approx v0.5.1
18292026-04-19T04:29:23.312Z Downloaded supports-color v2.1.0
18302026-04-19T04:29:23.315Z Downloaded supports-hyperlinks v2.1.0
18312026-04-19T04:29:23.317Z Downloaded owo-colors v3.5.0
18322026-04-19T04:29:23.320Z Downloaded target-lexicon v0.13.3
18332026-04-19T04:29:23.323Z Downloaded supports-unicode v2.1.0
18342026-04-19T04:29:23.325Z Downloaded serde_regex v1.1.0
18352026-04-19T04:29:23.325Z Downloaded linkme v0.3.35
18362026-04-19T04:29:23.328Z Downloaded criterion-plot v0.6.0
18372026-04-19T04:29:23.331Z Downloaded similar-asserts v1.7.0
18382026-04-19T04:29:23.333Z Downloaded escape8259 v0.5.3
18392026-04-19T04:29:23.336Z Downloaded miette-derive v5.10.0
18402026-04-19T04:29:23.340Z Downloaded pathdiff v0.2.3
18412026-04-19T04:29:23.343Z Downloaded nested v0.1.1
18422026-04-19T04:29:23.345Z Downloaded concurrent-queue v2.5.0
18432026-04-19T04:29:23.352Z Downloaded terminal_size v0.1.17
18442026-04-19T04:29:23.357Z Downloaded parking v2.2.1
18452026-04-19T04:29:23.369Z Downloaded target-spec v3.5.7
18462026-04-19T04:29:23.371Z Downloaded stringmetrics v2.2.2
18472026-04-19T04:29:23.374Z Downloaded httptest v0.16.4
18482026-04-19T04:29:23.374Z Downloaded backtrace v0.3.76
18492026-04-19T04:29:23.377Z Downloaded oorandom v11.1.5
18502026-04-19T04:29:23.377Z Downloaded tinytemplate v1.2.1
18512026-04-19T04:29:23.377Z Downloaded rust-argon2 v2.1.0
18522026-04-19T04:29:23.380Z Downloaded libtest-mimic v0.8.1
18532026-04-19T04:29:23.380Z Downloaded partial-io v0.5.4
18542026-04-19T04:29:23.382Z Downloaded rustc-demangle v0.1.27
18552026-04-19T04:29:23.382Z Downloaded relative-path v1.9.3
18562026-04-19T04:29:23.385Z Downloaded path-tree v0.8.3
18572026-04-19T04:29:23.385Z Downloaded rand_distr v0.5.1
18582026-04-19T04:29:23.389Z Downloaded addr2line v0.25.1
18592026-04-19T04:29:23.392Z Downloaded cfg-expr v0.20.6
18602026-04-19T04:29:23.395Z Downloaded knuffel-derive v3.2.0
18612026-04-19T04:29:23.399Z Downloaded trybuild v1.0.116
18622026-04-19T04:29:23.402Z Downloaded fancy-regex v0.14.0
18632026-04-19T04:29:23.405Z Downloaded datatest-stable v0.3.3
18642026-04-19T04:29:23.407Z Downloaded hashbrown v0.14.5
18652026-04-19T04:29:23.410Z Downloaded criterion v0.7.0
18662026-04-19T04:29:23.412Z Downloaded textwrap v0.15.2
18672026-04-19T04:29:23.415Z Downloaded rstest v0.25.0
18682026-04-19T04:29:23.418Z Downloaded knuffel v3.2.0
18692026-04-19T04:29:23.420Z Downloaded event-listener v5.4.1
18702026-04-19T04:29:23.424Z Downloaded rstest_macros v0.25.0
18712026-04-19T04:29:23.427Z Downloaded miette v5.10.0
18722026-04-19T04:29:23.436Z Downloaded plotters v0.3.7
18732026-04-19T04:29:23.440Z Downloaded guppy v0.17.25
18742026-04-19T04:29:23.449Z Downloaded gimli v0.32.3
18752026-04-19T04:29:23.546Z Downloaded httpmock v0.8.3
18762026-04-19T04:29:25.086Z Checking cfg-if v1.0.4
18772026-04-19T04:29:25.424Z Checking libc v0.2.185
18782026-04-19T04:29:25.427Z Checking serde_core v1.0.228
18792026-04-19T04:29:25.487Z Checking memchr v2.8.0
18802026-04-19T04:29:25.522Z Checking smallvec v1.15.1
18812026-04-19T04:29:25.557Z Checking log v0.4.29
18822026-04-19T04:29:25.586Z Checking itoa v1.0.17
18832026-04-19T04:29:25.626Z Checking zeroize v1.8.2
18842026-04-19T04:29:25.662Z Checking libm v0.2.16
18852026-04-19T04:29:25.729Z Checking scopeguard v1.2.0
18862026-04-19T04:29:25.765Z Checking stable_deref_trait v1.2.1
18872026-04-19T04:29:25.802Z Checking zmij v1.0.21
18882026-04-19T04:29:25.838Z Checking zerofrom v0.1.6
18892026-04-19T04:29:25.871Z Checking lock_api v0.4.14
18902026-04-19T04:29:25.904Z Checking errno v0.3.14
18912026-04-19T04:29:25.904Z Checking getrandom v0.2.17
18922026-04-19T04:29:25.968Z Checking percent-encoding v2.3.2
18932026-04-19T04:29:26.002Z Checking yoke v0.8.1
18942026-04-19T04:29:26.033Z Checking litemap v0.8.1
18952026-04-19T04:29:26.065Z Checking writeable v0.6.2
18962026-04-19T04:29:26.097Z Checking icu_properties_data v2.1.2
18972026-04-19T04:29:26.129Z Checking icu_normalizer_data v2.1.1
18982026-04-19T04:29:26.132Z Checking subtle v2.6.1
18992026-04-19T04:29:26.194Z Checking zerovec v0.11.5
19002026-04-19T04:29:26.228Z Checking zerotrie v0.2.3
19012026-04-19T04:29:26.262Z Checking form_urlencoded v1.2.2
19022026-04-19T04:29:26.262Z Checking pin-project-lite v0.2.17
19032026-04-19T04:29:26.265Z Checking utf8_iter v1.0.4
19042026-04-19T04:29:26.354Z Checking rand_core v0.6.4
19052026-04-19T04:29:26.388Z Checking num-traits v0.2.19
19062026-04-19T04:29:26.420Z Checking parking_lot_core v0.9.12
19072026-04-19T04:29:26.423Z Checking portable-atomic v1.13.1
19082026-04-19T04:29:26.482Z Checking zerocopy v0.8.40
19092026-04-19T04:29:26.517Z Checking critical-section v1.2.0
19102026-04-19T04:29:26.554Z Checking rand_core v0.10.0
19112026-04-19T04:29:26.654Z Checking tinystr v0.8.2
19122026-04-19T04:29:26.654Z Checking potential_utf v0.1.4
19132026-04-19T04:29:26.717Z Checking parking_lot v0.12.5
19142026-04-19T04:29:26.751Z Checking getrandom v0.4.1
19152026-04-19T04:29:26.808Z Checking icu_collections v2.1.1
19162026-04-19T04:29:26.849Z Checking once_cell v1.21.3
19172026-04-19T04:29:26.887Z Checking icu_locale_core v2.1.1
19182026-04-19T04:29:26.919Z Checking signal-hook-registry v1.4.8
19192026-04-19T04:29:26.953Z Checking mio v1.2.0
19202026-04-19T04:29:26.988Z Checking serde v1.0.228
19212026-04-19T04:29:26.988Z Checking bitflags v2.11.0
19222026-04-19T04:29:27.049Z Checking serde_json v1.0.149
19232026-04-19T04:29:27.111Z Checking socket2 v0.6.3
19242026-04-19T04:29:27.146Z Checking typenum v1.19.0
19252026-04-19T04:29:27.217Z Checking iana-time-zone v0.1.65
19262026-04-19T04:29:27.262Z Checking thiserror v2.0.18
19272026-04-19T04:29:27.355Z Checking semver v1.0.27
19282026-04-19T04:29:27.389Z Checking uuid v1.23.0
19292026-04-19T04:29:27.424Z Checking bytes v1.11.1
19302026-04-19T04:29:27.424Z Checking chrono v0.4.44
19312026-04-19T04:29:27.487Z Checking icu_provider v2.1.1
19322026-04-19T04:29:27.586Z Checking allocator-api2 v0.2.21
19332026-04-19T04:29:27.691Z Checking generic-array v0.14.7
19342026-04-19T04:29:27.724Z Checking futures-core v0.3.32
19352026-04-19T04:29:27.757Z Checking icu_normalizer v2.1.1
19362026-04-19T04:29:27.757Z Checking icu_properties v2.1.2
19372026-04-19T04:29:27.878Z Checking tokio v1.52.1
19382026-04-19T04:29:27.922Z Checking equivalent v1.0.2
19392026-04-19T04:29:27.969Z Checking dyn-clone v1.0.20
19402026-04-19T04:29:28.031Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19412026-04-19T04:29:28.096Z Checking const-oid v0.9.6
19422026-04-19T04:29:28.128Z Checking foldhash v0.2.0
19432026-04-19T04:29:28.159Z Checking crypto-common v0.1.7
19442026-04-19T04:29:28.294Z Checking block-buffer v0.10.4
19452026-04-19T04:29:28.327Z Checking hashbrown v0.16.1
19462026-04-19T04:29:28.330Z Checking futures-sink v0.3.32
19472026-04-19T04:29:28.355Z Checking slab v0.4.12
19482026-04-19T04:29:28.455Z Checking futures-io v0.3.32
19492026-04-19T04:29:28.503Z Checking futures-channel v0.3.32
19502026-04-19T04:29:28.563Z Checking futures-task v0.3.32
19512026-04-19T04:29:28.594Z Checking rustix v1.1.3
19522026-04-19T04:29:28.598Z Checking idna_adapter v1.2.1
19532026-04-19T04:29:28.695Z Checking byteorder v1.5.0
19542026-04-19T04:29:28.728Z Checking futures-util v0.3.32
19552026-04-19T04:29:28.764Z Checking idna v1.1.0
19562026-04-19T04:29:28.796Z Checking digest v0.10.7
19572026-04-19T04:29:28.838Z Checking cpufeatures v0.2.17
19582026-04-19T04:29:28.918Z Checking indexmap v2.13.0
19592026-04-19T04:29:28.950Z Checking thiserror v1.0.69
19602026-04-19T04:29:29.012Z Checking getrandom v0.3.4
19612026-04-19T04:29:29.045Z Checking url v2.5.8
19622026-04-19T04:29:29.076Z Checking fnv v1.0.7
19632026-04-19T04:29:29.183Z Checking regex-syntax v0.8.10
19642026-04-19T04:29:29.215Z Checking http v1.4.0
19652026-04-19T04:29:29.269Z Checking ppv-lite86 v0.2.21
19662026-04-19T04:29:29.460Z Checking tracing-core v0.1.36
19672026-04-19T04:29:29.496Z Checking base64 v0.22.1
19682026-04-19T04:29:29.528Z Checking schemars v0.8.22
19692026-04-19T04:29:29.586Z Checking ipnet v2.11.0
19702026-04-19T04:29:29.756Z Checking unicode-ident v1.0.24
19712026-04-19T04:29:29.789Z Checking anstyle v1.0.13
19722026-04-19T04:29:29.792Z Checking tracing v0.1.44
19732026-04-19T04:29:29.872Z Checking utf8parse v0.2.2
19742026-04-19T04:29:29.905Z Checking untrusted v0.9.0
19752026-04-19T04:29:29.993Z Checking proc-macro2 v1.0.106
19762026-04-19T04:29:30.026Z Checking base64ct v1.8.3
19772026-04-19T04:29:30.058Z Checking ring v0.17.14
19782026-04-19T04:29:30.061Z Checking anstyle-parse v0.2.7
19792026-04-19T04:29:30.169Z Checking block-padding v0.3.3
19802026-04-19T04:29:30.263Z Checking aho-corasick v1.1.4
19812026-04-19T04:29:30.297Z Checking is_terminal_polyfill v1.70.2
19822026-04-19T04:29:30.327Z Checking quote v1.0.44
19832026-04-19T04:29:30.330Z Checking anstyle-query v1.1.5
19842026-04-19T04:29:30.408Z Checking colorchoice v1.0.4
19852026-04-19T04:29:30.472Z Checking inout v0.1.4
19862026-04-19T04:29:30.505Z Checking rustls-pki-types v1.14.0
19872026-04-19T04:29:30.537Z Checking anstream v0.6.21
19882026-04-19T04:29:30.540Z Checking syn v2.0.117
19892026-04-19T04:29:30.636Z Checking crossbeam-utils v0.8.21
19902026-04-19T04:29:30.638Z Checking httparse v1.10.1
19912026-04-19T04:29:30.776Z Checking cipher v0.4.4
19922026-04-19T04:29:30.823Z Checking terminal_size v0.4.3
19932026-04-19T04:29:30.905Z Checking clap_lex v1.0.0
19942026-04-19T04:29:30.963Z Checking strsim v0.11.1
19952026-04-19T04:29:30.995Z Checking regex-automata v0.4.14
19962026-04-19T04:29:30.998Z Checking pem-rfc7468 v0.7.0
19972026-04-19T04:29:31.059Z Checking http-body v1.0.1
19982026-04-19T04:29:31.062Z Checking tokio-util v0.7.18
19992026-04-19T04:29:31.121Z Checking sha2 v0.10.9
20002026-04-19T04:29:31.124Z Checking atomic-waker v1.1.2
20012026-04-19T04:29:31.181Z Checking clap_builder v4.5.60
20022026-04-19T04:29:31.213Z Checking rand_core v0.9.5
20032026-04-19T04:29:31.215Z Checking hmac v0.12.1
20042026-04-19T04:29:31.274Z Checking try-lock v0.2.5
20052026-04-19T04:29:31.395Z Checking httpdate v1.0.3
20062026-04-19T04:29:31.398Z Checking want v0.3.1
20072026-04-19T04:29:31.458Z Checking flagset v0.4.7
20082026-04-19T04:29:31.460Z Checking tower-service v0.3.3
20092026-04-19T04:29:31.564Z Checking ryu v1.0.23
20102026-04-19T04:29:31.596Z Checking pin-utils v0.1.0
20112026-04-19T04:29:31.627Z Checking tower-layer v0.3.3
20122026-04-19T04:29:31.629Z Checking der v0.7.10
20132026-04-19T04:29:31.690Z Checking erased-serde v0.3.31
20142026-04-19T04:29:31.723Z Checking h2 v0.4.13
20152026-04-19T04:29:31.726Z Checking powerfmt v0.2.0
20162026-04-19T04:29:31.797Z Checking rand_chacha v0.9.0
20172026-04-19T04:29:31.927Z Checking deranged v0.5.8
20182026-04-19T04:29:32.019Z Checking spin v0.9.8
20192026-04-19T04:29:32.083Z Checking slog v2.8.2
20202026-04-19T04:29:32.226Z Checking socket2 v0.5.10
20212026-04-19T04:29:32.369Z Checking num_threads v0.1.7
20222026-04-19T04:29:32.401Z Checking clap v4.5.60
20232026-04-19T04:29:32.433Z Checking time-core v0.1.8
20242026-04-19T04:29:32.480Z Checking num-conv v0.2.0
20252026-04-19T04:29:32.513Z Checking rand v0.9.2
20262026-04-19T04:29:32.516Z Checking anyhow v1.0.102
20272026-04-19T04:29:32.592Z Checking http-body-util v0.1.3
20282026-04-19T04:29:32.624Z Checking aws-lc-sys v0.37.1
20292026-04-19T04:29:32.766Z Checking fastrand v2.3.0
20302026-04-19T04:29:32.799Z Checking untrusted v0.7.1
20312026-04-19T04:29:32.836Z Checking spki v0.7.3
20322026-04-19T04:29:32.870Z Checking time v0.3.47
20332026-04-19T04:29:32.873Z Checking serde_urlencoded v0.7.1
20342026-04-19T04:29:32.933Z Checking pbkdf2 v0.12.2
20352026-04-19T04:29:32.968Z Checking aes v0.8.4
20362026-04-19T04:29:32.999Z Checking openssl-probe v0.2.1
20372026-04-19T04:29:33.030Z Checking regex v1.12.3
20382026-04-19T04:29:33.068Z Checking cbc v0.1.2
20392026-04-19T04:29:33.124Z Checking salsa20 v0.10.2
20402026-04-19T04:29:33.158Z Checking rand_chacha v0.3.1
20412026-04-19T04:29:33.163Z Checking aws-lc-rs v1.16.0
20422026-04-19T04:29:33.218Z Checking hex v0.4.3
20432026-04-19T04:29:33.281Z Checking pretty-hex v0.4.1
20442026-04-19T04:29:33.328Z Checking scrypt v0.11.0
20452026-04-19T04:29:33.371Z Checking tempfile v3.25.0
20462026-04-19T04:29:33.404Z Checking rand v0.8.5
20472026-04-19T04:29:33.435Z Checking ipnetwork v0.21.1
20482026-04-19T04:29:33.466Z Checking plain v0.2.3
20492026-04-19T04:29:33.498Z Checking pkcs5 v0.7.1
20502026-04-19T04:29:33.592Z Checking camino v1.2.2
20512026-04-19T04:29:33.595Z Checking ucd-trie v0.1.7
20522026-04-19T04:29:33.667Z Checking rustls-native-certs v0.8.3
20532026-04-19T04:29:33.780Z Checking pest v2.8.6
20542026-04-19T04:29:33.783Z Checking pkcs8 v0.10.2
20552026-04-19T04:29:33.899Z Checking sync_wrapper v1.0.2
20562026-04-19T04:29:33.902Z Checking webpki-roots v1.0.6
20572026-04-19T04:29:33.964Z Checking simd-adler32 v0.3.8
20582026-04-19T04:29:34.010Z Checking rustls-webpki v0.103.9
20592026-04-19T04:29:34.046Z Checking tower v0.5.3
20602026-04-19T04:29:34.048Z Checking iri-string v0.7.10
20612026-04-19T04:29:34.109Z Checking openapiv3 v2.2.0
20622026-04-19T04:29:34.113Z Checking either v1.15.0
20632026-04-19T04:29:34.169Z Checking adler2 v2.0.1
20642026-04-19T04:29:34.305Z Checking mime v0.3.17
20652026-04-19T04:29:34.346Z Checking miniz_oxide v0.8.9
20662026-04-19T04:29:34.386Z Checking hyper v1.8.1
20672026-04-19T04:29:34.452Z Checking rustls v0.23.37
20682026-04-19T04:29:34.455Z Checking winnow v0.7.14
20692026-04-19T04:29:34.514Z Checking static_assertions v1.1.0
20702026-04-19T04:29:34.610Z Checking oxnet v0.1.4
20712026-04-19T04:29:34.723Z Checking lazy_static v1.5.0
20722026-04-19T04:29:34.841Z Checking signature v2.2.0
20732026-04-19T04:29:34.873Z Checking hubpack v0.1.2
20742026-04-19T04:29:34.907Z Checking encoding_rs v0.8.35
20752026-04-19T04:29:34.998Z Checking strum v0.26.3
20762026-04-19T04:29:35.060Z Checking crc32fast v1.5.0
20772026-04-19T04:29:35.109Z Checking tower-http v0.6.8
20782026-04-19T04:29:35.141Z Checking foreign-types-shared v0.1.1
20792026-04-19T04:29:35.225Z Checking sha1 v0.10.6
20802026-04-19T04:29:35.257Z Checking foreign-types v0.3.2
20812026-04-19T04:29:35.298Z Checking hyper-util v0.1.20
20822026-04-19T04:29:35.352Z Checking openssl-sys v0.9.111
20832026-04-19T04:29:35.409Z Checking tinyvec_macros v0.1.1
20842026-04-19T04:29:35.412Z Checking toml_datetime v0.6.11
20852026-04-19T04:29:35.412Z Checking serde_spanned v0.6.9
20862026-04-19T04:29:35.505Z Checking tinyvec v1.10.0
20872026-04-19T04:29:35.604Z Checking num-integer v0.1.46
20882026-04-19T04:29:35.679Z Checking data-encoding v2.10.0
20892026-04-19T04:29:35.712Z Checking scroll v0.13.0
20902026-04-19T04:29:36.859Z Checking base16ct v0.2.0
20912026-04-19T04:29:36.862Z Checking bit-vec v0.8.0
20922026-04-19T04:29:36.862Z Checking openssl v0.10.75
20932026-04-19T04:29:36.862Z Checking zlib-rs v0.6.2
20942026-04-19T04:29:36.862Z Checking goblin v0.10.5
20952026-04-19T04:29:36.862Z Checking ff v0.13.1
20962026-04-19T04:29:36.862Z Checking sec1 v0.7.3
20972026-04-19T04:29:36.862Z Checking bit-set v0.8.0
20982026-04-19T04:29:36.862Z Checking wait-timeout v0.2.1
20992026-04-19T04:29:36.862Z Checking memmap2 v0.9.10
21002026-04-19T04:29:36.862Z Checking group v0.13.0
21012026-04-19T04:29:36.862Z Checking num-iter v0.1.45
21022026-04-19T04:29:36.862Z Checking dtrace-parser v0.3.0
21032026-04-19T04:29:36.862Z Checking bstr v1.12.1
21042026-04-19T04:29:36.862Z Checking hkdf v0.12.4
21052026-04-19T04:29:36.862Z Checking crossbeam-epoch v0.9.18
21062026-04-19T04:29:36.862Z Checking ahash v0.8.12
21072026-04-19T04:29:36.863Z Checking crypto-bigint v0.5.5
21082026-04-19T04:29:36.863Z Checking thread-id v5.1.0
21092026-04-19T04:29:36.863Z Checking flate2 v1.1.9
21102026-04-19T04:29:36.863Z Checking tokio-rustls v0.26.4
21112026-04-19T04:29:36.906Z Checking psl-types v2.0.11
21122026-04-19T04:29:36.909Z Checking quick-error v1.2.3
21132026-04-19T04:29:36.967Z Checking cookie v0.18.1
21142026-04-19T04:29:37.054Z Checking publicsuffix v2.3.0
21152026-04-19T04:29:37.088Z Checking rusty-fork v0.3.1
21162026-04-19T04:29:37.127Z Checking hyper-rustls v0.27.7
21172026-04-19T04:29:37.161Z Checking rand_xorshift v0.4.0
21182026-04-19T04:29:37.214Z Checking scroll v0.12.0
21192026-04-19T04:29:37.247Z Checking unarray v0.1.4
21202026-04-19T04:29:37.277Z Checking cookie_store v0.22.1
21212026-04-19T04:29:37.308Z Checking rustls-platform-verifier v0.6.2
21222026-04-19T04:29:37.357Z Checking num-bigint-dig v0.8.6
21232026-04-19T04:29:37.389Z Checking proptest v1.10.0
21242026-04-19T04:29:37.462Z Checking goblin v0.8.2
21252026-04-19T04:29:37.494Z Checking pkcs1 v0.7.5
21262026-04-19T04:29:37.615Z Checking elliptic-curve v0.13.8
21272026-04-19T04:29:37.649Z Checking x509-cert v0.2.5
21282026-04-19T04:29:37.726Z Checking zerocopy v0.7.35
21292026-04-19T04:29:37.869Z Checking native-tls v0.2.18
21302026-04-19T04:29:37.947Z Checking unicode-segmentation v1.12.0
21312026-04-19T04:29:38.071Z Checking tokio-native-tls v0.3.1
21322026-04-19T04:29:38.187Z Checking rsa v0.9.10
21332026-04-19T04:29:38.241Z Checking reqwest v0.13.2
21342026-04-19T04:29:38.273Z Checking hyper-tls v0.6.0
21352026-04-19T04:29:38.307Z Checking dtrace-parser v0.2.0
21362026-04-19T04:29:38.310Z Checking dof v0.4.0
21372026-04-19T04:29:38.368Z Checking rfc6979 v0.4.0
21382026-04-19T04:29:38.469Z Checking reqwest v0.12.28
21392026-04-19T04:29:38.512Z Checking thread-id v4.2.2
21402026-04-19T04:29:38.565Z Checking toml_write v0.1.2
21412026-04-19T04:29:38.619Z Checking ecdsa v0.16.9
21422026-04-19T04:29:38.674Z Checking toml_parser v1.0.9+spec-1.1.0
21432026-04-19T04:29:38.756Z Checking toml_edit v0.22.27
21442026-04-19T04:29:38.978Z Checking curve25519-dalek v4.1.3
21452026-04-19T04:29:39.011Z Checking usdt-impl v0.6.0
21462026-04-19T04:29:39.042Z Checking memoffset v0.9.1
21472026-04-19T04:29:39.097Z Checking rustix v0.38.44
21482026-04-19T04:29:39.145Z Checking newtype-uuid v1.3.2
21492026-04-19T04:29:39.149Z Checking env_filter v1.0.0
21502026-04-19T04:29:39.318Z Checking usdt v0.6.0
21512026-04-19T04:29:39.352Z Checking keccak v0.1.6
21522026-04-19T04:29:39.355Z Checking dof v0.3.0
21532026-04-19T04:29:39.355Z Checking env_logger v0.11.9
21542026-04-19T04:29:39.442Z Checking daft v0.1.5
21552026-04-19T04:29:39.504Z Checking ed25519 v2.2.3
21562026-04-19T04:29:39.545Z Checking sha3 v0.10.8
21572026-04-19T04:29:39.621Z Checking itertools v0.13.0
21582026-04-19T04:29:39.688Z Checking usdt-impl v0.5.0
21592026-04-19T04:29:39.722Z Checking serde_with v3.17.0
21602026-04-19T04:29:39.725Z Checking bitflags v1.3.2
21612026-04-19T04:29:39.781Z Checking siphasher v1.0.2
21622026-04-19T04:29:39.784Z Checking ed25519-dalek v2.2.0
21632026-04-19T04:29:39.853Z Checking unicode-normalization v0.1.25
21642026-04-19T04:29:39.855Z Checking signal-hook v0.3.18
21652026-04-19T04:29:39.915Z Checking winnow v0.5.40
21662026-04-19T04:29:39.964Z Checking managed v0.8.0
21672026-04-19T04:29:39.996Z Checking nix v0.31.2
21682026-04-19T04:29:40.061Z Checking bzip2-sys v0.1.13+1.0.8
21692026-04-19T04:29:40.093Z Checking object v0.37.3
21702026-04-19T04:29:40.172Z Checking foldhash v0.1.5
21712026-04-19T04:29:40.175Z Checking bzip2 v0.4.4
21722026-04-19T04:29:40.278Z Checking signal-hook-mio v0.2.5
21732026-04-19T04:29:40.331Z Checking hashbrown v0.15.5
21742026-04-19T04:29:40.388Z Checking ref-cast v1.0.25
21752026-04-19T04:29:40.420Z Checking zstd-sys v2.0.16+zstd.1.5.7
21762026-04-19T04:29:40.513Z Checking toml_datetime v0.7.5+spec-1.1.0
21772026-04-19T04:29:40.560Z Checking zstd-safe v7.2.4
21782026-04-19T04:29:40.667Z Checking zip v0.6.6
21792026-04-19T04:29:40.739Z Checking libbz2-rs-sys v0.2.2
21802026-04-19T04:29:40.771Z Checking bumpalo v3.20.2
21812026-04-19T04:29:40.824Z Checking zstd v0.13.3
21822026-04-19T04:29:41.000Z Checking zopfli v0.8.3
21832026-04-19T04:29:41.034Z Checking crossterm v0.28.1
21842026-04-19T04:29:41.037Z Checking similar v2.7.0
21852026-04-19T04:29:41.096Z Checking tokio-stream v0.1.18
21862026-04-19T04:29:41.099Z Checking toml_edit v0.19.15
21872026-04-19T04:29:41.156Z Checking bzip2 v0.6.1
21882026-04-19T04:29:41.189Z Checking fs-err v3.3.0
21892026-04-19T04:29:41.342Z Checking hash32 v0.2.1
21902026-04-19T04:29:41.375Z Checking serde-big-array v0.5.1
21912026-04-19T04:29:41.463Z Checking predicates-core v1.0.10
21922026-04-19T04:29:41.504Z Checking jiff v0.2.21
21932026-04-19T04:29:41.507Z Checking unicode-properties v0.1.4
21942026-04-19T04:29:41.567Z Checking unicode-bidi v0.3.18
21952026-04-19T04:29:41.570Z Checking heapless v0.7.17
21962026-04-19T04:29:41.631Z Checking hickory-proto v0.25.2
21972026-04-19T04:29:41.746Z Checking md-5 v0.10.6
21982026-04-19T04:29:41.779Z Checking float-cmp v0.10.0
21992026-04-19T04:29:41.879Z Checking stringprep v0.1.5
22002026-04-19T04:29:41.912Z Checking fallible-iterator v0.2.0
22012026-04-19T04:29:41.944Z Checking normalize-line-endings v0.3.0
22022026-04-19T04:29:42.033Z Checking difflib v0.4.0
22032026-04-19T04:29:42.066Z Checking rustc-hash v2.1.1
22042026-04-19T04:29:42.069Z Checking smoltcp v0.9.1
22052026-04-19T04:29:42.158Z Checking toml v0.7.8
22062026-04-19T04:29:42.208Z Checking iddqd v0.3.17
22072026-04-19T04:29:42.210Z Checking postgres-protocol v0.6.10
22082026-04-19T04:29:42.270Z Checking predicates v3.1.4
22092026-04-19T04:29:42.385Z Checking phf_shared v0.11.3
22102026-04-19T04:29:42.491Z Checking phf_shared v0.13.1
22112026-04-19T04:29:42.547Z Checking buf-list v1.1.2
22122026-04-19T04:29:42.579Z Checking strum v0.27.2
22132026-04-19T04:29:42.611Z Checking lalrpop-util v0.19.12
22142026-04-19T04:29:42.692Z Checking fixedbitset v0.4.2
22152026-04-19T04:29:42.725Z Checking precomputed-hash v0.1.1
22162026-04-19T04:29:42.727Z Checking new_debug_unreachable v1.0.6
22172026-04-19T04:29:42.786Z Checking fixedbitset v0.5.7
22182026-04-19T04:29:42.817Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22192026-04-19T04:29:42.849Z Checking phf v0.13.1
22202026-04-19T04:29:42.852Z Checking string_cache v0.8.9
22212026-04-19T04:29:42.910Z Checking petgraph v0.6.5
22222026-04-19T04:29:43.001Z Checking petgraph v0.8.3
22232026-04-19T04:29:43.033Z Checking postgres-types v0.2.12
22242026-04-19T04:29:43.071Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22252026-04-19T04:29:43.104Z Checking whoami v2.1.0
22262026-04-19T04:29:43.321Z Checking peg-runtime v0.8.5
22272026-04-19T04:29:43.389Z Checking tokio-postgres v0.7.16
22282026-04-19T04:29:43.467Z Checking futures-executor v0.3.32
22292026-04-19T04:29:43.501Z Checking is-terminal v0.4.17
22302026-04-19T04:29:43.618Z Checking crossbeam-channel v0.5.15
22312026-04-19T04:29:43.651Z Checking futures v0.3.32
22322026-04-19T04:29:43.730Z Checking zip v4.6.1
22332026-04-19T04:29:43.763Z Compiling structmeta-derive v0.3.0
22342026-04-19T04:29:43.975Z Checking thread_local v1.1.9
22352026-04-19T04:29:44.170Z Checking term v1.2.1
22362026-04-19T04:29:44.173Z Checking take_mut v0.2.2
22372026-04-19T04:29:44.319Z Compiling newtype-uuid-macros v0.1.0
22382026-04-19T04:29:44.351Z Checking slog-async v2.8.0
22392026-04-19T04:29:44.396Z Compiling rustls v0.22.4
22402026-04-19T04:29:44.429Z Checking slog-term v2.9.2
22412026-04-19T04:29:44.543Z Compiling multer v3.1.0
22422026-04-19T04:29:44.576Z Checking regress v0.10.5
22432026-04-19T04:29:44.637Z Compiling async-stream-impl v0.3.6
22442026-04-19T04:29:44.678Z Compiling dropshot v0.16.7
22452026-04-19T04:29:44.715Z Compiling dropshot_endpoint v0.16.7
22462026-04-19T04:29:44.827Z Checking match_cfg v0.1.0
22472026-04-19T04:29:44.862Z Compiling structmeta v0.3.0
22482026-04-19T04:29:44.925Z Checking hostname v0.3.1
22492026-04-19T04:29:44.967Z Checking slog-json v2.6.1
22502026-04-19T04:29:45.050Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22512026-04-19T04:29:45.089Z Checking debug-ignore v1.0.5
22522026-04-19T04:29:45.123Z Compiling derive-ex v0.1.8
22532026-04-19T04:29:45.161Z Checking slog-bunyan v2.5.0
22542026-04-19T04:29:45.193Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22552026-04-19T04:29:45.226Z Checking serde_spanned v1.0.4
22562026-04-19T04:29:45.257Z Checking toml_writer v1.0.6+spec-1.1.0
22572026-04-19T04:29:45.304Z Checking progenitor-client v0.13.0
22582026-04-19T04:29:45.380Z Checking rustls-webpki v0.102.8
22592026-04-19T04:29:45.454Z Checking serde_path_to_error v0.1.20
22602026-04-19T04:29:45.486Z Checking async-stream v0.3.6
22612026-04-19T04:29:45.637Z Checking waitgroup v0.1.2
22622026-04-19T04:29:45.672Z Checking rustls-pemfile v2.2.0
22632026-04-19T04:29:45.758Z Checking hostname v0.4.2
22642026-04-19T04:29:45.790Z Checking toml v0.9.12+spec-1.1.0
22652026-04-19T04:29:45.852Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662026-04-19T04:29:45.855Z Compiling parse-display-derive v0.10.0
22672026-04-19T04:29:45.912Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-04-19T04:29:45.987Z Checking itertools v0.14.0
22692026-04-19T04:29:46.021Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22702026-04-19T04:29:46.083Z Checking macaddr v1.0.1
22712026-04-19T04:29:46.290Z Checking instant v0.1.13
22722026-04-19T04:29:46.407Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22732026-04-19T04:29:46.439Z Checking progenitor-client v0.10.0
22742026-04-19T04:29:46.470Z Checking backoff v0.4.0
22752026-04-19T04:29:46.509Z Checking backon v1.6.0
22762026-04-19T04:29:46.662Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22772026-04-19T04:29:46.697Z Checking progenitor-extras v0.1.1
22782026-04-19T04:29:46.697Z Checking unicode-width v0.2.0
22792026-04-19T04:29:46.855Z Compiling test-strategy v0.4.5
22802026-04-19T04:29:47.001Z Checking heck v0.5.0
22812026-04-19T04:29:47.033Z Compiling convert_case v0.4.0
22822026-04-19T04:29:47.066Z Checking half v2.7.1
22832026-04-19T04:29:47.150Z Checking ciborium-io v0.2.2
22842026-04-19T04:29:47.182Z Checking secrecy v0.10.3
22852026-04-19T04:29:47.251Z Checking tokio-rustls v0.25.0
22862026-04-19T04:29:47.283Z Checking indent_write v2.2.0
22872026-04-19T04:29:47.325Z Checking universal-hash v0.5.1
22882026-04-19T04:29:47.357Z Checking ciborium-ll v0.2.2
22892026-04-19T04:29:47.428Z Compiling derive_more v0.99.20
22902026-04-19T04:29:47.460Z Checking opaque-debug v0.3.1
22912026-04-19T04:29:47.491Z Compiling unsafe-libyaml v0.2.11
22922026-04-19T04:29:47.553Z Checking camino-tempfile v1.4.1
22932026-04-19T04:29:47.556Z Checking ciborium v0.2.2
22942026-04-19T04:29:47.614Z Checking parse-display v0.10.0
22952026-04-19T04:29:47.741Z Compiling crucible-workspace-hack v0.1.0
22962026-04-19T04:29:47.788Z Checking aead v0.5.2
22972026-04-19T04:29:47.975Z Checking poly1305 v0.8.0
22982026-04-19T04:29:48.046Z Checking chacha20 v0.9.1
22992026-04-19T04:29:48.109Z Compiling serde_yaml v0.9.34+deprecated
23002026-04-19T04:29:48.259Z Compiling typify-impl v0.6.1
23012026-04-19T04:29:48.292Z Compiling thiserror-impl-no-std v2.0.2
23022026-04-19T04:29:48.357Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23032026-04-19T04:29:48.758Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23042026-04-19T04:29:49.104Z Checking swrite v0.1.0
23052026-04-19T04:29:49.231Z Checking password-hash v0.5.0
23062026-04-19T04:29:49.365Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23072026-04-19T04:29:49.477Z Checking blake2 v0.10.6
23082026-04-19T04:29:49.510Z Checking thiserror-no-std v2.0.2
23092026-04-19T04:29:49.512Z Checking chacha20poly1305 v0.10.1
23102026-04-19T04:29:49.567Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23112026-04-19T04:29:49.622Z Checking vsss-rs v3.3.4
23122026-04-19T04:29:49.686Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23132026-04-19T04:29:49.738Z Checking argon2 v0.5.3
23142026-04-19T04:29:49.791Z Checking byte-wrapper v0.1.0
23152026-04-19T04:29:49.889Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23162026-04-19T04:29:50.004Z Checking crossbeam-deque v0.8.6
23172026-04-19T04:29:50.036Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23182026-04-19T04:29:50.098Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23192026-04-19T04:29:50.149Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23202026-04-19T04:29:50.207Z Compiling rayon-core v1.13.0
23212026-04-19T04:29:50.337Z Checking toml v0.8.23
23222026-04-19T04:29:50.712Z Compiling proc-macro-error v1.0.4
23232026-04-19T04:29:50.786Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23242026-04-19T04:29:50.819Z Compiling toml_edit v0.23.10+spec-1.0.0
23252026-04-19T04:29:50.850Z Checking rayon v1.11.0
23262026-04-19T04:29:51.048Z Checking glob v0.3.3
23272026-04-19T04:29:51.257Z Checking unicode-width v0.1.14
23282026-04-19T04:29:51.260Z Checking tabwriter v1.4.1
23292026-04-19T04:29:51.437Z Compiling proc-macro-crate v3.4.0
23302026-04-19T04:29:51.572Z Compiling heapless v0.8.0
23312026-04-19T04:29:51.687Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23322026-04-19T04:29:51.812Z Compiling ingot-macros v0.1.1
23332026-04-19T04:29:51.920Z Checking hash32 v0.3.1
23342026-04-19T04:29:51.965Z Compiling smoltcp v0.11.0
23352026-04-19T04:29:52.006Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-04-19T04:29:52.073Z Checking cobs v0.3.0
23372026-04-19T04:29:52.270Z Compiling usdt-macro v0.5.0
23382026-04-19T04:29:52.309Z Compiling usdt-attr-macro v0.5.0
23392026-04-19T04:29:52.342Z Checking memmap v0.7.0
23402026-04-19T04:29:52.411Z Checking colored v3.1.1
23412026-04-19T04:29:52.505Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23422026-04-19T04:29:52.637Z Checking postcard v1.1.3
23432026-04-19T04:29:52.745Z Compiling typify-macro v0.6.1
23442026-04-19T04:29:52.786Z Compiling num_enum_derive v0.7.5
23452026-04-19T04:29:52.954Z Compiling proc-macro-crate v1.3.1
23462026-04-19T04:29:53.014Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23472026-04-19T04:29:53.102Z Checking usdt v0.5.0
23482026-04-19T04:29:53.249Z Checking sigpipe v0.1.3
23492026-04-19T04:29:53.297Z Compiling foreign-types-macros v0.2.3
23502026-04-19T04:29:53.355Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23512026-04-19T04:29:53.391Z Checking cpufeatures v0.3.0
23522026-04-19T04:29:53.492Z Checking foreign-types-shared v0.3.1
23532026-04-19T04:29:53.609Z Checking chacha20 v0.10.0
23542026-04-19T04:29:53.650Z Compiling num_enum_derive v0.5.11
23552026-04-19T04:29:53.837Z Checking num_enum v0.7.5
23562026-04-19T04:29:53.869Z Checking cstr-argument v0.1.2
23572026-04-19T04:29:53.927Z Checking foreign-types v0.5.0
23582026-04-19T04:29:53.983Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23592026-04-19T04:29:54.014Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23602026-04-19T04:29:54.046Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23612026-04-19T04:29:54.048Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23622026-04-19T04:29:54.284Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23632026-04-19T04:29:54.323Z Checking rand v0.10.0
23642026-04-19T04:29:54.415Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23652026-04-19T04:29:54.450Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23662026-04-19T04:29:54.482Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23672026-04-19T04:29:54.485Z Compiling typify v0.6.1
23682026-04-19T04:29:54.569Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23692026-04-19T04:29:54.598Z Checking ingot-types v0.1.2
23702026-04-19T04:29:54.645Z Compiling progenitor-impl v0.13.0
23712026-04-19T04:29:54.678Z Checking num_enum v0.5.11
23722026-04-19T04:29:54.707Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23732026-04-19T04:29:54.767Z Compiling zone_cfg_derive v0.3.1
23742026-04-19T04:29:54.808Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23752026-04-19T04:29:54.967Z Checking ingot v0.1.1
23762026-04-19T04:29:55.034Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23772026-04-19T04:29:55.083Z Checking itertools v0.12.1
23782026-04-19T04:29:55.229Z Compiling num-derive v0.4.2
23792026-04-19T04:29:55.413Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23802026-04-19T04:29:55.678Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23812026-04-19T04:29:55.783Z Checking smf v0.2.3
23822026-04-19T04:29:55.863Z Checking whoami v1.6.1
23832026-04-19T04:29:55.894Z Checking tokio-dtrace v0.1.1
23842026-04-19T04:29:56.041Z Compiling derive-where v1.6.0
23852026-04-19T04:29:56.075Z Checking console v0.15.11
23862026-04-19T04:29:56.105Z Checking oxide-tokio-rt v0.1.4
23872026-04-19T04:29:56.156Z Checking zone v0.3.1
23882026-04-19T04:29:56.198Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23892026-04-19T04:29:56.299Z Checking atomicwrites v0.4.4
23902026-04-19T04:29:56.374Z Checking newline-converter v0.3.0
23912026-04-19T04:29:56.445Z Checking bytecount v0.6.9
23922026-04-19T04:29:56.476Z Compiling owo-colors v4.3.0
23932026-04-19T04:29:56.510Z Checking expectorate v1.2.0
23942026-04-19T04:29:56.541Z Compiling cancel-safe-futures v0.1.5
23952026-04-19T04:29:56.576Z Checking libsw-core v0.3.2
23962026-04-19T04:29:56.654Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23972026-04-19T04:29:56.687Z Compiling prettyplease v0.2.37
23982026-04-19T04:29:56.745Z Checking libsw v3.5.0
23992026-04-19T04:29:56.942Z Checking num-rational v0.4.2
24002026-04-19T04:29:57.002Z Checking num-complex v0.4.6
24012026-04-19T04:29:57.080Z Checking linear-map v1.2.0
24022026-04-19T04:29:57.273Z Checking same-file v1.0.6
24032026-04-19T04:29:57.276Z Checking float-ord v0.3.2
24042026-04-19T04:29:57.335Z Compiling progenitor-macro v0.13.0
24052026-04-19T04:29:57.365Z Checking num v0.4.3
24062026-04-19T04:29:57.395Z Checking gethostname v0.5.0
24072026-04-19T04:29:57.424Z Checking walkdir v2.5.0
24082026-04-19T04:29:57.454Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24092026-04-19T04:29:57.485Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24102026-04-19T04:29:57.514Z Compiling async-recursion v1.1.1
24112026-04-19T04:29:57.573Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24122026-04-19T04:29:57.606Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24132026-04-19T04:29:57.819Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24142026-04-19T04:29:58.823Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24152026-04-19T04:29:59.183Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24162026-04-19T04:30:00.049Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24172026-04-19T04:30:01.099Z Checking resolv-conf v0.7.6
24182026-04-19T04:30:01.308Z Checking unicode-linebreak v0.1.5
24192026-04-19T04:30:01.525Z Checking smawk v0.3.2
24202026-04-19T04:30:01.556Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24212026-04-19T04:30:01.691Z Checking papergrid v0.11.0
24222026-04-19T04:30:01.725Z Compiling tabled_derive v0.7.0
24232026-04-19T04:30:01.788Z Checking globset v0.4.18
24242026-04-19T04:30:02.090Z Compiling convert_case v0.10.0
24252026-04-19T04:30:02.122Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24262026-04-19T04:30:02.235Z Checking progenitor v0.13.0
24272026-04-19T04:30:02.398Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24282026-04-19T04:30:02.432Z Compiling slog-dtrace v0.3.0
24292026-04-19T04:30:02.677Z Compiling derive_more-impl v2.1.1
24302026-04-19T04:30:02.715Z Checking tabled v0.15.0
24312026-04-19T04:30:02.850Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24322026-04-19T04:30:02.943Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24332026-04-19T04:30:03.530Z Checking derive_more v2.1.1
24342026-04-19T04:30:03.602Z Compiling pin-project-internal v1.1.11
24352026-04-19T04:30:03.635Z Checking crossterm v0.29.0
24362026-04-19T04:30:03.731Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24372026-04-19T04:30:03.864Z Checking pem v3.0.6
24382026-04-19T04:30:03.971Z Checking fd-lock v4.0.4
24392026-04-19T04:30:04.051Z Checking vte v0.14.1
24402026-04-19T04:30:04.124Z Checking display-error-chain v0.2.2
24412026-04-19T04:30:04.223Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24422026-04-19T04:30:04.257Z Checking strip-ansi-escapes v0.2.1
24432026-04-19T04:30:04.287Z Compiling snafu-derive v0.8.9
24442026-04-19T04:30:04.389Z Checking linked-hash-map v0.5.6
24452026-04-19T04:30:04.392Z Checking nu-ansi-term v0.50.3
24462026-04-19T04:30:04.586Z Checking termtree v0.5.1
24472026-04-19T04:30:04.653Z Checking reedline v0.40.0
24482026-04-19T04:30:04.738Z Checking pin-project v1.1.11
24492026-04-19T04:30:04.770Z Checking lru-cache v0.1.2
24502026-04-19T04:30:04.863Z Checking textwrap v0.16.2
24512026-04-19T04:30:04.906Z Checking olpc-cjson v0.1.4
24522026-04-19T04:30:04.938Z Checking hickory-proto v0.24.4
24532026-04-19T04:30:05.055Z Checking serde_plain v1.0.2
24542026-04-19T04:30:05.086Z Checking typed-path v0.9.3
24552026-04-19T04:30:05.116Z Compiling minimal-lexical v0.2.1
24562026-04-19T04:30:05.228Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24572026-04-19T04:30:05.395Z Compiling nom v7.1.3
24582026-04-19T04:30:05.813Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592026-04-19T04:30:05.854Z Compiling ar_archive_writer v0.5.1
24602026-04-19T04:30:05.885Z Checking humantime v2.3.0
24612026-04-19T04:30:05.916Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24622026-04-19T04:30:06.098Z Checking csv-core v0.1.13
24632026-04-19T04:30:06.256Z Checking snafu v0.8.9
24642026-04-19T04:30:06.307Z Checking csv v1.4.0
24652026-04-19T04:30:06.395Z Compiling stacker v0.1.23
24662026-04-19T04:30:06.431Z Checking highway v1.3.0
24672026-04-19T04:30:06.532Z Checking tough v0.20.0
24682026-04-19T04:30:06.681Z Compiling cfg_aliases v0.1.1
24692026-04-19T04:30:06.714Z Checking nibble_vec v0.1.0
24702026-04-19T04:30:06.773Z Compiling psm v0.1.30
24712026-04-19T04:30:06.778Z Checking hickory-resolver v0.24.4
24722026-04-19T04:30:06.837Z Checking home v0.5.12
24732026-04-19T04:30:06.840Z Compiling nix v0.28.0
24742026-04-19T04:30:06.840Z Checking endian-type v0.1.2
24752026-04-19T04:30:06.925Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24762026-04-19T04:30:06.993Z Checking radix_trie v0.2.1
24772026-04-19T04:30:06.996Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24782026-04-19T04:30:07.231Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24792026-04-19T04:30:07.343Z Checking phf_shared v0.12.1
24802026-04-19T04:30:07.427Z Compiling recursive-proc-macro-impl v0.1.1
24812026-04-19T04:30:07.537Z Compiling semver v0.1.20
24822026-04-19T04:30:07.569Z Checking qorb v0.4.1
24832026-04-19T04:30:07.662Z Compiling chrono-tz v0.10.4
24842026-04-19T04:30:07.745Z Compiling rustc_version v0.1.7
24852026-04-19T04:30:07.844Z Checking phf v0.12.1
24862026-04-19T04:30:07.876Z Checking recursive v0.1.1
24872026-04-19T04:30:07.978Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24882026-04-19T04:30:08.009Z Compiling const_format_proc_macros v0.2.34
24892026-04-19T04:30:08.012Z Compiling peg-macros v0.8.5
24902026-04-19T04:30:08.012Z Checking winnow v0.6.26
24912026-04-19T04:30:08.489Z Compiling sqlparser_derive v0.5.0
24922026-04-19T04:30:08.758Z Checking unicode_categories v0.1.1
24932026-04-19T04:30:08.839Z Checking const_format v0.2.35
24942026-04-19T04:30:08.872Z Checking rustyline v14.0.0
24952026-04-19T04:30:09.233Z Checking sqlformat v0.3.5
24962026-04-19T04:30:09.263Z Checking sqlparser v0.61.0
24972026-04-19T04:30:09.400Z Checking peg v0.8.5
24982026-04-19T04:30:09.500Z Compiling newtype_derive v0.1.6
24992026-04-19T04:30:09.695Z Checking bcs v0.1.6
25002026-04-19T04:30:09.727Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-04-19T04:30:09.880Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25022026-04-19T04:30:09.913Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25032026-04-19T04:30:09.963Z Checking steno v0.4.1
25042026-04-19T04:30:09.995Z Checking filetime v0.2.27
25052026-04-19T04:30:10.157Z Checking xattr v1.6.1
25062026-04-19T04:30:10.197Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25072026-04-19T04:30:10.317Z Checking tar v0.4.45
25082026-04-19T04:30:10.751Z Checking subprocess v0.2.15
25092026-04-19T04:30:10.855Z Checking base64 v0.21.7
25102026-04-19T04:30:11.021Z Checking headers-core v0.3.0
25112026-04-19T04:30:11.064Z Checking yasna v0.5.2
25122026-04-19T04:30:11.127Z Checking dropshot-api-manager-types v0.6.0
25132026-04-19T04:30:11.160Z Checking headers v0.4.1
25142026-04-19T04:30:11.235Z Checking tagptr v0.2.0
25152026-04-19T04:30:11.328Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25162026-04-19T04:30:11.482Z Checking rcgen v0.12.1
25172026-04-19T04:30:11.531Z Checking moka v0.12.13
25182026-04-19T04:30:11.653Z Checking utf-8 v0.7.6
25192026-04-19T04:30:11.821Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25202026-04-19T04:30:11.853Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25212026-04-19T04:30:11.996Z Compiling radium v0.7.0
25222026-04-19T04:30:12.201Z Checking hickory-resolver v0.25.2
25232026-04-19T04:30:12.283Z Compiling libefi-sys v0.1.0
25242026-04-19T04:30:12.365Z Compiling bitfield-struct v0.6.2
25252026-04-19T04:30:12.437Z Checking tap v1.0.1
25262026-04-19T04:30:12.535Z Compiling maybe-uninit v2.0.0
25272026-04-19T04:30:12.573Z Checking wyz v0.5.1
25282026-04-19T04:30:12.941Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25292026-04-19T04:30:12.973Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302026-04-19T04:30:13.002Z Compiling zerocopy-derive v0.6.6
25312026-04-19T04:30:13.032Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25322026-04-19T04:30:13.108Z Checking funty v2.0.0
25332026-04-19T04:30:13.291Z Compiling packed_struct v0.10.1
25342026-04-19T04:30:13.350Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25352026-04-19T04:30:13.415Z Checking crc-catalog v2.4.0
25362026-04-19T04:30:13.448Z Checking bitvec v1.0.1
25372026-04-19T04:30:13.478Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25382026-04-19T04:30:13.534Z Checking crc v3.4.0
25392026-04-19T04:30:13.608Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25402026-04-19T04:30:13.734Z Checking tungstenite v0.21.0
25412026-04-19T04:30:13.793Z Compiling packed_struct_codegen v0.10.1
25422026-04-19T04:30:13.830Z Compiling bitfield-macros v0.19.4
25432026-04-19T04:30:13.859Z Checking zerocopy v0.6.6
25442026-04-19T04:30:13.890Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25452026-04-19T04:30:14.174Z Compiling indexmap v1.9.3
25462026-04-19T04:30:14.203Z Checking nodrop v0.1.14
25472026-04-19T04:30:14.321Z Checking array-init v0.0.4
25482026-04-19T04:30:14.450Z Checking tokio-tungstenite v0.21.0
25492026-04-19T04:30:14.558Z Checking bitfield v0.19.4
25502026-04-19T04:30:14.649Z Checking smallvec v0.6.14
25512026-04-19T04:30:14.746Z Checking hashbrown v0.12.3
25522026-04-19T04:30:14.776Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25532026-04-19T04:30:14.855Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25542026-04-19T04:30:14.887Z Checking serde-hex v0.1.0
25552026-04-19T04:30:14.958Z Checking ron v0.8.1
25562026-04-19T04:30:15.517Z Checking hashbrown v0.13.2
25572026-04-19T04:30:15.586Z Checking crc-any v2.5.0
25582026-04-19T04:30:15.806Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25592026-04-19T04:30:15.904Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25602026-04-19T04:30:15.935Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25612026-04-19T04:30:15.991Z Checking path-slash v0.1.5
25622026-04-19T04:30:16.022Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25632026-04-19T04:30:16.025Z Checking object v0.30.4
25642026-04-19T04:30:16.122Z Compiling xshell-macros v0.2.7
25652026-04-19T04:30:16.201Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25662026-04-19T04:30:16.442Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25672026-04-19T04:30:16.519Z Checking xshell v0.2.7
25682026-04-19T04:30:16.602Z Checking half v1.8.3
25692026-04-19T04:30:16.739Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25702026-04-19T04:30:16.827Z Checking serde_cbor v0.11.2
25712026-04-19T04:30:17.132Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25722026-04-19T04:30:17.378Z Compiling num-derive v0.3.3
25732026-04-19T04:30:17.408Z Compiling proc-macro-error-attr2 v2.0.0
25742026-04-19T04:30:17.490Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25752026-04-19T04:30:17.523Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25762026-04-19T04:30:17.734Z Checking papergrid v0.17.0
25772026-04-19T04:30:17.822Z Compiling proc-macro-error2 v2.0.1
25782026-04-19T04:30:18.144Z Checking testing_table v0.3.0
25792026-04-19T04:30:18.174Z Compiling tabled_derive v0.11.0
25802026-04-19T04:30:18.261Z Checking libscf-sys v1.1.0
25812026-04-19T04:30:18.291Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25822026-04-19T04:30:18.421Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25832026-04-19T04:30:18.525Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25842026-04-19T04:30:18.653Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25852026-04-19T04:30:18.805Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25862026-04-19T04:30:18.920Z Checking maplit v1.0.2
25872026-04-19T04:30:19.067Z Checking fxhash v0.2.1
25882026-04-19T04:30:19.117Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25892026-04-19T04:30:19.120Z Checking crc8 v0.1.1
25902026-04-19T04:30:19.203Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25912026-04-19T04:30:19.267Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25922026-04-19T04:30:19.337Z Checking tabled v0.20.0
25932026-04-19T04:30:19.455Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25942026-04-19T04:30:19.820Z Checking unicase v2.9.0
25952026-04-19T04:30:20.004Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25962026-04-19T04:30:20.007Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25972026-04-19T04:30:20.096Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25982026-04-19T04:30:20.327Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25992026-04-19T04:30:20.425Z Checking kstat-rs v0.2.4
26002026-04-19T04:30:20.556Z Compiling diesel_derives v2.3.7
26012026-04-19T04:30:20.636Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26022026-04-19T04:30:20.665Z Compiling typify-impl v0.4.3
26032026-04-19T04:30:20.802Z Checking scheduled-thread-pool v0.2.7
26042026-04-19T04:30:20.894Z Compiling dsl_auto_type v0.2.0
26052026-04-19T04:30:20.975Z Checking arc-swap v1.8.2
26062026-04-19T04:30:21.230Z Compiling vergen-gitcl v1.0.8
26072026-04-19T04:30:21.418Z Compiling diesel_table_macro_syntax v0.3.0
26082026-04-19T04:30:21.449Z Compiling parking_lot_core v0.8.6
26092026-04-19T04:30:21.520Z Checking slog-scope v4.4.1
26102026-04-19T04:30:21.550Z Checking r2d2 v0.8.10
26112026-04-19T04:30:21.687Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26122026-04-19T04:30:21.757Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26132026-04-19T04:30:22.008Z Compiling git-stub v1.0.0
26142026-04-19T04:30:22.109Z Checking downcast-rs v2.0.2
26152026-04-19T04:30:22.236Z Compiling git-stub-vcs v0.1.0
26162026-04-19T04:30:22.524Z Checking slog-stdlog v4.1.1
26172026-04-19T04:30:22.636Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26182026-04-19T04:30:22.677Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26192026-04-19T04:30:22.789Z Checking slog-envlogger v2.2.0
26202026-04-19T04:30:22.966Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26212026-04-19T04:30:22.997Z Checking parking_lot v0.11.2
26222026-04-19T04:30:23.206Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26232026-04-19T04:30:23.236Z Checking prefix-trie v0.7.0
26242026-04-19T04:30:23.411Z Checking sled v0.34.7
26252026-04-19T04:30:23.513Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26262026-04-19T04:30:23.542Z Checking nanorand v0.7.0
26272026-04-19T04:30:23.583Z Checking hickory-server v0.25.2
26282026-04-19T04:30:23.723Z Compiling dirs-sys-next v0.1.2
26292026-04-19T04:30:23.772Z Compiling crunchy v0.2.4
26302026-04-19T04:30:24.031Z Compiling dirs-next v2.0.0
26312026-04-19T04:30:24.036Z Checking flume v0.11.1
26322026-04-19T04:30:24.108Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26332026-04-19T04:30:24.158Z Compiling clang-sys v1.8.1
26342026-04-19T04:30:24.230Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26352026-04-19T04:30:24.303Z Compiling tiny-keccak v2.0.2
26362026-04-19T04:30:24.598Z Compiling term v0.7.0
26372026-04-19T04:30:24.686Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26382026-04-19T04:30:24.730Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26392026-04-19T04:30:25.032Z Compiling bit-vec v0.6.3
26402026-04-19T04:30:25.092Z Compiling typify-macro v0.4.3
26412026-04-19T04:30:25.179Z Compiling salty v0.3.0
26422026-04-19T04:30:25.277Z Compiling bit-set v0.5.3
26432026-04-19T04:30:25.468Z Compiling ascii-canvas v3.0.0
26442026-04-19T04:30:25.585Z Checking primeorder v0.13.6
26452026-04-19T04:30:25.775Z Compiling itertools v0.10.5
26462026-04-19T04:30:25.861Z Compiling ena v0.14.4
26472026-04-19T04:30:25.956Z Compiling libloading v0.8.9
26482026-04-19T04:30:25.986Z Compiling fs-err v2.11.0
26492026-04-19T04:30:26.100Z Compiling bindgen v0.71.1
26502026-04-19T04:30:26.103Z Compiling diff v0.1.13
26512026-04-19T04:30:26.196Z Compiling regex-syntax v0.6.29
26522026-04-19T04:30:26.597Z Compiling cexpr v0.6.0
26532026-04-19T04:30:26.712Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26542026-04-19T04:30:26.862Z Checking diesel v2.3.7
26552026-04-19T04:30:26.892Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26562026-04-19T04:30:26.922Z Compiling typify v0.4.3
26572026-04-19T04:30:27.196Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26582026-04-19T04:30:27.279Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26592026-04-19T04:30:27.371Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26602026-04-19T04:30:27.441Z Compiling libxml v0.3.3
26612026-04-19T04:30:27.586Z Compiling lalrpop v0.19.12
26622026-04-19T04:30:27.646Z Checking parse-size v1.1.0
26632026-04-19T04:30:27.776Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26642026-04-19T04:30:27.805Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26652026-04-19T04:30:28.099Z Checking p384 v0.13.1
26662026-04-19T04:30:28.288Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26672026-04-19T04:30:28.539Z Compiling strum_macros v0.24.3
26682026-04-19T04:30:28.650Z Checking assert_matches v1.5.0
26692026-04-19T04:30:28.752Z Compiling indoc v1.0.9
26702026-04-19T04:30:29.807Z Compiling progenitor-impl v0.10.0
26712026-04-19T04:30:29.894Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26722026-04-19T04:30:30.017Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26732026-04-19T04:30:30.236Z Checking predicates-tree v1.0.13
26742026-04-19T04:30:30.381Z Checking quick-xml v0.37.5
26752026-04-19T04:30:30.706Z Checking derive_builder v0.20.2
26762026-04-19T04:30:30.846Z Compiling oso-derive v0.27.3
26772026-04-19T04:30:30.916Z Compiling impl-trait-for-tuples v0.2.3
26782026-04-19T04:30:31.328Z Compiling trait-variant v0.1.2
26792026-04-19T04:30:31.357Z Checking openssl-probe v0.1.6
26802026-04-19T04:30:31.496Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26812026-04-19T04:30:31.885Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26822026-04-19T04:30:32.432Z Compiling progenitor-macro v0.10.0
26832026-04-19T04:30:32.461Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26842026-04-19T04:30:33.066Z Compiling progenitor-impl v0.11.2
26852026-04-19T04:30:33.196Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26862026-04-19T04:30:33.622Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26872026-04-19T04:30:35.093Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26882026-04-19T04:30:35.410Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26892026-04-19T04:30:35.709Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-04-19T04:30:36.357Z Checking toml_datetime v1.0.0+spec-1.1.0
26912026-04-19T04:30:36.594Z Checking toml v1.0.6+spec-1.1.0
26922026-04-19T04:30:36.749Z Compiling mime_guess v2.0.5
26932026-04-19T04:30:37.212Z Compiling progenitor-macro v0.11.2
26942026-04-19T04:30:37.350Z Checking progenitor v0.10.0
26952026-04-19T04:30:37.389Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26962026-04-19T04:30:37.516Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26972026-04-19T04:30:37.846Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26982026-04-19T04:30:37.879Z Checking progenitor-client v0.11.2
26992026-04-19T04:30:38.062Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27002026-04-19T04:30:38.140Z Checking http-range v0.1.5
27012026-04-19T04:30:38.276Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27022026-04-19T04:30:38.334Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27032026-04-19T04:30:38.375Z Checking ignore v0.4.25
27042026-04-19T04:30:38.808Z Checking atty v0.2.14
27052026-04-19T04:30:38.896Z Checking globwalk v0.9.1
27062026-04-19T04:30:39.124Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27072026-04-19T04:30:39.455Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27082026-04-19T04:30:39.685Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27092026-04-19T04:30:39.870Z Checking bb8 v0.8.6
27102026-04-19T04:30:39.908Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27112026-04-19T04:30:40.134Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-04-19T04:30:40.176Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27132026-04-19T04:30:40.222Z Checking compression-core v0.4.31
27142026-04-19T04:30:40.384Z Checking corncobs v0.1.4
27152026-04-19T04:30:40.456Z Checking compression-codecs v0.4.37
27162026-04-19T04:30:40.544Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-04-19T04:30:40.860Z Checking async-bb8-diesel v0.2.1
27182026-04-19T04:30:40.957Z Checking diesel-dtrace v0.5.0
27192026-04-19T04:30:41.258Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-04-19T04:30:41.261Z Checking hyper-staticfile v0.10.1
27212026-04-19T04:30:41.316Z Checking camino-tempfile-ext v0.3.3
27222026-04-19T04:30:41.539Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27232026-04-19T04:30:41.602Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27242026-04-19T04:30:41.632Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27252026-04-19T04:30:41.632Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-04-19T04:30:41.847Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27272026-04-19T04:30:41.878Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-04-19T04:30:42.175Z Checking progenitor v0.11.2
27292026-04-19T04:30:42.346Z Checking signal-hook-tokio v0.3.1
27302026-04-19T04:30:42.422Z Checking secrecy v0.8.0
27312026-04-19T04:30:42.499Z Compiling dropshot v0.17.0
27322026-04-19T04:30:42.574Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27332026-04-19T04:30:42.898Z Checking async-compression v0.4.41
27342026-04-19T04:30:42.938Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27352026-04-19T04:30:43.183Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27362026-04-19T04:30:43.440Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27372026-04-19T04:30:43.473Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27382026-04-19T04:30:43.821Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27392026-04-19T04:30:43.853Z Compiling dropshot_endpoint v0.17.0
27402026-04-19T04:30:43.968Z Checking nonempty v0.12.0
27412026-04-19T04:30:44.162Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27422026-04-19T04:30:44.295Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27432026-04-19T04:30:44.548Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-04-19T04:30:44.596Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27452026-04-19T04:30:44.714Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27462026-04-19T04:30:44.823Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27472026-04-19T04:30:45.077Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27482026-04-19T04:30:45.521Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27492026-04-19T04:30:45.835Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27502026-04-19T04:30:45.869Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27512026-04-19T04:30:45.872Z Checking tungstenite v0.23.0
27522026-04-19T04:30:46.347Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27532026-04-19T04:30:46.520Z Checking tokio-tungstenite v0.23.1
27542026-04-19T04:30:46.823Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27552026-04-19T04:30:47.217Z Checking rand_seeder v0.4.0
27562026-04-19T04:30:47.396Z Checking void v1.0.2
27572026-04-19T04:30:47.532Z Checking lzss v0.8.2
27582026-04-19T04:30:47.562Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27592026-04-19T04:30:47.591Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27602026-04-19T04:30:47.753Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27612026-04-19T04:30:47.946Z Checking nix v0.27.1
27622026-04-19T04:30:47.977Z Checking serde_bytes v0.11.19
27632026-04-19T04:30:48.183Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27642026-04-19T04:30:48.386Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27652026-04-19T04:30:48.488Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27662026-04-19T04:30:48.617Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27672026-04-19T04:30:49.257Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27682026-04-19T04:30:49.389Z Checking is_ci v1.2.0
27692026-04-19T04:30:49.424Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27702026-04-19T04:30:49.687Z Checking yansi v1.0.1
27712026-04-19T04:30:49.721Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27722026-04-19T04:30:49.851Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27732026-04-19T04:30:49.973Z Checking pretty_assertions v1.4.1
27742026-04-19T04:30:50.013Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27752026-04-19T04:30:50.132Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27762026-04-19T04:30:50.388Z Compiling darling_core v0.23.0
27772026-04-19T04:30:51.176Z Compiling indoc v2.0.7
27782026-04-19T04:30:51.524Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27792026-04-19T04:30:51.653Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-04-19T04:30:51.742Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-04-19T04:30:51.774Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27822026-04-19T04:30:51.966Z Compiling instability v0.3.11
27832026-04-19T04:30:52.060Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27842026-04-19T04:30:52.335Z Compiling libz-sys v1.1.24
27852026-04-19T04:30:52.437Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-04-19T04:30:52.734Z Checking castaway v0.2.4
27872026-04-19T04:30:52.892Z Checking compact_str v0.8.1
27882026-04-19T04:30:52.966Z Compiling darling_macro v0.23.0
27892026-04-19T04:30:53.291Z Checking supports-color v3.0.2
27902026-04-19T04:30:53.451Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27912026-04-19T04:30:53.479Z Compiling darling v0.23.0
27922026-04-19T04:30:53.584Z Checking unicode-truncate v1.1.0
27932026-04-19T04:30:53.668Z Checking console v0.16.2
27942026-04-19T04:30:53.760Z Checking lru v0.12.5
27952026-04-19T04:30:53.948Z Checking cassowary v0.3.0
27962026-04-19T04:30:54.003Z Checking unit-prefix v0.5.2
27972026-04-19T04:30:54.177Z Checking indicatif v0.18.4
27982026-04-19T04:30:54.206Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27992026-04-19T04:30:54.235Z Compiling libgit2-sys v0.18.3+1.9.2
28002026-04-19T04:30:54.329Z Checking ratatui v0.29.0
28012026-04-19T04:30:54.447Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-04-19T04:30:54.727Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28032026-04-19T04:30:55.695Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28042026-04-19T04:30:55.923Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28052026-04-19T04:30:56.011Z Compiling vergen-git2 v1.0.7
28062026-04-19T04:30:56.046Z Checking plotters-backend v0.3.7
28072026-04-19T04:30:56.186Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-04-19T04:30:56.274Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-04-19T04:30:56.305Z Checking plotters-svg v0.3.7
28102026-04-19T04:30:56.405Z Checking colored v2.2.0
28112026-04-19T04:30:56.471Z Compiling rustls v0.21.12
28122026-04-19T04:30:56.501Z Checking cast v0.3.0
28132026-04-19T04:30:56.635Z Checking shell-words v1.1.1
28142026-04-19T04:30:56.676Z Checking criterion-plot v0.6.0
28152026-04-19T04:30:56.785Z Checking plotters v0.3.7
28162026-04-19T04:30:56.867Z Checking typeid v1.0.3
28172026-04-19T04:30:56.949Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28182026-04-19T04:30:56.999Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-04-19T04:30:57.221Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28202026-04-19T04:30:57.441Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28212026-04-19T04:30:57.549Z Checking rustls-webpki v0.101.7
28222026-04-19T04:30:57.893Z Checking sct v0.7.1
28232026-04-19T04:30:57.924Z Checking tinytemplate v1.2.1
28242026-04-19T04:30:57.927Z Compiling nix v0.29.0
28252026-04-19T04:30:58.059Z Checking oorandom v11.1.5
28262026-04-19T04:30:58.197Z Checking hex-literal v0.4.1
28272026-04-19T04:30:58.200Z Checking anes v0.1.6
28282026-04-19T04:30:58.402Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28292026-04-19T04:30:58.430Z Checking criterion v0.7.0
28302026-04-19T04:30:59.722Z Checking erased-serde v0.4.9
28312026-04-19T04:30:59.753Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28322026-04-19T04:31:00.095Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28332026-04-19T04:31:00.507Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28342026-04-19T04:31:00.899Z Checking ordered-float v2.10.1
28352026-04-19T04:31:01.166Z Checking serde-value v0.7.0
28362026-04-19T04:31:01.413Z Checking serde-untagged v0.1.9
28372026-04-19T04:31:01.635Z Checking tokio-rustls v0.24.1
28382026-04-19T04:31:02.112Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28392026-04-19T04:31:02.916Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-04-19T04:31:03.145Z Checking rustls-pemfile v1.0.4
28412026-04-19T04:31:03.315Z Checking twox-hash v2.1.2
28422026-04-19T04:31:03.546Z Checking unicode-xid v0.2.6
28432026-04-19T04:31:03.686Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-04-19T04:31:03.689Z Checking cargo-util-schemas v0.8.2
28452026-04-19T04:31:04.617Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28462026-04-19T04:31:04.649Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-04-19T04:31:04.825Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28482026-04-19T04:31:05.336Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28492026-04-19T04:31:05.527Z Checking fatfs v0.3.6
28502026-04-19T04:31:06.014Z Checking cargo-platform v0.2.0
28512026-04-19T04:31:06.157Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28522026-04-19T04:31:06.229Z Compiling petname v2.0.2
28532026-04-19T04:31:06.626Z Compiling seq-macro v0.3.6
28542026-04-19T04:31:06.883Z Checking cargo_metadata v0.21.0
28552026-04-19T04:31:07.144Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28562026-04-19T04:31:07.496Z Checking concurrent-queue v2.5.0
28572026-04-19T04:31:07.649Z Checking rtoolbox v0.0.3
28582026-04-19T04:31:07.709Z Checking futures-timer v3.0.3
28592026-04-19T04:31:07.788Z Checking parking v2.2.1
28602026-04-19T04:31:07.818Z Checking rpassword v7.4.0
28612026-04-19T04:31:07.940Z Checking event-listener v5.4.1
28622026-04-19T04:31:07.970Z Checking tui-tree-widget v0.23.1
28632026-04-19T04:31:08.181Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28642026-04-19T04:31:08.184Z Checking polyval v0.6.2
28652026-04-19T04:31:08.306Z Checking sapling-renderdag v0.1.0
28662026-04-19T04:31:08.366Z Checking sync-ptr v0.1.4
28672026-04-19T04:31:08.404Z Checking ghash v0.5.1
28682026-04-19T04:31:08.511Z Checking event-listener-strategy v0.5.4
28692026-04-19T04:31:08.549Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28702026-04-19T04:31:08.577Z Checking ctr v0.9.2
28712026-04-19T04:31:08.670Z Checking arrayvec v0.7.6
28722026-04-19T04:31:08.764Z Checking arrayref v0.3.9
28732026-04-19T04:31:08.794Z Checking constant_time_eq v0.4.2
28742026-04-19T04:31:08.894Z Checking aes-gcm v0.10.3
28752026-04-19T04:31:08.934Z Checking async-lock v3.4.2
28762026-04-19T04:31:08.963Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28772026-04-19T04:31:09.070Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28782026-04-19T04:31:09.121Z Compiling samael v0.0.19
28792026-04-19T04:31:09.341Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28802026-04-19T04:31:09.909Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28812026-04-19T04:31:10.012Z Checking ssh-encoding v0.2.0
28822026-04-19T04:31:10.233Z Checking blowfish v0.9.1
28832026-04-19T04:31:10.410Z Checking bcrypt-pbkdf v0.10.0
28842026-04-19T04:31:10.635Z Checking ssh-cipher v0.2.0
28852026-04-19T04:31:10.839Z Checking async-object-pool v0.2.0
28862026-04-19T04:31:10.980Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28872026-04-19T04:31:11.122Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28882026-04-19T04:31:11.300Z Checking serde_regex v1.1.0
28892026-04-19T04:31:11.487Z Checking password-hash v0.4.2
28902026-04-19T04:31:11.731Z Checking assert-json-diff v2.0.2
28912026-04-19T04:31:11.766Z Checking path-tree v0.8.3
28922026-04-19T04:31:11.796Z Checking stringmetrics v2.2.2
28932026-04-19T04:31:11.921Z Checking gimli v0.32.3
28942026-04-19T04:31:11.968Z Compiling target-lexicon v0.13.3
28952026-04-19T04:31:11.998Z Checking httpmock v0.8.3
28962026-04-19T04:31:12.536Z Checking pbkdf2 v0.11.0
28972026-04-19T04:31:12.736Z Checking ssh-key v0.6.7
28982026-04-19T04:31:13.443Z Checking addr2line v0.25.1
28992026-04-19T04:31:13.655Z Checking p256 v0.13.2
29002026-04-19T04:31:13.736Z Checking p521 v0.13.3
29012026-04-19T04:31:13.930Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29022026-04-19T04:31:14.152Z Checking russh-cryptovec v0.7.3
29032026-04-19T04:31:14.202Z Checking rustc-demangle v0.1.27
29042026-04-19T04:31:14.315Z Checking md5 v0.7.0
29052026-04-19T04:31:14.351Z Compiling guppy-workspace-hack v0.1.0
29062026-04-19T04:31:14.452Z Checking backtrace v0.3.76
29072026-04-19T04:31:14.515Z Checking russh-keys v0.45.0
29082026-04-19T04:31:14.788Z Checking num-bigint v0.4.6
29092026-04-19T04:31:14.849Z Checking des v0.8.1
29102026-04-19T04:31:15.179Z Compiling blake3 v1.8.3
29112026-04-19T04:31:15.208Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29122026-04-19T04:31:15.325Z Compiling target-spec v3.5.7
29132026-04-19T04:31:15.667Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29142026-04-19T04:31:15.780Z Checking russh v0.45.0
29152026-04-19T04:31:15.830Z Checking cfg-expr v0.20.6
29162026-04-19T04:31:16.035Z Checking backtrace-ext v0.2.1
29172026-04-19T04:31:16.239Z Checking supports-color v2.1.0
29182026-04-19T04:31:16.276Z Checking textwrap v0.15.2
29192026-04-19T04:31:16.308Z Checking supports-hyperlinks v2.1.0
29202026-04-19T04:31:16.397Z Checking supports-unicode v2.1.0
29212026-04-19T04:31:16.448Z Checking hashbrown v0.14.5
29222026-04-19T04:31:16.507Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29232026-04-19T04:31:16.537Z Checking cargo-platform v0.3.2
29242026-04-19T04:31:16.737Z Checking terminal_size v0.1.17
29252026-04-19T04:31:16.767Z Compiling miette-derive v5.10.0
29262026-04-19T04:31:16.873Z Checking internet-checksum v0.2.1
29272026-04-19T04:31:16.948Z Checking owo-colors v3.5.0
29282026-04-19T04:31:17.021Z Checking chumsky v0.9.3
29292026-04-19T04:31:17.499Z Checking cargo_metadata v0.23.1
29302026-04-19T04:31:17.908Z Checking miette v5.10.0
29312026-04-19T04:31:18.251Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29322026-04-19T04:31:18.281Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29332026-04-19T04:31:18.314Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29342026-04-19T04:31:18.397Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29352026-04-19T04:31:18.641Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29362026-04-19T04:31:18.672Z Compiling knuffel-derive v3.2.0
29372026-04-19T04:31:19.044Z Checking httptest v0.16.4
29382026-04-19T04:31:19.127Z Checking pathdiff v0.2.3
29392026-04-19T04:31:19.261Z Checking nested v0.1.1
29402026-04-19T04:31:19.424Z Checking topological-sort v0.2.2
29412026-04-19T04:31:19.455Z Checking guppy v0.17.25
29422026-04-19T04:31:19.491Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29432026-04-19T04:31:19.588Z Checking omicron-zone-package v0.12.2
29442026-04-19T04:31:19.730Z Checking similar-asserts v1.7.0
29452026-04-19T04:31:19.910Z Compiling rstest_macros v0.25.0
29462026-04-19T04:31:20.153Z Checking knuffel v3.2.0
29472026-04-19T04:31:20.214Z Compiling git2 v0.20.4
29482026-04-19T04:31:20.256Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29492026-04-19T04:31:20.408Z Compiling target-triple v1.0.0
29502026-04-19T04:31:20.499Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29512026-04-19T04:31:20.542Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29522026-04-19T04:31:20.775Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29532026-04-19T04:31:20.829Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29542026-04-19T04:31:20.999Z Checking hickory-client v0.25.2
29552026-04-19T04:31:21.312Z Checking tokio-test v0.4.5
29562026-04-19T04:31:21.453Z Compiling assert_cmd v2.1.2
29572026-04-19T04:31:21.541Z Checking escape8259 v0.5.3
29582026-04-19T04:31:21.705Z Compiling relative-path v1.9.3
29592026-04-19T04:31:21.777Z Checking libtest-mimic v0.8.1
29602026-04-19T04:31:22.223Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29612026-04-19T04:31:22.293Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29622026-04-19T04:31:22.353Z Checking blake2b_simd v1.0.4
29632026-04-19T04:31:22.983Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29642026-04-19T04:31:23.381Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29652026-04-19T04:31:23.413Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29662026-04-19T04:31:23.573Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29672026-04-19T04:31:23.792Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29682026-04-19T04:31:23.950Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29692026-04-19T04:31:24.015Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29702026-04-19T04:31:24.240Z Checking fancy-regex v0.14.0
29712026-04-19T04:31:24.527Z Compiling polar-core v0.27.3
29722026-04-19T04:31:24.569Z Checking serde_tokenstream v0.2.3
29732026-04-19T04:31:24.622Z Checking uzers v0.12.2
29742026-04-19T04:31:24.810Z Checking termcolor v1.4.1
29752026-04-19T04:31:24.868Z Compiling linkme-impl v0.3.35
29762026-04-19T04:31:25.050Z Checking constant_time_eq v0.3.1
29772026-04-19T04:31:25.178Z Checking rust-argon2 v2.1.0
29782026-04-19T04:31:25.284Z Checking trybuild v1.0.116
29792026-04-19T04:31:25.442Z Checking datatest-stable v0.3.3
29802026-04-19T04:31:25.572Z Checking rstest v0.25.0
29812026-04-19T04:31:25.907Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29822026-04-19T04:31:25.998Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29832026-04-19T04:31:26.243Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29842026-04-19T04:31:26.330Z Checking support-bundle-viewer v0.1.2
29852026-04-19T04:31:26.610Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29862026-04-19T04:31:26.844Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29872026-04-19T04:31:26.956Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29882026-04-19T04:31:27.077Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29892026-04-19T04:31:27.194Z Checking drift v0.1.3
29902026-04-19T04:31:27.310Z Checking rand_distr v0.5.1
29912026-04-19T04:31:27.548Z Checking multimap v0.10.1
29922026-04-19T04:31:27.756Z Checking approx v0.5.1
29932026-04-19T04:31:27.760Z Compiling linkme v0.3.35
29942026-04-19T04:31:27.940Z Checking dropshot-api-manager v0.6.0
29952026-04-19T04:31:28.961Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29962026-04-19T04:31:29.211Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29972026-04-19T04:31:29.427Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29982026-04-19T04:31:29.430Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29992026-04-19T04:31:29.658Z Checking oso v0.27.3
30002026-04-19T04:31:29.696Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30012026-04-19T04:31:29.725Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30022026-04-19T04:31:30.013Z Checking partial-io v0.5.4
30032026-04-19T04:31:30.044Z Checking cargo_toml v0.21.0
30042026-04-19T04:31:30.074Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30052026-04-19T04:31:30.223Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30062026-04-19T04:31:30.255Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30072026-04-19T04:31:30.408Z Checking termios v0.3.3
30082026-04-19T04:31:30.572Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30092026-04-19T04:31:30.702Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30102026-04-19T04:31:30.892Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-04-19T04:31:30.923Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30122026-04-19T04:31:34.449Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30132026-04-19T04:31:39.233Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30142026-04-19T04:31:39.508Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30152026-04-19T04:31:42.247Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30162026-04-19T04:31:45.786Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30172026-04-19T04:31:50.805Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30182026-04-19T04:31:54.184Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30192026-04-19T04:31:56.015Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30202026-04-19T04:31:57.717Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30212026-04-19T04:31:57.891Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30222026-04-19T04:32:05.163Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30232026-04-19T04:33:19.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 57s
30242026-04-19T04:33:20.391Z
30252026-04-19T04:33:20.391Zreal 4:00.601802692
30262026-04-19T04:33:20.391Zuser 20:26.428085635
30272026-04-19T04:33:20.391Zsys 4:38.402951826
30282026-04-19T04:33:20.391Ztrap 0.487433366
30292026-04-19T04:33:20.391Ztflt 0.107916559
30302026-04-19T04:33:20.391Zdflt 0.117099185
30312026-04-19T04:33:20.391Zkflt 0.001552685
30322026-04-19T04:33:20.391Zlock 56:21.145353493
30332026-04-19T04:33:20.391Zslp 56:35.152161622
30342026-04-19T04:33:20.391Zlat 1:53.188309108
30352026-04-19T04:33:20.391Zstop 9:42.340861459
30362026-04-19T04:33:20.394Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30372026-04-19T04:33:20.394Z+ ptime -m cargo doc --workspace --no-deps
30382026-04-19T04:33:21.247Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30392026-04-19T04:33:21.247Z |
30402026-04-19T04:33:21.247Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30412026-04-19T04:33:21.247Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30422026-04-19T04:33:22.170Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-04-19T04:33:22.395Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-04-19T04:33:22.435Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30452026-04-19T04:33:22.494Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30462026-04-19T04:33:22.533Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30472026-04-19T04:33:22.668Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30482026-04-19T04:33:22.691Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-04-19T04:33:22.714Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30502026-04-19T04:33:22.744Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30512026-04-19T04:33:22.768Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30522026-04-19T04:33:22.795Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30532026-04-19T04:33:22.980Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30542026-04-19T04:33:23.002Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30552026-04-19T04:33:23.005Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30562026-04-19T04:33:23.059Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30572026-04-19T04:33:23.080Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30582026-04-19T04:33:23.104Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30592026-04-19T04:33:23.149Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30602026-04-19T04:33:23.194Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30612026-04-19T04:33:23.216Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30622026-04-19T04:33:23.236Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30632026-04-19T04:33:23.564Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30642026-04-19T04:33:23.727Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30652026-04-19T04:33:23.800Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30662026-04-19T04:33:23.869Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30672026-04-19T04:33:23.976Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30682026-04-19T04:33:24.002Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30692026-04-19T04:33:24.024Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30702026-04-19T04:33:24.165Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30712026-04-19T04:33:24.189Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30722026-04-19T04:33:24.327Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30732026-04-19T04:33:24.369Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30742026-04-19T04:33:24.553Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30752026-04-19T04:33:24.575Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30762026-04-19T04:33:24.680Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30772026-04-19T04:33:24.777Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30782026-04-19T04:33:24.871Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30792026-04-19T04:33:24.895Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30802026-04-19T04:33:24.998Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30812026-04-19T04:33:25.122Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30822026-04-19T04:33:25.142Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30832026-04-19T04:33:25.370Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30842026-04-19T04:33:25.425Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30852026-04-19T04:33:25.590Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30862026-04-19T04:33:25.594Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30872026-04-19T04:33:25.692Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30882026-04-19T04:33:25.728Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30892026-04-19T04:33:25.858Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30902026-04-19T04:33:25.957Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30912026-04-19T04:33:25.977Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30922026-04-19T04:33:26.090Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30932026-04-19T04:33:26.139Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30942026-04-19T04:33:26.179Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30952026-04-19T04:33:26.204Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30962026-04-19T04:33:26.286Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30972026-04-19T04:33:26.422Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30982026-04-19T04:33:26.442Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30992026-04-19T04:33:26.462Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31002026-04-19T04:33:26.513Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31012026-04-19T04:33:26.669Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31022026-04-19T04:33:26.690Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31032026-04-19T04:33:26.710Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31042026-04-19T04:33:26.861Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31052026-04-19T04:33:26.926Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31062026-04-19T04:33:26.946Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31072026-04-19T04:33:26.971Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31082026-04-19T04:33:27.079Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31092026-04-19T04:33:27.121Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31102026-04-19T04:33:27.142Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31112026-04-19T04:33:27.361Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31122026-04-19T04:33:27.365Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31132026-04-19T04:33:27.381Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31142026-04-19T04:33:27.402Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31152026-04-19T04:33:27.419Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31162026-04-19T04:33:27.842Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31172026-04-19T04:33:27.865Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31182026-04-19T04:33:28.060Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-04-19T04:33:28.168Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31202026-04-19T04:33:28.500Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31212026-04-19T04:33:28.570Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31222026-04-19T04:33:28.806Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31232026-04-19T04:33:29.036Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31242026-04-19T04:33:29.275Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31252026-04-19T04:33:29.300Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31262026-04-19T04:33:29.816Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31272026-04-19T04:33:29.965Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31282026-04-19T04:33:30.083Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31292026-04-19T04:33:30.105Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31302026-04-19T04:33:30.405Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31312026-04-19T04:33:31.550Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31322026-04-19T04:33:31.820Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31332026-04-19T04:33:31.950Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31342026-04-19T04:33:32.122Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31352026-04-19T04:33:32.257Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31362026-04-19T04:33:32.621Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31372026-04-19T04:33:32.698Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31382026-04-19T04:33:32.985Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31392026-04-19T04:33:33.036Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31402026-04-19T04:33:33.231Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31412026-04-19T04:33:33.314Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31422026-04-19T04:33:33.336Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31432026-04-19T04:33:33.544Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31442026-04-19T04:33:33.566Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31452026-04-19T04:33:33.627Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31462026-04-19T04:33:33.649Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31472026-04-19T04:33:33.695Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31482026-04-19T04:33:33.930Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31492026-04-19T04:33:34.187Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31502026-04-19T04:33:34.438Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31512026-04-19T04:33:34.850Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31522026-04-19T04:33:35.055Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31532026-04-19T04:33:35.895Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31542026-04-19T04:33:35.917Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31552026-04-19T04:33:36.089Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31562026-04-19T04:33:36.272Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31572026-04-19T04:33:36.401Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31582026-04-19T04:33:36.922Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31592026-04-19T04:33:37.091Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31602026-04-19T04:33:37.145Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31612026-04-19T04:33:37.190Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-04-19T04:33:37.384Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31632026-04-19T04:33:37.862Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31642026-04-19T04:33:38.031Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31652026-04-19T04:33:38.170Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31662026-04-19T04:33:38.304Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31672026-04-19T04:33:38.351Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31682026-04-19T04:33:38.419Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31692026-04-19T04:33:39.090Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31702026-04-19T04:33:39.163Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31712026-04-19T04:33:39.785Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31722026-04-19T04:33:39.828Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31732026-04-19T04:33:40.234Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31742026-04-19T04:33:40.636Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31752026-04-19T04:33:41.472Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31762026-04-19T04:33:41.809Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31772026-04-19T04:33:41.970Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31782026-04-19T04:33:42.345Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-04-19T04:33:42.506Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31802026-04-19T04:33:42.529Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31812026-04-19T04:33:43.033Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31822026-04-19T04:33:43.138Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31832026-04-19T04:33:43.341Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31842026-04-19T04:33:43.931Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31852026-04-19T04:33:44.107Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31862026-04-19T04:33:44.188Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31872026-04-19T04:33:44.398Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31882026-04-19T04:33:44.656Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31892026-04-19T04:33:44.684Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31902026-04-19T04:33:45.704Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31912026-04-19T04:33:46.421Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31922026-04-19T04:33:47.301Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31932026-04-19T04:33:48.052Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31942026-04-19T04:33:48.208Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31952026-04-19T04:33:49.759Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31962026-04-19T04:33:50.328Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31972026-04-19T04:33:51.091Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31982026-04-19T04:33:51.599Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31992026-04-19T04:33:51.847Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32002026-04-19T04:33:52.172Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32012026-04-19T04:33:53.317Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32022026-04-19T04:33:53.365Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32032026-04-19T04:33:53.880Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32042026-04-19T04:33:54.076Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32052026-04-19T04:33:54.483Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32062026-04-19T04:33:54.906Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32072026-04-19T04:33:54.932Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32082026-04-19T04:33:54.999Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32092026-04-19T04:33:55.124Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32102026-04-19T04:33:55.311Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32112026-04-19T04:33:55.532Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32122026-04-19T04:33:55.689Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32132026-04-19T04:33:55.813Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32142026-04-19T04:33:55.994Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32152026-04-19T04:33:56.024Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32162026-04-19T04:33:56.595Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32172026-04-19T04:33:56.687Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32182026-04-19T04:33:56.709Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32192026-04-19T04:33:57.213Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32202026-04-19T04:33:57.363Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32212026-04-19T04:33:57.825Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32222026-04-19T04:33:58.364Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32232026-04-19T04:33:58.552Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32242026-04-19T04:33:59.725Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32252026-04-19T04:34:00.213Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32262026-04-19T04:34:00.898Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32272026-04-19T04:34:02.377Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32282026-04-19T04:34:03.239Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32292026-04-19T04:34:04.141Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32302026-04-19T04:34:04.587Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32312026-04-19T04:34:06.137Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32322026-04-19T04:34:07.142Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32332026-04-19T04:34:08.511Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32342026-04-19T04:34:08.926Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32352026-04-19T04:34:09.727Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32362026-04-19T04:34:11.861Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32372026-04-19T04:34:12.804Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32382026-04-19T04:34:13.136Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32392026-04-19T04:34:13.285Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32402026-04-19T04:34:13.643Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32412026-04-19T04:34:14.215Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32422026-04-19T04:34:14.468Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32432026-04-19T04:34:17.449Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32442026-04-19T04:34:18.069Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32452026-04-19T04:34:20.740Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32462026-04-19T04:34:21.525Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32472026-04-19T04:34:22.623Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32482026-04-19T04:34:23.352Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32492026-04-19T04:34:24.095Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32502026-04-19T04:34:24.819Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32512026-04-19T04:34:25.514Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32522026-04-19T04:34:26.258Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32532026-04-19T04:34:27.820Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32542026-04-19T04:34:28.486Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32552026-04-19T04:34:28.610Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32562026-04-19T04:34:29.622Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32572026-04-19T04:34:30.556Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32582026-04-19T04:34:31.627Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32592026-04-19T04:34:32.467Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32602026-04-19T04:34:34.779Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32612026-04-19T04:34:36.012Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32622026-04-19T04:34:36.581Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32632026-04-19T04:34:37.716Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32642026-04-19T04:34:38.501Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32652026-04-19T04:34:39.581Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32662026-04-19T04:34:42.012Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32672026-04-19T04:34:42.391Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32682026-04-19T04:34:43.254Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32692026-04-19T04:34:44.731Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32702026-04-19T04:34:45.899Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32712026-04-19T04:34:47.165Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32722026-04-19T04:34:50.948Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32732026-04-19T04:34:53.173Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32742026-04-19T04:34:54.717Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32752026-04-19T04:34:56.202Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32762026-04-19T04:34:57.769Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32772026-04-19T04:34:59.249Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32782026-04-19T04:35:00.635Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32792026-04-19T04:35:04.254Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32802026-04-19T04:35:05.806Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32812026-04-19T04:35:05.896Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32822026-04-19T04:35:07.254Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32832026-04-19T04:35:09.032Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32842026-04-19T04:35:10.626Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32852026-04-19T04:35:12.662Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32862026-04-19T04:35:14.494Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32872026-04-19T04:35:16.153Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32882026-04-19T04:35:18.240Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32892026-04-19T04:35:19.646Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32902026-04-19T04:35:21.349Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32912026-04-19T04:35:23.073Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32922026-04-19T04:35:24.779Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32932026-04-19T04:35:26.518Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32942026-04-19T04:35:28.012Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32952026-04-19T04:35:30.053Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32962026-04-19T04:35:31.456Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32972026-04-19T04:35:33.608Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32982026-04-19T04:35:35.388Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32992026-04-19T04:35:37.125Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33002026-04-19T04:35:39.683Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33012026-04-19T04:35:41.214Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33022026-04-19T04:35:43.414Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33032026-04-19T04:35:45.374Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33042026-04-19T04:35:47.319Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33052026-04-19T04:35:49.333Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33062026-04-19T04:35:51.323Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33072026-04-19T04:35:54.735Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33082026-04-19T04:35:55.704Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33092026-04-19T04:35:56.531Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33102026-04-19T04:35:59.969Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33112026-04-19T04:36:02.194Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33122026-04-19T04:36:04.327Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33132026-04-19T04:36:06.504Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33142026-04-19T04:36:08.560Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33152026-04-19T04:36:10.827Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33162026-04-19T04:36:12.924Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33172026-04-19T04:36:15.313Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33182026-04-19T04:36:17.580Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33192026-04-19T04:36:19.270Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33202026-04-19T04:36:21.368Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33212026-04-19T04:36:23.573Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33222026-04-19T04:36:25.734Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33232026-04-19T04:36:27.857Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33242026-04-19T04:36:30.044Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33252026-04-19T04:36:32.331Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33262026-04-19T04:36:34.464Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33272026-04-19T04:36:36.748Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33282026-04-19T04:36:38.916Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33292026-04-19T04:36:41.059Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33302026-04-19T04:36:43.268Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33312026-04-19T04:36:45.513Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33322026-04-19T04:36:47.828Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33332026-04-19T04:36:49.927Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33342026-04-19T04:36:52.167Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33352026-04-19T04:36:54.390Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33362026-04-19T04:36:56.549Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33372026-04-19T04:36:58.807Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33382026-04-19T04:37:00.947Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33392026-04-19T04:37:03.090Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33402026-04-19T04:37:05.363Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33412026-04-19T04:37:07.572Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33422026-04-19T04:37:10.350Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33432026-04-19T04:37:12.463Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33442026-04-19T04:37:14.731Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33452026-04-19T04:37:17.123Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33462026-04-19T04:37:19.583Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33472026-04-19T04:37:22.204Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33482026-04-19T04:37:24.618Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33492026-04-19T04:37:27.024Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33502026-04-19T04:37:29.397Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33512026-04-19T04:37:31.901Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33522026-04-19T04:37:34.785Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33532026-04-19T04:37:36.975Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33542026-04-19T04:37:39.532Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33552026-04-19T04:37:41.963Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33562026-04-19T04:37:49.293Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33572026-04-19T04:37:49.571Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33582026-04-19T04:37:52.646Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33592026-04-19T04:37:57.219Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33602026-04-19T04:38:00.051Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33612026-04-19T04:38:03.628Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33622026-04-19T04:38:07.085Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33632026-04-19T04:38:10.788Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33642026-04-19T04:38:14.218Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33652026-04-19T04:38:17.776Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33662026-04-19T04:38:21.425Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33672026-04-19T04:38:24.995Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33682026-04-19T04:38:28.529Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33692026-04-19T04:38:32.117Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33702026-04-19T04:38:35.714Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33712026-04-19T04:38:39.256Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33722026-04-19T04:38:42.914Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33732026-04-19T04:38:46.510Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33742026-04-19T04:38:50.011Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33752026-04-19T04:38:53.612Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33762026-04-19T04:38:57.210Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33772026-04-19T04:39:00.833Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33782026-04-19T04:39:04.430Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33792026-04-19T04:39:07.996Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33802026-04-19T04:39:11.703Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33812026-04-19T04:39:15.171Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33822026-04-19T04:39:43.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 23s
33832026-04-19T04:39:43.877Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 192 other files
33842026-04-19T04:39:43.974Z
33852026-04-19T04:39:43.977Zreal 6:23.442012087
33862026-04-19T04:39:43.977Zuser 17:21.641810457
33872026-04-19T04:39:43.977Zsys 3:37.748818748
33882026-04-19T04:39:43.977Ztrap 0.260688855
33892026-04-19T04:39:43.977Ztflt 0.012528654
33902026-04-19T04:39:43.977Zdflt 0.052019427
33912026-04-19T04:39:43.977Zkflt 0.000035682
33922026-04-19T04:39:43.977Zlock 5:52:40.224288970
33932026-04-19T04:39:43.977Zslp 2:08:37.758383574
33942026-04-19T04:39:43.977Zlat 34.448015640
33952026-04-19T04:39:43.977Zstop 1:29.235593808
33962026-04-19T04:39:43.977Zprocess exited: duration 816177 ms, exit code 0
 
33972026-04-19T04:39:43.983Zfound 0 output files