01M15G5JKGEK5D01EVC385SQE5: clippy (helios)

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

Buildomat Job: 01M15G67TY8CYC1FZKBX586ZAS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-29T00:55:45.205Zjob assigned to worker 01M15G6A5T5RQYDSG39M15MNAM [factory aws, i-0400ac6a884021aa5] (queued for 54 s)
 
22026-08-29T00:55:51.718Zstarting task 0: "setup"
32026-08-29T00:55:51.722Z++ uname -s
42026-08-29T00:55:51.722Z+ kern=SunOS
52026-08-29T00:55:51.722Z+ build_user=build
62026-08-29T00:55:51.722Z+ build_uid=12345
72026-08-29T00:55:51.723Z+ work_dir=/work
82026-08-29T00:55:51.723Z+ input_dir=/input
92026-08-29T00:55:51.723Z+ [[ 0 == 12345 ]]
102026-08-29T00:55:51.723Z+ case "$kern" in
112026-08-29T00:55:51.723Z+ groupadd -g 12345 build
122026-08-29T00:55:51.723Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-29T00:55:53.726Z+ zfs create -o mountpoint=/work rpool/work
142026-08-29T00:55:53.833Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-29T00:55:53.836Z+ home_fs=zfs
162026-08-29T00:55:53.836Z+ [[ zfs == autofs ]]
172026-08-29T00:55:53.836Z+ mkdir -p /home/build
182026-08-29T00:55:53.836Z+ chown build:build /home/build /work
192026-08-29T00:55:55.840Z+ chmod 0700 /home/build /work
202026-08-29T00:55:55.843Zprocess exited: duration 4125 ms, exit code 0
 
212026-08-29T00:55:55.852Zstarting task 1: "rust-toolchain"
222026-08-29T00:55:55.855Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-29T00:55:55.855Z * rust toolchain channel = "1.97.1"
242026-08-29T00:55:55.855Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-29T00:55:55.855Z * rust toolchain profile = "default"
262026-08-29T00:55:55.855Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-29T00:55:55.855Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-29T00:55:55.859Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-29T00:55:55.859Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-29T00:55:55.913Zinfo: downloading installer
312026-08-29T00:55:57.095Zwarn: It looks like you have an existing rustup settings file at:
322026-08-29T00:55:57.095Zwarn: /home/build/.rustup/settings.toml
332026-08-29T00:55:57.095Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-29T00:55:57.095Zwarn: instead of the one inferred from the default host triple.
352026-08-29T00:55:57.107Zinfo: profile set to default
362026-08-29T00:55:57.107Zinfo: default host triple is x86_64-unknown-illumos
372026-08-29T00:55:57.110Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-29T00:55:57.243Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-29T00:55:57.246Zinfo: downloading 6 components
402026-08-29T00:56:11.623Z
412026-08-29T00:56:11.623Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-29T00:56:11.650Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-29T00:56:11.650Z
442026-08-29T00:56:11.650Z
452026-08-29T00:56:11.651ZRust is installed now. Great!
462026-08-29T00:56:11.651Z
472026-08-29T00:56:11.654ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-29T00:56:11.654Zenvironment variable. This has not been done automatically.
492026-08-29T00:56:11.654Z
502026-08-29T00:56:11.654ZTo configure your current shell, you need to source
512026-08-29T00:56:11.656Zthe corresponding env file under $HOME/.cargo.
522026-08-29T00:56:11.656Z
532026-08-29T00:56:11.656ZThis is usually done by running one of the following (note the leading DOT):
542026-08-29T00:56:11.656Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-29T00:56:11.656Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-29T00:56:11.656Zsource "~/.cargo/env.nu" # For nushell
572026-08-29T00:56:11.656Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-29T00:56:11.656Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-29T00:56:11.656Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-29T00:56:11.656Zwarn: no default linker (`cc`) was found in your PATH
612026-08-29T00:56:11.656Zwarn: many Rust crates require a system C toolchain to build
622026-08-29T00:56:11.751Z+ rustup --version
632026-08-29T00:56:11.760Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-29T00:56:11.763Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-29T00:56:11.783Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-29T00:56:11.786Z+ cargo --version
672026-08-29T00:56:11.800Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-29T00:56:11.803Z+ rustc --version
692026-08-29T00:56:11.820Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-29T00:56:11.823Zprocess exited: duration 15971 ms, exit code 0
 
712026-08-29T00:56:11.829Zstarting task 2: "authentication"
722026-08-29T00:56:11.846Zprocess exited: duration 16 ms, exit code 0
 
732026-08-29T00:56:11.852Zstarting task 3: "clone repository"
742026-08-29T00:56:11.855Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-29T00:56:11.858Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-29T00:56:11.885ZCloning into '/work/oxidecomputer/omicron'...
772026-08-29T00:56:24.862Z+ cd /work/oxidecomputer/omicron
782026-08-29T00:56:24.862Z+ git fetch origin b08bf38c1017cf31822c8159c41a1863c22b25b8
792026-08-29T00:56:25.218ZFrom https://github.com/oxidecomputer/omicron
802026-08-29T00:56:25.218Z * branch b08bf38c1017cf31822c8159c41a1863c22b25b8 -> FETCH_HEAD
812026-08-29T00:56:25.279Z+ [[ -n renovate/crate-tokio-postgres-vulnerability ]]
822026-08-29T00:56:25.279Z++ git branch --show-current
832026-08-29T00:56:25.279Z+ current=main
842026-08-29T00:56:25.279Z+ [[ main != renovate/crate-tokio-postgres-vulnerability ]]
852026-08-29T00:56:25.279Z+ git branch -f renovate/crate-tokio-postgres-vulnerability b08bf38c1017cf31822c8159c41a1863c22b25b8
862026-08-29T00:56:25.279Z+ git checkout -f renovate/crate-tokio-postgres-vulnerability
872026-08-29T00:56:25.455ZSwitched to branch 'renovate/crate-tokio-postgres-vulnerability'
882026-08-29T00:56:25.479Z+ git reset --hard b08bf38c1017cf31822c8159c41a1863c22b25b8
892026-08-29T00:56:25.486ZHEAD is now at b08bf38c1 Update Rust crate tokio-postgres to v0.7.18 [SECURITY]
902026-08-29T00:56:25.486Zprocess exited: duration 13620 ms, exit code 0
 
912026-08-29T00:56:25.494Zstarting task 4: "build"
922026-08-29T00:56:25.505Z+ source ./env.sh
932026-08-29T00:56:25.505Z++ OLD_SHELL_OPTS=ehxB
942026-08-29T00:56:25.505Z++ set -o xtrace
952026-08-29T00:56:25.512Z++++ dirname ./env.sh
962026-08-29T00:56:25.512Z+++ readlink -f .
972026-08-29T00:56:25.512Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-29T00:56:25.512Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-29T00:56:25.512Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-29T00:56:25.512Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-29T00:56:25.512Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-29T00:56:25.512Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-29T00:56:25.513Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-29T00:56:25.513Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-29T00:56:25.513Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-29T00:56:25.513Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-29T00:56:25.513Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-29T00:56:25.513Z++ case $OLD_SHELL_OPTS in
1092026-08-29T00:56:25.513Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-29T00:56:25.513Z+ source .github/buildomat/ci-env.sh
1112026-08-29T00:56:25.513Z++ export CARGO_TERM_COLOR=always
1122026-08-29T00:56:25.513Z++ CARGO_TERM_COLOR=always
1132026-08-29T00:56:25.513Z+++ uname -s
1142026-08-29T00:56:25.513Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-29T00:56:25.513Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-29T00:56:25.513Z+ cargo --version
1172026-08-29T00:56:25.517Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-29T00:56:25.517Z+ rustc --version
1192026-08-29T00:56:25.544Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-29T00:56:25.552Z+ banner prerequisites
1212026-08-29T00:56:25.552Z
1222026-08-29T00:56:25.554Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-29T00:56:25.554Z # # # # # # # # # # # # # # #
1242026-08-29T00:56:25.554Z # # # # ##### # # ##### # # # # # #### #
1252026-08-29T00:56:25.554Z ##### ##### # ##### # # # # # # # # #
1262026-08-29T00:56:25.554Z # # # # # # # # # # # # # # #
1272026-08-29T00:56:25.554Z # # # ###### # # ###### ### # #### # #### #
1282026-08-29T00:56:25.554Z
1292026-08-29T00:56:25.554Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-29T00:56:27.439Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-29T00:56:27.845Z Startup: Caching catalogs ... Done
1322026-08-29T00:56:30.151ZPlanning: Solver setup ... Done (2.187s)
1332026-08-29T00:56:30.214ZPlanning: Running solver ... Done (0.064s)
1342026-08-29T00:56:30.265ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-29T00:56:30.277ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-29T00:56:30.294ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-29T00:56:30.307ZPlanning: Package planning ... Done (0.013s)
1382026-08-29T00:56:30.310ZPlanning: Merging actions ... Done (0.001s)
1392026-08-29T00:56:30.526ZPlanning: Checking for conflicting actions ... Done (0.217s)
1402026-08-29T00:56:30.529ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-29T00:56:31.304ZPlanning: Evaluating mediators ... Done (0.777s)
1422026-08-29T00:56:31.307ZPlanning: Planning completed in 3.43 seconds
1432026-08-29T00:56:31.313Z Packages to install: 2
1442026-08-29T00:56:31.313Z Estimated space available: 156.01 GB
1452026-08-29T00:56:31.316ZEstimated space to be consumed: 83.65 MB
1462026-08-29T00:56:31.317Z Create boot environment: No
1472026-08-29T00:56:31.317ZCreate backup boot environment: No
1482026-08-29T00:56:31.317Z Rebuild boot archive: No
1492026-08-29T00:56:31.317Z
1502026-08-29T00:56:31.317ZChanged packages:
1512026-08-29T00:56:31.317Zhelios
1522026-08-29T00:56:31.317Z developer/build-essential
1532026-08-29T00:56:31.317Z None -> 11-3.0
1542026-08-29T00:56:31.317Z library/libxmlsec1
1552026-08-29T00:56:31.317Z None -> 1.2.35-3.0
1562026-08-29T00:56:31.343Z
1572026-08-29T00:56:31.343ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-29T00:56:31.421ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1592026-08-29T00:56:31.485Z Actions: 1/268 actions (Installing new actions)
1602026-08-29T00:56:31.523Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-29T00:56:31.562ZFinalize: Updating package state database ... Done (0.036s)
1622026-08-29T00:56:31.562ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-29T00:56:31.652ZFinalize: Updating image state ... Done (0.092s)
1642026-08-29T00:56:34.091ZFinalize: Creating fast lookup database ... Done (2.388s)
1652026-08-29T00:56:34.155ZFinalize: Reading search index ... Done (0.011s)
1662026-08-29T00:56:34.165ZFinalize: Updating search index ... Done (0.000s)
1672026-08-29T00:56:34.252ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-29T00:56:34.620ZPlanning: Evaluating mediator changes ... Done
1692026-08-29T00:56:34.725ZPlanning: Checking for conflicting actions ... Done
1702026-08-29T00:56:34.729ZPlanning: Consolidating action changes ... Done
1712026-08-29T00:56:34.883ZPlanning: Evaluating mediators ... Done
1722026-08-29T00:56:34.894ZPlanning: Planning completed in 0.26 seconds
1732026-08-29T00:56:34.906Z Mediators to change: 2
1742026-08-29T00:56:34.906Z Create boot environment: No
1752026-08-29T00:56:34.906ZCreate backup boot environment: No
1762026-08-29T00:56:35.021ZFinalize: Updating package state database ... Done
1772026-08-29T00:56:35.021ZFinalize: Updating package cache ... Done
1782026-08-29T00:56:35.073ZFinalize: Updating image state ... Done
1792026-08-29T00:56:37.003ZFinalize: Creating fast lookup database ... Done
1802026-08-29T00:56:37.063ZFinalize: Reading search index ... Done
1812026-08-29T00:56:37.067ZFinalize: Updating search index ... Done
1822026-08-29T00:56:37.149ZFinalize: Updating package cache ... Done
1832026-08-29T00:56:37.425ZPlanning: Evaluating mediator changes ... Done
1842026-08-29T00:56:37.528ZPlanning: Checking for conflicting actions ... Done
1852026-08-29T00:56:37.531ZPlanning: Consolidating action changes ... Done
1862026-08-29T00:56:37.686ZPlanning: Evaluating mediators ... Done
1872026-08-29T00:56:37.689ZPlanning: Planning completed in 0.26 seconds
1882026-08-29T00:56:37.710Z Mediators to change: 1
1892026-08-29T00:56:37.710Z Create boot environment: No
1902026-08-29T00:56:37.714ZCreate backup boot environment: No
1912026-08-29T00:56:37.763ZFinalize: Updating package state database ... Done
1922026-08-29T00:56:37.763ZFinalize: Updating package cache ... Done
1932026-08-29T00:56:37.820ZFinalize: Updating image state ... Done
1942026-08-29T00:56:39.751ZFinalize: Creating fast lookup database ... Done
1952026-08-29T00:56:39.815ZFinalize: Reading search index ... Done
1962026-08-29T00:56:39.818ZFinalize: Updating search index ... Done
1972026-08-29T00:56:39.893ZFinalize: Updating package cache ... Done
1982026-08-29T00:56:40.203ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-29T00:56:40.203Zapache system 2.4 system
2002026-08-29T00:56:40.203Zclang system 15 system
2012026-08-29T00:56:40.203Zcsh system system illumos
2022026-08-29T00:56:40.203Zctags system system illumos
2032026-08-29T00:56:40.203Zfile vendor vendor darwinsys
2042026-08-29T00:56:40.203Zfile system system illumos
2052026-08-29T00:56:40.203Zgcc vendor 14 vendor
2062026-08-29T00:56:40.203Zgcc system 13 system
2072026-08-29T00:56:40.203Zgcc system 10 system
2082026-08-29T00:56:40.203Zgo system 1.25 system
2092026-08-29T00:56:40.203Zllvm system 15 system
2102026-08-29T00:56:40.203Zmariadb system 11.4 system
2112026-08-29T00:56:40.203Zmta vendor vendor dma
2122026-08-29T00:56:40.203Zopenjdk system 17 system
2132026-08-29T00:56:40.203Zopenjdk system 11 system
2142026-08-29T00:56:40.203Zopenssl vendor 3 vendor
2152026-08-29T00:56:40.203Zperl system 5.40 system
2162026-08-29T00:56:40.204Zpostgresql system 18 system
2172026-08-29T00:56:40.204Zpostgresql system 17 system
2182026-08-29T00:56:40.204Zpython vendor 3 vendor
2192026-08-29T00:56:40.204Zpython system 2 system
2202026-08-29T00:56:40.204Zpython3 vendor 3.13 vendor
2212026-08-29T00:56:40.204Zruby system 3.4 system
2222026-08-29T00:56:40.204Zruby system 3.0 system
2232026-08-29T00:56:40.204Zwords vendor vendor american-english
2242026-08-29T00:56:40.204Zwords system system australian-english
2252026-08-29T00:56:40.204Zwords system system british-english
2262026-08-29T00:56:40.204Zwords system system canadian-english
2272026-08-29T00:56:40.204Zwords system system french
2282026-08-29T00:56:40.204Zwords system system italian
2292026-08-29T00:56:40.204Zwords system system ngerman
2302026-08-29T00:56:40.205Zwords system system ogerman
2312026-08-29T00:56:40.205Zwords system system spanish
2322026-08-29T00:56:40.456ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-29T00:56:40.456Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-29T00:56:40.954ZFMRI IFO
2352026-08-29T00:56:40.955Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-29T00:56:40.955Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-29T00:56:40.955Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-29T00:56:40.955Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-29T00:56:40.955Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-29T00:56:40.955Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-29T00:56:40.955Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-29T00:56:40.955Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-29T00:56:40.955Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-29T00:56:41.300Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-29T00:56:41.655Z Updating crates.io index
2462026-08-29T00:56:41.658Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-29T00:56:41.960Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-29T00:56:42.343Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2492026-08-29T00:56:42.620Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-29T00:56:43.670Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-08-29T00:56:44.207Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-08-29T00:56:45.750Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-08-29T00:56:46.678Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-08-29T00:56:46.952Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-08-29T00:56:47.330Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-08-29T00:56:48.686Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-08-29T00:56:48.972Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-08-29T00:56:51.176Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-08-29T00:56:51.432Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-08-29T00:56:51.682Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-08-29T00:56:51.965Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-08-29T00:56:52.245Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2632026-08-29T00:56:52.488Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642026-08-29T00:56:52.790Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-08-29T00:56:53.169Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-29T00:56:53.820Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-08-29T00:56:54.099Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-08-29T00:56:54.657Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2692026-08-29T00:56:54.964Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-29T00:56:55.217Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-29T00:56:55.662Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-29T00:56:55.924Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-29T00:56:56.207Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-29T00:56:56.535Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-29T00:56:56.804Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-29T00:56:57.104Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-29T00:56:57.491Z Updating git repository `https://github.com/oxidecomputer/tough`
2782026-08-29T00:56:58.192Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-29T00:56:58.446Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-29T00:56:58.713Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-29T00:56:59.017Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-08-29T00:56:59.325Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-08-29T00:56:59.574Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-08-29T00:56:59.859Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-08-29T00:57:00.152Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-08-29T00:57:00.431Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2872026-08-29T00:57:00.730Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-29T00:57:03.357Z Downloading crates ...
2892026-08-29T00:57:03.443Z Downloaded anstyle-parse v1.0.0
2902026-08-29T00:57:03.465Z Downloaded bitflags v2.11.0
2912026-08-29T00:57:03.465Z Downloaded once_cell v1.21.3
2922026-08-29T00:57:03.465Z Downloaded macaddr v1.0.1
2932026-08-29T00:57:03.465Z Downloaded toml_write v0.1.2
2942026-08-29T00:57:03.466Z Downloaded cargo-platform v0.3.2
2952026-08-29T00:57:03.466Z Downloaded anyhow v1.0.104
2962026-08-29T00:57:03.466Z Downloaded zerocopy-derive v0.7.35
2972026-08-29T00:57:03.466Z Downloaded anstream v1.0.0
2982026-08-29T00:57:03.466Z Downloaded cargo_toml v0.21.0
2992026-08-29T00:57:03.466Z Downloaded zmij v1.0.21
3002026-08-29T00:57:03.466Z Downloaded zerocopy v0.7.35
3012026-08-29T00:57:03.466Z Downloaded memmap v0.7.0
3022026-08-29T00:57:03.466Z Downloaded generic-array v0.14.7
3032026-08-29T00:57:03.466Z Downloaded fnv v1.0.7
3042026-08-29T00:57:03.487Z Downloaded pest_derive v2.8.6
3052026-08-29T00:57:03.488Z Downloaded dof v0.3.0
3062026-08-29T00:57:03.561Z Downloaded itoa v1.0.17
3072026-08-29T00:57:03.561Z Downloaded crypto-common v0.1.7
3082026-08-29T00:57:03.561Z Downloaded clap_lex v1.0.0
3092026-08-29T00:57:03.561Z Downloaded unicode-linebreak v0.1.5
3102026-08-29T00:57:03.561Z Downloaded anstyle-query v1.1.5
3112026-08-29T00:57:03.561Z Downloaded heck v0.4.1
3122026-08-29T00:57:03.638Z Downloaded camino-tempfile v1.4.1
3132026-08-29T00:57:03.638Z Downloaded block-buffer v0.10.4
3142026-08-29T00:57:03.639Z Downloaded heck v0.5.0
3152026-08-29T00:57:03.640Z Downloaded is_terminal_polyfill v1.70.2
3162026-08-29T00:57:03.640Z Downloaded equivalent v1.0.2
3172026-08-29T00:57:03.640Z Downloaded errno v0.3.14
3182026-08-29T00:57:03.640Z Downloaded pretty-hex v0.4.1
3192026-08-29T00:57:03.640Z Downloaded utf8parse v0.2.2
3202026-08-29T00:57:03.640Z Downloaded plain v0.2.3
3212026-08-29T00:57:03.640Z Downloaded proc-macro-error-attr v1.0.4
3222026-08-29T00:57:03.640Z Downloaded cfg-if v1.0.4
3232026-08-29T00:57:03.640Z Downloaded thread-id v4.2.2
3242026-08-29T00:57:03.640Z Downloaded cpufeatures v0.2.17
3252026-08-29T00:57:03.640Z Downloaded colorchoice v1.0.4
3262026-08-29T00:57:03.640Z Downloaded dtrace-parser v0.2.0
3272026-08-29T00:57:03.640Z Downloaded toml_datetime v0.6.11
3282026-08-29T00:57:03.640Z Downloaded terminal_size v0.4.3
3292026-08-29T00:57:03.641Z Downloaded usdt v0.5.0
3302026-08-29T00:57:03.641Z Downloaded version_check v0.9.5
3312026-08-29T00:57:03.641Z Downloaded digest v0.10.7
3322026-08-29T00:57:03.641Z Downloaded cargo_metadata v0.23.1
3332026-08-29T00:57:03.641Z Downloaded autocfg v1.5.0
3342026-08-29T00:57:03.641Z Downloaded byteorder v1.5.0
3352026-08-29T00:57:03.641Z Downloaded thiserror v2.0.18
3362026-08-29T00:57:03.641Z Downloaded smawk v0.3.2
3372026-08-29T00:57:03.641Z Downloaded scroll_derive v0.12.1
3382026-08-29T00:57:03.641Z Downloaded strsim v0.11.1
3392026-08-29T00:57:03.641Z Downloaded swrite v0.1.0
3402026-08-29T00:57:03.641Z Downloaded tabled_derive v0.7.0
3412026-08-29T00:57:03.641Z Downloaded usdt-macro v0.5.0
3422026-08-29T00:57:03.642Z Downloaded usdt-attr-macro v0.5.0
3432026-08-29T00:57:03.642Z Downloaded fastrand v2.3.0
3442026-08-29T00:57:03.642Z Downloaded anstyle v1.0.14
3452026-08-29T00:57:03.642Z Downloaded bytecount v0.6.9
3462026-08-29T00:57:03.642Z Downloaded thiserror v1.0.69
3472026-08-29T00:57:03.642Z Downloaded fs-err v3.3.0
3482026-08-29T00:57:03.642Z Downloaded thiserror-impl v2.0.18
3492026-08-29T00:57:03.642Z Downloaded serde_spanned v0.6.9
3502026-08-29T00:57:03.642Z Downloaded thiserror-impl v1.0.69
3512026-08-29T00:57:03.642Z Downloaded clap_derive v4.6.1
3522026-08-29T00:57:03.642Z Downloaded sha2 v0.10.9
3532026-08-29T00:57:03.642Z Downloaded camino v1.2.5
3542026-08-29T00:57:03.642Z Downloaded proc-macro-error v1.0.4
3552026-08-29T00:57:03.739Z Downloaded quote v1.0.45
3562026-08-29T00:57:03.739Z Downloaded serde_tokenstream v0.2.3
3572026-08-29T00:57:03.739Z Downloaded ucd-trie v0.1.7
3582026-08-29T00:57:03.739Z Downloaded scroll v0.12.0
3592026-08-29T00:57:03.739Z Downloaded usdt-impl v0.5.0
3602026-08-29T00:57:03.741Z Downloaded semver v1.0.28
3612026-08-29T00:57:03.741Z Downloaded getrandom v0.4.3
3622026-08-29T00:57:03.741Z Downloaded pest_meta v2.8.6
3632026-08-29T00:57:03.741Z Downloaded toml v0.8.23
3642026-08-29T00:57:03.741Z Downloaded pest_generator v2.8.6
3652026-08-29T00:57:03.741Z Downloaded papergrid v0.11.0
3662026-08-29T00:57:03.741Z Downloaded log v0.4.33
3672026-08-29T00:57:03.741Z Downloaded unicode-ident v1.0.24
3682026-08-29T00:57:03.741Z Downloaded tempfile v3.27.0
3692026-08-29T00:57:03.782Z Downloaded textwrap v0.16.2
3702026-08-29T00:57:03.783Z Downloaded serde_core v1.0.228
3712026-08-29T00:57:03.783Z Downloaded indexmap v2.14.0
3722026-08-29T00:57:03.783Z Downloaded serde_derive v1.0.228
3732026-08-29T00:57:03.783Z Downloaded toml_edit v0.22.27
3742026-08-29T00:57:03.783Z Downloaded clap v4.6.1
3752026-08-29T00:57:03.783Z Downloaded proc-macro2 v1.0.106
3762026-08-29T00:57:03.783Z Downloaded serde v1.0.228
3772026-08-29T00:57:03.783Z Downloaded memchr v2.8.0
3782026-08-29T00:57:03.783Z Downloaded pest v2.8.6
3792026-08-29T00:57:03.783Z Downloaded typenum v1.20.1
3802026-08-29T00:57:03.817Z Downloaded clap_builder v4.6.0
3812026-08-29T00:57:03.817Z Downloaded serde_json v1.0.151
3822026-08-29T00:57:03.818Z Downloaded hashbrown v0.17.0
3832026-08-29T00:57:03.818Z Downloaded goblin v0.8.2
3842026-08-29T00:57:03.841Z Downloaded winnow v0.7.14
3852026-08-29T00:57:03.841Z Downloaded tabled v0.15.0
3862026-08-29T00:57:03.841Z Downloaded syn v1.0.109
3872026-08-29T00:57:03.841Z Downloaded unicode-width v0.2.0
3882026-08-29T00:57:03.892Z Downloaded unicode-width v0.1.14
3892026-08-29T00:57:03.892Z Downloaded syn v2.0.117
3902026-08-29T00:57:03.999Z Downloaded libc v0.2.185
3912026-08-29T00:57:04.000Z Downloaded rustix v1.1.4
3922026-08-29T00:57:04.000Z Compiling proc-macro2 v1.0.106
3932026-08-29T00:57:04.000Z Compiling unicode-ident v1.0.24
3942026-08-29T00:57:04.000Z Compiling quote v1.0.45
3952026-08-29T00:57:04.000Z Compiling serde_core v1.0.228
3962026-08-29T00:57:04.000Z Compiling libc v0.2.185
3972026-08-29T00:57:04.000Z Compiling version_check v0.9.5
3982026-08-29T00:57:04.000Z Compiling memchr v2.8.0
3992026-08-29T00:57:04.000Z Compiling serde v1.0.228
4002026-08-29T00:57:04.286Z Compiling zmij v1.0.21
4012026-08-29T00:57:04.419Z Compiling thiserror v1.0.69
4022026-08-29T00:57:04.511Z Compiling itoa v1.0.17
4032026-08-29T00:57:04.703Z Compiling ucd-trie v0.1.7
4042026-08-29T00:57:04.865Z Compiling pest v2.8.6
4052026-08-29T00:57:04.950Z Compiling rustix v1.1.4
4062026-08-29T00:57:04.971Z Compiling byteorder v1.5.0
4072026-08-29T00:57:04.983Z Compiling errno v0.3.14
4082026-08-29T00:57:05.124Z Compiling bitflags v2.11.0
4092026-08-29T00:57:05.132Z Compiling serde_json v1.0.151
4102026-08-29T00:57:05.367Z Compiling thread-id v4.2.2
4112026-08-29T00:57:05.439Z Compiling syn v2.0.117
4122026-08-29T00:57:05.462Z Compiling proc-macro-error-attr v1.0.4
4132026-08-29T00:57:05.479Z Compiling usdt-impl v0.5.0
4142026-08-29T00:57:05.595Z Compiling syn v1.0.109
4152026-08-29T00:57:05.646Z Compiling camino v1.2.5
4162026-08-29T00:57:05.841Z Compiling proc-macro-error v1.0.4
4172026-08-29T00:57:05.907Z Compiling pest_meta v2.8.6
4182026-08-29T00:57:06.008Z Compiling log v0.4.33
4192026-08-29T00:57:06.026Z Compiling hashbrown v0.17.0
4202026-08-29T00:57:06.125Z Compiling utf8parse v0.2.2
4212026-08-29T00:57:06.231Z Compiling plain v0.2.3
4222026-08-29T00:57:06.276Z Compiling equivalent v1.0.2
4232026-08-29T00:57:06.333Z Compiling getrandom v0.4.3
4242026-08-29T00:57:06.415Z Compiling terminal_size v0.4.3
4252026-08-29T00:57:06.563Z Compiling indexmap v2.14.0
4262026-08-29T00:57:06.706Z Compiling anstyle-parse v1.0.0
4272026-08-29T00:57:07.164Z Compiling pretty-hex v0.4.1
4282026-08-29T00:57:07.197Z Compiling cfg-if v1.0.4
4292026-08-29T00:57:07.256Z Compiling winnow v0.7.14
4302026-08-29T00:57:07.279Z Compiling autocfg v1.5.0
4312026-08-29T00:57:07.304Z Compiling thiserror v2.0.18
4322026-08-29T00:57:07.311Z Compiling anstyle v1.0.14
4332026-08-29T00:57:07.505Z Compiling is_terminal_polyfill v1.70.2
4342026-08-29T00:57:07.542Z Compiling colorchoice v1.0.4
4352026-08-29T00:57:07.601Z Compiling anstyle-query v1.1.5
4362026-08-29T00:57:07.618Z Compiling toml_write v0.1.2
4372026-08-29T00:57:07.634Z Compiling pest_generator v2.8.6
4382026-08-29T00:57:07.691Z Compiling fs-err v3.3.0
4392026-08-29T00:57:07.709Z Compiling anstream v1.0.0
4402026-08-29T00:57:07.897Z Compiling heck v0.5.0
4412026-08-29T00:57:08.020Z Compiling anyhow v1.0.104
4422026-08-29T00:57:08.036Z Compiling clap_lex v1.0.0
4432026-08-29T00:57:08.126Z Compiling once_cell v1.21.3
4442026-08-29T00:57:08.262Z Compiling fastrand v2.3.0
4452026-08-29T00:57:08.281Z Compiling heck v0.4.1
4462026-08-29T00:57:08.317Z Compiling fnv v1.0.7
4472026-08-29T00:57:08.336Z Compiling strsim v0.11.1
4482026-08-29T00:57:08.350Z Compiling bytecount v0.6.9
4492026-08-29T00:57:08.421Z Compiling unicode-width v0.1.14
4502026-08-29T00:57:08.528Z Compiling tempfile v3.27.0
4512026-08-29T00:57:08.619Z Compiling clap_builder v4.6.0
4522026-08-29T00:57:08.675Z Compiling papergrid v0.11.0
4532026-08-29T00:57:08.691Z Compiling cargo-platform v0.3.2
4542026-08-29T00:57:08.712Z Compiling semver v1.0.28
4552026-08-29T00:57:08.730Z Compiling memmap v0.7.0
4562026-08-29T00:57:08.834Z Compiling tabled_derive v0.7.0
4572026-08-29T00:57:08.853Z Compiling unicode-linebreak v0.1.5
4582026-08-29T00:57:08.910Z Compiling unicode-width v0.2.0
4592026-08-29T00:57:08.956Z Compiling smawk v0.3.2
4602026-08-29T00:57:09.089Z Compiling camino-tempfile v1.4.1
4612026-08-29T00:57:09.179Z Compiling textwrap v0.16.2
4622026-08-29T00:57:09.281Z Compiling serde_derive v1.0.228
4632026-08-29T00:57:09.314Z Compiling thiserror-impl v1.0.69
4642026-08-29T00:57:09.370Z Compiling zerocopy-derive v0.7.35
4652026-08-29T00:57:09.387Z Compiling pest_derive v2.8.6
4662026-08-29T00:57:09.625Z Compiling scroll_derive v0.12.1
4672026-08-29T00:57:09.735Z Compiling thiserror-impl v2.0.18
4682026-08-29T00:57:09.826Z Compiling clap_derive v4.6.1
4692026-08-29T00:57:10.113Z Compiling tabled v0.15.0
4702026-08-29T00:57:10.247Z Compiling zerocopy v0.7.35
4712026-08-29T00:57:10.336Z Compiling scroll v0.12.0
4722026-08-29T00:57:10.618Z Compiling goblin v0.8.2
4732026-08-29T00:57:10.713Z Compiling dtrace-parser v0.2.0
4742026-08-29T00:57:10.820Z Compiling swrite v0.1.0
4752026-08-29T00:57:11.518Z Compiling clap v4.6.1
4762026-08-29T00:57:12.243Z Compiling serde_spanned v0.6.9
4772026-08-29T00:57:12.243Z Compiling toml_datetime v0.6.11
4782026-08-29T00:57:12.243Z Compiling cargo_metadata v0.23.1
4792026-08-29T00:57:12.252Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-08-29T00:57:12.252Z Compiling macaddr v1.0.1
4812026-08-29T00:57:12.321Z Compiling dof v0.3.0
4822026-08-29T00:57:12.329Z Compiling serde_tokenstream v0.2.3
4832026-08-29T00:57:12.462Z Compiling toml_edit v0.22.27
4842026-08-29T00:57:13.051Z Compiling usdt-macro v0.5.0
4852026-08-29T00:57:13.089Z Compiling usdt-attr-macro v0.5.0
4862026-08-29T00:57:13.653Z Compiling usdt v0.5.0
4872026-08-29T00:57:13.797Z Compiling toml v0.8.23
4882026-08-29T00:57:14.123Z Compiling cargo_toml v0.21.0
4892026-08-29T00:57:15.376Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-29T00:57:17.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.26s
4912026-08-29T00:57:17.589Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-29T00:57:18.092Z Downloading crates ...
4932026-08-29T00:57:18.163Z Downloaded bitfield-struct v0.6.2
4942026-08-29T00:57:18.166Z Downloaded aead v0.5.2
4952026-08-29T00:57:18.166Z Downloaded arrayref v0.3.9
4962026-08-29T00:57:18.169Z Downloaded base64ct v1.8.3
4972026-08-29T00:57:18.172Z Downloaded backoff v0.4.0
4982026-08-29T00:57:18.179Z Downloaded backtrace v0.3.76
4992026-08-29T00:57:18.184Z Downloaded backtrace-ext v0.2.1
5002026-08-29T00:57:18.184Z Downloaded bb8 v0.8.6
5012026-08-29T00:57:18.184Z Downloaded base16ct v0.2.0
5022026-08-29T00:57:18.184Z Downloaded ciborium-io v0.2.2
5032026-08-29T00:57:18.184Z Downloaded bit-set v0.5.3
5042026-08-29T00:57:18.184Z Downloaded bit-set v0.8.0
5052026-08-29T00:57:18.184Z Downloaded const-oid v0.10.2
5062026-08-29T00:57:18.190Z Downloaded hash32 v0.3.1
5072026-08-29T00:57:18.190Z Downloaded atomic-waker v1.1.2
5082026-08-29T00:57:18.190Z Downloaded argon2 v0.5.3
5092026-08-29T00:57:18.190Z Downloaded atomicwrites v0.4.4
5102026-08-29T00:57:18.193Z Downloaded httparse v1.10.1
5112026-08-29T00:57:18.193Z Downloaded git-stub-vcs v0.1.0
5122026-08-29T00:57:18.193Z Downloaded async-trait v0.1.89
5132026-08-29T00:57:18.196Z Downloaded bit-vec v0.8.0
5142026-08-29T00:57:18.196Z Downloaded bs58 v0.5.1
5152026-08-29T00:57:18.196Z Downloaded futures-sink v0.3.32
5162026-08-29T00:57:18.199Z Downloaded hashbrown v0.16.1
5172026-08-29T00:57:18.202Z Downloaded fs_extra v1.3.0
5182026-08-29T00:57:18.202Z Downloaded float-ord v0.3.2
5192026-08-29T00:57:18.202Z Downloaded bitfield-macros v0.19.4
5202026-08-29T00:57:18.202Z Downloaded filetime v0.2.27
5212026-08-29T00:57:18.205Z Downloaded futures-task v0.3.32
5222026-08-29T00:57:18.205Z Downloaded adler2 v2.0.1
5232026-08-29T00:57:18.205Z Downloaded enum_dispatch v0.3.13
5242026-08-29T00:57:18.208Z Downloaded atty v0.2.14
5252026-08-29T00:57:18.208Z Downloaded foreign-types v0.3.2
5262026-08-29T00:57:18.208Z Downloaded fxhash v0.2.1
5272026-08-29T00:57:18.208Z Downloaded expectorate v1.2.0
5282026-08-29T00:57:18.213Z Downloaded fallible-iterator v0.2.0
5292026-08-29T00:57:18.213Z Downloaded backon v1.6.0
5302026-08-29T00:57:18.214Z Downloaded embedded-io v0.6.1
5312026-08-29T00:57:18.214Z Downloaded fs-err v2.11.0
5322026-08-29T00:57:18.219Z Downloaded base16ct v1.0.0
5332026-08-29T00:57:18.219Z Downloaded bitfield v0.19.4
5342026-08-29T00:57:18.219Z Downloaded generic-array v1.4.3
5352026-08-29T00:57:18.219Z Downloaded foldhash v0.1.5
5362026-08-29T00:57:18.219Z Downloaded foreign-types v0.5.0
5372026-08-29T00:57:18.219Z Downloaded argon2 v0.6.0-rc.8
5382026-08-29T00:57:18.227Z Downloaded bcs v0.1.6
5392026-08-29T00:57:18.227Z Downloaded float-cmp v0.10.0
5402026-08-29T00:57:18.227Z Downloaded foreign-types-shared v0.1.1
5412026-08-29T00:57:18.228Z Downloaded find-msvc-tools v0.1.9
5422026-08-29T00:57:18.228Z Downloaded foreign-types-shared v0.3.1
5432026-08-29T00:57:18.228Z Downloaded funty v2.0.0
5442026-08-29T00:57:18.228Z Downloaded env_filter v2.0.0
5452026-08-29T00:57:18.228Z Downloaded cexpr v0.6.0
5462026-08-29T00:57:18.228Z Downloaded futures-core v0.3.32
5472026-08-29T00:57:18.234Z Downloaded bcrypt-pbkdf v0.11.0
5482026-08-29T00:57:18.234Z Downloaded env_logger v0.11.11
5492026-08-29T00:57:18.234Z Downloaded futures-executor v0.3.32
5502026-08-29T00:57:18.234Z Downloaded block-buffer v0.12.1
5512026-08-29T00:57:18.234Z Downloaded block-padding v0.4.2
5522026-08-29T00:57:18.234Z Downloaded cfg_aliases v0.2.1
5532026-08-29T00:57:18.234Z Downloaded flagset v0.4.7
5542026-08-29T00:57:18.235Z Downloaded flume v0.11.1
5552026-08-29T00:57:18.235Z Downloaded ghash v0.6.0
5562026-08-29T00:57:18.240Z Downloaded ciborium-ll v0.2.2
5572026-08-29T00:57:18.240Z Downloaded cfg_aliases v0.1.1
5582026-08-29T00:57:18.240Z Downloaded fixedbitset v0.5.7
5592026-08-29T00:57:18.240Z Downloaded foldhash v0.2.0
5602026-08-29T00:57:18.240Z Downloaded cmake v0.1.57
5612026-08-29T00:57:18.240Z Downloaded bit-vec v0.6.3
5622026-08-29T00:57:18.240Z Downloaded bitflags v1.3.2
5632026-08-29T00:57:18.240Z Downloaded addr2line v0.25.1
5642026-08-29T00:57:18.246Z Downloaded fixedbitset v0.4.2
5652026-08-29T00:57:18.246Z Downloaded foreign-types-macros v0.2.3
5662026-08-29T00:57:18.246Z Downloaded headers-core v0.3.0
5672026-08-29T00:57:18.246Z Downloaded enum-as-inner v0.6.1
5682026-08-29T00:57:18.246Z Downloaded form_urlencoded v1.2.2
5692026-08-29T00:57:18.246Z Downloaded home v0.5.12
5702026-08-29T00:57:18.249Z Downloaded hostname v0.4.2
5712026-08-29T00:57:18.249Z Downloaded globset v0.4.18
5722026-08-29T00:57:18.249Z Downloaded futures-macro v0.3.32
5732026-08-29T00:57:18.249Z Downloaded fd-lock v4.0.4
5742026-08-29T00:57:18.254Z Downloaded assert_matches v1.5.0
5752026-08-29T00:57:18.257Z Downloaded httpdate v1.0.3
5762026-08-29T00:57:18.261Z Downloaded globwalk v0.9.1
5772026-08-29T00:57:18.261Z Downloaded http-range v0.1.5
5782026-08-29T00:57:18.261Z Downloaded compression-core v0.4.31
5792026-08-29T00:57:18.265Z Downloaded hostname v0.3.1
5802026-08-29T00:57:18.269Z Downloaded cobs v0.3.0
5812026-08-29T00:57:18.272Z Downloaded async-stream-impl v0.3.6
5822026-08-29T00:57:18.272Z Downloaded hubpack v0.1.2
5832026-08-29T00:57:18.272Z Downloaded hex v0.4.3
5842026-08-29T00:57:18.276Z Downloaded async-recursion v1.1.1
5852026-08-29T00:57:18.279Z Downloaded futures-io v0.3.32
5862026-08-29T00:57:18.279Z Downloaded glob v0.3.3
5872026-08-29T00:57:18.279Z Downloaded hickory-resolver v0.25.2
5882026-08-29T00:57:18.282Z Downloaded hash32 v0.2.1
5892026-08-29T00:57:18.282Z Downloaded hubpack_derive v0.1.1
5902026-08-29T00:57:18.285Z Downloaded embedded-io v0.4.0
5912026-08-29T00:57:18.286Z Downloaded async-stream v0.3.6
5922026-08-29T00:57:18.291Z Downloaded ascii-canvas v3.0.0
5932026-08-29T00:57:18.291Z Downloaded array-init v0.0.4
5942026-08-29T00:57:18.291Z Downloaded newline-converter v0.3.0
5952026-08-29T00:57:18.295Z Downloaded hex-literal v1.1.0
5962026-08-29T00:57:18.295Z Downloaded http-body v1.0.1
5972026-08-29T00:57:18.295Z Downloaded predicates-core v1.0.10
5982026-08-29T00:57:18.295Z Downloaded russh-cryptovec v0.62.0
5992026-08-29T00:57:18.295Z Downloaded predicates-tree v1.0.13
6002026-08-29T00:57:18.299Z Downloaded nibble_vec v0.1.0
6012026-08-29T00:57:18.301Z Downloaded progenitor-macro v0.14.0
6022026-08-29T00:57:18.307Z Downloaded radium v0.7.0
6032026-08-29T00:57:18.307Z Downloaded nodrop v0.1.14
6042026-08-29T00:57:18.307Z Downloaded normalize-line-endings v0.3.0
6052026-08-29T00:57:18.307Z Downloaded endian-type v0.1.2
6062026-08-29T00:57:18.307Z Downloaded num_threads v0.1.7
6072026-08-29T00:57:18.311Z Downloaded potential_utf v0.1.4
6082026-08-29T00:57:18.311Z Downloaded ff v0.14.0
6092026-08-29T00:57:18.314Z Downloaded gethostname v0.5.0
6102026-08-29T00:57:18.314Z Downloaded ena v0.14.4
6112026-08-29T00:57:18.314Z Downloaded http-body-util v0.1.3
6122026-08-29T00:57:18.314Z Downloaded parse-display v0.10.0
6132026-08-29T00:57:18.317Z Downloaded progenitor-client v0.14.0
6142026-08-29T00:57:18.317Z Downloaded proc-macro-crate v1.3.1
6152026-08-29T00:57:18.322Z Downloaded scopeguard v1.2.0
6162026-08-29T00:57:18.322Z Downloaded erased-serde v0.3.31
6172026-08-29T00:57:18.325Z Downloaded group v0.13.0
6182026-08-29T00:57:18.325Z Downloaded secrecy v0.10.3
6192026-08-29T00:57:18.329Z Downloaded russh-util v0.52.0
6202026-08-29T00:57:18.332Z Downloaded compression-codecs v0.4.37
6212026-08-29T00:57:18.332Z Downloaded chacha20 v0.9.1
6222026-08-29T00:57:18.336Z Downloaded cipher v0.5.2
6232026-08-29T00:57:18.336Z Downloaded serde_bytes v0.11.19
6242026-08-29T00:57:18.336Z Downloaded castaway v0.2.4
6252026-08-29T00:57:18.339Z Downloaded cbc v0.2.1
6262026-08-29T00:57:18.339Z Downloaded slog-envlogger v2.2.0
6272026-08-29T00:57:18.342Z Downloaded anstream v0.6.21
6282026-08-29T00:57:18.342Z Downloaded ff v0.13.1
6292026-08-29T00:57:18.342Z Downloaded git-stub v1.0.0
6302026-08-29T00:57:18.346Z Downloaded anstyle-parse v0.2.7
6312026-08-29T00:57:18.346Z Downloaded blowfish v0.10.0
6322026-08-29T00:57:18.346Z Downloaded cipher v0.4.4
6332026-08-29T00:57:18.346Z Downloaded group v0.14.0
6342026-08-29T00:57:18.350Z Downloaded highway v1.3.0
6352026-08-29T00:57:18.350Z Downloaded byte-wrapper v0.1.0
6362026-08-29T00:57:18.353Z Downloaded arrayvec v0.7.6
6372026-08-29T00:57:18.353Z Downloaded pem v3.0.6
6382026-08-29T00:57:18.353Z Downloaded cmov v0.5.4
6392026-08-29T00:57:18.357Z Downloaded aead v0.6.1
6402026-08-29T00:57:18.360Z Downloaded tagptr v0.2.0
6412026-08-29T00:57:18.360Z Downloaded serde_urlencoded v0.7.1
6422026-08-29T00:57:18.363Z Downloaded futures-channel v0.3.32
6432026-08-29T00:57:18.366Z Downloaded sqlparser_derive v0.5.0
6442026-08-29T00:57:18.366Z Downloaded bzip2 v0.4.4
6452026-08-29T00:57:18.367Z Downloaded pbkdf2 v0.13.0
6462026-08-29T00:57:18.371Z Downloaded cancel-safe-futures v0.1.5
6472026-08-29T00:57:18.371Z Downloaded rustls-pemfile v2.2.0
6482026-08-29T00:57:18.371Z Downloaded getrandom v0.2.17
6492026-08-29T00:57:18.376Z Downloaded half v1.8.3
6502026-08-29T00:57:18.376Z Downloaded base64 v0.22.1
6512026-08-29T00:57:18.376Z Downloaded hmac v0.13.0
6522026-08-29T00:57:18.380Z Downloaded topological-sort v0.2.2
6532026-08-29T00:57:18.385Z Downloaded camino-tempfile-ext v0.3.3
6542026-08-29T00:57:18.388Z Downloaded oxide-generation-macros v0.2.0
6552026-08-29T00:57:18.388Z Downloaded unit-prefix v0.5.2
6562026-08-29T00:57:18.388Z Downloaded usdt v0.6.0
6572026-08-29T00:57:18.388Z Downloaded hmac v0.12.1
6582026-08-29T00:57:18.391Z Downloaded progenitor v0.13.0
6592026-08-29T00:57:18.391Z Downloaded rand_core v0.10.0
6602026-08-29T00:57:18.394Z Downloaded want v0.3.1
6612026-08-29T00:57:18.394Z Downloaded signature v2.2.0
6622026-08-29T00:57:18.394Z Downloaded rustls-native-certs v0.8.3
6632026-08-29T00:57:18.398Z Downloaded serde_with_macros v1.5.2
6642026-08-29T00:57:18.398Z Downloaded rpassword v7.5.4
6652026-08-29T00:57:18.398Z Downloaded schemars_derive v0.8.22
6662026-08-29T00:57:18.398Z Downloaded stable_deref_trait v1.2.1
6672026-08-29T00:57:18.401Z Downloaded static_assertions v1.1.0
6682026-08-29T00:57:18.401Z Downloaded serde-hex v0.1.0
6692026-08-29T00:57:18.401Z Downloaded strum_macros v0.24.3
6702026-08-29T00:57:18.402Z Downloaded convert_case v0.4.0
6712026-08-29T00:57:18.402Z Downloaded utf-8 v0.7.6
6722026-08-29T00:57:18.402Z Downloaded xshell-macros v0.2.7
6732026-08-29T00:57:18.402Z Downloaded zeroize_derive v1.5.0
6742026-08-29T00:57:18.405Z Downloaded crunchy v0.2.4
6752026-08-29T00:57:18.409Z Downloaded ahash v0.8.12
6762026-08-29T00:57:18.412Z Downloaded blake2 v0.10.6
6772026-08-29T00:57:18.412Z Downloaded blake2 v0.11.0-rc.6
6782026-08-29T00:57:18.415Z Downloaded chacha20 v0.10.0
6792026-08-29T00:57:18.415Z Downloaded colored v2.2.0
6802026-08-29T00:57:18.419Z Downloaded buf-list v1.1.2
6812026-08-29T00:57:18.419Z Downloaded console v0.16.2
6822026-08-29T00:57:18.419Z Downloaded pkcs1 v0.7.5
6832026-08-29T00:57:18.419Z Downloaded poly1305 v0.9.0
6842026-08-29T00:57:18.423Z Downloaded strum_macros v0.26.4
6852026-08-29T00:57:18.423Z Downloaded strum_macros v0.27.2
6862026-08-29T00:57:18.423Z Downloaded synstructure v0.13.2
6872026-08-29T00:57:18.426Z Downloaded cassowary v0.3.0
6882026-08-29T00:57:18.426Z Downloaded stacker v0.1.23
6892026-08-29T00:57:18.426Z Downloaded tiny-keccak v2.0.2
6902026-08-29T00:57:18.426Z Downloaded tls_codec_derive v0.4.2
6912026-08-29T00:57:18.430Z Downloaded bzip2 v0.6.1
6922026-08-29T00:57:18.430Z Downloaded const-oid v0.9.6
6932026-08-29T00:57:18.430Z Downloaded darling_macro v0.20.11
6942026-08-29T00:57:18.430Z Downloaded colored v3.1.1
6952026-08-29T00:57:18.435Z Downloaded debug-ignore v1.0.5
6962026-08-29T00:57:18.435Z Downloaded ciborium v0.2.2
6972026-08-29T00:57:18.435Z Downloaded fatfs v0.3.6
6982026-08-29T00:57:18.439Z Downloaded getrandom v0.3.4
6992026-08-29T00:57:18.439Z Downloaded pkcs8 v0.11.0
7002026-08-29T00:57:18.439Z Downloaded zone_cfg_derive v0.3.1
7012026-08-29T00:57:18.442Z Downloaded allocator-api2 v0.2.21
7022026-08-29T00:57:18.442Z Downloaded base64 v0.21.7
7032026-08-29T00:57:18.442Z Downloaded defmt-parser v1.0.0
7042026-08-29T00:57:18.447Z Downloaded futures v0.3.32
7052026-08-29T00:57:18.449Z Downloaded rand_core v0.9.5
7062026-08-29T00:57:18.450Z Downloaded difflib v0.4.0
7072026-08-29T00:57:18.450Z Downloaded elliptic-curve v0.14.1
7082026-08-29T00:57:18.450Z Downloaded headers v0.4.1
7092026-08-29T00:57:18.453Z Downloaded toml_writer v1.1.1+spec-1.1.0
7102026-08-29T00:57:18.453Z Downloaded display-error-chain v0.2.2
7112026-08-29T00:57:18.453Z Downloaded rustls-pki-types v1.14.0
7122026-08-29T00:57:18.456Z Downloaded term v1.2.1
7132026-08-29T00:57:18.456Z Downloaded dirs-sys-next v0.1.2
7142026-08-29T00:57:18.459Z Downloaded yoke v0.8.1
7152026-08-29T00:57:18.459Z Downloaded num-integer v0.1.46
7162026-08-29T00:57:18.459Z Downloaded thread_local v1.1.9
7172026-08-29T00:57:18.462Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7182026-08-29T00:57:18.462Z Downloaded clang-sys v1.8.1
7192026-08-29T00:57:18.462Z Downloaded is_ci v1.2.0
7202026-08-29T00:57:18.462Z Downloaded jiff-static v0.2.34
7212026-08-29T00:57:18.465Z Downloaded parking_lot_core v0.9.12
7222026-08-29T00:57:18.465Z Downloaded critical-section v1.2.0
7232026-08-29T00:57:18.468Z Downloaded serde_tokenstream v0.3.0
7242026-08-29T00:57:18.471Z Downloaded tui-tree-widget v0.23.1
7252026-08-29T00:57:18.471Z Downloaded dtrace-parser v0.3.0
7262026-08-29T00:57:18.471Z Downloaded slog-term v2.9.2
7272026-08-29T00:57:18.475Z Downloaded tls_codec v0.4.2
7282026-08-29T00:57:18.478Z Downloaded hyper-tls v0.6.0
7292026-08-29T00:57:18.478Z Downloaded illumos-nvpair-sys v0.2.0
7302026-08-29T00:57:18.478Z Downloaded instability v0.3.11
7312026-08-29T00:57:18.478Z Downloaded libscf-sys v1.2.0
7322026-08-29T00:57:18.478Z Downloaded mime v0.3.17
7332026-08-29T00:57:18.483Z Downloaded vergen-lib v9.1.0
7342026-08-29T00:57:18.485Z Downloaded vergen-lib v0.1.6
7352026-08-29T00:57:18.485Z Downloaded unicode-properties v0.1.4
7362026-08-29T00:57:18.486Z Downloaded der_derive v0.7.3
7372026-08-29T00:57:18.490Z Downloaded half v2.7.1
7382026-08-29T00:57:18.490Z Downloaded heapless v0.7.17
7392026-08-29T00:57:18.493Z Downloaded ctr v0.10.1
7402026-08-29T00:57:18.493Z Downloaded tracing-attributes v0.1.31
7412026-08-29T00:57:18.493Z Downloaded num-conv v0.2.0
7422026-08-29T00:57:18.496Z Downloaded olpc-cjson v0.1.4
7432026-08-29T00:57:18.496Z Downloaded openssl-probe v0.2.1
7442026-08-29T00:57:18.499Z Downloaded async-bb8-diesel v0.2.1
7452026-08-29T00:57:18.499Z Downloaded console v0.15.11
7462026-08-29T00:57:18.499Z Downloaded ed25519 v3.0.0
7472026-08-29T00:57:18.502Z Downloaded ed25519 v2.2.3
7482026-08-29T00:57:18.505Z Downloaded openssl-probe v0.1.6
7492026-08-29T00:57:18.505Z Downloaded kem v0.3.0
7502026-08-29T00:57:18.505Z Downloaded managed v0.8.0
7512026-08-29T00:57:18.508Z Downloaded corncobs v0.1.4
7522026-08-29T00:57:18.511Z Downloaded snafu-derive v0.8.9
7532026-08-29T00:57:18.517Z Downloaded tokio-stream v0.1.18
7542026-08-29T00:57:18.520Z Downloaded phf_shared v0.13.1
7552026-08-29T00:57:18.520Z Downloaded lock_api v0.4.14
7562026-08-29T00:57:18.523Z Downloaded rand_chacha v0.3.1
7572026-08-29T00:57:18.523Z Downloaded recursive v0.1.1
7582026-08-29T00:57:18.523Z Downloaded rtoolbox v0.0.3
7592026-08-29T00:57:18.526Z Downloaded precomputed-hash v0.1.1
7602026-08-29T00:57:18.526Z Downloaded scroll_derive v0.13.1
7612026-08-29T00:57:18.526Z Downloaded progenitor-macro v0.13.0
7622026-08-29T00:57:18.526Z Downloaded libefi-sys v0.1.0
7632026-08-29T00:57:18.529Z Downloaded sapling-renderdag v0.1.0
7642026-08-29T00:57:18.529Z Downloaded crossbeam-utils v0.8.21
7652026-08-29T00:57:18.530Z Downloaded oxide-update-engine-types v0.1.2
7662026-08-29T00:57:18.536Z Downloaded heapless v0.8.0
7672026-08-29T00:57:18.541Z Downloaded test-strategy v0.4.5
7682026-08-29T00:57:18.541Z Downloaded multimap v0.10.1
7692026-08-29T00:57:18.541Z Downloaded num-traits v0.2.19
7702026-08-29T00:57:18.544Z Downloaded omicron-zone-package v0.12.3
7712026-08-29T00:57:18.544Z Downloaded oso v0.27.3
7722026-08-29T00:57:18.544Z Downloaded serde-big-array v0.5.1
7732026-08-29T00:57:18.547Z Downloaded sha1 v0.11.0
7742026-08-29T00:57:18.547Z Downloaded similar v2.7.0
7752026-08-29T00:57:18.549Z Downloaded ipnet v2.12.0
7762026-08-29T00:57:18.553Z Downloaded typify v0.6.2
7772026-08-29T00:57:18.556Z Downloaded seq-macro v0.3.6
7782026-08-29T00:57:18.556Z Downloaded multer v3.1.0
7792026-08-29T00:57:18.559Z Downloaded shell-words v1.1.1
7802026-08-29T00:57:18.559Z Downloaded supports-unicode v3.0.0
7812026-08-29T00:57:18.562Z Downloaded subtle v2.6.1
7822026-08-29T00:57:18.562Z Downloaded p384 v0.14.0
7832026-08-29T00:57:18.565Z Downloaded num-complex v0.4.6
7842026-08-29T00:57:18.568Z Downloaded pem-rfc7468 v1.0.0
7852026-08-29T00:57:18.568Z Downloaded peg v0.8.5
7862026-08-29T00:57:18.571Z Downloaded arc-swap v1.8.2
7872026-08-29T00:57:18.579Z Downloaded parking_lot_core v0.8.6
7882026-08-29T00:57:18.579Z Downloaded phf v0.13.1
7892026-08-29T00:57:18.579Z Downloaded tokio-test v0.4.5
7902026-08-29T00:57:18.583Z Downloaded tower-layer v0.3.3
7912026-08-29T00:57:18.583Z Downloaded schemars v0.8.22
7922026-08-29T00:57:18.583Z Downloaded unicode-xid v0.2.6
7932026-08-29T00:57:18.583Z Downloaded sigpipe v0.1.3
7942026-08-29T00:57:18.583Z Downloaded testing_table v0.3.0
7952026-08-29T00:57:18.589Z Downloaded structmeta-derive v0.3.0
7962026-08-29T00:57:18.589Z Downloaded thread-id v5.1.0
7972026-08-29T00:57:18.589Z Downloaded tokio-macros v2.7.0
7982026-08-29T00:57:18.589Z Downloaded postgres-protocol v0.6.12
7992026-08-29T00:57:18.589Z Downloaded chacha20poly1305 v0.10.1
8002026-08-29T00:57:18.592Z Downloaded ingot-macros v0.2.0
8012026-08-29T00:57:18.592Z Downloaded litrs v1.0.0
8022026-08-29T00:57:18.592Z Downloaded trait-variant v0.1.2
8032026-08-29T00:57:18.592Z Downloaded unicode-truncate v1.1.0
8042026-08-29T00:57:18.592Z Downloaded zerofrom-derive v0.1.6
8052026-08-29T00:57:18.592Z Downloaded typify-macro v0.6.2
8062026-08-29T00:57:18.592Z Downloaded utf8_iter v1.0.4
8072026-08-29T00:57:18.597Z Downloaded socket2 v0.5.10
8082026-08-29T00:57:18.597Z Downloaded darling v0.20.11
8092026-08-29T00:57:18.597Z Downloaded rustc-demangle v0.1.27
8102026-08-29T00:57:18.599Z Downloaded derive_builder v0.20.2
8112026-08-29T00:57:18.602Z Downloaded publicsuffix v2.3.0
8122026-08-29T00:57:18.602Z Downloaded oxnet v0.1.6
8132026-08-29T00:57:18.602Z Downloaded oxide-update-engine-display v0.1.2
8142026-08-29T00:57:18.606Z Downloaded psm v0.1.30
8152026-08-29T00:57:18.606Z Downloaded memmap2 v0.9.10
8162026-08-29T00:57:18.606Z Downloaded resolv-conf v0.7.6
8172026-08-29T00:57:18.609Z Downloaded usdt-attr-macro v0.6.0
8182026-08-29T00:57:18.612Z Downloaded slog-scope v4.4.1
8192026-08-29T00:57:18.615Z Downloaded hashbrown v0.12.3
8202026-08-29T00:57:18.619Z Downloaded flate2 v1.1.9
8212026-08-29T00:57:18.622Z Downloaded hickory-server v0.25.2
8222026-08-29T00:57:18.622Z Downloaded hickory-resolver v0.24.4
8232026-08-29T00:57:18.627Z Downloaded slog-json v2.6.1
8242026-08-29T00:57:18.627Z Downloaded parking_lot v0.12.5
8252026-08-29T00:57:18.690Z Downloaded ecdsa v0.17.0
8262026-08-29T00:57:18.690Z Downloaded scroll v0.13.0
8272026-08-29T00:57:18.690Z Downloaded icu_provider v2.1.1
8282026-08-29T00:57:18.690Z Downloaded dropshot-api-manager-types v0.8.0
8292026-08-29T00:57:18.690Z Downloaded indent_write v2.2.0
8302026-08-29T00:57:18.690Z Downloaded indoc v1.0.9
8312026-08-29T00:57:18.690Z Downloaded digest-io v0.1.0
8322026-08-29T00:57:18.690Z Downloaded dof v0.4.0
8332026-08-29T00:57:18.690Z Downloaded idna_adapter v1.2.1
8342026-08-29T00:57:18.690Z Downloaded lru-slab v0.1.2
8352026-08-29T00:57:18.690Z Downloaded maybe-uninit v2.0.0
8362026-08-29T00:57:18.690Z Downloaded poly1305 v0.8.0
8372026-08-29T00:57:18.690Z Downloaded simd-adler32 v0.3.8
8382026-08-29T00:57:18.690Z Downloaded zopfli v0.8.3
8392026-08-29T00:57:18.690Z Downloaded compact_str v0.8.1
8402026-08-29T00:57:18.690Z Downloaded zip v0.6.6
8412026-08-29T00:57:18.691Z Downloaded ar_archive_writer v0.5.1
8422026-08-29T00:57:18.691Z Downloaded chumsky v0.9.3
8432026-08-29T00:57:18.691Z Downloaded whoami v2.1.0
8442026-08-29T00:57:18.691Z Downloaded zeroize v1.9.0
8452026-08-29T00:57:18.691Z Downloaded cpubits v0.1.1
8462026-08-29T00:57:18.691Z Downloaded kstat-rs v0.2.5
8472026-08-29T00:57:18.691Z Downloaded http v1.4.2
8482026-08-29T00:57:18.691Z Downloaded crc-any v2.5.0
8492026-08-29T00:57:18.691Z Downloaded stringprep v0.1.5
8502026-08-29T00:57:18.691Z Downloaded vergen-git2 v9.1.0
8512026-08-29T00:57:18.691Z Downloaded ctutils v0.4.2
8522026-08-29T00:57:18.691Z Downloaded quinn-udp v0.5.14
8532026-08-29T00:57:18.691Z Downloaded path-slash v0.1.5
8542026-08-29T00:57:18.691Z Downloaded powerfmt v0.2.0
8552026-08-29T00:57:18.691Z Downloaded newtype_derive v0.1.6
8562026-08-29T00:57:18.691Z Downloaded num-derive v0.4.2
8572026-08-29T00:57:18.691Z Downloaded serde_with_macros v3.21.0
8582026-08-29T00:57:18.691Z Downloaded proc-macro-error-attr2 v2.0.0
8592026-08-29T00:57:18.692Z Downloaded quick-error v1.2.3
8602026-08-29T00:57:18.692Z Downloaded data-encoding v2.10.0
8612026-08-29T00:57:18.692Z Downloaded darling_core v0.20.11
8622026-08-29T00:57:18.699Z Downloaded same-file v1.0.6
8632026-08-29T00:57:18.699Z Downloaded wyz v0.5.1
8642026-08-29T00:57:18.699Z Downloaded predicates v3.1.4
8652026-08-29T00:57:18.699Z Downloaded vergen-gitcl v1.0.8
8662026-08-29T00:57:18.699Z Downloaded constant_time_eq v0.4.2
8672026-08-29T00:57:18.699Z Downloaded csv-core v0.1.13
8682026-08-29T00:57:18.699Z Downloaded rand_xorshift v0.4.0
8692026-08-29T00:57:18.699Z Downloaded ref-cast v1.0.25
8702026-08-29T00:57:18.699Z Downloaded rfc6979 v0.6.0
8712026-08-29T00:57:18.699Z Downloaded papergrid v0.18.0
8722026-08-29T00:57:18.699Z Downloaded tokio-tungstenite v0.21.0
8732026-08-29T00:57:18.699Z Downloaded ecdsa v0.16.9
8742026-08-29T00:57:18.703Z Downloaded pin-project v1.1.11
8752026-08-29T00:57:18.709Z Downloaded dyn-clone v1.0.20
8762026-08-29T00:57:18.709Z Downloaded jobserver v0.1.34
8772026-08-29T00:57:18.709Z Downloaded xshell v0.2.7
8782026-08-29T00:57:18.709Z Downloaded signal-hook-mio v0.2.5
8792026-08-29T00:57:18.713Z Downloaded delegate v0.13.5
8802026-08-29T00:57:18.713Z Downloaded rustc_version v0.4.1
8812026-08-29T00:57:18.713Z Downloaded secrecy v0.8.0
8822026-08-29T00:57:18.713Z Downloaded semver v0.1.20
8832026-08-29T00:57:18.717Z Downloaded native-tls v0.2.18
8842026-08-29T00:57:18.717Z Downloaded sync_wrapper v1.0.2
8852026-08-29T00:57:18.717Z Downloaded termtree v0.5.1
8862026-08-29T00:57:18.717Z Downloaded bumpalo v3.20.2
8872026-08-29T00:57:18.720Z Downloaded strum v0.26.3
8882026-08-29T00:57:18.720Z Downloaded supports-color v3.0.2
8892026-08-29T00:57:18.720Z Downloaded async-compression v0.4.41
8902026-08-29T00:57:18.723Z Downloaded cc v1.2.56
8912026-08-29T00:57:18.726Z Downloaded tabwriter v1.4.1
8922026-08-29T00:57:18.726Z Downloaded bytes v1.11.1
8932026-08-29T00:57:18.729Z Downloaded hashbrown v0.13.2
8942026-08-29T00:57:18.733Z Downloaded siphasher v1.0.2
8952026-08-29T00:57:18.733Z Downloaded slog-bunyan v2.5.0
8962026-08-29T00:57:18.733Z Downloaded crossbeam-epoch v0.9.18
8972026-08-29T00:57:18.736Z Downloaded num_enum v0.7.6
8982026-08-29T00:57:18.739Z Downloaded darling v0.21.3
8992026-08-29T00:57:18.742Z Downloaded parse-display-derive v0.10.0
9002026-08-29T00:57:18.742Z Downloaded oxide-tokio-rt v0.1.4
9012026-08-29T00:57:18.742Z Downloaded universal-hash v0.5.1
9022026-08-29T00:57:18.742Z Downloaded waitgroup v0.1.2
9032026-08-29T00:57:18.745Z Downloaded xattr v1.6.1
9042026-08-29T00:57:18.745Z Downloaded toml_parser v1.1.2+spec-1.1.0
9052026-08-29T00:57:18.745Z Downloaded crc32fast v1.5.0
9062026-08-29T00:57:18.748Z Downloaded psl-types v2.0.11
9072026-08-29T00:57:18.748Z Downloaded socket2 v0.6.3
9082026-08-29T00:57:18.748Z Downloaded phc v0.6.1
9092026-08-29T00:57:18.751Z Downloaded unicode_categories v0.1.1
9102026-08-29T00:57:18.751Z Downloaded cstr-argument v0.1.2
9112026-08-29T00:57:18.751Z Downloaded paste v1.0.15
9122026-08-29T00:57:18.757Z Downloaded proc-macro-error2 v2.0.1
9132026-08-29T00:57:18.757Z Downloaded untrusted v0.7.1
9142026-08-29T00:57:18.757Z Downloaded untrusted v0.9.0
9152026-08-29T00:57:18.763Z Downloaded crc-catalog v2.4.0
9162026-08-29T00:57:18.763Z Downloaded crc8 v0.1.1
9172026-08-29T00:57:18.763Z Downloaded darling_macro v0.13.4
9182026-08-29T00:57:18.770Z Downloaded crypto-common v0.2.2
9192026-08-29T00:57:18.770Z Downloaded spki v0.8.0
9202026-08-29T00:57:18.770Z Downloaded indicatif v0.18.4
9212026-08-29T00:57:18.773Z Downloaded derive-ex v0.1.8
9222026-08-29T00:57:18.773Z Downloaded rayon-core v1.13.0
9232026-08-29T00:57:18.773Z Downloaded rcgen v0.12.1
9242026-08-29T00:57:18.778Z Downloaded scrypt v0.12.0
9252026-08-29T00:57:18.778Z Downloaded zerofrom v0.1.6
9262026-08-29T00:57:18.781Z Downloaded dirs-next v2.0.0
9272026-08-29T00:57:18.781Z Downloaded keccak v0.1.6
9282026-08-29T00:57:18.781Z Downloaded newtype-uuid-macros v0.1.0
9292026-08-29T00:57:18.784Z Downloaded knus v3.4.0
9302026-08-29T00:57:18.787Z Downloaded slog-dtrace v0.3.0
9312026-08-29T00:57:18.790Z Downloaded ssh-cipher v0.3.0
9322026-08-29T00:57:18.790Z Downloaded string_cache v0.8.9
9332026-08-29T00:57:18.791Z Downloaded dsl_auto_type v0.2.0
9342026-08-29T00:57:18.795Z Downloaded md5 v0.8.0
9352026-08-29T00:57:18.795Z Downloaded unicase v2.9.0
9362026-08-29T00:57:18.795Z Downloaded nonempty v0.12.0
9372026-08-29T00:57:18.795Z Downloaded oso-derive v0.27.3
9382026-08-29T00:57:18.798Z Downloaded phf_shared v0.11.3
9392026-08-29T00:57:18.801Z Downloaded postgres-types v0.2.14
9402026-08-29T00:57:18.801Z Downloaded snafu v0.8.9
9412026-08-29T00:57:18.807Z Downloaded inout v0.2.2
9422026-08-29T00:57:18.811Z Downloaded match_cfg v0.1.0
9432026-08-29T00:57:18.812Z Downloaded lazy_static v1.5.0
9442026-08-29T00:57:18.812Z Downloaded lru v0.12.5
9452026-08-29T00:57:18.812Z Downloaded hashbrown v0.14.5
9462026-08-29T00:57:18.812Z Downloaded phf v0.12.1
9472026-08-29T00:57:18.815Z Downloaded recursive-proc-macro-impl v0.1.1
9482026-08-29T00:57:18.815Z Downloaded libloading v0.8.9
9492026-08-29T00:57:18.815Z Downloaded tar v0.4.46
9502026-08-29T00:57:18.815Z Downloaded tungstenite v0.21.0
9512026-08-29T00:57:18.820Z Downloaded icu_properties v2.1.2
9522026-08-29T00:57:18.820Z Downloaded rustversion v1.0.22
9532026-08-29T00:57:18.823Z Downloaded vsss-rs v3.3.4
9542026-08-29T00:57:18.823Z Downloaded walkdir v2.5.0
9552026-08-29T00:57:18.823Z Downloaded defmt-macros v1.0.1
9562026-08-29T00:57:18.823Z Downloaded proc-macro-crate v3.4.0
9572026-08-29T00:57:18.826Z Downloaded rfc6979 v0.4.0
9582026-08-29T00:57:18.826Z Downloaded indexmap v1.9.3
9592026-08-29T00:57:18.829Z Downloaded derive_more v2.1.1
9602026-08-29T00:57:18.834Z Downloaded serde_with v1.14.0
9612026-08-29T00:57:18.837Z Downloaded strum v0.27.2
9622026-08-29T00:57:18.840Z Downloaded derive_more v0.99.20
9632026-08-29T00:57:18.840Z Downloaded time-core v0.1.8
9642026-08-29T00:57:18.844Z Downloaded usdt-macro v0.6.0
9652026-08-29T00:57:18.844Z Downloaded indoc v2.0.7
9662026-08-29T00:57:18.847Z Downloaded scheduled-thread-pool v0.2.7
9672026-08-29T00:57:18.850Z Downloaded zerotrie v0.2.3
9682026-08-29T00:57:18.853Z Downloaded serde_spanned v1.1.1
9692026-08-29T00:57:18.853Z Downloaded signal-hook-tokio v0.3.1
9702026-08-29T00:57:18.853Z Downloaded ron v0.8.1
9712026-08-29T00:57:18.855Z Downloaded zerocopy-derive v0.8.55
9722026-08-29T00:57:18.859Z Downloaded digest v0.11.3
9732026-08-29T00:57:18.862Z Downloaded num-rational v0.4.2
9742026-08-29T00:57:18.862Z Downloaded tokio-native-tls v0.3.1
9752026-08-29T00:57:18.865Z Downloaded peg-macros v0.8.5
9762026-08-29T00:57:18.865Z Downloaded unarray v0.1.4
9772026-08-29T00:57:18.865Z Downloaded curve25519-dalek-derive v0.1.1
9782026-08-29T00:57:18.865Z Downloaded aes v0.9.1
9792026-08-29T00:57:18.868Z Downloaded owo-colors v4.3.0
9802026-08-29T00:57:18.869Z Downloaded libbz2-rs-sys v0.2.2
9812026-08-29T00:57:18.871Z Downloaded ipnetwork v0.21.1
9822026-08-29T00:57:18.871Z Downloaded polyval v0.7.1
9832026-08-29T00:57:18.874Z Downloaded hashbrown v0.15.5
9842026-08-29T00:57:18.878Z Downloaded typed-path v0.9.3
9852026-08-29T00:57:18.881Z Downloaded crucible-workspace-hack v0.1.0
9862026-08-29T00:57:18.881Z Downloaded num-bigint v0.4.6
9872026-08-29T00:57:18.885Z Downloaded cookie v0.18.1
9882026-08-29T00:57:18.885Z Downloaded rand_chacha v0.9.0
9892026-08-29T00:57:18.885Z Downloaded md-5 v0.11.0
9902026-08-29T00:57:18.888Z Downloaded derive_more-impl v2.1.1
9912026-08-29T00:57:18.888Z Downloaded prefix-trie v0.7.0
9922026-08-29T00:57:18.891Z Downloaded ident_case v1.0.1
9932026-08-29T00:57:18.891Z Downloaded pretty_assertions v1.4.1
9942026-08-29T00:57:18.896Z Downloaded darling_macro v0.23.0
9952026-08-29T00:57:18.896Z Downloaded sqlformat v0.3.5
9962026-08-29T00:57:18.900Z Downloaded instant v0.1.13
9972026-08-29T00:57:18.900Z Downloaded smf v0.2.3
9982026-08-29T00:57:18.900Z Downloaded maplit v1.0.2
9992026-08-29T00:57:18.900Z Downloaded time-macros v0.2.27
10002026-08-29T00:57:18.904Z Downloaded phf_shared v0.12.1
10012026-08-29T00:57:18.904Z Downloaded new_debug_unreachable v1.0.6
10022026-08-29T00:57:18.908Z Downloaded num-bigint-dig v0.8.6
10032026-08-29T00:57:18.911Z Downloaded rand v0.9.2
10042026-08-29T00:57:18.914Z Downloaded rsa v0.9.10
10052026-08-29T00:57:18.917Z Downloaded serde_plain v1.0.2
10062026-08-29T00:57:18.917Z Downloaded tinyvec v1.10.0
10072026-08-29T00:57:18.917Z Downloaded hyper-rustls v0.27.7
10082026-08-29T00:57:18.920Z Downloaded rsa v0.10.0-rc.18
10092026-08-29T00:57:18.923Z Downloaded tokio-util v0.7.18
10102026-08-29T00:57:18.926Z Downloaded openssl-sys v0.9.117
10112026-08-29T00:57:18.931Z Downloaded parking_lot v0.11.2
10122026-08-29T00:57:18.934Z Downloaded tungstenite v0.23.0
10132026-08-29T00:57:18.934Z Downloaded sponge-cursor v0.1.0
10142026-08-29T00:57:18.934Z Downloaded signature v3.0.0
10152026-08-29T00:57:18.934Z Downloaded diesel-dtrace v0.5.0
10162026-08-29T00:57:18.937Z Downloaded tap v1.0.1
10172026-08-29T00:57:18.939Z Downloaded ed25519-dalek v2.2.0
10182026-08-29T00:57:18.942Z Downloaded serde_yaml v0.9.34+deprecated
10192026-08-29T00:57:18.945Z Downloaded darling_core v0.23.0
10202026-08-29T00:57:18.950Z Downloaded tokio-tungstenite v0.23.1
10212026-08-29T00:57:18.950Z Downloaded serde_derive_internals v0.29.1
10222026-08-29T00:57:18.950Z Downloaded tinyvec_macros v0.1.1
10232026-08-29T00:57:18.950Z Downloaded try-lock v0.2.5
10242026-08-29T00:57:18.953Z Downloaded num_enum v0.5.11
10252026-08-29T00:57:18.961Z Downloaded convert_case v0.10.0
10262026-08-29T00:57:18.967Z Downloaded whoami v1.6.1
10272026-08-29T00:57:18.967Z Downloaded zstd v0.13.3
10282026-08-29T00:57:18.967Z Downloaded rand v0.10.1
10292026-08-29T00:57:18.967Z Downloaded const_format_proc_macros v0.2.34
10302026-08-29T00:57:18.970Z Downloaded term v0.7.0
10312026-08-29T00:57:18.970Z Downloaded mio v1.2.0
10322026-08-29T00:57:18.970Z Downloaded primeorder v0.13.6
10332026-08-29T00:57:18.976Z Downloaded packed_struct v0.10.1
10342026-08-29T00:57:18.976Z Downloaded miniz_oxide v0.8.9
10352026-08-29T00:57:18.976Z Downloaded progenitor-extras v0.2.0
10362026-08-29T00:57:18.976Z Downloaded hyper-staticfile v0.10.1
10372026-08-29T00:57:18.979Z Downloaded lzss v0.8.2
10382026-08-29T00:57:18.979Z Downloaded linked-hash-map v0.5.6
10392026-08-29T00:57:18.982Z Downloaded futures-util v0.3.32
10402026-08-29T00:57:18.986Z Downloaded hkdf v0.12.4
10412026-08-29T00:57:18.990Z Downloaded wait-timeout v0.2.1
10422026-08-29T00:57:18.990Z Downloaded cpufeatures v0.3.0
10432026-08-29T00:57:18.990Z Downloaded vergen v9.1.0
10442026-08-29T00:57:18.992Z Downloaded downcast-rs v2.0.2
10452026-08-29T00:57:18.993Z Downloaded percent-encoding v2.3.2
10462026-08-29T00:57:18.993Z Downloaded rusty-fork v0.3.1
10472026-08-29T00:57:18.993Z Downloaded illumos-nvpair v0.3.0
10482026-08-29T00:57:18.993Z Downloaded openssl-macros v0.1.1
10492026-08-29T00:57:18.996Z Downloaded darling v0.23.0
10502026-08-29T00:57:18.996Z Downloaded des v0.9.0
10512026-08-29T00:57:19.000Z Downloaded num_enum_derive v0.5.11
10522026-08-29T00:57:19.000Z Downloaded pkcs1 v0.8.0-rc.4
10532026-08-29T00:57:19.000Z Downloaded serde_repr v0.1.20
10542026-08-29T00:57:19.003Z Downloaded h2 v0.4.15
10552026-08-29T00:57:19.006Z Downloaded rustls-webpki v0.103.13
10562026-08-29T00:57:19.009Z Downloaded hyper-util v0.1.20
10572026-08-29T00:57:19.012Z Downloaded derive-where v1.6.0
10582026-08-29T00:57:19.015Z Downloaded structmeta v0.3.0
10592026-08-29T00:57:19.015Z Downloaded sync-ptr v0.1.4
10602026-08-29T00:57:19.015Z Downloaded universal-hash v0.6.1
10612026-08-29T00:57:19.015Z Downloaded void v1.0.2
10622026-08-29T00:57:19.015Z Downloaded parse-size v1.1.0
10632026-08-29T00:57:19.024Z Downloaded reqwest v0.12.28
10642026-08-29T00:57:19.024Z Downloaded rustc-hash v2.1.1
10652026-08-29T00:57:19.024Z Downloaded icu_collections v2.1.1
10662026-08-29T00:57:19.027Z Downloaded dropshot-api-manager v0.8.0
10672026-08-29T00:57:19.027Z Downloaded elliptic-curve v0.13.8
10682026-08-29T00:57:19.029Z Downloaded port-file v0.1.0
10692026-08-29T00:57:19.032Z Downloaded sec1 v0.7.3
10702026-08-29T00:57:19.032Z Downloaded slab v0.4.12
10712026-08-29T00:57:19.032Z Downloaded smallvec v0.6.14
10722026-08-29T00:57:19.033Z Downloaded strip-ansi-escapes v0.2.1
10732026-08-29T00:57:19.037Z Downloaded deranged v0.5.8
10742026-08-29T00:57:19.037Z Downloaded either v1.15.0
10752026-08-29T00:57:19.037Z Downloaded impl-trait-for-tuples v0.2.3
10762026-08-29T00:57:19.037Z Downloaded ingot v0.2.1
10772026-08-29T00:57:19.040Z Downloaded defmt v0.3.100
10782026-08-29T00:57:19.040Z Downloaded libsw v3.5.0
10792026-08-29T00:57:19.040Z Downloaded support-bundle-viewer v0.1.2
10802026-08-29T00:57:19.044Z Downloaded diesel_table_macro_syntax v0.3.0
10812026-08-29T00:57:19.047Z Downloaded tinystr v0.8.2
10822026-08-29T00:57:19.050Z Downloaded toml v0.7.8
10832026-08-29T00:57:19.053Z Downloaded portable-atomic v1.13.1
10842026-08-29T00:57:19.057Z Downloaded module-lattice v0.2.3
10852026-08-29T00:57:19.060Z Downloaded ref-cast-impl v1.0.25
10862026-08-29T00:57:19.060Z Downloaded nom v8.0.0
10872026-08-29T00:57:19.075Z Downloaded uzers v0.12.2
10882026-08-29T00:57:19.083Z Downloaded progenitor-impl v0.14.0
10892026-08-29T00:57:19.083Z Downloaded strsim v0.10.0
10902026-08-29T00:57:19.086Z Downloaded yoke-derive v0.8.1
10912026-08-29T00:57:19.086Z Downloaded qorb v0.4.1
10922026-08-29T00:57:19.086Z Downloaded winnow v0.6.26
10932026-08-29T00:57:19.090Z Downloaded zerovec-derive v0.11.2
10942026-08-29T00:57:19.095Z Downloaded nom v7.1.3
10952026-08-29T00:57:19.098Z Downloaded progenitor-impl v0.13.0
10962026-08-29T00:57:19.098Z Downloaded pkcs8 v0.10.2
10972026-08-29T00:57:19.098Z Downloaded r2d2 v0.8.10
10982026-08-29T00:57:19.101Z Downloaded peg-runtime v0.8.5
10992026-08-29T00:57:19.101Z Downloaded sha2 v0.11.0
11002026-08-29T00:57:19.101Z Downloaded aho-corasick v1.1.4
11012026-08-29T00:57:19.104Z Downloaded memoffset v0.9.1
11022026-08-29T00:57:19.107Z Downloaded aes-gcm v0.11.0
11032026-08-29T00:57:19.107Z Downloaded icu_normalizer v2.1.1
11042026-08-29T00:57:19.110Z Downloaded hkdf v0.13.0
11052026-08-29T00:57:19.110Z Downloaded rustc_version v0.1.7
11062026-08-29T00:57:19.113Z Downloaded tower-service v0.3.3
11072026-08-29T00:57:19.113Z Downloaded daft-derive v0.1.8
11082026-08-29T00:57:19.119Z Downloaded is-terminal v0.4.17
11092026-08-29T00:57:19.122Z Downloaded tracing-core v0.1.36
11102026-08-29T00:57:19.122Z Downloaded linear-map v1.2.0
11112026-08-29T00:57:19.125Z Downloaded signal-hook-registry v1.4.8
11122026-08-29T00:57:19.128Z Downloaded opaque-debug v0.3.1
11132026-08-29T00:57:19.128Z Downloaded password-hash v0.6.1
11142026-08-29T00:57:19.128Z Downloaded toml_edit v0.23.10+spec-1.0.0
11152026-08-29T00:57:19.131Z Downloaded icu_properties_data v2.1.2
11162026-08-29T00:57:19.138Z Downloaded oxide-update-engine v0.1.2
11172026-08-29T00:57:19.140Z Downloaded salsa20 v0.11.0
11182026-08-29T00:57:19.140Z Downloaded dropshot_endpoint v0.17.1
11192026-08-29T00:57:19.140Z Downloaded zerocopy v0.6.6
11202026-08-29T00:57:19.144Z Downloaded miette-derive v7.6.0
11212026-08-29T00:57:19.148Z Downloaded nanorand v0.7.0
11222026-08-29T00:57:19.149Z Downloaded take_mut v0.2.2
11232026-08-29T00:57:19.151Z Downloaded aws-lc-rs v1.16.3
11242026-08-29T00:57:19.154Z Downloaded lalrpop-util v0.19.12
11252026-08-29T00:57:19.154Z Downloaded goblin v0.10.5
11262026-08-29T00:57:19.159Z Downloaded num v0.4.3
11272026-08-29T00:57:19.163Z Downloaded newtype-uuid v1.3.2
11282026-08-29T00:57:19.163Z Downloaded zone v0.3.1
11292026-08-29T00:57:19.163Z Downloaded primeorder v0.14.0
11302026-08-29T00:57:19.163Z Downloaded iana-time-zone v0.1.65
11312026-08-29T00:57:19.163Z Downloaded rayon v1.11.0
11322026-08-29T00:57:19.167Z Downloaded supports-hyperlinks v3.2.0
11332026-08-29T00:57:19.170Z Downloaded slog-async v2.8.0
11342026-08-29T00:57:19.170Z Downloaded spki v0.7.3
11352026-08-29T00:57:19.170Z Downloaded displaydoc v0.2.5
11362026-08-29T00:57:19.173Z Downloaded serde_with v3.21.0
11372026-08-29T00:57:19.178Z Downloaded rawzip v0.4.4
11382026-08-29T00:57:19.181Z Downloaded winnow v1.0.3
11392026-08-29T00:57:19.187Z Downloaded crossbeam-deque v0.8.6
11402026-08-29T00:57:19.193Z Downloaded primefield v0.14.0
11412026-08-29T00:57:19.193Z Downloaded rand_core v0.6.4
11422026-08-29T00:57:19.193Z Downloaded libsw-core v0.3.2
11432026-08-29T00:57:19.196Z Downloaded crypto-primes v0.7.2
11442026-08-29T00:57:19.196Z Downloaded serde_path_to_error v0.1.20
11452026-08-29T00:57:19.196Z Downloaded miette v7.6.0
11462026-08-29T00:57:19.202Z Downloaded ingot-types v0.2.0
11472026-08-29T00:57:19.202Z Downloaded writeable v0.6.2
11482026-08-29T00:57:19.202Z Downloaded quick-xml v0.37.5
11492026-08-29T00:57:19.205Z Downloaded pkg-config v0.3.32
11502026-08-29T00:57:19.205Z Downloaded progenitor-client v0.13.0
11512026-08-29T00:57:19.205Z Downloaded rand_seeder v0.4.0
11522026-08-29T00:57:19.205Z Downloaded lru-cache v0.1.2
11532026-08-29T00:57:19.205Z Downloaded shlex v1.3.0
11542026-08-29T00:57:19.208Z Downloaded daft v0.1.8
11552026-08-29T00:57:19.208Z Downloaded itertools v0.13.0
11562026-08-29T00:57:19.211Z Downloaded internet-checksum v0.2.1
11572026-08-29T00:57:19.211Z Downloaded darling_core v0.21.3
11582026-08-29T00:57:19.214Z Downloaded toml v1.1.2+spec-1.1.0
11592026-08-29T00:57:19.217Z Downloaded humantime v2.3.0
11602026-08-29T00:57:19.220Z Downloaded nu-ansi-term v0.50.3
11612026-08-29T00:57:19.220Z Downloaded vte v0.14.1
11622026-08-29T00:57:19.224Z Downloaded hybrid-array v0.4.13
11632026-08-29T00:57:19.224Z Downloaded rand_pcg v0.10.2
11642026-08-29T00:57:19.227Z Downloaded yasna v0.5.2
11652026-08-29T00:57:19.227Z Downloaded iri-string v0.7.10
11662026-08-29T00:57:19.230Z Downloaded sec1 v0.8.1
11672026-08-29T00:57:19.233Z Downloaded wnaf v0.14.0
11682026-08-29T00:57:19.233Z Downloaded dunce v1.0.5
11692026-08-29T00:57:19.233Z Downloaded diff v0.1.13
11702026-08-29T00:57:19.237Z Downloaded derive_builder_macro v0.20.2
11712026-08-29T00:57:19.237Z Downloaded prettyplease v0.2.37
11722026-08-29T00:57:19.244Z Downloaded drift v0.2.0
11732026-08-29T00:57:19.250Z Downloaded ignore v0.4.25
11742026-08-29T00:57:19.253Z Downloaded derive_builder_core v0.20.2
11752026-08-29T00:57:19.253Z Downloaded diesel_derives v2.3.7
11762026-08-29T00:57:19.258Z Downloaded samael v0.0.19
11772026-08-29T00:57:19.261Z Downloaded document-features v0.2.12
11782026-08-29T00:57:19.261Z Downloaded p256 v0.14.0
11792026-08-29T00:57:19.265Z Downloaded crossterm v0.28.1
11802026-08-29T00:57:19.268Z Downloaded mime_guess v2.0.5
11812026-08-29T00:57:19.268Z Downloaded pem-rfc7468 v0.7.0
11822026-08-29T00:57:19.268Z Downloaded thiserror-no-std v2.0.2
11832026-08-29T00:57:19.273Z Downloaded tokio-dtrace v0.1.1
11842026-08-29T00:57:19.273Z Downloaded sha1 v0.10.6
11852026-08-29T00:57:19.273Z Downloaded twox-hash v2.1.2
11862026-08-29T00:57:19.276Z Downloaded url v2.5.8
11872026-08-29T00:57:19.276Z Downloaded inout v0.1.4
11882026-08-29T00:57:19.276Z Downloaded der v0.7.10
11892026-08-29T00:57:19.279Z Downloaded pkcs5 v0.8.1
11902026-08-29T00:57:19.282Z Downloaded blake3 v1.8.5
11912026-08-29T00:57:19.285Z Downloaded knus-derive v3.4.0
11922026-08-29T00:57:19.288Z Downloaded signal-hook v0.3.18
11932026-08-29T00:57:19.288Z Downloaded crypto-bigint v0.5.5
11942026-08-29T00:57:19.294Z Downloaded subprocess v0.2.15
11952026-08-29T00:57:19.297Z Downloaded tokio-rustls v0.26.4
11962026-08-29T00:57:19.298Z Downloaded darling_macro v0.21.3
11972026-08-29T00:57:19.298Z Downloaded num-iter v0.1.45
11982026-08-29T00:57:19.298Z Downloaded minimal-lexical v0.2.1
11992026-08-29T00:57:19.305Z Downloaded thiserror-impl-no-std v2.0.2
12002026-08-29T00:57:19.305Z Downloaded darling v0.13.4
12012026-08-29T00:57:19.305Z Downloaded progenitor v0.14.0
12022026-08-29T00:57:19.305Z Downloaded ssh-encoding v0.3.0
12032026-08-29T00:57:19.305Z Downloaded usdt-impl v0.6.0
12042026-08-29T00:57:19.312Z Downloaded zip v4.6.1
12052026-08-29T00:57:19.312Z Downloaded unicode-segmentation v1.12.0
12062026-08-29T00:57:19.312Z Downloaded cookie_store v0.22.1
12072026-08-29T00:57:19.317Z Downloaded serdect v0.4.3
12082026-08-29T00:57:19.317Z Downloaded packed_struct_codegen v0.10.1
12092026-08-29T00:57:19.317Z Downloaded ppv-lite86 v0.2.21
12102026-08-29T00:57:19.317Z Downloaded zstd-safe v7.2.4
12112026-08-29T00:57:19.317Z Downloaded keccak v0.2.0
12122026-08-29T00:57:19.317Z Downloaded num_enum_derive v0.7.6
12132026-08-29T00:57:19.317Z Downloaded oxide-generation v0.1.3
12142026-08-29T00:57:19.317Z Downloaded itertools v0.14.0
12152026-08-29T00:57:19.320Z Downloaded pin-project-internal v1.1.11
12162026-08-29T00:57:19.320Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12172026-08-29T00:57:19.320Z Downloaded toml_edit v0.19.15
12182026-08-29T00:57:19.329Z Downloaded crc v3.4.0
12192026-08-29T00:57:19.335Z Downloaded unicode-bidi v0.3.18
12202026-08-29T00:57:19.335Z Downloaded scuffle v0.1.0
12212026-08-29T00:57:19.341Z Downloaded serde_cbor v0.11.2
12222026-08-29T00:57:19.341Z Downloaded pin-project-lite v0.2.17
12232026-08-29T00:57:19.341Z Downloaded smallvec v1.15.1
12242026-08-29T00:57:19.347Z Downloaded unsafe-libyaml v0.2.11
12252026-08-29T00:57:19.347Z Downloaded git2 v0.20.4
12262026-08-29T00:57:19.350Z Downloaded slog v2.8.2
12272026-08-29T00:57:19.350Z Downloaded slog-stdlog v4.1.1
12282026-08-29T00:57:19.350Z Downloaded termios v0.3.3
12292026-08-29T00:57:19.350Z Downloaded rustyline v14.0.0
12302026-08-29T00:57:19.353Z Downloaded password-hash v0.5.0
12312026-08-29T00:57:19.361Z Downloaded uuid v1.23.4
12322026-08-29T00:57:19.375Z Downloaded ssh-key v0.7.0-rc.11
12332026-08-29T00:57:19.380Z Downloaded tough v0.22.0
12342026-08-29T00:57:19.386Z Downloaded postcard v1.1.3
12352026-08-29T00:57:19.389Z Downloaded bindgen v0.71.1
12362026-08-29T00:57:19.392Z Downloaded litemap v0.8.1
12372026-08-29T00:57:19.395Z Downloaded tower-http v0.6.8
12382026-08-29T00:57:19.398Z Downloaded spin v0.9.8
12392026-08-29T00:57:19.401Z Downloaded const_format v0.2.35
12402026-08-29T00:57:19.402Z Downloaded ryu v1.0.23
12412026-08-29T00:57:19.405Z Downloaded ml-kem v0.3.2
12422026-08-29T00:57:19.408Z Downloaded der v0.8.0
12432026-08-29T00:57:19.411Z Downloaded rand v0.8.6
12442026-08-29T00:57:19.417Z Downloaded yansi v1.0.1
12452026-08-29T00:57:19.420Z Downloaded itertools v0.10.5
12462026-08-29T00:57:19.423Z Downloaded petname v2.0.2
12472026-08-29T00:57:19.426Z Downloaded russh v0.62.4
12482026-08-29T00:57:19.430Z Downloaded defmt v1.0.1
12492026-08-29T00:57:19.433Z Downloaded itertools v0.15.0
12502026-08-29T00:57:19.470Z Downloaded reedline v0.40.0
12512026-08-29T00:57:19.489Z Downloaded sha3 v0.12.0
12522026-08-29T00:57:19.489Z Downloaded p384 v0.13.1
12532026-08-29T00:57:19.490Z Downloaded rustls-platform-verifier v0.6.2
12542026-08-29T00:57:19.490Z Downloaded icu_locale_core v2.1.1
12552026-08-29T00:57:19.490Z Downloaded p521 v0.14.0
12562026-08-29T00:57:19.491Z Downloaded bitvec v1.0.1
12572026-08-29T00:57:19.491Z Downloaded crossbeam-channel v0.5.15
12582026-08-29T00:57:19.491Z Downloaded darling_core v0.13.4
12592026-08-29T00:57:19.491Z Downloaded chrono v0.4.45
12602026-08-29T00:57:19.491Z Downloaded icu_normalizer_data v2.1.1
12612026-08-29T00:57:19.491Z Downloaded crossterm v0.29.0
12622026-08-29T00:57:19.497Z Downloaded schemars v1.2.1
12632026-08-29T00:57:19.497Z Downloaded schemars v0.9.0
12642026-08-29T00:57:19.497Z Downloaded jiff-core v0.1.0
12652026-08-29T00:57:19.497Z Downloaded idna v1.1.0
12662026-08-29T00:57:19.506Z Downloaded tokio-postgres v0.7.18
12672026-08-29T00:57:19.506Z Downloaded gimli v0.32.3
12682026-08-29T00:57:19.510Z Downloaded x509-cert v0.2.5
12692026-08-29T00:57:19.510Z Downloaded ed25519-dalek v3.0.0
12702026-08-29T00:57:19.510Z Downloaded zerovec v0.11.5
12712026-08-29T00:57:19.513Z Downloaded iddqd v0.4.2
12722026-08-29T00:57:19.517Z Downloaded itertools v0.12.1
12732026-08-29T00:57:19.520Z Downloaded regex v1.12.3
12742026-08-29T00:57:19.524Z Downloaded steno v0.4.1
12752026-08-29T00:57:19.527Z Downloaded tower v0.5.3
12762026-08-29T00:57:19.530Z Downloaded libxml v0.3.3
12772026-08-29T00:57:19.534Z Downloaded vcpkg v0.2.15
12782026-08-29T00:57:19.557Z Downloaded libm v0.2.16
12792026-08-29T00:57:19.564Z Downloaded quinn v0.11.11
12802026-08-29T00:57:19.567Z Downloaded smoltcp v0.9.1
12812026-08-29T00:57:19.571Z Downloaded unicode-normalization v0.1.25
12822026-08-29T00:57:19.576Z Downloaded winnow v0.5.40
12832026-08-29T00:57:19.580Z Downloaded time v0.3.47
12842026-08-29T00:57:19.585Z Downloaded moka v0.12.13
12852026-08-29T00:57:19.589Z Downloaded tabled v0.21.0
12862026-08-29T00:57:19.599Z Downloaded smoltcp v0.11.0
12872026-08-29T00:57:19.608Z Downloaded zerocopy v0.8.55
12882026-08-29T00:57:19.619Z Downloaded internal-russh-num-bigint v0.5.0
12892026-08-29T00:57:19.624Z Downloaded salty v0.3.0
12902026-08-29T00:57:19.629Z Downloaded hyper v1.10.1
12912026-08-29T00:57:19.634Z Downloaded openssl v0.10.80
12922026-08-29T00:57:19.637Z Downloaded polar-core v0.27.3
12932026-08-29T00:57:19.640Z Downloaded zlib-rs v0.6.2
12942026-08-29T00:57:19.645Z Downloaded proptest v1.11.0
12952026-08-29T00:57:19.649Z Downloaded reqwest v0.13.2
12962026-08-29T00:57:19.653Z Downloaded bstr v1.12.1
12972026-08-29T00:57:19.660Z Downloaded regress v0.11.1
12982026-08-29T00:57:19.663Z Downloaded object v0.30.4
12992026-08-29T00:57:19.669Z Downloaded radix_trie v0.2.1
13002026-08-29T00:57:19.672Z Downloaded lalrpop v0.19.12
13012026-08-29T00:57:19.678Z Downloaded curve25519-dalek v4.1.3
13022026-08-29T00:57:19.684Z Downloaded hickory-proto v0.24.4
13032026-08-29T00:57:19.692Z Downloaded hickory-proto v0.25.2
13042026-08-29T00:57:19.701Z Downloaded regex-syntax v0.6.29
13052026-08-29T00:57:19.705Z Downloaded nix v0.27.1
13062026-08-29T00:57:19.711Z Downloaded quinn-proto v0.11.16
13072026-08-29T00:57:19.715Z Downloaded object v0.37.3
13082026-08-29T00:57:19.723Z Downloaded syn v3.0.3
13092026-08-29T00:57:19.729Z Downloaded nix v0.31.2
13102026-08-29T00:57:19.736Z Downloaded rustls v0.23.41
13112026-08-29T00:57:19.744Z Downloaded nix v0.28.0
13122026-08-29T00:57:19.750Z Downloaded rustix v0.38.44
13132026-08-29T00:57:19.763Z Downloaded crypto-bigint v0.7.5
13142026-08-29T00:57:19.775Z Downloaded openapiv3 v2.2.0
13152026-08-29T00:57:19.779Z Downloaded regex-syntax v0.8.10
13162026-08-29T00:57:19.784Z Downloaded regress v0.10.5
13172026-08-29T00:57:19.789Z Downloaded dropshot v0.17.1
13182026-08-29T00:57:19.802Z Downloaded regex-automata v0.4.14
13192026-08-29T00:57:19.814Z Downloaded tracing v0.1.44
13202026-08-29T00:57:19.825Z Downloaded sha3 v0.11.0
13212026-08-29T00:57:19.828Z Downloaded ratatui v0.29.0
13222026-08-29T00:57:19.858Z Downloaded curve25519-dalek v5.0.0
13232026-08-29T00:57:19.875Z Downloaded diesel v2.3.7
13242026-08-29T00:57:19.885Z Downloaded libz-sys v1.1.24
13252026-08-29T00:57:19.897Z Downloaded sled v0.34.7
13262026-08-29T00:57:19.907Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13272026-08-29T00:57:19.916Z Downloaded tokio v1.52.1
13282026-08-29T00:57:19.936Z Downloaded sqlparser v0.61.0
13292026-08-29T00:57:19.942Z Downloaded encoding_rs v0.8.35
13302026-08-29T00:57:19.952Z Downloaded typify-impl v0.6.2
13312026-08-29T00:57:19.959Z Downloaded zerocopy-derive v0.6.6
13322026-08-29T00:57:19.964Z Downloaded bzip2-sys v0.1.13+1.0.8
13332026-08-29T00:57:19.982Z Downloaded petgraph v0.6.5
13342026-08-29T00:57:20.003Z Downloaded chrono-tz v0.10.4
13352026-08-29T00:57:20.033Z Downloaded jiff v0.2.34
13362026-08-29T00:57:20.042Z Downloaded petgraph v0.8.3
13372026-08-29T00:57:20.070Z Downloaded sha3 v0.10.8
13382026-08-29T00:57:20.077Z Downloaded csv v1.4.0
13392026-08-29T00:57:20.216Z Downloaded ring v0.17.14
13402026-08-29T00:57:20.257Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-08-29T00:57:20.778Z Downloaded aws-lc-sys v0.40.0
13422026-08-29T00:57:21.027Z Compiling serde_core v1.0.228
13432026-08-29T00:57:21.027Z Compiling libc v0.2.185
13442026-08-29T00:57:21.027Z Compiling serde v1.0.228
13452026-08-29T00:57:21.033Z Compiling log v0.4.33
13462026-08-29T00:57:21.033Z Compiling smallvec v1.15.1
13472026-08-29T00:57:21.033Z Compiling subtle v2.6.1
13482026-08-29T00:57:21.206Z Compiling syn v2.0.117
13492026-08-29T00:57:21.214Z Compiling shlex v1.3.0
13502026-08-29T00:57:21.372Z Compiling find-msvc-tools v0.1.9
13512026-08-29T00:57:21.433Z Compiling typenum v1.20.1
13522026-08-29T00:57:21.436Z Compiling scopeguard v1.2.0
13532026-08-29T00:57:21.461Z Compiling stable_deref_trait v1.2.1
13542026-08-29T00:57:21.539Z Compiling lock_api v0.4.14
13552026-08-29T00:57:21.553Z Compiling portable-atomic v1.13.1
13562026-08-29T00:57:21.553Z Compiling getrandom v0.4.3
13572026-08-29T00:57:21.701Z Compiling rand_core v0.10.0
13582026-08-29T00:57:21.766Z Compiling serde_json v1.0.151
13592026-08-29T00:57:21.824Z Compiling critical-section v1.2.0
13602026-08-29T00:57:21.920Z Compiling zerocopy v0.8.55
13612026-08-29T00:57:21.935Z Compiling libm v0.2.16
13622026-08-29T00:57:21.968Z Compiling num-traits v0.2.19
13632026-08-29T00:57:22.059Z Compiling errno v0.3.14
13642026-08-29T00:57:22.114Z Compiling jobserver v0.1.34
13652026-08-29T00:57:22.236Z Compiling pkg-config v0.3.32
13662026-08-29T00:57:22.423Z Compiling cc v1.2.56
13672026-08-29T00:57:22.484Z Compiling pin-project-lite v0.2.17
13682026-08-29T00:57:22.504Z Compiling parking_lot_core v0.9.12
13692026-08-29T00:57:22.621Z Compiling once_cell v1.21.3
13702026-08-29T00:57:22.659Z Compiling signal-hook-registry v1.4.8
13712026-08-29T00:57:22.781Z Compiling getrandom v0.2.17
13722026-08-29T00:57:22.800Z Compiling writeable v0.6.2
13732026-08-29T00:57:22.937Z Compiling percent-encoding v2.3.2
13742026-08-29T00:57:23.006Z Compiling futures-core v0.3.32
13752026-08-29T00:57:23.046Z Compiling litemap v0.8.1
13762026-08-29T00:57:23.123Z Compiling parking_lot v0.12.5
13772026-08-29T00:57:23.145Z Compiling rand_core v0.6.4
13782026-08-29T00:57:23.239Z Compiling bitflags v2.11.0
13792026-08-29T00:57:23.391Z Compiling semver v1.0.28
13802026-08-29T00:57:23.421Z Compiling mio v1.2.0
13812026-08-29T00:57:23.464Z Compiling icu_normalizer_data v2.1.1
13822026-08-29T00:57:23.493Z Compiling icu_properties_data v2.1.2
13832026-08-29T00:57:23.634Z Compiling generic-array v0.14.7
13842026-08-29T00:57:23.681Z Compiling const-oid v0.9.6
13852026-08-29T00:57:23.791Z Compiling socket2 v0.6.3
13862026-08-29T00:57:23.841Z Compiling rustix v1.1.4
13872026-08-29T00:57:23.869Z Compiling futures-sink v0.3.32
13882026-08-29T00:57:23.892Z Compiling indexmap v2.14.0
13892026-08-29T00:57:23.971Z Compiling futures-channel v0.3.32
13902026-08-29T00:57:23.987Z Compiling futures-io v0.3.32
13912026-08-29T00:57:24.137Z Compiling synstructure v0.13.2
13922026-08-29T00:57:24.182Z Compiling futures-task v0.3.32
13932026-08-29T00:57:24.196Z Compiling slab v0.4.12
13942026-08-29T00:57:24.348Z Compiling utf8_iter v1.0.4
13952026-08-29T00:57:24.375Z Compiling form_urlencoded v1.2.2
13962026-08-29T00:57:24.402Z Compiling cmov v0.5.4
13972026-08-29T00:57:24.473Z Compiling getrandom v0.3.4
13982026-08-29T00:57:24.503Z Compiling rustversion v1.0.22
13992026-08-29T00:57:24.518Z Compiling base64ct v1.8.3
14002026-08-29T00:57:24.554Z Compiling iana-time-zone v0.1.65
14012026-08-29T00:57:24.620Z Compiling ctutils v0.4.2
14022026-08-29T00:57:24.716Z Compiling cmake v0.1.57
14032026-08-29T00:57:24.745Z Compiling pem-rfc7468 v0.7.0
14042026-08-29T00:57:24.792Z Compiling regex-syntax v0.8.10
14052026-08-29T00:57:24.867Z Compiling flagset v0.4.7
14062026-08-29T00:57:25.006Z Compiling ident_case v1.0.1
14072026-08-29T00:57:25.116Z Compiling dunce v1.0.5
14082026-08-29T00:57:25.142Z Compiling fs_extra v1.3.0
14092026-08-29T00:57:25.176Z Compiling uuid v1.23.4
14102026-08-29T00:57:25.208Z Compiling base64 v0.22.1
14112026-08-29T00:57:25.378Z Compiling syn v1.0.109
14122026-08-29T00:57:25.409Z Compiling aws-lc-sys v0.40.0
14132026-08-29T00:57:25.524Z Compiling vcpkg v0.2.15
14142026-08-29T00:57:25.540Z Compiling serde_derive_internals v0.29.1
14152026-08-29T00:57:25.588Z Compiling rustc_version v0.4.1
14162026-08-29T00:57:25.739Z Compiling tracing-core v0.1.36
14172026-08-29T00:57:25.820Z Compiling serde_derive v1.0.228
14182026-08-29T00:57:25.879Z Compiling zeroize_derive v1.5.0
14192026-08-29T00:57:25.904Z Compiling zerofrom-derive v0.1.6
14202026-08-29T00:57:26.261Z Compiling yoke-derive v0.8.1
14212026-08-29T00:57:26.293Z Compiling zerovec-derive v0.11.2
14222026-08-29T00:57:26.438Z Compiling zerocopy-derive v0.8.55
14232026-08-29T00:57:26.525Z Compiling displaydoc v0.2.5
14242026-08-29T00:57:27.179Z Compiling tokio-macros v2.7.0
14252026-08-29T00:57:27.281Z Compiling futures-macro v0.3.32
14262026-08-29T00:57:27.319Z Compiling zerofrom v0.1.6
14272026-08-29T00:57:27.404Z Compiling der_derive v0.7.3
14282026-08-29T00:57:27.417Z Compiling yoke v0.8.1
14292026-08-29T00:57:27.444Z Compiling thiserror-impl v2.0.18
14302026-08-29T00:57:27.601Z Compiling zerovec v0.11.5
14312026-08-29T00:57:27.900Z Compiling zerotrie v0.2.3
14322026-08-29T00:57:28.066Z Compiling tinystr v0.8.2
14332026-08-29T00:57:28.098Z Compiling potential_utf v0.1.4
14342026-08-29T00:57:28.198Z Compiling futures-util v0.3.32
14352026-08-29T00:57:28.259Z Compiling icu_locale_core v2.1.1
14362026-08-29T00:57:28.273Z Compiling icu_collections v2.1.1
14372026-08-29T00:57:28.353Z Compiling openssl-sys v0.9.117
14382026-08-29T00:57:28.747Z Compiling tracing-attributes v0.1.31
14392026-08-29T00:57:28.765Z Compiling thiserror v2.0.18
14402026-08-29T00:57:28.865Z Compiling icu_provider v2.1.1
14412026-08-29T00:57:28.880Z Compiling simd-adler32 v0.3.8
14422026-08-29T00:57:29.120Z Compiling icu_properties v2.1.2
14432026-08-29T00:57:29.134Z Compiling icu_normalizer v2.1.1
14442026-08-29T00:57:29.154Z Compiling aws-lc-rs v1.16.3
14452026-08-29T00:57:29.292Z Compiling zeroize v1.9.0
14462026-08-29T00:57:29.432Z Compiling bytes v1.11.1
14472026-08-29T00:57:29.648Z Compiling hybrid-array v0.4.13
14482026-08-29T00:57:30.064Z Compiling tokio v1.52.1
14492026-08-29T00:57:30.090Z Compiling idna_adapter v1.2.1
14502026-08-29T00:57:30.105Z Compiling block-buffer v0.10.4
14512026-08-29T00:57:30.228Z Compiling idna v1.1.0
14522026-08-29T00:57:30.259Z Compiling crypto-common v0.1.7
14532026-08-29T00:57:30.276Z Compiling chrono v0.4.45
14542026-08-29T00:57:30.411Z Compiling digest v0.10.7
14552026-08-29T00:57:30.486Z Compiling der v0.7.10
14562026-08-29T00:57:30.515Z Compiling url v2.5.8
14572026-08-29T00:57:30.676Z Compiling http v1.4.2
14582026-08-29T00:57:30.892Z Compiling ppv-lite86 v0.2.21
14592026-08-29T00:57:31.016Z Compiling crypto-common v0.2.2
14602026-08-29T00:57:31.225Z Compiling block-buffer v0.12.1
14612026-08-29T00:57:31.307Z Compiling dyn-clone v1.0.20
14622026-08-29T00:57:31.417Z Compiling spki v0.7.3
14632026-08-29T00:57:31.442Z Compiling schemars v0.8.22
14642026-08-29T00:57:31.585Z Compiling pkcs8 v0.10.2
14652026-08-29T00:57:31.624Z Compiling http-body v1.0.1
14662026-08-29T00:57:31.657Z Compiling tracing v0.1.44
14672026-08-29T00:57:31.657Z Compiling rustls-pki-types v1.14.0
14682026-08-29T00:57:31.774Z Compiling schemars_derive v0.8.22
14692026-08-29T00:57:31.837Z Compiling rand_core v0.9.5
14702026-08-29T00:57:31.914Z Compiling spin v0.9.8
14712026-08-29T00:57:32.102Z Compiling tinyvec_macros v0.1.1
14722026-08-29T00:57:32.116Z Compiling adler2 v2.0.1
14732026-08-29T00:57:32.129Z Compiling crc32fast v1.5.0
14742026-08-29T00:57:32.171Z Compiling openssl-probe v0.2.1
14752026-08-29T00:57:32.244Z Compiling httparse v1.10.1
14762026-08-29T00:57:32.342Z Compiling miniz_oxide v0.8.9
14772026-08-29T00:57:32.426Z Compiling tinyvec v1.10.0
14782026-08-29T00:57:32.615Z Compiling tempfile v3.27.0
14792026-08-29T00:57:32.717Z Compiling pest_generator v2.8.6
14802026-08-29T00:57:32.763Z Compiling terminal_size v0.4.3
14812026-08-29T00:57:32.899Z Compiling aho-corasick v1.1.4
14822026-08-29T00:57:32.929Z Compiling tower-layer v0.3.3
14832026-08-29T00:57:32.975Z Compiling atomic-waker v1.1.2
14842026-08-29T00:57:33.086Z Compiling try-lock v0.2.5
14852026-08-29T00:57:33.102Z Compiling unicode-segmentation v1.12.0
14862026-08-29T00:57:33.194Z Compiling untrusted v0.7.1
14872026-08-29T00:57:33.315Z Compiling tower-service v0.3.3
14882026-08-29T00:57:33.383Z Compiling radium v0.7.0
14892026-08-29T00:57:33.408Z Compiling pest_derive v2.8.6
14902026-08-29T00:57:33.465Z Compiling want v0.3.1
14912026-08-29T00:57:33.836Z Compiling tokio-util v0.7.18
14922026-08-29T00:57:33.836Z Compiling regex-automata v0.4.14
14932026-08-29T00:57:33.920Z Compiling rand_chacha v0.9.0
14942026-08-29T00:57:34.284Z Compiling block-padding v0.4.2
14952026-08-29T00:57:34.410Z Compiling ipnet v2.12.0
14962026-08-29T00:57:34.584Z Compiling h2 v0.4.15
14972026-08-29T00:57:34.643Z Compiling scroll_derive v0.13.1
14982026-08-29T00:57:34.897Z Compiling darling_core v0.20.11
14992026-08-29T00:57:34.971Z Compiling rustls v0.23.41
15002026-08-29T00:57:35.142Z Compiling maybe-uninit v2.0.0
15012026-08-29T00:57:35.404Z Compiling untrusted v0.9.0
15022026-08-29T00:57:35.461Z Compiling tap v1.0.1
15032026-08-29T00:57:35.533Z Compiling httpdate v1.0.3
15042026-08-29T00:57:35.587Z Compiling cpufeatures v0.2.17
15052026-08-29T00:57:35.587Z Compiling foreign-types-shared v0.1.1
15062026-08-29T00:57:35.665Z Compiling openssl v0.10.80
15072026-08-29T00:57:35.725Z Compiling const-oid v0.10.2
15082026-08-29T00:57:35.822Z Compiling foreign-types v0.3.2
15092026-08-29T00:57:35.875Z Compiling wyz v0.5.1
15102026-08-29T00:57:35.876Z Compiling digest v0.11.3
15112026-08-29T00:57:35.901Z Compiling scroll v0.13.0
15122026-08-29T00:57:35.938Z Compiling inout v0.2.2
15132026-08-29T00:57:35.955Z Compiling rand v0.9.2
15142026-08-29T00:57:36.096Z Compiling unicode-normalization v0.1.25
15152026-08-29T00:57:36.197Z Compiling rand_chacha v0.3.1
15162026-08-29T00:57:36.499Z Compiling signature v2.2.0
15172026-08-29T00:57:36.546Z Compiling hex v0.4.3
15182026-08-29T00:57:36.679Z Compiling thiserror-impl v1.0.69
15192026-08-29T00:57:36.683Z Compiling openssl-macros v0.1.1
15202026-08-29T00:57:36.858Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-08-29T00:57:36.953Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15222026-08-29T00:57:37.071Z Compiling num-integer v0.1.46
15232026-08-29T00:57:37.074Z Compiling socket2 v0.5.10
15242026-08-29T00:57:37.140Z Compiling darling_macro v0.20.11
15252026-08-29T00:57:37.328Z Compiling wait-timeout v0.2.1
15262026-08-29T00:57:37.378Z Compiling ahash v0.8.12
15272026-08-29T00:57:37.470Z Compiling powerfmt v0.2.0
15282026-08-29T00:57:37.582Z Compiling native-tls v0.2.18
15292026-08-29T00:57:37.597Z Compiling quick-error v1.2.3
15302026-08-29T00:57:37.612Z Compiling hyper v1.10.1
15312026-08-29T00:57:37.666Z Compiling cpufeatures v0.3.0
15322026-08-29T00:57:37.698Z Compiling bit-vec v0.8.0
15332026-08-29T00:57:37.741Z Compiling time-core v0.1.8
15342026-08-29T00:57:37.778Z Compiling num-conv v0.2.0
15352026-08-29T00:57:37.893Z Compiling num-bigint-dig v0.8.6
15362026-08-29T00:57:37.903Z Compiling packed_struct v0.10.1
15372026-08-29T00:57:37.903Z Compiling funty v2.0.0
15382026-08-29T00:57:37.929Z Compiling time-macros v0.2.27
15392026-08-29T00:57:37.942Z Compiling clap_builder v4.6.0
15402026-08-29T00:57:38.133Z Compiling thiserror v1.0.69
15412026-08-29T00:57:38.218Z Compiling bit-set v0.8.0
15422026-08-29T00:57:38.296Z Compiling rusty-fork v0.3.1
15432026-08-29T00:57:38.378Z Compiling bitvec v1.0.1
15442026-08-29T00:57:38.501Z Compiling darling v0.20.11
15452026-08-29T00:57:38.512Z Compiling deranged v0.5.8
15462026-08-29T00:57:38.714Z Compiling num-iter v0.1.45
15472026-08-29T00:57:38.737Z Compiling hyper-util v0.1.20
15482026-08-29T00:57:39.457Z Compiling rand v0.8.6
15492026-08-29T00:57:39.699Z Compiling goblin v0.10.5
15502026-08-29T00:57:39.726Z Compiling cipher v0.5.2
15512026-08-29T00:57:40.159Z Compiling sha2 v0.10.9
15522026-08-29T00:57:40.300Z Compiling packed_struct_codegen v0.10.1
15532026-08-29T00:57:40.477Z Compiling lazy_static v1.5.0
15542026-08-29T00:57:40.558Z Compiling rand_xorshift v0.4.0
15552026-08-29T00:57:40.726Z Compiling serde_spanned v0.6.9
15562026-08-29T00:57:40.878Z Compiling toml_datetime v0.6.11
15572026-08-29T00:57:40.927Z Compiling bitfield-macros v0.19.4
15582026-08-29T00:57:41.129Z Compiling zerocopy-derive v0.6.6
15592026-08-29T00:57:41.344Z Compiling clap_derive v4.6.1
15602026-08-29T00:57:41.458Z Compiling sync_wrapper v1.0.2
15612026-08-29T00:57:41.570Z Compiling indexmap v1.9.3
15622026-08-29T00:57:41.611Z Compiling usdt-impl v0.6.0
15632026-08-29T00:57:41.748Z Compiling nodrop v0.1.14
15642026-08-29T00:57:41.806Z Compiling num_threads v0.1.7
15652026-08-29T00:57:41.844Z Compiling object v0.37.3
15662026-08-29T00:57:41.906Z Compiling crossbeam-utils v0.8.21
15672026-08-29T00:57:41.952Z Compiling unarray v0.1.4
15682026-08-29T00:57:42.058Z Compiling paste v1.0.15
15692026-08-29T00:57:42.102Z Compiling zlib-rs v0.6.2
15702026-08-29T00:57:42.139Z Compiling crc-catalog v2.4.0
15712026-08-29T00:57:42.183Z Compiling siphasher v1.0.2
15722026-08-29T00:57:42.230Z Compiling crc v3.4.0
15732026-08-29T00:57:42.396Z Compiling proptest v1.11.0
15742026-08-29T00:57:42.423Z Compiling dof v0.4.0
15752026-08-29T00:57:42.437Z Compiling zerocopy v0.6.6
15762026-08-29T00:57:42.745Z Compiling time v0.3.47
15772026-08-29T00:57:43.049Z Compiling clap v4.6.1
15782026-08-29T00:57:43.127Z Compiling array-init v0.0.4
15792026-08-29T00:57:43.504Z Compiling bitfield v0.19.4
15802026-08-29T00:57:43.543Z Compiling tower v0.5.3
15812026-08-29T00:57:44.149Z Compiling smallvec v0.6.14
15822026-08-29T00:57:44.253Z Compiling chacha20 v0.10.0
15832026-08-29T00:57:44.611Z Compiling derive_builder_core v0.20.2
15842026-08-29T00:57:44.631Z Compiling dtrace-parser v0.3.0
15852026-08-29T00:57:45.204Z Compiling flate2 v1.1.9
15862026-08-29T00:57:45.282Z Compiling ipnetwork v0.21.1
15872026-08-29T00:57:45.349Z Compiling http-body-util v0.1.3
15882026-08-29T00:57:45.415Z Compiling pkcs1 v0.7.5
15892026-08-29T00:57:45.526Z Compiling heapless v0.7.17
15902026-08-29T00:57:45.641Z Compiling scroll_derive v0.12.1
15912026-08-29T00:57:45.687Z Compiling structmeta-derive v0.3.0
15922026-08-29T00:57:45.687Z Compiling slog v2.8.2
15932026-08-29T00:57:45.736Z Compiling darling_core v0.23.0
15942026-08-29T00:57:45.800Z Compiling thread-id v5.1.0
15952026-08-29T00:57:45.927Z Compiling cookie v0.18.1
15962026-08-29T00:57:45.977Z Compiling env_filter v2.0.0
15972026-08-29T00:57:46.096Z Compiling syn v3.0.3
15982026-08-29T00:57:46.202Z Compiling allocator-api2 v0.2.21
15992026-08-29T00:57:46.311Z Compiling unicode-bidi v0.3.18
16002026-08-29T00:57:46.532Z Compiling hashbrown v0.12.3
16012026-08-29T00:57:46.726Z Compiling zstd-safe v7.2.4
16022026-08-29T00:57:46.796Z Compiling ryu v1.0.23
16032026-08-29T00:57:46.926Z Compiling gimli v0.32.3
16042026-08-29T00:57:46.968Z Compiling base64 v0.21.7
16052026-08-29T00:57:47.016Z Compiling iri-string v0.7.10
16062026-08-29T00:57:47.281Z Compiling unicode-properties v0.1.4
16072026-08-29T00:57:47.510Z Compiling winnow v0.5.40
16082026-08-29T00:57:48.150Z Compiling anyhow v1.0.104
16092026-08-29T00:57:48.466Z Compiling signal-hook v0.3.18
16102026-08-29T00:57:48.637Z Compiling addr2line v0.25.1
16112026-08-29T00:57:48.715Z Compiling darling_macro v0.23.0
16122026-08-29T00:57:48.773Z Compiling toml_edit v0.19.15
16132026-08-29T00:57:48.891Z Compiling tower-http v0.6.8
16142026-08-29T00:57:48.959Z Compiling stringprep v0.1.5
16152026-08-29T00:57:49.183Z Compiling ron v0.8.1
16162026-08-29T00:57:49.291Z Compiling serde_urlencoded v0.7.1
16172026-08-29T00:57:49.443Z Compiling daft-derive v0.1.8
16182026-08-29T00:57:49.455Z Compiling structmeta v0.3.0
16192026-08-29T00:57:49.523Z Compiling scroll v0.12.0
16202026-08-29T00:57:49.722Z Compiling env_logger v0.11.11
16212026-08-29T00:57:49.853Z Compiling rsa v0.9.10
16222026-08-29T00:57:50.068Z Compiling oxnet v0.1.6
16232026-08-29T00:57:50.139Z Compiling derive_builder_macro v0.20.2
16242026-08-29T00:57:50.274Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16252026-08-29T00:57:50.376Z Compiling newtype-uuid v1.3.2
16262026-08-29T00:57:50.499Z Compiling hashbrown v0.13.2
16272026-08-29T00:57:50.604Z Compiling rand v0.10.1
16282026-08-29T00:57:50.710Z Compiling bzip2 v0.4.4
16292026-08-29T00:57:50.921Z Compiling serde-hex v0.1.0
16302026-08-29T00:57:50.986Z Compiling tokio-native-tls v0.3.1
16312026-08-29T00:57:51.163Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16322026-08-29T00:57:51.419Z Compiling camino v1.2.5
16332026-08-29T00:57:51.944Z Compiling sha2 v0.11.0
16342026-08-29T00:57:52.288Z Compiling bstr v1.12.1
16352026-08-29T00:57:52.615Z Compiling md-5 v0.11.0
16362026-08-29T00:57:52.920Z Compiling hmac v0.13.0
16372026-08-29T00:57:52.940Z Compiling heck v0.4.1
16382026-08-29T00:57:52.946Z Compiling rustls-native-certs v0.8.3
16392026-08-29T00:57:53.110Z Compiling x509-cert v0.2.5
16402026-08-29T00:57:53.155Z Compiling serde_tokenstream v0.2.3
16412026-08-29T00:57:53.244Z Compiling erased-serde v0.3.31
16422026-08-29T00:57:53.251Z Compiling curve25519-dalek v4.1.3
16432026-08-29T00:57:53.464Z Compiling pin-project-internal v1.1.11
16442026-08-29T00:57:53.575Z Compiling zerocopy-derive v0.7.35
16452026-08-29T00:57:53.652Z Compiling async-trait v0.1.89
16462026-08-29T00:57:53.704Z Compiling vergen-lib v9.1.0
16472026-08-29T00:57:53.881Z Compiling hash32 v0.2.1
16482026-08-29T00:57:54.073Z Compiling memoffset v0.9.1
16492026-08-29T00:57:54.112Z Compiling encoding_rs v0.8.35
16502026-08-29T00:57:54.258Z Compiling owo-colors v4.3.0
16512026-08-29T00:57:54.420Z Compiling fallible-iterator v0.2.0
16522026-08-29T00:57:54.568Z Compiling smoltcp v0.9.1
16532026-08-29T00:57:54.590Z Compiling psl-types v2.0.11
16542026-08-29T00:57:54.645Z Compiling crc-any v2.5.0
16552026-08-29T00:57:54.683Z Compiling rustc-demangle v0.1.27
16562026-08-29T00:57:54.698Z Compiling cfg_aliases v0.2.1
16572026-08-29T00:57:54.726Z Compiling rustix v0.38.44
16582026-08-29T00:57:54.793Z Compiling mime v0.3.17
16592026-08-29T00:57:54.800Z Compiling litrs v1.0.0
16602026-08-29T00:57:54.916Z Compiling ref-cast v1.0.25
16612026-08-29T00:57:54.944Z Compiling backtrace v0.3.76
16622026-08-29T00:57:55.025Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16632026-08-29T00:57:55.095Z Compiling nix v0.31.2
16642026-08-29T00:57:55.163Z Compiling postgres-protocol v0.6.12
16652026-08-29T00:57:55.247Z Compiling publicsuffix v2.3.0
16662026-08-29T00:57:55.330Z Compiling document-features v0.2.12
16672026-08-29T00:57:55.462Z Compiling pin-project v1.1.11
16682026-08-29T00:57:55.472Z Compiling zerocopy v0.7.35
16692026-08-29T00:57:55.787Z Compiling snafu-derive v0.8.9
16702026-08-29T00:57:55.919Z Compiling daft v0.1.8
16712026-08-29T00:57:56.028Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16722026-08-29T00:57:56.065Z Compiling hyper-tls v0.6.0
16732026-08-29T00:57:56.102Z Compiling object v0.30.4
16742026-08-29T00:57:56.117Z Compiling zip v0.6.6
16752026-08-29T00:57:56.169Z Compiling derive_builder v0.20.2
16762026-08-29T00:57:56.296Z Compiling toml v0.7.8
16772026-08-29T00:57:56.306Z Compiling goblin v0.8.2
16782026-08-29T00:57:56.673Z Compiling derive-ex v0.1.8
16792026-08-29T00:57:56.902Z Compiling darling v0.23.0
16802026-08-29T00:57:57.287Z Compiling phf_shared v0.13.1
16812026-08-29T00:57:57.304Z Compiling regex v1.12.3
16822026-08-29T00:57:57.528Z Compiling hubpack_derive v0.1.1
16832026-08-29T00:57:57.654Z Compiling convert_case v0.10.0
16842026-08-29T00:57:57.737Z Compiling hmac v0.12.1
16852026-08-29T00:57:57.881Z Compiling futures-executor v0.3.32
16862026-08-29T00:57:57.948Z Compiling curve25519-dalek-derive v0.1.1
16872026-08-29T00:57:57.967Z Compiling ref-cast-impl v1.0.25
16882026-08-29T00:57:58.127Z Compiling strum_macros v0.27.2
16892026-08-29T00:57:58.312Z Compiling vergen v9.1.0
16902026-08-29T00:57:58.494Z Compiling ff v0.13.1
16912026-08-29T00:57:58.511Z Compiling cargo-platform v0.3.2
16922026-08-29T00:57:58.583Z Compiling fs-err v3.3.0
16932026-08-29T00:57:58.629Z Compiling base16ct v0.2.0
16942026-08-29T00:57:58.769Z Compiling foldhash v0.2.0
16952026-08-29T00:57:58.791Z Compiling is_ci v1.2.0
16962026-08-29T00:57:58.818Z Compiling managed v0.8.0
16972026-08-29T00:57:58.929Z Compiling jiff-core v0.1.0
16982026-08-29T00:57:58.953Z Compiling path-slash v0.1.5
16992026-08-29T00:57:59.011Z Compiling bitflags v1.3.2
17002026-08-29T00:57:59.084Z Compiling same-file v1.0.6
17012026-08-29T00:57:59.084Z Compiling foldhash v0.1.5
17022026-08-29T00:57:59.084Z Compiling libbz2-rs-sys v0.2.2
17032026-08-29T00:57:59.186Z Compiling bumpalo v3.20.2
17042026-08-29T00:57:59.235Z Compiling textwrap v0.16.2
17052026-08-29T00:57:59.468Z Compiling zopfli v0.8.3
17062026-08-29T00:57:59.753Z Compiling jiff v0.2.34
17072026-08-29T00:57:59.764Z Compiling bzip2 v0.6.1
17082026-08-29T00:57:59.764Z Compiling hashbrown v0.15.5
17092026-08-29T00:57:59.977Z Compiling walkdir v2.5.0
17102026-08-29T00:58:00.091Z Compiling strum v0.27.2
17112026-08-29T00:58:00.133Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17122026-08-29T00:58:00.197Z Compiling hashbrown v0.16.1
17132026-08-29T00:58:00.279Z Compiling supports-color v3.0.2
17142026-08-29T00:58:00.447Z Compiling sec1 v0.7.3
17152026-08-29T00:58:00.474Z Compiling cargo_metadata v0.23.1
17162026-08-29T00:58:00.741Z Compiling group v0.13.0
17172026-08-29T00:58:00.967Z Compiling dof v0.3.0
17182026-08-29T00:58:00.987Z Compiling test-strategy v0.4.5
17192026-08-29T00:58:01.577Z Compiling futures v0.3.32
17202026-08-29T00:58:01.654Z Compiling hubpack v0.1.2
17212026-08-29T00:58:01.668Z Compiling derive_more-impl v2.1.1
17222026-08-29T00:58:01.853Z Compiling hkdf v0.12.4
17232026-08-29T00:58:01.889Z Compiling snafu v0.8.9
17242026-08-29T00:58:02.036Z Compiling phf v0.13.1
17252026-08-29T00:58:02.206Z Compiling signal-hook-mio v0.2.5
17262026-08-29T00:58:02.317Z Compiling serde_with_macros v3.21.0
17272026-08-29T00:58:02.469Z Compiling cookie_store v0.22.1
17282026-08-29T00:58:02.599Z Compiling zstd v0.13.3
17292026-08-29T00:58:02.816Z Compiling reqwest v0.12.28
17302026-08-29T00:58:02.933Z Compiling postgres-types v0.2.14
17312026-08-29T00:58:03.308Z Compiling backtrace-ext v0.2.1
17322026-08-29T00:58:03.469Z Compiling usdt-attr-macro v0.6.0
17332026-08-29T00:58:03.489Z Compiling usdt-macro v0.6.0
17342026-08-29T00:58:03.929Z Compiling globset v0.4.18
17352026-08-29T00:58:03.976Z Compiling phf_shared v0.11.3
17362026-08-29T00:58:04.151Z Compiling dtrace-parser v0.2.0
17372026-08-29T00:58:04.398Z Compiling byte-wrapper v0.1.0
17382026-08-29T00:58:04.438Z Compiling ed25519 v2.2.3
17392026-08-29T00:58:04.438Z Compiling olpc-cjson v0.1.4
17402026-08-29T00:58:04.438Z Compiling crypto-bigint v0.5.5
17412026-08-29T00:58:04.451Z Compiling serde_plain v1.0.2
17422026-08-29T00:58:04.451Z Compiling serde-big-array v0.5.1
17432026-08-29T00:58:04.507Z Compiling serde_repr v0.1.20
17442026-08-29T00:58:04.595Z Compiling async-recursion v1.1.1
17452026-08-29T00:58:04.629Z Compiling enum-as-inner v0.6.1
17462026-08-29T00:58:04.683Z Compiling strum_macros v0.26.4
17472026-08-29T00:58:05.055Z Compiling miette-derive v7.6.0
17482026-08-29T00:58:05.159Z Compiling pem v3.0.6
17492026-08-29T00:58:05.218Z Compiling float-cmp v0.10.0
17502026-08-29T00:58:05.253Z Compiling memmap2 v0.9.10
17512026-08-29T00:58:05.356Z Compiling thread-id v4.2.2
17522026-08-29T00:58:05.435Z Compiling new_debug_unreachable v1.0.6
17532026-08-29T00:58:05.461Z Compiling normalize-line-endings v0.3.0
17542026-08-29T00:58:05.484Z Compiling predicates-core v1.0.10
17552026-08-29T00:58:05.521Z Compiling either v1.15.0
17562026-08-29T00:58:05.560Z Compiling winnow v1.0.3
17572026-08-29T00:58:05.718Z Compiling data-encoding v2.10.0
17582026-08-29T00:58:05.732Z Compiling typed-path v0.9.3
17592026-08-29T00:58:06.216Z Compiling fixedbitset v0.5.7
17602026-08-29T00:58:06.359Z Compiling whoami v2.1.0
17612026-08-29T00:58:06.472Z Compiling keccak v0.1.6
17622026-08-29T00:58:06.527Z Compiling fixedbitset v0.4.2
17632026-08-29T00:58:06.644Z Compiling static_assertions v1.1.0
17642026-08-29T00:58:06.647Z Compiling precomputed-hash v0.1.1
17652026-08-29T00:58:06.648Z Compiling supports-hyperlinks v3.2.0
17662026-08-29T00:58:06.648Z Compiling supports-unicode v3.0.0
17672026-08-29T00:58:06.648Z Compiling difflib v0.4.0
17682026-08-29T00:58:06.818Z Compiling miette v7.6.0
17692026-08-29T00:58:06.819Z Compiling petgraph v0.6.5
17702026-08-29T00:58:06.819Z Compiling string_cache v0.8.9
17712026-08-29T00:58:06.819Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17722026-08-29T00:58:06.949Z Compiling predicates v3.1.4
17732026-08-29T00:58:06.994Z Compiling sha3 v0.10.8
17742026-08-29T00:58:07.186Z Compiling tokio-postgres v0.7.18
17752026-08-29T00:58:07.204Z Compiling toml_parser v1.1.2+spec-1.1.0
17762026-08-29T00:58:07.531Z Compiling strum v0.26.3
17772026-08-29T00:58:07.580Z Compiling petgraph v0.8.3
17782026-08-29T00:58:07.595Z Compiling hickory-proto v0.25.2
17792026-08-29T00:58:07.977Z Compiling itertools v0.13.0
17802026-08-29T00:58:08.112Z Compiling toml_edit v0.22.27
17812026-08-29T00:58:08.266Z Compiling usdt-impl v0.5.0
17822026-08-29T00:58:08.845Z Compiling usdt v0.6.0
17832026-08-29T00:58:09.562Z Compiling elliptic-curve v0.13.8
17842026-08-29T00:58:09.728Z Compiling ed25519-dalek v2.2.0
17852026-08-29T00:58:09.729Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17862026-08-29T00:58:09.729Z Compiling crossterm v0.28.1
17872026-08-29T00:58:09.729Z Compiling serde_with v3.21.0
17882026-08-29T00:58:09.729Z Compiling derive_more v2.1.1
17892026-08-29T00:58:09.791Z Compiling zip v4.6.1
17902026-08-29T00:58:10.683Z Compiling iddqd v0.4.2
17912026-08-29T00:58:11.039Z Compiling similar v2.7.0
17922026-08-29T00:58:11.091Z Compiling crossbeam-epoch v0.9.18
17932026-08-29T00:58:11.181Z Compiling tokio-stream v0.1.18
17942026-08-29T00:58:11.243Z Compiling buf-list v1.1.2
17952026-08-29T00:58:11.428Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17962026-08-29T00:58:11.498Z Compiling openapiv3 v2.2.0
17972026-08-29T00:58:11.578Z Compiling lalrpop-util v0.19.12
17982026-08-29T00:58:11.640Z Compiling peg-runtime v0.8.5
17992026-08-29T00:58:11.660Z Compiling thread_local v1.1.9
18002026-08-29T00:58:11.714Z Compiling slog-async v2.8.0
18012026-08-29T00:58:11.889Z Compiling crossbeam-channel v0.5.15
18022026-08-29T00:58:11.915Z Compiling filetime v0.2.27
18032026-08-29T00:58:11.915Z Compiling is-terminal v0.4.17
18042026-08-29T00:58:11.955Z Compiling term v1.2.1
18052026-08-29T00:58:12.012Z Compiling take_mut v0.2.2
18062026-08-29T00:58:12.053Z Compiling xattr v1.6.1
18072026-08-29T00:58:12.100Z Compiling camino-tempfile v1.4.1
18082026-08-29T00:58:12.206Z Compiling slog-term v2.9.2
18092026-08-29T00:58:12.318Z Compiling tar v0.4.46
18102026-08-29T00:58:18.270Z Compiling rustls-webpki v0.103.13
18112026-08-29T00:58:20.961Z Compiling tokio-rustls v0.26.4
18122026-08-29T00:58:20.961Z Compiling rustls-platform-verifier v0.6.2
18132026-08-29T00:58:20.961Z Compiling tough v0.22.0
18142026-08-29T00:58:21.176Z Compiling hyper-rustls v0.27.7
18152026-08-29T00:58:21.383Z Compiling reqwest v0.13.2
18162026-08-29T00:58:23.624Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172026-08-29T00:58:23.823Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18182026-08-29T00:58:26.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18192026-08-29T00:58:26.909Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18202026-08-29T00:58:26.930ZAug 29 00:58:25.772 INFO Starting download, target: DendriteStub
18212026-08-29T00:58:26.930ZAug 29 00:58:25.772 INFO Starting download, target: MaghemiteMgd
18222026-08-29T00:58:26.930ZAug 29 00:58:25.772 INFO Starting download, target: Clickhouse
18232026-08-29T00:58:26.930ZAug 29 00:58:25.772 INFO Starting download, target: Console
18242026-08-29T00:58:26.931ZAug 29 00:58:25.772 INFO Starting download, target: Cockroach
18252026-08-29T00:58:26.931ZAug 29 00:58:25.772 INFO Starting download, target: MaghemiteDdmd
18262026-08-29T00:58:26.931ZAug 29 00:58:25.772 INFO Starting download, target: TransceiverControl
18272026-08-29T00:58:26.931ZAug 29 00:58:25.772 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18282026-08-29T00:58:26.931ZAug 29 00:58:25.773 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18292026-08-29T00:58:26.931ZAug 29 00:58:25.773 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18302026-08-29T00:58:26.931ZAug 29 00:58:25.773 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18312026-08-29T00:58:26.931ZAug 29 00:58:25.773 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18322026-08-29T00:58:26.933ZAug 29 00:58:25.773 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18332026-08-29T00:58:26.933ZAug 29 00:58:25.773 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18342026-08-29T00:58:27.892ZAug 29 00:58:26.622 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18352026-08-29T00:58:28.015ZAug 29 00:58:26.829 INFO Download complete, target: TransceiverControl
18362026-08-29T00:58:28.737ZAug 29 00:58:27.516 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18372026-08-29T00:58:29.002ZAug 29 00:58:27.803 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18382026-08-29T00:58:29.254ZAug 29 00:58:28.049 INFO Download complete, target: Console
18392026-08-29T00:58:30.216ZAug 29 00:58:29.044 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18402026-08-29T00:58:30.416ZAug 29 00:58:29.072 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18412026-08-29T00:58:30.563ZAug 29 00:58:29.407 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18422026-08-29T00:58:31.183ZAug 29 00:58:30.037 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18432026-08-29T00:58:31.183ZAug 29 00:58:30.037 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18442026-08-29T00:58:32.115ZAug 29 00:58:30.962 INFO Download complete, target: MaghemiteDdmd
18452026-08-29T00:58:32.561ZAug 29 00:58:31.418 INFO Download complete, target: DendriteStub
18462026-08-29T00:58:33.058ZAug 29 00:58:31.917 INFO Download complete, target: MaghemiteMgd
18472026-08-29T00:58:35.331ZAug 29 00:58:34.106 INFO Checking that binary works, target: Clickhouse
18482026-08-29T00:58:35.382ZAug 29 00:58:34.211 INFO Download complete, target: Clickhouse
18492026-08-29T00:58:35.825ZAug 29 00:58:34.664 INFO Checking that binary works, target: Cockroach
18502026-08-29T00:58:36.155ZAug 29 00:58:34.787 INFO Download complete, target: Cockroach
18512026-08-29T00:58:36.195ZAll builder prerequisites installed successfully, and PATH looks valid
18522026-08-29T00:58:36.195Z
18532026-08-29T00:58:36.195Zreal 2:10.397964835
18542026-08-29T00:58:36.195Zuser 7:23.201083498
18552026-08-29T00:58:36.195Zsys 1:26.583748089
18562026-08-29T00:58:36.195Ztrap 0.259770392
18572026-08-29T00:58:36.196Ztflt 0.550297468
18582026-08-29T00:58:36.196Zdflt 0.957738553
18592026-08-29T00:58:36.196Zkflt 0.022362881
18602026-08-29T00:58:36.196Zlock 27:50.044677258
18612026-08-29T00:58:36.196Zslp 22:12.222894409
18622026-08-29T00:58:36.196Zlat 47.159315554
18632026-08-29T00:58:36.196Zstop 2:41.871533324
18642026-08-29T00:58:36.196Z+ banner clippy
18652026-08-29T00:58:36.196Z
18662026-08-29T00:58:36.196Z #### # # ##### ##### # #
18672026-08-29T00:58:36.196Z # # # # # # # # # #
18682026-08-29T00:58:36.196Z # # # # # # # #
18692026-08-29T00:58:36.196Z # # # ##### ##### #
18702026-08-29T00:58:36.196Z # # # # # # #
18712026-08-29T00:58:36.196Z #### ###### # # # #
18722026-08-29T00:58:36.196Z
18732026-08-29T00:58:36.197Z+ export CARGO_INCREMENTAL=0
18742026-08-29T00:58:36.197Z+ CARGO_INCREMENTAL=0
18752026-08-29T00:58:36.197Z+ ptime -m cargo xtask clippy
18762026-08-29T00:58:36.455Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18772026-08-29T00:58:36.736Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18782026-08-29T00:58:38.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18792026-08-29T00:58:38.554Z Running `target/debug/xtask clippy`
18802026-08-29T00:58:38.583Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18812026-08-29T00:58:39.143Z Downloading crates ...
18822026-08-29T00:58:39.364Z Downloaded assert_cmd v2.1.2
18832026-08-29T00:58:39.423Z Downloaded concurrent-queue v2.5.0
18842026-08-29T00:58:39.423Z Downloaded assert-json-diff v2.0.2
18852026-08-29T00:58:39.423Z Downloaded approx v0.5.1
18862026-08-29T00:58:39.423Z Downloaded cast v0.3.0
18872026-08-29T00:58:39.424Z Downloaded async-object-pool v0.2.0
18882026-08-29T00:58:39.424Z Downloaded constant_time_eq v0.3.1
18892026-08-29T00:58:39.424Z Downloaded blake2b_simd v1.0.4
18902026-08-29T00:58:39.424Z Downloaded anes v0.1.6
18912026-08-29T00:58:39.424Z Downloaded criterion-plot v0.6.0
18922026-08-29T00:58:39.424Z Downloaded cfg-expr v0.20.6
18932026-08-29T00:58:39.424Z Downloaded datatest-stable v0.3.3
18942026-08-29T00:58:39.424Z Downloaded async-lock v3.4.2
18952026-08-29T00:58:39.424Z Downloaded escape8259 v0.5.3
18962026-08-29T00:58:39.424Z Downloaded event-listener-strategy v0.5.4
18972026-08-29T00:58:39.424Z Downloaded event-listener v5.4.1
18982026-08-29T00:58:39.424Z Downloaded fancy-regex v0.14.0
18992026-08-29T00:58:39.424Z Downloaded futures-timer v3.0.3
19002026-08-29T00:58:39.424Z Downloaded guppy-workspace-hack v0.1.0
19012026-08-29T00:58:39.424Z Downloaded criterion v0.7.0
19022026-08-29T00:58:39.424Z Downloaded hex-literal v0.4.1
19032026-08-29T00:58:39.424Z Downloaded guppy v0.17.25
19042026-08-29T00:58:39.424Z Downloaded hickory-client v0.25.2
19052026-08-29T00:58:39.424Z Downloaded httptest v0.16.4
19062026-08-29T00:58:39.424Z Downloaded miette-derive v5.10.0
19072026-08-29T00:58:39.424Z Downloaded linkme-impl v0.3.35
19082026-08-29T00:58:39.424Z Downloaded miette v5.10.0
19092026-08-29T00:58:39.424Z Downloaded nested v0.1.1
19102026-08-29T00:58:39.424Z Downloaded parking v2.2.1
19112026-08-29T00:58:39.424Z Downloaded knuffel-derive v3.2.0
19122026-08-29T00:58:39.424Z Downloaded libtest-mimic v0.8.1
19132026-08-29T00:58:39.425Z Downloaded linkme v0.3.35
19142026-08-29T00:58:39.425Z Downloaded pathdiff v0.2.3
19152026-08-29T00:58:39.425Z Downloaded plotters-svg v0.3.7
19162026-08-29T00:58:39.425Z Downloaded oorandom v11.1.5
19172026-08-29T00:58:39.425Z Downloaded knuffel v3.2.0
19182026-08-29T00:58:39.425Z Downloaded owo-colors v3.5.0
19192026-08-29T00:58:39.425Z Downloaded partial-io v0.5.4
19202026-08-29T00:58:39.425Z Downloaded path-tree v0.8.3
19212026-08-29T00:58:39.425Z Downloaded plotters-backend v0.3.7
19222026-08-29T00:58:39.425Z Downloaded relative-path v1.9.3
19232026-08-29T00:58:39.425Z Downloaded serde_regex v1.1.0
19242026-08-29T00:58:39.425Z Downloaded rstest v0.25.0
19252026-08-29T00:58:39.425Z Downloaded rust-argon2 v2.1.0
19262026-08-29T00:58:39.425Z Downloaded similar-asserts v1.7.0
19272026-08-29T00:58:39.425Z Downloaded rand_distr v0.5.1
19282026-08-29T00:58:39.425Z Downloaded rstest_macros v0.25.0
19292026-08-29T00:58:39.425Z Downloaded plotters v0.3.7
19302026-08-29T00:58:39.425Z Downloaded supports-unicode v2.1.0
19312026-08-29T00:58:39.425Z Downloaded stringmetrics v2.2.2
19322026-08-29T00:58:39.425Z Downloaded supports-color v2.1.0
19332026-08-29T00:58:39.425Z Downloaded supports-hyperlinks v2.1.0
19342026-08-29T00:58:39.425Z Downloaded target-triple v1.0.0
19352026-08-29T00:58:39.425Z Downloaded target-lexicon v0.13.3
19362026-08-29T00:58:39.425Z Downloaded termcolor v1.4.1
19372026-08-29T00:58:39.443Z Downloaded tinytemplate v1.2.1
19382026-08-29T00:58:39.443Z Downloaded terminal_size v0.1.17
19392026-08-29T00:58:39.443Z Downloaded textwrap v0.15.2
19402026-08-29T00:58:39.443Z Downloaded target-spec v3.5.7
19412026-08-29T00:58:39.443Z Downloaded trybuild v1.0.116
19422026-08-29T00:58:39.478Z Downloaded httpmock v0.8.3
19432026-08-29T00:58:41.276Z Checking cfg-if v1.0.4
19442026-08-29T00:58:41.652Z Checking serde_core v1.0.228
19452026-08-29T00:58:41.652Z Checking libc v0.2.185
19462026-08-29T00:58:41.736Z Checking memchr v2.8.0
19472026-08-29T00:58:41.775Z Checking smallvec v1.15.1
19482026-08-29T00:58:41.818Z Checking rand_core v0.10.0
19492026-08-29T00:58:41.881Z Checking itoa v1.0.17
19502026-08-29T00:58:42.031Z Checking subtle v2.6.1
19512026-08-29T00:58:42.134Z Checking libm v0.2.16
19522026-08-29T00:58:42.135Z Checking log v0.4.33
19532026-08-29T00:58:42.135Z Checking typenum v1.20.1
19542026-08-29T00:58:42.169Z Checking scopeguard v1.2.0
19552026-08-29T00:58:42.169Z Checking zmij v1.0.21
19562026-08-29T00:58:42.211Z Checking getrandom v0.4.3
19572026-08-29T00:58:42.211Z Checking errno v0.3.14
19582026-08-29T00:58:42.218Z Checking stable_deref_trait v1.2.1
19592026-08-29T00:58:42.257Z Checking lock_api v0.4.14
19602026-08-29T00:58:42.315Z Checking zerofrom v0.1.6
19612026-08-29T00:58:42.359Z Checking percent-encoding v2.3.2
19622026-08-29T00:58:42.407Z Checking litemap v0.8.1
19632026-08-29T00:58:42.527Z Checking writeable v0.6.2
19642026-08-29T00:58:42.543Z Checking yoke v0.8.1
19652026-08-29T00:58:42.543Z Checking icu_properties_data v2.1.2
19662026-08-29T00:58:42.581Z Checking icu_normalizer_data v2.1.1
19672026-08-29T00:58:42.591Z Checking form_urlencoded v1.2.2
19682026-08-29T00:58:42.663Z Checking num-traits v0.2.19
19692026-08-29T00:58:42.689Z Checking utf8_iter v1.0.4
19702026-08-29T00:58:42.719Z Checking zerovec v0.11.5
19712026-08-29T00:58:42.719Z Checking zerotrie v0.2.3
19722026-08-29T00:58:42.806Z Checking portable-atomic v1.13.1
19732026-08-29T00:58:42.869Z Checking critical-section v1.2.0
19742026-08-29T00:58:42.926Z Checking pin-project-lite v0.2.17
19752026-08-29T00:58:42.998Z Checking zerocopy v0.8.55
19762026-08-29T00:58:43.054Z Checking parking_lot_core v0.9.12
19772026-08-29T00:58:43.054Z Checking signal-hook-registry v1.4.8
19782026-08-29T00:58:43.078Z Checking mio v1.2.0
19792026-08-29T00:58:43.170Z Checking tinystr v0.8.2
19802026-08-29T00:58:43.204Z Checking potential_utf v0.1.4
19812026-08-29T00:58:43.293Z Checking serde v1.0.228
19822026-08-29T00:58:43.293Z Checking bitflags v2.11.0
19832026-08-29T00:58:43.293Z Checking serde_json v1.0.151
19842026-08-29T00:58:43.341Z Checking once_cell v1.21.3
19852026-08-29T00:58:43.433Z Checking icu_collections v2.1.1
19862026-08-29T00:58:43.511Z Checking icu_locale_core v2.1.1
19872026-08-29T00:58:43.511Z Checking parking_lot v0.12.5
19882026-08-29T00:58:43.543Z Checking iana-time-zone v0.1.65
19892026-08-29T00:58:43.585Z Checking uuid v1.23.4
19902026-08-29T00:58:43.634Z Checking socket2 v0.6.3
19912026-08-29T00:58:43.682Z Checking zeroize v1.9.0
19922026-08-29T00:58:43.682Z Checking bytes v1.11.1
19932026-08-29T00:58:43.740Z Checking chrono v0.4.45
19942026-08-29T00:58:43.920Z Checking semver v1.0.28
19952026-08-29T00:58:44.026Z Checking thiserror v2.0.18
19962026-08-29T00:58:44.124Z Checking dyn-clone v1.0.20
19972026-08-29T00:58:44.124Z Checking icu_provider v2.1.1
19982026-08-29T00:58:44.189Z Checking rustix v1.1.4
19992026-08-29T00:58:44.189Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20002026-08-29T00:58:44.246Z Checking futures-core v0.3.32
20012026-08-29T00:58:44.246Z Checking tokio v1.52.1
20022026-08-29T00:58:44.246Z Checking cmov v0.5.4
20032026-08-29T00:58:44.323Z Checking icu_normalizer v2.1.1
20042026-08-29T00:58:44.417Z Checking icu_properties v2.1.2
20052026-08-29T00:58:44.497Z Checking equivalent v1.0.2
20062026-08-29T00:58:44.696Z Checking ctutils v0.4.2
20072026-08-29T00:58:44.726Z Checking getrandom v0.2.17
20082026-08-29T00:58:44.726Z Checking byteorder v1.5.0
20092026-08-29T00:58:44.726Z Checking futures-sink v0.3.32
20102026-08-29T00:58:44.726Z Checking hybrid-array v0.4.13
20112026-08-29T00:58:44.726Z Checking rand_core v0.6.4
20122026-08-29T00:58:45.291Z Checking futures-channel v0.3.32
20132026-08-29T00:58:45.291Z Checking futures-io v0.3.32
20142026-08-29T00:58:45.291Z Checking slab v0.4.12
20152026-08-29T00:58:45.291Z Checking futures-task v0.3.32
20162026-08-29T00:58:45.291Z Checking fnv v1.0.7
20172026-08-29T00:58:45.291Z Checking regex-syntax v0.8.10
20182026-08-29T00:58:45.291Z Checking getrandom v0.3.4
20192026-08-29T00:58:45.642Z Checking futures-util v0.3.32
20202026-08-29T00:58:45.642Z Checking idna_adapter v1.2.1
20212026-08-29T00:58:45.642Z Checking hashbrown v0.17.0
20222026-08-29T00:58:45.710Z Checking generic-array v0.14.7
20232026-08-29T00:58:45.710Z Checking idna v1.1.0
20242026-08-29T00:58:45.710Z Checking crypto-common v0.2.2
20252026-08-29T00:58:45.710Z Checking ppv-lite86 v0.2.21
20262026-08-29T00:58:45.829Z Checking url v2.5.8
20272026-08-29T00:58:45.830Z Checking indexmap v2.14.0
20282026-08-29T00:58:45.950Z Checking thiserror v1.0.69
20292026-08-29T00:58:46.072Z Checking block-buffer v0.12.1
20302026-08-29T00:58:46.072Z Checking base64ct v1.8.3
20312026-08-29T00:58:46.200Z Checking const-oid v0.9.6
20322026-08-29T00:58:46.323Z Checking crypto-common v0.1.7
20332026-08-29T00:58:46.323Z Checking schemars v0.8.22
20342026-08-29T00:58:46.323Z Checking base64 v0.22.1
20352026-08-29T00:58:46.439Z Checking const-oid v0.10.2
20362026-08-29T00:58:46.439Z Checking erased-serde v0.3.31
20372026-08-29T00:58:46.644Z Checking utf8parse v0.2.2
20382026-08-29T00:58:46.742Z Checking anstyle v1.0.14
20392026-08-29T00:58:46.742Z Checking block-buffer v0.10.4
20402026-08-29T00:58:46.742Z Checking rand_core v0.9.5
20412026-08-29T00:58:46.913Z Checking http v1.4.2
20422026-08-29T00:58:46.914Z Checking tracing-core v0.1.36
20432026-08-29T00:58:47.048Z Checking slog v2.8.2
20442026-08-29T00:58:47.048Z Checking colorchoice v1.0.4
20452026-08-29T00:58:47.048Z Checking digest v0.10.7
20462026-08-29T00:58:47.048Z Checking is_terminal_polyfill v1.70.2
20472026-08-29T00:58:47.049Z Checking fastrand v2.3.0
20482026-08-29T00:58:47.126Z Checking anstyle-query v1.1.5
20492026-08-29T00:58:47.126Z Checking digest v0.11.3
20502026-08-29T00:58:47.126Z Checking tracing v0.1.44
20512026-08-29T00:58:47.153Z Checking terminal_size v0.4.3
20522026-08-29T00:58:47.153Z Checking rand_chacha v0.9.0
20532026-08-29T00:58:47.213Z Checking anstyle-parse v1.0.0
20542026-08-29T00:58:47.213Z Checking cpufeatures v0.3.0
20552026-08-29T00:58:47.422Z Checking tempfile v3.27.0
20562026-08-29T00:58:47.541Z Checking ipnet v2.12.0
20572026-08-29T00:58:47.541Z Checking aho-corasick v1.1.4
20582026-08-29T00:58:47.542Z Checking unicode-ident v1.0.24
20592026-08-29T00:58:47.542Z Checking anstream v1.0.0
20602026-08-29T00:58:47.542Z Checking clap_lex v1.0.0
20612026-08-29T00:58:47.592Z Checking rand v0.9.2
20622026-08-29T00:58:47.592Z Checking tokio-util v0.7.18
20632026-08-29T00:58:47.592Z Checking strsim v0.11.1
20642026-08-29T00:58:47.592Z Checking proc-macro2 v1.0.106
20652026-08-29T00:58:47.642Z Checking ipnetwork v0.21.1
20662026-08-29T00:58:47.763Z Checking crossbeam-utils v0.8.21
20672026-08-29T00:58:47.825Z Checking allocator-api2 v0.2.21
20682026-08-29T00:58:47.825Z Checking clap_builder v4.6.0
20692026-08-29T00:58:47.906Z Checking powerfmt v0.2.0
20702026-08-29T00:58:48.689Z Checking quote v1.0.45
20712026-08-29T00:58:49.016Z Checking httparse v1.10.1
20722026-08-29T00:58:49.016Z Checking num_threads v0.1.7
20732026-08-29T00:58:49.016Z Checking regex-automata v0.4.14
20742026-08-29T00:58:49.016Z Checking time-core v0.1.8
20752026-08-29T00:58:49.016Z Checking deranged v0.5.8
20762026-08-29T00:58:49.016Z Checking syn v2.0.117
20772026-08-29T00:58:49.016Z Checking num-conv v0.2.0
20782026-08-29T00:58:49.016Z Checking anyhow v1.0.104
20792026-08-29T00:58:49.016Z Checking rustls-pki-types v1.14.0
20802026-08-29T00:58:49.017Z Checking aws-lc-sys v0.40.0
20812026-08-29T00:58:49.017Z Checking untrusted v0.7.1
20822026-08-29T00:58:49.017Z Checking http-body v1.0.1
20832026-08-29T00:58:49.017Z Checking atomic-waker v1.1.2
20842026-08-29T00:58:49.017Z Checking cpufeatures v0.2.17
20852026-08-29T00:58:49.017Z Checking block-padding v0.4.2
20862026-08-29T00:58:49.017Z Checking hex v0.4.3
20872026-08-29T00:58:49.017Z Checking httpdate v1.0.3
20882026-08-29T00:58:49.153Z Checking try-lock v0.2.5
20892026-08-29T00:58:49.153Z Checking aws-lc-rs v1.16.3
20902026-08-29T00:58:49.153Z Checking simd-adler32 v0.3.8
20912026-08-29T00:58:49.153Z Checking inout v0.2.2
20922026-08-29T00:58:49.153Z Checking want v0.3.1
20932026-08-29T00:58:49.153Z Checking clap v4.6.1
20942026-08-29T00:58:49.306Z Checking h2 v0.4.15
20952026-08-29T00:58:49.306Z Checking oxnet v0.1.6
20962026-08-29T00:58:49.306Z Checking time v0.3.47
20972026-08-29T00:58:49.306Z Checking spin v0.9.8
20982026-08-29T00:58:49.306Z Checking tower-layer v0.3.3
20992026-08-29T00:58:49.453Z Checking untrusted v0.9.0
21002026-08-29T00:58:49.594Z Checking ryu v1.0.23
21012026-08-29T00:58:49.594Z Checking adler2 v2.0.1
21022026-08-29T00:58:49.653Z Checking tower-service v0.3.3
21032026-08-29T00:58:49.653Z Checking pem-rfc7468 v0.7.0
21042026-08-29T00:58:49.653Z Checking miniz_oxide v0.8.9
21052026-08-29T00:58:49.690Z Checking unicode-width v0.2.0
21062026-08-29T00:58:49.711Z Checking rustls-webpki v0.103.13
21072026-08-29T00:58:53.055Z Checking flagset v0.4.7
21082026-08-29T00:58:53.055Z Checking cipher v0.5.2
21092026-08-29T00:58:53.055Z Checking camino v1.2.5
21102026-08-29T00:58:53.055Z Checking der v0.7.10
21112026-08-29T00:58:53.055Z Checking socket2 v0.5.10
21122026-08-29T00:58:53.055Z Checking mime v0.3.17
21132026-08-29T00:58:53.055Z Checking rustls v0.23.41
21142026-08-29T00:58:53.055Z Checking pretty-hex v0.4.1
21152026-08-29T00:58:53.055Z Checking http-body-util v0.1.3
21162026-08-29T00:58:53.055Z Checking plain v0.2.3
21172026-08-29T00:58:53.056Z Checking rand_chacha v0.3.1
21182026-08-29T00:58:53.056Z Checking ucd-trie v0.1.7
21192026-08-29T00:58:53.056Z Checking bit-vec v0.8.0
21202026-08-29T00:58:53.056Z Checking openssl-probe v0.2.1
21212026-08-29T00:58:53.056Z Checking regex v1.12.3
21222026-08-29T00:58:53.056Z Checking pest v2.8.6
21232026-08-29T00:58:53.056Z Checking rand v0.8.6
21242026-08-29T00:58:53.056Z Checking serde_urlencoded v0.7.1
21252026-08-29T00:58:53.057Z Checking bit-set v0.8.0
21262026-08-29T00:58:53.057Z Checking spki v0.7.3
21272026-08-29T00:58:53.058Z Checking wait-timeout v0.2.1
21282026-08-29T00:58:53.058Z Checking encoding_rs v0.8.35
21292026-08-29T00:58:53.058Z Checking futures-executor v0.3.32
21302026-08-29T00:58:53.059Z Checking crc32fast v1.5.0
21312026-08-29T00:58:53.059Z Checking quick-error v1.2.3
21322026-08-29T00:58:53.059Z Checking futures v0.3.32
21332026-08-29T00:58:53.059Z Checking rusty-fork v0.3.1
21342026-08-29T00:58:53.059Z Checking rand_xorshift v0.4.0
21352026-08-29T00:58:53.059Z Checking either v1.15.0
21362026-08-29T00:58:53.059Z Checking unarray v0.1.4
21372026-08-29T00:58:53.059Z Checking pkcs8 v0.10.2
21382026-08-29T00:58:53.059Z Checking sync_wrapper v1.0.2
21392026-08-29T00:58:53.059Z Checking proptest v1.11.0
21402026-08-29T00:58:53.059Z Checking iri-string v0.7.10
21412026-08-29T00:58:53.059Z Checking tower v0.5.3
21422026-08-29T00:58:53.059Z Checking foldhash v0.2.0
21432026-08-29T00:58:53.060Z Checking zlib-rs v0.6.2
21442026-08-29T00:58:53.060Z Checking hashbrown v0.16.1
21452026-08-29T00:58:53.088Z Checking hmac v0.13.0
21462026-08-29T00:58:53.088Z Checking openapiv3 v2.2.0
21472026-08-29T00:58:53.088Z Checking hyper v1.10.1
21482026-08-29T00:58:53.088Z Checking static_assertions v1.1.0
21492026-08-29T00:58:53.088Z Checking lazy_static v1.5.0
21502026-08-29T00:58:53.089Z Checking tinyvec_macros v0.1.1
21512026-08-29T00:58:53.089Z Checking rustls-native-certs v0.8.3
21522026-08-29T00:58:53.089Z Checking tinyvec v1.10.0
21532026-08-29T00:58:53.089Z Checking sha2 v0.11.0
21542026-08-29T00:58:53.089Z Checking tower-http v0.6.8
21552026-08-29T00:58:53.089Z Checking tokio-rustls v0.26.4
21562026-08-29T00:58:53.089Z Checking flate2 v1.1.9
21572026-08-29T00:58:53.089Z Checking hubpack v0.1.2
21582026-08-29T00:58:53.089Z Checking psl-types v2.0.11
21592026-08-29T00:58:53.089Z Checking cookie v0.18.1
21602026-08-29T00:58:53.089Z Checking sha2 v0.10.9
21612026-08-29T00:58:53.089Z Checking signature v2.2.0
21622026-08-29T00:58:53.089Z Checking hyper-util v0.1.20
21632026-08-29T00:58:53.089Z Checking publicsuffix v2.3.0
21642026-08-29T00:58:53.089Z Checking num-integer v0.1.46
21652026-08-29T00:58:53.127Z Checking strum v0.26.3
21662026-08-29T00:58:53.224Z Checking rustls-platform-verifier v0.6.2
21672026-08-29T00:58:53.236Z Checking cookie_store v0.22.1
21682026-08-29T00:58:53.236Z Checking newtype-uuid v1.3.2
21692026-08-29T00:58:53.236Z Checking ahash v0.8.12
21702026-08-29T00:58:53.286Z Checking scroll v0.13.0
21712026-08-29T00:58:53.302Z Checking unicode-width v0.1.14
21722026-08-29T00:58:53.377Z Checking serde_spanned v0.6.9
21732026-08-29T00:58:53.391Z Checking toml_datetime v0.6.11
21742026-08-29T00:58:53.424Z Checking memmap2 v0.9.10
21752026-08-29T00:58:53.463Z Checking daft v0.1.8
21762026-08-29T00:58:53.516Z Checking data-encoding v2.10.0
21772026-08-29T00:58:53.560Z Checking goblin v0.10.5
21782026-08-29T00:58:53.579Z Checking dtrace-parser v0.3.0
21792026-08-29T00:58:53.579Z Checking bstr v1.12.1
21802026-08-29T00:58:53.908Z Checking thread-id v5.1.0
21812026-08-29T00:58:53.916Z Checking base64 v0.21.7
21822026-08-29T00:58:53.916Z Checking x509-cert v0.2.5
21832026-08-29T00:58:53.916Z Checking crossbeam-epoch v0.9.18
21842026-08-29T00:58:53.916Z Checking num-iter v0.1.45
21852026-08-29T00:58:53.916Z Checking memoffset v0.9.1
21862026-08-29T00:58:53.951Z Checking scroll v0.12.0
21872026-08-29T00:58:53.968Z Checking hmac v0.12.1
21882026-08-29T00:58:54.041Z Checking zerocopy v0.7.35
21892026-08-29T00:58:54.063Z Checking rustix v0.38.44
21902026-08-29T00:58:54.100Z Checking env_filter v2.0.0
21912026-08-29T00:58:54.176Z Checking smawk v0.3.2
21922026-08-29T00:58:54.243Z Checking hyper-rustls v0.27.7
21932026-08-29T00:58:54.297Z Checking goblin v0.8.2
21942026-08-29T00:58:54.308Z Checking unicode-linebreak v0.1.5
21952026-08-29T00:58:54.308Z Checking unicode-segmentation v1.12.0
21962026-08-29T00:58:54.415Z Checking tap v1.0.1
21972026-08-29T00:58:54.441Z Checking reqwest v0.13.2
21982026-08-29T00:58:54.504Z Checking env_logger v0.11.11
21992026-08-29T00:58:54.548Z Checking num-bigint-dig v0.8.6
22002026-08-29T00:58:54.586Z Checking wyz v0.5.1
22012026-08-29T00:58:54.696Z Checking dtrace-parser v0.2.0
22022026-08-29T00:58:54.723Z Checking pkcs1 v0.7.5
22032026-08-29T00:58:54.790Z Checking ff v0.13.1
22042026-08-29T00:58:54.947Z Checking radium v0.7.0
22052026-08-29T00:58:55.282Z Checking thread-id v4.2.2
22062026-08-29T00:58:55.283Z Checking base16ct v0.2.0
22072026-08-29T00:58:55.283Z Checking winnow v1.0.3
22082026-08-29T00:58:55.328Z Checking same-file v1.0.6
22092026-08-29T00:58:55.328Z Checking funty v2.0.0
22102026-08-29T00:58:55.328Z Checking crc-catalog v2.4.0
22112026-08-29T00:58:55.328Z Checking walkdir v2.5.0
22122026-08-29T00:58:55.328Z Checking crc v3.4.0
22132026-08-29T00:58:55.353Z Checking sec1 v0.7.3
22142026-08-29T00:58:55.389Z Checking rsa v0.9.10
22152026-08-29T00:58:55.424Z Checking group v0.13.0
22162026-08-29T00:58:55.448Z Checking bitvec v1.0.1
22172026-08-29T00:58:55.466Z Checking hkdf v0.12.4
22182026-08-29T00:58:55.570Z Checking nix v0.31.2
22192026-08-29T00:58:55.586Z Checking unicode-normalization v0.1.25
22202026-08-29T00:58:55.686Z Checking chacha20 v0.10.0
22212026-08-29T00:58:55.925Z Checking crypto-bigint v0.5.5
22222026-08-29T00:58:55.991Z Checking dof v0.4.0
22232026-08-29T00:58:55.991Z Checking zerocopy v0.6.6
22242026-08-29T00:58:56.071Z Checking maybe-uninit v2.0.0
22252026-08-29T00:58:56.071Z Checking is_ci v1.2.0
22262026-08-29T00:58:56.203Z Checking foreign-types-shared v0.1.1
22272026-08-29T00:58:56.280Z Checking winnow v0.5.40
22282026-08-29T00:58:56.280Z Checking gimli v0.32.3
22292026-08-29T00:58:56.281Z Checking dof v0.3.0
22302026-08-29T00:58:56.351Z Checking foldhash v0.1.5
22312026-08-29T00:58:56.439Z Checking nodrop v0.1.14
22322026-08-29T00:58:56.561Z Checking array-init v0.0.4
22332026-08-29T00:58:56.612Z Checking usdt-impl v0.5.0
22342026-08-29T00:58:56.674Z Checking usdt-impl v0.6.0
22352026-08-29T00:58:56.939Z Checking hashbrown v0.15.5
22362026-08-29T00:58:56.939Z Checking elliptic-curve v0.13.8
22372026-08-29T00:58:56.939Z Checking packed_struct v0.10.1
22382026-08-29T00:58:56.940Z Checking foreign-types v0.3.2
22392026-08-29T00:58:56.940Z Checking smallvec v0.6.14
22402026-08-29T00:58:56.996Z Checking usdt v0.6.0
22412026-08-29T00:58:57.064Z Checking serde_with v3.21.0
22422026-08-29T00:58:57.158Z Checking bitfield v0.19.4
22432026-08-29T00:58:57.201Z Checking bzip2-sys v0.1.13+1.0.8
22442026-08-29T00:58:57.219Z Checking openssl-sys v0.9.117
22452026-08-29T00:58:57.293Z Checking object v0.37.3
22462026-08-29T00:58:57.313Z Checking keccak v0.1.6
22472026-08-29T00:58:57.367Z Checking toml_edit v0.19.15
22482026-08-29T00:58:57.444Z Checking siphasher v1.0.2
22492026-08-29T00:58:57.511Z Checking bitflags v1.3.2
22502026-08-29T00:58:57.629Z Checking rustc-demangle v0.1.27
22512026-08-29T00:58:57.711Z Checking hashbrown v0.12.3
22522026-08-29T00:58:57.711Z Checking openssl v0.10.80
22532026-08-29T00:58:57.755Z Checking addr2line v0.25.1
22542026-08-29T00:58:57.876Z Checking sha3 v0.10.8
22552026-08-29T00:58:57.952Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22562026-08-29T00:58:58.032Z Checking bzip2 v0.4.4
22572026-08-29T00:58:58.101Z Checking indexmap v1.9.3
22582026-08-29T00:58:58.141Z Checking serde-hex v0.1.0
22592026-08-29T00:58:58.220Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22602026-08-29T00:58:58.387Z Checking toml v0.7.8
22612026-08-29T00:58:58.428Z Checking toml_parser v1.1.2+spec-1.1.0
22622026-08-29T00:58:58.432Z Checking ron v0.8.1
22632026-08-29T00:58:58.502Z Checking hashbrown v0.13.2
22642026-08-29T00:58:58.731Z Checking itertools v0.13.0
22652026-08-29T00:58:58.787Z Checking signal-hook v0.3.18
22662026-08-29T00:58:58.946Z Checking crc-any v2.5.0
22672026-08-29T00:58:59.006Z Checking managed v0.8.0
22682026-08-29T00:58:59.008Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22692026-08-29T00:58:59.151Z Checking object v0.30.4
22702026-08-29T00:58:59.220Z Checking zip v0.6.6
22712026-08-29T00:58:59.260Z Checking rand v0.10.1
22722026-08-29T00:58:59.585Z Checking globset v0.4.18
22732026-08-29T00:58:59.624Z Checking curve25519-dalek v4.1.3
22742026-08-29T00:58:59.627Z Checking backtrace v0.3.76
22752026-08-29T00:58:59.701Z Checking winnow v0.7.14
22762026-08-29T00:58:59.762Z Checking toml_write v0.1.2
22772026-08-29T00:58:59.801Z Checking path-slash v0.1.5
22782026-08-29T00:58:59.869Z Checking native-tls v0.2.18
22792026-08-29T00:58:59.941Z Checking signal-hook-mio v0.2.5
22802026-08-29T00:58:59.978Z Checking textwrap v0.16.2
22812026-08-29T00:59:00.017Z Checking backtrace-ext v0.2.1
22822026-08-29T00:59:00.075Z Checking ed25519 v2.2.3
22832026-08-29T00:59:00.111Z Checking ref-cast v1.0.25
22842026-08-29T00:59:00.153Z Checking pin-project v1.1.11
22852026-08-29T00:59:00.217Z Checking jiff-core v0.1.0
22862026-08-29T00:59:00.257Z Checking tokio-native-tls v0.3.1
22872026-08-29T00:59:00.295Z Checking pem v3.0.6
22882026-08-29T00:59:00.298Z Checking zstd-sys v2.0.16+zstd.1.5.7
22892026-08-29T00:59:00.417Z Checking ed25519-dalek v2.2.0
22902026-08-29T00:59:00.453Z Checking owo-colors v4.3.0
22912026-08-29T00:59:00.492Z Checking fixedbitset v0.5.7
22922026-08-29T00:59:00.495Z Checking zstd-safe v7.2.4
22932026-08-29T00:59:00.681Z Checking hyper-tls v0.6.0
22942026-08-29T00:59:00.721Z Checking petgraph v0.8.3
22952026-08-29T00:59:00.763Z Checking snafu v0.8.9
22962026-08-29T00:59:00.883Z Checking crossterm v0.28.1
22972026-08-29T00:59:00.921Z Checking toml_edit v0.22.27
22982026-08-29T00:59:00.960Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22992026-08-29T00:59:00.963Z Checking jiff v0.2.34
23002026-08-29T00:59:01.033Z Checking supports-color v3.0.2
23012026-08-29T00:59:01.036Z Checking similar v2.7.0
23022026-08-29T00:59:01.188Z Checking fs-err v3.3.0
23032026-08-29T00:59:01.247Z Checking hash32 v0.2.1
23042026-08-29T00:59:01.444Z Checking serde-big-array v0.5.1
23052026-08-29T00:59:01.483Z Checking serde_plain v1.0.2
23062026-08-29T00:59:01.527Z Checking bumpalo v3.20.2
23072026-08-29T00:59:01.609Z Checking typed-path v0.9.3
23082026-08-29T00:59:01.716Z Checking unicode-bidi v0.3.18
23092026-08-29T00:59:01.722Z Checking predicates-core v1.0.10
23102026-08-29T00:59:01.762Z Checking unicode-properties v0.1.4
23112026-08-29T00:59:01.837Z Checking libbz2-rs-sys v0.2.2
23122026-08-29T00:59:01.963Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23132026-08-29T00:59:02.002Z Checking zopfli v0.8.3
23142026-08-29T00:59:02.007Z Checking stringprep v0.1.5
23152026-08-29T00:59:02.072Z Checking heapless v0.7.17
23162026-08-29T00:59:02.219Z Checking reqwest v0.12.28
23172026-08-29T00:59:02.258Z Checking bzip2 v0.6.1
23182026-08-29T00:59:02.315Z Checking zstd v0.13.3
23192026-08-29T00:59:02.353Z Checking hickory-proto v0.25.2
23202026-08-29T00:59:02.391Z Checking byte-wrapper v0.1.0
23212026-08-29T00:59:02.396Z Checking md-5 v0.11.0
23222026-08-29T00:59:02.465Z Checking float-cmp v0.10.0
23232026-08-29T00:59:02.505Z Checking normalize-line-endings v0.3.0
23242026-08-29T00:59:02.543Z Checking fallible-iterator v0.2.0
23252026-08-29T00:59:02.617Z Checking difflib v0.4.0
23262026-08-29T00:59:02.657Z Checking supports-hyperlinks v3.2.0
23272026-08-29T00:59:02.660Z Checking supports-unicode v3.0.0
23282026-08-29T00:59:02.660Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23292026-08-29T00:59:02.795Z Checking smoltcp v0.9.1
23302026-08-29T00:59:02.835Z Checking miette v7.6.0
23312026-08-29T00:59:02.840Z Checking predicates v3.1.4
23322026-08-29T00:59:02.906Z Checking postgres-protocol v0.6.12
23332026-08-29T00:59:02.909Z Checking zip v4.6.1
23342026-08-29T00:59:02.985Z Checking iddqd v0.4.2
23352026-08-29T00:59:03.188Z Checking phf_shared v0.11.3
23362026-08-29T00:59:03.242Z Checking phf_shared v0.13.1
23372026-08-29T00:59:03.333Z Checking olpc-cjson v0.1.4
23382026-08-29T00:59:03.373Z Checking tokio-stream v0.1.18
23392026-08-29T00:59:03.376Z Checking derive_more v2.1.1
23402026-08-29T00:59:03.446Z Checking strum v0.27.2
23412026-08-29T00:59:03.485Z Checking new_debug_unreachable v1.0.6
23422026-08-29T00:59:03.520Z Checking precomputed-hash v0.1.1
23432026-08-29T00:59:03.559Z Checking lalrpop-util v0.19.12
23442026-08-29T00:59:03.562Z Checking fixedbitset v0.4.2
23452026-08-29T00:59:03.632Z Checking tough v0.22.0
23462026-08-29T00:59:03.636Z Checking string_cache v0.8.9
23472026-08-29T00:59:03.665Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23482026-08-29T00:59:03.750Z Checking phf v0.13.1
23492026-08-29T00:59:03.789Z Checking petgraph v0.6.5
23502026-08-29T00:59:03.793Z Checking postgres-types v0.2.14
23512026-08-29T00:59:03.953Z Checking buf-list v1.1.2
23522026-08-29T00:59:03.966Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23532026-08-29T00:59:03.966Z Checking peg-runtime v0.8.5
23542026-08-29T00:59:04.107Z Checking whoami v2.1.0
23552026-08-29T00:59:04.183Z Checking is-terminal v0.4.17
23562026-08-29T00:59:04.229Z Checking crossbeam-channel v0.5.15
23572026-08-29T00:59:04.269Z Checking thread_local v1.1.9
23582026-08-29T00:59:04.309Z Checking take_mut v0.2.2
23592026-08-29T00:59:04.344Z Checking tokio-postgres v0.7.18
23602026-08-29T00:59:04.442Z Checking term v1.2.1
23612026-08-29T00:59:04.478Z Compiling newtype-uuid-macros v0.1.0
23622026-08-29T00:59:04.588Z Checking slog-async v2.8.0
23632026-08-29T00:59:04.692Z Checking slog-term v2.9.2
23642026-08-29T00:59:04.793Z Compiling multer v3.1.0
23652026-08-29T00:59:04.985Z Compiling async-stream-impl v0.3.6
23662026-08-29T00:59:05.058Z Checking match_cfg v0.1.0
23672026-08-29T00:59:05.103Z Checking slog-json v2.6.1
23682026-08-29T00:59:05.156Z Checking hostname v0.3.1
23692026-08-29T00:59:05.198Z Compiling dropshot v0.17.1
23702026-08-29T00:59:05.266Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23712026-08-29T00:59:05.308Z Checking debug-ignore v1.0.5
23722026-08-29T00:59:05.311Z Checking slog-bunyan v2.5.0
23732026-08-29T00:59:05.450Z Compiling dropshot_endpoint v0.17.1
23742026-08-29T00:59:05.486Z Checking serde_path_to_error v0.1.20
23752026-08-29T00:59:05.521Z Checking sha1 v0.11.0
23762026-08-29T00:59:05.591Z Checking toml_datetime v1.1.1+spec-1.1.0
23772026-08-29T00:59:05.664Z Checking serde_spanned v1.1.1
23782026-08-29T00:59:05.731Z Checking toml_writer v1.1.1+spec-1.1.0
23792026-08-29T00:59:05.735Z Checking compression-core v0.4.31
23802026-08-29T00:59:05.802Z Checking async-stream v0.3.6
23812026-08-29T00:59:05.953Z Checking waitgroup v0.1.2
23822026-08-29T00:59:05.970Z Checking rustls-pemfile v2.2.0
23832026-08-29T00:59:05.970Z Checking toml v1.1.2+spec-1.1.0
23842026-08-29T00:59:05.971Z Checking compression-codecs v0.4.37
23852026-08-29T00:59:06.048Z Checking hostname v0.4.2
23862026-08-29T00:59:06.051Z Checking progenitor-client v0.14.0
23872026-08-29T00:59:06.120Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23882026-08-29T00:59:06.126Z Checking atomicwrites v0.4.4
23892026-08-29T00:59:06.195Z Checking async-compression v0.4.41
23902026-08-29T00:59:06.199Z Compiling serde_tokenstream v0.3.0
23912026-08-29T00:59:06.269Z Compiling parse-display-derive v0.10.0
23922026-08-29T00:59:06.324Z Checking macaddr v1.0.1
23932026-08-29T00:59:06.363Z Checking regress v0.10.5
23942026-08-29T00:59:06.497Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23952026-08-29T00:59:06.538Z Checking instant v0.1.13
23962026-08-29T00:59:06.578Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23972026-08-29T00:59:06.581Z Compiling oxide-generation-macros v0.2.0
23982026-08-29T00:59:06.648Z Checking itertools v0.14.0
23992026-08-29T00:59:06.687Z Checking oxide-generation v0.1.3
24002026-08-29T00:59:06.723Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24012026-08-29T00:59:06.933Z Checking backoff v0.4.0
24022026-08-29T00:59:06.972Z Checking backon v1.6.0
24032026-08-29T00:59:07.008Z Checking humantime v2.3.0
24042026-08-29T00:59:07.144Z Compiling convert_case v0.4.0
24052026-08-29T00:59:07.181Z Checking progenitor-extras v0.2.0
24062026-08-29T00:59:07.250Z Checking half v2.7.1
24072026-08-29T00:59:07.498Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24082026-08-29T00:59:07.516Z Checking ciborium-io v0.2.2
24092026-08-29T00:59:07.543Z Compiling derive_more v0.99.20
24102026-08-29T00:59:07.555Z Checking heck v0.5.0
24112026-08-29T00:59:07.606Z Checking ciborium-ll v0.2.2
24122026-08-29T00:59:07.639Z Checking secrecy v0.10.3
24132026-08-29T00:59:07.719Z Checking camino-tempfile v1.4.1
24142026-08-29T00:59:07.757Z Checking indent_write v2.2.0
24152026-08-29T00:59:07.792Z Compiling crucible-workspace-hack v0.1.0
24162026-08-29T00:59:07.831Z Checking ciborium v0.2.2
24172026-08-29T00:59:07.864Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24182026-08-29T00:59:07.905Z Checking inout v0.1.4
24192026-08-29T00:59:07.941Z Compiling regress v0.11.1
24202026-08-29T00:59:07.977Z Checking parse-display v0.10.0
24212026-08-29T00:59:08.093Z Checking cipher v0.4.4
24222026-08-29T00:59:08.148Z Checking universal-hash v0.5.1
24232026-08-29T00:59:08.185Z Compiling thiserror-impl-no-std v2.0.2
24242026-08-29T00:59:08.222Z Checking opaque-debug v0.3.1
24252026-08-29T00:59:08.264Z Checking blake2 v0.10.6
24262026-08-29T00:59:08.305Z Checking aead v0.5.2
24272026-08-29T00:59:08.345Z Checking chacha20 v0.9.1
24282026-08-29T00:59:08.349Z Checking poly1305 v0.8.0
24292026-08-29T00:59:08.481Z Checking password-hash v0.5.0
24302026-08-29T00:59:08.532Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24312026-08-29T00:59:08.570Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24322026-08-29T00:59:08.676Z Checking chacha20poly1305 v0.10.1
24332026-08-29T00:59:08.734Z Checking argon2 v0.5.3
24342026-08-29T00:59:08.838Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24352026-08-29T00:59:08.955Z Compiling unsafe-libyaml v0.2.11
24362026-08-29T00:59:09.105Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24372026-08-29T00:59:09.109Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24382026-08-29T00:59:09.184Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24392026-08-29T00:59:09.360Z Checking thiserror-no-std v2.0.2
24402026-08-29T00:59:09.399Z Checking swrite v0.1.0
24412026-08-29T00:59:09.479Z Checking vsss-rs v3.3.4
24422026-08-29T00:59:09.521Z Compiling typify-impl v0.6.2
24432026-08-29T00:59:09.719Z Compiling serde_yaml v0.9.34+deprecated
24442026-08-29T00:59:10.096Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24452026-08-29T00:59:10.613Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24462026-08-29T00:59:10.806Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24472026-08-29T00:59:10.849Z Checking crossbeam-deque v0.8.6
24482026-08-29T00:59:10.936Z Compiling rayon-core v1.13.0
24492026-08-29T00:59:11.063Z Compiling num-derive v0.4.2
24502026-08-29T00:59:11.143Z Compiling toml_datetime v0.7.5+spec-1.1.0
24512026-08-29T00:59:11.216Z Compiling proc-macro-error v1.0.4
24522026-08-29T00:59:11.494Z Compiling toml_edit v0.23.10+spec-1.0.0
24532026-08-29T00:59:11.578Z Checking tabwriter v1.4.1
24542026-08-29T00:59:11.614Z Checking glob v0.3.3
24552026-08-29T00:59:11.657Z Checking rayon v1.11.0
24562026-08-29T00:59:11.758Z Compiling illumos-nvpair-sys v0.2.0
24572026-08-29T00:59:11.824Z Compiling itertools v0.15.0
24582026-08-29T00:59:11.865Z Compiling heapless v0.8.0
24592026-08-29T00:59:12.057Z Compiling proc-macro-crate v3.4.0
24602026-08-29T00:59:12.172Z Checking hash32 v0.3.1
24612026-08-29T00:59:12.336Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24622026-08-29T00:59:12.413Z Checking colored v3.1.1
24632026-08-29T00:59:12.519Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24642026-08-29T00:59:12.562Z Compiling smoltcp v0.11.0
24652026-08-29T00:59:12.631Z Compiling num_enum_derive v0.7.6
24662026-08-29T00:59:12.701Z Checking illumos-nvpair v0.3.0
24672026-08-29T00:59:12.881Z Checking toml v0.8.23
24682026-08-29T00:59:12.967Z Checking cobs v0.3.0
24692026-08-29T00:59:13.080Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24702026-08-29T00:59:13.169Z Checking postcard v1.1.3
24712026-08-29T00:59:13.205Z Compiling ingot-macros v0.2.0
24722026-08-29T00:59:13.307Z Compiling proc-macro-crate v1.3.1
24732026-08-29T00:59:13.334Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24742026-08-29T00:59:13.491Z Checking sigpipe v0.1.3
24752026-08-29T00:59:13.566Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24762026-08-29T00:59:13.604Z Compiling foreign-types-macros v0.2.3
24772026-08-29T00:59:13.686Z Checking foreign-types-shared v0.3.1
24782026-08-29T00:59:13.722Z Checking num_enum v0.7.6
24792026-08-29T00:59:13.819Z Compiling num_enum_derive v0.5.11
24802026-08-29T00:59:13.998Z Checking cstr-argument v0.1.2
24812026-08-29T00:59:14.035Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24822026-08-29T00:59:14.039Z Compiling typify-macro v0.6.2
24832026-08-29T00:59:14.148Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24842026-08-29T00:59:14.221Z Checking foreign-types v0.5.0
24852026-08-29T00:59:14.329Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24862026-08-29T00:59:14.369Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24872026-08-29T00:59:14.492Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24882026-08-29T00:59:14.577Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24892026-08-29T00:59:14.614Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24902026-08-29T00:59:14.649Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24912026-08-29T00:59:14.653Z Checking itertools v0.12.1
24922026-08-29T00:59:14.767Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24932026-08-29T00:59:14.842Z Compiling zone_cfg_derive v0.3.1
24942026-08-29T00:59:14.880Z Checking num_enum v0.5.11
24952026-08-29T00:59:15.018Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24962026-08-29T00:59:15.153Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24972026-08-29T00:59:15.227Z Compiling usdt-macro v0.5.0
24982026-08-29T00:59:15.350Z Compiling usdt-attr-macro v0.5.0
24992026-08-29T00:59:15.513Z Checking memmap v0.7.0
25002026-08-29T00:59:15.660Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25012026-08-29T00:59:15.697Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25022026-08-29T00:59:15.732Z Checking zone v0.3.1
25032026-08-29T00:59:15.838Z Compiling typify v0.6.2
25042026-08-29T00:59:15.961Z Compiling progenitor-impl v0.14.0
25052026-08-29T00:59:16.001Z Checking ingot-types v0.2.0
25062026-08-29T00:59:16.033Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25072026-08-29T00:59:16.139Z Checking smf v0.2.3
25082026-08-29T00:59:16.175Z Checking usdt v0.5.0
25092026-08-29T00:59:16.178Z Checking whoami v1.6.1
25102026-08-29T00:59:16.290Z Compiling derive-where v1.6.0
25112026-08-29T00:59:16.424Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25122026-08-29T00:59:16.460Z Checking tokio-dtrace v0.1.1
25132026-08-29T00:59:16.497Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25142026-08-29T00:59:16.532Z Checking ingot v0.2.1
25152026-08-29T00:59:16.663Z Checking console v0.15.11
25162026-08-29T00:59:16.701Z Checking oxide-tokio-rt v0.1.4
25172026-08-29T00:59:16.908Z Checking newline-converter v0.3.0
25182026-08-29T00:59:16.972Z Checking bytecount v0.6.9
25192026-08-29T00:59:17.035Z Checking num-rational v0.4.2
25202026-08-29T00:59:17.073Z Checking expectorate v1.2.0
25212026-08-29T00:59:17.158Z Checking num-complex v0.4.6
25222026-08-29T00:59:17.231Z Compiling cancel-safe-futures v0.1.5
25232026-08-29T00:59:17.345Z Checking float-ord v0.3.2
25242026-08-29T00:59:17.504Z Checking linear-map v1.2.0
25252026-08-29T00:59:17.509Z Checking num v0.4.3
25262026-08-29T00:59:17.612Z Checking gethostname v0.5.0
25272026-08-29T00:59:17.702Z Checking oxide-update-engine-types v0.1.2
25282026-08-29T00:59:17.737Z Compiling prettyplease v0.2.37
25292026-08-29T00:59:17.773Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25302026-08-29T00:59:17.844Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25312026-08-29T00:59:18.186Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25322026-08-29T00:59:18.235Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25332026-08-29T00:59:18.274Z Checking resolv-conf v0.7.6
25342026-08-29T00:59:18.313Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25352026-08-29T00:59:18.489Z Checking papergrid v0.11.0
25362026-08-29T00:59:18.547Z Compiling tabled_derive v0.7.0
25372026-08-29T00:59:18.635Z Checking oxide-update-engine v0.1.2
25382026-08-29T00:59:18.689Z Compiling progenitor-macro v0.14.0
25392026-08-29T00:59:19.083Z Compiling slog-dtrace v0.3.0
25402026-08-29T00:59:19.354Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25412026-08-29T00:59:19.528Z Checking tabled v0.15.0
25422026-08-29T00:59:19.606Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25432026-08-29T00:59:19.919Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25442026-08-29T00:59:19.960Z Checking crossterm v0.29.0
25452026-08-29T00:59:20.031Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25462026-08-29T00:59:20.415Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25472026-08-29T00:59:20.856Z Checking fd-lock v4.0.4
25482026-08-29T00:59:21.337Z Checking vte v0.14.1
25492026-08-29T00:59:21.644Z Checking strip-ansi-escapes v0.2.1
25502026-08-29T00:59:22.714Z Checking nu-ansi-term v0.50.3
25512026-08-29T00:59:22.897Z Checking termtree v0.5.1
25522026-08-29T00:59:22.950Z Checking linked-hash-map v0.5.6
25532026-08-29T00:59:22.987Z Checking reedline v0.40.0
25542026-08-29T00:59:23.023Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25552026-08-29T00:59:23.061Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25562026-08-29T00:59:23.150Z Checking lru-cache v0.1.2
25572026-08-29T00:59:23.351Z Checking hickory-proto v0.24.4
25582026-08-29T00:59:23.567Z Compiling minimal-lexical v0.2.1
25592026-08-29T00:59:23.652Z Checking progenitor v0.14.0
25602026-08-29T00:59:23.823Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25612026-08-29T00:59:23.863Z Compiling nom v7.1.3
25622026-08-29T00:59:24.159Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25632026-08-29T00:59:25.166Z Compiling unicode-xid v0.2.6
25642026-08-29T00:59:25.202Z Checking display-error-chain v0.2.2
25652026-08-29T00:59:25.237Z Checking hickory-resolver v0.24.4
25662026-08-29T00:59:25.324Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25672026-08-29T00:59:25.669Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25682026-08-29T00:59:25.950Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25692026-08-29T00:59:25.990Z Compiling ar_archive_writer v0.5.1
25702026-08-29T00:59:26.027Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25712026-08-29T00:59:26.030Z Checking qorb v0.4.1
25722026-08-29T00:59:26.166Z Checking csv-core v0.1.13
25732026-08-29T00:59:26.205Z Compiling stacker v0.1.23
25742026-08-29T00:59:26.413Z Checking csv v1.4.0
25752026-08-29T00:59:26.508Z Compiling semver v0.1.20
25762026-08-29T00:59:26.553Z Checking highway v1.3.0
25772026-08-29T00:59:26.810Z Compiling cfg_aliases v0.1.1
25782026-08-29T00:59:26.849Z Compiling rustc_version v0.1.7
25792026-08-29T00:59:26.918Z Compiling psm v0.1.30
25802026-08-29T00:59:26.953Z Compiling nix v0.28.0
25812026-08-29T00:59:26.987Z Checking nibble_vec v0.1.0
25822026-08-29T00:59:27.104Z Checking endian-type v0.1.2
25832026-08-29T00:59:27.148Z Compiling newtype_derive v0.1.6
25842026-08-29T00:59:27.225Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25852026-08-29T00:59:27.268Z Checking radix_trie v0.2.1
25862026-08-29T00:59:27.304Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25872026-08-29T00:59:27.375Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25882026-08-29T00:59:27.419Z Checking phf_shared v0.12.1
25892026-08-29T00:59:27.503Z Compiling recursive-proc-macro-impl v0.1.1
25902026-08-29T00:59:27.588Z Compiling chrono-tz v0.10.4
25912026-08-29T00:59:27.726Z Checking phf v0.12.1
25922026-08-29T00:59:27.904Z Compiling const_format_proc_macros v0.2.34
25932026-08-29T00:59:27.908Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25942026-08-29T00:59:27.908Z Compiling peg-macros v0.8.5
25952026-08-29T00:59:28.007Z Checking recursive v0.1.1
25962026-08-29T00:59:28.011Z Checking winnow v0.6.26
25972026-08-29T00:59:28.102Z Compiling sqlparser_derive v0.5.0
25982026-08-29T00:59:28.138Z Checking unicode_categories v0.1.1
25992026-08-29T00:59:28.564Z Checking home v0.5.12
26002026-08-29T00:59:28.740Z Checking const_format v0.2.35
26012026-08-29T00:59:28.818Z Checking rustyline v14.0.0
26022026-08-29T00:59:28.868Z Checking sqlparser v0.61.0
26032026-08-29T00:59:29.200Z Checking sqlformat v0.3.5
26042026-08-29T00:59:29.316Z Checking peg v0.8.5
26052026-08-29T00:59:29.419Z Checking bcs v0.1.6
26062026-08-29T00:59:29.500Z Checking nom v8.0.0
26072026-08-29T00:59:29.646Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26082026-08-29T00:59:29.684Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26092026-08-29T00:59:29.801Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26102026-08-29T00:59:29.839Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26112026-08-29T00:59:29.896Z Checking steno v0.4.1
26122026-08-29T00:59:29.944Z Checking sha1 v0.10.6
26132026-08-29T00:59:30.151Z Checking filetime v0.2.27
26142026-08-29T00:59:30.308Z Checking xattr v1.6.1
26152026-08-29T00:59:30.346Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26162026-08-29T00:59:30.543Z Checking tar v0.4.46
26172026-08-29T00:59:30.644Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
26182026-08-29T00:59:30.896Z Checking subprocess v0.2.15
26192026-08-29T00:59:30.932Z Checking headers-core v0.3.0
26202026-08-29T00:59:30.968Z Checking yasna v0.5.2
26212026-08-29T00:59:31.070Z Checking headers v0.4.1
26222026-08-29T00:59:31.219Z Checking port-file v0.1.0
26232026-08-29T00:59:31.415Z Checking rcgen v0.12.1
26242026-08-29T00:59:31.453Z Checking dropshot-api-manager-types v0.8.0
26252026-08-29T00:59:31.500Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26262026-08-29T00:59:31.565Z Checking tagptr v0.2.0
26272026-08-29T00:59:31.602Z Checking utf-8 v0.7.6
26282026-08-29T00:59:31.651Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26292026-08-29T00:59:31.736Z Checking moka v0.12.13
26302026-08-29T00:59:31.835Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26312026-08-29T00:59:31.835Z Compiling libefi-sys v0.1.0
26322026-08-29T00:59:31.843Z Compiling bitfield-struct v0.6.2
26332026-08-29T00:59:32.263Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26342026-08-29T00:59:32.293Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26352026-08-29T00:59:32.358Z Checking tungstenite v0.21.0
26362026-08-29T00:59:32.496Z Checking hickory-resolver v0.25.2
26372026-08-29T00:59:32.551Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26382026-08-29T00:59:32.551Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26392026-08-29T00:59:32.578Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26402026-08-29T00:59:32.740Z Compiling xshell-macros v0.2.7
26412026-08-29T00:59:32.821Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26422026-08-29T00:59:32.874Z Checking tokio-tungstenite v0.21.0
26432026-08-29T00:59:33.099Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26442026-08-29T00:59:33.136Z Checking xshell v0.2.7
26452026-08-29T00:59:33.176Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26462026-08-29T00:59:33.207Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26472026-08-29T00:59:33.346Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26482026-08-29T00:59:33.589Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26492026-08-29T00:59:33.870Z Checking half v1.8.3
26502026-08-29T00:59:33.960Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26512026-08-29T00:59:34.093Z Checking serde_cbor v0.11.2
26522026-08-29T00:59:34.145Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26532026-08-29T00:59:34.266Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26542026-08-29T00:59:34.368Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26552026-08-29T00:59:34.469Z Checking libscf-sys v1.2.0
26562026-08-29T00:59:34.512Z Checking maplit v1.0.2
26572026-08-29T00:59:34.673Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26582026-08-29T00:59:34.682Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26592026-08-29T00:59:34.778Z Checking papergrid v0.18.0
26602026-08-29T00:59:34.894Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26612026-08-29T00:59:34.953Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26622026-08-29T00:59:35.192Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26632026-08-29T00:59:35.418Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26642026-08-29T00:59:35.483Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26652026-08-29T00:59:35.595Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26662026-08-29T00:59:35.631Z Checking tabled v0.21.0
26672026-08-29T00:59:35.748Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26682026-08-29T00:59:35.979Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26692026-08-29T00:59:36.017Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26702026-08-29T00:59:36.052Z Checking unicase v2.9.0
26712026-08-29T00:59:36.242Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26722026-08-29T00:59:36.377Z Checking crc8 v0.1.1
26732026-08-29T00:59:36.461Z Checking fxhash v0.2.1
26742026-08-29T00:59:36.506Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26752026-08-29T00:59:36.619Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26762026-08-29T00:59:36.750Z Compiling darling_core v0.21.3
26772026-08-29T00:59:37.078Z Compiling vergen-lib v0.1.6
26782026-08-29T00:59:37.193Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26792026-08-29T00:59:37.229Z Compiling diesel_derives v2.3.7
26802026-08-29T00:59:37.519Z Checking scheduled-thread-pool v0.2.7
26812026-08-29T00:59:37.564Z Compiling vergen-gitcl v1.0.8
26822026-08-29T00:59:37.697Z Compiling diesel_table_macro_syntax v0.3.0
26832026-08-29T00:59:37.830Z Checking r2d2 v0.8.10
26842026-08-29T00:59:37.873Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26852026-08-29T00:59:38.037Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26862026-08-29T00:59:38.074Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26872026-08-29T00:59:38.327Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26882026-08-29T00:59:38.458Z Checking downcast-rs v2.0.2
26892026-08-29T00:59:38.642Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26902026-08-29T00:59:38.894Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26912026-08-29T00:59:39.049Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26922026-08-29T00:59:39.169Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26932026-08-29T00:59:39.239Z Checking kstat-rs v0.2.5
26942026-08-29T00:59:39.274Z Compiling proc-macro-error-attr2 v2.0.0
26952026-08-29T00:59:39.279Z Compiling darling_macro v0.21.3
26962026-08-29T00:59:39.517Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26972026-08-29T00:59:39.715Z Compiling proc-macro-error2 v2.0.1
26982026-08-29T00:59:39.783Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26992026-08-29T00:59:39.835Z Compiling darling v0.21.3
27002026-08-29T00:59:39.955Z Compiling dsl_auto_type v0.2.0
27012026-08-29T00:59:40.085Z Compiling knus-derive v3.4.0
27022026-08-29T00:59:40.108Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27032026-08-29T00:59:41.073Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27042026-08-29T00:59:41.421Z Compiling dirs-sys-next v0.1.2
27052026-08-29T00:59:41.495Z Compiling parking_lot_core v0.8.6
27062026-08-29T00:59:41.528Z Compiling salty v0.3.0
27072026-08-29T00:59:41.561Z Compiling crunchy v0.2.4
27082026-08-29T00:59:41.735Z Compiling dirs-next v2.0.0
27092026-08-29T00:59:41.889Z Compiling clang-sys v1.8.1
27102026-08-29T00:59:41.892Z Checking predicates-tree v1.0.13
27112026-08-29T00:59:42.013Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27122026-08-29T00:59:42.021Z Compiling git-stub v1.0.0
27132026-08-29T00:59:42.067Z Compiling tiny-keccak v2.0.2
27142026-08-29T00:59:42.309Z Compiling git-stub-vcs v0.1.0
27152026-08-29T00:59:42.384Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27162026-08-29T00:59:42.624Z Compiling term v0.7.0
27172026-08-29T00:59:42.686Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27182026-08-29T00:59:42.723Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27192026-08-29T00:59:42.759Z Checking anstyle-parse v0.2.7
27202026-08-29T00:59:42.763Z Compiling bit-vec v0.6.3
27212026-08-29T00:59:42.941Z Checking anstream v0.6.21
27222026-08-29T00:59:42.976Z Compiling ascii-canvas v3.0.0
27232026-08-29T00:59:43.037Z Compiling bit-set v0.5.3
27242026-08-29T00:59:43.180Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27252026-08-29T00:59:43.214Z Checking parking_lot v0.11.2
27262026-08-29T00:59:43.253Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27272026-08-29T00:59:43.367Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27282026-08-29T00:59:43.438Z Checking rfc6979 v0.4.0
27292026-08-29T00:59:43.594Z Checking prefix-trie v0.7.0
27302026-08-29T00:59:43.764Z Compiling hashbrown v0.14.5
27312026-08-29T00:59:43.797Z Compiling itertools v0.10.5
27322026-08-29T00:59:43.895Z Compiling ena v0.14.4
27332026-08-29T00:59:43.956Z Compiling libloading v0.8.9
27342026-08-29T00:59:44.142Z Compiling diff v0.1.13
27352026-08-29T00:59:44.199Z Compiling regex-syntax v0.6.29
27362026-08-29T00:59:45.104Z Compiling bindgen v0.71.1
27372026-08-29T00:59:45.147Z Compiling chumsky v0.9.3
27382026-08-29T00:59:45.147Z Checking hickory-server v0.25.2
27392026-08-29T00:59:45.147Z Compiling ecdsa v0.16.9
27402026-08-29T00:59:45.634Z Compiling lalrpop v0.19.12
27412026-08-29T00:59:45.746Z Checking sled v0.34.7
27422026-08-29T00:59:45.851Z Checking diesel v2.3.7
27432026-08-29T00:59:45.897Z Compiling cexpr v0.6.0
27442026-08-29T00:59:46.068Z Checking ignore v0.4.25
27452026-08-29T00:59:46.253Z Checking primeorder v0.13.6
27462026-08-29T00:59:46.533Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27472026-08-29T00:59:46.568Z Checking nanorand v0.7.0
27482026-08-29T00:59:46.708Z Compiling rustc-hash v2.1.1
27492026-08-29T00:59:46.797Z Checking flume v0.11.1
27502026-08-29T00:59:46.921Z Compiling p384 v0.13.1
27512026-08-29T00:59:47.055Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27522026-08-29T00:59:47.456Z Checking globwalk v0.9.1
27532026-08-29T00:59:47.540Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27542026-08-29T00:59:47.668Z Compiling knus v3.4.0
27552026-08-29T00:59:48.027Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27562026-08-29T00:59:48.183Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27572026-08-29T00:59:48.478Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27582026-08-29T00:59:48.572Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27592026-08-29T00:59:48.608Z Checking digest-io v0.1.0
27602026-08-29T00:59:48.766Z Compiling libxml v0.3.3
27612026-08-29T00:59:48.955Z Checking rawzip v0.4.4
27622026-08-29T00:59:48.990Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27632026-08-29T00:59:49.025Z Checking assert_matches v1.5.0
27642026-08-29T00:59:49.189Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27652026-08-29T00:59:49.297Z Checking camino-tempfile-ext v0.3.3
27662026-08-29T00:59:49.420Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27672026-08-29T00:59:49.522Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27682026-08-29T00:59:50.128Z Compiling strum_macros v0.24.3
27692026-08-29T00:59:50.686Z Compiling indoc v1.0.9
27702026-08-29T00:59:51.073Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27712026-08-29T00:59:51.143Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27722026-08-29T00:59:51.375Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27732026-08-29T00:59:51.487Z Checking quick-xml v0.37.5
27742026-08-29T00:59:51.637Z Checking derive_builder v0.20.2
27752026-08-29T00:59:51.694Z Compiling oso-derive v0.27.3
27762026-08-29T00:59:51.750Z Compiling impl-trait-for-tuples v0.2.3
27772026-08-29T00:59:52.246Z Compiling trait-variant v0.1.2
27782026-08-29T00:59:52.403Z Checking openssl-probe v0.1.6
27792026-08-29T00:59:52.596Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27802026-08-29T00:59:52.822Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27812026-08-29T00:59:53.068Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27822026-08-29T00:59:53.325Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27832026-08-29T00:59:53.603Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27842026-08-29T00:59:53.655Z Checking corncobs v0.1.4
27852026-08-29T00:59:53.826Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27862026-08-29T00:59:53.867Z Checking secrecy v0.8.0
27872026-08-29T00:59:53.902Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27882026-08-29T00:59:53.906Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27892026-08-29T00:59:54.026Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27902026-08-29T00:59:54.110Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27912026-08-29T00:59:54.332Z Checking bb8 v0.8.6
27922026-08-29T00:59:54.491Z Checking rand_seeder v0.4.0
27932026-08-29T00:59:54.727Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27942026-08-29T00:59:54.899Z Compiling mime_guess v2.0.5
27952026-08-29T00:59:54.952Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27962026-08-29T00:59:55.175Z Checking http-range v0.1.5
27972026-08-29T00:59:55.326Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27982026-08-29T00:59:55.361Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27992026-08-29T00:59:55.525Z Checking nonempty v0.12.0
28002026-08-29T00:59:55.770Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28012026-08-29T00:59:55.777Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28022026-08-29T00:59:55.956Z Checking hyper-staticfile v0.10.1
28032026-08-29T00:59:56.048Z Checking signal-hook-tokio v0.3.1
28042026-08-29T00:59:56.178Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28052026-08-29T00:59:56.214Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28062026-08-29T00:59:56.280Z Checking scuffle v0.1.0
28072026-08-29T00:59:56.373Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28082026-08-29T00:59:56.691Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28092026-08-29T00:59:56.736Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28102026-08-29T00:59:57.035Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28112026-08-29T00:59:57.075Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28122026-08-29T00:59:57.125Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28132026-08-29T00:59:57.308Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28142026-08-29T00:59:57.504Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28152026-08-29T00:59:57.541Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28162026-08-29T00:59:57.756Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28172026-08-29T00:59:57.783Z Checking tungstenite v0.23.0
28182026-08-29T00:59:58.237Z Checking tokio-tungstenite v0.23.1
28192026-08-29T00:59:58.275Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28202026-08-29T00:59:58.545Z Checking void v1.0.2
28212026-08-29T00:59:58.634Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28222026-08-29T00:59:58.680Z Checking nix v0.27.1
28232026-08-29T00:59:58.715Z Checking lzss v0.8.2
28242026-08-29T00:59:58.828Z Checking serde_bytes v0.11.19
28252026-08-29T00:59:58.935Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28262026-08-29T00:59:59.039Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28272026-08-29T00:59:59.224Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28282026-08-29T00:59:59.380Z Checking cpubits v0.1.1
28292026-08-29T00:59:59.491Z Checking yansi v1.0.1
28302026-08-29T00:59:59.799Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-08-29T00:59:59.802Z Checking pem-rfc7468 v1.0.0
28322026-08-29T00:59:59.958Z Checking diesel-dtrace v0.5.0
28332026-08-29T01:00:00.057Z Checking async-bb8-diesel v0.2.1
28342026-08-29T01:00:00.063Z Checking pretty_assertions v1.4.1
28352026-08-29T01:00:00.249Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28362026-08-29T01:00:00.295Z Checking colored v2.2.0
28372026-08-29T01:00:00.373Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28382026-08-29T01:00:00.521Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28392026-08-29T01:00:00.554Z Checking universal-hash v0.6.1
28402026-08-29T01:00:00.596Z Compiling libz-sys v1.1.24
28412026-08-29T01:00:00.641Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28422026-08-29T01:00:00.715Z Compiling instability v0.3.11
28432026-08-29T01:00:01.033Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28442026-08-29T01:00:01.065Z Checking castaway v0.2.4
28452026-08-29T01:00:01.112Z Compiling indoc v2.0.7
28462026-08-29T01:00:01.211Z Checking compact_str v0.8.1
28472026-08-29T01:00:01.354Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28482026-08-29T01:00:01.592Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28492026-08-29T01:00:01.631Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28502026-08-29T01:00:01.682Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28512026-08-29T01:00:02.098Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28522026-08-29T01:00:02.299Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28532026-08-29T01:00:03.462Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28542026-08-29T01:00:03.593Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28552026-08-29T01:00:03.679Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28562026-08-29T01:00:04.040Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28572026-08-29T01:00:04.277Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28582026-08-29T01:00:04.434Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28592026-08-29T01:00:05.938Z Checking polyval v0.7.1
28602026-08-29T01:00:05.974Z Checking der v0.8.0
28612026-08-29T01:00:06.151Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28622026-08-29T01:00:06.384Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28632026-08-29T01:00:06.613Z Checking unicode-truncate v1.1.0
28642026-08-29T01:00:06.658Z Checking lru v0.12.5
28652026-08-29T01:00:06.738Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28662026-08-29T01:00:06.792Z Compiling libgit2-sys v0.18.3+1.9.2
28672026-08-29T01:00:06.834Z Checking arc-swap v1.8.2
28682026-08-29T01:00:06.870Z Checking cassowary v0.3.0
28692026-08-29T01:00:07.097Z Checking slog-scope v4.4.1
28702026-08-29T01:00:07.131Z Checking ratatui v0.29.0
28712026-08-29T01:00:07.371Z Checking ghash v0.6.0
28722026-08-29T01:00:07.439Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28732026-08-29T01:00:07.670Z Checking aes v0.9.1
28742026-08-29T01:00:08.100Z Checking crypto-bigint v0.7.5
28752026-08-29T01:00:08.482Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28762026-08-29T01:00:08.678Z Checking pbkdf2 v0.13.0
28772026-08-29T01:00:08.727Z Checking ctr v0.10.1
28782026-08-29T01:00:08.830Z Checking aead v0.6.1
28792026-08-29T01:00:08.935Z Checking cargo-platform v0.3.2
28802026-08-29T01:00:09.004Z Compiling petname v2.0.2
28812026-08-29T01:00:09.152Z Checking cargo_metadata v0.23.1
28822026-08-29T01:00:09.201Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28832026-08-29T01:00:09.662Z Checking aes-gcm v0.11.0
28842026-08-29T01:00:09.863Z Checking slog-stdlog v4.1.1
28852026-08-29T01:00:09.912Z Checking spki v0.8.0
28862026-08-29T01:00:10.019Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28872026-08-29T01:00:10.151Z Compiling progenitor-impl v0.13.0
28882026-08-29T01:00:10.367Z Checking salsa20 v0.11.0
28892026-08-29T01:00:10.541Z Checking console v0.16.2
28902026-08-29T01:00:10.910Z Compiling vergen-git2 v9.1.0
28912026-08-29T01:00:11.129Z Checking plotters-backend v0.3.7
28922026-08-29T01:00:11.367Z Checking unit-prefix v0.5.2
28932026-08-29T01:00:11.452Z Checking plotters-svg v0.3.7
28942026-08-29T01:00:11.528Z Checking indicatif v0.18.4
28952026-08-29T01:00:11.673Z Checking scrypt v0.12.0
28962026-08-29T01:00:11.881Z Checking slog-envlogger v2.2.0
28972026-08-29T01:00:12.067Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28982026-08-29T01:00:12.266Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28992026-08-29T01:00:12.487Z Checking progenitor-client v0.13.0
29002026-08-29T01:00:12.761Z Checking cbc v0.2.1
29012026-08-29T01:00:12.796Z Compiling progenitor-macro v0.13.0
29022026-08-29T01:00:12.935Z Checking libsw-core v0.3.2
29032026-08-29T01:00:13.118Z Checking sapling-renderdag v0.1.0
29042026-08-29T01:00:13.288Z Checking cast v0.3.0
29052026-08-29T01:00:13.390Z Checking sync-ptr v0.1.4
29062026-08-29T01:00:13.467Z Checking criterion-plot v0.6.0
29072026-08-29T01:00:13.537Z Checking libsw v3.5.0
29082026-08-29T01:00:13.723Z Checking pkcs5 v0.8.1
29092026-08-29T01:00:13.808Z Checking plotters v0.3.7
29102026-08-29T01:00:14.062Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29112026-08-29T01:00:14.583Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29122026-08-29T01:00:14.806Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29132026-08-29T01:00:15.077Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29142026-08-29T01:00:15.084Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29152026-08-29T01:00:15.253Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29162026-08-29T01:00:15.288Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29172026-08-29T01:00:15.475Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29182026-08-29T01:00:15.511Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29192026-08-29T01:00:15.698Z Checking tinytemplate v1.2.1
29202026-08-29T01:00:15.948Z Checking anes v0.1.6
29212026-08-29T01:00:16.158Z Checking oorandom v11.1.5
29222026-08-29T01:00:16.194Z Checking shell-words v1.1.1
29232026-08-29T01:00:16.305Z Checking criterion v0.7.0
29242026-08-29T01:00:16.697Z Checking pkcs8 v0.11.0
29252026-08-29T01:00:16.966Z Checking oxide-update-engine-display v0.1.2
29262026-08-29T01:00:17.305Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29272026-08-29T01:00:17.544Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29282026-08-29T01:00:17.780Z Checking progenitor v0.13.0
29292026-08-29T01:00:17.965Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29302026-08-29T01:00:18.311Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29312026-08-29T01:00:18.372Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29322026-08-29T01:00:19.180Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29332026-08-29T01:00:19.750Z Checking tokio-test v0.4.5
29342026-08-29T01:00:19.989Z Checking ff v0.14.0
29352026-08-29T01:00:20.165Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29362026-08-29T01:00:20.392Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29372026-08-29T01:00:20.803Z Checking twox-hash v2.1.2
29382026-08-29T01:00:21.135Z Checking atty v0.2.14
29392026-08-29T01:00:21.267Z Checking arrayvec v0.7.6
29402026-08-29T01:00:21.515Z Checking constant_time_eq v0.4.2
29412026-08-29T01:00:21.690Z Checking arrayref v0.3.9
29422026-08-29T01:00:21.844Z Checking group v0.14.0
29432026-08-29T01:00:21.961Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29442026-08-29T01:00:22.162Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29452026-08-29T01:00:22.922Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29462026-08-29T01:00:23.651Z Checking fatfs v0.3.6
29472026-08-29T01:00:23.925Z Checking signature v3.0.0
29482026-08-29T01:00:24.011Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29492026-08-29T01:00:24.110Z Checking base16ct v1.0.0
29502026-08-29T01:00:24.146Z Compiling seq-macro v0.3.6
29512026-08-29T01:00:24.275Z Checking sec1 v0.8.1
29522026-08-29T01:00:24.424Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29532026-08-29T01:00:24.511Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29542026-08-29T01:00:24.597Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29552026-08-29T01:00:24.665Z Checking hkdf v0.13.0
29562026-08-29T01:00:24.837Z Checking concurrent-queue v2.5.0
29572026-08-29T01:00:25.065Z Checking parking v2.2.1
29582026-08-29T01:00:25.219Z Checking event-listener v5.4.1
29592026-08-29T01:00:25.332Z Checking elliptic-curve v0.14.1
29602026-08-29T01:00:25.475Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29612026-08-29T01:00:25.767Z Checking rtoolbox v0.0.3
29622026-08-29T01:00:25.907Z Checking event-listener-strategy v0.5.4
29632026-08-29T01:00:25.941Z Checking rpassword v7.5.4
29642026-08-29T01:00:26.072Z Checking wnaf v0.14.0
29652026-08-29T01:00:26.130Z Checking primefield v0.14.0
29662026-08-29T01:00:26.273Z Checking rfc6979 v0.6.0
29672026-08-29T01:00:26.381Z Checking tui-tree-widget v0.23.1
29682026-08-29T01:00:26.465Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29692026-08-29T01:00:26.601Z Compiling blake3 v1.8.5
29702026-08-29T01:00:26.805Z Compiling samael v0.0.19
29712026-08-29T01:00:26.984Z Checking futures-timer v3.0.3
29722026-08-29T01:00:27.466Z Checking ecdsa v0.17.0
29732026-08-29T01:00:27.705Z Checking primeorder v0.14.0
29742026-08-29T01:00:27.902Z Checking async-lock v3.4.2
29752026-08-29T01:00:28.098Z Compiling curve25519-dalek v5.0.0
29762026-08-29T01:00:28.312Z Checking async-object-pool v0.2.0
29772026-08-29T01:00:28.499Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29782026-08-29T01:00:28.612Z Checking ssh-encoding v0.3.0
29792026-08-29T01:00:28.773Z Checking serde_regex v1.1.0
29802026-08-29T01:00:28.864Z Checking assert-json-diff v2.0.2
29812026-08-29T01:00:28.955Z Checking path-tree v0.8.3
29822026-08-29T01:00:29.061Z Checking keccak v0.2.0
29832026-08-29T01:00:29.170Z Checking topological-sort v0.2.2
29842026-08-29T01:00:29.244Z Compiling strsim v0.10.0
29852026-08-29T01:00:29.337Z Checking stringmetrics v2.2.2
29862026-08-29T01:00:29.521Z Checking httpmock v0.8.3
29872026-08-29T01:00:29.592Z Compiling darling_core v0.13.4
29882026-08-29T01:00:31.164Z Checking omicron-zone-package v0.12.3
29892026-08-29T01:00:31.719Z Checking ed25519 v3.0.0
29902026-08-29T01:00:31.877Z Checking crypto-primes v0.7.2
29912026-08-29T01:00:31.952Z Checking pkcs1 v0.8.0-rc.4
29922026-08-29T01:00:32.116Z Checking poly1305 v0.9.0
29932026-08-29T01:00:32.192Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29942026-08-29T01:00:32.356Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29952026-08-29T01:00:32.415Z Checking blowfish v0.10.0
29962026-08-29T01:00:32.604Z Checking blake2 v0.11.0-rc.6
29972026-08-29T01:00:32.641Z Compiling target-lexicon v0.13.3
29982026-08-29T01:00:32.857Z Checking rsa v0.10.0-rc.18
29992026-08-29T01:00:32.896Z Checking argon2 v0.6.0-rc.8
30002026-08-29T01:00:33.010Z Checking bcrypt-pbkdf v0.11.0
30012026-08-29T01:00:33.201Z Checking ssh-cipher v0.3.0
30022026-08-29T01:00:33.297Z Checking ed25519-dalek v3.0.0
30032026-08-29T01:00:33.303Z Compiling darling_macro v0.13.4
30042026-08-29T01:00:33.371Z Checking sha3 v0.11.0
30052026-08-29T01:00:33.446Z Checking p256 v0.14.0
30062026-08-29T01:00:33.494Z Checking p521 v0.14.0
30072026-08-29T01:00:33.747Z Checking p384 v0.14.0
30082026-08-29T01:00:33.787Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30092026-08-29T01:00:34.049Z Checking kem v0.3.0
30102026-08-29T01:00:34.203Z Checking module-lattice v0.2.3
30112026-08-29T01:00:34.238Z Compiling guppy-workspace-hack v0.1.0
30122026-08-29T01:00:34.449Z Checking sponge-cursor v0.1.0
30132026-08-29T01:00:34.486Z Checking hex-literal v0.4.1
30142026-08-29T01:00:34.605Z Compiling git2 v0.20.4
30152026-08-29T01:00:34.642Z Checking sha3 v0.12.0
30162026-08-29T01:00:34.642Z Checking ml-kem v0.3.2
30172026-08-29T01:00:34.935Z Compiling darling v0.13.4
30182026-08-29T01:00:35.325Z Checking russh-cryptovec v0.62.0
30192026-08-29T01:00:35.543Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30202026-08-29T01:00:35.558Z Checking internal-russh-num-bigint v0.5.0
30212026-08-29T01:00:35.729Z Checking num-bigint v0.4.6
30222026-08-29T01:00:36.201Z Checking russh-util v0.52.0
30232026-08-29T01:00:36.390Z Checking generic-array v1.4.3
30242026-08-29T01:00:36.503Z Checking ssh-key v0.7.0-rc.11
30252026-08-29T01:00:36.583Z Compiling enum_dispatch v0.3.13
30262026-08-29T01:00:36.690Z Compiling delegate v0.13.5
30272026-08-29T01:00:37.436Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30282026-08-29T01:00:37.439Z Checking hex-literal v1.1.0
30292026-08-29T01:00:37.566Z Compiling target-spec v3.5.7
30302026-08-29T01:00:37.601Z Checking md5 v0.8.0
30312026-08-29T01:00:37.847Z Checking russh v0.62.4
30322026-08-29T01:00:37.899Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30332026-08-29T01:00:37.977Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30342026-08-29T01:00:38.021Z Checking cfg-expr v0.20.6
30352026-08-29T01:00:38.444Z Compiling serde_with_macros v1.5.2
30362026-08-29T01:00:38.664Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30372026-08-29T01:00:38.876Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30382026-08-29T01:00:39.087Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30392026-08-29T01:00:39.317Z Checking internet-checksum v0.2.1
30402026-08-29T01:00:39.352Z Compiling serde_with v1.14.0
30412026-08-29T01:00:39.982Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30422026-08-29T01:00:40.527Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30432026-08-29T01:00:41.042Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30442026-08-29T01:00:41.165Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30452026-08-29T01:00:41.196Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30462026-08-29T01:00:41.253Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30472026-08-29T01:00:41.421Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30482026-08-29T01:00:41.512Z Checking httptest v0.16.4
30492026-08-29T01:00:41.599Z Checking pathdiff v0.2.3
30502026-08-29T01:00:41.741Z Checking nested v0.1.1
30512026-08-29T01:00:41.910Z Checking guppy v0.17.25
30522026-08-29T01:00:41.945Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30532026-08-29T01:00:42.073Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30542026-08-29T01:00:42.293Z Checking similar-asserts v1.7.0
30552026-08-29T01:00:42.343Z Compiling target-triple v1.0.0
30562026-08-29T01:00:42.482Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30572026-08-29T01:00:42.888Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30582026-08-29T01:00:43.223Z Compiling polar-core v0.27.3
30592026-08-29T01:00:43.475Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30602026-08-29T01:00:43.628Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30612026-08-29T01:00:43.865Z Checking hickory-client v0.25.2
30622026-08-29T01:00:44.096Z Checking supports-hyperlinks v2.1.0
30632026-08-29T01:00:44.175Z Checking supports-color v2.1.0
30642026-08-29T01:00:44.243Z Checking supports-unicode v2.1.0
30652026-08-29T01:00:44.308Z Checking textwrap v0.15.2
30662026-08-29T01:00:44.342Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30672026-08-29T01:00:44.388Z Checking terminal_size v0.1.17
30682026-08-29T01:00:44.519Z Compiling miette-derive v5.10.0
30692026-08-29T01:00:44.554Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30702026-08-29T01:00:44.554Z Compiling fs-err v2.11.0
30712026-08-29T01:00:44.786Z Checking owo-colors v3.5.0
30722026-08-29T01:00:45.035Z Checking escape8259 v0.5.3
30732026-08-29T01:00:45.199Z Compiling assert_cmd v2.1.2
30742026-08-29T01:00:45.336Z Checking libtest-mimic v0.8.1
30752026-08-29T01:00:45.517Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30762026-08-29T01:00:45.651Z Checking miette v5.10.0
30772026-08-29T01:00:45.685Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30782026-08-29T01:00:46.210Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30792026-08-29T01:00:46.358Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30802026-08-29T01:00:46.859Z Checking blake2b_simd v1.0.4
30812026-08-29T01:00:47.090Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30822026-08-29T01:00:47.286Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30832026-08-29T01:00:47.510Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30842026-08-29T01:00:47.554Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30852026-08-29T01:00:47.736Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30862026-08-29T01:00:47.780Z Compiling knuffel-derive v3.2.0
30872026-08-29T01:00:47.956Z Checking fancy-regex v0.14.0
30882026-08-29T01:00:48.023Z Checking serde_tokenstream v0.2.3
30892026-08-29T01:00:48.187Z Checking oso v0.27.3
30902026-08-29T01:00:48.353Z Checking approx v0.5.1
30912026-08-29T01:00:48.459Z Compiling rstest_macros v0.25.0
30922026-08-29T01:00:48.518Z Checking uzers v0.12.2
30932026-08-29T01:00:48.762Z Compiling linkme-impl v0.3.35
30942026-08-29T01:00:48.766Z Checking termcolor v1.4.1
30952026-08-29T01:00:49.001Z Checking constant_time_eq v0.3.1
30962026-08-29T01:00:49.095Z Checking trybuild v1.0.116
30972026-08-29T01:00:49.163Z Checking rust-argon2 v2.1.0
30982026-08-29T01:00:49.280Z Checking knuffel v3.2.0
30992026-08-29T01:00:49.428Z Checking datatest-stable v0.3.3
31002026-08-29T01:00:49.641Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31012026-08-29T01:00:49.721Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31022026-08-29T01:00:49.928Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31032026-08-29T01:00:49.963Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31042026-08-29T01:00:49.963Z Checking support-bundle-viewer v0.1.2
31052026-08-29T01:00:50.061Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31062026-08-29T01:00:50.109Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31072026-08-29T01:00:50.245Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31082026-08-29T01:00:50.282Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31092026-08-29T01:00:50.329Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31102026-08-29T01:00:50.474Z Checking drift v0.2.0
31112026-08-29T01:00:50.511Z Checking rand_distr v0.5.1
31122026-08-29T01:00:50.702Z Checking multimap v0.10.1
31132026-08-29T01:00:50.826Z Compiling linkme v0.3.35
31142026-08-29T01:00:50.861Z Checking parse-size v1.1.0
31152026-08-29T01:00:50.902Z Compiling relative-path v1.9.3
31162026-08-29T01:00:50.937Z Checking dropshot-api-manager v0.8.0
31172026-08-29T01:00:51.015Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31182026-08-29T01:00:51.412Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31192026-08-29T01:00:52.251Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31202026-08-29T01:00:52.739Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31212026-08-29T01:00:53.135Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31222026-08-29T01:00:53.244Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31232026-08-29T01:00:53.352Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31242026-08-29T01:00:53.398Z Checking cargo_toml v0.21.0
31252026-08-29T01:00:53.812Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31262026-08-29T01:00:54.004Z Checking partial-io v0.5.4
31272026-08-29T01:00:54.048Z Checking termios v0.3.3
31282026-08-29T01:00:54.248Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31292026-08-29T01:00:54.788Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31302026-08-29T01:00:55.033Z Checking rstest v0.25.0
31312026-08-29T01:00:56.158Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31322026-08-29T01:00:57.654Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31332026-08-29T01:01:00.241Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31342026-08-29T01:01:01.644Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31352026-08-29T01:01:05.870Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31362026-08-29T01:01:06.627Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31372026-08-29T01:01:08.259Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31382026-08-29T01:01:15.407Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31392026-08-29T01:01:16.387Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31402026-08-29T01:01:17.847Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31412026-08-29T01:01:20.817Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31422026-08-29T01:01:23.093Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31432026-08-29T01:01:23.307Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31442026-08-29T01:01:26.082Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31452026-08-29T01:01:30.482Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31462026-08-29T01:01:34.602Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31472026-08-29T01:01:55.408Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31482026-08-29T01:02:50.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 11s
31492026-08-29T01:02:50.467Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31502026-08-29T01:02:50.470Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31512026-08-29T01:02:51.135Z
31522026-08-29T01:02:51.135Zreal 4:15.185693287
31532026-08-29T01:02:51.135Zuser 21:51.911998554
31542026-08-29T01:02:51.135Zsys 5:10.881236355
31552026-08-29T01:02:51.135Ztrap 0.531661148
31562026-08-29T01:02:51.135Ztflt 0.455917427
31572026-08-29T01:02:51.135Zdflt 0.582797105
31582026-08-29T01:02:51.135Zkflt 0.004489282
31592026-08-29T01:02:51.135Zlock 1:05:57.941183637
31602026-08-29T01:02:51.138Zslp 59:16.817321495
31612026-08-29T01:02:51.138Zlat 1:51.829774323
31622026-08-29T01:02:51.139Zstop 14:11.942355034
31632026-08-29T01:02:51.139Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31642026-08-29T01:02:51.139Z+ ptime -m cargo doc --workspace --no-deps
31652026-08-29T01:02:52.064Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31662026-08-29T01:02:52.064Z |
31672026-08-29T01:02:52.064Z = 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-29T01:02:52.064Z = 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-29T01:02:53.068Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31702026-08-29T01:02:53.308Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31712026-08-29T01:02:53.347Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31722026-08-29T01:02:53.381Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31732026-08-29T01:02:53.465Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31742026-08-29T01:02:53.496Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31752026-08-29T01:02:53.610Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31762026-08-29T01:02:53.682Z Checking scuffle v0.1.0
31772026-08-29T01:02:53.707Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31782026-08-29T01:02:53.735Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31792026-08-29T01:02:53.765Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31802026-08-29T01:02:53.891Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-08-29T01:02:53.958Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-08-29T01:02:54.010Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-08-29T01:02:54.035Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31842026-08-29T01:02:54.064Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31852026-08-29T01:02:54.098Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31862026-08-29T01:02:54.263Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31872026-08-29T01:02:54.263Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31882026-08-29T01:02:54.263Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31892026-08-29T01:02:54.263Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31902026-08-29T01:02:54.284Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31912026-08-29T01:02:54.284Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31922026-08-29T01:02:54.582Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-08-29T01:02:54.686Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31942026-08-29T01:02:54.846Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31952026-08-29T01:02:54.886Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31962026-08-29T01:02:54.938Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31972026-08-29T01:02:55.029Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31982026-08-29T01:02:55.145Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31992026-08-29T01:02:55.198Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32002026-08-29T01:02:55.316Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32012026-08-29T01:02:55.429Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32022026-08-29T01:02:55.454Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32032026-08-29T01:02:55.478Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32042026-08-29T01:02:55.618Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32052026-08-29T01:02:55.668Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32062026-08-29T01:02:55.846Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32072026-08-29T01:02:55.875Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32082026-08-29T01:02:55.903Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32092026-08-29T01:02:56.021Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32102026-08-29T01:02:56.079Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32112026-08-29T01:02:56.314Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32122026-08-29T01:02:56.422Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32132026-08-29T01:02:56.551Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32142026-08-29T01:02:56.578Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32152026-08-29T01:02:56.648Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32162026-08-29T01:02:56.752Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32172026-08-29T01:02:56.776Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32182026-08-29T01:02:56.819Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32192026-08-29T01:02:56.878Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32202026-08-29T01:02:56.927Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32212026-08-29T01:02:57.017Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32222026-08-29T01:02:57.042Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32232026-08-29T01:02:57.078Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32242026-08-29T01:02:57.102Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32252026-08-29T01:02:57.471Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32262026-08-29T01:02:57.541Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32272026-08-29T01:02:58.040Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32282026-08-29T01:02:58.502Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32292026-08-29T01:02:58.590Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32302026-08-29T01:02:58.593Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32312026-08-29T01:02:58.845Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32322026-08-29T01:02:58.878Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32332026-08-29T01:02:58.911Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32342026-08-29T01:02:59.079Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32352026-08-29T01:02:59.138Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32362026-08-29T01:02:59.238Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32372026-08-29T01:02:59.528Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32382026-08-29T01:02:59.908Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32392026-08-29T01:02:59.933Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32402026-08-29T01:03:00.088Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32412026-08-29T01:03:00.174Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32422026-08-29T01:03:00.197Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32432026-08-29T01:03:00.226Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32442026-08-29T01:03:00.388Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32452026-08-29T01:03:00.447Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32462026-08-29T01:03:00.471Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32472026-08-29T01:03:00.495Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32482026-08-29T01:03:00.675Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32492026-08-29T01:03:00.700Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32502026-08-29T01:03:00.703Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32512026-08-29T01:03:00.745Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32522026-08-29T01:03:00.879Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32532026-08-29T01:03:01.048Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32542026-08-29T01:03:01.048Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32552026-08-29T01:03:01.118Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32562026-08-29T01:03:01.118Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32572026-08-29T01:03:01.165Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32582026-08-29T01:03:01.307Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32592026-08-29T01:03:01.382Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32602026-08-29T01:03:01.406Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32612026-08-29T01:03:01.426Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32622026-08-29T01:03:01.482Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32632026-08-29T01:03:01.482Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32642026-08-29T01:03:01.626Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32652026-08-29T01:03:01.672Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32662026-08-29T01:03:01.675Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32672026-08-29T01:03:01.723Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32682026-08-29T01:03:01.740Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32692026-08-29T01:03:01.851Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32702026-08-29T01:03:01.875Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32712026-08-29T01:03:01.941Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32722026-08-29T01:03:02.053Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32732026-08-29T01:03:02.077Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32742026-08-29T01:03:02.351Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32752026-08-29T01:03:02.374Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32762026-08-29T01:03:02.417Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32772026-08-29T01:03:02.947Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32782026-08-29T01:03:03.089Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32792026-08-29T01:03:03.143Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32802026-08-29T01:03:03.379Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32812026-08-29T01:03:04.168Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32822026-08-29T01:03:04.877Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32832026-08-29T01:03:05.433Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32842026-08-29T01:03:06.067Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32852026-08-29T01:03:06.288Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32862026-08-29T01:03:06.957Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32872026-08-29T01:03:07.163Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32882026-08-29T01:03:07.992Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32892026-08-29T01:03:08.197Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32902026-08-29T01:03:08.271Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32912026-08-29T01:03:08.436Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32922026-08-29T01:03:08.460Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-08-29T01:03:08.546Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32942026-08-29T01:03:09.185Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32952026-08-29T01:03:09.188Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32962026-08-29T01:03:09.606Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32972026-08-29T01:03:09.973Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32982026-08-29T01:03:10.058Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32992026-08-29T01:03:10.474Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33002026-08-29T01:03:10.498Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33012026-08-29T01:03:10.520Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33022026-08-29T01:03:10.629Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33032026-08-29T01:03:11.294Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33042026-08-29T01:03:11.562Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33052026-08-29T01:03:11.899Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33062026-08-29T01:03:12.200Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33072026-08-29T01:03:12.580Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33082026-08-29T01:03:12.957Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33092026-08-29T01:03:13.058Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33102026-08-29T01:03:13.468Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33112026-08-29T01:03:13.643Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33122026-08-29T01:03:14.065Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33132026-08-29T01:03:14.516Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33142026-08-29T01:03:14.567Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33152026-08-29T01:03:15.147Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33162026-08-29T01:03:15.183Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33172026-08-29T01:03:15.635Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33182026-08-29T01:03:15.698Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33192026-08-29T01:03:16.586Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33202026-08-29T01:03:16.934Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33212026-08-29T01:03:16.937Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33222026-08-29T01:03:17.199Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33232026-08-29T01:03:17.656Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33242026-08-29T01:03:18.587Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33252026-08-29T01:03:21.408Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33262026-08-29T01:03:21.581Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33272026-08-29T01:03:22.230Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33282026-08-29T01:03:24.216Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33292026-08-29T01:03:24.398Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33302026-08-29T01:03:24.842Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33312026-08-29T01:03:25.106Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33322026-08-29T01:03:25.335Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33332026-08-29T01:03:25.785Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33342026-08-29T01:03:26.824Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33352026-08-29T01:03:27.581Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33362026-08-29T01:03:28.574Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33372026-08-29T01:03:28.703Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-08-29T01:03:28.932Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33392026-08-29T01:03:29.240Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33402026-08-29T01:03:29.449Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33412026-08-29T01:03:29.602Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33422026-08-29T01:03:29.683Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33432026-08-29T01:03:29.967Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33442026-08-29T01:03:30.112Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33452026-08-29T01:03:30.256Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33462026-08-29T01:03:30.281Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33472026-08-29T01:03:30.529Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33482026-08-29T01:03:30.848Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33492026-08-29T01:03:31.044Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33502026-08-29T01:03:31.630Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33512026-08-29T01:03:31.721Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33522026-08-29T01:03:31.855Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33532026-08-29T01:03:32.061Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33542026-08-29T01:03:32.384Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33552026-08-29T01:03:32.601Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33562026-08-29T01:03:33.870Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33572026-08-29T01:03:34.635Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33582026-08-29T01:03:35.130Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33592026-08-29T01:03:36.810Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33602026-08-29T01:03:38.237Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33612026-08-29T01:03:38.705Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33622026-08-29T01:03:39.429Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33632026-08-29T01:03:41.599Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33642026-08-29T01:03:42.545Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33652026-08-29T01:03:43.725Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33662026-08-29T01:03:44.208Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33672026-08-29T01:03:45.245Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33682026-08-29T01:03:47.276Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33692026-08-29T01:03:47.902Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33702026-08-29T01:03:48.339Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33712026-08-29T01:03:50.486Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33722026-08-29T01:03:50.804Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33732026-08-29T01:03:51.034Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33742026-08-29T01:03:53.275Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33752026-08-29T01:03:57.000Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33762026-08-29T01:03:57.952Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33772026-08-29T01:03:58.542Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33782026-08-29T01:03:59.426Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33792026-08-29T01:04:00.218Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33802026-08-29T01:04:01.117Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33812026-08-29T01:04:01.855Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33822026-08-29T01:04:04.205Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33832026-08-29T01:04:04.455Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33842026-08-29T01:04:05.032Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33852026-08-29T01:04:05.099Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33862026-08-29T01:04:05.887Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33872026-08-29T01:04:06.839Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33882026-08-29T01:04:07.793Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33892026-08-29T01:04:11.697Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33902026-08-29T01:04:12.664Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33912026-08-29T01:04:13.904Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33922026-08-29T01:04:14.612Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33932026-08-29T01:04:15.404Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33942026-08-29T01:04:16.532Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33952026-08-29T01:04:18.509Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33962026-08-29T01:04:19.663Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33972026-08-29T01:04:20.637Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33982026-08-29T01:04:21.645Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33992026-08-29T01:04:22.625Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34002026-08-29T01:04:25.442Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34012026-08-29T01:04:26.282Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34022026-08-29T01:04:27.971Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34032026-08-29T01:04:28.672Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34042026-08-29T01:04:30.180Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34052026-08-29T01:04:32.184Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34062026-08-29T01:04:33.500Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34072026-08-29T01:04:35.112Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34082026-08-29T01:04:36.713Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34092026-08-29T01:04:38.503Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34102026-08-29T01:04:40.136Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34112026-08-29T01:04:44.892Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34122026-08-29T01:04:45.156Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34132026-08-29T01:04:46.648Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34142026-08-29T01:04:46.985Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34152026-08-29T01:04:48.720Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34162026-08-29T01:04:50.487Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34172026-08-29T01:04:52.252Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34182026-08-29T01:04:54.361Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34192026-08-29T01:04:56.181Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34202026-08-29T01:04:57.894Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34212026-08-29T01:04:59.923Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34222026-08-29T01:05:01.489Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34232026-08-29T01:05:03.285Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34242026-08-29T01:05:05.079Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34252026-08-29T01:05:06.816Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34262026-08-29T01:05:08.597Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34272026-08-29T01:05:10.241Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34282026-08-29T01:05:12.275Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34292026-08-29T01:05:14.010Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34302026-08-29T01:05:15.623Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34312026-08-29T01:05:17.438Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34322026-08-29T01:05:19.339Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34332026-08-29T01:05:22.902Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34342026-08-29T01:05:24.933Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34352026-08-29T01:05:26.684Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34362026-08-29T01:05:32.863Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34372026-08-29T01:05:32.917Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34382026-08-29T01:05:34.204Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34392026-08-29T01:05:35.334Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34402026-08-29T01:05:37.592Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34412026-08-29T01:05:39.748Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34422026-08-29T01:05:42.848Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34432026-08-29T01:05:44.931Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34442026-08-29T01:05:47.293Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34452026-08-29T01:05:49.463Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34462026-08-29T01:05:52.174Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34472026-08-29T01:05:54.388Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34482026-08-29T01:05:57.307Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34492026-08-29T01:05:59.234Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34502026-08-29T01:06:01.795Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34512026-08-29T01:06:04.895Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34522026-08-29T01:06:06.699Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34532026-08-29T01:06:09.380Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34542026-08-29T01:06:11.904Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34552026-08-29T01:06:14.164Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34562026-08-29T01:06:16.939Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34572026-08-29T01:06:19.353Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34582026-08-29T01:06:21.862Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34592026-08-29T01:06:24.390Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34602026-08-29T01:06:26.785Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34612026-08-29T01:06:29.504Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34622026-08-29T01:06:31.956Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34632026-08-29T01:06:34.559Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34642026-08-29T01:06:37.067Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34652026-08-29T01:06:39.654Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34662026-08-29T01:06:42.140Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34672026-08-29T01:06:44.806Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34682026-08-29T01:06:47.305Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34692026-08-29T01:06:49.833Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34702026-08-29T01:06:52.414Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34712026-08-29T01:06:55.073Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34722026-08-29T01:06:57.758Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34732026-08-29T01:07:00.304Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34742026-08-29T01:07:02.894Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34752026-08-29T01:07:05.483Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34762026-08-29T01:07:08.070Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34772026-08-29T01:07:10.666Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34782026-08-29T01:07:13.917Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34792026-08-29T01:07:16.201Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34802026-08-29T01:07:18.781Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34812026-08-29T01:07:21.626Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34822026-08-29T01:07:24.267Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34832026-08-29T01:07:27.082Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34842026-08-29T01:07:29.791Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34852026-08-29T01:07:32.431Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34862026-08-29T01:07:35.106Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34872026-08-29T01:07:37.863Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34882026-08-29T01:07:40.682Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34892026-08-29T01:07:43.326Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34902026-08-29T01:07:46.087Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34912026-08-29T01:07:48.778Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34922026-08-29T01:07:51.481Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34932026-08-29T01:07:59.347Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34942026-08-29T01:07:59.564Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34952026-08-29T01:08:03.473Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34962026-08-29T01:08:06.570Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34972026-08-29T01:08:10.104Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34982026-08-29T01:08:13.570Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34992026-08-29T01:08:17.135Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35002026-08-29T01:08:20.699Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35012026-08-29T01:08:24.230Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35022026-08-29T01:08:27.768Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35032026-08-29T01:08:31.445Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35042026-08-29T01:08:34.966Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35052026-08-29T01:08:38.384Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35062026-08-29T01:08:41.943Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35072026-08-29T01:08:45.620Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35082026-08-29T01:08:49.025Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35092026-08-29T01:08:52.714Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35102026-08-29T01:08:56.219Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35112026-08-29T01:08:59.828Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35122026-08-29T01:09:03.333Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35132026-08-29T01:09:06.948Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35142026-08-29T01:09:10.458Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
35152026-08-29T01:09:14.216Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35162026-08-29T01:09:17.538Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35172026-08-29T01:09:22.569Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35182026-08-29T01:09:25.514Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35192026-08-29T01:09:29.399Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35202026-08-29T01:09:33.287Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35212026-08-29T01:09:37.222Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35222026-08-29T01:09:41.346Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35232026-08-29T01:09:44.999Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35242026-08-29T01:09:48.973Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35252026-08-29T01:10:19.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 28s
35262026-08-29T01:10:19.856Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35272026-08-29T01:10:19.856Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35282026-08-29T01:10:20.025Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35292026-08-29T01:10:20.136Z
35302026-08-29T01:10:20.138Zreal 7:28.907549193
35312026-08-29T01:10:20.138Zuser 20:17.714381114
35322026-08-29T01:10:20.139Zsys 4:20.748167702
35332026-08-29T01:10:20.139Ztrap 0.296454287
35342026-08-29T01:10:20.139Ztflt 0.128104866
35352026-08-29T01:10:20.139Zdflt 0.103888597
35362026-08-29T01:10:20.139Zkflt 0.000018130
35372026-08-29T01:10:20.139Zlock 7:07:54.738512040
35382026-08-29T01:10:20.139Zslp 2:30:45.748805948
35392026-08-29T01:10:20.139Zlat 36.160403497
35402026-08-29T01:10:20.139Zstop 2:06.331304421
35412026-08-29T01:10:20.139Zprocess exited: duration 834635 ms, exit code 0
 
35422026-08-29T01:10:20.145Zfound 0 output files