01KM6TFS4HJNAK440P9JCQXKYT: clippy (helios)

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

Buildomat Job: 01KM6TG8WM6AQTM6ZBBY7EN87K

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T23:51:20.364Zjob assigned to worker 01KM6TGEFT695QG8QCS81P31J5 [factory aws, i-03c4f4bc7e947ebbf] (queued for 1 m 4 s)
 
22026-03-20T23:51:27.984Zstarting task 0: "setup"
32026-03-20T23:51:27.989Z++ uname -s
42026-03-20T23:51:27.992Z+ kern=SunOS
52026-03-20T23:51:27.992Z+ build_user=build
62026-03-20T23:51:27.993Z+ build_uid=12345
72026-03-20T23:51:27.993Z+ work_dir=/work
82026-03-20T23:51:27.993Z+ input_dir=/input
92026-03-20T23:51:27.993Z+ [[ 0 == 12345 ]]
102026-03-20T23:51:27.993Z+ case "$kern" in
112026-03-20T23:51:27.993Z+ groupadd -g 12345 build
122026-03-20T23:51:27.996Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T23:51:30.000Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T23:51:30.113Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T23:51:30.116Z+ home_fs=zfs
162026-03-20T23:51:30.117Z+ [[ zfs == autofs ]]
172026-03-20T23:51:30.117Z+ mkdir -p /home/build
182026-03-20T23:51:30.119Z+ chown build:build /home/build /work
192026-03-20T23:51:32.119Z+ chmod 0700 /home/build /work
202026-03-20T23:51:32.122Zprocess exited: duration 4137 ms, exit code 0
 
212026-03-20T23:51:32.128Zstarting task 1: "rust-toolchain"
222026-03-20T23:51:32.132Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-20T23:51:32.132Z * rust toolchain channel = "1.94.0"
242026-03-20T23:51:32.132Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-20T23:51:32.132Z * rust toolchain profile = "default"
262026-03-20T23:51:32.132Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T23:51:32.132Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T23:51:32.135Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T23:51:32.135Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-20T23:51:32.278Zinfo: downloading installer
312026-03-20T23:51:34.110Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T23:51:34.110Zwarn: /opt/ooce/bin
332026-03-20T23:51:34.110Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T23:51:34.110Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T23:51:34.110Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T23:51:34.110Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T23:51:34.110Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T23:51:34.110Zerror: cannot install while Rust is installed
392026-03-20T23:51:34.110Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T23:51:34.110Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T23:51:34.110Zwarn: /home/build/.rustup/settings.toml
422026-03-20T23:51:34.110Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T23:51:34.110Zwarn: instead of the one inferred from the default host triple.
442026-03-20T23:51:34.122Zinfo: profile set to default
452026-03-20T23:51:34.122Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T23:51:34.125Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-20T23:51:34.277Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T23:51:34.280Zinfo: downloading 6 components
492026-03-20T23:51:53.270Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-20T23:51:53.270Z
512026-03-20T23:51:53.308Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T23:51:53.308Z
532026-03-20T23:51:53.312Z
542026-03-20T23:51:53.312ZRust is installed now. Great!
552026-03-20T23:51:53.312Z
562026-03-20T23:51:53.312ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T23:51:53.312Zenvironment variable. This has not been done automatically.
582026-03-20T23:51:53.312Z
592026-03-20T23:51:53.312ZTo configure your current shell, you need to source
602026-03-20T23:51:53.312Zthe corresponding env file under $HOME/.cargo.
612026-03-20T23:51:53.312Z
622026-03-20T23:51:53.312ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T23:51:53.312Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T23:51:53.312Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T23:51:53.312Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T23:51:53.312Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T23:51:53.312Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T23:51:53.312Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T23:51:53.312Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T23:51:53.312Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T23:51:53.404Z+ rustup --version
722026-03-20T23:51:53.415Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T23:51:53.418Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T23:51:53.442Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T23:51:53.445Z+ cargo --version
762026-03-20T23:51:53.462Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T23:51:53.465Z+ rustc --version
782026-03-20T23:51:53.490Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T23:51:53.493Zprocess exited: duration 21362 ms, exit code 0
 
802026-03-20T23:51:53.499Zstarting task 2: "authentication"
812026-03-20T23:51:53.518Zprocess exited: duration 19 ms, exit code 0
 
822026-03-20T23:51:53.523Zstarting task 3: "clone repository"
832026-03-20T23:51:53.527Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-20T23:51:53.530Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-20T23:51:53.561ZCloning into '/work/oxidecomputer/omicron'...
862026-03-20T23:52:04.891Z+ cd /work/oxidecomputer/omicron
872026-03-20T23:52:04.891Z+ git fetch origin bb01bbf4f69d79cea18ee830f0d39870fbfde3e6
882026-03-20T23:52:05.183ZFrom https://github.com/oxidecomputer/omicron
892026-03-20T23:52:05.183Z * branch bb01bbf4f69d79cea18ee830f0d39870fbfde3e6 -> FETCH_HEAD
902026-03-20T23:52:05.194Z+ [[ -n baby-write-back ]]
912026-03-20T23:52:05.197Z++ git branch --show-current
922026-03-20T23:52:05.200Z+ current=main
932026-03-20T23:52:05.200Z+ [[ main != baby-write-back ]]
942026-03-20T23:52:05.200Z+ git branch -f baby-write-back bb01bbf4f69d79cea18ee830f0d39870fbfde3e6
952026-03-20T23:52:05.203Z+ git checkout -f baby-write-back
962026-03-20T23:52:05.493ZSwitched to branch 'baby-write-back'
972026-03-20T23:52:05.496Z+ git reset --hard bb01bbf4f69d79cea18ee830f0d39870fbfde3e6
982026-03-20T23:52:05.800ZHEAD is now at bb01bbf4f comments
992026-03-20T23:52:05.802Zprocess exited: duration 12270 ms, exit code 0
 
1002026-03-20T23:52:05.809Zstarting task 4: "build"
1012026-03-20T23:52:05.813Z+ source ./env.sh
1022026-03-20T23:52:05.816Z++ OLD_SHELL_OPTS=ehxB
1032026-03-20T23:52:05.816Z++ set -o xtrace
1042026-03-20T23:52:05.816Z++++ dirname ./env.sh
1052026-03-20T23:52:05.822Z+++ readlink -f .
1062026-03-20T23:52:05.822Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-20T23:52:05.822Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-20T23:52:05.822Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-20T23:52:05.822Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-20T23:52:05.822Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-20T23:52:05.822Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-20T23:52:05.822Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-03-20T23:52:05.822Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-20T23:52:05.822Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-20T23:52:05.826Z++ case $OLD_SHELL_OPTS in
1162026-03-20T23:52:05.826Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-20T23:52:05.826Z+ source .github/buildomat/ci-env.sh
1182026-03-20T23:52:05.826Z++ export CARGO_TERM_COLOR=always
1192026-03-20T23:52:05.826Z++ CARGO_TERM_COLOR=always
1202026-03-20T23:52:05.826Z+ cargo --version
1212026-03-20T23:52:05.831Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-20T23:52:05.836Z+ rustc --version
1232026-03-20T23:52:05.860Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-20T23:52:05.863Z+ banner prerequisites
1252026-03-20T23:52:05.866Z
1262026-03-20T23:52:05.866Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-20T23:52:05.866Z # # # # # # # # # # # # # # #
1282026-03-20T23:52:05.866Z # # # # ##### # # ##### # # # # # #### #
1292026-03-20T23:52:05.866Z ##### ##### # ##### # # # # # # # # #
1302026-03-20T23:52:05.866Z # # # # # # # # # # # # # # #
1312026-03-20T23:52:05.866Z # # # ###### # # ###### ### # #### # #### #
1322026-03-20T23:52:05.866Z
1332026-03-20T23:52:05.866Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-20T23:52:15.431Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-20T23:52:25.269Z Startup: Caching catalogs ... Done
1362026-03-20T23:52:47.584ZPlanning: Solver setup ... Done (20.883s)
1372026-03-20T23:52:47.738ZPlanning: Running solver ... Done (0.154s)
1382026-03-20T23:52:47.923ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-20T23:52:47.936ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-20T23:52:48.060ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-20T23:52:48.102ZPlanning: Package planning ... Done (0.043s)
1422026-03-20T23:52:48.143ZPlanning: Merging actions ... Done (0.040s)
1432026-03-20T23:52:48.381ZPlanning: Checking for conflicting actions ... Done (0.238s)
1442026-03-20T23:52:48.391ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-20T23:52:49.251ZPlanning: Evaluating mediators ... Done (0.860s)
1462026-03-20T23:52:49.260ZPlanning: Planning completed in 23.84 seconds
1472026-03-20T23:52:49.273Z Packages to install: 4
1482026-03-20T23:52:49.276Z Mediators to change: 2
1492026-03-20T23:52:49.276Z Services to change: 1
1502026-03-20T23:52:49.276Z Estimated space available: 155.43 GB
1512026-03-20T23:52:49.276ZEstimated space to be consumed: 1.83 GB
1522026-03-20T23:52:49.276Z Create boot environment: No
1532026-03-20T23:52:49.276ZCreate backup boot environment: No
1542026-03-20T23:52:49.276Z Rebuild boot archive: No
1552026-03-20T23:52:49.276Z
1562026-03-20T23:52:49.276ZChanged mediators:
1572026-03-20T23:52:49.276Z mediator clang:
1582026-03-20T23:52:49.276Z version: None -> 15 (system default)
1592026-03-20T23:52:49.276Z
1602026-03-20T23:52:49.276Z mediator llvm:
1612026-03-20T23:52:49.276Z version: 14 (system default) -> 15 (system default)
1622026-03-20T23:52:49.276Z
1632026-03-20T23:52:49.276ZChanged packages:
1642026-03-20T23:52:49.276Zhelios-dev
1652026-03-20T23:52:49.276Z developer/build-essential
1662026-03-20T23:52:49.276Z None -> 11-2.0
1672026-03-20T23:52:49.276Z library/libxmlsec1
1682026-03-20T23:52:49.276Z None -> 1.2.35-2.0
1692026-03-20T23:52:49.276Z ooce/developer/clang-15
1702026-03-20T23:52:49.276Z None -> 15.0.7-2.0
1712026-03-20T23:52:49.276Z ooce/developer/llvm-15
1722026-03-20T23:52:49.276Z None -> 15.0.7-2.0
1732026-03-20T23:52:49.276Z
1742026-03-20T23:52:49.276ZServices:
1752026-03-20T23:52:49.276Z restart_fmri:
1762026-03-20T23:52:49.276Z svc:/system/update-man-index:default
1772026-03-20T23:52:49.322Z
1782026-03-20T23:52:49.322ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-20T23:52:54.332ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (24.5M/s)
1802026-03-20T23:52:59.638ZDownload: 3283/3290 items 210.0/212.6MB 98% complete (21.5M/s)
1812026-03-20T23:53:00.898ZDownload: Completed 212.60 MB in 11.57 seconds (18.4M/s)
1822026-03-20T23:53:01.069Z Actions: 1/3689 actions (Installing new actions)
1832026-03-20T23:53:05.159Z Actions: Completed 3689 actions in 4.09 seconds.
1842026-03-20T23:53:05.527Z Done (0.363s)
1852026-03-20T23:53:05.527Z Done (0.000s)
1862026-03-20T23:53:06.526Z Done (0.999s)
1872026-03-20T23:53:10.625Z Done (3.751s)
1882026-03-20T23:53:10.707Z Done (0.017s)
1892026-03-20T23:53:10.710Z Done (0.000s)
1902026-03-20T23:53:10.848Z Done (0.000s)
1912026-03-20T23:53:11.818ZPlanning: Evaluating mediator changes ... Done
1922026-03-20T23:53:11.964ZPlanning: Checking for conflicting actions ... Done
1932026-03-20T23:53:11.968ZPlanning: Consolidating action changes ... Done
1942026-03-20T23:53:12.190ZPlanning: Evaluating mediators ... Done
1952026-03-20T23:53:12.193ZPlanning: Planning completed in 0.37 seconds
1962026-03-20T23:53:12.219Z Mediators to change: 2
1972026-03-20T23:53:12.219Z Create boot environment: No
1982026-03-20T23:53:12.222ZCreate backup boot environment: No
1992026-03-20T23:53:12.288Z Done
2002026-03-20T23:53:12.288Z Done
2012026-03-20T23:53:13.022Z Done
2022026-03-20T23:53:16.344Z Done
2032026-03-20T23:53:16.430Z Done
2042026-03-20T23:53:16.434Z Done
2052026-03-20T23:53:16.577Z Done
2062026-03-20T23:53:17.114ZPlanning: Evaluating mediator changes ... Done
2072026-03-20T23:53:17.116ZPlanning: Merging actions ... Done
2082026-03-20T23:53:17.281ZPlanning: Checking for conflicting actions ... Done
2092026-03-20T23:53:17.283ZPlanning: Consolidating action changes ... Done
2102026-03-20T23:53:17.500ZPlanning: Evaluating mediators ... Done
2112026-03-20T23:53:17.543ZPlanning: Planning completed in 0.63 seconds
2122026-03-20T23:53:17.574Z Packages to change: 1
2132026-03-20T23:53:17.574Z Mediators to change: 1
2142026-03-20T23:53:17.577Z Services to change: 1
2152026-03-20T23:53:17.577Z Create boot environment: No
2162026-03-20T23:53:17.577ZCreate backup boot environment: Yes
2172026-03-20T23:53:20.095Z Actions: 1/6 actions (Updating modified actions)
2182026-03-20T23:53:20.098Z Actions: Completed 6 actions in 0.00 seconds.
2192026-03-20T23:53:20.098Z Done
2202026-03-20T23:53:20.098Z Done
2212026-03-20T23:53:20.289Z Done
2222026-03-20T23:53:23.567Z Done
2232026-03-20T23:53:23.653Z Done
2242026-03-20T23:53:23.656Z Done
2252026-03-20T23:53:23.820Z Done
2262026-03-20T23:53:24.197ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-20T23:53:24.197Zclang system 15 system
2282026-03-20T23:53:24.197Zcsh system system illumos
2292026-03-20T23:53:24.198Zctags system system illumos
2302026-03-20T23:53:24.198Zfile system system illumos
2312026-03-20T23:53:24.198Zgcc vendor 12 vendor
2322026-03-20T23:53:24.198Zgcc system 10 system
2332026-03-20T23:53:24.198Zgcc system 7 system
2342026-03-20T23:53:24.198Zgo system 1.20 system
2352026-03-20T23:53:24.198Zgo system 1.19 system
2362026-03-20T23:53:24.198Zllvm system 15 system
2372026-03-20T23:53:24.198Zllvm system 14 system
2382026-03-20T23:53:24.198Zmariadb system 10.6 system
2392026-03-20T23:53:24.198Zmta vendor vendor dma
2402026-03-20T23:53:24.198Zopenjdk system 17 system
2412026-03-20T23:53:24.198Zopenjdk system 11 system
2422026-03-20T23:53:24.198Zopenjdk system 1.8 system
2432026-03-20T23:53:24.198Zopenssl vendor 3 vendor
2442026-03-20T23:53:24.198Zperl system 5.36 system
2452026-03-20T23:53:24.198Zpostgresql system 15 system
2462026-03-20T23:53:24.198Zpostgresql system 13 system
2472026-03-20T23:53:24.198Zpython vendor 3 vendor
2482026-03-20T23:53:24.198Zpython system 2 system
2492026-03-20T23:53:24.198Zpython3 system 3.11 system
2502026-03-20T23:53:24.198Zruby system 3.0 system
2512026-03-20T23:53:24.198Zwords vendor vendor american-english
2522026-03-20T23:53:24.198Zwords system system australian-english
2532026-03-20T23:53:24.198Zwords system system british-english
2542026-03-20T23:53:24.198Zwords system system canadian-english
2552026-03-20T23:53:24.198Zwords system system french
2562026-03-20T23:53:24.198Zwords system system italian
2572026-03-20T23:53:24.198Zwords system system ngerman
2582026-03-20T23:53:24.198Zwords system system ogerman
2592026-03-20T23:53:24.198Zwords system system spanish
2602026-03-20T23:53:24.497ZPUBLISHER TYPE STATUS P LOCATION
2612026-03-20T23:53:24.497Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-03-20T23:53:30.434ZFMRI IFO
2632026-03-20T23:53:30.434Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-03-20T23:53:30.434Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-03-20T23:53:30.434Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-03-20T23:53:30.434Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-03-20T23:53:30.434Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-03-20T23:53:30.434Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-03-20T23:53:30.435Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-03-20T23:53:30.435Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-03-20T23:53:30.435Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-03-20T23:53:30.435Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-03-20T23:53:30.435Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-03-20T23:53:30.435Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-03-20T23:53:30.435Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-03-20T23:53:30.435Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-03-20T23:53:30.435Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-03-20T23:53:30.435Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-03-20T23:53:31.678Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-03-20T23:53:31.952Z Updating crates.io index
2812026-03-20T23:53:31.955Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-03-20T23:53:32.240Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-03-20T23:53:33.028Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-03-20T23:53:33.448Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-20T23:53:33.741Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-20T23:53:34.657Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-20T23:53:35.305Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-20T23:53:36.638Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-20T23:53:38.227Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-20T23:53:39.289Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-20T23:53:39.718Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-20T23:53:40.437Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-20T23:53:40.850Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-20T23:53:41.320Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-20T23:53:41.587Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-20T23:53:42.580Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-20T23:53:43.088Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-20T23:53:43.589Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-20T23:53:43.870Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-20T23:53:44.327Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-20T23:53:44.749Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-20T23:53:44.923Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-20T23:53:45.184Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-20T23:53:45.568Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-20T23:53:45.937Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-20T23:53:46.504Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-20T23:53:46.787Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-20T23:53:47.074Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-20T23:53:47.379Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-03-20T23:53:48.598Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-20T23:53:48.845Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-20T23:53:49.218Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-20T23:53:49.543Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-20T23:53:49.901Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-20T23:53:50.362Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-20T23:53:50.614Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-20T23:53:50.845Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-20T23:53:51.237Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-20T23:54:05.132Z Downloading crates ...
3202026-03-20T23:54:05.176Z Downloaded anstyle-query v1.1.5
3212026-03-20T23:54:05.184Z Downloaded anstream v0.6.21
3222026-03-20T23:54:05.188Z Downloaded anyhow v1.0.102
3232026-03-20T23:54:05.192Z Downloaded anstyle v1.0.13
3242026-03-20T23:54:05.195Z Downloaded autocfg v1.5.0
3252026-03-20T23:54:05.198Z Downloaded icu_properties v2.1.2
3262026-03-20T23:54:05.201Z Downloaded semver v1.0.27
3272026-03-20T23:54:05.204Z Downloaded usdt-attr-macro v0.5.0
3282026-03-20T23:54:05.207Z Downloaded clap_builder v4.5.60
3292026-03-20T23:54:05.211Z Downloaded anstyle-parse v0.2.7
3302026-03-20T23:54:05.216Z Downloaded unicode-xid v0.2.6
3312026-03-20T23:54:05.216Z Downloaded serde-untagged v0.1.9
3322026-03-20T23:54:05.220Z Downloaded toml_write v0.1.2
3332026-03-20T23:54:05.220Z Downloaded serde-value v0.7.0
3342026-03-20T23:54:05.220Z Downloaded pretty-hex v0.4.1
3352026-03-20T23:54:05.220Z Downloaded cpufeatures v0.2.17
3362026-03-20T23:54:05.220Z Downloaded usdt-macro v0.5.0
3372026-03-20T23:54:05.223Z Downloaded utf8_iter v1.0.4
3382026-03-20T23:54:05.224Z Downloaded typeid v1.0.3
3392026-03-20T23:54:05.224Z Downloaded version_check v0.9.5
3402026-03-20T23:54:05.224Z Downloaded thread-id v4.2.2
3412026-03-20T23:54:05.227Z Downloaded scroll_derive v0.12.1
3422026-03-20T23:54:05.227Z Downloaded block-buffer v0.10.4
3432026-03-20T23:54:05.227Z Downloaded memmap v0.7.0
3442026-03-20T23:54:05.227Z Downloaded zerotrie v0.2.3
3452026-03-20T23:54:05.230Z Downloaded is_terminal_polyfill v1.70.2
3462026-03-20T23:54:05.230Z Downloaded synstructure v0.13.2
3472026-03-20T23:54:05.232Z Downloaded erased-serde v0.4.9
3482026-03-20T23:54:05.233Z Downloaded zerofrom-derive v0.1.6
3492026-03-20T23:54:05.236Z Downloaded serde_spanned v0.6.9
3502026-03-20T23:54:05.236Z Downloaded serde_core v1.0.228
3512026-03-20T23:54:05.239Z Downloaded cargo-util-schemas v0.8.2
3522026-03-20T23:54:05.239Z Downloaded yoke-derive v0.8.1
3532026-03-20T23:54:05.239Z Downloaded camino-tempfile v1.4.1
3542026-03-20T23:54:05.242Z Downloaded toml_datetime v0.6.11
3552026-03-20T23:54:05.242Z Downloaded dof v0.3.0
3562026-03-20T23:54:05.242Z Downloaded papergrid v0.11.0
3572026-03-20T23:54:05.245Z Downloaded zerofrom v0.1.6
3582026-03-20T23:54:05.248Z Downloaded unicode-linebreak v0.1.5
3592026-03-20T23:54:05.248Z Downloaded macaddr v1.0.1
3602026-03-20T23:54:05.248Z Downloaded usdt v0.5.0
3612026-03-20T23:54:05.251Z Downloaded thiserror-impl v1.0.69
3622026-03-20T23:54:05.251Z Downloaded cargo-platform v0.2.0
3632026-03-20T23:54:05.252Z Downloaded colorchoice v1.0.4
3642026-03-20T23:54:05.255Z Downloaded num-traits v0.2.19
3652026-03-20T23:54:05.255Z Downloaded fnv v1.0.7
3662026-03-20T23:54:05.255Z Downloaded bitflags v2.11.0
3672026-03-20T23:54:05.257Z Downloaded zmij v1.0.21
3682026-03-20T23:54:05.260Z Downloaded thiserror-impl v2.0.18
3692026-03-20T23:54:05.261Z Downloaded percent-encoding v2.3.2
3702026-03-20T23:54:05.261Z Downloaded equivalent v1.0.2
3712026-03-20T23:54:05.264Z Downloaded cfg-if v1.0.4
3722026-03-20T23:54:05.264Z Downloaded zerovec-derive v0.11.2
3732026-03-20T23:54:05.264Z Downloaded thiserror v2.0.18
3742026-03-20T23:54:05.268Z Downloaded utf8parse v0.2.2
3752026-03-20T23:54:05.270Z Downloaded usdt-impl v0.5.0
3762026-03-20T23:54:05.270Z Downloaded tinystr v0.8.2
3772026-03-20T23:54:05.270Z Downloaded heck v0.5.0
3782026-03-20T23:54:05.273Z Downloaded ucd-trie v0.1.7
3792026-03-20T23:54:05.273Z Downloaded yoke v0.8.1
3802026-03-20T23:54:05.274Z Downloaded terminal_size v0.4.3
3812026-03-20T23:54:05.277Z Downloaded strsim v0.11.1
3822026-03-20T23:54:05.277Z Downloaded proc-macro-error-attr v1.0.4
3832026-03-20T23:54:05.277Z Downloaded generic-array v0.14.7
3842026-03-20T23:54:05.325Z Downloaded idna_adapter v1.2.1
3852026-03-20T23:54:05.325Z Downloaded stable_deref_trait v1.2.1
3862026-03-20T23:54:05.325Z Downloaded heck v0.4.1
3872026-03-20T23:54:05.325Z Downloaded zerocopy-derive v0.7.35
3882026-03-20T23:54:05.325Z Downloaded toml v0.8.23
3892026-03-20T23:54:05.325Z Downloaded textwrap v0.16.2
3902026-03-20T23:54:05.325Z Downloaded ordered-float v2.10.1
3912026-03-20T23:54:05.325Z Downloaded unicode-ident v1.0.24
3922026-03-20T23:54:05.325Z Downloaded toml_edit v0.22.27
3932026-03-20T23:54:05.325Z Downloaded tabled_derive v0.7.0
3942026-03-20T23:54:05.325Z Downloaded swrite v0.1.0
3952026-03-20T23:54:05.325Z Downloaded fastrand v2.3.0
3962026-03-20T23:54:05.325Z Downloaded smawk v0.3.2
3972026-03-20T23:54:05.325Z Downloaded form_urlencoded v1.2.2
3982026-03-20T23:54:05.325Z Downloaded dtrace-parser v0.2.0
3992026-03-20T23:54:05.326Z Downloaded crypto-common v0.1.7
4002026-03-20T23:54:05.326Z Downloaded errno v0.3.14
4012026-03-20T23:54:05.326Z Downloaded url v2.5.8
4022026-03-20T23:54:05.326Z Downloaded itoa v1.0.17
4032026-03-20T23:54:05.326Z Downloaded typenum v1.19.0
4042026-03-20T23:54:05.326Z Downloaded clap_lex v1.0.0
4052026-03-20T23:54:05.326Z Downloaded plain v0.2.3
4062026-03-20T23:54:05.326Z Downloaded writeable v0.6.2
4072026-03-20T23:54:05.326Z Downloaded cargo_toml v0.21.0
4082026-03-20T23:54:05.326Z Downloaded sha2 v0.10.9
4092026-03-20T23:54:05.326Z Downloaded displaydoc v0.2.5
4102026-03-20T23:54:05.326Z Downloaded bytecount v0.6.9
4112026-03-20T23:54:05.326Z Downloaded fs-err v3.3.0
4122026-03-20T23:54:05.326Z Downloaded zerocopy v0.7.35
4132026-03-20T23:54:05.332Z Downloaded zerovec v0.11.5
4142026-03-20T23:54:05.335Z Downloaded thiserror v1.0.69
4152026-03-20T23:54:05.341Z Downloaded proc-macro-error v1.0.4
4162026-03-20T23:54:05.348Z Downloaded camino v1.2.2
4172026-03-20T23:54:05.348Z Downloaded byteorder v1.5.0
4182026-03-20T23:54:05.348Z Downloaded winnow v0.7.14
4192026-03-20T23:54:05.351Z Downloaded smallvec v1.15.1
4202026-03-20T23:54:05.366Z Downloaded unicode-width v0.2.0
4212026-03-20T23:54:05.371Z Downloaded unicode-width v0.1.14
4222026-03-20T23:54:05.371Z Downloaded once_cell v1.21.3
4232026-03-20T23:54:05.371Z Downloaded quote v1.0.44
4242026-03-20T23:54:05.371Z Downloaded memchr v2.8.0
4252026-03-20T23:54:05.371Z Downloaded tempfile v3.25.0
4262026-03-20T23:54:05.371Z Downloaded clap_derive v4.5.55
4272026-03-20T23:54:05.371Z Downloaded serde_tokenstream v0.2.3
4282026-03-20T23:54:05.375Z Downloaded scroll v0.12.0
4292026-03-20T23:54:05.375Z Downloaded pest_generator v2.8.6
4302026-03-20T23:54:05.375Z Downloaded potential_utf v0.1.4
4312026-03-20T23:54:05.375Z Downloaded cargo_metadata v0.21.0
4322026-03-20T23:54:05.375Z Downloaded digest v0.10.7
4332026-03-20T23:54:05.379Z Downloaded getrandom v0.4.1
4342026-03-20T23:54:05.384Z Downloaded serde_derive v1.0.228
4352026-03-20T23:54:05.384Z Downloaded clap v4.5.60
4362026-03-20T23:54:05.391Z Downloaded icu_provider v2.1.1
4372026-03-20T23:54:05.395Z Downloaded litemap v0.8.1
4382026-03-20T23:54:05.395Z Downloaded proc-macro2 v1.0.106
4392026-03-20T23:54:05.400Z Downloaded log v0.4.29
4402026-03-20T23:54:05.405Z Downloaded icu_normalizer v2.1.1
4412026-03-20T23:54:05.405Z Downloaded pest_derive v2.8.6
4422026-03-20T23:54:05.408Z Downloaded icu_normalizer_data v2.1.1
4432026-03-20T23:54:05.412Z Downloaded icu_collections v2.1.1
4442026-03-20T23:54:05.430Z Downloaded serde v1.0.228
4452026-03-20T23:54:05.433Z Downloaded pest_meta v2.8.6
4462026-03-20T23:54:05.433Z Downloaded indexmap v2.13.0
4472026-03-20T23:54:05.433Z Downloaded icu_locale_core v2.1.1
4482026-03-20T23:54:05.458Z Downloaded idna v1.1.0
4492026-03-20T23:54:05.469Z Downloaded serde_json v1.0.149
4502026-03-20T23:54:05.472Z Downloaded pest v2.8.6
4512026-03-20T23:54:05.476Z Downloaded icu_properties_data v2.1.2
4522026-03-20T23:54:05.482Z Downloaded hashbrown v0.16.1
4532026-03-20T23:54:05.486Z Downloaded goblin v0.8.2
4542026-03-20T23:54:05.494Z Downloaded tabled v0.15.0
4552026-03-20T23:54:05.505Z Downloaded syn v1.0.109
4562026-03-20T23:54:05.513Z Downloaded syn v2.0.117
4572026-03-20T23:54:05.529Z Downloaded rustix v1.1.3
4582026-03-20T23:54:05.560Z Downloaded libc v0.2.180
4592026-03-20T23:54:05.644Z Compiling proc-macro2 v1.0.106
4602026-03-20T23:54:05.647Z Compiling unicode-ident v1.0.24
4612026-03-20T23:54:05.647Z Compiling quote v1.0.44
4622026-03-20T23:54:05.647Z Compiling serde_core v1.0.228
4632026-03-20T23:54:05.647Z Compiling libc v0.2.180
4642026-03-20T23:54:05.647Z Compiling version_check v0.9.5
4652026-03-20T23:54:05.647Z Compiling serde v1.0.228
4662026-03-20T23:54:05.647Z Compiling memchr v2.8.0
4672026-03-20T23:54:06.049Z Compiling stable_deref_trait v1.2.1
4682026-03-20T23:54:06.146Z Compiling zmij v1.0.21
4692026-03-20T23:54:06.388Z Compiling itoa v1.0.17
4702026-03-20T23:54:06.434Z Compiling thiserror v1.0.69
4712026-03-20T23:54:06.639Z Compiling ucd-trie v0.1.7
4722026-03-20T23:54:06.767Z Compiling autocfg v1.5.0
4732026-03-20T23:54:06.840Z Compiling pest v2.8.6
4742026-03-20T23:54:06.964Z Compiling litemap v0.8.1
4752026-03-20T23:54:06.987Z Compiling writeable v0.6.2
4762026-03-20T23:54:07.252Z Compiling icu_properties_data v2.1.2
4772026-03-20T23:54:07.350Z Compiling icu_normalizer_data v2.1.1
4782026-03-20T23:54:07.416Z Compiling rustix v1.1.3
4792026-03-20T23:54:07.475Z Compiling syn v2.0.117
4802026-03-20T23:54:07.574Z Compiling byteorder v1.5.0
4812026-03-20T23:54:07.670Z Compiling errno v0.3.14
4822026-03-20T23:54:07.709Z Compiling serde_json v1.0.149
4832026-03-20T23:54:07.853Z Compiling bitflags v2.11.0
4842026-03-20T23:54:08.071Z Compiling num-traits v0.2.19
4852026-03-20T23:54:08.126Z Compiling hashbrown v0.16.1
4862026-03-20T23:54:08.296Z Compiling pest_meta v2.8.6
4872026-03-20T23:54:08.368Z Compiling smallvec v1.15.1
4882026-03-20T23:54:08.547Z Compiling equivalent v1.0.2
4892026-03-20T23:54:08.635Z Compiling typeid v1.0.3
4902026-03-20T23:54:08.870Z Compiling indexmap v2.13.0
4912026-03-20T23:54:08.953Z Compiling thread-id v4.2.2
4922026-03-20T23:54:08.978Z Compiling proc-macro-error-attr v1.0.4
4932026-03-20T23:54:09.060Z Compiling usdt-impl v0.5.0
4942026-03-20T23:54:09.091Z Compiling erased-serde v0.4.9
4952026-03-20T23:54:09.213Z Compiling toml_write v0.1.2
4962026-03-20T23:54:09.341Z Compiling syn v1.0.109
4972026-03-20T23:54:09.488Z Compiling winnow v0.7.14
4982026-03-20T23:54:09.851Z Compiling proc-macro-error v1.0.4
4992026-03-20T23:54:09.943Z Compiling log v0.4.29
5002026-03-20T23:54:10.107Z Compiling plain v0.2.3
5012026-03-20T23:54:10.185Z Compiling thiserror v2.0.18
5022026-03-20T23:54:10.246Z Compiling camino v1.2.2
5032026-03-20T23:54:10.613Z Compiling percent-encoding v2.3.2
5042026-03-20T23:54:10.647Z Compiling getrandom v0.4.1
5052026-03-20T23:54:10.731Z Compiling utf8_iter v1.0.4
5062026-03-20T23:54:10.765Z Compiling utf8parse v0.2.2
5072026-03-20T23:54:10.862Z Compiling form_urlencoded v1.2.2
5082026-03-20T23:54:10.893Z Compiling ordered-float v2.10.1
5092026-03-20T23:54:10.918Z Compiling anstyle-parse v0.2.7
5102026-03-20T23:54:11.220Z Compiling synstructure v0.13.2
5112026-03-20T23:54:11.255Z Compiling pest_generator v2.8.6
5122026-03-20T23:54:11.302Z Compiling terminal_size v0.4.3
5132026-03-20T23:54:11.519Z Compiling colorchoice v1.0.4
5142026-03-20T23:54:11.646Z Compiling pretty-hex v0.4.1
5152026-03-20T23:54:11.670Z Compiling is_terminal_polyfill v1.70.2
5162026-03-20T23:54:11.742Z Compiling cfg-if v1.0.4
5172026-03-20T23:54:11.789Z Compiling anstyle-query v1.1.5
5182026-03-20T23:54:11.789Z Compiling anstyle v1.0.13
5192026-03-20T23:54:11.926Z Compiling serde-untagged v0.1.9
5202026-03-20T23:54:12.036Z Compiling anstream v0.6.21
5212026-03-20T23:54:12.060Z Compiling semver v1.0.27
5222026-03-20T23:54:12.199Z Compiling fs-err v3.3.0
5232026-03-20T23:54:12.236Z Compiling unicode-width v0.1.14
5242026-03-20T23:54:12.438Z Compiling once_cell v1.21.3
5252026-03-20T23:54:12.461Z Compiling bytecount v0.6.9
5262026-03-20T23:54:12.504Z Compiling clap_lex v1.0.0
5272026-03-20T23:54:12.529Z Compiling heck v0.4.1
5282026-03-20T23:54:12.595Z Compiling heck v0.5.0
5292026-03-20T23:54:12.632Z Compiling unicode-xid v0.2.6
5302026-03-20T23:54:12.712Z Compiling anyhow v1.0.102
5312026-03-20T23:54:12.814Z Compiling fnv v1.0.7
5322026-03-20T23:54:12.838Z Compiling strsim v0.11.1
5332026-03-20T23:54:12.908Z Compiling fastrand v2.3.0
5342026-03-20T23:54:12.941Z Compiling papergrid v0.11.0
5352026-03-20T23:54:13.191Z Compiling tempfile v3.25.0
5362026-03-20T23:54:13.252Z Compiling clap_builder v4.5.60
5372026-03-20T23:54:13.377Z Compiling memmap v0.7.0
5382026-03-20T23:54:13.414Z Compiling unicode-width v0.2.0
5392026-03-20T23:54:13.612Z Compiling smawk v0.3.2
5402026-03-20T23:54:13.693Z Compiling unicode-linebreak v0.1.5
5412026-03-20T23:54:13.781Z Compiling camino-tempfile v1.4.1
5422026-03-20T23:54:13.856Z Compiling serde_derive v1.0.228
5432026-03-20T23:54:14.067Z Compiling zerofrom-derive v0.1.6
5442026-03-20T23:54:14.091Z Compiling yoke-derive v0.8.1
5452026-03-20T23:54:14.192Z Compiling zerovec-derive v0.11.2
5462026-03-20T23:54:14.217Z Compiling displaydoc v0.2.5
5472026-03-20T23:54:15.035Z Compiling thiserror-impl v1.0.69
5482026-03-20T23:54:15.192Z Compiling zerocopy-derive v0.7.35
5492026-03-20T23:54:15.658Z Compiling pest_derive v2.8.6
5502026-03-20T23:54:15.681Z Compiling scroll_derive v0.12.1
5512026-03-20T23:54:15.987Z Compiling zerofrom v0.1.6
5522026-03-20T23:54:16.160Z Compiling yoke v0.8.1
5532026-03-20T23:54:16.183Z Compiling thiserror-impl v2.0.18
5542026-03-20T23:54:16.334Z Compiling zerocopy v0.7.35
5552026-03-20T23:54:16.405Z Compiling zerovec v0.11.5
5562026-03-20T23:54:16.542Z Compiling zerotrie v0.2.3
5572026-03-20T23:54:16.821Z Compiling dtrace-parser v0.2.0
5582026-03-20T23:54:16.937Z Compiling scroll v0.12.0
5592026-03-20T23:54:17.088Z Compiling tinystr v0.8.2
5602026-03-20T23:54:17.124Z Compiling potential_utf v0.1.4
5612026-03-20T23:54:17.288Z Compiling icu_collections v2.1.1
5622026-03-20T23:54:17.336Z Compiling icu_locale_core v2.1.1
5632026-03-20T23:54:17.360Z Compiling goblin v0.8.2
5642026-03-20T23:54:17.513Z Compiling tabled_derive v0.7.0
5652026-03-20T23:54:17.813Z Compiling clap_derive v4.5.55
5662026-03-20T23:54:17.940Z Compiling textwrap v0.16.2
5672026-03-20T23:54:18.549Z Compiling icu_provider v2.1.1
5682026-03-20T23:54:18.575Z Compiling toml_datetime v0.6.11
5692026-03-20T23:54:18.575Z Compiling serde_spanned v0.6.9
5702026-03-20T23:54:18.622Z Compiling dof v0.3.0
5712026-03-20T23:54:18.624Z Compiling serde_tokenstream v0.2.3
5722026-03-20T23:54:18.745Z Compiling serde-value v0.7.0
5732026-03-20T23:54:18.863Z Compiling toml_edit v0.22.27
5742026-03-20T23:54:18.965Z Compiling icu_normalizer v2.1.1
5752026-03-20T23:54:18.968Z Compiling icu_properties v2.1.2
5762026-03-20T23:54:19.194Z Compiling cargo-platform v0.2.0
5772026-03-20T23:54:19.265Z Compiling tabled v0.15.0
5782026-03-20T23:54:19.557Z Compiling macaddr v1.0.1
5792026-03-20T23:54:19.718Z Compiling swrite v0.1.0
5802026-03-20T23:54:19.841Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5812026-03-20T23:54:19.942Z Compiling usdt-macro v0.5.0
5822026-03-20T23:54:19.942Z Compiling usdt-attr-macro v0.5.0
5832026-03-20T23:54:20.228Z Compiling idna_adapter v1.2.1
5842026-03-20T23:54:20.252Z Compiling clap v4.5.60
5852026-03-20T23:54:20.358Z Compiling idna v1.1.0
5862026-03-20T23:54:20.728Z Compiling url v2.5.8
5872026-03-20T23:54:20.836Z Compiling toml v0.8.23
5882026-03-20T23:54:21.383Z Compiling cargo-util-schemas v0.8.2
5892026-03-20T23:54:21.411Z Compiling cargo_toml v0.21.0
5902026-03-20T23:54:21.582Z Compiling usdt v0.5.0
5912026-03-20T23:54:22.588Z Compiling cargo_metadata v0.21.0
5922026-03-20T23:54:23.896Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-20T23:54:26.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.26s
5942026-03-20T23:54:26.998Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-20T23:54:27.728Z Downloading crates ...
5962026-03-20T23:54:27.864Z Downloaded ascii-canvas v3.0.0
5972026-03-20T23:54:27.867Z Downloaded base16ct v1.0.0
5982026-03-20T23:54:27.867Z Downloaded bcrypt-pbkdf v0.10.0
5992026-03-20T23:54:27.867Z Downloaded camino-tempfile-ext v0.3.3
6002026-03-20T23:54:27.867Z Downloaded block-padding v0.3.3
6012026-03-20T23:54:27.867Z Downloaded convert_case v0.10.0
6022026-03-20T23:54:27.867Z Downloaded cipher v0.4.4
6032026-03-20T23:54:27.870Z Downloaded const-oid v0.9.6
6042026-03-20T23:54:27.874Z Downloaded aes-gcm v0.10.3
6052026-03-20T23:54:27.877Z Downloaded crossbeam-epoch v0.9.18
6062026-03-20T23:54:27.880Z Downloaded crossbeam-utils v0.8.21
6072026-03-20T23:54:27.885Z Downloaded chrono v0.4.44
6082026-03-20T23:54:27.890Z Downloaded dirs-next v2.0.0
6092026-03-20T23:54:27.893Z Downloaded critical-section v1.2.0
6102026-03-20T23:54:27.893Z Downloaded bcs v0.1.6
6112026-03-20T23:54:27.896Z Downloaded derive-ex v0.1.8
6122026-03-20T23:54:27.896Z Downloaded adler2 v2.0.1
6132026-03-20T23:54:27.899Z Downloaded arrayvec v0.7.6
6142026-03-20T23:54:27.902Z Downloaded defmt v0.3.100
6152026-03-20T23:54:27.902Z Downloaded cfg_aliases v0.2.1
6162026-03-20T23:54:27.902Z Downloaded embedded-io v0.4.0
6172026-03-20T23:54:27.906Z Downloaded backoff v0.4.0
6182026-03-20T23:54:27.906Z Downloaded dropshot_endpoint v0.16.7
6192026-03-20T23:54:27.908Z Downloaded enum-as-inner v0.6.1
6202026-03-20T23:54:27.911Z Downloaded crossbeam-channel v0.5.15
6212026-03-20T23:54:27.913Z Downloaded dyn-clone v1.0.20
6222026-03-20T23:54:27.916Z Downloaded display-error-chain v0.2.2
6232026-03-20T23:54:27.916Z Downloaded allocator-api2 v0.2.21
6242026-03-20T23:54:27.921Z Downloaded crunchy v0.2.4
6252026-03-20T23:54:27.921Z Downloaded aead v0.5.2
6262026-03-20T23:54:27.921Z Downloaded ena v0.14.4
6272026-03-20T23:54:27.924Z Downloaded defmt-macros v1.0.1
6282026-03-20T23:54:27.924Z Downloaded derive_builder_core v0.20.2
6292026-03-20T23:54:27.927Z Downloaded dtrace-parser v0.3.0
6302026-03-20T23:54:27.927Z Downloaded bb8 v0.8.6
6312026-03-20T23:54:27.931Z Downloaded atomic-waker v1.1.2
6322026-03-20T23:54:27.931Z Downloaded bitfield v0.19.4
6332026-03-20T23:54:27.931Z Downloaded cfg_aliases v0.1.1
6342026-03-20T23:54:27.934Z Downloaded base16ct v0.2.0
6352026-03-20T23:54:27.934Z Downloaded chacha20 v0.9.1
6362026-03-20T23:54:27.934Z Downloaded ed25519 v2.2.3
6372026-03-20T23:54:27.937Z Downloaded crossbeam-deque v0.8.6
6382026-03-20T23:54:27.937Z Downloaded fallible-iterator v0.2.0
6392026-03-20T23:54:27.940Z Downloaded deranged v0.5.8
6402026-03-20T23:54:27.940Z Downloaded ciborium-io v0.2.2
6412026-03-20T23:54:27.943Z Downloaded foreign-types v0.5.0
6422026-03-20T23:54:27.943Z Downloaded env_logger v0.11.9
6432026-03-20T23:54:27.946Z Downloaded derive_builder_macro v0.20.2
6442026-03-20T23:54:27.946Z Downloaded dunce v1.0.5
6452026-03-20T23:54:27.949Z Downloaded debug-ignore v1.0.5
6462026-03-20T23:54:27.949Z Downloaded bitfield-struct v0.6.2
6472026-03-20T23:54:27.949Z Downloaded cobs v0.3.0
6482026-03-20T23:54:27.952Z Downloaded bitfield-macros v0.19.4
6492026-03-20T23:54:27.952Z Downloaded cassowary v0.3.0
6502026-03-20T23:54:27.954Z Downloaded foreign-types-shared v0.1.1
6512026-03-20T23:54:27.955Z Downloaded dropshot-api-manager-types v0.6.0
6522026-03-20T23:54:27.955Z Downloaded curve25519-dalek-derive v0.1.1
6532026-03-20T23:54:27.957Z Downloaded filetime v0.2.27
6542026-03-20T23:54:27.957Z Downloaded base64 v0.22.1
6552026-03-20T23:54:27.960Z Downloaded futures-channel v0.3.32
6562026-03-20T23:54:27.963Z Downloaded crucible-workspace-hack v0.1.0
6572026-03-20T23:54:27.966Z Downloaded difflib v0.4.0
6582026-03-20T23:54:27.966Z Downloaded float-ord v0.3.2
6592026-03-20T23:54:27.966Z Downloaded crc v3.4.0
6602026-03-20T23:54:27.968Z Downloaded convert_case v0.4.0
6612026-03-20T23:54:27.968Z Downloaded clang-sys v1.8.1
6622026-03-20T23:54:27.971Z Downloaded cpufeatures v0.3.0
6632026-03-20T23:54:27.971Z Downloaded foreign-types-macros v0.2.3
6642026-03-20T23:54:27.974Z Downloaded downcast-rs v2.0.2
6652026-03-20T23:54:27.974Z Downloaded data-encoding v2.10.0
6662026-03-20T23:54:27.977Z Downloaded ciborium-ll v0.2.2
6672026-03-20T23:54:27.977Z Downloaded dof v0.4.0
6682026-03-20T23:54:27.977Z Downloaded dirs-sys-next v0.1.2
6692026-03-20T23:54:27.979Z Downloaded bit-set v0.8.0
6702026-03-20T23:54:27.979Z Downloaded derive_builder v0.20.2
6712026-03-20T23:54:27.983Z Downloaded embedded-io v0.6.1
6722026-03-20T23:54:27.985Z Downloaded arc-swap v1.8.2
6732026-03-20T23:54:27.988Z Downloaded funty v2.0.0
6742026-03-20T23:54:27.991Z Downloaded document-features v0.2.12
6752026-03-20T23:54:27.991Z Downloaded diesel_table_macro_syntax v0.3.0
6762026-03-20T23:54:27.991Z Downloaded cmake v0.1.57
6772026-03-20T23:54:27.993Z Downloaded bit-vec v0.6.3
6782026-03-20T23:54:27.993Z Downloaded blowfish v0.9.1
6792026-03-20T23:54:27.996Z Downloaded fd-lock v4.0.4
6802026-03-20T23:54:28.000Z Downloaded git-stub v1.0.0
6812026-03-20T23:54:28.000Z Downloaded bit-set v0.5.3
6822026-03-20T23:54:28.000Z Downloaded futures-core v0.3.32
6832026-03-20T23:54:28.003Z Downloaded defmt-parser v1.0.0
6842026-03-20T23:54:28.003Z Downloaded cargo_metadata v0.19.2
6852026-03-20T23:54:28.003Z Downloaded env_filter v1.0.0
6862026-03-20T23:54:28.009Z Downloaded dsl_auto_type v0.2.0
6872026-03-20T23:54:28.009Z Downloaded darling_macro v0.20.11
6882026-03-20T23:54:28.012Z Downloaded bitflags v1.3.2
6892026-03-20T23:54:28.012Z Downloaded cbc v0.1.2
6902026-03-20T23:54:28.012Z Downloaded base64ct v1.8.3
6912026-03-20T23:54:28.015Z Downloaded darling_macro v0.21.3
6922026-03-20T23:54:28.015Z Downloaded fixedbitset v0.4.2
6932026-03-20T23:54:28.015Z Downloaded cstr-argument v0.1.2
6942026-03-20T23:54:28.015Z Downloaded async-bb8-diesel v0.2.1
6952026-03-20T23:54:28.018Z Downloaded csv-core v0.1.13
6962026-03-20T23:54:28.021Z Downloaded backon v1.6.0
6972026-03-20T23:54:28.021Z Downloaded async-trait v0.1.89
6982026-03-20T23:54:28.027Z Downloaded futures-executor v0.3.32
6992026-03-20T23:54:28.027Z Downloaded arrayref v0.3.9
7002026-03-20T23:54:28.027Z Downloaded chacha20 v0.10.0
7012026-03-20T23:54:28.031Z Downloaded cargo_toml v0.22.3
7022026-03-20T23:54:28.034Z Downloaded darling_macro v0.23.0
7032026-03-20T23:54:28.034Z Downloaded futures-macro v0.3.32
7042026-03-20T23:54:28.034Z Downloaded crc8 v0.1.1
7052026-03-20T23:54:28.034Z Downloaded darling v0.23.0
7062026-03-20T23:54:28.037Z Downloaded futures-task v0.3.32
7072026-03-20T23:54:28.040Z Downloaded diesel_derives v2.3.7
7082026-03-20T23:54:28.043Z Downloaded hex v0.4.3
7092026-03-20T23:54:28.047Z Downloaded fs_extra v1.3.0
7102026-03-20T23:54:28.050Z Downloaded atomicwrites v0.4.4
7112026-03-20T23:54:28.050Z Downloaded assert_matches v1.5.0
7122026-03-20T23:54:28.050Z Downloaded hash32 v0.2.1
7132026-03-20T23:54:28.053Z Downloaded hash32 v0.3.1
7142026-03-20T23:54:28.053Z Downloaded gethostname v0.5.0
7152026-03-20T23:54:28.053Z Downloaded cargo-platform v0.1.9
7162026-03-20T23:54:28.056Z Downloaded fxhash v0.2.1
7172026-03-20T23:54:28.056Z Downloaded crc-catalog v2.4.0
7182026-03-20T23:54:28.056Z Downloaded hex-literal v0.4.1
7192026-03-20T23:54:28.059Z Downloaded array-init v0.0.4
7202026-03-20T23:54:28.059Z Downloaded castaway v0.2.4
7212026-03-20T23:54:28.062Z Downloaded futures-sink v0.3.32
7222026-03-20T23:54:28.062Z Downloaded futures-io v0.3.32
7232026-03-20T23:54:28.062Z Downloaded httpdate v1.0.3
7242026-03-20T23:54:28.066Z Downloaded http-body v1.0.1
7252026-03-20T23:54:28.066Z Downloaded home v0.5.12
7262026-03-20T23:54:28.066Z Downloaded corncobs v0.1.4
7272026-03-20T23:54:28.069Z Downloaded console v0.16.2
7282026-03-20T23:54:28.069Z Downloaded colored v3.1.1
7292026-03-20T23:54:28.072Z Downloaded ahash v0.8.12
7302026-03-20T23:54:28.086Z Downloaded globwalk v0.9.1
7312026-03-20T23:54:28.090Z Downloaded hostname v0.3.1
7322026-03-20T23:54:28.090Z Downloaded daft v0.1.5
7332026-03-20T23:54:28.093Z Downloaded foreign-types-shared v0.3.1
7342026-03-20T23:54:28.093Z Downloaded foldhash v0.1.5
7352026-03-20T23:54:28.093Z Downloaded float-cmp v0.10.0
7362026-03-20T23:54:28.095Z Downloaded http-range v0.1.5
7372026-03-20T23:54:28.096Z Downloaded hyper-tls v0.6.0
7382026-03-20T23:54:28.098Z Downloaded glob v0.3.3
7392026-03-20T23:54:28.098Z Downloaded fixedbitset v0.5.7
7402026-03-20T23:54:28.101Z Downloaded constant_time_eq v0.4.2
7412026-03-20T23:54:28.101Z Downloaded cexpr v0.6.0
7422026-03-20T23:54:28.103Z Downloaded hubpack_derive v0.1.1
7432026-03-20T23:54:28.103Z Downloaded hubpack v0.1.2
7442026-03-20T23:54:28.106Z Downloaded erased-serde v0.3.31
7452026-03-20T23:54:28.109Z Downloaded ctr v0.9.2
7462026-03-20T23:54:28.109Z Downloaded bit-vec v0.8.0
7472026-03-20T23:54:28.112Z Downloaded hostname v0.4.2
7482026-03-20T23:54:28.112Z Downloaded drift v0.1.3
7492026-03-20T23:54:28.116Z Downloaded flagset v0.4.7
7502026-03-20T23:54:28.118Z Downloaded kstat-rs v0.2.4
7512026-03-20T23:54:28.121Z Downloaded indoc v1.0.9
7522026-03-20T23:54:28.121Z Downloaded inout v0.1.4
7532026-03-20T23:54:28.124Z Downloaded headers-core v0.3.0
7542026-03-20T23:54:28.124Z Downloaded instability v0.3.11
7552026-03-20T23:54:28.127Z Downloaded cookie v0.18.1
7562026-03-20T23:54:28.127Z Downloaded either v1.15.0
7572026-03-20T23:54:28.129Z Downloaded const_format_proc_macros v0.2.34
7582026-03-20T23:54:28.132Z Downloaded instant v0.1.13
7592026-03-20T23:54:28.132Z Downloaded ghash v0.5.1
7602026-03-20T23:54:28.135Z Downloaded lazy_static v1.5.0
7612026-03-20T23:54:28.135Z Downloaded globset v0.4.18
7622026-03-20T23:54:28.137Z Downloaded git-stub-vcs v0.1.0
7632026-03-20T23:54:28.137Z Downloaded blake2 v0.10.6
7642026-03-20T23:54:28.140Z Downloaded ingot v0.1.1
7652026-03-20T23:54:28.143Z Downloaded futures v0.3.32
7662026-03-20T23:54:28.146Z Downloaded fs-err v2.11.0
7672026-03-20T23:54:28.149Z Downloaded keccak v0.1.6
7682026-03-20T23:54:28.149Z Downloaded is_ci v1.2.0
7692026-03-20T23:54:28.151Z Downloaded ecdsa v0.16.9
7702026-03-20T23:54:28.151Z Downloaded diesel-dtrace v0.5.0
7712026-03-20T23:54:28.154Z Downloaded http-body-util v0.1.3
7722026-03-20T23:54:28.154Z Downloaded base64 v0.21.7
7732026-03-20T23:54:28.157Z Downloaded is-terminal v0.4.17
7742026-03-20T23:54:28.161Z Downloaded ident_case v1.0.1
7752026-03-20T23:54:28.161Z Downloaded darling v0.21.3
7762026-03-20T23:54:28.164Z Downloaded match_cfg v0.1.0
7772026-03-20T23:54:28.164Z Downloaded lru-cache v0.1.2
7782026-03-20T23:54:28.168Z Downloaded lalrpop-util v0.19.12
7792026-03-20T23:54:28.168Z Downloaded diff v0.1.13
7802026-03-20T23:54:28.175Z Downloaded foldhash v0.2.0
7812026-03-20T23:54:28.175Z Downloaded indent_write v2.2.0
7822026-03-20T23:54:28.175Z Downloaded cc v1.2.56
7832026-03-20T23:54:28.178Z Downloaded humantime v2.3.0
7842026-03-20T23:54:28.178Z Downloaded bzip2 v0.4.4
7852026-03-20T23:54:28.178Z Downloaded crc32fast v1.5.0
7862026-03-20T23:54:28.178Z Downloaded der_derive v0.7.3
7872026-03-20T23:54:28.182Z Downloaded libscf-sys v1.1.0
7882026-03-20T23:54:28.182Z Downloaded impl-trait-for-tuples v0.2.3
7892026-03-20T23:54:28.185Z Downloaded multimap v0.10.1
7902026-03-20T23:54:28.185Z Downloaded buf-list v1.1.2
7912026-03-20T23:54:28.187Z Downloaded newtype_derive v0.1.6
7922026-03-20T23:54:28.190Z Downloaded new_debug_unreachable v1.0.6
7932026-03-20T23:54:28.190Z Downloaded memoffset v0.9.1
7942026-03-20T23:54:28.190Z Downloaded md5 v0.7.0
7952026-03-20T23:54:28.193Z Downloaded lzss v0.8.2
7962026-03-20T23:54:28.194Z Downloaded derive-where v1.6.0
7972026-03-20T23:54:28.197Z Downloaded indoc v2.0.7
7982026-03-20T23:54:28.199Z Downloaded darling v0.20.11
7992026-03-20T23:54:28.202Z Downloaded mime v0.3.17
8002026-03-20T23:54:28.205Z Downloaded nibble_vec v0.1.0
8012026-03-20T23:54:28.205Z Downloaded md-5 v0.10.6
8022026-03-20T23:54:28.207Z Downloaded ingot-types v0.1.2
8032026-03-20T23:54:28.208Z Downloaded nodrop v0.1.14
8042026-03-20T23:54:28.213Z Downloaded newtype-uuid-macros v0.1.0
8052026-03-20T23:54:28.213Z Downloaded bumpalo v3.20.2
8062026-03-20T23:54:28.216Z Downloaded derive_more v0.99.20
8072026-03-20T23:54:28.216Z Downloaded num v0.4.3
8082026-03-20T23:54:28.219Z Downloaded normalize-line-endings v0.3.0
8092026-03-20T23:54:28.219Z Downloaded nonempty v0.12.0
8102026-03-20T23:54:28.222Z Downloaded num-iter v0.1.45
8112026-03-20T23:54:28.222Z Downloaded num-derive v0.3.3
8122026-03-20T23:54:28.222Z Downloaded half v1.8.3
8132026-03-20T23:54:28.224Z Downloaded newline-converter v0.3.0
8142026-03-20T23:54:28.227Z Downloaded lru v0.12.5
8152026-03-20T23:54:28.227Z Downloaded ipnetwork v0.21.1
8162026-03-20T23:54:28.230Z Downloaded internet-checksum v0.2.1
8172026-03-20T23:54:28.230Z Downloaded hickory-client v0.25.2
8182026-03-20T23:54:28.232Z Downloaded ciborium v0.2.2
8192026-03-20T23:54:28.233Z Downloaded bzip2 v0.6.1
8202026-03-20T23:54:28.235Z Downloaded num_enum_derive v0.5.11
8212026-03-20T23:54:28.235Z Downloaded colored v2.2.0
8222026-03-20T23:54:28.238Z Downloaded lru-slab v0.1.2
8232026-03-20T23:54:28.240Z Downloaded const_format v0.2.35
8242026-03-20T23:54:28.243Z Downloaded num-conv v0.2.0
8252026-03-20T23:54:28.243Z Downloaded maplit v1.0.2
8262026-03-20T23:54:28.246Z Downloaded num_threads v0.1.7
8272026-03-20T23:54:28.246Z Downloaded managed v0.8.0
8282026-03-20T23:54:28.248Z Downloaded olpc-cjson v0.1.4
8292026-03-20T23:54:28.249Z Downloaded highway v1.3.0
8302026-03-20T23:54:28.251Z Downloaded openssl-probe v0.2.1
8312026-03-20T23:54:28.251Z Downloaded ingot-macros v0.1.1
8322026-03-20T23:54:28.254Z Downloaded getrandom v0.2.17
8332026-03-20T23:54:28.254Z Downloaded opaque-debug v0.3.1
8342026-03-20T23:54:28.257Z Downloaded openssl-probe v0.1.6
8352026-03-20T23:54:28.257Z Downloaded console v0.15.11
8362026-03-20T23:54:28.260Z Downloaded libloading v0.8.9
8372026-03-20T23:54:28.263Z Downloaded libefi-sys v0.1.0
8382026-03-20T23:54:28.263Z Downloaded oso-derive v0.27.3
8392026-03-20T23:54:28.265Z Downloaded elliptic-curve v0.13.8
8402026-03-20T23:54:28.268Z Downloaded fatfs v0.3.6
8412026-03-20T23:54:28.272Z Downloaded chacha20poly1305 v0.10.1
8422026-03-20T23:54:28.273Z Downloaded httparse v1.10.1
8432026-03-20T23:54:28.275Z Downloaded native-tls v0.2.18
8442026-03-20T23:54:28.276Z Downloaded mime_guess v2.0.5
8452026-03-20T23:54:28.278Z Downloaded linear-map v1.2.0
8462026-03-20T23:54:28.278Z Downloaded maybe-uninit v2.0.0
8472026-03-20T23:54:28.278Z Downloaded libsw-core v0.3.2
8482026-03-20T23:54:28.281Z Downloaded libsw v3.5.0
8492026-03-20T23:54:28.283Z Downloaded darling_core v0.23.0
8502026-03-20T23:54:28.286Z Downloaded pbkdf2 v0.12.2
8512026-03-20T23:54:28.289Z Downloaded path-slash v0.1.5
8522026-03-20T23:54:28.289Z Downloaded parse-display v0.10.0
8532026-03-20T23:54:28.289Z Downloaded iana-time-zone v0.1.65
8542026-03-20T23:54:28.292Z Downloaded ipnet v2.11.0
8552026-03-20T23:54:28.295Z Downloaded packed_struct_codegen v0.10.1
8562026-03-20T23:54:28.295Z Downloaded nanorand v0.7.0
8572026-03-20T23:54:28.297Z Downloaded newtype-uuid v1.3.2
8582026-03-20T23:54:28.298Z Downloaded crypto-bigint v0.5.5
8592026-03-20T23:54:28.303Z Downloaded peg-runtime v0.8.5
8602026-03-20T23:54:28.306Z Downloaded pin-utils v0.1.0
8612026-03-20T23:54:28.306Z Downloaded pbkdf2 v0.11.0
8622026-03-20T23:54:28.309Z Downloaded parse-size v1.1.0
8632026-03-20T23:54:28.309Z Downloaded getrandom v0.3.4
8642026-03-20T23:54:28.312Z Downloaded num_enum v0.5.11
8652026-03-20T23:54:28.315Z Downloaded openssl-macros v0.1.1
8662026-03-20T23:54:28.317Z Downloaded phf_shared v0.12.1
8672026-03-20T23:54:28.317Z Downloaded num-rational v0.4.2
8682026-03-20T23:54:28.320Z Downloaded num_enum v0.7.5
8692026-03-20T23:54:28.323Z Downloaded phf_shared v0.13.1
8702026-03-20T23:54:28.323Z Downloaded phf_shared v0.11.3
8712026-03-20T23:54:28.326Z Downloaded nu-ansi-term v0.50.3
8722026-03-20T23:54:28.326Z Downloaded num-integer v0.1.46
8732026-03-20T23:54:28.330Z Downloaded num-complex v0.4.6
8742026-03-20T23:54:28.330Z Downloaded hyper-staticfile v0.10.1
8752026-03-20T23:54:28.334Z Downloaded num_enum_derive v0.7.5
8762026-03-20T23:54:28.334Z Downloaded ignore v0.4.25
8772026-03-20T23:54:28.337Z Downloaded owo-colors v4.3.0
8782026-03-20T23:54:28.337Z Downloaded indexmap v1.9.3
8792026-03-20T23:54:28.340Z Downloaded oxide-tokio-rt v0.1.3
8802026-03-20T23:54:28.340Z Downloaded bytes v1.11.1
8812026-03-20T23:54:28.344Z Downloaded crc-any v2.5.0
8822026-03-20T23:54:28.347Z Downloaded hyper-rustls v0.27.7
8832026-03-20T23:54:28.349Z Downloaded proc-macro-crate v3.4.0
8842026-03-20T23:54:28.349Z Downloaded proc-macro-error-attr2 v2.0.0
8852026-03-20T23:54:28.352Z Downloaded flume v0.11.1
8862026-03-20T23:54:28.355Z Downloaded predicates-tree v1.0.13
8872026-03-20T23:54:28.355Z Downloaded packed_struct v0.10.1
8882026-03-20T23:54:28.358Z Downloaded predicates-core v1.0.10
8892026-03-20T23:54:28.358Z Downloaded precomputed-hash v0.1.1
8902026-03-20T23:54:28.358Z Downloaded hmac v0.12.1
8912026-03-20T23:54:28.361Z Downloaded linked-hash-map v0.5.6
8922026-03-20T23:54:28.361Z Downloaded multer v3.1.0
8932026-03-20T23:54:28.364Z Downloaded group v0.13.0
8942026-03-20T23:54:28.367Z Downloaded parking_lot_core v0.8.6
8952026-03-20T23:54:28.367Z Downloaded peg v0.8.5
8962026-03-20T23:54:28.369Z Downloaded password-hash v0.5.0
8972026-03-20T23:54:28.373Z Downloaded lock_api v0.4.14
8982026-03-20T23:54:28.373Z Downloaded derive_more v2.1.1
8992026-03-20T23:54:28.381Z Downloaded pem-rfc7468 v0.7.0
9002026-03-20T23:54:28.384Z Downloaded progenitor-macro v0.11.2
9012026-03-20T23:54:28.384Z Downloaded peg-macros v0.8.5
9022026-03-20T23:54:28.387Z Downloaded pem v3.0.6
9032026-03-20T23:54:28.387Z Downloaded paste v1.0.15
9042026-03-20T23:54:28.390Z Downloaded aes v0.8.4
9052026-03-20T23:54:28.393Z Downloaded password-hash v0.4.2
9062026-03-20T23:54:28.396Z Downloaded progenitor-client v0.11.2
9072026-03-20T23:54:28.396Z Downloaded progenitor-macro v0.13.0
9082026-03-20T23:54:28.399Z Downloaded phf v0.13.1
9092026-03-20T23:54:28.399Z Downloaded progenitor-macro v0.10.0
9102026-03-20T23:54:28.399Z Downloaded pin-project-internal v1.1.11
9112026-03-20T23:54:28.402Z Downloaded phf v0.12.1
9122026-03-20T23:54:28.402Z Downloaded psl-types v2.0.11
9132026-03-20T23:54:28.405Z Downloaded rand_chacha v0.3.1
9142026-03-20T23:54:28.405Z Downloaded parse-display-derive v0.10.0
9152026-03-20T23:54:28.407Z Downloaded darling_core v0.20.11
9162026-03-20T23:54:28.410Z Downloaded hickory-resolver v0.25.2
9172026-03-20T23:54:28.413Z Downloaded rand_xorshift v0.4.0
9182026-03-20T23:54:28.413Z Downloaded half v2.7.1
9192026-03-20T23:54:28.416Z Downloaded poly1305 v0.8.0
9202026-03-20T23:54:28.419Z Downloaded postgres-protocol v0.6.10
9212026-03-20T23:54:28.422Z Downloaded powerfmt v0.2.0
9222026-03-20T23:54:28.422Z Downloaded headers v0.4.1
9232026-03-20T23:54:28.425Z Downloaded radium v0.7.0
9242026-03-20T23:54:28.427Z Downloaded parking_lot v0.11.2
9252026-03-20T23:54:28.430Z Downloaded libbz2-rs-sys v0.2.2
9262026-03-20T23:54:28.430Z Downloaded jobserver v0.1.34
9272026-03-20T23:54:28.433Z Downloaded num-derive v0.4.2
9282026-03-20T23:54:28.433Z Downloaded pin-project-lite v0.2.17
9292026-03-20T23:54:28.437Z Downloaded pkcs8 v0.10.2
9302026-03-20T23:54:28.440Z Downloaded ref-cast-impl v1.0.25
9312026-03-20T23:54:28.443Z Downloaded ref-cast v1.0.25
9322026-03-20T23:54:28.446Z Downloaded ppv-lite86 v0.2.21
9332026-03-20T23:54:28.446Z Downloaded polyval v0.6.2
9342026-03-20T23:54:28.446Z Downloaded recursive v0.1.1
9352026-03-20T23:54:28.449Z Downloaded oxnet v0.1.4
9362026-03-20T23:54:28.449Z Downloaded recursive-proc-macro-impl v0.1.1
9372026-03-20T23:54:28.452Z Downloaded heapless v0.8.0
9382026-03-20T23:54:28.454Z Downloaded flate2 v1.1.9
9392026-03-20T23:54:28.457Z Downloaded der v0.7.10
9402026-03-20T23:54:28.460Z Downloaded hickory-resolver v0.24.4
9412026-03-20T23:54:28.463Z Downloaded litrs v1.0.0
9422026-03-20T23:54:28.466Z Downloaded proc-macro-crate v1.3.1
9432026-03-20T23:54:28.469Z Downloaded predicates v3.1.4
9442026-03-20T23:54:28.472Z Downloaded progenitor-extras v0.1.1
9452026-03-20T23:54:28.472Z Downloaded ar_archive_writer v0.5.1
9462026-03-20T23:54:28.474Z Downloaded memmap2 v0.9.10
9472026-03-20T23:54:28.477Z Downloaded indicatif v0.18.4
9482026-03-20T23:54:28.480Z Downloaded rfc6979 v0.4.0
9492026-03-20T23:54:28.480Z Downloaded rtoolbox v0.0.3
9502026-03-20T23:54:28.483Z Downloaded quick-error v1.2.3
9512026-03-20T23:54:28.483Z Downloaded progenitor-client v0.13.0
9522026-03-20T23:54:28.486Z Downloaded proc-macro-error2 v2.0.1
9532026-03-20T23:54:28.486Z Downloaded rustc_version v0.4.1
9542026-03-20T23:54:28.489Z Downloaded hashbrown v0.13.2
9552026-03-20T23:54:28.492Z Downloaded psm v0.1.30
9562026-03-20T23:54:28.495Z Downloaded rustc_version v0.1.7
9572026-03-20T23:54:28.495Z Downloaded rustc-hash v2.1.1
9582026-03-20T23:54:28.498Z Downloaded rand_core v0.10.0
9592026-03-20T23:54:28.498Z Downloaded oso v0.27.3
9602026-03-20T23:54:28.501Z Downloaded r2d2 v0.8.10
9612026-03-20T23:54:28.505Z Downloaded postgres-types v0.2.12
9622026-03-20T23:54:28.505Z Downloaded russh-cryptovec v0.7.3
9632026-03-20T23:54:28.505Z Downloaded progenitor-client v0.10.0
9642026-03-20T23:54:28.508Z Downloaded progenitor v0.10.0
9652026-03-20T23:54:28.508Z Downloaded pkg-config v0.3.32
9662026-03-20T23:54:28.508Z Downloaded rand_chacha v0.9.0
9672026-03-20T23:54:28.511Z Downloaded heapless v0.7.17
9682026-03-20T23:54:28.514Z Downloaded rand_core v0.9.5
9692026-03-20T23:54:28.516Z Downloaded progenitor v0.13.0
9702026-03-20T23:54:28.516Z Downloaded progenitor v0.11.2
9712026-03-20T23:54:28.519Z Downloaded compact_str v0.8.1
9722026-03-20T23:54:28.522Z Downloaded rand_seeder v0.4.0
9732026-03-20T23:54:28.522Z Downloaded rand_core v0.6.4
9742026-03-20T23:54:28.522Z Downloaded papergrid v0.17.0
9752026-03-20T23:54:28.526Z Downloaded scheduled-thread-pool v0.2.7
9762026-03-20T23:54:28.529Z Downloaded pkcs5 v0.7.1
9772026-03-20T23:54:28.532Z Downloaded primeorder v0.13.6
9782026-03-20T23:54:28.532Z Downloaded parking_lot_core v0.9.12
9792026-03-20T23:54:28.535Z Downloaded postcard v1.1.3
9802026-03-20T23:54:28.540Z Downloaded jiff-static v0.2.21
9812026-03-20T23:54:28.540Z Downloaded salsa20 v0.10.2
9822026-03-20T23:54:28.562Z Downloaded omicron-zone-package v0.12.2
9832026-03-20T23:54:28.562Z Downloaded same-file v1.0.6
9842026-03-20T23:54:28.562Z Downloaded scopeguard v1.2.0
9852026-03-20T23:54:28.562Z Downloaded ff v0.13.1
9862026-03-20T23:54:28.562Z Downloaded defmt v1.0.1
9872026-03-20T23:54:28.562Z Downloaded ed25519-dalek v2.2.0
9882026-03-20T23:54:28.562Z Downloaded scroll_derive v0.13.1
9892026-03-20T23:54:28.562Z Downloaded scrypt v0.11.0
9902026-03-20T23:54:28.562Z Downloaded daft-derive v0.1.5
9912026-03-20T23:54:28.562Z Downloaded p256 v0.13.2
9922026-03-20T23:54:28.562Z Downloaded sapling-renderdag v0.1.0
9932026-03-20T23:54:28.566Z Downloaded cancel-safe-futures v0.1.5
9942026-03-20T23:54:28.566Z Downloaded cookie_store v0.22.1
9952026-03-20T23:54:28.569Z Downloaded find-msvc-tools v0.1.9
9962026-03-20T23:54:28.569Z Downloaded darling_core v0.21.3
9972026-03-20T23:54:28.572Z Downloaded serde_urlencoded v0.7.1
9982026-03-20T23:54:28.575Z Downloaded serde-big-array v0.5.1
9992026-03-20T23:54:28.575Z Downloaded openssl-sys v0.9.111
10002026-03-20T23:54:28.579Z Downloaded parking_lot v0.12.5
10012026-03-20T23:54:28.582Z Downloaded quinn-udp v0.5.14
10022026-03-20T23:54:28.585Z Downloaded pin-project v1.1.11
10032026-03-20T23:54:28.592Z Downloaded rustls-pemfile v2.2.0
10042026-03-20T23:54:28.595Z Downloaded rustls-pemfile v1.0.4
10052026-03-20T23:54:28.598Z Downloaded rustls-native-certs v0.8.3
10062026-03-20T23:54:28.598Z Downloaded miniz_oxide v0.8.9
10072026-03-20T23:54:28.601Z Downloaded sha1 v0.10.6
10082026-03-20T23:54:28.604Z Downloaded signature v2.2.0
10092026-03-20T23:54:28.604Z Downloaded signal-hook-tokio v0.3.1
10102026-03-20T23:54:28.604Z Downloaded sigpipe v0.1.3
10112026-03-20T23:54:28.607Z Downloaded signal-hook-mio v0.2.5
10122026-03-20T23:54:28.607Z Downloaded shell-words v1.1.1
10132026-03-20T23:54:28.607Z Downloaded serde_plain v1.0.2
10142026-03-20T23:54:28.611Z Downloaded rusty-fork v0.3.1
10152026-03-20T23:54:28.611Z Downloaded derive_more-impl v2.1.1
10162026-03-20T23:54:28.614Z Downloaded serde_spanned v1.0.4
10172026-03-20T23:54:28.617Z Downloaded serde_bytes v0.11.19
10182026-03-20T23:54:28.618Z Downloaded seq-macro v0.3.6
10192026-03-20T23:54:28.621Z Downloaded semver v0.1.20
10202026-03-20T23:54:28.621Z Downloaded secrecy v0.10.3
10212026-03-20T23:54:28.621Z Downloaded secrecy v0.8.0
10222026-03-20T23:54:28.624Z Downloaded atty v0.2.14
10232026-03-20T23:54:28.624Z Downloaded pkcs1 v0.7.5
10242026-03-20T23:54:28.627Z Downloaded async-stream v0.3.6
10252026-03-20T23:54:28.627Z Downloaded foreign-types v0.3.2
10262026-03-20T23:54:28.630Z Downloaded endian-type v0.1.2
10272026-03-20T23:54:28.630Z Downloaded async-recursion v1.1.1
10282026-03-20T23:54:28.633Z Downloaded async-stream-impl v0.3.6
10292026-03-20T23:54:28.633Z Downloaded resolv-conf v0.7.6
10302026-03-20T23:54:28.635Z Downloaded argon2 v0.5.3
10312026-03-20T23:54:28.636Z Downloaded des v0.8.1
10322026-03-20T23:54:28.639Z Downloaded hickory-server v0.25.2
10332026-03-20T23:54:28.642Z Downloaded scroll v0.13.0
10342026-03-20T23:54:28.647Z Downloaded schemars_derive v0.8.22
10352026-03-20T23:54:28.650Z Downloaded expectorate v1.2.0
10362026-03-20T23:54:28.650Z Downloaded dropshot-api-manager v0.6.0
10372026-03-20T23:54:28.654Z Downloaded minimal-lexical v0.2.1
10382026-03-20T23:54:28.660Z Downloaded sqlparser_derive v0.5.0
10392026-03-20T23:54:28.664Z Downloaded sct v0.7.1
10402026-03-20T23:54:28.667Z Downloaded serde-hex v0.1.0
10412026-03-20T23:54:28.670Z Downloaded slog-envlogger v2.2.0
10422026-03-20T23:54:28.670Z Downloaded ssh-cipher v0.2.0
10432026-03-20T23:54:28.673Z Downloaded ssh-encoding v0.2.0
10442026-03-20T23:54:28.673Z Downloaded slog-bunyan v2.5.0
10452026-03-20T23:54:28.676Z Downloaded rustls-pki-types v1.14.0
10462026-03-20T23:54:28.676Z Downloaded serde_path_to_error v0.1.20
10472026-03-20T23:54:28.679Z Downloaded progenitor-impl v0.10.0
10482026-03-20T23:54:28.682Z Downloaded siphasher v1.0.2
10492026-03-20T23:54:28.685Z Downloaded signal-hook-registry v1.4.8
10502026-03-20T23:54:28.685Z Downloaded rustversion v1.0.22
10512026-03-20T23:54:28.688Z Downloaded serde_repr v0.1.20
10522026-03-20T23:54:28.699Z Downloaded serde_derive_internals v0.29.1
10532026-03-20T23:54:28.699Z Downloaded shlex v1.3.0
10542026-03-20T23:54:28.703Z Downloaded strum v0.26.3
10552026-03-20T23:54:28.703Z Downloaded strum v0.27.2
10562026-03-20T23:54:28.744Z Downloaded simd-adler32 v0.3.8
10572026-03-20T23:54:28.748Z Downloaded strip-ansi-escapes v0.2.1
10582026-03-20T23:54:28.748Z Downloaded rcgen v0.12.1
10592026-03-20T23:54:28.748Z Downloaded hashbrown v0.12.3
10602026-03-20T23:54:28.748Z Downloaded ron v0.8.1
10612026-03-20T23:54:28.748Z Downloaded prettyplease v0.2.37
10622026-03-20T23:54:28.748Z Downloaded slog-scope v4.4.1
10632026-03-20T23:54:28.748Z Downloaded slog-async v2.8.0
10642026-03-20T23:54:28.748Z Downloaded sync-ptr v0.1.4
10652026-03-20T23:54:28.748Z Downloaded supports-color v3.0.2
10662026-03-20T23:54:28.749Z Downloaded take_mut v0.2.2
10672026-03-20T23:54:28.749Z Downloaded tabled_derive v0.11.0
10682026-03-20T23:54:28.749Z Downloaded structmeta-derive v0.3.0
10692026-03-20T23:54:28.749Z Downloaded structmeta v0.3.0
10702026-03-20T23:54:28.749Z Downloaded smallvec v0.6.14
10712026-03-20T23:54:28.749Z Downloaded slog-stdlog v4.1.1
10722026-03-20T23:54:28.749Z Downloaded pretty_assertions v1.4.1
10732026-03-20T23:54:28.749Z Downloaded tap v1.0.1
10742026-03-20T23:54:28.749Z Downloaded thiserror-impl-no-std v2.0.2
10752026-03-20T23:54:28.749Z Downloaded tagptr v0.2.0
10762026-03-20T23:54:28.749Z Downloaded thread-id v5.1.0
10772026-03-20T23:54:28.749Z Downloaded sync_wrapper v1.0.2
10782026-03-20T23:54:28.749Z Downloaded russh-keys v0.45.0
10792026-03-20T23:54:28.752Z Downloaded prefix-trie v0.7.0
10802026-03-20T23:54:28.752Z Downloaded slab v0.4.12
10812026-03-20T23:54:28.755Z Downloaded subtle v2.6.1
10822026-03-20T23:54:28.755Z Downloaded http v1.4.0
10832026-03-20T23:54:28.758Z Downloaded slog-dtrace v0.3.0
10842026-03-20T23:54:28.762Z Downloaded termtree v0.5.1
10852026-03-20T23:54:28.762Z Downloaded stacker v0.1.23
10862026-03-20T23:54:28.764Z Downloaded testing_table v0.3.0
10872026-03-20T23:54:28.764Z Downloaded progenitor-impl v0.13.0
10882026-03-20T23:54:28.767Z Downloaded progenitor-impl v0.11.2
10892026-03-20T23:54:28.771Z Downloaded snafu-derive v0.8.9
10902026-03-20T23:54:28.771Z Downloaded static_assertions v1.1.0
10912026-03-20T23:54:28.774Z Downloaded time-core v0.1.8
10922026-03-20T23:54:28.774Z Downloaded serde_with_macros v3.17.0
10932026-03-20T23:54:28.774Z Downloaded itertools v0.10.5
10942026-03-20T23:54:28.779Z Downloaded stringprep v0.1.5
10952026-03-20T23:54:28.782Z Downloaded tinyvec_macros v0.1.1
10962026-03-20T23:54:28.782Z Downloaded slog-term v2.9.2
10972026-03-20T23:54:28.785Z Downloaded string_cache v0.8.9
10982026-03-20T23:54:28.787Z Downloaded ryu v1.0.23
10992026-03-20T23:54:28.788Z Downloaded spki v0.7.3
11002026-03-20T23:54:28.801Z Downloaded schemars v0.8.22
11012026-03-20T23:54:28.810Z Downloaded rayon-core v1.13.0
11022026-03-20T23:54:28.817Z Downloaded sqlformat v0.3.5
11032026-03-20T23:54:28.823Z Downloaded crossterm v0.29.0
11042026-03-20T23:54:28.829Z Downloaded tabwriter v1.4.1
11052026-03-20T23:54:28.832Z Downloaded crossterm v0.28.1
11062026-03-20T23:54:28.835Z Downloaded support-bundle-viewer v0.1.2
11072026-03-20T23:54:28.838Z Downloaded termios v0.3.3
11082026-03-20T23:54:28.840Z Downloaded serde_cbor v0.11.2
11092026-03-20T23:54:28.840Z Downloaded thiserror-no-std v2.0.2
11102026-03-20T23:54:28.843Z Downloaded mio v1.1.1
11112026-03-20T23:54:28.848Z Downloaded topological-sort v0.2.2
11122026-03-20T23:54:28.850Z Downloaded qorb v0.4.1
11132026-03-20T23:54:28.853Z Downloaded rustls-platform-verifier v0.6.2
11142026-03-20T23:54:28.856Z Downloaded rand v0.8.5
11152026-03-20T23:54:28.859Z Downloaded serde_yaml v0.9.34+deprecated
11162026-03-20T23:54:28.862Z Downloaded unarray v0.1.4
11172026-03-20T23:54:28.865Z Downloaded try-lock v0.2.5
11182026-03-20T23:54:28.865Z Downloaded trait-variant v0.1.2
11192026-03-20T23:54:28.865Z Downloaded quinn v0.11.9
11202026-03-20T23:54:28.868Z Downloaded tower-service v0.3.3
11212026-03-20T23:54:28.871Z Downloaded tower-layer v0.3.3
11222026-03-20T23:54:28.871Z Downloaded time-macros v0.2.27
11232026-03-20T23:54:28.875Z Downloaded typify-macro v0.4.3
11242026-03-20T23:54:28.875Z Downloaded similar v2.7.0
11252026-03-20T23:54:28.878Z Downloaded typify-macro v0.6.1
11262026-03-20T23:54:28.878Z Downloaded libxml v0.3.3
11272026-03-20T23:54:28.882Z Downloaded tiny-keccak v2.0.2
11282026-03-20T23:54:28.885Z Downloaded rsa v0.9.10
11292026-03-20T23:54:28.889Z Downloaded signal-hook v0.3.18
11302026-03-20T23:54:28.891Z Downloaded tokio-macros v2.6.0
11312026-03-20T23:54:28.894Z Downloaded tls_codec_derive v0.4.2
11322026-03-20T23:54:28.894Z Downloaded tls_codec v0.4.2
11332026-03-20T23:54:28.897Z Downloaded nom v7.1.3
11342026-03-20T23:54:28.900Z Downloaded universal-hash v0.5.1
11352026-03-20T23:54:28.903Z Downloaded slog v2.8.2
11362026-03-20T23:54:28.903Z Downloaded untrusted v0.9.0
11372026-03-20T23:54:28.906Z Downloaded aho-corasick v1.1.4
11382026-03-20T23:54:28.909Z Downloaded tokio-native-tls v0.3.1
11392026-03-20T23:54:28.913Z Downloaded tokio-tungstenite v0.21.0
11402026-03-20T23:54:28.916Z Downloaded tokio-tungstenite v0.23.1
11412026-03-20T23:54:28.916Z Downloaded iddqd v0.3.17
11422026-03-20T23:54:28.920Z Downloaded term v0.7.0
11432026-03-20T23:54:28.923Z Downloaded unit-prefix v0.5.2
11442026-03-20T23:54:28.925Z Downloaded usdt-attr-macro v0.6.0
11452026-03-20T23:54:28.926Z Downloaded term v1.2.1
11462026-03-20T23:54:28.928Z Downloaded usdt v0.6.0
11472026-03-20T23:54:28.928Z Downloaded tokio-dtrace v0.1.1
11482026-03-20T23:54:28.931Z Downloaded unicode-truncate v1.1.0
11492026-03-20T23:54:28.931Z Downloaded num-bigint v0.4.6
11502026-03-20T23:54:28.934Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11512026-03-20T23:54:28.939Z Downloaded socket2 v0.5.10
11522026-03-20T23:54:28.939Z Downloaded itertools v0.12.1
11532026-03-20T23:54:28.943Z Downloaded utf-8 v0.7.6
11542026-03-20T23:54:28.946Z Downloaded usdt-macro v0.6.0
11552026-03-20T23:54:28.946Z Downloaded toml_writer v1.0.6+spec-1.1.0
11562026-03-20T23:54:28.946Z Downloaded hashbrown v0.15.5
11572026-03-20T23:54:28.949Z Downloaded thread_local v1.1.9
11582026-03-20T23:54:28.953Z Downloaded spin v0.9.8
11592026-03-20T23:54:28.955Z Downloaded smf v0.2.3
11602026-03-20T23:54:28.956Z Downloaded want v0.3.1
11612026-03-20T23:54:28.956Z Downloaded void v1.0.2
11622026-03-20T23:54:28.956Z Downloaded rustls-webpki v0.103.9
11632026-03-20T23:54:28.959Z Downloaded tui-tree-widget v0.23.1
11642026-03-20T23:54:28.962Z Downloaded slog-json v2.6.1
11652026-03-20T23:54:28.962Z Downloaded strum_macros v0.26.4
11662026-03-20T23:54:28.965Z Downloaded h2 v0.4.13
11672026-03-20T23:54:28.968Z Downloaded wait-timeout v0.2.1
11682026-03-20T23:54:28.970Z Downloaded rand v0.9.2
11692026-03-20T23:54:28.973Z Downloaded strum_macros v0.24.3
11702026-03-20T23:54:28.973Z Downloaded schemars v0.9.0
11712026-03-20T23:54:28.983Z Downloaded num-bigint-dig v0.8.6
11722026-03-20T23:54:28.986Z Downloaded iri-string v0.7.10
11732026-03-20T23:54:28.991Z Downloaded waitgroup v0.1.2
11742026-03-20T23:54:28.994Z Downloaded tokio-rustls v0.24.1
11752026-03-20T23:54:28.994Z Downloaded bitvec v1.0.1
11762026-03-20T23:54:29.005Z Downloaded zeroize_derive v1.4.3
11772026-03-20T23:54:29.008Z Downloaded xshell-macros v0.2.7
11782026-03-20T23:54:29.008Z Downloaded xattr v1.6.1
11792026-03-20T23:54:29.011Z Downloaded tokio-stream v0.1.18
11802026-03-20T23:54:29.014Z Downloaded untrusted v0.7.1
11812026-03-20T23:54:29.014Z Downloaded hyper v1.8.1
11822026-03-20T23:54:29.018Z Downloaded uzers v0.12.2
11832026-03-20T23:54:29.021Z Downloaded blake3 v1.8.3
11842026-03-20T23:54:29.027Z Downloaded usdt-impl v0.6.0
11852026-03-20T23:54:29.030Z Downloaded test-strategy v0.4.5
11862026-03-20T23:54:29.033Z Downloaded zone v0.3.1
11872026-03-20T23:54:29.033Z Downloaded vsss-rs v3.3.4
11882026-03-20T23:54:29.036Z Downloaded samael v0.0.19
11892026-03-20T23:54:29.040Z Downloaded aws-lc-rs v1.16.0
11902026-03-20T23:54:29.046Z Downloaded vergen-git2 v1.0.7
11912026-03-20T23:54:29.049Z Downloaded tracing-attributes v0.1.31
11922026-03-20T23:54:29.051Z Downloaded schemars v1.2.1
11932026-03-20T23:54:29.059Z Downloaded unicase v2.9.0
11942026-03-20T23:54:29.064Z Downloaded tokio-rustls v0.25.0
11952026-03-20T23:54:29.064Z Downloaded walkdir v2.5.0
11962026-03-20T23:54:29.067Z Downloaded toml v0.7.8
11972026-03-20T23:54:29.067Z Downloaded snafu v0.8.9
11982026-03-20T23:54:29.071Z Downloaded xz2 v0.1.7
11992026-03-20T23:54:29.074Z Downloaded tinyvec v1.10.0
12002026-03-20T23:54:29.077Z Downloaded wyz v0.5.1
12012026-03-20T23:54:29.077Z Downloaded russh v0.45.0
12022026-03-20T23:54:29.082Z Downloaded whoami v2.1.0
12032026-03-20T23:54:29.085Z Downloaded whoami v1.6.1
12042026-03-20T23:54:29.085Z Downloaded zeroize v1.8.2
12052026-03-20T23:54:29.088Z Downloaded xshell v0.2.7
12062026-03-20T23:54:29.088Z Downloaded subprocess v0.2.15
12072026-03-20T23:54:29.091Z Downloaded itertools v0.14.0
12082026-03-20T23:54:29.095Z Downloaded vergen-lib v0.1.6
12092026-03-20T23:54:29.097Z Downloaded toml v0.9.12+spec-1.1.0
12102026-03-20T23:54:29.100Z Downloaded futures-util v0.3.32
12112026-03-20T23:54:29.108Z Downloaded zstd v0.13.3
12122026-03-20T23:54:29.111Z Downloaded unicode-bidi v0.3.18
12132026-03-20T23:54:29.114Z Downloaded typify v0.4.3
12142026-03-20T23:54:29.117Z Downloaded zstd-safe v7.2.4
12152026-03-20T23:54:29.117Z Downloaded toml_parser v1.0.9+spec-1.1.0
12162026-03-20T23:54:29.120Z Downloaded steno v0.4.1
12172026-03-20T23:54:29.122Z Downloaded zone_cfg_derive v0.3.1
12182026-03-20T23:54:29.125Z Downloaded rand v0.10.0
12192026-03-20T23:54:29.128Z Downloaded typify v0.6.1
12202026-03-20T23:54:29.131Z Downloaded twox-hash v2.1.2
12212026-03-20T23:54:29.131Z Downloaded vergen-gitcl v1.0.8
12222026-03-20T23:54:29.134Z Downloaded unicode-properties v0.1.4
12232026-03-20T23:54:29.134Z Downloaded libm v0.2.16
12242026-03-20T23:54:29.140Z Downloaded rpassword v7.4.0
12252026-03-20T23:54:29.143Z Downloaded rustyline v14.0.0
12262026-03-20T23:54:29.146Z Downloaded hkdf v0.12.4
12272026-03-20T23:54:29.148Z Downloaded vergen v9.0.6
12282026-03-20T23:54:29.148Z Downloaded tungstenite v0.23.0
12292026-03-20T23:54:29.151Z Downloaded tungstenite v0.21.0
12302026-03-20T23:54:29.154Z Downloaded yasna v0.5.2
12312026-03-20T23:54:29.157Z Downloaded unsafe-libyaml v0.2.11
12322026-03-20T23:54:29.159Z Downloaded zerocopy v0.6.6
12332026-03-20T23:54:29.159Z Downloaded p521 v0.13.3
12342026-03-20T23:54:29.163Z Downloaded toml_edit v0.23.10+spec-1.0.0
12352026-03-20T23:54:29.165Z Downloaded ron v0.12.0
12362026-03-20T23:54:29.172Z Downloaded uuid v1.21.0
12372026-03-20T23:54:29.175Z Downloaded tracing-core v0.1.36
12382026-03-20T23:54:29.178Z Downloaded tokio-rustls v0.26.4
12392026-03-20T23:54:29.181Z Downloaded tar v0.4.44
12402026-03-20T23:54:29.181Z Downloaded socket2 v0.6.2
12412026-03-20T23:54:29.185Z Downloaded strum_macros v0.27.2
12422026-03-20T23:54:29.188Z Downloaded itertools v0.13.0
12432026-03-20T23:54:29.194Z Downloaded sec1 v0.7.3
12442026-03-20T23:54:29.194Z Downloaded publicsuffix v2.3.0
12452026-03-20T23:54:29.197Z Downloaded hyper-util v0.1.20
12462026-03-20T23:54:29.200Z Downloaded vte v0.14.1
12472026-03-20T23:54:29.214Z Downloaded p384 v0.13.1
12482026-03-20T23:54:29.218Z Downloaded toml_edit v0.19.15
12492026-03-20T23:54:29.231Z Downloaded zopfli v0.8.3
12502026-03-20T23:54:29.233Z Downloaded ssh-key v0.6.7
12512026-03-20T23:54:29.238Z Downloaded tokio-postgres v0.7.16
12522026-03-20T23:54:29.241Z Downloaded regex v1.12.3
12532026-03-20T23:54:29.246Z Downloaded reqwest v0.12.28
12542026-03-20T23:54:29.250Z Downloaded reqwest v0.13.2
12552026-03-20T23:54:29.255Z Downloaded zip v0.6.6
12562026-03-20T23:54:29.261Z Downloaded yansi v1.0.1
12572026-03-20T23:54:29.272Z Downloaded portable-atomic v1.13.1
12582026-03-20T23:54:29.278Z Downloaded reedline v0.40.0
12592026-03-20T23:54:29.283Z Downloaded rayon v1.11.0
12602026-03-20T23:54:29.290Z Downloaded tower v0.5.3
12612026-03-20T23:54:29.296Z Downloaded unicode_categories v0.1.1
12622026-03-20T23:54:29.301Z Downloaded bindgen v0.71.1
12632026-03-20T23:54:29.319Z Downloaded salty v0.3.0
12642026-03-20T23:54:29.325Z Downloaded git2 v0.20.4
12652026-03-20T23:54:29.339Z Downloaded moka v0.12.13
12662026-03-20T23:54:29.346Z Downloaded rustls-webpki v0.101.7
12672026-03-20T23:54:29.355Z Downloaded unicode-segmentation v1.12.0
12682026-03-20T23:54:29.358Z Downloaded typed-path v0.9.3
12692026-03-20T23:54:29.362Z Downloaded zerocopy-derive v0.8.40
12702026-03-20T23:54:29.368Z Downloaded proptest v1.10.0
12712026-03-20T23:54:29.376Z Downloaded zip v4.6.1
12722026-03-20T23:54:29.379Z Downloaded tough v0.20.0
12732026-03-20T23:54:29.384Z Downloaded tower-http v0.6.8
12742026-03-20T23:54:29.389Z Downloaded lalrpop v0.19.12
12752026-03-20T23:54:29.397Z Downloaded x509-cert v0.2.5
12762026-03-20T23:54:29.401Z Downloaded unicode-normalization v0.1.25
12772026-03-20T23:54:29.404Z Downloaded tokio-util v0.7.18
12782026-03-20T23:54:29.408Z Downloaded serde_with v3.17.0
12792026-03-20T23:54:29.417Z Downloaded petname v2.0.2
12802026-03-20T23:54:29.421Z Downloaded curve25519-dalek v4.1.3
12812026-03-20T23:54:29.427Z Downloaded goblin v0.10.5
12822026-03-20T23:54:29.433Z Downloaded dropshot v0.16.7
12832026-03-20T23:54:29.449Z Downloaded winnow v0.5.40
12842026-03-20T23:54:29.454Z Downloaded quick-xml v0.37.5
12852026-03-20T23:54:29.461Z Downloaded rustls-webpki v0.102.8
12862026-03-20T23:54:29.475Z Downloaded polar-core v0.27.3
12872026-03-20T23:54:29.483Z Downloaded quinn-proto v0.11.13
12882026-03-20T23:54:29.489Z Downloaded tabled v0.20.0
12892026-03-20T23:54:29.503Z Downloaded nix v0.27.1
12902026-03-20T23:54:29.511Z Downloaded radix_trie v0.2.1
12912026-03-20T23:54:29.515Z Downloaded openssl v0.10.75
12922026-03-20T23:54:29.523Z Downloaded object v0.30.4
12932026-03-20T23:54:29.530Z Downloaded object v0.37.3
12942026-03-20T23:54:29.551Z Downloaded winnow v0.6.26
12952026-03-20T23:54:29.559Z Downloaded bstr v1.12.1
12962026-03-20T23:54:29.567Z Downloaded webpki-roots v1.0.6
12972026-03-20T23:54:29.582Z Downloaded rustls v0.21.12
12982026-03-20T23:54:29.591Z Downloaded nix v0.29.0
12992026-03-20T23:54:29.599Z Downloaded regex-syntax v0.6.29
13002026-03-20T23:54:29.605Z Downloaded nix v0.28.0
13012026-03-20T23:54:29.613Z Downloaded openapiv3 v2.2.0
13022026-03-20T23:54:29.624Z Downloaded zerocopy v0.8.40
13032026-03-20T23:54:29.630Z Downloaded hickory-proto v0.25.2
13042026-03-20T23:54:29.642Z Downloaded hickory-proto v0.24.4
13052026-03-20T23:54:29.655Z Downloaded zlib-rs v0.6.2
13062026-03-20T23:54:29.659Z Downloaded vcpkg v0.2.15
13072026-03-20T23:54:29.689Z Downloaded smoltcp v0.9.1
13082026-03-20T23:54:29.697Z Downloaded diesel v2.3.7
13092026-03-20T23:54:29.714Z Downloaded rustls v0.22.4
13102026-03-20T23:54:29.722Z Downloaded time v0.3.47
13112026-03-20T23:54:29.732Z Downloaded regress v0.10.5
13122026-03-20T23:54:29.739Z Downloaded smoltcp v0.11.0
13132026-03-20T23:54:29.748Z Downloaded regex-syntax v0.8.10
13142026-03-20T23:54:29.754Z Downloaded rustix v0.38.44
13152026-03-20T23:54:29.772Z Downloaded rustls v0.23.37
13162026-03-20T23:54:29.782Z Downloaded typify-impl v0.6.1
13172026-03-20T23:54:29.793Z Downloaded tracing v0.1.44
13182026-03-20T23:54:29.810Z Downloaded sled v0.34.7
13192026-03-20T23:54:29.819Z Downloaded nix v0.31.1
13202026-03-20T23:54:29.828Z Downloaded ratatui v0.29.0
13212026-03-20T23:54:29.853Z Downloaded sqlparser v0.61.0
13222026-03-20T23:54:29.892Z Downloaded typify-impl v0.4.3
13232026-03-20T23:54:29.905Z Downloaded bzip2-sys v0.1.13+1.0.8
13242026-03-20T23:54:29.947Z Downloaded csv v1.4.0
13252026-03-20T23:54:29.961Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13262026-03-20T23:54:29.974Z Downloaded zerocopy-derive v0.6.6
13272026-03-20T23:54:29.982Z Downloaded regex-automata v0.4.14
13282026-03-20T23:54:29.993Z Downloaded tokio v1.49.0
13292026-03-20T23:54:30.022Z Downloaded sha3 v0.10.8
13302026-03-20T23:54:30.165Z Downloaded petgraph v0.6.5
13312026-03-20T23:54:30.176Z Downloaded jiff v0.2.21
13322026-03-20T23:54:30.176Z Downloaded lzma-sys v0.1.20
13332026-03-20T23:54:30.176Z Downloaded petgraph v0.8.3
13342026-03-20T23:54:30.176Z Downloaded chrono-tz v0.10.4
13352026-03-20T23:54:30.176Z Downloaded libz-sys v1.1.24
13362026-03-20T23:54:30.176Z Downloaded encoding_rs v0.8.35
13372026-03-20T23:54:30.196Z Downloaded libgit2-sys v0.18.3+1.9.2
13382026-03-20T23:54:30.276Z Downloaded ring v0.17.14
13392026-03-20T23:54:30.807Z Downloaded aws-lc-sys v0.37.1
13402026-03-20T23:54:31.130Z Compiling libc v0.2.180
13412026-03-20T23:54:31.133Z Compiling serde v1.0.228
13422026-03-20T23:54:31.133Z Compiling log v0.4.29
13432026-03-20T23:54:31.133Z Compiling find-msvc-tools v0.1.9
13442026-03-20T23:54:31.317Z Compiling shlex v1.3.0
13452026-03-20T23:54:31.332Z Compiling smallvec v1.15.1
13462026-03-20T23:54:31.350Z Compiling syn v2.0.117
13472026-03-20T23:54:31.369Z Compiling typenum v1.19.0
13482026-03-20T23:54:31.554Z Compiling generic-array v0.14.7
13492026-03-20T23:54:31.598Z Compiling subtle v2.6.1
13502026-03-20T23:54:31.601Z Compiling scopeguard v1.2.0
13512026-03-20T23:54:31.658Z Compiling portable-atomic v1.13.1
13522026-03-20T23:54:31.727Z Compiling lock_api v0.4.14
13532026-03-20T23:54:31.746Z Compiling const-oid v0.9.6
13542026-03-20T23:54:31.840Z Compiling critical-section v1.2.0
13552026-03-20T23:54:31.858Z Compiling zerocopy v0.8.40
13562026-03-20T23:54:31.965Z Compiling parking_lot_core v0.9.12
13572026-03-20T23:54:32.012Z Compiling pin-project-lite v0.2.17
13582026-03-20T23:54:32.130Z Compiling serde_json v1.0.149
13592026-03-20T23:54:32.282Z Compiling pkg-config v0.3.32
13602026-03-20T23:54:32.402Z Compiling bitflags v2.11.0
13612026-03-20T23:54:32.493Z Compiling getrandom v0.2.17
13622026-03-20T23:54:32.627Z Compiling jobserver v0.1.34
13632026-03-20T23:54:32.686Z Compiling rand_core v0.6.4
13642026-03-20T23:54:32.773Z Compiling errno v0.3.14
13652026-03-20T23:54:32.957Z Compiling cc v1.2.56
13662026-03-20T23:54:32.983Z Compiling once_cell v1.21.3
13672026-03-20T23:54:33.014Z Compiling signal-hook-registry v1.4.8
13682026-03-20T23:54:33.032Z Compiling mio v1.1.1
13692026-03-20T23:54:33.119Z Compiling parking_lot v0.12.5
13702026-03-20T23:54:33.190Z Compiling libm v0.2.16
13712026-03-20T23:54:33.245Z Compiling num-traits v0.2.19
13722026-03-20T23:54:33.356Z Compiling futures-core v0.3.32
13732026-03-20T23:54:33.545Z Compiling socket2 v0.6.2
13742026-03-20T23:54:33.617Z Compiling percent-encoding v2.3.2
13752026-03-20T23:54:33.654Z Compiling allocator-api2 v0.2.21
13762026-03-20T23:54:33.674Z Compiling futures-sink v0.3.32
13772026-03-20T23:54:33.924Z Compiling cpufeatures v0.2.17
13782026-03-20T23:54:33.966Z Compiling foldhash v0.2.0
13792026-03-20T23:54:34.016Z Compiling futures-channel v0.3.32
13802026-03-20T23:54:34.035Z Compiling getrandom v0.4.1
13812026-03-20T23:54:34.197Z Compiling hashbrown v0.16.1
13822026-03-20T23:54:34.216Z Compiling futures-task v0.3.32
13832026-03-20T23:54:34.253Z Compiling slab v0.4.12
13842026-03-20T23:54:34.320Z Compiling futures-io v0.3.32
13852026-03-20T23:54:34.439Z Compiling rustversion v1.0.22
13862026-03-20T23:54:34.484Z Compiling getrandom v0.3.4
13872026-03-20T23:54:34.504Z Compiling rand_core v0.10.0
13882026-03-20T23:54:34.522Z Compiling cmake v0.1.57
13892026-03-20T23:54:35.011Z Compiling indexmap v2.13.0
13902026-03-20T23:54:35.083Z Compiling form_urlencoded v1.2.2
13912026-03-20T23:54:35.220Z Compiling dunce v1.0.5
13922026-03-20T23:54:35.308Z Compiling fs_extra v1.3.0
13932026-03-20T23:54:35.329Z Compiling base64ct v1.8.3
13942026-03-20T23:54:35.349Z Compiling ident_case v1.0.1
13952026-03-20T23:54:35.413Z Compiling synstructure v0.13.2
13962026-03-20T23:54:35.659Z Compiling aws-lc-sys v0.37.1
13972026-03-20T23:54:35.716Z Compiling pem-rfc7468 v0.7.0
13982026-03-20T23:54:35.801Z Compiling flagset v0.4.7
13992026-03-20T23:54:35.875Z Compiling rand_core v0.9.5
14002026-03-20T23:54:35.894Z Compiling rustix v1.1.3
14012026-03-20T23:54:35.914Z Compiling iana-time-zone v0.1.65
14022026-03-20T23:54:35.967Z Compiling ring v0.17.14
14032026-03-20T23:54:36.140Z Compiling uuid v1.21.0
14042026-03-20T23:54:36.177Z Compiling rustc_version v0.4.1
14052026-03-20T23:54:36.220Z Compiling aws-lc-rs v1.16.0
14062026-03-20T23:54:36.266Z Compiling vcpkg v0.2.15
14072026-03-20T23:54:36.592Z Compiling regex-syntax v0.8.10
14082026-03-20T23:54:36.612Z Compiling tracing-core v0.1.36
14092026-03-20T23:54:37.053Z Compiling crossbeam-utils v0.8.21
14102026-03-20T23:54:37.295Z Compiling openssl-sys v0.9.111
14112026-03-20T23:54:37.383Z Compiling pest_generator v2.8.6
14122026-03-20T23:54:37.445Z Compiling serde_derive_internals v0.29.1
14132026-03-20T23:54:38.045Z Compiling untrusted v0.9.0
14142026-03-20T23:54:38.090Z Compiling serde_derive v1.0.228
14152026-03-20T23:54:38.193Z Compiling zeroize_derive v1.4.3
14162026-03-20T23:54:38.295Z Compiling zerofrom-derive v0.1.6
14172026-03-20T23:54:38.325Z Compiling yoke-derive v0.8.1
14182026-03-20T23:54:38.682Z Compiling zerocopy-derive v0.8.40
14192026-03-20T23:54:39.065Z Compiling zeroize v1.8.2
14202026-03-20T23:54:39.878Z Compiling zerovec-derive v0.11.2
14212026-03-20T23:54:39.925Z Compiling displaydoc v0.2.5
14222026-03-20T23:54:40.106Z Compiling crypto-common v0.1.7
14232026-03-20T23:54:40.270Z Compiling zerofrom v0.1.6
14242026-03-20T23:54:40.288Z Compiling block-buffer v0.10.4
14252026-03-20T23:54:40.427Z Compiling yoke v0.8.1
14262026-03-20T23:54:40.491Z Compiling digest v0.10.7
14272026-03-20T23:54:40.664Z Compiling tokio-macros v2.6.0
14282026-03-20T23:54:40.809Z Compiling hmac v0.12.1
14292026-03-20T23:54:40.847Z Compiling futures-macro v0.3.32
14302026-03-20T23:54:40.889Z Compiling zerotrie v0.2.3
14312026-03-20T23:54:41.002Z Compiling block-padding v0.3.3
14322026-03-20T23:54:41.201Z Compiling inout v0.1.4
14332026-03-20T23:54:41.273Z Compiling sha2 v0.10.9
14342026-03-20T23:54:41.358Z Compiling zerovec v0.11.5
14352026-03-20T23:54:41.414Z Compiling cipher v0.4.4
14362026-03-20T23:54:41.634Z Compiling der_derive v0.7.3
14372026-03-20T23:54:41.756Z Compiling salsa20 v0.10.2
14382026-03-20T23:54:41.925Z Compiling futures-util v0.3.32
14392026-03-20T23:54:41.948Z Compiling pbkdf2 v0.12.2
14402026-03-20T23:54:42.055Z Compiling tinystr v0.8.2
14412026-03-20T23:54:42.089Z Compiling potential_utf v0.1.4
14422026-03-20T23:54:42.289Z Compiling icu_locale_core v2.1.1
14432026-03-20T23:54:42.312Z Compiling icu_collections v2.1.1
14442026-03-20T23:54:42.837Z Compiling bytes v1.11.1
14452026-03-20T23:54:42.912Z Compiling der v0.7.10
14462026-03-20T23:54:42.930Z Compiling chrono v0.4.44
14472026-03-20T23:54:43.120Z Compiling icu_provider v2.1.1
14482026-03-20T23:54:43.493Z Compiling tokio v1.49.0
14492026-03-20T23:54:43.507Z Compiling icu_normalizer v2.1.1
14502026-03-20T23:54:43.655Z Compiling icu_properties v2.1.2
14512026-03-20T23:54:44.235Z Compiling spki v0.7.3
14522026-03-20T23:54:44.494Z Compiling http v1.4.0
14532026-03-20T23:54:44.597Z Compiling thiserror-impl v2.0.18
14542026-03-20T23:54:44.870Z Compiling idna_adapter v1.2.1
14552026-03-20T23:54:45.034Z Compiling ppv-lite86 v0.2.21
14562026-03-20T23:54:45.040Z Compiling idna v1.1.0
14572026-03-20T23:54:45.053Z Compiling scrypt v0.11.0
14582026-03-20T23:54:45.337Z Compiling aes v0.8.4
14592026-03-20T23:54:45.391Z Compiling cbc v0.1.2
14602026-03-20T23:54:45.471Z Compiling url v2.5.8
14612026-03-20T23:54:45.571Z Compiling rand_chacha v0.9.0
14622026-03-20T23:54:45.729Z Compiling rustls-pki-types v1.14.0
14632026-03-20T23:54:45.906Z Compiling tracing-attributes v0.1.31
14642026-03-20T23:54:46.320Z Compiling rand v0.9.2
14652026-03-20T23:54:46.361Z Compiling thiserror v2.0.18
14662026-03-20T23:54:46.446Z Compiling pkcs5 v0.7.1
14672026-03-20T23:54:46.490Z Compiling http-body v1.0.1
14682026-03-20T23:54:46.549Z Compiling httparse v1.10.1
14692026-03-20T23:54:46.588Z Compiling syn v1.0.109
14702026-03-20T23:54:46.678Z Compiling openssl-probe v0.2.1
14712026-03-20T23:54:46.894Z Compiling schemars v0.8.22
14722026-03-20T23:54:46.957Z Compiling untrusted v0.7.1
14732026-03-20T23:54:46.964Z Compiling base64 v0.22.1
14742026-03-20T23:54:47.137Z Compiling pkcs8 v0.10.2
14752026-03-20T23:54:47.201Z Compiling schemars_derive v0.8.22
14762026-03-20T23:54:47.330Z Compiling pest_derive v2.8.6
14772026-03-20T23:54:47.368Z Compiling scroll_derive v0.13.1
14782026-03-20T23:54:47.694Z Compiling tracing v0.1.44
14792026-03-20T23:54:47.857Z Compiling darling_core v0.20.11
14802026-03-20T23:54:48.036Z Compiling tinyvec_macros v0.1.1
14812026-03-20T23:54:48.125Z Compiling atomic-waker v1.1.2
14822026-03-20T23:54:48.183Z Compiling tower-layer v0.3.3
14832026-03-20T23:54:48.282Z Compiling tower-service v0.3.3
14842026-03-20T23:54:48.430Z Compiling try-lock v0.2.5
14852026-03-20T23:54:48.443Z Compiling rustls v0.23.37
14862026-03-20T23:54:48.443Z Compiling dyn-clone v1.0.20
14872026-03-20T23:54:48.522Z Compiling tokio-util v0.7.18
14882026-03-20T23:54:48.598Z Compiling want v0.3.1
14892026-03-20T23:54:48.620Z Compiling scroll v0.13.0
14902026-03-20T23:54:48.872Z Compiling tinyvec v1.10.0
14912026-03-20T23:54:49.415Z Compiling ipnet v2.11.0
14922026-03-20T23:54:49.665Z Compiling h2 v0.4.13
14932026-03-20T23:54:49.974Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-03-20T23:54:50.100Z Compiling spin v0.9.8
14952026-03-20T23:54:50.440Z Compiling aho-corasick v1.1.4
14962026-03-20T23:54:50.503Z Compiling powerfmt v0.2.0
14972026-03-20T23:54:50.703Z Compiling crc32fast v1.5.0
14982026-03-20T23:54:50.731Z Compiling httpdate v1.0.3
14992026-03-20T23:54:51.014Z Compiling openssl v0.10.75
15002026-03-20T23:54:51.036Z Compiling foreign-types-shared v0.1.1
15012026-03-20T23:54:51.113Z Compiling darling_macro v0.20.11
15022026-03-20T23:54:51.143Z Compiling num-conv v0.2.0
15032026-03-20T23:54:51.299Z Compiling time-core v0.1.8
15042026-03-20T23:54:51.318Z Compiling pin-utils v0.1.0
15052026-03-20T23:54:51.431Z Compiling tempfile v3.25.0
15062026-03-20T23:54:51.454Z Compiling regex-automata v0.4.14
15072026-03-20T23:54:51.482Z Compiling time-macros v0.2.27
15082026-03-20T23:54:51.708Z Compiling darling v0.20.11
15092026-03-20T23:54:51.810Z Compiling foreign-types v0.3.2
15102026-03-20T23:54:51.941Z Compiling deranged v0.5.8
15112026-03-20T23:54:52.707Z Compiling goblin v0.10.5
15122026-03-20T23:54:52.929Z Compiling openssl-macros v0.1.1
15132026-03-20T23:54:53.283Z Compiling thiserror-impl v1.0.69
15142026-03-20T23:54:54.249Z Compiling hyper v1.8.1
15152026-03-20T23:54:54.935Z Compiling wait-timeout v0.2.1
15162026-03-20T23:54:54.972Z Compiling usdt-impl v0.6.0
15172026-03-20T23:54:55.020Z Compiling bit-vec v0.8.0
15182026-03-20T23:54:55.242Z Compiling quick-error v1.2.3
15192026-03-20T23:54:55.267Z Compiling simd-adler32 v0.3.8
15202026-03-20T23:54:55.320Z Compiling num_threads v0.1.7
15212026-03-20T23:54:55.352Z Compiling siphasher v1.0.2
15222026-03-20T23:54:55.435Z Compiling either v1.15.0
15232026-03-20T23:54:55.600Z Compiling native-tls v0.2.18
15242026-03-20T23:54:55.623Z Compiling hyper-util v0.1.20
15252026-03-20T23:54:55.700Z Compiling time v0.3.47
15262026-03-20T23:54:55.875Z Compiling rusty-fork v0.3.1
15272026-03-20T23:54:56.284Z Compiling bit-set v0.8.0
15282026-03-20T23:54:56.333Z Compiling thiserror v1.0.69
15292026-03-20T23:54:56.458Z Compiling dof v0.4.0
15302026-03-20T23:54:57.488Z Compiling derive_builder_core v0.20.2
15312026-03-20T23:54:57.854Z Compiling unicode-normalization v0.1.25
15322026-03-20T23:54:57.924Z Compiling crossbeam-epoch v0.9.18
15332026-03-20T23:54:58.072Z Compiling dtrace-parser v0.3.0
15342026-03-20T23:54:58.357Z Compiling rustls-native-certs v0.8.3
15352026-03-20T23:54:58.454Z Compiling signature v2.2.0
15362026-03-20T23:54:58.673Z Compiling scroll_derive v0.12.1
15372026-03-20T23:54:58.692Z Compiling heapless v0.7.17
15382026-03-20T23:54:58.740Z Compiling rand_xorshift v0.4.0
15392026-03-20T23:54:58.770Z Compiling slog v2.8.2
15402026-03-20T23:54:58.938Z Compiling darling_core v0.21.3
15412026-03-20T23:54:58.996Z Compiling bzip2-sys v0.1.13+1.0.8
15422026-03-20T23:54:59.017Z Compiling sync_wrapper v1.0.2
15432026-03-20T23:54:59.138Z Compiling thread-id v5.1.0
15442026-03-20T23:54:59.157Z Compiling cookie v0.18.1
15452026-03-20T23:54:59.240Z Compiling unicode-properties v0.1.4
15462026-03-20T23:54:59.342Z Compiling anyhow v1.0.102
15472026-03-20T23:54:59.380Z Compiling paste v1.0.15
15482026-03-20T23:54:59.507Z Compiling unarray v0.1.4
15492026-03-20T23:54:59.536Z Compiling adler2 v2.0.1
15502026-03-20T23:54:59.639Z Compiling signal-hook v0.3.18
15512026-03-20T23:54:59.695Z Compiling rayon-core v1.13.0
15522026-03-20T23:54:59.741Z Compiling unicode-bidi v0.3.18
15532026-03-20T23:54:59.751Z Compiling unicode-segmentation v1.12.0
15542026-03-20T23:54:59.846Z Compiling zstd-safe v7.2.4
15552026-03-20T23:55:00.173Z Compiling stringprep v0.1.5
15562026-03-20T23:55:00.219Z Compiling miniz_oxide v0.8.9
15572026-03-20T23:55:00.239Z Compiling proptest v1.10.0
15582026-03-20T23:55:00.521Z Compiling scroll v0.12.0
15592026-03-20T23:55:00.753Z Compiling tower v0.5.3
15602026-03-20T23:55:00.878Z Compiling derive_builder_macro v0.20.2
15612026-03-20T23:55:01.031Z Compiling crossbeam-deque v0.8.6
15622026-03-20T23:55:01.271Z Compiling ipnetwork v0.21.1
15632026-03-20T23:55:01.377Z Compiling http-body-util v0.1.3
15642026-03-20T23:55:01.434Z Compiling webpki-roots v1.0.6
15652026-03-20T23:55:01.451Z Compiling rand_chacha v0.3.1
15662026-03-20T23:55:01.456Z Compiling toml_datetime v0.6.11
15672026-03-20T23:55:01.583Z Compiling serde_tokenstream v0.2.3
15682026-03-20T23:55:01.682Z Compiling serde_spanned v0.6.9
15692026-03-20T23:55:01.809Z Compiling erased-serde v0.3.31
15702026-03-20T23:55:01.819Z Compiling md-5 v0.10.6
15712026-03-20T23:55:01.861Z Compiling zerocopy-derive v0.7.35
15722026-03-20T23:55:02.043Z Compiling curve25519-dalek v4.1.3
15732026-03-20T23:55:02.050Z Compiling vergen-lib v0.1.6
15742026-03-20T23:55:02.237Z Compiling num-integer v0.1.46
15752026-03-20T23:55:02.403Z Compiling hash32 v0.2.1
15762026-03-20T23:55:02.480Z Compiling ff v0.13.1
15772026-03-20T23:55:02.500Z Compiling memoffset v0.9.1
15782026-03-20T23:55:02.504Z Compiling darling_macro v0.21.3
15792026-03-20T23:55:02.641Z Compiling iri-string v0.7.10
15802026-03-20T23:55:02.661Z Compiling litrs v1.0.0
15812026-03-20T23:55:02.665Z Compiling smoltcp v0.9.1
15822026-03-20T23:55:02.735Z Compiling base16ct v0.2.0
15832026-03-20T23:55:03.139Z Compiling ryu v1.0.23
15842026-03-20T23:55:03.260Z Compiling fallible-iterator v0.2.0
15852026-03-20T23:55:03.283Z Compiling zlib-rs v0.6.2
15862026-03-20T23:55:03.284Z Compiling ref-cast v1.0.25
15872026-03-20T23:55:03.284Z Compiling psl-types v2.0.11
15882026-03-20T23:55:03.342Z Compiling rustix v0.38.44
15892026-03-20T23:55:03.361Z Compiling cfg_aliases v0.2.1
15902026-03-20T23:55:03.413Z Compiling num-bigint-dig v0.8.6
15912026-03-20T23:55:03.451Z Compiling nix v0.31.1
15922026-03-20T23:55:03.567Z Compiling newtype-uuid v1.3.2
15932026-03-20T23:55:03.665Z Compiling postgres-protocol v0.6.10
15942026-03-20T23:55:03.945Z Compiling document-features v0.2.12
15952026-03-20T23:55:03.997Z Compiling publicsuffix v2.3.0
15962026-03-20T23:55:04.024Z Compiling serde_urlencoded v0.7.1
15972026-03-20T23:55:04.212Z Compiling darling v0.21.3
15982026-03-20T23:55:04.322Z Compiling tower-http v0.6.8
15992026-03-20T23:55:04.388Z Compiling zerocopy v0.7.35
16002026-03-20T23:55:04.458Z Compiling sec1 v0.7.3
16012026-03-20T23:55:04.831Z Compiling group v0.13.0
16022026-03-20T23:55:04.864Z Compiling num-iter v0.1.45
16032026-03-20T23:55:05.037Z Compiling rand v0.8.5
16042026-03-20T23:55:05.055Z Compiling oxnet v0.1.4
16052026-03-20T23:55:05.179Z Compiling derive_builder v0.20.2
16062026-03-20T23:55:05.448Z Compiling proc-macro-error v1.0.4
16072026-03-20T23:55:05.487Z Compiling goblin v0.8.2
16082026-03-20T23:55:05.843Z Compiling tokio-native-tls v0.3.1
16092026-03-20T23:55:06.342Z Compiling heck v0.4.1
16102026-03-20T23:55:06.502Z Compiling phf_shared v0.13.1
16112026-03-20T23:55:06.630Z Compiling hubpack_derive v0.1.1
16122026-03-20T23:55:06.781Z Compiling regex v1.12.3
16132026-03-20T23:55:06.831Z Compiling lazy_static v1.5.0
16142026-03-20T23:55:06.907Z Compiling cargo-platform v0.1.9
16152026-03-20T23:55:06.938Z Compiling hkdf v0.12.4
16162026-03-20T23:55:07.144Z Compiling crypto-bigint v0.5.5
16172026-03-20T23:55:07.184Z Compiling async-trait v0.1.89
16182026-03-20T23:55:07.232Z Compiling strum_macros v0.27.2
16192026-03-20T23:55:07.369Z Compiling flate2 v1.1.9
16202026-03-20T23:55:07.764Z Compiling curve25519-dalek-derive v0.1.1
16212026-03-20T23:55:07.938Z Compiling ref-cast-impl v1.0.25
16222026-03-20T23:55:08.610Z Compiling daft-derive v0.1.5
16232026-03-20T23:55:08.630Z Compiling terminal_size v0.4.3
16242026-03-20T23:55:08.657Z Compiling vergen v9.0.6
16252026-03-20T23:55:08.849Z Compiling fs-err v3.3.0
16262026-03-20T23:55:08.919Z Compiling ahash v0.8.12
16272026-03-20T23:55:09.084Z Compiling foldhash v0.1.5
16282026-03-20T23:55:09.174Z Compiling object v0.37.3
16292026-03-20T23:55:09.313Z Compiling libbz2-rs-sys v0.2.2
16302026-03-20T23:55:09.519Z Compiling bitflags v1.3.2
16312026-03-20T23:55:09.655Z Compiling winnow v0.5.40
16322026-03-20T23:55:09.667Z Compiling bumpalo v3.20.2
16332026-03-20T23:55:09.944Z Compiling managed v0.8.0
16342026-03-20T23:55:09.986Z Compiling strum v0.27.2
16352026-03-20T23:55:10.066Z Compiling zopfli v0.8.3
16362026-03-20T23:55:10.131Z Compiling bzip2 v0.6.1
16372026-03-20T23:55:10.226Z Compiling clap_builder v4.5.60
16382026-03-20T23:55:10.409Z Compiling console v0.16.2
16392026-03-20T23:55:10.433Z Compiling daft v0.1.5
16402026-03-20T23:55:10.854Z Compiling hashbrown v0.15.5
16412026-03-20T23:55:11.261Z Compiling elliptic-curve v0.13.8
16422026-03-20T23:55:11.315Z Compiling dof v0.3.0
16432026-03-20T23:55:11.535Z Compiling toml_edit v0.19.15
16442026-03-20T23:55:11.580Z Compiling hubpack v0.1.2
16452026-03-20T23:55:15.121Z Compiling cargo_metadata v0.19.2
16462026-03-20T23:55:15.169Z Compiling phf v0.13.1
16472026-03-20T23:55:15.169Z Compiling signal-hook-mio v0.2.5
16482026-03-20T23:55:15.169Z Compiling zone_cfg_derive v0.3.1
16492026-03-20T23:55:15.207Z Compiling zstd v0.13.3
16502026-03-20T23:55:15.207Z Compiling hyper-tls v0.6.0
16512026-03-20T23:55:15.207Z Compiling rayon v1.11.0
16522026-03-20T23:55:15.207Z Compiling cookie_store v0.22.1
16532026-03-20T23:55:15.207Z Compiling bzip2 v0.4.4
16542026-03-20T23:55:15.207Z Compiling serde_with_macros v3.17.0
16552026-03-20T23:55:15.207Z Compiling postgres-types v0.2.12
16562026-03-20T23:55:15.207Z Compiling usdt-attr-macro v0.6.0
16572026-03-20T23:55:15.335Z Compiling usdt-macro v0.6.0
16582026-03-20T23:55:15.465Z Compiling ed25519 v2.2.3
16592026-03-20T23:55:16.135Z Compiling dtrace-parser v0.2.0
16602026-03-20T23:55:16.187Z Compiling itertools v0.12.1
16612026-03-20T23:55:16.287Z Compiling phf_shared v0.11.3
16622026-03-20T23:55:16.533Z Compiling bstr v1.12.1
16632026-03-20T23:55:16.579Z Compiling pkcs1 v0.7.5
16642026-03-20T23:55:16.633Z Compiling serde-big-array v0.5.1
16652026-03-20T23:55:16.667Z Compiling hex v0.4.3
16662026-03-20T23:55:16.812Z Compiling rfc6979 v0.4.0
16672026-03-20T23:55:16.968Z Compiling clap_derive v4.5.55
16682026-03-20T23:55:17.022Z Compiling enum-as-inner v0.6.1
16692026-03-20T23:55:17.121Z Compiling strum_macros v0.26.4
16702026-03-20T23:55:17.177Z Compiling serde_repr v0.1.20
16712026-03-20T23:55:17.408Z Compiling float-cmp v0.10.0
16722026-03-20T23:55:17.596Z Compiling memmap2 v0.9.10
16732026-03-20T23:55:17.672Z Compiling thread-id v4.2.2
16742026-03-20T23:55:17.781Z Compiling env_filter v1.0.0
16752026-03-20T23:55:17.845Z Compiling encoding_rs v0.8.35
16762026-03-20T23:55:17.870Z Compiling fixedbitset v0.4.2
16772026-03-20T23:55:17.889Z Compiling data-encoding v2.10.0
16782026-03-20T23:55:18.155Z Compiling difflib v0.4.0
16792026-03-20T23:55:18.178Z Compiling mime v0.3.17
16802026-03-20T23:55:18.517Z Compiling unit-prefix v0.5.2
16812026-03-20T23:55:18.761Z Compiling static_assertions v1.1.0
16822026-03-20T23:55:18.860Z Compiling keccak v0.1.6
16832026-03-20T23:55:18.881Z Compiling rustc-hash v2.1.1
16842026-03-20T23:55:18.975Z Compiling new_debug_unreachable v1.0.6
16852026-03-20T23:55:19.036Z Compiling normalize-line-endings v0.3.0
16862026-03-20T23:55:19.070Z Compiling predicates-core v1.0.10
16872026-03-20T23:55:19.155Z Compiling precomputed-hash v0.1.1
16882026-03-20T23:55:19.193Z Compiling fixedbitset v0.5.7
16892026-03-20T23:55:19.268Z Compiling jiff v0.2.21
16902026-03-20T23:55:19.300Z Compiling whoami v2.1.0
16912026-03-20T23:55:19.416Z Compiling toml_edit v0.22.27
16922026-03-20T23:55:19.560Z Compiling strum v0.26.3
16932026-03-20T23:55:19.606Z Compiling tokio-postgres v0.7.16
16942026-03-20T23:55:19.725Z Compiling petgraph v0.8.3
16952026-03-20T23:55:19.802Z Compiling clap v4.5.60
16962026-03-20T23:55:19.902Z Compiling string_cache v0.8.9
16972026-03-20T23:55:19.972Z Compiling predicates v3.1.4
16982026-03-20T23:55:20.050Z Compiling sha3 v0.10.8
16992026-03-20T23:55:20.186Z Compiling iddqd v0.3.17
17002026-03-20T23:55:20.587Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-20T23:55:20.849Z Compiling indicatif v0.18.4
17022026-03-20T23:55:21.685Z Compiling hickory-proto v0.25.2
17032026-03-20T23:55:21.996Z Compiling petgraph v0.6.5
17042026-03-20T23:55:22.377Z Compiling env_logger v0.11.9
17052026-03-20T23:55:22.590Z Compiling usdt v0.6.0
17062026-03-20T23:55:22.846Z Compiling zip v4.6.1
17072026-03-20T23:55:22.920Z Compiling usdt-impl v0.5.0
17082026-03-20T23:55:23.282Z Compiling zone v0.3.1
17092026-03-20T23:55:23.690Z Compiling similar v2.7.0
17102026-03-20T23:55:24.065Z Compiling serde_with v3.17.0
17112026-03-20T23:55:24.171Z Compiling ecdsa v0.16.9
17122026-03-20T23:55:24.222Z Compiling rsa v0.9.10
17132026-03-20T23:55:24.393Z Compiling crossterm v0.28.1
17142026-03-20T23:55:24.693Z Compiling ed25519-dalek v2.2.0
17152026-03-20T23:55:25.190Z Compiling zip v0.6.6
17162026-03-20T23:55:25.953Z Compiling toml v0.7.8
17172026-03-20T23:55:26.491Z Compiling toml_parser v1.0.9+spec-1.1.0
17182026-03-20T23:55:26.586Z Compiling itertools v0.13.0
17192026-03-20T23:55:26.801Z Compiling tokio-stream v0.1.18
17202026-03-20T23:55:26.898Z Compiling buf-list v1.1.2
17212026-03-20T23:55:27.256Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-03-20T23:55:27.350Z Compiling x509-cert v0.2.5
17232026-03-20T23:55:27.416Z Compiling openapiv3 v2.2.0
17242026-03-20T23:55:27.659Z Compiling sha1 v0.10.6
17252026-03-20T23:55:27.946Z Compiling toml_datetime v0.7.5+spec-1.1.0
17262026-03-20T23:55:28.271Z Compiling peg-runtime v0.8.5
17272026-03-20T23:55:28.290Z Compiling lalrpop-util v0.19.12
17282026-03-20T23:55:28.332Z Compiling thread_local v1.1.9
17292026-03-20T23:55:28.437Z Compiling slog-async v2.8.0
17302026-03-20T23:55:28.525Z Compiling crossbeam-channel v0.5.15
17312026-03-20T23:55:28.631Z Compiling futures-executor v0.3.32
17322026-03-20T23:55:28.650Z Compiling is-terminal v0.4.17
17332026-03-20T23:55:28.779Z Compiling filetime v0.2.27
17342026-03-20T23:55:28.865Z Compiling take_mut v0.2.2
17352026-03-20T23:55:28.995Z Compiling xattr v1.6.1
17362026-03-20T23:55:29.014Z Compiling term v1.2.1
17372026-03-20T23:55:29.017Z Compiling futures v0.3.32
17382026-03-20T23:55:29.182Z Compiling tar v0.4.44
17392026-03-20T23:55:29.635Z Compiling slog-term v2.9.2
17402026-03-20T23:55:36.140Z Compiling rustls-webpki v0.103.9
17412026-03-20T23:55:40.158Z Compiling tokio-rustls v0.26.4
17422026-03-20T23:55:40.158Z Compiling rustls-platform-verifier v0.6.2
17432026-03-20T23:55:40.424Z Compiling hyper-rustls v0.27.7
17442026-03-20T23:55:40.690Z Compiling reqwest v0.13.2
17452026-03-20T23:55:40.690Z Compiling reqwest v0.12.28
17462026-03-20T23:55:43.764Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17472026-03-20T23:55:44.031Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17482026-03-20T23:55:47.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17492026-03-20T23:55:47.989Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17502026-03-20T23:55:48.051ZMar 20 23:55:47.402 INFO Starting download, target: DendriteStub
17512026-03-20T23:55:48.051ZMar 20 23:55:47.402 INFO Starting download, target: Console
17522026-03-20T23:55:48.051ZMar 20 23:55:47.402 INFO Starting download, target: Clickhouse
17532026-03-20T23:55:48.054ZMar 20 23:55:47.402 INFO Starting download, target: Cockroach
17542026-03-20T23:55:48.054ZMar 20 23:55:47.402 INFO Starting download, target: MaghemiteMgd
17552026-03-20T23:55:48.054ZMar 20 23:55:47.402 INFO Starting download, target: TransceiverControl
17562026-03-20T23:55:48.054ZMar 20 23:55:47.402 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17572026-03-20T23:55:48.054ZMar 20 23:55:47.402 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-20T23:55:48.054ZMar 20 23:55:47.402 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17592026-03-20T23:55:48.054ZMar 20 23:55:47.402 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-03-20T23:55:48.054ZMar 20 23:55:47.402 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-03-20T23:55:48.054ZMar 20 23:55:47.402 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-03-20T23:55:48.414ZMar 20 23:55:47.760 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-03-20T23:55:48.750ZMar 20 23:55:48.100 INFO Download complete, target: TransceiverControl
17642026-03-20T23:55:49.613ZMar 20 23:55:48.963 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17652026-03-20T23:55:49.748ZMar 20 23:55:49.099 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17662026-03-20T23:55:49.922ZMar 20 23:55:49.273 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672026-03-20T23:55:50.465ZMar 20 23:55:49.816 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-03-20T23:55:50.484ZMar 20 23:55:49.835 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-03-20T23:55:50.484ZMar 20 23:55:49.835 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-03-20T23:55:50.840ZMar 20 23:55:50.192 INFO Download complete, target: Console
17712026-03-20T23:55:53.169ZMar 20 23:55:52.520 INFO Download complete, target: DendriteStub
17722026-03-20T23:55:53.439ZMar 20 23:55:52.789 INFO Download complete, target: MaghemiteMgd
17732026-03-20T23:55:58.240ZMar 20 23:55:57.590 INFO Checking that binary works, target: Cockroach
17742026-03-20T23:55:58.351ZMar 20 23:55:57.701 INFO Download complete, target: Cockroach
17752026-03-20T23:56:01.294ZMar 20 23:56:00.499 INFO Checking that binary works, target: Clickhouse
17762026-03-20T23:56:01.311ZMar 20 23:56:00.661 INFO Download complete, target: Clickhouse
17772026-03-20T23:56:01.329ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-03-20T23:56:01.333Z
17792026-03-20T23:56:01.333Zreal 3:55.432831012
17802026-03-20T23:56:01.333Zuser 10:22.372150186
17812026-03-20T23:56:01.333Zsys 1:47.451452724
17822026-03-20T23:56:01.333Ztrap 0.329426399
17832026-03-20T23:56:01.333Ztflt 0.578088529
17842026-03-20T23:56:01.333Zdflt 0.611132975
17852026-03-20T23:56:01.334Zkflt 0.019023408
17862026-03-20T23:56:01.334Zlock 30:35.925736707
17872026-03-20T23:56:01.334Zslp 29:04.328485412
17882026-03-20T23:56:01.334Zlat 53.404723911
17892026-03-20T23:56:01.334Zstop 2:39.306854363
17902026-03-20T23:56:01.334Z+ banner clippy
17912026-03-20T23:56:01.334Z
17922026-03-20T23:56:01.334Z #### # # ##### ##### # #
17932026-03-20T23:56:01.334Z # # # # # # # # # #
17942026-03-20T23:56:01.334Z # # # # # # # #
17952026-03-20T23:56:01.334Z # # # ##### ##### #
17962026-03-20T23:56:01.334Z # # # # # # #
17972026-03-20T23:56:01.334Z #### ###### # # # #
17982026-03-20T23:56:01.334Z
17992026-03-20T23:56:01.334Z+ export CARGO_INCREMENTAL=0
18002026-03-20T23:56:01.335Z+ CARGO_INCREMENTAL=0
18012026-03-20T23:56:01.335Z+ ptime -m cargo xtask clippy
18022026-03-20T23:56:02.016Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-03-20T23:56:02.280Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-03-20T23:56:04.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
18052026-03-20T23:56:04.871Z Running `target/debug/xtask clippy`
18062026-03-20T23:56:04.898Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18072026-03-20T23:56:05.680Z Downloading crates ...
18082026-03-20T23:56:05.948Z Downloaded miette-derive v5.10.0
18092026-03-20T23:56:05.969Z Downloaded tinytemplate v1.2.1
18102026-03-20T23:56:05.972Z Downloaded assert_cmd v2.1.2
18112026-03-20T23:56:05.972Z Downloaded addr2line v0.25.1
18122026-03-20T23:56:05.972Z Downloaded supports-color v2.1.0
18132026-03-20T23:56:05.976Z Downloaded partial-io v0.5.4
18142026-03-20T23:56:05.976Z Downloaded futures-timer v3.0.3
18152026-03-20T23:56:05.976Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18162026-03-20T23:56:05.979Z Downloaded anes v0.1.6
18172026-03-20T23:56:05.979Z Downloaded event-listener-strategy v0.5.4
18182026-03-20T23:56:05.979Z Downloaded event-listener v5.4.1
18192026-03-20T23:56:05.983Z Downloaded backtrace v0.3.76
18202026-03-20T23:56:05.987Z Downloaded parking v2.2.1
18212026-03-20T23:56:05.987Z Downloaded oorandom v11.1.5
18222026-03-20T23:56:05.987Z Downloaded guppy-workspace-hack v0.1.0
18232026-03-20T23:56:05.990Z Downloaded blake2b_simd v1.0.4
18242026-03-20T23:56:05.990Z Downloaded approx v0.5.1
18252026-03-20T23:56:05.990Z Downloaded linkme-impl v0.3.35
18262026-03-20T23:56:05.993Z Downloaded async-lock v3.4.2
18272026-03-20T23:56:05.997Z Downloaded assert-json-diff v2.0.2
18282026-03-20T23:56:06.000Z Downloaded cast v0.3.0
18292026-03-20T23:56:06.000Z Downloaded pathdiff v0.2.3
18302026-03-20T23:56:06.004Z Downloaded escape8259 v0.5.3
18312026-03-20T23:56:06.004Z Downloaded knuffel-derive v3.2.0
18322026-03-20T23:56:06.007Z Downloaded path-tree v0.8.3
18332026-03-20T23:56:06.007Z Downloaded owo-colors v3.5.0
18342026-03-20T23:56:06.011Z Downloaded terminal_size v0.1.17
18352026-03-20T23:56:06.015Z Downloaded backtrace-ext v0.2.1
18362026-03-20T23:56:06.015Z Downloaded supports-unicode v2.1.0
18372026-03-20T23:56:06.023Z Downloaded similar-asserts v1.7.0
18382026-03-20T23:56:06.027Z Downloaded target-triple v1.0.0
18392026-03-20T23:56:06.027Z Downloaded supports-hyperlinks v2.1.0
18402026-03-20T23:56:06.027Z Downloaded plotters-svg v0.3.7
18412026-03-20T23:56:06.030Z Downloaded plotters-backend v0.3.7
18422026-03-20T23:56:06.034Z Downloaded async-object-pool v0.2.0
18432026-03-20T23:56:06.037Z Downloaded cargo-platform v0.3.2
18442026-03-20T23:56:06.041Z Downloaded constant_time_eq v0.3.1
18452026-03-20T23:56:06.044Z Downloaded nested v0.1.1
18462026-03-20T23:56:06.044Z Downloaded serde_regex v1.1.0
18472026-03-20T23:56:06.048Z Downloaded plotters v0.3.7
18482026-03-20T23:56:06.052Z Downloaded rustc-demangle v0.1.27
18492026-03-20T23:56:06.056Z Downloaded libtest-mimic v0.8.1
18502026-03-20T23:56:06.061Z Downloaded chumsky v0.9.3
18512026-03-20T23:56:06.064Z Downloaded linkme v0.3.35
18522026-03-20T23:56:06.067Z Downloaded cargo_metadata v0.23.1
18532026-03-20T23:56:06.067Z Downloaded rstest_macros v0.25.0
18542026-03-20T23:56:06.070Z Downloaded concurrent-queue v2.5.0
18552026-03-20T23:56:06.070Z Downloaded termcolor v1.4.1
18562026-03-20T23:56:06.074Z Downloaded target-spec v3.5.7
18572026-03-20T23:56:06.074Z Downloaded relative-path v1.9.3
18582026-03-20T23:56:06.082Z Downloaded httptest v0.16.4
18592026-03-20T23:56:06.085Z Downloaded target-lexicon v0.13.3
18602026-03-20T23:56:06.085Z Downloaded stringmetrics v2.2.2
18612026-03-20T23:56:06.089Z Downloaded fancy-regex v0.14.0
18622026-03-20T23:56:06.089Z Downloaded criterion-plot v0.6.0
18632026-03-20T23:56:06.092Z Downloaded cfg-expr v0.20.6
18642026-03-20T23:56:06.092Z Downloaded rust-argon2 v2.1.0
18652026-03-20T23:56:06.096Z Downloaded toml v1.0.3+spec-1.1.0
18662026-03-20T23:56:06.099Z Downloaded datatest-stable v0.3.3
18672026-03-20T23:56:06.099Z Downloaded trybuild v1.0.116
18682026-03-20T23:56:06.102Z Downloaded textwrap v0.15.2
18692026-03-20T23:56:06.105Z Downloaded rand_distr v0.5.1
18702026-03-20T23:56:06.110Z Downloaded rstest v0.25.0
18712026-03-20T23:56:06.113Z Downloaded criterion v0.7.0
18722026-03-20T23:56:06.116Z Downloaded miette v5.10.0
18732026-03-20T23:56:06.119Z Downloaded knuffel v3.2.0
18742026-03-20T23:56:06.136Z Downloaded guppy v0.17.25
18752026-03-20T23:56:06.140Z Downloaded hashbrown v0.14.5
18762026-03-20T23:56:06.144Z Downloaded gimli v0.32.3
18772026-03-20T23:56:06.252Z Downloaded httpmock v0.8.3
18782026-03-20T23:56:08.409Z Checking cfg-if v1.0.4
18792026-03-20T23:56:08.816Z Checking libc v0.2.180
18802026-03-20T23:56:08.823Z Checking serde_core v1.0.228
18812026-03-20T23:56:08.907Z Checking memchr v2.8.0
18822026-03-20T23:56:08.955Z Checking smallvec v1.15.1
18832026-03-20T23:56:09.003Z Checking itoa v1.0.17
18842026-03-20T23:56:09.003Z Checking log v0.4.29
18852026-03-20T23:56:09.102Z Checking zeroize v1.8.2
18862026-03-20T23:56:09.153Z Checking libm v0.2.16
18872026-03-20T23:56:09.213Z Checking scopeguard v1.2.0
18882026-03-20T23:56:09.264Z Checking stable_deref_trait v1.2.1
18892026-03-20T23:56:09.318Z Checking zmij v1.0.21
18902026-03-20T23:56:09.367Z Checking zerofrom v0.1.6
18912026-03-20T23:56:09.420Z Checking errno v0.3.14
18922026-03-20T23:56:09.420Z Checking getrandom v0.2.17
18932026-03-20T23:56:09.425Z Checking lock_api v0.4.14
18942026-03-20T23:56:09.559Z Checking yoke v0.8.1
18952026-03-20T23:56:09.600Z Checking percent-encoding v2.3.2
18962026-03-20T23:56:09.647Z Checking litemap v0.8.1
18972026-03-20T23:56:09.650Z Checking writeable v0.6.2
18982026-03-20T23:56:09.736Z Checking subtle v2.6.1
18992026-03-20T23:56:09.783Z Checking icu_normalizer_data v2.1.1
19002026-03-20T23:56:09.828Z Checking icu_properties_data v2.1.2
19012026-03-20T23:56:09.832Z Checking zerovec v0.11.5
19022026-03-20T23:56:09.916Z Checking zerotrie v0.2.3
19032026-03-20T23:56:09.962Z Checking form_urlencoded v1.2.2
19042026-03-20T23:56:09.962Z Checking rand_core v0.6.4
19052026-03-20T23:56:09.966Z Checking portable-atomic v1.13.1
19062026-03-20T23:56:10.096Z Checking utf8_iter v1.0.4
19072026-03-20T23:56:10.156Z Checking pin-project-lite v0.2.17
19082026-03-20T23:56:10.159Z Checking num-traits v0.2.19
19092026-03-20T23:56:10.269Z Checking zerocopy v0.8.40
19102026-03-20T23:56:10.319Z Checking critical-section v1.2.0
19112026-03-20T23:56:10.366Z Checking parking_lot_core v0.9.12
19122026-03-20T23:56:10.419Z Checking rand_core v0.10.0
19132026-03-20T23:56:10.484Z Checking signal-hook-registry v1.4.8
19142026-03-20T23:56:10.534Z Checking tinystr v0.8.2
19152026-03-20T23:56:10.627Z Checking potential_utf v0.1.4
19162026-03-20T23:56:10.675Z Checking parking_lot v0.12.5
19172026-03-20T23:56:10.720Z Checking once_cell v1.21.3
19182026-03-20T23:56:10.765Z Checking getrandom v0.4.1
19192026-03-20T23:56:10.812Z Checking icu_locale_core v2.1.1
19202026-03-20T23:56:10.858Z Checking icu_collections v2.1.1
19212026-03-20T23:56:10.951Z Checking mio v1.1.1
19222026-03-20T23:56:11.007Z Checking typenum v1.19.0
19232026-03-20T23:56:11.059Z Checking serde v1.0.228
19242026-03-20T23:56:11.059Z Checking bitflags v2.11.0
19252026-03-20T23:56:11.063Z Checking serde_json v1.0.149
19262026-03-20T23:56:11.299Z Checking socket2 v0.6.2
19272026-03-20T23:56:11.363Z Checking thiserror v2.0.18
19282026-03-20T23:56:11.367Z Checking iana-time-zone v0.1.65
19292026-03-20T23:56:11.532Z Checking allocator-api2 v0.2.21
19302026-03-20T23:56:11.598Z Checking semver v1.0.27
19312026-03-20T23:56:11.636Z Checking icu_provider v2.1.1
19322026-03-20T23:56:11.677Z Checking uuid v1.21.0
19332026-03-20T23:56:11.731Z Checking bytes v1.11.1
19342026-03-20T23:56:11.779Z Checking generic-array v0.14.7
19352026-03-20T23:56:11.881Z Checking chrono v0.4.44
19362026-03-20T23:56:11.946Z Checking futures-core v0.3.32
19372026-03-20T23:56:11.994Z Checking icu_normalizer v2.1.1
19382026-03-20T23:56:12.039Z Checking icu_properties v2.1.2
19392026-03-20T23:56:12.131Z Checking equivalent v1.0.2
19402026-03-20T23:56:12.203Z Checking const-oid v0.9.6
19412026-03-20T23:56:12.269Z Checking dyn-clone v1.0.20
19422026-03-20T23:56:12.357Z Checking tokio v1.49.0
19432026-03-20T23:56:12.421Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19442026-03-20T23:56:12.466Z Checking foldhash v0.2.0
19452026-03-20T23:56:12.470Z Checking crypto-common v0.1.7
19462026-03-20T23:56:12.651Z Checking block-buffer v0.10.4
19472026-03-20T23:56:12.750Z Checking hashbrown v0.16.1
19482026-03-20T23:56:12.807Z Checking futures-sink v0.3.32
19492026-03-20T23:56:12.857Z Checking rustix v1.1.3
19502026-03-20T23:56:12.966Z Checking byteorder v1.5.0
19512026-03-20T23:56:13.067Z Checking futures-channel v0.3.32
19522026-03-20T23:56:13.214Z Checking idna_adapter v1.2.1
19532026-03-20T23:56:13.262Z Checking digest v0.10.7
19542026-03-20T23:56:13.307Z Checking futures-task v0.3.32
19552026-03-20T23:56:13.353Z Checking futures-io v0.3.32
19562026-03-20T23:56:13.400Z Checking idna v1.1.0
19572026-03-20T23:56:13.458Z Checking slab v0.4.12
19582026-03-20T23:56:13.516Z Checking cpufeatures v0.2.17
19592026-03-20T23:56:13.566Z Checking indexmap v2.13.0
19602026-03-20T23:56:13.570Z Checking thiserror v1.0.69
19612026-03-20T23:56:13.652Z Checking getrandom v0.3.4
19622026-03-20T23:56:13.698Z Checking futures-util v0.3.32
19632026-03-20T23:56:13.745Z Checking url v2.5.8
19642026-03-20T23:56:13.749Z Checking fnv v1.0.7
19652026-03-20T23:56:13.864Z Checking regex-syntax v0.8.10
19662026-03-20T23:56:13.935Z Checking http v1.4.0
19672026-03-20T23:56:14.063Z Checking tracing-core v0.1.36
19682026-03-20T23:56:14.325Z Checking ppv-lite86 v0.2.21
19692026-03-20T23:56:14.371Z Checking schemars v0.8.22
19702026-03-20T23:56:14.417Z Checking base64 v0.22.1
19712026-03-20T23:56:14.515Z Checking tracing v0.1.44
19722026-03-20T23:56:14.736Z Checking unicode-ident v1.0.24
19732026-03-20T23:56:14.783Z Checking ipnet v2.11.0
19742026-03-20T23:56:14.787Z Checking anstyle v1.0.13
19752026-03-20T23:56:14.872Z Checking utf8parse v0.2.2
19762026-03-20T23:56:14.917Z Checking proc-macro2 v1.0.106
19772026-03-20T23:56:15.029Z Checking untrusted v0.9.0
19782026-03-20T23:56:15.074Z Checking anstyle-parse v0.2.7
19792026-03-20T23:56:15.201Z Checking aho-corasick v1.1.4
19802026-03-20T23:56:15.246Z Checking ring v0.17.14
19812026-03-20T23:56:15.299Z Checking anstyle-query v1.1.5
19822026-03-20T23:56:15.346Z Checking base64ct v1.8.3
19832026-03-20T23:56:15.392Z Checking quote v1.0.44
19842026-03-20T23:56:15.452Z Checking is_terminal_polyfill v1.70.2
19852026-03-20T23:56:15.594Z Checking colorchoice v1.0.4
19862026-03-20T23:56:15.654Z Checking syn v2.0.117
19872026-03-20T23:56:15.702Z Checking block-padding v0.3.3
19882026-03-20T23:56:15.748Z Checking terminal_size v0.4.3
19892026-03-20T23:56:15.752Z Checking anstream v0.6.21
19902026-03-20T23:56:15.902Z Checking inout v0.1.4
19912026-03-20T23:56:15.948Z Checking rustls-pki-types v1.14.0
19922026-03-20T23:56:16.076Z Checking crossbeam-utils v0.8.21
19932026-03-20T23:56:16.123Z Checking httparse v1.10.1
19942026-03-20T23:56:16.182Z Checking regex-automata v0.4.14
19952026-03-20T23:56:16.363Z Checking cipher v0.4.4
19962026-03-20T23:56:16.410Z Checking clap_lex v1.0.0
19972026-03-20T23:56:16.456Z Checking strsim v0.11.1
19982026-03-20T23:56:16.563Z Checking sha2 v0.10.9
19992026-03-20T23:56:16.640Z Checking pem-rfc7468 v0.7.0
20002026-03-20T23:56:16.640Z Checking http-body v1.0.1
20012026-03-20T23:56:16.737Z Checking clap_builder v4.5.60
20022026-03-20T23:56:16.741Z Checking tokio-util v0.7.18
20032026-03-20T23:56:16.783Z Checking rand_core v0.9.5
20042026-03-20T23:56:16.876Z Checking atomic-waker v1.1.2
20052026-03-20T23:56:16.923Z Checking hmac v0.12.1
20062026-03-20T23:56:16.973Z Checking httpdate v1.0.3
20072026-03-20T23:56:17.031Z Checking try-lock v0.2.5
20082026-03-20T23:56:17.087Z Checking ryu v1.0.23
20092026-03-20T23:56:17.136Z Checking tower-layer v0.3.3
20102026-03-20T23:56:17.186Z Checking want v0.3.1
20112026-03-20T23:56:17.190Z Checking pin-utils v0.1.0
20122026-03-20T23:56:17.291Z Checking flagset v0.4.7
20132026-03-20T23:56:17.349Z Checking tower-service v0.3.3
20142026-03-20T23:56:17.396Z Checking rand_chacha v0.9.0
20152026-03-20T23:56:17.399Z Checking erased-serde v0.3.31
20162026-03-20T23:56:17.486Z Checking der v0.7.10
20172026-03-20T23:56:17.531Z Checking spin v0.9.8
20182026-03-20T23:56:17.610Z Checking h2 v0.4.13
20192026-03-20T23:56:17.686Z Checking rand v0.9.2
20202026-03-20T23:56:17.796Z Checking anyhow v1.0.102
20212026-03-20T23:56:18.044Z Checking slog v2.8.2
20222026-03-20T23:56:18.092Z Checking powerfmt v0.2.0
20232026-03-20T23:56:18.324Z Checking deranged v0.5.8
20242026-03-20T23:56:18.372Z Checking num-conv v0.2.0
20252026-03-20T23:56:18.429Z Checking time-core v0.1.8
20262026-03-20T23:56:18.477Z Checking clap v4.5.60
20272026-03-20T23:56:18.525Z Checking num_threads v0.1.7
20282026-03-20T23:56:18.572Z Checking http-body-util v0.1.3
20292026-03-20T23:56:18.620Z Checking aws-lc-sys v0.37.1
20302026-03-20T23:56:18.666Z Checking untrusted v0.7.1
20312026-03-20T23:56:18.670Z Checking fastrand v2.3.0
20322026-03-20T23:56:18.757Z Checking openssl-probe v0.2.1
20332026-03-20T23:56:18.884Z Checking regex v1.12.3
20342026-03-20T23:56:18.887Z Checking spki v0.7.3
20352026-03-20T23:56:18.933Z Checking serde_urlencoded v0.7.1
20362026-03-20T23:56:19.022Z Checking pbkdf2 v0.12.2
20372026-03-20T23:56:19.026Z Checking aes v0.8.4
20382026-03-20T23:56:19.171Z Checking rand_chacha v0.3.1
20392026-03-20T23:56:19.217Z Checking pretty-hex v0.4.1
20402026-03-20T23:56:19.276Z Checking unicode-width v0.2.0
20412026-03-20T23:56:19.323Z Checking cbc v0.1.2
20422026-03-20T23:56:19.370Z Checking aws-lc-rs v1.16.0
20432026-03-20T23:56:19.415Z Checking salsa20 v0.10.2
20442026-03-20T23:56:19.472Z Checking rand v0.8.5
20452026-03-20T23:56:19.519Z Checking ipnetwork v0.21.1
20462026-03-20T23:56:19.624Z Checking scrypt v0.11.0
20472026-03-20T23:56:19.659Z Checking tempfile v3.25.0
20482026-03-20T23:56:19.663Z Checking time v0.3.47
20492026-03-20T23:56:19.663Z Checking hex v0.4.3
20502026-03-20T23:56:19.818Z Checking plain v0.2.3
20512026-03-20T23:56:19.822Z Checking pkcs5 v0.7.1
20522026-03-20T23:56:19.936Z Checking rustls-native-certs v0.8.3
20532026-03-20T23:56:19.986Z Checking sync_wrapper v1.0.2
20542026-03-20T23:56:20.033Z Checking camino v1.2.2
20552026-03-20T23:56:20.132Z Checking ucd-trie v0.1.7
20562026-03-20T23:56:20.181Z Checking tower v0.5.3
20572026-03-20T23:56:20.225Z Checking webpki-roots v1.0.6
20582026-03-20T23:56:20.274Z Checking pkcs8 v0.10.2
20592026-03-20T23:56:20.334Z Checking pest v2.8.6
20602026-03-20T23:56:20.409Z Checking iri-string v0.7.10
20612026-03-20T23:56:20.456Z Checking either v1.15.0
20622026-03-20T23:56:20.533Z Checking mime v0.3.17
20632026-03-20T23:56:20.583Z Checking rustls-webpki v0.103.9
20642026-03-20T23:56:20.739Z Checking openapiv3 v2.2.0
20652026-03-20T23:56:20.786Z Checking winnow v0.7.14
20662026-03-20T23:56:20.832Z Checking oxnet v0.1.4
20672026-03-20T23:56:21.173Z Checking lazy_static v1.5.0
20682026-03-20T23:56:21.176Z Checking rustls v0.23.37
20692026-03-20T23:56:21.266Z Checking hyper v1.8.1
20702026-03-20T23:56:21.322Z Checking foreign-types-shared v0.1.1
20712026-03-20T23:56:21.370Z Checking static_assertions v1.1.0
20722026-03-20T23:56:21.459Z Checking foreign-types v0.3.2
20732026-03-20T23:56:21.507Z Checking signature v2.2.0
20742026-03-20T23:56:21.581Z Checking openssl-sys v0.9.111
20752026-03-20T23:56:21.704Z Checking encoding_rs v0.8.35
20762026-03-20T23:56:21.845Z Checking simd-adler32 v0.3.8
20772026-03-20T23:56:21.892Z Checking tower-http v0.6.8
20782026-03-20T23:56:22.109Z Checking hubpack v0.1.2
20792026-03-20T23:56:22.242Z Checking openssl v0.10.75
20802026-03-20T23:56:22.293Z Checking adler2 v2.0.1
20812026-03-20T23:56:22.361Z Checking strum v0.26.3
20822026-03-20T23:56:22.453Z Checking sha1 v0.10.6
20832026-03-20T23:56:22.501Z Checking miniz_oxide v0.8.9
20842026-03-20T23:56:22.549Z Checking data-encoding v2.10.0
20852026-03-20T23:56:22.552Z Checking hyper-util v0.1.20
20862026-03-20T23:56:22.589Z Checking tinyvec_macros v0.1.1
20872026-03-20T23:56:22.687Z Checking toml_datetime v0.6.11
20882026-03-20T23:56:22.748Z Checking tinyvec v1.10.0
20892026-03-20T23:56:22.934Z Checking serde_spanned v0.6.9
20902026-03-20T23:56:22.983Z Checking num-integer v0.1.46
20912026-03-20T23:56:23.030Z Checking scroll v0.13.0
20922026-03-20T23:56:23.034Z Checking memmap2 v0.9.10
20932026-03-20T23:56:23.126Z Checking base16ct v0.2.0
20942026-03-20T23:56:23.183Z Checking bit-vec v0.8.0
20952026-03-20T23:56:23.312Z Checking dtrace-parser v0.3.0
20962026-03-20T23:56:23.315Z Checking crossbeam-epoch v0.9.18
20972026-03-20T23:56:23.404Z Checking sec1 v0.7.3
20982026-03-20T23:56:23.408Z Checking goblin v0.10.5
20992026-03-20T23:56:23.494Z Checking bit-set v0.8.0
21002026-03-20T23:56:23.648Z Checking crc32fast v1.5.0
21012026-03-20T23:56:23.699Z Checking ff v0.13.1
21022026-03-20T23:56:23.702Z Checking thread-id v5.1.0
21032026-03-20T23:56:23.786Z Checking wait-timeout v0.2.1
21042026-03-20T23:56:23.857Z Checking num-iter v0.1.45
21052026-03-20T23:56:23.905Z Checking group v0.13.0
21062026-03-20T23:56:23.923Z Checking bstr v1.12.1
21072026-03-20T23:56:23.996Z Checking hkdf v0.12.4
21082026-03-20T23:56:24.042Z Checking ahash v0.8.12
21092026-03-20T23:56:24.121Z Checking crypto-bigint v0.5.5
21102026-03-20T23:56:24.194Z Checking quick-error v1.2.3
21112026-03-20T23:56:24.327Z Checking rand_xorshift v0.4.0
21122026-03-20T23:56:24.375Z Checking rusty-fork v0.3.1
21132026-03-20T23:56:24.379Z Checking scroll v0.12.0
21142026-03-20T23:56:24.489Z Checking tokio-rustls v0.26.4
21152026-03-20T23:56:24.538Z Checking unarray v0.1.4
21162026-03-20T23:56:24.542Z Checking num-bigint-dig v0.8.6
21172026-03-20T23:56:24.627Z Checking pkcs1 v0.7.5
21182026-03-20T23:56:24.697Z Checking proptest v1.10.0
21192026-03-20T23:56:24.751Z Checking goblin v0.8.2
21202026-03-20T23:56:24.814Z Checking hyper-rustls v0.27.7
21212026-03-20T23:56:24.932Z Checking x509-cert v0.2.5
21222026-03-20T23:56:25.094Z Checking native-tls v0.2.18
21232026-03-20T23:56:25.152Z Checking zerocopy v0.7.35
21242026-03-20T23:56:25.357Z Checking tokio-native-tls v0.3.1
21252026-03-20T23:56:25.498Z Checking elliptic-curve v0.13.8
21262026-03-20T23:56:25.591Z Checking hyper-tls v0.6.0
21272026-03-20T23:56:25.772Z Checking psl-types v2.0.11
21282026-03-20T23:56:25.838Z Checking reqwest v0.12.28
21292026-03-20T23:56:25.887Z Checking zlib-rs v0.6.2
21302026-03-20T23:56:25.891Z Checking unicode-segmentation v1.12.0
21312026-03-20T23:56:26.079Z Checking publicsuffix v2.3.0
21322026-03-20T23:56:26.086Z Checking rsa v0.9.10
21332026-03-20T23:56:26.256Z Checking crossbeam-deque v0.8.6
21342026-03-20T23:56:26.421Z Checking dtrace-parser v0.2.0
21352026-03-20T23:56:26.598Z Checking cookie v0.18.1
21362026-03-20T23:56:26.775Z Checking dof v0.4.0
21372026-03-20T23:56:26.786Z Checking rfc6979 v0.4.0
21382026-03-20T23:56:26.786Z Checking thread-id v4.2.2
21392026-03-20T23:56:26.938Z Checking toml_write v0.1.2
21402026-03-20T23:56:26.950Z Checking ecdsa v0.16.9
21412026-03-20T23:56:26.950Z Checking cookie_store v0.22.1
21422026-03-20T23:56:27.112Z Checking rustls-platform-verifier v0.6.2
21432026-03-20T23:56:27.116Z Checking toml_edit v0.22.27
21442026-03-20T23:56:27.128Z Checking flate2 v1.1.9
21452026-03-20T23:56:27.322Z Checking toml_parser v1.0.9+spec-1.1.0
21462026-03-20T23:56:27.330Z Checking newtype-uuid v1.3.2
21472026-03-20T23:56:27.495Z Checking curve25519-dalek v4.1.3
21482026-03-20T23:56:27.504Z Checking memoffset v0.9.1
21492026-03-20T23:56:27.504Z Checking dof v0.3.0
21502026-03-20T23:56:27.670Z Checking rustix v0.38.44
21512026-03-20T23:56:27.674Z Checking env_filter v1.0.0
21522026-03-20T23:56:27.674Z Checking usdt-impl v0.6.0
21532026-03-20T23:56:27.674Z Checking keccak v0.1.6
21542026-03-20T23:56:27.864Z Checking daft v0.1.5
21552026-03-20T23:56:27.867Z Checking env_logger v0.11.9
21562026-03-20T23:56:27.867Z Checking usdt-impl v0.5.0
21572026-03-20T23:56:28.034Z Checking sha3 v0.10.8
21582026-03-20T23:56:28.040Z Checking usdt v0.6.0
21592026-03-20T23:56:28.206Z Checking reqwest v0.13.2
21602026-03-20T23:56:28.218Z Checking ed25519 v2.2.3
21612026-03-20T23:56:28.223Z Checking itertools v0.13.0
21622026-03-20T23:56:28.389Z Checking serde_with v3.17.0
21632026-03-20T23:56:28.397Z Checking bitflags v1.3.2
21642026-03-20T23:56:28.397Z Checking siphasher v1.0.2
21652026-03-20T23:56:28.555Z Checking ed25519-dalek v2.2.0
21662026-03-20T23:56:28.561Z Checking unicode-normalization v0.1.25
21672026-03-20T23:56:28.570Z Checking signal-hook v0.3.18
21682026-03-20T23:56:28.616Z Checking toml_datetime v0.7.5+spec-1.1.0
21692026-03-20T23:56:28.773Z Checking managed v0.8.0
21702026-03-20T23:56:28.783Z Checking winnow v0.5.40
21712026-03-20T23:56:28.939Z Checking nix v0.31.1
21722026-03-20T23:56:28.947Z Checking rayon-core v1.13.0
21732026-03-20T23:56:29.103Z Checking bzip2-sys v0.1.13+1.0.8
21742026-03-20T23:56:29.109Z Checking object v0.37.3
21752026-03-20T23:56:29.113Z Checking foldhash v0.1.5
21762026-03-20T23:56:29.304Z Checking bzip2 v0.4.4
21772026-03-20T23:56:29.318Z Checking hashbrown v0.15.5
21782026-03-20T23:56:29.471Z Checking signal-hook-mio v0.2.5
21792026-03-20T23:56:29.661Z Checking ref-cast v1.0.25
21802026-03-20T23:56:29.668Z Checking zstd-sys v2.0.16+zstd.1.5.7
21812026-03-20T23:56:29.668Z Checking zip v0.6.6
21822026-03-20T23:56:29.668Z Checking bumpalo v3.20.2
21832026-03-20T23:56:29.839Z Checking zstd-safe v7.2.4
21842026-03-20T23:56:30.005Z Checking libbz2-rs-sys v0.2.2
21852026-03-20T23:56:30.010Z Checking zstd v0.13.3
21862026-03-20T23:56:30.169Z Checking zopfli v0.8.3
21872026-03-20T23:56:30.173Z Checking crossterm v0.28.1
21882026-03-20T23:56:30.339Z Checking rayon v1.11.0
21892026-03-20T23:56:30.343Z Checking similar v2.7.0
21902026-03-20T23:56:30.343Z Checking fs-err v3.3.0
21912026-03-20T23:56:30.503Z Checking toml_edit v0.19.15
21922026-03-20T23:56:30.509Z Checking hash32 v0.2.1
21932026-03-20T23:56:30.514Z Checking bzip2 v0.6.1
21942026-03-20T23:56:30.838Z Checking serde-big-array v0.5.1
21952026-03-20T23:56:30.852Z Checking predicates-core v1.0.10
21962026-03-20T23:56:30.852Z Checking unicode-bidi v0.3.18
21972026-03-20T23:56:31.002Z Checking jiff v0.2.21
21982026-03-20T23:56:31.007Z Checking unicode-properties v0.1.4
21992026-03-20T23:56:31.007Z Checking heapless v0.7.17
22002026-03-20T23:56:31.160Z Checking hickory-proto v0.25.2
22012026-03-20T23:56:31.318Z Checking tokio-stream v0.1.18
22022026-03-20T23:56:31.323Z Checking stringprep v0.1.5
22032026-03-20T23:56:31.639Z Checking md-5 v0.10.6
22042026-03-20T23:56:31.643Z Checking float-cmp v0.10.0
22052026-03-20T23:56:31.802Z Checking normalize-line-endings v0.3.0
22062026-03-20T23:56:31.808Z Checking fallible-iterator v0.2.0
22072026-03-20T23:56:31.814Z Checking difflib v0.4.0
22082026-03-20T23:56:31.967Z Checking rustc-hash v2.1.1
22092026-03-20T23:56:31.974Z Checking toml v0.7.8
22102026-03-20T23:56:32.125Z Checking iddqd v0.3.17
22112026-03-20T23:56:32.136Z Checking predicates v3.1.4
22122026-03-20T23:56:32.288Z Checking postgres-protocol v0.6.10
22132026-03-20T23:56:32.296Z Checking smoltcp v0.9.1
22142026-03-20T23:56:32.448Z Checking phf_shared v0.13.1
22152026-03-20T23:56:32.454Z Checking phf_shared v0.11.3
22162026-03-20T23:56:32.613Z Checking itertools v0.12.1
22172026-03-20T23:56:32.617Z Checking console v0.16.2
22182026-03-20T23:56:32.649Z Checking buf-list v1.1.2
22192026-03-20T23:56:32.652Z Checking strum v0.27.2
22202026-03-20T23:56:33.828Z Checking fixedbitset v0.5.7
22212026-03-20T23:56:33.850Z Checking new_debug_unreachable v1.0.6
22222026-03-20T23:56:33.869Z Checking lalrpop-util v0.19.12
22232026-03-20T23:56:33.869Z Checking fixedbitset v0.4.2
22242026-03-20T23:56:33.869Z Checking precomputed-hash v0.1.1
22252026-03-20T23:56:33.869Z Checking unit-prefix v0.5.2
22262026-03-20T23:56:33.869Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22272026-03-20T23:56:33.869Z Checking petgraph v0.8.3
22282026-03-20T23:56:33.870Z Checking string_cache v0.8.9
22292026-03-20T23:56:33.870Z Checking petgraph v0.6.5
22302026-03-20T23:56:33.870Z Checking indicatif v0.18.4
22312026-03-20T23:56:33.870Z Checking phf v0.13.1
22322026-03-20T23:56:33.870Z Checking postgres-types v0.2.12
22332026-03-20T23:56:33.907Z Checking zone v0.3.1
22342026-03-20T23:56:33.954Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22352026-03-20T23:56:34.010Z Checking zip v4.6.1
22362026-03-20T23:56:34.241Z Checking peg-runtime v0.8.5
22372026-03-20T23:56:34.336Z Checking whoami v2.1.0
22382026-03-20T23:56:34.460Z Checking futures-executor v0.3.32
22392026-03-20T23:56:34.549Z Checking is-terminal v0.4.17
22402026-03-20T23:56:34.617Z Checking tokio-postgres v0.7.16
22412026-03-20T23:56:34.677Z Checking futures v0.3.32
22422026-03-20T23:56:34.723Z Checking crossbeam-channel v0.5.15
22432026-03-20T23:56:34.808Z Compiling structmeta-derive v0.3.0
22442026-03-20T23:56:34.811Z Checking thread_local v1.1.9
22452026-03-20T23:56:34.900Z Checking term v1.2.1
22462026-03-20T23:56:35.094Z Checking take_mut v0.2.2
22472026-03-20T23:56:35.154Z Compiling newtype-uuid-macros v0.1.0
22482026-03-20T23:56:35.210Z Compiling rustls v0.22.4
22492026-03-20T23:56:35.256Z Checking slog-term v2.9.2
22502026-03-20T23:56:35.259Z Checking slog-async v2.8.0
22512026-03-20T23:56:35.465Z Checking regress v0.10.5
22522026-03-20T23:56:35.559Z Compiling multer v3.1.0
22532026-03-20T23:56:35.605Z Compiling async-stream-impl v0.3.6
22542026-03-20T23:56:35.652Z Compiling dropshot v0.16.7
22552026-03-20T23:56:35.919Z Compiling dropshot_endpoint v0.16.7
22562026-03-20T23:56:36.063Z Checking match_cfg v0.1.0
22572026-03-20T23:56:36.185Z Checking hostname v0.3.1
22582026-03-20T23:56:36.232Z Checking slog-json v2.6.1
22592026-03-20T23:56:36.311Z Compiling structmeta v0.3.0
22602026-03-20T23:56:36.359Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612026-03-20T23:56:36.402Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-03-20T23:56:36.494Z Checking debug-ignore v1.0.5
22632026-03-20T23:56:36.497Z Checking slog-bunyan v2.5.0
22642026-03-20T23:56:36.592Z Checking serde_spanned v1.0.4
22652026-03-20T23:56:36.642Z Compiling derive-ex v0.1.8
22662026-03-20T23:56:36.689Z Checking toml_writer v1.0.6+spec-1.1.0
22672026-03-20T23:56:36.734Z Checking rustls-webpki v0.102.8
22682026-03-20T23:56:36.797Z Checking serde_path_to_error v0.1.20
22692026-03-20T23:56:36.875Z Checking progenitor-client v0.13.0
22702026-03-20T23:56:36.960Z Checking toml v0.9.12+spec-1.1.0
22712026-03-20T23:56:37.012Z Checking async-stream v0.3.6
22722026-03-20T23:56:37.244Z Checking waitgroup v0.1.2
22732026-03-20T23:56:37.248Z Checking rustls-pemfile v2.2.0
22742026-03-20T23:56:37.405Z Checking hostname v0.4.2
22752026-03-20T23:56:37.477Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-03-20T23:56:37.525Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-20T23:56:37.572Z Compiling parse-display-derive v0.10.0
22782026-03-20T23:56:37.575Z Checking itertools v0.14.0
22792026-03-20T23:56:37.693Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802026-03-20T23:56:37.696Z Checking macaddr v1.0.1
22812026-03-20T23:56:37.803Z Checking progenitor-client v0.10.0
22822026-03-20T23:56:38.006Z Checking instant v0.1.13
22832026-03-20T23:56:38.120Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22842026-03-20T23:56:38.166Z Checking backoff v0.4.0
22852026-03-20T23:56:38.234Z Checking backon v1.6.0
22862026-03-20T23:56:38.347Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22872026-03-20T23:56:38.468Z Checking heck v0.5.0
22882026-03-20T23:56:38.512Z Checking progenitor-extras v0.1.1
22892026-03-20T23:56:38.657Z Checking camino-tempfile v1.4.1
22902026-03-20T23:56:38.828Z Checking toml v0.8.23
22912026-03-20T23:56:38.988Z Compiling test-strategy v0.4.5
22922026-03-20T23:56:39.035Z Compiling unsafe-libyaml v0.2.11
22932026-03-20T23:56:39.104Z Compiling convert_case v0.4.0
22942026-03-20T23:56:39.313Z Checking tokio-rustls v0.25.0
22952026-03-20T23:56:39.360Z Checking secrecy v0.10.3
22962026-03-20T23:56:39.543Z Compiling toml_edit v0.23.10+spec-1.0.0
22972026-03-20T23:56:39.648Z Compiling derive_more v0.99.20
22982026-03-20T23:56:39.863Z Checking parse-display v0.10.0
22992026-03-20T23:56:40.059Z Compiling serde_yaml v0.9.34+deprecated
23002026-03-20T23:56:40.105Z Compiling crucible-workspace-hack v0.1.0
23012026-03-20T23:56:40.420Z Compiling proc-macro-crate v3.4.0
23022026-03-20T23:56:40.698Z Compiling typify-impl v0.6.1
23032026-03-20T23:56:41.057Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-20T23:56:41.358Z Checking half v2.7.1
23052026-03-20T23:56:41.577Z Checking ciborium-io v0.2.2
23062026-03-20T23:56:41.734Z Checking glob v0.3.3
23072026-03-20T23:56:41.777Z Checking ciborium-ll v0.2.2
23082026-03-20T23:56:42.004Z Compiling heapless v0.8.0
23092026-03-20T23:56:42.049Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102026-03-20T23:56:42.189Z Checking ciborium v0.2.2
23112026-03-20T23:56:42.237Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-03-20T23:56:42.462Z Compiling ingot-macros v0.1.1
23132026-03-20T23:56:42.649Z Checking tabwriter v1.4.1
23142026-03-20T23:56:42.752Z Checking hash32 v0.3.1
23152026-03-20T23:56:42.804Z Compiling smoltcp v0.11.0
23162026-03-20T23:56:42.807Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-03-20T23:56:42.894Z Compiling num_enum_derive v0.7.5
23182026-03-20T23:56:43.172Z Checking cobs v0.3.0
23192026-03-20T23:56:43.266Z Compiling foreign-types-macros v0.2.3
23202026-03-20T23:56:43.371Z Checking cpufeatures v0.3.0
23212026-03-20T23:56:43.416Z Checking foreign-types-shared v0.3.1
23222026-03-20T23:56:43.497Z Checking chacha20 v0.10.0
23232026-03-20T23:56:43.587Z Checking postcard v1.1.3
23242026-03-20T23:56:44.022Z Compiling proc-macro-crate v1.3.1
23252026-03-20T23:56:44.112Z Checking foreign-types v0.5.0
23262026-03-20T23:56:44.159Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-20T23:56:44.247Z Checking cstr-argument v0.1.2
23282026-03-20T23:56:44.332Z Checking num_enum v0.7.5
23292026-03-20T23:56:44.437Z Checking sigpipe v0.1.3
23302026-03-20T23:56:44.483Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-20T23:56:44.527Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-03-20T23:56:44.574Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-03-20T23:56:44.620Z Checking colored v3.1.1
23342026-03-20T23:56:44.901Z Compiling num_enum_derive v0.5.11
23352026-03-20T23:56:44.946Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-20T23:56:44.991Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-03-20T23:56:45.037Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23382026-03-20T23:56:45.187Z Checking rand v0.10.0
23392026-03-20T23:56:45.247Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23402026-03-20T23:56:45.251Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23412026-03-20T23:56:45.337Z Checking indent_write v2.2.0
23422026-03-20T23:56:45.539Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23432026-03-20T23:56:45.731Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23442026-03-20T23:56:45.802Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23452026-03-20T23:56:45.857Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23462026-03-20T23:56:45.952Z Checking smf v0.2.3
23472026-03-20T23:56:46.139Z Compiling num-derive v0.4.2
23482026-03-20T23:56:46.301Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-03-20T23:56:46.345Z Checking ingot-types v0.1.2
23502026-03-20T23:56:46.348Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23512026-03-20T23:56:46.434Z Checking num_enum v0.5.11
23522026-03-20T23:56:46.606Z Checking whoami v1.6.1
23532026-03-20T23:56:46.610Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23542026-03-20T23:56:46.696Z Checking universal-hash v0.5.1
23552026-03-20T23:56:46.905Z Checking ingot v0.1.1
23562026-03-20T23:56:46.908Z Checking opaque-debug v0.3.1
23572026-03-20T23:56:46.908Z Checking aead v0.5.2
23582026-03-20T23:56:47.048Z Checking swrite v0.1.0
23592026-03-20T23:56:47.095Z Checking chacha20 v0.9.1
23602026-03-20T23:56:47.098Z Checking poly1305 v0.8.0
23612026-03-20T23:56:47.186Z Compiling typify-macro v0.6.1
23622026-03-20T23:56:47.232Z Checking unicode-width v0.1.14
23632026-03-20T23:56:47.236Z Compiling thiserror-impl-no-std v2.0.2
23642026-03-20T23:56:47.368Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23652026-03-20T23:56:47.372Z Checking password-hash v0.5.0
23662026-03-20T23:56:47.512Z Checking blake2 v0.10.6
23672026-03-20T23:56:47.581Z Checking chacha20poly1305 v0.10.1
23682026-03-20T23:56:47.695Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23692026-03-20T23:56:47.742Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23702026-03-20T23:56:47.788Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23712026-03-20T23:56:47.853Z Checking argon2 v0.5.3
23722026-03-20T23:56:48.109Z Compiling usdt-macro v0.5.0
23732026-03-20T23:56:48.158Z Compiling usdt-attr-macro v0.5.0
23742026-03-20T23:56:48.161Z Checking memmap v0.7.0
23752026-03-20T23:56:48.324Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23762026-03-20T23:56:48.399Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23772026-03-20T23:56:48.709Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23782026-03-20T23:56:48.944Z Checking thiserror-no-std v2.0.2
23792026-03-20T23:56:49.024Z Checking vsss-rs v3.3.4
23802026-03-20T23:56:49.089Z Compiling derive-where v1.6.0
23812026-03-20T23:56:49.182Z Checking usdt v0.5.0
23822026-03-20T23:56:49.229Z Checking atomicwrites v0.4.4
23832026-03-20T23:56:49.274Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23842026-03-20T23:56:49.421Z Checking console v0.15.11
23852026-03-20T23:56:49.424Z Checking tokio-dtrace v0.1.1
23862026-03-20T23:56:49.535Z Compiling typify v0.6.1
23872026-03-20T23:56:49.686Z Compiling progenitor-impl v0.13.0
23882026-03-20T23:56:49.737Z Checking oxide-tokio-rt v0.1.3
23892026-03-20T23:56:49.825Z Checking newline-converter v0.3.0
23902026-03-20T23:56:49.990Z Checking expectorate v1.2.0
23912026-03-20T23:56:50.038Z Checking bytecount v0.6.9
23922026-03-20T23:56:50.083Z Compiling prettyplease v0.2.37
23932026-03-20T23:56:50.245Z Compiling owo-colors v4.3.0
23942026-03-20T23:56:50.287Z Compiling cancel-safe-futures v0.1.5
23952026-03-20T23:56:50.486Z Checking libsw-core v0.3.2
23962026-03-20T23:56:50.737Z Checking libsw v3.5.0
23972026-03-20T23:56:50.784Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23982026-03-20T23:56:50.878Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23992026-03-20T23:56:50.945Z Checking same-file v1.0.6
24002026-03-20T23:56:50.992Z Checking linear-map v1.2.0
24012026-03-20T23:56:50.995Z Checking num-rational v0.4.2
24022026-03-20T23:56:51.129Z Checking walkdir v2.5.0
24032026-03-20T23:56:51.181Z Checking num-complex v0.4.6
24042026-03-20T23:56:51.254Z Checking float-ord v0.3.2
24052026-03-20T23:56:51.375Z Checking gethostname v0.5.0
24062026-03-20T23:56:51.517Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-03-20T23:56:51.644Z Compiling async-recursion v1.1.1
24082026-03-20T23:56:51.690Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24092026-03-20T23:56:51.735Z Checking num v0.4.3
24102026-03-20T23:56:51.861Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24112026-03-20T23:56:52.233Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24122026-03-20T23:56:52.776Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24132026-03-20T23:56:53.436Z Compiling progenitor-macro v0.13.0
24142026-03-20T23:56:54.005Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-03-20T23:56:55.357Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24162026-03-20T23:56:55.547Z Checking smawk v0.3.2
24172026-03-20T23:56:55.626Z Checking unicode-linebreak v0.1.5
24182026-03-20T23:56:55.752Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24192026-03-20T23:56:55.940Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24202026-03-20T23:56:56.021Z Checking globset v0.4.18
24212026-03-20T23:56:56.760Z Compiling convert_case v0.10.0
24222026-03-20T23:56:57.260Z Compiling slog-dtrace v0.3.0
24232026-03-20T23:56:57.537Z Checking resolv-conf v0.7.6
24242026-03-20T23:56:57.711Z Compiling derive_more-impl v2.1.1
24252026-03-20T23:56:58.013Z Compiling pin-project-internal v1.1.11
24262026-03-20T23:56:58.063Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24272026-03-20T23:56:58.159Z Checking pem v3.0.6
24282026-03-20T23:56:58.356Z Checking fd-lock v4.0.4
24292026-03-20T23:56:58.406Z Checking vte v0.14.1
24302026-03-20T23:56:58.549Z Checking display-error-chain v0.2.2
24312026-03-20T23:56:58.636Z Checking strip-ansi-escapes v0.2.1
24322026-03-20T23:56:58.737Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24332026-03-20T23:56:58.804Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24342026-03-20T23:56:58.850Z Checking derive_more v2.1.1
24352026-03-20T23:56:58.895Z Compiling snafu-derive v0.8.9
24362026-03-20T23:56:58.943Z Checking linked-hash-map v0.5.6
24372026-03-20T23:56:58.989Z Checking crossterm v0.29.0
24382026-03-20T23:56:59.201Z Checking nu-ansi-term v0.50.3
24392026-03-20T23:56:59.509Z Checking termtree v0.5.1
24402026-03-20T23:56:59.583Z Checking pin-project v1.1.11
24412026-03-20T23:56:59.630Z Checking reedline v0.40.0
24422026-03-20T23:56:59.723Z Checking lru-cache v0.1.2
24432026-03-20T23:56:59.808Z Checking textwrap v0.16.2
24442026-03-20T23:56:59.906Z Checking olpc-cjson v0.1.4
24452026-03-20T23:57:00.115Z Checking hickory-proto v0.24.4
24462026-03-20T23:57:00.167Z Checking serde_plain v1.0.2
24472026-03-20T23:57:00.407Z Checking typed-path v0.9.3
24482026-03-20T23:57:00.585Z Checking progenitor v0.13.0
24492026-03-20T23:57:00.802Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24502026-03-20T23:57:01.248Z Compiling minimal-lexical v0.2.1
24512026-03-20T23:57:01.534Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24522026-03-20T23:57:01.621Z Checking snafu v0.8.9
24532026-03-20T23:57:01.627Z Compiling nom v7.1.3
24542026-03-20T23:57:01.966Z Checking tough v0.20.0
24552026-03-20T23:57:02.265Z Checking nibble_vec v0.1.0
24562026-03-20T23:57:02.463Z Checking endian-type v0.1.2
24572026-03-20T23:57:02.582Z Checking hickory-resolver v0.24.4
24582026-03-20T23:57:02.668Z Checking radix_trie v0.2.1
24592026-03-20T23:57:02.976Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24602026-03-20T23:57:03.523Z Compiling ar_archive_writer v0.5.1
24612026-03-20T23:57:03.570Z Checking humantime v2.3.0
24622026-03-20T23:57:03.573Z Checking qorb v0.4.1
24632026-03-20T23:57:03.758Z Checking csv-core v0.1.13
24642026-03-20T23:57:03.878Z Checking base64 v0.21.7
24652026-03-20T23:57:04.104Z Checking csv v1.4.0
24662026-03-20T23:57:04.218Z Compiling stacker v0.1.23
24672026-03-20T23:57:04.375Z Checking highway v1.3.0
24682026-03-20T23:57:04.548Z Compiling cfg_aliases v0.1.1
24692026-03-20T23:57:04.641Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24702026-03-20T23:57:04.686Z Compiling nix v0.28.0
24712026-03-20T23:57:04.733Z Checking papergrid v0.11.0
24722026-03-20T23:57:04.736Z Compiling tabled_derive v0.7.0
24732026-03-20T23:57:04.775Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24742026-03-20T23:57:04.822Z Compiling psm v0.1.30
24752026-03-20T23:57:05.117Z Checking home v0.5.12
24762026-03-20T23:57:05.264Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24772026-03-20T23:57:05.312Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24782026-03-20T23:57:05.356Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24792026-03-20T23:57:05.656Z Checking phf_shared v0.12.1
24802026-03-20T23:57:05.909Z Compiling recursive-proc-macro-impl v0.1.1
24812026-03-20T23:57:05.994Z Compiling chrono-tz v0.10.4
24822026-03-20T23:57:06.042Z Compiling semver v0.1.20
24832026-03-20T23:57:06.088Z Checking phf v0.12.1
24842026-03-20T23:57:06.182Z Checking tabled v0.15.0
24852026-03-20T23:57:06.304Z Compiling rustc_version v0.1.7
24862026-03-20T23:57:06.364Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24872026-03-20T23:57:06.413Z Compiling const_format_proc_macros v0.2.34
24882026-03-20T23:57:06.459Z Checking recursive v0.1.1
24892026-03-20T23:57:06.462Z Compiling peg-macros v0.8.5
24902026-03-20T23:57:06.611Z Checking winnow v0.6.26
24912026-03-20T23:57:06.655Z Compiling sqlparser_derive v0.5.0
24922026-03-20T23:57:07.478Z Checking unicode_categories v0.1.1
24932026-03-20T23:57:07.530Z Checking const_format v0.2.35
24942026-03-20T23:57:07.677Z Checking sqlparser v0.61.0
24952026-03-20T23:57:07.723Z Checking rustyline v14.0.0
24962026-03-20T23:57:07.940Z Compiling newtype_derive v0.1.6
24972026-03-20T23:57:08.257Z Checking sqlformat v0.3.5
24982026-03-20T23:57:08.375Z Checking peg v0.8.5
24992026-03-20T23:57:08.505Z Checking bcs v0.1.6
25002026-03-20T23:57:08.853Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-03-20T23:57:08.899Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25022026-03-20T23:57:08.945Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25032026-03-20T23:57:09.125Z Checking steno v0.4.1
25042026-03-20T23:57:09.302Z Compiling typify-impl v0.4.3
25052026-03-20T23:57:09.347Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25062026-03-20T23:57:10.297Z Checking utf-8 v0.7.6
25072026-03-20T23:57:10.505Z Checking filetime v0.2.27
25082026-03-20T23:57:10.552Z Checking arc-swap v1.8.2
25092026-03-20T23:57:10.884Z Checking xattr v1.6.1
25102026-03-20T23:57:11.088Z Checking tar v0.4.44
25112026-03-20T23:57:11.645Z Checking slog-scope v4.4.1
25122026-03-20T23:57:11.828Z Checking tungstenite v0.21.0
25132026-03-20T23:57:11.874Z Checking slog-stdlog v4.1.1
25142026-03-20T23:57:12.061Z Checking slog-envlogger v2.2.0
25152026-03-20T23:57:12.162Z Checking typeid v1.0.3
25162026-03-20T23:57:12.283Z Checking subprocess v0.2.15
25172026-03-20T23:57:12.328Z Checking headers-core v0.3.0
25182026-03-20T23:57:12.414Z Checking tokio-tungstenite v0.21.0
25192026-03-20T23:57:12.493Z Checking headers v0.4.1
25202026-03-20T23:57:12.688Z Compiling lzma-sys v0.1.20
25212026-03-20T23:57:12.796Z Compiling cargo_toml v0.22.3
25222026-03-20T23:57:12.895Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25232026-03-20T23:57:13.161Z Checking yasna v0.5.2
25242026-03-20T23:57:13.443Z Checking xz2 v0.1.7
25252026-03-20T23:57:13.694Z Checking ron v0.12.0
25262026-03-20T23:57:13.740Z Checking rcgen v0.12.1
25272026-03-20T23:57:14.204Z Checking base16ct v1.0.0
25282026-03-20T23:57:14.264Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25292026-03-20T23:57:14.310Z Checking dropshot-api-manager-types v0.6.0
25302026-03-20T23:57:14.402Z Checking tagptr v0.2.0
25312026-03-20T23:57:14.562Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25322026-03-20T23:57:14.622Z Checking moka v0.12.13
25332026-03-20T23:57:14.725Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25342026-03-20T23:57:14.807Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25352026-03-20T23:57:14.941Z Compiling radium v0.7.0
25362026-03-20T23:57:15.328Z Compiling libefi-sys v0.1.0
25372026-03-20T23:57:15.516Z Compiling bitfield-struct v0.6.2
25382026-03-20T23:57:15.564Z Checking hickory-resolver v0.25.2
25392026-03-20T23:57:15.673Z Checking tap v1.0.1
25402026-03-20T23:57:15.733Z Compiling typify-macro v0.4.3
25412026-03-20T23:57:15.848Z Compiling maybe-uninit v2.0.0
25422026-03-20T23:57:16.342Z Checking wyz v0.5.1
25432026-03-20T23:57:16.410Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-03-20T23:57:16.536Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25452026-03-20T23:57:16.822Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25462026-03-20T23:57:16.895Z Compiling zerocopy-derive v0.6.6
25472026-03-20T23:57:16.939Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-03-20T23:57:17.059Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25492026-03-20T23:57:17.143Z Compiling packed_struct v0.10.1
25502026-03-20T23:57:17.191Z Checking crc-catalog v2.4.0
25512026-03-20T23:57:17.282Z Checking funty v2.0.0
25522026-03-20T23:57:17.350Z Checking crc v3.4.0
25532026-03-20T23:57:17.556Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-03-20T23:57:17.615Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25552026-03-20T23:57:17.767Z Checking bitvec v1.0.1
25562026-03-20T23:57:17.900Z Compiling packed_struct_codegen v0.10.1
25572026-03-20T23:57:17.967Z Compiling bitfield-macros v0.19.4
25582026-03-20T23:57:18.063Z Checking zerocopy v0.6.6
25592026-03-20T23:57:18.109Z Compiling typify v0.4.3
25602026-03-20T23:57:18.283Z Compiling progenitor-impl v0.10.0
25612026-03-20T23:57:18.506Z Compiling indexmap v1.9.3
25622026-03-20T23:57:18.787Z Checking nodrop v0.1.14
25632026-03-20T23:57:18.937Z Checking array-init v0.0.4
25642026-03-20T23:57:18.981Z Checking bitfield v0.19.4
25652026-03-20T23:57:19.409Z Checking smallvec v0.6.14
25662026-03-20T23:57:19.457Z Checking hashbrown v0.12.3
25672026-03-20T23:57:19.499Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25682026-03-20T23:57:19.545Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692026-03-20T23:57:19.697Z Checking serde-hex v0.1.0
25702026-03-20T23:57:19.742Z Checking ron v0.8.1
25712026-03-20T23:57:20.568Z Checking hashbrown v0.13.2
25722026-03-20T23:57:20.616Z Checking crc-any v2.5.0
25732026-03-20T23:57:20.858Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-03-20T23:57:20.906Z Checking path-slash v0.1.5
25752026-03-20T23:57:21.075Z Compiling xshell-macros v0.2.7
25762026-03-20T23:57:21.120Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25772026-03-20T23:57:21.188Z Checking object v0.30.4
25782026-03-20T23:57:21.233Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25792026-03-20T23:57:21.606Z Checking xshell v0.2.7
25802026-03-20T23:57:21.651Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-03-20T23:57:21.895Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25822026-03-20T23:57:21.940Z Checking half v1.8.3
25832026-03-20T23:57:22.027Z Compiling progenitor-macro v0.10.0
25842026-03-20T23:57:22.251Z Checking serde_cbor v0.11.2
25852026-03-20T23:57:22.571Z Compiling num-derive v0.3.3
25862026-03-20T23:57:22.816Z Compiling proc-macro-error-attr2 v2.0.0
25872026-03-20T23:57:22.863Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25882026-03-20T23:57:23.179Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25892026-03-20T23:57:23.362Z Compiling proc-macro-error2 v2.0.1
25902026-03-20T23:57:23.663Z Checking papergrid v0.17.0
25912026-03-20T23:57:23.720Z Checking libscf-sys v1.1.0
25922026-03-20T23:57:23.813Z Compiling tabled_derive v0.11.0
25932026-03-20T23:57:23.921Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25942026-03-20T23:57:24.200Z Checking testing_table v0.3.0
25952026-03-20T23:57:24.244Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25962026-03-20T23:57:24.354Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25972026-03-20T23:57:24.639Z Checking maplit v1.0.2
25982026-03-20T23:57:24.781Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25992026-03-20T23:57:24.885Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26002026-03-20T23:57:25.348Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26012026-03-20T23:57:25.406Z Checking crc8 v0.1.1
26022026-03-20T23:57:25.451Z Checking tabled v0.20.0
26032026-03-20T23:57:25.506Z Checking fxhash v0.2.1
26042026-03-20T23:57:25.551Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26052026-03-20T23:57:25.596Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26062026-03-20T23:57:25.699Z Checking unicase v2.9.0
26072026-03-20T23:57:25.941Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26082026-03-20T23:57:26.379Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26092026-03-20T23:57:26.519Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26102026-03-20T23:57:26.562Z Checking kstat-rs v0.2.4
26112026-03-20T23:57:26.831Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26122026-03-20T23:57:26.912Z Compiling parking_lot_core v0.8.6
26132026-03-20T23:57:26.957Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26142026-03-20T23:57:27.145Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26152026-03-20T23:57:27.256Z Compiling diesel_derives v2.3.7
26162026-03-20T23:57:27.427Z Compiling git-stub v1.0.0
26172026-03-20T23:57:27.581Z Checking scheduled-thread-pool v0.2.7
26182026-03-20T23:57:27.648Z Compiling dsl_auto_type v0.2.0
26192026-03-20T23:57:27.793Z Compiling vergen-gitcl v1.0.8
26202026-03-20T23:57:27.837Z Compiling diesel_table_macro_syntax v0.3.0
26212026-03-20T23:57:27.998Z Checking r2d2 v0.8.10
26222026-03-20T23:57:28.109Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26232026-03-20T23:57:28.154Z Compiling git-stub-vcs v0.1.0
26242026-03-20T23:57:28.271Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26252026-03-20T23:57:28.320Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26262026-03-20T23:57:28.497Z Checking downcast-rs v2.0.2
26272026-03-20T23:57:28.653Z Checking parking_lot v0.11.2
26282026-03-20T23:57:28.700Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26292026-03-20T23:57:28.795Z Checking prefix-trie v0.7.0
26302026-03-20T23:57:28.840Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26312026-03-20T23:57:28.930Z Checking nanorand v0.7.0
26322026-03-20T23:57:29.030Z Checking progenitor v0.10.0
26332026-03-20T23:57:29.077Z Compiling dirs-sys-next v0.1.2
26342026-03-20T23:57:29.214Z Compiling crunchy v0.2.4
26352026-03-20T23:57:29.262Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26362026-03-20T23:57:29.262Z Checking hickory-server v0.25.2
26372026-03-20T23:57:29.433Z Compiling dirs-next v2.0.0
26382026-03-20T23:57:29.477Z Checking flume v0.11.1
26392026-03-20T23:57:29.521Z Checking sled v0.34.7
26402026-03-20T23:57:29.617Z Compiling clang-sys v1.8.1
26412026-03-20T23:57:29.678Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-03-20T23:57:29.831Z Checking hickory-client v0.25.2
26432026-03-20T23:57:29.948Z Compiling tiny-keccak v2.0.2
26442026-03-20T23:57:30.342Z Compiling term v0.7.0
26452026-03-20T23:57:30.386Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462026-03-20T23:57:30.433Z Compiling bit-vec v0.6.3
26472026-03-20T23:57:30.622Z Compiling salty v0.3.0
26482026-03-20T23:57:30.757Z Compiling ascii-canvas v3.0.0
26492026-03-20T23:57:31.005Z Compiling bit-set v0.5.3
26502026-03-20T23:57:31.114Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-03-20T23:57:31.157Z Checking primeorder v0.13.6
26522026-03-20T23:57:31.239Z Compiling itertools v0.10.5
26532026-03-20T23:57:31.511Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26542026-03-20T23:57:31.640Z Compiling ena v0.14.4
26552026-03-20T23:57:31.790Z Compiling libloading v0.8.9
26562026-03-20T23:57:31.945Z Compiling diff v0.1.13
26572026-03-20T23:57:32.095Z Compiling regex-syntax v0.6.29
26582026-03-20T23:57:32.328Z Compiling bindgen v0.71.1
26592026-03-20T23:57:32.964Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-03-20T23:57:33.103Z Compiling cexpr v0.6.0
26612026-03-20T23:57:33.252Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26622026-03-20T23:57:34.054Z Compiling lalrpop v0.19.12
26632026-03-20T23:57:34.099Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26642026-03-20T23:57:34.562Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-03-20T23:57:34.856Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26662026-03-20T23:57:35.021Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-03-20T23:57:35.332Z Compiling libxml v0.3.3
26682026-03-20T23:57:35.650Z Compiling fs-err v2.11.0
26692026-03-20T23:57:35.920Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26702026-03-20T23:57:36.009Z Checking diesel v2.3.7
26712026-03-20T23:57:36.123Z Checking p384 v0.13.1
26722026-03-20T23:57:36.326Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26732026-03-20T23:57:36.715Z Compiling strum_macros v0.24.3
26742026-03-20T23:57:37.901Z Compiling indoc v1.0.9
26752026-03-20T23:57:38.781Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26762026-03-20T23:57:39.247Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26772026-03-20T23:57:39.403Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26782026-03-20T23:57:39.509Z Checking quick-xml v0.37.5
26792026-03-20T23:57:39.679Z Checking derive_builder v0.20.2
26802026-03-20T23:57:39.859Z Compiling oso-derive v0.27.3
26812026-03-20T23:57:40.507Z Compiling trait-variant v0.1.2
26822026-03-20T23:57:40.553Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26832026-03-20T23:57:40.597Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26842026-03-20T23:57:40.641Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26852026-03-20T23:57:40.778Z Compiling impl-trait-for-tuples v0.2.3
26862026-03-20T23:57:41.244Z Checking openssl-probe v0.1.6
26872026-03-20T23:57:41.421Z Checking parse-size v1.1.0
26882026-03-20T23:57:41.614Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26892026-03-20T23:57:42.748Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26902026-03-20T23:57:42.953Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26912026-03-20T23:57:43.047Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26922026-03-20T23:57:43.105Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26932026-03-20T23:57:43.248Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26942026-03-20T23:57:43.814Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-20T23:57:43.871Z Compiling progenitor-impl v0.11.2
26962026-03-20T23:57:44.564Z Checking assert_matches v1.5.0
26972026-03-20T23:57:44.611Z Compiling mime_guess v2.0.5
26982026-03-20T23:57:44.860Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26992026-03-20T23:57:45.335Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-03-20T23:57:45.388Z Checking predicates-tree v1.0.13
27012026-03-20T23:57:45.574Z Checking progenitor-client v0.11.2
27022026-03-20T23:57:45.925Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27032026-03-20T23:57:45.971Z Checking http-range v0.1.5
27042026-03-20T23:57:46.041Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-03-20T23:57:46.276Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27062026-03-20T23:57:46.883Z Checking atty v0.2.14
27072026-03-20T23:57:47.692Z Compiling progenitor-macro v0.11.2
27082026-03-20T23:57:47.783Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-03-20T23:57:48.319Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-03-20T23:57:48.930Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27112026-03-20T23:57:49.654Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27122026-03-20T23:57:49.728Z Checking bb8 v0.8.6
27132026-03-20T23:57:49.935Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-03-20T23:57:50.123Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27152026-03-20T23:57:50.244Z Checking corncobs v0.1.4
27162026-03-20T23:57:50.363Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27172026-03-20T23:57:50.489Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-20T23:57:50.860Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-20T23:57:51.336Z Checking hyper-staticfile v0.10.1
27202026-03-20T23:57:51.381Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27212026-03-20T23:57:51.683Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27222026-03-20T23:57:51.740Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27232026-03-20T23:57:51.786Z Checking ignore v0.4.25
27242026-03-20T23:57:52.013Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-03-20T23:57:52.365Z Checking signal-hook-tokio v0.3.1
27262026-03-20T23:57:52.566Z Checking secrecy v0.8.0
27272026-03-20T23:57:52.734Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27282026-03-20T23:57:53.084Z Checking globwalk v0.9.1
27292026-03-20T23:57:53.432Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27302026-03-20T23:57:53.569Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27312026-03-20T23:57:54.079Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27322026-03-20T23:57:54.166Z Checking nonempty v0.12.0
27332026-03-20T23:57:54.265Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27342026-03-20T23:57:54.420Z Checking camino-tempfile-ext v0.3.3
27352026-03-20T23:57:54.624Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27362026-03-20T23:57:54.695Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27372026-03-20T23:57:54.740Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27382026-03-20T23:57:54.851Z Checking progenitor v0.11.2
27392026-03-20T23:57:55.068Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27402026-03-20T23:57:55.289Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-03-20T23:57:55.776Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-20T23:57:55.896Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27432026-03-20T23:57:56.238Z Checking diesel-dtrace v0.5.0
27442026-03-20T23:57:56.600Z Checking async-bb8-diesel v0.2.1
27452026-03-20T23:57:56.720Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27462026-03-20T23:57:57.090Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27472026-03-20T23:57:57.639Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27482026-03-20T23:57:57.747Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-03-20T23:57:57.999Z Checking tungstenite v0.23.0
27502026-03-20T23:57:58.233Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27512026-03-20T23:57:58.358Z Checking void v1.0.2
27522026-03-20T23:57:58.533Z Checking lzss v0.8.2
27532026-03-20T23:57:58.601Z Checking tokio-tungstenite v0.23.1
27542026-03-20T23:57:58.711Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552026-03-20T23:57:58.823Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27562026-03-20T23:57:58.979Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27572026-03-20T23:57:59.071Z Checking nix v0.27.1
27582026-03-20T23:57:59.609Z Checking serde_bytes v0.11.19
27592026-03-20T23:57:59.828Z Checking rand_seeder v0.4.0
27602026-03-20T23:57:59.885Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27612026-03-20T23:58:00.057Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27622026-03-20T23:58:00.576Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27632026-03-20T23:58:00.621Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-03-20T23:58:00.837Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27652026-03-20T23:58:01.340Z Checking is_ci v1.2.0
27662026-03-20T23:58:01.513Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27672026-03-20T23:58:01.760Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27682026-03-20T23:58:01.832Z Checking yansi v1.0.1
27692026-03-20T23:58:01.885Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27702026-03-20T23:58:01.998Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27712026-03-20T23:58:02.197Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27722026-03-20T23:58:02.240Z Checking pretty_assertions v1.4.1
27732026-03-20T23:58:02.451Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27742026-03-20T23:58:02.560Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27752026-03-20T23:58:02.893Z Compiling darling_core v0.23.0
27762026-03-20T23:58:03.890Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27772026-03-20T23:58:04.408Z Compiling indoc v2.0.7
27782026-03-20T23:58:04.741Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27792026-03-20T23:58:04.745Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27802026-03-20T23:58:04.881Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-20T23:58:05.036Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-03-20T23:58:05.333Z Compiling instability v0.3.11
27832026-03-20T23:58:05.711Z Compiling libz-sys v1.1.24
27842026-03-20T23:58:05.754Z Checking castaway v0.2.4
27852026-03-20T23:58:05.936Z Checking compact_str v0.8.1
27862026-03-20T23:58:05.999Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-20T23:58:06.483Z Checking supports-color v3.0.2
27882026-03-20T23:58:06.560Z Compiling darling_macro v0.23.0
27892026-03-20T23:58:06.687Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-03-20T23:58:06.978Z Checking unicode-truncate v1.1.0
27912026-03-20T23:58:07.230Z Checking lru v0.12.5
27922026-03-20T23:58:07.233Z Compiling darling v0.23.0
27932026-03-20T23:58:07.363Z Checking cassowary v0.3.0
27942026-03-20T23:58:07.578Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-03-20T23:58:07.875Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27962026-03-20T23:58:08.404Z Checking ratatui v0.29.0
27972026-03-20T23:58:08.448Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27982026-03-20T23:58:09.452Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-03-20T23:58:09.734Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-03-20T23:58:10.132Z Compiling vergen-git2 v1.0.7
28012026-03-20T23:58:10.215Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28022026-03-20T23:58:10.432Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28032026-03-20T23:58:10.521Z Checking colored v2.2.0
28042026-03-20T23:58:10.583Z Checking shell-words v1.1.1
28052026-03-20T23:58:10.713Z Checking plotters-backend v0.3.7
28062026-03-20T23:58:10.777Z Compiling rustls v0.21.12
28072026-03-20T23:58:10.966Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-03-20T23:58:11.017Z Checking plotters-svg v0.3.7
28092026-03-20T23:58:11.124Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28102026-03-20T23:58:11.227Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28112026-03-20T23:58:11.397Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28122026-03-20T23:58:11.508Z Checking rustls-webpki v0.101.7
28132026-03-20T23:58:11.974Z Checking sct v0.7.1
28142026-03-20T23:58:12.017Z Compiling nix v0.29.0
28152026-03-20T23:58:12.180Z Checking hex-literal v0.4.1
28162026-03-20T23:58:12.234Z Checking cast v0.3.0
28172026-03-20T23:58:12.343Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28182026-03-20T23:58:12.483Z Checking criterion-plot v0.6.0
28192026-03-20T23:58:12.968Z Checking plotters v0.3.7
28202026-03-20T23:58:14.021Z Checking erased-serde v0.4.9
28212026-03-20T23:58:14.407Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28222026-03-20T23:58:14.594Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28232026-03-20T23:58:15.608Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28242026-03-20T23:58:16.578Z Checking tinytemplate v1.2.1
28252026-03-20T23:58:16.889Z Checking ordered-float v2.10.1
28262026-03-20T23:58:17.259Z Checking anes v0.1.6
28272026-03-20T23:58:17.532Z Checking oorandom v11.1.5
28282026-03-20T23:58:17.712Z Checking criterion v0.7.0
28292026-03-20T23:58:18.064Z Checking serde-value v0.7.0
28302026-03-20T23:58:18.382Z Checking serde-untagged v0.1.9
28312026-03-20T23:58:18.679Z Checking tokio-rustls v0.24.1
28322026-03-20T23:58:19.307Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-03-20T23:58:19.352Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-03-20T23:58:19.632Z Checking rustls-pemfile v1.0.4
28352026-03-20T23:58:19.876Z Checking twox-hash v2.1.2
28362026-03-20T23:58:20.289Z Checking unicode-xid v0.2.6
28372026-03-20T23:58:20.433Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-03-20T23:58:20.476Z Checking cargo-util-schemas v0.8.2
28392026-03-20T23:58:20.699Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-20T23:58:20.917Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-03-20T23:58:21.691Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28422026-03-20T23:58:21.931Z Checking fatfs v0.3.6
28432026-03-20T23:58:22.583Z Checking cargo-platform v0.2.0
28442026-03-20T23:58:22.679Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28452026-03-20T23:58:22.870Z Compiling petname v2.0.2
28462026-03-20T23:58:23.539Z Compiling seq-macro v0.3.6
28472026-03-20T23:58:24.465Z Checking cargo_metadata v0.21.0
28482026-03-20T23:58:24.619Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28492026-03-20T23:58:25.171Z Checking concurrent-queue v2.5.0
28502026-03-20T23:58:25.448Z Checking rtoolbox v0.0.3
28512026-03-20T23:58:25.568Z Checking futures-timer v3.0.3
28522026-03-20T23:58:25.661Z Checking parking v2.2.1
28532026-03-20T23:58:25.836Z Checking rpassword v7.4.0
28542026-03-20T23:58:25.882Z Checking event-listener v5.4.1
28552026-03-20T23:58:26.128Z Checking tui-tree-widget v0.23.1
28562026-03-20T23:58:26.208Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28572026-03-20T23:58:26.401Z Checking polyval v0.6.2
28582026-03-20T23:58:26.449Z Checking sapling-renderdag v0.1.0
28592026-03-20T23:58:26.552Z Checking sync-ptr v0.1.4
28602026-03-20T23:58:26.650Z Checking ghash v0.5.1
28612026-03-20T23:58:26.742Z Checking event-listener-strategy v0.5.4
28622026-03-20T23:58:26.807Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28632026-03-20T23:58:26.851Z Checking ctr v0.9.2
28642026-03-20T23:58:26.946Z Checking arrayref v0.3.9
28652026-03-20T23:58:27.077Z Checking arrayvec v0.7.6
28662026-03-20T23:58:27.120Z Checking constant_time_eq v0.4.2
28672026-03-20T23:58:27.226Z Checking aes-gcm v0.10.3
28682026-03-20T23:58:27.322Z Checking async-lock v3.4.2
28692026-03-20T23:58:27.367Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28702026-03-20T23:58:27.458Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-03-20T23:58:27.902Z Checking ssh-encoding v0.2.0
28722026-03-20T23:58:28.172Z Checking blowfish v0.9.1
28732026-03-20T23:58:28.408Z Checking bcrypt-pbkdf v0.10.0
28742026-03-20T23:58:28.651Z Checking ssh-cipher v0.2.0
28752026-03-20T23:58:28.695Z Checking async-object-pool v0.2.0
28762026-03-20T23:58:28.869Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28772026-03-20T23:58:28.915Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-03-20T23:58:28.961Z Compiling samael v0.0.19
28792026-03-20T23:58:29.314Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28802026-03-20T23:58:29.695Z Checking serde_regex v1.1.0
28812026-03-20T23:58:29.946Z Checking password-hash v0.4.2
28822026-03-20T23:58:30.212Z Checking assert-json-diff v2.0.2
28832026-03-20T23:58:30.296Z Checking path-tree v0.8.3
28842026-03-20T23:58:30.442Z Compiling target-lexicon v0.13.3
28852026-03-20T23:58:30.586Z Checking gimli v0.32.3
28862026-03-20T23:58:31.120Z Checking stringmetrics v2.2.2
28872026-03-20T23:58:31.265Z Checking pbkdf2 v0.11.0
28882026-03-20T23:58:31.345Z Checking httpmock v0.8.3
28892026-03-20T23:58:31.510Z Checking ssh-key v0.6.7
28902026-03-20T23:58:32.827Z Checking addr2line v0.25.1
28912026-03-20T23:58:33.218Z Checking p521 v0.13.3
28922026-03-20T23:58:34.056Z Checking p256 v0.13.2
28932026-03-20T23:58:34.297Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28942026-03-20T23:58:34.427Z Checking russh-cryptovec v0.7.3
28952026-03-20T23:58:34.584Z Compiling guppy-workspace-hack v0.1.0
28962026-03-20T23:58:34.635Z Checking rustc-demangle v0.1.27
28972026-03-20T23:58:34.853Z Checking md5 v0.7.0
28982026-03-20T23:58:35.031Z Checking backtrace v0.3.76
28992026-03-20T23:58:35.080Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29002026-03-20T23:58:35.168Z Checking russh-keys v0.45.0
29012026-03-20T23:58:35.413Z Checking num-bigint v0.4.6
29022026-03-20T23:58:35.458Z Checking des v0.8.1
29032026-03-20T23:58:35.891Z Compiling blake3 v1.8.3
29042026-03-20T23:58:36.081Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29052026-03-20T23:58:36.388Z Compiling target-spec v3.5.7
29062026-03-20T23:58:36.647Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-03-20T23:58:36.821Z Checking russh v0.45.0
29082026-03-20T23:58:37.217Z Checking cfg-expr v0.20.6
29092026-03-20T23:58:37.417Z Checking backtrace-ext v0.2.1
29102026-03-20T23:58:37.595Z Checking supports-color v2.1.0
29112026-03-20T23:58:37.644Z Checking textwrap v0.15.2
29122026-03-20T23:58:37.777Z Checking supports-unicode v2.1.0
29132026-03-20T23:58:37.821Z Checking supports-hyperlinks v2.1.0
29142026-03-20T23:58:37.943Z Checking hashbrown v0.14.5
29152026-03-20T23:58:37.987Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29162026-03-20T23:58:38.031Z Checking cargo-platform v0.3.2
29172026-03-20T23:58:38.282Z Checking terminal_size v0.1.17
29182026-03-20T23:58:38.325Z Checking socket2 v0.5.10
29192026-03-20T23:58:38.450Z Compiling miette-derive v5.10.0
29202026-03-20T23:58:38.631Z Checking internet-checksum v0.2.1
29212026-03-20T23:58:38.695Z Checking owo-colors v3.5.0
29222026-03-20T23:58:38.822Z Checking chumsky v0.9.3
29232026-03-20T23:58:39.341Z Checking cargo_metadata v0.23.1
29242026-03-20T23:58:39.983Z Checking miette v5.10.0
29252026-03-20T23:58:40.313Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29262026-03-20T23:58:40.386Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-03-20T23:58:40.558Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29282026-03-20T23:58:40.688Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29292026-03-20T23:58:40.972Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29302026-03-20T23:58:41.023Z Checking httptest v0.16.4
29312026-03-20T23:58:41.391Z Checking pathdiff v0.2.3
29322026-03-20T23:58:41.485Z Compiling knuffel-derive v3.2.0
29332026-03-20T23:58:41.536Z Compiling git2 v0.20.4
29342026-03-20T23:58:41.581Z Checking topological-sort v0.2.2
29352026-03-20T23:58:41.626Z Checking nested v0.1.1
29362026-03-20T23:58:41.791Z Checking omicron-zone-package v0.12.2
29372026-03-20T23:58:41.838Z Checking guppy v0.17.25
29382026-03-20T23:58:42.103Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29392026-03-20T23:58:42.403Z Checking similar-asserts v1.7.0
29402026-03-20T23:58:42.632Z Compiling rstest_macros v0.25.0
29412026-03-20T23:58:42.989Z Compiling target-triple v1.0.0
29422026-03-20T23:58:43.033Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29432026-03-20T23:58:43.233Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29442026-03-20T23:58:43.279Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29452026-03-20T23:58:43.453Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29462026-03-20T23:58:43.573Z Checking knuffel v3.2.0
29472026-03-20T23:58:43.741Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29482026-03-20T23:58:44.436Z Checking toml_datetime v1.0.0+spec-1.1.0
29492026-03-20T23:58:44.570Z Checking escape8259 v0.5.3
29502026-03-20T23:58:44.794Z Compiling assert_cmd v2.1.2
29512026-03-20T23:58:45.147Z Compiling relative-path v1.9.3
29522026-03-20T23:58:45.646Z Checking libtest-mimic v0.8.1
29532026-03-20T23:58:45.734Z Checking toml v1.0.3+spec-1.1.0
29542026-03-20T23:58:46.241Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29552026-03-20T23:58:46.408Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29562026-03-20T23:58:46.461Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29572026-03-20T23:58:46.603Z Checking blake2b_simd v1.0.4
29582026-03-20T23:58:47.179Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29592026-03-20T23:58:47.322Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29602026-03-20T23:58:47.680Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29612026-03-20T23:58:47.843Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29622026-03-20T23:58:48.146Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29632026-03-20T23:58:48.372Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29642026-03-20T23:58:48.644Z Checking fancy-regex v0.14.0
29652026-03-20T23:58:48.933Z Checking serde_tokenstream v0.2.3
29662026-03-20T23:58:49.029Z Compiling polar-core v0.27.3
29672026-03-20T23:58:49.165Z Checking uzers v0.12.2
29682026-03-20T23:58:49.251Z Compiling linkme-impl v0.3.35
29692026-03-20T23:58:49.483Z Checking termcolor v1.4.1
29702026-03-20T23:58:49.667Z Checking constant_time_eq v0.3.1
29712026-03-20T23:58:49.836Z Checking trybuild v1.0.116
29722026-03-20T23:58:49.879Z Checking rust-argon2 v2.1.0
29732026-03-20T23:58:50.422Z Checking datatest-stable v0.3.3
29742026-03-20T23:58:50.898Z Checking rstest v0.25.0
29752026-03-20T23:58:51.081Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29762026-03-20T23:58:51.171Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29772026-03-20T23:58:51.533Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29782026-03-20T23:58:51.581Z Checking support-bundle-viewer v0.1.2
29792026-03-20T23:58:51.940Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29802026-03-20T23:58:52.232Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29812026-03-20T23:58:52.500Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29822026-03-20T23:58:52.546Z Checking drift v0.1.3
29832026-03-20T23:58:52.786Z Checking rand_distr v0.5.1
29842026-03-20T23:58:52.991Z Checking multimap v0.10.1
29852026-03-20T23:58:53.250Z Checking approx v0.5.1
29862026-03-20T23:58:53.435Z Compiling linkme v0.3.35
29872026-03-20T23:58:53.579Z Checking dropshot-api-manager v0.6.0
29882026-03-20T23:58:54.984Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29892026-03-20T23:58:55.215Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29902026-03-20T23:58:55.461Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29912026-03-20T23:58:55.655Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29922026-03-20T23:58:55.754Z Checking oso v0.27.3
29932026-03-20T23:58:55.938Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29942026-03-20T23:58:55.983Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29952026-03-20T23:58:56.274Z Checking partial-io v0.5.4
29962026-03-20T23:58:56.319Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29972026-03-20T23:58:56.617Z Checking cargo_toml v0.21.0
29982026-03-20T23:58:56.675Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29992026-03-20T23:58:56.910Z Checking termios v0.3.3
30002026-03-20T23:58:57.158Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30012026-03-20T23:58:57.302Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30022026-03-20T23:58:57.535Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30032026-03-20T23:58:57.870Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30042026-03-20T23:58:59.726Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30052026-03-20T23:59:02.356Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30062026-03-20T23:59:07.345Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30072026-03-20T23:59:10.078Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30082026-03-20T23:59:14.969Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30092026-03-20T23:59:17.657Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-03-20T23:59:22.631Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30112026-03-20T23:59:28.756Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30122026-03-20T23:59:32.517Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30132026-03-20T23:59:33.118Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30142026-03-20T23:59:43.500Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30152026-03-21T00:01:40.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 35s
30162026-03-21T00:01:41.601Z
30172026-03-21T00:01:41.604Zreal 5:40.222759922
30182026-03-21T00:01:41.604Zuser 28:20.273110127
30192026-03-21T00:01:41.604Zsys 5:52.069762808
30202026-03-21T00:01:41.604Ztrap 0.712013854
30212026-03-21T00:01:41.604Ztflt 0.145440474
30222026-03-21T00:01:41.604Zdflt 0.210906438
30232026-03-21T00:01:41.604Zkflt 0.001433944
30242026-03-21T00:01:41.604Zlock 1:19:59.061521344
30252026-03-21T00:01:41.604Zslp 1:16:52.786995810
30262026-03-21T00:01:41.604Zlat 1:57.181621634
30272026-03-21T00:01:41.604Zstop 13:48.714155084
30282026-03-21T00:01:41.604Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30292026-03-21T00:01:41.604Z+ ptime -m cargo doc --workspace --no-deps
30302026-03-21T00:01:42.795Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30312026-03-21T00:01:42.795Z |
30322026-03-21T00:01:42.795Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30332026-03-21T00:01:42.795Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30342026-03-21T00:01:44.105Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30352026-03-21T00:01:44.375Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30362026-03-21T00:01:44.425Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30372026-03-21T00:01:44.507Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30382026-03-21T00:01:44.683Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30392026-03-21T00:01:44.683Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30402026-03-21T00:01:44.739Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30412026-03-21T00:01:44.773Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30422026-03-21T00:01:44.846Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30432026-03-21T00:01:44.925Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30442026-03-21T00:01:44.956Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-03-21T00:01:44.997Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30462026-03-21T00:01:45.027Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30472026-03-21T00:01:45.090Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30482026-03-21T00:01:45.130Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30492026-03-21T00:01:45.160Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30502026-03-21T00:01:45.280Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30512026-03-21T00:01:45.313Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-03-21T00:01:45.342Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30532026-03-21T00:01:45.401Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30542026-03-21T00:01:45.613Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30552026-03-21T00:01:46.021Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30562026-03-21T00:01:46.181Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30572026-03-21T00:01:46.211Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30582026-03-21T00:01:46.243Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30592026-03-21T00:01:46.417Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30602026-03-21T00:01:46.454Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30612026-03-21T00:01:46.711Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30622026-03-21T00:01:46.867Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30632026-03-21T00:01:46.955Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30642026-03-21T00:01:47.026Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30652026-03-21T00:01:47.174Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30662026-03-21T00:01:47.229Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30672026-03-21T00:01:47.403Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30682026-03-21T00:01:47.433Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30692026-03-21T00:01:47.523Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30702026-03-21T00:01:47.699Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30712026-03-21T00:01:47.775Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30722026-03-21T00:01:47.994Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30732026-03-21T00:01:48.072Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30742026-03-21T00:01:48.405Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30752026-03-21T00:01:48.503Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30762026-03-21T00:01:48.680Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30772026-03-21T00:01:48.718Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30782026-03-21T00:01:48.758Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30792026-03-21T00:01:48.891Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30802026-03-21T00:01:49.046Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30812026-03-21T00:01:49.079Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30822026-03-21T00:01:49.195Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30832026-03-21T00:01:49.225Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30842026-03-21T00:01:49.331Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30852026-03-21T00:01:49.368Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30862026-03-21T00:01:49.443Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30872026-03-21T00:01:49.571Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30882026-03-21T00:01:49.670Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30892026-03-21T00:01:49.700Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30902026-03-21T00:01:49.770Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30912026-03-21T00:01:49.862Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30922026-03-21T00:01:49.965Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30932026-03-21T00:01:49.994Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30942026-03-21T00:01:50.156Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30952026-03-21T00:01:50.188Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30962026-03-21T00:01:50.260Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30972026-03-21T00:01:50.295Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30982026-03-21T00:01:50.440Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30992026-03-21T00:01:50.515Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31002026-03-21T00:01:50.624Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31012026-03-21T00:01:50.815Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31022026-03-21T00:01:50.870Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31032026-03-21T00:01:50.873Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31042026-03-21T00:01:50.928Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31052026-03-21T00:01:51.138Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31062026-03-21T00:01:51.580Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31072026-03-21T00:01:51.688Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31082026-03-21T00:01:52.702Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31092026-03-21T00:01:53.178Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31102026-03-21T00:01:53.454Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31112026-03-21T00:01:53.486Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31122026-03-21T00:01:53.617Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31132026-03-21T00:01:53.680Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31142026-03-21T00:01:53.946Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31152026-03-21T00:01:53.994Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31162026-03-21T00:01:54.376Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31172026-03-21T00:01:54.565Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31182026-03-21T00:01:54.966Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31192026-03-21T00:01:54.998Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31202026-03-21T00:01:55.001Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31212026-03-21T00:01:55.321Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31222026-03-21T00:01:55.603Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31232026-03-21T00:01:55.873Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-03-21T00:01:56.511Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31252026-03-21T00:01:56.546Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31262026-03-21T00:01:56.633Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31272026-03-21T00:01:56.976Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31282026-03-21T00:01:57.114Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31292026-03-21T00:01:57.512Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31302026-03-21T00:01:57.990Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-03-21T00:01:58.886Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-03-21T00:01:58.977Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31332026-03-21T00:01:59.348Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31342026-03-21T00:02:00.072Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31352026-03-21T00:02:00.217Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31362026-03-21T00:02:00.440Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31372026-03-21T00:02:00.659Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31382026-03-21T00:02:00.762Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31392026-03-21T00:02:00.901Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31402026-03-21T00:02:00.973Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31412026-03-21T00:02:01.002Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31422026-03-21T00:02:01.353Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31432026-03-21T00:02:01.385Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31442026-03-21T00:02:01.519Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31452026-03-21T00:02:01.551Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31462026-03-21T00:02:01.617Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31472026-03-21T00:02:02.016Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31482026-03-21T00:02:02.691Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31492026-03-21T00:02:02.726Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31502026-03-21T00:02:03.081Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31512026-03-21T00:02:03.886Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31522026-03-21T00:02:04.535Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31532026-03-21T00:02:04.884Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31542026-03-21T00:02:05.238Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31552026-03-21T00:02:05.467Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31562026-03-21T00:02:05.591Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31572026-03-21T00:02:05.777Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31582026-03-21T00:02:06.125Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-03-21T00:02:06.181Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31602026-03-21T00:02:06.667Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31612026-03-21T00:02:06.697Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31622026-03-21T00:02:06.798Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-03-21T00:02:08.427Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31642026-03-21T00:02:08.458Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31652026-03-21T00:02:08.488Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31662026-03-21T00:02:09.122Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31672026-03-21T00:02:09.536Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-03-21T00:02:09.719Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31692026-03-21T00:02:11.209Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31702026-03-21T00:02:11.713Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31712026-03-21T00:02:12.189Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-03-21T00:02:12.511Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31732026-03-21T00:02:12.832Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31742026-03-21T00:02:13.360Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31752026-03-21T00:02:13.625Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-03-21T00:02:13.825Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31772026-03-21T00:02:15.055Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782026-03-21T00:02:16.488Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-03-21T00:02:17.373Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-03-21T00:02:17.533Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31812026-03-21T00:02:18.520Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31822026-03-21T00:02:18.550Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31832026-03-21T00:02:19.011Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31842026-03-21T00:02:19.199Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31852026-03-21T00:02:21.830Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31862026-03-21T00:02:22.852Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31872026-03-21T00:02:23.549Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31882026-03-21T00:02:24.905Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31892026-03-21T00:02:25.419Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31902026-03-21T00:02:25.859Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31912026-03-21T00:02:25.895Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31922026-03-21T00:02:26.699Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31932026-03-21T00:02:26.778Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31942026-03-21T00:02:27.046Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31952026-03-21T00:02:27.831Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31962026-03-21T00:02:28.078Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31972026-03-21T00:02:28.579Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31982026-03-21T00:02:28.641Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31992026-03-21T00:02:28.873Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32002026-03-21T00:02:29.198Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32012026-03-21T00:02:29.227Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32022026-03-21T00:02:30.076Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32032026-03-21T00:02:30.122Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32042026-03-21T00:02:30.367Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32052026-03-21T00:02:30.452Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32062026-03-21T00:02:30.996Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32072026-03-21T00:02:31.552Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32082026-03-21T00:02:31.857Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32092026-03-21T00:02:32.445Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32102026-03-21T00:02:32.656Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32112026-03-21T00:02:33.754Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32122026-03-21T00:02:35.331Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-03-21T00:02:36.079Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-03-21T00:02:39.758Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32152026-03-21T00:02:40.938Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32162026-03-21T00:02:42.035Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32172026-03-21T00:02:43.156Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-03-21T00:02:43.803Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32192026-03-21T00:02:46.102Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32202026-03-21T00:02:47.262Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32212026-03-21T00:02:49.137Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32222026-03-21T00:02:49.589Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32232026-03-21T00:02:50.505Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32242026-03-21T00:02:52.664Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32252026-03-21T00:02:53.689Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32262026-03-21T00:02:54.752Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32272026-03-21T00:02:55.377Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32282026-03-21T00:02:55.561Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32292026-03-21T00:02:56.208Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32302026-03-21T00:02:56.397Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32312026-03-21T00:03:00.660Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32322026-03-21T00:03:01.978Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32332026-03-21T00:03:05.671Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32342026-03-21T00:03:06.958Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32352026-03-21T00:03:07.885Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32362026-03-21T00:03:08.926Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32372026-03-21T00:03:09.930Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32382026-03-21T00:03:10.949Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32392026-03-21T00:03:11.924Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32402026-03-21T00:03:12.953Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32412026-03-21T00:03:14.027Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32422026-03-21T00:03:15.193Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32432026-03-21T00:03:15.347Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32442026-03-21T00:03:16.249Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32452026-03-21T00:03:19.902Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32462026-03-21T00:03:22.014Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32472026-03-21T00:03:24.883Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32482026-03-21T00:03:25.408Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32492026-03-21T00:03:26.454Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32502026-03-21T00:03:28.417Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32512026-03-21T00:03:29.158Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32522026-03-21T00:03:30.861Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32532026-03-21T00:03:34.076Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32542026-03-21T00:03:34.747Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32552026-03-21T00:03:35.668Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32562026-03-21T00:03:37.327Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32572026-03-21T00:03:38.902Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32582026-03-21T00:03:42.166Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32592026-03-21T00:03:43.858Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32602026-03-21T00:03:45.231Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32612026-03-21T00:03:47.609Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32622026-03-21T00:03:49.699Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32632026-03-21T00:03:52.126Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32642026-03-21T00:03:54.062Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32652026-03-21T00:03:56.276Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32662026-03-21T00:03:58.832Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32672026-03-21T00:04:04.068Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32682026-03-21T00:04:05.892Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32692026-03-21T00:04:06.257Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32702026-03-21T00:04:08.381Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32712026-03-21T00:04:10.740Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32722026-03-21T00:04:13.221Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32732026-03-21T00:04:15.705Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32742026-03-21T00:04:18.545Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32752026-03-21T00:04:20.914Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32762026-03-21T00:04:23.775Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32772026-03-21T00:04:25.828Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32782026-03-21T00:04:28.326Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32792026-03-21T00:04:30.752Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32802026-03-21T00:04:33.126Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32812026-03-21T00:04:35.544Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32822026-03-21T00:04:37.745Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-03-21T00:04:40.113Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32842026-03-21T00:04:42.985Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32852026-03-21T00:04:45.173Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32862026-03-21T00:04:47.659Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-03-21T00:04:50.233Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32882026-03-21T00:04:52.726Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32892026-03-21T00:04:55.307Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32902026-03-21T00:04:57.912Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32912026-03-21T00:05:00.866Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32922026-03-21T00:05:03.150Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32932026-03-21T00:05:05.650Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32942026-03-21T00:05:08.330Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32952026-03-21T00:05:10.951Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32962026-03-21T00:05:18.051Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32972026-03-21T00:05:19.313Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32982026-03-21T00:05:21.520Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32992026-03-21T00:05:24.958Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33002026-03-21T00:05:27.870Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33012026-03-21T00:05:30.638Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33022026-03-21T00:05:33.360Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33032026-03-21T00:05:36.437Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33042026-03-21T00:05:39.185Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33052026-03-21T00:05:42.224Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33062026-03-21T00:05:45.250Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33072026-03-21T00:05:48.371Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33082026-03-21T00:05:52.329Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33092026-03-21T00:05:53.496Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33102026-03-21T00:05:56.574Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-03-21T00:05:59.299Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33122026-03-21T00:06:02.152Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33132026-03-21T00:06:05.090Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33142026-03-21T00:06:07.950Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33152026-03-21T00:06:11.052Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33162026-03-21T00:06:13.973Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33172026-03-21T00:06:17.034Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33182026-03-21T00:06:20.107Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33192026-03-21T00:06:23.102Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33202026-03-21T00:06:26.121Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33212026-03-21T00:06:28.998Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33222026-03-21T00:06:32.107Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33232026-03-21T00:06:35.133Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33242026-03-21T00:06:38.179Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33252026-03-21T00:06:41.133Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33262026-03-21T00:06:44.065Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33272026-03-21T00:06:47.160Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33282026-03-21T00:06:50.263Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33292026-03-21T00:06:53.332Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33302026-03-21T00:06:56.459Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33312026-03-21T00:06:59.670Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33322026-03-21T00:07:02.736Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33332026-03-21T00:07:05.844Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33342026-03-21T00:07:08.940Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33352026-03-21T00:07:12.079Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33362026-03-21T00:07:15.260Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33372026-03-21T00:07:18.452Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33382026-03-21T00:07:22.102Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33392026-03-21T00:07:24.967Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33402026-03-21T00:07:34.277Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33412026-03-21T00:07:34.334Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33422026-03-21T00:07:38.284Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33432026-03-21T00:07:42.436Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33442026-03-21T00:07:48.430Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33452026-03-21T00:07:51.983Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33462026-03-21T00:07:56.405Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33472026-03-21T00:08:00.990Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33482026-03-21T00:08:05.490Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33492026-03-21T00:08:10.153Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33502026-03-21T00:08:14.673Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33512026-03-21T00:08:19.197Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33522026-03-21T00:08:23.732Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33532026-03-21T00:08:28.383Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33542026-03-21T00:08:32.805Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33552026-03-21T00:08:37.495Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33562026-03-21T00:08:41.975Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33572026-03-21T00:08:46.562Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33582026-03-21T00:08:51.090Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33592026-03-21T00:08:55.649Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33602026-03-21T00:09:00.366Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33612026-03-21T00:09:05.123Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33622026-03-21T00:09:09.641Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33632026-03-21T00:09:46.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 04s
33642026-03-21T00:09:46.607Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33652026-03-21T00:09:46.784Z
33662026-03-21T00:09:46.798Zreal 8:04.894431580
33672026-03-21T00:09:46.798Zuser 23:32.835197561
33682026-03-21T00:09:46.798Zsys 4:24.324664085
33692026-03-21T00:09:46.798Ztrap 0.413356233
33702026-03-21T00:09:46.798Ztflt 0.026985964
33712026-03-21T00:09:46.798Zdflt 0.017206040
33722026-03-21T00:09:46.798Zkflt 0.000059437
33732026-03-21T00:09:46.798Zlock 7:18:50.846171063
33742026-03-21T00:09:46.798Zslp 2:41:17.032630755
33752026-03-21T00:09:46.798Zlat 34.434246749
33762026-03-21T00:09:46.798Zstop 1:54.828833878
33772026-03-21T00:09:46.798Zprocess exited: duration 1060703 ms, exit code 0
 
33782026-03-21T00:09:46.819Zfound 0 output files