01KW11PQNR7XWFWHBP5SBZHJNQ: clippy (helios)

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

Buildomat Job: 01KW11Q932BDM3CNHQT5959KQG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:07:30.161Zjob assigned to worker 01KW11QR3EN4MCXG4HJQM7NXK2 [factory aws, i-0e3bd47dc25232c4f] (queued for 56 s)
 
22026-06-26T04:07:37.128Zstarting task 0: "setup"
32026-06-26T04:07:37.134Z++ uname -s
42026-06-26T04:07:37.137Z+ kern=SunOS
52026-06-26T04:07:37.137Z+ build_user=build
62026-06-26T04:07:37.137Z+ build_uid=12345
72026-06-26T04:07:37.137Z+ work_dir=/work
82026-06-26T04:07:37.137Z+ input_dir=/input
92026-06-26T04:07:37.137Z+ [[ 0 == 12345 ]]
102026-06-26T04:07:37.137Z+ case "$kern" in
112026-06-26T04:07:37.137Z+ groupadd -g 12345 build
122026-06-26T04:07:37.140Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:07:39.142Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:07:39.223Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:07:39.226Z+ home_fs=zfs
162026-06-26T04:07:39.226Z+ [[ zfs == autofs ]]
172026-06-26T04:07:39.226Z+ mkdir -p /home/build
182026-06-26T04:07:39.226Z+ chown build:build /home/build /work
192026-06-26T04:07:40.229Z+ chmod 0700 /home/build /work
202026-06-26T04:07:40.233Zprocess exited: duration 3100 ms, exit code 0
 
212026-06-26T04:07:40.240Zstarting task 1: "rust-toolchain"
222026-06-26T04:07:40.243Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:07:40.243Z * rust toolchain channel = "1.96.0"
242026-06-26T04:07:40.243Z * rust toolchain profile = "default"
252026-06-26T04:07:40.243Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-26T04:07:40.244Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T04:07:40.244Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T04:07:40.247Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:07:40.247Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:07:40.348Zinfo: downloading installer
312026-06-26T04:07:41.711Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:07:41.711Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:07:41.711Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:07:41.711Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:07:41.724Zinfo: profile set to default
362026-06-26T04:07:41.724Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:07:41.727Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:07:41.884Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:07:41.887Zinfo: downloading 6 components
402026-06-26T04:07:59.843Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-26T04:07:59.844Z
422026-06-26T04:07:59.875Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:07:59.875Z
442026-06-26T04:07:59.879Z
452026-06-26T04:07:59.879ZRust is installed now. Great!
462026-06-26T04:07:59.879Z
472026-06-26T04:07:59.879ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:07:59.879Zenvironment variable. This has not been done automatically.
492026-06-26T04:07:59.879Z
502026-06-26T04:07:59.879ZTo configure your current shell, you need to source
512026-06-26T04:07:59.879Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:07:59.879Z
532026-06-26T04:07:59.879ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:07:59.879Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:07:59.879Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:07:59.879Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:07:59.879Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:07:59.879Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:07:59.879Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:07:59.879Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:07:59.879Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:07:59.991Z+ rustup --version
632026-06-26T04:08:00.000Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:08:00.005Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:08:00.021Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:08:00.024Z+ cargo --version
672026-06-26T04:08:00.037Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:08:00.041Z+ rustc --version
692026-06-26T04:08:00.060Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:08:00.063Zprocess exited: duration 19822 ms, exit code 0
 
712026-06-26T04:08:00.069Zstarting task 2: "authentication"
722026-06-26T04:08:00.086Zprocess exited: duration 16 ms, exit code 0
 
732026-06-26T04:08:00.093Zstarting task 3: "clone repository"
742026-06-26T04:08:00.096Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T04:08:00.099Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T04:08:00.128ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T04:08:09.876Z+ cd /work/oxidecomputer/omicron
782026-06-26T04:08:09.876Z+ git fetch origin 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3
792026-06-26T04:08:10.190ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T04:08:10.190Z * branch 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3 -> FETCH_HEAD
812026-06-26T04:08:10.203Z+ [[ -n renovate/crucible-pantry-client-digest ]]
822026-06-26T04:08:10.206Z++ git branch --show-current
832026-06-26T04:08:10.206Z+ current=main
842026-06-26T04:08:10.206Z+ [[ main != renovate/crucible-pantry-client-digest ]]
852026-06-26T04:08:10.206Z+ git branch -f renovate/crucible-pantry-client-digest 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3
862026-06-26T04:08:10.209Z+ git checkout -f renovate/crucible-pantry-client-digest
872026-06-26T04:08:10.454ZSwitched to branch 'renovate/crucible-pantry-client-digest'
882026-06-26T04:08:10.458Z+ git reset --hard 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3
892026-06-26T04:08:10.472ZHEAD is now at 9e60976c4 Update crucible-pantry-client digest to 2bfe090
902026-06-26T04:08:10.476Zprocess exited: duration 10380 ms, exit code 0
 
912026-06-26T04:08:10.482Zstarting task 4: "build"
922026-06-26T04:08:10.485Z+ source ./env.sh
932026-06-26T04:08:10.485Z++ OLD_SHELL_OPTS=ehxB
942026-06-26T04:08:10.485Z++ set -o xtrace
952026-06-26T04:08:10.490Z++++ dirname ./env.sh
962026-06-26T04:08:10.490Z+++ readlink -f .
972026-06-26T04:08:10.493Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-26T04:08:10.493Z++ 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-06-26T04:08:10.493Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-26T04:08:10.493Z++ 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-06-26T04:08:10.493Z++ 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-06-26T04:08:10.493Z++ 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-06-26T04:08:10.493Z++ 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-06-26T04:08:10.493Z++ 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-06-26T04:08:10.493Z++ 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-06-26T04:08:10.493Z++ 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-06-26T04:08:10.493Z++ 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-06-26T04:08:10.493Z++ case $OLD_SHELL_OPTS in
1092026-06-26T04:08:10.493Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-26T04:08:10.493Z+ source .github/buildomat/ci-env.sh
1112026-06-26T04:08:10.493Z++ export CARGO_TERM_COLOR=always
1122026-06-26T04:08:10.493Z++ CARGO_TERM_COLOR=always
1132026-06-26T04:08:10.493Z+ cargo --version
1142026-06-26T04:08:10.504Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-26T04:08:10.508Z+ rustc --version
1162026-06-26T04:08:10.523Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-26T04:08:10.527Z+ banner prerequisites
1182026-06-26T04:08:10.530Z
1192026-06-26T04:08:10.530Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-26T04:08:10.530Z # # # # # # # # # # # # # # #
1212026-06-26T04:08:10.530Z # # # # ##### # # ##### # # # # # #### #
1222026-06-26T04:08:10.530Z ##### ##### # ##### # # # # # # # # #
1232026-06-26T04:08:10.530Z # # # # # # # # # # # # # # #
1242026-06-26T04:08:10.531Z # # # ###### # # ###### ### # #### # #### #
1252026-06-26T04:08:10.531Z
1262026-06-26T04:08:10.531Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-26T04:08:12.040Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-26T04:08:12.148Z Startup: Caching catalogs ... Done
1292026-06-26T04:08:12.641ZPlanning: Solver setup ... Done (0.446s)
1302026-06-26T04:08:12.666ZPlanning: Running solver ... Done (0.025s)
1312026-06-26T04:08:12.677ZPlanning: Finding local manifests ... Done (0.002s)
1322026-06-26T04:08:12.687ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-26T04:08:12.706ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-26T04:08:12.719ZPlanning: Package planning ... Done (0.013s)
1352026-06-26T04:08:12.723ZPlanning: Merging actions ... Done (0.002s)
1362026-06-26T04:08:12.886ZPlanning: Checking for conflicting actions ... Done (0.165s)
1372026-06-26T04:08:12.889ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-26T04:08:13.649ZPlanning: Evaluating mediators ... Done (0.763s)
1392026-06-26T04:08:13.653ZPlanning: Planning completed in 1.48 seconds
1402026-06-26T04:08:13.659Z Packages to install: 2
1412026-06-26T04:08:13.662Z Estimated space available: 156.08 GB
1422026-06-26T04:08:13.662ZEstimated space to be consumed: 30.96 MB
1432026-06-26T04:08:13.662Z Create boot environment: No
1442026-06-26T04:08:13.662ZCreate backup boot environment: No
1452026-06-26T04:08:13.663Z Rebuild boot archive: No
1462026-06-26T04:08:13.663Z
1472026-06-26T04:08:13.663ZChanged packages:
1482026-06-26T04:08:13.663Zhelios
1492026-06-26T04:08:13.663Z developer/build-essential
1502026-06-26T04:08:13.663Z None -> 11-3.0
1512026-06-26T04:08:13.663Z library/libxmlsec1
1522026-06-26T04:08:13.663Z None -> 1.2.35-3.0
1532026-06-26T04:08:13.684Z
1542026-06-26T04:08:13.684ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-26T04:08:14.940ZDownload: Completed 1.28 MB in 1.26 seconds (1.0M/s)
1562026-06-26T04:08:14.993Z Actions: 1/268 actions (Installing new actions)
1572026-06-26T04:08:15.033Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-26T04:08:15.042ZFinalize: Updating package state database ... Done (0.010s)
1592026-06-26T04:08:15.042ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-26T04:08:15.083ZFinalize: Updating image state ... Done (0.028s)
1612026-06-26T04:08:17.481ZFinalize: Creating fast lookup database ... Done (2.384s)
1622026-06-26T04:08:17.550ZFinalize: Reading search index ... Done (0.012s)
1632026-06-26T04:08:17.554ZFinalize: Updating search index ... Done (0.000s)
1642026-06-26T04:08:17.660ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-26T04:08:17.981ZPlanning: Evaluating mediator changes ... Done
1662026-06-26T04:08:18.089ZPlanning: Checking for conflicting actions ... Done
1672026-06-26T04:08:18.092ZPlanning: Consolidating action changes ... Done
1682026-06-26T04:08:18.246ZPlanning: Evaluating mediators ... Done
1692026-06-26T04:08:18.251ZPlanning: Planning completed in 0.26 seconds
1702026-06-26T04:08:18.269Z Mediators to change: 2
1712026-06-26T04:08:18.269Z Create boot environment: No
1722026-06-26T04:08:18.274ZCreate backup boot environment: No
1732026-06-26T04:08:18.338ZFinalize: Updating package state database ... Done
1742026-06-26T04:08:18.346ZFinalize: Updating package cache ... Done
1752026-06-26T04:08:18.346ZFinalize: Updating image state ... Done
1762026-06-26T04:08:20.277ZFinalize: Creating fast lookup database ... Done
1772026-06-26T04:08:20.341ZFinalize: Reading search index ... Done
1782026-06-26T04:08:20.345ZFinalize: Updating search index ... Done
1792026-06-26T04:08:20.399ZFinalize: Updating package cache ... Done
1802026-06-26T04:08:20.686ZPlanning: Evaluating mediator changes ... Done
1812026-06-26T04:08:20.793ZPlanning: Checking for conflicting actions ... Done
1822026-06-26T04:08:20.796ZPlanning: Consolidating action changes ... Done
1832026-06-26T04:08:20.951ZPlanning: Evaluating mediators ... Done
1842026-06-26T04:08:20.954ZPlanning: Planning completed in 0.27 seconds
1852026-06-26T04:08:20.974Z Mediators to change: 1
1862026-06-26T04:08:20.978Z Create boot environment: No
1872026-06-26T04:08:20.978ZCreate backup boot environment: No
1882026-06-26T04:08:21.017ZFinalize: Updating package state database ... Done
1892026-06-26T04:08:21.020ZFinalize: Updating package cache ... Done
1902026-06-26T04:08:21.031ZFinalize: Updating image state ... Done
1912026-06-26T04:08:22.998ZFinalize: Creating fast lookup database ... Done
1922026-06-26T04:08:23.057ZFinalize: Reading search index ... Done
1932026-06-26T04:08:23.060ZFinalize: Updating search index ... Done
1942026-06-26T04:08:23.113ZFinalize: Updating package cache ... Done
1952026-06-26T04:08:23.450ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-26T04:08:23.450Zapache system 2.4 system
1972026-06-26T04:08:23.450Zclang system 15 system
1982026-06-26T04:08:23.450Zcsh system system illumos
1992026-06-26T04:08:23.450Zctags system system illumos
2002026-06-26T04:08:23.450Zfile vendor vendor darwinsys
2012026-06-26T04:08:23.450Zfile system system illumos
2022026-06-26T04:08:23.450Zgcc vendor 14 vendor
2032026-06-26T04:08:23.450Zgcc system 13 system
2042026-06-26T04:08:23.450Zgcc system 10 system
2052026-06-26T04:08:23.450Zgo system 1.25 system
2062026-06-26T04:08:23.451Zllvm system 15 system
2072026-06-26T04:08:23.451Zmariadb system 11.4 system
2082026-06-26T04:08:23.451Zmta vendor vendor dma
2092026-06-26T04:08:23.451Zopenjdk system 17 system
2102026-06-26T04:08:23.451Zopenjdk system 11 system
2112026-06-26T04:08:23.451Zopenssl vendor 3 vendor
2122026-06-26T04:08:23.451Zperl system 5.40 system
2132026-06-26T04:08:23.451Zpostgresql system 18 system
2142026-06-26T04:08:23.451Zpostgresql system 17 system
2152026-06-26T04:08:23.451Zpython vendor 3 vendor
2162026-06-26T04:08:23.451Zpython system 2 system
2172026-06-26T04:08:23.451Zpython3 vendor 3.13 vendor
2182026-06-26T04:08:23.451Zruby system 3.4 system
2192026-06-26T04:08:23.451Zruby system 3.0 system
2202026-06-26T04:08:23.451Zwords vendor vendor american-english
2212026-06-26T04:08:23.451Zwords system system australian-english
2222026-06-26T04:08:23.451Zwords system system british-english
2232026-06-26T04:08:23.451Zwords system system canadian-english
2242026-06-26T04:08:23.451Zwords system system french
2252026-06-26T04:08:23.451Zwords system system italian
2262026-06-26T04:08:23.451Zwords system system ngerman
2272026-06-26T04:08:23.451Zwords system system ogerman
2282026-06-26T04:08:23.451Zwords system system spanish
2292026-06-26T04:08:23.680ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-26T04:08:23.680Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-26T04:08:23.987ZFMRI IFO
2322026-06-26T04:08:23.987Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-26T04:08:23.987Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-26T04:08:23.987Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-26T04:08:23.987Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-26T04:08:23.987Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-26T04:08:23.987Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-26T04:08:23.987Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-26T04:08:23.987Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-26T04:08:23.987Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-26T04:08:24.256Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-26T04:08:24.540Z Updating crates.io index
2432026-06-26T04:08:24.543Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-26T04:08:24.789Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-26T04:08:25.104Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-26T04:08:25.373Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-26T04:08:26.246Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-26T04:08:26.749Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-26T04:08:28.613Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-26T04:08:29.374Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-26T04:08:29.665Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-26T04:08:30.712Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-26T04:08:30.953Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-26T04:08:31.279Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-26T04:08:31.538Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-26T04:08:31.959Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-26T04:08:32.441Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-26T04:08:32.875Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-26T04:08:33.140Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-26T04:08:33.434Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-26T04:08:33.760Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-26T04:08:33.989Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-26T04:08:34.254Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-26T04:08:34.501Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-26T04:08:34.881Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-26T04:08:35.192Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-06-26T04:08:35.601Z Updating git repository `https://github.com/oxidecomputer/erebor`
2682026-06-26T04:08:35.833Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-06-26T04:08:36.219Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-06-26T04:08:36.464Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-06-26T04:08:36.937Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-06-26T04:08:37.183Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-06-26T04:08:37.421Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-06-26T04:08:37.760Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-06-26T04:08:38.154Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-06-26T04:08:38.395Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-06-26T04:08:38.697Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-06-26T04:08:38.972Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2792026-06-26T04:08:39.241Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2802026-06-26T04:08:39.535Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-06-26T04:08:39.795Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-06-26T04:08:40.072Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-06-26T04:08:40.334Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-06-26T04:08:43.149Z Downloading crates ...
2852026-06-26T04:08:43.221Z Downloaded clap_lex v1.0.0
2862026-06-26T04:08:43.228Z Downloaded dtrace-parser v0.2.0
2872026-06-26T04:08:43.229Z Downloaded anstyle-query v1.1.5
2882026-06-26T04:08:43.254Z Downloaded toml v0.8.23
2892026-06-26T04:08:43.266Z Downloaded hashbrown v0.17.0
2902026-06-26T04:08:43.267Z Downloaded thiserror-impl v2.0.18
2912026-06-26T04:08:43.267Z Downloaded semver v1.0.28
2922026-06-26T04:08:43.267Z Downloaded icu_provider v2.1.1
2932026-06-26T04:08:43.267Z Downloaded memmap v0.7.0
2942026-06-26T04:08:43.267Z Downloaded pest v2.8.6
2952026-06-26T04:08:43.267Z Downloaded url v2.5.8
2962026-06-26T04:08:43.276Z Downloaded ordered-float v2.10.1
2972026-06-26T04:08:43.276Z Downloaded indexmap v2.14.0
2982026-06-26T04:08:43.276Z Downloaded tempfile v3.25.0
2992026-06-26T04:08:43.276Z Downloaded zerofrom v0.1.6
3002026-06-26T04:08:43.276Z Downloaded crypto-common v0.1.7
3012026-06-26T04:08:43.276Z Downloaded sha2 v0.10.9
3022026-06-26T04:08:43.276Z Downloaded digest v0.10.7
3032026-06-26T04:08:43.282Z Downloaded thread-id v4.2.2
3042026-06-26T04:08:43.299Z Downloaded clap v4.6.1
3052026-06-26T04:08:43.306Z Downloaded fnv v1.0.7
3062026-06-26T04:08:43.331Z Downloaded synstructure v0.13.2
3072026-06-26T04:08:43.337Z Downloaded serde_json v1.0.149
3082026-06-26T04:08:43.377Z Downloaded colorchoice v1.0.4
3092026-06-26T04:08:43.381Z Downloaded icu_locale_core v2.1.1
3102026-06-26T04:08:43.405Z Downloaded cpufeatures v0.2.17
3112026-06-26T04:08:43.413Z Downloaded anyhow v1.0.102
3122026-06-26T04:08:43.427Z Downloaded litemap v0.8.1
3132026-06-26T04:08:43.436Z Downloaded icu_properties_data v2.1.2
3142026-06-26T04:08:43.440Z Downloaded yoke v0.8.1
3152026-06-26T04:08:43.440Z Downloaded swrite v0.1.0
3162026-06-26T04:08:43.440Z Downloaded dof v0.3.0
3172026-06-26T04:08:43.440Z Downloaded zerovec-derive v0.11.2
3182026-06-26T04:08:43.444Z Downloaded getrandom v0.4.1
3192026-06-26T04:08:43.450Z Downloaded camino-tempfile v1.4.1
3202026-06-26T04:08:43.453Z Downloaded cargo_toml v0.21.0
3212026-06-26T04:08:43.459Z Downloaded idna_adapter v1.2.1
3222026-06-26T04:08:43.462Z Downloaded autocfg v1.5.0
3232026-06-26T04:08:43.476Z Downloaded plain v0.2.3
3242026-06-26T04:08:43.482Z Downloaded syn v2.0.117
3252026-06-26T04:08:43.489Z Downloaded icu_normalizer v2.1.1
3262026-06-26T04:08:43.497Z Downloaded serde-value v0.7.0
3272026-06-26T04:08:43.497Z Downloaded serde v1.0.228
3282026-06-26T04:08:43.497Z Downloaded unicode-linebreak v0.1.5
3292026-06-26T04:08:43.500Z Downloaded proc-macro-error-attr v1.0.4
3302026-06-26T04:08:43.500Z Downloaded serde_spanned v0.6.9
3312026-06-26T04:08:43.500Z Downloaded unicode-ident v1.0.24
3322026-06-26T04:08:43.504Z Downloaded quote v1.0.45
3332026-06-26T04:08:43.507Z Downloaded utf8parse v0.2.2
3342026-06-26T04:08:43.507Z Downloaded toml_datetime v0.6.11
3352026-06-26T04:08:43.512Z Downloaded heck v0.4.1
3362026-06-26T04:08:43.515Z Downloaded log v0.4.29
3372026-06-26T04:08:43.519Z Downloaded rustix v1.1.3
3382026-06-26T04:08:43.528Z Downloaded zerotrie v0.2.3
3392026-06-26T04:08:43.531Z Downloaded thiserror v1.0.69
3402026-06-26T04:08:43.535Z Downloaded version_check v0.9.5
3412026-06-26T04:08:43.535Z Downloaded terminal_size v0.4.3
3422026-06-26T04:08:43.535Z Downloaded usdt-macro v0.5.0
3432026-06-26T04:08:43.538Z Downloaded percent-encoding v2.3.2
3442026-06-26T04:08:43.538Z Downloaded generic-array v0.14.7
3452026-06-26T04:08:43.538Z Downloaded erased-serde v0.4.9
3462026-06-26T04:08:43.538Z Downloaded byteorder v1.5.0
3472026-06-26T04:08:43.543Z Downloaded yoke-derive v0.8.1
3482026-06-26T04:08:43.547Z Downloaded cargo-platform v0.2.0
3492026-06-26T04:08:43.552Z Downloaded typeid v1.0.3
3502026-06-26T04:08:43.557Z Downloaded utf8_iter v1.0.4
3512026-06-26T04:08:43.557Z Downloaded unicode-width v0.2.0
3522026-06-26T04:08:43.562Z Downloaded writeable v0.6.2
3532026-06-26T04:08:43.563Z Downloaded serde_tokenstream v0.2.3
3542026-06-26T04:08:43.563Z Downloaded anstream v1.0.0
3552026-06-26T04:08:43.566Z Downloaded zerocopy-derive v0.7.35
3562026-06-26T04:08:43.566Z Downloaded proc-macro2 v1.0.106
3572026-06-26T04:08:43.577Z Downloaded serde_core v1.0.228
3582026-06-26T04:08:43.585Z Downloaded strsim v0.11.1
3592026-06-26T04:08:43.604Z Downloaded usdt-impl v0.5.0
3602026-06-26T04:08:43.607Z Downloaded tabled_derive v0.7.0
3612026-06-26T04:08:43.607Z Downloaded libc v0.2.185
3622026-06-26T04:08:43.624Z Downloaded unicode-xid v0.2.6
3632026-06-26T04:08:43.630Z Downloaded pest_derive v2.8.6
3642026-06-26T04:08:43.630Z Downloaded smawk v0.3.2
3652026-06-26T04:08:43.630Z Downloaded fastrand v2.3.0
3662026-06-26T04:08:43.630Z Downloaded ucd-trie v0.1.7
3672026-06-26T04:08:43.642Z Downloaded potential_utf v0.1.4
3682026-06-26T04:08:43.642Z Downloaded num-traits v0.2.19
3692026-06-26T04:08:43.642Z Downloaded memchr v2.8.0
3702026-06-26T04:08:43.642Z Downloaded itoa v1.0.17
3712026-06-26T04:08:43.642Z Downloaded equivalent v1.0.2
3722026-06-26T04:08:43.642Z Downloaded block-buffer v0.10.4
3732026-06-26T04:08:43.682Z Downloaded anstyle-parse v1.0.0
3742026-06-26T04:08:43.685Z Downloaded icu_collections v2.1.1
3752026-06-26T04:08:43.694Z Downloaded displaydoc v0.2.5
3762026-06-26T04:08:43.697Z Downloaded fs-err v3.3.0
3772026-06-26T04:08:43.731Z Downloaded heck v0.5.0
3782026-06-26T04:08:43.758Z Downloaded unicode-width v0.1.14
3792026-06-26T04:08:43.761Z Downloaded pretty-hex v0.4.1
3802026-06-26T04:08:43.833Z Downloaded cfg-if v1.0.4
3812026-06-26T04:08:43.836Z Downloaded once_cell v1.21.3
3822026-06-26T04:08:43.890Z Downloaded scroll_derive v0.12.1
3832026-06-26T04:08:43.897Z Downloaded proc-macro-error v1.0.4
3842026-06-26T04:08:43.905Z Downloaded icu_normalizer_data v2.1.1
3852026-06-26T04:08:43.920Z Downloaded pest_meta v2.8.6
3862026-06-26T04:08:43.923Z Downloaded idna v1.1.0
3872026-06-26T04:08:43.949Z Downloaded tabled v0.15.0
3882026-06-26T04:08:43.953Z Downloaded syn v1.0.109
3892026-06-26T04:08:43.957Z Downloaded scroll v0.12.0
3902026-06-26T04:08:43.957Z Downloaded clap_derive v4.6.1
3912026-06-26T04:08:43.973Z Downloaded bitflags v2.11.0
3922026-06-26T04:08:43.976Z Downloaded anstyle v1.0.14
3932026-06-26T04:08:43.986Z Downloaded camino v1.2.2
3942026-06-26T04:08:43.989Z Downloaded goblin v0.8.2
3952026-06-26T04:08:43.993Z Downloaded stable_deref_trait v1.2.1
3962026-06-26T04:08:44.013Z Downloaded macaddr v1.0.1
3972026-06-26T04:08:44.025Z Downloaded thiserror-impl v1.0.69
3982026-06-26T04:08:44.042Z Downloaded errno v0.3.14
3992026-06-26T04:08:44.047Z Downloaded smallvec v1.15.1
4002026-06-26T04:08:44.067Z Downloaded form_urlencoded v1.2.2
4012026-06-26T04:08:44.070Z Downloaded bytecount v0.6.9
4022026-06-26T04:08:44.077Z Downloaded tinystr v0.8.2
4032026-06-26T04:08:44.080Z Downloaded serde_derive v1.0.228
4042026-06-26T04:08:44.080Z Downloaded pest_generator v2.8.6
4052026-06-26T04:08:44.087Z Downloaded clap_builder v4.6.0
4062026-06-26T04:08:44.095Z Downloaded icu_properties v2.1.2
4072026-06-26T04:08:44.100Z Downloaded cargo_metadata v0.21.0
4082026-06-26T04:08:44.103Z Downloaded cargo-util-schemas v0.8.2
4092026-06-26T04:08:44.103Z Downloaded papergrid v0.11.0
4102026-06-26T04:08:44.116Z Downloaded zerovec v0.11.5
4112026-06-26T04:08:44.137Z Downloaded serde-untagged v0.1.9
4122026-06-26T04:08:44.148Z Downloaded is_terminal_polyfill v1.70.2
4132026-06-26T04:08:44.158Z Downloaded textwrap v0.16.2
4142026-06-26T04:08:44.196Z Downloaded winnow v0.7.14
4152026-06-26T04:08:44.203Z Downloaded zmij v1.0.21
4162026-06-26T04:08:44.221Z Downloaded typenum v1.19.0
4172026-06-26T04:08:44.242Z Downloaded toml_write v0.1.2
4182026-06-26T04:08:44.246Z Downloaded thiserror v2.0.18
4192026-06-26T04:08:44.251Z Downloaded toml_edit v0.22.27
4202026-06-26T04:08:44.262Z Downloaded zerofrom-derive v0.1.6
4212026-06-26T04:08:44.278Z Downloaded zerocopy v0.7.35
4222026-06-26T04:08:44.288Z Downloaded usdt-attr-macro v0.5.0
4232026-06-26T04:08:44.294Z Downloaded usdt v0.5.0
4242026-06-26T04:08:44.341Z Compiling proc-macro2 v1.0.106
4252026-06-26T04:08:44.341Z Compiling quote v1.0.45
4262026-06-26T04:08:44.341Z Compiling unicode-ident v1.0.24
4272026-06-26T04:08:44.341Z Compiling serde_core v1.0.228
4282026-06-26T04:08:44.344Z Compiling libc v0.2.185
4292026-06-26T04:08:44.344Z Compiling version_check v0.9.5
4302026-06-26T04:08:44.344Z Compiling stable_deref_trait v1.2.1
4312026-06-26T04:08:44.344Z Compiling serde v1.0.228
4322026-06-26T04:08:44.648Z Compiling memchr v2.8.0
4332026-06-26T04:08:44.664Z Compiling zmij v1.0.21
4342026-06-26T04:08:44.899Z Compiling thiserror v1.0.69
4352026-06-26T04:08:44.932Z Compiling autocfg v1.5.0
4362026-06-26T04:08:44.990Z Compiling itoa v1.0.17
4372026-06-26T04:08:45.209Z Compiling ucd-trie v0.1.7
4382026-06-26T04:08:45.283Z Compiling litemap v0.8.1
4392026-06-26T04:08:45.359Z Compiling pest v2.8.6
4402026-06-26T04:08:45.365Z Compiling writeable v0.6.2
4412026-06-26T04:08:45.453Z Compiling icu_normalizer_data v2.1.1
4422026-06-26T04:08:45.477Z Compiling rustix v1.1.3
4432026-06-26T04:08:45.634Z Compiling byteorder v1.5.0
4442026-06-26T04:08:45.781Z Compiling syn v2.0.117
4452026-06-26T04:08:45.829Z Compiling icu_properties_data v2.1.2
4462026-06-26T04:08:45.910Z Compiling errno v0.3.14
4472026-06-26T04:08:45.929Z Compiling bitflags v2.11.0
4482026-06-26T04:08:46.039Z Compiling serde_json v1.0.149
4492026-06-26T04:08:46.191Z Compiling num-traits v0.2.19
4502026-06-26T04:08:46.226Z Compiling typeid v1.0.3
4512026-06-26T04:08:46.377Z Compiling smallvec v1.15.1
4522026-06-26T04:08:46.462Z Compiling pest_meta v2.8.6
4532026-06-26T04:08:46.494Z Compiling hashbrown v0.17.0
4542026-06-26T04:08:46.585Z Compiling equivalent v1.0.2
4552026-06-26T04:08:46.704Z Compiling thread-id v4.2.2
4562026-06-26T04:08:46.788Z Compiling proc-macro-error-attr v1.0.4
4572026-06-26T04:08:46.804Z Compiling usdt-impl v0.5.0
4582026-06-26T04:08:46.853Z Compiling syn v1.0.109
4592026-06-26T04:08:46.979Z Compiling erased-serde v0.4.9
4602026-06-26T04:08:47.014Z Compiling indexmap v2.14.0
4612026-06-26T04:08:47.086Z Compiling toml_write v0.1.2
4622026-06-26T04:08:47.193Z Compiling winnow v0.7.14
4632026-06-26T04:08:47.568Z Compiling proc-macro-error v1.0.4
4642026-06-26T04:08:47.657Z Compiling thiserror v2.0.18
4652026-06-26T04:08:47.727Z Compiling camino v1.2.2
4662026-06-26T04:08:47.993Z Compiling getrandom v0.4.1
4672026-06-26T04:08:48.081Z Compiling percent-encoding v2.3.2
4682026-06-26T04:08:48.081Z Compiling utf8parse v0.2.2
4692026-06-26T04:08:48.105Z Compiling log v0.4.29
4702026-06-26T04:08:48.189Z Compiling utf8_iter v1.0.4
4712026-06-26T04:08:48.280Z Compiling plain v0.2.3
4722026-06-26T04:08:48.340Z Compiling form_urlencoded v1.2.2
4732026-06-26T04:08:48.340Z Compiling anstyle-parse v1.0.0
4742026-06-26T04:08:48.441Z Compiling ordered-float v2.10.1
4752026-06-26T04:08:48.572Z Compiling synstructure v0.13.2
4762026-06-26T04:08:48.572Z Compiling pest_generator v2.8.6
4772026-06-26T04:08:48.726Z Compiling terminal_size v0.4.3
4782026-06-26T04:08:48.856Z Compiling is_terminal_polyfill v1.70.2
4792026-06-26T04:08:48.953Z Compiling colorchoice v1.0.4
4802026-06-26T04:08:49.022Z Compiling anstyle v1.0.14
4812026-06-26T04:08:49.022Z Compiling pretty-hex v0.4.1
4822026-06-26T04:08:49.022Z Compiling anstyle-query v1.1.5
4832026-06-26T04:08:49.085Z Compiling cfg-if v1.0.4
4842026-06-26T04:08:49.124Z Compiling serde-untagged v0.1.9
4852026-06-26T04:08:49.218Z Compiling anstream v1.0.0
4862026-06-26T04:08:49.266Z Compiling semver v1.0.28
4872026-06-26T04:08:49.334Z Compiling fs-err v3.3.0
4882026-06-26T04:08:49.354Z Compiling bytecount v0.6.9
4892026-06-26T04:08:49.496Z Compiling unicode-width v0.1.14
4902026-06-26T04:08:49.501Z Compiling fnv v1.0.7
4912026-06-26T04:08:49.501Z Compiling heck v0.5.0
4922026-06-26T04:08:49.550Z Compiling once_cell v1.21.3
4932026-06-26T04:08:49.557Z Compiling anyhow v1.0.102
4942026-06-26T04:08:49.622Z Compiling unicode-xid v0.2.6
4952026-06-26T04:08:49.785Z Compiling strsim v0.11.1
4962026-06-26T04:08:49.799Z Compiling fastrand v2.3.0
4972026-06-26T04:08:49.813Z Compiling clap_lex v1.0.0
4982026-06-26T04:08:49.888Z Compiling heck v0.4.1
4992026-06-26T04:08:50.057Z Compiling tempfile v3.25.0
5002026-06-26T04:08:50.069Z Compiling clap_builder v4.6.0
5012026-06-26T04:08:50.117Z Compiling papergrid v0.11.0
5022026-06-26T04:08:50.175Z Compiling serde_derive v1.0.228
5032026-06-26T04:08:50.239Z Compiling zerofrom-derive v0.1.6
5042026-06-26T04:08:50.299Z Compiling yoke-derive v0.8.1
5052026-06-26T04:08:50.456Z Compiling zerovec-derive v0.11.2
5062026-06-26T04:08:50.661Z Compiling displaydoc v0.2.5
5072026-06-26T04:08:51.408Z Compiling thiserror-impl v1.0.69
5082026-06-26T04:08:51.446Z Compiling zerocopy-derive v0.7.35
5092026-06-26T04:08:51.546Z Compiling pest_derive v2.8.6
5102026-06-26T04:08:51.625Z Compiling scroll_derive v0.12.1
5112026-06-26T04:08:51.673Z Compiling zerofrom v0.1.6
5122026-06-26T04:08:51.803Z Compiling yoke v0.8.1
5132026-06-26T04:08:51.939Z Compiling zerovec v0.11.5
5142026-06-26T04:08:51.968Z Compiling zerotrie v0.2.3
5152026-06-26T04:08:52.223Z Compiling scroll v0.12.0
5162026-06-26T04:08:52.291Z Compiling thiserror-impl v2.0.18
5172026-06-26T04:08:52.322Z Compiling zerocopy v0.7.35
5182026-06-26T04:08:52.466Z Compiling tinystr v0.8.2
5192026-06-26T04:08:52.505Z Compiling potential_utf v0.1.4
5202026-06-26T04:08:52.675Z Compiling icu_locale_core v2.1.1
5212026-06-26T04:08:52.679Z Compiling icu_collections v2.1.1
5222026-06-26T04:08:52.819Z Compiling dtrace-parser v0.2.0
5232026-06-26T04:08:52.877Z Compiling goblin v0.8.2
5242026-06-26T04:08:53.112Z Compiling tabled_derive v0.7.0
5252026-06-26T04:08:53.206Z Compiling clap_derive v4.6.1
5262026-06-26T04:08:53.616Z Compiling icu_provider v2.1.1
5272026-06-26T04:08:53.659Z Compiling serde_spanned v0.6.9
5282026-06-26T04:08:53.676Z Compiling toml_datetime v0.6.11
5292026-06-26T04:08:53.692Z Compiling dof v0.3.0
5302026-06-26T04:08:53.713Z Compiling serde_tokenstream v0.2.3
5312026-06-26T04:08:53.924Z Compiling icu_properties v2.1.2
5322026-06-26T04:08:53.940Z Compiling icu_normalizer v2.1.1
5332026-06-26T04:08:53.958Z Compiling toml_edit v0.22.27
5342026-06-26T04:08:54.073Z Compiling serde-value v0.7.0
5352026-06-26T04:08:54.089Z Compiling cargo-platform v0.2.0
5362026-06-26T04:08:54.371Z Compiling memmap v0.7.0
5372026-06-26T04:08:54.454Z Compiling unicode-linebreak v0.1.5
5382026-06-26T04:08:54.500Z Compiling unicode-width v0.2.0
5392026-06-26T04:08:54.571Z Compiling smawk v0.3.2
5402026-06-26T04:08:54.669Z Compiling usdt-attr-macro v0.5.0
5412026-06-26T04:08:54.709Z Compiling usdt-macro v0.5.0
5422026-06-26T04:08:54.726Z Compiling textwrap v0.16.2
5432026-06-26T04:08:54.784Z Compiling idna_adapter v1.2.1
5442026-06-26T04:08:54.933Z Compiling idna v1.1.0
5452026-06-26T04:08:54.992Z Compiling clap v4.6.1
5462026-06-26T04:08:55.025Z Compiling tabled v0.15.0
5472026-06-26T04:08:55.118Z Compiling macaddr v1.0.1
5482026-06-26T04:08:55.357Z Compiling url v2.5.8
5492026-06-26T04:08:55.373Z Compiling camino-tempfile v1.4.1
5502026-06-26T04:08:55.624Z Compiling toml v0.8.23
5512026-06-26T04:08:55.909Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-06-26T04:08:56.028Z Compiling cargo-util-schemas v0.8.2
5532026-06-26T04:08:56.112Z Compiling cargo_toml v0.21.0
5542026-06-26T04:08:56.154Z Compiling usdt v0.5.0
5552026-06-26T04:08:56.221Z Compiling swrite v0.1.0
5562026-06-26T04:08:56.924Z Compiling cargo_metadata v0.21.0
5572026-06-26T04:08:57.857Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-26T04:08:59.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.89s
5592026-06-26T04:09:00.192Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5602026-06-26T04:09:00.709Z Downloading crates ...
5612026-06-26T04:09:00.823Z Downloaded adler2 v2.0.1
5622026-06-26T04:09:00.847Z Downloaded bit-set v0.5.3
5632026-06-26T04:09:00.850Z Downloaded atty v0.2.14
5642026-06-26T04:09:00.850Z Downloaded darling v0.23.0
5652026-06-26T04:09:00.854Z Downloaded crossbeam-deque v0.8.6
5662026-06-26T04:09:00.857Z Downloaded cstr-argument v0.1.2
5672026-06-26T04:09:00.862Z Downloaded expectorate v1.2.0
5682026-06-26T04:09:00.865Z Downloaded des v0.8.1
5692026-06-26T04:09:00.869Z Downloaded backon v1.6.0
5702026-06-26T04:09:00.872Z Downloaded ecdsa v0.16.9
5712026-06-26T04:09:00.876Z Downloaded derive_more v0.99.20
5722026-06-26T04:09:00.881Z Downloaded ed25519-dalek v2.2.0
5732026-06-26T04:09:00.884Z Downloaded embedded-io v0.4.0
5742026-06-26T04:09:00.884Z Downloaded deranged v0.5.8
5752026-06-26T04:09:00.884Z Downloaded dropshot-api-manager-types v0.7.2
5762026-06-26T04:09:00.888Z Downloaded bitfield-macros v0.19.4
5772026-06-26T04:09:00.888Z Downloaded arrayref v0.3.9
5782026-06-26T04:09:00.888Z Downloaded defmt v0.3.100
5792026-06-26T04:09:00.891Z Downloaded bcs v0.1.6
5802026-06-26T04:09:00.895Z Downloaded async-stream v0.3.6
5812026-06-26T04:09:00.895Z Downloaded assert_matches v1.5.0
5822026-06-26T04:09:00.898Z Downloaded bitvec v1.0.1
5832026-06-26T04:09:00.903Z Downloaded drift v0.2.0
5842026-06-26T04:09:00.908Z Downloaded bb8 v0.8.6
5852026-06-26T04:09:00.912Z Downloaded bit-vec v0.8.0
5862026-06-26T04:09:00.912Z Downloaded async-bb8-diesel v0.2.1
5872026-06-26T04:09:00.912Z Downloaded anstyle-parse v0.2.7
5882026-06-26T04:09:00.916Z Downloaded async-stream-impl v0.3.6
5892026-06-26T04:09:00.921Z Downloaded darling_macro v0.13.4
5902026-06-26T04:09:00.921Z Downloaded const-oid v0.9.6
5912026-06-26T04:09:00.921Z Downloaded bitflags v1.3.2
5922026-06-26T04:09:00.925Z Downloaded flate2 v1.1.9
5932026-06-26T04:09:00.928Z Downloaded difflib v0.4.0
5942026-06-26T04:09:00.928Z Downloaded env_filter v1.0.0
5952026-06-26T04:09:00.928Z Downloaded ar_archive_writer v0.5.1
5962026-06-26T04:09:00.932Z Downloaded dyn-clone v1.0.20
5972026-06-26T04:09:00.932Z Downloaded async-recursion v1.1.1
5982026-06-26T04:09:00.935Z Downloaded darling_core v0.21.3
5992026-06-26T04:09:00.939Z Downloaded allocator-api2 v0.2.21
6002026-06-26T04:09:00.951Z Downloaded cpufeatures v0.3.0
6012026-06-26T04:09:00.954Z Downloaded block-padding v0.3.3
6022026-06-26T04:09:00.954Z Downloaded curve25519-dalek v4.1.3
6032026-06-26T04:09:00.958Z Downloaded diff v0.1.13
6042026-06-26T04:09:00.961Z Downloaded derive-ex v0.1.8
6052026-06-26T04:09:00.961Z Downloaded crossbeam-epoch v0.9.18
6062026-06-26T04:09:00.964Z Downloaded float-ord v0.3.2
6072026-06-26T04:09:00.965Z Downloaded erased-serde v0.3.31
6082026-06-26T04:09:00.965Z Downloaded der_derive v0.7.3
6092026-06-26T04:09:00.968Z Downloaded ena v0.14.4
6102026-06-26T04:09:00.968Z Downloaded critical-section v1.2.0
6112026-06-26T04:09:00.968Z Downloaded bcrypt-pbkdf v0.10.0
6122026-06-26T04:09:00.968Z Downloaded convert_case v0.4.0
6132026-06-26T04:09:00.971Z Downloaded atomicwrites v0.4.4
6142026-06-26T04:09:00.971Z Downloaded ciborium-ll v0.2.2
6152026-06-26T04:09:00.971Z Downloaded aead v0.5.2
6162026-06-26T04:09:00.971Z Downloaded elliptic-curve v0.13.8
6172026-06-26T04:09:00.975Z Downloaded defmt v1.0.1
6182026-06-26T04:09:00.978Z Downloaded cfg_aliases v0.2.1
6192026-06-26T04:09:00.978Z Downloaded curve25519-dalek-derive v0.1.1
6202026-06-26T04:09:00.981Z Downloaded cobs v0.3.0
6212026-06-26T04:09:00.981Z Downloaded dtrace-parser v0.3.0
6222026-06-26T04:09:00.986Z Downloaded darling_core v0.20.11
6232026-06-26T04:09:00.986Z Downloaded crc32fast v1.5.0
6242026-06-26T04:09:00.990Z Downloaded derive_builder_core v0.20.2
6252026-06-26T04:09:00.990Z Downloaded bit-set v0.8.0
6262026-06-26T04:09:00.990Z Downloaded array-init v0.0.4
6272026-06-26T04:09:00.990Z Downloaded foreign-types v0.5.0
6282026-06-26T04:09:00.990Z Downloaded convert_case v0.10.0
6292026-06-26T04:09:00.993Z Downloaded debug-ignore v1.0.5
6302026-06-26T04:09:00.999Z Downloaded futures-sink v0.3.32
6312026-06-26T04:09:01.005Z Downloaded funty v2.0.0
6322026-06-26T04:09:01.005Z Downloaded foreign-types-shared v0.1.1
6332026-06-26T04:09:01.005Z Downloaded fallible-iterator v0.2.0
6342026-06-26T04:09:01.008Z Downloaded base16ct v0.2.0
6352026-06-26T04:09:01.013Z Downloaded futures-executor v0.3.32
6362026-06-26T04:09:01.013Z Downloaded cassowary v0.3.0
6372026-06-26T04:09:01.017Z Downloaded git-stub v1.0.0
6382026-06-26T04:09:01.024Z Downloaded cexpr v0.6.0
6392026-06-26T04:09:01.024Z Downloaded backoff v0.4.0
6402026-06-26T04:09:01.028Z Downloaded futures-core v0.3.32
6412026-06-26T04:09:01.028Z Downloaded dropshot_endpoint v0.17.0
6422026-06-26T04:09:01.031Z Downloaded ghash v0.5.1
6432026-06-26T04:09:01.031Z Downloaded crc-any v2.5.0
6442026-06-26T04:09:01.032Z Downloaded arrayvec v0.7.6
6452026-06-26T04:09:01.036Z Downloaded cbc v0.1.2
6462026-06-26T04:09:01.039Z Downloaded crossbeam-utils v0.8.21
6472026-06-26T04:09:01.043Z Downloaded ciborium-io v0.2.2
6482026-06-26T04:09:01.043Z Downloaded chacha20 v0.10.0
6492026-06-26T04:09:01.046Z Downloaded diesel_derives v2.3.7
6502026-06-26T04:09:01.050Z Downloaded h2 v0.4.13
6512026-06-26T04:09:01.053Z Downloaded dropshot-api-manager v0.7.2
6522026-06-26T04:09:01.058Z Downloaded crc v3.4.0
6532026-06-26T04:09:01.062Z Downloaded hickory-resolver v0.25.2
6542026-06-26T04:09:01.066Z Downloaded buf-list v1.1.2
6552026-06-26T04:09:01.070Z Downloaded fs-err v2.11.0
6562026-06-26T04:09:01.073Z Downloaded camino-tempfile-ext v0.3.3
6572026-06-26T04:09:01.077Z Downloaded hyper-tls v0.6.0
6582026-06-26T04:09:01.080Z Downloaded group v0.13.0
6592026-06-26T04:09:01.080Z Downloaded compression-core v0.4.31
6602026-06-26T04:09:01.080Z Downloaded atomic-waker v1.1.2
6612026-06-26T04:09:01.084Z Downloaded anstream v0.6.21
6622026-06-26T04:09:01.087Z Downloaded blake2 v0.10.6
6632026-06-26T04:09:01.088Z Downloaded headers-core v0.3.0
6642026-06-26T04:09:01.091Z Downloaded argon2 v0.5.3
6652026-06-26T04:09:01.091Z Downloaded constant_time_eq v0.4.2
6662026-06-26T04:09:01.091Z Downloaded blowfish v0.9.1
6672026-06-26T04:09:01.094Z Downloaded console v0.16.2
6682026-06-26T04:09:01.095Z Downloaded ciborium v0.2.2
6692026-06-26T04:09:01.095Z Downloaded cancel-safe-futures v0.1.5
6702026-06-26T04:09:01.099Z Downloaded globwalk v0.9.1
6712026-06-26T04:09:01.099Z Downloaded colored v3.1.1
6722026-06-26T04:09:01.102Z Downloaded dirs-sys-next v0.1.2
6732026-06-26T04:09:01.102Z Downloaded async-trait v0.1.89
6742026-06-26T04:09:01.102Z Downloaded corncobs v0.1.4
6752026-06-26T04:09:01.107Z Downloaded fd-lock v4.0.4
6762026-06-26T04:09:01.107Z Downloaded bitfield-struct v0.6.2
6772026-06-26T04:09:01.107Z Downloaded clang-sys v1.8.1
6782026-06-26T04:09:01.110Z Downloaded hostname v0.4.2
6792026-06-26T04:09:01.110Z Downloaded byte-wrapper v0.1.0
6802026-06-26T04:09:01.111Z Downloaded cipher v0.4.4
6812026-06-26T04:09:01.111Z Downloaded fixedbitset v0.4.2
6822026-06-26T04:09:01.114Z Downloaded cargo_metadata v0.23.1
6832026-06-26T04:09:01.114Z Downloaded arc-swap v1.8.2
6842026-06-26T04:09:01.118Z Downloaded ctr v0.9.2
6852026-06-26T04:09:01.118Z Downloaded bit-vec v0.6.3
6862026-06-26T04:09:01.118Z Downloaded daft-derive v0.1.7
6872026-06-26T04:09:01.121Z Downloaded gethostname v0.5.0
6882026-06-26T04:09:01.121Z Downloaded daft v0.1.7
6892026-06-26T04:09:01.125Z Downloaded chacha20 v0.9.1
6902026-06-26T04:09:01.125Z Downloaded bitfield v0.19.4
6912026-06-26T04:09:01.128Z Downloaded httpdate v1.0.3
6922026-06-26T04:09:01.128Z Downloaded bzip2 v0.4.4
6932026-06-26T04:09:01.132Z Downloaded find-msvc-tools v0.1.9
6942026-06-26T04:09:01.132Z Downloaded foreign-types v0.3.2
6952026-06-26T04:09:01.132Z Downloaded bzip2 v0.6.1
6962026-06-26T04:09:01.135Z Downloaded ff v0.13.1
6972026-06-26T04:09:01.135Z Downloaded futures-channel v0.3.32
6982026-06-26T04:09:01.139Z Downloaded ascii-canvas v3.0.0
6992026-06-26T04:09:01.139Z Downloaded httparse v1.10.1
7002026-06-26T04:09:01.142Z Downloaded compression-codecs v0.4.37
7012026-06-26T04:09:01.142Z Downloaded fatfs v0.3.6
7022026-06-26T04:09:01.145Z Downloaded castaway v0.2.4
7032026-06-26T04:09:01.145Z Downloaded highway v1.3.0
7042026-06-26T04:09:01.149Z Downloaded flagset v0.4.7
7052026-06-26T04:09:01.149Z Downloaded embedded-io v0.6.1
7062026-06-26T04:09:01.153Z Downloaded heapless v0.8.0
7072026-06-26T04:09:01.153Z Downloaded cfg_aliases v0.1.1
7082026-06-26T04:09:01.153Z Downloaded base64ct v1.8.3
7092026-06-26T04:09:01.157Z Downloaded data-encoding v2.10.0
7102026-06-26T04:09:01.157Z Downloaded futures-task v0.3.32
7112026-06-26T04:09:01.161Z Downloaded foldhash v0.2.0
7122026-06-26T04:09:01.161Z Downloaded cookie v0.18.1
7132026-06-26T04:09:01.165Z Downloaded derive_builder_macro v0.20.2
7142026-06-26T04:09:01.165Z Downloaded crc-catalog v2.4.0
7152026-06-26T04:09:01.165Z Downloaded cookie_store v0.22.1
7162026-06-26T04:09:01.165Z Downloaded const_format_proc_macros v0.2.34
7172026-06-26T04:09:01.169Z Downloaded cmake v0.1.57
7182026-06-26T04:09:01.169Z Downloaded cargo-platform v0.3.2
7192026-06-26T04:09:01.169Z Downloaded ahash v0.8.12
7202026-06-26T04:09:01.172Z Downloaded defmt-parser v1.0.0
7212026-06-26T04:09:01.173Z Downloaded hubpack v0.1.2
7222026-06-26T04:09:01.173Z Downloaded enum-as-inner v0.6.1
7232026-06-26T04:09:01.176Z Downloaded aes-gcm v0.10.3
7242026-06-26T04:09:01.176Z Downloaded console v0.15.11
7252026-06-26T04:09:01.179Z Downloaded foldhash v0.1.5
7262026-06-26T04:09:01.182Z Downloaded humantime v2.3.0
7272026-06-26T04:09:01.182Z Downloaded indent_write v2.2.0
7282026-06-26T04:09:01.186Z Downloaded hubpack_derive v0.1.1
7292026-06-26T04:09:01.186Z Downloaded hash32 v0.2.1
7302026-06-26T04:09:01.190Z Downloaded illumos-nvpair v0.3.0
7312026-06-26T04:09:01.193Z Downloaded hyper-staticfile v0.10.1
7322026-06-26T04:09:01.193Z Downloaded derive_builder v0.20.2
7332026-06-26T04:09:01.196Z Downloaded getrandom v0.2.17
7342026-06-26T04:09:01.200Z Downloaded indoc v1.0.9
7352026-06-26T04:09:01.200Z Downloaded foreign-types-macros v0.2.3
7362026-06-26T04:09:01.200Z Downloaded crypto-bigint v0.5.5
7372026-06-26T04:09:01.204Z Downloaded endian-type v0.1.2
7382026-06-26T04:09:01.204Z Downloaded darling v0.13.4
7392026-06-26T04:09:01.209Z Downloaded const_format v0.2.35
7402026-06-26T04:09:01.212Z Downloaded diesel-dtrace v0.5.0
7412026-06-26T04:09:01.212Z Downloaded darling v0.21.3
7422026-06-26T04:09:01.216Z Downloaded instability v0.3.11
7432026-06-26T04:09:01.219Z Downloaded linked-hash-map v0.5.6
7442026-06-26T04:09:01.223Z Downloaded fixedbitset v0.5.7
7452026-06-26T04:09:01.223Z Downloaded colored v2.2.0
7462026-06-26T04:09:01.223Z Downloaded hmac v0.12.1
7472026-06-26T04:09:01.227Z Downloaded float-cmp v0.10.0
7482026-06-26T04:09:01.230Z Downloaded getrandom v0.3.4
7492026-06-26T04:09:01.230Z Downloaded crossbeam-channel v0.5.15
7502026-06-26T04:09:01.235Z Downloaded dsl_auto_type v0.2.0
7512026-06-26T04:09:01.235Z Downloaded chacha20poly1305 v0.10.1
7522026-06-26T04:09:01.238Z Downloaded ed25519 v2.2.3
7532026-06-26T04:09:01.238Z Downloaded ingot v0.1.1
7542026-06-26T04:09:01.238Z Downloaded ignore v0.4.25
7552026-06-26T04:09:01.242Z Downloaded half v1.8.3
7562026-06-26T04:09:01.242Z Downloaded fxhash v0.2.1
7572026-06-26T04:09:01.245Z Downloaded hyper-rustls v0.27.7
7582026-06-26T04:09:01.249Z Downloaded hickory-proto v0.25.2
7592026-06-26T04:09:01.254Z Downloaded ipnetwork v0.21.1
7602026-06-26T04:09:01.258Z Downloaded libscf-sys v1.1.0
7612026-06-26T04:09:01.258Z Downloaded bindgen v0.71.1
7622026-06-26T04:09:01.262Z Downloaded newtype-uuid-macros v0.1.0
7632026-06-26T04:09:01.262Z Downloaded lock_api v0.4.14
7642026-06-26T04:09:01.269Z Downloaded jobserver v0.1.34
7652026-06-26T04:09:01.269Z Downloaded hex v0.4.3
7662026-06-26T04:09:01.278Z Downloaded nanorand v0.7.0
7672026-06-26T04:09:01.281Z Downloaded csv-core v0.1.13
7682026-06-26T04:09:01.281Z Downloaded flume v0.11.1
7692026-06-26T04:09:01.285Z Downloaded derive-where v1.6.0
7702026-06-26T04:09:01.288Z Downloaded base64 v0.22.1
7712026-06-26T04:09:01.288Z Downloaded der v0.7.10
7722026-06-26T04:09:01.293Z Downloaded derive_more-impl v2.1.1
7732026-06-26T04:09:01.298Z Downloaded multimap v0.10.1
7742026-06-26T04:09:01.298Z Downloaded indicatif v0.18.4
7752026-06-26T04:09:01.301Z Downloaded half v2.7.1
7762026-06-26T04:09:01.301Z Downloaded crucible-workspace-hack v0.1.0
7772026-06-26T04:09:01.301Z Downloaded crc8 v0.1.1
7782026-06-26T04:09:01.301Z Downloaded lru v0.12.5
7792026-06-26T04:09:01.301Z Downloaded cc v1.2.56
7802026-06-26T04:09:01.305Z Downloaded openssl-probe v0.1.6
7812026-06-26T04:09:01.305Z Downloaded derive_more v2.1.1
7822026-06-26T04:09:01.310Z Downloaded normalize-line-endings v0.3.0
7832026-06-26T04:09:01.314Z Downloaded hickory-server v0.25.2
7842026-06-26T04:09:01.318Z Downloaded ident_case v1.0.1
7852026-06-26T04:09:01.318Z Downloaded omicron-zone-package v0.12.2
7862026-06-26T04:09:01.318Z Downloaded headers v0.4.1
7872026-06-26T04:09:01.322Z Downloaded hyper-util v0.1.20
7882026-06-26T04:09:01.330Z Downloaded globset v0.4.18
7892026-06-26T04:09:01.330Z Downloaded crossterm v0.29.0
7902026-06-26T04:09:01.334Z Downloaded hex-literal v0.4.1
7912026-06-26T04:09:01.334Z Downloaded glob v0.3.3
7922026-06-26T04:09:01.334Z Downloaded defmt-macros v1.0.1
7932026-06-26T04:09:01.334Z Downloaded fs_extra v1.3.0
7942026-06-26T04:09:01.337Z Downloaded git-stub-vcs v0.1.0
7952026-06-26T04:09:01.337Z Downloaded display-error-chain v0.2.2
7962026-06-26T04:09:01.337Z Downloaded filetime v0.2.27
7972026-06-26T04:09:01.337Z Downloaded async-compression v0.4.41
7982026-06-26T04:09:01.341Z Downloaded managed v0.8.0
7992026-06-26T04:09:01.344Z Downloaded base64 v0.21.7
8002026-06-26T04:09:01.344Z Downloaded hickory-resolver v0.24.4
8012026-06-26T04:09:01.349Z Downloaded bumpalo v3.20.2
8022026-06-26T04:09:01.353Z Downloaded mime v0.3.17
8032026-06-26T04:09:01.353Z Downloaded num-complex v0.4.6
8042026-06-26T04:09:01.353Z Downloaded ingot-types v0.1.2
8052026-06-26T04:09:01.353Z Downloaded bytes v1.11.1
8062026-06-26T04:09:01.359Z Downloaded libm v0.2.16
8072026-06-26T04:09:01.364Z Downloaded pbkdf2 v0.12.2
8082026-06-26T04:09:01.367Z Downloaded kstat-rs v0.2.4
8092026-06-26T04:09:01.367Z Downloaded http-body v1.0.1
8102026-06-26T04:09:01.367Z Downloaded compact_str v0.8.1
8112026-06-26T04:09:01.378Z Downloaded match_cfg v0.1.0
8122026-06-26T04:09:01.382Z Downloaded diesel_table_macro_syntax v0.3.0
8132026-06-26T04:09:01.382Z Downloaded hashbrown v0.12.3
8142026-06-26T04:09:01.387Z Downloaded linear-map v1.2.0
8152026-06-26T04:09:01.387Z Downloaded iddqd v0.4.2
8162026-06-26T04:09:01.390Z Downloaded p521 v0.13.3
8172026-06-26T04:09:01.394Z Downloaded newtype_derive v0.1.6
8182026-06-26T04:09:01.394Z Downloaded ingot-macros v0.1.1
8192026-06-26T04:09:01.394Z Downloaded http-body-util v0.1.3
8202026-06-26T04:09:01.397Z Downloaded aes v0.8.4
8212026-06-26T04:09:01.397Z Downloaded maplit v1.0.2
8222026-06-26T04:09:01.401Z Downloaded password-hash v0.5.0
8232026-06-26T04:09:01.401Z Downloaded phf v0.13.1
8242026-06-26T04:09:01.401Z Downloaded is_ci v1.2.0
8252026-06-26T04:09:01.401Z Downloaded dof v0.4.0
8262026-06-26T04:09:01.404Z Downloaded lzss v0.8.2
8272026-06-26T04:09:01.404Z Downloaded darling_macro v0.23.0
8282026-06-26T04:09:01.405Z Downloaded futures-macro v0.3.32
8292026-06-26T04:09:01.405Z Downloaded iana-time-zone v0.1.65
8302026-06-26T04:09:01.408Z Downloaded miniz_oxide v0.8.9
8312026-06-26T04:09:01.408Z Downloaded nodrop v0.1.14
8322026-06-26T04:09:01.412Z Downloaded md-5 v0.10.6
8332026-06-26T04:09:01.412Z Downloaded hashbrown v0.13.2
8342026-06-26T04:09:01.417Z Downloaded darling v0.20.11
8352026-06-26T04:09:01.420Z Downloaded libefi-sys v0.1.0
8362026-06-26T04:09:01.420Z Downloaded dunce v1.0.5
8372026-06-26T04:09:01.420Z Downloaded env_logger v0.11.9
8382026-06-26T04:09:01.420Z Downloaded memmap2 v0.9.10
8392026-06-26T04:09:01.424Z Downloaded num-conv v0.2.0
8402026-06-26T04:09:01.429Z Downloaded lalrpop-util v0.19.12
8412026-06-26T04:09:01.434Z Downloaded hostname v0.3.1
8422026-06-26T04:09:01.435Z Downloaded packed_struct_codegen v0.10.1
8432026-06-26T04:09:01.435Z Downloaded openssl-probe v0.2.1
8442026-06-26T04:09:01.435Z Downloaded memoffset v0.9.1
8452026-06-26T04:09:01.439Z Downloaded foreign-types-shared v0.3.1
8462026-06-26T04:09:01.439Z Downloaded libloading v0.8.9
8472026-06-26T04:09:01.439Z Downloaded aho-corasick v1.1.4
8482026-06-26T04:09:01.442Z Downloaded oso-derive v0.27.3
8492026-06-26T04:09:01.446Z Downloaded libsw v3.5.0
8502026-06-26T04:09:01.454Z Downloaded nu-ansi-term v0.50.3
8512026-06-26T04:09:01.460Z Downloaded parse-size v1.1.0
8522026-06-26T04:09:01.464Z Downloaded num_enum_derive v0.5.11
8532026-06-26T04:09:01.464Z Downloaded indexmap v1.9.3
8542026-06-26T04:09:01.468Z Downloaded futures v0.3.32
8552026-06-26T04:09:01.471Z Downloaded inout v0.1.4
8562026-06-26T04:09:01.471Z Downloaded home v0.5.12
8572026-06-26T04:09:01.475Z Downloaded new_debug_unreachable v1.0.6
8582026-06-26T04:09:01.475Z Downloaded dirs-next v2.0.0
8592026-06-26T04:09:01.475Z Downloaded predicates v3.1.4
8602026-06-26T04:09:01.484Z Downloaded progenitor-macro v0.13.0
8612026-06-26T04:09:01.488Z Downloaded postcard v1.1.3
8622026-06-26T04:09:01.488Z Downloaded crossterm v0.28.1
8632026-06-26T04:09:01.493Z Downloaded pin-project-internal v1.1.11
8642026-06-26T04:09:01.497Z Downloaded opaque-debug v0.3.1
8652026-06-26T04:09:01.497Z Downloaded olpc-cjson v0.1.4
8662026-06-26T04:09:01.497Z Downloaded num_enum v0.5.11
8672026-06-26T04:09:01.497Z Downloaded polyval v0.6.2
8682026-06-26T04:09:01.500Z Downloaded precomputed-hash v0.1.1
8692026-06-26T04:09:01.500Z Downloaded parking_lot_core v0.8.6
8702026-06-26T04:09:01.500Z Downloaded hickory-proto v0.24.4
8712026-06-26T04:09:01.528Z Downloaded pin-utils v0.1.0
8722026-06-26T04:09:01.535Z Downloaded dropshot v0.17.0
8732026-06-26T04:09:01.535Z Downloaded md5 v0.7.0
8742026-06-26T04:09:01.535Z Downloaded instant v0.1.13
8752026-06-26T04:09:01.535Z Downloaded internet-checksum v0.2.1
8762026-06-26T04:09:01.535Z Downloaded downcast-rs v2.0.2
8772026-06-26T04:09:01.535Z Downloaded multer v3.1.0
8782026-06-26T04:09:01.535Z Downloaded pbkdf2 v0.11.0
8792026-06-26T04:09:01.535Z Downloaded libsw-core v0.3.2
8802026-06-26T04:09:01.535Z Downloaded pem v3.0.6
8812026-06-26T04:09:01.535Z Downloaded darling_macro v0.21.3
8822026-06-26T04:09:01.539Z Downloaded diesel v2.3.7
8832026-06-26T04:09:01.546Z Downloaded radium v0.7.0
8842026-06-26T04:09:01.549Z Downloaded peg-runtime v0.8.5
8852026-06-26T04:09:01.549Z Downloaded lru-cache v0.1.2
8862026-06-26T04:09:01.550Z Downloaded crunchy v0.2.4
8872026-06-26T04:09:01.550Z Downloaded either v1.15.0
8882026-06-26T04:09:01.554Z Downloaded parking_lot_core v0.9.12
8892026-06-26T04:09:01.557Z Downloaded futures-util v0.3.32
8902026-06-26T04:09:01.562Z Downloaded peg v0.8.5
8912026-06-26T04:09:01.566Z Downloaded newline-converter v0.3.0
8922026-06-26T04:09:01.566Z Downloaded packed_struct v0.10.1
8932026-06-26T04:09:01.570Z Downloaded pkcs8 v0.10.2
8942026-06-26T04:09:01.570Z Downloaded nibble_vec v0.1.0
8952026-06-26T04:09:01.570Z Downloaded hashbrown v0.16.1
8962026-06-26T04:09:01.573Z Downloaded openssl-macros v0.1.1
8972026-06-26T04:09:01.577Z Downloaded parking_lot v0.11.2
8982026-06-26T04:09:01.577Z Downloaded progenitor v0.13.0
8992026-06-26T04:09:01.577Z Downloaded libbz2-rs-sys v0.2.2
9002026-06-26T04:09:01.587Z Downloaded pkcs5 v0.7.1
9012026-06-26T04:09:01.593Z Downloaded jiff-static v0.2.21
9022026-06-26T04:09:01.597Z Downloaded polar-core v0.27.3
9032026-06-26T04:09:01.603Z Downloaded document-features v0.2.12
9042026-06-26T04:09:01.607Z Downloaded p256 v0.13.2
9052026-06-26T04:09:01.607Z Downloaded http-range v0.1.5
9062026-06-26T04:09:01.607Z Downloaded postgres-types v0.2.12
9072026-06-26T04:09:01.611Z Downloaded nix v0.31.2
9082026-06-26T04:09:01.615Z Downloaded prefix-trie v0.7.0
9092026-06-26T04:09:01.618Z Downloaded ref-cast-impl v1.0.25
9102026-06-26T04:09:01.618Z Downloaded hash32 v0.3.1
9112026-06-26T04:09:01.621Z Downloaded object v0.30.4
9122026-06-26T04:09:01.625Z Downloaded russh-cryptovec v0.7.3
9132026-06-26T04:09:01.628Z Downloaded rand v0.9.2
9142026-06-26T04:09:01.628Z Downloaded postgres-protocol v0.6.10
9152026-06-26T04:09:01.631Z Downloaded is-terminal v0.4.17
9162026-06-26T04:09:01.631Z Downloaded illumos-nvpair-sys v0.2.0
9172026-06-26T04:09:01.631Z Downloaded num-bigint v0.4.6
9182026-06-26T04:09:01.635Z Downloaded native-tls v0.2.18
9192026-06-26T04:09:01.635Z Downloaded darling_core v0.23.0
9202026-06-26T04:09:01.638Z Downloaded futures-io v0.3.32
9212026-06-26T04:09:01.638Z Downloaded rustc-hash v2.1.1
9222026-06-26T04:09:01.643Z Downloaded rfc6979 v0.4.0
9232026-06-26T04:09:01.643Z Downloaded progenitor-extras v0.2.0
9242026-06-26T04:09:01.643Z Downloaded lazy_static v1.5.0
9252026-06-26T04:09:01.646Z Downloaded iri-string v0.7.10
9262026-06-26T04:09:01.653Z Downloaded num-iter v0.1.45
9272026-06-26T04:09:01.653Z Downloaded darling_core v0.13.4
9282026-06-26T04:09:01.657Z Downloaded libxml v0.3.3
9292026-06-26T04:09:01.657Z Downloaded pretty_assertions v1.4.1
9302026-06-26T04:09:01.660Z Downloaded nom v8.0.0
9312026-06-26T04:09:01.670Z Downloaded ron v0.8.1
9322026-06-26T04:09:01.673Z Downloaded rustls-pki-types v1.14.0
9332026-06-26T04:09:01.676Z Downloaded ref-cast v1.0.25
9342026-06-26T04:09:01.680Z Downloaded num v0.4.3
9352026-06-26T04:09:01.680Z Downloaded lru-slab v0.1.2
9362026-06-26T04:09:01.680Z Downloaded darling_macro v0.20.11
9372026-06-26T04:09:01.680Z Downloaded keccak v0.1.6
9382026-06-26T04:09:01.683Z Downloaded nonempty v0.12.0
9392026-06-26T04:09:01.683Z Downloaded maybe-uninit v2.0.0
9402026-06-26T04:09:01.683Z Downloaded password-hash v0.4.2
9412026-06-26T04:09:01.683Z Downloaded oso v0.27.3
9422026-06-26T04:09:01.687Z Downloaded rand_chacha v0.9.0
9432026-06-26T04:09:01.687Z Downloaded itertools v0.13.0
9442026-06-26T04:09:01.690Z Downloaded phf_shared v0.11.3
9452026-06-26T04:09:01.694Z Downloaded rand_seeder v0.4.0
9462026-06-26T04:09:01.694Z Downloaded indoc v2.0.7
9472026-06-26T04:09:01.697Z Downloaded num_enum v0.7.6
9482026-06-26T04:09:01.700Z Downloaded num-derive v0.4.2
9492026-06-26T04:09:01.700Z Downloaded http v1.4.0
9502026-06-26T04:09:01.704Z Downloaded num-derive v0.3.3
9512026-06-26T04:09:01.704Z Downloaded aws-lc-rs v1.16.3
9522026-06-26T04:09:01.708Z Downloaded salsa20 v0.10.2
9532026-06-26T04:09:01.711Z Downloaded oxnet v0.1.6
9542026-06-26T04:09:01.712Z Downloaded same-file v1.0.6
9552026-06-26T04:09:01.712Z Downloaded owo-colors v4.3.0
9562026-06-26T04:09:01.715Z Downloaded proc-macro-error-attr2 v2.0.0
9572026-06-26T04:09:01.715Z Downloaded num-integer v0.1.46
9582026-06-26T04:09:01.715Z Downloaded phf_shared v0.12.1
9592026-06-26T04:09:01.719Z Downloaded ipnet v2.11.0
9602026-06-26T04:09:01.719Z Downloaded pkg-config v0.3.32
9612026-06-26T04:09:01.719Z Downloaded peg-macros v0.8.5
9622026-06-26T04:09:01.722Z Downloaded sapling-renderdag v0.1.0
9632026-06-26T04:09:01.722Z Downloaded impl-trait-for-tuples v0.2.3
9642026-06-26T04:09:01.722Z Downloaded scheduled-thread-pool v0.2.7
9652026-06-26T04:09:01.726Z Downloaded paste v1.0.15
9662026-06-26T04:09:01.726Z Downloaded prettyplease v0.2.37
9672026-06-26T04:09:01.734Z Downloaded rustls-native-certs v0.8.3
9682026-06-26T04:09:01.739Z Downloaded rustls-pemfile v1.0.4
9692026-06-26T04:09:01.739Z Downloaded path-slash v0.1.5
9702026-06-26T04:09:01.739Z Downloaded parse-display v0.10.0
9712026-06-26T04:09:01.743Z Downloaded predicates-tree v1.0.13
9722026-06-26T04:09:01.743Z Downloaded powerfmt v0.2.0
9732026-06-26T04:09:01.746Z Downloaded phf_shared v0.13.1
9742026-06-26T04:09:01.747Z Downloaded recursive-proc-macro-impl v0.1.1
9752026-06-26T04:09:01.751Z Downloaded pkcs1 v0.7.5
9762026-06-26T04:09:01.755Z Downloaded rand_xorshift v0.4.0
9772026-06-26T04:09:01.759Z Downloaded proc-macro-error2 v2.0.1
9782026-06-26T04:09:01.759Z Downloaded progenitor-macro v0.14.0
9792026-06-26T04:09:01.763Z Downloaded quick-error v1.2.3
9802026-06-26T04:09:01.768Z Downloaded r2d2 v0.8.10
9812026-06-26T04:09:01.768Z Downloaded progenitor v0.14.0
9822026-06-26T04:09:01.772Z Downloaded num_enum_derive v0.7.6
9832026-06-26T04:09:01.772Z Downloaded rustc_version v0.4.1
9842026-06-26T04:09:01.772Z Downloaded rusty-fork v0.3.1
9852026-06-26T04:09:01.772Z Downloaded itertools v0.10.5
9862026-06-26T04:09:01.777Z Downloaded num_threads v0.1.7
9872026-06-26T04:09:01.780Z Downloaded openssl-sys v0.9.115
9882026-06-26T04:09:01.785Z Downloaded serde_cbor v0.11.2
9892026-06-26T04:09:01.788Z Downloaded progenitor-impl v0.14.0
9902026-06-26T04:09:01.792Z Downloaded rand_chacha v0.3.1
9912026-06-26T04:09:01.792Z Downloaded signal-hook-mio v0.2.5
9922026-06-26T04:09:01.795Z Downloaded sha1 v0.10.6
9932026-06-26T04:09:01.796Z Downloaded proc-macro-crate v1.3.1
9942026-06-26T04:09:01.799Z Downloaded parking_lot v0.12.5
9952026-06-26T04:09:01.805Z Downloaded resolv-conf v0.7.6
9962026-06-26T04:09:01.810Z Downloaded hkdf v0.12.4
9972026-06-26T04:09:01.810Z Downloaded progenitor-client v0.14.0
9982026-06-26T04:09:01.810Z Downloaded quick-xml v0.37.5
9992026-06-26T04:09:01.813Z Downloaded poly1305 v0.8.0
10002026-06-26T04:09:01.813Z Downloaded git2 v0.20.4
10012026-06-26T04:09:01.820Z Downloaded primeorder v0.13.6
10022026-06-26T04:09:01.823Z Downloaded phf v0.12.1
10032026-06-26T04:09:01.823Z Downloaded slog-bunyan v2.5.0
10042026-06-26T04:09:01.823Z Downloaded serde_path_to_error v0.1.20
10052026-06-26T04:09:01.823Z Downloaded rand_core v0.9.5
10062026-06-26T04:09:01.823Z Downloaded sec1 v0.7.3
10072026-06-26T04:09:01.827Z Downloaded mime_guess v2.0.5
10082026-06-26T04:09:01.827Z Downloaded psm v0.1.30
10092026-06-26T04:09:01.830Z Downloaded pin-project-lite v0.2.17
10102026-06-26T04:09:01.830Z Downloaded serde_plain v1.0.2
10112026-06-26T04:09:01.834Z Downloaded rcgen v0.12.1
10122026-06-26T04:09:01.834Z Downloaded recursive v0.1.1
10132026-06-26T04:09:01.834Z Downloaded predicates-core v1.0.10
10142026-06-26T04:09:01.838Z Downloaded rustls-pemfile v2.2.0
10152026-06-26T04:09:01.839Z Downloaded num-rational v0.4.2
10162026-06-26T04:09:01.839Z Downloaded parse-display-derive v0.10.0
10172026-06-26T04:09:01.842Z Downloaded mio v1.2.0
10182026-06-26T04:09:01.842Z Downloaded hashbrown v0.15.5
10192026-06-26T04:09:01.847Z Downloaded chrono v0.4.44
10202026-06-26T04:09:01.850Z Downloaded slog-envlogger v2.2.0
10212026-06-26T04:09:01.856Z Downloaded serde_repr v0.1.20
10222026-06-26T04:09:01.868Z Downloaded serde_spanned v1.0.4
10232026-06-26T04:09:01.872Z Downloaded strsim v0.10.0
10242026-06-26T04:09:01.875Z Downloaded semver v0.1.20
10252026-06-26T04:09:01.875Z Downloaded shell-words v1.1.1
10262026-06-26T04:09:01.875Z Downloaded psl-types v2.0.11
10272026-06-26T04:09:01.878Z Downloaded heapless v0.7.17
10282026-06-26T04:09:01.878Z Downloaded strum v0.26.3
10292026-06-26T04:09:01.881Z Downloaded sqlparser_derive v0.5.0
10302026-06-26T04:09:01.882Z Downloaded sigpipe v0.1.3
10312026-06-26T04:09:01.882Z Downloaded progenitor-client v0.13.0
10322026-06-26T04:09:01.882Z Downloaded quinn-udp v0.5.14
10332026-06-26T04:09:01.885Z Downloaded quinn v0.11.9
10342026-06-26T04:09:01.885Z Downloaded serde-hex v0.1.0
10352026-06-26T04:09:01.890Z Downloaded rayon-core v1.13.0
10362026-06-26T04:09:01.890Z Downloaded ppv-lite86 v0.2.21
10372026-06-26T04:09:01.893Z Downloaded publicsuffix v2.3.0
10382026-06-26T04:09:01.893Z Downloaded strip-ansi-escapes v0.2.1
10392026-06-26T04:09:01.893Z Downloaded strum v0.27.2
10402026-06-26T04:09:01.893Z Downloaded rtoolbox v0.0.3
10412026-06-26T04:09:01.893Z Downloaded pin-project v1.1.11
10422026-06-26T04:09:01.900Z Downloaded ssh-encoding v0.2.0
10432026-06-26T04:09:01.903Z Downloaded slab v0.4.12
10442026-06-26T04:09:01.903Z Downloaded pem-rfc7468 v0.7.0
10452026-06-26T04:09:01.906Z Downloaded minimal-lexical v0.2.1
10462026-06-26T04:09:01.906Z Downloaded scroll v0.13.0
10472026-06-26T04:09:01.910Z Downloaded slog-async v2.8.0
10482026-06-26T04:09:01.910Z Downloaded rustc_version v0.1.7
10492026-06-26T04:09:01.910Z Downloaded newtype-uuid v1.3.2
10502026-06-26T04:09:01.913Z Downloaded proc-macro-crate v3.4.0
10512026-06-26T04:09:01.913Z Downloaded smallvec v0.6.14
10522026-06-26T04:09:01.913Z Downloaded litrs v1.0.0
10532026-06-26T04:09:01.917Z Downloaded shlex v1.3.0
10542026-06-26T04:09:01.917Z Downloaded slog-term v2.9.2
10552026-06-26T04:09:01.929Z Downloaded signature v2.2.0
10562026-06-26T04:09:01.934Z Downloaded blake3 v1.8.5
10572026-06-26T04:09:01.937Z Downloaded stacker v0.1.23
10582026-06-26T04:09:01.937Z Downloaded snafu-derive v0.8.9
10592026-06-26T04:09:01.943Z Downloaded smf v0.2.3
10602026-06-26T04:09:01.943Z Downloaded papergrid v0.17.0
10612026-06-26T04:09:01.947Z Downloaded take_mut v0.2.2
10622026-06-26T04:09:01.947Z Downloaded serde-big-array v0.5.1
10632026-06-26T04:09:01.947Z Downloaded rand_core v0.6.4
10642026-06-26T04:09:01.947Z Downloaded itertools v0.14.0
10652026-06-26T04:09:01.951Z Downloaded strum_macros v0.24.3
10662026-06-26T04:09:01.951Z Downloaded hyper v1.8.1
10672026-06-26T04:09:01.958Z Downloaded qorb v0.4.1
10682026-06-26T04:09:01.965Z Downloaded supports-color v3.0.2
10692026-06-26T04:09:01.965Z Downloaded thiserror-impl-no-std v2.0.2
10702026-06-26T04:09:01.965Z Downloaded siphasher v1.0.2
10712026-06-26T04:09:01.970Z Downloaded nom v7.1.3
10722026-06-26T04:09:01.974Z Downloaded slog-json v2.6.1
10732026-06-26T04:09:01.974Z Downloaded termtree v0.5.1
10742026-06-26T04:09:01.978Z Downloaded tinyvec_macros v0.1.1
10752026-06-26T04:09:01.981Z Downloaded serde_with_macros v1.5.2
10762026-06-26T04:09:01.981Z Downloaded sync-ptr v0.1.4
10772026-06-26T04:09:01.981Z Downloaded structmeta v0.3.0
10782026-06-26T04:09:01.985Z Downloaded ssh-cipher v0.2.0
10792026-06-26T04:09:01.985Z Downloaded tagptr v0.2.0
10802026-06-26T04:09:01.990Z Downloaded rustls-platform-verifier v0.6.2
10812026-06-26T04:09:01.990Z Downloaded p384 v0.13.1
10822026-06-26T04:09:01.994Z Downloaded serde_yaml v0.9.34+deprecated
10832026-06-26T04:09:01.994Z Downloaded schemars_derive v0.8.22
10842026-06-26T04:09:01.998Z Downloaded num-bigint-dig v0.8.6
10852026-06-26T04:09:01.998Z Downloaded tokio-test v0.4.5
10862026-06-26T04:09:02.018Z Downloaded testing_table v0.3.0
10872026-06-26T04:09:02.021Z Downloaded time-core v0.1.8
10882026-06-26T04:09:02.021Z Downloaded serde_urlencoded v0.7.1
10892026-06-26T04:09:02.021Z Downloaded tokio-macros v2.7.0
10902026-06-26T04:09:02.021Z Downloaded seq-macro v0.3.6
10912026-06-26T04:09:02.021Z Downloaded stringprep v0.1.5
10922026-06-26T04:09:02.021Z Downloaded spki v0.7.3
10932026-06-26T04:09:02.022Z Downloaded rand_core v0.10.0
10942026-06-26T04:09:02.022Z Downloaded similar v2.7.0
10952026-06-26T04:09:02.022Z Downloaded support-bundle-viewer v0.1.2
10962026-06-26T04:09:02.027Z Downloaded scrypt v0.11.0
10972026-06-26T04:09:02.027Z Downloaded tap v1.0.1
10982026-06-26T04:09:02.027Z Downloaded scopeguard v1.2.0
10992026-06-26T04:09:02.034Z Downloaded itertools v0.12.1
11002026-06-26T04:09:02.038Z Downloaded strum_macros v0.26.4
11012026-06-26T04:09:02.042Z Downloaded secrecy v0.8.0
11022026-06-26T04:09:02.042Z Downloaded rand v0.10.0
11032026-06-26T04:09:02.042Z Downloaded tokio-dtrace v0.1.1
11042026-06-26T04:09:02.046Z Downloaded tokio-tungstenite v0.23.1
11052026-06-26T04:09:02.046Z Downloaded static_assertions v1.1.0
11062026-06-26T04:09:02.046Z Downloaded serde_derive_internals v0.29.1
11072026-06-26T04:09:02.049Z Downloaded rsa v0.9.10
11082026-06-26T04:09:02.049Z Downloaded string_cache v0.8.9
11092026-06-26T04:09:02.054Z Downloaded socket2 v0.6.3
11102026-06-26T04:09:02.054Z Downloaded tower-service v0.3.3
11112026-06-26T04:09:02.054Z Downloaded sct v0.7.1
11122026-06-26T04:09:02.058Z Downloaded tower-layer v0.3.3
11132026-06-26T04:09:02.062Z Downloaded thread_local v1.1.9
11142026-06-26T04:09:02.066Z Downloaded schemars v1.2.1
11152026-06-26T04:09:02.074Z Downloaded unarray v0.1.4
11162026-06-26T04:09:02.077Z Downloaded trait-variant v0.1.2
11172026-06-26T04:09:02.077Z Downloaded subprocess v0.2.15
11182026-06-26T04:09:02.081Z Downloaded term v1.2.1
11192026-06-26T04:09:02.084Z Downloaded untrusted v0.9.0
11202026-06-26T04:09:02.084Z Downloaded untrusted v0.7.1
11212026-06-26T04:09:02.088Z Downloaded tls_codec_derive v0.4.2
11222026-06-26T04:09:02.088Z Downloaded thiserror-no-std v2.0.2
11232026-06-26T04:09:02.093Z Downloaded oxide-tokio-rt v0.1.4
11242026-06-26T04:09:02.093Z Downloaded tls_codec v0.4.2
11252026-06-26T04:09:02.094Z Downloaded tiny-keccak v2.0.2
11262026-06-26T04:09:02.097Z Downloaded usdt-macro v0.6.0
11272026-06-26T04:09:02.097Z Downloaded rustversion v1.0.22
11282026-06-26T04:09:02.097Z Downloaded signal-hook-tokio v0.3.1
11292026-06-26T04:09:02.100Z Downloaded sync_wrapper v1.0.2
11302026-06-26T04:09:02.100Z Downloaded usdt v0.6.0
11312026-06-26T04:09:02.104Z Downloaded usdt-attr-macro v0.6.0
11322026-06-26T04:09:02.108Z Downloaded toml_writer v1.0.6+spec-1.1.0
11332026-06-26T04:09:02.113Z Downloaded scroll_derive v0.13.1
11342026-06-26T04:09:02.113Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11352026-06-26T04:09:02.116Z Downloaded signal-hook v0.3.18
11362026-06-26T04:09:02.116Z Downloaded rand v0.8.6
11372026-06-26T04:09:02.117Z Downloaded term v0.7.0
11382026-06-26T04:09:02.121Z Downloaded time-macros v0.2.27
11392026-06-26T04:09:02.125Z Downloaded ryu v1.0.23
11402026-06-26T04:09:02.125Z Downloaded schemars v0.8.22
11412026-06-26T04:09:02.133Z Downloaded subtle v2.6.1
11422026-06-26T04:09:02.133Z Downloaded socket2 v0.5.10
11432026-06-26T04:09:02.133Z Downloaded serde_bytes v0.11.19
11442026-06-26T04:09:02.137Z Downloaded wait-timeout v0.2.1
11452026-06-26T04:09:02.141Z Downloaded want v0.3.1
11462026-06-26T04:09:02.144Z Downloaded void v1.0.2
11472026-06-26T04:09:02.148Z Downloaded schemars v0.9.0
11482026-06-26T04:09:02.152Z Downloaded unit-prefix v0.5.2
11492026-06-26T04:09:02.155Z Downloaded typify-macro v0.6.2
11502026-06-26T04:09:02.156Z Downloaded russh-keys v0.45.0
11512026-06-26T04:09:02.156Z Downloaded secrecy v0.10.3
11522026-06-26T04:09:02.159Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11532026-06-26T04:09:02.159Z Downloaded utf-8 v0.7.6
11542026-06-26T04:09:02.162Z Downloaded tokio-rustls v0.25.0
11552026-06-26T04:09:02.162Z Downloaded tui-tree-widget v0.23.1
11562026-06-26T04:09:02.166Z Downloaded unicode-truncate v1.1.0
11572026-06-26T04:09:02.166Z Downloaded try-lock v0.2.5
11582026-06-26T04:09:02.169Z Downloaded slog-scope v4.4.1
11592026-06-26T04:09:02.169Z Downloaded unicase v2.9.0
11602026-06-26T04:09:02.172Z Downloaded toml v0.7.8
11612026-06-26T04:09:02.177Z Downloaded structmeta-derive v0.3.0
11622026-06-26T04:09:02.183Z Downloaded progenitor-impl v0.13.0
11632026-06-26T04:09:02.188Z Downloaded vergen-git2 v9.1.0
11642026-06-26T04:09:02.188Z Downloaded topological-sort v0.2.2
11652026-06-26T04:09:02.188Z Downloaded tabled_derive v0.11.0
11662026-06-26T04:09:02.188Z Downloaded xattr v1.6.1
11672026-06-26T04:09:02.191Z Downloaded moka v0.12.13
11682026-06-26T04:09:02.194Z Downloaded tokio-rustls v0.26.4
11692026-06-26T04:09:02.195Z Downloaded toml_parser v1.0.9+spec-1.1.0
11702026-06-26T04:09:02.198Z Downloaded waitgroup v0.1.2
11712026-06-26T04:09:02.198Z Downloaded test-strategy v0.4.5
11722026-06-26T04:09:02.201Z Downloaded tracing-attributes v0.1.31
11732026-06-26T04:09:02.204Z Downloaded universal-hash v0.5.1
11742026-06-26T04:09:02.208Z Downloaded zone v0.3.1
11752026-06-26T04:09:02.208Z Downloaded xshell-macros v0.2.7
11762026-06-26T04:09:02.208Z Downloaded russh v0.45.0
11772026-06-26T04:09:02.212Z Downloaded slog-stdlog v4.1.1
11782026-06-26T04:09:02.212Z Downloaded slog-dtrace v0.3.0
11792026-06-26T04:09:02.212Z Downloaded simd-adler32 v0.3.8
11802026-06-26T04:09:02.212Z Downloaded uzers v0.12.2
11812026-06-26T04:09:02.216Z Downloaded rustyline v14.0.0
11822026-06-26T04:09:02.220Z Downloaded tokio-tungstenite v0.21.0
11832026-06-26T04:09:02.220Z Downloaded termios v0.3.3
11842026-06-26T04:09:02.220Z Downloaded signal-hook-registry v1.4.8
11852026-06-26T04:09:02.225Z Downloaded vergen-gitcl v1.0.8
11862026-06-26T04:09:02.229Z Downloaded whoami v1.6.1
11872026-06-26T04:09:02.229Z Downloaded zone_cfg_derive v0.3.1
11882026-06-26T04:09:02.229Z Downloaded vergen-lib v0.1.6
11892026-06-26T04:09:02.229Z Downloaded zeroize_derive v1.4.3
11902026-06-26T04:09:02.232Z Downloaded vergen-lib v9.1.0
11912026-06-26T04:09:02.232Z Downloaded twox-hash v2.1.2
11922026-06-26T04:09:02.232Z Downloaded usdt-impl v0.6.0
11932026-06-26T04:09:02.235Z Downloaded wyz v0.5.1
11942026-06-26T04:09:02.236Z Downloaded serde_with_macros v3.17.0
11952026-06-26T04:09:02.239Z Downloaded tar v0.4.45
11962026-06-26T04:09:02.242Z Downloaded xshell v0.2.7
11972026-06-26T04:09:02.245Z Downloaded walkdir v2.5.0
11982026-06-26T04:09:02.245Z Downloaded tinyvec v1.10.0
11992026-06-26T04:09:02.249Z Downloaded reqwest v0.12.28
12002026-06-26T04:09:02.260Z Downloaded tokio-stream v0.1.18
12012026-06-26T04:09:02.265Z Downloaded zeroize v1.8.2
12022026-06-26T04:09:02.269Z Downloaded tokio-rustls v0.24.1
12032026-06-26T04:09:02.269Z Downloaded zstd v0.13.3
12042026-06-26T04:09:02.269Z Downloaded whoami v2.1.0
12052026-06-26T04:09:02.273Z Downloaded vergen v9.1.0
12062026-06-26T04:09:02.273Z Downloaded portable-atomic v1.13.1
12072026-06-26T04:09:02.277Z Downloaded zstd-safe v7.2.4
12082026-06-26T04:09:02.277Z Downloaded rustls-webpki v0.103.9
12092026-06-26T04:09:02.280Z Downloaded vsss-rs v3.3.4
12102026-06-26T04:09:02.283Z Downloaded tungstenite v0.21.0
12112026-06-26T04:09:02.287Z Downloaded sqlformat v0.3.5
12122026-06-26T04:09:02.288Z Downloaded toml v1.0.6+spec-1.1.0
12132026-06-26T04:09:02.296Z Downloaded reqwest v0.13.2
12142026-06-26T04:09:02.300Z Downloaded typify v0.6.2
12152026-06-26T04:09:02.300Z Downloaded tungstenite v0.23.0
12162026-06-26T04:09:02.303Z Downloaded yasna v0.5.2
12172026-06-26T04:09:02.308Z Downloaded unsafe-libyaml v0.2.11
12182026-06-26T04:09:02.330Z Downloaded samael v0.0.19
12192026-06-26T04:09:02.336Z Downloaded reedline v0.40.0
12202026-06-26T04:09:02.336Z Downloaded uuid v1.23.0
12212026-06-26T04:09:02.336Z Downloaded snafu v0.8.9
12222026-06-26T04:09:02.336Z Downloaded lalrpop v0.19.12
12232026-06-26T04:09:02.343Z Downloaded zerocopy v0.6.6
12242026-06-26T04:09:02.343Z Downloaded unicode-bidi v0.3.18
12252026-06-26T04:09:02.346Z Downloaded tracing-core v0.1.36
12262026-06-26T04:09:02.346Z Downloaded unicode-properties v0.1.4
12272026-06-26T04:09:02.347Z Downloaded tokio-postgres v0.7.16
12282026-06-26T04:09:02.350Z Downloaded goblin v0.10.5
12292026-06-26T04:09:02.355Z Downloaded toml_edit v0.19.15
12302026-06-26T04:09:02.364Z Downloaded slog v2.8.2
12312026-06-26T04:09:02.369Z Downloaded bstr v1.12.1
12322026-06-26T04:09:02.373Z Downloaded salty v0.3.0
12332026-06-26T04:09:02.387Z Downloaded zopfli v0.8.3
12342026-06-26T04:09:02.391Z Downloaded ssh-key v0.6.7
12352026-06-26T04:09:02.401Z Downloaded toml_edit v0.23.10+spec-1.0.0
12362026-06-26T04:09:02.406Z Downloaded proptest v1.10.0
12372026-06-26T04:09:02.411Z Downloaded unicode_categories v0.1.1
12382026-06-26T04:09:02.417Z Downloaded tower v0.5.3
12392026-06-26T04:09:02.422Z Downloaded unicode-segmentation v1.12.0
12402026-06-26T04:09:02.425Z Downloaded rpassword v7.4.0
12412026-06-26T04:09:02.425Z Downloaded petname v2.0.2
12422026-06-26T04:09:02.431Z Downloaded vte v0.14.1
12432026-06-26T04:09:02.439Z Downloaded x509-cert v0.2.5
12442026-06-26T04:09:02.443Z Downloaded zip v0.6.6
12452026-06-26T04:09:02.446Z Downloaded typed-path v0.9.3
12462026-06-26T04:09:02.457Z Downloaded spin v0.9.8
12472026-06-26T04:09:02.460Z Downloaded rayon v1.11.0
12482026-06-26T04:09:02.464Z Downloaded serde_with v1.14.0
12492026-06-26T04:09:02.472Z Downloaded zerocopy-derive v0.8.40
12502026-06-26T04:09:02.476Z Downloaded yansi v1.0.1
12512026-06-26T04:09:02.497Z Downloaded tough v0.22.0
12522026-06-26T04:09:02.505Z Downloaded tower-http v0.6.8
12532026-06-26T04:09:02.505Z Downloaded rustls-webpki v0.102.8
12542026-06-26T04:09:02.505Z Downloaded zip v4.6.1
12552026-06-26T04:09:02.512Z Downloaded rustls-webpki v0.101.7
12562026-06-26T04:09:02.518Z Downloaded quinn-proto v0.11.13
12572026-06-26T04:09:02.524Z Downloaded unicode-normalization v0.1.25
12582026-06-26T04:09:02.552Z Downloaded tokio-native-tls v0.3.1
12592026-06-26T04:09:02.564Z Downloaded regex-syntax v0.8.10
12602026-06-26T04:09:02.569Z Downloaded radix_trie v0.2.1
12612026-06-26T04:09:02.591Z Downloaded tokio-util v0.7.18
12622026-06-26T04:09:02.606Z Downloaded winnow v0.5.40
12632026-06-26T04:09:02.652Z Downloaded winnow v0.6.26
12642026-06-26T04:09:02.653Z Downloaded nix v0.27.1
12652026-06-26T04:09:02.653Z Downloaded regex-syntax v0.6.29
12662026-06-26T04:09:02.653Z Downloaded object v0.37.3
12672026-06-26T04:09:02.653Z Downloaded time v0.3.47
12682026-06-26T04:09:02.653Z Downloaded tabled v0.20.0
12692026-06-26T04:09:02.653Z Downloaded nix v0.28.0
12702026-06-26T04:09:02.653Z Downloaded tabwriter v1.4.1
12712026-06-26T04:09:02.657Z Downloaded smoltcp v0.9.1
12722026-06-26T04:09:02.665Z Downloaded openssl v0.10.79
12732026-06-26T04:09:02.685Z Downloaded zlib-rs v0.6.2
12742026-06-26T04:09:02.695Z Downloaded rustls v0.23.37
12752026-06-26T04:09:02.713Z Downloaded serde_with v3.17.0
12762026-06-26T04:09:02.713Z Downloaded vcpkg v0.2.15
12772026-06-26T04:09:02.757Z Downloaded steno v0.4.1
12782026-06-26T04:09:02.775Z Downloaded openapiv3 v2.2.0
12792026-06-26T04:09:02.775Z Downloaded regress v0.11.1
12802026-06-26T04:09:02.775Z Downloaded regress v0.10.5
12812026-06-26T04:09:02.775Z Downloaded zerocopy v0.8.40
12822026-06-26T04:09:02.775Z Downloaded webpki-roots v1.0.6
12832026-06-26T04:09:02.775Z Downloaded smoltcp v0.11.0
12842026-06-26T04:09:02.775Z Downloaded rustls v0.21.12
12852026-06-26T04:09:02.784Z Downloaded rustix v0.38.44
12862026-06-26T04:09:02.784Z Downloaded rustls v0.22.4
12872026-06-26T04:09:02.792Z Downloaded bzip2-sys v0.1.13+1.0.8
12882026-06-26T04:09:02.811Z Downloaded encoding_rs v0.8.35
12892026-06-26T04:09:02.833Z Downloaded thread-id v5.1.0
12902026-06-26T04:09:02.833Z Downloaded regex v1.12.3
12912026-06-26T04:09:02.864Z Downloaded sled v0.34.7
12922026-06-26T04:09:02.883Z Downloaded ratatui v0.29.0
12932026-06-26T04:09:02.918Z Downloaded typify-impl v0.6.2
12942026-06-26T04:09:02.918Z Downloaded tracing v0.1.44
12952026-06-26T04:09:02.927Z Downloaded sqlparser v0.61.0
12962026-06-26T04:09:02.927Z Downloaded chrono-tz v0.10.4
12972026-06-26T04:09:02.956Z Downloaded regex-automata v0.4.14
12982026-06-26T04:09:02.956Z Downloaded jiff v0.2.21
12992026-06-26T04:09:02.978Z Downloaded zerocopy-derive v0.6.6
13002026-06-26T04:09:02.978Z Downloaded petgraph v0.6.5
13012026-06-26T04:09:02.997Z Downloaded petgraph v0.8.3
13022026-06-26T04:09:02.997Z Downloaded csv v1.4.0
13032026-06-26T04:09:03.006Z Downloaded libz-sys v1.1.24
13042026-06-26T04:09:03.065Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-06-26T04:09:03.094Z Downloaded tokio v1.52.1
13062026-06-26T04:09:03.094Z Downloaded sha3 v0.10.8
13072026-06-26T04:09:03.116Z Downloaded strum_macros v0.27.2
13082026-06-26T04:09:03.116Z Downloaded ring v0.17.14
13092026-06-26T04:09:03.235Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-06-26T04:09:03.869Z Downloaded aws-lc-sys v0.40.0
13112026-06-26T04:09:04.119Z Compiling libc v0.2.185
13122026-06-26T04:09:04.135Z Compiling serde v1.0.228
13132026-06-26T04:09:04.135Z Compiling log v0.4.29
13142026-06-26T04:09:04.136Z Compiling shlex v1.3.0
13152026-06-26T04:09:04.275Z Compiling find-msvc-tools v0.1.9
13162026-06-26T04:09:04.300Z Compiling smallvec v1.15.1
13172026-06-26T04:09:04.321Z Compiling syn v2.0.117
13182026-06-26T04:09:04.321Z Compiling typenum v1.19.0
13192026-06-26T04:09:04.446Z Compiling generic-array v0.14.7
13202026-06-26T04:09:04.474Z Compiling subtle v2.6.1
13212026-06-26T04:09:04.485Z Compiling scopeguard v1.2.0
13222026-06-26T04:09:04.558Z Compiling const-oid v0.9.6
13232026-06-26T04:09:04.593Z Compiling lock_api v0.4.14
13242026-06-26T04:09:04.601Z Compiling serde_json v1.0.149
13252026-06-26T04:09:04.643Z Compiling zerocopy v0.8.40
13262026-06-26T04:09:04.696Z Compiling portable-atomic v1.13.1
13272026-06-26T04:09:04.819Z Compiling pin-project-lite v0.2.17
13282026-06-26T04:09:04.932Z Compiling parking_lot_core v0.9.12
13292026-06-26T04:09:05.094Z Compiling getrandom v0.2.17
13302026-06-26T04:09:05.169Z Compiling jobserver v0.1.34
13312026-06-26T04:09:05.191Z Compiling errno v0.3.14
13322026-06-26T04:09:05.230Z Compiling rand_core v0.6.4
13332026-06-26T04:09:05.291Z Compiling pkg-config v0.3.32
13342026-06-26T04:09:05.328Z Compiling signal-hook-registry v1.4.8
13352026-06-26T04:09:05.527Z Compiling cc v1.2.56
13362026-06-26T04:09:05.556Z Compiling bitflags v2.11.0
13372026-06-26T04:09:05.587Z Compiling critical-section v1.2.0
13382026-06-26T04:09:05.616Z Compiling libm v0.2.16
13392026-06-26T04:09:05.688Z Compiling futures-core v0.3.32
13402026-06-26T04:09:05.783Z Compiling once_cell v1.21.3
13412026-06-26T04:09:05.843Z Compiling parking_lot v0.12.5
13422026-06-26T04:09:05.863Z Compiling mio v1.2.0
13432026-06-26T04:09:05.874Z Compiling num-traits v0.2.19
13442026-06-26T04:09:05.958Z Compiling percent-encoding v2.3.2
13452026-06-26T04:09:06.012Z Compiling socket2 v0.6.3
13462026-06-26T04:09:06.153Z Compiling futures-sink v0.3.32
13472026-06-26T04:09:06.230Z Compiling futures-task v0.3.32
13482026-06-26T04:09:06.237Z Compiling futures-channel v0.3.32
13492026-06-26T04:09:06.260Z Compiling getrandom v0.4.1
13502026-06-26T04:09:06.335Z Compiling futures-io v0.3.32
13512026-06-26T04:09:06.397Z Compiling cpufeatures v0.2.17
13522026-06-26T04:09:06.421Z Compiling slab v0.4.12
13532026-06-26T04:09:06.466Z Compiling rand_core v0.10.0
13542026-06-26T04:09:06.479Z Compiling indexmap v2.14.0
13552026-06-26T04:09:06.491Z Compiling getrandom v0.3.4
13562026-06-26T04:09:06.605Z Compiling rustversion v1.0.22
13572026-06-26T04:09:06.648Z Compiling cmake v0.1.57
13582026-06-26T04:09:06.994Z Compiling form_urlencoded v1.2.2
13592026-06-26T04:09:07.053Z Compiling fs_extra v1.3.0
13602026-06-26T04:09:07.070Z Compiling dunce v1.0.5
13612026-06-26T04:09:07.175Z Compiling base64ct v1.8.3
13622026-06-26T04:09:07.188Z Compiling synstructure v0.13.2
13632026-06-26T04:09:07.188Z Compiling ident_case v1.0.1
13642026-06-26T04:09:07.308Z Compiling regex-syntax v0.8.10
13652026-06-26T04:09:07.355Z Compiling aws-lc-sys v0.40.0
13662026-06-26T04:09:07.462Z Compiling pem-rfc7468 v0.7.0
13672026-06-26T04:09:07.530Z Compiling flagset v0.4.7
13682026-06-26T04:09:07.560Z Compiling iana-time-zone v0.1.65
13692026-06-26T04:09:07.579Z Compiling rustix v1.1.3
13702026-06-26T04:09:07.704Z Compiling rand_core v0.9.5
13712026-06-26T04:09:07.777Z Compiling ring v0.17.14
13722026-06-26T04:09:07.777Z Compiling vcpkg v0.2.15
13732026-06-26T04:09:07.785Z Compiling aws-lc-rs v1.16.3
13742026-06-26T04:09:08.040Z Compiling uuid v1.23.0
13752026-06-26T04:09:08.116Z Compiling rustc_version v0.4.1
13762026-06-26T04:09:08.485Z Compiling tracing-core v0.1.36
13772026-06-26T04:09:08.625Z Compiling openssl-sys v0.9.115
13782026-06-26T04:09:08.726Z Compiling base64 v0.22.1
13792026-06-26T04:09:09.034Z Compiling serde_derive v1.0.228
13802026-06-26T04:09:09.208Z Compiling zeroize_derive v1.4.3
13812026-06-26T04:09:09.208Z Compiling zerofrom-derive v0.1.6
13822026-06-26T04:09:09.208Z Compiling yoke-derive v0.8.1
13832026-06-26T04:09:09.328Z Compiling zerocopy-derive v0.8.40
13842026-06-26T04:09:09.765Z Compiling zeroize v1.8.2
13852026-06-26T04:09:09.799Z Compiling zerovec-derive v0.11.2
13862026-06-26T04:09:10.246Z Compiling displaydoc v0.2.5
13872026-06-26T04:09:10.907Z Compiling crypto-common v0.1.7
13882026-06-26T04:09:10.946Z Compiling zerofrom v0.1.6
13892026-06-26T04:09:10.946Z Compiling yoke v0.8.1
13902026-06-26T04:09:10.946Z Compiling block-buffer v0.10.4
13912026-06-26T04:09:10.946Z Compiling digest v0.10.7
13922026-06-26T04:09:10.946Z Compiling tokio-macros v2.7.0
13932026-06-26T04:09:10.946Z Compiling zerovec v0.11.5
13942026-06-26T04:09:10.964Z Compiling zerotrie v0.2.3
13952026-06-26T04:09:11.029Z Compiling futures-macro v0.3.32
13962026-06-26T04:09:11.293Z Compiling hmac v0.12.1
13972026-06-26T04:09:11.364Z Compiling tinystr v0.8.2
13982026-06-26T04:09:11.422Z Compiling potential_utf v0.1.4
13992026-06-26T04:09:11.538Z Compiling block-padding v0.3.3
14002026-06-26T04:09:11.604Z Compiling icu_locale_core v2.1.1
14012026-06-26T04:09:11.656Z Compiling icu_collections v2.1.1
14022026-06-26T04:09:11.684Z Compiling inout v0.1.4
14032026-06-26T04:09:11.789Z Compiling futures-util v0.3.32
14042026-06-26T04:09:11.838Z Compiling cipher v0.4.4
14052026-06-26T04:09:12.086Z Compiling sha2 v0.10.9
14062026-06-26T04:09:12.163Z Compiling der_derive v0.7.3
14072026-06-26T04:09:12.400Z Compiling bytes v1.11.1
14082026-06-26T04:09:12.415Z Compiling icu_provider v2.1.1
14092026-06-26T04:09:12.446Z Compiling chrono v0.4.44
14102026-06-26T04:09:12.764Z Compiling icu_normalizer v2.1.1
14112026-06-26T04:09:13.014Z Compiling tokio v1.52.1
14122026-06-26T04:09:13.026Z Compiling icu_properties v2.1.2
14132026-06-26T04:09:13.287Z Compiling der v0.7.10
14142026-06-26T04:09:13.439Z Compiling http v1.4.0
14152026-06-26T04:09:13.857Z Compiling ppv-lite86 v0.2.21
14162026-06-26T04:09:13.943Z Compiling salsa20 v0.10.2
14172026-06-26T04:09:14.088Z Compiling idna_adapter v1.2.1
14182026-06-26T04:09:14.144Z Compiling spki v0.7.3
14192026-06-26T04:09:14.204Z Compiling idna v1.1.0
14202026-06-26T04:09:14.204Z Compiling pbkdf2 v0.12.2
14212026-06-26T04:09:14.262Z Compiling rustls-pki-types v1.14.0
14222026-06-26T04:09:14.319Z Compiling tracing-attributes v0.1.31
14232026-06-26T04:09:14.368Z Compiling thiserror-impl v2.0.18
14242026-06-26T04:09:14.431Z Compiling scrypt v0.11.0
14252026-06-26T04:09:14.471Z Compiling url v2.5.8
14262026-06-26T04:09:14.641Z Compiling rand_chacha v0.9.0
14272026-06-26T04:09:14.716Z Compiling http-body v1.0.1
14282026-06-26T04:09:14.815Z Compiling cbc v0.1.2
14292026-06-26T04:09:14.833Z Compiling aes v0.8.4
14302026-06-26T04:09:15.052Z Compiling untrusted v0.9.0
14312026-06-26T04:09:15.140Z Compiling untrusted v0.7.1
14322026-06-26T04:09:15.240Z Compiling httparse v1.10.1
14332026-06-26T04:09:15.266Z Compiling tinyvec_macros v0.1.1
14342026-06-26T04:09:15.290Z Compiling openssl-probe v0.2.1
14352026-06-26T04:09:15.330Z Compiling tinyvec v1.10.0
14362026-06-26T04:09:15.463Z Compiling pkcs5 v0.7.1
14372026-06-26T04:09:15.569Z Compiling tracing v0.1.44
14382026-06-26T04:09:15.641Z Compiling thiserror v2.0.18
14392026-06-26T04:09:15.670Z Compiling pest_generator v2.8.6
14402026-06-26T04:09:15.742Z Compiling rand v0.9.2
14412026-06-26T04:09:15.838Z Compiling serde_derive_internals v0.29.1
14422026-06-26T04:09:15.848Z Compiling aho-corasick v1.1.4
14432026-06-26T04:09:15.941Z Compiling atomic-waker v1.1.2
14442026-06-26T04:09:16.066Z Compiling schemars v0.8.22
14452026-06-26T04:09:16.264Z Compiling try-lock v0.2.5
14462026-06-26T04:09:16.372Z Compiling dyn-clone v1.0.20
14472026-06-26T04:09:16.384Z Compiling rustls v0.23.37
14482026-06-26T04:09:16.494Z Compiling tower-layer v0.3.3
14492026-06-26T04:09:16.532Z Compiling tower-service v0.3.3
14502026-06-26T04:09:16.542Z Compiling pest_derive v2.8.6
14512026-06-26T04:09:16.623Z Compiling want v0.3.1
14522026-06-26T04:09:16.652Z Compiling regex-automata v0.4.14
14532026-06-26T04:09:16.707Z Compiling schemars_derive v0.8.22
14542026-06-26T04:09:16.802Z Compiling tokio-util v0.7.18
14552026-06-26T04:09:16.965Z Compiling pkcs8 v0.10.2
14562026-06-26T04:09:17.381Z Compiling ipnet v2.11.0
14572026-06-26T04:09:17.498Z Compiling h2 v0.4.13
14582026-06-26T04:09:17.565Z Compiling scroll_derive v0.13.1
14592026-06-26T04:09:17.836Z Compiling darling_core v0.20.11
14602026-06-26T04:09:17.893Z Compiling foreign-types-shared v0.1.1
14612026-06-26T04:09:17.946Z Compiling httpdate v1.0.3
14622026-06-26T04:09:17.972Z Compiling openssl v0.10.79
14632026-06-26T04:09:18.210Z Compiling pin-utils v0.1.0
14642026-06-26T04:09:18.230Z Compiling tempfile v3.25.0
14652026-06-26T04:09:18.303Z Compiling foreign-types v0.3.2
14662026-06-26T04:09:18.407Z Compiling scroll v0.13.0
14672026-06-26T04:09:18.603Z Compiling unicode-normalization v0.1.25
14682026-06-26T04:09:18.702Z Compiling openssl-macros v0.1.1
14692026-06-26T04:09:19.068Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-06-26T04:09:19.093Z Compiling socket2 v0.5.10
14712026-06-26T04:09:19.108Z Compiling spin v0.9.8
14722026-06-26T04:09:19.319Z Compiling native-tls v0.2.18
14732026-06-26T04:09:19.450Z Compiling time-core v0.1.8
14742026-06-26T04:09:19.500Z Compiling crc32fast v1.5.0
14752026-06-26T04:09:19.525Z Compiling powerfmt v0.2.0
14762026-06-26T04:09:19.600Z Compiling num-conv v0.2.0
14772026-06-26T04:09:19.718Z Compiling deranged v0.5.8
14782026-06-26T04:09:19.741Z Compiling time-macros v0.2.27
14792026-06-26T04:09:20.140Z Compiling darling_macro v0.20.11
14802026-06-26T04:09:20.611Z Compiling hyper v1.8.1
14812026-06-26T04:09:20.624Z Compiling darling v0.20.11
14822026-06-26T04:09:20.702Z Compiling goblin v0.10.5
14832026-06-26T04:09:20.777Z Compiling rustls-native-certs v0.8.3
14842026-06-26T04:09:20.791Z Compiling sync_wrapper v1.0.2
14852026-06-26T04:09:20.898Z Compiling wait-timeout v0.2.1
14862026-06-26T04:09:21.061Z Compiling quick-error v1.2.3
14872026-06-26T04:09:21.172Z Compiling bit-vec v0.8.0
14882026-06-26T04:09:21.185Z Compiling simd-adler32 v0.3.8
14892026-06-26T04:09:21.409Z Compiling crossbeam-utils v0.8.21
14902026-06-26T04:09:21.420Z Compiling usdt-impl v0.6.0
14912026-06-26T04:09:21.534Z Compiling num_threads v0.1.7
14922026-06-26T04:09:21.615Z Compiling siphasher v1.0.2
14932026-06-26T04:09:21.635Z Compiling unicode-segmentation v1.12.0
14942026-06-26T04:09:21.682Z Compiling hyper-util v0.1.20
14952026-06-26T04:09:21.821Z Compiling syn v1.0.109
14962026-06-26T04:09:22.212Z Compiling time v0.3.47
14972026-06-26T04:09:22.226Z Compiling bit-set v0.8.0
14982026-06-26T04:09:22.350Z Compiling rusty-fork v0.3.1
14992026-06-26T04:09:22.389Z Compiling tower v0.5.3
15002026-06-26T04:09:22.681Z Compiling derive_builder_core v0.20.2
15012026-06-26T04:09:22.860Z Compiling dtrace-parser v0.3.0
15022026-06-26T04:09:22.972Z Compiling http-body-util v0.1.3
15032026-06-26T04:09:23.270Z Compiling webpki-roots v1.0.6
15042026-06-26T04:09:23.396Z Compiling signature v2.2.0
15052026-06-26T04:09:23.441Z Compiling dof v0.4.0
15062026-06-26T04:09:23.579Z Compiling thiserror-impl v1.0.69
15072026-06-26T04:09:23.583Z Compiling scroll_derive v0.12.1
15082026-06-26T04:09:23.653Z Compiling heapless v0.7.17
15092026-06-26T04:09:23.873Z Compiling rand_xorshift v0.4.0
15102026-06-26T04:09:23.894Z Compiling slog v2.8.2
15112026-06-26T04:09:24.039Z Compiling darling_core v0.21.3
15122026-06-26T04:09:24.077Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-26T04:09:24.266Z Compiling thread-id v5.1.0
15142026-06-26T04:09:24.353Z Compiling cookie v0.18.1
15152026-06-26T04:09:24.358Z Compiling paste v1.0.15
15162026-06-26T04:09:24.528Z Compiling adler2 v2.0.1
15172026-06-26T04:09:24.610Z Compiling allocator-api2 v0.2.21
15182026-06-26T04:09:24.624Z Compiling iri-string v0.7.10
15192026-06-26T04:09:24.656Z Compiling anyhow v1.0.102
15202026-06-26T04:09:24.825Z Compiling zstd-safe v7.2.4
15212026-06-26T04:09:24.929Z Compiling signal-hook v0.3.18
15222026-06-26T04:09:24.945Z Compiling unicode-properties v0.1.4
15232026-06-26T04:09:24.958Z Compiling unicode-bidi v0.3.18
15242026-06-26T04:09:25.017Z Compiling ryu v1.0.23
15252026-06-26T04:09:25.101Z Compiling unarray v0.1.4
15262026-06-26T04:09:25.145Z Compiling serde_urlencoded v0.7.1
15272026-06-26T04:09:25.195Z Compiling proptest v1.10.0
15282026-06-26T04:09:25.395Z Compiling stringprep v0.1.5
15292026-06-26T04:09:25.428Z Compiling thiserror v1.0.69
15302026-06-26T04:09:25.525Z Compiling miniz_oxide v0.8.9
15312026-06-26T04:09:25.810Z Compiling tower-http v0.6.8
15322026-06-26T04:09:26.130Z Compiling scroll v0.12.0
15332026-06-26T04:09:26.271Z Compiling derive_builder_macro v0.20.2
15342026-06-26T04:09:26.330Z Compiling tokio-native-tls v0.3.1
15352026-06-26T04:09:26.532Z Compiling darling_macro v0.21.3
15362026-06-26T04:09:26.555Z Compiling heck v0.4.1
15372026-06-26T04:09:26.693Z Compiling ipnetwork v0.21.1
15382026-06-26T04:09:26.726Z Compiling bstr v1.12.1
15392026-06-26T04:09:26.780Z Compiling rand_chacha v0.3.1
15402026-06-26T04:09:26.887Z Compiling serde_tokenstream v0.2.3
15412026-06-26T04:09:27.038Z Compiling erased-serde v0.3.31
15422026-06-26T04:09:27.091Z Compiling serde_spanned v0.6.9
15432026-06-26T04:09:27.194Z Compiling toml_datetime v0.6.11
15442026-06-26T04:09:27.241Z Compiling md-5 v0.10.6
15452026-06-26T04:09:27.374Z Compiling pin-project-internal v1.1.11
15462026-06-26T04:09:27.409Z Compiling zerocopy-derive v0.7.35
15472026-06-26T04:09:27.449Z Compiling async-trait v0.1.89
15482026-06-26T04:09:27.513Z Compiling curve25519-dalek v4.1.3
15492026-06-26T04:09:27.576Z Compiling vergen-lib v9.1.0
15502026-06-26T04:09:27.754Z Compiling num-integer v0.1.46
15512026-06-26T04:09:27.842Z Compiling hash32 v0.2.1
15522026-06-26T04:09:28.034Z Compiling ff v0.13.1
15532026-06-26T04:09:28.073Z Compiling memoffset v0.9.1
15542026-06-26T04:09:28.231Z Compiling encoding_rs v0.8.35
15552026-06-26T04:09:28.272Z Compiling psl-types v2.0.11
15562026-06-26T04:09:28.328Z Compiling mime v0.3.17
15572026-06-26T04:09:28.399Z Compiling smoltcp v0.9.1
15582026-06-26T04:09:28.484Z Compiling cfg_aliases v0.2.1
15592026-06-26T04:09:28.489Z Compiling ref-cast v1.0.25
15602026-06-26T04:09:28.564Z Compiling fallible-iterator v0.2.0
15612026-06-26T04:09:28.584Z Compiling zlib-rs v0.6.2
15622026-06-26T04:09:28.737Z Compiling num-bigint-dig v0.8.6
15632026-06-26T04:09:28.783Z Compiling litrs v1.0.0
15642026-06-26T04:09:28.884Z Compiling base16ct v0.2.0
15652026-06-26T04:09:28.926Z Compiling rustix v0.38.44
15662026-06-26T04:09:29.062Z Compiling sec1 v0.7.3
15672026-06-26T04:09:29.295Z Compiling document-features v0.2.12
15682026-06-26T04:09:29.355Z Compiling postgres-protocol v0.6.10
15692026-06-26T04:09:29.452Z Compiling nix v0.31.2
15702026-06-26T04:09:29.745Z Compiling pin-project v1.1.11
15712026-06-26T04:09:29.812Z Compiling publicsuffix v2.3.0
15722026-06-26T04:09:29.886Z Compiling zerocopy v0.7.35
15732026-06-26T04:09:29.908Z Compiling group v0.13.0
15742026-06-26T04:09:29.979Z Compiling num-iter v0.1.45
15752026-06-26T04:09:30.139Z Compiling newtype-uuid v1.3.2
15762026-06-26T04:09:30.373Z Compiling hubpack_derive v0.1.1
15772026-06-26T04:09:30.404Z Compiling darling v0.21.3
15782026-06-26T04:09:30.420Z Compiling rand v0.8.6
15792026-06-26T04:09:30.441Z Compiling oxnet v0.1.6
15802026-06-26T04:09:30.485Z Compiling snafu-derive v0.8.9
15812026-06-26T04:09:30.544Z Compiling derive_builder v0.20.2
15822026-06-26T04:09:30.804Z Compiling hyper-tls v0.6.0
15832026-06-26T04:09:30.855Z Compiling goblin v0.8.2
15842026-06-26T04:09:31.495Z Compiling flate2 v1.1.9
15852026-06-26T04:09:31.586Z Compiling phf_shared v0.13.1
15862026-06-26T04:09:31.829Z Compiling lazy_static v1.5.0
15872026-06-26T04:09:31.832Z Compiling regex v1.12.3
15882026-06-26T04:09:31.855Z Compiling anstyle-parse v0.2.7
15892026-06-26T04:09:31.887Z Compiling strum_macros v0.27.2
15902026-06-26T04:09:31.922Z Compiling futures-executor v0.3.32
15912026-06-26T04:09:32.040Z Compiling hex v0.4.3
15922026-06-26T04:09:32.181Z Compiling hkdf v0.12.4
15932026-06-26T04:09:32.266Z Compiling crypto-bigint v0.5.5
15942026-06-26T04:09:32.315Z Compiling terminal_size v0.4.3
15952026-06-26T04:09:32.346Z Compiling ref-cast-impl v1.0.25
15962026-06-26T04:09:32.382Z Compiling daft-derive v0.1.7
15972026-06-26T04:09:32.448Z Compiling curve25519-dalek-derive v0.1.1
15982026-06-26T04:09:32.892Z Compiling vergen v9.1.0
15992026-06-26T04:09:33.073Z Compiling fs-err v3.3.0
16002026-06-26T04:09:33.097Z Compiling cargo-platform v0.3.2
16012026-06-26T04:09:33.143Z Compiling ahash v0.8.12
16022026-06-26T04:09:33.352Z Compiling object v0.37.3
16032026-06-26T04:09:33.358Z Compiling foldhash v0.2.0
16042026-06-26T04:09:33.399Z Compiling bumpalo v3.20.2
16052026-06-26T04:09:33.581Z Compiling winnow v0.5.40
16062026-06-26T04:09:33.595Z Compiling managed v0.8.0
16072026-06-26T04:09:33.657Z Compiling libbz2-rs-sys v0.2.2
16082026-06-26T04:09:33.812Z Compiling same-file v1.0.6
16092026-06-26T04:09:33.863Z Compiling foldhash v0.1.5
16102026-06-26T04:09:33.982Z Compiling bitflags v1.3.2
16112026-06-26T04:09:34.059Z Compiling hashbrown v0.15.5
16122026-06-26T04:09:34.356Z Compiling bzip2 v0.6.1
16132026-06-26T04:09:34.454Z Compiling clap_builder v4.6.0
16142026-06-26T04:09:34.468Z Compiling walkdir v2.5.0
16152026-06-26T04:09:34.563Z Compiling strum v0.27.2
16162026-06-26T04:09:34.641Z Compiling zopfli v0.8.3
16172026-06-26T04:09:34.741Z Compiling hashbrown v0.16.1
16182026-06-26T04:09:34.859Z Compiling cargo_metadata v0.23.1
16192026-06-26T04:09:34.922Z Compiling toml_edit v0.19.15
16202026-06-26T04:09:35.051Z Compiling elliptic-curve v0.13.8
16212026-06-26T04:09:35.281Z Compiling dof v0.3.0
16222026-06-26T04:09:35.345Z Compiling daft v0.1.7
16232026-06-26T04:09:35.750Z Compiling snafu v0.8.9
16242026-06-26T04:09:35.989Z Compiling futures v0.3.32
16252026-06-26T04:09:36.073Z Compiling anstream v0.6.21
16262026-06-26T04:09:36.203Z Compiling phf v0.13.1
16272026-06-26T04:09:36.254Z Compiling signal-hook-mio v0.2.5
16282026-06-26T04:09:36.378Z Compiling cookie_store v0.22.1
16292026-06-26T04:09:36.385Z Compiling bzip2 v0.4.4
16302026-06-26T04:09:36.602Z Compiling zstd v0.13.3
16312026-06-26T04:09:36.724Z Compiling hubpack v0.1.2
16322026-06-26T04:09:36.870Z Compiling serde_with_macros v3.17.0
16332026-06-26T04:09:37.028Z Compiling postgres-types v0.2.12
16342026-06-26T04:09:37.422Z Compiling usdt-macro v0.6.0
16352026-06-26T04:09:37.558Z Compiling usdt-attr-macro v0.6.0
16362026-06-26T04:09:37.582Z Compiling globset v0.4.18
16372026-06-26T04:09:37.990Z Compiling dtrace-parser v0.2.0
16382026-06-26T04:09:38.172Z Compiling ed25519 v2.2.3
16392026-06-26T04:09:38.196Z Compiling phf_shared v0.11.3
16402026-06-26T04:09:38.269Z Compiling olpc-cjson v0.1.4
16412026-06-26T04:09:38.352Z Compiling pkcs1 v0.7.5
16422026-06-26T04:09:38.385Z Compiling strum_macros v0.26.4
16432026-06-26T04:09:38.434Z Compiling enum-as-inner v0.6.1
16442026-06-26T04:09:38.503Z Compiling clap_derive v4.6.1
16452026-06-26T04:09:38.761Z Compiling serde_plain v1.0.2
16462026-06-26T04:09:38.783Z Compiling serde-big-array v0.5.1
16472026-06-26T04:09:38.930Z Compiling rfc6979 v0.4.0
16482026-06-26T04:09:38.930Z Compiling pem v3.0.6
16492026-06-26T04:09:38.962Z Compiling async-recursion v1.1.1
16502026-06-26T04:09:39.075Z Compiling serde_repr v0.1.20
16512026-06-26T04:09:39.107Z Compiling float-cmp v0.10.0
16522026-06-26T04:09:39.256Z Compiling thread-id v4.2.2
16532026-06-26T04:09:39.269Z Compiling memmap2 v0.9.10
16542026-06-26T04:09:39.334Z Compiling env_filter v1.0.0
16552026-06-26T04:09:39.473Z Compiling static_assertions v1.1.0
16562026-06-26T04:09:39.556Z Compiling precomputed-hash v0.1.1
16572026-06-26T04:09:39.597Z Compiling fixedbitset v0.4.2
16582026-06-26T04:09:39.614Z Compiling whoami v2.1.0
16592026-06-26T04:09:39.637Z Compiling difflib v0.4.0
16602026-06-26T04:09:39.652Z Compiling keccak v0.1.6
16612026-06-26T04:09:39.821Z Compiling predicates-core v1.0.10
16622026-06-26T04:09:39.984Z Compiling new_debug_unreachable v1.0.6
16632026-06-26T04:09:39.997Z Compiling typed-path v0.9.3
16642026-06-26T04:09:40.058Z Compiling fixedbitset v0.5.7
16652026-06-26T04:09:40.137Z Compiling normalize-line-endings v0.3.0
16662026-06-26T04:09:40.189Z Compiling jiff v0.2.21
16672026-06-26T04:09:40.230Z Compiling data-encoding v2.10.0
16682026-06-26T04:09:40.275Z Compiling either v1.15.0
16692026-06-26T04:09:40.353Z Compiling clap v4.6.1
16702026-06-26T04:09:40.385Z Compiling petgraph v0.8.3
16712026-06-26T04:09:40.435Z Compiling toml_edit v0.22.27
16722026-06-26T04:09:40.476Z Compiling itertools v0.13.0
16732026-06-26T04:09:40.911Z Compiling hickory-proto v0.25.2
16742026-06-26T04:09:41.208Z Compiling predicates v3.1.4
16752026-06-26T04:09:41.725Z Compiling strum v0.26.3
16762026-06-26T04:09:41.837Z Compiling string_cache v0.8.9
16772026-06-26T04:09:41.857Z Compiling tokio-postgres v0.7.16
16782026-06-26T04:09:41.861Z Compiling sha3 v0.10.8
16792026-06-26T04:09:42.068Z Compiling petgraph v0.6.5
16802026-06-26T04:09:42.344Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16812026-06-26T04:09:42.355Z Compiling env_logger v0.11.9
16822026-06-26T04:09:42.743Z Compiling usdt v0.6.0
16832026-06-26T04:09:42.976Z Compiling zip v4.6.1
16842026-06-26T04:09:43.166Z Compiling usdt-impl v0.5.0
16852026-06-26T04:09:43.616Z Compiling ecdsa v0.16.9
16862026-06-26T04:09:43.757Z Compiling rsa v0.9.10
16872026-06-26T04:09:43.973Z Compiling ed25519-dalek v2.2.0
16882026-06-26T04:09:44.015Z Compiling serde_with v3.17.0
16892026-06-26T04:09:44.169Z Compiling crossterm v0.28.1
16902026-06-26T04:09:44.637Z Compiling zip v0.6.6
16912026-06-26T04:09:45.224Z Compiling toml v0.7.8
16922026-06-26T04:09:45.449Z Compiling iddqd v0.4.2
16932026-06-26T04:09:45.817Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-26T04:09:45.877Z Compiling similar v2.7.0
16952026-06-26T04:09:45.917Z Compiling crossbeam-epoch v0.9.18
16962026-06-26T04:09:46.027Z Compiling tokio-stream v0.1.18
16972026-06-26T04:09:46.247Z Compiling buf-list v1.1.2
16982026-06-26T04:09:46.452Z Compiling x509-cert v0.2.5
16992026-06-26T04:09:46.490Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-26T04:09:46.521Z Compiling openapiv3 v2.2.0
17012026-06-26T04:09:46.741Z Compiling sha1 v0.10.6
17022026-06-26T04:09:46.745Z Compiling peg-runtime v0.8.5
17032026-06-26T04:09:46.782Z Compiling lalrpop-util v0.19.12
17042026-06-26T04:09:46.960Z Compiling thread_local v1.1.9
17052026-06-26T04:09:46.976Z Compiling slog-async v2.8.0
17062026-06-26T04:09:47.030Z Compiling crossbeam-channel v0.5.15
17072026-06-26T04:09:47.097Z Compiling filetime v0.2.27
17082026-06-26T04:09:47.215Z Compiling is-terminal v0.4.17
17092026-06-26T04:09:47.269Z Compiling term v1.2.1
17102026-06-26T04:09:47.285Z Compiling take_mut v0.2.2
17112026-06-26T04:09:47.307Z Compiling xattr v1.6.1
17122026-06-26T04:09:47.478Z Compiling tar v0.4.45
17132026-06-26T04:09:47.845Z Compiling slog-term v2.9.2
17142026-06-26T04:09:57.790Z Compiling rustls-webpki v0.103.9
17152026-06-26T04:10:00.640Z Compiling tokio-rustls v0.26.4
17162026-06-26T04:10:00.641Z Compiling rustls-platform-verifier v0.6.2
17172026-06-26T04:10:00.839Z Compiling hyper-rustls v0.27.7
17182026-06-26T04:10:01.036Z Compiling reqwest v0.12.28
17192026-06-26T04:10:01.039Z Compiling reqwest v0.13.2
17202026-06-26T04:10:02.347Z Compiling tough v0.22.0
17212026-06-26T04:10:04.921Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-26T04:10:05.122Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-26T04:10:08.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17242026-06-26T04:10:08.160Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17252026-06-26T04:10:08.212ZJun 26 04:10:07.018 INFO Starting download, target: Cockroach
17262026-06-26T04:10:08.212ZJun 26 04:10:07.018 INFO Starting download, target: Clickhouse
17272026-06-26T04:10:08.212ZJun 26 04:10:07.018 INFO Starting download, target: DendriteStub
17282026-06-26T04:10:08.215ZJun 26 04:10:07.019 INFO Starting download, target: Console
17292026-06-26T04:10:08.215ZJun 26 04:10:07.019 INFO Starting download, target: MaghemiteMgd
17302026-06-26T04:10:08.215ZJun 26 04:10:07.019 INFO Starting download, target: MaghemiteDdmd
17312026-06-26T04:10:08.215ZJun 26 04:10:07.019 INFO Starting download, target: TransceiverControl
17322026-06-26T04:10:08.215ZJun 26 04:10:07.019 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-26T04:10:08.215ZJun 26 04:10:07.019 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-06-26T04:10:08.215ZJun 26 04:10:07.019 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17352026-06-26T04:10:08.215ZJun 26 04:10:07.019 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-06-26T04:10:08.215ZJun 26 04:10:07.019 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-06-26T04:10:08.215ZJun 26 04:10:07.019 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-06-26T04:10:08.215ZJun 26 04:10:07.019 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-06-26T04:10:08.706ZJun 26 04:10:07.507 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-06-26T04:10:08.929ZJun 26 04:10:07.728 INFO Download complete, target: TransceiverControl
17412026-06-26T04:10:09.926ZJun 26 04:10:08.729 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-06-26T04:10:10.023ZJun 26 04:10:08.827 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-06-26T04:10:10.151ZJun 26 04:10:08.947 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17442026-06-26T04:10:10.189ZJun 26 04:10:08.987 INFO Download complete, target: Console
17452026-06-26T04:10:10.547ZJun 26 04:10:09.343 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-06-26T04:10:10.615ZJun 26 04:10:09.404 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-06-26T04:10:12.026ZJun 26 04:10:10.831 INFO Download complete, target: MaghemiteDdmd
17482026-06-26T04:10:12.119ZJun 26 04:10:10.926 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-06-26T04:10:12.119ZJun 26 04:10:10.926 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-06-26T04:10:13.079ZJun 26 04:10:11.886 INFO Download complete, target: DendriteStub
17512026-06-26T04:10:13.170ZJun 26 04:10:11.976 INFO Download complete, target: MaghemiteMgd
17522026-06-26T04:10:16.777ZJun 26 04:10:15.584 INFO Checking that binary works, target: Cockroach
17532026-06-26T04:10:16.841ZJun 26 04:10:15.647 INFO Checking that binary works, target: Clickhouse
17542026-06-26T04:10:16.897ZJun 26 04:10:15.703 INFO Download complete, target: Cockroach
17552026-06-26T04:10:16.981ZJun 26 04:10:15.788 INFO Download complete, target: Clickhouse
17562026-06-26T04:10:16.996ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-26T04:10:16.999Z
17582026-06-26T04:10:16.999Zreal 2:06.465317678
17592026-06-26T04:10:16.999Zuser 6:54.546717126
17602026-06-26T04:10:16.999Zsys 1:25.115081401
17612026-06-26T04:10:16.999Ztrap 0.227766461
17622026-06-26T04:10:16.999Ztflt 0.689074028
17632026-06-26T04:10:16.999Zdflt 0.557357637
17642026-06-26T04:10:16.999Zkflt 0.024179702
17652026-06-26T04:10:16.999Zlock 22:28.443139913
17662026-06-26T04:10:16.999Zslp 21:25.900763900
17672026-06-26T04:10:16.999Zlat 42.207925642
17682026-06-26T04:10:16.999Zstop 1:57.116229450
17692026-06-26T04:10:16.999Z+ banner clippy
17702026-06-26T04:10:16.999Z
17712026-06-26T04:10:16.999Z #### # # ##### ##### # #
17722026-06-26T04:10:16.999Z # # # # # # # # # #
17732026-06-26T04:10:16.999Z # # # # # # # #
17742026-06-26T04:10:16.999Z # # # ##### ##### #
17752026-06-26T04:10:16.999Z # # # # # # #
17762026-06-26T04:10:16.999Z #### ###### # # # #
17772026-06-26T04:10:16.999Z
17782026-06-26T04:10:16.999Z+ export CARGO_INCREMENTAL=0
17792026-06-26T04:10:17.000Z+ CARGO_INCREMENTAL=0
17802026-06-26T04:10:17.000Z+ ptime -m cargo xtask clippy
17812026-06-26T04:10:17.466Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-26T04:10:17.676Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-26T04:10:19.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17842026-06-26T04:10:19.643Z Running `target/debug/xtask clippy`
17852026-06-26T04:10:19.671Zrunning: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17862026-06-26T04:10:20.231Z Downloading crates ...
17872026-06-26T04:10:20.445Z Downloaded plotters-backend v0.3.7
17882026-06-26T04:10:20.448Z Downloaded termcolor v1.4.1
17892026-06-26T04:10:20.453Z Downloaded datatest-stable v0.3.3
17902026-06-26T04:10:20.465Z Downloaded approx v0.5.1
17912026-06-26T04:10:20.479Z Downloaded cast v0.3.0
17922026-06-26T04:10:20.482Z Downloaded knuffel-derive v3.2.0
17932026-06-26T04:10:20.488Z Downloaded similar-asserts v1.7.0
17942026-06-26T04:10:20.491Z Downloaded assert-json-diff v2.0.2
17952026-06-26T04:10:20.498Z Downloaded plotters v0.3.7
17962026-06-26T04:10:20.502Z Downloaded rstest v0.25.0
17972026-06-26T04:10:20.506Z Downloaded escape8259 v0.5.3
17982026-06-26T04:10:20.509Z Downloaded async-lock v3.4.2
17992026-06-26T04:10:20.509Z Downloaded constant_time_eq v0.3.1
18002026-06-26T04:10:20.512Z Downloaded addr2line v0.25.1
18012026-06-26T04:10:20.515Z Downloaded target-lexicon v0.13.3
18022026-06-26T04:10:20.518Z Downloaded event-listener v5.4.1
18032026-06-26T04:10:20.549Z Downloaded target-spec v3.5.7
18042026-06-26T04:10:20.549Z Downloaded chumsky v0.9.3
18052026-06-26T04:10:20.549Z Downloaded textwrap v0.15.2
18062026-06-26T04:10:20.549Z Downloaded rust-argon2 v2.1.0
18072026-06-26T04:10:20.549Z Downloaded pathdiff v0.2.3
18082026-06-26T04:10:20.549Z Downloaded httptest v0.16.4
18092026-06-26T04:10:20.552Z Downloaded nested v0.1.1
18102026-06-26T04:10:20.552Z Downloaded parking v2.2.1
18112026-06-26T04:10:20.564Z Downloaded miette-derive v5.10.0
18122026-06-26T04:10:20.574Z Downloaded plotters-svg v0.3.7
18132026-06-26T04:10:20.577Z Downloaded target-triple v1.0.0
18142026-06-26T04:10:20.586Z Downloaded libtest-mimic v0.8.1
18152026-06-26T04:10:20.589Z Downloaded supports-color v2.1.0
18162026-06-26T04:10:20.592Z Downloaded hickory-client v0.25.2
18172026-06-26T04:10:20.592Z Downloaded gimli v0.32.3
18182026-06-26T04:10:20.596Z Downloaded futures-timer v3.0.3
18192026-06-26T04:10:20.599Z Downloaded concurrent-queue v2.5.0
18202026-06-26T04:10:20.599Z Downloaded criterion-plot v0.6.0
18212026-06-26T04:10:20.602Z Downloaded rustc-demangle v0.1.27
18222026-06-26T04:10:20.602Z Downloaded relative-path v1.9.3
18232026-06-26T04:10:20.605Z Downloaded blake2b_simd v1.0.4
18242026-06-26T04:10:20.618Z Downloaded stringmetrics v2.2.2
18252026-06-26T04:10:20.621Z Downloaded owo-colors v3.5.0
18262026-06-26T04:10:20.624Z Downloaded path-tree v0.8.3
18272026-06-26T04:10:20.628Z Downloaded rand_distr v0.5.1
18282026-06-26T04:10:20.631Z Downloaded fancy-regex v0.14.0
18292026-06-26T04:10:20.637Z Downloaded trybuild v1.0.116
18302026-06-26T04:10:20.637Z Downloaded backtrace v0.3.76
18312026-06-26T04:10:20.640Z Downloaded guppy v0.17.25
18322026-06-26T04:10:20.645Z Downloaded miette v5.10.0
18332026-06-26T04:10:20.668Z Downloaded linkme-impl v0.3.35
18342026-06-26T04:10:20.710Z Downloaded oorandom v11.1.5
18352026-06-26T04:10:20.769Z Downloaded rstest_macros v0.25.0
18362026-06-26T04:10:20.779Z Downloaded partial-io v0.5.4
18372026-06-26T04:10:20.787Z Downloaded linkme v0.3.35
18382026-06-26T04:10:20.805Z Downloaded hashbrown v0.14.5
18392026-06-26T04:10:20.808Z Downloaded event-listener-strategy v0.5.4
18402026-06-26T04:10:20.811Z Downloaded anes v0.1.6
18412026-06-26T04:10:20.811Z Downloaded assert_cmd v2.1.2
18422026-06-26T04:10:20.825Z Downloaded tinytemplate v1.2.1
18432026-06-26T04:10:20.834Z Downloaded terminal_size v0.1.17
18442026-06-26T04:10:20.840Z Downloaded serde_regex v1.1.0
18452026-06-26T04:10:20.844Z Downloaded async-object-pool v0.2.0
18462026-06-26T04:10:20.847Z Downloaded knuffel v3.2.0
18472026-06-26T04:10:20.859Z Downloaded supports-hyperlinks v2.1.0
18482026-06-26T04:10:20.862Z Downloaded backtrace-ext v0.2.1
18492026-06-26T04:10:20.865Z Downloaded supports-unicode v2.1.0
18502026-06-26T04:10:20.868Z Downloaded criterion v0.7.0
18512026-06-26T04:10:20.927Z Downloaded guppy-workspace-hack v0.1.0
18522026-06-26T04:10:21.220Z Downloaded cfg-expr v0.20.6
18532026-06-26T04:10:21.607Z Downloaded httpmock v0.8.3
18542026-06-26T04:10:23.287Z Checking cfg-if v1.0.4
18552026-06-26T04:10:23.646Z Checking libc v0.2.185
18562026-06-26T04:10:23.650Z Checking serde_core v1.0.228
18572026-06-26T04:10:23.726Z Checking memchr v2.8.0
18582026-06-26T04:10:23.764Z Checking smallvec v1.15.1
18592026-06-26T04:10:23.806Z Checking itoa v1.0.17
18602026-06-26T04:10:23.844Z Checking log v0.4.29
18612026-06-26T04:10:23.888Z Checking zeroize v1.8.2
18622026-06-26T04:10:23.888Z Checking libm v0.2.16
18632026-06-26T04:10:23.969Z Checking scopeguard v1.2.0
18642026-06-26T04:10:24.008Z Checking stable_deref_trait v1.2.1
18652026-06-26T04:10:24.048Z Checking zmij v1.0.21
18662026-06-26T04:10:24.088Z Checking errno v0.3.14
18672026-06-26T04:10:24.121Z Checking getrandom v0.2.17
18682026-06-26T04:10:24.126Z Checking lock_api v0.4.14
18692026-06-26T04:10:24.190Z Checking zerofrom v0.1.6
18702026-06-26T04:10:24.229Z Checking percent-encoding v2.3.2
18712026-06-26T04:10:24.264Z Checking litemap v0.8.1
18722026-06-26T04:10:24.300Z Checking writeable v0.6.2
18732026-06-26T04:10:24.336Z Checking yoke v0.8.1
18742026-06-26T04:10:24.374Z Checking icu_properties_data v2.1.2
18752026-06-26T04:10:24.377Z Checking icu_normalizer_data v2.1.1
18762026-06-26T04:10:24.444Z Checking subtle v2.6.1
18772026-06-26T04:10:24.483Z Checking form_urlencoded v1.2.2
18782026-06-26T04:10:24.519Z Checking utf8_iter v1.0.4
18792026-06-26T04:10:24.556Z Checking zerovec v0.11.5
18802026-06-26T04:10:24.556Z Checking zerotrie v0.2.3
18812026-06-26T04:10:24.560Z Checking rand_core v0.6.4
18822026-06-26T04:10:24.658Z Checking num-traits v0.2.19
18832026-06-26T04:10:24.658Z Checking pin-project-lite v0.2.17
18842026-06-26T04:10:24.725Z Checking zerocopy v0.8.40
18852026-06-26T04:10:24.728Z Checking rand_core v0.10.0
18862026-06-26T04:10:24.810Z Checking parking_lot_core v0.9.12
18872026-06-26T04:10:24.859Z Checking portable-atomic v1.13.1
18882026-06-26T04:10:24.900Z Checking signal-hook-registry v1.4.8
18892026-06-26T04:10:24.936Z Checking getrandom v0.4.1
18902026-06-26T04:10:25.002Z Checking tinystr v0.8.2
18912026-06-26T04:10:25.043Z Checking potential_utf v0.1.4
18922026-06-26T04:10:25.088Z Checking parking_lot v0.12.5
18932026-06-26T04:10:25.126Z Checking critical-section v1.2.0
18942026-06-26T04:10:25.192Z Checking serde v1.0.228
18952026-06-26T04:10:25.196Z Checking serde_json v1.0.149
18962026-06-26T04:10:25.261Z Checking bitflags v2.11.0
18972026-06-26T04:10:25.261Z Checking icu_locale_core v2.1.1
18982026-06-26T04:10:25.265Z Checking icu_collections v2.1.1
18992026-06-26T04:10:25.364Z Checking once_cell v1.21.3
19002026-06-26T04:10:25.399Z Checking mio v1.2.0
19012026-06-26T04:10:25.455Z Checking typenum v1.19.0
19022026-06-26T04:10:25.571Z Checking socket2 v0.6.3
19032026-06-26T04:10:25.621Z Checking bytes v1.11.1
19042026-06-26T04:10:25.669Z Checking iana-time-zone v0.1.65
19052026-06-26T04:10:25.719Z Checking uuid v1.23.0
19062026-06-26T04:10:25.807Z Checking chrono v0.4.44
19072026-06-26T04:10:25.845Z Checking thiserror v2.0.18
19082026-06-26T04:10:25.881Z Checking icu_provider v2.1.1
19092026-06-26T04:10:25.924Z Checking semver v1.0.28
19102026-06-26T04:10:25.981Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19112026-06-26T04:10:26.021Z Checking generic-array v0.14.7
19122026-06-26T04:10:26.054Z Checking futures-core v0.3.32
19132026-06-26T04:10:26.090Z Checking tokio v1.52.1
19142026-06-26T04:10:26.134Z Checking icu_properties v2.1.2
19152026-06-26T04:10:26.171Z Checking icu_normalizer v2.1.1
19162026-06-26T04:10:26.209Z Checking dyn-clone v1.0.20
19172026-06-26T04:10:26.292Z Checking equivalent v1.0.2
19182026-06-26T04:10:26.342Z Checking const-oid v0.9.6
19192026-06-26T04:10:26.404Z Checking rustix v1.1.3
19202026-06-26T04:10:26.491Z Checking crypto-common v0.1.7
19212026-06-26T04:10:26.526Z Checking block-buffer v0.10.4
19222026-06-26T04:10:26.641Z Checking byteorder v1.5.0
19232026-06-26T04:10:26.679Z Checking futures-sink v0.3.32
19242026-06-26T04:10:26.715Z Checking slab v0.4.12
19252026-06-26T04:10:26.805Z Checking futures-channel v0.3.32
19262026-06-26T04:10:26.875Z Checking futures-task v0.3.32
19272026-06-26T04:10:26.911Z Checking futures-io v0.3.32
19282026-06-26T04:10:26.968Z Checking idna_adapter v1.2.1
19292026-06-26T04:10:27.060Z Checking cpufeatures v0.2.17
19302026-06-26T04:10:27.065Z Checking thiserror v1.0.69
19312026-06-26T04:10:27.065Z Checking digest v0.10.7
19322026-06-26T04:10:27.065Z Checking futures-util v0.3.32
19332026-06-26T04:10:27.162Z Checking idna v1.1.0
19342026-06-26T04:10:27.165Z Checking hashbrown v0.17.0
19352026-06-26T04:10:27.230Z Checking getrandom v0.3.4
19362026-06-26T04:10:27.264Z Checking fnv v1.0.7
19372026-06-26T04:10:27.320Z Checking regex-syntax v0.8.10
19382026-06-26T04:10:27.384Z Checking http v1.4.0
19392026-06-26T04:10:27.422Z Checking tracing-core v0.1.36
19402026-06-26T04:10:27.454Z Checking url v2.5.8
19412026-06-26T04:10:27.507Z Checking ppv-lite86 v0.2.21
19422026-06-26T04:10:27.683Z Checking indexmap v2.14.0
19432026-06-26T04:10:27.761Z Checking base64 v0.22.1
19442026-06-26T04:10:27.827Z Checking utf8parse v0.2.2
19452026-06-26T04:10:27.922Z Checking schemars v0.8.22
19462026-06-26T04:10:27.960Z Checking tracing v0.1.44
19472026-06-26T04:10:27.996Z Checking anstyle v1.0.14
19482026-06-26T04:10:28.030Z Checking anstyle-query v1.1.5
19492026-06-26T04:10:28.161Z Checking base64ct v1.8.3
19502026-06-26T04:10:28.206Z Checking is_terminal_polyfill v1.70.2
19512026-06-26T04:10:28.243Z Checking colorchoice v1.0.4
19522026-06-26T04:10:28.286Z Checking block-padding v0.3.3
19532026-06-26T04:10:28.324Z Checking ipnet v2.11.0
19542026-06-26T04:10:28.369Z Checking untrusted v0.9.0
19552026-06-26T04:10:28.425Z Checking anstyle-parse v1.0.0
19562026-06-26T04:10:28.461Z Checking inout v0.1.4
19572026-06-26T04:10:28.507Z Checking ring v0.17.14
19582026-06-26T04:10:28.606Z Checking terminal_size v0.4.3
19592026-06-26T04:10:28.609Z Checking aho-corasick v1.1.4
19602026-06-26T04:10:28.640Z Checking crossbeam-utils v0.8.21
19612026-06-26T04:10:28.708Z Checking unicode-ident v1.0.24
19622026-06-26T04:10:28.712Z Checking cipher v0.4.4
19632026-06-26T04:10:28.776Z Checking anstream v1.0.0
19642026-06-26T04:10:28.846Z Checking proc-macro2 v1.0.106
19652026-06-26T04:10:28.976Z Checking clap_lex v1.0.0
19662026-06-26T04:10:29.013Z Checking strsim v0.11.1
19672026-06-26T04:10:29.016Z Checking pem-rfc7468 v0.7.0
19682026-06-26T04:10:29.082Z Checking sha2 v0.10.9
19692026-06-26T04:10:29.153Z Checking rustls-pki-types v1.14.0
19702026-06-26T04:10:29.190Z Checking quote v1.0.45
19712026-06-26T04:10:29.235Z Checking clap_builder v4.6.0
19722026-06-26T04:10:29.261Z Checking httparse v1.10.1
19732026-06-26T04:10:29.341Z Checking tokio-util v0.7.18
19742026-06-26T04:10:29.381Z Checking regex-automata v0.4.14
19752026-06-26T04:10:29.385Z Checking powerfmt v0.2.0
19762026-06-26T04:10:29.385Z Checking syn v2.0.117
19772026-06-26T04:10:29.479Z Checking rand_core v0.9.5
19782026-06-26T04:10:29.515Z Checking hmac v0.12.1
19792026-06-26T04:10:29.518Z Checking time-core v0.1.8
19802026-06-26T04:10:29.615Z Checking deranged v0.5.8
19812026-06-26T04:10:29.674Z Checking num_threads v0.1.7
19822026-06-26T04:10:29.711Z Checking num-conv v0.2.0
19832026-06-26T04:10:29.714Z Checking erased-serde v0.3.31
19842026-06-26T04:10:29.788Z Checking flagset v0.4.7
19852026-06-26T04:10:29.889Z Checking http-body v1.0.1
19862026-06-26T04:10:29.939Z Checking der v0.7.10
19872026-06-26T04:10:29.974Z Checking allocator-api2 v0.2.21
19882026-06-26T04:10:30.045Z Checking atomic-waker v1.1.2
19892026-06-26T04:10:30.118Z Checking slog v2.8.2
19902026-06-26T04:10:30.172Z Checking rand_chacha v0.9.0
19912026-06-26T04:10:30.277Z Checking anyhow v1.0.102
19922026-06-26T04:10:30.402Z Checking try-lock v0.2.5
19932026-06-26T04:10:30.443Z Checking httpdate v1.0.3
19942026-06-26T04:10:30.486Z Checking clap v4.6.1
19952026-06-26T04:10:30.522Z Checking rand v0.9.2
19962026-06-26T04:10:30.557Z Checking time v0.3.47
19972026-06-26T04:10:30.560Z Checking want v0.3.1
19982026-06-26T04:10:30.625Z Checking h2 v0.4.13
19992026-06-26T04:10:30.628Z Checking spin v0.9.8
20002026-06-26T04:10:30.702Z Checking tower-service v0.3.3
20012026-06-26T04:10:30.738Z Checking ryu v1.0.23
20022026-06-26T04:10:30.820Z Checking tower-layer v0.3.3
20032026-06-26T04:10:30.868Z Checking pin-utils v0.1.0
20042026-06-26T04:10:30.903Z Checking ipnetwork v0.21.1
20052026-06-26T04:10:30.964Z Checking socket2 v0.5.10
20062026-06-26T04:10:30.998Z Checking mime v0.3.17
20072026-06-26T04:10:31.034Z Checking fastrand v2.3.0
20082026-06-26T04:10:31.142Z Checking spki v0.7.3
20092026-06-26T04:10:31.198Z Checking pbkdf2 v0.12.2
20102026-06-26T04:10:31.235Z Checking aes v0.8.4
20112026-06-26T04:10:31.240Z Checking http-body-util v0.1.3
20122026-06-26T04:10:31.301Z Checking cbc v0.1.2
20132026-06-26T04:10:31.336Z Checking salsa20 v0.10.2
20142026-06-26T04:10:31.339Z Checking rand_chacha v0.3.1
20152026-06-26T04:10:31.453Z Checking hex v0.4.3
20162026-06-26T04:10:31.506Z Checking aws-lc-sys v0.40.0
20172026-06-26T04:10:31.540Z Checking untrusted v0.7.1
20182026-06-26T04:10:31.575Z Checking simd-adler32 v0.3.8
20192026-06-26T04:10:31.657Z Checking pretty-hex v0.4.1
20202026-06-26T04:10:31.694Z Checking rand v0.8.6
20212026-06-26T04:10:31.697Z Checking scrypt v0.11.0
20222026-06-26T04:10:31.697Z Checking tempfile v3.25.0
20232026-06-26T04:10:31.729Z Checking plain v0.2.3
20242026-06-26T04:10:31.889Z Checking openssl-probe v0.2.1
20252026-06-26T04:10:31.893Z Checking adler2 v2.0.1
20262026-06-26T04:10:31.962Z Checking regex v1.12.3
20272026-06-26T04:10:32.017Z Checking pkcs5 v0.7.1
20282026-06-26T04:10:32.023Z Checking aws-lc-rs v1.16.3
20292026-06-26T04:10:32.091Z Checking serde_urlencoded v0.7.1
20302026-06-26T04:10:32.094Z Checking miniz_oxide v0.8.9
20312026-06-26T04:10:32.121Z Checking encoding_rs v0.8.35
20322026-06-26T04:10:32.256Z Checking ucd-trie v0.1.7
20332026-06-26T04:10:32.297Z Checking camino v1.2.2
20342026-06-26T04:10:32.333Z Checking rustls-native-certs v0.8.3
20352026-06-26T04:10:32.336Z Checking pkcs8 v0.10.2
20362026-06-26T04:10:32.411Z Checking pest v2.8.6
20372026-06-26T04:10:32.489Z Checking oxnet v0.1.6
20382026-06-26T04:10:32.526Z Checking futures-executor v0.3.32
20392026-06-26T04:10:32.571Z Checking sync_wrapper v1.0.2
20402026-06-26T04:10:32.576Z Checking either v1.15.0
20412026-06-26T04:10:32.702Z Checking futures v0.3.32
20422026-06-26T04:10:32.705Z Checking tower v0.5.3
20432026-06-26T04:10:32.774Z Checking webpki-roots v1.0.6
20442026-06-26T04:10:32.812Z Checking crc32fast v1.5.0
20452026-06-26T04:10:32.815Z Checking iri-string v0.7.10
20462026-06-26T04:10:32.896Z Checking rustls-webpki v0.103.9
20472026-06-26T04:10:32.935Z Checking static_assertions v1.1.0
20482026-06-26T04:10:32.982Z Checking foldhash v0.2.0
20492026-06-26T04:10:33.030Z Checking lazy_static v1.5.0
20502026-06-26T04:10:33.130Z Checking openapiv3 v2.2.0
20512026-06-26T04:10:33.167Z Checking hashbrown v0.16.1
20522026-06-26T04:10:33.170Z Checking signature v2.2.0
20532026-06-26T04:10:33.200Z Checking winnow v0.7.14
20542026-06-26T04:10:33.363Z Checking hubpack v0.1.2
20552026-06-26T04:10:33.369Z Checking hyper v1.8.1
20562026-06-26T04:10:33.369Z Checking rustls v0.23.37
20572026-06-26T04:10:33.517Z Checking zlib-rs v0.6.2
20582026-06-26T04:10:33.561Z Checking strum v0.26.3
20592026-06-26T04:10:33.700Z Checking tinyvec_macros v0.1.1
20602026-06-26T04:10:33.738Z Checking psl-types v2.0.11
20612026-06-26T04:10:33.797Z Checking tinyvec v1.10.0
20622026-06-26T04:10:33.879Z Checking publicsuffix v2.3.0
20632026-06-26T04:10:33.917Z Checking tower-http v0.6.8
20642026-06-26T04:10:34.066Z Checking cookie v0.18.1
20652026-06-26T04:10:34.127Z Checking sha1 v0.10.6
20662026-06-26T04:10:34.223Z Checking num-integer v0.1.46
20672026-06-26T04:10:34.321Z Checking scroll v0.13.0
20682026-06-26T04:10:34.324Z Checking hyper-util v0.1.20
20692026-06-26T04:10:34.324Z Checking data-encoding v2.10.0
20702026-06-26T04:10:34.431Z Checking flate2 v1.1.9
20712026-06-26T04:10:34.468Z Checking cookie_store v0.22.1
20722026-06-26T04:10:34.473Z Checking toml_datetime v0.6.11
20732026-06-26T04:10:34.473Z Checking serde_spanned v0.6.9
20742026-06-26T04:10:34.575Z Checking goblin v0.10.5
20752026-06-26T04:10:34.651Z Checking memmap2 v0.9.10
20762026-06-26T04:10:34.688Z Checking bit-vec v0.8.0
20772026-06-26T04:10:34.720Z Checking base16ct v0.2.0
20782026-06-26T04:10:34.756Z Checking dtrace-parser v0.3.0
20792026-06-26T04:10:34.824Z Checking ff v0.13.1
20802026-06-26T04:10:34.861Z Checking wait-timeout v0.2.1
20812026-06-26T04:10:34.895Z Checking sec1 v0.7.3
20822026-06-26T04:10:34.930Z Checking bit-set v0.8.0
20832026-06-26T04:10:34.979Z Checking thread-id v5.1.0
20842026-06-26T04:10:35.016Z Checking group v0.13.0
20852026-06-26T04:10:35.019Z Checking num-iter v0.1.45
20862026-06-26T04:10:35.087Z Checking bstr v1.12.1
20872026-06-26T04:10:35.123Z Checking hkdf v0.12.4
20882026-06-26T04:10:35.159Z Checking crossbeam-epoch v0.9.18
20892026-06-26T04:10:35.194Z Checking anstyle-parse v0.2.7
20902026-06-26T04:10:35.197Z Checking ahash v0.8.12
20912026-06-26T04:10:35.280Z Checking crypto-bigint v0.5.5
20922026-06-26T04:10:35.403Z Checking quick-error v1.2.3
20932026-06-26T04:10:35.406Z Checking anstream v0.6.21
20942026-06-26T04:10:35.477Z Checking rand_xorshift v0.4.0
20952026-06-26T04:10:35.509Z Checking scroll v0.12.0
20962026-06-26T04:10:35.544Z Checking rusty-fork v0.3.1
20972026-06-26T04:10:35.619Z Checking unarray v0.1.4
20982026-06-26T04:10:35.660Z Checking num-bigint-dig v0.8.6
20992026-06-26T04:10:35.699Z Checking pkcs1 v0.7.5
21002026-06-26T04:10:35.739Z Checking x509-cert v0.2.5
21012026-06-26T04:10:35.775Z Checking proptest v1.10.0
21022026-06-26T04:10:35.778Z Checking goblin v0.8.2
21032026-06-26T04:10:35.842Z Checking tokio-rustls v0.26.4
21042026-06-26T04:10:35.936Z Checking rustls-platform-verifier v0.6.2
21052026-06-26T04:10:36.101Z Checking hyper-rustls v0.27.7
21062026-06-26T04:10:36.105Z Checking zerocopy v0.7.35
21072026-06-26T04:10:36.193Z Checking elliptic-curve v0.13.8
21082026-06-26T04:10:36.373Z Checking reqwest v0.13.2
21092026-06-26T04:10:36.421Z Checking foreign-types-shared v0.1.1
21102026-06-26T04:10:36.494Z Checking unicode-segmentation v1.12.0
21112026-06-26T04:10:36.532Z Checking foreign-types v0.3.2
21122026-06-26T04:10:36.535Z Checking rsa v0.9.10
21132026-06-26T04:10:36.631Z Checking dtrace-parser v0.2.0
21142026-06-26T04:10:36.634Z Checking rfc6979 v0.4.0
21152026-06-26T04:10:36.811Z Checking memoffset v0.9.1
21162026-06-26T04:10:36.850Z Checking openssl-sys v0.9.115
21172026-06-26T04:10:36.898Z Checking thread-id v4.2.2
21182026-06-26T04:10:36.936Z Checking ecdsa v0.16.9
21192026-06-26T04:10:36.939Z Checking dof v0.4.0
21202026-06-26T04:10:37.005Z Checking curve25519-dalek v4.1.3
21212026-06-26T04:10:37.070Z Checking rustix v0.38.44
21222026-06-26T04:10:37.243Z Checking openssl v0.10.79
21232026-06-26T04:10:37.279Z Checking env_filter v1.0.0
21242026-06-26T04:10:37.316Z Checking keccak v0.1.6
21252026-06-26T04:10:37.455Z Checking toml_write v0.1.2
21262026-06-26T04:10:37.513Z Checking same-file v1.0.6
21272026-06-26T04:10:37.584Z Checking newtype-uuid v1.3.2
21282026-06-26T04:10:37.619Z Checking usdt-impl v0.6.0
21292026-06-26T04:10:37.655Z Checking toml_edit v0.22.27
21302026-06-26T04:10:37.690Z Checking walkdir v2.5.0
21312026-06-26T04:10:37.724Z Checking dof v0.3.0
21322026-06-26T04:10:37.803Z Checking sha3 v0.10.8
21332026-06-26T04:10:37.841Z Checking daft v0.1.7
21342026-06-26T04:10:37.878Z Checking env_logger v0.11.9
21352026-06-26T04:10:37.914Z Checking ed25519 v2.2.3
21362026-06-26T04:10:37.949Z Checking usdt v0.6.0
21372026-06-26T04:10:38.033Z Checking itertools v0.13.0
21382026-06-26T04:10:38.037Z Checking usdt-impl v0.5.0
21392026-06-26T04:10:38.105Z Checking serde_with v3.17.0
21402026-06-26T04:10:38.116Z Checking bitflags v1.3.2
21412026-06-26T04:10:38.186Z Checking siphasher v1.0.2
21422026-06-26T04:10:38.190Z Checking ed25519-dalek v2.2.0
21432026-06-26T04:10:38.256Z Checking nix v0.31.2
21442026-06-26T04:10:38.357Z Checking toml_parser v1.0.9+spec-1.1.0
21452026-06-26T04:10:38.391Z Checking unicode-normalization v0.1.25
21462026-06-26T04:10:38.482Z Checking signal-hook v0.3.18
21472026-06-26T04:10:38.699Z Checking winnow v0.5.40
21482026-06-26T04:10:38.737Z Checking managed v0.8.0
21492026-06-26T04:10:38.812Z Checking bzip2-sys v0.1.13+1.0.8
21502026-06-26T04:10:38.849Z Checking object v0.37.3
21512026-06-26T04:10:38.929Z Checking foldhash v0.1.5
21522026-06-26T04:10:38.966Z Checking bzip2 v0.4.4
21532026-06-26T04:10:39.092Z Checking hashbrown v0.15.5
21542026-06-26T04:10:39.128Z Checking signal-hook-mio v0.2.5
21552026-06-26T04:10:39.163Z Checking globset v0.4.18
21562026-06-26T04:10:39.259Z Checking ref-cast v1.0.25
21572026-06-26T04:10:39.298Z Checking native-tls v0.2.18
21582026-06-26T04:10:39.337Z Checking zstd-sys v2.0.16+zstd.1.5.7
21592026-06-26T04:10:39.387Z Checking zip v0.6.6
21602026-06-26T04:10:39.439Z Checking pin-project v1.1.11
21612026-06-26T04:10:39.477Z Checking zstd-safe v7.2.4
21622026-06-26T04:10:39.513Z Checking tokio-native-tls v0.3.1
21632026-06-26T04:10:39.561Z Checking bumpalo v3.20.2
21642026-06-26T04:10:39.596Z Checking libbz2-rs-sys v0.2.2
21652026-06-26T04:10:39.631Z Checking crossterm v0.28.1
21662026-06-26T04:10:39.671Z Checking zstd v0.13.3
21672026-06-26T04:10:39.706Z Checking hyper-tls v0.6.0
21682026-06-26T04:10:39.742Z Checking similar v2.7.0
21692026-06-26T04:10:39.791Z Checking zopfli v0.8.3
21702026-06-26T04:10:39.882Z Checking toml_edit v0.19.15
21712026-06-26T04:10:39.916Z Checking tokio-stream v0.1.18
21722026-06-26T04:10:39.920Z Checking reqwest v0.12.28
21732026-06-26T04:10:40.019Z Checking bzip2 v0.6.1
21742026-06-26T04:10:40.144Z Checking fs-err v3.3.0
21752026-06-26T04:10:40.183Z Checking pem v3.0.6
21762026-06-26T04:10:40.215Z Checking hash32 v0.2.1
21772026-06-26T04:10:40.337Z Checking serde-big-array v0.5.1
21782026-06-26T04:10:40.376Z Checking jiff v0.2.21
21792026-06-26T04:10:40.379Z Checking unicode-bidi v0.3.18
21802026-06-26T04:10:40.444Z Checking predicates-core v1.0.10
21812026-06-26T04:10:40.479Z Checking unicode-properties v0.1.4
21822026-06-26T04:10:40.513Z Checking heapless v0.7.17
21832026-06-26T04:10:40.591Z Checking snafu v0.8.9
21842026-06-26T04:10:40.695Z Checking olpc-cjson v0.1.4
21852026-06-26T04:10:40.731Z Checking stringprep v0.1.5
21862026-06-26T04:10:40.839Z Checking hickory-proto v0.25.2
21872026-06-26T04:10:40.876Z Checking md-5 v0.10.6
21882026-06-26T04:10:40.879Z Checking serde_plain v1.0.2
21892026-06-26T04:10:40.943Z Checking float-cmp v0.10.0
21902026-06-26T04:10:40.947Z Checking toml v0.7.8
21912026-06-26T04:10:41.010Z Checking typed-path v0.9.3
21922026-06-26T04:10:41.043Z Checking difflib v0.4.0
21932026-06-26T04:10:41.088Z Checking normalize-line-endings v0.3.0
21942026-06-26T04:10:41.113Z Checking fallible-iterator v0.2.0
21952026-06-26T04:10:41.170Z Checking smoltcp v0.9.1
21962026-06-26T04:10:41.206Z Checking iddqd v0.4.2
21972026-06-26T04:10:41.246Z Checking predicates v3.1.4
21982026-06-26T04:10:41.309Z Checking phf_shared v0.11.3
21992026-06-26T04:10:41.412Z Checking postgres-protocol v0.6.10
22002026-06-26T04:10:41.479Z Checking phf_shared v0.13.1
22012026-06-26T04:10:41.571Z Checking buf-list v1.1.2
22022026-06-26T04:10:41.706Z Checking strum v0.27.2
22032026-06-26T04:10:41.756Z Checking new_debug_unreachable v1.0.6
22042026-06-26T04:10:41.791Z Checking lalrpop-util v0.19.12
22052026-06-26T04:10:41.795Z Checking fixedbitset v0.5.7
22062026-06-26T04:10:41.860Z Checking tough v0.22.0
22072026-06-26T04:10:41.865Z Checking fixedbitset v0.4.2
22082026-06-26T04:10:41.865Z Checking precomputed-hash v0.1.1
22092026-06-26T04:10:42.002Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22102026-06-26T04:10:42.026Z Checking string_cache v0.8.9
22112026-06-26T04:10:42.071Z Checking petgraph v0.8.3
22122026-06-26T04:10:42.105Z Checking petgraph v0.6.5
22132026-06-26T04:10:42.145Z Checking postgres-types v0.2.12
22142026-06-26T04:10:42.230Z Checking phf v0.13.1
22152026-06-26T04:10:42.406Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-06-26T04:10:42.502Z Checking whoami v2.1.0
22172026-06-26T04:10:42.637Z Checking zip v4.6.1
22182026-06-26T04:10:42.705Z Checking peg-runtime v0.8.5
22192026-06-26T04:10:42.757Z Checking tokio-postgres v0.7.16
22202026-06-26T04:10:42.990Z Checking is-terminal v0.4.17
22212026-06-26T04:10:43.115Z Checking crossbeam-channel v0.5.15
22222026-06-26T04:10:43.264Z Checking thread_local v1.1.9
22232026-06-26T04:10:43.425Z Compiling structmeta-derive v0.3.0
22242026-06-26T04:10:43.465Z Checking take_mut v0.2.2
22252026-06-26T04:10:43.500Z Checking term v1.2.1
22262026-06-26T04:10:43.598Z Checking slog-async v2.8.0
22272026-06-26T04:10:43.716Z Compiling newtype-uuid-macros v0.1.0
22282026-06-26T04:10:43.719Z Compiling rustls v0.22.4
22292026-06-26T04:10:43.788Z Checking slog-term v2.9.2
22302026-06-26T04:10:43.821Z Compiling multer v3.1.0
22312026-06-26T04:10:43.933Z Compiling async-stream-impl v0.3.6
22322026-06-26T04:10:44.014Z Checking match_cfg v0.1.0
22332026-06-26T04:10:44.053Z Checking slog-json v2.6.1
22342026-06-26T04:10:44.123Z Checking hostname v0.3.1
22352026-06-26T04:10:44.127Z Compiling dropshot v0.17.0
22362026-06-26T04:10:44.188Z Compiling dropshot_endpoint v0.17.0
22372026-06-26T04:10:44.246Z Checking debug-ignore v1.0.5
22382026-06-26T04:10:44.281Z Checking slog-bunyan v2.5.0
22392026-06-26T04:10:44.401Z Checking progenitor-client v0.14.0
22402026-06-26T04:10:44.454Z Checking rustls-webpki v0.102.8
22412026-06-26T04:10:44.481Z Checking serde_spanned v1.0.4
22422026-06-26T04:10:44.487Z Checking serde_path_to_error v0.1.20
22432026-06-26T04:10:44.548Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22442026-06-26T04:10:44.553Z Compiling structmeta v0.3.0
22452026-06-26T04:10:44.553Z Checking toml_datetime v1.0.0+spec-1.1.0
22462026-06-26T04:10:44.647Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22472026-06-26T04:10:44.684Z Checking toml_writer v1.0.6+spec-1.1.0
22482026-06-26T04:10:44.801Z Checking compression-core v0.4.31
22492026-06-26T04:10:44.842Z Compiling derive-ex v0.1.8
22502026-06-26T04:10:44.848Z Checking async-stream v0.3.6
22512026-06-26T04:10:44.937Z Checking toml v1.0.6+spec-1.1.0
22522026-06-26T04:10:44.974Z Checking compression-codecs v0.4.37
22532026-06-26T04:10:45.039Z Checking waitgroup v0.1.2
22542026-06-26T04:10:45.073Z Checking rustls-pemfile v2.2.0
22552026-06-26T04:10:45.163Z Checking hostname v0.4.2
22562026-06-26T04:10:45.166Z Checking async-compression v0.4.41
22572026-06-26T04:10:45.241Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582026-06-26T04:10:45.276Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22592026-06-26T04:10:45.309Z Checking atomicwrites v0.4.4
22602026-06-26T04:10:45.375Z Compiling parse-display-derive v0.10.0
22612026-06-26T04:10:45.442Z Checking itertools v0.14.0
22622026-06-26T04:10:45.478Z Checking macaddr v1.0.1
22632026-06-26T04:10:45.482Z Checking regress v0.10.5
22642026-06-26T04:10:45.547Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22652026-06-26T04:10:45.717Z Checking instant v0.1.13
22662026-06-26T04:10:45.837Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22672026-06-26T04:10:45.952Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22682026-06-26T04:10:45.989Z Checking backoff v0.4.0
22692026-06-26T04:10:46.098Z Checking backon v1.6.0
22702026-06-26T04:10:46.194Z Checking humantime v2.3.0
22712026-06-26T04:10:46.293Z Checking progenitor-extras v0.2.0
22722026-06-26T04:10:46.388Z Checking tokio-rustls v0.25.0
22732026-06-26T04:10:46.423Z Checking unicode-width v0.2.0
22742026-06-26T04:10:46.461Z Compiling convert_case v0.4.0
22752026-06-26T04:10:46.524Z Checking heck v0.5.0
22762026-06-26T04:10:46.559Z Compiling test-strategy v0.4.5
22772026-06-26T04:10:46.562Z Checking half v2.7.1
22782026-06-26T04:10:46.669Z Checking ciborium-io v0.2.2
22792026-06-26T04:10:46.703Z Checking secrecy v0.10.3
22802026-06-26T04:10:46.790Z Compiling regress v0.11.1
22812026-06-26T04:10:46.849Z Checking indent_write v2.2.0
22822026-06-26T04:10:46.852Z Compiling derive_more v0.99.20
22832026-06-26T04:10:46.916Z Checking ciborium-ll v0.2.2
22842026-06-26T04:10:46.951Z Checking universal-hash v0.5.1
22852026-06-26T04:10:47.004Z Checking opaque-debug v0.3.1
22862026-06-26T04:10:47.086Z Checking parse-display v0.10.0
22872026-06-26T04:10:47.121Z Checking ciborium v0.2.2
22882026-06-26T04:10:47.121Z Checking camino-tempfile v1.4.1
22892026-06-26T04:10:47.258Z Compiling crucible-workspace-hack v0.1.0
22902026-06-26T04:10:47.366Z Checking aead v0.5.2
22912026-06-26T04:10:47.514Z Compiling unsafe-libyaml v0.2.11
22922026-06-26T04:10:47.599Z Checking poly1305 v0.8.0
22932026-06-26T04:10:47.645Z Checking chacha20 v0.9.1
22942026-06-26T04:10:47.871Z Compiling thiserror-impl-no-std v2.0.2
22952026-06-26T04:10:47.906Z Checking swrite v0.1.0
22962026-06-26T04:10:48.027Z Checking password-hash v0.5.0
22972026-06-26T04:10:48.075Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22982026-06-26T04:10:48.316Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22992026-06-26T04:10:48.350Z Compiling serde_yaml v0.9.34+deprecated
23002026-06-26T04:10:48.535Z Compiling typify-impl v0.6.2
23012026-06-26T04:10:48.667Z Checking blake2 v0.10.6
23022026-06-26T04:10:48.706Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23032026-06-26T04:10:48.940Z Checking argon2 v0.5.3
23042026-06-26T04:10:49.114Z Checking thiserror-no-std v2.0.2
23052026-06-26T04:10:49.234Z Checking vsss-rs v3.3.4
23062026-06-26T04:10:49.325Z Checking chacha20poly1305 v0.10.1
23072026-06-26T04:10:49.482Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23082026-06-26T04:10:49.563Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23092026-06-26T04:10:49.873Z Checking byte-wrapper v0.1.0
23102026-06-26T04:10:49.908Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23112026-06-26T04:10:49.943Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23122026-06-26T04:10:49.977Z Checking crossbeam-deque v0.8.6
23132026-06-26T04:10:50.111Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23142026-06-26T04:10:50.147Z Compiling rayon-core v1.13.0
23152026-06-26T04:10:50.188Z Compiling toml_datetime v0.7.5+spec-1.1.0
23162026-06-26T04:10:50.192Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23172026-06-26T04:10:50.432Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23182026-06-26T04:10:50.494Z Compiling toml_edit v0.23.10+spec-1.0.0
23192026-06-26T04:10:50.754Z Compiling proc-macro-error v1.0.4
23202026-06-26T04:10:50.859Z Checking rayon v1.11.0
23212026-06-26T04:10:51.092Z Compiling proc-macro-crate v3.4.0
23222026-06-26T04:10:51.521Z Checking toml v0.8.23
23232026-06-26T04:10:51.608Z Checking tabwriter v1.4.1
23242026-06-26T04:10:51.647Z Checking cpufeatures v0.3.0
23252026-06-26T04:10:51.680Z Compiling num_enum_derive v0.7.6
23262026-06-26T04:10:51.685Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23272026-06-26T04:10:51.748Z Checking glob v0.3.3
23282026-06-26T04:10:51.751Z Compiling heapless v0.8.0
23292026-06-26T04:10:51.838Z Checking colored v3.1.1
23302026-06-26T04:10:51.877Z Compiling ingot-macros v0.1.1
23312026-06-26T04:10:51.993Z Checking hash32 v0.3.1
23322026-06-26T04:10:52.071Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-06-26T04:10:52.152Z Compiling smoltcp v0.11.0
23342026-06-26T04:10:52.313Z Checking unicode-width v0.1.14
23352026-06-26T04:10:52.434Z Checking cobs v0.3.0
23362026-06-26T04:10:52.571Z Compiling usdt-attr-macro v0.5.0
23372026-06-26T04:10:52.606Z Compiling usdt-macro v0.5.0
23382026-06-26T04:10:52.613Z Checking memmap v0.7.0
23392026-06-26T04:10:52.713Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23402026-06-26T04:10:52.750Z Checking num_enum v0.7.6
23412026-06-26T04:10:52.796Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23422026-06-26T04:10:52.890Z Checking postcard v1.1.3
23432026-06-26T04:10:53.053Z Compiling proc-macro-crate v1.3.1
23442026-06-26T04:10:53.089Z Compiling typify-macro v0.6.2
23452026-06-26T04:10:53.258Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23462026-06-26T04:10:53.418Z Checking sigpipe v0.1.3
23472026-06-26T04:10:53.421Z Checking usdt v0.5.0
23482026-06-26T04:10:53.503Z Compiling foreign-types-macros v0.2.3
23492026-06-26T04:10:53.507Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23502026-06-26T04:10:53.571Z Checking foreign-types-shared v0.3.1
23512026-06-26T04:10:53.650Z Compiling num_enum_derive v0.5.11
23522026-06-26T04:10:53.861Z Checking chacha20 v0.10.0
23532026-06-26T04:10:53.996Z Checking cstr-argument v0.1.2
23542026-06-26T04:10:54.097Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-06-26T04:10:54.133Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23562026-06-26T04:10:54.137Z Compiling num-derive v0.4.2
23572026-06-26T04:10:54.137Z Checking foreign-types v0.5.0
23582026-06-26T04:10:54.273Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23592026-06-26T04:10:54.534Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23602026-06-26T04:10:54.570Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23612026-06-26T04:10:54.624Z Checking rand v0.10.0
23622026-06-26T04:10:54.703Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23632026-06-26T04:10:54.739Z Checking num_enum v0.5.11
23642026-06-26T04:10:54.742Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23652026-06-26T04:10:54.805Z Checking ingot-types v0.1.2
23662026-06-26T04:10:54.874Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23672026-06-26T04:10:54.912Z Checking itertools v0.12.1
23682026-06-26T04:10:54.915Z Compiling typify v0.6.2
23692026-06-26T04:10:55.023Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23702026-06-26T04:10:55.079Z Compiling progenitor-impl v0.14.0
23712026-06-26T04:10:55.181Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23722026-06-26T04:10:55.213Z Checking ingot v0.1.1
23732026-06-26T04:10:55.373Z Compiling zone_cfg_derive v0.3.1
23742026-06-26T04:10:55.410Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23752026-06-26T04:10:55.609Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23762026-06-26T04:10:55.881Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23772026-06-26T04:10:55.997Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23782026-06-26T04:10:56.039Z Checking zone v0.3.1
23792026-06-26T04:10:56.075Z Checking smf v0.2.3
23802026-06-26T04:10:56.079Z Checking whoami v1.6.1
23812026-06-26T04:10:56.145Z Checking tokio-dtrace v0.1.1
23822026-06-26T04:10:56.282Z Compiling derive-where v1.6.0
23832026-06-26T04:10:56.309Z Checking console v0.15.11
23842026-06-26T04:10:56.345Z Checking newline-converter v0.3.0
23852026-06-26T04:10:56.379Z Checking oxide-tokio-rt v0.1.4
23862026-06-26T04:10:56.430Z Checking bytecount v0.6.9
23872026-06-26T04:10:56.482Z Compiling owo-colors v4.3.0
23882026-06-26T04:10:56.559Z Compiling cancel-safe-futures v0.1.5
23892026-06-26T04:10:56.595Z Checking libsw-core v0.3.2
23902026-06-26T04:10:56.629Z Checking expectorate v1.2.0
23912026-06-26T04:10:56.769Z Checking libsw v3.5.0
23922026-06-26T04:10:56.806Z Checking num-rational v0.4.2
23932026-06-26T04:10:56.876Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23942026-06-26T04:10:57.146Z Checking num-complex v0.4.6
23952026-06-26T04:10:57.214Z Checking linear-map v1.2.0
23962026-06-26T04:10:57.251Z Checking float-ord v0.3.2
23972026-06-26T04:10:57.382Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23982026-06-26T04:10:57.418Z Checking gethostname v0.5.0
23992026-06-26T04:10:57.508Z Checking num v0.4.3
24002026-06-26T04:10:57.546Z Compiling prettyplease v0.2.37
24012026-06-26T04:10:57.579Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24022026-06-26T04:10:57.585Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24032026-06-26T04:10:57.646Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24042026-06-26T04:10:57.690Z Compiling progenitor-macro v0.14.0
24052026-06-26T04:10:57.825Z Checking resolv-conf v0.7.6
24062026-06-26T04:10:57.987Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24072026-06-26T04:10:58.036Z Checking smawk v0.3.2
24082026-06-26T04:10:58.078Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24092026-06-26T04:10:58.278Z Checking unicode-linebreak v0.1.5
24102026-06-26T04:10:58.525Z Checking papergrid v0.11.0
24112026-06-26T04:10:59.165Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24122026-06-26T04:10:59.201Z Compiling tabled_derive v0.7.0
24132026-06-26T04:10:59.239Z Compiling convert_case v0.10.0
24142026-06-26T04:10:59.275Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-06-26T04:10:59.408Z Compiling slog-dtrace v0.3.0
24162026-06-26T04:10:59.551Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24172026-06-26T04:10:59.585Z Compiling derive_more-impl v2.1.1
24182026-06-26T04:10:59.704Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24192026-06-26T04:10:59.877Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24202026-06-26T04:11:00.214Z Checking tabled v0.15.0
24212026-06-26T04:11:00.462Z Checking derive_more v2.1.1
24222026-06-26T04:11:00.536Z Checking crossterm v0.29.0
24232026-06-26T04:11:00.827Z Checking linked-hash-map v0.5.6
24242026-06-26T04:11:01.022Z Checking lru-cache v0.1.2
24252026-06-26T04:11:01.412Z Checking hickory-proto v0.24.4
24262026-06-26T04:11:01.484Z Checking fd-lock v4.0.4
24272026-06-26T04:11:01.628Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24282026-06-26T04:11:02.325Z Checking vte v0.14.1
24292026-06-26T04:11:02.528Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24302026-06-26T04:11:02.576Z Checking display-error-chain v0.2.2
24312026-06-26T04:11:02.693Z Checking progenitor v0.14.0
24322026-06-26T04:11:02.817Z Checking strip-ansi-escapes v0.2.1
24332026-06-26T04:11:02.860Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24342026-06-26T04:11:03.277Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-06-26T04:11:04.428Z Checking termtree v0.5.1
24362026-06-26T04:11:04.470Z Checking nu-ansi-term v0.50.3
24372026-06-26T04:11:04.555Z Checking hickory-resolver v0.24.4
24382026-06-26T04:11:04.593Z Checking textwrap v0.16.2
24392026-06-26T04:11:04.630Z Compiling minimal-lexical v0.2.1
24402026-06-26T04:11:04.710Z Checking reedline v0.40.0
24412026-06-26T04:11:04.840Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24422026-06-26T04:11:04.900Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24432026-06-26T04:11:04.937Z Compiling nom v7.1.3
24442026-06-26T04:11:05.306Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24452026-06-26T04:11:05.343Z Checking qorb v0.4.1
24462026-06-26T04:11:05.469Z Compiling ar_archive_writer v0.5.1
24472026-06-26T04:11:05.940Z Checking csv-core v0.1.13
24482026-06-26T04:11:06.020Z Compiling stacker v0.1.23
24492026-06-26T04:11:06.156Z Checking csv v1.4.0
24502026-06-26T04:11:06.314Z Compiling semver v0.1.20
24512026-06-26T04:11:06.351Z Compiling cfg_aliases v0.1.1
24522026-06-26T04:11:06.354Z Compiling psm v0.1.30
24532026-06-26T04:11:06.493Z Checking highway v1.3.0
24542026-06-26T04:11:06.564Z Compiling rustc_version v0.1.7
24552026-06-26T04:11:06.601Z Compiling nix v0.28.0
24562026-06-26T04:11:06.688Z Checking nibble_vec v0.1.0
24572026-06-26T04:11:06.749Z Checking endian-type v0.1.2
24582026-06-26T04:11:06.824Z Checking home v0.5.12
24592026-06-26T04:11:06.860Z Compiling newtype_derive v0.1.6
24602026-06-26T04:11:06.863Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24612026-06-26T04:11:06.926Z Checking radix_trie v0.2.1
24622026-06-26T04:11:06.992Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24632026-06-26T04:11:07.094Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24642026-06-26T04:11:07.128Z Checking phf_shared v0.12.1
24652026-06-26T04:11:07.164Z Compiling recursive-proc-macro-impl v0.1.1
24662026-06-26T04:11:07.296Z Compiling chrono-tz v0.10.4
24672026-06-26T04:11:07.355Z Checking phf v0.12.1
24682026-06-26T04:11:07.611Z Checking recursive v0.1.1
24692026-06-26T04:11:07.647Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24702026-06-26T04:11:07.651Z Compiling const_format_proc_macros v0.2.34
24712026-06-26T04:11:07.682Z Compiling peg-macros v0.8.5
24722026-06-26T04:11:07.746Z Checking nom v8.0.0
24732026-06-26T04:11:07.780Z Checking winnow v0.6.26
24742026-06-26T04:11:08.177Z Compiling sqlparser_derive v0.5.0
24752026-06-26T04:11:08.530Z Checking unicode_categories v0.1.1
24762026-06-26T04:11:08.566Z Checking const_format v0.2.35
24772026-06-26T04:11:08.724Z Checking rustyline v14.0.0
24782026-06-26T04:11:08.990Z Checking sqlparser v0.61.0
24792026-06-26T04:11:09.026Z Checking sqlformat v0.3.5
24802026-06-26T04:11:09.178Z Checking peg v0.8.5
24812026-06-26T04:11:09.387Z Checking bcs v0.1.6
24822026-06-26T04:11:09.444Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24832026-06-26T04:11:09.484Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24842026-06-26T04:11:09.548Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24852026-06-26T04:11:09.654Z Checking steno v0.4.1
24862026-06-26T04:11:09.704Z Checking filetime v0.2.27
24872026-06-26T04:11:09.742Z Checking xattr v1.6.1
24882026-06-26T04:11:09.807Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24892026-06-26T04:11:09.870Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-06-26T04:11:09.904Z Checking tar v0.4.45
24912026-06-26T04:11:10.071Z Checking subprocess v0.2.15
24922026-06-26T04:11:10.317Z Checking base64 v0.21.7
24932026-06-26T04:11:10.550Z Checking headers-core v0.3.0
24942026-06-26T04:11:10.598Z Checking yasna v0.5.2
24952026-06-26T04:11:10.694Z Checking headers v0.4.1
24962026-06-26T04:11:10.730Z Checking dropshot-api-manager-types v0.7.2
24972026-06-26T04:11:10.934Z Checking tagptr v0.2.0
24982026-06-26T04:11:11.022Z Checking rcgen v0.12.1
24992026-06-26T04:11:11.108Z Checking moka v0.12.13
25002026-06-26T04:11:11.194Z Checking utf-8 v0.7.6
25012026-06-26T04:11:11.358Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25022026-06-26T04:11:11.392Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25032026-06-26T04:11:11.535Z Compiling libefi-sys v0.1.0
25042026-06-26T04:11:11.790Z Checking hickory-resolver v0.25.2
25052026-06-26T04:11:11.860Z Checking tungstenite v0.21.0
25062026-06-26T04:11:11.894Z Compiling bitfield-struct v0.6.2
25072026-06-26T04:11:12.273Z Compiling radium v0.7.0
25082026-06-26T04:11:12.315Z Checking tokio-tungstenite v0.21.0
25092026-06-26T04:11:12.599Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25102026-06-26T04:11:12.603Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25112026-06-26T04:11:12.665Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25122026-06-26T04:11:12.818Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25132026-06-26T04:11:12.905Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-06-26T04:11:13.003Z Checking tap v1.0.1
25152026-06-26T04:11:13.134Z Compiling maybe-uninit v2.0.0
25162026-06-26T04:11:13.176Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25172026-06-26T04:11:13.210Z Checking wyz v0.5.1
25182026-06-26T04:11:13.462Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25192026-06-26T04:11:13.500Z Compiling zerocopy-derive v0.6.6
25202026-06-26T04:11:13.570Z Compiling packed_struct v0.10.1
25212026-06-26T04:11:13.604Z Checking crc-catalog v2.4.0
25222026-06-26T04:11:13.638Z Checking funty v2.0.0
25232026-06-26T04:11:13.726Z Checking crc v3.4.0
25242026-06-26T04:11:13.939Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25252026-06-26T04:11:13.993Z Checking bitvec v1.0.1
25262026-06-26T04:11:14.029Z Compiling packed_struct_codegen v0.10.1
25272026-06-26T04:11:14.081Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25282026-06-26T04:11:14.420Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25292026-06-26T04:11:14.482Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302026-06-26T04:11:14.552Z Checking zerocopy v0.6.6
25312026-06-26T04:11:14.882Z Compiling bitfield-macros v0.19.4
25322026-06-26T04:11:14.967Z Compiling indexmap v1.9.3
25332026-06-26T04:11:15.151Z Checking nodrop v0.1.14
25342026-06-26T04:11:15.238Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25352026-06-26T04:11:15.273Z Checking array-init v0.0.4
25362026-06-26T04:11:15.276Z Checking smallvec v0.6.14
25372026-06-26T04:11:15.527Z Checking hashbrown v0.12.3
25382026-06-26T04:11:15.599Z Checking serde-hex v0.1.0
25392026-06-26T04:11:15.635Z Checking bitfield v0.19.4
25402026-06-26T04:11:15.938Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25412026-06-26T04:11:16.139Z Checking ron v0.8.1
25422026-06-26T04:11:16.332Z Checking hashbrown v0.13.2
25432026-06-26T04:11:16.456Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25442026-06-26T04:11:16.704Z Checking crc-any v2.5.0
25452026-06-26T04:11:16.811Z Checking object v0.30.4
25462026-06-26T04:11:16.917Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25472026-06-26T04:11:17.110Z Checking path-slash v0.1.5
25482026-06-26T04:11:17.156Z Compiling xshell-macros v0.2.7
25492026-06-26T04:11:17.244Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25502026-06-26T04:11:17.404Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25512026-06-26T04:11:17.461Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-06-26T04:11:17.575Z Checking xshell v0.2.7
25532026-06-26T04:11:17.736Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25542026-06-26T04:11:17.932Z Checking half v1.8.3
25552026-06-26T04:11:18.153Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25562026-06-26T04:11:18.188Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25572026-06-26T04:11:18.226Z Checking serde_cbor v0.11.2
25582026-06-26T04:11:18.405Z Compiling proc-macro-error-attr2 v2.0.0
25592026-06-26T04:11:18.651Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25602026-06-26T04:11:18.851Z Compiling proc-macro-error2 v2.0.1
25612026-06-26T04:11:18.885Z Compiling num-derive v0.3.3
25622026-06-26T04:11:18.997Z Checking papergrid v0.17.0
25632026-06-26T04:11:19.047Z Checking testing_table v0.3.0
25642026-06-26T04:11:19.171Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25652026-06-26T04:11:19.207Z Compiling tabled_derive v0.11.0
25662026-06-26T04:11:19.714Z Compiling progenitor-impl v0.13.0
25672026-06-26T04:11:19.750Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25682026-06-26T04:11:19.818Z Checking libscf-sys v1.1.0
25692026-06-26T04:11:19.854Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25702026-06-26T04:11:19.980Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25712026-06-26T04:11:20.216Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25722026-06-26T04:11:20.421Z Checking tabled v0.20.0
25732026-06-26T04:11:20.458Z Checking maplit v1.0.2
25742026-06-26T04:11:20.689Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25752026-06-26T04:11:20.772Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25762026-06-26T04:11:21.158Z Checking progenitor-client v0.13.0
25772026-06-26T04:11:21.441Z Compiling git-stub v1.0.0
25782026-06-26T04:11:21.557Z Checking crc8 v0.1.1
25792026-06-26T04:11:21.589Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25802026-06-26T04:11:21.683Z Compiling git-stub-vcs v0.1.0
25812026-06-26T04:11:21.750Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25822026-06-26T04:11:21.939Z Checking fxhash v0.2.1
25832026-06-26T04:11:22.065Z Checking unicase v2.9.0
25842026-06-26T04:11:22.098Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25852026-06-26T04:11:22.223Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25862026-06-26T04:11:22.264Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25872026-06-26T04:11:22.345Z Compiling progenitor-macro v0.13.0
25882026-06-26T04:11:22.543Z Compiling vergen-lib v0.1.6
25892026-06-26T04:11:22.580Z Compiling diesel_derives v2.3.7
25902026-06-26T04:11:22.661Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25912026-06-26T04:11:22.696Z Checking scheduled-thread-pool v0.2.7
25922026-06-26T04:11:22.835Z Compiling dsl_auto_type v0.2.0
25932026-06-26T04:11:22.868Z Compiling vergen-gitcl v1.0.8
25942026-06-26T04:11:22.902Z Compiling diesel_table_macro_syntax v0.3.0
25952026-06-26T04:11:22.995Z Checking r2d2 v0.8.10
25962026-06-26T04:11:23.176Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25972026-06-26T04:11:23.210Z Checking downcast-rs v2.0.2
25982026-06-26T04:11:23.244Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25992026-06-26T04:11:23.277Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26002026-06-26T04:11:23.336Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26012026-06-26T04:11:23.536Z Checking kstat-rs v0.2.4
26022026-06-26T04:11:23.604Z Checking arc-swap v1.8.2
26032026-06-26T04:11:23.842Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26042026-06-26T04:11:23.873Z Checking slog-scope v4.4.1
26052026-06-26T04:11:24.035Z Compiling parking_lot_core v0.8.6
26062026-06-26T04:11:24.070Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26072026-06-26T04:11:24.074Z Checking slog-stdlog v4.1.1
26082026-06-26T04:11:24.138Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26092026-06-26T04:11:24.142Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26102026-06-26T04:11:24.253Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26112026-06-26T04:11:24.520Z Checking slog-envlogger v2.2.0
26122026-06-26T04:11:24.582Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26132026-06-26T04:11:24.735Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26142026-06-26T04:11:24.998Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26152026-06-26T04:11:25.033Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26162026-06-26T04:11:25.071Z Compiling dirs-sys-next v0.1.2
26172026-06-26T04:11:25.217Z Compiling crunchy v0.2.4
26182026-06-26T04:11:25.301Z Compiling dirs-next v2.0.0
26192026-06-26T04:11:25.387Z Checking parking_lot v0.11.2
26202026-06-26T04:11:25.442Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26212026-06-26T04:11:25.475Z Compiling clang-sys v1.8.1
26222026-06-26T04:11:25.556Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26232026-06-26T04:11:25.613Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26242026-06-26T04:11:25.793Z Checking prefix-trie v0.7.0
26252026-06-26T04:11:25.858Z Compiling tiny-keccak v2.0.2
26262026-06-26T04:11:26.113Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26272026-06-26T04:11:26.180Z Checking sled v0.34.7
26282026-06-26T04:11:26.185Z Checking hickory-server v0.25.2
26292026-06-26T04:11:26.281Z Compiling term v0.7.0
26302026-06-26T04:11:26.355Z Checking nanorand v0.7.0
26312026-06-26T04:11:26.585Z Compiling salty v0.3.0
26322026-06-26T04:11:26.731Z Compiling bit-vec v0.6.3
26332026-06-26T04:11:26.896Z Checking flume v0.11.1
26342026-06-26T04:11:26.940Z Compiling bit-set v0.5.3
26352026-06-26T04:11:26.986Z Compiling ascii-canvas v3.0.0
26362026-06-26T04:11:27.171Z Checking primeorder v0.13.6
26372026-06-26T04:11:27.263Z Compiling itertools v0.10.5
26382026-06-26T04:11:27.322Z Checking progenitor v0.13.0
26392026-06-26T04:11:27.445Z Compiling ena v0.14.4
26402026-06-26T04:11:27.479Z Compiling libloading v0.8.9
26412026-06-26T04:11:27.514Z Compiling diff v0.1.13
26422026-06-26T04:11:27.517Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26432026-06-26T04:11:27.580Z Compiling bindgen v0.71.1
26442026-06-26T04:11:27.685Z Compiling regex-syntax v0.6.29
26452026-06-26T04:11:28.401Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26462026-06-26T04:11:28.625Z Compiling cexpr v0.6.0
26472026-06-26T04:11:28.810Z Checking diesel v2.3.7
26482026-06-26T04:11:28.866Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26492026-06-26T04:11:28.880Z Compiling fs-err v2.11.0
26502026-06-26T04:11:29.110Z Compiling lalrpop v0.19.12
26512026-06-26T04:11:29.333Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26522026-06-26T04:11:29.369Z Compiling rustc-hash v2.1.1
26532026-06-26T04:11:29.698Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26542026-06-26T04:11:29.882Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26552026-06-26T04:11:29.920Z Compiling libxml v0.3.3
26562026-06-26T04:11:30.308Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26572026-06-26T04:11:30.473Z Checking p384 v0.13.1
26582026-06-26T04:11:30.932Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26592026-06-26T04:11:31.323Z Compiling strum_macros v0.24.3
26602026-06-26T04:11:31.459Z Compiling indoc v1.0.9
26612026-06-26T04:11:31.935Z Checking assert_matches v1.5.0
26622026-06-26T04:11:32.044Z Checking parse-size v1.1.0
26632026-06-26T04:11:32.201Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26642026-06-26T04:11:32.830Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26652026-06-26T04:11:33.063Z Checking quick-xml v0.37.5
26662026-06-26T04:11:33.101Z Checking derive_builder v0.20.2
26672026-06-26T04:11:33.263Z Compiling oso-derive v0.27.3
26682026-06-26T04:11:33.338Z Compiling trait-variant v0.1.2
26692026-06-26T04:11:33.798Z Compiling impl-trait-for-tuples v0.2.3
26702026-06-26T04:11:33.917Z Checking openssl-probe v0.1.6
26712026-06-26T04:11:34.001Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26722026-06-26T04:11:34.107Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26732026-06-26T04:11:34.224Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26742026-06-26T04:11:34.749Z Checking predicates-tree v1.0.13
26752026-06-26T04:11:34.897Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26762026-06-26T04:11:35.033Z Checking http-range v0.1.5
26772026-06-26T04:11:35.070Z Compiling mime_guess v2.0.5
26782026-06-26T04:11:35.198Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26792026-06-26T04:11:35.334Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26802026-06-26T04:11:35.373Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-06-26T04:11:35.595Z Checking bb8 v0.8.6
26822026-06-26T04:11:35.629Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26832026-06-26T04:11:35.697Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26842026-06-26T04:11:35.740Z Checking atty v0.2.14
26852026-06-26T04:11:35.852Z Checking corncobs v0.1.4
26862026-06-26T04:11:35.922Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26872026-06-26T04:11:36.036Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26882026-06-26T04:11:36.080Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-06-26T04:11:36.255Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26902026-06-26T04:11:36.298Z Checking ignore v0.4.25
26912026-06-26T04:11:36.334Z Checking secrecy v0.8.0
26922026-06-26T04:11:36.414Z Checking hyper-staticfile v0.10.1
26932026-06-26T04:11:36.740Z Checking globwalk v0.9.1
26942026-06-26T04:11:36.773Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26952026-06-26T04:11:36.873Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26962026-06-26T04:11:36.967Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26972026-06-26T04:11:37.095Z Checking nonempty v0.12.0
26982026-06-26T04:11:37.135Z Compiling illumos-nvpair-sys v0.2.0
26992026-06-26T04:11:37.293Z Checking camino-tempfile-ext v0.3.3
27002026-06-26T04:11:37.396Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27012026-06-26T04:11:37.437Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27022026-06-26T04:11:37.525Z Checking signal-hook-tokio v0.3.1
27032026-06-26T04:11:37.561Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27042026-06-26T04:11:37.686Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27052026-06-26T04:11:37.991Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27062026-06-26T04:11:38.252Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27072026-06-26T04:11:38.449Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27082026-06-26T04:11:38.619Z Checking illumos-nvpair v0.3.0
27092026-06-26T04:11:38.769Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27102026-06-26T04:11:38.815Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27112026-06-26T04:11:38.899Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27122026-06-26T04:11:38.942Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27132026-06-26T04:11:38.979Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27142026-06-26T04:11:39.119Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27152026-06-26T04:11:39.193Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27162026-06-26T04:11:39.241Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27172026-06-26T04:11:39.674Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27182026-06-26T04:11:39.883Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27192026-06-26T04:11:40.823Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27202026-06-26T04:11:40.928Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27212026-06-26T04:11:41.155Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27222026-06-26T04:11:41.547Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27232026-06-26T04:11:41.905Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27242026-06-26T04:11:41.991Z Checking tungstenite v0.23.0
27252026-06-26T04:11:42.029Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27262026-06-26T04:11:42.200Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-06-26T04:11:42.240Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27282026-06-26T04:11:42.460Z Checking tokio-tungstenite v0.23.1
27292026-06-26T04:11:42.614Z Checking rand_seeder v0.4.0
27302026-06-26T04:11:42.651Z Checking void v1.0.2
27312026-06-26T04:11:42.764Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27322026-06-26T04:11:42.866Z Checking lzss v0.8.2
27332026-06-26T04:11:42.871Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27342026-06-26T04:11:42.961Z Checking nix v0.27.1
27352026-06-26T04:11:43.024Z Checking serde_bytes v0.11.19
27362026-06-26T04:11:43.105Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27372026-06-26T04:11:43.236Z Checking diesel-dtrace v0.5.0
27382026-06-26T04:11:43.273Z Checking async-bb8-diesel v0.2.1
27392026-06-26T04:11:43.307Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27402026-06-26T04:11:43.555Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27412026-06-26T04:11:43.657Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27422026-06-26T04:11:44.038Z Checking is_ci v1.2.0
27432026-06-26T04:11:44.176Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27442026-06-26T04:11:44.482Z Checking yansi v1.0.1
27452026-06-26T04:11:44.485Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27462026-06-26T04:11:44.614Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27472026-06-26T04:11:44.777Z Checking pretty_assertions v1.4.1
27482026-06-26T04:11:44.882Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27492026-06-26T04:11:44.937Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27502026-06-26T04:11:44.970Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27512026-06-26T04:11:45.195Z Compiling darling_core v0.23.0
27522026-06-26T04:11:46.046Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27532026-06-26T04:11:46.483Z Compiling indoc v2.0.7
27542026-06-26T04:11:46.520Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27552026-06-26T04:11:46.748Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-26T04:11:46.977Z Compiling libz-sys v1.1.24
27572026-06-26T04:11:47.313Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27582026-06-26T04:11:47.389Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-26T04:11:47.586Z Compiling instability v0.3.11
27602026-06-26T04:11:47.697Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-26T04:11:47.764Z Compiling darling_macro v0.23.0
27622026-06-26T04:11:47.990Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27632026-06-26T04:11:48.026Z Checking castaway v0.2.4
27642026-06-26T04:11:48.180Z Checking compact_str v0.8.1
27652026-06-26T04:11:48.333Z Compiling darling v0.23.0
27662026-06-26T04:11:48.606Z Checking supports-color v3.0.2
27672026-06-26T04:11:48.771Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27682026-06-26T04:11:48.992Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27692026-06-26T04:11:49.042Z Checking unicode-truncate v1.1.0
27702026-06-26T04:11:49.210Z Checking console v0.16.2
27712026-06-26T04:11:49.246Z Checking lru v0.12.5
27722026-06-26T04:11:49.251Z Compiling libgit2-sys v0.18.3+1.9.2
27732026-06-26T04:11:49.438Z Checking cassowary v0.3.0
27742026-06-26T04:11:49.524Z Checking unit-prefix v0.5.2
27752026-06-26T04:11:49.688Z Checking indicatif v0.18.4
27762026-06-26T04:11:49.693Z Checking ratatui v0.29.0
27772026-06-26T04:11:49.798Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27782026-06-26T04:11:50.112Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27792026-06-26T04:11:50.363Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27802026-06-26T04:11:51.050Z Compiling vergen-git2 v9.1.0
27812026-06-26T04:11:51.152Z Checking plotters-backend v0.3.7
27822026-06-26T04:11:51.329Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27832026-06-26T04:11:51.394Z Checking plotters-svg v0.3.7
27842026-06-26T04:11:51.561Z Compiling rustls v0.21.12
27852026-06-26T04:11:51.598Z Checking cast v0.3.0
27862026-06-26T04:11:51.783Z Checking criterion-plot v0.6.0
27872026-06-26T04:11:51.868Z Checking plotters v0.3.7
27882026-06-26T04:11:52.112Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27892026-06-26T04:11:52.158Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27902026-06-26T04:11:52.386Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27912026-06-26T04:11:52.620Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27922026-06-26T04:11:52.713Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27932026-06-26T04:11:52.853Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27942026-06-26T04:11:52.889Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27952026-06-26T04:11:53.083Z Checking colored v2.2.0
27962026-06-26T04:11:53.137Z Checking sct v0.7.1
27972026-06-26T04:11:53.328Z Checking rustls-webpki v0.101.7
27982026-06-26T04:11:53.360Z Checking tinytemplate v1.2.1
27992026-06-26T04:11:53.615Z Checking anes v0.1.6
28002026-06-26T04:11:53.653Z Checking shell-words v1.1.1
28012026-06-26T04:11:53.709Z Checking oorandom v11.1.5
28022026-06-26T04:11:53.848Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28032026-06-26T04:11:53.881Z Checking criterion v0.7.0
28042026-06-26T04:11:55.337Z Checking typeid v1.0.3
28052026-06-26T04:11:55.383Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28062026-06-26T04:11:55.472Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28072026-06-26T04:11:56.247Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28082026-06-26T04:11:57.076Z Checking tokio-test v0.4.5
28092026-06-26T04:11:57.318Z Checking hex-literal v0.4.1
28102026-06-26T04:11:57.454Z Checking erased-serde v0.4.9
28112026-06-26T04:11:57.844Z Checking tokio-rustls v0.24.1
28122026-06-26T04:11:58.084Z Checking rustls-pemfile v1.0.4
28132026-06-26T04:11:58.262Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28142026-06-26T04:11:58.490Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28152026-06-26T04:11:58.760Z Checking twox-hash v2.1.2
28162026-06-26T04:11:58.903Z Checking ordered-float v2.10.1
28172026-06-26T04:11:59.146Z Checking serde-untagged v0.1.9
28182026-06-26T04:11:59.181Z Checking serde-value v0.7.0
28192026-06-26T04:11:59.372Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28202026-06-26T04:11:59.427Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28212026-06-26T04:11:59.660Z Checking fatfs v0.3.6
28222026-06-26T04:12:00.070Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28232026-06-26T04:12:00.419Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-06-26T04:12:00.458Z Checking unicode-xid v0.2.6
28252026-06-26T04:12:00.590Z Compiling seq-macro v0.3.6
28262026-06-26T04:12:00.626Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28272026-06-26T04:12:01.126Z Checking cargo-util-schemas v0.8.2
28282026-06-26T04:12:01.427Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28292026-06-26T04:12:01.968Z Checking cargo-platform v0.2.0
28302026-06-26T04:12:02.005Z Compiling petname v2.0.2
28312026-06-26T04:12:02.063Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28322026-06-26T04:12:02.183Z Checking cargo_metadata v0.21.0
28332026-06-26T04:12:02.684Z Checking concurrent-queue v2.5.0
28342026-06-26T04:12:02.902Z Checking rtoolbox v0.0.3
28352026-06-26T04:12:02.967Z Checking parking v2.2.1
28362026-06-26T04:12:03.066Z Checking rpassword v7.4.0
28372026-06-26T04:12:03.124Z Checking event-listener v5.4.1
28382026-06-26T04:12:03.381Z Checking tui-tree-widget v0.23.1
28392026-06-26T04:12:03.608Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28402026-06-26T04:12:03.641Z Checking polyval v0.6.2
28412026-06-26T04:12:03.803Z Checking sapling-renderdag v0.1.0
28422026-06-26T04:12:03.838Z Checking sync-ptr v0.1.4
28432026-06-26T04:12:03.989Z Checking ghash v0.5.1
28442026-06-26T04:12:04.081Z Checking event-listener-strategy v0.5.4
28452026-06-26T04:12:04.140Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28462026-06-26T04:12:04.253Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28472026-06-26T04:12:04.473Z Checking ctr v0.9.2
28482026-06-26T04:12:04.680Z Checking arrayref v0.3.9
28492026-06-26T04:12:04.798Z Checking futures-timer v3.0.3
28502026-06-26T04:12:04.825Z Checking arrayvec v0.7.6
28512026-06-26T04:12:04.999Z Checking constant_time_eq v0.4.2
28522026-06-26T04:12:05.045Z Checking aes-gcm v0.10.3
28532026-06-26T04:12:05.213Z Checking async-lock v3.4.2
28542026-06-26T04:12:05.247Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28552026-06-26T04:12:05.629Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28562026-06-26T04:12:06.005Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28572026-06-26T04:12:06.223Z Checking ssh-encoding v0.2.0
28582026-06-26T04:12:06.450Z Checking blowfish v0.9.1
28592026-06-26T04:12:06.635Z Compiling strsim v0.10.0
28602026-06-26T04:12:06.878Z Compiling darling_core v0.13.4
28612026-06-26T04:12:06.998Z Checking bcrypt-pbkdf v0.10.0
28622026-06-26T04:12:07.197Z Checking ssh-cipher v0.2.0
28632026-06-26T04:12:07.398Z Checking async-object-pool v0.2.0
28642026-06-26T04:12:07.539Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28652026-06-26T04:12:07.956Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28662026-06-26T04:12:08.654Z Checking serde_regex v1.1.0
28672026-06-26T04:12:08.801Z Checking password-hash v0.4.2
28682026-06-26T04:12:08.837Z Checking assert-json-diff v2.0.2
28692026-06-26T04:12:08.869Z Checking path-tree v0.8.3
28702026-06-26T04:12:09.032Z Compiling target-lexicon v0.13.3
28712026-06-26T04:12:09.069Z Checking gimli v0.32.3
28722026-06-26T04:12:09.102Z Checking stringmetrics v2.2.2
28732026-06-26T04:12:09.281Z Checking httpmock v0.8.3
28742026-06-26T04:12:09.612Z Checking pbkdf2 v0.11.0
28752026-06-26T04:12:09.817Z Compiling darling_macro v0.13.4
28762026-06-26T04:12:10.332Z Checking ssh-key v0.6.7
28772026-06-26T04:12:10.458Z Compiling samael v0.0.19
28782026-06-26T04:12:10.667Z Checking addr2line v0.25.1
28792026-06-26T04:12:11.067Z Checking p521 v0.13.3
28802026-06-26T04:12:11.538Z Checking p256 v0.13.2
28812026-06-26T04:12:11.703Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28822026-06-26T04:12:11.826Z Checking russh-cryptovec v0.7.3
28832026-06-26T04:12:11.969Z Checking md5 v0.7.0
28842026-06-26T04:12:12.025Z Compiling guppy-workspace-hack v0.1.0
28852026-06-26T04:12:12.177Z Checking rustc-demangle v0.1.27
28862026-06-26T04:12:12.262Z Checking russh-keys v0.45.0
28872026-06-26T04:12:12.436Z Checking backtrace v0.3.76
28882026-06-26T04:12:12.774Z Compiling darling v0.13.4
28892026-06-26T04:12:12.917Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28902026-06-26T04:12:12.952Z Checking num-bigint v0.4.6
28912026-06-26T04:12:13.143Z Checking des v0.8.1
28922026-06-26T04:12:13.339Z Compiling blake3 v1.8.5
28932026-06-26T04:12:13.343Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28942026-06-26T04:12:13.741Z Compiling target-spec v3.5.7
28952026-06-26T04:12:13.825Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28962026-06-26T04:12:13.997Z Checking russh v0.45.0
28972026-06-26T04:12:14.616Z Checking cfg-expr v0.20.6
28982026-06-26T04:12:14.700Z Compiling serde_with_macros v1.5.2
28992026-06-26T04:12:15.035Z Checking backtrace-ext v0.2.1
29002026-06-26T04:12:15.285Z Checking supports-color v2.1.0
29012026-06-26T04:12:15.447Z Checking textwrap v0.15.2
29022026-06-26T04:12:15.565Z Checking supports-hyperlinks v2.1.0
29032026-06-26T04:12:15.660Z Checking supports-unicode v2.1.0
29042026-06-26T04:12:15.693Z Checking hashbrown v0.14.5
29052026-06-26T04:12:15.727Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29062026-06-26T04:12:15.805Z Checking cargo-platform v0.3.2
29072026-06-26T04:12:15.948Z Checking terminal_size v0.1.17
29082026-06-26T04:12:15.984Z Compiling miette-derive v5.10.0
29092026-06-26T04:12:16.016Z Checking internet-checksum v0.2.1
29102026-06-26T04:12:16.084Z Checking owo-colors v3.5.0
29112026-06-26T04:12:16.198Z Checking chumsky v0.9.3
29122026-06-26T04:12:16.641Z Checking cargo_metadata v0.23.1
29132026-06-26T04:12:17.147Z Checking miette v5.10.0
29142026-06-26T04:12:17.277Z Compiling serde_with v1.14.0
29152026-06-26T04:12:17.699Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29162026-06-26T04:12:17.783Z Compiling git2 v0.20.4
29172026-06-26T04:12:17.830Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29182026-06-26T04:12:17.926Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29192026-06-26T04:12:18.283Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29202026-06-26T04:12:18.490Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29212026-06-26T04:12:18.526Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29222026-06-26T04:12:18.688Z Compiling knuffel-derive v3.2.0
29232026-06-26T04:12:18.757Z Checking httptest v0.16.4
29242026-06-26T04:12:18.793Z Checking pathdiff v0.2.3
29252026-06-26T04:12:18.931Z Checking topological-sort v0.2.2
29262026-06-26T04:12:19.104Z Checking nested v0.1.1
29272026-06-26T04:12:19.164Z Checking omicron-zone-package v0.12.2
29282026-06-26T04:12:19.278Z Checking guppy v0.17.25
29292026-06-26T04:12:19.399Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29302026-06-26T04:12:20.226Z Checking knuffel v3.2.0
29312026-06-26T04:12:20.264Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29322026-06-26T04:12:20.543Z Checking similar-asserts v1.7.0
29332026-06-26T04:12:20.728Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29342026-06-26T04:12:20.763Z Compiling target-triple v1.0.0
29352026-06-26T04:12:20.897Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29362026-06-26T04:12:20.933Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29372026-06-26T04:12:21.077Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29382026-06-26T04:12:21.160Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29392026-06-26T04:12:21.225Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29402026-06-26T04:12:21.384Z Checking hickory-client v0.25.2
29412026-06-26T04:12:21.699Z Compiling assert_cmd v2.1.2
29422026-06-26T04:12:21.733Z Checking escape8259 v0.5.3
29432026-06-26T04:12:21.900Z Checking libtest-mimic v0.8.1
29442026-06-26T04:12:22.225Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29452026-06-26T04:12:22.364Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29462026-06-26T04:12:22.766Z Checking blake2b_simd v1.0.4
29472026-06-26T04:12:23.058Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29482026-06-26T04:12:23.222Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29492026-06-26T04:12:23.480Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29502026-06-26T04:12:23.657Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29512026-06-26T04:12:23.717Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29522026-06-26T04:12:23.893Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29532026-06-26T04:12:24.117Z Checking fancy-regex v0.14.0
29542026-06-26T04:12:24.366Z Checking serde_tokenstream v0.2.3
29552026-06-26T04:12:24.516Z Checking approx v0.5.1
29562026-06-26T04:12:24.614Z Checking uzers v0.12.2
29572026-06-26T04:12:24.677Z Compiling rstest_macros v0.25.0
29582026-06-26T04:12:24.867Z Checking termcolor v1.4.1
29592026-06-26T04:12:24.993Z Checking constant_time_eq v0.3.1
29602026-06-26T04:12:25.128Z Compiling linkme-impl v0.3.35
29612026-06-26T04:12:25.162Z Checking trybuild v1.0.116
29622026-06-26T04:12:25.531Z Checking rust-argon2 v2.1.0
29632026-06-26T04:12:25.818Z Checking datatest-stable v0.3.3
29642026-06-26T04:12:26.214Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29652026-06-26T04:12:26.524Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29662026-06-26T04:12:26.586Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29672026-06-26T04:12:26.763Z Checking support-bundle-viewer v0.1.2
29682026-06-26T04:12:27.037Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29692026-06-26T04:12:27.270Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29702026-06-26T04:12:27.333Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29712026-06-26T04:12:27.531Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29722026-06-26T04:12:27.560Z Checking drift v0.2.0
29732026-06-26T04:12:27.594Z Compiling polar-core v0.27.3
29742026-06-26T04:12:27.746Z Checking rand_distr v0.5.1
29752026-06-26T04:12:27.819Z Checking multimap v0.10.1
29762026-06-26T04:12:27.951Z Compiling relative-path v1.9.3
29772026-06-26T04:12:28.023Z Compiling linkme v0.3.35
29782026-06-26T04:12:28.195Z Checking dropshot-api-manager v0.7.2
29792026-06-26T04:12:29.372Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29802026-06-26T04:12:30.002Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29812026-06-26T04:12:30.099Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29822026-06-26T04:12:30.267Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29832026-06-26T04:12:30.505Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29842026-06-26T04:12:30.696Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29852026-06-26T04:12:30.768Z Checking cargo_toml v0.21.0
29862026-06-26T04:12:31.036Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29872026-06-26T04:12:31.396Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29882026-06-26T04:12:31.602Z Checking partial-io v0.5.4
29892026-06-26T04:12:31.708Z Checking termios v0.3.3
29902026-06-26T04:12:31.828Z Checking rstest v0.25.0
29912026-06-26T04:12:31.861Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29922026-06-26T04:12:32.568Z Checking oso v0.27.3
29932026-06-26T04:12:33.937Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29942026-06-26T04:12:34.123Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29952026-06-26T04:12:34.766Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29962026-06-26T04:12:37.134Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29972026-06-26T04:12:42.706Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29982026-06-26T04:12:44.567Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29992026-06-26T04:12:45.160Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30002026-06-26T04:12:47.395Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30012026-06-26T04:12:52.109Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30022026-06-26T04:12:57.450Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30032026-06-26T04:13:00.736Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30042026-06-26T04:13:00.742Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30052026-06-26T04:13:01.347Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30062026-06-26T04:13:07.096Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30072026-06-26T04:13:12.486Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30082026-06-26T04:14:30.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 10s
30092026-06-26T04:14:30.898Z
30102026-06-26T04:14:30.898Zreal 4:13.894907012
30112026-06-26T04:14:30.898Zuser 21:25.218294919
30122026-06-26T04:14:30.898Zsys 4:54.855052304
30132026-06-26T04:14:30.898Ztrap 0.508323660
30142026-06-26T04:14:30.898Ztflt 0.491758839
30152026-06-26T04:14:30.898Zdflt 0.500048862
30162026-06-26T04:14:30.898Zkflt 0.005033891
30172026-06-26T04:14:30.898Zlock 58:54.253315345
30182026-06-26T04:14:30.898Zslp 58:25.813400708
30192026-06-26T04:14:30.898Zlat 1:48.209371493
30202026-06-26T04:14:30.898Zstop 11:10.521544496
30212026-06-26T04:14:30.902Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30222026-06-26T04:14:30.902Z+ ptime -m cargo doc --workspace --no-deps
30232026-06-26T04:14:31.712Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30242026-06-26T04:14:31.712Z |
30252026-06-26T04:14:31.712Z = 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)`
30262026-06-26T04:14:31.712Z = 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>
30272026-06-26T04:14:32.722Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30282026-06-26T04:14:32.953Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30292026-06-26T04:14:32.999Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30302026-06-26T04:14:33.062Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-06-26T04:14:33.122Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30322026-06-26T04:14:33.217Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30332026-06-26T04:14:33.241Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30342026-06-26T04:14:33.268Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30352026-06-26T04:14:33.296Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30362026-06-26T04:14:33.323Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30372026-06-26T04:14:33.412Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30382026-06-26T04:14:33.524Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30392026-06-26T04:14:33.553Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30402026-06-26T04:14:33.609Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30412026-06-26T04:14:33.645Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30422026-06-26T04:14:33.667Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30432026-06-26T04:14:33.670Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30442026-06-26T04:14:33.711Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30452026-06-26T04:14:33.714Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30462026-06-26T04:14:33.758Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30472026-06-26T04:14:33.809Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30482026-06-26T04:14:34.071Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30492026-06-26T04:14:34.382Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30502026-06-26T04:14:34.407Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30512026-06-26T04:14:34.511Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30522026-06-26T04:14:34.535Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30532026-06-26T04:14:34.559Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30542026-06-26T04:14:34.743Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30552026-06-26T04:14:34.791Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30562026-06-26T04:14:34.909Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30572026-06-26T04:14:35.044Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30582026-06-26T04:14:35.125Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30592026-06-26T04:14:35.183Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30602026-06-26T04:14:35.209Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30612026-06-26T04:14:35.231Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30622026-06-26T04:14:35.405Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30632026-06-26T04:14:35.453Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30642026-06-26T04:14:35.481Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30652026-06-26T04:14:35.666Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30662026-06-26T04:14:35.722Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30672026-06-26T04:14:36.046Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30682026-06-26T04:14:36.191Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30692026-06-26T04:14:36.219Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30702026-06-26T04:14:36.384Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30712026-06-26T04:14:36.419Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30722026-06-26T04:14:36.443Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30732026-06-26T04:14:36.669Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30742026-06-26T04:14:36.693Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30752026-06-26T04:14:36.718Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30762026-06-26T04:14:36.741Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30772026-06-26T04:14:36.924Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30782026-06-26T04:14:36.927Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30792026-06-26T04:14:37.019Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30802026-06-26T04:14:37.049Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30812026-06-26T04:14:37.186Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30822026-06-26T04:14:37.212Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30832026-06-26T04:14:37.235Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30842026-06-26T04:14:37.238Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30852026-06-26T04:14:37.279Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30862026-06-26T04:14:37.390Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30872026-06-26T04:14:37.585Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30882026-06-26T04:14:37.763Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30892026-06-26T04:14:37.923Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30902026-06-26T04:14:38.045Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30912026-06-26T04:14:38.361Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30922026-06-26T04:14:38.539Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30932026-06-26T04:14:38.810Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30942026-06-26T04:14:38.835Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30952026-06-26T04:14:38.838Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30962026-06-26T04:14:38.885Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30972026-06-26T04:14:39.065Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30982026-06-26T04:14:39.093Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30992026-06-26T04:14:39.125Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31002026-06-26T04:14:39.262Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31012026-06-26T04:14:39.631Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31022026-06-26T04:14:40.188Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31032026-06-26T04:14:40.231Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31042026-06-26T04:14:40.288Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31052026-06-26T04:14:40.339Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31062026-06-26T04:14:40.564Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31072026-06-26T04:14:40.591Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31082026-06-26T04:14:40.622Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31092026-06-26T04:14:40.730Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31102026-06-26T04:14:40.836Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31112026-06-26T04:14:40.860Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31122026-06-26T04:14:40.920Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31132026-06-26T04:14:41.106Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31142026-06-26T04:14:41.130Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31152026-06-26T04:14:41.151Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31162026-06-26T04:14:41.174Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31172026-06-26T04:14:41.291Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31182026-06-26T04:14:41.407Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31192026-06-26T04:14:41.431Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31202026-06-26T04:14:41.453Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31212026-06-26T04:14:41.478Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31222026-06-26T04:14:41.623Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31232026-06-26T04:14:41.650Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31242026-06-26T04:14:41.650Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31252026-06-26T04:14:41.740Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31262026-06-26T04:14:41.760Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31272026-06-26T04:14:41.826Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31282026-06-26T04:14:41.870Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31292026-06-26T04:14:41.959Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31302026-06-26T04:14:42.029Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31312026-06-26T04:14:42.053Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31322026-06-26T04:14:42.162Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31332026-06-26T04:14:42.342Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31342026-06-26T04:14:42.345Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31352026-06-26T04:14:42.384Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31362026-06-26T04:14:42.852Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31372026-06-26T04:14:43.006Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31382026-06-26T04:14:43.110Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31392026-06-26T04:14:43.758Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31402026-06-26T04:14:43.894Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31412026-06-26T04:14:43.970Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31422026-06-26T04:14:44.540Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31432026-06-26T04:14:44.628Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31442026-06-26T04:14:45.300Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31452026-06-26T04:14:46.070Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31462026-06-26T04:14:46.731Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31472026-06-26T04:14:46.757Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31482026-06-26T04:14:47.052Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31492026-06-26T04:14:47.371Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31502026-06-26T04:14:47.440Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31512026-06-26T04:14:47.610Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31522026-06-26T04:14:47.693Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31532026-06-26T04:14:48.177Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31542026-06-26T04:14:48.316Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31552026-06-26T04:14:48.403Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31562026-06-26T04:14:48.719Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31572026-06-26T04:14:48.966Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31582026-06-26T04:14:49.121Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31592026-06-26T04:14:49.442Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31602026-06-26T04:14:49.628Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31612026-06-26T04:14:49.842Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31622026-06-26T04:14:50.067Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31632026-06-26T04:14:50.179Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31642026-06-26T04:14:50.380Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31652026-06-26T04:14:51.060Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31662026-06-26T04:14:51.179Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31672026-06-26T04:14:51.822Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31682026-06-26T04:14:52.246Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31692026-06-26T04:14:52.519Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31702026-06-26T04:14:52.873Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31712026-06-26T04:14:53.450Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31722026-06-26T04:14:54.010Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31732026-06-26T04:14:54.033Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31742026-06-26T04:14:54.530Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31752026-06-26T04:14:55.195Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31762026-06-26T04:14:55.721Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31772026-06-26T04:14:56.463Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31782026-06-26T04:14:56.671Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-06-26T04:14:56.948Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31802026-06-26T04:14:57.141Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31812026-06-26T04:14:57.324Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31822026-06-26T04:14:58.547Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31832026-06-26T04:15:00.262Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31842026-06-26T04:15:01.312Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31852026-06-26T04:15:01.672Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31862026-06-26T04:15:02.965Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31872026-06-26T04:15:03.379Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31882026-06-26T04:15:03.405Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31892026-06-26T04:15:03.578Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31902026-06-26T04:15:04.839Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31912026-06-26T04:15:04.995Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31922026-06-26T04:15:05.129Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31932026-06-26T04:15:05.374Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31942026-06-26T04:15:06.065Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31952026-06-26T04:15:06.311Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31962026-06-26T04:15:06.338Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31972026-06-26T04:15:06.560Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31982026-06-26T04:15:06.777Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31992026-06-26T04:15:06.828Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32002026-06-26T04:15:07.529Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32012026-06-26T04:15:07.566Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32022026-06-26T04:15:07.911Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32032026-06-26T04:15:08.121Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32042026-06-26T04:15:08.308Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32052026-06-26T04:15:08.458Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32062026-06-26T04:15:08.560Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32072026-06-26T04:15:08.834Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32082026-06-26T04:15:09.154Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32092026-06-26T04:15:10.577Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32102026-06-26T04:15:10.951Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32112026-06-26T04:15:11.075Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32122026-06-26T04:15:12.816Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-06-26T04:15:14.427Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32142026-06-26T04:15:14.890Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32152026-06-26T04:15:16.153Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32162026-06-26T04:15:17.120Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32172026-06-26T04:15:18.080Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32182026-06-26T04:15:19.218Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32192026-06-26T04:15:19.834Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32202026-06-26T04:15:21.871Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32212026-06-26T04:15:22.676Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32222026-06-26T04:15:23.298Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32232026-06-26T04:15:24.046Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32242026-06-26T04:15:25.233Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32252026-06-26T04:15:26.095Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32262026-06-26T04:15:26.153Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32272026-06-26T04:15:27.114Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32282026-06-26T04:15:29.421Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32292026-06-26T04:15:32.464Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32302026-06-26T04:15:33.588Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32312026-06-26T04:15:34.064Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32322026-06-26T04:15:35.018Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32332026-06-26T04:15:35.779Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32342026-06-26T04:15:36.687Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32352026-06-26T04:15:37.431Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32362026-06-26T04:15:38.173Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32372026-06-26T04:15:40.812Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32382026-06-26T04:15:40.872Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32392026-06-26T04:15:41.938Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32402026-06-26T04:15:42.045Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32412026-06-26T04:15:42.689Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32422026-06-26T04:15:43.610Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32432026-06-26T04:15:44.648Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32442026-06-26T04:15:47.565Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32452026-06-26T04:15:49.210Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32462026-06-26T04:15:49.876Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32472026-06-26T04:15:50.769Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32482026-06-26T04:15:51.891Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32492026-06-26T04:15:52.865Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32502026-06-26T04:15:56.298Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32512026-06-26T04:15:56.538Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32522026-06-26T04:15:57.449Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32532026-06-26T04:15:58.696Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32542026-06-26T04:15:59.998Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32552026-06-26T04:16:01.339Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32562026-06-26T04:16:03.904Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32572026-06-26T04:16:04.460Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32582026-06-26T04:16:06.363Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32592026-06-26T04:16:07.802Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32602026-06-26T04:16:09.251Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32612026-06-26T04:16:11.076Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32622026-06-26T04:16:12.619Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32632026-06-26T04:16:14.297Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32642026-06-26T04:16:15.952Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32652026-06-26T04:16:19.893Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32662026-06-26T04:16:20.768Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32672026-06-26T04:16:21.956Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32682026-06-26T04:16:22.641Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32692026-06-26T04:16:24.216Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32702026-06-26T04:16:25.913Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32712026-06-26T04:16:27.964Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32722026-06-26T04:16:29.903Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32732026-06-26T04:16:31.662Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32742026-06-26T04:16:33.408Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32752026-06-26T04:16:35.494Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32762026-06-26T04:16:37.000Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32772026-06-26T04:16:38.756Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32782026-06-26T04:16:40.559Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32792026-06-26T04:16:44.112Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32802026-06-26T04:16:45.646Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32812026-06-26T04:16:47.704Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32822026-06-26T04:16:49.121Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32832026-06-26T04:16:51.340Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32842026-06-26T04:16:55.224Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32852026-06-26T04:16:57.210Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32862026-06-26T04:16:59.045Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32872026-06-26T04:17:00.910Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32882026-06-26T04:17:02.924Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32892026-06-26T04:17:05.789Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32902026-06-26T04:17:07.199Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32912026-06-26T04:17:09.354Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32922026-06-26T04:17:11.921Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32932026-06-26T04:17:14.216Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32942026-06-26T04:17:16.390Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32952026-06-26T04:17:18.694Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32962026-06-26T04:17:20.895Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32972026-06-26T04:17:23.163Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32982026-06-26T04:17:25.405Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32992026-06-26T04:17:27.767Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33002026-06-26T04:17:29.942Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33012026-06-26T04:17:32.660Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33022026-06-26T04:17:34.634Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33032026-06-26T04:17:36.617Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33042026-06-26T04:17:38.810Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33052026-06-26T04:17:41.197Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33062026-06-26T04:17:43.500Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33072026-06-26T04:17:45.756Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33082026-06-26T04:17:48.038Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33092026-06-26T04:17:50.477Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33102026-06-26T04:17:52.770Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33112026-06-26T04:17:55.184Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33122026-06-26T04:17:57.578Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33132026-06-26T04:17:59.951Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33142026-06-26T04:18:02.321Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33152026-06-26T04:18:04.633Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33162026-06-26T04:18:06.975Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33172026-06-26T04:18:09.290Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33182026-06-26T04:18:11.841Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33192026-06-26T04:18:14.252Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33202026-06-26T04:18:16.594Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33212026-06-26T04:18:19.003Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33222026-06-26T04:18:21.343Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33232026-06-26T04:18:24.014Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33242026-06-26T04:18:26.376Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33252026-06-26T04:18:28.851Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33262026-06-26T04:18:31.309Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33272026-06-26T04:18:33.688Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33282026-06-26T04:18:36.055Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33292026-06-26T04:18:38.444Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33302026-06-26T04:18:40.915Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33312026-06-26T04:18:43.321Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33322026-06-26T04:18:46.255Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33332026-06-26T04:18:48.338Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33342026-06-26T04:18:51.021Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33352026-06-26T04:18:53.505Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33362026-06-26T04:18:56.159Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33372026-06-26T04:18:58.865Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33382026-06-26T04:19:01.453Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33392026-06-26T04:19:04.048Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33402026-06-26T04:19:06.497Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33412026-06-26T04:19:09.121Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33422026-06-26T04:19:11.701Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33432026-06-26T04:19:14.312Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33442026-06-26T04:19:17.281Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33452026-06-26T04:19:19.786Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33462026-06-26T04:19:27.928Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33472026-06-26T04:19:27.987Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33482026-06-26T04:19:31.312Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33492026-06-26T04:19:34.724Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33502026-06-26T04:19:38.212Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33512026-06-26T04:19:41.661Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33522026-06-26T04:19:44.911Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33532026-06-26T04:19:49.638Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33542026-06-26T04:19:52.635Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33552026-06-26T04:19:56.367Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33562026-06-26T04:19:59.947Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33572026-06-26T04:20:03.708Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33582026-06-26T04:20:07.520Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33592026-06-26T04:20:11.217Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33602026-06-26T04:20:14.927Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33612026-06-26T04:20:18.660Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33622026-06-26T04:20:22.380Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33632026-06-26T04:20:26.152Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33642026-06-26T04:20:29.809Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33652026-06-26T04:20:33.488Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33662026-06-26T04:20:37.477Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33672026-06-26T04:20:41.014Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33682026-06-26T04:20:44.786Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33692026-06-26T04:20:48.551Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33702026-06-26T04:20:52.291Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33712026-06-26T04:21:22.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 51s
33722026-06-26T04:21:22.365Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files
33732026-06-26T04:21:22.472Z
33742026-06-26T04:21:22.472Zreal 6:51.484106014
33752026-06-26T04:21:22.472Zuser 18:21.657000830
33762026-06-26T04:21:22.472Zsys 3:55.371297226
33772026-06-26T04:21:22.472Ztrap 0.264586119
33782026-06-26T04:21:22.475Ztflt 0.014117962
33792026-06-26T04:21:22.475Zdflt 0.029767507
33802026-06-26T04:21:22.475Zkflt 0.000069150
33812026-06-26T04:21:22.475Zlock 6:21:12.591557683
33822026-06-26T04:21:22.475Zslp 2:18:13.136416304
33832026-06-26T04:21:22.476Zlat 32.746801451
33842026-06-26T04:21:22.476Zstop 1:37.889001489
33852026-06-26T04:21:22.476Zprocess exited: duration 791985 ms, exit code 0
 
33862026-06-26T04:21:22.482Zfound 0 output files