01M1C2B9VBEHZEG2SB4GSQSRJP: clippy (helios)

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

Buildomat Job: 01M1C2C9SS3X6RBYTGVE2GJSP2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T14:09:00.942Zjob assigned to worker 01M1C2CKDXVSHTEWR27DGK5RGD [factory aws, i-0ebedc12dc7f7a27d] (queued for 50 s)
 
22026-08-31T14:09:07.797Zstarting task 0: "setup"
32026-08-31T14:09:07.801Z++ uname -s
42026-08-31T14:09:07.804Z+ kern=SunOS
52026-08-31T14:09:07.804Z+ build_user=build
62026-08-31T14:09:07.804Z+ build_uid=12345
72026-08-31T14:09:07.804Z+ work_dir=/work
82026-08-31T14:09:07.805Z+ input_dir=/input
92026-08-31T14:09:07.805Z+ [[ 0 == 12345 ]]
102026-08-31T14:09:07.805Z+ case "$kern" in
112026-08-31T14:09:07.805Z+ groupadd -g 12345 build
122026-08-31T14:09:07.808Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T14:09:09.811Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T14:09:09.965Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T14:09:09.968Z+ home_fs=zfs
162026-08-31T14:09:09.968Z+ [[ zfs == autofs ]]
172026-08-31T14:09:09.968Z+ mkdir -p /home/build
182026-08-31T14:09:09.968Z+ chown build:build /home/build /work
192026-08-31T14:09:11.970Z+ chmod 0700 /home/build /work
202026-08-31T14:09:11.973Zprocess exited: duration 4177 ms, exit code 0
 
212026-08-31T14:09:11.980Zstarting task 1: "rust-toolchain"
222026-08-31T14:09:11.984Z * rust toolchain channel = "1.97.1"
232026-08-31T14:09:11.984Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-31T14:09:11.984Z * rust toolchain profile = "default"
252026-08-31T14:09:11.984Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-31T14:09:11.984Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T14:09:11.984Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T14:09:11.988Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T14:09:11.988Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-31T14:09:12.043Zinfo: downloading installer
312026-08-31T14:09:13.350Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T14:09:13.350Zwarn: /home/build/.rustup/settings.toml
332026-08-31T14:09:13.350Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T14:09:13.350Zwarn: instead of the one inferred from the default host triple.
352026-08-31T14:09:13.362Zinfo: profile set to default
362026-08-31T14:09:13.362Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T14:09:13.365Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-31T14:09:13.510Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-31T14:09:13.515Zinfo: downloading 6 components
402026-08-31T14:09:28.075Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-31T14:09:28.075Z
422026-08-31T14:09:28.101Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-31T14:09:28.101Z
442026-08-31T14:09:28.101Z
452026-08-31T14:09:28.107ZRust is installed now. Great!
462026-08-31T14:09:28.107Z
472026-08-31T14:09:28.107ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T14:09:28.107Zenvironment variable. This has not been done automatically.
492026-08-31T14:09:28.107Z
502026-08-31T14:09:28.107ZTo configure your current shell, you need to source
512026-08-31T14:09:28.107Zthe corresponding env file under $HOME/.cargo.
522026-08-31T14:09:28.107Z
532026-08-31T14:09:28.107ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T14:09:28.107Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T14:09:28.107Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T14:09:28.107Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T14:09:28.107Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T14:09:28.107Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T14:09:28.107Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T14:09:28.107Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T14:09:28.107Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T14:09:28.197Z+ rustup --version
632026-08-31T14:09:28.206Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T14:09:28.209Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T14:09:28.227Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-31T14:09:28.230Z+ cargo --version
672026-08-31T14:09:28.244Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-31T14:09:28.248Z+ rustc --version
692026-08-31T14:09:28.266Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-31T14:09:28.269Zprocess exited: duration 16288 ms, exit code 0
 
712026-08-31T14:09:28.275Zstarting task 2: "authentication"
722026-08-31T14:09:28.292Zprocess exited: duration 16 ms, exit code 0
 
732026-08-31T14:09:28.299Zstarting task 3: "clone repository"
742026-08-31T14:09:28.303Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-31T14:09:28.306Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-31T14:09:28.335ZCloning into '/work/oxidecomputer/omicron'...
772026-08-31T14:09:41.401Z+ cd /work/oxidecomputer/omicron
782026-08-31T14:09:41.401Z+ git fetch origin 4f380ddc5e035d11ec69933c4af2cc15385932dd
792026-08-31T14:09:41.773ZFrom https://github.com/oxidecomputer/omicron
802026-08-31T14:09:41.773Z * branch 4f380ddc5e035d11ec69933c4af2cc15385932dd -> FETCH_HEAD
812026-08-31T14:09:41.785Z+ [[ -n john/data-migration-idempotency ]]
822026-08-31T14:09:41.788Z++ git branch --show-current
832026-08-31T14:09:41.788Z+ current=main
842026-08-31T14:09:41.789Z+ [[ main != john/data-migration-idempotency ]]
852026-08-31T14:09:41.789Z+ git branch -f john/data-migration-idempotency 4f380ddc5e035d11ec69933c4af2cc15385932dd
862026-08-31T14:09:41.792Z+ git checkout -f john/data-migration-idempotency
872026-08-31T14:09:42.037ZSwitched to branch 'john/data-migration-idempotency'
882026-08-31T14:09:42.040Z+ git reset --hard 4f380ddc5e035d11ec69933c4af2cc15385932dd
892026-08-31T14:09:42.053ZHEAD is now at 4f380ddc5 add comment explaining apply_update(..., 2)
902026-08-31T14:09:42.056Zprocess exited: duration 13754 ms, exit code 0
 
912026-08-31T14:09:42.062Zstarting task 4: "build"
922026-08-31T14:09:42.066Z+ source ./env.sh
932026-08-31T14:09:42.066Z++ OLD_SHELL_OPTS=ehxB
942026-08-31T14:09:42.066Z++ set -o xtrace
952026-08-31T14:09:42.072Z++++ dirname ./env.sh
962026-08-31T14:09:42.072Z+++ readlink -f .
972026-08-31T14:09:42.076Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-31T14:09:42.076Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-31T14:09:42.076Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-31T14:09:42.076Z++ 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
1012026-08-31T14:09:42.077Z++ 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
1022026-08-31T14:09:42.077Z++ 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
1032026-08-31T14:09:42.077Z++ 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
1042026-08-31T14:09:42.077Z++ 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
1052026-08-31T14:09:42.077Z++ 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
1062026-08-31T14:09:42.077Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1072026-08-31T14:09:42.077Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1082026-08-31T14:09:42.077Z++ case $OLD_SHELL_OPTS in
1092026-08-31T14:09:42.077Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-31T14:09:42.077Z+ source .github/buildomat/ci-env.sh
1112026-08-31T14:09:42.077Z++ export CARGO_TERM_COLOR=always
1122026-08-31T14:09:42.077Z++ CARGO_TERM_COLOR=always
1132026-08-31T14:09:42.077Z+++ uname -s
1142026-08-31T14:09:42.077Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-31T14:09:42.077Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-31T14:09:42.077Z+ cargo --version
1172026-08-31T14:09:42.084Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-31T14:09:42.091Z+ rustc --version
1192026-08-31T14:09:42.105Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-31T14:09:42.108Z+ banner prerequisites
1212026-08-31T14:09:42.112Z
1222026-08-31T14:09:42.112Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-31T14:09:42.112Z # # # # # # # # # # # # # # #
1242026-08-31T14:09:42.112Z # # # # ##### # # ##### # # # # # #### #
1252026-08-31T14:09:42.112Z ##### ##### # ##### # # # # # # # # #
1262026-08-31T14:09:42.112Z # # # # # # # # # # # # # # #
1272026-08-31T14:09:42.112Z # # # ###### # # ###### ### # #### # #### #
1282026-08-31T14:09:42.112Z
1292026-08-31T14:09:42.112Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-31T14:09:44.132Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-31T14:09:44.542Z Startup: Caching catalogs ... Done
1322026-08-31T14:09:46.831ZPlanning: Solver setup ... Done (2.167s)
1332026-08-31T14:09:46.896ZPlanning: Running solver ... Done (0.063s)
1342026-08-31T14:09:46.950ZPlanning: Finding local manifests ... Done (0.004s)
1352026-08-31T14:09:46.962ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-31T14:09:46.978ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-31T14:09:46.991ZPlanning: Package planning ... Done (0.013s)
1382026-08-31T14:09:47.004ZPlanning: Merging actions ... Done (0.001s)
1392026-08-31T14:09:47.217ZPlanning: Checking for conflicting actions ... Done (0.225s)
1402026-08-31T14:09:47.220ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-31T14:09:48.004ZPlanning: Evaluating mediators ... Done (0.786s)
1422026-08-31T14:09:48.008ZPlanning: Planning completed in 3.43 seconds
1432026-08-31T14:09:48.013Z Packages to install: 2
1442026-08-31T14:09:48.013Z Estimated space available: 156.00 GB
1452026-08-31T14:09:48.019ZEstimated space to be consumed: 83.65 MB
1462026-08-31T14:09:48.019Z Create boot environment: No
1472026-08-31T14:09:48.019ZCreate backup boot environment: No
1482026-08-31T14:09:48.019Z Rebuild boot archive: No
1492026-08-31T14:09:48.019Z
1502026-08-31T14:09:48.019ZChanged packages:
1512026-08-31T14:09:48.019Zhelios
1522026-08-31T14:09:48.019Z developer/build-essential
1532026-08-31T14:09:48.019Z None -> 11-3.0
1542026-08-31T14:09:48.019Z library/libxmlsec1
1552026-08-31T14:09:48.019Z None -> 1.2.35-3.0
1562026-08-31T14:09:48.038Z
1572026-08-31T14:09:48.038ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-31T14:09:48.106ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1592026-08-31T14:09:48.209Z Actions: 1/268 actions (Installing new actions)
1602026-08-31T14:09:48.247Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-31T14:09:48.285ZFinalize: Updating package state database ... Done (0.037s)
1622026-08-31T14:09:48.285ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-31T14:09:48.379ZFinalize: Updating image state ... Done (0.093s)
1642026-08-31T14:09:50.921ZFinalize: Creating fast lookup database ... Done (2.407s)
1652026-08-31T14:09:51.047ZFinalize: Reading search index ... Done (0.012s)
1662026-08-31T14:09:51.048ZFinalize: Updating search index ... Done (0.000s)
1672026-08-31T14:09:51.160ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-31T14:09:51.414ZPlanning: Evaluating mediator changes ... Done
1692026-08-31T14:09:51.518ZPlanning: Checking for conflicting actions ... Done
1702026-08-31T14:09:51.577ZPlanning: Consolidating action changes ... Done
1712026-08-31T14:09:51.659ZPlanning: Evaluating mediators ... Done
1722026-08-31T14:09:51.719ZPlanning: Planning completed in 0.26 seconds
1732026-08-31T14:09:51.720Z Mediators to change: 2
1742026-08-31T14:09:51.720Z Create boot environment: No
1752026-08-31T14:09:51.720ZCreate backup boot environment: No
1762026-08-31T14:09:51.780ZFinalize: Updating package state database ... Done
1772026-08-31T14:09:51.780ZFinalize: Updating package cache ... Done
1782026-08-31T14:09:51.831ZFinalize: Updating image state ... Done
1792026-08-31T14:09:53.723ZFinalize: Creating fast lookup database ... Done
1802026-08-31T14:09:53.767ZFinalize: Reading search index ... Done
1812026-08-31T14:09:53.792ZFinalize: Updating search index ... Done
1822026-08-31T14:09:53.838ZFinalize: Updating package cache ... Done
1832026-08-31T14:09:54.154ZPlanning: Evaluating mediator changes ... Done
1842026-08-31T14:09:54.232ZPlanning: Checking for conflicting actions ... Done
1852026-08-31T14:09:54.291ZPlanning: Consolidating action changes ... Done
1862026-08-31T14:09:54.386ZPlanning: Evaluating mediators ... Done
1872026-08-31T14:09:54.416ZPlanning: Planning completed in 0.26 seconds
1882026-08-31T14:09:54.416Z Mediators to change: 1
1892026-08-31T14:09:54.416Z Create boot environment: No
1902026-08-31T14:09:54.417ZCreate backup boot environment: No
1912026-08-31T14:09:54.441ZFinalize: Updating package state database ... Done
1922026-08-31T14:09:54.441ZFinalize: Updating package cache ... Done
1932026-08-31T14:09:54.498ZFinalize: Updating image state ... Done
1942026-08-31T14:09:56.460ZFinalize: Creating fast lookup database ... Done
1952026-08-31T14:09:56.520ZFinalize: Reading search index ... Done
1962026-08-31T14:09:56.523ZFinalize: Updating search index ... Done
1972026-08-31T14:09:56.609ZFinalize: Updating package cache ... Done
1982026-08-31T14:09:56.911ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-31T14:09:56.911Zapache system 2.4 system
2002026-08-31T14:09:56.911Zclang system 15 system
2012026-08-31T14:09:56.911Zcsh system system illumos
2022026-08-31T14:09:56.911Zctags system system illumos
2032026-08-31T14:09:56.911Zfile vendor vendor darwinsys
2042026-08-31T14:09:56.911Zfile system system illumos
2052026-08-31T14:09:56.911Zgcc vendor 14 vendor
2062026-08-31T14:09:56.912Zgcc system 13 system
2072026-08-31T14:09:56.912Zgcc system 10 system
2082026-08-31T14:09:56.912Zgo system 1.25 system
2092026-08-31T14:09:56.912Zllvm system 15 system
2102026-08-31T14:09:56.912Zmariadb system 11.4 system
2112026-08-31T14:09:56.912Zmta vendor vendor dma
2122026-08-31T14:09:56.912Zopenjdk system 17 system
2132026-08-31T14:09:56.912Zopenjdk system 11 system
2142026-08-31T14:09:56.912Zopenssl vendor 3 vendor
2152026-08-31T14:09:56.912Zperl system 5.40 system
2162026-08-31T14:09:56.912Zpostgresql system 18 system
2172026-08-31T14:09:56.912Zpostgresql system 17 system
2182026-08-31T14:09:56.912Zpython vendor 3 vendor
2192026-08-31T14:09:56.912Zpython system 2 system
2202026-08-31T14:09:56.912Zpython3 vendor 3.13 vendor
2212026-08-31T14:09:56.912Zruby system 3.4 system
2222026-08-31T14:09:56.912Zruby system 3.0 system
2232026-08-31T14:09:56.912Zwords vendor vendor american-english
2242026-08-31T14:09:56.913Zwords system system australian-english
2252026-08-31T14:09:56.913Zwords system system british-english
2262026-08-31T14:09:56.913Zwords system system canadian-english
2272026-08-31T14:09:56.913Zwords system system french
2282026-08-31T14:09:56.913Zwords system system italian
2292026-08-31T14:09:56.913Zwords system system ngerman
2302026-08-31T14:09:56.913Zwords system system ogerman
2312026-08-31T14:09:56.930Zwords system system spanish
2322026-08-31T14:09:57.157ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-31T14:09:57.157Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-31T14:09:57.659ZFMRI IFO
2352026-08-31T14:09:57.659Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-31T14:09:57.659Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-31T14:09:57.659Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-31T14:09:57.659Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-31T14:09:57.660Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-31T14:09:57.660Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-31T14:09:57.660Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-31T14:09:57.660Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-31T14:09:57.660Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-31T14:09:58.002Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-31T14:09:58.371Z Updating crates.io index
2462026-08-31T14:09:58.411Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-31T14:09:58.783Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-31T14:09:59.098Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2492026-08-31T14:09:59.486Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-31T14:10:00.695Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-08-31T14:10:01.552Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-08-31T14:10:03.612Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-08-31T14:10:04.475Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-08-31T14:10:04.774Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-08-31T14:10:05.118Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-08-31T14:10:06.326Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-08-31T14:10:06.654Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-08-31T14:10:07.254Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-08-31T14:10:07.871Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-08-31T14:10:08.166Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-08-31T14:10:08.456Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-08-31T14:10:08.737Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2632026-08-31T14:10:09.017Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642026-08-31T14:10:09.348Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-08-31T14:10:09.707Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-31T14:10:10.800Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-08-31T14:10:11.098Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-08-31T14:10:11.664Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2692026-08-31T14:10:12.149Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-31T14:10:12.439Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-31T14:10:12.868Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-31T14:10:13.118Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-31T14:10:13.567Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-31T14:10:13.962Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-31T14:10:14.305Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-31T14:10:14.786Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-31T14:10:15.160Z Updating git repository `https://github.com/oxidecomputer/tough`
2782026-08-31T14:10:15.704Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-31T14:10:16.247Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-31T14:10:16.550Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-31T14:10:16.868Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-08-31T14:10:17.595Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-08-31T14:10:17.872Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-08-31T14:10:18.156Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-08-31T14:10:18.709Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-08-31T14:10:18.991Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2872026-08-31T14:10:19.414Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-31T14:10:22.059Z Downloading crates ...
2892026-08-31T14:10:22.103Z Downloaded autocfg v1.5.0
2902026-08-31T14:10:22.108Z Downloaded crypto-common v0.1.7
2912026-08-31T14:10:22.116Z Downloaded camino v1.2.5
2922026-08-31T14:10:22.124Z Downloaded serde_spanned v0.6.9
2932026-08-31T14:10:22.124Z Downloaded tabled_derive v0.7.0
2942026-08-31T14:10:22.124Z Downloaded bytecount v0.6.9
2952026-08-31T14:10:22.129Z Downloaded anstream v1.0.0
2962026-08-31T14:10:22.129Z Downloaded pest v2.8.6
2972026-08-31T14:10:22.129Z Downloaded thiserror-impl v1.0.69
2982026-08-31T14:10:22.129Z Downloaded toml v0.8.23
2992026-08-31T14:10:22.129Z Downloaded ucd-trie v0.1.7
3002026-08-31T14:10:22.129Z Downloaded clap_derive v4.6.1
3012026-08-31T14:10:22.136Z Downloaded equivalent v1.0.2
3022026-08-31T14:10:22.136Z Downloaded digest v0.10.7
3032026-08-31T14:10:22.136Z Downloaded pest_meta v2.8.6
3042026-08-31T14:10:22.140Z Downloaded cpufeatures v0.2.17
3052026-08-31T14:10:22.140Z Downloaded heck v0.4.1
3062026-08-31T14:10:22.140Z Downloaded zerocopy v0.7.35
3072026-08-31T14:10:22.143Z Downloaded plain v0.2.3
3082026-08-31T14:10:22.143Z Downloaded cfg-if v1.0.4
3092026-08-31T14:10:22.143Z Downloaded is_terminal_polyfill v1.70.2
3102026-08-31T14:10:22.148Z Downloaded dof v0.3.0
3112026-08-31T14:10:22.148Z Downloaded clap_lex v1.0.0
3122026-08-31T14:10:22.148Z Downloaded heck v0.5.0
3132026-08-31T14:10:22.148Z Downloaded hashbrown v0.17.0
3142026-08-31T14:10:22.152Z Downloaded camino-tempfile v1.4.1
3152026-08-31T14:10:22.152Z Downloaded errno v0.3.14
3162026-08-31T14:10:22.152Z Downloaded terminal_size v0.4.3
3172026-08-31T14:10:22.152Z Downloaded memmap v0.7.0
3182026-08-31T14:10:22.155Z Downloaded anstyle-query v1.1.5
3192026-08-31T14:10:22.161Z Downloaded swrite v0.1.0
3202026-08-31T14:10:22.165Z Downloaded colorchoice v1.0.4
3212026-08-31T14:10:22.169Z Downloaded usdt-attr-macro v0.5.0
3222026-08-31T14:10:22.169Z Downloaded cargo-platform v0.3.2
3232026-08-31T14:10:22.170Z Downloaded dtrace-parser v0.2.0
3242026-08-31T14:10:22.173Z Downloaded pretty-hex v0.4.1
3252026-08-31T14:10:22.173Z Downloaded fnv v1.0.7
3262026-08-31T14:10:22.173Z Downloaded strsim v0.11.1
3272026-08-31T14:10:22.177Z Downloaded block-buffer v0.10.4
3282026-08-31T14:10:22.180Z Downloaded proc-macro-error-attr v1.0.4
3292026-08-31T14:10:22.180Z Downloaded unicode-linebreak v0.1.5
3302026-08-31T14:10:22.183Z Downloaded utf8parse v0.2.2
3312026-08-31T14:10:22.183Z Downloaded generic-array v0.14.7
3322026-08-31T14:10:22.183Z Downloaded usdt-macro v0.5.0
3332026-08-31T14:10:22.183Z Downloaded fastrand v2.3.0
3342026-08-31T14:10:22.188Z Downloaded thread-id v4.2.2
3352026-08-31T14:10:22.192Z Downloaded anstyle-parse v1.0.0
3362026-08-31T14:10:22.192Z Downloaded fs-err v3.3.0
3372026-08-31T14:10:22.204Z Downloaded toml_write v0.1.2
3382026-08-31T14:10:22.212Z Downloaded usdt v0.5.0
3392026-08-31T14:10:22.213Z Downloaded itoa v1.0.17
3402026-08-31T14:10:22.213Z Downloaded version_check v0.9.5
3412026-08-31T14:10:22.213Z Downloaded macaddr v1.0.1
3422026-08-31T14:10:22.213Z Downloaded toml_datetime v0.6.11
3432026-08-31T14:10:22.213Z Downloaded scroll_derive v0.12.1
3442026-08-31T14:10:22.216Z Downloaded sha2 v0.10.9
3452026-08-31T14:10:22.216Z Downloaded cargo_toml v0.21.0
3462026-08-31T14:10:22.216Z Downloaded smawk v0.3.2
3472026-08-31T14:10:22.222Z Downloaded byteorder v1.5.0
3482026-08-31T14:10:22.230Z Downloaded cargo_metadata v0.23.1
3492026-08-31T14:10:22.234Z Downloaded anyhow v1.0.104
3502026-08-31T14:10:22.234Z Downloaded quote v1.0.45
3512026-08-31T14:10:22.234Z Downloaded semver v1.0.28
3522026-08-31T14:10:22.237Z Downloaded scroll v0.12.0
3532026-08-31T14:10:22.237Z Downloaded usdt-impl v0.5.0
3542026-08-31T14:10:22.241Z Downloaded anstyle v1.0.14
3552026-08-31T14:10:22.241Z Downloaded thiserror v1.0.69
3562026-08-31T14:10:22.244Z Downloaded zmij v1.0.21
3572026-08-31T14:10:22.248Z Downloaded bitflags v2.11.0
3582026-08-31T14:10:22.251Z Downloaded once_cell v1.21.3
3592026-08-31T14:10:22.254Z Downloaded zerocopy-derive v0.7.35
3602026-08-31T14:10:22.254Z Downloaded serde_tokenstream v0.2.3
3612026-08-31T14:10:22.261Z Downloaded thiserror-impl v2.0.18
3622026-08-31T14:10:22.262Z Downloaded pest_derive v2.8.6
3632026-08-31T14:10:22.266Z Downloaded pest_generator v2.8.6
3642026-08-31T14:10:22.266Z Downloaded clap v4.6.1
3652026-08-31T14:10:22.266Z Downloaded thiserror v2.0.18
3662026-08-31T14:10:22.271Z Downloaded proc-macro-error v1.0.4
3672026-08-31T14:10:22.272Z Downloaded serde_core v1.0.228
3682026-08-31T14:10:22.272Z Downloaded unicode-ident v1.0.24
3692026-08-31T14:10:22.278Z Downloaded getrandom v0.4.3
3702026-08-31T14:10:22.278Z Downloaded log v0.4.33
3712026-08-31T14:10:22.278Z Downloaded textwrap v0.16.2
3722026-08-31T14:10:22.281Z Downloaded papergrid v0.11.0
3732026-08-31T14:10:22.284Z Downloaded tempfile v3.27.0
3742026-08-31T14:10:22.296Z Downloaded proc-macro2 v1.0.106
3752026-08-31T14:10:22.299Z Downloaded serde_derive v1.0.228
3762026-08-31T14:10:22.303Z Downloaded toml_edit v0.22.27
3772026-08-31T14:10:22.314Z Downloaded typenum v1.20.1
3782026-08-31T14:10:22.317Z Downloaded memchr v2.8.0
3792026-08-31T14:10:22.320Z Downloaded serde v1.0.228
3802026-08-31T14:10:22.325Z Downloaded indexmap v2.14.0
3812026-08-31T14:10:22.357Z Downloaded serde_json v1.0.151
3822026-08-31T14:10:22.363Z Downloaded clap_builder v4.6.0
3832026-08-31T14:10:22.366Z Downloaded goblin v0.8.2
3842026-08-31T14:10:22.370Z Downloaded tabled v0.15.0
3852026-08-31T14:10:22.376Z Downloaded winnow v0.7.14
3862026-08-31T14:10:22.393Z Downloaded syn v1.0.109
3872026-08-31T14:10:22.397Z Downloaded unicode-width v0.1.14
3882026-08-31T14:10:22.422Z Downloaded unicode-width v0.2.0
3892026-08-31T14:10:22.426Z Downloaded syn v2.0.117
3902026-08-31T14:10:22.426Z Downloaded rustix v1.1.4
3912026-08-31T14:10:22.432Z Downloaded libc v0.2.185
3922026-08-31T14:10:22.493Z Compiling proc-macro2 v1.0.106
3932026-08-31T14:10:22.494Z Compiling quote v1.0.45
3942026-08-31T14:10:22.494Z Compiling unicode-ident v1.0.24
3952026-08-31T14:10:22.494Z Compiling serde_core v1.0.228
3962026-08-31T14:10:22.497Z Compiling libc v0.2.185
3972026-08-31T14:10:22.497Z Compiling version_check v0.9.5
3982026-08-31T14:10:22.497Z Compiling memchr v2.8.0
3992026-08-31T14:10:22.497Z Compiling serde v1.0.228
4002026-08-31T14:10:22.801Z Compiling zmij v1.0.21
4012026-08-31T14:10:23.078Z Compiling ucd-trie v0.1.7
4022026-08-31T14:10:23.081Z Compiling thiserror v1.0.69
4032026-08-31T14:10:23.294Z Compiling itoa v1.0.17
4042026-08-31T14:10:23.385Z Compiling pest v2.8.6
4052026-08-31T14:10:23.492Z Compiling byteorder v1.5.0
4062026-08-31T14:10:23.605Z Compiling rustix v1.1.4
4072026-08-31T14:10:23.714Z Compiling errno v0.3.14
4082026-08-31T14:10:23.864Z Compiling serde_json v1.0.151
4092026-08-31T14:10:23.864Z Compiling bitflags v2.11.0
4102026-08-31T14:10:23.945Z Compiling syn v2.0.117
4112026-08-31T14:10:24.042Z Compiling thread-id v4.2.2
4122026-08-31T14:10:24.167Z Compiling usdt-impl v0.5.0
4132026-08-31T14:10:24.167Z Compiling proc-macro-error-attr v1.0.4
4142026-08-31T14:10:24.282Z Compiling syn v1.0.109
4152026-08-31T14:10:24.282Z Compiling camino v1.2.5
4162026-08-31T14:10:24.438Z Compiling pest_meta v2.8.6
4172026-08-31T14:10:24.519Z Compiling proc-macro-error v1.0.4
4182026-08-31T14:10:24.553Z Compiling log v0.4.33
4192026-08-31T14:10:24.568Z Compiling equivalent v1.0.2
4202026-08-31T14:10:24.653Z Compiling getrandom v0.4.3
4212026-08-31T14:10:24.703Z Compiling utf8parse v0.2.2
4222026-08-31T14:10:24.745Z Compiling hashbrown v0.17.0
4232026-08-31T14:10:24.940Z Compiling plain v0.2.3
4242026-08-31T14:10:25.021Z Compiling terminal_size v0.4.3
4252026-08-31T14:10:25.098Z Compiling anstyle-parse v1.0.0
4262026-08-31T14:10:25.277Z Compiling indexmap v2.14.0
4272026-08-31T14:10:25.704Z Compiling anstyle v1.0.14
4282026-08-31T14:10:25.761Z Compiling toml_write v0.1.2
4292026-08-31T14:10:25.806Z Compiling colorchoice v1.0.4
4302026-08-31T14:10:25.887Z Compiling autocfg v1.5.0
4312026-08-31T14:10:25.920Z Compiling thiserror v2.0.18
4322026-08-31T14:10:25.924Z Compiling anstyle-query v1.1.5
4332026-08-31T14:10:25.952Z Compiling is_terminal_polyfill v1.70.2
4342026-08-31T14:10:25.978Z Compiling cfg-if v1.0.4
4352026-08-31T14:10:26.035Z Compiling pest_generator v2.8.6
4362026-08-31T14:10:26.067Z Compiling pretty-hex v0.4.1
4372026-08-31T14:10:26.082Z Compiling winnow v0.7.14
4382026-08-31T14:10:26.193Z Compiling anstream v1.0.0
4392026-08-31T14:10:26.309Z Compiling fs-err v3.3.0
4402026-08-31T14:10:26.463Z Compiling unicode-width v0.1.14
4412026-08-31T14:10:26.491Z Compiling strsim v0.11.1
4422026-08-31T14:10:26.495Z Compiling heck v0.4.1
4432026-08-31T14:10:26.792Z Compiling bytecount v0.6.9
4442026-08-31T14:10:26.821Z Compiling anyhow v1.0.104
4452026-08-31T14:10:26.821Z Compiling clap_lex v1.0.0
4462026-08-31T14:10:26.822Z Compiling heck v0.5.0
4472026-08-31T14:10:26.877Z Compiling once_cell v1.21.3
4482026-08-31T14:10:26.884Z Compiling fnv v1.0.7
4492026-08-31T14:10:26.988Z Compiling fastrand v2.3.0
4502026-08-31T14:10:27.022Z Compiling papergrid v0.11.0
4512026-08-31T14:10:27.037Z Compiling clap_builder v4.6.0
4522026-08-31T14:10:27.185Z Compiling tempfile v3.27.0
4532026-08-31T14:10:27.250Z Compiling cargo-platform v0.3.2
4542026-08-31T14:10:27.278Z Compiling semver v1.0.28
4552026-08-31T14:10:27.376Z Compiling tabled_derive v0.7.0
4562026-08-31T14:10:27.525Z Compiling memmap v0.7.0
4572026-08-31T14:10:27.559Z Compiling unicode-width v0.2.0
4582026-08-31T14:10:27.597Z Compiling unicode-linebreak v0.1.5
4592026-08-31T14:10:27.613Z Compiling smawk v0.3.2
4602026-08-31T14:10:27.688Z Compiling serde_derive v1.0.228
4612026-08-31T14:10:27.705Z Compiling thiserror-impl v1.0.69
4622026-08-31T14:10:27.750Z Compiling zerocopy-derive v0.7.35
4632026-08-31T14:10:27.831Z Compiling pest_derive v2.8.6
4642026-08-31T14:10:27.834Z Compiling scroll_derive v0.12.1
4652026-08-31T14:10:28.280Z Compiling thiserror-impl v2.0.18
4662026-08-31T14:10:28.280Z Compiling clap_derive v4.6.1
4672026-08-31T14:10:28.434Z Compiling tabled v0.15.0
4682026-08-31T14:10:28.520Z Compiling scroll v0.12.0
4692026-08-31T14:10:28.626Z Compiling zerocopy v0.7.35
4702026-08-31T14:10:28.791Z Compiling goblin v0.8.2
4712026-08-31T14:10:29.077Z Compiling dtrace-parser v0.2.0
4722026-08-31T14:10:29.180Z Compiling textwrap v0.16.2
4732026-08-31T14:10:29.644Z Compiling camino-tempfile v1.4.1
4742026-08-31T14:10:29.870Z Compiling swrite v0.1.0
4752026-08-31T14:10:30.023Z Compiling clap v4.6.1
4762026-08-31T14:10:30.844Z Compiling toml_datetime v0.6.11
4772026-08-31T14:10:30.844Z Compiling serde_spanned v0.6.9
4782026-08-31T14:10:30.844Z Compiling cargo_metadata v0.23.1
4792026-08-31T14:10:30.848Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-08-31T14:10:30.848Z Compiling macaddr v1.0.1
4812026-08-31T14:10:30.924Z Compiling dof v0.3.0
4822026-08-31T14:10:30.928Z Compiling serde_tokenstream v0.2.3
4832026-08-31T14:10:31.240Z Compiling toml_edit v0.22.27
4842026-08-31T14:10:31.680Z Compiling usdt-attr-macro v0.5.0
4852026-08-31T14:10:31.684Z Compiling usdt-macro v0.5.0
4862026-08-31T14:10:32.255Z Compiling usdt v0.5.0
4872026-08-31T14:10:32.585Z Compiling toml v0.8.23
4882026-08-31T14:10:32.914Z Compiling cargo_toml v0.21.0
4892026-08-31T14:10:34.140Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-31T14:10:36.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.29s
4912026-08-31T14:10:36.332Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-31T14:10:36.844Z Downloading crates ...
4932026-08-31T14:10:36.898Z Downloaded argon2 v0.5.3
4942026-08-31T14:10:36.902Z Downloaded aead v0.5.2
4952026-08-31T14:10:36.906Z Downloaded arc-swap v1.8.2
4962026-08-31T14:10:36.915Z Downloaded embedded-io v0.4.0
4972026-08-31T14:10:36.919Z Downloaded async-stream-impl v0.3.6
4982026-08-31T14:10:36.919Z Downloaded atomic-waker v1.1.2
4992026-08-31T14:10:36.920Z Downloaded assert_matches v1.5.0
5002026-08-31T14:10:36.920Z Downloaded async-recursion v1.1.1
5012026-08-31T14:10:36.920Z Downloaded bb8 v0.8.6
5022026-08-31T14:10:36.929Z Downloaded funty v2.0.0
5032026-08-31T14:10:36.929Z Downloaded async-stream v0.3.6
5042026-08-31T14:10:36.938Z Downloaded futures-sink v0.3.32
5052026-08-31T14:10:36.938Z Downloaded arrayref v0.3.9
5062026-08-31T14:10:36.938Z Downloaded bit-set v0.5.3
5072026-08-31T14:10:36.938Z Downloaded enum-as-inner v0.6.1
5082026-08-31T14:10:36.938Z Downloaded adler2 v2.0.1
5092026-08-31T14:10:36.938Z Downloaded atomicwrites v0.4.4
5102026-08-31T14:10:36.938Z Downloaded ascii-canvas v3.0.0
5112026-08-31T14:10:36.942Z Downloaded filetime v0.2.27
5122026-08-31T14:10:36.943Z Downloaded bcrypt-pbkdf v0.11.0
5132026-08-31T14:10:36.943Z Downloaded ena v0.14.4
5142026-08-31T14:10:36.943Z Downloaded fallible-iterator v0.2.0
5152026-08-31T14:10:36.943Z Downloaded fixedbitset v0.5.7
5162026-08-31T14:10:36.943Z Downloaded array-init v0.0.4
5172026-08-31T14:10:36.943Z Downloaded async-trait v0.1.89
5182026-08-31T14:10:36.943Z Downloaded bcs v0.1.6
5192026-08-31T14:10:36.952Z Downloaded foreign-types-shared v0.1.1
5202026-08-31T14:10:36.952Z Downloaded env_filter v2.0.0
5212026-08-31T14:10:36.952Z Downloaded foreign-types v0.3.2
5222026-08-31T14:10:36.952Z Downloaded anstyle-parse v0.2.7
5232026-08-31T14:10:36.952Z Downloaded float-cmp v0.10.0
5242026-08-31T14:10:36.952Z Downloaded float-ord v0.3.2
5252026-08-31T14:10:36.952Z Downloaded backtrace-ext v0.2.1
5262026-08-31T14:10:36.981Z Downloaded bitfield-struct v0.6.2
5272026-08-31T14:10:36.981Z Downloaded futures v0.3.32
5282026-08-31T14:10:36.981Z Downloaded erased-serde v0.3.31
5292026-08-31T14:10:36.981Z Downloaded env_logger v0.11.11
5302026-08-31T14:10:36.981Z Downloaded embedded-io v0.6.1
5312026-08-31T14:10:36.981Z Downloaded anstream v0.6.21
5322026-08-31T14:10:36.981Z Downloaded backoff v0.4.0
5332026-08-31T14:10:36.981Z Downloaded bitfield-macros v0.19.4
5342026-08-31T14:10:36.981Z Downloaded futures-io v0.3.32
5352026-08-31T14:10:36.981Z Downloaded foldhash v0.1.5
5362026-08-31T14:10:36.981Z Downloaded aead v0.6.1
5372026-08-31T14:10:36.990Z Downloaded ahash v0.8.12
5382026-08-31T14:10:36.990Z Downloaded enum_dispatch v0.3.13
5392026-08-31T14:10:36.990Z Downloaded ciborium-io v0.2.2
5402026-08-31T14:10:36.990Z Downloaded foreign-types v0.5.0
5412026-08-31T14:10:36.990Z Downloaded headers-core v0.3.0
5422026-08-31T14:10:36.990Z Downloaded futures-task v0.3.32
5432026-08-31T14:10:36.990Z Downloaded base16ct v1.0.0
5442026-08-31T14:10:36.990Z Downloaded cobs v0.3.0
5452026-08-31T14:10:36.990Z Downloaded bit-set v0.8.0
5462026-08-31T14:10:36.990Z Downloaded foreign-types-shared v0.3.1
5472026-08-31T14:10:36.990Z Downloaded fd-lock v4.0.4
5482026-08-31T14:10:36.990Z Downloaded futures-macro v0.3.32
5492026-08-31T14:10:36.990Z Downloaded compression-core v0.4.31
5502026-08-31T14:10:36.990Z Downloaded cfg_aliases v0.2.1
5512026-08-31T14:10:36.990Z Downloaded form_urlencoded v1.2.2
5522026-08-31T14:10:36.990Z Downloaded block-padding v0.4.2
5532026-08-31T14:10:36.997Z Downloaded const-oid v0.10.2
5542026-08-31T14:10:36.997Z Downloaded ff v0.13.1
5552026-08-31T14:10:36.997Z Downloaded fs_extra v1.3.0
5562026-08-31T14:10:36.997Z Downloaded atty v0.2.14
5572026-08-31T14:10:36.997Z Downloaded futures-executor v0.3.32
5582026-08-31T14:10:36.997Z Downloaded gethostname v0.5.0
5592026-08-31T14:10:36.997Z Downloaded hash32 v0.2.1
5602026-08-31T14:10:36.997Z Downloaded foreign-types-macros v0.2.3
5612026-08-31T14:10:37.006Z Downloaded flagset v0.4.7
5622026-08-31T14:10:37.006Z Downloaded hex-literal v1.1.0
5632026-08-31T14:10:37.006Z Downloaded http-range v0.1.5
5642026-08-31T14:10:37.006Z Downloaded base16ct v0.2.0
5652026-08-31T14:10:37.006Z Downloaded bit-vec v0.6.3
5662026-08-31T14:10:37.006Z Downloaded bitflags v1.3.2
5672026-08-31T14:10:37.014Z Downloaded compression-codecs v0.4.37
5682026-08-31T14:10:37.014Z Downloaded home v0.5.12
5692026-08-31T14:10:37.014Z Downloaded fxhash v0.2.1
5702026-08-31T14:10:37.014Z Downloaded ciborium-ll v0.2.2
5712026-08-31T14:10:37.014Z Downloaded endian-type v0.1.2
5722026-08-31T14:10:37.014Z Downloaded nodrop v0.1.14
5732026-08-31T14:10:37.014Z Downloaded castaway v0.2.4
5742026-08-31T14:10:37.014Z Downloaded cfg_aliases v0.1.1
5752026-08-31T14:10:37.014Z Downloaded http-body v1.0.1
5762026-08-31T14:10:37.014Z Downloaded nibble_vec v0.1.0
5772026-08-31T14:10:37.014Z Downloaded fatfs v0.3.6
5782026-08-31T14:10:37.035Z Downloaded futures-core v0.3.32
5792026-08-31T14:10:37.035Z Downloaded hex v0.4.3
5802026-08-31T14:10:37.035Z Downloaded newline-converter v0.3.0
5812026-08-31T14:10:37.035Z Downloaded normalize-line-endings v0.3.0
5822026-08-31T14:10:37.035Z Downloaded async-bb8-diesel v0.2.1
5832026-08-31T14:10:37.035Z Downloaded arrayvec v0.7.6
5842026-08-31T14:10:37.035Z Downloaded httpdate v1.0.3
5852026-08-31T14:10:37.048Z Downloaded bit-vec v0.8.0
5862026-08-31T14:10:37.048Z Downloaded addr2line v0.25.1
5872026-08-31T14:10:37.048Z Downloaded git-stub v1.0.0
5882026-08-31T14:10:37.048Z Downloaded hubpack v0.1.2
5892026-08-31T14:10:37.048Z Downloaded argon2 v0.6.0-rc.8
5902026-08-31T14:10:37.048Z Downloaded hostname v0.4.2
5912026-08-31T14:10:37.048Z Downloaded hubpack_derive v0.1.1
5922026-08-31T14:10:37.048Z Downloaded oxide-generation-macros v0.2.0
5932026-08-31T14:10:37.048Z Downloaded parse-display v0.10.0
5942026-08-31T14:10:37.048Z Downloaded fixedbitset v0.4.2
5952026-08-31T14:10:37.048Z Downloaded proc-macro-crate v1.3.1
5962026-08-31T14:10:37.048Z Downloaded elliptic-curve v0.14.1
5972026-08-31T14:10:37.048Z Downloaded ff v0.14.0
5982026-08-31T14:10:37.048Z Downloaded foldhash v0.2.0
5992026-08-31T14:10:37.048Z Downloaded bitfield v0.19.4
6002026-08-31T14:10:37.057Z Downloaded camino-tempfile-ext v0.3.3
6012026-08-31T14:10:37.057Z Downloaded cmov v0.5.4
6022026-08-31T14:10:37.057Z Downloaded byte-wrapper v0.1.0
6032026-08-31T14:10:37.057Z Downloaded globwalk v0.9.1
6042026-08-31T14:10:37.057Z Downloaded buf-list v1.1.2
6052026-08-31T14:10:37.057Z Downloaded cipher v0.4.4
6062026-08-31T14:10:37.057Z Downloaded openssl-macros v0.1.1
6072026-08-31T14:10:37.057Z Downloaded phf_shared v0.11.3
6082026-08-31T14:10:37.057Z Downloaded cexpr v0.6.0
6092026-08-31T14:10:37.064Z Downloaded blowfish v0.10.0
6102026-08-31T14:10:37.064Z Downloaded fs-err v2.11.0
6112026-08-31T14:10:37.064Z Downloaded hash32 v0.3.1
6122026-08-31T14:10:37.064Z Downloaded progenitor-macro v0.14.0
6132026-08-31T14:10:37.064Z Downloaded base64ct v1.8.3
6142026-08-31T14:10:37.064Z Downloaded rand_xorshift v0.4.0
6152026-08-31T14:10:37.064Z Downloaded find-msvc-tools v0.1.9
6162026-08-31T14:10:37.088Z Downloaded block-buffer v0.12.1
6172026-08-31T14:10:37.088Z Downloaded chacha20 v0.9.1
6182026-08-31T14:10:37.088Z Downloaded cassowary v0.3.0
6192026-08-31T14:10:37.088Z Downloaded bs58 v0.5.1
6202026-08-31T14:10:37.088Z Downloaded cmake v0.1.57
6212026-08-31T14:10:37.088Z Downloaded radium v0.7.0
6222026-08-31T14:10:37.088Z Downloaded ref-cast v1.0.25
6232026-08-31T14:10:37.088Z Downloaded powerfmt v0.2.0
6242026-08-31T14:10:37.100Z Downloaded rustc-hash v2.1.1
6252026-08-31T14:10:37.101Z Downloaded same-file v1.0.6
6262026-08-31T14:10:37.101Z Downloaded cipher v0.5.2
6272026-08-31T14:10:37.101Z Downloaded secrecy v0.10.3
6282026-08-31T14:10:37.101Z Downloaded flume v0.11.1
6292026-08-31T14:10:37.101Z Downloaded backon v1.6.0
6302026-08-31T14:10:37.101Z Downloaded num_enum v0.7.6
6312026-08-31T14:10:37.101Z Downloaded allocator-api2 v0.2.21
6322026-08-31T14:10:37.101Z Downloaded git-stub-vcs v0.1.0
6332026-08-31T14:10:37.101Z Downloaded hostname v0.3.1
6342026-08-31T14:10:37.101Z Downloaded num-integer v0.1.46
6352026-08-31T14:10:37.101Z Downloaded serde_spanned v1.1.1
6362026-08-31T14:10:37.101Z Downloaded num_enum v0.5.11
6372026-08-31T14:10:37.101Z Downloaded percent-encoding v2.3.2
6382026-08-31T14:10:37.101Z Downloaded paste v1.0.15
6392026-08-31T14:10:37.101Z Downloaded glob v0.3.3
6402026-08-31T14:10:37.101Z Downloaded poly1305 v0.8.0
6412026-08-31T14:10:37.106Z Downloaded sha1 v0.10.6
6422026-08-31T14:10:37.106Z Downloaded group v0.13.0
6432026-08-31T14:10:37.106Z Downloaded structmeta-derive v0.3.0
6442026-08-31T14:10:37.106Z Downloaded stable_deref_trait v1.2.1
6452026-08-31T14:10:37.106Z Downloaded testing_table v0.3.0
6462026-08-31T14:10:37.106Z Downloaded flate2 v1.1.9
6472026-08-31T14:10:37.106Z Downloaded hmac v0.13.0
6482026-08-31T14:10:37.106Z Downloaded clang-sys v1.8.1
6492026-08-31T14:10:37.106Z Downloaded slog-envlogger v2.2.0
6502026-08-31T14:10:37.106Z Downloaded bzip2 v0.4.4
6512026-08-31T14:10:37.116Z Downloaded siphasher v1.0.2
6522026-08-31T14:10:37.116Z Downloaded cbc v0.2.1
6532026-08-31T14:10:37.116Z Downloaded const-oid v0.9.6
6542026-08-31T14:10:37.116Z Downloaded bzip2 v0.6.1
6552026-08-31T14:10:37.116Z Downloaded subtle v2.6.1
6562026-08-31T14:10:37.116Z Downloaded take_mut v0.2.2
6572026-08-31T14:10:37.116Z Downloaded console v0.16.2
6582026-08-31T14:10:37.116Z Downloaded cancel-safe-futures v0.1.5
6592026-08-31T14:10:37.120Z Downloaded supports-unicode v3.0.0
6602026-08-31T14:10:37.120Z Downloaded expectorate v1.2.0
6612026-08-31T14:10:37.120Z Downloaded ghash v0.6.0
6622026-08-31T14:10:37.120Z Downloaded group v0.14.0
6632026-08-31T14:10:37.120Z Downloaded phf v0.12.1
6642026-08-31T14:10:37.131Z Downloaded phf v0.13.1
6652026-08-31T14:10:37.131Z Downloaded typify-macro v0.6.2
6662026-08-31T14:10:37.131Z Downloaded tokio-macros v2.7.0
6672026-08-31T14:10:37.131Z Downloaded try-lock v0.2.5
6682026-08-31T14:10:37.131Z Downloaded console v0.15.11
6692026-08-31T14:10:37.138Z Downloaded ciborium v0.2.2
6702026-08-31T14:10:37.138Z Downloaded rfc6979 v0.4.0
6712026-08-31T14:10:37.138Z Downloaded rpassword v7.5.4
6722026-08-31T14:10:37.138Z Downloaded zerofrom v0.1.6
6732026-08-31T14:10:37.138Z Downloaded predicates-core v1.0.10
6742026-08-31T14:10:37.138Z Downloaded http-body-util v0.1.3
6752026-08-31T14:10:37.139Z Downloaded pem v3.0.6
6762026-08-31T14:10:37.139Z Downloaded predicates v3.1.4
6772026-08-31T14:10:37.139Z Downloaded proc-macro-error2 v2.0.1
6782026-08-31T14:10:37.139Z Downloaded blake2 v0.10.6
6792026-08-31T14:10:37.146Z Downloaded progenitor-extras v0.2.0
6802026-08-31T14:10:37.146Z Downloaded blake2 v0.11.0-rc.6
6812026-08-31T14:10:37.146Z Downloaded rustls-native-certs v0.8.3
6822026-08-31T14:10:37.147Z Downloaded usdt v0.6.0
6832026-08-31T14:10:37.147Z Downloaded want v0.3.1
6842026-08-31T14:10:37.147Z Downloaded yoke-derive v0.8.1
6852026-08-31T14:10:37.159Z Downloaded getrandom v0.2.17
6862026-08-31T14:10:37.159Z Downloaded parking_lot_core v0.9.12
6872026-08-31T14:10:37.164Z Downloaded serde_derive_internals v0.29.1
6882026-08-31T14:10:37.164Z Downloaded stacker v0.1.23
6892026-08-31T14:10:37.164Z Downloaded static_assertions v1.1.0
6902026-08-31T14:10:37.164Z Downloaded synstructure v0.13.2
6912026-08-31T14:10:37.164Z Downloaded half v1.8.3
6922026-08-31T14:10:37.164Z Downloaded highway v1.3.0
6932026-08-31T14:10:37.164Z Downloaded crunchy v0.2.4
6942026-08-31T14:10:37.164Z Downloaded darling_macro v0.20.11
6952026-08-31T14:10:37.164Z Downloaded httparse v1.10.1
6962026-08-31T14:10:37.165Z Downloaded futures-channel v0.3.32
6972026-08-31T14:10:37.165Z Downloaded darling_macro v0.21.3
6982026-08-31T14:10:37.165Z Downloaded serde-hex v0.1.0
6992026-08-31T14:10:37.165Z Downloaded defmt-parser v1.0.0
7002026-08-31T14:10:37.165Z Downloaded dof v0.4.0
7012026-08-31T14:10:37.165Z Downloaded hyper-tls v0.6.0
7022026-08-31T14:10:37.165Z Downloaded cpufeatures v0.3.0
7032026-08-31T14:10:37.174Z Downloaded pkcs8 v0.11.0
7042026-08-31T14:10:37.174Z Downloaded crypto-common v0.2.2
7052026-08-31T14:10:37.174Z Downloaded postcard v1.1.3
7062026-08-31T14:10:37.174Z Downloaded cpubits v0.1.1
7072026-08-31T14:10:37.174Z Downloaded derive_builder_macro v0.20.2
7082026-08-31T14:10:37.174Z Downloaded colored v2.2.0
7092026-08-31T14:10:37.174Z Downloaded hickory-resolver v0.25.2
7102026-08-31T14:10:37.181Z Downloaded serde_with_macros v1.5.2
7112026-08-31T14:10:37.181Z Downloaded signal-hook-mio v0.2.5
7122026-08-31T14:10:37.181Z Downloaded slog-json v2.6.1
7132026-08-31T14:10:37.181Z Downloaded thiserror-impl-no-std v2.0.2
7142026-08-31T14:10:37.181Z Downloaded tls_codec v0.4.2
7152026-08-31T14:10:37.181Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7162026-08-31T14:10:37.186Z Downloaded difflib v0.4.0
7172026-08-31T14:10:37.186Z Downloaded dirs-sys-next v0.1.2
7182026-08-31T14:10:37.186Z Downloaded chacha20 v0.10.0
7192026-08-31T14:10:37.186Z Downloaded dtrace-parser v0.3.0
7202026-08-31T14:10:37.186Z Downloaded colored v3.1.1
7212026-08-31T14:10:37.209Z Downloaded indoc v1.0.9
7222026-08-31T14:10:37.209Z Downloaded instability v0.3.11
7232026-08-31T14:10:37.209Z Downloaded is_ci v1.2.0
7242026-08-31T14:10:37.209Z Downloaded idna_adapter v1.2.1
7252026-08-31T14:10:37.220Z Downloaded base64 v0.21.7
7262026-08-31T14:10:37.220Z Downloaded instant v0.1.13
7272026-08-31T14:10:37.220Z Downloaded generic-array v1.4.3
7282026-08-31T14:10:37.221Z Downloaded tokio-native-tls v0.3.1
7292026-08-31T14:10:37.221Z Downloaded toml_writer v1.1.1+spec-1.1.0
7302026-08-31T14:10:37.221Z Downloaded oso v0.27.3
7312026-08-31T14:10:37.221Z Downloaded rand_core v0.9.5
7322026-08-31T14:10:37.221Z Downloaded ar_archive_writer v0.5.1
7332026-08-31T14:10:37.221Z Downloaded vergen-gitcl v1.0.8
7342026-08-31T14:10:37.221Z Downloaded jiff-static v0.2.34
7352026-08-31T14:10:37.221Z Downloaded kem v0.3.0
7362026-08-31T14:10:37.221Z Downloaded lalrpop-util v0.19.12
7372026-08-31T14:10:37.221Z Downloaded lru-cache v0.1.2
7382026-08-31T14:10:37.221Z Downloaded num-iter v0.1.45
7392026-08-31T14:10:37.221Z Downloaded match_cfg v0.1.0
7402026-08-31T14:10:37.221Z Downloaded md5 v0.8.0
7412026-08-31T14:10:37.221Z Downloaded hmac v0.12.1
7422026-08-31T14:10:37.221Z Downloaded oxide-update-engine-types v0.1.2
7432026-08-31T14:10:37.222Z Downloaded const_format_proc_macros v0.2.34
7442026-08-31T14:10:37.235Z Downloaded corncobs v0.1.4
7452026-08-31T14:10:37.235Z Downloaded getrandom v0.3.4
7462026-08-31T14:10:37.235Z Downloaded globset v0.4.18
7472026-08-31T14:10:37.235Z Downloaded der_derive v0.7.3
7482026-08-31T14:10:37.235Z Downloaded deranged v0.5.8
7492026-08-31T14:10:37.236Z Downloaded new_debug_unreachable v1.0.6
7502026-08-31T14:10:37.236Z Downloaded num v0.4.3
7512026-08-31T14:10:37.236Z Downloaded phf_shared v0.12.1
7522026-08-31T14:10:37.236Z Downloaded wyz v0.5.1
7532026-08-31T14:10:37.236Z Downloaded compact_str v0.8.1
7542026-08-31T14:10:37.236Z Downloaded phf_shared v0.13.1
7552026-08-31T14:10:37.236Z Downloaded humantime v2.3.0
7562026-08-31T14:10:37.236Z Downloaded newtype-uuid-macros v0.1.0
7572026-08-31T14:10:37.240Z Downloaded chacha20poly1305 v0.10.1
7582026-08-31T14:10:37.240Z Downloaded predicates-tree v1.0.13
7592026-08-31T14:10:37.240Z Downloaded term v1.2.1
7602026-08-31T14:10:37.245Z Downloaded spin v0.9.8
7612026-08-31T14:10:37.263Z Downloaded progenitor-macro v0.13.0
7622026-08-31T14:10:37.263Z Downloaded async-compression v0.4.41
7632026-08-31T14:10:37.263Z Downloaded backtrace v0.3.76
7642026-08-31T14:10:37.274Z Downloaded rfc6979 v0.6.0
7652026-08-31T14:10:37.274Z Downloaded sapling-renderdag v0.1.0
7662026-08-31T14:10:37.274Z Downloaded unicode-properties v0.1.4
7672026-08-31T14:10:37.289Z Downloaded base64 v0.22.1
7682026-08-31T14:10:37.289Z Downloaded p384 v0.14.0
7692026-08-31T14:10:37.290Z Downloaded crossbeam-utils v0.8.21
7702026-08-31T14:10:37.290Z Downloaded darling v0.20.11
7712026-08-31T14:10:37.290Z Downloaded libscf-sys v1.2.0
7722026-08-31T14:10:37.290Z Downloaded libsw v3.5.0
7732026-08-31T14:10:37.298Z Downloaded phc v0.6.1
7742026-08-31T14:10:37.298Z Downloaded progenitor-client v0.13.0
7752026-08-31T14:10:37.298Z Downloaded seq-macro v0.3.6
7762026-08-31T14:10:37.298Z Downloaded serde_urlencoded v0.7.1
7772026-08-31T14:10:37.298Z Downloaded sigpipe v0.1.3
7782026-08-31T14:10:37.298Z Downloaded strum v0.26.3
7792026-08-31T14:10:37.298Z Downloaded topological-sort v0.2.2
7802026-08-31T14:10:37.298Z Downloaded time-core v0.1.8
7812026-08-31T14:10:37.298Z Downloaded half v2.7.1
7822026-08-31T14:10:37.298Z Downloaded headers v0.4.1
7832026-08-31T14:10:37.298Z Downloaded pem-rfc7468 v1.0.0
7842026-08-31T14:10:37.298Z Downloaded num-rational v0.4.2
7852026-08-31T14:10:37.315Z Downloaded bytes v1.11.1
7862026-08-31T14:10:37.315Z Downloaded chumsky v0.9.3
7872026-08-31T14:10:37.315Z Downloaded test-strategy v0.4.5
7882026-08-31T14:10:37.315Z Downloaded tracing-attributes v0.1.31
7892026-08-31T14:10:37.315Z Downloaded rand_core v0.10.0
7902026-08-31T14:10:37.331Z Downloaded newtype-uuid v1.3.2
7912026-08-31T14:10:37.331Z Downloaded opaque-debug v0.3.1
7922026-08-31T14:10:37.331Z Downloaded oxide-generation v0.1.3
7932026-08-31T14:10:37.331Z Downloaded oxide-tokio-rt v0.1.4
7942026-08-31T14:10:37.331Z Downloaded parking_lot_core v0.8.6
7952026-08-31T14:10:37.332Z Downloaded parse-display-derive v0.10.0
7962026-08-31T14:10:37.332Z Downloaded untrusted v0.7.1
7972026-08-31T14:10:37.332Z Downloaded untrusted v0.9.0
7982026-08-31T14:10:37.332Z Downloaded primefield v0.14.0
7992026-08-31T14:10:37.332Z Downloaded signal-hook v0.3.18
8002026-08-31T14:10:37.343Z Downloaded socket2 v0.5.10
8012026-08-31T14:10:37.343Z Downloaded litrs v1.0.0
8022026-08-31T14:10:37.343Z Downloaded socket2 v0.6.3
8032026-08-31T14:10:37.343Z Downloaded polyval v0.7.1
8042026-08-31T14:10:37.343Z Downloaded port-file v0.1.0
8052026-08-31T14:10:37.343Z Downloaded resolv-conf v0.7.6
8062026-08-31T14:10:37.343Z Downloaded wait-timeout v0.2.1
8072026-08-31T14:10:37.343Z Downloaded serde_path_to_error v0.1.20
8082026-08-31T14:10:37.343Z Downloaded signal-hook-registry v1.4.8
8092026-08-31T14:10:37.343Z Downloaded convert_case v0.4.0
8102026-08-31T14:10:37.343Z Downloaded crc8 v0.1.1
8112026-08-31T14:10:37.343Z Downloaded heapless v0.7.17
8122026-08-31T14:10:37.343Z Downloaded darling_macro v0.23.0
8132026-08-31T14:10:37.343Z Downloaded digest-io v0.1.0
8142026-08-31T14:10:37.343Z Downloaded dropshot-api-manager-types v0.8.0
8152026-08-31T14:10:37.394Z Downloaded darling_macro v0.13.4
8162026-08-31T14:10:37.394Z Downloaded similar v2.7.0
8172026-08-31T14:10:37.394Z Downloaded curve25519-dalek-derive v0.1.1
8182026-08-31T14:10:37.394Z Downloaded smallvec v0.6.14
8192026-08-31T14:10:37.394Z Downloaded hickory-resolver v0.24.4
8202026-08-31T14:10:37.407Z Downloaded owo-colors v4.3.0
8212026-08-31T14:10:37.407Z Downloaded ssh-cipher v0.3.0
8222026-08-31T14:10:37.408Z Downloaded sec1 v0.7.3
8232026-08-31T14:10:37.408Z Downloaded unicase v2.9.0
8242026-08-31T14:10:37.408Z Downloaded vergen-lib v0.1.6
8252026-08-31T14:10:37.408Z Downloaded parking_lot v0.12.5
8262026-08-31T14:10:37.408Z Downloaded aws-lc-rs v1.16.3
8272026-08-31T14:10:37.408Z Downloaded cc v1.2.56
8282026-08-31T14:10:37.408Z Downloaded bumpalo v3.20.2
8292026-08-31T14:10:37.408Z Downloaded slog-scope v4.4.1
8302026-08-31T14:10:37.408Z Downloaded snafu-derive v0.8.9
8312026-08-31T14:10:37.408Z Downloaded sqlformat v0.3.5
8322026-08-31T14:10:37.408Z Downloaded ssh-encoding v0.3.0
8332026-08-31T14:10:37.408Z Downloaded strum_macros v0.27.2
8342026-08-31T14:10:37.408Z Downloaded tokio-dtrace v0.1.1
8352026-08-31T14:10:37.408Z Downloaded indent_write v2.2.0
8362026-08-31T14:10:37.408Z Downloaded memmap2 v0.9.10
8372026-08-31T14:10:37.408Z Downloaded scuffle v0.1.0
8382026-08-31T14:10:37.408Z Downloaded writeable v0.6.2
8392026-08-31T14:10:37.408Z Downloaded vte v0.14.1
8402026-08-31T14:10:37.408Z Downloaded whoami v2.1.0
8412026-08-31T14:10:37.408Z Downloaded convert_case v0.10.0
8422026-08-31T14:10:37.408Z Downloaded schemars v1.2.1
8432026-08-31T14:10:37.408Z Downloaded zip v0.6.6
8442026-08-31T14:10:37.408Z Downloaded universal-hash v0.6.1
8452026-08-31T14:10:37.408Z Downloaded multimap v0.10.1
8462026-08-31T14:10:37.420Z Downloaded heapless v0.8.0
8472026-08-31T14:10:37.420Z Downloaded ctr v0.10.1
8482026-08-31T14:10:37.420Z Downloaded data-encoding v2.10.0
8492026-08-31T14:10:37.420Z Downloaded derive_more v0.99.20
8502026-08-31T14:10:37.420Z Downloaded linked-hash-map v0.5.6
8512026-08-31T14:10:37.420Z Downloaded maplit v1.0.2
8522026-08-31T14:10:37.420Z Downloaded maybe-uninit v2.0.0
8532026-08-31T14:10:37.420Z Downloaded poly1305 v0.9.0
8542026-08-31T14:10:37.420Z Downloaded managed v0.8.0
8552026-08-31T14:10:37.420Z Downloaded num_enum_derive v0.5.11
8562026-08-31T14:10:37.420Z Downloaded openssl-probe v0.2.1
8572026-08-31T14:10:37.421Z Downloaded displaydoc v0.2.5
8582026-08-31T14:10:37.421Z Downloaded papergrid v0.18.0
8592026-08-31T14:10:37.434Z Downloaded ecdsa v0.17.0
8602026-08-31T14:10:37.434Z Downloaded quinn-udp v0.5.14
8612026-08-31T14:10:37.434Z Downloaded term v0.7.0
8622026-08-31T14:10:37.434Z Downloaded daft v0.1.8
8632026-08-31T14:10:37.434Z Downloaded olpc-cjson v0.1.4
8642026-08-31T14:10:37.434Z Downloaded parse-size v1.1.0
8652026-08-31T14:10:37.434Z Downloaded precomputed-hash v0.1.1
8662026-08-31T14:10:37.434Z Downloaded progenitor-client v0.14.0
8672026-08-31T14:10:37.434Z Downloaded twox-hash v2.1.2
8682026-08-31T14:10:37.434Z Downloaded hashbrown v0.12.3
8692026-08-31T14:10:37.443Z Downloaded aes v0.9.1
8702026-08-31T14:10:37.443Z Downloaded indicatif v0.18.4
8712026-08-31T14:10:37.443Z Downloaded unsafe-libyaml v0.2.11
8722026-08-31T14:10:37.443Z Downloaded secrecy v0.8.0
8732026-08-31T14:10:37.443Z Downloaded ref-cast-impl v1.0.25
8742026-08-31T14:10:37.443Z Downloaded russh-util v0.52.0
8752026-08-31T14:10:37.443Z Downloaded recursive-proc-macro-impl v0.1.1
8762026-08-31T14:10:37.443Z Downloaded semver v0.1.20
8772026-08-31T14:10:37.454Z Downloaded slog-bunyan v2.5.0
8782026-08-31T14:10:37.454Z Downloaded strum v0.27.2
8792026-08-31T14:10:37.454Z Downloaded supports-hyperlinks v3.2.0
8802026-08-31T14:10:37.462Z Downloaded http v1.4.2
8812026-08-31T14:10:37.462Z Downloaded const_format v0.2.35
8822026-08-31T14:10:37.463Z Downloaded darling_core v0.20.11
8832026-08-31T14:10:37.463Z Downloaded tokio-rustls v0.26.4
8842026-08-31T14:10:37.463Z Downloaded sha1 v0.11.0
8852026-08-31T14:10:37.472Z Downloaded jobserver v0.1.34
8862026-08-31T14:10:37.472Z Downloaded libefi-sys v0.1.0
8872026-08-31T14:10:37.472Z Downloaded sqlparser_derive v0.5.0
8882026-08-31T14:10:37.472Z Downloaded hashbrown v0.13.2
8892026-08-31T14:10:37.472Z Downloaded omicron-zone-package v0.12.3
8902026-08-31T14:10:37.473Z Downloaded supports-color v3.0.2
8912026-08-31T14:10:37.473Z Downloaded tinyvec_macros v0.1.1
8922026-08-31T14:10:37.473Z Downloaded crypto-bigint v0.5.5
8932026-08-31T14:10:37.480Z Downloaded nanorand v0.7.0
8942026-08-31T14:10:37.480Z Downloaded zstd v0.13.3
8952026-08-31T14:10:37.480Z Downloaded slog v2.8.2
8962026-08-31T14:10:37.480Z Downloaded tinyvec v1.10.0
8972026-08-31T14:10:37.481Z Downloaded usdt-attr-macro v0.6.0
8982026-08-31T14:10:37.481Z Downloaded iana-time-zone v0.1.65
8992026-08-31T14:10:37.486Z Downloaded num-complex v0.4.6
9002026-08-31T14:10:37.486Z Downloaded unicode-xid v0.2.6
9012026-08-31T14:10:37.486Z Downloaded password-hash v0.5.0
9022026-08-31T14:10:37.486Z Downloaded pem-rfc7468 v0.7.0
9032026-08-31T14:10:37.486Z Downloaded tokio-postgres v0.7.16
9042026-08-31T14:10:37.486Z Downloaded toml_parser v1.1.2+spec-1.1.0
9052026-08-31T14:10:37.486Z Downloaded trait-variant v0.1.2
9062026-08-31T14:10:37.494Z Downloaded toml v1.1.2+spec-1.1.0
9072026-08-31T14:10:37.500Z Downloaded quinn v0.11.11
9082026-08-31T14:10:37.500Z Downloaded ingot-macros v0.2.0
9092026-08-31T14:10:37.500Z Downloaded rayon-core v1.13.0
9102026-08-31T14:10:37.505Z Downloaded rand v0.10.1
9112026-08-31T14:10:37.505Z Downloaded rustls-platform-verifier v0.6.2
9122026-08-31T14:10:37.505Z Downloaded simd-adler32 v0.3.8
9132026-08-31T14:10:37.505Z Downloaded subprocess v0.2.15
9142026-08-31T14:10:37.513Z Downloaded r2d2 v0.8.10
9152026-08-31T14:10:37.513Z Downloaded rand_seeder v0.4.0
9162026-08-31T14:10:37.514Z Downloaded samael v0.0.19
9172026-08-31T14:10:37.522Z Downloaded spki v0.7.3
9182026-08-31T14:10:37.522Z Downloaded rustls-pemfile v2.2.0
9192026-08-31T14:10:37.522Z Downloaded defmt v0.3.100
9202026-08-31T14:10:37.522Z Downloaded diesel_table_macro_syntax v0.3.0
9212026-08-31T14:10:37.527Z Downloaded inout v0.1.4
9222026-08-31T14:10:37.527Z Downloaded crossbeam-epoch v0.9.18
9232026-08-31T14:10:37.527Z Downloaded scroll v0.13.0
9242026-08-31T14:10:37.527Z Downloaded tinystr v0.8.2
9252026-08-31T14:10:37.535Z Downloaded lru v0.12.5
9262026-08-31T14:10:37.535Z Downloaded unicode-bidi v0.3.18
9272026-08-31T14:10:37.544Z Downloaded num-bigint-dig v0.8.6
9282026-08-31T14:10:37.544Z Downloaded serde_yaml v0.9.34+deprecated
9292026-08-31T14:10:37.544Z Downloaded tar v0.4.46
9302026-08-31T14:10:37.545Z Downloaded oxide-update-engine-display v0.1.2
9312026-08-31T14:10:37.545Z Downloaded memoffset v0.9.1
9322026-08-31T14:10:37.550Z Downloaded string_cache v0.8.9
9332026-08-31T14:10:37.550Z Downloaded hickory-server v0.25.2
9342026-08-31T14:10:37.550Z Downloaded litemap v0.8.1
9352026-08-31T14:10:37.550Z Downloaded walkdir v2.5.0
9362026-08-31T14:10:37.550Z Downloaded ed25519-dalek v3.0.0
9372026-08-31T14:10:37.550Z Downloaded vergen-lib v9.1.0
9382026-08-31T14:10:37.550Z Downloaded thread_local v1.1.9
9392026-08-31T14:10:37.550Z Downloaded tui-tree-widget v0.23.1
9402026-08-31T14:10:37.550Z Downloaded pkcs1 v0.8.0-rc.4
9412026-08-31T14:10:37.560Z Downloaded typed-path v0.9.3
9422026-08-31T14:10:37.560Z Downloaded icu_locale_core v2.1.1
9432026-08-31T14:10:37.565Z Downloaded nonempty v0.12.0
9442026-08-31T14:10:37.565Z Downloaded num-derive v0.4.2
9452026-08-31T14:10:37.565Z Downloaded num_threads v0.1.7
9462026-08-31T14:10:37.565Z Downloaded yoke v0.8.1
9472026-08-31T14:10:37.565Z Downloaded zstd-safe v7.2.4
9482026-08-31T14:10:37.565Z Downloaded smallvec v1.15.1
9492026-08-31T14:10:37.565Z Downloaded proc-macro-crate v3.4.0
9502026-08-31T14:10:37.572Z Downloaded rustc_version v0.4.1
9512026-08-31T14:10:37.572Z Downloaded dropshot_endpoint v0.17.1
9522026-08-31T14:10:37.572Z Downloaded scroll_derive v0.13.1
9532026-08-31T14:10:37.578Z Downloaded unicode_categories v0.1.1
9542026-08-31T14:10:37.578Z Downloaded icu_properties v2.1.2
9552026-08-31T14:10:37.578Z Downloaded ignore v0.4.25
9562026-08-31T14:10:37.578Z Downloaded aes-gcm v0.11.0
9572026-08-31T14:10:37.587Z Downloaded diesel-dtrace v0.5.0
9582026-08-31T14:10:37.587Z Downloaded rustc_version v0.1.7
9592026-08-31T14:10:37.597Z Downloaded signal-hook-tokio v0.3.1
9602026-08-31T14:10:37.597Z Downloaded sync_wrapper v1.0.2
9612026-08-31T14:10:37.597Z Downloaded zerocopy-derive v0.8.55
9622026-08-31T14:10:37.597Z Downloaded sponge-cursor v0.1.0
9632026-08-31T14:10:37.597Z Downloaded tokio-test v0.4.5
9642026-08-31T14:10:37.597Z Downloaded darling_core v0.23.0
9652026-08-31T14:10:37.601Z Downloaded ipnetwork v0.21.1
9662026-08-31T14:10:37.601Z Downloaded keccak v0.2.0
9672026-08-31T14:10:37.601Z Downloaded url v2.5.8
9682026-08-31T14:10:37.601Z Downloaded strip-ansi-escapes v0.2.1
9692026-08-31T14:10:37.601Z Downloaded x509-cert v0.2.5
9702026-08-31T14:10:37.601Z Downloaded rustyline v14.0.0
9712026-08-31T14:10:37.606Z Downloaded sha2 v0.11.0
9722026-08-31T14:10:37.606Z Downloaded module-lattice v0.2.3
9732026-08-31T14:10:37.606Z Downloaded sync-ptr v0.1.4
9742026-08-31T14:10:37.606Z Downloaded qorb v0.4.1
9752026-08-31T14:10:37.612Z Downloaded void v1.0.2
9762026-08-31T14:10:37.612Z Downloaded zone v0.3.1
9772026-08-31T14:10:37.612Z Downloaded zone_cfg_derive v0.3.1
9782026-08-31T14:10:37.612Z Downloaded peg v0.8.5
9792026-08-31T14:10:37.616Z Downloaded zerovec-derive v0.11.2
9802026-08-31T14:10:37.616Z Downloaded unit-prefix v0.5.2
9812026-08-31T14:10:37.616Z Downloaded universal-hash v0.5.1
9822026-08-31T14:10:37.616Z Downloaded wnaf v0.14.0
9832026-08-31T14:10:37.616Z Downloaded yansi v1.0.1
9842026-08-31T14:10:37.621Z Downloaded crc-catalog v2.4.0
9852026-08-31T14:10:37.621Z Downloaded usdt-impl v0.6.0
9862026-08-31T14:10:37.626Z Downloaded cookie_store v0.22.1
9872026-08-31T14:10:37.626Z Downloaded crc32fast v1.5.0
9882026-08-31T14:10:37.635Z Downloaded peg-macros v0.8.5
9892026-08-31T14:10:37.635Z Downloaded prefix-trie v0.7.0
9902026-08-31T14:10:37.635Z Downloaded yasna v0.5.2
9912026-08-31T14:10:37.635Z Downloaded postgres-protocol v0.6.10
9922026-08-31T14:10:37.645Z Downloaded quick-error v1.2.3
9932026-08-31T14:10:37.645Z Downloaded rustc-demangle v0.1.27
9942026-08-31T14:10:37.645Z Downloaded serde_tokenstream v0.3.0
9952026-08-31T14:10:37.645Z Downloaded downcast-rs v2.0.2
9962026-08-31T14:10:37.645Z Downloaded aho-corasick v1.1.4
9972026-08-31T14:10:37.645Z Downloaded dunce v1.0.5
9982026-08-31T14:10:37.652Z Downloaded itertools v0.10.5
9992026-08-31T14:10:37.652Z Downloaded knus v3.4.0
10002026-08-31T14:10:37.652Z Downloaded progenitor-impl v0.13.0
10012026-08-31T14:10:37.653Z Downloaded darling v0.23.0
10022026-08-31T14:10:37.657Z Downloaded slog-term v2.9.2
10032026-08-31T14:10:37.657Z Downloaded ident_case v1.0.1
10042026-08-31T14:10:37.657Z Downloaded illumos-nvpair v0.3.0
10052026-08-31T14:10:37.657Z Downloaded digest v0.11.3
10062026-08-31T14:10:37.657Z Downloaded keccak v0.1.6
10072026-08-31T14:10:37.657Z Downloaded mio v1.2.0
10082026-08-31T14:10:37.662Z Downloaded support-bundle-viewer v0.1.2
10092026-08-31T14:10:37.666Z Downloaded password-hash v0.6.1
10102026-08-31T14:10:37.670Z Downloaded knus-derive v3.4.0
10112026-08-31T14:10:37.675Z Downloaded tower-http v0.6.8
10122026-08-31T14:10:37.679Z Downloaded pkcs1 v0.7.5
10132026-08-31T14:10:37.683Z Downloaded critical-section v1.2.0
10142026-08-31T14:10:37.683Z Downloaded unarray v0.1.4
10152026-08-31T14:10:37.683Z Downloaded scheduled-thread-pool v0.2.7
10162026-08-31T14:10:37.683Z Downloaded zeroize v1.9.0
10172026-08-31T14:10:37.683Z Downloaded ctutils v0.4.2
10182026-08-31T14:10:37.686Z Downloaded schemars v0.8.22
10192026-08-31T14:10:37.690Z Downloaded rtoolbox v0.0.3
10202026-08-31T14:10:37.693Z Downloaded serde_repr v0.1.20
10212026-08-31T14:10:37.693Z Downloaded serde_plain v1.0.2
10222026-08-31T14:10:37.693Z Downloaded strsim v0.10.0
10232026-08-31T14:10:37.693Z Downloaded scrypt v0.12.0
10242026-08-31T14:10:37.698Z Downloaded tower-layer v0.3.3
10252026-08-31T14:10:37.698Z Downloaded signature v3.0.0
10262026-08-31T14:10:37.698Z Downloaded hyper-rustls v0.27.7
10272026-08-31T14:10:37.704Z Downloaded indexmap v1.9.3
10282026-08-31T14:10:37.704Z Downloaded rand v0.9.2
10292026-08-31T14:10:37.704Z Downloaded slog-async v2.8.0
10302026-08-31T14:10:37.707Z Downloaded termtree v0.5.1
10312026-08-31T14:10:37.707Z Downloaded ed25519 v3.0.0
10322026-08-31T14:10:37.707Z Downloaded defmt v1.0.1
10332026-08-31T14:10:37.711Z Downloaded tower-service v0.3.3
10342026-08-31T14:10:37.712Z Downloaded unicode-truncate v1.1.0
10352026-08-31T14:10:37.712Z Downloaded crc v3.4.0
10362026-08-31T14:10:37.717Z Downloaded derive_more-impl v2.1.1
10372026-08-31T14:10:37.717Z Downloaded ed25519-dalek v2.2.0
10382026-08-31T14:10:37.717Z Downloaded xattr v1.6.1
10392026-08-31T14:10:37.722Z Downloaded zerofrom-derive v0.1.6
10402026-08-31T14:10:37.722Z Downloaded zeroize_derive v1.5.0
10412026-08-31T14:10:37.722Z Downloaded toml_edit v0.23.10+spec-1.0.0
10422026-08-31T14:10:37.722Z Downloaded rustls-webpki v0.103.13
10432026-08-31T14:10:37.722Z Downloaded hyper-staticfile v0.10.1
10442026-08-31T14:10:37.728Z Downloaded stringprep v0.1.5
10452026-08-31T14:10:37.728Z Downloaded oxnet v0.1.6
10462026-08-31T14:10:37.728Z Downloaded pin-project-lite v0.2.17
10472026-08-31T14:10:37.728Z Downloaded pkcs8 v0.10.2
10482026-08-31T14:10:37.743Z Downloaded dsl_auto_type v0.2.0
10492026-08-31T14:10:37.744Z Downloaded diff v0.1.13
10502026-08-31T14:10:37.744Z Downloaded lazy_static v1.5.0
10512026-08-31T14:10:37.745Z Downloaded num_enum_derive v0.7.6
10522026-08-31T14:10:37.762Z Downloaded hkdf v0.13.0
10532026-08-31T14:10:37.762Z Downloaded hashbrown v0.14.5
10542026-08-31T14:10:37.762Z Downloaded hashbrown v0.16.1
10552026-08-31T14:10:37.763Z Downloaded mime v0.3.17
10562026-08-31T14:10:37.763Z Downloaded potential_utf v0.1.4
10572026-08-31T14:10:37.763Z Downloaded rawzip v0.4.4
10582026-08-31T14:10:37.763Z Downloaded slab v0.4.12
10592026-08-31T14:10:37.763Z Downloaded zip v4.6.1
10602026-08-31T14:10:37.763Z Downloaded psl-types v2.0.11
10612026-08-31T14:10:37.770Z Downloaded scopeguard v1.2.0
10622026-08-31T14:10:37.770Z Downloaded rand_pcg v0.10.2
10632026-08-31T14:10:37.770Z Downloaded rand_chacha v0.3.1
10642026-08-31T14:10:37.770Z Downloaded internal-russh-num-bigint v0.5.0
10652026-08-31T14:10:37.770Z Downloaded vergen-git2 v9.1.0
10662026-08-31T14:10:37.770Z Downloaded progenitor v0.14.0
10672026-08-31T14:10:37.770Z Downloaded sec1 v0.8.1
10682026-08-31T14:10:37.776Z Downloaded darling v0.21.3
10692026-08-31T14:10:37.776Z Downloaded vsss-rs v3.3.4
10702026-08-31T14:10:37.784Z Downloaded strum_macros v0.26.4
10712026-08-31T14:10:37.789Z Downloaded thiserror-no-std v2.0.2
10722026-08-31T14:10:37.789Z Downloaded tokio-tungstenite v0.23.1
10732026-08-31T14:10:37.789Z Downloaded usdt-macro v0.6.0
10742026-08-31T14:10:37.789Z Downloaded dyn-clone v1.0.20
10752026-08-31T14:10:37.789Z Downloaded tokio-stream v0.1.18
10762026-08-31T14:10:37.796Z Downloaded rand_core v0.6.4
10772026-08-31T14:10:37.836Z Downloaded blake3 v1.8.5
10782026-08-31T14:10:37.836Z Downloaded dropshot-api-manager v0.8.0
10792026-08-31T14:10:37.836Z Downloaded openssl-sys v0.9.117
10802026-08-31T14:10:37.836Z Downloaded postgres-types v0.2.12
10812026-08-31T14:10:37.836Z Downloaded tungstenite v0.21.0
10822026-08-31T14:10:37.837Z Downloaded icu_normalizer v2.1.1
10832026-08-31T14:10:37.837Z Downloaded icu_normalizer_data v2.1.1
10842026-08-31T14:10:37.837Z Downloaded crucible-workspace-hack v0.1.0
10852026-08-31T14:10:37.837Z Downloaded dirs-next v2.0.0
10862026-08-31T14:10:37.837Z Downloaded libloading v0.8.9
10872026-08-31T14:10:37.837Z Downloaded lock_api v0.4.14
10882026-08-31T14:10:37.837Z Downloaded newtype_derive v0.1.6
10892026-08-31T14:10:37.837Z Downloaded openssl-probe v0.1.6
10902026-08-31T14:10:37.837Z Downloaded idna v1.1.0
10912026-08-31T14:10:37.837Z Downloaded rsa v0.9.10
10922026-08-31T14:10:37.837Z Downloaded hashbrown v0.15.5
10932026-08-31T14:10:37.837Z Downloaded internet-checksum v0.2.1
10942026-08-31T14:10:37.838Z Downloaded h2 v0.4.15
10952026-08-31T14:10:37.838Z Downloaded hkdf v0.12.4
10962026-08-31T14:10:37.838Z Downloaded der v0.7.10
10972026-08-31T14:10:37.838Z Downloaded progenitor-impl v0.14.0
10982026-08-31T14:10:37.838Z Downloaded miette-derive v7.6.0
10992026-08-31T14:10:37.838Z Downloaded oso-derive v0.27.3
11002026-08-31T14:10:37.838Z Downloaded rand_chacha v0.9.0
11012026-08-31T14:10:37.847Z Downloaded nu-ansi-term v0.50.3
11022026-08-31T14:10:37.848Z Downloaded shell-words v1.1.1
11032026-08-31T14:10:37.848Z Downloaded crossterm v0.28.1
11042026-08-31T14:10:37.848Z Downloaded spki v0.8.0
11052026-08-31T14:10:37.848Z Downloaded strum_macros v0.24.3
11062026-08-31T14:10:37.848Z Downloaded termios v0.3.3
11072026-08-31T14:10:37.848Z Downloaded shlex v1.3.0
11082026-08-31T14:10:37.856Z Downloaded slog-stdlog v4.1.1
11092026-08-31T14:10:37.856Z Downloaded time-macros v0.2.27
11102026-08-31T14:10:37.856Z Downloaded cstr-argument v0.1.2
11112026-08-31T14:10:37.856Z Downloaded display-error-chain v0.2.2
11122026-08-31T14:10:37.856Z Downloaded debug-ignore v1.0.5
11132026-08-31T14:10:37.856Z Downloaded smf v0.2.3
11142026-08-31T14:10:37.856Z Downloaded tiny-keccak v2.0.2
11152026-08-31T14:10:37.856Z Downloaded pkcs5 v0.8.1
11162026-08-31T14:10:37.861Z Downloaded tough v0.22.0
11172026-08-31T14:10:37.861Z Downloaded p256 v0.14.0
11182026-08-31T14:10:37.867Z Downloaded num-conv v0.2.0
11192026-08-31T14:10:37.867Z Downloaded diesel_derives v2.3.7
11202026-08-31T14:10:37.867Z Downloaded derive-ex v0.1.8
11212026-08-31T14:10:37.868Z Downloaded indoc v2.0.7
11222026-08-31T14:10:37.872Z Downloaded uzers v0.12.2
11232026-08-31T14:10:37.872Z Downloaded linear-map v1.2.0
11242026-08-31T14:10:37.872Z Downloaded serde-big-array v0.5.1
11252026-08-31T14:10:37.872Z Downloaded derive-where v1.6.0
11262026-08-31T14:10:37.872Z Downloaded futures-util v0.3.32
11272026-08-31T14:10:37.876Z Downloaded mime_guess v2.0.5
11282026-08-31T14:10:37.879Z Downloaded derive_more v2.1.1
11292026-08-31T14:10:37.883Z Downloaded serde_with v1.14.0
11302026-08-31T14:10:37.887Z Downloaded num-traits v0.2.19
11312026-08-31T14:10:37.890Z Downloaded ppv-lite86 v0.2.21
11322026-08-31T14:10:37.890Z Downloaded derive_builder v0.20.2
11332026-08-31T14:10:37.893Z Downloaded signature v2.2.0
11342026-08-31T14:10:37.893Z Downloaded xshell-macros v0.2.7
11352026-08-31T14:10:37.893Z Downloaded bindgen v0.71.1
11362026-08-31T14:10:37.898Z Downloaded defmt-macros v1.0.1
11372026-08-31T14:10:37.901Z Downloaded tap v1.0.1
11382026-08-31T14:10:37.901Z Downloaded winnow v0.6.26
11392026-08-31T14:10:37.905Z Downloaded oxide-update-engine v0.1.2
11402026-08-31T14:10:37.905Z Downloaded crc-any v2.5.0
11412026-08-31T14:10:37.905Z Downloaded document-features v0.2.12
11422026-08-31T14:10:37.906Z Downloaded thread-id v5.1.0
11432026-08-31T14:10:37.909Z Downloaded peg-runtime v0.8.5
11442026-08-31T14:10:37.912Z Downloaded either v1.15.0
11452026-08-31T14:10:37.912Z Downloaded packed_struct v0.10.1
11462026-08-31T14:10:37.916Z Downloaded tower v0.5.3
11472026-08-31T14:10:37.919Z Downloaded impl-trait-for-tuples v0.2.3
11482026-08-31T14:10:37.919Z Downloaded russh-cryptovec v0.62.0
11492026-08-31T14:10:37.919Z Downloaded zerocopy v0.6.6
11502026-08-31T14:10:37.923Z Downloaded md-5 v0.10.6
11512026-08-31T14:10:37.928Z Downloaded ipnet v2.12.0
11522026-08-31T14:10:37.928Z Downloaded inout v0.2.2
11532026-08-31T14:10:37.933Z Downloaded parking_lot v0.11.2
11542026-08-31T14:10:37.933Z Downloaded structmeta v0.3.0
11552026-08-31T14:10:37.937Z Downloaded rand v0.8.6
11562026-08-31T14:10:37.937Z Downloaded reedline v0.40.0
11572026-08-31T14:10:37.942Z Downloaded libsw-core v0.3.2
11582026-08-31T14:10:37.942Z Downloaded progenitor v0.13.0
11592026-08-31T14:10:37.942Z Downloaded primeorder v0.14.0
11602026-08-31T14:10:37.945Z Downloaded rusty-fork v0.3.1
11612026-08-31T14:10:37.945Z Downloaded tabwriter v1.4.1
11622026-08-31T14:10:37.945Z Downloaded lzss v0.8.2
11632026-08-31T14:10:37.948Z Downloaded recursive v0.1.1
11642026-08-31T14:10:37.948Z Downloaded utf8_iter v1.0.4
11652026-08-31T14:10:37.990Z Downloaded salty v0.3.0
11662026-08-31T14:10:37.990Z Downloaded serde_cbor v0.11.2
11672026-08-31T14:10:37.990Z Downloaded reqwest v0.12.28
11682026-08-31T14:10:37.991Z Downloaded reqwest v0.13.2
11692026-08-31T14:10:37.991Z Downloaded daft-derive v0.1.8
11702026-08-31T14:10:37.991Z Downloaded typify v0.6.2
11712026-08-31T14:10:37.991Z Downloaded vergen v9.1.0
11722026-08-31T14:10:37.991Z Downloaded tokio-tungstenite v0.21.0
11732026-08-31T14:10:37.991Z Downloaded lru-slab v0.1.2
11742026-08-31T14:10:37.991Z Downloaded kstat-rs v0.2.5
11752026-08-31T14:10:37.991Z Downloaded minimal-lexical v0.2.1
11762026-08-31T14:10:37.991Z Downloaded miniz_oxide v0.8.9
11772026-08-31T14:10:37.991Z Downloaded proc-macro-error-attr2 v2.0.0
11782026-08-31T14:10:37.991Z Downloaded is-terminal v0.4.17
11792026-08-31T14:10:37.991Z Downloaded serde_bytes v0.11.19
11802026-08-31T14:10:37.991Z Downloaded rustversion v1.0.22
11812026-08-31T14:10:37.991Z Downloaded crossbeam-deque v0.8.6
11822026-08-31T14:10:37.991Z Downloaded icu_provider v2.1.1
11832026-08-31T14:10:37.991Z Downloaded tagptr v0.2.0
11842026-08-31T14:10:37.991Z Downloaded csv-core v0.1.13
11852026-08-31T14:10:37.991Z Downloaded primeorder v0.13.6
11862026-08-31T14:10:37.991Z Downloaded schemars_derive v0.8.22
11872026-08-31T14:10:37.997Z Downloaded ingot-types v0.2.0
11882026-08-31T14:10:38.003Z Downloaded illumos-nvpair-sys v0.2.0
11892026-08-31T14:10:38.003Z Downloaded der v0.8.0
11902026-08-31T14:10:38.006Z Downloaded rcgen v0.12.1
11912026-08-31T14:10:38.006Z Downloaded utf-8 v0.7.6
11922026-08-31T14:10:38.006Z Downloaded delegate v0.13.5
11932026-08-31T14:10:38.012Z Downloaded packed_struct_codegen v0.10.1
11942026-08-31T14:10:38.015Z Downloaded ingot v0.2.1
11952026-08-31T14:10:38.015Z Downloaded p521 v0.14.0
11962026-08-31T14:10:38.020Z Downloaded toml v0.7.8
11972026-08-31T14:10:38.020Z Downloaded cookie v0.18.1
11982026-08-31T14:10:38.023Z Downloaded ml-kem v0.3.2
11992026-08-31T14:10:38.023Z Downloaded ecdsa v0.16.9
12002026-08-31T14:10:38.023Z Downloaded pin-project-internal v1.1.11
12012026-08-31T14:10:38.023Z Downloaded derive_builder_core v0.20.2
12022026-08-31T14:10:38.027Z Downloaded whoami v1.6.1
12032026-08-31T14:10:38.027Z Downloaded path-slash v0.1.5
12042026-08-31T14:10:38.032Z Downloaded tokio-util v0.7.18
12052026-08-31T14:10:38.035Z Downloaded icu_properties_data v2.1.2
12062026-08-31T14:10:38.040Z Downloaded chrono v0.4.45
12072026-08-31T14:10:38.048Z Downloaded waitgroup v0.1.2
12082026-08-31T14:10:38.048Z Downloaded xshell v0.2.7
12092026-08-31T14:10:38.049Z Downloaded slog-dtrace v0.3.0
12102026-08-31T14:10:38.049Z Downloaded multer v3.1.0
12112026-08-31T14:10:38.049Z Downloaded pkg-config v0.3.32
12122026-08-31T14:10:38.057Z Downloaded serdect v0.4.3
12132026-08-31T14:10:38.057Z Downloaded salsa20 v0.11.0
12142026-08-31T14:10:38.058Z Downloaded crossterm v0.29.0
12152026-08-31T14:10:38.062Z Downloaded schemars v0.9.0
12162026-08-31T14:10:38.062Z Downloaded miette v7.6.0
12172026-08-31T14:10:38.062Z Downloaded darling v0.13.4
12182026-08-31T14:10:38.066Z Downloaded native-tls v0.2.18
12192026-08-31T14:10:38.066Z Downloaded psm v0.1.30
12202026-08-31T14:10:38.066Z Downloaded iri-string v0.7.10
12212026-08-31T14:10:38.069Z Downloaded nom v8.0.0
12222026-08-31T14:10:38.072Z Downloaded tls_codec_derive v0.4.2
12232026-08-31T14:10:38.075Z Downloaded icu_collections v2.1.1
12242026-08-31T14:10:38.079Z Downloaded tungstenite v0.23.0
12252026-08-31T14:10:38.079Z Downloaded ron v0.8.1
12262026-08-31T14:10:38.082Z Downloaded des v0.9.0
12272026-08-31T14:10:38.082Z Downloaded proptest v1.11.0
12282026-08-31T14:10:38.086Z Downloaded bitvec v1.0.1
12292026-08-31T14:10:38.094Z Downloaded pretty_assertions v1.4.1
12302026-08-31T14:10:38.097Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12312026-08-31T14:10:38.097Z Downloaded rustls-pki-types v1.14.0
12322026-08-31T14:10:38.097Z Downloaded libbz2-rs-sys v0.2.2
12332026-08-31T14:10:38.100Z Downloaded pbkdf2 v0.13.0
12342026-08-31T14:10:38.100Z Downloaded elliptic-curve v0.13.8
12352026-08-31T14:10:38.101Z Downloaded hybrid-array v0.4.13
12362026-08-31T14:10:38.104Z Downloaded zerotrie v0.2.3
12372026-08-31T14:10:38.104Z Downloaded constant_time_eq v0.4.2
12382026-08-31T14:10:38.107Z Downloaded ryu v1.0.23
12392026-08-31T14:10:38.107Z Downloaded darling_core v0.21.3
12402026-08-31T14:10:38.111Z Downloaded prettyplease v0.2.37
12412026-08-31T14:10:38.117Z Downloaded darling_core v0.13.4
12422026-08-31T14:10:38.117Z Downloaded serde_with_macros v3.21.0
12432026-08-31T14:10:38.117Z Downloaded libxml v0.3.3
12442026-08-31T14:10:38.121Z Downloaded uuid v1.23.4
12452026-08-31T14:10:38.124Z Downloaded lalrpop v0.19.12
12462026-08-31T14:10:38.128Z Downloaded moka v0.12.13
12472026-08-31T14:10:38.132Z Downloaded itertools v0.14.0
12482026-08-31T14:10:38.135Z Downloaded itertools v0.12.1
12492026-08-31T14:10:38.139Z Downloaded gimli v0.32.3
12502026-08-31T14:10:38.142Z Downloaded tracing-core v0.1.36
12512026-08-31T14:10:38.145Z Downloaded hyper-util v0.1.20
12522026-08-31T14:10:38.148Z Downloaded winnow v1.0.3
12532026-08-31T14:10:38.151Z Downloaded pin-project v1.1.11
12542026-08-31T14:10:38.157Z Downloaded ed25519 v2.2.3
12552026-08-31T14:10:38.162Z Downloaded num-bigint v0.4.6
12562026-08-31T14:10:38.165Z Downloaded nom v7.1.3
12572026-08-31T14:10:38.168Z Downloaded publicsuffix v2.3.0
12582026-08-31T14:10:38.171Z Downloaded rsa v0.10.0-rc.18
12592026-08-31T14:10:38.176Z Downloaded drift v0.2.0
12602026-08-31T14:10:38.196Z Downloaded jiff-core v0.1.0
12612026-08-31T14:10:38.202Z Downloaded vcpkg v0.2.15
12622026-08-31T14:10:38.224Z Downloaded zerovec v0.11.5
12632026-08-31T14:10:38.228Z Downloaded itertools v0.15.0
12642026-08-31T14:10:38.231Z Downloaded russh v0.62.4
12652026-08-31T14:10:38.235Z Downloaded winnow v0.5.40
12662026-08-31T14:10:38.240Z Downloaded bstr v1.12.1
12672026-08-31T14:10:38.245Z Downloaded snafu v0.8.9
12682026-08-31T14:10:38.248Z Downloaded git2 v0.20.4
12692026-08-31T14:10:38.252Z Downloaded regex-syntax v0.6.29
12702026-08-31T14:10:38.255Z Downloaded zerocopy v0.8.55
12712026-08-31T14:10:38.268Z Downloaded iddqd v0.4.2
12722026-08-31T14:10:38.271Z Downloaded zopfli v0.8.3
12732026-08-31T14:10:38.274Z Downloaded ssh-key v0.7.0-rc.11
12742026-08-31T14:10:38.278Z Downloaded hyper v1.10.1
12752026-08-31T14:10:38.281Z Downloaded steno v0.4.1
12762026-08-31T14:10:38.284Z Downloaded crossbeam-channel v0.5.15
12772026-08-31T14:10:38.287Z Downloaded zlib-rs v0.6.2
12782026-08-31T14:10:38.290Z Downloaded unicode-segmentation v1.12.0
12792026-08-31T14:10:38.290Z Downloaded goblin v0.10.5
12802026-08-31T14:10:38.293Z Downloaded portable-atomic v1.13.1
12812026-08-31T14:10:38.297Z Downloaded toml_edit v0.19.15
12822026-08-31T14:10:38.306Z Downloaded itertools v0.13.0
12832026-08-31T14:10:38.310Z Downloaded object v0.37.3
12842026-08-31T14:10:38.316Z Downloaded crypto-primes v0.7.2
12852026-08-31T14:10:38.319Z Downloaded regex v1.12.3
12862026-08-31T14:10:38.322Z Downloaded p384 v0.13.1
12872026-08-31T14:10:38.325Z Downloaded tabled v0.21.0
12882026-08-31T14:10:38.334Z Downloaded sha3 v0.12.0
12892026-08-31T14:10:38.337Z Downloaded libm v0.2.16
12902026-08-31T14:10:38.341Z Downloaded unicode-normalization v0.1.25
12912026-08-31T14:10:38.351Z Downloaded quick-xml v0.37.5
12922026-08-31T14:10:38.353Z Downloaded smoltcp v0.9.1
12932026-08-31T14:10:38.359Z Downloaded rayon v1.11.0
12942026-08-31T14:10:38.370Z Downloaded time v0.3.47
12952026-08-31T14:10:38.375Z Downloaded crypto-bigint v0.7.5
12962026-08-31T14:10:38.378Z Downloaded curve25519-dalek v4.1.3
12972026-08-31T14:10:38.383Z Downloaded radix_trie v0.2.1
12982026-08-31T14:10:38.386Z Downloaded quinn-proto v0.11.16
12992026-08-31T14:10:38.400Z Downloaded regex-syntax v0.8.10
13002026-08-31T14:10:38.405Z Downloaded openssl v0.10.80
13012026-08-31T14:10:38.410Z Downloaded nix v0.28.0
13022026-08-31T14:10:38.418Z Downloaded serde_with v3.21.0
13032026-08-31T14:10:38.425Z Downloaded polar-core v0.27.3
13042026-08-31T14:10:38.443Z Downloaded dropshot v0.17.1
13052026-08-31T14:10:38.455Z Downloaded regress v0.11.1
13062026-08-31T14:10:38.460Z Downloaded petname v2.0.2
13072026-08-31T14:10:38.463Z Downloaded hickory-proto v0.24.4
13082026-08-31T14:10:38.470Z Downloaded nix v0.27.1
13092026-08-31T14:10:38.476Z Downloaded rustls v0.23.41
13102026-08-31T14:10:38.483Z Downloaded ratatui v0.29.0
13112026-08-31T14:10:38.493Z Downloaded syn v3.0.3
13122026-08-31T14:10:38.501Z Downloaded zerocopy-derive v0.6.6
13132026-08-31T14:10:38.506Z Downloaded openapiv3 v2.2.0
13142026-08-31T14:10:38.512Z Downloaded sha3 v0.11.0
13152026-08-31T14:10:38.515Z Downloaded diesel v2.3.7
13162026-08-31T14:10:38.526Z Downloaded hickory-proto v0.25.2
13172026-08-31T14:10:38.533Z Downloaded curve25519-dalek v5.0.0
13182026-08-31T14:10:38.538Z Downloaded object v0.30.4
13192026-08-31T14:10:38.543Z Downloaded rustix v0.38.44
13202026-08-31T14:10:38.556Z Downloaded bzip2-sys v0.1.13+1.0.8
13212026-08-31T14:10:38.562Z Downloaded smoltcp v0.11.0
13222026-08-31T14:10:38.568Z Downloaded nix v0.31.2
13232026-08-31T14:10:38.575Z Downloaded sled v0.34.7
13242026-08-31T14:10:38.582Z Downloaded regress v0.10.5
13252026-08-31T14:10:38.585Z Downloaded regex-automata v0.4.14
13262026-08-31T14:10:38.593Z Downloaded petgraph v0.6.5
13272026-08-31T14:10:38.604Z Downloaded chrono-tz v0.10.4
13282026-08-31T14:10:38.617Z Downloaded tracing v0.1.44
13292026-08-31T14:10:38.628Z Downloaded sqlparser v0.61.0
13302026-08-31T14:10:38.631Z Downloaded typify-impl v0.6.2
13312026-08-31T14:10:38.649Z Downloaded csv v1.4.0
13322026-08-31T14:10:38.662Z Downloaded tokio v1.52.1
13332026-08-31T14:10:38.720Z Downloaded jiff v0.2.34
13342026-08-31T14:10:38.730Z Downloaded sha3 v0.10.8
13352026-08-31T14:10:38.733Z Downloaded petgraph v0.8.3
13362026-08-31T14:10:38.749Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-08-31T14:10:38.758Z Downloaded libz-sys v1.1.24
13382026-08-31T14:10:38.771Z Downloaded encoding_rs v0.8.35
13392026-08-31T14:10:38.785Z Downloaded ring v0.17.14
13402026-08-31T14:10:38.809Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-08-31T14:10:39.234Z Downloaded aws-lc-sys v0.40.0
13422026-08-31T14:10:39.489Z Compiling serde_core v1.0.228
13432026-08-31T14:10:39.489Z Compiling libc v0.2.185
13442026-08-31T14:10:39.489Z Compiling serde v1.0.228
13452026-08-31T14:10:39.493Z Compiling log v0.4.33
13462026-08-31T14:10:39.493Z Compiling smallvec v1.15.1
13472026-08-31T14:10:39.493Z Compiling shlex v1.3.0
13482026-08-31T14:10:39.623Z Compiling find-msvc-tools v0.1.9
13492026-08-31T14:10:39.626Z Compiling syn v2.0.117
13502026-08-31T14:10:39.829Z Compiling subtle v2.6.1
13512026-08-31T14:10:39.871Z Compiling scopeguard v1.2.0
13522026-08-31T14:10:39.884Z Compiling stable_deref_trait v1.2.1
13532026-08-31T14:10:39.911Z Compiling typenum v1.20.1
13542026-08-31T14:10:39.939Z Compiling zerocopy v0.8.55
13552026-08-31T14:10:39.952Z Compiling portable-atomic v1.13.1
13562026-08-31T14:10:39.967Z Compiling lock_api v0.4.14
13572026-08-31T14:10:39.994Z Compiling serde_json v1.0.151
13582026-08-31T14:10:40.193Z Compiling critical-section v1.2.0
13592026-08-31T14:10:40.206Z Compiling libm v0.2.16
13602026-08-31T14:10:40.297Z Compiling num-traits v0.2.19
13612026-08-31T14:10:40.355Z Compiling pkg-config v0.3.32
13622026-08-31T14:10:40.476Z Compiling errno v0.3.14
13632026-08-31T14:10:40.493Z Compiling jobserver v0.1.34
13642026-08-31T14:10:40.522Z Compiling getrandom v0.2.17
13652026-08-31T14:10:40.723Z Compiling cc v1.2.56
13662026-08-31T14:10:40.782Z Compiling rand_core v0.6.4
13672026-08-31T14:10:40.864Z Compiling once_cell v1.21.3
13682026-08-31T14:10:40.937Z Compiling generic-array v0.14.7
13692026-08-31T14:10:41.012Z Compiling pin-project-lite v0.2.17
13702026-08-31T14:10:41.059Z Compiling parking_lot_core v0.9.12
13712026-08-31T14:10:41.087Z Compiling const-oid v0.9.6
13722026-08-31T14:10:41.191Z Compiling getrandom v0.4.3
13732026-08-31T14:10:41.297Z Compiling rand_core v0.10.0
13742026-08-31T14:10:41.720Z Compiling signal-hook-registry v1.4.8
13752026-08-31T14:10:41.816Z Compiling bitflags v2.11.0
13762026-08-31T14:10:41.904Z Compiling litemap v0.8.1
13772026-08-31T14:10:41.941Z Compiling futures-core v0.3.32
13782026-08-31T14:10:41.992Z Compiling percent-encoding v2.3.2
13792026-08-31T14:10:42.030Z Compiling writeable v0.6.2
13802026-08-31T14:10:42.097Z Compiling semver v1.0.28
13812026-08-31T14:10:42.109Z Compiling parking_lot v0.12.5
13822026-08-31T14:10:42.109Z Compiling mio v1.2.0
13832026-08-31T14:10:42.157Z Compiling icu_properties_data v2.1.2
13842026-08-31T14:10:42.221Z Compiling icu_normalizer_data v2.1.1
13852026-08-31T14:10:42.408Z Compiling socket2 v0.6.3
13862026-08-31T14:10:42.437Z Compiling getrandom v0.3.4
13872026-08-31T14:10:42.485Z Compiling rustix v1.1.4
13882026-08-31T14:10:42.506Z Compiling futures-sink v0.3.32
13892026-08-31T14:10:42.542Z Compiling synstructure v0.13.2
13902026-08-31T14:10:42.565Z Compiling indexmap v2.14.0
13912026-08-31T14:10:42.613Z Compiling futures-channel v0.3.32
13922026-08-31T14:10:42.811Z Compiling utf8_iter v1.0.4
13932026-08-31T14:10:42.863Z Compiling slab v0.4.12
13942026-08-31T14:10:42.946Z Compiling futures-task v0.3.32
13952026-08-31T14:10:43.015Z Compiling futures-io v0.3.32
13962026-08-31T14:10:43.054Z Compiling form_urlencoded v1.2.2
13972026-08-31T14:10:43.111Z Compiling rustversion v1.0.22
13982026-08-31T14:10:43.137Z Compiling base64ct v1.8.3
13992026-08-31T14:10:43.155Z Compiling iana-time-zone v0.1.65
14002026-08-31T14:10:43.199Z Compiling cmake v0.1.57
14012026-08-31T14:10:43.236Z Compiling dunce v1.0.5
14022026-08-31T14:10:43.338Z Compiling ident_case v1.0.1
14032026-08-31T14:10:43.348Z Compiling fs_extra v1.3.0
14042026-08-31T14:10:43.357Z Compiling pem-rfc7468 v0.7.0
14052026-08-31T14:10:43.409Z Compiling regex-syntax v0.8.10
14062026-08-31T14:10:43.431Z Compiling flagset v0.4.7
14072026-08-31T14:10:43.564Z Compiling rand_core v0.9.5
14082026-08-31T14:10:43.601Z Compiling uuid v1.23.4
14092026-08-31T14:10:43.616Z Compiling aws-lc-sys v0.40.0
14102026-08-31T14:10:43.655Z Compiling base64 v0.22.1
14112026-08-31T14:10:43.840Z Compiling syn v1.0.109
14122026-08-31T14:10:43.977Z Compiling vcpkg v0.2.15
14132026-08-31T14:10:44.071Z Compiling serde_derive_internals v0.29.1
14142026-08-31T14:10:44.209Z Compiling rustc_version v0.4.1
14152026-08-31T14:10:44.218Z Compiling tracing-core v0.1.36
14162026-08-31T14:10:44.280Z Compiling serde_derive v1.0.228
14172026-08-31T14:10:44.313Z Compiling zeroize_derive v1.5.0
14182026-08-31T14:10:44.530Z Compiling zerocopy-derive v0.8.55
14192026-08-31T14:10:44.711Z Compiling zerofrom-derive v0.1.6
14202026-08-31T14:10:44.795Z Compiling yoke-derive v0.8.1
14212026-08-31T14:10:44.964Z Compiling zerovec-derive v0.11.2
14222026-08-31T14:10:44.998Z Compiling displaydoc v0.2.5
14232026-08-31T14:10:45.745Z Compiling tokio-macros v2.7.0
14242026-08-31T14:10:45.793Z Compiling futures-macro v0.3.32
14252026-08-31T14:10:45.958Z Compiling thiserror-impl v2.0.18
14262026-08-31T14:10:46.093Z Compiling der_derive v0.7.3
14272026-08-31T14:10:46.166Z Compiling zerofrom v0.1.6
14282026-08-31T14:10:46.292Z Compiling yoke v0.8.1
14292026-08-31T14:10:46.482Z Compiling zerovec v0.11.5
14302026-08-31T14:10:46.508Z Compiling zerotrie v0.2.3
14312026-08-31T14:10:46.641Z Compiling futures-util v0.3.32
14322026-08-31T14:10:46.807Z Compiling openssl-sys v0.9.117
14332026-08-31T14:10:47.010Z Compiling tinystr v0.8.2
14342026-08-31T14:10:47.102Z Compiling potential_utf v0.1.4
14352026-08-31T14:10:47.220Z Compiling icu_locale_core v2.1.1
14362026-08-31T14:10:47.296Z Compiling icu_collections v2.1.1
14372026-08-31T14:10:47.313Z Compiling thiserror v2.0.18
14382026-08-31T14:10:47.333Z Compiling tracing-attributes v0.1.31
14392026-08-31T14:10:47.421Z Compiling dyn-clone v1.0.20
14402026-08-31T14:10:47.563Z Compiling simd-adler32 v0.3.8
14412026-08-31T14:10:47.740Z Compiling zeroize v1.9.0
14422026-08-31T14:10:47.803Z Compiling bytes v1.11.1
14432026-08-31T14:10:47.811Z Compiling icu_provider v2.1.1
14442026-08-31T14:10:48.072Z Compiling icu_normalizer v2.1.1
14452026-08-31T14:10:48.106Z Compiling icu_properties v2.1.2
14462026-08-31T14:10:48.397Z Compiling tokio v1.52.1
14472026-08-31T14:10:48.519Z Compiling crypto-common v0.1.7
14482026-08-31T14:10:48.600Z Compiling block-buffer v0.10.4
14492026-08-31T14:10:48.629Z Compiling chrono v0.4.45
14502026-08-31T14:10:48.668Z Compiling der v0.7.10
14512026-08-31T14:10:48.766Z Compiling digest v0.10.7
14522026-08-31T14:10:48.929Z Compiling idna_adapter v1.2.1
14532026-08-31T14:10:49.022Z Compiling ppv-lite86 v0.2.21
14542026-08-31T14:10:49.067Z Compiling idna v1.1.0
14552026-08-31T14:10:49.136Z Compiling http v1.4.2
14562026-08-31T14:10:49.176Z Compiling cpufeatures v0.2.17
14572026-08-31T14:10:49.248Z Compiling schemars v0.8.22
14582026-08-31T14:10:49.335Z Compiling rand_chacha v0.9.0
14592026-08-31T14:10:49.403Z Compiling url v2.5.8
14602026-08-31T14:10:49.695Z Compiling spki v0.7.3
14612026-08-31T14:10:49.842Z Compiling aws-lc-rs v1.16.3
14622026-08-31T14:10:49.901Z Compiling pkcs8 v0.10.2
14632026-08-31T14:10:49.965Z Compiling http-body v1.0.1
14642026-08-31T14:10:49.993Z Compiling rand v0.9.2
14652026-08-31T14:10:50.033Z Compiling tracing v0.1.44
14662026-08-31T14:10:50.111Z Compiling rustls-pki-types v1.14.0
14672026-08-31T14:10:50.153Z Compiling schemars_derive v0.8.22
14682026-08-31T14:10:50.199Z Compiling spin v0.9.8
14692026-08-31T14:10:50.284Z Compiling httparse v1.10.1
14702026-08-31T14:10:50.394Z Compiling tinyvec_macros v0.1.1
14712026-08-31T14:10:50.465Z Compiling cmov v0.5.4
14722026-08-31T14:10:50.542Z Compiling adler2 v2.0.1
14732026-08-31T14:10:50.605Z Compiling openssl-probe v0.2.1
14742026-08-31T14:10:50.663Z Compiling crc32fast v1.5.0
14752026-08-31T14:10:50.666Z Compiling miniz_oxide v0.8.9
14762026-08-31T14:10:50.715Z Compiling ctutils v0.4.2
14772026-08-31T14:10:50.824Z Compiling tempfile v3.27.0
14782026-08-31T14:10:50.943Z Compiling tinyvec v1.10.0
14792026-08-31T14:10:50.964Z Compiling pest_generator v2.8.6
14802026-08-31T14:10:51.229Z Compiling sha2 v0.10.9
14812026-08-31T14:10:51.287Z Compiling terminal_size v0.4.3
14822026-08-31T14:10:51.330Z Compiling aho-corasick v1.1.4
14832026-08-31T14:10:51.420Z Compiling unicode-segmentation v1.12.0
14842026-08-31T14:10:51.683Z Compiling try-lock v0.2.5
14852026-08-31T14:10:51.792Z Compiling tower-layer v0.3.3
14862026-08-31T14:10:51.795Z Compiling radium v0.7.0
14872026-08-31T14:10:51.953Z Compiling tower-service v0.3.3
14882026-08-31T14:10:52.041Z Compiling atomic-waker v1.1.2
14892026-08-31T14:10:52.057Z Compiling untrusted v0.7.1
14902026-08-31T14:10:52.172Z Compiling tokio-util v0.7.18
14912026-08-31T14:10:52.214Z Compiling regex-automata v0.4.14
14922026-08-31T14:10:52.563Z Compiling want v0.3.1
14932026-08-31T14:10:52.663Z Compiling pest_derive v2.8.6
14942026-08-31T14:10:52.942Z Compiling h2 v0.4.15
14952026-08-31T14:10:52.958Z Compiling hybrid-array v0.4.13
14962026-08-31T14:10:53.186Z Compiling ipnet v2.12.0
14972026-08-31T14:10:53.348Z Compiling scroll_derive v0.13.1
14982026-08-31T14:10:53.711Z Compiling darling_core v0.20.11
14992026-08-31T14:10:53.745Z Compiling untrusted v0.9.0
15002026-08-31T14:10:53.849Z Compiling openssl v0.10.80
15012026-08-31T14:10:54.007Z Compiling httpdate v1.0.3
15022026-08-31T14:10:54.024Z Compiling maybe-uninit v2.0.0
15032026-08-31T14:10:54.036Z Compiling tap v1.0.1
15042026-08-31T14:10:54.112Z Compiling foreign-types-shared v0.1.1
15052026-08-31T14:10:54.177Z Compiling rustls v0.23.41
15062026-08-31T14:10:54.203Z Compiling wyz v0.5.1
15072026-08-31T14:10:54.221Z Compiling foreign-types v0.3.2
15082026-08-31T14:10:54.308Z Compiling scroll v0.13.0
15092026-08-31T14:10:54.434Z Compiling unicode-normalization v0.1.25
15102026-08-31T14:10:54.585Z Compiling rand_chacha v0.3.1
15112026-08-31T14:10:54.663Z Compiling signature v2.2.0
15122026-08-31T14:10:54.769Z Compiling hex v0.4.3
15132026-08-31T14:10:54.796Z Compiling openssl-macros v0.1.1
15142026-08-31T14:10:54.796Z Compiling thiserror-impl v1.0.69
15152026-08-31T14:10:55.004Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15162026-08-31T14:10:55.124Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-08-31T14:10:55.324Z Compiling num-integer v0.1.46
15182026-08-31T14:10:55.429Z Compiling wait-timeout v0.2.1
15192026-08-31T14:10:55.498Z Compiling socket2 v0.5.10
15202026-08-31T14:10:55.638Z Compiling ahash v0.8.12
15212026-08-31T14:10:55.727Z Compiling num-conv v0.2.0
15222026-08-31T14:10:55.778Z Compiling num-bigint-dig v0.8.6
15232026-08-31T14:10:55.830Z Compiling quick-error v1.2.3
15242026-08-31T14:10:55.830Z Compiling native-tls v0.2.18
15252026-08-31T14:10:55.884Z Compiling darling_macro v0.20.11
15262026-08-31T14:10:55.907Z Compiling funty v2.0.0
15272026-08-31T14:10:55.907Z Compiling powerfmt v0.2.0
15282026-08-31T14:10:55.977Z Compiling hyper v1.10.1
15292026-08-31T14:10:56.014Z Compiling bit-vec v0.8.0
15302026-08-31T14:10:56.109Z Compiling time-core v0.1.8
15312026-08-31T14:10:56.189Z Compiling packed_struct v0.10.1
15322026-08-31T14:10:56.311Z Compiling bit-set v0.8.0
15332026-08-31T14:10:56.361Z Compiling time-macros v0.2.27
15342026-08-31T14:10:56.463Z Compiling darling v0.20.11
15352026-08-31T14:10:56.947Z Compiling bitvec v1.0.1
15362026-08-31T14:10:56.947Z Compiling deranged v0.5.8
15372026-08-31T14:10:56.947Z Compiling thiserror v1.0.69
15382026-08-31T14:10:57.014Z Compiling clap_builder v4.6.0
15392026-08-31T14:10:57.014Z Compiling rusty-fork v0.3.1
15402026-08-31T14:10:57.014Z Compiling num-iter v0.1.45
15412026-08-31T14:10:57.347Z Compiling hyper-util v0.1.20
15422026-08-31T14:10:57.606Z Compiling rand v0.8.6
15432026-08-31T14:10:57.736Z Compiling goblin v0.10.5
15442026-08-31T14:10:57.885Z Compiling packed_struct_codegen v0.10.1
15452026-08-31T14:10:58.373Z Compiling lazy_static v1.5.0
15462026-08-31T14:10:58.467Z Compiling hmac v0.12.1
15472026-08-31T14:10:58.624Z Compiling serde_spanned v0.6.9
15482026-08-31T14:10:58.766Z Compiling toml_datetime v0.6.11
15492026-08-31T14:10:58.908Z Compiling bitfield-macros v0.19.4
15502026-08-31T14:10:59.015Z Compiling clap_derive v4.6.1
15512026-08-31T14:10:59.034Z Compiling zerocopy-derive v0.6.6
15522026-08-31T14:10:59.420Z Compiling rand_xorshift v0.4.0
15532026-08-31T14:10:59.608Z Compiling sync_wrapper v1.0.2
15542026-08-31T14:10:59.619Z Compiling indexmap v1.9.3
15552026-08-31T14:10:59.687Z Compiling usdt-impl v0.6.0
15562026-08-31T14:10:59.775Z Compiling nodrop v0.1.14
15572026-08-31T14:10:59.879Z Compiling object v0.37.3
15582026-08-31T14:10:59.885Z Compiling zlib-rs v0.6.2
15592026-08-31T14:10:59.894Z Compiling num_threads v0.1.7
15602026-08-31T14:10:59.980Z Compiling unarray v0.1.4
15612026-08-31T14:11:00.084Z Compiling paste v1.0.15
15622026-08-31T14:11:00.098Z Compiling crc-catalog v2.4.0
15632026-08-31T14:11:00.189Z Compiling siphasher v1.0.2
15642026-08-31T14:11:00.271Z Compiling crossbeam-utils v0.8.21
15652026-08-31T14:11:00.366Z Compiling dof v0.4.0
15662026-08-31T14:11:00.380Z Compiling crc v3.4.0
15672026-08-31T14:11:00.583Z Compiling proptest v1.11.0
15682026-08-31T14:11:00.615Z Compiling time v0.3.47
15692026-08-31T14:11:00.700Z Compiling clap v4.6.1
15702026-08-31T14:11:00.800Z Compiling array-init v0.0.4
15712026-08-31T14:11:01.192Z Compiling zerocopy v0.6.6
15722026-08-31T14:11:01.527Z Compiling tower v0.5.3
15732026-08-31T14:11:01.541Z Compiling bitfield v0.19.4
15742026-08-31T14:11:02.135Z Compiling smallvec v0.6.14
15752026-08-31T14:11:02.330Z Compiling derive_builder_core v0.20.2
15762026-08-31T14:11:02.457Z Compiling dtrace-parser v0.3.0
15772026-08-31T14:11:03.095Z Compiling flate2 v1.1.9
15782026-08-31T14:11:03.110Z Compiling ipnetwork v0.21.1
15792026-08-31T14:11:03.141Z Compiling http-body-util v0.1.3
15802026-08-31T14:11:03.163Z Compiling pkcs1 v0.7.5
15812026-08-31T14:11:03.374Z Compiling heapless v0.7.17
15822026-08-31T14:11:03.481Z Compiling structmeta-derive v0.3.0
15832026-08-31T14:11:03.496Z Compiling scroll_derive v0.12.1
15842026-08-31T14:11:03.548Z Compiling slog v2.8.2
15852026-08-31T14:11:03.561Z Compiling darling_core v0.23.0
15862026-08-31T14:11:03.604Z Compiling thread-id v5.1.0
15872026-08-31T14:11:03.687Z Compiling cookie v0.18.1
15882026-08-31T14:11:03.729Z Compiling env_filter v2.0.0
15892026-08-31T14:11:03.879Z Compiling syn v3.0.3
15902026-08-31T14:11:04.028Z Compiling hashbrown v0.12.3
15912026-08-31T14:11:04.140Z Compiling gimli v0.32.3
15922026-08-31T14:11:04.477Z Compiling winnow v0.5.40
15932026-08-31T14:11:04.538Z Compiling unicode-bidi v0.3.18
15942026-08-31T14:11:05.060Z Compiling zstd-safe v7.2.4
15952026-08-31T14:11:05.254Z Compiling signal-hook v0.3.18
15962026-08-31T14:11:05.422Z Compiling anyhow v1.0.104
15972026-08-31T14:11:05.728Z Compiling iri-string v0.7.10
15982026-08-31T14:11:05.894Z Compiling unicode-properties v0.1.4
15992026-08-31T14:11:06.033Z Compiling allocator-api2 v0.2.21
16002026-08-31T14:11:06.067Z Compiling base64 v0.21.7
16012026-08-31T14:11:06.127Z Compiling ryu v1.0.23
16022026-08-31T14:11:06.305Z Compiling serde_urlencoded v0.7.1
16032026-08-31T14:11:26.234Z Compiling ron v0.8.1
16042026-08-31T14:11:26.377Z Compiling stringprep v0.1.5
16052026-08-31T14:11:26.377Z Compiling darling_macro v0.23.0
16062026-08-31T14:11:26.377Z Compiling addr2line v0.25.1
16072026-08-31T14:11:26.377Z Compiling tower-http v0.6.8
16082026-08-31T14:11:26.377Z Compiling toml_edit v0.19.15
16092026-08-31T14:11:26.377Z Compiling daft-derive v0.1.8
16102026-08-31T14:11:26.377Z Compiling structmeta v0.3.0
16112026-08-31T14:11:26.377Z Compiling scroll v0.12.0
16122026-08-31T14:11:26.377Z Compiling env_logger v0.11.11
16132026-08-31T14:11:26.377Z Compiling rsa v0.9.10
16142026-08-31T14:11:26.501Z Compiling oxnet v0.1.6
16152026-08-31T14:11:26.501Z Compiling derive_builder_macro v0.20.2
16162026-08-31T14:11:26.502Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16172026-08-31T14:11:26.502Z Compiling newtype-uuid v1.3.2
16182026-08-31T14:11:26.502Z Compiling hashbrown v0.13.2
16192026-08-31T14:11:26.502Z Compiling serde-hex v0.1.0
16202026-08-31T14:11:26.502Z Compiling bzip2 v0.4.4
16212026-08-31T14:11:26.502Z Compiling tokio-native-tls v0.3.1
16222026-08-31T14:11:26.502Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16232026-08-31T14:11:26.502Z Compiling camino v1.2.5
16242026-08-31T14:11:26.503Z Compiling bstr v1.12.1
16252026-08-31T14:11:26.503Z Compiling crypto-common v0.2.2
16262026-08-31T14:11:26.503Z Compiling block-padding v0.4.2
16272026-08-31T14:11:26.503Z Compiling block-buffer v0.12.1
16282026-08-31T14:11:26.503Z Compiling heck v0.4.1
16292026-08-31T14:11:26.503Z Compiling rustls-native-certs v0.8.3
16302026-08-31T14:11:26.503Z Compiling x509-cert v0.2.5
16312026-08-31T14:11:26.503Z Compiling md-5 v0.10.6
16322026-08-31T14:11:26.503Z Compiling erased-serde v0.3.31
16332026-08-31T14:11:26.503Z Compiling serde_tokenstream v0.2.3
16342026-08-31T14:11:26.503Z Compiling curve25519-dalek v4.1.3
16352026-08-31T14:11:26.503Z Compiling pin-project-internal v1.1.11
16362026-08-31T14:11:26.504Z Compiling async-trait v0.1.89
16372026-08-31T14:11:26.504Z Compiling zerocopy-derive v0.7.35
16382026-08-31T14:11:26.504Z Compiling vergen-lib v9.1.0
16392026-08-31T14:11:26.504Z Compiling hash32 v0.2.1
16402026-08-31T14:11:26.504Z Compiling memoffset v0.9.1
16412026-08-31T14:11:26.504Z Compiling encoding_rs v0.8.35
16422026-08-31T14:11:26.504Z Compiling smoltcp v0.9.1
16432026-08-31T14:11:26.614Z Compiling fallible-iterator v0.2.0
16442026-08-31T14:11:26.614Z Compiling psl-types v2.0.11
16452026-08-31T14:11:26.614Z Compiling mime v0.3.17
16462026-08-31T14:11:26.614Z Compiling rustc-demangle v0.1.27
16472026-08-31T14:11:26.614Z Compiling ref-cast v1.0.25
16482026-08-31T14:11:26.614Z Compiling crc-any v2.5.0
16492026-08-31T14:11:26.614Z Compiling rustix v0.38.44
16502026-08-31T14:11:26.614Z Compiling cfg_aliases v0.2.1
16512026-08-31T14:11:26.614Z Compiling litrs v1.0.0
16522026-08-31T14:11:26.614Z Compiling owo-colors v4.3.0
16532026-08-31T14:11:26.614Z Compiling backtrace v0.3.76
16542026-08-31T14:11:26.614Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16552026-08-31T14:11:26.614Z Compiling nix v0.31.2
16562026-08-31T14:11:26.614Z Compiling postgres-protocol v0.6.10
16572026-08-31T14:11:26.614Z Compiling pin-project v1.1.11
16582026-08-31T14:11:26.614Z Compiling publicsuffix v2.3.0
16592026-08-31T14:11:26.614Z Compiling document-features v0.2.12
16602026-08-31T14:11:26.614Z Compiling zerocopy v0.7.35
16612026-08-31T14:11:26.615Z Compiling snafu-derive v0.8.9
16622026-08-31T14:11:26.615Z Compiling inout v0.2.2
16632026-08-31T14:11:26.615Z Compiling daft v0.1.8
16642026-08-31T14:11:26.615Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16652026-08-31T14:11:26.615Z Compiling hyper-tls v0.6.0
16662026-08-31T14:11:26.615Z Compiling object v0.30.4
16672026-08-31T14:11:26.615Z Compiling zip v0.6.6
16682026-08-31T14:11:26.615Z Compiling toml v0.7.8
16692026-08-31T14:11:26.615Z Compiling derive_builder v0.20.2
16702026-08-31T14:11:26.615Z Compiling goblin v0.8.2
16712026-08-31T14:11:26.615Z Compiling derive-ex v0.1.8
16722026-08-31T14:11:26.615Z Compiling darling v0.23.0
16732026-08-31T14:11:26.615Z Compiling phf_shared v0.13.1
16742026-08-31T14:11:26.615Z Compiling regex v1.12.3
16752026-08-31T14:11:26.615Z Compiling hubpack_derive v0.1.1
16762026-08-31T14:11:26.615Z Compiling convert_case v0.10.0
16772026-08-31T14:11:26.615Z Compiling futures-executor v0.3.32
16782026-08-31T14:11:26.615Z Compiling ref-cast-impl v1.0.25
16792026-08-31T14:11:26.615Z Compiling strum_macros v0.27.2
16802026-08-31T14:11:26.615Z Compiling curve25519-dalek-derive v0.1.1
16812026-08-31T14:11:26.615Z Compiling vergen v9.1.0
16822026-08-31T14:11:26.615Z Compiling cargo-platform v0.3.2
16832026-08-31T14:11:26.615Z Compiling ff v0.13.1
16842026-08-31T14:11:26.615Z Compiling fs-err v3.3.0
16852026-08-31T14:11:26.615Z Compiling libbz2-rs-sys v0.2.2
16862026-08-31T14:11:26.615Z Compiling same-file v1.0.6
16872026-08-31T14:11:26.615Z Compiling jiff-core v0.1.0
16882026-08-31T14:11:26.616Z Compiling path-slash v0.1.5
16892026-08-31T14:11:26.616Z Compiling bumpalo v3.20.2
16902026-08-31T14:11:26.616Z Compiling foldhash v0.2.0
16912026-08-31T14:11:26.616Z Compiling bitflags v1.3.2
16922026-08-31T14:11:26.616Z Compiling base16ct v0.2.0
16932026-08-31T14:11:26.616Z Compiling foldhash v0.1.5
16942026-08-31T14:11:26.616Z Compiling is_ci v1.2.0
16952026-08-31T14:11:26.616Z Compiling managed v0.8.0
16962026-08-31T14:11:26.616Z Compiling textwrap v0.16.2
16972026-08-31T14:11:26.616Z Compiling supports-color v3.0.2
16982026-08-31T14:11:26.616Z Compiling jiff v0.2.34
16992026-08-31T14:11:26.616Z Compiling hashbrown v0.15.5
17002026-08-31T14:11:26.616Z Compiling sec1 v0.7.3
17012026-08-31T14:11:26.616Z Compiling hashbrown v0.16.1
17022026-08-31T14:11:26.616Z Compiling strum v0.27.2
17032026-08-31T14:11:26.616Z Compiling zopfli v0.8.3
17042026-08-31T14:11:26.616Z Compiling bzip2 v0.6.1
17052026-08-31T14:11:26.616Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17062026-08-31T14:11:26.616Z Compiling walkdir v2.5.0
17072026-08-31T14:11:26.616Z Compiling cargo_metadata v0.23.1
17082026-08-31T14:11:26.616Z Compiling group v0.13.0
17092026-08-31T14:11:26.616Z Compiling dof v0.3.0
17102026-08-31T14:11:26.616Z Compiling test-strategy v0.4.5
17112026-08-31T14:11:26.616Z Compiling hubpack v0.1.2
17122026-08-31T14:11:26.616Z Compiling futures v0.3.32
17132026-08-31T14:11:26.616Z Compiling derive_more-impl v2.1.1
17142026-08-31T14:11:26.616Z Compiling snafu v0.8.9
17152026-08-31T14:11:26.617Z Compiling phf v0.13.1
17162026-08-31T14:11:26.617Z Compiling serde_with_macros v3.21.0
17172026-08-31T14:11:26.617Z Compiling signal-hook-mio v0.2.5
17182026-08-31T14:11:26.617Z Compiling cookie_store v0.22.1
17192026-08-31T14:11:26.617Z Compiling zstd v0.13.3
17202026-08-31T14:11:26.617Z Compiling reqwest v0.12.28
17212026-08-31T14:11:26.617Z Compiling cipher v0.5.2
17222026-08-31T14:11:26.617Z Compiling postgres-types v0.2.12
17232026-08-31T14:11:26.617Z Compiling backtrace-ext v0.2.1
17242026-08-31T14:11:26.617Z Compiling usdt-attr-macro v0.6.0
17252026-08-31T14:11:26.617Z Compiling usdt-macro v0.6.0
17262026-08-31T14:11:26.617Z Compiling globset v0.4.18
17272026-08-31T14:11:26.617Z Compiling phf_shared v0.11.3
17282026-08-31T14:11:26.617Z Compiling hkdf v0.12.4
17292026-08-31T14:11:26.617Z Compiling dtrace-parser v0.2.0
17302026-08-31T14:11:26.617Z Compiling byte-wrapper v0.1.0
17312026-08-31T14:11:26.617Z Compiling olpc-cjson v0.1.4
17322026-08-31T14:11:26.617Z Compiling ed25519 v2.2.3
17332026-08-31T14:11:26.617Z Compiling crypto-bigint v0.5.5
17342026-08-31T14:11:26.617Z Compiling serde_plain v1.0.2
17352026-08-31T14:11:26.617Z Compiling serde-big-array v0.5.1
17362026-08-31T14:11:26.617Z Compiling miette-derive v7.6.0
17372026-08-31T14:11:26.617Z Compiling async-recursion v1.1.1
17382026-08-31T14:11:26.617Z Compiling enum-as-inner v0.6.1
17392026-08-31T14:11:26.617Z Compiling serde_repr v0.1.20
17402026-08-31T14:11:26.617Z Compiling strum_macros v0.26.4
17412026-08-31T14:11:26.617Z Compiling pem v3.0.6
17422026-08-31T14:11:26.618Z Compiling float-cmp v0.10.0
17432026-08-31T14:11:26.707Z Compiling thread-id v4.2.2
17442026-08-31T14:11:26.707Z Compiling memmap2 v0.9.10
17452026-08-31T14:11:26.707Z Compiling supports-unicode v3.0.0
17462026-08-31T14:11:26.707Z Compiling typed-path v0.9.3
17472026-08-31T14:11:26.707Z Compiling difflib v0.4.0
17482026-08-31T14:11:26.707Z Compiling whoami v2.1.0
17492026-08-31T14:11:26.707Z Compiling fixedbitset v0.5.7
17502026-08-31T14:11:26.707Z Compiling normalize-line-endings v0.3.0
17512026-08-31T14:11:26.708Z Compiling supports-hyperlinks v3.2.0
17522026-08-31T14:11:26.708Z Compiling static_assertions v1.1.0
17532026-08-31T14:11:26.708Z Compiling either v1.15.0
17542026-08-31T14:11:26.709Z Compiling new_debug_unreachable v1.0.6
17552026-08-31T14:11:26.709Z Compiling cpufeatures v0.3.0
17562026-08-31T14:11:26.709Z Compiling predicates-core v1.0.10
17572026-08-31T14:11:26.710Z Compiling winnow v1.0.3
17582026-08-31T14:11:26.710Z Compiling keccak v0.1.6
17592026-08-31T14:11:26.710Z Compiling fixedbitset v0.4.2
17602026-08-31T14:11:26.710Z Compiling const-oid v0.10.2
17612026-08-31T14:11:26.710Z Compiling precomputed-hash v0.1.1
17622026-08-31T14:11:26.711Z Compiling data-encoding v2.10.0
17632026-08-31T14:11:26.711Z Compiling toml_edit v0.22.27
17642026-08-31T14:11:26.711Z Compiling digest v0.11.3
17652026-08-31T14:11:26.711Z Compiling string_cache v0.8.9
17662026-08-31T14:11:26.712Z Compiling petgraph v0.6.5
17672026-08-31T14:11:26.712Z Compiling strum v0.26.3
17682026-08-31T14:11:26.712Z Compiling hickory-proto v0.25.2
17692026-08-31T14:11:26.712Z Compiling sha3 v0.10.8
17702026-08-31T14:11:26.712Z Compiling predicates v3.1.4
17712026-08-31T14:11:26.712Z Compiling toml_parser v1.1.2+spec-1.1.0
17722026-08-31T14:11:26.712Z Compiling itertools v0.13.0
17732026-08-31T14:11:26.712Z Compiling chacha20 v0.10.0
17742026-08-31T14:11:26.712Z Compiling miette v7.6.0
17752026-08-31T14:11:26.712Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17762026-08-31T14:11:26.712Z Compiling petgraph v0.8.3
17772026-08-31T14:11:26.712Z Compiling tokio-postgres v0.7.16
17782026-08-31T14:11:26.713Z Compiling usdt v0.6.0
17792026-08-31T14:11:26.713Z Compiling usdt-impl v0.5.0
17802026-08-31T14:11:26.744Z Compiling elliptic-curve v0.13.8
17812026-08-31T14:11:27.143Z Compiling ed25519-dalek v2.2.0
17822026-08-31T14:11:27.685Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17832026-08-31T14:11:27.852Z Compiling crossterm v0.28.1
17842026-08-31T14:11:27.852Z Compiling serde_with v3.21.0
17852026-08-31T14:11:28.389Z Compiling derive_more v2.1.1
17862026-08-31T14:11:28.487Z Compiling zip v4.6.1
17872026-08-31T14:11:28.572Z Compiling iddqd v0.4.2
17882026-08-31T14:11:28.925Z Compiling similar v2.7.0
17892026-08-31T14:11:29.133Z Compiling crossbeam-epoch v0.9.18
17902026-08-31T14:11:29.321Z Compiling tokio-stream v0.1.18
17912026-08-31T14:11:29.436Z Compiling buf-list v1.1.2
17922026-08-31T14:11:29.437Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17932026-08-31T14:11:29.496Z Compiling openapiv3 v2.2.0
17942026-08-31T14:11:29.496Z Compiling peg-runtime v0.8.5
17952026-08-31T14:11:29.645Z Compiling lalrpop-util v0.19.12
17962026-08-31T14:11:29.756Z Compiling thread_local v1.1.9
17972026-08-31T14:11:29.756Z Compiling slog-async v2.8.0
17982026-08-31T14:11:29.756Z Compiling crossbeam-channel v0.5.15
17992026-08-31T14:11:29.838Z Compiling is-terminal v0.4.17
18002026-08-31T14:11:29.838Z Compiling filetime v0.2.27
18012026-08-31T14:11:29.929Z Compiling take_mut v0.2.2
18022026-08-31T14:11:29.930Z Compiling xattr v1.6.1
18032026-08-31T14:11:30.090Z Compiling term v1.2.1
18042026-08-31T14:11:30.090Z Compiling tar v0.4.46
18052026-08-31T14:11:30.090Z Compiling camino-tempfile v1.4.1
18062026-08-31T14:11:30.212Z Compiling slog-term v2.9.2
18072026-08-31T14:11:36.348Z Compiling rustls-webpki v0.103.13
18082026-08-31T14:11:39.010Z Compiling tokio-rustls v0.26.4
18092026-08-31T14:11:39.010Z Compiling rustls-platform-verifier v0.6.2
18102026-08-31T14:11:39.010Z Compiling tough v0.22.0
18112026-08-31T14:11:39.230Z Compiling hyper-rustls v0.27.7
18122026-08-31T14:11:39.418Z Compiling reqwest v0.13.2
18132026-08-31T14:11:41.614Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-08-31T14:11:41.825Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-08-31T14:11:44.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18162026-08-31T14:11:44.865Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18172026-08-31T14:11:44.922ZAug 31 14:11:43.489 INFO Starting download, target: Cockroach
18182026-08-31T14:11:44.922ZAug 31 14:11:43.489 INFO Starting download, target: Console
18192026-08-31T14:11:44.928ZAug 31 14:11:43.490 INFO Starting download, target: Clickhouse
18202026-08-31T14:11:44.928ZAug 31 14:11:43.490 INFO Starting download, target: DendriteStub
18212026-08-31T14:11:44.928ZAug 31 14:11:43.490 INFO Starting download, target: MaghemiteMgd
18222026-08-31T14:11:44.928ZAug 31 14:11:43.490 INFO Starting download, target: MaghemiteDdmd
18232026-08-31T14:11:44.928ZAug 31 14:11:43.490 INFO Starting download, target: TransceiverControl
18242026-08-31T14:11:44.928ZAug 31 14:11:43.490 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18252026-08-31T14:11:44.928ZAug 31 14:11:43.490 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18262026-08-31T14:11:44.928ZAug 31 14:11:43.490 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18272026-08-31T14:11:44.928ZAug 31 14:11:43.490 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18282026-08-31T14:11:44.928ZAug 31 14:11:43.490 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18292026-08-31T14:11:44.929ZAug 31 14:11:43.490 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18302026-08-31T14:11:44.929ZAug 31 14:11:43.490 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18312026-08-31T14:11:45.366ZAug 31 14:11:43.906 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18322026-08-31T14:11:45.556ZAug 31 14:11:44.111 INFO Download complete, target: TransceiverControl
18332026-08-31T14:11:46.694ZAug 31 14:11:45.246 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18342026-08-31T14:11:46.735ZAug 31 14:11:45.287 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18352026-08-31T14:11:46.994ZAug 31 14:11:45.524 INFO Download complete, target: Console
18362026-08-31T14:11:50.098ZAug 31 14:11:48.652 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18372026-08-31T14:11:50.188ZAug 31 14:11:48.751 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18382026-08-31T14:11:50.284ZAug 31 14:11:48.853 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18392026-08-31T14:11:51.838ZAug 31 14:11:50.409 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18402026-08-31T14:11:51.838ZAug 31 14:11:50.409 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18412026-08-31T14:11:52.048ZAug 31 14:11:50.618 INFO Download complete, target: MaghemiteDdmd
18422026-08-31T14:11:52.620ZAug 31 14:11:51.191 INFO Download complete, target: DendriteStub
18432026-08-31T14:11:52.820ZAug 31 14:11:51.391 INFO Download complete, target: MaghemiteMgd
18442026-08-31T14:11:53.227ZAug 31 14:11:51.798 INFO Checking that binary works, target: Clickhouse
18452026-08-31T14:11:53.336ZAug 31 14:11:51.907 INFO Download complete, target: Clickhouse
18462026-08-31T14:11:56.260ZAug 31 14:11:54.831 INFO Checking that binary works, target: Cockroach
18472026-08-31T14:11:56.372ZAug 31 14:11:54.943 INFO Download complete, target: Cockroach
18482026-08-31T14:11:56.386ZAll builder prerequisites installed successfully, and PATH looks valid
18492026-08-31T14:11:56.390Z
18502026-08-31T14:11:56.390Zreal 2:14.274880438
18512026-08-31T14:11:56.390Zuser 7:18.568290750
18522026-08-31T14:11:56.390Zsys 1:26.054905322
18532026-08-31T14:11:56.390Ztrap 0.251904584
18542026-08-31T14:11:56.390Ztflt 0.502040302
18552026-08-31T14:11:56.390Zdflt 0.934233441
18562026-08-31T14:11:56.390Zkflt 0.030244229
18572026-08-31T14:11:56.390Zlock 27:58.460052360
18582026-08-31T14:11:56.390Zslp 22:12.038561338
18592026-08-31T14:11:56.390Zlat 48.251294152
18602026-08-31T14:11:56.391Zstop 2:38.741812386
18612026-08-31T14:11:56.391Z+ banner clippy
18622026-08-31T14:11:56.391Z
18632026-08-31T14:11:56.391Z #### # # ##### ##### # #
18642026-08-31T14:11:56.391Z # # # # # # # # # #
18652026-08-31T14:11:56.391Z # # # # # # # #
18662026-08-31T14:11:56.391Z # # # ##### ##### #
18672026-08-31T14:11:56.391Z # # # # # # #
18682026-08-31T14:11:56.391Z #### ###### # # # #
18692026-08-31T14:11:56.391Z
18702026-08-31T14:11:56.391Z+ export CARGO_INCREMENTAL=0
18712026-08-31T14:11:56.391Z+ CARGO_INCREMENTAL=0
18722026-08-31T14:11:56.391Z+ ptime -m cargo xtask clippy
18732026-08-31T14:11:56.856Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18742026-08-31T14:11:57.138Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18752026-08-31T14:11:58.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
18762026-08-31T14:11:58.981Z Running `target/debug/xtask clippy`
18772026-08-31T14:11:59.009Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18782026-08-31T14:11:59.573Z Downloading crates ...
18792026-08-31T14:11:59.746Z Downloaded criterion-plot v0.6.0
18802026-08-31T14:11:59.749Z Downloaded blake2b_simd v1.0.4
18812026-08-31T14:11:59.749Z Downloaded assert-json-diff v2.0.2
18822026-08-31T14:11:59.749Z Downloaded approx v0.5.1
18832026-08-31T14:11:59.749Z Downloaded constant_time_eq v0.3.1
18842026-08-31T14:11:59.752Z Downloaded cast v0.3.0
18852026-08-31T14:11:59.753Z Downloaded async-lock v3.4.2
18862026-08-31T14:11:59.753Z Downloaded async-object-pool v0.2.0
18872026-08-31T14:11:59.753Z Downloaded anes v0.1.6
18882026-08-31T14:11:59.756Z Downloaded concurrent-queue v2.5.0
18892026-08-31T14:11:59.756Z Downloaded assert_cmd v2.1.2
18902026-08-31T14:11:59.756Z Downloaded cfg-expr v0.20.6
18912026-08-31T14:11:59.759Z Downloaded datatest-stable v0.3.3
18922026-08-31T14:11:59.762Z Downloaded criterion v0.7.0
18932026-08-31T14:11:59.765Z Downloaded fancy-regex v0.14.0
18942026-08-31T14:11:59.765Z Downloaded escape8259 v0.5.3
18952026-08-31T14:11:59.768Z Downloaded event-listener-strategy v0.5.4
18962026-08-31T14:11:59.768Z Downloaded futures-timer v3.0.3
18972026-08-31T14:11:59.768Z Downloaded event-listener v5.4.1
18982026-08-31T14:11:59.768Z Downloaded guppy-workspace-hack v0.1.0
18992026-08-31T14:11:59.768Z Downloaded guppy v0.17.25
19002026-08-31T14:11:59.771Z Downloaded hex-literal v0.4.1
19012026-08-31T14:11:59.774Z Downloaded hickory-client v0.25.2
19022026-08-31T14:11:59.774Z Downloaded httptest v0.16.4
19032026-08-31T14:11:59.774Z Downloaded miette-derive v5.10.0
19042026-08-31T14:11:59.777Z Downloaded knuffel-derive v3.2.0
19052026-08-31T14:11:59.777Z Downloaded linkme-impl v0.3.35
19062026-08-31T14:11:59.777Z Downloaded nested v0.1.1
19072026-08-31T14:11:59.778Z Downloaded knuffel v3.2.0
19082026-08-31T14:11:59.782Z Downloaded libtest-mimic v0.8.1
19092026-08-31T14:11:59.782Z Downloaded linkme v0.3.35
19102026-08-31T14:11:59.782Z Downloaded parking v2.2.1
19112026-08-31T14:11:59.786Z Downloaded miette v5.10.0
19122026-08-31T14:11:59.786Z Downloaded pathdiff v0.2.3
19132026-08-31T14:11:59.786Z Downloaded oorandom v11.1.5
19142026-08-31T14:11:59.786Z Downloaded owo-colors v3.5.0
19152026-08-31T14:11:59.794Z Downloaded plotters-svg v0.3.7
19162026-08-31T14:11:59.794Z Downloaded plotters-backend v0.3.7
19172026-08-31T14:11:59.794Z Downloaded partial-io v0.5.4
19182026-08-31T14:11:59.794Z Downloaded path-tree v0.8.3
19192026-08-31T14:11:59.794Z Downloaded relative-path v1.9.3
19202026-08-31T14:11:59.794Z Downloaded rust-argon2 v2.1.0
19212026-08-31T14:11:59.797Z Downloaded rstest v0.25.0
19222026-08-31T14:11:59.797Z Downloaded rand_distr v0.5.1
19232026-08-31T14:11:59.798Z Downloaded serde_regex v1.1.0
19242026-08-31T14:11:59.798Z Downloaded rstest_macros v0.25.0
19252026-08-31T14:11:59.798Z Downloaded plotters v0.3.7
19262026-08-31T14:11:59.801Z Downloaded similar-asserts v1.7.0
19272026-08-31T14:11:59.804Z Downloaded supports-color v2.1.0
19282026-08-31T14:11:59.804Z Downloaded supports-unicode v2.1.0
19292026-08-31T14:11:59.804Z Downloaded supports-hyperlinks v2.1.0
19302026-08-31T14:11:59.804Z Downloaded target-triple v1.0.0
19312026-08-31T14:11:59.807Z Downloaded stringmetrics v2.2.2
19322026-08-31T14:11:59.807Z Downloaded terminal_size v0.1.17
19332026-08-31T14:11:59.807Z Downloaded target-lexicon v0.13.3
19342026-08-31T14:11:59.807Z Downloaded target-spec v3.5.7
19352026-08-31T14:11:59.811Z Downloaded tinytemplate v1.2.1
19362026-08-31T14:11:59.811Z Downloaded termcolor v1.4.1
19372026-08-31T14:11:59.811Z Downloaded textwrap v0.15.2
19382026-08-31T14:11:59.811Z Downloaded trybuild v1.0.116
19392026-08-31T14:11:59.841Z Downloaded httpmock v0.8.3
19402026-08-31T14:12:01.660Z Checking cfg-if v1.0.4
19412026-08-31T14:12:02.030Z Checking serde_core v1.0.228
19422026-08-31T14:12:02.030Z Checking libc v0.2.185
19432026-08-31T14:12:02.107Z Checking memchr v2.8.0
19442026-08-31T14:12:02.149Z Checking smallvec v1.15.1
19452026-08-31T14:12:02.189Z Checking rand_core v0.10.0
19462026-08-31T14:12:02.221Z Checking itoa v1.0.17
19472026-08-31T14:12:02.266Z Checking subtle v2.6.1
19482026-08-31T14:12:02.273Z Checking libm v0.2.16
19492026-08-31T14:12:02.352Z Checking log v0.4.33
19502026-08-31T14:12:02.402Z Checking typenum v1.20.1
19512026-08-31T14:12:02.445Z Checking getrandom v0.4.3
19522026-08-31T14:12:02.445Z Checking errno v0.3.14
19532026-08-31T14:12:02.449Z Checking scopeguard v1.2.0
19542026-08-31T14:12:02.551Z Checking zmij v1.0.21
19552026-08-31T14:12:02.555Z Checking stable_deref_trait v1.2.1
19562026-08-31T14:12:02.628Z Checking zerofrom v0.1.6
19572026-08-31T14:12:02.667Z Checking lock_api v0.4.14
19582026-08-31T14:12:02.708Z Checking percent-encoding v2.3.2
19592026-08-31T14:12:02.746Z Checking writeable v0.6.2
19602026-08-31T14:12:02.782Z Checking yoke v0.8.1
19612026-08-31T14:12:02.818Z Checking litemap v0.8.1
19622026-08-31T14:12:02.875Z Checking icu_normalizer_data v2.1.1
19632026-08-31T14:12:02.911Z Checking icu_properties_data v2.1.2
19642026-08-31T14:12:02.949Z Checking form_urlencoded v1.2.2
19652026-08-31T14:12:02.988Z Checking zerovec v0.11.5
19662026-08-31T14:12:03.023Z Checking zerotrie v0.2.3
19672026-08-31T14:12:03.026Z Checking num-traits v0.2.19
19682026-08-31T14:12:03.096Z Checking utf8_iter v1.0.4
19692026-08-31T14:12:03.136Z Checking zerocopy v0.8.55
19702026-08-31T14:12:03.139Z Checking portable-atomic v1.13.1
19712026-08-31T14:12:03.209Z Checking critical-section v1.2.0
19722026-08-31T14:12:03.249Z Checking pin-project-lite v0.2.17
19732026-08-31T14:12:03.304Z Checking parking_lot_core v0.9.12
19742026-08-31T14:12:03.378Z Checking signal-hook-registry v1.4.8
19752026-08-31T14:12:03.423Z Checking mio v1.2.0
19762026-08-31T14:12:03.462Z Checking tinystr v0.8.2
19772026-08-31T14:12:03.521Z Checking potential_utf v0.1.4
19782026-08-31T14:12:03.580Z Checking parking_lot v0.12.5
19792026-08-31T14:12:03.618Z Checking serde v1.0.228
19802026-08-31T14:12:03.618Z Checking bitflags v2.11.0
19812026-08-31T14:12:03.691Z Checking serde_json v1.0.151
19822026-08-31T14:12:03.694Z Checking icu_locale_core v2.1.1
19832026-08-31T14:12:03.694Z Checking icu_collections v2.1.1
19842026-08-31T14:12:03.796Z Checking once_cell v1.21.3
19852026-08-31T14:12:03.834Z Checking iana-time-zone v0.1.65
19862026-08-31T14:12:03.880Z Checking uuid v1.23.4
19872026-08-31T14:12:03.975Z Checking socket2 v0.6.3
19882026-08-31T14:12:04.025Z Checking semver v1.0.28
19892026-08-31T14:12:04.088Z Checking zeroize v1.9.0
19902026-08-31T14:12:04.127Z Checking bytes v1.11.1
19912026-08-31T14:12:04.234Z Checking chrono v0.4.45
19922026-08-31T14:12:04.286Z Checking thiserror v2.0.18
19932026-08-31T14:12:04.330Z Checking icu_provider v2.1.1
19942026-08-31T14:12:04.374Z Checking dyn-clone v1.0.20
19952026-08-31T14:12:04.430Z Checking rustix v1.1.4
19962026-08-31T14:12:04.434Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19972026-08-31T14:12:04.434Z Checking futures-core v0.3.32
19982026-08-31T14:12:04.539Z Checking equivalent v1.0.2
19992026-08-31T14:12:04.580Z Checking tokio v1.52.1
20002026-08-31T14:12:04.583Z Checking icu_properties v2.1.2
20012026-08-31T14:12:04.653Z Checking icu_normalizer v2.1.1
20022026-08-31T14:12:04.656Z Checking getrandom v0.2.17
20032026-08-31T14:12:04.779Z Checking cmov v0.5.4
20042026-08-31T14:12:04.863Z Checking rand_core v0.6.4
20052026-08-31T14:12:04.986Z Checking futures-sink v0.3.32
20062026-08-31T14:12:05.023Z Checking ctutils v0.4.2
20072026-08-31T14:12:05.068Z Checking byteorder v1.5.0
20082026-08-31T14:12:05.104Z Checking getrandom v0.3.4
20092026-08-31T14:12:05.141Z Checking futures-channel v0.3.32
20102026-08-31T14:12:05.256Z Checking hybrid-array v0.4.13
20112026-08-31T14:12:05.293Z Checking futures-io v0.3.32
20122026-08-31T14:12:05.297Z Checking futures-task v0.3.32
20132026-08-31T14:12:05.297Z Checking slab v0.4.12
20142026-08-31T14:12:05.395Z Checking fnv v1.0.7
20152026-08-31T14:12:05.434Z Checking regex-syntax v0.8.10
20162026-08-31T14:12:05.473Z Checking idna_adapter v1.2.1
20172026-08-31T14:12:05.511Z Checking generic-array v0.14.7
20182026-08-31T14:12:05.514Z Checking hashbrown v0.17.0
20192026-08-31T14:12:05.581Z Checking futures-util v0.3.32
20202026-08-31T14:12:05.618Z Checking idna v1.1.0
20212026-08-31T14:12:05.884Z Checking url v2.5.8
20222026-08-31T14:12:05.925Z Checking ppv-lite86 v0.2.21
20232026-08-31T14:12:05.987Z Checking thiserror v1.0.69
20242026-08-31T14:12:06.026Z Checking crypto-common v0.2.2
20252026-08-31T14:12:06.029Z Checking indexmap v2.14.0
20262026-08-31T14:12:06.117Z Checking base64ct v1.8.3
20272026-08-31T14:12:06.239Z Checking const-oid v0.9.6
20282026-08-31T14:12:06.347Z Checking schemars v0.8.22
20292026-08-31T14:12:06.385Z Checking crypto-common v0.1.7
20302026-08-31T14:12:06.542Z Checking block-buffer v0.12.1
20312026-08-31T14:12:06.644Z Checking base64 v0.22.1
20322026-08-31T14:12:06.647Z Checking block-buffer v0.10.4
20332026-08-31T14:12:06.733Z Checking rand_core v0.9.5
20342026-08-31T14:12:06.736Z Checking erased-serde v0.3.31
20352026-08-31T14:12:06.849Z Checking utf8parse v0.2.2
20362026-08-31T14:12:06.925Z Checking anstyle v1.0.14
20372026-08-31T14:12:06.942Z Checking digest v0.10.7
20382026-08-31T14:12:06.945Z Checking rand_chacha v0.9.0
20392026-08-31T14:12:07.013Z Checking http v1.4.2
20402026-08-31T14:12:07.017Z Checking tracing-core v0.1.36
20412026-08-31T14:12:07.106Z Checking is_terminal_polyfill v1.70.2
20422026-08-31T14:12:07.164Z Checking colorchoice v1.0.4
20432026-08-31T14:12:07.202Z Checking slog v2.8.2
20442026-08-31T14:12:07.213Z Checking rand v0.9.2
20452026-08-31T14:12:07.272Z Checking const-oid v0.10.2
20462026-08-31T14:12:07.310Z Checking anstyle-query v1.1.5
20472026-08-31T14:12:07.378Z Checking tracing v0.1.44
20482026-08-31T14:12:07.432Z Checking fastrand v2.3.0
20492026-08-31T14:12:07.471Z Checking terminal_size v0.4.3
20502026-08-31T14:12:07.475Z Checking anstyle-parse v1.0.0
20512026-08-31T14:12:07.511Z Checking ipnet v2.12.0
20522026-08-31T14:12:07.589Z Checking aho-corasick v1.1.4
20532026-08-31T14:12:07.627Z Checking clap_lex v1.0.0
20542026-08-31T14:12:07.630Z Checking strsim v0.11.1
20552026-08-31T14:12:07.697Z Checking tempfile v3.27.0
20562026-08-31T14:12:07.701Z Checking anstream v1.0.0
20572026-08-31T14:12:07.769Z Checking unicode-ident v1.0.24
20582026-08-31T14:12:07.773Z Checking tokio-util v0.7.18
20592026-08-31T14:12:07.845Z Checking digest v0.11.3
20602026-08-31T14:12:07.852Z Checking ipnetwork v0.21.1
20612026-08-31T14:12:07.852Z Checking crossbeam-utils v0.8.21
20622026-08-31T14:12:07.946Z Checking proc-macro2 v1.0.106
20632026-08-31T14:12:07.949Z Checking clap_builder v4.6.0
20642026-08-31T14:12:07.949Z Checking allocator-api2 v0.2.21
20652026-08-31T14:12:08.051Z Checking cpufeatures v0.3.0
20662026-08-31T14:12:08.108Z Checking powerfmt v0.2.0
20672026-08-31T14:12:08.153Z Checking httparse v1.10.1
20682026-08-31T14:12:08.268Z Checking num_threads v0.1.7
20692026-08-31T14:12:08.314Z Checking deranged v0.5.8
20702026-08-31T14:12:08.318Z Checking regex-automata v0.4.14
20712026-08-31T14:12:08.318Z Checking quote v1.0.45
20722026-08-31T14:12:08.318Z Checking cpufeatures v0.2.17
20732026-08-31T14:12:08.451Z Checking num-conv v0.2.0
20742026-08-31T14:12:08.454Z Checking time-core v0.1.8
20752026-08-31T14:12:08.455Z Checking anyhow v1.0.104
20762026-08-31T14:12:08.557Z Checking rustls-pki-types v1.14.0
20772026-08-31T14:12:08.597Z Checking aws-lc-sys v0.40.0
20782026-08-31T14:12:08.636Z Checking syn v2.0.117
20792026-08-31T14:12:08.672Z Checking untrusted v0.7.1
20802026-08-31T14:12:08.742Z Checking http-body v1.0.1
20812026-08-31T14:12:08.810Z Checking atomic-waker v1.1.2
20822026-08-31T14:12:08.872Z Checking hex v0.4.3
20832026-08-31T14:12:08.914Z Checking try-lock v0.2.5
20842026-08-31T14:12:08.948Z Checking simd-adler32 v0.3.8
20852026-08-31T14:12:09.037Z Checking httpdate v1.0.3
20862026-08-31T14:12:09.115Z Checking aws-lc-rs v1.16.3
20872026-08-31T14:12:09.119Z Checking want v0.3.1
20882026-08-31T14:12:09.186Z Checking h2 v0.4.15
20892026-08-31T14:12:09.222Z Checking oxnet v0.1.6
20902026-08-31T14:12:09.257Z Checking time v0.3.47
20912026-08-31T14:12:09.295Z Checking clap v4.6.1
20922026-08-31T14:12:09.332Z Checking spin v0.9.8
20932026-08-31T14:12:09.401Z Checking untrusted v0.9.0
20942026-08-31T14:12:09.505Z Checking tower-service v0.3.3
20952026-08-31T14:12:09.543Z Checking tower-layer v0.3.3
20962026-08-31T14:12:09.546Z Checking adler2 v2.0.1
20972026-08-31T14:12:09.626Z Checking ryu v1.0.23
20982026-08-31T14:12:09.711Z Checking miniz_oxide v0.8.9
20992026-08-31T14:12:09.748Z Checking pem-rfc7468 v0.7.0
21002026-08-31T14:12:09.805Z Checking unicode-width v0.2.0
21012026-08-31T14:12:09.936Z Checking flagset v0.4.7
21022026-08-31T14:12:09.973Z Checking rustls-webpki v0.103.13
21032026-08-31T14:12:10.080Z Checking block-padding v0.4.2
21042026-08-31T14:12:10.089Z Checking der v0.7.10
21052026-08-31T14:12:10.092Z Checking camino v1.2.5
21062026-08-31T14:12:10.227Z Checking socket2 v0.5.10
21072026-08-31T14:12:10.296Z Checking mime v0.3.17
21082026-08-31T14:12:10.407Z Checking inout v0.2.2
21092026-08-31T14:12:10.446Z Checking pretty-hex v0.4.1
21102026-08-31T14:12:10.449Z Checking rustls v0.23.41
21112026-08-31T14:12:10.517Z Checking http-body-util v0.1.3
21122026-08-31T14:12:10.553Z Checking plain v0.2.3
21132026-08-31T14:12:10.588Z Checking cipher v0.5.2
21142026-08-31T14:12:10.624Z Checking rand_chacha v0.3.1
21152026-08-31T14:12:10.681Z Checking bit-vec v0.8.0
21162026-08-31T14:12:10.755Z Checking openssl-probe v0.2.1
21172026-08-31T14:12:10.851Z Checking ucd-trie v0.1.7
21182026-08-31T14:12:10.854Z Checking rand v0.8.6
21192026-08-31T14:12:10.889Z Checking regex v1.12.3
21202026-08-31T14:12:10.958Z Checking bit-set v0.8.0
21212026-08-31T14:12:10.958Z Checking serde_urlencoded v0.7.1
21222026-08-31T14:12:10.962Z Checking spki v0.7.3
21232026-08-31T14:12:11.058Z Checking pest v2.8.6
21242026-08-31T14:12:11.131Z Checking wait-timeout v0.2.1
21252026-08-31T14:12:11.189Z Checking encoding_rs v0.8.35
21262026-08-31T14:12:11.226Z Checking futures-executor v0.3.32
21272026-08-31T14:12:11.263Z Checking crc32fast v1.5.0
21282026-08-31T14:12:11.301Z Checking quick-error v1.2.3
21292026-08-31T14:12:11.405Z Checking futures v0.3.32
21302026-08-31T14:12:11.441Z Checking rusty-fork v0.3.1
21312026-08-31T14:12:11.446Z Checking rand_xorshift v0.4.0
21322026-08-31T14:12:11.446Z Checking either v1.15.0
21332026-08-31T14:12:11.545Z Checking unarray v0.1.4
21342026-08-31T14:12:11.643Z Checking pkcs8 v0.10.2
21352026-08-31T14:12:11.681Z Checking sync_wrapper v1.0.2
21362026-08-31T14:12:11.684Z Checking proptest v1.11.0
21372026-08-31T14:12:11.752Z Checking foldhash v0.2.0
21382026-08-31T14:12:11.817Z Checking tower v0.5.3
21392026-08-31T14:12:11.855Z Checking iri-string v0.7.10
21402026-08-31T14:12:11.934Z Checking zlib-rs v0.6.2
21412026-08-31T14:12:11.998Z Checking hyper v1.10.1
21422026-08-31T14:12:12.124Z Checking hashbrown v0.16.1
21432026-08-31T14:12:12.162Z Checking sha2 v0.10.9
21442026-08-31T14:12:12.232Z Checking openapiv3 v2.2.0
21452026-08-31T14:12:12.454Z Checking static_assertions v1.1.0
21462026-08-31T14:12:12.558Z Checking lazy_static v1.5.0
21472026-08-31T14:12:12.639Z Checking tinyvec_macros v0.1.1
21482026-08-31T14:12:12.679Z Checking rustls-native-certs v0.8.3
21492026-08-31T14:12:12.721Z Checking tokio-rustls v0.26.4
21502026-08-31T14:12:12.759Z Checking tinyvec v1.10.0
21512026-08-31T14:12:12.827Z Checking flate2 v1.1.9
21522026-08-31T14:12:12.864Z Checking hubpack v0.1.2
21532026-08-31T14:12:12.901Z Checking tower-http v0.6.8
21542026-08-31T14:12:12.939Z Checking hyper-util v0.1.20
21552026-08-31T14:12:12.984Z Checking psl-types v2.0.11
21562026-08-31T14:12:13.057Z Checking cookie v0.18.1
21572026-08-31T14:12:13.095Z Checking signature v2.2.0
21582026-08-31T14:12:13.129Z Checking publicsuffix v2.3.0
21592026-08-31T14:12:13.166Z Checking num-integer v0.1.46
21602026-08-31T14:12:13.206Z Checking strum v0.26.3
21612026-08-31T14:12:13.253Z Checking rustls-platform-verifier v0.6.2
21622026-08-31T14:12:13.323Z Checking ahash v0.8.12
21632026-08-31T14:12:13.326Z Checking cookie_store v0.22.1
21642026-08-31T14:12:13.395Z Checking scroll v0.13.0
21652026-08-31T14:12:13.432Z Checking unicode-width v0.1.14
21662026-08-31T14:12:13.435Z Checking toml_datetime v0.6.11
21672026-08-31T14:12:13.538Z Checking newtype-uuid v1.3.2
21682026-08-31T14:12:13.576Z Checking serde_spanned v0.6.9
21692026-08-31T14:12:13.579Z Checking memmap2 v0.9.10
21702026-08-31T14:12:13.647Z Checking goblin v0.10.5
21712026-08-31T14:12:13.683Z Checking data-encoding v2.10.0
21722026-08-31T14:12:13.719Z Checking dtrace-parser v0.3.0
21732026-08-31T14:12:13.722Z Checking bstr v1.12.1
21742026-08-31T14:12:13.791Z Checking daft v0.1.8
21752026-08-31T14:12:13.794Z Checking hmac v0.12.1
21762026-08-31T14:12:13.859Z Checking thread-id v5.1.0
21772026-08-31T14:12:13.965Z Checking base64 v0.21.7
21782026-08-31T14:12:13.969Z Checking x509-cert v0.2.5
21792026-08-31T14:12:14.037Z Checking crossbeam-epoch v0.9.18
21802026-08-31T14:12:14.040Z Checking num-iter v0.1.45
21812026-08-31T14:12:14.107Z Checking memoffset v0.9.1
21822026-08-31T14:12:14.161Z Checking scroll v0.12.0
21832026-08-31T14:12:14.199Z Checking zerocopy v0.7.35
21842026-08-31T14:12:14.234Z Checking rustix v0.38.44
21852026-08-31T14:12:14.238Z Checking hyper-rustls v0.27.7
21862026-08-31T14:12:14.238Z Checking env_filter v2.0.0
21872026-08-31T14:12:14.339Z Checking unicode-linebreak v0.1.5
21882026-08-31T14:12:14.407Z Checking goblin v0.8.2
21892026-08-31T14:12:14.445Z Checking smawk v0.3.2
21902026-08-31T14:12:14.535Z Checking reqwest v0.13.2
21912026-08-31T14:12:14.573Z Checking unicode-segmentation v1.12.0
21922026-08-31T14:12:14.612Z Checking tap v1.0.1
21932026-08-31T14:12:14.666Z Checking env_logger v0.11.11
21942026-08-31T14:12:14.707Z Checking num-bigint-dig v0.8.6
21952026-08-31T14:12:14.745Z Checking wyz v0.5.1
21962026-08-31T14:12:14.887Z Checking dtrace-parser v0.2.0
21972026-08-31T14:12:14.926Z Checking pkcs1 v0.7.5
21982026-08-31T14:12:14.959Z Checking ff v0.13.1
21992026-08-31T14:12:15.048Z Checking radium v0.7.0
22002026-08-31T14:12:15.115Z Checking thread-id v4.2.2
22012026-08-31T14:12:15.153Z Checking base16ct v0.2.0
22022026-08-31T14:12:15.188Z Checking same-file v1.0.6
22032026-08-31T14:12:15.225Z Checking funty v2.0.0
22042026-08-31T14:12:15.263Z Checking winnow v1.0.3
22052026-08-31T14:12:15.303Z Checking crc-catalog v2.4.0
22062026-08-31T14:12:15.341Z Checking walkdir v2.5.0
22072026-08-31T14:12:15.393Z Checking sec1 v0.7.3
22082026-08-31T14:12:15.430Z Checking crc v3.4.0
22092026-08-31T14:12:15.521Z Checking rsa v0.9.10
22102026-08-31T14:12:15.560Z Checking bitvec v1.0.1
22112026-08-31T14:12:15.564Z Checking group v0.13.0
22122026-08-31T14:12:15.630Z Checking nix v0.31.2
22132026-08-31T14:12:15.633Z Checking hkdf v0.12.4
22142026-08-31T14:12:15.765Z Checking unicode-normalization v0.1.25
22152026-08-31T14:12:15.829Z Checking crypto-bigint v0.5.5
22162026-08-31T14:12:15.932Z Checking dof v0.4.0
22172026-08-31T14:12:16.025Z Checking zerocopy v0.6.6
22182026-08-31T14:12:16.121Z Checking maybe-uninit v2.0.0
22192026-08-31T14:12:16.190Z Checking is_ci v1.2.0
22202026-08-31T14:12:16.228Z Checking winnow v0.5.40
22212026-08-31T14:12:16.303Z Checking dof v0.3.0
22222026-08-31T14:12:16.341Z Checking gimli v0.32.3
22232026-08-31T14:12:16.344Z Checking nodrop v0.1.14
22242026-08-31T14:12:16.489Z Checking foldhash v0.1.5
22252026-08-31T14:12:16.576Z Checking usdt-impl v0.6.0
22262026-08-31T14:12:16.614Z Checking usdt-impl v0.5.0
22272026-08-31T14:12:16.655Z Checking foreign-types-shared v0.1.1
22282026-08-31T14:12:16.749Z Checking elliptic-curve v0.13.8
22292026-08-31T14:12:16.787Z Checking foreign-types v0.3.2
22302026-08-31T14:12:16.832Z Checking hashbrown v0.15.5
22312026-08-31T14:12:16.879Z Checking array-init v0.0.4
22322026-08-31T14:12:16.919Z Checking usdt v0.6.0
22332026-08-31T14:12:16.922Z Checking packed_struct v0.10.1
22342026-08-31T14:12:16.922Z Checking smallvec v0.6.14
22352026-08-31T14:12:17.079Z Checking serde_with v3.21.0
22362026-08-31T14:12:17.117Z Checking bitfield v0.19.4
22372026-08-31T14:12:17.198Z Checking bzip2-sys v0.1.13+1.0.8
22382026-08-31T14:12:17.201Z Checking openssl-sys v0.9.117
22392026-08-31T14:12:17.309Z Checking object v0.37.3
22402026-08-31T14:12:17.313Z Checking hashbrown v0.12.3
22412026-08-31T14:12:17.381Z Checking toml_edit v0.19.15
22422026-08-31T14:12:17.418Z Checking bitflags v1.3.2
22432026-08-31T14:12:17.520Z Checking siphasher v1.0.2
22442026-08-31T14:12:17.627Z Checking keccak v0.1.6
22452026-08-31T14:12:17.703Z Checking rustc-demangle v0.1.27
22462026-08-31T14:12:17.771Z Checking indexmap v1.9.3
22472026-08-31T14:12:17.824Z Checking sha3 v0.10.8
22482026-08-31T14:12:17.888Z Checking addr2line v0.25.1
22492026-08-31T14:12:17.948Z Checking openssl v0.10.80
22502026-08-31T14:12:18.022Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22512026-08-31T14:12:18.061Z Checking bzip2 v0.4.4
22522026-08-31T14:12:18.107Z Checking serde-hex v0.1.0
22532026-08-31T14:12:18.172Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22542026-08-31T14:12:18.248Z Checking toml_parser v1.1.2+spec-1.1.0
22552026-08-31T14:12:18.367Z Checking ron v0.8.1
22562026-08-31T14:12:18.427Z Checking toml v0.7.8
22572026-08-31T14:12:18.575Z Checking hashbrown v0.13.2
22582026-08-31T14:12:18.613Z Checking itertools v0.13.0
22592026-08-31T14:12:18.770Z Checking signal-hook v0.3.18
22602026-08-31T14:12:18.903Z Checking crc-any v2.5.0
22612026-08-31T14:12:18.984Z Checking managed v0.8.0
22622026-08-31T14:12:19.029Z Checking object v0.30.4
22632026-08-31T14:12:19.105Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22642026-08-31T14:12:19.199Z Checking zip v0.6.6
22652026-08-31T14:12:19.298Z Checking globset v0.4.18
22662026-08-31T14:12:19.547Z Checking chacha20 v0.10.0
22672026-08-31T14:12:19.586Z Checking curve25519-dalek v4.1.3
22682026-08-31T14:12:19.625Z Checking path-slash v0.1.5
22692026-08-31T14:12:19.663Z Checking toml_write v0.1.2
22702026-08-31T14:12:19.667Z Checking backtrace v0.3.76
22712026-08-31T14:12:19.754Z Checking winnow v0.7.14
22722026-08-31T14:12:19.829Z Checking signal-hook-mio v0.2.5
22732026-08-31T14:12:19.867Z Checking textwrap v0.16.2
22742026-08-31T14:12:19.950Z Checking native-tls v0.2.18
22752026-08-31T14:12:19.988Z Checking ed25519 v2.2.3
22762026-08-31T14:12:20.025Z Checking backtrace-ext v0.2.1
22772026-08-31T14:12:20.104Z Checking ref-cast v1.0.25
22782026-08-31T14:12:20.160Z Checking pin-project v1.1.11
22792026-08-31T14:12:20.164Z Checking jiff-core v0.1.0
22802026-08-31T14:12:20.232Z Checking tokio-native-tls v0.3.1
22812026-08-31T14:12:20.236Z Checking pem v3.0.6
22822026-08-31T14:12:20.304Z Checking zstd-sys v2.0.16+zstd.1.5.7
22832026-08-31T14:12:20.380Z Checking ed25519-dalek v2.2.0
22842026-08-31T14:12:20.423Z Checking owo-colors v4.3.0
22852026-08-31T14:12:20.461Z Checking fixedbitset v0.5.7
22862026-08-31T14:12:20.464Z Checking zstd-safe v7.2.4
22872026-08-31T14:12:20.640Z Checking hyper-tls v0.6.0
22882026-08-31T14:12:20.687Z Checking petgraph v0.8.3
22892026-08-31T14:12:20.724Z Checking snafu v0.8.9
22902026-08-31T14:12:20.844Z Checking crossterm v0.28.1
22912026-08-31T14:12:20.894Z Checking jiff v0.2.34
22922026-08-31T14:12:20.953Z Checking toml_edit v0.22.27
22932026-08-31T14:12:21.000Z Checking supports-color v3.0.2
22942026-08-31T14:12:21.034Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22952026-08-31T14:12:21.038Z Checking similar v2.7.0
22962026-08-31T14:12:21.117Z Checking fs-err v3.3.0
22972026-08-31T14:12:21.155Z Checking hash32 v0.2.1
22982026-08-31T14:12:21.337Z Checking serde_plain v1.0.2
22992026-08-31T14:12:21.449Z Checking serde-big-array v0.5.1
23002026-08-31T14:12:21.484Z Checking unicode-bidi v0.3.18
23012026-08-31T14:12:21.520Z Checking libbz2-rs-sys v0.2.2
23022026-08-31T14:12:21.565Z Checking bumpalo v3.20.2
23032026-08-31T14:12:21.610Z Checking unicode-properties v0.1.4
23042026-08-31T14:12:21.789Z Checking typed-path v0.9.3
23052026-08-31T14:12:21.828Z Checking predicates-core v1.0.10
23062026-08-31T14:12:21.835Z Checking stringprep v0.1.5
23072026-08-31T14:12:21.920Z Checking bzip2 v0.6.1
23082026-08-31T14:12:21.980Z Checking zopfli v0.8.3
23092026-08-31T14:12:22.018Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23102026-08-31T14:12:22.057Z Checking heapless v0.7.17
23112026-08-31T14:12:22.060Z Checking reqwest v0.12.28
23122026-08-31T14:12:22.126Z Checking zstd v0.13.3
23132026-08-31T14:12:22.249Z Checking hickory-proto v0.25.2
23142026-08-31T14:12:22.327Z Checking byte-wrapper v0.1.0
23152026-08-31T14:12:22.365Z Checking md-5 v0.10.6
23162026-08-31T14:12:22.400Z Checking float-cmp v0.10.0
23172026-08-31T14:12:22.492Z Checking supports-hyperlinks v3.2.0
23182026-08-31T14:12:22.533Z Checking fallible-iterator v0.2.0
23192026-08-31T14:12:22.571Z Checking difflib v0.4.0
23202026-08-31T14:12:22.576Z Checking normalize-line-endings v0.3.0
23212026-08-31T14:12:22.576Z Checking supports-unicode v3.0.0
23222026-08-31T14:12:22.674Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23232026-08-31T14:12:22.726Z Checking smoltcp v0.9.1
23242026-08-31T14:12:22.774Z Checking miette v7.6.0
23252026-08-31T14:12:22.777Z Checking predicates v3.1.4
23262026-08-31T14:12:22.845Z Checking postgres-protocol v0.6.10
23272026-08-31T14:12:22.848Z Checking zip v4.6.1
23282026-08-31T14:12:22.848Z Checking iddqd v0.4.2
23292026-08-31T14:12:23.124Z Checking phf_shared v0.13.1
23302026-08-31T14:12:23.182Z Checking phf_shared v0.11.3
23312026-08-31T14:12:23.277Z Checking olpc-cjson v0.1.4
23322026-08-31T14:12:23.317Z Checking tokio-stream v0.1.18
23332026-08-31T14:12:23.353Z Checking derive_more v2.1.1
23342026-08-31T14:12:23.357Z Checking strum v0.27.2
23352026-08-31T14:12:23.424Z Checking new_debug_unreachable v1.0.6
23362026-08-31T14:12:23.462Z Checking precomputed-hash v0.1.1
23372026-08-31T14:12:23.498Z Checking lalrpop-util v0.19.12
23382026-08-31T14:12:23.502Z Checking fixedbitset v0.4.2
23392026-08-31T14:12:23.572Z Checking tough v0.22.0
23402026-08-31T14:12:23.576Z Checking string_cache v0.8.9
23412026-08-31T14:12:23.605Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23422026-08-31T14:12:23.689Z Checking phf v0.13.1
23432026-08-31T14:12:23.727Z Checking petgraph v0.6.5
23442026-08-31T14:12:23.730Z Checking postgres-types v0.2.12
23452026-08-31T14:12:23.800Z Checking buf-list v1.1.2
23462026-08-31T14:12:23.843Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23472026-08-31T14:12:23.882Z Checking peg-runtime v0.8.5
23482026-08-31T14:12:24.008Z Checking whoami v2.1.0
23492026-08-31T14:12:24.089Z Checking is-terminal v0.4.17
23502026-08-31T14:12:24.134Z Checking crossbeam-channel v0.5.15
23512026-08-31T14:12:24.175Z Checking thread_local v1.1.9
23522026-08-31T14:12:24.212Z Checking take_mut v0.2.2
23532026-08-31T14:12:24.248Z Checking tokio-postgres v0.7.16
23542026-08-31T14:12:24.344Z Checking term v1.2.1
23552026-08-31T14:12:24.381Z Compiling newtype-uuid-macros v0.1.0
23562026-08-31T14:12:24.496Z Checking slog-async v2.8.0
23572026-08-31T14:12:24.589Z Checking slog-term v2.9.2
23582026-08-31T14:12:24.703Z Compiling multer v3.1.0
23592026-08-31T14:12:24.882Z Compiling async-stream-impl v0.3.6
23602026-08-31T14:12:24.997Z Checking match_cfg v0.1.0
23612026-08-31T14:12:25.044Z Checking slog-json v2.6.1
23622026-08-31T14:12:25.048Z Compiling dropshot v0.17.1
23632026-08-31T14:12:25.115Z Checking hostname v0.3.1
23642026-08-31T14:12:25.153Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23652026-08-31T14:12:25.229Z Checking debug-ignore v1.0.5
23662026-08-31T14:12:25.267Z Checking slog-bunyan v2.5.0
23672026-08-31T14:12:25.360Z Compiling dropshot_endpoint v0.17.1
23682026-08-31T14:12:25.397Z Checking serde_path_to_error v0.1.20
23692026-08-31T14:12:25.434Z Checking sha1 v0.11.0
23702026-08-31T14:12:25.498Z Checking toml_datetime v1.1.1+spec-1.1.0
23712026-08-31T14:12:25.535Z Checking serde_spanned v1.1.1
23722026-08-31T14:12:25.615Z Checking toml_writer v1.1.1+spec-1.1.0
23732026-08-31T14:12:25.618Z Checking compression-core v0.4.31
23742026-08-31T14:12:25.688Z Checking async-stream v0.3.6
23752026-08-31T14:12:25.692Z Checking waitgroup v0.1.2
23762026-08-31T14:12:25.791Z Checking rustls-pemfile v2.2.0
23772026-08-31T14:12:25.826Z Checking compression-codecs v0.4.37
23782026-08-31T14:12:25.829Z Checking toml v1.1.2+spec-1.1.0
23792026-08-31T14:12:25.895Z Checking hostname v0.4.2
23802026-08-31T14:12:25.929Z Checking progenitor-client v0.14.0
23812026-08-31T14:12:25.999Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23822026-08-31T14:12:26.002Z Checking atomicwrites v0.4.4
23832026-08-31T14:12:26.070Z Checking async-compression v0.4.41
23842026-08-31T14:12:26.073Z Compiling serde_tokenstream v0.3.0
23852026-08-31T14:12:26.146Z Compiling parse-display-derive v0.10.0
23862026-08-31T14:12:26.149Z Checking macaddr v1.0.1
23872026-08-31T14:12:26.221Z Checking regress v0.10.5
23882026-08-31T14:12:26.344Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23892026-08-31T14:12:26.396Z Checking instant v0.1.13
23902026-08-31T14:12:26.436Z Compiling oxide-generation-macros v0.2.0
23912026-08-31T14:12:26.473Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23922026-08-31T14:12:26.477Z Checking itertools v0.14.0
23932026-08-31T14:12:26.543Z Checking oxide-generation v0.1.3
23942026-08-31T14:12:26.612Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-08-31T14:12:26.778Z Checking backoff v0.4.0
23962026-08-31T14:12:26.815Z Checking backon v1.6.0
23972026-08-31T14:12:26.870Z Checking humantime v2.3.0
23982026-08-31T14:12:26.985Z Compiling convert_case v0.4.0
23992026-08-31T14:12:27.022Z Checking progenitor-extras v0.2.0
24002026-08-31T14:12:27.078Z Checking half v2.7.1
24012026-08-31T14:12:27.191Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24022026-08-31T14:12:27.271Z Checking ciborium-io v0.2.2
24032026-08-31T14:12:27.369Z Checking heck v0.5.0
24042026-08-31T14:12:27.405Z Checking ciborium-ll v0.2.2
24052026-08-31T14:12:27.408Z Compiling derive_more v0.99.20
24062026-08-31T14:12:27.474Z Checking secrecy v0.10.3
24072026-08-31T14:12:27.521Z Checking camino-tempfile v1.4.1
24082026-08-31T14:12:27.576Z Checking indent_write v2.2.0
24092026-08-31T14:12:27.613Z Checking ciborium v0.2.2
24102026-08-31T14:12:27.650Z Compiling crucible-workspace-hack v0.1.0
24112026-08-31T14:12:27.685Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24122026-08-31T14:12:27.721Z Checking inout v0.1.4
24132026-08-31T14:12:27.757Z Compiling regress v0.11.1
24142026-08-31T14:12:27.840Z Checking parse-display v0.10.0
24152026-08-31T14:12:27.911Z Checking cipher v0.4.4
24162026-08-31T14:12:28.006Z Checking universal-hash v0.5.1
24172026-08-31T14:12:28.043Z Compiling thiserror-impl-no-std v2.0.2
24182026-08-31T14:12:28.078Z Checking opaque-debug v0.3.1
24192026-08-31T14:12:28.083Z Checking blake2 v0.10.6
24202026-08-31T14:12:28.147Z Checking chacha20 v0.9.1
24212026-08-31T14:12:28.182Z Checking aead v0.5.2
24222026-08-31T14:12:28.216Z Checking poly1305 v0.8.0
24232026-08-31T14:12:28.349Z Checking password-hash v0.5.0
24242026-08-31T14:12:28.387Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24252026-08-31T14:12:28.390Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24262026-08-31T14:12:28.535Z Checking chacha20poly1305 v0.10.1
24272026-08-31T14:12:28.602Z Checking argon2 v0.5.3
24282026-08-31T14:12:28.697Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24292026-08-31T14:12:28.816Z Compiling unsafe-libyaml v0.2.11
24302026-08-31T14:12:28.962Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24312026-08-31T14:12:28.999Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24322026-08-31T14:12:29.200Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24332026-08-31T14:12:29.249Z Checking swrite v0.1.0
24342026-08-31T14:12:29.287Z Checking thiserror-no-std v2.0.2
24352026-08-31T14:12:29.370Z Compiling typify-impl v0.6.2
24362026-08-31T14:12:29.405Z Checking vsss-rs v3.3.4
24372026-08-31T14:12:29.604Z Compiling serde_yaml v0.9.34+deprecated
24382026-08-31T14:12:30.069Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-08-31T14:12:30.531Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24402026-08-31T14:12:30.655Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24412026-08-31T14:12:30.785Z Checking crossbeam-deque v0.8.6
24422026-08-31T14:12:30.821Z Compiling rayon-core v1.13.0
24432026-08-31T14:12:30.984Z Compiling num-derive v0.4.2
24442026-08-31T14:12:31.020Z Compiling toml_datetime v0.7.5+spec-1.1.0
24452026-08-31T14:12:31.089Z Compiling proc-macro-error v1.0.4
24462026-08-31T14:12:31.287Z Compiling toml_edit v0.23.10+spec-1.0.0
24472026-08-31T14:12:31.423Z Checking tabwriter v1.4.1
24482026-08-31T14:12:31.426Z Checking glob v0.3.3
24492026-08-31T14:12:31.493Z Checking rayon v1.11.0
24502026-08-31T14:12:31.598Z Compiling illumos-nvpair-sys v0.2.0
24512026-08-31T14:12:31.668Z Compiling itertools v0.15.0
24522026-08-31T14:12:31.715Z Compiling heapless v0.8.0
24532026-08-31T14:12:31.854Z Compiling proc-macro-crate v3.4.0
24542026-08-31T14:12:32.068Z Checking hash32 v0.3.1
24552026-08-31T14:12:32.223Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24562026-08-31T14:12:32.260Z Compiling smoltcp v0.11.0
24572026-08-31T14:12:32.341Z Checking colored v3.1.1
24582026-08-31T14:12:32.411Z Compiling num_enum_derive v0.7.6
24592026-08-31T14:12:32.496Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-08-31T14:12:32.579Z Checking illumos-nvpair v0.3.0
24612026-08-31T14:12:32.663Z Checking toml v0.8.23
24622026-08-31T14:12:32.761Z Checking cobs v0.3.0
24632026-08-31T14:12:32.936Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24642026-08-31T14:12:32.939Z Checking postcard v1.1.3
24652026-08-31T14:12:33.039Z Compiling ingot-macros v0.2.0
24662026-08-31T14:12:33.039Z Checking rand v0.10.1
24672026-08-31T14:12:33.185Z Compiling proc-macro-crate v1.3.1
24682026-08-31T14:12:33.320Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24692026-08-31T14:12:33.492Z Checking num_enum v0.7.6
24702026-08-31T14:12:33.558Z Checking sigpipe v0.1.3
24712026-08-31T14:12:33.605Z Compiling foreign-types-macros v0.2.3
24722026-08-31T14:12:33.640Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24732026-08-31T14:12:33.675Z Checking foreign-types-shared v0.3.1
24742026-08-31T14:12:33.678Z Compiling num_enum_derive v0.5.11
24752026-08-31T14:12:33.901Z Compiling typify-macro v0.6.2
24762026-08-31T14:12:33.971Z Checking cstr-argument v0.1.2
24772026-08-31T14:12:34.074Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24782026-08-31T14:12:34.121Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24792026-08-31T14:12:34.226Z Checking foreign-types v0.5.0
24802026-08-31T14:12:34.263Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24812026-08-31T14:12:34.333Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24822026-08-31T14:12:34.517Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24832026-08-31T14:12:34.553Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24842026-08-31T14:12:34.557Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24852026-08-31T14:12:34.620Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24862026-08-31T14:12:34.688Z Checking itertools v0.12.1
24872026-08-31T14:12:34.724Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24882026-08-31T14:12:34.768Z Checking num_enum v0.5.11
24892026-08-31T14:12:34.840Z Compiling zone_cfg_derive v0.3.1
24902026-08-31T14:12:34.908Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24912026-08-31T14:12:35.084Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24922026-08-31T14:12:35.119Z Compiling usdt-attr-macro v0.5.0
24932026-08-31T14:12:35.281Z Compiling usdt-macro v0.5.0
24942026-08-31T14:12:35.505Z Checking memmap v0.7.0
24952026-08-31T14:12:35.666Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24962026-08-31T14:12:35.668Z Compiling typify v0.6.2
24972026-08-31T14:12:35.772Z Checking zone v0.3.1
24982026-08-31T14:12:35.842Z Compiling progenitor-impl v0.14.0
24992026-08-31T14:12:35.880Z Checking ingot-types v0.2.0
25002026-08-31T14:12:35.980Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25012026-08-31T14:12:36.061Z Checking usdt v0.5.0
25022026-08-31T14:12:36.158Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25032026-08-31T14:12:36.161Z Checking smf v0.2.3
25042026-08-31T14:12:36.226Z Checking whoami v1.6.1
25052026-08-31T14:12:36.262Z Compiling derive-where v1.6.0
25062026-08-31T14:12:36.266Z Checking ingot v0.2.1
25072026-08-31T14:12:36.400Z Checking tokio-dtrace v0.1.1
25082026-08-31T14:12:36.435Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25092026-08-31T14:12:36.470Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-08-31T14:12:36.613Z Checking oxide-tokio-rt v0.1.4
25112026-08-31T14:12:36.650Z Checking console v0.15.11
25122026-08-31T14:12:36.809Z Checking newline-converter v0.3.0
25132026-08-31T14:12:36.845Z Checking bytecount v0.6.9
25142026-08-31T14:12:36.948Z Checking num-rational v0.4.2
25152026-08-31T14:12:36.951Z Checking expectorate v1.2.0
25162026-08-31T14:12:37.019Z Checking num-complex v0.4.6
25172026-08-31T14:12:37.142Z Compiling cancel-safe-futures v0.1.5
25182026-08-31T14:12:37.249Z Checking float-ord v0.3.2
25192026-08-31T14:12:37.368Z Checking num v0.4.3
25202026-08-31T14:12:37.404Z Checking linear-map v1.2.0
25212026-08-31T14:12:37.471Z Checking gethostname v0.5.0
25222026-08-31T14:12:37.588Z Compiling prettyplease v0.2.37
25232026-08-31T14:12:37.626Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25242026-08-31T14:12:37.629Z Checking oxide-update-engine-types v0.1.2
25252026-08-31T14:12:37.780Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25262026-08-31T14:12:37.899Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25272026-08-31T14:12:38.079Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25282026-08-31T14:12:38.187Z Checking resolv-conf v0.7.6
25292026-08-31T14:12:38.257Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25302026-08-31T14:12:38.473Z Checking papergrid v0.11.0
25312026-08-31T14:12:38.509Z Compiling progenitor-macro v0.14.0
25322026-08-31T14:12:38.546Z Compiling tabled_derive v0.7.0
25332026-08-31T14:12:38.649Z Checking oxide-update-engine v0.1.2
25342026-08-31T14:12:39.110Z Compiling slog-dtrace v0.3.0
25352026-08-31T14:12:39.146Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25362026-08-31T14:12:39.491Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25372026-08-31T14:12:39.537Z Checking tabled v0.15.0
25382026-08-31T14:12:39.840Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25392026-08-31T14:12:39.944Z Checking crossterm v0.29.0
25402026-08-31T14:12:39.979Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25412026-08-31T14:12:40.242Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25422026-08-31T14:12:40.756Z Checking fd-lock v4.0.4
25432026-08-31T14:12:41.255Z Checking vte v0.14.1
25442026-08-31T14:12:41.651Z Checking strip-ansi-escapes v0.2.1
25452026-08-31T14:12:42.597Z Checking linked-hash-map v0.5.6
25462026-08-31T14:12:42.794Z Checking nu-ansi-term v0.50.3
25472026-08-31T14:12:42.830Z Checking termtree v0.5.1
25482026-08-31T14:12:42.870Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25492026-08-31T14:12:42.961Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25502026-08-31T14:12:42.998Z Checking lru-cache v0.1.2
25512026-08-31T14:12:43.033Z Checking reedline v0.40.0
25522026-08-31T14:12:43.257Z Checking hickory-proto v0.24.4
25532026-08-31T14:12:43.312Z Compiling minimal-lexical v0.2.1
25542026-08-31T14:12:43.424Z Checking progenitor v0.14.0
25552026-08-31T14:12:43.631Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25562026-08-31T14:12:43.742Z Compiling nom v7.1.3
25572026-08-31T14:12:44.219Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25582026-08-31T14:12:45.104Z Compiling unicode-xid v0.2.6
25592026-08-31T14:12:45.142Z Checking display-error-chain v0.2.2
25602026-08-31T14:12:45.218Z Checking hickory-resolver v0.24.4
25612026-08-31T14:12:45.266Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25622026-08-31T14:12:45.595Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25632026-08-31T14:12:45.876Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25642026-08-31T14:12:45.915Z Compiling ar_archive_writer v0.5.1
25652026-08-31T14:12:45.951Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25662026-08-31T14:12:45.986Z Checking qorb v0.4.1
25672026-08-31T14:12:45.989Z Checking csv-core v0.1.13
25682026-08-31T14:12:46.056Z Compiling stacker v0.1.23
25692026-08-31T14:12:46.225Z Checking csv v1.4.0
25702026-08-31T14:12:46.345Z Checking highway v1.3.0
25712026-08-31T14:12:46.450Z Compiling cfg_aliases v0.1.1
25722026-08-31T14:12:46.559Z Compiling semver v0.1.20
25732026-08-31T14:12:46.605Z Compiling nix v0.28.0
25742026-08-31T14:12:46.687Z Checking nibble_vec v0.1.0
25752026-08-31T14:12:46.766Z Compiling psm v0.1.30
25762026-08-31T14:12:46.846Z Compiling rustc_version v0.1.7
25772026-08-31T14:12:46.883Z Checking endian-type v0.1.2
25782026-08-31T14:12:47.023Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25792026-08-31T14:12:47.059Z Checking radix_trie v0.2.1
25802026-08-31T14:12:47.102Z Compiling newtype_derive v0.1.6
25812026-08-31T14:12:47.190Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25822026-08-31T14:12:47.273Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25832026-08-31T14:12:47.310Z Checking phf_shared v0.12.1
25842026-08-31T14:12:47.378Z Compiling recursive-proc-macro-impl v0.1.1
25852026-08-31T14:12:47.511Z Compiling chrono-tz v0.10.4
25862026-08-31T14:12:47.551Z Checking phf v0.12.1
25872026-08-31T14:12:47.737Z Compiling const_format_proc_macros v0.2.34
25882026-08-31T14:12:47.804Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25892026-08-31T14:12:47.808Z Checking recursive v0.1.1
25902026-08-31T14:12:47.808Z Compiling peg-macros v0.8.5
25912026-08-31T14:12:47.906Z Checking winnow v0.6.26
25922026-08-31T14:12:47.994Z Compiling sqlparser_derive v0.5.0
25932026-08-31T14:12:48.073Z Checking home v0.5.12
25942026-08-31T14:12:48.327Z Checking unicode_categories v0.1.1
25952026-08-31T14:12:48.645Z Checking const_format v0.2.35
25962026-08-31T14:12:48.681Z Checking rustyline v14.0.0
25972026-08-31T14:12:48.788Z Checking sqlparser v0.61.0
25982026-08-31T14:12:49.123Z Checking sqlformat v0.3.5
25992026-08-31T14:12:49.246Z Checking peg v0.8.5
26002026-08-31T14:12:49.414Z Checking bcs v0.1.6
26012026-08-31T14:12:49.453Z Checking nom v8.0.0
26022026-08-31T14:12:49.576Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26032026-08-31T14:12:49.622Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26042026-08-31T14:12:49.679Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26052026-08-31T14:12:49.792Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26062026-08-31T14:12:49.841Z Checking steno v0.4.1
26072026-08-31T14:12:49.896Z Checking sha1 v0.10.6
26082026-08-31T14:12:50.091Z Checking filetime v0.2.27
26092026-08-31T14:12:50.183Z Checking xattr v1.6.1
26102026-08-31T14:12:50.255Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26112026-08-31T14:12:50.342Z Checking tar v0.4.46
26122026-08-31T14:12:50.455Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
26132026-08-31T14:12:50.710Z Checking subprocess v0.2.15
26142026-08-31T14:12:50.746Z Checking headers-core v0.3.0
26152026-08-31T14:12:50.909Z Checking headers v0.4.1
26162026-08-31T14:12:50.943Z Checking yasna v0.5.2
26172026-08-31T14:12:51.017Z Checking port-file v0.1.0
26182026-08-31T14:12:51.226Z Checking dropshot-api-manager-types v0.8.0
26192026-08-31T14:12:51.347Z Checking rcgen v0.12.1
26202026-08-31T14:12:51.384Z Checking tagptr v0.2.0
26212026-08-31T14:12:51.420Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26222026-08-31T14:12:51.423Z Checking utf-8 v0.7.6
26232026-08-31T14:12:51.550Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26242026-08-31T14:12:51.586Z Checking moka v0.12.13
26252026-08-31T14:12:51.619Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26262026-08-31T14:12:51.687Z Compiling libefi-sys v0.1.0
26272026-08-31T14:12:51.725Z Compiling bitfield-struct v0.6.2
26282026-08-31T14:12:52.081Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26292026-08-31T14:12:52.149Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26302026-08-31T14:12:52.185Z Checking tungstenite v0.21.0
26312026-08-31T14:12:52.253Z Checking hickory-resolver v0.25.2
26322026-08-31T14:12:52.328Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26332026-08-31T14:12:52.385Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26342026-08-31T14:12:52.430Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26352026-08-31T14:12:52.582Z Compiling xshell-macros v0.2.7
26362026-08-31T14:12:52.634Z Checking tokio-tungstenite v0.21.0
26372026-08-31T14:12:52.668Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26382026-08-31T14:12:52.930Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26392026-08-31T14:12:52.966Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26402026-08-31T14:12:53.002Z Checking xshell v0.2.7
26412026-08-31T14:12:53.033Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26422026-08-31T14:12:53.215Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26432026-08-31T14:12:53.271Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26442026-08-31T14:12:53.739Z Checking half v1.8.3
26452026-08-31T14:12:53.875Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26462026-08-31T14:12:53.963Z Checking serde_cbor v0.11.2
26472026-08-31T14:12:53.999Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26482026-08-31T14:12:54.033Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26492026-08-31T14:12:54.211Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26502026-08-31T14:12:54.279Z Checking libscf-sys v1.2.0
26512026-08-31T14:12:54.361Z Checking maplit v1.0.2
26522026-08-31T14:12:54.440Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26532026-08-31T14:12:54.474Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26542026-08-31T14:12:54.632Z Checking papergrid v0.18.0
26552026-08-31T14:12:54.748Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26562026-08-31T14:12:54.834Z Checking sha2 v0.11.0
26572026-08-31T14:12:55.093Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26582026-08-31T14:12:55.219Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26592026-08-31T14:12:55.411Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26602026-08-31T14:12:55.472Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26612026-08-31T14:12:55.515Z Checking tabled v0.21.0
26622026-08-31T14:12:55.551Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26632026-08-31T14:12:55.843Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26642026-08-31T14:12:55.922Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26652026-08-31T14:12:56.033Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26662026-08-31T14:12:56.119Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26672026-08-31T14:12:56.230Z Checking unicase v2.9.0
26682026-08-31T14:12:56.332Z Checking crc8 v0.1.1
26692026-08-31T14:12:56.451Z Checking fxhash v0.2.1
26702026-08-31T14:12:56.485Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26712026-08-31T14:12:56.599Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26722026-08-31T14:12:56.680Z Compiling darling_core v0.21.3
26732026-08-31T14:12:56.870Z Compiling vergen-lib v0.1.6
26742026-08-31T14:12:57.087Z Compiling diesel_derives v2.3.7
26752026-08-31T14:12:57.175Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26762026-08-31T14:12:57.389Z Checking scheduled-thread-pool v0.2.7
26772026-08-31T14:12:57.459Z Compiling vergen-gitcl v1.0.8
26782026-08-31T14:12:57.565Z Compiling diesel_table_macro_syntax v0.3.0
26792026-08-31T14:12:57.721Z Checking r2d2 v0.8.10
26802026-08-31T14:12:57.758Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26812026-08-31T14:12:57.935Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26822026-08-31T14:12:58.016Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26832026-08-31T14:12:58.187Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26842026-08-31T14:12:58.356Z Checking downcast-rs v2.0.2
26852026-08-31T14:12:58.558Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-08-31T14:12:58.696Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26872026-08-31T14:12:59.081Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26882026-08-31T14:12:59.125Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26892026-08-31T14:12:59.187Z Checking kstat-rs v0.2.5
26902026-08-31T14:12:59.190Z Compiling darling_macro v0.21.3
26912026-08-31T14:12:59.318Z Compiling proc-macro-error-attr2 v2.0.0
26922026-08-31T14:12:59.409Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-08-31T14:12:59.711Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26942026-08-31T14:12:59.750Z Compiling darling v0.21.3
26952026-08-31T14:12:59.786Z Compiling proc-macro-error2 v2.0.1
26962026-08-31T14:12:59.870Z Compiling dsl_auto_type v0.2.0
26972026-08-31T14:13:00.019Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982026-08-31T14:13:00.127Z Compiling knus-derive v3.4.0
26992026-08-31T14:13:01.010Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-08-31T14:13:01.343Z Compiling dirs-sys-next v0.1.2
27012026-08-31T14:13:01.391Z Compiling parking_lot_core v0.8.6
27022026-08-31T14:13:01.468Z Compiling crunchy v0.2.4
27032026-08-31T14:13:01.576Z Compiling salty v0.3.0
27042026-08-31T14:13:01.650Z Compiling dirs-next v2.0.0
27052026-08-31T14:13:01.729Z Compiling clang-sys v1.8.1
27062026-08-31T14:13:01.803Z Checking predicates-tree v1.0.13
27072026-08-31T14:13:01.869Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27082026-08-31T14:13:01.913Z Compiling git-stub v1.0.0
27092026-08-31T14:13:01.945Z Compiling tiny-keccak v2.0.2
27102026-08-31T14:13:02.146Z Compiling git-stub-vcs v0.1.0
27112026-08-31T14:13:02.292Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27122026-08-31T14:13:02.365Z Compiling term v0.7.0
27132026-08-31T14:13:02.504Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27142026-08-31T14:13:02.537Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-08-31T14:13:02.605Z Checking anstyle-parse v0.2.7
27162026-08-31T14:13:02.639Z Compiling bit-vec v0.6.3
27172026-08-31T14:13:02.782Z Compiling ascii-canvas v3.0.0
27182026-08-31T14:13:02.818Z Checking anstream v0.6.21
27192026-08-31T14:13:02.886Z Compiling bit-set v0.5.3
27202026-08-31T14:13:02.930Z Checking parking_lot v0.11.2
27212026-08-31T14:13:03.048Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27222026-08-31T14:13:03.052Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27232026-08-31T14:13:03.151Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27242026-08-31T14:13:03.184Z Checking rfc6979 v0.4.0
27252026-08-31T14:13:03.371Z Checking prefix-trie v0.7.0
27262026-08-31T14:13:03.587Z Compiling hashbrown v0.14.5
27272026-08-31T14:13:03.690Z Compiling itertools v0.10.5
27282026-08-31T14:13:03.737Z Compiling ena v0.14.4
27292026-08-31T14:13:03.785Z Compiling libloading v0.8.9
27302026-08-31T14:13:03.989Z Compiling bindgen v0.71.1
27312026-08-31T14:13:04.030Z Compiling regex-syntax v0.6.29
27322026-08-31T14:13:04.181Z Compiling diff v0.1.13
27332026-08-31T14:13:04.347Z Compiling chumsky v0.9.3
27342026-08-31T14:13:04.481Z Compiling ecdsa v0.16.9
27352026-08-31T14:13:04.784Z Checking hickory-server v0.25.2
27362026-08-31T14:13:05.353Z Compiling lalrpop v0.19.12
27372026-08-31T14:13:05.553Z Checking sled v0.34.7
27382026-08-31T14:13:05.692Z Compiling cexpr v0.6.0
27392026-08-31T14:13:05.772Z Checking diesel v2.3.7
27402026-08-31T14:13:06.048Z Checking ignore v0.4.25
27412026-08-31T14:13:06.083Z Checking primeorder v0.13.6
27422026-08-31T14:13:06.353Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27432026-08-31T14:13:06.394Z Checking nanorand v0.7.0
27442026-08-31T14:13:06.523Z Compiling rustc-hash v2.1.1
27452026-08-31T14:13:06.617Z Checking flume v0.11.1
27462026-08-31T14:13:06.768Z Compiling p384 v0.13.1
27472026-08-31T14:13:06.772Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27482026-08-31T14:13:06.883Z Checking globwalk v0.9.1
27492026-08-31T14:13:07.353Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27502026-08-31T14:13:07.546Z Compiling knus v3.4.0
27512026-08-31T14:13:07.997Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27522026-08-31T14:13:08.032Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27532026-08-31T14:13:08.447Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27542026-08-31T14:13:08.482Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27552026-08-31T14:13:08.516Z Checking digest-io v0.1.0
27562026-08-31T14:13:08.699Z Compiling libxml v0.3.3
27572026-08-31T14:13:08.787Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27582026-08-31T14:13:08.932Z Checking rawzip v0.4.4
27592026-08-31T14:13:08.965Z Checking assert_matches v1.5.0
27602026-08-31T14:13:09.087Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27612026-08-31T14:13:09.165Z Checking camino-tempfile-ext v0.3.3
27622026-08-31T14:13:09.391Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27632026-08-31T14:13:09.425Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27642026-08-31T14:13:10.008Z Compiling strum_macros v0.24.3
27652026-08-31T14:13:10.669Z Compiling indoc v1.0.9
27662026-08-31T14:13:10.884Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27672026-08-31T14:13:11.296Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27682026-08-31T14:13:11.332Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27692026-08-31T14:13:11.364Z Checking quick-xml v0.37.5
27702026-08-31T14:13:11.515Z Checking derive_builder v0.20.2
27712026-08-31T14:13:11.657Z Compiling oso-derive v0.27.3
27722026-08-31T14:13:11.699Z Compiling trait-variant v0.1.2
27732026-08-31T14:13:12.190Z Compiling impl-trait-for-tuples v0.2.3
27742026-08-31T14:13:12.275Z Checking openssl-probe v0.1.6
27752026-08-31T14:13:12.291Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27762026-08-31T14:13:12.448Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27772026-08-31T14:13:12.909Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27782026-08-31T14:13:13.115Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27792026-08-31T14:13:13.369Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27802026-08-31T14:13:13.608Z Checking corncobs v0.1.4
27812026-08-31T14:13:13.753Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27822026-08-31T14:13:13.786Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27832026-08-31T14:13:13.790Z Checking secrecy v0.8.0
27842026-08-31T14:13:13.854Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27852026-08-31T14:13:13.979Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27862026-08-31T14:13:14.079Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27872026-08-31T14:13:14.300Z Checking bb8 v0.8.6
27882026-08-31T14:13:14.413Z Checking rand_seeder v0.4.0
27892026-08-31T14:13:14.677Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27902026-08-31T14:13:14.834Z Compiling mime_guess v2.0.5
27912026-08-31T14:13:14.902Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27922026-08-31T14:13:15.123Z Checking http-range v0.1.5
27932026-08-31T14:13:15.280Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27942026-08-31T14:13:15.314Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27952026-08-31T14:13:15.452Z Checking nonempty v0.12.0
27962026-08-31T14:13:15.646Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27972026-08-31T14:13:15.682Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27982026-08-31T14:13:15.849Z Checking hyper-staticfile v0.10.1
27992026-08-31T14:13:15.968Z Checking signal-hook-tokio v0.3.1
28002026-08-31T14:13:15.999Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28012026-08-31T14:13:16.128Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28022026-08-31T14:13:16.169Z Checking scuffle v0.1.0
28032026-08-31T14:13:16.280Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28042026-08-31T14:13:16.561Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28052026-08-31T14:13:16.645Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28062026-08-31T14:13:16.874Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28072026-08-31T14:13:16.976Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28082026-08-31T14:13:17.007Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28092026-08-31T14:13:17.142Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28102026-08-31T14:13:17.258Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28112026-08-31T14:13:17.379Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28122026-08-31T14:13:17.583Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28132026-08-31T14:13:17.622Z Checking tungstenite v0.23.0
28142026-08-31T14:13:17.994Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28152026-08-31T14:13:18.073Z Checking tokio-tungstenite v0.23.1
28162026-08-31T14:13:18.413Z Checking void v1.0.2
28172026-08-31T14:13:18.449Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28182026-08-31T14:13:18.551Z Checking lzss v0.8.2
28192026-08-31T14:13:18.586Z Checking nix v0.27.1
28202026-08-31T14:13:18.642Z Checking serde_bytes v0.11.19
28212026-08-31T14:13:18.776Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28222026-08-31T14:13:18.858Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28232026-08-31T14:13:19.138Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28242026-08-31T14:13:19.189Z Checking cpubits v0.1.1
28252026-08-31T14:13:19.299Z Checking yansi v1.0.1
28262026-08-31T14:13:19.614Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28272026-08-31T14:13:19.691Z Checking pem-rfc7468 v1.0.0
28282026-08-31T14:13:19.758Z Checking diesel-dtrace v0.5.0
28292026-08-31T14:13:19.828Z Checking async-bb8-diesel v0.2.1
28302026-08-31T14:13:19.884Z Checking pretty_assertions v1.4.1
28312026-08-31T14:13:20.069Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28322026-08-31T14:13:20.117Z Checking colored v2.2.0
28332026-08-31T14:13:20.212Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28342026-08-31T14:13:20.331Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28352026-08-31T14:13:20.365Z Checking hmac v0.13.0
28362026-08-31T14:13:20.428Z Checking universal-hash v0.6.1
28372026-08-31T14:13:20.529Z Compiling libz-sys v1.1.24
28382026-08-31T14:13:20.562Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28392026-08-31T14:13:20.598Z Compiling instability v0.3.11
28402026-08-31T14:13:20.866Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28412026-08-31T14:13:20.967Z Checking castaway v0.2.4
28422026-08-31T14:13:21.031Z Compiling indoc v2.0.7
28432026-08-31T14:13:21.109Z Checking compact_str v0.8.1
28442026-08-31T14:13:21.144Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28452026-08-31T14:13:21.327Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28462026-08-31T14:13:21.506Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28472026-08-31T14:13:21.509Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28482026-08-31T14:13:22.000Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28492026-08-31T14:13:22.047Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-08-31T14:13:23.305Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28512026-08-31T14:13:23.340Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28522026-08-31T14:13:23.566Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28532026-08-31T14:13:23.803Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28542026-08-31T14:13:24.134Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28552026-08-31T14:13:24.332Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28562026-08-31T14:13:25.717Z Checking polyval v0.7.1
28572026-08-31T14:13:25.831Z Checking der v0.8.0
28582026-08-31T14:13:25.929Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28592026-08-31T14:13:26.154Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28602026-08-31T14:13:26.388Z Checking unicode-truncate v1.1.0
28612026-08-31T14:13:26.420Z Checking lru v0.12.5
28622026-08-31T14:13:26.567Z Compiling libgit2-sys v0.18.3+1.9.2
28632026-08-31T14:13:26.609Z Checking arc-swap v1.8.2
28642026-08-31T14:13:26.645Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28652026-08-31T14:13:26.680Z Checking cassowary v0.3.0
28662026-08-31T14:13:26.868Z Checking slog-scope v4.4.1
28672026-08-31T14:13:26.921Z Checking ratatui v0.29.0
28682026-08-31T14:13:27.137Z Checking ghash v0.6.0
28692026-08-31T14:13:27.298Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28702026-08-31T14:13:27.505Z Checking pbkdf2 v0.13.0
28712026-08-31T14:13:27.659Z Checking crypto-bigint v0.7.5
28722026-08-31T14:13:28.245Z Checking aes v0.9.1
28732026-08-31T14:13:28.580Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28742026-08-31T14:13:28.685Z Checking ctr v0.10.1
28752026-08-31T14:13:28.833Z Checking aead v0.6.1
28762026-08-31T14:13:28.897Z Checking cargo-platform v0.3.2
28772026-08-31T14:13:29.001Z Compiling petname v2.0.2
28782026-08-31T14:13:29.037Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28792026-08-31T14:13:29.105Z Checking cargo_metadata v0.23.1
28802026-08-31T14:13:29.659Z Checking aes-gcm v0.11.0
28812026-08-31T14:13:29.858Z Checking slog-stdlog v4.1.1
28822026-08-31T14:13:29.894Z Checking spki v0.8.0
28832026-08-31T14:13:29.928Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28842026-08-31T14:13:30.011Z Compiling progenitor-impl v0.13.0
28852026-08-31T14:13:30.096Z Checking salsa20 v0.11.0
28862026-08-31T14:13:30.270Z Checking console v0.16.2
28872026-08-31T14:13:30.608Z Compiling vergen-git2 v9.1.0
28882026-08-31T14:13:30.829Z Checking unit-prefix v0.5.2
28892026-08-31T14:13:30.993Z Checking plotters-backend v0.3.7
28902026-08-31T14:13:31.225Z Checking plotters-svg v0.3.7
28912026-08-31T14:13:31.341Z Checking indicatif v0.18.4
28922026-08-31T14:13:31.436Z Checking scrypt v0.12.0
28932026-08-31T14:13:31.636Z Checking slog-envlogger v2.2.0
28942026-08-31T14:13:31.817Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28952026-08-31T14:13:32.013Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28962026-08-31T14:13:32.234Z Checking progenitor-client v0.13.0
28972026-08-31T14:13:32.507Z Checking cbc v0.2.1
28982026-08-31T14:13:32.614Z Compiling progenitor-macro v0.13.0
28992026-08-31T14:13:32.676Z Checking libsw-core v0.3.2
29002026-08-31T14:13:32.859Z Checking sapling-renderdag v0.1.0
29012026-08-31T14:13:33.070Z Checking sync-ptr v0.1.4
29022026-08-31T14:13:33.133Z Checking cast v0.3.0
29032026-08-31T14:13:33.216Z Checking libsw v3.5.0
29042026-08-31T14:13:33.329Z Checking criterion-plot v0.6.0
29052026-08-31T14:13:33.406Z Checking pkcs5 v0.8.1
29062026-08-31T14:13:33.661Z Checking plotters v0.3.7
29072026-08-31T14:13:33.738Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29082026-08-31T14:13:34.426Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29092026-08-31T14:13:34.649Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29102026-08-31T14:13:34.741Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29112026-08-31T14:13:34.870Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29122026-08-31T14:13:34.964Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29132026-08-31T14:13:35.091Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29142026-08-31T14:13:35.189Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29152026-08-31T14:13:35.316Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29162026-08-31T14:13:35.412Z Checking tinytemplate v1.2.1
29172026-08-31T14:13:35.661Z Checking anes v0.1.6
29182026-08-31T14:13:35.868Z Checking oorandom v11.1.5
29192026-08-31T14:13:35.980Z Checking shell-words v1.1.1
29202026-08-31T14:13:36.014Z Checking criterion v0.7.0
29212026-08-31T14:13:36.473Z Checking pkcs8 v0.11.0
29222026-08-31T14:13:36.705Z Checking oxide-update-engine-display v0.1.2
29232026-08-31T14:13:37.040Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29242026-08-31T14:13:37.294Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29252026-08-31T14:13:37.597Z Checking progenitor v0.13.0
29262026-08-31T14:13:37.779Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29272026-08-31T14:13:38.066Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29282026-08-31T14:13:38.119Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29292026-08-31T14:13:38.710Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29302026-08-31T14:13:38.897Z Checking tokio-test v0.4.5
29312026-08-31T14:13:39.140Z Checking ff v0.14.0
29322026-08-31T14:13:39.306Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29332026-08-31T14:13:39.529Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29342026-08-31T14:13:39.935Z Checking twox-hash v2.1.2
29352026-08-31T14:13:40.266Z Checking atty v0.2.14
29362026-08-31T14:13:40.399Z Checking arrayvec v0.7.6
29372026-08-31T14:13:40.625Z Checking constant_time_eq v0.4.2
29382026-08-31T14:13:40.798Z Checking arrayref v0.3.9
29392026-08-31T14:13:40.952Z Checking group v0.14.0
29402026-08-31T14:13:41.142Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29412026-08-31T14:13:42.276Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29422026-08-31T14:13:43.031Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29432026-08-31T14:13:43.340Z Checking fatfs v0.3.6
29442026-08-31T14:13:43.528Z Checking signature v3.0.0
29452026-08-31T14:13:43.717Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29462026-08-31T14:13:43.835Z Checking base16ct v1.0.0
29472026-08-31T14:13:44.000Z Compiling seq-macro v0.3.6
29482026-08-31T14:13:44.046Z Checking sec1 v0.8.1
29492026-08-31T14:13:44.286Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29502026-08-31T14:13:44.319Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29512026-08-31T14:13:44.461Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29522026-08-31T14:13:44.525Z Checking hkdf v0.13.0
29532026-08-31T14:13:44.694Z Checking concurrent-queue v2.5.0
29542026-08-31T14:13:44.909Z Checking parking v2.2.1
29552026-08-31T14:13:45.052Z Checking elliptic-curve v0.14.1
29562026-08-31T14:13:45.084Z Checking event-listener v5.4.1
29572026-08-31T14:13:45.330Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29582026-08-31T14:13:45.480Z Checking rtoolbox v0.0.3
29592026-08-31T14:13:45.644Z Checking rpassword v7.5.4
29602026-08-31T14:13:45.766Z Checking event-listener-strategy v0.5.4
29612026-08-31T14:13:45.832Z Checking wnaf v0.14.0
29622026-08-31T14:13:45.928Z Checking primefield v0.14.0
29632026-08-31T14:13:46.030Z Checking rfc6979 v0.6.0
29642026-08-31T14:13:46.164Z Checking tui-tree-widget v0.23.1
29652026-08-31T14:13:46.206Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29662026-08-31T14:13:46.383Z Compiling blake3 v1.8.5
29672026-08-31T14:13:46.449Z Compiling samael v0.0.19
29682026-08-31T14:13:46.765Z Checking futures-timer v3.0.3
29692026-08-31T14:13:47.224Z Checking ecdsa v0.17.0
29702026-08-31T14:13:47.504Z Checking primeorder v0.14.0
29712026-08-31T14:13:47.657Z Checking async-lock v3.4.2
29722026-08-31T14:13:47.894Z Compiling curve25519-dalek v5.0.0
29732026-08-31T14:13:48.063Z Checking async-object-pool v0.2.0
29742026-08-31T14:13:48.244Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29752026-08-31T14:13:48.423Z Checking ssh-encoding v0.3.0
29762026-08-31T14:13:48.540Z Checking serde_regex v1.1.0
29772026-08-31T14:13:48.679Z Checking assert-json-diff v2.0.2
29782026-08-31T14:13:48.727Z Checking path-tree v0.8.3
29792026-08-31T14:13:48.878Z Checking keccak v0.2.0
29802026-08-31T14:13:48.942Z Compiling strsim v0.10.0
29812026-08-31T14:13:49.066Z Checking topological-sort v0.2.2
29822026-08-31T14:13:49.235Z Checking stringmetrics v2.2.2
29832026-08-31T14:13:49.288Z Checking omicron-zone-package v0.12.3
29842026-08-31T14:13:49.416Z Checking httpmock v0.8.3
29852026-08-31T14:13:50.203Z Compiling darling_core v0.13.4
29862026-08-31T14:13:51.567Z Checking ed25519 v3.0.0
29872026-08-31T14:13:51.602Z Checking pkcs1 v0.8.0-rc.4
29882026-08-31T14:13:51.800Z Checking crypto-primes v0.7.2
29892026-08-31T14:13:51.835Z Checking poly1305 v0.9.0
29902026-08-31T14:13:51.869Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29912026-08-31T14:13:52.049Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29922026-08-31T14:13:52.137Z Checking blowfish v0.10.0
29932026-08-31T14:13:52.296Z Checking blake2 v0.11.0-rc.6
29942026-08-31T14:13:52.330Z Compiling target-lexicon v0.13.3
29952026-08-31T14:13:52.585Z Checking argon2 v0.6.0-rc.8
29962026-08-31T14:13:52.702Z Checking bcrypt-pbkdf v0.11.0
29972026-08-31T14:13:52.771Z Checking rsa v0.10.0-rc.18
29982026-08-31T14:13:52.889Z Checking ssh-cipher v0.3.0
29992026-08-31T14:13:52.925Z Compiling darling_macro v0.13.4
30002026-08-31T14:13:52.960Z Checking ed25519-dalek v3.0.0
30012026-08-31T14:13:53.132Z Checking sha3 v0.11.0
30022026-08-31T14:13:53.210Z Checking p256 v0.14.0
30032026-08-31T14:13:53.290Z Checking p521 v0.14.0
30042026-08-31T14:13:53.450Z Checking p384 v0.14.0
30052026-08-31T14:13:53.506Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30062026-08-31T14:13:53.771Z Checking kem v0.3.0
30072026-08-31T14:13:53.928Z Compiling git2 v0.20.4
30082026-08-31T14:13:53.966Z Checking module-lattice v0.2.3
30092026-08-31T14:13:54.014Z Checking sponge-cursor v0.1.0
30102026-08-31T14:13:54.175Z Compiling guppy-workspace-hack v0.1.0
30112026-08-31T14:13:54.221Z Checking hex-literal v0.4.1
30122026-08-31T14:13:54.351Z Checking ml-kem v0.3.2
30132026-08-31T14:13:54.436Z Checking sha3 v0.12.0
30142026-08-31T14:13:54.668Z Compiling darling v0.13.4
30152026-08-31T14:13:55.050Z Checking russh-cryptovec v0.62.0
30162026-08-31T14:13:55.123Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30172026-08-31T14:13:55.244Z Checking internal-russh-num-bigint v0.5.0
30182026-08-31T14:13:55.440Z Checking num-bigint v0.4.6
30192026-08-31T14:13:55.847Z Checking russh-util v0.52.0
30202026-08-31T14:13:56.006Z Checking generic-array v1.4.3
30212026-08-31T14:13:56.306Z Checking ssh-key v0.7.0-rc.11
30222026-08-31T14:13:56.442Z Compiling enum_dispatch v0.3.13
30232026-08-31T14:13:56.550Z Compiling delegate v0.13.5
30242026-08-31T14:13:56.709Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30252026-08-31T14:13:57.153Z Checking md5 v0.8.0
30262026-08-31T14:13:57.195Z Compiling target-spec v3.5.7
30272026-08-31T14:13:57.259Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30282026-08-31T14:13:57.348Z Checking hex-literal v1.1.0
30292026-08-31T14:13:57.423Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30302026-08-31T14:13:57.544Z Checking russh v0.62.4
30312026-08-31T14:13:57.671Z Checking cfg-expr v0.20.6
30322026-08-31T14:13:58.106Z Compiling serde_with_macros v1.5.2
30332026-08-31T14:13:58.208Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30342026-08-31T14:13:58.712Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30352026-08-31T14:13:58.926Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30362026-08-31T14:13:59.004Z Checking internet-checksum v0.2.1
30372026-08-31T14:13:59.159Z Compiling serde_with v1.14.0
30382026-08-31T14:13:59.658Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30392026-08-31T14:14:00.368Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30402026-08-31T14:14:00.648Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30412026-08-31T14:14:00.704Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30422026-08-31T14:14:00.881Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30432026-08-31T14:14:01.075Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30442026-08-31T14:14:01.117Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30452026-08-31T14:14:01.123Z Checking httptest v0.16.4
30462026-08-31T14:14:01.373Z Checking pathdiff v0.2.3
30472026-08-31T14:14:01.441Z Checking nested v0.1.1
30482026-08-31T14:14:01.546Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30492026-08-31T14:14:01.607Z Checking guppy v0.17.25
30502026-08-31T14:14:01.755Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30512026-08-31T14:14:01.948Z Checking similar-asserts v1.7.0
30522026-08-31T14:14:02.024Z Compiling target-triple v1.0.0
30532026-08-31T14:14:02.134Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30542026-08-31T14:14:02.573Z Compiling polar-core v0.27.3
30552026-08-31T14:14:02.576Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30562026-08-31T14:14:03.193Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30572026-08-31T14:14:03.229Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30582026-08-31T14:14:03.448Z Checking hickory-client v0.25.2
30592026-08-31T14:14:03.760Z Checking supports-unicode v2.1.0
30602026-08-31T14:14:03.860Z Checking supports-color v2.1.0
30612026-08-31T14:14:03.908Z Checking supports-hyperlinks v2.1.0
30622026-08-31T14:14:03.944Z Checking textwrap v0.15.2
30632026-08-31T14:14:04.027Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30642026-08-31T14:14:04.061Z Checking terminal_size v0.1.17
30652026-08-31T14:14:04.183Z Compiling miette-derive v5.10.0
30662026-08-31T14:14:04.217Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30672026-08-31T14:14:04.221Z Compiling fs-err v2.11.0
30682026-08-31T14:14:04.477Z Checking owo-colors v3.5.0
30692026-08-31T14:14:04.662Z Compiling assert_cmd v2.1.2
30702026-08-31T14:14:04.933Z Checking escape8259 v0.5.3
30712026-08-31T14:14:05.095Z Checking libtest-mimic v0.8.1
30722026-08-31T14:14:05.128Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30732026-08-31T14:14:05.327Z Checking miette v5.10.0
30742026-08-31T14:14:05.370Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30752026-08-31T14:14:05.892Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30762026-08-31T14:14:06.025Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30772026-08-31T14:14:06.507Z Checking blake2b_simd v1.0.4
30782026-08-31T14:14:06.736Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30792026-08-31T14:14:06.917Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30802026-08-31T14:14:07.143Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30812026-08-31T14:14:07.188Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30822026-08-31T14:14:07.364Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30832026-08-31T14:14:07.400Z Compiling knuffel-derive v3.2.0
30842026-08-31T14:14:07.550Z Checking oso v0.27.3
30852026-08-31T14:14:07.587Z Checking fancy-regex v0.14.0
30862026-08-31T14:14:07.619Z Checking serde_tokenstream v0.2.3
30872026-08-31T14:14:07.974Z Checking approx v0.5.1
30882026-08-31T14:14:08.059Z Compiling rstest_macros v0.25.0
30892026-08-31T14:14:08.138Z Checking uzers v0.12.2
30902026-08-31T14:14:08.381Z Checking constant_time_eq v0.3.1
30912026-08-31T14:14:08.415Z Compiling linkme-impl v0.3.35
30922026-08-31T14:14:08.476Z Checking termcolor v1.4.1
30932026-08-31T14:14:08.512Z Checking rust-argon2 v2.1.0
30942026-08-31T14:14:08.717Z Checking trybuild v1.0.116
30952026-08-31T14:14:08.893Z Checking knuffel v3.2.0
30962026-08-31T14:14:08.897Z Checking datatest-stable v0.3.3
30972026-08-31T14:14:09.251Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30982026-08-31T14:14:09.286Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30992026-08-31T14:14:09.539Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31002026-08-31T14:14:09.574Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31012026-08-31T14:14:09.577Z Checking support-bundle-viewer v0.1.2
31022026-08-31T14:14:09.642Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31032026-08-31T14:14:09.743Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31042026-08-31T14:14:09.857Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31052026-08-31T14:14:09.895Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31062026-08-31T14:14:09.961Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31072026-08-31T14:14:10.083Z Checking drift v0.2.0
31082026-08-31T14:14:10.116Z Checking rand_distr v0.5.1
31092026-08-31T14:14:10.331Z Checking multimap v0.10.1
31102026-08-31T14:14:10.392Z Checking parse-size v1.1.0
31112026-08-31T14:14:10.466Z Compiling linkme v0.3.35
31122026-08-31T14:14:10.541Z Compiling relative-path v1.9.3
31132026-08-31T14:14:10.576Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31142026-08-31T14:14:10.579Z Checking dropshot-api-manager v0.8.0
31152026-08-31T14:14:11.017Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31162026-08-31T14:14:11.799Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31172026-08-31T14:14:12.214Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31182026-08-31T14:14:12.606Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31192026-08-31T14:14:12.642Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31202026-08-31T14:14:12.802Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31212026-08-31T14:14:12.839Z Checking cargo_toml v0.21.0
31222026-08-31T14:14:13.216Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31232026-08-31T14:14:13.439Z Checking partial-io v0.5.4
31242026-08-31T14:14:13.505Z Checking termios v0.3.3
31252026-08-31T14:14:13.700Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31262026-08-31T14:14:13.703Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31272026-08-31T14:14:14.456Z Checking rstest v0.25.0
31282026-08-31T14:14:15.546Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31292026-08-31T14:14:17.265Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31302026-08-31T14:14:20.931Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31312026-08-31T14:14:21.258Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31322026-08-31T14:14:25.559Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31332026-08-31T14:14:26.587Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31342026-08-31T14:14:29.017Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31352026-08-31T14:14:35.832Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31362026-08-31T14:14:36.747Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31372026-08-31T14:14:37.955Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31382026-08-31T14:14:41.087Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31392026-08-31T14:14:43.559Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31402026-08-31T14:14:44.581Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31412026-08-31T14:14:46.318Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31422026-08-31T14:14:50.703Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31432026-08-31T14:14:54.821Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31442026-08-31T14:15:16.331Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31452026-08-31T14:16:09.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 10s
31462026-08-31T14:16:09.661Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31472026-08-31T14:16:09.661Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31482026-08-31T14:16:10.330Z
31492026-08-31T14:16:10.330Zreal 4:13.939092072
31502026-08-31T14:16:10.330Zuser 21:48.177629093
31512026-08-31T14:16:10.330Zsys 5:09.665275286
31522026-08-31T14:16:10.330Ztrap 0.526451405
31532026-08-31T14:16:10.330Ztflt 0.474438472
31542026-08-31T14:16:10.330Zdflt 0.564985128
31552026-08-31T14:16:10.330Zkflt 0.007265303
31562026-08-31T14:16:10.330Zlock 1:05:56.827957214
31572026-08-31T14:16:10.330Zslp 59:31.645347884
31582026-08-31T14:16:10.331Zlat 1:49.685852362
31592026-08-31T14:16:10.334Zstop 13:54.830892731
31602026-08-31T14:16:10.334Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31612026-08-31T14:16:10.334Z+ ptime -m cargo doc --workspace --no-deps
31622026-08-31T14:16:11.186Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31632026-08-31T14:16:11.186Z |
31642026-08-31T14:16:11.186Z = 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)`
31652026-08-31T14:16:11.186Z = 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>
31662026-08-31T14:16:12.242Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31672026-08-31T14:16:12.482Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31682026-08-31T14:16:12.519Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31692026-08-31T14:16:12.553Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31702026-08-31T14:16:12.665Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31712026-08-31T14:16:12.768Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31722026-08-31T14:16:12.799Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31732026-08-31T14:16:12.799Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31742026-08-31T14:16:12.847Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-08-31T14:16:12.873Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31762026-08-31T14:16:12.897Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-08-31T14:16:13.020Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-08-31T14:16:13.090Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-08-31T14:16:13.116Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-08-31T14:16:13.140Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31812026-08-31T14:16:13.164Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31822026-08-31T14:16:13.189Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31832026-08-31T14:16:13.247Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31842026-08-31T14:16:13.284Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31852026-08-31T14:16:13.307Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31862026-08-31T14:16:13.356Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31872026-08-31T14:16:13.617Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31882026-08-31T14:16:13.752Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31892026-08-31T14:16:13.805Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31902026-08-31T14:16:13.885Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31912026-08-31T14:16:13.910Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31922026-08-31T14:16:14.032Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31932026-08-31T14:16:14.056Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31942026-08-31T14:16:14.138Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31952026-08-31T14:16:14.195Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31962026-08-31T14:16:14.362Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31972026-08-31T14:16:14.426Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31982026-08-31T14:16:14.494Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31992026-08-31T14:16:14.550Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32002026-08-31T14:16:14.667Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32012026-08-31T14:16:14.778Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32022026-08-31T14:16:14.803Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32032026-08-31T14:16:14.887Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32042026-08-31T14:16:15.006Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32052026-08-31T14:16:15.044Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32062026-08-31T14:16:15.272Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32072026-08-31T14:16:15.397Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32082026-08-31T14:16:15.461Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32092026-08-31T14:16:15.517Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32102026-08-31T14:16:15.540Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32112026-08-31T14:16:15.684Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32122026-08-31T14:16:15.725Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32132026-08-31T14:16:15.798Z Checking scuffle v0.1.0
32142026-08-31T14:16:15.913Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32152026-08-31T14:16:15.973Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-08-31T14:16:16.000Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32172026-08-31T14:16:16.048Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32182026-08-31T14:16:16.164Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32192026-08-31T14:16:16.195Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32202026-08-31T14:16:16.233Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32212026-08-31T14:16:16.365Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32222026-08-31T14:16:16.716Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32232026-08-31T14:16:17.129Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32242026-08-31T14:16:17.210Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32252026-08-31T14:16:17.674Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32262026-08-31T14:16:17.787Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32272026-08-31T14:16:17.815Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32282026-08-31T14:16:18.072Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32292026-08-31T14:16:18.101Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32302026-08-31T14:16:18.191Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32312026-08-31T14:16:18.215Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32322026-08-31T14:16:18.367Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32332026-08-31T14:16:18.413Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32342026-08-31T14:16:18.836Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32352026-08-31T14:16:19.031Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32362026-08-31T14:16:19.119Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32372026-08-31T14:16:19.320Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32382026-08-31T14:16:19.396Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32392026-08-31T14:16:19.421Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32402026-08-31T14:16:19.444Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32412026-08-31T14:16:19.553Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32422026-08-31T14:16:19.648Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32432026-08-31T14:16:19.672Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32442026-08-31T14:16:19.694Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32452026-08-31T14:16:19.717Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32462026-08-31T14:16:19.866Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32472026-08-31T14:16:19.892Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32482026-08-31T14:16:19.895Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32492026-08-31T14:16:19.937Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32502026-08-31T14:16:20.231Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32512026-08-31T14:16:20.234Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32522026-08-31T14:16:20.281Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32532026-08-31T14:16:20.285Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32542026-08-31T14:16:20.285Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32552026-08-31T14:16:20.444Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32562026-08-31T14:16:20.492Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32572026-08-31T14:16:20.569Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32582026-08-31T14:16:20.592Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32592026-08-31T14:16:20.615Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32602026-08-31T14:16:20.651Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32612026-08-31T14:16:20.812Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32622026-08-31T14:16:20.819Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32632026-08-31T14:16:20.879Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32642026-08-31T14:16:20.902Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32652026-08-31T14:16:20.924Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32662026-08-31T14:16:21.028Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32672026-08-31T14:16:21.054Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32682026-08-31T14:16:21.118Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32692026-08-31T14:16:21.223Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32702026-08-31T14:16:21.252Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32712026-08-31T14:16:21.469Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32722026-08-31T14:16:21.517Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32732026-08-31T14:16:21.581Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32742026-08-31T14:16:22.051Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32752026-08-31T14:16:22.208Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32762026-08-31T14:16:22.247Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32772026-08-31T14:16:22.494Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32782026-08-31T14:16:23.263Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32792026-08-31T14:16:23.814Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32802026-08-31T14:16:24.540Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32812026-08-31T14:16:25.046Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32822026-08-31T14:16:25.330Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32832026-08-31T14:16:25.955Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32842026-08-31T14:16:26.186Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32852026-08-31T14:16:27.103Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32862026-08-31T14:16:27.295Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32872026-08-31T14:16:27.325Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32882026-08-31T14:16:27.392Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32892026-08-31T14:16:27.533Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32902026-08-31T14:16:27.564Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32912026-08-31T14:16:28.126Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32922026-08-31T14:16:28.315Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32932026-08-31T14:16:28.662Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32942026-08-31T14:16:29.070Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32952026-08-31T14:16:29.107Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32962026-08-31T14:16:29.356Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32972026-08-31T14:16:29.412Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32982026-08-31T14:16:29.613Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32992026-08-31T14:16:29.638Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33002026-08-31T14:16:30.418Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33012026-08-31T14:16:30.519Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33022026-08-31T14:16:30.812Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33032026-08-31T14:16:31.326Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33042026-08-31T14:16:31.852Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33052026-08-31T14:16:31.973Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33062026-08-31T14:16:32.304Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33072026-08-31T14:16:32.654Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33082026-08-31T14:16:32.711Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33092026-08-31T14:16:33.134Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33102026-08-31T14:16:33.369Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33112026-08-31T14:16:33.624Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33122026-08-31T14:16:33.972Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33132026-08-31T14:16:34.256Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33142026-08-31T14:16:34.797Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33152026-08-31T14:16:34.823Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33162026-08-31T14:16:35.494Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33172026-08-31T14:16:35.935Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33182026-08-31T14:16:36.048Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33192026-08-31T14:16:36.391Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33202026-08-31T14:16:37.110Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33212026-08-31T14:16:37.423Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33222026-08-31T14:16:38.765Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33232026-08-31T14:16:40.591Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33242026-08-31T14:16:40.736Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33252026-08-31T14:16:42.615Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33262026-08-31T14:16:42.765Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33272026-08-31T14:16:44.080Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33282026-08-31T14:16:44.231Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33292026-08-31T14:16:44.461Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33302026-08-31T14:16:44.713Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33312026-08-31T14:16:45.256Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33322026-08-31T14:16:45.886Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33332026-08-31T14:16:46.466Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33342026-08-31T14:16:47.583Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33352026-08-31T14:16:47.893Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33362026-08-31T14:16:47.927Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33372026-08-31T14:16:48.331Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33382026-08-31T14:16:48.419Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33392026-08-31T14:16:48.463Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33402026-08-31T14:16:48.497Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33412026-08-31T14:16:48.579Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33422026-08-31T14:16:49.046Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33432026-08-31T14:16:49.098Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33442026-08-31T14:16:49.642Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33452026-08-31T14:16:49.918Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33462026-08-31T14:16:50.256Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33472026-08-31T14:16:50.418Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33482026-08-31T14:16:50.569Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33492026-08-31T14:16:50.637Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33502026-08-31T14:16:50.684Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33512026-08-31T14:16:51.301Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33522026-08-31T14:16:51.382Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33532026-08-31T14:16:52.473Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33542026-08-31T14:16:52.829Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33552026-08-31T14:16:54.006Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33562026-08-31T14:16:55.866Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33572026-08-31T14:16:57.443Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33582026-08-31T14:16:57.930Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33592026-08-31T14:16:58.457Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33602026-08-31T14:17:00.752Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33612026-08-31T14:17:01.728Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33622026-08-31T14:17:02.969Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33632026-08-31T14:17:03.491Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33642026-08-31T14:17:04.260Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33652026-08-31T14:17:06.404Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33662026-08-31T14:17:06.986Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33672026-08-31T14:17:07.938Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33682026-08-31T14:17:09.106Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33692026-08-31T14:17:09.556Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33702026-08-31T14:17:10.337Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33712026-08-31T14:17:12.636Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-08-31T14:17:15.984Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33732026-08-31T14:17:16.654Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33742026-08-31T14:17:17.493Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33752026-08-31T14:17:18.398Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33762026-08-31T14:17:19.201Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33772026-08-31T14:17:19.974Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33782026-08-31T14:17:20.757Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33792026-08-31T14:17:22.953Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33802026-08-31T14:17:23.103Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33812026-08-31T14:17:23.891Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33822026-08-31T14:17:24.909Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33832026-08-31T14:17:25.635Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33842026-08-31T14:17:26.834Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33852026-08-31T14:17:27.426Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33862026-08-31T14:17:30.288Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33872026-08-31T14:17:31.856Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33882026-08-31T14:17:33.284Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33892026-08-31T14:17:34.144Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33902026-08-31T14:17:35.044Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33912026-08-31T14:17:36.217Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33922026-08-31T14:17:37.152Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33932026-08-31T14:17:39.336Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33942026-08-31T14:17:40.283Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33952026-08-31T14:17:41.312Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33962026-08-31T14:17:42.396Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33972026-08-31T14:17:45.314Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33982026-08-31T14:17:45.987Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33992026-08-31T14:17:47.886Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34002026-08-31T14:17:48.560Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34012026-08-31T14:17:50.090Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34022026-08-31T14:17:51.751Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34032026-08-31T14:17:53.298Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34042026-08-31T14:17:54.908Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34052026-08-31T14:17:56.664Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34062026-08-31T14:17:58.316Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34072026-08-31T14:18:03.114Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34082026-08-31T14:18:03.368Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34092026-08-31T14:18:04.865Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34102026-08-31T14:18:04.961Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34112026-08-31T14:18:06.963Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34122026-08-31T14:18:08.748Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34132026-08-31T14:18:10.560Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34142026-08-31T14:18:12.585Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34152026-08-31T14:18:14.380Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34162026-08-31T14:18:16.360Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34172026-08-31T14:18:17.987Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34182026-08-31T14:18:19.724Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34192026-08-31T14:18:21.480Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34202026-08-31T14:18:23.303Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34212026-08-31T14:18:25.059Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34222026-08-31T14:18:26.865Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34232026-08-31T14:18:28.604Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34242026-08-31T14:18:30.199Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34252026-08-31T14:18:32.260Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34262026-08-31T14:18:33.772Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34272026-08-31T14:18:35.746Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34282026-08-31T14:18:37.593Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34292026-08-31T14:18:39.372Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34302026-08-31T14:18:42.973Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34312026-08-31T14:18:45.011Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34322026-08-31T14:18:47.235Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34332026-08-31T14:18:48.802Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34342026-08-31T14:18:51.268Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34352026-08-31T14:18:52.817Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34362026-08-31T14:18:55.233Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34372026-08-31T14:18:57.728Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34382026-08-31T14:18:59.958Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34392026-08-31T14:19:03.046Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34402026-08-31T14:19:05.064Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34412026-08-31T14:19:07.394Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34422026-08-31T14:19:09.604Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34432026-08-31T14:19:12.328Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34442026-08-31T14:19:14.574Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34452026-08-31T14:19:17.616Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34462026-08-31T14:19:19.939Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34472026-08-31T14:19:21.861Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34482026-08-31T14:19:24.377Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34492026-08-31T14:19:26.987Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34502026-08-31T14:19:29.628Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34512026-08-31T14:19:32.119Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34522026-08-31T14:19:34.357Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34532026-08-31T14:19:37.148Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34542026-08-31T14:19:39.608Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34552026-08-31T14:19:42.056Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34562026-08-31T14:19:44.580Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34572026-08-31T14:19:47.108Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34582026-08-31T14:19:49.734Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34592026-08-31T14:19:52.166Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34602026-08-31T14:19:54.547Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34612026-08-31T14:19:57.300Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34622026-08-31T14:19:59.775Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34632026-08-31T14:20:02.418Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34642026-08-31T14:20:04.943Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34652026-08-31T14:20:07.465Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34662026-08-31T14:20:10.155Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34672026-08-31T14:20:12.670Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34682026-08-31T14:20:15.274Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34692026-08-31T14:20:17.823Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34702026-08-31T14:20:21.069Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34712026-08-31T14:20:23.254Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34722026-08-31T14:20:25.887Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34732026-08-31T14:20:28.505Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34742026-08-31T14:20:31.177Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34752026-08-31T14:20:34.004Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34762026-08-31T14:20:36.671Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34772026-08-31T14:20:39.452Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34782026-08-31T14:20:41.899Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34792026-08-31T14:20:44.687Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34802026-08-31T14:20:47.456Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34812026-08-31T14:20:50.385Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34822026-08-31T14:20:53.101Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34832026-08-31T14:20:55.805Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34842026-08-31T14:20:58.602Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34852026-08-31T14:21:01.240Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34862026-08-31T14:21:03.982Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34872026-08-31T14:21:06.693Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34882026-08-31T14:21:11.186Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34892026-08-31T14:21:12.127Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34902026-08-31T14:21:14.892Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34912026-08-31T14:21:23.019Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34922026-08-31T14:21:23.078Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34932026-08-31T14:21:26.989Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34942026-08-31T14:21:30.146Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34952026-08-31T14:21:33.816Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34962026-08-31T14:21:37.344Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34972026-08-31T14:21:40.937Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34982026-08-31T14:21:45.838Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34992026-08-31T14:21:48.827Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35002026-08-31T14:21:55.900Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35012026-08-31T14:21:56.747Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35022026-08-31T14:22:00.835Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35032026-08-31T14:22:04.451Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35042026-08-31T14:22:08.235Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35052026-08-31T14:22:12.173Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35062026-08-31T14:22:16.073Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35072026-08-31T14:22:19.998Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35082026-08-31T14:22:24.056Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35092026-08-31T14:22:27.728Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35102026-08-31T14:22:31.698Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35112026-08-31T14:22:35.992Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35122026-08-31T14:22:43.023Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35132026-08-31T14:22:43.439Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35142026-08-31T14:22:47.118Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35152026-08-31T14:22:51.294Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35162026-08-31T14:22:54.852Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35172026-08-31T14:22:59.139Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35182026-08-31T14:23:03.036Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35192026-08-31T14:23:06.933Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35202026-08-31T14:23:11.435Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35212026-08-31T14:23:15.005Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35222026-08-31T14:23:46.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 35s
35232026-08-31T14:23:48.217Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35242026-08-31T14:23:48.217Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35252026-08-31T14:23:48.217Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35262026-08-31T14:23:48.217Z
35272026-08-31T14:23:48.217Zreal 7:35.485815973
35282026-08-31T14:23:48.217Zuser 20:16.324436246
35292026-08-31T14:23:48.217Zsys 4:22.658729878
35302026-08-31T14:23:48.218Ztrap 0.292023829
35312026-08-31T14:23:48.218Ztflt 0.043680550
35322026-08-31T14:23:48.218Zdflt 0.092029798
35332026-08-31T14:23:48.218Zkflt 0.000009120
35342026-08-31T14:23:48.218Zlock 7:17:29.381024989
35352026-08-31T14:23:48.218Zslp 2:33:30.100496624
35362026-08-31T14:23:48.218Zlat 34.725284037
35372026-08-31T14:23:48.218Zstop 2:10.202529549
35382026-08-31T14:23:48.218Zprocess exited: duration 843839 ms, exit code 0
 
35392026-08-31T14:23:52.574Zfound 0 output files