01KM66M8F5Z8K6GB56A2CGCBYE: clippy (helios)

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

Buildomat Job: 01KM66N2E44SA74M1GRS82VR5A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T18:04:56.276Zjob assigned to worker 01KM66NJ3WPPSSM0X88VKM3EA5 [factory aws, i-0f3b763cf9efc9f0c] (queued for 1 m 34 s)
 
22026-03-20T18:05:03.918Zstarting task 0: "setup"
32026-03-20T18:05:03.922Z++ uname -s
42026-03-20T18:05:03.925Z+ kern=SunOS
52026-03-20T18:05:03.925Z+ build_user=build
62026-03-20T18:05:03.925Z+ build_uid=12345
72026-03-20T18:05:03.925Z+ work_dir=/work
82026-03-20T18:05:03.925Z+ input_dir=/input
92026-03-20T18:05:03.925Z+ [[ 0 == 12345 ]]
102026-03-20T18:05:03.925Z+ case "$kern" in
112026-03-20T18:05:03.925Z+ groupadd -g 12345 build
122026-03-20T18:05:03.930Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T18:05:05.932Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T18:05:06.056Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T18:05:06.061Z+ home_fs=zfs
162026-03-20T18:05:06.061Z+ [[ zfs == autofs ]]
172026-03-20T18:05:06.061Z+ mkdir -p /home/build
182026-03-20T18:05:06.061Z+ chown build:build /home/build /work
192026-03-20T18:05:07.062Z+ chmod 0700 /home/build /work
202026-03-20T18:05:07.065Zprocess exited: duration 3149 ms, exit code 0
 
212026-03-20T18:05:07.074Zstarting task 1: "rust-toolchain"
222026-03-20T18:05:07.077Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-20T18:05:07.077Z * rust toolchain channel = "1.94.0"
242026-03-20T18:05:07.077Z * rust toolchain profile = "default"
252026-03-20T18:05:07.077Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-20T18:05:07.077Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T18:05:07.077Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T18:05:07.080Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T18:05:07.080Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-20T18:05:07.623Zinfo: downloading installer
312026-03-20T18:05:09.307Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T18:05:09.308Zwarn: /opt/ooce/bin
332026-03-20T18:05:09.308Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T18:05:09.308Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T18:05:09.308Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T18:05:09.308Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T18:05:09.308Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T18:05:09.308Zerror: cannot install while Rust is installed
392026-03-20T18:05:09.308Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T18:05:09.308Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T18:05:09.308Zwarn: /home/build/.rustup/settings.toml
422026-03-20T18:05:09.308Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T18:05:09.308Zwarn: instead of the one inferred from the default host triple.
442026-03-20T18:05:09.339Zinfo: profile set to default
452026-03-20T18:05:09.339Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T18:05:09.344Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-20T18:05:09.481Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T18:05:09.485Zinfo: downloading 6 components
492026-03-20T18:05:25.983Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-20T18:05:25.983Z
512026-03-20T18:05:26.018Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T18:05:26.018Z
532026-03-20T18:05:26.022Z
542026-03-20T18:05:26.022ZRust is installed now. Great!
552026-03-20T18:05:26.022Z
562026-03-20T18:05:26.022ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T18:05:26.022Zenvironment variable. This has not been done automatically.
582026-03-20T18:05:26.022Z
592026-03-20T18:05:26.022ZTo configure your current shell, you need to source
602026-03-20T18:05:26.022Zthe corresponding env file under $HOME/.cargo.
612026-03-20T18:05:26.022Z
622026-03-20T18:05:26.022ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T18:05:26.022Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T18:05:26.022Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T18:05:26.022Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T18:05:26.022Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T18:05:26.022Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T18:05:26.022Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T18:05:26.022Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T18:05:26.022Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T18:05:26.126Z+ rustup --version
722026-03-20T18:05:26.136Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T18:05:26.144Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T18:05:26.167Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T18:05:26.176Z+ cargo --version
762026-03-20T18:05:26.183Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T18:05:26.189Z+ rustc --version
782026-03-20T18:05:26.212Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T18:05:26.221Zprocess exited: duration 19146 ms, exit code 0
 
802026-03-20T18:05:26.232Zstarting task 2: "authentication"
812026-03-20T18:05:26.259Zprocess exited: duration 23 ms, exit code 0
 
822026-03-20T18:05:26.290Zstarting task 3: "clone repository"
832026-03-20T18:05:26.295Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-20T18:05:26.295Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-20T18:05:26.323ZCloning into '/work/oxidecomputer/omicron'...
862026-03-20T18:05:36.486Z+ cd /work/oxidecomputer/omicron
872026-03-20T18:05:36.486Z+ git fetch origin 71ff78bdac36a4d225958cd556e280cf99803317
882026-03-20T18:05:36.814ZFrom https://github.com/oxidecomputer/omicron
892026-03-20T18:05:36.814Z * branch 71ff78bdac36a4d225958cd556e280cf99803317 -> FETCH_HEAD
902026-03-20T18:05:36.824Z+ [[ -n dependabot/cargo/tar-0.4.45 ]]
912026-03-20T18:05:36.829Z++ git branch --show-current
922026-03-20T18:05:36.830Z+ current=main
932026-03-20T18:05:36.830Z+ [[ main != dependabot/cargo/tar-0.4.45 ]]
942026-03-20T18:05:36.830Z+ git branch -f dependabot/cargo/tar-0.4.45 71ff78bdac36a4d225958cd556e280cf99803317
952026-03-20T18:05:36.834Z+ git checkout -f dependabot/cargo/tar-0.4.45
962026-03-20T18:05:37.152ZSwitched to branch 'dependabot/cargo/tar-0.4.45'
972026-03-20T18:05:37.155Z+ git reset --hard 71ff78bdac36a4d225958cd556e280cf99803317
982026-03-20T18:05:37.174ZHEAD is now at 71ff78bda Bump tar from 0.4.44 to 0.4.45
992026-03-20T18:05:37.178Zprocess exited: duration 10891 ms, exit code 0
 
1002026-03-20T18:05:37.185Zstarting task 4: "build"
1012026-03-20T18:05:37.189Z+ source ./env.sh
1022026-03-20T18:05:37.189Z++ OLD_SHELL_OPTS=ehxB
1032026-03-20T18:05:37.189Z++ set -o xtrace
1042026-03-20T18:05:37.192Z++++ dirname ./env.sh
1052026-03-20T18:05:37.196Z+++ readlink -f .
1062026-03-20T18:05:37.196Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-20T18:05:37.196Z++ 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-20T18:05:37.196Z++ 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-20T18:05:37.196Z++ 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-20T18:05:37.197Z++ 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-20T18:05:37.197Z++ 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-20T18:05:37.197Z++ 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-20T18:05:37.197Z++ 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-20T18:05:37.197Z++ 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-20T18:05:37.197Z++ case $OLD_SHELL_OPTS in
1162026-03-20T18:05:37.197Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-20T18:05:37.197Z+ source .github/buildomat/ci-env.sh
1182026-03-20T18:05:37.197Z++ export CARGO_TERM_COLOR=always
1192026-03-20T18:05:37.197Z++ CARGO_TERM_COLOR=always
1202026-03-20T18:05:37.197Z+ cargo --version
1212026-03-20T18:05:37.206Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-20T18:05:37.209Z+ rustc --version
1232026-03-20T18:05:37.233Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-20T18:05:37.237Z+ banner prerequisites
1252026-03-20T18:05:37.240Z
1262026-03-20T18:05:37.240Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-20T18:05:37.240Z # # # # # # # # # # # # # # #
1282026-03-20T18:05:37.240Z # # # # ##### # # ##### # # # # # #### #
1292026-03-20T18:05:37.240Z ##### ##### # ##### # # # # # # # # #
1302026-03-20T18:05:37.240Z # # # # # # # # # # # # # # #
1312026-03-20T18:05:37.240Z # # # ###### # # ###### ### # #### # #### #
1322026-03-20T18:05:37.240Z
1332026-03-20T18:05:37.240Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-20T18:05:47.410Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-20T18:05:57.180Z Startup: Caching catalogs ... Done
1362026-03-20T18:06:19.630ZPlanning: Solver setup ... Done (21.048s)
1372026-03-20T18:06:19.782ZPlanning: Running solver ... Done (0.153s)
1382026-03-20T18:06:19.970ZPlanning: Finding local manifests ... Done (0.002s)
1392026-03-20T18:06:19.992ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-20T18:06:20.134ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-20T18:06:20.181ZPlanning: Package planning ... Done (0.043s)
1422026-03-20T18:06:20.225ZPlanning: Merging actions ... Done (0.039s)
1432026-03-20T18:06:20.452ZPlanning: Checking for conflicting actions ... Done (0.235s)
1442026-03-20T18:06:20.463ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-20T18:06:21.125ZPlanning: Evaluating mediators ... Done (0.613s)
1462026-03-20T18:06:21.141ZPlanning: Planning completed in 23.77 seconds
1472026-03-20T18:06:21.141Z Packages to install: 4
1482026-03-20T18:06:21.141Z Mediators to change: 2
1492026-03-20T18:06:21.141Z Services to change: 1
1502026-03-20T18:06:21.141Z Estimated space available: 155.43 GB
1512026-03-20T18:06:21.141ZEstimated space to be consumed: 1.83 GB
1522026-03-20T18:06:21.141Z Create boot environment: No
1532026-03-20T18:06:21.141ZCreate backup boot environment: No
1542026-03-20T18:06:21.141Z Rebuild boot archive: No
1552026-03-20T18:06:21.141Z
1562026-03-20T18:06:21.141ZChanged mediators:
1572026-03-20T18:06:21.141Z mediator clang:
1582026-03-20T18:06:21.141Z version: None -> 15 (system default)
1592026-03-20T18:06:21.141Z
1602026-03-20T18:06:21.141Z mediator llvm:
1612026-03-20T18:06:21.141Z version: 14 (system default) -> 15 (system default)
1622026-03-20T18:06:21.141Z
1632026-03-20T18:06:21.141ZChanged packages:
1642026-03-20T18:06:21.141Zhelios-dev
1652026-03-20T18:06:21.141Z developer/build-essential
1662026-03-20T18:06:21.141Z None -> 11-2.0
1672026-03-20T18:06:21.141Z library/libxmlsec1
1682026-03-20T18:06:21.141Z None -> 1.2.35-2.0
1692026-03-20T18:06:21.141Z ooce/developer/clang-15
1702026-03-20T18:06:21.141Z None -> 15.0.7-2.0
1712026-03-20T18:06:21.141Z ooce/developer/llvm-15
1722026-03-20T18:06:21.141Z None -> 15.0.7-2.0
1732026-03-20T18:06:21.141Z
1742026-03-20T18:06:21.141ZServices:
1752026-03-20T18:06:21.141Z restart_fmri:
1762026-03-20T18:06:21.141Z svc:/system/update-man-index:default
1772026-03-20T18:06:21.153Z
1782026-03-20T18:06:21.153ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-20T18:06:26.359ZDownload: 961/3290 items 19.2/212.6MB 9% complete (3.9M/s)
1802026-03-20T18:06:31.407ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (13.0M/s)
1812026-03-20T18:06:35.623ZDownload: Completed 212.60 MB in 14.48 seconds (14.7M/s)
1822026-03-20T18:06:35.896Z Actions: 1/3689 actions (Installing new actions)
1832026-03-20T18:06:40.089Z Actions: Completed 3689 actions in 4.19 seconds.
1842026-03-20T18:06:40.466Z Done (0.372s)
1852026-03-20T18:06:40.466Z Done (0.000s)
1862026-03-20T18:06:41.566Z Done (1.008s)
1872026-03-20T18:06:45.430Z Done (3.618s)
1882026-03-20T18:06:45.514Z Done (0.018s)
1892026-03-20T18:06:45.517Z Done (0.000s)
1902026-03-20T18:06:45.739Z Done (0.000s)
1912026-03-20T18:06:46.806ZPlanning: Evaluating mediator changes ... Done
1922026-03-20T18:06:46.842ZPlanning: Checking for conflicting actions ... Done
1932026-03-20T18:06:46.853ZPlanning: Consolidating action changes ... Done
1942026-03-20T18:06:47.059ZPlanning: Evaluating mediators ... Done
1952026-03-20T18:06:47.062ZPlanning: Planning completed in 0.37 seconds
1962026-03-20T18:06:47.088Z Mediators to change: 2
1972026-03-20T18:06:47.089Z Create boot environment: No
1982026-03-20T18:06:47.092ZCreate backup boot environment: No
1992026-03-20T18:06:47.204Z Done
2002026-03-20T18:06:47.204Z Done
2012026-03-20T18:06:47.927Z Done
2022026-03-20T18:06:51.271Z Done
2032026-03-20T18:06:51.354Z Done
2042026-03-20T18:06:51.357Z Done
2052026-03-20T18:06:51.509Z Done
2062026-03-20T18:06:52.048ZPlanning: Evaluating mediator changes ... Done
2072026-03-20T18:06:52.052ZPlanning: Merging actions ... Done
2082026-03-20T18:06:52.214ZPlanning: Checking for conflicting actions ... Done
2092026-03-20T18:06:52.217ZPlanning: Consolidating action changes ... Done
2102026-03-20T18:06:52.432ZPlanning: Evaluating mediators ... Done
2112026-03-20T18:06:52.476ZPlanning: Planning completed in 0.63 seconds
2122026-03-20T18:06:52.552Z Packages to change: 1
2132026-03-20T18:06:52.552Z Mediators to change: 1
2142026-03-20T18:06:52.568Z Services to change: 1
2152026-03-20T18:06:52.568Z Create boot environment: No
2162026-03-20T18:06:52.568ZCreate backup boot environment: Yes
2172026-03-20T18:06:54.992Z Actions: 1/6 actions (Updating modified actions)
2182026-03-20T18:06:54.995Z Actions: Completed 6 actions in 0.00 seconds.
2192026-03-20T18:06:54.995Z Done
2202026-03-20T18:06:54.995Z Done
2212026-03-20T18:06:55.180Z Done
2222026-03-20T18:06:58.463Z Done
2232026-03-20T18:06:58.550Z Done
2242026-03-20T18:06:58.553Z Done
2252026-03-20T18:06:58.709Z Done
2262026-03-20T18:06:59.083ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-20T18:06:59.083Zclang system 15 system
2282026-03-20T18:06:59.083Zcsh system system illumos
2292026-03-20T18:06:59.083Zctags system system illumos
2302026-03-20T18:06:59.083Zfile system system illumos
2312026-03-20T18:06:59.083Zgcc vendor 12 vendor
2322026-03-20T18:06:59.083Zgcc system 10 system
2332026-03-20T18:06:59.083Zgcc system 7 system
2342026-03-20T18:06:59.083Zgo system 1.20 system
2352026-03-20T18:06:59.083Zgo system 1.19 system
2362026-03-20T18:06:59.083Zllvm system 15 system
2372026-03-20T18:06:59.083Zllvm system 14 system
2382026-03-20T18:06:59.083Zmariadb system 10.6 system
2392026-03-20T18:06:59.083Zmta vendor vendor dma
2402026-03-20T18:06:59.084Zopenjdk system 17 system
2412026-03-20T18:06:59.084Zopenjdk system 11 system
2422026-03-20T18:06:59.084Zopenjdk system 1.8 system
2432026-03-20T18:06:59.084Zopenssl vendor 3 vendor
2442026-03-20T18:06:59.084Zperl system 5.36 system
2452026-03-20T18:06:59.084Zpostgresql system 15 system
2462026-03-20T18:06:59.084Zpostgresql system 13 system
2472026-03-20T18:06:59.084Zpython vendor 3 vendor
2482026-03-20T18:06:59.084Zpython system 2 system
2492026-03-20T18:06:59.084Zpython3 system 3.11 system
2502026-03-20T18:06:59.084Zruby system 3.0 system
2512026-03-20T18:06:59.084Zwords vendor vendor american-english
2522026-03-20T18:06:59.084Zwords system system australian-english
2532026-03-20T18:06:59.084Zwords system system british-english
2542026-03-20T18:06:59.084Zwords system system canadian-english
2552026-03-20T18:06:59.084Zwords system system french
2562026-03-20T18:06:59.084Zwords system system italian
2572026-03-20T18:06:59.084Zwords system system ngerman
2582026-03-20T18:06:59.084Zwords system system ogerman
2592026-03-20T18:06:59.084Zwords system system spanish
2602026-03-20T18:06:59.384ZPUBLISHER TYPE STATUS P LOCATION
2612026-03-20T18:06:59.384Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-03-20T18:07:05.335ZFMRI IFO
2632026-03-20T18:07:05.336Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-03-20T18:07:05.336Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-03-20T18:07:05.336Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-03-20T18:07:05.336Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-03-20T18:07:05.336Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-03-20T18:07:05.336Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-03-20T18:07:05.336Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-03-20T18:07:05.336Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-03-20T18:07:05.336Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-03-20T18:07:05.336Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-03-20T18:07:05.336Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-03-20T18:07:05.336Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-03-20T18:07:05.336Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-03-20T18:07:05.336Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-03-20T18:07:05.336Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-03-20T18:07:05.336Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-03-20T18:07:06.557Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-03-20T18:07:07.064Z Updating crates.io index
2812026-03-20T18:07:07.101Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-03-20T18:07:07.336Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-03-20T18:07:08.295Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-03-20T18:07:08.514Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-20T18:07:08.812Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-20T18:07:09.899Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-20T18:07:10.424Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-20T18:07:11.822Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-20T18:07:13.425Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-20T18:07:14.265Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-20T18:07:14.546Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-20T18:07:15.177Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-20T18:07:15.634Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-20T18:07:15.990Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-20T18:07:16.256Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-20T18:07:17.268Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-20T18:07:17.791Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-20T18:07:18.173Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-20T18:07:18.549Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-20T18:07:18.833Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-20T18:07:19.187Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-20T18:07:19.415Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-20T18:07:19.675Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-20T18:07:20.130Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-20T18:07:20.644Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-20T18:07:21.181Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-20T18:07:21.425Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-20T18:07:21.789Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-20T18:07:22.866Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-03-20T18:07:23.357Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-20T18:07:23.674Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-20T18:07:23.994Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-20T18:07:24.332Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-20T18:07:24.661Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-20T18:07:25.075Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-20T18:07:25.375Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-20T18:07:25.627Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-20T18:07:25.991Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-20T18:07:39.649Z Downloading crates ...
3202026-03-20T18:07:39.694Z Downloaded autocfg v1.5.0
3212026-03-20T18:07:39.701Z Downloaded anyhow v1.0.102
3222026-03-20T18:07:39.705Z Downloaded anstyle-query v1.1.5
3232026-03-20T18:07:39.709Z Downloaded bitflags v2.11.0
3242026-03-20T18:07:39.712Z Downloaded clap_derive v4.5.55
3252026-03-20T18:07:39.712Z Downloaded form_urlencoded v1.2.2
3262026-03-20T18:07:39.712Z Downloaded anstyle-parse v0.2.7
3272026-03-20T18:07:39.715Z Downloaded anstream v0.6.21
3282026-03-20T18:07:39.718Z Downloaded zerovec-derive v0.11.2
3292026-03-20T18:07:39.718Z Downloaded clap_lex v1.0.0
3302026-03-20T18:07:39.721Z Downloaded cargo_metadata v0.21.0
3312026-03-20T18:07:39.721Z Downloaded bytecount v0.6.9
3322026-03-20T18:07:39.725Z Downloaded is_terminal_polyfill v1.70.2
3332026-03-20T18:07:39.725Z Downloaded zerocopy-derive v0.7.35
3342026-03-20T18:07:39.728Z Downloaded generic-array v0.14.7
3352026-03-20T18:07:39.728Z Downloaded dtrace-parser v0.2.0
3362026-03-20T18:07:39.732Z Downloaded displaydoc v0.2.5
3372026-03-20T18:07:39.735Z Downloaded dof v0.3.0
3382026-03-20T18:07:39.735Z Downloaded cargo_toml v0.21.0
3392026-03-20T18:07:39.738Z Downloaded usdt-impl v0.5.0
3402026-03-20T18:07:39.741Z Downloaded zerofrom v0.1.6
3412026-03-20T18:07:39.741Z Downloaded tinystr v0.8.2
3422026-03-20T18:07:39.744Z Downloaded version_check v0.9.5
3432026-03-20T18:07:39.744Z Downloaded once_cell v1.21.3
3442026-03-20T18:07:39.744Z Downloaded toml_datetime v0.6.11
3452026-03-20T18:07:39.747Z Downloaded utf8_iter v1.0.4
3462026-03-20T18:07:39.748Z Downloaded errno v0.3.14
3472026-03-20T18:07:39.748Z Downloaded usdt-attr-macro v0.5.0
3482026-03-20T18:07:39.750Z Downloaded serde-value v0.7.0
3492026-03-20T18:07:39.751Z Downloaded equivalent v1.0.2
3502026-03-20T18:07:39.751Z Downloaded colorchoice v1.0.4
3512026-03-20T18:07:39.751Z Downloaded usdt v0.5.0
3522026-03-20T18:07:39.754Z Downloaded unicode-linebreak v0.1.5
3532026-03-20T18:07:39.754Z Downloaded usdt-macro v0.5.0
3542026-03-20T18:07:39.754Z Downloaded unicode-xid v0.2.6
3552026-03-20T18:07:39.754Z Downloaded zerofrom-derive v0.1.6
3562026-03-20T18:07:39.757Z Downloaded yoke-derive v0.8.1
3572026-03-20T18:07:39.757Z Downloaded typeid v1.0.3
3582026-03-20T18:07:39.757Z Downloaded fastrand v2.3.0
3592026-03-20T18:07:39.757Z Downloaded pretty-hex v0.4.1
3602026-03-20T18:07:39.760Z Downloaded pest_derive v2.8.6
3612026-03-20T18:07:39.760Z Downloaded cargo-platform v0.2.0
3622026-03-20T18:07:39.763Z Downloaded semver v1.0.27
3632026-03-20T18:07:39.763Z Downloaded thread-id v4.2.2
3642026-03-20T18:07:39.764Z Downloaded crypto-common v0.1.7
3652026-03-20T18:07:40.769Z Downloaded icu_properties_data v2.1.2
3662026-03-20T18:07:40.774Z Downloaded writeable v0.6.2
3672026-03-20T18:07:40.774Z Downloaded thiserror-impl v2.0.18
3682026-03-20T18:07:40.774Z Downloaded thiserror-impl v1.0.69
3692026-03-20T18:07:40.774Z Downloaded strsim v0.11.1
3702026-03-20T18:07:40.774Z Downloaded utf8parse v0.2.2
3712026-03-20T18:07:40.774Z Downloaded stable_deref_trait v1.2.1
3722026-03-20T18:07:40.774Z Downloaded smawk v0.3.2
3732026-03-20T18:07:40.774Z Downloaded scroll_derive v0.12.1
3742026-03-20T18:07:40.774Z Downloaded itoa v1.0.17
3752026-03-20T18:07:40.774Z Downloaded yoke v0.8.1
3762026-03-20T18:07:40.774Z Downloaded toml v0.8.23
3772026-03-20T18:07:40.774Z Downloaded tabled_derive v0.7.0
3782026-03-20T18:07:40.774Z Downloaded swrite v0.1.0
3792026-03-20T18:07:40.774Z Downloaded heck v0.5.0
3802026-03-20T18:07:40.775Z Downloaded zmij v1.0.21
3812026-03-20T18:07:40.775Z Downloaded textwrap v0.16.2
3822026-03-20T18:07:40.775Z Downloaded ucd-trie v0.1.7
3832026-03-20T18:07:40.775Z Downloaded toml_write v0.1.2
3842026-03-20T18:07:40.775Z Downloaded terminal_size v0.4.3
3852026-03-20T18:07:40.775Z Downloaded proc-macro-error-attr v1.0.4
3862026-03-20T18:07:40.775Z Downloaded potential_utf v0.1.4
3872026-03-20T18:07:40.775Z Downloaded toml_edit v0.22.27
3882026-03-20T18:07:40.775Z Downloaded idna_adapter v1.2.1
3892026-03-20T18:07:40.775Z Downloaded unicode-ident v1.0.24
3902026-03-20T18:07:40.775Z Downloaded erased-serde v0.4.9
3912026-03-20T18:07:40.775Z Downloaded serde_spanned v0.6.9
3922026-03-20T18:07:40.775Z Downloaded memmap v0.7.0
3932026-03-20T18:07:40.775Z Downloaded plain v0.2.3
3942026-03-20T18:07:40.775Z Downloaded typenum v1.19.0
3952026-03-20T18:07:40.775Z Downloaded zerotrie v0.2.3
3962026-03-20T18:07:40.775Z Downloaded heck v0.4.1
3972026-03-20T18:07:40.775Z Downloaded fnv v1.0.7
3982026-03-20T18:07:40.775Z Downloaded icu_locale_core v2.1.1
3992026-03-20T18:07:40.775Z Downloaded macaddr v1.0.1
4002026-03-20T18:07:40.775Z Downloaded url v2.5.8
4012026-03-20T18:07:40.775Z Downloaded block-buffer v0.10.4
4022026-03-20T18:07:40.775Z Downloaded cpufeatures v0.2.17
4032026-03-20T18:07:40.775Z Downloaded cfg-if v1.0.4
4042026-03-20T18:07:40.775Z Downloaded thiserror v2.0.18
4052026-03-20T18:07:40.775Z Downloaded percent-encoding v2.3.2
4062026-03-20T18:07:40.775Z Downloaded quote v1.0.44
4072026-03-20T18:07:40.775Z Downloaded zerovec v0.11.5
4082026-03-20T18:07:40.775Z Downloaded zerocopy v0.7.35
4092026-03-20T18:07:40.775Z Downloaded synstructure v0.13.2
4102026-03-20T18:07:40.776Z Downloaded byteorder v1.5.0
4112026-03-20T18:07:40.776Z Downloaded sha2 v0.10.9
4122026-03-20T18:07:40.776Z Downloaded serde_tokenstream v0.2.3
4132026-03-20T18:07:40.776Z Downloaded unicode-width v0.2.0
4142026-03-20T18:07:40.776Z Downloaded camino-tempfile v1.4.1
4152026-03-20T18:07:40.776Z Downloaded proc-macro-error v1.0.4
4162026-03-20T18:07:40.776Z Downloaded fs-err v3.3.0
4172026-03-20T18:07:40.776Z Downloaded unicode-width v0.1.14
4182026-03-20T18:07:40.776Z Downloaded ordered-float v2.10.1
4192026-03-20T18:07:40.776Z Downloaded scroll v0.12.0
4202026-03-20T18:07:40.776Z Downloaded digest v0.10.7
4212026-03-20T18:07:40.776Z Downloaded anstyle v1.0.13
4222026-03-20T18:07:40.776Z Downloaded winnow v0.7.14
4232026-03-20T18:07:40.776Z Downloaded tempfile v3.25.0
4242026-03-20T18:07:40.776Z Downloaded serde-untagged v0.1.9
4252026-03-20T18:07:40.776Z Downloaded cargo-util-schemas v0.8.2
4262026-03-20T18:07:40.776Z Downloaded thiserror v1.0.69
4272026-03-20T18:07:40.776Z Downloaded pest_generator v2.8.6
4282026-03-20T18:07:40.776Z Downloaded smallvec v1.15.1
4292026-03-20T18:07:40.776Z Downloaded litemap v0.8.1
4302026-03-20T18:07:40.776Z Downloaded serde_derive v1.0.228
4312026-03-20T18:07:40.776Z Downloaded log v0.4.29
4322026-03-20T18:07:40.776Z Downloaded proc-macro2 v1.0.106
4332026-03-20T18:07:40.776Z Downloaded num-traits v0.2.19
4342026-03-20T18:07:40.776Z Downloaded getrandom v0.4.1
4352026-03-20T18:07:40.776Z Downloaded clap v4.5.60
4362026-03-20T18:07:40.776Z Downloaded serde_core v1.0.228
4372026-03-20T18:07:40.776Z Downloaded camino v1.2.2
4382026-03-20T18:07:40.776Z Downloaded icu_provider v2.1.1
4392026-03-20T18:07:40.776Z Downloaded icu_normalizer v2.1.1
4402026-03-20T18:07:40.776Z Downloaded papergrid v0.11.0
4412026-03-20T18:07:40.776Z Downloaded icu_collections v2.1.1
4422026-03-20T18:07:40.776Z Downloaded pest_meta v2.8.6
4432026-03-20T18:07:40.776Z Downloaded icu_normalizer_data v2.1.1
4442026-03-20T18:07:40.776Z Downloaded serde v1.0.228
4452026-03-20T18:07:40.776Z Downloaded icu_properties v2.1.2
4462026-03-20T18:07:40.777Z Downloaded memchr v2.8.0
4472026-03-20T18:07:40.777Z Downloaded idna v1.1.0
4482026-03-20T18:07:40.777Z Downloaded indexmap v2.13.0
4492026-03-20T18:07:40.777Z Downloaded pest v2.8.6
4502026-03-20T18:07:40.777Z Downloaded goblin v0.8.2
4512026-03-20T18:07:40.777Z Downloaded serde_json v1.0.149
4522026-03-20T18:07:40.777Z Downloaded hashbrown v0.16.1
4532026-03-20T18:07:40.777Z Downloaded clap_builder v4.5.60
4542026-03-20T18:07:40.777Z Downloaded tabled v0.15.0
4552026-03-20T18:07:40.777Z Downloaded syn v1.0.109
4562026-03-20T18:07:40.777Z Downloaded syn v2.0.117
4572026-03-20T18:07:40.777Z Downloaded rustix v1.1.3
4582026-03-20T18:07:40.777Z Downloaded libc v0.2.180
4592026-03-20T18:07:40.777Z Compiling proc-macro2 v1.0.106
4602026-03-20T18:07:40.777Z Compiling unicode-ident v1.0.24
4612026-03-20T18:07:40.777Z Compiling quote v1.0.44
4622026-03-20T18:07:40.777Z Compiling serde_core v1.0.228
4632026-03-20T18:07:40.777Z Compiling libc v0.2.180
4642026-03-20T18:07:40.777Z Compiling version_check v0.9.5
4652026-03-20T18:07:40.777Z Compiling serde v1.0.228
4662026-03-20T18:07:40.784Z Compiling memchr v2.8.0
4672026-03-20T18:07:40.784Z Compiling stable_deref_trait v1.2.1
4682026-03-20T18:07:40.784Z Compiling zmij v1.0.21
4692026-03-20T18:07:40.932Z Compiling thiserror v1.0.69
4702026-03-20T18:07:40.937Z Compiling autocfg v1.5.0
4712026-03-20T18:07:41.020Z Compiling itoa v1.0.17
4722026-03-20T18:07:41.268Z Compiling ucd-trie v0.1.7
4732026-03-20T18:07:41.478Z Compiling pest v2.8.6
4742026-03-20T18:07:41.548Z Compiling litemap v0.8.1
4752026-03-20T18:07:41.572Z Compiling writeable v0.6.2
4762026-03-20T18:07:41.575Z Compiling rustix v1.1.3
4772026-03-20T18:07:41.618Z Compiling icu_normalizer_data v2.1.1
4782026-03-20T18:07:41.821Z Compiling icu_properties_data v2.1.2
4792026-03-20T18:07:41.843Z Compiling byteorder v1.5.0
4802026-03-20T18:07:42.032Z Compiling syn v2.0.117
4812026-03-20T18:07:42.215Z Compiling errno v0.3.14
4822026-03-20T18:07:42.241Z Compiling bitflags v2.11.0
4832026-03-20T18:07:42.398Z Compiling serde_json v1.0.149
4842026-03-20T18:07:42.540Z Compiling num-traits v0.2.19
4852026-03-20T18:07:42.656Z Compiling typeid v1.0.3
4862026-03-20T18:07:42.687Z Compiling smallvec v1.15.1
4872026-03-20T18:07:42.760Z Compiling hashbrown v0.16.1
4882026-03-20T18:07:42.957Z Compiling pest_meta v2.8.6
4892026-03-20T18:07:43.172Z Compiling equivalent v1.0.2
4902026-03-20T18:07:43.307Z Compiling thread-id v4.2.2
4912026-03-20T18:07:43.410Z Compiling indexmap v2.13.0
4922026-03-20T18:07:43.473Z Compiling proc-macro-error-attr v1.0.4
4932026-03-20T18:07:43.496Z Compiling usdt-impl v0.5.0
4942026-03-20T18:07:43.695Z Compiling toml_write v0.1.2
4952026-03-20T18:07:43.758Z Compiling erased-serde v0.4.9
4962026-03-20T18:07:43.812Z Compiling winnow v0.7.14
4972026-03-20T18:07:43.959Z Compiling syn v1.0.109
4982026-03-20T18:07:44.434Z Compiling proc-macro-error v1.0.4
4992026-03-20T18:07:44.489Z Compiling thiserror v2.0.18
5002026-03-20T18:07:44.670Z Compiling utf8parse v0.2.2
5012026-03-20T18:07:44.813Z Compiling utf8_iter v1.0.4
5022026-03-20T18:07:44.925Z Compiling getrandom v0.4.1
5032026-03-20T18:07:45.009Z Compiling plain v0.2.3
5042026-03-20T18:07:45.154Z Compiling camino v1.2.2
5052026-03-20T18:07:45.264Z Compiling log v0.4.29
5062026-03-20T18:07:45.349Z Compiling percent-encoding v2.3.2
5072026-03-20T18:07:45.403Z Compiling ordered-float v2.10.1
5082026-03-20T18:07:45.596Z Compiling form_urlencoded v1.2.2
5092026-03-20T18:07:45.618Z Compiling anstyle-parse v0.2.7
5102026-03-20T18:07:45.781Z Compiling terminal_size v0.4.3
5112026-03-20T18:07:45.852Z Compiling synstructure v0.13.2
5122026-03-20T18:07:45.852Z Compiling pest_generator v2.8.6
5132026-03-20T18:07:45.996Z Compiling colorchoice v1.0.4
5142026-03-20T18:07:46.141Z Compiling anstyle-query v1.1.5
5152026-03-20T18:07:46.165Z Compiling pretty-hex v0.4.1
5162026-03-20T18:07:46.264Z Compiling is_terminal_polyfill v1.70.2
5172026-03-20T18:07:46.288Z Compiling cfg-if v1.0.4
5182026-03-20T18:07:46.339Z Compiling anstyle v1.0.13
5192026-03-20T18:07:46.402Z Compiling serde-untagged v0.1.9
5202026-03-20T18:07:46.591Z Compiling anstream v0.6.21
5212026-03-20T18:07:46.630Z Compiling semver v1.0.27
5222026-03-20T18:07:46.721Z Compiling fs-err v3.3.0
5232026-03-20T18:07:46.822Z Compiling unicode-xid v0.2.6
5242026-03-20T18:07:46.955Z Compiling unicode-width v0.1.14
5252026-03-20T18:07:46.978Z Compiling heck v0.4.1
5262026-03-20T18:07:47.009Z Compiling bytecount v0.6.9
5272026-03-20T18:07:47.091Z Compiling fnv v1.0.7
5282026-03-20T18:07:47.094Z Compiling heck v0.5.0
5292026-03-20T18:07:47.174Z Compiling anyhow v1.0.102
5302026-03-20T18:07:47.220Z Compiling clap_lex v1.0.0
5312026-03-20T18:07:47.268Z Compiling strsim v0.11.1
5322026-03-20T18:07:47.301Z Compiling once_cell v1.21.3
5332026-03-20T18:07:47.521Z Compiling fastrand v2.3.0
5342026-03-20T18:07:47.586Z Compiling clap_builder v4.5.60
5352026-03-20T18:07:47.724Z Compiling papergrid v0.11.0
5362026-03-20T18:07:47.823Z Compiling tempfile v3.25.0
5372026-03-20T18:07:47.869Z Compiling memmap v0.7.0
5382026-03-20T18:07:47.968Z Compiling smawk v0.3.2
5392026-03-20T18:07:48.098Z Compiling unicode-width v0.2.0
5402026-03-20T18:07:48.140Z Compiling unicode-linebreak v0.1.5
5412026-03-20T18:07:48.316Z Compiling camino-tempfile v1.4.1
5422026-03-20T18:07:48.360Z Compiling serde_derive v1.0.228
5432026-03-20T18:07:48.446Z Compiling zerofrom-derive v0.1.6
5442026-03-20T18:07:48.468Z Compiling yoke-derive v0.8.1
5452026-03-20T18:07:48.668Z Compiling zerovec-derive v0.11.2
5462026-03-20T18:07:48.751Z Compiling displaydoc v0.2.5
5472026-03-20T18:07:49.738Z Compiling thiserror-impl v1.0.69
5482026-03-20T18:07:49.738Z Compiling zerocopy-derive v0.7.35
5492026-03-20T18:07:50.085Z Compiling pest_derive v2.8.6
5502026-03-20T18:07:50.152Z Compiling scroll_derive v0.12.1
5512026-03-20T18:07:50.375Z Compiling zerofrom v0.1.6
5522026-03-20T18:07:50.542Z Compiling yoke v0.8.1
5532026-03-20T18:07:50.606Z Compiling thiserror-impl v2.0.18
5542026-03-20T18:07:50.790Z Compiling zerovec v0.11.5
5552026-03-20T18:07:50.885Z Compiling zerotrie v0.2.3
5562026-03-20T18:07:51.019Z Compiling zerocopy v0.7.35
5572026-03-20T18:07:51.281Z Compiling scroll v0.12.0
5582026-03-20T18:07:51.428Z Compiling tinystr v0.8.2
5592026-03-20T18:07:51.613Z Compiling potential_utf v0.1.4
5602026-03-20T18:07:51.636Z Compiling icu_locale_core v2.1.1
5612026-03-20T18:07:51.693Z Compiling dtrace-parser v0.2.0
5622026-03-20T18:07:51.797Z Compiling icu_collections v2.1.1
5632026-03-20T18:07:51.824Z Compiling goblin v0.8.2
5642026-03-20T18:07:51.893Z Compiling tabled_derive v0.7.0
5652026-03-20T18:07:52.447Z Compiling clap_derive v4.5.55
5662026-03-20T18:07:52.560Z Compiling icu_provider v2.1.1
5672026-03-20T18:07:52.750Z Compiling textwrap v0.16.2
5682026-03-20T18:07:52.951Z Compiling icu_normalizer v2.1.1
5692026-03-20T18:07:53.092Z Compiling toml_datetime v0.6.11
5702026-03-20T18:07:53.096Z Compiling serde_spanned v0.6.9
5712026-03-20T18:07:53.138Z Compiling icu_properties v2.1.2
5722026-03-20T18:07:53.233Z Compiling dof v0.3.0
5732026-03-20T18:07:53.298Z Compiling serde_tokenstream v0.2.3
5742026-03-20T18:07:53.371Z Compiling toml_edit v0.22.27
5752026-03-20T18:07:53.441Z Compiling serde-value v0.7.0
5762026-03-20T18:07:53.769Z Compiling cargo-platform v0.2.0
5772026-03-20T18:07:53.823Z Compiling tabled v0.15.0
5782026-03-20T18:07:53.953Z Compiling macaddr v1.0.1
5792026-03-20T18:07:54.250Z Compiling swrite v0.1.0
5802026-03-20T18:07:54.373Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5812026-03-20T18:07:54.557Z Compiling idna_adapter v1.2.1
5822026-03-20T18:07:54.604Z Compiling usdt-macro v0.5.0
5832026-03-20T18:07:54.690Z Compiling usdt-attr-macro v0.5.0
5842026-03-20T18:07:54.742Z Compiling idna v1.1.0
5852026-03-20T18:07:54.876Z Compiling clap v4.5.60
5862026-03-20T18:07:55.162Z Compiling url v2.5.8
5872026-03-20T18:07:55.447Z Compiling toml v0.8.23
5882026-03-20T18:07:55.942Z Compiling cargo-util-schemas v0.8.2
5892026-03-20T18:07:56.152Z Compiling usdt v0.5.0
5902026-03-20T18:07:56.294Z Compiling cargo_toml v0.21.0
5912026-03-20T18:07:57.137Z Compiling cargo_metadata v0.21.0
5922026-03-20T18:07:58.427Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-20T18:08:01.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.92s
5942026-03-20T18:08:01.529Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-20T18:08:02.253Z Downloading crates ...
5962026-03-20T18:08:02.375Z Downloaded cfg_aliases v0.1.1
5972026-03-20T18:08:02.384Z Downloaded arrayvec v0.7.6
5982026-03-20T18:08:02.386Z Downloaded cancel-safe-futures v0.1.5
5992026-03-20T18:08:02.387Z Downloaded convert_case v0.10.0
6002026-03-20T18:08:02.387Z Downloaded aes v0.8.4
6012026-03-20T18:08:02.390Z Downloaded defmt-parser v1.0.0
6022026-03-20T18:08:02.390Z Downloaded atty v0.2.14
6032026-03-20T18:08:02.393Z Downloaded async-recursion v1.1.1
6042026-03-20T18:08:02.396Z Downloaded data-encoding v2.10.0
6052026-03-20T18:08:02.396Z Downloaded bitfield-macros v0.19.4
6062026-03-20T18:08:02.401Z Downloaded bit-vec v0.6.3
6072026-03-20T18:08:02.401Z Downloaded daft-derive v0.1.5
6082026-03-20T18:08:02.404Z Downloaded env_filter v1.0.0
6092026-03-20T18:08:02.405Z Downloaded drift v0.1.3
6102026-03-20T18:08:02.408Z Downloaded fallible-iterator v0.2.0
6112026-03-20T18:08:02.411Z Downloaded critical-section v1.2.0
6122026-03-20T18:08:02.411Z Downloaded bb8 v0.8.6
6132026-03-20T18:08:02.415Z Downloaded crossbeam-epoch v0.9.18
6142026-03-20T18:08:02.415Z Downloaded ciborium-io v0.2.2
6152026-03-20T18:08:02.419Z Downloaded camino-tempfile-ext v0.3.3
6162026-03-20T18:08:02.419Z Downloaded block-padding v0.3.3
6172026-03-20T18:08:02.419Z Downloaded crossbeam-utils v0.8.21
6182026-03-20T18:08:02.422Z Downloaded flagset v0.4.7
6192026-03-20T18:08:02.425Z Downloaded endian-type v0.1.2
6202026-03-20T18:08:02.425Z Downloaded defmt-macros v1.0.1
6212026-03-20T18:08:02.429Z Downloaded darling_core v0.21.3
6222026-03-20T18:08:02.432Z Downloaded darling v0.20.11
6232026-03-20T18:08:02.435Z Downloaded darling_macro v0.21.3
6242026-03-20T18:08:02.435Z Downloaded foldhash v0.1.5
6252026-03-20T18:08:02.438Z Downloaded cookie v0.18.1
6262026-03-20T18:08:02.441Z Downloaded const_format_proc_macros v0.2.34
6272026-03-20T18:08:02.441Z Downloaded derive-where v1.6.0
6282026-03-20T18:08:02.448Z Downloaded crossbeam-channel v0.5.15
6292026-03-20T18:08:02.451Z Downloaded dropshot-api-manager-types v0.6.0
6302026-03-20T18:08:02.451Z Downloaded dirs-next v2.0.0
6312026-03-20T18:08:02.451Z Downloaded darling v0.21.3
6322026-03-20T18:08:02.454Z Downloaded darling v0.23.0
6332026-03-20T18:08:02.460Z Downloaded futures-io v0.3.32
6342026-03-20T18:08:02.464Z Downloaded foreign-types-shared v0.3.1
6352026-03-20T18:08:02.464Z Downloaded foreign-types-macros v0.2.3
6362026-03-20T18:08:02.464Z Downloaded cpufeatures v0.3.0
6372026-03-20T18:08:02.467Z Downloaded base16ct v0.2.0
6382026-03-20T18:08:02.467Z Downloaded difflib v0.4.0
6392026-03-20T18:08:02.467Z Downloaded ascii-canvas v3.0.0
6402026-03-20T18:08:02.471Z Downloaded foreign-types-shared v0.1.1
6412026-03-20T18:08:02.471Z Downloaded float-cmp v0.10.0
6422026-03-20T18:08:02.471Z Downloaded dyn-clone v1.0.20
6432026-03-20T18:08:02.475Z Downloaded cstr-argument v0.1.2
6442026-03-20T18:08:02.476Z Downloaded derive-ex v0.1.8
6452026-03-20T18:08:02.479Z Downloaded dunce v1.0.5
6462026-03-20T18:08:02.479Z Downloaded cbc v0.1.2
6472026-03-20T18:08:02.479Z Downloaded document-features v0.2.12
6482026-03-20T18:08:02.479Z Downloaded diesel_table_macro_syntax v0.3.0
6492026-03-20T18:08:02.486Z Downloaded defmt v1.0.1
6502026-03-20T18:08:02.489Z Downloaded blowfish v0.9.1
6512026-03-20T18:08:02.489Z Downloaded bitfield-struct v0.6.2
6522026-03-20T18:08:02.489Z Downloaded darling_macro v0.23.0
6532026-03-20T18:08:02.489Z Downloaded bitfield v0.19.4
6542026-03-20T18:08:02.489Z Downloaded futures-task v0.3.32
6552026-03-20T18:08:02.493Z Downloaded dsl_auto_type v0.2.0
6562026-03-20T18:08:02.493Z Downloaded funty v2.0.0
6572026-03-20T18:08:02.493Z Downloaded dof v0.4.0
6582026-03-20T18:08:02.496Z Downloaded fixedbitset v0.4.2
6592026-03-20T18:08:02.496Z Downloaded embedded-io v0.4.0
6602026-03-20T18:08:02.542Z Downloaded fixedbitset v0.5.7
6612026-03-20T18:08:02.542Z Downloaded globwalk v0.9.1
6622026-03-20T18:08:02.542Z Downloaded bcrypt-pbkdf v0.10.0
6632026-03-20T18:08:02.542Z Downloaded convert_case v0.4.0
6642026-03-20T18:08:02.543Z Downloaded debug-ignore v1.0.5
6652026-03-20T18:08:02.543Z Downloaded display-error-chain v0.2.2
6662026-03-20T18:08:02.543Z Downloaded darling_macro v0.20.11
6672026-03-20T18:08:02.543Z Downloaded cfg_aliases v0.2.1
6682026-03-20T18:08:02.543Z Downloaded atomicwrites v0.4.4
6692026-03-20T18:08:02.543Z Downloaded csv-core v0.1.13
6702026-03-20T18:08:02.543Z Downloaded gethostname v0.5.0
6712026-03-20T18:08:02.543Z Downloaded futures-macro v0.3.32
6722026-03-20T18:08:02.543Z Downloaded crc v3.4.0
6732026-03-20T18:08:02.543Z Downloaded array-init v0.0.4
6742026-03-20T18:08:02.543Z Downloaded aead v0.5.2
6752026-03-20T18:08:02.543Z Downloaded castaway v0.2.4
6762026-03-20T18:08:02.543Z Downloaded assert_matches v1.5.0
6772026-03-20T18:08:02.543Z Downloaded cc v1.2.56
6782026-03-20T18:08:02.543Z Downloaded cobs v0.3.0
6792026-03-20T18:08:02.543Z Downloaded hash32 v0.2.1
6802026-03-20T18:08:02.543Z Downloaded futures-core v0.3.32
6812026-03-20T18:08:02.543Z Downloaded bit-set v0.5.3
6822026-03-20T18:08:02.543Z Downloaded arrayref v0.3.9
6832026-03-20T18:08:02.543Z Downloaded git-stub v1.0.0
6842026-03-20T18:08:02.543Z Downloaded ciborium-ll v0.2.2
6852026-03-20T18:08:02.543Z Downloaded find-msvc-tools v0.1.9
6862026-03-20T18:08:02.543Z Downloaded crunchy v0.2.4
6872026-03-20T18:08:02.543Z Downloaded chacha20 v0.9.1
6882026-03-20T18:08:02.543Z Downloaded argon2 v0.5.3
6892026-03-20T18:08:02.547Z Downloaded crc-catalog v2.4.0
6902026-03-20T18:08:02.547Z Downloaded cipher v0.4.4
6912026-03-20T18:08:02.547Z Downloaded foldhash v0.2.0
6922026-03-20T18:08:02.547Z Downloaded constant_time_eq v0.4.2
6932026-03-20T18:08:02.547Z Downloaded cargo_metadata v0.19.2
6942026-03-20T18:08:02.547Z Downloaded crc8 v0.1.1
6952026-03-20T18:08:02.547Z Downloaded cargo-platform v0.1.9
6962026-03-20T18:08:02.551Z Downloaded elliptic-curve v0.13.8
6972026-03-20T18:08:02.554Z Downloaded hash32 v0.3.1
6982026-03-20T18:08:02.554Z Downloaded cmake v0.1.57
6992026-03-20T18:08:02.554Z Downloaded curve25519-dalek-derive v0.1.1
7002026-03-20T18:08:02.560Z Downloaded ghash v0.5.1
7012026-03-20T18:08:02.561Z Downloaded flume v0.11.1
7022026-03-20T18:08:02.564Z Downloaded hex-literal v0.4.1
7032026-03-20T18:08:02.564Z Downloaded hex v0.4.3
7042026-03-20T18:08:02.564Z Downloaded headers-core v0.3.0
7052026-03-20T18:08:02.564Z Downloaded float-ord v0.3.2
7062026-03-20T18:08:02.568Z Downloaded derive_builder_macro v0.20.2
7072026-03-20T18:08:02.568Z Downloaded http-body v1.0.1
7082026-03-20T18:08:02.568Z Downloaded hostname v0.4.2
7092026-03-20T18:08:02.571Z Downloaded hostname v0.3.1
7102026-03-20T18:08:02.571Z Downloaded home v0.5.12
7112026-03-20T18:08:02.571Z Downloaded daft v0.1.5
7122026-03-20T18:08:02.574Z Downloaded erased-serde v0.3.31
7132026-03-20T18:08:02.578Z Downloaded ed25519 v2.2.3
7142026-03-20T18:08:02.578Z Downloaded fxhash v0.2.1
7152026-03-20T18:08:02.581Z Downloaded bcs v0.1.6
7162026-03-20T18:08:02.581Z Downloaded futures-sink v0.3.32
7172026-03-20T18:08:02.584Z Downloaded backoff v0.4.0
7182026-03-20T18:08:02.584Z Downloaded fd-lock v4.0.4
7192026-03-20T18:08:02.588Z Downloaded cexpr v0.6.0
7202026-03-20T18:08:02.588Z Downloaded hubpack v0.1.2
7212026-03-20T18:08:02.594Z Downloaded corncobs v0.1.4
7222026-03-20T18:08:02.594Z Downloaded embedded-io v0.6.1
7232026-03-20T18:08:02.597Z Downloaded bitflags v1.3.2
7242026-03-20T18:08:02.597Z Downloaded fs_extra v1.3.0
7252026-03-20T18:08:02.597Z Downloaded fs-err v2.11.0
7262026-03-20T18:08:02.600Z Downloaded dtrace-parser v0.3.0
7272026-03-20T18:08:02.600Z Downloaded buf-list v1.1.2
7282026-03-20T18:08:02.603Z Downloaded ident_case v1.0.1
7292026-03-20T18:08:02.619Z Downloaded indoc v1.0.9
7302026-03-20T18:08:02.623Z Downloaded darling_core v0.20.11
7312026-03-20T18:08:02.628Z Downloaded crypto-bigint v0.5.5
7322026-03-20T18:08:02.631Z Downloaded is_ci v1.2.0
7332026-03-20T18:08:02.636Z Downloaded instability v0.3.11
7342026-03-20T18:08:02.636Z Downloaded indent_write v2.2.0
7352026-03-20T18:08:02.641Z Downloaded httpdate v1.0.3
7362026-03-20T18:08:02.641Z Downloaded hyper-tls v0.6.0
7372026-03-20T18:08:02.641Z Downloaded hubpack_derive v0.1.1
7382026-03-20T18:08:02.645Z Downloaded http-range v0.1.5
7392026-03-20T18:08:02.645Z Downloaded deranged v0.5.8
7402026-03-20T18:08:02.645Z Downloaded group v0.13.0
7412026-03-20T18:08:02.645Z Downloaded lalrpop-util v0.19.12
7422026-03-20T18:08:02.645Z Downloaded ff v0.13.1
7432026-03-20T18:08:02.648Z Downloaded ena v0.14.4
7442026-03-20T18:08:02.648Z Downloaded bytes v1.11.1
7452026-03-20T18:08:02.652Z Downloaded is-terminal v0.4.17
7462026-03-20T18:08:02.655Z Downloaded ahash v0.8.12
7472026-03-20T18:08:02.658Z Downloaded keccak v0.1.6
7482026-03-20T18:08:02.658Z Downloaded internet-checksum v0.2.1
7492026-03-20T18:08:02.658Z Downloaded colored v3.1.1
7502026-03-20T18:08:02.661Z Downloaded lazy_static v1.5.0
7512026-03-20T18:08:02.665Z Downloaded hyper-staticfile v0.10.1
7522026-03-20T18:08:02.665Z Downloaded derive_builder v0.20.2
7532026-03-20T18:08:02.669Z Downloaded lru-cache v0.1.2
7542026-03-20T18:08:02.672Z Downloaded filetime v0.2.27
7552026-03-20T18:08:02.672Z Downloaded lru v0.12.5
7562026-03-20T18:08:02.676Z Downloaded globset v0.4.18
7572026-03-20T18:08:02.676Z Downloaded lru-slab v0.1.2
7582026-03-20T18:08:02.680Z Downloaded impl-trait-for-tuples v0.2.3
7592026-03-20T18:08:02.680Z Downloaded lzss v0.8.2
7602026-03-20T18:08:02.683Z Downloaded diesel_derives v2.3.7
7612026-03-20T18:08:02.688Z Downloaded mime v0.3.17
7622026-03-20T18:08:02.692Z Downloaded match_cfg v0.1.0
7632026-03-20T18:08:02.692Z Downloaded maplit v1.0.2
7642026-03-20T18:08:02.692Z Downloaded derive_more v0.99.20
7652026-03-20T18:08:02.695Z Downloaded md5 v0.7.0
7662026-03-20T18:08:02.695Z Downloaded md-5 v0.10.6
7672026-03-20T18:08:02.698Z Downloaded memoffset v0.9.1
7682026-03-20T18:08:02.698Z Downloaded new_debug_unreachable v1.0.6
7692026-03-20T18:08:02.701Z Downloaded ipnetwork v0.21.1
7702026-03-20T18:08:02.702Z Downloaded git-stub-vcs v0.1.0
7712026-03-20T18:08:02.705Z Downloaded ctr v0.9.2
7722026-03-20T18:08:02.705Z Downloaded crossterm v0.29.0
7732026-03-20T18:08:02.709Z Downloaded jobserver v0.1.34
7742026-03-20T18:08:02.715Z Downloaded newtype-uuid-macros v0.1.0
7752026-03-20T18:08:02.715Z Downloaded nonempty v0.12.0
7762026-03-20T18:08:02.715Z Downloaded half v1.8.3
7772026-03-20T18:08:02.719Z Downloaded nodrop v0.1.14
7782026-03-20T18:08:02.719Z Downloaded ingot v0.1.1
7792026-03-20T18:08:02.719Z Downloaded normalize-line-endings v0.3.0
7802026-03-20T18:08:02.722Z Downloaded des v0.8.1
7812026-03-20T18:08:02.722Z Downloaded nibble_vec v0.1.0
7822026-03-20T18:08:02.723Z Downloaded newtype_derive v0.1.6
7832026-03-20T18:08:02.723Z Downloaded indoc v2.0.7
7842026-03-20T18:08:02.726Z Downloaded libefi-sys v0.1.0
7852026-03-20T18:08:02.729Z Downloaded ingot-types v0.1.2
7862026-03-20T18:08:02.729Z Downloaded humantime v2.3.0
7872026-03-20T18:08:02.729Z Downloaded ipnet v2.11.0
7882026-03-20T18:08:02.732Z Downloaded getrandom v0.2.17
7892026-03-20T18:08:02.736Z Downloaded linear-map v1.2.0
7902026-03-20T18:08:02.736Z Downloaded fatfs v0.3.6
7912026-03-20T18:08:02.740Z Downloaded num-conv v0.2.0
7922026-03-20T18:08:02.740Z Downloaded num v0.4.3
7932026-03-20T18:08:02.740Z Downloaded der_derive v0.7.3
7942026-03-20T18:08:02.744Z Downloaded libsw-core v0.3.2
7952026-03-20T18:08:02.744Z Downloaded hickory-client v0.25.2
7962026-03-20T18:08:02.748Z Downloaded managed v0.8.0
7972026-03-20T18:08:02.748Z Downloaded newline-converter v0.3.0
7982026-03-20T18:08:02.748Z Downloaded maybe-uninit v2.0.0
7992026-03-20T18:08:02.752Z Downloaded crc-any v2.5.0
8002026-03-20T18:08:02.752Z Downloaded allocator-api2 v0.2.21
8012026-03-20T18:08:02.755Z Downloaded libsw v3.5.0
8022026-03-20T18:08:02.755Z Downloaded libloading v0.8.9
8032026-03-20T18:08:02.758Z Downloaded lock_api v0.4.14
8042026-03-20T18:08:02.758Z Downloaded ingot-macros v0.1.1
8052026-03-20T18:08:02.762Z Downloaded getrandom v0.3.4
8062026-03-20T18:08:02.765Z Downloaded num-derive v0.3.3
8072026-03-20T18:08:02.765Z Downloaded openssl-probe v0.2.1
8082026-03-20T18:08:02.765Z Downloaded openssl-probe v0.1.6
8092026-03-20T18:08:02.768Z Downloaded num-derive v0.4.2
8102026-03-20T18:08:02.768Z Downloaded opaque-debug v0.3.1
8112026-03-20T18:08:02.768Z Downloaded num_threads v0.1.7
8122026-03-20T18:08:02.771Z Downloaded num-iter v0.1.45
8132026-03-20T18:08:02.771Z Downloaded half v2.7.1
8142026-03-20T18:08:02.775Z Downloaded openssl-macros v0.1.1
8152026-03-20T18:08:02.775Z Downloaded num_enum_derive v0.5.11
8162026-03-20T18:08:02.778Z Downloaded der v0.7.10
8172026-03-20T18:08:02.780Z Downloaded multer v3.1.0
8182026-03-20T18:08:02.783Z Downloaded native-tls v0.2.18
8192026-03-20T18:08:02.784Z Downloaded olpc-cjson v0.1.4
8202026-03-20T18:08:02.786Z Downloaded oso-derive v0.27.3
8212026-03-20T18:08:02.787Z Downloaded packed_struct_codegen v0.10.1
8222026-03-20T18:08:02.787Z Downloaded mime_guess v2.0.5
8232026-03-20T18:08:02.790Z Downloaded ecdsa v0.16.9
8242026-03-20T18:08:02.790Z Downloaded dropshot_endpoint v0.16.7
8252026-03-20T18:08:02.793Z Downloaded newtype-uuid v1.3.2
8262026-03-20T18:08:02.796Z Downloaded parse-size v1.1.0
8272026-03-20T18:08:02.796Z Downloaded libscf-sys v1.1.0
8282026-03-20T18:08:02.796Z Downloaded kstat-rs v0.2.4
8292026-03-20T18:08:02.799Z Downloaded httparse v1.10.1
8302026-03-20T18:08:02.799Z Downloaded peg-runtime v0.8.5
8312026-03-20T18:08:02.802Z Downloaded path-slash v0.1.5
8322026-03-20T18:08:02.802Z Downloaded phf_shared v0.11.3
8332026-03-20T18:08:02.802Z Downloaded pbkdf2 v0.12.2
8342026-03-20T18:08:02.805Z Downloaded pbkdf2 v0.11.0
8352026-03-20T18:08:02.808Z Downloaded arc-swap v1.8.2
8362026-03-20T18:08:02.813Z Downloaded ciborium v0.2.2
8372026-03-20T18:08:02.813Z Downloaded phf_shared v0.12.1
8382026-03-20T18:08:02.816Z Downloaded compact_str v0.8.1
8392026-03-20T18:08:02.816Z Downloaded nu-ansi-term v0.50.3
8402026-03-20T18:08:02.819Z Downloaded chacha20poly1305 v0.10.1
8412026-03-20T18:08:02.819Z Downloaded num-complex v0.4.6
8422026-03-20T18:08:02.822Z Downloaded diff v0.1.13
8432026-03-20T18:08:02.826Z Downloaded ignore v0.4.25
8442026-03-20T18:08:02.826Z Downloaded backon v1.6.0
8452026-03-20T18:08:02.829Z Downloaded num_enum_derive v0.7.5
8462026-03-20T18:08:02.829Z Downloaded num_enum v0.7.5
8472026-03-20T18:08:02.833Z Downloaded pin-utils v0.1.0
8482026-03-20T18:08:02.835Z Downloaded num_enum v0.5.11
8492026-03-20T18:08:02.838Z Downloaded precomputed-hash v0.1.1
8502026-03-20T18:08:02.843Z Downloaded num-rational v0.4.2
8512026-03-20T18:08:02.843Z Downloaded predicates-core v1.0.10
8522026-03-20T18:08:02.843Z Downloaded nanorand v0.7.0
8532026-03-20T18:08:02.846Z Downloaded futures v0.3.32
8542026-03-20T18:08:02.849Z Downloaded progenitor-client v0.10.0
8552026-03-20T18:08:02.849Z Downloaded predicates-tree v1.0.13
8562026-03-20T18:08:02.852Z Downloaded num-integer v0.1.46
8572026-03-20T18:08:02.852Z Downloaded powerfmt v0.2.0
8582026-03-20T18:08:02.855Z Downloaded derive_more-impl v2.1.1
8592026-03-20T18:08:02.858Z Downloaded libbz2-rs-sys v0.2.2
8602026-03-20T18:08:02.861Z Downloaded hmac v0.12.1
8612026-03-20T18:08:02.861Z Downloaded aes-gcm v0.10.3
8622026-03-20T18:08:02.866Z Downloaded packed_struct v0.10.1
8632026-03-20T18:08:02.869Z Downloaded parse-display v0.10.0
8642026-03-20T18:08:02.869Z Downloaded oxnet v0.1.4
8652026-03-20T18:08:02.869Z Downloaded owo-colors v4.3.0
8662026-03-20T18:08:02.872Z Downloaded password-hash v0.4.2
8672026-03-20T18:08:02.875Z Downloaded proc-macro-error-attr2 v2.0.0
8682026-03-20T18:08:02.875Z Downloaded progenitor-macro v0.10.0
8692026-03-20T18:08:02.875Z Downloaded proc-macro-crate v1.3.1
8702026-03-20T18:08:02.879Z Downloaded proc-macro-crate v3.4.0
8712026-03-20T18:08:02.879Z Downloaded progenitor-macro v0.11.2
8722026-03-20T18:08:02.882Z Downloaded base64 v0.21.7
8732026-03-20T18:08:02.882Z Downloaded litrs v1.0.0
8742026-03-20T18:08:02.885Z Downloaded pem-rfc7468 v0.7.0
8752026-03-20T18:08:02.889Z Downloaded peg-macros v0.8.5
8762026-03-20T18:08:02.889Z Downloaded parse-display-derive v0.10.0
8772026-03-20T18:08:02.891Z Downloaded const_format v0.2.35
8782026-03-20T18:08:02.894Z Downloaded quick-error v1.2.3
8792026-03-20T18:08:02.897Z Downloaded progenitor-client v0.11.2
8802026-03-20T18:08:02.897Z Downloaded phf v0.13.1
8812026-03-20T18:08:02.900Z Downloaded phf v0.12.1
8822026-03-20T18:08:02.900Z Downloaded pem v3.0.6
8832026-03-20T18:08:02.903Z Downloaded progenitor-macro v0.13.0
8842026-03-20T18:08:02.903Z Downloaded memmap2 v0.9.10
8852026-03-20T18:08:02.906Z Downloaded psl-types v2.0.11
8862026-03-20T18:08:02.906Z Downloaded peg v0.8.5
8872026-03-20T18:08:02.910Z Downloaded heapless v0.8.0
8882026-03-20T18:08:02.913Z Downloaded predicates v3.1.4
8892026-03-20T18:08:02.917Z Downloaded pkcs8 v0.10.2
8902026-03-20T18:08:02.920Z Downloaded radium v0.7.0
8912026-03-20T18:08:02.920Z Downloaded paste v1.0.15
8922026-03-20T18:08:02.923Z Downloaded ref-cast-impl v1.0.25
8932026-03-20T18:08:02.923Z Downloaded ref-cast v1.0.25
8942026-03-20T18:08:02.926Z Downloaded polyval v0.6.2
8952026-03-20T18:08:02.929Z Downloaded pkg-config v0.3.32
8962026-03-20T18:08:02.929Z Downloaded headers v0.4.1
8972026-03-20T18:08:02.934Z Downloaded ppv-lite86 v0.2.21
8982026-03-20T18:08:02.937Z Downloaded rand_chacha v0.3.1
8992026-03-20T18:08:02.937Z Downloaded omicron-zone-package v0.12.2
9002026-03-20T18:08:02.940Z Downloaded expectorate v1.2.0
9012026-03-20T18:08:02.943Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-03-20T18:08:02.946Z Downloaded parking_lot v0.11.2
9032026-03-20T18:08:02.946Z Downloaded progenitor v0.11.2
9042026-03-20T18:08:02.949Z Downloaded progenitor v0.10.0
9052026-03-20T18:08:02.949Z Downloaded primeorder v0.13.6
9062026-03-20T18:08:02.952Z Downloaded parking_lot_core v0.9.12
9072026-03-20T18:08:02.955Z Downloaded rfc6979 v0.4.0
9082026-03-20T18:08:02.955Z Downloaded parking_lot_core v0.8.6
9092026-03-20T18:08:02.958Z Downloaded parking_lot v0.12.5
9102026-03-20T18:08:02.961Z Downloaded progenitor v0.13.0
9112026-03-20T18:08:02.961Z Downloaded proc-macro-error2 v2.0.1
9122026-03-20T18:08:02.964Z Downloaded dropshot-api-manager v0.6.0
9132026-03-20T18:08:02.967Z Downloaded russh-cryptovec v0.7.3
9142026-03-20T18:08:02.970Z Downloaded rtoolbox v0.0.3
9152026-03-20T18:08:02.970Z Downloaded indicatif v0.18.4
9162026-03-20T18:08:02.973Z Downloaded psm v0.1.30
9172026-03-20T18:08:02.976Z Downloaded hickory-resolver v0.24.4
9182026-03-20T18:08:02.980Z Downloaded progenitor-extras v0.1.1
9192026-03-20T18:08:02.983Z Downloaded pkcs1 v0.7.5
9202026-03-20T18:08:02.986Z Downloaded rustc_version v0.1.7
9212026-03-20T18:08:02.986Z Downloaded rustc-hash v2.1.1
9222026-03-20T18:08:02.986Z Downloaded postcard v1.1.3
9232026-03-20T18:08:02.989Z Downloaded postgres-protocol v0.6.10
9242026-03-20T18:08:02.992Z Downloaded rand_seeder v0.4.0
9252026-03-20T18:08:02.995Z Downloaded r2d2 v0.8.10
9262026-03-20T18:08:02.995Z Downloaded rand_core v0.9.5
9272026-03-20T18:08:02.998Z Downloaded bumpalo v3.20.2
9282026-03-20T18:08:02.998Z Downloaded same-file v1.0.6
9292026-03-20T18:08:03.001Z Downloaded salsa20 v0.10.2
9302026-03-20T18:08:03.002Z Downloaded pin-project-lite v0.2.17
9312026-03-20T18:08:03.006Z Downloaded pkcs5 v0.7.1
9322026-03-20T18:08:03.009Z Downloaded pin-project-internal v1.1.11
9332026-03-20T18:08:03.014Z Downloaded jiff-static v0.2.21
9342026-03-20T18:08:03.017Z Downloaded rand_chacha v0.9.0
9352026-03-20T18:08:03.017Z Downloaded recursive v0.1.1
9362026-03-20T18:08:03.017Z Downloaded papergrid v0.17.0
9372026-03-20T18:08:03.021Z Downloaded progenitor-client v0.13.0
9382026-03-20T18:08:03.026Z Downloaded postgres-types v0.2.12
9392026-03-20T18:08:03.029Z Downloaded scroll_derive v0.13.1
9402026-03-20T18:08:03.029Z Downloaded rand_core v0.10.0
9412026-03-20T18:08:03.029Z Downloaded scrypt v0.11.0
9422026-03-20T18:08:03.029Z Downloaded scopeguard v1.2.0
9432026-03-20T18:08:03.032Z Downloaded http v1.4.0
9442026-03-20T18:08:03.035Z Downloaded scheduled-thread-pool v0.2.7
9452026-03-20T18:08:03.035Z Downloaded sapling-renderdag v0.1.0
9462026-03-20T18:08:03.038Z Downloaded poly1305 v0.8.0
9472026-03-20T18:08:03.038Z Downloaded secrecy v0.8.0
9482026-03-20T18:08:03.041Z Downloaded oso v0.27.3
9492026-03-20T18:08:03.044Z Downloaded oxide-tokio-rt v0.1.3
9502026-03-20T18:08:03.044Z Downloaded serde-big-array v0.5.1
9512026-03-20T18:08:03.047Z Downloaded serde_bytes v0.11.19
9522026-03-20T18:08:03.047Z Downloaded seq-macro v0.3.6
9532026-03-20T18:08:03.050Z Downloaded secrecy v0.10.3
9542026-03-20T18:08:03.050Z Downloaded flate2 v1.1.9
9552026-03-20T18:08:03.054Z Downloaded rustc_version v0.4.1
9562026-03-20T18:08:03.054Z Downloaded rand_xorshift v0.4.0
9572026-03-20T18:08:03.057Z Downloaded password-hash v0.5.0
9582026-03-20T18:08:03.058Z Downloaded rustls-native-certs v0.8.3
9592026-03-20T18:08:03.061Z Downloaded indexmap v1.9.3
9602026-03-20T18:08:03.065Z Downloaded serde_repr v0.1.20
9612026-03-20T18:08:03.065Z Downloaded ed25519-dalek v2.2.0
9622026-03-20T18:08:03.067Z Downloaded semver v0.1.20
9632026-03-20T18:08:03.067Z Downloaded derive_more v2.1.1
9642026-03-20T18:08:03.075Z Downloaded rusty-fork v0.3.1
9652026-03-20T18:08:03.078Z Downloaded sigpipe v0.1.3
9662026-03-20T18:08:03.078Z Downloaded signal-hook-tokio v0.3.1
9672026-03-20T18:08:03.082Z Downloaded signature v2.2.0
9682026-03-20T18:08:03.082Z Downloaded serde_spanned v1.0.4
9692026-03-20T18:08:03.086Z Downloaded serde_plain v1.0.2
9702026-03-20T18:08:03.086Z Downloaded signal-hook-mio v0.2.5
9712026-03-20T18:08:03.086Z Downloaded hashbrown v0.13.2
9722026-03-20T18:08:03.090Z Downloaded serde_urlencoded v0.7.1
9732026-03-20T18:08:03.095Z Downloaded shell-words v1.1.1
9742026-03-20T18:08:03.095Z Downloaded sha1 v0.10.6
9752026-03-20T18:08:03.095Z Downloaded hickory-server v0.25.2
9762026-03-20T18:08:03.098Z Downloaded openssl-sys v0.9.111
9772026-03-20T18:08:03.101Z Downloaded resolv-conf v0.7.6
9782026-03-20T18:08:03.104Z Downloaded sec1 v0.7.3
9792026-03-20T18:08:03.104Z Downloaded rustls-pemfile v1.0.4
9802026-03-20T18:08:03.107Z Downloaded scroll v0.13.0
9812026-03-20T18:08:03.107Z Downloaded quinn-udp v0.5.14
9822026-03-20T18:08:03.110Z Downloaded pin-project v1.1.11
9832026-03-20T18:08:03.117Z Downloaded slog-envlogger v2.2.0
9842026-03-20T18:08:03.120Z Downloaded slog-bunyan v2.5.0
9852026-03-20T18:08:03.120Z Downloaded siphasher v1.0.2
9862026-03-20T18:08:03.123Z Downloaded rustversion v1.0.22
9872026-03-20T18:08:03.123Z Downloaded rand_core v0.6.4
9882026-03-20T18:08:03.126Z Downloaded rustls-pemfile v2.2.0
9892026-03-20T18:08:03.129Z Downloaded russh-keys v0.45.0
9902026-03-20T18:08:03.129Z Downloaded phf_shared v0.13.1
9912026-03-20T18:08:03.132Z Downloaded darling_core v0.23.0
9922026-03-20T18:08:03.135Z Downloaded ssh-cipher v0.2.0
9932026-03-20T18:08:03.135Z Downloaded ssh-encoding v0.2.0
9942026-03-20T18:08:03.138Z Downloaded heapless v0.7.17
9952026-03-20T18:08:03.141Z Downloaded serde_derive_internals v0.29.1
9962026-03-20T18:08:03.141Z Downloaded rcgen v0.12.1
9972026-03-20T18:08:03.144Z Downloaded aho-corasick v1.1.4
9982026-03-20T18:08:03.148Z Downloaded hickory-resolver v0.25.2
9992026-03-20T18:08:03.151Z Downloaded sct v0.7.1
10002026-03-20T18:08:03.154Z Downloaded sqlparser_derive v0.5.0
10012026-03-20T18:08:03.157Z Downloaded structmeta-derive v0.3.0
10022026-03-20T18:08:03.157Z Downloaded structmeta v0.3.0
10032026-03-20T18:08:03.157Z Downloaded schemars_derive v0.8.22
10042026-03-20T18:08:03.160Z Downloaded minimal-lexical v0.2.1
10052026-03-20T18:08:03.163Z Downloaded slog-async v2.8.0
10062026-03-20T18:08:03.163Z Downloaded serde-hex v0.1.0
10072026-03-20T18:08:03.166Z Downloaded slab v0.4.12
10082026-03-20T18:08:03.166Z Downloaded itertools v0.10.5
10092026-03-20T18:08:03.171Z Downloaded progenitor-impl v0.11.2
10102026-03-20T18:08:03.174Z Downloaded simd-adler32 v0.3.8
10112026-03-20T18:08:03.177Z Downloaded strum v0.27.2
10122026-03-20T18:08:03.177Z Downloaded hashbrown v0.12.3
10132026-03-20T18:08:03.180Z Downloaded ar_archive_writer v0.5.1
10142026-03-20T18:08:03.183Z Downloaded strum v0.26.3
10152026-03-20T18:08:03.185Z Downloaded strip-ansi-escapes v0.2.1
10162026-03-20T18:08:03.186Z Downloaded iana-time-zone v0.1.65
10172026-03-20T18:08:03.189Z Downloaded ron v0.8.1
10182026-03-20T18:08:03.191Z Downloaded snafu-derive v0.8.9
10192026-03-20T18:08:03.195Z Downloaded slog-scope v4.4.1
10202026-03-20T18:08:03.195Z Downloaded tabled_derive v0.11.0
10212026-03-20T18:08:03.198Z Downloaded take_mut v0.2.2
10222026-03-20T18:08:03.198Z Downloaded subtle v2.6.1
10232026-03-20T18:08:03.198Z Downloaded miniz_oxide v0.8.9
10242026-03-20T18:08:03.202Z Downloaded slog-stdlog v4.1.1
10252026-03-20T18:08:03.202Z Downloaded supports-color v3.0.2
10262026-03-20T18:08:03.205Z Downloaded serde_cbor v0.11.2
10272026-03-20T18:08:03.205Z Downloaded sync_wrapper v1.0.2
10282026-03-20T18:08:03.205Z Downloaded sync-ptr v0.1.4
10292026-03-20T18:08:03.209Z Downloaded hyper-rustls v0.27.7
10302026-03-20T18:08:03.209Z Downloaded sqlformat v0.3.5
10312026-03-20T18:08:03.212Z Downloaded tagptr v0.2.0
10322026-03-20T18:08:03.212Z Downloaded tabwriter v1.4.1
10332026-03-20T18:08:03.212Z Downloaded tap v1.0.1
10342026-03-20T18:08:03.215Z Downloaded slog-dtrace v0.3.0
10352026-03-20T18:08:03.215Z Downloaded multimap v0.10.1
10362026-03-20T18:08:03.218Z Downloaded bzip2 v0.6.1
10372026-03-20T18:08:03.218Z Downloaded shlex v1.3.0
10382026-03-20T18:08:03.221Z Downloaded rustls-platform-verifier v0.6.2
10392026-03-20T18:08:03.224Z Downloaded slog-json v2.6.1
10402026-03-20T18:08:03.224Z Downloaded testing_table v0.3.0
10412026-03-20T18:08:03.225Z Downloaded smallvec v0.6.14
10422026-03-20T18:08:03.227Z Downloaded slog-term v2.9.2
10432026-03-20T18:08:03.230Z Downloaded time-core v0.1.8
10442026-03-20T18:08:03.230Z Downloaded thread-id v5.1.0
10452026-03-20T18:08:03.230Z Downloaded static_assertions v1.1.0
10462026-03-20T18:08:03.233Z Downloaded signal-hook-registry v1.4.8
10472026-03-20T18:08:03.233Z Downloaded thiserror-impl-no-std v2.0.2
10482026-03-20T18:08:03.236Z Downloaded prefix-trie v0.7.0
10492026-03-20T18:08:03.239Z Downloaded hashbrown v0.15.5
10502026-03-20T18:08:03.242Z Downloaded prettyplease v0.2.37
10512026-03-20T18:08:03.246Z Downloaded progenitor-impl v0.10.0
10522026-03-20T18:08:03.249Z Downloaded strum_macros v0.27.2
10532026-03-20T18:08:03.249Z Downloaded strum_macros v0.26.4
10542026-03-20T18:08:03.253Z Downloaded spki v0.7.3
10552026-03-20T18:08:03.253Z Downloaded tinyvec_macros v0.1.1
10562026-03-20T18:08:03.257Z Downloaded p256 v0.13.2
10572026-03-20T18:08:03.257Z Downloaded strum_macros v0.24.3
10582026-03-20T18:08:03.260Z Downloaded stacker v0.1.23
10592026-03-20T18:08:03.260Z Downloaded nom v7.1.3
10602026-03-20T18:08:03.263Z Downloaded num-bigint v0.4.6
10612026-03-20T18:08:03.267Z Downloaded progenitor-impl v0.13.0
10622026-03-20T18:08:03.270Z Downloaded serde_path_to_error v0.1.20
10632026-03-20T18:08:03.273Z Downloaded termtree v0.5.1
10642026-03-20T18:08:03.273Z Downloaded smf v0.2.3
10652026-03-20T18:08:03.276Z Downloaded serde_with_macros v3.17.0
10662026-03-20T18:08:03.276Z Downloaded string_cache v0.8.9
10672026-03-20T18:08:03.279Z Downloaded pretty_assertions v1.4.1
10682026-03-20T18:08:03.279Z Downloaded bzip2 v0.4.4
10692026-03-20T18:08:03.282Z Downloaded clang-sys v1.8.1
10702026-03-20T18:08:03.287Z Downloaded futures-executor v0.3.32
10712026-03-20T18:08:03.287Z Downloaded linked-hash-map v0.5.6
10722026-03-20T18:08:03.287Z Downloaded either v1.15.0
10732026-03-20T18:08:03.290Z Downloaded topological-sort v0.2.2
10742026-03-20T18:08:03.290Z Downloaded const-oid v0.9.6
10752026-03-20T18:08:03.290Z Downloaded rustls-pki-types v1.14.0
10762026-03-20T18:08:03.293Z Downloaded colored v2.2.0
10772026-03-20T18:08:03.296Z Downloaded ryu v1.0.23
10782026-03-20T18:08:03.299Z Downloaded support-bundle-viewer v0.1.2
10792026-03-20T18:08:03.302Z Downloaded cassowary v0.3.0
10802026-03-20T18:08:03.302Z Downloaded thread_local v1.1.9
10812026-03-20T18:08:03.305Z Downloaded thiserror-no-std v2.0.2
10822026-03-20T18:08:03.305Z Downloaded signal-hook v0.3.18
10832026-03-20T18:08:03.308Z Downloaded slog v2.8.2
10842026-03-20T18:08:03.311Z Downloaded itertools v0.12.1
10852026-03-20T18:08:03.316Z Downloaded chacha20 v0.10.0
10862026-03-20T18:08:03.320Z Downloaded termios v0.3.3
10872026-03-20T18:08:03.323Z Downloaded tiny-keccak v2.0.2
10882026-03-20T18:08:03.323Z Downloaded tower-layer v0.3.3
10892026-03-20T18:08:03.323Z Downloaded schemars v0.8.22
10902026-03-20T18:08:03.332Z Downloaded try-lock v0.2.5
10912026-03-20T18:08:03.335Z Downloaded tokio-macros v2.6.0
10922026-03-20T18:08:03.335Z Downloaded stringprep v0.1.5
10932026-03-20T18:08:03.338Z Downloaded spin v0.9.8
10942026-03-20T18:08:03.338Z Downloaded trait-variant v0.1.2
10952026-03-20T18:08:03.341Z Downloaded tower-service v0.3.3
10962026-03-20T18:08:03.341Z Downloaded tokio-dtrace v0.1.1
10972026-03-20T18:08:03.341Z Downloaded rsa v0.9.10
10982026-03-20T18:08:03.344Z Downloaded tls_codec v0.4.2
10992026-03-20T18:08:03.347Z Downloaded typify-macro v0.6.1
11002026-03-20T18:08:03.347Z Downloaded mio v1.1.1
11012026-03-20T18:08:03.351Z Downloaded unarray v0.1.4
11022026-03-20T18:08:03.354Z Downloaded untrusted v0.9.0
11032026-03-20T18:08:03.354Z Downloaded unit-prefix v0.5.2
11042026-03-20T18:08:03.357Z Downloaded quinn v0.11.9
11052026-03-20T18:08:03.360Z Downloaded tokio-native-tls v0.3.1
11062026-03-20T18:08:03.360Z Downloaded tls_codec_derive v0.4.2
11072026-03-20T18:08:03.363Z Downloaded typify-macro v0.4.3
11082026-03-20T18:08:03.363Z Downloaded socket2 v0.5.10
11092026-03-20T18:08:03.366Z Downloaded universal-hash v0.5.1
11102026-03-20T18:08:03.366Z Downloaded usdt-attr-macro v0.6.0
11112026-03-20T18:08:03.369Z Downloaded untrusted v0.7.1
11122026-03-20T18:08:03.369Z Downloaded usdt v0.6.0
11132026-03-20T18:08:03.369Z Downloaded time-macros v0.2.27
11142026-03-20T18:08:03.372Z Downloaded term v1.2.1
11152026-03-20T18:08:03.375Z Downloaded rand v0.8.5
11162026-03-20T18:08:03.378Z Downloaded iddqd v0.3.17
11172026-03-20T18:08:03.382Z Downloaded similar v2.7.0
11182026-03-20T18:08:03.390Z Downloaded serde_yaml v0.9.34+deprecated
11192026-03-20T18:08:03.393Z Downloaded usdt-macro v0.6.0
11202026-03-20T18:08:03.393Z Downloaded tokio-tungstenite v0.21.0
11212026-03-20T18:08:03.393Z Downloaded void v1.0.2
11222026-03-20T18:08:03.393Z Downloaded schemars v1.2.1
11232026-03-20T18:08:03.405Z Downloaded toml_writer v1.0.6+spec-1.1.0
11242026-03-20T18:08:03.408Z Downloaded samael v0.0.19
11252026-03-20T18:08:03.412Z Downloaded waitgroup v0.1.2
11262026-03-20T18:08:03.412Z Downloaded tui-tree-widget v0.23.1
11272026-03-20T18:08:03.416Z Downloaded libm v0.2.16
11282026-03-20T18:08:03.421Z Downloaded wait-timeout v0.2.1
11292026-03-20T18:08:03.425Z Downloaded num-bigint-dig v0.8.6
11302026-03-20T18:08:03.429Z Downloaded iri-string v0.7.10
11312026-03-20T18:08:03.465Z Downloaded want v0.3.1
11322026-03-20T18:08:03.465Z Downloaded tokio-rustls v0.26.4
11332026-03-20T18:08:03.465Z Downloaded unicase v2.9.0
11342026-03-20T18:08:03.465Z Downloaded tokio-rustls v0.24.1
11352026-03-20T18:08:03.465Z Downloaded schemars v0.9.0
11362026-03-20T18:08:03.465Z Downloaded usdt-impl v0.6.0
11372026-03-20T18:08:03.465Z Downloaded blake3 v1.8.3
11382026-03-20T18:08:03.465Z Downloaded xattr v1.6.1
11392026-03-20T18:08:03.465Z Downloaded toml_parser v1.0.9+spec-1.1.0
11402026-03-20T18:08:03.465Z Downloaded tokio-tungstenite v0.23.1
11412026-03-20T18:08:03.469Z Downloaded tokio-stream v0.1.18
11422026-03-20T18:08:03.469Z Downloaded xshell-macros v0.2.7
11432026-03-20T18:08:03.469Z Downloaded uzers v0.12.2
11442026-03-20T18:08:03.469Z Downloaded rand v0.10.0
11452026-03-20T18:08:03.469Z Downloaded zeroize_derive v1.4.3
11462026-03-20T18:08:03.470Z Downloaded rayon-core v1.13.0
11472026-03-20T18:08:03.474Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11482026-03-20T18:08:03.474Z Downloaded vergen-gitcl v1.0.8
11492026-03-20T18:08:03.474Z Downloaded rand v0.9.2
11502026-03-20T18:08:03.477Z Downloaded libxml v0.3.3
11512026-03-20T18:08:03.480Z Downloaded zone_cfg_derive v0.3.1
11522026-03-20T18:08:03.483Z Downloaded vsss-rs v3.3.4
11532026-03-20T18:08:03.483Z Downloaded twox-hash v2.1.2
11542026-03-20T18:08:03.487Z Downloaded utf-8 v0.7.6
11552026-03-20T18:08:03.487Z Downloaded tracing-attributes v0.1.31
11562026-03-20T18:08:03.490Z Downloaded vergen-git2 v1.0.7
11572026-03-20T18:08:03.490Z Downloaded term v0.7.0
11582026-03-20T18:08:03.494Z Downloaded russh v0.45.0
11592026-03-20T18:08:03.499Z Downloaded subprocess v0.2.15
11602026-03-20T18:08:03.503Z Downloaded hyper v1.8.1
11612026-03-20T18:08:03.506Z Downloaded test-strategy v0.4.5
11622026-03-20T18:08:03.506Z Downloaded wyz v0.5.1
11632026-03-20T18:08:03.510Z Downloaded p521 v0.13.3
11642026-03-20T18:08:03.513Z Downloaded itertools v0.14.0
11652026-03-20T18:08:03.516Z Downloaded hkdf v0.12.4
11662026-03-20T18:08:03.519Z Downloaded xz2 v0.1.7
11672026-03-20T18:08:03.522Z Downloaded socket2 v0.6.2
11682026-03-20T18:08:03.522Z Downloaded snafu v0.8.9
11692026-03-20T18:08:03.525Z Downloaded walkdir v2.5.0
11702026-03-20T18:08:03.529Z Downloaded rustls-webpki v0.103.9
11712026-03-20T18:08:03.531Z Downloaded crossterm v0.28.1
11722026-03-20T18:08:03.535Z Downloaded tinyvec v1.10.0
11732026-03-20T18:08:03.539Z Downloaded unicode-truncate v1.1.0
11742026-03-20T18:08:03.539Z Downloaded vergen-lib v0.1.6
11752026-03-20T18:08:03.542Z Downloaded steno v0.4.1
11762026-03-20T18:08:03.542Z Downloaded itertools v0.13.0
11772026-03-20T18:08:03.546Z Downloaded xshell v0.2.7
11782026-03-20T18:08:03.549Z Downloaded tokio-rustls v0.25.0
11792026-03-20T18:08:03.549Z Downloaded tungstenite v0.21.0
11802026-03-20T18:08:03.553Z Downloaded bindgen v0.71.1
11812026-03-20T18:08:03.557Z Downloaded zeroize v1.8.2
11822026-03-20T18:08:03.560Z Downloaded whoami v1.6.1
11832026-03-20T18:08:03.560Z Downloaded typify v0.6.1
11842026-03-20T18:08:03.583Z Downloaded zone v0.3.1
11852026-03-20T18:08:03.586Z Downloaded vergen v9.0.6
11862026-03-20T18:08:03.586Z Downloaded toml v0.7.8
11872026-03-20T18:08:03.590Z Downloaded tar v0.4.45
11882026-03-20T18:08:03.593Z Downloaded zstd-safe v7.2.4
11892026-03-20T18:08:03.593Z Downloaded zstd v0.13.3
11902026-03-20T18:08:03.596Z Downloaded tracing-core v0.1.36
11912026-03-20T18:08:03.599Z Downloaded zerocopy v0.6.6
11922026-03-20T18:08:03.599Z Downloaded futures-util v0.3.32
11932026-03-20T18:08:03.609Z Downloaded tungstenite v0.23.0
11942026-03-20T18:08:03.612Z Downloaded typify v0.4.3
11952026-03-20T18:08:03.617Z Downloaded ron v0.12.0
11962026-03-20T18:08:03.622Z Downloaded whoami v2.1.0
11972026-03-20T18:08:03.625Z Downloaded unicode-properties v0.1.4
11982026-03-20T18:08:03.625Z Downloaded yasna v0.5.2
11992026-03-20T18:08:03.629Z Downloaded toml_edit v0.23.10+spec-1.0.0
12002026-03-20T18:08:03.632Z Downloaded unsafe-libyaml v0.2.11
12012026-03-20T18:08:03.632Z Downloaded h2 v0.4.13
12022026-03-20T18:08:03.636Z Downloaded toml_edit v0.19.15
12032026-03-20T18:08:03.648Z Downloaded rustyline v14.0.0
12042026-03-20T18:08:03.652Z Downloaded zopfli v0.8.3
12052026-03-20T18:08:03.655Z Downloaded reqwest v0.13.2
12062026-03-20T18:08:03.658Z Downloaded vte v0.14.1
12072026-03-20T18:08:03.661Z Downloaded bitvec v1.0.1
12082026-03-20T18:08:03.671Z Downloaded unicode_categories v0.1.1
12092026-03-20T18:08:03.674Z Downloaded rpassword v7.4.0
12102026-03-20T18:08:03.674Z Downloaded chrono v0.4.44
12112026-03-20T18:08:03.680Z Downloaded zip v0.6.6
12122026-03-20T18:08:03.684Z Downloaded tokio-postgres v0.7.16
12132026-03-20T18:08:03.688Z Downloaded uuid v1.21.0
12142026-03-20T18:08:03.688Z Downloaded unicode-bidi v0.3.18
12152026-03-20T18:08:03.692Z Downloaded ssh-key v0.6.7
12162026-03-20T18:08:03.695Z Downloaded aws-lc-rs v1.16.0
12172026-03-20T18:08:03.701Z Downloaded reqwest v0.12.28
12182026-03-20T18:08:03.706Z Downloaded quick-xml v0.37.5
12192026-03-20T18:08:03.714Z Downloaded reedline v0.40.0
12202026-03-20T18:08:03.719Z Downloaded moka v0.12.13
12212026-03-20T18:08:03.723Z Downloaded tower v0.5.3
12222026-03-20T18:08:03.728Z Downloaded yansi v1.0.1
12232026-03-20T18:08:03.731Z Downloaded proptest v1.10.0
12242026-03-20T18:08:03.737Z Downloaded toml v0.9.12+spec-1.1.0
12252026-03-20T18:08:03.740Z Downloaded x509-cert v0.2.5
12262026-03-20T18:08:03.746Z Downloaded qorb v0.4.1
12272026-03-20T18:08:03.749Z Downloaded salty v0.3.0
12282026-03-20T18:08:03.754Z Downloaded publicsuffix v2.3.0
12292026-03-20T18:08:03.758Z Downloaded hyper-util v0.1.20
12302026-03-20T18:08:03.762Z Downloaded base64ct v1.8.3
12312026-03-20T18:08:03.765Z Downloaded async-trait v0.1.89
12322026-03-20T18:08:03.765Z Downloaded inout v0.1.4
12332026-03-20T18:08:03.765Z Downloaded instant v0.1.13
12342026-03-20T18:08:03.768Z Downloaded http-body-util v0.1.3
12352026-03-20T18:08:03.768Z Downloaded portable-atomic v1.13.1
12362026-03-20T18:08:03.774Z Downloaded p384 v0.13.1
12372026-03-20T18:08:03.777Z Downloaded highway v1.3.0
12382026-03-20T18:08:03.782Z Downloaded futures-channel v0.3.32
12392026-03-20T18:08:03.782Z Downloaded crc32fast v1.5.0
12402026-03-20T18:08:03.786Z Downloaded async-bb8-diesel v0.2.1
12412026-03-20T18:08:03.786Z Downloaded glob v0.3.3
12422026-03-20T18:08:03.786Z Downloaded env_logger v0.11.9
12432026-03-20T18:08:03.790Z Downloaded derive_builder_core v0.20.2
12442026-03-20T18:08:03.790Z Downloaded cookie_store v0.22.1
12452026-03-20T18:08:03.790Z Downloaded console v0.15.11
12462026-03-20T18:08:03.793Z Downloaded goblin v0.10.5
12472026-03-20T18:08:03.796Z Downloaded blake2 v0.10.6
12482026-03-20T18:08:03.800Z Downloaded tokio-util v0.7.18
12492026-03-20T18:08:03.804Z Downloaded rayon v1.11.0
12502026-03-20T18:08:03.810Z Downloaded diesel-dtrace v0.5.0
12512026-03-20T18:08:03.813Z Downloaded enum-as-inner v0.6.1
12522026-03-20T18:08:03.813Z Downloaded downcast-rs v2.0.2
12532026-03-20T18:08:03.816Z Downloaded foreign-types v0.5.0
12542026-03-20T18:08:03.816Z Downloaded defmt v0.3.100
12552026-03-20T18:08:03.816Z Downloaded foreign-types v0.3.2
12562026-03-20T18:08:03.816Z Downloaded dirs-sys-next v0.1.2
12572026-03-20T18:08:03.819Z Downloaded async-stream v0.3.6
12582026-03-20T18:08:03.820Z Downloaded bit-set v0.8.0
12592026-03-20T18:08:03.820Z Downloaded base16ct v1.0.0
12602026-03-20T18:08:03.823Z Downloaded adler2 v2.0.1
12612026-03-20T18:08:03.823Z Downloaded console v0.16.2
12622026-03-20T18:08:03.823Z Downloaded cargo_toml v0.22.3
12632026-03-20T18:08:03.826Z Downloaded bit-vec v0.8.0
12642026-03-20T18:08:03.826Z Downloaded typed-path v0.9.3
12652026-03-20T18:08:03.829Z Downloaded zerocopy-derive v0.8.40
12662026-03-20T18:08:03.837Z Downloaded rustls-webpki v0.101.7
12672026-03-20T18:08:03.846Z Downloaded lalrpop v0.19.12
12682026-03-20T18:08:03.855Z Downloaded regex v1.12.3
12692026-03-20T18:08:03.858Z Downloaded unicode-segmentation v1.12.0
12702026-03-20T18:08:03.861Z Downloaded winnow v0.6.26
12712026-03-20T18:08:03.868Z Downloaded quinn-proto v0.11.13
12722026-03-20T18:08:03.873Z Downloaded zip v4.6.1
12732026-03-20T18:08:03.877Z Downloaded winnow v0.5.40
12742026-03-20T18:08:03.882Z Downloaded unicode-normalization v0.1.25
12752026-03-20T18:08:03.885Z Downloaded git2 v0.20.4
12762026-03-20T18:08:03.891Z Downloaded tower-http v0.6.8
12772026-03-20T18:08:03.897Z Downloaded serde_with v3.17.0
12782026-03-20T18:08:03.905Z Downloaded base64 v0.22.1
12792026-03-20T18:08:03.908Z Downloaded crucible-workspace-hack v0.1.0
12802026-03-20T18:08:03.908Z Downloaded crossbeam-deque v0.8.6
12812026-03-20T18:08:03.911Z Downloaded atomic-waker v1.1.2
12822026-03-20T18:08:03.911Z Downloaded async-stream-impl v0.3.6
12832026-03-20T18:08:03.917Z Downloaded nix v0.28.0
12842026-03-20T18:08:03.925Z Downloaded tough v0.20.0
12852026-03-20T18:08:03.939Z Downloaded petname v2.0.2
12862026-03-20T18:08:03.951Z Downloaded rustls-webpki v0.102.8
12872026-03-20T18:08:03.955Z Downloaded dropshot v0.16.7
12882026-03-20T18:08:03.975Z Downloaded tabled v0.20.0
12892026-03-20T18:08:03.986Z Downloaded smoltcp v0.9.1
12902026-03-20T18:08:03.992Z Downloaded nix v0.31.1
12912026-03-20T18:08:04.000Z Downloaded zlib-rs v0.6.2
12922026-03-20T18:08:04.006Z Downloaded vcpkg v0.2.15
12932026-03-20T18:08:04.034Z Downloaded radix_trie v0.2.1
12942026-03-20T18:08:04.037Z Downloaded bstr v1.12.1
12952026-03-20T18:08:04.045Z Downloaded object v0.30.4
12962026-03-20T18:08:04.050Z Downloaded curve25519-dalek v4.1.3
12972026-03-20T18:08:04.058Z Downloaded zerocopy v0.8.40
12982026-03-20T18:08:04.064Z Downloaded openssl v0.10.75
12992026-03-20T18:08:04.107Z Downloaded smoltcp v0.11.0
13002026-03-20T18:08:04.131Z Downloaded regex-syntax v0.8.10
13012026-03-20T18:08:04.131Z Downloaded nix v0.27.1
13022026-03-20T18:08:04.131Z Downloaded polar-core v0.27.3
13032026-03-20T18:08:04.131Z Downloaded time v0.3.47
13042026-03-20T18:08:04.131Z Downloaded nix v0.29.0
13052026-03-20T18:08:04.131Z Downloaded rustix v0.38.44
13062026-03-20T18:08:04.138Z Downloaded rustls v0.21.12
13072026-03-20T18:08:04.174Z Downloaded regex-syntax v0.6.29
13082026-03-20T18:08:04.174Z Downloaded object v0.37.3
13092026-03-20T18:08:04.174Z Downloaded webpki-roots v1.0.6
13102026-03-20T18:08:04.174Z Downloaded rustls v0.22.4
13112026-03-20T18:08:04.182Z Downloaded diesel v2.3.7
13122026-03-20T18:08:04.194Z Downloaded hickory-proto v0.25.2
13132026-03-20T18:08:04.201Z Downloaded hickory-proto v0.24.4
13142026-03-20T18:08:04.213Z Downloaded regress v0.10.5
13152026-03-20T18:08:04.232Z Downloaded bzip2-sys v0.1.13+1.0.8
13162026-03-20T18:08:04.235Z Downloaded rustls v0.23.37
13172026-03-20T18:08:04.240Z Downloaded openapiv3 v2.2.0
13182026-03-20T18:08:04.253Z Downloaded typify-impl v0.6.1
13192026-03-20T18:08:04.261Z Downloaded tracing v0.1.44
13202026-03-20T18:08:04.276Z Downloaded typify-impl v0.4.3
13212026-03-20T18:08:04.288Z Downloaded sqlparser v0.61.0
13222026-03-20T18:08:04.301Z Downloaded sled v0.34.7
13232026-03-20T18:08:04.306Z Downloaded regex-automata v0.4.14
13242026-03-20T18:08:04.319Z Downloaded ratatui v0.29.0
13252026-03-20T18:08:04.335Z Downloaded zerocopy-derive v0.6.6
13262026-03-20T18:08:04.364Z Downloaded chrono-tz v0.10.4
13272026-03-20T18:08:04.379Z Downloaded petgraph v0.6.5
13282026-03-20T18:08:04.401Z Downloaded jiff v0.2.21
13292026-03-20T18:08:04.409Z Downloaded lzma-sys v0.1.20
13302026-03-20T18:08:04.433Z Downloaded petgraph v0.8.3
13312026-03-20T18:08:04.452Z Downloaded libz-sys v1.1.24
13322026-03-20T18:08:04.465Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13332026-03-20T18:08:04.480Z Downloaded csv v1.4.0
13342026-03-20T18:08:04.495Z Downloaded sha3 v0.10.8
13352026-03-20T18:08:04.507Z Downloaded tokio v1.49.0
13362026-03-20T18:08:04.538Z Downloaded encoding_rs v0.8.35
13372026-03-20T18:08:04.642Z Downloaded ring v0.17.14
13382026-03-20T18:08:04.709Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-03-20T18:08:05.317Z Downloaded aws-lc-sys v0.37.1
13402026-03-20T18:08:05.644Z Compiling libc v0.2.180
13412026-03-20T18:08:05.647Z Compiling serde v1.0.228
13422026-03-20T18:08:05.647Z Compiling log v0.4.29
13432026-03-20T18:08:05.807Z Compiling find-msvc-tools v0.1.9
13442026-03-20T18:08:05.849Z Compiling shlex v1.3.0
13452026-03-20T18:08:05.849Z Compiling smallvec v1.15.1
13462026-03-20T18:08:05.866Z Compiling syn v2.0.117
13472026-03-20T18:08:05.884Z Compiling typenum v1.19.0
13482026-03-20T18:08:06.061Z Compiling generic-array v0.14.7
13492026-03-20T18:08:06.096Z Compiling subtle v2.6.1
13502026-03-20T18:08:06.134Z Compiling scopeguard v1.2.0
13512026-03-20T18:08:06.182Z Compiling portable-atomic v1.13.1
13522026-03-20T18:08:06.220Z Compiling const-oid v0.9.6
13532026-03-20T18:08:06.276Z Compiling lock_api v0.4.14
13542026-03-20T18:08:06.330Z Compiling critical-section v1.2.0
13552026-03-20T18:08:06.365Z Compiling zerocopy v0.8.40
13562026-03-20T18:08:06.457Z Compiling pin-project-lite v0.2.17
13572026-03-20T18:08:06.573Z Compiling parking_lot_core v0.9.12
13582026-03-20T18:08:06.592Z Compiling serde_json v1.0.149
13592026-03-20T18:08:06.906Z Compiling pkg-config v0.3.32
13602026-03-20T18:08:06.925Z Compiling bitflags v2.11.0
13612026-03-20T18:08:07.026Z Compiling getrandom v0.2.17
13622026-03-20T18:08:07.141Z Compiling jobserver v0.1.34
13632026-03-20T18:08:07.208Z Compiling rand_core v0.6.4
13642026-03-20T18:08:07.284Z Compiling errno v0.3.14
13652026-03-20T18:08:07.463Z Compiling cc v1.2.56
13662026-03-20T18:08:07.522Z Compiling once_cell v1.21.3
13672026-03-20T18:08:07.540Z Compiling signal-hook-registry v1.4.8
13682026-03-20T18:08:07.618Z Compiling parking_lot v0.12.5
13692026-03-20T18:08:07.636Z Compiling mio v1.1.1
13702026-03-20T18:08:07.660Z Compiling libm v0.2.16
13712026-03-20T18:08:07.778Z Compiling num-traits v0.2.19
13722026-03-20T18:08:07.882Z Compiling futures-core v0.3.32
13732026-03-20T18:08:08.075Z Compiling socket2 v0.6.2
13742026-03-20T18:08:08.099Z Compiling percent-encoding v2.3.2
13752026-03-20T18:08:08.193Z Compiling allocator-api2 v0.2.21
13762026-03-20T18:08:08.268Z Compiling futures-sink v0.3.32
13772026-03-20T18:08:08.334Z Compiling foldhash v0.2.0
13782026-03-20T18:08:08.394Z Compiling cpufeatures v0.2.17
13792026-03-20T18:08:08.451Z Compiling futures-channel v0.3.32
13802026-03-20T18:08:08.483Z Compiling futures-task v0.3.32
13812026-03-20T18:08:08.701Z Compiling hashbrown v0.16.1
13822026-03-20T18:08:08.720Z Compiling slab v0.4.12
13832026-03-20T18:08:08.735Z Compiling getrandom v0.4.1
13842026-03-20T18:08:08.779Z Compiling futures-io v0.3.32
13852026-03-20T18:08:08.800Z Compiling rustversion v1.0.22
13862026-03-20T18:08:08.939Z Compiling getrandom v0.3.4
13872026-03-20T18:08:08.980Z Compiling rand_core v0.10.0
13882026-03-20T18:08:09.478Z Compiling indexmap v2.13.0
13892026-03-20T18:08:09.522Z Compiling cmake v0.1.57
13902026-03-20T18:08:09.709Z Compiling form_urlencoded v1.2.2
13912026-03-20T18:08:09.735Z Compiling dunce v1.0.5
13922026-03-20T18:08:09.852Z Compiling fs_extra v1.3.0
13932026-03-20T18:08:09.897Z Compiling synstructure v0.13.2
13942026-03-20T18:08:10.065Z Compiling ident_case v1.0.1
13952026-03-20T18:08:10.086Z Compiling base64ct v1.8.3
13962026-03-20T18:08:10.161Z Compiling flagset v0.4.7
13972026-03-20T18:08:10.204Z Compiling aws-lc-sys v0.37.1
13982026-03-20T18:08:10.207Z Compiling rand_core v0.9.5
13992026-03-20T18:08:10.242Z Compiling iana-time-zone v0.1.65
14002026-03-20T18:08:10.331Z Compiling rustix v1.1.3
14012026-03-20T18:08:10.382Z Compiling ring v0.17.14
14022026-03-20T18:08:10.474Z Compiling pem-rfc7468 v0.7.0
14032026-03-20T18:08:10.500Z Compiling uuid v1.21.0
14042026-03-20T18:08:10.566Z Compiling rustc_version v0.4.1
14052026-03-20T18:08:10.760Z Compiling regex-syntax v0.8.10
14062026-03-20T18:08:10.890Z Compiling vcpkg v0.2.15
14072026-03-20T18:08:11.002Z Compiling aws-lc-rs v1.16.0
14082026-03-20T18:08:11.369Z Compiling tracing-core v0.1.36
14092026-03-20T18:08:11.427Z Compiling crossbeam-utils v0.8.21
14102026-03-20T18:08:11.813Z Compiling pest_generator v2.8.6
14112026-03-20T18:08:11.894Z Compiling openssl-sys v0.9.111
14122026-03-20T18:08:12.106Z Compiling serde_derive_internals v0.29.1
14132026-03-20T18:08:12.507Z Compiling serde_derive v1.0.228
14142026-03-20T18:08:12.553Z Compiling zeroize_derive v1.4.3
14152026-03-20T18:08:12.683Z Compiling zerofrom-derive v0.1.6
14162026-03-20T18:08:12.736Z Compiling yoke-derive v0.8.1
14172026-03-20T18:08:13.328Z Compiling zerocopy-derive v0.8.40
14182026-03-20T18:08:13.388Z Compiling zeroize v1.8.2
14192026-03-20T18:08:14.046Z Compiling zerovec-derive v0.11.2
14202026-03-20T18:08:14.335Z Compiling displaydoc v0.2.5
14212026-03-20T18:08:14.450Z Compiling crypto-common v0.1.7
14222026-03-20T18:08:14.620Z Compiling zerofrom v0.1.6
14232026-03-20T18:08:14.638Z Compiling block-buffer v0.10.4
14242026-03-20T18:08:14.776Z Compiling yoke v0.8.1
14252026-03-20T18:08:14.841Z Compiling digest v0.10.7
14262026-03-20T18:08:15.011Z Compiling tokio-macros v2.6.0
14272026-03-20T18:08:15.161Z Compiling hmac v0.12.1
14282026-03-20T18:08:15.208Z Compiling futures-macro v0.3.32
14292026-03-20T18:08:15.293Z Compiling zerotrie v0.2.3
14302026-03-20T18:08:15.357Z Compiling block-padding v0.3.3
14312026-03-20T18:08:15.507Z Compiling zerovec v0.11.5
14322026-03-20T18:08:15.556Z Compiling inout v0.1.4
14332026-03-20T18:08:15.686Z Compiling sha2 v0.10.9
14342026-03-20T18:08:15.764Z Compiling cipher v0.4.4
14352026-03-20T18:08:15.957Z Compiling der_derive v0.7.3
14362026-03-20T18:08:16.107Z Compiling tinystr v0.8.2
14372026-03-20T18:08:16.185Z Compiling potential_utf v0.1.4
14382026-03-20T18:08:16.270Z Compiling futures-util v0.3.32
14392026-03-20T18:08:16.368Z Compiling icu_locale_core v2.1.1
14402026-03-20T18:08:16.418Z Compiling icu_collections v2.1.1
14412026-03-20T18:08:17.024Z Compiling salsa20 v0.10.2
14422026-03-20T18:08:17.192Z Compiling bytes v1.11.1
14432026-03-20T18:08:17.232Z Compiling icu_provider v2.1.1
14442026-03-20T18:08:17.255Z Compiling der v0.7.10
14452026-03-20T18:08:17.532Z Compiling icu_normalizer v2.1.1
14462026-03-20T18:08:17.587Z Compiling icu_properties v2.1.2
14472026-03-20T18:08:17.607Z Compiling chrono v0.4.44
14482026-03-20T18:08:18.003Z Compiling tokio v1.49.0
14492026-03-20T18:08:18.231Z Compiling http v1.4.0
14502026-03-20T18:08:18.935Z Compiling idna_adapter v1.2.1
14512026-03-20T18:08:19.106Z Compiling idna v1.1.0
14522026-03-20T18:08:19.165Z Compiling spki v0.7.3
14532026-03-20T18:08:19.380Z Compiling pbkdf2 v0.12.2
14542026-03-20T18:08:19.421Z Compiling thiserror-impl v2.0.18
14552026-03-20T18:08:19.502Z Compiling ppv-lite86 v0.2.21
14562026-03-20T18:08:19.521Z Compiling url v2.5.8
14572026-03-20T18:08:19.540Z Compiling scrypt v0.11.0
14582026-03-20T18:08:19.651Z Compiling cbc v0.1.2
14592026-03-20T18:08:19.832Z Compiling aes v0.8.4
14602026-03-20T18:08:19.857Z Compiling rustls-pki-types v1.14.0
14612026-03-20T18:08:19.946Z Compiling rand_chacha v0.9.0
14622026-03-20T18:08:19.989Z Compiling tracing-attributes v0.1.31
14632026-03-20T18:08:20.450Z Compiling pkcs5 v0.7.1
14642026-03-20T18:08:20.577Z Compiling rand v0.9.2
14652026-03-20T18:08:20.816Z Compiling http-body v1.0.1
14662026-03-20T18:08:21.079Z Compiling untrusted v0.7.1
14672026-03-20T18:08:21.099Z Compiling schemars v0.8.22
14682026-03-20T18:08:21.183Z Compiling thiserror v2.0.18
14692026-03-20T18:08:21.217Z Compiling base64 v0.22.1
14702026-03-20T18:08:21.235Z Compiling openssl-probe v0.2.1
14712026-03-20T18:08:21.302Z Compiling untrusted v0.9.0
14722026-03-20T18:08:21.337Z Compiling httparse v1.10.1
14732026-03-20T18:08:21.448Z Compiling syn v1.0.109
14742026-03-20T18:08:21.618Z Compiling pkcs8 v0.10.2
14752026-03-20T18:08:21.636Z Compiling schemars_derive v0.8.22
14762026-03-20T18:08:21.780Z Compiling tracing v0.1.44
14772026-03-20T18:08:21.817Z Compiling pest_derive v2.8.6
14782026-03-20T18:08:21.900Z Compiling scroll_derive v0.13.1
14792026-03-20T18:08:22.112Z Compiling darling_core v0.20.11
14802026-03-20T18:08:22.336Z Compiling dyn-clone v1.0.20
14812026-03-20T18:08:22.509Z Compiling tinyvec_macros v0.1.1
14822026-03-20T18:08:22.596Z Compiling tower-layer v0.3.3
14832026-03-20T18:08:22.661Z Compiling atomic-waker v1.1.2
14842026-03-20T18:08:22.800Z Compiling rustls v0.23.37
14852026-03-20T18:08:22.818Z Compiling try-lock v0.2.5
14862026-03-20T18:08:22.948Z Compiling tower-service v0.3.3
14872026-03-20T18:08:22.967Z Compiling tokio-util v0.7.18
14882026-03-20T18:08:23.008Z Compiling scroll v0.13.0
14892026-03-20T18:08:23.062Z Compiling want v0.3.1
14902026-03-20T18:08:23.265Z Compiling tinyvec v1.10.0
14912026-03-20T18:08:23.926Z Compiling ipnet v2.11.0
14922026-03-20T18:08:24.144Z Compiling h2 v0.4.13
14932026-03-20T18:08:24.424Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-03-20T18:08:24.573Z Compiling spin v0.9.8
14952026-03-20T18:08:24.838Z Compiling aho-corasick v1.1.4
14962026-03-20T18:08:24.919Z Compiling httpdate v1.0.3
14972026-03-20T18:08:25.139Z Compiling powerfmt v0.2.0
14982026-03-20T18:08:25.204Z Compiling pin-utils v0.1.0
14992026-03-20T18:08:25.297Z Compiling foreign-types-shared v0.1.1
15002026-03-20T18:08:25.396Z Compiling crc32fast v1.5.0
15012026-03-20T18:08:25.415Z Compiling num-conv v0.2.0
15022026-03-20T18:08:25.420Z Compiling darling_macro v0.20.11
15032026-03-20T18:08:25.584Z Compiling time-core v0.1.8
15042026-03-20T18:08:25.726Z Compiling openssl v0.10.75
15052026-03-20T18:08:25.770Z Compiling time-macros v0.2.27
15062026-03-20T18:08:25.916Z Compiling regex-automata v0.4.14
15072026-03-20T18:08:26.030Z Compiling darling v0.20.11
15082026-03-20T18:08:26.054Z Compiling foreign-types v0.3.2
15092026-03-20T18:08:26.132Z Compiling deranged v0.5.8
15102026-03-20T18:08:26.150Z Compiling tempfile v3.25.0
15112026-03-20T18:08:27.160Z Compiling goblin v0.10.5
15122026-03-20T18:08:27.467Z Compiling thiserror-impl v1.0.69
15132026-03-20T18:08:27.863Z Compiling openssl-macros v0.1.1
15142026-03-20T18:08:28.342Z Compiling hyper v1.8.1
15152026-03-20T18:08:28.953Z Compiling wait-timeout v0.2.1
15162026-03-20T18:08:29.179Z Compiling quick-error v1.2.3
15172026-03-20T18:08:29.292Z Compiling bit-vec v0.8.0
15182026-03-20T18:08:29.311Z Compiling siphasher v1.0.2
15192026-03-20T18:08:29.600Z Compiling num_threads v0.1.7
15202026-03-20T18:08:29.615Z Compiling usdt-impl v0.6.0
15212026-03-20T18:08:29.615Z Compiling simd-adler32 v0.3.8
15222026-03-20T18:08:29.675Z Compiling either v1.15.0
15232026-03-20T18:08:29.828Z Compiling native-tls v0.2.18
15242026-03-20T18:08:29.939Z Compiling hyper-util v0.1.20
15252026-03-20T18:08:29.959Z Compiling time v0.3.47
15262026-03-20T18:08:30.095Z Compiling bit-set v0.8.0
15272026-03-20T18:08:30.303Z Compiling rusty-fork v0.3.1
15282026-03-20T18:08:30.516Z Compiling thiserror v1.0.69
15292026-03-20T18:08:30.705Z Compiling derive_builder_core v0.20.2
15302026-03-20T18:08:31.714Z Compiling dof v0.4.0
15312026-03-20T18:08:32.103Z Compiling unicode-normalization v0.1.25
15322026-03-20T18:08:32.122Z Compiling crossbeam-epoch v0.9.18
15332026-03-20T18:08:32.263Z Compiling dtrace-parser v0.3.0
15342026-03-20T18:08:32.540Z Compiling rustls-native-certs v0.8.3
15352026-03-20T18:08:32.688Z Compiling signature v2.2.0
15362026-03-20T18:08:32.908Z Compiling scroll_derive v0.12.1
15372026-03-20T18:08:32.911Z Compiling heapless v0.7.17
15382026-03-20T18:08:33.121Z Compiling rand_xorshift v0.4.0
15392026-03-20T18:08:33.213Z Compiling darling_core v0.21.3
15402026-03-20T18:08:33.292Z Compiling slog v2.8.2
15412026-03-20T18:08:33.315Z Compiling bzip2-sys v0.1.13+1.0.8
15422026-03-20T18:08:33.334Z Compiling sync_wrapper v1.0.2
15432026-03-20T18:08:33.461Z Compiling thread-id v5.1.0
15442026-03-20T18:08:33.512Z Compiling cookie v0.18.1
15452026-03-20T18:08:33.577Z Compiling rayon-core v1.13.0
15462026-03-20T18:08:33.667Z Compiling adler2 v2.0.1
15472026-03-20T18:08:33.759Z Compiling unicode-bidi v0.3.18
15482026-03-20T18:08:33.781Z Compiling unicode-segmentation v1.12.0
15492026-03-20T18:08:33.801Z Compiling paste v1.0.15
15502026-03-20T18:08:33.830Z Compiling unicode-properties v0.1.4
15512026-03-20T18:08:34.109Z Compiling zstd-safe v7.2.4
15522026-03-20T18:08:34.139Z Compiling unarray v0.1.4
15532026-03-20T18:08:34.274Z Compiling anyhow v1.0.102
15542026-03-20T18:08:34.295Z Compiling signal-hook v0.3.18
15552026-03-20T18:08:34.337Z Compiling proptest v1.10.0
15562026-03-20T18:08:34.481Z Compiling stringprep v0.1.5
15572026-03-20T18:08:34.615Z Compiling miniz_oxide v0.8.9
15582026-03-20T18:08:34.816Z Compiling scroll v0.12.0
15592026-03-20T18:08:35.177Z Compiling tower v0.5.3
15602026-03-20T18:08:35.414Z Compiling crossbeam-deque v0.8.6
15612026-03-20T18:08:35.430Z Compiling derive_builder_macro v0.20.2
15622026-03-20T18:08:35.641Z Compiling ipnetwork v0.21.1
15632026-03-20T18:08:35.661Z Compiling http-body-util v0.1.3
15642026-03-20T18:08:35.800Z Compiling webpki-roots v1.0.6
15652026-03-20T18:08:35.822Z Compiling rand_chacha v0.3.1
15662026-03-20T18:08:35.953Z Compiling erased-serde v0.3.31
15672026-03-20T18:08:35.972Z Compiling serde_spanned v0.6.9
15682026-03-20T18:08:35.994Z Compiling toml_datetime v0.6.11
15692026-03-20T18:08:36.152Z Compiling serde_tokenstream v0.2.3
15702026-03-20T18:08:36.167Z Compiling md-5 v0.10.6
15712026-03-20T18:08:36.320Z Compiling zerocopy-derive v0.7.35
15722026-03-20T18:08:36.366Z Compiling curve25519-dalek v4.1.3
15732026-03-20T18:08:36.546Z Compiling vergen-lib v0.1.6
15742026-03-20T18:08:36.669Z Compiling num-integer v0.1.46
15752026-03-20T18:08:36.764Z Compiling hash32 v0.2.1
15762026-03-20T18:08:36.783Z Compiling ff v0.13.1
15772026-03-20T18:08:36.816Z Compiling darling_macro v0.21.3
15782026-03-20T18:08:36.847Z Compiling memoffset v0.9.1
15792026-03-20T18:08:36.951Z Compiling fallible-iterator v0.2.0
15802026-03-20T18:08:37.007Z Compiling num-bigint-dig v0.8.6
15812026-03-20T18:08:37.079Z Compiling cfg_aliases v0.2.1
15822026-03-20T18:08:37.098Z Compiling psl-types v2.0.11
15832026-03-20T18:08:37.166Z Compiling rustix v0.38.44
15842026-03-20T18:08:37.229Z Compiling ref-cast v1.0.25
15852026-03-20T18:08:37.249Z Compiling iri-string v0.7.10
15862026-03-20T18:08:37.364Z Compiling smoltcp v0.9.1
15872026-03-20T18:08:37.408Z Compiling ryu v1.0.23
15882026-03-20T18:08:37.514Z Compiling zlib-rs v0.6.2
15892026-03-20T18:08:37.607Z Compiling base16ct v0.2.0
15902026-03-20T18:08:37.611Z Compiling litrs v1.0.0
15912026-03-20T18:08:37.755Z Compiling sec1 v0.7.3
15922026-03-20T18:08:37.827Z Compiling serde_urlencoded v0.7.1
15932026-03-20T18:08:37.865Z Compiling newtype-uuid v1.3.2
15942026-03-20T18:08:38.103Z Compiling zerocopy v0.7.35
15952026-03-20T18:08:38.146Z Compiling darling v0.21.3
15962026-03-20T18:08:38.251Z Compiling postgres-protocol v0.6.10
15972026-03-20T18:08:38.306Z Compiling document-features v0.2.12
15982026-03-20T18:08:38.328Z Compiling publicsuffix v2.3.0
15992026-03-20T18:08:38.535Z Compiling nix v0.31.1
16002026-03-20T18:08:38.892Z Compiling tower-http v0.6.8
16012026-03-20T18:08:39.016Z Compiling num-iter v0.1.45
16022026-03-20T18:08:39.153Z Compiling group v0.13.0
16032026-03-20T18:08:39.374Z Compiling rand v0.8.5
16042026-03-20T18:08:39.411Z Compiling derive_builder v0.20.2
16052026-03-20T18:08:39.446Z Compiling oxnet v0.1.4
16062026-03-20T18:08:39.709Z Compiling proc-macro-error v1.0.4
16072026-03-20T18:08:39.809Z Compiling tokio-native-tls v0.3.1
16082026-03-20T18:08:39.955Z Compiling goblin v0.8.2
16092026-03-20T18:08:40.717Z Compiling heck v0.4.1
16102026-03-20T18:08:40.742Z Compiling phf_shared v0.13.1
16112026-03-20T18:08:40.977Z Compiling regex v1.12.3
16122026-03-20T18:08:41.009Z Compiling hubpack_derive v0.1.1
16132026-03-20T18:08:41.063Z Compiling lazy_static v1.5.0
16142026-03-20T18:08:41.175Z Compiling cargo-platform v0.1.9
16152026-03-20T18:08:41.180Z Compiling hkdf v0.12.4
16162026-03-20T18:08:41.388Z Compiling crypto-bigint v0.5.5
16172026-03-20T18:08:41.500Z Compiling ref-cast-impl v1.0.25
16182026-03-20T18:08:41.548Z Compiling strum_macros v0.27.2
16192026-03-20T18:08:41.567Z Compiling async-trait v0.1.89
16202026-03-20T18:08:42.094Z Compiling flate2 v1.1.9
16212026-03-20T18:08:42.194Z Compiling curve25519-dalek-derive v0.1.1
16222026-03-20T18:08:42.646Z Compiling daft-derive v0.1.5
16232026-03-20T18:08:43.039Z Compiling terminal_size v0.4.3
16242026-03-20T18:08:43.050Z Compiling vergen v9.0.6
16252026-03-20T18:08:43.145Z Compiling fs-err v3.3.0
16262026-03-20T18:08:43.253Z Compiling ahash v0.8.12
16272026-03-20T18:08:43.374Z Compiling bumpalo v3.20.2
16282026-03-20T18:08:43.502Z Compiling managed v0.8.0
16292026-03-20T18:08:43.638Z Compiling libbz2-rs-sys v0.2.2
16302026-03-20T18:08:43.759Z Compiling foldhash v0.1.5
16312026-03-20T18:08:43.793Z Compiling winnow v0.5.40
16322026-03-20T18:08:43.979Z Compiling object v0.37.3
16332026-03-20T18:08:44.285Z Compiling bitflags v1.3.2
16342026-03-20T18:08:44.307Z Compiling strum v0.27.2
16352026-03-20T18:08:44.400Z Compiling bzip2 v0.6.1
16362026-03-20T18:08:44.468Z Compiling console v0.16.2
16372026-03-20T18:08:44.574Z Compiling clap_builder v4.5.60
16382026-03-20T18:08:44.660Z Compiling hashbrown v0.15.5
16392026-03-20T18:08:44.965Z Compiling zopfli v0.8.3
16402026-03-20T18:08:45.215Z Compiling daft v0.1.5
16412026-03-20T18:08:45.509Z Compiling dof v0.3.0
16422026-03-20T18:08:45.594Z Compiling toml_edit v0.19.15
16432026-03-20T18:08:45.774Z Compiling elliptic-curve v0.13.8
16442026-03-20T18:08:45.967Z Compiling hubpack v0.1.2
16452026-03-20T18:08:46.250Z Compiling cargo_metadata v0.19.2
16462026-03-20T18:08:46.476Z Compiling phf v0.13.1
16472026-03-20T18:08:46.683Z Compiling zone_cfg_derive v0.3.1
16482026-03-20T18:08:47.491Z Compiling signal-hook-mio v0.2.5
16492026-03-20T18:08:47.631Z Compiling zstd v0.13.3
16502026-03-20T18:08:47.977Z Compiling cookie_store v0.22.1
16512026-03-20T18:08:48.446Z Compiling rayon v1.11.0
16522026-03-20T18:08:48.632Z Compiling hyper-tls v0.6.0
16532026-03-20T18:08:48.820Z Compiling bzip2 v0.4.4
16542026-03-20T18:08:48.959Z Compiling postgres-types v0.2.12
16552026-03-20T18:08:49.019Z Compiling serde_with_macros v3.17.0
16562026-03-20T18:08:49.337Z Compiling usdt-macro v0.6.0
16572026-03-20T18:08:49.519Z Compiling usdt-attr-macro v0.6.0
16582026-03-20T18:08:49.732Z Compiling ed25519 v2.2.3
16592026-03-20T18:08:50.299Z Compiling dtrace-parser v0.2.0
16602026-03-20T18:08:50.510Z Compiling itertools v0.12.1
16612026-03-20T18:08:50.553Z Compiling phf_shared v0.11.3
16622026-03-20T18:08:50.690Z Compiling bstr v1.12.1
16632026-03-20T18:08:50.804Z Compiling pkcs1 v0.7.5
16642026-03-20T18:08:50.869Z Compiling hex v0.4.3
16652026-03-20T18:08:50.904Z Compiling serde-big-array v0.5.1
16662026-03-20T18:08:51.168Z Compiling rfc6979 v0.4.0
16672026-03-20T18:08:51.219Z Compiling enum-as-inner v0.6.1
16682026-03-20T18:08:51.249Z Compiling strum_macros v0.26.4
16692026-03-20T18:08:51.331Z Compiling clap_derive v4.5.55
16702026-03-20T18:08:51.331Z Compiling serde_repr v0.1.20
16712026-03-20T18:08:51.559Z Compiling float-cmp v0.10.0
16722026-03-20T18:08:51.745Z Compiling memmap2 v0.9.10
16732026-03-20T18:08:51.867Z Compiling thread-id v4.2.2
16742026-03-20T18:08:52.045Z Compiling env_filter v1.0.0
16752026-03-20T18:08:52.062Z Compiling encoding_rs v0.8.35
16762026-03-20T18:08:52.062Z Compiling data-encoding v2.10.0
16772026-03-20T18:08:52.182Z Compiling precomputed-hash v0.1.1
16782026-03-20T18:08:52.291Z Compiling fixedbitset v0.5.7
16792026-03-20T18:08:52.366Z Compiling normalize-line-endings v0.3.0
16802026-03-20T18:08:52.483Z Compiling keccak v0.1.6
16812026-03-20T18:08:52.695Z Compiling fixedbitset v0.4.2
16822026-03-20T18:08:52.979Z Compiling mime v0.3.17
16832026-03-20T18:08:52.996Z Compiling jiff v0.2.21
16842026-03-20T18:08:53.319Z Compiling rustc-hash v2.1.1
16852026-03-20T18:08:53.471Z Compiling new_debug_unreachable v1.0.6
16862026-03-20T18:08:53.552Z Compiling difflib v0.4.0
16872026-03-20T18:08:53.604Z Compiling whoami v2.1.0
16882026-03-20T18:08:53.641Z Compiling unit-prefix v0.5.2
16892026-03-20T18:08:53.673Z Compiling predicates-core v1.0.10
16902026-03-20T18:08:53.797Z Compiling static_assertions v1.1.0
16912026-03-20T18:08:53.825Z Compiling clap v4.5.60
16922026-03-20T18:08:53.895Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16932026-03-20T18:08:53.913Z Compiling tokio-postgres v0.7.16
16942026-03-20T18:08:53.932Z Compiling predicates v3.1.4
16952026-03-20T18:08:54.092Z Compiling indicatif v0.18.4
16962026-03-20T18:08:54.110Z Compiling strum v0.26.3
16972026-03-20T18:08:54.274Z Compiling string_cache v0.8.9
16982026-03-20T18:08:54.336Z Compiling iddqd v0.3.17
16992026-03-20T18:08:54.565Z Compiling petgraph v0.6.5
17002026-03-20T18:08:54.831Z Compiling sha3 v0.10.8
17012026-03-20T18:08:55.267Z Compiling petgraph v0.8.3
17022026-03-20T18:08:55.412Z Compiling hickory-proto v0.25.2
17032026-03-20T18:08:55.874Z Compiling env_logger v0.11.9
17042026-03-20T18:08:56.348Z Compiling zone v0.3.1
17052026-03-20T18:08:56.555Z Compiling toml_edit v0.22.27
17062026-03-20T18:08:56.920Z Compiling zip v4.6.1
17072026-03-20T18:08:57.250Z Compiling usdt v0.6.0
17082026-03-20T18:08:57.582Z Compiling usdt-impl v0.5.0
17092026-03-20T18:08:57.632Z Compiling similar v2.7.0
17102026-03-20T18:08:57.928Z Compiling ecdsa v0.16.9
17112026-03-20T18:08:58.204Z Compiling serde_with v3.17.0
17122026-03-20T18:08:58.352Z Compiling rsa v0.9.10
17132026-03-20T18:08:58.449Z Compiling crossterm v0.28.1
17142026-03-20T18:08:58.853Z Compiling ed25519-dalek v2.2.0
17152026-03-20T18:08:58.957Z Compiling zip v0.6.6
17162026-03-20T18:09:00.268Z Compiling toml v0.7.8
17172026-03-20T18:09:00.748Z Compiling toml_parser v1.0.9+spec-1.1.0
17182026-03-20T18:09:00.825Z Compiling itertools v0.13.0
17192026-03-20T18:09:01.098Z Compiling tokio-stream v0.1.18
17202026-03-20T18:09:01.614Z Compiling buf-list v1.1.2
17212026-03-20T18:09:01.656Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-03-20T18:09:01.712Z Compiling x509-cert v0.2.5
17232026-03-20T18:09:01.963Z Compiling openapiv3 v2.2.0
17242026-03-20T18:09:01.983Z Compiling sha1 v0.10.6
17252026-03-20T18:09:02.053Z Compiling toml_datetime v0.7.5+spec-1.1.0
17262026-03-20T18:09:02.266Z Compiling lalrpop-util v0.19.12
17272026-03-20T18:09:02.444Z Compiling peg-runtime v0.8.5
17282026-03-20T18:09:02.508Z Compiling thread_local v1.1.9
17292026-03-20T18:09:02.527Z Compiling slog-async v2.8.0
17302026-03-20T18:09:02.529Z Compiling crossbeam-channel v0.5.15
17312026-03-20T18:09:02.796Z Compiling futures-executor v0.3.32
17322026-03-20T18:09:02.817Z Compiling filetime v0.2.27
17332026-03-20T18:09:02.924Z Compiling is-terminal v0.4.17
17342026-03-20T18:09:03.030Z Compiling xattr v1.6.1
17352026-03-20T18:09:03.049Z Compiling take_mut v0.2.2
17362026-03-20T18:09:03.123Z Compiling term v1.2.1
17372026-03-20T18:09:03.148Z Compiling futures v0.3.32
17382026-03-20T18:09:03.180Z Compiling tar v0.4.45
17392026-03-20T18:09:03.868Z Compiling slog-term v2.9.2
17402026-03-20T18:09:10.301Z Compiling rustls-webpki v0.103.9
17412026-03-20T18:09:14.334Z Compiling tokio-rustls v0.26.4
17422026-03-20T18:09:14.334Z Compiling rustls-platform-verifier v0.6.2
17432026-03-20T18:09:14.605Z Compiling hyper-rustls v0.27.7
17442026-03-20T18:09:14.864Z Compiling reqwest v0.13.2
17452026-03-20T18:09:14.864Z Compiling reqwest v0.12.28
17462026-03-20T18:09:17.810Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17472026-03-20T18:09:18.074Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17482026-03-20T18:09:21.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17492026-03-20T18:09:22.000Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17502026-03-20T18:09:22.063ZMar 20 18:09:21.202 INFO Starting download, target: Cockroach
17512026-03-20T18:09:22.063ZMar 20 18:09:21.202 INFO Starting download, target: Clickhouse
17522026-03-20T18:09:22.063ZMar 20 18:09:21.202 INFO Starting download, target: Console
17532026-03-20T18:09:22.063ZMar 20 18:09:21.202 INFO Starting download, target: DendriteStub
17542026-03-20T18:09:22.066ZMar 20 18:09:21.202 INFO Starting download, target: TransceiverControl
17552026-03-20T18:09:22.066ZMar 20 18:09:21.202 INFO Starting download, target: MaghemiteMgd
17562026-03-20T18:09:22.066ZMar 20 18:09:21.202 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-03-20T18:09:22.066ZMar 20 18:09:21.202 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-03-20T18:09:22.066ZMar 20 18:09:21.202 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17592026-03-20T18:09:22.066ZMar 20 18:09:21.202 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-03-20T18:09:22.066ZMar 20 18:09:21.202 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-03-20T18:09:22.066ZMar 20 18:09:21.202 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-03-20T18:09:22.542ZMar 20 18:09:21.564 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-03-20T18:09:22.782ZMar 20 18:09:21.901 INFO Download complete, target: TransceiverControl
17642026-03-20T18:09:23.087ZMar 20 18:09:22.227 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652026-03-20T18:09:23.468ZMar 20 18:09:22.603 INFO Download complete, target: Console
17662026-03-20T18:09:23.650ZMar 20 18:09:22.789 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-03-20T18:09:24.140ZMar 20 18:09:23.280 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-03-20T18:09:24.635ZMar 20 18:09:23.772 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-03-20T18:09:24.905ZMar 20 18:09:24.042 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-03-20T18:09:24.905ZMar 20 18:09:24.042 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-03-20T18:09:27.238ZMar 20 18:09:26.379 INFO Download complete, target: DendriteStub
17722026-03-20T18:09:27.856ZMar 20 18:09:26.998 INFO Download complete, target: MaghemiteMgd
17732026-03-20T18:09:32.687ZMar 20 18:09:31.830 INFO Checking that binary works, target: Cockroach
17742026-03-20T18:09:32.797ZMar 20 18:09:31.940 INFO Download complete, target: Cockroach
17752026-03-20T18:09:36.073ZMar 20 18:09:35.217 INFO Checking that binary works, target: Clickhouse
17762026-03-20T18:09:36.307ZMar 20 18:09:35.451 INFO Download complete, target: Clickhouse
17772026-03-20T18:09:36.426ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-03-20T18:09:36.430Z
17792026-03-20T18:09:36.430Zreal 3:59.257359980
17802026-03-20T18:09:36.431Zuser 10:21.697999639
17812026-03-20T18:09:36.431Zsys 1:46.181693055
17822026-03-20T18:09:36.431Ztrap 0.315022154
17832026-03-20T18:09:36.431Ztflt 0.740244520
17842026-03-20T18:09:36.431Zdflt 0.828748505
17852026-03-20T18:09:36.431Zkflt 0.081604822
17862026-03-20T18:09:36.431Zlock 31:14.001461231
17872026-03-20T18:09:36.431Zslp 29:03.467204003
17882026-03-20T18:09:36.431Zlat 55.631209078
17892026-03-20T18:09:36.431Zstop 2:38.312592249
17902026-03-20T18:09:36.431Z+ banner clippy
17912026-03-20T18:09:36.431Z
17922026-03-20T18:09:36.431Z #### # # ##### ##### # #
17932026-03-20T18:09:36.431Z # # # # # # # # # #
17942026-03-20T18:09:36.431Z # # # # # # # #
17952026-03-20T18:09:36.431Z # # # ##### ##### #
17962026-03-20T18:09:36.431Z # # # # # # #
17972026-03-20T18:09:36.431Z #### ###### # # # #
17982026-03-20T18:09:36.431Z
17992026-03-20T18:09:36.431Z+ export CARGO_INCREMENTAL=0
18002026-03-20T18:09:36.431Z+ CARGO_INCREMENTAL=0
18012026-03-20T18:09:36.431Z+ ptime -m cargo xtask clippy
18022026-03-20T18:09:37.113Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-03-20T18:09:37.379Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-03-20T18:09:39.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
18052026-03-20T18:09:39.929Z Running `target/debug/xtask clippy`
18062026-03-20T18:09:39.957Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18072026-03-20T18:09:40.778Z Downloading crates ...
18082026-03-20T18:09:41.039Z Downloaded addr2line v0.25.1
18092026-03-20T18:09:41.060Z Downloaded anes v0.1.6
18102026-03-20T18:09:41.071Z Downloaded rstest_macros v0.25.0
18112026-03-20T18:09:41.095Z Downloaded miette v5.10.0
18122026-03-20T18:09:41.098Z Downloaded cargo-platform v0.3.2
18132026-03-20T18:09:41.100Z Downloaded concurrent-queue v2.5.0
18142026-03-20T18:09:41.104Z Downloaded cast v0.3.0
18152026-03-20T18:09:41.107Z Downloaded linkme v0.3.35
18162026-03-20T18:09:41.113Z Downloaded termcolor v1.4.1
18172026-03-20T18:09:41.115Z Downloaded async-lock v3.4.2
18182026-03-20T18:09:41.118Z Downloaded httptest v0.16.4
18192026-03-20T18:09:41.121Z Downloaded target-triple v1.0.0
18202026-03-20T18:09:41.125Z Downloaded plotters-backend v0.3.7
18212026-03-20T18:09:41.128Z Downloaded partial-io v0.5.4
18222026-03-20T18:09:41.131Z Downloaded cargo_metadata v0.23.1
18232026-03-20T18:09:41.134Z Downloaded rstest v0.25.0
18242026-03-20T18:09:41.138Z Downloaded escape8259 v0.5.3
18252026-03-20T18:09:41.143Z Downloaded nested v0.1.1
18262026-03-20T18:09:41.163Z Downloaded plotters-svg v0.3.7
18272026-03-20T18:09:41.201Z Downloaded event-listener-strategy v0.5.4
18282026-03-20T18:09:41.213Z Downloaded constant_time_eq v0.3.1
18292026-03-20T18:09:41.218Z Downloaded approx v0.5.1
18302026-03-20T18:09:41.226Z Downloaded linkme-impl v0.3.35
18312026-03-20T18:09:41.229Z Downloaded backtrace-ext v0.2.1
18322026-03-20T18:09:41.232Z Downloaded supports-color v2.1.0
18332026-03-20T18:09:41.232Z Downloaded guppy-workspace-hack v0.1.0
18342026-03-20T18:09:41.240Z Downloaded assert-json-diff v2.0.2
18352026-03-20T18:09:41.246Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18362026-03-20T18:09:41.259Z Downloaded similar-asserts v1.7.0
18372026-03-20T18:09:41.261Z Downloaded miette-derive v5.10.0
18382026-03-20T18:09:41.264Z Downloaded parking v2.2.1
18392026-03-20T18:09:41.266Z Downloaded supports-hyperlinks v2.1.0
18402026-03-20T18:09:41.267Z Downloaded pathdiff v0.2.3
18412026-03-20T18:09:41.272Z Downloaded serde_regex v1.1.0
18422026-03-20T18:09:41.275Z Downloaded terminal_size v0.1.17
18432026-03-20T18:09:41.275Z Downloaded supports-unicode v2.1.0
18442026-03-20T18:09:41.278Z Downloaded async-object-pool v0.2.0
18452026-03-20T18:09:41.281Z Downloaded target-lexicon v0.13.3
18462026-03-20T18:09:41.281Z Downloaded oorandom v11.1.5
18472026-03-20T18:09:41.284Z Downloaded rust-argon2 v2.1.0
18482026-03-20T18:09:41.284Z Downloaded rand_distr v0.5.1
18492026-03-20T18:09:41.296Z Downloaded datatest-stable v0.3.3
18502026-03-20T18:09:41.303Z Downloaded stringmetrics v2.2.2
18512026-03-20T18:09:41.303Z Downloaded event-listener v5.4.1
18522026-03-20T18:09:41.306Z Downloaded futures-timer v3.0.3
18532026-03-20T18:09:41.309Z Downloaded libtest-mimic v0.8.1
18542026-03-20T18:09:41.309Z Downloaded criterion-plot v0.6.0
18552026-03-20T18:09:41.312Z Downloaded rustc-demangle v0.1.27
18562026-03-20T18:09:41.312Z Downloaded relative-path v1.9.3
18572026-03-20T18:09:41.315Z Downloaded tinytemplate v1.2.1
18582026-03-20T18:09:41.318Z Downloaded target-spec v3.5.7
18592026-03-20T18:09:41.324Z Downloaded cfg-expr v0.20.6
18602026-03-20T18:09:41.329Z Downloaded owo-colors v3.5.0
18612026-03-20T18:09:41.332Z Downloaded blake2b_simd v1.0.4
18622026-03-20T18:09:41.335Z Downloaded knuffel-derive v3.2.0
18632026-03-20T18:09:41.335Z Downloaded assert_cmd v2.1.2
18642026-03-20T18:09:41.342Z Downloaded path-tree v0.8.3
18652026-03-20T18:09:41.345Z Downloaded textwrap v0.15.2
18662026-03-20T18:09:41.348Z Downloaded fancy-regex v0.14.0
18672026-03-20T18:09:41.351Z Downloaded trybuild v1.0.116
18682026-03-20T18:09:41.354Z Downloaded chumsky v0.9.3
18692026-03-20T18:09:41.357Z Downloaded toml v1.0.3+spec-1.1.0
18702026-03-20T18:09:41.365Z Downloaded knuffel v3.2.0
18712026-03-20T18:09:41.367Z Downloaded backtrace v0.3.76
18722026-03-20T18:09:41.370Z Downloaded plotters v0.3.7
18732026-03-20T18:09:41.376Z Downloaded hashbrown v0.14.5
18742026-03-20T18:09:41.385Z Downloaded guppy v0.17.25
18752026-03-20T18:09:41.388Z Downloaded criterion v0.7.0
18762026-03-20T18:09:41.418Z Downloaded gimli v0.32.3
18772026-03-20T18:09:41.482Z Downloaded httpmock v0.8.3
18782026-03-20T18:09:43.642Z Checking cfg-if v1.0.4
18792026-03-20T18:09:44.049Z Checking libc v0.2.180
18802026-03-20T18:09:44.052Z Checking serde_core v1.0.228
18812026-03-20T18:09:44.140Z Checking memchr v2.8.0
18822026-03-20T18:09:44.188Z Checking smallvec v1.15.1
18832026-03-20T18:09:44.235Z Checking log v0.4.29
18842026-03-20T18:09:44.235Z Checking itoa v1.0.17
18852026-03-20T18:09:44.335Z Checking zeroize v1.8.2
18862026-03-20T18:09:44.386Z Checking libm v0.2.16
18872026-03-20T18:09:44.452Z Checking scopeguard v1.2.0
18882026-03-20T18:09:44.505Z Checking stable_deref_trait v1.2.1
18892026-03-20T18:09:44.558Z Checking zmij v1.0.21
18902026-03-20T18:09:44.607Z Checking zerofrom v0.1.6
18912026-03-20T18:09:44.654Z Checking lock_api v0.4.14
18922026-03-20T18:09:44.697Z Checking errno v0.3.14
18932026-03-20T18:09:44.861Z Checking getrandom v0.2.17
18942026-03-20T18:09:44.873Z Checking yoke v0.8.1
18952026-03-20T18:09:44.873Z Checking percent-encoding v2.3.2
18962026-03-20T18:09:44.889Z Checking writeable v0.6.2
18972026-03-20T18:09:44.895Z Checking litemap v0.8.1
18982026-03-20T18:09:44.974Z Checking subtle v2.6.1
18992026-03-20T18:09:45.025Z Checking icu_properties_data v2.1.2
19002026-03-20T18:09:45.072Z Checking icu_normalizer_data v2.1.1
19012026-03-20T18:09:45.075Z Checking zerovec v0.11.5
19022026-03-20T18:09:45.161Z Checking zerotrie v0.2.3
19032026-03-20T18:09:45.210Z Checking form_urlencoded v1.2.2
19042026-03-20T18:09:45.210Z Checking rand_core v0.6.4
19052026-03-20T18:09:45.213Z Checking portable-atomic v1.13.1
19062026-03-20T18:09:45.346Z Checking utf8_iter v1.0.4
19072026-03-20T18:09:45.411Z Checking pin-project-lite v0.2.17
19082026-03-20T18:09:45.415Z Checking num-traits v0.2.19
19092026-03-20T18:09:45.524Z Checking zerocopy v0.8.40
19102026-03-20T18:09:45.528Z Checking critical-section v1.2.0
19112026-03-20T18:09:45.615Z Checking parking_lot_core v0.9.12
19122026-03-20T18:09:45.664Z Checking rand_core v0.10.0
19132026-03-20T18:09:45.715Z Checking signal-hook-registry v1.4.8
19142026-03-20T18:09:45.764Z Checking tinystr v0.8.2
19152026-03-20T18:09:45.881Z Checking potential_utf v0.1.4
19162026-03-20T18:09:45.927Z Checking parking_lot v0.12.5
19172026-03-20T18:09:45.930Z Checking once_cell v1.21.3
19182026-03-20T18:09:46.016Z Checking getrandom v0.4.1
19192026-03-20T18:09:46.061Z Checking icu_locale_core v2.1.1
19202026-03-20T18:09:46.107Z Checking icu_collections v2.1.1
19212026-03-20T18:09:46.198Z Checking mio v1.1.1
19222026-03-20T18:09:46.257Z Checking typenum v1.19.0
19232026-03-20T18:09:46.302Z Checking serde v1.0.228
19242026-03-20T18:09:46.302Z Checking bitflags v2.11.0
19252026-03-20T18:09:46.305Z Checking serde_json v1.0.149
19262026-03-20T18:09:46.551Z Checking socket2 v0.6.2
19272026-03-20T18:09:46.613Z Checking thiserror v2.0.18
19282026-03-20T18:09:46.659Z Checking iana-time-zone v0.1.65
19292026-03-20T18:09:46.788Z Checking allocator-api2 v0.2.21
19302026-03-20T18:09:46.839Z Checking semver v1.0.27
19312026-03-20T18:09:46.883Z Checking icu_provider v2.1.1
19322026-03-20T18:09:46.931Z Checking uuid v1.21.0
19332026-03-20T18:09:46.996Z Checking bytes v1.11.1
19342026-03-20T18:09:46.999Z Checking generic-array v0.14.7
19352026-03-20T18:09:47.135Z Checking chrono v0.4.44
19362026-03-20T18:09:47.211Z Checking futures-core v0.3.32
19372026-03-20T18:09:47.257Z Checking icu_properties v2.1.2
19382026-03-20T18:09:47.423Z Checking icu_normalizer v2.1.1
19392026-03-20T18:09:47.428Z Checking equivalent v1.0.2
19402026-03-20T18:09:47.467Z Checking const-oid v0.9.6
19412026-03-20T18:09:47.537Z Checking dyn-clone v1.0.20
19422026-03-20T18:09:47.633Z Checking tokio v1.49.0
19432026-03-20T18:09:47.692Z Checking crypto-common v0.1.7
19442026-03-20T18:09:47.740Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19452026-03-20T18:09:47.786Z Checking foldhash v0.2.0
19462026-03-20T18:09:47.880Z Checking block-buffer v0.10.4
19472026-03-20T18:09:48.013Z Checking hashbrown v0.16.1
19482026-03-20T18:09:48.104Z Checking futures-sink v0.3.32
19492026-03-20T18:09:48.164Z Checking rustix v1.1.3
19502026-03-20T18:09:48.265Z Checking byteorder v1.5.0
19512026-03-20T18:09:48.347Z Checking futures-channel v0.3.32
19522026-03-20T18:09:48.436Z Checking idna_adapter v1.2.1
19532026-03-20T18:09:48.516Z Checking digest v0.10.7
19542026-03-20T18:09:48.567Z Checking futures-io v0.3.32
19552026-03-20T18:09:48.620Z Checking idna v1.1.0
19562026-03-20T18:09:48.668Z Checking futures-task v0.3.32
19572026-03-20T18:09:48.723Z Checking slab v0.4.12
19582026-03-20T18:09:48.770Z Checking cpufeatures v0.2.17
19592026-03-20T18:09:48.818Z Checking indexmap v2.13.0
19602026-03-20T18:09:48.880Z Checking thiserror v1.0.69
19612026-03-20T18:09:48.928Z Checking getrandom v0.3.4
19622026-03-20T18:09:48.972Z Checking futures-util v0.3.32
19632026-03-20T18:09:48.975Z Checking url v2.5.8
19642026-03-20T18:09:49.065Z Checking fnv v1.0.7
19652026-03-20T18:09:49.142Z Checking regex-syntax v0.8.10
19662026-03-20T18:09:49.212Z Checking http v1.4.0
19672026-03-20T18:09:49.395Z Checking tracing-core v0.1.36
19682026-03-20T18:09:49.581Z Checking ppv-lite86 v0.2.21
19692026-03-20T18:09:49.627Z Checking schemars v0.8.22
19702026-03-20T18:09:49.672Z Checking base64 v0.22.1
19712026-03-20T18:09:49.835Z Checking tracing v0.1.44
19722026-03-20T18:09:50.076Z Checking unicode-ident v1.0.24
19732026-03-20T18:09:50.081Z Checking ipnet v2.11.0
19742026-03-20T18:09:50.109Z Checking anstyle v1.0.13
19752026-03-20T18:09:50.157Z Checking utf8parse v0.2.2
19762026-03-20T18:09:50.204Z Checking proc-macro2 v1.0.106
19772026-03-20T18:09:50.317Z Checking untrusted v0.9.0
19782026-03-20T18:09:50.385Z Checking anstyle-parse v0.2.7
19792026-03-20T18:09:50.449Z Checking aho-corasick v1.1.4
19802026-03-20T18:09:50.496Z Checking ring v0.17.14
19812026-03-20T18:09:50.584Z Checking base64ct v1.8.3
19822026-03-20T18:09:50.631Z Checking colorchoice v1.0.4
19832026-03-20T18:09:50.678Z Checking quote v1.0.44
19842026-03-20T18:09:50.789Z Checking is_terminal_polyfill v1.70.2
19852026-03-20T18:09:50.926Z Checking anstyle-query v1.1.5
19862026-03-20T18:09:50.974Z Checking syn v2.0.117
19872026-03-20T18:09:50.976Z Checking block-padding v0.3.3
19882026-03-20T18:09:50.976Z Checking terminal_size v0.4.3
19892026-03-20T18:09:51.107Z Checking anstream v0.6.21
19902026-03-20T18:09:51.191Z Checking rustls-pki-types v1.14.0
19912026-03-20T18:09:51.260Z Checking inout v0.1.4
19922026-03-20T18:09:51.399Z Checking crossbeam-utils v0.8.21
19932026-03-20T18:09:51.445Z Checking regex-automata v0.4.14
19942026-03-20T18:09:51.490Z Checking httparse v1.10.1
19952026-03-20T18:09:51.609Z Checking cipher v0.4.4
19962026-03-20T18:09:51.725Z Checking strsim v0.11.1
19972026-03-20T18:09:51.833Z Checking clap_lex v1.0.0
19982026-03-20T18:09:51.883Z Checking sha2 v0.10.9
19992026-03-20T18:09:51.886Z Checking pem-rfc7468 v0.7.0
20002026-03-20T18:09:51.976Z Checking http-body v1.0.1
20012026-03-20T18:09:51.979Z Checking rand_core v0.9.5
20022026-03-20T18:09:52.069Z Checking clap_builder v4.5.60
20032026-03-20T18:09:52.075Z Checking tokio-util v0.7.18
20042026-03-20T18:09:52.164Z Checking atomic-waker v1.1.2
20052026-03-20T18:09:52.209Z Checking hmac v0.12.1
20062026-03-20T18:09:52.266Z Checking httpdate v1.0.3
20072026-03-20T18:09:52.314Z Checking try-lock v0.2.5
20082026-03-20T18:09:52.317Z Checking flagset v0.4.7
20092026-03-20T18:09:52.408Z Checking ryu v1.0.23
20102026-03-20T18:09:52.486Z Checking tower-service v0.3.3
20112026-03-20T18:09:52.643Z Checking want v0.3.1
20122026-03-20T18:09:52.655Z Checking pin-utils v0.1.0
20132026-03-20T18:09:52.655Z Checking tower-layer v0.3.3
20142026-03-20T18:09:52.669Z Checking der v0.7.10
20152026-03-20T18:09:52.715Z Checking rand_chacha v0.9.0
20162026-03-20T18:09:52.721Z Checking erased-serde v0.3.31
20172026-03-20T18:09:52.843Z Checking spin v0.9.8
20182026-03-20T18:09:52.950Z Checking h2 v0.4.13
20192026-03-20T18:09:53.047Z Checking rand v0.9.2
20202026-03-20T18:09:53.114Z Checking anyhow v1.0.102
20212026-03-20T18:09:53.327Z Checking slog v2.8.2
20222026-03-20T18:09:53.407Z Checking powerfmt v0.2.0
20232026-03-20T18:09:53.638Z Checking deranged v0.5.8
20242026-03-20T18:09:53.708Z Checking time-core v0.1.8
20252026-03-20T18:09:53.712Z Checking num_threads v0.1.7
20262026-03-20T18:09:53.801Z Checking num-conv v0.2.0
20272026-03-20T18:09:53.805Z Checking clap v4.5.60
20282026-03-20T18:09:53.899Z Checking http-body-util v0.1.3
20292026-03-20T18:09:53.947Z Checking aws-lc-sys v0.37.1
20302026-03-20T18:09:53.994Z Checking untrusted v0.7.1
20312026-03-20T18:09:53.999Z Checking fastrand v2.3.0
20322026-03-20T18:09:54.040Z Checking openssl-probe v0.2.1
20332026-03-20T18:09:54.172Z Checking regex v1.12.3
20342026-03-20T18:09:54.221Z Checking spki v0.7.3
20352026-03-20T18:09:54.224Z Checking serde_urlencoded v0.7.1
20362026-03-20T18:09:54.313Z Checking pbkdf2 v0.12.2
20372026-03-20T18:09:54.359Z Checking aes v0.8.4
20382026-03-20T18:09:54.467Z Checking rand_chacha v0.3.1
20392026-03-20T18:09:54.524Z Checking unicode-width v0.2.0
20402026-03-20T18:09:54.576Z Checking pretty-hex v0.4.1
20412026-03-20T18:09:54.620Z Checking cbc v0.1.2
20422026-03-20T18:09:54.688Z Checking aws-lc-rs v1.16.0
20432026-03-20T18:09:54.873Z Checking salsa20 v0.10.2
20442026-03-20T18:09:54.888Z Checking rand v0.8.5
20452026-03-20T18:09:54.888Z Checking ipnetwork v0.21.1
20462026-03-20T18:09:54.898Z Checking tempfile v3.25.0
20472026-03-20T18:09:54.941Z Checking hex v0.4.3
20482026-03-20T18:09:54.992Z Checking time v0.3.47
20492026-03-20T18:09:54.996Z Checking scrypt v0.11.0
20502026-03-20T18:09:55.160Z Checking plain v0.2.3
20512026-03-20T18:09:55.208Z Checking rustls-native-certs v0.8.3
20522026-03-20T18:09:55.254Z Checking pkcs5 v0.7.1
20532026-03-20T18:09:55.300Z Checking sync_wrapper v1.0.2
20542026-03-20T18:09:55.349Z Checking camino v1.2.2
20552026-03-20T18:09:55.407Z Checking ucd-trie v0.1.7
20562026-03-20T18:09:55.469Z Checking tower v0.5.3
20572026-03-20T18:09:55.556Z Checking webpki-roots v1.0.6
20582026-03-20T18:09:55.610Z Checking pest v2.8.6
20592026-03-20T18:09:55.657Z Checking pkcs8 v0.10.2
20602026-03-20T18:09:55.729Z Checking iri-string v0.7.10
20612026-03-20T18:09:55.776Z Checking either v1.15.0
20622026-03-20T18:09:55.891Z Checking rustls-webpki v0.103.9
20632026-03-20T18:09:55.939Z Checking mime v0.3.17
20642026-03-20T18:09:56.022Z Checking openapiv3 v2.2.0
20652026-03-20T18:09:56.070Z Checking winnow v0.7.14
20662026-03-20T18:09:56.199Z Checking oxnet v0.1.4
20672026-03-20T18:09:56.491Z Checking rustls v0.23.37
20682026-03-20T18:09:56.544Z Checking lazy_static v1.5.0
20692026-03-20T18:09:56.593Z Checking hyper v1.8.1
20702026-03-20T18:09:56.640Z Checking static_assertions v1.1.0
20712026-03-20T18:09:56.691Z Checking foreign-types-shared v0.1.1
20722026-03-20T18:09:56.764Z Checking signature v2.2.0
20732026-03-20T18:09:56.834Z Checking foreign-types v0.3.2
20742026-03-20T18:09:57.037Z Checking openssl-sys v0.9.111
20752026-03-20T18:09:57.046Z Checking encoding_rs v0.8.35
20762026-03-20T18:09:57.094Z Checking simd-adler32 v0.3.8
20772026-03-20T18:09:57.240Z Checking tower-http v0.6.8
20782026-03-20T18:09:57.357Z Checking hubpack v0.1.2
20792026-03-20T18:09:57.615Z Checking adler2 v2.0.1
20802026-03-20T18:09:57.664Z Checking strum v0.26.3
20812026-03-20T18:09:57.668Z Checking openssl v0.10.75
20822026-03-20T18:09:57.756Z Checking sha1 v0.10.6
20832026-03-20T18:09:57.804Z Checking miniz_oxide v0.8.9
20842026-03-20T18:09:57.853Z Checking tinyvec_macros v0.1.1
20852026-03-20T18:09:57.856Z Checking hyper-util v0.1.20
20862026-03-20T18:09:57.945Z Checking data-encoding v2.10.0
20872026-03-20T18:09:57.991Z Checking tinyvec v1.10.0
20882026-03-20T18:09:57.994Z Checking toml_datetime v0.6.11
20892026-03-20T18:09:58.307Z Checking serde_spanned v0.6.9
20902026-03-20T18:09:58.315Z Checking num-integer v0.1.46
20912026-03-20T18:09:58.397Z Checking scroll v0.13.0
20922026-03-20T18:09:58.400Z Checking memmap2 v0.9.10
20932026-03-20T18:09:58.490Z Checking bit-vec v0.8.0
20942026-03-20T18:09:58.537Z Checking base16ct v0.2.0
20952026-03-20T18:09:58.682Z Checking dtrace-parser v0.3.0
20962026-03-20T18:09:58.732Z Checking crossbeam-epoch v0.9.18
20972026-03-20T18:09:58.735Z Checking goblin v0.10.5
20982026-03-20T18:09:58.735Z Checking sec1 v0.7.3
20992026-03-20T18:09:58.823Z Checking bit-set v0.8.0
21002026-03-20T18:09:59.032Z Checking crc32fast v1.5.0
21012026-03-20T18:09:59.076Z Checking ff v0.13.1
21022026-03-20T18:09:59.079Z Checking thread-id v5.1.0
21032026-03-20T18:09:59.167Z Checking wait-timeout v0.2.1
21042026-03-20T18:09:59.240Z Checking num-iter v0.1.45
21052026-03-20T18:09:59.289Z Checking bstr v1.12.1
21062026-03-20T18:09:59.293Z Checking group v0.13.0
21072026-03-20T18:09:59.380Z Checking hkdf v0.12.4
21082026-03-20T18:09:59.427Z Checking ahash v0.8.12
21092026-03-20T18:09:59.557Z Checking crypto-bigint v0.5.5
21102026-03-20T18:09:59.606Z Checking quick-error v1.2.3
21112026-03-20T18:09:59.610Z Checking rand_xorshift v0.4.0
21122026-03-20T18:09:59.750Z Checking tokio-rustls v0.26.4
21132026-03-20T18:09:59.760Z Checking scroll v0.12.0
21142026-03-20T18:09:59.804Z Checking rusty-fork v0.3.1
21152026-03-20T18:09:59.855Z Checking unarray v0.1.4
21162026-03-20T18:09:59.898Z Checking num-bigint-dig v0.8.6
21172026-03-20T18:10:00.027Z Checking pkcs1 v0.7.5
21182026-03-20T18:10:00.075Z Checking proptest v1.10.0
21192026-03-20T18:10:00.078Z Checking hyper-rustls v0.27.7
21202026-03-20T18:10:00.169Z Checking goblin v0.8.2
21212026-03-20T18:10:00.342Z Checking x509-cert v0.2.5
21222026-03-20T18:10:00.422Z Checking zerocopy v0.7.35
21232026-03-20T18:10:00.537Z Checking native-tls v0.2.18
21242026-03-20T18:10:00.797Z Checking tokio-native-tls v0.3.1
21252026-03-20T18:10:00.918Z Checking elliptic-curve v0.13.8
21262026-03-20T18:10:01.026Z Checking hyper-tls v0.6.0
21272026-03-20T18:10:01.089Z Checking zlib-rs v0.6.2
21282026-03-20T18:10:01.157Z Checking psl-types v2.0.11
21292026-03-20T18:10:01.277Z Checking reqwest v0.12.28
21302026-03-20T18:10:01.295Z Checking unicode-segmentation v1.12.0
21312026-03-20T18:10:01.593Z Checking publicsuffix v2.3.0
21322026-03-20T18:10:01.615Z Checking rsa v0.9.10
21332026-03-20T18:10:01.615Z Checking crossbeam-deque v0.8.6
21342026-03-20T18:10:01.778Z Checking dtrace-parser v0.2.0
21352026-03-20T18:10:01.857Z Checking cookie v0.18.1
21362026-03-20T18:10:02.056Z Checking rfc6979 v0.4.0
21372026-03-20T18:10:02.123Z Checking dof v0.4.0
21382026-03-20T18:10:02.126Z Checking thread-id v4.2.2
21392026-03-20T18:10:02.315Z Checking toml_write v0.1.2
21402026-03-20T18:10:02.327Z Checking ecdsa v0.16.9
21412026-03-20T18:10:02.327Z Checking cookie_store v0.22.1
21422026-03-20T18:10:02.358Z Checking flate2 v1.1.9
21432026-03-20T18:10:02.412Z Checking rustls-platform-verifier v0.6.2
21442026-03-20T18:10:02.487Z Checking toml_edit v0.22.27
21452026-03-20T18:10:03.616Z Checking newtype-uuid v1.3.2
21462026-03-20T18:10:03.620Z Checking toml_parser v1.0.9+spec-1.1.0
21472026-03-20T18:10:03.620Z Checking curve25519-dalek v4.1.3
21482026-03-20T18:10:03.620Z Checking memoffset v0.9.1
21492026-03-20T18:10:03.620Z Checking rustix v0.38.44
21502026-03-20T18:10:03.620Z Checking dof v0.3.0
21512026-03-20T18:10:03.621Z Checking env_filter v1.0.0
21522026-03-20T18:10:03.621Z Checking keccak v0.1.6
21532026-03-20T18:10:03.621Z Checking usdt-impl v0.6.0
21542026-03-20T18:10:03.621Z Checking daft v0.1.5
21552026-03-20T18:10:03.621Z Checking env_logger v0.11.9
21562026-03-20T18:10:03.621Z Checking sha3 v0.10.8
21572026-03-20T18:10:03.621Z Checking usdt-impl v0.5.0
21582026-03-20T18:10:03.621Z Checking usdt v0.6.0
21592026-03-20T18:10:03.621Z Checking reqwest v0.13.2
21602026-03-20T18:10:03.621Z Checking ed25519 v2.2.3
21612026-03-20T18:10:03.621Z Checking itertools v0.13.0
21622026-03-20T18:10:03.654Z Checking serde_with v3.17.0
21632026-03-20T18:10:03.702Z Checking siphasher v1.0.2
21642026-03-20T18:10:03.773Z Checking bitflags v1.3.2
21652026-03-20T18:10:03.841Z Checking ed25519-dalek v2.2.0
21662026-03-20T18:10:03.963Z Checking unicode-normalization v0.1.25
21672026-03-20T18:10:03.988Z Checking signal-hook v0.3.18
21682026-03-20T18:10:04.002Z Checking toml_datetime v0.7.5+spec-1.1.0
21692026-03-20T18:10:04.046Z Checking winnow v0.5.40
21702026-03-20T18:10:04.173Z Checking managed v0.8.0
21712026-03-20T18:10:04.236Z Checking nix v0.31.1
21722026-03-20T18:10:04.295Z Checking rayon-core v1.13.0
21732026-03-20T18:10:04.461Z Checking bzip2-sys v0.1.13+1.0.8
21742026-03-20T18:10:04.464Z Checking object v0.37.3
21752026-03-20T18:10:04.603Z Checking foldhash v0.1.5
21762026-03-20T18:10:04.781Z Checking bzip2 v0.4.4
21772026-03-20T18:10:04.802Z Checking signal-hook-mio v0.2.5
21782026-03-20T18:10:04.815Z Checking hashbrown v0.15.5
21792026-03-20T18:10:04.895Z Checking ref-cast v1.0.25
21802026-03-20T18:10:04.941Z Checking zstd-sys v2.0.16+zstd.1.5.7
21812026-03-20T18:10:05.037Z Checking zip v0.6.6
21822026-03-20T18:10:05.083Z Checking bumpalo v3.20.2
21832026-03-20T18:10:05.130Z Checking zstd-safe v7.2.4
21842026-03-20T18:10:05.377Z Checking libbz2-rs-sys v0.2.2
21852026-03-20T18:10:05.380Z Checking zstd v0.13.3
21862026-03-20T18:10:05.506Z Checking zopfli v0.8.3
21872026-03-20T18:10:05.509Z Checking crossterm v0.28.1
21882026-03-20T18:10:05.659Z Checking rayon v1.11.0
21892026-03-20T18:10:05.709Z Checking toml_edit v0.19.15
21902026-03-20T18:10:05.712Z Checking similar v2.7.0
21912026-03-20T18:10:05.798Z Checking fs-err v3.3.0
21922026-03-20T18:10:05.974Z Checking hash32 v0.2.1
21932026-03-20T18:10:06.020Z Checking bzip2 v0.6.1
21942026-03-20T18:10:06.213Z Checking serde-big-array v0.5.1
21952026-03-20T18:10:06.260Z Checking jiff v0.2.21
21962026-03-20T18:10:06.260Z Checking predicates-core v1.0.10
21972026-03-20T18:10:06.348Z Checking unicode-properties v0.1.4
21982026-03-20T18:10:06.415Z Checking unicode-bidi v0.3.18
21992026-03-20T18:10:06.490Z Checking heapless v0.7.17
22002026-03-20T18:10:06.559Z Checking hickory-proto v0.25.2
22012026-03-20T18:10:06.626Z Checking tokio-stream v0.1.18
22022026-03-20T18:10:06.840Z Checking stringprep v0.1.5
22032026-03-20T18:10:07.074Z Checking md-5 v0.10.6
22042026-03-20T18:10:07.121Z Checking float-cmp v0.10.0
22052026-03-20T18:10:07.170Z Checking fallible-iterator v0.2.0
22062026-03-20T18:10:07.173Z Checking toml v0.7.8
22072026-03-20T18:10:07.277Z Checking normalize-line-endings v0.3.0
22082026-03-20T18:10:07.326Z Checking difflib v0.4.0
22092026-03-20T18:10:07.426Z Checking rustc-hash v2.1.1
22102026-03-20T18:10:07.569Z Checking postgres-protocol v0.6.10
22112026-03-20T18:10:07.616Z Checking iddqd v0.3.17
22122026-03-20T18:10:07.619Z Checking predicates v3.1.4
22132026-03-20T18:10:07.712Z Checking smoltcp v0.9.1
22142026-03-20T18:10:07.757Z Checking phf_shared v0.13.1
22152026-03-20T18:10:07.850Z Checking phf_shared v0.11.3
22162026-03-20T18:10:08.019Z Checking itertools v0.12.1
22172026-03-20T18:10:08.066Z Checking console v0.16.2
22182026-03-20T18:10:08.113Z Checking buf-list v1.1.2
22192026-03-20T18:10:08.116Z Checking strum v0.27.2
22202026-03-20T18:10:08.327Z Checking fixedbitset v0.4.2
22212026-03-20T18:10:08.381Z Checking fixedbitset v0.5.7
22222026-03-20T18:10:08.493Z Checking lalrpop-util v0.19.12
22232026-03-20T18:10:08.546Z Checking unit-prefix v0.5.2
22242026-03-20T18:10:08.591Z Checking precomputed-hash v0.1.1
22252026-03-20T18:10:08.669Z Checking new_debug_unreachable v1.0.6
22262026-03-20T18:10:08.729Z Checking petgraph v0.8.3
22272026-03-20T18:10:08.775Z Checking petgraph v0.6.5
22282026-03-20T18:10:08.778Z Checking indicatif v0.18.4
22292026-03-20T18:10:08.864Z Checking string_cache v0.8.9
22302026-03-20T18:10:08.868Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22312026-03-20T18:10:09.111Z Checking phf v0.13.1
22322026-03-20T18:10:09.344Z Checking postgres-types v0.2.12
22332026-03-20T18:10:09.348Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22342026-03-20T18:10:09.439Z Checking zone v0.3.1
22352026-03-20T18:10:09.446Z Checking zip v4.6.1
22362026-03-20T18:10:09.777Z Checking whoami v2.1.0
22372026-03-20T18:10:09.823Z Checking peg-runtime v0.8.5
22382026-03-20T18:10:10.050Z Checking futures-executor v0.3.32
22392026-03-20T18:10:10.102Z Checking tokio-postgres v0.7.16
22402026-03-20T18:10:10.147Z Checking is-terminal v0.4.17
22412026-03-20T18:10:10.336Z Checking futures v0.3.32
22422026-03-20T18:10:10.344Z Checking crossbeam-channel v0.5.15
22432026-03-20T18:10:10.344Z Compiling structmeta-derive v0.3.0
22442026-03-20T18:10:10.421Z Checking thread_local v1.1.9
22452026-03-20T18:10:10.424Z Checking take_mut v0.2.2
22462026-03-20T18:10:10.544Z Checking term v1.2.1
22472026-03-20T18:10:10.630Z Compiling newtype-uuid-macros v0.1.0
22482026-03-20T18:10:10.676Z Compiling rustls v0.22.4
22492026-03-20T18:10:10.800Z Checking slog-async v2.8.0
22502026-03-20T18:10:10.862Z Checking slog-term v2.9.2
22512026-03-20T18:10:10.999Z Checking regress v0.10.5
22522026-03-20T18:10:11.046Z Compiling multer v3.1.0
22532026-03-20T18:10:11.092Z Compiling async-stream-impl v0.3.6
22542026-03-20T18:10:11.238Z Compiling dropshot v0.16.7
22552026-03-20T18:10:11.411Z Compiling dropshot_endpoint v0.16.7
22562026-03-20T18:10:11.607Z Checking match_cfg v0.1.0
22572026-03-20T18:10:11.665Z Checking slog-json v2.6.1
22582026-03-20T18:10:11.733Z Checking hostname v0.3.1
22592026-03-20T18:10:11.796Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22602026-03-20T18:10:11.855Z Compiling structmeta v0.3.0
22612026-03-20T18:10:11.905Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-03-20T18:10:11.908Z Checking slog-bunyan v2.5.0
22632026-03-20T18:10:11.995Z Checking debug-ignore v1.0.5
22642026-03-20T18:10:12.126Z Checking serde_spanned v1.0.4
22652026-03-20T18:10:12.176Z Compiling derive-ex v0.1.8
22662026-03-20T18:10:12.179Z Checking toml_writer v1.0.6+spec-1.1.0
22672026-03-20T18:10:12.272Z Checking rustls-webpki v0.102.8
22682026-03-20T18:10:12.320Z Checking serde_path_to_error v0.1.20
22692026-03-20T18:10:12.368Z Checking progenitor-client v0.13.0
22702026-03-20T18:10:12.490Z Checking async-stream v0.3.6
22712026-03-20T18:10:12.516Z Checking toml v0.9.12+spec-1.1.0
22722026-03-20T18:10:12.712Z Checking waitgroup v0.1.2
22732026-03-20T18:10:12.758Z Checking rustls-pemfile v2.2.0
22742026-03-20T18:10:12.876Z Checking hostname v0.4.2
22752026-03-20T18:10:12.949Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-03-20T18:10:12.997Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-20T18:10:12.999Z Compiling parse-display-derive v0.10.0
22782026-03-20T18:10:13.086Z Checking itertools v0.14.0
22792026-03-20T18:10:13.163Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802026-03-20T18:10:13.165Z Checking macaddr v1.0.1
22812026-03-20T18:10:13.369Z Checking progenitor-client v0.10.0
22822026-03-20T18:10:13.475Z Checking instant v0.1.13
22832026-03-20T18:10:13.623Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22842026-03-20T18:10:13.688Z Checking backoff v0.4.0
22852026-03-20T18:10:13.738Z Checking backon v1.6.0
22862026-03-20T18:10:13.809Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22872026-03-20T18:10:13.948Z Checking heck v0.5.0
22882026-03-20T18:10:14.038Z Checking progenitor-extras v0.1.1
22892026-03-20T18:10:14.182Z Checking camino-tempfile v1.4.1
22902026-03-20T18:10:14.358Z Checking toml v0.8.23
22912026-03-20T18:10:14.476Z Compiling convert_case v0.4.0
22922026-03-20T18:10:14.524Z Compiling test-strategy v0.4.5
22932026-03-20T18:10:14.585Z Compiling unsafe-libyaml v0.2.11
22942026-03-20T18:10:14.833Z Checking tokio-rustls v0.25.0
22952026-03-20T18:10:14.883Z Checking secrecy v0.10.3
22962026-03-20T18:10:15.038Z Compiling derive_more v0.99.20
22972026-03-20T18:10:15.084Z Compiling toml_edit v0.23.10+spec-1.0.0
22982026-03-20T18:10:15.372Z Checking parse-display v0.10.0
22992026-03-20T18:10:15.600Z Compiling serde_yaml v0.9.34+deprecated
23002026-03-20T18:10:15.688Z Compiling crucible-workspace-hack v0.1.0
23012026-03-20T18:10:15.949Z Compiling proc-macro-crate v3.4.0
23022026-03-20T18:10:16.221Z Compiling typify-impl v0.6.1
23032026-03-20T18:10:16.602Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-20T18:10:16.876Z Checking half v2.7.1
23052026-03-20T18:10:17.131Z Checking glob v0.3.3
23062026-03-20T18:10:17.270Z Checking ciborium-io v0.2.2
23072026-03-20T18:10:17.404Z Compiling heapless v0.8.0
23082026-03-20T18:10:17.447Z Checking ciborium-ll v0.2.2
23092026-03-20T18:10:17.690Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102026-03-20T18:10:17.739Z Checking ciborium v0.2.2
23112026-03-20T18:10:17.782Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-03-20T18:10:18.044Z Compiling ingot-macros v0.1.1
23132026-03-20T18:10:18.090Z Checking tabwriter v1.4.1
23142026-03-20T18:10:18.285Z Checking hash32 v0.3.1
23152026-03-20T18:10:18.332Z Compiling smoltcp v0.11.0
23162026-03-20T18:10:18.379Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-03-20T18:10:18.381Z Compiling num_enum_derive v0.7.5
23182026-03-20T18:10:18.612Z Checking cobs v0.3.0
23192026-03-20T18:10:18.721Z Compiling foreign-types-macros v0.2.3
23202026-03-20T18:10:18.950Z Checking cpufeatures v0.3.0
23212026-03-20T18:10:18.950Z Checking foreign-types-shared v0.3.1
23222026-03-20T18:10:18.973Z Checking chacha20 v0.10.0
23232026-03-20T18:10:19.082Z Checking postcard v1.1.3
23242026-03-20T18:10:19.513Z Checking foreign-types v0.5.0
23252026-03-20T18:10:19.517Z Compiling proc-macro-crate v1.3.1
23262026-03-20T18:10:19.636Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-20T18:10:19.680Z Checking cstr-argument v0.1.2
23282026-03-20T18:10:19.868Z Checking num_enum v0.7.5
23292026-03-20T18:10:19.871Z Checking sigpipe v0.1.3
23302026-03-20T18:10:19.958Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-20T18:10:20.052Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-03-20T18:10:20.101Z Checking colored v3.1.1
23332026-03-20T18:10:20.177Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-03-20T18:10:20.408Z Compiling num_enum_derive v0.5.11
23352026-03-20T18:10:20.454Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-20T18:10:20.563Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-03-20T18:10:20.566Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23382026-03-20T18:10:20.750Z Checking rand v0.10.0
23392026-03-20T18:10:20.797Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23402026-03-20T18:10:20.800Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23412026-03-20T18:10:20.843Z Checking indent_write v2.2.0
23422026-03-20T18:10:21.095Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23432026-03-20T18:10:21.240Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23442026-03-20T18:10:21.359Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23452026-03-20T18:10:21.429Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23462026-03-20T18:10:21.477Z Checking smf v0.2.3
23472026-03-20T18:10:21.700Z Compiling num-derive v0.4.2
23482026-03-20T18:10:21.821Z Checking num_enum v0.5.11
23492026-03-20T18:10:21.875Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-03-20T18:10:21.877Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23512026-03-20T18:10:21.961Z Checking ingot-types v0.1.2
23522026-03-20T18:10:22.008Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23532026-03-20T18:10:22.186Z Checking whoami v1.6.1
23542026-03-20T18:10:22.247Z Checking universal-hash v0.5.1
23552026-03-20T18:10:22.443Z Checking opaque-debug v0.3.1
23562026-03-20T18:10:22.446Z Checking aead v0.5.2
23572026-03-20T18:10:22.534Z Checking ingot v0.1.1
23582026-03-20T18:10:22.538Z Checking swrite v0.1.0
23592026-03-20T18:10:22.627Z Checking chacha20 v0.9.1
23602026-03-20T18:10:22.630Z Checking poly1305 v0.8.0
23612026-03-20T18:10:22.773Z Compiling typify-macro v0.6.1
23622026-03-20T18:10:22.789Z Checking unicode-width v0.1.14
23632026-03-20T18:10:22.807Z Compiling thiserror-impl-no-std v2.0.2
23642026-03-20T18:10:22.906Z Checking password-hash v0.5.0
23652026-03-20T18:10:22.951Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23662026-03-20T18:10:23.043Z Checking blake2 v0.10.6
23672026-03-20T18:10:23.119Z Checking chacha20poly1305 v0.10.1
23682026-03-20T18:10:23.236Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23692026-03-20T18:10:23.283Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23702026-03-20T18:10:23.329Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23712026-03-20T18:10:23.387Z Checking argon2 v0.5.3
23722026-03-20T18:10:23.642Z Compiling usdt-attr-macro v0.5.0
23732026-03-20T18:10:23.691Z Compiling usdt-macro v0.5.0
23742026-03-20T18:10:23.694Z Checking memmap v0.7.0
23752026-03-20T18:10:23.859Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23762026-03-20T18:10:23.944Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23772026-03-20T18:10:24.251Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23782026-03-20T18:10:24.426Z Checking thiserror-no-std v2.0.2
23792026-03-20T18:10:24.654Z Checking vsss-rs v3.3.4
23802026-03-20T18:10:24.672Z Compiling derive-where v1.6.0
23812026-03-20T18:10:24.722Z Checking usdt v0.5.0
23822026-03-20T18:10:24.770Z Checking atomicwrites v0.4.4
23832026-03-20T18:10:24.871Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23842026-03-20T18:10:24.964Z Checking tokio-dtrace v0.1.1
23852026-03-20T18:10:25.040Z Checking console v0.15.11
23862026-03-20T18:10:25.144Z Compiling typify v0.6.1
23872026-03-20T18:10:25.315Z Compiling progenitor-impl v0.13.0
23882026-03-20T18:10:25.319Z Checking oxide-tokio-rt v0.1.3
23892026-03-20T18:10:25.465Z Checking newline-converter v0.3.0
23902026-03-20T18:10:25.601Z Compiling prettyplease v0.2.37
23912026-03-20T18:10:25.651Z Checking expectorate v1.2.0
23922026-03-20T18:10:25.696Z Checking bytecount v0.6.9
23932026-03-20T18:10:25.846Z Compiling owo-colors v4.3.0
23942026-03-20T18:10:25.894Z Compiling cancel-safe-futures v0.1.5
23952026-03-20T18:10:25.996Z Checking libsw-core v0.3.2
23962026-03-20T18:10:26.221Z Checking libsw v3.5.0
23972026-03-20T18:10:26.333Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23982026-03-20T18:10:26.460Z Checking linear-map v1.2.0
23992026-03-20T18:10:26.551Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24002026-03-20T18:10:26.599Z Checking same-file v1.0.6
24012026-03-20T18:10:26.649Z Checking num-rational v0.4.2
24022026-03-20T18:10:26.748Z Checking num-complex v0.4.6
24032026-03-20T18:10:26.795Z Checking walkdir v2.5.0
24042026-03-20T18:10:26.798Z Checking float-ord v0.3.2
24052026-03-20T18:10:27.007Z Checking gethostname v0.5.0
24062026-03-20T18:10:27.153Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-03-20T18:10:27.269Z Checking num v0.4.3
24082026-03-20T18:10:27.314Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24092026-03-20T18:10:27.317Z Compiling async-recursion v1.1.1
24102026-03-20T18:10:27.449Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24112026-03-20T18:10:27.893Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24122026-03-20T18:10:28.331Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24132026-03-20T18:10:29.009Z Compiling progenitor-macro v0.13.0
24142026-03-20T18:10:29.621Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-03-20T18:10:31.013Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24162026-03-20T18:10:31.188Z Checking unicode-linebreak v0.1.5
24172026-03-20T18:10:31.246Z Checking smawk v0.3.2
24182026-03-20T18:10:31.446Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24192026-03-20T18:10:31.449Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24202026-03-20T18:10:31.651Z Checking globset v0.4.18
24212026-03-20T18:10:32.155Z Compiling convert_case v0.10.0
24222026-03-20T18:10:32.901Z Compiling slog-dtrace v0.3.0
24232026-03-20T18:10:33.174Z Checking resolv-conf v0.7.6
24242026-03-20T18:10:33.328Z Compiling derive_more-impl v2.1.1
24252026-03-20T18:10:33.641Z Compiling pin-project-internal v1.1.11
24262026-03-20T18:10:33.685Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24272026-03-20T18:10:33.767Z Checking pem v3.0.6
24282026-03-20T18:10:33.984Z Checking fd-lock v4.0.4
24292026-03-20T18:10:34.031Z Checking vte v0.14.1
24302026-03-20T18:10:34.190Z Checking display-error-chain v0.2.2
24312026-03-20T18:10:34.267Z Checking strip-ansi-escapes v0.2.1
24322026-03-20T18:10:34.376Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24332026-03-20T18:10:34.438Z Checking derive_more v2.1.1
24342026-03-20T18:10:34.441Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24352026-03-20T18:10:34.529Z Compiling snafu-derive v0.8.9
24362026-03-20T18:10:34.577Z Checking crossterm v0.29.0
24372026-03-20T18:10:34.579Z Checking linked-hash-map v0.5.6
24382026-03-20T18:10:34.879Z Checking nu-ansi-term v0.50.3
24392026-03-20T18:10:35.205Z Checking termtree v0.5.1
24402026-03-20T18:10:35.250Z Checking pin-project v1.1.11
24412026-03-20T18:10:35.319Z Checking reedline v0.40.0
24422026-03-20T18:10:35.400Z Checking lru-cache v0.1.2
24432026-03-20T18:10:35.447Z Checking textwrap v0.16.2
24442026-03-20T18:10:35.450Z Checking olpc-cjson v0.1.4
24452026-03-20T18:10:35.589Z Checking hickory-proto v0.24.4
24462026-03-20T18:10:35.816Z Checking serde_plain v1.0.2
24472026-03-20T18:10:36.045Z Checking typed-path v0.9.3
24482026-03-20T18:10:36.192Z Checking progenitor v0.13.0
24492026-03-20T18:10:36.402Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24502026-03-20T18:10:36.952Z Compiling minimal-lexical v0.2.1
24512026-03-20T18:10:37.165Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24522026-03-20T18:10:37.229Z Checking snafu v0.8.9
24532026-03-20T18:10:37.540Z Compiling nom v7.1.3
24542026-03-20T18:10:37.589Z Checking tough v0.20.0
24552026-03-20T18:10:37.913Z Checking nibble_vec v0.1.0
24562026-03-20T18:10:38.277Z Checking endian-type v0.1.2
24572026-03-20T18:10:38.294Z Checking hickory-resolver v0.24.4
24582026-03-20T18:10:38.307Z Checking radix_trie v0.2.1
24592026-03-20T18:10:38.596Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24602026-03-20T18:10:39.106Z Compiling ar_archive_writer v0.5.1
24612026-03-20T18:10:39.218Z Checking humantime v2.3.0
24622026-03-20T18:10:39.291Z Checking qorb v0.4.1
24632026-03-20T18:10:39.386Z Checking csv-core v0.1.13
24642026-03-20T18:10:39.488Z Checking base64 v0.21.7
24652026-03-20T18:10:39.758Z Checking csv v1.4.0
24662026-03-20T18:10:39.835Z Compiling stacker v0.1.23
24672026-03-20T18:10:39.931Z Checking highway v1.3.0
24682026-03-20T18:10:40.437Z Compiling cfg_aliases v0.1.1
24692026-03-20T18:10:40.461Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24702026-03-20T18:10:40.461Z Checking papergrid v0.11.0
24712026-03-20T18:10:40.462Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24722026-03-20T18:10:40.462Z Compiling psm v0.1.30
24732026-03-20T18:10:40.462Z Compiling tabled_derive v0.7.0
24742026-03-20T18:10:40.468Z Compiling nix v0.28.0
24752026-03-20T18:10:40.918Z Checking home v0.5.12
24762026-03-20T18:10:41.173Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24772026-03-20T18:10:41.188Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24782026-03-20T18:10:41.199Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24792026-03-20T18:10:41.253Z Checking phf_shared v0.12.1
24802026-03-20T18:10:41.501Z Compiling recursive-proc-macro-impl v0.1.1
24812026-03-20T18:10:41.784Z Compiling chrono-tz v0.10.4
24822026-03-20T18:10:41.812Z Compiling semver v0.1.20
24832026-03-20T18:10:41.812Z Checking phf v0.12.1
24842026-03-20T18:10:41.867Z Checking tabled v0.15.0
24852026-03-20T18:10:42.003Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24862026-03-20T18:10:42.046Z Checking recursive v0.1.1
24872026-03-20T18:10:42.056Z Compiling rustc_version v0.1.7
24882026-03-20T18:10:42.139Z Compiling const_format_proc_macros v0.2.34
24892026-03-20T18:10:42.147Z Compiling peg-macros v0.8.5
24902026-03-20T18:10:42.224Z Checking winnow v0.6.26
24912026-03-20T18:10:42.429Z Compiling sqlparser_derive v0.5.0
24922026-03-20T18:10:42.675Z Checking unicode_categories v0.1.1
24932026-03-20T18:10:43.280Z Checking const_format v0.2.35
24942026-03-20T18:10:43.283Z Checking rustyline v14.0.0
24952026-03-20T18:10:43.465Z Checking sqlparser v0.61.0
24962026-03-20T18:10:43.844Z Compiling newtype_derive v0.1.6
24972026-03-20T18:10:43.871Z Checking sqlformat v0.3.5
24982026-03-20T18:10:44.069Z Checking peg v0.8.5
24992026-03-20T18:10:44.203Z Checking bcs v0.1.6
25002026-03-20T18:10:44.512Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-03-20T18:10:44.544Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25022026-03-20T18:10:44.591Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25032026-03-20T18:10:44.737Z Checking steno v0.4.1
25042026-03-20T18:10:44.955Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25052026-03-20T18:10:45.172Z Compiling typify-impl v0.4.3
25062026-03-20T18:10:46.151Z Checking utf-8 v0.7.6
25072026-03-20T18:10:46.200Z Checking filetime v0.2.27
25082026-03-20T18:10:46.362Z Checking arc-swap v1.8.2
25092026-03-20T18:10:46.412Z Checking xattr v1.6.1
25102026-03-20T18:10:46.694Z Checking slog-scope v4.4.1
25112026-03-20T18:10:46.907Z Checking tar v0.4.45
25122026-03-20T18:10:47.468Z Checking slog-stdlog v4.1.1
25132026-03-20T18:10:47.535Z Checking tungstenite v0.21.0
25142026-03-20T18:10:47.647Z Checking slog-envlogger v2.2.0
25152026-03-20T18:10:47.870Z Checking typeid v1.0.3
25162026-03-20T18:10:47.921Z Checking subprocess v0.2.15
25172026-03-20T18:10:48.035Z Checking headers-core v0.3.0
25182026-03-20T18:10:48.128Z Checking tokio-tungstenite v0.21.0
25192026-03-20T18:10:48.207Z Checking headers v0.4.1
25202026-03-20T18:10:48.331Z Compiling lzma-sys v0.1.20
25212026-03-20T18:10:48.517Z Compiling cargo_toml v0.22.3
25222026-03-20T18:10:48.816Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25232026-03-20T18:10:48.866Z Checking yasna v0.5.2
25242026-03-20T18:10:49.143Z Checking xz2 v0.1.7
25252026-03-20T18:10:49.399Z Checking ron v0.12.0
25262026-03-20T18:10:49.468Z Checking rcgen v0.12.1
25272026-03-20T18:10:49.881Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25282026-03-20T18:10:49.943Z Checking base16ct v1.0.0
25292026-03-20T18:10:50.065Z Checking dropshot-api-manager-types v0.6.0
25302026-03-20T18:10:50.187Z Checking tagptr v0.2.0
25312026-03-20T18:10:50.332Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25322026-03-20T18:10:50.380Z Checking moka v0.12.13
25332026-03-20T18:10:50.484Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25342026-03-20T18:10:50.590Z Compiling libefi-sys v0.1.0
25352026-03-20T18:10:50.703Z Compiling radium v0.7.0
25362026-03-20T18:10:50.925Z Compiling bitfield-struct v0.6.2
25372026-03-20T18:10:51.141Z Compiling maybe-uninit v2.0.0
25382026-03-20T18:10:51.298Z Checking hickory-resolver v0.25.2
25392026-03-20T18:10:51.509Z Compiling typify-macro v0.4.3
25402026-03-20T18:10:51.555Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25412026-03-20T18:10:51.817Z Checking tap v1.0.1
25422026-03-20T18:10:52.020Z Checking wyz v0.5.1
25432026-03-20T18:10:52.269Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25442026-03-20T18:10:52.315Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25452026-03-20T18:10:52.519Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25462026-03-20T18:10:52.752Z Compiling zerocopy-derive v0.6.6
25472026-03-20T18:10:52.799Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-03-20T18:10:52.875Z Checking funty v2.0.0
25492026-03-20T18:10:52.950Z Compiling packed_struct v0.10.1
25502026-03-20T18:10:53.150Z Checking crc-catalog v2.4.0
25512026-03-20T18:10:53.299Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-03-20T18:10:53.344Z Checking crc v3.4.0
25532026-03-20T18:10:53.485Z Checking bitvec v1.0.1
25542026-03-20T18:10:53.485Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25552026-03-20T18:10:53.689Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25562026-03-20T18:10:53.829Z Compiling typify v0.4.3
25572026-03-20T18:10:53.923Z Compiling packed_struct_codegen v0.10.1
25582026-03-20T18:10:53.936Z Checking zerocopy v0.6.6
25592026-03-20T18:10:54.011Z Compiling bitfield-macros v0.19.4
25602026-03-20T18:10:54.018Z Compiling progenitor-impl v0.10.0
25612026-03-20T18:10:54.416Z Compiling indexmap v1.9.3
25622026-03-20T18:10:54.693Z Checking nodrop v0.1.14
25632026-03-20T18:10:54.844Z Checking array-init v0.0.4
25642026-03-20T18:10:54.967Z Checking bitfield v0.19.4
25652026-03-20T18:10:55.382Z Checking smallvec v0.6.14
25662026-03-20T18:10:55.428Z Checking hashbrown v0.12.3
25672026-03-20T18:10:55.472Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25682026-03-20T18:10:55.519Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692026-03-20T18:10:55.674Z Checking serde-hex v0.1.0
25702026-03-20T18:10:55.721Z Checking ron v0.8.1
25712026-03-20T18:10:56.484Z Checking hashbrown v0.13.2
25722026-03-20T18:10:56.551Z Checking crc-any v2.5.0
25732026-03-20T18:10:56.774Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-03-20T18:10:56.836Z Checking path-slash v0.1.5
25752026-03-20T18:10:57.005Z Compiling xshell-macros v0.2.7
25762026-03-20T18:10:57.049Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25772026-03-20T18:10:57.111Z Checking object v0.30.4
25782026-03-20T18:10:57.161Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25792026-03-20T18:10:57.525Z Checking xshell v0.2.7
25802026-03-20T18:10:57.579Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-03-20T18:10:57.804Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25822026-03-20T18:10:57.850Z Compiling progenitor-macro v0.10.0
25832026-03-20T18:10:57.895Z Checking half v1.8.3
25842026-03-20T18:10:58.199Z Checking serde_cbor v0.11.2
25852026-03-20T18:10:58.457Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25862026-03-20T18:10:58.763Z Compiling num-derive v0.3.3
25872026-03-20T18:10:58.805Z Compiling proc-macro-error-attr2 v2.0.0
25882026-03-20T18:10:58.808Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25892026-03-20T18:10:59.341Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25902026-03-20T18:10:59.387Z Compiling proc-macro-error2 v2.0.1
25912026-03-20T18:10:59.833Z Compiling tabled_derive v0.11.0
25922026-03-20T18:10:59.952Z Checking libscf-sys v1.1.0
25932026-03-20T18:11:00.012Z Checking papergrid v0.17.0
25942026-03-20T18:11:00.147Z Checking testing_table v0.3.0
25952026-03-20T18:11:00.191Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25962026-03-20T18:11:00.302Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25972026-03-20T18:11:00.511Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25982026-03-20T18:11:00.808Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25992026-03-20T18:11:01.088Z Checking maplit v1.0.2
26002026-03-20T18:11:01.238Z Checking crc8 v0.1.1
26012026-03-20T18:11:01.282Z Checking fxhash v0.2.1
26022026-03-20T18:11:01.396Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26032026-03-20T18:11:01.445Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-03-20T18:11:01.488Z Checking tabled v0.20.0
26052026-03-20T18:11:01.491Z Checking unicase v2.9.0
26062026-03-20T18:11:01.618Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26072026-03-20T18:11:01.780Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26082026-03-20T18:11:02.313Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26092026-03-20T18:11:02.441Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26102026-03-20T18:11:02.572Z Checking kstat-rs v0.2.4
26112026-03-20T18:11:02.801Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26122026-03-20T18:11:02.889Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26132026-03-20T18:11:02.891Z Compiling parking_lot_core v0.8.6
26142026-03-20T18:11:03.063Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26152026-03-20T18:11:03.279Z Compiling diesel_derives v2.3.7
26162026-03-20T18:11:03.430Z Compiling git-stub v1.0.0
26172026-03-20T18:11:03.605Z Checking scheduled-thread-pool v0.2.7
26182026-03-20T18:11:03.650Z Compiling dsl_auto_type v0.2.0
26192026-03-20T18:11:03.798Z Compiling vergen-gitcl v1.0.8
26202026-03-20T18:11:03.842Z Compiling diesel_table_macro_syntax v0.3.0
26212026-03-20T18:11:04.044Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26222026-03-20T18:11:04.140Z Checking r2d2 v0.8.10
26232026-03-20T18:11:04.185Z Compiling git-stub-vcs v0.1.0
26242026-03-20T18:11:04.282Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26252026-03-20T18:11:04.329Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26262026-03-20T18:11:04.408Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26272026-03-20T18:11:04.519Z Checking downcast-rs v2.0.2
26282026-03-20T18:11:04.670Z Checking parking_lot v0.11.2
26292026-03-20T18:11:04.715Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26302026-03-20T18:11:04.806Z Checking progenitor v0.10.0
26312026-03-20T18:11:04.924Z Checking prefix-trie v0.7.0
26322026-03-20T18:11:04.959Z Checking nanorand v0.7.0
26332026-03-20T18:11:05.034Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26342026-03-20T18:11:05.038Z Compiling dirs-sys-next v0.1.2
26352026-03-20T18:11:05.285Z Compiling crunchy v0.2.4
26362026-03-20T18:11:05.384Z Checking hickory-server v0.25.2
26372026-03-20T18:11:05.445Z Compiling dirs-next v2.0.0
26382026-03-20T18:11:05.497Z Checking flume v0.11.1
26392026-03-20T18:11:05.609Z Checking sled v0.34.7
26402026-03-20T18:11:05.829Z Compiling clang-sys v1.8.1
26412026-03-20T18:11:05.843Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-03-20T18:11:05.870Z Checking hickory-client v0.25.2
26432026-03-20T18:11:06.054Z Compiling tiny-keccak v2.0.2
26442026-03-20T18:11:06.359Z Compiling term v0.7.0
26452026-03-20T18:11:06.422Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462026-03-20T18:11:06.425Z Compiling bit-vec v0.6.3
26472026-03-20T18:11:06.704Z Compiling salty v0.3.0
26482026-03-20T18:11:06.751Z Compiling ascii-canvas v3.0.0
26492026-03-20T18:11:07.088Z Compiling bit-set v0.5.3
26502026-03-20T18:11:07.361Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26512026-03-20T18:11:07.406Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26522026-03-20T18:11:07.406Z Checking primeorder v0.13.6
26532026-03-20T18:11:07.678Z Compiling itertools v0.10.5
26542026-03-20T18:11:07.728Z Compiling ena v0.14.4
26552026-03-20T18:11:07.966Z Compiling libloading v0.8.9
26562026-03-20T18:11:08.038Z Compiling fs-err v2.11.0
26572026-03-20T18:11:08.247Z Compiling diff v0.1.13
26582026-03-20T18:11:08.326Z Compiling bindgen v0.71.1
26592026-03-20T18:11:08.426Z Compiling regex-syntax v0.6.29
26602026-03-20T18:11:09.005Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-03-20T18:11:09.169Z Compiling cexpr v0.6.0
26622026-03-20T18:11:09.347Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26632026-03-20T18:11:09.807Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26642026-03-20T18:11:10.225Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-03-20T18:11:10.534Z Compiling lalrpop v0.19.12
26662026-03-20T18:11:10.697Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26672026-03-20T18:11:11.657Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26682026-03-20T18:11:11.714Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-03-20T18:11:11.983Z Compiling libxml v0.3.3
26702026-03-20T18:11:12.035Z Checking diesel v2.3.7
26712026-03-20T18:11:12.296Z Checking parse-size v1.1.0
26722026-03-20T18:11:12.339Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26732026-03-20T18:11:12.467Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26742026-03-20T18:11:13.026Z Checking p384 v0.13.1
26752026-03-20T18:11:13.454Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26762026-03-20T18:11:13.497Z Compiling strum_macros v0.24.3
26772026-03-20T18:11:14.501Z Compiling indoc v1.0.9
26782026-03-20T18:11:15.353Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26792026-03-20T18:11:15.921Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26802026-03-20T18:11:16.054Z Checking predicates-tree v1.0.13
26812026-03-20T18:11:16.132Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26822026-03-20T18:11:16.179Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26832026-03-20T18:11:16.226Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26842026-03-20T18:11:16.745Z Checking quick-xml v0.37.5
26852026-03-20T18:11:16.754Z Checking derive_builder v0.20.2
26862026-03-20T18:11:16.889Z Compiling oso-derive v0.27.3
26872026-03-20T18:11:17.553Z Compiling trait-variant v0.1.2
26882026-03-20T18:11:18.206Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-20T18:11:18.297Z Checking openssl-probe v0.1.6
26902026-03-20T18:11:18.468Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26912026-03-20T18:11:18.517Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26922026-03-20T18:11:18.670Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26932026-03-20T18:11:18.915Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26942026-03-20T18:11:19.306Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26952026-03-20T18:11:19.672Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-20T18:11:19.819Z Compiling progenitor-impl v0.11.2
26972026-03-20T18:11:20.134Z Checking assert_matches v1.5.0
26982026-03-20T18:11:20.588Z Compiling mime_guess v2.0.5
26992026-03-20T18:11:20.677Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27002026-03-20T18:11:21.088Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27012026-03-20T18:11:21.313Z Checking progenitor-client v0.11.2
27022026-03-20T18:11:21.698Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27032026-03-20T18:11:21.701Z Checking http-range v0.1.5
27042026-03-20T18:11:21.824Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-03-20T18:11:21.970Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27062026-03-20T18:11:22.012Z Checking ignore v0.4.25
27072026-03-20T18:11:22.771Z Checking atty v0.2.14
27082026-03-20T18:11:23.001Z Checking globwalk v0.9.1
27092026-03-20T18:11:23.738Z Compiling progenitor-macro v0.11.2
27102026-03-20T18:11:23.909Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27112026-03-20T18:11:24.455Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-03-20T18:11:25.040Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27132026-03-20T18:11:25.419Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27142026-03-20T18:11:25.699Z Checking bb8 v0.8.6
27152026-03-20T18:11:26.004Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27162026-03-20T18:11:26.073Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27172026-03-20T18:11:26.121Z Checking corncobs v0.1.4
27182026-03-20T18:11:26.323Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-20T18:11:26.708Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-03-20T18:11:26.744Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-03-20T18:11:27.334Z Checking hyper-staticfile v0.10.1
27222026-03-20T18:11:27.350Z Checking camino-tempfile-ext v0.3.3
27232026-03-20T18:11:27.555Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27242026-03-20T18:11:27.602Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27252026-03-20T18:11:27.988Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27262026-03-20T18:11:28.051Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27272026-03-20T18:11:28.223Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-20T18:11:28.942Z Checking signal-hook-tokio v0.3.1
27292026-03-20T18:11:29.149Z Checking secrecy v0.8.0
27302026-03-20T18:11:29.450Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27312026-03-20T18:11:29.754Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27322026-03-20T18:11:30.344Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27332026-03-20T18:11:30.395Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27342026-03-20T18:11:30.481Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27352026-03-20T18:11:30.877Z Checking progenitor v0.11.2
27362026-03-20T18:11:30.889Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27372026-03-20T18:11:30.932Z Checking nonempty v0.12.0
27382026-03-20T18:11:31.084Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27392026-03-20T18:11:31.232Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27402026-03-20T18:11:31.347Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-03-20T18:11:31.393Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27422026-03-20T18:11:31.815Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27432026-03-20T18:11:31.895Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27442026-03-20T18:11:32.386Z Checking diesel-dtrace v0.5.0
27452026-03-20T18:11:32.405Z Checking async-bb8-diesel v0.2.1
27462026-03-20T18:11:32.684Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27472026-03-20T18:11:33.058Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27482026-03-20T18:11:33.068Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27492026-03-20T18:11:33.396Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27502026-03-20T18:11:33.456Z Checking tungstenite v0.23.0
27512026-03-20T18:11:34.050Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27522026-03-20T18:11:34.306Z Checking tokio-tungstenite v0.23.1
27532026-03-20T18:11:34.331Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27542026-03-20T18:11:34.658Z Checking rand_seeder v0.4.0
27552026-03-20T18:11:34.803Z Checking void v1.0.2
27562026-03-20T18:11:35.011Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27572026-03-20T18:11:35.031Z Checking lzss v0.8.2
27582026-03-20T18:11:35.301Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27592026-03-20T18:11:35.411Z Checking nix v0.27.1
27602026-03-20T18:11:35.678Z Checking serde_bytes v0.11.19
27612026-03-20T18:11:35.695Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27622026-03-20T18:11:35.826Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-03-20T18:11:35.919Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27642026-03-20T18:11:36.170Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27652026-03-20T18:11:36.834Z Checking is_ci v1.2.0
27662026-03-20T18:11:37.169Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27672026-03-20T18:11:37.194Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27682026-03-20T18:11:37.380Z Checking yansi v1.0.1
27692026-03-20T18:11:37.481Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27702026-03-20T18:11:37.909Z Checking pretty_assertions v1.4.1
27712026-03-20T18:11:37.932Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27722026-03-20T18:11:37.978Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27732026-03-20T18:11:38.064Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27742026-03-20T18:11:38.172Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27752026-03-20T18:11:38.672Z Compiling darling_core v0.23.0
27762026-03-20T18:11:39.716Z Compiling indoc v2.0.7
27772026-03-20T18:11:40.134Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782026-03-20T18:11:40.190Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-03-20T18:11:40.363Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-03-20T18:11:40.646Z Compiling instability v0.3.11
27812026-03-20T18:11:40.908Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27822026-03-20T18:11:41.031Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27832026-03-20T18:11:41.157Z Compiling libz-sys v1.1.24
27842026-03-20T18:11:41.294Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-03-20T18:11:41.670Z Checking castaway v0.2.4
27862026-03-20T18:11:41.852Z Checking compact_str v0.8.1
27872026-03-20T18:11:42.352Z Compiling darling_macro v0.23.0
27882026-03-20T18:11:42.398Z Checking supports-color v3.0.2
27892026-03-20T18:11:42.603Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-03-20T18:11:42.819Z Compiling darling v0.23.0
27912026-03-20T18:11:42.887Z Checking unicode-truncate v1.1.0
27922026-03-20T18:11:42.957Z Checking lru v0.12.5
27932026-03-20T18:11:43.330Z Checking cassowary v0.3.0
27942026-03-20T18:11:43.356Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-03-20T18:11:43.647Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-03-20T18:11:43.692Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27972026-03-20T18:11:43.970Z Checking ratatui v0.29.0
27982026-03-20T18:11:45.330Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-03-20T18:11:45.849Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-03-20T18:11:45.859Z Compiling vergen-git2 v1.0.7
28012026-03-20T18:11:45.859Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-03-20T18:11:45.947Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28032026-03-20T18:11:46.060Z Checking colored v2.2.0
28042026-03-20T18:11:46.116Z Compiling rustls v0.21.12
28052026-03-20T18:11:46.233Z Checking plotters-backend v0.3.7
28062026-03-20T18:11:46.625Z Checking shell-words v1.1.1
28072026-03-20T18:11:46.641Z Checking plotters-svg v0.3.7
28082026-03-20T18:11:46.641Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28092026-03-20T18:11:46.678Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28102026-03-20T18:11:46.744Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28112026-03-20T18:11:46.964Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28122026-03-20T18:11:47.027Z Checking rustls-webpki v0.101.7
28132026-03-20T18:11:47.521Z Checking sct v0.7.1
28142026-03-20T18:11:47.567Z Compiling nix v0.29.0
28152026-03-20T18:11:47.726Z Checking cast v0.3.0
28162026-03-20T18:11:47.907Z Checking hex-literal v0.4.1
28172026-03-20T18:11:47.973Z Checking criterion-plot v0.6.0
28182026-03-20T18:11:48.216Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-20T18:11:48.467Z Checking plotters v0.3.7
28202026-03-20T18:11:49.496Z Checking erased-serde v0.4.9
28212026-03-20T18:11:49.976Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28222026-03-20T18:11:50.093Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28232026-03-20T18:11:51.230Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28242026-03-20T18:11:52.079Z Checking tinytemplate v1.2.1
28252026-03-20T18:11:52.389Z Checking ordered-float v2.10.1
28262026-03-20T18:11:52.766Z Checking oorandom v11.1.5
28272026-03-20T18:11:52.950Z Checking anes v0.1.6
28282026-03-20T18:11:53.423Z Checking criterion v0.7.0
28292026-03-20T18:11:53.712Z Checking serde-value v0.7.0
28302026-03-20T18:11:54.223Z Checking serde-untagged v0.1.9
28312026-03-20T18:11:54.330Z Checking tokio-rustls v0.24.1
28322026-03-20T18:11:55.057Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-03-20T18:11:55.069Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-03-20T18:11:55.243Z Checking rustls-pemfile v1.0.4
28352026-03-20T18:11:55.454Z Checking twox-hash v2.1.2
28362026-03-20T18:11:55.891Z Checking unicode-xid v0.2.6
28372026-03-20T18:11:56.021Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-03-20T18:11:56.075Z Checking cargo-util-schemas v0.8.2
28392026-03-20T18:11:56.543Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-20T18:11:56.768Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-03-20T18:11:57.318Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28422026-03-20T18:11:57.558Z Checking fatfs v0.3.6
28432026-03-20T18:11:58.206Z Checking cargo-platform v0.2.0
28442026-03-20T18:11:58.488Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28452026-03-20T18:11:58.581Z Compiling petname v2.0.2
28462026-03-20T18:11:59.252Z Compiling seq-macro v0.3.6
28472026-03-20T18:12:00.197Z Checking cargo_metadata v0.21.0
28482026-03-20T18:12:00.514Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28492026-03-20T18:12:01.256Z Checking concurrent-queue v2.5.0
28502026-03-20T18:12:01.569Z Checking rtoolbox v0.0.3
28512026-03-20T18:12:01.731Z Checking futures-timer v3.0.3
28522026-03-20T18:12:01.769Z Checking parking v2.2.1
28532026-03-20T18:12:01.973Z Checking event-listener v5.4.1
28542026-03-20T18:12:02.009Z Checking rpassword v7.4.0
28552026-03-20T18:12:02.296Z Checking tui-tree-widget v0.23.1
28562026-03-20T18:12:02.568Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28572026-03-20T18:12:02.707Z Checking polyval v0.6.2
28582026-03-20T18:12:02.755Z Checking sapling-renderdag v0.1.0
28592026-03-20T18:12:02.797Z Checking sync-ptr v0.1.4
28602026-03-20T18:12:03.123Z Checking ghash v0.5.1
28612026-03-20T18:12:03.143Z Checking event-listener-strategy v0.5.4
28622026-03-20T18:12:03.143Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28632026-03-20T18:12:03.155Z Checking ctr v0.9.2
28642026-03-20T18:12:03.202Z Checking constant_time_eq v0.4.2
28652026-03-20T18:12:03.380Z Checking arrayref v0.3.9
28662026-03-20T18:12:03.425Z Checking arrayvec v0.7.6
28672026-03-20T18:12:03.433Z Checking aes-gcm v0.10.3
28682026-03-20T18:12:03.575Z Checking async-lock v3.4.2
28692026-03-20T18:12:03.826Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28702026-03-20T18:12:03.842Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-03-20T18:12:04.173Z Checking ssh-encoding v0.2.0
28722026-03-20T18:12:04.379Z Compiling samael v0.0.19
28732026-03-20T18:12:04.435Z Checking blowfish v0.9.1
28742026-03-20T18:12:04.653Z Checking bcrypt-pbkdf v0.10.0
28752026-03-20T18:12:04.903Z Checking ssh-cipher v0.2.0
28762026-03-20T18:12:05.004Z Checking async-object-pool v0.2.0
28772026-03-20T18:12:05.174Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28782026-03-20T18:12:05.214Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28792026-03-20T18:12:05.634Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28802026-03-20T18:12:06.010Z Checking serde_regex v1.1.0
28812026-03-20T18:12:06.249Z Checking password-hash v0.4.2
28822026-03-20T18:12:06.487Z Checking assert-json-diff v2.0.2
28832026-03-20T18:12:06.587Z Checking path-tree v0.8.3
28842026-03-20T18:12:06.739Z Checking stringmetrics v2.2.2
28852026-03-20T18:12:06.867Z Compiling target-lexicon v0.13.3
28862026-03-20T18:12:06.971Z Checking gimli v0.32.3
28872026-03-20T18:12:07.464Z Checking httpmock v0.8.3
28882026-03-20T18:12:07.628Z Checking pbkdf2 v0.11.0
28892026-03-20T18:12:07.878Z Checking ssh-key v0.6.7
28902026-03-20T18:12:09.272Z Checking addr2line v0.25.1
28912026-03-20T18:12:09.585Z Checking p521 v0.13.3
28922026-03-20T18:12:10.502Z Checking p256 v0.13.2
28932026-03-20T18:12:10.533Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28942026-03-20T18:12:10.551Z Checking russh-cryptovec v0.7.3
28952026-03-20T18:12:10.746Z Checking md5 v0.7.0
28962026-03-20T18:12:10.791Z Compiling guppy-workspace-hack v0.1.0
28972026-03-20T18:12:10.838Z Checking rustc-demangle v0.1.27
28982026-03-20T18:12:11.067Z Checking russh-keys v0.45.0
28992026-03-20T18:12:11.173Z Checking backtrace v0.3.76
29002026-03-20T18:12:11.678Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29012026-03-20T18:12:11.701Z Checking num-bigint v0.4.6
29022026-03-20T18:12:11.701Z Checking des v0.8.1
29032026-03-20T18:12:11.908Z Compiling blake3 v1.8.3
29042026-03-20T18:12:12.044Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29052026-03-20T18:12:12.413Z Compiling target-spec v3.5.7
29062026-03-20T18:12:12.611Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-03-20T18:12:12.921Z Checking russh v0.45.0
29082026-03-20T18:12:13.431Z Checking backtrace-ext v0.2.1
29092026-03-20T18:12:13.729Z Checking cfg-expr v0.20.6
29102026-03-20T18:12:13.795Z Checking supports-color v2.1.0
29112026-03-20T18:12:13.795Z Checking textwrap v0.15.2
29122026-03-20T18:12:13.810Z Checking supports-hyperlinks v2.1.0
29132026-03-20T18:12:13.974Z Checking supports-unicode v2.1.0
29142026-03-20T18:12:14.016Z Checking hashbrown v0.14.5
29152026-03-20T18:12:14.062Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29162026-03-20T18:12:14.150Z Checking cargo-platform v0.3.2
29172026-03-20T18:12:14.459Z Checking terminal_size v0.1.17
29182026-03-20T18:12:14.483Z Checking socket2 v0.5.10
29192026-03-20T18:12:14.533Z Compiling miette-derive v5.10.0
29202026-03-20T18:12:14.701Z Checking internet-checksum v0.2.1
29212026-03-20T18:12:14.788Z Checking owo-colors v3.5.0
29222026-03-20T18:12:15.062Z Checking chumsky v0.9.3
29232026-03-20T18:12:15.579Z Checking cargo_metadata v0.23.1
29242026-03-20T18:12:16.179Z Checking miette v5.10.0
29252026-03-20T18:12:16.390Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29262026-03-20T18:12:16.554Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-03-20T18:12:16.758Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29282026-03-20T18:12:16.779Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29292026-03-20T18:12:17.072Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29302026-03-20T18:12:17.301Z Checking httptest v0.16.4
29312026-03-20T18:12:17.308Z Compiling git2 v0.20.4
29322026-03-20T18:12:17.463Z Checking pathdiff v0.2.3
29332026-03-20T18:12:17.631Z Compiling knuffel-derive v3.2.0
29342026-03-20T18:12:17.674Z Checking nested v0.1.1
29352026-03-20T18:12:17.718Z Checking topological-sort v0.2.2
29362026-03-20T18:12:17.930Z Checking guppy v0.17.25
29372026-03-20T18:12:17.950Z Checking omicron-zone-package v0.12.2
29382026-03-20T18:12:18.227Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29392026-03-20T18:12:18.582Z Checking similar-asserts v1.7.0
29402026-03-20T18:12:18.757Z Compiling rstest_macros v0.25.0
29412026-03-20T18:12:19.369Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29422026-03-20T18:12:19.392Z Compiling target-triple v1.0.0
29432026-03-20T18:12:19.392Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29442026-03-20T18:12:19.399Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29452026-03-20T18:12:19.660Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29462026-03-20T18:12:19.711Z Checking knuffel v3.2.0
29472026-03-20T18:12:20.272Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29482026-03-20T18:12:20.783Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29492026-03-20T18:12:21.272Z Checking toml_datetime v1.0.0+spec-1.1.0
29502026-03-20T18:12:21.583Z Compiling relative-path v1.9.3
29512026-03-20T18:12:21.604Z Compiling assert_cmd v2.1.2
29522026-03-20T18:12:21.795Z Checking escape8259 v0.5.3
29532026-03-20T18:12:22.125Z Checking libtest-mimic v0.8.1
29542026-03-20T18:12:22.141Z Checking toml v1.0.3+spec-1.1.0
29552026-03-20T18:12:22.204Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29562026-03-20T18:12:22.633Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29572026-03-20T18:12:22.732Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29582026-03-20T18:12:22.948Z Checking blake2b_simd v1.0.4
29592026-03-20T18:12:23.527Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29602026-03-20T18:12:23.656Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29612026-03-20T18:12:23.768Z Compiling polar-core v0.27.3
29622026-03-20T18:12:24.020Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29632026-03-20T18:12:24.329Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29642026-03-20T18:12:24.482Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29652026-03-20T18:12:24.722Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29662026-03-20T18:12:25.096Z Checking fancy-regex v0.14.0
29672026-03-20T18:12:25.355Z Checking serde_tokenstream v0.2.3
29682026-03-20T18:12:25.592Z Checking uzers v0.12.2
29692026-03-20T18:12:25.722Z Checking constant_time_eq v0.3.1
29702026-03-20T18:12:25.868Z Checking termcolor v1.4.1
29712026-03-20T18:12:25.949Z Compiling linkme-impl v0.3.35
29722026-03-20T18:12:26.279Z Checking trybuild v1.0.116
29732026-03-20T18:12:26.535Z Checking rust-argon2 v2.1.0
29742026-03-20T18:12:26.869Z Checking datatest-stable v0.3.3
29752026-03-20T18:12:27.070Z Checking rstest v0.25.0
29762026-03-20T18:12:27.905Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29772026-03-20T18:12:27.939Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29782026-03-20T18:12:27.940Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29792026-03-20T18:12:27.940Z Checking support-bundle-viewer v0.1.2
29802026-03-20T18:12:28.248Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29812026-03-20T18:12:28.642Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29822026-03-20T18:12:28.773Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29832026-03-20T18:12:28.930Z Checking drift v0.1.3
29842026-03-20T18:12:29.074Z Checking rand_distr v0.5.1
29852026-03-20T18:12:29.388Z Checking multimap v0.10.1
29862026-03-20T18:12:29.742Z Checking approx v0.5.1
29872026-03-20T18:12:29.771Z Compiling linkme v0.3.35
29882026-03-20T18:12:29.894Z Checking dropshot-api-manager v0.6.0
29892026-03-20T18:12:30.652Z Checking oso v0.27.3
29902026-03-20T18:12:31.332Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29912026-03-20T18:12:31.583Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29922026-03-20T18:12:31.830Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29932026-03-20T18:12:32.330Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29942026-03-20T18:12:32.426Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29952026-03-20T18:12:32.426Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29962026-03-20T18:12:32.467Z Checking partial-io v0.5.4
29972026-03-20T18:12:32.766Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29982026-03-20T18:12:32.782Z Checking cargo_toml v0.21.0
29992026-03-20T18:12:32.822Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30002026-03-20T18:12:32.903Z Checking termios v0.3.3
30012026-03-20T18:12:32.947Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30022026-03-20T18:12:33.527Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30032026-03-20T18:12:33.655Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30042026-03-20T18:12:33.984Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30052026-03-20T18:12:35.751Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30062026-03-20T18:12:38.124Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30072026-03-20T18:12:43.213Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30082026-03-20T18:12:46.088Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30092026-03-20T18:12:51.024Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30102026-03-20T18:12:53.548Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30112026-03-20T18:12:59.120Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30122026-03-20T18:13:05.143Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30132026-03-20T18:13:06.893Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30142026-03-20T18:13:07.471Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30152026-03-20T18:13:19.028Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30162026-03-20T18:15:19.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 39s
30172026-03-20T18:15:19.985Z
30182026-03-20T18:15:19.985Zreal 5:43.657546953
30192026-03-20T18:15:19.988Zuser 28:32.538640524
30202026-03-20T18:15:19.988Zsys 5:54.953009087
30212026-03-20T18:15:19.988Ztrap 0.722294980
30222026-03-20T18:15:19.988Ztflt 0.089400835
30232026-03-20T18:15:19.988Zdflt 0.152895517
30242026-03-20T18:15:19.988Zkflt 0.000567629
30252026-03-20T18:15:19.988Zlock 1:20:21.051941064
30262026-03-20T18:15:19.988Zslp 1:17:17.717125039
30272026-03-20T18:15:19.988Zlat 1:58.783747916
30282026-03-20T18:15:19.988Zstop 13:59.416321071
30292026-03-20T18:15:19.988Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30302026-03-20T18:15:19.988Z+ ptime -m cargo doc --workspace --no-deps
30312026-03-20T18:15:21.156Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30322026-03-20T18:15:21.156Z |
30332026-03-20T18:15:21.156Z = 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)`
30342026-03-20T18:15:21.156Z = 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>
30352026-03-20T18:15:22.478Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30362026-03-20T18:15:22.747Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30372026-03-20T18:15:22.796Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30382026-03-20T18:15:22.879Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30392026-03-20T18:15:23.068Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30402026-03-20T18:15:23.089Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30412026-03-20T18:15:23.129Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30422026-03-20T18:15:23.154Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30432026-03-20T18:15:23.227Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30442026-03-20T18:15:23.331Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30452026-03-20T18:15:23.375Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30462026-03-20T18:15:23.429Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30472026-03-20T18:15:23.474Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30482026-03-20T18:15:23.504Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30492026-03-20T18:15:23.556Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30502026-03-20T18:15:23.624Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30512026-03-20T18:15:23.665Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30522026-03-20T18:15:23.693Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30532026-03-20T18:15:23.730Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30542026-03-20T18:15:23.814Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30552026-03-20T18:15:24.071Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30562026-03-20T18:15:24.402Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30572026-03-20T18:15:24.596Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30582026-03-20T18:15:24.641Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30592026-03-20T18:15:24.673Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30602026-03-20T18:15:24.850Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30612026-03-20T18:15:24.882Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30622026-03-20T18:15:25.091Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30632026-03-20T18:15:25.162Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30642026-03-20T18:15:25.242Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30652026-03-20T18:15:25.392Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30662026-03-20T18:15:25.419Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30672026-03-20T18:15:25.584Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30682026-03-20T18:15:25.827Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30692026-03-20T18:15:25.854Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30702026-03-20T18:15:25.884Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30712026-03-20T18:15:26.128Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30722026-03-20T18:15:26.185Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30732026-03-20T18:15:26.223Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30742026-03-20T18:15:26.512Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30752026-03-20T18:15:26.592Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30762026-03-20T18:15:26.930Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30772026-03-20T18:15:26.936Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30782026-03-20T18:15:27.002Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30792026-03-20T18:15:27.112Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30802026-03-20T18:15:27.143Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30812026-03-20T18:15:27.398Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30822026-03-20T18:15:27.499Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30832026-03-20T18:15:27.528Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30842026-03-20T18:15:27.695Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30852026-03-20T18:15:27.724Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30862026-03-20T18:15:27.759Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30872026-03-20T18:15:27.791Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30882026-03-20T18:15:28.096Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30892026-03-20T18:15:28.099Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30902026-03-20T18:15:28.163Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30912026-03-20T18:15:28.169Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30922026-03-20T18:15:28.407Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30932026-03-20T18:15:28.434Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30942026-03-20T18:15:28.462Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30952026-03-20T18:15:28.654Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30962026-03-20T18:15:28.742Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30972026-03-20T18:15:28.780Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30982026-03-20T18:15:28.821Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30992026-03-20T18:15:28.992Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31002026-03-20T18:15:29.029Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31012026-03-20T18:15:29.091Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31022026-03-20T18:15:29.376Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31032026-03-20T18:15:29.381Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31042026-03-20T18:15:29.393Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31052026-03-20T18:15:29.452Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31062026-03-20T18:15:29.603Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31072026-03-20T18:15:30.153Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31082026-03-20T18:15:30.177Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31092026-03-20T18:15:31.164Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31102026-03-20T18:15:31.685Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31112026-03-20T18:15:31.906Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31122026-03-20T18:15:31.963Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31132026-03-20T18:15:32.050Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31142026-03-20T18:15:32.100Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31152026-03-20T18:15:32.455Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31162026-03-20T18:15:32.503Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31172026-03-20T18:15:32.772Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31182026-03-20T18:15:33.111Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31192026-03-20T18:15:33.408Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31202026-03-20T18:15:33.511Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31212026-03-20T18:15:33.544Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31222026-03-20T18:15:33.749Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31232026-03-20T18:15:33.918Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31242026-03-20T18:15:34.338Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-03-20T18:15:34.799Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31262026-03-20T18:15:34.967Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-03-20T18:15:35.060Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31282026-03-20T18:15:35.385Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31292026-03-20T18:15:35.543Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31302026-03-20T18:15:36.142Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31312026-03-20T18:15:36.281Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31322026-03-20T18:15:37.191Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-03-20T18:15:37.423Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31342026-03-20T18:15:37.809Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31352026-03-20T18:15:38.546Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31362026-03-20T18:15:38.595Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31372026-03-20T18:15:39.050Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31382026-03-20T18:15:39.095Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31392026-03-20T18:15:39.222Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31402026-03-20T18:15:39.369Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31412026-03-20T18:15:39.435Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31422026-03-20T18:15:39.465Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31432026-03-20T18:15:39.850Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31442026-03-20T18:15:39.899Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31452026-03-20T18:15:40.035Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31462026-03-20T18:15:40.077Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31472026-03-20T18:15:40.110Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31482026-03-20T18:15:40.489Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31492026-03-20T18:15:41.111Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31502026-03-20T18:15:41.222Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31512026-03-20T18:15:41.592Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31522026-03-20T18:15:42.401Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31532026-03-20T18:15:43.035Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31542026-03-20T18:15:43.140Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31552026-03-20T18:15:43.487Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31562026-03-20T18:15:43.956Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31572026-03-20T18:15:44.048Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31582026-03-20T18:15:44.098Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-03-20T18:15:44.660Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31602026-03-20T18:15:44.729Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31612026-03-20T18:15:45.059Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31622026-03-20T18:15:45.213Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31632026-03-20T18:15:45.264Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31642026-03-20T18:15:46.738Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31652026-03-20T18:15:46.857Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31662026-03-20T18:15:46.947Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-03-20T18:15:47.593Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31682026-03-20T18:15:48.225Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31692026-03-20T18:15:49.702Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31702026-03-20T18:15:50.222Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31712026-03-20T18:15:50.780Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31722026-03-20T18:15:51.210Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-03-20T18:15:51.282Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31742026-03-20T18:15:51.589Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31752026-03-20T18:15:51.674Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-03-20T18:15:51.683Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31772026-03-20T18:15:51.788Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31782026-03-20T18:15:52.623Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31792026-03-20T18:15:53.807Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31802026-03-20T18:15:54.840Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31812026-03-20T18:15:54.923Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31822026-03-20T18:15:56.109Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31832026-03-20T18:15:57.466Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31842026-03-20T18:15:58.604Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31852026-03-20T18:15:59.258Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31862026-03-20T18:16:01.202Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31872026-03-20T18:16:01.514Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31882026-03-20T18:16:02.446Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31892026-03-20T18:16:03.396Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31902026-03-20T18:16:03.873Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31912026-03-20T18:16:04.769Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31922026-03-20T18:16:05.179Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31932026-03-20T18:16:06.132Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31942026-03-20T18:16:07.074Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31952026-03-20T18:16:07.571Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31962026-03-20T18:16:07.645Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31972026-03-20T18:16:07.676Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31982026-03-20T18:16:07.966Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31992026-03-20T18:16:08.222Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32002026-03-20T18:16:08.474Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32012026-03-20T18:16:08.522Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32022026-03-20T18:16:08.567Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32032026-03-20T18:16:09.130Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32042026-03-20T18:16:09.449Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32052026-03-20T18:16:10.052Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32062026-03-20T18:16:10.088Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32072026-03-20T18:16:10.329Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32082026-03-20T18:16:10.756Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-03-20T18:16:11.186Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32102026-03-20T18:16:11.312Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32112026-03-20T18:16:11.964Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32122026-03-20T18:16:12.178Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32132026-03-20T18:16:14.052Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32142026-03-20T18:16:16.068Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32152026-03-20T18:16:16.432Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-03-20T18:16:18.938Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32172026-03-20T18:16:20.171Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32182026-03-20T18:16:21.113Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-03-20T18:16:23.389Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32202026-03-20T18:16:24.027Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32212026-03-20T18:16:25.372Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32222026-03-20T18:16:27.227Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32232026-03-20T18:16:27.799Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32242026-03-20T18:16:29.838Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32252026-03-20T18:16:30.748Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32262026-03-20T18:16:33.087Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32272026-03-20T18:16:33.515Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32282026-03-20T18:16:34.915Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32292026-03-20T18:16:35.943Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32302026-03-20T18:16:36.576Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32312026-03-20T18:16:37.672Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32322026-03-20T18:16:38.850Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32332026-03-20T18:16:39.813Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32342026-03-20T18:16:40.930Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32352026-03-20T18:16:41.870Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32362026-03-20T18:16:42.945Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32372026-03-20T18:16:47.387Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32382026-03-20T18:16:48.294Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32392026-03-20T18:16:49.369Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32402026-03-20T18:16:50.476Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32412026-03-20T18:16:51.507Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32422026-03-20T18:16:52.584Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32432026-03-20T18:16:53.700Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32442026-03-20T18:16:54.955Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32452026-03-20T18:16:55.652Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32462026-03-20T18:16:56.292Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32472026-03-20T18:16:57.202Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32482026-03-20T18:17:01.297Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32492026-03-20T18:17:01.509Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32502026-03-20T18:17:04.256Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32512026-03-20T18:17:05.323Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32522026-03-20T18:17:06.097Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32532026-03-20T18:17:07.680Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32542026-03-20T18:17:09.069Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32552026-03-20T18:17:10.110Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32562026-03-20T18:17:13.582Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32572026-03-20T18:17:14.200Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32582026-03-20T18:17:15.181Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32592026-03-20T18:17:16.829Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32602026-03-20T18:17:18.611Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32612026-03-20T18:17:20.162Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32622026-03-20T18:17:21.843Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32632026-03-20T18:17:25.126Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32642026-03-20T18:17:25.940Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32652026-03-20T18:17:28.370Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32662026-03-20T18:17:30.455Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32672026-03-20T18:17:32.429Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32682026-03-20T18:17:35.565Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32692026-03-20T18:17:37.440Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32702026-03-20T18:17:39.579Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32712026-03-20T18:17:44.883Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32722026-03-20T18:17:46.972Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32732026-03-20T18:17:47.107Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32742026-03-20T18:17:49.188Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32752026-03-20T18:17:51.652Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32762026-03-20T18:17:54.073Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32772026-03-20T18:17:56.823Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32782026-03-20T18:17:59.350Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32792026-03-20T18:18:01.705Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32802026-03-20T18:18:04.519Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32812026-03-20T18:18:06.681Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32822026-03-20T18:18:09.109Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-03-20T18:18:11.560Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32842026-03-20T18:18:13.989Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32852026-03-20T18:18:16.428Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32862026-03-20T18:18:18.558Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-03-20T18:18:21.310Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32882026-03-20T18:18:23.452Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32892026-03-20T18:18:25.976Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32902026-03-20T18:18:28.572Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32912026-03-20T18:18:31.016Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32922026-03-20T18:18:34.002Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32932026-03-20T18:18:36.225Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32942026-03-20T18:18:38.870Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32952026-03-20T18:18:41.543Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32962026-03-20T18:18:43.979Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32972026-03-20T18:18:46.645Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32982026-03-20T18:18:51.900Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32992026-03-20T18:18:56.299Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33002026-03-20T18:18:57.556Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33012026-03-20T18:19:00.336Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33022026-03-20T18:19:03.157Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33032026-03-20T18:19:05.916Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33042026-03-20T18:19:08.691Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33052026-03-20T18:19:11.576Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33062026-03-20T18:19:14.488Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33072026-03-20T18:19:17.220Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33082026-03-20T18:19:20.040Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33092026-03-20T18:19:22.770Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33102026-03-20T18:19:25.909Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-03-20T18:19:28.342Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33122026-03-20T18:19:31.682Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33132026-03-20T18:19:33.994Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33142026-03-20T18:19:36.715Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33152026-03-20T18:19:39.624Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33162026-03-20T18:19:42.535Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33172026-03-20T18:19:45.372Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33182026-03-20T18:19:48.069Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33192026-03-20T18:19:51.115Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33202026-03-20T18:19:55.474Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33212026-03-20T18:19:56.639Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33222026-03-20T18:19:59.672Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33232026-03-20T18:20:02.342Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33242026-03-20T18:20:05.283Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33252026-03-20T18:20:08.109Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33262026-03-20T18:20:11.375Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33272026-03-20T18:20:14.014Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33282026-03-20T18:20:17.093Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33292026-03-20T18:20:20.149Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33302026-03-20T18:20:23.199Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33312026-03-20T18:20:26.444Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33322026-03-20T18:20:29.511Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33332026-03-20T18:20:32.602Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33342026-03-20T18:20:35.695Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33352026-03-20T18:20:38.802Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33362026-03-20T18:20:41.973Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33372026-03-20T18:20:45.122Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33382026-03-20T18:20:48.734Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33392026-03-20T18:20:51.642Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33402026-03-20T18:20:54.715Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33412026-03-20T18:21:03.959Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33422026-03-20T18:21:04.078Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33432026-03-20T18:21:09.751Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33442026-03-20T18:21:13.284Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33452026-03-20T18:21:17.752Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33462026-03-20T18:21:22.175Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33472026-03-20T18:21:26.701Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33482026-03-20T18:21:31.373Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33492026-03-20T18:21:35.826Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33502026-03-20T18:21:40.422Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33512026-03-20T18:21:44.886Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33522026-03-20T18:21:49.366Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33532026-03-20T18:21:54.115Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33542026-03-20T18:21:58.496Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33552026-03-20T18:22:03.028Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33562026-03-20T18:22:07.583Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33572026-03-20T18:22:12.100Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33582026-03-20T18:22:16.751Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33592026-03-20T18:22:21.267Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33602026-03-20T18:22:25.785Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33612026-03-20T18:22:30.480Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33622026-03-20T18:22:35.051Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33632026-03-20T18:22:39.554Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33642026-03-20T18:22:44.115Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33652026-03-20T18:23:20.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 00s
33662026-03-20T18:23:20.808Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33672026-03-20T18:23:20.915Z
33682026-03-20T18:23:20.918Zreal 8:00.988685675
33692026-03-20T18:23:20.919Zuser 23:34.041123799
33702026-03-20T18:23:20.919Zsys 4:24.672233185
33712026-03-20T18:23:20.919Ztrap 0.398322299
33722026-03-20T18:23:20.919Ztflt 0.046285290
33732026-03-20T18:23:20.919Zdflt 0.022021504
33742026-03-20T18:23:20.919Zkflt 0.000020295
33752026-03-20T18:23:20.919Zlock 7:13:10.884906985
33762026-03-20T18:23:20.919Zslp 2:39:41.499398361
33772026-03-20T18:23:20.919Zlat 36.313748951
33782026-03-20T18:23:20.919Zstop 1:54.031776856
33792026-03-20T18:23:20.919Zprocess exited: duration 1064053 ms, exit code 0
 
33802026-03-20T18:23:20.927Zfound 0 output files