01M0VX1M8ZSARCR5A543N1J5HP: clippy (helios)

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

Buildomat Job: 01M0VX2S75REJ8FR0S90H7Y74G

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T07:28:37.676Zjob assigned to worker 01M0VX319CCN646APSGT9DXPF0 [factory aws, i-03e8a65af658e6781] (queued for 52 s)
 
22026-08-25T07:28:44.242Zstarting task 0: "setup"
32026-08-25T07:28:44.247Z++ uname -s
42026-08-25T07:28:44.250Z+ kern=SunOS
52026-08-25T07:28:44.250Z+ build_user=build
62026-08-25T07:28:44.250Z+ build_uid=12345
72026-08-25T07:28:44.250Z+ work_dir=/work
82026-08-25T07:28:44.250Z+ input_dir=/input
92026-08-25T07:28:44.250Z+ [[ 0 == 12345 ]]
102026-08-25T07:28:44.250Z+ case "$kern" in
112026-08-25T07:28:44.250Z+ groupadd -g 12345 build
122026-08-25T07:28:44.250Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T07:28:46.279Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T07:28:46.407Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T07:28:46.410Z+ home_fs=zfs
162026-08-25T07:28:46.410Z+ [[ zfs == autofs ]]
172026-08-25T07:28:46.411Z+ mkdir -p /home/build
182026-08-25T07:28:46.411Z+ chown build:build /home/build /work
192026-08-25T07:28:48.383Z+ chmod 0700 /home/build /work
202026-08-25T07:28:48.395Zprocess exited: duration 4138 ms, exit code 0
 
212026-08-25T07:28:48.433Zstarting task 1: "rust-toolchain"
222026-08-25T07:28:48.443Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T07:28:48.443Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T07:28:48.443Z * rust toolchain channel = "1.97.1"
252026-08-25T07:28:48.443Z * rust toolchain profile = "default"
262026-08-25T07:28:48.443Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T07:28:48.443Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T07:28:48.444Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T07:28:48.444Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T07:28:48.528Zinfo: downloading installer
312026-08-25T07:28:49.665Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T07:28:49.665Zwarn: /home/build/.rustup/settings.toml
332026-08-25T07:28:49.665Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T07:28:49.665Zwarn: instead of the one inferred from the default host triple.
352026-08-25T07:28:49.672Zinfo: profile set to default
362026-08-25T07:28:49.673Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T07:28:49.673Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T07:28:49.800Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T07:28:49.805Zinfo: downloading 6 components
402026-08-25T07:29:04.261Z
412026-08-25T07:29:04.261Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-25T07:29:04.277Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T07:29:04.277Z
442026-08-25T07:29:04.289Z
452026-08-25T07:29:04.289ZRust is installed now. Great!
462026-08-25T07:29:04.289Z
472026-08-25T07:29:04.289ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T07:29:04.289Zenvironment variable. This has not been done automatically.
492026-08-25T07:29:04.289Z
502026-08-25T07:29:04.290ZTo configure your current shell, you need to source
512026-08-25T07:29:04.290Zthe corresponding env file under $HOME/.cargo.
522026-08-25T07:29:04.290Z
532026-08-25T07:29:04.290ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T07:29:04.290Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T07:29:04.290Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T07:29:04.290Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T07:29:04.290Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T07:29:04.290Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T07:29:04.290Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T07:29:04.290Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T07:29:04.290Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T07:29:04.384Z+ rustup --version
632026-08-25T07:29:04.389Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T07:29:04.389Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T07:29:04.395Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T07:29:04.404Z+ cargo --version
672026-08-25T07:29:04.422Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T07:29:04.429Z+ rustc --version
692026-08-25T07:29:04.442Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T07:29:04.443Zprocess exited: duration 16016 ms, exit code 0
 
712026-08-25T07:29:04.483Zstarting task 2: "authentication"
722026-08-25T07:29:04.507Zprocess exited: duration 18 ms, exit code 0
 
732026-08-25T07:29:04.539Zstarting task 3: "clone repository"
742026-08-25T07:29:04.544Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T07:29:04.544Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T07:29:04.556ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T07:29:16.178Z+ cd /work/oxidecomputer/omicron
782026-08-25T07:29:16.178Z+ git fetch origin 521e1b3903a3e4a1652a15395e0922723fc90cdc
792026-08-25T07:29:16.508ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T07:29:16.508Z * branch 521e1b3903a3e4a1652a15395e0922723fc90cdc -> FETCH_HEAD
812026-08-25T07:29:16.522Z+ [[ -n zl/mcast-build ]]
822026-08-25T07:29:16.526Z++ git branch --show-current
832026-08-25T07:29:16.526Z+ current=main
842026-08-25T07:29:16.526Z+ [[ main != zl/mcast-build ]]
852026-08-25T07:29:16.526Z+ git branch -f zl/mcast-build 521e1b3903a3e4a1652a15395e0922723fc90cdc
862026-08-25T07:29:16.526Z+ git checkout -f zl/mcast-build
872026-08-25T07:29:16.738ZSwitched to branch 'zl/mcast-build'
882026-08-25T07:29:16.745Z+ git reset --hard 521e1b3903a3e4a1652a15395e0922723fc90cdc
892026-08-25T07:29:16.958ZHEAD is now at 521e1b390 [merge] merge upstream
902026-08-25T07:29:16.962Zprocess exited: duration 12431 ms, exit code 0
 
912026-08-25T07:29:16.971Zstarting task 4: "build"
922026-08-25T07:29:16.983Z+ source ./env.sh
932026-08-25T07:29:16.984Z++ OLD_SHELL_OPTS=ehxB
942026-08-25T07:29:16.984Z++ set -o xtrace
952026-08-25T07:29:16.995Z++++ dirname ./env.sh
962026-08-25T07:29:16.995Z+++ readlink -f .
972026-08-25T07:29:16.995Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-25T07:29:16.995Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-25T07:29:16.995Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-25T07:29:16.995Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-25T07:29:16.995Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-25T07:29:16.995Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-25T07:29:16.995Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-25T07:29:16.995Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-25T07:29:16.995Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-25T07:29:16.995Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-25T07:29:16.995Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-25T07:29:16.995Z++ case $OLD_SHELL_OPTS in
1092026-08-25T07:29:16.995Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-25T07:29:16.995Z+ source .github/buildomat/ci-env.sh
1112026-08-25T07:29:16.995Z++ export CARGO_TERM_COLOR=always
1122026-08-25T07:29:16.995Z++ CARGO_TERM_COLOR=always
1132026-08-25T07:29:16.995Z+++ uname -s
1142026-08-25T07:29:16.995Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-25T07:29:16.995Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-25T07:29:16.995Z+ cargo --version
1172026-08-25T07:29:17.005Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-25T07:29:17.005Z+ rustc --version
1192026-08-25T07:29:17.015Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-25T07:29:17.024Z+ banner prerequisites
1212026-08-25T07:29:17.024Z
1222026-08-25T07:29:17.024Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-25T07:29:17.024Z # # # # # # # # # # # # # # #
1242026-08-25T07:29:17.024Z # # # # ##### # # ##### # # # # # #### #
1252026-08-25T07:29:17.024Z ##### ##### # ##### # # # # # # # # #
1262026-08-25T07:29:17.024Z # # # # # # # # # # # # # # #
1272026-08-25T07:29:17.024Z # # # ###### # # ###### ### # #### # #### #
1282026-08-25T07:29:17.024Z
1292026-08-25T07:29:17.024Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-25T07:29:18.899Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-25T07:29:19.282Z Startup: Caching catalogs ... Done
1322026-08-25T07:29:21.434ZPlanning: Solver setup ... Done (2.043s)
1332026-08-25T07:29:21.499ZPlanning: Running solver ... Done (0.062s)
1342026-08-25T07:29:21.553ZPlanning: Finding local manifests ... Done (0.002s)
1352026-08-25T07:29:21.557ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-25T07:29:21.567ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-25T07:29:21.585ZPlanning: Package planning ... Done (0.013s)
1382026-08-25T07:29:21.588ZPlanning: Merging actions ... Done (0.001s)
1392026-08-25T07:29:21.806ZPlanning: Checking for conflicting actions ... Done (0.222s)
1402026-08-25T07:29:21.811ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-25T07:29:22.569ZPlanning: Evaluating mediators ... Done (0.763s)
1422026-08-25T07:29:22.574ZPlanning: Planning completed in 3.26 seconds
1432026-08-25T07:29:22.584Z Packages to install: 2
1442026-08-25T07:29:22.584Z Estimated space available: 156.01 GB
1452026-08-25T07:29:22.584ZEstimated space to be consumed: 80.56 MB
1462026-08-25T07:29:22.584Z Create boot environment: No
1472026-08-25T07:29:22.584ZCreate backup boot environment: No
1482026-08-25T07:29:22.584Z Rebuild boot archive: No
1492026-08-25T07:29:22.605Z
1502026-08-25T07:29:22.605ZChanged packages:
1512026-08-25T07:29:22.605Zhelios
1522026-08-25T07:29:22.605Z developer/build-essential
1532026-08-25T07:29:22.605Z None -> 11-3.0
1542026-08-25T07:29:22.605Z library/libxmlsec1
1552026-08-25T07:29:22.605Z None -> 1.2.35-3.0
1562026-08-25T07:29:22.633Z
1572026-08-25T07:29:22.633ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-25T07:29:22.675ZDownload: Completed 1.28 MB in 0.07 seconds (19.2M/s)
1592026-08-25T07:29:23.984Z Actions: 1/268 actions (Installing new actions)
1602026-08-25T07:29:24.049Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-25T07:29:24.049ZFinalize: Updating package state database ... Done (0.034s)
1622026-08-25T07:29:24.049ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-25T07:29:24.049ZFinalize: Updating image state ... Done (0.087s)
1642026-08-25T07:29:25.312ZFinalize: Creating fast lookup database ... Done (2.367s)
1652026-08-25T07:29:25.373ZFinalize: Reading search index ... Done (0.011s)
1662026-08-25T07:29:25.376ZFinalize: Updating search index ... Done (0.000s)
1672026-08-25T07:29:25.468ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-25T07:29:25.851ZPlanning: Evaluating mediator changes ... Done
1692026-08-25T07:29:25.951ZPlanning: Checking for conflicting actions ... Done
1702026-08-25T07:29:25.958ZPlanning: Consolidating action changes ... Done
1712026-08-25T07:29:26.130ZPlanning: Evaluating mediators ... Done
1722026-08-25T07:29:26.139ZPlanning: Planning completed in 0.26 seconds
1732026-08-25T07:29:26.139Z Mediators to change: 2
1742026-08-25T07:29:26.139Z Create boot environment: No
1752026-08-25T07:29:26.139ZCreate backup boot environment: No
1762026-08-25T07:29:26.238ZFinalize: Updating package state database ... Done
1772026-08-25T07:29:26.238ZFinalize: Updating package cache ... Done
1782026-08-25T07:29:26.371ZFinalize: Updating image state ... Done
1792026-08-25T07:29:28.155ZFinalize: Creating fast lookup database ... Done
1802026-08-25T07:29:28.220ZFinalize: Reading search index ... Done
1812026-08-25T07:29:28.253ZFinalize: Updating search index ... Done
1822026-08-25T07:29:28.309ZFinalize: Updating package cache ... Done
1832026-08-25T07:29:28.596ZPlanning: Evaluating mediator changes ... Done
1842026-08-25T07:29:28.698ZPlanning: Checking for conflicting actions ... Done
1852026-08-25T07:29:28.718ZPlanning: Consolidating action changes ... Done
1862026-08-25T07:29:28.856ZPlanning: Evaluating mediators ... Done
1872026-08-25T07:29:28.876ZPlanning: Planning completed in 0.26 seconds
1882026-08-25T07:29:28.895Z Mediators to change: 1
1892026-08-25T07:29:28.896Z Create boot environment: No
1902026-08-25T07:29:28.896ZCreate backup boot environment: No
1912026-08-25T07:29:28.939ZFinalize: Updating package state database ... Done
1922026-08-25T07:29:28.939ZFinalize: Updating package cache ... Done
1932026-08-25T07:29:28.987ZFinalize: Updating image state ... Done
1942026-08-25T07:29:30.918ZFinalize: Creating fast lookup database ... Done
1952026-08-25T07:29:30.979ZFinalize: Reading search index ... Done
1962026-08-25T07:29:30.985ZFinalize: Updating search index ... Done
1972026-08-25T07:29:31.127ZFinalize: Updating package cache ... Done
1982026-08-25T07:29:31.451ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-25T07:29:31.451Zapache system 2.4 system
2002026-08-25T07:29:31.451Zclang system 15 system
2012026-08-25T07:29:31.451Zcsh system system illumos
2022026-08-25T07:29:31.451Zctags system system illumos
2032026-08-25T07:29:31.451Zfile vendor vendor darwinsys
2042026-08-25T07:29:31.451Zfile system system illumos
2052026-08-25T07:29:31.451Zgcc vendor 14 vendor
2062026-08-25T07:29:31.451Zgcc system 13 system
2072026-08-25T07:29:31.451Zgcc system 10 system
2082026-08-25T07:29:31.451Zgo system 1.25 system
2092026-08-25T07:29:31.451Zllvm system 15 system
2102026-08-25T07:29:31.451Zmariadb system 11.4 system
2112026-08-25T07:29:31.451Zmta vendor vendor dma
2122026-08-25T07:29:31.451Zopenjdk system 17 system
2132026-08-25T07:29:31.451Zopenjdk system 11 system
2142026-08-25T07:29:31.451Zopenssl vendor 3 vendor
2152026-08-25T07:29:31.451Zperl system 5.40 system
2162026-08-25T07:29:31.451Zpostgresql system 18 system
2172026-08-25T07:29:31.451Zpostgresql system 17 system
2182026-08-25T07:29:31.451Zpython vendor 3 vendor
2192026-08-25T07:29:31.452Zpython system 2 system
2202026-08-25T07:29:31.452Zpython3 vendor 3.13 vendor
2212026-08-25T07:29:31.452Zruby system 3.4 system
2222026-08-25T07:29:31.452Zruby system 3.0 system
2232026-08-25T07:29:31.452Zwords vendor vendor american-english
2242026-08-25T07:29:31.452Zwords system system australian-english
2252026-08-25T07:29:31.452Zwords system system british-english
2262026-08-25T07:29:31.452Zwords system system canadian-english
2272026-08-25T07:29:31.452Zwords system system french
2282026-08-25T07:29:31.452Zwords system system italian
2292026-08-25T07:29:31.452Zwords system system ngerman
2302026-08-25T07:29:31.452Zwords system system ogerman
2312026-08-25T07:29:31.452Zwords system system spanish
2322026-08-25T07:29:31.627ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-25T07:29:31.627Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-25T07:29:32.124ZFMRI IFO
2352026-08-25T07:29:32.124Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-25T07:29:32.124Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-25T07:29:32.124Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-25T07:29:32.124Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-25T07:29:32.124Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-25T07:29:32.124Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-25T07:29:32.124Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-25T07:29:32.124Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-25T07:29:32.124Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-25T07:29:32.462Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-25T07:29:32.780Z Updating crates.io index
2462026-08-25T07:29:32.784Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-25T07:29:33.048Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-25T07:29:33.429Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-25T07:29:34.491Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-25T07:29:35.014Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-25T07:29:36.989Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-25T07:29:37.879Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-25T07:29:38.176Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-25T07:29:38.600Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-25T07:29:39.958Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-25T07:29:40.537Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-25T07:29:40.897Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-25T07:29:41.183Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-25T07:29:41.444Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-25T07:29:41.705Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-25T07:29:41.962Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-25T07:29:42.224Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-25T07:29:42.525Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2642026-08-25T07:29:43.002Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-08-25T07:29:43.333Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2662026-08-25T07:29:43.593Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-25T07:29:44.204Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-25T07:29:44.482Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-25T07:29:44.986Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-25T07:29:45.319Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-25T07:29:45.849Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-25T07:29:46.325Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-25T07:29:46.594Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-25T07:29:46.984Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-25T07:29:47.312Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-25T07:29:47.591Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-25T07:29:47.901Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-25T07:29:48.276Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-25T07:29:48.803Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-25T07:29:49.363Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-25T07:29:49.639Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-25T07:29:49.905Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-25T07:29:50.235Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-25T07:29:50.505Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-25T07:29:50.770Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-25T07:29:51.063Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-25T07:29:51.332Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-25T07:29:51.590Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2892026-08-25T07:29:53.955Z Downloading crates ...
2902026-08-25T07:29:54.013Z Downloaded anstream v1.0.0
2912026-08-25T07:29:54.018Z Downloaded generic-array v0.14.7
2922026-08-25T07:29:54.018Z Downloaded bytecount v0.6.9
2932026-08-25T07:29:54.026Z Downloaded memmap v0.7.0
2942026-08-25T07:29:54.026Z Downloaded bitflags v2.11.0
2952026-08-25T07:29:54.038Z Downloaded autocfg v1.5.0
2962026-08-25T07:29:54.038Z Downloaded thread-id v4.2.2
2972026-08-25T07:29:54.044Z Downloaded macaddr v1.0.1
2982026-08-25T07:29:54.044Z Downloaded anstyle-query v1.1.5
2992026-08-25T07:29:54.045Z Downloaded itoa v1.0.17
3002026-08-25T07:29:54.045Z Downloaded cpufeatures v0.2.17
3012026-08-25T07:29:54.045Z Downloaded fnv v1.0.7
3022026-08-25T07:29:54.045Z Downloaded zerocopy-derive v0.7.35
3032026-08-25T07:29:54.056Z Downloaded utf8parse v0.2.2
3042026-08-25T07:29:54.061Z Downloaded equivalent v1.0.2
3052026-08-25T07:29:54.061Z Downloaded errno v0.3.14
3062026-08-25T07:29:54.061Z Downloaded is_terminal_polyfill v1.70.2
3072026-08-25T07:29:54.061Z Downloaded winnow v0.7.14
3082026-08-25T07:29:54.061Z Downloaded colorchoice v1.0.4
3092026-08-25T07:29:54.061Z Downloaded heck v0.4.1
3102026-08-25T07:29:54.061Z Downloaded dof v0.3.0
3112026-08-25T07:29:54.061Z Downloaded crypto-common v0.1.7
3122026-08-25T07:29:54.061Z Downloaded camino-tempfile v1.4.1
3132026-08-25T07:29:54.066Z Downloaded toml_datetime v0.6.11
3142026-08-25T07:29:54.083Z Downloaded fastrand v2.3.0
3152026-08-25T07:29:54.083Z Downloaded cargo-platform v0.3.2
3162026-08-25T07:29:54.091Z Downloaded block-buffer v0.10.4
3172026-08-25T07:29:54.091Z Downloaded clap_lex v1.0.0
3182026-08-25T07:29:54.091Z Downloaded anstyle v1.0.14
3192026-08-25T07:29:54.091Z Downloaded byteorder v1.5.0
3202026-08-25T07:29:54.091Z Downloaded cfg-if v1.0.4
3212026-08-25T07:29:54.091Z Downloaded digest v0.10.7
3222026-08-25T07:29:54.091Z Downloaded serde_tokenstream v0.2.3
3232026-08-25T07:29:54.091Z Downloaded plain v0.2.3
3242026-08-25T07:29:54.096Z Downloaded heck v0.5.0
3252026-08-25T07:29:54.096Z Downloaded strsim v0.11.1
3262026-08-25T07:29:54.101Z Downloaded serde_spanned v0.6.9
3272026-08-25T07:29:54.106Z Downloaded usdt-attr-macro v0.5.0
3282026-08-25T07:29:54.106Z Downloaded smawk v0.3.2
3292026-08-25T07:29:54.107Z Downloaded tabled_derive v0.7.0
3302026-08-25T07:29:54.107Z Downloaded usdt-macro v0.5.0
3312026-08-25T07:29:54.112Z Downloaded version_check v0.9.5
3322026-08-25T07:29:54.112Z Downloaded dtrace-parser v0.2.0
3332026-08-25T07:29:54.120Z Downloaded pretty-hex v0.4.1
3342026-08-25T07:29:54.128Z Downloaded proc-macro-error-attr v1.0.4
3352026-08-25T07:29:54.128Z Downloaded unicode-linebreak v0.1.5
3362026-08-25T07:29:54.128Z Downloaded toml_write v0.1.2
3372026-08-25T07:29:54.132Z Downloaded usdt v0.5.0
3382026-08-25T07:29:54.137Z Downloaded cargo_metadata v0.23.1
3392026-08-25T07:29:54.137Z Downloaded cargo_toml v0.21.0
3402026-08-25T07:29:54.137Z Downloaded swrite v0.1.0
3412026-08-25T07:29:54.137Z Downloaded ucd-trie v0.1.7
3422026-08-25T07:29:54.142Z Downloaded clap_derive v4.6.1
3432026-08-25T07:29:54.147Z Downloaded getrandom v0.4.3
3442026-08-25T07:29:54.151Z Downloaded anstyle-parse v1.0.0
3452026-08-25T07:29:54.151Z Downloaded proc-macro-error v1.0.4
3462026-08-25T07:29:54.154Z Downloaded terminal_size v0.4.3
3472026-08-25T07:29:54.160Z Downloaded usdt-impl v0.5.0
3482026-08-25T07:29:54.164Z Downloaded thiserror v1.0.69
3492026-08-25T07:29:54.168Z Downloaded scroll_derive v0.12.1
3502026-08-25T07:29:54.168Z Downloaded thiserror-impl v2.0.18
3512026-08-25T07:29:54.172Z Downloaded anyhow v1.0.104
3522026-08-25T07:29:54.172Z Downloaded fs-err v3.3.0
3532026-08-25T07:29:54.172Z Downloaded once_cell v1.21.3
3542026-08-25T07:29:54.175Z Downloaded pest_derive v2.8.6
3552026-08-25T07:29:54.175Z Downloaded quote v1.0.45
3562026-08-25T07:29:54.179Z Downloaded thiserror v2.0.18
3572026-08-25T07:29:54.184Z Downloaded thiserror-impl v1.0.69
3582026-08-25T07:29:54.184Z Downloaded textwrap v0.16.2
3592026-08-25T07:29:54.184Z Downloaded clap v4.6.1
3602026-08-25T07:29:54.189Z Downloaded semver v1.0.28
3612026-08-25T07:29:54.202Z Downloaded scroll v0.12.0
3622026-08-25T07:29:54.206Z Downloaded toml v0.8.23
3632026-08-25T07:29:54.213Z Downloaded pest_generator v2.8.6
3642026-08-25T07:29:54.213Z Downloaded serde_core v1.0.229
3652026-08-25T07:29:54.216Z Downloaded zmij v1.0.21
3662026-08-25T07:29:54.216Z Downloaded sha2 v0.10.9
3672026-08-25T07:29:54.216Z Downloaded papergrid v0.11.0
3682026-08-25T07:29:54.216Z Downloaded pest_meta v2.8.6
3692026-08-25T07:29:54.221Z Downloaded camino v1.2.5
3702026-08-25T07:29:54.226Z Downloaded log v0.4.33
3712026-08-25T07:29:54.226Z Downloaded tempfile v3.27.0
3722026-08-25T07:29:54.226Z Downloaded serde_derive v1.0.229
3732026-08-25T07:29:54.231Z Downloaded proc-macro2 v1.0.106
3742026-08-25T07:29:54.238Z Downloaded unicode-ident v1.0.24
3752026-08-25T07:29:54.242Z Downloaded toml_edit v0.22.27
3762026-08-25T07:29:54.259Z Downloaded memchr v2.8.0
3772026-08-25T07:29:54.278Z Downloaded indexmap v2.14.0
3782026-08-25T07:29:54.283Z Downloaded serde v1.0.229
3792026-08-25T07:29:54.288Z Downloaded typenum v1.20.1
3802026-08-25T07:29:54.296Z Downloaded pest v2.8.6
3812026-08-25T07:29:54.304Z Downloaded clap_builder v4.6.0
3822026-08-25T07:29:54.312Z Downloaded hashbrown v0.17.0
3832026-08-25T07:29:54.327Z Downloaded serde_json v1.0.151
3842026-08-25T07:29:54.332Z Downloaded zerocopy v0.7.35
3852026-08-25T07:29:54.343Z Downloaded goblin v0.8.2
3862026-08-25T07:29:54.374Z Downloaded syn v1.0.109
3872026-08-25T07:29:54.379Z Downloaded tabled v0.15.0
3882026-08-25T07:29:54.382Z Downloaded rustix v1.1.4
3892026-08-25T07:29:54.397Z Downloaded unicode-width v0.1.14
3902026-08-25T07:29:54.401Z Downloaded unicode-width v0.2.0
3912026-08-25T07:29:54.408Z Downloaded syn v2.0.117
3922026-08-25T07:29:54.414Z Downloaded syn v3.0.3
3932026-08-25T07:29:54.423Z Downloaded libc v0.2.185
3942026-08-25T07:29:54.487Z Compiling proc-macro2 v1.0.106
3952026-08-25T07:29:54.487Z Compiling quote v1.0.45
3962026-08-25T07:29:54.487Z Compiling unicode-ident v1.0.24
3972026-08-25T07:29:54.492Z Compiling serde_core v1.0.229
3982026-08-25T07:29:54.492Z Compiling libc v0.2.185
3992026-08-25T07:29:54.492Z Compiling version_check v0.9.5
4002026-08-25T07:29:54.492Z Compiling memchr v2.8.0
4012026-08-25T07:29:54.492Z Compiling serde v1.0.229
4022026-08-25T07:29:54.807Z Compiling zmij v1.0.21
4032026-08-25T07:29:55.024Z Compiling itoa v1.0.17
4042026-08-25T07:29:55.058Z Compiling ucd-trie v0.1.7
4052026-08-25T07:29:55.213Z Compiling thiserror v1.0.69
4062026-08-25T07:29:55.319Z Compiling pest v2.8.6
4072026-08-25T07:29:55.435Z Compiling rustix v1.1.4
4082026-08-25T07:29:55.465Z Compiling byteorder v1.5.0
4092026-08-25T07:29:55.679Z Compiling errno v0.3.14
4102026-08-25T07:29:55.713Z Compiling serde_json v1.0.151
4112026-08-25T07:29:55.823Z Compiling bitflags v2.11.0
4122026-08-25T07:29:55.905Z Compiling syn v2.0.117
4132026-08-25T07:29:55.908Z Compiling syn v3.0.3
4142026-08-25T07:29:56.093Z Compiling thread-id v4.2.2
4152026-08-25T07:29:56.179Z Compiling usdt-impl v0.5.0
4162026-08-25T07:29:56.196Z Compiling proc-macro-error-attr v1.0.4
4172026-08-25T07:29:56.373Z Compiling pest_meta v2.8.6
4182026-08-25T07:29:56.389Z Compiling syn v1.0.109
4192026-08-25T07:29:56.569Z Compiling camino v1.2.5
4202026-08-25T07:29:56.981Z Compiling proc-macro-error v1.0.4
4212026-08-25T07:29:56.998Z Compiling plain v0.2.3
4222026-08-25T07:29:57.189Z Compiling hashbrown v0.17.0
4232026-08-25T07:29:57.233Z Compiling utf8parse v0.2.2
4242026-08-25T07:29:57.324Z Compiling getrandom v0.4.3
4252026-08-25T07:29:57.390Z Compiling log v0.4.33
4262026-08-25T07:29:57.579Z Compiling equivalent v1.0.2
4272026-08-25T07:29:57.675Z Compiling anstyle-parse v1.0.0
4282026-08-25T07:29:57.719Z Compiling indexmap v2.14.0
4292026-08-25T07:29:57.928Z Compiling terminal_size v0.4.3
4302026-08-25T07:29:58.153Z Compiling serde_derive v1.0.229
4312026-08-25T07:29:58.203Z Compiling is_terminal_polyfill v1.70.2
4322026-08-25T07:29:58.242Z Compiling pest_generator v2.8.6
4332026-08-25T07:29:58.265Z Compiling anstyle v1.0.14
4342026-08-25T07:29:58.290Z Compiling anstyle-query v1.1.5
4352026-08-25T07:29:58.301Z Compiling winnow v0.7.14
4362026-08-25T07:29:58.339Z Compiling toml_write v0.1.2
4372026-08-25T07:29:58.390Z Compiling colorchoice v1.0.4
4382026-08-25T07:29:58.478Z Compiling thiserror v2.0.18
4392026-08-25T07:29:58.522Z Compiling pretty-hex v0.4.1
4402026-08-25T07:29:58.538Z Compiling autocfg v1.5.0
4412026-08-25T07:29:58.649Z Compiling cfg-if v1.0.4
4422026-08-25T07:29:58.908Z Compiling anstream v1.0.0
4432026-08-25T07:29:58.947Z Compiling fs-err v3.3.0
4442026-08-25T07:29:59.016Z Compiling heck v0.5.0
4452026-08-25T07:29:59.034Z Compiling heck v0.4.1
4462026-08-25T07:29:59.126Z Compiling clap_lex v1.0.0
4472026-08-25T07:29:59.250Z Compiling strsim v0.11.1
4482026-08-25T07:29:59.250Z Compiling fastrand v2.3.0
4492026-08-25T07:29:59.367Z Compiling once_cell v1.21.3
4502026-08-25T07:29:59.505Z Compiling bytecount v0.6.9
4512026-08-25T07:29:59.517Z Compiling unicode-width v0.1.14
4522026-08-25T07:29:59.587Z Compiling anyhow v1.0.104
4532026-08-25T07:29:59.610Z Compiling fnv v1.0.7
4542026-08-25T07:29:59.656Z Compiling tempfile v3.27.0
4552026-08-25T07:29:59.709Z Compiling clap_builder v4.6.0
4562026-08-25T07:29:59.791Z Compiling papergrid v0.11.0
4572026-08-25T07:30:00.062Z Compiling thiserror-impl v1.0.69
4582026-08-25T07:30:00.154Z Compiling zerocopy-derive v0.7.35
4592026-08-25T07:30:00.154Z Compiling pest_derive v2.8.6
4602026-08-25T07:30:00.154Z Compiling scroll_derive v0.12.1
4612026-08-25T07:30:00.154Z Compiling thiserror-impl v2.0.18
4622026-08-25T07:30:00.327Z Compiling tabled_derive v0.7.0
4632026-08-25T07:30:00.756Z Compiling scroll v0.12.0
4642026-08-25T07:30:00.815Z Compiling zerocopy v0.7.35
4652026-08-25T07:30:01.260Z Compiling goblin v0.8.2
4662026-08-25T07:30:01.271Z Compiling dtrace-parser v0.2.0
4672026-08-25T07:30:01.317Z Compiling serde_spanned v0.6.9
4682026-08-25T07:30:01.383Z Compiling toml_datetime v0.6.11
4692026-08-25T07:30:01.510Z Compiling dof v0.3.0
4702026-08-25T07:30:01.562Z Compiling serde_tokenstream v0.2.3
4712026-08-25T07:30:01.563Z Compiling clap_derive v4.6.1
4722026-08-25T07:30:01.563Z Compiling semver v1.0.28
4732026-08-25T07:30:01.679Z Compiling toml_edit v0.22.27
4742026-08-25T07:30:01.823Z Compiling cargo-platform v0.3.2
4752026-08-25T07:30:01.878Z Compiling memmap v0.7.0
4762026-08-25T07:30:02.058Z Compiling unicode-width v0.2.0
4772026-08-25T07:30:02.126Z Compiling unicode-linebreak v0.1.5
4782026-08-25T07:30:02.165Z Compiling smawk v0.3.2
4792026-08-25T07:30:02.363Z Compiling textwrap v0.16.2
4802026-08-25T07:30:02.431Z Compiling cargo_metadata v0.23.1
4812026-08-25T07:30:02.462Z Compiling usdt-attr-macro v0.5.0
4822026-08-25T07:30:02.733Z Compiling usdt-macro v0.5.0
4832026-08-25T07:30:02.842Z Compiling macaddr v1.0.1
4842026-08-25T07:30:02.906Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4852026-08-25T07:30:03.049Z Compiling tabled v0.15.0
4862026-08-25T07:30:03.221Z Compiling toml v0.8.23
4872026-08-25T07:30:03.482Z Compiling clap v4.6.1
4882026-08-25T07:30:03.482Z Compiling camino-tempfile v1.4.1
4892026-08-25T07:30:03.587Z Compiling swrite v0.1.0
4902026-08-25T07:30:03.587Z Compiling cargo_toml v0.21.0
4912026-08-25T07:30:04.058Z Compiling usdt v0.5.0
4922026-08-25T07:30:04.876Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932026-08-25T07:30:06.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.57s
4942026-08-25T07:30:07.135Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4952026-08-25T07:30:07.583Z Downloading crates ...
4962026-08-25T07:30:07.670Z Downloaded aead v0.6.1
4972026-08-25T07:30:07.701Z Downloaded addr2line v0.25.1
4982026-08-25T07:30:07.701Z Downloaded hash32 v0.2.1
4992026-08-25T07:30:07.701Z Downloaded backtrace-ext v0.2.1
5002026-08-25T07:30:07.811Z Downloaded async-stream v0.3.6
5012026-08-25T07:30:07.811Z Downloaded bit-set v0.8.0
5022026-08-25T07:30:07.811Z Downloaded ascii-canvas v3.0.0
5032026-08-25T07:30:07.811Z Downloaded heapless v0.7.17
5042026-08-25T07:30:07.811Z Downloaded aead v0.5.2
5052026-08-25T07:30:07.811Z Downloaded atty v0.2.14
5062026-08-25T07:30:07.811Z Downloaded assert_matches v1.5.0
5072026-08-25T07:30:07.811Z Downloaded const-oid v0.10.2
5082026-08-25T07:30:07.811Z Downloaded foreign-types v0.3.2
5092026-08-25T07:30:07.811Z Downloaded find-msvc-tools v0.1.9
5102026-08-25T07:30:07.811Z Downloaded futures-task v0.3.32
5112026-08-25T07:30:07.811Z Downloaded endian-type v0.1.2
5122026-08-25T07:30:07.811Z Downloaded flagset v0.4.7
5132026-08-25T07:30:07.811Z Downloaded float-cmp v0.10.0
5142026-08-25T07:30:07.811Z Downloaded foreign-types-shared v0.3.1
5152026-08-25T07:30:07.811Z Downloaded atomicwrites v0.4.4
5162026-08-25T07:30:07.811Z Downloaded arrayref v0.3.9
5172026-08-25T07:30:07.812Z Downloaded form_urlencoded v1.2.2
5182026-08-25T07:30:07.812Z Downloaded bitfield-macros v0.19.4
5192026-08-25T07:30:07.812Z Downloaded funty v2.0.0
5202026-08-25T07:30:07.812Z Downloaded futures-sink v0.3.32
5212026-08-25T07:30:07.812Z Downloaded fxhash v0.2.1
5222026-08-25T07:30:07.812Z Downloaded enum-as-inner v0.6.1
5232026-08-25T07:30:07.812Z Downloaded float-ord v0.3.2
5242026-08-25T07:30:07.812Z Downloaded base16ct v1.0.0
5252026-08-25T07:30:07.812Z Downloaded env_filter v2.0.0
5262026-08-25T07:30:07.812Z Downloaded async-recursion v1.1.1
5272026-08-25T07:30:07.812Z Downloaded adler2 v2.0.1
5282026-08-25T07:30:07.874Z Downloaded foreign-types-shared v0.1.1
5292026-08-25T07:30:07.874Z Downloaded futures-macro v0.3.32
5302026-08-25T07:30:07.874Z Downloaded fixedbitset v0.4.2
5312026-08-25T07:30:07.875Z Downloaded base16ct v0.2.0
5322026-08-25T07:30:07.875Z Downloaded bit-set v0.5.3
5332026-08-25T07:30:07.875Z Downloaded embedded-io v0.4.0
5342026-08-25T07:30:07.875Z Downloaded ff v0.13.1
5352026-08-25T07:30:07.875Z Downloaded filetime v0.2.27
5362026-08-25T07:30:07.875Z Downloaded bb8 v0.8.6
5372026-08-25T07:30:07.875Z Downloaded array-init v0.0.4
5382026-08-25T07:30:07.875Z Downloaded group v0.13.0
5392026-08-25T07:30:07.876Z Downloaded cfg_aliases v0.2.1
5402026-08-25T07:30:07.876Z Downloaded fd-lock v4.0.4
5412026-08-25T07:30:07.876Z Downloaded ghash v0.6.0
5422026-08-25T07:30:07.876Z Downloaded http-body v1.0.1
5432026-08-25T07:30:07.876Z Downloaded cfg_aliases v0.1.1
5442026-08-25T07:30:07.876Z Downloaded foreign-types v0.5.0
5452026-08-25T07:30:07.876Z Downloaded futures-io v0.3.32
5462026-08-25T07:30:07.877Z Downloaded headers-core v0.3.0
5472026-08-25T07:30:07.877Z Downloaded fallible-iterator v0.2.0
5482026-08-25T07:30:07.877Z Downloaded ena v0.14.4
5492026-08-25T07:30:07.877Z Downloaded futures-executor v0.3.32
5502026-08-25T07:30:07.877Z Downloaded ff v0.14.0
5512026-08-25T07:30:07.877Z Downloaded bcrypt-pbkdf v0.11.0
5522026-08-25T07:30:07.877Z Downloaded block-buffer v0.12.1
5532026-08-25T07:30:07.877Z Downloaded async-stream-impl v0.3.6
5542026-08-25T07:30:07.877Z Downloaded embedded-io v0.6.1
5552026-08-25T07:30:07.877Z Downloaded hubpack v0.1.2
5562026-08-25T07:30:07.877Z Downloaded atomic-waker v1.1.2
5572026-08-25T07:30:07.877Z Downloaded anstyle-parse v0.2.7
5582026-08-25T07:30:07.878Z Downloaded bit-vec v0.6.3
5592026-08-25T07:30:07.878Z Downloaded hex-literal v1.1.0
5602026-08-25T07:30:07.878Z Downloaded bcs v0.1.6
5612026-08-25T07:30:07.878Z Downloaded base64ct v1.8.3
5622026-08-25T07:30:07.878Z Downloaded anstream v0.6.21
5632026-08-25T07:30:07.878Z Downloaded git-stub v1.0.0
5642026-08-25T07:30:07.878Z Downloaded httpdate v1.0.3
5652026-08-25T07:30:07.878Z Downloaded backoff v0.4.0
5662026-08-25T07:30:07.878Z Downloaded hex v0.4.3
5672026-08-25T07:30:07.878Z Downloaded bit-vec v0.8.0
5682026-08-25T07:30:07.879Z Downloaded buf-list v1.1.2
5692026-08-25T07:30:07.879Z Downloaded globwalk v0.9.1
5702026-08-25T07:30:07.879Z Downloaded ahash v0.8.12
5712026-08-25T07:30:07.879Z Downloaded gethostname v0.5.0
5722026-08-25T07:30:07.879Z Downloaded hostname v0.3.1
5732026-08-25T07:30:07.879Z Downloaded cobs v0.3.0
5742026-08-25T07:30:07.879Z Downloaded nodrop v0.1.14
5752026-08-25T07:30:07.879Z Downloaded block-padding v0.4.2
5762026-08-25T07:30:07.879Z Downloaded hash32 v0.3.1
5772026-08-25T07:30:07.879Z Downloaded home v0.5.12
5782026-08-25T07:30:07.879Z Downloaded hostname v0.4.2
5792026-08-25T07:30:07.879Z Downloaded http-range v0.1.5
5802026-08-25T07:30:07.879Z Downloaded castaway v0.2.4
5812026-08-25T07:30:07.880Z Downloaded erased-serde v0.3.31
5822026-08-25T07:30:07.880Z Downloaded futures-core v0.3.32
5832026-08-25T07:30:07.880Z Downloaded compression-core v0.4.31
5842026-08-25T07:30:07.880Z Downloaded group v0.14.0
5852026-08-25T07:30:07.880Z Downloaded env_logger v0.11.11
5862026-08-25T07:30:07.880Z Downloaded foldhash v0.2.0
5872026-08-25T07:30:07.880Z Downloaded ciborium-ll v0.2.2
5882026-08-25T07:30:07.880Z Downloaded ciborium-io v0.2.2
5892026-08-25T07:30:07.880Z Downloaded nibble_vec v0.1.0
5902026-08-25T07:30:07.880Z Downloaded hubpack_derive v0.1.1
5912026-08-25T07:30:07.880Z Downloaded newline-converter v0.3.0
5922026-08-25T07:30:07.880Z Downloaded num_threads v0.1.7
5932026-08-25T07:30:07.880Z Downloaded oxide-generation-macros v0.2.0
5942026-08-25T07:30:07.881Z Downloaded fixedbitset v0.5.7
5952026-08-25T07:30:07.881Z Downloaded getrandom v0.2.17
5962026-08-25T07:30:07.881Z Downloaded futures-channel v0.3.32
5972026-08-25T07:30:07.881Z Downloaded openssl-probe v0.2.1
5982026-08-25T07:30:07.881Z Downloaded opaque-debug v0.3.1
5992026-08-25T07:30:07.881Z Downloaded cassowary v0.3.0
6002026-08-25T07:30:07.881Z Downloaded git-stub-vcs v0.1.0
6012026-08-25T07:30:07.881Z Downloaded foldhash v0.1.5
6022026-08-25T07:30:07.881Z Downloaded http-body-util v0.1.3
6032026-08-25T07:30:07.881Z Downloaded aho-corasick v1.1.4
6042026-08-25T07:30:07.881Z Downloaded arrayvec v0.7.6
6052026-08-25T07:30:07.881Z Downloaded bitfield-struct v0.6.2
6062026-08-25T07:30:07.882Z Downloaded generic-array v1.4.3
6072026-08-25T07:30:07.882Z Downloaded getrandom v0.3.4
6082026-08-25T07:30:07.882Z Downloaded byte-wrapper v0.1.0
6092026-08-25T07:30:07.882Z Downloaded parse-size v1.1.0
6102026-08-25T07:30:07.882Z Downloaded blowfish v0.10.0
6112026-08-25T07:30:07.882Z Downloaded parse-display v0.10.0
6122026-08-25T07:30:07.882Z Downloaded phf_shared v0.13.1
6132026-08-25T07:30:07.882Z Downloaded powerfmt v0.2.0
6142026-08-25T07:30:07.882Z Downloaded bitfield v0.19.4
6152026-08-25T07:30:07.882Z Downloaded cmov v0.5.4
6162026-08-25T07:30:07.882Z Downloaded proc-macro-crate v1.3.1
6172026-08-25T07:30:07.882Z Downloaded async-trait v0.1.89
6182026-08-25T07:30:07.882Z Downloaded bs58 v0.5.1
6192026-08-25T07:30:07.882Z Downloaded cipher v0.4.4
6202026-08-25T07:30:07.882Z Downloaded quick-error v1.2.3
6212026-08-25T07:30:07.882Z Downloaded rand_xorshift v0.4.0
6222026-08-25T07:30:07.882Z Downloaded cmake v0.1.57
6232026-08-25T07:30:07.883Z Downloaded cbc v0.2.1
6242026-08-25T07:30:07.883Z Downloaded progenitor-macro v0.14.0
6252026-08-25T07:30:07.883Z Downloaded same-file v1.0.6
6262026-08-25T07:30:07.883Z Downloaded scopeguard v1.2.0
6272026-08-25T07:30:07.883Z Downloaded futures v0.3.32
6282026-08-25T07:30:07.923Z Downloaded secrecy v0.8.0
6292026-08-25T07:30:07.924Z Downloaded radium v0.7.0
6302026-08-25T07:30:07.924Z Downloaded enum_dispatch v0.3.13
6312026-08-25T07:30:07.924Z Downloaded globset v0.4.18
6322026-08-25T07:30:07.924Z Downloaded fs_extra v1.3.0
6332026-08-25T07:30:07.924Z Downloaded bitflags v1.3.2
6342026-08-25T07:30:07.924Z Downloaded compression-codecs v0.4.37
6352026-08-25T07:30:07.924Z Downloaded highway v1.3.0
6362026-08-25T07:30:07.924Z Downloaded argon2 v0.5.3
6372026-08-25T07:30:07.924Z Downloaded foreign-types-macros v0.2.3
6382026-08-25T07:30:07.925Z Downloaded glob v0.3.3
6392026-08-25T07:30:07.925Z Downloaded russh-cryptovec v0.62.0
6402026-08-25T07:30:07.925Z Downloaded progenitor-client v0.14.0
6412026-08-25T07:30:07.925Z Downloaded cexpr v0.6.0
6422026-08-25T07:30:07.925Z Downloaded cipher v0.5.2
6432026-08-25T07:30:07.925Z Downloaded parse-display-derive v0.10.0
6442026-08-25T07:30:07.925Z Downloaded hmac v0.13.0
6452026-08-25T07:30:07.925Z Downloaded normalize-line-endings v0.3.0
6462026-08-25T07:30:07.925Z Downloaded chacha20 v0.9.1
6472026-08-25T07:30:07.925Z Downloaded httparse v1.10.1
6482026-08-25T07:30:07.925Z Downloaded sha1 v0.10.6
6492026-08-25T07:30:07.926Z Downloaded num-complex v0.4.6
6502026-08-25T07:30:07.926Z Downloaded num_enum v0.5.11
6512026-08-25T07:30:07.926Z Downloaded serde_bytes v0.11.19
6522026-08-25T07:30:07.926Z Downloaded subtle v2.6.1
6532026-08-25T07:30:07.926Z Downloaded slog-envlogger v2.2.0
6542026-08-25T07:30:07.926Z Downloaded fatfs v0.3.6
6552026-08-25T07:30:07.926Z Downloaded fs-err v2.11.0
6562026-08-25T07:30:07.926Z Downloaded pkg-config v0.3.32
6572026-08-25T07:30:07.926Z Downloaded signal-hook-mio v0.2.5
6582026-08-25T07:30:07.926Z Downloaded ppv-lite86 v0.2.21
6592026-08-25T07:30:07.926Z Downloaded rand_chacha v0.9.0
6602026-08-25T07:30:07.926Z Downloaded stable_deref_trait v1.2.1
6612026-08-25T07:30:07.927Z Downloaded structmeta v0.3.0
6622026-08-25T07:30:07.927Z Downloaded backon v1.6.0
6632026-08-25T07:30:07.927Z Downloaded tap v1.0.1
6642026-08-25T07:30:07.927Z Downloaded thiserror-impl-no-std v2.0.2
6652026-08-25T07:30:07.927Z Downloaded thread-id v5.1.0
6662026-08-25T07:30:07.927Z Downloaded tower-service v0.3.3
6672026-08-25T07:30:07.927Z Downloaded bzip2 v0.4.4
6682026-08-25T07:30:07.927Z Downloaded tower-layer v0.3.3
6692026-08-25T07:30:07.927Z Downloaded colored v3.1.1
6702026-08-25T07:30:07.927Z Downloaded const-oid v0.9.6
6712026-08-25T07:30:07.928Z Downloaded tokio-test v0.4.5
6722026-08-25T07:30:07.928Z Downloaded topological-sort v0.2.2
6732026-08-25T07:30:07.928Z Downloaded unicode-xid v0.2.6
6742026-08-25T07:30:07.928Z Downloaded utf-8 v0.7.6
6752026-08-25T07:30:07.928Z Downloaded unicode-truncate v1.1.0
6762026-08-25T07:30:07.928Z Downloaded half v1.8.3
6772026-08-25T07:30:07.928Z Downloaded usdt-attr-macro v0.6.0
6782026-08-25T07:30:07.928Z Downloaded blake2 v0.10.6
6792026-08-25T07:30:07.928Z Downloaded pin-project-lite v0.2.17
6802026-08-25T07:30:07.928Z Downloaded strum v0.27.2
6812026-08-25T07:30:07.929Z Downloaded hmac v0.12.1
6822026-08-25T07:30:07.929Z Downloaded rustversion v1.0.22
6832026-08-25T07:30:07.954Z Downloaded async-bb8-diesel v0.2.1
6842026-08-25T07:30:07.954Z Downloaded allocator-api2 v0.2.21
6852026-08-25T07:30:07.954Z Downloaded cpubits v0.1.1
6862026-08-25T07:30:07.954Z Downloaded defmt v0.3.100
6872026-08-25T07:30:07.954Z Downloaded progenitor v0.13.0
6882026-08-25T07:30:07.954Z Downloaded resolv-conf v0.7.6
6892026-08-25T07:30:07.955Z Downloaded zerofrom v0.1.6
6902026-08-25T07:30:07.955Z Downloaded parking_lot_core v0.9.12
6912026-08-25T07:30:07.955Z Downloaded wait-timeout v0.2.1
6922026-08-25T07:30:07.955Z Downloaded crc-catalog v2.4.0
6932026-08-25T07:30:07.955Z Downloaded spki v0.8.0
6942026-08-25T07:30:07.955Z Downloaded cstr-argument v0.1.2
6952026-08-25T07:30:07.955Z Downloaded display-error-chain v0.2.2
6962026-08-25T07:30:07.955Z Downloaded dunce v1.0.5
6972026-08-25T07:30:07.955Z Downloaded blake2 v0.11.0-rc.6
6982026-08-25T07:30:07.955Z Downloaded console v0.15.11
6992026-08-25T07:30:07.955Z Downloaded ciborium v0.2.2
7002026-08-25T07:30:07.955Z Downloaded bzip2 v0.6.1
7012026-08-25T07:30:07.955Z Downloaded console v0.16.2
7022026-08-25T07:30:07.955Z Downloaded argon2 v0.6.0-rc.8
7032026-08-25T07:30:07.955Z Downloaded camino-tempfile-ext v0.3.3
7042026-08-25T07:30:07.955Z Downloaded chacha20 v0.10.0
7052026-08-25T07:30:07.955Z Downloaded clang-sys v1.8.1
7062026-08-25T07:30:07.996Z Downloaded serde-hex v0.1.0
7072026-08-25T07:30:07.996Z Downloaded serde_tokenstream v0.3.0
7082026-08-25T07:30:07.996Z Downloaded thiserror-no-std v2.0.2
7092026-08-25T07:30:07.996Z Downloaded thread_local v1.1.9
7102026-08-25T07:30:07.996Z Downloaded idna_adapter v1.2.1
7112026-08-25T07:30:07.996Z Downloaded slog-term v2.9.2
7122026-08-25T07:30:07.996Z Downloaded spki v0.7.3
7132026-08-25T07:30:07.996Z Downloaded dropshot-api-manager-types v0.8.0
7142026-08-25T07:30:07.996Z Downloaded vergen-lib v0.1.6
7152026-08-25T07:30:07.996Z Downloaded cancel-safe-futures v0.1.5
7162026-08-25T07:30:07.996Z Downloaded colored v2.2.0
7172026-08-25T07:30:07.997Z Downloaded phf v0.12.1
7182026-08-25T07:30:07.997Z Downloaded string_cache v0.8.9
7192026-08-25T07:30:07.997Z Downloaded termios v0.3.3
7202026-08-25T07:30:07.997Z Downloaded tokio-native-tls v0.3.1
7212026-08-25T07:30:07.997Z Downloaded lalrpop-util v0.19.12
7222026-08-25T07:30:07.997Z Downloaded lzss v0.8.2
7232026-08-25T07:30:08.042Z Downloaded memoffset v0.9.1
7242026-08-25T07:30:08.042Z Downloaded instant v0.1.13
7252026-08-25T07:30:08.042Z Downloaded newtype-uuid-macros v0.1.0
7262026-08-25T07:30:08.042Z Downloaded newtype_derive v0.1.6
7272026-08-25T07:30:08.042Z Downloaded flume v0.11.1
7282026-08-25T07:30:08.042Z Downloaded headers v0.4.1
7292026-08-25T07:30:08.042Z Downloaded elliptic-curve v0.14.1
7302026-08-25T07:30:08.042Z Downloaded delegate v0.13.5
7312026-08-25T07:30:08.042Z Downloaded daft v0.1.8
7322026-08-25T07:30:08.042Z Downloaded num-conv v0.2.0
7332026-08-25T07:30:08.042Z Downloaded keccak v0.1.6
7342026-08-25T07:30:08.042Z Downloaded maybe-uninit v2.0.0
7352026-08-25T07:30:08.042Z Downloaded flate2 v1.1.9
7362026-08-25T07:30:08.042Z Downloaded oxide-update-engine-types v0.1.2
7372026-08-25T07:30:08.042Z Downloaded multimap v0.10.1
7382026-08-25T07:30:08.042Z Downloaded digest v0.11.3
7392026-08-25T07:30:08.042Z Downloaded peg-runtime v0.8.5
7402026-08-25T07:30:08.043Z Downloaded either v1.15.0
7412026-08-25T07:30:08.043Z Downloaded convert_case v0.10.0
7422026-08-25T07:30:08.043Z Downloaded phf_shared v0.11.3
7432026-08-25T07:30:08.043Z Downloaded deranged v0.5.8
7442026-08-25T07:30:08.043Z Downloaded impl-trait-for-tuples v0.2.3
7452026-08-25T07:30:08.043Z Downloaded pkcs8 v0.11.0
7462026-08-25T07:30:08.077Z Downloaded predicates-core v1.0.10
7472026-08-25T07:30:08.077Z Downloaded proc-macro-error-attr2 v2.0.0
7482026-08-25T07:30:08.077Z Downloaded indoc v1.0.9
7492026-08-25T07:30:08.077Z Downloaded tokio-tungstenite v0.21.0
7502026-08-25T07:30:08.078Z Downloaded omicron-zone-package v0.12.3
7512026-08-25T07:30:08.078Z Downloaded psl-types v2.0.11
7522026-08-25T07:30:08.078Z Downloaded rand_chacha v0.3.1
7532026-08-25T07:30:08.078Z Downloaded rfc6979 v0.4.0
7542026-08-25T07:30:08.078Z Downloaded vergen v9.1.0
7552026-08-25T07:30:08.078Z Downloaded ingot-types v0.2.0
7562026-08-25T07:30:08.078Z Downloaded half v2.7.1
7572026-08-25T07:30:08.078Z Downloaded heapless v0.8.0
7582026-08-25T07:30:08.078Z Downloaded chacha20poly1305 v0.10.1
7592026-08-25T07:30:08.078Z Downloaded yasna v0.5.2
7602026-08-25T07:30:08.078Z Downloaded arc-swap v1.8.2
7612026-08-25T07:30:08.078Z Downloaded prefix-trie v0.7.0
7622026-08-25T07:30:08.078Z Downloaded ref-cast v1.0.25
7632026-08-25T07:30:08.079Z Downloaded num_enum_derive v0.7.6
7642026-08-25T07:30:08.079Z Downloaded packed_struct v0.10.1
7652026-08-25T07:30:08.079Z Downloaded scroll_derive v0.13.1
7662026-08-25T07:30:08.079Z Downloaded base64 v0.22.1
7672026-08-25T07:30:08.079Z Downloaded bumpalo v3.20.2
7682026-08-25T07:30:08.079Z Downloaded p384 v0.14.0
7692026-08-25T07:30:08.088Z Downloaded pem v3.0.6
7702026-08-25T07:30:08.088Z Downloaded similar v2.7.0
7712026-08-25T07:30:08.089Z Downloaded socket2 v0.5.10
7722026-08-25T07:30:08.089Z Downloaded libsw v3.5.0
7732026-08-25T07:30:08.089Z Downloaded ar_archive_writer v0.5.1
7742026-08-25T07:30:08.089Z Downloaded base64 v0.21.7
7752026-08-25T07:30:08.089Z Downloaded jobserver v0.1.34
7762026-08-25T07:30:08.089Z Downloaded displaydoc v0.2.5
7772026-08-25T07:30:08.089Z Downloaded ed25519 v2.2.3
7782026-08-25T07:30:08.089Z Downloaded phf v0.13.1
7792026-08-25T07:30:08.089Z Downloaded port-file v0.1.0
7802026-08-25T07:30:08.089Z Downloaded tinyvec_macros v0.1.1
7812026-08-25T07:30:08.089Z Downloaded pkcs8 v0.10.2
7822026-08-25T07:30:08.089Z Downloaded postgres-protocol v0.6.10
7832026-08-25T07:30:08.089Z Downloaded progenitor-extras v0.2.0
7842026-08-25T07:30:08.089Z Downloaded semver v0.1.20
7852026-08-25T07:30:08.089Z Downloaded serde_plain v1.0.2
7862026-08-25T07:30:08.089Z Downloaded sha1 v0.11.0
7872026-08-25T07:30:08.089Z Downloaded slog-bunyan v2.5.0
7882026-08-25T07:30:08.089Z Downloaded structmeta-derive v0.3.0
7892026-08-25T07:30:08.089Z Downloaded subprocess v0.2.15
7902026-08-25T07:30:08.089Z Downloaded sync-ptr v0.1.4
7912026-08-25T07:30:08.089Z Downloaded typify-macro v0.6.2
7922026-08-25T07:30:08.089Z Downloaded whoami v1.6.1
7932026-08-25T07:30:08.089Z Downloaded newtype-uuid v1.3.2
7942026-08-25T07:30:08.089Z Downloaded unarray v0.1.4
7952026-08-25T07:30:08.090Z Downloaded universal-hash v0.5.1
7962026-08-25T07:30:08.090Z Downloaded untrusted v0.9.0
7972026-08-25T07:30:08.090Z Downloaded darling v0.21.3
7982026-08-25T07:30:08.090Z Downloaded num-rational v0.4.2
7992026-08-25T07:30:08.090Z Downloaded darling v0.23.0
8002026-08-25T07:30:08.118Z Downloaded derive_builder v0.20.2
8012026-08-25T07:30:08.119Z Downloaded wnaf v0.14.0
8022026-08-25T07:30:08.119Z Downloaded rand_core v0.6.4
8032026-08-25T07:30:08.119Z Downloaded oxnet v0.1.6
8042026-08-25T07:30:08.119Z Downloaded parking_lot_core v0.8.6
8052026-08-25T07:30:08.119Z Downloaded password-hash v0.5.0
8062026-08-25T07:30:08.119Z Downloaded primefield v0.14.0
8072026-08-25T07:30:08.119Z Downloaded tagptr v0.2.0
8082026-08-25T07:30:08.119Z Downloaded termtree v0.5.1
8092026-08-25T07:30:08.119Z Downloaded hickory-resolver v0.24.4
8102026-08-25T07:30:08.150Z Downloaded compact_str v0.8.1
8112026-08-25T07:30:08.150Z Downloaded rustls-platform-verifier v0.6.2
8122026-08-25T07:30:08.151Z Downloaded scuffle v0.1.0
8132026-08-25T07:30:08.151Z Downloaded ml-kem v0.3.2
8142026-08-25T07:30:08.151Z Downloaded signal-hook v0.3.18
8152026-08-25T07:30:08.151Z Downloaded slog v2.8.2
8162026-08-25T07:30:08.151Z Downloaded hyper-rustls v0.27.7
8172026-08-25T07:30:08.151Z Downloaded ipnetwork v0.21.1
8182026-08-25T07:30:08.151Z Downloaded r2d2 v0.8.10
8192026-08-25T07:30:08.151Z Downloaded void v1.0.2
8202026-08-25T07:30:08.151Z Downloaded yoke-derive v0.8.1
8212026-08-25T07:30:08.151Z Downloaded hashbrown v0.12.3
8222026-08-25T07:30:08.151Z Downloaded bytes v1.11.1
8232026-08-25T07:30:08.151Z Downloaded cc v1.2.56
8242026-08-25T07:30:08.151Z Downloaded chumsky v0.9.3
8252026-08-25T07:30:08.151Z Downloaded rustc-demangle v0.1.27
8262026-08-25T07:30:08.151Z Downloaded support-bundle-viewer v0.1.2
8272026-08-25T07:30:08.151Z Downloaded scroll v0.13.0
8282026-08-25T07:30:08.151Z Downloaded serde_repr v0.1.20
8292026-08-25T07:30:08.152Z Downloaded crc v3.4.0
8302026-08-25T07:30:08.152Z Downloaded crypto-common v0.2.2
8312026-08-25T07:30:08.152Z Downloaded smf v0.2.3
8322026-08-25T07:30:08.183Z Downloaded async-compression v0.4.41
8332026-08-25T07:30:08.183Z Downloaded serdect v0.4.3
8342026-08-25T07:30:08.183Z Downloaded typify v0.6.2
8352026-08-25T07:30:08.183Z Downloaded libsw-core v0.3.2
8362026-08-25T07:30:08.183Z Downloaded slog-async v2.8.0
8372026-08-25T07:30:08.183Z Downloaded darling_macro v0.21.3
8382026-08-25T07:30:08.183Z Downloaded dsl_auto_type v0.2.0
8392026-08-25T07:30:08.183Z Downloaded ron v0.8.1
8402026-08-25T07:30:08.183Z Downloaded hyper-tls v0.6.0
8412026-08-25T07:30:08.184Z Downloaded tokio-tungstenite v0.23.1
8422026-08-25T07:30:08.184Z Downloaded usdt-impl v0.6.0
8432026-08-25T07:30:08.184Z Downloaded ident_case v1.0.1
8442026-08-25T07:30:08.184Z Downloaded is_ci v1.2.0
8452026-08-25T07:30:08.184Z Downloaded darling_core v0.13.4
8462026-08-25T07:30:08.184Z Downloaded kem v0.3.0
8472026-08-25T07:30:08.184Z Downloaded hickory-server v0.25.2
8482026-08-25T07:30:08.184Z Downloaded http v1.4.2
8492026-08-25T07:30:08.354Z Downloaded rustls-native-certs v0.8.3
8502026-08-25T07:30:08.354Z Downloaded icu_provider v2.1.1
8512026-08-25T07:30:08.354Z Downloaded inout v0.2.2
8522026-08-25T07:30:08.355Z Downloaded zeroize v1.9.0
8532026-08-25T07:30:08.355Z Downloaded zerovec-derive v0.11.2
8542026-08-25T07:30:08.355Z Downloaded zone v0.3.1
8552026-08-25T07:30:08.355Z Downloaded inout v0.1.4
8562026-08-25T07:30:08.355Z Downloaded managed v0.8.0
8572026-08-25T07:30:08.355Z Downloaded num v0.4.3
8582026-08-25T07:30:08.355Z Downloaded backtrace v0.3.76
8592026-08-25T07:30:08.355Z Downloaded md5 v0.8.0
8602026-08-25T07:30:08.356Z Downloaded new_debug_unreachable v1.0.6
8612026-08-25T07:30:08.356Z Downloaded num-derive v0.4.2
8622026-08-25T07:30:08.356Z Downloaded walkdir v2.5.0
8632026-08-25T07:30:08.356Z Downloaded tungstenite v0.21.0
8642026-08-25T07:30:08.356Z Downloaded oso v0.27.3
8652026-08-25T07:30:08.356Z Downloaded path-slash v0.1.5
8662026-08-25T07:30:08.356Z Downloaded critical-section v1.2.0
8672026-08-25T07:30:08.356Z Downloaded daft-derive v0.1.8
8682026-08-25T07:30:08.356Z Downloaded darling v0.13.4
8692026-08-25T07:30:08.356Z Downloaded rustc-hash v2.1.1
8702026-08-25T07:30:08.356Z Downloaded russh-util v0.52.0
8712026-08-25T07:30:08.356Z Downloaded defmt v1.0.1
8722026-08-25T07:30:08.357Z Downloaded precomputed-hash v0.1.1
8732026-08-25T07:30:08.357Z Downloaded predicates-tree v1.0.13
8742026-08-25T07:30:08.357Z Downloaded ref-cast-impl v1.0.25
8752026-08-25T07:30:08.416Z Downloaded serde_urlencoded v0.7.1
8762026-08-25T07:30:08.417Z Downloaded expectorate v1.2.0
8772026-08-25T07:30:08.417Z Downloaded sha2 v0.11.0
8782026-08-25T07:30:08.417Z Downloaded dirs-sys-next v0.1.2
8792026-08-25T07:30:08.417Z Downloaded serde_spanned v1.1.1
8802026-08-25T07:30:08.417Z Downloaded icu_normalizer v2.1.1
8812026-08-25T07:30:08.417Z Downloaded serde-big-array v0.5.1
8822026-08-25T07:30:08.417Z Downloaded siphasher v1.0.2
8832026-08-25T07:30:08.417Z Downloaded supports-unicode v3.0.0
8842026-08-25T07:30:08.417Z Downloaded hickory-resolver v0.25.2
8852026-08-25T07:30:08.417Z Downloaded rustls-webpki v0.103.13
8862026-08-25T07:30:08.417Z Downloaded hashbrown v0.13.2
8872026-08-25T07:30:08.418Z Downloaded yansi v1.0.1
8882026-08-25T07:30:08.418Z Downloaded term v1.2.1
8892026-08-25T07:30:08.418Z Downloaded cookie v0.18.1
8902026-08-25T07:30:08.418Z Downloaded signature v3.0.0
8912026-08-25T07:30:08.418Z Downloaded native-tls v0.2.18
8922026-08-25T07:30:08.418Z Downloaded take_mut v0.2.2
8932026-08-25T07:30:08.418Z Downloaded pbkdf2 v0.13.0
8942026-08-25T07:30:08.418Z Downloaded try-lock v0.2.5
8952026-08-25T07:30:08.418Z Downloaded const_format v0.2.35
8962026-08-25T07:30:08.418Z Downloaded libloading v0.8.9
8972026-08-25T07:30:08.418Z Downloaded crossbeam-channel v0.5.15
8982026-08-25T07:30:08.418Z Downloaded crypto-bigint v0.5.5
8992026-08-25T07:30:08.418Z Downloaded derive_more v2.1.1
9002026-08-25T07:30:08.418Z Downloaded linear-map v1.2.0
9012026-08-25T07:30:08.418Z Downloaded nu-ansi-term v0.50.3
9022026-08-25T07:30:08.418Z Downloaded der_derive v0.7.3
9032026-08-25T07:30:08.419Z Downloaded des v0.9.0
9042026-08-25T07:30:08.419Z Downloaded predicates v3.1.4
9052026-08-25T07:30:08.419Z Downloaded xshell-macros v0.2.7
9062026-08-25T07:30:08.419Z Downloaded unit-prefix v0.5.2
9072026-08-25T07:30:08.419Z Downloaded want v0.3.1
9082026-08-25T07:30:08.419Z Downloaded cpufeatures v0.3.0
9092026-08-25T07:30:08.419Z Downloaded tracing-attributes v0.1.31
9102026-08-25T07:30:08.419Z Downloaded ecdsa v0.17.0
9112026-08-25T07:30:08.419Z Downloaded sec1 v0.7.3
9122026-08-25T07:30:08.419Z Downloaded shlex v1.3.0
9132026-08-25T07:30:08.419Z Downloaded darling_macro v0.13.4
9142026-08-25T07:30:08.419Z Downloaded tracing-core v0.1.36
9152026-08-25T07:30:08.419Z Downloaded oxide-update-engine-display v0.1.2
9162026-08-25T07:30:08.420Z Downloaded poly1305 v0.8.0
9172026-08-25T07:30:08.420Z Downloaded tokio-dtrace v0.1.1
9182026-08-25T07:30:08.420Z Downloaded debug-ignore v1.0.5
9192026-08-25T07:30:08.420Z Downloaded zeroize_derive v1.5.0
9202026-08-25T07:30:08.420Z Downloaded crunchy v0.2.4
9212026-08-25T07:30:08.420Z Downloaded diesel_table_macro_syntax v0.3.0
9222026-08-25T07:30:08.420Z Downloaded difflib v0.4.0
9232026-08-25T07:30:08.420Z Downloaded ctutils v0.4.2
9242026-08-25T07:30:08.420Z Downloaded rpassword v7.5.4
9252026-08-25T07:30:08.420Z Downloaded indent_write v2.2.0
9262026-08-25T07:30:08.420Z Downloaded illumos-nvpair-sys v0.2.0
9272026-08-25T07:30:08.420Z Downloaded strum_macros v0.26.4
9282026-08-25T07:30:08.420Z Downloaded memmap2 v0.9.10
9292026-08-25T07:30:08.420Z Downloaded num-integer v0.1.46
9302026-08-25T07:30:08.420Z Downloaded internet-checksum v0.2.1
9312026-08-25T07:30:08.421Z Downloaded lazy_static v1.5.0
9322026-08-25T07:30:08.421Z Downloaded x509-cert v0.2.5
9332026-08-25T07:30:08.421Z Downloaded hashbrown v0.16.1
9342026-08-25T07:30:08.421Z Downloaded openssl-sys v0.9.117
9352026-08-25T07:30:08.421Z Downloaded lru-slab v0.1.2
9362026-08-25T07:30:08.421Z Downloaded lru-cache v0.1.2
9372026-08-25T07:30:08.421Z Downloaded tinyvec v1.10.0
9382026-08-25T07:30:08.421Z Downloaded num_enum_derive v0.5.11
9392026-08-25T07:30:08.421Z Downloaded ssh-encoding v0.3.0
9402026-08-25T07:30:08.421Z Downloaded stacker v0.1.23
9412026-08-25T07:30:08.421Z Downloaded jiff-static v0.2.34
9422026-08-25T07:30:08.421Z Downloaded hashbrown v0.14.5
9432026-08-25T07:30:08.421Z Downloaded drift v0.2.0
9442026-08-25T07:30:08.422Z Downloaded crossbeam-deque v0.8.6
9452026-08-25T07:30:08.422Z Downloaded phf_shared v0.12.1
9462026-08-25T07:30:08.422Z Downloaded futures-util v0.3.32
9472026-08-25T07:30:08.422Z Downloaded litrs v1.0.0
9482026-08-25T07:30:08.422Z Downloaded p521 v0.14.0
9492026-08-25T07:30:08.422Z Downloaded paste v1.0.15
9502026-08-25T07:30:08.422Z Downloaded tinystr v0.8.2
9512026-08-25T07:30:08.422Z Downloaded vergen-git2 v9.1.0
9522026-08-25T07:30:08.422Z Downloaded vergen-gitcl v1.0.8
9532026-08-25T07:30:08.422Z Downloaded rand_pcg v0.10.2
9542026-08-25T07:30:08.422Z Downloaded recursive v0.1.1
9552026-08-25T07:30:08.422Z Downloaded secrecy v0.10.3
9562026-08-25T07:30:08.422Z Downloaded toml_edit v0.19.15
9572026-08-25T07:30:08.423Z Downloaded samael v0.0.19
9582026-08-25T07:30:08.423Z Downloaded xshell v0.2.7
9592026-08-25T07:30:08.423Z Downloaded supports-hyperlinks v3.2.0
9602026-08-25T07:30:08.423Z Downloaded supports-color v3.0.2
9612026-08-25T07:30:08.423Z Downloaded derive-ex v0.1.8
9622026-08-25T07:30:08.423Z Downloaded unicode-segmentation v1.12.0
9632026-08-25T07:30:08.423Z Downloaded time-core v0.1.8
9642026-08-25T07:30:08.423Z Downloaded pin-project v1.1.11
9652026-08-25T07:30:08.423Z Downloaded aes v0.9.1
9662026-08-25T07:30:08.423Z Downloaded diff v0.1.13
9672026-08-25T07:30:08.423Z Downloaded elliptic-curve v0.13.8
9682026-08-25T07:30:08.423Z Downloaded slab v0.4.12
9692026-08-25T07:30:08.424Z Downloaded smallvec v1.15.1
9702026-08-25T07:30:08.424Z Downloaded ecdsa v0.16.9
9712026-08-25T07:30:08.424Z Downloaded humantime v2.3.0
9722026-08-25T07:30:08.424Z Downloaded signal-hook-tokio v0.3.1
9732026-08-25T07:30:08.424Z Downloaded num_enum v0.7.6
9742026-08-25T07:30:08.424Z Downloaded peg-macros v0.8.5
9752026-08-25T07:30:08.584Z Downloaded universal-hash v0.6.1
9762026-08-25T07:30:08.584Z Downloaded hashbrown v0.15.5
9772026-08-25T07:30:08.584Z Downloaded waitgroup v0.1.2
9782026-08-25T07:30:08.584Z Downloaded aes-gcm v0.11.0
9792026-08-25T07:30:08.584Z Downloaded darling v0.20.11
9802026-08-25T07:30:08.584Z Downloaded diesel_derives v2.3.7
9812026-08-25T07:30:08.584Z Downloaded curve25519-dalek-derive v0.1.1
9822026-08-25T07:30:08.584Z Downloaded digest-io v0.1.0
9832026-08-25T07:30:08.585Z Downloaded test-strategy v0.4.5
9842026-08-25T07:30:08.585Z Downloaded dyn-clone v1.0.20
9852026-08-25T07:30:08.585Z Downloaded itertools v0.10.5
9862026-08-25T07:30:08.585Z Downloaded zone_cfg_derive v0.3.1
9872026-08-25T07:30:08.585Z Downloaded nanorand v0.7.0
9882026-08-25T07:30:08.585Z Downloaded psm v0.1.30
9892026-08-25T07:30:08.585Z Downloaded tokio-stream v0.1.18
9902026-08-25T07:30:08.585Z Downloaded peg v0.8.5
9912026-08-25T07:30:08.585Z Downloaded unicode-properties v0.1.4
9922026-08-25T07:30:08.585Z Downloaded downcast-rs v2.0.2
9932026-08-25T07:30:08.585Z Downloaded illumos-nvpair v0.3.0
9942026-08-25T07:30:08.586Z Downloaded defmt-parser v1.0.0
9952026-08-25T07:30:08.586Z Downloaded mime v0.3.17
9962026-08-25T07:30:08.586Z Downloaded primeorder v0.13.6
9972026-08-25T07:30:08.586Z Downloaded progenitor v0.14.0
9982026-08-25T07:30:08.586Z Downloaded knus v3.4.0
9992026-08-25T07:30:08.586Z Downloaded miette v7.6.0
10002026-08-25T07:30:08.586Z Downloaded miniz_oxide v0.8.9
10012026-08-25T07:30:08.586Z Downloaded rayon-core v1.13.0
10022026-08-25T07:30:08.586Z Downloaded snafu-derive v0.8.9
10032026-08-25T07:30:08.586Z Downloaded slog-dtrace v0.3.0
10042026-08-25T07:30:08.586Z Downloaded tls_codec v0.4.2
10052026-08-25T07:30:08.586Z Downloaded maplit v1.0.2
10062026-08-25T07:30:08.587Z Downloaded pkcs5 v0.8.1
10072026-08-25T07:30:08.587Z Downloaded rustls-pemfile v2.2.0
10082026-08-25T07:30:08.587Z Downloaded serde_path_to_error v0.1.20
10092026-08-25T07:30:08.587Z Downloaded crossterm v0.28.1
10102026-08-25T07:30:08.587Z Downloaded openssl-probe v0.1.6
10112026-08-25T07:30:08.587Z Downloaded recursive-proc-macro-impl v0.1.1
10122026-08-25T07:30:08.587Z Downloaded quinn-udp v0.5.14
10132026-08-25T07:30:08.587Z Downloaded litemap v0.8.1
10142026-08-25T07:30:08.587Z Downloaded wyz v0.5.1
10152026-08-25T07:30:08.587Z Downloaded ssh-cipher v0.3.0
10162026-08-25T07:30:08.587Z Downloaded static_assertions v1.1.0
10172026-08-25T07:30:08.587Z Downloaded hybrid-array v0.4.13
10182026-08-25T07:30:08.587Z Downloaded poly1305 v0.9.0
10192026-08-25T07:30:08.587Z Downloaded const_format_proc_macros v0.2.34
10202026-08-25T07:30:08.588Z Downloaded corncobs v0.1.4
10212026-08-25T07:30:08.588Z Downloaded rustc_version v0.4.1
10222026-08-25T07:30:08.588Z Downloaded rustc_version v0.1.7
10232026-08-25T07:30:08.588Z Downloaded scheduled-thread-pool v0.2.7
10242026-08-25T07:30:08.588Z Downloaded icu_locale_core v2.1.1
10252026-08-25T07:30:08.588Z Downloaded indicatif v0.18.4
10262026-08-25T07:30:08.649Z Downloaded zerocopy-derive v0.8.55
10272026-08-25T07:30:08.649Z Downloaded salsa20 v0.11.0
10282026-08-25T07:30:08.649Z Downloaded hyper-staticfile v0.10.1
10292026-08-25T07:30:08.649Z Downloaded strum v0.26.3
10302026-08-25T07:30:08.649Z Downloaded tabwriter v1.4.1
10312026-08-25T07:30:08.649Z Downloaded sponge-cursor v0.1.0
10322026-08-25T07:30:08.649Z Downloaded h2 v0.4.15
10332026-08-25T07:30:08.649Z Downloaded hkdf v0.13.0
10342026-08-25T07:30:08.649Z Downloaded hkdf v0.12.4
10352026-08-25T07:30:08.650Z Downloaded derive_builder_core v0.20.2
10362026-08-25T07:30:08.650Z Downloaded tokio-macros v2.7.0
10372026-08-25T07:30:08.650Z Downloaded trait-variant v0.1.2
10382026-08-25T07:30:08.650Z Downloaded untrusted v0.7.1
10392026-08-25T07:30:08.650Z Downloaded postgres-types v0.2.12
10402026-08-25T07:30:08.650Z Downloaded rsa v0.9.10
10412026-08-25T07:30:08.650Z Downloaded convert_case v0.4.0
10422026-08-25T07:30:08.650Z Downloaded num-bigint-dig v0.8.6
10432026-08-25T07:30:08.650Z Downloaded dirs-next v2.0.0
10442026-08-25T07:30:08.650Z Downloaded p256 v0.14.0
10452026-08-25T07:30:08.650Z Downloaded zerotrie v0.2.3
10462026-08-25T07:30:08.650Z Downloaded num-traits v0.2.19
10472026-08-25T07:30:08.651Z Downloaded papergrid v0.18.0
10482026-08-25T07:30:08.651Z Downloaded twox-hash v2.1.2
10492026-08-25T07:30:08.651Z Downloaded oxide-tokio-rt v0.1.4
10502026-08-25T07:30:08.651Z Downloaded pem-rfc7468 v1.0.0
10512026-08-25T07:30:08.651Z Downloaded phc v0.6.1
10522026-08-25T07:30:08.651Z Downloaded proc-macro-error2 v2.0.1
10532026-08-25T07:30:08.651Z Downloaded libscf-sys v1.2.0
10542026-08-25T07:30:08.651Z Downloaded steno v0.4.1
10552026-08-25T07:30:08.651Z Downloaded progenitor-impl v0.14.0
10562026-08-25T07:30:08.651Z Downloaded is-terminal v0.4.17
10572026-08-25T07:30:08.651Z Downloaded match_cfg v0.1.0
10582026-08-25T07:30:08.651Z Downloaded packed_struct_codegen v0.10.1
10592026-08-25T07:30:08.652Z Downloaded tokio-rustls v0.26.4
10602026-08-25T07:30:08.652Z Downloaded derive_more v0.99.20
10612026-08-25T07:30:08.652Z Downloaded nonempty v0.12.0
10622026-08-25T07:30:08.652Z Downloaded sqlparser_derive v0.5.0
10632026-08-25T07:30:08.652Z Downloaded reedline v0.40.0
10642026-08-25T07:30:08.652Z Downloaded snafu v0.8.9
10652026-08-25T07:30:08.652Z Downloaded slog-scope v4.4.1
10662026-08-25T07:30:08.652Z Downloaded crossbeam-epoch v0.9.18
10672026-08-25T07:30:08.652Z Downloaded signature v2.2.0
10682026-08-25T07:30:08.652Z Downloaded potential_utf v0.1.4
10692026-08-25T07:30:08.652Z Downloaded ed25519 v3.0.0
10702026-08-25T07:30:08.652Z Downloaded toml v0.7.8
10712026-08-25T07:30:08.653Z Downloaded der v0.8.0
10722026-08-25T07:30:08.653Z Downloaded crc8 v0.1.1
10732026-08-25T07:30:08.653Z Downloaded zerofrom-derive v0.1.6
10742026-08-25T07:30:08.653Z Downloaded ctr v0.10.1
10752026-08-25T07:30:08.653Z Downloaded dtrace-parser v0.3.0
10762026-08-25T07:30:08.653Z Downloaded md-5 v0.10.6
10772026-08-25T07:30:08.653Z Downloaded num-iter v0.1.45
10782026-08-25T07:30:08.653Z Downloaded serde_with_macros v3.21.0
10792026-08-25T07:30:08.653Z Downloaded vergen-lib v9.1.0
10802026-08-25T07:30:08.653Z Downloaded writeable v0.6.2
10812026-08-25T07:30:08.653Z Downloaded defmt-macros v1.0.1
10822026-08-25T07:30:08.653Z Downloaded instability v0.3.11
10832026-08-25T07:30:08.653Z Downloaded knus-derive v3.4.0
10842026-08-25T07:30:08.654Z Downloaded rand v0.8.6
10852026-08-25T07:30:08.654Z Downloaded libxml v0.3.3
10862026-08-25T07:30:08.654Z Downloaded rand_core v0.9.5
10872026-08-25T07:30:08.654Z Downloaded schemars v0.9.0
10882026-08-25T07:30:08.654Z Downloaded progenitor-macro v0.13.0
10892026-08-25T07:30:08.654Z Downloaded usdt v0.6.0
10902026-08-25T07:30:08.654Z Downloaded percent-encoding v2.3.2
10912026-08-25T07:30:08.654Z Downloaded indexmap v1.9.3
10922026-08-25T07:30:08.654Z Downloaded schemars_derive v0.8.22
10932026-08-25T07:30:08.654Z Downloaded slog-json v2.6.1
10942026-08-25T07:30:08.654Z Downloaded num-bigint v0.4.6
10952026-08-25T07:30:08.707Z Downloaded rtoolbox v0.0.3
10962026-08-25T07:30:08.707Z Downloaded sigpipe v0.1.3
10972026-08-25T07:30:08.707Z Downloaded strsim v0.10.0
10982026-08-25T07:30:08.707Z Downloaded libbz2-rs-sys v0.2.2
10992026-08-25T07:30:08.707Z Downloaded tiny-keccak v2.0.2
11002026-08-25T07:30:08.708Z Downloaded whoami v2.1.0
11012026-08-25T07:30:08.708Z Downloaded serde_cbor v0.11.2
11022026-08-25T07:30:08.708Z Downloaded crucible-workspace-hack v0.1.0
11032026-08-25T07:30:08.708Z Downloaded sqlformat v0.3.5
11042026-08-25T07:30:08.708Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11052026-08-25T07:30:08.708Z Downloaded document-features v0.2.12
11062026-08-25T07:30:08.708Z Downloaded kstat-rs v0.2.5
11072026-08-25T07:30:08.708Z Downloaded synstructure v0.13.2
11082026-08-25T07:30:08.708Z Downloaded unicase v2.9.0
11092026-08-25T07:30:08.708Z Downloaded spin v0.9.8
11102026-08-25T07:30:08.708Z Downloaded unicode_categories v0.1.1
11112026-08-25T07:30:08.708Z Downloaded toml_writer v1.1.1+spec-1.1.0
11122026-08-25T07:30:08.708Z Downloaded unsafe-libyaml v0.2.11
11132026-08-25T07:30:08.708Z Downloaded parking_lot v0.11.2
11142026-08-25T07:30:08.708Z Downloaded ingot-macros v0.2.0
11152026-08-25T07:30:08.708Z Downloaded diesel-dtrace v0.5.0
11162026-08-25T07:30:08.708Z Downloaded darling_core v0.20.11
11172026-08-25T07:30:08.708Z Downloaded miette-derive v7.6.0
11182026-08-25T07:30:08.708Z Downloaded password-hash v0.6.1
11192026-08-25T07:30:08.708Z Downloaded pem-rfc7468 v0.7.0
11202026-08-25T07:30:08.709Z Downloaded shell-words v1.1.1
11212026-08-25T07:30:08.709Z Downloaded tokio-util v0.7.18
11222026-08-25T07:30:08.709Z Downloaded primeorder v0.14.0
11232026-08-25T07:30:08.709Z Downloaded strum_macros v0.24.3
11242026-08-25T07:30:08.709Z Downloaded serde_derive_internals v0.29.1
11252026-08-25T07:30:08.709Z Downloaded xattr v1.6.1
11262026-08-25T07:30:08.762Z Downloaded derive_builder_macro v0.20.2
11272026-08-25T07:30:08.762Z Downloaded utf8_iter v1.0.4
11282026-08-25T07:30:08.762Z Downloaded serde_yaml v0.9.34+deprecated
11292026-08-25T07:30:08.762Z Downloaded typed-path v0.9.3
11302026-08-25T07:30:08.762Z Downloaded itertools v0.15.0
11312026-08-25T07:30:08.762Z Downloaded qorb v0.4.1
11322026-08-25T07:30:08.762Z Downloaded signal-hook-registry v1.4.8
11332026-08-25T07:30:08.763Z Downloaded toml_edit v0.23.10+spec-1.0.0
11342026-08-25T07:30:08.763Z Downloaded cookie_store v0.22.1
11352026-08-25T07:30:08.763Z Downloaded vsss-rs v3.3.4
11362026-08-25T07:30:08.763Z Downloaded data-encoding v2.10.0
11372026-08-25T07:30:08.763Z Downloaded pkcs1 v0.7.5
11382026-08-25T07:30:08.763Z Downloaded lru v0.12.5
11392026-08-25T07:30:08.763Z Downloaded owo-colors v4.3.0
11402026-08-25T07:30:08.763Z Downloaded zopfli v0.8.3
11412026-08-25T07:30:08.763Z Downloaded crossterm v0.29.0
11422026-08-25T07:30:08.763Z Downloaded rusty-fork v0.3.1
11432026-08-25T07:30:08.763Z Downloaded openssl-macros v0.1.1
11442026-08-25T07:30:08.764Z Downloaded oso-derive v0.27.3
11452026-08-25T07:30:08.764Z Downloaded sync_wrapper v1.0.2
11462026-08-25T07:30:08.764Z Downloaded seq-macro v0.3.6
11472026-08-25T07:30:08.764Z Downloaded ipnet v2.12.0
11482026-08-25T07:30:08.764Z Downloaded proptest v1.11.0
11492026-08-25T07:30:08.858Z Downloaded hyper v1.10.1
11502026-08-25T07:30:08.858Z Downloaded progenitor-client v0.13.0
11512026-08-25T07:30:08.858Z Downloaded rand_seeder v0.4.0
11522026-08-25T07:30:08.858Z Downloaded tar v0.4.46
11532026-08-25T07:30:08.858Z Downloaded strip-ansi-escapes v0.2.1
11542026-08-25T07:30:08.858Z Downloaded usdt-macro v0.6.0
11552026-08-25T07:30:08.858Z Downloaded dof v0.4.0
11562026-08-25T07:30:08.858Z Downloaded scrypt v0.12.0
11572026-08-25T07:30:08.858Z Downloaded salty v0.3.0
11582026-08-25T07:30:08.858Z Downloaded schemars v1.2.1
11592026-08-25T07:30:08.858Z Downloaded uuid v1.23.4
11602026-08-25T07:30:08.858Z Downloaded indoc v2.0.7
11612026-08-25T07:30:08.858Z Downloaded libefi-sys v0.1.0
11622026-08-25T07:30:08.858Z Downloaded unicode-bidi v0.3.18
11632026-08-25T07:30:08.858Z Downloaded strum_macros v0.27.2
11642026-08-25T07:30:08.858Z Downloaded zlib-rs v0.6.2
11652026-08-25T07:30:08.858Z Downloaded keccak v0.2.0
11662026-08-25T07:30:08.858Z Downloaded serde_with v3.21.0
11672026-08-25T07:30:08.858Z Downloaded time-macros v0.2.27
11682026-08-25T07:30:08.858Z Downloaded olpc-cjson v0.1.4
11692026-08-25T07:30:08.858Z Downloaded zerovec v0.11.5
11702026-08-25T07:30:08.859Z Downloaded nom v7.1.3
11712026-08-25T07:30:08.859Z Downloaded ssh-key v0.7.0-rc.11
11722026-08-25T07:30:08.892Z Downloaded testing_table v0.3.0
11732026-08-25T07:30:08.892Z Downloaded darling_macro v0.20.11
11742026-08-25T07:30:08.892Z Downloaded rcgen v0.12.1
11752026-08-25T07:30:08.892Z Downloaded rustls-pki-types v1.14.0
11762026-08-25T07:30:08.892Z Downloaded sapling-renderdag v0.1.0
11772026-08-25T07:30:08.892Z Downloaded proc-macro-crate v3.4.0
11782026-08-25T07:30:08.892Z Downloaded rfc6979 v0.6.0
11792026-08-25T07:30:08.892Z Downloaded tui-tree-widget v0.23.1
11802026-08-25T07:30:08.893Z Downloaded lock_api v0.4.14
11812026-08-25T07:30:08.893Z Downloaded winnow v0.6.26
11822026-08-25T07:30:08.893Z Downloaded oxide-generation v0.1.3
11832026-08-25T07:30:08.893Z Downloaded slog-stdlog v4.1.1
11842026-08-25T07:30:08.893Z Downloaded tower v0.5.3
11852026-08-25T07:30:08.893Z Downloaded parking_lot v0.12.5
11862026-08-25T07:30:08.893Z Downloaded git2 v0.20.4
11872026-08-25T07:30:08.893Z Downloaded darling_macro v0.23.0
11882026-08-25T07:30:08.893Z Downloaded linked-hash-map v0.5.6
11892026-08-25T07:30:08.893Z Downloaded vte v0.14.1
11902026-08-25T07:30:08.893Z Downloaded zstd v0.13.3
11912026-08-25T07:30:08.893Z Downloaded pretty_assertions v1.4.1
11922026-08-25T07:30:08.893Z Downloaded publicsuffix v2.3.0
11932026-08-25T07:30:08.893Z Downloaded darling_core v0.23.0
11942026-08-25T07:30:08.893Z Downloaded darling_core v0.21.3
11952026-08-25T07:30:08.893Z Downloaded ingot v0.2.1
11962026-08-25T07:30:08.893Z Downloaded stringprep v0.1.5
11972026-08-25T07:30:08.893Z Downloaded constant_time_eq v0.4.2
11982026-08-25T07:30:08.893Z Downloaded zstd-safe v7.2.4
11992026-08-25T07:30:08.893Z Downloaded polyval v0.7.1
12002026-08-25T07:30:08.893Z Downloaded goblin v0.10.5
12012026-08-25T07:30:08.893Z Downloaded sec1 v0.8.1
12022026-08-25T07:30:08.893Z Downloaded multer v3.1.0
12032026-08-25T07:30:08.893Z Downloaded zerocopy v0.6.6
12042026-08-25T07:30:08.893Z Downloaded icu_normalizer_data v2.1.1
12052026-08-25T07:30:08.893Z Downloaded blake3 v1.8.5
12062026-08-25T07:30:08.893Z Downloaded uzers v0.12.2
12072026-08-25T07:30:08.893Z Downloaded rustyline v14.0.0
12082026-08-25T07:30:08.893Z Downloaded russh v0.62.4
12092026-08-25T07:30:09.165Z Downloaded prettyplease v0.2.37
12102026-08-25T07:30:09.165Z Downloaded iana-time-zone v0.1.65
12112026-08-25T07:30:09.165Z Downloaded serde_with_macros v1.5.2
12122026-08-25T07:30:09.165Z Downloaded simd-adler32 v0.3.8
12132026-08-25T07:30:09.165Z Downloaded toml_datetime v1.1.1+spec-1.1.0
12142026-08-25T07:30:09.165Z Downloaded csv-core v0.1.13
12152026-08-25T07:30:09.166Z Downloaded mime_guess v2.0.5
12162026-08-25T07:30:09.166Z Downloaded mio v1.2.0
12172026-08-25T07:30:09.166Z Downloaded tls_codec_derive v0.4.2
12182026-08-25T07:30:09.166Z Downloaded icu_properties v2.1.2
12192026-08-25T07:30:09.166Z Downloaded ryu v1.0.23
12202026-08-25T07:30:09.166Z Downloaded zip v0.6.6
12212026-08-25T07:30:09.166Z Downloaded toml_parser v1.1.2+spec-1.1.0
12222026-08-25T07:30:09.166Z Downloaded rand_core v0.10.0
12232026-08-25T07:30:09.166Z Downloaded postcard v1.1.3
12242026-08-25T07:30:09.166Z Downloaded rayon v1.11.0
12252026-08-25T07:30:09.166Z Downloaded derive_more-impl v2.1.1
12262026-08-25T07:30:09.167Z Downloaded pkcs1 v0.8.0-rc.4
12272026-08-25T07:30:09.167Z Downloaded unicode-normalization v0.1.25
12282026-08-25T07:30:09.167Z Downloaded crossbeam-utils v0.8.21
12292026-08-25T07:30:09.167Z Downloaded smallvec v0.6.14
12302026-08-25T07:30:09.258Z Downloaded module-lattice v0.2.3
12312026-08-25T07:30:09.258Z Downloaded socket2 v0.6.3
12322026-08-25T07:30:09.258Z Downloaded winnow v1.0.3
12332026-08-25T07:30:09.258Z Downloaded aws-lc-rs v1.16.3
12342026-08-25T07:30:09.259Z Downloaded dropshot-api-manager v0.8.0
12352026-08-25T07:30:09.259Z Downloaded iddqd v0.4.2
12362026-08-25T07:30:09.259Z Downloaded rand v0.9.2
12372026-08-25T07:30:09.259Z Downloaded minimal-lexical v0.2.1
12382026-08-25T07:30:09.259Z Downloaded dropshot_endpoint v0.17.1
12392026-08-25T07:30:09.259Z Downloaded crc-any v2.5.0
12402026-08-25T07:30:09.259Z Downloaded term v0.7.0
12412026-08-25T07:30:09.260Z Downloaded crc32fast v1.5.0
12422026-08-25T07:30:09.260Z Downloaded hyper-util v0.1.20
12432026-08-25T07:30:09.260Z Downloaded yoke v0.8.1
12442026-08-25T07:30:09.260Z Downloaded serde_with v1.14.0
12452026-08-25T07:30:09.260Z Downloaded oxide-update-engine v0.1.2
12462026-08-25T07:30:09.260Z Downloaded derive-where v1.6.0
12472026-08-25T07:30:09.260Z Downloaded jiff-core v0.1.0
12482026-08-25T07:30:09.260Z Downloaded quick-xml v0.37.5
12492026-08-25T07:30:09.260Z Downloaded tokio-postgres v0.7.16
12502026-08-25T07:30:09.261Z Downloaded tough v0.22.0
12512026-08-25T07:30:09.261Z Downloaded bitvec v1.0.1
12522026-08-25T07:30:09.261Z Downloaded ignore v0.4.25
12532026-08-25T07:30:09.261Z Downloaded progenitor-impl v0.13.0
12542026-08-25T07:30:09.261Z Downloaded iri-string v0.7.10
12552026-08-25T07:30:09.261Z Downloaded reqwest v0.13.2
12562026-08-25T07:30:09.261Z Downloaded pin-project-internal v1.1.11
12572026-08-25T07:30:09.261Z Downloaded bindgen v0.71.1
12582026-08-25T07:30:09.261Z Downloaded rand v0.10.1
12592026-08-25T07:30:09.261Z Downloaded itertools v0.12.1
12602026-08-25T07:30:09.261Z Downloaded der v0.7.10
12612026-08-25T07:30:09.262Z Downloaded url v2.5.8
12622026-08-25T07:30:09.262Z Downloaded ed25519-dalek v2.2.0
12632026-08-25T07:30:09.262Z Downloaded ed25519-dalek v3.0.0
12642026-08-25T07:30:09.262Z Downloaded chrono v0.4.45
12652026-08-25T07:30:09.262Z Downloaded tungstenite v0.23.0
12662026-08-25T07:30:09.262Z Downloaded smoltcp v0.9.1
12672026-08-25T07:30:09.262Z Downloaded gimli v0.32.3
12682026-08-25T07:30:09.262Z Downloaded vcpkg v0.2.15
12692026-08-25T07:30:09.262Z Downloaded zip v4.6.1
12702026-08-25T07:30:09.262Z Downloaded object v0.30.4
12712026-08-25T07:30:09.263Z Downloaded schemars v0.8.22
12722026-08-25T07:30:09.263Z Downloaded toml v1.1.2+spec-1.1.0
12732026-08-25T07:30:09.263Z Downloaded idna v1.1.0
12742026-08-25T07:30:09.263Z Downloaded polar-core v0.27.3
12752026-08-25T07:30:09.263Z Downloaded nom v8.0.0
12762026-08-25T07:30:09.263Z Downloaded internal-russh-num-bigint v0.5.0
12772026-08-25T07:30:09.263Z Downloaded radix_trie v0.2.1
12782026-08-25T07:30:09.263Z Downloaded icu_properties_data v2.1.2
12792026-08-25T07:30:09.264Z Downloaded rsa v0.10.0-rc.18
12802026-08-25T07:30:09.264Z Downloaded icu_collections v2.1.1
12812026-08-25T07:30:09.264Z Downloaded quinn v0.11.11
12822026-08-25T07:30:09.264Z Downloaded tabled v0.21.0
12832026-08-25T07:30:09.264Z Downloaded reqwest v0.12.28
12842026-08-25T07:30:09.264Z Downloaded quinn-proto v0.11.16
12852026-08-25T07:30:09.264Z Downloaded regress v0.11.1
12862026-08-25T07:30:09.264Z Downloaded smoltcp v0.11.0
12872026-08-25T07:30:09.264Z Downloaded tower-http v0.6.8
12882026-08-25T07:30:09.264Z Downloaded crypto-primes v0.7.2
12892026-08-25T07:30:09.264Z Downloaded hickory-proto v0.24.4
12902026-08-25T07:30:09.264Z Downloaded crypto-bigint v0.7.5
12912026-08-25T07:30:09.264Z Downloaded winnow v0.5.40
12922026-08-25T07:30:09.265Z Downloaded petname v2.0.2
12932026-08-25T07:30:09.265Z Downloaded moka v0.12.13
12942026-08-25T07:30:09.265Z Downloaded libm v0.2.16
12952026-08-25T07:30:09.265Z Downloaded sha3 v0.12.0
12962026-08-25T07:30:09.265Z Downloaded portable-atomic v1.13.1
12972026-08-25T07:30:09.265Z Downloaded rawzip v0.4.4
12982026-08-25T07:30:09.265Z Downloaded lalrpop v0.19.12
12992026-08-25T07:30:09.265Z Downloaded time v0.3.47
13002026-08-25T07:30:09.265Z Downloaded hickory-proto v0.25.2
13012026-08-25T07:30:09.265Z Downloaded itertools v0.13.0
13022026-08-25T07:30:09.265Z Downloaded itertools v0.14.0
13032026-08-25T07:30:09.265Z Downloaded regex v1.12.3
13042026-08-25T07:30:09.265Z Downloaded curve25519-dalek v4.1.3
13052026-08-25T07:30:09.265Z Downloaded object v0.37.3
13062026-08-25T07:30:09.265Z Downloaded regex-syntax v0.6.29
13072026-08-25T07:30:09.380Z Downloaded p384 v0.13.1
13082026-08-25T07:30:09.380Z Downloaded nix v0.27.1
13092026-08-25T07:30:09.380Z Downloaded openssl v0.10.80
13102026-08-25T07:30:09.380Z Downloaded sqlparser v0.61.0
13112026-08-25T07:30:09.380Z Downloaded bstr v1.12.1
13122026-08-25T07:30:09.406Z Downloaded curve25519-dalek v5.0.0
13132026-08-25T07:30:09.406Z Downloaded zerocopy v0.8.55
13142026-08-25T07:30:09.407Z Downloaded ratatui v0.29.0
13152026-08-25T07:30:09.407Z Downloaded tracing v0.1.44
13162026-08-25T07:30:09.407Z Downloaded sled v0.34.7
13172026-08-25T07:30:09.407Z Downloaded rustls v0.23.41
13182026-08-25T07:30:09.407Z Downloaded regex-syntax v0.8.10
13192026-08-25T07:30:09.407Z Downloaded rustix v0.38.44
13202026-08-25T07:30:09.407Z Downloaded diesel v2.3.7
13212026-08-25T07:30:09.407Z Downloaded regress v0.10.5
13222026-08-25T07:30:09.407Z Downloaded jiff v0.2.34
13232026-08-25T07:30:09.407Z Downloaded nix v0.28.0
13242026-08-25T07:30:09.407Z Downloaded nix v0.31.2
13252026-08-25T07:30:09.407Z Downloaded typify-impl v0.6.2
13262026-08-25T07:30:09.480Z Downloaded openapiv3 v2.2.0
13272026-08-25T07:30:09.480Z Downloaded libz-sys v1.1.24
13282026-08-25T07:30:09.529Z Downloaded tokio v1.52.1
13292026-08-25T07:30:09.529Z Downloaded dropshot v0.17.1
13302026-08-25T07:30:09.530Z Downloaded sha3 v0.11.0
13312026-08-25T07:30:09.530Z Downloaded zerocopy-derive v0.6.6
13322026-08-25T07:30:09.530Z Downloaded bzip2-sys v0.1.13+1.0.8
13332026-08-25T07:30:09.530Z Downloaded regex-automata v0.4.14
13342026-08-25T07:30:09.530Z Downloaded encoding_rs v0.8.35
13352026-08-25T07:30:09.616Z Downloaded petgraph v0.6.5
13362026-08-25T07:30:09.616Z Downloaded ring v0.17.14
13372026-08-25T07:30:09.616Z Downloaded libgit2-sys v0.18.3+1.9.2
13382026-08-25T07:30:09.743Z Downloaded chrono-tz v0.10.4
13392026-08-25T07:30:09.744Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13402026-08-25T07:30:09.744Z Downloaded csv v1.4.0
13412026-08-25T07:30:09.744Z Downloaded sha3 v0.10.8
13422026-08-25T07:30:09.744Z Downloaded petgraph v0.8.3
13432026-08-25T07:30:10.171Z Downloaded aws-lc-sys v0.40.0
13442026-08-25T07:30:10.443Z Compiling serde_core v1.0.229
13452026-08-25T07:30:10.443Z Compiling libc v0.2.185
13462026-08-25T07:30:10.443Z Compiling serde v1.0.229
13472026-08-25T07:30:10.461Z Compiling log v0.4.33
13482026-08-25T07:30:10.462Z Compiling smallvec v1.15.1
13492026-08-25T07:30:10.636Z Compiling find-msvc-tools v0.1.9
13502026-08-25T07:30:10.938Z Compiling shlex v1.3.0
13512026-08-25T07:30:10.938Z Compiling syn v2.0.117
13522026-08-25T07:30:11.124Z Compiling syn v3.0.3
13532026-08-25T07:30:11.124Z Compiling subtle v2.6.1
13542026-08-25T07:30:11.124Z Compiling scopeguard v1.2.0
13552026-08-25T07:30:11.124Z Compiling lock_api v0.4.14
13562026-08-25T07:30:11.124Z Compiling stable_deref_trait v1.2.1
13572026-08-25T07:30:11.124Z Compiling typenum v1.20.1
13582026-08-25T07:30:11.247Z Compiling zerocopy v0.8.55
13592026-08-25T07:30:11.247Z Compiling portable-atomic v1.13.1
13602026-08-25T07:30:11.474Z Compiling serde_json v1.0.151
13612026-08-25T07:30:11.512Z Compiling critical-section v1.2.0
13622026-08-25T07:30:11.512Z Compiling libm v0.2.16
13632026-08-25T07:30:11.512Z Compiling errno v0.3.14
13642026-08-25T07:30:11.564Z Compiling jobserver v0.1.34
13652026-08-25T07:30:11.641Z Compiling getrandom v0.2.17
13662026-08-25T07:30:11.776Z Compiling cc v1.2.56
13672026-08-25T07:30:11.853Z Compiling num-traits v0.2.19
13682026-08-25T07:30:11.922Z Compiling rand_core v0.6.4
13692026-08-25T07:30:12.090Z Compiling once_cell v1.21.3
13702026-08-25T07:30:12.383Z Compiling pkg-config v0.3.32
13712026-08-25T07:30:12.430Z Compiling getrandom v0.4.3
13722026-08-25T07:30:12.430Z Compiling generic-array v0.14.7
13732026-08-25T07:30:12.504Z Compiling rand_core v0.10.0
13742026-08-25T07:30:12.681Z Compiling parking_lot_core v0.9.12
13752026-08-25T07:30:12.750Z Compiling const-oid v0.9.6
13762026-08-25T07:30:12.846Z Compiling bitflags v2.11.0
13772026-08-25T07:30:12.982Z Compiling pin-project-lite v0.2.17
13782026-08-25T07:30:13.216Z Compiling writeable v0.6.2
13792026-08-25T07:30:13.295Z Compiling percent-encoding v2.3.2
13802026-08-25T07:30:13.439Z Compiling litemap v0.8.1
13812026-08-25T07:30:13.467Z Compiling semver v1.0.28
13822026-08-25T07:30:13.532Z Compiling synstructure v0.13.2
13832026-08-25T07:30:13.584Z Compiling signal-hook-registry v1.4.8
13842026-08-25T07:30:13.584Z Compiling futures-core v0.3.32
13852026-08-25T07:30:13.632Z Compiling icu_normalizer_data v2.1.1
13862026-08-25T07:30:13.667Z Compiling icu_properties_data v2.1.2
13872026-08-25T07:30:13.676Z Compiling parking_lot v0.12.5
13882026-08-25T07:30:13.790Z Compiling mio v1.2.0
13892026-08-25T07:30:13.916Z Compiling rustix v1.1.4
13902026-08-25T07:30:14.008Z Compiling getrandom v0.3.4
13912026-08-25T07:30:14.081Z Compiling socket2 v0.6.3
13922026-08-25T07:30:14.124Z Compiling utf8_iter v1.0.4
13932026-08-25T07:30:14.125Z Compiling futures-sink v0.3.32
13942026-08-25T07:30:14.179Z Compiling indexmap v2.14.0
13952026-08-25T07:30:14.253Z Compiling futures-channel v0.3.32
13962026-08-25T07:30:14.368Z Compiling form_urlencoded v1.2.2
13972026-08-25T07:30:14.491Z Compiling serde_derive v1.0.229
13982026-08-25T07:30:14.565Z Compiling slab v0.4.12
13992026-08-25T07:30:14.565Z Compiling futures-task v0.3.32
14002026-08-25T07:30:14.565Z Compiling futures-io v0.3.32
14012026-08-25T07:30:14.642Z Compiling rustversion v1.0.22
14022026-08-25T07:30:14.684Z Compiling iana-time-zone v0.1.65
14032026-08-25T07:30:14.685Z Compiling base64ct v1.8.3
14042026-08-25T07:30:14.960Z Compiling regex-syntax v0.8.10
14052026-08-25T07:30:15.085Z Compiling rand_core v0.9.5
14062026-08-25T07:30:15.085Z Compiling pem-rfc7468 v0.7.0
14072026-08-25T07:30:15.085Z Compiling uuid v1.23.4
14082026-08-25T07:30:15.174Z Compiling cmake v0.1.57
14092026-08-25T07:30:15.240Z Compiling zeroize_derive v1.5.0
14102026-08-25T07:30:15.353Z Compiling zerofrom-derive v0.1.6
14112026-08-25T07:30:15.536Z Compiling zerocopy-derive v0.8.55
14122026-08-25T07:30:15.599Z Compiling yoke-derive v0.8.1
14132026-08-25T07:30:15.625Z Compiling zerovec-derive v0.11.2
14142026-08-25T07:30:15.644Z Compiling displaydoc v0.2.5
14152026-08-25T07:30:15.849Z Compiling tokio-macros v2.7.0
14162026-08-25T07:30:16.546Z Compiling futures-macro v0.3.32
14172026-08-25T07:30:16.615Z Compiling thiserror-impl v2.0.18
14182026-08-25T07:30:16.670Z Compiling zerofrom v0.1.6
14192026-08-25T07:30:16.720Z Compiling der_derive v0.7.3
14202026-08-25T07:30:16.763Z Compiling dunce v1.0.5
14212026-08-25T07:30:16.808Z Compiling yoke v0.8.1
14222026-08-25T07:30:16.831Z Compiling flagset v0.4.7
14232026-08-25T07:30:16.948Z Compiling zerovec v0.11.5
14242026-08-25T07:30:16.981Z Compiling zerotrie v0.2.3
14252026-08-25T07:30:17.163Z Compiling fs_extra v1.3.0
14262026-08-25T07:30:17.272Z Compiling futures-util v0.3.32
14272026-08-25T07:30:17.337Z Compiling ident_case v1.0.1
14282026-08-25T07:30:17.412Z Compiling base64 v0.22.1
14292026-08-25T07:30:17.447Z Compiling tinystr v0.8.2
14302026-08-25T07:30:17.499Z Compiling potential_utf v0.1.4
14312026-08-25T07:30:18.102Z Compiling icu_locale_core v2.1.1
14322026-08-25T07:30:18.102Z Compiling icu_collections v2.1.1
14332026-08-25T07:30:18.302Z Compiling aws-lc-sys v0.40.0
14342026-08-25T07:30:18.302Z Compiling zeroize v1.9.0
14352026-08-25T07:30:18.302Z Compiling bytes v1.11.1
14362026-08-25T07:30:18.303Z Compiling chrono v0.4.45
14372026-08-25T07:30:18.303Z Compiling thiserror v2.0.18
14382026-08-25T07:30:18.303Z Compiling tokio v1.52.1
14392026-08-25T07:30:18.423Z Compiling icu_provider v2.1.1
14402026-08-25T07:30:18.581Z Compiling crypto-common v0.1.7
14412026-08-25T07:30:18.677Z Compiling block-buffer v0.10.4
14422026-08-25T07:30:18.677Z Compiling icu_normalizer v2.1.1
14432026-08-25T07:30:18.677Z Compiling icu_properties v2.1.2
14442026-08-25T07:30:18.677Z Compiling digest v0.10.7
14452026-08-25T07:30:19.020Z Compiling der v0.7.10
14462026-08-25T07:30:19.120Z Compiling http v1.4.2
14472026-08-25T07:30:19.229Z Compiling serde_derive_internals v0.29.1
14482026-08-25T07:30:19.487Z Compiling idna_adapter v1.2.1
14492026-08-25T07:30:20.042Z Compiling idna v1.1.0
14502026-08-25T07:30:20.443Z Compiling vcpkg v0.2.15
14512026-08-25T07:30:20.443Z Compiling ppv-lite86 v0.2.21
14522026-08-25T07:30:20.443Z Compiling url v2.5.8
14532026-08-25T07:30:20.443Z Compiling spki v0.7.3
14542026-08-25T07:30:20.444Z Compiling schemars v0.8.22
14552026-08-25T07:30:20.559Z Compiling dyn-clone v1.0.20
14562026-08-25T07:30:20.559Z Compiling syn v1.0.109
14572026-08-25T07:30:20.559Z Compiling rand_chacha v0.9.0
14582026-08-25T07:30:20.559Z Compiling schemars_derive v0.8.22
14592026-08-25T07:30:20.560Z Compiling openssl-sys v0.9.117
14602026-08-25T07:30:20.560Z Compiling tracing-attributes v0.1.31
14612026-08-25T07:30:20.765Z Compiling rand v0.9.2
14622026-08-25T07:30:20.795Z Compiling rustc_version v0.4.1
14632026-08-25T07:30:20.870Z Compiling tracing-core v0.1.36
14642026-08-25T07:30:21.166Z Compiling aws-lc-rs v1.16.3
14652026-08-25T07:30:21.421Z Compiling cpufeatures v0.2.17
14662026-08-25T07:30:21.536Z Compiling simd-adler32 v0.3.8
14672026-08-25T07:30:21.536Z Compiling tempfile v3.27.0
14682026-08-25T07:30:21.663Z Compiling pkcs8 v0.10.2
14692026-08-25T07:30:21.861Z Compiling http-body v1.0.1
14702026-08-25T07:30:21.861Z Compiling rustls-pki-types v1.14.0
14712026-08-25T07:30:21.908Z Compiling tracing v0.1.44
14722026-08-25T07:30:21.908Z Compiling spin v0.9.8
14732026-08-25T07:30:21.908Z Compiling cmov v0.5.4
14742026-08-25T07:30:22.384Z Compiling httparse v1.10.1
14752026-08-25T07:30:22.567Z Compiling tokio-util v0.7.18
14762026-08-25T07:30:22.567Z Compiling crc32fast v1.5.0
14772026-08-25T07:30:22.567Z Compiling adler2 v2.0.1
14782026-08-25T07:30:22.567Z Compiling openssl-probe v0.2.1
14792026-08-25T07:30:22.567Z Compiling tinyvec_macros v0.1.1
14802026-08-25T07:30:22.567Z Compiling tinyvec v1.10.0
14812026-08-25T07:30:22.567Z Compiling miniz_oxide v0.8.9
14822026-08-25T07:30:22.627Z Compiling ctutils v0.4.2
14832026-08-25T07:30:22.781Z Compiling pest_generator v2.8.6
14842026-08-25T07:30:23.102Z Compiling sha2 v0.10.9
14852026-08-25T07:30:23.170Z Compiling terminal_size v0.4.3
14862026-08-25T07:30:23.170Z Compiling aho-corasick v1.1.4
14872026-08-25T07:30:23.170Z Compiling tower-layer v0.3.3
14882026-08-25T07:30:23.170Z Compiling untrusted v0.7.1
14892026-08-25T07:30:23.404Z Compiling tower-service v0.3.3
14902026-08-25T07:30:23.404Z Compiling atomic-waker v1.1.2
14912026-08-25T07:30:23.626Z Compiling radium v0.7.0
14922026-08-25T07:30:23.626Z Compiling try-lock v0.2.5
14932026-08-25T07:30:23.627Z Compiling pest_derive v2.8.6
14942026-08-25T07:30:23.627Z Compiling want v0.3.1
14952026-08-25T07:30:23.737Z Compiling h2 v0.4.15
14962026-08-25T07:30:23.737Z Compiling hybrid-array v0.4.13
14972026-08-25T07:30:24.023Z Compiling regex-automata v0.4.14
14982026-08-25T07:30:24.061Z Compiling ipnet v2.12.0
14992026-08-25T07:30:24.273Z Compiling darling_core v0.20.11
15002026-08-25T07:30:24.413Z Compiling scroll_derive v0.13.1
15012026-08-25T07:30:24.519Z Compiling wait-timeout v0.2.1
15022026-08-25T07:30:24.720Z Compiling bit-vec v0.8.0
15032026-08-25T07:30:24.845Z Compiling untrusted v0.9.0
15042026-08-25T07:30:25.025Z Compiling quick-error v1.2.3
15052026-08-25T07:30:25.026Z Compiling rustls v0.23.41
15062026-08-25T07:30:25.042Z Compiling openssl v0.10.80
15072026-08-25T07:30:25.042Z Compiling httpdate v1.0.3
15082026-08-25T07:30:25.117Z Compiling maybe-uninit v2.0.0
15092026-08-25T07:30:25.200Z Compiling tap v1.0.1
15102026-08-25T07:30:25.224Z Compiling foreign-types-shared v0.1.1
15112026-08-25T07:30:25.290Z Compiling wyz v0.5.1
15122026-08-25T07:30:25.365Z Compiling foreign-types v0.3.2
15132026-08-25T07:30:25.366Z Compiling scroll v0.13.0
15142026-08-25T07:30:25.436Z Compiling rusty-fork v0.3.1
15152026-08-25T07:30:25.547Z Compiling bit-set v0.8.0
15162026-08-25T07:30:25.595Z Compiling unicode-normalization v0.1.25
15172026-08-25T07:30:25.675Z Compiling rand_chacha v0.3.1
15182026-08-25T07:30:25.691Z Compiling signature v2.2.0
15192026-08-25T07:30:25.808Z Compiling hex v0.4.3
15202026-08-25T07:30:26.791Z Compiling thiserror-impl v1.0.69
15212026-08-25T07:30:26.910Z Compiling openssl-macros v0.1.1
15222026-08-25T07:30:26.910Z Compiling rand_xorshift v0.4.0
15232026-08-25T07:30:26.910Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15242026-08-25T07:30:26.910Z Compiling bzip2-sys v0.1.13+1.0.8
15252026-08-25T07:30:26.910Z Compiling num-integer v0.1.46
15262026-08-25T07:30:26.910Z Compiling darling_macro v0.20.11
15272026-08-25T07:30:26.910Z Compiling hyper v1.10.1
15282026-08-25T07:30:26.910Z Compiling ahash v0.8.12
15292026-08-25T07:30:26.910Z Compiling num-bigint-dig v0.8.6
15302026-08-25T07:30:26.984Z Compiling time-core v0.1.8
15312026-08-25T07:30:26.984Z Compiling funty v2.0.0
15322026-08-25T07:30:26.984Z Compiling num-conv v0.2.0
15332026-08-25T07:30:27.057Z Compiling native-tls v0.2.18
15342026-08-25T07:30:27.064Z Compiling powerfmt v0.2.0
15352026-08-25T07:30:27.222Z Compiling paste v1.0.15
15362026-08-25T07:30:27.243Z Compiling packed_struct v0.10.1
15372026-08-25T07:30:27.295Z Compiling unarray v0.1.4
15382026-08-25T07:30:27.385Z Compiling proptest v1.11.0
15392026-08-25T07:30:27.499Z Compiling thiserror v1.0.69
15402026-08-25T07:30:27.538Z Compiling bitvec v1.0.1
15412026-08-25T07:30:27.584Z Compiling deranged v0.5.8
15422026-08-25T07:30:27.670Z Compiling clap_builder v4.6.0
15432026-08-25T07:30:27.670Z Compiling time-macros v0.2.27
15442026-08-25T07:30:28.272Z Compiling hyper-util v0.1.20
15452026-08-25T07:30:28.401Z Compiling darling v0.20.11
15462026-08-25T07:30:28.627Z Compiling num-iter v0.1.45
15472026-08-25T07:30:28.875Z Compiling rand v0.8.6
15482026-08-25T07:30:29.334Z Compiling goblin v0.10.5
15492026-08-25T07:30:30.055Z Compiling packed_struct_codegen v0.10.1
15502026-08-25T07:30:30.055Z Compiling ipnetwork v0.21.1
15512026-08-25T07:30:30.146Z Compiling lazy_static v1.5.0
15522026-08-25T07:30:30.373Z Compiling hmac v0.12.1
15532026-08-25T07:30:30.875Z Compiling toml_datetime v0.6.11
15542026-08-25T07:30:30.875Z Compiling serde_spanned v0.6.9
15552026-08-25T07:30:30.875Z Compiling slog v2.8.2
15562026-08-25T07:30:31.027Z Compiling zerocopy-derive v0.6.6
15572026-08-25T07:30:31.027Z Compiling clap_derive v4.6.1
15582026-08-25T07:30:31.027Z Compiling bitfield-macros v0.19.4
15592026-08-25T07:30:31.414Z Compiling sync_wrapper v1.0.2
15602026-08-25T07:30:31.448Z Compiling indexmap v1.9.3
15612026-08-25T07:30:31.510Z Compiling unicode-segmentation v1.12.0
15622026-08-25T07:30:31.567Z Compiling siphasher v1.0.2
15632026-08-25T07:30:31.762Z Compiling usdt-impl v0.6.0
15642026-08-25T07:30:31.799Z Compiling object v0.37.3
15652026-08-25T07:30:31.959Z Compiling crc-catalog v2.4.0
15662026-08-25T07:30:32.020Z Compiling crossbeam-utils v0.8.21
15672026-08-25T07:30:32.020Z Compiling num_threads v0.1.7
15682026-08-25T07:30:32.107Z Compiling nodrop v0.1.14
15692026-08-25T07:30:32.107Z Compiling zlib-rs v0.6.2
15702026-08-25T07:30:32.126Z Compiling array-init v0.0.4
15712026-08-25T07:30:32.333Z Compiling time v0.3.47
15722026-08-25T07:30:32.673Z Compiling clap v4.6.1
15732026-08-25T07:30:33.505Z Compiling crc v3.4.0
15742026-08-25T07:30:33.505Z Compiling dof v0.4.0
15752026-08-25T07:30:33.505Z Compiling tower v0.5.3
15762026-08-25T07:30:33.868Z Compiling bitfield v0.19.4
15772026-08-25T07:30:33.868Z Compiling zerocopy v0.6.6
15782026-08-25T07:30:33.974Z Compiling oxnet v0.1.6
15792026-08-25T07:30:33.974Z Compiling newtype-uuid v1.3.2
15802026-08-25T07:30:34.027Z Compiling smallvec v0.6.14
15812026-08-25T07:30:34.398Z Compiling derive_builder_core v0.20.2
15822026-08-25T07:30:35.431Z Compiling flate2 v1.1.9
15832026-08-25T07:30:35.881Z Compiling dtrace-parser v0.3.0
15842026-08-25T07:30:35.881Z Compiling http-body-util v0.1.3
15852026-08-25T07:30:35.881Z Compiling pkcs1 v0.7.5
15862026-08-25T07:30:35.881Z Compiling heapless v0.7.17
15872026-08-25T07:30:35.881Z Compiling erased-serde v0.3.31
15882026-08-25T07:30:35.881Z Compiling darling_core v0.23.0
15892026-08-25T07:30:35.881Z Compiling scroll_derive v0.12.1
15902026-08-25T07:30:35.881Z Compiling structmeta-derive v0.3.0
15912026-08-25T07:30:36.072Z Compiling daft-derive v0.1.8
15922026-08-25T07:30:36.072Z Compiling thread-id v5.1.0
15932026-08-25T07:30:36.072Z Compiling cookie v0.18.1
15942026-08-25T07:30:36.153Z Compiling env_filter v2.0.0
15952026-08-25T07:30:36.153Z Compiling gimli v0.32.3
15962026-08-25T07:30:36.361Z Compiling anyhow v1.0.104
15972026-08-25T07:30:36.361Z Compiling base64 v0.21.7
15982026-08-25T07:30:36.603Z Compiling ryu v1.0.23
15992026-08-25T07:30:36.711Z Compiling iri-string v0.7.10
16002026-08-25T07:30:37.043Z Compiling hashbrown v0.12.3
16012026-08-25T07:30:37.108Z Compiling winnow v0.5.40
16022026-08-25T07:30:37.207Z Compiling unicode-properties v0.1.4
16032026-08-25T07:30:37.398Z Compiling unicode-bidi v0.3.18
16042026-08-25T07:30:37.900Z Compiling signal-hook v0.3.18
16052026-08-25T07:30:38.091Z Compiling zstd-safe v7.2.4
16062026-08-25T07:30:38.141Z Compiling allocator-api2 v0.2.21
16072026-08-25T07:30:38.141Z Compiling toml_edit v0.19.15
16082026-08-25T07:30:38.141Z Compiling darling_macro v0.23.0
16092026-08-25T07:30:38.185Z Compiling tower-http v0.6.8
16102026-08-25T07:30:38.206Z Compiling addr2line v0.25.1
16112026-08-25T07:30:38.206Z Compiling stringprep v0.1.5
16122026-08-25T07:30:38.646Z Compiling serde_urlencoded v0.7.1
16132026-08-25T07:30:38.717Z Compiling ron v0.8.1
16142026-08-25T07:30:38.717Z Compiling structmeta v0.3.0
16152026-08-25T07:30:38.785Z Compiling daft v0.1.8
16162026-08-25T07:30:38.785Z Compiling env_logger v0.11.11
16172026-08-25T07:30:38.785Z Compiling scroll v0.12.0
16182026-08-25T07:30:39.137Z Compiling rsa v0.9.10
16192026-08-25T07:30:39.151Z Compiling derive_builder_macro v0.20.2
16202026-08-25T07:30:39.198Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16212026-08-25T07:30:39.817Z Compiling hashbrown v0.13.2
16222026-08-25T07:30:39.817Z Compiling bzip2 v0.4.4
16232026-08-25T07:30:39.817Z Compiling serde-hex v0.1.0
16242026-08-25T07:30:39.940Z Compiling tokio-native-tls v0.3.1
16252026-08-25T07:30:39.940Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16262026-08-25T07:30:39.940Z Compiling camino v1.2.5
16272026-08-25T07:30:40.162Z Compiling bstr v1.12.1
16282026-08-25T07:30:40.322Z Compiling block-padding v0.4.2
16292026-08-25T07:30:40.529Z Compiling crypto-common v0.2.2
16302026-08-25T07:30:40.696Z Compiling block-buffer v0.12.1
16312026-08-25T07:30:40.795Z Compiling rustls-native-certs v0.8.3
16322026-08-25T07:30:40.822Z Compiling curve25519-dalek v4.1.3
16332026-08-25T07:30:41.332Z Compiling x509-cert v0.2.5
16342026-08-25T07:30:41.381Z Compiling md-5 v0.10.6
16352026-08-25T07:30:41.381Z Compiling serde_tokenstream v0.2.3
16362026-08-25T07:30:41.381Z Compiling vergen-lib v9.1.0
16372026-08-25T07:30:41.554Z Compiling zerocopy-derive v0.7.35
16382026-08-25T07:30:41.610Z Compiling async-trait v0.1.89
16392026-08-25T07:30:42.128Z Compiling pin-project-internal v1.1.11
16402026-08-25T07:30:42.203Z Compiling hash32 v0.2.1
16412026-08-25T07:30:42.469Z Compiling memoffset v0.9.1
16422026-08-25T07:30:42.521Z Compiling encoding_rs v0.8.35
16432026-08-25T07:30:42.521Z Compiling fallible-iterator v0.2.0
16442026-08-25T07:30:42.564Z Compiling cfg_aliases v0.2.1
16452026-08-25T07:30:42.603Z Compiling psl-types v2.0.11
16462026-08-25T07:30:42.876Z Compiling ref-cast v1.0.25
16472026-08-25T07:30:42.937Z Compiling smoltcp v0.9.1
16482026-08-25T07:30:42.937Z Compiling rustix v0.38.44
16492026-08-25T07:30:42.938Z Compiling owo-colors v4.3.0
16502026-08-25T07:30:42.938Z Compiling litrs v1.0.0
16512026-08-25T07:30:43.009Z Compiling crc-any v2.5.0
16522026-08-25T07:30:43.051Z Compiling rustc-demangle v0.1.27
16532026-08-25T07:30:43.231Z Compiling mime v0.3.17
16542026-08-25T07:30:43.423Z Compiling pin-project v1.1.11
16552026-08-25T07:30:43.423Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16562026-08-25T07:30:43.498Z Compiling backtrace v0.3.76
16572026-08-25T07:30:43.499Z Compiling document-features v0.2.12
16582026-08-25T07:30:43.499Z Compiling postgres-protocol v0.6.10
16592026-08-25T07:30:43.731Z Compiling publicsuffix v2.3.0
16602026-08-25T07:30:44.004Z Compiling nix v0.31.2
16612026-08-25T07:30:44.005Z Compiling zerocopy v0.7.35
16622026-08-25T07:30:44.099Z Compiling inout v0.2.2
16632026-08-25T07:30:44.099Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16642026-08-25T07:30:44.099Z Compiling object v0.30.4
16652026-08-25T07:30:44.164Z Compiling hyper-tls v0.6.0
16662026-08-25T07:30:44.333Z Compiling zip v0.6.6
16672026-08-25T07:30:44.333Z Compiling derive_builder v0.20.2
16682026-08-25T07:30:44.333Z Compiling toml v0.7.8
16692026-08-25T07:30:44.427Z Compiling goblin v0.8.2
16702026-08-25T07:30:44.590Z Compiling derive-ex v0.1.8
16712026-08-25T07:30:44.944Z Compiling darling v0.23.0
16722026-08-25T07:30:45.056Z Compiling convert_case v0.10.0
16732026-08-25T07:30:45.234Z Compiling phf_shared v0.13.1
16742026-08-25T07:30:45.306Z Compiling regex v1.12.3
16752026-08-25T07:30:45.319Z Compiling hubpack_derive v0.1.1
16762026-08-25T07:30:45.461Z Compiling futures-executor v0.3.32
16772026-08-25T07:30:45.669Z Compiling vergen v9.1.0
16782026-08-25T07:30:45.711Z Compiling ref-cast-impl v1.0.25
16792026-08-25T07:30:45.740Z Compiling curve25519-dalek-derive v0.1.1
16802026-08-25T07:30:45.989Z Compiling snafu-derive v0.8.9
16812026-08-25T07:30:46.631Z Compiling strum_macros v0.27.2
16822026-08-25T07:30:46.700Z Compiling cargo-platform v0.3.2
16832026-08-25T07:30:46.701Z Compiling ff v0.13.1
16842026-08-25T07:30:46.701Z Compiling fs-err v3.3.0
16852026-08-25T07:30:46.701Z Compiling path-slash v0.1.5
16862026-08-25T07:30:46.714Z Compiling base16ct v0.2.0
16872026-08-25T07:30:46.715Z Compiling bumpalo v3.20.2
16882026-08-25T07:30:46.920Z Compiling bitflags v1.3.2
16892026-08-25T07:30:46.939Z Compiling foldhash v0.2.0
16902026-08-25T07:30:46.997Z Compiling foldhash v0.1.5
16912026-08-25T07:30:46.997Z Compiling either v1.15.0
16922026-08-25T07:30:47.114Z Compiling libbz2-rs-sys v0.2.2
16932026-08-25T07:30:47.131Z Compiling is_ci v1.2.0
16942026-08-25T07:30:47.155Z Compiling same-file v1.0.6
16952026-08-25T07:30:47.302Z Compiling jiff-core v0.1.0
16962026-08-25T07:30:47.387Z Compiling managed v0.8.0
16972026-08-25T07:30:47.715Z Compiling textwrap v0.16.2
16982026-08-25T07:30:48.258Z Compiling snafu v0.8.9
16992026-08-25T07:30:48.446Z Compiling bzip2 v0.6.1
17002026-08-25T07:30:48.446Z Compiling walkdir v2.5.0
17012026-08-25T07:30:48.446Z Compiling supports-color v3.0.2
17022026-08-25T07:30:48.446Z Compiling jiff v0.2.34
17032026-08-25T07:30:48.446Z Compiling hashbrown v0.16.1
17042026-08-25T07:30:48.446Z Compiling strum v0.27.2
17052026-08-25T07:30:48.446Z Compiling hashbrown v0.15.5
17062026-08-25T07:30:48.612Z Compiling zopfli v0.8.3
17072026-08-25T07:30:48.612Z Compiling sec1 v0.7.3
17082026-08-25T07:30:48.849Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17092026-08-25T07:30:48.924Z Compiling dof v0.3.0
17102026-08-25T07:30:48.924Z Compiling group v0.13.0
17112026-08-25T07:30:48.994Z Compiling cargo_metadata v0.23.1
17122026-08-25T07:30:48.994Z Compiling test-strategy v0.4.5
17132026-08-25T07:30:49.765Z Compiling hubpack v0.1.2
17142026-08-25T07:30:50.041Z Compiling futures v0.3.32
17152026-08-25T07:30:50.041Z Compiling phf v0.13.1
17162026-08-25T07:30:50.244Z Compiling derive_more-impl v2.1.1
17172026-08-25T07:30:50.244Z Compiling signal-hook-mio v0.2.5
17182026-08-25T07:30:50.408Z Compiling serde_with_macros v3.21.0
17192026-08-25T07:30:50.456Z Compiling cookie_store v0.22.1
17202026-08-25T07:30:50.554Z Compiling zstd v0.13.3
17212026-08-25T07:30:51.278Z Compiling reqwest v0.12.28
17222026-08-25T07:30:51.314Z Compiling cipher v0.5.2
17232026-08-25T07:30:51.314Z Compiling postgres-types v0.2.12
17242026-08-25T07:30:51.871Z Compiling backtrace-ext v0.2.1
17252026-08-25T07:30:51.940Z Compiling usdt-macro v0.6.0
17262026-08-25T07:30:51.940Z Compiling usdt-attr-macro v0.6.0
17272026-08-25T07:30:51.941Z Compiling globset v0.4.18
17282026-08-25T07:30:52.383Z Compiling phf_shared v0.11.3
17292026-08-25T07:30:52.443Z Compiling hkdf v0.12.4
17302026-08-25T07:30:52.443Z Compiling dtrace-parser v0.2.0
17312026-08-25T07:30:52.443Z Compiling byte-wrapper v0.1.0
17322026-08-25T07:30:52.444Z Compiling olpc-cjson v0.1.4
17332026-08-25T07:30:52.490Z Compiling ed25519 v2.2.3
17342026-08-25T07:30:52.490Z Compiling crypto-bigint v0.5.5
17352026-08-25T07:30:52.551Z Compiling serde-big-array v0.5.1
17362026-08-25T07:30:52.612Z Compiling serde_plain v1.0.2
17372026-08-25T07:30:52.775Z Compiling pem v3.0.6
17382026-08-25T07:30:53.029Z Compiling strum_macros v0.26.4
17392026-08-25T07:30:53.029Z Compiling serde_repr v0.1.20
17402026-08-25T07:30:53.117Z Compiling async-recursion v1.1.1
17412026-08-25T07:30:53.117Z Compiling enum-as-inner v0.6.1
17422026-08-25T07:30:53.282Z Compiling miette-derive v7.6.0
17432026-08-25T07:30:53.320Z Compiling float-cmp v0.10.0
17442026-08-25T07:30:53.509Z Compiling thread-id v4.2.2
17452026-08-25T07:30:53.782Z Compiling memmap2 v0.9.10
17462026-08-25T07:30:53.782Z Compiling precomputed-hash v0.1.1
17472026-08-25T07:30:54.358Z Compiling cpufeatures v0.3.0
17482026-08-25T07:30:54.358Z Compiling fixedbitset v0.4.2
17492026-08-25T07:30:54.358Z Compiling supports-unicode v3.0.0
17502026-08-25T07:30:54.358Z Compiling const-oid v0.10.2
17512026-08-25T07:30:54.358Z Compiling data-encoding v2.10.0
17522026-08-25T07:30:54.358Z Compiling static_assertions v1.1.0
17532026-08-25T07:30:54.746Z Compiling new_debug_unreachable v1.0.6
17542026-08-25T07:30:54.746Z Compiling keccak v0.1.6
17552026-08-25T07:30:54.746Z Compiling winnow v1.0.3
17562026-08-25T07:30:54.887Z Compiling fixedbitset v0.5.7
17572026-08-25T07:30:54.887Z Compiling difflib v0.4.0
17582026-08-25T07:30:54.887Z Compiling predicates-core v1.0.10
17592026-08-25T07:30:54.888Z Compiling typed-path v0.9.3
17602026-08-25T07:30:54.888Z Compiling whoami v2.1.0
17612026-08-25T07:30:54.888Z Compiling supports-hyperlinks v3.2.0
17622026-08-25T07:30:54.888Z Compiling normalize-line-endings v0.3.0
17632026-08-25T07:30:54.888Z Compiling petgraph v0.8.3
17642026-08-25T07:30:54.888Z Compiling miette v7.6.0
17652026-08-25T07:30:55.155Z Compiling predicates v3.1.4
17662026-08-25T07:30:55.155Z Compiling toml_parser v1.1.2+spec-1.1.0
17672026-08-25T07:30:55.155Z Compiling tokio-postgres v0.7.16
17682026-08-25T07:30:55.155Z Compiling toml_edit v0.22.27
17692026-08-25T07:30:55.475Z Compiling strum v0.26.3
17702026-08-25T07:30:55.555Z Compiling hickory-proto v0.25.2
17712026-08-25T07:30:55.678Z Compiling sha3 v0.10.8
17722026-08-25T07:30:55.813Z Compiling string_cache v0.8.9
17732026-08-25T07:30:56.376Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17742026-08-25T07:30:56.561Z Compiling digest v0.11.3
17752026-08-25T07:30:56.561Z Compiling petgraph v0.6.5
17762026-08-25T07:30:56.561Z Compiling chacha20 v0.10.0
17772026-08-25T07:30:56.685Z Compiling usdt v0.6.0
17782026-08-25T07:30:56.831Z Compiling usdt-impl v0.5.0
17792026-08-25T07:30:56.936Z Compiling elliptic-curve v0.13.8
17802026-08-25T07:30:57.433Z Compiling ed25519-dalek v2.2.0
17812026-08-25T07:30:57.734Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17822026-08-25T07:30:57.734Z Compiling crossterm v0.28.1
17832026-08-25T07:30:57.909Z Compiling serde_with v3.21.0
17842026-08-25T07:30:58.034Z Compiling derive_more v2.1.1
17852026-08-25T07:30:58.035Z Compiling zip v4.6.1
17862026-08-25T07:30:58.687Z Compiling iddqd v0.4.2
17872026-08-25T07:30:58.937Z Compiling itertools v0.15.0
17882026-08-25T07:30:58.970Z Compiling itertools v0.13.0
17892026-08-25T07:30:59.104Z Compiling similar v2.7.0
17902026-08-25T07:30:59.424Z Compiling crossbeam-epoch v0.9.18
17912026-08-25T07:30:59.446Z Compiling oxide-generation v0.1.3
17922026-08-25T07:30:59.823Z Compiling heck v0.4.1
17932026-08-25T07:30:59.987Z Compiling tokio-stream v0.1.18
17942026-08-25T07:31:00.035Z Compiling buf-list v1.1.2
17952026-08-25T07:31:00.035Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17962026-08-25T07:31:00.035Z Compiling openapiv3 v2.2.0
17972026-08-25T07:31:00.154Z Compiling lalrpop-util v0.19.12
17982026-08-25T07:31:00.271Z Compiling peg-runtime v0.8.5
17992026-08-25T07:31:00.272Z Compiling thread_local v1.1.9
18002026-08-25T07:31:00.272Z Compiling slog-async v2.8.0
18012026-08-25T07:31:00.272Z Compiling crossbeam-channel v0.5.15
18022026-08-25T07:31:00.272Z Compiling is-terminal v0.4.17
18032026-08-25T07:31:00.411Z Compiling filetime v0.2.27
18042026-08-25T07:31:00.453Z Compiling take_mut v0.2.2
18052026-08-25T07:31:00.453Z Compiling xattr v1.6.1
18062026-08-25T07:31:00.453Z Compiling term v1.2.1
18072026-08-25T07:31:00.453Z Compiling camino-tempfile v1.4.1
18082026-08-25T07:31:00.590Z Compiling tar v0.4.46
18092026-08-25T07:31:01.019Z Compiling slog-term v2.9.2
18102026-08-25T07:31:07.151Z Compiling rustls-webpki v0.103.13
18112026-08-25T07:31:09.819Z Compiling tokio-rustls v0.26.4
18122026-08-25T07:31:09.823Z Compiling rustls-platform-verifier v0.6.2
18132026-08-25T07:31:09.823Z Compiling tough v0.22.0
18142026-08-25T07:31:10.101Z Compiling hyper-rustls v0.27.7
18152026-08-25T07:31:10.437Z Compiling reqwest v0.13.2
18162026-08-25T07:31:12.480Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172026-08-25T07:31:12.597Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18182026-08-25T07:31:15.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18192026-08-25T07:31:15.634Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18202026-08-25T07:31:15.748ZAug 25 07:31:14.722 INFO Starting download, target: Cockroach
18212026-08-25T07:31:15.886ZAug 25 07:31:14.722 INFO Starting download, target: DendriteStub
18222026-08-25T07:31:15.886ZAug 25 07:31:14.722 INFO Starting download, target: Console
18232026-08-25T07:31:15.886ZAug 25 07:31:14.722 INFO Starting download, target: Clickhouse
18242026-08-25T07:31:15.887ZAug 25 07:31:14.722 INFO Starting download, target: MaghemiteMgd
18252026-08-25T07:31:15.887ZAug 25 07:31:14.722 INFO Starting download, target: MaghemiteDdmd
18262026-08-25T07:31:15.887ZAug 25 07:31:14.722 INFO Starting download, target: TransceiverControl
18272026-08-25T07:31:15.887ZAug 25 07:31:14.722 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18282026-08-25T07:31:15.887ZAug 25 07:31:14.722 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18292026-08-25T07:31:15.887ZAug 25 07:31:14.722 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18302026-08-25T07:31:15.887ZAug 25 07:31:14.722 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18312026-08-25T07:31:15.887ZAug 25 07:31:14.722 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18322026-08-25T07:31:15.887ZAug 25 07:31:14.723 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18332026-08-25T07:31:15.887ZAug 25 07:31:14.723 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18342026-08-25T07:31:17.542ZAug 25 07:31:16.447 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18352026-08-25T07:31:17.833ZAug 25 07:31:16.552 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18362026-08-25T07:31:18.571ZAug 25 07:31:16.687 INFO Download complete, target: Console
18372026-08-25T07:31:24.283ZAug 25 07:31:23.224 INFO Checking that binary works, target: Clickhouse
18382026-08-25T07:31:24.542ZAug 25 07:31:23.311 INFO Download complete, target: Clickhouse
18392026-08-25T07:31:31.985ZAug 25 07:31:30.817 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18402026-08-25T07:31:32.036ZAug 25 07:31:31.028 INFO Download complete, target: TransceiverControl
18412026-08-25T07:33:07.168ZAug 25 07:33:06.149 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18422026-08-25T07:33:09.087ZAug 25 07:33:08.046 INFO Download complete, target: MaghemiteDdmd
18432026-08-25T07:33:29.936ZAug 25 07:33:28.980 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18442026-08-25T07:33:32.692ZAug 25 07:33:31.736 INFO Download complete, target: DendriteStub
18452026-08-25T07:33:40.220ZAug 25 07:33:39.077 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18462026-08-25T07:33:42.782ZAug 25 07:33:41.779 INFO Download complete, target: MaghemiteMgd
18472026-08-25T07:33:51.350ZAug 25 07:33:50.391 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18482026-08-25T07:33:51.351ZAug 25 07:33:50.391 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18492026-08-25T07:33:56.051ZAug 25 07:33:54.989 INFO Checking that binary works, target: Cockroach
18502026-08-25T07:33:56.480ZAug 25 07:33:55.110 INFO Download complete, target: Cockroach
18512026-08-25T07:33:56.488ZAll builder prerequisites installed successfully, and PATH looks valid
18522026-08-25T07:33:56.488Z
18532026-08-25T07:33:56.488Zreal 4:39.055469814
18542026-08-25T07:33:56.488Zuser 7:21.726853207
18552026-08-25T07:33:56.488Zsys 1:26.771006519
18562026-08-25T07:33:56.488Ztrap 0.237346774
18572026-08-25T07:33:56.488Ztflt 0.509678820
18582026-08-25T07:33:56.488Zdflt 0.737486512
18592026-08-25T07:33:56.488Zkflt 0.020794211
18602026-08-25T07:33:56.488Zlock 1:10:01.819408340
18612026-08-25T07:33:56.488Zslp 26:56.652981863
18622026-08-25T07:33:56.488Zlat 51.289594621
18632026-08-25T07:33:56.489Zstop 2:48.401178008
18642026-08-25T07:33:56.489Z+ banner clippy
18652026-08-25T07:33:56.489Z
18662026-08-25T07:33:56.489Z #### # # ##### ##### # #
18672026-08-25T07:33:56.489Z # # # # # # # # # #
18682026-08-25T07:33:56.489Z # # # # # # # #
18692026-08-25T07:33:56.489Z # # # ##### ##### #
18702026-08-25T07:33:56.489Z # # # # # # #
18712026-08-25T07:33:56.489Z #### ###### # # # #
18722026-08-25T07:33:56.489Z
18732026-08-25T07:33:56.489Z+ export CARGO_INCREMENTAL=0
18742026-08-25T07:33:56.489Z+ CARGO_INCREMENTAL=0
18752026-08-25T07:33:56.489Z+ ptime -m cargo xtask clippy
18762026-08-25T07:33:56.543Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18772026-08-25T07:33:56.819Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18782026-08-25T07:33:58.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
18792026-08-25T07:33:58.669Z Running `target/debug/xtask clippy`
18802026-08-25T07:33:58.696Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18812026-08-25T07:33:59.239Z Downloading crates ...
18822026-08-25T07:33:59.406Z Downloaded async-object-pool v0.2.0
18832026-08-25T07:33:59.409Z Downloaded async-lock v3.4.2
18842026-08-25T07:33:59.409Z Downloaded blake2b_simd v1.0.4
18852026-08-25T07:33:59.409Z Downloaded approx v0.5.1
18862026-08-25T07:33:59.409Z Downloaded concurrent-queue v2.5.0
18872026-08-25T07:33:59.412Z Downloaded criterion-plot v0.6.0
18882026-08-25T07:33:59.412Z Downloaded assert-json-diff v2.0.2
18892026-08-25T07:33:59.412Z Downloaded constant_time_eq v0.3.1
18902026-08-25T07:33:59.412Z Downloaded cast v0.3.0
18912026-08-25T07:33:59.415Z Downloaded anes v0.1.6
18922026-08-25T07:33:59.415Z Downloaded assert_cmd v2.1.2
18932026-08-25T07:33:59.415Z Downloaded datatest-stable v0.3.3
18942026-08-25T07:33:59.418Z Downloaded event-listener-strategy v0.5.4
18952026-08-25T07:33:59.418Z Downloaded cfg-expr v0.20.6
18962026-08-25T07:33:59.421Z Downloaded escape8259 v0.5.3
18972026-08-25T07:33:59.421Z Downloaded guppy-workspace-hack v0.1.0
18982026-08-25T07:33:59.421Z Downloaded event-listener v5.4.1
18992026-08-25T07:33:59.421Z Downloaded futures-timer v3.0.3
19002026-08-25T07:33:59.421Z Downloaded fancy-regex v0.14.0
19012026-08-25T07:33:59.424Z Downloaded hex-literal v0.4.1
19022026-08-25T07:33:59.425Z Downloaded criterion v0.7.0
19032026-08-25T07:33:59.429Z Downloaded hickory-client v0.25.2
19042026-08-25T07:33:59.429Z Downloaded guppy v0.17.25
19052026-08-25T07:33:59.435Z Downloaded httptest v0.16.4
19062026-08-25T07:33:59.435Z Downloaded linkme-impl v0.3.35
19072026-08-25T07:33:59.438Z Downloaded miette-derive v5.10.0
19082026-08-25T07:33:59.438Z Downloaded linkme v0.3.35
19092026-08-25T07:33:59.438Z Downloaded knuffel-derive v3.2.0
19102026-08-25T07:33:59.438Z Downloaded nested v0.1.1
19112026-08-25T07:33:59.438Z Downloaded pathdiff v0.2.3
19122026-08-25T07:33:59.438Z Downloaded libtest-mimic v0.8.1
19132026-08-25T07:33:59.438Z Downloaded oorandom v11.1.5
19142026-08-25T07:33:59.438Z Downloaded knuffel v3.2.0
19152026-08-25T07:33:59.441Z Downloaded parking v2.2.1
19162026-08-25T07:33:59.441Z Downloaded plotters-backend v0.3.7
19172026-08-25T07:33:59.441Z Downloaded partial-io v0.5.4
19182026-08-25T07:33:59.441Z Downloaded path-tree v0.8.3
19192026-08-25T07:33:59.442Z Downloaded owo-colors v3.5.0
19202026-08-25T07:33:59.529Z Downloaded plotters-svg v0.3.7
19212026-08-25T07:33:59.529Z Downloaded miette v5.10.0
19222026-08-25T07:33:59.529Z Downloaded relative-path v1.9.3
19232026-08-25T07:33:59.529Z Downloaded rust-argon2 v2.1.0
19242026-08-25T07:33:59.530Z Downloaded rand_distr v0.5.1
19252026-08-25T07:33:59.530Z Downloaded serde_regex v1.1.0
19262026-08-25T07:33:59.530Z Downloaded similar-asserts v1.7.0
19272026-08-25T07:33:59.530Z Downloaded supports-unicode v2.1.0
19282026-08-25T07:33:59.530Z Downloaded supports-color v2.1.0
19292026-08-25T07:33:59.530Z Downloaded supports-hyperlinks v2.1.0
19302026-08-25T07:33:59.530Z Downloaded terminal_size v0.1.17
19312026-08-25T07:33:59.530Z Downloaded target-triple v1.0.0
19322026-08-25T07:33:59.530Z Downloaded rstest_macros v0.25.0
19332026-08-25T07:33:59.530Z Downloaded rstest v0.25.0
19342026-08-25T07:33:59.530Z Downloaded stringmetrics v2.2.2
19352026-08-25T07:33:59.530Z Downloaded termcolor v1.4.1
19362026-08-25T07:33:59.530Z Downloaded target-spec v3.5.7
19372026-08-25T07:33:59.530Z Downloaded target-lexicon v0.13.3
19382026-08-25T07:33:59.530Z Downloaded tinytemplate v1.2.1
19392026-08-25T07:33:59.530Z Downloaded plotters v0.3.7
19402026-08-25T07:33:59.530Z Downloaded textwrap v0.15.2
19412026-08-25T07:33:59.530Z Downloaded trybuild v1.0.116
19422026-08-25T07:33:59.560Z Downloaded httpmock v0.8.3
19432026-08-25T07:34:01.363Z Checking cfg-if v1.0.4
19442026-08-25T07:34:01.772Z Checking serde_core v1.0.229
19452026-08-25T07:34:01.772Z Checking libc v0.2.185
19462026-08-25T07:34:01.824Z Checking memchr v2.8.0
19472026-08-25T07:34:01.869Z Checking smallvec v1.15.1
19482026-08-25T07:34:01.908Z Checking rand_core v0.10.0
19492026-08-25T07:34:01.942Z Checking itoa v1.0.17
19502026-08-25T07:34:01.981Z Checking subtle v2.6.1
19512026-08-25T07:34:02.022Z Checking libm v0.2.16
19522026-08-25T07:34:02.076Z Checking log v0.4.33
19532026-08-25T07:34:02.130Z Checking typenum v1.20.1
19542026-08-25T07:34:02.170Z Checking scopeguard v1.2.0
19552026-08-25T07:34:02.206Z Checking zmij v1.0.21
19562026-08-25T07:34:02.244Z Checking stable_deref_trait v1.2.1
19572026-08-25T07:34:02.282Z Checking getrandom v0.4.3
19582026-08-25T07:34:02.314Z Checking errno v0.3.14
19592026-08-25T07:34:02.317Z Checking lock_api v0.4.14
19602026-08-25T07:34:02.388Z Checking zerofrom v0.1.6
19612026-08-25T07:34:02.439Z Checking percent-encoding v2.3.2
19622026-08-25T07:34:02.480Z Checking litemap v0.8.1
19632026-08-25T07:34:02.480Z Checking writeable v0.6.2
19642026-08-25T07:34:02.552Z Checking yoke v0.8.1
19652026-08-25T07:34:02.591Z Checking icu_properties_data v2.1.2
19662026-08-25T07:34:02.635Z Checking icu_normalizer_data v2.1.1
19672026-08-25T07:34:02.675Z Checking form_urlencoded v1.2.2
19682026-08-25T07:34:02.716Z Checking num-traits v0.2.19
19692026-08-25T07:34:02.755Z Checking utf8_iter v1.0.4
19702026-08-25T07:34:02.760Z Checking zerovec v0.11.5
19712026-08-25T07:34:02.789Z Checking zerotrie v0.2.3
19722026-08-25T07:34:02.863Z Checking zerocopy v0.8.55
19732026-08-25T07:34:02.863Z Checking portable-atomic v1.13.1
19742026-08-25T07:34:02.938Z Checking pin-project-lite v0.2.17
19752026-08-25T07:34:02.977Z Checking critical-section v1.2.0
19762026-08-25T07:34:03.063Z Checking parking_lot_core v0.9.12
19772026-08-25T07:34:03.113Z Checking signal-hook-registry v1.4.8
19782026-08-25T07:34:03.157Z Checking mio v1.2.0
19792026-08-25T07:34:03.218Z Checking serde v1.0.229
19802026-08-25T07:34:03.257Z Checking bitflags v2.11.0
19812026-08-25T07:34:03.295Z Checking serde_json v1.0.151
19822026-08-25T07:34:03.295Z Checking tinystr v0.8.2
19832026-08-25T07:34:03.367Z Checking potential_utf v0.1.4
19842026-08-25T07:34:03.373Z Checking once_cell v1.21.3
19852026-08-25T07:34:03.442Z Checking parking_lot v0.12.5
19862026-08-25T07:34:03.490Z Checking iana-time-zone v0.1.65
19872026-08-25T07:34:03.557Z Checking icu_collections v2.1.1
19882026-08-25T07:34:03.575Z Checking icu_locale_core v2.1.1
19892026-08-25T07:34:03.608Z Checking uuid v1.23.4
19902026-08-25T07:34:03.655Z Checking zeroize v1.9.0
19912026-08-25T07:34:03.655Z Checking bytes v1.11.1
19922026-08-25T07:34:03.658Z Checking chrono v0.4.45
19932026-08-25T07:34:03.850Z Checking socket2 v0.6.3
19942026-08-25T07:34:03.900Z Checking semver v1.0.28
19952026-08-25T07:34:03.954Z Checking thiserror v2.0.18
19962026-08-25T07:34:04.011Z Checking dyn-clone v1.0.20
19972026-08-25T07:34:04.098Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19982026-08-25T07:34:04.141Z Checking futures-core v0.3.32
19992026-08-25T07:34:04.144Z Checking icu_provider v2.1.1
20002026-08-25T07:34:04.173Z Checking rustix v1.1.4
20012026-08-25T07:34:04.178Z Checking equivalent v1.0.2
20022026-08-25T07:34:04.279Z Checking tokio v1.52.1
20032026-08-25T07:34:04.320Z Checking getrandom v0.2.17
20042026-08-25T07:34:04.361Z Checking cmov v0.5.4
20052026-08-25T07:34:04.432Z Checking icu_normalizer v2.1.1
20062026-08-25T07:34:04.471Z Checking icu_properties v2.1.2
20072026-08-25T07:34:04.511Z Checking rand_core v0.6.4
20082026-08-25T07:34:04.549Z Checking byteorder v1.5.0
20092026-08-25T07:34:04.608Z Checking ctutils v0.4.2
20102026-08-25T07:34:04.712Z Checking futures-sink v0.3.32
20112026-08-25T07:34:04.760Z Checking futures-io v0.3.32
20122026-08-25T07:34:04.799Z Checking futures-task v0.3.32
20132026-08-25T07:34:04.837Z Checking futures-channel v0.3.32
20142026-08-25T07:34:04.874Z Checking hybrid-array v0.4.13
20152026-08-25T07:34:04.908Z Checking slab v0.4.12
20162026-08-25T07:34:04.966Z Checking getrandom v0.3.4
20172026-08-25T07:34:05.048Z Checking generic-array v0.14.7
20182026-08-25T07:34:05.091Z Checking hashbrown v0.17.0
20192026-08-25T07:34:05.095Z Checking futures-util v0.3.32
20202026-08-25T07:34:05.156Z Checking fnv v1.0.7
20212026-08-25T07:34:05.276Z Checking regex-syntax v0.8.10
20222026-08-25T07:34:05.315Z Checking idna_adapter v1.2.1
20232026-08-25T07:34:05.460Z Checking idna v1.1.0
20242026-08-25T07:34:05.518Z Checking thiserror v1.0.69
20252026-08-25T07:34:05.568Z Checking indexmap v2.14.0
20262026-08-25T07:34:05.607Z Checking ppv-lite86 v0.2.21
20272026-08-25T07:34:05.645Z Checking const-oid v0.9.6
20282026-08-25T07:34:05.648Z Checking crypto-common v0.2.2
20292026-08-25T07:34:05.730Z Checking url v2.5.8
20302026-08-25T07:34:05.937Z Checking base64ct v1.8.3
20312026-08-25T07:34:06.169Z Checking crypto-common v0.1.7
20322026-08-25T07:34:06.211Z Checking block-buffer v0.12.1
20332026-08-25T07:34:06.215Z Checking schemars v0.8.22
20342026-08-25T07:34:06.318Z Checking base64 v0.22.1
20352026-08-25T07:34:06.358Z Checking block-buffer v0.10.4
20362026-08-25T07:34:06.364Z Checking utf8parse v0.2.2
20372026-08-25T07:34:06.431Z Checking rand_core v0.9.5
20382026-08-25T07:34:06.516Z Checking anstyle v1.0.14
20392026-08-25T07:34:06.554Z Checking digest v0.10.7
20402026-08-25T07:34:06.592Z Checking http v1.4.2
20412026-08-25T07:34:06.595Z Checking erased-serde v0.3.31
20422026-08-25T07:34:06.679Z Checking tracing-core v0.1.36
20432026-08-25T07:34:06.719Z Checking is_terminal_polyfill v1.70.2
20442026-08-25T07:34:06.778Z Checking colorchoice v1.0.4
20452026-08-25T07:34:06.836Z Checking const-oid v0.10.2
20462026-08-25T07:34:06.875Z Checking anstyle-query v1.1.5
20472026-08-25T07:34:06.914Z Checking rand_chacha v0.9.0
20482026-08-25T07:34:06.990Z Checking tracing v0.1.44
20492026-08-25T07:34:06.994Z Checking terminal_size v0.4.3
20502026-08-25T07:34:07.032Z Checking anstyle-parse v1.0.0
20512026-08-25T07:34:07.067Z Checking slog v2.8.2
20522026-08-25T07:34:07.135Z Checking fastrand v2.3.0
20532026-08-25T07:34:07.138Z Checking rand v0.9.2
20542026-08-25T07:34:07.204Z Checking ipnet v2.12.0
20552026-08-25T07:34:07.207Z Checking aho-corasick v1.1.4
20562026-08-25T07:34:07.277Z Checking unicode-ident v1.0.24
20572026-08-25T07:34:07.280Z Checking anstream v1.0.0
20582026-08-25T07:34:07.349Z Checking strsim v0.11.1
20592026-08-25T07:34:07.387Z Checking clap_lex v1.0.0
20602026-08-25T07:34:07.426Z Checking proc-macro2 v1.0.106
20612026-08-25T07:34:07.479Z Checking tempfile v3.27.0
20622026-08-25T07:34:07.521Z Checking tokio-util v0.7.18
20632026-08-25T07:34:07.560Z Checking digest v0.11.3
20642026-08-25T07:34:07.563Z Checking clap_builder v4.6.0
20652026-08-25T07:34:07.563Z Checking crossbeam-utils v0.8.21
20662026-08-25T07:34:07.666Z Checking allocator-api2 v0.2.21
20672026-08-25T07:34:07.705Z Checking cpufeatures v0.3.0
20682026-08-25T07:34:07.745Z Checking quote v1.0.45
20692026-08-25T07:34:07.783Z Checking ipnetwork v0.21.1
20702026-08-25T07:34:07.821Z Checking powerfmt v0.2.0
20712026-08-25T07:34:07.936Z Checking syn v2.0.117
20722026-08-25T07:34:07.942Z Checking regex-automata v0.4.14
20732026-08-25T07:34:08.008Z Checking httparse v1.10.1
20742026-08-25T07:34:08.012Z Checking deranged v0.5.8
20752026-08-25T07:34:08.012Z Checking num-conv v0.2.0
20762026-08-25T07:34:08.112Z Checking cpufeatures v0.2.17
20772026-08-25T07:34:08.150Z Checking time-core v0.1.8
20782026-08-25T07:34:08.187Z Checking num_threads v0.1.7
20792026-08-25T07:34:08.227Z Checking anyhow v1.0.104
20802026-08-25T07:34:08.263Z Checking rustls-pki-types v1.14.0
20812026-08-25T07:34:08.300Z Checking aws-lc-sys v0.40.0
20822026-08-25T07:34:08.338Z Checking untrusted v0.7.1
20832026-08-25T07:34:08.447Z Checking http-body v1.0.1
20842026-08-25T07:34:08.486Z Checking atomic-waker v1.1.2
20852026-08-25T07:34:08.574Z Checking hex v0.4.3
20862026-08-25T07:34:08.614Z Checking httpdate v1.0.3
20872026-08-25T07:34:08.618Z Checking simd-adler32 v0.3.8
20882026-08-25T07:34:08.784Z Checking try-lock v0.2.5
20892026-08-25T07:34:08.825Z Checking h2 v0.4.15
20902026-08-25T07:34:08.831Z Checking aws-lc-rs v1.16.3
20912026-08-25T07:34:08.897Z Checking spin v0.9.8
20922026-08-25T07:34:08.902Z Checking clap v4.6.1
20932026-08-25T07:34:08.965Z Checking want v0.3.1
20942026-08-25T07:34:09.003Z Checking time v0.3.47
20952026-08-25T07:34:09.042Z Checking tower-service v0.3.3
20962026-08-25T07:34:09.121Z Checking tower-layer v0.3.3
20972026-08-25T07:34:09.148Z Checking untrusted v0.9.0
20982026-08-25T07:34:09.174Z Checking adler2 v2.0.1
20992026-08-25T07:34:09.272Z Checking ryu v1.0.23
21002026-08-25T07:34:09.276Z Checking oxnet v0.1.6
21012026-08-25T07:34:09.346Z Checking miniz_oxide v0.8.9
21022026-08-25T07:34:09.439Z Checking pem-rfc7468 v0.7.0
21032026-08-25T07:34:09.586Z Checking unicode-width v0.2.0
21042026-08-25T07:34:09.630Z Checking flagset v0.4.7
21052026-08-25T07:34:09.670Z Checking rustls-webpki v0.103.13
21062026-08-25T07:34:09.718Z Checking block-padding v0.4.2
21072026-08-25T07:34:09.783Z Checking camino v1.2.5
21082026-08-25T07:34:09.792Z Checking der v0.7.10
21092026-08-25T07:34:09.905Z Checking mime v0.3.17
21102026-08-25T07:34:09.912Z Checking inout v0.2.2
21112026-08-25T07:34:10.087Z Checking pretty-hex v0.4.1
21122026-08-25T07:34:10.132Z Checking http-body-util v0.1.3
21132026-08-25T07:34:10.197Z Checking rustls v0.23.41
21142026-08-25T07:34:10.210Z Checking plain v0.2.3
21152026-08-25T07:34:10.214Z Checking cipher v0.5.2
21162026-08-25T07:34:10.241Z Checking rand_chacha v0.3.1
21172026-08-25T07:34:10.245Z Checking ucd-trie v0.1.7
21182026-08-25T07:34:10.346Z Checking openssl-probe v0.2.1
21192026-08-25T07:34:10.383Z Checking regex v1.12.3
21202026-08-25T07:34:10.467Z Checking pest v2.8.6
21212026-08-25T07:34:10.507Z Checking serde_urlencoded v0.7.1
21222026-08-25T07:34:10.514Z Checking rand v0.8.6
21232026-08-25T07:34:10.576Z Checking encoding_rs v0.8.35
21242026-08-25T07:34:10.618Z Checking spki v0.7.3
21252026-08-25T07:34:10.689Z Checking futures-executor v0.3.32
21262026-08-25T07:34:10.734Z Checking crc32fast v1.5.0
21272026-08-25T07:34:10.812Z Checking bit-vec v0.8.0
21282026-08-25T07:34:10.865Z Checking futures v0.3.32
21292026-08-25T07:34:10.919Z Checking wait-timeout v0.2.1
21302026-08-25T07:34:10.974Z Checking either v1.15.0
21312026-08-25T07:34:11.060Z Checking bit-set v0.8.0
21322026-08-25T07:34:11.101Z Checking pkcs8 v0.10.2
21332026-08-25T07:34:11.113Z Checking sync_wrapper v1.0.2
21342026-08-25T07:34:11.193Z Checking quick-error v1.2.3
21352026-08-25T07:34:11.239Z Checking rand_xorshift v0.4.0
21362026-08-25T07:34:11.277Z Checking tower v0.5.3
21372026-08-25T07:34:11.313Z Checking zlib-rs v0.6.2
21382026-08-25T07:34:11.352Z Checking rusty-fork v0.3.1
21392026-08-25T07:34:11.394Z Checking unarray v0.1.4
21402026-08-25T07:34:11.522Z Checking foldhash v0.2.0
21412026-08-25T07:34:11.560Z Checking iri-string v0.7.10
21422026-08-25T07:34:11.564Z Checking proptest v1.11.0
21432026-08-25T07:34:11.564Z Checking sha2 v0.10.9
21442026-08-25T07:34:11.666Z Checking hyper v1.10.1
21452026-08-25T07:34:11.708Z Checking hashbrown v0.16.1
21462026-08-25T07:34:11.712Z Checking openapiv3 v2.2.0
21472026-08-25T07:34:11.888Z Checking static_assertions v1.1.0
21482026-08-25T07:34:11.989Z Checking lazy_static v1.5.0
21492026-08-25T07:34:12.112Z Checking tinyvec_macros v0.1.1
21502026-08-25T07:34:12.202Z Checking tinyvec v1.10.0
21512026-08-25T07:34:12.243Z Checking rustls-native-certs v0.8.3
21522026-08-25T07:34:12.247Z Checking flate2 v1.1.9
21532026-08-25T07:34:12.420Z Checking tokio-rustls v0.26.4
21542026-08-25T07:34:12.459Z Checking hubpack v0.1.2
21552026-08-25T07:34:12.539Z Checking psl-types v2.0.11
21562026-08-25T07:34:12.581Z Checking cookie v0.18.1
21572026-08-25T07:34:12.585Z Checking tower-http v0.6.8
21582026-08-25T07:34:12.651Z Checking signature v2.2.0
21592026-08-25T07:34:12.656Z Checking hyper-util v0.1.20
21602026-08-25T07:34:12.722Z Checking publicsuffix v2.3.0
21612026-08-25T07:34:12.726Z Checking num-integer v0.1.46
21622026-08-25T07:34:12.808Z Checking strum v0.26.3
21632026-08-25T07:34:12.846Z Checking rustls-platform-verifier v0.6.2
21642026-08-25T07:34:12.904Z Checking cookie_store v0.22.1
21652026-08-25T07:34:12.907Z Checking ahash v0.8.12
21662026-08-25T07:34:12.983Z Checking scroll v0.13.0
21672026-08-25T07:34:13.013Z Checking unicode-width v0.1.14
21682026-08-25T07:34:13.017Z Checking serde_spanned v0.6.9
21692026-08-25T07:34:13.017Z Checking toml_datetime v0.6.11
21702026-08-25T07:34:13.155Z Checking memmap2 v0.9.10
21712026-08-25T07:34:13.207Z Checking data-encoding v2.10.0
21722026-08-25T07:34:13.238Z Checking goblin v0.10.5
21732026-08-25T07:34:13.280Z Checking dtrace-parser v0.3.0
21742026-08-25T07:34:13.314Z Checking bstr v1.12.1
21752026-08-25T07:34:13.321Z Checking hmac v0.12.1
21762026-08-25T07:34:13.383Z Checking thread-id v5.1.0
21772026-08-25T07:34:13.422Z Checking newtype-uuid v1.3.2
21782026-08-25T07:34:13.490Z Checking base64 v0.21.7
21792026-08-25T07:34:13.498Z Checking x509-cert v0.2.5
21802026-08-25T07:34:13.560Z Checking crossbeam-epoch v0.9.18
21812026-08-25T07:34:13.564Z Checking num-iter v0.1.45
21822026-08-25T07:34:13.641Z Checking daft v0.1.8
21832026-08-25T07:34:13.720Z Checking memoffset v0.9.1
21842026-08-25T07:34:13.755Z Checking scroll v0.12.0
21852026-08-25T07:34:13.759Z Checking zerocopy v0.7.35
21862026-08-25T07:34:13.828Z Checking rustix v0.38.44
21872026-08-25T07:34:13.838Z Checking env_filter v2.0.0
21882026-08-25T07:34:13.907Z Checking smawk v0.3.2
21892026-08-25T07:34:13.948Z Checking hyper-rustls v0.27.7
21902026-08-25T07:34:14.007Z Checking goblin v0.8.2
21912026-08-25T07:34:14.089Z Checking unicode-segmentation v1.12.0
21922026-08-25T07:34:14.104Z Checking unicode-linebreak v0.1.5
21932026-08-25T07:34:14.176Z Checking reqwest v0.13.2
21942026-08-25T07:34:14.216Z Checking tap v1.0.1
21952026-08-25T07:34:14.294Z Checking env_logger v0.11.11
21962026-08-25T07:34:14.330Z Checking num-bigint-dig v0.8.6
21972026-08-25T07:34:14.369Z Checking wyz v0.5.1
21982026-08-25T07:34:14.404Z Checking dtrace-parser v0.2.0
21992026-08-25T07:34:14.509Z Checking pkcs1 v0.7.5
22002026-08-25T07:34:14.567Z Checking ff v0.13.1
22012026-08-25T07:34:14.641Z Checking radium v0.7.0
22022026-08-25T07:34:14.687Z Checking thread-id v4.2.2
22032026-08-25T07:34:14.716Z Checking crc-catalog v2.4.0
22042026-08-25T07:34:14.757Z Checking same-file v1.0.6
22052026-08-25T07:34:14.787Z Checking base16ct v0.2.0
22062026-08-25T07:34:14.830Z Checking winnow v1.0.3
22072026-08-25T07:34:14.868Z Checking funty v2.0.0
22082026-08-25T07:34:14.944Z Checking walkdir v2.5.0
22092026-08-25T07:34:14.959Z Checking sec1 v0.7.3
22102026-08-25T07:34:15.047Z Checking crc v3.4.0
22112026-08-25T07:34:15.092Z Checking group v0.13.0
22122026-08-25T07:34:15.150Z Checking rsa v0.9.10
22132026-08-25T07:34:15.187Z Checking nix v0.31.2
22142026-08-25T07:34:15.226Z Checking bitvec v1.0.1
22152026-08-25T07:34:15.261Z Checking hkdf v0.12.4
22162026-08-25T07:34:15.265Z Checking unicode-normalization v0.1.25
22172026-08-25T07:34:15.464Z Checking crypto-bigint v0.5.5
22182026-08-25T07:34:15.551Z Checking dof v0.4.0
22192026-08-25T07:34:15.628Z Checking zerocopy v0.6.6
22202026-08-25T07:34:15.685Z Checking maybe-uninit v2.0.0
22212026-08-25T07:34:15.725Z Checking is_ci v1.2.0
22222026-08-25T07:34:15.780Z Checking gimli v0.32.3
22232026-08-25T07:34:15.850Z Checking foreign-types-shared v0.1.1
22242026-08-25T07:34:15.935Z Checking dof v0.3.0
22252026-08-25T07:34:15.963Z Checking winnow v0.5.40
22262026-08-25T07:34:15.986Z Checking nodrop v0.1.14
22272026-08-25T07:34:16.142Z Checking foldhash v0.1.5
22282026-08-25T07:34:16.257Z Checking usdt-impl v0.6.0
22292026-08-25T07:34:16.281Z Checking usdt-impl v0.5.0
22302026-08-25T07:34:16.292Z Checking hashbrown v0.15.5
22312026-08-25T07:34:16.407Z Checking array-init v0.0.4
22322026-08-25T07:34:16.449Z Checking elliptic-curve v0.13.8
22332026-08-25T07:34:16.507Z Checking usdt v0.6.0
22342026-08-25T07:34:16.546Z Checking foreign-types v0.3.2
22352026-08-25T07:34:16.584Z Checking packed_struct v0.10.1
22362026-08-25T07:34:16.640Z Checking smallvec v0.6.14
22372026-08-25T07:34:16.700Z Checking serde_with v3.21.0
22382026-08-25T07:34:16.740Z Checking bitfield v0.19.4
22392026-08-25T07:34:16.778Z Checking bzip2-sys v0.1.13+1.0.8
22402026-08-25T07:34:16.784Z Checking openssl-sys v0.9.117
22412026-08-25T07:34:17.269Z Checking object v0.37.3
22422026-08-25T07:34:17.273Z Checking siphasher v1.0.2
22432026-08-25T07:34:17.273Z Checking hashbrown v0.12.3
22442026-08-25T07:34:17.273Z Checking keccak v0.1.6
22452026-08-25T07:34:17.273Z Checking toml_edit v0.19.15
22462026-08-25T07:34:17.273Z Checking rustc-demangle v0.1.27
22472026-08-25T07:34:17.273Z Checking bitflags v1.3.2
22482026-08-25T07:34:17.327Z Checking addr2line v0.25.1
22492026-08-25T07:34:17.367Z Checking sha3 v0.10.8
22502026-08-25T07:34:17.444Z Checking openssl v0.10.80
22512026-08-25T07:34:17.482Z Checking indexmap v1.9.3
22522026-08-25T07:34:17.594Z Checking bzip2 v0.4.4
22532026-08-25T07:34:17.635Z Checking serde-hex v0.1.0
22542026-08-25T07:34:17.638Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22552026-08-25T07:34:17.787Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562026-08-25T07:34:17.823Z Checking toml_parser v1.1.2+spec-1.1.0
22572026-08-25T07:34:17.967Z Checking ron v0.8.1
22582026-08-25T07:34:18.201Z Checking toml v0.7.8
22592026-08-25T07:34:18.214Z Checking hashbrown v0.13.2
22602026-08-25T07:34:18.214Z Checking itertools v0.13.0
22612026-08-25T07:34:18.470Z Checking signal-hook v0.3.18
22622026-08-25T07:34:18.511Z Checking crc-any v2.5.0
22632026-08-25T07:34:18.621Z Checking managed v0.8.0
22642026-08-25T07:34:18.685Z Checking object v0.30.4
22652026-08-25T07:34:18.726Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22662026-08-25T07:34:18.827Z Checking zip v0.6.6
22672026-08-25T07:34:18.909Z Checking globset v0.4.18
22682026-08-25T07:34:19.117Z Checking backtrace v0.3.76
22692026-08-25T07:34:19.185Z Checking itertools v0.15.0
22702026-08-25T07:34:19.205Z Checking chacha20 v0.10.0
22712026-08-25T07:34:19.210Z Checking curve25519-dalek v4.1.3
22722026-08-25T07:34:19.265Z Checking winnow v0.7.14
22732026-08-25T07:34:19.433Z Checking backtrace-ext v0.2.1
22742026-08-25T07:34:19.473Z Checking toml_write v0.1.2
22752026-08-25T07:34:19.512Z Checking path-slash v0.1.5
22762026-08-25T07:34:19.569Z Checking native-tls v0.2.18
22772026-08-25T07:34:19.635Z Checking signal-hook-mio v0.2.5
22782026-08-25T07:34:19.674Z Checking textwrap v0.16.2
22792026-08-25T07:34:19.768Z Checking ed25519 v2.2.3
22802026-08-25T07:34:19.810Z Checking ref-cast v1.0.25
22812026-08-25T07:34:19.909Z Checking pin-project v1.1.11
22822026-08-25T07:34:19.950Z Checking jiff-core v0.1.0
22832026-08-25T07:34:19.987Z Checking tokio-native-tls v0.3.1
22842026-08-25T07:34:20.029Z Checking ed25519-dalek v2.2.0
22852026-08-25T07:34:20.074Z Checking pem v3.0.6
22862026-08-25T07:34:20.177Z Checking zstd-sys v2.0.16+zstd.1.5.7
22872026-08-25T07:34:20.257Z Checking owo-colors v4.3.0
22882026-08-25T07:34:20.301Z Checking fixedbitset v0.5.7
22892026-08-25T07:34:20.305Z Checking hyper-tls v0.6.0
22902026-08-25T07:34:20.375Z Checking zstd-safe v7.2.4
22912026-08-25T07:34:20.445Z Checking toml_edit v0.22.27
22922026-08-25T07:34:20.520Z Checking petgraph v0.8.3
22932026-08-25T07:34:20.562Z Checking snafu v0.8.9
22942026-08-25T07:34:20.566Z Checking crossterm v0.28.1
22952026-08-25T07:34:20.646Z Checking jiff v0.2.34
22962026-08-25T07:34:20.683Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22972026-08-25T07:34:20.757Z Checking supports-color v3.0.2
22982026-08-25T07:34:20.816Z Checking similar v2.7.0
22992026-08-25T07:34:20.854Z Checking fs-err v3.3.0
23002026-08-25T07:34:20.921Z Checking hash32 v0.2.1
23012026-08-25T07:34:21.107Z Checking serde-big-array v0.5.1
23022026-08-25T07:34:21.191Z Checking serde_plain v1.0.2
23032026-08-25T07:34:21.233Z Checking unicode-bidi v0.3.18
23042026-08-25T07:34:21.276Z Checking libbz2-rs-sys v0.2.2
23052026-08-25T07:34:21.330Z Checking typed-path v0.9.3
23062026-08-25T07:34:21.370Z Checking unicode-properties v0.1.4
23072026-08-25T07:34:21.545Z Checking bumpalo v3.20.2
23082026-08-25T07:34:21.587Z Checking predicates-core v1.0.10
23092026-08-25T07:34:21.587Z Checking stringprep v0.1.5
23102026-08-25T07:34:21.701Z Checking bzip2 v0.6.1
23112026-08-25T07:34:21.709Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23122026-08-25T07:34:21.753Z Checking heapless v0.7.17
23132026-08-25T07:34:21.791Z Checking zopfli v0.8.3
23142026-08-25T07:34:21.826Z Checking reqwest v0.12.28
23152026-08-25T07:34:21.868Z Checking zstd v0.13.3
23162026-08-25T07:34:22.074Z Checking hickory-proto v0.25.2
23172026-08-25T07:34:22.113Z Checking byte-wrapper v0.1.0
23182026-08-25T07:34:22.116Z Checking md-5 v0.10.6
23192026-08-25T07:34:22.116Z Checking float-cmp v0.10.0
23202026-08-25T07:34:22.216Z Checking fallible-iterator v0.2.0
23212026-08-25T07:34:22.219Z Checking supports-unicode v3.0.0
23222026-08-25T07:34:22.302Z Checking normalize-line-endings v0.3.0
23232026-08-25T07:34:22.335Z Checking supports-hyperlinks v3.2.0
23242026-08-25T07:34:22.374Z Checking difflib v0.4.0
23252026-08-25T07:34:22.409Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23262026-08-25T07:34:22.445Z Checking smoltcp v0.9.1
23272026-08-25T07:34:22.480Z Checking miette v7.6.0
23282026-08-25T07:34:22.516Z Checking postgres-protocol v0.6.10
23292026-08-25T07:34:22.554Z Checking zip v4.6.1
23302026-08-25T07:34:23.051Z Checking predicates v3.1.4
23312026-08-25T07:34:23.075Z Checking iddqd v0.4.2
23322026-08-25T07:34:23.075Z Checking phf_shared v0.11.3
23332026-08-25T07:34:23.075Z Checking phf_shared v0.13.1
23342026-08-25T07:34:23.075Z Checking olpc-cjson v0.1.4
23352026-08-25T07:34:23.075Z Checking oxide-generation v0.1.3
23362026-08-25T07:34:23.088Z Checking tokio-stream v0.1.18
23372026-08-25T07:34:23.089Z Checking derive_more v2.1.1
23382026-08-25T07:34:23.150Z Checking strum v0.27.2
23392026-08-25T07:34:23.156Z Checking precomputed-hash v0.1.1
23402026-08-25T07:34:23.220Z Checking new_debug_unreachable v1.0.6
23412026-08-25T07:34:23.257Z Checking lalrpop-util v0.19.12
23422026-08-25T07:34:23.296Z Checking fixedbitset v0.4.2
23432026-08-25T07:34:23.300Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23442026-08-25T07:34:23.326Z Checking tough v0.22.0
23452026-08-25T07:34:23.396Z Checking string_cache v0.8.9
23462026-08-25T07:34:23.440Z Checking phf v0.13.1
23472026-08-25T07:34:23.479Z Checking petgraph v0.6.5
23482026-08-25T07:34:23.482Z Checking postgres-types v0.2.12
23492026-08-25T07:34:23.551Z Checking buf-list v1.1.2
23502026-08-25T07:34:23.591Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23512026-08-25T07:34:23.626Z Checking peg-runtime v0.8.5
23522026-08-25T07:34:23.759Z Checking whoami v2.1.0
23532026-08-25T07:34:23.854Z Checking is-terminal v0.4.17
23542026-08-25T07:34:23.892Z Checking crossbeam-channel v0.5.15
23552026-08-25T07:34:23.931Z Checking thread_local v1.1.9
23562026-08-25T07:34:23.975Z Checking tokio-postgres v0.7.16
23572026-08-25T07:34:23.981Z Checking term v1.2.1
23582026-08-25T07:34:24.124Z Checking take_mut v0.2.2
23592026-08-25T07:34:24.242Z Compiling newtype-uuid-macros v0.1.0
23602026-08-25T07:34:24.280Z Checking slog-async v2.8.0
23612026-08-25T07:34:24.287Z Checking slog-term v2.9.2
23622026-08-25T07:34:24.517Z Compiling multer v3.1.0
23632026-08-25T07:34:24.561Z Compiling async-stream-impl v0.3.6
23642026-08-25T07:34:24.732Z Checking match_cfg v0.1.0
23652026-08-25T07:34:24.808Z Checking slog-json v2.6.1
23662026-08-25T07:34:24.846Z Compiling dropshot v0.17.1
23672026-08-25T07:34:24.879Z Checking hostname v0.3.1
23682026-08-25T07:34:24.992Z Checking debug-ignore v1.0.5
23692026-08-25T07:34:25.033Z Checking slog-bunyan v2.5.0
23702026-08-25T07:34:25.036Z Compiling dropshot_endpoint v0.17.1
23712026-08-25T07:34:25.139Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23722026-08-25T07:34:25.175Z Checking serde_path_to_error v0.1.20
23732026-08-25T07:34:25.180Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23742026-08-25T07:34:25.246Z Checking sha1 v0.11.0
23752026-08-25T07:34:25.281Z Checking serde_spanned v1.1.1
23762026-08-25T07:34:25.371Z Checking toml_datetime v1.1.1+spec-1.1.0
23772026-08-25T07:34:25.432Z Checking toml_writer v1.1.1+spec-1.1.0
23782026-08-25T07:34:25.475Z Checking compression-core v0.4.31
23792026-08-25T07:34:25.478Z Checking progenitor-client v0.14.0
23802026-08-25T07:34:25.596Z Checking async-stream v0.3.6
23812026-08-25T07:34:25.632Z Checking compression-codecs v0.4.37
23822026-08-25T07:34:25.667Z Checking waitgroup v0.1.2
23832026-08-25T07:34:25.705Z Checking toml v1.1.2+spec-1.1.0
23842026-08-25T07:34:25.788Z Checking rustls-pemfile v2.2.0
23852026-08-25T07:34:25.803Z Checking hostname v0.4.2
23862026-08-25T07:34:25.852Z Checking atomicwrites v0.4.4
23872026-08-25T07:34:25.865Z Checking async-compression v0.4.41
23882026-08-25T07:34:25.865Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23892026-08-25T07:34:25.978Z Compiling parse-display-derive v0.10.0
23902026-08-25T07:34:25.981Z Checking macaddr v1.0.1
23912026-08-25T07:34:25.981Z Checking regress v0.10.5
23922026-08-25T07:34:26.091Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23932026-08-25T07:34:26.096Z Checking instant v0.1.13
23942026-08-25T07:34:26.170Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-08-25T07:34:26.219Z Checking itertools v0.14.0
23962026-08-25T07:34:26.256Z Checking backoff v0.4.0
23972026-08-25T07:34:26.344Z Checking backon v1.6.0
23982026-08-25T07:34:26.412Z Checking humantime v2.3.0
23992026-08-25T07:34:26.465Z Compiling convert_case v0.4.0
24002026-08-25T07:34:26.524Z Checking half v2.7.1
24012026-08-25T07:34:26.561Z Checking progenitor-extras v0.2.0
24022026-08-25T07:34:26.617Z Checking ciborium-io v0.2.2
24032026-08-25T07:34:26.736Z Checking heck v0.5.0
24042026-08-25T07:34:26.817Z Checking ciborium-ll v0.2.2
24052026-08-25T07:34:26.821Z Checking secrecy v0.10.3
24062026-08-25T07:34:26.886Z Compiling derive_more v0.99.20
24072026-08-25T07:34:26.890Z Checking camino-tempfile v1.4.1
24082026-08-25T07:34:26.995Z Checking indent_write v2.2.0
24092026-08-25T07:34:27.034Z Checking ciborium v0.2.2
24102026-08-25T07:34:27.104Z Compiling crucible-workspace-hack v0.1.0
24112026-08-25T07:34:27.151Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24122026-08-25T07:34:27.294Z Compiling regress v0.11.1
24132026-08-25T07:34:27.473Z Checking inout v0.1.4
24142026-08-25T07:34:27.476Z Checking universal-hash v0.5.1
24152026-08-25T07:34:27.508Z Compiling thiserror-impl-no-std v2.0.2
24162026-08-25T07:34:27.580Z Checking opaque-debug v0.3.1
24172026-08-25T07:34:27.639Z Checking parse-display v0.10.0
24182026-08-25T07:34:27.643Z Checking cipher v0.4.4
24192026-08-25T07:34:27.710Z Checking blake2 v0.10.6
24202026-08-25T07:34:27.713Z Checking poly1305 v0.8.0
24212026-08-25T07:34:27.811Z Checking aead v0.5.2
24222026-08-25T07:34:27.901Z Checking chacha20 v0.9.1
24232026-08-25T07:34:27.970Z Checking password-hash v0.5.0
24242026-08-25T07:34:28.007Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24252026-08-25T07:34:28.045Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24262026-08-25T07:34:28.130Z Checking chacha20poly1305 v0.10.1
24272026-08-25T07:34:28.218Z Checking argon2 v0.5.3
24282026-08-25T07:34:28.278Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24292026-08-25T07:34:28.427Z Compiling unsafe-libyaml v0.2.11
24302026-08-25T07:34:28.540Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24312026-08-25T07:34:28.581Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24322026-08-25T07:34:28.710Z Checking thiserror-no-std v2.0.2
24332026-08-25T07:34:28.760Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24342026-08-25T07:34:28.822Z Compiling typify-impl v0.6.2
24352026-08-25T07:34:28.859Z Checking vsss-rs v3.3.4
24362026-08-25T07:34:29.195Z Compiling serde_yaml v0.9.34+deprecated
24372026-08-25T07:34:29.438Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24382026-08-25T07:34:29.992Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24392026-08-25T07:34:30.175Z Checking swrite v0.1.0
24402026-08-25T07:34:30.221Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24412026-08-25T07:34:30.299Z Checking crossbeam-deque v0.8.6
24422026-08-25T07:34:30.340Z Compiling rayon-core v1.13.0
24432026-08-25T07:34:30.442Z Compiling num-derive v0.4.2
24442026-08-25T07:34:30.507Z Compiling toml_datetime v0.7.5+spec-1.1.0
24452026-08-25T07:34:30.641Z Compiling proc-macro-error v1.0.4
24462026-08-25T07:34:30.776Z Compiling toml_edit v0.23.10+spec-1.0.0
24472026-08-25T07:34:30.987Z Checking rayon v1.11.0
24482026-08-25T07:34:30.990Z Checking tabwriter v1.4.1
24492026-08-25T07:34:31.060Z Compiling illumos-nvpair-sys v0.2.0
24502026-08-25T07:34:31.161Z Checking glob v0.3.3
24512026-08-25T07:34:31.198Z Compiling heapless v0.8.0
24522026-08-25T07:34:31.382Z Compiling proc-macro-crate v3.4.0
24532026-08-25T07:34:31.411Z Checking hash32 v0.3.1
24542026-08-25T07:34:31.464Z Compiling ingot-macros v0.2.0
24552026-08-25T07:34:31.562Z Compiling smoltcp v0.11.0
24562026-08-25T07:34:31.711Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24572026-08-25T07:34:31.879Z Checking colored v3.1.1
24582026-08-25T07:34:31.993Z Compiling num_enum_derive v0.7.6
24592026-08-25T07:34:32.069Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-08-25T07:34:32.107Z Checking illumos-nvpair v0.3.0
24612026-08-25T07:34:32.110Z Checking toml v0.8.23
24622026-08-25T07:34:32.287Z Checking cobs v0.3.0
24632026-08-25T07:34:32.432Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24642026-08-25T07:34:32.469Z Checking postcard v1.1.3
24652026-08-25T07:34:32.540Z Checking rand v0.10.1
24662026-08-25T07:34:32.685Z Compiling proc-macro-crate v1.3.1
24672026-08-25T07:34:32.786Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24682026-08-25T07:34:33.016Z Checking sigpipe v0.1.3
24692026-08-25T07:34:33.020Z Checking num_enum v0.7.6
24702026-08-25T07:34:33.088Z Compiling foreign-types-macros v0.2.3
24712026-08-25T07:34:33.123Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24722026-08-25T07:34:33.154Z Checking foreign-types-shared v0.3.1
24732026-08-25T07:34:33.194Z Compiling num_enum_derive v0.5.11
24742026-08-25T07:34:33.322Z Compiling typify-macro v0.6.2
24752026-08-25T07:34:33.449Z Compiling usdt-attr-macro v0.5.0
24762026-08-25T07:34:33.541Z Compiling usdt-macro v0.5.0
24772026-08-25T07:34:33.694Z Checking foreign-types v0.5.0
24782026-08-25T07:34:33.731Z Checking memmap v0.7.0
24792026-08-25T07:34:33.800Z Checking cstr-argument v0.1.2
24802026-08-25T07:34:33.888Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24812026-08-25T07:34:33.961Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24822026-08-25T07:34:34.236Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24832026-08-25T07:34:34.274Z Checking num_enum v0.5.11
24842026-08-25T07:34:34.277Z Checking ingot-types v0.2.0
24852026-08-25T07:34:34.343Z Checking usdt v0.5.0
24862026-08-25T07:34:34.346Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24872026-08-25T07:34:34.413Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24882026-08-25T07:34:34.419Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24892026-08-25T07:34:34.515Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24902026-08-25T07:34:34.551Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24912026-08-25T07:34:34.585Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24922026-08-25T07:34:34.622Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24932026-08-25T07:34:34.693Z Checking ingot v0.2.1
24942026-08-25T07:34:34.697Z Compiling zone_cfg_derive v0.3.1
24952026-08-25T07:34:34.763Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24962026-08-25T07:34:34.817Z Checking itertools v0.12.1
24972026-08-25T07:34:34.953Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24982026-08-25T07:34:35.051Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24992026-08-25T07:34:35.057Z Compiling typify v0.6.2
25002026-08-25T07:34:35.233Z Compiling progenitor-impl v0.14.0
25012026-08-25T07:34:35.374Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25022026-08-25T07:34:35.455Z Checking smf v0.2.3
25032026-08-25T07:34:35.491Z Checking whoami v1.6.1
25042026-08-25T07:34:35.617Z Compiling derive-where v1.6.0
25052026-08-25T07:34:35.686Z Checking tokio-dtrace v0.1.1
25062026-08-25T07:34:35.725Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-08-25T07:34:35.827Z Checking zone v0.3.1
25082026-08-25T07:34:35.956Z Checking oxide-tokio-rt v0.1.4
25092026-08-25T07:34:36.161Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-08-25T07:34:36.229Z Checking console v0.15.11
25112026-08-25T07:34:36.268Z Checking newline-converter v0.3.0
25122026-08-25T07:34:36.326Z Checking bytecount v0.6.9
25132026-08-25T07:34:36.390Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25142026-08-25T07:34:36.448Z Checking num-rational v0.4.2
25152026-08-25T07:34:36.463Z Checking num-complex v0.4.6
25162026-08-25T07:34:36.539Z Checking expectorate v1.2.0
25172026-08-25T07:34:36.699Z Compiling cancel-safe-futures v0.1.5
25182026-08-25T07:34:36.735Z Checking float-ord v0.3.2
25192026-08-25T07:34:36.824Z Checking num v0.4.3
25202026-08-25T07:34:36.865Z Checking linear-map v1.2.0
25212026-08-25T07:34:36.930Z Checking gethostname v0.5.0
25222026-08-25T07:34:37.003Z Checking oxide-update-engine-types v0.1.2
25232026-08-25T07:34:37.086Z Compiling prettyplease v0.2.37
25242026-08-25T07:34:37.089Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25252026-08-25T07:34:37.318Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25262026-08-25T07:34:37.532Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25272026-08-25T07:34:37.563Z Checking resolv-conf v0.7.6
25282026-08-25T07:34:37.609Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25292026-08-25T07:34:37.669Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25302026-08-25T07:34:37.774Z Checking papergrid v0.11.0
25312026-08-25T07:34:37.891Z Compiling progenitor-macro v0.14.0
25322026-08-25T07:34:37.927Z Checking oxide-update-engine v0.1.2
25332026-08-25T07:34:37.931Z Compiling tabled_derive v0.7.0
25342026-08-25T07:34:38.376Z Compiling slog-dtrace v0.3.0
25352026-08-25T07:34:38.564Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25362026-08-25T07:34:38.673Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25372026-08-25T07:34:38.920Z Checking tabled v0.15.0
25382026-08-25T07:34:39.177Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25392026-08-25T07:34:39.320Z Checking crossterm v0.29.0
25402026-08-25T07:34:39.395Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25412026-08-25T07:34:39.587Z Checking linked-hash-map v0.5.6
25422026-08-25T07:34:39.784Z Checking lru-cache v0.1.2
25432026-08-25T07:34:40.071Z Checking hickory-proto v0.24.4
25442026-08-25T07:34:40.167Z Checking fd-lock v4.0.4
25452026-08-25T07:34:40.685Z Checking vte v0.14.1
25462026-08-25T07:34:41.085Z Checking strip-ansi-escapes v0.2.1
25472026-08-25T07:34:42.231Z Checking nu-ansi-term v0.50.3
25482026-08-25T07:34:42.300Z Checking termtree v0.5.1
25492026-08-25T07:34:42.379Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25502026-08-25T07:34:42.446Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25512026-08-25T07:34:42.481Z Checking hickory-resolver v0.24.4
25522026-08-25T07:34:42.485Z Checking reedline v0.40.0
25532026-08-25T07:34:42.765Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
25542026-08-25T07:34:42.799Z Checking progenitor v0.14.0
25552026-08-25T07:34:42.970Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25562026-08-25T07:34:43.015Z Compiling minimal-lexical v0.2.1
25572026-08-25T07:34:43.304Z Checking qorb v0.4.1
25582026-08-25T07:34:43.410Z Compiling nom v7.1.3
25592026-08-25T07:34:43.643Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25602026-08-25T07:34:44.513Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25612026-08-25T07:34:44.618Z Compiling unicode-xid v0.2.6
25622026-08-25T07:34:44.750Z Checking display-error-chain v0.2.2
25632026-08-25T07:34:44.835Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25642026-08-25T07:34:45.013Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25652026-08-25T07:34:45.075Z Compiling ar_archive_writer v0.5.1
25662026-08-25T07:34:45.286Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25672026-08-25T07:34:45.324Z Checking csv-core v0.1.13
25682026-08-25T07:34:45.415Z Compiling stacker v0.1.23
25692026-08-25T07:34:45.526Z Checking csv v1.4.0
25702026-08-25T07:34:45.567Z Checking highway v1.3.0
25712026-08-25T07:34:45.570Z Compiling cfg_aliases v0.1.1
25722026-08-25T07:34:45.693Z Compiling semver v0.1.20
25732026-08-25T07:34:45.730Z Compiling nix v0.28.0
25742026-08-25T07:34:45.894Z Checking nibble_vec v0.1.0
25752026-08-25T07:34:45.942Z Compiling psm v0.1.30
25762026-08-25T07:34:45.979Z Compiling rustc_version v0.1.7
25772026-08-25T07:34:46.048Z Checking endian-type v0.1.2
25782026-08-25T07:34:46.084Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25792026-08-25T07:34:46.191Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25802026-08-25T07:34:46.227Z Checking radix_trie v0.2.1
25812026-08-25T07:34:46.263Z Compiling newtype_derive v0.1.6
25822026-08-25T07:34:46.499Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25832026-08-25T07:34:46.502Z Checking phf_shared v0.12.1
25842026-08-25T07:34:46.616Z Compiling recursive-proc-macro-impl v0.1.1
25852026-08-25T07:34:46.699Z Compiling chrono-tz v0.10.4
25862026-08-25T07:34:46.739Z Checking phf v0.12.1
25872026-08-25T07:34:47.003Z Compiling const_format_proc_macros v0.2.34
25882026-08-25T07:34:47.039Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25892026-08-25T07:34:47.073Z Checking recursive v0.1.1
25902026-08-25T07:34:47.076Z Compiling peg-macros v0.8.5
25912026-08-25T07:34:47.076Z Checking winnow v0.6.26
25922026-08-25T07:34:47.178Z Compiling sqlparser_derive v0.5.0
25932026-08-25T07:34:47.442Z Checking home v0.5.12
25942026-08-25T07:34:47.552Z Checking unicode_categories v0.1.1
25952026-08-25T07:34:47.817Z Checking const_format v0.2.35
25962026-08-25T07:34:47.900Z Checking rustyline v14.0.0
25972026-08-25T07:34:47.943Z Checking sqlparser v0.61.0
25982026-08-25T07:34:48.308Z Checking sqlformat v0.3.5
25992026-08-25T07:34:48.455Z Checking peg v0.8.5
26002026-08-25T07:34:48.560Z Checking bcs v0.1.6
26012026-08-25T07:34:48.607Z Checking nom v8.0.0
26022026-08-25T07:34:48.747Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26032026-08-25T07:34:48.751Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26042026-08-25T07:34:48.820Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26052026-08-25T07:34:48.966Z Compiling serde_tokenstream v0.3.0
26062026-08-25T07:34:49.160Z Checking steno v0.4.1
26072026-08-25T07:34:49.303Z Compiling oxide-generation-macros v0.2.0
26082026-08-25T07:34:49.340Z Checking sha1 v0.10.6
26092026-08-25T07:34:49.533Z Checking filetime v0.2.27
26102026-08-25T07:34:49.697Z Checking xattr v1.6.1
26112026-08-25T07:34:49.855Z Checking tar v0.4.46
26122026-08-25T07:34:50.104Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26132026-08-25T07:34:50.198Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26142026-08-25T07:34:50.263Z Checking subprocess v0.2.15
26152026-08-25T07:34:50.311Z Checking headers-core v0.3.0
26162026-08-25T07:34:50.406Z Checking yasna v0.5.2
26172026-08-25T07:34:50.447Z Checking headers v0.4.1
26182026-08-25T07:34:50.565Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26192026-08-25T07:34:50.604Z Checking port-file v0.1.0
26202026-08-25T07:34:50.806Z Checking dropshot-api-manager-types v0.8.0
26212026-08-25T07:34:50.844Z Checking rcgen v0.12.1
26222026-08-25T07:34:50.874Z Checking tagptr v0.2.0
26232026-08-25T07:34:50.950Z Checking utf-8 v0.7.6
26242026-08-25T07:34:51.006Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26252026-08-25T07:34:51.065Z Checking moka v0.12.13
26262026-08-25T07:34:51.115Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26272026-08-25T07:34:51.175Z Compiling libefi-sys v0.1.0
26282026-08-25T07:34:51.212Z Compiling bitfield-struct v0.6.2
26292026-08-25T07:34:51.573Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26302026-08-25T07:34:51.640Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26312026-08-25T07:34:51.676Z Checking tungstenite v0.21.0
26322026-08-25T07:34:51.750Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26332026-08-25T07:34:51.765Z Checking hickory-resolver v0.25.2
26342026-08-25T07:34:51.817Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26352026-08-25T07:34:51.872Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26362026-08-25T07:34:52.069Z Compiling xshell-macros v0.2.7
26372026-08-25T07:34:52.115Z Checking tokio-tungstenite v0.21.0
26382026-08-25T07:34:52.151Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26392026-08-25T07:34:52.408Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26402026-08-25T07:34:52.443Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26412026-08-25T07:34:52.479Z Checking xshell v0.2.7
26422026-08-25T07:34:52.511Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26432026-08-25T07:34:52.573Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26442026-08-25T07:34:52.689Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26452026-08-25T07:34:53.171Z Checking half v1.8.3
26462026-08-25T07:34:53.219Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26472026-08-25T07:34:53.353Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26482026-08-25T07:34:53.389Z Checking serde_cbor v0.11.2
26492026-08-25T07:34:53.439Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26502026-08-25T07:34:53.560Z Checking libscf-sys v1.2.0
26512026-08-25T07:34:53.614Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26522026-08-25T07:34:53.761Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26532026-08-25T07:34:53.790Z Checking papergrid v0.18.0
26542026-08-25T07:34:53.947Z Checking maplit v1.0.2
26552026-08-25T07:34:54.059Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26562026-08-25T07:34:54.163Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26572026-08-25T07:34:54.167Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26582026-08-25T07:34:54.251Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26592026-08-25T07:34:54.606Z Checking tabled v0.21.0
26602026-08-25T07:34:54.751Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26612026-08-25T07:34:54.787Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26622026-08-25T07:34:54.823Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26632026-08-25T07:34:54.881Z Checking crc8 v0.1.1
26642026-08-25T07:34:55.004Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26652026-08-25T07:34:55.040Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26662026-08-25T07:34:55.149Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26672026-08-25T07:34:55.152Z Checking unicase v2.9.0
26682026-08-25T07:34:55.278Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26692026-08-25T07:34:55.368Z Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
26702026-08-25T07:34:55.456Z Checking fxhash v0.2.1
26712026-08-25T07:34:55.604Z Checking sha2 v0.11.0
26722026-08-25T07:34:55.699Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26732026-08-25T07:34:55.903Z Compiling darling_core v0.21.3
26742026-08-25T07:34:56.327Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26752026-08-25T07:34:56.363Z Compiling vergen-lib v0.1.6
26762026-08-25T07:34:56.575Z Compiling diesel_derives v2.3.7
26772026-08-25T07:34:56.872Z Checking scheduled-thread-pool v0.2.7
26782026-08-25T07:34:56.907Z Compiling vergen-gitcl v1.0.8
26792026-08-25T07:34:57.049Z Compiling diesel_table_macro_syntax v0.3.0
26802026-08-25T07:34:57.156Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26812026-08-25T07:34:57.203Z Checking r2d2 v0.8.10
26822026-08-25T07:34:57.415Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26832026-08-25T07:34:57.668Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26842026-08-25T07:34:57.794Z Checking downcast-rs v2.0.2
26852026-08-25T07:34:57.972Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-08-25T07:34:58.118Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26872026-08-25T07:34:58.406Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26882026-08-25T07:34:58.443Z Compiling darling_macro v0.21.3
26892026-08-25T07:34:58.496Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26902026-08-25T07:34:58.625Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26912026-08-25T07:34:58.668Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26922026-08-25T07:34:58.861Z Checking kstat-rs v0.2.5
26932026-08-25T07:34:58.918Z Compiling darling v0.21.3
26942026-08-25T07:34:59.009Z Compiling proc-macro-error-attr2 v2.0.0
26952026-08-25T07:34:59.044Z Compiling dsl_auto_type v0.2.0
26962026-08-25T07:34:59.113Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26972026-08-25T07:34:59.177Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26982026-08-25T07:34:59.213Z Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
26992026-08-25T07:34:59.452Z Compiling proc-macro-error2 v2.0.1
27002026-08-25T07:34:59.479Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
27012026-08-25T07:34:59.699Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27022026-08-25T07:34:59.767Z Compiling knus-derive v3.4.0
27032026-08-25T07:34:59.803Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27042026-08-25T07:35:00.042Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
27052026-08-25T07:35:00.973Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27062026-08-25T07:35:01.022Z Compiling dirs-sys-next v0.1.2
27072026-08-25T07:35:01.157Z Compiling salty v0.3.0
27082026-08-25T07:35:01.248Z Compiling crunchy v0.2.4
27092026-08-25T07:35:01.309Z Compiling parking_lot_core v0.8.6
27102026-08-25T07:35:01.342Z Compiling dirs-next v2.0.0
27112026-08-25T07:35:01.463Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27122026-08-25T07:35:01.498Z Compiling clang-sys v1.8.1
27132026-08-25T07:35:01.582Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27142026-08-25T07:35:01.657Z Compiling git-stub v1.0.0
27152026-08-25T07:35:01.703Z Compiling tiny-keccak v2.0.2
27162026-08-25T07:35:01.850Z Compiling git-stub-vcs v0.1.0
27172026-08-25T07:35:01.980Z Compiling term v0.7.0
27182026-08-25T07:35:02.089Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27192026-08-25T07:35:02.135Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27202026-08-25T07:35:02.197Z Compiling bit-vec v0.6.3
27212026-08-25T07:35:02.334Z Compiling ascii-canvas v3.0.0
27222026-08-25T07:35:02.420Z Compiling bit-set v0.5.3
27232026-08-25T07:35:02.454Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27242026-08-25T07:35:02.585Z Checking parking_lot v0.11.2
27252026-08-25T07:35:02.620Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27262026-08-25T07:35:02.769Z Checking rfc6979 v0.4.0
27272026-08-25T07:35:02.805Z Checking prefix-trie v0.7.0
27282026-08-25T07:35:02.920Z Compiling hashbrown v0.14.5
27292026-08-25T07:35:03.051Z Compiling itertools v0.10.5
27302026-08-25T07:35:03.114Z Compiling ena v0.14.4
27312026-08-25T07:35:03.154Z Compiling libloading v0.8.9
27322026-08-25T07:35:03.376Z Compiling bindgen v0.71.1
27332026-08-25T07:35:03.395Z Compiling regex-syntax v0.6.29
27342026-08-25T07:35:03.494Z Compiling diff v0.1.13
27352026-08-25T07:35:03.786Z Compiling chumsky v0.9.3
27362026-08-25T07:35:04.131Z Checking hickory-server v0.25.2
27372026-08-25T07:35:04.919Z Checking diesel v2.3.7
27382026-08-25T07:35:04.984Z Compiling lalrpop v0.19.12
27392026-08-25T07:35:05.095Z Compiling ecdsa v0.16.9
27402026-08-25T07:35:05.463Z Checking sled v0.34.7
27412026-08-25T07:35:05.516Z Compiling cexpr v0.6.0
27422026-08-25T07:35:05.800Z Checking primeorder v0.13.6
27432026-08-25T07:35:06.122Z Checking nanorand v0.7.0
27442026-08-25T07:35:06.351Z Compiling rustc-hash v2.1.1
27452026-08-25T07:35:06.515Z Compiling p384 v0.13.1
27462026-08-25T07:35:06.553Z Checking flume v0.11.1
27472026-08-25T07:35:06.867Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27482026-08-25T07:35:07.099Z Compiling knus v3.4.0
27492026-08-25T07:35:07.180Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27502026-08-25T07:35:07.411Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27512026-08-25T07:35:07.585Z Compiling libxml v0.3.3
27522026-08-25T07:35:07.624Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27532026-08-25T07:35:07.739Z Checking assert_matches v1.5.0
27542026-08-25T07:35:07.895Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27552026-08-25T07:35:08.000Z Compiling strum_macros v0.24.3
27562026-08-25T07:35:08.034Z Compiling indoc v1.0.9
27572026-08-25T07:35:08.737Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27582026-08-25T07:35:08.952Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27592026-08-25T07:35:09.215Z Checking quick-xml v0.37.5
27602026-08-25T07:35:09.296Z Checking derive_builder v0.20.2
27612026-08-25T07:35:09.330Z Compiling oso-derive v0.27.3
27622026-08-25T07:35:09.435Z Compiling trait-variant v0.1.2
27632026-08-25T07:35:09.839Z Compiling impl-trait-for-tuples v0.2.3
27642026-08-25T07:35:10.001Z Checking openssl-probe v0.1.6
27652026-08-25T07:35:10.093Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27662026-08-25T07:35:10.184Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27672026-08-25T07:35:10.424Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27682026-08-25T07:35:10.886Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27692026-08-25T07:35:10.986Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27702026-08-25T07:35:11.115Z Checking corncobs v0.1.4
27712026-08-25T07:35:11.270Z Checking predicates-tree v1.0.13
27722026-08-25T07:35:11.304Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27732026-08-25T07:35:11.403Z Compiling progenitor-impl v0.13.0
27742026-08-25T07:35:11.438Z Checking secrecy v0.8.0
27752026-08-25T07:35:11.589Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27762026-08-25T07:35:12.147Z Checking progenitor-client v0.13.0
27772026-08-25T07:35:12.420Z Checking anstyle-parse v0.2.7
27782026-08-25T07:35:12.527Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27792026-08-25T07:35:12.562Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27802026-08-25T07:35:12.606Z Checking anstream v0.6.21
27812026-08-25T07:35:12.742Z Checking bb8 v0.8.6
27822026-08-25T07:35:13.086Z Compiling mime_guess v2.0.5
27832026-08-25T07:35:13.133Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27842026-08-25T07:35:13.354Z Checking ignore v0.4.25
27852026-08-25T07:35:13.644Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27862026-08-25T07:35:13.788Z Checking http-range v0.1.5
27872026-08-25T07:35:13.823Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27882026-08-25T07:35:13.946Z Checking globwalk v0.9.1
27892026-08-25T07:35:14.015Z Compiling progenitor-macro v0.13.0
27902026-08-25T07:35:14.285Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27912026-08-25T07:35:14.690Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27922026-08-25T07:35:14.794Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27932026-08-25T07:35:15.305Z Checking digest-io v0.1.0
27942026-08-25T07:35:15.474Z Checking rawzip v0.4.4
27952026-08-25T07:35:15.823Z Checking nonempty v0.12.0
27962026-08-25T07:35:16.077Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27972026-08-25T07:35:16.107Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27982026-08-25T07:35:16.416Z Checking camino-tempfile-ext v0.3.3
27992026-08-25T07:35:16.657Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28002026-08-25T07:35:16.846Z Checking hyper-staticfile v0.10.1
28012026-08-25T07:35:17.252Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28022026-08-25T07:35:17.290Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28032026-08-25T07:35:17.489Z Checking signal-hook-tokio v0.3.1
28042026-08-25T07:35:17.650Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-08-25T07:35:17.885Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28062026-08-25T07:35:17.936Z Checking scuffle v0.1.0
28072026-08-25T07:35:18.132Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28082026-08-25T07:35:18.297Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28092026-08-25T07:35:18.445Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28102026-08-25T07:35:18.633Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28112026-08-25T07:35:18.722Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28122026-08-25T07:35:18.770Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28132026-08-25T07:35:18.964Z Checking async-bb8-diesel v0.2.1
28142026-08-25T07:35:18.998Z Checking progenitor v0.13.0
28152026-08-25T07:35:19.175Z Checking diesel-dtrace v0.5.0
28162026-08-25T07:35:19.398Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28172026-08-25T07:35:19.449Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28182026-08-25T07:35:19.613Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28192026-08-25T07:35:19.765Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28202026-08-25T07:35:19.967Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28212026-08-25T07:35:20.167Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28222026-08-25T07:35:20.228Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
28232026-08-25T07:35:20.666Z Checking tungstenite v0.23.0
28242026-08-25T07:35:20.819Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28252026-08-25T07:35:21.017Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28262026-08-25T07:35:21.151Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28272026-08-25T07:35:22.359Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28282026-08-25T07:35:22.823Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28292026-08-25T07:35:22.857Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28302026-08-25T07:35:23.220Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28312026-08-25T07:35:23.655Z Checking rand_seeder v0.4.0
28322026-08-25T07:35:23.836Z Checking tokio-tungstenite v0.23.1
28332026-08-25T07:35:24.021Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28342026-08-25T07:35:24.134Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28352026-08-25T07:35:24.226Z Checking void v1.0.2
28362026-08-25T07:35:24.390Z Checking lzss v0.8.2
28372026-08-25T07:35:24.424Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28382026-08-25T07:35:24.459Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28392026-08-25T07:35:24.610Z Checking nix v0.27.1
28402026-08-25T07:35:24.647Z Checking serde_bytes v0.11.19
28412026-08-25T07:35:24.681Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28422026-08-25T07:35:25.201Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28432026-08-25T07:35:25.440Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28442026-08-25T07:35:25.807Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28452026-08-25T07:35:26.035Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28462026-08-25T07:35:26.364Z Checking yansi v1.0.1
28472026-08-25T07:35:26.474Z Checking cpubits v0.1.1
28482026-08-25T07:35:26.538Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28492026-08-25T07:35:26.589Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28502026-08-25T07:35:26.644Z Checking pretty_assertions v1.4.1
28512026-08-25T07:35:26.809Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28522026-08-25T07:35:26.843Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28532026-08-25T07:35:27.108Z Checking pem-rfc7468 v1.0.0
28542026-08-25T07:35:27.305Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28552026-08-25T07:35:27.530Z Compiling libz-sys v1.1.24
28562026-08-25T07:35:27.701Z Compiling instability v0.3.11
28572026-08-25T07:35:28.058Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28582026-08-25T07:35:28.096Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28592026-08-25T07:35:28.284Z Checking hmac v0.13.0
28602026-08-25T07:35:28.476Z Checking universal-hash v0.6.1
28612026-08-25T07:35:28.513Z Checking castaway v0.2.4
28622026-08-25T07:35:28.641Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28632026-08-25T07:35:28.675Z Compiling indoc v2.0.7
28642026-08-25T07:35:28.850Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28652026-08-25T07:35:28.885Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28662026-08-25T07:35:29.051Z Checking compact_str v0.8.1
28672026-08-25T07:35:29.438Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28682026-08-25T07:35:29.544Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28692026-08-25T07:35:29.765Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28702026-08-25T07:35:29.800Z Checking unicode-truncate v1.1.0
28712026-08-25T07:35:29.882Z Checking lru v0.12.5
28722026-08-25T07:35:29.978Z Compiling libgit2-sys v0.18.3+1.9.2
28732026-08-25T07:35:30.097Z Checking cassowary v0.3.0
28742026-08-25T07:35:30.291Z Checking polyval v0.7.1
28752026-08-25T07:35:30.325Z Checking ratatui v0.29.0
28762026-08-25T07:35:30.639Z Checking der v0.8.0
28772026-08-25T07:35:31.014Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28782026-08-25T07:35:31.493Z Checking arc-swap v1.8.2
28792026-08-25T07:35:31.700Z Checking ghash v0.6.0
28802026-08-25T07:35:31.752Z Checking slog-scope v4.4.1
28812026-08-25T07:35:31.857Z Checking pbkdf2 v0.13.0
28822026-08-25T07:35:31.920Z Checking crypto-bigint v0.7.5
28832026-08-25T07:35:32.011Z Checking aes v0.9.1
28842026-08-25T07:35:32.264Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28852026-08-25T07:35:32.434Z Checking ctr v0.10.1
28862026-08-25T07:35:32.502Z Checking aead v0.6.1
28872026-08-25T07:35:32.639Z Checking console v0.16.2
28882026-08-25T07:35:32.675Z Checking cargo-platform v0.3.2
28892026-08-25T07:35:32.885Z Compiling vergen-git2 v9.1.0
28902026-08-25T07:35:32.971Z Checking unit-prefix v0.5.2
28912026-08-25T07:35:33.134Z Checking indicatif v0.18.4
28922026-08-25T07:35:33.178Z Checking cargo_metadata v0.23.1
28932026-08-25T07:35:33.533Z Checking aes-gcm v0.11.0
28942026-08-25T07:35:33.756Z Checking slog-stdlog v4.1.1
28952026-08-25T07:35:33.888Z Checking spki v0.8.0
28962026-08-25T07:35:33.948Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28972026-08-25T07:35:34.099Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28982026-08-25T07:35:34.141Z Checking colored v2.2.0
28992026-08-25T07:35:34.313Z Checking salsa20 v0.11.0
29002026-08-25T07:35:34.372Z Checking libsw-core v0.3.2
29012026-08-25T07:35:34.491Z Checking plotters-backend v0.3.7
29022026-08-25T07:35:34.552Z Checking libsw v3.5.0
29032026-08-25T07:35:34.743Z Checking plotters-svg v0.3.7
29042026-08-25T07:35:34.758Z Checking scrypt v0.12.0
29052026-08-25T07:35:34.942Z Checking slog-envlogger v2.2.0
29062026-08-25T07:35:34.977Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29072026-08-25T07:35:35.124Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29082026-08-25T07:35:35.331Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29092026-08-25T07:35:35.366Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29102026-08-25T07:35:35.551Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29112026-08-25T07:35:35.585Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29122026-08-25T07:35:35.770Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29132026-08-25T07:35:35.806Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29142026-08-25T07:35:35.973Z Checking cbc v0.2.1
29152026-08-25T07:35:36.007Z Checking cast v0.3.0
29162026-08-25T07:35:36.186Z Checking criterion-plot v0.6.0
29172026-08-25T07:35:36.193Z Checking pkcs5 v0.8.1
29182026-08-25T07:35:36.501Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29192026-08-25T07:35:36.739Z Checking plotters v0.3.7
29202026-08-25T07:35:36.783Z Checking oxide-update-engine-display v0.1.2
29212026-08-25T07:35:37.120Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29222026-08-25T07:35:37.497Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29232026-08-25T07:35:37.947Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29242026-08-25T07:35:38.304Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29252026-08-25T07:35:38.520Z Checking tokio-test v0.4.5
29262026-08-25T07:35:38.749Z Checking tinytemplate v1.2.1
29272026-08-25T07:35:38.994Z Checking shell-words v1.1.1
29282026-08-25T07:35:39.148Z Checking oorandom v11.1.5
29292026-08-25T07:35:39.293Z Checking anes v0.1.6
29302026-08-25T07:35:39.500Z Checking criterion v0.7.0
29312026-08-25T07:35:40.727Z Checking pkcs8 v0.11.0
29322026-08-25T07:35:40.970Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29332026-08-25T07:35:41.188Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29342026-08-25T07:35:41.592Z Checking twox-hash v2.1.2
29352026-08-25T07:35:41.923Z Checking atty v0.2.14
29362026-08-25T07:35:41.962Z Checking ff v0.14.0
29372026-08-25T07:35:42.102Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29382026-08-25T07:35:42.135Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29392026-08-25T07:35:42.299Z Checking fatfs v0.3.6
29402026-08-25T07:35:42.776Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29412026-08-25T07:35:42.936Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29422026-08-25T07:35:43.114Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29432026-08-25T07:35:43.149Z Compiling petname v2.0.2
29442026-08-25T07:35:43.654Z Checking arrayvec v0.7.6
29452026-08-25T07:35:43.872Z Compiling seq-macro v0.3.6
29462026-08-25T07:35:44.073Z Checking constant_time_eq v0.4.2
29472026-08-25T07:35:44.243Z Checking arrayref v0.3.9
29482026-08-25T07:35:44.394Z Checking group v0.14.0
29492026-08-25T07:35:44.431Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29502026-08-25T07:35:44.507Z Checking signature v3.0.0
29512026-08-25T07:35:44.585Z Checking base16ct v1.0.0
29522026-08-25T07:35:44.753Z Checking sec1 v0.8.1
29532026-08-25T07:35:44.984Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29542026-08-25T07:35:45.095Z Checking hkdf v0.13.0
29552026-08-25T07:35:45.159Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29562026-08-25T07:35:45.197Z Checking concurrent-queue v2.5.0
29572026-08-25T07:35:45.257Z Checking sapling-renderdag v0.1.0
29582026-08-25T07:35:45.344Z Checking sync-ptr v0.1.4
29592026-08-25T07:35:45.409Z Checking parking v2.2.1
29602026-08-25T07:35:45.486Z Checking elliptic-curve v0.14.1
29612026-08-25T07:35:45.520Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29622026-08-25T07:35:45.556Z Checking event-listener v5.4.1
29632026-08-25T07:35:45.810Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29642026-08-25T07:35:45.914Z Checking rtoolbox v0.0.3
29652026-08-25T07:35:46.074Z Checking rpassword v7.5.4
29662026-08-25T07:35:46.120Z Checking event-listener-strategy v0.5.4
29672026-08-25T07:35:46.268Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29682026-08-25T07:35:46.302Z Checking wnaf v0.14.0
29692026-08-25T07:35:46.500Z Checking primefield v0.14.0
29702026-08-25T07:35:46.592Z Compiling samael v0.0.19
29712026-08-25T07:35:46.735Z Checking rfc6979 v0.6.0
29722026-08-25T07:35:46.906Z Checking tui-tree-widget v0.23.1
29732026-08-25T07:35:47.128Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29742026-08-25T07:35:47.228Z Compiling blake3 v1.8.5
29752026-08-25T07:35:47.628Z Checking futures-timer v3.0.3
29762026-08-25T07:35:48.130Z Checking ecdsa v0.17.0
29772026-08-25T07:35:48.331Z Checking primeorder v0.14.0
29782026-08-25T07:35:48.558Z Checking async-lock v3.4.2
29792026-08-25T07:35:48.725Z Compiling curve25519-dalek v5.0.0
29802026-08-25T07:35:48.941Z Compiling strsim v0.10.0
29812026-08-25T07:35:48.977Z Checking async-object-pool v0.2.0
29822026-08-25T07:35:49.114Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29832026-08-25T07:35:49.226Z Compiling darling_core v0.13.4
29842026-08-25T07:35:51.076Z Checking ssh-encoding v0.3.0
29852026-08-25T07:35:51.334Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29862026-08-25T07:35:51.584Z Checking serde_regex v1.1.0
29872026-08-25T07:35:51.614Z Checking assert-json-diff v2.0.2
29882026-08-25T07:35:51.764Z Checking path-tree v0.8.3
29892026-08-25T07:35:51.805Z Checking keccak v0.2.0
29902026-08-25T07:35:51.839Z Checking stringmetrics v2.2.2
29912026-08-25T07:35:51.977Z Checking topological-sort v0.2.2
29922026-08-25T07:35:52.014Z Compiling darling_macro v0.13.4
29932026-08-25T07:35:52.084Z Checking httpmock v0.8.3
29942026-08-25T07:35:52.139Z Checking omicron-zone-package v0.12.3
29952026-08-25T07:35:52.523Z Checking ed25519 v3.0.0
29962026-08-25T07:35:52.755Z Checking crypto-primes v0.7.2
29972026-08-25T07:35:52.891Z Checking pkcs1 v0.8.0-rc.4
29982026-08-25T07:35:53.042Z Checking poly1305 v0.9.0
29992026-08-25T07:35:53.128Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30002026-08-25T07:35:53.343Z Checking blowfish v0.10.0
30012026-08-25T07:35:53.519Z Checking blake2 v0.11.0-rc.6
30022026-08-25T07:35:53.554Z Compiling target-lexicon v0.13.3
30032026-08-25T07:35:53.733Z Checking rsa v0.10.0-rc.18
30042026-08-25T07:35:53.808Z Checking argon2 v0.6.0-rc.8
30052026-08-25T07:35:54.124Z Checking bcrypt-pbkdf v0.11.0
30062026-08-25T07:35:54.158Z Checking ssh-cipher v0.3.0
30072026-08-25T07:35:54.252Z Checking ed25519-dalek v3.0.0
30082026-08-25T07:35:54.290Z Compiling darling v0.13.4
30092026-08-25T07:35:54.322Z Checking sha3 v0.11.0
30102026-08-25T07:35:54.392Z Checking p521 v0.14.0
30112026-08-25T07:35:54.426Z Checking p256 v0.14.0
30122026-08-25T07:35:54.520Z Checking p384 v0.14.0
30132026-08-25T07:35:54.694Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30142026-08-25T07:35:54.954Z Checking kem v0.3.0
30152026-08-25T07:35:55.106Z Checking module-lattice v0.2.3
30162026-08-25T07:35:55.190Z Checking socket2 v0.5.10
30172026-08-25T07:35:55.357Z Checking hex-literal v0.4.1
30182026-08-25T07:35:55.468Z Checking sponge-cursor v0.1.0
30192026-08-25T07:35:55.504Z Compiling guppy-workspace-hack v0.1.0
30202026-08-25T07:35:55.629Z Checking sha3 v0.12.0
30212026-08-25T07:35:55.757Z Checking ml-kem v0.3.2
30222026-08-25T07:35:55.862Z Compiling serde_with_macros v1.5.2
30232026-08-25T07:35:56.574Z Checking russh-cryptovec v0.62.0
30242026-08-25T07:35:56.717Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30252026-08-25T07:35:56.758Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30262026-08-25T07:35:56.762Z Checking internal-russh-num-bigint v0.5.0
30272026-08-25T07:35:57.427Z Checking ssh-key v0.7.0-rc.11
30282026-08-25T07:35:57.463Z Checking num-bigint v0.4.6
30292026-08-25T07:35:57.724Z Checking russh-util v0.52.0
30302026-08-25T07:35:57.778Z Compiling git2 v0.20.4
30312026-08-25T07:35:57.812Z Checking generic-array v1.4.3
30322026-08-25T07:35:58.339Z Compiling enum_dispatch v0.3.13
30332026-08-25T07:35:58.396Z Compiling delegate v0.13.5
30342026-08-25T07:35:58.430Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30352026-08-25T07:35:58.869Z Checking hex-literal v1.1.0
30362026-08-25T07:35:59.003Z Checking md5 v0.8.0
30372026-08-25T07:35:59.171Z Compiling target-spec v3.5.7
30382026-08-25T07:35:59.205Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30392026-08-25T07:35:59.358Z Checking russh v0.62.4
30402026-08-25T07:35:59.571Z Checking cfg-expr v0.20.6
30412026-08-25T07:35:59.854Z Compiling serde_with v1.14.0
30422026-08-25T07:36:00.577Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30432026-08-25T07:36:00.612Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30442026-08-25T07:36:00.789Z Checking internet-checksum v0.2.1
30452026-08-25T07:36:01.028Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30462026-08-25T07:36:01.080Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30472026-08-25T07:36:01.116Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30482026-08-25T07:36:01.238Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30492026-08-25T07:36:01.973Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30502026-08-25T07:36:02.162Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30512026-08-25T07:36:02.268Z Compiling polar-core v0.27.3
30522026-08-25T07:36:02.387Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30532026-08-25T07:36:02.555Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30542026-08-25T07:36:02.592Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30552026-08-25T07:36:02.597Z Checking httptest v0.16.4
30562026-08-25T07:36:02.726Z Checking pathdiff v0.2.3
30572026-08-25T07:36:02.845Z Checking nested v0.1.1
30582026-08-25T07:36:03.013Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30592026-08-25T07:36:03.016Z Checking similar-asserts v1.7.0
30602026-08-25T07:36:03.081Z Checking guppy v0.17.25
30612026-08-25T07:36:03.229Z Compiling target-triple v1.0.0
30622026-08-25T07:36:03.442Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30632026-08-25T07:36:03.574Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30642026-08-25T07:36:04.075Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30652026-08-25T07:36:04.138Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30662026-08-25T07:36:04.303Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30672026-08-25T07:36:04.364Z Checking hickory-client v0.25.2
30682026-08-25T07:36:04.913Z Checking supports-color v2.1.0
30692026-08-25T07:36:05.083Z Checking supports-unicode v2.1.0
30702026-08-25T07:36:05.198Z Checking supports-hyperlinks v2.1.0
30712026-08-25T07:36:05.234Z Checking textwrap v0.15.2
30722026-08-25T07:36:05.345Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30732026-08-25T07:36:05.469Z Checking terminal_size v0.1.17
30742026-08-25T07:36:05.520Z Compiling miette-derive v5.10.0
30752026-08-25T07:36:05.617Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30762026-08-25T07:36:06.110Z Compiling fs-err v2.11.0
30772026-08-25T07:36:06.338Z Checking owo-colors v3.5.0
30782026-08-25T07:36:06.733Z Checking escape8259 v0.5.3
30792026-08-25T07:36:06.893Z Compiling assert_cmd v2.1.2
30802026-08-25T07:36:06.896Z Checking miette v5.10.0
30812026-08-25T07:36:07.247Z Checking libtest-mimic v0.8.1
30822026-08-25T07:36:07.288Z Checking oso v0.27.3
30832026-08-25T07:36:07.507Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30842026-08-25T07:36:07.609Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30852026-08-25T07:36:07.988Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30862026-08-25T07:36:08.120Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30872026-08-25T07:36:08.189Z Checking blake2b_simd v1.0.4
30882026-08-25T07:36:08.549Z Checking support-bundle-viewer v0.1.2
30892026-08-25T07:36:08.597Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30902026-08-25T07:36:08.824Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30912026-08-25T07:36:08.860Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30922026-08-25T07:36:09.042Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30932026-08-25T07:36:09.045Z Compiling knuffel-derive v3.2.0
30942026-08-25T07:36:09.273Z Checking fancy-regex v0.14.0
30952026-08-25T07:36:09.313Z Checking serde_tokenstream v0.2.3
30962026-08-25T07:36:09.534Z Checking multimap v0.10.1
30972026-08-25T07:36:09.568Z Checking approx v0.5.1
30982026-08-25T07:36:09.647Z Checking uzers v0.12.2
30992026-08-25T07:36:09.729Z Compiling rstest_macros v0.25.0
31002026-08-25T07:36:09.732Z Compiling linkme-impl v0.3.35
31012026-08-25T07:36:09.835Z Checking constant_time_eq v0.3.1
31022026-08-25T07:36:09.885Z Checking termcolor v1.4.1
31032026-08-25T07:36:09.964Z Checking rust-argon2 v2.1.0
31042026-08-25T07:36:10.123Z Checking trybuild v1.0.116
31052026-08-25T07:36:10.161Z Checking datatest-stable v0.3.3
31062026-08-25T07:36:10.522Z Checking knuffel v3.2.0
31072026-08-25T07:36:10.557Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31082026-08-25T07:36:10.592Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31092026-08-25T07:36:10.830Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31102026-08-25T07:36:10.876Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31112026-08-25T07:36:10.937Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31122026-08-25T07:36:11.011Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31132026-08-25T07:36:11.160Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31142026-08-25T07:36:11.209Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31152026-08-25T07:36:11.243Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31162026-08-25T07:36:11.382Z Checking drift v0.2.0
31172026-08-25T07:36:11.431Z Checking rand_distr v0.5.1
31182026-08-25T07:36:11.614Z Compiling relative-path v1.9.3
31192026-08-25T07:36:11.723Z Checking parse-size v1.1.0
31202026-08-25T07:36:11.773Z Compiling linkme v0.3.35
31212026-08-25T07:36:11.870Z Checking dropshot-api-manager v0.8.0
31222026-08-25T07:36:11.905Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31232026-08-25T07:36:12.271Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31242026-08-25T07:36:13.032Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31252026-08-25T07:36:13.444Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31262026-08-25T07:36:13.832Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31272026-08-25T07:36:13.980Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31282026-08-25T07:36:14.044Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31292026-08-25T07:36:14.080Z Checking cargo_toml v0.21.0
31302026-08-25T07:36:14.561Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31312026-08-25T07:36:14.696Z Checking partial-io v0.5.4
31322026-08-25T07:36:14.737Z Checking termios v0.3.3
31332026-08-25T07:36:14.945Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31342026-08-25T07:36:15.468Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31352026-08-25T07:36:15.532Z Checking rstest v0.25.0
31362026-08-25T07:36:19.033Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31372026-08-25T07:36:20.085Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31382026-08-25T07:36:20.731Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31392026-08-25T07:36:21.942Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31402026-08-25T07:36:23.134Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31412026-08-25T07:36:26.583Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31422026-08-25T07:36:28.584Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31432026-08-25T07:36:33.913Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31442026-08-25T07:36:37.441Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31452026-08-25T07:36:39.589Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31462026-08-25T07:36:40.770Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31472026-08-25T07:36:44.174Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31482026-08-25T07:36:44.278Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31492026-08-25T07:36:46.891Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31502026-08-25T07:36:50.496Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31512026-08-25T07:36:55.599Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31522026-08-25T07:37:17.471Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31532026-08-25T07:38:11.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 12s
31542026-08-25T07:38:11.452Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31552026-08-25T07:38:11.453Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31562026-08-25T07:38:12.119Z
31572026-08-25T07:38:12.119Zreal 4:16.032928903
31582026-08-25T07:38:12.119Zuser 22:05.403241975
31592026-08-25T07:38:12.119Zsys 5:08.078620746
31602026-08-25T07:38:12.119Ztrap 0.539528272
31612026-08-25T07:38:12.119Ztflt 0.472491491
31622026-08-25T07:38:12.119Zdflt 0.566651665
31632026-08-25T07:38:12.119Zkflt 0.004473071
31642026-08-25T07:38:12.119Zlock 1:06:28.565513050
31652026-08-25T07:38:12.119Zslp 59:46.395130836
31662026-08-25T07:38:12.119Zlat 1:51.462551403
31672026-08-25T07:38:12.119Zstop 14:01.310747946
31682026-08-25T07:38:12.123Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31692026-08-25T07:38:12.123Z+ ptime -m cargo doc --workspace --no-deps
31702026-08-25T07:38:12.967Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31712026-08-25T07:38:12.968Z |
31722026-08-25T07:38:12.968Z = 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)`
31732026-08-25T07:38:12.968Z = 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>
31742026-08-25T07:38:14.081Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31752026-08-25T07:38:14.324Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31762026-08-25T07:38:14.369Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31772026-08-25T07:38:14.433Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31782026-08-25T07:38:14.463Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31792026-08-25T07:38:14.518Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31802026-08-25T07:38:14.625Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31812026-08-25T07:38:14.656Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31822026-08-25T07:38:14.684Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31832026-08-25T07:38:14.715Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31842026-08-25T07:38:14.818Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31852026-08-25T07:38:14.893Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31862026-08-25T07:38:14.960Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31872026-08-25T07:38:14.986Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31882026-08-25T07:38:15.039Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31892026-08-25T07:38:15.062Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31902026-08-25T07:38:15.085Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31912026-08-25T07:38:15.110Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31922026-08-25T07:38:15.135Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31932026-08-25T07:38:15.135Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31942026-08-25T07:38:15.206Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31952026-08-25T07:38:15.231Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31962026-08-25T07:38:15.471Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31972026-08-25T07:38:15.620Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31982026-08-25T07:38:15.643Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31992026-08-25T07:38:15.668Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32002026-08-25T07:38:15.819Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32012026-08-25T07:38:15.897Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32022026-08-25T07:38:15.947Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32032026-08-25T07:38:16.057Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32042026-08-25T07:38:16.195Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32052026-08-25T07:38:16.219Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32062026-08-25T07:38:16.246Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32072026-08-25T07:38:16.378Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32082026-08-25T07:38:16.598Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32092026-08-25T07:38:16.622Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32102026-08-25T07:38:16.644Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32112026-08-25T07:38:16.757Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32122026-08-25T07:38:16.809Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32132026-08-25T07:38:16.866Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32142026-08-25T07:38:16.982Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32152026-08-25T07:38:17.135Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32162026-08-25T07:38:17.301Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32172026-08-25T07:38:17.326Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32182026-08-25T07:38:17.351Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32192026-08-25T07:38:17.375Z Checking scuffle v0.1.0
32202026-08-25T07:38:17.550Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32212026-08-25T07:38:17.576Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32222026-08-25T07:38:17.666Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32232026-08-25T07:38:17.796Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32242026-08-25T07:38:17.826Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32252026-08-25T07:38:17.826Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32262026-08-25T07:38:17.875Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32272026-08-25T07:38:17.929Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32282026-08-25T07:38:17.984Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32292026-08-25T07:38:18.518Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32302026-08-25T07:38:18.954Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32312026-08-25T07:38:19.021Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32322026-08-25T07:38:19.269Z Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32332026-08-25T07:38:19.429Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32342026-08-25T07:38:19.455Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32352026-08-25T07:38:19.524Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32362026-08-25T07:38:19.657Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32372026-08-25T07:38:19.702Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32382026-08-25T07:38:19.729Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32392026-08-25T07:38:19.952Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32402026-08-25T07:38:20.060Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32412026-08-25T07:38:20.139Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32422026-08-25T07:38:20.469Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32432026-08-25T07:38:21.193Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32442026-08-25T07:38:21.291Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32452026-08-25T07:38:21.497Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32462026-08-25T07:38:21.526Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32472026-08-25T07:38:21.572Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32482026-08-25T07:38:21.922Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32492026-08-25T07:38:21.945Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32502026-08-25T07:38:21.970Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32512026-08-25T07:38:21.970Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32522026-08-25T07:38:22.050Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32532026-08-25T07:38:22.149Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32542026-08-25T07:38:22.181Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32552026-08-25T07:38:22.224Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32562026-08-25T07:38:22.340Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32572026-08-25T07:38:22.368Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32582026-08-25T07:38:22.420Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32592026-08-25T07:38:22.535Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32602026-08-25T07:38:22.704Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32612026-08-25T07:38:22.727Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32622026-08-25T07:38:22.774Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32632026-08-25T07:38:22.797Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32642026-08-25T07:38:22.966Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32652026-08-25T07:38:22.991Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32662026-08-25T07:38:23.042Z Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32672026-08-25T07:38:23.095Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32682026-08-25T07:38:23.124Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32692026-08-25T07:38:23.148Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32702026-08-25T07:38:23.270Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32712026-08-25T07:38:23.327Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32722026-08-25T07:38:23.407Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32732026-08-25T07:38:23.430Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32742026-08-25T07:38:23.475Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32752026-08-25T07:38:23.514Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32762026-08-25T07:38:23.597Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32772026-08-25T07:38:23.646Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32782026-08-25T07:38:23.789Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32792026-08-25T07:38:23.852Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32802026-08-25T07:38:23.878Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32812026-08-25T07:38:23.915Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32822026-08-25T07:38:23.983Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32832026-08-25T07:38:24.274Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32842026-08-25T07:38:24.296Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32852026-08-25T07:38:24.319Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32862026-08-25T07:38:25.432Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32872026-08-25T07:38:25.470Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32882026-08-25T07:38:25.657Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32892026-08-25T07:38:26.275Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32902026-08-25T07:38:26.303Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32912026-08-25T07:38:26.554Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32922026-08-25T07:38:27.070Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32932026-08-25T07:38:27.903Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32942026-08-25T07:38:28.430Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32952026-08-25T07:38:28.717Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32962026-08-25T07:38:28.998Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32972026-08-25T07:38:29.025Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32982026-08-25T07:38:29.183Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32992026-08-25T07:38:29.422Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-08-25T07:38:30.165Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33012026-08-25T07:38:30.169Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33022026-08-25T07:38:30.393Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33032026-08-25T07:38:30.514Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33042026-08-25T07:38:30.852Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33052026-08-25T07:38:30.856Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33062026-08-25T07:38:30.935Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33072026-08-25T07:38:31.291Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33082026-08-25T07:38:31.465Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33092026-08-25T07:38:31.699Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33102026-08-25T07:38:32.064Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33112026-08-25T07:38:32.243Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33122026-08-25T07:38:32.639Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33132026-08-25T07:38:32.977Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33142026-08-25T07:38:33.117Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33152026-08-25T07:38:33.997Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33162026-08-25T07:38:34.405Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33172026-08-25T07:38:34.453Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33182026-08-25T07:38:34.850Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33192026-08-25T07:38:35.077Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33202026-08-25T07:38:35.211Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33212026-08-25T07:38:35.374Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33222026-08-25T07:38:35.470Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33232026-08-25T07:38:35.807Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33242026-08-25T07:38:35.977Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33252026-08-25T07:38:36.524Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33262026-08-25T07:38:36.575Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33272026-08-25T07:38:36.964Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33282026-08-25T07:38:37.734Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33292026-08-25T07:38:37.851Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33302026-08-25T07:38:37.891Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33312026-08-25T07:38:38.427Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33322026-08-25T07:38:39.129Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33332026-08-25T07:38:39.309Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33342026-08-25T07:38:42.785Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33352026-08-25T07:38:42.903Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33362026-08-25T07:38:43.235Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33372026-08-25T07:38:44.048Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33382026-08-25T07:38:44.766Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33392026-08-25T07:38:45.135Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33402026-08-25T07:38:46.019Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33412026-08-25T07:38:46.042Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33422026-08-25T07:38:46.622Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33432026-08-25T07:38:46.998Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33442026-08-25T07:38:47.892Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33452026-08-25T07:38:48.363Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33462026-08-25T07:38:49.069Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33472026-08-25T07:38:49.603Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33482026-08-25T07:38:49.628Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33492026-08-25T07:38:49.729Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33502026-08-25T07:38:50.229Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33512026-08-25T07:38:50.315Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33522026-08-25T07:38:50.318Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33532026-08-25T07:38:50.505Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33542026-08-25T07:38:50.595Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33552026-08-25T07:38:50.750Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33562026-08-25T07:38:50.877Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33572026-08-25T07:38:51.347Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33582026-08-25T07:38:51.411Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33592026-08-25T07:38:52.092Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33602026-08-25T07:38:52.117Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33612026-08-25T07:38:52.376Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33622026-08-25T07:38:52.430Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33632026-08-25T07:38:52.827Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33642026-08-25T07:38:53.150Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33652026-08-25T07:38:54.248Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33662026-08-25T07:38:55.036Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33672026-08-25T07:38:55.747Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33682026-08-25T07:38:57.150Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33692026-08-25T07:38:58.424Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33702026-08-25T07:38:59.043Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33712026-08-25T07:39:00.204Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33722026-08-25T07:39:01.708Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33732026-08-25T07:39:02.698Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33742026-08-25T07:39:03.817Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33752026-08-25T07:39:04.217Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33762026-08-25T07:39:05.918Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33772026-08-25T07:39:06.879Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33782026-08-25T07:39:08.264Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33792026-08-25T07:39:09.952Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33802026-08-25T07:39:10.490Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33812026-08-25T07:39:10.997Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33822026-08-25T07:39:11.036Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33832026-08-25T07:39:11.575Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33842026-08-25T07:39:15.068Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33852026-08-25T07:39:18.096Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33862026-08-25T07:39:18.661Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33872026-08-25T07:39:19.447Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33882026-08-25T07:39:20.389Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33892026-08-25T07:39:21.398Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33902026-08-25T07:39:22.157Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33912026-08-25T07:39:23.558Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33922026-08-25T07:39:23.799Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33932026-08-25T07:39:24.685Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33942026-08-25T07:39:25.423Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33952026-08-25T07:39:25.480Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33962026-08-25T07:39:26.803Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33972026-08-25T07:39:29.746Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33982026-08-25T07:39:30.884Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33992026-08-25T07:39:31.764Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34002026-08-25T07:39:33.002Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34012026-08-25T07:39:33.714Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34022026-08-25T07:39:35.116Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
34032026-08-25T07:39:37.293Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34042026-08-25T07:39:38.184Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34052026-08-25T07:39:39.053Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34062026-08-25T07:39:40.133Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34072026-08-25T07:39:41.044Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34082026-08-25T07:39:42.621Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34092026-08-25T07:39:44.905Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34102026-08-25T07:39:45.276Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34112026-08-25T07:39:48.469Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34122026-08-25T07:39:48.900Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34132026-08-25T07:39:49.853Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34142026-08-25T07:39:51.660Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34152026-08-25T07:39:53.092Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34162026-08-25T07:39:54.723Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34172026-08-25T07:39:56.513Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34182026-08-25T07:39:57.976Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34192026-08-25T07:39:59.605Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34202026-08-25T07:40:01.392Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34212026-08-25T07:40:05.717Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34222026-08-25T07:40:06.353Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34232026-08-25T07:40:07.486Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34242026-08-25T07:40:08.137Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34252026-08-25T07:40:09.857Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34262026-08-25T07:40:11.408Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34272026-08-25T07:40:13.473Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34282026-08-25T07:40:15.505Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34292026-08-25T07:40:17.304Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34302026-08-25T07:40:19.291Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34312026-08-25T07:40:20.830Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34322026-08-25T07:40:22.578Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34332026-08-25T07:40:24.363Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34342026-08-25T07:40:26.097Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34352026-08-25T07:40:27.886Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34362026-08-25T07:40:29.584Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34372026-08-25T07:40:31.357Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34382026-08-25T07:40:33.004Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34392026-08-25T07:40:36.573Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34402026-08-25T07:40:40.225Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34412026-08-25T07:40:42.211Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34422026-08-25T07:40:43.750Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34432026-08-25T07:40:45.979Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34442026-08-25T07:40:47.618Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34452026-08-25T07:40:49.680Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34462026-08-25T07:40:51.916Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34472026-08-25T07:40:53.459Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34482026-08-25T07:40:58.118Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34492026-08-25T07:41:00.032Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34502026-08-25T07:41:02.146Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34512026-08-25T07:41:04.704Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34522026-08-25T07:41:07.665Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34532026-08-25T07:41:09.586Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34542026-08-25T07:41:11.626Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34552026-08-25T07:41:14.455Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34562026-08-25T07:41:16.890Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34572026-08-25T07:41:19.106Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34582026-08-25T07:41:21.703Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34592026-08-25T07:41:24.388Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34602026-08-25T07:41:26.232Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34612026-08-25T07:41:28.724Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34622026-08-25T07:41:31.231Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34632026-08-25T07:41:33.820Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34642026-08-25T07:41:36.465Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34652026-08-25T07:41:38.972Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34662026-08-25T07:41:41.239Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34672026-08-25T07:41:43.999Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34682026-08-25T07:41:46.460Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34692026-08-25T07:41:48.978Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34702026-08-25T07:41:51.461Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34712026-08-25T07:41:53.834Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34722026-08-25T07:41:56.583Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34732026-08-25T07:41:59.029Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34742026-08-25T07:42:01.630Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34752026-08-25T07:42:04.141Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34762026-08-25T07:42:06.679Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34772026-08-25T07:42:09.283Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34782026-08-25T07:42:11.769Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34792026-08-25T07:42:14.464Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34802026-08-25T07:42:16.925Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34812026-08-25T07:42:19.606Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34822026-08-25T07:42:22.105Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34832026-08-25T07:42:24.661Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34842026-08-25T07:42:27.265Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34852026-08-25T07:42:29.682Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34862026-08-25T07:42:32.464Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34872026-08-25T07:42:35.001Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34882026-08-25T07:42:38.366Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34892026-08-25T07:42:40.377Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34902026-08-25T07:42:43.268Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34912026-08-25T07:42:45.944Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34922026-08-25T07:42:48.621Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34932026-08-25T07:42:51.449Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34942026-08-25T07:42:54.074Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34952026-08-25T07:42:56.756Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34962026-08-25T07:42:59.570Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34972026-08-25T07:43:02.184Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34982026-08-25T07:43:04.793Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34992026-08-25T07:43:07.631Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
35002026-08-25T07:43:10.265Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35012026-08-25T07:43:12.953Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
35022026-08-25T07:43:15.974Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35032026-08-25T07:43:18.755Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35042026-08-25T07:43:21.413Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35052026-08-25T07:43:24.046Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35062026-08-25T07:43:26.853Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35072026-08-25T07:43:29.535Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35082026-08-25T07:43:32.317Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35092026-08-25T07:43:35.591Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35102026-08-25T07:43:38.170Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35112026-08-25T07:43:40.900Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35122026-08-25T07:43:48.859Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35132026-08-25T07:43:49.031Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35142026-08-25T07:43:52.589Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35152026-08-25T07:43:56.126Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35162026-08-25T07:43:59.662Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35172026-08-25T07:44:03.180Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35182026-08-25T07:44:06.741Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35192026-08-25T07:44:10.319Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35202026-08-25T07:44:13.954Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35212026-08-25T07:44:17.530Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35222026-08-25T07:44:21.097Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35232026-08-25T07:44:24.595Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35242026-08-25T07:44:28.342Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35252026-08-25T07:44:31.764Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35262026-08-25T07:44:35.244Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35272026-08-25T07:44:40.268Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35282026-08-25T07:44:43.231Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
35292026-08-25T07:44:47.270Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35302026-08-25T07:44:51.024Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35312026-08-25T07:44:54.894Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
35322026-08-25T07:44:58.736Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35332026-08-25T07:45:02.703Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35342026-08-25T07:45:06.495Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35352026-08-25T07:45:10.444Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35362026-08-25T07:45:41.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 29s
35372026-08-25T07:45:41.578Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35382026-08-25T07:45:41.578Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35392026-08-25T07:45:41.745Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35402026-08-25T07:45:41.856Z
35412026-08-25T07:45:41.856Zreal 7:29.643812820
35422026-08-25T07:45:41.856Zuser 20:31.093183312
35432026-08-25T07:45:41.856Zsys 4:18.129105240
35442026-08-25T07:45:41.856Ztrap 0.305222355
35452026-08-25T07:45:41.856Ztflt 0.046409302
35462026-08-25T07:45:41.856Zdflt 0.191441139
35472026-08-25T07:45:41.860Zkflt 0.000030700
35482026-08-25T07:45:41.861Zlock 7:08:57.708405505
35492026-08-25T07:45:41.861Zslp 2:30:51.672581335
35502026-08-25T07:45:41.861Zlat 36.699008181
35512026-08-25T07:45:41.861Zstop 2:11.876998237
35522026-08-25T07:45:41.861Zprocess exited: duration 984876 ms, exit code 0
 
35532026-08-25T07:45:41.867Zfound 0 output files