01KK2W8SEWHBS6GQ49AEPM7NZS: clippy (helios)

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

Buildomat Job: 01KK2W9B4Z6FFR3PM3MWB69XG7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-07T00:49:47.679Zjob assigned to worker 01KK2W9H4C7X5QG33BF2XTF1J5 [factory aws, i-0e91258be9b8d17f8] (queued for 1 m 0 s)
 
22026-03-07T00:49:56.122Zstarting task 0: "setup"
32026-03-07T00:49:56.135Z++ uname -s
42026-03-07T00:49:56.135Z+ kern=SunOS
52026-03-07T00:49:56.136Z+ build_user=build
62026-03-07T00:49:56.136Z+ build_uid=12345
72026-03-07T00:49:56.136Z+ work_dir=/work
82026-03-07T00:49:56.136Z+ input_dir=/input
92026-03-07T00:49:56.136Z+ [[ 0 == 12345 ]]
102026-03-07T00:49:56.136Z+ case "$kern" in
112026-03-07T00:49:56.136Z+ groupadd -g 12345 build
122026-03-07T00:49:56.136Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-07T00:49:58.137Z+ zfs create -o mountpoint=/work rpool/work
142026-03-07T00:49:58.251Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-07T00:49:58.254Z+ home_fs=zfs
162026-03-07T00:49:58.254Z+ [[ zfs == autofs ]]
172026-03-07T00:49:58.254Z+ mkdir -p /home/build
182026-03-07T00:49:58.257Z+ chown build:build /home/build /work
192026-03-07T00:50:00.260Z+ chmod 0700 /home/build /work
202026-03-07T00:50:00.263Zprocess exited: duration 4144 ms, exit code 0
 
212026-03-07T00:50:00.269Zstarting task 1: "rust-toolchain"
222026-03-07T00:50:00.275Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-07T00:50:00.275Z * rust toolchain channel = "1.91.1"
242026-03-07T00:50:00.275Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-07T00:50:00.275Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-07T00:50:00.275Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-07T00:50:00.275Z * rust toolchain profile = "default"
282026-03-07T00:50:00.291Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-07T00:50:00.291Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-07T00:50:00.394Zinfo: downloading installer
312026-03-07T00:50:02.123Zwarn: It looks like you have an existing installation of Rust at:
322026-03-07T00:50:02.123Zwarn: /opt/ooce/bin
332026-03-07T00:50:02.123Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-07T00:50:02.124Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-07T00:50:02.124Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-07T00:50:02.124Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-07T00:50:02.124Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-07T00:50:02.124Zerror: cannot install while Rust is installed
392026-03-07T00:50:02.124Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-07T00:50:02.138Zinfo: profile set to 'default'
412026-03-07T00:50:02.138Zinfo: default host triple is x86_64-unknown-illumos
422026-03-07T00:50:02.141Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-07T00:50:02.335Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-07T00:50:02.335Zinfo: downloading component 'cargo'
452026-03-07T00:50:03.478Zinfo: downloading component 'clippy'
462026-03-07T00:50:03.933Zinfo: downloading component 'rust-docs'
472026-03-07T00:50:05.654Zinfo: downloading component 'rust-std'
482026-03-07T00:50:07.827Zinfo: downloading component 'rustc'
492026-03-07T00:50:17.052Zinfo: downloading component 'rustfmt'
502026-03-07T00:50:17.372Zinfo: installing component 'cargo'
512026-03-07T00:50:18.279Zinfo: installing component 'clippy'
522026-03-07T00:50:18.677Zinfo: installing component 'rust-docs'
532026-03-07T00:50:20.603Zinfo: installing component 'rust-std'
542026-03-07T00:50:22.435Zinfo: installing component 'rustc'
552026-03-07T00:50:29.171Zinfo: installing component 'rustfmt'
562026-03-07T00:50:29.512Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-07T00:50:29.512Z
582026-03-07T00:50:29.965Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-07T00:50:29.965Z
602026-03-07T00:50:29.969Z
612026-03-07T00:50:29.969ZRust is installed now. Great!
622026-03-07T00:50:29.969Z
632026-03-07T00:50:29.969ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-07T00:50:29.969Zenvironment variable. This has not been done automatically.
652026-03-07T00:50:29.969Z
662026-03-07T00:50:29.969ZTo configure your current shell, you need to source
672026-03-07T00:50:29.969Zthe corresponding env file under $HOME/.cargo.
682026-03-07T00:50:29.969Z
692026-03-07T00:50:29.969ZThis is usually done by running one of the following (note the leading DOT):
702026-03-07T00:50:29.969Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-07T00:50:29.969Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-07T00:50:29.969Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-07T00:50:30.077Z+ rustup --version
742026-03-07T00:50:30.092Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-07T00:50:30.095Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-07T00:50:30.212Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-07T00:50:30.216Z+ cargo --version
782026-03-07T00:50:30.288Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-07T00:50:30.291Z+ rustc --version
802026-03-07T00:50:30.367Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-07T00:50:30.370Zprocess exited: duration 30100 ms, exit code 0
 
822026-03-07T00:50:30.376Zstarting task 2: "authentication"
832026-03-07T00:50:30.398Zprocess exited: duration 22 ms, exit code 0
 
842026-03-07T00:50:30.406Zstarting task 3: "clone repository"
852026-03-07T00:50:30.409Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-07T00:50:30.412Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-07T00:50:30.455ZCloning into '/work/oxidecomputer/omicron'...
882026-03-07T00:50:39.966Z+ cd /work/oxidecomputer/omicron
892026-03-07T00:50:39.969Z+ git fetch origin 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0
902026-03-07T00:50:40.323ZFrom https://github.com/oxidecomputer/omicron
912026-03-07T00:50:40.323Z * branch 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0 -> FETCH_HEAD
922026-03-07T00:50:40.335Z+ [[ -n dropshot-gzip-support ]]
932026-03-07T00:50:40.338Z++ git branch --show-current
942026-03-07T00:50:40.342Z+ current=main
952026-03-07T00:50:40.343Z+ [[ main != dropshot-gzip-support ]]
962026-03-07T00:50:40.343Z+ git branch -f dropshot-gzip-support 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0
972026-03-07T00:50:40.345Z+ git checkout -f dropshot-gzip-support
982026-03-07T00:50:40.725ZSwitched to branch 'dropshot-gzip-support'
992026-03-07T00:50:40.728Z+ git reset --hard 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0
1002026-03-07T00:50:40.762ZHEAD is now at 4e5301c2b test it
1012026-03-07T00:50:40.764Zprocess exited: duration 10358 ms, exit code 0
 
1022026-03-07T00:50:40.770Zstarting task 4: "build"
1032026-03-07T00:50:40.776Z+ source ./env.sh
1042026-03-07T00:50:40.776Z++ OLD_SHELL_OPTS=ehxB
1052026-03-07T00:50:40.776Z++ set -o xtrace
1062026-03-07T00:50:40.779Z++++ dirname ./env.sh
1072026-03-07T00:50:40.783Z+++ readlink -f .
1082026-03-07T00:50:40.786Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092026-03-07T00:50:40.786Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-07T00:50:40.786Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-07T00:50:40.786Z++ 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
1122026-03-07T00:50:40.786Z++ 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
1132026-03-07T00:50:40.786Z++ 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
1142026-03-07T00:50:40.786Z++ 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
1152026-03-07T00:50:40.786Z++ 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
1162026-03-07T00:50:40.786Z++ 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
1172026-03-07T00:50:40.786Z++ case $OLD_SHELL_OPTS in
1182026-03-07T00:50:40.786Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192026-03-07T00:50:40.786Z+ source .github/buildomat/ci-env.sh
1202026-03-07T00:50:40.786Z++ export CARGO_TERM_COLOR=always
1212026-03-07T00:50:40.786Z++ CARGO_TERM_COLOR=always
1222026-03-07T00:50:40.786Z+ cargo --version
1232026-03-07T00:50:40.847Zcargo 1.91.1 (ea2d97820 2025-10-10)
1242026-03-07T00:50:40.850Z+ rustc --version
1252026-03-07T00:50:40.926Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1262026-03-07T00:50:40.929Z+ banner prerequisites
1272026-03-07T00:50:40.932Z
1282026-03-07T00:50:40.932Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-07T00:50:40.932Z # # # # # # # # # # # # # # #
1302026-03-07T00:50:40.932Z # # # # ##### # # ##### # # # # # #### #
1312026-03-07T00:50:40.932Z ##### ##### # ##### # # # # # # # # #
1322026-03-07T00:50:40.932Z # # # # # # # # # # # # # # #
1332026-03-07T00:50:40.932Z # # # ###### # # ###### ### # #### # #### #
1342026-03-07T00:50:40.932Z
1352026-03-07T00:50:40.932Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-07T00:50:51.848Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-07T00:51:02.502Z Startup: Caching catalogs ... Done
1382026-03-07T00:51:28.005ZPlanning: Solver setup ... Done (23.849s)
1392026-03-07T00:51:28.180ZPlanning: Running solver ... Done (0.175s)
1402026-03-07T00:51:28.354ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-07T00:51:28.368ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-07T00:51:28.516ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-07T00:51:28.567ZPlanning: Package planning ... Done (0.049s)
1442026-03-07T00:51:28.620ZPlanning: Merging actions ... Done (0.049s)
1452026-03-07T00:51:28.901ZPlanning: Checking for conflicting actions ... Done (0.286s)
1462026-03-07T00:51:28.914ZPlanning: Consolidating action changes ... Done (0.011s)
1472026-03-07T00:51:29.945ZPlanning: Evaluating mediators ... Done (1.032s)
1482026-03-07T00:51:29.954ZPlanning: Planning completed in 27.30 seconds
1492026-03-07T00:51:29.970Z Packages to install: 4
1502026-03-07T00:51:29.970Z Mediators to change: 2
1512026-03-07T00:51:29.970Z Services to change: 1
1522026-03-07T00:51:29.975Z Estimated space available: 155.44 GB
1532026-03-07T00:51:29.975ZEstimated space to be consumed: 1.82 GB
1542026-03-07T00:51:29.975Z Create boot environment: No
1552026-03-07T00:51:29.975ZCreate backup boot environment: No
1562026-03-07T00:51:29.975Z Rebuild boot archive: No
1572026-03-07T00:51:29.975Z
1582026-03-07T00:51:29.975ZChanged mediators:
1592026-03-07T00:51:29.975Z mediator clang:
1602026-03-07T00:51:29.975Z version: None -> 15 (system default)
1612026-03-07T00:51:29.975Z
1622026-03-07T00:51:29.975Z mediator llvm:
1632026-03-07T00:51:29.975Z version: 14 (system default) -> 15 (system default)
1642026-03-07T00:51:29.976Z
1652026-03-07T00:51:29.976ZChanged packages:
1662026-03-07T00:51:29.976Zhelios-dev
1672026-03-07T00:51:29.976Z developer/build-essential
1682026-03-07T00:51:29.976Z None -> 11-2.0
1692026-03-07T00:51:29.976Z library/libxmlsec1
1702026-03-07T00:51:29.976Z None -> 1.2.35-2.0
1712026-03-07T00:51:29.976Z ooce/developer/clang-15
1722026-03-07T00:51:29.976Z None -> 15.0.7-2.0
1732026-03-07T00:51:29.976Z ooce/developer/llvm-15
1742026-03-07T00:51:29.976Z None -> 15.0.7-2.0
1752026-03-07T00:51:29.976Z
1762026-03-07T00:51:29.976ZServices:
1772026-03-07T00:51:29.976Z restart_fmri:
1782026-03-07T00:51:29.976Z svc:/system/update-man-index:default
1792026-03-07T00:51:30.027Z
1802026-03-07T00:51:30.027ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-07T00:51:35.028ZDownload: 803/3290 items 18.5/212.6MB 8% complete (3.7M/s)
1822026-03-07T00:51:41.675ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (11.3M/s)
1832026-03-07T00:51:49.896ZDownload: 2217/3290 items 118.3/212.6MB 55% complete (9.6M/s)
1842026-03-07T00:51:55.116ZDownload: 3275/3290 items 208.7/212.6MB 98% complete (9.2M/s)
1852026-03-07T00:51:57.431ZDownload: Completed 212.60 MB in 27.40 seconds (7.8M/s)
1862026-03-07T00:51:57.670Z Actions: 1/3689 actions (Installing new actions)
1872026-03-07T00:52:02.249Z Actions: Completed 3689 actions in 4.58 seconds.
1882026-03-07T00:52:02.679Z Done (0.425s)
1892026-03-07T00:52:02.679Z Done (0.000s)
1902026-03-07T00:52:03.785Z Done (1.107s)
1912026-03-07T00:52:08.318Z Done (4.177s)
1922026-03-07T00:52:08.405Z Done (0.021s)
1932026-03-07T00:52:08.410Z Done (0.000s)
1942026-03-07T00:52:08.556Z Done (0.000s)
1952026-03-07T00:52:09.540ZPlanning: Evaluating mediator changes ... Done
1962026-03-07T00:52:09.734ZPlanning: Checking for conflicting actions ... Done
1972026-03-07T00:52:09.739ZPlanning: Consolidating action changes ... Done
1982026-03-07T00:52:10.000ZPlanning: Evaluating mediators ... Done
1992026-03-07T00:52:10.004ZPlanning: Planning completed in 0.46 seconds
2002026-03-07T00:52:10.032Z Mediators to change: 2
2012026-03-07T00:52:10.036Z Create boot environment: No
2022026-03-07T00:52:10.036ZCreate backup boot environment: No
2032026-03-07T00:52:10.119Z Done
2042026-03-07T00:52:10.119Z Done
2052026-03-07T00:52:10.941Z Done
2062026-03-07T00:52:14.629Z Done
2072026-03-07T00:52:14.718Z Done
2082026-03-07T00:52:14.730Z Done
2092026-03-07T00:52:14.881Z Done
2102026-03-07T00:52:15.516ZPlanning: Evaluating mediator changes ... Done
2112026-03-07T00:52:15.520ZPlanning: Merging actions ... Done
2122026-03-07T00:52:15.770ZPlanning: Checking for conflicting actions ... Done
2132026-03-07T00:52:15.777ZPlanning: Consolidating action changes ... Done
2142026-03-07T00:52:15.979ZPlanning: Evaluating mediators ... Done
2152026-03-07T00:52:16.037ZPlanning: Planning completed in 0.77 seconds
2162026-03-07T00:52:16.072Z Packages to change: 1
2172026-03-07T00:52:16.072Z Mediators to change: 1
2182026-03-07T00:52:16.076Z Services to change: 1
2192026-03-07T00:52:16.076Z Create boot environment: No
2202026-03-07T00:52:16.076ZCreate backup boot environment: Yes
2212026-03-07T00:52:18.495Z Actions: 1/6 actions (Updating modified actions)
2222026-03-07T00:52:18.498Z Actions: Completed 6 actions in 0.00 seconds.
2232026-03-07T00:52:18.499Z Done
2242026-03-07T00:52:18.499Z Done
2252026-03-07T00:52:18.722Z Done
2262026-03-07T00:52:22.392Z Done
2272026-03-07T00:52:22.481Z Done
2282026-03-07T00:52:22.483Z Done
2292026-03-07T00:52:22.641Z Done
2302026-03-07T00:52:23.098ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-03-07T00:52:23.099Zclang system 15 system
2322026-03-07T00:52:23.099Zcsh system system illumos
2332026-03-07T00:52:23.099Zctags system system illumos
2342026-03-07T00:52:23.099Zfile system system illumos
2352026-03-07T00:52:23.099Zgcc vendor 12 vendor
2362026-03-07T00:52:23.099Zgcc system 10 system
2372026-03-07T00:52:23.099Zgcc system 7 system
2382026-03-07T00:52:23.099Zgo system 1.20 system
2392026-03-07T00:52:23.099Zgo system 1.19 system
2402026-03-07T00:52:23.099Zllvm system 15 system
2412026-03-07T00:52:23.099Zllvm system 14 system
2422026-03-07T00:52:23.099Zmariadb system 10.6 system
2432026-03-07T00:52:23.099Zmta vendor vendor dma
2442026-03-07T00:52:23.099Zopenjdk system 17 system
2452026-03-07T00:52:23.099Zopenjdk system 11 system
2462026-03-07T00:52:23.099Zopenjdk system 1.8 system
2472026-03-07T00:52:23.099Zopenssl vendor 3 vendor
2482026-03-07T00:52:23.099Zperl system 5.36 system
2492026-03-07T00:52:23.099Zpostgresql system 15 system
2502026-03-07T00:52:23.099Zpostgresql system 13 system
2512026-03-07T00:52:23.099Zpython vendor 3 vendor
2522026-03-07T00:52:23.099Zpython system 2 system
2532026-03-07T00:52:23.099Zpython3 system 3.11 system
2542026-03-07T00:52:23.099Zruby system 3.0 system
2552026-03-07T00:52:23.099Zwords vendor vendor american-english
2562026-03-07T00:52:23.099Zwords system system australian-english
2572026-03-07T00:52:23.099Zwords system system british-english
2582026-03-07T00:52:23.099Zwords system system canadian-english
2592026-03-07T00:52:23.099Zwords system system french
2602026-03-07T00:52:23.099Zwords system system italian
2612026-03-07T00:52:23.099Zwords system system ngerman
2622026-03-07T00:52:23.099Zwords system system ogerman
2632026-03-07T00:52:23.099Zwords system system spanish
2642026-03-07T00:52:23.440ZPUBLISHER TYPE STATUS P LOCATION
2652026-03-07T00:52:23.440Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-03-07T00:52:30.275ZFMRI IFO
2672026-03-07T00:52:30.275Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-03-07T00:52:30.275Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-03-07T00:52:30.275Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-03-07T00:52:30.275Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-03-07T00:52:30.275Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-03-07T00:52:30.275Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-03-07T00:52:30.275Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-03-07T00:52:30.275Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-03-07T00:52:30.275Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-03-07T00:52:30.275Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-03-07T00:52:30.275Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-03-07T00:52:30.275Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-03-07T00:52:30.275Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-03-07T00:52:30.275Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-03-07T00:52:30.275Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-03-07T00:52:30.275Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-03-07T00:52:31.490Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2842026-03-07T00:52:32.413Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852026-03-07T00:52:32.837Z Updating crates.io index
2862026-03-07T00:52:32.879Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872026-03-07T00:52:33.506Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882026-03-07T00:52:34.102Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-03-07T00:52:34.390Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2902026-03-07T00:52:34.754Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-03-07T00:52:36.166Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-03-07T00:52:38.577Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-03-07T00:52:39.672Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-03-07T00:52:40.323Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952026-03-07T00:52:41.193Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962026-03-07T00:52:41.678Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2972026-03-07T00:52:42.915Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982026-03-07T00:52:43.346Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992026-03-07T00:52:43.755Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3002026-03-07T00:52:44.072Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012026-03-07T00:52:44.918Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3022026-03-07T00:52:45.512Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3032026-03-07T00:52:45.789Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3042026-03-07T00:52:46.103Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3052026-03-07T00:52:46.485Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3062026-03-07T00:52:46.684Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3072026-03-07T00:52:46.895Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3082026-03-07T00:52:47.132Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3092026-03-07T00:52:47.585Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3102026-03-07T00:52:48.073Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3112026-03-07T00:52:48.582Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3122026-03-07T00:52:48.839Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3132026-03-07T00:52:49.142Z Updating git repository `https://github.com/oxidecomputer/ispf`
3142026-03-07T00:52:50.249Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-03-07T00:52:51.090Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-03-07T00:52:51.354Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-03-07T00:52:51.690Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-03-07T00:52:52.002Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-03-07T00:52:52.480Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-03-07T00:52:52.715Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-03-07T00:52:52.970Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-03-07T00:52:53.249Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-03-07T00:52:53.658Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-03-07T00:53:08.568Z Downloading crates ...
3252026-03-07T00:53:08.654Z Downloaded fnv v1.0.7
3262026-03-07T00:53:08.664Z Downloaded clap v4.5.60
3272026-03-07T00:53:08.673Z Downloaded serde-value v0.7.0
3282026-03-07T00:53:08.677Z Downloaded camino-tempfile v1.4.1
3292026-03-07T00:53:08.677Z Downloaded typeid v1.0.3
3302026-03-07T00:53:08.686Z Downloaded bytecount v0.6.9
3312026-03-07T00:53:08.686Z Downloaded is_terminal_polyfill v1.70.2
3322026-03-07T00:53:08.686Z Downloaded autocfg v1.5.0
3332026-03-07T00:53:08.686Z Downloaded anstream v0.6.21
3342026-03-07T00:53:08.686Z Downloaded anstyle-parse v0.2.7
3352026-03-07T00:53:08.690Z Downloaded anstyle v1.0.13
3362026-03-07T00:53:08.690Z Downloaded cargo-util-schemas v0.8.2
3372026-03-07T00:53:08.690Z Downloaded camino v1.2.2
3382026-03-07T00:53:08.692Z Downloaded dtrace-parser v0.2.0
3392026-03-07T00:53:08.692Z Downloaded percent-encoding v2.3.2
3402026-03-07T00:53:08.692Z Downloaded memmap v0.7.0
3412026-03-07T00:53:08.695Z Downloaded anstyle-query v1.1.5
3422026-03-07T00:53:08.695Z Downloaded cargo-platform v0.2.0
3432026-03-07T00:53:08.699Z Downloaded byteorder v1.5.0
3442026-03-07T00:53:08.701Z Downloaded icu_properties v2.1.2
3452026-03-07T00:53:08.704Z Downloaded getrandom v0.4.1
3462026-03-07T00:53:08.707Z Downloaded anyhow v1.0.102
3472026-03-07T00:53:08.710Z Downloaded semver v1.0.27
3482026-03-07T00:53:08.717Z Downloaded once_cell v1.21.3
3492026-03-07T00:53:08.720Z Downloaded unicode-linebreak v0.1.5
3502026-03-07T00:53:08.725Z Downloaded litemap v0.8.1
3512026-03-07T00:53:08.725Z Downloaded indexmap v2.13.0
3522026-03-07T00:53:08.728Z Downloaded proc-macro2 v1.0.106
3532026-03-07T00:53:08.731Z Downloaded idna_adapter v1.2.1
3542026-03-07T00:53:08.734Z Downloaded fastrand v2.3.0
3552026-03-07T00:53:08.734Z Downloaded clap_lex v1.0.0
3562026-03-07T00:53:08.739Z Downloaded ordered-float v2.10.1
3572026-03-07T00:53:08.744Z Downloaded heck v0.5.0
3582026-03-07T00:53:08.747Z Downloaded unicode-ident v1.0.24
3592026-03-07T00:53:08.750Z Downloaded thiserror-impl v2.0.18
3602026-03-07T00:53:08.755Z Downloaded smawk v0.3.2
3612026-03-07T00:53:08.755Z Downloaded version_check v0.9.5
3622026-03-07T00:53:08.755Z Downloaded itoa v1.0.17
3632026-03-07T00:53:08.758Z Downloaded form_urlencoded v1.2.2
3642026-03-07T00:53:08.758Z Downloaded toml_datetime v0.6.11
3652026-03-07T00:53:08.758Z Downloaded synstructure v0.13.2
3662026-03-07T00:53:08.761Z Downloaded cargo_metadata v0.21.0
3672026-03-07T00:53:08.761Z Downloaded scroll_derive v0.12.1
3682026-03-07T00:53:08.764Z Downloaded errno v0.3.14
3692026-03-07T00:53:08.764Z Downloaded serde_spanned v0.6.9
3702026-03-07T00:53:08.766Z Downloaded cpufeatures v0.2.17
3712026-03-07T00:53:08.766Z Downloaded block-buffer v0.10.4
3722026-03-07T00:53:08.770Z Downloaded usdt-attr-macro v0.5.0
3732026-03-07T00:53:08.770Z Downloaded macaddr v1.0.1
3742026-03-07T00:53:08.770Z Downloaded dof v0.3.0
3752026-03-07T00:53:08.774Z Downloaded cfg-if v1.0.4
3762026-03-07T00:53:08.777Z Downloaded zerofrom-derive v0.1.6
3772026-03-07T00:53:08.780Z Downloaded usdt-impl v0.5.0
3782026-03-07T00:53:08.784Z Downloaded utf8_iter v1.0.4
3792026-03-07T00:53:08.786Z Downloaded tabled_derive v0.7.0
3802026-03-07T00:53:08.786Z Downloaded potential_utf v0.1.4
3812026-03-07T00:53:08.789Z Downloaded proc-macro-error-attr v1.0.4
3822026-03-07T00:53:08.789Z Downloaded strsim v0.11.1
3832026-03-07T00:53:08.792Z Downloaded usdt v0.5.0
3842026-03-07T00:53:08.792Z Downloaded swrite v0.1.0
3852026-03-07T00:53:08.796Z Downloaded heck v0.4.1
3862026-03-07T00:53:08.799Z Downloaded generic-array v0.14.7
3872026-03-07T00:53:08.802Z Downloaded toml_write v0.1.2
3882026-03-07T00:53:08.811Z Downloaded stable_deref_trait v1.2.1
3892026-03-07T00:53:08.814Z Downloaded plain v0.2.3
3902026-03-07T00:53:08.815Z Downloaded crypto-common v0.1.7
3912026-03-07T00:53:08.817Z Downloaded terminal_size v0.4.3
3922026-03-07T00:53:08.817Z Downloaded thread-id v4.2.2
3932026-03-07T00:53:08.820Z Downloaded pretty-hex v0.4.1
3942026-03-07T00:53:08.820Z Downloaded yoke v0.8.1
3952026-03-07T00:53:08.823Z Downloaded pest_generator v2.8.6
3962026-03-07T00:53:08.823Z Downloaded scroll v0.12.0
3972026-03-07T00:53:08.826Z Downloaded zerovec-derive v0.11.2
3982026-03-07T00:53:08.829Z Downloaded tinystr v0.8.2
3992026-03-07T00:53:08.834Z Downloaded colorchoice v1.0.4
4002026-03-07T00:53:08.837Z Downloaded unicode-xid v0.2.6
4012026-03-07T00:53:08.842Z Downloaded equivalent v1.0.2
4022026-03-07T00:53:08.845Z Downloaded yoke-derive v0.8.1
4032026-03-07T00:53:08.848Z Downloaded cargo_toml v0.21.0
4042026-03-07T00:53:08.848Z Downloaded serde_tokenstream v0.2.3
4052026-03-07T00:53:08.848Z Downloaded proc-macro-error v1.0.4
4062026-03-07T00:53:08.851Z Downloaded digest v0.10.7
4072026-03-07T00:53:08.854Z Downloaded fs-err v3.3.0
4082026-03-07T00:53:08.857Z Downloaded utf8parse v0.2.2
4092026-03-07T00:53:08.857Z Downloaded usdt-macro v0.5.0
4102026-03-07T00:53:08.857Z Downloaded displaydoc v0.2.5
4112026-03-07T00:53:08.862Z Downloaded zerofrom v0.1.6
4122026-03-07T00:53:08.865Z Downloaded smallvec v1.15.1
4132026-03-07T00:53:08.868Z Downloaded thiserror v1.0.69
4142026-03-07T00:53:08.870Z Downloaded sha2 v0.10.9
4152026-03-07T00:53:08.874Z Downloaded bitflags v2.11.0
4162026-03-07T00:53:08.877Z Downloaded zmij v1.0.21
4172026-03-07T00:53:08.879Z Downloaded erased-serde v0.4.9
4182026-03-07T00:53:08.882Z Downloaded thiserror-impl v1.0.69
4192026-03-07T00:53:08.882Z Downloaded thiserror v2.0.18
4202026-03-07T00:53:08.887Z Downloaded serde-untagged v0.1.9
4212026-03-07T00:53:08.890Z Downloaded papergrid v0.11.0
4222026-03-07T00:53:08.893Z Downloaded tempfile v3.25.0
4232026-03-07T00:53:08.896Z Downloaded clap_derive v4.5.55
4242026-03-07T00:53:08.899Z Downloaded quote v1.0.44
4252026-03-07T00:53:08.902Z Downloaded writeable v0.6.2
4262026-03-07T00:53:08.905Z Downloaded ucd-trie v0.1.7
4272026-03-07T00:53:08.905Z Downloaded toml v0.8.23
4282026-03-07T00:53:08.910Z Downloaded num-traits v0.2.19
4292026-03-07T00:53:08.917Z Downloaded zerocopy-derive v0.7.35
4302026-03-07T00:53:08.921Z Downloaded serde_derive v1.0.228
4312026-03-07T00:53:08.925Z Downloaded serde_core v1.0.228
4322026-03-07T00:53:08.927Z Downloaded log v0.4.29
4332026-03-07T00:53:08.930Z Downloaded icu_normalizer v2.1.1
4342026-03-07T00:53:08.933Z Downloaded pest_derive v2.8.6
4352026-03-07T00:53:08.936Z Downloaded icu_provider v2.1.1
4362026-03-07T00:53:08.939Z Downloaded textwrap v0.16.2
4372026-03-07T00:53:08.939Z Downloaded icu_normalizer_data v2.1.1
4382026-03-07T00:53:08.942Z Downloaded icu_locale_core v2.1.1
4392026-03-07T00:53:08.946Z Downloaded memchr v2.8.0
4402026-03-07T00:53:08.951Z Downloaded zerotrie v0.2.3
4412026-03-07T00:53:08.954Z Downloaded typenum v1.19.0
4422026-03-07T00:53:08.957Z Downloaded pest v2.8.6
4432026-03-07T00:53:08.961Z Downloaded serde v1.0.228
4442026-03-07T00:53:08.964Z Downloaded idna v1.1.0
4452026-03-07T00:53:08.967Z Downloaded serde_json v1.0.149
4462026-03-07T00:53:08.973Z Downloaded icu_collections v2.1.1
4472026-03-07T00:53:08.978Z Downloaded pest_meta v2.8.6
4482026-03-07T00:53:08.981Z Downloaded toml_edit v0.22.27
4492026-03-07T00:53:08.984Z Downloaded hashbrown v0.16.1
4502026-03-07T00:53:08.994Z Downloaded url v2.5.8
4512026-03-07T00:53:09.001Z Downloaded goblin v0.8.2
4522026-03-07T00:53:09.008Z Downloaded icu_properties_data v2.1.2
4532026-03-07T00:53:09.016Z Downloaded zerovec v0.11.5
4542026-03-07T00:53:09.021Z Downloaded clap_builder v4.5.60
4552026-03-07T00:53:09.026Z Downloaded zerocopy v0.7.35
4562026-03-07T00:53:09.040Z Downloaded tabled v0.15.0
4572026-03-07T00:53:09.053Z Downloaded winnow v0.7.14
4582026-03-07T00:53:09.061Z Downloaded unicode-width v0.2.0
4592026-03-07T00:53:09.065Z Downloaded syn v1.0.109
4602026-03-07T00:53:09.074Z Downloaded syn v2.0.117
4612026-03-07T00:53:09.084Z Downloaded unicode-width v0.1.14
4622026-03-07T00:53:09.088Z Downloaded rustix v1.1.3
4632026-03-07T00:53:09.117Z Downloaded libc v0.2.180
4642026-03-07T00:53:09.205Z Compiling proc-macro2 v1.0.106
4652026-03-07T00:53:09.208Z Compiling quote v1.0.44
4662026-03-07T00:53:09.209Z Compiling unicode-ident v1.0.24
4672026-03-07T00:53:09.209Z Compiling serde_core v1.0.228
4682026-03-07T00:53:09.209Z Compiling libc v0.2.180
4692026-03-07T00:53:09.209Z Compiling version_check v0.9.5
4702026-03-07T00:53:09.440Z Compiling serde v1.0.228
4712026-03-07T00:53:09.443Z Compiling memchr v2.8.0
4722026-03-07T00:53:09.687Z Compiling stable_deref_trait v1.2.1
4732026-03-07T00:53:09.815Z Compiling zmij v1.0.21
4742026-03-07T00:53:10.209Z Compiling ucd-trie v0.1.7
4752026-03-07T00:53:10.234Z Compiling itoa v1.0.17
4762026-03-07T00:53:10.565Z Compiling autocfg v1.5.0
4772026-03-07T00:53:10.682Z Compiling thiserror v1.0.69
4782026-03-07T00:53:10.818Z Compiling pest v2.8.6
4792026-03-07T00:53:10.944Z Compiling writeable v0.6.2
4802026-03-07T00:53:10.975Z Compiling litemap v0.8.1
4812026-03-07T00:53:11.343Z Compiling rustix v1.1.3
4822026-03-07T00:53:11.445Z Compiling icu_properties_data v2.1.2
4832026-03-07T00:53:11.795Z Compiling icu_normalizer_data v2.1.1
4842026-03-07T00:53:11.976Z Compiling byteorder v1.5.0
4852026-03-07T00:53:12.087Z Compiling syn v2.0.117
4862026-03-07T00:53:12.273Z Compiling errno v0.3.14
4872026-03-07T00:53:12.301Z Compiling serde_json v1.0.149
4882026-03-07T00:53:12.443Z Compiling bitflags v2.11.0
4892026-03-07T00:53:12.689Z Compiling num-traits v0.2.19
4902026-03-07T00:53:12.757Z Compiling hashbrown v0.16.1
4912026-03-07T00:53:12.797Z Compiling equivalent v1.0.2
4922026-03-07T00:53:12.976Z Compiling typeid v1.0.3
4932026-03-07T00:53:13.053Z Compiling smallvec v1.15.1
4942026-03-07T00:53:13.465Z Compiling pest_meta v2.8.6
4952026-03-07T00:53:13.902Z Compiling indexmap v2.13.0
4962026-03-07T00:53:14.043Z Compiling thread-id v4.2.2
4972026-03-07T00:53:14.241Z Compiling proc-macro-error-attr v1.0.4
4982026-03-07T00:53:14.339Z Compiling usdt-impl v0.5.0
4992026-03-07T00:53:14.644Z Compiling erased-serde v0.4.9
5002026-03-07T00:53:14.813Z Compiling winnow v0.7.14
5012026-03-07T00:53:15.075Z Compiling syn v1.0.109
5022026-03-07T00:53:15.162Z Compiling toml_write v0.1.2
5032026-03-07T00:53:16.029Z Compiling proc-macro-error v1.0.4
5042026-03-07T00:53:16.251Z Compiling percent-encoding v2.3.2
5052026-03-07T00:53:16.377Z Compiling camino v1.2.2
5062026-03-07T00:53:16.619Z Compiling utf8_iter v1.0.4
5072026-03-07T00:53:16.894Z Compiling log v0.4.29
5082026-03-07T00:53:17.039Z Compiling thiserror v2.0.18
5092026-03-07T00:53:17.253Z Compiling getrandom v0.4.1
5102026-03-07T00:53:17.480Z Compiling utf8parse v0.2.2
5112026-03-07T00:53:17.719Z Compiling plain v0.2.3
5122026-03-07T00:53:17.914Z Compiling anstyle-parse v0.2.7
5132026-03-07T00:53:17.947Z Compiling ordered-float v2.10.1
5142026-03-07T00:53:18.111Z Compiling form_urlencoded v1.2.2
5152026-03-07T00:53:18.417Z Compiling terminal_size v0.4.3
5162026-03-07T00:53:18.488Z Compiling pretty-hex v0.4.1
5172026-03-07T00:53:18.517Z Compiling cfg-if v1.0.4
5182026-03-07T00:53:18.638Z Compiling anstyle v1.0.13
5192026-03-07T00:53:18.665Z Compiling colorchoice v1.0.4
5202026-03-07T00:53:18.734Z Compiling is_terminal_polyfill v1.70.2
5212026-03-07T00:53:18.847Z Compiling anstyle-query v1.1.5
5222026-03-07T00:53:19.019Z Compiling anstream v0.6.21
5232026-03-07T00:53:19.050Z Compiling semver v1.0.27
5242026-03-07T00:53:19.103Z Compiling synstructure v0.13.2
5252026-03-07T00:53:19.199Z Compiling pest_generator v2.8.6
5262026-03-07T00:53:19.311Z Compiling serde-untagged v0.1.9
5272026-03-07T00:53:19.777Z Compiling fs-err v3.3.0
5282026-03-07T00:53:19.806Z Compiling fnv v1.0.7
5292026-03-07T00:53:19.901Z Compiling unicode-width v0.1.14
5302026-03-07T00:53:19.960Z Compiling heck v0.5.0
5312026-03-07T00:53:20.118Z Compiling unicode-xid v0.2.6
5322026-03-07T00:53:20.331Z Compiling strsim v0.11.1
5332026-03-07T00:53:20.459Z Compiling bytecount v0.6.9
5342026-03-07T00:53:20.518Z Compiling fastrand v2.3.0
5352026-03-07T00:53:20.522Z Compiling heck v0.4.1
5362026-03-07T00:53:20.689Z Compiling once_cell v1.21.3
5372026-03-07T00:53:20.888Z Compiling anyhow v1.0.102
5382026-03-07T00:53:20.995Z Compiling clap_lex v1.0.0
5392026-03-07T00:53:21.060Z Compiling tempfile v3.25.0
5402026-03-07T00:53:21.118Z Compiling papergrid v0.11.0
5412026-03-07T00:53:21.425Z Compiling clap_builder v4.5.60
5422026-03-07T00:53:21.774Z Compiling memmap v0.7.0
5432026-03-07T00:53:21.827Z Compiling unicode-width v0.2.0
5442026-03-07T00:53:21.884Z Compiling smawk v0.3.2
5452026-03-07T00:53:22.151Z Compiling unicode-linebreak v0.1.5
5462026-03-07T00:53:22.652Z Compiling textwrap v0.16.2
5472026-03-07T00:53:22.958Z Compiling camino-tempfile v1.4.1
5482026-03-07T00:53:23.065Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-03-07T00:53:23.403Z Compiling swrite v0.1.0
5502026-03-07T00:53:23.616Z Compiling tabled_derive v0.7.0
5512026-03-07T00:53:23.812Z Compiling serde_derive v1.0.228
5522026-03-07T00:53:23.812Z Compiling zerofrom-derive v0.1.6
5532026-03-07T00:53:23.815Z Compiling yoke-derive v0.8.1
5542026-03-07T00:53:23.840Z Compiling zerovec-derive v0.11.2
5552026-03-07T00:53:23.940Z Compiling displaydoc v0.2.5
5562026-03-07T00:53:25.526Z Compiling thiserror-impl v1.0.69
5572026-03-07T00:53:25.669Z Compiling zerocopy-derive v0.7.35
5582026-03-07T00:53:26.470Z Compiling pest_derive v2.8.6
5592026-03-07T00:53:26.589Z Compiling scroll_derive v0.12.1
5602026-03-07T00:53:27.194Z Compiling zerofrom v0.1.6
5612026-03-07T00:53:27.283Z Compiling thiserror-impl v2.0.18
5622026-03-07T00:53:27.451Z Compiling yoke v0.8.1
5632026-03-07T00:53:27.671Z Compiling zerocopy v0.7.35
5642026-03-07T00:53:27.872Z Compiling zerovec v0.11.5
5652026-03-07T00:53:28.128Z Compiling zerotrie v0.2.3
5662026-03-07T00:53:28.686Z Compiling dtrace-parser v0.2.0
5672026-03-07T00:53:28.769Z Compiling scroll v0.12.0
5682026-03-07T00:53:29.061Z Compiling tinystr v0.8.2
5692026-03-07T00:53:29.065Z Compiling potential_utf v0.1.4
5702026-03-07T00:53:29.112Z Compiling clap_derive v4.5.55
5712026-03-07T00:53:29.319Z Compiling icu_collections v2.1.1
5722026-03-07T00:53:29.384Z Compiling goblin v0.8.2
5732026-03-07T00:53:29.473Z Compiling icu_locale_core v2.1.1
5742026-03-07T00:53:30.201Z Compiling tabled v0.15.0
5752026-03-07T00:53:30.876Z Compiling icu_provider v2.1.1
5762026-03-07T00:53:31.472Z Compiling icu_normalizer v2.1.1
5772026-03-07T00:53:31.508Z Compiling icu_properties v2.1.2
5782026-03-07T00:53:32.317Z Compiling serde_spanned v0.6.9
5792026-03-07T00:53:32.396Z Compiling toml_datetime v0.6.11
5802026-03-07T00:53:32.449Z Compiling dof v0.3.0
5812026-03-07T00:53:32.452Z Compiling serde_tokenstream v0.2.3
5822026-03-07T00:53:32.505Z Compiling serde-value v0.7.0
5832026-03-07T00:53:32.616Z Compiling cargo-platform v0.2.0
5842026-03-07T00:53:33.006Z Compiling toml_edit v0.22.27
5852026-03-07T00:53:33.176Z Compiling clap v4.5.60
5862026-03-07T00:53:33.313Z Compiling macaddr v1.0.1
5872026-03-07T00:53:33.530Z Compiling idna_adapter v1.2.1
5882026-03-07T00:53:33.752Z Compiling idna v1.1.0
5892026-03-07T00:53:34.234Z Compiling usdt-attr-macro v0.5.0
5902026-03-07T00:53:34.234Z Compiling usdt-macro v0.5.0
5912026-03-07T00:53:34.330Z Compiling url v2.5.8
5922026-03-07T00:53:36.167Z Compiling usdt v0.5.0
5932026-03-07T00:53:36.190Z Compiling toml v0.8.23
5942026-03-07T00:53:36.969Z Compiling cargo-util-schemas v0.8.2
5952026-03-07T00:53:36.969Z Compiling cargo_toml v0.21.0
5962026-03-07T00:53:38.475Z Compiling cargo_metadata v0.21.0
5972026-03-07T00:53:40.260Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-03-07T00:53:43.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
5992026-03-07T00:53:44.060Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-03-07T00:53:44.880Z Downloading crates ...
6012026-03-07T00:53:45.014Z Downloaded cipher v0.4.4
6022026-03-07T00:53:45.019Z Downloaded cfg_aliases v0.1.1
6032026-03-07T00:53:45.023Z Downloaded camino-tempfile-ext v0.3.3
6042026-03-07T00:53:45.026Z Downloaded atomicwrites v0.4.4
6052026-03-07T00:53:45.030Z Downloaded crc8 v0.1.1
6062026-03-07T00:53:45.033Z Downloaded crunchy v0.2.4
6072026-03-07T00:53:45.037Z Downloaded embedded-io v0.4.0
6082026-03-07T00:53:45.042Z Downloaded crossbeam-epoch v0.9.18
6092026-03-07T00:53:45.047Z Downloaded display-error-chain v0.2.2
6102026-03-07T00:53:45.051Z Downloaded foreign-types-macros v0.2.3
6112026-03-07T00:53:45.055Z Downloaded fixedbitset v0.5.7
6122026-03-07T00:53:45.059Z Downloaded ciborium-io v0.2.2
6132026-03-07T00:53:45.063Z Downloaded bb8 v0.8.6
6142026-03-07T00:53:45.067Z Downloaded darling_core v0.23.0
6152026-03-07T00:53:45.075Z Downloaded flume v0.11.1
6162026-03-07T00:53:45.082Z Downloaded env_logger v0.11.9
6172026-03-07T00:53:45.087Z Downloaded globset v0.4.18
6182026-03-07T00:53:45.092Z Downloaded dyn-clone v1.0.20
6192026-03-07T00:53:45.096Z Downloaded cbc v0.1.2
6202026-03-07T00:53:45.100Z Downloaded darling v0.20.11
6212026-03-07T00:53:45.108Z Downloaded darling_macro v0.21.3
6222026-03-07T00:53:45.111Z Downloaded hash32 v0.2.1
6232026-03-07T00:53:45.117Z Downloaded enum-as-inner v0.6.1
6242026-03-07T00:53:45.121Z Downloaded flagset v0.4.7
6252026-03-07T00:53:45.124Z Downloaded futures-macro v0.3.32
6262026-03-07T00:53:45.127Z Downloaded foreign-types v0.3.2
6272026-03-07T00:53:45.131Z Downloaded float-ord v0.3.2
6282026-03-07T00:53:45.147Z Downloaded ghash v0.5.1
6292026-03-07T00:53:45.151Z Downloaded futures-sink v0.3.32
6302026-03-07T00:53:45.154Z Downloaded foreign-types-shared v0.1.1
6312026-03-07T00:53:45.157Z Downloaded bit-vec v0.6.3
6322026-03-07T00:53:45.161Z Downloaded dsl_auto_type v0.1.3
6332026-03-07T00:53:45.165Z Downloaded foreign-types v0.5.0
6342026-03-07T00:53:45.168Z Downloaded git-stub v1.0.0
6352026-03-07T00:53:45.172Z Downloaded headers-core v0.3.0
6362026-03-07T00:53:45.176Z Downloaded hex-literal v0.4.1
6372026-03-07T00:53:45.179Z Downloaded derive_builder_core v0.20.2
6382026-03-07T00:53:45.184Z Downloaded hubpack_derive v0.1.1
6392026-03-07T00:53:45.186Z Downloaded convert_case v0.4.0
6402026-03-07T00:53:45.190Z Downloaded hash32 v0.3.1
6412026-03-07T00:53:45.194Z Downloaded constant_time_eq v0.4.2
6422026-03-07T00:53:45.198Z Downloaded der_derive v0.7.3
6432026-03-07T00:53:45.202Z Downloaded embedded-io v0.6.1
6442026-03-07T00:53:45.207Z Downloaded hostname v0.4.2
6452026-03-07T00:53:45.210Z Downloaded http-range v0.1.5
6462026-03-07T00:53:45.213Z Downloaded internet-checksum v0.2.1
6472026-03-07T00:53:45.216Z Downloaded ident_case v1.0.1
6482026-03-07T00:53:45.219Z Downloaded des v0.8.1
6492026-03-07T00:53:45.223Z Downloaded colored v3.1.1
6502026-03-07T00:53:45.228Z Downloaded indent_write v2.2.0
6512026-03-07T00:53:45.232Z Downloaded http-body v1.0.1
6522026-03-07T00:53:45.234Z Downloaded httpdate v1.0.3
6532026-03-07T00:53:45.238Z Downloaded ed25519 v2.2.3
6542026-03-07T00:53:45.242Z Downloaded is-terminal v0.4.17
6552026-03-07T00:53:45.245Z Downloaded instant v0.1.13
6562026-03-07T00:53:45.248Z Downloaded is_ci v1.2.0
6572026-03-07T00:53:45.252Z Downloaded lalrpop-util v0.19.12
6582026-03-07T00:53:45.254Z Downloaded bzip2 v0.4.4
6592026-03-07T00:53:45.259Z Downloaded kstat-rs v0.2.4
6602026-03-07T00:53:45.262Z Downloaded ena v0.14.4
6612026-03-07T00:53:45.266Z Downloaded humantime v2.3.0
6622026-03-07T00:53:45.269Z Downloaded crc32fast v1.5.0
6632026-03-07T00:53:45.273Z Downloaded libscf-sys v1.1.0
6642026-03-07T00:53:45.276Z Downloaded lazy_static v1.5.0
6652026-03-07T00:53:45.279Z Downloaded futures v0.3.32
6662026-03-07T00:53:45.286Z Downloaded maybe-uninit v2.0.0
6672026-03-07T00:53:45.290Z Downloaded hubpack v0.1.2
6682026-03-07T00:53:45.293Z Downloaded memoffset v0.9.1
6692026-03-07T00:53:45.296Z Downloaded lzss v0.8.2
6702026-03-07T00:53:45.300Z Downloaded nodrop v0.1.14
6712026-03-07T00:53:45.302Z Downloaded impl-trait-for-tuples v0.2.3
6722026-03-07T00:53:45.307Z Downloaded md5 v0.7.0
6732026-03-07T00:53:45.310Z Downloaded ingot-types v0.1.2
6742026-03-07T00:53:45.313Z Downloaded linear-map v1.2.0
6752026-03-07T00:53:45.316Z Downloaded nibble_vec v0.1.0
6762026-03-07T00:53:45.319Z Downloaded newline-converter v0.3.0
6772026-03-07T00:53:45.322Z Downloaded expectorate v1.2.0
6782026-03-07T00:53:45.326Z Downloaded half v1.8.3
6792026-03-07T00:53:45.330Z Downloaded newtype-uuid-macros v0.1.0
6802026-03-07T00:53:45.333Z Downloaded num-derive v0.3.3
6812026-03-07T00:53:45.337Z Downloaded libefi-sys v0.1.0
6822026-03-07T00:53:45.340Z Downloaded indoc v2.0.7
6832026-03-07T00:53:45.344Z Downloaded num_enum_derive v0.5.11
6842026-03-07T00:53:45.347Z Downloaded openssl-probe v0.1.6
6852026-03-07T00:53:45.350Z Downloaded libloading v0.8.9
6862026-03-07T00:53:45.354Z Downloaded num_threads v0.1.7
6872026-03-07T00:53:45.357Z Downloaded openssl-macros v0.1.1
6882026-03-07T00:53:45.360Z Downloaded openssl-probe v0.2.1
6892026-03-07T00:53:45.363Z Downloaded lock_api v0.4.14
6902026-03-07T00:53:45.365Z Downloaded ingot-macros v0.1.1
6912026-03-07T00:53:45.368Z Downloaded olpc-cjson v0.1.4
6922026-03-07T00:53:45.371Z Downloaded iana-time-zone v0.1.65
6932026-03-07T00:53:45.375Z Downloaded multer v3.1.0
6942026-03-07T00:53:45.379Z Downloaded pbkdf2 v0.12.2
6952026-03-07T00:53:45.382Z Downloaded path-slash v0.1.5
6962026-03-07T00:53:45.385Z Downloaded mime_guess v2.0.5
6972026-03-07T00:53:45.388Z Downloaded oso-derive v0.27.3
6982026-03-07T00:53:45.391Z Downloaded parse-size v1.1.0
6992026-03-07T00:53:45.395Z Downloaded packed_struct_codegen v0.10.1
7002026-03-07T00:53:45.398Z Downloaded ed25519-dalek v2.2.0
7012026-03-07T00:53:45.401Z Downloaded nu-ansi-term v0.50.3
7022026-03-07T00:53:45.405Z Downloaded phf_shared v0.13.1
7032026-03-07T00:53:45.408Z Downloaded ar_archive_writer v0.5.1
7042026-03-07T00:53:45.412Z Downloaded phf_shared v0.12.1
7052026-03-07T00:53:45.415Z Downloaded num_enum v0.5.11
7062026-03-07T00:53:45.421Z Downloaded peg-runtime v0.8.5
7072026-03-07T00:53:45.424Z Downloaded aes v0.8.4
7082026-03-07T00:53:45.428Z Downloaded opaque-debug v0.3.1
7092026-03-07T00:53:45.431Z Downloaded predicates-core v1.0.10
7102026-03-07T00:53:45.434Z Downloaded predicates-tree v1.0.13
7112026-03-07T00:53:45.437Z Downloaded memmap2 v0.9.10
7122026-03-07T00:53:45.440Z Downloaded heapless v0.8.0
7132026-03-07T00:53:45.444Z Downloaded heapless v0.7.17
7142026-03-07T00:53:45.449Z Downloaded pin-utils v0.1.0
7152026-03-07T00:53:45.452Z Downloaded oxide-tokio-rt v0.1.2
7162026-03-07T00:53:45.456Z Downloaded owo-colors v4.3.0
7172026-03-07T00:53:45.459Z Downloaded proc-macro-crate v3.4.0
7182026-03-07T00:53:45.461Z Downloaded pem-rfc7468 v0.7.0
7192026-03-07T00:53:45.464Z Downloaded psl-types v2.0.11
7202026-03-07T00:53:45.467Z Downloaded proc-macro-error-attr2 v2.0.0
7212026-03-07T00:53:45.470Z Downloaded password-hash v0.4.2
7222026-03-07T00:53:45.473Z Downloaded progenitor-client v0.10.0
7232026-03-07T00:53:45.476Z Downloaded parse-display-derive v0.10.0
7242026-03-07T00:53:45.479Z Downloaded quick-error v1.2.3
7252026-03-07T00:53:45.481Z Downloaded progenitor-macro v0.10.0
7262026-03-07T00:53:45.484Z Downloaded rand_chacha v0.3.1
7272026-03-07T00:53:45.487Z Downloaded progenitor-macro v0.11.2
7282026-03-07T00:53:45.487Z Downloaded peg-macros v0.8.5
7292026-03-07T00:53:45.490Z Downloaded peg v0.8.5
7302026-03-07T00:53:45.495Z Downloaded parking_lot_core v0.9.12
7312026-03-07T00:53:45.499Z Downloaded radium v0.7.0
7322026-03-07T00:53:45.502Z Downloaded polyval v0.6.2
7332026-03-07T00:53:45.504Z Downloaded pkg-config v0.3.32
7342026-03-07T00:53:45.507Z Downloaded ppv-lite86 v0.2.21
7352026-03-07T00:53:45.510Z Downloaded indicatif v0.18.4
7362026-03-07T00:53:45.514Z Downloaded proc-macro-error2 v2.0.1
7372026-03-07T00:53:45.519Z Downloaded ref-cast-impl v1.0.25
7382026-03-07T00:53:45.521Z Downloaded primeorder v0.13.6
7392026-03-07T00:53:45.524Z Downloaded progenitor v0.10.0
7402026-03-07T00:53:45.527Z Downloaded recursive-proc-macro-impl v0.1.1
7412026-03-07T00:53:45.530Z Downloaded rfc6979 v0.4.0
7422026-03-07T00:53:45.533Z Downloaded progenitor v0.13.0
7432026-03-07T00:53:45.536Z Downloaded ref-cast v1.0.25
7442026-03-07T00:53:45.538Z Downloaded progenitor-extras v0.1.0
7452026-03-07T00:53:45.541Z Downloaded progenitor-client v0.13.0
7462026-03-07T00:53:45.544Z Downloaded rustc_version v0.1.7
7472026-03-07T00:53:45.547Z Downloaded rustc-hash v2.1.1
7482026-03-07T00:53:45.547Z Downloaded progenitor-macro v0.13.0
7492026-03-07T00:53:45.550Z Downloaded rtoolbox v0.0.3
7502026-03-07T00:53:45.552Z Downloaded rustc_version v0.4.1
7512026-03-07T00:53:45.555Z Downloaded r2d2 v0.8.10
7522026-03-07T00:53:45.559Z Downloaded russh-cryptovec v0.7.3
7532026-03-07T00:53:45.559Z Downloaded pkcs5 v0.7.1
7542026-03-07T00:53:45.562Z Downloaded pkcs1 v0.7.5
7552026-03-07T00:53:45.566Z Downloaded h2 v0.4.13
7562026-03-07T00:53:45.575Z Downloaded parking_lot v0.11.2
7572026-03-07T00:53:45.579Z Downloaded jiff-static v0.2.21
7582026-03-07T00:53:45.582Z Downloaded scrypt v0.11.0
7592026-03-07T00:53:45.585Z Downloaded rand_chacha v0.9.0
7602026-03-07T00:53:45.588Z Downloaded hashbrown v0.13.2
7612026-03-07T00:53:45.591Z Downloaded scopeguard v1.2.0
7622026-03-07T00:53:45.594Z Downloaded serde-big-array v0.5.1
7632026-03-07T00:53:45.597Z Downloaded resolv-conf v0.7.6
7642026-03-07T00:53:45.599Z Downloaded scroll_derive v0.13.1
7652026-03-07T00:53:45.602Z Downloaded pin-project v1.1.11
7662026-03-07T00:53:45.614Z Downloaded serde_urlencoded v0.7.1
7672026-03-07T00:53:45.617Z Downloaded aho-corasick v1.1.4
7682026-03-07T00:53:45.623Z Downloaded seq-macro v0.3.6
7692026-03-07T00:53:45.626Z Downloaded salsa20 v0.10.2
7702026-03-07T00:53:45.629Z Downloaded signal-hook-mio v0.2.5
7712026-03-07T00:53:45.632Z Downloaded rustls-pemfile v2.2.0
7722026-03-07T00:53:45.635Z Downloaded sigpipe v0.1.3
7732026-03-07T00:53:45.638Z Downloaded serde_bytes v0.11.19
7742026-03-07T00:53:45.641Z Downloaded signal-hook-tokio v0.3.1
7752026-03-07T00:53:45.641Z Downloaded quinn-udp v0.5.14
7762026-03-07T00:53:45.644Z Downloaded rusty-fork v0.3.1
7772026-03-07T00:53:45.646Z Downloaded rustversion v1.0.22
7782026-03-07T00:53:45.649Z Downloaded scheduled-thread-pool v0.2.7
7792026-03-07T00:53:45.652Z Downloaded p256 v0.13.2
7802026-03-07T00:53:45.655Z Downloaded oso v0.27.3
7812026-03-07T00:53:45.660Z Downloaded siphasher v1.0.2
7822026-03-07T00:53:45.663Z Downloaded sct v0.7.1
7832026-03-07T00:53:45.667Z Downloaded sec1 v0.7.3
7842026-03-07T00:53:45.670Z Downloaded progenitor-impl v0.11.2
7852026-03-07T00:53:45.673Z Downloaded minimal-lexical v0.2.1
7862026-03-07T00:53:45.678Z Downloaded slog-bunyan v2.5.0
7872026-03-07T00:53:45.681Z Downloaded sha1 v0.10.6
7882026-03-07T00:53:45.687Z Downloaded schemars_derive v0.8.22
7892026-03-07T00:53:45.687Z Downloaded scroll v0.13.0
7902026-03-07T00:53:45.690Z Downloaded russh-keys v0.45.0
7912026-03-07T00:53:45.693Z Downloaded openssl-sys v0.9.111
7922026-03-07T00:53:45.696Z Downloaded slog-envlogger v2.2.0
7932026-03-07T00:53:45.701Z Downloaded ssh-encoding v0.2.0
7942026-03-07T00:53:45.704Z Downloaded hyper-util v0.1.20
7952026-03-07T00:53:45.707Z Downloaded simd-adler32 v0.3.8
7962026-03-07T00:53:45.710Z Downloaded serde_derive_internals v0.29.1
7972026-03-07T00:53:45.715Z Downloaded sqlparser_derive v0.5.0
7982026-03-07T00:53:45.715Z Downloaded structmeta v0.3.0
7992026-03-07T00:53:45.718Z Downloaded strum v0.27.2
8002026-03-07T00:53:45.718Z Downloaded strum v0.26.3
8012026-03-07T00:53:45.721Z Downloaded structmeta-derive v0.3.0
8022026-03-07T00:53:45.724Z Downloaded subtle v2.6.1
8032026-03-07T00:53:45.724Z Downloaded ssh-cipher v0.2.0
8042026-03-07T00:53:45.727Z Downloaded crossterm v0.29.0
8052026-03-07T00:53:45.733Z Downloaded sync_wrapper v1.0.2
8062026-03-07T00:53:45.736Z Downloaded sync-ptr v0.1.4
8072026-03-07T00:53:45.736Z Downloaded tabwriter v1.4.1
8082026-03-07T00:53:45.740Z Downloaded tabled_derive v0.11.0
8092026-03-07T00:53:45.743Z Downloaded slog-async v2.8.0
8102026-03-07T00:53:45.743Z Downloaded smf v0.2.3
8112026-03-07T00:53:45.745Z Downloaded slog-json v2.6.1
8122026-03-07T00:53:45.748Z Downloaded slab v0.4.12
8132026-03-07T00:53:45.748Z Downloaded tagptr v0.2.0
8142026-03-07T00:53:45.751Z Downloaded take_mut v0.2.2
8152026-03-07T00:53:45.755Z Downloaded serde_path_to_error v0.1.20
8162026-03-07T00:53:45.755Z Downloaded testing_table v0.3.0
8172026-03-07T00:53:45.758Z Downloaded progenitor-impl v0.10.0
8182026-03-07T00:53:45.758Z Downloaded sqlformat v0.3.5
8192026-03-07T00:53:45.761Z Downloaded smallvec v0.6.14
8202026-03-07T00:53:45.764Z Downloaded semver v0.1.20
8212026-03-07T00:53:45.764Z Downloaded thiserror-impl-no-std v2.0.2
8222026-03-07T00:53:45.768Z Downloaded ron v0.8.1
8232026-03-07T00:53:45.772Z Downloaded spki v0.7.3
8242026-03-07T00:53:45.775Z Downloaded time-core v0.1.8
8252026-03-07T00:53:45.778Z Downloaded shlex v1.3.0
8262026-03-07T00:53:45.778Z Downloaded snafu-derive v0.8.9
8272026-03-07T00:53:45.781Z Downloaded stacker v0.1.23
8282026-03-07T00:53:45.784Z Downloaded tinyvec_macros v0.1.1
8292026-03-07T00:53:45.787Z Downloaded stringprep v0.1.5
8302026-03-07T00:53:45.787Z Downloaded string_cache v0.8.9
8312026-03-07T00:53:45.790Z Downloaded strum_macros v0.27.2
8322026-03-07T00:53:45.794Z Downloaded itertools v0.10.5
8332026-03-07T00:53:45.798Z Downloaded schemars v0.8.22
8342026-03-07T00:53:45.811Z Downloaded supports-color v3.0.2
8352026-03-07T00:53:45.815Z Downloaded support-bundle-viewer v0.1.2
8362026-03-07T00:53:45.815Z Downloaded rayon-core v1.13.0
8372026-03-07T00:53:45.824Z Downloaded tap v1.0.1
8382026-03-07T00:53:45.825Z Downloaded spin v0.9.8
8392026-03-07T00:53:45.825Z Downloaded publicsuffix v2.3.0
8402026-03-07T00:53:45.827Z Downloaded termios v0.3.3
8412026-03-07T00:53:45.830Z Downloaded nom v7.1.3
8422026-03-07T00:53:45.833Z Downloaded try-lock v0.2.5
8432026-03-07T00:53:45.836Z Downloaded tower-service v0.3.3
8442026-03-07T00:53:45.836Z Downloaded tower-layer v0.3.3
8452026-03-07T00:53:45.839Z Downloaded tls_codec_derive v0.4.2
8462026-03-07T00:53:45.842Z Downloaded time-macros v0.2.27
8472026-03-07T00:53:45.845Z Downloaded signal-hook v0.3.18
8482026-03-07T00:53:45.848Z Downloaded thread_local v1.1.9
8492026-03-07T00:53:45.848Z Downloaded serde_yaml v0.9.34+deprecated
8502026-03-07T00:53:45.851Z Downloaded rustls-platform-verifier v0.6.2
8512026-03-07T00:53:45.856Z Downloaded typify-macro v0.4.3
8522026-03-07T00:53:45.859Z Downloaded trait-variant v0.1.2
8532026-03-07T00:53:45.859Z Downloaded tiny-keccak v2.0.2
8542026-03-07T00:53:45.863Z Downloaded tokio-tungstenite v0.23.1
8552026-03-07T00:53:45.866Z Downloaded tls_codec v0.4.2
8562026-03-07T00:53:45.869Z Downloaded itertools v0.13.0
8572026-03-07T00:53:45.876Z Downloaded unicode-truncate v1.1.0
8582026-03-07T00:53:45.878Z Downloaded unarray v0.1.4
8592026-03-07T00:53:45.878Z Downloaded typify-macro v0.6.1
8602026-03-07T00:53:45.882Z Downloaded quinn v0.11.9
8612026-03-07T00:53:45.885Z Downloaded tokio-tungstenite v0.21.0
8622026-03-07T00:53:45.885Z Downloaded tokio-native-tls v0.3.1
8632026-03-07T00:53:45.889Z Downloaded usdt-macro v0.6.0
8642026-03-07T00:53:45.889Z Downloaded socket2 v0.6.2
8652026-03-07T00:53:45.893Z Downloaded tokio-rustls v0.25.0
8662026-03-07T00:53:45.896Z Downloaded slog v2.8.2
8672026-03-07T00:53:45.899Z Downloaded untrusted v0.7.1
8682026-03-07T00:53:45.902Z Downloaded universal-hash v0.5.1
8692026-03-07T00:53:45.902Z Downloaded unit-prefix v0.5.2
8702026-03-07T00:53:45.902Z Downloaded void v1.0.2
8712026-03-07T00:53:45.906Z Downloaded topological-sort v0.2.2
8722026-03-07T00:53:45.906Z Downloaded toml_writer v1.0.6+spec-1.1.0
8732026-03-07T00:53:45.907Z Downloaded samael v0.0.19
8742026-03-07T00:53:45.912Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8752026-03-07T00:53:45.916Z Downloaded thiserror-no-std v2.0.2
8762026-03-07T00:53:45.921Z Downloaded want v0.3.1
8772026-03-07T00:53:45.921Z Downloaded waitgroup v0.1.2
8782026-03-07T00:53:45.935Z Downloaded tui-tree-widget v0.23.1
8792026-03-07T00:53:45.935Z Downloaded num-bigint-dig v0.8.6
8802026-03-07T00:53:45.939Z Downloaded usdt-attr-macro v0.6.0
8812026-03-07T00:53:45.939Z Downloaded term v1.2.1
8822026-03-07T00:53:45.939Z Downloaded utf-8 v0.7.6
8832026-03-07T00:53:45.939Z Downloaded socket2 v0.5.10
8842026-03-07T00:53:45.939Z Downloaded wait-timeout v0.2.1
8852026-03-07T00:53:45.940Z Downloaded futures-util v0.3.32
8862026-03-07T00:53:45.949Z Downloaded untrusted v0.9.0
8872026-03-07T00:53:45.954Z Downloaded xshell-macros v0.2.7
8882026-03-07T00:53:45.954Z Downloaded xattr v1.6.1
8892026-03-07T00:53:45.958Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8902026-03-07T00:53:45.958Z Downloaded tokio-rustls v0.24.1
8912026-03-07T00:53:45.961Z Downloaded unicase v2.9.0
8922026-03-07T00:53:45.961Z Downloaded rand v0.10.0
8932026-03-07T00:53:45.965Z Downloaded test-strategy v0.4.5
8942026-03-07T00:53:45.969Z Downloaded uzers v0.12.2
8952026-03-07T00:53:45.973Z Downloaded tokio-stream v0.1.18
8962026-03-07T00:53:45.976Z Downloaded zone_cfg_derive v0.3.1
8972026-03-07T00:53:45.976Z Downloaded zone v0.3.1
8982026-03-07T00:53:45.980Z Downloaded twox-hash v2.1.2
8992026-03-07T00:53:45.980Z Downloaded zeroize_derive v1.4.3
9002026-03-07T00:53:45.984Z Downloaded blake3 v1.8.3
9012026-03-07T00:53:45.989Z Downloaded toml_parser v1.0.9+spec-1.1.0
9022026-03-07T00:53:45.993Z Downloaded walkdir v2.5.0
9032026-03-07T00:53:45.996Z Downloaded vergen-lib v0.1.6
9042026-03-07T00:53:45.996Z Downloaded vergen-git2 v1.0.7
9052026-03-07T00:53:46.000Z Downloaded unicode-properties v0.1.4
9062026-03-07T00:53:46.004Z Downloaded tracing-attributes v0.1.31
9072026-03-07T00:53:46.004Z Downloaded itertools v0.14.0
9082026-03-07T00:53:46.009Z Downloaded xz2 v0.1.7
9092026-03-07T00:53:46.012Z Downloaded toml v1.0.3+spec-1.1.0
9102026-03-07T00:53:46.031Z Downloaded wyz v0.5.1
9112026-03-07T00:53:46.035Z Downloaded schemars v1.2.1
9122026-03-07T00:53:46.035Z Downloaded zeroize v1.8.2
9132026-03-07T00:53:46.035Z Downloaded toml v0.9.12+spec-1.1.0
9142026-03-07T00:53:46.039Z Downloaded toml v0.7.8
9152026-03-07T00:53:46.042Z Downloaded zstd-safe v7.2.4
9162026-03-07T00:53:46.043Z Downloaded zstd v0.13.3
9172026-03-07T00:53:46.046Z Downloaded russh v0.45.0
9182026-03-07T00:53:46.051Z Downloaded vergen-gitcl v1.0.8
9192026-03-07T00:53:46.055Z Downloaded vergen v9.0.6
9202026-03-07T00:53:46.059Z Downloaded vsss-rs v3.3.4
9212026-03-07T00:53:46.059Z Downloaded usdt-impl v0.6.0
9222026-03-07T00:53:46.059Z Downloaded tungstenite v0.23.0
9232026-03-07T00:53:46.062Z Downloaded xshell v0.2.7
9242026-03-07T00:53:46.065Z Downloaded unicode-bidi v0.3.18
9252026-03-07T00:53:46.069Z Downloaded typify v0.6.1
9262026-03-07T00:53:46.074Z Downloaded typify v0.4.3
9272026-03-07T00:53:46.097Z Downloaded zerocopy v0.6.6
9282026-03-07T00:53:46.097Z Downloaded unsafe-libyaml v0.2.11
9292026-03-07T00:53:46.103Z Downloaded yasna v0.5.2
9302026-03-07T00:53:46.103Z Downloaded vte v0.14.1
9312026-03-07T00:53:46.103Z Downloaded tracing-core v0.1.36
9322026-03-07T00:53:46.103Z Downloaded steno v0.4.1
9332026-03-07T00:53:46.103Z Downloaded toml_edit v0.23.10+spec-1.0.0
9342026-03-07T00:53:46.103Z Downloaded tungstenite v0.21.0
9352026-03-07T00:53:46.103Z Downloaded uuid v1.21.0
9362026-03-07T00:53:46.107Z Downloaded tokio-postgres v0.7.16
9372026-03-07T00:53:46.111Z Downloaded ssh-key v0.6.7
9382026-03-07T00:53:46.115Z Downloaded rpassword v7.4.0
9392026-03-07T00:53:46.118Z Downloaded bindgen v0.71.1
9402026-03-07T00:53:46.127Z Downloaded aws-lc-rs v1.16.0
9412026-03-07T00:53:46.136Z Downloaded zopfli v0.8.3
9422026-03-07T00:53:46.141Z Downloaded toml_edit v0.19.15
9432026-03-07T00:53:46.153Z Downloaded yansi v1.0.1
9442026-03-07T00:53:46.156Z Downloaded bitvec v1.0.1
9452026-03-07T00:53:46.172Z Downloaded zip v0.6.6
9462026-03-07T00:53:46.175Z Downloaded reqwest v0.13.2
9472026-03-07T00:53:46.179Z Downloaded reqwest v0.12.28
9482026-03-07T00:53:46.185Z Downloaded git2 v0.20.4
9492026-03-07T00:53:46.195Z Downloaded reedline v0.40.0
9502026-03-07T00:53:46.202Z Downloaded zerocopy-derive v0.8.40
9512026-03-07T00:53:46.209Z Downloaded tower v0.5.3
9522026-03-07T00:53:46.220Z Downloaded typed-path v0.9.3
9532026-03-07T00:53:46.224Z Downloaded unicode-segmentation v1.12.0
9542026-03-07T00:53:46.228Z Downloaded rayon v1.11.0
9552026-03-07T00:53:46.238Z Downloaded moka v0.12.13
9562026-03-07T00:53:46.257Z Downloaded x509-cert v0.2.5
9572026-03-07T00:53:46.261Z Downloaded salty v0.3.0
9582026-03-07T00:53:46.262Z Downloaded rustls-webpki v0.101.7
9592026-03-07T00:53:46.285Z Downloaded zip v4.6.1
9602026-03-07T00:53:46.293Z Downloaded tokio-util v0.7.18
9612026-03-07T00:53:46.293Z Downloaded unicode-normalization v0.1.25
9622026-03-07T00:53:46.293Z Downloaded proptest v1.10.0
9632026-03-07T00:53:46.298Z Downloaded object v0.30.4
9642026-03-07T00:53:46.318Z Downloaded tower-http v0.6.8
9652026-03-07T00:53:46.323Z Downloaded serde_with v3.17.0
9662026-03-07T00:53:46.330Z Downloaded winnow v0.5.40
9672026-03-07T00:53:46.334Z Downloaded radix_trie v0.2.1
9682026-03-07T00:53:46.339Z Downloaded tough v0.20.0
9692026-03-07T00:53:46.350Z Downloaded quinn-proto v0.11.13
9702026-03-07T00:53:46.354Z Downloaded openssl v0.10.75
9712026-03-07T00:53:46.368Z Downloaded rustls v0.21.12
9722026-03-07T00:53:46.375Z Downloaded winnow v0.6.26
9732026-03-07T00:53:46.384Z Downloaded bstr v1.12.1
9742026-03-07T00:53:46.395Z Downloaded regex-syntax v0.6.29
9752026-03-07T00:53:46.412Z Downloaded tabled v0.20.0
9762026-03-07T00:53:46.416Z Downloaded time v0.3.47
9772026-03-07T00:53:46.426Z Downloaded nix v0.29.0
9782026-03-07T00:53:46.449Z Downloaded rustls v0.22.4
9792026-03-07T00:53:46.456Z Downloaded object v0.37.3
9802026-03-07T00:53:46.461Z Downloaded zlib-rs v0.6.2
9812026-03-07T00:53:46.467Z Downloaded smoltcp v0.9.1
9822026-03-07T00:53:46.476Z Downloaded webpki-roots v1.0.6
9832026-03-07T00:53:46.480Z Downloaded nix v0.31.1
9842026-03-07T00:53:46.492Z Downloaded zerocopy v0.8.40
9852026-03-07T00:53:46.502Z Downloaded openapiv3 v2.2.0
9862026-03-07T00:53:46.514Z Downloaded regress v0.10.5
9872026-03-07T00:53:46.521Z Downloaded rustix v0.38.44
9882026-03-07T00:53:46.542Z Downloaded hickory-proto v0.25.2
9892026-03-07T00:53:46.555Z Downloaded smoltcp v0.11.0
9902026-03-07T00:53:46.566Z Downloaded regex-syntax v0.8.10
9912026-03-07T00:53:46.574Z Downloaded rustls v0.23.37
9922026-03-07T00:53:46.585Z Downloaded hickory-proto v0.24.4
9932026-03-07T00:53:46.599Z Downloaded vcpkg v0.2.15
9942026-03-07T00:53:46.636Z Downloaded nix v0.30.1
9952026-03-07T00:53:46.646Z Downloaded tracing v0.1.44
9962026-03-07T00:53:46.668Z Downloaded typify-impl v0.4.3
9972026-03-07T00:53:46.680Z Downloaded typify-impl v0.6.1
9982026-03-07T00:53:46.691Z Downloaded sled v0.34.7
9992026-03-07T00:53:46.701Z Downloaded ratatui v0.29.0
10002026-03-07T00:53:46.719Z Downloaded bzip2-sys v0.1.13+1.0.8
10012026-03-07T00:53:46.730Z Downloaded sqlparser v0.61.0
10022026-03-07T00:53:46.738Z Downloaded polar-core v0.27.3
10032026-03-07T00:53:46.745Z Downloaded nix v0.28.0
10042026-03-07T00:53:46.756Z Downloaded zerocopy-derive v0.6.6
10052026-03-07T00:53:46.765Z Downloaded regex-automata v0.4.14
10062026-03-07T00:53:46.779Z Downloaded nix v0.27.1
10072026-03-07T00:53:46.788Z Downloaded chrono-tz v0.10.4
10082026-03-07T00:53:46.804Z Downloaded petgraph v0.6.5
10092026-03-07T00:53:46.820Z Downloaded diesel v2.2.12
10102026-03-07T00:53:46.837Z Downloaded rustls-webpki v0.102.8
10112026-03-07T00:53:46.855Z Downloaded lzma-sys v0.1.20
10122026-03-07T00:53:46.878Z Downloaded petgraph v0.8.3
10132026-03-07T00:53:46.901Z Downloaded jiff v0.2.21
10142026-03-07T00:53:46.914Z Downloaded petname v2.0.2
10152026-03-07T00:53:46.919Z Downloaded curve25519-dalek v4.1.3
10162026-03-07T00:53:46.926Z Downloaded libz-sys v1.1.24
10172026-03-07T00:53:46.946Z Downloaded csv v1.4.0
10182026-03-07T00:53:46.962Z Downloaded lalrpop v0.19.12
10192026-03-07T00:53:46.973Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10202026-03-07T00:53:46.987Z Downloaded tokio v1.49.0
10212026-03-07T00:53:47.024Z Downloaded sha3 v0.10.8
10222026-03-07T00:53:47.027Z Downloaded goblin v0.10.5
10232026-03-07T00:53:47.034Z Downloaded quick-xml v0.37.5
10242026-03-07T00:53:47.038Z Downloaded portable-atomic v1.13.1
10252026-03-07T00:53:47.046Z Downloaded unicode_categories v0.1.1
10262026-03-07T00:53:47.050Z Downloaded p384 v0.13.1
10272026-03-07T00:53:47.054Z Downloaded rustyline v14.0.0
10282026-03-07T00:53:47.057Z Downloaded ron v0.12.0
10292026-03-07T00:53:47.064Z Downloaded regex v1.12.3
10302026-03-07T00:53:47.069Z Downloaded chrono v0.4.44
10312026-03-07T00:53:47.076Z Downloaded tokio-rustls v0.26.4
10322026-03-07T00:53:47.081Z Downloaded whoami v2.1.0
10332026-03-07T00:53:47.081Z Downloaded whoami v1.6.1
10342026-03-07T00:53:47.086Z Downloaded hkdf v0.12.4
10352026-03-07T00:53:47.086Z Downloaded tinyvec v1.10.0
10362026-03-07T00:53:47.086Z Downloaded snafu v0.8.9
10372026-03-07T00:53:47.115Z Downloaded libm v0.2.16
10382026-03-07T00:53:47.115Z Downloaded rcgen v0.12.1
10392026-03-07T00:53:47.115Z Downloaded hyper v1.8.1
10402026-03-07T00:53:47.115Z Downloaded p521 v0.13.3
10412026-03-07T00:53:47.118Z Downloaded term v0.7.0
10422026-03-07T00:53:47.118Z Downloaded tar v0.4.44
10432026-03-07T00:53:47.118Z Downloaded subprocess v0.2.15
10442026-03-07T00:53:47.122Z Downloaded rustls-webpki v0.103.9
10452026-03-07T00:53:47.123Z Downloaded rsa v0.9.10
10462026-03-07T00:53:47.127Z Downloaded rand v0.9.2
10472026-03-07T00:53:47.130Z Downloaded libxml v0.3.3
10482026-03-07T00:53:47.136Z Downloaded encoding_rs v0.8.35
10492026-03-07T00:53:47.155Z Downloaded usdt v0.6.0
10502026-03-07T00:53:47.158Z Downloaded tokio-macros v2.6.0
10512026-03-07T00:53:47.158Z Downloaded tokio-dtrace v0.1.1
10522026-03-07T00:53:47.158Z Downloaded iri-string v0.7.10
10532026-03-07T00:53:47.166Z Downloaded itertools v0.12.1
10542026-03-07T00:53:47.170Z Downloaded mio v1.1.1
10552026-03-07T00:53:47.190Z Downloaded strum_macros v0.26.4
10562026-03-07T00:53:47.194Z Downloaded strum_macros v0.24.3
10572026-03-07T00:53:47.195Z Downloaded rand v0.8.5
10582026-03-07T00:53:47.195Z Downloaded schemars v0.9.0
10592026-03-07T00:53:47.195Z Downloaded thread-id v5.1.0
10602026-03-07T00:53:47.195Z Downloaded ring v0.17.14
10612026-03-07T00:53:47.230Z Downloaded similar v2.7.0
10622026-03-07T00:53:47.234Z Downloaded qorb v0.4.1
10632026-03-07T00:53:47.238Z Downloaded prettyplease v0.2.37
10642026-03-07T00:53:47.241Z Downloaded serde_with_macros v3.17.0
10652026-03-07T00:53:47.245Z Downloaded static_assertions v1.1.0
10662026-03-07T00:53:47.245Z Downloaded termtree v0.5.1
10672026-03-07T00:53:47.245Z Downloaded ryu v1.0.23
10682026-03-07T00:53:47.249Z Downloaded iddqd v0.3.17
10692026-03-07T00:53:47.255Z Downloaded serde_cbor v0.11.2
10702026-03-07T00:53:47.258Z Downloaded hashbrown v0.15.5
10712026-03-07T00:53:47.261Z Downloaded prefix-trie v0.7.0
10722026-03-07T00:53:47.266Z Downloaded slog-term v2.9.2
10732026-03-07T00:53:47.270Z Downloaded slog-stdlog v4.1.1
10742026-03-07T00:53:47.270Z Downloaded slog-scope v4.4.1
10752026-03-07T00:53:47.270Z Downloaded slog-dtrace v0.3.0
10762026-03-07T00:53:47.275Z Downloaded signature v2.2.0
10772026-03-07T00:53:47.275Z Downloaded signal-hook-registry v1.4.8
10782026-03-07T00:53:47.275Z Downloaded crossterm v0.28.1
10792026-03-07T00:53:47.279Z Downloaded libgit2-sys v0.18.3+1.9.2
10802026-03-07T00:53:47.328Z Downloaded num-bigint v0.4.6
10812026-03-07T00:53:47.332Z Downloaded hashbrown v0.12.3
10822026-03-07T00:53:47.335Z Downloaded strip-ansi-escapes v0.2.1
10832026-03-07T00:53:47.337Z Downloaded rustls-pki-types v1.14.0
10842026-03-07T00:53:47.337Z Downloaded serde-hex v0.1.0
10852026-03-07T00:53:47.340Z Downloaded pretty_assertions v1.4.1
10862026-03-07T00:53:47.340Z Downloaded progenitor-impl v0.13.0
10872026-03-07T00:53:47.344Z Downloaded shell-words v1.1.1
10882026-03-07T00:53:47.344Z Downloaded pkcs8 v0.10.2
10892026-03-07T00:53:47.347Z Downloaded secrecy v0.10.3
10902026-03-07T00:53:47.348Z Downloaded secrecy v0.8.0
10912026-03-07T00:53:47.348Z Downloaded rand_core v0.6.4
10922026-03-07T00:53:47.351Z Downloaded serde_spanned v1.0.4
10932026-03-07T00:53:47.351Z Downloaded serde_repr v0.1.20
10942026-03-07T00:53:47.354Z Downloaded serde_plain v1.0.2
10952026-03-07T00:53:47.354Z Downloaded rustls-pemfile v1.0.4
10962026-03-07T00:53:47.354Z Downloaded rustls-native-certs v0.8.3
10972026-03-07T00:53:47.358Z Downloaded http v1.4.0
10982026-03-07T00:53:47.361Z Downloaded hickory-resolver v0.25.2
10992026-03-07T00:53:47.365Z Downloaded postcard v1.1.3
11002026-03-07T00:53:47.368Z Downloaded sapling-renderdag v0.1.0
11012026-03-07T00:53:47.368Z Downloaded rand_seeder v0.4.0
11022026-03-07T00:53:47.368Z Downloaded rand_core v0.10.0
11032026-03-07T00:53:47.371Z Downloaded rand_core v0.9.5
11042026-03-07T00:53:47.371Z Downloaded papergrid v0.17.0
11052026-03-07T00:53:47.375Z Downloaded same-file v1.0.6
11062026-03-07T00:53:47.378Z Downloaded miniz_oxide v0.8.9
11072026-03-07T00:53:47.380Z Downloaded hickory-server v0.25.2
11082026-03-07T00:53:47.385Z Downloaded psm v0.1.30
11092026-03-07T00:53:47.388Z Downloaded pin-project-internal v1.1.11
11102026-03-07T00:53:47.388Z Downloaded hickory-resolver v0.24.4
11112026-03-07T00:53:47.391Z Downloaded progenitor v0.11.2
11122026-03-07T00:53:47.391Z Downloaded postgres-types v0.2.12
11132026-03-07T00:53:47.395Z Downloaded aes-gcm v0.10.3
11142026-03-07T00:53:47.398Z Downloaded poly1305 v0.8.0
11152026-03-07T00:53:47.398Z Downloaded crossbeam-channel v0.5.15
11162026-03-07T00:53:47.401Z Downloaded cc v1.2.56
11172026-03-07T00:53:47.404Z Downloaded bumpalo v3.20.2
11182026-03-07T00:53:47.407Z Downloaded recursive v0.1.1
11192026-03-07T00:53:47.407Z Downloaded rand_xorshift v0.4.0
11202026-03-07T00:53:47.410Z Downloaded paste v1.0.15
11212026-03-07T00:53:47.410Z Downloaded predicates v3.1.4
11222026-03-07T00:53:47.414Z Downloaded parking_lot v0.12.5
11232026-03-07T00:53:47.417Z Downloaded ignore v0.4.25
11242026-03-07T00:53:47.417Z Downloaded postgres-protocol v0.6.10
11252026-03-07T00:53:47.420Z Downloaded half v2.7.1
11262026-03-07T00:53:47.423Z Downloaded pin-project-lite v0.2.17
11272026-03-07T00:53:47.426Z Downloaded phf v0.12.1
11282026-03-07T00:53:47.426Z Downloaded omicron-zone-package v0.12.2
11292026-03-07T00:53:47.429Z Downloaded num-complex v0.4.6
11302026-03-07T00:53:47.432Z Downloaded progenitor-client v0.11.2
11312026-03-07T00:53:47.432Z Downloaded phf v0.13.1
11322026-03-07T00:53:47.435Z Downloaded precomputed-hash v0.1.1
11332026-03-07T00:53:47.436Z Downloaded libbz2-rs-sys v0.2.2
11342026-03-07T00:53:47.436Z Downloaded pem v3.0.6
11352026-03-07T00:53:47.439Z Downloaded proc-macro-crate v1.3.1
11362026-03-07T00:53:47.439Z Downloaded parking_lot_core v0.8.6
11372026-03-07T00:53:47.439Z Downloaded packed_struct v0.10.1
11382026-03-07T00:53:47.444Z Downloaded oxnet v0.1.4
11392026-03-07T00:53:47.444Z Downloaded indexmap v1.9.3
11402026-03-07T00:53:47.447Z Downloaded dropshot-api-manager v0.5.2
11412026-03-07T00:53:47.450Z Downloaded derive_more v2.1.1
11422026-03-07T00:53:47.458Z Downloaded base64 v0.22.1
11432026-03-07T00:53:47.461Z Downloaded flate2 v1.1.9
11442026-03-07T00:53:47.465Z Downloaded password-hash v0.5.0
11452026-03-07T00:53:47.468Z Downloaded newtype-uuid v1.3.2
11462026-03-07T00:53:47.468Z Downloaded headers v0.4.1
11472026-03-07T00:53:47.472Z Downloaded powerfmt v0.2.0
11482026-03-07T00:53:47.475Z Downloaded num_enum_derive v0.7.5
11492026-03-07T00:53:47.475Z Downloaded parse-display v0.10.0
11502026-03-07T00:53:47.475Z Downloaded num-rational v0.4.2
11512026-03-07T00:53:47.479Z Downloaded num-integer v0.1.46
11522026-03-07T00:53:47.479Z Downloaded litrs v1.0.0
11532026-03-07T00:53:47.482Z Downloaded num-iter v0.1.45
11542026-03-07T00:53:47.482Z Downloaded mime v0.3.17
11552026-03-07T00:53:47.482Z Downloaded phf_shared v0.11.3
11562026-03-07T00:53:47.485Z Downloaded libsw v3.5.0
11572026-03-07T00:53:47.485Z Downloaded pbkdf2 v0.11.0
11582026-03-07T00:53:47.488Z Downloaded num_enum v0.7.5
11592026-03-07T00:53:47.492Z Downloaded num-derive v0.4.2
11602026-03-07T00:53:47.495Z Downloaded native-tls v0.2.18
11612026-03-07T00:53:47.495Z Downloaded nanorand v0.7.0
11622026-03-07T00:53:47.498Z Downloaded multimap v0.10.1
11632026-03-07T00:53:47.498Z Downloaded getrandom v0.3.4
11642026-03-07T00:53:47.501Z Downloaded futures-channel v0.3.32
11652026-03-07T00:53:47.501Z Downloaded bytes v1.11.1
11662026-03-07T00:53:47.507Z Downloaded const_format v0.2.35
11672026-03-07T00:53:47.510Z Downloaded diesel_derives v2.2.7
11682026-03-07T00:53:47.514Z Downloaded darling_core v0.20.11
11692026-03-07T00:53:47.517Z Downloaded num-conv v0.2.0
11702026-03-07T00:53:47.521Z Downloaded fatfs v0.3.6
11712026-03-07T00:53:47.524Z Downloaded darling_core v0.21.3
11722026-03-07T00:53:47.528Z Downloaded chacha20poly1305 v0.10.1
11732026-03-07T00:53:47.528Z Downloaded derive-where v1.6.0
11742026-03-07T00:53:47.531Z Downloaded compact_str v0.8.1
11752026-03-07T00:53:47.534Z Downloaded num v0.4.3
11762026-03-07T00:53:47.534Z Downloaded normalize-line-endings v0.3.0
11772026-03-07T00:53:47.534Z Downloaded nonempty v0.12.0
11782026-03-07T00:53:47.534Z Downloaded new_debug_unreachable v1.0.6
11792026-03-07T00:53:47.556Z Downloaded libsw-core v0.3.2
11802026-03-07T00:53:47.565Z Downloaded keccak v0.1.6
11812026-03-07T00:53:47.565Z Downloaded jobserver v0.1.34
11822026-03-07T00:53:47.565Z Downloaded hyper-rustls v0.27.7
11832026-03-07T00:53:47.565Z Downloaded httparse v1.10.1
11842026-03-07T00:53:47.565Z Downloaded crc-any v2.5.0
11852026-03-07T00:53:47.565Z Downloaded elliptic-curve v0.13.8
11862026-03-07T00:53:47.578Z Downloaded const_format_proc_macros v0.2.34
11872026-03-07T00:53:47.578Z Downloaded ipnetwork v0.21.1
11882026-03-07T00:53:47.586Z Downloaded ipnet v2.11.0
11892026-03-07T00:53:47.594Z Downloaded hyper-staticfile v0.10.1
11902026-03-07T00:53:47.594Z Downloaded hickory-client v0.25.2
11912026-03-07T00:53:47.598Z Downloaded ff v0.13.1
11922026-03-07T00:53:47.598Z Downloaded hmac v0.12.1
11932026-03-07T00:53:47.598Z Downloaded highway v1.3.0
11942026-03-07T00:53:47.598Z Downloaded foldhash v0.1.5
11952026-03-07T00:53:47.603Z Downloaded newtype_derive v0.1.6
11962026-03-07T00:53:47.603Z Downloaded maplit v1.0.2
11972026-03-07T00:53:47.603Z Downloaded ingot v0.1.1
11982026-03-07T00:53:47.606Z Downloaded md-5 v0.10.6
11992026-03-07T00:53:47.606Z Downloaded match_cfg v0.1.0
12002026-03-07T00:53:47.606Z Downloaded managed v0.8.0
12012026-03-07T00:53:47.610Z Downloaded lru-slab v0.1.2
12022026-03-07T00:53:47.610Z Downloaded lru-cache v0.1.2
12032026-03-07T00:53:47.610Z Downloaded lru v0.12.5
12042026-03-07T00:53:47.613Z Downloaded linked-hash-map v0.5.6
12052026-03-07T00:53:47.613Z Downloaded derive_more v0.99.20
12062026-03-07T00:53:47.616Z Downloaded console v0.16.2
12072026-03-07T00:53:47.621Z Downloaded allocator-api2 v0.2.21
12082026-03-07T00:53:47.625Z Downloaded getrandom v0.2.17
12092026-03-07T00:53:47.628Z Downloaded either v1.15.0
12102026-03-07T00:53:47.628Z Downloaded diff v0.1.13
12112026-03-07T00:53:47.634Z Downloaded clang-sys v1.8.1
12122026-03-07T00:53:47.637Z Downloaded darling v0.23.0
12132026-03-07T00:53:47.640Z Downloaded curve25519-dalek-derive v0.1.1
12142026-03-07T00:53:47.644Z Downloaded crypto-bigint v0.5.5
12152026-03-07T00:53:47.648Z Downloaded colored v2.2.0
12162026-03-07T00:53:47.650Z Downloaded blake2 v0.10.6
12172026-03-07T00:53:47.655Z Downloaded cookie_store v0.22.1
12182026-03-07T00:53:47.658Z Downloaded const-oid v0.9.6
12192026-03-07T00:53:47.658Z Downloaded console v0.15.11
12202026-03-07T00:53:47.661Z Downloaded ciborium v0.2.2
12212026-03-07T00:53:47.665Z Downloaded chacha20 v0.10.0
12222026-03-07T00:53:47.668Z Downloaded cancel-safe-futures v0.1.5
12232026-03-07T00:53:47.668Z Downloaded base64 v0.21.7
12242026-03-07T00:53:47.672Z Downloaded inout v0.1.4
12252026-03-07T00:53:47.675Z Downloaded instability v0.3.11
12262026-03-07T00:53:47.675Z Downloaded indoc v1.0.9
12272026-03-07T00:53:47.679Z Downloaded http-body-util v0.1.3
12282026-03-07T00:53:47.679Z Downloaded group v0.13.0
12292026-03-07T00:53:47.679Z Downloaded git-stub-vcs v0.1.0
12302026-03-07T00:53:47.682Z Downloaded hostname v0.3.1
12312026-03-07T00:53:47.682Z Downloaded glob v0.3.3
12322026-03-07T00:53:47.685Z Downloaded home v0.5.12
12332026-03-07T00:53:47.685Z Downloaded crossbeam-utils v0.8.21
12342026-03-07T00:53:47.688Z Downloaded bzip2 v0.6.1
12352026-03-07T00:53:47.692Z Downloaded csv-core v0.1.13
12362026-03-07T00:53:47.692Z Downloaded bcrypt-pbkdf v0.10.0
12372026-03-07T00:53:47.695Z Downloaded backon v1.6.0
12382026-03-07T00:53:47.695Z Downloaded hyper-tls v0.6.0
12392026-03-07T00:53:47.695Z Downloaded futures-executor v0.3.32
12402026-03-07T00:53:47.698Z Downloaded fs_extra v1.3.0
12412026-03-07T00:53:47.698Z Downloaded drift v0.1.3
12422026-03-07T00:53:47.705Z Downloaded fs-err v2.11.0
12432026-03-07T00:53:47.708Z Downloaded filetime v0.2.27
12442026-03-07T00:53:47.708Z Downloaded erased-serde v0.3.31
12452026-03-07T00:53:47.708Z Downloaded defmt v1.0.1
12462026-03-07T00:53:47.711Z Downloaded bcs v0.1.6
12472026-03-07T00:53:47.714Z Downloaded derive-ex v0.1.8
12482026-03-07T00:53:47.714Z Downloaded critical-section v1.2.0
12492026-03-07T00:53:47.718Z Downloaded convert_case v0.10.0
12502026-03-07T00:53:47.718Z Downloaded chacha20 v0.9.1
12512026-03-07T00:53:47.720Z Downloaded cassowary v0.3.0
12522026-03-07T00:53:47.720Z Downloaded blowfish v0.9.1
12532026-03-07T00:53:47.725Z Downloaded bitflags v1.3.2
12542026-03-07T00:53:47.725Z Downloaded bit-vec v0.8.0
12552026-03-07T00:53:47.728Z Downloaded compression-codecs v0.4.37
12562026-03-07T00:53:47.731Z Downloaded cmake v0.1.57
12572026-03-07T00:53:47.731Z Downloaded bitfield-macros v0.19.4
12582026-03-07T00:53:47.731Z Downloaded backoff v0.4.0
12592026-03-07T00:53:47.734Z Downloaded fallible-iterator v0.2.0
12602026-03-07T00:53:47.734Z Downloaded deranged v0.5.8
12612026-03-07T00:53:47.738Z Downloaded fxhash v0.2.1
12622026-03-07T00:53:47.738Z Downloaded defmt-macros v1.0.1
12632026-03-07T00:53:47.742Z Downloaded hex v0.4.3
12642026-03-07T00:53:47.742Z Downloaded futures-task v0.3.32
12652026-03-07T00:53:47.742Z Downloaded foldhash v0.2.0
12662026-03-07T00:53:47.745Z Downloaded globwalk v0.9.1
12672026-03-07T00:53:47.745Z Downloaded gethostname v0.5.0
12682026-03-07T00:53:47.745Z Downloaded dirs-sys-next v0.1.2
12692026-03-07T00:53:47.745Z Downloaded diesel-dtrace v0.4.2
12702026-03-07T00:53:47.748Z Downloaded derive_builder_macro v0.20.2
12712026-03-07T00:53:47.748Z Downloaded fixedbitset v0.4.2
12722026-03-07T00:53:47.748Z Downloaded corncobs v0.1.4
12732026-03-07T00:53:47.751Z Downloaded cookie v0.18.1
12742026-03-07T00:53:47.756Z Downloaded cargo_metadata v0.19.2
12752026-03-07T00:53:47.756Z Downloaded buf-list v1.1.2
12762026-03-07T00:53:47.756Z Downloaded bitfield-struct v0.6.2
12772026-03-07T00:53:47.759Z Downloaded bitfield v0.19.4
12782026-03-07T00:53:47.759Z Downloaded defmt v0.3.100
12792026-03-07T00:53:47.759Z Downloaded futures-io v0.3.32
12802026-03-07T00:53:47.762Z Downloaded futures-core v0.3.32
12812026-03-07T00:53:47.762Z Downloaded funty v2.0.0
12822026-03-07T00:53:47.762Z Downloaded foreign-types-shared v0.3.1
12832026-03-07T00:53:47.762Z Downloaded float-cmp v0.10.0
12842026-03-07T00:53:47.765Z Downloaded env_filter v1.0.0
12852026-03-07T00:53:47.765Z Downloaded dunce v1.0.5
12862026-03-07T00:53:47.765Z Downloaded dtrace-parser v0.3.0
12872026-03-07T00:53:47.765Z Downloaded crucible-workspace-hack v0.1.0
12882026-03-07T00:53:47.768Z Downloaded difflib v0.4.0
12892026-03-07T00:53:47.768Z Downloaded darling_macro v0.23.0
12902026-03-07T00:53:47.768Z Downloaded cpufeatures v0.3.0
12912026-03-07T00:53:47.772Z Downloaded fd-lock v4.0.4
12922026-03-07T00:53:47.772Z Downloaded defmt-parser v1.0.0
12932026-03-07T00:53:47.772Z Downloaded block-padding v0.3.3
12942026-03-07T00:53:47.775Z Downloaded dof v0.4.0
12952026-03-07T00:53:47.775Z Downloaded dirs-next v2.0.0
12962026-03-07T00:53:47.775Z Downloaded diesel_table_macro_syntax v0.2.0
12972026-03-07T00:53:47.775Z Downloaded crc v3.4.0
12982026-03-07T00:53:47.779Z Downloaded endian-type v0.1.2
12992026-03-07T00:53:47.779Z Downloaded cargo-platform v0.1.9
13002026-03-07T00:53:47.779Z Downloaded daft-derive v0.1.5
13012026-03-07T00:53:47.782Z Downloaded cexpr v0.6.0
13022026-03-07T00:53:47.786Z Downloaded castaway v0.2.4
13032026-03-07T00:53:47.786Z Downloaded atomic-waker v1.1.2
13042026-03-07T00:53:47.789Z Downloaded array-init v0.0.4
13052026-03-07T00:53:47.789Z Downloaded crossbeam-deque v0.8.6
13062026-03-07T00:53:47.789Z Downloaded crc-catalog v2.4.0
13072026-03-07T00:53:47.789Z Downloaded ciborium-ll v0.2.2
13082026-03-07T00:53:47.789Z Downloaded base16ct v0.2.0
13092026-03-07T00:53:47.793Z Downloaded document-features v0.2.12
13102026-03-07T00:53:47.793Z Downloaded cstr-argument v0.1.2
13112026-03-07T00:53:47.793Z Downloaded data-encoding v2.10.0
13122026-03-07T00:53:47.797Z Downloaded darling v0.21.3
13132026-03-07T00:53:47.802Z Downloaded cfg_aliases v0.2.1
13142026-03-07T00:53:47.802Z Downloaded bit-set v0.8.0
13152026-03-07T00:53:47.802Z Downloaded find-msvc-tools v0.1.9
13162026-03-07T00:53:47.805Z Downloaded derive_more-impl v2.1.1
13172026-03-07T00:53:47.808Z Downloaded der v0.7.10
13182026-03-07T00:53:47.811Z Downloaded darling_macro v0.20.11
13192026-03-07T00:53:47.811Z Downloaded daft v0.1.5
13202026-03-07T00:53:47.815Z Downloaded compression-core v0.4.31
13212026-03-07T00:53:47.815Z Downloaded bit-set v0.5.3
13222026-03-07T00:53:47.816Z Downloaded base16ct v1.0.0
13232026-03-07T00:53:47.816Z Downloaded atty v0.2.14
13242026-03-07T00:53:47.819Z Downloaded ctr v0.9.2
13252026-03-07T00:53:47.819Z Downloaded cargo_toml v0.22.3
13262026-03-07T00:53:47.822Z Downloaded ecdsa v0.16.9
13272026-03-07T00:53:47.822Z Downloaded dropshot-api-manager-types v0.5.2
13282026-03-07T00:53:47.822Z Downloaded derive_builder v0.20.2
13292026-03-07T00:53:47.825Z Downloaded debug-ignore v1.0.5
13302026-03-07T00:53:47.830Z Downloaded async-bb8-diesel v0.2.1
13312026-03-07T00:53:47.833Z Downloaded arc-swap v1.8.2
13322026-03-07T00:53:47.833Z Downloaded cobs v0.3.0
13332026-03-07T00:53:47.833Z Downloaded async-stream v0.3.6
13342026-03-07T00:53:47.836Z Downloaded async-trait v0.1.89
13352026-03-07T00:53:47.839Z Downloaded async-compression v0.4.41
13362026-03-07T00:53:47.844Z Downloaded assert_matches v1.5.0
13372026-03-07T00:53:47.847Z Downloaded arrayref v0.3.9
13382026-03-07T00:53:47.847Z Downloaded ahash v0.8.12
13392026-03-07T00:53:47.850Z Downloaded async-recursion v1.1.1
13402026-03-07T00:53:47.853Z Downloaded argon2 v0.5.3
13412026-03-07T00:53:47.853Z Downloaded adler2 v2.0.1
13422026-03-07T00:53:47.853Z Downloaded async-stream-impl v0.3.6
13432026-03-07T00:53:47.856Z Downloaded ascii-canvas v3.0.0
13442026-03-07T00:53:47.856Z Downloaded aead v0.5.2
13452026-03-07T00:53:47.856Z Downloaded base64ct v1.8.3
13462026-03-07T00:53:47.861Z Downloaded arrayvec v0.7.6
13472026-03-07T00:53:48.138Z Downloaded aws-lc-sys v0.37.1
13482026-03-07T00:53:48.487Z Compiling libc v0.2.180
13492026-03-07T00:53:48.490Z Compiling serde v1.0.228
13502026-03-07T00:53:48.490Z Compiling log v0.4.29
13512026-03-07T00:53:48.490Z Compiling shlex v1.3.0
13522026-03-07T00:53:48.490Z Compiling find-msvc-tools v0.1.9
13532026-03-07T00:53:48.490Z Compiling smallvec v1.15.1
13542026-03-07T00:53:48.679Z Compiling syn v2.0.117
13552026-03-07T00:53:48.682Z Compiling typenum v1.19.0
13562026-03-07T00:53:49.103Z Compiling generic-array v0.14.7
13572026-03-07T00:53:49.125Z Compiling subtle v2.6.1
13582026-03-07T00:53:49.128Z Compiling scopeguard v1.2.0
13592026-03-07T00:53:49.206Z Compiling portable-atomic v1.13.1
13602026-03-07T00:53:49.290Z Compiling lock_api v0.4.14
13612026-03-07T00:53:49.313Z Compiling const-oid v0.9.6
13622026-03-07T00:53:49.519Z Compiling critical-section v1.2.0
13632026-03-07T00:53:49.540Z Compiling zerocopy v0.8.40
13642026-03-07T00:53:49.692Z Compiling pin-project-lite v0.2.17
13652026-03-07T00:53:49.753Z Compiling parking_lot_core v0.9.12
13662026-03-07T00:53:49.850Z Compiling serde_json v1.0.149
13672026-03-07T00:53:50.296Z Compiling pkg-config v0.3.32
13682026-03-07T00:53:50.431Z Compiling libm v0.2.16
13692026-03-07T00:53:50.853Z Compiling getrandom v0.2.17
13702026-03-07T00:53:50.905Z Compiling jobserver v0.1.34
13712026-03-07T00:53:51.060Z Compiling errno v0.3.14
13722026-03-07T00:53:51.278Z Compiling rand_core v0.6.4
13732026-03-07T00:53:51.314Z Compiling signal-hook-registry v1.4.8
13742026-03-07T00:53:51.357Z Compiling cc v1.2.56
13752026-03-07T00:53:51.562Z Compiling once_cell v1.21.3
13762026-03-07T00:53:51.736Z Compiling mio v1.1.1
13772026-03-07T00:53:51.816Z Compiling num-traits v0.2.19
13782026-03-07T00:53:51.838Z Compiling bitflags v2.11.0
13792026-03-07T00:53:51.942Z Compiling futures-core v0.3.32
13802026-03-07T00:53:52.143Z Compiling parking_lot v0.12.5
13812026-03-07T00:53:52.291Z Compiling socket2 v0.6.2
13822026-03-07T00:53:52.412Z Compiling percent-encoding v2.3.2
13832026-03-07T00:53:52.803Z Compiling allocator-api2 v0.2.21
13842026-03-07T00:53:52.847Z Compiling cpufeatures v0.2.17
13852026-03-07T00:53:52.974Z Compiling foldhash v0.2.0
13862026-03-07T00:53:53.032Z Compiling futures-sink v0.3.32
13872026-03-07T00:53:53.216Z Compiling futures-channel v0.3.32
13882026-03-07T00:53:53.261Z Compiling getrandom v0.4.1
13892026-03-07T00:53:53.288Z Compiling futures-task v0.3.32
13902026-03-07T00:53:53.376Z Compiling futures-io v0.3.32
13912026-03-07T00:53:53.570Z Compiling hashbrown v0.16.1
13922026-03-07T00:53:53.610Z Compiling slab v0.4.12
13932026-03-07T00:53:53.652Z Compiling rustversion v1.0.22
13942026-03-07T00:53:53.680Z Compiling getrandom v0.3.4
13952026-03-07T00:53:53.942Z Compiling rand_core v0.10.0
13962026-03-07T00:53:54.007Z Compiling cmake v0.1.57
13972026-03-07T00:53:54.892Z Compiling indexmap v2.13.0
13982026-03-07T00:53:54.922Z Compiling form_urlencoded v1.2.2
13992026-03-07T00:53:55.176Z Compiling ident_case v1.0.1
14002026-03-07T00:53:55.216Z Compiling base64ct v1.8.3
14012026-03-07T00:53:55.220Z Compiling dunce v1.0.5
14022026-03-07T00:53:55.382Z Compiling fs_extra v1.3.0
14032026-03-07T00:53:55.385Z Compiling flagset v0.4.7
14042026-03-07T00:53:55.507Z Compiling rand_core v0.9.5
14052026-03-07T00:53:55.602Z Compiling rustix v1.1.3
14062026-03-07T00:53:55.816Z Compiling pem-rfc7468 v0.7.0
14072026-03-07T00:53:55.928Z Compiling aws-lc-sys v0.37.1
14082026-03-07T00:53:56.024Z Compiling iana-time-zone v0.1.65
14092026-03-07T00:53:56.056Z Compiling ring v0.17.14
14102026-03-07T00:53:56.078Z Compiling uuid v1.21.0
14112026-03-07T00:53:56.313Z Compiling synstructure v0.13.2
14122026-03-07T00:53:56.409Z Compiling rustc_version v0.4.1
14132026-03-07T00:53:56.438Z Compiling aws-lc-rs v1.16.0
14142026-03-07T00:53:56.744Z Compiling vcpkg v0.2.15
14152026-03-07T00:53:57.021Z Compiling regex-syntax v0.8.10
14162026-03-07T00:53:57.552Z Compiling tracing-core v0.1.36
14172026-03-07T00:53:57.708Z Compiling crossbeam-utils v0.8.21
14182026-03-07T00:53:58.289Z Compiling pest_generator v2.8.6
14192026-03-07T00:53:58.420Z Compiling openssl-sys v0.9.111
14202026-03-07T00:53:58.785Z Compiling serde_derive_internals v0.29.1
14212026-03-07T00:53:59.635Z Compiling untrusted v0.7.1
14222026-03-07T00:53:59.854Z Compiling openssl-probe v0.2.1
14232026-03-07T00:53:59.952Z Compiling untrusted v0.9.0
14242026-03-07T00:54:00.064Z Compiling syn v1.0.109
14252026-03-07T00:54:00.163Z Compiling schemars v0.8.22
14262026-03-07T00:54:00.185Z Compiling httparse v1.10.1
14272026-03-07T00:54:00.490Z Compiling base64 v0.22.1
14282026-03-07T00:54:00.791Z Compiling serde_derive v1.0.228
14292026-03-07T00:54:00.856Z Compiling zeroize_derive v1.4.3
14302026-03-07T00:54:00.878Z Compiling zerofrom-derive v0.1.6
14312026-03-07T00:54:01.139Z Compiling yoke-derive v0.8.1
14322026-03-07T00:54:01.757Z Compiling zerocopy-derive v0.8.40
14332026-03-07T00:54:02.180Z Compiling zeroize v1.8.2
14342026-03-07T00:54:02.587Z Compiling zerovec-derive v0.11.2
14352026-03-07T00:54:02.635Z Compiling displaydoc v0.2.5
14362026-03-07T00:54:03.933Z Compiling crypto-common v0.1.7
14372026-03-07T00:54:04.011Z Compiling block-buffer v0.10.4
14382026-03-07T00:54:04.190Z Compiling tokio-macros v2.6.0
14392026-03-07T00:54:04.216Z Compiling zerofrom v0.1.6
14402026-03-07T00:54:04.219Z Compiling futures-macro v0.3.32
14412026-03-07T00:54:04.295Z Compiling digest v0.10.7
14422026-03-07T00:54:04.485Z Compiling yoke v0.8.1
14432026-03-07T00:54:04.792Z Compiling hmac v0.12.1
14442026-03-07T00:54:04.853Z Compiling zerotrie v0.2.3
14452026-03-07T00:54:05.066Z Compiling block-padding v0.3.3
14462026-03-07T00:54:05.162Z Compiling zerovec v0.11.5
14472026-03-07T00:54:05.317Z Compiling inout v0.1.4
14482026-03-07T00:54:05.482Z Compiling sha2 v0.10.9
14492026-03-07T00:54:05.606Z Compiling cipher v0.4.4
14502026-03-07T00:54:05.730Z Compiling der_derive v0.7.3
14512026-03-07T00:54:06.026Z Compiling futures-util v0.3.32
14522026-03-07T00:54:06.181Z Compiling salsa20 v0.10.2
14532026-03-07T00:54:06.290Z Compiling tinystr v0.8.2
14542026-03-07T00:54:06.434Z Compiling potential_utf v0.1.4
14552026-03-07T00:54:06.690Z Compiling icu_locale_core v2.1.1
14562026-03-07T00:54:06.729Z Compiling icu_collections v2.1.1
14572026-03-07T00:54:07.753Z Compiling pbkdf2 v0.12.2
14582026-03-07T00:54:07.940Z Compiling thiserror-impl v2.0.18
14592026-03-07T00:54:08.013Z Compiling der v0.7.10
14602026-03-07T00:54:08.864Z Compiling icu_provider v2.1.1
14612026-03-07T00:54:08.897Z Compiling scrypt v0.11.0
14622026-03-07T00:54:09.230Z Compiling bytes v1.11.1
14632026-03-07T00:54:09.423Z Compiling icu_normalizer v2.1.1
14642026-03-07T00:54:09.446Z Compiling icu_properties v2.1.2
14652026-03-07T00:54:10.608Z Compiling tokio v1.49.0
14662026-03-07T00:54:10.611Z Compiling http v1.4.0
14672026-03-07T00:54:10.900Z Compiling spki v0.7.3
14682026-03-07T00:54:11.027Z Compiling chrono v0.4.44
14692026-03-07T00:54:11.294Z Compiling thiserror v2.0.18
14702026-03-07T00:54:11.358Z Compiling aes v0.8.4
14712026-03-07T00:54:11.438Z Compiling cbc v0.1.2
14722026-03-07T00:54:11.655Z Compiling idna_adapter v1.2.1
14732026-03-07T00:54:11.901Z Compiling idna v1.1.0
14742026-03-07T00:54:12.111Z Compiling rustls-pki-types v1.14.0
14752026-03-07T00:54:12.728Z Compiling url v2.5.8
14762026-03-07T00:54:13.108Z Compiling ppv-lite86 v0.2.21
14772026-03-07T00:54:13.243Z Compiling tracing-attributes v0.1.31
14782026-03-07T00:54:13.347Z Compiling pkcs5 v0.7.1
14792026-03-07T00:54:13.833Z Compiling rand_chacha v0.9.0
14802026-03-07T00:54:13.933Z Compiling http-body v1.0.1
14812026-03-07T00:54:14.200Z Compiling pkcs8 v0.10.2
14822026-03-07T00:54:14.340Z Compiling rand v0.9.2
14832026-03-07T00:54:14.543Z Compiling schemars_derive v0.8.22
14842026-03-07T00:54:14.877Z Compiling pest_derive v2.8.6
14852026-03-07T00:54:15.443Z Compiling scroll_derive v0.13.1
14862026-03-07T00:54:15.649Z Compiling darling_core v0.20.11
14872026-03-07T00:54:16.079Z Compiling tower-layer v0.3.3
14882026-03-07T00:54:16.306Z Compiling tracing v0.1.44
14892026-03-07T00:54:16.404Z Compiling tinyvec_macros v0.1.1
14902026-03-07T00:54:16.495Z Compiling tower-service v0.3.3
14912026-03-07T00:54:16.644Z Compiling try-lock v0.2.5
14922026-03-07T00:54:16.803Z Compiling rustls v0.23.37
14932026-03-07T00:54:16.844Z Compiling atomic-waker v1.1.2
14942026-03-07T00:54:17.036Z Compiling dyn-clone v1.0.20
14952026-03-07T00:54:17.115Z Compiling want v0.3.1
14962026-03-07T00:54:17.266Z Compiling scroll v0.13.0
14972026-03-07T00:54:17.291Z Compiling tinyvec v1.10.0
14982026-03-07T00:54:17.797Z Compiling ipnet v2.11.0
14992026-03-07T00:54:18.074Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-03-07T00:54:18.659Z Compiling spin v0.9.8
15012026-03-07T00:54:18.858Z Compiling aho-corasick v1.1.4
15022026-03-07T00:54:18.922Z Compiling time-core v0.1.8
15032026-03-07T00:54:19.035Z Compiling httpdate v1.0.3
15042026-03-07T00:54:19.258Z Compiling tokio-util v0.7.18
15052026-03-07T00:54:19.457Z Compiling num-conv v0.2.0
15062026-03-07T00:54:19.724Z Compiling foreign-types-shared v0.1.1
15072026-03-07T00:54:19.838Z Compiling pin-utils v0.1.0
15082026-03-07T00:54:19.959Z Compiling openssl v0.10.75
15092026-03-07T00:54:20.423Z Compiling powerfmt v0.2.0
15102026-03-07T00:54:20.621Z Compiling crc32fast v1.5.0
15112026-03-07T00:54:20.824Z Compiling h2 v0.4.13
15122026-03-07T00:54:21.232Z Compiling regex-automata v0.4.14
15132026-03-07T00:54:21.450Z Compiling darling_macro v0.20.11
15142026-03-07T00:54:21.535Z Compiling deranged v0.5.8
15152026-03-07T00:54:22.311Z Compiling darling v0.20.11
15162026-03-07T00:54:22.461Z Compiling foreign-types v0.3.2
15172026-03-07T00:54:22.611Z Compiling time-macros v0.2.27
15182026-03-07T00:54:23.138Z Compiling tempfile v3.25.0
15192026-03-07T00:54:24.090Z Compiling goblin v0.10.5
15202026-03-07T00:54:24.233Z Compiling thiserror-impl v1.0.69
15212026-03-07T00:54:25.172Z Compiling openssl-macros v0.1.1
15222026-03-07T00:54:27.094Z Compiling wait-timeout v0.2.1
15232026-03-07T00:54:27.234Z Compiling either v1.15.0
15242026-03-07T00:54:27.517Z Compiling hyper v1.8.1
15252026-03-07T00:54:27.648Z Compiling usdt-impl v0.6.0
15262026-03-07T00:54:28.017Z Compiling bit-vec v0.8.0
15272026-03-07T00:54:28.424Z Compiling num_threads v0.1.7
15282026-03-07T00:54:28.446Z Compiling siphasher v1.0.2
15292026-03-07T00:54:28.573Z Compiling native-tls v0.2.18
15302026-03-07T00:54:28.830Z Compiling quick-error v1.2.3
15312026-03-07T00:54:28.951Z Compiling simd-adler32 v0.3.8
15322026-03-07T00:54:29.012Z Compiling rusty-fork v0.3.1
15332026-03-07T00:54:29.479Z Compiling time v0.3.47
15342026-03-07T00:54:29.651Z Compiling bit-set v0.8.0
15352026-03-07T00:54:29.919Z Compiling hyper-util v0.1.20
15362026-03-07T00:54:29.992Z Compiling thiserror v1.0.69
15372026-03-07T00:54:31.019Z Compiling dof v0.4.0
15382026-03-07T00:54:31.062Z Compiling derive_builder_core v0.20.2
15392026-03-07T00:54:33.203Z Compiling unicode-normalization v0.1.25
15402026-03-07T00:54:33.469Z Compiling dtrace-parser v0.3.0
15412026-03-07T00:54:33.847Z Compiling rustls-native-certs v0.8.3
15422026-03-07T00:54:33.953Z Compiling signature v2.2.0
15432026-03-07T00:54:34.151Z Compiling crossbeam-epoch v0.9.18
15442026-03-07T00:54:34.227Z Compiling scroll_derive v0.12.1
15452026-03-07T00:54:34.432Z Compiling heapless v0.7.17
15462026-03-07T00:54:34.736Z Compiling darling_core v0.21.3
15472026-03-07T00:54:34.770Z Compiling slog v2.8.2
15482026-03-07T00:54:34.895Z Compiling rand_xorshift v0.4.0
15492026-03-07T00:54:35.112Z Compiling bzip2-sys v0.1.13+1.0.8
15502026-03-07T00:54:35.144Z Compiling sync_wrapper v1.0.2
15512026-03-07T00:54:35.194Z Compiling thread-id v5.1.0
15522026-03-07T00:54:35.313Z Compiling cookie v0.18.1
15532026-03-07T00:54:35.335Z Compiling unicode-properties v0.1.4
15542026-03-07T00:54:35.629Z Compiling paste v1.0.15
15552026-03-07T00:54:35.651Z Compiling rayon-core v1.13.0
15562026-03-07T00:54:35.725Z Compiling adler2 v2.0.1
15572026-03-07T00:54:35.748Z Compiling signal-hook v0.3.18
15582026-03-07T00:54:35.932Z Compiling anyhow v1.0.102
15592026-03-07T00:54:35.954Z Compiling unarray v0.1.4
15602026-03-07T00:54:36.038Z Compiling unicode-bidi v0.3.18
15612026-03-07T00:54:36.083Z Compiling unicode-segmentation v1.12.0
15622026-03-07T00:54:36.124Z Compiling zstd-safe v7.2.4
15632026-03-07T00:54:36.479Z Compiling proptest v1.10.0
15642026-03-07T00:54:36.893Z Compiling stringprep v0.1.5
15652026-03-07T00:54:37.057Z Compiling miniz_oxide v0.8.9
15662026-03-07T00:54:37.097Z Compiling scroll v0.12.0
15672026-03-07T00:54:38.213Z Compiling tower v0.5.3
15682026-03-07T00:54:38.446Z Compiling crossbeam-deque v0.8.6
15692026-03-07T00:54:38.488Z Compiling derive_builder_macro v0.20.2
15702026-03-07T00:54:38.769Z Compiling ipnetwork v0.21.1
15712026-03-07T00:54:39.039Z Compiling http-body-util v0.1.3
15722026-03-07T00:54:39.120Z Compiling rand_chacha v0.3.1
15732026-03-07T00:54:39.283Z Compiling webpki-roots v1.0.6
15742026-03-07T00:54:39.306Z Compiling toml_datetime v0.6.11
15752026-03-07T00:54:39.486Z Compiling serde_tokenstream v0.2.3
15762026-03-07T00:54:39.509Z Compiling erased-serde v0.3.31
15772026-03-07T00:54:39.592Z Compiling serde_spanned v0.6.9
15782026-03-07T00:54:39.794Z Compiling md-5 v0.10.6
15792026-03-07T00:54:39.843Z Compiling zerocopy-derive v0.7.35
15802026-03-07T00:54:40.067Z Compiling curve25519-dalek v4.1.3
15812026-03-07T00:54:40.102Z Compiling vergen-lib v0.1.6
15822026-03-07T00:54:40.416Z Compiling num-integer v0.1.46
15832026-03-07T00:54:40.749Z Compiling hash32 v0.2.1
15842026-03-07T00:54:40.772Z Compiling ff v0.13.1
15852026-03-07T00:54:40.926Z Compiling darling_macro v0.21.3
15862026-03-07T00:54:40.990Z Compiling smoltcp v0.9.1
15872026-03-07T00:54:41.019Z Compiling iri-string v0.7.10
15882026-03-07T00:54:41.082Z Compiling litrs v1.0.0
15892026-03-07T00:54:41.103Z Compiling base16ct v0.2.0
15902026-03-07T00:54:41.427Z Compiling ref-cast v1.0.25
15912026-03-07T00:54:41.635Z Compiling ryu v1.0.23
15922026-03-07T00:54:41.741Z Compiling fallible-iterator v0.2.0
15932026-03-07T00:54:41.839Z Compiling psl-types v2.0.11
15942026-03-07T00:54:41.965Z Compiling zlib-rs v0.6.2
15952026-03-07T00:54:42.003Z Compiling num-bigint-dig v0.8.6
15962026-03-07T00:54:42.021Z Compiling rustix v0.38.44
15972026-03-07T00:54:42.205Z Compiling document-features v0.2.12
15982026-03-07T00:54:42.378Z Compiling postgres-protocol v0.6.10
15992026-03-07T00:54:42.397Z Compiling newtype-uuid v1.3.2
16002026-03-07T00:54:42.995Z Compiling publicsuffix v2.3.0
16012026-03-07T00:54:43.066Z Compiling serde_urlencoded v0.7.1
16022026-03-07T00:54:43.304Z Compiling darling v0.21.3
16032026-03-07T00:54:43.438Z Compiling zerocopy v0.7.35
16042026-03-07T00:54:43.558Z Compiling sec1 v0.7.3
16052026-03-07T00:54:43.590Z Compiling group v0.13.0
16062026-03-07T00:54:43.908Z Compiling tower-http v0.6.8
16072026-03-07T00:54:44.118Z Compiling num-iter v0.1.45
16082026-03-07T00:54:44.658Z Compiling rand v0.8.5
16092026-03-07T00:54:44.691Z Compiling derive_builder v0.20.2
16102026-03-07T00:54:44.782Z Compiling oxnet v0.1.4
16112026-03-07T00:54:44.860Z Compiling proc-macro-error v1.0.4
16122026-03-07T00:54:45.452Z Compiling tokio-native-tls v0.3.1
16132026-03-07T00:54:45.660Z Compiling goblin v0.8.2
16142026-03-07T00:54:46.513Z Compiling heck v0.4.1
16152026-03-07T00:54:46.671Z Compiling phf_shared v0.13.1
16162026-03-07T00:54:46.957Z Compiling hubpack_derive v0.1.1
16172026-03-07T00:54:47.140Z Compiling regex v1.12.3
16182026-03-07T00:54:47.213Z Compiling lazy_static v1.5.0
16192026-03-07T00:54:47.356Z Compiling cargo-platform v0.1.9
16202026-03-07T00:54:47.391Z Compiling hkdf v0.12.4
16212026-03-07T00:54:47.685Z Compiling crypto-bigint v0.5.5
16222026-03-07T00:54:47.800Z Compiling async-trait v0.1.89
16232026-03-07T00:54:47.865Z Compiling daft-derive v0.1.5
16242026-03-07T00:54:48.097Z Compiling ref-cast-impl v1.0.25
16252026-03-07T00:54:49.128Z Compiling flate2 v1.1.9
16262026-03-07T00:54:49.206Z Compiling strum_macros v0.27.2
16272026-03-07T00:54:49.383Z Compiling curve25519-dalek-derive v0.1.1
16282026-03-07T00:54:49.968Z Compiling terminal_size v0.4.3
16292026-03-07T00:54:50.185Z Compiling vergen v9.0.6
16302026-03-07T00:54:50.258Z Compiling fs-err v3.3.0
16312026-03-07T00:54:50.516Z Compiling ahash v0.8.12
16322026-03-07T00:54:50.603Z Compiling object v0.37.3
16332026-03-07T00:54:50.783Z Compiling winnow v0.5.40
16342026-03-07T00:54:50.890Z Compiling libbz2-rs-sys v0.2.2
16352026-03-07T00:54:51.134Z Compiling bumpalo v3.20.2
16362026-03-07T00:54:51.623Z Compiling managed v0.8.0
16372026-03-07T00:54:52.117Z Compiling bitflags v1.3.2
16382026-03-07T00:54:52.247Z Compiling foldhash v0.1.5
16392026-03-07T00:54:52.467Z Compiling console v0.16.2
16402026-03-07T00:54:52.580Z Compiling hashbrown v0.15.5
16412026-03-07T00:54:53.823Z Compiling bzip2 v0.6.1
16422026-03-07T00:54:53.887Z Compiling zopfli v0.8.3
16432026-03-07T00:54:54.142Z Compiling strum v0.27.2
16442026-03-07T00:54:54.203Z Compiling toml_edit v0.19.15
16452026-03-07T00:54:54.350Z Compiling dof v0.3.0
16462026-03-07T00:54:54.384Z Compiling clap_builder v4.5.60
16472026-03-07T00:54:55.371Z Compiling elliptic-curve v0.13.8
16482026-03-07T00:54:55.465Z Compiling daft v0.1.5
16492026-03-07T00:54:56.145Z Compiling hubpack v0.1.2
16502026-03-07T00:54:56.189Z Compiling cargo_metadata v0.19.2
16512026-03-07T00:54:56.594Z Compiling phf v0.13.1
16522026-03-07T00:54:56.907Z Compiling zone_cfg_derive v0.3.1
16532026-03-07T00:54:59.085Z Compiling signal-hook-mio v0.2.5
16542026-03-07T00:54:59.279Z Compiling cookie_store v0.22.1
16552026-03-07T00:54:59.516Z Compiling rayon v1.11.0
16562026-03-07T00:55:00.768Z Compiling hyper-tls v0.6.0
16572026-03-07T00:55:00.995Z Compiling zstd v0.13.3
16582026-03-07T00:55:01.210Z Compiling bzip2 v0.4.4
16592026-03-07T00:55:01.542Z Compiling serde_with_macros v3.17.0
16602026-03-07T00:55:01.591Z Compiling postgres-types v0.2.12
16612026-03-07T00:55:02.454Z Compiling usdt-attr-macro v0.6.0
16622026-03-07T00:55:02.731Z Compiling usdt-macro v0.6.0
16632026-03-07T00:55:02.891Z Compiling ed25519 v2.2.3
16642026-03-07T00:55:03.913Z Compiling dtrace-parser v0.2.0
16652026-03-07T00:55:04.050Z Compiling phf_shared v0.11.3
16662026-03-07T00:55:04.140Z Compiling itertools v0.12.1
16672026-03-07T00:55:04.164Z Compiling bstr v1.12.1
16682026-03-07T00:55:04.436Z Compiling pkcs1 v0.7.5
16692026-03-07T00:55:05.023Z Compiling serde-big-array v0.5.1
16702026-03-07T00:55:05.051Z Compiling hex v0.4.3
16712026-03-07T00:55:05.258Z Compiling rfc6979 v0.4.0
16722026-03-07T00:55:05.329Z Compiling strum_macros v0.26.4
16732026-03-07T00:55:05.455Z Compiling serde_repr v0.1.20
16742026-03-07T00:55:05.617Z Compiling enum-as-inner v0.6.1
16752026-03-07T00:55:05.743Z Compiling clap_derive v4.5.55
16762026-03-07T00:55:05.823Z Compiling float-cmp v0.10.0
16772026-03-07T00:55:06.081Z Compiling thread-id v4.2.2
16782026-03-07T00:55:06.217Z Compiling memmap2 v0.9.10
16792026-03-07T00:55:06.555Z Compiling env_filter v1.0.0
16802026-03-07T00:55:06.633Z Compiling encoding_rs v0.8.35
16812026-03-07T00:55:06.636Z Compiling fixedbitset v0.5.7
16822026-03-07T00:55:06.975Z Compiling fixedbitset v0.4.2
16832026-03-07T00:55:07.153Z Compiling predicates-core v1.0.10
16842026-03-07T00:55:07.279Z Compiling data-encoding v2.10.0
16852026-03-07T00:55:07.429Z Compiling keccak v0.1.6
16862026-03-07T00:55:07.471Z Compiling mime v0.3.17
16872026-03-07T00:55:08.025Z Compiling normalize-line-endings v0.3.0
16882026-03-07T00:55:08.181Z Compiling static_assertions v1.1.0
16892026-03-07T00:55:08.308Z Compiling new_debug_unreachable v1.0.6
16902026-03-07T00:55:08.428Z Compiling jiff v0.2.21
16912026-03-07T00:55:09.031Z Compiling difflib v0.4.0
16922026-03-07T00:55:09.600Z Compiling rustc-hash v2.1.1
16932026-03-07T00:55:09.611Z Compiling precomputed-hash v0.1.1
16942026-03-07T00:55:09.751Z Compiling whoami v2.1.0
16952026-03-07T00:55:09.772Z Compiling unit-prefix v0.5.2
16962026-03-07T00:55:09.793Z Compiling iddqd v0.3.17
16972026-03-07T00:55:10.020Z Compiling indicatif v0.18.4
16982026-03-07T00:55:10.078Z Compiling clap v4.5.60
16992026-03-07T00:55:10.206Z Compiling tokio-postgres v0.7.16
17002026-03-07T00:55:10.284Z Compiling string_cache v0.8.9
17012026-03-07T00:55:10.348Z Compiling strum v0.26.3
17022026-03-07T00:55:10.524Z Compiling predicates v3.1.4
17032026-03-07T00:55:10.563Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17042026-03-07T00:55:10.698Z Compiling hickory-proto v0.25.2
17052026-03-07T00:55:11.992Z Compiling sha3 v0.10.8
17062026-03-07T00:55:12.017Z Compiling petgraph v0.6.5
17072026-03-07T00:55:12.437Z Compiling petgraph v0.8.3
17082026-03-07T00:55:13.116Z Compiling toml_edit v0.22.27
17092026-03-07T00:55:15.464Z Compiling zip v4.6.1
17102026-03-07T00:55:15.589Z Compiling env_logger v0.11.9
17112026-03-07T00:55:16.342Z Compiling zone v0.3.1
17122026-03-07T00:55:17.028Z Compiling usdt v0.6.0
17132026-03-07T00:55:17.327Z Compiling usdt-impl v0.5.0
17142026-03-07T00:55:17.521Z Compiling serde_with v3.17.0
17152026-03-07T00:55:17.640Z Compiling ecdsa v0.16.9
17162026-03-07T00:55:17.937Z Compiling similar v2.7.0
17172026-03-07T00:55:18.465Z Compiling rsa v0.9.10
17182026-03-07T00:55:18.651Z Compiling crossterm v0.28.1
17192026-03-07T00:55:19.126Z Compiling ed25519-dalek v2.2.0
17202026-03-07T00:55:19.895Z Compiling zip v0.6.6
17212026-03-07T00:55:20.648Z Compiling toml v0.7.8
17222026-03-07T00:55:21.755Z Compiling toml_parser v1.0.9+spec-1.1.0
17232026-03-07T00:55:21.834Z Compiling itertools v0.13.0
17242026-03-07T00:55:21.919Z Compiling tokio-stream v0.1.18
17252026-03-07T00:55:22.108Z Compiling buf-list v1.1.2
17262026-03-07T00:55:22.315Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-03-07T00:55:22.674Z Compiling x509-cert v0.2.5
17282026-03-07T00:55:22.946Z Compiling openapiv3 v2.2.0
17292026-03-07T00:55:23.031Z Compiling sha1 v0.10.6
17302026-03-07T00:55:23.192Z Compiling toml_datetime v0.7.5+spec-1.1.0
17312026-03-07T00:55:23.450Z Compiling peg-runtime v0.8.5
17322026-03-07T00:55:23.820Z Compiling lalrpop-util v0.19.12
17332026-03-07T00:55:24.042Z Compiling thread_local v1.1.9
17342026-03-07T00:55:24.195Z Compiling slog-async v2.8.0
17352026-03-07T00:55:24.551Z Compiling futures-executor v0.3.32
17362026-03-07T00:55:24.834Z Compiling crossbeam-channel v0.5.15
17372026-03-07T00:55:24.881Z Compiling is-terminal v0.4.17
17382026-03-07T00:55:25.006Z Compiling filetime v0.2.27
17392026-03-07T00:55:25.028Z Compiling term v1.2.1
17402026-03-07T00:55:25.311Z Compiling take_mut v0.2.2
17412026-03-07T00:55:25.500Z Compiling xattr v1.6.1
17422026-03-07T00:55:25.793Z Compiling tar v0.4.44
17432026-03-07T00:55:26.069Z Compiling slog-term v2.9.2
17442026-03-07T00:55:26.343Z Compiling futures v0.3.32
17452026-03-07T00:55:35.771Z Compiling rustls-webpki v0.103.9
17462026-03-07T00:55:40.879Z Compiling tokio-rustls v0.26.4
17472026-03-07T00:55:40.882Z Compiling rustls-platform-verifier v0.6.2
17482026-03-07T00:55:41.221Z Compiling hyper-rustls v0.27.7
17492026-03-07T00:55:41.587Z Compiling reqwest v0.12.28
17502026-03-07T00:55:41.587Z Compiling reqwest v0.13.2
17512026-03-07T00:55:45.987Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17522026-03-07T00:55:46.286Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17532026-03-07T00:55:50.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
17542026-03-07T00:55:50.972Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17552026-03-07T00:55:51.029ZMar 07 00:55:50.563 INFO Starting download, target: Cockroach
17562026-03-07T00:55:51.029ZMar 07 00:55:50.564 INFO Starting download, target: Clickhouse
17572026-03-07T00:55:51.029ZMar 07 00:55:50.564 INFO Starting download, target: Console
17582026-03-07T00:55:51.029ZMar 07 00:55:50.564 INFO Starting download, target: DendriteStub
17592026-03-07T00:55:51.029ZMar 07 00:55:50.564 INFO Starting download, target: MaghemiteMgd
17602026-03-07T00:55:51.033ZMar 07 00:55:50.564 INFO Starting download, target: TransceiverControl
17612026-03-07T00:55:51.033ZMar 07 00:55:50.564 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-03-07T00:55:51.033ZMar 07 00:55:50.564 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-07T00:55:51.033ZMar 07 00:55:50.564 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17642026-03-07T00:55:51.033ZMar 07 00:55:50.564 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-03-07T00:55:51.033ZMar 07 00:55:50.564 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17662026-03-07T00:55:51.033ZMar 07 00:55:50.564 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17672026-03-07T00:55:51.369ZMar 07 00:55:50.902 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17682026-03-07T00:55:51.954ZMar 07 00:55:51.466 INFO Download complete, target: TransceiverControl
17692026-03-07T00:55:52.092ZMar 07 00:55:51.620 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-03-07T00:55:52.716ZMar 07 00:55:52.238 INFO Download complete, target: Console
17712026-03-07T00:55:52.991ZMar 07 00:55:52.498 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-07T00:55:53.251ZMar 07 00:55:52.696 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-03-07T00:55:53.481ZMar 07 00:55:53.001 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17742026-03-07T00:55:54.634ZMar 07 00:55:54.169 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17752026-03-07T00:55:54.634ZMar 07 00:55:54.169 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17762026-03-07T00:55:57.984ZMar 07 00:55:57.520 INFO Download complete, target: MaghemiteMgd
17772026-03-07T00:55:58.462ZMar 07 00:55:57.996 INFO Download complete, target: DendriteStub
17782026-03-07T00:56:04.924ZMar 07 00:56:04.415 INFO Checking that binary works, target: Cockroach
17792026-03-07T00:56:05.014ZMar 07 00:56:04.550 INFO Download complete, target: Cockroach
17802026-03-07T00:56:08.054ZMar 07 00:56:07.589 INFO Checking that binary works, target: Clickhouse
17812026-03-07T00:56:08.229ZMar 07 00:56:07.763 INFO Download complete, target: Clickhouse
17822026-03-07T00:56:08.247ZAll builder prerequisites installed successfully, and PATH looks valid
17832026-03-07T00:56:08.251Z
17842026-03-07T00:56:08.251Zreal 5:27.302402133
17852026-03-07T00:56:08.251Zuser 17:10.628149969
17862026-03-07T00:56:08.251Zsys 2:27.022619761
17872026-03-07T00:56:08.251Ztrap 0.641926313
17882026-03-07T00:56:08.251Ztflt 0.681571462
17892026-03-07T00:56:08.251Zdflt 1.076889568
17902026-03-07T00:56:08.251Zkflt 0.025813131
17912026-03-07T00:56:08.251Zlock 40:18.980607402
17922026-03-07T00:56:08.251Zslp 1:03:03.012169674
17932026-03-07T00:56:08.251Zlat 1:07.873856041
17942026-03-07T00:56:08.251Zstop 3:08.584646030
17952026-03-07T00:56:08.251Z+ banner clippy
17962026-03-07T00:56:08.254Z
17972026-03-07T00:56:08.254Z #### # # ##### ##### # #
17982026-03-07T00:56:08.254Z # # # # # # # # # #
17992026-03-07T00:56:08.254Z # # # # # # # #
18002026-03-07T00:56:08.254Z # # # ##### ##### #
18012026-03-07T00:56:08.254Z # # # # # # #
18022026-03-07T00:56:08.254Z #### ###### # # # #
18032026-03-07T00:56:08.255Z
18042026-03-07T00:56:08.255Z+ export CARGO_INCREMENTAL=0
18052026-03-07T00:56:08.255Z+ CARGO_INCREMENTAL=0
18062026-03-07T00:56:08.255Z+ ptime -m cargo xtask clippy
18072026-03-07T00:56:09.031Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18082026-03-07T00:56:09.326Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18092026-03-07T00:56:12.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
18102026-03-07T00:56:12.451Z Running `target/debug/xtask clippy`
18112026-03-07T00:56:12.478Zrunning: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18122026-03-07T00:56:13.381Z Downloading crates ...
18132026-03-07T00:56:13.678Z Downloaded approx v0.5.1
18142026-03-07T00:56:13.681Z Downloaded cast v0.3.0
18152026-03-07T00:56:13.687Z Downloaded addr2line v0.25.1
18162026-03-07T00:56:13.690Z Downloaded supports-color v2.1.0
18172026-03-07T00:56:13.693Z Downloaded event-listener-strategy v0.5.4
18182026-03-07T00:56:13.693Z Downloaded guppy-workspace-hack v0.1.0
18192026-03-07T00:56:13.696Z Downloaded assert-json-diff v2.0.2
18202026-03-07T00:56:13.699Z Downloaded miette-derive v5.10.0
18212026-03-07T00:56:13.702Z Downloaded target-triple v1.0.0
18222026-03-07T00:56:13.702Z Downloaded anes v0.1.6
18232026-03-07T00:56:13.704Z Downloaded partial-io v0.5.4
18242026-03-07T00:56:13.707Z Downloaded knuffel-derive v3.2.0
18252026-03-07T00:56:13.710Z Downloaded concurrent-queue v2.5.0
18262026-03-07T00:56:13.713Z Downloaded assert_cmd v2.1.2
18272026-03-07T00:56:13.718Z Downloaded terminal_size v0.1.17
18282026-03-07T00:56:13.721Z Downloaded cargo-platform v0.3.2
18292026-03-07T00:56:13.726Z Downloaded pathdiff v0.2.3
18302026-03-07T00:56:13.729Z Downloaded futures-timer v3.0.3
18312026-03-07T00:56:13.732Z Downloaded target-spec v3.5.7
18322026-03-07T00:56:13.735Z Downloaded trybuild v1.0.116
18332026-03-07T00:56:13.739Z Downloaded similar-asserts v1.7.0
18342026-03-07T00:56:13.742Z Downloaded parking v2.2.1
18352026-03-07T00:56:13.745Z Downloaded nested v0.1.1
18362026-03-07T00:56:13.745Z Downloaded serde_regex v1.1.0
18372026-03-07T00:56:13.745Z Downloaded backtrace-ext v0.2.1
18382026-03-07T00:56:13.748Z Downloaded supports-hyperlinks v2.1.0
18392026-03-07T00:56:13.752Z Downloaded async-lock v3.4.2
18402026-03-07T00:56:13.755Z Downloaded owo-colors v3.5.0
18412026-03-07T00:56:13.758Z Downloaded stringmetrics v2.2.2
18422026-03-07T00:56:13.761Z Downloaded datatest-stable v0.3.3
18432026-03-07T00:56:13.765Z Downloaded supports-unicode v2.1.0
18442026-03-07T00:56:13.766Z Downloaded plotters-backend v0.3.7
18452026-03-07T00:56:13.818Z Downloaded constant_time_eq v0.3.1
18462026-03-07T00:56:13.819Z Downloaded escape8259 v0.5.3
18472026-03-07T00:56:13.819Z Downloaded async-object-pool v0.2.0
18482026-03-07T00:56:13.819Z Downloaded plotters-svg v0.3.7
18492026-03-07T00:56:13.819Z Downloaded linkme-impl v0.3.35
18502026-03-07T00:56:13.819Z Downloaded oorandom v11.1.5
18512026-03-07T00:56:13.819Z Downloaded blake2b_simd v1.0.4
18522026-03-07T00:56:13.819Z Downloaded relative-path v1.9.3
18532026-03-07T00:56:13.819Z Downloaded criterion-plot v0.6.0
18542026-03-07T00:56:13.819Z Downloaded cfg-expr v0.20.6
18552026-03-07T00:56:13.819Z Downloaded backtrace v0.3.76
18562026-03-07T00:56:13.819Z Downloaded tinytemplate v1.2.1
18572026-03-07T00:56:13.819Z Downloaded termcolor v1.4.1
18582026-03-07T00:56:13.819Z Downloaded rustc-demangle v0.1.27
18592026-03-07T00:56:13.819Z Downloaded path-tree v0.8.3
18602026-03-07T00:56:13.819Z Downloaded chumsky v0.9.3
18612026-03-07T00:56:13.819Z Downloaded rust-argon2 v2.1.0
18622026-03-07T00:56:13.819Z Downloaded event-listener v5.4.1
18632026-03-07T00:56:13.819Z Downloaded rstest v0.25.0
18642026-03-07T00:56:13.819Z Downloaded textwrap v0.15.2
18652026-03-07T00:56:13.819Z Downloaded knuffel v3.2.0
18662026-03-07T00:56:13.822Z Downloaded target-lexicon v0.13.3
18672026-03-07T00:56:13.822Z Downloaded libtest-mimic v0.8.1
18682026-03-07T00:56:13.822Z Downloaded httptest v0.16.4
18692026-03-07T00:56:13.822Z Downloaded cargo_metadata v0.23.1
18702026-03-07T00:56:13.825Z Downloaded criterion v0.7.0
18712026-03-07T00:56:13.828Z Downloaded rstest_macros v0.25.0
18722026-03-07T00:56:13.831Z Downloaded rand_distr v0.5.1
18732026-03-07T00:56:13.833Z Downloaded linkme v0.3.35
18742026-03-07T00:56:13.836Z Downloaded miette v5.10.0
18752026-03-07T00:56:13.839Z Downloaded fancy-regex v0.14.0
18762026-03-07T00:56:13.843Z Downloaded guppy v0.17.25
18772026-03-07T00:56:13.852Z Downloaded plotters v0.3.7
18782026-03-07T00:56:13.859Z Downloaded hashbrown v0.14.5
18792026-03-07T00:56:13.876Z Downloaded gimli v0.32.3
18802026-03-07T00:56:13.971Z Downloaded httpmock v0.8.3
18812026-03-07T00:56:16.232Z Checking cfg-if v1.0.4
18822026-03-07T00:56:16.643Z Checking libc v0.2.180
18832026-03-07T00:56:16.646Z Checking serde_core v1.0.228
18842026-03-07T00:56:16.734Z Checking memchr v2.8.0
18852026-03-07T00:56:16.772Z Checking smallvec v1.15.1
18862026-03-07T00:56:16.830Z Checking log v0.4.29
18872026-03-07T00:56:16.833Z Checking itoa v1.0.17
18882026-03-07T00:56:16.923Z Checking zeroize v1.8.2
18892026-03-07T00:56:16.986Z Checking scopeguard v1.2.0
18902026-03-07T00:56:17.094Z Checking libm v0.2.16
18912026-03-07T00:56:17.159Z Checking stable_deref_trait v1.2.1
18922026-03-07T00:56:17.211Z Checking lock_api v0.4.14
18932026-03-07T00:56:17.272Z Checking zmij v1.0.21
18942026-03-07T00:56:17.334Z Checking zerofrom v0.1.6
18952026-03-07T00:56:17.394Z Checking percent-encoding v2.3.2
18962026-03-07T00:56:17.573Z Checking litemap v0.8.1
18972026-03-07T00:56:17.623Z Checking yoke v0.8.1
18982026-03-07T00:56:17.687Z Checking writeable v0.6.2
18992026-03-07T00:56:17.748Z Checking subtle v2.6.1
19002026-03-07T00:56:17.809Z Checking errno v0.3.14
19012026-03-07T00:56:17.809Z Checking getrandom v0.2.17
19022026-03-07T00:56:17.925Z Checking icu_properties_data v2.1.2
19032026-03-07T00:56:18.003Z Checking zerovec v0.11.5
19042026-03-07T00:56:18.006Z Checking zerotrie v0.2.3
19052026-03-07T00:56:18.116Z Checking icu_normalizer_data v2.1.1
19062026-03-07T00:56:18.166Z Checking pin-project-lite v0.2.17
19072026-03-07T00:56:18.231Z Checking rand_core v0.6.4
19082026-03-07T00:56:18.234Z Checking form_urlencoded v1.2.2
19092026-03-07T00:56:18.344Z Checking portable-atomic v1.13.1
19102026-03-07T00:56:18.403Z Checking utf8_iter v1.0.4
19112026-03-07T00:56:18.533Z Checking critical-section v1.2.0
19122026-03-07T00:56:18.595Z Checking parking_lot_core v0.9.12
19132026-03-07T00:56:18.656Z Checking zerocopy v0.8.40
19142026-03-07T00:56:18.712Z Checking rand_core v0.10.0
19152026-03-07T00:56:18.766Z Checking num-traits v0.2.19
19162026-03-07T00:56:18.821Z Checking signal-hook-registry v1.4.8
19172026-03-07T00:56:18.964Z Checking tinystr v0.8.2
19182026-03-07T00:56:19.025Z Checking potential_utf v0.1.4
19192026-03-07T00:56:19.028Z Checking parking_lot v0.12.5
19202026-03-07T00:56:19.172Z Checking getrandom v0.4.1
19212026-03-07T00:56:19.350Z Checking icu_collections v2.1.1
19222026-03-07T00:56:19.398Z Checking icu_locale_core v2.1.1
19232026-03-07T00:56:19.402Z Checking once_cell v1.21.3
19242026-03-07T00:56:19.507Z Checking mio v1.1.1
19252026-03-07T00:56:19.567Z Checking typenum v1.19.0
19262026-03-07T00:56:19.770Z Checking socket2 v0.6.2
19272026-03-07T00:56:20.061Z Checking iana-time-zone v0.1.65
19282026-03-07T00:56:20.162Z Checking thiserror v2.0.18
19292026-03-07T00:56:20.226Z Checking allocator-api2 v0.2.21
19302026-03-07T00:56:20.287Z Checking serde v1.0.228
19312026-03-07T00:56:20.290Z Checking bitflags v2.11.0
19322026-03-07T00:56:20.387Z Checking serde_json v1.0.149
19332026-03-07T00:56:20.442Z Checking uuid v1.21.0
19342026-03-07T00:56:20.691Z Checking semver v1.0.27
19352026-03-07T00:56:20.763Z Checking generic-array v0.14.7
19362026-03-07T00:56:20.807Z Checking icu_provider v2.1.1
19372026-03-07T00:56:20.876Z Checking futures-core v0.3.32
19382026-03-07T00:56:21.144Z Checking equivalent v1.0.2
19392026-03-07T00:56:21.226Z Checking dyn-clone v1.0.20
19402026-03-07T00:56:21.229Z Checking const-oid v0.9.6
19412026-03-07T00:56:21.337Z Checking bytes v1.11.1
19422026-03-07T00:56:21.337Z Checking chrono v0.4.44
19432026-03-07T00:56:21.340Z Checking icu_properties v2.1.2
19442026-03-07T00:56:21.475Z Checking icu_normalizer v2.1.1
19452026-03-07T00:56:21.941Z Checking crypto-common v0.1.7
19462026-03-07T00:56:22.075Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19472026-03-07T00:56:22.139Z Checking foldhash v0.2.0
19482026-03-07T00:56:22.193Z Checking block-buffer v0.10.4
19492026-03-07T00:56:22.375Z Checking tokio v1.49.0
19502026-03-07T00:56:22.453Z Checking hashbrown v0.16.1
19512026-03-07T00:56:22.512Z Checking futures-sink v0.3.32
19522026-03-07T00:56:22.654Z Checking rustix v1.1.3
19532026-03-07T00:56:22.731Z Checking byteorder v1.5.0
19542026-03-07T00:56:23.214Z Checking futures-channel v0.3.32
19552026-03-07T00:56:23.272Z Checking digest v0.10.7
19562026-03-07T00:56:23.392Z Checking idna_adapter v1.2.1
19572026-03-07T00:56:23.453Z Checking futures-task v0.3.32
19582026-03-07T00:56:23.663Z Checking idna v1.1.0
19592026-03-07T00:56:23.665Z Checking slab v0.4.12
19602026-03-07T00:56:23.761Z Checking futures-io v0.3.32
19612026-03-07T00:56:23.765Z Checking cpufeatures v0.2.17
19622026-03-07T00:56:23.765Z Checking indexmap v2.13.0
19632026-03-07T00:56:24.020Z Checking thiserror v1.0.69
19642026-03-07T00:56:24.078Z Checking futures-util v0.3.32
19652026-03-07T00:56:24.081Z Checking getrandom v0.3.4
19662026-03-07T00:56:24.179Z Checking url v2.5.8
19672026-03-07T00:56:24.237Z Checking fnv v1.0.7
19682026-03-07T00:56:24.438Z Checking regex-syntax v0.8.10
19692026-03-07T00:56:24.500Z Checking http v1.4.0
19702026-03-07T00:56:24.644Z Checking tracing-core v0.1.36
19712026-03-07T00:56:25.160Z Checking base64 v0.22.1
19722026-03-07T00:56:25.216Z Checking schemars v0.8.22
19732026-03-07T00:56:25.395Z Checking tracing v0.1.44
19742026-03-07T00:56:25.718Z Checking unicode-ident v1.0.24
19752026-03-07T00:56:25.821Z Checking ipnet v2.11.0
19762026-03-07T00:56:25.892Z Checking anstyle v1.0.13
19772026-03-07T00:56:25.966Z Checking utf8parse v0.2.2
19782026-03-07T00:56:26.198Z Checking proc-macro2 v1.0.106
19792026-03-07T00:56:26.265Z Checking ppv-lite86 v0.2.21
19802026-03-07T00:56:26.326Z Checking untrusted v0.9.0
19812026-03-07T00:56:26.429Z Checking anstyle-parse v0.2.7
19822026-03-07T00:56:26.555Z Checking ring v0.17.14
19832026-03-07T00:56:26.777Z Checking aho-corasick v1.1.4
19842026-03-07T00:56:26.871Z Checking anstyle-query v1.1.5
19852026-03-07T00:56:26.931Z Checking quote v1.0.44
19862026-03-07T00:56:27.010Z Checking colorchoice v1.0.4
19872026-03-07T00:56:27.077Z Checking base64ct v1.8.3
19882026-03-07T00:56:27.232Z Checking is_terminal_polyfill v1.70.2
19892026-03-07T00:56:27.336Z Checking syn v2.0.117
19902026-03-07T00:56:27.416Z Checking anstream v0.6.21
19912026-03-07T00:56:27.571Z Checking block-padding v0.3.3
19922026-03-07T00:56:27.641Z Checking terminal_size v0.4.3
19932026-03-07T00:56:27.868Z Checking inout v0.1.4
19942026-03-07T00:56:27.915Z Checking rustls-pki-types v1.14.0
19952026-03-07T00:56:27.918Z Checking crossbeam-utils v0.8.21
19962026-03-07T00:56:28.161Z Checking httparse v1.10.1
19972026-03-07T00:56:28.387Z Checking regex-automata v0.4.14
19982026-03-07T00:56:28.590Z Checking cipher v0.4.4
19992026-03-07T00:56:28.651Z Checking clap_lex v1.0.0
20002026-03-07T00:56:28.804Z Checking strsim v0.11.1
20012026-03-07T00:56:28.866Z Checking sha2 v0.10.9
20022026-03-07T00:56:28.869Z Checking pem-rfc7468 v0.7.0
20032026-03-07T00:56:28.978Z Checking http-body v1.0.1
20042026-03-07T00:56:29.041Z Checking rand_core v0.9.5
20052026-03-07T00:56:29.181Z Checking clap_builder v4.5.60
20062026-03-07T00:56:29.245Z Checking atomic-waker v1.1.2
20072026-03-07T00:56:29.249Z Checking hmac v0.12.1
20082026-03-07T00:56:29.402Z Checking try-lock v0.2.5
20092026-03-07T00:56:29.471Z Checking httpdate v1.0.3
20102026-03-07T00:56:29.474Z Checking tokio-util v0.7.18
20112026-03-07T00:56:29.474Z Checking flagset v0.4.7
20122026-03-07T00:56:29.678Z Checking want v0.3.1
20132026-03-07T00:56:29.678Z Checking pin-utils v0.1.0
20142026-03-07T00:56:29.839Z Checking tower-layer v0.3.3
20152026-03-07T00:56:29.900Z Checking ryu v1.0.23
20162026-03-07T00:56:29.944Z Checking tower-service v0.3.3
20172026-03-07T00:56:29.947Z Checking der v0.7.10
20182026-03-07T00:56:30.160Z Checking rand_chacha v0.9.0
20192026-03-07T00:56:30.163Z Checking erased-serde v0.3.31
20202026-03-07T00:56:30.268Z Checking spin v0.9.8
20212026-03-07T00:56:30.633Z Checking rand v0.9.2
20222026-03-07T00:56:30.704Z Checking anyhow v1.0.102
20232026-03-07T00:56:30.949Z Checking h2 v0.4.13
20242026-03-07T00:56:31.161Z Checking http-body-util v0.1.3
20252026-03-07T00:56:31.337Z Checking slog v2.8.2
20262026-03-07T00:56:31.634Z Checking aws-lc-sys v0.37.1
20272026-03-07T00:56:31.702Z Checking powerfmt v0.2.0
20282026-03-07T00:56:31.824Z Checking untrusted v0.7.1
20292026-03-07T00:56:31.960Z Checking openssl-probe v0.2.1
20302026-03-07T00:56:32.027Z Checking deranged v0.5.8
20312026-03-07T00:56:32.089Z Checking num-conv v0.2.0
20322026-03-07T00:56:32.145Z Checking clap v4.5.60
20332026-03-07T00:56:32.203Z Checking time-core v0.1.8
20342026-03-07T00:56:32.325Z Checking num_threads v0.1.7
20352026-03-07T00:56:32.387Z Checking fastrand v2.3.0
20362026-03-07T00:56:32.529Z Checking spki v0.7.3
20372026-03-07T00:56:32.589Z Checking serde_urlencoded v0.7.1
20382026-03-07T00:56:32.648Z Checking regex v1.12.3
20392026-03-07T00:56:32.755Z Checking pbkdf2 v0.12.2
20402026-03-07T00:56:32.885Z Checking aes v0.8.4
20412026-03-07T00:56:32.999Z Checking rand_chacha v0.3.1
20422026-03-07T00:56:33.058Z Checking unicode-width v0.2.0
20432026-03-07T00:56:33.254Z Checking pretty-hex v0.4.1
20442026-03-07T00:56:33.314Z Checking aws-lc-rs v1.16.0
20452026-03-07T00:56:33.376Z Checking cbc v0.1.2
20462026-03-07T00:56:33.440Z Checking rand v0.8.5
20472026-03-07T00:56:33.508Z Checking salsa20 v0.10.2
20482026-03-07T00:56:33.566Z Checking ipnetwork v0.21.1
20492026-03-07T00:56:33.633Z Checking simd-adler32 v0.3.8
20502026-03-07T00:56:33.775Z Checking tempfile v3.25.0
20512026-03-07T00:56:33.826Z Checking scrypt v0.11.0
20522026-03-07T00:56:34.034Z Checking hex v0.4.3
20532026-03-07T00:56:34.099Z Checking plain v0.2.3
20542026-03-07T00:56:34.149Z Checking adler2 v2.0.1
20552026-03-07T00:56:34.200Z Checking pkcs5 v0.7.1
20562026-03-07T00:56:34.296Z Checking rustls-native-certs v0.8.3
20572026-03-07T00:56:34.367Z Checking miniz_oxide v0.8.9
20582026-03-07T00:56:34.490Z Checking time v0.3.47
20592026-03-07T00:56:34.581Z Checking sync_wrapper v1.0.2
20602026-03-07T00:56:34.584Z Checking camino v1.2.2
20612026-03-07T00:56:34.695Z Checking ucd-trie v0.1.7
20622026-03-07T00:56:34.775Z Checking mime v0.3.17
20632026-03-07T00:56:34.832Z Checking tower v0.5.3
20642026-03-07T00:56:34.963Z Checking pest v2.8.6
20652026-03-07T00:56:35.127Z Checking pkcs8 v0.10.2
20662026-03-07T00:56:35.190Z Checking webpki-roots v1.0.6
20672026-03-07T00:56:35.264Z Checking iri-string v0.7.10
20682026-03-07T00:56:35.268Z Checking rustls-webpki v0.103.9
20692026-03-07T00:56:35.480Z Checking either v1.15.0
20702026-03-07T00:56:35.544Z Checking openapiv3 v2.2.0
20712026-03-07T00:56:35.737Z Checking foreign-types-shared v0.1.1
20722026-03-07T00:56:35.905Z Checking crc32fast v1.5.0
20732026-03-07T00:56:35.959Z Checking foreign-types v0.3.2
20742026-03-07T00:56:36.112Z Checking openssl-sys v0.9.111
20752026-03-07T00:56:36.186Z Checking encoding_rs v0.8.35
20762026-03-07T00:56:36.264Z Checking rustls v0.23.37
20772026-03-07T00:56:37.199Z Checking winnow v0.7.14
20782026-03-07T00:56:37.261Z Checking hyper v1.8.1
20792026-03-07T00:56:37.365Z Checking openssl v0.10.75
20802026-03-07T00:56:37.518Z Checking oxnet v0.1.4
20812026-03-07T00:56:37.832Z Checking tower-http v0.6.8
20822026-03-07T00:56:38.000Z Checking lazy_static v1.5.0
20832026-03-07T00:56:38.198Z Checking static_assertions v1.1.0
20842026-03-07T00:56:38.380Z Checking signature v2.2.0
20852026-03-07T00:56:38.475Z Checking hubpack v0.1.2
20862026-03-07T00:56:38.544Z Checking zlib-rs v0.6.2
20872026-03-07T00:56:38.627Z Checking strum v0.26.3
20882026-03-07T00:56:38.762Z Checking sha1 v0.10.6
20892026-03-07T00:56:38.818Z Checking tinyvec_macros v0.1.1
20902026-03-07T00:56:38.875Z Checking data-encoding v2.10.0
20912026-03-07T00:56:38.977Z Checking tinyvec v1.10.0
20922026-03-07T00:56:39.106Z Checking toml_datetime v0.6.11
20932026-03-07T00:56:39.331Z Checking hyper-util v0.1.20
20942026-03-07T00:56:39.472Z Checking serde_spanned v0.6.9
20952026-03-07T00:56:39.532Z Checking num-integer v0.1.46
20962026-03-07T00:56:39.746Z Checking scroll v0.13.0
20972026-03-07T00:56:39.751Z Checking bit-vec v0.8.0
20982026-03-07T00:56:40.027Z Checking base16ct v0.2.0
20992026-03-07T00:56:40.106Z Checking crossbeam-epoch v0.9.18
21002026-03-07T00:56:40.240Z Checking bit-set v0.8.0
21012026-03-07T00:56:40.300Z Checking goblin v0.10.5
21022026-03-07T00:56:40.358Z Checking sec1 v0.7.3
21032026-03-07T00:56:40.552Z Checking flate2 v1.1.9
21042026-03-07T00:56:40.615Z Checking ff v0.13.1
21052026-03-07T00:56:40.618Z Checking wait-timeout v0.2.1
21062026-03-07T00:56:40.815Z Checking memmap2 v0.9.10
21072026-03-07T00:56:40.933Z Checking group v0.13.0
21082026-03-07T00:56:40.992Z Checking num-iter v0.1.45
21092026-03-07T00:56:41.171Z Checking dtrace-parser v0.3.0
21102026-03-07T00:56:41.231Z Checking bstr v1.12.1
21112026-03-07T00:56:41.289Z Checking hkdf v0.12.4
21122026-03-07T00:56:41.297Z Checking ahash v0.8.12
21132026-03-07T00:56:41.587Z Checking tokio-rustls v0.26.4
21142026-03-07T00:56:41.590Z Checking crypto-bigint v0.5.5
21152026-03-07T00:56:41.706Z Checking scroll v0.12.0
21162026-03-07T00:56:41.764Z Checking thread-id v5.1.0
21172026-03-07T00:56:41.940Z Checking quick-error v1.2.3
21182026-03-07T00:56:42.078Z Checking rand_xorshift v0.4.0
21192026-03-07T00:56:42.166Z Checking rusty-fork v0.3.1
21202026-03-07T00:56:42.232Z Checking goblin v0.8.2
21212026-03-07T00:56:42.235Z Checking hyper-rustls v0.27.7
21222026-03-07T00:56:42.281Z Checking zerocopy v0.7.35
21232026-03-07T00:56:42.373Z Checking native-tls v0.2.18
21242026-03-07T00:56:42.376Z Checking unarray v0.1.4
21252026-03-07T00:56:42.497Z Checking num-bigint-dig v0.8.6
21262026-03-07T00:56:42.662Z Checking proptest v1.10.0
21272026-03-07T00:56:42.721Z Checking dtrace-parser v0.2.0
21282026-03-07T00:56:42.778Z Checking tokio-native-tls v0.3.1
21292026-03-07T00:56:43.086Z Checking hyper-tls v0.6.0
21302026-03-07T00:56:43.267Z Checking pkcs1 v0.7.5
21312026-03-07T00:56:43.459Z Checking reqwest v0.12.28
21322026-03-07T00:56:43.573Z Checking x509-cert v0.2.5
21332026-03-07T00:56:43.710Z Checking thread-id v4.2.2
21342026-03-07T00:56:43.901Z Checking unicode-segmentation v1.12.0
21352026-03-07T00:56:44.430Z Checking elliptic-curve v0.13.8
21362026-03-07T00:56:44.607Z Checking rsa v0.9.10
21372026-03-07T00:56:44.682Z Checking crossbeam-deque v0.8.6
21382026-03-07T00:56:45.070Z Checking rfc6979 v0.4.0
21392026-03-07T00:56:45.143Z Checking toml_write v0.1.2
21402026-03-07T00:56:45.200Z Checking toml_parser v1.0.9+spec-1.1.0
21412026-03-07T00:56:45.332Z Checking ecdsa v0.16.9
21422026-03-07T00:56:45.444Z Checking curve25519-dalek v4.1.3
21432026-03-07T00:56:45.545Z Checking toml_edit v0.22.27
21442026-03-07T00:56:45.611Z Checking rustix v0.38.44
21452026-03-07T00:56:46.041Z Checking env_filter v1.0.0
21462026-03-07T00:56:46.105Z Checking psl-types v2.0.11
21472026-03-07T00:56:46.283Z Checking dof v0.4.0
21482026-03-07T00:56:46.358Z Checking keccak v0.1.6
21492026-03-07T00:56:46.361Z Checking env_logger v0.11.9
21502026-03-07T00:56:46.768Z Checking sha3 v0.10.8
21512026-03-07T00:56:46.843Z Checking publicsuffix v2.3.0
21522026-03-07T00:56:47.062Z Checking dof v0.3.0
21532026-03-07T00:56:47.162Z Checking ed25519 v2.2.3
21542026-03-07T00:56:47.259Z Checking cookie v0.18.1
21552026-03-07T00:56:47.323Z Checking newtype-uuid v1.3.2
21562026-03-07T00:56:47.381Z Checking itertools v0.13.0
21572026-03-07T00:56:47.530Z Checking serde_with v3.17.0
21582026-03-07T00:56:47.657Z Checking siphasher v1.0.2
21592026-03-07T00:56:47.717Z Checking usdt-impl v0.5.0
21602026-03-07T00:56:47.774Z Checking daft v0.1.5
21612026-03-07T00:56:47.835Z Checking bitflags v1.3.2
21622026-03-07T00:56:47.975Z Checking usdt-impl v0.6.0
21632026-03-07T00:56:48.038Z Checking cookie_store v0.22.1
21642026-03-07T00:56:48.042Z Checking ed25519-dalek v2.2.0
21652026-03-07T00:56:48.153Z Checking rustls-platform-verifier v0.6.2
21662026-03-07T00:56:48.286Z Checking unicode-normalization v0.1.25
21672026-03-07T00:56:48.290Z Checking signal-hook v0.3.18
21682026-03-07T00:56:48.446Z Checking managed v0.8.0
21692026-03-07T00:56:48.547Z Checking winnow v0.5.40
21702026-03-07T00:56:48.606Z Checking usdt v0.6.0
21712026-03-07T00:56:48.716Z Checking rayon-core v1.13.0
21722026-03-07T00:56:48.778Z Checking reqwest v0.13.2
21732026-03-07T00:56:48.861Z Checking bzip2-sys v0.1.13+1.0.8
21742026-03-07T00:56:48.927Z Checking object v0.37.3
21752026-03-07T00:56:49.049Z Checking foldhash v0.1.5
21762026-03-07T00:56:49.212Z Checking bzip2 v0.4.4
21772026-03-07T00:56:49.346Z Checking hashbrown v0.15.5
21782026-03-07T00:56:49.432Z Checking signal-hook-mio v0.2.5
21792026-03-07T00:56:49.598Z Checking ref-cast v1.0.25
21802026-03-07T00:56:49.663Z Checking zstd-sys v2.0.16+zstd.1.5.7
21812026-03-07T00:56:49.804Z Checking zip v0.6.6
21822026-03-07T00:56:49.870Z Checking bumpalo v3.20.2
21832026-03-07T00:56:49.932Z Checking zstd-safe v7.2.4
21842026-03-07T00:56:50.330Z Checking libbz2-rs-sys v0.2.2
21852026-03-07T00:56:50.388Z Checking zopfli v0.8.3
21862026-03-07T00:56:50.453Z Checking zstd v0.13.3
21872026-03-07T00:56:50.558Z Checking crossterm v0.28.1
21882026-03-07T00:56:50.613Z Checking rayon v1.11.0
21892026-03-07T00:56:50.871Z Checking similar v2.7.0
21902026-03-07T00:56:51.119Z Checking fs-err v3.3.0
21912026-03-07T00:56:51.210Z Checking hash32 v0.2.1
21922026-03-07T00:56:51.272Z Checking bzip2 v0.6.1
21932026-03-07T00:56:51.330Z Checking toml_edit v0.19.15
21942026-03-07T00:56:51.584Z Checking serde-big-array v0.5.1
21952026-03-07T00:56:51.645Z Checking unicode-properties v0.1.4
21962026-03-07T00:56:51.706Z Checking predicates-core v1.0.10
21972026-03-07T00:56:51.770Z Checking unicode-bidi v0.3.18
21982026-03-07T00:56:51.853Z Checking jiff v0.2.21
21992026-03-07T00:56:51.961Z Checking heapless v0.7.17
22002026-03-07T00:56:52.087Z Checking hickory-proto v0.25.2
22012026-03-07T00:56:52.342Z Checking tokio-stream v0.1.18
22022026-03-07T00:56:52.438Z Checking stringprep v0.1.5
22032026-03-07T00:56:52.788Z Checking md-5 v0.10.6
22042026-03-07T00:56:52.960Z Checking float-cmp v0.10.0
22052026-03-07T00:56:53.090Z Checking difflib v0.4.0
22062026-03-07T00:56:53.239Z Checking rustc-hash v2.1.1
22072026-03-07T00:56:53.299Z Checking normalize-line-endings v0.3.0
22082026-03-07T00:56:53.466Z Checking fallible-iterator v0.2.0
22092026-03-07T00:56:53.529Z Checking predicates v3.1.4
22102026-03-07T00:56:53.531Z Checking iddqd v0.3.17
22112026-03-07T00:56:53.781Z Checking toml v0.7.8
22122026-03-07T00:56:54.088Z Checking smoltcp v0.9.1
22132026-03-07T00:56:54.148Z Checking postgres-protocol v0.6.10
22142026-03-07T00:56:54.205Z Checking phf_shared v0.11.3
22152026-03-07T00:56:54.521Z Checking phf_shared v0.13.1
22162026-03-07T00:56:54.581Z Checking itertools v0.12.1
22172026-03-07T00:56:54.886Z Checking console v0.16.2
22182026-03-07T00:56:55.067Z Checking buf-list v1.1.2
22192026-03-07T00:56:55.249Z Checking strum v0.27.2
22202026-03-07T00:56:55.489Z Checking toml_datetime v0.7.5+spec-1.1.0
22212026-03-07T00:56:55.492Z Checking fixedbitset v0.4.2
22222026-03-07T00:56:55.601Z Checking precomputed-hash v0.1.1
22232026-03-07T00:56:55.604Z Checking new_debug_unreachable v1.0.6
22242026-03-07T00:56:55.714Z Checking unit-prefix v0.5.2
22252026-03-07T00:56:55.774Z Checking lalrpop-util v0.19.12
22262026-03-07T00:56:55.848Z Checking fixedbitset v0.5.7
22272026-03-07T00:56:55.910Z Checking petgraph v0.6.5
22282026-03-07T00:56:55.971Z Checking string_cache v0.8.9
22292026-03-07T00:56:56.032Z Checking indicatif v0.18.4
22302026-03-07T00:56:56.134Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22312026-03-07T00:56:56.272Z Checking petgraph v0.8.3
22322026-03-07T00:56:56.330Z Checking phf v0.13.1
22332026-03-07T00:56:56.685Z Checking postgres-types v0.2.12
22342026-03-07T00:56:56.854Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22352026-03-07T00:56:56.968Z Checking zone v0.3.1
22362026-03-07T00:56:57.321Z Checking zip v4.6.1
22372026-03-07T00:56:57.407Z Checking peg-runtime v0.8.5
22382026-03-07T00:56:57.499Z Checking whoami v2.1.0
22392026-03-07T00:56:57.791Z Checking futures-executor v0.3.32
22402026-03-07T00:56:57.927Z Checking is-terminal v0.4.17
22412026-03-07T00:56:57.989Z Checking tokio-postgres v0.7.16
22422026-03-07T00:56:58.112Z Checking futures v0.3.32
22432026-03-07T00:56:58.172Z Checking crossbeam-channel v0.5.15
22442026-03-07T00:56:58.294Z Checking thread_local v1.1.9
22452026-03-07T00:56:58.644Z Checking term v1.2.1
22462026-03-07T00:56:58.707Z Checking take_mut v0.2.2
22472026-03-07T00:56:58.770Z Checking regress v0.10.5
22482026-03-07T00:56:58.827Z Compiling rustls v0.22.4
22492026-03-07T00:56:58.919Z Compiling newtype-uuid-macros v0.1.0
22502026-03-07T00:56:58.980Z Checking slog-async v2.8.0
22512026-03-07T00:56:59.120Z Checking slog-term v2.9.2
22522026-03-07T00:56:59.288Z Compiling structmeta-derive v0.3.0
22532026-03-07T00:56:59.357Z Compiling multer v3.1.0
22542026-03-07T00:56:59.737Z Compiling async-stream-impl v0.3.6
22552026-03-07T00:56:59.920Z Compiling dropshot v0.16.7 (https://github.com/oxidecomputer/dropshot?rev=d707f541#d707f541)
22562026-03-07T00:56:59.980Z Compiling dropshot_endpoint v0.16.7 (https://github.com/oxidecomputer/dropshot?rev=d707f541#d707f541)
22572026-03-07T00:57:00.483Z Checking match_cfg v0.1.0
22582026-03-07T00:57:00.655Z Checking hostname v0.3.1
22592026-03-07T00:57:00.715Z Checking slog-json v2.6.1
22602026-03-07T00:57:00.857Z Checking debug-ignore v1.0.5
22612026-03-07T00:57:00.914Z Checking serde_spanned v1.0.4
22622026-03-07T00:57:01.031Z Checking toml_writer v1.0.6+spec-1.1.0
22632026-03-07T00:57:01.035Z Checking slog-bunyan v2.5.0
22642026-03-07T00:57:01.137Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-03-07T00:57:01.192Z Checking rustls-webpki v0.102.8
22662026-03-07T00:57:01.253Z Checking serde_path_to_error v0.1.20
22672026-03-07T00:57:01.478Z Checking toml_datetime v1.0.0+spec-1.1.0
22682026-03-07T00:57:01.734Z Checking compression-core v0.4.31
22692026-03-07T00:57:01.796Z Compiling structmeta v0.3.0
22702026-03-07T00:57:01.892Z Checking async-stream v0.3.6
22712026-03-07T00:57:01.952Z Checking toml v1.0.3+spec-1.1.0
22722026-03-07T00:57:02.015Z Checking compression-codecs v0.4.37
22732026-03-07T00:57:02.169Z Checking progenitor-client v0.13.0
22742026-03-07T00:57:02.172Z Checking waitgroup v0.1.2
22752026-03-07T00:57:02.269Z Compiling derive-ex v0.1.8
22762026-03-07T00:57:02.419Z Checking async-compression v0.4.41
22772026-03-07T00:57:02.479Z Checking rustls-pemfile v2.2.0
22782026-03-07T00:57:02.541Z Checking hostname v0.4.2
22792026-03-07T00:57:02.618Z Compiling parse-display-derive v0.10.0
22802026-03-07T00:57:02.759Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22812026-03-07T00:57:02.804Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22822026-03-07T00:57:02.964Z Checking itertools v0.14.0
22832026-03-07T00:57:03.109Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22842026-03-07T00:57:03.339Z Checking macaddr v1.0.1
22852026-03-07T00:57:03.557Z Checking progenitor-client v0.10.0
22862026-03-07T00:57:03.732Z Checking instant v0.1.13
22872026-03-07T00:57:03.932Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22882026-03-07T00:57:03.989Z Checking backoff v0.4.0
22892026-03-07T00:57:03.994Z Checking backon v1.6.0
22902026-03-07T00:57:04.102Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22912026-03-07T00:57:04.352Z Checking heck v0.5.0
22922026-03-07T00:57:04.413Z Checking camino-tempfile v1.4.1
22932026-03-07T00:57:04.780Z Checking toml v0.8.23
22942026-03-07T00:57:05.233Z Compiling cfg_aliases v0.2.1
22952026-03-07T00:57:05.343Z Checking tokio-rustls v0.25.0
22962026-03-07T00:57:05.409Z Compiling memoffset v0.9.1
22972026-03-07T00:57:05.595Z Compiling toml_edit v0.23.10+spec-1.0.0
22982026-03-07T00:57:05.655Z Compiling crucible-workspace-hack v0.1.0
22992026-03-07T00:57:06.145Z Checking secrecy v0.10.3
23002026-03-07T00:57:06.223Z Compiling test-strategy v0.4.5
23012026-03-07T00:57:06.409Z Checking glob v0.3.3
23022026-03-07T00:57:06.468Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23032026-03-07T00:57:06.527Z Checking parse-display v0.10.0
23042026-03-07T00:57:06.820Z Compiling proc-macro-crate v3.4.0
23052026-03-07T00:57:06.876Z Compiling heapless v0.8.0
23062026-03-07T00:57:07.013Z Checking tabwriter v1.4.1
23072026-03-07T00:57:07.332Z Checking hash32 v0.3.1
23082026-03-07T00:57:07.561Z Compiling ingot-macros v0.1.1
23092026-03-07T00:57:07.622Z Compiling smoltcp v0.11.0
23102026-03-07T00:57:07.892Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23112026-03-07T00:57:08.082Z Compiling unsafe-libyaml v0.2.11
23122026-03-07T00:57:08.086Z Compiling convert_case v0.4.0
23132026-03-07T00:57:08.417Z Compiling num_enum_derive v0.7.5
23142026-03-07T00:57:09.017Z Compiling derive_more v0.99.20
23152026-03-07T00:57:09.390Z Compiling serde_yaml v0.9.34+deprecated
23162026-03-07T00:57:09.571Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23172026-03-07T00:57:09.883Z Checking cobs v0.3.0
23182026-03-07T00:57:10.068Z Compiling foreign-types-macros v0.2.3
23192026-03-07T00:57:10.236Z Checking foreign-types-shared v0.3.1
23202026-03-07T00:57:10.434Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23212026-03-07T00:57:10.497Z Checking cpufeatures v0.3.0
23222026-03-07T00:57:10.674Z Checking chacha20 v0.10.0
23232026-03-07T00:57:10.759Z Checking num_enum v0.7.5
23242026-03-07T00:57:11.000Z Checking postcard v1.1.3
23252026-03-07T00:57:11.399Z Checking foreign-types v0.5.0
23262026-03-07T00:57:11.814Z Compiling proc-macro-crate v1.3.1
23272026-03-07T00:57:11.930Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23282026-03-07T00:57:11.984Z Checking sigpipe v0.1.3
23292026-03-07T00:57:12.170Z Checking cstr-argument v0.1.2
23302026-03-07T00:57:12.430Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-07T00:57:12.491Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-03-07T00:57:12.712Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-03-07T00:57:12.875Z Checking colored v3.1.1
23342026-03-07T00:57:13.051Z Compiling num_enum_derive v0.5.11
23352026-03-07T00:57:13.187Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-03-07T00:57:13.287Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23372026-03-07T00:57:13.345Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-03-07T00:57:13.518Z Checking rand v0.10.0
23392026-03-07T00:57:13.578Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23402026-03-07T00:57:13.684Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23412026-03-07T00:57:14.092Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23422026-03-07T00:57:14.155Z Compiling nix v0.30.1
23432026-03-07T00:57:14.316Z Checking ingot-types v0.1.2
23442026-03-07T00:57:14.372Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23452026-03-07T00:57:14.481Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23462026-03-07T00:57:14.869Z Checking smf v0.2.3
23472026-03-07T00:57:15.113Z Compiling num-derive v0.4.2
23482026-03-07T00:57:15.113Z Checking ingot v0.1.1
23492026-03-07T00:57:15.291Z Checking num_enum v0.5.11
23502026-03-07T00:57:15.294Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23512026-03-07T00:57:15.444Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23522026-03-07T00:57:15.516Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23532026-03-07T00:57:15.793Z Checking whoami v1.6.1
23542026-03-07T00:57:15.870Z Compiling typify-impl v0.6.1
23552026-03-07T00:57:16.170Z Checking half v2.7.1
23562026-03-07T00:57:16.249Z Checking ciborium-io v0.2.2
23572026-03-07T00:57:16.487Z Checking indent_write v2.2.0
23582026-03-07T00:57:16.775Z Checking universal-hash v0.5.1
23592026-03-07T00:57:16.836Z Checking ciborium-ll v0.2.2
23602026-03-07T00:57:17.057Z Checking opaque-debug v0.3.1
23612026-03-07T00:57:17.229Z Checking aead v0.5.2
23622026-03-07T00:57:17.288Z Checking ciborium v0.2.2
23632026-03-07T00:57:17.347Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23642026-03-07T00:57:17.545Z Checking swrite v0.1.0
23652026-03-07T00:57:17.548Z Checking poly1305 v0.8.0
23662026-03-07T00:57:17.753Z Checking chacha20 v0.9.1
23672026-03-07T00:57:17.848Z Checking unicode-width v0.1.14
23682026-03-07T00:57:18.173Z Compiling thiserror-impl-no-std v2.0.2
23692026-03-07T00:57:18.233Z Checking password-hash v0.5.0
23702026-03-07T00:57:18.287Z Checking blake2 v0.10.6
23712026-03-07T00:57:18.402Z Compiling usdt-macro v0.5.0
23722026-03-07T00:57:18.775Z Compiling usdt-attr-macro v0.5.0
23732026-03-07T00:57:18.831Z Checking memmap v0.7.0
23742026-03-07T00:57:18.971Z Checking argon2 v0.5.3
23752026-03-07T00:57:19.107Z Checking chacha20poly1305 v0.10.1
23762026-03-07T00:57:19.366Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23772026-03-07T00:57:19.421Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23782026-03-07T00:57:19.753Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23792026-03-07T00:57:19.942Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23802026-03-07T00:57:20.082Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23812026-03-07T00:57:20.322Z Checking usdt v0.5.0
23822026-03-07T00:57:20.387Z Compiling derive-where v1.6.0
23832026-03-07T00:57:20.463Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23842026-03-07T00:57:20.556Z Checking atomicwrites v0.4.4
23852026-03-07T00:57:20.654Z Checking tokio-dtrace v0.1.1
23862026-03-07T00:57:20.829Z Checking console v0.15.11
23872026-03-07T00:57:20.882Z Checking thiserror-no-std v2.0.2
23882026-03-07T00:57:21.033Z Checking oxide-tokio-rt v0.1.2
23892026-03-07T00:57:21.093Z Checking vsss-rs v3.3.4
23902026-03-07T00:57:21.337Z Checking newline-converter v0.3.0
23912026-03-07T00:57:21.411Z Compiling prettyplease v0.2.37
23922026-03-07T00:57:21.574Z Checking expectorate v1.2.0
23932026-03-07T00:57:21.848Z Checking bytecount v0.6.9
23942026-03-07T00:57:21.958Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23952026-03-07T00:57:22.040Z Compiling owo-colors v4.3.0
23962026-03-07T00:57:22.098Z Compiling cancel-safe-futures v0.1.5
23972026-03-07T00:57:22.470Z Checking libsw-core v0.3.2
23982026-03-07T00:57:22.777Z Checking libsw v3.5.0
23992026-03-07T00:57:23.116Z Checking same-file v1.0.6
24002026-03-07T00:57:23.178Z Checking linear-map v1.2.0
24012026-03-07T00:57:23.270Z Checking num-rational v0.4.2
24022026-03-07T00:57:23.381Z Checking walkdir v2.5.0
24032026-03-07T00:57:23.507Z Checking num-complex v0.4.6
24042026-03-07T00:57:23.568Z Checking float-ord v0.3.2
24052026-03-07T00:57:23.753Z Compiling typify-impl v0.4.3
24062026-03-07T00:57:23.812Z Checking gethostname v0.5.0
24072026-03-07T00:57:24.278Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24082026-03-07T00:57:24.337Z Compiling async-recursion v1.1.1
24092026-03-07T00:57:24.412Z Checking num v0.4.3
24102026-03-07T00:57:24.460Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24112026-03-07T00:57:24.463Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24122026-03-07T00:57:24.556Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24132026-03-07T00:57:26.400Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24142026-03-07T00:57:27.267Z Compiling typify-macro v0.6.1
24152026-03-07T00:57:28.632Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24162026-03-07T00:57:29.613Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24172026-03-07T00:57:30.765Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24182026-03-07T00:57:30.999Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24192026-03-07T00:57:31.174Z Compiling typify v0.6.1
24202026-03-07T00:57:31.404Z Compiling progenitor-impl v0.13.0
24212026-03-07T00:57:33.661Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24222026-03-07T00:57:34.883Z Checking unicode-linebreak v0.1.5
24232026-03-07T00:57:35.289Z Compiling typify-macro v0.4.3
24242026-03-07T00:57:35.366Z Checking smawk v0.3.2
24252026-03-07T00:57:35.419Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24262026-03-07T00:57:35.427Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24272026-03-07T00:57:35.642Z Checking globset v0.4.18
24282026-03-07T00:57:36.754Z Compiling convert_case v0.10.0
24292026-03-07T00:57:37.701Z Compiling slog-dtrace v0.3.0
24302026-03-07T00:57:38.091Z Compiling progenitor-macro v0.13.0
24312026-03-07T00:57:38.148Z Checking resolv-conf v0.7.6
24322026-03-07T00:57:38.581Z Compiling derive_more-impl v2.1.1
24332026-03-07T00:57:39.040Z Compiling typify v0.4.3
24342026-03-07T00:57:39.307Z Compiling pin-project-internal v1.1.11
24352026-03-07T00:57:39.419Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24362026-03-07T00:57:39.841Z Checking pem v3.0.6
24372026-03-07T00:57:40.213Z Checking fd-lock v4.0.4
24382026-03-07T00:57:40.302Z Checking vte v0.14.1
24392026-03-07T00:57:40.360Z Checking derive_more v2.1.1
24402026-03-07T00:57:40.479Z Checking display-error-chain v0.2.2
24412026-03-07T00:57:40.546Z Checking crossterm v0.29.0
24422026-03-07T00:57:40.668Z Checking strip-ansi-escapes v0.2.1
24432026-03-07T00:57:40.740Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24442026-03-07T00:57:40.896Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24452026-03-07T00:57:41.189Z Compiling snafu-derive v0.8.9
24462026-03-07T00:57:41.868Z Checking linked-hash-map v0.5.6
24472026-03-07T00:57:42.087Z Checking pin-project v1.1.11
24482026-03-07T00:57:42.250Z Checking termtree v0.5.1
24492026-03-07T00:57:42.253Z Checking nu-ansi-term v0.50.3
24502026-03-07T00:57:42.363Z Checking lru-cache v0.1.2
24512026-03-07T00:57:42.556Z Compiling progenitor-impl v0.11.2
24522026-03-07T00:57:42.619Z Checking textwrap v0.16.2
24532026-03-07T00:57:42.811Z Checking reedline v0.40.0
24542026-03-07T00:57:43.088Z Checking olpc-cjson v0.1.4
24552026-03-07T00:57:43.399Z Checking hickory-proto v0.24.4
24562026-03-07T00:57:45.747Z Checking serde_plain v1.0.2
24572026-03-07T00:57:46.023Z Checking snafu v0.8.9
24582026-03-07T00:57:46.106Z Checking typed-path v0.9.3
24592026-03-07T00:57:46.203Z Compiling minimal-lexical v0.2.1
24602026-03-07T00:57:46.800Z Compiling nom v7.1.3
24612026-03-07T00:57:47.730Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24622026-03-07T00:57:48.030Z Checking tough v0.20.0
24632026-03-07T00:57:48.668Z Checking progenitor-client v0.11.2
24642026-03-07T00:57:48.896Z Checking nibble_vec v0.1.0
24652026-03-07T00:57:49.131Z Checking endian-type v0.1.2
24662026-03-07T00:57:49.186Z Checking hickory-resolver v0.24.4
24672026-03-07T00:57:49.379Z Compiling progenitor-macro v0.11.2
24682026-03-07T00:57:49.440Z Checking radix_trie v0.2.1
24692026-03-07T00:57:49.710Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24702026-03-07T00:57:49.920Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24712026-03-07T00:57:50.091Z Compiling ar_archive_writer v0.5.1
24722026-03-07T00:57:50.797Z Checking humantime v2.3.0
24732026-03-07T00:57:50.895Z Checking progenitor v0.13.0
24742026-03-07T00:57:51.171Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24752026-03-07T00:57:51.226Z Checking qorb v0.4.1
24762026-03-07T00:57:51.231Z Checking csv-core v0.1.13
24772026-03-07T00:57:51.673Z Checking base64 v0.21.7
24782026-03-07T00:57:51.738Z Checking csv v1.4.0
24792026-03-07T00:57:52.216Z Compiling stacker v0.1.23
24802026-03-07T00:57:52.278Z Compiling psm v0.1.30
24812026-03-07T00:57:52.631Z Checking highway v1.3.0
24822026-03-07T00:57:52.698Z Compiling cfg_aliases v0.1.1
24832026-03-07T00:57:52.901Z Compiling nix v0.28.0
24842026-03-07T00:57:53.158Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24852026-03-07T00:57:53.691Z Checking papergrid v0.11.0
24862026-03-07T00:57:53.750Z Compiling tabled_derive v0.7.0
24872026-03-07T00:57:54.060Z Checking home v0.5.12
24882026-03-07T00:57:54.367Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24892026-03-07T00:57:54.371Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24902026-03-07T00:57:55.196Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24912026-03-07T00:57:55.637Z Checking phf_shared v0.12.1
24922026-03-07T00:57:55.905Z Checking tabled v0.15.0
24932026-03-07T00:57:55.966Z Compiling recursive-proc-macro-impl v0.1.1
24942026-03-07T00:57:56.300Z Compiling chrono-tz v0.10.4
24952026-03-07T00:57:56.362Z Compiling semver v0.1.20
24962026-03-07T00:57:56.789Z Compiling rustc_version v0.1.7
24972026-03-07T00:57:56.846Z Checking recursive v0.1.1
24982026-03-07T00:57:57.006Z Checking phf v0.12.1
24992026-03-07T00:57:57.287Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25002026-03-07T00:57:57.337Z Compiling const_format_proc_macros v0.2.34
25012026-03-07T00:57:57.386Z Compiling peg-macros v0.8.5
25022026-03-07T00:57:58.483Z Checking winnow v0.6.26
25032026-03-07T00:57:58.709Z Compiling sqlparser_derive v0.5.0
25042026-03-07T00:57:59.238Z Checking unicode_categories v0.1.1
25052026-03-07T00:57:59.620Z Checking rustyline v14.0.0
25062026-03-07T00:58:00.426Z Checking sqlparser v0.61.0
25072026-03-07T00:58:00.789Z Checking peg v0.8.5
25082026-03-07T00:58:00.792Z Checking const_format v0.2.35
25092026-03-07T00:58:01.287Z Checking sqlformat v0.3.5
25102026-03-07T00:58:01.346Z Compiling newtype_derive v0.1.6
25112026-03-07T00:58:01.399Z Checking bcs v0.1.6
25122026-03-07T00:58:01.489Z Checking progenitor v0.11.2
25132026-03-07T00:58:01.762Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25142026-03-07T00:58:01.908Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25152026-03-07T00:58:02.122Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25162026-03-07T00:58:02.182Z Checking steno v0.4.1
25172026-03-07T00:58:02.240Z Checking utf-8 v0.7.6
25182026-03-07T00:58:02.244Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25192026-03-07T00:58:02.540Z Checking filetime v0.2.27
25202026-03-07T00:58:02.599Z Checking arc-swap v1.8.2
25212026-03-07T00:58:02.657Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25222026-03-07T00:58:03.190Z Checking xattr v1.6.1
25232026-03-07T00:58:03.202Z Checking slog-scope v4.4.1
25242026-03-07T00:58:03.202Z Checking tar v0.4.44
25252026-03-07T00:58:03.351Z Compiling progenitor-impl v0.10.0
25262026-03-07T00:58:04.024Z Checking slog-stdlog v4.1.1
25272026-03-07T00:58:04.332Z Checking slog-envlogger v2.2.0
25282026-03-07T00:58:04.396Z Checking tungstenite v0.21.0
25292026-03-07T00:58:04.644Z Checking typeid v1.0.3
25302026-03-07T00:58:04.868Z Checking subprocess v0.2.15
25312026-03-07T00:58:05.363Z Checking tokio-tungstenite v0.21.0
25322026-03-07T00:58:05.519Z Checking headers-core v0.3.0
25332026-03-07T00:58:05.769Z Checking headers v0.4.1
25342026-03-07T00:58:05.950Z Compiling toml v0.9.12+spec-1.1.0
25352026-03-07T00:58:06.372Z Compiling lzma-sys v0.1.20
25362026-03-07T00:58:06.861Z Checking yasna v0.5.2
25372026-03-07T00:58:07.593Z Checking xz2 v0.1.7
25382026-03-07T00:58:07.649Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25392026-03-07T00:58:07.838Z Compiling cargo_toml v0.22.3
25402026-03-07T00:58:07.977Z Checking rcgen v0.12.1
25412026-03-07T00:58:08.100Z Checking ron v0.12.0
25422026-03-07T00:58:09.126Z Checking base16ct v1.0.0
25432026-03-07T00:58:09.421Z Checking dropshot-api-manager-types v0.5.2
25442026-03-07T00:58:09.806Z Checking tagptr v0.2.0
25452026-03-07T00:58:09.863Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25462026-03-07T00:58:10.102Z Compiling progenitor-macro v0.10.0
25472026-03-07T00:58:10.220Z Checking moka v0.12.13
25482026-03-07T00:58:10.277Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25492026-03-07T00:58:10.332Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25502026-03-07T00:58:10.571Z Compiling libefi-sys v0.1.0
25512026-03-07T00:58:10.982Z Compiling radium v0.7.0
25522026-03-07T00:58:11.375Z Compiling bitfield-struct v0.6.2
25532026-03-07T00:58:11.486Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25542026-03-07T00:58:11.637Z Checking tap v1.0.1
25552026-03-07T00:58:11.713Z Checking hickory-resolver v0.25.2
25562026-03-07T00:58:11.893Z Compiling maybe-uninit v2.0.0
25572026-03-07T00:58:12.313Z Checking wyz v0.5.1
25582026-03-07T00:58:12.777Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-03-07T00:58:13.049Z Compiling zerocopy-derive v0.6.6
25602026-03-07T00:58:13.166Z Checking funty v2.0.0
25612026-03-07T00:58:13.291Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25622026-03-07T00:58:13.380Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25632026-03-07T00:58:13.571Z Compiling packed_struct v0.10.1
25642026-03-07T00:58:14.101Z Checking crc-catalog v2.4.0
25652026-03-07T00:58:14.217Z Checking bitvec v1.0.1
25662026-03-07T00:58:14.285Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25672026-03-07T00:58:14.377Z Checking crc v3.4.0
25682026-03-07T00:58:14.776Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25692026-03-07T00:58:14.962Z Checking zerocopy v0.6.6
25702026-03-07T00:58:15.020Z Compiling packed_struct_codegen v0.10.1
25712026-03-07T00:58:15.068Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25722026-03-07T00:58:15.134Z Compiling bitfield-macros v0.19.4
25732026-03-07T00:58:15.764Z Compiling indexmap v1.9.3
25742026-03-07T00:58:16.236Z Checking nodrop v0.1.14
25752026-03-07T00:58:16.359Z Checking array-init v0.0.4
25762026-03-07T00:58:16.749Z Checking bitfield v0.19.4
25772026-03-07T00:58:17.168Z Checking smallvec v0.6.14
25782026-03-07T00:58:17.347Z Checking hashbrown v0.12.3
25792026-03-07T00:58:17.426Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25802026-03-07T00:58:17.488Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25812026-03-07T00:58:17.841Z Checking serde-hex v0.1.0
25822026-03-07T00:58:17.852Z Checking ron v0.8.1
25832026-03-07T00:58:19.101Z Checking hashbrown v0.13.2
25842026-03-07T00:58:19.160Z Checking crc-any v2.5.0
25852026-03-07T00:58:19.463Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25862026-03-07T00:58:19.610Z Checking path-slash v0.1.5
25872026-03-07T00:58:19.830Z Compiling xshell-macros v0.2.7
25882026-03-07T00:58:19.885Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25892026-03-07T00:58:20.081Z Checking object v0.30.4
25902026-03-07T00:58:20.615Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25912026-03-07T00:58:20.668Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25922026-03-07T00:58:20.722Z Checking xshell v0.2.7
25932026-03-07T00:58:21.130Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25942026-03-07T00:58:21.463Z Checking half v1.8.3
25952026-03-07T00:58:21.932Z Checking serde_cbor v0.11.2
25962026-03-07T00:58:22.056Z Compiling num-derive v0.3.3
25972026-03-07T00:58:22.634Z Checking progenitor v0.10.0
25982026-03-07T00:58:22.727Z Compiling proc-macro-error-attr2 v2.0.0
25992026-03-07T00:58:22.828Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26002026-03-07T00:58:22.992Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26012026-03-07T00:58:23.290Z Compiling nix v0.31.1
26022026-03-07T00:58:23.614Z Compiling proc-macro-error2 v2.0.1
26032026-03-07T00:58:24.150Z Checking libscf-sys v1.1.0
26042026-03-07T00:58:24.201Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26052026-03-07T00:58:24.271Z Compiling tabled_derive v0.11.0
26062026-03-07T00:58:24.416Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26072026-03-07T00:58:24.862Z Checking papergrid v0.17.0
26082026-03-07T00:58:25.033Z Checking testing_table v0.3.0
26092026-03-07T00:58:25.643Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26102026-03-07T00:58:26.668Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26112026-03-07T00:58:26.815Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26122026-03-07T00:58:27.089Z Checking tabled v0.20.0
26132026-03-07T00:58:27.243Z Checking maplit v1.0.2
26142026-03-07T00:58:27.482Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26152026-03-07T00:58:27.562Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26162026-03-07T00:58:28.151Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-03-07T00:58:28.457Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26182026-03-07T00:58:29.216Z Checking crc8 v0.1.1
26192026-03-07T00:58:29.361Z Checking fxhash v0.2.1
26202026-03-07T00:58:29.419Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26212026-03-07T00:58:29.607Z Checking unicase v2.9.0
26222026-03-07T00:58:29.664Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26232026-03-07T00:58:29.940Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26242026-03-07T00:58:30.726Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26252026-03-07T00:58:30.745Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26262026-03-07T00:58:30.877Z Checking kstat-rs v0.2.4
26272026-03-07T00:58:31.325Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26282026-03-07T00:58:31.420Z Compiling parking_lot_core v0.8.6
26292026-03-07T00:58:31.629Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26302026-03-07T00:58:31.996Z Compiling git-stub v1.0.0
26312026-03-07T00:58:32.075Z Compiling dsl_auto_type v0.1.3
26322026-03-07T00:58:32.166Z Checking scheduled-thread-pool v0.2.7
26332026-03-07T00:58:32.475Z Compiling vergen-gitcl v1.0.8
26342026-03-07T00:58:32.532Z Compiling diesel_table_macro_syntax v0.2.0
26352026-03-07T00:58:32.966Z Checking r2d2 v0.8.10
26362026-03-07T00:58:33.020Z Compiling git-stub-vcs v0.1.0
26372026-03-07T00:58:33.135Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26382026-03-07T00:58:33.270Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26392026-03-07T00:58:33.347Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26402026-03-07T00:58:33.465Z Checking parking_lot v0.11.2
26412026-03-07T00:58:33.531Z Compiling diesel_derives v2.2.7
26422026-03-07T00:58:33.851Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26432026-03-07T00:58:33.907Z Checking prefix-trie v0.7.0
26442026-03-07T00:58:33.964Z Checking nanorand v0.7.0
26452026-03-07T00:58:34.409Z Compiling dirs-sys-next v0.1.2
26462026-03-07T00:58:34.675Z Compiling crunchy v0.2.4
26472026-03-07T00:58:34.720Z Checking hickory-server v0.25.2
26482026-03-07T00:58:34.840Z Compiling dirs-next v2.0.0
26492026-03-07T00:58:35.001Z Checking flume v0.11.1
26502026-03-07T00:58:35.059Z Checking sled v0.34.7
26512026-03-07T00:58:35.151Z Compiling clang-sys v1.8.1
26522026-03-07T00:58:35.315Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26532026-03-07T00:58:35.575Z Checking hickory-client v0.25.2
26542026-03-07T00:58:35.682Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26552026-03-07T00:58:35.740Z Compiling tiny-keccak v2.0.2
26562026-03-07T00:58:36.124Z Compiling term v0.7.0
26572026-03-07T00:58:36.252Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26582026-03-07T00:58:36.326Z Compiling bit-vec v0.6.3
26592026-03-07T00:58:36.594Z Compiling salty v0.3.0
26602026-03-07T00:58:36.800Z Compiling ascii-canvas v3.0.0
26612026-03-07T00:58:37.188Z Compiling bit-set v0.5.3
26622026-03-07T00:58:37.444Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-03-07T00:58:37.515Z Checking primeorder v0.13.6
26642026-03-07T00:58:37.574Z Compiling itertools v0.10.5
26652026-03-07T00:58:38.059Z Compiling ena v0.14.4
26662026-03-07T00:58:38.319Z Compiling libloading v0.8.9
26672026-03-07T00:58:38.396Z Compiling regex-syntax v0.6.29
26682026-03-07T00:58:38.757Z Compiling diff v0.1.13
26692026-03-07T00:58:38.773Z Compiling bindgen v0.71.1
26702026-03-07T00:58:39.903Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-03-07T00:58:40.167Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26722026-03-07T00:58:40.434Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26732026-03-07T00:58:41.115Z Compiling cexpr v0.6.0
26742026-03-07T00:58:41.565Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26752026-03-07T00:58:41.968Z Compiling lalrpop v0.19.12
26762026-03-07T00:58:42.086Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26772026-03-07T00:58:42.724Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-03-07T00:58:43.419Z Compiling libxml v0.3.3
26792026-03-07T00:58:43.549Z Compiling fs-err v2.11.0
26802026-03-07T00:58:43.708Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26812026-03-07T00:58:44.043Z Checking p384 v0.13.1
26822026-03-07T00:58:44.183Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26832026-03-07T00:58:44.466Z Compiling strum_macros v0.24.3
26842026-03-07T00:58:44.548Z Checking diesel v2.2.12
26852026-03-07T00:58:45.048Z Compiling indoc v1.0.9
26862026-03-07T00:58:47.857Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26872026-03-07T00:58:48.028Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
26882026-03-07T00:58:48.616Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26892026-03-07T00:58:49.034Z Checking quick-xml v0.37.5
26902026-03-07T00:58:49.481Z Checking derive_builder v0.20.2
26912026-03-07T00:58:49.540Z Compiling oso-derive v0.27.3
26922026-03-07T00:58:49.721Z Compiling trait-variant v0.1.2
26932026-03-07T00:58:50.142Z Compiling impl-trait-for-tuples v0.2.3
26942026-03-07T00:58:50.642Z Checking parse-size v1.1.0
26952026-03-07T00:58:50.832Z Checking openssl-probe v0.1.6
26962026-03-07T00:58:50.893Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26972026-03-07T00:58:51.079Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26982026-03-07T00:58:51.192Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
26992026-03-07T00:58:52.767Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27002026-03-07T00:58:52.951Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27012026-03-07T00:58:54.048Z Checking assert_matches v1.5.0
27022026-03-07T00:58:54.219Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27032026-03-07T00:58:54.428Z Compiling mime_guess v2.0.5
27042026-03-07T00:58:54.679Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-03-07T00:58:54.819Z Checking predicates-tree v1.0.13
27062026-03-07T00:58:55.042Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27072026-03-07T00:58:55.249Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27082026-03-07T00:58:55.455Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27092026-03-07T00:58:55.576Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27102026-03-07T00:58:55.795Z Checking http-range v0.1.5
27112026-03-07T00:58:56.158Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-03-07T00:58:59.409Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27132026-03-07T00:58:59.686Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27142026-03-07T00:59:00.034Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27152026-03-07T00:59:01.469Z Checking atty v0.2.14
27162026-03-07T00:59:01.573Z Compiling diesel-dtrace v0.4.2
27172026-03-07T00:59:02.127Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-03-07T00:59:02.629Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-07T00:59:03.264Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27202026-03-07T00:59:03.454Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27212026-03-07T00:59:03.883Z Checking bb8 v0.8.6
27222026-03-07T00:59:04.435Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27232026-03-07T00:59:04.491Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27242026-03-07T00:59:04.882Z Checking corncobs v0.1.4
27252026-03-07T00:59:05.154Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27262026-03-07T00:59:05.251Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27272026-03-07T00:59:05.442Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-07T00:59:05.748Z Checking hyper-staticfile v0.10.1
27292026-03-07T00:59:05.804Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27302026-03-07T00:59:05.869Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27312026-03-07T00:59:06.092Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27322026-03-07T00:59:06.317Z Checking ignore v0.4.25
27332026-03-07T00:59:06.378Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27342026-03-07T00:59:06.508Z Checking signal-hook-tokio v0.3.1
27352026-03-07T00:59:06.785Z Checking secrecy v0.8.0
27362026-03-07T00:59:07.084Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27372026-03-07T00:59:07.229Z Checking globwalk v0.9.1
27382026-03-07T00:59:07.653Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27392026-03-07T00:59:07.726Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27402026-03-07T00:59:08.509Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27412026-03-07T00:59:08.580Z Checking nonempty v0.12.0
27422026-03-07T00:59:08.806Z Checking camino-tempfile-ext v0.3.3
27432026-03-07T00:59:09.048Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27442026-03-07T00:59:09.207Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27452026-03-07T00:59:09.267Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27462026-03-07T00:59:09.944Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27472026-03-07T00:59:10.714Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27482026-03-07T00:59:10.773Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27492026-03-07T00:59:11.241Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27502026-03-07T00:59:11.634Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27512026-03-07T00:59:11.694Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27522026-03-07T00:59:12.426Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27532026-03-07T00:59:12.937Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27542026-03-07T00:59:13.237Z Checking tungstenite v0.23.0
27552026-03-07T00:59:13.456Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27562026-03-07T00:59:13.709Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27572026-03-07T00:59:14.199Z Checking tokio-tungstenite v0.23.1
27582026-03-07T00:59:14.458Z Checking void v1.0.2
27592026-03-07T00:59:14.691Z Checking async-bb8-diesel v0.2.1
27602026-03-07T00:59:14.812Z Checking lzss v0.8.2
27612026-03-07T00:59:15.248Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27622026-03-07T00:59:15.303Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27632026-03-07T00:59:15.467Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27642026-03-07T00:59:15.633Z Checking nix v0.27.1
27652026-03-07T00:59:16.666Z Checking serde_bytes v0.11.19
27662026-03-07T00:59:16.935Z Checking rand_seeder v0.4.0
27672026-03-07T00:59:17.090Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27682026-03-07T00:59:17.239Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27692026-03-07T00:59:18.000Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27702026-03-07T00:59:18.249Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-03-07T00:59:18.342Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27722026-03-07T00:59:19.878Z Checking is_ci v1.2.0
27732026-03-07T00:59:19.937Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27742026-03-07T00:59:20.063Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27752026-03-07T00:59:20.209Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27762026-03-07T00:59:20.847Z Checking yansi v1.0.1
27772026-03-07T00:59:21.460Z Checking pretty_assertions v1.4.1
27782026-03-07T00:59:21.764Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27792026-03-07T00:59:22.277Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27802026-03-07T00:59:22.462Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27812026-03-07T00:59:22.779Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27822026-03-07T00:59:23.211Z Compiling darling_core v0.23.0
27832026-03-07T00:59:24.245Z Compiling indoc v2.0.7
27842026-03-07T00:59:24.531Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27852026-03-07T00:59:25.249Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27862026-03-07T00:59:25.613Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-07T00:59:25.672Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-07T00:59:25.830Z Compiling instability v0.3.11
27892026-03-07T00:59:26.338Z Compiling libz-sys v1.1.24
27902026-03-07T00:59:26.392Z Checking castaway v0.2.4
27912026-03-07T00:59:26.642Z Checking compact_str v0.8.1
27922026-03-07T00:59:27.197Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27932026-03-07T00:59:27.452Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27942026-03-07T00:59:27.581Z Checking supports-color v3.0.2
27952026-03-07T00:59:27.859Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27962026-03-07T00:59:28.277Z Checking unicode-truncate v1.1.0
27972026-03-07T00:59:28.601Z Checking lru v0.12.5
27982026-03-07T00:59:28.658Z Checking cassowary v0.3.0
27992026-03-07T00:59:29.057Z Compiling libgit2-sys v0.18.3+1.9.2
28002026-03-07T00:59:29.355Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28012026-03-07T00:59:29.797Z Compiling darling_macro v0.23.0
28022026-03-07T00:59:30.785Z Compiling darling v0.23.0
28032026-03-07T00:59:31.210Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-03-07T00:59:31.920Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28052026-03-07T00:59:32.324Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28062026-03-07T00:59:32.441Z Checking ratatui v0.29.0
28072026-03-07T00:59:32.907Z Compiling vergen-git2 v1.0.7
28082026-03-07T00:59:33.407Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-03-07T00:59:33.840Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-03-07T00:59:34.205Z Checking colored v2.2.0
28112026-03-07T00:59:34.265Z Checking plotters-backend v0.3.7
28122026-03-07T00:59:34.673Z Checking shell-words v1.1.1
28132026-03-07T00:59:34.730Z Compiling rustls v0.21.12
28142026-03-07T00:59:34.945Z Checking plotters-svg v0.3.7
28152026-03-07T00:59:35.371Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-03-07T00:59:35.422Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28172026-03-07T00:59:35.472Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-03-07T00:59:35.839Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28192026-03-07T00:59:35.899Z Compiling nix v0.29.0
28202026-03-07T00:59:36.699Z Checking rustls-webpki v0.101.7
28212026-03-07T00:59:36.807Z Checking sct v0.7.1
28222026-03-07T00:59:37.069Z Checking cast v0.3.0
28232026-03-07T00:59:37.451Z Checking hex-literal v0.4.1
28242026-03-07T00:59:37.652Z Checking criterion-plot v0.6.0
28252026-03-07T00:59:37.708Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-03-07T00:59:38.439Z Checking plotters v0.3.7
28272026-03-07T00:59:40.337Z Checking erased-serde v0.4.9
28282026-03-07T00:59:40.428Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28292026-03-07T00:59:41.303Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28302026-03-07T00:59:41.865Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28312026-03-07T00:59:42.803Z Checking tinytemplate v1.2.1
28322026-03-07T00:59:43.266Z Checking ordered-float v2.10.1
28332026-03-07T00:59:43.853Z Checking anes v0.1.6
28342026-03-07T00:59:44.305Z Checking oorandom v11.1.5
28352026-03-07T00:59:44.561Z Checking criterion v0.7.0
28362026-03-07T00:59:47.420Z Checking serde-value v0.7.0
28372026-03-07T00:59:47.775Z Checking serde-untagged v0.1.9
28382026-03-07T00:59:47.947Z Checking tokio-rustls v0.24.1
28392026-03-07T00:59:48.396Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-03-07T00:59:48.558Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-03-07T00:59:48.969Z Checking rustls-pemfile v1.0.4
28422026-03-07T00:59:49.261Z Checking twox-hash v2.1.2
28432026-03-07T00:59:49.813Z Checking unicode-xid v0.2.6
28442026-03-07T00:59:50.062Z Checking cargo-util-schemas v0.8.2
28452026-03-07T00:59:50.212Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-03-07T00:59:52.036Z Checking progenitor-extras v0.1.0
28472026-03-07T00:59:52.094Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28482026-03-07T00:59:52.393Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28492026-03-07T00:59:52.477Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28502026-03-07T00:59:52.795Z Checking fatfs v0.3.6
28512026-03-07T00:59:53.868Z Checking cargo-platform v0.2.0
28522026-03-07T00:59:54.280Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28532026-03-07T00:59:55.476Z Compiling petname v2.0.2
28542026-03-07T00:59:56.403Z Compiling seq-macro v0.3.6
28552026-03-07T00:59:57.904Z Checking cargo_metadata v0.21.0
28562026-03-07T00:59:57.967Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28572026-03-07T00:59:59.548Z Checking concurrent-queue v2.5.0
28582026-03-07T00:59:59.952Z Checking rtoolbox v0.0.3
28592026-03-07T01:00:00.162Z Checking futures-timer v3.0.3
28602026-03-07T01:00:00.217Z Checking parking v2.2.1
28612026-03-07T01:00:00.477Z Checking event-listener v5.4.1
28622026-03-07T01:00:00.533Z Checking rpassword v7.4.0
28632026-03-07T01:00:00.936Z Checking tui-tree-widget v0.23.1
28642026-03-07T01:00:01.323Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28652026-03-07T01:00:01.648Z Checking polyval v0.6.2
28662026-03-07T01:00:01.706Z Checking sapling-renderdag v0.1.0
28672026-03-07T01:00:01.840Z Checking sync-ptr v0.1.4
28682026-03-07T01:00:02.014Z Checking ghash v0.5.1
28692026-03-07T01:00:02.121Z Checking event-listener-strategy v0.5.4
28702026-03-07T01:00:02.242Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28712026-03-07T01:00:02.293Z Checking ctr v0.9.2
28722026-03-07T01:00:02.410Z Checking constant_time_eq v0.4.2
28732026-03-07T01:00:02.655Z Checking arrayref v0.3.9
28742026-03-07T01:00:02.692Z Checking arrayvec v0.7.6
28752026-03-07T01:00:02.740Z Checking aes-gcm v0.10.3
28762026-03-07T01:00:02.879Z Checking async-lock v3.4.2
28772026-03-07T01:00:03.046Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28782026-03-07T01:00:03.123Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28792026-03-07T01:00:03.753Z Checking ssh-encoding v0.2.0
28802026-03-07T01:00:04.158Z Checking blowfish v0.9.1
28812026-03-07T01:00:04.483Z Checking bcrypt-pbkdf v0.10.0
28822026-03-07T01:00:04.807Z Checking ssh-cipher v0.2.0
28832026-03-07T01:00:04.950Z Checking async-object-pool v0.2.0
28842026-03-07T01:00:05.158Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28852026-03-07T01:00:05.211Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28862026-03-07T01:00:05.810Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28872026-03-07T01:00:06.329Z Checking serde_regex v1.1.0
28882026-03-07T01:00:06.689Z Checking password-hash v0.4.2
28892026-03-07T01:00:07.133Z Checking assert-json-diff v2.0.2
28902026-03-07T01:00:07.183Z Checking path-tree v0.8.3
28912026-03-07T01:00:07.437Z Compiling target-lexicon v0.13.3
28922026-03-07T01:00:07.604Z Checking gimli v0.32.3
28932026-03-07T01:00:08.450Z Checking stringmetrics v2.2.2
28942026-03-07T01:00:08.780Z Checking httpmock v0.8.3
28952026-03-07T01:00:09.336Z Checking pbkdf2 v0.11.0
28962026-03-07T01:00:09.699Z Checking ssh-key v0.6.7
28972026-03-07T01:00:11.566Z Checking addr2line v0.25.1
28982026-03-07T01:00:12.147Z Checking p256 v0.13.2
28992026-03-07T01:00:12.723Z Checking p521 v0.13.3
29002026-03-07T01:00:13.926Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29012026-03-07T01:00:14.097Z Checking russh-cryptovec v0.7.3
29022026-03-07T01:00:14.308Z Checking md5 v0.7.0
29032026-03-07T01:00:14.366Z Checking rustc-demangle v0.1.27
29042026-03-07T01:00:14.694Z Compiling guppy-workspace-hack v0.1.0
29052026-03-07T01:00:14.892Z Checking backtrace v0.3.76
29062026-03-07T01:00:15.176Z Checking russh-keys v0.45.0
29072026-03-07T01:00:15.690Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29082026-03-07T01:00:15.789Z Compiling samael v0.0.19
29092026-03-07T01:00:16.081Z Checking num-bigint v0.4.6
29102026-03-07T01:00:16.602Z Checking des v0.8.1
29112026-03-07T01:00:17.224Z Compiling blake3 v1.8.3
29122026-03-07T01:00:17.964Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29132026-03-07T01:00:18.493Z Compiling target-spec v3.5.7
29142026-03-07T01:00:18.808Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29152026-03-07T01:00:18.869Z Checking russh v0.45.0
29162026-03-07T01:00:19.987Z Checking cfg-expr v0.20.6
29172026-03-07T01:00:20.216Z Checking backtrace-ext v0.2.1
29182026-03-07T01:00:20.631Z Checking supports-color v2.1.0
29192026-03-07T01:00:20.918Z Checking textwrap v0.15.2
29202026-03-07T01:00:20.973Z Checking supports-hyperlinks v2.1.0
29212026-03-07T01:00:21.208Z Checking supports-unicode v2.1.0
29222026-03-07T01:00:21.325Z Checking hashbrown v0.14.5
29232026-03-07T01:00:21.450Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29242026-03-07T01:00:21.907Z Checking cargo-platform v0.3.2
29252026-03-07T01:00:22.332Z Compiling git2 v0.20.4
29262026-03-07T01:00:22.402Z Checking terminal_size v0.1.17
29272026-03-07T01:00:22.459Z Checking socket2 v0.5.10
29282026-03-07T01:00:22.635Z Compiling miette-derive v5.10.0
29292026-03-07T01:00:23.018Z Checking internet-checksum v0.2.1
29302026-03-07T01:00:23.077Z Checking owo-colors v3.5.0
29312026-03-07T01:00:23.285Z Checking chumsky v0.9.3
29322026-03-07T01:00:24.844Z Checking cargo_metadata v0.23.1
29332026-03-07T01:00:25.389Z Checking miette v5.10.0
29342026-03-07T01:00:26.450Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29352026-03-07T01:00:26.719Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29362026-03-07T01:00:26.846Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29372026-03-07T01:00:27.192Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29382026-03-07T01:00:27.422Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29392026-03-07T01:00:27.645Z Checking httptest v0.16.4
29402026-03-07T01:00:28.274Z Checking pathdiff v0.2.3
29412026-03-07T01:00:28.453Z Compiling knuffel-derive v3.2.0
29422026-03-07T01:00:28.510Z Checking nested v0.1.1
29432026-03-07T01:00:28.811Z Checking topological-sort v0.2.2
29442026-03-07T01:00:29.114Z Checking omicron-zone-package v0.12.2
29452026-03-07T01:00:29.327Z Checking guppy v0.17.25
29462026-03-07T01:00:29.497Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29472026-03-07T01:00:29.917Z Checking similar-asserts v1.7.0
29482026-03-07T01:00:30.267Z Compiling rstest_macros v0.25.0
29492026-03-07T01:00:30.887Z Compiling target-triple v1.0.0
29502026-03-07T01:00:31.132Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29512026-03-07T01:00:31.188Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29522026-03-07T01:00:31.574Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29532026-03-07T01:00:31.651Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29542026-03-07T01:00:31.703Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29552026-03-07T01:00:32.098Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29562026-03-07T01:00:32.154Z Checking knuffel v3.2.0
29572026-03-07T01:00:33.565Z Compiling relative-path v1.9.3
29582026-03-07T01:00:33.739Z Compiling assert_cmd v2.1.2
29592026-03-07T01:00:34.266Z Checking escape8259 v0.5.3
29602026-03-07T01:00:34.595Z Checking libtest-mimic v0.8.1
29612026-03-07T01:00:35.509Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29622026-03-07T01:00:35.560Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29632026-03-07T01:00:35.775Z Checking blake2b_simd v1.0.4
29642026-03-07T01:00:36.780Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29652026-03-07T01:00:37.115Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29662026-03-07T01:00:37.599Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29672026-03-07T01:00:38.004Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29682026-03-07T01:00:38.442Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29692026-03-07T01:00:38.683Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29702026-03-07T01:00:39.133Z Checking fancy-regex v0.14.0
29712026-03-07T01:00:39.556Z Checking serde_tokenstream v0.2.3
29722026-03-07T01:00:40.012Z Checking uzers v0.12.2
29732026-03-07T01:00:40.065Z Checking constant_time_eq v0.3.1
29742026-03-07T01:00:40.375Z Checking termcolor v1.4.1
29752026-03-07T01:00:40.638Z Compiling linkme-impl v0.3.35
29762026-03-07T01:00:40.904Z Checking trybuild v1.0.116
29772026-03-07T01:00:41.409Z Checking rust-argon2 v2.1.0
29782026-03-07T01:00:41.956Z Checking datatest-stable v0.3.3
29792026-03-07T01:00:42.867Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29802026-03-07T01:00:43.496Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29812026-03-07T01:00:43.655Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29822026-03-07T01:00:43.727Z Checking rstest v0.25.0
29832026-03-07T01:00:44.039Z Checking support-bundle-viewer v0.1.2
29842026-03-07T01:00:44.689Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29852026-03-07T01:00:45.148Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29862026-03-07T01:00:45.263Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29872026-03-07T01:00:45.580Z Checking drift v0.1.3
29882026-03-07T01:00:45.676Z Checking rand_distr v0.5.1
29892026-03-07T01:00:45.786Z Checking multimap v0.10.1
29902026-03-07T01:00:46.210Z Checking approx v0.5.1
29912026-03-07T01:00:46.307Z Compiling linkme v0.3.35
29922026-03-07T01:00:46.511Z Checking dropshot-api-manager v0.5.2
29932026-03-07T01:00:47.056Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29942026-03-07T01:00:48.662Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29952026-03-07T01:00:48.933Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29962026-03-07T01:00:48.936Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29972026-03-07T01:00:49.425Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29982026-03-07T01:00:50.253Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29992026-03-07T01:00:50.396Z Checking partial-io v0.5.4
30002026-03-07T01:00:50.454Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30012026-03-07T01:00:50.844Z Checking cargo_toml v0.21.0
30022026-03-07T01:00:51.329Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30032026-03-07T01:00:51.599Z Checking termios v0.3.3
30042026-03-07T01:00:51.854Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30052026-03-07T01:00:51.911Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30062026-03-07T01:00:52.813Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-03-07T01:00:53.436Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30082026-03-07T01:00:54.590Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30092026-03-07T01:00:55.143Z Compiling polar-core v0.27.3
30102026-03-07T01:00:59.499Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30112026-03-07T01:01:06.138Z Checking oso v0.27.3
30122026-03-07T01:01:08.484Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30132026-03-07T01:01:13.630Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30142026-03-07T01:01:13.940Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30152026-03-07T01:01:22.623Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30162026-03-07T01:01:33.766Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30172026-03-07T01:01:41.462Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30182026-03-07T01:01:43.477Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30192026-03-07T01:01:45.890Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30202026-03-07T01:02:05.014Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30212026-03-07T01:04:24.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 11s
30222026-03-07T01:04:24.805Z
30232026-03-07T01:04:24.808Zreal 8:16.534830465
30242026-03-07T01:04:24.808Zuser 45:47.792919677
30252026-03-07T01:04:24.808Zsys 8:08.041672112
30262026-03-07T01:04:24.808Ztrap 1.357823972
30272026-03-07T01:04:24.808Ztflt 0.620427270
30282026-03-07T01:04:24.808Zdflt 0.261816643
30292026-03-07T01:04:24.808Zkflt 0.001155910
30302026-03-07T01:04:24.808Zlock 1:51:15.540455861
30312026-03-07T01:04:24.808Zslp 2:27:29.034331359
30322026-03-07T01:04:24.808Zlat 2:35.123455936
30332026-03-07T01:04:24.808Zstop 17:19.009703734
30342026-03-07T01:04:24.808Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30352026-03-07T01:04:24.808Z+ ptime -m cargo doc --workspace --no-deps
30362026-03-07T01:04:26.164Zwarning: output filename collision.
30372026-03-07T01:04:26.164ZThe 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)`.
30382026-03-07T01:04:26.165ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30392026-03-07T01:04:26.165ZThe targets should have unique names.
30402026-03-07T01:04:26.165ZThis is a known bug where multiple crates with the same name use
30412026-03-07T01:04:26.165Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
30422026-03-07T01:04:27.457Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-03-07T01:04:27.697Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-03-07T01:04:27.732Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30452026-03-07T01:04:27.805Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30462026-03-07T01:04:27.853Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30472026-03-07T01:04:27.890Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30482026-03-07T01:04:27.893Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30492026-03-07T01:04:28.169Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30502026-03-07T01:04:28.212Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30512026-03-07T01:04:28.250Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-03-07T01:04:28.405Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30532026-03-07T01:04:28.405Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30542026-03-07T01:04:28.571Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30552026-03-07T01:04:28.698Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30562026-03-07T01:04:28.786Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30572026-03-07T01:04:28.949Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30582026-03-07T01:04:29.031Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30592026-03-07T01:04:29.068Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30602026-03-07T01:04:29.682Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30612026-03-07T01:04:30.189Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30622026-03-07T01:04:30.239Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30632026-03-07T01:04:30.500Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30642026-03-07T01:04:30.539Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30652026-03-07T01:04:30.626Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30662026-03-07T01:04:30.663Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30672026-03-07T01:04:30.949Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30682026-03-07T01:04:30.986Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30692026-03-07T01:04:31.303Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30702026-03-07T01:04:31.740Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30712026-03-07T01:04:31.805Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30722026-03-07T01:04:32.094Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30732026-03-07T01:04:32.241Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30742026-03-07T01:04:32.391Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30752026-03-07T01:04:32.505Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30762026-03-07T01:04:32.564Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30772026-03-07T01:04:32.824Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30782026-03-07T01:04:32.875Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30792026-03-07T01:04:33.292Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30802026-03-07T01:04:33.388Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30812026-03-07T01:04:33.914Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30822026-03-07T01:04:34.100Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30832026-03-07T01:04:34.289Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30842026-03-07T01:04:34.345Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30852026-03-07T01:04:34.420Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30862026-03-07T01:04:34.519Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30872026-03-07T01:04:34.809Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30882026-03-07T01:04:34.880Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30892026-03-07T01:04:34.941Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30902026-03-07T01:04:34.994Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30912026-03-07T01:04:35.139Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30922026-03-07T01:04:35.220Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30932026-03-07T01:04:35.444Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30942026-03-07T01:04:35.486Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30952026-03-07T01:04:35.581Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30962026-03-07T01:04:35.673Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30972026-03-07T01:04:35.890Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30982026-03-07T01:04:35.923Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30992026-03-07T01:04:35.963Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31002026-03-07T01:04:36.218Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31012026-03-07T01:04:36.332Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31022026-03-07T01:04:36.367Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31032026-03-07T01:04:36.402Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31042026-03-07T01:04:36.712Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31052026-03-07T01:04:36.749Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31062026-03-07T01:04:37.198Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31072026-03-07T01:04:37.232Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31082026-03-07T01:04:37.266Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31092026-03-07T01:04:37.584Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31102026-03-07T01:04:37.810Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31112026-03-07T01:04:38.472Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31122026-03-07T01:04:38.902Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31132026-03-07T01:04:39.427Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31142026-03-07T01:04:39.900Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31152026-03-07T01:04:39.991Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31162026-03-07T01:04:40.226Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31172026-03-07T01:04:42.462Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31182026-03-07T01:04:42.859Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-03-07T01:04:43.006Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31202026-03-07T01:04:43.575Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31212026-03-07T01:04:43.663Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31222026-03-07T01:04:43.971Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31232026-03-07T01:04:44.158Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31242026-03-07T01:04:44.650Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31252026-03-07T01:04:45.357Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31262026-03-07T01:04:45.472Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31272026-03-07T01:04:45.689Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31282026-03-07T01:04:46.171Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31292026-03-07T01:04:46.203Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31302026-03-07T01:04:46.663Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31312026-03-07T01:04:46.707Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31322026-03-07T01:04:46.982Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31332026-03-07T01:04:47.110Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31342026-03-07T01:04:47.589Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31352026-03-07T01:04:47.973Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31362026-03-07T01:04:48.457Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31372026-03-07T01:04:48.922Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31382026-03-07T01:04:49.071Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31392026-03-07T01:04:49.273Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31402026-03-07T01:04:49.582Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31412026-03-07T01:04:49.684Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31422026-03-07T01:04:50.646Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31432026-03-07T01:04:52.012Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31442026-03-07T01:04:52.738Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31452026-03-07T01:04:52.779Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31462026-03-07T01:04:53.938Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31472026-03-07T01:04:55.192Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31482026-03-07T01:04:55.395Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31492026-03-07T01:04:55.435Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31502026-03-07T01:04:55.438Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31512026-03-07T01:04:55.903Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31522026-03-07T01:04:55.906Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31532026-03-07T01:04:56.058Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31542026-03-07T01:04:56.215Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31552026-03-07T01:04:56.463Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31562026-03-07T01:04:57.093Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31572026-03-07T01:04:57.490Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31582026-03-07T01:04:57.530Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31592026-03-07T01:04:58.032Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31602026-03-07T01:04:58.752Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31612026-03-07T01:05:00.086Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31622026-03-07T01:05:01.622Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31632026-03-07T01:05:01.897Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31642026-03-07T01:05:02.042Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31652026-03-07T01:05:02.101Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31662026-03-07T01:05:02.175Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31672026-03-07T01:05:02.513Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31682026-03-07T01:05:03.362Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31692026-03-07T01:05:03.656Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31702026-03-07T01:05:04.145Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31712026-03-07T01:05:04.474Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31722026-03-07T01:05:04.966Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31732026-03-07T01:05:05.027Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31742026-03-07T01:05:05.557Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31752026-03-07T01:05:05.632Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31762026-03-07T01:05:07.848Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31772026-03-07T01:05:08.229Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31782026-03-07T01:05:08.775Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31792026-03-07T01:05:09.178Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31802026-03-07T01:05:10.056Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31812026-03-07T01:05:12.368Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31822026-03-07T01:05:13.984Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31832026-03-07T01:05:15.491Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31842026-03-07T01:05:15.671Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31852026-03-07T01:05:15.915Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31862026-03-07T01:05:16.748Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31872026-03-07T01:05:17.004Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31882026-03-07T01:05:17.604Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31892026-03-07T01:05:19.216Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31902026-03-07T01:05:21.773Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31912026-03-07T01:05:21.941Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31922026-03-07T01:05:22.417Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31932026-03-07T01:05:22.633Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31942026-03-07T01:05:23.212Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31952026-03-07T01:05:24.753Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31962026-03-07T01:05:25.363Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31972026-03-07T01:05:28.839Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31982026-03-07T01:05:29.850Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31992026-03-07T01:05:30.587Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32002026-03-07T01:05:31.687Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32012026-03-07T01:05:34.413Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32022026-03-07T01:05:36.954Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32032026-03-07T01:05:37.864Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32042026-03-07T01:05:38.762Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32052026-03-07T01:05:40.281Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32062026-03-07T01:05:40.598Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32072026-03-07T01:05:41.539Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32082026-03-07T01:05:41.780Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32092026-03-07T01:05:42.300Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32102026-03-07T01:05:43.049Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32112026-03-07T01:05:43.264Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32122026-03-07T01:05:43.423Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32132026-03-07T01:05:43.915Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32142026-03-07T01:05:44.327Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32152026-03-07T01:05:44.500Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32162026-03-07T01:05:45.069Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32172026-03-07T01:05:45.317Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32182026-03-07T01:05:45.470Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32192026-03-07T01:05:45.817Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32202026-03-07T01:05:46.439Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32212026-03-07T01:05:46.950Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32222026-03-07T01:05:47.399Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32232026-03-07T01:05:48.685Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32242026-03-07T01:05:50.094Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32252026-03-07T01:05:50.682Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32262026-03-07T01:05:51.383Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32272026-03-07T01:05:52.128Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32282026-03-07T01:05:56.605Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32292026-03-07T01:05:56.764Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32302026-03-07T01:06:00.795Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32312026-03-07T01:06:02.279Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32322026-03-07T01:06:03.180Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32332026-03-07T01:06:06.900Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32342026-03-07T01:06:07.629Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32352026-03-07T01:06:10.059Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32362026-03-07T01:06:11.592Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32372026-03-07T01:06:13.862Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32382026-03-07T01:06:17.087Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32392026-03-07T01:06:18.511Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32402026-03-07T01:06:20.080Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32412026-03-07T01:06:20.757Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32422026-03-07T01:06:21.948Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32432026-03-07T01:06:26.061Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32442026-03-07T01:06:26.990Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32452026-03-07T01:06:27.480Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32462026-03-07T01:06:28.821Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32472026-03-07T01:06:29.809Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32482026-03-07T01:06:33.519Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32492026-03-07T01:06:33.720Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32502026-03-07T01:06:35.614Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32512026-03-07T01:06:37.672Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32522026-03-07T01:06:44.638Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32532026-03-07T01:06:47.488Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32542026-03-07T01:06:48.830Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32552026-03-07T01:06:50.596Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32562026-03-07T01:06:52.019Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32572026-03-07T01:06:54.392Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32582026-03-07T01:06:56.879Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32592026-03-07T01:06:58.233Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32602026-03-07T01:06:59.782Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32612026-03-07T01:07:03.964Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32622026-03-07T01:07:05.874Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32632026-03-07T01:07:06.954Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32642026-03-07T01:07:08.656Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-03-07T01:07:12.135Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32662026-03-07T01:07:12.293Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32672026-03-07T01:07:14.393Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32682026-03-07T01:07:18.442Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32692026-03-07T01:07:18.892Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32702026-03-07T01:07:20.151Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32712026-03-07T01:07:23.211Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32722026-03-07T01:07:24.549Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32732026-03-07T01:07:26.443Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32742026-03-07T01:07:28.347Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32752026-03-07T01:07:30.150Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32762026-03-07T01:07:32.992Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32772026-03-07T01:07:34.450Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32782026-03-07T01:07:39.179Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32792026-03-07T01:07:40.842Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32802026-03-07T01:07:41.996Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32812026-03-07T01:07:42.868Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32822026-03-07T01:07:45.083Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32832026-03-07T01:07:47.288Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32842026-03-07T01:07:50.431Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32852026-03-07T01:07:53.797Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32862026-03-07T01:07:56.720Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32872026-03-07T01:07:59.811Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32882026-03-07T01:08:02.961Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32892026-03-07T01:08:05.928Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32902026-03-07T01:08:08.510Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32912026-03-07T01:08:10.567Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32922026-03-07T01:08:12.709Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32932026-03-07T01:08:14.726Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32942026-03-07T01:08:17.397Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32952026-03-07T01:08:20.286Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32962026-03-07T01:08:22.191Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32972026-03-07T01:08:24.659Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32982026-03-07T01:08:27.542Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32992026-03-07T01:08:29.164Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33002026-03-07T01:08:31.926Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33012026-03-07T01:08:34.357Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33022026-03-07T01:08:36.442Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33032026-03-07T01:08:39.161Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33042026-03-07T01:08:41.567Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33052026-03-07T01:08:43.918Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33062026-03-07T01:08:46.144Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33072026-03-07T01:08:48.551Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33082026-03-07T01:08:50.821Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33092026-03-07T01:08:53.040Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33102026-03-07T01:08:55.421Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33112026-03-07T01:08:57.421Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33122026-03-07T01:08:59.563Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33132026-03-07T01:09:03.869Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33142026-03-07T01:09:04.697Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33152026-03-07T01:09:07.240Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33162026-03-07T01:09:11.930Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33172026-03-07T01:09:14.237Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33182026-03-07T01:09:16.718Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33192026-03-07T01:09:19.027Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33202026-03-07T01:09:21.656Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33212026-03-07T01:09:23.966Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33222026-03-07T01:09:26.314Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33232026-03-07T01:09:28.654Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33242026-03-07T01:09:31.223Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33252026-03-07T01:09:33.436Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33262026-03-07T01:09:35.886Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33272026-03-07T01:09:38.611Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33282026-03-07T01:09:40.634Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33292026-03-07T01:09:43.968Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33302026-03-07T01:09:46.150Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33312026-03-07T01:09:48.301Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33322026-03-07T01:09:50.765Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33332026-03-07T01:09:53.168Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33342026-03-07T01:09:55.617Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33352026-03-07T01:09:58.157Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33362026-03-07T01:10:00.480Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33372026-03-07T01:10:02.912Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33382026-03-07T01:10:05.411Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33392026-03-07T01:10:07.909Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33402026-03-07T01:10:10.544Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33412026-03-07T01:10:12.979Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33422026-03-07T01:10:15.682Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33432026-03-07T01:10:18.040Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33442026-03-07T01:10:21.430Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33452026-03-07T01:10:23.538Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33462026-03-07T01:10:26.173Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33472026-03-07T01:10:28.961Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33482026-03-07T01:10:31.543Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33492026-03-07T01:10:36.112Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33502026-03-07T01:10:37.737Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33512026-03-07T01:10:40.652Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33522026-03-07T01:10:43.636Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33532026-03-07T01:10:46.558Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33542026-03-07T01:10:54.296Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33552026-03-07T01:10:56.085Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33562026-03-07T01:10:58.029Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33572026-03-07T01:11:01.451Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33582026-03-07T01:11:04.970Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33592026-03-07T01:11:08.518Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33602026-03-07T01:11:12.085Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33612026-03-07T01:11:15.472Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33622026-03-07T01:11:18.914Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33632026-03-07T01:11:22.509Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33642026-03-07T01:11:26.017Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33652026-03-07T01:11:29.823Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33662026-03-07T01:11:33.166Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33672026-03-07T01:11:36.691Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33682026-03-07T01:11:40.165Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33692026-03-07T01:12:08.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 43s
33702026-03-07T01:12:08.644Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 188 other files
33712026-03-07T01:12:08.737Z
33722026-03-07T01:12:08.746Zreal 7:43.843155679
33732026-03-07T01:12:08.746Zuser 30:57.181556134
33742026-03-07T01:12:08.746Zsys 4:49.950264967
33752026-03-07T01:12:08.746Ztrap 0.789973656
33762026-03-07T01:12:08.746Ztflt 0.075855914
33772026-03-07T01:12:08.746Zdflt 0.040314104
33782026-03-07T01:12:08.746Zkflt 0.000062670
33792026-03-07T01:12:08.746Zlock 5:46:17.148486801
33802026-03-07T01:12:08.746Zslp 2:37:45.680550992
33812026-03-07T01:12:08.746Zlat 46.623083591
33822026-03-07T01:12:08.746Zstop 2:12.747316722
33832026-03-07T01:12:08.746Zprocess exited: duration 1287926 ms, exit code 0
 
33842026-03-07T01:12:08.758Zfound 0 output files