01KKD4QE3NVSE79FMXKRDHESHZ: clippy (helios)

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

Buildomat Job: 01KKD4QW1WY3D6Z9M7KD5EJ69P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-11T00:30:06.872Zjob assigned to worker 01KKD4R2F91YPDP15QX73PJJD8 [factory aws, i-07fa241f0031bae5d] (queued for 1 m 11 s)
 
22026-03-11T00:30:14.973Zstarting task 0: "setup"
32026-03-11T00:30:14.979Z++ uname -s
42026-03-11T00:30:14.983Z+ kern=SunOS
52026-03-11T00:30:14.983Z+ build_user=build
62026-03-11T00:30:14.983Z+ build_uid=12345
72026-03-11T00:30:14.983Z+ work_dir=/work
82026-03-11T00:30:14.983Z+ input_dir=/input
92026-03-11T00:30:14.984Z+ [[ 0 == 12345 ]]
102026-03-11T00:30:14.984Z+ case "$kern" in
112026-03-11T00:30:14.984Z+ groupadd -g 12345 build
122026-03-11T00:30:14.987Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-11T00:30:16.989Z+ zfs create -o mountpoint=/work rpool/work
142026-03-11T00:30:17.106Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-11T00:30:17.110Z+ home_fs=zfs
162026-03-11T00:30:17.110Z+ [[ zfs == autofs ]]
172026-03-11T00:30:17.110Z+ mkdir -p /home/build
182026-03-11T00:30:17.110Z+ chown build:build /home/build /work
192026-03-11T00:30:19.112Z+ chmod 0700 /home/build /work
202026-03-11T00:30:19.115Zprocess exited: duration 4142 ms, exit code 0
 
212026-03-11T00:30:19.122Zstarting task 1: "rust-toolchain"
222026-03-11T00:30:19.126Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-11T00:30:19.126Z * rust toolchain channel = "1.91.1"
242026-03-11T00:30:19.126Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-11T00:30:19.126Z * rust toolchain profile = "default"
262026-03-11T00:30:19.126Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-11T00:30:19.126Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-11T00:30:19.129Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-11T00:30:19.129Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-11T00:30:19.256Zinfo: downloading installer
312026-03-11T00:30:20.937Zwarn: It looks like you have an existing installation of Rust at:
322026-03-11T00:30:20.937Zwarn: /opt/ooce/bin
332026-03-11T00:30:20.937Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-11T00:30:20.937Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-11T00:30:20.937Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-11T00:30:20.937Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-11T00:30:20.937Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-11T00:30:20.937Zerror: cannot install while Rust is installed
392026-03-11T00:30:20.937Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-11T00:30:20.954Zinfo: profile set to 'default'
412026-03-11T00:30:20.954Zinfo: default host triple is x86_64-unknown-illumos
422026-03-11T00:30:20.957Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-11T00:30:21.129Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-11T00:30:21.129Zinfo: downloading component 'cargo'
452026-03-11T00:30:22.139Zinfo: downloading component 'clippy'
462026-03-11T00:30:22.524Zinfo: downloading component 'rust-docs'
472026-03-11T00:30:23.985Zinfo: downloading component 'rust-std'
482026-03-11T00:30:25.885Zinfo: downloading component 'rustc'
492026-03-11T00:30:34.796Zinfo: downloading component 'rustfmt'
502026-03-11T00:30:35.083Zinfo: installing component 'cargo'
512026-03-11T00:30:35.905Zinfo: installing component 'clippy'
522026-03-11T00:30:36.256Zinfo: installing component 'rust-docs'
532026-03-11T00:30:37.705Zinfo: installing component 'rust-std'
542026-03-11T00:30:39.198Zinfo: installing component 'rustc'
552026-03-11T00:30:45.041Zinfo: installing component 'rustfmt'
562026-03-11T00:30:45.350Z
572026-03-11T00:30:45.350Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
582026-03-11T00:30:45.757Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-11T00:30:45.757Z
602026-03-11T00:30:45.760Z
612026-03-11T00:30:45.760ZRust is installed now. Great!
622026-03-11T00:30:45.760Z
632026-03-11T00:30:45.760ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-11T00:30:45.760Zenvironment variable. This has not been done automatically.
652026-03-11T00:30:45.760Z
662026-03-11T00:30:45.760ZTo configure your current shell, you need to source
672026-03-11T00:30:45.760Zthe corresponding env file under $HOME/.cargo.
682026-03-11T00:30:45.760Z
692026-03-11T00:30:45.760ZThis is usually done by running one of the following (note the leading DOT):
702026-03-11T00:30:45.760Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-11T00:30:45.760Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-11T00:30:45.760Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-11T00:30:45.865Z+ rustup --version
742026-03-11T00:30:45.876Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-11T00:30:45.879Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-11T00:30:45.959Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-11T00:30:45.963Z+ cargo --version
782026-03-11T00:30:46.029Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-11T00:30:46.032Z+ rustc --version
802026-03-11T00:30:46.103Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-11T00:30:46.106Zprocess exited: duration 26980 ms, exit code 0
 
822026-03-11T00:30:46.111Zstarting task 2: "authentication"
832026-03-11T00:30:46.131Zprocess exited: duration 19 ms, exit code 0
 
842026-03-11T00:30:46.138Zstarting task 3: "clone repository"
852026-03-11T00:30:46.141Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-11T00:30:46.144Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-11T00:30:46.176ZCloning into '/work/oxidecomputer/omicron'...
882026-03-11T00:30:55.644Z+ cd /work/oxidecomputer/omicron
892026-03-11T00:30:55.644Z+ git fetch origin 3f0d14deebef772133b3896ad6c43edd3532f7d4
902026-03-11T00:30:55.945ZFrom https://github.com/oxidecomputer/omicron
912026-03-11T00:30:55.945Z * branch 3f0d14deebef772133b3896ad6c43edd3532f7d4 -> FETCH_HEAD
922026-03-11T00:30:55.956Z+ [[ -n '' ]]
932026-03-11T00:30:55.956Z+ git reset --hard 3f0d14deebef772133b3896ad6c43edd3532f7d4
942026-03-11T00:30:56.277ZHEAD is now at 3f0d14dee Bump quinn-proto from 0.11.13 to 0.11.14
952026-03-11T00:30:56.284Zprocess exited: duration 10139 ms, exit code 0
 
962026-03-11T00:30:56.293Zstarting task 4: "build"
972026-03-11T00:30:56.297Z+ source ./env.sh
982026-03-11T00:30:56.300Z++ OLD_SHELL_OPTS=ehxB
992026-03-11T00:30:56.300Z++ set -o xtrace
1002026-03-11T00:30:56.300Z++++ dirname ./env.sh
1012026-03-11T00:30:56.303Z+++ readlink -f .
1022026-03-11T00:30:56.306Z++ OMICRON_WS=/work/oxidecomputer/omicron
1032026-03-11T00:30:56.306Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-03-11T00:30:56.306Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-03-11T00:30:56.306Z++ 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
1062026-03-11T00:30:56.306Z++ 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
1072026-03-11T00:30:56.306Z++ 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
1082026-03-11T00:30:56.306Z++ 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
1092026-03-11T00:30:56.306Z++ 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
1102026-03-11T00:30:56.306Z++ 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
1112026-03-11T00:30:56.306Z++ case $OLD_SHELL_OPTS in
1122026-03-11T00:30:56.306Z++ unset OLD_SHELL_OPTS OMICRON_WS
1132026-03-11T00:30:56.306Z+ source .github/buildomat/ci-env.sh
1142026-03-11T00:30:56.306Z++ export CARGO_TERM_COLOR=always
1152026-03-11T00:30:56.306Z++ CARGO_TERM_COLOR=always
1162026-03-11T00:30:56.306Z+ cargo --version
1172026-03-11T00:30:56.362Zcargo 1.91.1 (ea2d97820 2025-10-10)
1182026-03-11T00:30:56.365Z+ rustc --version
1192026-03-11T00:30:56.435Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1202026-03-11T00:30:56.438Z+ banner prerequisites
1212026-03-11T00:30:56.441Z
1222026-03-11T00:30:56.441Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-03-11T00:30:56.441Z # # # # # # # # # # # # # # #
1242026-03-11T00:30:56.441Z # # # # ##### # # ##### # # # # # #### #
1252026-03-11T00:30:56.441Z ##### ##### # ##### # # # # # # # # #
1262026-03-11T00:30:56.441Z # # # # # # # # # # # # # # #
1272026-03-11T00:30:56.441Z # # # ###### # # ###### ### # #### # #### #
1282026-03-11T00:30:56.441Z
1292026-03-11T00:30:56.441Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-03-11T00:31:06.408Z Startup: Refreshing catalog 'helios-dev' ... Done
1312026-03-11T00:31:15.991Z Startup: Caching catalogs ... Done
1322026-03-11T00:31:37.762ZPlanning: Solver setup ... Done (20.190s)
1332026-03-11T00:31:37.907ZPlanning: Running solver ... Done (0.145s)
1342026-03-11T00:31:38.129ZPlanning: Finding local manifests ... Done (0.003s)
1352026-03-11T00:31:38.147ZPlanning: Fetching manifests: 0/4 0% complete
1362026-03-11T00:31:38.247ZPlanning: Fetching manifests: 4/4 100% complete
1372026-03-11T00:31:38.288ZPlanning: Package planning ... Done (0.043s)
1382026-03-11T00:31:38.318ZPlanning: Merging actions ... Done (0.039s)
1392026-03-11T00:31:38.555ZPlanning: Checking for conflicting actions ... Done (0.241s)
1402026-03-11T00:31:38.565ZPlanning: Consolidating action changes ... Done (0.010s)
1412026-03-11T00:31:39.414ZPlanning: Evaluating mediators ... Done (0.858s)
1422026-03-11T00:31:39.422ZPlanning: Planning completed in 23.29 seconds
1432026-03-11T00:31:39.436Z Packages to install: 4
1442026-03-11T00:31:39.436Z Mediators to change: 2
1452026-03-11T00:31:39.439Z Services to change: 1
1462026-03-11T00:31:39.439Z Estimated space available: 155.44 GB
1472026-03-11T00:31:39.440ZEstimated space to be consumed: 1.82 GB
1482026-03-11T00:31:39.440Z Create boot environment: No
1492026-03-11T00:31:39.440ZCreate backup boot environment: No
1502026-03-11T00:31:39.440Z Rebuild boot archive: No
1512026-03-11T00:31:39.440Z
1522026-03-11T00:31:39.440ZChanged mediators:
1532026-03-11T00:31:39.440Z mediator clang:
1542026-03-11T00:31:39.440Z version: None -> 15 (system default)
1552026-03-11T00:31:39.440Z
1562026-03-11T00:31:39.440Z mediator llvm:
1572026-03-11T00:31:39.440Z version: 14 (system default) -> 15 (system default)
1582026-03-11T00:31:39.440Z
1592026-03-11T00:31:39.440ZChanged packages:
1602026-03-11T00:31:39.440Zhelios-dev
1612026-03-11T00:31:39.440Z developer/build-essential
1622026-03-11T00:31:39.440Z None -> 11-2.0
1632026-03-11T00:31:39.440Z library/libxmlsec1
1642026-03-11T00:31:39.440Z None -> 1.2.35-2.0
1652026-03-11T00:31:39.440Z ooce/developer/clang-15
1662026-03-11T00:31:39.440Z None -> 15.0.7-2.0
1672026-03-11T00:31:39.440Z ooce/developer/llvm-15
1682026-03-11T00:31:39.440Z None -> 15.0.7-2.0
1692026-03-11T00:31:39.440Z
1702026-03-11T00:31:39.440ZServices:
1712026-03-11T00:31:39.440Z restart_fmri:
1722026-03-11T00:31:39.440Z svc:/system/update-man-index:default
1732026-03-11T00:31:39.485Z
1742026-03-11T00:31:39.485ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1752026-03-11T00:31:45.380ZDownload: 1198/3290 items 83.2/212.6MB 39% complete (22.8M/s)
1762026-03-11T00:31:53.544ZDownload: 2223/3290 items 119.1/212.6MB 56% complete (12.3M/s)
1772026-03-11T00:31:57.690ZDownload: Completed 212.60 MB in 18.20 seconds (11.7M/s)
1782026-03-11T00:31:58.119Z Actions: 1/3689 actions (Installing new actions)
1792026-03-11T00:32:02.216Z Actions: Completed 3689 actions in 4.10 seconds.
1802026-03-11T00:32:02.966Z Done (0.745s)
1812026-03-11T00:32:02.966Z Done (0.000s)
1822026-03-11T00:32:03.967Z Done (1.000s)
1832026-03-11T00:32:07.968Z Done (3.642s)
1842026-03-11T00:32:08.054Z Done (0.019s)
1852026-03-11T00:32:08.058Z Done (0.000s)
1862026-03-11T00:32:08.210Z Done (0.000s)
1872026-03-11T00:32:09.190ZPlanning: Evaluating mediator changes ... Done
1882026-03-11T00:32:09.321ZPlanning: Checking for conflicting actions ... Done
1892026-03-11T00:32:09.338ZPlanning: Consolidating action changes ... Done
1902026-03-11T00:32:09.538ZPlanning: Evaluating mediators ... Done
1912026-03-11T00:32:09.544ZPlanning: Planning completed in 0.37 seconds
1922026-03-11T00:32:09.572Z Mediators to change: 2
1932026-03-11T00:32:09.572Z Create boot environment: No
1942026-03-11T00:32:09.583ZCreate backup boot environment: No
1952026-03-11T00:32:09.650Z Done
1962026-03-11T00:32:09.650Z Done
1972026-03-11T00:32:10.399Z Done
1982026-03-11T00:32:13.764Z Done
1992026-03-11T00:32:13.889Z Done
2002026-03-11T00:32:13.953Z Done
2012026-03-11T00:32:14.000Z Done
2022026-03-11T00:32:14.526ZPlanning: Evaluating mediator changes ... Done
2032026-03-11T00:32:14.557ZPlanning: Merging actions ... Done
2042026-03-11T00:32:14.686ZPlanning: Checking for conflicting actions ... Done
2052026-03-11T00:32:14.697ZPlanning: Consolidating action changes ... Done
2062026-03-11T00:32:14.942ZPlanning: Evaluating mediators ... Done
2072026-03-11T00:32:14.957ZPlanning: Planning completed in 0.63 seconds
2082026-03-11T00:32:14.992Z Packages to change: 1
2092026-03-11T00:32:14.993Z Mediators to change: 1
2102026-03-11T00:32:15.017Z Services to change: 1
2112026-03-11T00:32:15.017Z Create boot environment: No
2122026-03-11T00:32:15.017ZCreate backup boot environment: Yes
2132026-03-11T00:32:17.484Z Actions: 1/6 actions (Updating modified actions)
2142026-03-11T00:32:17.490Z Actions: Completed 6 actions in 0.00 seconds.
2152026-03-11T00:32:17.490Z Done
2162026-03-11T00:32:17.490Z Done
2172026-03-11T00:32:17.675Z Done
2182026-03-11T00:32:21.009Z Done
2192026-03-11T00:32:21.096Z Done
2202026-03-11T00:32:21.100Z Done
2212026-03-11T00:32:21.252Z Done
2222026-03-11T00:32:21.629ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232026-03-11T00:32:21.630Zclang system 15 system
2242026-03-11T00:32:21.630Zcsh system system illumos
2252026-03-11T00:32:21.630Zctags system system illumos
2262026-03-11T00:32:21.630Zfile system system illumos
2272026-03-11T00:32:21.630Zgcc vendor 12 vendor
2282026-03-11T00:32:21.630Zgcc system 10 system
2292026-03-11T00:32:21.630Zgcc system 7 system
2302026-03-11T00:32:21.630Zgo system 1.20 system
2312026-03-11T00:32:21.630Zgo system 1.19 system
2322026-03-11T00:32:21.630Zllvm system 15 system
2332026-03-11T00:32:21.630Zllvm system 14 system
2342026-03-11T00:32:21.630Zmariadb system 10.6 system
2352026-03-11T00:32:21.630Zmta vendor vendor dma
2362026-03-11T00:32:21.631Zopenjdk system 17 system
2372026-03-11T00:32:21.631Zopenjdk system 11 system
2382026-03-11T00:32:21.631Zopenjdk system 1.8 system
2392026-03-11T00:32:21.631Zopenssl vendor 3 vendor
2402026-03-11T00:32:21.631Zperl system 5.36 system
2412026-03-11T00:32:21.631Zpostgresql system 15 system
2422026-03-11T00:32:21.631Zpostgresql system 13 system
2432026-03-11T00:32:21.631Zpython vendor 3 vendor
2442026-03-11T00:32:21.631Zpython system 2 system
2452026-03-11T00:32:21.631Zpython3 system 3.11 system
2462026-03-11T00:32:21.631Zruby system 3.0 system
2472026-03-11T00:32:21.631Zwords vendor vendor american-english
2482026-03-11T00:32:21.632Zwords system system australian-english
2492026-03-11T00:32:21.632Zwords system system british-english
2502026-03-11T00:32:21.632Zwords system system canadian-english
2512026-03-11T00:32:21.632Zwords system system french
2522026-03-11T00:32:21.632Zwords system system italian
2532026-03-11T00:32:21.632Zwords system system ngerman
2542026-03-11T00:32:21.632Zwords system system ogerman
2552026-03-11T00:32:21.632Zwords system system spanish
2562026-03-11T00:32:21.926ZPUBLISHER TYPE STATUS P LOCATION
2572026-03-11T00:32:21.926Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582026-03-11T00:32:27.848ZFMRI IFO
2592026-03-11T00:32:27.848Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602026-03-11T00:32:27.848Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612026-03-11T00:32:27.848Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622026-03-11T00:32:27.849Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632026-03-11T00:32:27.849Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642026-03-11T00:32:27.849Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2652026-03-11T00:32:27.849Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2662026-03-11T00:32:27.849Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2672026-03-11T00:32:27.849Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2682026-03-11T00:32:27.849Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2692026-03-11T00:32:27.849Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2702026-03-11T00:32:27.849Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2712026-03-11T00:32:27.849Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2722026-03-11T00:32:27.849Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2732026-03-11T00:32:27.849Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2742026-03-11T00:32:27.849Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2752026-03-11T00:32:29.101Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2762026-03-11T00:32:29.365Z Updating crates.io index
2772026-03-11T00:32:29.368Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2782026-03-11T00:32:29.651Z Updating git repository `https://github.com/oxidecomputer/lldp`
2792026-03-11T00:32:30.322Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802026-03-11T00:32:30.747Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2812026-03-11T00:32:31.040Z Updating git repository `https://github.com/oxidecomputer/propolis`
2822026-03-11T00:32:33.351Z Updating git repository `https://github.com/oxidecomputer/crucible`
2832026-03-11T00:32:35.693Z Updating git repository `https://github.com/oxidecomputer/opte`
2842026-03-11T00:32:36.604Z Updating git repository `https://github.com/oxidecomputer/tofino`
2852026-03-11T00:32:36.838Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-11T00:32:38.111Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-11T00:32:38.800Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882026-03-11T00:32:39.778Z Updating git repository `https://github.com/oxidecomputer/clickward`
2892026-03-11T00:32:40.292Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2902026-03-11T00:32:40.776Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2912026-03-11T00:32:41.115Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2922026-03-11T00:32:42.066Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2932026-03-11T00:32:42.652Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-03-11T00:32:42.910Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952026-03-11T00:32:43.266Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2962026-03-11T00:32:43.538Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2972026-03-11T00:32:44.025Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2982026-03-11T00:32:44.256Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2992026-03-11T00:32:44.514Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002026-03-11T00:32:45.011Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3012026-03-11T00:32:45.314Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3022026-03-11T00:32:45.993Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3032026-03-11T00:32:46.290Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3042026-03-11T00:32:46.688Z Updating git repository `https://github.com/oxidecomputer/ispf`
3052026-03-11T00:32:47.002Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062026-03-11T00:32:48.549Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3072026-03-11T00:32:48.837Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3082026-03-11T00:32:49.176Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3092026-03-11T00:32:49.504Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3102026-03-11T00:32:49.820Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3112026-03-11T00:32:50.258Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3122026-03-11T00:32:50.491Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3132026-03-11T00:32:50.731Z Updating git repository `https://github.com/illumos/smf-rs`
3142026-03-11T00:32:51.102Z Updating git repository `https://github.com/oxidecomputer/omicron`
3152026-03-11T00:33:04.943Z Downloading crates ...
3162026-03-11T00:33:05.002Z Downloaded block-buffer v0.10.4
3172026-03-11T00:33:05.010Z Downloaded generic-array v0.14.7
3182026-03-11T00:33:05.013Z Downloaded is_terminal_polyfill v1.70.2
3192026-03-11T00:33:05.013Z Downloaded colorchoice v1.0.4
3202026-03-11T00:33:05.016Z Downloaded fastrand v2.3.0
3212026-03-11T00:33:05.016Z Downloaded heck v0.4.1
3222026-03-11T00:33:05.016Z Downloaded cfg-if v1.0.4
3232026-03-11T00:33:05.019Z Downloaded anstyle-parse v0.2.7
3242026-03-11T00:33:05.023Z Downloaded ordered-float v2.10.1
3252026-03-11T00:33:05.026Z Downloaded typeid v1.0.3
3262026-03-11T00:33:05.029Z Downloaded semver v1.0.27
3272026-03-11T00:33:05.032Z Downloaded tempfile v3.25.0
3282026-03-11T00:33:05.035Z Downloaded pest_generator v2.8.6
3292026-03-11T00:33:05.039Z Downloaded stable_deref_trait v1.2.1
3302026-03-11T00:33:05.042Z Downloaded zerotrie v0.2.3
3312026-03-11T00:33:05.043Z Downloaded zerovec-derive v0.11.2
3322026-03-11T00:33:05.043Z Downloaded zerofrom v0.1.6
3332026-03-11T00:33:05.046Z Downloaded yoke-derive v0.8.1
3342026-03-11T00:33:05.046Z Downloaded camino-tempfile v1.4.1
3352026-03-11T00:33:05.046Z Downloaded thiserror v1.0.69
3362026-03-11T00:33:05.049Z Downloaded utf8parse v0.2.2
3372026-03-11T00:33:05.052Z Downloaded smallvec v1.15.1
3382026-03-11T00:33:05.053Z Downloaded yoke v0.8.1
3392026-03-11T00:33:05.053Z Downloaded serde_derive v1.0.228
3402026-03-11T00:33:05.055Z Downloaded unicode-xid v0.2.6
3412026-03-11T00:33:05.058Z Downloaded version_check v0.9.5
3422026-03-11T00:33:05.058Z Downloaded thread-id v4.2.2
3432026-03-11T00:33:05.058Z Downloaded utf8_iter v1.0.4
3442026-03-11T00:33:05.061Z Downloaded icu_properties_data v2.1.2
3452026-03-11T00:33:05.065Z Downloaded macaddr v1.0.1
3462026-03-11T00:33:05.068Z Downloaded dof v0.3.0
3472026-03-11T00:33:05.068Z Downloaded usdt-attr-macro v0.5.0
3482026-03-11T00:33:05.071Z Downloaded tinystr v0.8.2
3492026-03-11T00:33:05.071Z Downloaded thiserror v2.0.18
3502026-03-11T00:33:05.074Z Downloaded writeable v0.6.2
3512026-03-11T00:33:05.077Z Downloaded thiserror-impl v2.0.18
3522026-03-11T00:33:05.080Z Downloaded usdt v0.5.0
3532026-03-11T00:33:05.083Z Downloaded unicode-linebreak v0.1.5
3542026-03-11T00:33:05.083Z Downloaded zerocopy-derive v0.7.35
3552026-03-11T00:33:05.085Z Downloaded zmij v1.0.21
3562026-03-11T00:33:05.099Z Downloaded ucd-trie v0.1.7
3572026-03-11T00:33:05.099Z Downloaded toml v0.8.23
3582026-03-11T00:33:05.099Z Downloaded toml_write v0.1.2
3592026-03-11T00:33:05.099Z Downloaded itoa v1.0.17
3602026-03-11T00:33:05.099Z Downloaded usdt-macro v0.5.0
3612026-03-11T00:33:05.099Z Downloaded crypto-common v0.1.7
3622026-03-11T00:33:05.099Z Downloaded zerofrom-derive v0.1.6
3632026-03-11T00:33:05.099Z Downloaded textwrap v0.16.2
3642026-03-11T00:33:05.105Z Downloaded tabled_derive v0.7.0
3652026-03-11T00:33:05.108Z Downloaded toml_datetime v0.6.11
3662026-03-11T00:33:05.108Z Downloaded thiserror-impl v1.0.69
3672026-03-11T00:33:05.112Z Downloaded usdt-impl v0.5.0
3682026-03-11T00:33:05.116Z Downloaded plain v0.2.3
3692026-03-11T00:33:05.116Z Downloaded pretty-hex v0.4.1
3702026-03-11T00:33:05.119Z Downloaded toml_edit v0.22.27
3712026-03-11T00:33:05.124Z Downloaded unicode-ident v1.0.24
3722026-03-11T00:33:05.129Z Downloaded proc-macro-error v1.0.4
3732026-03-11T00:33:05.132Z Downloaded cargo_metadata v0.21.0
3742026-03-11T00:33:05.132Z Downloaded anstyle-query v1.1.5
3752026-03-11T00:33:05.132Z Downloaded anstream v0.6.21
3762026-03-11T00:33:05.135Z Downloaded url v2.5.8
3772026-03-11T00:33:05.138Z Downloaded dtrace-parser v0.2.0
3782026-03-11T00:33:05.138Z Downloaded synstructure v0.13.2
3792026-03-11T00:33:05.141Z Downloaded typenum v1.19.0
3802026-03-11T00:33:05.141Z Downloaded quote v1.0.44
3812026-03-11T00:33:05.145Z Downloaded sha2 v0.10.9
3822026-03-11T00:33:05.148Z Downloaded serde-untagged v0.1.9
3832026-03-11T00:33:05.148Z Downloaded fs-err v3.3.0
3842026-03-11T00:33:05.151Z Downloaded winnow v0.7.14
3852026-03-11T00:33:05.155Z Downloaded zerocopy v0.7.35
3862026-03-11T00:33:05.166Z Downloaded zerovec v0.11.5
3872026-03-11T00:33:05.170Z Downloaded memmap v0.7.0
3882026-03-11T00:33:05.173Z Downloaded unicode-width v0.2.0
3892026-03-11T00:33:05.176Z Downloaded strsim v0.11.1
3902026-03-11T00:33:05.176Z Downloaded potential_utf v0.1.4
3912026-03-11T00:33:05.176Z Downloaded scroll_derive v0.12.1
3922026-03-11T00:33:05.180Z Downloaded unicode-width v0.1.14
3932026-03-11T00:33:05.183Z Downloaded digest v0.10.7
3942026-03-11T00:33:05.183Z Downloaded terminal_size v0.4.3
3952026-03-11T00:33:05.183Z Downloaded serde_spanned v0.6.9
3962026-03-11T00:33:05.186Z Downloaded smawk v0.3.2
3972026-03-11T00:33:05.186Z Downloaded bitflags v2.11.0
3982026-03-11T00:33:05.189Z Downloaded serde-value v0.7.0
3992026-03-11T00:33:05.189Z Downloaded percent-encoding v2.3.2
4002026-03-11T00:33:05.189Z Downloaded heck v0.5.0
4012026-03-11T00:33:05.189Z Downloaded errno v0.3.14
4022026-03-11T00:33:05.193Z Downloaded cargo-platform v0.2.0
4032026-03-11T00:33:05.193Z Downloaded proc-macro-error-attr v1.0.4
4042026-03-11T00:33:05.193Z Downloaded equivalent v1.0.2
4052026-03-11T00:33:05.193Z Downloaded swrite v0.1.0
4062026-03-11T00:33:05.196Z Downloaded form_urlencoded v1.2.2
4072026-03-11T00:33:05.196Z Downloaded idna_adapter v1.2.1
4082026-03-11T00:33:05.196Z Downloaded fnv v1.0.7
4092026-03-11T00:33:05.196Z Downloaded cargo_toml v0.21.0
4102026-03-11T00:33:05.196Z Downloaded clap_lex v1.0.0
4112026-03-11T00:33:05.201Z Downloaded clap_derive v4.5.55
4122026-03-11T00:33:05.203Z Downloaded camino v1.2.2
4132026-03-11T00:33:05.203Z Downloaded autocfg v1.5.0
4142026-03-11T00:33:05.210Z Downloaded displaydoc v0.2.5
4152026-03-11T00:33:05.213Z Downloaded scroll v0.12.0
4162026-03-11T00:33:05.219Z Downloaded serde_tokenstream v0.2.3
4172026-03-11T00:33:05.222Z Downloaded cpufeatures v0.2.17
4182026-03-11T00:33:05.222Z Downloaded anstyle v1.0.13
4192026-03-11T00:33:05.228Z Downloaded pest_derive v2.8.6
4202026-03-11T00:33:05.238Z Downloaded once_cell v1.21.3
4212026-03-11T00:33:05.245Z Downloaded byteorder v1.5.0
4222026-03-11T00:33:05.248Z Downloaded erased-serde v0.4.9
4232026-03-11T00:33:05.254Z Downloaded bytecount v0.6.9
4242026-03-11T00:33:05.264Z Downloaded anyhow v1.0.102
4252026-03-11T00:33:05.275Z Downloaded icu_normalizer_data v2.1.1
4262026-03-11T00:33:05.278Z Downloaded litemap v0.8.1
4272026-03-11T00:33:05.283Z Downloaded cargo-util-schemas v0.8.2
4282026-03-11T00:33:05.286Z Downloaded icu_provider v2.1.1
4292026-03-11T00:33:05.288Z Downloaded icu_normalizer v2.1.1
4302026-03-11T00:33:05.291Z Downloaded icu_locale_core v2.1.1
4312026-03-11T00:33:05.294Z Downloaded proc-macro2 v1.0.106
4322026-03-11T00:33:05.297Z Downloaded serde_core v1.0.228
4332026-03-11T00:33:05.297Z Downloaded papergrid v0.11.0
4342026-03-11T00:33:05.300Z Downloaded log v0.4.29
4352026-03-11T00:33:05.305Z Downloaded icu_properties v2.1.2
4362026-03-11T00:33:05.307Z Downloaded getrandom v0.4.1
4372026-03-11T00:33:05.314Z Downloaded clap v4.5.60
4382026-03-11T00:33:05.319Z Downloaded pest_meta v2.8.6
4392026-03-11T00:33:05.323Z Downloaded num-traits v0.2.19
4402026-03-11T00:33:05.323Z Downloaded icu_collections v2.1.1
4412026-03-11T00:33:05.327Z Downloaded rustix v1.1.3
4422026-03-11T00:33:05.343Z Downloaded serde v1.0.228
4432026-03-11T00:33:05.346Z Downloaded indexmap v2.13.0
4442026-03-11T00:33:05.359Z Downloaded memchr v2.8.0
4452026-03-11T00:33:05.369Z Downloaded idna v1.1.0
4462026-03-11T00:33:05.372Z Downloaded pest v2.8.6
4472026-03-11T00:33:05.377Z Downloaded clap_builder v4.5.60
4482026-03-11T00:33:05.382Z Downloaded hashbrown v0.16.1
4492026-03-11T00:33:05.393Z Downloaded serde_json v1.0.149
4502026-03-11T00:33:05.403Z Downloaded goblin v0.8.2
4512026-03-11T00:33:05.411Z Downloaded tabled v0.15.0
4522026-03-11T00:33:05.422Z Downloaded syn v2.0.117
4532026-03-11T00:33:05.429Z Downloaded syn v1.0.109
4542026-03-11T00:33:05.464Z Downloaded libc v0.2.180
4552026-03-11T00:33:05.543Z Compiling proc-macro2 v1.0.106
4562026-03-11T00:33:05.546Z Compiling quote v1.0.44
4572026-03-11T00:33:05.546Z Compiling unicode-ident v1.0.24
4582026-03-11T00:33:05.546Z Compiling serde_core v1.0.228
4592026-03-11T00:33:05.546Z Compiling libc v0.2.180
4602026-03-11T00:33:05.546Z Compiling version_check v0.9.5
4612026-03-11T00:33:05.546Z Compiling memchr v2.8.0
4622026-03-11T00:33:05.546Z Compiling serde v1.0.228
4632026-03-11T00:33:06.041Z Compiling stable_deref_trait v1.2.1
4642026-03-11T00:33:06.140Z Compiling zmij v1.0.21
4652026-03-11T00:33:06.340Z Compiling itoa v1.0.17
4662026-03-11T00:33:06.363Z Compiling ucd-trie v0.1.7
4672026-03-11T00:33:06.583Z Compiling thiserror v1.0.69
4682026-03-11T00:33:06.713Z Compiling autocfg v1.5.0
4692026-03-11T00:33:06.739Z Compiling pest v2.8.6
4702026-03-11T00:33:06.849Z Compiling litemap v0.8.1
4712026-03-11T00:33:06.991Z Compiling writeable v0.6.2
4722026-03-11T00:33:07.126Z Compiling rustix v1.1.3
4732026-03-11T00:33:07.293Z Compiling icu_properties_data v2.1.2
4742026-03-11T00:33:07.345Z Compiling byteorder v1.5.0
4752026-03-11T00:33:07.541Z Compiling syn v2.0.117
4762026-03-11T00:33:07.587Z Compiling icu_normalizer_data v2.1.1
4772026-03-11T00:33:07.695Z Compiling errno v0.3.14
4782026-03-11T00:33:07.866Z Compiling bitflags v2.11.0
4792026-03-11T00:33:07.888Z Compiling serde_json v1.0.149
4802026-03-11T00:33:08.174Z Compiling num-traits v0.2.19
4812026-03-11T00:33:08.201Z Compiling hashbrown v0.16.1
4822026-03-11T00:33:08.226Z Compiling typeid v1.0.3
4832026-03-11T00:33:08.427Z Compiling pest_meta v2.8.6
4842026-03-11T00:33:08.582Z Compiling smallvec v1.15.1
4852026-03-11T00:33:08.789Z Compiling equivalent v1.0.2
4862026-03-11T00:33:08.879Z Compiling indexmap v2.13.0
4872026-03-11T00:33:08.968Z Compiling thread-id v4.2.2
4882026-03-11T00:33:09.073Z Compiling proc-macro-error-attr v1.0.4
4892026-03-11T00:33:09.096Z Compiling usdt-impl v0.5.0
4902026-03-11T00:33:09.128Z Compiling toml_write v0.1.2
4912026-03-11T00:33:09.325Z Compiling syn v1.0.109
4922026-03-11T00:33:09.378Z Compiling erased-serde v0.4.9
4932026-03-11T00:33:09.400Z Compiling winnow v0.7.14
4942026-03-11T00:33:09.849Z Compiling proc-macro-error v1.0.4
4952026-03-11T00:33:09.961Z Compiling utf8parse v0.2.2
4962026-03-11T00:33:10.113Z Compiling percent-encoding v2.3.2
4972026-03-11T00:33:10.141Z Compiling thiserror v2.0.18
4982026-03-11T00:33:10.356Z Compiling utf8_iter v1.0.4
4992026-03-11T00:33:10.545Z Compiling getrandom v0.4.1
5002026-03-11T00:33:10.591Z Compiling plain v0.2.3
5012026-03-11T00:33:10.735Z Compiling log v0.4.29
5022026-03-11T00:33:10.759Z Compiling camino v1.2.2
5032026-03-11T00:33:10.762Z Compiling ordered-float v2.10.1
5042026-03-11T00:33:11.054Z Compiling form_urlencoded v1.2.2
5052026-03-11T00:33:11.146Z Compiling anstyle-parse v0.2.7
5062026-03-11T00:33:11.310Z Compiling synstructure v0.13.2
5072026-03-11T00:33:11.313Z Compiling pest_generator v2.8.6
5082026-03-11T00:33:11.440Z Compiling terminal_size v0.4.3
5092026-03-11T00:33:11.616Z Compiling colorchoice v1.0.4
5102026-03-11T00:33:11.758Z Compiling pretty-hex v0.4.1
5112026-03-11T00:33:11.782Z Compiling anstyle v1.0.13
5122026-03-11T00:33:11.819Z Compiling cfg-if v1.0.4
5132026-03-11T00:33:11.915Z Compiling is_terminal_polyfill v1.70.2
5142026-03-11T00:33:11.940Z Compiling anstyle-query v1.1.5
5152026-03-11T00:33:12.042Z Compiling serde-untagged v0.1.9
5162026-03-11T00:33:12.077Z Compiling anstream v0.6.21
5172026-03-11T00:33:12.179Z Compiling semver v1.0.27
5182026-03-11T00:33:12.297Z Compiling fs-err v3.3.0
5192026-03-11T00:33:12.368Z Compiling strsim v0.11.1
5202026-03-11T00:33:12.495Z Compiling anyhow v1.0.102
5212026-03-11T00:33:12.558Z Compiling unicode-xid v0.2.6
5222026-03-11T00:33:12.617Z Compiling heck v0.4.1
5232026-03-11T00:33:12.692Z Compiling fastrand v2.3.0
5242026-03-11T00:33:12.719Z Compiling fnv v1.0.7
5252026-03-11T00:33:12.824Z Compiling bytecount v0.6.9
5262026-03-11T00:33:12.848Z Compiling heck v0.5.0
5272026-03-11T00:33:12.905Z Compiling unicode-width v0.1.14
5282026-03-11T00:33:12.909Z Compiling clap_lex v1.0.0
5292026-03-11T00:33:13.029Z Compiling once_cell v1.21.3
5302026-03-11T00:33:13.164Z Compiling clap_builder v4.5.60
5312026-03-11T00:33:13.237Z Compiling papergrid v0.11.0
5322026-03-11T00:33:13.320Z Compiling tempfile v3.25.0
5332026-03-11T00:33:13.515Z Compiling memmap v0.7.0
5342026-03-11T00:33:13.558Z Compiling smawk v0.3.2
5352026-03-11T00:33:13.734Z Compiling unicode-width v0.2.0
5362026-03-11T00:33:13.757Z Compiling unicode-linebreak v0.1.5
5372026-03-11T00:33:13.809Z Compiling camino-tempfile v1.4.1
5382026-03-11T00:33:13.887Z Compiling serde_derive v1.0.228
5392026-03-11T00:33:14.071Z Compiling zerofrom-derive v0.1.6
5402026-03-11T00:33:14.095Z Compiling yoke-derive v0.8.1
5412026-03-11T00:33:14.119Z Compiling zerovec-derive v0.11.2
5422026-03-11T00:33:14.351Z Compiling displaydoc v0.2.5
5432026-03-11T00:33:15.210Z Compiling thiserror-impl v1.0.69
5442026-03-11T00:33:15.342Z Compiling zerocopy-derive v0.7.35
5452026-03-11T00:33:15.621Z Compiling pest_derive v2.8.6
5462026-03-11T00:33:15.686Z Compiling scroll_derive v0.12.1
5472026-03-11T00:33:16.032Z Compiling zerofrom v0.1.6
5482026-03-11T00:33:16.224Z Compiling yoke v0.8.1
5492026-03-11T00:33:16.227Z Compiling thiserror-impl v2.0.18
5502026-03-11T00:33:16.476Z Compiling zerovec v0.11.5
5512026-03-11T00:33:16.576Z Compiling zerotrie v0.2.3
5522026-03-11T00:33:16.660Z Compiling zerocopy v0.7.35
5532026-03-11T00:33:16.985Z Compiling scroll v0.12.0
5542026-03-11T00:33:17.148Z Compiling tinystr v0.8.2
5552026-03-11T00:33:17.198Z Compiling potential_utf v0.1.4
5562026-03-11T00:33:17.342Z Compiling dtrace-parser v0.2.0
5572026-03-11T00:33:17.406Z Compiling icu_locale_core v2.1.1
5582026-03-11T00:33:17.430Z Compiling icu_collections v2.1.1
5592026-03-11T00:33:17.462Z Compiling goblin v0.8.2
5602026-03-11T00:33:17.546Z Compiling tabled_derive v0.7.0
5612026-03-11T00:33:18.094Z Compiling clap_derive v4.5.55
5622026-03-11T00:33:18.254Z Compiling textwrap v0.16.2
5632026-03-11T00:33:18.391Z Compiling icu_provider v2.1.1
5642026-03-11T00:33:18.678Z Compiling serde_spanned v0.6.9
5652026-03-11T00:33:18.703Z Compiling icu_normalizer v2.1.1
5662026-03-11T00:33:18.755Z Compiling icu_properties v2.1.2
5672026-03-11T00:33:18.782Z Compiling toml_datetime v0.6.11
5682026-03-11T00:33:18.805Z Compiling dof v0.3.0
5692026-03-11T00:33:18.870Z Compiling serde_tokenstream v0.2.3
5702026-03-11T00:33:18.874Z Compiling serde-value v0.7.0
5712026-03-11T00:33:19.118Z Compiling toml_edit v0.22.27
5722026-03-11T00:33:19.341Z Compiling cargo-platform v0.2.0
5732026-03-11T00:33:19.375Z Compiling tabled v0.15.0
5742026-03-11T00:33:19.439Z Compiling macaddr v1.0.1
5752026-03-11T00:33:20.082Z Compiling idna_adapter v1.2.1
5762026-03-11T00:33:20.115Z Compiling usdt-attr-macro v0.5.0
5772026-03-11T00:33:20.176Z Compiling usdt-macro v0.5.0
5782026-03-11T00:33:20.259Z Compiling idna v1.1.0
5792026-03-11T00:33:20.284Z Compiling swrite v0.1.0
5802026-03-11T00:33:20.410Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5812026-03-11T00:33:20.526Z Compiling clap v4.5.60
5822026-03-11T00:33:20.633Z Compiling url v2.5.8
5832026-03-11T00:33:21.135Z Compiling toml v0.8.23
5842026-03-11T00:33:21.714Z Compiling cargo-util-schemas v0.8.2
5852026-03-11T00:33:21.770Z Compiling usdt v0.5.0
5862026-03-11T00:33:21.800Z Compiling cargo_toml v0.21.0
5872026-03-11T00:33:22.940Z Compiling cargo_metadata v0.21.0
5882026-03-11T00:33:24.230Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5892026-03-11T00:33:27.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.24s
5902026-03-11T00:33:27.411Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5912026-03-11T00:33:28.155Z Downloading crates ...
5922026-03-11T00:33:28.270Z Downloaded arrayref v0.3.9
5932026-03-11T00:33:28.285Z Downloaded atomicwrites v0.4.4
5942026-03-11T00:33:28.285Z Downloaded aead v0.5.2
5952026-03-11T00:33:28.285Z Downloaded allocator-api2 v0.2.21
5962026-03-11T00:33:28.285Z Downloaded buf-list v1.1.2
5972026-03-11T00:33:28.286Z Downloaded backoff v0.4.0
5982026-03-11T00:33:28.286Z Downloaded ciborium-io v0.2.2
5992026-03-11T00:33:28.303Z Downloaded blake2 v0.10.6
6002026-03-11T00:33:28.303Z Downloaded async-recursion v1.1.1
6012026-03-11T00:33:28.303Z Downloaded document-features v0.2.12
6022026-03-11T00:33:28.328Z Downloaded crc-any v2.5.0
6032026-03-11T00:33:28.328Z Downloaded critical-section v1.2.0
6042026-03-11T00:33:28.328Z Downloaded darling v0.23.0
6052026-03-11T00:33:28.328Z Downloaded cookie v0.18.1
6062026-03-11T00:33:28.328Z Downloaded crossbeam-epoch v0.9.18
6072026-03-11T00:33:28.328Z Downloaded crossbeam-utils v0.8.21
6082026-03-11T00:33:28.329Z Downloaded data-encoding v2.10.0
6092026-03-11T00:33:28.342Z Downloaded crossbeam-deque v0.8.6
6102026-03-11T00:33:28.342Z Downloaded cc v1.2.56
6112026-03-11T00:33:28.342Z Downloaded crc8 v0.1.1
6122026-03-11T00:33:28.342Z Downloaded darling_macro v0.23.0
6132026-03-11T00:33:28.365Z Downloaded castaway v0.2.4
6142026-03-11T00:33:28.365Z Downloaded ascii-canvas v3.0.0
6152026-03-11T00:33:28.365Z Downloaded cargo_toml v0.22.3
6162026-03-11T00:33:28.365Z Downloaded cbc v0.1.2
6172026-03-11T00:33:28.372Z Downloaded bcs v0.1.6
6182026-03-11T00:33:28.373Z Downloaded block-padding v0.3.3
6192026-03-11T00:33:28.373Z Downloaded enum-as-inner v0.6.1
6202026-03-11T00:33:28.373Z Downloaded convert_case v0.4.0
6212026-03-11T00:33:28.373Z Downloaded deranged v0.5.8
6222026-03-11T00:33:28.373Z Downloaded futures-io v0.3.32
6232026-03-11T00:33:28.386Z Downloaded defmt v0.3.100
6242026-03-11T00:33:28.386Z Downloaded embedded-io v0.4.0
6252026-03-11T00:33:28.386Z Downloaded futures-core v0.3.32
6262026-03-11T00:33:28.386Z Downloaded debug-ignore v1.0.5
6272026-03-11T00:33:28.401Z Downloaded cfg_aliases v0.1.1
6282026-03-11T00:33:28.402Z Downloaded foldhash v0.2.0
6292026-03-11T00:33:28.402Z Downloaded futures-task v0.3.32
6302026-03-11T00:33:28.406Z Downloaded bcrypt-pbkdf v0.10.0
6312026-03-11T00:33:28.406Z Downloaded foreign-types v0.3.2
6322026-03-11T00:33:28.406Z Downloaded crc-catalog v2.4.0
6332026-03-11T00:33:28.406Z Downloaded git-stub v1.0.0
6342026-03-11T00:33:28.406Z Downloaded fxhash v0.2.1
6352026-03-11T00:33:28.410Z Downloaded ghash v0.5.1
6362026-03-11T00:33:28.410Z Downloaded array-init v0.0.4
6372026-03-11T00:33:28.414Z Downloaded dof v0.4.0
6382026-03-11T00:33:28.418Z Downloaded env_filter v1.0.0
6392026-03-11T00:33:28.423Z Downloaded futures-executor v0.3.32
6402026-03-11T00:33:28.426Z Downloaded foreign-types v0.5.0
6412026-03-11T00:33:28.426Z Downloaded defmt-parser v1.0.0
6422026-03-11T00:33:28.430Z Downloaded funty v2.0.0
6432026-03-11T00:33:28.433Z Downloaded console v0.16.2
6442026-03-11T00:33:28.437Z Downloaded foreign-types-shared v0.3.1
6452026-03-11T00:33:28.441Z Downloaded embedded-io v0.6.1
6462026-03-11T00:33:28.441Z Downloaded hash32 v0.3.1
6472026-03-11T00:33:28.444Z Downloaded hash32 v0.2.1
6482026-03-11T00:33:28.449Z Downloaded headers-core v0.3.0
6492026-03-11T00:33:28.455Z Downloaded foreign-types-shared v0.1.1
6502026-03-11T00:33:28.455Z Downloaded fallible-iterator v0.2.0
6512026-03-11T00:33:28.455Z Downloaded fixedbitset v0.5.7
6522026-03-11T00:33:28.459Z Downloaded fixedbitset v0.4.2
6532026-03-11T00:33:28.462Z Downloaded daft-derive v0.1.5
6542026-03-11T00:33:28.468Z Downloaded hex-literal v0.4.1
6552026-03-11T00:33:28.471Z Downloaded filetime v0.2.27
6562026-03-11T00:33:28.476Z Downloaded float-ord v0.3.2
6572026-03-11T00:33:28.479Z Downloaded convert_case v0.10.0
6582026-03-11T00:33:28.479Z Downloaded httpdate v1.0.3
6592026-03-11T00:33:28.482Z Downloaded cipher v0.4.4
6602026-03-11T00:33:28.488Z Downloaded ident_case v1.0.1
6612026-03-11T00:33:28.502Z Downloaded instant v0.1.13
6622026-03-11T00:33:28.506Z Downloaded darling v0.21.3
6632026-03-11T00:33:28.511Z Downloaded indent_write v2.2.0
6642026-03-11T00:33:28.514Z Downloaded hubpack_derive v0.1.1
6652026-03-11T00:33:28.520Z Downloaded ed25519 v2.2.3
6662026-03-11T00:33:28.523Z Downloaded futures-channel v0.3.32
6672026-03-11T00:33:28.523Z Downloaded ahash v0.8.12
6682026-03-11T00:33:28.528Z Downloaded keccak v0.1.6
6692026-03-11T00:33:28.532Z Downloaded is_ci v1.2.0
6702026-03-11T00:33:28.533Z Downloaded is-terminal v0.4.17
6712026-03-11T00:33:28.536Z Downloaded cassowary v0.3.0
6722026-03-11T00:33:28.539Z Downloaded kstat-rs v0.2.4
6732026-03-11T00:33:28.539Z Downloaded globset v0.4.18
6742026-03-11T00:33:28.542Z Downloaded instability v0.3.11
6752026-03-11T00:33:28.545Z Downloaded http-body-util v0.1.3
6762026-03-11T00:33:28.550Z Downloaded libscf-sys v1.1.0
6772026-03-11T00:33:28.554Z Downloaded diff v0.1.13
6782026-03-11T00:33:28.558Z Downloaded maybe-uninit v2.0.0
6792026-03-11T00:33:28.558Z Downloaded linked-hash-map v0.5.6
6802026-03-11T00:33:28.562Z Downloaded lazy_static v1.5.0
6812026-03-11T00:33:28.565Z Downloaded managed v0.8.0
6822026-03-11T00:33:28.566Z Downloaded fatfs v0.3.6
6832026-03-11T00:33:28.568Z Downloaded ingot v0.1.1
6842026-03-11T00:33:28.572Z Downloaded hickory-client v0.25.2
6852026-03-11T00:33:28.575Z Downloaded memoffset v0.9.1
6862026-03-11T00:33:28.580Z Downloaded mime v0.3.17
6872026-03-11T00:33:28.583Z Downloaded ingot-types v0.1.2
6882026-03-11T00:33:28.583Z Downloaded getrandom v0.3.4
6892026-03-11T00:33:28.587Z Downloaded new_debug_unreachable v1.0.6
6902026-03-11T00:33:28.591Z Downloaded normalize-line-endings v0.3.0
6912026-03-11T00:33:28.594Z Downloaded const_format v0.2.35
6922026-03-11T00:33:28.599Z Downloaded num v0.4.3
6932026-03-11T00:33:28.602Z Downloaded futures v0.3.32
6942026-03-11T00:33:28.606Z Downloaded num-derive v0.3.3
6952026-03-11T00:33:28.609Z Downloaded libsw-core v0.3.2
6962026-03-11T00:33:28.612Z Downloaded lzss v0.8.2
6972026-03-11T00:33:28.615Z Downloaded httparse v1.10.1
6982026-03-11T00:33:28.620Z Downloaded lru-slab v0.1.2
6992026-03-11T00:33:28.620Z Downloaded oso-derive v0.27.3
7002026-03-11T00:33:28.623Z Downloaded opaque-debug v0.3.1
7012026-03-11T00:33:28.623Z Downloaded lock_api v0.4.14
7022026-03-11T00:33:28.626Z Downloaded half v2.7.1
7032026-03-11T00:33:28.629Z Downloaded libsw v3.5.0
7042026-03-11T00:33:28.632Z Downloaded num_threads v0.1.7
7052026-03-11T00:33:28.635Z Downloaded openssl-probe v0.1.6
7062026-03-11T00:33:28.635Z Downloaded newtype-uuid v1.3.2
7072026-03-11T00:33:28.638Z Downloaded packed_struct_codegen v0.10.1
7082026-03-11T00:33:28.641Z Downloaded parse-display v0.10.0
7092026-03-11T00:33:28.644Z Downloaded openssl-probe v0.2.1
7102026-03-11T00:33:28.644Z Downloaded multer v3.1.0
7112026-03-11T00:33:28.647Z Downloaded iana-time-zone v0.1.65
7122026-03-11T00:33:28.651Z Downloaded olpc-cjson v0.1.4
7132026-03-11T00:33:28.654Z Downloaded path-slash v0.1.5
7142026-03-11T00:33:28.659Z Downloaded parse-size v1.1.0
7152026-03-11T00:33:28.662Z Downloaded openssl-macros v0.1.1
7162026-03-11T00:33:28.662Z Downloaded ignore v0.4.25
7172026-03-11T00:33:28.665Z Downloaded chacha20poly1305 v0.10.1
7182026-03-11T00:33:28.668Z Downloaded ingot-macros v0.1.1
7192026-03-11T00:33:28.668Z Downloaded num-derive v0.4.2
7202026-03-11T00:33:28.671Z Downloaded pbkdf2 v0.12.2
7212026-03-11T00:33:28.674Z Downloaded pbkdf2 v0.11.0
7222026-03-11T00:33:28.677Z Downloaded num_enum_derive v0.7.5
7232026-03-11T00:33:28.680Z Downloaded derive_more v2.1.1
7242026-03-11T00:33:28.689Z Downloaded pin-utils v0.1.0
7252026-03-11T00:33:28.692Z Downloaded phf_shared v0.13.1
7262026-03-11T00:33:28.693Z Downloaded phf_shared v0.11.3
7272026-03-11T00:33:28.696Z Downloaded phf_shared v0.12.1
7282026-03-11T00:33:28.698Z Downloaded heapless v0.8.0
7292026-03-11T00:33:28.703Z Downloaded precomputed-hash v0.1.1
7302026-03-11T00:33:28.706Z Downloaded oxide-tokio-rt v0.1.2
7312026-03-11T00:33:28.706Z Downloaded owo-colors v4.3.0
7322026-03-11T00:33:28.709Z Downloaded nanorand v0.7.0
7332026-03-11T00:33:28.713Z Downloaded num-rational v0.4.2
7342026-03-11T00:33:28.713Z Downloaded proc-macro-crate v3.4.0
7352026-03-11T00:33:28.716Z Downloaded predicates-core v1.0.10
7362026-03-11T00:33:28.719Z Downloaded progenitor-client v0.11.2
7372026-03-11T00:33:28.719Z Downloaded indexmap v1.9.3
7382026-03-11T00:33:28.722Z Downloaded crossterm v0.28.1
7392026-03-11T00:33:28.728Z Downloaded progenitor-macro v0.11.2
7402026-03-11T00:33:28.732Z Downloaded proc-macro-error-attr2 v2.0.0
7412026-03-11T00:33:28.735Z Downloaded peg-macros v0.8.5
7422026-03-11T00:33:28.735Z Downloaded parking_lot_core v0.8.6
7432026-03-11T00:33:28.739Z Downloaded progenitor-client v0.10.0
7442026-03-11T00:33:28.742Z Downloaded psl-types v2.0.11
7452026-03-11T00:33:28.742Z Downloaded password-hash v0.4.2
7462026-03-11T00:33:28.745Z Downloaded predicates-tree v1.0.13
7472026-03-11T00:33:28.751Z Downloaded progenitor-macro v0.13.0
7482026-03-11T00:33:28.751Z Downloaded quick-error v1.2.3
7492026-03-11T00:33:28.754Z Downloaded radium v0.7.0
7502026-03-11T00:33:28.754Z Downloaded progenitor-macro v0.10.0
7512026-03-11T00:33:28.754Z Downloaded pem v3.0.6
7522026-03-11T00:33:28.757Z Downloaded peg v0.8.5
7532026-03-11T00:33:28.760Z Downloaded paste v1.0.15
7542026-03-11T00:33:28.763Z Downloaded rand_chacha v0.3.1
7552026-03-11T00:33:28.766Z Downloaded pin-project-lite v0.2.17
7562026-03-11T00:33:28.770Z Downloaded pkg-config v0.3.32
7572026-03-11T00:33:28.773Z Downloaded recursive v0.1.1
7582026-03-11T00:33:28.776Z Downloaded pkcs8 v0.10.2
7592026-03-11T00:33:28.779Z Downloaded parking_lot v0.11.2
7602026-03-11T00:33:28.782Z Downloaded native-tls v0.2.18
7612026-03-11T00:33:28.782Z Downloaded postgres-protocol v0.6.10
7622026-03-11T00:33:28.786Z Downloaded pem-rfc7468 v0.7.0
7632026-03-11T00:33:28.789Z Downloaded proc-macro-crate v1.3.1
7642026-03-11T00:33:28.789Z Downloaded ref-cast-impl v1.0.25
7652026-03-11T00:33:28.792Z Downloaded parking_lot v0.12.5
7662026-03-11T00:33:28.795Z Downloaded ref-cast v1.0.25
7672026-03-11T00:33:28.798Z Downloaded indicatif v0.18.4
7682026-03-11T00:33:28.802Z Downloaded rfc6979 v0.4.0
7692026-03-11T00:33:28.806Z Downloaded hickory-resolver v0.24.4
7702026-03-11T00:33:28.809Z Downloaded libbz2-rs-sys v0.2.2
7712026-03-11T00:33:28.809Z Downloaded psm v0.1.30
7722026-03-11T00:33:28.812Z Downloaded hickory-resolver v0.25.2
7732026-03-11T00:33:28.816Z Downloaded flate2 v1.1.9
7742026-03-11T00:33:28.820Z Downloaded rustc_version v0.4.1
7752026-03-11T00:33:28.823Z Downloaded rustc-hash v2.1.1
7762026-03-11T00:33:28.827Z Downloaded rtoolbox v0.0.3
7772026-03-11T00:33:28.827Z Downloaded progenitor-extras v0.1.1
7782026-03-11T00:33:28.832Z Downloaded progenitor v0.13.0
7792026-03-11T00:33:28.836Z Downloaded rand_xorshift v0.4.0
7802026-03-11T00:33:28.836Z Downloaded rustc_version v0.1.7
7812026-03-11T00:33:28.836Z Downloaded rand_core v0.10.0
7822026-03-11T00:33:28.840Z Downloaded rand_chacha v0.9.0
7832026-03-11T00:33:28.840Z Downloaded r2d2 v0.8.10
7842026-03-11T00:33:28.843Z Downloaded salsa20 v0.10.2
7852026-03-11T00:33:28.843Z Downloaded oxnet v0.1.4
7862026-03-11T00:33:28.846Z Downloaded rand_seeder v0.4.0
7872026-03-11T00:33:28.850Z Downloaded postcard v1.1.3
7882026-03-11T00:33:28.850Z Downloaded pkcs5 v0.7.1
7892026-03-11T00:33:28.854Z Downloaded papergrid v0.17.0
7902026-03-11T00:33:28.859Z Downloaded postgres-types v0.2.12
7912026-03-11T00:33:28.862Z Downloaded scheduled-thread-pool v0.2.7
7922026-03-11T00:33:28.866Z Downloaded progenitor-client v0.13.0
7932026-03-11T00:33:28.870Z Downloaded sapling-renderdag v0.1.0
7942026-03-11T00:33:28.870Z Downloaded p256 v0.13.2
7952026-03-11T00:33:28.873Z Downloaded same-file v1.0.6
7962026-03-11T00:33:28.873Z Downloaded dropshot-api-manager v0.6.0
7972026-03-11T00:33:28.876Z Downloaded scroll_derive v0.13.1
7982026-03-11T00:33:28.880Z Downloaded secrecy v0.10.3
7992026-03-11T00:33:28.880Z Downloaded scrypt v0.11.0
8002026-03-11T00:33:28.883Z Downloaded secrecy v0.8.0
8012026-03-11T00:33:28.883Z Downloaded serde_spanned v1.0.4
8022026-03-11T00:33:28.886Z Downloaded resolv-conf v0.7.6
8032026-03-11T00:33:28.889Z Downloaded proc-macro-error2 v2.0.1
8042026-03-11T00:33:28.892Z Downloaded phf v0.12.1
8052026-03-11T00:33:28.892Z Downloaded omicron-zone-package v0.12.2
8062026-03-11T00:33:28.895Z Downloaded seq-macro v0.3.6
8072026-03-11T00:33:28.898Z Downloaded serde_repr v0.1.20
8082026-03-11T00:33:28.901Z Downloaded rusty-fork v0.3.1
8092026-03-11T00:33:28.901Z Downloaded rustversion v1.0.22
8102026-03-11T00:33:28.906Z Downloaded hashbrown v0.13.2
8112026-03-11T00:33:28.911Z Downloaded hashbrown v0.12.3
8122026-03-11T00:33:28.914Z Downloaded shell-words v1.1.1
8132026-03-11T00:33:28.914Z Downloaded signal-hook-mio v0.2.5
8142026-03-11T00:33:28.917Z Downloaded signature v2.2.0
8152026-03-11T00:33:28.917Z Downloaded sha1 v0.10.6
8162026-03-11T00:33:28.921Z Downloaded pkcs1 v0.7.5
8172026-03-11T00:33:28.925Z Downloaded signal-hook-tokio v0.3.1
8182026-03-11T00:33:28.926Z Downloaded expectorate v1.2.0
8192026-03-11T00:33:28.926Z Downloaded serde_urlencoded v0.7.1
8202026-03-11T00:33:28.929Z Downloaded rustls-pemfile v1.0.4
8212026-03-11T00:33:28.929Z Downloaded schemars_derive v0.8.22
8222026-03-11T00:33:28.932Z Downloaded progenitor-impl v0.13.0
8232026-03-11T00:33:28.935Z Downloaded prefix-trie v0.7.0
8242026-03-11T00:33:28.939Z Downloaded rustls-pemfile v2.2.0
8252026-03-11T00:33:28.939Z Downloaded siphasher v1.0.2
8262026-03-11T00:33:28.942Z Downloaded sigpipe v0.1.3
8272026-03-11T00:33:28.942Z Downloaded scroll v0.13.0
8282026-03-11T00:33:28.945Z Downloaded aes v0.8.4
8292026-03-11T00:33:28.954Z Downloaded slog-envlogger v2.2.0
8302026-03-11T00:33:28.954Z Downloaded serde_bytes v0.11.19
8312026-03-11T00:33:28.958Z Downloaded quinn-udp v0.5.14
8322026-03-11T00:33:28.958Z Downloaded serde_derive_internals v0.29.1
8332026-03-11T00:33:28.958Z Downloaded semver v0.1.20
8342026-03-11T00:33:28.958Z Downloaded sct v0.7.1
8352026-03-11T00:33:28.961Z Downloaded slog-bunyan v2.5.0
8362026-03-11T00:33:28.961Z Downloaded progenitor-impl v0.11.2
8372026-03-11T00:33:28.964Z Downloaded progenitor-impl v0.10.0
8382026-03-11T00:33:28.969Z Downloaded hickory-server v0.25.2
8392026-03-11T00:33:28.972Z Downloaded ssh-cipher v0.2.0
8402026-03-11T00:33:28.972Z Downloaded rustls-native-certs v0.8.3
8412026-03-11T00:33:28.975Z Downloaded serde_path_to_error v0.1.20
8422026-03-11T00:33:28.975Z Downloaded serde-hex v0.1.0
8432026-03-11T00:33:28.979Z Downloaded rcgen v0.12.1
8442026-03-11T00:33:28.982Z Downloaded bindgen v0.71.1
8452026-03-11T00:33:28.985Z Downloaded ssh-encoding v0.2.0
8462026-03-11T00:33:28.988Z Downloaded rustls-pki-types v1.14.0
8472026-03-11T00:33:28.991Z Downloaded strum v0.26.3
8482026-03-11T00:33:28.991Z Downloaded structmeta-derive v0.3.0
8492026-03-11T00:33:28.991Z Downloaded strip-ansi-escapes v0.2.1
8502026-03-11T00:33:28.994Z Downloaded simd-adler32 v0.3.8
8512026-03-11T00:33:28.998Z Downloaded structmeta v0.3.0
8522026-03-11T00:33:28.998Z Downloaded slog-scope v4.4.1
8532026-03-11T00:33:29.002Z Downloaded signal-hook-registry v1.4.8
8542026-03-11T00:33:29.002Z Downloaded minimal-lexical v0.2.1
8552026-03-11T00:33:29.005Z Downloaded prettyplease v0.2.37
8562026-03-11T00:33:29.008Z Downloaded itertools v0.10.5
8572026-03-11T00:33:29.012Z Downloaded tagptr v0.2.0
8582026-03-11T00:33:29.016Z Downloaded subtle v2.6.1
8592026-03-11T00:33:29.016Z Downloaded strum v0.27.2
8602026-03-11T00:33:29.020Z Downloaded take_mut v0.2.2
8612026-03-11T00:33:29.020Z Downloaded slog-json v2.6.1
8622026-03-11T00:33:29.023Z Downloaded slog-async v2.8.0
8632026-03-11T00:33:29.024Z Downloaded slab v0.4.12
8642026-03-11T00:33:29.024Z Downloaded sec1 v0.7.3
8652026-03-11T00:33:29.027Z Downloaded num-bigint v0.4.6
8662026-03-11T00:33:29.030Z Downloaded tabwriter v1.4.1
8672026-03-11T00:33:29.033Z Downloaded thiserror-impl-no-std v2.0.2
8682026-03-11T00:33:29.033Z Downloaded tabled_derive v0.11.0
8692026-03-11T00:33:29.033Z Downloaded smallvec v0.6.14
8702026-03-11T00:33:29.037Z Downloaded sync-ptr v0.1.4
8712026-03-11T00:33:29.037Z Downloaded tap v1.0.1
8722026-03-11T00:33:29.040Z Downloaded testing_table v0.3.0
8732026-03-11T00:33:29.040Z Downloaded termtree v0.5.1
8742026-03-11T00:33:29.043Z Downloaded spki v0.7.3
8752026-03-11T00:33:29.043Z Downloaded openssl-sys v0.9.111
8762026-03-11T00:33:29.047Z Downloaded thread-id v5.1.0
8772026-03-11T00:33:29.053Z Downloaded mio v1.1.1
8782026-03-11T00:33:29.057Z Downloaded snafu-derive v0.8.9
8792026-03-11T00:33:29.057Z Downloaded nom v7.1.3
8802026-03-11T00:33:29.062Z Downloaded time-core v0.1.8
8812026-03-11T00:33:29.062Z Downloaded rustls-platform-verifier v0.6.2
8822026-03-11T00:33:29.068Z Downloaded smf v0.2.3
8832026-03-11T00:33:29.068Z Downloaded stringprep v0.1.5
8842026-03-11T00:33:29.072Z Downloaded sqlformat v0.3.5
8852026-03-11T00:33:29.072Z Downloaded sqlparser_derive v0.5.0
8862026-03-11T00:33:29.072Z Downloaded sync_wrapper v1.0.2
8872026-03-11T00:33:29.072Z Downloaded supports-color v3.0.2
8882026-03-11T00:33:29.077Z Downloaded ron v0.8.1
8892026-03-11T00:33:29.081Z Downloaded string_cache v0.8.9
8902026-03-11T00:33:29.082Z Downloaded slog-term v2.9.2
8912026-03-11T00:33:29.082Z Downloaded pretty_assertions v1.4.1
8922026-03-11T00:33:29.085Z Downloaded slog-stdlog v4.1.1
8932026-03-11T00:33:29.085Z Downloaded slog-dtrace v0.3.0
8942026-03-11T00:33:29.088Z Downloaded static_assertions v1.1.0
8952026-03-11T00:33:29.088Z Downloaded stacker v0.1.23
8962026-03-11T00:33:29.092Z Downloaded strum_macros v0.27.2
8972026-03-11T00:33:29.092Z Downloaded strum_macros v0.26.4
8982026-03-11T00:33:29.095Z Downloaded strum_macros v0.24.3
8992026-03-11T00:33:29.098Z Downloaded rayon-core v1.13.0
9002026-03-11T00:33:29.101Z Downloaded qorb v0.4.1
9012026-03-11T00:33:29.105Z Downloaded support-bundle-viewer v0.1.2
9022026-03-11T00:33:29.105Z Downloaded iddqd v0.3.17
9032026-03-11T00:33:29.110Z Downloaded spin v0.9.8
9042026-03-11T00:33:29.113Z Downloaded ryu v1.0.23
9052026-03-11T00:33:29.117Z Downloaded russh-keys v0.45.0
9062026-03-11T00:33:29.135Z Downloaded tinyvec_macros v0.1.1
9072026-03-11T00:33:29.135Z Downloaded thread_local v1.1.9
9082026-03-11T00:33:29.135Z Downloaded tower-service v0.3.3
9092026-03-11T00:33:29.141Z Downloaded tower-layer v0.3.3
9102026-03-11T00:33:29.141Z Downloaded try-lock v0.2.5
9112026-03-11T00:33:29.141Z Downloaded serde_yaml v0.9.34+deprecated
9122026-03-11T00:33:29.141Z Downloaded rand v0.8.5
9132026-03-11T00:33:29.141Z Downloaded tls_codec v0.4.2
9142026-03-11T00:33:29.141Z Downloaded tokio-macros v2.6.0
9152026-03-11T00:33:29.141Z Downloaded tiny-keccak v2.0.2
9162026-03-11T00:33:29.141Z Downloaded serde_with_macros v3.17.0
9172026-03-11T00:33:29.141Z Downloaded itertools v0.12.1
9182026-03-11T00:33:29.144Z Downloaded typify-macro v0.4.3
9192026-03-11T00:33:29.144Z Downloaded aes-gcm v0.10.3
9202026-03-11T00:33:29.148Z Downloaded aho-corasick v1.1.4
9212026-03-11T00:33:29.151Z Downloaded trait-variant v0.1.2
9222026-03-11T00:33:29.154Z Downloaded tokio-native-tls v0.3.1
9232026-03-11T00:33:29.154Z Downloaded tls_codec_derive v0.4.2
9242026-03-11T00:33:29.157Z Downloaded tokio-tungstenite v0.21.0
9252026-03-11T00:33:29.157Z Downloaded unarray v0.1.4
9262026-03-11T00:33:29.157Z Downloaded typify-macro v0.6.1
9272026-03-11T00:33:29.161Z Downloaded tokio-tungstenite v0.23.1
9282026-03-11T00:33:29.161Z Downloaded universal-hash v0.5.1
9292026-03-11T00:33:29.164Z Downloaded unit-prefix v0.5.2
9302026-03-11T00:33:29.164Z Downloaded schemars v0.9.0
9312026-03-11T00:33:29.172Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9322026-03-11T00:33:29.175Z Downloaded term v1.2.1
9332026-03-11T00:33:29.178Z Downloaded untrusted v0.7.1
9342026-03-11T00:33:29.178Z Downloaded term v0.7.0
9352026-03-11T00:33:29.182Z Downloaded utf-8 v0.7.6
9362026-03-11T00:33:29.182Z Downloaded usdt-macro v0.6.0
9372026-03-11T00:33:29.182Z Downloaded hkdf v0.12.4
9382026-03-11T00:33:29.186Z Downloaded toml_writer v1.0.6+spec-1.1.0
9392026-03-11T00:33:29.190Z Downloaded time-macros v0.2.27
9402026-03-11T00:33:29.190Z Downloaded hashbrown v0.15.5
9412026-03-11T00:33:29.193Z Downloaded void v1.0.2
9422026-03-11T00:33:29.193Z Downloaded usdt-attr-macro v0.6.0
9432026-03-11T00:33:29.193Z Downloaded topological-sort v0.2.2
9442026-03-11T00:33:29.196Z Downloaded socket2 v0.6.2
9452026-03-11T00:33:29.196Z Downloaded termios v0.3.3
9462026-03-11T00:33:29.199Z Downloaded tui-tree-widget v0.23.1
9472026-03-11T00:33:29.199Z Downloaded rustls-webpki v0.103.9
9482026-03-11T00:33:29.204Z Downloaded socket2 v0.5.10
9492026-03-11T00:33:29.207Z Downloaded serde_cbor v0.11.2
9502026-03-11T00:33:29.207Z Downloaded want v0.3.1
9512026-03-11T00:33:29.207Z Downloaded schemars v0.8.22
9522026-03-11T00:33:29.215Z Downloaded waitgroup v0.1.2
9532026-03-11T00:33:29.218Z Downloaded wait-timeout v0.2.1
9542026-03-11T00:33:29.218Z Downloaded samael v0.0.19
9552026-03-11T00:33:29.222Z Downloaded itertools v0.13.0
9562026-03-11T00:33:29.228Z Downloaded untrusted v0.9.0
9572026-03-11T00:33:29.231Z Downloaded zeroize_derive v1.4.3
9582026-03-11T00:33:29.231Z Downloaded tokio-stream v0.1.18
9592026-03-11T00:33:29.235Z Downloaded unicase v2.9.0
9602026-03-11T00:33:29.235Z Downloaded subprocess v0.2.15
9612026-03-11T00:33:29.238Z Downloaded tokio-rustls v0.24.1
9622026-03-11T00:33:29.241Z Downloaded hyper v1.8.1
9632026-03-11T00:33:29.245Z Downloaded xshell-macros v0.2.7
9642026-03-11T00:33:29.245Z Downloaded xattr v1.6.1
9652026-03-11T00:33:29.248Z Downloaded test-strategy v0.4.5
9662026-03-11T00:33:29.251Z Downloaded h2 v0.4.13
9672026-03-11T00:33:29.255Z Downloaded zone v0.3.1
9682026-03-11T00:33:29.255Z Downloaded snafu v0.8.9
9692026-03-11T00:33:29.259Z Downloaded usdt-impl v0.6.0
9702026-03-11T00:33:29.262Z Downloaded vsss-rs v3.3.4
9712026-03-11T00:33:29.265Z Downloaded uzers v0.12.2
9722026-03-11T00:33:29.265Z Downloaded tracing-attributes v0.1.31
9732026-03-11T00:33:29.269Z Downloaded tokio-rustls v0.26.4
9742026-03-11T00:33:29.269Z Downloaded zone_cfg_derive v0.3.1
9752026-03-11T00:33:29.272Z Downloaded p521 v0.13.3
9762026-03-11T00:33:29.272Z Downloaded usdt v0.6.0
9772026-03-11T00:33:29.275Z Downloaded num-bigint-dig v0.8.6
9782026-03-11T00:33:29.278Z Downloaded wyz v0.5.1
9792026-03-11T00:33:29.278Z Downloaded libm v0.2.16
9802026-03-11T00:33:29.285Z Downloaded vergen-lib v0.1.6
9812026-03-11T00:33:29.288Z Downloaded vergen-git2 v1.0.7
9822026-03-11T00:33:29.288Z Downloaded whoami v1.6.1
9832026-03-11T00:33:29.291Z Downloaded vergen-gitcl v1.0.8
9842026-03-11T00:33:29.291Z Downloaded toml v0.7.8
9852026-03-11T00:33:29.294Z Downloaded tinyvec v1.10.0
9862026-03-11T00:33:29.298Z Downloaded blake3 v1.8.3
9872026-03-11T00:33:29.302Z Downloaded schemars v1.2.1
9882026-03-11T00:33:29.313Z Downloaded zeroize v1.8.2
9892026-03-11T00:33:29.317Z Downloaded twox-hash v2.1.2
9902026-03-11T00:33:29.317Z Downloaded whoami v2.1.0
9912026-03-11T00:33:29.321Z Downloaded xshell v0.2.7
9922026-03-11T00:33:29.321Z Downloaded tracing-core v0.1.36
9932026-03-11T00:33:29.324Z Downloaded tungstenite v0.21.0
9942026-03-11T00:33:29.324Z Downloaded unicode-properties v0.1.4
9952026-03-11T00:33:29.327Z Downloaded toml_parser v1.0.9+spec-1.1.0
9962026-03-11T00:33:29.330Z Downloaded toml v0.9.12+spec-1.1.0
9972026-03-11T00:33:29.333Z Downloaded russh v0.45.0
9982026-03-11T00:33:29.336Z Downloaded zerocopy v0.6.6
9992026-03-11T00:33:29.340Z Downloaded zstd-safe v7.2.4
10002026-03-11T00:33:29.340Z Downloaded typify v0.4.3
10012026-03-11T00:33:29.343Z Downloaded steno v0.4.1
10022026-03-11T00:33:29.347Z Downloaded tar v0.4.44
10032026-03-11T00:33:29.347Z Downloaded rustyline v14.0.0
10042026-03-11T00:33:29.351Z Downloaded xz2 v0.1.7
10052026-03-11T00:33:29.354Z Downloaded tungstenite v0.23.0
10062026-03-11T00:33:29.354Z Downloaded itertools v0.14.0
10072026-03-11T00:33:29.360Z Downloaded bitvec v1.0.1
10082026-03-11T00:33:29.370Z Downloaded unicode-bidi v0.3.18
10092026-03-11T00:33:29.373Z Downloaded typify v0.6.1
10102026-03-11T00:33:29.376Z Downloaded yasna v0.5.2
10112026-03-11T00:33:29.380Z Downloaded walkdir v2.5.0
10122026-03-11T00:33:29.380Z Downloaded rand v0.10.0
10132026-03-11T00:33:29.383Z Downloaded toml_edit v0.23.10+spec-1.0.0
10142026-03-11T00:33:29.386Z Downloaded rpassword v7.4.0
10152026-03-11T00:33:29.389Z Downloaded uuid v1.21.0
10162026-03-11T00:33:29.389Z Downloaded rand v0.9.2
10172026-03-11T00:33:29.392Z Downloaded zstd v0.13.3
10182026-03-11T00:33:29.395Z Downloaded rsa v0.9.10
10192026-03-11T00:33:29.398Z Downloaded unicode-truncate v1.1.0
10202026-03-11T00:33:29.401Z Downloaded tokio-rustls v0.25.0
10212026-03-11T00:33:29.401Z Downloaded tokio-dtrace v0.1.1
10222026-03-11T00:33:29.404Z Downloaded vte v0.14.1
10232026-03-11T00:33:29.404Z Downloaded vergen v9.0.6
10242026-03-11T00:33:29.407Z Downloaded slog v2.8.2
10252026-03-11T00:33:29.407Z Downloaded ssh-key v0.6.7
10262026-03-11T00:33:29.414Z Downloaded unicode_categories v0.1.1
10272026-03-11T00:33:29.417Z Downloaded reqwest v0.12.28
10282026-03-11T00:33:29.420Z Downloaded zip v0.6.6
10292026-03-11T00:33:29.423Z Downloaded yansi v1.0.1
10302026-03-11T00:33:29.428Z Downloaded unsafe-libyaml v0.2.11
10312026-03-11T00:33:29.428Z Downloaded git2 v0.20.4
10322026-03-11T00:33:29.432Z Downloaded zopfli v0.8.3
10332026-03-11T00:33:29.435Z Downloaded toml_edit v0.19.15
10342026-03-11T00:33:29.446Z Downloaded portable-atomic v1.13.1
10352026-03-11T00:33:29.452Z Downloaded quick-xml v0.37.5
10362026-03-11T00:33:29.457Z Downloaded ron v0.12.0
10372026-03-11T00:33:29.463Z Downloaded aws-lc-rs v1.16.0
10382026-03-11T00:33:29.471Z Downloaded p384 v0.13.1
10392026-03-11T00:33:29.475Z Downloaded proptest v1.10.0
10402026-03-11T00:33:29.482Z Downloaded rustls-webpki v0.101.7
10412026-03-11T00:33:29.492Z Downloaded unicode-segmentation v1.12.0
10422026-03-11T00:33:29.495Z Downloaded tokio-util v0.7.18
10432026-03-11T00:33:29.501Z Downloaded moka v0.12.13
10442026-03-11T00:33:29.506Z Downloaded zip v4.6.1
10452026-03-11T00:33:29.509Z Downloaded tokio-postgres v0.7.16
10462026-03-11T00:33:29.513Z Downloaded regex v1.12.3
10472026-03-11T00:33:29.519Z Downloaded bzip2-sys v0.1.13+1.0.8
10482026-03-11T00:33:29.527Z Downloaded tower v0.5.3
10492026-03-11T00:33:29.533Z Downloaded zerocopy-derive v0.8.40
10502026-03-11T00:33:29.540Z Downloaded salty v0.3.0
10512026-03-11T00:33:29.545Z Downloaded nix v0.27.1
10522026-03-11T00:33:29.553Z Downloaded radix_trie v0.2.1
10532026-03-11T00:33:29.557Z Downloaded typed-path v0.9.3
10542026-03-11T00:33:29.562Z Downloaded winnow v0.5.40
10552026-03-11T00:33:29.568Z Downloaded serde_with v3.17.0
10562026-03-11T00:33:29.577Z Downloaded bstr v1.12.1
10572026-03-11T00:33:29.584Z Downloaded lalrpop v0.19.12
10582026-03-11T00:33:29.593Z Downloaded unicode-normalization v0.1.25
10592026-03-11T00:33:29.597Z Downloaded rayon v1.11.0
10602026-03-11T00:33:29.602Z Downloaded rustls v0.21.12
10612026-03-11T00:33:29.611Z Downloaded x509-cert v0.2.5
10622026-03-11T00:33:29.614Z Downloaded tower-http v0.6.8
10632026-03-11T00:33:29.620Z Downloaded time v0.3.47
10642026-03-11T00:33:29.630Z Downloaded zlib-rs v0.6.2
10652026-03-11T00:33:29.633Z Downloaded curve25519-dalek v4.1.3
10662026-03-11T00:33:29.640Z Downloaded nix v0.28.0
10672026-03-11T00:33:29.650Z Downloaded vcpkg v0.2.15
10682026-03-11T00:33:29.678Z Downloaded rustls-webpki v0.102.8
10692026-03-11T00:33:29.692Z Downloaded rustls v0.22.4
10702026-03-11T00:33:29.701Z Downloaded quinn-proto v0.11.14
10712026-03-11T00:33:29.708Z Downloaded rustls v0.23.37
10722026-03-11T00:33:29.715Z Downloaded hickory-proto v0.25.2
10732026-03-11T00:33:29.728Z Downloaded winnow v0.6.26
10742026-03-11T00:33:29.734Z Downloaded petname v2.0.2
10752026-03-11T00:33:29.745Z Downloaded tough v0.20.0
10762026-03-11T00:33:29.751Z Downloaded openssl v0.10.75
10772026-03-11T00:33:29.754Z Downloaded object v0.30.4
10782026-03-11T00:33:29.758Z Downloaded goblin v0.10.5
10792026-03-11T00:33:29.764Z Downloaded polar-core v0.27.3
10802026-03-11T00:33:29.771Z Downloaded nix v0.29.0
10812026-03-11T00:33:29.778Z Downloaded dropshot v0.16.7
10822026-03-11T00:33:29.798Z Downloaded tabled v0.20.0
10832026-03-11T00:33:29.808Z Downloaded typify-impl v0.6.1
10842026-03-11T00:33:29.818Z Downloaded typify-impl v0.4.3
10852026-03-11T00:33:29.829Z Downloaded nix v0.31.1
10862026-03-11T00:33:29.841Z Downloaded hickory-proto v0.24.4
10872026-03-11T00:33:29.849Z Downloaded diesel v2.2.12
10882026-03-11T00:33:29.863Z Downloaded webpki-roots v1.0.6
10892026-03-11T00:33:29.866Z Downloaded nix v0.30.1
10902026-03-11T00:33:29.874Z Downloaded regex-syntax v0.6.29
10912026-03-11T00:33:29.879Z Downloaded regress v0.10.5
10922026-03-11T00:33:29.886Z Downloaded jiff v0.2.21
10932026-03-11T00:33:29.900Z Downloaded zerocopy v0.8.40
10942026-03-11T00:33:29.907Z Downloaded regex-syntax v0.8.10
10952026-03-11T00:33:29.914Z Downloaded lzma-sys v0.1.20
10962026-03-11T00:33:29.934Z Downloaded chrono-tz v0.10.4
10972026-03-11T00:33:29.948Z Downloaded rustix v0.38.44
10982026-03-11T00:33:29.965Z Downloaded smoltcp v0.11.0
10992026-03-11T00:33:29.973Z Downloaded csv v1.4.0
11002026-03-11T00:33:29.988Z Downloaded openapiv3 v2.2.0
11012026-03-11T00:33:29.997Z Downloaded object v0.37.3
11022026-03-11T00:33:30.005Z Downloaded smoltcp v0.9.1
11032026-03-11T00:33:30.013Z Downloaded sled v0.34.7
11042026-03-11T00:33:30.020Z Downloaded ratatui v0.29.0
11052026-03-11T00:33:30.035Z Downloaded sqlparser v0.61.0
11062026-03-11T00:33:30.042Z Downloaded tokio v1.49.0
11072026-03-11T00:33:30.071Z Downloaded chrono v0.4.44
11082026-03-11T00:33:30.076Z Downloaded reedline v0.40.0
11092026-03-11T00:33:30.082Z Downloaded reqwest v0.13.2
11102026-03-11T00:33:30.086Z Downloaded similar v2.7.0
11112026-03-11T00:33:30.089Z Downloaded signal-hook v0.3.18
11122026-03-11T00:33:30.092Z Downloaded quinn v0.11.9
11132026-03-11T00:33:30.095Z Downloaded iri-string v0.7.10
11142026-03-11T00:33:30.099Z Downloaded thiserror-no-std v2.0.2
11152026-03-11T00:33:30.101Z Downloaded libxml v0.3.3
11162026-03-11T00:33:30.106Z Downloaded tracing v0.1.44
11172026-03-11T00:33:30.122Z Downloaded publicsuffix v2.3.0
11182026-03-11T00:33:30.125Z Downloaded hyper-util v0.1.20
11192026-03-11T00:33:30.129Z Downloaded zerocopy-derive v0.6.6
11202026-03-11T00:33:30.135Z Downloaded shlex v1.3.0
11212026-03-11T00:33:30.138Z Downloaded pin-project v1.1.11
11222026-03-11T00:33:30.144Z Downloaded http v1.4.0
11232026-03-11T00:33:30.147Z Downloaded futures-util v0.3.32
11242026-03-11T00:33:30.155Z Downloaded crossterm v0.29.0
11252026-03-11T00:33:30.160Z Downloaded regex-automata v0.4.14
11262026-03-11T00:33:30.171Z Downloaded russh-cryptovec v0.7.3
11272026-03-11T00:33:30.173Z Downloaded serde_plain v1.0.2
11282026-03-11T00:33:30.173Z Downloaded serde-big-array v0.5.1
11292026-03-11T00:33:30.173Z Downloaded scopeguard v1.2.0
11302026-03-11T00:33:30.176Z Downloaded jiff-static v0.2.21
11312026-03-11T00:33:30.178Z Downloaded oso v0.27.3
11322026-03-11T00:33:30.178Z Downloaded miniz_oxide v0.8.9
11332026-03-11T00:33:30.181Z Downloaded rand_core v0.6.4
11342026-03-11T00:33:30.183Z Downloaded rand_core v0.9.5
11352026-03-11T00:33:30.183Z Downloaded phf v0.13.1
11362026-03-11T00:33:30.183Z Downloaded derive_more-impl v2.1.1
11372026-03-11T00:33:30.187Z Downloaded petgraph v0.6.5
11382026-03-11T00:33:30.200Z Downloaded progenitor v0.10.0
11392026-03-11T00:33:30.204Z Downloaded primeorder v0.13.6
11402026-03-11T00:33:30.204Z Downloaded ar_archive_writer v0.5.1
11412026-03-11T00:33:30.207Z Downloaded recursive-proc-macro-impl v0.1.1
11422026-03-11T00:33:30.207Z Downloaded progenitor v0.11.2
11432026-03-11T00:33:30.207Z Downloaded predicates v3.1.4
11442026-03-11T00:33:30.210Z Downloaded ppv-lite86 v0.2.21
11452026-03-11T00:33:30.210Z Downloaded password-hash v0.5.0
11462026-03-11T00:33:30.210Z Downloaded parking_lot_core v0.9.12
11472026-03-11T00:33:30.213Z Downloaded num_enum v0.7.5
11482026-03-11T00:33:30.216Z Downloaded poly1305 v0.8.0
11492026-03-11T00:33:30.219Z Downloaded polyval v0.6.2
11502026-03-11T00:33:30.219Z Downloaded litrs v1.0.0
11512026-03-11T00:33:30.222Z Downloaded pin-project-internal v1.1.11
11522026-03-11T00:33:30.222Z Downloaded packed_struct v0.10.1
11532026-03-11T00:33:30.222Z Downloaded der v0.7.10
11542026-03-11T00:33:30.225Z Downloaded parse-display-derive v0.10.0
11552026-03-11T00:33:30.228Z Downloaded bumpalo v3.20.2
11562026-03-11T00:33:30.228Z Downloaded base64 v0.21.7
11572026-03-11T00:33:30.231Z Downloaded powerfmt v0.2.0
11582026-03-11T00:33:30.231Z Downloaded memmap2 v0.9.10
11592026-03-11T00:33:30.234Z Downloaded heapless v0.7.17
11602026-03-11T00:33:30.237Z Downloaded darling_core v0.21.3
11612026-03-11T00:33:30.240Z Downloaded headers v0.4.1
11622026-03-11T00:33:30.243Z Downloaded libz-sys v1.1.24
11632026-03-11T00:33:30.258Z Downloaded petgraph v0.8.3
11642026-03-11T00:33:30.274Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11652026-03-11T00:33:30.287Z Downloaded peg-runtime v0.8.5
11662026-03-11T00:33:30.290Z Downloaded num-integer v0.1.46
11672026-03-11T00:33:30.290Z Downloaded nu-ansi-term v0.50.3
11682026-03-11T00:33:30.290Z Downloaded darling_core v0.23.0
11692026-03-11T00:33:30.294Z Downloaded num_enum v0.5.11
11702026-03-11T00:33:30.297Z Downloaded sha3 v0.10.8
11712026-03-11T00:33:30.301Z Downloaded num-complex v0.4.6
11722026-03-11T00:33:30.304Z Downloaded elliptic-curve v0.13.8
11732026-03-11T00:33:30.307Z Downloaded num_enum_derive v0.5.11
11742026-03-11T00:33:30.307Z Downloaded encoding_rs v0.8.35
11752026-03-11T00:33:30.322Z Downloaded arc-swap v1.8.2
11762026-03-11T00:33:30.324Z Downloaded libloading v0.8.9
11772026-03-11T00:33:30.327Z Downloaded nodrop v0.1.14
11782026-03-11T00:33:30.327Z Downloaded nibble_vec v0.1.0
11792026-03-11T00:33:30.330Z Downloaded mime_guess v2.0.5
11802026-03-11T00:33:30.330Z Downloaded maplit v1.0.2
11812026-03-11T00:33:30.330Z Downloaded ed25519-dalek v2.2.0
11822026-03-11T00:33:30.334Z Downloaded flume v0.11.1
11832026-03-11T00:33:30.336Z Downloaded num-iter v0.1.45
11842026-03-11T00:33:30.336Z Downloaded num-conv v0.2.0
11852026-03-11T00:33:30.336Z Downloaded hyper-rustls v0.27.7
11862026-03-11T00:33:30.339Z Downloaded darling_core v0.20.11
11872026-03-11T00:33:30.344Z Downloaded linear-map v1.2.0
11882026-03-11T00:33:30.344Z Downloaded jobserver v0.1.34
11892026-03-11T00:33:30.346Z Downloaded env_logger v0.11.9
11902026-03-11T00:33:30.346Z Downloaded derive_more v0.99.20
11912026-03-11T00:33:30.349Z Downloaded libefi-sys v0.1.0
11922026-03-11T00:33:30.349Z Downloaded ipnet v2.11.0
11932026-03-11T00:33:30.349Z Downloaded bytes v1.11.1
11942026-03-11T00:33:30.352Z Downloaded newtype_derive v0.1.6
11952026-03-11T00:33:30.355Z Downloaded newtype-uuid-macros v0.1.0
11962026-03-11T00:33:30.355Z Downloaded newline-converter v0.3.0
11972026-03-11T00:33:30.355Z Downloaded multimap v0.10.1
11982026-03-11T00:33:30.355Z Downloaded nonempty v0.12.0
11992026-03-11T00:33:30.359Z Downloaded highway v1.3.0
12002026-03-11T00:33:30.359Z Downloaded crypto-bigint v0.5.5
12012026-03-11T00:33:30.362Z Downloaded md5 v0.7.0
12022026-03-11T00:33:30.365Z Downloaded ipnetwork v0.21.1
12032026-03-11T00:33:30.365Z Downloaded indoc v2.0.7
12042026-03-11T00:33:30.368Z Downloaded bzip2 v0.4.4
12052026-03-11T00:33:30.368Z Downloaded impl-trait-for-tuples v0.2.3
12062026-03-11T00:33:30.371Z Downloaded dropshot_endpoint v0.16.7
12072026-03-11T00:33:30.371Z Downloaded clang-sys v1.8.1
12082026-03-11T00:33:30.373Z Downloaded match_cfg v0.1.0
12092026-03-11T00:33:30.373Z Downloaded find-msvc-tools v0.1.9
12102026-03-11T00:33:30.376Z Downloaded md-5 v0.10.6
12112026-03-11T00:33:30.376Z Downloaded hmac v0.12.1
12122026-03-11T00:33:30.377Z Downloaded derive-where v1.6.0
12132026-03-11T00:33:30.381Z Downloaded lru-cache v0.1.2
12142026-03-11T00:33:30.381Z Downloaded lru v0.12.5
12152026-03-11T00:33:30.384Z Downloaded hyper-staticfile v0.10.1
12162026-03-11T00:33:30.384Z Downloaded humantime v2.3.0
12172026-03-11T00:33:30.384Z Downloaded half v1.8.3
12182026-03-11T00:33:30.395Z Downloaded lalrpop-util v0.19.12
12192026-03-11T00:33:30.395Z Downloaded getrandom v0.2.17
12202026-03-11T00:33:30.395Z Downloaded compact_str v0.8.1
12212026-03-11T00:33:30.395Z Downloaded internet-checksum v0.2.1
12222026-03-11T00:33:30.395Z Downloaded inout v0.1.4
12232026-03-11T00:33:30.395Z Downloaded darling v0.20.11
12242026-03-11T00:33:30.399Z Downloaded ring v0.17.14
12252026-03-11T00:33:30.426Z Downloaded cookie_store v0.22.1
12262026-03-11T00:33:30.429Z Downloaded fs-err v2.11.0
12272026-03-11T00:33:30.429Z Downloaded drift v0.1.3
12282026-03-11T00:33:30.432Z Downloaded const-oid v0.9.6
12292026-03-11T00:33:30.435Z Downloaded colored v2.2.0
12302026-03-11T00:33:30.438Z Downloaded ciborium v0.2.2
12312026-03-11T00:33:30.438Z Downloaded bzip2 v0.6.1
12322026-03-11T00:33:30.438Z Downloaded bit-vec v0.8.0
12332026-03-11T00:33:30.441Z Downloaded des v0.8.1
12342026-03-11T00:33:30.441Z Downloaded derive_builder v0.20.2
12352026-03-11T00:33:30.445Z Downloaded indoc v1.0.9
12362026-03-11T00:33:30.447Z Downloaded hyper-tls v0.6.0
12372026-03-11T00:33:30.447Z Downloaded hubpack v0.1.2
12382026-03-11T00:33:30.447Z Downloaded libgit2-sys v0.18.3+1.9.2
12392026-03-11T00:33:30.489Z Downloaded hostname v0.3.1
12402026-03-11T00:33:30.491Z Downloaded home v0.5.12
12412026-03-11T00:33:30.492Z Downloaded hex v0.4.3
12422026-03-11T00:33:30.492Z Downloaded group v0.13.0
12432026-03-11T00:33:30.495Z Downloaded glob v0.3.3
12442026-03-11T00:33:30.495Z Downloaded git-stub-vcs v0.1.0
12452026-03-11T00:33:30.495Z Downloaded ena v0.14.4
12462026-03-11T00:33:30.498Z Downloaded difflib v0.4.0
12472026-03-11T00:33:30.498Z Downloaded derive_builder_core v0.20.2
12482026-03-11T00:33:30.498Z Downloaded crc32fast v1.5.0
12492026-03-11T00:33:30.501Z Downloaded cancel-safe-futures v0.1.5
12502026-03-11T00:33:30.501Z Downloaded base64ct v1.8.3
12512026-03-11T00:33:30.504Z Downloaded hostname v0.4.2
12522026-03-11T00:33:30.504Z Downloaded gethostname v0.5.0
12532026-03-11T00:33:30.507Z Downloaded bit-vec v0.6.3
12542026-03-11T00:33:30.507Z Downloaded http-range v0.1.5
12552026-03-11T00:33:30.507Z Downloaded http-body v1.0.1
12562026-03-11T00:33:30.507Z Downloaded diesel_derives v2.2.7
12572026-03-11T00:33:30.510Z Downloaded backon v1.6.0
12582026-03-11T00:33:30.513Z Downloaded diesel-dtrace v0.4.2
12592026-03-11T00:33:30.513Z Downloaded derive-ex v0.1.8
12602026-03-11T00:33:30.513Z Downloaded async-bb8-diesel v0.2.1
12612026-03-11T00:33:30.516Z Downloaded erased-serde v0.3.31
12622026-03-11T00:33:30.516Z Downloaded either v1.15.0
12632026-03-11T00:33:30.519Z Downloaded display-error-chain v0.2.2
12642026-03-11T00:33:30.519Z Downloaded daft v0.1.5
12652026-03-11T00:33:30.519Z Downloaded corncobs v0.1.4
12662026-03-11T00:33:30.522Z Downloaded bitflags v1.3.2
12672026-03-11T00:33:30.522Z Downloaded base16ct v1.0.0
12682026-03-11T00:33:30.525Z Downloaded ff v0.13.1
12692026-03-11T00:33:30.525Z Downloaded constant_time_eq v0.4.2
12702026-03-11T00:33:30.525Z Downloaded chacha20 v0.9.1
12712026-03-11T00:33:30.528Z Downloaded blowfish v0.9.1
12722026-03-11T00:33:30.528Z Downloaded arrayvec v0.7.6
12732026-03-11T00:33:30.530Z Downloaded csv-core v0.1.13
12742026-03-11T00:33:30.530Z Downloaded crucible-workspace-hack v0.1.0
12752026-03-11T00:33:30.530Z Downloaded fd-lock v4.0.4
12762026-03-11T00:33:30.535Z Downloaded diesel_table_macro_syntax v0.2.0
12772026-03-11T00:33:30.535Z Downloaded globwalk v0.9.1
12782026-03-11T00:33:30.535Z Downloaded futures-sink v0.3.32
12792026-03-11T00:33:30.535Z Downloaded dtrace-parser v0.3.0
12802026-03-11T00:33:30.538Z Downloaded dropshot-api-manager-types v0.6.0
12812026-03-11T00:33:30.538Z Downloaded colored v3.1.1
12822026-03-11T00:33:30.538Z Downloaded camino-tempfile-ext v0.3.3
12832026-03-11T00:33:30.538Z Downloaded foldhash v0.1.5
12842026-03-11T00:33:30.538Z Downloaded dsl_auto_type v0.1.3
12852026-03-11T00:33:30.541Z Downloaded dirs-next v2.0.0
12862026-03-11T00:33:30.541Z Downloaded defmt-macros v1.0.1
12872026-03-11T00:33:30.544Z Downloaded bit-set v0.5.3
12882026-03-11T00:33:30.544Z Downloaded assert_matches v1.5.0
12892026-03-11T00:33:30.544Z Downloaded defmt v1.0.1
12902026-03-11T00:33:30.547Z Downloaded fs_extra v1.3.0
12912026-03-11T00:33:30.547Z Downloaded endian-type v0.1.2
12922026-03-11T00:33:30.547Z Downloaded argon2 v0.5.3
12932026-03-11T00:33:30.550Z Downloaded cobs v0.3.0
12942026-03-11T00:33:30.550Z Downloaded flagset v0.4.7
12952026-03-11T00:33:30.550Z Downloaded foreign-types-macros v0.2.3
12962026-03-11T00:33:30.553Z Downloaded float-cmp v0.10.0
12972026-03-11T00:33:30.553Z Downloaded dunce v1.0.5
12982026-03-11T00:33:30.553Z Downloaded derive_builder_macro v0.20.2
12992026-03-11T00:33:30.553Z Downloaded futures-macro v0.3.32
13002026-03-11T00:33:30.556Z Downloaded crc v3.4.0
13012026-03-11T00:33:30.556Z Downloaded cpufeatures v0.3.0
13022026-03-11T00:33:30.556Z Downloaded base16ct v0.2.0
13032026-03-11T00:33:30.556Z Downloaded ecdsa v0.16.9
13042026-03-11T00:33:30.559Z Downloaded ctr v0.9.2
13052026-03-11T00:33:30.559Z Downloaded async-stream-impl v0.3.6
13062026-03-11T00:33:30.559Z Downloaded atomic-waker v1.1.2
13072026-03-11T00:33:30.559Z Downloaded async-stream v0.3.6
13082026-03-11T00:33:30.562Z Downloaded dirs-sys-next v0.1.2
13092026-03-11T00:33:30.562Z Downloaded atty v0.2.14
13102026-03-11T00:33:30.562Z Downloaded dyn-clone v1.0.20
13112026-03-11T00:33:30.565Z Downloaded async-trait v0.1.89
13122026-03-11T00:33:30.565Z Downloaded darling_macro v0.20.11
13132026-03-11T00:33:30.568Z Downloaded cstr-argument v0.1.2
13142026-03-11T00:33:30.568Z Downloaded cmake v0.1.57
13152026-03-11T00:33:30.568Z Downloaded cexpr v0.6.0
13162026-03-11T00:33:30.568Z Downloaded cargo_metadata v0.19.2
13172026-03-11T00:33:30.571Z Downloaded der_derive v0.7.3
13182026-03-11T00:33:30.571Z Downloaded crunchy v0.2.4
13192026-03-11T00:33:30.571Z Downloaded cargo-platform v0.1.9
13202026-03-11T00:33:30.574Z Downloaded bb8 v0.8.6
13212026-03-11T00:33:30.574Z Downloaded adler2 v2.0.1
13222026-03-11T00:33:30.574Z Downloaded darling_macro v0.21.3
13232026-03-11T00:33:30.574Z Downloaded curve25519-dalek-derive v0.1.1
13242026-03-11T00:33:30.574Z Downloaded bitfield-macros v0.19.4
13252026-03-11T00:33:30.577Z Downloaded bitfield-struct v0.6.2
13262026-03-11T00:33:30.577Z Downloaded bit-set v0.8.0
13272026-03-11T00:33:30.577Z Downloaded ciborium-ll v0.2.2
13282026-03-11T00:33:30.577Z Downloaded base64 v0.22.1
13292026-03-11T00:33:30.580Z Downloaded cfg_aliases v0.2.1
13302026-03-11T00:33:30.580Z Downloaded crossbeam-channel v0.5.15
13312026-03-11T00:33:30.583Z Downloaded const_format_proc_macros v0.2.34
13322026-03-11T00:33:30.586Z Downloaded chacha20 v0.10.0
13332026-03-11T00:33:30.589Z Downloaded bitfield v0.19.4
13342026-03-11T00:33:30.589Z Downloaded console v0.15.11
13352026-03-11T00:33:31.111Z Downloaded aws-lc-sys v0.37.1
13362026-03-11T00:33:31.431Z Compiling libc v0.2.180
13372026-03-11T00:33:31.431Z Compiling serde v1.0.228
13382026-03-11T00:33:31.435Z Compiling log v0.4.29
13392026-03-11T00:33:31.435Z Compiling find-msvc-tools v0.1.9
13402026-03-11T00:33:31.435Z Compiling shlex v1.3.0
13412026-03-11T00:33:31.600Z Compiling smallvec v1.15.1
13422026-03-11T00:33:31.603Z Compiling syn v2.0.117
13432026-03-11T00:33:31.621Z Compiling typenum v1.19.0
13442026-03-11T00:33:31.870Z Compiling generic-array v0.14.7
13452026-03-11T00:33:31.911Z Compiling subtle v2.6.1
13462026-03-11T00:33:31.949Z Compiling scopeguard v1.2.0
13472026-03-11T00:33:31.991Z Compiling portable-atomic v1.13.1
13482026-03-11T00:33:32.031Z Compiling const-oid v0.9.6
13492026-03-11T00:33:32.082Z Compiling lock_api v0.4.14
13502026-03-11T00:33:32.175Z Compiling critical-section v1.2.0
13512026-03-11T00:33:32.211Z Compiling zerocopy v0.8.40
13522026-03-11T00:33:32.307Z Compiling parking_lot_core v0.9.12
13532026-03-11T00:33:32.383Z Compiling pin-project-lite v0.2.17
13542026-03-11T00:33:32.502Z Compiling serde_json v1.0.149
13552026-03-11T00:33:32.686Z Compiling pkg-config v0.3.32
13562026-03-11T00:33:32.845Z Compiling libm v0.2.16
13572026-03-11T00:33:32.975Z Compiling getrandom v0.2.17
13582026-03-11T00:33:33.027Z Compiling jobserver v0.1.34
13592026-03-11T00:33:33.176Z Compiling rand_core v0.6.4
13602026-03-11T00:33:33.267Z Compiling errno v0.3.14
13612026-03-11T00:33:33.454Z Compiling cc v1.2.56
13622026-03-11T00:33:33.472Z Compiling once_cell v1.21.3
13632026-03-11T00:33:33.499Z Compiling signal-hook-registry v1.4.8
13642026-03-11T00:33:33.537Z Compiling parking_lot v0.12.5
13652026-03-11T00:33:33.540Z Compiling mio v1.1.1
13662026-03-11T00:33:33.673Z Compiling num-traits v0.2.19
13672026-03-11T00:33:33.741Z Compiling bitflags v2.11.0
13682026-03-11T00:33:33.855Z Compiling futures-core v0.3.32
13692026-03-11T00:33:34.057Z Compiling socket2 v0.6.2
13702026-03-11T00:33:34.060Z Compiling percent-encoding v2.3.2
13712026-03-11T00:33:34.124Z Compiling allocator-api2 v0.2.21
13722026-03-11T00:33:34.219Z Compiling futures-sink v0.3.32
13732026-03-11T00:33:34.315Z Compiling cpufeatures v0.2.17
13742026-03-11T00:33:34.352Z Compiling foldhash v0.2.0
13752026-03-11T00:33:34.409Z Compiling futures-channel v0.3.32
13762026-03-11T00:33:34.463Z Compiling slab v0.4.12
13772026-03-11T00:33:34.567Z Compiling hashbrown v0.16.1
13782026-03-11T00:33:34.621Z Compiling futures-task v0.3.32
13792026-03-11T00:33:34.639Z Compiling getrandom v0.4.1
13802026-03-11T00:33:34.688Z Compiling futures-io v0.3.32
13812026-03-11T00:33:34.707Z Compiling rand_core v0.10.0
13822026-03-11T00:33:34.840Z Compiling getrandom v0.3.4
13832026-03-11T00:33:34.887Z Compiling rustversion v1.0.22
13842026-03-11T00:33:34.941Z Compiling cmake v0.1.57
13852026-03-11T00:33:35.408Z Compiling indexmap v2.13.0
13862026-03-11T00:33:35.467Z Compiling form_urlencoded v1.2.2
13872026-03-11T00:33:35.627Z Compiling ident_case v1.0.1
13882026-03-11T00:33:35.674Z Compiling fs_extra v1.3.0
13892026-03-11T00:33:35.693Z Compiling dunce v1.0.5
13902026-03-11T00:33:35.737Z Compiling synstructure v0.13.2
13912026-03-11T00:33:35.808Z Compiling base64ct v1.8.3
13922026-03-11T00:33:36.012Z Compiling aws-lc-sys v0.37.1
13932026-03-11T00:33:36.045Z Compiling flagset v0.4.7
13942026-03-11T00:33:36.239Z Compiling pem-rfc7468 v0.7.0
13952026-03-11T00:33:36.258Z Compiling rand_core v0.9.5
13962026-03-11T00:33:36.277Z Compiling iana-time-zone v0.1.65
13972026-03-11T00:33:36.297Z Compiling rustix v1.1.3
13982026-03-11T00:33:36.321Z Compiling ring v0.17.14
13992026-03-11T00:33:36.536Z Compiling uuid v1.21.0
14002026-03-11T00:33:36.595Z Compiling rustc_version v0.4.1
14012026-03-11T00:33:36.633Z Compiling aws-lc-rs v1.16.0
14022026-03-11T00:33:36.651Z Compiling vcpkg v0.2.15
14032026-03-11T00:33:37.027Z Compiling regex-syntax v0.8.10
14042026-03-11T00:33:37.046Z Compiling tracing-core v0.1.36
14052026-03-11T00:33:37.452Z Compiling crossbeam-utils v0.8.21
14062026-03-11T00:33:37.674Z Compiling openssl-sys v0.9.111
14072026-03-11T00:33:37.802Z Compiling pest_generator v2.8.6
14082026-03-11T00:33:37.858Z Compiling serde_derive_internals v0.29.1
14092026-03-11T00:33:38.408Z Compiling serde_derive v1.0.228
14102026-03-11T00:33:38.443Z Compiling zeroize_derive v1.4.3
14112026-03-11T00:33:38.725Z Compiling zerofrom-derive v0.1.6
14122026-03-11T00:33:38.744Z Compiling yoke-derive v0.8.1
14132026-03-11T00:33:39.085Z Compiling zerocopy-derive v0.8.40
14142026-03-11T00:33:39.307Z Compiling zeroize v1.8.2
14152026-03-11T00:33:40.310Z Compiling crypto-common v0.1.7
14162026-03-11T00:33:40.331Z Compiling block-buffer v0.10.4
14172026-03-11T00:33:40.349Z Compiling zerovec-derive v0.11.2
14182026-03-11T00:33:40.489Z Compiling digest v0.10.7
14192026-03-11T00:33:40.532Z Compiling displaydoc v0.2.5
14202026-03-11T00:33:40.640Z Compiling zerofrom v0.1.6
14212026-03-11T00:33:40.796Z Compiling yoke v0.8.1
14222026-03-11T00:33:40.814Z Compiling tokio-macros v2.6.0
14232026-03-11T00:33:41.034Z Compiling hmac v0.12.1
14242026-03-11T00:33:41.247Z Compiling futures-macro v0.3.32
14252026-03-11T00:33:41.278Z Compiling block-padding v0.3.3
14262026-03-11T00:33:41.484Z Compiling inout v0.1.4
14272026-03-11T00:33:41.562Z Compiling zerotrie v0.2.3
14282026-03-11T00:33:41.696Z Compiling cipher v0.4.4
14292026-03-11T00:33:41.846Z Compiling sha2 v0.10.9
14302026-03-11T00:33:41.876Z Compiling zerovec v0.11.5
14312026-03-11T00:33:41.976Z Compiling der_derive v0.7.3
14322026-03-11T00:33:42.066Z Compiling salsa20 v0.10.2
14332026-03-11T00:33:42.245Z Compiling pbkdf2 v0.12.2
14342026-03-11T00:33:42.364Z Compiling futures-util v0.3.32
14352026-03-11T00:33:42.391Z Compiling thiserror-impl v2.0.18
14362026-03-11T00:33:42.560Z Compiling tinystr v0.8.2
14372026-03-11T00:33:42.579Z Compiling potential_utf v0.1.4
14382026-03-11T00:33:42.778Z Compiling icu_locale_core v2.1.1
14392026-03-11T00:33:42.818Z Compiling icu_collections v2.1.1
14402026-03-11T00:33:43.180Z Compiling bytes v1.11.1
14412026-03-11T00:33:43.265Z Compiling der v0.7.10
14422026-03-11T00:33:43.644Z Compiling icu_provider v2.1.1
14432026-03-11T00:33:44.016Z Compiling tokio v1.49.0
14442026-03-11T00:33:44.035Z Compiling icu_normalizer v2.1.1
14452026-03-11T00:33:44.038Z Compiling icu_properties v2.1.2
14462026-03-11T00:33:44.212Z Compiling http v1.4.0
14472026-03-11T00:33:44.743Z Compiling spki v0.7.3
14482026-03-11T00:33:44.930Z Compiling chrono v0.4.44
14492026-03-11T00:33:44.993Z Compiling thiserror v2.0.18
14502026-03-11T00:33:45.120Z Compiling scrypt v0.11.0
14512026-03-11T00:33:45.434Z Compiling idna_adapter v1.2.1
14522026-03-11T00:33:45.437Z Compiling cbc v0.1.2
14532026-03-11T00:33:45.510Z Compiling aes v0.8.4
14542026-03-11T00:33:45.555Z Compiling ppv-lite86 v0.2.21
14552026-03-11T00:33:45.596Z Compiling idna v1.1.0
14562026-03-11T00:33:45.632Z Compiling rustls-pki-types v1.14.0
14572026-03-11T00:33:45.789Z Compiling tracing-attributes v0.1.31
14582026-03-11T00:33:46.004Z Compiling url v2.5.8
14592026-03-11T00:33:46.286Z Compiling rand_chacha v0.9.0
14602026-03-11T00:33:46.510Z Compiling pkcs5 v0.7.1
14612026-03-11T00:33:46.849Z Compiling rand v0.9.2
14622026-03-11T00:33:46.921Z Compiling http-body v1.0.1
14632026-03-11T00:33:47.113Z Compiling untrusted v0.9.0
14642026-03-11T00:33:47.132Z Compiling base64 v0.22.1
14652026-03-11T00:33:47.157Z Compiling openssl-probe v0.2.1
14662026-03-11T00:33:47.205Z Compiling syn v1.0.109
14672026-03-11T00:33:47.265Z Compiling httparse v1.10.1
14682026-03-11T00:33:47.374Z Compiling schemars v0.8.22
14692026-03-11T00:33:47.543Z Compiling untrusted v0.7.1
14702026-03-11T00:33:47.690Z Compiling pkcs8 v0.10.2
14712026-03-11T00:33:47.698Z Compiling tracing v0.1.44
14722026-03-11T00:33:47.724Z Compiling schemars_derive v0.8.22
14732026-03-11T00:33:47.801Z Compiling pest_derive v2.8.6
14742026-03-11T00:33:47.897Z Compiling scroll_derive v0.13.1
14752026-03-11T00:33:48.084Z Compiling darling_core v0.20.11
14762026-03-11T00:33:48.358Z Compiling atomic-waker v1.1.2
14772026-03-11T00:33:48.504Z Compiling tower-layer v0.3.3
14782026-03-11T00:33:48.681Z Compiling tinyvec_macros v0.1.1
14792026-03-11T00:33:48.706Z Compiling dyn-clone v1.0.20
14802026-03-11T00:33:48.769Z Compiling try-lock v0.2.5
14812026-03-11T00:33:48.880Z Compiling rustls v0.23.37
14822026-03-11T00:33:48.904Z Compiling tower-service v0.3.3
14832026-03-11T00:33:48.963Z Compiling scroll v0.13.0
14842026-03-11T00:33:49.020Z Compiling want v0.3.1
14852026-03-11T00:33:49.109Z Compiling tokio-util v0.7.18
14862026-03-11T00:33:49.221Z Compiling tinyvec v1.10.0
14872026-03-11T00:33:49.709Z Compiling ipnet v2.11.0
14882026-03-11T00:33:50.191Z Compiling h2 v0.4.13
14892026-03-11T00:33:50.383Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14902026-03-11T00:33:50.512Z Compiling spin v0.9.8
14912026-03-11T00:33:50.774Z Compiling aho-corasick v1.1.4
14922026-03-11T00:33:50.900Z Compiling time-core v0.1.8
14932026-03-11T00:33:51.094Z Compiling pin-utils v0.1.0
14942026-03-11T00:33:51.231Z Compiling powerfmt v0.2.0
14952026-03-11T00:33:51.258Z Compiling foreign-types-shared v0.1.1
14962026-03-11T00:33:51.366Z Compiling openssl v0.10.75
14972026-03-11T00:33:51.370Z Compiling darling_macro v0.20.11
14982026-03-11T00:33:51.494Z Compiling crc32fast v1.5.0
14992026-03-11T00:33:51.686Z Compiling httpdate v1.0.3
15002026-03-11T00:33:51.868Z Compiling num-conv v0.2.0
15012026-03-11T00:33:51.956Z Compiling regex-automata v0.4.14
15022026-03-11T00:33:51.979Z Compiling tempfile v3.25.0
15032026-03-11T00:33:52.010Z Compiling darling v0.20.11
15042026-03-11T00:33:52.044Z Compiling time-macros v0.2.27
15052026-03-11T00:33:52.195Z Compiling deranged v0.5.8
15062026-03-11T00:33:52.470Z Compiling foreign-types v0.3.2
15072026-03-11T00:33:53.192Z Compiling goblin v0.10.5
15082026-03-11T00:33:53.616Z Compiling thiserror-impl v1.0.69
15092026-03-11T00:33:54.338Z Compiling hyper v1.8.1
15102026-03-11T00:33:55.324Z Compiling openssl-macros v0.1.1
15112026-03-11T00:33:55.348Z Compiling wait-timeout v0.2.1
15122026-03-11T00:33:55.475Z Compiling num_threads v0.1.7
15132026-03-11T00:33:55.593Z Compiling quick-error v1.2.3
15142026-03-11T00:33:55.676Z Compiling either v1.15.0
15152026-03-11T00:33:55.721Z Compiling native-tls v0.2.18
15162026-03-11T00:33:55.835Z Compiling bit-vec v0.8.0
15172026-03-11T00:33:55.949Z Compiling simd-adler32 v0.3.8
15182026-03-11T00:33:55.992Z Compiling usdt-impl v0.6.0
15192026-03-11T00:33:56.130Z Compiling siphasher v1.0.2
15202026-03-11T00:33:56.313Z Compiling bit-set v0.8.0
15212026-03-11T00:33:56.410Z Compiling rusty-fork v0.3.1
15222026-03-11T00:33:56.429Z Compiling hyper-util v0.1.20
15232026-03-11T00:33:56.521Z Compiling time v0.3.47
15242026-03-11T00:33:56.832Z Compiling thiserror v1.0.69
15252026-03-11T00:33:57.199Z Compiling derive_builder_core v0.20.2
15262026-03-11T00:33:57.742Z Compiling dof v0.4.0
15272026-03-11T00:33:58.376Z Compiling unicode-normalization v0.1.25
15282026-03-11T00:33:58.739Z Compiling crossbeam-epoch v0.9.18
15292026-03-11T00:33:58.759Z Compiling dtrace-parser v0.3.0
15302026-03-11T00:33:58.992Z Compiling rustls-native-certs v0.8.3
15312026-03-11T00:33:59.157Z Compiling signature v2.2.0
15322026-03-11T00:33:59.373Z Compiling scroll_derive v0.12.1
15332026-03-11T00:33:59.373Z Compiling heapless v0.7.17
15342026-03-11T00:33:59.483Z Compiling rand_xorshift v0.4.0
15352026-03-11T00:33:59.502Z Compiling slog v2.8.2
15362026-03-11T00:33:59.681Z Compiling darling_core v0.21.3
15372026-03-11T00:33:59.700Z Compiling bzip2-sys v0.1.13+1.0.8
15382026-03-11T00:33:59.744Z Compiling sync_wrapper v1.0.2
15392026-03-11T00:33:59.783Z Compiling thread-id v5.1.0
15402026-03-11T00:33:59.872Z Compiling cookie v0.18.1
15412026-03-11T00:33:59.892Z Compiling anyhow v1.0.102
15422026-03-11T00:34:00.069Z Compiling signal-hook v0.3.18
15432026-03-11T00:34:00.118Z Compiling adler2 v2.0.1
15442026-03-11T00:34:00.263Z Compiling unicode-bidi v0.3.18
15452026-03-11T00:34:00.284Z Compiling zstd-safe v7.2.4
15462026-03-11T00:34:00.302Z Compiling paste v1.0.15
15472026-03-11T00:34:00.320Z Compiling unarray v0.1.4
15482026-03-11T00:34:00.451Z Compiling unicode-segmentation v1.12.0
15492026-03-11T00:34:00.542Z Compiling unicode-properties v0.1.4
15502026-03-11T00:34:00.561Z Compiling rayon-core v1.13.0
15512026-03-11T00:34:00.713Z Compiling proptest v1.10.0
15522026-03-11T00:34:00.820Z Compiling stringprep v0.1.5
15532026-03-11T00:34:00.921Z Compiling scroll v0.12.0
15542026-03-11T00:34:00.951Z Compiling miniz_oxide v0.8.9
15552026-03-11T00:34:01.312Z Compiling tower v0.5.3
15562026-03-11T00:34:01.802Z Compiling crossbeam-deque v0.8.6
15572026-03-11T00:34:01.821Z Compiling derive_builder_macro v0.20.2
15582026-03-11T00:34:01.934Z Compiling ipnetwork v0.21.1
15592026-03-11T00:34:01.934Z Compiling http-body-util v0.1.3
15602026-03-11T00:34:01.971Z Compiling webpki-roots v1.0.6
15612026-03-11T00:34:02.044Z Compiling rand_chacha v0.3.1
15622026-03-11T00:34:02.121Z Compiling serde_tokenstream v0.2.3
15632026-03-11T00:34:02.250Z Compiling toml_datetime v0.6.11
15642026-03-11T00:34:02.422Z Compiling erased-serde v0.3.31
15652026-03-11T00:34:02.465Z Compiling serde_spanned v0.6.9
15662026-03-11T00:34:02.518Z Compiling md-5 v0.10.6
15672026-03-11T00:34:02.595Z Compiling zerocopy-derive v0.7.35
15682026-03-11T00:34:02.648Z Compiling curve25519-dalek v4.1.3
15692026-03-11T00:34:02.726Z Compiling vergen-lib v0.1.6
15702026-03-11T00:34:02.975Z Compiling num-integer v0.1.46
15712026-03-11T00:34:03.112Z Compiling hash32 v0.2.1
15722026-03-11T00:34:03.115Z Compiling ff v0.13.1
15732026-03-11T00:34:03.171Z Compiling fallible-iterator v0.2.0
15742026-03-11T00:34:03.287Z Compiling iri-string v0.7.10
15752026-03-11T00:34:03.325Z Compiling darling_macro v0.21.3
15762026-03-11T00:34:03.375Z Compiling ref-cast v1.0.25
15772026-03-11T00:34:03.406Z Compiling zlib-rs v0.6.2
15782026-03-11T00:34:03.583Z Compiling smoltcp v0.9.1
15792026-03-11T00:34:03.772Z Compiling rustix v0.38.44
15802026-03-11T00:34:03.790Z Compiling ryu v1.0.23
15812026-03-11T00:34:03.947Z Compiling num-bigint-dig v0.8.6
15822026-03-11T00:34:04.016Z Compiling litrs v1.0.0
15832026-03-11T00:34:04.019Z Compiling psl-types v2.0.11
15842026-03-11T00:34:04.193Z Compiling base16ct v0.2.0
15852026-03-11T00:34:04.235Z Compiling publicsuffix v2.3.0
15862026-03-11T00:34:04.364Z Compiling sec1 v0.7.3
15872026-03-11T00:34:04.413Z Compiling newtype-uuid v1.3.2
15882026-03-11T00:34:04.469Z Compiling darling v0.21.3
15892026-03-11T00:34:04.574Z Compiling serde_urlencoded v0.7.1
15902026-03-11T00:34:04.706Z Compiling document-features v0.2.12
15912026-03-11T00:34:04.784Z Compiling zerocopy v0.7.35
15922026-03-11T00:34:04.837Z Compiling postgres-protocol v0.6.10
15932026-03-11T00:34:05.448Z Compiling tower-http v0.6.8
15942026-03-11T00:34:05.504Z Compiling num-iter v0.1.45
15952026-03-11T00:34:05.522Z Compiling group v0.13.0
15962026-03-11T00:34:05.657Z Compiling derive_builder v0.20.2
15972026-03-11T00:34:05.678Z Compiling rand v0.8.5
15982026-03-11T00:34:05.743Z Compiling oxnet v0.1.4
15992026-03-11T00:34:05.977Z Compiling proc-macro-error v1.0.4
16002026-03-11T00:34:06.206Z Compiling tokio-native-tls v0.3.1
16012026-03-11T00:34:06.302Z Compiling goblin v0.8.2
16022026-03-11T00:34:06.866Z Compiling heck v0.4.1
16032026-03-11T00:34:07.120Z Compiling phf_shared v0.13.1
16042026-03-11T00:34:07.156Z Compiling hubpack_derive v0.1.1
16052026-03-11T00:34:07.159Z Compiling regex v1.12.3
16062026-03-11T00:34:07.467Z Compiling flate2 v1.1.9
16072026-03-11T00:34:07.749Z Compiling lazy_static v1.5.0
16082026-03-11T00:34:07.768Z Compiling cargo-platform v0.1.9
16092026-03-11T00:34:07.799Z Compiling hkdf v0.12.4
16102026-03-11T00:34:07.866Z Compiling crypto-bigint v0.5.5
16112026-03-11T00:34:07.886Z Compiling ref-cast-impl v1.0.25
16122026-03-11T00:34:07.997Z Compiling curve25519-dalek-derive v0.1.1
16132026-03-11T00:34:08.027Z Compiling strum_macros v0.27.2
16142026-03-11T00:34:08.095Z Compiling daft-derive v0.1.5
16152026-03-11T00:34:08.607Z Compiling async-trait v0.1.89
16162026-03-11T00:34:08.869Z Compiling terminal_size v0.4.3
16172026-03-11T00:34:09.037Z Compiling vergen v9.0.6
16182026-03-11T00:34:09.074Z Compiling fs-err v3.3.0
16192026-03-11T00:34:09.284Z Compiling ahash v0.8.12
16202026-03-11T00:34:09.328Z Compiling foldhash v0.1.5
16212026-03-11T00:34:09.549Z Compiling bitflags v1.3.2
16222026-03-11T00:34:09.567Z Compiling bumpalo v3.20.2
16232026-03-11T00:34:09.646Z Compiling object v0.37.3
16242026-03-11T00:34:09.898Z Compiling managed v0.8.0
16252026-03-11T00:34:10.006Z Compiling winnow v0.5.40
16262026-03-11T00:34:10.089Z Compiling libbz2-rs-sys v0.2.2
16272026-03-11T00:34:10.752Z Compiling strum v0.27.2
16282026-03-11T00:34:10.908Z Compiling bzip2 v0.6.1
16292026-03-11T00:34:11.002Z Compiling console v0.16.2
16302026-03-11T00:34:11.196Z Compiling zopfli v0.8.3
16312026-03-11T00:34:11.280Z Compiling elliptic-curve v0.13.8
16322026-03-11T00:34:11.342Z Compiling hashbrown v0.15.5
16332026-03-11T00:34:11.372Z Compiling dof v0.3.0
16342026-03-11T00:34:11.774Z Compiling toml_edit v0.19.15
16352026-03-11T00:34:11.826Z Compiling clap_builder v4.5.60
16362026-03-11T00:34:12.112Z Compiling daft v0.1.5
16372026-03-11T00:34:12.273Z Compiling cargo_metadata v0.19.2
16382026-03-11T00:34:12.472Z Compiling hubpack v0.1.2
16392026-03-11T00:34:12.754Z Compiling phf v0.13.1
16402026-03-11T00:34:12.962Z Compiling zone_cfg_derive v0.3.1
16412026-03-11T00:34:13.802Z Compiling zstd v0.13.3
16422026-03-11T00:34:14.138Z Compiling signal-hook-mio v0.2.5
16432026-03-11T00:34:14.156Z Compiling cookie_store v0.22.1
16442026-03-11T00:34:14.772Z Compiling hyper-tls v0.6.0
16452026-03-11T00:34:15.050Z Compiling rayon v1.11.0
16462026-03-11T00:34:15.069Z Compiling bzip2 v0.4.4
16472026-03-11T00:34:15.345Z Compiling postgres-types v0.2.12
16482026-03-11T00:34:15.546Z Compiling serde_with_macros v3.17.0
16492026-03-11T00:34:16.109Z Compiling usdt-attr-macro v0.6.0
16502026-03-11T00:34:16.174Z Compiling usdt-macro v0.6.0
16512026-03-11T00:34:16.319Z Compiling ed25519 v2.2.3
16522026-03-11T00:34:17.151Z Compiling dtrace-parser v0.2.0
16532026-03-11T00:34:17.175Z Compiling phf_shared v0.11.3
16542026-03-11T00:34:17.212Z Compiling itertools v0.12.1
16552026-03-11T00:34:17.313Z Compiling bstr v1.12.1
16562026-03-11T00:34:17.424Z Compiling pkcs1 v0.7.5
16572026-03-11T00:34:17.536Z Compiling hex v0.4.3
16582026-03-11T00:34:17.568Z Compiling serde-big-array v0.5.1
16592026-03-11T00:34:17.746Z Compiling rfc6979 v0.4.0
16602026-03-11T00:34:17.904Z Compiling enum-as-inner v0.6.1
16612026-03-11T00:34:17.904Z Compiling clap_derive v4.5.55
16622026-03-11T00:34:17.963Z Compiling strum_macros v0.26.4
16632026-03-11T00:34:18.201Z Compiling serde_repr v0.1.20
16642026-03-11T00:34:18.219Z Compiling float-cmp v0.10.0
16652026-03-11T00:34:18.406Z Compiling memmap2 v0.9.10
16662026-03-11T00:34:18.572Z Compiling thread-id v4.2.2
16672026-03-11T00:34:18.679Z Compiling env_filter v1.0.0
16682026-03-11T00:34:18.697Z Compiling encoding_rs v0.8.35
16692026-03-11T00:34:18.878Z Compiling mime v0.3.17
16702026-03-11T00:34:18.918Z Compiling normalize-line-endings v0.3.0
16712026-03-11T00:34:19.040Z Compiling whoami v2.1.0
16722026-03-11T00:34:19.082Z Compiling fixedbitset v0.5.7
16732026-03-11T00:34:19.222Z Compiling new_debug_unreachable v1.0.6
16742026-03-11T00:34:19.316Z Compiling rustc-hash v2.1.1
16752026-03-11T00:34:19.477Z Compiling static_assertions v1.1.0
16762026-03-11T00:34:19.495Z Compiling precomputed-hash v0.1.1
16772026-03-11T00:34:19.550Z Compiling keccak v0.1.6
16782026-03-11T00:34:19.571Z Compiling difflib v0.4.0
16792026-03-11T00:34:19.606Z Compiling fixedbitset v0.4.2
16802026-03-11T00:34:19.716Z Compiling data-encoding v2.10.0
16812026-03-11T00:34:19.901Z Compiling jiff v0.2.21
16822026-03-11T00:34:20.335Z Compiling predicates-core v1.0.10
16832026-03-11T00:34:20.377Z Compiling unit-prefix v0.5.2
16842026-03-11T00:34:20.432Z Compiling strum v0.26.3
16852026-03-11T00:34:20.554Z Compiling indicatif v0.18.4
16862026-03-11T00:34:20.558Z Compiling predicates v3.1.4
16872026-03-11T00:34:20.589Z Compiling toml_edit v0.22.27
16882026-03-11T00:34:20.657Z Compiling clap v4.5.60
16892026-03-11T00:34:20.684Z Compiling hickory-proto v0.25.2
16902026-03-11T00:34:20.755Z Compiling petgraph v0.6.5
16912026-03-11T00:34:20.775Z Compiling sha3 v0.10.8
16922026-03-11T00:34:21.426Z Compiling string_cache v0.8.9
16932026-03-11T00:34:21.457Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-03-11T00:34:21.732Z Compiling iddqd v0.3.17
16952026-03-11T00:34:21.777Z Compiling petgraph v0.8.3
16962026-03-11T00:34:22.896Z Compiling tokio-postgres v0.7.16
16972026-03-11T00:34:23.281Z Compiling env_logger v0.11.9
16982026-03-11T00:34:23.746Z Compiling zip v4.6.1
16992026-03-11T00:34:24.471Z Compiling zone v0.3.1
17002026-03-11T00:34:24.501Z Compiling usdt-impl v0.5.0
17012026-03-11T00:34:25.025Z Compiling usdt v0.6.0
17022026-03-11T00:34:25.263Z Compiling similar v2.7.0
17032026-03-11T00:34:25.282Z Compiling ecdsa v0.16.9
17042026-03-11T00:34:25.353Z Compiling serde_with v3.17.0
17052026-03-11T00:34:25.373Z Compiling rsa v0.9.10
17062026-03-11T00:34:25.794Z Compiling crossterm v0.28.1
17072026-03-11T00:34:25.864Z Compiling ed25519-dalek v2.2.0
17082026-03-11T00:34:25.883Z Compiling zip v0.6.6
17092026-03-11T00:34:26.699Z Compiling toml v0.7.8
17102026-03-11T00:34:27.355Z Compiling toml_parser v1.0.9+spec-1.1.0
17112026-03-11T00:34:27.373Z Compiling itertools v0.13.0
17122026-03-11T00:34:27.565Z Compiling tokio-stream v0.1.18
17132026-03-11T00:34:27.616Z Compiling buf-list v1.1.2
17142026-03-11T00:34:27.823Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17152026-03-11T00:34:27.992Z Compiling x509-cert v0.2.5
17162026-03-11T00:34:28.190Z Compiling openapiv3 v2.2.0
17172026-03-11T00:34:28.235Z Compiling sha1 v0.10.6
17182026-03-11T00:34:28.254Z Compiling toml_datetime v0.7.5+spec-1.1.0
17192026-03-11T00:34:28.515Z Compiling lalrpop-util v0.19.12
17202026-03-11T00:34:28.639Z Compiling peg-runtime v0.8.5
17212026-03-11T00:34:28.759Z Compiling thread_local v1.1.9
17222026-03-11T00:34:29.015Z Compiling slog-async v2.8.0
17232026-03-11T00:34:29.084Z Compiling crossbeam-channel v0.5.15
17242026-03-11T00:34:29.103Z Compiling futures-executor v0.3.32
17252026-03-11T00:34:29.425Z Compiling filetime v0.2.27
17262026-03-11T00:34:29.443Z Compiling is-terminal v0.4.17
17272026-03-11T00:34:29.561Z Compiling term v1.2.1
17282026-03-11T00:34:29.644Z Compiling xattr v1.6.1
17292026-03-11T00:34:29.697Z Compiling take_mut v0.2.2
17302026-03-11T00:34:29.761Z Compiling futures v0.3.32
17312026-03-11T00:34:29.852Z Compiling tar v0.4.44
17322026-03-11T00:34:30.281Z Compiling slog-term v2.9.2
17332026-03-11T00:34:37.126Z Compiling rustls-webpki v0.103.9
17342026-03-11T00:34:41.173Z Compiling tokio-rustls v0.26.4
17352026-03-11T00:34:41.173Z Compiling rustls-platform-verifier v0.6.2
17362026-03-11T00:34:41.432Z Compiling hyper-rustls v0.27.7
17372026-03-11T00:34:41.689Z Compiling reqwest v0.12.28
17382026-03-11T00:34:41.713Z Compiling reqwest v0.13.2
17392026-03-11T00:34:44.573Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17402026-03-11T00:34:44.867Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17412026-03-11T00:34:48.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17422026-03-11T00:34:48.881Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17432026-03-11T00:34:48.942ZMar 11 00:34:48.107 INFO Starting download, target: Cockroach
17442026-03-11T00:34:48.943ZMar 11 00:34:48.108 INFO Starting download, target: Console
17452026-03-11T00:34:48.943ZMar 11 00:34:48.108 INFO Starting download, target: Clickhouse
17462026-03-11T00:34:48.949ZMar 11 00:34:48.108 INFO Starting download, target: TransceiverControl
17472026-03-11T00:34:48.949ZMar 11 00:34:48.108 INFO Starting download, target: MaghemiteMgd
17482026-03-11T00:34:48.949ZMar 11 00:34:48.108 INFO Starting download, target: DendriteStub
17492026-03-11T00:34:48.949ZMar 11 00:34:48.108 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17502026-03-11T00:34:48.949ZMar 11 00:34:48.108 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17512026-03-11T00:34:48.949ZMar 11 00:34:48.108 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17522026-03-11T00:34:48.949ZMar 11 00:34:48.108 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17532026-03-11T00:34:48.949ZMar 11 00:34:48.108 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17542026-03-11T00:34:48.949ZMar 11 00:34:48.108 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17552026-03-11T00:34:49.444ZMar 11 00:34:48.598 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17562026-03-11T00:34:49.771ZMar 11 00:34:48.927 INFO Download complete, target: TransceiverControl
17572026-03-11T00:34:49.954ZMar 11 00:34:49.117 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17582026-03-11T00:34:50.184ZMar 11 00:34:49.349 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17592026-03-11T00:34:50.318ZMar 11 00:34:49.482 INFO Download complete, target: Console
17602026-03-11T00:34:50.713ZMar 11 00:34:49.877 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17612026-03-11T00:34:51.019ZMar 11 00:34:50.185 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17622026-03-11T00:34:51.095ZMar 11 00:34:50.261 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17632026-03-11T00:34:51.095ZMar 11 00:34:50.261 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17642026-03-11T00:34:53.763ZMar 11 00:34:52.929 INFO Download complete, target: DendriteStub
17652026-03-11T00:34:54.125ZMar 11 00:34:53.290 INFO Download complete, target: MaghemiteMgd
17662026-03-11T00:34:58.737ZMar 11 00:34:57.901 INFO Checking that binary works, target: Cockroach
17672026-03-11T00:34:58.851ZMar 11 00:34:58.016 INFO Download complete, target: Cockroach
17682026-03-11T00:35:02.027ZMar 11 00:35:01.191 INFO Checking that binary works, target: Clickhouse
17692026-03-11T00:35:02.137ZMar 11 00:35:01.302 INFO Download complete, target: Clickhouse
17702026-03-11T00:35:02.155ZAll builder prerequisites installed successfully, and PATH looks valid
17712026-03-11T00:35:02.158Z
17722026-03-11T00:35:02.158Zreal 4:05.679211142
17732026-03-11T00:35:02.158Zuser 10:24.789462163
17742026-03-11T00:35:02.158Zsys 1:49.169598739
17752026-03-11T00:35:02.158Ztrap 0.322795826
17762026-03-11T00:35:02.158Ztflt 0.717620451
17772026-03-11T00:35:02.158Zdflt 0.686369129
17782026-03-11T00:35:02.158Zkflt 0.020233000
17792026-03-11T00:35:02.158Zlock 22:18.912677964
17802026-03-11T00:35:02.158Zslp 38:17.833864830
17812026-03-11T00:35:02.158Zlat 55.547366673
17822026-03-11T00:35:02.158Zstop 2:34.161667490
17832026-03-11T00:35:02.159Z+ banner clippy
17842026-03-11T00:35:02.159Z
17852026-03-11T00:35:02.159Z #### # # ##### ##### # #
17862026-03-11T00:35:02.159Z # # # # # # # # # #
17872026-03-11T00:35:02.159Z # # # # # # # #
17882026-03-11T00:35:02.159Z # # # ##### ##### #
17892026-03-11T00:35:02.159Z # # # # # # #
17902026-03-11T00:35:02.159Z #### ###### # # # #
17912026-03-11T00:35:02.159Z
17922026-03-11T00:35:02.159Z+ export CARGO_INCREMENTAL=0
17932026-03-11T00:35:02.159Z+ CARGO_INCREMENTAL=0
17942026-03-11T00:35:02.159Z+ ptime -m cargo xtask clippy
17952026-03-11T00:35:02.884Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17962026-03-11T00:35:03.160Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17972026-03-11T00:35:05.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
17982026-03-11T00:35:05.842Z Running `target/debug/xtask clippy`
17992026-03-11T00:35:05.869Zrunning: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18002026-03-11T00:35:06.691Z Downloading crates ...
18012026-03-11T00:35:06.958Z Downloaded addr2line v0.25.1
18022026-03-11T00:35:06.961Z Downloaded event-listener v5.4.1
18032026-03-11T00:35:06.965Z Downloaded assert-json-diff v2.0.2
18042026-03-11T00:35:06.965Z Downloaded approx v0.5.1
18052026-03-11T00:35:06.968Z Downloaded assert_cmd v2.1.2
18062026-03-11T00:35:06.984Z Downloaded textwrap v0.15.2
18072026-03-11T00:35:06.987Z Downloaded anes v0.1.6
18082026-03-11T00:35:06.990Z Downloaded cargo-platform v0.3.2
18092026-03-11T00:35:06.993Z Downloaded escape8259 v0.5.3
18102026-03-11T00:35:07.001Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18112026-03-11T00:35:07.004Z Downloaded rustc-demangle v0.1.27
18122026-03-11T00:35:07.004Z Downloaded path-tree v0.8.3
18132026-03-11T00:35:07.004Z Downloaded async-object-pool v0.2.0
18142026-03-11T00:35:07.009Z Downloaded guppy-workspace-hack v0.1.0
18152026-03-11T00:35:07.012Z Downloaded linkme v0.3.35
18162026-03-11T00:35:07.012Z Downloaded criterion v0.7.0
18172026-03-11T00:35:07.017Z Downloaded chumsky v0.9.3
18182026-03-11T00:35:07.020Z Downloaded target-lexicon v0.13.3
18192026-03-11T00:35:07.023Z Downloaded stringmetrics v2.2.2
18202026-03-11T00:35:07.023Z Downloaded partial-io v0.5.4
18212026-03-11T00:35:07.026Z Downloaded futures-timer v3.0.3
18222026-03-11T00:35:07.029Z Downloaded supports-hyperlinks v2.1.0
18232026-03-11T00:35:07.029Z Downloaded pathdiff v0.2.3
18242026-03-11T00:35:07.029Z Downloaded parking v2.2.1
18252026-03-11T00:35:07.032Z Downloaded backtrace-ext v0.2.1
18262026-03-11T00:35:07.035Z Downloaded plotters-backend v0.3.7
18272026-03-11T00:35:07.041Z Downloaded termcolor v1.4.1
18282026-03-11T00:35:07.044Z Downloaded constant_time_eq v0.3.1
18292026-03-11T00:35:07.044Z Downloaded terminal_size v0.1.17
18302026-03-11T00:35:07.047Z Downloaded linkme-impl v0.3.35
18312026-03-11T00:35:07.047Z Downloaded supports-color v2.1.0
18322026-03-11T00:35:07.047Z Downloaded rstest_macros v0.25.0
18332026-03-11T00:35:07.051Z Downloaded target-spec v3.5.7
18342026-03-11T00:35:07.055Z Downloaded cast v0.3.0
18352026-03-11T00:35:07.057Z Downloaded nested v0.1.1
18362026-03-11T00:35:07.060Z Downloaded event-listener-strategy v0.5.4
18372026-03-11T00:35:07.063Z Downloaded target-triple v1.0.0
18382026-03-11T00:35:07.066Z Downloaded serde_regex v1.1.0
18392026-03-11T00:35:07.066Z Downloaded plotters-svg v0.3.7
18402026-03-11T00:35:07.066Z Downloaded miette-derive v5.10.0
18412026-03-11T00:35:07.066Z Downloaded datatest-stable v0.3.3
18422026-03-11T00:35:07.069Z Downloaded relative-path v1.9.3
18432026-03-11T00:35:07.072Z Downloaded blake2b_simd v1.0.4
18442026-03-11T00:35:07.079Z Downloaded supports-unicode v2.1.0
18452026-03-11T00:35:07.085Z Downloaded libtest-mimic v0.8.1
18462026-03-11T00:35:07.088Z Downloaded knuffel-derive v3.2.0
18472026-03-11T00:35:07.091Z Downloaded rstest v0.25.0
18482026-03-11T00:35:07.094Z Downloaded async-lock v3.4.2
18492026-03-11T00:35:07.102Z Downloaded cargo_metadata v0.23.1
18502026-03-11T00:35:07.104Z Downloaded rust-argon2 v2.1.0
18512026-03-11T00:35:07.107Z Downloaded oorandom v11.1.5
18522026-03-11T00:35:07.107Z Downloaded concurrent-queue v2.5.0
18532026-03-11T00:35:07.107Z Downloaded cfg-expr v0.20.6
18542026-03-11T00:35:07.110Z Downloaded similar-asserts v1.7.0
18552026-03-11T00:35:07.120Z Downloaded tinytemplate v1.2.1
18562026-03-11T00:35:07.123Z Downloaded criterion-plot v0.6.0
18572026-03-11T00:35:07.125Z Downloaded miette v5.10.0
18582026-03-11T00:35:07.128Z Downloaded trybuild v1.0.116
18592026-03-11T00:35:07.131Z Downloaded owo-colors v3.5.0
18602026-03-11T00:35:07.136Z Downloaded httptest v0.16.4
18612026-03-11T00:35:07.139Z Downloaded toml v1.0.3+spec-1.1.0
18622026-03-11T00:35:07.147Z Downloaded plotters v0.3.7
18632026-03-11T00:35:07.154Z Downloaded rand_distr v0.5.1
18642026-03-11T00:35:07.157Z Downloaded hashbrown v0.14.5
18652026-03-11T00:35:07.160Z Downloaded knuffel v3.2.0
18662026-03-11T00:35:07.163Z Downloaded fancy-regex v0.14.0
18672026-03-11T00:35:07.165Z Downloaded backtrace v0.3.76
18682026-03-11T00:35:07.172Z Downloaded guppy v0.17.25
18692026-03-11T00:35:07.191Z Downloaded gimli v0.32.3
18702026-03-11T00:35:07.314Z Downloaded httpmock v0.8.3
18712026-03-11T00:35:09.306Z Checking cfg-if v1.0.4
18722026-03-11T00:35:09.679Z Checking libc v0.2.180
18732026-03-11T00:35:09.682Z Checking serde_core v1.0.228
18742026-03-11T00:35:09.765Z Checking memchr v2.8.0
18752026-03-11T00:35:09.808Z Checking smallvec v1.15.1
18762026-03-11T00:35:09.854Z Checking itoa v1.0.17
18772026-03-11T00:35:09.854Z Checking log v0.4.29
18782026-03-11T00:35:09.947Z Checking zeroize v1.8.2
18792026-03-11T00:35:10.006Z Checking libm v0.2.16
18802026-03-11T00:35:10.090Z Checking scopeguard v1.2.0
18812026-03-11T00:35:10.137Z Checking stable_deref_trait v1.2.1
18822026-03-11T00:35:10.185Z Checking zmij v1.0.21
18832026-03-11T00:35:10.234Z Checking zerofrom v0.1.6
18842026-03-11T00:35:10.279Z Checking lock_api v0.4.14
18852026-03-11T00:35:10.327Z Checking percent-encoding v2.3.2
18862026-03-11T00:35:10.373Z Checking writeable v0.6.2
18872026-03-11T00:35:10.422Z Checking yoke v0.8.1
18882026-03-11T00:35:10.463Z Checking errno v0.3.14
18892026-03-11T00:35:10.507Z Checking getrandom v0.2.17
18902026-03-11T00:35:10.552Z Checking litemap v0.8.1
18912026-03-11T00:35:10.596Z Checking subtle v2.6.1
18922026-03-11T00:35:10.641Z Checking icu_properties_data v2.1.2
18932026-03-11T00:35:10.644Z Checking icu_normalizer_data v2.1.1
18942026-03-11T00:35:10.727Z Checking zerovec v0.11.5
18952026-03-11T00:35:10.730Z Checking zerotrie v0.2.3
18962026-03-11T00:35:10.815Z Checking rand_core v0.6.4
18972026-03-11T00:35:10.818Z Checking form_urlencoded v1.2.2
18982026-03-11T00:35:10.905Z Checking portable-atomic v1.13.1
18992026-03-11T00:35:10.908Z Checking pin-project-lite v0.2.17
19002026-03-11T00:35:11.047Z Checking utf8_iter v1.0.4
19012026-03-11T00:35:11.094Z Checking num-traits v0.2.19
19022026-03-11T00:35:11.094Z Checking critical-section v1.2.0
19032026-03-11T00:35:11.180Z Checking zerocopy v0.8.40
19042026-03-11T00:35:11.224Z Checking parking_lot_core v0.9.12
19052026-03-11T00:35:11.268Z Checking rand_core v0.10.0
19062026-03-11T00:35:11.315Z Checking signal-hook-registry v1.4.8
19072026-03-11T00:35:11.360Z Checking tinystr v0.8.2
19082026-03-11T00:35:11.483Z Checking potential_utf v0.1.4
19092026-03-11T00:35:11.528Z Checking parking_lot v0.12.5
19102026-03-11T00:35:11.531Z Checking once_cell v1.21.3
19112026-03-11T00:35:11.613Z Checking getrandom v0.4.1
19122026-03-11T00:35:11.657Z Checking icu_locale_core v2.1.1
19132026-03-11T00:35:11.700Z Checking icu_collections v2.1.1
19142026-03-11T00:35:11.802Z Checking mio v1.1.1
19152026-03-11T00:35:11.852Z Checking typenum v1.19.0
19162026-03-11T00:35:11.900Z Checking serde v1.0.228
19172026-03-11T00:35:11.900Z Checking bitflags v2.11.0
19182026-03-11T00:35:11.985Z Checking serde_json v1.0.149
19192026-03-11T00:35:12.152Z Checking socket2 v0.6.2
19202026-03-11T00:35:12.208Z Checking iana-time-zone v0.1.65
19212026-03-11T00:35:12.256Z Checking thiserror v2.0.18
19222026-03-11T00:35:12.381Z Checking allocator-api2 v0.2.21
19232026-03-11T00:35:12.428Z Checking uuid v1.21.0
19242026-03-11T00:35:12.471Z Checking icu_provider v2.1.1
19252026-03-11T00:35:12.517Z Checking bytes v1.11.1
19262026-03-11T00:35:12.521Z Checking chrono v0.4.44
19272026-03-11T00:35:12.604Z Checking generic-array v0.14.7
19282026-03-11T00:35:12.795Z Checking semver v1.0.27
19292026-03-11T00:35:12.840Z Checking icu_properties v2.1.2
19302026-03-11T00:35:12.885Z Checking icu_normalizer v2.1.1
19312026-03-11T00:35:12.968Z Checking futures-core v0.3.32
19322026-03-11T00:35:13.108Z Checking equivalent v1.0.2
19332026-03-11T00:35:13.165Z Checking tokio v1.49.0
19342026-03-11T00:35:13.219Z Checking dyn-clone v1.0.20
19352026-03-11T00:35:13.266Z Checking const-oid v0.9.6
19362026-03-11T00:35:13.311Z Checking crypto-common v0.1.7
19372026-03-11T00:35:13.358Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19382026-03-11T00:35:13.403Z Checking foldhash v0.2.0
19392026-03-11T00:35:13.500Z Checking block-buffer v0.10.4
19402026-03-11T00:35:13.638Z Checking hashbrown v0.16.1
19412026-03-11T00:35:13.732Z Checking futures-sink v0.3.32
19422026-03-11T00:35:13.779Z Checking rustix v1.1.3
19432026-03-11T00:35:13.824Z Checking byteorder v1.5.0
19442026-03-11T00:35:13.891Z Checking futures-channel v0.3.32
19452026-03-11T00:35:14.028Z Checking idna_adapter v1.2.1
19462026-03-11T00:35:14.117Z Checking slab v0.4.12
19472026-03-11T00:35:14.176Z Checking futures-task v0.3.32
19482026-03-11T00:35:14.222Z Checking idna v1.1.0
19492026-03-11T00:35:14.312Z Checking digest v0.10.7
19502026-03-11T00:35:14.358Z Checking futures-io v0.3.32
19512026-03-11T00:35:14.361Z Checking cpufeatures v0.2.17
19522026-03-11T00:35:14.442Z Checking indexmap v2.13.0
19532026-03-11T00:35:14.519Z Checking thiserror v1.0.69
19542026-03-11T00:35:14.564Z Checking futures-util v0.3.32
19552026-03-11T00:35:14.568Z Checking url v2.5.8
19562026-03-11T00:35:14.650Z Checking getrandom v0.3.4
19572026-03-11T00:35:14.694Z Checking fnv v1.0.7
19582026-03-11T00:35:14.850Z Checking regex-syntax v0.8.10
19592026-03-11T00:35:14.893Z Checking http v1.4.0
19602026-03-11T00:35:15.010Z Checking tracing-core v0.1.36
19612026-03-11T00:35:15.221Z Checking schemars v0.8.22
19622026-03-11T00:35:15.276Z Checking base64 v0.22.1
19632026-03-11T00:35:15.480Z Checking tracing v0.1.44
19642026-03-11T00:35:15.546Z Checking ppv-lite86 v0.2.21
19652026-03-11T00:35:15.630Z Checking unicode-ident v1.0.24
19662026-03-11T00:35:15.740Z Checking ipnet v2.11.0
19672026-03-11T00:35:15.782Z Checking utf8parse v0.2.2
19682026-03-11T00:35:15.822Z Checking anstyle v1.0.13
19692026-03-11T00:35:15.946Z Checking proc-macro2 v1.0.106
19702026-03-11T00:35:16.009Z Checking untrusted v0.9.0
19712026-03-11T00:35:16.092Z Checking anstyle-parse v0.2.7
19722026-03-11T00:35:16.138Z Checking aho-corasick v1.1.4
19732026-03-11T00:35:16.183Z Checking ring v0.17.14
19742026-03-11T00:35:16.223Z Checking colorchoice v1.0.4
19752026-03-11T00:35:16.325Z Checking base64ct v1.8.3
19762026-03-11T00:35:16.381Z Checking is_terminal_polyfill v1.70.2
19772026-03-11T00:35:16.426Z Checking quote v1.0.44
19782026-03-11T00:35:16.527Z Checking anstyle-query v1.1.5
19792026-03-11T00:35:16.667Z Checking block-padding v0.3.3
19802026-03-11T00:35:16.713Z Checking syn v2.0.117
19812026-03-11T00:35:16.717Z Checking anstream v0.6.21
19822026-03-11T00:35:16.797Z Checking terminal_size v0.4.3
19832026-03-11T00:35:16.867Z Checking inout v0.1.4
19842026-03-11T00:35:16.972Z Checking rustls-pki-types v1.14.0
19852026-03-11T00:35:17.048Z Checking crossbeam-utils v0.8.21
19862026-03-11T00:35:17.094Z Checking httparse v1.10.1
19872026-03-11T00:35:17.138Z Checking regex-automata v0.4.14
19882026-03-11T00:35:17.346Z Checking cipher v0.4.4
19892026-03-11T00:35:17.394Z Checking strsim v0.11.1
19902026-03-11T00:35:17.398Z Checking clap_lex v1.0.0
19912026-03-11T00:35:17.534Z Checking sha2 v0.10.9
19922026-03-11T00:35:17.583Z Checking pem-rfc7468 v0.7.0
19932026-03-11T00:35:17.632Z Checking tokio-util v0.7.18
19942026-03-11T00:35:17.642Z Checking http-body v1.0.1
19952026-03-11T00:35:17.657Z Checking clap_builder v4.5.60
19962026-03-11T00:35:17.670Z Checking rand_core v0.9.5
19972026-03-11T00:35:17.871Z Checking atomic-waker v1.1.2
19982026-03-11T00:35:17.932Z Checking hmac v0.12.1
19992026-03-11T00:35:17.999Z Checking httpdate v1.0.3
20002026-03-11T00:35:18.047Z Checking try-lock v0.2.5
20012026-03-11T00:35:18.054Z Checking pin-utils v0.1.0
20022026-03-11T00:35:18.135Z Checking tower-service v0.3.3
20032026-03-11T00:35:18.195Z Checking flagset v0.4.7
20042026-03-11T00:35:18.238Z Checking tower-layer v0.3.3
20052026-03-11T00:35:18.280Z Checking ryu v1.0.23
20062026-03-11T00:35:18.287Z Checking want v0.3.1
20072026-03-11T00:35:18.378Z Checking der v0.7.10
20082026-03-11T00:35:18.459Z Checking rand_chacha v0.9.0
20092026-03-11T00:35:18.513Z Checking erased-serde v0.3.31
20102026-03-11T00:35:18.518Z Checking spin v0.9.8
20112026-03-11T00:35:18.592Z Checking h2 v0.4.13
20122026-03-11T00:35:18.759Z Checking rand v0.9.2
20132026-03-11T00:35:18.819Z Checking anyhow v1.0.102
20142026-03-11T00:35:19.109Z Checking slog v2.8.2
20152026-03-11T00:35:19.155Z Checking http-body-util v0.1.3
20162026-03-11T00:35:19.417Z Checking aws-lc-sys v0.37.1
20172026-03-11T00:35:19.464Z Checking untrusted v0.7.1
20182026-03-11T00:35:19.509Z Checking powerfmt v0.2.0
20192026-03-11T00:35:19.551Z Checking num_threads v0.1.7
20202026-03-11T00:35:19.599Z Checking clap v4.5.60
20212026-03-11T00:35:19.644Z Checking fastrand v2.3.0
20222026-03-11T00:35:19.705Z Checking num-conv v0.2.0
20232026-03-11T00:35:19.708Z Checking openssl-probe v0.2.1
20242026-03-11T00:35:19.794Z Checking deranged v0.5.8
20252026-03-11T00:35:19.797Z Checking time-core v0.1.8
20262026-03-11T00:35:19.899Z Checking regex v1.12.3
20272026-03-11T00:35:19.945Z Checking spki v0.7.3
20282026-03-11T00:35:19.951Z Checking serde_urlencoded v0.7.1
20292026-03-11T00:35:20.061Z Checking pbkdf2 v0.12.2
20302026-03-11T00:35:20.132Z Checking aes v0.8.4
20312026-03-11T00:35:20.191Z Checking rand_chacha v0.3.1
20322026-03-11T00:35:20.241Z Checking unicode-width v0.2.0
20332026-03-11T00:35:20.304Z Checking pretty-hex v0.4.1
20342026-03-11T00:35:20.351Z Checking salsa20 v0.10.2
20352026-03-11T00:35:20.396Z Checking aws-lc-rs v1.16.0
20362026-03-11T00:35:20.490Z Checking cbc v0.1.2
20372026-03-11T00:35:20.536Z Checking rand v0.8.5
20382026-03-11T00:35:20.579Z Checking ipnetwork v0.21.1
20392026-03-11T00:35:20.623Z Checking scrypt v0.11.0
20402026-03-11T00:35:20.688Z Checking tempfile v3.25.0
20412026-03-11T00:35:20.734Z Checking hex v0.4.3
20422026-03-11T00:35:20.833Z Checking plain v0.2.3
20432026-03-11T00:35:20.890Z Checking pkcs5 v0.7.1
20442026-03-11T00:35:20.979Z Checking rustls-native-certs v0.8.3
20452026-03-11T00:35:21.023Z Checking sync_wrapper v1.0.2
20462026-03-11T00:35:21.083Z Checking camino v1.2.2
20472026-03-11T00:35:21.176Z Checking mime v0.3.17
20482026-03-11T00:35:21.222Z Checking ucd-trie v0.1.7
20492026-03-11T00:35:21.267Z Checking time v0.3.47
20502026-03-11T00:35:21.270Z Checking pkcs8 v0.10.2
20512026-03-11T00:35:21.353Z Checking tower v0.5.3
20522026-03-11T00:35:21.419Z Checking pest v2.8.6
20532026-03-11T00:35:21.466Z Checking webpki-roots v1.0.6
20542026-03-11T00:35:21.469Z Checking iri-string v0.7.10
20552026-03-11T00:35:21.555Z Checking either v1.15.0
20562026-03-11T00:35:21.600Z Checking rustls-webpki v0.103.9
20572026-03-11T00:35:21.651Z Checking openapiv3 v2.2.0
20582026-03-11T00:35:21.844Z Checking foreign-types-shared v0.1.1
20592026-03-11T00:35:21.904Z Checking openssl-sys v0.9.111
20602026-03-11T00:35:21.987Z Checking foreign-types v0.3.2
20612026-03-11T00:35:22.111Z Checking encoding_rs v0.8.35
20622026-03-11T00:35:22.202Z Checking rustls v0.23.37
20632026-03-11T00:35:22.380Z Checking hyper v1.8.1
20642026-03-11T00:35:22.692Z Checking winnow v0.7.14
20652026-03-11T00:35:22.928Z Checking openssl v0.10.75
20662026-03-11T00:35:22.975Z Checking oxnet v0.1.4
20672026-03-11T00:35:23.026Z Checking tower-http v0.6.8
20682026-03-11T00:35:23.311Z Checking lazy_static v1.5.0
20692026-03-11T00:35:23.422Z Checking static_assertions v1.1.0
20702026-03-11T00:35:23.468Z Checking signature v2.2.0
20712026-03-11T00:35:23.471Z Checking simd-adler32 v0.3.8
20722026-03-11T00:35:23.555Z Checking hubpack v0.1.2
20732026-03-11T00:35:23.558Z Checking adler2 v2.0.1
20742026-03-11T00:35:23.641Z Checking hyper-util v0.1.20
20752026-03-11T00:35:23.685Z Checking strum v0.26.3
20762026-03-11T00:35:23.765Z Checking sha1 v0.10.6
20772026-03-11T00:35:23.810Z Checking data-encoding v2.10.0
20782026-03-11T00:35:23.813Z Checking miniz_oxide v0.8.9
20792026-03-11T00:35:23.897Z Checking tinyvec_macros v0.1.1
20802026-03-11T00:35:24.005Z Checking serde_spanned v0.6.9
20812026-03-11T00:35:24.049Z Checking tinyvec v1.10.0
20822026-03-11T00:35:24.197Z Checking toml_datetime v0.6.11
20832026-03-11T00:35:24.243Z Checking num-integer v0.1.46
20842026-03-11T00:35:24.355Z Checking scroll v0.13.0
20852026-03-11T00:35:24.402Z Checking base16ct v0.2.0
20862026-03-11T00:35:24.476Z Checking bit-vec v0.8.0
20872026-03-11T00:35:24.522Z Checking crossbeam-epoch v0.9.18
20882026-03-11T00:35:24.577Z Checking crc32fast v1.5.0
20892026-03-11T00:35:24.623Z Checking sec1 v0.7.3
20902026-03-11T00:35:24.694Z Checking goblin v0.10.5
20912026-03-11T00:35:24.766Z Checking bit-set v0.8.0
20922026-03-11T00:35:24.813Z Checking ff v0.13.1
20932026-03-11T00:35:24.857Z Checking wait-timeout v0.2.1
20942026-03-11T00:35:24.922Z Checking memmap2 v0.9.10
20952026-03-11T00:35:25.014Z Checking num-iter v0.1.45
20962026-03-11T00:35:25.060Z Checking group v0.13.0
20972026-03-11T00:35:25.103Z Checking dtrace-parser v0.3.0
20982026-03-11T00:35:25.168Z Checking bstr v1.12.1
20992026-03-11T00:35:25.212Z Checking hkdf v0.12.4
21002026-03-11T00:35:25.282Z Checking ahash v0.8.12
21012026-03-11T00:35:25.347Z Checking crypto-bigint v0.5.5
21022026-03-11T00:35:25.417Z Checking scroll v0.12.0
21032026-03-11T00:35:25.462Z Checking thread-id v5.1.0
21042026-03-11T00:35:25.515Z Checking tokio-rustls v0.26.4
21052026-03-11T00:35:25.579Z Checking quick-error v1.2.3
21062026-03-11T00:35:25.624Z Checking rand_xorshift v0.4.0
21072026-03-11T00:35:25.740Z Checking rusty-fork v0.3.1
21082026-03-11T00:35:25.787Z Checking goblin v0.8.2
21092026-03-11T00:35:25.790Z Checking zerocopy v0.7.35
21102026-03-11T00:35:25.874Z Checking unarray v0.1.4
21112026-03-11T00:35:25.878Z Checking hyper-rustls v0.27.7
21122026-03-11T00:35:25.878Z Checking native-tls v0.2.18
21132026-03-11T00:35:26.002Z Checking num-bigint-dig v0.8.6
21142026-03-11T00:35:26.060Z Checking proptest v1.10.0
21152026-03-11T00:35:26.177Z Checking tokio-native-tls v0.3.1
21162026-03-11T00:35:26.259Z Checking dtrace-parser v0.2.0
21172026-03-11T00:35:26.408Z Checking hyper-tls v0.6.0
21182026-03-11T00:35:26.580Z Checking pkcs1 v0.7.5
21192026-03-11T00:35:26.627Z Checking x509-cert v0.2.5
21202026-03-11T00:35:26.671Z Checking reqwest v0.12.28
21212026-03-11T00:35:26.894Z Checking thread-id v4.2.2
21222026-03-11T00:35:26.982Z Checking elliptic-curve v0.13.8
21232026-03-11T00:35:27.031Z Checking zlib-rs v0.6.2
21242026-03-11T00:35:27.202Z Checking unicode-segmentation v1.12.0
21252026-03-11T00:35:27.430Z Checking rsa v0.9.10
21262026-03-11T00:35:27.563Z Checking crossbeam-deque v0.8.6
21272026-03-11T00:35:27.658Z Checking rfc6979 v0.4.0
21282026-03-11T00:35:27.820Z Checking toml_write v0.1.2
21292026-03-11T00:35:27.865Z Checking toml_parser v1.0.9+spec-1.1.0
21302026-03-11T00:35:27.868Z Checking ecdsa v0.16.9
21312026-03-11T00:35:28.077Z Checking curve25519-dalek v4.1.3
21322026-03-11T00:35:28.080Z Checking toml_edit v0.22.27
21332026-03-11T00:35:28.165Z Checking dof v0.4.0
21342026-03-11T00:35:28.257Z Checking flate2 v1.1.9
21352026-03-11T00:35:28.347Z Checking rustix v0.38.44
21362026-03-11T00:35:28.393Z Checking env_filter v1.0.0
21372026-03-11T00:35:28.575Z Checking dof v0.3.0
21382026-03-11T00:35:28.621Z Checking psl-types v2.0.11
21392026-03-11T00:35:28.666Z Checking newtype-uuid v1.3.2
21402026-03-11T00:35:28.713Z Checking keccak v0.1.6
21412026-03-11T00:35:28.803Z Checking publicsuffix v2.3.0
21422026-03-11T00:35:28.969Z Checking sha3 v0.10.8
21432026-03-11T00:35:28.973Z Checking daft v0.1.5
21442026-03-11T00:35:29.048Z Checking usdt-impl v0.5.0
21452026-03-11T00:35:29.052Z Checking env_logger v0.11.9
21462026-03-11T00:35:29.148Z Checking ed25519 v2.2.3
21472026-03-11T00:35:29.192Z Checking usdt-impl v0.6.0
21482026-03-11T00:35:29.262Z Checking cookie v0.18.1
21492026-03-11T00:35:29.351Z Checking itertools v0.13.0
21502026-03-11T00:35:29.397Z Checking serde_with v3.17.0
21512026-03-11T00:35:29.444Z Checking bitflags v1.3.2
21522026-03-11T00:35:29.447Z Checking siphasher v1.0.2
21532026-03-11T00:35:29.531Z Checking ed25519-dalek v2.2.0
21542026-03-11T00:35:29.580Z Checking usdt v0.6.0
21552026-03-11T00:35:29.583Z Checking rustls-platform-verifier v0.6.2
21562026-03-11T00:35:29.668Z Checking cookie_store v0.22.1
21572026-03-11T00:35:29.714Z Checking unicode-normalization v0.1.25
21582026-03-11T00:35:29.760Z Checking signal-hook v0.3.18
21592026-03-11T00:35:29.816Z Checking toml_datetime v0.7.5+spec-1.1.0
21602026-03-11T00:35:29.863Z Checking managed v0.8.0
21612026-03-11T00:35:29.908Z Checking winnow v0.5.40
21622026-03-11T00:35:30.047Z Checking rayon-core v1.13.0
21632026-03-11T00:35:30.133Z Checking bzip2-sys v0.1.13+1.0.8
21642026-03-11T00:35:30.178Z Checking object v0.37.3
21652026-03-11T00:35:30.181Z Checking reqwest v0.13.2
21662026-03-11T00:35:30.276Z Checking foldhash v0.1.5
21672026-03-11T00:35:30.322Z Checking bzip2 v0.4.4
21682026-03-11T00:35:30.485Z Checking hashbrown v0.15.5
21692026-03-11T00:35:30.531Z Checking signal-hook-mio v0.2.5
21702026-03-11T00:35:30.576Z Checking ref-cast v1.0.25
21712026-03-11T00:35:30.695Z Checking zstd-sys v2.0.16+zstd.1.5.7
21722026-03-11T00:35:30.741Z Checking zip v0.6.6
21732026-03-11T00:35:30.842Z Checking bumpalo v3.20.2
21742026-03-11T00:35:30.891Z Checking zstd-safe v7.2.4
21752026-03-11T00:35:31.138Z Checking libbz2-rs-sys v0.2.2
21762026-03-11T00:35:31.184Z Checking zopfli v0.8.3
21772026-03-11T00:35:31.187Z Checking zstd v0.13.3
21782026-03-11T00:35:31.270Z Checking crossterm v0.28.1
21792026-03-11T00:35:31.377Z Checking rayon v1.11.0
21802026-03-11T00:35:31.457Z Checking similar v2.7.0
21812026-03-11T00:35:31.509Z Checking fs-err v3.3.0
21822026-03-11T00:35:31.555Z Checking toml_edit v0.19.15
21832026-03-11T00:35:31.665Z Checking hash32 v0.2.1
21842026-03-11T00:35:31.711Z Checking bzip2 v0.6.1
21852026-03-11T00:35:31.908Z Checking serde-big-array v0.5.1
21862026-03-11T00:35:31.955Z Checking unicode-properties v0.1.4
21872026-03-11T00:35:31.958Z Checking jiff v0.2.21
21882026-03-11T00:35:32.041Z Checking unicode-bidi v0.3.18
21892026-03-11T00:35:32.112Z Checking predicates-core v1.0.10
21902026-03-11T00:35:32.228Z Checking heapless v0.7.17
21912026-03-11T00:35:32.276Z Checking hickory-proto v0.25.2
21922026-03-11T00:35:32.744Z Checking tokio-stream v0.1.18
21932026-03-11T00:35:32.744Z Checking stringprep v0.1.5
21942026-03-11T00:35:32.744Z Checking md-5 v0.10.6
21952026-03-11T00:35:32.821Z Checking float-cmp v0.10.0
21962026-03-11T00:35:32.868Z Checking rustc-hash v2.1.1
21972026-03-11T00:35:32.912Z Checking difflib v0.4.0
21982026-03-11T00:35:33.002Z Checking toml v0.7.8
21992026-03-11T00:35:33.048Z Checking normalize-line-endings v0.3.0
22002026-03-11T00:35:33.051Z Checking fallible-iterator v0.2.0
22012026-03-11T00:35:33.171Z Checking iddqd v0.3.17
22022026-03-11T00:35:33.217Z Checking predicates v3.1.4
22032026-03-11T00:35:33.466Z Checking smoltcp v0.9.1
22042026-03-11T00:35:33.512Z Checking postgres-protocol v0.6.10
22052026-03-11T00:35:33.515Z Checking phf_shared v0.13.1
22062026-03-11T00:35:33.648Z Checking phf_shared v0.11.3
22072026-03-11T00:35:33.694Z Checking itertools v0.12.1
22082026-03-11T00:35:33.859Z Checking console v0.16.2
22092026-03-11T00:35:33.905Z Checking buf-list v1.1.2
22102026-03-11T00:35:33.959Z Checking strum v0.27.2
22112026-03-11T00:35:34.135Z Checking lalrpop-util v0.19.12
22122026-03-11T00:35:34.180Z Checking unit-prefix v0.5.2
22132026-03-11T00:35:34.290Z Checking precomputed-hash v0.1.1
22142026-03-11T00:35:34.336Z Checking new_debug_unreachable v1.0.6
22152026-03-11T00:35:34.382Z Checking fixedbitset v0.5.7
22162026-03-11T00:35:34.385Z Checking fixedbitset v0.4.2
22172026-03-11T00:35:34.421Z Checking indicatif v0.18.4
22182026-03-11T00:35:34.508Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22192026-03-11T00:35:34.511Z Checking string_cache v0.8.9
22202026-03-11T00:35:34.645Z Checking petgraph v0.6.5
22212026-03-11T00:35:34.690Z Checking petgraph v0.8.3
22222026-03-11T00:35:34.798Z Checking postgres-types v0.2.12
22232026-03-11T00:35:35.013Z Checking phf v0.13.1
22242026-03-11T00:35:35.135Z Checking zone v0.3.1
22252026-03-11T00:35:35.227Z Checking zip v4.6.1
22262026-03-11T00:35:35.272Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22272026-03-11T00:35:35.316Z Checking peg-runtime v0.8.5
22282026-03-11T00:35:35.526Z Checking whoami v2.1.0
22292026-03-11T00:35:35.699Z Checking futures-executor v0.3.32
22302026-03-11T00:35:35.795Z Checking is-terminal v0.4.17
22312026-03-11T00:35:35.840Z Checking tokio-postgres v0.7.16
22322026-03-11T00:35:35.924Z Checking futures v0.3.32
22332026-03-11T00:35:35.969Z Checking crossbeam-channel v0.5.15
22342026-03-11T00:35:36.036Z Checking thread_local v1.1.9
22352026-03-11T00:35:36.081Z Checking term v1.2.1
22362026-03-11T00:35:36.210Z Checking take_mut v0.2.2
22372026-03-11T00:35:36.277Z Checking regress v0.10.5
22382026-03-11T00:35:36.374Z Compiling rustls v0.22.4
22392026-03-11T00:35:36.419Z Checking slog-term v2.9.2
22402026-03-11T00:35:36.463Z Checking slog-async v2.8.0
22412026-03-11T00:35:36.509Z Compiling newtype-uuid-macros v0.1.0
22422026-03-11T00:35:36.709Z Compiling structmeta-derive v0.3.0
22432026-03-11T00:35:36.755Z Compiling multer v3.1.0
22442026-03-11T00:35:36.805Z Compiling async-stream-impl v0.3.6
22452026-03-11T00:35:36.931Z Compiling dropshot v0.16.7
22462026-03-11T00:35:37.141Z Compiling dropshot_endpoint v0.16.7
22472026-03-11T00:35:37.325Z Checking match_cfg v0.1.0
22482026-03-11T00:35:37.449Z Checking hostname v0.3.1
22492026-03-11T00:35:37.533Z Checking slog-json v2.6.1
22502026-03-11T00:35:37.580Z Checking debug-ignore v1.0.5
22512026-03-11T00:35:37.626Z Checking serde_spanned v1.0.4
22522026-03-11T00:35:37.713Z Checking toml_writer v1.0.6+spec-1.1.0
22532026-03-11T00:35:37.760Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22542026-03-11T00:35:37.803Z Checking slog-bunyan v2.5.0
22552026-03-11T00:35:37.851Z Checking rustls-webpki v0.102.8
22562026-03-11T00:35:37.897Z Checking serde_path_to_error v0.1.20
22572026-03-11T00:35:37.981Z Checking async-stream v0.3.6
22582026-03-11T00:35:38.028Z Checking toml v0.9.12+spec-1.1.0
22592026-03-11T00:35:38.241Z Compiling structmeta v0.3.0
22602026-03-11T00:35:38.287Z Checking progenitor-client v0.13.0
22612026-03-11T00:35:38.331Z Checking waitgroup v0.1.2
22622026-03-11T00:35:38.372Z Checking rustls-pemfile v2.2.0
22632026-03-11T00:35:38.490Z Checking hostname v0.4.2
22642026-03-11T00:35:38.493Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652026-03-11T00:35:38.577Z Compiling derive-ex v0.1.8
22662026-03-11T00:35:38.623Z Compiling parse-display-derive v0.10.0
22672026-03-11T00:35:38.626Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-03-11T00:35:38.710Z Checking itertools v0.14.0
22692026-03-11T00:35:38.870Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22702026-03-11T00:35:38.915Z Checking macaddr v1.0.1
22712026-03-11T00:35:39.088Z Checking progenitor-client v0.10.0
22722026-03-11T00:35:39.183Z Checking instant v0.1.13
22732026-03-11T00:35:39.329Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22742026-03-11T00:35:39.410Z Checking backoff v0.4.0
22752026-03-11T00:35:39.457Z Checking backon v1.6.0
22762026-03-11T00:35:39.503Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22772026-03-11T00:35:39.667Z Checking heck v0.5.0
22782026-03-11T00:35:39.716Z Checking progenitor-extras v0.1.1
22792026-03-11T00:35:39.870Z Checking camino-tempfile v1.4.1
22802026-03-11T00:35:40.133Z Checking toml v0.8.23
22812026-03-11T00:35:40.226Z Compiling cfg_aliases v0.2.1
22822026-03-11T00:35:40.272Z Compiling memoffset v0.9.1
22832026-03-11T00:35:40.360Z Compiling toml_edit v0.23.10+spec-1.0.0
22842026-03-11T00:35:40.476Z Checking tokio-rustls v0.25.0
22852026-03-11T00:35:40.646Z Compiling crucible-workspace-hack v0.1.0
22862026-03-11T00:35:40.883Z Checking secrecy v0.10.3
22872026-03-11T00:35:40.980Z Checking parse-display v0.10.0
22882026-03-11T00:35:41.026Z Compiling test-strategy v0.4.5
22892026-03-11T00:35:41.071Z Checking glob v0.3.3
22902026-03-11T00:35:41.192Z Compiling proc-macro-crate v3.4.0
22912026-03-11T00:35:41.237Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22922026-03-11T00:35:41.381Z Compiling heapless v0.8.0
22932026-03-11T00:35:41.616Z Checking tabwriter v1.4.1
22942026-03-11T00:35:41.861Z Checking hash32 v0.3.1
22952026-03-11T00:35:41.905Z Compiling unsafe-libyaml v0.2.11
22962026-03-11T00:35:41.908Z Compiling ingot-macros v0.1.1
22972026-03-11T00:35:41.994Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22982026-03-11T00:35:42.055Z Compiling convert_case v0.4.0
22992026-03-11T00:35:42.101Z Compiling smoltcp v0.11.0
23002026-03-11T00:35:42.640Z Compiling derive_more v0.99.20
23012026-03-11T00:35:42.700Z Compiling serde_yaml v0.9.34+deprecated
23022026-03-11T00:35:42.911Z Compiling num_enum_derive v0.7.5
23032026-03-11T00:35:42.988Z Checking cobs v0.3.0
23042026-03-11T00:35:43.145Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23052026-03-11T00:35:43.205Z Compiling foreign-types-macros v0.2.3
23062026-03-11T00:35:43.395Z Checking foreign-types-shared v0.3.1
23072026-03-11T00:35:43.545Z Checking cpufeatures v0.3.0
23082026-03-11T00:35:43.674Z Checking chacha20 v0.10.0
23092026-03-11T00:35:43.719Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23102026-03-11T00:35:43.962Z Checking postcard v1.1.3
23112026-03-11T00:35:44.050Z Checking foreign-types v0.5.0
23122026-03-11T00:35:44.401Z Checking num_enum v0.7.5
23132026-03-11T00:35:44.404Z Compiling proc-macro-crate v1.3.1
23142026-03-11T00:35:44.531Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23152026-03-11T00:35:44.620Z Checking sigpipe v0.1.3
23162026-03-11T00:35:44.757Z Checking cstr-argument v0.1.2
23172026-03-11T00:35:44.810Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-03-11T00:35:44.854Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23192026-03-11T00:35:44.986Z Checking colored v3.1.1
23202026-03-11T00:35:45.042Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23212026-03-11T00:35:45.270Z Compiling num_enum_derive v0.5.11
23222026-03-11T00:35:45.314Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-03-11T00:35:45.420Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23242026-03-11T00:35:45.471Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-03-11T00:35:45.576Z Checking rand v0.10.0
23262026-03-11T00:35:45.647Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-11T00:35:45.692Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23282026-03-11T00:35:45.822Z Checking ingot-types v0.1.2
23292026-03-11T00:35:45.826Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23302026-03-11T00:35:45.961Z Compiling nix v0.30.1
23312026-03-11T00:35:46.052Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23322026-03-11T00:35:46.279Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23332026-03-11T00:35:46.369Z Checking smf v0.2.3
23342026-03-11T00:35:46.372Z Checking ingot v0.1.1
23352026-03-11T00:35:46.584Z Compiling num-derive v0.4.2
23362026-03-11T00:35:46.626Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23372026-03-11T00:35:46.712Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23382026-03-11T00:35:46.757Z Checking num_enum v0.5.11
23392026-03-11T00:35:46.958Z Checking whoami v1.6.1
23402026-03-11T00:35:46.961Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23412026-03-11T00:35:47.042Z Compiling typify-impl v0.6.1
23422026-03-11T00:35:47.212Z Checking half v2.7.1
23432026-03-11T00:35:47.439Z Checking ciborium-io v0.2.2
23442026-03-11T00:35:47.589Z Checking indent_write v2.2.0
23452026-03-11T00:35:47.632Z Checking ciborium-ll v0.2.2
23462026-03-11T00:35:47.789Z Checking universal-hash v0.5.1
23472026-03-11T00:35:47.841Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23482026-03-11T00:35:47.893Z Checking ciborium v0.2.2
23492026-03-11T00:35:47.967Z Checking opaque-debug v0.3.1
23502026-03-11T00:35:48.013Z Checking aead v0.5.2
23512026-03-11T00:35:48.095Z Checking swrite v0.1.0
23522026-03-11T00:35:48.169Z Checking poly1305 v0.8.0
23532026-03-11T00:35:48.228Z Checking chacha20 v0.9.1
23542026-03-11T00:35:48.271Z Checking unicode-width v0.1.14
23552026-03-11T00:35:48.504Z Compiling thiserror-impl-no-std v2.0.2
23562026-03-11T00:35:48.549Z Checking password-hash v0.5.0
23572026-03-11T00:35:48.552Z Checking blake2 v0.10.6
23582026-03-11T00:35:48.639Z Compiling usdt-attr-macro v0.5.0
23592026-03-11T00:35:48.863Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23602026-03-11T00:35:48.909Z Compiling usdt-macro v0.5.0
23612026-03-11T00:35:48.953Z Checking memmap v0.7.0
23622026-03-11T00:35:49.050Z Checking argon2 v0.5.3
23632026-03-11T00:35:49.159Z Checking chacha20poly1305 v0.10.1
23642026-03-11T00:35:49.359Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23652026-03-11T00:35:49.531Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23662026-03-11T00:35:49.727Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23672026-03-11T00:35:49.805Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23682026-03-11T00:35:49.941Z Checking usdt v0.5.0
23692026-03-11T00:35:50.034Z Compiling derive-where v1.6.0
23702026-03-11T00:35:50.129Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23712026-03-11T00:35:50.177Z Checking atomicwrites v0.4.4
23722026-03-11T00:35:50.231Z Checking thiserror-no-std v2.0.2
23732026-03-11T00:35:50.233Z Checking tokio-dtrace v0.1.1
23742026-03-11T00:35:50.370Z Checking console v0.15.11
23752026-03-11T00:35:50.415Z Checking vsss-rs v3.3.4
23762026-03-11T00:35:50.499Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23772026-03-11T00:35:50.541Z Checking oxide-tokio-rt v0.1.2
23782026-03-11T00:35:50.763Z Checking newline-converter v0.3.0
23792026-03-11T00:35:50.808Z Checking bytecount v0.6.9
23802026-03-11T00:35:50.941Z Checking expectorate v1.2.0
23812026-03-11T00:35:50.994Z Compiling prettyplease v0.2.37
23822026-03-11T00:35:51.042Z Compiling owo-colors v4.3.0
23832026-03-11T00:35:51.138Z Compiling cancel-safe-futures v0.1.5
23842026-03-11T00:35:51.372Z Checking libsw-core v0.3.2
23852026-03-11T00:35:51.601Z Checking libsw v3.5.0
23862026-03-11T00:35:51.825Z Checking same-file v1.0.6
23872026-03-11T00:35:51.882Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23882026-03-11T00:35:51.928Z Checking linear-map v1.2.0
23892026-03-11T00:35:51.931Z Checking num-rational v0.4.2
23902026-03-11T00:35:52.016Z Checking num-complex v0.4.6
23912026-03-11T00:35:52.019Z Checking walkdir v2.5.0
23922026-03-11T00:35:52.170Z Checking float-ord v0.3.2
23932026-03-11T00:35:52.255Z Compiling typify-impl v0.4.3
23942026-03-11T00:35:52.299Z Checking gethostname v0.5.0
23952026-03-11T00:35:52.463Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23962026-03-11T00:35:52.536Z Checking num v0.4.3
23972026-03-11T00:35:52.581Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23982026-03-11T00:35:52.625Z Compiling async-recursion v1.1.1
23992026-03-11T00:35:52.669Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24002026-03-11T00:35:53.580Z Compiling typify-macro v0.6.1
24012026-03-11T00:35:54.614Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24022026-03-11T00:35:55.030Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24032026-03-11T00:35:55.243Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24042026-03-11T00:35:55.759Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24052026-03-11T00:35:55.806Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24062026-03-11T00:35:56.002Z Compiling typify v0.6.1
24072026-03-11T00:35:56.166Z Compiling progenitor-impl v0.13.0
24082026-03-11T00:35:57.664Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24092026-03-11T00:35:58.746Z Checking smawk v0.3.2
24102026-03-11T00:35:58.789Z Compiling typify-macro v0.4.3
24112026-03-11T00:35:58.922Z Checking unicode-linebreak v0.1.5
24122026-03-11T00:35:58.965Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24132026-03-11T00:35:59.128Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24142026-03-11T00:35:59.240Z Checking globset v0.4.18
24152026-03-11T00:35:59.800Z Compiling convert_case v0.10.0
24162026-03-11T00:35:59.887Z Compiling progenitor-macro v0.13.0
24172026-03-11T00:36:00.508Z Compiling slog-dtrace v0.3.0
24182026-03-11T00:36:00.809Z Checking resolv-conf v0.7.6
24192026-03-11T00:36:01.024Z Compiling derive_more-impl v2.1.1
24202026-03-11T00:36:01.195Z Compiling typify v0.4.3
24212026-03-11T00:36:01.367Z Compiling pin-project-internal v1.1.11
24222026-03-11T00:36:01.464Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24232026-03-11T00:36:01.763Z Checking pem v3.0.6
24242026-03-11T00:36:02.008Z Checking fd-lock v4.0.4
24252026-03-11T00:36:02.179Z Checking derive_more v2.1.1
24262026-03-11T00:36:02.223Z Checking vte v0.14.1
24272026-03-11T00:36:02.226Z Checking display-error-chain v0.2.2
24282026-03-11T00:36:02.315Z Checking crossterm v0.29.0
24292026-03-11T00:36:02.452Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24302026-03-11T00:36:02.496Z Checking strip-ansi-escapes v0.2.1
24312026-03-11T00:36:02.668Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24322026-03-11T00:36:02.780Z Compiling snafu-derive v0.8.9
24332026-03-11T00:36:02.968Z Checking pin-project v1.1.11
24342026-03-11T00:36:03.131Z Checking nu-ansi-term v0.50.3
24352026-03-11T00:36:03.135Z Checking termtree v0.5.1
24362026-03-11T00:36:03.385Z Checking linked-hash-map v0.5.6
24372026-03-11T00:36:03.453Z Checking reedline v0.40.0
24382026-03-11T00:36:03.517Z Compiling progenitor-impl v0.11.2
24392026-03-11T00:36:03.651Z Checking lru-cache v0.1.2
24402026-03-11T00:36:03.839Z Checking textwrap v0.16.2
24412026-03-11T00:36:04.151Z Checking olpc-cjson v0.1.4
24422026-03-11T00:36:04.365Z Checking hickory-proto v0.24.4
24432026-03-11T00:36:05.086Z Checking serde_plain v1.0.2
24442026-03-11T00:36:05.132Z Compiling minimal-lexical v0.2.1
24452026-03-11T00:36:05.322Z Checking typed-path v0.9.3
24462026-03-11T00:36:05.516Z Compiling nom v7.1.3
24472026-03-11T00:36:05.561Z Checking snafu v0.8.9
24482026-03-11T00:36:06.464Z Checking tough v0.20.0
24492026-03-11T00:36:06.838Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24502026-03-11T00:36:06.893Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24512026-03-11T00:36:06.997Z Checking progenitor v0.13.0
24522026-03-11T00:36:07.155Z Checking progenitor-client v0.11.2
24532026-03-11T00:36:07.205Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24542026-03-11T00:36:07.291Z Compiling progenitor-macro v0.11.2
24552026-03-11T00:36:07.394Z Checking nibble_vec v0.1.0
24562026-03-11T00:36:07.479Z Checking endian-type v0.1.2
24572026-03-11T00:36:07.591Z Checking hickory-resolver v0.24.4
24582026-03-11T00:36:07.654Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592026-03-11T00:36:07.700Z Checking radix_trie v0.2.1
24602026-03-11T00:36:08.015Z Compiling ar_archive_writer v0.5.1
24612026-03-11T00:36:08.146Z Checking humantime v2.3.0
24622026-03-11T00:36:08.419Z Checking csv-core v0.1.13
24632026-03-11T00:36:08.466Z Checking base64 v0.21.7
24642026-03-11T00:36:08.606Z Checking qorb v0.4.1
24652026-03-11T00:36:08.690Z Checking csv v1.4.0
24662026-03-11T00:36:08.821Z Compiling stacker v0.1.23
24672026-03-11T00:36:09.213Z Compiling cfg_aliases v0.1.1
24682026-03-11T00:36:09.259Z Compiling psm v0.1.30
24692026-03-11T00:36:09.262Z Checking highway v1.3.0
24702026-03-11T00:36:09.441Z Compiling nix v0.28.0
24712026-03-11T00:36:09.639Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24722026-03-11T00:36:10.024Z Checking papergrid v0.11.0
24732026-03-11T00:36:10.306Z Compiling tabled_derive v0.7.0
24742026-03-11T00:36:10.351Z Checking home v0.5.12
24752026-03-11T00:36:10.584Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24762026-03-11T00:36:10.631Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24772026-03-11T00:36:10.879Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-03-11T00:36:10.934Z Checking phf_shared v0.12.1
24792026-03-11T00:36:11.171Z Compiling recursive-proc-macro-impl v0.1.1
24802026-03-11T00:36:11.341Z Compiling semver v0.1.20
24812026-03-11T00:36:11.573Z Compiling chrono-tz v0.10.4
24822026-03-11T00:36:11.708Z Checking tabled v0.15.0
24832026-03-11T00:36:11.754Z Compiling rustc_version v0.1.7
24842026-03-11T00:36:11.757Z Checking recursive v0.1.1
24852026-03-11T00:36:11.841Z Checking phf v0.12.1
24862026-03-11T00:36:11.987Z Compiling const_format_proc_macros v0.2.34
24872026-03-11T00:36:12.066Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24882026-03-11T00:36:12.130Z Compiling peg-macros v0.8.5
24892026-03-11T00:36:12.347Z Checking winnow v0.6.26
24902026-03-11T00:36:13.181Z Compiling sqlparser_derive v0.5.0
24912026-03-11T00:36:13.291Z Checking unicode_categories v0.1.1
24922026-03-11T00:36:13.538Z Checking rustyline v14.0.0
24932026-03-11T00:36:13.973Z Checking sqlformat v0.3.5
24942026-03-11T00:36:14.055Z Checking const_format v0.2.35
24952026-03-11T00:36:14.100Z Checking peg v0.8.5
24962026-03-11T00:36:14.229Z Checking sqlparser v0.61.0
24972026-03-11T00:36:14.334Z Compiling newtype_derive v0.1.6
24982026-03-11T00:36:14.385Z Checking progenitor v0.11.2
24992026-03-11T00:36:14.531Z Checking bcs v0.1.6
25002026-03-11T00:36:14.586Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-03-11T00:36:14.637Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25022026-03-11T00:36:14.862Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25032026-03-11T00:36:14.865Z Checking steno v0.4.1
25042026-03-11T00:36:14.989Z Checking utf-8 v0.7.6
25052026-03-11T00:36:14.992Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25062026-03-11T00:36:15.199Z Checking filetime v0.2.27
25072026-03-11T00:36:15.264Z Checking arc-swap v1.8.2
25082026-03-11T00:36:15.310Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25092026-03-11T00:36:15.407Z Checking xattr v1.6.1
25102026-03-11T00:36:15.601Z Checking slog-scope v4.4.1
25112026-03-11T00:36:15.645Z Checking tar v0.4.44
25122026-03-11T00:36:15.809Z Compiling progenitor-impl v0.10.0
25132026-03-11T00:36:16.222Z Checking slog-stdlog v4.1.1
25142026-03-11T00:36:16.344Z Checking tungstenite v0.21.0
25152026-03-11T00:36:16.408Z Checking slog-envlogger v2.2.0
25162026-03-11T00:36:16.628Z Checking typeid v1.0.3
25172026-03-11T00:36:16.792Z Checking subprocess v0.2.15
25182026-03-11T00:36:16.942Z Checking tokio-tungstenite v0.21.0
25192026-03-11T00:36:17.201Z Checking headers-core v0.3.0
25202026-03-11T00:36:17.342Z Compiling lzma-sys v0.1.20
25212026-03-11T00:36:17.389Z Checking headers v0.4.1
25222026-03-11T00:36:17.506Z Compiling cargo_toml v0.22.3
25232026-03-11T00:36:18.081Z Checking yasna v0.5.2
25242026-03-11T00:36:18.154Z Checking xz2 v0.1.7
25252026-03-11T00:36:18.409Z Checking ron v0.12.0
25262026-03-11T00:36:18.641Z Checking rcgen v0.12.1
25272026-03-11T00:36:18.930Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25282026-03-11T00:36:19.096Z Checking base16ct v1.0.0
25292026-03-11T00:36:19.253Z Checking dropshot-api-manager-types v0.6.0
25302026-03-11T00:36:19.299Z Checking tagptr v0.2.0
25312026-03-11T00:36:19.435Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25322026-03-11T00:36:19.505Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25332026-03-11T00:36:19.549Z Checking moka v0.12.13
25342026-03-11T00:36:19.592Z Compiling progenitor-macro v0.10.0
25352026-03-11T00:36:19.688Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25362026-03-11T00:36:19.734Z Compiling radium v0.7.0
25372026-03-11T00:36:20.178Z Compiling libefi-sys v0.1.0
25382026-03-11T00:36:20.412Z Compiling bitfield-struct v0.6.2
25392026-03-11T00:36:20.458Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25402026-03-11T00:36:20.506Z Checking hickory-resolver v0.25.2
25412026-03-11T00:36:20.604Z Checking tap v1.0.1
25422026-03-11T00:36:20.676Z Compiling maybe-uninit v2.0.0
25432026-03-11T00:36:20.783Z Checking wyz v0.5.1
25442026-03-11T00:36:21.325Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25452026-03-11T00:36:21.368Z Compiling zerocopy-derive v0.6.6
25462026-03-11T00:36:21.482Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-11T00:36:21.526Z Checking funty v2.0.0
25482026-03-11T00:36:21.571Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25492026-03-11T00:36:21.704Z Compiling packed_struct v0.10.1
25502026-03-11T00:36:22.032Z Checking crc-catalog v2.4.0
25512026-03-11T00:36:22.085Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-03-11T00:36:22.195Z Checking crc v3.4.0
25532026-03-11T00:36:22.240Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-03-11T00:36:22.346Z Checking bitvec v1.0.1
25552026-03-11T00:36:22.468Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25562026-03-11T00:36:22.562Z Checking zerocopy v0.6.6
25572026-03-11T00:36:22.700Z Compiling packed_struct_codegen v0.10.1
25582026-03-11T00:36:22.744Z Compiling bitfield-macros v0.19.4
25592026-03-11T00:36:22.849Z Compiling indexmap v1.9.3
25602026-03-11T00:36:23.023Z Checking nodrop v0.1.14
25612026-03-11T00:36:23.192Z Checking array-init v0.0.4
25622026-03-11T00:36:23.247Z Checking smallvec v0.6.14
25632026-03-11T00:36:23.534Z Checking hashbrown v0.12.3
25642026-03-11T00:36:23.724Z Checking bitfield v0.19.4
25652026-03-11T00:36:23.727Z Checking serde-hex v0.1.0
25662026-03-11T00:36:24.182Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25672026-03-11T00:36:24.224Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25682026-03-11T00:36:24.415Z Checking ron v0.8.1
25692026-03-11T00:36:24.615Z Checking hashbrown v0.13.2
25702026-03-11T00:36:25.218Z Checking crc-any v2.5.0
25712026-03-11T00:36:25.288Z Checking object v0.30.4
25722026-03-11T00:36:25.478Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25732026-03-11T00:36:25.521Z Checking path-slash v0.1.5
25742026-03-11T00:36:25.689Z Compiling xshell-macros v0.2.7
25752026-03-11T00:36:25.731Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25762026-03-11T00:36:25.952Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25772026-03-11T00:36:25.997Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-03-11T00:36:26.248Z Checking xshell v0.2.7
25792026-03-11T00:36:26.291Z Checking half v1.8.3
25802026-03-11T00:36:26.530Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25812026-03-11T00:36:26.597Z Checking serde_cbor v0.11.2
25822026-03-11T00:36:26.743Z Checking progenitor v0.10.0
25832026-03-11T00:36:26.896Z Compiling num-derive v0.3.3
25842026-03-11T00:36:26.955Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25852026-03-11T00:36:27.169Z Compiling proc-macro-error-attr2 v2.0.0
25862026-03-11T00:36:27.519Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25872026-03-11T00:36:27.732Z Compiling proc-macro-error2 v2.0.1
25882026-03-11T00:36:27.836Z Compiling nix v0.31.1
25892026-03-11T00:36:28.130Z Checking libscf-sys v1.1.0
25902026-03-11T00:36:28.174Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25912026-03-11T00:36:28.333Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25922026-03-11T00:36:28.448Z Compiling tabled_derive v0.11.0
25932026-03-11T00:36:28.543Z Checking papergrid v0.17.0
25942026-03-11T00:36:28.633Z Checking testing_table v0.3.0
25952026-03-11T00:36:28.786Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25962026-03-11T00:36:29.533Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25972026-03-11T00:36:29.668Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25982026-03-11T00:36:29.888Z Checking maplit v1.0.2
25992026-03-11T00:36:30.067Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26002026-03-11T00:36:30.109Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26012026-03-11T00:36:30.158Z Checking tabled v0.20.0
26022026-03-11T00:36:30.240Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-03-11T00:36:30.778Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26042026-03-11T00:36:30.822Z Checking crc8 v0.1.1
26052026-03-11T00:36:30.982Z Checking fxhash v0.2.1
26062026-03-11T00:36:31.171Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26072026-03-11T00:36:31.275Z Checking unicase v2.9.0
26082026-03-11T00:36:31.335Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26092026-03-11T00:36:31.524Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26102026-03-11T00:36:31.648Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26112026-03-11T00:36:32.089Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26122026-03-11T00:36:32.136Z Checking kstat-rs v0.2.4
26132026-03-11T00:36:32.223Z Compiling parking_lot_core v0.8.6
26142026-03-11T00:36:32.420Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26152026-03-11T00:36:32.742Z Compiling git-stub v1.0.0
26162026-03-11T00:36:32.745Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26172026-03-11T00:36:32.939Z Compiling dsl_auto_type v0.1.3
26182026-03-11T00:36:33.024Z Checking scheduled-thread-pool v0.2.7
26192026-03-11T00:36:33.106Z Compiling vergen-gitcl v1.0.8
26202026-03-11T00:36:33.243Z Compiling diesel_table_macro_syntax v0.2.0
26212026-03-11T00:36:33.466Z Checking r2d2 v0.8.10
26222026-03-11T00:36:33.512Z Compiling git-stub-vcs v0.1.0
26232026-03-11T00:36:33.600Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26242026-03-11T00:36:33.731Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26252026-03-11T00:36:33.779Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26262026-03-11T00:36:33.821Z Compiling diesel_derives v2.2.7
26272026-03-11T00:36:33.864Z Checking parking_lot v0.11.2
26282026-03-11T00:36:34.045Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26292026-03-11T00:36:34.143Z Checking prefix-trie v0.7.0
26302026-03-11T00:36:34.188Z Checking nanorand v0.7.0
26312026-03-11T00:36:34.480Z Compiling dirs-sys-next v0.1.2
26322026-03-11T00:36:34.593Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26332026-03-11T00:36:34.638Z Compiling crunchy v0.2.4
26342026-03-11T00:36:34.755Z Compiling dirs-next v2.0.0
26352026-03-11T00:36:34.797Z Checking hickory-server v0.25.2
26362026-03-11T00:36:34.840Z Checking flume v0.11.1
26372026-03-11T00:36:34.894Z Checking sled v0.34.7
26382026-03-11T00:36:34.963Z Compiling clang-sys v1.8.1
26392026-03-11T00:36:35.103Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26402026-03-11T00:36:35.222Z Checking hickory-client v0.25.2
26412026-03-11T00:36:35.410Z Compiling tiny-keccak v2.0.2
26422026-03-11T00:36:35.665Z Compiling term v0.7.0
26432026-03-11T00:36:35.760Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26442026-03-11T00:36:35.820Z Compiling bit-vec v0.6.3
26452026-03-11T00:36:36.002Z Compiling salty v0.3.0
26462026-03-11T00:36:36.154Z Compiling bit-set v0.5.3
26472026-03-11T00:36:36.408Z Compiling ascii-canvas v3.0.0
26482026-03-11T00:36:36.494Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26492026-03-11T00:36:36.537Z Checking primeorder v0.13.6
26502026-03-11T00:36:36.768Z Compiling itertools v0.10.5
26512026-03-11T00:36:36.901Z Compiling ena v0.14.4
26522026-03-11T00:36:37.008Z Compiling libloading v0.8.9
26532026-03-11T00:36:37.215Z Compiling bindgen v0.71.1
26542026-03-11T00:36:37.259Z Compiling regex-syntax v0.6.29
26552026-03-11T00:36:37.321Z Compiling diff v0.1.13
26562026-03-11T00:36:37.991Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26572026-03-11T00:36:38.286Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26582026-03-11T00:36:38.328Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26592026-03-11T00:36:38.768Z Compiling cexpr v0.6.0
26602026-03-11T00:36:38.812Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26612026-03-11T00:36:39.147Z Compiling lalrpop v0.19.12
26622026-03-11T00:36:39.192Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26632026-03-11T00:36:39.709Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26642026-03-11T00:36:39.996Z Checking diesel v2.2.12
26652026-03-11T00:36:40.065Z Compiling libxml v0.3.3
26662026-03-11T00:36:40.136Z Compiling fs-err v2.11.0
26672026-03-11T00:36:40.295Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26682026-03-11T00:36:40.507Z Checking p384 v0.13.1
26692026-03-11T00:36:40.614Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26702026-03-11T00:36:40.869Z Compiling strum_macros v0.24.3
26712026-03-11T00:36:41.111Z Compiling indoc v1.0.9
26722026-03-11T00:36:42.750Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26732026-03-11T00:36:42.914Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26742026-03-11T00:36:43.241Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26752026-03-11T00:36:43.284Z Checking quick-xml v0.37.5
26762026-03-11T00:36:43.543Z Checking derive_builder v0.20.2
26772026-03-11T00:36:43.723Z Compiling oso-derive v0.27.3
26782026-03-11T00:36:43.834Z Compiling impl-trait-for-tuples v0.2.3
26792026-03-11T00:36:44.201Z Compiling trait-variant v0.1.2
26802026-03-11T00:36:44.424Z Checking openssl-probe v0.1.6
26812026-03-11T00:36:44.531Z Checking parse-size v1.1.0
26822026-03-11T00:36:44.602Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26832026-03-11T00:36:44.721Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26842026-03-11T00:36:44.966Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26852026-03-11T00:36:45.921Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26862026-03-11T00:36:46.081Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26872026-03-11T00:36:46.222Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26882026-03-11T00:36:46.443Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26892026-03-11T00:36:46.688Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26902026-03-11T00:36:47.134Z Checking assert_matches v1.5.0
26912026-03-11T00:36:47.270Z Compiling mime_guess v2.0.5
26922026-03-11T00:36:48.032Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26932026-03-11T00:36:48.440Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26942026-03-11T00:36:48.761Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26952026-03-11T00:36:48.896Z Checking predicates-tree v1.0.13
26962026-03-11T00:36:49.075Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26972026-03-11T00:36:49.173Z Checking http-range v0.1.5
26982026-03-11T00:36:49.361Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26992026-03-11T00:36:49.403Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-03-11T00:36:49.566Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27012026-03-11T00:36:50.424Z Checking atty v0.2.14
27022026-03-11T00:36:50.468Z Compiling diesel-dtrace v0.4.2
27032026-03-11T00:36:51.054Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27042026-03-11T00:36:51.098Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27052026-03-11T00:36:51.577Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27062026-03-11T00:36:51.839Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-03-11T00:36:51.885Z Checking bb8 v0.8.6
27082026-03-11T00:36:52.278Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-03-11T00:36:52.575Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27102026-03-11T00:36:52.842Z Checking corncobs v0.1.4
27112026-03-11T00:36:53.046Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27122026-03-11T00:36:53.134Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27132026-03-11T00:36:53.190Z Checking hyper-staticfile v0.10.1
27142026-03-11T00:36:53.423Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27152026-03-11T00:36:53.596Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27162026-03-11T00:36:53.640Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27172026-03-11T00:36:53.682Z Checking ignore v0.4.25
27182026-03-11T00:36:53.820Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-03-11T00:36:53.865Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-03-11T00:36:53.938Z Checking signal-hook-tokio v0.3.1
27212026-03-11T00:36:54.128Z Checking secrecy v0.8.0
27222026-03-11T00:36:54.263Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27232026-03-11T00:36:54.608Z Checking globwalk v0.9.1
27242026-03-11T00:36:54.727Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27252026-03-11T00:36:54.885Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27262026-03-11T00:36:55.142Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27272026-03-11T00:36:55.409Z Checking nonempty v0.12.0
27282026-03-11T00:36:55.528Z Checking camino-tempfile-ext v0.3.3
27292026-03-11T00:36:55.653Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27302026-03-11T00:36:55.785Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27312026-03-11T00:36:55.828Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27322026-03-11T00:36:56.203Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27332026-03-11T00:36:56.685Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27342026-03-11T00:36:57.233Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27352026-03-11T00:36:57.462Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27362026-03-11T00:36:57.683Z Checking async-bb8-diesel v0.2.1
27372026-03-11T00:36:58.175Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-03-11T00:36:58.234Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27392026-03-11T00:36:58.336Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27402026-03-11T00:36:58.510Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27412026-03-11T00:36:58.580Z Checking tungstenite v0.23.0
27422026-03-11T00:36:58.942Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27432026-03-11T00:36:59.169Z Checking void v1.0.2
27442026-03-11T00:36:59.212Z Checking tokio-tungstenite v0.23.1
27452026-03-11T00:36:59.344Z Checking lzss v0.8.2
27462026-03-11T00:36:59.422Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27472026-03-11T00:36:59.593Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27482026-03-11T00:36:59.637Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27492026-03-11T00:36:59.760Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27502026-03-11T00:36:59.834Z Checking nix v0.27.1
27512026-03-11T00:37:00.396Z Checking serde_bytes v0.11.19
27522026-03-11T00:37:00.663Z Checking rand_seeder v0.4.0
27532026-03-11T00:37:00.707Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27542026-03-11T00:37:00.900Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27552026-03-11T00:37:01.344Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27562026-03-11T00:37:01.452Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27572026-03-11T00:37:01.607Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27582026-03-11T00:37:02.493Z Checking is_ci v1.2.0
27592026-03-11T00:37:02.553Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27602026-03-11T00:37:02.662Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27612026-03-11T00:37:02.825Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27622026-03-11T00:37:03.248Z Checking yansi v1.0.1
27632026-03-11T00:37:03.508Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27642026-03-11T00:37:03.641Z Checking pretty_assertions v1.4.1
27652026-03-11T00:37:03.844Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27662026-03-11T00:37:03.886Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27672026-03-11T00:37:04.214Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27682026-03-11T00:37:04.547Z Compiling darling_core v0.23.0
27692026-03-11T00:37:05.406Z Compiling indoc v2.0.7
27702026-03-11T00:37:05.551Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27712026-03-11T00:37:05.919Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27722026-03-11T00:37:06.059Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-03-11T00:37:06.227Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27742026-03-11T00:37:06.433Z Compiling instability v0.3.11
27752026-03-11T00:37:06.691Z Compiling libz-sys v1.1.24
27762026-03-11T00:37:06.796Z Checking castaway v0.2.4
27772026-03-11T00:37:06.976Z Checking compact_str v0.8.1
27782026-03-11T00:37:07.183Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-03-11T00:37:07.538Z Checking supports-color v3.0.2
27802026-03-11T00:37:07.742Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27812026-03-11T00:37:07.843Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27822026-03-11T00:37:08.049Z Checking unicode-truncate v1.1.0
27832026-03-11T00:37:08.247Z Checking lru v0.12.5
27842026-03-11T00:37:08.296Z Checking cassowary v0.3.0
27852026-03-11T00:37:08.300Z Compiling darling_macro v0.23.0
27862026-03-11T00:37:08.592Z Compiling libgit2-sys v0.18.3+1.9.2
27872026-03-11T00:37:08.814Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27882026-03-11T00:37:09.031Z Compiling darling v0.23.0
27892026-03-11T00:37:09.620Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27902026-03-11T00:37:10.182Z Checking ratatui v0.29.0
27912026-03-11T00:37:10.471Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27922026-03-11T00:37:10.779Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27932026-03-11T00:37:11.204Z Compiling vergen-git2 v1.0.7
27942026-03-11T00:37:11.566Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27952026-03-11T00:37:11.696Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27962026-03-11T00:37:11.872Z Checking colored v2.2.0
27972026-03-11T00:37:12.006Z Checking shell-words v1.1.1
27982026-03-11T00:37:12.071Z Compiling rustls v0.21.12
27992026-03-11T00:37:12.180Z Checking plotters-backend v0.3.7
28002026-03-11T00:37:12.341Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28012026-03-11T00:37:12.444Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28022026-03-11T00:37:12.488Z Checking plotters-svg v0.3.7
28032026-03-11T00:37:12.703Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28042026-03-11T00:37:12.750Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28052026-03-11T00:37:13.007Z Compiling nix v0.29.0
28062026-03-11T00:37:13.335Z Checking rustls-webpki v0.101.7
28072026-03-11T00:37:13.596Z Checking sct v0.7.1
28082026-03-11T00:37:13.654Z Checking cast v0.3.0
28092026-03-11T00:37:13.810Z Checking hex-literal v0.4.1
28102026-03-11T00:37:13.898Z Checking criterion-plot v0.6.0
28112026-03-11T00:37:13.972Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28122026-03-11T00:37:14.431Z Checking plotters v0.3.7
28132026-03-11T00:37:15.519Z Checking erased-serde v0.4.9
28142026-03-11T00:37:15.731Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28152026-03-11T00:37:16.083Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28162026-03-11T00:37:16.774Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28172026-03-11T00:37:17.090Z Checking tinytemplate v1.2.1
28182026-03-11T00:37:17.410Z Checking ordered-float v2.10.1
28192026-03-11T00:37:17.786Z Checking anes v0.1.6
28202026-03-11T00:37:18.073Z Checking oorandom v11.1.5
28212026-03-11T00:37:18.258Z Checking criterion v0.7.0
28222026-03-11T00:37:19.992Z Checking serde-value v0.7.0
28232026-03-11T00:37:20.325Z Checking serde-untagged v0.1.9
28242026-03-11T00:37:20.414Z Checking tokio-rustls v0.24.1
28252026-03-11T00:37:20.708Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28262026-03-11T00:37:20.958Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28272026-03-11T00:37:21.262Z Checking rustls-pemfile v1.0.4
28282026-03-11T00:37:21.475Z Checking twox-hash v2.1.2
28292026-03-11T00:37:21.773Z Checking unicode-xid v0.2.6
28302026-03-11T00:37:21.957Z Checking cargo-util-schemas v0.8.2
28312026-03-11T00:37:22.014Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28322026-03-11T00:37:22.552Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-03-11T00:37:22.778Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28342026-03-11T00:37:23.220Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28352026-03-11T00:37:23.461Z Checking fatfs v0.3.6
28362026-03-11T00:37:24.132Z Checking cargo-platform v0.2.0
28372026-03-11T00:37:24.412Z Compiling petname v2.0.2
28382026-03-11T00:37:24.569Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28392026-03-11T00:37:25.135Z Compiling seq-macro v0.3.6
28402026-03-11T00:37:26.073Z Checking cargo_metadata v0.21.0
28412026-03-11T00:37:26.559Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28422026-03-11T00:37:27.177Z Checking concurrent-queue v2.5.0
28432026-03-11T00:37:27.460Z Checking rtoolbox v0.0.3
28442026-03-11T00:37:27.668Z Checking futures-timer v3.0.3
28452026-03-11T00:37:27.785Z Checking parking v2.2.1
28462026-03-11T00:37:27.940Z Checking rpassword v7.4.0
28472026-03-11T00:37:27.983Z Checking event-listener v5.4.1
28482026-03-11T00:37:28.319Z Checking tui-tree-widget v0.23.1
28492026-03-11T00:37:28.604Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28502026-03-11T00:37:28.686Z Checking polyval v0.6.2
28512026-03-11T00:37:28.845Z Checking sapling-renderdag v0.1.0
28522026-03-11T00:37:28.934Z Checking sync-ptr v0.1.4
28532026-03-11T00:37:29.134Z Checking ghash v0.5.1
28542026-03-11T00:37:29.238Z Checking event-listener-strategy v0.5.4
28552026-03-11T00:37:29.325Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28562026-03-11T00:37:29.453Z Checking ctr v0.9.2
28572026-03-11T00:37:29.633Z Checking arrayref v0.3.9
28582026-03-11T00:37:29.713Z Checking constant_time_eq v0.4.2
28592026-03-11T00:37:29.765Z Checking arrayvec v0.7.6
28602026-03-11T00:37:29.923Z Checking aes-gcm v0.10.3
28612026-03-11T00:37:30.125Z Checking async-lock v3.4.2
28622026-03-11T00:37:30.173Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28632026-03-11T00:37:30.214Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28642026-03-11T00:37:30.734Z Checking ssh-encoding v0.2.0
28652026-03-11T00:37:31.015Z Checking blowfish v0.9.1
28662026-03-11T00:37:31.246Z Checking bcrypt-pbkdf v0.10.0
28672026-03-11T00:37:31.473Z Checking ssh-cipher v0.2.0
28682026-03-11T00:37:31.516Z Checking async-object-pool v0.2.0
28692026-03-11T00:37:31.695Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28702026-03-11T00:37:31.740Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28712026-03-11T00:37:32.158Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28722026-03-11T00:37:32.569Z Checking serde_regex v1.1.0
28732026-03-11T00:37:32.813Z Checking password-hash v0.4.2
28742026-03-11T00:37:33.064Z Checking assert-json-diff v2.0.2
28752026-03-11T00:37:33.147Z Checking path-tree v0.8.3
28762026-03-11T00:37:33.304Z Compiling samael v0.0.19
28772026-03-11T00:37:33.345Z Checking stringmetrics v2.2.2
28782026-03-11T00:37:33.427Z Checking gimli v0.32.3
28792026-03-11T00:37:33.573Z Compiling target-lexicon v0.13.3
28802026-03-11T00:37:33.997Z Checking httpmock v0.8.3
28812026-03-11T00:37:34.355Z Checking pbkdf2 v0.11.0
28822026-03-11T00:37:34.648Z Checking ssh-key v0.6.7
28832026-03-11T00:37:35.739Z Checking addr2line v0.25.1
28842026-03-11T00:37:36.121Z Checking p256 v0.13.2
28852026-03-11T00:37:36.492Z Checking p521 v0.13.3
28862026-03-11T00:37:37.065Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28872026-03-11T00:37:37.322Z Checking russh-cryptovec v0.7.3
28882026-03-11T00:37:37.367Z Checking md5 v0.7.0
28892026-03-11T00:37:37.533Z Checking rustc-demangle v0.1.27
28902026-03-11T00:37:37.617Z Compiling guppy-workspace-hack v0.1.0
28912026-03-11T00:37:37.877Z Checking backtrace v0.3.76
28922026-03-11T00:37:37.978Z Checking russh-keys v0.45.0
28932026-03-11T00:37:38.309Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28942026-03-11T00:37:38.565Z Checking num-bigint v0.4.6
28952026-03-11T00:37:38.842Z Checking des v0.8.1
28962026-03-11T00:37:39.283Z Compiling blake3 v1.8.3
28972026-03-11T00:37:39.537Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28982026-03-11T00:37:39.815Z Compiling target-spec v3.5.7
28992026-03-11T00:37:39.989Z Checking russh v0.45.0
29002026-03-11T00:37:40.154Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29012026-03-11T00:37:40.499Z Checking cfg-expr v0.20.6
29022026-03-11T00:37:40.832Z Checking backtrace-ext v0.2.1
29032026-03-11T00:37:41.057Z Checking supports-color v2.1.0
29042026-03-11T00:37:41.060Z Checking textwrap v0.15.2
29052026-03-11T00:37:41.142Z Checking supports-unicode v2.1.0
29062026-03-11T00:37:41.299Z Checking supports-hyperlinks v2.1.0
29072026-03-11T00:37:41.340Z Checking hashbrown v0.14.5
29082026-03-11T00:37:41.383Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29092026-03-11T00:37:41.476Z Checking cargo-platform v0.3.2
29102026-03-11T00:37:41.679Z Checking socket2 v0.5.10
29112026-03-11T00:37:41.747Z Checking terminal_size v0.1.17
29122026-03-11T00:37:41.919Z Compiling miette-derive v5.10.0
29132026-03-11T00:37:42.029Z Checking owo-colors v3.5.0
29142026-03-11T00:37:42.071Z Checking internet-checksum v0.2.1
29152026-03-11T00:37:42.264Z Checking chumsky v0.9.3
29162026-03-11T00:37:42.553Z Checking cargo_metadata v0.23.1
29172026-03-11T00:37:43.500Z Compiling git2 v0.20.4
29182026-03-11T00:37:43.541Z Checking miette v5.10.0
29192026-03-11T00:37:43.664Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29202026-03-11T00:37:43.814Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29212026-03-11T00:37:43.955Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29222026-03-11T00:37:44.251Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29232026-03-11T00:37:44.376Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29242026-03-11T00:37:44.597Z Checking httptest v0.16.4
29252026-03-11T00:37:44.788Z Checking pathdiff v0.2.3
29262026-03-11T00:37:44.935Z Compiling knuffel-derive v3.2.0
29272026-03-11T00:37:44.977Z Checking nested v0.1.1
29282026-03-11T00:37:45.151Z Checking topological-sort v0.2.2
29292026-03-11T00:37:45.208Z Checking guppy v0.17.25
29302026-03-11T00:37:45.372Z Checking omicron-zone-package v0.12.2
29312026-03-11T00:37:45.572Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29322026-03-11T00:37:45.881Z Checking similar-asserts v1.7.0
29332026-03-11T00:37:46.114Z Compiling rstest_macros v0.25.0
29342026-03-11T00:37:46.531Z Compiling target-triple v1.0.0
29352026-03-11T00:37:46.576Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29362026-03-11T00:37:46.804Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29372026-03-11T00:37:47.023Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29382026-03-11T00:37:47.092Z Checking knuffel v3.2.0
29392026-03-11T00:37:47.591Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29402026-03-11T00:37:47.787Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29412026-03-11T00:37:47.995Z Checking toml_datetime v1.0.0+spec-1.1.0
29422026-03-11T00:37:48.313Z Checking escape8259 v0.5.3
29432026-03-11T00:37:48.457Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29442026-03-11T00:37:48.525Z Compiling relative-path v1.9.3
29452026-03-11T00:37:48.860Z Compiling assert_cmd v2.1.2
29462026-03-11T00:37:49.340Z Checking libtest-mimic v0.8.1
29472026-03-11T00:37:49.384Z Checking toml v1.0.3+spec-1.1.0
29482026-03-11T00:37:49.904Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29492026-03-11T00:37:50.119Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29502026-03-11T00:37:50.298Z Checking blake2b_simd v1.0.4
29512026-03-11T00:37:50.899Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29522026-03-11T00:37:51.079Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29532026-03-11T00:37:51.452Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29542026-03-11T00:37:51.630Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29552026-03-11T00:37:51.959Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29562026-03-11T00:37:52.244Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29572026-03-11T00:37:52.511Z Checking fancy-regex v0.14.0
29582026-03-11T00:37:52.831Z Checking serde_tokenstream v0.2.3
29592026-03-11T00:37:53.060Z Checking uzers v0.12.2
29602026-03-11T00:37:53.160Z Checking termcolor v1.4.1
29612026-03-11T00:37:53.380Z Compiling linkme-impl v0.3.35
29622026-03-11T00:37:53.484Z Checking constant_time_eq v0.3.1
29632026-03-11T00:37:53.657Z Checking rust-argon2 v2.1.0
29642026-03-11T00:37:53.906Z Checking trybuild v1.0.116
29652026-03-11T00:37:54.034Z Checking datatest-stable v0.3.3
29662026-03-11T00:37:54.345Z Checking rstest v0.25.0
29672026-03-11T00:37:54.758Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29682026-03-11T00:37:54.838Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29692026-03-11T00:37:55.246Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29702026-03-11T00:37:55.331Z Checking support-bundle-viewer v0.1.2
29712026-03-11T00:37:55.704Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29722026-03-11T00:37:56.028Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29732026-03-11T00:37:56.214Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29742026-03-11T00:37:56.350Z Checking drift v0.1.3
29752026-03-11T00:37:56.533Z Checking rand_distr v0.5.1
29762026-03-11T00:37:56.833Z Compiling polar-core v0.27.3
29772026-03-11T00:37:56.875Z Checking multimap v0.10.1
29782026-03-11T00:37:57.155Z Checking approx v0.5.1
29792026-03-11T00:37:57.198Z Compiling linkme v0.3.35
29802026-03-11T00:37:57.378Z Checking dropshot-api-manager v0.6.0
29812026-03-11T00:37:58.413Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29822026-03-11T00:37:59.140Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29832026-03-11T00:37:59.181Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29842026-03-11T00:38:00.363Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29852026-03-11T00:38:00.366Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29862026-03-11T00:38:00.366Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29872026-03-11T00:38:00.366Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29882026-03-11T00:38:00.366Z Checking partial-io v0.5.4
29892026-03-11T00:38:00.366Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29902026-03-11T00:38:00.366Z Checking cargo_toml v0.21.0
29912026-03-11T00:38:00.366Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29922026-03-11T00:38:00.367Z Checking termios v0.3.3
29932026-03-11T00:38:00.367Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29942026-03-11T00:38:00.904Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29952026-03-11T00:38:01.011Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29962026-03-11T00:38:01.385Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29972026-03-11T00:38:04.245Z Checking oso v0.27.3
29982026-03-11T00:38:05.171Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29992026-03-11T00:38:08.964Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30002026-03-11T00:38:11.651Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30012026-03-11T00:38:14.555Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30022026-03-11T00:38:20.014Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30032026-03-11T00:38:24.749Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30042026-03-11T00:38:32.568Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30052026-03-11T00:38:33.570Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30062026-03-11T00:38:33.930Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30072026-03-11T00:38:46.356Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30082026-03-11T00:40:37.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 31s
30092026-03-11T00:40:37.952Z
30102026-03-11T00:40:37.955Zreal 5:35.746516167
30112026-03-11T00:40:37.955Zuser 28:23.623265116
30122026-03-11T00:40:37.955Zsys 5:59.714246359
30132026-03-11T00:40:37.955Ztrap 0.729842991
30142026-03-11T00:40:37.955Ztflt 0.537706521
30152026-03-11T00:40:37.955Zdflt 0.140200372
30162026-03-11T00:40:37.955Zkflt 0.000950471
30172026-03-11T00:40:37.955Zlock 1:07:03.806549289
30182026-03-11T00:40:37.955Zslp 1:31:21.994904335
30192026-03-11T00:40:37.955Zlat 2:17.768315134
30202026-03-11T00:40:37.955Zstop 13:16.131929288
30212026-03-11T00:40:37.955Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30222026-03-11T00:40:37.955Z+ ptime -m cargo doc --workspace --no-deps
30232026-03-11T00:40:39.184Zwarning: output filename collision.
30242026-03-11T00:40:39.184ZThe 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)`.
30252026-03-11T00:40:39.184ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30262026-03-11T00:40:39.184ZThe targets should have unique names.
30272026-03-11T00:40:39.184ZThis is a known bug where multiple crates with the same name use
30282026-03-11T00:40:39.184Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
30292026-03-11T00:40:40.366Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-11T00:40:40.581Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30312026-03-11T00:40:40.611Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30322026-03-11T00:40:40.672Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30332026-03-11T00:40:40.709Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30342026-03-11T00:40:40.743Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30352026-03-11T00:40:40.746Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30362026-03-11T00:40:40.941Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30372026-03-11T00:40:40.973Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30382026-03-11T00:40:41.005Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30392026-03-11T00:40:41.058Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30402026-03-11T00:40:41.130Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30412026-03-11T00:40:41.282Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30422026-03-11T00:40:41.310Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30432026-03-11T00:40:41.354Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30442026-03-11T00:40:41.462Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30452026-03-11T00:40:41.532Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30462026-03-11T00:40:41.561Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30472026-03-11T00:40:41.588Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30482026-03-11T00:40:42.188Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30492026-03-11T00:40:42.214Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30502026-03-11T00:40:42.261Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30512026-03-11T00:40:42.428Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30522026-03-11T00:40:42.457Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30532026-03-11T00:40:42.460Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30542026-03-11T00:40:42.542Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30552026-03-11T00:40:42.664Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30562026-03-11T00:40:42.908Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30572026-03-11T00:40:43.143Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30582026-03-11T00:40:43.208Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30592026-03-11T00:40:43.339Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30602026-03-11T00:40:43.439Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30612026-03-11T00:40:43.599Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30622026-03-11T00:40:43.661Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30632026-03-11T00:40:43.690Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30642026-03-11T00:40:43.945Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30652026-03-11T00:40:43.979Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30662026-03-11T00:40:44.295Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30672026-03-11T00:40:44.367Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30682026-03-11T00:40:44.720Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30692026-03-11T00:40:44.747Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30702026-03-11T00:40:44.772Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30712026-03-11T00:40:44.961Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30722026-03-11T00:40:45.062Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30732026-03-11T00:40:45.120Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30742026-03-11T00:40:45.147Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30752026-03-11T00:40:45.270Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30762026-03-11T00:40:45.375Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30772026-03-11T00:40:45.426Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30782026-03-11T00:40:45.460Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30792026-03-11T00:40:45.541Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30802026-03-11T00:40:45.771Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30812026-03-11T00:40:45.796Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30822026-03-11T00:40:45.821Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30832026-03-11T00:40:45.889Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30842026-03-11T00:40:46.107Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30852026-03-11T00:40:46.129Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30862026-03-11T00:40:46.155Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30872026-03-11T00:40:46.348Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30882026-03-11T00:40:46.435Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30892026-03-11T00:40:46.461Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30902026-03-11T00:40:46.489Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30912026-03-11T00:40:46.704Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30922026-03-11T00:40:46.737Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30932026-03-11T00:40:47.010Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30942026-03-11T00:40:47.034Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30952026-03-11T00:40:47.083Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30962026-03-11T00:40:47.119Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30972026-03-11T00:40:47.335Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30982026-03-11T00:40:47.764Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30992026-03-11T00:40:48.066Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31002026-03-11T00:40:48.152Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31012026-03-11T00:40:48.615Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31022026-03-11T00:40:48.683Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31032026-03-11T00:40:48.730Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31042026-03-11T00:40:49.477Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31052026-03-11T00:40:49.779Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31062026-03-11T00:40:50.047Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31072026-03-11T00:40:50.081Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31082026-03-11T00:40:50.484Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-03-11T00:40:50.512Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31102026-03-11T00:40:50.620Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31112026-03-11T00:40:50.649Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31122026-03-11T00:40:50.860Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31132026-03-11T00:40:51.117Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31142026-03-11T00:40:51.331Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31152026-03-11T00:40:51.703Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31162026-03-11T00:40:51.732Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31172026-03-11T00:40:51.940Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31182026-03-11T00:40:52.190Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31192026-03-11T00:40:52.500Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31202026-03-11T00:40:52.801Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31212026-03-11T00:40:53.074Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31222026-03-11T00:40:53.205Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31232026-03-11T00:40:53.235Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31242026-03-11T00:40:53.675Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31252026-03-11T00:40:53.728Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31262026-03-11T00:40:54.342Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31272026-03-11T00:40:54.380Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31282026-03-11T00:40:54.641Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31292026-03-11T00:40:55.557Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31302026-03-11T00:40:56.269Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31312026-03-11T00:40:56.807Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31322026-03-11T00:40:56.833Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31332026-03-11T00:40:57.274Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31342026-03-11T00:40:57.572Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31352026-03-11T00:40:57.599Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31362026-03-11T00:40:57.626Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31372026-03-11T00:40:57.735Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31382026-03-11T00:40:57.978Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31392026-03-11T00:40:58.035Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31402026-03-11T00:40:58.263Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31412026-03-11T00:40:58.267Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31422026-03-11T00:40:58.414Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31432026-03-11T00:40:58.533Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31442026-03-11T00:40:58.954Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31452026-03-11T00:40:59.168Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31462026-03-11T00:41:00.624Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31472026-03-11T00:41:00.899Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31482026-03-11T00:41:01.431Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31492026-03-11T00:41:01.586Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31502026-03-11T00:41:01.764Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31512026-03-11T00:41:01.906Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31522026-03-11T00:41:02.087Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31532026-03-11T00:41:02.913Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31542026-03-11T00:41:02.966Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31552026-03-11T00:41:03.007Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31562026-03-11T00:41:03.449Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31572026-03-11T00:41:03.958Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31582026-03-11T00:41:04.046Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31592026-03-11T00:41:04.239Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31602026-03-11T00:41:04.502Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31612026-03-11T00:41:04.836Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-03-11T00:41:04.967Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31632026-03-11T00:41:05.012Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31642026-03-11T00:41:06.704Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31652026-03-11T00:41:06.761Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31662026-03-11T00:41:06.915Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31672026-03-11T00:41:07.650Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31682026-03-11T00:41:08.261Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31692026-03-11T00:41:09.663Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31702026-03-11T00:41:09.792Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31712026-03-11T00:41:10.739Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31722026-03-11T00:41:10.805Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31732026-03-11T00:41:10.953Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31742026-03-11T00:41:11.737Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31752026-03-11T00:41:11.789Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-03-11T00:41:12.805Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31772026-03-11T00:41:14.952Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31782026-03-11T00:41:14.980Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-03-11T00:41:15.011Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31802026-03-11T00:41:15.074Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31812026-03-11T00:41:15.936Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31822026-03-11T00:41:17.204Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31832026-03-11T00:41:18.307Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31842026-03-11T00:41:18.847Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31852026-03-11T00:41:19.801Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31862026-03-11T00:41:21.539Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31872026-03-11T00:41:22.026Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31882026-03-11T00:41:23.312Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31892026-03-11T00:41:23.529Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31902026-03-11T00:41:24.022Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31912026-03-11T00:41:24.510Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31922026-03-11T00:41:24.915Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31932026-03-11T00:41:25.306Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31942026-03-11T00:41:27.201Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31952026-03-11T00:41:27.580Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31962026-03-11T00:41:27.713Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31972026-03-11T00:41:27.799Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31982026-03-11T00:41:28.158Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31992026-03-11T00:41:28.701Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32002026-03-11T00:41:28.749Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32012026-03-11T00:41:28.752Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32022026-03-11T00:41:28.954Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32032026-03-11T00:41:29.603Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32042026-03-11T00:41:29.822Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32052026-03-11T00:41:30.321Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32062026-03-11T00:41:30.886Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32072026-03-11T00:41:31.279Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32082026-03-11T00:41:31.604Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32092026-03-11T00:41:31.833Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32102026-03-11T00:41:32.087Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32112026-03-11T00:41:32.509Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32122026-03-11T00:41:32.844Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32132026-03-11T00:41:33.409Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32142026-03-11T00:41:34.745Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32152026-03-11T00:41:35.395Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32162026-03-11T00:41:36.685Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32172026-03-11T00:41:37.538Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32182026-03-11T00:41:42.344Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32192026-03-11T00:41:42.740Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32202026-03-11T00:41:43.375Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32212026-03-11T00:41:44.827Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32222026-03-11T00:41:47.102Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32232026-03-11T00:41:48.924Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32242026-03-11T00:41:49.760Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32252026-03-11T00:41:50.679Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32262026-03-11T00:41:51.468Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32272026-03-11T00:41:53.018Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32282026-03-11T00:41:55.294Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32292026-03-11T00:41:56.024Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32302026-03-11T00:41:57.351Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32312026-03-11T00:41:57.743Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32322026-03-11T00:41:57.832Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32332026-03-11T00:41:58.908Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32342026-03-11T00:41:59.687Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32352026-03-11T00:41:59.861Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32362026-03-11T00:42:03.880Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32372026-03-11T00:42:05.449Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32382026-03-11T00:42:08.561Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32392026-03-11T00:42:09.942Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32402026-03-11T00:42:10.894Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32412026-03-11T00:42:12.258Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32422026-03-11T00:42:13.162Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432026-03-11T00:42:14.323Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32442026-03-11T00:42:15.387Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32452026-03-11T00:42:16.538Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32462026-03-11T00:42:18.436Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32472026-03-11T00:42:20.199Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32482026-03-11T00:42:22.402Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32492026-03-11T00:42:22.720Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32502026-03-11T00:42:23.979Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32512026-03-11T00:42:25.822Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32522026-03-11T00:42:26.829Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32532026-03-11T00:42:28.309Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32542026-03-11T00:42:29.831Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32552026-03-11T00:42:31.138Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32562026-03-11T00:42:35.643Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32572026-03-11T00:42:36.824Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32582026-03-11T00:42:38.009Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32592026-03-11T00:42:39.962Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32602026-03-11T00:42:41.397Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32612026-03-11T00:42:42.782Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32622026-03-11T00:42:48.788Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32632026-03-11T00:42:49.134Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32642026-03-11T00:42:50.644Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32652026-03-11T00:42:51.114Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32662026-03-11T00:42:52.389Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32672026-03-11T00:42:54.443Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32682026-03-11T00:42:56.396Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32692026-03-11T00:42:58.739Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32702026-03-11T00:43:00.943Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32712026-03-11T00:43:03.245Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32722026-03-11T00:43:04.830Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32732026-03-11T00:43:06.800Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32742026-03-11T00:43:08.765Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32752026-03-11T00:43:10.760Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32762026-03-11T00:43:12.663Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32772026-03-11T00:43:14.308Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32782026-03-11T00:43:16.247Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32792026-03-11T00:43:18.493Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32802026-03-11T00:43:20.148Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32812026-03-11T00:43:22.132Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32822026-03-11T00:43:23.995Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32832026-03-11T00:43:26.590Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32842026-03-11T00:43:28.276Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32852026-03-11T00:43:30.292Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32862026-03-11T00:43:32.424Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32872026-03-11T00:43:34.614Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-03-11T00:43:36.627Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32892026-03-11T00:43:38.669Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32902026-03-11T00:43:40.782Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32912026-03-11T00:43:42.780Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32922026-03-11T00:43:44.858Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32932026-03-11T00:43:46.960Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32942026-03-11T00:43:49.045Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32952026-03-11T00:43:51.199Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32962026-03-11T00:43:53.236Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32972026-03-11T00:43:55.344Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32982026-03-11T00:43:57.346Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32992026-03-11T00:44:01.276Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33002026-03-11T00:44:04.206Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33012026-03-11T00:44:06.429Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33022026-03-11T00:44:07.057Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33032026-03-11T00:44:10.872Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33042026-03-11T00:44:13.060Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33052026-03-11T00:44:15.203Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33062026-03-11T00:44:17.566Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33072026-03-11T00:44:19.716Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33082026-03-11T00:44:22.065Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33092026-03-11T00:44:24.247Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33102026-03-11T00:44:26.368Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33112026-03-11T00:44:29.070Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33122026-03-11T00:44:31.710Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33132026-03-11T00:44:33.338Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33142026-03-11T00:44:35.906Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33152026-03-11T00:44:37.971Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33162026-03-11T00:44:40.305Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33172026-03-11T00:44:42.500Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33182026-03-11T00:44:44.939Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33192026-03-11T00:44:47.352Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33202026-03-11T00:44:49.560Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33212026-03-11T00:44:51.868Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33222026-03-11T00:44:54.152Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33232026-03-11T00:44:56.515Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33242026-03-11T00:44:58.894Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33252026-03-11T00:45:01.092Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33262026-03-11T00:45:03.505Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33272026-03-11T00:45:05.972Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33282026-03-11T00:45:08.254Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33292026-03-11T00:45:10.632Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33302026-03-11T00:45:12.919Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33312026-03-11T00:45:15.472Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33322026-03-11T00:45:18.523Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33332026-03-11T00:45:20.610Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33342026-03-11T00:45:23.185Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33352026-03-11T00:45:25.614Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33362026-03-11T00:45:28.269Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33372026-03-11T00:45:30.672Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33382026-03-11T00:45:33.075Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33392026-03-11T00:45:37.300Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33402026-03-11T00:45:43.403Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33412026-03-11T00:45:44.811Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33422026-03-11T00:45:46.809Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33432026-03-11T00:45:50.224Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33442026-03-11T00:45:53.593Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33452026-03-11T00:45:56.984Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33462026-03-11T00:46:00.332Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33472026-03-11T00:46:03.668Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33482026-03-11T00:46:07.129Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33492026-03-11T00:46:10.442Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33502026-03-11T00:46:14.029Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33512026-03-11T00:46:17.360Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33522026-03-11T00:46:20.739Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33532026-03-11T00:46:24.049Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33542026-03-11T00:46:27.453Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33552026-03-11T00:46:30.781Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33562026-03-11T00:46:57.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 19s
33572026-03-11T00:46:57.755Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 188 other files
33582026-03-11T00:46:57.860Z
33592026-03-11T00:46:57.864Zreal 6:19.773659157
33602026-03-11T00:46:57.864Zuser 22:07.213177079
33612026-03-11T00:46:57.864Zsys 4:01.179531548
33622026-03-11T00:46:57.864Ztrap 0.416353764
33632026-03-11T00:46:57.864Ztflt 0.048775684
33642026-03-11T00:46:57.864Zdflt 0.061491901
33652026-03-11T00:46:57.864Zkflt 0.000063577
33662026-03-11T00:46:57.864Zlock 5:03:21.203469894
33672026-03-11T00:46:57.864Zslp 2:09:13.015145680
33682026-03-11T00:46:57.864Zlat 43.263949204
33692026-03-11T00:46:57.864Zstop 1:46.869764311
33702026-03-11T00:46:57.864Zprocess exited: duration 961440 ms, exit code 0
 
33712026-03-11T00:46:57.871Zfound 0 output files