01M0VX1VTY9DHHCGE462ZDJQS2: clippy (helios)

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

Buildomat Job: 01M0VX36P8MFYF866ZCS0K6ZFM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T07:28:59.974Zjob assigned to worker 01M0VX3FB3B1B2A6P1HTXN7V8Y [factory aws, i-08754ec6e39db090b] (queued for 1 m 1 s)
 
22026-08-25T07:29:06.299Zstarting task 0: "setup"
32026-08-25T07:29:06.307Z++ uname -s
42026-08-25T07:29:06.310Z+ kern=SunOS
52026-08-25T07:29:06.310Z+ build_user=build
62026-08-25T07:29:06.310Z+ build_uid=12345
72026-08-25T07:29:06.310Z+ work_dir=/work
82026-08-25T07:29:06.310Z+ input_dir=/input
92026-08-25T07:29:06.310Z+ [[ 0 == 12345 ]]
102026-08-25T07:29:06.310Z+ case "$kern" in
112026-08-25T07:29:06.310Z+ groupadd -g 12345 build
122026-08-25T07:29:06.310Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T07:29:08.314Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T07:29:08.417Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T07:29:08.422Z+ home_fs=zfs
162026-08-25T07:29:08.422Z+ [[ zfs == autofs ]]
172026-08-25T07:29:08.422Z+ mkdir -p /home/build
182026-08-25T07:29:08.422Z+ chown build:build /home/build /work
192026-08-25T07:29:09.423Z+ chmod 0700 /home/build /work
202026-08-25T07:29:09.429Zprocess exited: duration 3127 ms, exit code 0
 
212026-08-25T07:29:09.446Zstarting task 1: "rust-toolchain"
222026-08-25T07:29:09.450Z * rust toolchain channel = "1.97.1"
232026-08-25T07:29:09.451Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-25T07:29:09.451Z * rust toolchain profile = "default"
252026-08-25T07:29:09.451Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T07:29:09.451Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T07:29:09.451Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T07:29:09.454Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T07:29:09.454Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T07:29:09.517Zinfo: downloading installer
312026-08-25T07:29:11.090Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T07:29:11.090Zwarn: /home/build/.rustup/settings.toml
332026-08-25T07:29:11.090Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T07:29:11.091Zwarn: instead of the one inferred from the default host triple.
352026-08-25T07:29:11.102Zinfo: profile set to default
362026-08-25T07:29:11.103Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T07:29:11.106Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T07:29:11.356Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T07:29:12.515Zinfo: downloading 6 components
402026-08-25T07:29:25.670Z
412026-08-25T07:29:25.670Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-25T07:29:25.696Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T07:29:25.696Z
442026-08-25T07:29:25.696Z
452026-08-25T07:29:25.696ZRust is installed now. Great!
462026-08-25T07:29:25.696Z
472026-08-25T07:29:25.699ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T07:29:25.699Zenvironment variable. This has not been done automatically.
492026-08-25T07:29:25.699Z
502026-08-25T07:29:25.699ZTo configure your current shell, you need to source
512026-08-25T07:29:25.699Zthe corresponding env file under $HOME/.cargo.
522026-08-25T07:29:25.699Z
532026-08-25T07:29:25.699ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T07:29:25.699Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T07:29:25.699Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T07:29:25.699Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T07:29:25.699Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T07:29:25.699Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T07:29:25.699Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T07:29:25.699Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T07:29:25.699Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T07:29:25.794Z+ rustup --version
632026-08-25T07:29:25.802Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T07:29:25.807Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T07:29:25.830Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T07:29:25.839Z+ cargo --version
672026-08-25T07:29:25.850Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T07:29:25.850Z+ rustc --version
692026-08-25T07:29:25.878Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T07:29:25.886Zprocess exited: duration 16419 ms, exit code 0
 
712026-08-25T07:29:25.898Zstarting task 2: "authentication"
722026-08-25T07:29:25.935Zprocess exited: duration 27 ms, exit code 0
 
732026-08-25T07:29:25.948Zstarting task 3: "clone repository"
742026-08-25T07:29:25.959Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T07:29:25.959Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T07:29:25.979ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T07:29:38.004Z+ cd /work/oxidecomputer/omicron
782026-08-25T07:29:38.004Z+ git fetch origin 24d1aaab8a0379f7e2ab5122e3aa084b0acf2508
792026-08-25T07:29:38.309ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T07:29:38.309Z * branch 24d1aaab8a0379f7e2ab5122e3aa084b0acf2508 -> FETCH_HEAD
812026-08-25T07:29:38.320Z+ [[ -n '' ]]
822026-08-25T07:29:38.320Z+ git reset --hard 24d1aaab8a0379f7e2ab5122e3aa084b0acf2508
832026-08-25T07:29:38.576ZHEAD is now at 24d1aaab8 [merge] merge upstream
842026-08-25T07:29:38.581Zprocess exited: duration 12636 ms, exit code 0
 
852026-08-25T07:29:38.588Zstarting task 4: "build"
862026-08-25T07:29:38.593Z+ source ./env.sh
872026-08-25T07:29:38.593Z++ OLD_SHELL_OPTS=ehxB
882026-08-25T07:29:38.596Z++ set -o xtrace
892026-08-25T07:29:38.596Z++++ dirname ./env.sh
902026-08-25T07:29:38.599Z+++ readlink -f .
912026-08-25T07:29:38.602Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-08-25T07:29:38.602Z++ 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-25T07:29:38.602Z++ 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-25T07:29:38.602Z++ 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-25T07:29:38.602Z++ 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-25T07:29:38.602Z++ 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-25T07:29:38.602Z++ 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-25T07:29:38.602Z++ 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-25T07:29:38.602Z++ 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-25T07:29:38.602Z++ 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-25T07:29:38.602Z++ 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-25T07:29:38.602Z++ case $OLD_SHELL_OPTS in
1032026-08-25T07:29:38.602Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-08-25T07:29:38.602Z+ source .github/buildomat/ci-env.sh
1052026-08-25T07:29:38.602Z++ export CARGO_TERM_COLOR=always
1062026-08-25T07:29:38.602Z++ CARGO_TERM_COLOR=always
1072026-08-25T07:29:38.602Z+++ uname -s
1082026-08-25T07:29:38.602Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-08-25T07:29:38.602Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-08-25T07:29:38.605Z+ cargo --version
1112026-08-25T07:29:38.612Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-25T07:29:38.615Z+ rustc --version
1132026-08-25T07:29:38.634Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-25T07:29:38.637Z+ banner prerequisites
1152026-08-25T07:29:38.640Z
1162026-08-25T07:29:38.640Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-08-25T07:29:38.640Z # # # # # # # # # # # # # # #
1182026-08-25T07:29:38.640Z # # # # ##### # # ##### # # # # # #### #
1192026-08-25T07:29:38.640Z ##### ##### # ##### # # # # # # # # #
1202026-08-25T07:29:38.640Z # # # # # # # # # # # # # # #
1212026-08-25T07:29:38.640Z # # # ###### # # ###### ### # #### # #### #
1222026-08-25T07:29:38.640Z
1232026-08-25T07:29:38.640Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-08-25T07:29:40.698Z Startup: Refreshing catalog 'helios' ... Done
1252026-08-25T07:29:41.150Z Startup: Caching catalogs ... Done
1262026-08-25T07:29:43.218ZPlanning: Solver setup ... Done (2.017s)
1272026-08-25T07:29:43.279ZPlanning: Running solver ... Done (0.062s)
1282026-08-25T07:29:43.331ZPlanning: Finding local manifests ... Done (0.003s)
1292026-08-25T07:29:43.340ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-25T07:29:43.369ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-25T07:29:43.379ZPlanning: Package planning ... Done (0.014s)
1322026-08-25T07:29:43.382ZPlanning: Merging actions ... Done (0.002s)
1332026-08-25T07:29:43.605ZPlanning: Checking for conflicting actions ... Done (0.223s)
1342026-08-25T07:29:43.609ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-08-25T07:29:44.414ZPlanning: Evaluating mediators ... Done (0.808s)
1362026-08-25T07:29:44.418ZPlanning: Planning completed in 3.30 seconds
1372026-08-25T07:29:44.423Z Packages to install: 2
1382026-08-25T07:29:44.423Z Estimated space available: 156.01 GB
1392026-08-25T07:29:44.427ZEstimated space to be consumed: 80.56 MB
1402026-08-25T07:29:44.427Z Create boot environment: No
1412026-08-25T07:29:44.427ZCreate backup boot environment: No
1422026-08-25T07:29:44.427Z Rebuild boot archive: No
1432026-08-25T07:29:44.427Z
1442026-08-25T07:29:44.427ZChanged packages:
1452026-08-25T07:29:44.427Zhelios
1462026-08-25T07:29:44.427Z developer/build-essential
1472026-08-25T07:29:44.427Z None -> 11-3.0
1482026-08-25T07:29:44.427Z library/libxmlsec1
1492026-08-25T07:29:44.427Z None -> 1.2.35-3.0
1502026-08-25T07:29:44.446Z
1512026-08-25T07:29:44.446ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-08-25T07:29:44.524ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1532026-08-25T07:29:44.596Z Actions: 1/268 actions (Installing new actions)
1542026-08-25T07:29:44.633Z Actions: Completed 268 actions in 0.04 seconds.
1552026-08-25T07:29:44.669ZFinalize: Updating package state database ... Done (0.035s)
1562026-08-25T07:29:44.673ZFinalize: Updating package cache ... Done (0.000s)
1572026-08-25T07:29:44.766ZFinalize: Updating image state ... Done (0.096s)
1582026-08-25T07:29:47.249ZFinalize: Creating fast lookup database ... Done (2.429s)
1592026-08-25T07:29:47.316ZFinalize: Reading search index ... Done (0.012s)
1602026-08-25T07:29:47.322ZFinalize: Updating search index ... Done (0.000s)
1612026-08-25T07:29:47.421ZFinalize: Updating package cache ... Done (0.000s)
1622026-08-25T07:29:47.777ZPlanning: Evaluating mediator changes ... Done
1632026-08-25T07:29:47.883ZPlanning: Checking for conflicting actions ... Done
1642026-08-25T07:29:47.887ZPlanning: Consolidating action changes ... Done
1652026-08-25T07:29:48.043ZPlanning: Evaluating mediators ... Done
1662026-08-25T07:29:48.051ZPlanning: Planning completed in 0.26 seconds
1672026-08-25T07:29:48.063Z Mediators to change: 2
1682026-08-25T07:29:48.063Z Create boot environment: No
1692026-08-25T07:29:48.063ZCreate backup boot environment: No
1702026-08-25T07:29:48.119ZFinalize: Updating package state database ... Done
1712026-08-25T07:29:48.119ZFinalize: Updating package cache ... Done
1722026-08-25T07:29:48.173ZFinalize: Updating image state ... Done
1732026-08-25T07:29:50.116ZFinalize: Creating fast lookup database ... Done
1742026-08-25T07:29:50.182ZFinalize: Reading search index ... Done
1752026-08-25T07:29:50.186ZFinalize: Updating search index ... Done
1762026-08-25T07:29:50.257ZFinalize: Updating package cache ... Done
1772026-08-25T07:29:50.540ZPlanning: Evaluating mediator changes ... Done
1782026-08-25T07:29:50.644ZPlanning: Checking for conflicting actions ... Done
1792026-08-25T07:29:50.647ZPlanning: Consolidating action changes ... Done
1802026-08-25T07:29:50.800ZPlanning: Evaluating mediators ... Done
1812026-08-25T07:29:50.803ZPlanning: Planning completed in 0.26 seconds
1822026-08-25T07:29:50.822Z Mediators to change: 1
1832026-08-25T07:29:50.823Z Create boot environment: No
1842026-08-25T07:29:50.823ZCreate backup boot environment: No
1852026-08-25T07:29:50.879ZFinalize: Updating package state database ... Done
1862026-08-25T07:29:50.879ZFinalize: Updating package cache ... Done
1872026-08-25T07:29:50.930ZFinalize: Updating image state ... Done
1882026-08-25T07:29:52.858ZFinalize: Creating fast lookup database ... Done
1892026-08-25T07:29:52.922ZFinalize: Reading search index ... Done
1902026-08-25T07:29:52.926ZFinalize: Updating search index ... Done
1912026-08-25T07:29:53.002ZFinalize: Updating package cache ... Done
1922026-08-25T07:29:53.311ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-08-25T07:29:53.311Zapache system 2.4 system
1942026-08-25T07:29:53.311Zclang system 15 system
1952026-08-25T07:29:53.311Zcsh system system illumos
1962026-08-25T07:29:53.311Zctags system system illumos
1972026-08-25T07:29:53.311Zfile vendor vendor darwinsys
1982026-08-25T07:29:53.311Zfile system system illumos
1992026-08-25T07:29:53.312Zgcc vendor 14 vendor
2002026-08-25T07:29:53.312Zgcc system 13 system
2012026-08-25T07:29:53.312Zgcc system 10 system
2022026-08-25T07:29:53.312Zgo system 1.25 system
2032026-08-25T07:29:53.312Zllvm system 15 system
2042026-08-25T07:29:53.312Zmariadb system 11.4 system
2052026-08-25T07:29:53.312Zmta vendor vendor dma
2062026-08-25T07:29:53.312Zopenjdk system 17 system
2072026-08-25T07:29:53.312Zopenjdk system 11 system
2082026-08-25T07:29:53.312Zopenssl vendor 3 vendor
2092026-08-25T07:29:53.312Zperl system 5.40 system
2102026-08-25T07:29:53.312Zpostgresql system 18 system
2112026-08-25T07:29:53.312Zpostgresql system 17 system
2122026-08-25T07:29:53.312Zpython vendor 3 vendor
2132026-08-25T07:29:53.312Zpython system 2 system
2142026-08-25T07:29:53.312Zpython3 vendor 3.13 vendor
2152026-08-25T07:29:53.312Zruby system 3.4 system
2162026-08-25T07:29:53.312Zruby system 3.0 system
2172026-08-25T07:29:53.312Zwords vendor vendor american-english
2182026-08-25T07:29:53.312Zwords system system australian-english
2192026-08-25T07:29:53.312Zwords system system british-english
2202026-08-25T07:29:53.312Zwords system system canadian-english
2212026-08-25T07:29:53.312Zwords system system french
2222026-08-25T07:29:53.312Zwords system system italian
2232026-08-25T07:29:53.312Zwords system system ngerman
2242026-08-25T07:29:53.312Zwords system system ogerman
2252026-08-25T07:29:53.312Zwords system system spanish
2262026-08-25T07:29:53.568ZPUBLISHER TYPE STATUS P LOCATION
2272026-08-25T07:29:53.568Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-08-25T07:29:54.071ZFMRI IFO
2292026-08-25T07:29:54.071Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-08-25T07:29:54.071Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-08-25T07:29:54.071Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-08-25T07:29:54.071Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-08-25T07:29:54.071Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-08-25T07:29:54.072Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-08-25T07:29:54.072Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-08-25T07:29:54.072Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-08-25T07:29:54.072Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-08-25T07:29:54.415Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-08-25T07:29:54.701Z Updating crates.io index
2402026-08-25T07:29:54.706Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-08-25T07:29:54.945Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-08-25T07:29:55.276Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-08-25T07:29:56.429Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-25T07:29:56.952Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-08-25T07:29:59.023Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-08-25T07:30:00.078Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-08-25T07:30:00.208Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-08-25T07:30:00.552Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-08-25T07:30:02.366Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-08-25T07:30:02.653Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-08-25T07:30:03.082Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-08-25T07:30:03.524Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532026-08-25T07:30:03.895Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542026-08-25T07:30:04.143Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552026-08-25T07:30:04.416Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-25T07:30:04.636Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-08-25T07:30:05.156Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-08-25T07:30:05.740Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2592026-08-25T07:30:06.187Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2602026-08-25T07:30:06.415Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-25T07:30:07.114Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622026-08-25T07:30:07.377Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2632026-08-25T07:30:07.888Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-08-25T07:30:08.325Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-08-25T07:30:08.854Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-08-25T07:30:09.317Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-08-25T07:30:09.502Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2682026-08-25T07:30:09.949Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-08-25T07:30:10.962Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-08-25T07:30:11.174Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712026-08-25T07:30:11.429Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-08-25T07:30:11.825Z Updating git repository `https://github.com/oxidecomputer/tough`
2732026-08-25T07:30:12.546Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-08-25T07:30:12.800Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-08-25T07:30:13.066Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-08-25T07:30:13.511Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-08-25T07:30:14.084Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-08-25T07:30:14.399Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-08-25T07:30:14.644Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-08-25T07:30:15.024Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-08-25T07:30:15.226Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-08-25T07:30:15.515Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-25T07:30:18.229Z Downloading crates ...
2842026-08-25T07:30:18.410Z Downloaded anyhow v1.0.104
2852026-08-25T07:30:18.410Z Downloaded dof v0.3.0
2862026-08-25T07:30:18.410Z Downloaded cargo-platform v0.3.2
2872026-08-25T07:30:18.410Z Downloaded heck v0.5.0
2882026-08-25T07:30:18.410Z Downloaded colorchoice v1.0.4
2892026-08-25T07:30:18.410Z Downloaded crypto-common v0.1.7
2902026-08-25T07:30:18.410Z Downloaded cfg-if v1.0.4
2912026-08-25T07:30:18.410Z Downloaded zerocopy-derive v0.7.35
2922026-08-25T07:30:18.410Z Downloaded errno v0.3.14
2932026-08-25T07:30:18.410Z Downloaded zmij v1.0.21
2942026-08-25T07:30:18.410Z Downloaded autocfg v1.5.0
2952026-08-25T07:30:18.410Z Downloaded byteorder v1.5.0
2962026-08-25T07:30:18.410Z Downloaded anstyle-query v1.1.5
2972026-08-25T07:30:18.410Z Downloaded cpufeatures v0.2.17
2982026-08-25T07:30:18.410Z Downloaded itoa v1.0.17
2992026-08-25T07:30:18.410Z Downloaded zerocopy v0.7.35
3002026-08-25T07:30:18.410Z Downloaded generic-array v0.14.7
3012026-08-25T07:30:18.410Z Downloaded macaddr v1.0.1
3022026-08-25T07:30:18.410Z Downloaded memmap v0.7.0
3032026-08-25T07:30:18.410Z Downloaded block-buffer v0.10.4
3042026-08-25T07:30:18.410Z Downloaded swrite v0.1.0
3052026-08-25T07:30:18.410Z Downloaded winnow v0.7.14
3062026-08-25T07:30:18.411Z Downloaded smawk v0.3.2
3072026-08-25T07:30:18.411Z Downloaded dtrace-parser v0.2.0
3082026-08-25T07:30:18.411Z Downloaded fnv v1.0.7
3092026-08-25T07:30:18.411Z Downloaded clap_lex v1.0.0
3102026-08-25T07:30:18.411Z Downloaded fastrand v2.3.0
3112026-08-25T07:30:18.411Z Downloaded proc-macro-error-attr v1.0.4
3122026-08-25T07:30:18.411Z Downloaded usdt-attr-macro v0.5.0
3132026-08-25T07:30:18.411Z Downloaded equivalent v1.0.2
3142026-08-25T07:30:18.411Z Downloaded heck v0.4.1
3152026-08-25T07:30:18.411Z Downloaded strsim v0.11.1
3162026-08-25T07:30:18.411Z Downloaded version_check v0.9.5
3172026-08-25T07:30:18.411Z Downloaded scroll_derive v0.12.1
3182026-08-25T07:30:18.411Z Downloaded tabled_derive v0.7.0
3192026-08-25T07:30:18.411Z Downloaded serde_spanned v0.6.9
3202026-08-25T07:30:18.411Z Downloaded toml_write v0.1.2
3212026-08-25T07:30:18.411Z Downloaded usdt-macro v0.5.0
3222026-08-25T07:30:18.411Z Downloaded utf8parse v0.2.2
3232026-08-25T07:30:18.411Z Downloaded pretty-hex v0.4.1
3242026-08-25T07:30:18.411Z Downloaded unicode-linebreak v0.1.5
3252026-08-25T07:30:18.411Z Downloaded thread-id v4.2.2
3262026-08-25T07:30:18.411Z Downloaded terminal_size v0.4.3
3272026-08-25T07:30:18.411Z Downloaded toml_datetime v0.6.11
3282026-08-25T07:30:18.411Z Downloaded digest v0.10.7
3292026-08-25T07:30:18.411Z Downloaded anstyle-parse v1.0.0
3302026-08-25T07:30:18.411Z Downloaded camino-tempfile v1.4.1
3312026-08-25T07:30:18.411Z Downloaded cargo_metadata v0.23.1
3322026-08-25T07:30:18.411Z Downloaded anstream v1.0.0
3332026-08-25T07:30:18.411Z Downloaded anstyle v1.0.14
3342026-08-25T07:30:18.411Z Downloaded bytecount v0.6.9
3352026-08-25T07:30:18.411Z Downloaded is_terminal_polyfill v1.70.2
3362026-08-25T07:30:18.411Z Downloaded sha2 v0.10.9
3372026-08-25T07:30:18.411Z Downloaded clap_derive v4.6.1
3382026-08-25T07:30:18.411Z Downloaded quote v1.0.45
3392026-08-25T07:30:18.411Z Downloaded fs-err v3.3.0
3402026-08-25T07:30:18.411Z Downloaded plain v0.2.3
3412026-08-25T07:30:18.411Z Downloaded proc-macro-error v1.0.4
3422026-08-25T07:30:18.411Z Downloaded usdt v0.5.0
3432026-08-25T07:30:18.411Z Downloaded scroll v0.12.0
3442026-08-25T07:30:18.412Z Downloaded thiserror v1.0.69
3452026-08-25T07:30:18.412Z Downloaded thiserror-impl v1.0.69
3462026-08-25T07:30:18.412Z Downloaded thiserror-impl v2.0.18
3472026-08-25T07:30:18.412Z Downloaded cargo_toml v0.21.0
3482026-08-25T07:30:18.412Z Downloaded thiserror v2.0.18
3492026-08-25T07:30:18.412Z Downloaded camino v1.2.5
3502026-08-25T07:30:18.412Z Downloaded bitflags v2.11.0
3512026-08-25T07:30:18.412Z Downloaded once_cell v1.21.3
3522026-08-25T07:30:18.412Z Downloaded getrandom v0.4.3
3532026-08-25T07:30:18.412Z Downloaded ucd-trie v0.1.7
3542026-08-25T07:30:18.412Z Downloaded pest_derive v2.8.6
3552026-08-25T07:30:18.412Z Downloaded serde_tokenstream v0.2.3
3562026-08-25T07:30:18.412Z Downloaded pest_generator v2.8.6
3572026-08-25T07:30:18.412Z Downloaded toml v0.8.23
3582026-08-25T07:30:18.412Z Downloaded semver v1.0.28
3592026-08-25T07:30:18.412Z Downloaded usdt-impl v0.5.0
3602026-08-25T07:30:18.412Z Downloaded tempfile v3.27.0
3612026-08-25T07:30:18.412Z Downloaded log v0.4.33
3622026-08-25T07:30:18.412Z Downloaded textwrap v0.16.2
3632026-08-25T07:30:18.412Z Downloaded serde_core v1.0.229
3642026-08-25T07:30:18.412Z Downloaded unicode-ident v1.0.24
3652026-08-25T07:30:18.412Z Downloaded papergrid v0.11.0
3662026-08-25T07:30:18.412Z Downloaded pest_meta v2.8.6
3672026-08-25T07:30:18.412Z Downloaded clap v4.6.1
3682026-08-25T07:30:18.412Z Downloaded proc-macro2 v1.0.106
3692026-08-25T07:30:18.412Z Downloaded toml_edit v0.22.27
3702026-08-25T07:30:18.412Z Downloaded serde_derive v1.0.229
3712026-08-25T07:30:18.412Z Downloaded indexmap v2.14.0
3722026-08-25T07:30:18.412Z Downloaded serde v1.0.229
3732026-08-25T07:30:18.412Z Downloaded memchr v2.8.0
3742026-08-25T07:30:18.412Z Downloaded typenum v1.20.1
3752026-08-25T07:30:18.412Z Downloaded pest v2.8.6
3762026-08-25T07:30:18.412Z Downloaded serde_json v1.0.151
3772026-08-25T07:30:18.412Z Downloaded clap_builder v4.6.0
3782026-08-25T07:30:18.412Z Downloaded hashbrown v0.17.0
3792026-08-25T07:30:18.412Z Downloaded goblin v0.8.2
3802026-08-25T07:30:18.412Z Downloaded tabled v0.15.0
3812026-08-25T07:30:18.412Z Downloaded syn v1.0.109
3822026-08-25T07:30:18.412Z Downloaded unicode-width v0.1.14
3832026-08-25T07:30:18.412Z Downloaded syn v3.0.3
3842026-08-25T07:30:18.549Z Downloaded unicode-width v0.2.0
3852026-08-25T07:30:18.550Z Downloaded syn v2.0.117
3862026-08-25T07:30:18.550Z Downloaded rustix v1.1.4
3872026-08-25T07:30:18.550Z Downloaded libc v0.2.185
3882026-08-25T07:30:18.550Z Compiling proc-macro2 v1.0.106
3892026-08-25T07:30:18.550Z Compiling quote v1.0.45
3902026-08-25T07:30:18.550Z Compiling unicode-ident v1.0.24
3912026-08-25T07:30:18.550Z Compiling serde_core v1.0.229
3922026-08-25T07:30:18.550Z Compiling libc v0.2.185
3932026-08-25T07:30:18.550Z Compiling version_check v0.9.5
3942026-08-25T07:30:18.550Z Compiling memchr v2.8.0
3952026-08-25T07:30:18.550Z Compiling serde v1.0.229
3962026-08-25T07:30:18.880Z Compiling zmij v1.0.21
3972026-08-25T07:30:19.037Z Compiling ucd-trie v0.1.7
3982026-08-25T07:30:19.096Z Compiling itoa v1.0.17
3992026-08-25T07:30:19.144Z Compiling thiserror v1.0.69
4002026-08-25T07:30:19.233Z Compiling pest v2.8.6
4012026-08-25T07:30:19.233Z Compiling rustix v1.1.4
4022026-08-25T07:30:19.304Z Compiling byteorder v1.5.0
4032026-08-25T07:30:19.640Z Compiling errno v0.3.14
4042026-08-25T07:30:20.266Z Compiling serde_json v1.0.151
4052026-08-25T07:30:20.501Z Compiling bitflags v2.11.0
4062026-08-25T07:30:20.501Z Compiling syn v2.0.117
4072026-08-25T07:30:20.501Z Compiling syn v3.0.3
4082026-08-25T07:30:20.501Z Compiling thread-id v4.2.2
4092026-08-25T07:30:20.502Z Compiling usdt-impl v0.5.0
4102026-08-25T07:30:20.502Z Compiling proc-macro-error-attr v1.0.4
4112026-08-25T07:30:20.502Z Compiling camino v1.2.5
4122026-08-25T07:30:20.502Z Compiling pest_meta v2.8.6
4132026-08-25T07:30:20.594Z Compiling syn v1.0.109
4142026-08-25T07:30:20.747Z Compiling proc-macro-error v1.0.4
4152026-08-25T07:30:20.837Z Compiling plain v0.2.3
4162026-08-25T07:30:20.905Z Compiling getrandom v0.4.3
4172026-08-25T07:30:21.118Z Compiling utf8parse v0.2.2
4182026-08-25T07:30:21.447Z Compiling log v0.4.33
4192026-08-25T07:30:21.447Z Compiling equivalent v1.0.2
4202026-08-25T07:30:21.588Z Compiling hashbrown v0.17.0
4212026-08-25T07:30:21.588Z Compiling anstyle-parse v1.0.0
4222026-08-25T07:30:21.748Z Compiling terminal_size v0.4.3
4232026-08-25T07:30:21.778Z Compiling indexmap v2.14.0
4242026-08-25T07:30:22.365Z Compiling is_terminal_polyfill v1.70.2
4252026-08-25T07:30:22.526Z Compiling anstyle-query v1.1.5
4262026-08-25T07:30:22.526Z Compiling serde_derive v1.0.229
4272026-08-25T07:30:22.526Z Compiling winnow v0.7.14
4282026-08-25T07:30:22.526Z Compiling pest_generator v2.8.6
4292026-08-25T07:30:22.526Z Compiling anstyle v1.0.14
4302026-08-25T07:30:22.526Z Compiling thiserror v2.0.18
4312026-08-25T07:30:22.526Z Compiling autocfg v1.5.0
4322026-08-25T07:30:22.527Z Compiling colorchoice v1.0.4
4332026-08-25T07:30:22.606Z Compiling pretty-hex v0.4.1
4342026-08-25T07:30:22.606Z Compiling toml_write v0.1.2
4352026-08-25T07:30:22.671Z Compiling cfg-if v1.0.4
4362026-08-25T07:30:23.008Z Compiling fs-err v3.3.0
4372026-08-25T07:30:23.107Z Compiling anstream v1.0.0
4382026-08-25T07:30:23.107Z Compiling heck v0.5.0
4392026-08-25T07:30:23.193Z Compiling heck v0.4.1
4402026-08-25T07:30:23.193Z Compiling unicode-width v0.1.14
4412026-08-25T07:30:23.193Z Compiling once_cell v1.21.3
4422026-08-25T07:30:23.458Z Compiling anyhow v1.0.104
4432026-08-25T07:30:23.475Z Compiling bytecount v0.6.9
4442026-08-25T07:30:23.475Z Compiling fastrand v2.3.0
4452026-08-25T07:30:23.475Z Compiling clap_lex v1.0.0
4462026-08-25T07:30:23.475Z Compiling strsim v0.11.1
4472026-08-25T07:30:23.494Z Compiling fnv v1.0.7
4482026-08-25T07:30:23.541Z Compiling tempfile v3.27.0
4492026-08-25T07:30:23.655Z Compiling papergrid v0.11.0
4502026-08-25T07:30:23.770Z Compiling tabled_derive v0.7.0
4512026-08-25T07:30:23.808Z Compiling thiserror-impl v1.0.69
4522026-08-25T07:30:23.808Z Compiling zerocopy-derive v0.7.35
4532026-08-25T07:30:23.868Z Compiling pest_derive v2.8.6
4542026-08-25T07:30:23.868Z Compiling scroll_derive v0.12.1
4552026-08-25T07:30:23.934Z Compiling thiserror-impl v2.0.18
4562026-08-25T07:30:24.285Z Compiling clap_derive v4.6.1
4572026-08-25T07:30:24.529Z Compiling scroll v0.12.0
4582026-08-25T07:30:24.681Z Compiling clap_builder v4.6.0
4592026-08-25T07:30:24.809Z Compiling zerocopy v0.7.35
4602026-08-25T07:30:24.923Z Compiling goblin v0.8.2
4612026-08-25T07:30:25.144Z Compiling dtrace-parser v0.2.0
4622026-08-25T07:30:25.232Z Compiling semver v1.0.28
4632026-08-25T07:30:25.441Z Compiling toml_datetime v0.6.11
4642026-08-25T07:30:25.551Z Compiling serde_spanned v0.6.9
4652026-08-25T07:30:25.600Z Compiling cargo-platform v0.3.2
4662026-08-25T07:30:26.795Z Compiling dof v0.3.0
4672026-08-25T07:30:26.795Z Compiling serde_tokenstream v0.2.3
4682026-08-25T07:30:26.914Z Compiling toml_edit v0.22.27
4692026-08-25T07:30:26.914Z Compiling memmap v0.7.0
4702026-08-25T07:30:26.914Z Compiling unicode-width v0.2.0
4712026-08-25T07:30:26.914Z Compiling unicode-linebreak v0.1.5
4722026-08-25T07:30:26.914Z Compiling smawk v0.3.2
4732026-08-25T07:30:26.914Z Compiling cargo_metadata v0.23.1
4742026-08-25T07:30:26.914Z Compiling macaddr v1.0.1
4752026-08-25T07:30:26.914Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-08-25T07:30:26.914Z Compiling clap v4.6.1
4772026-08-25T07:30:26.914Z Compiling textwrap v0.16.2
4782026-08-25T07:30:26.987Z Compiling tabled v0.15.0
4792026-08-25T07:30:26.987Z Compiling usdt-attr-macro v0.5.0
4802026-08-25T07:30:26.987Z Compiling usdt-macro v0.5.0
4812026-08-25T07:30:27.200Z Compiling toml v0.8.23
4822026-08-25T07:30:27.391Z Compiling camino-tempfile v1.4.1
4832026-08-25T07:30:27.672Z Compiling cargo_toml v0.21.0
4842026-08-25T07:30:27.672Z Compiling swrite v0.1.0
4852026-08-25T07:30:27.835Z Compiling usdt v0.5.0
4862026-08-25T07:30:29.041Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872026-08-25T07:30:31.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.76s
4882026-08-25T07:30:31.241Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4892026-08-25T07:30:31.757Z Downloading crates ...
4902026-08-25T07:30:31.941Z Downloaded aes v0.9.1
4912026-08-25T07:30:31.994Z Downloaded ascii-canvas v3.0.0
4922026-08-25T07:30:31.994Z Downloaded aead v0.5.2
4932026-08-25T07:30:31.994Z Downloaded bit-set v0.8.0
4942026-08-25T07:30:31.994Z Downloaded atomic-waker v1.1.2
4952026-08-25T07:30:31.994Z Downloaded backtrace-ext v0.2.1
4962026-08-25T07:30:31.994Z Downloaded base64ct v1.8.3
4972026-08-25T07:30:31.994Z Downloaded bcrypt-pbkdf v0.11.0
4982026-08-25T07:30:31.994Z Downloaded bitfield-macros v0.19.4
4992026-08-25T07:30:31.994Z Downloaded futures-sink v0.3.32
5002026-08-25T07:30:31.994Z Downloaded async-stream-impl v0.3.6
5012026-08-25T07:30:31.994Z Downloaded async-recursion v1.1.1
5022026-08-25T07:30:31.995Z Downloaded fd-lock v4.0.4
5032026-08-25T07:30:31.995Z Downloaded adler2 v2.0.1
5042026-08-25T07:30:31.995Z Downloaded bb8 v0.8.6
5052026-08-25T07:30:31.995Z Downloaded bitfield-struct v0.6.2
5062026-08-25T07:30:31.995Z Downloaded async-stream v0.3.6
5072026-08-25T07:30:31.995Z Downloaded atomicwrites v0.4.4
5082026-08-25T07:30:31.995Z Downloaded const-oid v0.10.2
5092026-08-25T07:30:31.995Z Downloaded embedded-io v0.4.0
5102026-08-25T07:30:31.995Z Downloaded atty v0.2.14
5112026-08-25T07:30:31.995Z Downloaded assert_matches v1.5.0
5122026-08-25T07:30:31.995Z Downloaded erased-serde v0.3.31
5132026-08-25T07:30:31.995Z Downloaded foreign-types v0.5.0
5142026-08-25T07:30:31.995Z Downloaded foreign-types-shared v0.1.1
5152026-08-25T07:30:31.995Z Downloaded gethostname v0.5.0
5162026-08-25T07:30:31.995Z Downloaded base16ct v0.2.0
5172026-08-25T07:30:31.995Z Downloaded cfg_aliases v0.2.1
5182026-08-25T07:30:31.995Z Downloaded futures-task v0.3.32
5192026-08-25T07:30:31.995Z Downloaded foreign-types-macros v0.2.3
5202026-08-25T07:30:31.996Z Downloaded futures-io v0.3.32
5212026-08-25T07:30:31.996Z Downloaded futures-macro v0.3.32
5222026-08-25T07:30:31.996Z Downloaded bit-set v0.5.3
5232026-08-25T07:30:31.996Z Downloaded foreign-types-shared v0.3.1
5242026-08-25T07:30:31.996Z Downloaded anstream v0.6.21
5252026-08-25T07:30:31.996Z Downloaded ff v0.14.0
5262026-08-25T07:30:31.996Z Downloaded flagset v0.4.7
5272026-08-25T07:30:31.996Z Downloaded bitfield v0.19.4
5282026-08-25T07:30:31.996Z Downloaded castaway v0.2.4
5292026-08-25T07:30:31.996Z Downloaded ena v0.14.4
5302026-08-25T07:30:31.996Z Downloaded env_logger v0.11.11
5312026-08-25T07:30:31.996Z Downloaded ff v0.13.1
5322026-08-25T07:30:31.996Z Downloaded filetime v0.2.27
5332026-08-25T07:30:31.997Z Downloaded funty v2.0.0
5342026-08-25T07:30:31.997Z Downloaded futures-core v0.3.32
5352026-08-25T07:30:31.997Z Downloaded embedded-io v0.6.1
5362026-08-25T07:30:31.997Z Downloaded endian-type v0.1.2
5372026-08-25T07:30:31.997Z Downloaded fixedbitset v0.4.2
5382026-08-25T07:30:31.997Z Downloaded ciborium-io v0.2.2
5392026-08-25T07:30:31.997Z Downloaded fs_extra v1.3.0
5402026-08-25T07:30:31.997Z Downloaded futures-executor v0.3.32
5412026-08-25T07:30:31.997Z Downloaded array-init v0.0.4
5422026-08-25T07:30:31.998Z Downloaded find-msvc-tools v0.1.9
5432026-08-25T07:30:31.998Z Downloaded foreign-types v0.3.2
5442026-08-25T07:30:31.998Z Downloaded enum-as-inner v0.6.1
5452026-08-25T07:30:31.998Z Downloaded env_filter v2.0.0
5462026-08-25T07:30:31.998Z Downloaded form_urlencoded v1.2.2
5472026-08-25T07:30:31.998Z Downloaded fatfs v0.3.6
5482026-08-25T07:30:31.998Z Downloaded float-ord v0.3.2
5492026-08-25T07:30:31.998Z Downloaded block-buffer v0.12.1
5502026-08-25T07:30:31.998Z Downloaded cfg_aliases v0.1.1
5512026-08-25T07:30:31.998Z Downloaded futures-channel v0.3.32
5522026-08-25T07:30:31.998Z Downloaded git-stub v1.0.0
5532026-08-25T07:30:31.998Z Downloaded block-padding v0.4.2
5542026-08-25T07:30:31.999Z Downloaded hex-literal v1.1.0
5552026-08-25T07:30:31.999Z Downloaded ciborium-ll v0.2.2
5562026-08-25T07:30:31.999Z Downloaded compression-core v0.4.31
5572026-08-25T07:30:31.999Z Downloaded ghash v0.6.0
5582026-08-25T07:30:31.999Z Downloaded base16ct v1.0.0
5592026-08-25T07:30:31.999Z Downloaded cobs v0.3.0
5602026-08-25T07:30:31.999Z Downloaded hash32 v0.3.1
5612026-08-25T07:30:31.999Z Downloaded hubpack v0.1.2
5622026-08-25T07:30:31.999Z Downloaded arrayref v0.3.9
5632026-08-25T07:30:31.999Z Downloaded anstyle-parse v0.2.7
5642026-08-25T07:30:31.999Z Downloaded argon2 v0.5.3
5652026-08-25T07:30:31.999Z Downloaded foldhash v0.2.0
5662026-08-25T07:30:31.999Z Downloaded headers-core v0.3.0
5672026-08-25T07:30:31.999Z Downloaded backoff v0.4.0
5682026-08-25T07:30:31.999Z Downloaded hash32 v0.2.1
5692026-08-25T07:30:31.999Z Downloaded home v0.5.12
5702026-08-25T07:30:31.999Z Downloaded hubpack_derive v0.1.1
5712026-08-25T07:30:31.999Z Downloaded bcs v0.1.6
5722026-08-25T07:30:32.000Z Downloaded bit-vec v0.8.0
5732026-08-25T07:30:32.000Z Downloaded http-body v1.0.1
5742026-08-25T07:30:32.000Z Downloaded aead v0.6.1
5752026-08-25T07:30:32.000Z Downloaded hostname v0.4.2
5762026-08-25T07:30:32.000Z Downloaded hostname v0.3.1
5772026-08-25T07:30:32.000Z Downloaded http-range v0.1.5
5782026-08-25T07:30:32.000Z Downloaded globwalk v0.9.1
5792026-08-25T07:30:32.000Z Downloaded arrayvec v0.7.6
5802026-08-25T07:30:32.000Z Downloaded nodrop v0.1.14
5812026-08-25T07:30:32.000Z Downloaded fxhash v0.2.1
5822026-08-25T07:30:32.000Z Downloaded newline-converter v0.3.0
5832026-08-25T07:30:32.000Z Downloaded normalize-line-endings v0.3.0
5842026-08-25T07:30:32.000Z Downloaded openssl-macros v0.1.1
5852026-08-25T07:30:32.000Z Downloaded enum_dispatch v0.3.13
5862026-08-25T07:30:32.000Z Downloaded foldhash v0.1.5
5872026-08-25T07:30:32.000Z Downloaded precomputed-hash v0.1.1
5882026-08-25T07:30:32.001Z Downloaded recursive-proc-macro-impl v0.1.1
5892026-08-25T07:30:32.001Z Downloaded password-hash v0.6.1
5902026-08-25T07:30:32.001Z Downloaded fallible-iterator v0.2.0
5912026-08-25T07:30:32.087Z Downloaded git-stub-vcs v0.1.0
5922026-08-25T07:30:32.088Z Downloaded rfc6979 v0.4.0
5932026-08-25T07:30:32.088Z Downloaded fixedbitset v0.5.7
5942026-08-25T07:30:32.088Z Downloaded phf_shared v0.13.1
5952026-08-25T07:30:32.088Z Downloaded powerfmt v0.2.0
5962026-08-25T07:30:32.088Z Downloaded float-cmp v0.10.0
5972026-08-25T07:30:32.088Z Downloaded cmov v0.5.4
5982026-08-25T07:30:32.088Z Downloaded cipher v0.4.4
5992026-08-25T07:30:32.088Z Downloaded group v0.14.0
6002026-08-25T07:30:32.088Z Downloaded cbc v0.2.1
6012026-08-25T07:30:32.088Z Downloaded camino-tempfile-ext v0.3.3
6022026-08-25T07:30:32.088Z Downloaded cassowary v0.3.0
6032026-08-25T07:30:32.088Z Downloaded glob v0.3.3
6042026-08-25T07:30:32.088Z Downloaded group v0.13.0
6052026-08-25T07:30:32.088Z Downloaded httpdate v1.0.3
6062026-08-25T07:30:32.088Z Downloaded fs-err v2.11.0
6072026-08-25T07:30:32.088Z Downloaded highway v1.3.0
6082026-08-25T07:30:32.088Z Downloaded http-body-util v0.1.3
6092026-08-25T07:30:32.088Z Downloaded recursive v0.1.1
6102026-08-25T07:30:32.089Z Downloaded byte-wrapper v0.1.0
6112026-08-25T07:30:32.089Z Downloaded russh-cryptovec v0.62.0
6122026-08-25T07:30:32.089Z Downloaded russh-util v0.52.0
6132026-08-25T07:30:32.089Z Downloaded secrecy v0.10.3
6142026-08-25T07:30:32.089Z Downloaded semver v0.1.20
6152026-08-25T07:30:32.089Z Downloaded cexpr v0.6.0
6162026-08-25T07:30:32.089Z Downloaded chacha20 v0.9.1
6172026-08-25T07:30:32.089Z Downloaded bs58 v0.5.1
6182026-08-25T07:30:32.089Z Downloaded cipher v0.5.2
6192026-08-25T07:30:32.089Z Downloaded serde_urlencoded v0.7.1
6202026-08-25T07:30:32.089Z Downloaded bitflags v1.3.2
6212026-08-25T07:30:32.089Z Downloaded signature v2.2.0
6222026-08-25T07:30:32.089Z Downloaded blowfish v0.10.0
6232026-08-25T07:30:32.089Z Downloaded cmake v0.1.57
6242026-08-25T07:30:32.089Z Downloaded globset v0.4.18
6252026-08-25T07:30:32.089Z Downloaded progenitor-macro v0.13.0
6262026-08-25T07:30:32.089Z Downloaded hex v0.4.3
6272026-08-25T07:30:32.089Z Downloaded async-trait v0.1.89
6282026-08-25T07:30:32.089Z Downloaded bit-vec v0.6.3
6292026-08-25T07:30:32.089Z Downloaded clang-sys v1.8.1
6302026-08-25T07:30:32.089Z Downloaded generic-array v1.4.3
6312026-08-25T07:30:32.089Z Downloaded stable_deref_trait v1.2.1
6322026-08-25T07:30:32.089Z Downloaded async-bb8-diesel v0.2.1
6332026-08-25T07:30:32.089Z Downloaded pem v3.0.6
6342026-08-25T07:30:32.090Z Downloaded argon2 v0.6.0-rc.8
6352026-08-25T07:30:32.090Z Downloaded addr2line v0.25.1
6362026-08-25T07:30:32.090Z Downloaded ahash v0.8.12
6372026-08-25T07:30:32.090Z Downloaded allocator-api2 v0.2.21
6382026-08-25T07:30:32.090Z Downloaded primefield v0.14.0
6392026-08-25T07:30:32.090Z Downloaded primeorder v0.13.6
6402026-08-25T07:30:32.090Z Downloaded progenitor-extras v0.2.0
6412026-08-25T07:30:32.090Z Downloaded sqlparser_derive v0.5.0
6422026-08-25T07:30:32.090Z Downloaded sha1 v0.10.6
6432026-08-25T07:30:32.090Z Downloaded tap v1.0.1
6442026-08-25T07:30:32.090Z Downloaded tinyvec_macros v0.1.1
6452026-08-25T07:30:32.090Z Downloaded slog-envlogger v2.2.0
6462026-08-25T07:30:32.090Z Downloaded tokio-test v0.4.5
6472026-08-25T07:30:32.090Z Downloaded newtype-uuid v1.3.2
6482026-08-25T07:30:32.090Z Downloaded num-complex v0.4.6
6492026-08-25T07:30:32.090Z Downloaded num_enum v0.5.11
6502026-08-25T07:30:32.090Z Downloaded num_enum v0.7.6
6512026-08-25T07:30:32.090Z Downloaded oxide-generation-macros v0.2.0
6522026-08-25T07:30:32.090Z Downloaded password-hash v0.5.0
6532026-08-25T07:30:32.090Z Downloaded phf v0.12.1
6542026-08-25T07:30:32.090Z Downloaded ppv-lite86 v0.2.21
6552026-08-25T07:30:32.090Z Downloaded rpassword v7.5.4
6562026-08-25T07:30:32.090Z Downloaded structmeta v0.3.0
6572026-08-25T07:30:32.090Z Downloaded seq-macro v0.3.6
6582026-08-25T07:30:32.090Z Downloaded time-core v0.1.8
6592026-08-25T07:30:32.091Z Downloaded tower-layer v0.3.3
6602026-08-25T07:30:32.091Z Downloaded bzip2 v0.6.1
6612026-08-25T07:30:32.091Z Downloaded chacha20 v0.10.0
6622026-08-25T07:30:32.091Z Downloaded colored v2.2.0
6632026-08-25T07:30:32.091Z Downloaded unit-prefix v0.5.2
6642026-08-25T07:30:32.091Z Downloaded blake2 v0.10.6
6652026-08-25T07:30:32.091Z Downloaded futures v0.3.32
6662026-08-25T07:30:32.091Z Downloaded bzip2 v0.4.4
6672026-08-25T07:30:32.091Z Downloaded serde_tokenstream v0.3.0
6682026-08-25T07:30:32.091Z Downloaded getrandom v0.2.17
6692026-08-25T07:30:32.091Z Downloaded ciborium v0.2.2
6702026-08-25T07:30:32.091Z Downloaded colored v3.1.1
6712026-08-25T07:30:32.091Z Downloaded buf-list v1.1.2
6722026-08-25T07:30:32.129Z Downloaded compression-codecs v0.4.37
6732026-08-25T07:30:32.129Z Downloaded httparse v1.10.1
6742026-08-25T07:30:32.129Z Downloaded half v1.8.3
6752026-08-25T07:30:32.129Z Downloaded hmac v0.12.1
6762026-08-25T07:30:32.129Z Downloaded console v0.15.11
6772026-08-25T07:30:32.129Z Downloaded elliptic-curve v0.14.1
6782026-08-25T07:30:32.129Z Downloaded void v1.0.2
6792026-08-25T07:30:32.129Z Downloaded rand_core v0.10.0
6802026-08-25T07:30:32.129Z Downloaded backon v1.6.0
6812026-08-25T07:30:32.129Z Downloaded cpubits v0.1.1
6822026-08-25T07:30:32.130Z Downloaded darling_macro v0.21.3
6832026-08-25T07:30:32.130Z Downloaded half v2.7.1
6842026-08-25T07:30:32.130Z Downloaded pkg-config v0.3.32
6852026-08-25T07:30:32.130Z Downloaded pkcs8 v0.11.0
6862026-08-25T07:30:32.130Z Downloaded xattr v1.6.1
6872026-08-25T07:30:32.130Z Downloaded quinn-udp v0.5.14
6882026-08-25T07:30:32.130Z Downloaded subtle v2.6.1
6892026-08-25T07:30:32.130Z Downloaded support-bundle-viewer v0.1.2
6902026-08-25T07:30:32.130Z Downloaded cpufeatures v0.3.0
6912026-08-25T07:30:32.131Z Downloaded crucible-workspace-hack v0.1.0
6922026-08-25T07:30:32.131Z Downloaded defmt v0.3.100
6932026-08-25T07:30:32.131Z Downloaded display-error-chain v0.2.2
6942026-08-25T07:30:32.131Z Downloaded zerofrom v0.1.6
6952026-08-25T07:30:32.131Z Downloaded zone v0.3.1
6962026-08-25T07:30:32.131Z Downloaded convert_case v0.4.0
6972026-08-25T07:30:32.131Z Downloaded string_cache v0.8.9
6982026-08-25T07:30:32.131Z Downloaded const-oid v0.9.6
6992026-08-25T07:30:32.131Z Downloaded derive_builder_macro v0.20.2
7002026-08-25T07:30:32.131Z Downloaded parking_lot v0.11.2
7012026-08-25T07:30:32.131Z Downloaded rand_core v0.9.5
7022026-08-25T07:30:32.131Z Downloaded structmeta-derive v0.3.0
7032026-08-25T07:30:32.131Z Downloaded downcast-rs v2.0.2
7042026-08-25T07:30:32.131Z Downloaded toml_writer v1.1.1+spec-1.1.0
7052026-08-25T07:30:32.131Z Downloaded dunce v1.0.5
7062026-08-25T07:30:32.131Z Downloaded hyper-tls v0.6.0
7072026-08-25T07:30:32.131Z Downloaded idna_adapter v1.2.1
7082026-08-25T07:30:32.131Z Downloaded indoc v1.0.9
7092026-08-25T07:30:32.131Z Downloaded tokio-native-tls v0.3.1
7102026-08-25T07:30:32.131Z Downloaded cancel-safe-futures v0.1.5
7112026-08-25T07:30:32.131Z Downloaded console v0.16.2
7122026-08-25T07:30:32.131Z Downloaded heapless v0.7.17
7132026-08-25T07:30:32.132Z Downloaded hmac v0.13.0
7142026-08-25T07:30:32.132Z Downloaded instant v0.1.13
7152026-08-25T07:30:32.132Z Downloaded internet-checksum v0.2.1
7162026-08-25T07:30:32.132Z Downloaded lzss v0.8.2
7172026-08-25T07:30:32.132Z Downloaded maybe-uninit v2.0.0
7182026-08-25T07:30:32.132Z Downloaded usdt-impl v0.6.0
7192026-08-25T07:30:32.132Z Downloaded vsss-rs v3.3.4
7202026-08-25T07:30:32.132Z Downloaded expectorate v1.2.0
7212026-08-25T07:30:32.132Z Downloaded num_threads v0.1.7
7222026-08-25T07:30:32.132Z Downloaded oxide-update-engine-types v0.1.2
7232026-08-25T07:30:32.132Z Downloaded term v0.7.0
7242026-08-25T07:30:32.133Z Downloaded newtype_derive v0.1.6
7252026-08-25T07:30:32.133Z Downloaded ar_archive_writer v0.5.1
7262026-08-25T07:30:32.133Z Downloaded nibble_vec v0.1.0
7272026-08-25T07:30:32.133Z Downloaded corncobs v0.1.4
7282026-08-25T07:30:32.134Z Downloaded ctutils v0.4.2
7292026-08-25T07:30:32.134Z Downloaded slog-json v2.6.1
7302026-08-25T07:30:32.134Z Downloaded daft v0.1.8
7312026-08-25T07:30:32.134Z Downloaded delegate v0.13.5
7322026-08-25T07:30:32.245Z Downloaded derive_builder_core v0.20.2
7332026-08-25T07:30:32.246Z Downloaded quick-error v1.2.3
7342026-08-25T07:30:32.246Z Downloaded radium v0.7.0
7352026-08-25T07:30:32.246Z Downloaded getrandom v0.3.4
7362026-08-25T07:30:32.246Z Downloaded heapless v0.8.0
7372026-08-25T07:30:32.246Z Downloaded newtype-uuid-macros v0.1.0
7382026-08-25T07:30:32.246Z Downloaded either v1.15.0
7392026-08-25T07:30:32.246Z Downloaded omicron-zone-package v0.12.3
7402026-08-25T07:30:32.246Z Downloaded opaque-debug v0.3.1
7412026-08-25T07:30:32.246Z Downloaded oso v0.27.3
7422026-08-25T07:30:32.247Z Downloaded flume v0.11.1
7432026-08-25T07:30:32.247Z Downloaded papergrid v0.18.0
7442026-08-25T07:30:32.247Z Downloaded rcgen v0.12.1
7452026-08-25T07:30:32.247Z Downloaded ed25519 v2.2.3
7462026-08-25T07:30:32.247Z Downloaded ryu v1.0.23
7472026-08-25T07:30:32.247Z Downloaded ingot-types v0.2.0
7482026-08-25T07:30:32.247Z Downloaded knus-derive v3.4.0
7492026-08-25T07:30:32.247Z Downloaded percent-encoding v2.3.2
7502026-08-25T07:30:32.248Z Downloaded potential_utf v0.1.4
7512026-08-25T07:30:32.248Z Downloaded rand_chacha v0.3.1
7522026-08-25T07:30:32.248Z Downloaded rustc-hash v2.1.1
7532026-08-25T07:30:32.248Z Downloaded scheduled-thread-pool v0.2.7
7542026-08-25T07:30:32.248Z Downloaded scroll_derive v0.13.1
7552026-08-25T07:30:32.248Z Downloaded compact_str v0.8.1
7562026-08-25T07:30:32.249Z Downloaded impl-trait-for-tuples v0.2.3
7572026-08-25T07:30:32.249Z Downloaded chacha20poly1305 v0.10.1
7582026-08-25T07:30:32.249Z Downloaded headers v0.4.1
7592026-08-25T07:30:32.249Z Downloaded flate2 v1.1.9
7602026-08-25T07:30:32.249Z Downloaded libsw-core v0.3.2
7612026-08-25T07:30:32.249Z Downloaded blake2 v0.11.0-rc.6
7622026-08-25T07:30:32.249Z Downloaded libsw v3.5.0
7632026-08-25T07:30:32.249Z Downloaded usdt-attr-macro v0.6.0
7642026-08-25T07:30:32.249Z Downloaded secrecy v0.8.0
7652026-08-25T07:30:32.249Z Downloaded vergen-lib v9.1.0
7662026-08-25T07:30:32.249Z Downloaded strip-ansi-escapes v0.2.1
7672026-08-25T07:30:32.249Z Downloaded memoffset v0.9.1
7682026-08-25T07:30:32.257Z Downloaded serde_plain v1.0.2
7692026-08-25T07:30:32.257Z Downloaded arc-swap v1.8.2
7702026-08-25T07:30:32.257Z Downloaded parking_lot_core v0.8.6
7712026-08-25T07:30:32.257Z Downloaded darling v0.21.3
7722026-08-25T07:30:32.257Z Downloaded phc v0.6.1
7732026-08-25T07:30:32.257Z Downloaded vergen v9.1.0
7742026-08-25T07:30:32.257Z Downloaded module-lattice v0.2.3
7752026-08-25T07:30:32.257Z Downloaded pin-project-lite v0.2.17
7762026-08-25T07:30:32.257Z Downloaded primeorder v0.14.0
7772026-08-25T07:30:32.257Z Downloaded serde_repr v0.1.20
7782026-08-25T07:30:32.258Z Downloaded rustls-platform-verifier v0.6.2
7792026-08-25T07:30:32.258Z Downloaded shell-words v1.1.1
7802026-08-25T07:30:32.258Z Downloaded progenitor v0.13.0
7812026-08-25T07:30:32.258Z Downloaded schemars v0.8.22
7822026-08-25T07:30:32.258Z Downloaded similar v2.7.0
7832026-08-25T07:30:32.258Z Downloaded socket2 v0.5.10
7842026-08-25T07:30:32.258Z Downloaded oxnet v0.1.6
7852026-08-25T07:30:32.258Z Downloaded schemars v0.9.0
7862026-08-25T07:30:32.258Z Downloaded toml v0.7.8
7872026-08-25T07:30:32.258Z Downloaded tungstenite v0.21.0
7882026-08-25T07:30:32.258Z Downloaded sync_wrapper v1.0.2
7892026-08-25T07:30:32.259Z Downloaded p384 v0.14.0
7902026-08-25T07:30:32.259Z Downloaded hyper-rustls v0.27.7
7912026-08-25T07:30:32.259Z Downloaded pkcs8 v0.10.2
7922026-08-25T07:30:32.259Z Downloaded sync-ptr v0.1.4
7932026-08-25T07:30:32.259Z Downloaded universal-hash v0.5.1
7942026-08-25T07:30:32.259Z Downloaded sec1 v0.8.1
7952026-08-25T07:30:32.259Z Downloaded tokio-macros v2.7.0
7962026-08-25T07:30:32.259Z Downloaded hyper-staticfile v0.10.1
7972026-08-25T07:30:32.259Z Downloaded rand_seeder v0.4.0
7982026-08-25T07:30:32.259Z Downloaded base64 v0.21.7
7992026-08-25T07:30:32.259Z Downloaded bytes v1.11.1
8002026-08-25T07:30:32.259Z Downloaded cc v1.2.56
8012026-08-25T07:30:32.259Z Downloaded hickory-resolver v0.25.2
8022026-08-25T07:30:32.259Z Downloaded typify v0.6.2
8032026-08-25T07:30:32.259Z Downloaded yoke v0.8.1
8042026-08-25T07:30:32.259Z Downloaded lock_api v0.4.14
8052026-08-25T07:30:32.259Z Downloaded utf-8 v0.7.6
8062026-08-25T07:30:32.259Z Downloaded utf8_iter v1.0.4
8072026-08-25T07:30:32.259Z Downloaded darling_macro v0.20.11
8082026-08-25T07:30:32.259Z Downloaded async-compression v0.4.41
8092026-08-25T07:30:32.259Z Downloaded backtrace v0.3.76
8102026-08-25T07:30:32.259Z Downloaded crc-catalog v2.4.0
8112026-08-25T07:30:32.259Z Downloaded base64 v0.22.1
8122026-08-25T07:30:32.259Z Downloaded serdect v0.4.3
8132026-08-25T07:30:32.259Z Downloaded shlex v1.3.0
8142026-08-25T07:30:32.259Z Downloaded xshell-macros v0.2.7
8152026-08-25T07:30:32.259Z Downloaded ml-kem v0.3.2
8162026-08-25T07:30:32.259Z Downloaded slab v0.4.12
8172026-08-25T07:30:32.260Z Downloaded pin-project v1.1.11
8182026-08-25T07:30:32.260Z Downloaded publicsuffix v2.3.0
8192026-08-25T07:30:32.260Z Downloaded stringprep v0.1.5
8202026-08-25T07:30:32.260Z Downloaded darling v0.20.11
8212026-08-25T07:30:32.260Z Downloaded peg-macros v0.8.5
8222026-08-25T07:30:32.260Z Downloaded crunchy v0.2.4
8232026-08-25T07:30:32.260Z Downloaded socket2 v0.6.3
8242026-08-25T07:30:32.260Z Downloaded proc-macro-error2 v2.0.1
8252026-08-25T07:30:32.260Z Downloaded sqlformat v0.3.5
8262026-08-25T07:30:32.260Z Downloaded thiserror-no-std v2.0.2
8272026-08-25T07:30:32.260Z Downloaded tiny-keccak v2.0.2
8282026-08-25T07:30:32.260Z Downloaded tokio-tungstenite v0.23.1
8292026-08-25T07:30:32.260Z Downloaded ident_case v1.0.1
8302026-08-25T07:30:32.260Z Downloaded indent_write v2.2.0
8312026-08-25T07:30:32.260Z Downloaded synstructure v0.13.2
8322026-08-25T07:30:32.260Z Downloaded lalrpop-util v0.19.12
8332026-08-25T07:30:32.261Z Downloaded md5 v0.8.0
8342026-08-25T07:30:32.261Z Downloaded rayon-core v1.13.0
8352026-08-25T07:30:32.261Z Downloaded hashbrown v0.13.2
8362026-08-25T07:30:32.261Z Downloaded digest v0.11.3
8372026-08-25T07:30:32.261Z Downloaded drift v0.2.0
8382026-08-25T07:30:32.261Z Downloaded oxide-update-engine-display v0.1.2
8392026-08-25T07:30:32.261Z Downloaded parking_lot v0.12.5
8402026-08-25T07:30:32.261Z Downloaded tls_codec_derive v0.4.2
8412026-08-25T07:30:32.275Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8422026-08-25T07:30:32.275Z Downloaded chumsky v0.9.3
8432026-08-25T07:30:32.275Z Downloaded rustls-pki-types v1.14.0
8442026-08-25T07:30:32.275Z Downloaded poly1305 v0.8.0
8452026-08-25T07:30:32.275Z Downloaded bumpalo v3.20.2
8462026-08-25T07:30:32.275Z Downloaded vergen-gitcl v1.0.8
8472026-08-25T07:30:32.275Z Downloaded vergen-lib v0.1.6
8482026-08-25T07:30:32.275Z Downloaded num v0.4.3
8492026-08-25T07:30:32.275Z Downloaded quinn v0.11.11
8502026-08-25T07:30:32.275Z Downloaded tracing-core v0.1.36
8512026-08-25T07:30:32.371Z Downloaded untrusted v0.9.0
8522026-08-25T07:30:32.371Z Downloaded hashbrown v0.12.3
8532026-08-25T07:30:32.371Z Downloaded hickory-server v0.25.2
8542026-08-25T07:30:32.371Z Downloaded openssl-probe v0.1.6
8552026-08-25T07:30:32.371Z Downloaded zerovec-derive v0.11.2
8562026-08-25T07:30:32.371Z Downloaded slog-stdlog v4.1.1
8572026-08-25T07:30:32.371Z Downloaded xshell v0.2.7
8582026-08-25T07:30:32.371Z Downloaded const_format_proc_macros v0.2.34
8592026-08-25T07:30:32.371Z Downloaded openssl-probe v0.2.1
8602026-08-25T07:30:32.371Z Downloaded der_derive v0.7.3
8612026-08-25T07:30:32.371Z Downloaded diesel-dtrace v0.5.0
8622026-08-25T07:30:32.371Z Downloaded ed25519 v3.0.0
8632026-08-25T07:30:32.371Z Downloaded num-rational v0.4.2
8642026-08-25T07:30:32.372Z Downloaded packed_struct_codegen v0.10.1
8652026-08-25T07:30:32.372Z Downloaded parse-size v1.1.0
8662026-08-25T07:30:32.372Z Downloaded tar v0.4.46
8672026-08-25T07:30:32.372Z Downloaded tui-tree-widget v0.23.1
8682026-08-25T07:30:32.372Z Downloaded smallvec v1.15.1
8692026-08-25T07:30:32.372Z Downloaded spin v0.9.8
8702026-08-25T07:30:32.372Z Downloaded defmt v1.0.1
8712026-08-25T07:30:32.372Z Downloaded libloading v0.8.9
8722026-08-25T07:30:32.372Z Downloaded phf_shared v0.12.1
8732026-08-25T07:30:32.372Z Downloaded predicates-core v1.0.10
8742026-08-25T07:30:32.372Z Downloaded hickory-resolver v0.24.4
8752026-08-25T07:30:32.372Z Downloaded keccak v0.2.0
8762026-08-25T07:30:32.372Z Downloaded mime_guess v2.0.5
8772026-08-25T07:30:32.372Z Downloaded rfc6979 v0.6.0
8782026-08-25T07:30:32.372Z Downloaded ref-cast v1.0.25
8792026-08-25T07:30:32.372Z Downloaded http v1.4.2
8802026-08-25T07:30:32.373Z Downloaded ref-cast-impl v1.0.25
8812026-08-25T07:30:32.373Z Downloaded toml_edit v0.19.15
8822026-08-25T07:30:32.373Z Downloaded knus v3.4.0
8832026-08-25T07:30:32.373Z Downloaded postgres-types v0.2.12
8842026-08-25T07:30:32.373Z Downloaded unicode_categories v0.1.1
8852026-08-25T07:30:32.373Z Downloaded twox-hash v2.1.2
8862026-08-25T07:30:32.373Z Downloaded schemars v1.2.1
8872026-08-25T07:30:32.373Z Downloaded take_mut v0.2.2
8882026-08-25T07:30:32.373Z Downloaded ipnetwork v0.21.1
8892026-08-25T07:30:32.373Z Downloaded managed v0.8.0
8902026-08-25T07:30:32.373Z Downloaded serde_bytes v0.11.19
8912026-08-25T07:30:32.373Z Downloaded tagptr v0.2.0
8922026-08-25T07:30:32.373Z Downloaded trait-variant v0.1.2
8932026-08-25T07:30:32.373Z Downloaded try-lock v0.2.5
8942026-08-25T07:30:32.374Z Downloaded untrusted v0.7.1
8952026-08-25T07:30:32.374Z Downloaded signature v3.0.0
8962026-08-25T07:30:32.375Z Downloaded strsim v0.10.0
8972026-08-25T07:30:32.376Z Downloaded daft-derive v0.1.8
8982026-08-25T07:30:32.452Z Downloaded ingot-macros v0.2.0
8992026-08-25T07:30:32.452Z Downloaded num_enum_derive v0.7.6
9002026-08-25T07:30:32.452Z Downloaded rand_core v0.6.4
9012026-08-25T07:30:32.452Z Downloaded sigpipe v0.1.3
9022026-08-25T07:30:32.452Z Downloaded zeroize_derive v1.5.0
9032026-08-25T07:30:32.452Z Downloaded topological-sort v0.2.2
9042026-08-25T07:30:32.452Z Downloaded paste v1.0.15
9052026-08-25T07:30:32.452Z Downloaded zerotrie v0.2.3
9062026-08-25T07:30:32.452Z Downloaded const_format v0.2.35
9072026-08-25T07:30:32.452Z Downloaded der v0.7.10
9082026-08-25T07:30:32.453Z Downloaded signal-hook v0.3.18
9092026-08-25T07:30:32.453Z Downloaded derive_builder v0.20.2
9102026-08-25T07:30:32.453Z Downloaded progenitor v0.14.0
9112026-08-25T07:30:32.453Z Downloaded psm v0.1.30
9122026-08-25T07:30:32.453Z Downloaded tungstenite v0.23.0
9132026-08-25T07:30:32.453Z Downloaded debug-ignore v1.0.5
9142026-08-25T07:30:32.453Z Downloaded difflib v0.4.0
9152026-08-25T07:30:32.453Z Downloaded digest-io v0.1.0
9162026-08-25T07:30:32.453Z Downloaded iana-time-zone v0.1.65
9172026-08-25T07:30:32.453Z Downloaded illumos-nvpair v0.3.0
9182026-08-25T07:30:32.453Z Downloaded litrs v1.0.0
9192026-08-25T07:30:32.453Z Downloaded time-macros v0.2.27
9202026-08-25T07:30:32.712Z Downloaded vergen-git2 v9.1.0
9212026-08-25T07:30:32.712Z Downloaded linked-hash-map v0.5.6
9222026-08-25T07:30:32.712Z Downloaded lru v0.12.5
9232026-08-25T07:30:32.712Z Downloaded native-tls v0.2.18
9242026-08-25T07:30:32.712Z Downloaded schemars_derive v0.8.22
9252026-08-25T07:30:32.712Z Downloaded serde_path_to_error v0.1.20
9262026-08-25T07:30:32.712Z Downloaded ecdsa v0.17.0
9272026-08-25T07:30:32.712Z Downloaded wyz v0.5.1
9282026-08-25T07:30:32.713Z Downloaded x509-cert v0.2.5
9292026-08-25T07:30:32.713Z Downloaded path-slash v0.1.5
9302026-08-25T07:30:32.713Z Downloaded stacker v0.1.23
9312026-08-25T07:30:32.713Z Downloaded rand_xorshift v0.4.0
9322026-08-25T07:30:32.713Z Downloaded simd-adler32 v0.3.8
9332026-08-25T07:30:32.713Z Downloaded static_assertions v1.1.0
9342026-08-25T07:30:32.713Z Downloaded scopeguard v1.2.0
9352026-08-25T07:30:32.713Z Downloaded snafu-derive v0.8.9
9362026-08-25T07:30:32.713Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9372026-08-25T07:30:32.713Z Downloaded hashbrown v0.16.1
9382026-08-25T07:30:32.713Z Downloaded oso-derive v0.27.3
9392026-08-25T07:30:32.713Z Downloaded phf_shared v0.11.3
9402026-08-25T07:30:32.713Z Downloaded aes-gcm v0.11.0
9412026-08-25T07:30:32.713Z Downloaded rustyline v14.0.0
9422026-08-25T07:30:32.713Z Downloaded unicode-segmentation v1.12.0
9432026-08-25T07:30:32.713Z Downloaded rustls-webpki v0.103.13
9442026-08-25T07:30:32.713Z Downloaded convert_case v0.10.0
9452026-08-25T07:30:32.713Z Downloaded des v0.9.0
9462026-08-25T07:30:32.714Z Downloaded ctr v0.10.1
9472026-08-25T07:30:32.714Z Downloaded zip v0.6.6
9482026-08-25T07:30:32.714Z Downloaded psl-types v2.0.11
9492026-08-25T07:30:32.714Z Downloaded rand_pcg v0.10.2
9502026-08-25T07:30:32.714Z Downloaded hashbrown v0.15.5
9512026-08-25T07:30:32.714Z Downloaded serde_spanned v1.1.1
9522026-08-25T07:30:32.714Z Downloaded ipnet v2.12.0
9532026-08-25T07:30:32.714Z Downloaded tokio-stream v0.1.18
9542026-08-25T07:30:32.714Z Downloaded tracing-attributes v0.1.31
9552026-08-25T07:30:32.714Z Downloaded deranged v0.5.8
9562026-08-25T07:30:32.714Z Downloaded peg-runtime v0.8.5
9572026-08-25T07:30:32.714Z Downloaded thiserror-impl-no-std v2.0.2
9582026-08-25T07:30:32.714Z Downloaded ecdsa v0.16.9
9592026-08-25T07:30:32.714Z Downloaded steno v0.4.1
9602026-08-25T07:30:32.714Z Downloaded polyval v0.7.1
9612026-08-25T07:30:32.714Z Downloaded diesel_derives v2.3.7
9622026-08-25T07:30:32.714Z Downloaded pkcs5 v0.8.1
9632026-08-25T07:30:32.714Z Downloaded miette v7.6.0
9642026-08-25T07:30:33.521Z Downloaded port-file v0.1.0
9652026-08-25T07:30:33.521Z Downloaded rustls-native-certs v0.8.3
9662026-08-25T07:30:33.521Z Downloaded serde_with_macros v3.21.0
9672026-08-25T07:30:33.521Z Downloaded hashbrown v0.14.5
9682026-08-25T07:30:33.521Z Downloaded rsa v0.9.10
9692026-08-25T07:30:33.521Z Downloaded want v0.3.1
9702026-08-25T07:30:33.521Z Downloaded sec1 v0.7.3
9712026-08-25T07:30:33.521Z Downloaded darling_macro v0.23.0
9722026-08-25T07:30:33.521Z Downloaded dirs-next v2.0.0
9732026-08-25T07:30:33.521Z Downloaded owo-colors v4.3.0
9742026-08-25T07:30:33.521Z Downloaded mime v0.3.17
9752026-08-25T07:30:33.521Z Downloaded usdt v0.6.0
9762026-08-25T07:30:33.521Z Downloaded slog-async v2.8.0
9772026-08-25T07:30:33.521Z Downloaded slog-term v2.9.2
9782026-08-25T07:30:33.521Z Downloaded smallvec v0.6.14
9792026-08-25T07:30:33.521Z Downloaded smf v0.2.3
9802026-08-25T07:30:33.521Z Downloaded darling_core v0.20.11
9812026-08-25T07:30:33.522Z Downloaded darling_macro v0.13.4
9822026-08-25T07:30:33.522Z Downloaded dyn-clone v1.0.20
9832026-08-25T07:30:33.522Z Downloaded keccak v0.1.6
9842026-08-25T07:30:33.522Z Downloaded miette-derive v7.6.0
9852026-08-25T07:30:33.522Z Downloaded progenitor-client v0.13.0
9862026-08-25T07:30:33.522Z Downloaded progenitor-impl v0.13.0
9872026-08-25T07:30:33.522Z Downloaded ron v0.8.1
9882026-08-25T07:30:33.522Z Downloaded zerovec v0.11.5
9892026-08-25T07:30:33.522Z Downloaded cookie v0.18.1
9902026-08-25T07:30:33.522Z Downloaded crossbeam-deque v0.8.6
9912026-08-25T07:30:33.522Z Downloaded crossbeam-epoch v0.9.18
9922026-08-25T07:30:33.522Z Downloaded termios v0.3.3
9932026-08-25T07:30:33.522Z Downloaded vte v0.14.1
9942026-08-25T07:30:33.522Z Downloaded litemap v0.8.1
9952026-08-25T07:30:33.522Z Downloaded rustc-demangle v0.1.27
9962026-08-25T07:30:33.522Z Downloaded signal-hook-registry v1.4.8
9972026-08-25T07:30:33.522Z Downloaded is-terminal v0.4.17
9982026-08-25T07:30:33.522Z Downloaded num-bigint-dig v0.8.6
9992026-08-25T07:30:33.522Z Downloaded icu_normalizer v2.1.1
10002026-08-25T07:30:33.522Z Downloaded zopfli v0.8.3
10012026-08-25T07:30:33.523Z Downloaded crossterm v0.28.1
10022026-08-25T07:30:33.523Z Downloaded strum_macros v0.26.4
10032026-08-25T07:30:33.523Z Downloaded illumos-nvpair-sys v0.2.0
10042026-08-25T07:30:33.523Z Downloaded inout v0.1.4
10052026-08-25T07:30:33.523Z Downloaded jiff-static v0.2.34
10062026-08-25T07:30:33.523Z Downloaded darling v0.13.4
10072026-08-25T07:30:33.523Z Downloaded rustc_version v0.4.1
10082026-08-25T07:30:33.523Z Downloaded h2 v0.4.15
10092026-08-25T07:30:33.523Z Downloaded futures-util v0.3.32
10102026-08-25T07:30:33.523Z Downloaded internal-russh-num-bigint v0.5.0
10112026-08-25T07:30:33.523Z Downloaded ingot v0.2.1
10122026-08-25T07:30:33.523Z Downloaded jobserver v0.1.34
10132026-08-25T07:30:33.523Z Downloaded dropshot_endpoint v0.17.1
10142026-08-25T07:30:33.523Z Downloaded salsa20 v0.11.0
10152026-08-25T07:30:33.523Z Downloaded scuffle v0.1.0
10162026-08-25T07:30:33.523Z Downloaded dof v0.4.0
10172026-08-25T07:30:33.523Z Downloaded p256 v0.14.0
10182026-08-25T07:30:33.523Z Downloaded hkdf v0.13.0
10192026-08-25T07:30:33.523Z Downloaded olpc-cjson v0.1.4
10202026-08-25T07:30:33.523Z Downloaded icu_provider v2.1.1
10212026-08-25T07:30:33.523Z Downloaded signal-hook-tokio v0.3.1
10222026-08-25T07:30:33.523Z Downloaded yansi v1.0.1
10232026-08-25T07:30:33.524Z Downloaded aho-corasick v1.1.4
10242026-08-25T07:30:33.524Z Downloaded supports-color v3.0.2
10252026-08-25T07:30:33.524Z Downloaded tower-service v0.3.3
10262026-08-25T07:30:33.524Z Downloaded crossbeam-channel v0.5.15
10272026-08-25T07:30:33.524Z Downloaded unicase v2.9.0
10282026-08-25T07:30:33.524Z Downloaded crypto-bigint v0.5.5
10292026-08-25T07:30:33.524Z Downloaded unsafe-libyaml v0.2.11
10302026-08-25T07:30:33.524Z Downloaded unicode-truncate v1.1.0
10312026-08-25T07:30:33.524Z Downloaded linear-map v1.2.0
10322026-08-25T07:30:33.524Z Downloaded multer v3.1.0
10332026-08-25T07:30:33.524Z Downloaded num-iter v0.1.45
10342026-08-25T07:30:33.524Z Downloaded writeable v0.6.2
10352026-08-25T07:30:33.524Z Downloaded wait-timeout v0.2.1
10362026-08-25T07:30:33.524Z Downloaded tokio-rustls v0.26.4
10372026-08-25T07:30:33.524Z Downloaded zone_cfg_derive v0.3.1
10382026-08-25T07:30:33.524Z Downloaded prettyplease v0.2.37
10392026-08-25T07:30:33.524Z Downloaded crossterm v0.29.0
10402026-08-25T07:30:33.524Z Downloaded rand v0.8.6
10412026-08-25T07:30:33.524Z Downloaded crossbeam-utils v0.8.21
10422026-08-25T07:30:33.524Z Downloaded poly1305 v0.9.0
10432026-08-25T07:30:33.525Z Downloaded strum v0.26.3
10442026-08-25T07:30:33.525Z Downloaded thread-id v5.1.0
10452026-08-25T07:30:33.525Z Downloaded crc v3.4.0
10462026-08-25T07:30:33.525Z Downloaded defmt-parser v1.0.0
10472026-08-25T07:30:33.525Z Downloaded tower v0.5.3
10482026-08-25T07:30:33.525Z Downloaded usdt-macro v0.6.0
10492026-08-25T07:30:33.525Z Downloaded num-bigint v0.4.6
10502026-08-25T07:30:33.525Z Downloaded hkdf v0.12.4
10512026-08-25T07:30:33.525Z Downloaded strum_macros v0.27.2
10522026-08-25T07:30:33.525Z Downloaded slog-dtrace v0.3.0
10532026-08-25T07:30:33.525Z Downloaded slog-scope v4.4.1
10542026-08-25T07:30:33.525Z Downloaded inout v0.2.2
10552026-08-25T07:30:33.525Z Downloaded lru-slab v0.1.2
10562026-08-25T07:30:33.525Z Downloaded peg v0.8.5
10572026-08-25T07:30:33.525Z Downloaded phf v0.13.1
10582026-08-25T07:30:33.525Z Downloaded miniz_oxide v0.8.9
10592026-08-25T07:30:33.525Z Downloaded parking_lot_core v0.9.12
10602026-08-25T07:30:33.525Z Downloaded tokio-dtrace v0.1.1
10612026-08-25T07:30:33.525Z Downloaded dtrace-parser v0.3.0
10622026-08-25T07:30:33.525Z Downloaded lazy_static v1.5.0
10632026-08-25T07:30:33.525Z Downloaded num_enum_derive v0.5.11
10642026-08-25T07:30:33.942Z Downloaded nonempty v0.12.0
10652026-08-25T07:30:33.942Z Downloaded crc-any v2.5.0
10662026-08-25T07:30:33.942Z Downloaded predicates-tree v1.0.13
10672026-08-25T07:30:33.942Z Downloaded snafu v0.8.9
10682026-08-25T07:30:33.942Z Downloaded zerofrom-derive v0.1.6
10692026-08-25T07:30:33.942Z Downloaded resolv-conf v0.7.6
10702026-08-25T07:30:33.942Z Downloaded rusty-fork v0.3.1
10712026-08-25T07:30:33.942Z Downloaded proc-macro-crate v1.3.1
10722026-08-25T07:30:33.942Z Downloaded reedline v0.40.0
10732026-08-25T07:30:33.942Z Downloaded rustc_version v0.1.7
10742026-08-25T07:30:33.942Z Downloaded itertools v0.15.0
10752026-08-25T07:30:33.943Z Downloaded csv-core v0.1.13
10762026-08-25T07:30:33.943Z Downloaded indoc v2.0.7
10772026-08-25T07:30:33.943Z Downloaded dropshot-api-manager-types v0.8.0
10782026-08-25T07:30:33.943Z Downloaded darling_core v0.23.0
10792026-08-25T07:30:33.943Z Downloaded sapling-renderdag v0.1.0
10802026-08-25T07:30:33.943Z Downloaded libscf-sys v1.2.0
10812026-08-25T07:30:33.943Z Downloaded slog-bunyan v2.5.0
10822026-08-25T07:30:33.943Z Downloaded tabwriter v1.4.1
10832026-08-25T07:30:33.943Z Downloaded testing_table v0.3.0
10842026-08-25T07:30:33.943Z Downloaded term v1.2.1
10852026-08-25T07:30:33.943Z Downloaded nanorand v0.7.0
10862026-08-25T07:30:33.943Z Downloaded pem-rfc7468 v0.7.0
10872026-08-25T07:30:33.943Z Downloaded icu_locale_core v2.1.1
10882026-08-25T07:30:33.943Z Downloaded proc-macro-crate v3.4.0
10892026-08-25T07:30:33.943Z Downloaded md-5 v0.10.6
10902026-08-25T07:30:33.943Z Downloaded proc-macro-error-attr2 v2.0.0
10912026-08-25T07:30:33.943Z Downloaded serde_derive_internals v0.29.1
10922026-08-25T07:30:33.943Z Downloaded strum v0.27.2
10932026-08-25T07:30:33.943Z Downloaded termtree v0.5.1
10942026-08-25T07:30:33.943Z Downloaded unicode-xid v0.2.6
10952026-08-25T07:30:33.943Z Downloaded ssh-key v0.7.0-rc.11
10962026-08-25T07:30:33.944Z Downloaded tough v0.22.0
10972026-08-25T07:30:33.944Z Downloaded strum_macros v0.24.3
10982026-08-25T07:30:33.944Z Downloaded itertools v0.10.5
10992026-08-25T07:30:33.944Z Downloaded qorb v0.4.1
11002026-08-25T07:30:33.944Z Downloaded tinyvec v1.10.0
11012026-08-25T07:30:33.944Z Downloaded prefix-trie v0.7.0
11022026-08-25T07:30:33.944Z Downloaded uzers v0.12.2
11032026-08-25T07:30:33.944Z Downloaded whoami v2.1.0
11042026-08-25T07:30:33.944Z Downloaded yoke-derive v0.8.1
11052026-08-25T07:30:33.944Z Downloaded displaydoc v0.2.5
11062026-08-25T07:30:33.944Z Downloaded kstat-rs v0.2.5
11072026-08-25T07:30:33.944Z Downloaded rtoolbox v0.0.3
11082026-08-25T07:30:33.944Z Downloaded cstr-argument v0.1.2
11092026-08-25T07:30:33.944Z Downloaded num-integer v0.1.46
11102026-08-25T07:30:33.944Z Downloaded scroll v0.13.0
11112026-08-25T07:30:33.944Z Downloaded serde_cbor v0.11.2
11122026-08-25T07:30:33.944Z Downloaded defmt-macros v1.0.1
11132026-08-25T07:30:33.944Z Downloaded data-encoding v2.10.0
11142026-08-25T07:30:33.944Z Downloaded match_cfg v0.1.0
11152026-08-25T07:30:33.944Z Downloaded multimap v0.10.1
11162026-08-25T07:30:33.944Z Downloaded num-conv v0.2.0
11172026-08-25T07:30:33.945Z Downloaded derive_more v0.99.20
11182026-08-25T07:30:33.945Z Downloaded tokio-tungstenite v0.21.0
11192026-08-25T07:30:33.945Z Downloaded hyper v1.10.1
11202026-08-25T07:30:33.945Z Downloaded winnow v1.0.3
11212026-08-25T07:30:33.945Z Downloaded ed25519-dalek v2.2.0
11222026-08-25T07:30:33.945Z Downloaded zerocopy v0.6.6
11232026-08-25T07:30:33.945Z Downloaded icu_properties v2.1.2
11242026-08-25T07:30:33.945Z Downloaded toml v1.1.2+spec-1.1.0
11252026-08-25T07:30:33.945Z Downloaded same-file v1.0.6
11262026-08-25T07:30:33.945Z Downloaded diesel_table_macro_syntax v0.3.0
11272026-08-25T07:30:33.945Z Downloaded new_debug_unreachable v1.0.6
11282026-08-25T07:30:33.945Z Downloaded critical-section v1.2.0
11292026-08-25T07:30:33.945Z Downloaded walkdir v2.5.0
11302026-08-25T07:30:33.945Z Downloaded supports-hyperlinks v3.2.0
11312026-08-25T07:30:33.945Z Downloaded typify-macro v0.6.2
11322026-08-25T07:30:33.945Z Downloaded crc8 v0.1.1
11332026-08-25T07:30:33.945Z Downloaded itertools v0.12.1
11342026-08-25T07:30:33.945Z Downloaded unicode-properties v0.1.4
11352026-08-25T07:30:33.945Z Downloaded zeroize v1.9.0
11362026-08-25T07:30:33.945Z Downloaded nom v7.1.3
11372026-08-25T07:30:33.945Z Downloaded rayon v1.11.0
11382026-08-25T07:30:33.945Z Downloaded toml_edit v0.23.10+spec-1.0.0
11392026-08-25T07:30:33.945Z Downloaded darling_core v0.13.4
11402026-08-25T07:30:33.946Z Downloaded postcard v1.1.3
11412026-08-25T07:30:33.946Z Downloaded oxide-tokio-rt v0.1.4
11422026-08-25T07:30:33.946Z Downloaded spki v0.8.0
11432026-08-25T07:30:33.946Z Downloaded oxide-update-engine v0.1.2
11442026-08-25T07:30:33.946Z Downloaded kem v0.3.0
11452026-08-25T07:30:33.946Z Downloaded pin-project-internal v1.1.11
11462026-08-25T07:30:33.946Z Downloaded serde-hex v0.1.0
11472026-08-25T07:30:33.946Z Downloaded pkcs1 v0.7.5
11482026-08-25T07:30:33.946Z Downloaded scrypt v0.12.0
11492026-08-25T07:30:33.946Z Downloaded sha2 v0.11.0
11502026-08-25T07:30:33.946Z Downloaded progenitor-macro v0.14.0
11512026-08-25T07:30:33.946Z Downloaded signal-hook-mio v0.2.5
11522026-08-25T07:30:33.946Z Downloaded sha1 v0.11.0
11532026-08-25T07:30:33.946Z Downloaded wnaf v0.14.0
11542026-08-25T07:30:33.946Z Downloaded instability v0.3.11
11552026-08-25T07:30:33.946Z Downloaded unarray v0.1.4
11562026-08-25T07:30:33.946Z Downloaded dirs-sys-next v0.1.2
11572026-08-25T07:30:33.946Z Downloaded lru-cache v0.1.2
11582026-08-25T07:30:33.946Z Downloaded num-derive v0.4.2
11592026-08-25T07:30:33.946Z Downloaded parse-display v0.10.0
11602026-08-25T07:30:33.946Z Downloaded mio v1.2.0
11612026-08-25T07:30:33.946Z Downloaded derive_more v2.1.1
11622026-08-25T07:30:33.947Z Downloaded pretty_assertions v1.4.1
11632026-08-25T07:30:33.947Z Downloaded parse-display-derive v0.10.0
11642026-08-25T07:30:34.086Z Downloaded cookie_store v0.22.1
11652026-08-25T07:30:34.086Z Downloaded diff v0.1.13
11662026-08-25T07:30:34.086Z Downloaded predicates v3.1.4
11672026-08-25T07:30:34.086Z Downloaded postgres-protocol v0.6.10
11682026-08-25T07:30:34.086Z Downloaded rand_chacha v0.9.0
11692026-08-25T07:30:34.086Z Downloaded crypto-common v0.2.2
11702026-08-25T07:30:34.086Z Downloaded serde-big-array v0.5.1
11712026-08-25T07:30:34.086Z Downloaded sponge-cursor v0.1.0
11722026-08-25T07:30:34.086Z Downloaded is_ci v1.2.0
11732026-08-25T07:30:34.086Z Downloaded supports-unicode v3.0.0
11742026-08-25T07:30:34.086Z Downloaded document-features v0.2.12
11752026-08-25T07:30:34.086Z Downloaded derive-ex v0.1.8
11762026-08-25T07:30:34.086Z Downloaded blake3 v1.8.5
11772026-08-25T07:30:34.088Z Downloaded memmap2 v0.9.10
11782026-08-25T07:30:34.088Z Downloaded ignore v0.4.25
11792026-08-25T07:30:34.088Z Downloaded serde_with_macros v1.5.2
11802026-08-25T07:30:34.089Z Downloaded humantime v2.3.0
11812026-08-25T07:30:34.089Z Downloaded num-traits v0.2.19
11822026-08-25T07:30:34.089Z Downloaded aws-lc-rs v1.16.3
11832026-08-25T07:30:34.089Z Downloaded url v2.5.8
11842026-08-25T07:30:34.089Z Downloaded serde_yaml v0.9.34+deprecated
11852026-08-25T07:30:34.089Z Downloaded r2d2 v0.8.10
11862026-08-25T07:30:34.089Z Downloaded spki v0.7.3
11872026-08-25T07:30:34.089Z Downloaded yasna v0.5.2
11882026-08-25T07:30:34.089Z Downloaded nu-ansi-term v0.50.3
11892026-08-25T07:30:34.089Z Downloaded maplit v1.0.2
11902026-08-25T07:30:34.089Z Downloaded minimal-lexical v0.2.1
11912026-08-25T07:30:34.089Z Downloaded openssl-sys v0.9.117
11922026-08-25T07:30:34.089Z Downloaded siphasher v1.0.2
11932026-08-25T07:30:34.089Z Downloaded curve25519-dalek-derive v0.1.1
11942026-08-25T07:30:34.089Z Downloaded waitgroup v0.1.2
11952026-08-25T07:30:34.089Z Downloaded test-strategy v0.4.5
11962026-08-25T07:30:34.089Z Downloaded elliptic-curve v0.13.8
11972026-08-25T07:30:34.089Z Downloaded dropshot-api-manager v0.8.0
11982026-08-25T07:30:34.089Z Downloaded progenitor-client v0.14.0
11992026-08-25T07:30:34.089Z Downloaded russh v0.62.4
12002026-08-25T07:30:34.090Z Downloaded rustls-pemfile v2.2.0
12012026-08-25T07:30:34.090Z Downloaded libbz2-rs-sys v0.2.2
12022026-08-25T07:30:34.090Z Downloaded zstd v0.13.3
12032026-08-25T07:30:34.090Z Downloaded tls_codec v0.4.2
12042026-08-25T07:30:34.090Z Downloaded ssh-encoding v0.3.0
12052026-08-25T07:30:34.090Z Downloaded pkcs1 v0.8.0-rc.4
12062026-08-25T07:30:34.090Z Downloaded universal-hash v0.6.1
12072026-08-25T07:30:34.090Z Downloaded libefi-sys v0.1.0
12082026-08-25T07:30:34.090Z Downloaded thread_local v1.1.9
12092026-08-25T07:30:34.090Z Downloaded chrono v0.4.45
12102026-08-25T07:30:34.090Z Downloaded progenitor-impl v0.14.0
12112026-08-25T07:30:34.090Z Downloaded git2 v0.20.4
12122026-08-25T07:30:34.090Z Downloaded slog v2.8.2
12132026-08-25T07:30:34.090Z Downloaded zstd-safe v7.2.4
12142026-08-25T07:30:34.090Z Downloaded winnow v0.6.26
12152026-08-25T07:30:34.090Z Downloaded tinystr v0.8.2
12162026-08-25T07:30:34.090Z Downloaded oxide-generation v0.1.3
12172026-08-25T07:30:34.090Z Downloaded ssh-cipher v0.3.0
12182026-08-25T07:30:34.090Z Downloaded pem-rfc7468 v1.0.0
12192026-08-25T07:30:34.090Z Downloaded pbkdf2 v0.13.0
12202026-08-25T07:30:34.090Z Downloaded toml_parser v1.1.2+spec-1.1.0
12212026-08-25T07:30:34.090Z Downloaded dsl_auto_type v0.2.0
12222026-08-25T07:30:34.091Z Downloaded subprocess v0.2.15
12232026-08-25T07:30:34.091Z Downloaded icu_normalizer_data v2.1.1
12242026-08-25T07:30:34.091Z Downloaded whoami v1.6.1
12252026-08-25T07:30:34.091Z Downloaded constant_time_eq v0.4.2
12262026-08-25T07:30:34.091Z Downloaded packed_struct v0.10.1
12272026-08-25T07:30:34.091Z Downloaded salty v0.3.0
12282026-08-25T07:30:34.091Z Downloaded serde_with v1.14.0
12292026-08-25T07:30:34.091Z Downloaded derive-where v1.6.0
12302026-08-25T07:30:34.091Z Downloaded goblin v0.10.5
12312026-08-25T07:30:34.091Z Downloaded ed25519-dalek v3.0.0
12322026-08-25T07:30:34.091Z Downloaded uuid v1.23.4
12332026-08-25T07:30:34.091Z Downloaded samael v0.0.19
12342026-08-25T07:30:34.091Z Downloaded crc32fast v1.5.0
12352026-08-25T07:30:34.091Z Downloaded darling v0.23.0
12362026-08-25T07:30:34.091Z Downloaded hybrid-array v0.4.13
12372026-08-25T07:30:34.091Z Downloaded rustversion v1.0.22
12382026-08-25T07:30:34.091Z Downloaded bindgen v0.71.1
12392026-08-25T07:30:34.091Z Downloaded bitvec v1.0.1
12402026-08-25T07:30:34.091Z Downloaded zip v4.6.1
12412026-08-25T07:30:34.091Z Downloaded hyper-util v0.1.20
12422026-08-25T07:30:34.091Z Downloaded sha3 v0.12.0
12432026-08-25T07:30:34.091Z Downloaded tabled v0.21.0
12442026-08-25T07:30:34.091Z Downloaded time v0.3.47
12452026-08-25T07:30:34.092Z Downloaded rsa v0.10.0-rc.18
12462026-08-25T07:30:34.092Z Downloaded smoltcp v0.9.1
12472026-08-25T07:30:34.092Z Downloaded unicode-normalization v0.1.25
12482026-08-25T07:30:34.092Z Downloaded unicode-bidi v0.3.18
12492026-08-25T07:30:34.092Z Downloaded derive_more-impl v2.1.1
12502026-08-25T07:30:34.092Z Downloaded indexmap v1.9.3
12512026-08-25T07:30:34.092Z Downloaded portable-atomic v1.13.1
12522026-08-25T07:30:34.092Z Downloaded rand v0.10.1
12532026-08-25T07:30:34.092Z Downloaded quinn-proto v0.11.16
12542026-08-25T07:30:34.092Z Downloaded der v0.8.0
12552026-08-25T07:30:34.095Z Downloaded gimli v0.32.3
12562026-08-25T07:30:34.095Z Downloaded p521 v0.14.0
12572026-08-25T07:30:34.095Z Downloaded proptest v1.11.0
12582026-08-25T07:30:34.095Z Downloaded iddqd v0.4.2
12592026-08-25T07:30:34.095Z Downloaded indicatif v0.18.4
12602026-08-25T07:30:34.095Z Downloaded itertools v0.13.0
12612026-08-25T07:30:34.095Z Downloaded darling_core v0.21.3
12622026-08-25T07:30:34.095Z Downloaded libm v0.2.16
12632026-08-25T07:30:34.095Z Downloaded winnow v0.5.40
12642026-08-25T07:30:34.372Z Downloaded idna v1.1.0
12652026-08-25T07:30:34.372Z Downloaded moka v0.12.13
12662026-08-25T07:30:34.372Z Downloaded nix v0.27.1
12672026-08-25T07:30:34.372Z Downloaded zerocopy-derive v0.8.55
12682026-08-25T07:30:34.372Z Downloaded libxml v0.3.3
12692026-08-25T07:30:34.372Z Downloaded tokio-postgres v0.7.16
12702026-08-25T07:30:34.372Z Downloaded polar-core v0.27.3
12712026-08-25T07:30:34.372Z Downloaded rand v0.9.2
12722026-08-25T07:30:34.373Z Downloaded icu_collections v2.1.1
12732026-08-25T07:30:34.373Z Downloaded rawzip v0.4.4
12742026-08-25T07:30:34.373Z Downloaded quick-xml v0.37.5
12752026-08-25T07:30:34.373Z Downloaded icu_properties_data v2.1.2
12762026-08-25T07:30:34.373Z Downloaded jiff-core v0.1.0
12772026-08-25T07:30:34.373Z Downloaded regex v1.12.3
12782026-08-25T07:30:34.373Z Downloaded lalrpop v0.19.12
12792026-08-25T07:30:34.373Z Downloaded typed-path v0.9.3
12802026-08-25T07:30:34.373Z Downloaded tokio-util v0.7.18
12812026-08-25T07:30:34.373Z Downloaded hickory-proto v0.24.4
12822026-08-25T07:30:34.373Z Downloaded vcpkg v0.2.15
12832026-08-25T07:30:34.373Z Downloaded nom v8.0.0
12842026-08-25T07:30:34.373Z Downloaded regress v0.10.5
12852026-08-25T07:30:34.373Z Downloaded hickory-proto v0.25.2
12862026-08-25T07:30:34.373Z Downloaded p384 v0.13.1
12872026-08-25T07:30:34.373Z Downloaded serde_with v3.21.0
12882026-08-25T07:30:34.373Z Downloaded iri-string v0.7.10
12892026-08-25T07:30:34.374Z Downloaded regress v0.11.1
12902026-08-25T07:30:34.374Z Downloaded reqwest v0.13.2
12912026-08-25T07:30:34.374Z Downloaded bstr v1.12.1
12922026-08-25T07:30:34.374Z Downloaded tower-http v0.6.8
12932026-08-25T07:30:34.374Z Downloaded zlib-rs v0.6.2
12942026-08-25T07:30:34.374Z Downloaded radix_trie v0.2.1
12952026-08-25T07:30:34.374Z Downloaded rustls v0.23.41
12962026-08-25T07:30:34.374Z Downloaded itertools v0.14.0
12972026-08-25T07:30:34.374Z Downloaded crypto-bigint v0.7.5
12982026-08-25T07:30:34.374Z Downloaded reqwest v0.12.28
12992026-08-25T07:30:34.374Z Downloaded petname v2.0.2
13002026-08-25T07:30:34.374Z Downloaded crypto-primes v0.7.2
13012026-08-25T07:30:34.375Z Downloaded sled v0.34.7
13022026-08-25T07:30:34.375Z Downloaded sha3 v0.11.0
13032026-08-25T07:30:34.375Z Downloaded curve25519-dalek v4.1.3
13042026-08-25T07:30:34.375Z Downloaded openssl v0.10.80
13052026-08-25T07:30:34.375Z Downloaded zerocopy v0.8.55
13062026-08-25T07:30:34.376Z Downloaded openapiv3 v2.2.0
13072026-08-25T07:30:34.376Z Downloaded rustix v0.38.44
13082026-08-25T07:30:34.376Z Downloaded tracing v0.1.44
13092026-08-25T07:30:34.376Z Downloaded smoltcp v0.11.0
13102026-08-25T07:30:34.376Z Downloaded regex-syntax v0.6.29
13112026-08-25T07:30:34.376Z Downloaded object v0.30.4
13122026-08-25T07:30:34.376Z Downloaded dropshot v0.17.1
13132026-08-25T07:30:34.376Z Downloaded sqlparser v0.61.0
13142026-08-25T07:30:34.376Z Downloaded ratatui v0.29.0
13152026-08-25T07:30:34.376Z Downloaded zerocopy-derive v0.6.6
13162026-08-25T07:30:34.376Z Downloaded nix v0.28.0
13172026-08-25T07:30:34.376Z Downloaded petgraph v0.6.5
13182026-08-25T07:30:34.376Z Downloaded jiff v0.2.34
13192026-08-25T07:30:34.376Z Downloaded nix v0.31.2
13202026-08-25T07:30:34.376Z Downloaded diesel v2.3.7
13212026-08-25T07:30:34.376Z Downloaded regex-automata v0.4.14
13222026-08-25T07:30:34.376Z Downloaded object v0.37.3
13232026-08-25T07:30:34.376Z Downloaded curve25519-dalek v5.0.0
13242026-08-25T07:30:34.376Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13252026-08-25T07:30:34.376Z Downloaded typify-impl v0.6.2
13262026-08-25T07:30:34.376Z Downloaded regex-syntax v0.8.10
13272026-08-25T07:30:34.376Z Downloaded tokio v1.52.1
13282026-08-25T07:30:34.376Z Downloaded csv v1.4.0
13292026-08-25T07:30:34.376Z Downloaded encoding_rs v0.8.35
13302026-08-25T07:30:34.377Z Downloaded bzip2-sys v0.1.13+1.0.8
13312026-08-25T07:30:34.377Z Downloaded chrono-tz v0.10.4
13322026-08-25T07:30:34.377Z Downloaded petgraph v0.8.3
13332026-08-25T07:30:34.377Z Downloaded sha3 v0.10.8
13342026-08-25T07:30:34.377Z Downloaded libz-sys v1.1.24
13352026-08-25T07:30:34.377Z Downloaded ring v0.17.14
13362026-08-25T07:30:34.377Z Downloaded libgit2-sys v0.18.3+1.9.2
13372026-08-25T07:30:34.568Z Downloaded aws-lc-sys v0.40.0
13382026-08-25T07:30:34.653Z Compiling serde_core v1.0.229
13392026-08-25T07:30:34.653Z Compiling libc v0.2.185
13402026-08-25T07:30:34.653Z Compiling serde v1.0.229
13412026-08-25T07:30:34.654Z Compiling log v0.4.33
13422026-08-25T07:30:34.654Z Compiling smallvec v1.15.1
13432026-08-25T07:30:35.107Z Compiling shlex v1.3.0
13442026-08-25T07:30:35.481Z Compiling find-msvc-tools v0.1.9
13452026-08-25T07:30:35.481Z Compiling syn v2.0.117
13462026-08-25T07:30:35.482Z Compiling syn v3.0.3
13472026-08-25T07:30:35.482Z Compiling subtle v2.6.1
13482026-08-25T07:30:35.482Z Compiling scopeguard v1.2.0
13492026-08-25T07:30:35.482Z Compiling lock_api v0.4.14
13502026-08-25T07:30:35.482Z Compiling stable_deref_trait v1.2.1
13512026-08-25T07:30:35.482Z Compiling typenum v1.20.1
13522026-08-25T07:30:35.482Z Compiling zerocopy v0.8.55
13532026-08-25T07:30:35.482Z Compiling portable-atomic v1.13.1
13542026-08-25T07:30:35.711Z Compiling serde_json v1.0.151
13552026-08-25T07:30:35.712Z Compiling critical-section v1.2.0
13562026-08-25T07:30:35.712Z Compiling errno v0.3.14
13572026-08-25T07:30:35.712Z Compiling jobserver v0.1.34
13582026-08-25T07:30:35.712Z Compiling libm v0.2.16
13592026-08-25T07:30:35.988Z Compiling getrandom v0.2.17
13602026-08-25T07:30:36.108Z Compiling cc v1.2.56
13612026-08-25T07:30:36.108Z Compiling num-traits v0.2.19
13622026-08-25T07:30:36.108Z Compiling rand_core v0.6.4
13632026-08-25T07:30:36.197Z Compiling once_cell v1.21.3
13642026-08-25T07:30:36.395Z Compiling getrandom v0.4.3
13652026-08-25T07:30:36.482Z Compiling pkg-config v0.3.32
13662026-08-25T07:30:36.483Z Compiling generic-array v0.14.7
13672026-08-25T07:30:36.543Z Compiling parking_lot_core v0.9.12
13682026-08-25T07:30:36.596Z Compiling const-oid v0.9.6
13692026-08-25T07:30:37.011Z Compiling bitflags v2.11.0
13702026-08-25T07:30:37.135Z Compiling pin-project-lite v0.2.17
13712026-08-25T07:30:37.135Z Compiling rand_core v0.10.0
13722026-08-25T07:30:37.212Z Compiling writeable v0.6.2
13732026-08-25T07:30:37.361Z Compiling litemap v0.8.1
13742026-08-25T07:30:37.459Z Compiling percent-encoding v2.3.2
13752026-08-25T07:30:37.459Z Compiling semver v1.0.28
13762026-08-25T07:30:37.501Z Compiling synstructure v0.13.2
13772026-08-25T07:30:37.501Z Compiling signal-hook-registry v1.4.8
13782026-08-25T07:30:37.563Z Compiling icu_normalizer_data v2.1.1
13792026-08-25T07:30:37.636Z Compiling icu_properties_data v2.1.2
13802026-08-25T07:30:37.731Z Compiling futures-core v0.3.32
13812026-08-25T07:30:37.782Z Compiling parking_lot v0.12.5
13822026-08-25T07:30:37.782Z Compiling mio v1.2.0
13832026-08-25T07:30:38.060Z Compiling getrandom v0.3.4
13842026-08-25T07:30:38.642Z Compiling rustix v1.1.4
13852026-08-25T07:30:38.642Z Compiling socket2 v0.6.3
13862026-08-25T07:30:38.642Z Compiling utf8_iter v1.0.4
13872026-08-25T07:30:38.722Z Compiling futures-sink v0.3.32
13882026-08-25T07:30:38.722Z Compiling futures-channel v0.3.32
13892026-08-25T07:30:38.722Z Compiling indexmap v2.14.0
13902026-08-25T07:30:38.722Z Compiling form_urlencoded v1.2.2
13912026-08-25T07:30:38.722Z Compiling serde_derive v1.0.229
13922026-08-25T07:30:38.722Z Compiling futures-io v0.3.32
13932026-08-25T07:30:38.722Z Compiling slab v0.4.12
13942026-08-25T07:30:38.722Z Compiling futures-task v0.3.32
13952026-08-25T07:30:38.722Z Compiling rustversion v1.0.22
13962026-08-25T07:30:38.723Z Compiling iana-time-zone v0.1.65
13972026-08-25T07:30:38.723Z Compiling base64ct v1.8.3
13982026-08-25T07:30:38.827Z Compiling regex-syntax v0.8.10
13992026-08-25T07:30:38.873Z Compiling pem-rfc7468 v0.7.0
14002026-08-25T07:30:38.935Z Compiling rand_core v0.9.5
14012026-08-25T07:30:39.023Z Compiling uuid v1.23.4
14022026-08-25T07:30:39.192Z Compiling cmake v0.1.57
14032026-08-25T07:30:39.328Z Compiling dunce v1.0.5
14042026-08-25T07:30:39.490Z Compiling zeroize_derive v1.5.0
14052026-08-25T07:30:39.491Z Compiling zerocopy-derive v0.8.55
14062026-08-25T07:30:39.889Z Compiling zerofrom-derive v0.1.6
14072026-08-25T07:30:39.961Z Compiling yoke-derive v0.8.1
14082026-08-25T07:30:39.962Z Compiling zerovec-derive v0.11.2
14092026-08-25T07:30:39.962Z Compiling displaydoc v0.2.5
14102026-08-25T07:30:39.962Z Compiling tokio-macros v2.7.0
14112026-08-25T07:30:40.528Z Compiling futures-macro v0.3.32
14122026-08-25T07:30:40.734Z Compiling der_derive v0.7.3
14132026-08-25T07:30:40.824Z Compiling thiserror-impl v2.0.18
14142026-08-25T07:30:40.870Z Compiling fs_extra v1.3.0
14152026-08-25T07:30:41.158Z Compiling zerofrom v0.1.6
14162026-08-25T07:30:41.435Z Compiling flagset v0.4.7
14172026-08-25T07:30:41.435Z Compiling yoke v0.8.1
14182026-08-25T07:30:41.435Z Compiling ident_case v1.0.1
14192026-08-25T07:30:41.520Z Compiling aws-lc-sys v0.40.0
14202026-08-25T07:30:41.520Z Compiling zerovec v0.11.5
14212026-08-25T07:30:41.520Z Compiling zerotrie v0.2.3
14222026-08-25T07:30:41.520Z Compiling futures-util v0.3.32
14232026-08-25T07:30:41.639Z Compiling base64 v0.22.1
14242026-08-25T07:30:41.714Z Compiling serde_derive_internals v0.29.1
14252026-08-25T07:30:41.822Z Compiling zeroize v1.9.0
14262026-08-25T07:30:41.860Z Compiling bytes v1.11.1
14272026-08-25T07:30:41.920Z Compiling tinystr v0.8.2
14282026-08-25T07:30:42.275Z Compiling icu_locale_core v2.1.1
14292026-08-25T07:30:42.463Z Compiling potential_utf v0.1.4
14302026-08-25T07:30:42.463Z Compiling icu_collections v2.1.1
14312026-08-25T07:30:42.517Z Compiling tokio v1.52.1
14322026-08-25T07:30:42.562Z Compiling block-buffer v0.10.4
14332026-08-25T07:30:42.601Z Compiling crypto-common v0.1.7
14342026-08-25T07:30:42.734Z Compiling digest v0.10.7
14352026-08-25T07:30:42.914Z Compiling icu_provider v2.1.1
14362026-08-25T07:30:42.964Z Compiling chrono v0.4.45
14372026-08-25T07:30:43.011Z Compiling icu_normalizer v2.1.1
14382026-08-25T07:30:43.072Z Compiling icu_properties v2.1.2
14392026-08-25T07:30:43.251Z Compiling thiserror v2.0.18
14402026-08-25T07:30:43.428Z Compiling der v0.7.10
14412026-08-25T07:30:43.753Z Compiling http v1.4.2
14422026-08-25T07:30:43.962Z Compiling dyn-clone v1.0.20
14432026-08-25T07:30:43.962Z Compiling ppv-lite86 v0.2.21
14442026-08-25T07:30:44.040Z Compiling idna_adapter v1.2.1
14452026-08-25T07:30:44.101Z Compiling idna v1.1.0
14462026-08-25T07:30:44.178Z Compiling rand_chacha v0.9.0
14472026-08-25T07:30:44.236Z Compiling spki v0.7.3
14482026-08-25T07:30:44.307Z Compiling schemars v0.8.22
14492026-08-25T07:30:44.415Z Compiling url v2.5.8
14502026-08-25T07:30:44.469Z Compiling syn v1.0.109
14512026-08-25T07:30:44.469Z Compiling vcpkg v0.2.15
14522026-08-25T07:30:44.714Z Compiling rand v0.9.2
14532026-08-25T07:30:44.817Z Compiling schemars_derive v0.8.22
14542026-08-25T07:30:44.857Z Compiling tracing-attributes v0.1.31
14552026-08-25T07:30:44.878Z Compiling rustc_version v0.4.1
14562026-08-25T07:30:45.164Z Compiling openssl-sys v0.9.117
14572026-08-25T07:30:45.261Z Compiling tracing-core v0.1.36
14582026-08-25T07:30:45.261Z Compiling simd-adler32 v0.3.8
14592026-08-25T07:30:45.354Z Compiling cpufeatures v0.2.17
14602026-08-25T07:30:45.465Z Compiling aws-lc-rs v1.16.3
14612026-08-25T07:30:45.524Z Compiling tempfile v3.27.0
14622026-08-25T07:30:45.763Z Compiling pkcs8 v0.10.2
14632026-08-25T07:30:45.880Z Compiling http-body v1.0.1
14642026-08-25T07:30:46.059Z Compiling rustls-pki-types v1.14.0
14652026-08-25T07:30:46.182Z Compiling spin v0.9.8
14662026-08-25T07:30:46.182Z Compiling cmov v0.5.4
14672026-08-25T07:30:46.183Z Compiling tracing v0.1.44
14682026-08-25T07:30:46.425Z Compiling httparse v1.10.1
14692026-08-25T07:30:46.425Z Compiling openssl-probe v0.2.1
14702026-08-25T07:30:46.545Z Compiling tokio-util v0.7.18
14712026-08-25T07:30:46.798Z Compiling crc32fast v1.5.0
14722026-08-25T07:30:46.798Z Compiling adler2 v2.0.1
14732026-08-25T07:30:46.798Z Compiling tinyvec_macros v0.1.1
14742026-08-25T07:30:46.798Z Compiling tinyvec v1.10.0
14752026-08-25T07:30:46.799Z Compiling miniz_oxide v0.8.9
14762026-08-25T07:30:46.871Z Compiling ctutils v0.4.2
14772026-08-25T07:30:46.982Z Compiling pest_generator v2.8.6
14782026-08-25T07:30:47.050Z Compiling sha2 v0.10.9
14792026-08-25T07:30:47.161Z Compiling terminal_size v0.4.3
14802026-08-25T07:30:47.268Z Compiling aho-corasick v1.1.4
14812026-08-25T07:30:47.351Z Compiling radium v0.7.0
14822026-08-25T07:30:47.414Z Compiling atomic-waker v1.1.2
14832026-08-25T07:30:47.470Z Compiling tower-layer v0.3.3
14842026-08-25T07:30:47.871Z Compiling tower-service v0.3.3
14852026-08-25T07:30:48.237Z Compiling try-lock v0.2.5
14862026-08-25T07:30:48.237Z Compiling untrusted v0.7.1
14872026-08-25T07:30:48.237Z Compiling want v0.3.1
14882026-08-25T07:30:48.237Z Compiling pest_derive v2.8.6
14892026-08-25T07:30:48.237Z Compiling h2 v0.4.15
14902026-08-25T07:30:48.237Z Compiling hybrid-array v0.4.13
14912026-08-25T07:30:48.424Z Compiling regex-automata v0.4.14
14922026-08-25T07:30:48.530Z Compiling ipnet v2.12.0
14932026-08-25T07:30:48.580Z Compiling darling_core v0.20.11
14942026-08-25T07:30:48.852Z Compiling scroll_derive v0.13.1
14952026-08-25T07:30:48.989Z Compiling wait-timeout v0.2.1
14962026-08-25T07:30:49.012Z Compiling tap v1.0.1
14972026-08-25T07:30:49.314Z Compiling httpdate v1.0.3
14982026-08-25T07:30:49.604Z Compiling openssl v0.10.80
14992026-08-25T07:30:49.604Z Compiling quick-error v1.2.3
15002026-08-25T07:30:49.604Z Compiling bit-vec v0.8.0
15012026-08-25T07:30:49.604Z Compiling foreign-types-shared v0.1.1
15022026-08-25T07:30:49.932Z Compiling untrusted v0.9.0
15032026-08-25T07:30:49.933Z Compiling maybe-uninit v2.0.0
15042026-08-25T07:30:49.933Z Compiling rustls v0.23.41
15052026-08-25T07:30:49.933Z Compiling foreign-types v0.3.2
15062026-08-25T07:30:49.933Z Compiling bit-set v0.8.0
15072026-08-25T07:30:49.933Z Compiling rusty-fork v0.3.1
15082026-08-25T07:30:49.933Z Compiling scroll v0.13.0
15092026-08-25T07:30:50.092Z Compiling wyz v0.5.1
15102026-08-25T07:30:50.092Z Compiling unicode-normalization v0.1.25
15112026-08-25T07:30:50.092Z Compiling rand_chacha v0.3.1
15122026-08-25T07:30:50.092Z Compiling signature v2.2.0
15132026-08-25T07:30:50.280Z Compiling hex v0.4.3
15142026-08-25T07:30:50.356Z Compiling openssl-macros v0.1.1
15152026-08-25T07:30:50.435Z Compiling thiserror-impl v1.0.69
15162026-08-25T07:30:50.488Z Compiling rand_xorshift v0.4.0
15172026-08-25T07:30:51.117Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15182026-08-25T07:30:51.611Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-08-25T07:30:51.612Z Compiling num-integer v0.1.46
15202026-08-25T07:30:51.612Z Compiling darling_macro v0.20.11
15212026-08-25T07:30:51.612Z Compiling hyper v1.10.1
15222026-08-25T07:30:51.613Z Compiling ahash v0.8.12
15232026-08-25T07:30:51.613Z Compiling funty v2.0.0
15242026-08-25T07:30:51.659Z Compiling powerfmt v0.2.0
15252026-08-25T07:30:51.659Z Compiling unarray v0.1.4
15262026-08-25T07:30:51.659Z Compiling native-tls v0.2.18
15272026-08-25T07:30:51.659Z Compiling paste v1.0.15
15282026-08-25T07:30:51.659Z Compiling time-core v0.1.8
15292026-08-25T07:30:51.659Z Compiling num-conv v0.2.0
15302026-08-25T07:30:51.785Z Compiling packed_struct v0.10.1
15312026-08-25T07:30:51.785Z Compiling num-bigint-dig v0.8.6
15322026-08-25T07:30:51.896Z Compiling clap_builder v4.6.0
15332026-08-25T07:30:51.896Z Compiling time-macros v0.2.27
15342026-08-25T07:30:52.040Z Compiling thiserror v1.0.69
15352026-08-25T07:30:52.040Z Compiling bitvec v1.0.1
15362026-08-25T07:30:52.132Z Compiling proptest v1.11.0
15372026-08-25T07:30:52.132Z Compiling deranged v0.5.8
15382026-08-25T07:30:52.258Z Compiling hyper-util v0.1.20
15392026-08-25T07:30:52.614Z Compiling darling v0.20.11
15402026-08-25T07:30:53.071Z Compiling num-iter v0.1.45
15412026-08-25T07:30:53.404Z Compiling rand v0.8.6
15422026-08-25T07:30:53.632Z Compiling goblin v0.10.5
15432026-08-25T07:30:54.495Z Compiling packed_struct_codegen v0.10.1
15442026-08-25T07:30:54.830Z Compiling ipnetwork v0.21.1
15452026-08-25T07:30:54.830Z Compiling lazy_static v1.5.0
15462026-08-25T07:30:54.830Z Compiling hmac v0.12.1
15472026-08-25T07:30:55.072Z Compiling toml_datetime v0.6.11
15482026-08-25T07:30:55.072Z Compiling serde_spanned v0.6.9
15492026-08-25T07:30:55.197Z Compiling slog v2.8.2
15502026-08-25T07:30:55.197Z Compiling zerocopy-derive v0.6.6
15512026-08-25T07:30:55.198Z Compiling bitfield-macros v0.19.4
15522026-08-25T07:30:55.305Z Compiling clap_derive v4.6.1
15532026-08-25T07:30:56.039Z Compiling sync_wrapper v1.0.2
15542026-08-25T07:30:56.470Z Compiling indexmap v1.9.3
15552026-08-25T07:30:56.470Z Compiling object v0.37.3
15562026-08-25T07:30:56.470Z Compiling unicode-segmentation v1.12.0
15572026-08-25T07:30:56.470Z Compiling num_threads v0.1.7
15582026-08-25T07:30:56.599Z Compiling siphasher v1.0.2
15592026-08-25T07:30:56.599Z Compiling crossbeam-utils v0.8.21
15602026-08-25T07:30:56.648Z Compiling usdt-impl v0.6.0
15612026-08-25T07:30:56.648Z Compiling zlib-rs v0.6.2
15622026-08-25T07:30:56.648Z Compiling crc-catalog v2.4.0
15632026-08-25T07:30:56.648Z Compiling nodrop v0.1.14
15642026-08-25T07:30:56.648Z Compiling crc v3.4.0
15652026-08-25T07:30:56.736Z Compiling array-init v0.0.4
15662026-08-25T07:30:56.909Z Compiling time v0.3.47
15672026-08-25T07:30:57.121Z Compiling clap v4.6.1
15682026-08-25T07:30:57.416Z Compiling dof v0.4.0
15692026-08-25T07:30:57.416Z Compiling tower v0.5.3
15702026-08-25T07:30:57.764Z Compiling zerocopy v0.6.6
15712026-08-25T07:30:57.871Z Compiling bitfield v0.19.4
15722026-08-25T07:30:58.205Z Compiling oxnet v0.1.6
15732026-08-25T07:30:58.476Z Compiling newtype-uuid v1.3.2
15742026-08-25T07:30:58.745Z Compiling smallvec v0.6.14
15752026-08-25T07:30:58.910Z Compiling derive_builder_core v0.20.2
15762026-08-25T07:30:59.419Z Compiling dtrace-parser v0.3.0
15772026-08-25T07:30:59.585Z Compiling flate2 v1.1.9
15782026-08-25T07:30:59.793Z Compiling http-body-util v0.1.3
15792026-08-25T07:30:59.825Z Compiling pkcs1 v0.7.5
15802026-08-25T07:30:59.825Z Compiling heapless v0.7.17
15812026-08-25T07:30:59.825Z Compiling erased-serde v0.3.31
15822026-08-25T07:30:59.825Z Compiling darling_core v0.23.0
15832026-08-25T07:31:00.008Z Compiling structmeta-derive v0.3.0
15842026-08-25T07:31:00.062Z Compiling scroll_derive v0.12.1
15852026-08-25T07:31:00.141Z Compiling daft-derive v0.1.8
15862026-08-25T07:31:00.265Z Compiling thread-id v5.1.0
15872026-08-25T07:31:00.408Z Compiling cookie v0.18.1
15882026-08-25T07:31:00.624Z Compiling env_filter v2.0.0
15892026-08-25T07:31:00.711Z Compiling hashbrown v0.12.3
15902026-08-25T07:31:00.767Z Compiling zstd-safe v7.2.4
15912026-08-25T07:31:00.908Z Compiling anyhow v1.0.104
15922026-08-25T07:31:01.021Z Compiling signal-hook v0.3.18
15932026-08-25T07:31:01.145Z Compiling allocator-api2 v0.2.21
15942026-08-25T07:31:01.362Z Compiling winnow v0.5.40
15952026-08-25T07:31:01.362Z Compiling base64 v0.21.7
15962026-08-25T07:31:01.362Z Compiling unicode-bidi v0.3.18
15972026-08-25T07:31:01.565Z Compiling unicode-properties v0.1.4
15982026-08-25T07:31:01.565Z Compiling ryu v1.0.23
15992026-08-25T07:31:01.613Z Compiling iri-string v0.7.10
16002026-08-25T07:31:01.634Z Compiling gimli v0.32.3
16012026-08-25T07:31:01.667Z Compiling serde_urlencoded v0.7.1
16022026-08-25T07:31:01.945Z Compiling stringprep v0.1.5
16032026-08-25T07:31:02.296Z Compiling darling_macro v0.23.0
16042026-08-25T07:31:02.425Z Compiling toml_edit v0.19.15
16052026-08-25T07:31:02.553Z Compiling ron v0.8.1
16062026-08-25T07:31:02.799Z Compiling tower-http v0.6.8
16072026-08-25T07:31:03.234Z Compiling structmeta v0.3.0
16082026-08-25T07:31:03.390Z Compiling addr2line v0.25.1
16092026-08-25T07:31:03.500Z Compiling daft v0.1.8
16102026-08-25T07:31:03.563Z Compiling scroll v0.12.0
16112026-08-25T07:31:03.563Z Compiling env_logger v0.11.11
16122026-08-25T07:31:04.015Z Compiling rsa v0.9.10
16132026-08-25T07:31:04.328Z Compiling derive_builder_macro v0.20.2
16142026-08-25T07:31:04.328Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16152026-08-25T07:31:04.328Z Compiling hashbrown v0.13.2
16162026-08-25T07:31:04.328Z Compiling bzip2 v0.4.4
16172026-08-25T07:31:04.718Z Compiling serde-hex v0.1.0
16182026-08-25T07:31:04.719Z Compiling tokio-native-tls v0.3.1
16192026-08-25T07:31:04.719Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16202026-08-25T07:31:04.719Z Compiling camino v1.2.5
16212026-08-25T07:31:04.799Z Compiling bstr v1.12.1
16222026-08-25T07:31:04.880Z Compiling block-buffer v0.12.1
16232026-08-25T07:31:05.199Z Compiling block-padding v0.4.2
16242026-08-25T07:31:05.443Z Compiling crypto-common v0.2.2
16252026-08-25T07:31:05.801Z Compiling rustls-native-certs v0.8.3
16262026-08-25T07:31:05.801Z Compiling curve25519-dalek v4.1.3
16272026-08-25T07:31:06.053Z Compiling x509-cert v0.2.5
16282026-08-25T07:31:06.053Z Compiling md-5 v0.10.6
16292026-08-25T07:31:06.247Z Compiling serde_tokenstream v0.2.3
16302026-08-25T07:31:06.247Z Compiling vergen-lib v9.1.0
16312026-08-25T07:31:06.248Z Compiling pin-project-internal v1.1.11
16322026-08-25T07:31:06.413Z Compiling zerocopy-derive v0.7.35
16332026-08-25T07:31:06.739Z Compiling async-trait v0.1.89
16342026-08-25T07:31:06.870Z Compiling hash32 v0.2.1
16352026-08-25T07:31:07.039Z Compiling memoffset v0.9.1
16362026-08-25T07:31:07.106Z Compiling encoding_rs v0.8.35
16372026-08-25T07:31:07.155Z Compiling crc-any v2.5.0
16382026-08-25T07:31:07.408Z Compiling ref-cast v1.0.25
16392026-08-25T07:31:07.408Z Compiling smoltcp v0.9.1
16402026-08-25T07:31:07.459Z Compiling rustix v0.38.44
16412026-08-25T07:31:07.459Z Compiling litrs v1.0.0
16422026-08-25T07:31:07.460Z Compiling fallible-iterator v0.2.0
16432026-08-25T07:31:07.517Z Compiling mime v0.3.17
16442026-08-25T07:31:07.583Z Compiling cfg_aliases v0.2.1
16452026-08-25T07:31:07.714Z Compiling owo-colors v4.3.0
16462026-08-25T07:31:07.761Z Compiling psl-types v2.0.11
16472026-08-25T07:31:07.761Z Compiling rustc-demangle v0.1.27
16482026-08-25T07:31:07.773Z Compiling postgres-protocol v0.6.10
16492026-08-25T07:31:07.881Z Compiling document-features v0.2.12
16502026-08-25T07:31:07.897Z Compiling publicsuffix v2.3.0
16512026-08-25T07:31:08.017Z Compiling backtrace v0.3.76
16522026-08-25T07:31:08.092Z Compiling nix v0.31.2
16532026-08-25T07:31:08.411Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16542026-08-25T07:31:08.515Z Compiling pin-project v1.1.11
16552026-08-25T07:31:08.515Z Compiling zerocopy v0.7.35
16562026-08-25T07:31:08.569Z Compiling inout v0.2.2
16572026-08-25T07:31:08.776Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16582026-08-25T07:31:08.777Z Compiling hyper-tls v0.6.0
16592026-08-25T07:31:08.797Z Compiling object v0.30.4
16602026-08-25T07:31:08.829Z Compiling derive_builder v0.20.2
16612026-08-25T07:31:08.844Z Compiling zip v0.6.6
16622026-08-25T07:31:08.927Z Compiling toml v0.7.8
16632026-08-25T07:31:08.966Z Compiling goblin v0.8.2
16642026-08-25T07:31:09.197Z Compiling derive-ex v0.1.8
16652026-08-25T07:31:09.694Z Compiling darling v0.23.0
16662026-08-25T07:31:09.789Z Compiling phf_shared v0.13.1
16672026-08-25T07:31:09.891Z Compiling convert_case v0.10.0
16682026-08-25T07:31:09.891Z Compiling regex v1.12.3
16692026-08-25T07:31:10.105Z Compiling hubpack_derive v0.1.1
16702026-08-25T07:31:10.440Z Compiling futures-executor v0.3.32
16712026-08-25T07:31:10.879Z Compiling vergen v9.1.0
16722026-08-25T07:31:10.879Z Compiling strum_macros v0.27.2
16732026-08-25T07:31:10.879Z Compiling ref-cast-impl v1.0.25
16742026-08-25T07:31:10.879Z Compiling snafu-derive v0.8.9
16752026-08-25T07:31:11.070Z Compiling curve25519-dalek-derive v0.1.1
16762026-08-25T07:31:11.245Z Compiling cargo-platform v0.3.2
16772026-08-25T07:31:11.306Z Compiling ff v0.13.1
16782026-08-25T07:31:11.479Z Compiling fs-err v3.3.0
16792026-08-25T07:31:12.015Z Compiling managed v0.8.0
16802026-08-25T07:31:12.076Z Compiling bumpalo v3.20.2
16812026-08-25T07:31:12.076Z Compiling foldhash v0.1.5
16822026-08-25T07:31:12.076Z Compiling either v1.15.0
16832026-08-25T07:31:12.076Z Compiling jiff-core v0.1.0
16842026-08-25T07:31:12.076Z Compiling path-slash v0.1.5
16852026-08-25T07:31:12.076Z Compiling base16ct v0.2.0
16862026-08-25T07:31:12.076Z Compiling foldhash v0.2.0
16872026-08-25T07:31:12.122Z Compiling same-file v1.0.6
16882026-08-25T07:31:12.173Z Compiling bitflags v1.3.2
16892026-08-25T07:31:12.229Z Compiling libbz2-rs-sys v0.2.2
16902026-08-25T07:31:12.242Z Compiling is_ci v1.2.0
16912026-08-25T07:31:12.372Z Compiling strum v0.27.2
16922026-08-25T07:31:12.486Z Compiling snafu v0.8.9
16932026-08-25T07:31:12.486Z Compiling supports-color v3.0.2
16942026-08-25T07:31:12.572Z Compiling textwrap v0.16.2
16952026-08-25T07:31:12.601Z Compiling jiff v0.2.34
16962026-08-25T07:31:12.856Z Compiling bzip2 v0.6.1
16972026-08-25T07:31:13.011Z Compiling walkdir v2.5.0
16982026-08-25T07:31:13.011Z Compiling hashbrown v0.16.1
16992026-08-25T07:31:13.202Z Compiling sec1 v0.7.3
17002026-08-25T07:31:13.202Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17012026-08-25T07:31:13.256Z Compiling zopfli v0.8.3
17022026-08-25T07:31:13.256Z Compiling hashbrown v0.15.5
17032026-08-25T07:31:13.468Z Compiling group v0.13.0
17042026-08-25T07:31:13.755Z Compiling dof v0.3.0
17052026-08-25T07:31:14.158Z Compiling cargo_metadata v0.23.1
17062026-08-25T07:31:14.410Z Compiling test-strategy v0.4.5
17072026-08-25T07:31:15.090Z Compiling hubpack v0.1.2
17082026-08-25T07:31:15.090Z Compiling futures v0.3.32
17092026-08-25T07:31:15.090Z Compiling derive_more-impl v2.1.1
17102026-08-25T07:31:15.333Z Compiling phf v0.13.1
17112026-08-25T07:31:15.333Z Compiling serde_with_macros v3.21.0
17122026-08-25T07:31:15.372Z Compiling signal-hook-mio v0.2.5
17132026-08-25T07:31:15.415Z Compiling cookie_store v0.22.1
17142026-08-25T07:31:15.619Z Compiling zstd v0.13.3
17152026-08-25T07:31:15.638Z Compiling reqwest v0.12.28
17162026-08-25T07:31:15.971Z Compiling cipher v0.5.2
17172026-08-25T07:31:16.252Z Compiling backtrace-ext v0.2.1
17182026-08-25T07:31:16.342Z Compiling postgres-types v0.2.12
17192026-08-25T07:31:16.342Z Compiling usdt-macro v0.6.0
17202026-08-25T07:31:16.433Z Compiling usdt-attr-macro v0.6.0
17212026-08-25T07:31:16.694Z Compiling globset v0.4.18
17222026-08-25T07:31:17.039Z Compiling phf_shared v0.11.3
17232026-08-25T07:31:17.292Z Compiling hkdf v0.12.4
17242026-08-25T07:31:17.292Z Compiling dtrace-parser v0.2.0
17252026-08-25T07:31:17.548Z Compiling byte-wrapper v0.1.0
17262026-08-25T07:31:17.548Z Compiling olpc-cjson v0.1.4
17272026-08-25T07:31:17.548Z Compiling ed25519 v2.2.3
17282026-08-25T07:31:17.548Z Compiling crypto-bigint v0.5.5
17292026-08-25T07:31:17.548Z Compiling pem v3.0.6
17302026-08-25T07:31:17.890Z Compiling serde-big-array v0.5.1
17312026-08-25T07:31:17.891Z Compiling serde_plain v1.0.2
17322026-08-25T07:31:17.891Z Compiling strum_macros v0.26.4
17332026-08-25T07:31:18.518Z Compiling async-recursion v1.1.1
17342026-08-25T07:31:18.518Z Compiling enum-as-inner v0.6.1
17352026-08-25T07:31:18.518Z Compiling miette-derive v7.6.0
17362026-08-25T07:31:18.619Z Compiling serde_repr v0.1.20
17372026-08-25T07:31:18.619Z Compiling float-cmp v0.10.0
17382026-08-25T07:31:18.619Z Compiling memmap2 v0.9.10
17392026-08-25T07:31:18.620Z Compiling thread-id v4.2.2
17402026-08-25T07:31:18.620Z Compiling const-oid v0.10.2
17412026-08-25T07:31:18.620Z Compiling whoami v2.1.0
17422026-08-25T07:31:18.678Z Compiling fixedbitset v0.4.2
17432026-08-25T07:31:18.717Z Compiling cpufeatures v0.3.0
17442026-08-25T07:31:18.856Z Compiling difflib v0.4.0
17452026-08-25T07:31:18.947Z Compiling static_assertions v1.1.0
17462026-08-25T07:31:19.112Z Compiling normalize-line-endings v0.3.0
17472026-08-25T07:31:19.112Z Compiling typed-path v0.9.3
17482026-08-25T07:31:19.113Z Compiling fixedbitset v0.5.7
17492026-08-25T07:31:19.157Z Compiling supports-unicode v3.0.0
17502026-08-25T07:31:19.233Z Compiling predicates-core v1.0.10
17512026-08-25T07:31:19.342Z Compiling precomputed-hash v0.1.1
17522026-08-25T07:31:19.410Z Compiling new_debug_unreachable v1.0.6
17532026-08-25T07:31:19.410Z Compiling winnow v1.0.3
17542026-08-25T07:31:19.512Z Compiling data-encoding v2.10.0
17552026-08-25T07:31:19.512Z Compiling supports-hyperlinks v3.2.0
17562026-08-25T07:31:19.512Z Compiling keccak v0.1.6
17572026-08-25T07:31:19.512Z Compiling toml_edit v0.22.27
17582026-08-25T07:31:19.560Z Compiling miette v7.6.0
17592026-08-25T07:31:19.578Z Compiling strum v0.26.3
17602026-08-25T07:31:19.681Z Compiling sha3 v0.10.8
17612026-08-25T07:31:20.221Z Compiling hickory-proto v0.25.2
17622026-08-25T07:31:20.663Z Compiling string_cache v0.8.9
17632026-08-25T07:31:20.663Z Compiling predicates v3.1.4
17642026-08-25T07:31:20.663Z Compiling petgraph v0.8.3
17652026-08-25T07:31:20.663Z Compiling toml_parser v1.1.2+spec-1.1.0
17662026-08-25T07:31:20.947Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17672026-08-25T07:31:20.948Z Compiling petgraph v0.6.5
17682026-08-25T07:31:21.167Z Compiling tokio-postgres v0.7.16
17692026-08-25T07:31:21.408Z Compiling chacha20 v0.10.0
17702026-08-25T07:31:21.565Z Compiling digest v0.11.3
17712026-08-25T07:31:21.655Z Compiling usdt v0.6.0
17722026-08-25T07:31:21.848Z Compiling usdt-impl v0.5.0
17732026-08-25T07:31:22.280Z Compiling elliptic-curve v0.13.8
17742026-08-25T07:31:22.405Z Compiling ed25519-dalek v2.2.0
17752026-08-25T07:31:22.406Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17762026-08-25T07:31:22.528Z Compiling crossterm v0.28.1
17772026-08-25T07:31:22.846Z Compiling serde_with v3.21.0
17782026-08-25T07:31:23.400Z Compiling zip v4.6.1
17792026-08-25T07:31:23.566Z Compiling derive_more v2.1.1
17802026-08-25T07:31:23.715Z Compiling iddqd v0.4.2
17812026-08-25T07:31:23.742Z Compiling itertools v0.13.0
17822026-08-25T07:31:24.296Z Compiling itertools v0.15.0
17832026-08-25T07:31:24.549Z Compiling similar v2.7.0
17842026-08-25T07:31:24.550Z Compiling crossbeam-epoch v0.9.18
17852026-08-25T07:31:24.778Z Compiling oxide-generation v0.1.3
17862026-08-25T07:31:25.176Z Compiling heck v0.4.1
17872026-08-25T07:31:25.176Z Compiling tokio-stream v0.1.18
17882026-08-25T07:31:25.176Z Compiling buf-list v1.1.2
17892026-08-25T07:31:25.176Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17902026-08-25T07:31:26.030Z Compiling openapiv3 v2.2.0
17912026-08-25T07:31:26.030Z Compiling peg-runtime v0.8.5
17922026-08-25T07:31:26.030Z Compiling lalrpop-util v0.19.12
17932026-08-25T07:31:26.030Z Compiling thread_local v1.1.9
17942026-08-25T07:31:26.030Z Compiling slog-async v2.8.0
17952026-08-25T07:31:26.030Z Compiling crossbeam-channel v0.5.15
17962026-08-25T07:31:26.030Z Compiling is-terminal v0.4.17
17972026-08-25T07:31:26.031Z Compiling filetime v0.2.27
17982026-08-25T07:31:26.031Z Compiling take_mut v0.2.2
17992026-08-25T07:31:26.031Z Compiling xattr v1.6.1
18002026-08-25T07:31:26.224Z Compiling term v1.2.1
18012026-08-25T07:31:26.224Z Compiling camino-tempfile v1.4.1
18022026-08-25T07:31:26.224Z Compiling tar v0.4.46
18032026-08-25T07:31:26.225Z Compiling slog-term v2.9.2
18042026-08-25T07:31:33.862Z Compiling rustls-webpki v0.103.13
18052026-08-25T07:31:34.776Z Compiling tokio-rustls v0.26.4
18062026-08-25T07:31:34.776Z Compiling rustls-platform-verifier v0.6.2
18072026-08-25T07:31:34.776Z Compiling tough v0.22.0
18082026-08-25T07:31:34.967Z Compiling hyper-rustls v0.27.7
18092026-08-25T07:31:35.239Z Compiling reqwest v0.13.2
18102026-08-25T07:31:37.964Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112026-08-25T07:31:37.965Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18122026-08-25T07:31:40.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18132026-08-25T07:31:41.309Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18142026-08-25T07:31:41.309ZAug 25 07:31:39.364 INFO Starting download, target: DendriteStub
18152026-08-25T07:31:41.309ZAug 25 07:31:39.365 INFO Starting download, target: Console
18162026-08-25T07:31:41.310ZAug 25 07:31:39.365 INFO Starting download, target: Cockroach
18172026-08-25T07:31:41.310ZAug 25 07:31:39.365 INFO Starting download, target: Clickhouse
18182026-08-25T07:31:41.310ZAug 25 07:31:39.365 INFO Starting download, target: MaghemiteMgd
18192026-08-25T07:31:41.310ZAug 25 07:31:39.365 INFO Starting download, target: MaghemiteDdmd
18202026-08-25T07:31:41.310ZAug 25 07:31:39.365 INFO Starting download, target: TransceiverControl
18212026-08-25T07:31:41.310ZAug 25 07:31:39.365 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18222026-08-25T07:31:41.310ZAug 25 07:31:39.365 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18232026-08-25T07:31:41.310ZAug 25 07:31:39.365 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18242026-08-25T07:31:41.310ZAug 25 07:31:39.365 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18252026-08-25T07:31:41.310ZAug 25 07:31:39.365 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18262026-08-25T07:31:41.311ZAug 25 07:31:39.365 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18272026-08-25T07:31:41.311ZAug 25 07:31:39.365 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18282026-08-25T07:31:41.744ZAug 25 07:31:40.341 WARN Download failed, retrying: HTTP status client error (404 Not Found) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mg-ddm.tar.gz), target: MaghemiteDdmd
18292026-08-25T07:31:41.744ZAug 25 07:31:40.341 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 2/3), target: MaghemiteDdmd
18302026-08-25T07:31:41.795ZAug 25 07:31:40.403 WARN Download failed, retrying: HTTP status client error (404 Not Found) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mgd.tar.gz), target: MaghemiteMgd
18312026-08-25T07:31:41.796ZAug 25 07:31:40.403 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd
18322026-08-25T07:31:42.576ZAug 25 07:31:41.080 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18332026-08-25T07:31:42.720ZAug 25 07:31:41.103 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18342026-08-25T07:31:42.855ZAug 25 07:31:41.321 INFO Download complete, target: Console
18352026-08-25T07:31:49.128ZAug 25 07:31:47.732 INFO Checking that binary works, target: Clickhouse
18362026-08-25T07:31:49.264ZAug 25 07:31:47.822 INFO Download complete, target: Clickhouse
18372026-08-25T07:31:55.834ZAug 25 07:31:54.337 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18382026-08-25T07:31:55.964ZAug 25 07:31:54.545 INFO Download complete, target: TransceiverControl
18392026-08-25T07:33:32.974ZAug 25 07:33:31.582 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18402026-08-25T07:33:34.888ZAug 25 07:33:33.503 INFO Download complete, target: MaghemiteDdmd
18412026-08-25T07:33:38.718ZAug 25 07:33:37.338 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18422026-08-25T07:33:41.485ZAug 25 07:33:40.097 INFO Download complete, target: DendriteStub
18432026-08-25T07:33:44.094ZAug 25 07:33:42.477 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18442026-08-25T07:33:46.572ZAug 25 07:33:45.186 INFO Download complete, target: MaghemiteMgd
18452026-08-25T07:33:55.343ZAug 25 07:33:53.960 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18462026-08-25T07:33:55.343ZAug 25 07:33:53.961 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18472026-08-25T07:33:59.932ZAug 25 07:33:58.548 INFO Checking that binary works, target: Cockroach
18482026-08-25T07:34:00.045ZAug 25 07:33:58.664 INFO Download complete, target: Cockroach
18492026-08-25T07:34:00.062ZAll builder prerequisites installed successfully, and PATH looks valid
18502026-08-25T07:34:00.065Z
18512026-08-25T07:34:00.065Zreal 4:21.414175298
18522026-08-25T07:34:00.065Zuser 7:29.900100586
18532026-08-25T07:34:00.065Zsys 1:28.188213770
18542026-08-25T07:34:00.065Ztrap 0.228068443
18552026-08-25T07:34:00.065Ztflt 0.517439371
18562026-08-25T07:34:00.065Zdflt 0.789021584
18572026-08-25T07:34:00.065Zkflt 0.023963904
18582026-08-25T07:34:00.065Zlock 1:04:37.172234499
18592026-08-25T07:34:00.065Zslp 26:51.158638252
18602026-08-25T07:34:00.065Zlat 49.680617181
18612026-08-25T07:34:00.065Zstop 2:43.948991658
18622026-08-25T07:34:00.065Z+ banner clippy
18632026-08-25T07:34:00.065Z
18642026-08-25T07:34:00.065Z #### # # ##### ##### # #
18652026-08-25T07:34:00.065Z # # # # # # # # # #
18662026-08-25T07:34:00.065Z # # # # # # # #
18672026-08-25T07:34:00.065Z # # # ##### ##### #
18682026-08-25T07:34:00.065Z # # # # # # #
18692026-08-25T07:34:00.065Z #### ###### # # # #
18702026-08-25T07:34:00.065Z
18712026-08-25T07:34:00.066Z+ export CARGO_INCREMENTAL=0
18722026-08-25T07:34:00.066Z+ CARGO_INCREMENTAL=0
18732026-08-25T07:34:00.066Z+ ptime -m cargo xtask clippy
18742026-08-25T07:34:00.516Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18752026-08-25T07:34:00.795Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18762026-08-25T07:34:02.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18772026-08-25T07:34:02.712Z Running `target/debug/xtask clippy`
18782026-08-25T07:34:02.744Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18792026-08-25T07:34:03.309Z Downloading crates ...
18802026-08-25T07:34:03.485Z Downloaded approx v0.5.1
18812026-08-25T07:34:03.493Z Downloaded anes v0.1.6
18822026-08-25T07:34:03.493Z Downloaded concurrent-queue v2.5.0
18832026-08-25T07:34:03.493Z Downloaded cast v0.3.0
18842026-08-25T07:34:03.496Z Downloaded async-object-pool v0.2.0
18852026-08-25T07:34:03.496Z Downloaded async-lock v3.4.2
18862026-08-25T07:34:03.496Z Downloaded assert-json-diff v2.0.2
18872026-08-25T07:34:03.496Z Downloaded constant_time_eq v0.3.1
18882026-08-25T07:34:03.496Z Downloaded assert_cmd v2.1.2
18892026-08-25T07:34:03.496Z Downloaded criterion-plot v0.6.0
18902026-08-25T07:34:03.496Z Downloaded blake2b_simd v1.0.4
18912026-08-25T07:34:03.496Z Downloaded cfg-expr v0.20.6
18922026-08-25T07:34:03.499Z Downloaded datatest-stable v0.3.3
18932026-08-25T07:34:03.499Z Downloaded criterion v0.7.0
18942026-08-25T07:34:03.503Z Downloaded escape8259 v0.5.3
18952026-08-25T07:34:03.503Z Downloaded event-listener-strategy v0.5.4
18962026-08-25T07:34:03.503Z Downloaded fancy-regex v0.14.0
18972026-08-25T07:34:03.506Z Downloaded event-listener v5.4.1
18982026-08-25T07:34:03.506Z Downloaded guppy-workspace-hack v0.1.0
18992026-08-25T07:34:03.506Z Downloaded futures-timer v3.0.3
19002026-08-25T07:34:03.509Z Downloaded guppy v0.17.25
19012026-08-25T07:34:03.571Z Downloaded hex-literal v0.4.1
19022026-08-25T07:34:03.571Z Downloaded hickory-client v0.25.2
19032026-08-25T07:34:03.571Z Downloaded httptest v0.16.4
19042026-08-25T07:34:03.571Z Downloaded linkme-impl v0.3.35
19052026-08-25T07:34:03.571Z Downloaded knuffel-derive v3.2.0
19062026-08-25T07:34:03.572Z Downloaded libtest-mimic v0.8.1
19072026-08-25T07:34:03.572Z Downloaded linkme v0.3.35
19082026-08-25T07:34:03.572Z Downloaded miette-derive v5.10.0
19092026-08-25T07:34:03.572Z Downloaded nested v0.1.1
19102026-08-25T07:34:03.572Z Downloaded parking v2.2.1
19112026-08-25T07:34:03.572Z Downloaded plotters-svg v0.3.7
19122026-08-25T07:34:03.572Z Downloaded oorandom v11.1.5
19132026-08-25T07:34:03.572Z Downloaded knuffel v3.2.0
19142026-08-25T07:34:03.572Z Downloaded owo-colors v3.5.0
19152026-08-25T07:34:03.572Z Downloaded pathdiff v0.2.3
19162026-08-25T07:34:03.572Z Downloaded miette v5.10.0
19172026-08-25T07:34:03.572Z Downloaded path-tree v0.8.3
19182026-08-25T07:34:03.572Z Downloaded partial-io v0.5.4
19192026-08-25T07:34:03.572Z Downloaded plotters-backend v0.3.7
19202026-08-25T07:34:03.572Z Downloaded relative-path v1.9.3
19212026-08-25T07:34:03.572Z Downloaded rand_distr v0.5.1
19222026-08-25T07:34:03.572Z Downloaded serde_regex v1.1.0
19232026-08-25T07:34:03.572Z Downloaded similar-asserts v1.7.0
19242026-08-25T07:34:03.572Z Downloaded rust-argon2 v2.1.0
19252026-08-25T07:34:03.572Z Downloaded plotters v0.3.7
19262026-08-25T07:34:03.572Z Downloaded rstest v0.25.0
19272026-08-25T07:34:03.572Z Downloaded supports-hyperlinks v2.1.0
19282026-08-25T07:34:03.572Z Downloaded terminal_size v0.1.17
19292026-08-25T07:34:03.572Z Downloaded target-triple v1.0.0
19302026-08-25T07:34:03.572Z Downloaded stringmetrics v2.2.2
19312026-08-25T07:34:03.572Z Downloaded supports-color v2.1.0
19322026-08-25T07:34:03.572Z Downloaded supports-unicode v2.1.0
19332026-08-25T07:34:03.573Z Downloaded termcolor v1.4.1
19342026-08-25T07:34:03.573Z Downloaded rstest_macros v0.25.0
19352026-08-25T07:34:03.573Z Downloaded target-lexicon v0.13.3
19362026-08-25T07:34:03.573Z Downloaded target-spec v3.5.7
19372026-08-25T07:34:03.573Z Downloaded textwrap v0.15.2
19382026-08-25T07:34:03.573Z Downloaded tinytemplate v1.2.1
19392026-08-25T07:34:03.573Z Downloaded trybuild v1.0.116
19402026-08-25T07:34:03.601Z Downloaded httpmock v0.8.3
19412026-08-25T07:34:05.437Z Checking cfg-if v1.0.4
19422026-08-25T07:34:05.818Z Checking serde_core v1.0.229
19432026-08-25T07:34:05.818Z Checking libc v0.2.185
19442026-08-25T07:34:05.902Z Checking memchr v2.8.0
19452026-08-25T07:34:05.945Z Checking smallvec v1.15.1
19462026-08-25T07:34:05.984Z Checking rand_core v0.10.0
19472026-08-25T07:34:06.018Z Checking itoa v1.0.17
19482026-08-25T07:34:06.057Z Checking subtle v2.6.1
19492026-08-25T07:34:06.105Z Checking libm v0.2.16
19502026-08-25T07:34:06.147Z Checking log v0.4.33
19512026-08-25T07:34:06.198Z Checking typenum v1.20.1
19522026-08-25T07:34:06.242Z Checking scopeguard v1.2.0
19532026-08-25T07:34:06.274Z Checking zmij v1.0.21
19542026-08-25T07:34:06.311Z Checking getrandom v0.4.3
19552026-08-25T07:34:06.314Z Checking errno v0.3.14
19562026-08-25T07:34:06.382Z Checking stable_deref_trait v1.2.1
19572026-08-25T07:34:06.385Z Checking lock_api v0.4.14
19582026-08-25T07:34:06.488Z Checking zerofrom v0.1.6
19592026-08-25T07:34:06.535Z Checking percent-encoding v2.3.2
19602026-08-25T07:34:06.539Z Checking litemap v0.8.1
19612026-08-25T07:34:06.568Z Checking writeable v0.6.2
19622026-08-25T07:34:06.665Z Checking icu_properties_data v2.1.2
19632026-08-25T07:34:06.698Z Checking yoke v0.8.1
19642026-08-25T07:34:06.737Z Checking icu_normalizer_data v2.1.1
19652026-08-25T07:34:06.788Z Checking form_urlencoded v1.2.2
19662026-08-25T07:34:06.827Z Checking num-traits v0.2.19
19672026-08-25T07:34:06.865Z Checking utf8_iter v1.0.4
19682026-08-25T07:34:06.903Z Checking zerovec v0.11.5
19692026-08-25T07:34:06.903Z Checking zerotrie v0.2.3
19702026-08-25T07:34:06.978Z Checking zerocopy v0.8.55
19712026-08-25T07:34:06.978Z Checking portable-atomic v1.13.1
19722026-08-25T07:34:07.014Z Checking pin-project-lite v0.2.17
19732026-08-25T07:34:07.084Z Checking critical-section v1.2.0
19742026-08-25T07:34:07.169Z Checking parking_lot_core v0.9.12
19752026-08-25T07:34:07.220Z Checking signal-hook-registry v1.4.8
19762026-08-25T07:34:07.266Z Checking mio v1.2.0
19772026-08-25T07:34:07.350Z Checking serde v1.0.229
19782026-08-25T07:34:07.388Z Checking bitflags v2.11.0
19792026-08-25T07:34:07.391Z Checking serde_json v1.0.151
19802026-08-25T07:34:07.428Z Checking tinystr v0.8.2
19812026-08-25T07:34:07.490Z Checking potential_utf v0.1.4
19822026-08-25T07:34:07.493Z Checking once_cell v1.21.3
19832026-08-25T07:34:07.570Z Checking parking_lot v0.12.5
19842026-08-25T07:34:07.614Z Checking iana-time-zone v0.1.65
19852026-08-25T07:34:07.655Z Checking icu_collections v2.1.1
19862026-08-25T07:34:07.658Z Checking icu_locale_core v2.1.1
19872026-08-25T07:34:07.733Z Checking uuid v1.23.4
19882026-08-25T07:34:07.776Z Checking zeroize v1.9.0
19892026-08-25T07:34:07.779Z Checking bytes v1.11.1
19902026-08-25T07:34:07.779Z Checking chrono v0.4.45
19912026-08-25T07:34:07.974Z Checking socket2 v0.6.3
19922026-08-25T07:34:08.027Z Checking semver v1.0.28
19932026-08-25T07:34:08.077Z Checking thiserror v2.0.18
19942026-08-25T07:34:08.141Z Checking dyn-clone v1.0.20
19952026-08-25T07:34:08.212Z Checking icu_provider v2.1.1
19962026-08-25T07:34:08.261Z Checking futures-core v0.3.32
19972026-08-25T07:34:08.262Z Checking rustix v1.1.4
19982026-08-25T07:34:08.267Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19992026-08-25T07:34:08.267Z Checking equivalent v1.0.2
20002026-08-25T07:34:08.368Z Checking tokio v1.52.1
20012026-08-25T07:34:08.439Z Checking getrandom v0.2.17
20022026-08-25T07:34:08.476Z Checking icu_normalizer v2.1.1
20032026-08-25T07:34:08.479Z Checking icu_properties v2.1.2
20042026-08-25T07:34:08.634Z Checking rand_core v0.6.4
20052026-08-25T07:34:08.680Z Checking cmov v0.5.4
20062026-08-25T07:34:08.719Z Checking byteorder v1.5.0
20072026-08-25T07:34:08.811Z Checking futures-sink v0.3.32
20082026-08-25T07:34:08.849Z Checking futures-task v0.3.32
20092026-08-25T07:34:08.899Z Checking ctutils v0.4.2
20102026-08-25T07:34:08.939Z Checking futures-channel v0.3.32
20112026-08-25T07:34:08.977Z Checking futures-io v0.3.32
20122026-08-25T07:34:09.013Z Checking slab v0.4.12
20132026-08-25T07:34:09.136Z Checking getrandom v0.3.4
20142026-08-25T07:34:09.159Z Checking hybrid-array v0.4.13
20152026-08-25T07:34:09.159Z Checking generic-array v0.14.7
20162026-08-25T07:34:09.164Z Checking hashbrown v0.17.0
20172026-08-25T07:34:09.229Z Checking futures-util v0.3.32
20182026-08-25T07:34:09.305Z Checking regex-syntax v0.8.10
20192026-08-25T07:34:09.352Z Checking idna_adapter v1.2.1
20202026-08-25T07:34:09.500Z Checking idna v1.1.0
20212026-08-25T07:34:09.675Z Checking fnv v1.0.7
20222026-08-25T07:34:09.716Z Checking indexmap v2.14.0
20232026-08-25T07:34:09.762Z Checking ppv-lite86 v0.2.21
20242026-08-25T07:34:09.765Z Checking url v2.5.8
20252026-08-25T07:34:09.833Z Checking thiserror v1.0.69
20262026-08-25T07:34:09.929Z Checking crypto-common v0.2.2
20272026-08-25T07:34:09.969Z Checking const-oid v0.9.6
20282026-08-25T07:34:10.084Z Checking base64ct v1.8.3
20292026-08-25T07:34:10.260Z Checking schemars v0.8.22
20302026-08-25T07:34:10.300Z Checking crypto-common v0.1.7
20312026-08-25T07:34:10.355Z Checking block-buffer v0.12.1
20322026-08-25T07:34:10.454Z Checking base64 v0.22.1
20332026-08-25T07:34:10.548Z Checking block-buffer v0.10.4
20342026-08-25T07:34:10.586Z Checking utf8parse v0.2.2
20352026-08-25T07:34:10.626Z Checking rand_core v0.9.5
20362026-08-25T07:34:10.669Z Checking anstyle v1.0.14
20372026-08-25T07:34:10.712Z Checking http v1.4.2
20382026-08-25T07:34:10.716Z Checking digest v0.10.7
20392026-08-25T07:34:10.716Z Checking erased-serde v0.3.31
20402026-08-25T07:34:10.827Z Checking tracing-core v0.1.36
20412026-08-25T07:34:10.875Z Checking is_terminal_polyfill v1.70.2
20422026-08-25T07:34:10.924Z Checking const-oid v0.10.2
20432026-08-25T07:34:10.972Z Checking anstyle-query v1.1.5
20442026-08-25T07:34:11.013Z Checking colorchoice v1.0.4
20452026-08-25T07:34:11.094Z Checking rand_chacha v0.9.0
20462026-08-25T07:34:11.541Z Checking terminal_size v0.4.3
20472026-08-25T07:34:11.544Z Checking anstyle-parse v1.0.0
20482026-08-25T07:34:11.544Z Checking tracing v0.1.44
20492026-08-25T07:34:11.544Z Checking slog v2.8.2
20502026-08-25T07:34:11.544Z Checking fastrand v2.3.0
20512026-08-25T07:34:11.544Z Checking ipnet v2.12.0
20522026-08-25T07:34:11.544Z Checking rand v0.9.2
20532026-08-25T07:34:11.544Z Checking aho-corasick v1.1.4
20542026-08-25T07:34:11.544Z Checking anstream v1.0.0
20552026-08-25T07:34:11.544Z Checking strsim v0.11.1
20562026-08-25T07:34:11.544Z Checking unicode-ident v1.0.24
20572026-08-25T07:34:11.544Z Checking clap_lex v1.0.0
20582026-08-25T07:34:11.605Z Checking tempfile v3.27.0
20592026-08-25T07:34:11.645Z Checking proc-macro2 v1.0.106
20602026-08-25T07:34:11.685Z Checking digest v0.11.3
20612026-08-25T07:34:11.689Z Checking tokio-util v0.7.18
20622026-08-25T07:34:11.722Z Checking crossbeam-utils v0.8.21
20632026-08-25T07:34:11.793Z Checking clap_builder v4.6.0
20642026-08-25T07:34:11.832Z Checking cpufeatures v0.3.0
20652026-08-25T07:34:11.898Z Checking allocator-api2 v0.2.21
20662026-08-25T07:34:11.901Z Checking ipnetwork v0.21.1
20672026-08-25T07:34:11.972Z Checking powerfmt v0.2.0
20682026-08-25T07:34:12.010Z Checking quote v1.0.45
20692026-08-25T07:34:12.082Z Checking regex-automata v0.4.14
20702026-08-25T07:34:12.121Z Checking httparse v1.10.1
20712026-08-25T07:34:12.159Z Checking deranged v0.5.8
20722026-08-25T07:34:12.196Z Checking cpufeatures v0.2.17
20732026-08-25T07:34:12.235Z Checking syn v2.0.117
20742026-08-25T07:34:12.239Z Checking time-core v0.1.8
20752026-08-25T07:34:12.304Z Checking num_threads v0.1.7
20762026-08-25T07:34:12.354Z Checking num-conv v0.2.0
20772026-08-25T07:34:12.400Z Checking anyhow v1.0.104
20782026-08-25T07:34:12.439Z Checking rustls-pki-types v1.14.0
20792026-08-25T07:34:12.443Z Checking aws-lc-sys v0.40.0
20802026-08-25T07:34:12.517Z Checking untrusted v0.7.1
20812026-08-25T07:34:12.629Z Checking http-body v1.0.1
20822026-08-25T07:34:12.660Z Checking atomic-waker v1.1.2
20832026-08-25T07:34:12.782Z Checking hex v0.4.3
20842026-08-25T07:34:12.785Z Checking try-lock v0.2.5
20852026-08-25T07:34:12.857Z Checking httpdate v1.0.3
20862026-08-25T07:34:12.913Z Checking simd-adler32 v0.3.8
20872026-08-25T07:34:12.989Z Checking aws-lc-rs v1.16.3
20882026-08-25T07:34:13.029Z Checking want v0.3.1
20892026-08-25T07:34:13.068Z Checking clap v4.6.1
20902026-08-25T07:34:13.073Z Checking h2 v0.4.15
20912026-08-25T07:34:13.142Z Checking time v0.3.47
20922026-08-25T07:34:13.146Z Checking spin v0.9.8
20932026-08-25T07:34:13.215Z Checking tower-layer v0.3.3
20942026-08-25T07:34:13.219Z Checking untrusted v0.9.0
20952026-08-25T07:34:13.388Z Checking ryu v1.0.23
20962026-08-25T07:34:13.392Z Checking tower-service v0.3.3
20972026-08-25T07:34:13.462Z Checking adler2 v2.0.1
20982026-08-25T07:34:13.545Z Checking oxnet v0.1.6
20992026-08-25T07:34:13.584Z Checking pem-rfc7468 v0.7.0
21002026-08-25T07:34:13.623Z Checking miniz_oxide v0.8.9
21012026-08-25T07:34:13.774Z Checking flagset v0.4.7
21022026-08-25T07:34:13.814Z Checking rustls-webpki v0.103.13
21032026-08-25T07:34:13.827Z Checking unicode-width v0.2.0
21042026-08-25T07:34:13.957Z Checking block-padding v0.4.2
21052026-08-25T07:34:13.961Z Checking der v0.7.10
21062026-08-25T07:34:14.087Z Checking camino v1.2.5
21072026-08-25T07:34:14.130Z Checking mime v0.3.17
21082026-08-25T07:34:14.189Z Checking inout v0.2.2
21092026-08-25T07:34:14.314Z Checking pretty-hex v0.4.1
21102026-08-25T07:34:14.354Z Checking http-body-util v0.1.3
21112026-08-25T07:34:14.394Z Checking rustls v0.23.41
21122026-08-25T07:34:14.397Z Checking plain v0.2.3
21132026-08-25T07:34:14.397Z Checking cipher v0.5.2
21142026-08-25T07:34:14.501Z Checking rand_chacha v0.3.1
21152026-08-25T07:34:14.537Z Checking openssl-probe v0.2.1
21162026-08-25T07:34:14.574Z Checking ucd-trie v0.1.7
21172026-08-25T07:34:14.611Z Checking regex v1.12.3
21182026-08-25T07:34:14.671Z Checking serde_urlencoded v0.7.1
21192026-08-25T07:34:14.730Z Checking rand v0.8.6
21202026-08-25T07:34:14.734Z Checking pest v2.8.6
21212026-08-25T07:34:14.734Z Checking encoding_rs v0.8.35
21222026-08-25T07:34:14.838Z Checking spki v0.7.3
21232026-08-25T07:34:14.943Z Checking futures-executor v0.3.32
21242026-08-25T07:34:14.956Z Checking crc32fast v1.5.0
21252026-08-25T07:34:15.038Z Checking bit-vec v0.8.0
21262026-08-25T07:34:15.083Z Checking futures v0.3.32
21272026-08-25T07:34:15.121Z Checking wait-timeout v0.2.1
21282026-08-25T07:34:15.191Z Checking either v1.15.0
21292026-08-25T07:34:15.263Z Checking bit-set v0.8.0
21302026-08-25T07:34:15.301Z Checking pkcs8 v0.10.2
21312026-08-25T07:34:15.305Z Checking sync_wrapper v1.0.2
21322026-08-25T07:34:15.405Z Checking quick-error v1.2.3
21332026-08-25T07:34:15.443Z Checking rand_xorshift v0.4.0
21342026-08-25T07:34:15.480Z Checking tower v0.5.3
21352026-08-25T07:34:15.518Z Checking unarray v0.1.4
21362026-08-25T07:34:15.556Z Checking rusty-fork v0.3.1
21372026-08-25T07:34:15.598Z Checking foldhash v0.2.0
21382026-08-25T07:34:15.649Z Checking zlib-rs v0.6.2
21392026-08-25T07:34:15.758Z Checking iri-string v0.7.10
21402026-08-25T07:34:15.798Z Checking proptest v1.11.0
21412026-08-25T07:34:15.801Z Checking hashbrown v0.16.1
21422026-08-25T07:34:15.870Z Checking sha2 v0.10.9
21432026-08-25T07:34:15.940Z Checking openapiv3 v2.2.0
21442026-08-25T07:34:15.977Z Checking hyper v1.10.1
21452026-08-25T07:34:16.242Z Checking static_assertions v1.1.0
21462026-08-25T07:34:16.280Z Checking lazy_static v1.5.0
21472026-08-25T07:34:16.357Z Checking tinyvec_macros v0.1.1
21482026-08-25T07:34:16.401Z Checking rustls-native-certs v0.8.3
21492026-08-25T07:34:16.456Z Checking tinyvec v1.10.0
21502026-08-25T07:34:16.563Z Checking hubpack v0.1.2
21512026-08-25T07:34:16.608Z Checking flate2 v1.1.9
21522026-08-25T07:34:16.721Z Checking tokio-rustls v0.26.4
21532026-08-25T07:34:16.769Z Checking psl-types v2.0.11
21542026-08-25T07:34:16.807Z Checking cookie v0.18.1
21552026-08-25T07:34:16.842Z Checking tower-http v0.6.8
21562026-08-25T07:34:16.912Z Checking publicsuffix v2.3.0
21572026-08-25T07:34:16.952Z Checking signature v2.2.0
21582026-08-25T07:34:16.955Z Checking hyper-util v0.1.20
21592026-08-25T07:34:17.023Z Checking num-integer v0.1.46
21602026-08-25T07:34:17.115Z Checking strum v0.26.3
21612026-08-25T07:34:17.153Z Checking cookie_store v0.22.1
21622026-08-25T07:34:17.156Z Checking rustls-platform-verifier v0.6.2
21632026-08-25T07:34:17.156Z Checking ahash v0.8.12
21642026-08-25T07:34:17.216Z Checking scroll v0.13.0
21652026-08-25T07:34:17.265Z Checking unicode-width v0.1.14
21662026-08-25T07:34:17.292Z Checking toml_datetime v0.6.11
21672026-08-25T07:34:17.324Z Checking serde_spanned v0.6.9
21682026-08-25T07:34:17.395Z Checking memmap2 v0.9.10
21692026-08-25T07:34:17.459Z Checking data-encoding v2.10.0
21702026-08-25T07:34:17.497Z Checking dtrace-parser v0.3.0
21712026-08-25T07:34:17.501Z Checking goblin v0.10.5
21722026-08-25T07:34:17.501Z Checking bstr v1.12.1
21732026-08-25T07:34:17.605Z Checking hmac v0.12.1
21742026-08-25T07:34:17.611Z Checking thread-id v5.1.0
21752026-08-25T07:34:17.677Z Checking newtype-uuid v1.3.2
21762026-08-25T07:34:17.743Z Checking base64 v0.21.7
21772026-08-25T07:34:17.781Z Checking x509-cert v0.2.5
21782026-08-25T07:34:17.785Z Checking crossbeam-epoch v0.9.18
21792026-08-25T07:34:17.785Z Checking num-iter v0.1.45
21802026-08-25T07:34:17.900Z Checking daft v0.1.8
21812026-08-25T07:34:17.956Z Checking memoffset v0.9.1
21822026-08-25T07:34:17.994Z Checking scroll v0.12.0
21832026-08-25T07:34:18.030Z Checking zerocopy v0.7.35
21842026-08-25T07:34:18.068Z Checking rustix v0.38.44
21852026-08-25T07:34:18.105Z Checking env_filter v2.0.0
21862026-08-25T07:34:18.197Z Checking unicode-segmentation v1.12.0
21872026-08-25T07:34:18.247Z Checking goblin v0.8.2
21882026-08-25T07:34:18.251Z Checking hyper-rustls v0.27.7
21892026-08-25T07:34:18.320Z Checking smawk v0.3.2
21902026-08-25T07:34:18.471Z Checking tap v1.0.1
21912026-08-25T07:34:18.474Z Checking unicode-linebreak v0.1.5
21922026-08-25T07:34:18.547Z Checking env_logger v0.11.11
21932026-08-25T07:34:18.550Z Checking reqwest v0.13.2
21942026-08-25T07:34:18.550Z Checking num-bigint-dig v0.8.6
21952026-08-25T07:34:18.618Z Checking wyz v0.5.1
21962026-08-25T07:34:18.739Z Checking dtrace-parser v0.2.0
21972026-08-25T07:34:18.780Z Checking pkcs1 v0.7.5
21982026-08-25T07:34:18.854Z Checking ff v0.13.1
21992026-08-25T07:34:18.895Z Checking radium v0.7.0
22002026-08-25T07:34:19.001Z Checking thread-id v4.2.2
22012026-08-25T07:34:19.039Z Checking base16ct v0.2.0
22022026-08-25T07:34:19.042Z Checking crc-catalog v2.4.0
22032026-08-25T07:34:19.113Z Checking funty v2.0.0
22042026-08-25T07:34:19.116Z Checking same-file v1.0.6
22052026-08-25T07:34:19.192Z Checking winnow v1.0.3
22062026-08-25T07:34:19.199Z Checking crc v3.4.0
22072026-08-25T07:34:19.293Z Checking walkdir v2.5.0
22082026-08-25T07:34:19.420Z Checking rsa v0.9.10
22092026-08-25T07:34:19.463Z Checking bitvec v1.0.1
22102026-08-25T07:34:19.467Z Checking sec1 v0.7.3
22112026-08-25T07:34:19.534Z Checking group v0.13.0
22122026-08-25T07:34:19.537Z Checking nix v0.31.2
22132026-08-25T07:34:19.709Z Checking hkdf v0.12.4
22142026-08-25T07:34:19.747Z Checking unicode-normalization v0.1.25
22152026-08-25T07:34:19.874Z Checking crypto-bigint v0.5.5
22162026-08-25T07:34:19.913Z Checking dof v0.4.0
22172026-08-25T07:34:19.953Z Checking zerocopy v0.6.6
22182026-08-25T07:34:20.062Z Checking maybe-uninit v2.0.0
22192026-08-25T07:34:20.162Z Checking nodrop v0.1.14
22202026-08-25T07:34:20.208Z Checking winnow v0.5.40
22212026-08-25T07:34:20.212Z Checking dof v0.3.0
22222026-08-25T07:34:20.271Z Checking gimli v0.32.3
22232026-08-25T07:34:20.307Z Checking is_ci v1.2.0
22242026-08-25T07:34:20.429Z Checking foreign-types-shared v0.1.1
22252026-08-25T07:34:20.540Z Checking foldhash v0.1.5
22262026-08-25T07:34:20.546Z Checking usdt-impl v0.5.0
22272026-08-25T07:34:20.610Z Checking usdt-impl v0.6.0
22282026-08-25T07:34:20.704Z Checking hashbrown v0.15.5
22292026-08-25T07:34:20.790Z Checking foreign-types v0.3.2
22302026-08-25T07:34:20.828Z Checking elliptic-curve v0.13.8
22312026-08-25T07:34:20.832Z Checking packed_struct v0.10.1
22322026-08-25T07:34:20.904Z Checking array-init v0.0.4
22332026-08-25T07:34:20.907Z Checking smallvec v0.6.14
22342026-08-25T07:34:20.974Z Checking usdt v0.6.0
22352026-08-25T07:34:21.149Z Checking serde_with v3.21.0
22362026-08-25T07:34:21.193Z Checking bitfield v0.19.4
22372026-08-25T07:34:21.204Z Checking bzip2-sys v0.1.13+1.0.8
22382026-08-25T07:34:21.224Z Checking openssl-sys v0.9.117
22392026-08-25T07:34:21.229Z Checking object v0.37.3
22402026-08-25T07:34:21.342Z Checking bitflags v1.3.2
22412026-08-25T07:34:21.382Z Checking toml_edit v0.19.15
22422026-08-25T07:34:21.447Z Checking rustc-demangle v0.1.27
22432026-08-25T07:34:21.492Z Checking hashbrown v0.12.3
22442026-08-25T07:34:21.711Z Checking keccak v0.1.6
22452026-08-25T07:34:21.716Z Checking siphasher v1.0.2
22462026-08-25T07:34:21.847Z Checking addr2line v0.25.1
22472026-08-25T07:34:21.895Z Checking sha3 v0.10.8
22482026-08-25T07:34:21.935Z Checking openssl v0.10.80
22492026-08-25T07:34:21.940Z Checking indexmap v1.9.3
22502026-08-25T07:34:22.005Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22512026-08-25T07:34:22.134Z Checking bzip2 v0.4.4
22522026-08-25T07:34:22.166Z Checking serde-hex v0.1.0
22532026-08-25T07:34:22.308Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22542026-08-25T07:34:22.343Z Checking toml_parser v1.1.2+spec-1.1.0
22552026-08-25T07:34:22.449Z Checking toml v0.7.8
22562026-08-25T07:34:22.492Z Checking ron v0.8.1
22572026-08-25T07:34:22.681Z Checking hashbrown v0.13.2
22582026-08-25T07:34:22.720Z Checking itertools v0.13.0
22592026-08-25T07:34:22.786Z Checking signal-hook v0.3.18
22602026-08-25T07:34:23.053Z Checking crc-any v2.5.0
22612026-08-25T07:34:23.081Z Checking managed v0.8.0
22622026-08-25T07:34:23.133Z Checking object v0.30.4
22632026-08-25T07:34:23.207Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22642026-08-25T07:34:23.259Z Checking zip v0.6.6
22652026-08-25T07:34:23.398Z Checking globset v0.4.18
22662026-08-25T07:34:23.614Z Checking itertools v0.15.0
22672026-08-25T07:34:23.656Z Checking backtrace v0.3.76
22682026-08-25T07:34:24.098Z Checking chacha20 v0.10.0
22692026-08-25T07:34:24.101Z Checking curve25519-dalek v4.1.3
22702026-08-25T07:34:24.101Z Checking winnow v0.7.14
22712026-08-25T07:34:24.101Z Checking toml_write v0.1.2
22722026-08-25T07:34:24.101Z Checking path-slash v0.1.5
22732026-08-25T07:34:24.101Z Checking backtrace-ext v0.2.1
22742026-08-25T07:34:24.104Z Checking native-tls v0.2.18
22752026-08-25T07:34:24.144Z Checking signal-hook-mio v0.2.5
22762026-08-25T07:34:24.147Z Checking textwrap v0.16.2
22772026-08-25T07:34:24.282Z Checking ed25519 v2.2.3
22782026-08-25T07:34:24.319Z Checking ref-cast v1.0.25
22792026-08-25T07:34:24.417Z Checking pin-project v1.1.11
22802026-08-25T07:34:24.475Z Checking jiff-core v0.1.0
22812026-08-25T07:34:24.504Z Checking tokio-native-tls v0.3.1
22822026-08-25T07:34:24.544Z Checking ed25519-dalek v2.2.0
22832026-08-25T07:34:24.548Z Checking pem v3.0.6
22842026-08-25T07:34:24.692Z Checking zstd-sys v2.0.16+zstd.1.5.7
22852026-08-25T07:34:24.755Z Checking owo-colors v4.3.0
22862026-08-25T07:34:24.794Z Checking fixedbitset v0.5.7
22872026-08-25T07:34:24.833Z Checking hyper-tls v0.6.0
22882026-08-25T07:34:24.833Z Checking zstd-safe v7.2.4
22892026-08-25T07:34:25.001Z Checking toml_edit v0.22.27
22902026-08-25T07:34:25.042Z Checking petgraph v0.8.3
22912026-08-25T07:34:25.048Z Checking snafu v0.8.9
22922026-08-25T07:34:25.116Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22932026-08-25T07:34:25.121Z Checking crossterm v0.28.1
22942026-08-25T07:34:25.187Z Checking jiff v0.2.34
22952026-08-25T07:34:25.228Z Checking supports-color v3.0.2
22962026-08-25T07:34:25.342Z Checking similar v2.7.0
22972026-08-25T07:34:25.345Z Checking fs-err v3.3.0
22982026-08-25T07:34:25.413Z Checking hash32 v0.2.1
22992026-08-25T07:34:25.598Z Checking serde-big-array v0.5.1
23002026-08-25T07:34:25.702Z Checking serde_plain v1.0.2
23012026-08-25T07:34:25.778Z Checking unicode-properties v0.1.4
23022026-08-25T07:34:26.190Z Checking unicode-bidi v0.3.18
23032026-08-25T07:34:26.193Z Checking typed-path v0.9.3
23042026-08-25T07:34:26.193Z Checking bumpalo v3.20.2
23052026-08-25T07:34:26.193Z Checking libbz2-rs-sys v0.2.2
23062026-08-25T07:34:26.193Z Checking predicates-core v1.0.10
23072026-08-25T07:34:26.194Z Checking stringprep v0.1.5
23082026-08-25T07:34:26.194Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23092026-08-25T07:34:26.194Z Checking zopfli v0.8.3
23102026-08-25T07:34:26.254Z Checking heapless v0.7.17
23112026-08-25T07:34:26.322Z Checking zstd v0.13.3
23122026-08-25T07:34:26.376Z Checking bzip2 v0.6.1
23132026-08-25T07:34:26.530Z Checking reqwest v0.12.28
23142026-08-25T07:34:26.569Z Checking hickory-proto v0.25.2
23152026-08-25T07:34:26.572Z Checking byte-wrapper v0.1.0
23162026-08-25T07:34:26.572Z Checking md-5 v0.10.6
23172026-08-25T07:34:26.680Z Checking float-cmp v0.10.0
23182026-08-25T07:34:26.685Z Checking difflib v0.4.0
23192026-08-25T07:34:26.751Z Checking fallible-iterator v0.2.0
23202026-08-25T07:34:26.789Z Checking normalize-line-endings v0.3.0
23212026-08-25T07:34:26.828Z Checking supports-unicode v3.0.0
23222026-08-25T07:34:26.868Z Checking supports-hyperlinks v3.2.0
23232026-08-25T07:34:26.948Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23242026-08-25T07:34:26.960Z Checking predicates v3.1.4
23252026-08-25T07:34:26.977Z Checking smoltcp v0.9.1
23262026-08-25T07:34:27.015Z Checking miette v7.6.0
23272026-08-25T07:34:27.055Z Checking postgres-protocol v0.6.10
23282026-08-25T07:34:27.100Z Checking zip v4.6.1
23292026-08-25T07:34:27.256Z Checking iddqd v0.4.2
23302026-08-25T07:34:27.328Z Checking phf_shared v0.11.3
23312026-08-25T07:34:27.391Z Checking phf_shared v0.13.1
23322026-08-25T07:34:27.500Z Checking olpc-cjson v0.1.4
23332026-08-25T07:34:27.539Z Checking oxide-generation v0.1.3
23342026-08-25T07:34:27.576Z Checking tokio-stream v0.1.18
23352026-08-25T07:34:27.613Z Checking derive_more v2.1.1
23362026-08-25T07:34:27.616Z Checking strum v0.27.2
23372026-08-25T07:34:27.688Z Checking new_debug_unreachable v1.0.6
23382026-08-25T07:34:27.722Z Checking precomputed-hash v0.1.1
23392026-08-25T07:34:27.760Z Checking fixedbitset v0.4.2
23402026-08-25T07:34:27.798Z Checking lalrpop-util v0.19.12
23412026-08-25T07:34:27.800Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23422026-08-25T07:34:27.830Z Checking tough v0.22.0
23432026-08-25T07:34:27.848Z Checking string_cache v0.8.9
23442026-08-25T07:34:27.936Z Checking petgraph v0.6.5
23452026-08-25T07:34:27.976Z Checking phf v0.13.1
23462026-08-25T07:34:28.010Z Checking postgres-types v0.2.12
23472026-08-25T07:34:28.107Z Checking buf-list v1.1.2
23482026-08-25T07:34:28.146Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23492026-08-25T07:34:28.185Z Checking peg-runtime v0.8.5
23502026-08-25T07:34:28.302Z Checking whoami v2.1.0
23512026-08-25T07:34:28.386Z Checking is-terminal v0.4.17
23522026-08-25T07:34:28.435Z Checking crossbeam-channel v0.5.15
23532026-08-25T07:34:28.476Z Checking thread_local v1.1.9
23542026-08-25T07:34:28.515Z Checking term v1.2.1
23552026-08-25T07:34:28.553Z Checking tokio-postgres v0.7.16
23562026-08-25T07:34:28.670Z Checking take_mut v0.2.2
23572026-08-25T07:34:28.762Z Checking slog-term v2.9.2
23582026-08-25T07:34:28.800Z Compiling newtype-uuid-macros v0.1.0
23592026-08-25T07:34:28.803Z Checking slog-async v2.8.0
23602026-08-25T07:34:29.002Z Compiling multer v3.1.0
23612026-08-25T07:34:29.043Z Compiling async-stream-impl v0.3.6
23622026-08-25T07:34:29.217Z Checking match_cfg v0.1.0
23632026-08-25T07:34:29.311Z Checking slog-json v2.6.1
23642026-08-25T07:34:29.350Z Checking hostname v0.3.1
23652026-08-25T07:34:29.468Z Compiling dropshot v0.17.1
23662026-08-25T07:34:29.507Z Checking debug-ignore v1.0.5
23672026-08-25T07:34:29.510Z Checking slog-bunyan v2.5.0
23682026-08-25T07:34:29.603Z Compiling dropshot_endpoint v0.17.1
23692026-08-25T07:34:29.641Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23702026-08-25T07:34:29.677Z Checking serde_path_to_error v0.1.20
23712026-08-25T07:34:29.713Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23722026-08-25T07:34:29.823Z Checking sha1 v0.11.0
23732026-08-25T07:34:29.863Z Checking toml_datetime v1.1.1+spec-1.1.0
23742026-08-25T07:34:29.867Z Checking serde_spanned v1.1.1
23752026-08-25T07:34:29.969Z Checking compression-core v0.4.31
23762026-08-25T07:34:30.043Z Checking toml_writer v1.1.1+spec-1.1.0
23772026-08-25T07:34:30.082Z Checking progenitor-client v0.14.0
23782026-08-25T07:34:30.124Z Checking compression-codecs v0.4.37
23792026-08-25T07:34:30.156Z Checking async-stream v0.3.6
23802026-08-25T07:34:30.159Z Checking rustls-pemfile v2.2.0
23812026-08-25T07:34:30.296Z Checking toml v1.1.2+spec-1.1.0
23822026-08-25T07:34:30.332Z Checking waitgroup v0.1.2
23832026-08-25T07:34:30.335Z Checking async-compression v0.4.41
23842026-08-25T07:34:30.335Z Checking hostname v0.4.2
23852026-08-25T07:34:30.437Z Checking atomicwrites v0.4.4
23862026-08-25T07:34:30.440Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23872026-08-25T07:34:30.513Z Compiling parse-display-derive v0.10.0
23882026-08-25T07:34:30.515Z Checking macaddr v1.0.1
23892026-08-25T07:34:30.615Z Checking regress v0.10.5
23902026-08-25T07:34:30.631Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23912026-08-25T07:34:30.662Z Checking instant v0.1.13
23922026-08-25T07:34:30.665Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23932026-08-25T07:34:30.752Z Checking itertools v0.14.0
23942026-08-25T07:34:30.789Z Checking backoff v0.4.0
23952026-08-25T07:34:30.886Z Checking backon v1.6.0
23962026-08-25T07:34:30.949Z Checking humantime v2.3.0
23972026-08-25T07:34:30.997Z Compiling convert_case v0.4.0
23982026-08-25T07:34:31.055Z Checking half v2.7.1
23992026-08-25T07:34:31.092Z Checking progenitor-extras v0.2.0
24002026-08-25T07:34:31.156Z Checking ciborium-io v0.2.2
24012026-08-25T07:34:31.279Z Checking heck v0.5.0
24022026-08-25T07:34:31.364Z Checking ciborium-ll v0.2.2
24032026-08-25T07:34:31.369Z Checking secrecy v0.10.3
24042026-08-25T07:34:31.401Z Compiling derive_more v0.99.20
24052026-08-25T07:34:31.474Z Checking camino-tempfile v1.4.1
24062026-08-25T07:34:31.555Z Checking indent_write v2.2.0
24072026-08-25T07:34:31.599Z Checking ciborium v0.2.2
24082026-08-25T07:34:31.699Z Compiling crucible-workspace-hack v0.1.0
24092026-08-25T07:34:31.735Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24102026-08-25T07:34:31.866Z Compiling regress v0.11.1
24112026-08-25T07:34:32.049Z Checking inout v0.1.4
24122026-08-25T07:34:32.092Z Checking universal-hash v0.5.1
24132026-08-25T07:34:32.096Z Compiling thiserror-impl-no-std v2.0.2
24142026-08-25T07:34:32.128Z Checking opaque-debug v0.3.1
24152026-08-25T07:34:32.216Z Checking cipher v0.4.4
24162026-08-25T07:34:32.219Z Checking parse-display v0.10.0
24172026-08-25T07:34:32.290Z Checking blake2 v0.10.6
24182026-08-25T07:34:32.298Z Checking poly1305 v0.8.0
24192026-08-25T07:34:32.428Z Checking aead v0.5.2
24202026-08-25T07:34:32.466Z Checking chacha20 v0.9.1
24212026-08-25T07:34:32.557Z Checking password-hash v0.5.0
24222026-08-25T07:34:32.603Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24232026-08-25T07:34:32.638Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24242026-08-25T07:34:32.688Z Checking chacha20poly1305 v0.10.1
24252026-08-25T07:34:32.806Z Checking argon2 v0.5.3
24262026-08-25T07:34:32.882Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24272026-08-25T07:34:33.025Z Compiling unsafe-libyaml v0.2.11
24282026-08-25T07:34:33.111Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24292026-08-25T07:34:33.173Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-08-25T07:34:33.306Z Checking thiserror-no-std v2.0.2
24312026-08-25T07:34:33.370Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24322026-08-25T07:34:33.422Z Checking vsss-rs v3.3.4
24332026-08-25T07:34:33.425Z Checking swrite v0.1.0
24342026-08-25T07:34:33.576Z Compiling typify-impl v0.6.2
24352026-08-25T07:34:33.795Z Compiling serde_yaml v0.9.34+deprecated
24362026-08-25T07:34:34.055Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24372026-08-25T07:34:34.556Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24382026-08-25T07:34:34.776Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24392026-08-25T07:34:34.813Z Checking crossbeam-deque v0.8.6
24402026-08-25T07:34:34.904Z Compiling rayon-core v1.13.0
24412026-08-25T07:34:35.052Z Compiling num-derive v0.4.2
24422026-08-25T07:34:35.099Z Compiling toml_datetime v0.7.5+spec-1.1.0
24432026-08-25T07:34:35.291Z Compiling toml_edit v0.23.10+spec-1.0.0
24442026-08-25T07:34:35.375Z Compiling proc-macro-error v1.0.4
24452026-08-25T07:34:35.546Z Checking rayon v1.11.0
24462026-08-25T07:34:35.629Z Checking tabwriter v1.4.1
24472026-08-25T07:34:35.706Z Checking glob v0.3.3
24482026-08-25T07:34:35.744Z Compiling illumos-nvpair-sys v0.2.0
24492026-08-25T07:34:35.813Z Compiling heapless v0.8.0
24502026-08-25T07:34:35.917Z Compiling proc-macro-crate v3.4.0
24512026-08-25T07:34:35.958Z Checking hash32 v0.3.1
24522026-08-25T07:34:36.115Z Compiling ingot-macros v0.2.0
24532026-08-25T07:34:36.190Z Compiling smoltcp v0.11.0
24542026-08-25T07:34:36.343Z Checking colored v3.1.1
24552026-08-25T07:34:36.381Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24562026-08-25T07:34:36.474Z Compiling num_enum_derive v0.7.6
24572026-08-25T07:34:36.641Z Checking illumos-nvpair v0.3.0
24582026-08-25T07:34:36.718Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24592026-08-25T07:34:36.764Z Checking toml v0.8.23
24602026-08-25T07:34:36.821Z Checking cobs v0.3.0
24612026-08-25T07:34:36.996Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24622026-08-25T07:34:37.095Z Checking postcard v1.1.3
24632026-08-25T07:34:37.132Z Checking rand v0.10.1
24642026-08-25T07:34:37.253Z Compiling proc-macro-crate v1.3.1
24652026-08-25T07:34:37.419Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24662026-08-25T07:34:37.597Z Checking num_enum v0.7.6
24672026-08-25T07:34:37.654Z Checking sigpipe v0.1.3
24682026-08-25T07:34:37.692Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24692026-08-25T07:34:37.730Z Compiling foreign-types-macros v0.2.3
24702026-08-25T07:34:37.768Z Checking foreign-types-shared v0.3.1
24712026-08-25T07:34:37.772Z Compiling num_enum_derive v0.5.11
24722026-08-25T07:34:38.032Z Compiling usdt-macro v0.5.0
24732026-08-25T07:34:38.118Z Compiling typify-macro v0.6.2
24742026-08-25T07:34:38.153Z Compiling usdt-attr-macro v0.5.0
24752026-08-25T07:34:38.230Z Checking cstr-argument v0.1.2
24762026-08-25T07:34:38.340Z Checking foreign-types v0.5.0
24772026-08-25T07:34:38.380Z Checking memmap v0.7.0
24782026-08-25T07:34:38.445Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24792026-08-25T07:34:38.542Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24802026-08-25T07:34:38.803Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24812026-08-25T07:34:38.847Z Checking num_enum v0.5.11
24822026-08-25T07:34:38.914Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24832026-08-25T07:34:38.969Z Checking usdt v0.5.0
24842026-08-25T07:34:39.008Z Checking ingot-types v0.2.0
24852026-08-25T07:34:39.013Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24862026-08-25T07:34:39.111Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24872026-08-25T07:34:39.116Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24882026-08-25T07:34:39.179Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24892026-08-25T07:34:39.188Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24902026-08-25T07:34:39.265Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24912026-08-25T07:34:39.340Z Compiling zone_cfg_derive v0.3.1
24922026-08-25T07:34:39.374Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24932026-08-25T07:34:39.409Z Checking ingot v0.2.1
24942026-08-25T07:34:39.457Z Checking itertools v0.12.1
24952026-08-25T07:34:39.567Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24962026-08-25T07:34:39.783Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24972026-08-25T07:34:39.864Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24982026-08-25T07:34:39.904Z Compiling typify v0.6.2
24992026-08-25T07:34:40.006Z Checking smf v0.2.3
25002026-08-25T07:34:40.042Z Compiling progenitor-impl v0.14.0
25012026-08-25T07:34:40.154Z Checking whoami v1.6.1
25022026-08-25T07:34:40.175Z Compiling derive-where v1.6.0
25032026-08-25T07:34:40.258Z Checking tokio-dtrace v0.1.1
25042026-08-25T07:34:40.337Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25052026-08-25T07:34:40.472Z Checking oxide-tokio-rt v0.1.4
25062026-08-25T07:34:40.510Z Checking zone v0.3.1
25072026-08-25T07:34:40.672Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25082026-08-25T07:34:40.843Z Checking console v0.15.11
25092026-08-25T07:34:40.895Z Checking newline-converter v0.3.0
25102026-08-25T07:34:41.021Z Checking bytecount v0.6.9
25112026-08-25T07:34:41.058Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25122026-08-25T07:34:41.062Z Checking num-rational v0.4.2
25132026-08-25T07:34:41.155Z Checking expectorate v1.2.0
25142026-08-25T07:34:41.189Z Checking num-complex v0.4.6
25152026-08-25T07:34:41.308Z Compiling cancel-safe-futures v0.1.5
25162026-08-25T07:34:41.402Z Checking float-ord v0.3.2
25172026-08-25T07:34:41.505Z Checking oxide-update-engine-types v0.1.2
25182026-08-25T07:34:41.542Z Checking linear-map v1.2.0
25192026-08-25T07:34:41.623Z Checking num v0.4.3
25202026-08-25T07:34:41.730Z Checking gethostname v0.5.0
25212026-08-25T07:34:41.790Z Compiling prettyplease v0.2.37
25222026-08-25T07:34:41.847Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25232026-08-25T07:34:41.928Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25242026-08-25T07:34:42.266Z Checking resolv-conf v0.7.6
25252026-08-25T07:34:42.304Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25262026-08-25T07:34:42.310Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25272026-08-25T07:34:42.376Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25282026-08-25T07:34:42.478Z Checking papergrid v0.11.0
25292026-08-25T07:34:42.514Z Checking oxide-update-engine v0.1.2
25302026-08-25T07:34:42.549Z Compiling tabled_derive v0.7.0
25312026-08-25T07:34:42.695Z Compiling progenitor-macro v0.14.0
25322026-08-25T07:34:42.959Z Compiling slog-dtrace v0.3.0
25332026-08-25T07:34:43.263Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25342026-08-25T07:34:43.435Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25352026-08-25T07:34:43.559Z Checking tabled v0.15.0
25362026-08-25T07:34:43.800Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25372026-08-25T07:34:43.922Z Checking crossterm v0.29.0
25382026-08-25T07:34:44.186Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25392026-08-25T07:34:44.324Z Checking linked-hash-map v0.5.6
25402026-08-25T07:34:44.553Z Checking lru-cache v0.1.2
25412026-08-25T07:34:44.831Z Checking hickory-proto v0.24.4
25422026-08-25T07:34:44.878Z Checking fd-lock v4.0.4
25432026-08-25T07:34:45.423Z Checking vte v0.14.1
25442026-08-25T07:34:45.786Z Checking strip-ansi-escapes v0.2.1
25452026-08-25T07:34:47.041Z Checking nu-ansi-term v0.50.3
25462026-08-25T07:34:47.079Z Checking termtree v0.5.1
25472026-08-25T07:34:47.194Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25482026-08-25T07:34:47.232Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25492026-08-25T07:34:47.268Z Checking hickory-resolver v0.24.4
25502026-08-25T07:34:47.305Z Checking reedline v0.40.0
25512026-08-25T07:34:47.527Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
25522026-08-25T07:34:47.670Z Checking progenitor v0.14.0
25532026-08-25T07:34:47.836Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25542026-08-25T07:34:47.909Z Compiling minimal-lexical v0.2.1
25552026-08-25T07:34:48.060Z Checking qorb v0.4.1
25562026-08-25T07:34:48.187Z Compiling nom v7.1.3
25572026-08-25T07:34:48.489Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25582026-08-25T07:34:49.269Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25592026-08-25T07:34:49.394Z Compiling unicode-xid v0.2.6
25602026-08-25T07:34:49.538Z Checking display-error-chain v0.2.2
25612026-08-25T07:34:49.575Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25622026-08-25T07:34:49.830Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25632026-08-25T07:34:49.865Z Compiling ar_archive_writer v0.5.1
25642026-08-25T07:34:50.117Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25652026-08-25T07:34:50.214Z Checking csv-core v0.1.13
25662026-08-25T07:34:50.254Z Compiling stacker v0.1.23
25672026-08-25T07:34:50.317Z Compiling cfg_aliases v0.1.1
25682026-08-25T07:34:50.414Z Checking highway v1.3.0
25692026-08-25T07:34:50.455Z Compiling semver v0.1.20
25702026-08-25T07:34:50.459Z Checking csv v1.4.0
25712026-08-25T07:34:50.587Z Compiling nix v0.28.0
25722026-08-25T07:34:50.674Z Compiling rustc_version v0.1.7
25732026-08-25T07:34:50.724Z Compiling psm v0.1.30
25742026-08-25T07:34:50.769Z Checking nibble_vec v0.1.0
25752026-08-25T07:34:50.877Z Checking endian-type v0.1.2
25762026-08-25T07:34:50.926Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25772026-08-25T07:34:50.929Z Compiling newtype_derive v0.1.6
25782026-08-25T07:34:51.033Z Checking radix_trie v0.2.1
25792026-08-25T07:34:51.079Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25802026-08-25T07:34:51.178Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25812026-08-25T07:34:51.279Z Checking phf_shared v0.12.1
25822026-08-25T07:34:51.422Z Compiling recursive-proc-macro-impl v0.1.1
25832026-08-25T07:34:51.460Z Compiling chrono-tz v0.10.4
25842026-08-25T07:34:51.463Z Checking phf v0.12.1
25852026-08-25T07:34:51.785Z Compiling const_format_proc_macros v0.2.34
25862026-08-25T07:34:51.788Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25872026-08-25T07:34:51.854Z Compiling peg-macros v0.8.5
25882026-08-25T07:34:51.890Z Checking recursive v0.1.1
25892026-08-25T07:34:51.925Z Checking winnow v0.6.26
25902026-08-25T07:34:52.002Z Compiling sqlparser_derive v0.5.0
25912026-08-25T07:34:52.278Z Checking unicode_categories v0.1.1
25922026-08-25T07:34:52.334Z Checking home v0.5.12
25932026-08-25T07:34:52.641Z Checking const_format v0.2.35
25942026-08-25T07:34:52.747Z Checking rustyline v14.0.0
25952026-08-25T07:34:52.790Z Checking sqlparser v0.61.0
25962026-08-25T07:34:53.124Z Checking sqlformat v0.3.5
25972026-08-25T07:34:53.262Z Checking peg v0.8.5
25982026-08-25T07:34:53.363Z Checking bcs v0.1.6
25992026-08-25T07:34:53.472Z Checking nom v8.0.0
26002026-08-25T07:34:53.579Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26012026-08-25T07:34:53.630Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26022026-08-25T07:34:53.633Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26032026-08-25T07:34:53.848Z Compiling serde_tokenstream v0.3.0
26042026-08-25T07:34:54.127Z Checking steno v0.4.1
26052026-08-25T07:34:54.165Z Checking sha1 v0.10.6
26062026-08-25T07:34:54.202Z Compiling oxide-generation-macros v0.2.0
26072026-08-25T07:34:54.362Z Checking filetime v0.2.27
26082026-08-25T07:34:54.527Z Checking xattr v1.6.1
26092026-08-25T07:34:54.566Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26102026-08-25T07:34:54.695Z Checking tar v0.4.46
26112026-08-25T07:34:54.971Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26122026-08-25T07:34:55.142Z Checking subprocess v0.2.15
26132026-08-25T07:34:55.179Z Checking headers-core v0.3.0
26142026-08-25T07:34:55.230Z Checking yasna v0.5.2
26152026-08-25T07:34:55.317Z Checking headers v0.4.1
26162026-08-25T07:34:55.449Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26172026-08-25T07:34:55.484Z Checking port-file v0.1.0
26182026-08-25T07:34:55.629Z Checking rcgen v0.12.1
26192026-08-25T07:34:55.691Z Checking dropshot-api-manager-types v0.8.0
26202026-08-25T07:34:55.800Z Checking tagptr v0.2.0
26212026-08-25T07:34:55.839Z Checking utf-8 v0.7.6
26222026-08-25T07:34:55.883Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26232026-08-25T07:34:55.970Z Checking moka v0.12.13
26242026-08-25T07:34:56.006Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26252026-08-25T07:34:56.042Z Compiling libefi-sys v0.1.0
26262026-08-25T07:34:56.077Z Compiling bitfield-struct v0.6.2
26272026-08-25T07:34:56.475Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26282026-08-25T07:34:56.510Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26292026-08-25T07:34:56.588Z Checking tungstenite v0.21.0
26302026-08-25T07:34:56.712Z Checking hickory-resolver v0.25.2
26312026-08-25T07:34:56.726Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26322026-08-25T07:34:56.742Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26332026-08-25T07:34:56.745Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26342026-08-25T07:34:57.002Z Compiling xshell-macros v0.2.7
26352026-08-25T07:34:57.042Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26362026-08-25T07:34:57.045Z Checking tokio-tungstenite v0.21.0
26372026-08-25T07:34:57.308Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26382026-08-25T07:34:57.345Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26392026-08-25T07:34:57.384Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26402026-08-25T07:34:57.422Z Checking xshell v0.2.7
26412026-08-25T07:34:57.452Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26422026-08-25T07:34:57.640Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26432026-08-25T07:34:57.996Z Checking half v1.8.3
26442026-08-25T07:34:58.112Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26452026-08-25T07:34:58.221Z Checking serde_cbor v0.11.2
26462026-08-25T07:34:58.315Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26472026-08-25T07:34:58.403Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26482026-08-25T07:34:58.530Z Checking libscf-sys v1.2.0
26492026-08-25T07:34:58.535Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26502026-08-25T07:34:58.629Z Checking papergrid v0.18.0
26512026-08-25T07:34:58.691Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26522026-08-25T07:34:58.921Z Checking maplit v1.0.2
26532026-08-25T07:34:59.035Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26542026-08-25T07:34:59.122Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26552026-08-25T07:34:59.158Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26562026-08-25T07:34:59.205Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26572026-08-25T07:34:59.481Z Checking tabled v0.21.0
26582026-08-25T07:34:59.757Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26592026-08-25T07:34:59.796Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26602026-08-25T07:34:59.829Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26612026-08-25T07:34:59.923Z Checking crc8 v0.1.1
26622026-08-25T07:34:59.993Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26632026-08-25T07:35:00.076Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26642026-08-25T07:35:00.124Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26652026-08-25T07:35:00.204Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26662026-08-25T07:35:00.333Z Checking unicase v2.9.0
26672026-08-25T07:35:00.414Z Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
26682026-08-25T07:35:00.517Z Checking fxhash v0.2.1
26692026-08-25T07:35:00.666Z Checking sha2 v0.11.0
26702026-08-25T07:35:00.745Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26712026-08-25T07:35:00.844Z Compiling darling_core v0.21.3
26722026-08-25T07:35:01.287Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26732026-08-25T07:35:01.370Z Compiling vergen-lib v0.1.6
26742026-08-25T07:35:01.644Z Compiling diesel_derives v2.3.7
26752026-08-25T07:35:01.858Z Checking scheduled-thread-pool v0.2.7
26762026-08-25T07:35:01.931Z Compiling vergen-gitcl v1.0.8
26772026-08-25T07:35:02.029Z Compiling diesel_table_macro_syntax v0.3.0
26782026-08-25T07:35:02.186Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26792026-08-25T07:35:02.234Z Checking r2d2 v0.8.10
26802026-08-25T07:35:02.452Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26812026-08-25T07:35:02.667Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26822026-08-25T07:35:02.848Z Checking downcast-rs v2.0.2
26832026-08-25T07:35:03.014Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26842026-08-25T07:35:03.189Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26852026-08-25T07:35:03.379Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26862026-08-25T07:35:03.489Z Compiling darling_macro v0.21.3
26872026-08-25T07:35:03.575Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26882026-08-25T07:35:03.699Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26892026-08-25T07:35:03.733Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26902026-08-25T07:35:03.929Z Checking kstat-rs v0.2.5
26912026-08-25T07:35:04.014Z Compiling darling v0.21.3
26922026-08-25T07:35:04.100Z Compiling proc-macro-error-attr2 v2.0.0
26932026-08-25T07:35:04.136Z Compiling dsl_auto_type v0.2.0
26942026-08-25T07:35:04.206Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26952026-08-25T07:35:04.298Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26962026-08-25T07:35:04.352Z Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
26972026-08-25T07:35:04.522Z Compiling proc-macro-error2 v2.0.1
26982026-08-25T07:35:04.601Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
26992026-08-25T07:35:04.833Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27002026-08-25T07:35:04.925Z Compiling knus-derive v3.4.0
27012026-08-25T07:35:04.935Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27022026-08-25T07:35:05.190Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
27032026-08-25T07:35:06.081Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27042026-08-25T07:35:06.148Z Compiling dirs-sys-next v0.1.2
27052026-08-25T07:35:06.268Z Compiling parking_lot_core v0.8.6
27062026-08-25T07:35:06.313Z Compiling salty v0.3.0
27072026-08-25T07:35:06.411Z Compiling crunchy v0.2.4
27082026-08-25T07:35:06.453Z Compiling dirs-next v2.0.0
27092026-08-25T07:35:06.630Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27102026-08-25T07:35:06.663Z Compiling clang-sys v1.8.1
27112026-08-25T07:35:06.698Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27122026-08-25T07:35:06.734Z Compiling git-stub v1.0.0
27132026-08-25T07:35:06.818Z Compiling tiny-keccak v2.0.2
27142026-08-25T07:35:06.956Z Compiling git-stub-vcs v0.1.0
27152026-08-25T07:35:07.217Z Compiling term v0.7.0
27162026-08-25T07:35:07.250Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27172026-08-25T07:35:07.326Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27182026-08-25T07:35:07.410Z Compiling bit-vec v0.6.3
27192026-08-25T07:35:07.450Z Checking parking_lot v0.11.2
27202026-08-25T07:35:07.601Z Compiling bit-set v0.5.3
27212026-08-25T07:35:07.661Z Compiling ascii-canvas v3.0.0
27222026-08-25T07:35:07.698Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27232026-08-25T07:35:07.827Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27242026-08-25T07:35:07.932Z Checking rfc6979 v0.4.0
27252026-08-25T07:35:07.998Z Checking prefix-trie v0.7.0
27262026-08-25T07:35:08.087Z Compiling hashbrown v0.14.5
27272026-08-25T07:35:08.230Z Compiling itertools v0.10.5
27282026-08-25T07:35:08.333Z Compiling ena v0.14.4
27292026-08-25T07:35:08.368Z Compiling libloading v0.8.9
27302026-08-25T07:35:08.573Z Compiling diff v0.1.13
27312026-08-25T07:35:08.617Z Compiling bindgen v0.71.1
27322026-08-25T07:35:08.672Z Compiling regex-syntax v0.6.29
27332026-08-25T07:35:08.860Z Compiling chumsky v0.9.3
27342026-08-25T07:35:09.322Z Checking hickory-server v0.25.2
27352026-08-25T07:35:10.094Z Checking diesel v2.3.7
27362026-08-25T07:35:10.130Z Compiling lalrpop v0.19.12
27372026-08-25T07:35:10.314Z Compiling ecdsa v0.16.9
27382026-08-25T07:35:10.747Z Checking sled v0.34.7
27392026-08-25T07:35:10.778Z Compiling cexpr v0.6.0
27402026-08-25T07:35:11.040Z Checking primeorder v0.13.6
27412026-08-25T07:35:11.319Z Checking nanorand v0.7.0
27422026-08-25T07:35:11.577Z Compiling rustc-hash v2.1.1
27432026-08-25T07:35:11.787Z Compiling p384 v0.13.1
27442026-08-25T07:35:11.871Z Checking flume v0.11.1
27452026-08-25T07:35:12.154Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27462026-08-25T07:35:12.377Z Compiling knus v3.4.0
27472026-08-25T07:35:12.494Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27482026-08-25T07:35:12.670Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27492026-08-25T07:35:12.881Z Compiling libxml v0.3.3
27502026-08-25T07:35:12.919Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27512026-08-25T07:35:13.066Z Checking assert_matches v1.5.0
27522026-08-25T07:35:13.168Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27532026-08-25T07:35:13.313Z Compiling strum_macros v0.24.3
27542026-08-25T07:35:13.348Z Compiling indoc v1.0.9
27552026-08-25T07:35:14.081Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27562026-08-25T07:35:14.309Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27572026-08-25T07:35:14.560Z Checking quick-xml v0.37.5
27582026-08-25T07:35:14.675Z Checking derive_builder v0.20.2
27592026-08-25T07:35:14.694Z Compiling oso-derive v0.27.3
27602026-08-25T07:35:14.795Z Compiling impl-trait-for-tuples v0.2.3
27612026-08-25T07:35:15.204Z Compiling trait-variant v0.1.2
27622026-08-25T07:35:15.458Z Checking openssl-probe v0.1.6
27632026-08-25T07:35:15.645Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27642026-08-25T07:35:15.681Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27652026-08-25T07:35:15.763Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27662026-08-25T07:35:16.346Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27672026-08-25T07:35:16.420Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27682026-08-25T07:35:16.578Z Checking corncobs v0.1.4
27692026-08-25T07:35:16.618Z Checking predicates-tree v1.0.13
27702026-08-25T07:35:16.725Z Compiling progenitor-impl v0.13.0
27712026-08-25T07:35:16.760Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27722026-08-25T07:35:16.764Z Checking secrecy v0.8.0
27732026-08-25T07:35:16.953Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27742026-08-25T07:35:17.523Z Checking progenitor-client v0.13.0
27752026-08-25T07:35:17.806Z Checking anstyle-parse v0.2.7
27762026-08-25T07:35:17.889Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27772026-08-25T07:35:17.991Z Checking anstream v0.6.21
27782026-08-25T07:35:18.156Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27792026-08-25T07:35:18.235Z Checking bb8 v0.8.6
27802026-08-25T07:35:18.506Z Compiling mime_guess v2.0.5
27812026-08-25T07:35:18.596Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27822026-08-25T07:35:18.817Z Checking ignore v0.4.25
27832026-08-25T07:35:19.081Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27842026-08-25T07:35:19.306Z Checking http-range v0.1.5
27852026-08-25T07:35:19.323Z Checking globwalk v0.9.1
27862026-08-25T07:35:19.389Z Compiling progenitor-macro v0.13.0
27872026-08-25T07:35:19.424Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27882026-08-25T07:35:19.635Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27892026-08-25T07:35:20.014Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27902026-08-25T07:35:20.159Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27912026-08-25T07:35:20.678Z Checking digest-io v0.1.0
27922026-08-25T07:35:20.846Z Checking nonempty v0.12.0
27932026-08-25T07:35:21.044Z Checking rawzip v0.4.4
27942026-08-25T07:35:21.471Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27952026-08-25T07:35:21.602Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27962026-08-25T07:35:21.842Z Checking camino-tempfile-ext v0.3.3
27972026-08-25T07:35:22.078Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27982026-08-25T07:35:22.228Z Checking hyper-staticfile v0.10.1
27992026-08-25T07:35:22.557Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28002026-08-25T07:35:22.889Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28012026-08-25T07:35:22.928Z Checking signal-hook-tokio v0.3.1
28022026-08-25T07:35:23.091Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28032026-08-25T07:35:23.428Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28042026-08-25T07:35:23.493Z Checking scuffle v0.1.0
28052026-08-25T07:35:23.553Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28062026-08-25T07:35:23.854Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28072026-08-25T07:35:23.909Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28082026-08-25T07:35:24.222Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28092026-08-25T07:35:24.262Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28102026-08-25T07:35:24.331Z Checking diesel-dtrace v0.5.0
28112026-08-25T07:35:24.381Z Checking progenitor v0.13.0
28122026-08-25T07:35:24.482Z Checking async-bb8-diesel v0.2.1
28132026-08-25T07:35:24.557Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28142026-08-25T07:35:24.656Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28152026-08-25T07:35:24.865Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28162026-08-25T07:35:25.027Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28172026-08-25T07:35:25.227Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28182026-08-25T07:35:25.492Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28192026-08-25T07:35:25.780Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28202026-08-25T07:35:25.983Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
28212026-08-25T07:35:26.021Z Checking tungstenite v0.23.0
28222026-08-25T07:35:26.190Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28232026-08-25T07:35:26.476Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28242026-08-25T07:35:26.482Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28252026-08-25T07:35:28.100Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-08-25T07:35:28.296Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28272026-08-25T07:35:28.336Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28282026-08-25T07:35:28.540Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28292026-08-25T07:35:29.119Z Checking rand_seeder v0.4.0
28302026-08-25T07:35:29.301Z Checking tokio-tungstenite v0.23.1
28312026-08-25T07:35:29.338Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28322026-08-25T07:35:29.608Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28332026-08-25T07:35:29.749Z Checking void v1.0.2
28342026-08-25T07:35:29.787Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28352026-08-25T07:35:29.877Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-08-25T07:35:29.911Z Checking lzss v0.8.2
28372026-08-25T07:35:29.988Z Checking nix v0.27.1
28382026-08-25T07:35:30.081Z Checking serde_bytes v0.11.19
28392026-08-25T07:35:30.130Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28402026-08-25T07:35:30.539Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28412026-08-25T07:35:30.888Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28422026-08-25T07:35:31.290Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28432026-08-25T07:35:31.719Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28442026-08-25T07:35:31.974Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28452026-08-25T07:35:32.071Z Checking yansi v1.0.1
28462026-08-25T07:35:32.103Z Checking cpubits v0.1.1
28472026-08-25T07:35:32.216Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28482026-08-25T07:35:32.413Z Checking pretty_assertions v1.4.1
28492026-08-25T07:35:32.491Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28502026-08-25T07:35:32.525Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28512026-08-25T07:35:32.803Z Checking pem-rfc7468 v1.0.0
28522026-08-25T07:35:33.004Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28532026-08-25T07:35:33.212Z Compiling libz-sys v1.1.24
28542026-08-25T07:35:33.250Z Compiling instability v0.3.11
28552026-08-25T07:35:33.626Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28562026-08-25T07:35:33.731Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-25T07:35:33.798Z Checking hmac v0.13.0
28582026-08-25T07:35:34.001Z Checking universal-hash v0.6.1
28592026-08-25T07:35:34.170Z Checking castaway v0.2.4
28602026-08-25T07:35:34.228Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28612026-08-25T07:35:34.319Z Compiling indoc v2.0.7
28622026-08-25T07:35:34.356Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28632026-08-25T07:35:34.530Z Checking compact_str v0.8.1
28642026-08-25T07:35:34.564Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28652026-08-25T07:35:35.065Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28662026-08-25T07:35:35.278Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28672026-08-25T07:35:35.283Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28682026-08-25T07:35:35.474Z Checking unicode-truncate v1.1.0
28692026-08-25T07:35:35.543Z Checking lru v0.12.5
28702026-08-25T07:35:35.580Z Compiling libgit2-sys v0.18.3+1.9.2
28712026-08-25T07:35:35.668Z Checking cassowary v0.3.0
28722026-08-25T07:35:35.950Z Checking polyval v0.7.1
28732026-08-25T07:35:35.961Z Checking ratatui v0.29.0
28742026-08-25T07:35:36.216Z Checking der v0.8.0
28752026-08-25T07:35:36.613Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28762026-08-25T07:35:37.129Z Checking arc-swap v1.8.2
28772026-08-25T07:35:37.304Z Checking ghash v0.6.0
28782026-08-25T07:35:37.360Z Checking slog-scope v4.4.1
28792026-08-25T07:35:37.463Z Checking pbkdf2 v0.13.0
28802026-08-25T07:35:37.532Z Checking crypto-bigint v0.7.5
28812026-08-25T07:35:37.616Z Checking aes v0.9.1
28822026-08-25T07:35:37.868Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28832026-08-25T07:35:38.055Z Checking ctr v0.10.1
28842026-08-25T07:35:38.116Z Checking aead v0.6.1
28852026-08-25T07:35:38.270Z Checking console v0.16.2
28862026-08-25T07:35:38.305Z Checking cargo-platform v0.3.2
28872026-08-25T07:35:38.515Z Compiling vergen-git2 v9.1.0
28882026-08-25T07:35:38.607Z Checking unit-prefix v0.5.2
28892026-08-25T07:35:38.768Z Checking indicatif v0.18.4
28902026-08-25T07:35:38.814Z Checking cargo_metadata v0.23.1
28912026-08-25T07:35:39.178Z Checking aes-gcm v0.11.0
28922026-08-25T07:35:39.418Z Checking slog-stdlog v4.1.1
28932026-08-25T07:35:39.540Z Checking spki v0.8.0
28942026-08-25T07:35:39.597Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28952026-08-25T07:35:39.748Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28962026-08-25T07:35:39.797Z Checking colored v2.2.0
28972026-08-25T07:35:39.970Z Checking salsa20 v0.11.0
28982026-08-25T07:35:40.030Z Checking libsw-core v0.3.2
28992026-08-25T07:35:40.149Z Checking plotters-backend v0.3.7
29002026-08-25T07:35:40.211Z Checking libsw v3.5.0
29012026-08-25T07:35:40.387Z Checking plotters-svg v0.3.7
29022026-08-25T07:35:40.423Z Checking scrypt v0.12.0
29032026-08-25T07:35:40.611Z Checking slog-envlogger v2.2.0
29042026-08-25T07:35:40.680Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29052026-08-25T07:35:40.790Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29062026-08-25T07:35:41.011Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29072026-08-25T07:35:41.048Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29082026-08-25T07:35:41.233Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29092026-08-25T07:35:41.273Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29102026-08-25T07:35:41.456Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29112026-08-25T07:35:41.495Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29122026-08-25T07:35:41.705Z Checking cbc v0.2.1
29132026-08-25T07:35:41.724Z Checking cast v0.3.0
29142026-08-25T07:35:41.839Z Checking pkcs5 v0.8.1
29152026-08-25T07:35:41.885Z Checking criterion-plot v0.6.0
29162026-08-25T07:35:42.202Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29172026-08-25T07:35:42.433Z Checking plotters v0.3.7
29182026-08-25T07:35:42.479Z Checking oxide-update-engine-display v0.1.2
29192026-08-25T07:35:42.814Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29202026-08-25T07:35:43.216Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29212026-08-25T07:35:43.633Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29222026-08-25T07:35:44.049Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29232026-08-25T07:35:44.639Z Checking tokio-test v0.4.5
29242026-08-25T07:35:44.877Z Checking tinytemplate v1.2.1
29252026-08-25T07:35:45.128Z Checking shell-words v1.1.1
29262026-08-25T07:35:45.285Z Checking anes v0.1.6
29272026-08-25T07:35:45.500Z Checking oorandom v11.1.5
29282026-08-25T07:35:45.649Z Checking criterion v0.7.0
29292026-08-25T07:35:46.892Z Checking pkcs8 v0.11.0
29302026-08-25T07:35:47.134Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29312026-08-25T07:35:47.345Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29322026-08-25T07:35:47.381Z Checking twox-hash v2.1.2
29332026-08-25T07:35:47.708Z Checking atty v0.2.14
29342026-08-25T07:35:47.755Z Checking ff v0.14.0
29352026-08-25T07:35:47.886Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29362026-08-25T07:35:47.928Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29372026-08-25T07:35:48.089Z Checking fatfs v0.3.6
29382026-08-25T07:35:48.594Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29392026-08-25T07:35:48.908Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29402026-08-25T07:35:48.944Z Compiling petname v2.0.2
29412026-08-25T07:35:49.092Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29422026-08-25T07:35:49.456Z Compiling seq-macro v0.3.6
29432026-08-25T07:35:49.960Z Checking arrayvec v0.7.6
29442026-08-25T07:35:49.995Z Checking arrayref v0.3.9
29452026-08-25T07:35:50.100Z Checking constant_time_eq v0.4.2
29462026-08-25T07:35:50.274Z Checking group v0.14.0
29472026-08-25T07:35:50.349Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29482026-08-25T07:35:50.433Z Checking signature v3.0.0
29492026-08-25T07:35:50.470Z Checking base16ct v1.0.0
29502026-08-25T07:35:50.656Z Checking sec1 v0.8.1
29512026-08-25T07:35:50.901Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29522026-08-25T07:35:51.036Z Checking hkdf v0.13.0
29532026-08-25T07:35:51.088Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29542026-08-25T07:35:51.211Z Checking concurrent-queue v2.5.0
29552026-08-25T07:35:51.310Z Checking sapling-renderdag v0.1.0
29562026-08-25T07:35:51.429Z Checking parking v2.2.1
29572026-08-25T07:35:51.548Z Checking sync-ptr v0.1.4
29582026-08-25T07:35:51.584Z Checking elliptic-curve v0.14.1
29592026-08-25T07:35:51.625Z Checking event-listener v5.4.1
29602026-08-25T07:35:51.702Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29612026-08-25T07:35:51.873Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29622026-08-25T07:35:52.032Z Checking rtoolbox v0.0.3
29632026-08-25T07:35:52.148Z Checking event-listener-strategy v0.5.4
29642026-08-25T07:35:52.235Z Checking rpassword v7.5.4
29652026-08-25T07:35:52.277Z Compiling samael v0.0.19
29662026-08-25T07:35:52.313Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29672026-08-25T07:35:52.379Z Checking wnaf v0.14.0
29682026-08-25T07:35:52.575Z Checking primefield v0.14.0
29692026-08-25T07:35:52.813Z Checking rfc6979 v0.6.0
29702026-08-25T07:35:52.991Z Checking tui-tree-widget v0.23.1
29712026-08-25T07:35:53.213Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29722026-08-25T07:35:53.340Z Compiling blake3 v1.8.5
29732026-08-25T07:35:53.707Z Checking futures-timer v3.0.3
29742026-08-25T07:35:54.222Z Checking ecdsa v0.17.0
29752026-08-25T07:35:54.423Z Checking primeorder v0.14.0
29762026-08-25T07:35:54.649Z Checking async-lock v3.4.2
29772026-08-25T07:35:54.816Z Compiling curve25519-dalek v5.0.0
29782026-08-25T07:35:54.852Z Compiling strsim v0.10.0
29792026-08-25T07:35:55.053Z Checking async-object-pool v0.2.0
29802026-08-25T07:35:55.191Z Compiling darling_core v0.13.4
29812026-08-25T07:35:55.195Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29822026-08-25T07:35:57.065Z Checking ssh-encoding v0.3.0
29832026-08-25T07:35:57.334Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29842026-08-25T07:35:57.389Z Checking serde_regex v1.1.0
29852026-08-25T07:35:57.576Z Checking assert-json-diff v2.0.2
29862026-08-25T07:35:57.736Z Checking path-tree v0.8.3
29872026-08-25T07:35:57.776Z Checking keccak v0.2.0
29882026-08-25T07:35:57.877Z Checking stringmetrics v2.2.2
29892026-08-25T07:35:57.964Z Checking topological-sort v0.2.2
29902026-08-25T07:35:58.000Z Compiling darling_macro v0.13.4
29912026-08-25T07:35:58.072Z Checking httpmock v0.8.3
29922026-08-25T07:35:58.127Z Checking omicron-zone-package v0.12.3
29932026-08-25T07:35:58.553Z Checking ed25519 v3.0.0
29942026-08-25T07:35:58.788Z Checking crypto-primes v0.7.2
29952026-08-25T07:35:58.875Z Checking pkcs1 v0.8.0-rc.4
29962026-08-25T07:35:59.036Z Checking poly1305 v0.9.0
29972026-08-25T07:35:59.113Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29982026-08-25T07:35:59.338Z Checking blowfish v0.10.0
29992026-08-25T07:35:59.525Z Checking blake2 v0.11.0-rc.6
30002026-08-25T07:35:59.562Z Compiling target-lexicon v0.13.3
30012026-08-25T07:35:59.768Z Checking rsa v0.10.0-rc.18
30022026-08-25T07:35:59.813Z Checking argon2 v0.6.0-rc.8
30032026-08-25T07:36:00.131Z Checking bcrypt-pbkdf v0.11.0
30042026-08-25T07:36:00.166Z Checking ssh-cipher v0.3.0
30052026-08-25T07:36:00.287Z Checking ed25519-dalek v3.0.0
30062026-08-25T07:36:00.323Z Compiling darling v0.13.4
30072026-08-25T07:36:00.323Z Checking sha3 v0.11.0
30082026-08-25T07:36:00.403Z Checking p521 v0.14.0
30092026-08-25T07:36:00.475Z Checking p384 v0.14.0
30102026-08-25T07:36:00.540Z Checking p256 v0.14.0
30112026-08-25T07:36:00.697Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30122026-08-25T07:36:00.963Z Checking kem v0.3.0
30132026-08-25T07:36:01.115Z Checking module-lattice v0.2.3
30142026-08-25T07:36:01.304Z Checking socket2 v0.5.10
30152026-08-25T07:36:01.361Z Compiling guppy-workspace-hack v0.1.0
30162026-08-25T07:36:01.567Z Checking hex-literal v0.4.1
30172026-08-25T07:36:01.601Z Checking sponge-cursor v0.1.0
30182026-08-25T07:36:01.744Z Checking ml-kem v0.3.2
30192026-08-25T07:36:01.779Z Checking sha3 v0.12.0
30202026-08-25T07:36:02.018Z Compiling serde_with_macros v1.5.2
30212026-08-25T07:36:02.550Z Checking russh-cryptovec v0.62.0
30222026-08-25T07:36:02.737Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30232026-08-25T07:36:02.741Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30242026-08-25T07:36:02.877Z Checking internal-russh-num-bigint v0.5.0
30252026-08-25T07:36:03.461Z Checking num-bigint v0.4.6
30262026-08-25T07:36:03.501Z Checking ssh-key v0.7.0-rc.11
30272026-08-25T07:36:03.617Z Compiling git2 v0.20.4
30282026-08-25T07:36:03.760Z Checking russh-util v0.52.0
30292026-08-25T07:36:03.917Z Checking generic-array v1.4.3
30302026-08-25T07:36:04.406Z Compiling enum_dispatch v0.3.13
30312026-08-25T07:36:04.450Z Compiling delegate v0.13.5
30322026-08-25T07:36:04.509Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30332026-08-25T07:36:04.964Z Checking hex-literal v1.1.0
30342026-08-25T07:36:05.098Z Checking md5 v0.8.0
30352026-08-25T07:36:05.177Z Compiling target-spec v3.5.7
30362026-08-25T07:36:05.285Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30372026-08-25T07:36:05.438Z Checking russh v0.62.4
30382026-08-25T07:36:05.618Z Compiling serde_with v1.14.0
30392026-08-25T07:36:06.552Z Checking cfg-expr v0.20.6
30402026-08-25T07:36:06.722Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30412026-08-25T07:36:06.794Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30422026-08-25T07:36:06.941Z Checking internet-checksum v0.2.1
30432026-08-25T07:36:06.979Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30442026-08-25T07:36:07.047Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30452026-08-25T07:36:07.251Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30462026-08-25T07:36:07.357Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30472026-08-25T07:36:08.104Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30482026-08-25T07:36:08.333Z Compiling polar-core v0.27.3
30492026-08-25T07:36:08.369Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30502026-08-25T07:36:08.524Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30512026-08-25T07:36:08.587Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30522026-08-25T07:36:08.727Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30532026-08-25T07:36:08.770Z Checking httptest v0.16.4
30542026-08-25T07:36:08.854Z Checking pathdiff v0.2.3
30552026-08-25T07:36:08.892Z Checking nested v0.1.1
30562026-08-25T07:36:09.080Z Checking guppy v0.17.25
30572026-08-25T07:36:09.117Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30582026-08-25T07:36:09.158Z Checking similar-asserts v1.7.0
30592026-08-25T07:36:09.333Z Compiling target-triple v1.0.0
30602026-08-25T07:36:09.571Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30612026-08-25T07:36:09.695Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30622026-08-25T07:36:10.021Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30632026-08-25T07:36:10.239Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30642026-08-25T07:36:10.276Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30652026-08-25T07:36:10.463Z Checking hickory-client v0.25.2
30662026-08-25T07:36:10.906Z Checking supports-unicode v2.1.0
30672026-08-25T07:36:11.057Z Checking supports-color v2.1.0
30682026-08-25T07:36:11.227Z Checking supports-hyperlinks v2.1.0
30692026-08-25T07:36:11.378Z Checking textwrap v0.15.2
30702026-08-25T07:36:11.413Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30712026-08-25T07:36:11.622Z Checking terminal_size v0.1.17
30722026-08-25T07:36:11.657Z Compiling miette-derive v5.10.0
30732026-08-25T07:36:11.765Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30742026-08-25T07:36:12.266Z Compiling fs-err v2.11.0
30752026-08-25T07:36:12.447Z Checking escape8259 v0.5.3
30762026-08-25T07:36:12.619Z Checking owo-colors v3.5.0
30772026-08-25T07:36:12.838Z Compiling assert_cmd v2.1.2
30782026-08-25T07:36:13.162Z Checking libtest-mimic v0.8.1
30792026-08-25T07:36:13.200Z Checking miette v5.10.0
30802026-08-25T07:36:13.430Z Checking oso v0.27.3
30812026-08-25T07:36:13.601Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30822026-08-25T07:36:13.721Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30832026-08-25T07:36:14.150Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30842026-08-25T07:36:14.284Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30852026-08-25T07:36:14.362Z Checking blake2b_simd v1.0.4
30862026-08-25T07:36:14.659Z Checking support-bundle-viewer v0.1.2
30872026-08-25T07:36:14.784Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30882026-08-25T07:36:14.933Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30892026-08-25T07:36:15.002Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30902026-08-25T07:36:15.153Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30912026-08-25T07:36:15.227Z Compiling knuffel-derive v3.2.0
30922026-08-25T07:36:15.374Z Checking fancy-regex v0.14.0
30932026-08-25T07:36:15.429Z Checking serde_tokenstream v0.2.3
30942026-08-25T07:36:15.764Z Checking multimap v0.10.1
30952026-08-25T07:36:15.870Z Checking approx v0.5.1
30962026-08-25T07:36:15.918Z Checking uzers v0.12.2
30972026-08-25T07:36:15.956Z Compiling rstest_macros v0.25.0
30982026-08-25T07:36:15.992Z Compiling linkme-impl v0.3.35
30992026-08-25T07:36:16.034Z Checking constant_time_eq v0.3.1
31002026-08-25T07:36:16.181Z Checking termcolor v1.4.1
31012026-08-25T07:36:16.210Z Checking rust-argon2 v2.1.0
31022026-08-25T07:36:16.433Z Checking trybuild v1.0.116
31032026-08-25T07:36:16.468Z Checking datatest-stable v0.3.3
31042026-08-25T07:36:16.739Z Checking knuffel v3.2.0
31052026-08-25T07:36:16.776Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31062026-08-25T07:36:16.968Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31072026-08-25T07:36:17.109Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31082026-08-25T07:36:17.109Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31092026-08-25T07:36:17.203Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31102026-08-25T07:36:17.337Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31112026-08-25T07:36:17.403Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31122026-08-25T07:36:17.438Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31132026-08-25T07:36:17.561Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31142026-08-25T07:36:17.632Z Checking drift v0.2.0
31152026-08-25T07:36:17.667Z Checking rand_distr v0.5.1
31162026-08-25T07:36:17.937Z Checking parse-size v1.1.0
31172026-08-25T07:36:17.974Z Compiling linkme v0.3.35
31182026-08-25T07:36:18.020Z Compiling relative-path v1.9.3
31192026-08-25T07:36:18.192Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31202026-08-25T07:36:18.214Z Checking dropshot-api-manager v0.8.0
31212026-08-25T07:36:18.539Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31222026-08-25T07:36:19.338Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31232026-08-25T07:36:19.759Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31242026-08-25T07:36:20.154Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31252026-08-25T07:36:20.199Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31262026-08-25T07:36:20.352Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31272026-08-25T07:36:20.390Z Checking cargo_toml v0.21.0
31282026-08-25T07:36:20.769Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31292026-08-25T07:36:21.074Z Checking partial-io v0.5.4
31302026-08-25T07:36:21.133Z Checking termios v0.3.3
31312026-08-25T07:36:21.257Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31322026-08-25T07:36:21.292Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31332026-08-25T07:36:21.943Z Checking rstest v0.25.0
31342026-08-25T07:36:25.441Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31352026-08-25T07:36:26.397Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31362026-08-25T07:36:26.818Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31372026-08-25T07:36:28.442Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31382026-08-25T07:36:29.839Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31392026-08-25T07:36:33.387Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31402026-08-25T07:36:35.413Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31412026-08-25T07:36:41.665Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31422026-08-25T07:36:44.687Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31432026-08-25T07:36:46.585Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31442026-08-25T07:36:48.346Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31452026-08-25T07:36:51.405Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31462026-08-25T07:36:52.604Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31472026-08-25T07:36:54.096Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31482026-08-25T07:36:57.231Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31492026-08-25T07:37:02.670Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31502026-08-25T07:37:24.958Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31512026-08-25T07:38:20.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 17s
31522026-08-25T07:38:20.567Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31532026-08-25T07:38:20.567Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31542026-08-25T07:38:21.246Z
31552026-08-25T07:38:21.246Zreal 4:21.183502493
31562026-08-25T07:38:21.246Zuser 22:29.161944213
31572026-08-25T07:38:21.249Zsys 5:11.924999556
31582026-08-25T07:38:21.249Ztrap 0.546648697
31592026-08-25T07:38:21.249Ztflt 0.429526710
31602026-08-25T07:38:21.249Zdflt 0.536629969
31612026-08-25T07:38:21.249Zkflt 0.004409060
31622026-08-25T07:38:21.249Zlock 1:07:46.498580622
31632026-08-25T07:38:21.249Zslp 1:00:48.800248225
31642026-08-25T07:38:21.249Zlat 1:51.483617977
31652026-08-25T07:38:21.249Zstop 14:21.589137183
31662026-08-25T07:38:21.249Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31672026-08-25T07:38:21.249Z+ ptime -m cargo doc --workspace --no-deps
31682026-08-25T07:38:22.106Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31692026-08-25T07:38:22.106Z |
31702026-08-25T07:38:22.106Z = 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)`
31712026-08-25T07:38:22.106Z = 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>
31722026-08-25T07:38:23.214Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31732026-08-25T07:38:23.461Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31742026-08-25T07:38:23.506Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31752026-08-25T07:38:23.566Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31762026-08-25T07:38:23.593Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31772026-08-25T07:38:23.644Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31782026-08-25T07:38:23.750Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31792026-08-25T07:38:23.777Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31802026-08-25T07:38:23.799Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31812026-08-25T07:38:23.856Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31822026-08-25T07:38:23.918Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31832026-08-25T07:38:24.027Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31842026-08-25T07:38:24.049Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31852026-08-25T07:38:24.073Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31862026-08-25T07:38:24.119Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31872026-08-25T07:38:24.163Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31882026-08-25T07:38:24.186Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31892026-08-25T07:38:24.208Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31902026-08-25T07:38:24.247Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31912026-08-25T07:38:24.273Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31922026-08-25T07:38:24.277Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-08-25T07:38:24.584Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31942026-08-25T07:38:24.733Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31952026-08-25T07:38:24.756Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31962026-08-25T07:38:24.781Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31972026-08-25T07:38:24.935Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31982026-08-25T07:38:25.010Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31992026-08-25T07:38:25.077Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32002026-08-25T07:38:25.167Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32012026-08-25T07:38:25.314Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32022026-08-25T07:38:25.336Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32032026-08-25T07:38:25.356Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32042026-08-25T07:38:25.495Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32052026-08-25T07:38:25.712Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32062026-08-25T07:38:25.735Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32072026-08-25T07:38:25.757Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32082026-08-25T07:38:25.926Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32092026-08-25T07:38:25.949Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32102026-08-25T07:38:25.971Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32112026-08-25T07:38:26.149Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32122026-08-25T07:38:26.205Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32132026-08-25T07:38:26.423Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32142026-08-25T07:38:26.474Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32152026-08-25T07:38:26.496Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32162026-08-25T07:38:26.590Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32172026-08-25T07:38:26.709Z Checking scuffle v0.1.0
32182026-08-25T07:38:26.740Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32192026-08-25T07:38:26.764Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32202026-08-25T07:38:26.913Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32212026-08-25T07:38:26.986Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32222026-08-25T07:38:27.014Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32232026-08-25T07:38:27.014Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32242026-08-25T07:38:27.103Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32252026-08-25T07:38:27.181Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32262026-08-25T07:38:27.287Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32272026-08-25T07:38:27.765Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32282026-08-25T07:38:28.109Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32292026-08-25T07:38:28.236Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32302026-08-25T07:38:28.419Z Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32312026-08-25T07:38:28.599Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32322026-08-25T07:38:28.687Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32332026-08-25T07:38:28.734Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32342026-08-25T07:38:28.825Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32352026-08-25T07:38:28.901Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32362026-08-25T07:38:28.929Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32372026-08-25T07:38:29.110Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32382026-08-25T07:38:29.246Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32392026-08-25T07:38:29.494Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32402026-08-25T07:38:29.785Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32412026-08-25T07:38:30.447Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32422026-08-25T07:38:30.558Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32432026-08-25T07:38:30.669Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32442026-08-25T07:38:30.887Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32452026-08-25T07:38:30.947Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32462026-08-25T07:38:31.036Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32472026-08-25T07:38:31.188Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32482026-08-25T07:38:31.294Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32492026-08-25T07:38:31.294Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32502026-08-25T07:38:31.306Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32512026-08-25T07:38:31.353Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32522026-08-25T07:38:31.411Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32532026-08-25T07:38:31.495Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32542026-08-25T07:38:31.518Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32552026-08-25T07:38:31.602Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32562026-08-25T07:38:31.690Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32572026-08-25T07:38:31.715Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32582026-08-25T07:38:31.967Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32592026-08-25T07:38:31.970Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32602026-08-25T07:38:32.012Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32612026-08-25T07:38:32.012Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32622026-08-25T07:38:32.194Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32632026-08-25T07:38:32.216Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32642026-08-25T07:38:32.295Z Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32652026-08-25T07:38:32.327Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32662026-08-25T07:38:32.375Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32672026-08-25T07:38:32.405Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32682026-08-25T07:38:32.532Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32692026-08-25T07:38:32.555Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32702026-08-25T07:38:32.633Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32712026-08-25T07:38:32.655Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32722026-08-25T07:38:32.700Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32732026-08-25T07:38:32.740Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32742026-08-25T07:38:32.822Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32752026-08-25T07:38:32.869Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32762026-08-25T07:38:33.015Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32772026-08-25T07:38:33.063Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32782026-08-25T07:38:33.094Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32792026-08-25T07:38:33.116Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32802026-08-25T07:38:33.207Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32812026-08-25T07:38:33.460Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32822026-08-25T07:38:33.482Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32832026-08-25T07:38:33.504Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32842026-08-25T07:38:34.739Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32852026-08-25T07:38:34.764Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32862026-08-25T07:38:34.928Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32872026-08-25T07:38:35.622Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32882026-08-25T07:38:35.650Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32892026-08-25T07:38:35.911Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32902026-08-25T07:38:36.425Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32912026-08-25T07:38:37.274Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-08-25T07:38:37.777Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32932026-08-25T07:38:38.145Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32942026-08-25T07:38:38.328Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32952026-08-25T07:38:38.416Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32962026-08-25T07:38:38.525Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32972026-08-25T07:38:38.751Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32982026-08-25T07:38:39.519Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32992026-08-25T07:38:39.543Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33002026-08-25T07:38:39.901Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33012026-08-25T07:38:39.956Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33022026-08-25T07:38:40.297Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33032026-08-25T07:38:40.320Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33042026-08-25T07:38:40.364Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33052026-08-25T07:38:40.657Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33062026-08-25T07:38:40.782Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33072026-08-25T07:38:40.842Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33082026-08-25T07:38:41.618Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33092026-08-25T07:38:41.751Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33102026-08-25T07:38:41.878Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33112026-08-25T07:38:42.452Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33122026-08-25T07:38:42.507Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33132026-08-25T07:38:42.741Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33142026-08-25T07:38:43.177Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33152026-08-25T07:38:43.731Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33162026-08-25T07:38:43.861Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33172026-08-25T07:38:44.212Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33182026-08-25T07:38:44.606Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33192026-08-25T07:38:44.813Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33202026-08-25T07:38:45.215Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33212026-08-25T07:38:45.420Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33222026-08-25T07:38:45.443Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33232026-08-25T07:38:45.976Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33242026-08-25T07:38:45.979Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33252026-08-25T07:38:46.031Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33262026-08-25T07:38:47.207Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33272026-08-25T07:38:47.584Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33282026-08-25T07:38:47.819Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33292026-08-25T07:38:47.919Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33302026-08-25T07:38:48.619Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33312026-08-25T07:38:48.771Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33322026-08-25T07:38:51.938Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33332026-08-25T07:38:52.463Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33342026-08-25T07:38:52.881Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33352026-08-25T07:38:54.045Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33362026-08-25T07:38:54.819Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33372026-08-25T07:38:55.172Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33382026-08-25T07:38:55.280Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33392026-08-25T07:38:55.301Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33402026-08-25T07:38:56.322Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33412026-08-25T07:38:56.628Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33422026-08-25T07:38:58.412Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33432026-08-25T07:38:59.108Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33442026-08-25T07:38:59.511Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33452026-08-25T07:38:59.778Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33462026-08-25T07:39:00.012Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33472026-08-25T07:39:00.715Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33482026-08-25T07:39:00.739Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33492026-08-25T07:39:00.815Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33502026-08-25T07:39:01.054Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33512026-08-25T07:39:01.203Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33522026-08-25T07:39:01.257Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33532026-08-25T07:39:01.363Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33542026-08-25T07:39:01.401Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33552026-08-25T07:39:01.797Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33562026-08-25T07:39:01.911Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33572026-08-25T07:39:01.998Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33582026-08-25T07:39:02.675Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33592026-08-25T07:39:02.809Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33602026-08-25T07:39:03.056Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33612026-08-25T07:39:03.433Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33622026-08-25T07:39:03.892Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33632026-08-25T07:39:04.675Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33642026-08-25T07:39:04.711Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33652026-08-25T07:39:05.685Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33662026-08-25T07:39:05.959Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33672026-08-25T07:39:07.848Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33682026-08-25T07:39:09.629Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33692026-08-25T07:39:10.206Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33702026-08-25T07:39:11.002Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33712026-08-25T07:39:12.114Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33722026-08-25T07:39:14.165Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33732026-08-25T07:39:15.185Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33742026-08-25T07:39:15.635Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33752026-08-25T07:39:16.875Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33762026-08-25T07:39:17.405Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33772026-08-25T07:39:19.919Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33782026-08-25T07:39:20.410Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33792026-08-25T07:39:21.335Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33802026-08-25T07:39:21.951Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33812026-08-25T07:39:24.365Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33822026-08-25T07:39:24.905Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33832026-08-25T07:39:28.210Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33842026-08-25T07:39:29.124Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33852026-08-25T07:39:29.845Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33862026-08-25T07:39:30.589Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33872026-08-25T07:39:31.534Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33882026-08-25T07:39:32.353Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33892026-08-25T07:39:34.067Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33902026-08-25T07:39:34.709Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33912026-08-25T07:39:35.731Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33922026-08-25T07:39:35.931Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33932026-08-25T07:39:36.518Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33942026-08-25T07:39:37.366Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33952026-08-25T07:39:38.215Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33962026-08-25T07:39:42.002Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33972026-08-25T07:39:43.305Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33982026-08-25T07:39:43.833Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33992026-08-25T07:39:44.799Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34002026-08-25T07:39:45.819Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34012026-08-25T07:39:46.831Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34022026-08-25T07:39:48.674Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34032026-08-25T07:39:49.671Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34042026-08-25T07:39:50.664Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34052026-08-25T07:39:51.687Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34062026-08-25T07:39:54.419Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34072026-08-25T07:39:55.733Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34082026-08-25T07:39:59.081Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34092026-08-25T07:39:59.618Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34102026-08-25T07:40:00.200Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34112026-08-25T07:40:01.743Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34122026-08-25T07:40:03.556Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34132026-08-25T07:40:05.238Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34142026-08-25T07:40:06.698Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34152026-08-25T07:40:08.395Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34162026-08-25T07:40:10.028Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34172026-08-25T07:40:11.744Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34182026-08-25T07:40:16.323Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34192026-08-25T07:40:16.825Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34202026-08-25T07:40:18.228Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34212026-08-25T07:40:18.536Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34222026-08-25T07:40:20.445Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34232026-08-25T07:40:22.197Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34242026-08-25T07:40:23.774Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34252026-08-25T07:40:26.089Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34262026-08-25T07:40:27.906Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34272026-08-25T07:40:29.647Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34282026-08-25T07:40:31.703Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34292026-08-25T07:40:33.255Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34302026-08-25T07:40:35.057Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34312026-08-25T07:40:36.834Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34322026-08-25T07:40:38.637Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34332026-08-25T07:40:40.408Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34342026-08-25T07:40:42.208Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34352026-08-25T07:40:43.785Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34362026-08-25T07:40:45.880Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34372026-08-25T07:40:49.355Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34382026-08-25T07:40:53.190Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34392026-08-25T07:40:55.036Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34402026-08-25T07:40:56.629Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34412026-08-25T07:40:58.823Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34422026-08-25T07:41:00.582Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34432026-08-25T07:41:02.694Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34442026-08-25T07:41:06.082Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34452026-08-25T07:41:06.884Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34462026-08-25T07:41:08.999Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34472026-08-25T07:41:13.275Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34482026-08-25T07:41:15.806Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34492026-08-25T07:41:17.976Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34502026-08-25T07:41:21.077Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34512026-08-25T07:41:23.056Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34522026-08-25T07:41:25.067Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34532026-08-25T07:41:28.041Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34542026-08-25T07:41:30.327Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34552026-08-25T07:41:32.836Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34562026-08-25T07:41:35.066Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34572026-08-25T07:41:37.644Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34582026-08-25T07:41:39.881Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34592026-08-25T07:41:42.433Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34602026-08-25T07:41:45.071Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34612026-08-25T07:41:47.544Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34622026-08-25T07:41:50.319Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34632026-08-25T07:41:52.867Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34642026-08-25T07:41:55.146Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34652026-08-25T07:41:57.942Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34662026-08-25T07:42:00.477Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34672026-08-25T07:42:03.113Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34682026-08-25T07:42:05.738Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34692026-08-25T07:42:08.141Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34702026-08-25T07:42:10.885Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34712026-08-25T07:42:13.502Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34722026-08-25T07:42:16.096Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34732026-08-25T07:42:18.699Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34742026-08-25T07:42:21.245Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34752026-08-25T07:42:23.870Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34762026-08-25T07:42:26.407Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34772026-08-25T07:42:29.006Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34782026-08-25T07:42:31.830Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34792026-08-25T07:42:34.438Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34802026-08-25T07:42:37.027Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34812026-08-25T07:42:39.574Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34822026-08-25T07:42:42.241Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34832026-08-25T07:42:44.893Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34842026-08-25T07:42:47.501Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34852026-08-25T07:42:50.805Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34862026-08-25T07:42:52.904Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34872026-08-25T07:42:55.695Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34882026-08-25T07:42:58.424Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34892026-08-25T07:43:01.362Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34902026-08-25T07:43:04.032Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34912026-08-25T07:43:06.729Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34922026-08-25T07:43:09.488Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34932026-08-25T07:43:12.026Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34942026-08-25T07:43:14.803Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34952026-08-25T07:43:17.674Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34962026-08-25T07:43:20.365Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34972026-08-25T07:43:23.241Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34982026-08-25T07:43:25.821Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34992026-08-25T07:43:28.547Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
35002026-08-25T07:43:31.665Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35012026-08-25T07:43:34.517Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35022026-08-25T07:43:37.245Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
35032026-08-25T07:43:40.020Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35042026-08-25T07:43:42.848Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
35052026-08-25T07:43:45.724Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35062026-08-25T07:43:48.552Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35072026-08-25T07:43:52.011Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35082026-08-25T07:43:54.671Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35092026-08-25T07:44:02.730Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35102026-08-25T07:44:03.251Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35112026-08-25T07:44:06.656Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35122026-08-25T07:44:10.404Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35132026-08-25T07:44:13.969Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35142026-08-25T07:44:17.765Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35152026-08-25T07:44:22.790Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35162026-08-25T07:44:25.883Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35172026-08-25T07:44:29.777Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35182026-08-25T07:44:33.713Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35192026-08-25T07:44:37.877Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35202026-08-25T07:44:41.685Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35212026-08-25T07:44:45.690Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35222026-08-25T07:44:49.584Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35232026-08-25T07:44:53.492Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35242026-08-25T07:44:57.389Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35252026-08-25T07:45:01.337Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35262026-08-25T07:45:05.256Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35272026-08-25T07:45:09.288Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35282026-08-25T07:45:13.117Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35292026-08-25T07:45:17.179Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35302026-08-25T07:45:21.027Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35312026-08-25T07:45:25.008Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35322026-08-25T07:45:28.966Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35332026-08-25T07:45:32.890Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35342026-08-25T07:46:04.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 43s
35352026-08-25T07:46:04.350Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35362026-08-25T07:46:04.350Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35372026-08-25T07:46:04.525Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35382026-08-25T07:46:04.634Z
35392026-08-25T07:46:04.634Zreal 7:43.296680217
35402026-08-25T07:46:04.634Zuser 20:55.593479361
35412026-08-25T07:46:04.634Zsys 4:22.914487328
35422026-08-25T07:46:04.634Ztrap 0.301746269
35432026-08-25T07:46:04.634Ztflt 0.011130251
35442026-08-25T07:46:04.634Zdflt 0.090857564
35452026-08-25T07:46:04.637Zkflt 0.000018330
35462026-08-25T07:46:04.637Zlock 7:24:02.461068832
35472026-08-25T07:46:04.637Zslp 2:36:00.055818131
35482026-08-25T07:46:04.637Zlat 32.878397382
35492026-08-25T07:46:04.637Zstop 2:04.548645131
35502026-08-25T07:46:04.637Zprocess exited: duration 986042 ms, exit code 0
 
35512026-08-25T07:46:04.644Zfound 0 output files