01M0TNP2N1Y6B3T75ESDQXDTME: clippy (helios)

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

Buildomat Job: 01M0TNPKWKCNJBFPQ8QP9RXKP9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-24T20:00:32.501Zjob assigned to worker 01M0TNPW861ZGXCQ773MC0DMWS [factory aws, i-042447268ee36000c] (queued for 1 m 0 s)
 
22026-08-24T20:00:40.451Zstarting task 0: "setup"
32026-08-24T20:00:40.457Z++ uname -s
42026-08-24T20:00:40.461Z+ kern=SunOS
52026-08-24T20:00:40.461Z+ build_user=build
62026-08-24T20:00:40.461Z+ build_uid=12345
72026-08-24T20:00:40.461Z+ work_dir=/work
82026-08-24T20:00:40.461Z+ input_dir=/input
92026-08-24T20:00:40.461Z+ [[ 0 == 12345 ]]
102026-08-24T20:00:40.461Z+ case "$kern" in
112026-08-24T20:00:40.461Z+ groupadd -g 12345 build
122026-08-24T20:00:40.461Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-24T20:00:42.471Z+ zfs create -o mountpoint=/work rpool/work
142026-08-24T20:00:42.586Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-24T20:00:42.590Z+ home_fs=zfs
162026-08-24T20:00:42.590Z+ [[ zfs == autofs ]]
172026-08-24T20:00:42.590Z+ mkdir -p /home/build
182026-08-24T20:00:42.590Z+ chown build:build /home/build /work
192026-08-24T20:00:44.590Z+ chmod 0700 /home/build /work
202026-08-24T20:00:44.596Zprocess exited: duration 4140 ms, exit code 0
 
212026-08-24T20:00:44.606Zstarting task 1: "rust-toolchain"
222026-08-24T20:00:44.611Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-24T20:00:44.611Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-24T20:00:44.611Z * rust toolchain channel = "1.97.1"
252026-08-24T20:00:44.611Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-24T20:00:44.611Z * rust toolchain profile = "default"
272026-08-24T20:00:44.619Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-24T20:00:44.619Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-24T20:00:44.619Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-24T20:00:44.694Zinfo: downloading installer
312026-08-24T20:00:45.847Zwarn: It looks like you have an existing rustup settings file at:
322026-08-24T20:00:45.848Zwarn: /home/build/.rustup/settings.toml
332026-08-24T20:00:45.848Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-24T20:00:45.848Zwarn: instead of the one inferred from the default host triple.
352026-08-24T20:00:45.856Zinfo: profile set to default
362026-08-24T20:00:45.856Zinfo: default host triple is x86_64-unknown-illumos
372026-08-24T20:00:45.859Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-24T20:00:46.003Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-24T20:00:46.006Zinfo: downloading 6 components
402026-08-24T20:01:00.148Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-24T20:01:00.148Z
422026-08-24T20:01:00.176Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-24T20:01:00.176Z
442026-08-24T20:01:00.176Z
452026-08-24T20:01:00.176ZRust is installed now. Great!
462026-08-24T20:01:00.176Z
472026-08-24T20:01:00.176ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-24T20:01:00.176Zenvironment variable. This has not been done automatically.
492026-08-24T20:01:00.176Z
502026-08-24T20:01:00.176ZTo configure your current shell, you need to source
512026-08-24T20:01:00.176Zthe corresponding env file under $HOME/.cargo.
522026-08-24T20:01:00.176Z
532026-08-24T20:01:00.176ZThis is usually done by running one of the following (note the leading DOT):
542026-08-24T20:01:00.176Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-24T20:01:00.176Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-24T20:01:00.176Zsource "~/.cargo/env.nu" # For nushell
572026-08-24T20:01:00.176Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-24T20:01:00.177Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-24T20:01:00.177Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-24T20:01:00.181Zwarn: no default linker (`cc`) was found in your PATH
612026-08-24T20:01:00.181Zwarn: many Rust crates require a system C toolchain to build
622026-08-24T20:01:00.283Z+ rustup --version
632026-08-24T20:01:00.292Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-24T20:01:00.295Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-24T20:01:00.316Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-24T20:01:00.320Z+ cargo --version
672026-08-24T20:01:00.326Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-24T20:01:00.329Z+ rustc --version
692026-08-24T20:01:00.345Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-24T20:01:00.349Zprocess exited: duration 15741 ms, exit code 0
 
712026-08-24T20:01:00.356Zstarting task 2: "authentication"
722026-08-24T20:01:00.370ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-24T20:01:25.583Zprocess exited: duration 25226 ms, exit code 0
 
742026-08-24T20:01:25.590Zstarting task 3: "clone repository"
752026-08-24T20:01:25.594Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-24T20:01:25.598Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-24T20:01:25.628ZCloning into '/work/oxidecomputer/omicron'...
782026-08-24T20:01:46.209Z+ cd /work/oxidecomputer/omicron
792026-08-24T20:01:46.210Z+ git fetch origin 9311c6602937fcfde01aa3da474e3a5d85890f6b
802026-08-24T20:01:46.547ZFrom https://github.com/oxidecomputer/omicron
812026-08-24T20:01:46.548Z * branch 9311c6602937fcfde01aa3da474e3a5d85890f6b -> FETCH_HEAD
822026-08-24T20:01:46.559Z+ [[ -n '' ]]
832026-08-24T20:01:46.559Z+ git reset --hard 9311c6602937fcfde01aa3da474e3a5d85890f6b
842026-08-24T20:01:46.816ZHEAD is now at 9311c6602 Bump tokio-postgres from 0.7.16 to 0.7.18
852026-08-24T20:01:46.823Zprocess exited: duration 21226 ms, exit code 0
 
862026-08-24T20:01:46.830Zstarting task 4: "build"
872026-08-24T20:01:46.836Z+ source ./env.sh
882026-08-24T20:01:46.842Z++ OLD_SHELL_OPTS=ehxB
892026-08-24T20:01:46.842Z++ set -o xtrace
902026-08-24T20:01:46.842Z++++ dirname ./env.sh
912026-08-24T20:01:46.842Z+++ readlink -f .
922026-08-24T20:01:46.842Z++ OMICRON_WS=/work/oxidecomputer/omicron
932026-08-24T20:01:46.843Z++ export 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-24T20:01:46.843Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-08-24T20:01:46.843Z++ 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
962026-08-24T20:01:46.843Z++ 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
972026-08-24T20:01:46.843Z++ 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
982026-08-24T20:01:46.843Z++ 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
992026-08-24T20:01:46.843Z++ 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
1002026-08-24T20:01:46.843Z++ 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
1012026-08-24T20:01:46.843Z++ 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
1022026-08-24T20:01:46.843Z++ 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
1032026-08-24T20:01:46.844Z++ case $OLD_SHELL_OPTS in
1042026-08-24T20:01:46.844Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052026-08-24T20:01:46.844Z+ source .github/buildomat/ci-env.sh
1062026-08-24T20:01:46.844Z++ export CARGO_TERM_COLOR=always
1072026-08-24T20:01:46.844Z++ CARGO_TERM_COLOR=always
1082026-08-24T20:01:46.844Z+++ uname -s
1092026-08-24T20:01:46.844Z++ [[ SunOS == \S\u\n\O\S ]]
1102026-08-24T20:01:46.844Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1112026-08-24T20:01:46.853Z+ cargo --version
1122026-08-24T20:01:46.856Zcargo 1.97.1 (c980f4866 2026-06-30)
1132026-08-24T20:01:46.856Z+ rustc --version
1142026-08-24T20:01:46.877Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1152026-08-24T20:01:46.883Z+ banner prerequisites
1162026-08-24T20:01:46.883Z
1172026-08-24T20:01:46.883Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-08-24T20:01:46.883Z # # # # # # # # # # # # # # #
1192026-08-24T20:01:46.883Z # # # # ##### # # ##### # # # # # #### #
1202026-08-24T20:01:46.883Z ##### ##### # ##### # # # # # # # # #
1212026-08-24T20:01:46.883Z # # # # # # # # # # # # # # #
1222026-08-24T20:01:46.883Z # # # ###### # # ###### ### # #### # #### #
1232026-08-24T20:01:46.884Z
1242026-08-24T20:01:46.884Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-08-24T20:01:48.802Z Startup: Refreshing catalog 'helios' ... Done
1262026-08-24T20:01:49.174Z Startup: Caching catalogs ... Done
1272026-08-24T20:01:51.202ZPlanning: Solver setup ... Done (1.921s)
1282026-08-24T20:01:51.260ZPlanning: Running solver ... Done (0.061s)
1292026-08-24T20:01:51.311ZPlanning: Finding local manifests ... Done (0.003s)
1302026-08-24T20:01:51.338ZPlanning: Fetching manifests: 0/2 0% complete
1312026-08-24T20:01:51.356ZPlanning: Fetching manifests: 2/2 100% complete
1322026-08-24T20:01:51.356ZPlanning: Package planning ... Done (0.013s)
1332026-08-24T20:01:51.368ZPlanning: Merging actions ... Done (0.001s)
1342026-08-24T20:01:51.575ZPlanning: Checking for conflicting actions ... Done (0.223s)
1352026-08-24T20:01:51.600ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-08-24T20:01:52.436ZPlanning: Evaluating mediators ... Done (0.729s)
1372026-08-24T20:01:52.453ZPlanning: Planning completed in 3.11 seconds
1382026-08-24T20:01:52.453Z Packages to install: 2
1392026-08-24T20:01:52.453Z Estimated space available: 156.01 GB
1402026-08-24T20:01:52.453ZEstimated space to be consumed: 76.36 MB
1412026-08-24T20:01:52.453Z Create boot environment: No
1422026-08-24T20:01:52.453ZCreate backup boot environment: No
1432026-08-24T20:01:52.454Z Rebuild boot archive: No
1442026-08-24T20:01:52.454Z
1452026-08-24T20:01:52.454ZChanged packages:
1462026-08-24T20:01:52.454Zhelios
1472026-08-24T20:01:52.454Z developer/build-essential
1482026-08-24T20:01:52.454Z None -> 11-3.0
1492026-08-24T20:01:52.454Z library/libxmlsec1
1502026-08-24T20:01:52.454Z None -> 1.2.35-3.0
1512026-08-24T20:01:52.454Z
1522026-08-24T20:01:52.454ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-08-24T20:01:52.454ZDownload: Completed 1.28 MB in 0.08 seconds (16.4M/s)
1542026-08-24T20:01:52.504Z Actions: 1/268 actions (Installing new actions)
1552026-08-24T20:01:52.532Z Actions: Completed 268 actions in 0.04 seconds.
1562026-08-24T20:01:52.561ZFinalize: Updating package state database ... Done (0.033s)
1572026-08-24T20:01:52.582ZFinalize: Updating package cache ... Done (0.000s)
1582026-08-24T20:01:52.650ZFinalize: Updating image state ... Done (0.089s)
1592026-08-24T20:01:55.136ZFinalize: Creating fast lookup database ... Done (2.442s)
1602026-08-24T20:01:55.204ZFinalize: Reading search index ... Done (0.012s)
1612026-08-24T20:01:55.218ZFinalize: Updating search index ... Done (0.000s)
1622026-08-24T20:01:55.314ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-24T20:01:55.694ZPlanning: Evaluating mediator changes ... Done
1642026-08-24T20:01:55.789ZPlanning: Checking for conflicting actions ... Done
1652026-08-24T20:01:55.799ZPlanning: Consolidating action changes ... Done
1662026-08-24T20:01:55.956ZPlanning: Evaluating mediators ... Done
1672026-08-24T20:01:55.976ZPlanning: Planning completed in 0.26 seconds
1682026-08-24T20:01:55.995Z Mediators to change: 2
1692026-08-24T20:01:55.995Z Create boot environment: No
1702026-08-24T20:01:55.995ZCreate backup boot environment: No
1712026-08-24T20:01:56.022ZFinalize: Updating package state database ... Done
1722026-08-24T20:01:56.022ZFinalize: Updating package cache ... Done
1732026-08-24T20:01:56.065ZFinalize: Updating image state ... Done
1742026-08-24T20:01:58.032ZFinalize: Creating fast lookup database ... Done
1752026-08-24T20:01:58.101ZFinalize: Reading search index ... Done
1762026-08-24T20:01:58.110ZFinalize: Updating search index ... Done
1772026-08-24T20:01:58.188ZFinalize: Updating package cache ... Done
1782026-08-24T20:01:58.478ZPlanning: Evaluating mediator changes ... Done
1792026-08-24T20:01:58.586ZPlanning: Checking for conflicting actions ... Done
1802026-08-24T20:01:58.591ZPlanning: Consolidating action changes ... Done
1812026-08-24T20:01:58.743ZPlanning: Evaluating mediators ... Done
1822026-08-24T20:01:58.749ZPlanning: Planning completed in 0.26 seconds
1832026-08-24T20:01:58.768Z Mediators to change: 1
1842026-08-24T20:01:58.768Z Create boot environment: No
1852026-08-24T20:01:58.768ZCreate backup boot environment: No
1862026-08-24T20:01:58.810ZFinalize: Updating package state database ... Done
1872026-08-24T20:01:58.811ZFinalize: Updating package cache ... Done
1882026-08-24T20:01:58.854ZFinalize: Updating image state ... Done
1892026-08-24T20:02:00.824ZFinalize: Creating fast lookup database ... Done
1902026-08-24T20:02:00.885ZFinalize: Reading search index ... Done
1912026-08-24T20:02:00.889ZFinalize: Updating search index ... Done
1922026-08-24T20:02:00.994ZFinalize: Updating package cache ... Done
1932026-08-24T20:02:01.312ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-08-24T20:02:01.312Zapache system 2.4 system
1952026-08-24T20:02:01.312Zclang system 15 system
1962026-08-24T20:02:01.313Zcsh system system illumos
1972026-08-24T20:02:01.313Zctags system system illumos
1982026-08-24T20:02:01.313Zfile vendor vendor darwinsys
1992026-08-24T20:02:01.313Zfile system system illumos
2002026-08-24T20:02:01.313Zgcc vendor 14 vendor
2012026-08-24T20:02:01.313Zgcc system 13 system
2022026-08-24T20:02:01.313Zgcc system 10 system
2032026-08-24T20:02:01.313Zgo system 1.25 system
2042026-08-24T20:02:01.313Zllvm system 15 system
2052026-08-24T20:02:01.313Zmariadb system 11.4 system
2062026-08-24T20:02:01.313Zmta vendor vendor dma
2072026-08-24T20:02:01.313Zopenjdk system 17 system
2082026-08-24T20:02:01.313Zopenjdk system 11 system
2092026-08-24T20:02:01.313Zopenssl vendor 3 vendor
2102026-08-24T20:02:01.313Zperl system 5.40 system
2112026-08-24T20:02:01.313Zpostgresql system 18 system
2122026-08-24T20:02:01.313Zpostgresql system 17 system
2132026-08-24T20:02:01.313Zpython vendor 3 vendor
2142026-08-24T20:02:01.313Zpython system 2 system
2152026-08-24T20:02:01.313Zpython3 vendor 3.13 vendor
2162026-08-24T20:02:01.313Zruby system 3.4 system
2172026-08-24T20:02:01.313Zruby system 3.0 system
2182026-08-24T20:02:01.313Zwords vendor vendor american-english
2192026-08-24T20:02:01.314Zwords system system australian-english
2202026-08-24T20:02:01.314Zwords system system british-english
2212026-08-24T20:02:01.314Zwords system system canadian-english
2222026-08-24T20:02:01.314Zwords system system french
2232026-08-24T20:02:01.314Zwords system system italian
2242026-08-24T20:02:01.314Zwords system system ngerman
2252026-08-24T20:02:01.314Zwords system system ogerman
2262026-08-24T20:02:01.314Zwords system system spanish
2272026-08-24T20:02:01.702ZPUBLISHER TYPE STATUS P LOCATION
2282026-08-24T20:02:01.702Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-08-24T20:02:02.037ZFMRI IFO
2302026-08-24T20:02:02.037Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-08-24T20:02:02.037Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-08-24T20:02:02.037Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-08-24T20:02:02.037Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-08-24T20:02:02.037Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-08-24T20:02:02.037Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-08-24T20:02:02.037Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-08-24T20:02:02.037Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-08-24T20:02:02.037Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-08-24T20:02:02.397Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-08-24T20:02:02.765Z Updating crates.io index
2412026-08-24T20:02:02.770Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-08-24T20:02:03.163Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-24T20:02:03.564Z Updating git repository `https://github.com/oxidecomputer/propolis`
2442026-08-24T20:02:04.796Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-08-24T20:02:06.177Z Updating git repository `https://github.com/oxidecomputer/crucible`
2462026-08-24T20:02:07.716Z Updating git repository `https://github.com/oxidecomputer/opte`
2472026-08-24T20:02:08.587Z Updating git repository `https://github.com/oxidecomputer/tofino`
2482026-08-24T20:02:08.920Z Updating git repository `https://github.com/oxidecomputer/lldp`
2492026-08-24T20:02:09.286Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-08-24T20:02:10.957Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-08-24T20:02:11.295Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-08-24T20:02:12.210Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2532026-08-24T20:02:12.268Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2542026-08-24T20:02:12.847Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2552026-08-24T20:02:13.122Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2562026-08-24T20:02:13.622Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-24T20:02:13.874Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-08-24T20:02:14.253Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-08-24T20:02:14.866Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-08-24T20:02:19.213Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2612026-08-24T20:02:19.282Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-08-24T20:02:19.283Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2632026-08-24T20:02:19.283Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2642026-08-24T20:02:19.283Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2652026-08-24T20:02:19.283Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-08-24T20:02:19.283Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-08-24T20:02:19.283Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-08-24T20:02:19.285Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-08-24T20:02:19.316Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-08-24T20:02:19.669Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-08-24T20:02:20.328Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-08-24T20:02:20.740Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-08-24T20:02:21.142Z Updating git repository `https://github.com/oxidecomputer/tough`
2742026-08-24T20:02:21.857Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-08-24T20:02:22.326Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-08-24T20:02:22.665Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-08-24T20:02:23.038Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-08-24T20:02:23.372Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-08-24T20:02:23.682Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-08-24T20:02:24.017Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-08-24T20:02:24.412Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-08-24T20:02:24.764Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-08-24T20:02:25.114Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-24T20:02:28.279Z Downloading crates ...
2852026-08-24T20:02:28.336Z Downloaded anstream v1.0.0
2862026-08-24T20:02:28.341Z Downloaded pest_generator v2.8.6
2872026-08-24T20:02:28.346Z Downloaded pest_derive v2.8.6
2882026-08-24T20:02:28.346Z Downloaded zmij v1.0.21
2892026-08-24T20:02:28.350Z Downloaded generic-array v0.14.7
2902026-08-24T20:02:28.350Z Downloaded crypto-common v0.1.7
2912026-08-24T20:02:28.350Z Downloaded version_check v0.9.5
2922026-08-24T20:02:28.350Z Downloaded zerocopy-derive v0.7.35
2932026-08-24T20:02:28.354Z Downloaded strsim v0.11.1
2942026-08-24T20:02:28.354Z Downloaded terminal_size v0.4.3
2952026-08-24T20:02:28.359Z Downloaded zerocopy v0.7.35
2962026-08-24T20:02:28.368Z Downloaded pretty-hex v0.4.1
2972026-08-24T20:02:28.372Z Downloaded itoa v1.0.17
2982026-08-24T20:02:28.372Z Downloaded block-buffer v0.10.4
2992026-08-24T20:02:28.372Z Downloaded colorchoice v1.0.4
3002026-08-24T20:02:28.372Z Downloaded cfg-if v1.0.4
3012026-08-24T20:02:28.376Z Downloaded clap_lex v1.0.0
3022026-08-24T20:02:28.376Z Downloaded dtrace-parser v0.2.0
3032026-08-24T20:02:28.376Z Downloaded cargo-platform v0.3.2
3042026-08-24T20:02:28.380Z Downloaded usdt-macro v0.5.0
3052026-08-24T20:02:28.383Z Downloaded heck v0.4.1
3062026-08-24T20:02:28.383Z Downloaded equivalent v1.0.2
3072026-08-24T20:02:28.383Z Downloaded macaddr v1.0.1
3082026-08-24T20:02:28.383Z Downloaded fastrand v2.3.0
3092026-08-24T20:02:28.384Z Downloaded heck v0.5.0
3102026-08-24T20:02:28.387Z Downloaded errno v0.3.14
3112026-08-24T20:02:28.387Z Downloaded is_terminal_polyfill v1.70.2
3122026-08-24T20:02:28.391Z Downloaded memmap v0.7.0
3132026-08-24T20:02:28.391Z Downloaded dof v0.3.0
3142026-08-24T20:02:28.391Z Downloaded fnv v1.0.7
3152026-08-24T20:02:28.394Z Downloaded cpufeatures v0.2.17
3162026-08-24T20:02:28.402Z Downloaded thiserror v1.0.69
3172026-08-24T20:02:28.406Z Downloaded camino-tempfile v1.4.1
3182026-08-24T20:02:28.410Z Downloaded utf8parse v0.2.2
3192026-08-24T20:02:28.413Z Downloaded serde_spanned v0.6.9
3202026-08-24T20:02:28.417Z Downloaded usdt-attr-macro v0.5.0
3212026-08-24T20:02:28.420Z Downloaded toml_datetime v0.6.11
3222026-08-24T20:02:28.420Z Downloaded plain v0.2.3
3232026-08-24T20:02:28.425Z Downloaded proc-macro-error-attr v1.0.4
3242026-08-24T20:02:28.425Z Downloaded thread-id v4.2.2
3252026-08-24T20:02:28.428Z Downloaded smawk v0.3.2
3262026-08-24T20:02:28.428Z Downloaded swrite v0.1.0
3272026-08-24T20:02:28.434Z Downloaded anstyle v1.0.14
3282026-08-24T20:02:28.435Z Downloaded autocfg v1.5.0
3292026-08-24T20:02:28.435Z Downloaded cargo_metadata v0.23.1
3302026-08-24T20:02:28.435Z Downloaded anstyle-query v1.1.5
3312026-08-24T20:02:28.439Z Downloaded fs-err v3.3.0
3322026-08-24T20:02:28.439Z Downloaded digest v0.10.7
3332026-08-24T20:02:28.439Z Downloaded toml_write v0.1.2
3342026-08-24T20:02:28.439Z Downloaded unicode-linebreak v0.1.5
3352026-08-24T20:02:28.442Z Downloaded usdt v0.5.0
3362026-08-24T20:02:28.442Z Downloaded scroll_derive v0.12.1
3372026-08-24T20:02:28.447Z Downloaded tabled_derive v0.7.0
3382026-08-24T20:02:28.451Z Downloaded ucd-trie v0.1.7
3392026-08-24T20:02:28.459Z Downloaded anstyle-parse v1.0.0
3402026-08-24T20:02:28.466Z Downloaded byteorder v1.5.0
3412026-08-24T20:02:28.475Z Downloaded proc-macro-error v1.0.4
3422026-08-24T20:02:28.479Z Downloaded thiserror-impl v2.0.18
3432026-08-24T20:02:28.479Z Downloaded serde_tokenstream v0.2.3
3442026-08-24T20:02:28.482Z Downloaded camino v1.2.5
3452026-08-24T20:02:28.483Z Downloaded once_cell v1.21.3
3462026-08-24T20:02:28.486Z Downloaded cargo_toml v0.21.0
3472026-08-24T20:02:28.486Z Downloaded thiserror-impl v1.0.69
3482026-08-24T20:02:28.489Z Downloaded scroll v0.12.0
3492026-08-24T20:02:28.494Z Downloaded quote v1.0.45
3502026-08-24T20:02:28.498Z Downloaded serde_derive v1.0.228
3512026-08-24T20:02:28.501Z Downloaded papergrid v0.11.0
3522026-08-24T20:02:28.501Z Downloaded proc-macro2 v1.0.106
3532026-08-24T20:02:28.505Z Downloaded log v0.4.33
3542026-08-24T20:02:28.505Z Downloaded clap_derive v4.6.1
3552026-08-24T20:02:28.505Z Downloaded anyhow v1.0.104
3562026-08-24T20:02:28.509Z Downloaded bytecount v0.6.9
3572026-08-24T20:02:28.509Z Downloaded semver v1.0.28
3582026-08-24T20:02:28.512Z Downloaded toml v0.8.23
3592026-08-24T20:02:28.512Z Downloaded usdt-impl v0.5.0
3602026-08-24T20:02:28.516Z Downloaded thiserror v2.0.18
3612026-08-24T20:02:28.519Z Downloaded clap v4.6.1
3622026-08-24T20:02:28.522Z Downloaded sha2 v0.10.9
3632026-08-24T20:02:28.528Z Downloaded toml_edit v0.22.27
3642026-08-24T20:02:28.531Z Downloaded unicode-ident v1.0.24
3652026-08-24T20:02:28.534Z Downloaded bitflags v2.11.0
3662026-08-24T20:02:28.534Z Downloaded getrandom v0.4.3
3672026-08-24T20:02:28.538Z Downloaded serde_core v1.0.228
3682026-08-24T20:02:28.538Z Downloaded textwrap v0.16.2
3692026-08-24T20:02:28.538Z Downloaded hashbrown v0.17.0
3702026-08-24T20:02:28.541Z Downloaded tempfile v3.27.0
3712026-08-24T20:02:28.549Z Downloaded pest_meta v2.8.6
3722026-08-24T20:02:28.577Z Downloaded serde v1.0.228
3732026-08-24T20:02:28.586Z Downloaded memchr v2.8.0
3742026-08-24T20:02:28.590Z Downloaded typenum v1.20.1
3752026-08-24T20:02:28.594Z Downloaded indexmap v2.14.0
3762026-08-24T20:02:28.619Z Downloaded pest v2.8.6
3772026-08-24T20:02:28.636Z Downloaded serde_json v1.0.151
3782026-08-24T20:02:28.641Z Downloaded clap_builder v4.6.0
3792026-08-24T20:02:28.650Z Downloaded goblin v0.8.2
3802026-08-24T20:02:28.656Z Downloaded winnow v0.7.14
3812026-08-24T20:02:28.681Z Downloaded tabled v0.15.0
3822026-08-24T20:02:28.694Z Downloaded unicode-width v0.2.0
3832026-08-24T20:02:28.698Z Downloaded unicode-width v0.1.14
3842026-08-24T20:02:28.701Z Downloaded syn v1.0.109
3852026-08-24T20:02:28.706Z Downloaded syn v2.0.117
3862026-08-24T20:02:28.712Z Downloaded rustix v1.1.4
3872026-08-24T20:02:28.737Z Downloaded libc v0.2.185
3882026-08-24T20:02:28.799Z Compiling proc-macro2 v1.0.106
3892026-08-24T20:02:28.799Z Compiling unicode-ident v1.0.24
3902026-08-24T20:02:28.799Z Compiling quote v1.0.45
3912026-08-24T20:02:28.803Z Compiling serde_core v1.0.228
3922026-08-24T20:02:28.803Z Compiling libc v0.2.185
3932026-08-24T20:02:28.803Z Compiling version_check v0.9.5
3942026-08-24T20:02:28.803Z Compiling memchr v2.8.0
3952026-08-24T20:02:28.972Z Compiling serde v1.0.228
3962026-08-24T20:02:29.112Z Compiling zmij v1.0.21
3972026-08-24T20:02:29.397Z Compiling ucd-trie v0.1.7
3982026-08-24T20:02:29.445Z Compiling itoa v1.0.17
3992026-08-24T20:02:29.586Z Compiling thiserror v1.0.69
4002026-08-24T20:02:29.635Z Compiling pest v2.8.6
4012026-08-24T20:02:29.705Z Compiling byteorder v1.5.0
4022026-08-24T20:02:29.740Z Compiling rustix v1.1.4
4032026-08-24T20:02:29.938Z Compiling errno v0.3.14
4042026-08-24T20:02:30.105Z Compiling bitflags v2.11.0
4052026-08-24T20:02:30.183Z Compiling serde_json v1.0.151
4062026-08-24T20:02:30.290Z Compiling syn v2.0.117
4072026-08-24T20:02:30.331Z Compiling thread-id v4.2.2
4082026-08-24T20:02:30.400Z Compiling proc-macro-error-attr v1.0.4
4092026-08-24T20:02:30.434Z Compiling usdt-impl v0.5.0
4102026-08-24T20:02:30.546Z Compiling camino v1.2.5
4112026-08-24T20:02:30.584Z Compiling syn v1.0.109
4122026-08-24T20:02:30.747Z Compiling pest_meta v2.8.6
4132026-08-24T20:02:30.921Z Compiling proc-macro-error v1.0.4
4142026-08-24T20:02:30.967Z Compiling log v0.4.33
4152026-08-24T20:02:30.984Z Compiling hashbrown v0.17.0
4162026-08-24T20:02:31.140Z Compiling getrandom v0.4.3
4172026-08-24T20:02:31.171Z Compiling utf8parse v0.2.2
4182026-08-24T20:02:31.369Z Compiling equivalent v1.0.2
4192026-08-24T20:02:31.488Z Compiling plain v0.2.3
4202026-08-24T20:02:31.544Z Compiling indexmap v2.14.0
4212026-08-24T20:02:31.566Z Compiling anstyle-parse v1.0.0
4222026-08-24T20:02:31.605Z Compiling terminal_size v0.4.3
4232026-08-24T20:02:32.162Z Compiling thiserror v2.0.18
4242026-08-24T20:02:32.181Z Compiling toml_write v0.1.2
4252026-08-24T20:02:32.222Z Compiling pretty-hex v0.4.1
4262026-08-24T20:02:32.336Z Compiling cfg-if v1.0.4
4272026-08-24T20:02:32.366Z Compiling colorchoice v1.0.4
4282026-08-24T20:02:32.383Z Compiling winnow v0.7.14
4292026-08-24T20:02:32.411Z Compiling is_terminal_polyfill v1.70.2
4302026-08-24T20:02:32.429Z Compiling anstyle-query v1.1.5
4312026-08-24T20:02:32.477Z Compiling anstyle v1.0.14
4322026-08-24T20:02:32.498Z Compiling autocfg v1.5.0
4332026-08-24T20:02:32.670Z Compiling pest_generator v2.8.6
4342026-08-24T20:02:32.710Z Compiling anstream v1.0.0
4352026-08-24T20:02:32.729Z Compiling anyhow v1.0.104
4362026-08-24T20:02:32.730Z Compiling heck v0.5.0
4372026-08-24T20:02:32.918Z Compiling fs-err v3.3.0
4382026-08-24T20:02:33.018Z Compiling clap_lex v1.0.0
4392026-08-24T20:02:33.049Z Compiling bytecount v0.6.9
4402026-08-24T20:02:33.107Z Compiling once_cell v1.21.3
4412026-08-24T20:02:33.188Z Compiling fnv v1.0.7
4422026-08-24T20:02:33.250Z Compiling strsim v0.11.1
4432026-08-24T20:02:33.274Z Compiling unicode-width v0.1.14
4442026-08-24T20:02:33.295Z Compiling fastrand v2.3.0
4452026-08-24T20:02:33.354Z Compiling heck v0.4.1
4462026-08-24T20:02:33.488Z Compiling clap_builder v4.6.0
4472026-08-24T20:02:33.546Z Compiling papergrid v0.11.0
4482026-08-24T20:02:33.577Z Compiling tempfile v3.27.0
4492026-08-24T20:02:33.596Z Compiling cargo-platform v0.3.2
4502026-08-24T20:02:33.812Z Compiling semver v1.0.28
4512026-08-24T20:02:33.862Z Compiling tabled_derive v0.7.0
4522026-08-24T20:02:33.880Z Compiling memmap v0.7.0
4532026-08-24T20:02:33.897Z Compiling smawk v0.3.2
4542026-08-24T20:02:33.945Z Compiling unicode-width v0.2.0
4552026-08-24T20:02:34.032Z Compiling unicode-linebreak v0.1.5
4562026-08-24T20:02:34.132Z Compiling camino-tempfile v1.4.1
4572026-08-24T20:02:34.223Z Compiling textwrap v0.16.2
4582026-08-24T20:02:34.263Z Compiling serde_derive v1.0.228
4592026-08-24T20:02:34.280Z Compiling thiserror-impl v1.0.69
4602026-08-24T20:02:34.362Z Compiling zerocopy-derive v0.7.35
4612026-08-24T20:02:34.405Z Compiling pest_derive v2.8.6
4622026-08-24T20:02:34.685Z Compiling scroll_derive v0.12.1
4632026-08-24T20:02:34.752Z Compiling thiserror-impl v2.0.18
4642026-08-24T20:02:34.854Z Compiling clap_derive v4.6.1
4652026-08-24T20:02:34.950Z Compiling tabled v0.15.0
4662026-08-24T20:02:35.223Z Compiling zerocopy v0.7.35
4672026-08-24T20:02:35.353Z Compiling scroll v0.12.0
4682026-08-24T20:02:35.632Z Compiling dtrace-parser v0.2.0
4692026-08-24T20:02:35.653Z Compiling goblin v0.8.2
4702026-08-24T20:02:36.112Z Compiling swrite v0.1.0
4712026-08-24T20:02:36.656Z Compiling clap v4.6.1
4722026-08-24T20:02:37.263Z Compiling dof v0.3.0
4732026-08-24T20:02:37.263Z Compiling serde_tokenstream v0.2.3
4742026-08-24T20:02:37.283Z Compiling serde_spanned v0.6.9
4752026-08-24T20:02:37.297Z Compiling toml_datetime v0.6.11
4762026-08-24T20:02:37.297Z Compiling cargo_metadata v0.23.1
4772026-08-24T20:02:37.347Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-08-24T20:02:37.352Z Compiling macaddr v1.0.1
4792026-08-24T20:02:37.478Z Compiling toml_edit v0.22.27
4802026-08-24T20:02:38.041Z Compiling usdt-macro v0.5.0
4812026-08-24T20:02:38.057Z Compiling usdt-attr-macro v0.5.0
4822026-08-24T20:02:38.731Z Compiling usdt v0.5.0
4832026-08-24T20:02:38.817Z Compiling toml v0.8.23
4842026-08-24T20:02:39.147Z Compiling cargo_toml v0.21.0
4852026-08-24T20:02:40.398Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-08-24T20:02:42.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.23s
4872026-08-24T20:02:42.655Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-08-24T20:02:43.177Z Downloading crates ...
4892026-08-24T20:02:43.235Z Downloaded array-init v0.0.4
4902026-08-24T20:02:43.239Z Downloaded async-recursion v1.1.1
4912026-08-24T20:02:43.244Z Downloaded atomicwrites v0.4.4
4922026-08-24T20:02:43.247Z Downloaded async-trait v0.1.89
4932026-08-24T20:02:43.251Z Downloaded atty v0.2.14
4942026-08-24T20:02:43.255Z Downloaded ascii-canvas v3.0.0
4952026-08-24T20:02:43.255Z Downloaded adler2 v2.0.1
4962026-08-24T20:02:43.259Z Downloaded arrayref v0.3.9
4972026-08-24T20:02:43.260Z Downloaded async-stream-impl v0.3.6
4982026-08-24T20:02:43.260Z Downloaded atomic-waker v1.1.2
4992026-08-24T20:02:43.260Z Downloaded assert_matches v1.5.0
5002026-08-24T20:02:43.265Z Downloaded const-oid v0.10.2
5012026-08-24T20:02:43.269Z Downloaded elliptic-curve v0.14.1
5022026-08-24T20:02:43.269Z Downloaded futures-task v0.3.32
5032026-08-24T20:02:43.269Z Downloaded aead v0.5.2
5042026-08-24T20:02:43.269Z Downloaded generic-array v1.4.3
5052026-08-24T20:02:43.273Z Downloaded foreign-types v0.5.0
5062026-08-24T20:02:43.273Z Downloaded base16ct v0.2.0
5072026-08-24T20:02:43.276Z Downloaded bit-set v0.8.0
5082026-08-24T20:02:43.276Z Downloaded fallible-iterator v0.2.0
5092026-08-24T20:02:43.280Z Downloaded highway v1.3.0
5102026-08-24T20:02:43.283Z Downloaded git-stub-vcs v0.1.0
5112026-08-24T20:02:43.283Z Downloaded fs-err v2.11.0
5122026-08-24T20:02:43.287Z Downloaded async-stream v0.3.6
5132026-08-24T20:02:43.287Z Downloaded backtrace-ext v0.2.1
5142026-08-24T20:02:43.293Z Downloaded anstream v0.6.21
5152026-08-24T20:02:43.294Z Downloaded erased-serde v0.3.31
5162026-08-24T20:02:43.302Z Downloaded fatfs v0.3.6
5172026-08-24T20:02:43.302Z Downloaded futures-sink v0.3.32
5182026-08-24T20:02:43.307Z Downloaded fixedbitset v0.4.2
5192026-08-24T20:02:43.308Z Downloaded base16ct v1.0.0
5202026-08-24T20:02:43.308Z Downloaded expectorate v1.2.0
5212026-08-24T20:02:43.308Z Downloaded filetime v0.2.27
5222026-08-24T20:02:43.308Z Downloaded flagset v0.4.7
5232026-08-24T20:02:43.308Z Downloaded foreign-types-shared v0.1.1
5242026-08-24T20:02:43.308Z Downloaded futures-io v0.3.32
5252026-08-24T20:02:43.308Z Downloaded heapless v0.7.17
5262026-08-24T20:02:43.309Z Downloaded bit-set v0.5.3
5272026-08-24T20:02:43.310Z Downloaded bb8 v0.8.6
5282026-08-24T20:02:43.310Z Downloaded bitfield-struct v0.6.2
5292026-08-24T20:02:43.310Z Downloaded hostname v0.4.2
5302026-08-24T20:02:43.315Z Downloaded ff v0.13.1
5312026-08-24T20:02:43.315Z Downloaded hkdf v0.13.0
5322026-08-24T20:02:43.315Z Downloaded anstyle-parse v0.2.7
5332026-08-24T20:02:43.315Z Downloaded camino-tempfile-ext v0.3.3
5342026-08-24T20:02:43.315Z Downloaded base64ct v1.8.3
5352026-08-24T20:02:43.315Z Downloaded endian-type v0.1.2
5362026-08-24T20:02:43.315Z Downloaded futures-core v0.3.32
5372026-08-24T20:02:43.316Z Downloaded home v0.5.12
5382026-08-24T20:02:43.319Z Downloaded foreign-types-shared v0.3.1
5392026-08-24T20:02:43.323Z Downloaded bit-vec v0.6.3
5402026-08-24T20:02:43.324Z Downloaded bitfield v0.19.4
5412026-08-24T20:02:43.324Z Downloaded ciborium-io v0.2.2
5422026-08-24T20:02:43.324Z Downloaded nodrop v0.1.14
5432026-08-24T20:02:43.324Z Downloaded bitfield-macros v0.19.4
5442026-08-24T20:02:43.324Z Downloaded form_urlencoded v1.2.2
5452026-08-24T20:02:43.324Z Downloaded fxhash v0.2.1
5462026-08-24T20:02:43.324Z Downloaded hex-literal v1.1.0
5472026-08-24T20:02:43.328Z Downloaded embedded-io v0.6.1
5482026-08-24T20:02:43.328Z Downloaded bcrypt-pbkdf v0.11.0
5492026-08-24T20:02:43.328Z Downloaded cfg_aliases v0.2.1
5502026-08-24T20:02:43.328Z Downloaded addr2line v0.25.1
5512026-08-24T20:02:43.328Z Downloaded aead v0.6.1
5522026-08-24T20:02:43.328Z Downloaded async-bb8-diesel v0.2.1
5532026-08-24T20:02:43.333Z Downloaded funty v2.0.0
5542026-08-24T20:02:43.333Z Downloaded git-stub v1.0.0
5552026-08-24T20:02:43.333Z Downloaded hash32 v0.2.1
5562026-08-24T20:02:43.333Z Downloaded fd-lock v4.0.4
5572026-08-24T20:02:43.333Z Downloaded fixedbitset v0.5.7
5582026-08-24T20:02:43.339Z Downloaded foldhash v0.1.5
5592026-08-24T20:02:43.339Z Downloaded foldhash v0.2.0
5602026-08-24T20:02:43.340Z Downloaded ena v0.14.4
5612026-08-24T20:02:43.340Z Downloaded env_filter v2.0.0
5622026-08-24T20:02:43.343Z Downloaded ciborium-ll v0.2.2
5632026-08-24T20:02:43.343Z Downloaded float-ord v0.3.2
5642026-08-24T20:02:43.343Z Downloaded enum-as-inner v0.6.1
5652026-08-24T20:02:43.343Z Downloaded float-cmp v0.10.0
5662026-08-24T20:02:43.348Z Downloaded foreign-types v0.3.2
5672026-08-24T20:02:43.348Z Downloaded globwalk v0.9.1
5682026-08-24T20:02:43.348Z Downloaded httpdate v1.0.3
5692026-08-24T20:02:43.348Z Downloaded block-buffer v0.12.1
5702026-08-24T20:02:43.348Z Downloaded normalize-line-endings v0.3.0
5712026-08-24T20:02:43.348Z Downloaded backoff v0.4.0
5722026-08-24T20:02:43.352Z Downloaded http-range v0.1.5
5732026-08-24T20:02:43.356Z Downloaded ff v0.14.0
5742026-08-24T20:02:43.359Z Downloaded castaway v0.2.4
5752026-08-24T20:02:43.359Z Downloaded embedded-io v0.4.0
5762026-08-24T20:02:43.363Z Downloaded foreign-types-macros v0.2.3
5772026-08-24T20:02:43.363Z Downloaded fs_extra v1.3.0
5782026-08-24T20:02:43.363Z Downloaded cfg_aliases v0.1.1
5792026-08-24T20:02:43.367Z Downloaded nibble_vec v0.1.0
5802026-08-24T20:02:43.367Z Downloaded newline-converter v0.3.0
5812026-08-24T20:02:43.367Z Downloaded hex v0.4.3
5822026-08-24T20:02:43.371Z Downloaded hubpack_derive v0.1.1
5832026-08-24T20:02:43.371Z Downloaded hubpack v0.1.2
5842026-08-24T20:02:43.371Z Downloaded futures-macro v0.3.32
5852026-08-24T20:02:43.375Z Downloaded block-padding v0.4.2
5862026-08-24T20:02:43.375Z Downloaded headers-core v0.3.0
5872026-08-24T20:02:43.375Z Downloaded hostname v0.3.1
5882026-08-24T20:02:43.380Z Downloaded http-body v1.0.1
5892026-08-24T20:02:43.380Z Downloaded hash32 v0.3.1
5902026-08-24T20:02:43.380Z Downloaded num_threads v0.1.7
5912026-08-24T20:02:43.380Z Downloaded parse-size v1.1.0
5922026-08-24T20:02:43.380Z Downloaded gethostname v0.5.0
5932026-08-24T20:02:43.383Z Downloaded compression-core v0.4.31
5942026-08-24T20:02:43.391Z Downloaded hmac v0.13.0
5952026-08-24T20:02:43.394Z Downloaded arrayvec v0.7.6
5962026-08-24T20:02:43.394Z Downloaded cipher v0.5.2
5972026-08-24T20:02:43.394Z Downloaded bzip2 v0.6.1
5982026-08-24T20:02:43.395Z Downloaded argon2 v0.6.0-rc.8
5992026-08-24T20:02:43.400Z Downloaded oxide-generation-macros v0.2.0
6002026-08-24T20:02:43.400Z Downloaded phf_shared v0.13.1
6012026-08-24T20:02:43.400Z Downloaded backon v1.6.0
6022026-08-24T20:02:43.400Z Downloaded ciborium v0.2.2
6032026-08-24T20:02:43.406Z Downloaded futures-executor v0.3.32
6042026-08-24T20:02:43.406Z Downloaded find-msvc-tools v0.1.9
6052026-08-24T20:02:43.406Z Downloaded allocator-api2 v0.2.21
6062026-08-24T20:02:43.406Z Downloaded cobs v0.3.0
6072026-08-24T20:02:43.410Z Downloaded bit-vec v0.8.0
6082026-08-24T20:02:43.410Z Downloaded bitflags v1.3.2
6092026-08-24T20:02:43.414Z Downloaded env_logger v0.11.11
6102026-08-24T20:02:43.414Z Downloaded cipher v0.4.4
6112026-08-24T20:02:43.414Z Downloaded glob v0.3.3
6122026-08-24T20:02:43.414Z Downloaded buf-list v1.1.2
6132026-08-24T20:02:43.419Z Downloaded bs58 v0.5.1
6142026-08-24T20:02:43.419Z Downloaded cexpr v0.6.0
6152026-08-24T20:02:43.419Z Downloaded progenitor-client v0.14.0
6162026-08-24T20:02:43.419Z Downloaded rand_xorshift v0.4.0
6172026-08-24T20:02:43.423Z Downloaded rfc6979 v0.4.0
6182026-08-24T20:02:43.423Z Downloaded rustc_version v0.1.7
6192026-08-24T20:02:43.423Z Downloaded rustc-hash v2.1.1
6202026-08-24T20:02:43.423Z Downloaded rfc6979 v0.6.0
6212026-08-24T20:02:43.502Z Downloaded same-file v1.0.6
6222026-08-24T20:02:43.502Z Downloaded slog-bunyan v2.5.0
6232026-08-24T20:02:43.502Z Downloaded scopeguard v1.2.0
6242026-08-24T20:02:43.503Z Downloaded httparse v1.10.1
6252026-08-24T20:02:43.503Z Downloaded globset v0.4.18
6262026-08-24T20:02:43.503Z Downloaded argon2 v0.5.3
6272026-08-24T20:02:43.503Z Downloaded ghash v0.6.0
6282026-08-24T20:02:43.503Z Downloaded enum_dispatch v0.3.13
6292026-08-24T20:02:43.503Z Downloaded group v0.13.0
6302026-08-24T20:02:43.503Z Downloaded group v0.14.0
6312026-08-24T20:02:43.503Z Downloaded cassowary v0.3.0
6322026-08-24T20:02:43.503Z Downloaded serde_bytes v0.11.19
6332026-08-24T20:02:43.503Z Downloaded blowfish v0.10.0
6342026-08-24T20:02:43.503Z Downloaded cmov v0.5.4
6352026-08-24T20:02:43.503Z Downloaded cbc v0.2.1
6362026-08-24T20:02:43.503Z Downloaded stable_deref_trait v1.2.1
6372026-08-24T20:02:43.503Z Downloaded subtle v2.6.1
6382026-08-24T20:02:43.503Z Downloaded compression-codecs v0.4.37
6392026-08-24T20:02:43.503Z Downloaded futures-channel v0.3.32
6402026-08-24T20:02:43.503Z Downloaded byte-wrapper v0.1.0
6412026-08-24T20:02:43.503Z Downloaded cmake v0.1.57
6422026-08-24T20:02:43.503Z Downloaded sqlparser_derive v0.5.0
6432026-08-24T20:02:43.503Z Downloaded sha1 v0.10.6
6442026-08-24T20:02:43.503Z Downloaded signal-hook-mio v0.2.5
6452026-08-24T20:02:43.503Z Downloaded structmeta v0.3.0
6462026-08-24T20:02:43.503Z Downloaded http-body-util v0.1.3
6472026-08-24T20:02:43.503Z Downloaded supports-unicode v3.0.0
6482026-08-24T20:02:43.504Z Downloaded sync-ptr v0.1.4
6492026-08-24T20:02:43.504Z Downloaded thread-id v5.1.0
6502026-08-24T20:02:43.505Z Downloaded bcs v0.1.6
6512026-08-24T20:02:43.505Z Downloaded parking_lot_core v0.8.6
6522026-08-24T20:02:43.505Z Downloaded pbkdf2 v0.13.0
6532026-08-24T20:02:43.505Z Downloaded pem v3.0.6
6542026-08-24T20:02:43.505Z Downloaded ahash v0.8.12
6552026-08-24T20:02:43.505Z Downloaded sync_wrapper v1.0.2
6562026-08-24T20:02:43.505Z Downloaded tokio-macros v2.7.0
6572026-08-24T20:02:43.505Z Downloaded clang-sys v1.8.1
6582026-08-24T20:02:43.505Z Downloaded testing_table v0.3.0
6592026-08-24T20:02:43.505Z Downloaded pkg-config v0.3.32
6602026-08-24T20:02:43.505Z Downloaded getrandom v0.2.17
6612026-08-24T20:02:43.505Z Downloaded postgres-protocol v0.6.12
6622026-08-24T20:02:43.505Z Downloaded tower-layer v0.3.3
6632026-08-24T20:02:43.505Z Downloaded cancel-safe-futures v0.1.5
6642026-08-24T20:02:43.505Z Downloaded chacha20 v0.10.0
6652026-08-24T20:02:43.505Z Downloaded bzip2 v0.4.4
6662026-08-24T20:02:43.515Z Downloaded primeorder v0.14.0
6672026-08-24T20:02:43.515Z Downloaded progenitor v0.13.0
6682026-08-24T20:02:43.515Z Downloaded rand_core v0.9.5
6692026-08-24T20:02:43.515Z Downloaded progenitor-client v0.13.0
6702026-08-24T20:02:43.515Z Downloaded progenitor-extras v0.2.0
6712026-08-24T20:02:43.515Z Downloaded yoke-derive v0.8.1
6722026-08-24T20:02:43.515Z Downloaded rustc-demangle v0.1.27
6732026-08-24T20:02:43.515Z Downloaded convert_case v0.4.0
6742026-08-24T20:02:43.515Z Downloaded unicode-xid v0.2.6
6752026-08-24T20:02:43.515Z Downloaded usdt v0.6.0
6762026-08-24T20:02:43.515Z Downloaded utf-8 v0.7.6
6772026-08-24T20:02:43.515Z Downloaded utf8_iter v1.0.4
6782026-08-24T20:02:43.515Z Downloaded darling_macro v0.20.11
6792026-08-24T20:02:43.522Z Downloaded xshell-macros v0.2.7
6802026-08-24T20:02:43.522Z Downloaded scroll v0.13.0
6812026-08-24T20:02:43.522Z Downloaded sec1 v0.8.1
6822026-08-24T20:02:43.522Z Downloaded signal-hook-registry v1.4.8
6832026-08-24T20:02:43.522Z Downloaded serde_with_macros v1.5.2
6842026-08-24T20:02:43.522Z Downloaded slog-async v2.8.0
6852026-08-24T20:02:43.522Z Downloaded blake2 v0.10.6
6862026-08-24T20:02:43.522Z Downloaded blake2 v0.11.0-rc.6
6872026-08-24T20:02:43.522Z Downloaded const-oid v0.9.6
6882026-08-24T20:02:43.522Z Downloaded half v1.8.3
6892026-08-24T20:02:43.522Z Downloaded chacha20 v0.9.1
6902026-08-24T20:02:43.533Z Downloaded console v0.15.11
6912026-08-24T20:02:43.533Z Downloaded num-integer v0.1.46
6922026-08-24T20:02:43.533Z Downloaded serde-hex v0.1.0
6932026-08-24T20:02:43.538Z Downloaded hmac v0.12.1
6942026-08-24T20:02:43.542Z Downloaded defmt-parser v1.0.0
6952026-08-24T20:02:43.542Z Downloaded string_cache v0.8.9
6962026-08-24T20:02:43.542Z Downloaded dof v0.4.0
6972026-08-24T20:02:43.542Z Downloaded arc-swap v1.8.2
6982026-08-24T20:02:43.548Z Downloaded curve25519-dalek-derive v0.1.1
6992026-08-24T20:02:43.548Z Downloaded tiny-keccak v2.0.2
7002026-08-24T20:02:43.553Z Downloaded difflib v0.4.0
7012026-08-24T20:02:43.553Z Downloaded dirs-sys-next v0.1.2
7022026-08-24T20:02:43.553Z Downloaded pkcs1 v0.7.5
7032026-08-24T20:02:43.553Z Downloaded dtrace-parser v0.3.0
7042026-08-24T20:02:43.553Z Downloaded strum_macros v0.24.3
7052026-08-24T20:02:43.557Z Downloaded illumos-nvpair-sys v0.2.0
7062026-08-24T20:02:43.560Z Downloaded pkcs8 v0.11.0
7072026-08-24T20:02:43.560Z Downloaded postcard v1.1.3
7082026-08-24T20:02:43.564Z Downloaded tui-tree-widget v0.23.1
7092026-08-24T20:02:43.564Z Downloaded wyz v0.5.1
7102026-08-24T20:02:43.564Z Downloaded colored v3.1.1
7112026-08-24T20:02:43.564Z Downloaded hyper-tls v0.6.0
7122026-08-24T20:02:43.568Z Downloaded kem v0.3.0
7132026-08-24T20:02:43.568Z Downloaded vergen-git2 v9.1.0
7142026-08-24T20:02:43.569Z Downloaded zeroize_derive v1.5.0
7152026-08-24T20:02:43.569Z Downloaded corncobs v0.1.4
7162026-08-24T20:02:43.569Z Downloaded critical-section v1.2.0
7172026-08-24T20:02:43.573Z Downloaded tls_codec v0.4.2
7182026-08-24T20:02:43.573Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7192026-08-24T20:02:43.573Z Downloaded lalrpop-util v0.19.12
7202026-08-24T20:02:43.577Z Downloaded linked-hash-map v0.5.6
7212026-08-24T20:02:43.577Z Downloaded progenitor v0.14.0
7222026-08-24T20:02:43.582Z Downloaded openssl-macros v0.1.1
7232026-08-24T20:02:43.588Z Downloaded vergen-gitcl v1.0.8
7242026-08-24T20:02:43.592Z Downloaded vergen-lib v0.1.6
7252026-08-24T20:02:43.592Z Downloaded is_ci v1.2.0
7262026-08-24T20:02:43.592Z Downloaded chacha20poly1305 v0.10.1
7272026-08-24T20:02:43.592Z Downloaded zerovec-derive v0.11.2
7282026-08-24T20:02:43.592Z Downloaded libscf-sys v1.2.0
7292026-08-24T20:02:43.592Z Downloaded match_cfg v0.1.0
7302026-08-24T20:02:43.592Z Downloaded new_debug_unreachable v1.0.6
7312026-08-24T20:02:43.592Z Downloaded data-encoding v2.10.0
7322026-08-24T20:02:43.597Z Downloaded colored v2.2.0
7332026-08-24T20:02:43.598Z Downloaded getrandom v0.3.4
7342026-08-24T20:02:43.603Z Downloaded half v2.7.1
7352026-08-24T20:02:43.603Z Downloaded console v0.16.2
7362026-08-24T20:02:43.603Z Downloaded num-traits v0.2.19
7372026-08-24T20:02:43.607Z Downloaded serde_cbor v0.11.2
7382026-08-24T20:02:43.607Z Downloaded md5 v0.8.0
7392026-08-24T20:02:43.610Z Downloaded num-iter v0.1.45
7402026-08-24T20:02:43.610Z Downloaded serdect v0.4.3
7412026-08-24T20:02:43.610Z Downloaded cstr-argument v0.1.2
7422026-08-24T20:02:43.610Z Downloaded num_enum_derive v0.5.11
7432026-08-24T20:02:43.614Z Downloaded futures v0.3.32
7442026-08-24T20:02:43.620Z Downloaded password-hash v0.6.1
7452026-08-24T20:02:43.624Z Downloaded crossbeam-deque v0.8.6
7462026-08-24T20:02:43.624Z Downloaded der_derive v0.7.3
7472026-08-24T20:02:43.627Z Downloaded psl-types v2.0.11
7482026-08-24T20:02:43.632Z Downloaded proc-macro-crate v3.4.0
7492026-08-24T20:02:43.632Z Downloaded diesel-dtrace v0.5.0
7502026-08-24T20:02:43.636Z Downloaded russh-util v0.52.0
7512026-08-24T20:02:43.636Z Downloaded rustc_version v0.4.1
7522026-08-24T20:02:43.642Z Downloaded progenitor-macro v0.14.0
7532026-08-24T20:02:43.645Z Downloaded ingot-types v0.2.0
7542026-08-24T20:02:43.649Z Downloaded jiff-static v0.2.34
7552026-08-24T20:02:43.649Z Downloaded linear-map v1.2.0
7562026-08-24T20:02:43.651Z Downloaded seq-macro v0.3.6
7572026-08-24T20:02:43.651Z Downloaded heapless v0.8.0
7582026-08-24T20:02:43.654Z Downloaded scheduled-thread-pool v0.2.7
7592026-08-24T20:02:43.655Z Downloaded serde_urlencoded v0.7.1
7602026-08-24T20:02:43.658Z Downloaded signal-hook-tokio v0.3.1
7612026-08-24T20:02:43.662Z Downloaded progenitor-impl v0.13.0
7622026-08-24T20:02:43.662Z Downloaded base64 v0.21.7
7632026-08-24T20:02:43.668Z Downloaded progenitor-impl v0.14.0
7642026-08-24T20:02:43.668Z Downloaded owo-colors v4.3.0
7652026-08-24T20:02:43.668Z Downloaded password-hash v0.5.0
7662026-08-24T20:02:43.668Z Downloaded signal-hook v0.3.18
7672026-08-24T20:02:43.677Z Downloaded compact_str v0.8.1
7682026-08-24T20:02:43.677Z Downloaded serde_plain v1.0.2
7692026-08-24T20:02:43.682Z Downloaded chumsky v0.9.3
7702026-08-24T20:02:43.682Z Downloaded bytes v1.11.1
7712026-08-24T20:02:43.682Z Downloaded darling v0.20.11
7722026-08-24T20:02:43.687Z Downloaded sponge-cursor v0.1.0
7732026-08-24T20:02:43.687Z Downloaded structmeta-derive v0.3.0
7742026-08-24T20:02:43.688Z Downloaded strum v0.26.3
7752026-08-24T20:02:43.688Z Downloaded supports-hyperlinks v3.2.0
7762026-08-24T20:02:43.688Z Downloaded headers v0.4.1
7772026-08-24T20:02:43.692Z Downloaded slog v2.8.2
7782026-08-24T20:02:43.692Z Downloaded supports-color v3.0.2
7792026-08-24T20:02:43.692Z Downloaded zstd v0.13.3
7802026-08-24T20:02:43.696Z Downloaded termtree v0.5.1
7812026-08-24T20:02:43.696Z Downloaded async-compression v0.4.41
7822026-08-24T20:02:43.700Z Downloaded derive_builder v0.20.2
7832026-08-24T20:02:43.703Z Downloaded pem-rfc7468 v1.0.0
7842026-08-24T20:02:43.704Z Downloaded ar_archive_writer v0.5.1
7852026-08-24T20:02:43.704Z Downloaded backtrace v0.3.76
7862026-08-24T20:02:43.707Z Downloaded predicates v3.1.4
7872026-08-24T20:02:43.707Z Downloaded tokio-test v0.4.5
7882026-08-24T20:02:43.711Z Downloaded trait-variant v0.1.2
7892026-08-24T20:02:43.711Z Downloaded unicode-truncate v1.1.0
7902026-08-24T20:02:43.711Z Downloaded hybrid-array v0.4.13
7912026-08-24T20:02:43.711Z Downloaded papergrid v0.18.0
7922026-08-24T20:02:43.715Z Downloaded phf v0.12.1
7932026-08-24T20:02:43.715Z Downloaded polyval v0.7.1
7942026-08-24T20:02:43.719Z Downloaded tokio-stream v0.1.18
7952026-08-24T20:02:43.719Z Downloaded russh-cryptovec v0.62.0
7962026-08-24T20:02:43.719Z Downloaded oxide-update-engine-types v0.1.2
7972026-08-24T20:02:43.723Z Downloaded postgres-types v0.2.14
7982026-08-24T20:02:43.730Z Downloaded universal-hash v0.6.1
7992026-08-24T20:02:43.737Z Downloaded want v0.3.1
8002026-08-24T20:02:43.737Z Downloaded void v1.0.2
8012026-08-24T20:02:43.737Z Downloaded wait-timeout v0.2.1
8022026-08-24T20:02:43.738Z Downloaded ecdsa v0.17.0
8032026-08-24T20:02:43.741Z Downloaded psm v0.1.30
8042026-08-24T20:02:43.743Z Downloaded rand_core v0.10.0
8052026-08-24T20:02:43.745Z Downloaded schemars_derive v0.8.22
8062026-08-24T20:02:43.745Z Downloaded resolv-conf v0.7.6
8072026-08-24T20:02:43.745Z Downloaded ingot-macros v0.2.0
8082026-08-24T20:02:43.745Z Downloaded usdt-attr-macro v0.6.0
8092026-08-24T20:02:43.745Z Downloaded waitgroup v0.1.2
8102026-08-24T20:02:43.745Z Downloaded unicode-properties v0.1.4
8112026-08-24T20:02:43.750Z Downloaded flume v0.11.1
8122026-08-24T20:02:43.750Z Downloaded ml-kem v0.3.2
8132026-08-24T20:02:43.750Z Downloaded sec1 v0.7.3
8142026-08-24T20:02:43.750Z Downloaded debug-ignore v1.0.5
8152026-08-24T20:02:43.750Z Downloaded hickory-resolver v0.25.2
8162026-08-24T20:02:43.754Z Downloaded flate2 v1.1.9
8172026-08-24T20:02:43.754Z Downloaded prettyplease v0.2.37
8182026-08-24T20:02:43.758Z Downloaded parking_lot v0.12.5
8192026-08-24T20:02:43.758Z Downloaded cc v1.2.56
8202026-08-24T20:02:43.758Z Downloaded openssl-sys v0.9.117
8212026-08-24T20:02:43.761Z Downloaded typify v0.6.2
8222026-08-24T20:02:43.766Z Downloaded bumpalo v3.20.2
8232026-08-24T20:02:43.766Z Downloaded support-bundle-viewer v0.1.2
8242026-08-24T20:02:43.767Z Downloaded digest-io v0.1.0
8252026-08-24T20:02:43.772Z Downloaded simd-adler32 v0.3.8
8262026-08-24T20:02:43.773Z Downloaded slog-scope v4.4.1
8272026-08-24T20:02:43.773Z Downloaded document-features v0.2.12
8282026-08-24T20:02:43.773Z Downloaded dropshot-api-manager-types v0.8.0
8292026-08-24T20:02:43.773Z Downloaded tokio-dtrace v0.1.1
8302026-08-24T20:02:43.773Z Downloaded tokio-tungstenite v0.21.0
8312026-08-24T20:02:43.773Z Downloaded memmap2 v0.9.10
8322026-08-24T20:02:43.777Z Downloaded smf v0.2.3
8332026-08-24T20:02:43.777Z Downloaded ssh-encoding v0.3.0
8342026-08-24T20:02:43.777Z Downloaded inout v0.1.4
8352026-08-24T20:02:43.777Z Downloaded tokio-tungstenite v0.23.1
8362026-08-24T20:02:43.777Z Downloaded pin-project-internal v1.1.11
8372026-08-24T20:02:43.777Z Downloaded hickory-server v0.25.2
8382026-08-24T20:02:43.781Z Downloaded snafu v0.8.9
8392026-08-24T20:02:43.785Z Downloaded crc-any v2.5.0
8402026-08-24T20:02:43.785Z Downloaded oxide-update-engine-display v0.1.2
8412026-08-24T20:02:43.789Z Downloaded poly1305 v0.9.0
8422026-08-24T20:02:43.789Z Downloaded zeroize v1.9.0
8432026-08-24T20:02:43.789Z Downloaded dyn-clone v1.0.20
8442026-08-24T20:02:43.789Z Downloaded maybe-uninit v2.0.0
8452026-08-24T20:02:43.793Z Downloaded lru-slab v0.1.2
8462026-08-24T20:02:43.797Z Downloaded multimap v0.10.1
8472026-08-24T20:02:43.797Z Downloaded unsafe-libyaml v0.2.11
8482026-08-24T20:02:43.801Z Downloaded csv-core v0.1.13
8492026-08-24T20:02:43.806Z Downloaded unicase v2.9.0
8502026-08-24T20:02:43.807Z Downloaded usdt-impl v0.6.0
8512026-08-24T20:02:43.814Z Downloaded walkdir v2.5.0
8522026-08-24T20:02:43.814Z Downloaded zstd-safe v7.2.4
8532026-08-24T20:02:43.814Z Downloaded ctr v0.10.1
8542026-08-24T20:02:43.818Z Downloaded hashbrown v0.12.3
8552026-08-24T20:02:43.818Z Downloaded openssl-probe v0.2.1
8562026-08-24T20:02:43.818Z Downloaded parse-display v0.10.0
8572026-08-24T20:02:43.818Z Downloaded percent-encoding v2.3.2
8582026-08-24T20:02:43.818Z Downloaded proc-macro-crate v1.3.1
8592026-08-24T20:02:43.823Z Downloaded omicron-zone-package v0.12.3
8602026-08-24T20:02:43.826Z Downloaded base64 v0.22.1
8612026-08-24T20:02:43.826Z Downloaded num-bigint v0.4.6
8622026-08-24T20:02:43.830Z Downloaded samael v0.0.19
8632026-08-24T20:02:43.833Z Downloaded delegate v0.13.5
8642026-08-24T20:02:43.837Z Downloaded deranged v0.5.8
8652026-08-24T20:02:43.837Z Downloaded hashbrown v0.13.2
8662026-08-24T20:02:43.842Z Downloaded predicates-tree v1.0.13
8672026-08-24T20:02:43.842Z Downloaded rand_chacha v0.3.1
8682026-08-24T20:02:43.847Z Downloaded p384 v0.14.0
8692026-08-24T20:02:43.847Z Downloaded zip v0.6.6
8702026-08-24T20:02:43.851Z Downloaded quick-error v1.2.3
8712026-08-24T20:02:43.851Z Downloaded pin-project v1.1.11
8722026-08-24T20:02:43.854Z Downloaded indent_write v2.2.0
8732026-08-24T20:02:43.855Z Downloaded secrecy v0.10.3
8742026-08-24T20:02:43.855Z Downloaded semver v0.1.20
8752026-08-24T20:02:43.855Z Downloaded sha1 v0.11.0
8762026-08-24T20:02:43.858Z Downloaded shell-words v1.1.1
8772026-08-24T20:02:43.859Z Downloaded strum v0.27.2
8782026-08-24T20:02:43.859Z Downloaded aes v0.9.1
8792026-08-24T20:02:43.863Z Downloaded libsw v3.5.0
8802026-08-24T20:02:43.863Z Downloaded ingot v0.2.1
8812026-08-24T20:02:43.863Z Downloaded darling_core v0.20.11
8822026-08-24T20:02:43.867Z Downloaded rcgen v0.12.1
8832026-08-24T20:02:43.871Z Downloaded constant_time_eq v0.4.2
8842026-08-24T20:02:43.872Z Downloaded cookie_store v0.22.1
8852026-08-24T20:02:43.872Z Downloaded knus-derive v3.4.0
8862026-08-24T20:02:43.872Z Downloaded libefi-sys v0.1.0
8872026-08-24T20:02:43.878Z Downloaded libsw-core v0.3.2
8882026-08-24T20:02:43.878Z Downloaded siphasher v1.0.2
8892026-08-24T20:02:43.878Z Downloaded tagptr v0.2.0
8902026-08-24T20:02:43.879Z Downloaded tinyvec_macros v0.1.1
8912026-08-24T20:02:43.903Z Downloaded miette-derive v7.6.0
8922026-08-24T20:02:43.903Z Downloaded nanorand v0.7.0
8932026-08-24T20:02:43.903Z Downloaded jobserver v0.1.34
8942026-08-24T20:02:43.903Z Downloaded icu_locale_core v2.1.1
8952026-08-24T20:02:43.908Z Downloaded ryu v1.0.23
8962026-08-24T20:02:43.908Z Downloaded unarray v0.1.4
8972026-08-24T20:02:43.908Z Downloaded xattr v1.6.1
8982026-08-24T20:02:43.909Z Downloaded icu_normalizer v2.1.1
8992026-08-24T20:02:43.909Z Downloaded native-tls v0.2.18
9002026-08-24T20:02:43.909Z Downloaded untrusted v0.9.0
9012026-08-24T20:02:43.909Z Downloaded hickory-resolver v0.24.4
9022026-08-24T20:02:43.909Z Downloaded oxide-tokio-rt v0.1.4
9032026-08-24T20:02:43.910Z Downloaded zerofrom-derive v0.1.6
9042026-08-24T20:02:43.910Z Downloaded crc32fast v1.5.0
9052026-08-24T20:02:43.910Z Downloaded smallvec v1.15.1
9062026-08-24T20:02:43.910Z Downloaded toml_edit v0.19.15
9072026-08-24T20:02:43.914Z Downloaded pem-rfc7468 v0.7.0
9082026-08-24T20:02:43.918Z Downloaded serde_yaml v0.9.34+deprecated
9092026-08-24T20:02:43.918Z Downloaded tinyvec v1.10.0
9102026-08-24T20:02:43.923Z Downloaded darling v0.21.3
9112026-08-24T20:02:43.923Z Downloaded num_enum v0.5.11
9122026-08-24T20:02:43.927Z Downloaded poly1305 v0.8.0
9132026-08-24T20:02:43.927Z Downloaded port-file v0.1.0
9142026-08-24T20:02:43.927Z Downloaded crc-catalog v2.4.0
9152026-08-24T20:02:43.927Z Downloaded crucible-workspace-hack v0.1.0
9162026-08-24T20:02:43.930Z Downloaded rustversion v1.0.22
9172026-08-24T20:02:43.930Z Downloaded http v1.4.2
9182026-08-24T20:02:43.937Z Downloaded tungstenite v0.23.0
9192026-08-24T20:02:43.937Z Downloaded derive_more v2.1.1
9202026-08-24T20:02:43.941Z Downloaded hyper-rustls v0.27.7
9212026-08-24T20:02:43.947Z Downloaded rusty-fork v0.3.1
9222026-08-24T20:02:43.947Z Downloaded downcast-rs v2.0.2
9232026-08-24T20:02:43.948Z Downloaded scroll_derive v0.13.1
9242026-08-24T20:02:43.948Z Downloaded idna_adapter v1.2.1
9252026-08-24T20:02:43.948Z Downloaded rayon-core v1.13.0
9262026-08-24T20:02:43.953Z Downloaded ssh-cipher v0.3.0
9272026-08-24T20:02:43.953Z Downloaded thiserror-no-std v2.0.2
9282026-08-24T20:02:43.953Z Downloaded pretty_assertions v1.4.1
9292026-08-24T20:02:43.954Z Downloaded lru v0.12.5
9302026-08-24T20:02:43.954Z Downloaded smallvec v0.6.14
9312026-08-24T20:02:43.954Z Downloaded maplit v1.0.2
9322026-08-24T20:02:43.957Z Downloaded mime v0.3.17
9332026-08-24T20:02:43.957Z Downloaded num-derive v0.4.2
9342026-08-24T20:02:43.957Z Downloaded snafu-derive v0.8.9
9352026-08-24T20:02:43.957Z Downloaded instability v0.3.11
9362026-08-24T20:02:43.957Z Downloaded synstructure v0.13.2
9372026-08-24T20:02:43.957Z Downloaded tinystr v0.8.2
9382026-08-24T20:02:43.957Z Downloaded aws-lc-rs v1.16.3
9392026-08-24T20:02:43.966Z Downloaded xshell v0.2.7
9402026-08-24T20:02:43.978Z Downloaded newtype_derive v0.1.6
9412026-08-24T20:02:43.982Z Downloaded nonempty v0.12.0
9422026-08-24T20:02:43.982Z Downloaded oso-derive v0.27.3
9432026-08-24T20:02:43.982Z Downloaded num-complex v0.4.6
9442026-08-24T20:02:43.983Z Downloaded radium v0.7.0
9452026-08-24T20:02:43.983Z Downloaded rand_pcg v0.10.2
9462026-08-24T20:02:43.983Z Downloaded ref-cast-impl v1.0.25
9472026-08-24T20:02:43.983Z Downloaded crossbeam-channel v0.5.15
9482026-08-24T20:02:43.988Z Downloaded parking_lot_core v0.9.12
9492026-08-24T20:02:43.988Z Downloaded indicatif v0.18.4
9502026-08-24T20:02:43.988Z Downloaded pin-project-lite v0.2.17
9512026-08-24T20:02:43.996Z Downloaded darling_macro v0.21.3
9522026-08-24T20:02:43.996Z Downloaded digest v0.11.3
9532026-08-24T20:02:43.997Z Downloaded defmt-macros v1.0.1
9542026-08-24T20:02:44.005Z Downloaded derive_more v0.99.20
9552026-08-24T20:02:44.009Z Downloaded signature v3.0.0
9562026-08-24T20:02:44.009Z Downloaded slog-envlogger v2.2.0
9572026-08-24T20:02:44.013Z Downloaded ipnetwork v0.21.1
9582026-08-24T20:02:44.024Z Downloaded either v1.15.0
9592026-08-24T20:02:44.027Z Downloaded icu_provider v2.1.1
9602026-08-24T20:02:44.027Z Downloaded toml_edit v0.23.10+spec-1.0.0
9612026-08-24T20:02:44.027Z Downloaded usdt-macro v0.6.0
9622026-08-24T20:02:44.027Z Downloaded keccak v0.2.0
9632026-08-24T20:02:44.027Z Downloaded tabwriter v1.4.1
9642026-08-24T20:02:44.032Z Downloaded term v1.2.1
9652026-08-24T20:02:44.032Z Downloaded zerofrom v0.1.6
9662026-08-24T20:02:44.032Z Downloaded crc v3.4.0
9672026-08-24T20:02:44.032Z Downloaded crc8 v0.1.1
9682026-08-24T20:02:44.032Z Downloaded darling_macro v0.23.0
9692026-08-24T20:02:44.032Z Downloaded dunce v1.0.5
9702026-08-24T20:02:44.032Z Downloaded tokio-rustls v0.26.4
9712026-08-24T20:02:44.045Z Downloaded peg v0.8.5
9722026-08-24T20:02:44.045Z Downloaded zerocopy-derive v0.8.55
9732026-08-24T20:02:44.054Z Downloaded vsss-rs v3.3.4
9742026-08-24T20:02:44.055Z Downloaded phc v0.6.1
9752026-08-24T20:02:44.055Z Downloaded primeorder v0.13.6
9762026-08-24T20:02:44.058Z Downloaded dsl_auto_type v0.2.0
9772026-08-24T20:02:44.058Z Downloaded instant v0.1.13
9782026-08-24T20:02:44.058Z Downloaded pkcs8 v0.10.2
9792026-08-24T20:02:44.058Z Downloaded cookie v0.18.1
9802026-08-24T20:02:44.118Z Downloaded steno v0.4.1
9812026-08-24T20:02:44.118Z Downloaded icu_normalizer_data v2.1.1
9822026-08-24T20:02:44.118Z Downloaded ident_case v1.0.1
9832026-08-24T20:02:44.118Z Downloaded internet-checksum v0.2.1
9842026-08-24T20:02:44.118Z Downloaded keccak v0.1.6
9852026-08-24T20:02:44.118Z Downloaded typed-path v0.9.3
9862026-08-24T20:02:44.119Z Downloaded darling v0.23.0
9872026-08-24T20:02:44.119Z Downloaded des v0.9.0
9882026-08-24T20:02:44.119Z Downloaded managed v0.8.0
9892026-08-24T20:02:44.119Z Downloaded slog-json v2.6.1
9902026-08-24T20:02:44.119Z Downloaded phf_shared v0.12.1
9912026-08-24T20:02:44.120Z Downloaded rustyline v14.0.0
9922026-08-24T20:02:44.120Z Downloaded serde_tokenstream v0.3.0
9932026-08-24T20:02:44.120Z Downloaded hashbrown v0.16.1
9942026-08-24T20:02:44.121Z Downloaded peg-runtime v0.8.5
9952026-08-24T20:02:44.121Z Downloaded aes-gcm v0.11.0
9962026-08-24T20:02:44.121Z Downloaded aho-corasick v1.1.4
9972026-08-24T20:02:44.121Z Downloaded hashbrown v0.14.5
9982026-08-24T20:02:44.121Z Downloaded hashbrown v0.15.5
9992026-08-24T20:02:44.151Z Downloaded tls_codec_derive v0.4.2
10002026-08-24T20:02:44.151Z Downloaded ed25519 v3.0.0
10012026-08-24T20:02:44.151Z Downloaded static_assertions v1.1.0
10022026-08-24T20:02:44.151Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10032026-08-24T20:02:44.151Z Downloaded powerfmt v0.2.0
10042026-08-24T20:02:44.151Z Downloaded serde_repr v0.1.20
10052026-08-24T20:02:44.151Z Downloaded num-rational v0.4.2
10062026-08-24T20:02:44.151Z Downloaded vte v0.14.1
10072026-08-24T20:02:44.151Z Downloaded similar v2.7.0
10082026-08-24T20:02:44.151Z Downloaded toml v0.7.8
10092026-08-24T20:02:44.151Z Downloaded toml_writer v1.1.1+spec-1.1.0
10102026-08-24T20:02:44.152Z Downloaded thread_local v1.1.9
10112026-08-24T20:02:44.152Z Downloaded secrecy v0.8.0
10122026-08-24T20:02:44.152Z Downloaded mio v1.2.0
10132026-08-24T20:02:44.152Z Downloaded miniz_oxide v0.8.9
10142026-08-24T20:02:44.152Z Downloaded uuid v1.23.4
10152026-08-24T20:02:44.152Z Downloaded ed25519-dalek v3.0.0
10162026-08-24T20:02:44.152Z Downloaded tungstenite v0.21.0
10172026-08-24T20:02:44.152Z Downloaded unicode-bidi v0.3.18
10182026-08-24T20:02:44.161Z Downloaded pkcs1 v0.8.0-rc.4
10192026-08-24T20:02:44.162Z Downloaded const_format_proc_macros v0.2.34
10202026-08-24T20:02:44.162Z Downloaded ctutils v0.4.2
10212026-08-24T20:02:44.162Z Downloaded md-5 v0.11.0
10222026-08-24T20:02:44.162Z Downloaded rustls-native-certs v0.8.3
10232026-08-24T20:02:44.162Z Downloaded rustls-pki-types v1.14.0
10242026-08-24T20:02:44.162Z Downloaded try-lock v0.2.5
10252026-08-24T20:02:44.162Z Downloaded typify-macro v0.6.2
10262026-08-24T20:02:44.162Z Downloaded darling v0.13.4
10272026-08-24T20:02:44.162Z Downloaded time-core v0.1.8
10282026-08-24T20:02:44.162Z Downloaded parking_lot v0.11.2
10292026-08-24T20:02:44.162Z Downloaded crypto-bigint v0.5.5
10302026-08-24T20:02:44.162Z Downloaded crunchy v0.2.4
10312026-08-24T20:02:44.162Z Downloaded ed25519-dalek v2.2.0
10322026-08-24T20:02:44.162Z Downloaded itertools v0.10.5
10332026-08-24T20:02:44.172Z Downloaded derive-where v1.6.0
10342026-08-24T20:02:44.172Z Downloaded drift v0.2.0
10352026-08-24T20:02:44.178Z Downloaded mime_guess v2.0.5
10362026-08-24T20:02:44.178Z Downloaded oxnet v0.1.6
10372026-08-24T20:02:44.178Z Downloaded darling_core v0.23.0
10382026-08-24T20:02:44.178Z Downloaded impl-trait-for-tuples v0.2.3
10392026-08-24T20:02:44.178Z Downloaded num_enum v0.7.6
10402026-08-24T20:02:44.187Z Downloaded diesel_table_macro_syntax v0.3.0
10412026-08-24T20:02:44.187Z Downloaded topological-sort v0.2.2
10422026-08-24T20:02:44.187Z Downloaded rand v0.10.1
10432026-08-24T20:02:44.187Z Downloaded elliptic-curve v0.13.8
10442026-08-24T20:02:44.187Z Downloaded spin v0.9.8
10452026-08-24T20:02:44.190Z Downloaded inout v0.2.2
10462026-08-24T20:02:44.190Z Downloaded primefield v0.14.0
10472026-08-24T20:02:44.190Z Downloaded kstat-rs v0.2.5
10482026-08-24T20:02:44.195Z Downloaded rand_seeder v0.4.0
10492026-08-24T20:02:44.196Z Downloaded toml_parser v1.1.2+spec-1.1.0
10502026-08-24T20:02:44.196Z Downloaded twox-hash v2.1.2
10512026-08-24T20:02:44.217Z Downloaded rpassword v7.5.4
10522026-08-24T20:02:44.218Z Downloaded slog-term v2.9.2
10532026-08-24T20:02:44.218Z Downloaded term v0.7.0
10542026-08-24T20:02:44.218Z Downloaded uzers v0.12.2
10552026-08-24T20:02:44.235Z Downloaded internal-russh-num-bigint v0.5.0
10562026-08-24T20:02:44.284Z Downloaded potential_utf v0.1.4
10572026-08-24T20:02:44.284Z Downloaded num-bigint-dig v0.8.6
10582026-08-24T20:02:44.284Z Downloaded progenitor-macro v0.13.0
10592026-08-24T20:02:44.284Z Downloaded yasna v0.5.2
10602026-08-24T20:02:44.284Z Downloaded rustls-pemfile v2.2.0
10612026-08-24T20:02:44.284Z Downloaded sapling-renderdag v0.1.0
10622026-08-24T20:02:44.284Z Downloaded oso v0.27.3
10632026-08-24T20:02:44.284Z Downloaded pkcs5 v0.8.1
10642026-08-24T20:02:44.284Z Downloaded spki v0.8.0
10652026-08-24T20:02:44.284Z Downloaded derive-ex v0.1.8
10662026-08-24T20:02:44.284Z Downloaded tap v1.0.1
10672026-08-24T20:02:44.284Z Downloaded diesel_derives v2.3.7
10682026-08-24T20:02:44.284Z Downloaded serde_spanned v1.1.1
10692026-08-24T20:02:44.284Z Downloaded ref-cast v1.0.25
10702026-08-24T20:02:44.284Z Downloaded strip-ansi-escapes v0.2.1
10712026-08-24T20:02:44.284Z Downloaded qorb v0.4.1
10722026-08-24T20:02:44.285Z Downloaded ron v0.8.1
10732026-08-24T20:02:44.285Z Downloaded writeable v0.6.2
10742026-08-24T20:02:44.285Z Downloaded unit-prefix v0.5.2
10752026-08-24T20:02:44.285Z Downloaded publicsuffix v2.3.0
10762026-08-24T20:02:44.285Z Downloaded rustls-platform-verifier v0.6.2
10772026-08-24T20:02:44.285Z Downloaded displaydoc v0.2.5
10782026-08-24T20:02:44.296Z Downloaded rsa v0.9.10
10792026-08-24T20:02:44.296Z Downloaded zone v0.3.1
10802026-08-24T20:02:44.296Z Downloaded hkdf v0.12.4
10812026-08-24T20:02:44.296Z Downloaded knus v3.4.0
10822026-08-24T20:02:44.296Z Downloaded tower-http v0.6.8
10832026-08-24T20:02:44.297Z Downloaded humantime v2.3.0
10842026-08-24T20:02:44.297Z Downloaded indexmap v1.9.3
10852026-08-24T20:02:44.297Z Downloaded lazy_static v1.5.0
10862026-08-24T20:02:44.297Z Downloaded sha2 v0.11.0
10872026-08-24T20:02:44.297Z Downloaded strum_macros v0.26.4
10882026-08-24T20:02:44.297Z Downloaded newtype-uuid v1.3.2
10892026-08-24T20:02:44.297Z Downloaded newtype-uuid-macros v0.1.0
10902026-08-24T20:02:44.297Z Downloaded multer v3.1.0
10912026-08-24T20:02:44.297Z Downloaded lock_api v0.4.14
10922026-08-24T20:02:44.297Z Downloaded num_enum_derive v0.7.6
10932026-08-24T20:02:44.297Z Downloaded parse-display-derive v0.10.0
10942026-08-24T20:02:44.297Z Downloaded proc-macro-error-attr2 v2.0.0
10952026-08-24T20:02:44.297Z Downloaded recursive v0.1.1
10962026-08-24T20:02:44.297Z Downloaded dropshot_endpoint v0.17.1
10972026-08-24T20:02:44.297Z Downloaded stringprep v0.1.5
10982026-08-24T20:02:44.303Z Downloaded slog-stdlog v4.1.1
10992026-08-24T20:02:44.304Z Downloaded sigpipe v0.1.3
11002026-08-24T20:02:44.304Z Downloaded cpubits v0.1.1
11012026-08-24T20:02:44.304Z Downloaded signature v2.2.0
11022026-08-24T20:02:44.304Z Downloaded sqlformat v0.3.5
11032026-08-24T20:02:44.304Z Downloaded time-macros v0.2.27
11042026-08-24T20:02:44.308Z Downloaded crypto-common v0.2.2
11052026-08-24T20:02:44.308Z Downloaded darling_macro v0.13.4
11062026-08-24T20:02:44.308Z Downloaded litrs v1.0.0
11072026-08-24T20:02:44.308Z Downloaded futures-util v0.3.32
11082026-08-24T20:02:44.313Z Downloaded rawzip v0.4.4
11092026-08-24T20:02:44.317Z Downloaded tokio-util v0.7.18
11102026-08-24T20:02:44.322Z Downloaded yoke v0.8.1
11112026-08-24T20:02:44.322Z Downloaded is-terminal v0.4.17
11122026-08-24T20:02:44.326Z Downloaded winnow v0.6.26
11132026-08-24T20:02:44.330Z Downloaded zerocopy v0.6.6
11142026-08-24T20:02:44.330Z Downloaded opaque-debug v0.3.1
11152026-08-24T20:02:44.330Z Downloaded openssl-probe v0.1.6
11162026-08-24T20:02:44.330Z Downloaded olpc-cjson v0.1.4
11172026-08-24T20:02:44.330Z Downloaded num-conv v0.2.0
11182026-08-24T20:02:44.334Z Downloaded daft v0.1.8
11192026-08-24T20:02:44.334Z Downloaded defmt v0.3.100
11202026-08-24T20:02:44.335Z Downloaded vergen-lib v9.1.0
11212026-08-24T20:02:44.335Z Downloaded convert_case v0.10.0
11222026-08-24T20:02:44.335Z Downloaded take_mut v0.2.2
11232026-08-24T20:02:44.335Z Downloaded recursive-proc-macro-impl v0.1.1
11242026-08-24T20:02:44.335Z Downloaded serde-big-array v0.5.1
11252026-08-24T20:02:44.339Z Downloaded thiserror-impl-no-std v2.0.2
11262026-08-24T20:02:44.339Z Downloaded derive_builder_macro v0.20.2
11272026-08-24T20:02:44.342Z Downloaded prefix-trie v0.7.0
11282026-08-24T20:02:44.346Z Downloaded ipnet v2.12.0
11292026-08-24T20:02:44.346Z Downloaded litemap v0.8.1
11302026-08-24T20:02:44.350Z Downloaded oxide-generation v0.1.3
11312026-08-24T20:02:44.350Z Downloaded nu-ansi-term v0.50.3
11322026-08-24T20:02:44.356Z Downloaded precomputed-hash v0.1.1
11332026-08-24T20:02:44.360Z Downloaded predicates-core v1.0.10
11342026-08-24T20:02:44.360Z Downloaded salsa20 v0.11.0
11352026-08-24T20:02:44.363Z Downloaded dropshot-api-manager v0.8.0
11362026-08-24T20:02:44.367Z Downloaded h2 v0.4.15
11372026-08-24T20:02:44.372Z Downloaded serde_path_to_error v0.1.20
11382026-08-24T20:02:44.377Z Downloaded quinn v0.11.11
11392026-08-24T20:02:44.377Z Downloaded x509-cert v0.2.5
11402026-08-24T20:02:44.381Z Downloaded rtoolbox v0.0.3
11412026-08-24T20:02:44.381Z Downloaded slab v0.4.12
11422026-08-24T20:02:44.382Z Downloaded slog-dtrace v0.3.0
11432026-08-24T20:02:44.382Z Downloaded scrypt v0.12.0
11442026-08-24T20:02:44.382Z Downloaded tokio-native-tls v0.3.1
11452026-08-24T20:02:44.382Z Downloaded universal-hash v0.5.1
11462026-08-24T20:02:44.387Z Downloaded subprocess v0.2.15
11472026-08-24T20:02:44.390Z Downloaded zone_cfg_derive v0.3.1
11482026-08-24T20:02:44.391Z Downloaded memoffset v0.9.1
11492026-08-24T20:02:44.391Z Downloaded p521 v0.14.0
11502026-08-24T20:02:44.395Z Downloaded ed25519 v2.2.3
11512026-08-24T20:02:44.395Z Downloaded lzss v0.8.2
11522026-08-24T20:02:44.395Z Downloaded serde_with v1.14.0
11532026-08-24T20:02:44.402Z Downloaded p256 v0.14.0
11542026-08-24T20:02:44.409Z Downloaded whoami v1.6.1
11552026-08-24T20:02:44.409Z Downloaded stacker v0.1.23
11562026-08-24T20:02:44.413Z Downloaded untrusted v0.7.1
11572026-08-24T20:02:44.413Z Downloaded crossbeam-utils v0.8.21
11582026-08-24T20:02:44.418Z Downloaded shlex v1.3.0
11592026-08-24T20:02:44.418Z Downloaded phf_shared v0.11.3
11602026-08-24T20:02:44.430Z Downloaded ignore v0.4.25
11612026-08-24T20:02:44.447Z Downloaded hyper-staticfile v0.10.1
11622026-08-24T20:02:44.458Z Downloaded indoc v1.0.9
11632026-08-24T20:02:44.458Z Downloaded strsim v0.10.0
11642026-08-24T20:02:44.458Z Downloaded packed_struct v0.10.1
11652026-08-24T20:02:44.459Z Downloaded daft-derive v0.1.8
11662026-08-24T20:02:44.459Z Downloaded illumos-nvpair v0.3.0
11672026-08-24T20:02:44.459Z Downloaded peg-macros v0.8.5
11682026-08-24T20:02:44.459Z Downloaded num v0.4.3
11692026-08-24T20:02:44.459Z Downloaded packed_struct_codegen v0.10.1
11702026-08-24T20:02:44.459Z Downloaded wnaf v0.14.0
11712026-08-24T20:02:44.459Z Downloaded serde_derive_internals v0.29.1
11722026-08-24T20:02:44.459Z Downloaded spki v0.7.3
11732026-08-24T20:02:44.465Z Downloaded tar v0.4.46
11742026-08-24T20:02:44.465Z Downloaded schemars v0.8.22
11752026-08-24T20:02:44.474Z Downloaded tower-service v0.3.3
11762026-08-24T20:02:44.474Z Downloaded cpufeatures v0.3.0
11772026-08-24T20:02:44.486Z Downloaded crypto-primes v0.7.2
11782026-08-24T20:02:44.486Z Downloaded path-slash v0.1.5
11792026-08-24T20:02:44.494Z Downloaded yansi v1.0.1
11802026-08-24T20:02:44.494Z Downloaded ecdsa v0.16.9
11812026-08-24T20:02:44.494Z Downloaded phf v0.13.1
11822026-08-24T20:02:44.494Z Downloaded defmt v1.0.1
11832026-08-24T20:02:44.495Z Downloaded lru-cache v0.1.2
11842026-08-24T20:02:44.495Z Downloaded darling_core v0.21.3
11852026-08-24T20:02:44.495Z Downloaded indoc v2.0.7
11862026-08-24T20:02:44.495Z Downloaded r2d2 v0.8.10
11872026-08-24T20:02:44.495Z Downloaded dirs-next v2.0.0
11882026-08-24T20:02:44.495Z Downloaded libloading v0.8.9
11892026-08-24T20:02:44.495Z Downloaded display-error-chain v0.2.2
11902026-08-24T20:02:44.495Z Downloaded quinn-udp v0.5.14
11912026-08-24T20:02:44.515Z Downloaded rsa v0.10.0-rc.18
11922026-08-24T20:02:44.516Z Downloaded strum_macros v0.27.2
11932026-08-24T20:02:44.516Z Downloaded rand v0.8.6
11942026-08-24T20:02:44.536Z Downloaded oxide-update-engine v0.1.2
11952026-08-24T20:02:44.537Z Downloaded ppv-lite86 v0.2.21
11962026-08-24T20:02:44.537Z Downloaded iri-string v0.7.10
11972026-08-24T20:02:44.537Z Downloaded vergen v9.1.0
11982026-08-24T20:02:44.537Z Downloaded rand_chacha v0.9.0
11992026-08-24T20:02:44.537Z Downloaded termios v0.3.3
12002026-08-24T20:02:44.537Z Downloaded toml v1.1.2+spec-1.1.0
12012026-08-24T20:02:44.541Z Downloaded git2 v0.20.4
12022026-08-24T20:02:44.542Z Downloaded derive_more-impl v2.1.1
12032026-08-24T20:02:44.542Z Downloaded paste v1.0.15
12042026-08-24T20:02:44.542Z Downloaded socket2 v0.5.10
12052026-08-24T20:02:44.542Z Downloaded tracing-attributes v0.1.31
12062026-08-24T20:02:44.542Z Downloaded crossbeam-epoch v0.9.18
12072026-08-24T20:02:44.542Z Downloaded module-lattice v0.2.3
12082026-08-24T20:02:44.542Z Downloaded diff v0.1.13
12092026-08-24T20:02:44.543Z Downloaded blake3 v1.8.5
12102026-08-24T20:02:44.547Z Downloaded crossterm v0.28.1
12112026-08-24T20:02:44.547Z Downloaded der v0.7.10
12122026-08-24T20:02:44.551Z Downloaded iana-time-zone v0.1.65
12132026-08-24T20:02:44.555Z Downloaded itertools v0.14.0
12142026-08-24T20:02:44.704Z Downloaded proc-macro-error2 v2.0.1
12152026-08-24T20:02:44.704Z Downloaded libxml v0.3.3
12162026-08-24T20:02:44.704Z Downloaded icu_collections v2.1.1
12172026-08-24T20:02:44.704Z Downloaded whoami v2.1.0
12182026-08-24T20:02:44.704Z Downloaded der v0.8.0
12192026-08-24T20:02:44.704Z Downloaded rand_core v0.6.4
12202026-08-24T20:02:44.704Z Downloaded p384 v0.13.1
12212026-08-24T20:02:44.704Z Downloaded russh v0.62.4
12222026-08-24T20:02:44.704Z Downloaded socket2 v0.6.3
12232026-08-24T20:02:44.704Z Downloaded chrono v0.4.45
12242026-08-24T20:02:44.704Z Downloaded bindgen v0.71.1
12252026-08-24T20:02:44.704Z Downloaded reqwest v0.13.2
12262026-08-24T20:02:44.704Z Downloaded reedline v0.40.0
12272026-08-24T20:02:44.704Z Downloaded tracing-core v0.1.36
12282026-08-24T20:02:44.704Z Downloaded hyper v1.10.1
12292026-08-24T20:02:44.705Z Downloaded darling_core v0.13.4
12302026-08-24T20:02:44.705Z Downloaded zip v4.6.1
12312026-08-24T20:02:44.705Z Downloaded tokio-postgres v0.7.18
12322026-08-24T20:02:44.705Z Downloaded url v2.5.8
12332026-08-24T20:02:44.705Z Downloaded derive_builder_core v0.20.2
12342026-08-24T20:02:44.706Z Downloaded object v0.30.4
12352026-08-24T20:02:44.706Z Downloaded zerotrie v0.2.3
12362026-08-24T20:02:44.706Z Downloaded rustls-webpki v0.103.13
12372026-08-24T20:02:44.706Z Downloaded libbz2-rs-sys v0.2.2
12382026-08-24T20:02:44.706Z Downloaded minimal-lexical v0.2.1
12392026-08-24T20:02:44.706Z Downloaded zopfli v0.8.3
12402026-08-24T20:02:44.706Z Downloaded miette v7.6.0
12412026-08-24T20:02:44.706Z Downloaded test-strategy v0.4.5
12422026-08-24T20:02:44.706Z Downloaded icu_properties v2.1.2
12432026-08-24T20:02:44.706Z Downloaded serde_with_macros v3.21.0
12442026-08-24T20:02:44.706Z Downloaded bitvec v1.0.1
12452026-08-24T20:02:44.706Z Downloaded crossterm v0.29.0
12462026-08-24T20:02:44.706Z Downloaded schemars v0.9.0
12472026-08-24T20:02:44.706Z Downloaded goblin v0.10.5
12482026-08-24T20:02:44.706Z Downloaded const_format v0.2.35
12492026-08-24T20:02:44.718Z Downloaded itertools v0.15.0
12502026-08-24T20:02:44.718Z Downloaded iddqd v0.4.2
12512026-08-24T20:02:44.718Z Downloaded rand v0.9.2
12522026-08-24T20:02:44.719Z Downloaded lalrpop v0.19.12
12532026-08-24T20:02:44.719Z Downloaded scuffle v0.1.0
12542026-08-24T20:02:44.730Z Downloaded quick-xml v0.37.5
12552026-08-24T20:02:44.738Z Downloaded nom v7.1.3
12562026-08-24T20:02:44.738Z Downloaded itertools v0.13.0
12572026-08-24T20:02:44.772Z Downloaded hyper-util v0.1.20
12582026-08-24T20:02:44.780Z Downloaded proptest v1.11.0
12592026-08-24T20:02:44.780Z Downloaded zlib-rs v0.6.2
12602026-08-24T20:02:44.780Z Downloaded salty v0.3.0
12612026-08-24T20:02:44.780Z Downloaded time v0.3.47
12622026-08-24T20:02:44.780Z Downloaded unicode_categories v0.1.1
12632026-08-24T20:02:44.802Z Downloaded smoltcp v0.9.1
12642026-08-24T20:02:44.802Z Downloaded schemars v1.2.1
12652026-08-24T20:02:44.810Z Downloaded winnow v1.0.3
12662026-08-24T20:02:44.811Z Downloaded zerovec v0.11.5
12672026-08-24T20:02:44.811Z Downloaded itertools v0.12.1
12682026-08-24T20:02:44.811Z Downloaded rayon v1.11.0
12692026-08-24T20:02:44.820Z Downloaded sha3 v0.12.0
12702026-08-24T20:02:44.823Z Downloaded nix v0.27.1
12712026-08-24T20:02:44.830Z Downloaded nom v8.0.0
12722026-08-24T20:02:44.830Z Downloaded tough v0.22.0
12732026-08-24T20:02:44.830Z Downloaded icu_properties_data v2.1.2
12742026-08-24T20:02:44.834Z Downloaded zerocopy v0.8.55
12752026-08-24T20:02:44.844Z Downloaded jiff-core v0.1.0
12762026-08-24T20:02:44.848Z Downloaded libm v0.2.16
12772026-08-24T20:02:44.856Z Downloaded gimli v0.32.3
12782026-08-24T20:02:44.861Z Downloaded unicode-segmentation v1.12.0
12792026-08-24T20:02:44.861Z Downloaded tower v0.5.3
12802026-08-24T20:02:44.866Z Downloaded portable-atomic v1.13.1
12812026-08-24T20:02:44.870Z Downloaded regex-syntax v0.6.29
12822026-08-24T20:02:44.873Z Downloaded winnow v0.5.40
12832026-08-24T20:02:44.877Z Downloaded bstr v1.12.1
12842026-08-24T20:02:44.882Z Downloaded radix_trie v0.2.1
12852026-08-24T20:02:44.885Z Downloaded nix v0.28.0
12862026-08-24T20:02:44.892Z Downloaded unicode-normalization v0.1.25
12872026-08-24T20:02:44.895Z Downloaded idna v1.1.0
12882026-08-24T20:02:44.902Z Downloaded smoltcp v0.11.0
12892026-08-24T20:02:44.906Z Downloaded syn v3.0.3
12902026-08-24T20:02:44.910Z Downloaded openapiv3 v2.2.0
12912026-08-24T20:02:44.919Z Downloaded moka v0.12.13
12922026-08-24T20:02:44.932Z Downloaded reqwest v0.12.28
12932026-08-24T20:02:44.936Z Downloaded regex v1.12.3
12942026-08-24T20:02:44.940Z Downloaded ssh-key v0.7.0-rc.11
12952026-08-24T20:02:44.963Z Downloaded curve25519-dalek v4.1.3
12962026-08-24T20:02:44.970Z Downloaded regress v0.11.1
12972026-08-24T20:02:44.978Z Downloaded vcpkg v0.2.15
12982026-08-24T20:02:44.997Z Downloaded petname v2.0.2
12992026-08-24T20:02:45.004Z Downloaded hickory-proto v0.24.4
13002026-08-24T20:02:45.010Z Downloaded serde_with v3.21.0
13012026-08-24T20:02:45.017Z Downloaded nix v0.31.2
13022026-08-24T20:02:45.024Z Downloaded quinn-proto v0.11.16
13032026-08-24T20:02:45.028Z Downloaded hickory-proto v0.25.2
13042026-08-24T20:02:45.037Z Downloaded rustls v0.23.41
13052026-08-24T20:02:45.044Z Downloaded object v0.37.3
13062026-08-24T20:02:45.051Z Downloaded sqlparser v0.61.0
13072026-08-24T20:02:45.058Z Downloaded tabled v0.21.0
13082026-08-24T20:02:45.099Z Downloaded openssl v0.10.80
13092026-08-24T20:02:45.110Z Downloaded sled v0.34.7
13102026-08-24T20:02:45.110Z Downloaded polar-core v0.27.3
13112026-08-24T20:02:45.111Z Downloaded rustix v0.38.44
13122026-08-24T20:02:45.111Z Downloaded regex-syntax v0.8.10
13132026-08-24T20:02:45.116Z Downloaded regress v0.10.5
13142026-08-24T20:02:45.116Z Downloaded curve25519-dalek v5.0.0
13152026-08-24T20:02:45.116Z Downloaded tracing v0.1.44
13162026-08-24T20:02:45.129Z Downloaded sha3 v0.11.0
13172026-08-24T20:02:45.134Z Downloaded ratatui v0.29.0
13182026-08-24T20:02:45.141Z Downloaded crypto-bigint v0.7.5
13192026-08-24T20:02:45.151Z Downloaded diesel v2.3.7
13202026-08-24T20:02:45.161Z Downloaded bzip2-sys v0.1.13+1.0.8
13212026-08-24T20:02:45.169Z Downloaded dropshot v0.17.1
13222026-08-24T20:02:45.189Z Downloaded zerocopy-derive v0.6.6
13232026-08-24T20:02:45.203Z Downloaded chrono-tz v0.10.4
13242026-08-24T20:02:45.218Z Downloaded typify-impl v0.6.2
13252026-08-24T20:02:45.219Z Downloaded libz-sys v1.1.24
13262026-08-24T20:02:45.229Z Downloaded regex-automata v0.4.14
13272026-08-24T20:02:45.242Z Downloaded csv v1.4.0
13282026-08-24T20:02:45.257Z Downloaded petgraph v0.6.5
13292026-08-24T20:02:45.301Z Downloaded petgraph v0.8.3
13302026-08-24T20:02:45.307Z Downloaded jiff v0.2.34
13312026-08-24T20:02:45.316Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13322026-08-24T20:02:45.330Z Downloaded ring v0.17.14
13332026-08-24T20:02:45.353Z Downloaded sha3 v0.10.8
13342026-08-24T20:02:45.383Z Downloaded tokio v1.52.1
13352026-08-24T20:02:45.417Z Downloaded encoding_rs v0.8.35
13362026-08-24T20:02:45.445Z Downloaded libgit2-sys v0.18.3+1.9.2
13372026-08-24T20:02:45.848Z Downloaded aws-lc-sys v0.40.0
13382026-08-24T20:02:46.174Z Compiling serde_core v1.0.228
13392026-08-24T20:02:46.174Z Compiling libc v0.2.185
13402026-08-24T20:02:46.174Z Compiling serde v1.0.228
13412026-08-24T20:02:46.190Z Compiling log v0.4.33
13422026-08-24T20:02:46.190Z Compiling smallvec v1.15.1
13432026-08-24T20:02:46.190Z Compiling subtle v2.6.1
13442026-08-24T20:02:46.190Z Compiling shlex v1.3.0
13452026-08-24T20:02:46.191Z Compiling syn v2.0.117
13462026-08-24T20:02:46.519Z Compiling find-msvc-tools v0.1.9
13472026-08-24T20:02:46.544Z Compiling typenum v1.20.1
13482026-08-24T20:02:46.544Z Compiling scopeguard v1.2.0
13492026-08-24T20:02:46.564Z Compiling stable_deref_trait v1.2.1
13502026-08-24T20:02:46.610Z Compiling lock_api v0.4.14
13512026-08-24T20:02:46.710Z Compiling getrandom v0.4.3
13522026-08-24T20:02:46.721Z Compiling portable-atomic v1.13.1
13532026-08-24T20:02:46.779Z Compiling serde_json v1.0.151
13542026-08-24T20:02:46.842Z Compiling rand_core v0.10.0
13552026-08-24T20:02:46.995Z Compiling zerocopy v0.8.55
13562026-08-24T20:02:47.009Z Compiling critical-section v1.2.0
13572026-08-24T20:02:47.014Z Compiling libm v0.2.16
13582026-08-24T20:02:47.117Z Compiling num-traits v0.2.19
13592026-08-24T20:02:47.142Z Compiling errno v0.3.14
13602026-08-24T20:02:47.209Z Compiling jobserver v0.1.34
13612026-08-24T20:02:47.423Z Compiling cc v1.2.56
13622026-08-24T20:02:47.507Z Compiling pkg-config v0.3.32
13632026-08-24T20:02:47.537Z Compiling pin-project-lite v0.2.17
13642026-08-24T20:02:47.613Z Compiling parking_lot_core v0.9.12
13652026-08-24T20:02:47.654Z Compiling writeable v0.6.2
13662026-08-24T20:02:47.809Z Compiling once_cell v1.21.3
13672026-08-24T20:02:47.872Z Compiling litemap v0.8.1
13682026-08-24T20:02:47.878Z Compiling percent-encoding v2.3.2
13692026-08-24T20:02:48.049Z Compiling signal-hook-registry v1.4.8
13702026-08-24T20:02:48.064Z Compiling getrandom v0.2.17
13712026-08-24T20:02:48.081Z Compiling icu_normalizer_data v2.1.1
13722026-08-24T20:02:48.300Z Compiling futures-core v0.3.32
13732026-08-24T20:02:48.324Z Compiling icu_properties_data v2.1.2
13742026-08-24T20:02:48.365Z Compiling parking_lot v0.12.5
13752026-08-24T20:02:48.457Z Compiling bitflags v2.11.0
13762026-08-24T20:02:48.509Z Compiling semver v1.0.28
13772026-08-24T20:02:48.602Z Compiling rand_core v0.6.4
13782026-08-24T20:02:48.693Z Compiling mio v1.2.0
13792026-08-24T20:02:48.864Z Compiling generic-array v0.14.7
13802026-08-24T20:02:48.940Z Compiling const-oid v0.9.6
13812026-08-24T20:02:48.940Z Compiling rustix v1.1.4
13822026-08-24T20:02:48.940Z Compiling socket2 v0.6.3
13832026-08-24T20:02:49.022Z Compiling futures-sink v0.3.32
13842026-08-24T20:02:49.110Z Compiling utf8_iter v1.0.4
13852026-08-24T20:02:49.135Z Compiling indexmap v2.14.0
13862026-08-24T20:02:49.187Z Compiling synstructure v0.13.2
13872026-08-24T20:02:49.262Z Compiling futures-channel v0.3.32
13882026-08-24T20:02:49.332Z Compiling form_urlencoded v1.2.2
13892026-08-24T20:02:49.494Z Compiling futures-io v0.3.32
13902026-08-24T20:02:49.506Z Compiling futures-task v0.3.32
13912026-08-24T20:02:49.643Z Compiling slab v0.4.12
13922026-08-24T20:02:49.649Z Compiling getrandom v0.3.4
13932026-08-24T20:02:49.673Z Compiling cmov v0.5.4
13942026-08-24T20:02:49.682Z Compiling rustversion v1.0.22
13952026-08-24T20:02:49.765Z Compiling iana-time-zone v0.1.65
13962026-08-24T20:02:49.798Z Compiling base64ct v1.8.3
13972026-08-24T20:02:49.819Z Compiling regex-syntax v0.8.10
13982026-08-24T20:02:49.876Z Compiling ctutils v0.4.2
13992026-08-24T20:02:49.966Z Compiling uuid v1.23.4
14002026-08-24T20:02:50.096Z Compiling pem-rfc7468 v0.7.0
14012026-08-24T20:02:50.120Z Compiling cmake v0.1.57
14022026-08-24T20:02:50.398Z Compiling dunce v1.0.5
14032026-08-24T20:02:50.494Z Compiling ident_case v1.0.1
14042026-08-24T20:02:50.513Z Compiling flagset v0.4.7
14052026-08-24T20:02:50.530Z Compiling fs_extra v1.3.0
14062026-08-24T20:02:50.606Z Compiling base64 v0.22.1
14072026-08-24T20:02:50.620Z Compiling serde_derive_internals v0.29.1
14082026-08-24T20:02:50.634Z Compiling dyn-clone v1.0.20
14092026-08-24T20:02:50.651Z Compiling syn v1.0.109
14102026-08-24T20:02:50.665Z Compiling vcpkg v0.2.15
14112026-08-24T20:02:50.771Z Compiling schemars v0.8.22
14122026-08-24T20:02:50.796Z Compiling aws-lc-sys v0.40.0
14132026-08-24T20:02:50.886Z Compiling serde_derive v1.0.228
14142026-08-24T20:02:50.966Z Compiling zeroize_derive v1.5.0
14152026-08-24T20:02:50.969Z Compiling zerofrom-derive v0.1.6
14162026-08-24T20:02:51.006Z Compiling yoke-derive v0.8.1
14172026-08-24T20:02:51.428Z Compiling zerocopy-derive v0.8.55
14182026-08-24T20:02:51.566Z Compiling zerovec-derive v0.11.2
14192026-08-24T20:02:51.625Z Compiling displaydoc v0.2.5
14202026-08-24T20:02:52.186Z Compiling tokio-macros v2.7.0
14212026-08-24T20:02:52.204Z Compiling futures-macro v0.3.32
14222026-08-24T20:02:52.404Z Compiling thiserror-impl v2.0.18
14232026-08-24T20:02:52.419Z Compiling zerofrom v0.1.6
14242026-08-24T20:02:52.546Z Compiling yoke v0.8.1
14252026-08-24T20:02:52.691Z Compiling der_derive v0.7.3
14262026-08-24T20:02:52.734Z Compiling zerovec v0.11.5
14272026-08-24T20:02:52.917Z Compiling zerotrie v0.2.3
14282026-08-24T20:02:53.033Z Compiling futures-util v0.3.32
14292026-08-24T20:02:53.217Z Compiling tinystr v0.8.2
14302026-08-24T20:02:53.251Z Compiling potential_utf v0.1.4
14312026-08-24T20:02:53.416Z Compiling icu_locale_core v2.1.1
14322026-08-24T20:02:53.432Z Compiling icu_collections v2.1.1
14332026-08-24T20:02:53.641Z Compiling schemars_derive v0.8.22
14342026-08-24T20:02:53.734Z Compiling thiserror v2.0.18
14352026-08-24T20:02:53.852Z Compiling openssl-sys v0.9.117
14362026-08-24T20:02:53.990Z Compiling tracing-attributes v0.1.31
14372026-08-24T20:02:54.291Z Compiling icu_provider v2.1.1
14382026-08-24T20:02:54.368Z Compiling zeroize v1.9.0
14392026-08-24T20:02:54.391Z Compiling bytes v1.11.1
14402026-08-24T20:02:54.583Z Compiling icu_normalizer v2.1.1
14412026-08-24T20:02:54.583Z Compiling icu_properties v2.1.2
14422026-08-24T20:02:54.879Z Compiling tokio v1.52.1
14432026-08-24T20:02:55.109Z Compiling hybrid-array v0.4.13
14442026-08-24T20:02:55.282Z Compiling chrono v0.4.45
14452026-08-24T20:02:55.372Z Compiling der v0.7.10
14462026-08-24T20:02:55.583Z Compiling idna_adapter v1.2.1
14472026-08-24T20:02:55.686Z Compiling idna v1.1.0
14482026-08-24T20:02:55.732Z Compiling block-buffer v0.10.4
14492026-08-24T20:02:55.886Z Compiling ppv-lite86 v0.2.21
14502026-08-24T20:02:55.900Z Compiling crypto-common v0.1.7
14512026-08-24T20:02:56.070Z Compiling url v2.5.8
14522026-08-24T20:02:56.131Z Compiling digest v0.10.7
14532026-08-24T20:02:56.283Z Compiling spki v0.7.3
14542026-08-24T20:02:56.388Z Compiling http v1.4.2
14552026-08-24T20:02:56.404Z Compiling crypto-common v0.2.2
14562026-08-24T20:02:56.512Z Compiling block-buffer v0.12.1
14572026-08-24T20:02:56.590Z Compiling rand_core v0.9.5
14582026-08-24T20:02:56.713Z Compiling rustc_version v0.4.1
14592026-08-24T20:02:56.735Z Compiling tracing-core v0.1.36
14602026-08-24T20:02:56.857Z Compiling aws-lc-rs v1.16.3
14612026-08-24T20:02:56.864Z Compiling simd-adler32 v0.3.8
14622026-08-24T20:02:57.045Z Compiling http-body v1.0.1
14632026-08-24T20:02:57.115Z Compiling tracing v0.1.44
14642026-08-24T20:02:57.143Z Compiling tempfile v3.27.0
14652026-08-24T20:02:57.285Z Compiling pkcs8 v0.10.2
14662026-08-24T20:02:57.298Z Compiling rustls-pki-types v1.14.0
14672026-08-24T20:02:57.507Z Compiling spin v0.9.8
14682026-08-24T20:02:57.547Z Compiling tinyvec_macros v0.1.1
14692026-08-24T20:02:57.614Z Compiling adler2 v2.0.1
14702026-08-24T20:02:57.712Z Compiling httparse v1.10.1
14712026-08-24T20:02:57.742Z Compiling crc32fast v1.5.0
14722026-08-24T20:02:57.746Z Compiling openssl-probe v0.2.1
14732026-08-24T20:02:57.926Z Compiling miniz_oxide v0.8.9
14742026-08-24T20:02:58.054Z Compiling tinyvec v1.10.0
14752026-08-24T20:02:58.091Z Compiling pest_generator v2.8.6
14762026-08-24T20:02:58.132Z Compiling rand_chacha v0.9.0
14772026-08-24T20:02:58.396Z Compiling terminal_size v0.4.3
14782026-08-24T20:02:58.469Z Compiling aho-corasick v1.1.4
14792026-08-24T20:02:58.517Z Compiling tower-service v0.3.3
14802026-08-24T20:02:58.532Z Compiling atomic-waker v1.1.2
14812026-08-24T20:02:58.614Z Compiling radium v0.7.0
14822026-08-24T20:02:58.656Z Compiling tower-layer v0.3.3
14832026-08-24T20:02:58.764Z Compiling tokio-util v0.7.18
14842026-08-24T20:02:58.819Z Compiling try-lock v0.2.5
14852026-08-24T20:02:58.831Z Compiling untrusted v0.7.1
14862026-08-24T20:02:58.875Z Compiling pest_derive v2.8.6
14872026-08-24T20:02:58.924Z Compiling want v0.3.1
14882026-08-24T20:02:58.950Z Compiling rand v0.9.2
14892026-08-24T20:02:59.309Z Compiling regex-automata v0.4.14
14902026-08-24T20:02:59.562Z Compiling h2 v0.4.15
14912026-08-24T20:02:59.682Z Compiling block-padding v0.4.2
14922026-08-24T20:02:59.777Z Compiling ipnet v2.12.0
14932026-08-24T20:02:59.853Z Compiling scroll_derive v0.13.1
14942026-08-24T20:03:00.105Z Compiling darling_core v0.20.11
14952026-08-24T20:03:00.266Z Compiling wait-timeout v0.2.1
14962026-08-24T20:03:00.523Z Compiling bit-vec v0.8.0
14972026-08-24T20:03:00.636Z Compiling foreign-types-shared v0.1.1
14982026-08-24T20:03:00.678Z Compiling cpufeatures v0.2.17
14992026-08-24T20:03:00.721Z Compiling maybe-uninit v2.0.0
15002026-08-24T20:03:00.749Z Compiling tap v1.0.1
15012026-08-24T20:03:00.764Z Compiling untrusted v0.9.0
15022026-08-24T20:03:00.919Z Compiling rustls v0.23.41
15032026-08-24T20:03:00.929Z Compiling const-oid v0.10.2
15042026-08-24T20:03:01.023Z Compiling httpdate v1.0.3
15052026-08-24T20:03:01.063Z Compiling openssl v0.10.80
15062026-08-24T20:03:01.084Z Compiling quick-error v1.2.3
15072026-08-24T20:03:01.193Z Compiling rusty-fork v0.3.1
15082026-08-24T20:03:01.268Z Compiling digest v0.11.3
15092026-08-24T20:03:01.306Z Compiling wyz v0.5.1
15102026-08-24T20:03:01.325Z Compiling bit-set v0.8.0
15112026-08-24T20:03:01.484Z Compiling foreign-types v0.3.2
15122026-08-24T20:03:01.499Z Compiling scroll v0.13.0
15132026-08-24T20:03:01.513Z Compiling inout v0.2.2
15142026-08-24T20:03:01.557Z Compiling unicode-normalization v0.1.25
15152026-08-24T20:03:01.720Z Compiling rand_xorshift v0.4.0
15162026-08-24T20:03:01.762Z Compiling signature v2.2.0
15172026-08-24T20:03:01.885Z Compiling rand_chacha v0.3.1
15182026-08-24T20:03:01.946Z Compiling hex v0.4.3
15192026-08-24T20:03:02.019Z Compiling openssl-macros v0.1.1
15202026-08-24T20:03:02.109Z Compiling thiserror-impl v1.0.69
15212026-08-24T20:03:02.210Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15222026-08-24T20:03:02.407Z Compiling bzip2-sys v0.1.13+1.0.8
15232026-08-24T20:03:02.424Z Compiling darling_macro v0.20.11
15242026-08-24T20:03:02.595Z Compiling num-integer v0.1.46
15252026-08-24T20:03:02.653Z Compiling hyper v1.10.1
15262026-08-24T20:03:02.679Z Compiling ahash v0.8.12
15272026-08-24T20:03:02.886Z Compiling time-core v0.1.8
15282026-08-24T20:03:02.911Z Compiling cpufeatures v0.3.0
15292026-08-24T20:03:02.922Z Compiling native-tls v0.2.18
15302026-08-24T20:03:02.978Z Compiling unarray v0.1.4
15312026-08-24T20:03:03.030Z Compiling paste v1.0.15
15322026-08-24T20:03:03.090Z Compiling num-bigint-dig v0.8.6
15332026-08-24T20:03:03.113Z Compiling funty v2.0.0
15342026-08-24T20:03:03.282Z Compiling packed_struct v0.10.1
15352026-08-24T20:03:03.295Z Compiling powerfmt v0.2.0
15362026-08-24T20:03:03.341Z Compiling num-conv v0.2.0
15372026-08-24T20:03:03.400Z Compiling thiserror v1.0.69
15382026-08-24T20:03:03.468Z Compiling time-macros v0.2.27
15392026-08-24T20:03:03.492Z Compiling deranged v0.5.8
15402026-08-24T20:03:03.507Z Compiling bitvec v1.0.1
15412026-08-24T20:03:03.630Z Compiling clap_builder v4.6.0
15422026-08-24T20:03:03.653Z Compiling proptest v1.11.0
15432026-08-24T20:03:03.687Z Compiling darling v0.20.11
15442026-08-24T20:03:03.768Z Compiling hyper-util v0.1.20
15452026-08-24T20:03:04.281Z Compiling num-iter v0.1.45
15462026-08-24T20:03:04.898Z Compiling rand v0.8.6
15472026-08-24T20:03:05.158Z Compiling goblin v0.10.5
15482026-08-24T20:03:05.437Z Compiling cipher v0.5.2
15492026-08-24T20:03:05.735Z Compiling packed_struct_codegen v0.10.1
15502026-08-24T20:03:05.750Z Compiling sha2 v0.10.9
15512026-08-24T20:03:06.626Z Compiling ipnetwork v0.21.1
15522026-08-24T20:03:06.852Z Compiling lazy_static v1.5.0
15532026-08-24T20:03:06.949Z Compiling serde_spanned v0.6.9
15542026-08-24T20:03:07.021Z Compiling toml_datetime v0.6.11
15552026-08-24T20:03:07.096Z Compiling zerocopy-derive v0.6.6
15562026-08-24T20:03:07.120Z Compiling clap_derive v4.6.1
15572026-08-24T20:03:07.286Z Compiling bitfield-macros v0.19.4
15582026-08-24T20:03:07.525Z Compiling slog v2.8.2
15592026-08-24T20:03:07.720Z Compiling sync_wrapper v1.0.2
15602026-08-24T20:03:07.822Z Compiling indexmap v1.9.3
15612026-08-24T20:03:07.935Z Compiling syn v3.0.3
15622026-08-24T20:03:07.989Z Compiling object v0.37.3
15632026-08-24T20:03:08.004Z Compiling usdt-impl v0.6.0
15642026-08-24T20:03:08.211Z Compiling num_threads v0.1.7
15652026-08-24T20:03:08.265Z Compiling crc-catalog v2.4.0
15662026-08-24T20:03:08.326Z Compiling siphasher v1.0.2
15672026-08-24T20:03:08.363Z Compiling nodrop v0.1.14
15682026-08-24T20:03:08.445Z Compiling unicode-segmentation v1.12.0
15692026-08-24T20:03:08.514Z Compiling crossbeam-utils v0.8.21
15702026-08-24T20:03:08.848Z Compiling zlib-rs v0.6.2
15712026-08-24T20:03:08.867Z Compiling array-init v0.0.4
15722026-08-24T20:03:08.878Z Compiling clap v4.6.1
15732026-08-24T20:03:08.962Z Compiling crc v3.4.0
15742026-08-24T20:03:09.149Z Compiling time v0.3.47
15752026-08-24T20:03:09.281Z Compiling bitfield v0.19.4
15762026-08-24T20:03:09.425Z Compiling zerocopy v0.6.6
15772026-08-24T20:03:09.558Z Compiling dof v0.4.0
15782026-08-24T20:03:09.754Z Compiling tower v0.5.3
15792026-08-24T20:03:10.670Z Compiling oxnet v0.1.6
15802026-08-24T20:03:11.132Z Compiling newtype-uuid v1.3.2
15812026-08-24T20:03:11.281Z Compiling smallvec v0.6.14
15822026-08-24T20:03:11.339Z Compiling daft-derive v0.1.8
15832026-08-24T20:03:11.470Z Compiling chacha20 v0.10.0
15842026-08-24T20:03:11.820Z Compiling flate2 v1.1.9
15852026-08-24T20:03:11.854Z Compiling derive_builder_core v0.20.2
15862026-08-24T20:03:12.030Z Compiling dtrace-parser v0.3.0
15872026-08-24T20:03:12.060Z Compiling pkcs1 v0.7.5
15882026-08-24T20:03:12.232Z Compiling http-body-util v0.1.3
15892026-08-24T20:03:12.446Z Compiling heapless v0.7.17
15902026-08-24T20:03:12.475Z Compiling erased-serde v0.3.31
15912026-08-24T20:03:12.498Z Compiling scroll_derive v0.12.1
15922026-08-24T20:03:12.683Z Compiling structmeta-derive v0.3.0
15932026-08-24T20:03:12.709Z Compiling darling_core v0.23.0
15942026-08-24T20:03:12.756Z Compiling thread-id v5.1.0
15952026-08-24T20:03:12.845Z Compiling cookie v0.18.1
15962026-08-24T20:03:12.969Z Compiling env_filter v2.0.0
15972026-08-24T20:03:13.031Z Compiling hashbrown v0.12.3
15982026-08-24T20:03:13.168Z Compiling gimli v0.32.3
15992026-08-24T20:03:13.264Z Compiling iri-string v0.7.10
16002026-08-24T20:03:13.494Z Compiling base64 v0.21.7
16012026-08-24T20:03:13.754Z Compiling winnow v0.5.40
16022026-08-24T20:03:13.811Z Compiling zstd-safe v7.2.4
16032026-08-24T20:03:14.011Z Compiling unicode-properties v0.1.4
16042026-08-24T20:03:14.228Z Compiling signal-hook v0.3.18
16052026-08-24T20:03:14.404Z Compiling ryu v1.0.23
16062026-08-24T20:03:14.586Z Compiling anyhow v1.0.104
16072026-08-24T20:03:14.636Z Compiling unicode-bidi v0.3.18
16082026-08-24T20:03:14.766Z Compiling allocator-api2 v0.2.21
16092026-08-24T20:03:15.093Z Compiling toml_edit v0.19.15
16102026-08-24T20:03:15.097Z Compiling stringprep v0.1.5
16112026-08-24T20:03:15.123Z Compiling addr2line v0.25.1
16122026-08-24T20:03:15.157Z Compiling serde_urlencoded v0.7.1
16132026-08-24T20:03:15.210Z Compiling darling_macro v0.23.0
16142026-08-24T20:03:15.226Z Compiling tower-http v0.6.8
16152026-08-24T20:03:15.417Z Compiling structmeta v0.3.0
16162026-08-24T20:03:15.441Z Compiling ron v0.8.1
16172026-08-24T20:03:15.620Z Compiling scroll v0.12.0
16182026-08-24T20:03:15.634Z Compiling env_logger v0.11.11
16192026-08-24T20:03:15.879Z Compiling derive_builder_macro v0.20.2
16202026-08-24T20:03:15.964Z Compiling daft v0.1.8
16212026-08-24T20:03:16.015Z Compiling rsa v0.9.10
16222026-08-24T20:03:16.116Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16232026-08-24T20:03:16.243Z Compiling hashbrown v0.13.2
16242026-08-24T20:03:16.313Z Compiling rand v0.10.1
16252026-08-24T20:03:16.368Z Compiling bzip2 v0.4.4
16262026-08-24T20:03:16.385Z Compiling serde-hex v0.1.0
16272026-08-24T20:03:16.572Z Compiling tokio-native-tls v0.3.1
16282026-08-24T20:03:16.746Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16292026-08-24T20:03:16.935Z Compiling camino v1.2.5
16302026-08-24T20:03:17.323Z Compiling sha2 v0.11.0
16312026-08-24T20:03:17.619Z Compiling bstr v1.12.1
16322026-08-24T20:03:17.773Z Compiling hmac v0.13.0
16332026-08-24T20:03:17.959Z Compiling md-5 v0.11.0
16342026-08-24T20:03:18.117Z Compiling rustls-native-certs v0.8.3
16352026-08-24T20:03:18.252Z Compiling curve25519-dalek v4.1.3
16362026-08-24T20:03:18.267Z Compiling x509-cert v0.2.5
16372026-08-24T20:03:18.413Z Compiling serde_tokenstream v0.2.3
16382026-08-24T20:03:18.579Z Compiling pin-project-internal v1.1.11
16392026-08-24T20:03:18.723Z Compiling async-trait v0.1.89
16402026-08-24T20:03:19.046Z Compiling zerocopy-derive v0.7.35
16412026-08-24T20:03:19.070Z Compiling vergen-lib v9.1.0
16422026-08-24T20:03:19.249Z Compiling hash32 v0.2.1
16432026-08-24T20:03:19.438Z Compiling memoffset v0.9.1
16442026-08-24T20:03:19.627Z Compiling encoding_rs v0.8.35
16452026-08-24T20:03:19.641Z Compiling cfg_aliases v0.2.1
16462026-08-24T20:03:19.666Z Compiling crc-any v2.5.0
16472026-08-24T20:03:19.713Z Compiling mime v0.3.17
16482026-08-24T20:03:19.726Z Compiling litrs v1.0.0
16492026-08-24T20:03:19.871Z Compiling fallible-iterator v0.2.0
16502026-08-24T20:03:19.891Z Compiling owo-colors v4.3.0
16512026-08-24T20:03:19.915Z Compiling smoltcp v0.9.1
16522026-08-24T20:03:19.964Z Compiling psl-types v2.0.11
16532026-08-24T20:03:20.089Z Compiling ref-cast v1.0.25
16542026-08-24T20:03:20.183Z Compiling rustix v0.38.44
16552026-08-24T20:03:20.200Z Compiling rustc-demangle v0.1.27
16562026-08-24T20:03:20.233Z Compiling document-features v0.2.12
16572026-08-24T20:03:20.316Z Compiling postgres-protocol v0.6.12
16582026-08-24T20:03:20.434Z Compiling backtrace v0.3.76
16592026-08-24T20:03:20.612Z Compiling publicsuffix v2.3.0
16602026-08-24T20:03:20.619Z Compiling zerocopy v0.7.35
16612026-08-24T20:03:20.701Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16622026-08-24T20:03:20.751Z Compiling nix v0.31.2
16632026-08-24T20:03:20.808Z Compiling pin-project v1.1.11
16642026-08-24T20:03:21.106Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16652026-08-24T20:03:21.149Z Compiling hyper-tls v0.6.0
16662026-08-24T20:03:21.170Z Compiling object v0.30.4
16672026-08-24T20:03:21.328Z Compiling zip v0.6.6
16682026-08-24T20:03:21.369Z Compiling toml v0.7.8
16692026-08-24T20:03:21.387Z Compiling derive_builder v0.20.2
16702026-08-24T20:03:21.412Z Compiling goblin v0.8.2
16712026-08-24T20:03:21.630Z Compiling darling v0.23.0
16722026-08-24T20:03:21.713Z Compiling derive-ex v0.1.8
16732026-08-24T20:03:22.039Z Compiling convert_case v0.10.0
16742026-08-24T20:03:22.195Z Compiling phf_shared v0.13.1
16752026-08-24T20:03:22.308Z Compiling regex v1.12.3
16762026-08-24T20:03:22.341Z Compiling hubpack_derive v0.1.1
16772026-08-24T20:03:22.436Z Compiling hmac v0.12.1
16782026-08-24T20:03:22.610Z Compiling futures-executor v0.3.32
16792026-08-24T20:03:22.731Z Compiling curve25519-dalek-derive v0.1.1
16802026-08-24T20:03:22.783Z Compiling ref-cast-impl v1.0.25
16812026-08-24T20:03:22.863Z Compiling snafu-derive v0.8.9
16822026-08-24T20:03:23.328Z Compiling strum_macros v0.27.2
16832026-08-24T20:03:23.377Z Compiling vergen v9.1.0
16842026-08-24T20:03:23.391Z Compiling ff v0.13.1
16852026-08-24T20:03:23.532Z Compiling cargo-platform v0.3.2
16862026-08-24T20:03:23.556Z Compiling fs-err v3.3.0
16872026-08-24T20:03:23.761Z Compiling jiff-core v0.1.0
16882026-08-24T20:03:23.800Z Compiling base16ct v0.2.0
16892026-08-24T20:03:23.982Z Compiling is_ci v1.2.0
16902026-08-24T20:03:24.045Z Compiling bitflags v1.3.2
16912026-08-24T20:03:24.122Z Compiling libbz2-rs-sys v0.2.2
16922026-08-24T20:03:24.123Z Compiling foldhash v0.1.5
16932026-08-24T20:03:24.310Z Compiling same-file v1.0.6
16942026-08-24T20:03:24.479Z Compiling either v1.15.0
16952026-08-24T20:03:24.693Z Compiling bumpalo v3.20.2
16962026-08-24T20:03:24.758Z Compiling managed v0.8.0
16972026-08-24T20:03:24.804Z Compiling foldhash v0.2.0
16982026-08-24T20:03:24.815Z Compiling path-slash v0.1.5
16992026-08-24T20:03:24.864Z Compiling snafu v0.8.9
17002026-08-24T20:03:24.938Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17012026-08-24T20:03:24.967Z Compiling hashbrown v0.16.1
17022026-08-24T20:03:25.019Z Compiling zopfli v0.8.3
17032026-08-24T20:03:25.216Z Compiling bzip2 v0.6.1
17042026-08-24T20:03:25.280Z Compiling strum v0.27.2
17052026-08-24T20:03:25.411Z Compiling jiff v0.2.34
17062026-08-24T20:03:25.426Z Compiling walkdir v2.5.0
17072026-08-24T20:03:25.551Z Compiling textwrap v0.16.2
17082026-08-24T20:03:25.665Z Compiling hashbrown v0.15.5
17092026-08-24T20:03:25.736Z Compiling supports-color v3.0.2
17102026-08-24T20:03:25.749Z Compiling sec1 v0.7.3
17112026-08-24T20:03:26.006Z Compiling cargo_metadata v0.23.1
17122026-08-24T20:03:26.056Z Compiling dof v0.3.0
17132026-08-24T20:03:26.114Z Compiling group v0.13.0
17142026-08-24T20:03:26.302Z Compiling test-strategy v0.4.5
17152026-08-24T20:03:26.492Z Compiling hubpack v0.1.2
17162026-08-24T20:03:26.717Z Compiling futures v0.3.32
17172026-08-24T20:03:26.782Z Compiling hkdf v0.12.4
17182026-08-24T20:03:26.803Z Compiling phf v0.13.1
17192026-08-24T20:03:26.962Z Compiling derive_more-impl v2.1.1
17202026-08-24T20:03:27.346Z Compiling signal-hook-mio v0.2.5
17212026-08-24T20:03:27.386Z Compiling cookie_store v0.22.1
17222026-08-24T20:03:27.469Z Compiling serde_with_macros v3.21.0
17232026-08-24T20:03:27.777Z Compiling reqwest v0.12.28
17242026-08-24T20:03:28.028Z Compiling zstd v0.13.3
17252026-08-24T20:03:28.224Z Compiling backtrace-ext v0.2.1
17262026-08-24T20:03:28.289Z Compiling postgres-types v0.2.14
17272026-08-24T20:03:28.833Z Compiling usdt-macro v0.6.0
17282026-08-24T20:03:29.048Z Compiling usdt-attr-macro v0.6.0
17292026-08-24T20:03:29.220Z Compiling globset v0.4.18
17302026-08-24T20:03:29.315Z Compiling phf_shared v0.11.3
17312026-08-24T20:03:29.499Z Compiling dtrace-parser v0.2.0
17322026-08-24T20:03:29.515Z Compiling byte-wrapper v0.1.0
17332026-08-24T20:03:29.596Z Compiling olpc-cjson v0.1.4
17342026-08-24T20:03:29.764Z Compiling ed25519 v2.2.3
17352026-08-24T20:03:29.839Z Compiling crypto-bigint v0.5.5
17362026-08-24T20:03:29.854Z Compiling serde_plain v1.0.2
17372026-08-24T20:03:29.871Z Compiling serde-big-array v0.5.1
17382026-08-24T20:03:29.899Z Compiling strum_macros v0.26.4
17392026-08-24T20:03:30.016Z Compiling serde_repr v0.1.20
17402026-08-24T20:03:30.045Z Compiling async-recursion v1.1.1
17412026-08-24T20:03:30.235Z Compiling enum-as-inner v0.6.1
17422026-08-24T20:03:30.552Z Compiling miette-derive v7.6.0
17432026-08-24T20:03:30.673Z Compiling pem v3.0.6
17442026-08-24T20:03:30.697Z Compiling float-cmp v0.10.0
17452026-08-24T20:03:30.760Z Compiling thread-id v4.2.2
17462026-08-24T20:03:30.845Z Compiling memmap2 v0.9.10
17472026-08-24T20:03:30.849Z Compiling difflib v0.4.0
17482026-08-24T20:03:31.018Z Compiling normalize-line-endings v0.3.0
17492026-08-24T20:03:31.122Z Compiling whoami v2.1.0
17502026-08-24T20:03:31.137Z Compiling predicates-core v1.0.10
17512026-08-24T20:03:31.325Z Compiling supports-unicode v3.0.0
17522026-08-24T20:03:31.439Z Compiling precomputed-hash v0.1.1
17532026-08-24T20:03:31.494Z Compiling new_debug_unreachable v1.0.6
17542026-08-24T20:03:31.510Z Compiling data-encoding v2.10.0
17552026-08-24T20:03:31.526Z Compiling fixedbitset v0.4.2
17562026-08-24T20:03:31.564Z Compiling static_assertions v1.1.0
17572026-08-24T20:03:31.579Z Compiling fixedbitset v0.5.7
17582026-08-24T20:03:31.639Z Compiling supports-hyperlinks v3.2.0
17592026-08-24T20:03:31.721Z Compiling typed-path v0.9.3
17602026-08-24T20:03:31.739Z Compiling winnow v1.0.3
17612026-08-24T20:03:31.756Z Compiling keccak v0.1.6
17622026-08-24T20:03:31.790Z Compiling petgraph v0.8.3
17632026-08-24T20:03:31.883Z Compiling hickory-proto v0.25.2
17642026-08-24T20:03:31.997Z Compiling sha3 v0.10.8
17652026-08-24T20:03:32.197Z Compiling miette v7.6.0
17662026-08-24T20:03:32.460Z Compiling strum v0.26.3
17672026-08-24T20:03:32.495Z Compiling petgraph v0.6.5
17682026-08-24T20:03:32.588Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-24T20:03:32.808Z Compiling toml_parser v1.1.2+spec-1.1.0
17702026-08-24T20:03:32.935Z Compiling string_cache v0.8.9
17712026-08-24T20:03:33.168Z Compiling tokio-postgres v0.7.18
17722026-08-24T20:03:33.338Z Compiling toml_edit v0.22.27
17732026-08-24T20:03:33.438Z Compiling predicates v3.1.4
17742026-08-24T20:03:33.760Z Compiling usdt v0.6.0
17752026-08-24T20:03:33.993Z Compiling usdt-impl v0.5.0
17762026-08-24T20:03:34.023Z Compiling elliptic-curve v0.13.8
17772026-08-24T20:03:34.065Z Compiling ed25519-dalek v2.2.0
17782026-08-24T20:03:34.430Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17792026-08-24T20:03:34.568Z Compiling crossterm v0.28.1
17802026-08-24T20:03:34.583Z Compiling serde_with v3.21.0
17812026-08-24T20:03:35.411Z Compiling zip v4.6.1
17822026-08-24T20:03:35.858Z Compiling derive_more v2.1.1
17832026-08-24T20:03:35.995Z Compiling iddqd v0.4.2
17842026-08-24T20:03:36.347Z Compiling itertools v0.15.0
17852026-08-24T20:03:36.373Z Compiling itertools v0.13.0
17862026-08-24T20:03:36.417Z Compiling similar v2.7.0
17872026-08-24T20:03:36.471Z Compiling crossbeam-epoch v0.9.18
17882026-08-24T20:03:36.616Z Compiling oxide-generation v0.1.3
17892026-08-24T20:03:36.786Z Compiling heck v0.4.1
17902026-08-24T20:03:36.895Z Compiling tokio-stream v0.1.18
17912026-08-24T20:03:37.010Z Compiling buf-list v1.1.2
17922026-08-24T20:03:37.181Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17932026-08-24T20:03:37.243Z Compiling openapiv3 v2.2.0
17942026-08-24T20:03:37.251Z Compiling lalrpop-util v0.19.12
17952026-08-24T20:03:37.271Z Compiling peg-runtime v0.8.5
17962026-08-24T20:03:37.339Z Compiling thread_local v1.1.9
17972026-08-24T20:03:37.427Z Compiling slog-async v2.8.0
17982026-08-24T20:03:37.471Z Compiling crossbeam-channel v0.5.15
17992026-08-24T20:03:37.538Z Compiling filetime v0.2.27
18002026-08-24T20:03:37.595Z Compiling is-terminal v0.4.17
18012026-08-24T20:03:37.612Z Compiling take_mut v0.2.2
18022026-08-24T20:03:37.650Z Compiling xattr v1.6.1
18032026-08-24T20:03:37.702Z Compiling term v1.2.1
18042026-08-24T20:03:37.714Z Compiling camino-tempfile v1.4.1
18052026-08-24T20:03:37.914Z Compiling tar v0.4.46
18062026-08-24T20:03:38.250Z Compiling slog-term v2.9.2
18072026-08-24T20:03:44.123Z Compiling rustls-webpki v0.103.13
18082026-08-24T20:03:46.824Z Compiling tokio-rustls v0.26.4
18092026-08-24T20:03:46.824Z Compiling rustls-platform-verifier v0.6.2
18102026-08-24T20:03:46.824Z Compiling tough v0.22.0
18112026-08-24T20:03:47.040Z Compiling hyper-rustls v0.27.7
18122026-08-24T20:03:47.239Z Compiling reqwest v0.13.2
18132026-08-24T20:03:49.447Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-08-24T20:03:49.658Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-08-24T20:03:52.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18162026-08-24T20:03:52.710Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18172026-08-24T20:03:52.754ZAug 24 20:03:51.503 INFO Starting download, target: Cockroach
18182026-08-24T20:03:52.754ZAug 24 20:03:51.504 INFO Starting download, target: Clickhouse
18192026-08-24T20:03:52.754ZAug 24 20:03:51.504 INFO Starting download, target: Console
18202026-08-24T20:03:52.758ZAug 24 20:03:51.504 INFO Starting download, target: DendriteStub
18212026-08-24T20:03:52.758ZAug 24 20:03:51.504 INFO Starting download, target: MaghemiteDdmd
18222026-08-24T20:03:52.758ZAug 24 20:03:51.504 INFO Starting download, target: MaghemiteMgd
18232026-08-24T20:03:52.758ZAug 24 20:03:51.504 INFO Starting download, target: TransceiverControl
18242026-08-24T20:03:52.758ZAug 24 20:03:51.504 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18252026-08-24T20:03:52.758ZAug 24 20:03:51.504 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18262026-08-24T20:03:52.758ZAug 24 20:03:51.504 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18272026-08-24T20:03:52.758ZAug 24 20:03:51.504 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18282026-08-24T20:03:52.758ZAug 24 20:03:51.504 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18292026-08-24T20:03:52.758ZAug 24 20:03:51.504 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18302026-08-24T20:03:52.758ZAug 24 20:03:51.504 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18312026-08-24T20:03:53.169ZAug 24 20:03:51.917 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18322026-08-24T20:03:53.430ZAug 24 20:03:52.166 INFO Download complete, target: TransceiverControl
18332026-08-24T20:03:54.714ZAug 24 20:03:53.462 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18342026-08-24T20:03:54.832ZAug 24 20:03:53.581 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18352026-08-24T20:03:54.875ZAug 24 20:03:53.600 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18362026-08-24T20:03:54.977ZAug 24 20:03:53.721 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18372026-08-24T20:03:55.115ZAug 24 20:03:53.859 INFO Download complete, target: Console
18382026-08-24T20:03:55.318ZAug 24 20:03:54.067 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18392026-08-24T20:03:55.318ZAug 24 20:03:54.067 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18402026-08-24T20:03:55.418ZAug 24 20:03:54.167 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18412026-08-24T20:03:56.680ZAug 24 20:03:55.422 INFO Download complete, target: MaghemiteDdmd
18422026-08-24T20:03:57.458ZAug 24 20:03:56.203 INFO Download complete, target: DendriteStub
18432026-08-24T20:03:57.557ZAug 24 20:03:56.303 INFO Download complete, target: MaghemiteMgd
18442026-08-24T20:04:00.006ZAug 24 20:03:58.754 INFO Checking that binary works, target: Cockroach
18452026-08-24T20:04:00.117ZAug 24 20:03:58.866 INFO Download complete, target: Cockroach
18462026-08-24T20:04:02.131ZAug 24 20:04:00.881 INFO Checking that binary works, target: Clickhouse
18472026-08-24T20:04:02.218ZAug 24 20:04:00.967 INFO Download complete, target: Clickhouse
18482026-08-24T20:04:02.233ZAll builder prerequisites installed successfully, and PATH looks valid
18492026-08-24T20:04:02.236Z
18502026-08-24T20:04:02.236Zreal 2:15.352362619
18512026-08-24T20:04:02.237Zuser 7:27.476265095
18522026-08-24T20:04:02.237Zsys 1:28.677851295
18532026-08-24T20:04:02.237Ztrap 0.250874047
18542026-08-24T20:04:02.237Ztflt 0.617195909
18552026-08-24T20:04:02.237Zdflt 0.921992663
18562026-08-24T20:04:02.237Zkflt 0.028039985
18572026-08-24T20:04:02.237Zlock 28:14.422904464
18582026-08-24T20:04:02.237Zslp 22:32.729332637
18592026-08-24T20:04:02.237Zlat 49.321921535
18602026-08-24T20:04:02.237Zstop 2:52.722210092
18612026-08-24T20:04:02.237Z+ banner clippy
18622026-08-24T20:04:02.237Z
18632026-08-24T20:04:02.237Z #### # # ##### ##### # #
18642026-08-24T20:04:02.237Z # # # # # # # # # #
18652026-08-24T20:04:02.237Z # # # # # # # #
18662026-08-24T20:04:02.237Z # # # ##### ##### #
18672026-08-24T20:04:02.237Z # # # # # # #
18682026-08-24T20:04:02.237Z #### ###### # # # #
18692026-08-24T20:04:02.237Z
18702026-08-24T20:04:02.238Z+ export CARGO_INCREMENTAL=0
18712026-08-24T20:04:02.238Z+ CARGO_INCREMENTAL=0
18722026-08-24T20:04:02.238Z+ ptime -m cargo xtask clippy
18732026-08-24T20:04:02.719Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18742026-08-24T20:04:03.006Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18752026-08-24T20:04:04.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18762026-08-24T20:04:04.885Z Running `target/debug/xtask clippy`
18772026-08-24T20:04:04.913Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18782026-08-24T20:04:05.490Z Downloading crates ...
18792026-08-24T20:04:05.665Z Downloaded concurrent-queue v2.5.0
18802026-08-24T20:04:05.668Z Downloaded anes v0.1.6
18812026-08-24T20:04:05.668Z Downloaded approx v0.5.1
18822026-08-24T20:04:05.669Z Downloaded async-lock v3.4.2
18832026-08-24T20:04:05.672Z Downloaded cast v0.3.0
18842026-08-24T20:04:05.672Z Downloaded async-object-pool v0.2.0
18852026-08-24T20:04:05.672Z Downloaded constant_time_eq v0.3.1
18862026-08-24T20:04:05.672Z Downloaded assert-json-diff v2.0.2
18872026-08-24T20:04:05.676Z Downloaded assert_cmd v2.1.2
18882026-08-24T20:04:05.676Z Downloaded escape8259 v0.5.3
18892026-08-24T20:04:05.676Z Downloaded event-listener-strategy v0.5.4
18902026-08-24T20:04:05.676Z Downloaded criterion-plot v0.6.0
18912026-08-24T20:04:05.676Z Downloaded blake2b_simd v1.0.4
18922026-08-24T20:04:05.676Z Downloaded cfg-expr v0.20.6
18932026-08-24T20:04:05.679Z Downloaded datatest-stable v0.3.3
18942026-08-24T20:04:05.679Z Downloaded event-listener v5.4.1
18952026-08-24T20:04:05.683Z Downloaded futures-timer v3.0.3
18962026-08-24T20:04:05.683Z Downloaded fancy-regex v0.14.0
18972026-08-24T20:04:05.687Z Downloaded guppy-workspace-hack v0.1.0
18982026-08-24T20:04:05.687Z Downloaded criterion v0.7.0
18992026-08-24T20:04:05.690Z Downloaded hex-literal v0.4.1
19002026-08-24T20:04:05.690Z Downloaded hickory-client v0.25.2
19012026-08-24T20:04:05.690Z Downloaded httptest v0.16.4
19022026-08-24T20:04:05.690Z Downloaded guppy v0.17.25
19032026-08-24T20:04:05.694Z Downloaded nested v0.1.1
19042026-08-24T20:04:05.694Z Downloaded libtest-mimic v0.8.1
19052026-08-24T20:04:05.698Z Downloaded linkme v0.3.35
19062026-08-24T20:04:05.698Z Downloaded linkme-impl v0.3.35
19072026-08-24T20:04:05.698Z Downloaded miette-derive v5.10.0
19082026-08-24T20:04:05.699Z Downloaded knuffel-derive v3.2.0
19092026-08-24T20:04:05.702Z Downloaded parking v2.2.1
19102026-08-24T20:04:05.702Z Downloaded pathdiff v0.2.3
19112026-08-24T20:04:05.702Z Downloaded plotters-backend v0.3.7
19122026-08-24T20:04:05.702Z Downloaded knuffel v3.2.0
19132026-08-24T20:04:05.702Z Downloaded oorandom v11.1.5
19142026-08-24T20:04:05.703Z Downloaded owo-colors v3.5.0
19152026-08-24T20:04:05.706Z Downloaded partial-io v0.5.4
19162026-08-24T20:04:05.706Z Downloaded plotters-svg v0.3.7
19172026-08-24T20:04:05.706Z Downloaded path-tree v0.8.3
19182026-08-24T20:04:05.706Z Downloaded relative-path v1.9.3
19192026-08-24T20:04:05.706Z Downloaded miette v5.10.0
19202026-08-24T20:04:05.710Z Downloaded rand_distr v0.5.1
19212026-08-24T20:04:05.710Z Downloaded serde_regex v1.1.0
19222026-08-24T20:04:05.710Z Downloaded similar-asserts v1.7.0
19232026-08-24T20:04:05.713Z Downloaded supports-color v2.1.0
19242026-08-24T20:04:05.713Z Downloaded rust-argon2 v2.1.0
19252026-08-24T20:04:05.713Z Downloaded rstest v0.25.0
19262026-08-24T20:04:05.718Z Downloaded target-triple v1.0.0
19272026-08-24T20:04:05.718Z Downloaded supports-hyperlinks v2.1.0
19282026-08-24T20:04:05.719Z Downloaded supports-unicode v2.1.0
19292026-08-24T20:04:05.719Z Downloaded rstest_macros v0.25.0
19302026-08-24T20:04:05.722Z Downloaded stringmetrics v2.2.2
19312026-08-24T20:04:05.722Z Downloaded terminal_size v0.1.17
19322026-08-24T20:04:05.722Z Downloaded tinytemplate v1.2.1
19332026-08-24T20:04:05.722Z Downloaded target-lexicon v0.13.3
19342026-08-24T20:04:05.723Z Downloaded termcolor v1.4.1
19352026-08-24T20:04:05.727Z Downloaded target-spec v3.5.7
19362026-08-24T20:04:05.727Z Downloaded plotters v0.3.7
19372026-08-24T20:04:05.732Z Downloaded textwrap v0.15.2
19382026-08-24T20:04:05.732Z Downloaded trybuild v1.0.116
19392026-08-24T20:04:05.827Z Downloaded httpmock v0.8.3
19402026-08-24T20:04:07.658Z Checking cfg-if v1.0.4
19412026-08-24T20:04:08.037Z Checking serde_core v1.0.228
19422026-08-24T20:04:08.037Z Checking libc v0.2.185
19432026-08-24T20:04:08.119Z Checking memchr v2.8.0
19442026-08-24T20:04:08.163Z Checking smallvec v1.15.1
19452026-08-24T20:04:08.205Z Checking rand_core v0.10.0
19462026-08-24T20:04:08.251Z Checking itoa v1.0.17
19472026-08-24T20:04:08.286Z Checking subtle v2.6.1
19482026-08-24T20:04:08.325Z Checking libm v0.2.16
19492026-08-24T20:04:08.370Z Checking log v0.4.33
19502026-08-24T20:04:08.425Z Checking typenum v1.20.1
19512026-08-24T20:04:08.429Z Checking scopeguard v1.2.0
19522026-08-24T20:04:08.504Z Checking getrandom v0.4.3
19532026-08-24T20:04:08.504Z Checking errno v0.3.14
19542026-08-24T20:04:08.582Z Checking zmij v1.0.21
19552026-08-24T20:04:08.586Z Checking lock_api v0.4.14
19562026-08-24T20:04:08.614Z Checking stable_deref_trait v1.2.1
19572026-08-24T20:04:08.695Z Checking zerofrom v0.1.6
19582026-08-24T20:04:08.741Z Checking percent-encoding v2.3.2
19592026-08-24T20:04:08.744Z Checking litemap v0.8.1
19602026-08-24T20:04:08.823Z Checking writeable v0.6.2
19612026-08-24T20:04:08.861Z Checking yoke v0.8.1
19622026-08-24T20:04:08.901Z Checking icu_normalizer_data v2.1.1
19632026-08-24T20:04:08.940Z Checking icu_properties_data v2.1.2
19642026-08-24T20:04:08.984Z Checking form_urlencoded v1.2.2
19652026-08-24T20:04:09.027Z Checking utf8_iter v1.0.4
19662026-08-24T20:04:09.068Z Checking num-traits v0.2.19
19672026-08-24T20:04:09.068Z Checking zerovec v0.11.5
19682026-08-24T20:04:09.069Z Checking zerotrie v0.2.3
19692026-08-24T20:04:09.182Z Checking pin-project-lite v0.2.17
19702026-08-24T20:04:09.222Z Checking portable-atomic v1.13.1
19712026-08-24T20:04:09.274Z Checking critical-section v1.2.0
19722026-08-24T20:04:09.307Z Checking parking_lot_core v0.9.12
19732026-08-24T20:04:09.311Z Checking zerocopy v0.8.55
19742026-08-24T20:04:09.409Z Checking signal-hook-registry v1.4.8
19752026-08-24T20:04:09.452Z Checking mio v1.2.0
19762026-08-24T20:04:09.531Z Checking parking_lot v0.12.5
19772026-08-24T20:04:09.565Z Checking tinystr v0.8.2
19782026-08-24T20:04:09.604Z Checking serde v1.0.228
19792026-08-24T20:04:09.608Z Checking bitflags v2.11.0
19802026-08-24T20:04:09.680Z Checking serde_json v1.0.151
19812026-08-24T20:04:09.685Z Checking potential_utf v0.1.4
19822026-08-24T20:04:09.759Z Checking once_cell v1.21.3
19832026-08-24T20:04:09.800Z Checking icu_locale_core v2.1.1
19842026-08-24T20:04:09.847Z Checking iana-time-zone v0.1.65
19852026-08-24T20:04:09.890Z Checking icu_collections v2.1.1
19862026-08-24T20:04:09.935Z Checking socket2 v0.6.3
19872026-08-24T20:04:09.981Z Checking uuid v1.23.4
19882026-08-24T20:04:10.039Z Checking zeroize v1.9.0
19892026-08-24T20:04:10.040Z Checking bytes v1.11.1
19902026-08-24T20:04:10.205Z Checking chrono v0.4.45
19912026-08-24T20:04:10.249Z Checking semver v1.0.28
19922026-08-24T20:04:10.317Z Checking thiserror v2.0.18
19932026-08-24T20:04:10.372Z Checking dyn-clone v1.0.20
19942026-08-24T20:04:10.414Z Checking icu_provider v2.1.1
19952026-08-24T20:04:10.468Z Checking futures-core v0.3.32
19962026-08-24T20:04:10.473Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19972026-08-24T20:04:10.513Z Checking rustix v1.1.4
19982026-08-24T20:04:10.551Z Checking equivalent v1.0.2
19992026-08-24T20:04:10.591Z Checking tokio v1.52.1
20002026-08-24T20:04:10.665Z Checking cmov v0.5.4
20012026-08-24T20:04:10.704Z Checking icu_normalizer v2.1.1
20022026-08-24T20:04:10.744Z Checking icu_properties v2.1.2
20032026-08-24T20:04:10.841Z Checking getrandom v0.2.17
20042026-08-24T20:04:10.884Z Checking ctutils v0.4.2
20052026-08-24T20:04:11.029Z Checking futures-sink v0.3.32
20062026-08-24T20:04:11.068Z Checking byteorder v1.5.0
20072026-08-24T20:04:11.107Z Checking rand_core v0.6.4
20082026-08-24T20:04:11.147Z Checking hybrid-array v0.4.13
20092026-08-24T20:04:11.186Z Checking futures-channel v0.3.32
20102026-08-24T20:04:11.305Z Checking futures-task v0.3.32
20112026-08-24T20:04:11.347Z Checking futures-io v0.3.32
20122026-08-24T20:04:11.399Z Checking slab v0.4.12
20132026-08-24T20:04:11.440Z Checking hashbrown v0.17.0
20142026-08-24T20:04:11.478Z Checking getrandom v0.3.4
20152026-08-24T20:04:11.515Z Checking regex-syntax v0.8.10
20162026-08-24T20:04:11.593Z Checking futures-util v0.3.32
20172026-08-24T20:04:11.634Z Checking idna_adapter v1.2.1
20182026-08-24T20:04:11.674Z Checking fnv v1.0.7
20192026-08-24T20:04:11.786Z Checking idna v1.1.0
20202026-08-24T20:04:11.825Z Checking thiserror v1.0.69
20212026-08-24T20:04:11.920Z Checking crypto-common v0.2.2
20222026-08-24T20:04:11.961Z Checking indexmap v2.14.0
20232026-08-24T20:04:12.003Z Checking generic-array v0.14.7
20242026-08-24T20:04:12.077Z Checking url v2.5.8
20252026-08-24T20:04:12.170Z Checking ppv-lite86 v0.2.21
20262026-08-24T20:04:12.496Z Checking block-buffer v0.12.1
20272026-08-24T20:04:12.499Z Checking base64ct v1.8.3
20282026-08-24T20:04:12.573Z Checking base64 v0.22.1
20292026-08-24T20:04:12.577Z Checking schemars v0.8.22
20302026-08-24T20:04:12.608Z Checking const-oid v0.9.6
20312026-08-24T20:04:12.694Z Checking crypto-common v0.1.7
20322026-08-24T20:04:12.797Z Checking const-oid v0.10.2
20332026-08-24T20:04:12.843Z Checking utf8parse v0.2.2
20342026-08-24T20:04:12.885Z Checking erased-serde v0.3.31
20352026-08-24T20:04:12.889Z Checking anstyle v1.0.14
20362026-08-24T20:04:12.979Z Checking http v1.4.2
20372026-08-24T20:04:12.986Z Checking tracing-core v0.1.36
20382026-08-24T20:04:13.127Z Checking block-buffer v0.10.4
20392026-08-24T20:04:13.295Z Checking slog v2.8.2
20402026-08-24T20:04:13.337Z Checking rand_core v0.9.5
20412026-08-24T20:04:13.340Z Checking anstyle-query v1.1.5
20422026-08-24T20:04:13.374Z Checking is_terminal_polyfill v1.70.2
20432026-08-24T20:04:13.450Z Checking tracing v0.1.44
20442026-08-24T20:04:13.502Z Checking colorchoice v1.0.4
20452026-08-24T20:04:13.540Z Checking digest v0.10.7
20462026-08-24T20:04:13.579Z Checking terminal_size v0.4.3
20472026-08-24T20:04:13.583Z Checking digest v0.11.3
20482026-08-24T20:04:13.615Z Checking anstyle-parse v1.0.0
20492026-08-24T20:04:13.693Z Checking rand_chacha v0.9.0
20502026-08-24T20:04:13.698Z Checking ipnet v2.12.0
20512026-08-24T20:04:13.698Z Checking aho-corasick v1.1.4
20522026-08-24T20:04:13.805Z Checking fastrand v2.3.0
20532026-08-24T20:04:13.809Z Checking cpufeatures v0.3.0
20542026-08-24T20:04:13.881Z Checking crossbeam-utils v0.8.21
20552026-08-24T20:04:13.886Z Checking anstream v1.0.0
20562026-08-24T20:04:13.918Z Checking tokio-util v0.7.18
20572026-08-24T20:04:13.993Z Checking rand v0.9.2
20582026-08-24T20:04:13.997Z Checking strsim v0.11.1
20592026-08-24T20:04:14.069Z Checking clap_lex v1.0.0
20602026-08-24T20:04:14.072Z Checking unicode-ident v1.0.24
20612026-08-24T20:04:14.174Z Checking allocator-api2 v0.2.21
20622026-08-24T20:04:14.219Z Checking powerfmt v0.2.0
20632026-08-24T20:04:14.260Z Checking clap_builder v4.6.0
20642026-08-24T20:04:14.263Z Checking proc-macro2 v1.0.106
20652026-08-24T20:04:14.263Z Checking tempfile v3.27.0
20662026-08-24T20:04:14.401Z Checking deranged v0.5.8
20672026-08-24T20:04:14.441Z Checking regex-automata v0.4.14
20682026-08-24T20:04:14.481Z Checking ipnetwork v0.21.1
20692026-08-24T20:04:14.484Z Checking num-conv v0.2.0
20702026-08-24T20:04:14.556Z Checking time-core v0.1.8
20712026-08-24T20:04:14.559Z Checking num_threads v0.1.7
20722026-08-24T20:04:14.664Z Checking httparse v1.10.1
20732026-08-24T20:04:14.705Z Checking quote v1.0.45
20742026-08-24T20:04:14.745Z Checking anyhow v1.0.104
20752026-08-24T20:04:14.749Z Checking rustls-pki-types v1.14.0
20762026-08-24T20:04:14.749Z Checking aws-lc-sys v0.40.0
20772026-08-24T20:04:14.904Z Checking syn v2.0.117
20782026-08-24T20:04:14.907Z Checking untrusted v0.7.1
20792026-08-24T20:04:14.981Z Checking http-body v1.0.1
20802026-08-24T20:04:15.084Z Checking atomic-waker v1.1.2
20812026-08-24T20:04:15.124Z Checking httpdate v1.0.3
20822026-08-24T20:04:15.163Z Checking cpufeatures v0.2.17
20832026-08-24T20:04:15.215Z Checking try-lock v0.2.5
20842026-08-24T20:04:15.266Z Checking h2 v0.4.15
20852026-08-24T20:04:15.308Z Checking block-padding v0.4.2
20862026-08-24T20:04:15.351Z Checking aws-lc-rs v1.16.3
20872026-08-24T20:04:15.354Z Checking want v0.3.1
20882026-08-24T20:04:15.439Z Checking time v0.3.47
20892026-08-24T20:04:15.573Z Checking hex v0.4.3
20902026-08-24T20:04:15.580Z Checking clap v4.6.1
20912026-08-24T20:04:15.581Z Checking tower-layer v0.3.3
20922026-08-24T20:04:15.682Z Checking untrusted v0.9.0
20932026-08-24T20:04:15.732Z Checking simd-adler32 v0.3.8
20942026-08-24T20:04:15.770Z Checking ryu v1.0.23
20952026-08-24T20:04:15.808Z Checking tower-service v0.3.3
20962026-08-24T20:04:16.941Z Checking inout v0.2.2
20972026-08-24T20:04:16.980Z Checking oxnet v0.1.6
20982026-08-24T20:04:16.980Z Checking spin v0.9.8
20992026-08-24T20:04:16.980Z Checking adler2 v2.0.1
21002026-08-24T20:04:16.980Z Checking unicode-width v0.2.0
21012026-08-24T20:04:16.980Z Checking rustls-webpki v0.103.13
21022026-08-24T20:04:16.980Z Checking miniz_oxide v0.8.9
21032026-08-24T20:04:16.981Z Checking pem-rfc7468 v0.7.0
21042026-08-24T20:04:16.981Z Checking flagset v0.4.7
21052026-08-24T20:04:16.981Z Checking mime v0.3.17
21062026-08-24T20:04:16.981Z Checking cipher v0.5.2
21072026-08-24T20:04:16.981Z Checking der v0.7.10
21082026-08-24T20:04:16.981Z Checking camino v1.2.5
21092026-08-24T20:04:16.981Z Checking pretty-hex v0.4.1
21102026-08-24T20:04:16.982Z Checking http-body-util v0.1.3
21112026-08-24T20:04:16.982Z Checking rustls v0.23.41
21122026-08-24T20:04:16.982Z Checking plain v0.2.3
21132026-08-24T20:04:16.982Z Checking ucd-trie v0.1.7
21142026-08-24T20:04:16.982Z Checking openssl-probe v0.2.1
21152026-08-24T20:04:16.982Z Checking regex v1.12.3
21162026-08-24T20:04:17.027Z Checking serde_urlencoded v0.7.1
21172026-08-24T20:04:17.036Z Checking pest v2.8.6
21182026-08-24T20:04:17.045Z Checking rand_chacha v0.3.1
21192026-08-24T20:04:17.222Z Checking encoding_rs v0.8.35
21202026-08-24T20:04:17.321Z Checking futures-executor v0.3.32
21212026-08-24T20:04:17.329Z Checking crc32fast v1.5.0
21222026-08-24T20:04:17.329Z Checking rand v0.8.6
21232026-08-24T20:04:17.361Z Checking spki v0.7.3
21242026-08-24T20:04:17.422Z Checking either v1.15.0
21252026-08-24T20:04:17.467Z Checking futures v0.3.32
21262026-08-24T20:04:17.565Z Checking bit-vec v0.8.0
21272026-08-24T20:04:17.607Z Checking sync_wrapper v1.0.2
21282026-08-24T20:04:17.648Z Checking wait-timeout v0.2.1
21292026-08-24T20:04:17.743Z Checking tower v0.5.3
21302026-08-24T20:04:17.795Z Checking bit-set v0.8.0
21312026-08-24T20:04:17.836Z Checking pkcs8 v0.10.2
21322026-08-24T20:04:17.883Z Checking quick-error v1.2.3
21332026-08-24T20:04:17.977Z Checking foldhash v0.2.0
21342026-08-24T20:04:18.019Z Checking iri-string v0.7.10
21352026-08-24T20:04:18.058Z Checking rusty-fork v0.3.1
21362026-08-24T20:04:18.097Z Checking rand_xorshift v0.4.0
21372026-08-24T20:04:18.163Z Checking hashbrown v0.16.1
21382026-08-24T20:04:18.166Z Checking openapiv3 v2.2.0
21392026-08-24T20:04:18.241Z Checking static_assertions v1.1.0
21402026-08-24T20:04:18.244Z Checking hyper v1.10.1
21412026-08-24T20:04:18.316Z Checking zlib-rs v0.6.2
21422026-08-24T20:04:18.319Z Checking unarray v0.1.4
21432026-08-24T20:04:18.391Z Checking hmac v0.13.0
21442026-08-24T20:04:18.452Z Checking proptest v1.11.0
21452026-08-24T20:04:18.577Z Checking rustls-native-certs v0.8.3
21462026-08-24T20:04:18.681Z Checking lazy_static v1.5.0
21472026-08-24T20:04:18.742Z Checking hubpack v0.1.2
21482026-08-24T20:04:18.804Z Checking tinyvec_macros v0.1.1
21492026-08-24T20:04:18.908Z Checking psl-types v2.0.11
21502026-08-24T20:04:18.948Z Checking tinyvec v1.10.0
21512026-08-24T20:04:19.045Z Checking tokio-rustls v0.26.4
21522026-08-24T20:04:19.087Z Checking publicsuffix v2.3.0
21532026-08-24T20:04:19.091Z Checking tower-http v0.6.8
21542026-08-24T20:04:19.255Z Checking hyper-util v0.1.20
21552026-08-24T20:04:19.296Z Checking cookie v0.18.1
21562026-08-24T20:04:19.299Z Checking flate2 v1.1.9
21572026-08-24T20:04:19.299Z Checking sha2 v0.11.0
21582026-08-24T20:04:19.373Z Checking rustls-platform-verifier v0.6.2
21592026-08-24T20:04:19.449Z Checking sha2 v0.10.9
21602026-08-24T20:04:19.510Z Checking signature v2.2.0
21612026-08-24T20:04:19.563Z Checking cookie_store v0.22.1
21622026-08-24T20:04:19.604Z Checking num-integer v0.1.46
21632026-08-24T20:04:19.676Z Checking strum v0.26.3
21642026-08-24T20:04:19.718Z Checking scroll v0.13.0
21652026-08-24T20:04:19.757Z Checking ahash v0.8.12
21662026-08-24T20:04:19.822Z Checking memmap2 v0.9.10
21672026-08-24T20:04:19.862Z Checking unicode-width v0.1.14
21682026-08-24T20:04:19.933Z Checking dtrace-parser v0.3.0
21692026-08-24T20:04:19.980Z Checking goblin v0.10.5
21702026-08-24T20:04:20.022Z Checking toml_datetime v0.6.11
21712026-08-24T20:04:20.025Z Checking serde_spanned v0.6.9
21722026-08-24T20:04:20.098Z Checking thread-id v5.1.0
21732026-08-24T20:04:20.138Z Checking data-encoding v2.10.0
21742026-08-24T20:04:20.202Z Checking bstr v1.12.1
21752026-08-24T20:04:20.243Z Checking base64 v0.21.7
21762026-08-24T20:04:20.246Z Checking x509-cert v0.2.5
21772026-08-24T20:04:20.246Z Checking crossbeam-epoch v0.9.18
21782026-08-24T20:04:20.355Z Checking newtype-uuid v1.3.2
21792026-08-24T20:04:20.430Z Checking memoffset v0.9.1
21802026-08-24T20:04:20.509Z Checking num-iter v0.1.45
21812026-08-24T20:04:20.552Z Checking scroll v0.12.0
21822026-08-24T20:04:20.555Z Checking hyper-rustls v0.27.7
21832026-08-24T20:04:20.588Z Checking hmac v0.12.1
21842026-08-24T20:04:20.667Z Checking daft v0.1.8
21852026-08-24T20:04:20.670Z Checking zerocopy v0.7.35
21862026-08-24T20:04:20.670Z Checking rustix v0.38.44
21872026-08-24T20:04:20.782Z Checking env_filter v2.0.0
21882026-08-24T20:04:20.822Z Checking goblin v0.8.2
21892026-08-24T20:04:20.872Z Checking reqwest v0.13.2
21902026-08-24T20:04:20.956Z Checking tap v1.0.1
21912026-08-24T20:04:20.999Z Checking smawk v0.3.2
21922026-08-24T20:04:21.039Z Checking unicode-segmentation v1.12.0
21932026-08-24T20:04:21.091Z Checking unicode-linebreak v0.1.5
21942026-08-24T20:04:21.159Z Checking wyz v0.5.1
21952026-08-24T20:04:21.201Z Checking env_logger v0.11.11
21962026-08-24T20:04:21.333Z Checking num-bigint-dig v0.8.6
21972026-08-24T20:04:21.376Z Checking nix v0.31.2
21982026-08-24T20:04:21.415Z Checking dtrace-parser v0.2.0
21992026-08-24T20:04:21.454Z Checking pkcs1 v0.7.5
22002026-08-24T20:04:21.566Z Checking ff v0.13.1
22012026-08-24T20:04:21.678Z Checking radium v0.7.0
22022026-08-24T20:04:21.719Z Checking thread-id v4.2.2
22032026-08-24T20:04:21.760Z Checking funty v2.0.0
22042026-08-24T20:04:21.764Z Checking same-file v1.0.6
22052026-08-24T20:04:21.836Z Checking crc-catalog v2.4.0
22062026-08-24T20:04:21.885Z Checking winnow v1.0.3
22072026-08-24T20:04:21.948Z Checking base16ct v0.2.0
22082026-08-24T20:04:21.989Z Checking crc v3.4.0
22092026-08-24T20:04:22.112Z Checking sec1 v0.7.3
22102026-08-24T20:04:22.153Z Checking bitvec v1.0.1
22112026-08-24T20:04:22.192Z Checking rsa v0.9.10
22122026-08-24T20:04:22.233Z Checking walkdir v2.5.0
22132026-08-24T20:04:22.336Z Checking dof v0.4.0
22142026-08-24T20:04:22.378Z Checking group v0.13.0
22152026-08-24T20:04:22.427Z Checking hkdf v0.12.4
22162026-08-24T20:04:22.555Z Checking unicode-normalization v0.1.25
22172026-08-24T20:04:22.602Z Checking chacha20 v0.10.0
22182026-08-24T20:04:22.642Z Checking crypto-bigint v0.5.5
22192026-08-24T20:04:22.690Z Checking zerocopy v0.6.6
22202026-08-24T20:04:22.753Z Checking dof v0.3.0
22212026-08-24T20:04:22.795Z Checking maybe-uninit v2.0.0
22222026-08-24T20:04:22.894Z Checking is_ci v1.2.0
22232026-08-24T20:04:22.898Z Checking gimli v0.32.3
22242026-08-24T20:04:22.988Z Checking foreign-types-shared v0.1.1
22252026-08-24T20:04:23.029Z Checking nodrop v0.1.14
22262026-08-24T20:04:23.033Z Checking usdt-impl v0.6.0
22272026-08-24T20:04:23.033Z Checking foldhash v0.1.5
22282026-08-24T20:04:23.140Z Checking usdt-impl v0.5.0
22292026-08-24T20:04:23.144Z Checking winnow v0.5.40
22302026-08-24T20:04:23.218Z Checking array-init v0.0.4
22312026-08-24T20:04:23.268Z Checking hashbrown v0.15.5
22322026-08-24T20:04:23.378Z Checking usdt v0.6.0
22332026-08-24T20:04:23.493Z Checking foreign-types v0.3.2
22342026-08-24T20:04:23.496Z Checking packed_struct v0.10.1
22352026-08-24T20:04:23.658Z Checking smallvec v0.6.14
22362026-08-24T20:04:23.663Z Checking serde_with v3.21.0
22372026-08-24T20:04:23.663Z Checking elliptic-curve v0.13.8
22382026-08-24T20:04:23.664Z Checking bitfield v0.19.4
22392026-08-24T20:04:23.757Z Checking bzip2-sys v0.1.13+1.0.8
22402026-08-24T20:04:23.798Z Checking openssl-sys v0.9.117
22412026-08-24T20:04:23.877Z Checking object v0.37.3
22422026-08-24T20:04:23.942Z Checking hashbrown v0.12.3
22432026-08-24T20:04:24.024Z Checking bitflags v1.3.2
22442026-08-24T20:04:24.131Z Checking siphasher v1.0.2
22452026-08-24T20:04:24.203Z Checking keccak v0.1.6
22462026-08-24T20:04:24.317Z Checking toml_edit v0.19.15
22472026-08-24T20:04:24.359Z Checking rustc-demangle v0.1.27
22482026-08-24T20:04:24.398Z Checking indexmap v1.9.3
22492026-08-24T20:04:24.438Z Checking sha3 v0.10.8
22502026-08-24T20:04:24.516Z Checking addr2line v0.25.1
22512026-08-24T20:04:24.603Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22522026-08-24T20:04:24.644Z Checking openssl v0.10.80
22532026-08-24T20:04:24.682Z Checking bzip2 v0.4.4
22542026-08-24T20:04:24.744Z Checking serde-hex v0.1.0
22552026-08-24T20:04:24.809Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562026-08-24T20:04:24.874Z Checking toml_parser v1.1.2+spec-1.1.0
22572026-08-24T20:04:24.997Z Checking ron v0.8.1
22582026-08-24T20:04:25.147Z Checking hashbrown v0.13.2
22592026-08-24T20:04:25.236Z Checking itertools v0.15.0
22602026-08-24T20:04:25.372Z Checking toml v0.7.8
22612026-08-24T20:04:25.544Z Checking itertools v0.13.0
22622026-08-24T20:04:25.599Z Checking signal-hook v0.3.18
22632026-08-24T20:04:25.709Z Checking crc-any v2.5.0
22642026-08-24T20:04:25.818Z Checking managed v0.8.0
22652026-08-24T20:04:25.915Z Checking object v0.30.4
22662026-08-24T20:04:26.036Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22672026-08-24T20:04:26.223Z Checking backtrace v0.3.76
22682026-08-24T20:04:26.267Z Checking zip v0.6.6
22692026-08-24T20:04:26.270Z Checking rand v0.10.1
22702026-08-24T20:04:26.401Z Checking globset v0.4.18
22712026-08-24T20:04:26.552Z Checking backtrace-ext v0.2.1
22722026-08-24T20:04:26.601Z Checking curve25519-dalek v4.1.3
22732026-08-24T20:04:26.641Z Checking winnow v0.7.14
22742026-08-24T20:04:26.680Z Checking toml_write v0.1.2
22752026-08-24T20:04:26.720Z Checking path-slash v0.1.5
22762026-08-24T20:04:26.723Z Checking native-tls v0.2.18
22772026-08-24T20:04:26.828Z Checking signal-hook-mio v0.2.5
22782026-08-24T20:04:26.869Z Checking textwrap v0.16.2
22792026-08-24T20:04:26.909Z Checking ed25519 v2.2.3
22802026-08-24T20:04:26.975Z Checking ref-cast v1.0.25
22812026-08-24T20:04:26.980Z Checking pin-project v1.1.11
22822026-08-24T20:04:27.110Z Checking jiff-core v0.1.0
22832026-08-24T20:04:27.150Z Checking tokio-native-tls v0.3.1
22842026-08-24T20:04:27.154Z Checking pem v3.0.6
22852026-08-24T20:04:27.185Z Checking zstd-sys v2.0.16+zstd.1.5.7
22862026-08-24T20:04:27.333Z Checking owo-colors v4.3.0
22872026-08-24T20:04:27.375Z Checking fixedbitset v0.5.7
22882026-08-24T20:04:27.416Z Checking hyper-tls v0.6.0
22892026-08-24T20:04:27.455Z Checking ed25519-dalek v2.2.0
22902026-08-24T20:04:27.604Z Checking petgraph v0.8.3
22912026-08-24T20:04:27.644Z Checking zstd-safe v7.2.4
22922026-08-24T20:04:27.694Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22932026-08-24T20:04:27.735Z Checking snafu v0.8.9
22942026-08-24T20:04:27.823Z Checking jiff v0.2.34
22952026-08-24T20:04:27.863Z Checking crossterm v0.28.1
22962026-08-24T20:04:27.902Z Checking toml_edit v0.22.27
22972026-08-24T20:04:27.942Z Checking supports-color v3.0.2
22982026-08-24T20:04:28.005Z Checking similar v2.7.0
22992026-08-24T20:04:28.063Z Checking fs-err v3.3.0
23002026-08-24T20:04:28.104Z Checking hash32 v0.2.1
23012026-08-24T20:04:28.295Z Checking serde-big-array v0.5.1
23022026-08-24T20:04:28.391Z Checking serde_plain v1.0.2
23032026-08-24T20:04:28.433Z Checking unicode-bidi v0.3.18
23042026-08-24T20:04:28.472Z Checking libbz2-rs-sys v0.2.2
23052026-08-24T20:04:28.571Z Checking typed-path v0.9.3
23062026-08-24T20:04:28.613Z Checking bumpalo v3.20.2
23072026-08-24T20:04:28.693Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23082026-08-24T20:04:28.758Z Checking predicates-core v1.0.10
23092026-08-24T20:04:28.846Z Checking unicode-properties v0.1.4
23102026-08-24T20:04:28.893Z Checking bzip2 v0.6.1
23112026-08-24T20:04:28.935Z Checking zopfli v0.8.3
23122026-08-24T20:04:29.017Z Checking heapless v0.7.17
23132026-08-24T20:04:29.060Z Checking zstd v0.13.3
23142026-08-24T20:04:29.064Z Checking stringprep v0.1.5
23152026-08-24T20:04:29.136Z Checking reqwest v0.12.28
23162026-08-24T20:04:29.202Z Checking hickory-proto v0.25.2
23172026-08-24T20:04:29.279Z Checking byte-wrapper v0.1.0
23182026-08-24T20:04:29.283Z Checking md-5 v0.11.0
23192026-08-24T20:04:29.356Z Checking float-cmp v0.10.0
23202026-08-24T20:04:29.393Z Checking fallible-iterator v0.2.0
23212026-08-24T20:04:29.450Z Checking difflib v0.4.0
23222026-08-24T20:04:29.491Z Checking supports-unicode v3.0.0
23232026-08-24T20:04:29.530Z Checking normalize-line-endings v0.3.0
23242026-08-24T20:04:29.569Z Checking supports-hyperlinks v3.2.0
23252026-08-24T20:04:29.631Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23262026-08-24T20:04:29.673Z Checking smoltcp v0.9.1
23272026-08-24T20:04:29.677Z Checking predicates v3.1.4
23282026-08-24T20:04:29.748Z Checking postgres-protocol v0.6.12
23292026-08-24T20:04:29.752Z Checking miette v7.6.0
23302026-08-24T20:04:29.752Z Checking zip v4.6.1
23312026-08-24T20:04:29.906Z Checking iddqd v0.4.2
23322026-08-24T20:04:30.044Z Checking phf_shared v0.11.3
23332026-08-24T20:04:30.085Z Checking phf_shared v0.13.1
23342026-08-24T20:04:30.226Z Checking olpc-cjson v0.1.4
23352026-08-24T20:04:30.267Z Checking oxide-generation v0.1.3
23362026-08-24T20:04:30.308Z Checking tokio-stream v0.1.18
23372026-08-24T20:04:30.348Z Checking derive_more v2.1.1
23382026-08-24T20:04:30.351Z Checking strum v0.27.2
23392026-08-24T20:04:30.423Z Checking fixedbitset v0.4.2
23402026-08-24T20:04:30.463Z Checking precomputed-hash v0.1.1
23412026-08-24T20:04:30.502Z Checking lalrpop-util v0.19.12
23422026-08-24T20:04:30.544Z Checking new_debug_unreachable v1.0.6
23432026-08-24T20:04:30.547Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23442026-08-24T20:04:30.621Z Checking tough v0.22.0
23452026-08-24T20:04:30.624Z Checking petgraph v0.6.5
23462026-08-24T20:04:30.697Z Checking phf v0.13.1
23472026-08-24T20:04:30.700Z Checking string_cache v0.8.9
23482026-08-24T20:04:30.772Z Checking postgres-types v0.2.14
23492026-08-24T20:04:30.851Z Checking buf-list v1.1.2
23502026-08-24T20:04:30.892Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23512026-08-24T20:04:30.933Z Checking whoami v2.1.0
23522026-08-24T20:04:31.067Z Checking peg-runtime v0.8.5
23532026-08-24T20:04:31.162Z Checking tokio-postgres v0.7.18
23542026-08-24T20:04:31.203Z Checking is-terminal v0.4.17
23552026-08-24T20:04:31.246Z Checking crossbeam-channel v0.5.15
23562026-08-24T20:04:31.249Z Checking thread_local v1.1.9
23572026-08-24T20:04:31.327Z Checking term v1.2.1
23582026-08-24T20:04:31.488Z Checking take_mut v0.2.2
23592026-08-24T20:04:31.580Z Checking slog-term v2.9.2
23602026-08-24T20:04:31.620Z Compiling newtype-uuid-macros v0.1.0
23612026-08-24T20:04:31.657Z Checking slog-async v2.8.0
23622026-08-24T20:04:31.864Z Checking match_cfg v0.1.0
23632026-08-24T20:04:31.906Z Checking slog-json v2.6.1
23642026-08-24T20:04:31.946Z Compiling multer v3.1.0
23652026-08-24T20:04:31.995Z Compiling async-stream-impl v0.3.6
23662026-08-24T20:04:32.037Z Checking hostname v0.3.1
23672026-08-24T20:04:32.105Z Compiling dropshot v0.17.1
23682026-08-24T20:04:32.168Z Checking slog-bunyan v2.5.0
23692026-08-24T20:04:32.287Z Checking debug-ignore v1.0.5
23702026-08-24T20:04:32.327Z Compiling dropshot_endpoint v0.17.1
23712026-08-24T20:04:32.422Z Checking serde_path_to_error v0.1.20
23722026-08-24T20:04:32.426Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23732026-08-24T20:04:32.499Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23742026-08-24T20:04:32.549Z Checking progenitor-client v0.14.0
23752026-08-24T20:04:32.635Z Checking sha1 v0.11.0
23762026-08-24T20:04:32.697Z Checking serde_spanned v1.1.1
23772026-08-24T20:04:32.737Z Checking toml_datetime v1.1.1+spec-1.1.0
23782026-08-24T20:04:32.812Z Checking compression-core v0.4.31
23792026-08-24T20:04:32.862Z Checking toml_writer v1.1.1+spec-1.1.0
23802026-08-24T20:04:32.866Z Checking async-stream v0.3.6
23812026-08-24T20:04:32.978Z Checking waitgroup v0.1.2
23822026-08-24T20:04:33.055Z Checking rustls-pemfile v2.2.0
23832026-08-24T20:04:33.058Z Checking compression-codecs v0.4.37
23842026-08-24T20:04:33.058Z Checking hostname v0.4.2
23852026-08-24T20:04:33.168Z Checking toml v1.1.2+spec-1.1.0
23862026-08-24T20:04:33.172Z Checking atomicwrites v0.4.4
23872026-08-24T20:04:33.246Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23882026-08-24T20:04:33.286Z Compiling parse-display-derive v0.10.0
23892026-08-24T20:04:33.289Z Checking macaddr v1.0.1
23902026-08-24T20:04:33.289Z Checking regress v0.10.5
23912026-08-24T20:04:33.362Z Checking async-compression v0.4.41
23922026-08-24T20:04:33.435Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23932026-08-24T20:04:33.439Z Checking instant v0.1.13
23942026-08-24T20:04:33.512Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-08-24T20:04:33.593Z Checking itertools v0.14.0
23962026-08-24T20:04:33.672Z Checking backoff v0.4.0
23972026-08-24T20:04:33.762Z Checking backon v1.6.0
23982026-08-24T20:04:33.803Z Checking humantime v2.3.0
23992026-08-24T20:04:33.880Z Compiling convert_case v0.4.0
24002026-08-24T20:04:33.883Z Checking half v2.7.1
24012026-08-24T20:04:33.960Z Checking progenitor-extras v0.2.0
24022026-08-24T20:04:34.015Z Checking ciborium-io v0.2.2
24032026-08-24T20:04:34.140Z Checking heck v0.5.0
24042026-08-24T20:04:34.209Z Checking ciborium-ll v0.2.2
24052026-08-24T20:04:34.212Z Checking secrecy v0.10.3
24062026-08-24T20:04:34.287Z Compiling derive_more v0.99.20
24072026-08-24T20:04:34.324Z Checking indent_write v2.2.0
24082026-08-24T20:04:34.404Z Checking camino-tempfile v1.4.1
24092026-08-24T20:04:34.444Z Checking ciborium v0.2.2
24102026-08-24T20:04:34.488Z Compiling crucible-workspace-hack v0.1.0
24112026-08-24T20:04:34.600Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24122026-08-24T20:04:34.685Z Compiling regress v0.11.1
24132026-08-24T20:04:34.832Z Checking inout v0.1.4
24142026-08-24T20:04:34.883Z Checking universal-hash v0.5.1
24152026-08-24T20:04:34.922Z Compiling thiserror-impl-no-std v2.0.2
24162026-08-24T20:04:34.960Z Checking opaque-debug v0.3.1
24172026-08-24T20:04:35.008Z Checking parse-display v0.10.0
24182026-08-24T20:04:35.012Z Checking cipher v0.4.4
24192026-08-24T20:04:35.084Z Checking blake2 v0.10.6
24202026-08-24T20:04:35.088Z Checking poly1305 v0.8.0
24212026-08-24T20:04:35.188Z Checking aead v0.5.2
24222026-08-24T20:04:35.279Z Checking chacha20 v0.9.1
24232026-08-24T20:04:35.365Z Checking password-hash v0.5.0
24242026-08-24T20:04:35.406Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24252026-08-24T20:04:35.409Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24262026-08-24T20:04:35.508Z Checking chacha20poly1305 v0.10.1
24272026-08-24T20:04:35.634Z Checking argon2 v0.5.3
24282026-08-24T20:04:35.675Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24292026-08-24T20:04:35.846Z Compiling unsafe-libyaml v0.2.11
24302026-08-24T20:04:35.940Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24312026-08-24T20:04:36.023Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24322026-08-24T20:04:36.089Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24332026-08-24T20:04:36.130Z Checking thiserror-no-std v2.0.2
24342026-08-24T20:04:36.251Z Checking vsss-rs v3.3.4
24352026-08-24T20:04:36.294Z Compiling typify-impl v0.6.2
24362026-08-24T20:04:36.629Z Compiling serde_yaml v0.9.34+deprecated
24372026-08-24T20:04:36.888Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24382026-08-24T20:04:37.431Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24392026-08-24T20:04:37.677Z Checking swrite v0.1.0
24402026-08-24T20:04:37.725Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24412026-08-24T20:04:37.806Z Checking crossbeam-deque v0.8.6
24422026-08-24T20:04:37.860Z Compiling rayon-core v1.13.0
24432026-08-24T20:04:37.990Z Compiling num-derive v0.4.2
24442026-08-24T20:04:38.032Z Compiling toml_datetime v0.7.5+spec-1.1.0
24452026-08-24T20:04:38.166Z Compiling proc-macro-error v1.0.4
24462026-08-24T20:04:38.308Z Compiling toml_edit v0.23.10+spec-1.0.0
24472026-08-24T20:04:38.496Z Checking rayon v1.11.0
24482026-08-24T20:04:38.534Z Checking tabwriter v1.4.1
24492026-08-24T20:04:38.537Z Checking glob v0.3.3
24502026-08-24T20:04:38.645Z Compiling heapless v0.8.0
24512026-08-24T20:04:38.713Z Checking hash32 v0.3.1
24522026-08-24T20:04:38.781Z Compiling ingot-macros v0.2.0
24532026-08-24T20:04:38.873Z Compiling proc-macro-crate v3.4.0
24542026-08-24T20:04:38.941Z Compiling smoltcp v0.11.0
24552026-08-24T20:04:39.187Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24562026-08-24T20:04:39.306Z Checking colored v3.1.1
24572026-08-24T20:04:39.505Z Compiling num_enum_derive v0.7.6
24582026-08-24T20:04:39.543Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24592026-08-24T20:04:39.546Z Checking toml v0.8.23
24602026-08-24T20:04:39.617Z Checking cobs v0.3.0
24612026-08-24T20:04:39.797Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24622026-08-24T20:04:39.942Z Checking postcard v1.1.3
24632026-08-24T20:04:39.983Z Compiling proc-macro-crate v1.3.1
24642026-08-24T20:04:40.069Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24652026-08-24T20:04:40.272Z Checking sigpipe v0.1.3
24662026-08-24T20:04:40.314Z Compiling foreign-types-macros v0.2.3
24672026-08-24T20:04:40.386Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24682026-08-24T20:04:40.432Z Checking foreign-types-shared v0.3.1
24692026-08-24T20:04:40.556Z Compiling num_enum_derive v0.5.11
24702026-08-24T20:04:40.594Z Checking num_enum v0.7.6
24712026-08-24T20:04:40.848Z Compiling usdt-macro v0.5.0
24722026-08-24T20:04:40.891Z Compiling usdt-attr-macro v0.5.0
24732026-08-24T20:04:40.930Z Compiling typify-macro v0.6.2
24742026-08-24T20:04:40.966Z Checking foreign-types v0.5.0
24752026-08-24T20:04:41.074Z Checking cstr-argument v0.1.2
24762026-08-24T20:04:41.126Z Checking memmap v0.7.0
24772026-08-24T20:04:41.235Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24782026-08-24T20:04:41.297Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24792026-08-24T20:04:41.624Z Checking ingot-types v0.2.0
24802026-08-24T20:04:41.664Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24812026-08-24T20:04:41.668Z Checking num_enum v0.5.11
24822026-08-24T20:04:41.701Z Checking usdt v0.5.0
24832026-08-24T20:04:41.772Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24842026-08-24T20:04:41.810Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24852026-08-24T20:04:41.847Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24862026-08-24T20:04:41.919Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24872026-08-24T20:04:42.014Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24882026-08-24T20:04:42.018Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24892026-08-24T20:04:42.091Z Checking ingot v0.2.1
24902026-08-24T20:04:42.094Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24912026-08-24T20:04:42.166Z Compiling zone_cfg_derive v0.3.1
24922026-08-24T20:04:42.240Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24932026-08-24T20:04:42.296Z Checking itertools v0.12.1
24942026-08-24T20:04:42.437Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24952026-08-24T20:04:42.476Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24962026-08-24T20:04:42.753Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24972026-08-24T20:04:42.792Z Compiling typify v0.6.2
24982026-08-24T20:04:42.893Z Checking smf v0.2.3
24992026-08-24T20:04:42.940Z Compiling progenitor-impl v0.14.0
25002026-08-24T20:04:43.037Z Checking whoami v1.6.1
25012026-08-24T20:04:43.075Z Compiling derive-where v1.6.0
25022026-08-24T20:04:43.159Z Checking tokio-dtrace v0.1.1
25032026-08-24T20:04:43.244Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25042026-08-24T20:04:43.362Z Checking zone v0.3.1
25052026-08-24T20:04:43.402Z Checking oxide-tokio-rt v0.1.4
25062026-08-24T20:04:43.610Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25072026-08-24T20:04:43.753Z Checking console v0.15.11
25082026-08-24T20:04:43.794Z Checking newline-converter v0.3.0
25092026-08-24T20:04:43.797Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25102026-08-24T20:04:43.940Z Checking bytecount v0.6.9
25112026-08-24T20:04:43.980Z Checking num-rational v0.4.2
25122026-08-24T20:04:44.066Z Checking expectorate v1.2.0
25132026-08-24T20:04:44.106Z Checking num-complex v0.4.6
25142026-08-24T20:04:44.235Z Compiling cancel-safe-futures v0.1.5
25152026-08-24T20:04:44.289Z Checking float-ord v0.3.2
25162026-08-24T20:04:44.425Z Checking oxide-update-engine-types v0.1.2
25172026-08-24T20:04:44.466Z Checking linear-map v1.2.0
25182026-08-24T20:04:44.504Z Checking num v0.4.3
25192026-08-24T20:04:44.628Z Checking gethostname v0.5.0
25202026-08-24T20:04:44.701Z Compiling prettyplease v0.2.37
25212026-08-24T20:04:44.750Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25222026-08-24T20:04:44.861Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25232026-08-24T20:04:45.029Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25242026-08-24T20:04:45.111Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25252026-08-24T20:04:45.165Z Checking resolv-conf v0.7.6
25262026-08-24T20:04:45.211Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25272026-08-24T20:04:45.359Z Checking oxide-update-engine v0.1.2
25282026-08-24T20:04:45.362Z Checking papergrid v0.11.0
25292026-08-24T20:04:45.436Z Compiling tabled_derive v0.7.0
25302026-08-24T20:04:45.594Z Compiling progenitor-macro v0.14.0
25312026-08-24T20:04:45.815Z Compiling slog-dtrace v0.3.0
25322026-08-24T20:04:46.114Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25332026-08-24T20:04:46.163Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25342026-08-24T20:04:46.420Z Checking tabled v0.15.0
25352026-08-24T20:04:46.727Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25362026-08-24T20:04:46.857Z Checking crossterm v0.29.0
25372026-08-24T20:04:47.136Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25382026-08-24T20:04:47.281Z Checking linked-hash-map v0.5.6
25392026-08-24T20:04:47.487Z Checking lru-cache v0.1.2
25402026-08-24T20:04:47.815Z Checking hickory-proto v0.24.4
25412026-08-24T20:04:47.877Z Checking fd-lock v4.0.4
25422026-08-24T20:04:48.387Z Checking vte v0.14.1
25432026-08-24T20:04:48.776Z Checking strip-ansi-escapes v0.2.1
25442026-08-24T20:04:49.697Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25452026-08-24T20:04:49.737Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25462026-08-24T20:04:50.031Z Checking nu-ansi-term v0.50.3
25472026-08-24T20:04:50.280Z Checking termtree v0.5.1
25482026-08-24T20:04:50.376Z Checking reedline v0.40.0
25492026-08-24T20:04:50.492Z Checking hickory-resolver v0.24.4
25502026-08-24T20:04:50.630Z Checking progenitor v0.14.0
25512026-08-24T20:04:50.725Z Compiling minimal-lexical v0.2.1
25522026-08-24T20:04:50.807Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25532026-08-24T20:04:51.013Z Compiling nom v7.1.3
25542026-08-24T20:04:51.260Z Checking qorb v0.4.1
25552026-08-24T20:04:51.570Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25562026-08-24T20:04:52.407Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25572026-08-24T20:04:52.448Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25582026-08-24T20:04:52.451Z Compiling unicode-xid v0.2.6
25592026-08-24T20:04:52.549Z Checking display-error-chain v0.2.2
25602026-08-24T20:04:52.649Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25612026-08-24T20:04:52.699Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25622026-08-24T20:04:52.894Z Compiling ar_archive_writer v0.5.1
25632026-08-24T20:04:53.032Z Checking csv-core v0.1.13
25642026-08-24T20:04:53.246Z Compiling stacker v0.1.23
25652026-08-24T20:04:53.286Z Checking csv v1.4.0
25662026-08-24T20:04:53.325Z Checking highway v1.3.0
25672026-08-24T20:04:53.386Z Compiling semver v0.1.20
25682026-08-24T20:04:53.543Z Compiling cfg_aliases v0.1.1
25692026-08-24T20:04:53.645Z Compiling rustc_version v0.1.7
25702026-08-24T20:04:53.685Z Compiling nix v0.28.0
25712026-08-24T20:04:53.690Z Checking nibble_vec v0.1.0
25722026-08-24T20:04:53.760Z Compiling psm v0.1.30
25732026-08-24T20:04:53.763Z Checking endian-type v0.1.2
25742026-08-24T20:04:53.887Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25752026-08-24T20:04:53.925Z Compiling newtype_derive v0.1.6
25762026-08-24T20:04:53.963Z Checking radix_trie v0.2.1
25772026-08-24T20:04:54.122Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25782026-08-24T20:04:54.161Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25792026-08-24T20:04:54.209Z Checking phf_shared v0.12.1
25802026-08-24T20:04:54.414Z Compiling recursive-proc-macro-impl v0.1.1
25812026-08-24T20:04:54.417Z Compiling chrono-tz v0.10.4
25822026-08-24T20:04:54.492Z Checking phf v0.12.1
25832026-08-24T20:04:54.688Z Compiling const_format_proc_macros v0.2.34
25842026-08-24T20:04:54.691Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25852026-08-24T20:04:54.691Z Compiling peg-macros v0.8.5
25862026-08-24T20:04:54.835Z Checking winnow v0.6.26
25872026-08-24T20:04:54.873Z Checking recursive v0.1.1
25882026-08-24T20:04:55.002Z Compiling sqlparser_derive v0.5.0
25892026-08-24T20:04:55.043Z Checking unicode_categories v0.1.1
25902026-08-24T20:04:55.320Z Checking home v0.5.12
25912026-08-24T20:04:55.544Z Checking const_format v0.2.35
25922026-08-24T20:04:55.617Z Checking rustyline v14.0.0
25932026-08-24T20:04:55.825Z Checking sqlparser v0.61.0
25942026-08-24T20:04:56.014Z Checking sqlformat v0.3.5
25952026-08-24T20:04:56.138Z Checking peg v0.8.5
25962026-08-24T20:04:56.345Z Checking bcs v0.1.6
25972026-08-24T20:04:56.384Z Checking nom v8.0.0
25982026-08-24T20:04:56.479Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25992026-08-24T20:04:56.618Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26002026-08-24T20:04:56.655Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26012026-08-24T20:04:56.843Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26022026-08-24T20:04:56.995Z Compiling serde_tokenstream v0.3.0
26032026-08-24T20:04:57.173Z Checking steno v0.4.1
26042026-08-24T20:04:57.223Z Checking sha1 v0.10.6
26052026-08-24T20:04:57.354Z Compiling oxide-generation-macros v0.2.0
26062026-08-24T20:04:57.434Z Checking filetime v0.2.27
26072026-08-24T20:04:57.515Z Checking xattr v1.6.1
26082026-08-24T20:04:57.606Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26092026-08-24T20:04:57.685Z Checking tar v0.4.46
26102026-08-24T20:04:57.817Z Checking subprocess v0.2.15
26112026-08-24T20:04:58.173Z Checking headers-core v0.3.0
26122026-08-24T20:04:58.176Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26132026-08-24T20:04:58.246Z Checking yasna v0.5.2
26142026-08-24T20:04:58.315Z Checking headers v0.4.1
26152026-08-24T20:04:58.477Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26162026-08-24T20:04:58.516Z Checking port-file v0.1.0
26172026-08-24T20:04:58.669Z Checking rcgen v0.12.1
26182026-08-24T20:04:58.733Z Checking dropshot-api-manager-types v0.8.0
26192026-08-24T20:04:58.815Z Checking tagptr v0.2.0
26202026-08-24T20:04:58.938Z Checking utf-8 v0.7.6
26212026-08-24T20:04:58.991Z Checking moka v0.12.13
26222026-08-24T20:04:59.030Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26232026-08-24T20:04:59.034Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26242026-08-24T20:04:59.105Z Compiling libefi-sys v0.1.0
26252026-08-24T20:04:59.210Z Compiling bitfield-struct v0.6.2
26262026-08-24T20:04:59.535Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26272026-08-24T20:04:59.589Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26282026-08-24T20:04:59.645Z Checking tungstenite v0.21.0
26292026-08-24T20:04:59.684Z Checking hickory-resolver v0.25.2
26302026-08-24T20:04:59.775Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26312026-08-24T20:04:59.879Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26322026-08-24T20:05:00.031Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26332026-08-24T20:05:00.071Z Compiling xshell-macros v0.2.7
26342026-08-24T20:05:00.108Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26352026-08-24T20:05:00.111Z Checking tokio-tungstenite v0.21.0
26362026-08-24T20:05:00.181Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26372026-08-24T20:05:00.436Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26382026-08-24T20:05:00.474Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26392026-08-24T20:05:00.478Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26402026-08-24T20:05:00.478Z Checking xshell v0.2.7
26412026-08-24T20:05:00.585Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26422026-08-24T20:05:00.959Z Checking half v1.8.3
26432026-08-24T20:05:01.067Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26442026-08-24T20:05:01.191Z Checking serde_cbor v0.11.2
26452026-08-24T20:05:01.286Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26462026-08-24T20:05:01.490Z Checking libscf-sys v1.2.0
26472026-08-24T20:05:01.528Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26482026-08-24T20:05:01.567Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26492026-08-24T20:05:01.602Z Checking papergrid v0.18.0
26502026-08-24T20:05:01.654Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26512026-08-24T20:05:01.889Z Checking maplit v1.0.2
26522026-08-24T20:05:02.033Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26532026-08-24T20:05:02.109Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26542026-08-24T20:05:02.319Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26552026-08-24T20:05:02.443Z Checking tabled v0.21.0
26562026-08-24T20:05:02.481Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26572026-08-24T20:05:02.521Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26582026-08-24T20:05:02.662Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26592026-08-24T20:05:02.755Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26602026-08-24T20:05:02.850Z Checking crc8 v0.1.1
26612026-08-24T20:05:03.020Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26622026-08-24T20:05:03.068Z Checking unicase v2.9.0
26632026-08-24T20:05:03.268Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26642026-08-24T20:05:03.304Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26652026-08-24T20:05:03.342Z Checking fxhash v0.2.1
26662026-08-24T20:05:03.527Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26672026-08-24T20:05:03.565Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26682026-08-24T20:05:03.766Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26692026-08-24T20:05:03.838Z Compiling darling_core v0.21.3
26702026-08-24T20:05:03.881Z Compiling vergen-lib v0.1.6
26712026-08-24T20:05:04.100Z Compiling diesel_derives v2.3.7
26722026-08-24T20:05:04.353Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26732026-08-24T20:05:04.452Z Checking scheduled-thread-pool v0.2.7
26742026-08-24T20:05:04.521Z Compiling vergen-gitcl v1.0.8
26752026-08-24T20:05:04.633Z Compiling diesel_table_macro_syntax v0.3.0
26762026-08-24T20:05:04.794Z Checking r2d2 v0.8.10
26772026-08-24T20:05:05.011Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26782026-08-24T20:05:05.047Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26792026-08-24T20:05:05.196Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26802026-08-24T20:05:05.270Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26812026-08-24T20:05:05.398Z Checking downcast-rs v2.0.2
26822026-08-24T20:05:05.584Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26832026-08-24T20:05:05.910Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26842026-08-24T20:05:06.147Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26852026-08-24T20:05:06.194Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26862026-08-24T20:05:06.231Z Checking kstat-rs v0.2.5
26872026-08-24T20:05:06.373Z Compiling darling_macro v0.21.3
26882026-08-24T20:05:06.411Z Compiling proc-macro-error-attr2 v2.0.0
26892026-08-24T20:05:06.457Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26902026-08-24T20:05:06.780Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26912026-08-24T20:05:06.870Z Compiling proc-macro-error2 v2.0.1
26922026-08-24T20:05:06.921Z Compiling darling v0.21.3
26932026-08-24T20:05:07.089Z Compiling dsl_auto_type v0.2.0
26942026-08-24T20:05:07.126Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26952026-08-24T20:05:07.322Z Compiling knus-derive v3.4.0
26962026-08-24T20:05:08.196Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26972026-08-24T20:05:08.532Z Compiling dirs-sys-next v0.1.2
26982026-08-24T20:05:08.570Z Compiling crunchy v0.2.4
26992026-08-24T20:05:08.839Z Compiling parking_lot_core v0.8.6
27002026-08-24T20:05:08.879Z Compiling salty v0.3.0
27012026-08-24T20:05:08.966Z Compiling dirs-next v2.0.0
27022026-08-24T20:05:09.007Z Compiling clang-sys v1.8.1
27032026-08-24T20:05:09.124Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27042026-08-24T20:05:09.238Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27052026-08-24T20:05:09.286Z Compiling git-stub v1.0.0
27062026-08-24T20:05:09.390Z Compiling tiny-keccak v2.0.2
27072026-08-24T20:05:09.477Z Compiling git-stub-vcs v0.1.0
27082026-08-24T20:05:09.656Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27092026-08-24T20:05:09.837Z Compiling term v0.7.0
27102026-08-24T20:05:09.914Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27112026-08-24T20:05:09.950Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27122026-08-24T20:05:09.986Z Compiling bit-vec v0.6.3
27132026-08-24T20:05:10.022Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27142026-08-24T20:05:10.243Z Compiling bit-set v0.5.3
27152026-08-24T20:05:10.281Z Compiling ascii-canvas v3.0.0
27162026-08-24T20:05:10.449Z Checking parking_lot v0.11.2
27172026-08-24T20:05:10.552Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27182026-08-24T20:05:10.611Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27192026-08-24T20:05:10.649Z Checking rfc6979 v0.4.0
27202026-08-24T20:05:10.686Z Checking prefix-trie v0.7.0
27212026-08-24T20:05:10.864Z Compiling hashbrown v0.14.5
27222026-08-24T20:05:10.978Z Compiling itertools v0.10.5
27232026-08-24T20:05:11.045Z Compiling ena v0.14.4
27242026-08-24T20:05:11.083Z Compiling libloading v0.8.9
27252026-08-24T20:05:11.296Z Compiling diff v0.1.13
27262026-08-24T20:05:11.337Z Compiling bindgen v0.71.1
27272026-08-24T20:05:11.459Z Compiling regex-syntax v0.6.29
27282026-08-24T20:05:11.597Z Compiling chumsky v0.9.3
27292026-08-24T20:05:11.791Z Checking hickory-server v0.25.2
27302026-08-24T20:05:12.182Z Compiling ecdsa v0.16.9
27312026-08-24T20:05:12.866Z Compiling lalrpop v0.19.12
27322026-08-24T20:05:13.020Z Checking sled v0.34.7
27332026-08-24T20:05:13.128Z Compiling cexpr v0.6.0
27342026-08-24T20:05:13.167Z Checking diesel v2.3.7
27352026-08-24T20:05:13.202Z Checking primeorder v0.13.6
27362026-08-24T20:05:13.492Z Checking nanorand v0.7.0
27372026-08-24T20:05:13.731Z Compiling rustc-hash v2.1.1
27382026-08-24T20:05:13.823Z Checking flume v0.11.1
27392026-08-24T20:05:13.885Z Compiling p384 v0.13.1
27402026-08-24T20:05:14.270Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27412026-08-24T20:05:14.509Z Compiling knus v3.4.0
27422026-08-24T20:05:14.560Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27432026-08-24T20:05:14.926Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27442026-08-24T20:05:15.022Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27452026-08-24T20:05:15.309Z Compiling libxml v0.3.3
27462026-08-24T20:05:15.364Z Checking assert_matches v1.5.0
27472026-08-24T20:05:15.413Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27482026-08-24T20:05:15.469Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27492026-08-24T20:05:15.671Z Compiling strum_macros v0.24.3
27502026-08-24T20:05:15.717Z Compiling indoc v1.0.9
27512026-08-24T20:05:16.409Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27522026-08-24T20:05:16.635Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27532026-08-24T20:05:16.970Z Checking quick-xml v0.37.5
27542026-08-24T20:05:17.030Z Checking derive_builder v0.20.2
27552026-08-24T20:05:17.067Z Compiling oso-derive v0.27.3
27562026-08-24T20:05:17.178Z Compiling trait-variant v0.1.2
27572026-08-24T20:05:17.591Z Compiling impl-trait-for-tuples v0.2.3
27582026-08-24T20:05:17.755Z Checking openssl-probe v0.1.6
27592026-08-24T20:05:17.904Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27602026-08-24T20:05:18.000Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27612026-08-24T20:05:18.281Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27622026-08-24T20:05:18.720Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27632026-08-24T20:05:18.789Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27642026-08-24T20:05:18.955Z Checking corncobs v0.1.4
27652026-08-24T20:05:19.081Z Checking predicates-tree v1.0.13
27662026-08-24T20:05:19.125Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27672026-08-24T20:05:19.162Z Compiling progenitor-impl v0.13.0
27682026-08-24T20:05:19.228Z Checking secrecy v0.8.0
27692026-08-24T20:05:19.394Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27702026-08-24T20:05:19.968Z Checking progenitor-client v0.13.0
27712026-08-24T20:05:20.216Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27722026-08-24T20:05:20.256Z Checking anstyle-parse v0.2.7
27732026-08-24T20:05:20.374Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27742026-08-24T20:05:20.450Z Checking anstream v0.6.21
27752026-08-24T20:05:20.599Z Checking bb8 v0.8.6
27762026-08-24T20:05:20.967Z Compiling mime_guess v2.0.5
27772026-08-24T20:05:21.016Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27782026-08-24T20:05:21.286Z Checking ignore v0.4.25
27792026-08-24T20:05:21.548Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27802026-08-24T20:05:21.699Z Checking http-range v0.1.5
27812026-08-24T20:05:21.737Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27822026-08-24T20:05:21.820Z Compiling progenitor-macro v0.13.0
27832026-08-24T20:05:21.864Z Checking globwalk v0.9.1
27842026-08-24T20:05:22.224Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27852026-08-24T20:05:22.594Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27862026-08-24T20:05:22.634Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27872026-08-24T20:05:23.310Z Checking digest-io v0.1.0
27882026-08-24T20:05:23.484Z Checking rawzip v0.4.4
27892026-08-24T20:05:23.814Z Checking nonempty v0.12.0
27902026-08-24T20:05:23.908Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27912026-08-24T20:05:23.972Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27922026-08-24T20:05:24.382Z Checking camino-tempfile-ext v0.3.3
27932026-08-24T20:05:24.622Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27942026-08-24T20:05:24.663Z Checking hyper-staticfile v0.10.1
27952026-08-24T20:05:25.000Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27962026-08-24T20:05:25.311Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27972026-08-24T20:05:25.348Z Checking signal-hook-tokio v0.3.1
27982026-08-24T20:05:25.514Z Compiling illumos-nvpair-sys v0.2.0
27992026-08-24T20:05:25.793Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28002026-08-24T20:05:25.968Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28012026-08-24T20:05:26.091Z Checking scuffle v0.1.0
28022026-08-24T20:05:26.265Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28032026-08-24T20:05:26.402Z Checking illumos-nvpair v0.3.0
28042026-08-24T20:05:26.604Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28052026-08-24T20:05:26.646Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28062026-08-24T20:05:26.826Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28072026-08-24T20:05:26.921Z Checking progenitor v0.13.0
28082026-08-24T20:05:26.990Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28092026-08-24T20:05:27.064Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28102026-08-24T20:05:27.172Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28112026-08-24T20:05:27.295Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28122026-08-24T20:05:27.508Z Checking diesel-dtrace v0.5.0
28132026-08-24T20:05:27.806Z Checking async-bb8-diesel v0.2.1
28142026-08-24T20:05:27.860Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28152026-08-24T20:05:28.198Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28162026-08-24T20:05:28.289Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28172026-08-24T20:05:28.407Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28182026-08-24T20:05:28.764Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28192026-08-24T20:05:28.849Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28202026-08-24T20:05:28.905Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28212026-08-24T20:05:28.946Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28222026-08-24T20:05:30.802Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28232026-08-24T20:05:30.841Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28242026-08-24T20:05:30.880Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28252026-08-24T20:05:30.976Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28262026-08-24T20:05:31.673Z Checking tungstenite v0.23.0
28272026-08-24T20:05:31.763Z Checking rand_seeder v0.4.0
28282026-08-24T20:05:31.952Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28292026-08-24T20:05:32.155Z Checking tokio-tungstenite v0.23.1
28302026-08-24T20:05:32.348Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28312026-08-24T20:05:32.387Z Checking void v1.0.2
28322026-08-24T20:05:32.471Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28332026-08-24T20:05:32.528Z Checking lzss v0.8.2
28342026-08-24T20:05:32.627Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-08-24T20:05:32.677Z Checking nix v0.27.1
28362026-08-24T20:05:32.755Z Checking serde_bytes v0.11.19
28372026-08-24T20:05:32.828Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28382026-08-24T20:05:33.231Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-08-24T20:05:33.585Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28402026-08-24T20:05:33.945Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28412026-08-24T20:05:34.426Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28422026-08-24T20:05:34.672Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28432026-08-24T20:05:34.711Z Checking cpubits v0.1.1
28442026-08-24T20:05:34.769Z Checking yansi v1.0.1
28452026-08-24T20:05:34.828Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28462026-08-24T20:05:35.069Z Checking pretty_assertions v1.4.1
28472026-08-24T20:05:35.158Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28482026-08-24T20:05:35.243Z Checking pem-rfc7468 v1.0.0
28492026-08-24T20:05:35.451Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28502026-08-24T20:05:35.734Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28512026-08-24T20:05:35.919Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28522026-08-24T20:05:35.975Z Checking universal-hash v0.6.1
28532026-08-24T20:05:36.154Z Compiling libz-sys v1.1.24
28542026-08-24T20:05:36.577Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28552026-08-24T20:05:36.749Z Compiling instability v0.3.11
28562026-08-24T20:05:36.897Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-24T20:05:37.060Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28582026-08-24T20:05:37.097Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28592026-08-24T20:05:37.135Z Checking castaway v0.2.4
28602026-08-24T20:05:37.288Z Compiling indoc v2.0.7
28612026-08-24T20:05:37.378Z Checking compact_str v0.8.1
28622026-08-24T20:05:37.895Z Checking polyval v0.7.1
28632026-08-24T20:05:37.970Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28642026-08-24T20:05:38.108Z Checking der v0.8.0
28652026-08-24T20:05:38.533Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28662026-08-24T20:05:38.600Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28672026-08-24T20:05:38.698Z Checking unicode-truncate v1.1.0
28682026-08-24T20:05:38.764Z Checking lru v0.12.5
28692026-08-24T20:05:38.828Z Compiling libgit2-sys v0.18.3+1.9.2
28702026-08-24T20:05:38.881Z Checking arc-swap v1.8.2
28712026-08-24T20:05:38.958Z Checking cassowary v0.3.0
28722026-08-24T20:05:39.101Z Checking ghash v0.6.0
28732026-08-24T20:05:39.143Z Checking slog-scope v4.4.1
28742026-08-24T20:05:39.204Z Checking ratatui v0.29.0
28752026-08-24T20:05:39.337Z Checking crypto-bigint v0.7.5
28762026-08-24T20:05:39.418Z Checking aes v0.9.1
28772026-08-24T20:05:39.849Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28782026-08-24T20:05:40.545Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28792026-08-24T20:05:40.806Z Checking pbkdf2 v0.13.0
28802026-08-24T20:05:40.969Z Checking ctr v0.10.1
28812026-08-24T20:05:41.158Z Checking aead v0.6.1
28822026-08-24T20:05:41.197Z Checking cargo-platform v0.3.2
28832026-08-24T20:05:41.341Z Checking aes-gcm v0.11.0
28842026-08-24T20:05:41.418Z Checking cargo_metadata v0.23.1
28852026-08-24T20:05:41.547Z Checking slog-stdlog v4.1.1
28862026-08-24T20:05:41.610Z Checking spki v0.8.0
28872026-08-24T20:05:41.706Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28882026-08-24T20:05:41.825Z Checking colored v2.2.0
28892026-08-24T20:05:42.088Z Checking salsa20 v0.11.0
28902026-08-24T20:05:42.235Z Checking console v0.16.2
28912026-08-24T20:05:42.285Z Compiling vergen-git2 v9.1.0
28922026-08-24T20:05:42.510Z Checking unit-prefix v0.5.2
28932026-08-24T20:05:42.584Z Checking plotters-backend v0.3.7
28942026-08-24T20:05:42.683Z Checking indicatif v0.18.4
28952026-08-24T20:05:42.821Z Checking plotters-svg v0.3.7
28962026-08-24T20:05:43.051Z Checking scrypt v0.12.0
28972026-08-24T20:05:43.099Z Checking slog-envlogger v2.2.0
28982026-08-24T20:05:43.147Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28992026-08-24T20:05:43.252Z Checking cbc v0.2.1
29002026-08-24T20:05:43.290Z Checking libsw-core v0.3.2
29012026-08-24T20:05:43.372Z Checking cast v0.3.0
29022026-08-24T20:05:43.431Z Checking pkcs5 v0.8.1
29032026-08-24T20:05:43.478Z Checking libsw v3.5.0
29042026-08-24T20:05:43.563Z Checking criterion-plot v0.6.0
29052026-08-24T20:05:43.722Z Checking plotters v0.3.7
29062026-08-24T20:05:43.766Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29072026-08-24T20:05:43.838Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29082026-08-24T20:05:44.088Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29092026-08-24T20:05:44.305Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29102026-08-24T20:05:44.512Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29112026-08-24T20:05:44.551Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29122026-08-24T20:05:44.742Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29132026-08-24T20:05:44.780Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29142026-08-24T20:05:44.817Z Checking tinytemplate v1.2.1
29152026-08-24T20:05:44.972Z Checking oorandom v11.1.5
29162026-08-24T20:05:45.071Z Checking shell-words v1.1.1
29172026-08-24T20:05:45.125Z Checking anes v0.1.6
29182026-08-24T20:05:45.335Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29192026-08-24T20:05:45.372Z Checking criterion v0.7.0
29202026-08-24T20:05:45.668Z Checking pkcs8 v0.11.0
29212026-08-24T20:05:45.913Z Checking oxide-update-engine-display v0.1.2
29222026-08-24T20:05:46.259Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29232026-08-24T20:05:46.631Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29242026-08-24T20:05:47.123Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29252026-08-24T20:05:47.214Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29262026-08-24T20:05:48.044Z Checking tokio-test v0.4.5
29272026-08-24T20:05:48.284Z Checking ff v0.14.0
29282026-08-24T20:05:48.460Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29292026-08-24T20:05:48.693Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29302026-08-24T20:05:49.116Z Checking twox-hash v2.1.2
29312026-08-24T20:05:49.464Z Compiling petname v2.0.2
29322026-08-24T20:05:49.975Z Checking atty v0.2.14
29332026-08-24T20:05:50.116Z Checking arrayvec v0.7.6
29342026-08-24T20:05:50.347Z Checking arrayref v0.3.9
29352026-08-24T20:05:50.454Z Checking constant_time_eq v0.4.2
29362026-08-24T20:05:50.833Z Checking group v0.14.0
29372026-08-24T20:05:50.882Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29382026-08-24T20:05:51.030Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29392026-08-24T20:05:51.093Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29402026-08-24T20:05:51.807Z Checking fatfs v0.3.6
29412026-08-24T20:05:52.076Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29422026-08-24T20:05:52.137Z Checking signature v3.0.0
29432026-08-24T20:05:52.269Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29442026-08-24T20:05:52.318Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29452026-08-24T20:05:52.356Z Compiling seq-macro v0.3.6
29462026-08-24T20:05:52.899Z Checking base16ct v1.0.0
29472026-08-24T20:05:53.073Z Checking sec1 v0.8.1
29482026-08-24T20:05:53.412Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29492026-08-24T20:05:53.610Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29502026-08-24T20:05:53.674Z Checking hkdf v0.13.0
29512026-08-24T20:05:53.739Z Checking concurrent-queue v2.5.0
29522026-08-24T20:05:53.807Z Checking sapling-renderdag v0.1.0
29532026-08-24T20:05:53.848Z Checking sync-ptr v0.1.4
29542026-08-24T20:05:53.959Z Checking parking v2.2.1
29552026-08-24T20:05:53.995Z Checking elliptic-curve v0.14.1
29562026-08-24T20:05:54.079Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29572026-08-24T20:05:54.116Z Checking event-listener v5.4.1
29582026-08-24T20:05:54.368Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29592026-08-24T20:05:54.428Z Checking rtoolbox v0.0.3
29602026-08-24T20:05:54.592Z Checking rpassword v7.5.4
29612026-08-24T20:05:54.666Z Compiling samael v0.0.19
29622026-08-24T20:05:54.716Z Checking event-listener-strategy v0.5.4
29632026-08-24T20:05:54.789Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29642026-08-24T20:05:54.884Z Checking wnaf v0.14.0
29652026-08-24T20:05:55.086Z Checking primefield v0.14.0
29662026-08-24T20:05:55.336Z Checking rfc6979 v0.6.0
29672026-08-24T20:05:55.522Z Checking tui-tree-widget v0.23.1
29682026-08-24T20:05:55.749Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29692026-08-24T20:05:55.793Z Compiling blake3 v1.8.5
29702026-08-24T20:05:56.189Z Checking futures-timer v3.0.3
29712026-08-24T20:05:56.775Z Checking ecdsa v0.17.0
29722026-08-24T20:05:56.914Z Checking primeorder v0.14.0
29732026-08-24T20:05:57.237Z Checking async-lock v3.4.2
29742026-08-24T20:05:57.350Z Compiling curve25519-dalek v5.0.0
29752026-08-24T20:05:57.479Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29762026-08-24T20:05:57.660Z Checking async-object-pool v0.2.0
29772026-08-24T20:05:58.158Z Checking ssh-encoding v0.3.0
29782026-08-24T20:05:58.424Z Checking serde_regex v1.1.0
29792026-08-24T20:05:58.619Z Checking assert-json-diff v2.0.2
29802026-08-24T20:05:58.826Z Checking path-tree v0.8.3
29812026-08-24T20:05:59.053Z Checking keccak v0.2.0
29822026-08-24T20:05:59.256Z Checking topological-sort v0.2.2
29832026-08-24T20:05:59.431Z Checking stringmetrics v2.2.2
29842026-08-24T20:05:59.623Z Compiling strsim v0.10.0
29852026-08-24T20:05:59.863Z Compiling darling_core v0.13.4
29862026-08-24T20:05:59.969Z Checking httpmock v0.8.3
29872026-08-24T20:06:00.005Z Checking omicron-zone-package v0.12.3
29882026-08-24T20:06:00.921Z Checking ed25519 v3.0.0
29892026-08-24T20:06:01.061Z Checking pkcs1 v0.8.0-rc.4
29902026-08-24T20:06:01.163Z Checking crypto-primes v0.7.2
29912026-08-24T20:06:01.312Z Checking poly1305 v0.9.0
29922026-08-24T20:06:01.627Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29932026-08-24T20:06:01.767Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29942026-08-24T20:06:02.062Z Checking blowfish v0.10.0
29952026-08-24T20:06:02.223Z Checking blake2 v0.11.0-rc.6
29962026-08-24T20:06:02.235Z Compiling target-lexicon v0.13.3
29972026-08-24T20:06:02.276Z Checking bcrypt-pbkdf v0.11.0
29982026-08-24T20:06:02.456Z Checking rsa v0.10.0-rc.18
29992026-08-24T20:06:02.493Z Compiling darling_macro v0.13.4
30002026-08-24T20:06:02.497Z Checking argon2 v0.6.0-rc.8
30012026-08-24T20:06:02.820Z Checking ssh-cipher v0.3.0
30022026-08-24T20:06:02.877Z Checking ed25519-dalek v3.0.0
30032026-08-24T20:06:02.998Z Checking sha3 v0.11.0
30042026-08-24T20:06:03.035Z Checking p521 v0.14.0
30052026-08-24T20:06:03.072Z Checking p384 v0.14.0
30062026-08-24T20:06:03.145Z Checking p256 v0.14.0
30072026-08-24T20:06:03.384Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30082026-08-24T20:06:03.654Z Checking kem v0.3.0
30092026-08-24T20:06:03.817Z Checking module-lattice v0.2.3
30102026-08-24T20:06:03.929Z Checking socket2 v0.5.10
30112026-08-24T20:06:04.082Z Checking sponge-cursor v0.1.0
30122026-08-24T20:06:04.216Z Compiling guppy-workspace-hack v0.1.0
30132026-08-24T20:06:04.256Z Checking hex-literal v0.4.1
30142026-08-24T20:06:04.390Z Checking sha3 v0.12.0
30152026-08-24T20:06:04.556Z Checking ml-kem v0.3.2
30162026-08-24T20:06:04.629Z Compiling darling v0.13.4
30172026-08-24T20:06:05.020Z Checking russh-cryptovec v0.62.0
30182026-08-24T20:06:05.062Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30192026-08-24T20:06:05.215Z Checking internal-russh-num-bigint v0.5.0
30202026-08-24T20:06:05.323Z Checking num-bigint v0.4.6
30212026-08-24T20:06:05.796Z Checking russh-util v0.52.0
30222026-08-24T20:06:05.964Z Checking generic-array v1.4.3
30232026-08-24T20:06:06.064Z Checking ssh-key v0.7.0-rc.11
30242026-08-24T20:06:06.262Z Compiling enum_dispatch v0.3.13
30252026-08-24T20:06:06.301Z Compiling delegate v0.13.5
30262026-08-24T20:06:06.400Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30272026-08-24T20:06:06.748Z Compiling git2 v0.20.4
30282026-08-24T20:06:06.851Z Checking md5 v0.8.0
30292026-08-24T20:06:06.984Z Checking hex-literal v1.1.0
30302026-08-24T20:06:07.075Z Compiling target-spec v3.5.7
30312026-08-24T20:06:07.122Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30322026-08-24T20:06:07.311Z Checking russh v0.62.4
30332026-08-24T20:06:07.523Z Checking cfg-expr v0.20.6
30342026-08-24T20:06:07.797Z Compiling serde_with_macros v1.5.2
30352026-08-24T20:06:08.052Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30362026-08-24T20:06:08.526Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30372026-08-24T20:06:08.679Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30382026-08-24T20:06:08.742Z Checking internet-checksum v0.2.1
30392026-08-24T20:06:08.903Z Compiling serde_with v1.14.0
30402026-08-24T20:06:10.077Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30412026-08-24T20:06:10.080Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30422026-08-24T20:06:10.170Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30432026-08-24T20:06:10.543Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30442026-08-24T20:06:10.731Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30452026-08-24T20:06:10.824Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30462026-08-24T20:06:10.984Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30472026-08-24T20:06:11.059Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30482026-08-24T20:06:11.158Z Checking httptest v0.16.4
30492026-08-24T20:06:11.197Z Checking pathdiff v0.2.3
30502026-08-24T20:06:11.274Z Compiling polar-core v0.27.3
30512026-08-24T20:06:11.322Z Checking nested v0.1.1
30522026-08-24T20:06:11.359Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30532026-08-24T20:06:11.493Z Checking guppy v0.17.25
30542026-08-24T20:06:11.557Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30552026-08-24T20:06:11.829Z Checking similar-asserts v1.7.0
30562026-08-24T20:06:11.922Z Compiling target-triple v1.0.0
30572026-08-24T20:06:12.078Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30582026-08-24T20:06:12.302Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30592026-08-24T20:06:12.484Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30602026-08-24T20:06:12.718Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30612026-08-24T20:06:12.905Z Checking hickory-client v0.25.2
30622026-08-24T20:06:13.224Z Checking supports-hyperlinks v2.1.0
30632026-08-24T20:06:13.362Z Checking supports-color v2.1.0
30642026-08-24T20:06:13.399Z Checking supports-unicode v2.1.0
30652026-08-24T20:06:13.540Z Checking textwrap v0.15.2
30662026-08-24T20:06:13.576Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30672026-08-24T20:06:13.774Z Checking terminal_size v0.1.17
30682026-08-24T20:06:13.812Z Compiling miette-derive v5.10.0
30692026-08-24T20:06:13.899Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30702026-08-24T20:06:13.939Z Compiling fs-err v2.11.0
30712026-08-24T20:06:14.179Z Compiling assert_cmd v2.1.2
30722026-08-24T20:06:14.367Z Checking owo-colors v3.5.0
30732026-08-24T20:06:14.462Z Checking escape8259 v0.5.3
30742026-08-24T20:06:14.644Z Checking libtest-mimic v0.8.1
30752026-08-24T20:06:14.950Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30762026-08-24T20:06:14.988Z Checking miette v5.10.0
30772026-08-24T20:06:15.103Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30782026-08-24T20:06:15.657Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30792026-08-24T20:06:15.799Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30802026-08-24T20:06:16.272Z Checking blake2b_simd v1.0.4
30812026-08-24T20:06:16.370Z Checking oso v0.27.3
30822026-08-24T20:06:16.534Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30832026-08-24T20:06:16.705Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30842026-08-24T20:06:16.937Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30852026-08-24T20:06:16.991Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30862026-08-24T20:06:17.170Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30872026-08-24T20:06:17.242Z Compiling knuffel-derive v3.2.0
30882026-08-24T20:06:17.404Z Checking fancy-regex v0.14.0
30892026-08-24T20:06:17.498Z Checking serde_tokenstream v0.2.3
30902026-08-24T20:06:17.814Z Checking approx v0.5.1
30912026-08-24T20:06:17.955Z Compiling rstest_macros v0.25.0
30922026-08-24T20:06:17.994Z Checking uzers v0.12.2
30932026-08-24T20:06:18.233Z Checking termcolor v1.4.1
30942026-08-24T20:06:18.270Z Checking constant_time_eq v0.3.1
30952026-08-24T20:06:18.273Z Compiling linkme-impl v0.3.35
30962026-08-24T20:06:18.407Z Checking rust-argon2 v2.1.0
30972026-08-24T20:06:18.498Z Checking trybuild v1.0.116
30982026-08-24T20:06:18.722Z Checking datatest-stable v0.3.3
30992026-08-24T20:06:18.770Z Checking knuffel v3.2.0
31002026-08-24T20:06:19.009Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31012026-08-24T20:06:19.013Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31022026-08-24T20:06:19.294Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31032026-08-24T20:06:19.333Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31042026-08-24T20:06:19.387Z Checking support-bundle-viewer v0.1.2
31052026-08-24T20:06:19.423Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31062026-08-24T20:06:19.426Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31072026-08-24T20:06:19.647Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31082026-08-24T20:06:19.685Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31092026-08-24T20:06:19.723Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31102026-08-24T20:06:19.875Z Checking drift v0.2.0
31112026-08-24T20:06:19.917Z Checking rand_distr v0.5.1
31122026-08-24T20:06:20.105Z Checking multimap v0.10.1
31132026-08-24T20:06:20.154Z Checking parse-size v1.1.0
31142026-08-24T20:06:20.268Z Compiling relative-path v1.9.3
31152026-08-24T20:06:20.312Z Compiling linkme v0.3.35
31162026-08-24T20:06:20.319Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31172026-08-24T20:06:20.388Z Checking dropshot-api-manager v0.8.0
31182026-08-24T20:06:20.903Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31192026-08-24T20:06:21.674Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31202026-08-24T20:06:22.100Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31212026-08-24T20:06:22.443Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31222026-08-24T20:06:22.483Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31232026-08-24T20:06:22.669Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31242026-08-24T20:06:22.717Z Checking cargo_toml v0.21.0
31252026-08-24T20:06:23.068Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31262026-08-24T20:06:23.359Z Checking partial-io v0.5.4
31272026-08-24T20:06:23.398Z Checking termios v0.3.3
31282026-08-24T20:06:23.579Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31292026-08-24T20:06:23.584Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31302026-08-24T20:06:24.279Z Checking rstest v0.25.0
31312026-08-24T20:06:25.482Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31322026-08-24T20:06:29.427Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31332026-08-24T20:06:29.691Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31342026-08-24T20:06:31.093Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31352026-08-24T20:06:35.653Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31362026-08-24T20:06:36.547Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31372026-08-24T20:06:39.137Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31382026-08-24T20:06:43.865Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31392026-08-24T20:06:46.853Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31402026-08-24T20:06:48.943Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31412026-08-24T20:06:51.273Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31422026-08-24T20:06:54.824Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31432026-08-24T20:06:55.840Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31442026-08-24T20:06:57.708Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31452026-08-24T20:07:00.170Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31462026-08-24T20:07:05.711Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31472026-08-24T20:07:29.038Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31482026-08-24T20:08:21.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 16s
31492026-08-24T20:08:21.169Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31502026-08-24T20:08:21.169Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31512026-08-24T20:08:21.840Z
31522026-08-24T20:08:21.840Zreal 4:19.598132513
31532026-08-24T20:08:21.840Zuser 22:17.617563304
31542026-08-24T20:08:21.840Zsys 5:22.114039957
31552026-08-24T20:08:21.840Ztrap 0.539015643
31562026-08-24T20:08:21.840Ztflt 0.493608983
31572026-08-24T20:08:21.840Zdflt 0.576628885
31582026-08-24T20:08:21.840Zkflt 0.004524320
31592026-08-24T20:08:21.840Zlock 1:07:12.217979169
31602026-08-24T20:08:21.840Zslp 1:00:15.265939120
31612026-08-24T20:08:21.840Zlat 1:51.332326994
31622026-08-24T20:08:21.840Zstop 15:00.385511917
31632026-08-24T20:08:21.843Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31642026-08-24T20:08:21.843Z+ ptime -m cargo doc --workspace --no-deps
31652026-08-24T20:08:22.706Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31662026-08-24T20:08:22.706Z |
31672026-08-24T20:08:22.706Z = 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)`
31682026-08-24T20:08:22.706Z = 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>
31692026-08-24T20:08:23.813Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31702026-08-24T20:08:24.060Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31712026-08-24T20:08:24.106Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31722026-08-24T20:08:24.173Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31732026-08-24T20:08:24.204Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31742026-08-24T20:08:24.260Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31752026-08-24T20:08:24.372Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31762026-08-24T20:08:24.399Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31772026-08-24T20:08:24.424Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31782026-08-24T20:08:24.453Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31792026-08-24T20:08:24.568Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31802026-08-24T20:08:24.653Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31812026-08-24T20:08:24.720Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31822026-08-24T20:08:24.746Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31832026-08-24T20:08:24.802Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-08-24T20:08:24.826Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31852026-08-24T20:08:24.829Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31862026-08-24T20:08:24.874Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31872026-08-24T20:08:24.900Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-08-24T20:08:24.905Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31892026-08-24T20:08:24.977Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-08-24T20:08:24.984Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31912026-08-24T20:08:25.249Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31922026-08-24T20:08:25.400Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31932026-08-24T20:08:25.426Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31942026-08-24T20:08:25.453Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31952026-08-24T20:08:25.657Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31962026-08-24T20:08:25.738Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31972026-08-24T20:08:25.801Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31982026-08-24T20:08:25.904Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31992026-08-24T20:08:26.055Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32002026-08-24T20:08:26.079Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32012026-08-24T20:08:26.105Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32022026-08-24T20:08:26.275Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32032026-08-24T20:08:26.442Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32042026-08-24T20:08:26.502Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32052026-08-24T20:08:26.534Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32062026-08-24T20:08:26.632Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32072026-08-24T20:08:26.671Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32082026-08-24T20:08:26.734Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32092026-08-24T20:08:26.867Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32102026-08-24T20:08:27.016Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32112026-08-24T20:08:27.180Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32122026-08-24T20:08:27.205Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32132026-08-24T20:08:27.232Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32142026-08-24T20:08:27.278Z Checking scuffle v0.1.0
32152026-08-24T20:08:27.439Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-08-24T20:08:27.467Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32172026-08-24T20:08:27.562Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32182026-08-24T20:08:27.692Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32192026-08-24T20:08:27.719Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32202026-08-24T20:08:27.745Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32212026-08-24T20:08:27.770Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32222026-08-24T20:08:27.877Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32232026-08-24T20:08:27.893Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32242026-08-24T20:08:28.479Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32252026-08-24T20:08:28.832Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32262026-08-24T20:08:28.967Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32272026-08-24T20:08:29.156Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32282026-08-24T20:08:29.346Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32292026-08-24T20:08:29.373Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32302026-08-24T20:08:29.466Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32312026-08-24T20:08:29.601Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32322026-08-24T20:08:29.628Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32332026-08-24T20:08:29.654Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32342026-08-24T20:08:29.679Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32352026-08-24T20:08:29.755Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32362026-08-24T20:08:29.932Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32372026-08-24T20:08:30.536Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32382026-08-24T20:08:30.835Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32392026-08-24T20:08:30.978Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32402026-08-24T20:08:31.050Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32412026-08-24T20:08:31.133Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32422026-08-24T20:08:31.295Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32432026-08-24T20:08:31.295Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32442026-08-24T20:08:31.376Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32452026-08-24T20:08:31.422Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32462026-08-24T20:08:31.448Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32472026-08-24T20:08:31.534Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32482026-08-24T20:08:31.560Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32492026-08-24T20:08:31.644Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32502026-08-24T20:08:31.670Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32512026-08-24T20:08:31.733Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32522026-08-24T20:08:31.761Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32532026-08-24T20:08:32.024Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32542026-08-24T20:08:32.027Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32552026-08-24T20:08:32.027Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32562026-08-24T20:08:32.098Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32572026-08-24T20:08:32.102Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32582026-08-24T20:08:32.102Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32592026-08-24T20:08:32.299Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32602026-08-24T20:08:32.381Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32612026-08-24T20:08:32.404Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32622026-08-24T20:08:32.434Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32632026-08-24T20:08:32.466Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32642026-08-24T20:08:32.628Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32652026-08-24T20:08:32.628Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32662026-08-24T20:08:32.700Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32672026-08-24T20:08:32.723Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32682026-08-24T20:08:32.748Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32692026-08-24T20:08:32.849Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32702026-08-24T20:08:32.873Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32712026-08-24T20:08:32.974Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32722026-08-24T20:08:33.068Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32732026-08-24T20:08:33.094Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32742026-08-24T20:08:33.322Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32752026-08-24T20:08:33.369Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32762026-08-24T20:08:33.393Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32772026-08-24T20:08:33.899Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32782026-08-24T20:08:34.051Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32792026-08-24T20:08:34.091Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32802026-08-24T20:08:34.381Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32812026-08-24T20:08:35.152Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32822026-08-24T20:08:35.448Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32832026-08-24T20:08:35.985Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32842026-08-24T20:08:36.251Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32852026-08-24T20:08:37.012Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32862026-08-24T20:08:37.286Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32872026-08-24T20:08:37.911Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32882026-08-24T20:08:38.025Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32892026-08-24T20:08:38.475Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32902026-08-24T20:08:38.503Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32912026-08-24T20:08:38.780Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32922026-08-24T20:08:38.809Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32932026-08-24T20:08:38.947Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32942026-08-24T20:08:39.099Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32952026-08-24T20:08:39.695Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32962026-08-24T20:08:39.837Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32972026-08-24T20:08:40.249Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32982026-08-24T20:08:40.296Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32992026-08-24T20:08:40.617Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33002026-08-24T20:08:40.649Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33012026-08-24T20:08:40.966Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33022026-08-24T20:08:41.090Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33032026-08-24T20:08:41.164Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33042026-08-24T20:08:41.951Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33052026-08-24T20:08:41.978Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33062026-08-24T20:08:42.383Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33072026-08-24T20:08:42.818Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33082026-08-24T20:08:43.433Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33092026-08-24T20:08:43.654Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33102026-08-24T20:08:43.895Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33112026-08-24T20:08:44.314Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33122026-08-24T20:08:44.348Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33132026-08-24T20:08:44.575Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33142026-08-24T20:08:45.136Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33152026-08-24T20:08:45.528Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33162026-08-24T20:08:45.787Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33172026-08-24T20:08:46.154Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33182026-08-24T20:08:46.361Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33192026-08-24T20:08:46.498Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33202026-08-24T20:08:47.032Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33212026-08-24T20:08:47.436Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33222026-08-24T20:08:47.609Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33232026-08-24T20:08:47.727Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33242026-08-24T20:08:48.333Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33252026-08-24T20:08:49.627Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33262026-08-24T20:08:50.341Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33272026-08-24T20:08:52.407Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33282026-08-24T20:08:52.728Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33292026-08-24T20:08:54.248Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33302026-08-24T20:08:55.061Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33312026-08-24T20:08:55.681Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33322026-08-24T20:08:55.982Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33332026-08-24T20:08:56.113Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33342026-08-24T20:08:56.353Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33352026-08-24T20:08:57.393Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33362026-08-24T20:08:58.138Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33372026-08-24T20:08:58.840Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33382026-08-24T20:08:59.337Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33392026-08-24T20:08:59.502Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33402026-08-24T20:08:59.867Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33412026-08-24T20:09:00.402Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33422026-08-24T20:09:00.594Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33432026-08-24T20:09:00.691Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33442026-08-24T20:09:00.939Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33452026-08-24T20:09:01.111Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33462026-08-24T20:09:01.162Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33472026-08-24T20:09:01.512Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33482026-08-24T20:09:01.564Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33492026-08-24T20:09:01.882Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33502026-08-24T20:09:02.289Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33512026-08-24T20:09:02.358Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33522026-08-24T20:09:02.719Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33532026-08-24T20:09:02.828Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33542026-08-24T20:09:02.877Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33552026-08-24T20:09:03.111Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33562026-08-24T20:09:03.640Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33572026-08-24T20:09:05.233Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33582026-08-24T20:09:05.423Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33592026-08-24T20:09:05.708Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33602026-08-24T20:09:07.886Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33612026-08-24T20:09:09.512Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33622026-08-24T20:09:10.222Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33632026-08-24T20:09:10.760Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33642026-08-24T20:09:12.927Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33652026-08-24T20:09:13.975Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33662026-08-24T20:09:15.336Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33672026-08-24T20:09:15.873Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33682026-08-24T20:09:16.716Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33692026-08-24T20:09:18.378Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33702026-08-24T20:09:19.481Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33712026-08-24T20:09:20.738Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33722026-08-24T20:09:21.122Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33732026-08-24T20:09:22.011Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33742026-08-24T20:09:24.300Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33752026-08-24T20:09:27.379Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33762026-08-24T20:09:28.311Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33772026-08-24T20:09:29.005Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33782026-08-24T20:09:29.866Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33792026-08-24T20:09:30.750Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33802026-08-24T20:09:31.565Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33812026-08-24T20:09:32.371Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33822026-08-24T20:09:34.140Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33832026-08-24T20:09:34.667Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33842026-08-24T20:09:35.416Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33852026-08-24T20:09:35.621Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33862026-08-24T20:09:36.238Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33872026-08-24T20:09:37.053Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33882026-08-24T20:09:37.965Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33892026-08-24T20:09:41.964Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33902026-08-24T20:09:43.221Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33912026-08-24T20:09:43.942Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33922026-08-24T20:09:44.696Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33932026-08-24T20:09:45.541Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33942026-08-24T20:09:46.622Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33952026-08-24T20:09:49.091Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33962026-08-24T20:09:49.994Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33972026-08-24T20:09:50.977Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33982026-08-24T20:09:51.978Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33992026-08-24T20:09:54.595Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34002026-08-24T20:09:56.564Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34012026-08-24T20:09:57.033Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34022026-08-24T20:10:00.354Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34032026-08-24T20:10:00.799Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-08-24T20:10:01.828Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34052026-08-24T20:10:03.773Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34062026-08-24T20:10:05.220Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34072026-08-24T20:10:06.801Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34082026-08-24T20:10:08.525Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34092026-08-24T20:10:10.215Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34102026-08-24T20:10:14.770Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34112026-08-24T20:10:16.581Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34122026-08-24T20:10:17.087Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34132026-08-24T20:10:18.302Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34142026-08-24T20:10:18.618Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34152026-08-24T20:10:20.788Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34162026-08-24T20:10:22.580Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34172026-08-24T20:10:24.369Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34182026-08-24T20:10:26.510Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34192026-08-24T20:10:28.341Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34202026-08-24T20:10:30.382Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34212026-08-24T20:10:31.962Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34222026-08-24T20:10:33.701Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34232026-08-24T20:10:35.540Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34242026-08-24T20:10:37.373Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34252026-08-24T20:10:39.155Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34262026-08-24T20:10:40.988Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34272026-08-24T20:10:42.750Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34282026-08-24T20:10:44.381Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34292026-08-24T20:10:46.489Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34302026-08-24T20:10:50.081Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34312026-08-24T20:10:52.038Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34322026-08-24T20:10:53.800Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34332026-08-24T20:10:55.770Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34342026-08-24T20:10:57.411Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34352026-08-24T20:11:01.494Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34362026-08-24T20:11:03.234Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34372026-08-24T20:11:06.811Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34382026-08-24T20:11:07.953Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34392026-08-24T20:11:09.875Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34402026-08-24T20:11:10.728Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34412026-08-24T20:11:14.208Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34422026-08-24T20:11:16.658Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34432026-08-24T20:11:19.775Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34442026-08-24T20:11:21.820Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34452026-08-24T20:11:24.332Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34462026-08-24T20:11:26.770Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34472026-08-24T20:11:28.956Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34482026-08-24T20:11:32.046Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34492026-08-24T20:11:34.353Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34502026-08-24T20:11:36.555Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34512026-08-24T20:11:38.840Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34522026-08-24T20:11:41.439Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34532026-08-24T20:11:44.067Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34542026-08-24T20:11:46.501Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34552026-08-24T20:11:49.310Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34562026-08-24T20:11:51.865Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34572026-08-24T20:11:54.104Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34582026-08-24T20:11:56.926Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34592026-08-24T20:11:59.446Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34602026-08-24T20:12:02.035Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34612026-08-24T20:12:04.596Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34622026-08-24T20:12:07.233Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34632026-08-24T20:12:09.727Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34642026-08-24T20:12:12.219Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34652026-08-24T20:12:15.001Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34662026-08-24T20:12:17.570Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34672026-08-24T20:12:20.097Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34682026-08-24T20:12:22.782Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34692026-08-24T20:12:25.495Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34702026-08-24T20:12:28.092Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34712026-08-24T20:12:30.679Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34722026-08-24T20:12:33.374Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34732026-08-24T20:12:36.013Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34742026-08-24T20:12:38.575Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34752026-08-24T20:12:41.236Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34762026-08-24T20:12:43.859Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34772026-08-24T20:12:49.817Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34782026-08-24T20:12:49.822Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34792026-08-24T20:12:52.216Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34802026-08-24T20:12:54.889Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34812026-08-24T20:12:57.682Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34822026-08-24T20:13:00.553Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34832026-08-24T20:13:03.095Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34842026-08-24T20:13:05.912Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34852026-08-24T20:13:08.642Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34862026-08-24T20:13:11.445Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34872026-08-24T20:13:14.239Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34882026-08-24T20:13:16.981Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34892026-08-24T20:13:19.604Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34902026-08-24T20:13:22.633Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34912026-08-24T20:13:25.216Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34922026-08-24T20:13:27.922Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34932026-08-24T20:13:31.047Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34942026-08-24T20:13:33.899Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34952026-08-24T20:13:36.575Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34962026-08-24T20:13:39.277Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34972026-08-24T20:13:42.106Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34982026-08-24T20:13:44.832Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34992026-08-24T20:13:47.688Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35002026-08-24T20:13:51.102Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35012026-08-24T20:13:53.809Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35022026-08-24T20:13:56.751Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35032026-08-24T20:14:04.896Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35042026-08-24T20:14:05.153Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35052026-08-24T20:14:08.785Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35062026-08-24T20:14:12.315Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35072026-08-24T20:14:16.056Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35082026-08-24T20:14:19.556Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35092026-08-24T20:14:24.637Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35102026-08-24T20:14:27.656Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35112026-08-24T20:14:31.573Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35122026-08-24T20:14:35.785Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35132026-08-24T20:14:39.472Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35142026-08-24T20:14:43.474Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35152026-08-24T20:14:47.344Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35162026-08-24T20:14:51.339Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35172026-08-24T20:14:55.241Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35182026-08-24T20:14:59.138Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35192026-08-24T20:15:03.116Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
35202026-08-24T20:15:07.134Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35212026-08-24T20:15:10.964Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35222026-08-24T20:15:14.989Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
35232026-08-24T20:15:18.974Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35242026-08-24T20:15:22.969Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35252026-08-24T20:15:26.946Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35262026-08-24T20:15:31.004Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35272026-08-24T20:16:02.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 40s
35282026-08-24T20:16:02.715Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35292026-08-24T20:16:02.715Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35302026-08-24T20:16:02.888Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35312026-08-24T20:16:03.002Z
35322026-08-24T20:16:03.002Zreal 7:41.065514340
35332026-08-24T20:16:03.002Zuser 20:45.703810718
35342026-08-24T20:16:03.002Zsys 4:29.789327456
35352026-08-24T20:16:03.002Ztrap 0.301121920
35362026-08-24T20:16:03.002Ztflt 0.006122760
35372026-08-24T20:16:03.002Zdflt 0.089745244
35382026-08-24T20:16:03.002Zkflt 0.000109590
35392026-08-24T20:16:03.002Zlock 7:20:35.745353166
35402026-08-24T20:16:03.002Zslp 2:34:52.699871241
35412026-08-24T20:16:03.002Zlat 34.548239243
35422026-08-24T20:16:03.006Zstop 2:15.340329853
35432026-08-24T20:16:03.006Zprocess exited: duration 856163 ms, exit code 0
 
35442026-08-24T20:16:03.016Zfound 0 output files