01M0X8W5C3RZZNGSDDSW6S9559: clippy (helios)

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

Buildomat Job: 01M0X8XFTWV76MR4S4Z6J1G8WD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T20:14:40.680Zjob assigned to worker 01M0X8XEYZP9VF764N8WWCCJAZ [factory aws, i-03e54f3ead2f9ce83] (queued for 51 s)
 
22026-08-25T20:14:47.010Zstarting task 0: "setup"
32026-08-25T20:14:47.014Z++ uname -s
42026-08-25T20:14:47.018Z+ kern=SunOS
52026-08-25T20:14:47.018Z+ build_user=build
62026-08-25T20:14:47.018Z+ build_uid=12345
72026-08-25T20:14:47.018Z+ work_dir=/work
82026-08-25T20:14:47.018Z+ input_dir=/input
92026-08-25T20:14:47.018Z+ [[ 0 == 12345 ]]
102026-08-25T20:14:47.018Z+ case "$kern" in
112026-08-25T20:14:47.018Z+ groupadd -g 12345 build
122026-08-25T20:14:47.022Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T20:14:49.023Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T20:14:49.078Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T20:14:49.081Z+ home_fs=zfs
162026-08-25T20:14:49.081Z+ [[ zfs == autofs ]]
172026-08-25T20:14:49.081Z+ mkdir -p /home/build
182026-08-25T20:14:49.081Z+ chown build:build /home/build /work
192026-08-25T20:14:51.082Z+ chmod 0700 /home/build /work
202026-08-25T20:14:51.088Zprocess exited: duration 4075 ms, exit code 0
 
212026-08-25T20:14:51.094Zstarting task 1: "rust-toolchain"
222026-08-25T20:14:51.109Z * rust toolchain channel = "1.97.1"
232026-08-25T20:14:51.110Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-25T20:14:51.110Z * rust toolchain profile = "default"
252026-08-25T20:14:51.110Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T20:14:51.110Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T20:14:51.110Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T20:14:51.110Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T20:14:51.110Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T20:14:51.179Zinfo: downloading installer
312026-08-25T20:14:52.819Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T20:14:52.819Zwarn: /home/build/.rustup/settings.toml
332026-08-25T20:14:52.819Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T20:14:52.819Zwarn: instead of the one inferred from the default host triple.
352026-08-25T20:14:52.827Zinfo: profile set to default
362026-08-25T20:14:52.827Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T20:14:52.836Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T20:14:52.998Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T20:14:53.004Zinfo: downloading 6 components
402026-08-25T20:15:07.286Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T20:15:07.286Z
422026-08-25T20:15:07.315Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T20:15:07.315Z
442026-08-25T20:15:07.315Z
452026-08-25T20:15:07.315ZRust is installed now. Great!
462026-08-25T20:15:07.315Z
472026-08-25T20:15:07.320ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T20:15:07.320Zenvironment variable. This has not been done automatically.
492026-08-25T20:15:07.320Z
502026-08-25T20:15:07.320ZTo configure your current shell, you need to source
512026-08-25T20:15:07.320Zthe corresponding env file under $HOME/.cargo.
522026-08-25T20:15:07.320Z
532026-08-25T20:15:07.320ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T20:15:07.320Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T20:15:07.320Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T20:15:07.320Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T20:15:07.320Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T20:15:07.320Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T20:15:07.320Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T20:15:07.320Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T20:15:07.320Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T20:15:07.421Z+ rustup --version
632026-08-25T20:15:07.430Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T20:15:07.433Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T20:15:07.451Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T20:15:07.455Z+ cargo --version
672026-08-25T20:15:07.469Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T20:15:07.472Z+ rustc --version
692026-08-25T20:15:07.491Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T20:15:07.495Zprocess exited: duration 16399 ms, exit code 0
 
712026-08-25T20:15:07.502Zstarting task 2: "authentication"
722026-08-25T20:15:07.519Zprocess exited: duration 17 ms, exit code 0
 
732026-08-25T20:15:07.530Zstarting task 3: "clone repository"
742026-08-25T20:15:07.534Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T20:15:07.534Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T20:15:07.568ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T20:15:27.600Z+ cd /work/oxidecomputer/omicron
782026-08-25T20:15:27.600Z+ git fetch origin f9406b5460c1f04022a1060d2b372426b70b4370
792026-08-25T20:15:27.959ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T20:15:27.959Z * branch f9406b5460c1f04022a1060d2b372426b70b4370 -> FETCH_HEAD
812026-08-25T20:15:27.970Z+ [[ -n '' ]]
822026-08-25T20:15:27.970Z+ git reset --hard f9406b5460c1f04022a1060d2b372426b70b4370
832026-08-25T20:15:28.227ZHEAD is now at f9406b546 set a longer 60s timeout
842026-08-25T20:15:28.231Zprocess exited: duration 20702 ms, exit code 0
 
852026-08-25T20:15:28.239Zstarting task 4: "build"
862026-08-25T20:15:28.243Z+ source ./env.sh
872026-08-25T20:15:28.247Z++ OLD_SHELL_OPTS=ehxB
882026-08-25T20:15:28.247Z++ set -o xtrace
892026-08-25T20:15:28.247Z++++ dirname ./env.sh
902026-08-25T20:15:28.252Z+++ readlink -f .
912026-08-25T20:15:28.252Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-08-25T20:15:28.252Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-08-25T20:15:28.252Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-08-25T20:15:28.252Z++ 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
952026-08-25T20:15:28.252Z++ 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
962026-08-25T20:15:28.252Z++ 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
972026-08-25T20:15:28.253Z++ 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
982026-08-25T20:15:28.254Z++ 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
992026-08-25T20:15:28.254Z++ 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
1002026-08-25T20:15:28.254Z++ 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
1012026-08-25T20:15:28.254Z++ 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
1022026-08-25T20:15:28.254Z++ case $OLD_SHELL_OPTS in
1032026-08-25T20:15:28.254Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-08-25T20:15:28.254Z+ source .github/buildomat/ci-env.sh
1052026-08-25T20:15:28.254Z++ export CARGO_TERM_COLOR=always
1062026-08-25T20:15:28.254Z++ CARGO_TERM_COLOR=always
1072026-08-25T20:15:28.254Z+++ uname -s
1082026-08-25T20:15:28.254Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-08-25T20:15:28.254Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-08-25T20:15:28.258Z+ cargo --version
1112026-08-25T20:15:28.261Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-25T20:15:28.264Z+ rustc --version
1132026-08-25T20:15:28.283Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-25T20:15:28.286Z+ banner prerequisites
1152026-08-25T20:15:28.291Z
1162026-08-25T20:15:28.291Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-08-25T20:15:28.291Z # # # # # # # # # # # # # # #
1182026-08-25T20:15:28.291Z # # # # ##### # # ##### # # # # # #### #
1192026-08-25T20:15:28.291Z ##### ##### # ##### # # # # # # # # #
1202026-08-25T20:15:28.291Z # # # # # # # # # # # # # # #
1212026-08-25T20:15:28.291Z # # # ###### # # ###### ### # #### # #### #
1222026-08-25T20:15:28.291Z
1232026-08-25T20:15:28.291Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-08-25T20:15:30.165Z Startup: Refreshing catalog 'helios' ... Done
1252026-08-25T20:15:30.553Z Startup: Caching catalogs ... Done
1262026-08-25T20:15:32.751ZPlanning: Solver setup ... Done (2.073s)
1272026-08-25T20:15:32.811ZPlanning: Running solver ... Done (0.062s)
1282026-08-25T20:15:32.861ZPlanning: Finding local manifests ... Done (0.003s)
1292026-08-25T20:15:32.873ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-25T20:15:32.889ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-25T20:15:32.902ZPlanning: Package planning ... Done (0.013s)
1322026-08-25T20:15:32.906ZPlanning: Merging actions ... Done (0.001s)
1332026-08-25T20:15:33.125ZPlanning: Checking for conflicting actions ... Done (0.221s)
1342026-08-25T20:15:33.129ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-08-25T20:15:33.916ZPlanning: Evaluating mediators ... Done (0.790s)
1362026-08-25T20:15:33.921ZPlanning: Planning completed in 3.33 seconds
1372026-08-25T20:15:33.926Z Packages to install: 2
1382026-08-25T20:15:33.929Z Estimated space available: 156.01 GB
1392026-08-25T20:15:33.929ZEstimated space to be consumed: 80.56 MB
1402026-08-25T20:15:33.929Z Create boot environment: No
1412026-08-25T20:15:33.929ZCreate backup boot environment: No
1422026-08-25T20:15:33.929Z Rebuild boot archive: No
1432026-08-25T20:15:33.929Z
1442026-08-25T20:15:33.929ZChanged packages:
1452026-08-25T20:15:33.929Zhelios
1462026-08-25T20:15:33.930Z developer/build-essential
1472026-08-25T20:15:33.930Z None -> 11-3.0
1482026-08-25T20:15:33.930Z library/libxmlsec1
1492026-08-25T20:15:33.930Z None -> 1.2.35-3.0
1502026-08-25T20:15:33.950Z
1512026-08-25T20:15:33.950ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-08-25T20:15:34.027ZDownload: Completed 1.28 MB in 0.08 seconds (16.5M/s)
1532026-08-25T20:15:34.116Z Actions: 1/268 actions (Installing new actions)
1542026-08-25T20:15:34.153Z Actions: Completed 268 actions in 0.04 seconds.
1552026-08-25T20:15:34.190ZFinalize: Updating package state database ... Done (0.036s)
1562026-08-25T20:15:34.190ZFinalize: Updating package cache ... Done (0.000s)
1572026-08-25T20:15:34.292ZFinalize: Updating image state ... Done (0.102s)
1582026-08-25T20:15:36.754ZFinalize: Creating fast lookup database ... Done (2.410s)
1592026-08-25T20:15:36.822ZFinalize: Reading search index ... Done (0.011s)
1602026-08-25T20:15:36.828ZFinalize: Updating search index ... Done (0.000s)
1612026-08-25T20:15:36.924ZFinalize: Updating package cache ... Done (0.000s)
1622026-08-25T20:15:37.298ZPlanning: Evaluating mediator changes ... Done
1632026-08-25T20:15:37.406ZPlanning: Checking for conflicting actions ... Done
1642026-08-25T20:15:37.411ZPlanning: Consolidating action changes ... Done
1652026-08-25T20:15:37.560ZPlanning: Evaluating mediators ... Done
1662026-08-25T20:15:37.563ZPlanning: Planning completed in 0.26 seconds
1672026-08-25T20:15:37.583Z Mediators to change: 2
1682026-08-25T20:15:37.583Z Create boot environment: No
1692026-08-25T20:15:37.583ZCreate backup boot environment: No
1702026-08-25T20:15:37.630ZFinalize: Updating package state database ... Done
1712026-08-25T20:15:37.630ZFinalize: Updating package cache ... Done
1722026-08-25T20:15:37.682ZFinalize: Updating image state ... Done
1732026-08-25T20:15:39.654ZFinalize: Creating fast lookup database ... Done
1742026-08-25T20:15:39.821ZFinalize: Reading search index ... Done
1752026-08-25T20:15:39.972ZFinalize: Updating search index ... Done
1762026-08-25T20:15:39.972ZFinalize: Updating package cache ... Done
1772026-08-25T20:15:40.111ZPlanning: Evaluating mediator changes ... Done
1782026-08-25T20:15:40.218ZPlanning: Checking for conflicting actions ... Done
1792026-08-25T20:15:40.224ZPlanning: Consolidating action changes ... Done
1802026-08-25T20:15:40.381ZPlanning: Evaluating mediators ... Done
1812026-08-25T20:15:40.390ZPlanning: Planning completed in 0.27 seconds
1822026-08-25T20:15:40.401Z Mediators to change: 1
1832026-08-25T20:15:40.401Z Create boot environment: No
1842026-08-25T20:15:40.407ZCreate backup boot environment: No
1852026-08-25T20:15:40.439ZFinalize: Updating package state database ... Done
1862026-08-25T20:15:40.439ZFinalize: Updating package cache ... Done
1872026-08-25T20:15:40.491ZFinalize: Updating image state ... Done
1882026-08-25T20:15:42.459ZFinalize: Creating fast lookup database ... Done
1892026-08-25T20:15:42.531ZFinalize: Reading search index ... Done
1902026-08-25T20:15:42.534ZFinalize: Updating search index ... Done
1912026-08-25T20:15:42.634ZFinalize: Updating package cache ... Done
1922026-08-25T20:15:42.949ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-08-25T20:15:42.949Zapache system 2.4 system
1942026-08-25T20:15:42.950Zclang system 15 system
1952026-08-25T20:15:42.950Zcsh system system illumos
1962026-08-25T20:15:42.950Zctags system system illumos
1972026-08-25T20:15:42.950Zfile vendor vendor darwinsys
1982026-08-25T20:15:42.950Zfile system system illumos
1992026-08-25T20:15:42.950Zgcc vendor 14 vendor
2002026-08-25T20:15:42.950Zgcc system 13 system
2012026-08-25T20:15:42.950Zgcc system 10 system
2022026-08-25T20:15:42.950Zgo system 1.25 system
2032026-08-25T20:15:42.950Zllvm system 15 system
2042026-08-25T20:15:42.950Zmariadb system 11.4 system
2052026-08-25T20:15:42.950Zmta vendor vendor dma
2062026-08-25T20:15:42.950Zopenjdk system 17 system
2072026-08-25T20:15:42.950Zopenjdk system 11 system
2082026-08-25T20:15:42.950Zopenssl vendor 3 vendor
2092026-08-25T20:15:42.951Zperl system 5.40 system
2102026-08-25T20:15:42.951Zpostgresql system 18 system
2112026-08-25T20:15:42.951Zpostgresql system 17 system
2122026-08-25T20:15:42.951Zpython vendor 3 vendor
2132026-08-25T20:15:42.951Zpython system 2 system
2142026-08-25T20:15:42.951Zpython3 vendor 3.13 vendor
2152026-08-25T20:15:42.951Zruby system 3.4 system
2162026-08-25T20:15:42.951Zruby system 3.0 system
2172026-08-25T20:15:42.951Zwords vendor vendor american-english
2182026-08-25T20:15:42.951Zwords system system australian-english
2192026-08-25T20:15:42.951Zwords system system british-english
2202026-08-25T20:15:42.951Zwords system system canadian-english
2212026-08-25T20:15:42.951Zwords system system french
2222026-08-25T20:15:42.951Zwords system system italian
2232026-08-25T20:15:42.951Zwords system system ngerman
2242026-08-25T20:15:42.951Zwords system system ogerman
2252026-08-25T20:15:42.951Zwords system system spanish
2262026-08-25T20:15:43.202ZPUBLISHER TYPE STATUS P LOCATION
2272026-08-25T20:15:43.202Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-08-25T20:15:43.696ZFMRI IFO
2292026-08-25T20:15:43.696Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-08-25T20:15:43.696Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-08-25T20:15:43.696Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-08-25T20:15:43.696Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-08-25T20:15:43.696Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-08-25T20:15:43.696Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-08-25T20:15:43.696Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-08-25T20:15:43.696Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-08-25T20:15:43.696Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-08-25T20:15:44.042Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-08-25T20:15:44.381Z Updating crates.io index
2402026-08-25T20:15:44.385Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-08-25T20:15:44.661Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-08-25T20:15:45.031Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-08-25T20:15:46.031Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-25T20:15:47.117Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-08-25T20:15:49.073Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-08-25T20:15:49.941Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-08-25T20:15:51.240Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-08-25T20:15:51.623Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-08-25T20:15:52.884Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-08-25T20:15:53.354Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-08-25T20:15:53.731Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-08-25T20:15:54.303Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532026-08-25T20:15:55.018Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542026-08-25T20:15:55.297Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552026-08-25T20:15:55.620Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-25T20:15:55.910Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-08-25T20:15:56.207Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-08-25T20:15:56.723Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2592026-08-25T20:15:57.283Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2602026-08-25T20:15:58.842Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-25T20:15:59.422Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622026-08-25T20:15:59.837Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2632026-08-25T20:16:00.604Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-08-25T20:16:00.976Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-08-25T20:16:01.742Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-08-25T20:16:02.179Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-08-25T20:16:02.725Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2682026-08-25T20:16:03.175Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-08-25T20:16:04.222Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-08-25T20:16:04.655Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712026-08-25T20:16:05.146Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-08-25T20:16:06.632Z Updating git repository `https://github.com/oxidecomputer/tough`
2732026-08-25T20:16:07.181Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-08-25T20:16:07.477Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-08-25T20:16:07.808Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-08-25T20:16:08.125Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-08-25T20:16:08.812Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-08-25T20:16:09.138Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-08-25T20:16:09.684Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-08-25T20:16:09.920Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-08-25T20:16:10.195Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-08-25T20:16:10.490Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-25T20:16:13.601Z Downloading crates ...
2842026-08-25T20:16:13.653Z Downloaded heck v0.5.0
2852026-08-25T20:16:13.657Z Downloaded crypto-common v0.1.7
2862026-08-25T20:16:13.660Z Downloaded itoa v1.0.17
2872026-08-25T20:16:13.664Z Downloaded autocfg v1.5.0
2882026-08-25T20:16:13.664Z Downloaded anstyle-query v1.1.5
2892026-08-25T20:16:13.664Z Downloaded cpufeatures v0.2.17
2902026-08-25T20:16:13.667Z Downloaded anstyle v1.0.14
2912026-08-25T20:16:13.667Z Downloaded anstream v1.0.0
2922026-08-25T20:16:13.667Z Downloaded thread-id v4.2.2
2932026-08-25T20:16:13.668Z Downloaded usdt v0.5.0
2942026-08-25T20:16:13.668Z Downloaded zerocopy-derive v0.7.35
2952026-08-25T20:16:13.671Z Downloaded unicode-linebreak v0.1.5
2962026-08-25T20:16:13.671Z Downloaded anstyle-parse v1.0.0
2972026-08-25T20:16:13.671Z Downloaded digest v0.10.7
2982026-08-25T20:16:13.674Z Downloaded log v0.4.33
2992026-08-25T20:16:13.680Z Downloaded zerocopy v0.7.35
3002026-08-25T20:16:13.689Z Downloaded zmij v1.0.21
3012026-08-25T20:16:13.692Z Downloaded cargo_toml v0.21.0
3022026-08-25T20:16:13.692Z Downloaded pest v2.8.6
3032026-08-25T20:16:13.692Z Downloaded cargo-platform v0.3.2
3042026-08-25T20:16:13.692Z Downloaded heck v0.4.1
3052026-08-25T20:16:13.695Z Downloaded bitflags v2.11.0
3062026-08-25T20:16:13.700Z Downloaded cfg-if v1.0.4
3072026-08-25T20:16:13.707Z Downloaded is_terminal_polyfill v1.70.2
3082026-08-25T20:16:13.712Z Downloaded fs-err v3.3.0
3092026-08-25T20:16:13.719Z Downloaded anyhow v1.0.104
3102026-08-25T20:16:13.722Z Downloaded dof v0.3.0
3112026-08-25T20:16:13.722Z Downloaded macaddr v1.0.1
3122026-08-25T20:16:13.725Z Downloaded fastrand v2.3.0
3132026-08-25T20:16:13.728Z Downloaded colorchoice v1.0.4
3142026-08-25T20:16:13.731Z Downloaded clap_lex v1.0.0
3152026-08-25T20:16:13.731Z Downloaded generic-array v0.14.7
3162026-08-25T20:16:13.739Z Downloaded block-buffer v0.10.4
3172026-08-25T20:16:13.741Z Downloaded memmap v0.7.0
3182026-08-25T20:16:13.744Z Downloaded tabled_derive v0.7.0
3192026-08-25T20:16:13.747Z Downloaded toml_write v0.1.2
3202026-08-25T20:16:13.754Z Downloaded terminal_size v0.4.3
3212026-08-25T20:16:13.758Z Downloaded smawk v0.3.2
3222026-08-25T20:16:13.758Z Downloaded proc-macro-error-attr v1.0.4
3232026-08-25T20:16:13.762Z Downloaded equivalent v1.0.2
3242026-08-25T20:16:13.766Z Downloaded swrite v0.1.0
3252026-08-25T20:16:13.770Z Downloaded plain v0.2.3
3262026-08-25T20:16:13.775Z Downloaded scroll_derive v0.12.1
3272026-08-25T20:16:13.775Z Downloaded toml_datetime v0.6.11
3282026-08-25T20:16:13.775Z Downloaded fnv v1.0.7
3292026-08-25T20:16:13.775Z Downloaded serde_spanned v0.6.9
3302026-08-25T20:16:13.778Z Downloaded dtrace-parser v0.2.0
3312026-08-25T20:16:13.781Z Downloaded bytecount v0.6.9
3322026-08-25T20:16:13.784Z Downloaded strsim v0.11.1
3332026-08-25T20:16:13.788Z Downloaded camino-tempfile v1.4.1
3342026-08-25T20:16:13.790Z Downloaded usdt-macro v0.5.0
3352026-08-25T20:16:13.793Z Downloaded version_check v0.9.5
3362026-08-25T20:16:13.796Z Downloaded usdt-attr-macro v0.5.0
3372026-08-25T20:16:13.799Z Downloaded utf8parse v0.2.2
3382026-08-25T20:16:13.802Z Downloaded goblin v0.8.2
3392026-08-25T20:16:13.807Z Downloaded quote v1.0.45
3402026-08-25T20:16:13.810Z Downloaded thiserror v2.0.18
3412026-08-25T20:16:13.813Z Downloaded serde_tokenstream v0.2.3
3422026-08-25T20:16:13.813Z Downloaded cargo_metadata v0.23.1
3432026-08-25T20:16:13.816Z Downloaded errno v0.3.14
3442026-08-25T20:16:13.819Z Downloaded thiserror-impl v2.0.18
3452026-08-25T20:16:13.819Z Downloaded pretty-hex v0.4.1
3462026-08-25T20:16:13.827Z Downloaded usdt-impl v0.5.0
3472026-08-25T20:16:13.830Z Downloaded thiserror v1.0.69
3482026-08-25T20:16:13.837Z Downloaded scroll v0.12.0
3492026-08-25T20:16:13.837Z Downloaded thiserror-impl v1.0.69
3502026-08-25T20:16:13.837Z Downloaded pest_generator v2.8.6
3512026-08-25T20:16:13.840Z Downloaded byteorder v1.5.0
3522026-08-25T20:16:13.848Z Downloaded clap_derive v4.6.1
3532026-08-25T20:16:13.851Z Downloaded pest_derive v2.8.6
3542026-08-25T20:16:13.858Z Downloaded semver v1.0.28
3552026-08-25T20:16:13.861Z Downloaded tempfile v3.27.0
3562026-08-25T20:16:13.864Z Downloaded toml v0.8.23
3572026-08-25T20:16:13.867Z Downloaded camino v1.2.5
3582026-08-25T20:16:13.867Z Downloaded ucd-trie v0.1.7
3592026-08-25T20:16:13.870Z Downloaded proc-macro-error v1.0.4
3602026-08-25T20:16:13.870Z Downloaded sha2 v0.10.9
3612026-08-25T20:16:13.875Z Downloaded once_cell v1.21.3
3622026-08-25T20:16:13.883Z Downloaded clap v4.6.1
3632026-08-25T20:16:13.887Z Downloaded getrandom v0.4.3
3642026-08-25T20:16:13.890Z Downloaded papergrid v0.11.0
3652026-08-25T20:16:13.893Z Downloaded unicode-ident v1.0.24
3662026-08-25T20:16:13.896Z Downloaded textwrap v0.16.2
3672026-08-25T20:16:13.899Z Downloaded serde_core v1.0.228
3682026-08-25T20:16:13.899Z Downloaded pest_meta v2.8.6
3692026-08-25T20:16:13.903Z Downloaded proc-macro2 v1.0.106
3702026-08-25T20:16:13.907Z Downloaded serde_derive v1.0.228
3712026-08-25T20:16:13.910Z Downloaded toml_edit v0.22.27
3722026-08-25T20:16:13.923Z Downloaded memchr v2.8.0
3732026-08-25T20:16:13.926Z Downloaded serde v1.0.228
3742026-08-25T20:16:13.929Z Downloaded indexmap v2.14.0
3752026-08-25T20:16:13.932Z Downloaded hashbrown v0.17.0
3762026-08-25T20:16:13.957Z Downloaded typenum v1.20.1
3772026-08-25T20:16:13.985Z Downloaded serde_json v1.0.151
3782026-08-25T20:16:14.012Z Downloaded clap_builder v4.6.0
3792026-08-25T20:16:14.038Z Downloaded winnow v0.7.14
3802026-08-25T20:16:14.038Z Downloaded syn v1.0.109
3812026-08-25T20:16:14.038Z Downloaded tabled v0.15.0
3822026-08-25T20:16:14.046Z Downloaded unicode-width v0.2.0
3832026-08-25T20:16:14.049Z Downloaded unicode-width v0.1.14
3842026-08-25T20:16:14.052Z Downloaded syn v2.0.117
3852026-08-25T20:16:14.072Z Downloaded rustix v1.1.4
3862026-08-25T20:16:14.103Z Downloaded libc v0.2.185
3872026-08-25T20:16:14.166Z Compiling proc-macro2 v1.0.106
3882026-08-25T20:16:14.166Z Compiling unicode-ident v1.0.24
3892026-08-25T20:16:14.166Z Compiling quote v1.0.45
3902026-08-25T20:16:14.166Z Compiling serde_core v1.0.228
3912026-08-25T20:16:14.169Z Compiling libc v0.2.185
3922026-08-25T20:16:14.169Z Compiling version_check v0.9.5
3932026-08-25T20:16:14.169Z Compiling memchr v2.8.0
3942026-08-25T20:16:14.169Z Compiling serde v1.0.228
3952026-08-25T20:16:14.527Z Compiling zmij v1.0.21
3962026-08-25T20:16:14.781Z Compiling thiserror v1.0.69
3972026-08-25T20:16:14.830Z Compiling ucd-trie v0.1.7
3982026-08-25T20:16:14.952Z Compiling itoa v1.0.17
3992026-08-25T20:16:15.029Z Compiling pest v2.8.6
4002026-08-25T20:16:15.144Z Compiling rustix v1.1.4
4012026-08-25T20:16:15.166Z Compiling byteorder v1.5.0
4022026-08-25T20:16:15.276Z Compiling errno v0.3.14
4032026-08-25T20:16:15.392Z Compiling serde_json v1.0.151
4042026-08-25T20:16:15.535Z Compiling bitflags v2.11.0
4052026-08-25T20:16:15.684Z Compiling syn v2.0.117
4062026-08-25T20:16:15.720Z Compiling thread-id v4.2.2
4072026-08-25T20:16:15.758Z Compiling usdt-impl v0.5.0
4082026-08-25T20:16:15.802Z Compiling proc-macro-error-attr v1.0.4
4092026-08-25T20:16:15.842Z Compiling syn v1.0.109
4102026-08-25T20:16:15.964Z Compiling camino v1.2.5
4112026-08-25T20:16:16.137Z Compiling pest_meta v2.8.6
4122026-08-25T20:16:16.203Z Compiling proc-macro-error v1.0.4
4132026-08-25T20:16:16.299Z Compiling getrandom v0.4.3
4142026-08-25T20:16:16.323Z Compiling utf8parse v0.2.2
4152026-08-25T20:16:16.390Z Compiling plain v0.2.3
4162026-08-25T20:16:16.437Z Compiling log v0.4.33
4172026-08-25T20:16:16.624Z Compiling hashbrown v0.17.0
4182026-08-25T20:16:16.628Z Compiling equivalent v1.0.2
4192026-08-25T20:16:16.680Z Compiling terminal_size v0.4.3
4202026-08-25T20:16:16.825Z Compiling anstyle-parse v1.0.0
4212026-08-25T20:16:17.110Z Compiling indexmap v2.14.0
4222026-08-25T20:16:17.383Z Compiling cfg-if v1.0.4
4232026-08-25T20:16:17.447Z Compiling colorchoice v1.0.4
4242026-08-25T20:16:17.464Z Compiling toml_write v0.1.2
4252026-08-25T20:16:17.499Z Compiling is_terminal_polyfill v1.70.2
4262026-08-25T20:16:17.566Z Compiling autocfg v1.5.0
4272026-08-25T20:16:17.643Z Compiling winnow v0.7.14
4282026-08-25T20:16:17.734Z Compiling thiserror v2.0.18
4292026-08-25T20:16:17.764Z Compiling anstyle v1.0.14
4302026-08-25T20:16:17.812Z Compiling anstyle-query v1.1.5
4312026-08-25T20:16:17.842Z Compiling pretty-hex v0.4.1
4322026-08-25T20:16:17.984Z Compiling pest_generator v2.8.6
4332026-08-25T20:16:18.002Z Compiling anstream v1.0.0
4342026-08-25T20:16:18.066Z Compiling fs-err v3.3.0
4352026-08-25T20:16:18.261Z Compiling anyhow v1.0.104
4362026-08-25T20:16:18.296Z Compiling once_cell v1.21.3
4372026-08-25T20:16:18.313Z Compiling fastrand v2.3.0
4382026-08-25T20:16:18.520Z Compiling bytecount v0.6.9
4392026-08-25T20:16:18.539Z Compiling heck v0.4.1
4402026-08-25T20:16:18.577Z Compiling heck v0.5.0
4412026-08-25T20:16:18.595Z Compiling clap_lex v1.0.0
4422026-08-25T20:16:18.655Z Compiling strsim v0.11.1
4432026-08-25T20:16:18.696Z Compiling unicode-width v0.1.14
4442026-08-25T20:16:18.765Z Compiling fnv v1.0.7
4452026-08-25T20:16:18.833Z Compiling tempfile v3.27.0
4462026-08-25T20:16:18.869Z Compiling clap_builder v4.6.0
4472026-08-25T20:16:18.969Z Compiling papergrid v0.11.0
4482026-08-25T20:16:19.029Z Compiling cargo-platform v0.3.2
4492026-08-25T20:16:19.099Z Compiling semver v1.0.28
4502026-08-25T20:16:19.117Z Compiling tabled_derive v0.7.0
4512026-08-25T20:16:19.186Z Compiling memmap v0.7.0
4522026-08-25T20:16:19.204Z Compiling smawk v0.3.2
4532026-08-25T20:16:19.299Z Compiling unicode-linebreak v0.1.5
4542026-08-25T20:16:19.344Z Compiling unicode-width v0.2.0
4552026-08-25T20:16:19.418Z Compiling camino-tempfile v1.4.1
4562026-08-25T20:16:19.619Z Compiling textwrap v0.16.2
4572026-08-25T20:16:19.645Z Compiling swrite v0.1.0
4582026-08-25T20:16:19.649Z Compiling serde_derive v1.0.228
4592026-08-25T20:16:19.649Z Compiling thiserror-impl v1.0.69
4602026-08-25T20:16:19.744Z Compiling zerocopy-derive v0.7.35
4612026-08-25T20:16:19.886Z Compiling pest_derive v2.8.6
4622026-08-25T20:16:20.016Z Compiling scroll_derive v0.12.1
4632026-08-25T20:16:20.071Z Compiling thiserror-impl v2.0.18
4642026-08-25T20:16:20.328Z Compiling clap_derive v4.6.1
4652026-08-25T20:16:20.362Z Compiling tabled v0.15.0
4662026-08-25T20:16:20.607Z Compiling zerocopy v0.7.35
4672026-08-25T20:16:20.679Z Compiling scroll v0.12.0
4682026-08-25T20:16:20.996Z Compiling goblin v0.8.2
4692026-08-25T20:16:21.039Z Compiling dtrace-parser v0.2.0
4702026-08-25T20:16:21.882Z Compiling clap v4.6.1
4712026-08-25T20:16:22.561Z Compiling dof v0.3.0
4722026-08-25T20:16:22.561Z Compiling serde_tokenstream v0.2.3
4732026-08-25T20:16:22.566Z Compiling toml_datetime v0.6.11
4742026-08-25T20:16:22.566Z Compiling serde_spanned v0.6.9
4752026-08-25T20:16:22.566Z Compiling cargo_metadata v0.23.1
4762026-08-25T20:16:22.657Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-08-25T20:16:22.674Z Compiling macaddr v1.0.1
4782026-08-25T20:16:22.776Z Compiling toml_edit v0.22.27
4792026-08-25T20:16:23.366Z Compiling usdt-macro v0.5.0
4802026-08-25T20:16:23.385Z Compiling usdt-attr-macro v0.5.0
4812026-08-25T20:16:23.987Z Compiling usdt v0.5.0
4822026-08-25T20:16:24.139Z Compiling toml v0.8.23
4832026-08-25T20:16:24.456Z Compiling cargo_toml v0.21.0
4842026-08-25T20:16:25.714Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4852026-08-25T20:16:27.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.86s
4862026-08-25T20:16:27.938Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4872026-08-25T20:16:28.461Z Downloading crates ...
4882026-08-25T20:16:28.513Z Downloaded base16ct v0.2.0
4892026-08-25T20:16:28.519Z Downloaded ahash v0.8.12
4902026-08-25T20:16:28.523Z Downloaded bit-vec v0.6.3
4912026-08-25T20:16:28.526Z Downloaded blake2 v0.11.0-rc.6
4922026-08-25T20:16:28.530Z Downloaded cobs v0.3.0
4932026-08-25T20:16:28.534Z Downloaded cancel-safe-futures v0.1.5
4942026-08-25T20:16:28.547Z Downloaded bitvec v1.0.1
4952026-08-25T20:16:28.550Z Downloaded anstyle-parse v0.2.7
4962026-08-25T20:16:28.550Z Downloaded bb8 v0.8.6
4972026-08-25T20:16:28.555Z Downloaded array-init v0.0.4
4982026-08-25T20:16:28.555Z Downloaded futures-core v0.3.32
4992026-08-25T20:16:28.555Z Downloaded anstream v0.6.21
5002026-08-25T20:16:28.555Z Downloaded fallible-iterator v0.2.0
5012026-08-25T20:16:28.562Z Downloaded backon v1.6.0
5022026-08-25T20:16:28.562Z Downloaded argon2 v0.5.3
5032026-08-25T20:16:28.562Z Downloaded bit-vec v0.8.0
5042026-08-25T20:16:28.562Z Downloaded flume v0.11.1
5052026-08-25T20:16:28.565Z Downloaded async-bb8-diesel v0.2.1
5062026-08-25T20:16:28.566Z Downloaded assert_matches v1.5.0
5072026-08-25T20:16:28.566Z Downloaded foreign-types-shared v0.1.1
5082026-08-25T20:16:28.566Z Downloaded backoff v0.4.0
5092026-08-25T20:16:28.569Z Downloaded hostname v0.4.2
5102026-08-25T20:16:28.569Z Downloaded form_urlencoded v1.2.2
5112026-08-25T20:16:28.569Z Downloaded futures-task v0.3.32
5122026-08-25T20:16:28.570Z Downloaded endian-type v0.1.2
5132026-08-25T20:16:28.570Z Downloaded env_filter v2.0.0
5142026-08-25T20:16:28.570Z Downloaded headers-core v0.3.0
5152026-08-25T20:16:28.574Z Downloaded atty v0.2.14
5162026-08-25T20:16:28.577Z Downloaded bitfield-macros v0.19.4
5172026-08-25T20:16:28.577Z Downloaded enum-as-inner v0.6.1
5182026-08-25T20:16:28.577Z Downloaded float-ord v0.3.2
5192026-08-25T20:16:28.577Z Downloaded foreign-types v0.5.0
5202026-08-25T20:16:28.577Z Downloaded arrayref v0.3.9
5212026-08-25T20:16:28.577Z Downloaded foreign-types-macros v0.2.3
5222026-08-25T20:16:28.580Z Downloaded filetime v0.2.27
5232026-08-25T20:16:28.581Z Downloaded atomic-waker v1.1.2
5242026-08-25T20:16:28.581Z Downloaded nodrop v0.1.14
5252026-08-25T20:16:28.581Z Downloaded ascii-canvas v3.0.0
5262026-08-25T20:16:28.581Z Downloaded getrandom v0.2.17
5272026-08-25T20:16:28.586Z Downloaded flagset v0.4.7
5282026-08-25T20:16:28.589Z Downloaded foreign-types v0.3.2
5292026-08-25T20:16:28.589Z Downloaded futures-io v0.3.32
5302026-08-25T20:16:28.589Z Downloaded const-oid v0.10.2
5312026-08-25T20:16:28.589Z Downloaded bitfield v0.19.4
5322026-08-25T20:16:28.594Z Downloaded env_logger v0.11.11
5332026-08-25T20:16:28.594Z Downloaded aead v0.5.2
5342026-08-25T20:16:28.594Z Downloaded async-recursion v1.1.1
5352026-08-25T20:16:28.594Z Downloaded bit-set v0.8.0
5362026-08-25T20:16:28.594Z Downloaded backtrace-ext v0.2.1
5372026-08-25T20:16:28.597Z Downloaded foreign-types-shared v0.3.1
5382026-08-25T20:16:28.597Z Downloaded async-stream-impl v0.3.6
5392026-08-25T20:16:28.597Z Downloaded bcrypt-pbkdf v0.11.0
5402026-08-25T20:16:28.601Z Downloaded adler2 v2.0.1
5412026-08-25T20:16:28.601Z Downloaded bitfield-struct v0.6.2
5422026-08-25T20:16:28.604Z Downloaded bit-set v0.5.3
5432026-08-25T20:16:28.604Z Downloaded gethostname v0.5.0
5442026-08-25T20:16:28.608Z Downloaded async-stream v0.3.6
5452026-08-25T20:16:28.608Z Downloaded castaway v0.2.4
5462026-08-25T20:16:28.608Z Downloaded ciborium-io v0.2.2
5472026-08-25T20:16:28.608Z Downloaded ciborium-ll v0.2.2
5482026-08-25T20:16:28.612Z Downloaded compression-core v0.4.31
5492026-08-25T20:16:28.612Z Downloaded block-padding v0.4.2
5502026-08-25T20:16:28.615Z Downloaded futures-macro v0.3.32
5512026-08-25T20:16:28.618Z Downloaded fd-lock v4.0.4
5522026-08-25T20:16:28.618Z Downloaded block-buffer v0.12.1
5532026-08-25T20:16:28.622Z Downloaded float-cmp v0.10.0
5542026-08-25T20:16:28.622Z Downloaded fs-err v2.11.0
5552026-08-25T20:16:28.622Z Downloaded fxhash v0.2.1
5562026-08-25T20:16:28.622Z Downloaded ghash v0.6.0
5572026-08-25T20:16:28.630Z Downloaded fixedbitset v0.5.7
5582026-08-25T20:16:28.630Z Downloaded futures-executor v0.3.32
5592026-08-25T20:16:28.633Z Downloaded fixedbitset v0.4.2
5602026-08-25T20:16:28.639Z Downloaded cfg_aliases v0.1.1
5612026-08-25T20:16:28.642Z Downloaded nibble_vec v0.1.0
5622026-08-25T20:16:28.642Z Downloaded funty v2.0.0
5632026-08-25T20:16:28.643Z Downloaded atomicwrites v0.4.4
5642026-08-25T20:16:28.646Z Downloaded arrayvec v0.7.6
5652026-08-25T20:16:28.646Z Downloaded base64ct v1.8.3
5662026-08-25T20:16:28.649Z Downloaded cmake v0.1.57
5672026-08-25T20:16:28.649Z Downloaded futures-sink v0.3.32
5682026-08-25T20:16:28.652Z Downloaded hex-literal v1.1.0
5692026-08-25T20:16:28.653Z Downloaded hostname v0.3.1
5702026-08-25T20:16:28.653Z Downloaded http-body v1.0.1
5712026-08-25T20:16:28.661Z Downloaded foldhash v0.2.0
5722026-08-25T20:16:28.664Z Downloaded cfg_aliases v0.2.1
5732026-08-25T20:16:28.664Z Downloaded normalize-line-endings v0.3.0
5742026-08-25T20:16:28.667Z Downloaded num_threads v0.1.7
5752026-08-25T20:16:28.667Z Downloaded oxide-generation-macros v0.2.0
5762026-08-25T20:16:28.670Z Downloaded http-range v0.1.5
5772026-08-25T20:16:28.674Z Downloaded openssl-macros v0.1.1
5782026-08-25T20:16:28.674Z Downloaded predicates-core v1.0.10
5792026-08-25T20:16:28.674Z Downloaded progenitor-macro v0.14.0
5802026-08-25T20:16:28.674Z Downloaded radium v0.7.0
5812026-08-25T20:16:28.674Z Downloaded git-stub v1.0.0
5822026-08-25T20:16:28.674Z Downloaded hash32 v0.3.1
5832026-08-25T20:16:28.679Z Downloaded hubpack_derive v0.1.1
5842026-08-25T20:16:28.679Z Downloaded base16ct v1.0.0
5852026-08-25T20:16:28.679Z Downloaded rfc6979 v0.4.0
5862026-08-25T20:16:28.679Z Downloaded aes v0.9.1
5872026-08-25T20:16:28.683Z Downloaded hubpack v0.1.2
5882026-08-25T20:16:28.687Z Downloaded bcs v0.1.6
5892026-08-25T20:16:28.690Z Downloaded httpdate v1.0.3
5902026-08-25T20:16:28.690Z Downloaded hash32 v0.2.1
5912026-08-25T20:16:28.690Z Downloaded async-trait v0.1.89
5922026-08-25T20:16:28.714Z Downloaded buf-list v1.1.2
5932026-08-25T20:16:28.715Z Downloaded byte-wrapper v0.1.0
5942026-08-25T20:16:28.720Z Downloaded hex v0.4.3
5952026-08-25T20:16:28.720Z Downloaded home v0.5.12
5962026-08-25T20:16:28.720Z Downloaded phf_shared v0.13.1
5972026-08-25T20:16:28.720Z Downloaded cmov v0.5.4
5982026-08-25T20:16:28.720Z Downloaded cexpr v0.6.0
5992026-08-25T20:16:28.720Z Downloaded futures-channel v0.3.32
6002026-08-25T20:16:28.720Z Downloaded bitflags v1.3.2
6012026-08-25T20:16:28.720Z Downloaded blowfish v0.10.0
6022026-08-25T20:16:28.720Z Downloaded camino-tempfile-ext v0.3.3
6032026-08-25T20:16:28.721Z Downloaded rtoolbox v0.0.3
6042026-08-25T20:16:28.721Z Downloaded cbc v0.2.1
6052026-08-25T20:16:28.721Z Downloaded futures-util v0.3.32
6062026-08-25T20:16:28.721Z Downloaded russh-cryptovec v0.62.0
6072026-08-25T20:16:28.721Z Downloaded scopeguard v1.2.0
6082026-08-25T20:16:28.721Z Downloaded chacha20 v0.9.1
6092026-08-25T20:16:28.723Z Downloaded proc-macro-crate v3.4.0
6102026-08-25T20:16:28.723Z Downloaded proc-macro-crate v1.3.1
6112026-08-25T20:16:28.723Z Downloaded num-integer v0.1.46
6122026-08-25T20:16:28.727Z Downloaded rand_xorshift v0.4.0
6132026-08-25T20:16:28.727Z Downloaded recursive v0.1.1
6142026-08-25T20:16:28.727Z Downloaded same-file v1.0.6
6152026-08-25T20:16:28.727Z Downloaded secrecy v0.10.3
6162026-08-25T20:16:28.727Z Downloaded serde_plain v1.0.2
6172026-08-25T20:16:28.731Z Downloaded erased-serde v0.3.31
6182026-08-25T20:16:28.731Z Downloaded foldhash v0.1.5
6192026-08-25T20:16:28.731Z Downloaded ff v0.14.0
6202026-08-25T20:16:28.731Z Downloaded aead v0.6.1
6212026-08-25T20:16:28.732Z Downloaded cipher v0.5.2
6222026-08-25T20:16:28.735Z Downloaded cassowary v0.3.0
6232026-08-25T20:16:28.735Z Downloaded compression-codecs v0.4.37
6242026-08-25T20:16:28.735Z Downloaded num_enum v0.5.11
6252026-08-25T20:16:28.740Z Downloaded pem v3.0.6
6262026-08-25T20:16:28.740Z Downloaded fs_extra v1.3.0
6272026-08-25T20:16:28.745Z Downloaded group v0.13.0
6282026-08-25T20:16:28.745Z Downloaded enum_dispatch v0.3.13
6292026-08-25T20:16:28.745Z Downloaded humantime v2.3.0
6302026-08-25T20:16:28.745Z Downloaded find-msvc-tools v0.1.9
6312026-08-25T20:16:28.745Z Downloaded pbkdf2 v0.13.0
6322026-08-25T20:16:28.748Z Downloaded rand_chacha v0.9.0
6332026-08-25T20:16:28.748Z Downloaded strsim v0.10.0
6342026-08-25T20:16:28.748Z Downloaded signature v2.2.0
6352026-08-25T20:16:28.748Z Downloaded subtle v2.6.1
6362026-08-25T20:16:28.748Z Downloaded supports-unicode v3.0.0
6372026-08-25T20:16:28.748Z Downloaded slog-envlogger v2.2.0
6382026-08-25T20:16:28.753Z Downloaded stable_deref_trait v1.2.1
6392026-08-25T20:16:28.753Z Downloaded tokio-macros v2.7.0
6402026-08-25T20:16:28.753Z Downloaded argon2 v0.6.0-rc.8
6412026-08-25T20:16:28.753Z Downloaded sqlparser_derive v0.5.0
6422026-08-25T20:16:28.758Z Downloaded addr2line v0.25.1
6432026-08-25T20:16:28.758Z Downloaded const-oid v0.9.6
6442026-08-25T20:16:28.758Z Downloaded cipher v0.4.4
6452026-08-25T20:16:28.758Z Downloaded clang-sys v1.8.1
6462026-08-25T20:16:28.762Z Downloaded ciborium v0.2.2
6472026-08-25T20:16:28.768Z Downloaded bzip2 v0.4.4
6482026-08-25T20:16:28.771Z Downloaded bzip2 v0.6.1
6492026-08-25T20:16:28.771Z Downloaded chacha20 v0.10.0
6502026-08-25T20:16:28.774Z Downloaded glob v0.3.3
6512026-08-25T20:16:28.774Z Downloaded globset v0.4.18
6522026-08-25T20:16:28.774Z Downloaded globwalk v0.9.1
6532026-08-25T20:16:28.774Z Downloaded http-body-util v0.1.3
6542026-08-25T20:16:28.777Z Downloaded scroll v0.13.0
6552026-08-25T20:16:28.780Z Downloaded allocator-api2 v0.2.21
6562026-08-25T20:16:28.784Z Downloaded getrandom v0.3.4
6572026-08-25T20:16:28.789Z Downloaded serde_path_to_error v0.1.20
6582026-08-25T20:16:28.790Z Downloaded shlex v1.3.0
6592026-08-25T20:16:28.790Z Downloaded try-lock v0.2.5
6602026-08-25T20:16:28.790Z Downloaded testing_table v0.3.0
6612026-08-25T20:16:28.790Z Downloaded thiserror-impl-no-std v2.0.2
6622026-08-25T20:16:28.793Z Downloaded highway v1.3.0
6632026-08-25T20:16:28.793Z Downloaded polyval v0.7.1
6642026-08-25T20:16:28.793Z Downloaded port-file v0.1.0
6652026-08-25T20:16:28.793Z Downloaded tower-layer v0.3.3
6662026-08-25T20:16:28.793Z Downloaded trait-variant v0.1.2
6672026-08-25T20:16:28.793Z Downloaded universal-hash v0.6.1
6682026-08-25T20:16:28.793Z Downloaded pin-project-lite v0.2.17
6692026-08-25T20:16:28.796Z Downloaded psm v0.1.30
6702026-08-25T20:16:28.800Z Downloaded rpassword v7.5.4
6712026-08-25T20:16:28.800Z Downloaded zone_cfg_derive v0.3.1
6722026-08-25T20:16:28.800Z Downloaded bs58 v0.5.1
6732026-08-25T20:16:28.804Z Downloaded console v0.16.2
6742026-08-25T20:16:28.804Z Downloaded unarray v0.1.4
6752026-08-25T20:16:28.804Z Downloaded colored v2.2.0
6762026-08-25T20:16:28.804Z Downloaded parking_lot v0.11.2
6772026-08-25T20:16:28.808Z Downloaded yoke-derive v0.8.1
6782026-08-25T20:16:28.812Z Downloaded string_cache v0.8.9
6792026-08-25T20:16:28.812Z Downloaded synstructure v0.13.2
6802026-08-25T20:16:28.812Z Downloaded ff v0.13.1
6812026-08-25T20:16:28.815Z Downloaded hyper-rustls v0.27.7
6822026-08-25T20:16:28.818Z Downloaded curve25519-dalek-derive v0.1.1
6832026-08-25T20:16:28.818Z Downloaded darling_macro v0.20.11
6842026-08-25T20:16:28.821Z Downloaded blake2 v0.10.6
6852026-08-25T20:16:28.821Z Downloaded console v0.15.11
6862026-08-25T20:16:28.824Z Downloaded serde-hex v0.1.0
6872026-08-25T20:16:28.824Z Downloaded simd-adler32 v0.3.8
6882026-08-25T20:16:28.824Z Downloaded slog-json v2.6.1
6892026-08-25T20:16:28.824Z Downloaded spki v0.8.0
6902026-08-25T20:16:28.827Z Downloaded zeroize_derive v1.5.0
6912026-08-25T20:16:28.827Z Downloaded crunchy v0.2.4
6922026-08-25T20:16:28.827Z Downloaded futures v0.3.32
6932026-08-25T20:16:28.830Z Downloaded generic-array v1.4.3
6942026-08-25T20:16:28.830Z Downloaded strum_macros v0.24.3
6952026-08-25T20:16:28.834Z Downloaded colored v3.1.1
6962026-08-25T20:16:28.837Z Downloaded git-stub-vcs v0.1.0
6972026-08-25T20:16:28.837Z Downloaded group v0.14.0
6982026-08-25T20:16:28.837Z Downloaded half v1.8.3
6992026-08-25T20:16:28.840Z Downloaded tokio-native-tls v0.3.1
7002026-08-25T20:16:28.841Z Downloaded debug-ignore v1.0.5
7012026-08-25T20:16:28.841Z Downloaded defmt v0.3.100
7022026-08-25T20:16:28.841Z Downloaded async-compression v0.4.41
7032026-08-25T20:16:28.844Z Downloaded parking_lot v0.12.5
7042026-08-25T20:16:28.847Z Downloaded arc-swap v1.8.2
7052026-08-25T20:16:28.847Z Downloaded dof v0.4.0
7062026-08-25T20:16:28.853Z Downloaded dsl_auto_type v0.2.0
7072026-08-25T20:16:28.856Z Downloaded dirs-sys-next v0.1.2
7082026-08-25T20:16:28.856Z Downloaded fatfs v0.3.6
7092026-08-25T20:16:28.856Z Downloaded hyper-tls v0.6.0
7102026-08-25T20:16:28.859Z Downloaded inout v0.1.4
7112026-08-25T20:16:28.859Z Downloaded serde_with_macros v3.21.0
7122026-08-25T20:16:28.860Z Downloaded serde_with_macros v1.5.2
7132026-08-25T20:16:28.863Z Downloaded usdt-impl v0.6.0
7142026-08-25T20:16:28.863Z Downloaded illumos-nvpair v0.3.0
7152026-08-25T20:16:28.863Z Downloaded vergen-lib v0.1.6
7162026-08-25T20:16:28.863Z Downloaded wyz v0.5.1
7172026-08-25T20:16:28.868Z Downloaded lazy_static v1.5.0
7182026-08-25T20:16:28.868Z Downloaded flate2 v1.1.9
7192026-08-25T20:16:28.872Z Downloaded hybrid-array v0.4.13
7202026-08-25T20:16:28.872Z Downloaded keccak v0.1.6
7212026-08-25T20:16:28.872Z Downloaded lalrpop-util v0.19.12
7222026-08-25T20:16:28.872Z Downloaded managed v0.8.0
7232026-08-25T20:16:28.872Z Downloaded lzss v0.8.2
7242026-08-25T20:16:28.875Z Downloaded memoffset v0.9.1
7252026-08-25T20:16:28.875Z Downloaded poly1305 v0.9.0
7262026-08-25T20:16:28.875Z Downloaded progenitor-client v0.13.0
7272026-08-25T20:16:28.876Z Downloaded tls_codec v0.4.2
7282026-08-25T20:16:28.876Z Downloaded toml_writer v1.1.1+spec-1.1.0
7292026-08-25T20:16:28.876Z Downloaded unicase v2.9.0
7302026-08-25T20:16:28.879Z Downloaded phf v0.12.1
7312026-08-25T20:16:28.880Z Downloaded newtype-uuid-macros v0.1.0
7322026-08-25T20:16:28.880Z Downloaded papergrid v0.18.0
7332026-08-25T20:16:28.882Z Downloaded constant_time_eq v0.4.2
7342026-08-25T20:16:28.882Z Downloaded hmac v0.12.1
7352026-08-25T20:16:28.882Z Downloaded const_format_proc_macros v0.2.34
7362026-08-25T20:16:28.885Z Downloaded walkdir v2.5.0
7372026-08-25T20:16:28.885Z Downloaded half v2.7.1
7382026-08-25T20:16:28.888Z Downloaded num-iter v0.1.45
7392026-08-25T20:16:28.891Z Downloaded bytes v1.11.1
7402026-08-25T20:16:28.894Z Downloaded critical-section v1.2.0
7412026-08-25T20:16:28.894Z Downloaded ctr v0.10.1
7422026-08-25T20:16:28.894Z Downloaded hmac v0.13.0
7432026-08-25T20:16:28.897Z Downloaded slog-scope v4.4.1
7442026-08-25T20:16:28.897Z Downloaded slog-stdlog v4.1.1
7452026-08-25T20:16:28.897Z Downloaded chumsky v0.9.3
7462026-08-25T20:16:28.900Z Downloaded compact_str v0.8.1
7472026-08-25T20:16:28.900Z Downloaded elliptic-curve v0.14.1
7482026-08-25T20:16:28.904Z Downloaded newline-converter v0.3.0
7492026-08-25T20:16:28.904Z Downloaded newtype_derive v0.1.6
7502026-08-25T20:16:28.904Z Downloaded peg-runtime v0.8.5
7512026-08-25T20:16:28.904Z Downloaded rustls-platform-verifier v0.6.2
7522026-08-25T20:16:28.909Z Downloaded openssl-probe v0.1.6
7532026-08-25T20:16:28.909Z Downloaded openssl-probe v0.2.1
7542026-08-25T20:16:28.909Z Downloaded path-slash v0.1.5
7552026-08-25T20:16:28.909Z Downloaded potential_utf v0.1.4
7562026-08-25T20:16:28.909Z Downloaded progenitor-macro v0.13.0
7572026-08-25T20:16:28.916Z Downloaded base64 v0.21.7
7582026-08-25T20:16:28.920Z Downloaded either v1.15.0
7592026-08-25T20:16:28.933Z Downloaded ingot-types v0.2.0
7602026-08-25T20:16:28.934Z Downloaded rand_pcg v0.10.2
7612026-08-25T20:16:28.934Z Downloaded httparse v1.10.1
7622026-08-25T20:16:28.940Z Downloaded oso v0.27.3
7632026-08-25T20:16:28.940Z Downloaded oxide-update-engine-types v0.1.2
7642026-08-25T20:16:28.940Z Downloaded rustc-hash v2.1.1
7652026-08-25T20:16:28.940Z Downloaded defmt v1.0.1
7662026-08-25T20:16:28.940Z Downloaded defmt-macros v1.0.1
7672026-08-25T20:16:28.940Z Downloaded linear-map v1.2.0
7682026-08-25T20:16:28.940Z Downloaded diesel-dtrace v0.5.0
7692026-08-25T20:16:28.945Z Downloaded term v1.2.1
7702026-08-25T20:16:28.945Z Downloaded ipnetwork v0.21.1
7712026-08-25T20:16:28.945Z Downloaded mime_guess v2.0.5
7722026-08-25T20:16:28.945Z Downloaded p384 v0.14.0
7732026-08-25T20:16:28.945Z Downloaded chacha20poly1305 v0.10.1
7742026-08-25T20:16:28.951Z Downloaded slog v2.8.2
7752026-08-25T20:16:28.951Z Downloaded ref-cast v1.0.25
7762026-08-25T20:16:28.952Z Downloaded module-lattice v0.2.3
7772026-08-25T20:16:28.956Z Downloaded num_enum_derive v0.5.11
7782026-08-25T20:16:28.956Z Downloaded sponge-cursor v0.1.0
7792026-08-25T20:16:28.956Z Downloaded seq-macro v0.3.6
7802026-08-25T20:16:28.956Z Downloaded thiserror-no-std v2.0.2
7812026-08-25T20:16:28.961Z Downloaded structmeta-derive v0.3.0
7822026-08-25T20:16:28.961Z Downloaded supports-hyperlinks v3.2.0
7832026-08-25T20:16:28.961Z Downloaded time-core v0.1.8
7842026-08-25T20:16:28.961Z Downloaded ar_archive_writer v0.5.1
7852026-08-25T20:16:28.961Z Downloaded hashbrown v0.15.5
7862026-08-25T20:16:28.965Z Downloaded pkcs1 v0.7.5
7872026-08-25T20:16:28.965Z Downloaded base64 v0.22.1
7882026-08-25T20:16:28.968Z Downloaded libsw v3.5.0
7892026-08-25T20:16:28.968Z Downloaded sha1 v0.10.6
7902026-08-25T20:16:28.968Z Downloaded signal-hook-mio v0.2.5
7912026-08-25T20:16:28.968Z Downloaded peg-macros v0.8.5
7922026-08-25T20:16:28.968Z Downloaded sync_wrapper v1.0.2
7932026-08-25T20:16:28.972Z Downloaded rcgen v0.12.1
7942026-08-25T20:16:28.976Z Downloaded peg v0.8.5
7952026-08-25T20:16:28.976Z Downloaded primeorder v0.13.6
7962026-08-25T20:16:28.976Z Downloaded topological-sort v0.2.2
7972026-08-25T20:16:28.982Z Downloaded unicode-truncate v1.1.0
7982026-08-25T20:16:28.982Z Downloaded untrusted v0.7.1
7992026-08-25T20:16:28.982Z Downloaded usdt-macro v0.6.0
8002026-08-25T20:16:28.983Z Downloaded headers v0.4.1
8012026-08-25T20:16:28.983Z Downloaded primefield v0.14.0
8022026-08-25T20:16:28.986Z Downloaded backtrace v0.3.76
8032026-08-25T20:16:28.986Z Downloaded darling v0.20.11
8042026-08-25T20:16:28.986Z Downloaded toml v0.7.8
8052026-08-25T20:16:28.989Z Downloaded cc v1.2.56
8062026-08-25T20:16:28.989Z Downloaded ecdsa v0.17.0
8072026-08-25T20:16:28.989Z Downloaded newtype-uuid v1.3.2
8082026-08-25T20:16:28.994Z Downloaded packed_struct v0.10.1
8092026-08-25T20:16:28.995Z Downloaded pem-rfc7468 v0.7.0
8102026-08-25T20:16:28.995Z Downloaded rand_core v0.10.0
8112026-08-25T20:16:28.995Z Downloaded usdt-attr-macro v0.6.0
8122026-08-25T20:16:28.995Z Downloaded password-hash v0.5.0
8132026-08-25T20:16:29.000Z Downloaded poly1305 v0.8.0
8142026-08-25T20:16:29.000Z Downloaded cpufeatures v0.3.0
8152026-08-25T20:16:29.002Z Downloaded tokio-test v0.4.5
8162026-08-25T20:16:29.003Z Downloaded sync-ptr v0.1.4
8172026-08-25T20:16:29.003Z Downloaded lock_api v0.4.14
8182026-08-25T20:16:29.008Z Downloaded resolv-conf v0.7.6
8192026-08-25T20:16:29.008Z Downloaded utf-8 v0.7.6
8202026-08-25T20:16:29.015Z Downloaded utf8_iter v1.0.4
8212026-08-25T20:16:29.016Z Downloaded rustc-demangle v0.1.27
8222026-08-25T20:16:29.016Z Downloaded heapless v0.8.0
8232026-08-25T20:16:29.020Z Downloaded slog-term v2.9.2
8242026-08-25T20:16:29.020Z Downloaded dyn-clone v1.0.20
8252026-08-25T20:16:29.021Z Downloaded prettyplease v0.2.37
8262026-08-25T20:16:29.026Z Downloaded ml-kem v0.3.2
8272026-08-25T20:16:29.029Z Downloaded is-terminal v0.4.17
8282026-08-25T20:16:29.029Z Downloaded crc-catalog v2.4.0
8292026-08-25T20:16:29.034Z Downloaded strum_macros v0.27.2
8302026-08-25T20:16:29.034Z Downloaded tokio-dtrace v0.1.1
8312026-08-25T20:16:29.034Z Downloaded dirs-next v2.0.0
8322026-08-25T20:16:29.034Z Downloaded expectorate v1.2.0
8332026-08-25T20:16:29.039Z Downloaded hyper-staticfile v0.10.1
8342026-08-25T20:16:29.039Z Downloaded bumpalo v3.20.2
8352026-08-25T20:16:29.039Z Downloaded rustls-pemfile v2.2.0
8362026-08-25T20:16:29.044Z Downloaded sec1 v0.7.3
8372026-08-25T20:16:29.044Z Downloaded rustls-native-certs v0.8.3
8382026-08-25T20:16:29.044Z Downloaded defmt-parser v1.0.0
8392026-08-25T20:16:29.044Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8402026-08-25T20:16:29.049Z Downloaded lru-slab v0.1.2
8412026-08-25T20:16:29.049Z Downloaded digest-io v0.1.0
8422026-08-25T20:16:29.049Z Downloaded samael v0.0.19
8432026-08-25T20:16:29.053Z Downloaded rayon-core v1.13.0
8442026-08-25T20:16:29.053Z Downloaded quinn-udp v0.5.14
8452026-08-25T20:16:29.053Z Downloaded jobserver v0.1.34
8462026-08-25T20:16:29.053Z Downloaded dropshot-api-manager-types v0.8.0
8472026-08-25T20:16:29.053Z Downloaded zstd v0.13.3
8482026-08-25T20:16:29.104Z Downloaded ctutils v0.4.2
8492026-08-25T20:16:29.104Z Downloaded jiff-static v0.2.34
8502026-08-25T20:16:29.116Z Downloaded is_ci v1.2.0
8512026-08-25T20:16:29.116Z Downloaded kstat-rs v0.2.5
8522026-08-25T20:16:29.116Z Downloaded oso-derive v0.27.3
8532026-08-25T20:16:29.116Z Downloaded md-5 v0.10.6
8542026-08-25T20:16:29.116Z Downloaded percent-encoding v2.3.2
8552026-08-25T20:16:29.116Z Downloaded predicates-tree v1.0.13
8562026-08-25T20:16:29.116Z Downloaded signal-hook-registry v1.4.8
8572026-08-25T20:16:29.116Z Downloaded ssh-encoding v0.3.0
8582026-08-25T20:16:29.116Z Downloaded unsafe-libyaml v0.2.11
8592026-08-25T20:16:29.117Z Downloaded vte v0.14.1
8602026-08-25T20:16:29.117Z Downloaded serdect v0.4.3
8612026-08-25T20:16:29.117Z Downloaded ref-cast-impl v1.0.25
8622026-08-25T20:16:29.117Z Downloaded mime v0.3.17
8632026-08-25T20:16:29.117Z Downloaded packed_struct_codegen v0.10.1
8642026-08-25T20:16:29.117Z Downloaded uzers v0.12.2
8652026-08-25T20:16:29.117Z Downloaded scroll_derive v0.13.1
8662026-08-25T20:16:29.122Z Downloaded toml_parser v1.1.2+spec-1.1.0
8672026-08-25T20:16:29.122Z Downloaded heapless v0.7.17
8682026-08-25T20:16:29.122Z Downloaded indicatif v0.18.4
8692026-08-25T20:16:29.122Z Downloaded tui-tree-widget v0.23.1
8702026-08-25T20:16:29.122Z Downloaded nanorand v0.7.0
8712026-08-25T20:16:29.122Z Downloaded rand_chacha v0.3.1
8722026-08-25T20:16:29.125Z Downloaded csv-core v0.1.13
8732026-08-25T20:16:29.125Z Downloaded num-complex v0.4.6
8742026-08-25T20:16:29.128Z Downloaded rustls-pki-types v1.14.0
8752026-08-25T20:16:29.128Z Downloaded zstd-safe v7.2.4
8762026-08-25T20:16:29.128Z Downloaded oxide-update-engine v0.1.2
8772026-08-25T20:16:29.133Z Downloaded unicode-xid v0.2.6
8782026-08-25T20:16:29.133Z Downloaded pem-rfc7468 v1.0.0
8792026-08-25T20:16:29.133Z Downloaded paste v1.0.15
8802026-08-25T20:16:29.138Z Downloaded take_mut v0.2.2
8812026-08-25T20:16:29.138Z Downloaded serde_repr v0.1.20
8822026-08-25T20:16:29.138Z Downloaded siphasher v1.0.2
8832026-08-25T20:16:29.141Z Downloaded zip v0.6.6
8842026-08-25T20:16:29.141Z Downloaded derive_builder v0.20.2
8852026-08-25T20:16:29.144Z Downloaded des v0.9.0
8862026-08-25T20:16:29.144Z Downloaded icu_provider v2.1.1
8872026-08-25T20:16:29.144Z Downloaded serde_cbor v0.11.2
8882026-08-25T20:16:29.149Z Downloaded convert_case v0.4.0
8892026-08-25T20:16:29.152Z Downloaded crypto-common v0.2.2
8902026-08-25T20:16:29.152Z Downloaded tower-service v0.3.3
8912026-08-25T20:16:29.152Z Downloaded downcast-rs v2.0.2
8922026-08-25T20:16:29.155Z Downloaded crossbeam-channel v0.5.15
8932026-08-25T20:16:29.159Z Downloaded const_format v0.2.35
8942026-08-25T20:16:29.165Z Downloaded ingot-macros v0.2.0
8952026-08-25T20:16:29.171Z Downloaded sec1 v0.8.1
8962026-08-25T20:16:29.171Z Downloaded sqlformat v0.3.5
8972026-08-25T20:16:29.176Z Downloaded libsw-core v0.3.2
8982026-08-25T20:16:29.176Z Downloaded miette-derive v7.6.0
8992026-08-25T20:16:29.176Z Downloaded num_enum_derive v0.7.6
9002026-08-25T20:16:29.176Z Downloaded postgres-types v0.2.12
9012026-08-25T20:16:29.179Z Downloaded indoc v1.0.9
9022026-08-25T20:16:29.179Z Downloaded thread_local v1.1.9
9032026-08-25T20:16:29.179Z Downloaded tinyvec v1.10.0
9042026-08-25T20:16:29.179Z Downloaded proc-macro-error2 v2.0.1
9052026-08-25T20:16:29.183Z Downloaded wait-timeout v0.2.1
9062026-08-25T20:16:29.183Z Downloaded cpubits v0.1.1
9072026-08-25T20:16:29.183Z Downloaded cstr-argument v0.1.2
9082026-08-25T20:16:29.186Z Downloaded darling_macro v0.21.3
9092026-08-25T20:16:29.186Z Downloaded support-bundle-viewer v0.1.2
9102026-08-25T20:16:29.192Z Downloaded maybe-uninit v2.0.0
9112026-08-25T20:16:29.192Z Downloaded instability v0.3.11
9122026-08-25T20:16:29.196Z Downloaded hickory-resolver v0.25.2
9132026-08-25T20:16:29.199Z Downloaded zeroize v1.9.0
9142026-08-25T20:16:29.202Z Downloaded hickory-resolver v0.24.4
9152026-08-25T20:16:29.206Z Downloaded hickory-server v0.25.2
9162026-08-25T20:16:29.211Z Downloaded num-derive v0.4.2
9172026-08-25T20:16:29.211Z Downloaded vergen-gitcl v1.0.8
9182026-08-25T20:16:29.211Z Downloaded x509-cert v0.2.5
9192026-08-25T20:16:29.214Z Downloaded crossbeam-utils v0.8.21
9202026-08-25T20:16:29.214Z Downloaded darling_core v0.20.11
9212026-08-25T20:16:29.218Z Downloaded hashbrown v0.13.2
9222026-08-25T20:16:29.222Z Downloaded progenitor-extras v0.2.0
9232026-08-25T20:16:29.222Z Downloaded whoami v2.1.0
9242026-08-25T20:16:29.223Z Downloaded darling v0.23.0
9252026-08-25T20:16:29.226Z Downloaded data-encoding v2.10.0
9262026-08-25T20:16:29.226Z Downloaded olpc-cjson v0.1.4
9272026-08-25T20:16:29.226Z Downloaded static_assertions v1.1.0
9282026-08-25T20:16:29.229Z Downloaded lru v0.12.5
9292026-08-25T20:16:29.233Z Downloaded serde_derive_internals v0.29.1
9302026-08-25T20:16:29.233Z Downloaded smf v0.2.3
9312026-08-25T20:16:29.233Z Downloaded ed25519 v3.0.0
9322026-08-25T20:16:29.233Z Downloaded unicode_categories v0.1.1
9332026-08-25T20:16:29.236Z Downloaded elliptic-curve v0.13.8
9342026-08-25T20:16:29.241Z Downloaded indexmap v1.9.3
9352026-08-25T20:16:29.245Z Downloaded termios v0.3.3
9362026-08-25T20:16:29.245Z Downloaded opaque-debug v0.3.1
9372026-08-25T20:16:29.248Z Downloaded parse-display v0.10.0
9382026-08-25T20:16:29.249Z Downloaded precomputed-hash v0.1.1
9392026-08-25T20:16:29.249Z Downloaded quick-error v1.2.3
9402026-08-25T20:16:29.256Z Downloaded zerovec-derive v0.11.2
9412026-08-25T20:16:29.262Z Downloaded openssl-sys v0.9.117
9422026-08-25T20:16:29.262Z Downloaded pretty_assertions v1.4.1
9432026-08-25T20:16:29.262Z Downloaded num-bigint-dig v0.8.6
9442026-08-25T20:16:29.265Z Downloaded qorb v0.4.1
9452026-08-25T20:16:29.268Z Downloaded pkcs8 v0.10.2
9462026-08-25T20:16:29.268Z Downloaded pkcs8 v0.11.0
9472026-08-25T20:16:29.271Z Downloaded corncobs v0.1.4
9482026-08-25T20:16:29.271Z Downloaded signature v3.0.0
9492026-08-25T20:16:29.271Z Downloaded digest v0.11.3
9502026-08-25T20:16:29.274Z Downloaded rustc_version v0.1.7
9512026-08-25T20:16:29.274Z Downloaded serde-big-array v0.5.1
9522026-08-25T20:16:29.277Z Downloaded twox-hash v2.1.2
9532026-08-25T20:16:29.277Z Downloaded russh-util v0.52.0
9542026-08-25T20:16:29.279Z Downloaded serde_urlencoded v0.7.1
9552026-08-25T20:16:29.283Z Downloaded derive_builder_core v0.20.2
9562026-08-25T20:16:29.283Z Downloaded knus-derive v3.4.0
9572026-08-25T20:16:29.283Z Downloaded omicron-zone-package v0.12.3
9582026-08-25T20:16:29.283Z Downloaded uuid v1.23.4
9592026-08-25T20:16:29.286Z Downloaded strum v0.27.2
9602026-08-25T20:16:29.286Z Downloaded tabwriter v1.4.1
9612026-08-25T20:16:29.292Z Downloaded hashbrown v0.12.3
9622026-08-25T20:16:29.292Z Downloaded unit-prefix v0.5.2
9632026-08-25T20:16:29.295Z Downloaded slog-bunyan v2.5.0
9642026-08-25T20:16:29.295Z Downloaded pkcs5 v0.8.1
9652026-08-25T20:16:29.298Z Downloaded derive-where v1.6.0
9662026-08-25T20:16:29.302Z Downloaded rustversion v1.0.22
9672026-08-25T20:16:29.302Z Downloaded aws-lc-rs v1.16.3
9682026-08-25T20:16:29.307Z Downloaded stringprep v0.1.5
9692026-08-25T20:16:29.311Z Downloaded multer v3.1.0
9702026-08-25T20:16:29.311Z Downloaded void v1.0.2
9712026-08-25T20:16:29.314Z Downloaded wnaf v0.14.0
9722026-08-25T20:16:29.314Z Downloaded icu_locale_core v2.1.1
9732026-08-25T20:16:29.317Z Downloaded ignore v0.4.25
9742026-08-25T20:16:29.323Z Downloaded tokio-rustls v0.26.4
9752026-08-25T20:16:29.323Z Downloaded nu-ansi-term v0.50.3
9762026-08-25T20:16:29.323Z Downloaded phf_shared v0.11.3
9772026-08-25T20:16:29.327Z Downloaded tinyvec_macros v0.1.1
9782026-08-25T20:16:29.327Z Downloaded rfc6979 v0.6.0
9792026-08-25T20:16:29.332Z Downloaded derive_more v2.1.1
9802026-08-25T20:16:29.337Z Downloaded diesel_table_macro_syntax v0.3.0
9812026-08-25T20:16:29.337Z Downloaded dtrace-parser v0.3.0
9822026-08-25T20:16:29.337Z Downloaded embedded-io v0.6.1
9832026-08-25T20:16:29.337Z Downloaded socket2 v0.5.10
9842026-08-25T20:16:29.341Z Downloaded steno v0.4.1
9852026-08-25T20:16:29.341Z Downloaded yasna v0.5.2
9862026-08-25T20:16:29.341Z Downloaded yoke v0.8.1
9872026-08-25T20:16:29.341Z Downloaded zerocopy-derive v0.8.55
9882026-08-25T20:16:29.346Z Downloaded predicates v3.1.4
9892026-08-25T20:16:29.351Z Downloaded tungstenite v0.23.0
9902026-08-25T20:16:29.351Z Downloaded num-traits v0.2.19
9912026-08-25T20:16:29.356Z Downloaded rustyline v14.0.0
9922026-08-25T20:16:29.356Z Downloaded indent_write v2.2.0
9932026-08-25T20:16:29.356Z Downloaded aes-gcm v0.11.0
9942026-08-25T20:16:29.360Z Downloaded lru-cache v0.1.2
9952026-08-25T20:16:29.367Z Downloaded unicode-bidi v0.3.18
9962026-08-25T20:16:29.370Z Downloaded ed25519-dalek v3.0.0
9972026-08-25T20:16:29.373Z Downloaded spki v0.7.3
9982026-08-25T20:16:29.373Z Downloaded yansi v1.0.1
9992026-08-25T20:16:29.373Z Downloaded http v1.4.2
10002026-08-25T20:16:29.379Z Downloaded progenitor-client v0.14.0
10012026-08-25T20:16:29.379Z Downloaded stacker v0.1.23
10022026-08-25T20:16:29.385Z Downloaded crypto-bigint v0.5.5
10032026-08-25T20:16:29.389Z Downloaded ron v0.8.1
10042026-08-25T20:16:29.389Z Downloaded itertools v0.10.5
10052026-08-25T20:16:29.392Z Downloaded nonempty v0.12.0
10062026-08-25T20:16:29.392Z Downloaded oxnet v0.1.6
10072026-08-25T20:16:29.392Z Downloaded rustls-webpki v0.103.13
10082026-08-25T20:16:29.396Z Downloaded schemars v0.8.22
10092026-08-25T20:16:29.400Z Downloaded ed25519-dalek v2.2.0
10102026-08-25T20:16:29.403Z Downloaded time-macros v0.2.27
10112026-08-25T20:16:29.405Z Downloaded tiny-keccak v2.0.2
10122026-08-25T20:16:29.406Z Downloaded tinystr v0.8.2
10132026-08-25T20:16:29.406Z Downloaded pkcs1 v0.8.0-rc.4
10142026-08-25T20:16:29.411Z Downloaded similar v2.7.0
10152026-08-25T20:16:29.411Z Downloaded writeable v0.6.2
10162026-08-25T20:16:29.414Z Downloaded serde_yaml v0.9.34+deprecated
10172026-08-25T20:16:29.414Z Downloaded usdt v0.6.0
10182026-08-25T20:16:29.418Z Downloaded serde_spanned v1.1.1
10192026-08-25T20:16:29.418Z Downloaded shell-words v1.1.1
10202026-08-25T20:16:29.419Z Downloaded zerofrom v0.1.6
10212026-08-25T20:16:29.422Z Downloaded sapling-renderdag v0.1.0
10222026-08-25T20:16:29.427Z Downloaded rustc_version v0.4.1
10232026-08-25T20:16:29.436Z Downloaded native-tls v0.2.18
10242026-08-25T20:16:29.440Z Downloaded drift v0.2.0
10252026-08-25T20:16:29.444Z Downloaded zone v0.3.1
10262026-08-25T20:16:29.444Z Downloaded toml_edit v0.23.10+spec-1.0.0
10272026-08-25T20:16:29.449Z Downloaded aho-corasick v1.1.4
10282026-08-25T20:16:29.455Z Downloaded indoc v2.0.7
10292026-08-25T20:16:29.455Z Downloaded keccak v0.2.0
10302026-08-25T20:16:29.455Z Downloaded strum v0.26.3
10312026-08-25T20:16:29.455Z Downloaded waitgroup v0.1.2
10322026-08-25T20:16:29.455Z Downloaded tungstenite v0.21.0
10332026-08-25T20:16:29.462Z Downloaded darling_macro v0.23.0
10342026-08-25T20:16:29.462Z Downloaded document-features v0.2.12
10352026-08-25T20:16:29.462Z Downloaded progenitor-impl v0.13.0
10362026-08-25T20:16:29.462Z Downloaded postgres-protocol v0.6.10
10372026-08-25T20:16:29.462Z Downloaded libloading v0.8.9
10382026-08-25T20:16:29.467Z Downloaded rand_core v0.9.5
10392026-08-25T20:16:29.469Z Downloaded hashbrown v0.16.1
10402026-08-25T20:16:29.478Z Downloaded darling_core v0.13.4
10412026-08-25T20:16:29.486Z Downloaded diesel_derives v2.3.7
10422026-08-25T20:16:29.486Z Downloaded oxide-update-engine-display v0.1.2
10432026-08-25T20:16:29.486Z Downloaded recursive-proc-macro-impl v0.1.1
10442026-08-25T20:16:29.487Z Downloaded secrecy v0.8.0
10452026-08-25T20:16:29.487Z Downloaded signal-hook-tokio v0.3.1
10462026-08-25T20:16:29.490Z Downloaded rand v0.10.1
10472026-08-25T20:16:29.490Z Downloaded tls_codec_derive v0.4.2
10482026-08-25T20:16:29.490Z Downloaded parse-display-derive v0.10.0
10492026-08-25T20:16:29.490Z Downloaded phc v0.6.1
10502026-08-25T20:16:29.494Z Downloaded illumos-nvpair-sys v0.2.0
10512026-08-25T20:16:29.495Z Downloaded psl-types v2.0.11
10522026-08-25T20:16:29.499Z Downloaded postcard v1.1.3
10532026-08-25T20:16:29.499Z Downloaded darling v0.21.3
10542026-08-25T20:16:29.502Z Downloaded smallvec v0.6.14
10552026-08-25T20:16:29.502Z Downloaded scheduled-thread-pool v0.2.7
10562026-08-25T20:16:29.507Z Downloaded crc32fast v1.5.0
10572026-08-25T20:16:29.516Z Downloaded tokio-tungstenite v0.23.1
10582026-08-25T20:16:29.519Z Downloaded progenitor-impl v0.14.0
10592026-08-25T20:16:29.522Z Downloaded xshell v0.2.7
10602026-08-25T20:16:29.527Z Downloaded dropshot-api-manager v0.8.0
10612026-08-25T20:16:29.530Z Downloaded idna_adapter v1.2.1
10622026-08-25T20:16:29.530Z Downloaded tokio-util v0.7.18
10632026-08-25T20:16:29.535Z Downloaded zip v4.6.1
10642026-08-25T20:16:29.538Z Downloaded num-rational v0.4.2
10652026-08-25T20:16:29.538Z Downloaded url v2.5.8
10662026-08-25T20:16:29.538Z Downloaded p521 v0.14.0
10672026-08-25T20:16:29.538Z Downloaded internet-checksum v0.2.1
10682026-08-25T20:16:29.539Z Downloaded strum_macros v0.26.4
10692026-08-25T20:16:29.545Z Downloaded zerofrom-derive v0.1.6
10702026-08-25T20:16:29.545Z Downloaded crucible-workspace-hack v0.1.0
10712026-08-25T20:16:29.549Z Downloaded winnow v0.6.26
10722026-08-25T20:16:29.549Z Downloaded hyper v1.10.1
10732026-08-25T20:16:29.557Z Downloaded icu_normalizer_data v2.1.1
10742026-08-25T20:16:29.562Z Downloaded icu_properties v2.1.2
10752026-08-25T20:16:29.562Z Downloaded tracing-core v0.1.36
10762026-08-25T20:16:29.564Z Downloaded litemap v0.8.1
10772026-08-25T20:16:29.564Z Downloaded daft v0.1.8
10782026-08-25T20:16:29.564Z Downloaded deranged v0.5.8
10792026-08-25T20:16:29.564Z Downloaded num_enum v0.7.6
10802026-08-25T20:16:29.567Z Downloaded kem v0.3.0
10812026-08-25T20:16:29.567Z Downloaded new_debug_unreachable v1.0.6
10822026-08-25T20:16:29.567Z Downloaded ed25519 v2.2.3
10832026-08-25T20:16:29.567Z Downloaded hashbrown v0.14.5
10842026-08-25T20:16:29.567Z Downloaded cookie v0.18.1
10852026-08-25T20:16:29.567Z Downloaded impl-trait-for-tuples v0.2.3
10862026-08-25T20:16:29.571Z Downloaded rusty-fork v0.3.1
10872026-08-25T20:16:29.571Z Downloaded knus v3.4.0
10882026-08-25T20:16:29.574Z Downloaded internal-russh-num-bigint v0.5.0
10892026-08-25T20:16:29.574Z Downloaded oxide-generation v0.1.3
10902026-08-25T20:16:29.577Z Downloaded oxide-tokio-rt v0.1.4
10912026-08-25T20:16:29.577Z Downloaded num-conv v0.2.0
10922026-08-25T20:16:29.577Z Downloaded scrypt v0.12.0
10932026-08-25T20:16:29.577Z Downloaded convert_case v0.10.0
10942026-08-25T20:16:29.582Z Downloaded termtree v0.5.1
10952026-08-25T20:16:29.582Z Downloaded sigpipe v0.1.3
10962026-08-25T20:16:29.586Z Downloaded proc-macro-error-attr2 v2.0.0
10972026-08-25T20:16:29.586Z Downloaded universal-hash v0.5.1
10982026-08-25T20:16:29.586Z Downloaded want v0.3.1
10992026-08-25T20:16:29.586Z Downloaded vergen v9.1.0
11002026-08-25T20:16:29.594Z Downloaded minimal-lexical v0.2.1
11012026-08-25T20:16:29.603Z Downloaded primeorder v0.14.0
11022026-08-25T20:16:29.609Z Downloaded slog-dtrace v0.3.0
11032026-08-25T20:16:29.609Z Downloaded ssh-cipher v0.3.0
11042026-08-25T20:16:29.609Z Downloaded vergen-git2 v9.1.0
11052026-08-25T20:16:29.609Z Downloaded xattr v1.6.1
11062026-08-25T20:16:29.609Z Downloaded crc v3.4.0
11072026-08-25T20:16:29.609Z Downloaded libscf-sys v1.2.0
11082026-08-25T20:16:29.609Z Downloaded md5 v0.8.0
11092026-08-25T20:16:29.609Z Downloaded hkdf v0.13.0
11102026-08-25T20:16:29.612Z Downloaded ident_case v1.0.1
11112026-08-25T20:16:29.612Z Downloaded diff v0.1.13
11122026-08-25T20:16:29.612Z Downloaded spin v0.9.8
11132026-08-25T20:16:29.612Z Downloaded unicode-properties v0.1.4
11142026-08-25T20:16:29.616Z Downloaded password-hash v0.6.1
11152026-08-25T20:16:29.620Z Downloaded libefi-sys v0.1.0
11162026-08-25T20:16:29.621Z Downloaded tar v0.4.46
11172026-08-25T20:16:29.624Z Downloaded tower-http v0.6.8
11182026-08-25T20:16:29.633Z Downloaded parking_lot_core v0.8.6
11192026-08-25T20:16:29.637Z Downloaded serde_bytes v0.11.19
11202026-08-25T20:16:29.637Z Downloaded tap v1.0.1
11212026-08-25T20:16:29.637Z Downloaded h2 v0.4.15
11222026-08-25T20:16:29.640Z Downloaded tagptr v0.2.0
11232026-08-25T20:16:29.640Z Downloaded litrs v1.0.0
11242026-08-25T20:16:29.640Z Downloaded ena v0.14.4
11252026-08-25T20:16:29.647Z Downloaded publicsuffix v2.3.0
11262026-08-25T20:16:29.651Z Downloaded serde_with v1.14.0
11272026-08-25T20:16:29.651Z Downloaded rsa v0.9.10
11282026-08-25T20:16:29.696Z Downloaded pin-project v1.1.11
11292026-08-25T20:16:29.717Z Downloaded pkg-config v0.3.32
11302026-08-25T20:16:29.717Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11312026-08-25T20:16:29.717Z Downloaded progenitor v0.13.0
11322026-08-25T20:16:29.717Z Downloaded progenitor v0.14.0
11332026-08-25T20:16:29.717Z Downloaded difflib v0.4.0
11342026-08-25T20:16:29.717Z Downloaded slab v0.4.12
11352026-08-25T20:16:29.717Z Downloaded darling_macro v0.13.4
11362026-08-25T20:16:29.717Z Downloaded embedded-io v0.4.0
11372026-08-25T20:16:29.717Z Downloaded instant v0.1.13
11382026-08-25T20:16:29.717Z Downloaded tracing-attributes v0.1.31
11392026-08-25T20:16:29.717Z Downloaded slog-async v2.8.0
11402026-08-25T20:16:29.717Z Downloaded schemars_derive v0.8.22
11412026-08-25T20:16:29.717Z Downloaded ecdsa v0.16.9
11422026-08-25T20:16:29.717Z Downloaded supports-color v3.0.2
11432026-08-25T20:16:29.717Z Downloaded darling_core v0.23.0
11442026-08-25T20:16:29.717Z Downloaded num v0.4.3
11452026-08-25T20:16:29.717Z Downloaded cookie_store v0.22.1
11462026-08-25T20:16:29.718Z Downloaded dropshot_endpoint v0.17.1
11472026-08-25T20:16:29.718Z Downloaded snafu v0.8.9
11482026-08-25T20:16:29.718Z Downloaded parse-size v1.1.0
11492026-08-25T20:16:29.718Z Downloaded r2d2 v0.8.10
11502026-08-25T20:16:29.718Z Downloaded sha1 v0.11.0
11512026-08-25T20:16:29.718Z Downloaded dunce v1.0.5
11522026-08-25T20:16:29.719Z Downloaded itertools v0.12.1
11532026-08-25T20:16:29.719Z Downloaded xshell-macros v0.2.7
11542026-08-25T20:16:29.719Z Downloaded libbz2-rs-sys v0.2.2
11552026-08-25T20:16:29.731Z Downloaded powerfmt v0.2.0
11562026-08-25T20:16:29.731Z Downloaded multimap v0.10.1
11572026-08-25T20:16:29.731Z Downloaded der v0.8.0
11582026-08-25T20:16:29.731Z Downloaded hyper-util v0.1.20
11592026-08-25T20:16:29.731Z Downloaded crossbeam-deque v0.8.6
11602026-08-25T20:16:29.731Z Downloaded blake3 v1.8.5
11612026-08-25T20:16:29.731Z Downloaded ingot v0.2.1
11622026-08-25T20:16:29.731Z Downloaded phf_shared v0.12.1
11632026-08-25T20:16:29.731Z Downloaded derive_builder_macro v0.20.2
11642026-08-25T20:16:29.736Z Downloaded subprocess v0.2.15
11652026-08-25T20:16:29.736Z Downloaded term v0.7.0
11662026-08-25T20:16:29.736Z Downloaded tokio-stream v0.1.18
11672026-08-25T20:16:29.736Z Downloaded vergen-lib v9.1.0
11682026-08-25T20:16:29.736Z Downloaded untrusted v0.9.0
11692026-08-25T20:16:29.736Z Downloaded crossbeam-epoch v0.9.18
11702026-08-25T20:16:29.736Z Downloaded match_cfg v0.1.0
11712026-08-25T20:16:29.748Z Downloaded serde_tokenstream v0.3.0
11722026-08-25T20:16:29.754Z Downloaded derive-ex v0.1.8
11732026-08-25T20:16:29.754Z Downloaded memmap2 v0.9.10
11742026-08-25T20:16:29.754Z Downloaded der_derive v0.7.3
11752026-08-25T20:16:29.754Z Downloaded semver v0.1.20
11762026-08-25T20:16:29.754Z Downloaded derive_more v0.99.20
11772026-08-25T20:16:29.761Z Downloaded crc8 v0.1.1
11782026-08-25T20:16:29.761Z Downloaded inout v0.2.2
11792026-08-25T20:16:29.766Z Downloaded strip-ansi-escapes v0.2.1
11802026-08-25T20:16:29.766Z Downloaded structmeta v0.3.0
11812026-08-25T20:16:29.766Z Downloaded delegate v0.13.5
11822026-08-25T20:16:29.766Z Downloaded display-error-chain v0.2.2
11832026-08-25T20:16:29.773Z Downloaded prefix-trie v0.7.0
11842026-08-25T20:16:29.773Z Downloaded tokio-postgres v0.7.16
11852026-08-25T20:16:29.776Z Downloaded reqwest v0.13.2
11862026-08-25T20:16:29.776Z Downloaded darling_core v0.21.3
11872026-08-25T20:16:29.780Z Downloaded scuffle v0.1.0
11882026-08-25T20:16:29.780Z Downloaded snafu-derive v0.8.9
11892026-08-25T20:16:29.780Z Downloaded daft-derive v0.1.8
11902026-08-25T20:16:29.788Z Downloaded whoami v1.6.1
11912026-08-25T20:16:29.791Z Downloaded quick-xml v0.37.5
11922026-08-25T20:16:29.795Z Downloaded hkdf v0.12.4
11932026-08-25T20:16:29.798Z Downloaded derive_more-impl v2.1.1
11942026-08-25T20:16:29.803Z Downloaded maplit v1.0.2
11952026-08-25T20:16:29.806Z Downloaded rand_seeder v0.4.0
11962026-08-25T20:16:29.806Z Downloaded zerocopy v0.6.6
11972026-08-25T20:16:29.811Z Downloaded bindgen v0.71.1
11982026-08-25T20:16:29.819Z Downloaded chrono v0.4.45
11992026-08-25T20:16:29.819Z Downloaded darling v0.13.4
12002026-08-25T20:16:29.823Z Downloaded linked-hash-map v0.5.6
12012026-08-25T20:16:29.823Z Downloaded pin-project-internal v1.1.11
12022026-08-25T20:16:29.823Z Downloaded typify-macro v0.6.2
12032026-08-25T20:16:29.823Z Downloaded tokio-tungstenite v0.21.0
12042026-08-25T20:16:29.823Z Downloaded russh v0.62.4
12052026-08-25T20:16:29.828Z Downloaded thread-id v5.1.0
12062026-08-25T20:16:29.828Z Downloaded rsa v0.10.0-rc.18
12072026-08-25T20:16:29.828Z Downloaded salsa20 v0.11.0
12082026-08-25T20:16:29.833Z Downloaded p256 v0.14.0
12092026-08-25T20:16:29.833Z Downloaded sha2 v0.11.0
12102026-08-25T20:16:29.841Z Downloaded miniz_oxide v0.8.9
12112026-08-25T20:16:29.843Z Downloaded rand_core v0.6.4
12122026-08-25T20:16:29.844Z Downloaded ipnet v2.12.0
12132026-08-25T20:16:29.846Z Downloaded toml v1.1.2+spec-1.1.0
12142026-08-25T20:16:29.851Z Downloaded ppv-lite86 v0.2.21
12152026-08-25T20:16:29.856Z Downloaded radix_trie v0.2.1
12162026-08-25T20:16:29.859Z Downloaded crypto-primes v0.7.2
12172026-08-25T20:16:29.859Z Downloaded tabled v0.21.0
12182026-08-25T20:16:29.870Z Downloaded phf v0.13.1
12192026-08-25T20:16:29.873Z Downloaded displaydoc v0.2.5
12202026-08-25T20:16:29.873Z Downloaded itertools v0.13.0
12212026-08-25T20:16:29.877Z Downloaded iri-string v0.7.10
12222026-08-25T20:16:29.883Z Downloaded libxml v0.3.3
12232026-08-25T20:16:29.887Z Downloaded crossterm v0.28.1
12242026-08-25T20:16:29.887Z Downloaded crc-any v2.5.0
12252026-08-25T20:16:29.888Z Downloaded socket2 v0.6.3
12262026-08-25T20:16:29.892Z Downloaded parking_lot_core v0.9.12
12272026-08-25T20:16:29.892Z Downloaded reedline v0.40.0
12282026-08-25T20:16:29.896Z Downloaded owo-colors v4.3.0
12292026-08-25T20:16:29.899Z Downloaded signal-hook v0.3.18
12302026-08-25T20:16:29.899Z Downloaded icu_collections v2.1.1
12312026-08-25T20:16:29.902Z Downloaded iddqd v0.4.2
12322026-08-25T20:16:29.907Z Downloaded object v0.30.4
12332026-08-25T20:16:29.910Z Downloaded zerotrie v0.2.3
12342026-08-25T20:16:29.914Z Downloaded typed-path v0.9.3
12352026-08-25T20:16:29.917Z Downloaded iana-time-zone v0.1.65
12362026-08-25T20:16:29.920Z Downloaded der v0.7.10
12372026-08-25T20:16:29.925Z Downloaded vsss-rs v3.3.4
12382026-08-25T20:16:29.928Z Downloaded ryu v1.0.23
12392026-08-25T20:16:29.933Z Downloaded winnow v0.5.40
12402026-08-25T20:16:29.939Z Downloaded smallvec v1.15.1
12412026-08-25T20:16:29.949Z Downloaded icu_normalizer v2.1.1
12422026-08-25T20:16:29.953Z Downloaded git2 v0.20.4
12432026-08-25T20:16:29.958Z Downloaded miette v7.6.0
12442026-08-25T20:16:29.961Z Downloaded schemars v1.2.1
12452026-08-25T20:16:29.968Z Downloaded test-strategy v0.4.5
12462026-08-25T20:16:29.971Z Downloaded zopfli v0.8.3
12472026-08-25T20:16:29.975Z Downloaded icu_properties_data v2.1.2
12482026-08-25T20:16:29.979Z Downloaded schemars v0.9.0
12492026-08-25T20:16:29.984Z Downloaded typify v0.6.2
12502026-08-25T20:16:29.988Z Downloaded rawzip v0.4.4
12512026-08-25T20:16:30.009Z Downloaded regex v1.12.3
12522026-08-25T20:16:30.014Z Downloaded nom v8.0.0
12532026-08-25T20:16:30.020Z Downloaded quinn v0.11.11
12542026-08-25T20:16:30.025Z Downloaded mio v1.2.0
12552026-08-25T20:16:30.025Z Downloaded vcpkg v0.2.15
12562026-08-25T20:16:30.042Z Downloaded tough v0.22.0
12572026-08-25T20:16:30.048Z Downloaded sha3 v0.12.0
12582026-08-25T20:16:30.052Z Downloaded toml_edit v0.19.15
12592026-08-25T20:16:30.056Z Downloaded idna v1.1.0
12602026-08-25T20:16:30.061Z Downloaded serde_with v3.21.0
12612026-08-25T20:16:30.065Z Downloaded rand v0.9.2
12622026-08-25T20:16:30.068Z Downloaded time v0.3.47
12632026-08-25T20:16:30.074Z Downloaded tower v0.5.3
12642026-08-25T20:16:30.085Z Downloaded rand v0.8.6
12652026-08-25T20:16:30.088Z Downloaded ssh-key v0.7.0-rc.11
12662026-08-25T20:16:30.088Z Downloaded smoltcp v0.9.1
12672026-08-25T20:16:30.092Z Downloaded unicode-normalization v0.1.25
12682026-08-25T20:16:30.099Z Downloaded unicode-segmentation v1.12.0
12692026-08-25T20:16:30.100Z Downloaded p384 v0.13.1
12702026-08-25T20:16:30.105Z Downloaded nom v7.1.3
12712026-08-25T20:16:30.105Z Downloaded goblin v0.10.5
12722026-08-25T20:16:30.109Z Downloaded itertools v0.15.0
12732026-08-25T20:16:30.110Z Downloaded zlib-rs v0.6.2
12742026-08-25T20:16:30.115Z Downloaded zerocopy v0.8.55
12752026-08-25T20:16:30.123Z Downloaded crossterm v0.29.0
12762026-08-25T20:16:30.126Z Downloaded num-bigint v0.4.6
12772026-08-25T20:16:30.131Z Downloaded quinn-proto v0.11.16
12782026-08-25T20:16:30.138Z Downloaded proptest v1.11.0
12792026-08-25T20:16:30.142Z Downloaded winnow v1.0.3
12802026-08-25T20:16:30.145Z Downloaded zerovec v0.11.5
12812026-08-25T20:16:30.145Z Downloaded bstr v1.12.1
12822026-08-25T20:16:30.149Z Downloaded itertools v0.14.0
12832026-08-25T20:16:30.152Z Downloaded portable-atomic v1.13.1
12842026-08-25T20:16:30.157Z Downloaded gimli v0.32.3
12852026-08-25T20:16:30.167Z Downloaded jiff-core v0.1.0
12862026-08-25T20:16:30.189Z Downloaded smoltcp v0.11.0
12872026-08-25T20:16:30.208Z Downloaded nix v0.28.0
12882026-08-25T20:16:30.215Z Downloaded nix v0.31.2
12892026-08-25T20:16:30.235Z Downloaded moka v0.12.13
12902026-08-25T20:16:30.240Z Downloaded reqwest v0.12.28
12912026-08-25T20:16:30.245Z Downloaded regex-syntax v0.6.29
12922026-08-25T20:16:30.254Z Downloaded libm v0.2.16
12932026-08-25T20:16:30.259Z Downloaded rustls v0.23.41
12942026-08-25T20:16:30.266Z Downloaded openssl v0.10.80
12952026-08-25T20:16:30.271Z Downloaded rayon v1.11.0
12962026-08-25T20:16:30.304Z Downloaded nix v0.27.1
12972026-08-25T20:16:30.309Z Downloaded lalrpop v0.19.12
12982026-08-25T20:16:30.315Z Downloaded petname v2.0.2
12992026-08-25T20:16:30.318Z Downloaded curve25519-dalek v4.1.3
13002026-08-25T20:16:30.323Z Downloaded syn v3.0.3
13012026-08-25T20:16:30.329Z Downloaded regress v0.11.1
13022026-08-25T20:16:30.333Z Downloaded salty v0.3.0
13032026-08-25T20:16:30.338Z Downloaded sha3 v0.11.0
13042026-08-25T20:16:30.394Z Downloaded hickory-proto v0.24.4
13052026-08-25T20:16:30.394Z Downloaded diesel v2.3.7
13062026-08-25T20:16:30.394Z Downloaded regress v0.10.5
13072026-08-25T20:16:30.394Z Downloaded hickory-proto v0.25.2
13082026-08-25T20:16:30.394Z Downloaded polar-core v0.27.3
13092026-08-25T20:16:30.409Z Downloaded typify-impl v0.6.2
13102026-08-25T20:16:30.409Z Downloaded crypto-bigint v0.7.5
13112026-08-25T20:16:30.423Z Downloaded curve25519-dalek v5.0.0
13122026-08-25T20:16:30.429Z Downloaded bzip2-sys v0.1.13+1.0.8
13132026-08-25T20:16:30.464Z Downloaded zerocopy-derive v0.6.6
13142026-08-25T20:16:30.475Z Downloaded dropshot v0.17.1
13152026-08-25T20:16:30.487Z Downloaded rustix v0.38.44
13162026-08-25T20:16:30.500Z Downloaded chrono-tz v0.10.4
13172026-08-25T20:16:30.509Z Downloaded openapiv3 v2.2.0
13182026-08-25T20:16:30.515Z Downloaded object v0.37.3
13192026-08-25T20:16:30.521Z Downloaded regex-syntax v0.8.10
13202026-08-25T20:16:30.525Z Downloaded sled v0.34.7
13212026-08-25T20:16:30.531Z Downloaded sqlparser v0.61.0
13222026-08-25T20:16:30.537Z Downloaded jiff v0.2.34
13232026-08-25T20:16:30.555Z Downloaded tracing v0.1.44
13242026-08-25T20:16:30.565Z Downloaded ratatui v0.29.0
13252026-08-25T20:16:30.576Z Downloaded petgraph v0.8.3
13262026-08-25T20:16:30.590Z Downloaded csv v1.4.0
13272026-08-25T20:16:30.601Z Downloaded petgraph v0.6.5
13282026-08-25T20:16:30.614Z Downloaded libz-sys v1.1.24
13292026-08-25T20:16:30.623Z Downloaded regex-automata v0.4.14
13302026-08-25T20:16:30.631Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-08-25T20:16:30.642Z Downloaded tokio v1.52.1
13322026-08-25T20:16:30.663Z Downloaded sha3 v0.10.8
13332026-08-25T20:16:30.667Z Downloaded encoding_rs v0.8.35
13342026-08-25T20:16:30.711Z Downloaded ring v0.17.14
13352026-08-25T20:16:30.762Z Downloaded libgit2-sys v0.18.3+1.9.2
13362026-08-25T20:16:31.242Z Downloaded aws-lc-sys v0.40.0
13372026-08-25T20:16:31.505Z Compiling serde_core v1.0.228
13382026-08-25T20:16:31.505Z Compiling libc v0.2.185
13392026-08-25T20:16:31.508Z Compiling serde v1.0.228
13402026-08-25T20:16:31.508Z Compiling log v0.4.33
13412026-08-25T20:16:31.508Z Compiling smallvec v1.15.1
13422026-08-25T20:16:31.642Z Compiling find-msvc-tools v0.1.9
13432026-08-25T20:16:31.652Z Compiling shlex v1.3.0
13442026-08-25T20:16:31.657Z Compiling syn v2.0.117
13452026-08-25T20:16:31.864Z Compiling subtle v2.6.1
13462026-08-25T20:16:31.879Z Compiling scopeguard v1.2.0
13472026-08-25T20:16:31.900Z Compiling typenum v1.20.1
13482026-08-25T20:16:31.951Z Compiling stable_deref_trait v1.2.1
13492026-08-25T20:16:31.980Z Compiling lock_api v0.4.14
13502026-08-25T20:16:31.980Z Compiling zerocopy v0.8.55
13512026-08-25T20:16:32.022Z Compiling portable-atomic v1.13.1
13522026-08-25T20:16:32.036Z Compiling serde_json v1.0.151
13532026-08-25T20:16:32.230Z Compiling critical-section v1.2.0
13542026-08-25T20:16:32.247Z Compiling libm v0.2.16
13552026-08-25T20:16:32.334Z Compiling num-traits v0.2.19
13562026-08-25T20:16:32.392Z Compiling pkg-config v0.3.32
13572026-08-25T20:16:32.455Z Compiling errno v0.3.14
13582026-08-25T20:16:32.512Z Compiling jobserver v0.1.34
13592026-08-25T20:16:32.540Z Compiling getrandom v0.2.17
13602026-08-25T20:16:32.787Z Compiling rand_core v0.6.4
13612026-08-25T20:16:32.836Z Compiling cc v1.2.56
13622026-08-25T20:16:33.034Z Compiling generic-array v0.14.7
13632026-08-25T20:16:33.069Z Compiling parking_lot_core v0.9.12
13642026-08-25T20:16:33.153Z Compiling once_cell v1.21.3
13652026-08-25T20:16:33.177Z Compiling getrandom v0.4.3
13662026-08-25T20:16:33.226Z Compiling pin-project-lite v0.2.17
13672026-08-25T20:16:33.299Z Compiling const-oid v0.9.6
13682026-08-25T20:16:33.372Z Compiling rand_core v0.10.0
13692026-08-25T20:16:33.694Z Compiling signal-hook-registry v1.4.8
13702026-08-25T20:16:33.839Z Compiling bitflags v2.11.0
13712026-08-25T20:16:33.978Z Compiling percent-encoding v2.3.2
13722026-08-25T20:16:33.996Z Compiling litemap v0.8.1
13732026-08-25T20:16:34.069Z Compiling writeable v0.6.2
13742026-08-25T20:16:34.087Z Compiling futures-core v0.3.32
13752026-08-25T20:16:34.164Z Compiling semver v1.0.28
13762026-08-25T20:16:34.185Z Compiling parking_lot v0.12.5
13772026-08-25T20:16:34.202Z Compiling mio v1.2.0
13782026-08-25T20:16:34.233Z Compiling icu_properties_data v2.1.2
13792026-08-25T20:16:34.267Z Compiling icu_normalizer_data v2.1.1
13802026-08-25T20:16:34.445Z Compiling socket2 v0.6.3
13812026-08-25T20:16:34.492Z Compiling getrandom v0.3.4
13822026-08-25T20:16:34.567Z Compiling rustix v1.1.4
13832026-08-25T20:16:34.585Z Compiling futures-sink v0.3.32
13842026-08-25T20:16:34.601Z Compiling indexmap v2.14.0
13852026-08-25T20:16:34.681Z Compiling synstructure v0.13.2
13862026-08-25T20:16:34.697Z Compiling futures-channel v0.3.32
13872026-08-25T20:16:34.868Z Compiling utf8_iter v1.0.4
13882026-08-25T20:16:34.943Z Compiling slab v0.4.12
13892026-08-25T20:16:35.020Z Compiling futures-task v0.3.32
13902026-08-25T20:16:35.042Z Compiling futures-io v0.3.32
13912026-08-25T20:16:35.146Z Compiling form_urlencoded v1.2.2
13922026-08-25T20:16:35.198Z Compiling rustversion v1.0.22
13932026-08-25T20:16:35.216Z Compiling base64ct v1.8.3
13942026-08-25T20:16:35.277Z Compiling iana-time-zone v0.1.65
13952026-08-25T20:16:35.294Z Compiling cmake v0.1.57
13962026-08-25T20:16:35.318Z Compiling flagset v0.4.7
13972026-08-25T20:16:35.401Z Compiling ident_case v1.0.1
13982026-08-25T20:16:35.450Z Compiling fs_extra v1.3.0
13992026-08-25T20:16:35.487Z Compiling pem-rfc7468 v0.7.0
14002026-08-25T20:16:35.510Z Compiling regex-syntax v0.8.10
14012026-08-25T20:16:35.524Z Compiling dunce v1.0.5
14022026-08-25T20:16:35.619Z Compiling rand_core v0.9.5
14032026-08-25T20:16:35.694Z Compiling uuid v1.23.4
14042026-08-25T20:16:35.724Z Compiling aws-lc-sys v0.40.0
14052026-08-25T20:16:35.787Z Compiling base64 v0.22.1
14062026-08-25T20:16:35.906Z Compiling syn v1.0.109
14072026-08-25T20:16:36.121Z Compiling vcpkg v0.2.15
14082026-08-25T20:16:36.168Z Compiling serde_derive_internals v0.29.1
14092026-08-25T20:16:36.268Z Compiling rustc_version v0.4.1
14102026-08-25T20:16:36.306Z Compiling tracing-core v0.1.36
14112026-08-25T20:16:36.390Z Compiling serde_derive v1.0.228
14122026-08-25T20:16:36.404Z Compiling zeroize_derive v1.5.0
14132026-08-25T20:16:36.591Z Compiling zerofrom-derive v0.1.6
14142026-08-25T20:16:36.871Z Compiling zerocopy-derive v0.8.55
14152026-08-25T20:16:36.906Z Compiling yoke-derive v0.8.1
14162026-08-25T20:16:37.062Z Compiling zerovec-derive v0.11.2
14172026-08-25T20:16:37.081Z Compiling displaydoc v0.2.5
14182026-08-25T20:16:37.865Z Compiling tokio-macros v2.7.0
14192026-08-25T20:16:37.906Z Compiling futures-macro v0.3.32
14202026-08-25T20:16:38.034Z Compiling zerofrom v0.1.6
14212026-08-25T20:16:38.098Z Compiling der_derive v0.7.3
14222026-08-25T20:16:38.162Z Compiling yoke v0.8.1
14232026-08-25T20:16:38.190Z Compiling thiserror-impl v2.0.18
14242026-08-25T20:16:38.350Z Compiling zerovec v0.11.5
14252026-08-25T20:16:38.599Z Compiling zerotrie v0.2.3
14262026-08-25T20:16:38.744Z Compiling futures-util v0.3.32
14272026-08-25T20:16:38.871Z Compiling tinystr v0.8.2
14282026-08-25T20:16:38.900Z Compiling potential_utf v0.1.4
14292026-08-25T20:16:39.059Z Compiling icu_locale_core v2.1.1
14302026-08-25T20:16:39.076Z Compiling icu_collections v2.1.1
14312026-08-25T20:16:39.079Z Compiling openssl-sys v0.9.117
14322026-08-25T20:16:39.526Z Compiling thiserror v2.0.18
14332026-08-25T20:16:39.548Z Compiling tracing-attributes v0.1.31
14342026-08-25T20:16:39.610Z Compiling aws-lc-rs v1.16.3
14352026-08-25T20:16:39.632Z Compiling cpufeatures v0.2.17
14362026-08-25T20:16:39.714Z Compiling icu_provider v2.1.1
14372026-08-25T20:16:39.889Z Compiling zeroize v1.9.0
14382026-08-25T20:16:39.916Z Compiling bytes v1.11.1
14392026-08-25T20:16:39.931Z Compiling chrono v0.4.45
14402026-08-25T20:16:40.009Z Compiling icu_normalizer v2.1.1
14412026-08-25T20:16:40.523Z Compiling tokio v1.52.1
14422026-08-25T20:16:40.538Z Compiling icu_properties v2.1.2
14432026-08-25T20:16:40.675Z Compiling block-buffer v0.10.4
14442026-08-25T20:16:40.844Z Compiling crypto-common v0.1.7
14452026-08-25T20:16:40.859Z Compiling der v0.7.10
14462026-08-25T20:16:40.995Z Compiling digest v0.10.7
14472026-08-25T20:16:41.012Z Compiling http v1.4.2
14482026-08-25T20:16:41.251Z Compiling dyn-clone v1.0.20
14492026-08-25T20:16:41.371Z Compiling ppv-lite86 v0.2.21
14502026-08-25T20:16:41.388Z Compiling idna_adapter v1.2.1
14512026-08-25T20:16:41.439Z Compiling simd-adler32 v0.3.8
14522026-08-25T20:16:41.528Z Compiling idna v1.1.0
14532026-08-25T20:16:41.605Z Compiling rand_chacha v0.9.0
14542026-08-25T20:16:41.622Z Compiling schemars v0.8.22
14552026-08-25T20:16:41.682Z Compiling spki v0.7.3
14562026-08-25T20:16:41.819Z Compiling url v2.5.8
14572026-08-25T20:16:41.892Z Compiling pkcs8 v0.10.2
14582026-08-25T20:16:41.926Z Compiling rand v0.9.2
14592026-08-25T20:16:42.056Z Compiling http-body v1.0.1
14602026-08-25T20:16:42.151Z Compiling tracing v0.1.44
14612026-08-25T20:16:42.179Z Compiling rustls-pki-types v1.14.0
14622026-08-25T20:16:42.266Z Compiling schemars_derive v0.8.22
14632026-08-25T20:16:42.406Z Compiling spin v0.9.8
14642026-08-25T20:16:42.644Z Compiling cmov v0.5.4
14652026-08-25T20:16:42.651Z Compiling tinyvec_macros v0.1.1
14662026-08-25T20:16:42.674Z Compiling adler2 v2.0.1
14672026-08-25T20:16:42.722Z Compiling openssl-probe v0.2.1
14682026-08-25T20:16:42.739Z Compiling httparse v1.10.1
14692026-08-25T20:16:42.801Z Compiling crc32fast v1.5.0
14702026-08-25T20:16:42.837Z Compiling ctutils v0.4.2
14712026-08-25T20:16:42.892Z Compiling miniz_oxide v0.8.9
14722026-08-25T20:16:43.087Z Compiling tempfile v3.27.0
14732026-08-25T20:16:43.104Z Compiling tinyvec v1.10.0
14742026-08-25T20:16:43.118Z Compiling pest_generator v2.8.6
14752026-08-25T20:16:43.452Z Compiling sha2 v0.10.9
14762026-08-25T20:16:43.468Z Compiling terminal_size v0.4.3
14772026-08-25T20:16:43.491Z Compiling aho-corasick v1.1.4
14782026-08-25T20:16:43.616Z Compiling radium v0.7.0
14792026-08-25T20:16:43.831Z Compiling try-lock v0.2.5
14802026-08-25T20:16:43.865Z Compiling tower-service v0.3.3
14812026-08-25T20:16:43.940Z Compiling atomic-waker v1.1.2
14822026-08-25T20:16:43.961Z Compiling tower-layer v0.3.3
14832026-08-25T20:16:44.063Z Compiling untrusted v0.7.1
14842026-08-25T20:16:44.122Z Compiling want v0.3.1
14852026-08-25T20:16:44.205Z Compiling pest_derive v2.8.6
14862026-08-25T20:16:44.466Z Compiling tokio-util v0.7.18
14872026-08-25T20:16:44.635Z Compiling regex-automata v0.4.14
14882026-08-25T20:16:44.811Z Compiling hybrid-array v0.4.13
14892026-08-25T20:16:45.051Z Compiling ipnet v2.12.0
14902026-08-25T20:16:45.144Z Compiling h2 v0.4.15
14912026-08-25T20:16:45.483Z Compiling scroll_derive v0.13.1
14922026-08-25T20:16:45.528Z Compiling darling_core v0.20.11
14932026-08-25T20:16:45.568Z Compiling httpdate v1.0.3
14942026-08-25T20:16:45.833Z Compiling openssl v0.10.80
14952026-08-25T20:16:46.018Z Compiling foreign-types-shared v0.1.1
14962026-08-25T20:16:46.106Z Compiling maybe-uninit v2.0.0
14972026-08-25T20:16:46.128Z Compiling untrusted v0.9.0
14982026-08-25T20:16:46.251Z Compiling tap v1.0.1
14992026-08-25T20:16:46.922Z Compiling rustls v0.23.41
15002026-08-25T20:16:46.951Z Compiling scroll v0.13.0
15012026-08-25T20:16:46.951Z Compiling wyz v0.5.1
15022026-08-25T20:16:46.951Z Compiling foreign-types v0.3.2
15032026-08-25T20:16:46.951Z Compiling unicode-normalization v0.1.25
15042026-08-25T20:16:46.951Z Compiling rand_chacha v0.3.1
15052026-08-25T20:16:46.951Z Compiling signature v2.2.0
15062026-08-25T20:16:46.951Z Compiling hex v0.4.3
15072026-08-25T20:16:46.977Z Compiling thiserror-impl v1.0.69
15082026-08-25T20:16:46.977Z Compiling openssl-macros v0.1.1
15092026-08-25T20:16:47.097Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-08-25T20:16:51.292Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15112026-08-25T20:16:51.357Z Compiling num-integer v0.1.46
15122026-08-25T20:16:51.357Z Compiling wait-timeout v0.2.1
15132026-08-25T20:16:51.357Z Compiling ahash v0.8.12
15142026-08-25T20:16:51.357Z Compiling time-core v0.1.8
15152026-08-25T20:16:51.357Z Compiling packed_struct v0.10.1
15162026-08-25T20:16:51.357Z Compiling darling_macro v0.20.11
15172026-08-25T20:16:51.357Z Compiling native-tls v0.2.18
15182026-08-25T20:16:51.357Z Compiling num-conv v0.2.0
15192026-08-25T20:16:51.357Z Compiling funty v2.0.0
15202026-08-25T20:16:51.357Z Compiling powerfmt v0.2.0
15212026-08-25T20:16:51.357Z Compiling quick-error v1.2.3
15222026-08-25T20:16:51.357Z Compiling num-bigint-dig v0.8.6
15232026-08-25T20:16:51.357Z Compiling bit-vec v0.8.0
15242026-08-25T20:16:51.357Z Compiling clap_builder v4.6.0
15252026-08-25T20:16:51.357Z Compiling hyper v1.10.1
15262026-08-25T20:16:51.357Z Compiling darling v0.20.11
15272026-08-25T20:16:51.357Z Compiling bit-set v0.8.0
15282026-08-25T20:16:51.357Z Compiling bitvec v1.0.1
15292026-08-25T20:16:51.358Z Compiling thiserror v1.0.69
15302026-08-25T20:16:51.358Z Compiling deranged v0.5.8
15312026-08-25T20:16:51.358Z Compiling rusty-fork v0.3.1
15322026-08-25T20:16:51.358Z Compiling time-macros v0.2.27
15332026-08-25T20:16:51.358Z Compiling num-iter v0.1.45
15342026-08-25T20:16:51.358Z Compiling hyper-util v0.1.20
15352026-08-25T20:16:51.358Z Compiling rand v0.8.6
15362026-08-25T20:16:51.358Z Compiling goblin v0.10.5
15372026-08-25T20:16:51.358Z Compiling packed_struct_codegen v0.10.1
15382026-08-25T20:16:51.358Z Compiling lazy_static v1.5.0
15392026-08-25T20:16:51.358Z Compiling hmac v0.12.1
15402026-08-25T20:16:51.358Z Compiling serde_spanned v0.6.9
15412026-08-25T20:16:51.358Z Compiling toml_datetime v0.6.11
15422026-08-25T20:16:51.358Z Compiling bitfield-macros v0.19.4
15432026-08-25T20:16:51.358Z Compiling clap_derive v4.6.1
15442026-08-25T20:16:51.358Z Compiling zerocopy-derive v0.6.6
15452026-08-25T20:16:53.721Z Compiling rand_xorshift v0.4.0
15462026-08-25T20:16:53.782Z Compiling sync_wrapper v1.0.2
15472026-08-25T20:16:53.782Z Compiling indexmap v1.9.3
15482026-08-25T20:16:53.782Z Compiling paste v1.0.15
15492026-08-25T20:16:53.782Z Compiling zlib-rs v0.6.2
15502026-08-25T20:16:53.996Z Compiling nodrop v0.1.14
15512026-08-25T20:16:53.996Z Compiling object v0.37.3
15522026-08-25T20:16:53.996Z Compiling crossbeam-utils v0.8.21
15532026-08-25T20:16:53.996Z Compiling usdt-impl v0.6.0
15542026-08-25T20:16:53.996Z Compiling num_threads v0.1.7
15552026-08-25T20:16:53.996Z Compiling siphasher v1.0.2
15562026-08-25T20:16:53.996Z Compiling crc-catalog v2.4.0
15572026-08-25T20:16:53.996Z Compiling unicode-segmentation v1.12.0
15582026-08-25T20:16:53.996Z Compiling unarray v0.1.4
15592026-08-25T20:16:53.996Z Compiling crc v3.4.0
15602026-08-25T20:16:53.996Z Compiling proptest v1.11.0
15612026-08-25T20:16:53.996Z Compiling clap v4.6.1
15622026-08-25T20:16:53.996Z Compiling dof v0.4.0
15632026-08-25T20:16:53.997Z Compiling time v0.3.47
15642026-08-25T20:16:53.997Z Compiling array-init v0.0.4
15652026-08-25T20:16:53.997Z Compiling zerocopy v0.6.6
15662026-08-25T20:16:54.250Z Compiling bitfield v0.19.4
15672026-08-25T20:16:54.256Z Compiling tower v0.5.3
15682026-08-25T20:16:54.496Z Compiling smallvec v0.6.14
15692026-08-25T20:16:55.267Z Compiling derive_builder_core v0.20.2
15702026-08-25T20:16:55.272Z Compiling flate2 v1.1.9
15712026-08-25T20:16:55.272Z Compiling dtrace-parser v0.3.0
15722026-08-25T20:16:55.302Z Compiling ipnetwork v0.21.1
15732026-08-25T20:16:55.421Z Compiling http-body-util v0.1.3
15742026-08-25T20:16:55.492Z Compiling pkcs1 v0.7.5
15752026-08-25T20:16:55.542Z Compiling heapless v0.7.17
15762026-08-25T20:16:55.642Z Compiling structmeta-derive v0.3.0
15772026-08-25T20:16:55.685Z Compiling scroll_derive v0.12.1
15782026-08-25T20:16:55.754Z Compiling slog v2.8.2
15792026-08-25T20:16:55.860Z Compiling darling_core v0.23.0
15802026-08-25T20:16:55.885Z Compiling thread-id v5.1.0
15812026-08-25T20:16:55.937Z Compiling cookie v0.18.1
15822026-08-25T20:16:55.968Z Compiling env_filter v2.0.0
15832026-08-25T20:16:56.115Z Compiling syn v3.0.3
15842026-08-25T20:16:56.260Z Compiling gimli v0.32.3
15852026-08-25T20:16:56.337Z Compiling allocator-api2 v0.2.21
15862026-08-25T20:16:56.663Z Compiling unicode-properties v0.1.4
15872026-08-25T20:16:56.700Z Compiling signal-hook v0.3.18
15882026-08-25T20:16:56.872Z Compiling unicode-bidi v0.3.18
15892026-08-25T20:16:56.875Z Compiling zstd-safe v7.2.4
15902026-08-25T20:16:57.082Z Compiling hashbrown v0.12.3
15912026-08-25T20:16:57.411Z Compiling iri-string v0.7.10
15922026-08-25T20:16:57.578Z Compiling anyhow v1.0.104
15932026-08-25T20:16:57.897Z Compiling winnow v0.5.40
15942026-08-25T20:16:58.209Z Compiling base64 v0.21.7
15952026-08-25T20:16:58.422Z Compiling ryu v1.0.23
15962026-08-25T20:16:58.530Z Compiling ron v0.8.1
15972026-08-25T20:16:58.601Z Compiling serde_urlencoded v0.7.1
15982026-08-25T20:16:58.847Z Compiling tower-http v0.6.8
15992026-08-25T20:16:58.982Z Compiling darling_macro v0.23.0
16002026-08-25T20:16:59.248Z Compiling toml_edit v0.19.15
16012026-08-25T20:16:59.333Z Compiling addr2line v0.25.1
16022026-08-25T20:16:59.580Z Compiling daft-derive v0.1.8
16032026-08-25T20:16:59.664Z Compiling stringprep v0.1.5
16042026-08-25T20:16:59.721Z Compiling structmeta v0.3.0
16052026-08-25T20:16:59.809Z Compiling scroll v0.12.0
16062026-08-25T20:16:59.842Z Compiling env_logger v0.11.11
16072026-08-25T20:17:00.108Z Compiling rsa v0.9.10
16082026-08-25T20:17:00.143Z Compiling oxnet v0.1.6
16092026-08-25T20:17:00.186Z Compiling derive_builder_macro v0.20.2
16102026-08-25T20:17:00.408Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16112026-08-25T20:17:00.555Z Compiling newtype-uuid v1.3.2
16122026-08-25T20:17:00.555Z Compiling hashbrown v0.13.2
16132026-08-25T20:17:00.652Z Compiling serde-hex v0.1.0
16142026-08-25T20:17:00.881Z Compiling bzip2 v0.4.4
16152026-08-25T20:17:01.052Z Compiling tokio-native-tls v0.3.1
16162026-08-25T20:17:01.227Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16172026-08-25T20:17:01.417Z Compiling camino v1.2.5
16182026-08-25T20:17:01.885Z Compiling bstr v1.12.1
16192026-08-25T20:17:02.293Z Compiling block-padding v0.4.2
16202026-08-25T20:17:02.383Z Compiling block-buffer v0.12.1
16212026-08-25T20:17:02.465Z Compiling crypto-common v0.2.2
16222026-08-25T20:17:02.515Z Compiling rustls-native-certs v0.8.3
16232026-08-25T20:17:02.636Z Compiling x509-cert v0.2.5
16242026-08-25T20:17:02.819Z Compiling md-5 v0.10.6
16252026-08-25T20:17:02.995Z Compiling serde_tokenstream v0.2.3
16262026-08-25T20:17:03.181Z Compiling erased-serde v0.3.31
16272026-08-25T20:17:03.315Z Compiling curve25519-dalek v4.1.3
16282026-08-25T20:17:03.659Z Compiling async-trait v0.1.89
16292026-08-25T20:17:03.674Z Compiling zerocopy-derive v0.7.35
16302026-08-25T20:17:03.790Z Compiling pin-project-internal v1.1.11
16312026-08-25T20:17:04.223Z Compiling vergen-lib v9.1.0
16322026-08-25T20:17:04.245Z Compiling hash32 v0.2.1
16332026-08-25T20:17:04.400Z Compiling memoffset v0.9.1
16342026-08-25T20:17:04.438Z Compiling encoding_rs v0.8.35
16352026-08-25T20:17:04.454Z Compiling litrs v1.0.0
16362026-08-25T20:17:04.529Z Compiling fallible-iterator v0.2.0
16372026-08-25T20:17:04.588Z Compiling owo-colors v4.3.0
16382026-08-25T20:17:04.662Z Compiling ref-cast v1.0.25
16392026-08-25T20:17:04.839Z Compiling psl-types v2.0.11
16402026-08-25T20:17:04.892Z Compiling rustc-demangle v0.1.27
16412026-08-25T20:17:04.899Z Compiling mime v0.3.17
16422026-08-25T20:17:04.954Z Compiling rustix v0.38.44
16432026-08-25T20:17:04.954Z Compiling smoltcp v0.9.1
16442026-08-25T20:17:04.983Z Compiling crc-any v2.5.0
16452026-08-25T20:17:05.027Z Compiling cfg_aliases v0.2.1
16462026-08-25T20:17:05.101Z Compiling nix v0.31.2
16472026-08-25T20:17:05.150Z Compiling backtrace v0.3.76
16482026-08-25T20:17:05.205Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16492026-08-25T20:17:05.279Z Compiling document-features v0.2.12
16502026-08-25T20:17:05.375Z Compiling publicsuffix v2.3.0
16512026-08-25T20:17:05.382Z Compiling pin-project v1.1.11
16522026-08-25T20:17:05.487Z Compiling postgres-protocol v0.6.10
16532026-08-25T20:17:05.544Z Compiling zerocopy v0.7.35
16542026-08-25T20:17:05.916Z Compiling inout v0.2.2
16552026-08-25T20:17:06.015Z Compiling daft v0.1.8
16562026-08-25T20:17:06.077Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16572026-08-25T20:17:06.092Z Compiling hyper-tls v0.6.0
16582026-08-25T20:17:06.092Z Compiling zip v0.6.6
16592026-08-25T20:17:06.280Z Compiling object v0.30.4
16602026-08-25T20:17:06.294Z Compiling derive_builder v0.20.2
16612026-08-25T20:17:06.301Z Compiling toml v0.7.8
16622026-08-25T20:17:06.350Z Compiling goblin v0.8.2
16632026-08-25T20:17:06.526Z Compiling derive-ex v0.1.8
16642026-08-25T20:17:06.932Z Compiling darling v0.23.0
16652026-08-25T20:17:06.960Z Compiling convert_case v0.10.0
16662026-08-25T20:17:07.025Z Compiling phf_shared v0.13.1
16672026-08-25T20:17:07.227Z Compiling regex v1.12.3
16682026-08-25T20:17:07.250Z Compiling hubpack_derive v0.1.1
16692026-08-25T20:17:07.253Z Compiling futures-executor v0.3.32
16702026-08-25T20:17:07.517Z Compiling snafu-derive v0.8.9
16712026-08-25T20:17:07.683Z Compiling curve25519-dalek-derive v0.1.1
16722026-08-25T20:17:07.746Z Compiling strum_macros v0.27.2
16732026-08-25T20:17:08.234Z Compiling ref-cast-impl v1.0.25
16742026-08-25T20:17:08.322Z Compiling vergen v9.1.0
16752026-08-25T20:17:08.506Z Compiling cargo-platform v0.3.2
16762026-08-25T20:17:08.789Z Compiling ff v0.13.1
16772026-08-25T20:17:08.794Z Compiling fs-err v3.3.0
16782026-08-25T20:17:08.931Z Compiling same-file v1.0.6
16792026-08-25T20:17:08.987Z Compiling bumpalo v3.20.2
16802026-08-25T20:17:09.112Z Compiling path-slash v0.1.5
16812026-08-25T20:17:09.170Z Compiling foldhash v0.1.5
16822026-08-25T20:17:09.241Z Compiling either v1.15.0
16832026-08-25T20:17:09.258Z Compiling libbz2-rs-sys v0.2.2
16842026-08-25T20:17:09.339Z Compiling foldhash v0.2.0
16852026-08-25T20:17:09.444Z Compiling managed v0.8.0
16862026-08-25T20:17:09.458Z Compiling is_ci v1.2.0
16872026-08-25T20:17:09.563Z Compiling bitflags v1.3.2
16882026-08-25T20:17:09.594Z Compiling jiff-core v0.1.0
16892026-08-25T20:17:09.641Z Compiling base16ct v0.2.0
16902026-08-25T20:17:09.663Z Compiling bzip2 v0.6.1
16912026-08-25T20:17:09.692Z Compiling strum v0.27.2
16922026-08-25T20:17:09.824Z Compiling sec1 v0.7.3
16932026-08-25T20:17:09.863Z Compiling supports-color v3.0.2
16942026-08-25T20:17:09.875Z Compiling hashbrown v0.16.1
16952026-08-25T20:17:09.927Z Compiling snafu v0.8.9
16962026-08-25T20:17:10.022Z Compiling textwrap v0.16.2
16972026-08-25T20:17:10.089Z Compiling hashbrown v0.15.5
16982026-08-25T20:17:10.279Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16992026-08-25T20:17:10.453Z Compiling jiff v0.2.34
17002026-08-25T20:17:10.473Z Compiling zopfli v0.8.3
17012026-08-25T20:17:10.622Z Compiling walkdir v2.5.0
17022026-08-25T20:17:10.670Z Compiling group v0.13.0
17032026-08-25T20:17:10.839Z Compiling cargo_metadata v0.23.1
17042026-08-25T20:17:10.855Z Compiling dof v0.3.0
17052026-08-25T20:17:11.159Z Compiling test-strategy v0.4.5
17062026-08-25T20:17:11.565Z Compiling hubpack v0.1.2
17072026-08-25T20:17:11.675Z Compiling futures v0.3.32
17082026-08-25T20:17:11.764Z Compiling derive_more-impl v2.1.1
17092026-08-25T20:17:11.783Z Compiling phf v0.13.1
17102026-08-25T20:17:12.197Z Compiling serde_with_macros v3.21.0
17112026-08-25T20:17:12.307Z Compiling signal-hook-mio v0.2.5
17122026-08-25T20:17:12.430Z Compiling cookie_store v0.22.1
17132026-08-25T20:17:12.662Z Compiling zstd v0.13.3
17142026-08-25T20:17:12.934Z Compiling reqwest v0.12.28
17152026-08-25T20:17:12.950Z Compiling cipher v0.5.2
17162026-08-25T20:17:13.122Z Compiling postgres-types v0.2.12
17172026-08-25T20:17:13.355Z Compiling backtrace-ext v0.2.1
17182026-08-25T20:17:13.687Z Compiling usdt-attr-macro v0.6.0
17192026-08-25T20:17:13.974Z Compiling usdt-macro v0.6.0
17202026-08-25T20:17:14.094Z Compiling globset v0.4.18
17212026-08-25T20:17:14.125Z Compiling phf_shared v0.11.3
17222026-08-25T20:17:14.380Z Compiling hkdf v0.12.4
17232026-08-25T20:17:14.397Z Compiling dtrace-parser v0.2.0
17242026-08-25T20:17:14.468Z Compiling byte-wrapper v0.1.0
17252026-08-25T20:17:14.497Z Compiling olpc-cjson v0.1.4
17262026-08-25T20:17:14.729Z Compiling ed25519 v2.2.3
17272026-08-25T20:17:14.784Z Compiling crypto-bigint v0.5.5
17282026-08-25T20:17:14.784Z Compiling serde-big-array v0.5.1
17292026-08-25T20:17:14.811Z Compiling serde_plain v1.0.2
17302026-08-25T20:17:14.811Z Compiling miette-derive v7.6.0
17312026-08-25T20:17:14.867Z Compiling serde_repr v0.1.20
17322026-08-25T20:17:14.949Z Compiling enum-as-inner v0.6.1
17332026-08-25T20:17:15.164Z Compiling async-recursion v1.1.1
17342026-08-25T20:17:15.425Z Compiling strum_macros v0.26.4
17352026-08-25T20:17:15.512Z Compiling pem v3.0.6
17362026-08-25T20:17:15.553Z Compiling float-cmp v0.10.0
17372026-08-25T20:17:15.700Z Compiling memmap2 v0.9.10
17382026-08-25T20:17:15.742Z Compiling thread-id v4.2.2
17392026-08-25T20:17:15.826Z Compiling winnow v1.0.3
17402026-08-25T20:17:15.826Z Compiling keccak v0.1.6
17412026-08-25T20:17:15.968Z Compiling fixedbitset v0.5.7
17422026-08-25T20:17:16.003Z Compiling fixedbitset v0.4.2
17432026-08-25T20:17:16.258Z Compiling data-encoding v2.10.0
17442026-08-25T20:17:16.443Z Compiling supports-unicode v3.0.0
17452026-08-25T20:17:16.529Z Compiling new_debug_unreachable v1.0.6
17462026-08-25T20:17:16.529Z Compiling static_assertions v1.1.0
17472026-08-25T20:17:16.647Z Compiling predicates-core v1.0.10
17482026-08-25T20:17:16.647Z Compiling const-oid v0.10.2
17492026-08-25T20:17:16.749Z Compiling difflib v0.4.0
17502026-08-25T20:17:17.279Z Compiling normalize-line-endings v0.3.0
17512026-08-25T20:17:17.279Z Compiling whoami v2.1.0
17522026-08-25T20:17:17.279Z Compiling precomputed-hash v0.1.1
17532026-08-25T20:17:17.279Z Compiling cpufeatures v0.3.0
17542026-08-25T20:17:17.334Z Compiling typed-path v0.9.3
17552026-08-25T20:17:17.334Z Compiling supports-hyperlinks v3.2.0
17562026-08-25T20:17:17.334Z Compiling toml_edit v0.22.27
17572026-08-25T20:17:17.334Z Compiling chacha20 v0.10.0
17582026-08-25T20:17:17.334Z Compiling tokio-postgres v0.7.16
17592026-08-25T20:17:17.334Z Compiling miette v7.6.0
17602026-08-25T20:17:17.334Z Compiling strum v0.26.3
17612026-08-25T20:17:17.334Z Compiling predicates v3.1.4
17622026-08-25T20:17:17.335Z Compiling string_cache v0.8.9
17632026-08-25T20:17:17.335Z Compiling toml_parser v1.1.2+spec-1.1.0
17642026-08-25T20:17:17.986Z Compiling digest v0.11.3
17652026-08-25T20:17:18.077Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17662026-08-25T20:17:18.077Z Compiling hickory-proto v0.25.2
17672026-08-25T20:17:18.077Z Compiling petgraph v0.8.3
17682026-08-25T20:17:18.247Z Compiling petgraph v0.6.5
17692026-08-25T20:17:18.364Z Compiling sha3 v0.10.8
17702026-08-25T20:17:18.821Z Compiling usdt v0.6.0
17712026-08-25T20:17:19.062Z Compiling usdt-impl v0.5.0
17722026-08-25T20:17:19.398Z Compiling elliptic-curve v0.13.8
17732026-08-25T20:17:19.653Z Compiling ed25519-dalek v2.2.0
17742026-08-25T20:17:19.664Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17752026-08-25T20:17:19.703Z Compiling crossterm v0.28.1
17762026-08-25T20:17:19.973Z Compiling serde_with v3.21.0
17772026-08-25T20:17:20.241Z Compiling derive_more v2.1.1
17782026-08-25T20:17:20.261Z Compiling zip v4.6.1
17792026-08-25T20:17:20.972Z Compiling iddqd v0.4.2
17802026-08-25T20:17:21.147Z Compiling itertools v0.15.0
17812026-08-25T20:17:21.191Z Compiling itertools v0.13.0
17822026-08-25T20:17:21.427Z Compiling similar v2.7.0
17832026-08-25T20:17:21.487Z Compiling crossbeam-epoch v0.9.18
17842026-08-25T20:17:21.731Z Compiling heck v0.4.1
17852026-08-25T20:17:21.810Z Compiling tokio-stream v0.1.18
17862026-08-25T20:17:21.963Z Compiling buf-list v1.1.2
17872026-08-25T20:17:22.228Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17882026-08-25T20:17:22.244Z Compiling openapiv3 v2.2.0
17892026-08-25T20:17:22.244Z Compiling lalrpop-util v0.19.12
17902026-08-25T20:17:22.273Z Compiling peg-runtime v0.8.5
17912026-08-25T20:17:22.421Z Compiling thread_local v1.1.9
17922026-08-25T20:17:22.451Z Compiling slog-async v2.8.0
17932026-08-25T20:17:22.466Z Compiling crossbeam-channel v0.5.15
17942026-08-25T20:17:22.526Z Compiling filetime v0.2.27
17952026-08-25T20:17:22.546Z Compiling is-terminal v0.4.17
17962026-08-25T20:17:22.593Z Compiling xattr v1.6.1
17972026-08-25T20:17:22.655Z Compiling take_mut v0.2.2
17982026-08-25T20:17:22.696Z Compiling term v1.2.1
17992026-08-25T20:17:22.711Z Compiling tar v0.4.46
18002026-08-25T20:17:22.760Z Compiling camino-tempfile v1.4.1
18012026-08-25T20:17:22.983Z Compiling slog-term v2.9.2
18022026-08-25T20:17:28.819Z Compiling rustls-webpki v0.103.13
18032026-08-25T20:17:31.508Z Compiling tokio-rustls v0.26.4
18042026-08-25T20:17:31.509Z Compiling rustls-platform-verifier v0.6.2
18052026-08-25T20:17:31.509Z Compiling tough v0.22.0
18062026-08-25T20:17:31.718Z Compiling hyper-rustls v0.27.7
18072026-08-25T20:17:31.910Z Compiling reqwest v0.13.2
18082026-08-25T20:17:34.169Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-08-25T20:17:34.377Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-08-25T20:17:37.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18112026-08-25T20:17:37.445Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18122026-08-25T20:17:37.503ZAug 25 20:17:35.744 INFO Starting download, target: Console
18132026-08-25T20:17:37.503ZAug 25 20:17:35.745 INFO Starting download, target: Clickhouse
18142026-08-25T20:17:37.503ZAug 25 20:17:35.745 INFO Starting download, target: MaghemiteMgd
18152026-08-25T20:17:37.503ZAug 25 20:17:35.745 INFO Starting download, target: DendriteStub
18162026-08-25T20:17:37.506ZAug 25 20:17:35.745 INFO Starting download, target: Cockroach
18172026-08-25T20:17:37.506ZAug 25 20:17:35.745 INFO Starting download, target: MaghemiteDdmd
18182026-08-25T20:17:37.506ZAug 25 20:17:35.745 INFO Starting download, target: TransceiverControl
18192026-08-25T20:17:37.506ZAug 25 20:17:35.745 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18202026-08-25T20:17:37.506ZAug 25 20:17:35.745 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18212026-08-25T20:17:37.506ZAug 25 20:17:35.745 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18222026-08-25T20:17:37.506ZAug 25 20:17:35.745 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18232026-08-25T20:17:37.506ZAug 25 20:17:35.745 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18242026-08-25T20:17:37.506ZAug 25 20:17:35.745 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18252026-08-25T20:17:37.506ZAug 25 20:17:35.745 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18262026-08-25T20:17:38.143ZAug 25 20:17:36.378 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18272026-08-25T20:17:38.371ZAug 25 20:17:36.595 INFO Download complete, target: TransceiverControl
18282026-08-25T20:17:39.391ZAug 25 20:17:37.632 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18292026-08-25T20:17:39.573ZAug 25 20:17:37.815 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18302026-08-25T20:17:39.594ZAug 25 20:17:37.826 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18312026-08-25T20:17:39.805ZAug 25 20:17:38.043 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18322026-08-25T20:17:39.834ZAug 25 20:17:38.071 INFO Download complete, target: Console
18332026-08-25T20:17:39.937ZAug 25 20:17:38.169 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18342026-08-25T20:17:40.306ZAug 25 20:17:38.546 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18352026-08-25T20:17:40.306ZAug 25 20:17:38.546 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18362026-08-25T20:17:41.780ZAug 25 20:17:40.022 INFO Download complete, target: MaghemiteDdmd
18372026-08-25T20:17:42.098ZAug 25 20:17:40.341 INFO Download complete, target: DendriteStub
18382026-08-25T20:17:42.542ZAug 25 20:17:40.784 INFO Download complete, target: MaghemiteMgd
18392026-08-25T20:17:45.030ZAug 25 20:17:43.260 INFO Checking that binary works, target: Cockroach
18402026-08-25T20:17:45.130ZAug 25 20:17:43.372 INFO Download complete, target: Cockroach
18412026-08-25T20:17:46.178ZAug 25 20:17:44.419 INFO Checking that binary works, target: Clickhouse
18422026-08-25T20:17:46.271ZAug 25 20:17:44.513 INFO Download complete, target: Clickhouse
18432026-08-25T20:17:46.286ZAll builder prerequisites installed successfully, and PATH looks valid
18442026-08-25T20:17:46.289Z
18452026-08-25T20:17:46.289Zreal 2:17.997771870
18462026-08-25T20:17:46.290Zuser 7:24.049387404
18472026-08-25T20:17:46.290Zsys 1:28.074782834
18482026-08-25T20:17:46.290Ztrap 0.264138529
18492026-08-25T20:17:46.290Ztflt 0.631615359
18502026-08-25T20:17:46.290Zdflt 0.937394711
18512026-08-25T20:17:46.290Zkflt 0.025093174
18522026-08-25T20:17:46.290Zlock 27:51.537206007
18532026-08-25T20:17:46.290Zslp 22:29.604264378
18542026-08-25T20:17:46.290Zlat 50.205194125
18552026-08-25T20:17:46.290Zstop 2:48.303990772
18562026-08-25T20:17:46.290Z+ banner clippy
18572026-08-25T20:17:46.290Z
18582026-08-25T20:17:46.290Z #### # # ##### ##### # #
18592026-08-25T20:17:46.290Z # # # # # # # # # #
18602026-08-25T20:17:46.290Z # # # # # # # #
18612026-08-25T20:17:46.290Z # # # ##### ##### #
18622026-08-25T20:17:46.290Z # # # # # # #
18632026-08-25T20:17:46.290Z #### ###### # # # #
18642026-08-25T20:17:46.290Z
18652026-08-25T20:17:46.290Z+ export CARGO_INCREMENTAL=0
18662026-08-25T20:17:46.290Z+ CARGO_INCREMENTAL=0
18672026-08-25T20:17:46.290Z+ ptime -m cargo xtask clippy
18682026-08-25T20:17:46.764Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18692026-08-25T20:17:47.047Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18702026-08-25T20:17:48.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18712026-08-25T20:17:48.937Z Running `target/debug/xtask clippy`
18722026-08-25T20:17:48.964Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18732026-08-25T20:17:49.543Z Downloading crates ...
18742026-08-25T20:17:49.717Z Downloaded approx v0.5.1
18752026-08-25T20:17:49.720Z Downloaded cfg-expr v0.20.6
18762026-08-25T20:17:49.720Z Downloaded cast v0.3.0
18772026-08-25T20:17:49.720Z Downloaded concurrent-queue v2.5.0
18782026-08-25T20:17:49.723Z Downloaded async-object-pool v0.2.0
18792026-08-25T20:17:49.723Z Downloaded assert-json-diff v2.0.2
18802026-08-25T20:17:49.723Z Downloaded constant_time_eq v0.3.1
18812026-08-25T20:17:49.723Z Downloaded event-listener-strategy v0.5.4
18822026-08-25T20:17:49.726Z Downloaded anes v0.1.6
18832026-08-25T20:17:49.726Z Downloaded criterion-plot v0.6.0
18842026-08-25T20:17:49.726Z Downloaded async-lock v3.4.2
18852026-08-25T20:17:49.728Z Downloaded escape8259 v0.5.3
18862026-08-25T20:17:49.729Z Downloaded blake2b_simd v1.0.4
18872026-08-25T20:17:49.729Z Downloaded datatest-stable v0.3.3
18882026-08-25T20:17:49.731Z Downloaded assert_cmd v2.1.2
18892026-08-25T20:17:49.731Z Downloaded event-listener v5.4.1
18902026-08-25T20:17:49.734Z Downloaded fancy-regex v0.14.0
18912026-08-25T20:17:49.734Z Downloaded futures-timer v3.0.3
18922026-08-25T20:17:49.737Z Downloaded guppy-workspace-hack v0.1.0
18932026-08-25T20:17:49.737Z Downloaded criterion v0.7.0
18942026-08-25T20:17:49.741Z Downloaded guppy v0.17.25
18952026-08-25T20:17:49.744Z Downloaded hex-literal v0.4.1
18962026-08-25T20:17:49.744Z Downloaded hickory-client v0.25.2
18972026-08-25T20:17:49.744Z Downloaded httptest v0.16.4
18982026-08-25T20:17:49.747Z Downloaded miette-derive v5.10.0
18992026-08-25T20:17:49.747Z Downloaded linkme-impl v0.3.35
19002026-08-25T20:17:49.747Z Downloaded knuffel-derive v3.2.0
19012026-08-25T20:17:49.747Z Downloaded linkme v0.3.35
19022026-08-25T20:17:49.747Z Downloaded libtest-mimic v0.8.1
19032026-08-25T20:17:49.755Z Downloaded miette v5.10.0
19042026-08-25T20:17:49.757Z Downloaded parking v2.2.1
19052026-08-25T20:17:49.757Z Downloaded pathdiff v0.2.3
19062026-08-25T20:17:49.757Z Downloaded plotters-backend v0.3.7
19072026-08-25T20:17:49.757Z Downloaded oorandom v11.1.5
19082026-08-25T20:17:49.757Z Downloaded nested v0.1.1
19092026-08-25T20:17:49.757Z Downloaded plotters-svg v0.3.7
19102026-08-25T20:17:49.757Z Downloaded partial-io v0.5.4
19112026-08-25T20:17:49.757Z Downloaded knuffel v3.2.0
19122026-08-25T20:17:49.757Z Downloaded owo-colors v3.5.0
19132026-08-25T20:17:49.757Z Downloaded relative-path v1.9.3
19142026-08-25T20:17:49.757Z Downloaded path-tree v0.8.3
19152026-08-25T20:17:49.760Z Downloaded serde_regex v1.1.0
19162026-08-25T20:17:49.760Z Downloaded similar-asserts v1.7.0
19172026-08-25T20:17:49.760Z Downloaded rust-argon2 v2.1.0
19182026-08-25T20:17:49.760Z Downloaded supports-color v2.1.0
19192026-08-25T20:17:49.807Z Downloaded rstest v0.25.0
19202026-08-25T20:17:49.822Z Downloaded supports-unicode v2.1.0
19212026-08-25T20:17:49.822Z Downloaded supports-hyperlinks v2.1.0
19222026-08-25T20:17:49.822Z Downloaded target-triple v1.0.0
19232026-08-25T20:17:49.822Z Downloaded rand_distr v0.5.1
19242026-08-25T20:17:49.822Z Downloaded rstest_macros v0.25.0
19252026-08-25T20:17:49.822Z Downloaded plotters v0.3.7
19262026-08-25T20:17:49.822Z Downloaded stringmetrics v2.2.2
19272026-08-25T20:17:49.822Z Downloaded termcolor v1.4.1
19282026-08-25T20:17:49.822Z Downloaded terminal_size v0.1.17
19292026-08-25T20:17:49.822Z Downloaded tinytemplate v1.2.1
19302026-08-25T20:17:49.822Z Downloaded target-spec v3.5.7
19312026-08-25T20:17:49.822Z Downloaded target-lexicon v0.13.3
19322026-08-25T20:17:49.822Z Downloaded textwrap v0.15.2
19332026-08-25T20:17:49.822Z Downloaded trybuild v1.0.116
19342026-08-25T20:17:49.853Z Downloaded httpmock v0.8.3
19352026-08-25T20:17:51.672Z Checking cfg-if v1.0.4
19362026-08-25T20:17:52.042Z Checking serde_core v1.0.228
19372026-08-25T20:17:52.042Z Checking libc v0.2.185
19382026-08-25T20:17:52.115Z Checking memchr v2.8.0
19392026-08-25T20:17:52.164Z Checking smallvec v1.15.1
19402026-08-25T20:17:52.204Z Checking rand_core v0.10.0
19412026-08-25T20:17:52.207Z Checking itoa v1.0.17
19422026-08-25T20:17:52.281Z Checking subtle v2.6.1
19432026-08-25T20:17:52.281Z Checking libm v0.2.16
19442026-08-25T20:17:52.372Z Checking log v0.4.33
19452026-08-25T20:17:52.425Z Checking scopeguard v1.2.0
19462026-08-25T20:17:52.436Z Checking typenum v1.20.1
19472026-08-25T20:17:52.517Z Checking zmij v1.0.21
19482026-08-25T20:17:52.543Z Checking stable_deref_trait v1.2.1
19492026-08-25T20:17:52.586Z Checking getrandom v0.4.3
19502026-08-25T20:17:52.592Z Checking errno v0.3.14
19512026-08-25T20:17:52.655Z Checking lock_api v0.4.14
19522026-08-25T20:17:52.694Z Checking zerofrom v0.1.6
19532026-08-25T20:17:52.747Z Checking percent-encoding v2.3.2
19542026-08-25T20:17:52.791Z Checking writeable v0.6.2
19552026-08-25T20:17:52.794Z Checking litemap v0.8.1
19562026-08-25T20:17:52.863Z Checking yoke v0.8.1
19572026-08-25T20:17:52.904Z Checking icu_normalizer_data v2.1.1
19582026-08-25T20:17:52.943Z Checking icu_properties_data v2.1.2
19592026-08-25T20:17:52.982Z Checking form_urlencoded v1.2.2
19602026-08-25T20:17:53.023Z Checking utf8_iter v1.0.4
19612026-08-25T20:17:53.065Z Checking num-traits v0.2.19
19622026-08-25T20:17:53.065Z Checking zerovec v0.11.5
19632026-08-25T20:17:53.068Z Checking zerotrie v0.2.3
19642026-08-25T20:17:53.175Z Checking zerocopy v0.8.55
19652026-08-25T20:17:53.216Z Checking portable-atomic v1.13.1
19662026-08-25T20:17:53.256Z Checking critical-section v1.2.0
19672026-08-25T20:17:53.256Z Checking pin-project-lite v0.2.17
19682026-08-25T20:17:53.392Z Checking parking_lot_core v0.9.12
19692026-08-25T20:17:53.441Z Checking signal-hook-registry v1.4.8
19702026-08-25T20:17:53.485Z Checking mio v1.2.0
19712026-08-25T20:17:53.524Z Checking tinystr v0.8.2
19722026-08-25T20:17:53.564Z Checking serde v1.0.228
19732026-08-25T20:17:53.613Z Checking bitflags v2.11.0
19742026-08-25T20:17:53.654Z Checking serde_json v1.0.151
19752026-08-25T20:17:53.657Z Checking potential_utf v0.1.4
19762026-08-25T20:17:53.686Z Checking once_cell v1.21.3
19772026-08-25T20:17:53.763Z Checking icu_locale_core v2.1.1
19782026-08-25T20:17:53.800Z Checking parking_lot v0.12.5
19792026-08-25T20:17:53.841Z Checking iana-time-zone v0.1.65
19802026-08-25T20:17:53.881Z Checking icu_collections v2.1.1
19812026-08-25T20:17:53.933Z Checking uuid v1.23.4
19822026-08-25T20:17:53.983Z Checking socket2 v0.6.3
19832026-08-25T20:17:54.026Z Checking zeroize v1.9.0
19842026-08-25T20:17:54.026Z Checking bytes v1.11.1
19852026-08-25T20:17:54.211Z Checking chrono v0.4.45
19862026-08-25T20:17:54.268Z Checking semver v1.0.28
19872026-08-25T20:17:54.319Z Checking icu_provider v2.1.1
19882026-08-25T20:17:54.383Z Checking thiserror v2.0.18
19892026-08-25T20:17:54.417Z Checking dyn-clone v1.0.20
19902026-08-25T20:17:54.477Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19912026-08-25T20:17:54.522Z Checking rustix v1.1.4
19922026-08-25T20:17:54.525Z Checking tokio v1.52.1
19932026-08-25T20:17:54.558Z Checking futures-core v0.3.32
19942026-08-25T20:17:54.630Z Checking equivalent v1.0.2
19952026-08-25T20:17:54.634Z Checking icu_normalizer v2.1.1
19962026-08-25T20:17:54.707Z Checking icu_properties v2.1.2
19972026-08-25T20:17:54.748Z Checking getrandom v0.2.17
19982026-08-25T20:17:54.840Z Checking cmov v0.5.4
19992026-08-25T20:17:54.935Z Checking rand_core v0.6.4
20002026-08-25T20:17:55.004Z Checking getrandom v0.3.4
20012026-08-25T20:17:55.061Z Checking ctutils v0.4.2
20022026-08-25T20:17:55.104Z Checking futures-sink v0.3.32
20032026-08-25T20:17:55.145Z Checking byteorder v1.5.0
20042026-08-25T20:17:55.184Z Checking futures-io v0.3.32
20052026-08-25T20:17:55.234Z Checking futures-channel v0.3.32
20062026-08-25T20:17:55.300Z Checking hybrid-array v0.4.13
20072026-08-25T20:17:55.339Z Checking slab v0.4.12
20082026-08-25T20:17:55.380Z Checking futures-task v0.3.32
20092026-08-25T20:17:55.383Z Checking fnv v1.0.7
20102026-08-25T20:17:55.458Z Checking regex-syntax v0.8.10
20112026-08-25T20:17:55.526Z Checking hashbrown v0.17.0
20122026-08-25T20:17:55.564Z Checking generic-array v0.14.7
20132026-08-25T20:17:55.567Z Checking idna_adapter v1.2.1
20142026-08-25T20:17:55.567Z Checking futures-util v0.3.32
20152026-08-25T20:17:55.753Z Checking idna v1.1.0
20162026-08-25T20:17:55.953Z Checking ppv-lite86 v0.2.21
20172026-08-25T20:17:56.027Z Checking url v2.5.8
20182026-08-25T20:17:56.027Z Checking indexmap v2.14.0
20192026-08-25T20:17:56.103Z Checking thiserror v1.0.69
20202026-08-25T20:17:56.107Z Checking crypto-common v0.2.2
20212026-08-25T20:17:56.231Z Checking base64ct v1.8.3
20222026-08-25T20:17:56.276Z Checking const-oid v0.9.6
20232026-08-25T20:17:56.540Z Checking crypto-common v0.1.7
20242026-08-25T20:17:56.552Z Checking schemars v0.8.22
20252026-08-25T20:17:56.640Z Checking block-buffer v0.12.1
20262026-08-25T20:17:56.679Z Checking base64 v0.22.1
20272026-08-25T20:17:56.744Z Checking rand_core v0.9.5
20282026-08-25T20:17:56.782Z Checking block-buffer v0.10.4
20292026-08-25T20:17:56.835Z Checking erased-serde v0.3.31
20302026-08-25T20:17:56.943Z Checking utf8parse v0.2.2
20312026-08-25T20:17:56.983Z Checking rand_chacha v0.9.0
20322026-08-25T20:17:56.988Z Checking digest v0.10.7
20332026-08-25T20:17:56.988Z Checking anstyle v1.0.14
20342026-08-25T20:17:57.089Z Checking http v1.4.2
20352026-08-25T20:17:57.220Z Checking tracing-core v0.1.36
20362026-08-25T20:17:57.262Z Checking slog v2.8.2
20372026-08-25T20:17:57.265Z Checking rand v0.9.2
20382026-08-25T20:17:57.297Z Checking colorchoice v1.0.4
20392026-08-25T20:17:57.333Z Checking anstyle-query v1.1.5
20402026-08-25T20:17:57.429Z Checking is_terminal_polyfill v1.70.2
20412026-08-25T20:17:57.489Z Checking terminal_size v0.4.3
20422026-08-25T20:17:57.555Z Checking fastrand v2.3.0
20432026-08-25T20:17:57.558Z Checking tracing v0.1.44
20442026-08-25T20:17:57.592Z Checking const-oid v0.10.2
20452026-08-25T20:17:57.595Z Checking anstyle-parse v1.0.0
20462026-08-25T20:17:57.700Z Checking ipnet v2.12.0
20472026-08-25T20:17:57.703Z Checking aho-corasick v1.1.4
20482026-08-25T20:17:57.773Z Checking tempfile v3.27.0
20492026-08-25T20:17:57.776Z Checking anstream v1.0.0
20502026-08-25T20:17:57.847Z Checking ipnetwork v0.21.1
20512026-08-25T20:17:57.850Z Checking tokio-util v0.7.18
20522026-08-25T20:17:57.883Z Checking crossbeam-utils v0.8.21
20532026-08-25T20:17:57.961Z Checking clap_lex v1.0.0
20542026-08-25T20:17:57.999Z Checking unicode-ident v1.0.24
20552026-08-25T20:17:58.003Z Checking strsim v0.11.1
20562026-08-25T20:17:58.073Z Checking powerfmt v0.2.0
20572026-08-25T20:17:58.109Z Checking allocator-api2 v0.2.21
20582026-08-25T20:17:58.149Z Checking proc-macro2 v1.0.106
20592026-08-25T20:17:58.151Z Checking digest v0.11.3
20602026-08-25T20:17:58.222Z Checking clap_builder v4.6.0
20612026-08-25T20:17:58.261Z Checking deranged v0.5.8
20622026-08-25T20:17:58.298Z Checking time-core v0.1.8
20632026-08-25T20:17:58.396Z Checking cpufeatures v0.3.0
20642026-08-25T20:17:58.436Z Checking num_threads v0.1.7
20652026-08-25T20:17:58.439Z Checking regex-automata v0.4.14
20662026-08-25T20:17:58.511Z Checking num-conv v0.2.0
20672026-08-25T20:17:58.514Z Checking quote v1.0.45
20682026-08-25T20:17:58.514Z Checking httparse v1.10.1
20692026-08-25T20:17:58.618Z Checking anyhow v1.0.104
20702026-08-25T20:17:58.621Z Checking cpufeatures v0.2.17
20712026-08-25T20:17:58.655Z Checking rustls-pki-types v1.14.0
20722026-08-25T20:17:58.728Z Checking aws-lc-sys v0.40.0
20732026-08-25T20:17:58.764Z Checking syn v2.0.117
20742026-08-25T20:17:58.814Z Checking untrusted v0.7.1
20752026-08-25T20:17:58.886Z Checking http-body v1.0.1
20762026-08-25T20:17:58.957Z Checking atomic-waker v1.1.2
20772026-08-25T20:17:59.001Z Checking oxnet v0.1.6
20782026-08-25T20:17:59.048Z Checking httpdate v1.0.3
20792026-08-25T20:17:59.089Z Checking try-lock v0.2.5
20802026-08-25T20:17:59.206Z Checking time v0.3.47
20812026-08-25T20:17:59.247Z Checking want v0.3.1
20822026-08-25T20:17:59.251Z Checking h2 v0.4.15
20832026-08-25T20:17:59.317Z Checking aws-lc-rs v1.16.3
20842026-08-25T20:17:59.320Z Checking hex v0.4.3
20852026-08-25T20:17:59.397Z Checking ryu v1.0.23
20862026-08-25T20:17:59.461Z Checking clap v4.6.1
20872026-08-25T20:17:59.567Z Checking tower-service v0.3.3
20882026-08-25T20:17:59.609Z Checking tower-layer v0.3.3
20892026-08-25T20:17:59.612Z Checking simd-adler32 v0.3.8
20902026-08-25T20:17:59.691Z Checking untrusted v0.9.0
20912026-08-25T20:17:59.813Z Checking spin v0.9.8
20922026-08-25T20:17:59.852Z Checking unicode-width v0.2.0
20932026-08-25T20:17:59.855Z Checking adler2 v2.0.1
20942026-08-25T20:17:59.994Z Checking miniz_oxide v0.8.9
20952026-08-25T20:18:00.036Z Checking pem-rfc7468 v0.7.0
20962026-08-25T20:18:00.163Z Checking rustls-webpki v0.103.13
20972026-08-25T20:18:00.210Z Checking mime v0.3.17
20982026-08-25T20:18:00.285Z Checking flagset v0.4.7
20992026-08-25T20:18:00.324Z Checking block-padding v0.4.2
21002026-08-25T20:18:00.362Z Checking camino v1.2.5
21012026-08-25T20:18:00.401Z Checking pretty-hex v0.4.1
21022026-08-25T20:18:00.438Z Checking http-body-util v0.1.3
21032026-08-25T20:18:00.475Z Checking der v0.7.10
21042026-08-25T20:18:00.514Z Checking inout v0.2.2
21052026-08-25T20:18:00.552Z Checking plain v0.2.3
21062026-08-25T20:18:00.613Z Checking rustls v0.23.41
21072026-08-25T20:18:00.653Z Checking openssl-probe v0.2.1
21082026-08-25T20:18:00.692Z Checking ucd-trie v0.1.7
21092026-08-25T20:18:00.695Z Checking cipher v0.5.2
21102026-08-25T20:18:00.695Z Checking regex v1.12.3
21112026-08-25T20:18:00.805Z Checking serde_urlencoded v0.7.1
21122026-08-25T20:18:00.859Z Checking pest v2.8.6
21132026-08-25T20:18:01.010Z Checking rand_chacha v0.3.1
21142026-08-25T20:18:01.050Z Checking encoding_rs v0.8.35
21152026-08-25T20:18:01.053Z Checking bit-vec v0.8.0
21162026-08-25T20:18:01.122Z Checking futures-executor v0.3.32
21172026-08-25T20:18:01.238Z Checking spki v0.7.3
21182026-08-25T20:18:01.292Z Checking rand v0.8.6
21192026-08-25T20:18:01.314Z Checking wait-timeout v0.2.1
21202026-08-25T20:18:01.317Z Checking bit-set v0.8.0
21212026-08-25T20:18:01.439Z Checking futures v0.3.32
21222026-08-25T20:18:01.478Z Checking crc32fast v1.5.0
21232026-08-25T20:18:01.527Z Checking either v1.15.0
21242026-08-25T20:18:01.567Z Checking quick-error v1.2.3
21252026-08-25T20:18:01.649Z Checking rand_xorshift v0.4.0
21262026-08-25T20:18:01.703Z Checking rusty-fork v0.3.1
21272026-08-25T20:18:01.747Z Checking sync_wrapper v1.0.2
21282026-08-25T20:18:01.803Z Checking unarray v0.1.4
21292026-08-25T20:18:01.845Z Checking pkcs8 v0.10.2
21302026-08-25T20:18:01.887Z Checking tower v0.5.3
21312026-08-25T20:18:01.924Z Checking iri-string v0.7.10
21322026-08-25T20:18:01.963Z Checking proptest v1.11.0
21332026-08-25T20:18:02.972Z Checking foldhash v0.2.0
21342026-08-25T20:18:02.975Z Checking openapiv3 v2.2.0
21352026-08-25T20:18:02.975Z Checking static_assertions v1.1.0
21362026-08-25T20:18:02.975Z Checking hyper v1.10.1
21372026-08-25T20:18:02.975Z Checking zlib-rs v0.6.2
21382026-08-25T20:18:02.975Z Checking hashbrown v0.16.1
21392026-08-25T20:18:02.975Z Checking sha2 v0.10.9
21402026-08-25T20:18:02.975Z Checking rustls-native-certs v0.8.3
21412026-08-25T20:18:02.975Z Checking lazy_static v1.5.0
21422026-08-25T20:18:02.975Z Checking hubpack v0.1.2
21432026-08-25T20:18:02.975Z Checking psl-types v2.0.11
21442026-08-25T20:18:02.975Z Checking tokio-rustls v0.26.4
21452026-08-25T20:18:02.992Z Checking tower-http v0.6.8
21462026-08-25T20:18:03.016Z Checking tinyvec_macros v0.1.1
21472026-08-25T20:18:03.054Z Checking publicsuffix v2.3.0
21482026-08-25T20:18:03.094Z Checking flate2 v1.1.9
21492026-08-25T20:18:03.097Z Checking hyper-util v0.1.20
21502026-08-25T20:18:03.165Z Checking tinyvec v1.10.0
21512026-08-25T20:18:03.202Z Checking cookie v0.18.1
21522026-08-25T20:18:03.243Z Checking rustls-platform-verifier v0.6.2
21532026-08-25T20:18:03.285Z Checking signature v2.2.0
21542026-08-25T20:18:03.354Z Checking num-integer v0.1.46
21552026-08-25T20:18:03.414Z Checking strum v0.26.3
21562026-08-25T20:18:03.416Z Checking scroll v0.13.0
21572026-08-25T20:18:03.488Z Checking cookie_store v0.22.1
21582026-08-25T20:18:03.496Z Checking ahash v0.8.12
21592026-08-25T20:18:03.562Z Checking memmap2 v0.9.10
21602026-08-25T20:18:03.564Z Checking unicode-width v0.1.14
21612026-08-25T20:18:03.633Z Checking dtrace-parser v0.3.0
21622026-08-25T20:18:03.706Z Checking goblin v0.10.5
21632026-08-25T20:18:03.751Z Checking serde_spanned v0.6.9
21642026-08-25T20:18:03.798Z Checking toml_datetime v0.6.11
21652026-08-25T20:18:03.798Z Checking newtype-uuid v1.3.2
21662026-08-25T20:18:03.875Z Checking thread-id v5.1.0
21672026-08-25T20:18:03.879Z Checking data-encoding v2.10.0
21682026-08-25T20:18:03.949Z Checking bstr v1.12.1
21692026-08-25T20:18:03.952Z Checking hmac v0.12.1
21702026-08-25T20:18:04.027Z Checking daft v0.1.8
21712026-08-25T20:18:04.067Z Checking base64 v0.21.7
21722026-08-25T20:18:04.070Z Checking x509-cert v0.2.5
21732026-08-25T20:18:04.148Z Checking crossbeam-epoch v0.9.18
21742026-08-25T20:18:04.190Z Checking memoffset v0.9.1
21752026-08-25T20:18:04.298Z Checking num-iter v0.1.45
21762026-08-25T20:18:04.338Z Checking scroll v0.12.0
21772026-08-25T20:18:04.341Z Checking zerocopy v0.7.35
21782026-08-25T20:18:04.413Z Checking rustix v0.38.44
21792026-08-25T20:18:04.416Z Checking env_filter v2.0.0
21802026-08-25T20:18:04.487Z Checking smawk v0.3.2
21812026-08-25T20:18:04.490Z Checking hyper-rustls v0.27.7
21822026-08-25T20:18:04.588Z Checking goblin v0.8.2
21832026-08-25T20:18:04.627Z Checking unicode-linebreak v0.1.5
21842026-08-25T20:18:04.664Z Checking unicode-segmentation v1.12.0
21852026-08-25T20:18:04.756Z Checking reqwest v0.13.2
21862026-08-25T20:18:04.796Z Checking tap v1.0.1
21872026-08-25T20:18:04.863Z Checking env_logger v0.11.11
21882026-08-25T20:18:04.905Z Checking num-bigint-dig v0.8.6
21892026-08-25T20:18:04.941Z Checking wyz v0.5.1
21902026-08-25T20:18:05.004Z Checking nix v0.31.2
21912026-08-25T20:18:05.087Z Checking pkcs1 v0.7.5
21922026-08-25T20:18:05.148Z Checking dtrace-parser v0.2.0
21932026-08-25T20:18:05.245Z Checking ff v0.13.1
21942026-08-25T20:18:05.329Z Checking radium v0.7.0
21952026-08-25T20:18:05.407Z Checking thread-id v4.2.2
21962026-08-25T20:18:05.476Z Checking same-file v1.0.6
21972026-08-25T20:18:05.519Z Checking winnow v1.0.3
21982026-08-25T20:18:05.558Z Checking base16ct v0.2.0
21992026-08-25T20:18:05.599Z Checking crc-catalog v2.4.0
22002026-08-25T20:18:05.652Z Checking funty v2.0.0
22012026-08-25T20:18:05.713Z Checking sec1 v0.7.3
22022026-08-25T20:18:05.753Z Checking crc v3.4.0
22032026-08-25T20:18:05.755Z Checking rsa v0.9.10
22042026-08-25T20:18:05.954Z Checking walkdir v2.5.0
22052026-08-25T20:18:05.994Z Checking bitvec v1.0.1
22062026-08-25T20:18:05.996Z Checking group v0.13.0
22072026-08-25T20:18:06.065Z Checking dof v0.4.0
22082026-08-25T20:18:06.157Z Checking hkdf v0.12.4
22092026-08-25T20:18:06.207Z Checking unicode-normalization v0.1.25
22102026-08-25T20:18:06.247Z Checking crypto-bigint v0.5.5
22112026-08-25T20:18:06.284Z Checking zerocopy v0.6.6
22122026-08-25T20:18:06.326Z Checking maybe-uninit v2.0.0
22132026-08-25T20:18:06.374Z Checking winnow v0.5.40
22142026-08-25T20:18:06.425Z Checking gimli v0.32.3
22152026-08-25T20:18:06.516Z Checking dof v0.3.0
22162026-08-25T20:18:06.615Z Checking foreign-types-shared v0.1.1
22172026-08-25T20:18:06.654Z Checking is_ci v1.2.0
22182026-08-25T20:18:06.729Z Checking usdt-impl v0.6.0
22192026-08-25T20:18:06.732Z Checking foldhash v0.1.5
22202026-08-25T20:18:06.804Z Checking nodrop v0.1.14
22212026-08-25T20:18:06.842Z Checking usdt-impl v0.5.0
22222026-08-25T20:18:06.924Z Checking array-init v0.0.4
22232026-08-25T20:18:06.962Z Checking hashbrown v0.15.5
22242026-08-25T20:18:07.046Z Checking usdt v0.6.0
22252026-08-25T20:18:07.164Z Checking foreign-types v0.3.2
22262026-08-25T20:18:07.205Z Checking elliptic-curve v0.13.8
22272026-08-25T20:18:07.252Z Checking smallvec v0.6.14
22282026-08-25T20:18:07.291Z Checking serde_with v3.21.0
22292026-08-25T20:18:07.294Z Checking bitfield v0.19.4
22302026-08-25T20:18:07.366Z Checking packed_struct v0.10.1
22312026-08-25T20:18:07.476Z Checking bzip2-sys v0.1.13+1.0.8
22322026-08-25T20:18:07.479Z Checking openssl-sys v0.9.117
22332026-08-25T20:18:07.553Z Checking object v0.37.3
22342026-08-25T20:18:07.594Z Checking toml_edit v0.19.15
22352026-08-25T20:18:07.597Z Checking rustc-demangle v0.1.27
22362026-08-25T20:18:07.597Z Checking bitflags v1.3.2
22372026-08-25T20:18:07.769Z Checking siphasher v1.0.2
22382026-08-25T20:18:07.885Z Checking keccak v0.1.6
22392026-08-25T20:18:07.925Z Checking hashbrown v0.12.3
22402026-08-25T20:18:07.998Z Checking openssl v0.10.80
22412026-08-25T20:18:08.010Z Checking addr2line v0.25.1
22422026-08-25T20:18:08.079Z Checking sha3 v0.10.8
22432026-08-25T20:18:08.302Z Checking bzip2 v0.4.4
22442026-08-25T20:18:08.341Z Checking serde-hex v0.1.0
22452026-08-25T20:18:08.378Z Checking indexmap v1.9.3
22462026-08-25T20:18:08.431Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22472026-08-25T20:18:08.493Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22482026-08-25T20:18:08.637Z Checking toml v0.7.8
22492026-08-25T20:18:08.679Z Checking toml_parser v1.1.2+spec-1.1.0
22502026-08-25T20:18:08.729Z Checking ron v0.8.1
22512026-08-25T20:18:08.830Z Checking hashbrown v0.13.2
22522026-08-25T20:18:08.976Z Checking itertools v0.13.0
22532026-08-25T20:18:09.030Z Checking itertools v0.15.0
22542026-08-25T20:18:09.281Z Checking signal-hook v0.3.18
22552026-08-25T20:18:09.284Z Checking managed v0.8.0
22562026-08-25T20:18:09.508Z Checking crc-any v2.5.0
22572026-08-25T20:18:09.548Z Checking object v0.30.4
22582026-08-25T20:18:09.718Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22592026-08-25T20:18:09.851Z Checking zip v0.6.6
22602026-08-25T20:18:09.854Z Checking backtrace v0.3.76
22612026-08-25T20:18:09.926Z Checking globset v0.4.18
22622026-08-25T20:18:09.973Z Checking chacha20 v0.10.0
22632026-08-25T20:18:10.022Z Checking curve25519-dalek v4.1.3
22642026-08-25T20:18:10.179Z Checking toml_write v0.1.2
22652026-08-25T20:18:10.183Z Checking backtrace-ext v0.2.1
22662026-08-25T20:18:10.256Z Checking winnow v0.7.14
22672026-08-25T20:18:10.259Z Checking path-slash v0.1.5
22682026-08-25T20:18:10.259Z Checking native-tls v0.2.18
22692026-08-25T20:18:10.365Z Checking signal-hook-mio v0.2.5
22702026-08-25T20:18:10.400Z Checking textwrap v0.16.2
22712026-08-25T20:18:10.436Z Checking ed25519 v2.2.3
22722026-08-25T20:18:10.501Z Checking ref-cast v1.0.25
22732026-08-25T20:18:10.537Z Checking pin-project v1.1.11
22742026-08-25T20:18:10.631Z Checking jiff-core v0.1.0
22752026-08-25T20:18:10.671Z Checking tokio-native-tls v0.3.1
22762026-08-25T20:18:10.674Z Checking pem v3.0.6
22772026-08-25T20:18:10.674Z Checking zstd-sys v2.0.16+zstd.1.5.7
22782026-08-25T20:18:10.814Z Checking ed25519-dalek v2.2.0
22792026-08-25T20:18:10.853Z Checking owo-colors v4.3.0
22802026-08-25T20:18:10.891Z Checking fixedbitset v0.5.7
22812026-08-25T20:18:10.933Z Checking hyper-tls v0.6.0
22822026-08-25T20:18:11.082Z Checking zstd-safe v7.2.4
22832026-08-25T20:18:11.122Z Checking petgraph v0.8.3
22842026-08-25T20:18:11.161Z Checking snafu v0.8.9
22852026-08-25T20:18:11.281Z Checking crossterm v0.28.1
22862026-08-25T20:18:11.346Z Checking jiff v0.2.34
22872026-08-25T20:18:11.432Z Checking supports-color v3.0.2
22882026-08-25T20:18:11.435Z Checking similar v2.7.0
22892026-08-25T20:18:11.507Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22902026-08-25T20:18:11.511Z Checking toml_edit v0.22.27
22912026-08-25T20:18:11.617Z Checking fs-err v3.3.0
22922026-08-25T20:18:11.668Z Checking hash32 v0.2.1
22932026-08-25T20:18:11.858Z Checking serde_plain v1.0.2
22942026-08-25T20:18:11.899Z Checking serde-big-array v0.5.1
22952026-08-25T20:18:11.934Z Checking libbz2-rs-sys v0.2.2
22962026-08-25T20:18:12.015Z Checking unicode-bidi v0.3.18
22972026-08-25T20:18:12.054Z Checking unicode-properties v0.1.4
22982026-08-25T20:18:12.093Z Checking bumpalo v3.20.2
22992026-08-25T20:18:12.281Z Checking predicates-core v1.0.10
23002026-08-25T20:18:12.334Z Checking typed-path v0.9.3
23012026-08-25T20:18:12.374Z Checking stringprep v0.1.5
23022026-08-25T20:18:12.377Z Checking bzip2 v0.6.1
23032026-08-25T20:18:12.445Z Checking zopfli v0.8.3
23042026-08-25T20:18:12.508Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23052026-08-25T20:18:12.560Z Checking heapless v0.7.17
23062026-08-25T20:18:12.605Z Checking zstd v0.13.3
23072026-08-25T20:18:12.669Z Checking reqwest v0.12.28
23082026-08-25T20:18:12.739Z Checking hickory-proto v0.25.2
23092026-08-25T20:18:12.810Z Checking byte-wrapper v0.1.0
23102026-08-25T20:18:12.852Z Checking md-5 v0.10.6
23112026-08-25T20:18:12.888Z Checking float-cmp v0.10.0
23122026-08-25T20:18:12.994Z Checking fallible-iterator v0.2.0
23132026-08-25T20:18:13.033Z Checking difflib v0.4.0
23142026-08-25T20:18:13.072Z Checking normalize-line-endings v0.3.0
23152026-08-25T20:18:13.075Z Checking supports-hyperlinks v3.2.0
23162026-08-25T20:18:13.145Z Checking supports-unicode v3.0.0
23172026-08-25T20:18:13.196Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23182026-08-25T20:18:13.240Z Checking smoltcp v0.9.1
23192026-08-25T20:18:13.244Z Checking predicates v3.1.4
23202026-08-25T20:18:13.315Z Checking miette v7.6.0
23212026-08-25T20:18:13.318Z Checking zip v4.6.1
23222026-08-25T20:18:13.318Z Checking postgres-protocol v0.6.10
23232026-08-25T20:18:13.453Z Checking iddqd v0.4.2
23242026-08-25T20:18:13.599Z Checking phf_shared v0.11.3
23252026-08-25T20:18:13.691Z Checking phf_shared v0.13.1
23262026-08-25T20:18:13.777Z Checking olpc-cjson v0.1.4
23272026-08-25T20:18:13.817Z Checking tokio-stream v0.1.18
23282026-08-25T20:18:13.857Z Checking derive_more v2.1.1
23292026-08-25T20:18:13.860Z Checking strum v0.27.2
23302026-08-25T20:18:13.930Z Checking lalrpop-util v0.19.12
23312026-08-25T20:18:13.968Z Checking fixedbitset v0.4.2
23322026-08-25T20:18:14.006Z Checking new_debug_unreachable v1.0.6
23332026-08-25T20:18:14.009Z Checking precomputed-hash v0.1.1
23342026-08-25T20:18:14.080Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23352026-08-25T20:18:14.119Z Checking tough v0.22.0
23362026-08-25T20:18:14.122Z Checking phf v0.13.1
23372026-08-25T20:18:14.192Z Checking string_cache v0.8.9
23382026-08-25T20:18:14.196Z Checking petgraph v0.6.5
23392026-08-25T20:18:14.265Z Checking postgres-types v0.2.12
23402026-08-25T20:18:14.334Z Checking buf-list v1.1.2
23412026-08-25T20:18:14.391Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23422026-08-25T20:18:14.430Z Checking whoami v2.1.0
23432026-08-25T20:18:14.548Z Checking peg-runtime v0.8.5
23442026-08-25T20:18:14.656Z Checking tokio-postgres v0.7.16
23452026-08-25T20:18:14.695Z Checking is-terminal v0.4.17
23462026-08-25T20:18:14.737Z Checking crossbeam-channel v0.5.15
23472026-08-25T20:18:14.778Z Checking thread_local v1.1.9
23482026-08-25T20:18:14.854Z Checking take_mut v0.2.2
23492026-08-25T20:18:14.960Z Checking term v1.2.1
23502026-08-25T20:18:14.999Z Compiling newtype-uuid-macros v0.1.0
23512026-08-25T20:18:15.106Z Checking slog-async v2.8.0
23522026-08-25T20:18:15.218Z Checking slog-term v2.9.2
23532026-08-25T20:18:15.316Z Checking match_cfg v0.1.0
23542026-08-25T20:18:15.420Z Checking hostname v0.3.1
23552026-08-25T20:18:15.482Z Checking slog-json v2.6.1
23562026-08-25T20:18:15.521Z Compiling multer v3.1.0
23572026-08-25T20:18:15.559Z Compiling async-stream-impl v0.3.6
23582026-08-25T20:18:15.563Z Compiling dropshot v0.17.1
23592026-08-25T20:18:15.667Z Checking slog-bunyan v2.5.0
23602026-08-25T20:18:15.793Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23612026-08-25T20:18:15.833Z Checking debug-ignore v1.0.5
23622026-08-25T20:18:15.835Z Compiling dropshot_endpoint v0.17.1
23632026-08-25T20:18:15.942Z Checking serde_path_to_error v0.1.20
23642026-08-25T20:18:15.981Z Checking sha1 v0.11.0
23652026-08-25T20:18:16.016Z Checking toml_datetime v1.1.1+spec-1.1.0
23662026-08-25T20:18:16.162Z Checking serde_spanned v1.1.1
23672026-08-25T20:18:16.202Z Checking compression-core v0.4.31
23682026-08-25T20:18:16.205Z Checking toml_writer v1.1.1+spec-1.1.0
23692026-08-25T20:18:16.276Z Checking async-stream v0.3.6
23702026-08-25T20:18:16.312Z Checking waitgroup v0.1.2
23712026-08-25T20:18:16.385Z Checking compression-codecs v0.4.37
23722026-08-25T20:18:16.386Z Checking rustls-pemfile v2.2.0
23732026-08-25T20:18:16.491Z Checking toml v1.1.2+spec-1.1.0
23742026-08-25T20:18:16.494Z Checking hostname v0.4.2
23752026-08-25T20:18:16.494Z Checking progenitor-client v0.14.0
23762026-08-25T20:18:16.600Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23772026-08-25T20:18:16.603Z Checking async-compression v0.4.41
23782026-08-25T20:18:16.603Z Checking atomicwrites v0.4.4
23792026-08-25T20:18:16.712Z Compiling serde_tokenstream v0.3.0
23802026-08-25T20:18:16.752Z Compiling parse-display-derive v0.10.0
23812026-08-25T20:18:16.793Z Checking regress v0.10.5
23822026-08-25T20:18:16.796Z Checking macaddr v1.0.1
23832026-08-25T20:18:16.945Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23842026-08-25T20:18:17.054Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23852026-08-25T20:18:17.069Z Compiling oxide-generation-macros v0.2.0
23862026-08-25T20:18:17.071Z Checking instant v0.1.13
23872026-08-25T20:18:17.149Z Checking itertools v0.14.0
23882026-08-25T20:18:17.194Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23892026-08-25T20:18:17.238Z Checking oxide-generation v0.1.3
23902026-08-25T20:18:17.402Z Checking backoff v0.4.0
23912026-08-25T20:18:17.459Z Checking backon v1.6.0
23922026-08-25T20:18:17.498Z Checking humantime v2.3.0
23932026-08-25T20:18:17.614Z Compiling convert_case v0.4.0
23942026-08-25T20:18:17.687Z Checking progenitor-extras v0.2.0
23952026-08-25T20:18:17.725Z Checking half v2.7.1
23962026-08-25T20:18:17.877Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
23972026-08-25T20:18:17.948Z Checking ciborium-io v0.2.2
23982026-08-25T20:18:18.014Z Checking heck v0.5.0
23992026-08-25T20:18:18.055Z Compiling derive_more v0.99.20
24002026-08-25T20:18:18.089Z Checking ciborium-ll v0.2.2
24012026-08-25T20:18:18.124Z Checking secrecy v0.10.3
24022026-08-25T20:18:18.168Z Checking camino-tempfile v1.4.1
24032026-08-25T20:18:18.247Z Checking indent_write v2.2.0
24042026-08-25T20:18:18.286Z Compiling crucible-workspace-hack v0.1.0
24052026-08-25T20:18:18.322Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24062026-08-25T20:18:18.360Z Checking ciborium v0.2.2
24072026-08-25T20:18:18.363Z Compiling regress v0.11.1
24082026-08-25T20:18:18.431Z Checking inout v0.1.4
24092026-08-25T20:18:18.480Z Checking parse-display v0.10.0
24102026-08-25T20:18:18.606Z Checking cipher v0.4.4
24112026-08-25T20:18:18.648Z Checking universal-hash v0.5.1
24122026-08-25T20:18:18.687Z Compiling thiserror-impl-no-std v2.0.2
24132026-08-25T20:18:18.690Z Checking opaque-debug v0.3.1
24142026-08-25T20:18:18.804Z Checking blake2 v0.10.6
24152026-08-25T20:18:18.807Z Checking aead v0.5.2
24162026-08-25T20:18:18.877Z Checking poly1305 v0.8.0
24172026-08-25T20:18:18.880Z Checking chacha20 v0.9.1
24182026-08-25T20:18:19.019Z Checking password-hash v0.5.0
24192026-08-25T20:18:19.077Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24202026-08-25T20:18:19.136Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24212026-08-25T20:18:19.174Z Checking chacha20poly1305 v0.10.1
24222026-08-25T20:18:19.279Z Checking argon2 v0.5.3
24232026-08-25T20:18:19.333Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24242026-08-25T20:18:19.513Z Compiling unsafe-libyaml v0.2.11
24252026-08-25T20:18:19.604Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24262026-08-25T20:18:19.655Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24272026-08-25T20:18:19.695Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24282026-08-25T20:18:19.877Z Checking thiserror-no-std v2.0.2
24292026-08-25T20:18:19.916Z Checking swrite v0.1.0
24302026-08-25T20:18:19.998Z Compiling typify-impl v0.6.2
24312026-08-25T20:18:20.042Z Checking vsss-rs v3.3.4
24322026-08-25T20:18:20.288Z Compiling serde_yaml v0.9.34+deprecated
24332026-08-25T20:18:20.627Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24342026-08-25T20:18:21.173Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24352026-08-25T20:18:21.327Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24362026-08-25T20:18:21.376Z Checking crossbeam-deque v0.8.6
24372026-08-25T20:18:21.460Z Compiling rayon-core v1.13.0
24382026-08-25T20:18:21.594Z Compiling num-derive v0.4.2
24392026-08-25T20:18:21.632Z Compiling toml_datetime v0.7.5+spec-1.1.0
24402026-08-25T20:18:21.759Z Compiling proc-macro-error v1.0.4
24412026-08-25T20:18:21.905Z Compiling toml_edit v0.23.10+spec-1.0.0
24422026-08-25T20:18:22.086Z Checking rayon v1.11.0
24432026-08-25T20:18:22.123Z Checking tabwriter v1.4.1
24442026-08-25T20:18:22.191Z Checking glob v0.3.3
24452026-08-25T20:18:22.311Z Compiling illumos-nvpair-sys v0.2.0
24462026-08-25T20:18:22.373Z Compiling heapless v0.8.0
24472026-08-25T20:18:22.411Z Checking hash32 v0.3.1
24482026-08-25T20:18:22.549Z Compiling proc-macro-crate v3.4.0
24492026-08-25T20:18:22.575Z Compiling ingot-macros v0.2.0
24502026-08-25T20:18:22.815Z Checking colored v3.1.1
24512026-08-25T20:18:22.904Z Compiling smoltcp v0.11.0
24522026-08-25T20:18:23.026Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24532026-08-25T20:18:23.104Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-08-25T20:18:23.141Z Compiling num_enum_derive v0.7.6
24552026-08-25T20:18:23.350Z Checking illumos-nvpair v0.3.0
24562026-08-25T20:18:23.388Z Checking toml v0.8.23
24572026-08-25T20:18:23.481Z Checking cobs v0.3.0
24582026-08-25T20:18:23.540Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24592026-08-25T20:18:23.660Z Checking postcard v1.1.3
24602026-08-25T20:18:23.746Z Checking rand v0.10.1
24612026-08-25T20:18:23.830Z Compiling proc-macro-crate v1.3.1
24622026-08-25T20:18:23.980Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24632026-08-25T20:18:24.221Z Checking num_enum v0.7.6
24642026-08-25T20:18:24.258Z Checking sigpipe v0.1.3
24652026-08-25T20:18:24.296Z Compiling foreign-types-macros v0.2.3
24662026-08-25T20:18:24.299Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24672026-08-25T20:18:24.368Z Checking foreign-types-shared v0.3.1
24682026-08-25T20:18:24.371Z Compiling num_enum_derive v0.5.11
24692026-08-25T20:18:24.586Z Compiling typify-macro v0.6.2
24702026-08-25T20:18:24.664Z Compiling usdt-attr-macro v0.5.0
24712026-08-25T20:18:24.774Z Compiling usdt-macro v0.5.0
24722026-08-25T20:18:24.824Z Checking memmap v0.7.0
24732026-08-25T20:18:24.914Z Checking foreign-types v0.5.0
24742026-08-25T20:18:24.989Z Checking cstr-argument v0.1.2
24752026-08-25T20:18:25.025Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24762026-08-25T20:18:25.142Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24772026-08-25T20:18:25.442Z Checking ingot-types v0.2.0
24782026-08-25T20:18:25.444Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24792026-08-25T20:18:25.513Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24802026-08-25T20:18:25.516Z Checking num_enum v0.5.11
24812026-08-25T20:18:25.583Z Checking usdt v0.5.0
24822026-08-25T20:18:25.646Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24832026-08-25T20:18:25.655Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24842026-08-25T20:18:25.724Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24852026-08-25T20:18:25.770Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24862026-08-25T20:18:25.813Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24872026-08-25T20:18:25.816Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24882026-08-25T20:18:25.882Z Checking ingot v0.2.1
24892026-08-25T20:18:25.954Z Compiling zone_cfg_derive v0.3.1
24902026-08-25T20:18:25.957Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24912026-08-25T20:18:26.041Z Checking itertools v0.12.1
24922026-08-25T20:18:26.177Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24932026-08-25T20:18:26.215Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24942026-08-25T20:18:26.341Z Compiling typify v0.6.2
24952026-08-25T20:18:26.479Z Compiling progenitor-impl v0.14.0
24962026-08-25T20:18:26.634Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24972026-08-25T20:18:26.697Z Checking smf v0.2.3
24982026-08-25T20:18:26.735Z Checking whoami v1.6.1
24992026-08-25T20:18:26.886Z Compiling derive-where v1.6.0
25002026-08-25T20:18:26.937Z Checking tokio-dtrace v0.1.1
25012026-08-25T20:18:26.979Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-08-25T20:18:27.075Z Checking zone v0.3.1
25032026-08-25T20:18:27.207Z Checking oxide-tokio-rt v0.1.4
25042026-08-25T20:18:27.425Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25052026-08-25T20:18:27.548Z Checking console v0.15.11
25062026-08-25T20:18:27.551Z Checking newline-converter v0.3.0
25072026-08-25T20:18:27.623Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25082026-08-25T20:18:27.626Z Checking bytecount v0.6.9
25092026-08-25T20:18:27.696Z Checking num-rational v0.4.2
25102026-08-25T20:18:27.798Z Checking num-complex v0.4.6
25112026-08-25T20:18:27.904Z Checking expectorate v1.2.0
25122026-08-25T20:18:28.003Z Compiling cancel-safe-futures v0.1.5
25132026-08-25T20:18:28.068Z Checking float-ord v0.3.2
25142026-08-25T20:18:28.171Z Checking num v0.4.3
25152026-08-25T20:18:28.212Z Checking linear-map v1.2.0
25162026-08-25T20:18:28.286Z Checking oxide-update-engine-types v0.1.2
25172026-08-25T20:18:28.288Z Checking gethostname v0.5.0
25182026-08-25T20:18:28.413Z Compiling prettyplease v0.2.37
25192026-08-25T20:18:28.451Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25202026-08-25T20:18:28.631Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25212026-08-25T20:18:28.837Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25222026-08-25T20:18:28.877Z Checking resolv-conf v0.7.6
25232026-08-25T20:18:28.945Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25242026-08-25T20:18:28.980Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25252026-08-25T20:18:29.093Z Checking papergrid v0.11.0
25262026-08-25T20:18:29.141Z Compiling progenitor-macro v0.14.0
25272026-08-25T20:18:29.217Z Checking oxide-update-engine v0.1.2
25282026-08-25T20:18:29.256Z Compiling tabled_derive v0.7.0
25292026-08-25T20:18:29.678Z Compiling slog-dtrace v0.3.0
25302026-08-25T20:18:29.900Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25312026-08-25T20:18:30.015Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25322026-08-25T20:18:30.249Z Checking tabled v0.15.0
25332026-08-25T20:18:30.523Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25342026-08-25T20:18:30.595Z Checking crossterm v0.29.0
25352026-08-25T20:18:30.804Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25362026-08-25T20:18:30.950Z Checking linked-hash-map v0.5.6
25372026-08-25T20:18:31.151Z Checking lru-cache v0.1.2
25382026-08-25T20:18:31.460Z Checking hickory-proto v0.24.4
25392026-08-25T20:18:31.533Z Checking fd-lock v4.0.4
25402026-08-25T20:18:32.210Z Checking vte v0.14.1
25412026-08-25T20:18:32.545Z Checking strip-ansi-escapes v0.2.1
25422026-08-25T20:18:33.385Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-08-25T20:18:33.508Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25442026-08-25T20:18:33.695Z Checking nu-ansi-term v0.50.3
25452026-08-25T20:18:33.883Z Checking termtree v0.5.1
25462026-08-25T20:18:34.051Z Checking reedline v0.40.0
25472026-08-25T20:18:34.118Z Checking progenitor v0.14.0
25482026-08-25T20:18:34.286Z Checking hickory-resolver v0.24.4
25492026-08-25T20:18:34.323Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-08-25T20:18:34.359Z Compiling minimal-lexical v0.2.1
25512026-08-25T20:18:34.796Z Compiling nom v7.1.3
25522026-08-25T20:18:35.051Z Checking qorb v0.4.1
25532026-08-25T20:18:35.219Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25542026-08-25T20:18:36.108Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25552026-08-25T20:18:36.151Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25562026-08-25T20:18:36.188Z Compiling unicode-xid v0.2.6
25572026-08-25T20:18:36.297Z Checking display-error-chain v0.2.2
25582026-08-25T20:18:36.349Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25592026-08-25T20:18:36.394Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25602026-08-25T20:18:36.470Z Compiling ar_archive_writer v0.5.1
25612026-08-25T20:18:36.722Z Checking csv-core v0.1.13
25622026-08-25T20:18:36.764Z Compiling stacker v0.1.23
25632026-08-25T20:18:36.937Z Checking csv v1.4.0
25642026-08-25T20:18:36.993Z Compiling cfg_aliases v0.1.1
25652026-08-25T20:18:37.067Z Checking highway v1.3.0
25662026-08-25T20:18:37.071Z Compiling semver v0.1.20
25672026-08-25T20:18:37.176Z Compiling nix v0.28.0
25682026-08-25T20:18:37.364Z Compiling rustc_version v0.1.7
25692026-08-25T20:18:37.438Z Compiling psm v0.1.30
25702026-08-25T20:18:37.474Z Checking nibble_vec v0.1.0
25712026-08-25T20:18:37.510Z Checking endian-type v0.1.2
25722026-08-25T20:18:37.606Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25732026-08-25T20:18:37.643Z Compiling newtype_derive v0.1.6
25742026-08-25T20:18:37.643Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25752026-08-25T20:18:37.713Z Checking radix_trie v0.2.1
25762026-08-25T20:18:37.868Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25772026-08-25T20:18:37.962Z Checking phf_shared v0.12.1
25782026-08-25T20:18:38.124Z Compiling recursive-proc-macro-impl v0.1.1
25792026-08-25T20:18:38.160Z Compiling chrono-tz v0.10.4
25802026-08-25T20:18:38.162Z Checking phf v0.12.1
25812026-08-25T20:18:38.370Z Compiling const_format_proc_macros v0.2.34
25822026-08-25T20:18:38.406Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25832026-08-25T20:18:38.406Z Compiling peg-macros v0.8.5
25842026-08-25T20:18:38.510Z Checking winnow v0.6.26
25852026-08-25T20:18:38.557Z Checking recursive v0.1.1
25862026-08-25T20:18:38.595Z Compiling sqlparser_derive v0.5.0
25872026-08-25T20:18:38.931Z Checking unicode_categories v0.1.1
25882026-08-25T20:18:39.005Z Checking home v0.5.12
25892026-08-25T20:18:39.211Z Checking const_format v0.2.35
25902026-08-25T20:18:39.287Z Checking rustyline v14.0.0
25912026-08-25T20:18:39.514Z Checking sqlparser v0.61.0
25922026-08-25T20:18:39.680Z Checking sqlformat v0.3.5
25932026-08-25T20:18:39.809Z Checking peg v0.8.5
25942026-08-25T20:18:40.020Z Checking bcs v0.1.6
25952026-08-25T20:18:40.058Z Checking nom v8.0.0
25962026-08-25T20:18:40.152Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25972026-08-25T20:18:40.274Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25982026-08-25T20:18:40.313Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25992026-08-25T20:18:40.503Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26002026-08-25T20:18:40.611Z Checking steno v0.4.1
26012026-08-25T20:18:40.814Z Checking sha1 v0.10.6
26022026-08-25T20:18:40.854Z Checking filetime v0.2.27
26032026-08-25T20:18:41.019Z Checking xattr v1.6.1
26042026-08-25T20:18:41.055Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26052026-08-25T20:18:41.142Z Checking subprocess v0.2.15
26062026-08-25T20:18:41.182Z Checking tar v0.4.46
26072026-08-25T20:18:41.254Z Checking headers-core v0.3.0
26082026-08-25T20:18:41.396Z Checking headers v0.4.1
26092026-08-25T20:18:41.606Z Checking yasna v0.5.2
26102026-08-25T20:18:41.653Z Checking port-file v0.1.0
26112026-08-25T20:18:41.870Z Checking dropshot-api-manager-types v0.8.0
26122026-08-25T20:18:41.906Z Checking tagptr v0.2.0
26132026-08-25T20:18:42.032Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26142026-08-25T20:18:42.032Z Checking rcgen v0.12.1
26152026-08-25T20:18:42.104Z Checking moka v0.12.13
26162026-08-25T20:18:42.139Z Checking utf-8 v0.7.6
26172026-08-25T20:18:42.339Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26182026-08-25T20:18:42.452Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26192026-08-25T20:18:42.522Z Compiling libefi-sys v0.1.0
26202026-08-25T20:18:42.561Z Compiling bitfield-struct v0.6.2
26212026-08-25T20:18:42.824Z Checking hickory-resolver v0.25.2
26222026-08-25T20:18:42.926Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26232026-08-25T20:18:43.001Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26242026-08-25T20:18:43.037Z Checking tungstenite v0.21.0
26252026-08-25T20:18:43.186Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26262026-08-25T20:18:43.237Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26272026-08-25T20:18:43.450Z Compiling xshell-macros v0.2.7
26282026-08-25T20:18:43.488Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26292026-08-25T20:18:43.523Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26302026-08-25T20:18:43.525Z Checking tokio-tungstenite v0.21.0
26312026-08-25T20:18:43.592Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26322026-08-25T20:18:43.655Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26332026-08-25T20:18:43.787Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26342026-08-25T20:18:43.853Z Checking xshell v0.2.7
26352026-08-25T20:18:43.889Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26362026-08-25T20:18:44.079Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26372026-08-25T20:18:44.279Z Checking half v1.8.3
26382026-08-25T20:18:44.327Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26392026-08-25T20:18:44.507Z Checking serde_cbor v0.11.2
26402026-08-25T20:18:44.743Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26412026-08-25T20:18:44.781Z Checking libscf-sys v1.2.0
26422026-08-25T20:18:44.843Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26432026-08-25T20:18:44.921Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26442026-08-25T20:18:44.958Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26452026-08-25T20:18:44.994Z Checking papergrid v0.18.0
26462026-08-25T20:18:45.191Z Checking maplit v1.0.2
26472026-08-25T20:18:45.305Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26482026-08-25T20:18:45.355Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26492026-08-25T20:18:45.654Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26502026-08-25T20:18:45.689Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26512026-08-25T20:18:45.815Z Checking tabled v0.21.0
26522026-08-25T20:18:45.996Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26532026-08-25T20:18:46.073Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26542026-08-25T20:18:46.112Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26552026-08-25T20:18:46.209Z Checking crc8 v0.1.1
26562026-08-25T20:18:46.325Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26572026-08-25T20:18:46.363Z Checking unicase v2.9.0
26582026-08-25T20:18:46.497Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26592026-08-25T20:18:46.556Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26602026-08-25T20:18:46.611Z Checking fxhash v0.2.1
26612026-08-25T20:18:46.766Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26622026-08-25T20:18:46.932Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26632026-08-25T20:18:47.014Z Checking sha2 v0.11.0
26642026-08-25T20:18:47.193Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26652026-08-25T20:18:47.320Z Compiling darling_core v0.21.3
26662026-08-25T20:18:47.707Z Compiling vergen-lib v0.1.6
26672026-08-25T20:18:47.803Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26682026-08-25T20:18:47.840Z Compiling diesel_derives v2.3.7
26692026-08-25T20:18:47.974Z Checking scheduled-thread-pool v0.2.7
26702026-08-25T20:18:48.103Z Compiling vergen-gitcl v1.0.8
26712026-08-25T20:18:48.155Z Compiling diesel_table_macro_syntax v0.3.0
26722026-08-25T20:18:48.310Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26732026-08-25T20:18:48.395Z Checking r2d2 v0.8.10
26742026-08-25T20:18:48.619Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26752026-08-25T20:18:48.669Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26762026-08-25T20:18:48.826Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26772026-08-25T20:18:49.013Z Checking downcast-rs v2.0.2
26782026-08-25T20:18:49.184Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26792026-08-25T20:18:49.478Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26802026-08-25T20:18:49.669Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26812026-08-25T20:18:49.741Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26822026-08-25T20:18:49.821Z Checking kstat-rs v0.2.5
26832026-08-25T20:18:49.861Z Compiling proc-macro-error-attr2 v2.0.0
26842026-08-25T20:18:49.864Z Compiling darling_macro v0.21.3
26852026-08-25T20:18:50.042Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26862026-08-25T20:18:50.315Z Compiling proc-macro-error2 v2.0.1
26872026-08-25T20:18:50.386Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26882026-08-25T20:18:50.437Z Compiling darling v0.21.3
26892026-08-25T20:18:50.558Z Compiling dsl_auto_type v0.2.0
26902026-08-25T20:18:50.665Z Compiling knus-derive v3.4.0
26912026-08-25T20:18:50.700Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26922026-08-25T20:18:51.684Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26932026-08-25T20:18:52.031Z Compiling dirs-sys-next v0.1.2
26942026-08-25T20:18:52.087Z Compiling crunchy v0.2.4
26952026-08-25T20:18:52.173Z Compiling parking_lot_core v0.8.6
26962026-08-25T20:18:52.332Z Compiling salty v0.3.0
26972026-08-25T20:18:52.368Z Compiling dirs-next v2.0.0
26982026-08-25T20:18:52.452Z Compiling clang-sys v1.8.1
26992026-08-25T20:18:52.527Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27002026-08-25T20:18:52.573Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27012026-08-25T20:18:52.660Z Compiling git-stub v1.0.0
27022026-08-25T20:18:52.790Z Compiling tiny-keccak v2.0.2
27032026-08-25T20:18:52.950Z Compiling git-stub-vcs v0.1.0
27042026-08-25T20:18:53.001Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27052026-08-25T20:18:53.190Z Compiling term v0.7.0
27062026-08-25T20:18:53.359Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27072026-08-25T20:18:53.362Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27082026-08-25T20:18:53.434Z Compiling bit-vec v0.6.3
27092026-08-25T20:18:53.648Z Compiling ascii-canvas v3.0.0
27102026-08-25T20:18:53.758Z Compiling bit-set v0.5.3
27112026-08-25T20:18:53.769Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27122026-08-25T20:18:53.884Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27132026-08-25T20:18:53.918Z Checking parking_lot v0.11.2
27142026-08-25T20:18:53.922Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27152026-08-25T20:18:54.056Z Checking rfc6979 v0.4.0
27162026-08-25T20:18:54.144Z Checking prefix-trie v0.7.0
27172026-08-25T20:18:54.214Z Compiling hashbrown v0.14.5
27182026-08-25T20:18:54.419Z Compiling itertools v0.10.5
27192026-08-25T20:18:54.503Z Compiling ena v0.14.4
27202026-08-25T20:18:54.506Z Compiling libloading v0.8.9
27212026-08-25T20:18:54.751Z Compiling regex-syntax v0.6.29
27222026-08-25T20:18:54.788Z Compiling bindgen v0.71.1
27232026-08-25T20:18:54.791Z Compiling diff v0.1.13
27242026-08-25T20:18:54.824Z Compiling chumsky v0.9.3
27252026-08-25T20:18:55.244Z Checking hickory-server v0.25.2
27262026-08-25T20:18:55.513Z Compiling ecdsa v0.16.9
27272026-08-25T20:18:56.096Z Compiling lalrpop v0.19.12
27282026-08-25T20:18:56.393Z Checking sled v0.34.7
27292026-08-25T20:18:56.464Z Compiling cexpr v0.6.0
27302026-08-25T20:18:56.502Z Checking primeorder v0.13.6
27312026-08-25T20:18:56.538Z Checking diesel v2.3.7
27322026-08-25T20:18:56.784Z Checking nanorand v0.7.0
27332026-08-25T20:18:57.016Z Compiling rustc-hash v2.1.1
27342026-08-25T20:18:57.129Z Compiling p384 v0.13.1
27352026-08-25T20:18:57.165Z Checking flume v0.11.1
27362026-08-25T20:18:57.662Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27372026-08-25T20:18:57.725Z Compiling knus v3.4.0
27382026-08-25T20:18:57.929Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27392026-08-25T20:18:58.324Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27402026-08-25T20:18:58.390Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27412026-08-25T20:18:58.653Z Compiling libxml v0.3.3
27422026-08-25T20:18:58.749Z Checking assert_matches v1.5.0
27432026-08-25T20:18:58.786Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27442026-08-25T20:18:58.854Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27452026-08-25T20:18:59.009Z Compiling strum_macros v0.24.3
27462026-08-25T20:18:59.090Z Compiling indoc v1.0.9
27472026-08-25T20:18:59.789Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27482026-08-25T20:19:00.009Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-08-25T20:19:00.323Z Checking quick-xml v0.37.5
27502026-08-25T20:19:00.381Z Checking derive_builder v0.20.2
27512026-08-25T20:19:00.415Z Compiling oso-derive v0.27.3
27522026-08-25T20:19:00.526Z Compiling trait-variant v0.1.2
27532026-08-25T20:19:00.939Z Compiling impl-trait-for-tuples v0.2.3
27542026-08-25T20:19:01.091Z Checking openssl-probe v0.1.6
27552026-08-25T20:19:01.229Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27562026-08-25T20:19:01.309Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27572026-08-25T20:19:01.690Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27582026-08-25T20:19:02.047Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27592026-08-25T20:19:02.100Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27602026-08-25T20:19:02.303Z Checking corncobs v0.1.4
27612026-08-25T20:19:02.419Z Checking predicates-tree v1.0.13
27622026-08-25T20:19:02.472Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27632026-08-25T20:19:02.532Z Compiling progenitor-impl v0.13.0
27642026-08-25T20:19:02.568Z Checking secrecy v0.8.0
27652026-08-25T20:19:02.734Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27662026-08-25T20:19:03.312Z Checking progenitor-client v0.13.0
27672026-08-25T20:19:03.560Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27682026-08-25T20:19:03.594Z Checking anstyle-parse v0.2.7
27692026-08-25T20:19:03.708Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27702026-08-25T20:19:03.786Z Checking anstream v0.6.21
27712026-08-25T20:19:03.933Z Checking bb8 v0.8.6
27722026-08-25T20:19:04.286Z Compiling mime_guess v2.0.5
27732026-08-25T20:19:04.330Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27742026-08-25T20:19:04.559Z Checking ignore v0.4.25
27752026-08-25T20:19:04.856Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27762026-08-25T20:19:05.006Z Checking http-range v0.1.5
27772026-08-25T20:19:05.041Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27782026-08-25T20:19:05.168Z Checking globwalk v0.9.1
27792026-08-25T20:19:05.259Z Compiling progenitor-macro v0.13.0
27802026-08-25T20:19:05.489Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27812026-08-25T20:19:05.824Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27822026-08-25T20:19:05.870Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27832026-08-25T20:19:06.580Z Checking digest-io v0.1.0
27842026-08-25T20:19:06.717Z Checking nonempty v0.12.0
27852026-08-25T20:19:06.918Z Checking rawzip v0.4.4
27862026-08-25T20:19:07.107Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27872026-08-25T20:19:07.417Z Checking camino-tempfile-ext v0.3.3
27882026-08-25T20:19:07.453Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27892026-08-25T20:19:07.661Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27902026-08-25T20:19:07.891Z Checking hyper-staticfile v0.10.1
27912026-08-25T20:19:08.234Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27922026-08-25T20:19:08.561Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27932026-08-25T20:19:08.794Z Checking signal-hook-tokio v0.3.1
27942026-08-25T20:19:08.960Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27952026-08-25T20:19:08.997Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27962026-08-25T20:19:09.166Z Checking scuffle v0.1.0
27972026-08-25T20:19:09.419Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27982026-08-25T20:19:09.457Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27992026-08-25T20:19:09.782Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28002026-08-25T20:19:09.880Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28012026-08-25T20:19:09.917Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28022026-08-25T20:19:10.114Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28032026-08-25T20:19:10.198Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28042026-08-25T20:19:10.336Z Checking progenitor v0.13.0
28052026-08-25T20:19:10.457Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28062026-08-25T20:19:10.834Z Checking async-bb8-diesel v0.2.1
28072026-08-25T20:19:10.878Z Checking diesel-dtrace v0.5.0
28082026-08-25T20:19:11.165Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28092026-08-25T20:19:11.223Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28102026-08-25T20:19:11.328Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28112026-08-25T20:19:11.532Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28122026-08-25T20:19:11.684Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28132026-08-25T20:19:11.751Z Checking tungstenite v0.23.0
28142026-08-25T20:19:12.031Z Checking rand_seeder v0.4.0
28152026-08-25T20:19:12.209Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28162026-08-25T20:19:12.249Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28172026-08-25T20:19:12.281Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28182026-08-25T20:19:13.840Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28192026-08-25T20:19:14.087Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28202026-08-25T20:19:14.209Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28212026-08-25T20:19:14.303Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28222026-08-25T20:19:14.908Z Checking tokio-tungstenite v0.23.1
28232026-08-25T20:19:15.078Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28242026-08-25T20:19:15.213Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28252026-08-25T20:19:15.440Z Checking void v1.0.2
28262026-08-25T20:19:15.537Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28272026-08-25T20:19:15.582Z Checking lzss v0.8.2
28282026-08-25T20:19:15.629Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28292026-08-25T20:19:15.738Z Checking nix v0.27.1
28302026-08-25T20:19:15.803Z Checking serde_bytes v0.11.19
28312026-08-25T20:19:15.838Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28322026-08-25T20:19:16.279Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28332026-08-25T20:19:16.587Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28342026-08-25T20:19:16.987Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28352026-08-25T20:19:17.435Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28362026-08-25T20:19:17.715Z Checking cpubits v0.1.1
28372026-08-25T20:19:17.752Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28382026-08-25T20:19:17.788Z Checking yansi v1.0.1
28392026-08-25T20:19:18.000Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28402026-08-25T20:19:18.082Z Checking pretty_assertions v1.4.1
28412026-08-25T20:19:18.263Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28422026-08-25T20:19:18.311Z Checking pem-rfc7468 v1.0.0
28432026-08-25T20:19:18.525Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28442026-08-25T20:19:18.803Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28452026-08-25T20:19:18.976Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28462026-08-25T20:19:19.031Z Checking hmac v0.13.0
28472026-08-25T20:19:19.235Z Checking universal-hash v0.6.1
28482026-08-25T20:19:19.411Z Compiling libz-sys v1.1.24
28492026-08-25T20:19:19.732Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28502026-08-25T20:19:19.831Z Compiling instability v0.3.11
28512026-08-25T20:19:20.055Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28522026-08-25T20:19:20.161Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28532026-08-25T20:19:20.196Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28542026-08-25T20:19:20.231Z Checking castaway v0.2.4
28552026-08-25T20:19:20.381Z Compiling indoc v2.0.7
28562026-08-25T20:19:20.469Z Checking compact_str v0.8.1
28572026-08-25T20:19:20.940Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28582026-08-25T20:19:20.978Z Checking polyval v0.7.1
28592026-08-25T20:19:21.157Z Checking der v0.8.0
28602026-08-25T20:19:21.627Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28612026-08-25T20:19:21.665Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28622026-08-25T20:19:21.845Z Checking unicode-truncate v1.1.0
28632026-08-25T20:19:21.884Z Checking lru v0.12.5
28642026-08-25T20:19:21.920Z Compiling libgit2-sys v0.18.3+1.9.2
28652026-08-25T20:19:22.069Z Checking arc-swap v1.8.2
28662026-08-25T20:19:22.113Z Checking cassowary v0.3.0
28672026-08-25T20:19:22.216Z Checking ghash v0.6.0
28682026-08-25T20:19:22.259Z Checking slog-scope v4.4.1
28692026-08-25T20:19:22.308Z Checking ratatui v0.29.0
28702026-08-25T20:19:22.425Z Checking pbkdf2 v0.13.0
28712026-08-25T20:19:22.508Z Checking crypto-bigint v0.7.5
28722026-08-25T20:19:22.577Z Checking aes v0.9.1
28732026-08-25T20:19:23.018Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28742026-08-25T20:19:23.640Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28752026-08-25T20:19:23.891Z Checking ctr v0.10.1
28762026-08-25T20:19:24.111Z Checking aead v0.6.1
28772026-08-25T20:19:24.328Z Checking cargo-platform v0.3.2
28782026-08-25T20:19:24.337Z Checking aes-gcm v0.11.0
28792026-08-25T20:19:24.505Z Checking cargo_metadata v0.23.1
28802026-08-25T20:19:24.549Z Checking slog-stdlog v4.1.1
28812026-08-25T20:19:24.708Z Checking spki v0.8.0
28822026-08-25T20:19:24.779Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28832026-08-25T20:19:24.931Z Checking colored v2.2.0
28842026-08-25T20:19:25.154Z Checking salsa20 v0.11.0
28852026-08-25T20:19:25.302Z Checking console v0.16.2
28862026-08-25T20:19:25.340Z Compiling vergen-git2 v9.1.0
28872026-08-25T20:19:25.559Z Checking unit-prefix v0.5.2
28882026-08-25T20:19:25.645Z Checking plotters-backend v0.3.7
28892026-08-25T20:19:25.726Z Checking indicatif v0.18.4
28902026-08-25T20:19:25.877Z Checking plotters-svg v0.3.7
28912026-08-25T20:19:26.104Z Checking scrypt v0.12.0
28922026-08-25T20:19:26.142Z Checking slog-envlogger v2.2.0
28932026-08-25T20:19:26.177Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28942026-08-25T20:19:26.308Z Checking cbc v0.2.1
28952026-08-25T20:19:26.343Z Checking libsw-core v0.3.2
28962026-08-25T20:19:26.401Z Checking cast v0.3.0
28972026-08-25T20:19:26.482Z Checking pkcs5 v0.8.1
28982026-08-25T20:19:26.528Z Checking libsw v3.5.0
28992026-08-25T20:19:26.583Z Checking criterion-plot v0.6.0
29002026-08-25T20:19:26.764Z Checking plotters v0.3.7
29012026-08-25T20:19:26.815Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29022026-08-25T20:19:26.860Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29032026-08-25T20:19:27.082Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29042026-08-25T20:19:27.328Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29052026-08-25T20:19:27.558Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29062026-08-25T20:19:27.561Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29072026-08-25T20:19:27.786Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29082026-08-25T20:19:27.825Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29092026-08-25T20:19:27.861Z Checking tinytemplate v1.2.1
29102026-08-25T20:19:28.010Z Checking oorandom v11.1.5
29112026-08-25T20:19:28.108Z Checking shell-words v1.1.1
29122026-08-25T20:19:28.156Z Checking anes v0.1.6
29132026-08-25T20:19:28.314Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29142026-08-25T20:19:28.368Z Checking criterion v0.7.0
29152026-08-25T20:19:28.739Z Checking pkcs8 v0.11.0
29162026-08-25T20:19:28.973Z Checking oxide-update-engine-display v0.1.2
29172026-08-25T20:19:29.315Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29182026-08-25T20:19:29.605Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29192026-08-25T20:19:29.891Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29202026-08-25T20:19:30.423Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29212026-08-25T20:19:30.731Z Checking tokio-test v0.4.5
29222026-08-25T20:19:30.967Z Checking ff v0.14.0
29232026-08-25T20:19:31.140Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29242026-08-25T20:19:31.378Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29252026-08-25T20:19:31.792Z Checking twox-hash v2.1.2
29262026-08-25T20:19:32.123Z Compiling petname v2.0.2
29272026-08-25T20:19:32.706Z Checking atty v0.2.14
29282026-08-25T20:19:32.840Z Checking arrayvec v0.7.6
29292026-08-25T20:19:33.058Z Checking arrayref v0.3.9
29302026-08-25T20:19:33.165Z Checking constant_time_eq v0.4.2
29312026-08-25T20:19:33.551Z Checking group v0.14.0
29322026-08-25T20:19:33.746Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29332026-08-25T20:19:33.954Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29342026-08-25T20:19:34.088Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29352026-08-25T20:19:34.716Z Checking fatfs v0.3.6
29362026-08-25T20:19:34.810Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29372026-08-25T20:19:34.995Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29382026-08-25T20:19:35.120Z Checking signature v3.0.0
29392026-08-25T20:19:35.206Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29402026-08-25T20:19:35.314Z Checking base16ct v1.0.0
29412026-08-25T20:19:35.482Z Compiling seq-macro v0.3.6
29422026-08-25T20:19:36.019Z Checking sec1 v0.8.1
29432026-08-25T20:19:36.287Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29442026-08-25T20:19:36.342Z Checking hkdf v0.13.0
29452026-08-25T20:19:36.514Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29462026-08-25T20:19:36.554Z Checking concurrent-queue v2.5.0
29472026-08-25T20:19:36.664Z Checking sapling-renderdag v0.1.0
29482026-08-25T20:19:36.708Z Checking sync-ptr v0.1.4
29492026-08-25T20:19:36.767Z Checking parking v2.2.1
29502026-08-25T20:19:36.860Z Checking elliptic-curve v0.14.1
29512026-08-25T20:19:36.920Z Checking event-listener v5.4.1
29522026-08-25T20:19:36.955Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29532026-08-25T20:19:37.177Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29542026-08-25T20:19:37.326Z Checking rtoolbox v0.0.3
29552026-08-25T20:19:37.442Z Compiling samael v0.0.19
29562026-08-25T20:19:37.483Z Checking rpassword v7.5.4
29572026-08-25T20:19:37.511Z Checking event-listener-strategy v0.5.4
29582026-08-25T20:19:37.672Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29592026-08-25T20:19:37.708Z Checking wnaf v0.14.0
29602026-08-25T20:19:37.911Z Checking primefield v0.14.0
29612026-08-25T20:19:38.158Z Checking rfc6979 v0.6.0
29622026-08-25T20:19:38.342Z Checking tui-tree-widget v0.23.1
29632026-08-25T20:19:38.567Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29642026-08-25T20:19:38.661Z Compiling blake3 v1.8.5
29652026-08-25T20:19:39.055Z Checking futures-timer v3.0.3
29662026-08-25T20:19:39.578Z Checking ecdsa v0.17.0
29672026-08-25T20:19:39.772Z Checking primeorder v0.14.0
29682026-08-25T20:19:40.011Z Checking async-lock v3.4.2
29692026-08-25T20:19:40.173Z Compiling curve25519-dalek v5.0.0
29702026-08-25T20:19:40.354Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29712026-08-25T20:19:40.430Z Checking async-object-pool v0.2.0
29722026-08-25T20:19:40.888Z Checking ssh-encoding v0.3.0
29732026-08-25T20:19:41.148Z Checking serde_regex v1.1.0
29742026-08-25T20:19:41.352Z Checking assert-json-diff v2.0.2
29752026-08-25T20:19:41.560Z Checking path-tree v0.8.3
29762026-08-25T20:19:41.769Z Checking keccak v0.2.0
29772026-08-25T20:19:41.963Z Checking topological-sort v0.2.2
29782026-08-25T20:19:42.140Z Compiling strsim v0.10.0
29792026-08-25T20:19:42.522Z Checking stringmetrics v2.2.2
29802026-08-25T20:19:42.557Z Compiling darling_core v0.13.4
29812026-08-25T20:19:42.659Z Checking omicron-zone-package v0.12.3
29822026-08-25T20:19:42.710Z Checking httpmock v0.8.3
29832026-08-25T20:19:43.583Z Checking ed25519 v3.0.0
29842026-08-25T20:19:43.822Z Checking pkcs1 v0.8.0-rc.4
29852026-08-25T20:19:43.908Z Checking crypto-primes v0.7.2
29862026-08-25T20:19:44.066Z Checking poly1305 v0.9.0
29872026-08-25T20:19:44.393Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29882026-08-25T20:19:44.438Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29892026-08-25T20:19:44.810Z Checking blowfish v0.10.0
29902026-08-25T20:19:44.883Z Checking blake2 v0.11.0-rc.6
29912026-08-25T20:19:44.929Z Compiling target-lexicon v0.13.3
29922026-08-25T20:19:44.999Z Checking bcrypt-pbkdf v0.11.0
29932026-08-25T20:19:45.100Z Checking rsa v0.10.0-rc.18
29942026-08-25T20:19:45.184Z Checking argon2 v0.6.0-rc.8
29952026-08-25T20:19:45.214Z Compiling darling_macro v0.13.4
29962026-08-25T20:19:45.493Z Checking ssh-cipher v0.3.0
29972026-08-25T20:19:45.529Z Checking ed25519-dalek v3.0.0
29982026-08-25T20:19:45.629Z Checking sha3 v0.11.0
29992026-08-25T20:19:45.730Z Checking p521 v0.14.0
30002026-08-25T20:19:45.735Z Checking p256 v0.14.0
30012026-08-25T20:19:45.803Z Checking p384 v0.14.0
30022026-08-25T20:19:46.018Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30032026-08-25T20:19:46.280Z Checking kem v0.3.0
30042026-08-25T20:19:46.429Z Checking module-lattice v0.2.3
30052026-08-25T20:19:46.529Z Checking socket2 v0.5.10
30062026-08-25T20:19:46.683Z Checking sponge-cursor v0.1.0
30072026-08-25T20:19:46.846Z Checking hex-literal v0.4.1
30082026-08-25T20:19:46.857Z Compiling guppy-workspace-hack v0.1.0
30092026-08-25T20:19:46.978Z Checking sha3 v0.12.0
30102026-08-25T20:19:47.122Z Checking ml-kem v0.3.2
30112026-08-25T20:19:47.227Z Compiling darling v0.13.4
30122026-08-25T20:19:47.591Z Checking russh-cryptovec v0.62.0
30132026-08-25T20:19:47.787Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30142026-08-25T20:19:47.830Z Checking internal-russh-num-bigint v0.5.0
30152026-08-25T20:19:48.017Z Checking num-bigint v0.4.6
30162026-08-25T20:19:48.420Z Checking russh-util v0.52.0
30172026-08-25T20:19:48.581Z Checking generic-array v1.4.3
30182026-08-25T20:19:48.746Z Checking ssh-key v0.7.0-rc.11
30192026-08-25T20:19:48.952Z Compiling enum_dispatch v0.3.13
30202026-08-25T20:19:48.967Z Compiling delegate v0.13.5
30212026-08-25T20:19:49.009Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30222026-08-25T20:19:49.451Z Checking hex-literal v1.1.0
30232026-08-25T20:19:49.584Z Compiling target-spec v3.5.7
30242026-08-25T20:19:49.634Z Checking md5 v0.8.0
30252026-08-25T20:19:49.837Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30262026-08-25T20:19:49.946Z Checking russh v0.62.4
30272026-08-25T20:19:50.090Z Checking cfg-expr v0.20.6
30282026-08-25T20:19:50.503Z Compiling serde_with_macros v1.5.2
30292026-08-25T20:19:50.539Z Compiling git2 v0.20.4
30302026-08-25T20:19:50.684Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30312026-08-25T20:19:51.087Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30322026-08-25T20:19:51.297Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30332026-08-25T20:19:51.394Z Checking internet-checksum v0.2.1
30342026-08-25T20:19:51.533Z Compiling serde_with v1.14.0
30352026-08-25T20:19:52.077Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-08-25T20:19:53.167Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30372026-08-25T20:19:53.206Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30382026-08-25T20:19:53.334Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30392026-08-25T20:19:53.372Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30402026-08-25T20:19:53.523Z Compiling polar-core v0.27.3
30412026-08-25T20:19:53.583Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30422026-08-25T20:19:53.625Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30432026-08-25T20:19:53.748Z Checking httptest v0.16.4
30442026-08-25T20:19:53.925Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30452026-08-25T20:19:53.950Z Checking pathdiff v0.2.3
30462026-08-25T20:19:54.097Z Checking nested v0.1.1
30472026-08-25T20:19:54.176Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30482026-08-25T20:19:54.267Z Checking guppy v0.17.25
30492026-08-25T20:19:54.361Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30502026-08-25T20:19:54.479Z Checking similar-asserts v1.7.0
30512026-08-25T20:19:54.654Z Compiling target-triple v1.0.0
30522026-08-25T20:19:54.680Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30532026-08-25T20:19:55.258Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30542026-08-25T20:19:55.802Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30552026-08-25T20:19:55.838Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30562026-08-25T20:19:56.031Z Checking hickory-client v0.25.2
30572026-08-25T20:19:56.366Z Checking supports-hyperlinks v2.1.0
30582026-08-25T20:19:56.428Z Checking supports-color v2.1.0
30592026-08-25T20:19:56.466Z Checking supports-unicode v2.1.0
30602026-08-25T20:19:56.518Z Checking textwrap v0.15.2
30612026-08-25T20:19:56.602Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30622026-08-25T20:19:56.635Z Checking terminal_size v0.1.17
30632026-08-25T20:19:56.755Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30642026-08-25T20:19:56.791Z Compiling miette-derive v5.10.0
30652026-08-25T20:19:56.796Z Compiling fs-err v2.11.0
30662026-08-25T20:19:57.065Z Compiling assert_cmd v2.1.2
30672026-08-25T20:19:57.250Z Checking escape8259 v0.5.3
30682026-08-25T20:19:57.386Z Checking owo-colors v3.5.0
30692026-08-25T20:19:57.420Z Checking libtest-mimic v0.8.1
30702026-08-25T20:19:57.756Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30712026-08-25T20:19:57.957Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30722026-08-25T20:19:57.991Z Checking miette v5.10.0
30732026-08-25T20:19:58.550Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30742026-08-25T20:19:58.579Z Checking oso v0.27.3
30752026-08-25T20:19:58.680Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30762026-08-25T20:19:59.180Z Checking blake2b_simd v1.0.4
30772026-08-25T20:19:59.417Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30782026-08-25T20:19:59.495Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30792026-08-25T20:19:59.612Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30802026-08-25T20:20:00.376Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30812026-08-25T20:20:00.409Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30822026-08-25T20:20:00.409Z Compiling knuffel-derive v3.2.0
30832026-08-25T20:20:00.409Z Checking fancy-regex v0.14.0
30842026-08-25T20:20:00.409Z Checking serde_tokenstream v0.2.3
30852026-08-25T20:20:00.409Z Checking approx v0.5.1
30862026-08-25T20:20:00.409Z Compiling rstest_macros v0.25.0
30872026-08-25T20:20:00.510Z Checking uzers v0.12.2
30882026-08-25T20:20:00.537Z Compiling linkme-impl v0.3.35
30892026-08-25T20:20:00.683Z Checking termcolor v1.4.1
30902026-08-25T20:20:01.824Z Checking constant_time_eq v0.3.1
30912026-08-25T20:20:01.876Z Checking rust-argon2 v2.1.0
30922026-08-25T20:20:01.876Z Checking datatest-stable v0.3.3
30932026-08-25T20:20:01.876Z Checking trybuild v1.0.116
30942026-08-25T20:20:01.876Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30952026-08-25T20:20:01.877Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30962026-08-25T20:20:01.877Z Checking knuffel v3.2.0
30972026-08-25T20:20:01.877Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30982026-08-25T20:20:01.877Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30992026-08-25T20:20:01.877Z Checking support-bundle-viewer v0.1.2
31002026-08-25T20:20:01.903Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31012026-08-25T20:20:02.034Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31022026-08-25T20:20:03.169Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31032026-08-25T20:20:03.178Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31042026-08-25T20:20:03.178Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31052026-08-25T20:20:03.178Z Checking drift v0.2.0
31062026-08-25T20:20:03.178Z Checking rand_distr v0.5.1
31072026-08-25T20:20:03.178Z Checking multimap v0.10.1
31082026-08-25T20:20:03.178Z Checking parse-size v1.1.0
31092026-08-25T20:20:03.178Z Compiling linkme v0.3.35
31102026-08-25T20:20:03.178Z Compiling relative-path v1.9.3
31112026-08-25T20:20:03.178Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31122026-08-25T20:20:03.178Z Checking dropshot-api-manager v0.8.0
31132026-08-25T20:20:03.532Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31142026-08-25T20:20:04.240Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31152026-08-25T20:20:04.582Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31162026-08-25T20:20:05.080Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31172026-08-25T20:20:05.094Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31182026-08-25T20:20:05.100Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31192026-08-25T20:20:05.140Z Checking cargo_toml v0.21.0
31202026-08-25T20:20:05.642Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31212026-08-25T20:20:05.679Z Checking partial-io v0.5.4
31222026-08-25T20:20:06.296Z Checking termios v0.3.3
31232026-08-25T20:20:06.368Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31242026-08-25T20:20:06.368Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31252026-08-25T20:20:06.909Z Checking rstest v0.25.0
31262026-08-25T20:20:06.962Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31272026-08-25T20:20:13.173Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31282026-08-25T20:20:13.278Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31292026-08-25T20:20:13.777Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31302026-08-25T20:20:18.233Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31312026-08-25T20:20:19.043Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31322026-08-25T20:20:21.090Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31332026-08-25T20:20:26.411Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31342026-08-25T20:20:29.004Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31352026-08-25T20:20:31.063Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31362026-08-25T20:20:35.731Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31372026-08-25T20:20:36.419Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31382026-08-25T20:20:38.401Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31392026-08-25T20:20:39.047Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31402026-08-25T20:20:42.582Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31412026-08-25T20:20:47.597Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31422026-08-25T20:21:09.401Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31432026-08-25T20:22:03.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s
31442026-08-25T20:22:03.254Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31452026-08-25T20:22:03.255Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31462026-08-25T20:22:03.937Z
31472026-08-25T20:22:03.937Zreal 4:17.644525861
31482026-08-25T20:22:03.937Zuser 22:06.299184122
31492026-08-25T20:22:03.941Zsys 5:17.307229698
31502026-08-25T20:22:03.941Ztrap 0.526686618
31512026-08-25T20:22:03.941Ztflt 0.461875517
31522026-08-25T20:22:03.941Zdflt 0.573976984
31532026-08-25T20:22:03.941Zkflt 0.004687135
31542026-08-25T20:22:03.941Zlock 1:06:46.222970582
31552026-08-25T20:22:03.942Zslp 1:00:01.062931602
31562026-08-25T20:22:03.942Zlat 1:48.015773152
31572026-08-25T20:22:03.942Zstop 14:28.735990601
31582026-08-25T20:22:03.942Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31592026-08-25T20:22:03.942Z+ ptime -m cargo doc --workspace --no-deps
31602026-08-25T20:22:04.820Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31612026-08-25T20:22:04.820Z |
31622026-08-25T20:22:04.820Z = 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)`
31632026-08-25T20:22:04.820Z = 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>
31642026-08-25T20:22:05.911Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31652026-08-25T20:22:06.153Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31662026-08-25T20:22:06.191Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31672026-08-25T20:22:06.225Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31682026-08-25T20:22:06.340Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31692026-08-25T20:22:06.449Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31702026-08-25T20:22:06.476Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31712026-08-25T20:22:06.501Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31722026-08-25T20:22:06.529Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31732026-08-25T20:22:06.558Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31742026-08-25T20:22:06.657Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31752026-08-25T20:22:06.774Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31762026-08-25T20:22:06.822Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-08-25T20:22:06.846Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-08-25T20:22:06.936Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-08-25T20:22:06.962Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31802026-08-25T20:22:06.965Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812026-08-25T20:22:07.009Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31822026-08-25T20:22:07.035Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31832026-08-25T20:22:07.060Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31842026-08-25T20:22:07.085Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31852026-08-25T20:22:07.143Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31862026-08-25T20:22:07.428Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31872026-08-25T20:22:07.468Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31882026-08-25T20:22:07.579Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31892026-08-25T20:22:07.603Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31902026-08-25T20:22:07.709Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31912026-08-25T20:22:07.884Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31922026-08-25T20:22:07.889Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31932026-08-25T20:22:07.994Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31942026-08-25T20:22:08.089Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31952026-08-25T20:22:08.092Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31962026-08-25T20:22:08.138Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31972026-08-25T20:22:08.280Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31982026-08-25T20:22:08.506Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31992026-08-25T20:22:08.532Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32002026-08-25T20:22:09.140Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32012026-08-25T20:22:09.168Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32022026-08-25T20:22:09.168Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32032026-08-25T20:22:09.168Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32042026-08-25T20:22:09.168Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32052026-08-25T20:22:09.168Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32062026-08-25T20:22:09.203Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32072026-08-25T20:22:09.245Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32082026-08-25T20:22:09.290Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32092026-08-25T20:22:09.396Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32102026-08-25T20:22:09.459Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32112026-08-25T20:22:09.506Z Checking scuffle v0.1.0
32122026-08-25T20:22:09.710Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32132026-08-25T20:22:09.734Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-08-25T20:22:09.762Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32152026-08-25T20:22:09.765Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32162026-08-25T20:22:09.931Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32172026-08-25T20:22:10.036Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32182026-08-25T20:22:10.093Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32192026-08-25T20:22:10.511Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32202026-08-25T20:22:10.918Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32212026-08-25T20:22:11.013Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32222026-08-25T20:22:11.384Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32232026-08-25T20:22:11.459Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32242026-08-25T20:22:11.544Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32252026-08-25T20:22:11.731Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32262026-08-25T20:22:11.757Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32272026-08-25T20:22:11.782Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32282026-08-25T20:22:11.808Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32292026-08-25T20:22:12.018Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32302026-08-25T20:22:12.327Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32312026-08-25T20:22:12.590Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32322026-08-25T20:22:12.734Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32332026-08-25T20:22:12.905Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32342026-08-25T20:22:13.002Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32352026-08-25T20:22:13.026Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32362026-08-25T20:22:13.107Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32372026-08-25T20:22:13.255Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32382026-08-25T20:22:13.282Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32392026-08-25T20:22:13.309Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32402026-08-25T20:22:13.411Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32412026-08-25T20:22:13.441Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32422026-08-25T20:22:13.498Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32432026-08-25T20:22:13.522Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32442026-08-25T20:22:13.640Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32452026-08-25T20:22:13.666Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32462026-08-25T20:22:13.698Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32472026-08-25T20:22:13.721Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32482026-08-25T20:22:14.015Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32492026-08-25T20:22:14.015Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32502026-08-25T20:22:14.065Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32512026-08-25T20:22:14.065Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32522026-08-25T20:22:14.068Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32532026-08-25T20:22:14.260Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32542026-08-25T20:22:14.263Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32552026-08-25T20:22:14.313Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32562026-08-25T20:22:14.382Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32572026-08-25T20:22:14.407Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32582026-08-25T20:22:14.548Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32592026-08-25T20:22:14.571Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32602026-08-25T20:22:14.598Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32612026-08-25T20:22:14.668Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32622026-08-25T20:22:14.693Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32632026-08-25T20:22:14.716Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32642026-08-25T20:22:14.795Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32652026-08-25T20:22:14.842Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32662026-08-25T20:22:14.910Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32672026-08-25T20:22:15.014Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32682026-08-25T20:22:15.054Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32692026-08-25T20:22:15.259Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32702026-08-25T20:22:15.307Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32712026-08-25T20:22:15.311Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32722026-08-25T20:22:15.841Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32732026-08-25T20:22:16.029Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32742026-08-25T20:22:16.032Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32752026-08-25T20:22:16.317Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32762026-08-25T20:22:17.131Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32772026-08-25T20:22:17.706Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32782026-08-25T20:22:18.197Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32792026-08-25T20:22:18.939Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32802026-08-25T20:22:19.105Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32812026-08-25T20:22:19.849Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32822026-08-25T20:22:19.975Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32832026-08-25T20:22:20.802Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32842026-08-25T20:22:20.956Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32852026-08-25T20:22:21.152Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32862026-08-25T20:22:21.237Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32872026-08-25T20:22:21.272Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32882026-08-25T20:22:21.458Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32892026-08-25T20:22:21.990Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32902026-08-25T20:22:22.037Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32912026-08-25T20:22:22.450Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32922026-08-25T20:22:22.519Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32932026-08-25T20:22:22.770Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32942026-08-25T20:22:22.971Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32952026-08-25T20:22:23.311Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32962026-08-25T20:22:23.409Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32972026-08-25T20:22:23.485Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32982026-08-25T20:22:23.721Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32992026-08-25T20:22:24.100Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33002026-08-25T20:22:24.509Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33012026-08-25T20:22:24.928Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33022026-08-25T20:22:25.000Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33032026-08-25T20:22:25.550Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33042026-08-25T20:22:25.743Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33052026-08-25T20:22:26.004Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33062026-08-25T20:22:26.418Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33072026-08-25T20:22:26.444Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33082026-08-25T20:22:27.284Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33092026-08-25T20:22:27.316Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33102026-08-25T20:22:27.353Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33112026-08-25T20:22:27.912Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33122026-08-25T20:22:27.915Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33132026-08-25T20:22:28.456Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33142026-08-25T20:22:28.558Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33152026-08-25T20:22:29.719Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33162026-08-25T20:22:29.782Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33172026-08-25T20:22:30.008Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33182026-08-25T20:22:30.170Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33192026-08-25T20:22:30.881Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33202026-08-25T20:22:31.390Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33212026-08-25T20:22:34.491Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33222026-08-25T20:22:34.589Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33232026-08-25T20:22:35.117Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33242026-08-25T20:22:37.124Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33252026-08-25T20:22:37.375Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33262026-08-25T20:22:38.075Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33272026-08-25T20:22:38.453Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33282026-08-25T20:22:38.696Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33292026-08-25T20:22:38.978Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33302026-08-25T20:22:39.231Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33312026-08-25T20:22:40.726Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33322026-08-25T20:22:41.106Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33332026-08-25T20:22:42.079Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33342026-08-25T20:22:42.147Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33352026-08-25T20:22:42.405Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33362026-08-25T20:22:42.839Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33372026-08-25T20:22:42.889Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33382026-08-25T20:22:42.913Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-08-25T20:22:43.081Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33402026-08-25T20:22:43.115Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33412026-08-25T20:22:43.639Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33422026-08-25T20:22:43.664Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33432026-08-25T20:22:44.097Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33442026-08-25T20:22:44.279Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33452026-08-25T20:22:44.431Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33462026-08-25T20:22:44.857Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33472026-08-25T20:22:45.065Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33482026-08-25T20:22:45.097Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33492026-08-25T20:22:45.267Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33502026-08-25T20:22:45.818Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33512026-08-25T20:22:45.846Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33522026-08-25T20:22:47.455Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33532026-08-25T20:22:47.481Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33542026-08-25T20:22:48.263Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33552026-08-25T20:22:50.310Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33562026-08-25T20:22:51.831Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33572026-08-25T20:22:52.362Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33582026-08-25T20:22:52.895Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33592026-08-25T20:22:54.634Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33602026-08-25T20:22:56.670Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33612026-08-25T20:22:57.445Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33622026-08-25T20:22:57.988Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33632026-08-25T20:22:58.840Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33642026-08-25T20:23:00.411Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33652026-08-25T20:23:01.963Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33662026-08-25T20:23:03.141Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33672026-08-25T20:23:03.737Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33682026-08-25T20:23:04.192Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33692026-08-25T20:23:05.009Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33702026-08-25T20:23:07.302Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33712026-08-25T20:23:11.081Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33722026-08-25T20:23:11.738Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33732026-08-25T20:23:12.597Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33742026-08-25T20:23:13.526Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33752026-08-25T20:23:14.341Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33762026-08-25T20:23:15.141Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33772026-08-25T20:23:16.930Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33782026-08-25T20:23:17.384Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33792026-08-25T20:23:18.202Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33802026-08-25T20:23:18.229Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33812026-08-25T20:23:18.964Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33822026-08-25T20:23:19.809Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33832026-08-25T20:23:20.633Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33842026-08-25T20:23:24.624Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33852026-08-25T20:23:25.990Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33862026-08-25T20:23:26.678Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33872026-08-25T20:23:27.565Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33882026-08-25T20:23:28.408Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33892026-08-25T20:23:29.290Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33902026-08-25T20:23:31.870Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33912026-08-25T20:23:32.977Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33922026-08-25T20:23:33.932Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33932026-08-25T20:23:34.923Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33942026-08-25T20:23:37.377Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33952026-08-25T20:23:38.071Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33962026-08-25T20:23:41.752Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33972026-08-25T20:23:42.291Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33982026-08-25T20:23:42.954Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33992026-08-25T20:23:44.612Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34002026-08-25T20:23:46.165Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34012026-08-25T20:23:47.764Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34022026-08-25T20:23:49.575Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34032026-08-25T20:23:51.190Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34042026-08-25T20:23:52.819Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34052026-08-25T20:23:57.667Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34062026-08-25T20:23:57.691Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34072026-08-25T20:23:59.581Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34082026-08-25T20:23:59.672Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34092026-08-25T20:24:01.398Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34102026-08-25T20:24:03.218Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34112026-08-25T20:24:05.122Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34122026-08-25T20:24:07.097Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34132026-08-25T20:24:08.918Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34142026-08-25T20:24:10.672Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34152026-08-25T20:24:12.368Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34162026-08-25T20:24:14.457Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34172026-08-25T20:24:16.028Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34182026-08-25T20:24:17.837Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34192026-08-25T20:24:19.646Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34202026-08-25T20:24:21.451Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34212026-08-25T20:24:22.920Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34222026-08-25T20:24:25.070Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34232026-08-25T20:24:26.848Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34242026-08-25T20:24:28.404Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34252026-08-25T20:24:30.367Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34262026-08-25T20:24:32.296Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34272026-08-25T20:24:34.127Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34282026-08-25T20:24:35.997Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34292026-08-25T20:24:37.722Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34302026-08-25T20:24:42.117Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34312026-08-25T20:24:44.189Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34322026-08-25T20:24:45.956Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34332026-08-25T20:24:47.798Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34342026-08-25T20:24:50.331Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34352026-08-25T20:24:52.303Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34362026-08-25T20:24:54.185Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34372026-08-25T20:24:56.881Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34382026-08-25T20:24:59.245Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34392026-08-25T20:25:02.215Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34402026-08-25T20:25:04.240Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34412026-08-25T20:25:06.651Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34422026-08-25T20:25:08.828Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34432026-08-25T20:25:11.914Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34442026-08-25T20:25:14.217Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34452026-08-25T20:25:16.346Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34462026-08-25T20:25:18.608Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34472026-08-25T20:25:21.114Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34482026-08-25T20:25:23.726Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34492026-08-25T20:25:26.180Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34502026-08-25T20:25:29.016Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34512026-08-25T20:25:31.537Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34522026-08-25T20:25:33.787Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34532026-08-25T20:25:36.548Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34542026-08-25T20:25:39.009Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34552026-08-25T20:25:41.556Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34562026-08-25T20:25:44.177Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34572026-08-25T20:25:46.616Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34582026-08-25T20:25:49.043Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34592026-08-25T20:25:51.846Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34602026-08-25T20:25:54.378Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34612026-08-25T20:25:56.983Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34622026-08-25T20:25:59.615Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34632026-08-25T20:26:02.145Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34642026-08-25T20:26:04.876Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34652026-08-25T20:26:07.444Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34662026-08-25T20:26:10.035Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34672026-08-25T20:26:12.753Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34682026-08-25T20:26:15.400Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34692026-08-25T20:26:18.005Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34702026-08-25T20:26:20.647Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34712026-08-25T20:26:23.344Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34722026-08-25T20:26:25.995Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34732026-08-25T20:26:28.530Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34742026-08-25T20:26:31.877Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34752026-08-25T20:26:34.142Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34762026-08-25T20:26:36.905Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34772026-08-25T20:26:39.614Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34782026-08-25T20:26:42.225Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34792026-08-25T20:26:44.858Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34802026-08-25T20:26:47.777Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34812026-08-25T20:26:50.785Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34822026-08-25T20:26:53.575Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34832026-08-25T20:26:56.339Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34842026-08-25T20:26:59.227Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34852026-08-25T20:27:01.907Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34862026-08-25T20:27:04.623Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34872026-08-25T20:27:07.526Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34882026-08-25T20:27:10.288Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34892026-08-25T20:27:12.980Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34902026-08-25T20:27:15.847Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34912026-08-25T20:27:18.595Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34922026-08-25T20:27:21.384Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34932026-08-25T20:27:29.413Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34942026-08-25T20:27:30.054Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34952026-08-25T20:27:33.429Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34962026-08-25T20:27:36.905Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34972026-08-25T20:27:40.606Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34982026-08-25T20:27:44.121Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34992026-08-25T20:27:47.715Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35002026-08-25T20:27:51.272Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35012026-08-25T20:27:54.879Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35022026-08-25T20:27:58.809Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35032026-08-25T20:28:02.267Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35042026-08-25T20:28:05.718Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35052026-08-25T20:28:09.327Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35062026-08-25T20:28:12.958Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35072026-08-25T20:28:16.684Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35082026-08-25T20:28:20.258Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35092026-08-25T20:28:23.785Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35102026-08-25T20:28:27.391Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35112026-08-25T20:28:31.113Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35122026-08-25T20:28:34.813Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
35132026-08-25T20:28:38.378Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35142026-08-25T20:28:42.018Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35152026-08-25T20:28:45.797Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35162026-08-25T20:28:49.439Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35172026-08-25T20:28:53.006Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35182026-08-25T20:28:56.851Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35192026-08-25T20:29:01.715Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35202026-08-25T20:29:04.874Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35212026-08-25T20:29:08.668Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35222026-08-25T20:29:40.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 36s
35232026-08-25T20:29:40.406Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35242026-08-25T20:29:40.406Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35252026-08-25T20:29:40.575Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35262026-08-25T20:29:40.685Z
35272026-08-25T20:29:40.689Zreal 7:36.656912351
35282026-08-25T20:29:40.689Zuser 20:31.787476895
35292026-08-25T20:29:40.689Zsys 4:26.175423462
35302026-08-25T20:29:40.689Ztrap 0.301479030
35312026-08-25T20:29:40.689Ztflt 0.039434892
35322026-08-25T20:29:40.689Zdflt 0.026627676
35332026-08-25T20:29:40.689Zkflt 0.000041980
35342026-08-25T20:29:40.689Zlock 7:16:37.646739706
35352026-08-25T20:29:40.689Zslp 2:33:28.774741771
35362026-08-25T20:29:40.689Zlat 34.501979253
35372026-08-25T20:29:40.689Zstop 2:11.297199697
35382026-08-25T20:29:40.689Zprocess exited: duration 852443 ms, exit code 0
 
35392026-08-25T20:29:40.713Zfound 0 output files